HP ACU CLI Examples

My favorite example: This can be run from the shell or within the tool. hpacucli ctrl all show config (use hpacucli.exe for Windows) Or hpacucli ctrl all show config detail But, if you have the HP Management Agents installed anyway, you should have realtime monitoring of RAID status pushing back to email alerts or an … Read more

Is RAID5 more robust than RAID1

RAID-5 is a fault-tolerance solution, not a data-integrity solution. Remember that RAID stands for Redundant Array of Inexpensive Disks. Disks are the atomic unit of redundancy — RAID doesn’t really care about data. You buy solutions that employ filesystems like WAFL or ZFS to address data redundancy and integrity. The RAID controller (hardware or software) … Read more

Managing battery relearn cycles on LSI and similar RAID controllers

Just recently I read an article by one of Godaddy’s engineers about this very topic: Learning to Deal with Learning On their hardware (Dell PERC cards) battery learning cycle happens every 90 days, but no way to know when exactly it’ll happen, ie during peak or off-peak hours. They talked about different solutions: Outright disable … Read more

Can’t enter HP SmartArray P410 RAID ORCA set-up on HP ProLiant DL320G6

Assuming you’re on a recent firmware revision for the DL320 G6 server. You’re going to have to pay close attention to the POST messages in order to catch the RAID controller’s ORCA utility prompt. The “Sea of Sensors” POST routine takes awhile from the first screen prompt (on a warm-boot) to step through RAM checks … Read more

Hardware RAID controller cache battery failure frequency/lifetime?

I suspect your Supermicros are broken one way or the other – possibly the battery packs are overheating. Most recent LSIs would report the temperature through MegaCLI – you might want to monitor this value on servers which needed replacement. root@host:~/SOLARIS# ./MegaCli -AdpBbuCmd -GetBbuStatus -aALL BBU status for Adapter: 0 BatteryType: BBU […] Temperature: 41 … Read more