This post is more than 5 years old
1 Message
0
552
October 23rd, 2017 12:00
I want to remove the "--More--(xx%)--" from my RecoverPoint command output?
All:
So, I log into my RecoverPoint cluster IP with my RecoverPoint ID, and I enter the command: "get_groups"
and this is output that I get:
XXX-Prima> get_groups
Groups:
CG1-DOM-DB:
Copies:
CRW-Prima: CG1-DOM-DB-Prod
MDC-Prima: CG1-DOM-DB-CRR
CG10-TEST-DB:
Copies:
CRW-Prima: CG10-TEST-DB-Prod
MDC-Prima: CG10-TEST-DB-CRR
CG11-WKRP-DB:
Copies:
CRW-Prima: CG11-WKRP-DB-Prod
MDC-Prima: CG11-WKRP-DB-CRR
CG13-WKRPT2U-APP:
Copies:
CRW-Prima: CG13-WKRPT2U-APP-Prod
MDC-Prima: CG13-WKRPT2U-APP-CRR
CG14-NQ409-DB:
Copies:
CRW-Prima: CG14-NQ409-DB-Prod
MDC-Prima: CG14-NQ409-DB-CRR
--More--27%
I don't want the "More" business. I just want the entire command output to come out. What do I do?
Stuart
Idan
675 Posts
0
October 24th, 2017 05:00
Hi Stuart,
The only way to prevent "More" from showing up (display 1 page at a time) is to run the command non-interactively, for example:
ssh admin@10.0.0.100 "get_group_settings -n"
where 10.0.0.100 is the RPA cluster management IP, it's of course possible to output to a file by adding > output_file.txt.
Also note that you can add the SSH key of the host running the ssh/plink command by the admin CLI command add_ssh_key to make it truly non-interactive.
Hope that helps,
Idan Kentor
RecoverPoint Corporate Systems Engineering
@IdanKentor