IBM Tivoli Composite Application Manager for Application Diagnostics, Version 7.1.0.1
Manually creating DB2 tables
If during the Managing Server installation, the DB2 tables fails to install, this is indicated by messages in the Managing Server installation summary panel. The summary information displays one of the following messages:
- There are problems in the communication between the Managing Server and the database.
- Installation of the database tables failed or is incomplete.
If the Managing Server files have been successfully installed, but installation of the necessary DB2 tables has failed, you can manually create the DB2 tables.
Perform the following procedure:
- Extract the db2-remote-scripts.zip file from the MS_/path/to/install\base\scripts directory into a temporary directory.
- Run the db2install.bat script. For example:
cd c:\temp\db2\bin db2install.bat schema_user schema_password user_interface_user db2 _instance_user db2_instance_password db2version
- schema_user owns and can create the database tables for the product. This will be the DB2 instance user, which is by default db2inst1 with a password of itcam610.
- user_interface_user is the user to be used when logging in and operating the Managing Server's ITCAM for Application Diagnostics Managing Server after installation and configuration. This value is the installation user (default) or a value you entered during the Managing Server installation. If you do not specify this user when running this script, specify the db2_instance_user.
- db2_instance_user is the owner of the DB2 instance. This was created when you installed DB2. For example, db2inst1. If you do not specify this user, specify the user_interface_user.
Parent topic:
Post-installation tasks