Archive
HP ESXi 5.0 iso image – licensing change issue
I found an issue with the HP’s ESXi 5.0 installer CD (5.0_Aug_2011_ESXi_HD_USB_SDImgeInstlr_Z7550_00204.iso): when you try and change the license you get an error message when you click apply.
The error message is:
Call “LicenseManager.UpdateLicense” for object “ha-license-manager” on ESXi “” failed.
After investigation it seems that the culprit is the /etc/vmware/vmware.lic file: in HP iso image it is flagged as read only (-r–r–r–), but in VMware ESXi 5 image (VMware-VMvisor-Installer-5.0.0-469512.x86_64.iso) it is flagged as read write with special permission (-rw——T).
To fix this, connect to the ESXi console and change the permissions on /etc/vmware/vmware.lic:
chmod 600 /etc/vmware/vmware.lic
chmod +t /etc/vmware/vmware.lic
Now it will be possible to change the license key.
I think that HP need to fix the OEM install image posted on Software depot…
Thanks to dcolpitts from vmware communities for heading me in the right direction.
Update: the fix survived a reboot, but after a full poweroff, some change in the hardware and a reboot, the fix was lost…I think that a more in depth change is needed, stay tuned
HP VMware vSphere Hypervisor 5 (ESXi)
for english version, jump to the end of this post
Per chi usa server HP, segnalo che e’ gia’ disponibile ESXi 5.0 integrato HP: questa versione contiene i CIM provider e i driver specifici per i server HP, rendendo l’installazione su tali macchine piu’ spedita.
Per maggiori informazione e per il download: https://h20392.www2.hp.com/portal/swdepot/displayProductInfo.do?productNumber=HPVM09
—
If you are using HP servers, it’s now available HP integrated ESXi 5.0 : this image contains CIM provider and driver for HP server so the installation on HP servers is easier and faster.
For more info: https://h20392.www2.hp.com/portal/swdepot/displayProductInfo.do?productNumber=HPVM09