Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 2 Next »

1.
comment out these three lines in: /etc/monit.d/caringo-csn.monitrc

{code:java}
check process snmpd with pidfile "/var/run/snmpd.pid"
start program = "/etc/init.d/snmpd start"
stop program = "/etc/init.d/snmpd stop"

{code}

2.
Turn off snmpd process

{code:java}
chkconfig snmpd off
{code}


3.
reboot the CSN

4.
verify that port 161 isn't listening after the reboot finishes:
{code:java}
netstat -an | grep 161
{code}


Note

Please be aware that this does not disable SNMP on the storage nodes themselves.  This is specifically to stop responding to SNMP requests made to the CSN. 

  • No labels