HP 360g7 config: 6core x2 processor, 96Gb ram, hp 332T 2port1GB lan card.
480 SSD connected sata port.
62GB class10 memory card.
SAS 300GB 10kRPM (raid 0).
I’m getting Failed install error message in esxi ( 6.7,7.01,7.02u,7.03).0
In ESXi: devices I see the (SSd, hdd and memory card) but 0 Datastores and 0 VM.
I tried,
- Edit esx_first_boot.py get_disk_locations_ce function.
- old code: if wwn in disk:
- new code: if (wwn != None and wwn in disk) and (disk not in device_identifiers):
- remove this elif statement in that function:
elif diskl-3:] == ":10":
print(diski:-3])
device_identifiers.remove(disko:-3])
disk_dict.pop(diskp:-3])
location -= 1
- In /bootbank/Nutanix/firstboot/ rm firstboot_fail
- ./esx_first_boot.py
Did not even work.
Can anyone help me, I can't find a fix for it. can someone help me Please.
Thank you