![]() | Oracle System Handbook - ISO 7.0 May 2018 Internal/Partner Edition | ||
|
|
![]() |
||||||||||||||
Solution Type Technical Instruction Sure Solution 1627550.1 : SL8500/SL3000 - How to Enable SNMP Trace Logging
In this Document
Oracle Confidential PARTNER - Available to partners (SUN). Applies to:Sun StorageTek SL8500 Modular Library System - Version All Versions and laterSun StorageTek SL3000 Modular Library System - Version All Versions and later Information in this document applies to any platform. GoalEnabling SNMP debug tracing on SL8500 and SL3000 libraries. This can help in diagnosing issues where STA (StorageTek Analytics) is not seeing exchanges. Solution1. Support engineer must have either root or eng user access to SL8500 or SL3000. 2. ssh to library ip address using root or eng user. 3. Type >shell 4. vi /mnt/idcard/etc/snmp/snmpdebug.conf 5. Add the following to the file to enable snmp debug tracing. 6. 0x7fff0007 7. Save the file :wq! 8. Re-start snmptrapd 9. killall -SIGUSR1 snmptrapd 10. tail /var/log/syslog 11. If enabled correctly, you will see the following in syslog. Feb 21 08:29:48 (none) snmptrapd: SnmpDebug_Debug_Dump: SNMP debug 0x7fff0007
Here is a successful trap sent to STA: Feb 21 09:07:22 (none) snmptrapd: trap_Send: Calling SnmpStkNet_Trap_Send 12. Once tracing is no longer required snmp debug tracing should be disabled. 13. vi /mnt/idcard/etc/snmp/snmpdebug.conf 14. Change it to read. 15. 0x7fff0001 16. Save file :wq! 17. killall -SIGUSR1 snmptrapd Attachments This solution has no attachment |
||||||||||||||
|