Creating a plex using vxmake command
vxmake -g <disk_group> plex plex_name sd=sd_name_list
 
Removing a plex
vxedit -g <disk_group> -r rm plex_name
 
Removing a plex recursively
vxedit -g <disk_group> -prf rm plex_name
 
Disassociating a plex
vxplex -g <disk_group> plex_name
 
 
Note: A plex can be disassociated and removed by one command
vxplex -g <disk_group> -o rm dis plex_name
 
Detaching and Attaching a plex
vxplex -g <disk_group> det plex_name
vxplex -g <disk_group> att volume_name plex_name
 
Displaying plex information
vxprint -pt
vxprint -lp
vxprint -l plex_name
 
Moving plexes
vxplex -g <disk_group> mv original_plex new_plex
 
Copying plexes
vxplex -g <disk_group> cp volume_name new_plex
 

For comments or suggestions about this website
Mail To:
Webmaster@Bhuwan.COM