We have a backup from our machines, however, I am thinking about the time and diffuculity of restore (some are with RDM's, some are backupped as physical machines, ...)
When I perform a fdisk -l /dev/sdX I still see the partition but no information is located in the device boot, start, end, blocks, id and system values.
Other fdisk -l /dev/sdY shows the correct information, so I guess it will not be sufficient to only change the partition type...
At the moment we don't have support any more on our vmware infrastructure, so calling support will be no option I guess. Or is there a payable alternative? The first question they will ask, do you have backup and afterwards I guess they will follow the support kb.
All datastores are created from within ESX, so normally this will do the trick.
Start fdisk with the command fdisk /dev/sdX and press Enter.
Create the partition:
Press n and press Enter to create a new partition.
Press p and press Enter to select that this is a primary partition.
Press 1 and press Enter to make the first partition.
Press Enter to retain the default value.
Press Enter again to retain the default value.
Change the partition to type fb (VMFS):
Press t and press Enter.
Press 1 and press Enter.
Enter fb and press Enter.
The alignement will not be necessary I guess.
After these commands, hit refresh in the GUI (I don't find the explanation of vmkfstools -V)
Fingers crossed ...
I am now copying the complete VHD file (with VMFS store is it) to tape, but I really don't know how I could ever restore from this VHD.
Thanks for your support on Sunday ;-)