Smarts NPM: How to enable/disable SNMP tracing/debug in Smarts NPM
book
Article ID: 331855
calendar_today
Updated On:
Products
VMware Smart Assurance
Environment
VMware Smart Assurance - SMARTS
Resolution
Instructions: How to enable/disable SNMP debug in Smarts NPM
Additional Information
Output will go into the INCHARGE-BGP log file.To enable Debugging:<BASEDIR>/smarts/bin/dmctl s <server> invoke SNMP_AccessorInterface::SNMP-Poller startFrameworkTracingExample:
- ./dmctl -s INCHARGE-BGP invoke SNMP_AccessorInterface::SNMP-Poller startFrameworkTracing
To disable debugging:<BASEDIR>/smarts/bin/dmctl -s <server> BGP invoke SNMP_AccessorInterface::SNMP-Poller stopFrameworkTracing and kill sm_adapter processes (ps ef | grep sm_adapter and kill -9 )
Example:
- ./dmctl -s INCHARGE-BGP invoke SNMP_AccessorInterface::SNMP-Poller stopFrameworkTracing and kill sm_adapter processes (ps ef | grep sm_adapter and kill -9 )
Feedback
thumb_up
Yes
thumb_down
No