Many of the Identity Manager components require you to specify a password during the configuration phase. For faster configuration, you can instruct the process to apply the same password to all integrated installation configuration parameters.
The password must be a minimum of six characters.
Before invoking the installation or configuration program, enter the following command:
export USER_SUPPLIED_PASSWORD=password
For example:
export USER_SUPPLIED_PASSWORD=test123
Perform one of the following actions:
In System Properties > Environment Variables, add USER_SUPPLIED_PASSWORD and specify a value for the variable.
Before invoking the installation or configuration program, enter the following command:
set USER_SUPPLIED_PASSWORD=password
For example:
set USER_SUPPLIED_PASSWORD=test123