IBM Tivoli Software IBM Tivoli Software

[ Bottom of Page | Previous Page | Next Page | Contents ]


Reverting to the previous version when WebSphere application server, version 4.0.4/4.0.5 is installed

The steps must be performed on all systems where the administration server, the runtime server, or both are installed, and are as follows:

  1. Log on to the system with administration authority.
  2. Stop the Tivoli License Manager servers from the WebSphere Application Console.
  3. Copy the backed-up original files from the backup directories to their original locations. The files are listed below, and they must be copied from the backup directory (that you defined in step 5 of the install procedure) to the product's install directory, maintaining the same subdirectory structure, and removing the final tilde (~). For example, copy <BACKUP_DIR>\admin\conf\agent_install.properties~ to <INSTALL_DIR>\admin\conf\agent_install.properties.

    The files to be copied depend on the components installed on the system where you want to revert to the previous version.

    Administration server on Windows
    <BACKUP_DIR>\admin\cli\
    • srvstart.bat~
    • srvstop.bat~
    • tlmcli.bat~
    <BACKUP_DIR>\admin\conf\
    • agent_install.properties~
    <BACKUP_DIR>\admin\db\db2\
    • create_tbl.sql~
    • dump_db.sql~~
    <BACKUP_DIR>\admin\setup\
    • deleteAdmin.bat~
    • setupAdmin.bat~
    • slm_admin.ear~
    • uninstallAdmin.bat~
    If you have already installed interim fix "1.1.1-TLM-0002", the following files will have also been backed up, and should now be restored:
    • installAdmin.bat~
    • stopAdmin.bat~
    Runtime server on Windows
    <BACKUP_DIR>\runtime\cli\
    • srvstart.bat~
    • srvstop.bat~
    • tlmcli.bat~
    <BACKUP_DIR>\runtime\conf\
    • agent_install.properties~
    • system.properties~
    <BACKUP_DIR>\runtime\db\db2\
    • create_tbl.sql~
    • dump_db.sql~~
    <BACKUP_DIR>\runtime\setup\
    • deleteAdmin.bat~
    • setupAdmin.bat~
    • slm_admin.ear~
    • uninstallAdmin.bat~
    If you have already installed interim fix "1.1.1-TLM-0002", the following files will have also been backed up, and should now be restored:
    • installAdmin.bat~
    • stopAdmin.bat~
    Administration server on AIX
    <BACKUP_DIR>/admin/cli/
    • srvstart~
    • srvstop~
    • tlmcli~
    <BACKUP_DIR>/admin/conf/
    • agent_install.properties~
    <BACKUP_DIR>/admin/db/db2/
    • create_tbl.sql~
    • dump_db.sql~~
    <BACKUP_DIR>/admin/setup/
    • deleteAdmin.sh~
    • setupAdmin.sh~
    • slm_admin.ear~
    • uninstallAdmin.sh~
    If you have already installed interim fix "1.1.1-TLM-0002", the following files will have also been backed up, and should now be restored:
    • installAdmin.sh~
    • stopAdmin.sh~
    Runtime server on AIX
    <BACKUP_DIR>/runtime/cli/
    • srvstart~
    • srvstop~
    • tlmcli~
    <BACKUP_DIR>/runtime/conf/
    • agent_install.properties~
    • system.properties~
    <BACKUP_DIR>/runtime/db/db2/
    • create_tbl.sql~
    • dump_db.sql~~
    <BACKUP_DIR>/runtime/setup/
    • deleteAdmin.sh~
    • setupAdmin.sh~
    • slm_admin.ear~
    • uninstallAdmin.sh~
    If you have already installed interim fix "1.1.1-TLM-0002", the following files will have also been backed up, and should now be restored:
    • installAdmin.sh~
    • stopAdmin.sh~
  4. Run the following scripts to remove the directories containing the uncompressed .ear files. The script names depend on your operating system:
    Windows
    From a command prompt, run the following scripts:
    Administration server:
    • <INSTALL_DIR>\admin\setup\uninstallAdmin.bat
    Runtime server:
    • <INSTALL_DIR>\runtime\setup\uninstallRuntime.bat
    AIX
    From any directory, run the following scripts:
    Administration server:
    • <INSTALL_DIR>/admin/setup/uninstallAdmin.sh
    Runtime server:
    • <INSTALL_DIR>/runtime/setup/uninstallRuntime.sh
  5. Run the following scripts to uncompress the backed-up .ear files in the backup directories and move them into the live directories. The script names depend on your operating system:
    Windows
    From a command prompt, run the following scripts:
    Administration server:
    • <INSTALL_DIR>\admin\setup\installAdmin.bat
    Runtime server:
    • <INSTALL_DIR>\runtime\setup\installRuntime.bat
    AIX
    From any directory, run the following scripts:
    Administration server:
    • <INSTALL_DIR>/admin/setup/installAdmin.sh
    Runtime server:
    • <INSTALL_DIR>/runtime/setup/installRuntime.sh
  6. Start the Tivoli License Manager servers from the WebSphere Application Console.

[ Top of Page | Previous Page | Next Page | Contents ]