2024. 1. 23. 00:00ㆍStorage
VNX1 : naviseccli -h [ ip ] -user sysadmin -password sysadmin -scope 0 copytohotspare [로케이션] -initiate
VNX2 : naviseccli -h [ ip ] -user sysadmin -password sysadmin -scope 0 copytodisk [로케이션]
-block
디스크 교체
naviseccli copytodisk sourcedisk destdisk ex) naviseccli copytodisk 0_0_1 0_0_2
copytodisk sourcedisk -> 원본 디스크 저장
copytodisk destdisk -> 대상 지스크 저장(대상 디스크는 원본 디스크와 같은 유형이고, 원본 디스크와 크기가 같거나 커야 합니다. 대상 디스크가 지정되지 않는 경우, 시스템은 복사할 대상 디스크를 선택합니다.)
vnx 1 /nas/sbin/navicli -h spa copytohotspare x_x_x -initiate
vnx 2 /nas/sbin/navicli -h spa copytodisk sourcedisk [destdisk]
vnx2는 지정 안하면 자동으로 배정함, vnx1은 지정 안하면 -initiate해야함
rebuilding check
vnx 1 getdisk 0_0_0 -rb
vnx 2 getdisk -messner 0_0_0 -cppct
디스크 상태 확인
naviseccli -h 10.244.211.212 getdisk 0_0_0
naviseccli -h spa getdisk 0_0_0 -drivetype -state -> 0_0_0 디스크 정보 확인
naviseccli -h spa getdisk 0_0_0 -all -> 0_0_0 디스크 자세한 정보 확인
디스크 rebuilding 확인하는 법
cli naviseccli <ip> -user <id> -password <pw> -scope 0 getdisk <x_x_x)
gui storage > luns에서 해당 lun확인
lun 속도 바꾸는 명령어
/nas/sbin/navicli -h spa chglun -l xx(해당lun) -r ASAP
ex) /nas/sbin/navicli -h spa chglun -l 73 -r ASAP
'Storage' 카테고리의 다른 글
Dell VNX SPS 교체 방법 (0) | 2024.01.24 |
---|---|
Dell VNX 전원 끄기 (Shut down) (0) | 2024.01.23 |
Dell Powerstore Node교체방법 (0) | 2024.01.22 |
Port 번호 정리 ( 22번 포트 / 9443번 포트 / 80, 443번 포트) (0) | 2024.01.22 |
SAN Switch 점검 명령어 (0) | 2024.01.21 |