이 예에서는 dg1 VxVM 디스크 장치 그룹에서 phys-schost-1이라는 노드를 제거합니다.
[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
Select Device groups and volumes>Remove a node from a VxVM device group.
Answer the questions when prompted.
You will need the following information.
You Will Need: Example:
VxVM device group name dg1
node names phys-schost-1
[scconf 명령이 제대로 실행되었는지 확인하십시오.]
scconf -r -D name=dg1,nodelist=phys-schost-1
Command completed successfully.
Quit the scsetup Device Groups Menu and Main Menu.
[노드가 제거되었는지 확인하십시오.]
# 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
|