Operating System - Linux
1752604 Members
4583 Online
108788 Solutions
New Discussion юеВ

Re: Installing management tools on Oracle VM Server

 
kathychanumac.mo
Occasional Advisor

Re: Installing management tools on Oracle VM Server

I still cannot telnet to the target OVM through port 2381 even i shut off the iptables and all hp management services are up. Do you know why??

--------------------------------------------
telnet ovm22 2381
Trying ovm22...
telnet: connect to address ovm22: Connection refused
telnet: Unable to connect to remote host: Connection refused
bartd_1
Occasional Advisor

Re: Installing management tools on Oracle VM Server

That is strange, I don't have this problem.

Check if the site is running with:

netstat -anp |grep 2381

make sure iptables is really stopped or just put the extra rules in its configuration

also verify wether the hp management homepage is started

service hpsmhd status

if necessary start with

service hpsmhd start
kathychanumac.mo
Occasional Advisor

Re: Installing management tools on Oracle VM Server

I can reach the HP System Management Homepage now but seems the agents have some problems.
there are the log from system management homepage:

------------------------------------------------------------------
WARNING Thu 18 Mar 2010 03:52:21 PM CST
UI Webapps Loading Timeout -- Nav Load Time: 20s [Webapp-List: hmastor || hmanics || webagent || hmaserv]

WARNING Thu 18 Mar 2010 03:51:54 PM CST
UI Webapps Loading Timeout -- Nav Load Time: 20s [Webapp-List: hmastor || hmanics || webagent || hmaserv]

all services are up:
hpsmhd
hp-health
hp-snmp-agents
hp-ilo
kathychanumac.mo
Occasional Advisor

Re: Installing management tools on Oracle VM Server

Here is the screen dump:
kathychanumac.mo
Occasional Advisor

Re: Installing management tools on Oracle VM Server

it has been success after the following config:

add the following to /etc/snmp/snmpd.conf:

dlmod cmaX /usr/lib/libcmaX.so
rwcommunity y 127.0.0.1
trapcommunity public
syscontact Root (configure /etc/snmp/snmp.local.conf)
syslocation Unknown (edit /etc/snmp/snmpd.conf)


start SNMP daemon
#server snmpd start


bartd_1
Occasional Advisor

Re: Installing management tools on Oracle VM Server

Great stuff, strange that I did not have to set this up that way. I've been using Ora VM Server 2.1.5 though.