# # FILENAME: /etc/rc.config.d/SnmpNaa # # FILESET: /Networking/SnmpAgent/SUBAGT-NAA # # DESCRIPTION: Configuration file corresponding to /sbin/init.d/SnmpNaa. # Users may make changes to this file to control whether or how # the Native Adapter Agent (naaagt) is started by /sbin/rc on # power up. The default is for the subAgent to be started. # # Note that the subAgent will not start unless the Master Agent # (snmpdm) is running. If the Master Agent is not running then # the this startup script will wait some period of time before # aborting the subAgent startup attempt. # # To control whether the snmpd agent is started uncomment one of the # lines below: # # SNMP_NAA_START=0 # Don't start the subAgent. This is the default for HPUX. # SNMP_NAA_START=1 # Start the subAgent. # SNMP_NAA_START="" # Actually, any value other than 0 will cause the # # the subAgent to be started. Including unsetting # # SNMP_NAA_START. # # SEE ALSO: # /etc/rc.config.d/SnmpMaster // Startup config for Master Agent # /etc/rc.config.d/SnmpHpunix // Startup config for HpUnix subAgent # libSaMib2.sl // MIB2 subAgent # libSaHpunix.sl // HpUnix subAgent # /usr/sbin/subagt_ld // SharedLib SubAgent loader # /usr/sbin/subagt_unld // SharedLib SubAgent unloader # snmpd(1M) // Manual startup script # snmpd.conf(4) // SNMP configuration # # SNMP_NAA_START=0 # Start the Native Adapter Agent export SNMP_NAA_START