On page 26 of the tsm 6.2 install guide it gives commands for creating the various directories needed for a server instance. In that example, they create four database directoreies; tsmdb001, 002, 003, and 004.
Then, on page 30, under manually configuring the instance, is the following: 2. Change the default directory for the database to be the same as the instance directory for the server. If you have multiple servers, log in under the instance ID for each server. Issue this command: $ db2 update dbm cfg using dftdbpath instance_directory For example: $ db2 update dbm cfg using dftdbpath /home/tsminst1/tsminst1 Should this not be one of the database directories you created on page 26? If not, what am I missing? If so, does it matter which one?
