how to reset tsm tip admin password

instructions for Linux and UNIX
  1. Go to the TIP bin directory ( default install location is /opt/ibm/ac ):
    cd <Install Location>/bin
  2. Run the following wsadmin commands from the TIP bin directory where <tip admin> is the TIP admin ID and <password> is the new password to be used for the TIP admin ID:
    ./wsadmin.sh -conntype none -profileName TIPProfile
    wsadmin>$AdminTask changeFileRegistryAccountPassword {-userId <tip admin>-password <password>}
    wsadmin>$AdminConfig save
    wsadmin>quit
  3. Reboot the system.
  4. Start the TIP server if it is not a service:
    cd <Install Location>/bin
    ./startServer.sh server1
  5. Log in to TIP using the new password.

0 comments:

Post a Comment