![]() |
![]() |
[ Bottom of Page | Previous Page | Next Page | Contents ]
The following scenario assumes that the administration server and the administration server database are installed on the same computer. In the scenario this computer will be called the "administration" computer. At the end of the scenario you will find an explanation of the difference in the procedures if they are installed on separate computers (Scenario 4.2: same computers; where the server and database are on separate computers).
cp -r /etc/objrepos /etc/objrepos_backup cp -r /usr/lib/objrepos /usr/lib/objrepos_backup
export ODMDIR=/usr/lib/objrepos odmget -q "name='Tivoli License Manager'" lpp odmget -q "lpp_name='Tivoli License Manager'" productIf the registry keys exist the STDOUT will list details relating to them. If they do not exist nothing will be written to STDOUT.
export ODMDIR=/usr/lib/objrepos odmdelete -o lpp -q "name='Tivoli License Manager'" odmdelete -o product -q "lpp_name='Tivoli License Manager'"
If you have any concern that something has gone wrong with the ODM commands, you should take the following steps:
rm -rf /etc/objrepos rm -rf /usr/lib/objrepos
mv /etc/objrepos_backup /etc/objrepos mv /usr/lib/objrepos_backup /usr/lib/objrepos
Delete the following keys using the registry editor on your computer:
Administration server
[HKEY_LOCAL_MACHINE\SOFTWARE\IBM] [HKEY_LOCAL_MACHINE\SOFTWARE\IBM\TLM] [HKEY_LOCAL_MACHINE\SOFTWARE\IBM\TLM\1.1.1] "Install Location"="$P(SLMRoot.installLocation)" "RegCompany"="IBM" "DisplayVersion"="1.1.1" "DisplayName"="IBM Tivoli License Manager" "VersionMajor"="1" "VersionMinor"="1" "VersionMaintenance"="1" [HKEY_LOCAL_MACHINE\SOFTWARE\IBM\TLM\1.1.1\Features] [HKEY_LOCAL_MACHINE\SOFTWARE\IBM\TLM\1.1.1\Features\Administrator Server]
Administration server database
[HKEY_LOCAL_MACHINE\SOFTWARE\IBM] [HKEY_LOCAL_MACHINE\SOFTWARE\IBM\TLM] [HKEY_LOCAL_MACHINE\SOFTWARE\IBM\TLM\1.1.1] "Install Location"="$P(SLMRoot.installLocation)" "RegCompany"="IBM" "DisplayVersion"="1.1.1" "DisplayName"="IBM Tivoli License Manager" "VersionMajor"="1" "VersionMinor"="1" "VersionMaintenance"="1" [HKEY_LOCAL_MACHINE\SOFTWARE\IBM\TLM\1.1.1\Features] [HKEY_LOCAL_MACHINE\SOFTWARE\IBM\TLM\1.1.1\Features\Administrator Database]
db2 drop database tlma
db2 uncatalog database tlma
There is no need to uncatalog the node.While you are doing this, you may want to take the opportunity of upgrading the computer's operating system.
V2.1 comes bundled with version 8.1.4 of DB2 and version 5.1 of WebSphere Application Server (see IBM Tivoli License Manager: Planning, Installation, and Configuration, version 2.1, for full details). These bundled versions only perform fresh installs, so you must first uninstall the old version before using the bundled prerequisites.
Perform the following steps:
If you do not wish to use the bundled prerequisites you should uninstall DB2 and WebSphere Application Server and then make fresh installs using your own versions of them.
You can use the typical installation of the administration server components, which installs them applying default values. Alternatively, you may prefer to use a custom installation as it allows you to change the installation default values.
db2 drop database tlma
db2 uncatalog database tlma
There is no need to uncatalog the node.db2 catalog database tlma as tlmadb at node tlmanodea
There is no need to catalog the node as you did not uncatalog it.<INSTALL_DIR>\admin\SLM_Admin_Application.ear\slm_admin.war\WEB-INF\conf\users |
This enables you to use the user account information.
If the V1.1.1 administration server and V1.1.1 administration server database are installed on different computers, follow the scenario 4.2 procedure, with these differences:
[ Top of Page | Previous Page | Next Page | Contents ]