I am trying to get the HP Insight agents running on my ESX server. I have installed the file as below.
1) Go to the HP website and search for HP Insight Manager Agents for VMware ESX Server
2) Download the Agents
3) Open WinSCP and upload the .tar file you just downloaded to the (for example) /home/<username> folder
4) Log into putty with your normal user account and issue the su command to become root
5) Issue the following command to unzip the contents:
tar -zxvf hpmgmt-7.5.1a-vmware.tgz.
This will create a new subdirectory home/<username>/hpmgmt/751
6) You must enable the firewall port for the `hpim' service (2381) for accessing the System Management Homepage. The `snmpd' service should be enabled in the firewall for the Insight Manager agents to communicate properly with the hp Systems Insight Manager. These ports can be enabled by using the "esxcfg-firewall" command in the service console, or by answering 'y' when prompted by the installation script.
7) To read the readme.txt, you can issue the following command on the command line: cat README.txt
8) After reading the README.txt and to begin the installation, issue the command ./installvm741.sh install
9) Follow the wizard, when asked for the public string enter (if you use this string) public 2 times (it will not be visible), and be sure to have the HP SIM server's IP or FQDN. Always answer Y when asked to activate the port 2381 (HPMHP) & Snmpd deamon.
10) To check if the configuration has succeeded, log in to the HP System Homepage
https://<esx server>:2381/. You should see the servername on the right side.
I can see the server on the right hand side. However when I go into the Insight manager console and try to rregister the ESX box as a virtual machine looks as if its running then comes up with
There was a problem connecting to the HP Systems Insight Manager server. Make sure that:
1. Your username has been added to HP Systems Insight Manager.
2. Your username and password, if specified, are correctly spelled.
3. HP Systems Insight Manager is running.
4. You used ´--´ for any long options and double quotes if your username includes a domain.
Example: <commandname> --user "mydomain\myusername" --pass mypassword
There was a problem connecting to the HP Systems Insight Manager server. Make sure that:
1. Your username has been added to HP Systems Insight Manager.
2. Your username and password, if specified, are correctly spelled.
3. HP Systems Insight Manager is running.
4. You used ´--´ for any long options and double quotes if your username includes a domain.
Example: <commandname> --user "mydomain\myusername" --pass mypassword
Any ideas?
Start Free Trial