Walkthrough: Changing the root password for a set of systems
TrueSight Server Automation lets you design changes to server configurations and then deploy those changes simultaneously to multiple servers. For example, a common administrative task is changing the root password for Linux servers.
The topic includes the following sections:
The video at right demonstrates the steps in changing the root password on multiple servers.
The [embed] macro is a standalone macro and it cannot be used inline. Click on this message for details.
https://youtu.be/e0da_NQD9yQ
Introduction
In this example, we demonstrate how to change the root password for multiple Linux servers.
To accomplish this change, you browse a server to find the root password, package the password as a BLPackage, and modify the BLPackage by changing the value of the password. Finally, you deploy the BLPackage to target servers, which modifies the root password for those targets.
How to change the root password
For this walkthrough example, we have logged on as BLAdmin, the default superuser for TrueSight Server Automation.
| Procedure | Example screen |
---|---|---|
1 | Browse the server objects for a UNIX-style server and select the UNIX Users object. | |
2 | Right-click the root user and select Add To Depot As > BLPackage. In the wizard:
| |
3 | In the depot folder, right-click the BLPackage you just created and select Open. | |
4 | Under BLPackage, select root. | |
5 | Click in the Password field. For Value, enter a new password. For Confirm, enter the password again. Select File > Save and then close the BLPackage you are editing. | |
6 | In the Depot folder, right-click the BLPackage you just modified, and select Deploy. Make the following entries on the General panel of the Deploy Job wizard:
| |
7 |
| |
8 |
| |
9 | To monitor the progress of the job, see the Jobs in Progress tab at bottom right. It shows jobs and other tasks that are currently active. | |
10 | In the Jobs folder, navigate to the Deploy job you just created. Right-click the job and select Show Results. The job results show at right. A green check indicates success. |
Wrapping it up
In this walkthrough, you learned how to package a server configuration change and deploy it to multiple servers.
Where to go next