Symantec logo

Creating a striped plex

To create a striped plex, you must specify additional attributes. For example, to create a striped plex named pl-01 in the disk group, mydg, with a stripe width of 32 sectors and 2 columns, use the following command:

# vxmake -g mydg plex pl-01 layout=stripe stwidth=32 ncolumn=2 \

  sd=mydg01-01,mydg02-01

To use a plex to build a volume, you must associate the plex with the volume.

See "Attaching and associating plexes" on page 238.