- Community Home
- >
- Storage
- >
- Midrange and Enterprise Storage
- >
- HPE EVA Storage
- >
- Local replication with RSM
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-21-2008 02:53 AM
05-21-2008 02:53 AM
Local replication with RSM
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!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-21-2008 05:06 AM
05-21-2008 05:06 AM
Re: Local replication with RSM
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-21-2008 05:09 AM
05-21-2008 05:09 AM
Re: Local replication with RSM
But thanks anyway!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-21-2008 05:19 AM
05-21-2008 05:19 AM
Re: Local replication with RSM
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-21-2008 05:23 AM
05-21-2008 05:23 AM
Re: Local replication with RSM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-21-2008 05:57 AM
05-21-2008 05:57 AM
Re: Local replication with RSM
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.