HPE 3PAR StoreServ Storage
1752719 Members
5647 Online
108789 Solutions
New Discussion

Command for adding copy space to new created volume

 
SOLVED
Go to solution
LVSsanman
Occasional Advisor

Command for adding copy space to new created volume

createvv -tpvv -usr_aw 60 FC_r5 VV001 2G with snapshot space, need to know command for creating snapshot space from this command line.

 

Does anyome know how to add copy space while building a VV ?

 

The command above builds a Thinly Provisioned RAID5 2G volume, sets a warning of 60%, I'd like to add a copy VV on another CPG called NL_R6.

 

 

3 REPLIES 3
Dennis Handly
Acclaimed Contributor
Solution

Re: Command for adding snap space to new created VV

By default, snap space uses the same CPG.  If you want it to go elsewhere, use the -snp_cpg option.

The setvv command with -snp_cpg can be used to change this.

LVSsanman
Occasional Advisor

Re: Command for adding snap space to new created VV

This worked, I was adding -snp_cpg to the create line, not the setvv line. worked great, Thanks!

Dennis Handly
Acclaimed Contributor

Re: Command for adding snap space to new created VV

> I was adding -snp_cpg to the create line

 

This should work for the createvv line too:

createvv -tpvv -usr_aw 60 -snp_cpg NL_R6 FC_r5 VV001 2G