I've noticed that one of the drives has "unassigned" status. Does it mean that it's a spare disk?
# hpacucli controller all show config
Smart Array P410i in Slot 0 (Embedded) (sn: 50014380143EC650)
array A (SAS, Unused Space: 0 MB)
logicaldrive 1 (1.6 TB, RAID 5, OK)
physicaldrive 1I:1:1 (port 1I:box 1:bay 1, SAS, 900.1 GB, OK)
physicaldrive 1I:1:2 (port 1I:box 1:bay 2, SAS, 900.1 GB, OK)
physicaldrive 1I:1:3 (port 1I:box 1:bay 3, SAS, 900.1 GB, OK)
unassigned
physicaldrive 1I:1:4 (port 1I:box 1:bay 4, SAS, 900.1 GB, OK)
SEP (Vendor ID PMCSIERA, Model SRC 8x6G) 250 (WWID: 50014380143EC65F)
# hpacucli controller slot=0 physicaldrive all show status
physicaldrive 1I:1:1 (port 1I:box 1:bay 1, 900.1 GB): OK
physicaldrive 1I:1:2 (port 1I:box 1:bay 2, 900.1 GB): OK
physicaldrive 1I:1:3 (port 1I:box 1:bay 3, 900.1 GB): OK
physicaldrive 1I:1:4 (port 1I:box 1:bay 4, 900.1 GB): OK
How I can safely add it to this existing array?
EDIT1:
Hi, I've successfully added the fourth drive to the array. I'm trying to extend the logical drive now:
hpacucli ctrl slot=0 ld 1 modify size=max
and I received the following warring:
Warning: Extension may not be supported on certain operating systems. Performing extension on these operating systems can cause data to become inaccessible. See ACU documentation for details. Continue?
I'm running CentOS 6.3 - where I can check if CentOS supports this?
If it does and I will extend the logical drive on the RAID card do I still have to create a new partition, resize physical volume and extend the logical volume on the OS itself to be able to use this extra space?
EDIT2:
# df -h
Filesystem Size Used Avail Use% Mounted on
/dev/mapper/vg_main-lv_root
20G 6.9G 12G 37% /
tmpfs 71G 0 71G 0% /dev/shm
/dev/sda1 485M 89M 371M 20% /boot
# pvs
PV VG Fmt Attr PSize PFree
/dev/sda2 vg_01 lvm2 a-- 24.00g 0
/dev/sda3 vg_02 lvm2 a-- 1.61t 702.17g
# vgs
VG #PV #LV #SN Attr VSize VFree
vg_02 1 8 0 wz--n- 1.61t 702.17g
vg_01 1 2 0 wz--n- 24.00g 0