6.19.3 Using Oracle Exadata Deployment Assistant on Systems with Non-Default root Passwords
You can use OEDA to perform a deployment on an Oracle Exadata Rack that is already configured with a non-default root password.
Oracle Exadata
Deployment Assistant (OEDA) enables deployment on Oracle Exadata Racks that already have non-default root passwords. Using the following options, you can perform the deployment without having to change the root password back to the default:
-
If non-default passwords are already set, you can add the
-poption to the existing command line options when you run the OEDA deployment script (install.sh). For example:./install.sh -cf <config.xml> -s 1 -pThe
-poption instructs OEDA to prompt for therootpassword when required. Using this feature, you can perform a deployment on a system that has a differentrootpassword on each server in the system. Ensure you enter the correct password because an incorrect password disablesrootaccess for 10 minutes, and after 5 failed login attempts, the server is locked down. -
Alternatively, you can use the
genPasswordHash.shcommand to store a password hash, which OEDA can use to perform secure login to Exadata servers with non-defaultrootpasswords. In this case, all of the servers must use the samerootpassword. See Using the OEDA genPasswordHash Utility.
Related Topics