Can Appliance port be a FCoE target?

Hi,
Some how i got the feeling that to an Appliance port only a iSCSI target can be connected. I may be wrong. If i am i want the experts to clarify. To me it appears that, UCS FI, can not work as FCF that Nexux 5000 is capable of. If it is not capable of doing FCF function it would always need a upstream to an Nexus 5000 switch ? These things are not very clear on the user guide. I hope the docs gets better in coming days.
Regarding configration of appliance port, i have another question.
During configuration, one step is to assign a mac-address to the appliance port. What is this mac-address? Is it Target port that we are going to connect to mac-address, is it the switch interface mac-address which is it?
cisco-A-A /eth-storage/fabric # scope interface 1 7
cisco-A-A /eth-storage/fabric/interface # create eth-target macname
cisco-A-A /eth-storage/fabric/interface/eth-target* # set macaddress 18:10:10:6f:d2:03
cisco-A-A /eth-storage/fabric/interface/eth-target* # commit-buffer
If i look at the interface detail it shows,
cisco-A-A /eth-storage/fabric # show interface 1 7 detail
Storage Ethernet Interface:
    Slot Id: 1
    Port Id: 7
    User Label:
    Admin State: Enabled
    Oper State: Up
    Port mode: Trunk
    Pin group name: storage
    State Reason:
    Current Task:
cisco-A-A /eth-storage/fabric #
I connected FCoE target to this port. I dont know where to look for if the target has logged into the switch. Also how can we verify the LLDP negotiations?
Appreciate your response.

Well I have finally managed to get my FCoE target logged into the UCS Inteconnect.
It is through FCoE storage port. Have to configure the ethernet interface port as FCoE storage port. I was not successful when configured as appliance port.
Here are my flogi database from FCoE login,
cisco-A-A(nxos)# show flogi database
INTERFACE        VSAN    FCID           PORT NAME               NODE NAME
vfc757           1025  0xee0000  20:00:00:10:18:6f:d2:03 10:00:00:10:18:6f:d2:03
vfc758           1030  0x7d0001  20:00:00:10:18:6f:d2:5d 10:00:00:10:18:6f:d2:5d
Total number of flogi = 2.
Smile at last...two days of struggling!

