Dell DX6000 Manual de instalação e configuração - Página 29

Procurar online ou descarregar pdf Manual de instalação e configuração para Servidor Dell DX6000. Dell DX6000 35 páginas. Rack installation instructions — static rails
Também para Dell DX6000: Manual suplementar (4 páginas), Instruções de instalação do hardware (2 páginas), Manual do utilizador (46 páginas), Manual de instalação e configuração (43 páginas), Manual de iniciação (28 páginas), Aviso (28 páginas), Aviso (20 páginas), Visão geral (19 páginas), Manual de configuração (9 páginas), Manual de configuração (9 páginas), Nota de lançamento (8 páginas), Manual de referência (12 páginas), Manual de configuração (7 páginas), Nota de lançamento (6 páginas), Nota de lançamento (5 páginas), Notas de lançamento (5 páginas), Instruções de instalação (2 páginas), Instruções de instalação (2 páginas)

Dell DX6000 Manual de instalação e configuração

4.5. Gathering SNMP Statistics

The CSN includes an aggregate SNMP MIB called CARINGO-CASTOR-MGR-MIB with operational
and health status for all nodes in the associated DX Storage cluster, including:
• Cluster stats like total available capacity
• Cluster-wide settings like a cluster shutdown
• Individual node statistics including IP address and status
• Node-level actions like shutdown and retire
• Volume statistics including used and available capacity, operational activity and hardware status
information
The MIB is located in /usr/share/snmp/mibs. The SNMP agent collects statistics from the DX
Storage cluster at a default interval of 5 minutes. SNMP collection is only enabled on Primary CSNs.
The collection interval can be configured by overriding the default for the collectormain.sh line of
the /etc/cron.d/caringo_castormgr_snmp_collector file to any frequency greater than 2 minutes. If
queried, SNMP will report errors after the DX Storage nodes come online for the first time until data
is available when the first configured collection period has passed. DX Storage clusterState may
return as 'Unknown' or change frequently right after a cluster wide reboot or start until all nodes are
online and reporting their status.

4.5.1. SNMP Command Examples

The following example shows an snmpwalk command that will return all results for the CASTOR-
MGR-MIB:
snmpwalk -v 2c -c public -m +CARINGO-CASTOR-MGR-MIB 192.168.1.101
caringo.castorMgr
The following example demonstrates an snmpget command that retrieves the total GB of available
capacity for the cluster:
snmpget -v 2c -c public -m +CARINGO-CASTOR-MGR-MIB 192.168.1.101
caringo.castorMgr.stats.totalGBAvailable
The following example shows an snmpset command that sends a shutdown command to the 1st
node in the indexed list for the cluster:
snmpset -v 2c -c private -m +CARINGO-CASTOR-MGR-MIB 192.168.1.101
caringo.castorMgr.nodes.castorNodesActionTable.nodeActionEntry.
nodeShutdown.1 s shutdown
The following example shows an snmptable command that retrieves the data for all node-specific
actions:
snmptable -v2c -cpublic -OQs -m +CARINGO-CASTOR-MGR-MIB localhost
caringo.castorMgr.nodes.castorNodesActionTable
Copyright © 2010 Caringo, Inc.
All rights reserved
26
Version 2.0
December 2010