MONITORING
Before using the Domino SNMP Agent, ensure that TCP/IP and SNMP are properly installed and configured on the LPAR. Also, verify that the Domino executable and the Domino data directories are in your search path. We only support community-based security (SNMPv1 / SNMPv2 formats).
If you do not have SNMP configured on your LPAR, see the following IBM documentation to configure SNMP:
Note There is also a Syslogd How To informational APAR, apar II12021.
To verify that SNMP is configured correctly, enter the following command from within Unix System Services:
1.3.6.1.2.1.1.2.0 = 1.3.6.1.4.1.2.3.13
1.3.6.1.2.1.1.3.0 = 1192800
1.3.6.1.2.1.1.4.0 = <userid>
1.3.6.1.2.1.1.5.0 = <hostname>
1.3.6.1.2.1.1.6.0 = <location>
1.3.6.1.2.1.1.7.0 = 76
1.3.6.1.2.1.1.8.0 = 950000
1.3.6.1.2.1.1.9.1.2.1 = 1.3.6.1.4.1.2.11.7.1
1.3.6.1.2.1.1.9.1.2.2 = 1.3.6.1.4.1.2.11.7.2
1.3.6.1.2.1.1.9.1.3.1 = z/OS SNMP Agent
1.3.6.1.2.1.1.9.1.3.2 = z/OS TCP/IP SNMP Subagent
1.3.6.1.2.1.1.9.1.4.1 = 0
1.3.6.1.2.1.1.9.1.4.2 = 1800
1. If you include a SACONFIG statement in your TCP/IP profile, verify that the statement in your profile is similar to the following example:
You can replace public with any password you prefer. If you choose to change the password, and you use a password in /etc/pw.src, verify that you have also changed that password.
161 UDP OMVS ; SNMP Agent
The following is an example of an OSNMPD EXEC card:
//OSNMPD EXEC PGM=EZASNMPD,REGION=4096K,TIME=NOLIMIT,
// PARM=('POSIX(ON) ALL31(ON)',
// 'ENVAR("RESOLVER_CONFIG=/etc/resolv.conf"',
// '"OSNMPD_DATA=/etc/osnmpd.data")',
// '/-d 0')
If mibs.data and osnmpd.data are not in /etc, or if they are from a previous level, you can obtain the current level from TCPIP samples located in /usr/lpp/tcpip/samples.
Note Ensure that osnmp.conf is not located in /etc, because it is reserved for user-based security.
Tip Trap destinations are defined in the SNMPTRAP.DEST dataset. Configure appropriate trap destinations and community names for your remote management infrastructure.
The pw.src should resemble the following sample:
HOSTNAME 9.1.2.3 255.255.255.255
public 9.1.0.0 255.255.0.0
test1 9.1.0.0 255.255.0.0
If you set SACONFIG in the TCP/IP profile to not use public, replace hostname with the password used in the SACONFIG statement.
For more Information about common set up problems, see information APAR II13477.
1. As a uid 0 user, start the LNSNMP process by typing this command:
Note Automatic start of the Domino SNMP Agent is not supported on z/OS.
The output should include this line:
1.3.6.1.2.1.1.9.1.3.3 = Lotus Domino SNMP Agent
osnmp getnext 1.3.6.1.4.1.334.72
The following should be displayed:
1.3.6.1.4.1.334.72.2.1.0 = 2
If you do not see the appropriate responses shown above, or if the getnext response is for an OID outside of the Lotus Domino MIB, additional debugging is required. Start an SNMP Agent trace at level 255.
To determine whether there are additional things to check for and to obtain information about setting up an SNMP Agent trace, see informational APAR II13477.
To stop the LNSMP agent use
Enter this command:
Related topics