The PMM Sun One monitor uses SNMP to retrieve server statistics.
To use this monitor you must:
Configure the Sun One server to be a proxy for the SNMP agent.
To enable PMM to monitor performance data from the Sun One application server you must first set up the Sun One SNMP agent. The Administration Interface will not start the OS master agent on ports other than 161. The workaround is to use the Sun One SNMP master agent, modify the native master agent to use a different port, and enable the Sun One SNMP subagent to gather information about the server.
To set up the Sun One SNMP agent on Solaris:
If an SNMP daemon is running:
a. Make sure you know how to restart it and which MIB it supports.
b. Kill its process.
…
snmp 161/udp
…
To:
…
snmp 1161/udp
…
a. At the command prompt, enter the commands:
cd <iws_install>/Servers/plugins/snmp
cd maget
./magt CONFIG INIT&
cd ../sagt
./sagt -c CONFIG &
b. Restart the Sun One Server and the subagent from the Web server Administration.