

Managing IBM Tivoli Storage Manager › Registering TSM Servers › Configuring TSM DB2 Server
Configuring TSM DB2 Server
Establish the communication between SRM and TSM DB2 server by configuring TSM DB2 server. Follow the steps to set the communication protocol to be used on the target computer—TSM DB2 Server.
Follow these steps:
- Type the following DB2 command from the DB2 command line (db2cmd).
Db2set DB2COMM=TCPIP
- Type the following DB2 command to verify
db2set -all
- Set the SVCENAME parameter and TCP port number by providing the following command.
DB2 update dbm cfg using svcename <service name>
- Update the %SYSTEMROOT%\system32\drivers\etc\services file with the service name and the port number to configure TCP port
<service name> 50000/tcp
- Stop and start the DB2 using db2stop and db2start to make the changes active.
Copyright © 2016 CA Technologies.
All rights reserved.
 
|
|