Hello all!
I have a HP DL360 g6 server where you installed the SAS Smart Array P411 is connected to it regiment P2000 SAS. Ned took off from a RAID 5 disk, and lost down datastore, which led to the shutdown of all the virtual machines.
I tried to solve the problem using the instructions located in this guide-
https://kb.vmware.com/selfservice/microsites/search.do?language=en_US&cmd=displayKC&externalId=2046610
But it did not help!!!!
I use VMware ESXi 5.0, 623860.
# partedUtil getptbl /vmfs/devices/disks/naa.600508b1001ccc8704a7c4a430554193
gpt
273586 255 63 4395161712
1 2048 4395161678 AA31E02A400F11DB9590000C2911D1B8 vmfs 0
~ #
~ # offset="128 2048"; for dev in `esxcfg-scsidevs -l | grep "Console Device:" | awk {'print $3'}`; do disk=$dev; echo $disk; partedUtil getptbl $disk; { for i in `echo $offset`; do echo "Checking offset found at $i:"; hexdump -n4 -s $((0x100000+(512*$i))) $disk; hexdump -n4 -s $((0x1300000+(512*$i))) $disk; hexdump -C -n 128 -s $((0x130001d + (512*$i))) $disk; done; } | grep -B 1 -A 5 d00d; echo "---------------------"; done
/vmfs/devices/disks/naa.600508b1001030364642354542300400
gpt
145914 255 63 2344115120
1 2048 2344114175 AA31E02A400F11DB9590000C2911D1B8 vmfs 0
Checking offset found at 2048:
0200000 d00d c001
0200004
1400000 f15e 2fab
1400004
0140001d 44 49 53 4b 2d 31 00 00 00 00 00 00 00 00 00 00 |DISK-1..........|
0140002d 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 |................|
---------------------
/vmfs/devices/disks/naa.600508b1001030364642354542300600
gpt
17845 255 63 286679925
1 64 8191 C12A7328F81F11D2BA4B00A0C93EC93B systemPartition 128
5 8224 520191 EBD0A0A2B9E5443387C068B6B72699C7 linuxNative 0
6 520224 1032191 EBD0A0A2B9E5443387C068B6B72699C7 linuxNative 0
7 1032224 1257471 9D27538040AD11DBBF97000C2911D1B8 vmkDiagnostic 0
8 1257504 1843199 EBD0A0A2B9E5443387C068B6B72699C7 linuxNative 0
2 1843200 10229759 EBD0A0A2B9E5443387C068B6B72699C7 linuxNative 0
3 10229760 286679891 AA31E02A400F11DB9590000C2911D1B8 vmfs 0
---------------------
/vmfs/devices/disks/naa.600508b1001cbe2b722063ab4c0a8da5
gpt
164151 255 63 2637097072
1 2048 2637096959 AA31E02A400F11DB9590000C2911D1B8 vmfs 0
Checking offset found at 2048:
0200000 d00d c001
0200004
1400000 f15e 2fab
1400004
0140001d 4d 53 41 31 32 00 00 00 00 00 00 00 00 00 00 00 |MSA12...........|
0140002d 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 |................|
---------------------
/vmfs/devices/disks/naa.600508b1001ccc8704a7c4a430554193
gpt
273586 255 63 4395161712
1 2048 4395161678 AA31E02A400F11DB9590000C2911D1B8 vmfs 0
(It seems to me that the problem is there, but how to eliminate the lack of possessions - I Do not Know)
---------------------
~ #
~ # partedUtil getUsableSectors /vmfs/devices/disks/naa.600508b1001ccc8704a7c4a430554193
34 4395161678
~ # partedUtil setptbl /vmfs/devices/disks/naa.600508b1001ccc8704a7c4a430554193 gpt "1 2048 4395161678 AA31E02A400F11DB9590000C2911D1B8 0"
gpt
0 0 0 0
1 2048 4395161678 AA31E02A400F11DB9590000C2911D1B8 0
~ #cat /var/log/vmkernel.log
2016-02-29T07:40:39.495Z cpu15:2874)FSS: 4333: No FS driver claimed device 'naa. 600508b1001ccc8704a7c4a430554193:1': Not supported
2016-02-29T07:40:39.495Z cpu15:2874)Vol3: 647: Couldn't read volume header from control: Invalid handle
2016-02-29T07:40:39.495Z cpu15:2874)FSS: 4333: No FS driver claimed device 'cont rol': Not supported
2016-02-29T07:40:39.540Z cpu2:2874)VC: 1449: Device rescan time 70 msec (total number of devices 9)
2016-02-29T07:40:39.540Z cpu2:2874)VC: 1452: Filesystem probe time 48 msec (devi ces probed 6 of 9)
2016-02-29T08:11:20.573Z cpu0:44218)WARNING: UserObj: 675: Failed to crossdup fd 8, /dev/ptyp0 type CHAR: Busy
2016-02-29T08:11:20.573Z cpu0:44218)WARNING: UserObj: 675: Failed to crossdup fd 10, /dev/ptyp0 type CHAR: Busy
2016-02-29T08:11:20.573Z cpu9:44220)WARNING: UserLinux: 1340: unsupported: (void )
2016-02-29T08:17:58.611Z cpu10:44600)Vol3: 647: Couldn't read volume header from control: Invalid handle
2016-02-29T08:17:58.611Z cpu10:44600)FSS: 4333: No FS driver claimed device 'con trol': Not supported
2016-02-29T08:17:58.613Z cpu10:44600)FSS: 4333: No FS driver claimed device 'naa .600508b1001ccc8704a7c4a430554193:1': Not supported
2016-02-29T08:17:58.626Z cpu15:44600)VC: 1449: Device rescan time 18 msec (total number of devices 9)
2016-02-29T08:17:58.626Z cpu15:44600)VC: 1452: Filesystem probe time 37 msec (de vices probed 6 of 9)
Please help to solve this problem!!!!