For BIGIP v4
- Check the SNMP daemon status:
/etc/bigstart/status/S40snmpd status
The correct output should be:
Status snmpd: (pid xxxxx) is running
Status bigsnmpd: (pid yyyyy) is running
Status rlxsnmpd: is not running - If the result is different from above (i.e., bigsnmpd is not running), restart the SNMP daemon:
/etc/bigstart/status/S40snmpd restart
For BIGIP v9
- Check the current status of the SNMP daemon:
bigstart status snmpd - Restart the SNMP daemon
bigstart restart snmpd - Verify status of the SNMP daemon:
bigstart status snmpd
Example:
[root@bigip:Active]~# bigstart status snmpd
snmpd run (pid 12707) 90 days, 1 start
[root@bigip:Active]~# bigstart restart snmpd
[root@bigip:Active]~# bigstart status snmpd
snmpd run (pid 4822) 6 seconds, 2 starts
[root@bigip:Active]~#
No comments:
Post a Comment