![]() |
![]() |
[ Bottom of Page | Previous Page | Next Page | Contents ]
If both components are going to be on the same computer you can use the typical installation of the administration server components, which installs them applying default values. If the components are to be installed on separate computers, run a custom installation of each, starting with the database component. You may wish in all cases to use a custom installation as it allows you to change the installation default values.
See the instructions in IBM Tivoli License Manager: Planning, Installation, and Configuration, version 2.1.
See the instructions in IBM Tivoli License Manager: Planning, Installation, and Configuration, version 2.1.
db2 drop database tlma
Do not uninstall the component.
db2 uncatalog database tlma
There is no need to uncatalog the node.
db2 catalog database tlma as tlmadb at node tlmanodea
<INSTALL_DIR>\runtime\conf
<INSTALL_DIR>\admin\SLM_Admin_Application.ear\slm_admin.war\WEB-INF\conf\users |
This enables you to use the user account information.
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]
[ Top of Page | Previous Page | Next Page | Contents ]