1827599 Members
2937 Online
109966 Solutions
New Discussion

EMS SNMP subagent

 
Nancy Calderón_1
Occasional Contributor

EMS SNMP subagent

Hello everybody,

I need to have disabled the EMS SNMP subagent that is started during the Operating System startup.

Is it enough to set all the variables concerning the SNMP = 0? Even if none of them say EMS ?

SNMP_HPUNIX_START=0
SNMP_MASTER_START=0
SNMP_MIB2_START=0
SnmpTrpDst=0

These last configuration files are under /etc/rc.config.d

Thanks in advance for your help
2 REPLIES 2
Ermin Borovac
Honored Contributor

Re: EMS SNMP subagent

To disable EMS SNMP subagent startup during boot, set AUTOSTART_EMSAGT=0 in /etc/rc.config.d/emsagtconf.
Nancy Calderón_1
Occasional Contributor

Re: EMS SNMP subagent

Hi Ermin,

Thanks for the advice It worked fine.