/
Disabling SNMP on a CSN

Disabling SNMP on a CSN

To disable SNMP on a CSN (prevent it from responding to SNMP requests), follow this process:

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

    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: 

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

    netstat -an | grep 161

Note

This does not disable SNMP on the storage nodes themselves. This is specifically to stop the CSN from responding to SNMP requests. 

Related content

CSN open ports requirements
CSN open ports requirements
Read with this
How do I change SNMP log levels in the CSN?
How do I change SNMP log levels in the CSN?
More like this
CSN and DHCP
CSN and DHCP
Read with this
Change CSN Nodes' Default Gateway Parameter
Change CSN Nodes' Default Gateway Parameter
More like this
CSN Installation
CSN Installation
Read with this
Managing Swarm Nodes
Managing Swarm Nodes
More like this

© DataCore Software Corporation. · https://www.datacore.com · All rights reserved.