![]() |
![]() |
[ Bottom of Page | Previous Page | Next Page | Contents ]
To migrate a runtime server and its database, follow this procedure:
You should use a custom installation of each, starting with the database component, as the custom installation allows you to change the installation default values. You must give each runtime server the same name as the runtime server it is to replace.
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.
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:
Runtime 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\Runtime Server] "Customer Name"="$W(runtimeConfig.customerName)" "Runtime Server Name"="$W(runtimeConfig.runtimeName)" "Administrator Server Name"="$W(runtimeToAdmin.adminHost)" "Administrator Server Port"="$W(runtimeToAdmin.port)"
Runtime 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\Runtime Database]
[ Top of Page | Previous Page | Next Page | Contents ]