Configuring the SNMP trap community name for OpsCenter
For OpsCenter traps, the SNMP trap community name is OpsCenter (by default). OpsCenter uses a public community named OpsCenter. Public community implies a read-only access to SNMP traps.
Use the following procedures to configure the SNMP trap community name on Windows and UNIX.
To configure the SNMP trap community name for OpsCenter traps on Windows
- On the OpsCenter server host, stop all the OpsCenter server services.
INSTALL_PATH\OpsCenter\server\bin\opsadmin.bat stop
- Navigate to
INSTALL_PATH\OpsCenter\server\configdirectory and open thenm.conffile.The file shows the following entry:
nm.trapCommunity=OpsCenter
Modify the value of nm.trapCommunity from OpsCenter to some other name.
- Save the
nm.conffile after making the changes. - Restart all OpsCenter services.
INSTALL_PATH\OpsCenter\server\bin\opsadmin.bat start
To configure the SNMP trap community name for OpsCenter traps on UNIX
- On the OpsCenter server host, stop all the OpsCenter services.
<INSTALL_PATH>/SYMCOpsCenterServer/bin/opsadmin.sh stop
- Navigate to <INSTALL_PATH>/SYMCOpsCenterServer/config directory and open the
nm.conffile.The file shows the following entry:
nm.trapCommunity=OpsCenter
Modify the value of nm.trapCommunity from OpsCenter to some other name.
- Save the
nm.conffile after making the changes. - Restart all OpsCenter services.
<INSTALL_PATH>/SYMCOpsCenterServer/bin/opsadmin.sh start