Start a Conversation

This post is more than 5 years old

Solved!

Go to Solution

3424

October 4th, 2011 12:00

Recoverpoint Script to Enable Image Access

Hello,

We've recently implemented Recoverpoint appliances and are successfully replicating luns from our production environment to our DR environment.  I've been researching the RP's scripting capabilities and was wondering if anyone could provide the following scripting examples:

  • On DR side - enable image access for testing purposes
  • On DR side - disable image access for testing purposes
  • On DR side - enable full failover (i.e. no roll-back to PROD)

Thanks in advance!

7 Posts

January 30th, 2012 11:00

Storage Group Name = TestSG

Production Site Name = ProdSite

DR Site Name = DRSite

  • Enable Image Access at DR Side for Testing (command)
    • enable_image_access group=TestSG copy=DRSite image=latest access_mode=virtual_with_roll

  • Disable Image Access at DR Side for Testing (command)
    • disable_image_access group=TestSG copy=DRSite

  • Enable Full Failover (no roll-back) - (2 commands)
    • enable_image_access group=TestSG copy=DRSite image=latest access_mode=virtual_with_roll
    • failover group=TestSG copy=DRSite
No Events found!

Top