Changing the metadata repository owner password or the staging area repository owner password in a stand-alone IBM WebSphere Application Server installation

You can change the metadata repository owner account password or the staging area repository owner account password after installation. Follow this procedure if your implementation includes a stand-alone installation of WebSphere® Application Server.

About this task

Follow this procedure to change either the metadata repository database owner password or the staging area repository owner password. The metadata repository database owner and staging area repository user names cannot be changed.

Procedure

  1. Stop WebSphere Application Server.
  2. Change the metadata repository owner account password or the staging area owner account password on the computer:
    • If your database is implemented within IBM® Db2®, change the password by using standard operating system utilities.
    • If your database is implemented within another database management system, refer to the database management system documentation for information about changing the password.
  3. Log in to the services tier computer. Use an account with administrator credentials.

    Linux cue graphicUNIX cue graphicThe account must have execution permission for the tools in the ASBServer/bin directory within the InfoSphere® Information Server installation directory.

  4. Run the AppServerAdmin command to update the password across your configuration.

    For example, to update your configuration with password mypassword, run the following command:

    • To update the metadata repository database owner account password, use the -db option. For example:
      • Linux cue graphicUNIX cue graphic
        cd /opt/IBM/InformationServer/ASBServer/bin
        ./AppServerAdmin.sh -db -user xmeta -password mypassword
      • Windows cue graphic
        cd \IBM\InformationServer\ASBServer\bin
        AppServerAdmin.bat -db -user xmeta -password mypassword
    • To update the staging area repository owner account password, use the -dbs option. For example:
      • Linux cue graphicUNIX cue graphic
        cd /opt/IBM/InformationServer/ASBServer/bin
        ./AppServerAdmin.sh -dbs -user xmetasr -password mypassword
      • Windows cue graphic
        cd \IBM\InformationServer\ASBServer\bin
        AppServerAdmin.bat -dbs -user xmetasr -password mypassword
    Tip: The -password parameter is optional. If not provided, you will be prompted for a password. If you do provide a password, it can be either plain text or an encrypted string that has been created with the encrypt command.

    This command updates the WebSphere Application Server user registry configuration. You do not have to use the WebSphere Application Server administrative console.

  5. Update the changes in XMETA repository by running the following command:
    AIX Linux
    IS_install_path/ASBServer/bin/xmetaAdmin.sh setProperty -file IS_install_path/ASBServer/conf/imam_staging_repository.properties -dbfile IS_install_path/ASBServer/conf/database.properties com.ibm.iis.xmeta.repo.conn.POJO_STAGING
    Windows
    IS_install_path\ASBServer\bin\xmetaAdmin.bat setProperty -file IS_install_path\ASBServer\conf\imam_staging_repository.properties -dbfile IS_install_path\ASBServer\conf\database.properties com.ibm.iis.xmeta.repo.conn.POJO_STAGING
  6. Restart WebSphere Application Server.
  7. When restarting WebSphere Application Server, regardless of the method that you use, the startup method returns before the application server is fully started. To verify that WebSphere Application Server has started, monitor the log files.