Managing Shared Disks
Follow these general steps to convert twin-tailed virtual shared disks to
concurrent virtual shared disks. The data on the virtual shared disks
will remain intact.
- Bring down any application that uses the virtual shared disks for the
duration of this migration.
- Stop the RVSD subsystem on all VSD nodes in the
configuration. For example:
ha.vsd stop
- Update the vsdnodes to be part of a concurrent volume group
cluster. For example:
updatevsdnode -n primary_node,secondary_node -c cluster_name
- Make the volume group concurrent capable. For example, on the
primary node, issue:
chvg -c volume_group_name
- Export and import the volume group on both the primary and secondary
nodes. For example:
exportvg volume_group_name
importvg -y volume_group_name hdisk
- Disable auto varyon for the volume group on both the primary and
secondary nodes. For example:
chvg -a n volume_group_name
- Delete the old volume group information. For example:
SDRDeleteObjects VSD_Global_Volume_Group \
global_group_name==your_global_group_name
- Define the concurrent global volume group information. For
example:
vsdvg -g global_volume_group_name \
-l primary_node:secondary_node volume_group_name
- If the primary and secondary nodes were not previously part of a
concurrent volume group cluster, they must be rebooted now.
- Restart the RVSD subsystem on all VSD nodes in the configuration (the same
nodes you stopped). For example:
ha.vsd start
See the sample script
/usr/lpp/csd/samples/vsdtocvsd.perl (which comes without
warranty). This script will perform the previous steps for a varied off
volume group.
[ Top of Page | Previous Page | Next Page | Table of Contents | Index ]