Hi Guys,
Here i post steps to rename a disk group in VXVM.
Note: Steps remain same for any flavor
STEPS
Step 1: Perform the pre-checks using below commands.
DG is needed on Clustered environment.
Step3 : Deport the DG to other node with below command.
diskgroup :--- old name.
-t --: Temporary (optional in this case.)
Step 5: Start the volumes using vxvol command.
Here i post steps to rename a disk group in VXVM.
Note: Steps remain same for any flavor
STEPS
Step 1: Perform the pre-checks using below commands.
- vxprint -g <dg name> -hvpst
- vxdg list
- vxconfigd status
DG is needed on Clustered environment.
Step3 : Deport the DG to other node with below command.
- vxdg deport <diskgroup>
- vxdg [-t] -n newdg
import
diskgroup
diskgroup :--- old name.
-t --: Temporary (optional in this case.)
Step 5: Start the volumes using vxvol command.
- Vxvol -g <newdg name> startall
No comments:
Post a Comment