This section describes how to make a logical volume configuration change to your virtual shared disks, such as extending a volume group, changing the size of your virtual shared disks, or adding a new physical disk, and coordinate the timestamps so the IBM Recoverable Virtual Shared Disk subsystem does not incur unnecessary overhead during recovery processing. If you make a change to your virtual shared disks on twin-tailed volume groups that are managed by the IBM Recoverable Virtual Shared Disk subsystem without resetting the timestamps, any later recovery processing will cause the volume groups to be exported and then imported to the secondary nodes. This will occur even if you have made the updates to the virtual shared disks at both nodes.
Timestamps are maintained on the primary node, the secondary node, and the virtual shared disk itself.
This procedure describes how to make a change to one side (side A) of a twin-tailed volume group without varying off the volume group on that side.
vsdvgts volume_group_name
on side A. This reads the volume group timestamp from the disk and saves the value. The next time the IBM Recoverable Virtual Shared Disk recovery scripts vary on this volume group on this node, the timestamps will be the same and the overhead of importing the volume group will be avoided. If a failover occurs, the timestamps will be different on side B, so the volume group will be exported and then imported.
This procedure describes how to make a change to both sides (sides A and B) of a twin-tailed volume group without varying off the volume group on side A.
vsdvgts -a volume_group_name
on side A. This reads the volume group timestamp from the disk and saves the value for both sides A and B, since the same changes have been made on both. The next time the IBM Recoverable Virtual Shared Disk recovery scripts vary on this volume group on either node, the timestamps will be the same and the overhead of importing the volume group will be avoided.
This procedure describes how to make a change to both sides (sides A and B) of a twin-tailed volume group where both sides are varied off and you intend to explicitly export and import the volume group.
vsdvgts -a volume_group_name
on either side. This reads the volume group timestamp from the disk and saves the value for both sides A and B, since the changes made on A have been exported to B. The next time the IBM Recoverable Virtual Shared Disk recovery scripts vary on this volume group on either node, the timestamps will be the same and the overhead of importing the volume group will be avoided.