Click here to view and discuss this page in DocCommentXchange. In the future, you will be sent there automatically.

SQL Anywhere 10.0.1 » SQL Anywhere Server - Database Administration » The SQL Anywhere SNMP Extension Agent » Using the SQL Anywhere SNMP Extension Agent

Using the SQL Anywhere SNMP Extension Agent Next Page

Installing SNMP


Before you can use the SQL Anywhere Extension Agent, you must install SNMP on your computer. By default, SNMP is not installed on Windows.

For information about installing SNMP, see your operating system documentation.

Once you install SNMP on your computer, the following services should be running on your computer: SNMP Service and SNMP Trap Service.

If you installed SNMP before you installed SQL Anywhere, you need to stop and restart the SNMP service so it can detect the SQL Anywhere SNMP Extension Agent. If you installed SQL Anywhere and then installed SNMP, the SNMP service detects the SQL Anywhere SNMP Extension Agent automatically.

To restart the SNMP service (Command line)
  1. Open a command prompt and execute the following command:

    net stop snmp

    This stops the SNMP service.

  2. Execute the following command:

    net start snmp

    This starts the SNMP service.