Start a Conversation

This post is more than 5 years old

Solved!

Go to Solution

989

March 8th, 2016 08:00

Export group configuration

RP version 4.1 SE

I have to duplicate an RP configuration to another environment.

First step is to document the current Consistency Groups and member replication pairs.

I know I could probably run the "get_groups" command but how to I export the output?.

Is there an export function in the GUI?

thanks

2 Intern

 • 

1.1K Posts

March 8th, 2016 09:00

You can always use plink to export the output from a CLI command to a named text file for xml file.

Take a look intro section in the RP CLI Guide.

Regards,

Rich

2 Intern

 • 

522 Posts

March 8th, 2016 09:00

There isn't a way to export from the GUI, but you can export to the std output of a console with something like plink or ssh by exchanging the keys and getting the command output:

plink -ssh –l admin get_current_time < output.txt

Not sure there is another way from the GUI...but others might chime in

2 Intern

 • 

522 Posts

March 8th, 2016 09:00

ahh...figures...as soon as I post, Rich already nailed it!

March 8th, 2016 10:00

Im thinking your < output.txt should be > output.txt

2 Intern

 • 

522 Posts

March 8th, 2016 11:00

yup!...Typo on my part...that's what i get for replying on the phone

No Events found!

Top