Similar Messages

  • Using Appliance Ports for NAS

    Using Appliance Ports for NAS
    Hey all connecting a NAS to UCS. Would like to plug in directly to FI’s using the Appliance Port option.
    Are the steps basically
    Turn on Ports use as Appliance Ports
    Make PIN Group through Appliance Ports (this will only be one port per FI, I am guess Port-Channels can be used if NAS supports that?)
    Make VLAN internal to UCS
    Make vNIC Template and use newly created VLAN and PIN Group
    Boom!
    Right?
    Thanks!
    Craig

    I have made port 20 on each 6120 an Appliance Ports.
    Each port is assigned to a VLAN made under the Appliances tab.
    Cannot seem to make a PIN group using these Appliance ports. They are not a option.
    Is there something I am missing?
    Thanks!
    Craig

  • Database files can be ported over cross different OS ?

    Can someone highlight me:
    "under oracle version 10 release 2, database files can be ported over cross different OS, e.g. between HP-UX and Sun Solaris", --- is it true ???
    thanks in advance.

    check out the CONVERT option available with RMAN of Oracle 10g.
    for details look at the 10g Recovery Manager Reference.
    Only restriction is both the source and the target should have a compatible parameter in the init.ora file set to 10.0 and higher.

  • Appliance port on 6248 Fabric Interconnects

    Is it possible to setup a storage device with a CIFS share on the 6248's through a port defined as an appliance port?  The GUI guide says this:
    "Appliance ports are only used to connect fabric interconnects to directly attached NFS storage."
    But what would be the difference if it were a CIFS share rather than an NFS mount?
    I'm trying to setup a storage unit that does both NFS and CIFS, but the backup software that I want to point to it through the FI's needs to have it as a CIFS share due to being a Windows platform.
    Any and all comments welcome.
    Thanks,
    Chad

    iSCSI, CIFS and NFS targets are all valid uses for the appliance port. 
    All the appliance port does is allow MAC learning on the interface. 
    Regards,
    Robert

  • How can I port my library from one pc to another?

    How can I port my music library from my pc to my new windows tablet?

    theres are three ways
    clicking on music in itunes, hitting control A on the keyboard to select all on the main list of all songs and then dragging them to an external hard drive. and then dragging them from the external hard drive to your other itunes computer.
    im not sure if that works on windows. i know it works on mac
    second way is to find the directory of itunes library  and copying that to a external hard drive and then going to your otther computer and clicking on "import library" and giving the location of the directory on the external hard drive
    third way is enable home sharing on both computers , by clicking on file, librsry, turn on home sharing and entering your apple id this wil let you go to the itunes server from the other computer, let you select all songs and then import them to your library via your home network . again im not sure if this works on windows, but it does on macs
    if i remember right the first way was faster. the second way would also import all your videos and movies and tv shows too
    if you use the first or second methods make sure to click on file , organize library, consolodate library after the songs are copied to make sure they were actualy copied from the external drive. if the library is not organized and consolidated, thte songs will not be available if you eject the external drive

  • OBN: How can we add the tcode of target system into Source System.?

    Dear Experts,
    I want to add a t-code ME53n of ERP) into a role as OBN target in my SAP TM.
    I tried to add this t-code but could not find this t-code in SAP TM system.
    How can we add the tcode of target system into Source System.?
    I tries to import the role of target system but that does not work.
    Please help!
    Regards,
    Saurabh

    Hi Saurabh,
    Logically there is no need to add a tcode of the target system in the source system.
    If you have right roles in the system then system should allow you to add tcode in the OBN target simply by going to PFCG roles and using add transaction feature.
    To make sure it works properly you have to check the Method & Parameter assignment to the newly added tcode.
    Thanks & Regards,
    Tarun Kumar

  • Can't be used as assignment target

    Hi
    I take this code and then i get the error message:
    "my_counter" can't be used as assignment target"
    Select count(I_ERFASSUNG.ID_ERFASSUNG)into counter from I_ERFASSUNG where ID2_BETRMITTEL like ''||LEITUNG_1|| '';
              Message(counter);
              my_counter := 0;
              my_counter_1 := 0;
              n := 1;           
              for my_counter in 1..counter LOOP
                   Message('MY_Counter' ||my_counter);
                        Go_Record( my_counter );
                        Select count(I_ERFASSUNG.ID_ERFASSUNG)into counter_1 from I_ERFASSUNG where ID2_BETRMITTEL = ''||:I_ERFASSUNG.ID2_BETRMITTEL|| '';
                        Message(counter_1);
                        for my_counter_2 in 1..counter_1 LOOP
                        my_counter_1 := my_counter * 10;
                        Message(my_counter_1);
                        end loop;
                        n := n +1;
                        my_counter := my_counter + my_counter_2;
    Why does i get this error?
    Has anyone an idea to make it better?
    Thank's for help!
    Nicole

    When you name a variable in a FOR...LOOP statement, you are declaring a completely new and independent variable, separate from the one you declared explicitly in a declare statement. And PL/SQL does not allow you to alter the value of the variable declared in the FOR loop statement. Inside the For...Loop and down through your END LOOP statement, your own declared variable is not accessible.

  • In time capsule, can ethernet ports used for windows pc as a LAN?

    in time capsule, can ethernet ports used for windows pc as a LAN?

    i am connecting my windows pc to the time capsule ethernet prots but those pcs are not shown in my macbook or those windows pc also can not see my macbook pro. i am facing the problem...

  • Can the port in my computer be replaced?

    I have a MacBook that I purchased in 2009. When I plug in my DisplayPort to VGA adapter, it no longer works. The VGA adapter itself is fine; it seems as though it's not connecting to whatever it needs to connect to inside the computer. Can the port in my computer be replaced? For several months now, I've had to hold the DisplayPort to VGA adapter a certain way to make sure it connects when I initially put it in, but now it's not detecting it at all. I'm a teacher and use my laptop every day to project presentations etc., so I need to get this fixed asap.

    OK so that port shows the amount of use it's had.
    Do you have a competent tech at the school where you work?
    You could actually do the analysis. We need to look inside the port itself (socket) and the plug you're using for damage to the conductors. Whether they're damaged or missing. If they all look clean, not deformed/displaced and not missing then the damage will be on the logic board itself. It will be a broken solder connection. There are quite a few of them and they're tiny. The logic board will have to come out and the solder connections examined.
    I have repaired things like this and it will take someone who can do near micro soldering to do the repair. This was at a charter school doing work for teachers and the kids who went there.
    If that's not the problem or you can't find someone who can do the repair then you will have to replace the logic board as Allan says. You can ask Apple but I'm not sure they'd work on it.
    Where are you located?

  • Can I port a number that's out of contract to another phone?

    Can I port the number from my iphone 5s when it's out of contract in a few weeks, and place it on a iphone 6 that's already bought on a new line and cancel the line?

    Then why couldn't you wait the few weeks until your current account is eligible for the upgrade and not have this hassle? In it was announced yesterday if your contract ends before 2014/11/15, you could have upgraded early for the two year contract price.
    Now you have to wait until your contract date and port the number you want to another carrier, start a plan there and turn around and cancel the other carrier plan by porting the preferred number on top of the temporary phone number you got when you purchased the iPhone 6. It is more hassle then it is worth. I should know as I have done something very similar three years ago.

  • Can Minidisplay Port work with the new Thunderbolt Display?

    I have a 2009 MBP 15 inch with Mindisplayport.
    Can Minidisplay Port work with the new Thunderbolt Display?
    If not, is there any adaptor i can use to make it work.
    I also have the new MBA with thunderbolt socket.
    Cannot decide which display to get.
    Thanks.

    Here's a new article that basically covers and clears up all the new Thunderbolt display questions (same things I previously stated).
    Enjoy!!
    http://www.tuaw.com/2011/09/18/thunderbolt-display-daisy-chaining-spec-cleared-u p/

  • Can I port my number if switching from a post-paid to a pre-paid and back to a post-paid?

    This is a little convoluted, so I'll use bullet points.
    1) I am currently on a family plan that is paid for by my former employer. I need to leave that plan by the end of this month.
    2) I would like to port the number from this plan to a pre-paid plan on Verizon for 2 months.
    3) After 2 months, I would like to port the same number back to a post-paid plan.
    Is this possible? I understand I'll have to downgrade to a 3G phone for that time.
    The only reason I want to do it this way is I want the new iPhone in October and if I sign a 2-year contract tomorrow, I won't be able to buy a new phone, right?
    Or is the new phone not tied to when you start your contract, but rather to the last time you purchased a new phone? If that's the case, can I port my number to a new contract, use my old phone and buy the new one in October at the subsidized rate?
    Thanks very much in advance!
    Tracy

    Well I think you can get the best answers if you walk into a VZW store. But to my knowledge, you will be able to convert your existing number and start a prepaid plan. Then once you have the prepaid plan, I believe it must be on the Prepaid account six months before you can convert it back to a contract account.
    And as for the new phone, as long as you start your new contract with your existing phone, you should be able to get the new iPhone in october at the the discounted rate, the same rate you would get if starting a new contract.

  • Can I program my hyperlinks to target a new window?

    When exporting interactive pdf files from InDesign, my hyperlinks target the same window and permanently direct my readers away from my pdf. Can I program my hyperlinks to target a new window? The reader must constantly hit the back button in order to not lose my pdf on their browser. I do not like this and have looked for ways to tell my hyperlinks to target a new window. I have not been able to find a way thus far and I have been creating my newsletters as interactive pdf files in InDesign for over 3 years. I kept hoping with each upgrade (CS4 to CS5 to CS6 to CC) that I would see an improvement to the hyperlinks and buttons pallets. However, not much has changed here since CS4. Please correct me if I am wrong. And please share if this had already been made possible. In my newsletters, I hyperlink images as well as selected text, to external URLs.
    Side note: This was less of a problem when I emailed the pdf files directly to my contacts using Outlook. In the last year and a half, I have been using an email service provider to better track my open rates, etc. I give my interactive pdf files to my developer to put up on my company website. He provides me with a URL for my email template. So, when readers click the link to read the full newsletter (pdf) they are viewing it in a browser. I also print my newsletter. So, keeping with InDesign to be able to output my files for print and as interactive pdfs is ideal. I have not yet considered creating my newsletters in html at this point. Please feel free to make suggestions.

    Acrobat Pro has the power to add features which can't be accomplished within the interface.
    Ask in the forums there. I recall that it was fairly easy to add that JavaScript:
    Creating, Editing & Exporting PDFs

  • Verizon Fios rep says that I can not port my number.

    I had Verizon number for about 14 years and I recently moved to a new house and got Fios. When they signed up for Fios triple play on phone, the sales rep said that my number will be transferred to my new location. Meanwhile, I was given temporary number. Installation was done and I was told that the old number be active by 5pm that day. Did not happen. Called verizon back and they said it would take another 24 hrs. No success and I called back. Same response again and was told to wait 2 days now. Called again and finally spoke to someone who said that she will straighened everything out and will call in 48 hrs. Got no response on 3rd day so I called back. By now, I must've called about 4-5 times regarding this issue. Finally, they told me that after sending trouble ticket, back end department told them that the number can NOT be transferred. They said it is copper based line and can not be put on Fios network, which is digital network. I told her that Vonage said they can port it and she said they can NOT port it either, because it is a copper line number. I had spoken to Vonage before getting Fios and was told that they can port it without any problem. Just to confirm again, I called Vonage and I was told that the number is portable. I want that same number but Fios won't give it to me. Feels like they told me they could port number originally just to get my business. Did anyone else have same problem? Any way to resolve it?

    Since we haven't heard back from you, it appears assistance is no longer required. If you need any future help with your Verizon service, please make a post here on the forums so we can assist.
    Anthony_VZ
    **If someones post has helped you, please acknowledge their assistance by clicking the red thumbs up button to give them Kudos. If you are the original poster and any response gave you your answer, please mark the post that had the answer as the solution**
    Notice: Content posted by Verizon employees is meant to be informational and does not supersede or change the Verizon Forums User Guidelines or Terms or Service, or your Customer Agreement Terms and Conditions or plan

  • How can I port my PSE with the data to a new PC? [was:Jeanné]

    Wie kann ich mein PSE mit den Daten auf den neuen PC portieren?

    Jeanné wrote:
    How can I port my PSE with the data to a new PC?
      Translations by Microsoft® Translator
    The only way you can do this by installing the PSE on your new machine using the DVD and the serial number you must have bought.  Once this is done, you might want to copy all your photos from the old machine on to a flash drive and then copy them from flash drive to your Pictures folder and let PSE finds them and catalogs them automatically.
    This method is ideal if your haven't created very sophisticated catalog in your old machine because you may also want to transfer the old catalog on to your new PC so that you don't have to re-create the catalog from scratch.  If you want to transfer the catalog as well then on your old PC launch PSE Organizer and go to:
    File >> Backup Catalog
    This is also saved on the removable flash drive
    Now go to the new PC and launch Organizer and do almost the same thing except:
    File >> Restore Catalog
    Now this should almost get you started.
    Good luck.

