# # FILENAME: /etc/rc.config.d/SnmpMaster # # FILESET: /Networking/SnmpAgent/MASTER # # DESCRIPTION: Configuration file corresponding to /sbin/init.d/SnmpMaster. # Users may make changes to this file to control whether # the snmp network management agent (snmpdm) is started by # /sbin/rc on power up. The default is for the snmp agent # to be started. # # To control whether the snmpd agent is started uncomment one of the # lines below: # # SNMP_MASTER_START=0 # Don't start the agent # SNMP_MASTER_START=1 # Start the agent. This is the default value. # SNMP_MASTER_START="" # Actually, any value other than 0 will cause the # # the agent to be started. Including unsetting # # SNMP_MASTER_START. # # This environment variable SNMP_MASTER_OPTIONS may be set to influence the # way the SNMP Master Agent is started. See snmpd(1M) or snmpdm(1M) for # possible values. Please note that only a very small number of MIB objects # are implemented directly by the Master Agent. Other subAgents (like MIB2 # and HpUnix) must be started to obtain the whole suite of MIB objects. # # This file corresponded to /etc/rc.config.d/agent_run on HP-UX 10.00. The # Software Distributor installation scripts for subsequent releases converts # the contents of the users old file to match the new environment variable # names. # # # SEE ALSO: # /etc/rc.config.d/SnmpMib2 // Startup config for MIB2 subAgent # /etc/rc.config.d/SnmpHpunix // Startup config for HpUnix subAgent # libSaMib2.sl(1M) // MIB2 subAgent # libSaHpunix.sl(1M) // HpUnix subAgent # snmpd(1M) // Manual startup script # snmpd.conf(4) // SNMP configuration # # SNMP_MASTER_START=1 # Start the master SNMP agent. export SNMP_MASTER_START