Sun Management Center 3.6.1 Installation and Configuration Guide

Registration Trap Configuration

You can configure the agent to send the registration trap at a custom interval. The parameter agentRegisterHoldOff controls the initial delay in sending the first registration trap. By default, the value of this parameter is set to 90 seconds. You can change this parameter value in the file /var/opt/SUNWsymon/cfg/domain-config.x. For example, to set the value to 120 in the file, you would type:


agent = { 
agentServer = <myHostname>   
	..                 
	agentRegisterHoldOff = 120   
}

The value for this parameter should be between the minimum of 60 seconds and a maximum of 300 seconds.

If for some reason the initial trap is lost and is not received by the configuration server, the parameter agentRegisterRetry controls the interval for resending of the agent registration trap. The parameter has a default value of 300 seconds. If the registration trap is lost, the agent resends the registration trap at the retry interval until it is received by the configuration server.

You can change the parameter value from a minimum of 300 seconds to a maximum of 900 seconds. For example, to set the value to 450 in the file, you would type:


agent = { 
 agentServer = <myHostname>      
	 ..                 
	 agentRegisterRetry = 450         
} 

If you specify a value below the minimum, the system uses the minimum value (300 seconds). If you specify a value higher than the maximum, the system uses the maximum value (900 seconds). If you do not specify any values, the system uses the default value of 300 seconds.