1826753 Members
2499 Online
109702 Solutions
New Discussion

SNMP Daemon

 
SOLVED
Go to solution
Andrew Crowe_2
Advisor

SNMP Daemon

Hello,

How do I disable the snmpd daemon from starting up at boot time for HP-UX 10.20?

Any help would be great

thanks

Andrew
4 REPLIES 4
U.SivaKumar_2
Honored Contributor
Solution

Re: SNMP Daemon

Hi,

Edit these files under /etc/rc.config.d
SnmpHpunix SnmpMaster
And put "0" for the Startup values.

regards,
U.SivaKumar

Innovations are made when conventions are broken
Robert-Jan Goossens
Honored Contributor

Re: SNMP Daemon

Hi Andrew,

Workaround for HP-UX Systems:

If a patch is not available for your platform or you cannot
install an available patch, snmpd and snmpdm can be disabled
by removing their entries from /etc/services and removing the
execute permissions from /usr/sbin/snmpd and /usr/sbin/snmpdm.


Robert-Jan.
steven Burgess_2
Honored Contributor

Re: SNMP Daemon

Hi

For a greater explanation of the daemons associated with snmp, have a look at the man pages.

There are config files in /etc/rc.config.d that follow standard procedure during system boot up

/etc/rc.config.d/SnmpMib2

you have

SNMP_MIB2_START=1 # Start the MIB2 SNMP Sub Agent.

To disable at boot simply change the 1 to a 0

HTH

Steve

take your time and think things through
Andrew Crowe_2
Advisor

Re: SNMP Daemon

Thanks

for your help chaps, I really appreciate it