Operating System - Linux
1748180 Members
4084 Online
108759 Solutions
New Discussion юеВ

Re: PSP on DL380 G7 Ubuntu 10.04.1-i386

 
disc
Occasional Advisor

PSP on DL380 G7 Ubuntu 10.04.1-i386

7 REPLIES 7
Matti_Kurkela
Honored Contributor

Re: PSP on DL380 G7 Ubuntu 10.04.1-i386

I'm not too familiar with Ubuntu 10.04, but most modern Linux distributions install an integrated firewall by default.

You might have to add some firewall rules to allow the Insight Manager to access the system.

Please run "sudo iptables -L -v" to see if there are firewall rules configured; if the output contains anything more than the heading lines for the INPUT, OUTPUT and FORWARD chains, then firewall rules are in effect and you might have to change them to allow access for Insight Manager.

MK
MK
disc
Occasional Advisor

Re: PSP on DL380 G7 Ubuntu 10.04.1-i386

hi

thanks for your fast replay
this is the output command: iptables -L -v

Chain INPUT (policy ACCEPT 0 packets, 0 bytes)
pkts bytes target prot opt in out source destination

Chain FORWARD (policy ACCEPT 0 packets, 0 bytes)
pkts bytes target prot opt in out source destination

Chain OUTPUT (policy ACCEPT 0 packets, 0 bytes)
pkts bytes target prot opt in out source destination

i think no firewall issue ..

how i can troubleshooting snmpd ?
disc
Occasional Advisor

Re: PSP on DL380 G7 Ubuntu 10.04.1-i386

hi


on website in snmp configuration tab i see :

var snmpfilename = "./../../cgi-bin/snmpagent/tmp3.txt"; var snmpfiledata= ""; var md5snmpfiledata= "d41d8cd98f00b204e9800998ecf8427e"; var snmpaction = "stop"; var thispage = "/webagent/lxsnmpconf.php.en";

so i didn't see the snmpd.conf file from the web ...

any ideas ??
Bryan Gartner
Valued Contributor

Re: PSP on DL380 G7 Ubuntu 10.04.1-i386

Did you happen to run /sbin/hpsnmpconfig to configure SNMP with the agents and for your particular environment ?
disc
Occasional Advisor

Re: PSP on DL380 G7 Ubuntu 10.04.1-i386

yes i did it
disc
Occasional Advisor

Re: PSP on DL380 G7 Ubuntu 10.04.1-i386

hi

here my snmpd.conf file

# Following entries were added by HP Insight Management Agents at
# Sun Nov 28 16:42:06 IST 2010
dlmod cmaX /usr/lib/libcmaX.so
rwcommunity public 127.0.0.1
rwcommunity public "sim_server_name"
trapcommunity public
trapsink ""sim_server_name" public
syscontact Root (configure /etc/snmp/snmpd.local.conf)
syslocation Unknown (configure /etc/snmp/snmpd.local.conf)

# ---------------------- END --------------------
PrzemekK
Frequent Advisor

Re: PSP on DL380 G7 Ubuntu 10.04.1-i386

any updates ? On 12.04 same issue

 

var snmpfilename = "./../../cgi-bin/snmpagent/tmp3.txt"; var snmpfiledata= "";