Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: copyedit

...

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

    Code Block
    languagejava
    check process snmpd with pidfile "/var/run/snmpd.pid"
    start program = "/etc/init.d/snmpd start"
    stop program = "/etc/init.d/snmpd stop"


  2. Turn off the snmpd process: 

    Code Block
    languagejava
    chkconfig snmpd off


  3. Reboot the CSN.
  4. After the reboot finishes, verify that port 161 is not listening.

    Code Block
    languagejava
    netstat -an | grep 161


Info
titleNote

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