Tuesday, October 6, 2015

Tivoli Integrated Portal. Resetting the TIP Admin ID


  1. Go to the TIP bin directory ( default install location is /opt/IBM/tivoli/tipv2 ):
        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.

No comments:

Post a Comment