A script enabled browser is required for this page to function properly.
Skip to main content
StorageTek Tape Analytics Configuration Guide, Version 1.0.2
E28378-04
Table of Contents Previous Next Index


Configuring SNMP in the STA Application : Configuration Process : ▼ Verify SNMP Communications With the Library

Verify SNMP Communications With the Library

Use this procedure to verify that the STA server is able to communicate with the library using the SNMP protocol. This procedure verifies that UDP ports 161 and 162 have been enabled on all network nodes between the STA server and the library.

1.

See your STA server administrator for login information.

2.
a.
# chkconfig snmpd off
# chkconfig snmptrapd off
b.
# service snmptrapd stop
# service snmpd stop

Note – If you receive a “FAILED” error when executing the “service stop” commands, these SNMP services may already be stopped.

c.
# STA stop
# STA start
3.
snmpget -v3 -u SNMP_user -a SHA -A auth_password-x DES ‑X priv_password -l authPriv library_IP_addr 1.3.6.1.4.1.1211.1.15.3.1.0 

Note – To ensure the snmpget utility is available, see the “Ensure Availability of net-snmp-utils” section within the StorageTek Tape Analytics Planning and Installation Guide.

Where:

SNMP_user is the SNMP user you created in “Create an SNMP v3 User”.
SHA indicates the authentication protocol.
auth_password is the authorization password you assigned in “Create an SNMP v3 User”.
DES indicates the privacy protocol.
priv_password is the privacy password you assigned in “Create an SNMP v3 User”.
authPriv indicates that authentication with privacy is performed on the command.
library_IP_addr is the IP address of the public port on the library, as follows:
1.3.6.1.4.1.1211.1.15.3.1.0 is the SNMP object identifier (OID) for the library; this entry is the same for all library models.
Example of a Successful Command

If the command displays the library model (for example, SL8500), this confirms the v3 user information and that all routes in the network between the library and the server on which STA is installed have ports 161 and 162 open.

Example of Unsuccessful Commands

4.
If the command was successful, proceed to “Log In to the STA User Interface”. If the command was not successful, contact your network administrator or Oracle support representative. You can also view the troubleshooting information in “Troubleshoot an Unsuccessful SNMP Connection”. You may need to troubleshoot issues with packet routing between the library and the STA server.

Table of Contents Previous Next Index Link to documentation
Copyright © 2012, 2013 Oracle and/or its affiliates. All rights reserved.