RM-V substitute

Post Reply
hdtvguy
Posts: 576
Joined: Sun Jul 29, 2012 9:30 am

RM-V substitute

Post by hdtvguy »

Not sure if anyone tried to use RM-V, we have and it has a few issues. I am almost done with a powershell/powercli script that will replace RM-V. If there is interest I will make it available. It works based on the fact that your volume names and datastores names follow a consistent naming convention. If your datastores and volumes have no way of reconciling names programatically then my script will not work.

Basically what it does is:
Pass it a Remote Copy Group Name and some additional parameters and it will:
- enumerate the volumes in that RC Group then using logical to decipher the volume name into a datastore name
- snap the vms on those datastores (optionally quiescing them)
- then triggering the RC Sync (optionally stopping and restarting a sync in progress)
- Optionally also creating a backup snapshot on the local array with configurable expiration
- removing the VM level snapshots
- Generates a simple text file (for audit purposes) of what it did and which VMs were able to be quiesced.
Out current plan is to use this in place of RM-V due to the issues with RM_V and eventually replace our Commvault Snap Protect backups.
User avatar
Richard Siemers
Site Admin
Posts: 1331
Joined: Tue Aug 18, 2009 10:35 pm
Location: Dallas, Texas

Re: RM-V substitute

Post by Richard Siemers »

Yes, please make it available!

Thanks.
Richard Siemers
The views and opinions expressed are my own and do not necessarily reflect those of my employer.
andreg05
Posts: 1
Joined: Fri Sep 25, 2015 9:06 am

Re: RM-V substitute

Post by andreg05 »

Hi , I tried Recovery Manager and also ran into some issues,
I can see this is a old post , but is it possible to get the RM script
Post Reply