Tuesday, December 14, 2010

Hot Relocation - VxVM

Points to Remember:




Commands:
1. To set datadg01 disk as spare disk in datadg :
 # vxedit -g datadg set spare=on datadg01

2. To unset datadg01 disk as spare disk in datadg :
# vxedit -g datadg set spare=off datadg01

3. To exclude datadg01 disk for hot relocation :
# vxdit -g datadg set nohotuse=on datadg01

4. To include datadg01 disk for hot relocation :
# vxdit -g datadg set nohotuse=off datadg01

5. To force hot relocation to use only pare disks :

Add the below line into /etc/default/vxassist

spare=only

No comments:

Post a Comment