Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

cpqarrayd(1) [debian man page]

CpqArrayd(1)					       Compaq Arraycontoller monitoringtools					      CpqArrayd(1)

NAME
cpqarrayd - Arraycontoller monitoringdaemon SYNTAX
cpqarrayd [-d] [-v] [-t host [-t host]] DESCRIPTION
This program is capable of monitoring HP (Compaq) array controllers. Both the devices controller by the cpqarray driver and devices con- trolled by the cciss driver are supported. The program monitors the health status for each logical volume and reports if it changes. When used on a cciss controller it reports all events on the controller chain. The default is to log to the syslog facility, but the program has an option to send traps to a monitoring system. OPTIONS
-d Enable debug output. Combine with -f for best effect. -f Do not fork into the background. Only useful for debugging. -v More verbose output during startup. -t <host> Specify a host that should receive traps. You can specify this option at max ten times. The host is in the format host:port. STATUS
The following exit values are returned: 0 Successful startup. 1 An error occurred. 2 No supported controller detected. BUGS
Default port is udp/161 instead of the expected udp/162. This is not really a bug, but a feature in net-snmp version 5.0.x. EXAMPLES
To run this program the standard way type: cpqarrayd -t traphost:162 To debug run it like this: cpqarrayd -v -f -d -t traphost:162 AUTHORS
Hugo Trippaers <spark@knoware.nl> Hugo Trippaers 2.0 CpqArrayd(1)

Check Out this Related Man Page

array-info(1)															     array-info(1)

NAME
array-info - check the status of a HP (Compaq) SmartArray controller SYNOPSIS
array-info -d array_device_path [-a|-l|-A|-c|-s|-L|-h] DESCRIPTION
Array-info is a command line tool to retrieve informations and logical drives status from several RAID controllers (currently HP Compaq IDA and CISS and MD). It displays informations about the firmware version, Rom revision, number of physical and logical drives on the con- troller, aswell as the fault tolerance, size, number of physical disks and status for each logical drive. OPTIONS
--device | -d Path to array device, e.g. /dev/ida/c0d0 or /dev/cciss/c0d1 --all-drives | -a Show informations about all drives --logical drive | -l Show informations about selected logical drive --show-ctrl | -c Show informations about controller --show-logical | -L Show informations about logical drives --show-physical | -p Show physical device informations --show-status | -s Show status of logical drives --show-all | -A Show all informations --version | -V Show version -h Show help about options COPYRIGHT
This manual page was written by Raphael Pinson <<raphink@ubuntu.com>>. Permission is granted to copy, distribute and/or modify this docu- ment under the terms of the GNU General Public License, Version 2 or any later version published by the Free Software Foundation. 2006-12-15 array-info(1)
Man Page