본문 바로가기
HW Knowledge/Hewlett-Packard Enterprise

SmartArray Gen10 - SSA - How monitor rebuild progress

by 스쳐가는인연 2019. 6. 13.

# Location VMware ESXi 6.5/6.7
/opt/smartstorageadmin/ssacli/bin/ssacli

Get Slot Information - Slot x
# ./ssacli ctrl all show status

Check Rebuild progress
./ssacli ctrl [all|slot=x] show config detail | grep -i recov -A10
./ssacli ctrl [all|slot=x] show config | grep -i recov -A10

./ssacli ctrl [all|slot=x] ld [all|n] show
./ssacli ctrl [all|slot=x] ld [all|n] show status

x is specific slot number
n is specific logical drive

e.g.) command outcome
--------------------------------------------------------------
[root@localhost:~] /opt/smartstorageadmin/ssacli/bin/ssacli version

SSACLI Version: 3.40.3.0 2018-12-06
SOULAPI Version: 3.40.3.0 2018-12-06

[root@localhost:~] /opt/smartstorageadmin/ssacli/bin/ssacli ctrl all show config detail | grep -i recov -A10

Status: Recovering, 52.15% complete
Unrecoverable Media Errors: None
MultiDomain Status: OK
Caching: Enabled
Unique Identifier: 600508B1001C8B23FDC6C5AC266B92D9
Logical Drive Label: 010F50FBPEYHB0ARH7503L 420D
Mirror Group 1:
physicaldrive 1I:3:1 (port 1I:box 3:bay 1, SAS HDD, 1 TB, OK)
Mirror Group 2:
physicaldrive 2I:2:1 (port 2I:box 2:bay 1, SAS HDD, 1 TB, Rebuilding)
Drive Type: Data
LD Acceleration Method: Controller Cache

[root@localhost:~] /opt/smartstorageadmin/ssacli/bin/ssacli ctrl slot=0 ld all show

HPE Smart Array P408i-a SR Gen10 in Slot 0 (Embedded)

Array A

logicaldrive 1 (931.48 GB, RAID 1, Recovering, 52.28% complete)

Array B

logicaldrive 2 (447.10 GB, RAID 1, OK)

[root@localhost:~] /opt/smartstorageadmin/ssacli/bin/ssacli ctrl slot=0 ld 1 show

HPE Smart Array P408i-a SR Gen10 in Slot 0 (Embedded)

Array A

Logical Drive: 1
Size: 931.48 GB
Fault Tolerance: 1
Heads: 255
Sectors Per Track: 32
Cylinders: 65535
Strip Size: 256 KB
Full Stripe Size: 256 KB
Status: Recovering, 52.76% complete
Unrecoverable Media Errors: None
MultiDomain Status: OK
Caching: Enabled
Unique Identifier: 600508B1001C8B23FDC6C5AC266B92D9
Logical Drive Label: 010F50FBPEYHB0ARH7503L 420D
Mirror Group 1:
physicaldrive 1I:3:1 (port 1I:box 3:bay 1, SAS HDD, 1 TB, OK)
Mirror Group 2:
physicaldrive 2I:2:1 (port 2I:box 2:bay 1, SAS HDD, 1 TB, Rebuilding)
Drive Type: Data
LD Acceleration Method: Controller Cache
--------------------------------------------------------------

Also can observed via iLO.

 

반응형