Operating System - HP-UX
1748261 Members
3730 Online
108760 Solutions
New Discussion

Re: net-snmp on HPUX: how to Replace HPUX snmp

 
SOLVED
Go to solution
Kasper_USB
Frequent Advisor

net-snmp on HPUX: how to Replace HPUX snmp

Hello

We are recommend from HP to use the net-snmp on HPUX for Spectrum - Monitoring.

We need to install the net-snmp (from iexpress) and manually stop the installed HP snmp tools.

Is there some help or a manual how to this work properly on HPUX (11.31).

Regards Olaf
2 REPLIES 2
TTr
Honored Contributor
Solution

Re: net-snmp on HPUX: how to Replace HPUX snmp

There are six SNMP related scripts in /sbin/init.d. To list them, run
grep -l -i SNMP /sbin/init.d/*

Then run each script with the "stop" option.
Do all the subagents first and leave Leave the SnmpMaster last
/sbin/init.d/Snmp... stop
...
/sbin/init.d/SnmpMaster stop
After you have stopped all processes, you need to disable them so that they do not restart when the server reboots. Find all the config files in /etc/rc.config.d

grep -l -i SNMP /etc/rc.config.d/* to list the files. Then edit each file and change the start variable setting from "1" to "0". For example for the /etc/rc.config.d/SnmpMaster file change the "SNMP_MASTER_START=1" setting from 1 to 0.

Then continue on with installing and starting the net-snmp.
kth0929
Occasional Visitor

Re: net-snmp on HPUX: how to Replace HPUX snmp

1. stop all snmpd demon

2. swinstall net-snmp depot

 

i did ~ !

but doesnt start net-snmp demon ,, help me ~