Administration Guide › Provisioning Resources › IBM AIX Provisioning with NIM › Using the MKSYSB Utility › How to Provision an IBM AIX Image Using MKSYSB › Update the Hashed Password Variable
Update the Hashed Password Variable
When a NIM client is imaged, the IBM AIX installer creates an empty root password. To specify a root password, update the ca_post_install.sh script file. Set the hashed password (DES format), and update the HASH_PASSWORD variable for NIM clients to use.
Note: The ca_post_install.sh script file has a default hash password that translates to the plaintext value of admin.
Follow these steps:
- Access a system that is configured with the password with which to configure your NIM clients.
- Change to the /etc/security directory and open the passwd file.
The hashed root password entry in the passwd file resembles the following:
root:
password = YmB7AkapuLf8/s
- Copy the hashed root password, change to the install_path/imaging/etc directory, and open the ca_post_install.sh script file.
- Paste the password into the HASH_PASSWORD variable in the ca_post_install.sh script file.
- Save the file and exit.
Copyright © 2013 CA.
All rights reserved.
|
|