반응형
SSACLI 란?
OS 상에서 RAID Controller 의 상태를 점검하고 설정할 수 있는 HP에서 제공하는 CLI Tool
다운로드
GUI 버전 참고 : https://support.hpe.com/connect/s/softwaredetails?language=ja&softwareId=MTX_103529e136a94eefb28b2ceb99
상태 점검
controller 설정 정보
- C:\Program Files\Smart Storage Administrator\ssacli\bin>.\ssacli.exe ctrl all show config
> C:\Program Files\Smart Storage Administrator\ssacli\bin>.\ssacli.exe ctrl all show config
HPE Smart Array S100i SR Gen10 in Slot 0b ()
Internal Drive Cage at Port 2I, Box 2, OK
Port Name: 1I
Port Name: 2I
Array A (Solid State SATA, Unused Space: 3 MB)
logicaldrive 1 (238.44 GB, RAID 0, OK)
physicaldrive 2I:2:1 (port 2I:box 2:bay 1, SATA SSD, 256 GB, OK)
Array B (Solid State SATA, Unused Space: 0 MB)
logicaldrive 2 (3.73 TB, RAID 5, OK)
physicaldrive 2I:2:2 (port 2I:box 2:bay 2, SATA SSD, 2 TB, OK)
physicaldrive 2I:2:3 (port 2I:box 2:bay 3, SATA SSD, 2 TB, OK)
physicaldrive 2I:2:4 (port 2I:box 2:bay 4, SATA SSD, 2 TB, OK)
PD(Physical Disk) 상태
- C:\Program Files\Smart Storage Administrator\ssacli\bin>.\ssacli.exe ctrl slot=<슬롯번호> pd all show status
- slot 번호는 Controller 설정 정보의 "HPE Smart Array S100i SR Gen10 in Slot 0b ()" 참조
> C:\Program Files\Smart Storage Administrator\ssacli\bin>.\ssacli.exe ctrl slot=0b pd all show status
physicaldrive 2I:2:1 (port 2I:box 2:bay 1, 256 GB): OK
physicaldrive 2I:2:2 (port 2I:box 2:bay 2, 2 TB): OK
physicaldrive 2I:2:3 (port 2I:box 2:bay 3, 2 TB): OK
physicaldrive 2I:2:4 (port 2I:box 2:bay 4, 2 TB): OK
PD(Physical Disk) 상세 상태
- C:\Program Files\Smart Storage Administrator\ssacli\bin>.\ssacli.exe ctrl slot=<슬롯번호> pd <Disk 슬롯번호> show detail
> C:\Program Files\Smart Storage Administrator\ssacli\bin>.\ssacli.exe ctrl slot=0b pd 2I:2:1 show detail
HPE Smart Array S100i SR Gen10 in Slot 0b
Array A
physicaldrive 2I:2:1
Port: 2I
Box: 2
Bay: 1
Status: OK
Drive Type: Data Drive
Interface Type: Solid State SATA
Size: 256 GB
Drive exposed to OS: False
Logical/Physical Block Size: 512/512
Firmware Revision: RVM02B6Q
Serial Number: S5GANJ0R303978K
WWID: 5002538E31314837
Model: ATA Samsung SSD 860
SATA NCQ Capable: True
SATA NCQ Enabled: True
Current Temperature (C): 35
Maximum Temperature (C): 52
Usage remaining: 99.00%
Power On Hours: 16309
Estimated Life Remaining based on workload to date: 67274 days
SSD Smart Trip Wearout: False
PHY Count: 1
PHY Transfer Rate: 6.0Gbps
PHY Physical Link Rate: 6.0Gbps
PHY Maximum Link Rate: 6.0Gbps
Drive Authentication Status: OK
Carrier Application Version: 11
Carrier Bootloader Version: 6
Sanitize Erase Supported: False
Shingled Magnetic Recording Support: None
Drive Unique ID: 5002538E31314837
LD(Logical Drive) 상태
- C:\Program Files\Smart Storage Administrator\ssacli\bin>.\ssacli.exe ctrl slot=<슬롯번호> ld all show
> C:\Program Files\Smart Storage Administrator\ssacli\bin>.\ssacli.exe ctrl slot=0b ld all show
HPE Smart Array S100i SR Gen10 in Slot 0b
Array A
logicaldrive 1 (238.44 GB, RAID 0, OK)
Array B
logicaldrive 2 (3.73 TB, RAID 5, OK)
LD(Logical Drive) 상세 상태
- C:\Program Files\Smart Storage Administrator\ssacli\bin>.\ssacli.exe ctrl slot=<슬롯번호> ld <LD번호> show
> C:\Program Files\Smart Storage Administrator\ssacli\bin>.\ssacli.exe ctrl slot=0b ld 2 show
HPE Smart Array S100i SR Gen10 in Slot 0b
Array B
Logical Drive: 2
Size: 3.73 TB
Fault Tolerance: 5
Heads: 255
Sectors Per Track: 32
Cylinders: 65535
Strip Size: 256 KB
Full Stripe Size: 512 KB
Status: OK
Unrecoverable Media Errors: None
MultiDomain Status: OK
Caching: Disabled
Parity Initialization Status: Initialization Completed
Unique Identifier: 600508B1001CF10867F3A76FD9087E45
Disk Name: \\.\PhysicalDrive1 (Disk 1) (Bus: 0,Target: 5,Lun: 0)
Mount Points: D:\ 3.7 TB Partition Number 2
Logical Drive Label: DATA
Drive Type: Data
LD Acceleration Method: Smart Path
반응형
'OS > Windows' 카테고리의 다른 글
[ActiveDirectory] AD 계정 마지막로그인, 패스워드 변경. 계정생성 날짜 출력해보기(powershell) (0) | 2023.12.19 |
---|---|
[WSUS] System.Net.WebException -- HTTP 상태 503: Service Unavailable(으)로 인해 요청하지 못했습니다. (1) | 2023.05.30 |
Ldap 연동시 AD(Active Directory) 속성값(attribute) 찾기 (1) | 2022.09.23 |
Windows | AD(Active Directory) Powershell로 User 속성 정보 출력하기 (0) | 2022.09.20 |
AD(ActiveDirectory) + DNS 이중화 구성하기 (0) | 2022.08.08 |