Set the passwords of the system and admin users (installation only)
The system account is used internally by the Empirica Signal software. You cannot use the system account to log in to the Empirica Signal application.
The admin account is a non-SSO superuser account. You use the admin account to log in initially so you can create local users and configure the Empirica Signal software.
You must set passwords for the system and admin users for the product installation to be complete.
Perform these steps using the non-privileged user account on the application server.
- Navigate to the <INSTALL_DIR>/bin/PasswordReset directory, for example:
$ cd /<INSTALL_DIR>/bin/PasswordReset
- Using a text editor, open the runPasswordReset.sh file.
- Check the values of these environment variables and change them as necessary to the correct locations for your system:
- JAVA_HOME—Path to the Java installation directory.
- COMMON_COMPONENTS_HOME—Path to the oracle_common subdirectory in the WebLogic Middleware directory.
- JPS_CONFIG_FILE—Path to the OPSS configuration file, which is located in the config/fmwconfig subdirectory of the WebLogic domain home directory by default.
- JPS_MANIFEST_JAR—Path to the JPS_MANIFEST_JAR file for your version of the WebLogic Server.
- INSTALL_ROOT—Value of <INSTALL_ROOT>.
- Save and close the file.
- Set the password for the system user:
- In the command shell, execute the runPasswordReset.sh script for the system user, for example:
$ ./runPasswordReset.sh system override-passwordmustchange
Logging information appears, and then a password prompt appears.
- Enter the password for the system user, and press Enter.
By default, the password must contain at least eight characters, including an uppercase character, lowercase character, acceptable symbol, and number.
A confirmation prompt appears.
- Reenter the password, and press Enter.
- If the passwords match, a confirmation message appears.
- If the passwords don't match, an error message appears. You must run the command again and enter matching passwords.
- In the command shell, execute the runPasswordReset.sh script for the system user, for example:
- Set the password for the admin user:
- In the command shell, execute the runPasswordReset.sh script for the admin user, for example:
$ ./runPasswordReset.sh admin
Logging information appears, and then a password prompt appears.
- Enter the password for the admin user, and press Enter.
Note: You use this password to log in to the Empirica Signal application as the admin user.
The password must contain at least eight characters, including an uppercase character, lowercase character, acceptable symbol, and number.
A confirmation prompt appears.
- Reenter the password, and press Enter.
- If the passwords match, a confirmation message appears.
- If the passwords don't match, an error message appears. You must run the command again and enter matching passwords.
- In the command shell, execute the runPasswordReset.sh script for the admin user, for example: