All paths vmhba1:C0:T0:Lx is dead!

There are 3 5.1 ESXi hosts in a cluster.

For a particluar ESXi host (Host2), we find that the paths of vmhba1:C0:T0:Lx all are dead.  On the other hand, we do not get any error message from the SAN / FC Switch / condition of the material to a ESXi host.

We wonder where is the most likely part of the failure.  We guess, it should be the port of the FC Switch (with attached SPA0) which connects to HAB 1 died.  This assumption is correct?

Thank you

Hello

Most of the time when you see "Path of the dead" so somewhere between HBA - FC switch - storage processor"is problem.

See this doc

http://KB.VMware.com/selfservice/microsites/search.do?language=en_US&cmd=displayKC&externalID=2004684

Concerning

MOhammed

Tags: VMware

Similar Questions

  • Change all paths in a layer without using a layer appearance attribute

    I suspect I did it wrong for a while, but I don't know how to do it right.

    If I want to change the appearance of all paths in a layer (say, something simple to change their line color), it is pretty easy to target in the layer by clicking on the button of the target layer. However, when I do change (as outline in orange color setting), it appears in the appearance of the layer itself - each element within the layer are not orange line directly in their appearance attributes, they just inherit the appearance of the layer attributes.

    I understand that this is the intended behavior, but I found that it's easier for me to avoid the layer effects and have just each element in a layer to be autonomous and show all its own attributes of appearance without something inheriting from the upper layer (I tend to forget and be confused about when they appear). However, I don't know how to force the appearance of a layer down to its subcomponents (likely the compensation of the appearance of the layer to avoid duplication). Is it some commands I'm missing?

    Now how I do it, it's all in the layer by using the layer target, then UN-target target the highest member of the layer. This allows me to change the appearance of all items in the layer (except the one at the top) without changing the appearance of the layer itself. Then I do the top separately. Seems kludgier than she should be. Any help? Thank you.

    tqrtuomo, I was confused by the present, sometimes as well and made the same thing you describe. I think the key, when selecting on a given layer or group is to click on the 'right' of the 'Target' button in the layers panel to the layer/group level. Make sure that there is no 'circle' around the target button or appearance will be assigned to the layer/group.

  • All paths between 2 nodes

    Hello

    Can you get it someone please let me know how can I achieve this?

    I want to know all the paths between A Source node and the node of Destination B.

    I donot want the shortest way but all paths between the 2 nodes.

    Also I donot have no weight/cost by any path. (The graph is a directed graph)

    Kind regards
    Pantxo

    Hello

    Maybe this:

    Scott@my11g SQL>l
      1  with links(n1,n2) as (
      2  select 'A','B' from dual
      3  union all select 'A','C' from dual
      4  union all select 'B','C' from dual
      5  union all select 'B','D' from dual
      6  union all select 'D','G' from dual
      7  union all select 'C','G' from dual
      8  union all select 'D','I' from dual
      9  union all select 'C','E' from dual
     10  union all select 'E','F' from dual
     11  union all select 'F','G' from dual
     12  union all select 'F','H' from dual
     13  )
     14  select pth
     15  from (
     16  select connect_by_root(n1) || sys_connect_by_path(n2,'>') pth ,n2
     17  from links
     18  start with n1='A'
     19  connect by nocycle prior n2=n1
     20  )
     21* where n2='G'
    Scott@my11g SQL>/
    
    PTH
    ----------------------------------------
    A>B>C>E>F>G
    A>B>C>G
    A>B>D>G
    A>C>E>F>G
    A>C>G
    
  • Make a group without selection of all paths

    I'm working on a script that will take each pathItem in a document and put it in a group (all pathItems in the document are groupless opening, so there won't be other groups already in the document).

    I have a script that creates a group, and then puts the highest pathItem placed in the group. I just can't figure out how to retrieve all the pathitems in the document, or the same action in a loop until everything is in a single group. The kicker is, as the title suggests this script should work without selecting anything first hand (in other words, after click on an item to select). Now, if there was a way to select all elements with a script that would be great.

    Here's what I have so far:

    #target Illustrator
    //based on script from Carlos Canto
    var doc = app.activeDocument
    
    if ( app.documents.length > 0 ) {
    doc = app.activeDocument;
    newGroupItem = doc.activeLayer.groupItems.add();
    }
    
    var gi = doc.groupItems[0]; // the topmost existing group
    var all = doc.pathItems[0]; // all paths in document
    
    all.move (gi, ElementPlacement.PLACEATBEGINNING); // move selected path inside the group
    all.evenodd = true; // necessary to determine "insideness" or to make holes.
    
    

    I also have what I found here on the forum

    #target Illustrator
    // GroupFromSel.jsx
    // regards pixxxelschubser 
    if ( app.documents.length > 0 && app.activeDocument.selection.length > 0) {
        var aDoc = app.activeDocument;
        var Sel = aDoc.selection;
        var GroupFromSel = aDoc.groupItems.add();
        for ( i = Sel.length-1; i >= 0; i--) {
            Sel[i].moveToBeginning( GroupFromSel )
            }
    }
    
    

    But alas, you select so two scripts, two solutions possible. I'm just working on both until I can get one to work.

    Any ideas?

    var all = doc.pathItems[0]; // all paths in document

    It's only the highest pathItem, that to change

    var all = doc.pathItems; // all paths in document
    

    .. .and loop thru 'all' and move each within your group

    #target Illustrator
    //based on script from Carlos Canto
    
    if ( app.documents.length > 0 ) {
        doc = app.activeDocument;
        var gi = doc.activeLayer.groupItems.add();
        var all = doc.pathItems; // all paths in document
    
        for (i=0; i
    

    for this configuration, we will run trouble if you have other groups with pathItems

  • How to hide all paths without widening the palette?

    It is something that I have wondered about for years:

    You know how you can deselect one way 'sex' (for lack of better word) in the palette drawn by clicking in the empty space of the paths palette? What happens if your pallet traced has saved paths as long as there is no space empty to click in? I know that I can just to expand the palette, but I don't want to have to do that, because all my palettes are solidly organized in a giant wall o ' pallets on a second monitor. Is there a way to hide all paths without having to expand the palette to bring up the empty space?

    If it is not currently using a tool running on trails, activate one, for example, press a key. Now, press ESC to untarget all paths.

  • Illustrator path-> path pipette turns transparent all paths (windows vs. mac)

    issue.png

    It is a problem, I've been struggling with since CS4, but it does appear to me that I could until post here my recent upgrade to a full personal Adobe account. In Illustrator, I want the pipette to pick up the two line style, width of the line and fill a different path (round 3pt line, 0.75, white fill). I understand that you must double click on the eyedropper and set it to pick up and apply all appearances. Unfortunately when I do and I select the trace sources he just transform the result into an empty path as in the picture included.

    Here's the catch: I don't have this problem on my new work computer, which is a mac of Yosemite. If that seems to only happen on my W7 docking station.

    Any help? Thanks in advance!

    Do not consider this message - I found the solution. If there is any visible image placed between the source and destination in the stack of layers, the pipette will resume the (transparent) bitmap instead of the line below.

    The solution is simply to hide all images placed in layers that are interfering with the pipette.

  • How to browse all path elements present in the group through jsx items?

    I want to browse all the elements of this path in the group element and group items can have several unit inside the item they want to cross deep into the tree, I did through recursive function, but could not get exactly the result please share any script code.

    2015-08-20_1836.png

    function groupTopath (pageItems, index) {}

    try {}

    for (var j = 0; j)< pageitems.length;="" j++)="">

    If (.) TypeName pageItems [j] == 'GroupItem') {}

    groupTopath (.pageItems [j] pageItems, index);

    } ElseIf (.) TypeName pageItems [j] == 'PathItem') {}

    If ((.selectedPathPoints.length pageItems [j] == 13 ||.)) selectedPathPoints.length pageItems [j] == 8) & (pageItems [j] .height< 3="" &&="" pageitems[j].width="">< 2.5))="">

    tmSymbolPathItems [index] .push (pageItems [j]);

    }

    }

    }

    } catch (e) {}

    }

    }

  • Illustrator CS5 - black lines along all paths

    I'm fairly new to Illustrator, so maybe it's something incredibly simple and obvious, but it has been driving me crazy for the last hour. My google searches have been so completely sterile.

    My problem is that on one of my files (a simple logo I work), all roads have a black line along them. It is not the parameters of the race, which was the only thing I could think that could be, many of the paths have features on them, and the good race shows, but with a black line on top of it. The lines appear in the exported files, or when the files are open in photoshop, but the black lines do not appear when I isolate paths.

    If anyone can help me with this, it would be highly appreciated (and save tear my hair out me)

    The extra loop can also have been applied within the group or level of the layer in order to check that also.

  • How to keep all paths listed just by adding a new?

    Hey there,

    I am completely new to Illustrator. I have a problem when you use the pen tool... When I draw a new path or more when I'm setting the angle of the trajectory of the comic, all other paths are not shown in the meantime. I'm not like that because it prevents me to adjust the exact lines to each other. How can I keep them shown?

    To illustrate what I mean: http://E20.img-up.NET/Unbenannt-A21F.jpg

    Hans,

    And paths have a stroke? If not, give them a (you can just set a value in the drop-down list of weight in the stroke palette/Panel).

  • All my photos and some tax data is lost after a system restore-all path to recover

    I had a virus or a spyware called windowsrepair.  The computer would not get past the repair screen I did a system restore which seems to have worked except that all my photos and documents have disappeared.  What I've done wrong? and is there a way to recover them?

    For a moment I thought you could run under a profile different than the original but your report says otherwise. Since the system restore does not affect the user files, the damage must have been made by the virus. I restore files from the backup media, and then introduce a robust backup routine.

  • Unable to join two points all paths of text

    It's one thing, I always used to do in Adobe Illustrator CS3, but now CS6 won't let me.

    I typed text, converted text outlines and now want to bring two letters. What I used to do, is just to add a point, then delete it, which caused a segment of the path to open, leaving the letter cavities not blocked. Then I could do that to a second letter and join them together.

    ts.png

    But now, when I try to choose two points that form the edge of the top of the s & t, I get an error. I also tried using the pen to join them in that way and get a similar error: 'paths accompanied by drawing tools must be in the same group, or one of them should not be inside any group. The new path has not been joined by the existing path. "None of these letters is part of another group!

    Help! I'm going to do in CS3...

    For some reason, Illustrator treats your forms of text developed as either groups or transparent traces. Select both and then dissociate or release the track until the text to the left of the Options bar just says 'Path '.

  • See all paths at the same time

    I have a slide that has several items to move. It would be very useful that I saw all trajectories at the same time to adjust the position and alignment. Is this possible?

    I quite understand what you hear, but as far as I KNOW is not possible

  • combine paths to remove all obstacles in the background by a clipping path

    I can't delete my history when creating multiple paths of clipping into a single image. I was able to do this in earlier versions of Photoshop. Someone knows how to do this in Photoshop CC 2015? See attachments.

    Skjermbilde 2015-11-09 kl. 14.40.53.pngSkjermbilde 2015-11-09 kl. 14.41.23.png

    You should just choose all paths with the path Selection tool and change path operations to exclude forms that overlap.

    If the paths are on the same path thumbnail in the Trace Panel.

  • Paths always down after returning from a SAN switch at the service

    I had a problem where electricity is cut to one of my SAN switches.  Everything continued to work because all the hosts and storage are connected to a second switch SAN.

    Now that powered the SAN switch back on all paths through the SAN switch are still displayed as out of service.  If I reboot a crowd she restores all of its path through two switches SAN so there is nothing wrong with the zoning on the switch.  I see that the ESXi host host bus adapters connected to the SAN switch, even without reboot, when I do a switchshow (using Brocade switches) and I see that the configuration is correct.

    I tried a new analysis of the HBA, and this removes the paths through the HBA that is connected to the switch that loses power!

    I tried to reset the HBA to get to do a reset of the LIP by publishing: -.

    esxcli fc san storage reset - a < hba >

    for example

    esxcli fc san storage reset - a vmhba1

    and tried to change the State of the railways in assets with

    esxcli storage path together - State = active - path < path-runtimename >

    for example

    esxcli storage path together - State == active - path vmhba1:C0:T1:L1

    None of them have helped and I don't want to resort to restart the host, there must be a better way to bring these paths.

    I use ESXi 5.5 build 1474528.  Want to really upgrade to update 1 immediately.

    I have the advanced of that setting Misc.apdhandlingenable set to 1 and Misc.APDTimeout value 140.  The switch would have been off for more than 140 seconds.  I could try to set Misc.APDHandlingEnable to 0 and simulate the failure once again, but I'm not sure I want to do this because I remember issues with ESX(I) 4.x hosts becoming disconnected from vCenter following situations of CCA.

    Any suggestions?

    I followed it down to the driver used by the Fibre Channel adapter.  I had to update 10.0.100.1 - vmw.550.0.0.1331820 10.0.725.203 - 1OEM.550.0.0.1331820.

    The hosts have been using Adapters Emulex LPe16000 (IBM rebadged in an IBM Flex System).  See 5.5 ESXi hosts don't restore not path storage from the SAN switch failure. Computer services Pelicano so all the details.

  • Cannot start or export VM after removal of all snapshots

    Hello

    I just delete all the snapshots via vClient on 3 machines 4 on an ESXi 4.

    Now I can't export via vConverter or boot... The only machine with snapshots works OK.

    Is this a bug? Because I thought that I did nothing wheird.

    Series of lines in the 'system log' export, logs, I found:

    5 cpu5:5152) DevFS: 2370: could not find the device: 5e3e2186-COLIS_CATALOGUE_NODE-000005 - delta.vmdk
    14 February 14:24:21 pass: [14-02-2013 14:24:21.369 info 'DiskLib' 7201CB90] DISKLIB-VMFS: ' / vmfs/volumes/4a311e04-d8eb9109-26be-002481a8a5e1/COLIS_CATALOGUE_NODE/COLIS_CATALOGUE_NODE-000005-delta.vmdk ': closed.
    14 February 14:24:21 pass: [14-02-2013 14:24:21.369 info 'DiskLib' 7201CB90] DISKLIB-VMFS: ' / vmfs/volumes/4a311e04-d8eb9109-26be-002481a8a5e1/COLIS_CATALOGUE_NODE/COLIS_CATALOGUE_NODE-000008-delta.vmdk ': closed.
    14 February 14:24:21 pass: [14-02-2013 14:24:21.369 info 'DiskLib' 7201CB90] DISKLIB-VMFS: ' / vmfs/volumes/4a311e04-d8eb9109-26be-002481a8a5e1/COLIS_CATALOGUE_NODE/COLIS_CATALOGUE_NODE-000006-delta.vmdk ': closed.
    14 February 14:24:21 pass: [14-02-2013 14:24:21.369 info 'DiskLib' 7201CB90] DISKLIB-VMFS: ' / vmfs/volumes/4a311e04-d8eb9109-26be-002481a8a5e1/COLIS_CATALOGUE_NODE/COLIS_CATALOGUE_NODE-000007-delta.vmdk ': closed.
    14 February 14:24:21 pass: [14-02-2013 14:24:21.369 info 'DiskLib' 7201CB90] DISKLIB-VMFS: ' / vmfs/volumes/4a311e04-d8eb9109-26be-002481a8a5e1/COLIS_CATALOGUE_NODE/COLIS_CATALOGUE_NODE-000004-delta.vmdk ': closed.
    14 February 14:24:21 pass: [14-02-2013 14:24:21.370 info 'DiskLib' 7201CB90] DISKLIB-VMFS: ' / vmfs/volumes/4a311e04-d8eb9109-26be-002481a8a5e1/COLIS_CATALOGUE_NODE/COLIS_CATALOGUE_NODE-000003-delta.vmdk ': closed.
    14 February 14:24:21 pass: [14-02-2013 14:24:21.370 info 'DiskLib' 7201CB90] DISKLIB-VMFS: ' / vmfs/volumes/4a311e04-d8eb9109-26be-002481a8a5e1/COLIS_CATALOGUE_NODE/COLIS_CATALOGUE_NODE-000002-delta.vmdk ': closed.
    14 February 14:24:21 pass: [14-02-2013 14:24:21.370 info 'DiskLib' 7201CB90] DISKLIB-VMFS: ' / vmfs/volumes/4a311e04-d8eb9109-26be-002481a8a5e1/COLIS_CATALOGUE_NODE/COLIS_CATALOGUE_NODE-000001-delta.vmdk ': closed.
    14 February 14:24:21 pass: [14-02-2013 14:24:21.370 info 'DiskLib' 7201CB90] DISKLIB-VMFS: ' / vmfs/volumes/4a311e04-d8eb9109-26be-002481a8a5e1/COLIS_CATALOGUE_NODE/COLIS_CATALOGUE_NODE-flat.vmdk ': closed.
    14 February 14:24:21 pass: [14-02-2013 14:24:21.371 7201CB90 info "Libs"] NfcServerLoop [NFC DEBUG]: ready to READ sock
    14 February 14:24:21 pass: [14-02-2013 14:24:21.371 7201CB90 info "Libs"] NfcServerLoop [NFC DEBUG]: received full session
    14 February 14:24:21 pass: [2013-02-14 14:24:21.374 71D57D90 verbose 'App'] CloseSession called for the session id = 52369170-f4c0-71a1-a29c-668f25f09c68
    14 February 14:24:21 pass: [14-02-2013 14:24:21.375 71D57D90 'ha-eventmgr' info] event 95: root user is disconnected
    14 February 14:24:30 vmkernel: 2:04:02:31.338 cpu0:5109) scsi_cmd_alloc returned NULL!
    14 February 14:24:30 vmkernel: 2:04:02:31.338 cpu0:5109) scsi_cmd_alloc returned NULL!
    14 February 14:24:30 vmkernel: 2:04:02:31.338 cpu0:5109) scsi_cmd_alloc returned NULL!
    14 February 14:24:30 vmkernel: 2:04:02:31.338 cpu0:5109) scsi_cmd_alloc returned NULL!
    14 February 14:24:30 vmkernel: 2:04:02:31.338 cpu0:5109) scsi_cmd_alloc returned NULL
    !
    14 February 14:24:30 vmkernel: 2:04:02:31.338 cpu0:5109) NMP: nmp_CompleteCommandForPath: 0x2a (0x410005134f00) to the device 'naa.600508b1001030343843434234300500' NMP command failed on the physical path 'vmhba1:C0:T0:L0' H:0 x 1 D:0 x 0 P:0 x 0 Possible sense data: 0 x
    14 February 14:24:30 0 0 x 0 0 x 0.
    14 February 14:24:30 vmkernel: 2:04:02:31.338 cpu0:5109) WARNING: NMP: nmp_DeviceRetryCommand: device 'naa.600508b1001030343843434234300500': waiting for updated status of fast path for blocked with e/s failover. No prior reservation is on the device.
    14 February 14:24:30 vmkernel: 2:04:02:31.338 cpu0:5109) NMP: nmp_CompleteCommandForPath: command 0x2a (0 x 410005161180) to the 'naa.600508b1001030343843434234300500' NMP device failed on the physical path 'vmhba1:C0:T0:L0' H:0 x 1 D:0 x 0 P:0 x 0 Possible sense data: 0 x
    14 February 14:24:30 0 0 x 0 0 x 0.
    14 February 14:24:30 vmkernel: 2:04:02:31.338 cpu0:5109) NMP: nmp_CompleteCommandForPath: command 0x2a (0 x 410005096900) to the 'naa.600508b1001030343843434234300500' NMP device failed on the physical path 'vmhba1:C0:T0:L0' H:0 x 1 D:0 x 0 P:0 x 0 Possible sense data: 0 x
    14 February 14:24:30 0 0 x 0 0 x 0.
    14 February 14:24:30 vmkernel: 2:04:02:31.338 cpu0:5109) NMP: nmp_CompleteCommandForPath: 0x2a (0x410005092c00) to the device 'naa.600508b1001030343843434234300500' NMP command failed on the physical path 'vmhba1:C0:T0:L0' H:0 x 1 D:0 x 0 P:0 x 0 Possible sense data: 0 x
    14 February 14:24:30 0 0 x 0 0 x 0.
    14 February 14:24:30 vmkernel: 2:04:02:31.338 cpu0:5109) NMP: nmp_CompleteCommandForPath: command 0x2a (0 x 410005116980) to the 'naa.600508b1001030343843434234300500' NMP device failed on the physical path 'vmhba1:C0:T0:L0' H:0 x 1 D:0 x 0 P:0 x 0 Possible sense data: 0 x
    14 February 14:24:30 0 0 x 0 0 x 0.
    14 February 14:24:31 vmkernel: 2:04:02:32.338 cpu0:4343) WARNING: NMP: nmp_DeviceAttemptFailover: try tipping unit "naa.600508b1001030343843434234300500" world - order 0x410005134f00
    14 February 14:24:31 vmkernel: 2:04:02:32.358 cpu5:4327) NMP: nmp_CompleteRetryForPath: retry world component 'naa.600508b1001030343843434234300500 '.
    14 February 14:24:42 vmkernel: 2:04:02:43.815 cpu0:5109) scsi_cmd_alloc returned NULL!
    14 February 14:24:42 vmkernel: 2:04:02:43.815 cpu0:5109) scsi_cmd_alloc returned NULL!
    14 February 14:24:42 vmkernel: 2:04:02:43.815 cpu0:5109) scsi_cmd_alloc returned NULL!
    14 February 14:24:42 vmkernel: 2:04:02:43.815 cpu0:5109) scsi_cmd_alloc returned NULL
    !
    14 February 14:24:42 vmkernel: 2:04:02:43.815 cpu0:5109) NMP: nmp_CompleteCommandForPath: 0x2a (0x41000517f9c0) to the device 'naa.600508b1001030343843434234300500' NMP command failed on the physical path 'vmhba1:C0:T0:L0' H:0 x 1 D:0 x 0 P:0 x 0 Possible sense data: 0 x
    14 February 14:24:42 0 0 x 0 0 x 0.
    14 February 14:24:42 vmkernel: 2:04:02:43.815 cpu0:5109) WARNING: NMP: nmp_DeviceRetryCommand: device 'naa.600508b1001030343843434234300500': waiting for updated status of fast path for blocked with e/s failover. No prior reservation is on the device.
    14 February 14:24:42 vmkernel: 2:04:02:43.815 cpu0:5109) NMP: nmp_CompleteCommandForPath: command 0x2a (0 x 410005113880) to the 'naa.600508b1001030343843434234300500' NMP device failed on the physical path 'vmhba1:C0:T0:L0' H:0 x 1 D:0 x 0 P:0 x 0 Possible sense data: 0 x
    14 February 14:24:42 0 0 x 0 0 x 0.
    14 February 14:24:42 vmkernel: 2:04:02:43.815 cpu0:5109) NMP: nmp_CompleteCommandForPath: command 0x2a (0 x 410005075900) to the 'naa.600508b1001030343843434234300500' NMP device failed on the physical path 'vmhba1:C0:T0:L0' H:0 x 1 D:0 x 0 P:0 x 0 Possible sense data: 0 x
    14 February 14:24:42 0 0 x 0 0 x 0.
    14 February 14:24:42 vmkernel: 2:04:02:43.815 cpu0:5109) NMP: nmp_CompleteCommandForPath: 0x2a (0x41000510ea80) to the device 'naa.600508b1001030343843434234300500' NMP command failed on the physical path 'vmhba1:C0:T0:L0' H:0 x 1 D:0 x 0 P:0 x 0 Possible sense data: 0 x
    14 February 14:24:42 0 0 x 0 0 x 0.
    14 February 14:24:43 vmkernel: 2:04:02:44.816 cpu2:4343) WARNING: NMP: nmp_DeviceAttemptFailover: try tipping unit "naa.600508b1001030343843434234300500" world - order 0x41000517f9c0
    14 February 14:24:43 vmkernel: 2:04:02:44.826 cpu6:5151) NMP: nmp_CompleteRetryForPath: retry world component 'naa.600508b1001030343843434234300500 '.
    14 February 14:24:49 vmkernel: 2:04:02:50.524 cpu0:5109) scsi_cmd_alloc returned NULL!
    14 February 14:24:49 vmkernel: 2:04:02:50.524 cpu0:5109) scsi_cmd_alloc returned NULL!
    14 February 14:24:49 vmkernel: 2:04:02:50.524 cpu0:5109) scsi_cmd_alloc returned NULL!
    14 February 14:24:49 vmkernel: 2:04:02:50.524 cpu0:5109) scsi_cmd_alloc returned NULL
    !
    14 February 14:24:49 vmkernel: 2:04:02:50.524 cpu0:5109) NMP: nmp_CompleteCommandForPath: 0x2a (0x41000517dac0) to the device 'naa.600508b1001030343843434234300500' NMP command failed on the physical path 'vmhba1:C0:T0:L0' H:0 x 1 D:0 x 0 P:0 x 0 Possible sense data: 0 x
    14 February 14:24:49 0 0 x 0 0 x 0.
    14 February 14:24:49 vmkernel: 2:04:02:50.525 cpu0:5109) WARNING: NMP: nmp_DeviceRetryCommand: device 'naa.600508b1001030343843434234300500': waiting for updated status of fast path for blocked with e/s failover. No prior reservation is on the device.
    14 February 14:24:49 vmkernel: 2:04:02:50.525 cpu0:5109) NMP: nmp_CompleteCommandForPath: command 0x2a (0 x 410005139500) to the 'naa.600508b1001030343843434234300500' NMP device failed on the physical path 'vmhba1:C0:T0:L0' H:0 x 1 D:0 x 0 P:0 x 0 Possible sense data: 0 x
    14 February 14:24:49 0 0 x 0 0 x 0.
    14 February 14:24:49 vmkernel: 2:04:02:50.525 cpu0:5109) NMP: nmp_CompleteCommandForPath: command 0x2a (0 x 410005097800) to the 'naa.600508b1001030343843434234300500' NMP device failed on the physical path 'vmhba1:C0:T0:L0' H:0 x 1 D:0 x 0 P:0 x 0 Possible sense data: 0 x
    14 February 14:24:49 0 0 x 0 0 x 0.
    14 February 14:24:49 vmkernel: 2:04:02:50.525 cpu0:5109) NMP: nmp_CompleteCommandForPath: command 0x2a (0 x 410005114680) to the 'naa.600508b1001030343843434234300500' NMP device failed on the physical path 'vmhba1:C0:T0:L0' H:0 x 1 D:0 x 0 P:0 x 0 Possible sense data: 0 x
    14 February 14:24:49 0 0 x 0 0 x 0.
    14 February 14:24:50 vmkernel: 2:04:02:51.526 cpu2:4343) WARNING: NMP: nmp_DeviceAttemptFailover: try tipping unit "naa.600508b1001030343843434234300500" world - order 0x41000517dac0
    14 February 14:24:50 vmkernel: 2:04:02:51.544 cpu3:4099) NMP: nmp_CompleteRetryForPath: retry world component 'naa.600508b1001030343843434234300500 '.
    14 February 14:24:50 vmkernel: 2:04:02:51.756 cpu0:5109) scsi_cmd_alloc returned NULL!
    14 February 14:24:50 vmkernel: 2:04:02:51.756 cpu0:5109) scsi_cmd_alloc returned NULL!
    14 February 14:24:50 vmkernel: 2:04:02:51.756 cpu0:5109) scsi_cmd_alloc returned NULL!
    14 February 14:24:50 vmkernel: 2:04:02:51.756 cpu0:5109) scsi_cmd_alloc returned NULL
    !
    14 February 14:24:50 vmkernel: 2:04:02:51.756 cpu0:5109) NMP: nmp_CompleteCommandForPath: 0x2a (0x4100050f7fc0) to the device 'naa.600508b1001030343843434234300500' NMP command failed on the physical path 'vmhba1:C0:T0:L0' H:0 x 1 D:0 x 0 P:0 x 0 Possible sense data: 0 x
    14 February 14:24:50 0 0 x 0 0 x 0.
    14 February 14:24:50 vmkernel: 2:04:02:51.756 cpu0:5109) WARNING: NMP: nmp_DeviceRetryCommand: device 'naa.600508b1001030343843434234300500': waiting for updated status of fast path for blocked with e/s failover. No prior reservation is on the device.
    14 February 14:24:50 vmkernel: 2:04:02:51.756 cpu0:5109) NMP: nmp_CompleteCommandForPath: 0x2a (0x41000507ef00) to the device 'naa.600508b1001030343843434234300500' NMP command failed on the physical path 'vmhba1:C0:T0:L0' H:0 x 1 D:0 x 0 P:0 x 0 Possible sense data: 0 x
    14 February 14:24:50 0 0 x 0 0 x 0.
    14 February 14:24:50 vmkernel: 2:04:02:51.756 cpu0:5109) NMP: nmp_CompleteCommandForPath: 0x2a (0x4100051b32c0) to the device 'naa.600508b1001030343843434234300500' NMP command failed on the physical path 'vmhba1:C0:T0:L0' H:0 x 1 D:0 x 0 P:0 x 0 Possible sense data: 0 x
    14 February 14:24:50 0 0 x 0 0 x 0.
    14 February 14:24:50 vmkernel: 2:04:02:51.756 cpu0:5109) NMP: nmp_CompleteCommandForPath: 0x2a (0x4100051797c0) to the device 'naa.600508b1001030343843434234300500' NMP command failed on the physical path 'vmhba1:C0:T0:L0' H:0 x 1 D:0 x 0 P:0 x 0 Possible sense data: 0 x
    14 February 14:24:50 0 0 x 0 0 x 0.
    14 February 14:24:51 vmkernel: 2:04:02:52.526 cpu2:4343) WARNING: NMP: nmp_DeviceAttemptFailover: try tipping unit "naa.600508b1001030343843434234300500" world - order 0x4100050f7fc0
    14 February 14:24:51 vmkernel: 2:04:02:52.533 cpu3:602831) NMP: nmp_CompleteRetryForPath: retry world component 'naa.600508b1001030343843434234300500 '.
    14 February 14:24:55 pass: [14-02-2013 14:24:55.841 71FDBB90 verbose 'ResourcePool ha-root-pool'] root of the pool changed 14300 MHz/6124 MB to 14300 MHz/6128 MB
    14 February 14:24:55 vmkernel: 2:04:02:57.193 cpu0:5109) scsi_cmd_alloc returned NULL
    !
    14 February 14:24:55 vmkernel: 2:04:02:57.193 cpu0:5109) NMP: nmp_CompleteCommandForPath: 0x2a (0x41000507c200) to the device 'naa.600508b1001030343843434234300500' NMP command failed on the physical path 'vmhba1:C0:T0:L0' H:0 x 1 D:0 x 0 P:0 x 0 Possible sense data: 0 x
    14 February 14:24:55 0 0 x 0 0 x 0.
    14 February 14:24:55 vmkernel: 2:04:02:57.193 cpu0:5109) WARNING: NMP: nmp_DeviceRetryCommand: device 'naa.600508b1001030343843434234300500': waiting for updated status of fast path for blocked with e/s failover. No prior reservation is on the device.
    Feb 14 14:24:56 pass: [2013-02-14 14:24:56.498 7201CB90 verbose 'App'] rising object with the name = "haTask - vim.SearchIndex.findByUuid - 750 ' failed.
    Feb 14 14:24:56 pass: [2013-02-14 14:24:56.499 7201CB90 verbose 'App'] rising object with the name = "haTask - vim.SearchIndex.findByUuid - 751 ' failed.
    Feb 14 14:24:56 pass: [2013-02-14 14:24:56.499 7201CB90 verbose 'App'] rising object with the name = "haTask - vim.SearchIndex.findByUuid - 752 ' failed.
    14 February 14:24:56 vmkernel: 2:04:02:58.194 cpu2:4343) WARNING: NMP: nmp_DeviceAttemptFailover: try tipping unit "naa.600508b1001030343843434234300500" world - order 0x41000507c200
    14 February 14:24:56 vmkernel: 2:04:02:58.203 cpu3:5107) NMP: nmp_CompleteRetryForPath: retry world component 'naa.600508b1001030343843434234300500 '.
    Feb 14 14:24:57 pass: [2013-02-14 14:24:57.500 71FDBB90 verbose 'App'] rising object with the name = "haTask - vim.NfcService.randomAccessOpenReadonly - 754" failed.
    14 February 14:25 pass: [14-02-2013 14:25:00.120 7201CB90 info "TaskManager"] task created: haTask-ha-host - vim.DiagnosticManager.generateLogBundles - 826

    It seems that the ESXi still needs these deleted snapshots.

    What should I do now? Restart the machine would help? Or directly edit the vmx files?

    BTW I would have attached the vmx files but I don't know how to export, the box does not have ssh...

    I'm sorry for the post of beginner, but I'm not very familiar with ESXi 4.

    Thanks for your suggestions,

    Karel

    Do you recommend a specific action before I 'Delete All '?

    The 'Delete All' process can take some time depending on the size of the snapshot and the progress bar can be used to estimate the time remaining. It will always show something superior to 90% until there finishes the job. All I can recommend is to be patient.

    With the ESX version you are using (4.0 before update 2) the "Delete All" will require a lot more time with multiple snapshots in place. There are also if make sure there is enough free disk space on the data store to avoid exit of space conditions. The behavior has changed with ESX 4.0 Update 2.

    André

