AIX Disk 미러링 하는 방법
1. Disk 용량 확인
- 일차적으로 디스크의 용량이 미러 받을 용량이 같거나 많아야 됩니다.
이부분을 꼭 먼저 확인하고 작업을 진행 하도록 해야됩니다.
2. Disk 및 PV 상태 확인
- lspv
[p720:/]#lspv
hdisk0 00f61cf6df31e260 rootvg active
hdisk1 00f61cf6783bc5f0 None
*** PID 가 none 로 나온다면 PID를 생성 해주면된다 ***
예) chdev -l hdisk1 -a pv=yes
3. rootvg에 Disk를 추가
- extendvg [VG 이름] [해당 Disk]
- lspv를 통해 hdisk1이 rootvg에 들어 갔는지 확인
[p720:/]#extendvg rootvg hdisk1
[p720:/]#lspv
hdisk0 00f61cf6df31e260 rootvg active
hdisk1 00f61cf6783bc5f0 rootvg active
4. Mirroring
- mirrorvg -S [VG 이름] [해당 Disk1] [해당 Disk2]
[p720:/]#mirrorvg -S rootvg hdisk0 hdisk1
0516-1804 chvg: The quorum change takes effect immediately.
0516-1126 mirrorvg: rootvg successfully mirrored, user should perform
bosboot of system to initialize boot records. Then, user must modify
bootlist to include: hdisk1 hdisk0.
- lsvg rootvg | grep -I stale 명령어로 완료 확인
*** STALE PPs 값이 0이 되면 완료 ***
[p720:/]#lsvg rootvg | grep -i stale
STALE PVs: 1 STALE PPs: 145
[p720:/]#lsvg rootvg | grep -i stale
STALE PVs: 0 STALE PPs: 0
'Technical > System' 카테고리의 다른 글
AIX LVM (Logical Volume Manager) (0) | 2022.01.18 |
---|---|
vmware esxi ssl인증서 변경(관리 GUI) (0) | 2022.01.12 |
SSH 자동접속 스크립트 [shell script Linux] (0) | 2022.01.10 |
Dell 서버 Windows에서 오픈관리 서버 관리자(OMSA) 설치 (0) | 2021.12.29 |
Windows Server 수동 보안패치 업데이트 방법 (0) | 2021.12.13 |
댓글