In a rack-mounted HP ProLiant DL380 G5 server, running Linux (RHEL - Red Hat Enterprise Linux Server - version 5.9, 64-bit): after a shutdown and power on, one of 4 hard disks of a Logical Drive using "RAID 1+0" started "Rebuilding". I was able to check the status using hpacucli ("HP Array Configuration Utility CLI") After a few hours, the rebuild was completed successfully (the previously defective hard drive was "physicaldrive 2I:1:2"):
$ hpacucli
HP Array Configuration Utility CLI 8.0-14.0
Detecting Controllers...Done.
Type "help" for a list of supported commands.
Type "exit" to close the console.
=> ctrl all show config
Smart Array P400 in Slot 1 (sn: ...)
array A (SAS, Unused Space: 0 MB)
logicaldrive 1 (273.4 GB, RAID 1+0, OK)
physicaldrive 2I:1:1 (port 2I:box 1:bay 1, SAS, 146 GB, OK)
physicaldrive 2I:1:2 (port 2I:box 1:bay 2, SAS, 146 GB, OK)
physicaldrive 2I:1:3 (port 2I:box 1:bay 3, SAS, 146 GB, OK)
physicaldrive 2I:1:4 (port 2I:box 1:bay 4, SAS, 146 GB, OK)
...
My question is the following: is there a way to see the RAID events history / log of the RAID internal controller (a "Smart Array P400")? I would like to be able to use "hpacucli" for that, but I can't find any related command in the Hpacucli Utility for Linux - All Commands Guide
I may try to use other tools for this, if required (but not HP iLO - "Integrated Lights-Out" because I don't have that access), preferably avoiding any reboot. I have checked "/var/log/messages" but I haven't found any seemingly related entries there.