This post is more than 5 years old
18 Posts
0
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
No Events found!
forshr
2 Intern
•
1.1K Posts
0
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
echolaughmk
2 Intern
•
522 Posts
0
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
echolaughmk
2 Intern
•
522 Posts
0
March 8th, 2016 09:00
ahh...figures...as soon as I post, Rich already nailed it!
emcrichcoccoli
18 Posts
0
March 8th, 2016 10:00
Im thinking your < output.txt should be > output.txt
echolaughmk
2 Intern
•
522 Posts
0
March 8th, 2016 11:00
yup!...Typo on my part...that's what i get for replying on the phone