Installation and Upgrade Guides › Policy Server Installation Guide › SNMP Support › Configure the SNMP Agent on UNIX Systems
Configure the SNMP Agent on UNIX Systems
To configure the SNMP Agent on UNIX systems
- Ensure the NETE_PS_ROOT environment variable is set to the SiteMinder installation directory. The Policy Server installation program should have already done this.
Example: /home/smuser/siteminder
- Edit the file /etc/snmp/conf/RunSubagent.sh:
- Set the correct JRE path: JAVA_HOME=$INSTALL_HOME/bin/jdk/<required_version>/jre
- Set the correct SiteMinder path:
Example: INSTALL_HOME=/home/smuser/siteminder
Note: The INSTALL_HOME variable should contain the full path for the SiteMinder installation directory.
- Restart the SNMP daemon on Solaris
- Become root.
- Goto /etc/rc3.d.
- Execute the S76snmpdx script twice, as follows:
sh S76snmpdx stop to stop the running Solaris master agent.
sh S76snmpdx start to start the Solaris master agent and Netegrity subagent.