When a connection cannot be established, the installer
cannot recreate your IBM Storage Protect server
instances. You must manually recreate your server instances.


Procedure
- Close the installation wizard.
-
Complete the following steps for each server instance:
-
After the upgrade finishes, issue the following command to recreate the instance:
/opt/tivoli/tsm/db2/instance/db2icrt –u instance_user instance_name
-
Recreate the variables in the instance file. Issue the db2set -i command for
each variable in the instance file.
For example, set the variable
DB2COMM to be only
TCPIP
for instance
MYINST:
/opt/tivoli/tsm/db2/instance/db2set –i MYINST DB2COMM=TCPIP
To
display a list of all defined variables specify the
-all parameter, for example
db2set -all.
-
Issue the db2stop command to stop the database instance.
-
Use the user ID that owns the server instance to issue the db2start command
to start the database instance.
-
Catalog and upgrade each database by issuing the following commands:
db2 catalog db TSMDB1 on "database_path"
db2 upgrade db TSMDB1
-
Issue the db2stop command.
-
Start the server.