반응형

NAS 점검 : 정보조회

ssh service@ xxx.xxx.xxx.xxx "sudo svc_storagecheck -a"

 

DISK 점검 목적으로 출력

ssh service@xxx.xxx.xxx.xxx "sudo svc_storagecheck -a|egrep 'Slot number|fault LED|spare active|removed|bound assign|rebuilding|equalizing|faulted'"

ssh service@ xxx.xxx.xxx.xxx "sudo svc_storagecheck -a|egrep 'Slot number|bound as hot spare|fault LED|spare active|removed|bound assign|rebuilding|equalizing|faulted'" |more

반응형

'HardWare > DELL(EMC)' 카테고리의 다른 글

EMC-Storage CX serise 점검  (0) 2023.11.03
EMC-Storage unity serise 점검  (1) 2023.11.03
EMC-Storage vnx serise 점검  (0) 2023.11.03
DELL 서버점검  (1) 2023.11.02
반응형

디스크 상태 확인

/opt/Navisphere/bin/naviseccli -h xxx.xxx.xxx.xxx -user admin -password password -scope 0 getdisk -state -tla

fault 확인

/opt/Navisphere/bin/naviseccli -h xxx.xxx.xxx.xxx -user admin -password password -scope 0 faults -list

rg 확인

/opt/Navisphere/bin/naviseccli -h 1 xxx.xxx.xxx.xxx -user admin -password password -scope 0 getrg 0

어레이 확인

/opt/Navisphere/bin/naviseccli -scope 0 -user admin -password password -t 20 -h xxx.xxx.xxx.xxx getall -array

/opt/Navisphere/bin/naviseccli -h xxx.xxx.xxx.xxx -user admin -password password -scope 0 getlun

opt/Navisphere/bin/naviseccli -User admin -Password password  -Scope 0 -h xxx.xxx.xxx.xxx getcrus -fana

인증서 확인

/opt/Navisphere/bin/naviseccli security -certificate -lis

반응형

'HardWare > DELL(EMC)' 카테고리의 다른 글

EMC-Storage vnxe serise 점검  (0) 2023.11.03
EMC-Storage unity serise 점검  (1) 2023.11.03
EMC-Storage vnx serise 점검  (0) 2023.11.03
DELL 서버점검  (1) 2023.11.02
반응형

디스크 상태 확인

uemcli -d xxx.xxx.xxx.xxx -u admin -p password /env/disk show -detail |egrep 'dpe_disk|Health'

fault 확인

uemcli -d xxx.xxx.xxx.xxx -u admin -p password /sys/general healthcheck

파워 상태

uemcli -d xxx.xxx.xxx.xxx -u admin -p password /env/ps show

fc 상태

uemcli -d xxx.xxx.xxx.xxx -u admin -p password  /net/port/fc show -detail

sp 상태

uemcli -d xxx.xxx.xxx.xxx -u admin -p password  /env/sp show -detail

온도 체크

uemcli -d xxx.xxx.xxx.xxx -u admin -p password  /env/dpe show -detail

반응형

'HardWare > DELL(EMC)' 카테고리의 다른 글

EMC-Storage vnxe serise 점검  (0) 2023.11.03
EMC-Storage CX serise 점검  (0) 2023.11.03
EMC-Storage vnx serise 점검  (0) 2023.11.03
DELL 서버점검  (1) 2023.11.02

+ Recent posts