ISCSI- Adding iSCSI SRs to XS booting via iSCSI [Cisco UCS]

Hello all-
I am currently running XS 6.0.2 w/ HF XS602E001 & XS602E002 applied running on Cisco UCS B200-M3 blades. XS seems to be functioning ok, except that i cannot see the subnet assigned to my SAN, and as a result, i cannot add any SR for VM storage.
The subnet and vNIC that i am configuring is also used for the iSCSI boot.
The vNIC is on LAN 2 and is set to Native
The SAN is a LeftHand P4300 connected directly to appliance ports (LAN2) on the Fabrics
Used the following commands during installation to get the installer to see the LUN.
echo "InitiatorName=my.lun.x.x.x" > /etc/iscsi/initiatorname.iscsi
/opt/xensource/installer/init --use_ibft
If i missed anything or more info is needed, please let me know.

Thanks Padramas,
I have 2 NICs that show up in XenCenter. Nic A is the vNIC associated with VLAN1 and provide the uplink to the rest of the network. The second NIC in XenCenter matches the MAC of the vNIC used to boot XenServer, so the NIC used for booting the OS is visible in XenCenter.
I have tried many different thing on my own to resolve this issue. I believe i have already tried adding a 3rd vNIC to the service profile for VM iSCSI traffic, but with make another attempt.
When configuring the vNIC for VM iSCSI traffic, do I only need to add the 3rd vNIC, or do i need to create both a vNIC and second iSCSI vNIC with Overlay vNic pointing to newly created (3rd) vNIC? My understanding is that the iSCSI vNICs are only used for booting, but I am not 100% sure.
Thanks again for the help!

