1850608 Members
3567 Online
104054 Solutions
New Discussion

RSM SnapShot

 
stoney88888
Occasional Advisor

RSM SnapShot

Trying to use RSM to create Demand Allocated Snaps for a file server we have. These are the steps for what I have done:
1. Under RSM created New Job
2. Under Job went to template
3. Selected "Replicate Storage Volumes" template under "Business copy templates for storage solutions"
4. Set the $source_storvol_unc1=SetVariable("\\San1\test-01\TestVolume

Now the question is what do I put for the $dest_storvol1=SetVariable ???

With a demand allocated snap from command view it will automatically place the snap where it needs to go. Anyone know what this varible should be?
1 REPLY 1
Víctor Cespón
Honored Contributor

Re: RSM SnapShot

Hi, if you check the script, the command that it runs is:

$Rep1 = SnapshotStorageVolume ( $source_storvol_unc1, FULLY_ALLOCATED, SAME, $dest_storvol1, WAIT ) onerror pauseat E1:

Where $dest_storvol1 is the Snapshot Name

(just click the line and press EDIT, you'll get a dialog that's easier to understand)