3PAR InForm® OS 2.2.4 CLI Reference (320-200114 Rev A, March 2009)
21.83
InForm OS Version 2.2.4 Command Line Interface Reference
RESTRICTIONS
At least one option must be specified.
EXAMPLES
The following example sets the policy of virtual volume vv1 to no_stale_ss.
The following example adds volume
vv1 to an existing CPG named CPG1.
The following example demonstrates renaming virtual volumes:
Use the command to change the name:
NOTES
■ To view policies assigned to the system’s virtual volumes, issue the showvv –p command.
See showvv on page 22.169 for more information.
■ It is not possible to rename a virtual volume that is already associated with a Remote Copy
group.
■ Changing the CPG for a TPVV is not allowed.
cli% setvv –pol no_stale_ss vv1
cli% setvv –cpg CPG1 vv1
cli% showvv
Id Name Type CopyOf BsId Rd State AdmMB SnapMB userMB
0 admin Base --- 0 RW started 0 0 10240
1 newtest Base --- 1 RW started 0 0 1024
-----------------------------------------------------------
2 total LD 0 0 11264
total virtual - - 11264
cli% setvv –name test newtest
cli% showvv
Id Name Type CopyOf BsId Rd State AdmMB SnapMB userMB
0 admin Base --- 0 RW started 0 0 10240
1 test Base --- 1 RW started 0 0 1024
-----------------------------------------------------------
2 total LD 0 0 11264
total virtual - - 11264