LUN entfernen VMware ESXi/ESX 4.0 and 4.1die nicht mehr erreichbar ist und vSphere kommt nicht klar

Februar 23rd, 2016 by Jan Gabriel Leave a reply »

gefunden hier: http://blog.shiraj.com/2014/10/1057/

First find Dead Path Link

esxcfg-mpath -L | more

List which drive are used by server and naa.xx nubmer.

esxcfg-scsidevs --vmfs

Rescan vmhba in my case vmhba35

esxcfg-rescan vmhba35


To shutdown the VM

vim-cmd vmsvc/getallvms | grep <vm name>
vim-cmd vmsvc/power.getstate <vmid>
vim-cmd vmsvc/power.off <vmid>


List all world id

vm-support -x

To Kill that vm

vm-support -X <world id>
--
Folgendes hat mir das letzte Mal geholfen, einfach ummaskieren, dann war alles wieder gut:

Masking a LUN from ESX and ESXi using the MASK_PATH plug-in

check Mask

esxcfg-mpath -G

List claimrules esxcli corestorage claimrule list if you sill have problem with dead path, you can mask (–rule number you can have anything from 101 and up)

esxcli corestorage claimrule add --rule 102 -t location -A vmhba37 -C 3 -T 0 -L 27 -d naa.600xxxxxx -P MASK_PATH
Advertisement

Schreibe einen Kommentar