이 예에서는 phys-schost-1 노드를 dg1 VxVM 디스크 장치 그룹에서 제거하는 것을 보여줍니다.
[노드에 대한 VxVM 디스크 장치 그룹 확인]
# scconf -p | grep Device
Device group name: dg1
Device group type: VxVM
Device group failback enabled: no
Device group node list: phys-schost-1, phys-schost-2
Device group diskset name: dg1
[수퍼유저가 되어 scsetup 유틸리티 실행]
# scsetup
장치 그룹 및 볼륨>VxVM 장치 그룹에서 노드 제거를 선택합니다.
프롬프트가 표시되면 질문에 답합니다.
다음 정보가 필요합니다.
필요한 정보: 예:
VxVM device group name dg1
node names phys-schost-1
[scconf 명령이 제대로 실행되었는지 확인]
scconf -r -D name=dg1,nodelist=phys-schost-1
Command completed successfully.
scsetup 장치 그룹 메뉴 및 주 메뉴를 종료합니다.
[노드가 제거되었는지 확인]
# scconf -p | grep Device
Device group name: dg1
Device group type: VxVM
Device group failback enabled: no
Device group node list: phys-schost-2
Device group diskset name: dg1
|