HPE 3PAR StoreServ Storage
1754014 Members
7551 Online
108811 Solutions
New Discussion

physical copy failed

 
SOLVED
Go to solution
Dsinghp2002
Frequent Advisor

physical copy failed

Dear Team,

 

I am getting below error, while creating a physical copy.

 

3Par8200 cli% createvvcopy -s -p set:vvsetparent set:vvsetcopies
Error: Parent volume vol1.1 must be able to have snapshots taken

please find virtual volume output

3Par8200 cli% showvv
--Rsvd(MB)--- -(MB)-
Id Name Prov Type CopyOf BsId Rd -Detailed_State- Adm Snp Usr VSize
1 .srdata full base --- 1 RW normal 0 0 61440 61440
0 admin full base --- 0 RW normal 0 0 10240 10240
39 App tpvv base --- 39 RW normal 128 0 512 1024
29 app2.1 full base --- 29 RW normal 0 0 1024 1024
30 app2.2 full base --- 30 RW normal 0 0 1024 1024
31 app2.3 full base --- 31 RW normal 0 0 1024 1024
32 app2.4 full base --- 32 RW normal 0 0 1024 1024
33 app2.5 full base --- 33 RW normal 0 0 1024 1024
34 app2.6 full base --- 34 RW normal 0 0 1024 1024
35 app2.7 full base --- 35 RW normal 0 0 1024 1024
36 app2.8 full base --- 36 RW normal 0 0 1024 1024
37 app2.9 full base --- 37 RW normal 0 0 1024 1024
38 app2.10 full base --- 38 RW normal 0 0 1024 1024
41 AppWintel full base --- 41 RW normal 0 0 1024 1024
42 coppyAppWintel full base --- 42 RW normal 0 0 1024 1024
40 database tpvv base --- 40 RW normal 128 0 512 1024
27 TestVol1.1 full base --- 27 RW normal 0 0 2048 2048
28 TestVol1.2 full base --- 28 RW normal 0 0 1024 1024
43 vol1.1 full base --- 43 RW normal 0 0 1024 1024
44 vol1.2 full base --- 44 RW normal 0 0 1024 1024
45 vol1.3 full base --- 45 RW normal 0 0 1024 1024
46 vol1.4 full base --- 46 RW normal 0 0 1024 1024
--------------------------------------------------------------------------------
22 total 256 0 92160 93184

output of vv set.

 

3Par8200 cli% showvvset
Id Name Members
0 TestVVset TestVol1.1
TestVol1.2
1 vvsetparent vol1.1
vol1.2
2 vvsetcopies vol1.3
vol1.4
-------------------------
3 total 6

 

 

 

9 REPLIES 9
sbhat09
HPE Pro

Re: physical copy failed

Hello @Dsinghp2002,

Please ensure that the copy CPG is defined for the parent volume.

Can you also share the complete command or GUI steps you tried?

Regards,
Srinivas Bhat

If you feel this was helpful please click the KUDOS! thumb below!
Note: All of my comments are my own and are not any official representation of the company.


I am an HPE Employee

Accept or Kudo

Dsinghp2002
Frequent Advisor

Re: physical copy failed

Dear Bhatt,

 

please find below the output.

 

3Par8200 cli% showvvset
Id Name Members
0 TestVVset TestVol1.1
TestVol1.2
1 vvsetparent vol1.1
vol1.2
2 vvsetcopies vol1.3
vol1.4
-------------------------
3 total 6
3Par8200 cli%
3Par8200 cli% createvvcopy -s -p set:vvsetparent set:vvsetcopies
Error: Parent volume vol1.1 must be able to have snapshots taken
3Par8200 cli%
3Par8200 cli%
3Par8200 cli% showvv -cpgalloc vol1.1
Id Name Prov Type UsrCPG SnpCPG
43 vol1.1 full base FC_r5 --
---------------------------------
1 total
3Par8200 cli% showvv -cpgalloc vol1.2
Id Name Prov Type UsrCPG SnpCPG
44 vol1.2 full base FC_r5 --
---------------------------------
1 total
3Par8200 cli% showvv -cpgalloc vol1.3
Id Name Prov Type UsrCPG SnpCPG
45 vol1.3 full base FC_r5 --
---------------------------------
1 total
3Par8200 cli% showvv -cpgalloc vol1.4
Id Name Prov Type UsrCPG SnpCPG
46 vol1.4 full base FC_r5 --
---------------------------------

