Link to home
Start Free TrialLog in
Avatar of Armitage318
Armitage318

asked on

How to monitor raid hardware on Linux server

Hi, I am using CentOS 5.11 on IBM x3200 M3 machine.
There are 4 SAS drive (RAID5).
I succesfully installed OS, anyway I would to be able to monitor single hard disk status.
Controller is:

IBM ServeRAID M1015 SAS/SATA Controller

I tried with SAS2IRCU utility, but it seems not working fine.

# ./sas2ircu LIST
LSI Corporation SAS2 IR Configuration Utility.
Version 5.00.00.00 (2010.02.09)
Copyright (c) 2009 LSI Corporation. All rights reserved.

SAS2IRCU: Discovery Error.

Open in new window


# dmesg |grep -i ata
 BIOS-e820: 000000007f7df000 - 000000007f7ff000 (ACPI data)
Memory: 3981256k/6291456k available (2630k kernel code, 168600k reserved, 1679k data, 224k init)
ksign: Installing public key data
Write protecting the kernel read-only data: 533k
libata version 3.00 loaded.
ata_piix 0000:00:1f.2: version 2.12
ata_piix 0000:00:1f.2: MAP [ P0 P2 P1 P3 ]
ata_piix 0000:00:1f.2: setting latency timer to 64
scsi1 : ata_piix
scsi2 : ata_piix
ata1: SATA max UDMA/133 cmd 0x4078 ctl 0x408c bmdma 0x4050 irq 193
ata2: SATA max UDMA/133 cmd 0x4070 ctl 0x4088 bmdma 0x4058 irq 193
ata1.00: SATA link down (SStatus 0 SControl 300)
ata1.01: SATA link down (SStatus 0 SControl 300)
ata2.00: SATA link down (SStatus 0 SControl 300)
ata2.01: SATA link down (SStatus 0 SControl 300)
ata_piix 0000:00:1f.5: MAP [ P0 --<6>usb 2-1.2: new low speed USB device using ehci_hcd and address 4
ata_piix 0000:00:1f.5: setting latency timer to 64
scsi3 : ata_piix
scsi4 : ata_piix
ata3: SATA max UDMA/133 cmd 0x4068 ctl 0x4084 bmdma 0x4030 irq 185
ata4: SATA max UDMA/133 cmd 0x4060 ctl 0x4080 bmdma 0x4038 irq 185
ata3: SATA link up 1.5 Gbps (SStatus 113 SControl 300)
ata3.00: ATAPI: HL-DT-STDVD-RAM GH60N, NY03, max UDMA/100
ata3.00: configured for UDMA/100
ata4: SATA link down (SStatus 0 SControl 300)
EXT3-fs: mounted filesystem with ordered data mode.
EXT3-fs: mounted filesystem with ordered data mode.

Open in new window



Thank you
Avatar of pjam
pjam
Flag of United States of America image

Not familiar with Centos, But usually the first inkling of RAID issues is an amber led on one of the hard drives, or worse red.
This will be an interesting post to follow, as I have considered putting up an Ubuntu or Suse server here, and that would also be my question.
Avatar of rindi
Most modern servers have a module installed that allows you to connect to it's hardware and RAID controller remotely via an IP address and a web-browser. On Dell it is the "iDRAC", and on HP "ILO". As far as I know IBM's X servers have something similar. It just needs to be configured. Once that is done you should see the exact state of the hardware by logging in to that module.
Avatar of Armitage318
Armitage318

ASKER

Hi, I would like to use something that is capable of sending email in case of disk failure (as in software raid with mdadm for example)
ASKER CERTIFIED SOLUTION
Avatar of Coolie Sheppard
Coolie Sheppard
Flag of United States of America image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
SOLUTION
Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial