Arctera

Cannot relayout data volumes in an RVG from concat to striped-mirror (2129601)

This issue occurs when you try a relayout operation on a data volume which is associated to an RVG, and the target layout is a striped-mirror.

Workaround:

To relayout a data volume in an RVG from concat to striped-mirror

  1. Pause or stop the applications.
  2. Wait for the RLINKs to be up to date. Enter the following:
   # vxrlink -g 
   <!--NeedCopy-->
  1. Stop the affected RVG. Enter the following:
   # vxrvg -g 
   <!--NeedCopy-->
  1. Disassociate the volumes from the RVG. Enter the following:
   # vxvol -g 
   <!--NeedCopy-->
  1. Relayout the volumes to striped-mirror. Enter the following:
   # vxassist -g 
   <!--NeedCopy-->
  1. Associate the data volumes to the RVG. Enter the following:
   # vxvol -g 
   <!--NeedCopy-->
  1. Start the RVG. Enter the following:
   # vxrvg -g 
   <!--NeedCopy-->
  1. Resume or start the applications.
Cannot relayout data volumes in an RVG from concat to striped-mirror (2129601)

In this article