Forum Discussion

raj_77723's avatar
raj_77723
Icon for Nimbostratus rankNimbostratus
Feb 14, 2016

script to change root and admin password using HPNA

when attempting to change the password using tmsh or Bigpipe command config sync failing between active and standby pair by using HPNA on all machines in single attempt. any suggestions on script to run in HPNA on all machines in single attempt or any alternatives are greatly appreciated.

 

Thanks in advance.!!!

 

Raj

 

2 Replies

  • I assume HPNA refers to HP's network automation product.

    If you change the configuration of a member of a device-group, then it will immediately and correctly become out of sync with the other device-group member(s). If you have auto-sync enabled on that device-group, then it will perform a sync automatically, but if not, you can force a sync to run through a tmsh command:

    tmsh run cm config-sync to-group 
    

    If that hasn't answered your question, then please let us know what specifically the problem you're encountering is.