VMware
 

Knowledge Base

Search the Knowledge Base:

Products:
Search In:
 

Installing ESX Server 2.5.2 and HP Insight Manager Agents

Details

I am installing (or updating to) ESX Server 2.5.2. I use HP Insight Manager. How should I install these products so they work together?

Solution

If you have not installed HP Insight Manager:
  1. If you have not yet installed ESX Server 2.5.2, install it.
  2. Run vmkblkopen.pl from the command line.
  3. Install HP Insight Manager.

If you have already installed HP Insight Manager and you are upgrading to ESX Server 2.5.2:

  1. Log on as root (or an equivalent superuser login) and check the run level of each Insight Manager agent (such as hpasm, hprsm, hpsmhd, and cmanic):
    # /sbin/chkconfig --list agent
    For example:
    /sbin/chkconfig --list hpasm
  2. Deactivate each agent that chkconfig --list indicates is active (on):
    # /sbin/chkconfig agent off
    For example:
    # /sbin/chkconfig hpasm off
  3. Once you have deactivated all of your HP Insight Manager agents, you can install your ESX Server 2.5.2 upgrade.
  4. After the upgrade, reboot.
  5. Reactivate the service and the Insight Manager agents:
    # /sbin/chkconfig vmkblk reset
    # /sbin/service vmkblk start
  6. Reactivate the agents you deactivated, using chkconfig:
    # /sbin/chkconfig agent reset
    For example:
    # /sbin/chkconfig hpasm reset
Note: HP Insight Manager is not currently supported on systems with multiple SCSI controllers.

Feedback

Rating: 1 - Lowest 2 3 4 5 - Highest (0 Ratings)   

Did this article help you?
This article resolved my issue.
This article did not resolve my issue.
This article helped but additional information was required to resolve my issue.
What can we do to improve this information? (2000 or fewer characters)
Submit
Rating: 1 - Lowest 2 3 4 5 - Highest (0 Ratings)   
Actions