Workaround:
- Reset the password of the vROPs node by providing the same password that is specified in JSON / XLS and then retry the execution from CB.
- Linux keeps the old password stored on /etc/security/opasswd. Delete the line containing the user that you're trying to change the password.
- Check the file /etc/pam.d/common-password and look for a line with the parameter
- The password required pam_pwhistory.so use_authtok remember=6 retry=3
- Then update the password by using passwd:
root@linux:~ # passwd
Changing password for root.
New Password:
Reenter New Password:
Password has been used already. Choose another.
Password changed
And retried from CB