Unsolved
2 Posts
0
1218
Number of CG Group
Hi,
I am new to recoverpoint and looking for cli command (RP cli or powercli) to find the total count of CGs on a RPA Cluster.
Also please advise some good command line reference guide for recoverpoint.
Unsolved
2 Posts
0
1218
Hi,
I am new to recoverpoint and looking for cli command (RP cli or powercli) to find the total count of CGs on a RPA Cluster.
Also please advise some good command line reference guide for recoverpoint.
Top
novahertz
24 Posts
0
July 23rd, 2021 01:00
Hi,
you can use Rest API, try this link https://developer.dellemc.com/data-protection/rp4vm/getting-started
RP4VM Best Practices
https://www.dell.com/support/kbdoc/en-us/000021810/recoverpoint-for-virtual-machines-best-practices
RP4VM 5.3 CLI Reference Guide
https://dl.dell.com/content/docu100092_recoverpoint-for-vms-5-3-cli-reference-guide.pdf?language=en_us
Idan
675 Posts
0
August 24th, 2021 23:00
Hi there,
Not sure if you're referring to classic RP or RP4VMs. For both of them, you can use the get_groups sysmgmt CLI command (ssh using user admin and navigate to the CLI). RP4VMs (5.3 and later) has the new RESTful API which can aid in that as well. See more on developer.dellemc.com (or exact link that was provided before).