+

Search Tips   |   Advanced Search

Replace the WAS administrator user ID

  1. Use the Manage Users and Groups portlet to create a new user

  2. Replace the old WAS administrative user with the new user:

    ./ConfigEngine.sh wp-change-was-admin-user 
                      -DWasUser=adminid 
                      -DWasPassword=foo
                      -DnewAdminId=newadminid 
                      -DnewAdminPw=newpassword 
                      -DnewAdminGroupId=newadmingroupid
    

    The -DnewAdminGroupID parameter is required only if you plan to replace the old administrative group ID.

    This task verifies the user against a running server instance. If the server is stopped, to skip the validation...

      -Dskip.ldap.validation=true

  3. If we use an external security manager such as Tivoli Access Manager, manually remove the old administrator user ID from the external security manager.

  4. Stop and restart all required servers.


Parent: Update user ID and passwords