Changing Passwords on a ztC Endurance System
A ztC Endurance system requires four sets of passwords:
-
BMC Web console administrator password
-
zenadminpassword on the Standby OS -
Windows Administrator password
-
ztC Endurance console and REST API password
This topic describes these passwords and explains how to update them (when possible) after the installation. See Gathering Information to learn more about these passwords.
To change the BMC Web console administrator password, log in to the BMC Web console as described in Logging In to the BMC Web Console. Click Settings, and then click User Management. The User Management page allows you to set usernames and passwords.
admin, and both BMCs must use the same administrator password.If you change the password after the installation, you must use the cfgpasswd command to notify the system-management software.
To notify the system-management software
-
In Windows PowerShell, run the following command:
& 'C:\Program Files\Stratus\bin\cfgpasswd.exe' --bmcadmin -
At the prompt, enter the new BMC administrator password that you created in the BMC Web console.
cfgpasswd command does not change the password; it simply notifies the system-management software of the change.The following example shows how to use the cfgpasswd command.
PS C:\Users\Administrator> & 'C:\Program Files\Stratus\bin\cfgpasswd.exe' --bmcadmin Enter value for BMC admin password: xxxxxxx Confirm value for BMC admin password: xxxxxxx Stopping sra-mgmt... Updated BMC admin password Installed new C:\Program Files\Stratus\install\install-config.json Restarting sra-mgmt... Configured password for zenadmin account is correct on current Standby server. PS C:\Users\Administrator>
Non-administrator users can set up additional usernames and passwords with the BMC Web console without using the cfgpasswd command. The system-management software does not use these usernames or passwords and therefore does not need to be notified about them.
The system-management software uses the Ubuntu operating system zenadmin account on the Standby OS for BeyondTrust installation and configuration, support logs, and software upgrades.
zenadmin account. To change the zenadmin account password
-
Change the password for each Ubuntu instance with the Linux
passwdcommand:-
From the Windows host or a management PC, use the
sshcommand to connect to each Standby OS (for example,ssh username@hostname). Note that you must perform a Smart Exchange to connect to each Standby OS. -
Change the password with the Linux passwd command:
& C:\Program Files\Stratus\bin\passwd.exe zenadmin
-
-
Notify system management about the new password created in the previous steps:
-
From the Windows Host, in Windows PowerShell, run the following command:
& 'C:\Program Files\Stratus\bin\cfgpasswd.exe' --zenadmin -
At the prompt, enter the new password.
Note: Thecfgpasswordcommand does not change passwords. It simply stores an encrypted copy of the password for the management software to use when it needs to access the account protected by the password.
-
-
Verify the password on the current Standby OS by running the following command on the Windows host:
& 'C:\Program Files\Stratus\bin\cfgpasswd.exe' --verify
For information about changing the Windows Administrator password, see the Windows documentation provided on the Microsoft website. Stratus software does not use this password, so changing it has no impact on your ztC Endurance system.
To change ztC Endurance console usernames and passwords, use the ztC Endurance console as described in Managing User Accounts.
The REST API uses the same usernames and passwords.