This post is more than 5 years old
1 Rookie
•
10 Posts
0
5946
January 2nd, 2015 12:00
RecoverPoint Command Line Example
I am trying to use the bookmark_image at command line and I am confused...
Can someone please post an example for me to go off of?
Thanks
No Events found!
ankur.patel
2 Intern
•
286 Posts
0
January 2nd, 2015 12:00
are you trying to run this using kutil or via logging into the RPA itself? Here is a command example
bookmark_image groups=FTP bookmark=test consolidation_policy=never consistency_type=crash_consistent
brettesinclair
2 Intern
•
715 Posts
1
January 2nd, 2015 20:00
I use plink to work with RP CLI, for Powershell integration. Syntax would be;
./plink.exe -ssh CLUSTER -P 22 -l admin -pw PASS bookmark_image groups=CGNAME bookmark=BMNAME
change;
CLUSTER to your cluster hostname or IP Address
PASS to your admin password
CGNAME to the name of the Consistency Group(s)
BMNAME to the Name you want to label the bookmark. You can also bookmark the Group Set if you have them by using group_set in place of Groups.
If you don't use plink just omit the ./plink.exe and use your ssh util of choice.