Is it possible to recover single node cluster after SATADOM crash? How can I reimage it?
Page 1 / 1
Hello,
This KB would help
https://portal.nutanix.com/page/documents/kbs/details?targetId=kA03200000098YlCAI (support portal login required)
Thanks, but I don’t have access
I have recovered crashed cluster, special thanks to Alexander (@Kargozia).
recovery instructions:
- deploy single node nutanix ce cluster on the same hardware, get boot device img
- write boot device img to ssd (do not use usb flash for boot), boot crashed single node cluster from this ssd
- fix AHV network settings (fix ifcfg scripts, fix open vswitch bridge). Make sure the network is working and you have ssh access to AHV
- fix CVM xml config (/etc/libvirt/qemu/NTNX-xxx-CVM.xml). You need to fix block devices info (all info in tags <disk device="disk" type="block">, fix count of disks and their id’s).
Disk info:
- lsblk
- ls -la /dev/disk/by-id/
- udevadm info --query=all --name=/dev/sdx - Reload changes - virsh define /etc/libvirt/qemu/NTNX-xxx-CVM.xml. Boot CVM, make sure you have ssh access to CVM (192.168.5.2)
- Get ssh access to CVM, fix open vswitch uplinks.
- Exec genesis start from CVM, check that everything is ok (if not - just read the logs and fix something)
- Create boot device backup
Keep in mind that for some reason nutanix installer truncate disk serial number (tag <serial></serial> in CVM xml config) to 16 characters.
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.