Link to home
Start Free TrialLog in
Avatar of jstakely
jstakely

asked on

ESXi health monitoring

I have an HP Proliant ML 350 that we installed the latest updates to ESXi 4.1 to, as well as the HP Offline Bundle for ESXi 4.1 so we could monitor the individual drives in the array. Upon completion, we no longer have anything else in the health monitoring screen other than Storage and Processor (no Fan, Power Supply, etc, when we pre-upgrade all these were listed).. Any idea how to get them back?
Capture.PNG
Capture2.PNG
Avatar of Andrew Hancock (VMware vExpert PRO / EE Fellow/British Beekeeper)
Andrew Hancock (VMware vExpert PRO / EE Fellow/British Beekeeper)
Flag of United Kingdom of Great Britain and Northern Ireland image

Ive seen this happen many times when applying updates the CIM providers provided by HP, break.

have you reapplied the correct supported version of the Offline bundle?
Do you have a second server that you can setup esxi on, you could then try and move ther vm to this new box. Once setup you can also use the datastore browser to download the vm files and upload them to the new host.  Converter would be the easiest method.  Otherwise, you can enable ssh on the ESXi host, which is disabled by default, and then use scp/winscp to transfer files from one host to another. to use scp/winscp use the following.

First, you need to access the unsupported shell:

press ALT-F1 to access the console window.

Enter "unsupported" in the console and then press Enter. You will not see the text you type in.

If you typed in unsupported correctly, you will see the Tech Support Mode warning and a password prompt. Enter the password for the root login.

 
Enable SSH

vi /etc/inetd.conf

Make sure to create a folder for the new vm, put the new files in.  Then, browse the datastore from the new ESXi host, browse to the vm folder, right-click the vmx file, and register the vm with the new host.  Then, power on and you're good to go.



Find #ssh and remove the #, and save

kill -HUP `ps | grep inetd`
If you dont have another server, backup the vm's on esxi and reinstall unless this is a production server and you dont have time for this to be down for extended periods.
if you complete a reinstallation from scratch make sure you use the HP version of ESXi from the HP site
ASKER CERTIFIED SOLUTION
Avatar of jmanishbabu
jmanishbabu
Flag of India image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of jstakely
jstakely

ASKER

I haven't tried reapplying the bundle - I will tonight when I can get some downtime..