[ SAS 타입 ]
1. Disk Insert -> # cfgmgr -> # lspv 디스크가 보입니다.
2. 디스크를 제어하는 어뎁터 및 Status 확인
[localhost:root:/ ] # lsdev -Cc adapter |grep sissas
sissas0 Available 07-08 PCI-X266 Planar 3Gb SAS Adapter
sissas1 Available 04-00 PCI Express x8 Ext Dual-x4 3Gb SAS Adapter
[localhost:root:/ ] # lspath
Enabled hdisk0 sas0
Enabled hdisk1 sas0 <- 테스트 disk
Enabled hdisk2 sas0 <- 테스트 disk
Enabled hdisk3 sas0 <- 테스트 disk
Enabled hdisk4 sas0 <- 테스트 disk
Enabled hdisk5 sas0 <- 테스트 disk
[localhost:root:/ ] # lsdev -Cc disk
hdisk0 Available 07-08-00 SAS Disk Drive
hdisk1 Available 07-08-00 SAS Disk Drive
hdisk2 Available 07-08-00 SAS Disk Drive
hdisk3 Available 07-08-00 SAS Disk Drive
hdisk4 Available 07-08-00 SAS Disk Drive
hdisk5 Available 07-08-00 SAS Disk Drive
3. 해당 SAS adapter Path 확인 Command를 통해 아래와 같이 정상 / 불량을 판단합니다.
내부 ESM Path 이중화에서 아래와 같이 한쪽 패스가 끊긴 경우 불량입니다.
[localhost:root:/ ] # sissasraidmgr -Tl sissas0
cd0 Path 1: Operational
hdisk0 Path 1: Operational Path 2: Operational
hdisk1 Path 1: Failed Path 2: Operational
hdisk2 Path 1: Operational Path 2: Failed
hdisk3 Path 1: Operational Path 2: Operational
hdisk4 Path 1: Operational Path 2: Operational
hdisk5 Path 1: Operational Path 2: Operational
4. 물리 디스크는 #Diag -> Hot Plug를 통해 Amber 발생으로 해당 위치 확인 후 제거 합니다.
'IBM' 카테고리의 다른 글
[IBM] AIX Service Mode에서 root password 변경하는법 (0) | 2020.08.19 |
---|---|
[IBM] Unix(Aix) CPIO (0) | 2020.08.09 |
[IBM] Unix(Aix) SSH Port 변경 (0) | 2020.08.07 |
[IBM] X3250 M4 IMM (0) | 2020.08.06 |
[IBM] Unix(Aix) Paging Space (0) | 2020.08.05 |