Configuring the Adaptive Server Anywhere SNMP Extension Agent
TheAdaptive Server Anywhere Extension Agent can monitor one or more
databases. The databases to be monitored are stored in the
asasnmp.ini
file
withthe following format:
[ASAAgent]
TrapPollTime=time in seconds
[DBn]
ConnStr=connection string
UtilDbPwd=utility database password
CacheTime=time in seconds
Trapt=trap information
Disabled=1or 0
Bydefault, your SQL Anywhere Studio installation places the
asasnmp.ini
filein the

C:\Program Files\Sybase\SQL Anywhere9\win32

directory.
Onceyou edit this file, you must restart the SNMP service or reset the
AdaptiveServer Anywhere SNMP Extension Agent so that the new settings
areused by the Agent.
Torestart the SNMP service (Control Panel)
1. Open the Control Panel.
OnWindows 2000, from the Start menu choose Settings Control
Panel.
OnWindows XP, from the Start menu choose Control Panel.
2. Inthe Control Panel,double-click Administrative Tools.
3. Double-clickServices.
4. Right-click SNMP Service and choose Restart from the popup menu.
Thisstops and restarts the SNMP service.
Torestart the SNMP service (Command line)
1. Open a command prompt and execute the following command:
net stop snmp
Thisstops the SNMP service.
2. Executethe following command:
net start snmp
Thisstarts the SNMP service.
12