TCP/IP and SNMP must be properly installed and configured on the server before you set up
SNMP in AIX.
Before you begin
You must log in as a root user.
Procedure
-
Stop the LNSNMP service with the following command:
-
Stop the SNMP subsystem with the following command:
-
Configure SNMP to accept LNSNMP as an SMUX peer. Add the following line to
/etc/snmpd.peers
"Lotus Notes Agent" 1.3.6.1.4.1.334.72 "NotesPasswd"
-
Configure SNMP to accept an SMUX association from LNSNMP. Add the following line to
/etc/snmpd.conf or /etc/snmpdv3.conf
smux 1.3.6.1.4.1.334.72 NotesPasswd
-
Start the SNMP subsystem with the following command:
-
Start the LNSNMP service with the following command:
-
Create a link to the LNSNMP script
ln -f -s /opt/ibm/lotus/notes/latest/ibmpow/lnsnmp.sh /etc/lnsnmp.rc
-
Configure LNSNMP service to start during the system restart. Add the following line to the end
of /etc/rc.tcpip