Maybe you are looking for

  • Vendor master file report.

    Dear All, I always use S_ALR_87012089 display changes to vendors to check vendor master data if they are created or updated in accordance with proper approvals (not a workflow in SAP). Recently, I see other tcode S_ALR_87012090, but do not know what

  • Oracle 11g installation on Linux Enterprise 5 remains hanging at 43%!

    Hi all, as per Subject, I have installed a Linux Enterprise 5 OS downloaded by Oracle Download Center and it is now installed following the nice Guide here. I have added the missing Linux packages and set up the kernel parameters as per Guide quoted

  • Inconsistent prob when adding listeners to serial ports for sending AT cmds

    I have an app that sends and receives SMSs from two different cell phone carriers (lets say verizon and sprint by example). For that matter i have two cell phones, exactly the same model, one from each carrier, connected to the PC serial ports, COM,

  • Client proxy Null pointer exception

    Folks, I have a problem with ABAP client proxy. The scenario runs fine, but a few messages does not enter XI pipeline with a null pointer exception in RWB. When I click on Message Content of these errored messages, I get 500   Internal Server Error  

  • Fwsm failover times in real crash

    Hi, I have got two cat6k vss and two servis modelu FWSM How fast FWSM will be switch over to back up Firewall, after active-fw crash/down power? Sent from Cisco Technical Support iPad App