[root@centos src]# lspci -nn | grep -i raid
0e:00.0 RAID bus controller [0104]: Hewlett-Packard Company Smart Array Controller [103c:3230] (rev 04)
[root@centos src]# wget ftp://ftp.hp.com/pub/softlib2/software1/pubsw-linux/p1257348637/v71527/hpacucli-9.10-22.0.x86_64.rpm
[root@centos src]# rpm -Uhv ./hpacucli-9.10-22.0.x86_64.rpm
[root@centos src]# hpacucli controller all show status
Smart Array P400 in Slot 3
Controller Status: OK
Cache Status: OK
Battery/Capacitor Status: OK
[root@centos src]# hpacucli controller slot=3 logicaldrive all show status
logicaldrive 1 (68.3 GB, RAID 1): OK
logicaldrive 2 (273.3 GB, RAID 6 (ADG)): OK
[root@centos src]# hpacucli controller slot=3 physicaldrive all show status
physicaldrive 1I:1:3 (port 1I:box 1:bay 3, 72 GB): OK
physicaldrive 1I:1:4 (port 1I:box 1:bay 4, 72 GB): OK
physicaldrive 1I:1:1 (port 1I:box 1:bay 1, 72 GB): OK
physicaldrive 1I:1:2 (port 1I:box 1:bay 2, 72 GB): OK
physicaldrive 2I:1:5 (port 2I:box 1:bay 5, 72 GB): OK
physicaldrive 2I:1:6 (port 2I:box 1:bay 6, 72 GB): OK
physicaldrive 2I:1:7 (port 2I:box 1:bay 7, 72 GB): OK
physicaldrive 2I:1:8 (port 2I:box 1:bay 8, 72 GB): OK
[root@centos src]# date
Fri Apr 17 01:46:10 AZST 2015
Seems like everything is OK :)