HPE EVA Storage
1833589 Members
3907 Online
110061 Solutions
New Discussion

Local replication with RSM

 
JJAO
Occasional Contributor

Local replication with RSM

I'm starting to use Replication Solution Manager and I have some doubts.

I want to make snapclones from some virtual disks in a "Disk Group A" to new virtual disks in "Disk Group B".

I've configured a Managed Set with all the virtual disks we need to clone, but now I can't find how to configure the snapclone for the full set of vdisks.

We'd need to schedule the snapclone for this Managed Set. Is that possible? Could I use some kind of script?

Any help will be appreciated! I'm lost with it.

Thanks!
5 REPLIES 5
Denver Osborn
Honored Contributor

Re: Local replication with RSM

Are you working with an RSM Job and having problems with the templates?

If you haven't done so, setup your job using the templates in RSM. Once you have your RSM Job created you can schedule the job to run at specific times through RSM or write a script that connects to RSM from an external host and kicks off your job. The RSM CLUI reference guide gives examples of how to connect to RSM with a perl script and the User Guide should help fill any gaps with job creation, etc.

CLUI reference
http://h20000.www2.hp.com/bizsupport/TechSupport/CoreRedirect.jsp?redirectReason=DocIndexPDF&prodSeriesId=315919&targetPage=http%3A%2F%2Fbizsupport.austin.hp.com%2Fbc%2Fdocs%2Fsupport%2FSupportManual%2Fc01376136%2Fc01376136.pdf

User guide
http://h20000.www2.hp.com/bizsupport/TechSupport/CoreRedirect.jsp?redirectReason=DocIndexPDF&prodSeriesId=315919&targetPage=http%3A%2F%2Fbizsupport.austin.hp.com%2Fbc%2Fdocs%2Fsupport%2FSupportManual%2Fc01376186%2Fc01376186.pdf

-denver
JJAO
Occasional Contributor

Re: Local replication with RSM

Those links don't seem to be working anymore.
But thanks anyway!

Denver Osborn
Honored Contributor

Re: Local replication with RSM

sorry, problem with cut and paste.

anyhow, this one should work.
http://h20000.www2.hp.com/bizsupport/TechSupport/DocumentIndex.jsp?contentType=SupportManual〈=en&cc=us&docIndexId=64179&taskId=135&prodTypeId=18964&prodSeriesId=315919#0

-denver
JJAO
Occasional Contributor

Re: Local replication with RSM

Thanks for your fast reply! I'll take a look to that pdf
JJAO
Occasional Contributor

Re: Local replication with RSM

Ok, I was looking for something like "SnapcloneStorageVolume" command.

With that, you specify the vdisk to clone (%storvol_unc_name%) and the clone's diskgroup.

But, by default, it creates the clone in the same path that source.

Is there any way to define the clone's path? Or to move then the clone to a different path?

That movement can be done with Command View, but I can't find it in RSM.

Thanks.