Hello,
I have md3000i and added some more disk to the raid 10 array. Afther that my iscsi lun dispaeared. Now when I seach for my virtual disk i see it in my devices but not in my datastore. When I go to "Add Storage" those disk apper there and esx gives me option to format it. Any one knows if this can be recovered. I have few importat virtual mashines in that lun. Any help will be appreciated. Thanks in advance.
~ # partedUtil getptbl "/vmfs/devices/disks/naa.60026b900051d85b00000e5f4db5421f"
msdos
72815 255 63 1169777664
1 128 1169772974 251 0
~ # partedUtil getptbl "/vmfs/devices/disks/naa.60026b900051d85b0000581b50c19284"
gpt
36407 255 63 584884224
1 2048 584884190 AA31E02A400F11DB9590000C2911D1B8 vmfs 0
~ #
Roman
Hi
I would do this:
1. create new Linux VM - or use a physical machine
2. boot into this LiveCD : http://sanbarrow.com/mcs-esxi5-recovery-X-001.iso
3. connect to iSCSI target with open-iscsi (google can help with instructions)
4. after successful mount check content of the volume with
vmfs-fuse /dev/sda /mnt
Hello,
Can you upload the vmkernel or messages logs from the host ?
Logs should indicate the cause for this.
If you could upload the logs, we could review it and then provide the correct step for resolving the issue.
Cheers,
NS
I have analaize my lost drives and found that my files are there. I purchased DiskGuru and downloaded some files off VM's. Anyone knows how to write new partition without formating it? esxi sees this drives as new.
This are my files:
~ # partedUtil get /vmfs/devices/disks/naa.60026b900051d85b0000581b50c19284
36407 255 63 584884224
1 2048 584884190 0 0
~ # partedUtil getptbl /vmfs/devices/disks/naa.60026b900051d85b0000581b50c19284
gpt
36407 255 63 584884224
1 2048 584884190 AA31E02A400F11DB9590000C2911D1B8 vmfs 0
~ # partedUtil get /vmfs/devices/disks/naa.60026b900051d85b00000e5f4db5421f
72815 255 63 1169777664
1 128 1169772974 251 0
~ # partedUtil getptbl /vmfs/devices/disks/naa.60026b900051d85b00000e5f4db5421f
msdos
72815 255 63 1169777664
1 128 1169772974 251 0
~ #
I did exactly what you suggest and I get this
root@mcs:~# vmfs-fuse /dev/sda3 /mnt
VMFS VolInfo: invalid magic number 0x00000000
VMFS: Unable to read volume information
Trying to find partitions
Unable to open device/file "/dev/sda3".
Unable to open filesystem
Is there a way to mount my partition again?
