To resolve this issue for HP Gen 8 servers, apply one of these bundles.
For more information, see the HP Customer Advisory article
C03909206.
Note: The preceding links were correct as of December 18, 2013. If you find a link is broken, provide feedback and a VMware employee will update the link.
To work around this issue, stop the
hp-ams daemon running on the ESXi host.
Note: These steps do not affect the vCenter Server's ability to monitor or report on the ESXi host hardware health. However, HP iL0 4 cannot monitor the ESXi hypervisor status after you apply these steps.
To stop the
hp-ams daemon:
- Log in to the ESXi host as the root user.
- Verify that the ESXi host is an HP GEN8 system by running the command:
esxcfg-info | head
You see output similar to:
\==+Hardware Info :
|----BIOS UUID................................................0x30 0x31 0x34 0x36 0x36 0x31 0x53 0x55 0x45 0x32 0x34 0x36 0x4d 0x30 0x4a 0x4e
|----Product Name.............................................ProLiant BL460c Gen8
Note: Gen8 is noted in the Product Name field.
- If the host is an HP Gen8 system, stop the hp-ams daemon by running the command:
/etc/init.d/hp-ams.sh stop
- To persist the change in the event of a host reboot, run the command:
chkconfig hp-ams.sh off
An additional step may be required for ESXi 5.1 hosts. This step allows you to change the logging interval in the
crontab file.
Note: The default logging interval is 5 minutes.
To change the logging interval in the
crontab file:
- On the ESXi 5.1 host, run the command:
cat /var/spool/cron/crontabs/root | grep hostd-probe
You see the output:
*/5 * * * * /sbin/hostd-probe
Note: This indicates that the hostd-probe runs every 5 minutes.
- Open the crontab file using a text editor.
- Change the logging interval. For example, to set the logging interval to 50 minutes, change the line to:
*/50 * * * * /sbin/hostd-probe
- Save and close the file.