AA-2983 : Fixing "config all" "write all" AMP CLI commands

Review Request #956 — Created July 3, 2025 and submitted

ngurunathan
AMP
AMP_4_0
AA-2983
apoorva.sn, mmiriam, pmurugaiyan

Made changes to fix config all, write all AMP cli commands. Used "sshpass" instead of scp with password prompt. Commented out a variable which is not getting set while comparing configs.

AN(config)#conf all tftp 192.168.162.104 conf.tgz pass
Loading the config...

AN(config)#conf all scp "192.168.162.115" admin "/home/admin/fourth.tgz" pass
Password for admin@192.168.162.115:
Loading the config...

AN(config)#write all tftp 192.168.162.104 conf.tgz pass

AN(config)#write all scp "192.168.162.104" admin conf.tgz pass

Description From Last Updated

remove this whitespace

mmiriammmiriam
pmurugaiyan
  1. Ship It!
  2. 
      
mmiriam
  1. 
      
  2. branches/amp_4_0/src/backend/sys_cmd.c (Diff revision 1)
     
     

    remove this whitespace

  3. 
      
mmiriam
  1. Ship It!
  2. 
      
ngurunathan
ngurunathan
Review request changed

Status: Closed (submitted)

Loading...