Maybe you are looking for

  • MY FF22 normally INSTALL... I tried everything but nothing happens.

    My daughters laptop that is Vista OS. Version 6 ff. I went to upgrade his browser... I downloaded to go green button got a binary file called heel of the installation. went to install... PC asked me if ok I run sed Yes but had NO installation. .... N

  • Impossible to get a ship partner with my pc to my mini book

    I down loaded active sync 4.5 to my office that I WAS responsible for a partnership with microsoft, but when I plugged my usb cable from my computrt to my mini book it is not found. What I'm doing.        Thank you

  • links in outlook express

    It takes a few minutes to open all the links in the emails that I receive.  Can you tell me what the problem is.  Thank you.

  • Dell Inspiron 14R 5420 - new keyboard does not

    Hello A key on the keyboard of my laptop did not work. I checked that it was a problem on the keyboard, so I bought a new. I removed my keyboard before, so I thought that it wasn't a problem. So I installed a new one, everything is ok. Then I turned

  • New hardware, BSOD! Help!

    Here is the error I get. Signature of the problem: Problem event name: BlueScreen OS version: 6.0.6002.2.2.0.256.1 Locale ID: 1033 More information about the problem: BCCode: d1 BCP1: FFFFFA60012F5804 BCP2: 0000000000000002 BCP3: 0000000000000008 BCP