

#Dell perc h200 lto 5 install
It's also easy to install compared to other, more comprehensive options: # curl -C -O '' This needs to be repeated for each enclosure slot, or at least I haven't found a way to print all of it at once with a single perccli command. UGUnsp-Unsupported|UGShld-UnConfigured shielded|HSPShld-Hotspare shieldedĬFShld-Configured shielded|Cpybck-CopyBack|CBShld-Copyback Shieldedĭrive /c0/e32/s0 - Detailed Information : SeSz-Sector Size|Sp-Spun|U-Up|D-Down/PowerSave|T-Transition|F-Foreign Med-Media Type|SED-Self Encryptive Drive|PI-Protection Info UBad-Unconfigured Bad|Onln-Online|Offln-Offline|Intf-Interface The perccli command can also show you a lot of drive info if you ask it nicely: # /opt/MegaRAID/perccli/perccli64 /c0/e32/s0 show allĭescription = Show Drive Information Succeeded.ĮID:Slt DID State DG Size Intf Med SED PI SeSz Model Spģ2:0 0 UGood - 278.875 GB SAS HDD N N 512B ST3300657SS UĮID-Enclosure Device ID|Slt-Slot No.|DID-Device ID|DG-DriveGroupĭHS-Dedicated Hot Spare|UGood-Unconfigured Good|GHS-Global Hotspare Used RAID Disk Space : 136.13 GB (146163105792 bytes)Īvailable RAID Disk Space : 0.00 GB (0 bytes) Here's an example of omreport's output, piped through grep for a delicious bundle of data: $ omreport storage pdisk controller=0 vdisk=0 | grep -v ": Not "Ĭontroller PERC H700 Integrated (Embedded)Ĭapacity : 136.13 GB (146163105792 bytes)
#Dell perc h200 lto 5 how to
Here's how to make it slightly less blecch-y (but still blecch-y nonetheless you can get much leaner on HP's platform. The accepted answer recommends the audacity that is yum install srvadmin-all. This is on Scientific Linux 6 (another RHEL6 based OS) with 86_64. Warning: This result is based on an Attribute check.

SMART overall-health self-assessment test result: PASSED SMART support is: Available - device has SMART capability.

User Capacity: 1,000,204,886,016 bytes ĭevice is: Not in smartctl database For example, to see the first disk in the array: # smartctl -a /dev/sda -d sat+megaraid,00 You can see the SMART status of the disks with the smartctl command and it's -d argument. Local Time is: Tue Apr 15 16:38:30 2014 SGTĭevice does not support Self Test loggingĪnyone knows how to monitor the hard disk status behind hardware raid on Dell PERC H710 with CentOS 6? ~]# lspci | grep RAIDĠ3:00.0 RAID bus controller: LSI Logic / Symbios Logic MegaRAID SAS 2208 (rev ~]# smartctl -a /dev/sda
#Dell perc h200 lto 5 download
The LSI MegaRAID SAS command tool (About LSI MegaRAID SAS Linux Tools) for CentOS/Red Hat/Linux does NOT support PERC H710 and smartctl does NOT support it either.īased on Dell website, CentOS IS not supported for this server ( NX3200 PowerVault) and I couldn't download any linux program to monitor the hard disk. Then I should be able to use a bash script to monitor the hard disk status and send alert emails if something went bad. I have a Dell server running CentOS 6 using PERC H710 Raid Controller card with Raid 5 setup and I want to monitor the hard disk failure/working status behind the Raid Controller.