Similar Messages

  • Ask the Expert: Cisco UCS Troubleshooting Boot from SAN with FC and iSCSI

    Welcome to this Cisco Support Community Ask the Expert conversation. This is an opportunity to learn and ask questions about Cisco UCS Troubleshooting Boot from SAN with FC and iSCSI with Vishal Mehta and Manuel Velasco.
    The current industry trend is to use SAN (FC/FCoE/iSCSI) for booting operating systems instead of using local storage.
    Boot from SAN offers many benefits, including:
    Server without local storage can run cooler and use the extra space for other components.
    Redeployment of servers caused by hardware failures becomes easier with boot from SAN servers.
    SAN storage allows the administrator to use storage more efficiently.
    Boot from SAN offers reliability because the user can access the boot disk through multiple paths, which protects the disk from being a single point of failure.
    Cisco UCS takes away much of the complexity with its service profiles and associated boot policies to make boot from SAN deployment an easy task.
    Vishal Mehta is a customer support engineer for Cisco’s Data Center Server Virtualization TAC team based in San Jose, California. He has been working in the TAC for the past three years with a primary focus on data center technologies such as Cisco Nexus 5000, Cisco UCS, Cisco Nexus 1000v, and virtualization. He has presented at Cisco Live in Orlando 2013 and will present at Cisco Live Milan 2014 (BRKCOM-3003, BRKDCT-3444, and LABDCT-2333). He holds a master’s degree from Rutgers University in electrical and computer engineering and has CCIE certification (number 37139) in routing and switching and service provider.
    Manuel Velasco is a customer support engineer for Cisco’s Data Center Server Virtualization TAC team based in San Jose, California. He has been working in the TAC for the past three years with a primary focus on data center technologies such as Cisco UCS, Cisco Nexus 1000v, and virtualization. Manuel holds a master’s degree in electrical engineering from California Polytechnic State University (Cal Poly) and VMware VCP and CCNA certifications.
    Remember to use the rating system to let Vishal and Manuel know if you have received an adequate response. 
    Because of the volume expected during this event, our experts might not be able to answer every question. Remember that you can continue the conversation in the Data Center community, under subcommunity Unified Computing, shortly after the event. This event lasts through April 25, 2014. Visit this forum often to view responses to your questions and the questions of other Cisco Support Community members.

    Hello Evan
    Thank you for asking this question. Most common TAC cases that we have seen on Boot-from-SAN failures are due to misconfiguration.
    So our methodology is to verify configuration and troubleshoot from server to storage switches to storage array.
    Before diving into troubleshooting, make sure there is clear understanding of this topology. This is very vital with any troubleshooting scenario. Know what devices you have and how they are connected, how many paths are connected, Switch/NPV mode and so on.
    Always try to troubleshoot one path at a time and verify that the setup is in complaint with the SW/HW interop matrix tested by Cisco.
    Step 1: Check at server
    a. make sure to have uniform firmware version across all components of UCS
    b. Verify if VSAN is created and FC uplinks are configured correctly. VSANs/FCoE-vlan should be unique per fabric
    c. Verify at service profile level for configuration of vHBAs - vHBA per Fabric should have unique VSAN number
    Note down the WWPN of your vhba. This will be needed in step 2 for zoning on the SAN switch and step 3 for LUN masking on the storage array.
    d. verify if Boot Policy of the service profile is configured to Boot From SAN - the Boot Order and its parameters such as Lun ID and WWN are extremely important
    e. finally at UCS CLI - verify the flogi of vHBAs (for NPV mode, command is (from nxos) – show npv flogi-table)
    Step 2: Check at Storage Switch
    a. Verify the mode (by default UCS is in FC end-host mode, so storage switch has to be in NPIV mode; unless UCS is in FC Switch mode)
    b. Verify the switch port connecting to UCS is UP as an F-Port and is configured for correct VSAN
    c. Check if both the initiator (Server) and the target (Storage) are logged into the fabric switch (command for MDS/N5k - show flogi database vsan X)
    d. Once confirmed that initiator and target devices are logged into the fabric, query the name server to see if they have registered themselves correctly. (command - show fcns database vsan X)
    e. Most important configuration to check on Storage Switch is the zoning
    Zoning is basically access control for our initiator to  targets. Most common design is to configure one zone per initiator and target.
    Zoning will require you to configure a zone, put that zone into your current zonset, then ACTIVATE it. (command - show zoneset active vsan X)
    Step 3: Check at Storage Array
    When the Storage array logs into the SAN fabric, it queries the name server to see which devices it can communicate.
    LUN masking is crucial step on Storage Array which gives particular host (server) access to specific LUN
    Assuming that both the storage and initiator have FLOGI’d into the fabric and the zoning is correct (as per Step 1 & 2)
    Following needs to be verified at Storage Array level
    a. Are the wwpn of the initiators (vhba of the hosts) visible on the storage array?
    b. If above is yes then Is LUN Masking applied?
    c. What LUN number is presented to the host - this is the number that we see in Lun ID on the 'Boot Order' of Step 1
    Below document has details and troubleshooting outputs:
    http://www.cisco.com/c/en/us/support/docs/servers-unified-computing/ucs-b-series-blade-servers/115764-ucs-san-tshoot-00.html
    Hope this answers your question.
    Thanks,
    Vishal 

  • SCCM 2012 - How can I deploy Windows 7 to ANY computers when booted via NIC?

    Here are the things that I would like to happen.
    1. I should be able to have ANY laptops or desktops boot via network, then see the Windows 7 task sequence select and install the OS, drivers, programs. The computer name should all be "TEST" and not joined to the domain.
    P.S
    The reason why is because I don't want to have to know the MAC address of the computer every single time I deploy a task sequence.
    Thanks for  any input.

    Hi,
    Create your task sequence and deploy it to the special 'Unknown Computer' objects.
    I personally use a collection named 'Imaging Systems' and added the 'x64 Unknown Computer' and 'x86 Unknown Computer' objects there. All my task sequences are set as available and deployed to that collection, so I can choose whatever task sequence I need
    when I PXE boot a new machine.
    Don't retire TechNet! -
    (Don't give up yet - 12,575+ strong and growing)

  • Satellite M40-256 - error while booting via CD

    Hello,
    a well-known friend owns Satellite M40-256 which has Windows problem (error while updating/handling by her children).
    She doesn't own an external Toshiba FDD or ODD. Also this portable has no built-in FDD. Buying one only for this issue? NO
    The boot priority has been changed to: CD-network-HDD.
    I've tried another non Toshiba branded ODD (in BIOS not mentioned/found)
    The original ODD works/boots in another pc (via adapter) very great.
    Ive tried several CD/DVDs to boot from (no error displayed): instant-Linux like knoppix, suse, other windows CDs, recovery CD, ... no success
    Every time the same result: the laptop has a black screen, the ODD speeds up and after about 3 to 5 seconds windows starts with the black-white progress bar.
    I also tried to press C to force booting from CD.
    Some time ago, I had only access to windows in secured mode. But after uninstalling some updates it ends in a licence problem. This issue can be only solved by booting windows-cd via cd.
    It has a Toshiba bios 1.00 (interesting, seems quite old).
    I've trying at the moment to boot via network. Does the Toshiba show some messages about succeeding/failing at boot via network or CD?
    Has setting the execution bit an influence on behaviour?
    Does anybody know a solution booting windows?
    Thanks in advance

    Thanks for help.
    I will look for an other ODD from Toshiba trying for boot.
    Does the toshiba bios show messages about booting via cd or network? Even choosing network ends in a faulty Windows boot.
    After choosing an item there's no message while booting
    As I mentioned: the most interesting issue is ODD works/boots well via adapter in a normal pc and also after windows has been started (secured mode). But no boot possible.
    I suspect meanwhile BIOS or Mainboard. But is there a chance for update in secured mode? (the only thing it starts is "secured with prompt"). Cats bites itself in tail.
    BIOS also was saved with default setup. Nothing changed.
    In event viewer I've found entry about probs with hard-drive and controller.
    Does a destructive data processing influence the toshiba bios

  • HT1844 Library Issue:  I just imported 2 CD's into ITunes.  They show up in "Recently Added" and on my other devices via ITunes Match, but NOT in the ITunes software on the computer where I added them.

    Library Issue:  I just imported 2 CD's into ITunes.  They show up in "Recently Added" and on my other devices via ITunes Match, but NOT in the ITunes software on the computer where I added them.  They show up in the search box, but when I click on the results it just kicks me to ALL my music.  I have imported thousands of songs/CD's before and this is a new one.

    Something may have gone wrong with the index of the Music playlist. Making another change to the library such as downloading the current iTunes Free Single of the Week, or deleting one track from your library and reimporting it, should fix the problem.
    If that doesn't work close iTunes and delete the hidden file sentinel from inside the main iTunes folder, then start iTunes again. It should run a consistency check when it starts up which ought to correct things.
    tt2

  • 60G iPod Photo Not Booting via Firewire

    I cloned my hard drive to my iPod for backup, but it will not boot via firewire. I can select it in my Startup Disk control panel, so it's seeing the system. It used to work. Anyone else having problems booting? I'm wondering if this last updater broke the ability to boot via firewire.

    Which iPod do you have?
    Identifying different iPod models
    Please try posting in that iPod's forums. (This is for the iPod with video)
    btabz

  • Multicast WDS Imaging Not Working - Doesn't show up when booted via PXE..?

    I have a lab environment setup specifically for imaging laptops via WDS.   I have a stand alone Windows 2012 server connected directly to an 8-Port Cisco SG-220 8 Port switch.    Nothing else is connected to this server and it is not being
    used for anything else.  The server is running DHCP and WDS.    I can boot laptops via PXE and connect to the WDS server to deploy the images through standard WDS imaging.  However, I have not been able to get Multicasting to work.  I
    have never used Multicasting before and have read through the documentation but must be missing something.  This is what I've done:
    1. In the WDS server I right click on my deployment image and select 'create multicast image' then go through the prompts to create an auto-cast image.  
    2. The Multicast image is created and shown as 'waiting' on the WDS server.
    3. The Cisco router is brand new out of the box, the only configuration I did was to enable IGMP snooping.  I did not make any other changes to the setup of the switch.
    4. I boot a target machine via PXE using the same Boot Image that I always use.  It loads to the screen where I can select the image I want to deploy but it never shows the multicast image as an option.  I only see the regular image I had previously
    been using.
    I'm not sure what else I'm missing in order to get the target machine to connect and image using the multicast image.  
    Here are a few screen shots of what I have setup:
    Here is the multicast image created on the server
    Here is the Cisco Router configuration:
    Here is the NIC card configuration on the server:
    This is the target laptop booted via PXE but it never shows the multicast image as an option.
    />

    Hi AdamNYC31,
    The multicast feature used by WDS uses Internet Group Management Protocol (IGMP) version 3. Your network switches will need to support this, and you’ll need to configure them
    for multicast. Please refer the following similar thread check each step Aaron Tyler and Ron St and Ankit Oberoi offered solution.
    Multicast issue: Always "Waiting"
    https://social.technet.microsoft.com/Forums/windowsserver/en-US/18122b39-e707-455d-b22f-956ebfb95e40/multicast-issue-always-waiting?forum=winserversetup
    I’m glad to be of help to you!
    Please remember to mark the replies as answers if they help and unmark them if they provide no help. If you have feedback for TechNet Support, contact [email protected]

  • PXE boot via Cisco router

    We have a need to netboot a PC with Linux via a Cisco router (I.E. PXEboot).
    We have copied the PXE linux.cfg files to the Cisco router's flash, (Cisco 2821, IOS Advanced Security 15-1.2-T1).
    We have setup the router as a TFTP server with defaulted path as tftp-server flash:tftpboot
    From the pc's CMOS, we selected PXE boot.
    With "debug ip packet detail", we can see the DHCP request from the PC.
    We cannot however, get the router to download the Linux files to the PC.
    Manually we tried:
    c:\ tftp 10.0.0.1 get default - no go.
    ANYONE have an idea????
    Thanks
    Frank

    /* Style Definitions */
    table.MsoNormalTable
    {mso-style-name:"Table Normal";
    mso-tstyle-rowband-size:0;
    mso-tstyle-colband-size:0;
    mso-style-noshow:yes;
    mso-style-parent:"";
    mso-padding-alt:0in 5.4pt 0in 5.4pt;
    mso-para-margin:0in;
    mso-para-margin-bottom:.0001pt;
    mso-pagination:widow-orphan;
    font-size:10.0pt;
    font-family:"Times New Roman";
    mso-ansi-language:#0400;
    mso-fareast-language:#0400;
    mso-bidi-language:#0400;}
    Hi Ash,
    Thanks for the assistance.
    The laptop is directly connected to the Cisco 2821 routers g0/0 interface.
    The router is configured to be a DHCP server with the Cisco 2821 router IP address on g0/0 set in the DHCP configuration to be the default router. The router’s IP address is excluded from DHCP. (10.0.0.30)
    If the laptop’s bios is set to PXE boot, it seems to receive an IP address from the router I.E. 10.0.0.1– verified by statically assigning another pc IP address 10.0.0.1– the 2nd pc receives an error of IP address conflict. Then set the second pc to obtain its’ IP address via DHCP, and while running debug ip packet detail on the router, I see the router running through the DHCP assignment process and finally assigns the 2nd pc 10.0.0.2.
    So needless to say, I believe the DHCP setup is functioning correctly.
    The problem we have at this point is nailing down the TFTP-server function running on the Cisco 2821 router.
    We were able to create the directory tree on the Cisco 2821 routers flash and then copy the correct files into each directory within flash.
    Using WinXP DOS prompt, tftp does not seem to function.
    With debug ip packet detail running on the router and Wireshark running on the PC, we run from a DOS window c:\tftp 10.0.0.1 GET \default. No matter how we specify the path, end result is an error of some kind.
    We watch debug and wireshark display the communications of the PC and router talking, but cannot seem to get the requested file.
    Perhaps WinXP tftp server is flawed.
    If we load TFTP32 and attempt to send and/or receive a file from flash, works fine.
    The router tftp config is as:
    tftp-server flash:/tftpboot/dsl/pxeboot.cfg
    The actual files name is "default" and is found on the Cisco 2821 flash:/tftpboot/dsl/pxeboot.cfg directory.
    No ACLs on the Cisco router and the router is pretty much right out of the box.
    Firewall is disabled on both PCs.
    Ping to/from the PC/router works fine.
    Thanks again
    Frank

  • We want essbase to start during server boot via init.d as the essbase user.

    We want essbase to start during server boot via init.d as the essbase user.
    Do we have any documents for this.
    Opereating System : Red Hat Enterprise Linux Advanced Server x86-64 (AMD Opteron Architecture)
    Version : 11.1.1.1.00
    Regards,
    Mink
    http://newhyperion-blog.blogspot.com/

    We want essbase to start during server boot via init.d as the essbase user.
    Do we have any documents for this.
    Opereating System : Red Hat Enterprise Linux Advanced Server x86-64 (AMD Opteron Architecture)
    Version : 11.1.1.1.00
    Regards,
    Mink
    http://newhyperion-blog.blogspot.com/

  • Cisco UCS C220-M3 Server doesn't boot after adding Intel I350 Quad Port NIC

    Hello,
    We have purchased 2 Cisco UCS C220-M3 rack mounted servers (Single Processor) that have a dual port I350 LOM. We also purchased two Intel I350 Quad Port NICs to expand the available ports on each server from 2 to 6.
    The problem we are facing is that the server will not complete the boot process unless we disable either the LOM or the Quad Port NIC. We have tried numerous settings in the BIOS area but we haven't managed to have them both working.
    The I350 Quad Port NICs are from Intel and not from Cisco and we are running the latest FW/BIOS on the Servers as of March 10 2015.
    We have followed the steps described in the installation guide to install them.
    Could you provide some light in this situation please, what are our options?
    P.S. Although the LOMs are I350, the MAC Address Vendor is Cisco, is it possible that Cisco servers accept only Cisco Branded Expansion Cards?
    Thank you,
    George

    Hi Shawn,
    At least I'm not the only one having the same problem!
    You are trying to use the cards with the LOMs enabled?
    Which screen are you referring to in the first paragraph of your message?
    Mine sits in BIOS POST for about 10 minutes and then resets itself....
    We are also waiting for an answer from Cisco, so any findings/news will be posted here.
    Thanks,
    George

  • Monitoring Cisco UCS Manager via HP System Information Manager 7.1 (SIM)

    I am working with a customer to configure HP System Information Manager 7.1 (SIM) to monitor their Cisco UCS Manager.
    The customer is looking to monitor the following:
    - CPU Utilization on manager, blades, servers, etc...
    - Memory utilization
    - Network utilization
    - System inventory
    Alerting is needed for the following:
    - Hardware failures: memory, power supply, drive, etc...
    - Predictive failures
    - Alert messages
    I have the list of all the MIBs provided by Cisco but an having the following issues while loading them into HP SIM.
    While loading MIB "CISCO-UNIFIED-COMPUTING-TC-MIB" I get the following error message:
    Line 128: Error defining object: expected a label, found reserved symbol {
    Line in MIB: SYNTAX Gauge32 {
    Guage32 is imported from SNMPv2-SMI MIB
    To get past this error I found a version of the MIB that removes all the textual conventions that where causing errors.  I have attached the fixed MIB file to this discussion. With the fixed version of the MIB installed in SIM everything compiles and installs except the following two MIBS. CISCO-UNIFIED-COMPUTING-NOTIFS-MIBCISCO-UNIFIED-COMPUTING-CONFORM-MIB Questions:
    1. Is there any way to get the CISCO-UNIFIED-COMPUTING-TC-MIB MIB to install correctly into HP SIM?
    2. Is my MIB load order setup correctly?
    3. Has anyone had success getting HP SIM to monitor and alert for Cisco UCS manager?
    MIB Load Order:
    SNMPv2-SMI
    SNMPv2-TC
    SNMP-FRAMEWORK-MIB
    RFC1213-MIB
    IF-MIB
    CISCO-SMI
    CISCO-ST-TC
    ENTITY-MIB
    INET-ADDRESS-MIB
    CISCO-UNIFIED-COMPUTING-MIB
    CISCO-UNIFIED-COMPUTING-TC-MIB
    CISCO-UNIFIED-COMPUTING-FAULT-MIB
    CISCO-UNIFIED-COMPUTING-NOTIFS-MIB
    CISCO-UNIFIED-COMPUTING-AAA-MIB
    CISCO-UNIFIED-COMPUTING-ADAPTOR-MIB
    CISCO-UNIFIED-COMPUTING-BIOS-MIB
    CISCO-UNIFIED-COMPUTING-BMC-MIB
    CISCO-UNIFIED-COMPUTING-CALLHOME-MIB
    CISCO-UNIFIED-COMPUTING-CAPABILITY-MIB
    CISCO-UNIFIED-COMPUTING-COMM-MIB
    CISCO-UNIFIED-COMPUTING-COMPUTE-MIB
    CISCO-UNIFIED-COMPUTING-CONFORM-MIB
    CISCO-UNIFIED-COMPUTING-DCX-MIB
    CISCO-UNIFIED-COMPUTING-DHCP-MIB
    CISCO-UNIFIED-COMPUTING-DIAG-MIB
    CISCO-UNIFIED-COMPUTING-DPSEC-MIB
    CISCO-UNIFIED-COMPUTING-EPQOS-MIB
    CISCO-UNIFIED-COMPUTING-EQUIPMENT-MIB
    CISCO-UNIFIED-COMPUTING-ETHER-MIB
    CISCO-UNIFIED-COMPUTING-EVENT-MIB
    CISCO-UNIFIED-COMPUTING-EXTMGMT-MIB
    CISCO-UNIFIED-COMPUTING-EXTVMM-MIB
    CISCO-UNIFIED-COMPUTING-FABRIC-MIB
    CISCO-UNIFIED-COMPUTING-FC-MIB
    CISCO-UNIFIED-COMPUTING-FCPOOL-MIB
    CISCO-UNIFIED-COMPUTING-FIRMWARE-MIB
    CISCO-UNIFIED-COMPUTING-FLOWCTRL-MIB
    CISCO-UNIFIED-COMPUTING-HOSTIMG-MIB
    CISCO-UNIFIED-COMPUTING-IMGPROV-MIB
    CISCO-UNIFIED-COMPUTING-IMGSEC-MIB
    CISCO-UNIFIED-COMPUTING-IPPOOL-MIB
    CISCO-UNIFIED-COMPUTING-IQNPOOL-MIB
    CISCO-UNIFIED-COMPUTING-ISCSI-MIB
    CISCO-UNIFIED-COMPUTING-LICENSE-MIB
    CISCO-UNIFIED-COMPUTING-LLDP-MIB
    CISCO-UNIFIED-COMPUTING-LSBOOT-MIB
    CISCO-UNIFIED-COMPUTING-LSMAINT-MIB
    CISCO-UNIFIED-COMPUTING-LS-MIB
    CISCO-UNIFIED-COMPUTING-MACPOOL-MIB
    CISCO-UNIFIED-COMPUTING-MAPPINGS-MIB
    CISCO-UNIFIED-COMPUTING-MEMORY-MIB
    CISCO-UNIFIED-COMPUTING-MGMT-MIB
    CISCO-UNIFIED-COMPUTING-NETWORK-MIB
    CISCO-UNIFIED-COMPUTING-NWCTRL-MIB
    CISCO-UNIFIED-COMPUTING-ORG-MIB
    CISCO-UNIFIED-COMPUTING-OS-MIB
    CISCO-UNIFIED-COMPUTING-PCI-MIB
    CISCO-UNIFIED-COMPUTING-PKI-MIB
    CISCO-UNIFIED-COMPUTING-PORT-MIB
    CISCO-UNIFIED-COMPUTING-POWER-MIB
    CISCO-UNIFIED-COMPUTING-PROCESSOR-MIB
    CISCO-UNIFIED-COMPUTING-PROC-MIB
    CISCO-UNIFIED-COMPUTING-QOSCLASS-MIB
    CISCO-UNIFIED-COMPUTING-SOL-MIB
    CISCO-UNIFIED-COMPUTING-STATS-MIB
    CISCO-UNIFIED-COMPUTING-STORAGE-MIB
    CISCO-UNIFIED-COMPUTING-SW-MIB
    CISCO-UNIFIED-COMPUTING-SYSDEBUG-MIB
    CISCO-UNIFIED-COMPUTING-SYSFILE-MIB
    CISCO-UNIFIED-COMPUTING-TOP-MIB
    CISCO-UNIFIED-COMPUTING-TRIG-MIB
    CISCO-UNIFIED-COMPUTING-UUIDPOOL-MIB
    CISCO-UNIFIED-COMPUTING-VM-MIB
    CISCO-UNIFIED-COMPUTING-VNIC-MIB
    References:
    ftp://ftp.cisco.com/pub/mibs/supportlists/ucs/ucs-manager-supportlist.html#_Toc303691433
    http://www.hp.com/wwsolutions/misc/hpsim-helpfiles/simsnmp.pdf

    Please post "debug ccsip messages".
    Based on your debug you are getting "Cause No. 38 - network out of order."
    You may want to bind SIP to an interface that the IP address is defined which Lync points to.
    Chris

  • Conectar Cisco UCS via Nexus a NFS via IP

    Tenemos una solución Cisco UCS la cual esta conectada a los Switches de Agregación Nexus y cuando se trata de conectar un o unos ServidoresVirtuales o SX a un NFS via IP no establece la conexión generando time-out, pero si la solución Cisco UCS es conectada a unos 6500 que se comportan como unas extensiones del Nexus, si se establece la conexión sin problemas.

    Si efectivamente tenemos este problema, los UCS conectados a través del Nexus llegan a establecer la conexión a los NFS luego de varios intentos se establece, cuando se hace la consulta de información se vuelve extremadamente lenta , los nexus en nuestra red son los Switches Cabecera de Acceso manejan la capa 3 del Datacenter y se encuentran conectados a ellos 4  Switches 6513 vía vpc como extensiones en capa 2, la conexión de los Fabrics de los UCS conectados tambien via vpc hacia ambos nexus, cuando se tenían conectados los fabrics en los 6500 la conexión hacia los NFS se establecía normalmente, tuvimos que sacar los servidores que requieren este tipo de conexión a unos Blade de IBM que están conectados a los 6500

  • Cisco UCS iSCSI boot question

    I am having trouble with getting this to work.  I don't control the iSCSI side of the equation so I am just trying to make sure everything is correct on the UCS side.  When we boot we get an the "Initialize error 1"
    If I attach to FI via ssh I am able to ping the target ip's.  The SAN administrator says that the UCS has to register before itself (which isn't occuring) prior to him giving it space.  Everything I have seen the LUN's and Mask are created prior to boot...is this required?
    Thanks,
    Joe

    UCSM version
    2.0(2r)
    We have another blade the other chasis that has ESX installed on the local drive and is using the iSCSI SAN as it datastore, therefore I know I connectivity to the SAN.  The storage array is a emc CX4-120.
    adapter 2/1/1 (mcp):1# iscsi_get_config
    vnic iSCSI Configuration:
    vnic_id: 5
              link_state: Up
           Initiator Cfg:
         initiator_state: ISCSI_INITIATOR_READY
    initiator_error_code: ISCSI_BOOT_NIC_NO_ERROR
                    vlan: 0
             dhcp status: false
                     IQN: iqn.1992-04.com.cisco:2500
                 IP Addr: 192.168.0.109
             Subnet Mask: 255.255.255.0
                 Gateway: 192.168.0.2
              Target Cfg:
              Target Idx: 0
                   State: INVALID
              Prev State: ISCSI_TARGET_GET_SESSION_INFO
            Target Error: ISCSI_TARGET_LOGIN_ERROR
                     IQN: iqn.1992-04.com.emc:cx.apm00101701431:a2
                 IP Addr: 192.168.0.2
                    Port: 3260
                Boot Lun: 0
              Ping Stats: Success (19.297ms)
              Target Idx: 1
                   State: INVALID
              Prev State: ISCSI_TARGET_GET_SESSION_INFO
            Target Error: ISCSI_TARGET_LOGIN_ERROR
                     IQN: iqn.1992-04.com.emc:cx.apm00101701431:b2
                 IP Addr: 192.168.0.3
                    Port: 3260
                Boot Lun: 0
              Ping Stats: Success (18.229ms)
    adapter 2/1/1 (mcp):2#

  • Adding Purchase Delivery Note with SerialNumbers via DI Server

    I try to add Purchase Delivery Notes via DI Server. It already works for items that do not need serial or batch numbers. But if I try to add a PDN with an item that needs such numbers, I'm getting an error that the line of the item cannot be added without these numbers.
    Then I tried to add SerialNumbers to my request, but I am still getting the same error.
    The xml template for the SerialNumbers part looks like this:
    <SerialNumbers>
    <row>
      <SystemSerialNumber />
      <ManufacturerSerialNumber />
      <InternalSerialNumber />
      <BatchID />
      <ExpiryDate />
      <ManufactureDate />
      <ReceptionDate />
      <WarrantyStart />
      <WarrantyEnd />
      <Location />
      <Notes />
      <BaseLineNumber />
    </row>
    </SerialNumbers>
    Can someone explain me, how to use it?
    What are the mandatory fields?
    What is <BaseLineNumber>? Is it the line number of the item in the purchase delivery note?
    Do I have to include <SystemSerialNumber> or will this number be generated automatically by SBO?

    Hi Nico,
    you should use the SDK Help Center to determine the mandatory fields...
    When creating an incoming document (Purchase Delivery Note) with serial numbers using the DI API I assign the InternalSerialNumber property only and this works.
    The only Mandatory field when creating an outgoing document is SystemSerialNumber which is the unique key for a serial number...
    As a side note, I am still experiencing some strange behaviour trying to use the DI API to create documents using serial numbers.  I am in contact with SAP regarding this but am getting very slow responses...
    Daniel

  • Adding additional FX0 ports on uc540 via gateways

    Hi,
    Our sales rep has sold a UC540W-BRI-K9 to a customer but the customer doesn't have any BRI connections, they use PSTN lines.
    The issue is that they have 7 PSTN lines. We can purchase a 4 port FXO interface card but it's not enough to connect all the PSTN lines because the UC540 has only one expansion port..
    I guess the only option is to purchase a gateway device to allow the additional FXO.
    My question is, which media Gateway is supported on the UC540 via CCA programming?
    I know that SPA8800 is supported on the UC540 with the new software pack but it's only for the FXS ports.
    Are there any other devices?
    Regards
    Raymond

    Hi,
         I am looking for possible solutions for adding an additional FXO line to a UC540 as well.  Mine already has the additional VIC2-4FXO module and all FXO ports are used.  From reading the Manuals, Release Notes, and Forums, it sounds like the 8800 will only support additional FXS ports.  I have not found a solid answer as to why that is.  It seems like it would be a hardware/platform overload issue for the UC540 to support more than 8 FXO lines.  Is this assumption accurate or is there something we can do about it? 

Maybe you are looking for

  • How can I import my class or package in JSP?

    Hello. I develop jsp. When I assign variables in jsp, everything work fine. For Example: connStr="jdbc:oracle:thin:@191.168.0.1:1521:orcl"; But I want put some variables inside class or package, so using text editor I created and compiled package: pa

  • Graduated Filter creates saturated image

    Still getting to grips with Lightroom 3 and the graduated filter is working in strange ways. When I apply it the whole image goes super saturated and high in contrast. I have to click back in the history and then back on to the latest adjustment to m

  • Onchange of a selectList

    Hi, I have a requirement. When a user selects a value from a selectlist, I have to go to the database, select 4 values based on the selected item and populate other elements in the form. I want to do this without submitting the form. Is it possible ?

  • Node manager service not starting

    Hi I am doing a uccx setup with cucm in VM ware. I am not able to open the appadmin page and when i triy to do so the node manger service get stopped . from the mvir loggs in "c:\program files\wfavvid\logs\mivr " i cann't see anything. what can be th

  • Correlation id & msgid

    Hi All I would like to know is there any difference between a correlation id & msgid or Are they just 2 different solutions to solve dequeuing by identifier . I reckon msgid id is internally generated by Oracle & correlation id is set by the user in