Resetting the password for the default administrative user

You can reset the password for the default administrative user that was created automatically by the installation program. Depending on the password policy of your company, you might be required to reset this password regularly.
Tip: The password was set when you ran the installation program, and you do not need to reset the password to perform web application server administrative tasks.

About this task

The embedded web application server that hosts the web console normally requires minimal administration. You might be required to renew or import SSL certificates for the web console by running the scripts that are provided with your product installation. When running these scripts you must specify the user ID of the default administrative user that is created locally when you install the product. The default administrative user is separate from the other administrative users that are used with the product, such as database administrators.

Procedure

To reset the password for the default administrative user:

  1. Stop Data Studio web console.
    • On Linux and UNIX: From the installation directory, run the command stop.sh.
    • On Windows: From the Start menu, click All Programs > IBM Data Studio > IBM Data Studio web console V3.1 > Stop Web Console Server.
  2. Using the command line, run this command from the bin subdirectory of the installation directory.
    • On Linux and UNIX: setupcredentials.sh -updateUser admin new_password
    • On Windows: setupcredentials.bat -updateUser admin new_password
    Where new_password is the updated password.
    Important: You cannot use this script to change the login user ID of the default administrative user.
  3. Verify that the command-line console shows a success message that the password of the user was successfully updated.
  4. Start the Data Studio web console.
    • On Linux and UNIX: From the installation directory, run the command start.sh.
    • On Windows: From the Start menu, click All Programs > IBM Data Studio > IBM Data Studio web console V3.1 > Start Web Console Server.

Results

The password for the user ID of the default administrative user is updated.

Feedback