RecoverPoint Bookmark example

RecoverPoint Bookmark example

  

Copy Private Key in /home/user/.ssh/id_dsa on the db server

-----BEGIN DSA PRIVATE KEY-----
Key Here
-----END DSA PRIVATE KEY-----

 

put public key from id_dsa.pub into your Clariion management interface with:

 add_ssh_key # and enter name of your db server

 

 

Test connectivity to the Clariion management interface from the DB server with:

# ssh adminuser@<w.x.y.z> get_version

 

Create a bookmark - this is for Oracle_DB example:

# ssh adminuser@<w.x.y.z> bookmark_image group=Oracle_DB bookmark=Test1_snap

 

So you could now do something like:
 
alter database|tablespace begin backup;
ssh adminuser@<w.x.y.z> bookmark_image group=Oracle_DB bookmark=Oracle_7AM_snap
alter database|tablespace end backup;
 
Then expose your recoverpoint luns to the server on DR side and perform the remaining backup steps there.

No comments: