Monitorizar Cluster Netapp en Nagios

Esta vez vamos a ver como monitorizar una netapp en Cluster por si hubiese algun problema….para ello vamos a utilizar  la monitorización realizada anteriormente en el manual: «Monitorización de un servidor Netapp en Nagios»

https://red-orbita.com/?p=5433

Definir los comandos: 

para definir tenemos que añadir los siguientes comandos al fichero commands.cfg, este fichero estará… dependiendo de la instalación que habríais realizado:

vi /etc/nagios3/commands.cfg

 

define command{
command_name check_snmp_netappcluster
command_line /usr/bin/perl $USER1$/check_netapp -H $HOSTADDRESS$ -C $ARG1$ -s $ARG2$
}

Leer más

Monitorización de un servidor Netapp en Nagios

Pues ahora vamos a monitorizar un servidor  de almacenamiento Netapp, Para su monitorización vamos a utilizar el protocolo SNMP(Si no lo sabéis activar SNMP en una netapp AQUI tenemos un manual) y los chequeos van a ser de Memoria, CPU, Disco, PING, temperatura, ventiladores, Fallo de disco y batería.

Una vez ya tenemos instalado y configurado  SNMP vamos a empezar a monitorizar.

Leer más

Instalar SSH en Netapp

Instalamos SSH… 

redorbitanetapp> secureadmin setup ssh
SSH Setup
———
Determining if SSH Setup has already been done before…no

SSH server supports both ssh1.x and ssh2.0 protocols.

SSH server needs two RSA keys to support ssh1.x protocol. The host key is
generated and saved to file /etc/sshd/ssh_host_key during setup. The server
key is re-generated every hour when SSH server is running.

SSH server needs a RSA host key and a DSA host key to support ssh2.0 protocol.
The host keys are generated and saved to /etc/sshd/ssh_host_rsa_key and
/etc/sshd/ssh_host_dsa_key files respectively during setup.

SSH Setup will now ask you for the sizes of the host and server keys.
For ssh1.0 protocol, key sizes must be between 384 and 2048 bits.
For ssh2.0 protocol, key sizes must be between 768 and 2048 bits.
The size of the host and server keys must differ by at least 128 bits.

Please enter the size of host key for ssh1.x protocol [768] :

Please enter the size of server key for ssh1.x protocol [512] :
Please enter the size of host keys for ssh2.0 protocol [768] :

You have specified these parameters:
host key size = 768 bits
server key size = 512 bits
host key size for ssh2.0 protocol = 768 bits
Is this correct? [yes] y

Setup will now generate the host keys. It will take a minute.
After Setup is finished the SSH server will start automatically.

redorbitanetapp> Wed Jun 13 11:53:18 GMT [secureadmin.ssh.setup.success:info]: SSH setup is done and ssh2 should be enabled. Host keys are stored in /etc/sshd/ssh_host_key, /etc/sshd/ssh_host_rsa_key, and /etc/sshd/ssh_host_dsa_key.

redorbitanetapp>

 Probamos a conectarnos… 

Intetamos acceder mediante SSH (con el usuario root):

rokitoh@red-orbita:~$ ssh root@192.168.1.17
root@192.168.1.17’s password:

redorbitanetapp>

 

 

 

Saludos, rokitoh!!

Activar SNMP en Netapp

Cómo habilitar SNMP en una Netapp.

redorbitanetapp> options snmp.enable on
redorbitanetapp> options snmp
snmp.access legacy
snmp.enable on
redorbitanetapp>

Modifcar los valores de configuracuón de SNMP

Vamos a agregarle un contacto…al snmp.

redorbitanetapp> snmp contact rokitoh@red-orbita.com
redorbitanetapp> snmp contact
rokitoh@red-orbita.com
redorbitanetapp>

Un saludo, rokitoh!

instalar el simulador de NetApp Data ONTAP

Vamos a instalar un pequeño simulador de almacenamiento de Netapp. con el cual podemos hacer pruebas antes de realizarlo en un entorno de producción…

El simulador se puede descargar desde el sitio web oficial (con registro). Esta es la dirección.

Actualmente, esta en su versión 8 para VMWARE… pero como yo no lo tengo instalado y no me apetecía instalarlo…me descargado la versión 7.3.6 que viene en un bonito tar…

 

Leer más