MPT-STATUS(8) | System Manager's Manual | MPT-STATUS(8) |
mpt-status - retrieve configuration and health status from LSI hardware RAID controllers
mpt-status [ options ]
The mpt-status software is a query tool to access the running configuration and status of LSI SCSI HBAs. mpt-status allows you to monitor the health and status of your RAID setup.
The program's exit(2) status is meant to be interpreted as a bit mask. If everything went well, zero is returned. If not (i.e. if for example an error or unknown condition is detected), the bits of the return value shall be interpreted as:
Bit | Value | Meaning |
0 | 1 | Abnormal condition / unknown error |
1 | 2 | A logical volume has failed |
2 | 4 | A logical volume is degraded |
3 | 8 | A logical volume is resyncing |
4 | 16 | At least one physical disk failed |
5 | 32 | At least one physical disk is in warning condition |
Report bugs to your linux distribution or software vendor, if mpt-status was bundled on your installation. If you have been compiling mpt-status from the vanilla sources and experience problems, redirect them to preferably <ratz@drugphish.ch> or <rnibali@pyx.ch>.
Besides design bugs, gross software engineering and missing features, this software is considered pretty stable and can be used in production environments.
/dev/mptctl
LSI Logic provides CLI tools for megaraid controllers which you can find on their webpage, following http://www.lsil.com/cm/DownloadSearch.do
mpt-status was written by Roberto Nibali <ratz@drugphish.ch>.
This manual page was written by Steffen Joeris <steffen.joeris@skolelinux.de>, for the Debian project (but may be used by others).
November 2006 |