sbhat09
HPE Pro

Re: physical copy failed

Hello @Dsinghp2002,

These volumes don't have copy CPGs assigned. Please assign a copy CPG for the volume and retry.

Regards,
Srinivas Bhat

If you feel this was helpful please click the KUDOS! thumb below!
Note: All of my comments are my own and are not any official representation of the company.


I am an HPE Employee

Accept or Kudo

AnilKT
HPE Pro

Re: physical copy failed

Hi Dsinghp2002,

Here are the steps to assign the CopyCPG to a volume,

1. Login to the HPE SSMC.
2. From the Main menu click on Virtual Volumes under Block Persona.
3. Select the virtual Volume from the list.
4. Go to the Actions menu and click Edit.
5. Under Protection and Additional Settings section, click Volume.
6. Select the CopyCPG that needs to be assigned and click Ok to save.
7. After a few seconds, you will see the CopyCPG that you had selected has been assigned.

Please revert if you have any further queries.

Hope this helps.

Regards
Anil.

I work for HPE.
Any personal opinions expressed are mine, and not official statements on behalf of Hewlett Packard Enterprise.

Accept or Kudo

Dsinghp2002
Frequent Advisor

Re: physical copy failed

Dear Anil,

 

Thanks for the quick response, could you share commands for configuring the same. 

AnilKT
HPE Pro
Solution

Re: physical copy failed

Hi Dsinghp2002,

Here is the command to assign the copyCPG to a volume

setvv -snp_CPG<CopyCPG name> <VVname>


Please revert if you have any further queries.

Hope this helps!

Regards
Anil.

I work for HPE.
Any personal opinions expressed are mine, and not official statements on behalf of Hewlett Packard Enterprise.

Accept or Kudo

sbhat09
HPE Pro

Re: physical copy failed

Hello @AnilKT and @Dsinghp2002,

To add a correction, The command is setvv -snp_cpg <CopyCPGname> <VVname>

(There is a space between 'snp_cpg' and the copy CPG name.)

Regards,
Srinivas Bhat

If you feel this was helpful please click the KUDOS! thumb below!
Note: All of my comments are my own and are not any official representation of the company.


I am an HPE Employee

Accept or Kudo

Dsinghp2002
Frequent Advisor

Re: physical copy failed

Thanks, Anil now the physical copies are created successfully.

3Par8200 cli% createvvcopy -s -p set:vvsetparent set:vvsetcopies
Child Parent Status TaskID
vol1.3 vol1.1 started 254
vol1.4 vol1.2 started 255

rachelgomez_123
Advisor

Re: physical copy failed

As this issue is not caused by same reason, thus there won’t be one solution to get rid of this error. This section provides A couple of easy solutions and you can try them one after another.

Solution 1: Format target partition into NTFS or exFAT

If the file you try to copy is no less than 4GB, you can compress it with WinRAR, thus you can get a smaller file. This solution does not work on all case, thus you need to change file system format for target disk.

-Open Windows Explorer by double-clicking Computer or This PC.
-Backup files for target partition. Formatting erases data, thus you need to backup data before formatting it. It’s easy to backup files, as you can simply copy file from this partition to another.
-Right-click this partition and select “Format”. Then you can select file system as NTFS or exFAT and click “OK”. Note: if your system can’t set needed file system, you can use PartitionGuru to do the formatting job.

This may help you,

Rachel Gomez