VMware Cloud Community
octaviaadmins
Contributor
Contributor

VMFS recovery after kind of a disk crash

Hey there!

Following scenario: We are running three seperate ESX 4.1 servers, all connected to a SAN via fibre channel. A week ago we restarted one ESX server, it has since lost the connection to one of our SAN-LUNs, while the other two worked fine with it. Yesterday we restarted all the ESX servers; now all three have lost their connection to this LUN.

The physical link (hardware) is still there and visible (e.g. via configuration, storage adapters). Rescanning or restarting won't bring the LUN back; manually adding it, the ESX ask to format it. Same problem with our testing servers (ESX 3.5).

Digging into the console, we found out: The LUN is formatted as "Linux", not as "vmfs", as it should be - see the attached screenshot.

Our assumption: While running, the ESX do not monitor the partition tables. When restarting, they reread the partition tables, now with this wrong entry.

We are pretty sure: Our data is still somewhere on that LUN.

What do we do, how do we rescue our data - any ideas? 😕


TIA

Steff

0 Kudos
1 Reply
admin
Immortal
Immortal

check if the LUN is getting detected as a snapshot if so then we could try and mount it back.Because I have seen a simliar situation occur where it was getting detected as a snapshot volume.

run this command

esxcfg-volume -l

If you get an output like this

VMFS3 UUID/label: 49d22e2e-996a0dea-b555-001f2960aed8/VMFS_1

Can mount: Yes

Can resignature: Yes

Extent name: naa.60a98000503349394f3450667a744245

Then you can mount it using the command.

esxcfg-volume -m VMFS_UUID|label

0 Kudos