Search This Blog

Friday, March 7, 2014

Plex

Plex

A plex is a structured or ordered collection of subdisks that represents one copy of the data in a volume. A plex consists of one or more subdisks located on one or more physical disks.

The default naming convention for plexes in a volume is volumename-##. The default plex name consists of the volume name, a hyphen, and a two-digit number

A plex is also called a mirror. The terms plex and mirror can be used interchangeably, even though a plex is only one copy of the data. The terms "mirrored" or "mirroring" imply two or more copies of data.

Creating a Plex

# vxmake –g <diskgroup> plex <plexname>  sd=<sdname>

Removing a Plex

# vxplex –o rm disk <plex>
# vxplex –g <group> dis <plex>
# vxedit –g <group> -rf rm <plex>

Moving a Plex

# vxplex mv <original plex> <new plex>

Copying a Plex

# vxplex cp <volume> <new plex>

Attaching a plex

# vxplex att <volume> <plex>

Detaching a plex

# vxplex det <plex>

Disassociating plex

# vxplex –g <diskgroup> -o rm dis <plexname>

Off lining a plex

# vxmend off vol01-02

Renaming a Plex


# vxedit -g <diskgroup> rename oldplex newplex

No comments:

Post a Comment