Looking at DB2 Administration Guide: "Tivoli Storage Manager Node Name (tsm_nodename) ... This parameter is used to override the default setting for the node name associated with the Tivoli Storage Manager (TSM) product. The node name is needed to allow you to restore a database that was backed up to TSM from another node.
The default is that you can only restore a database from TSM on the same node from which you did the backup. It is possible for the tsm_nodename to be overridden during a backup done through DB2 (for example, with the BACKUP DATABASE command)." So the parameter is for emergency recovery and is not intended for day-to-day operations. What you are trying to accomplish can be done in two ways: 1. Using include/exclude list each database can be bound to different TSM management class with different destionation pools 2. Separate each database in own DB2 instance and set instance owners environment DSMI_CONFIG accordingly. Only this way you can achieve your two-TSM-nodes goal. Do not forget that database configuration in DB2 is used only for full/incremental backups. It depends on the user exit how transaction logs are handled. You can find in same DB2 Guide: "Only one user exit program can be invoked within a database manager instance. ..." Discuss the options with your DB2 DBA to select the best fit. Zlatko Krastev IT Consultant "French, Michael" <[EMAIL PROTECTED]> Sent by: "ADSM: Dist Stor Manager" <[EMAIL PROTECTED]> 14.11.2003 02:05 Please respond to "ADSM: Dist Stor Manager" To: [EMAIL PROTECTED] cc: Subject: DB2 backups with multiple DB's on one host I have a customer who has two DB2 databases on one server and I need to back them up with TSM. Is it possible to do this with two separate node names to keep them apart? If so, how would I do this? Since you have to define 3 environment variables specific to DB2 for TSM and one of them points to the dsm.opt file, can I specify two different node entries inside of the opt file? Would it look something like this: SERVERNAME TSM1 COMMMEHOD tcpip TCPBUFFSIZE 512 TCPWINDOWSIZE 128 TCPNODELAY yes TCPSERVERADDRESS 10.82.96.21 NODENAME TIVANAI PASSWORDACCESS generate SERVERNAME TSM1 COMMMEHOD tcpip TCPBUFFSIZE 512 TCPWINDOWSIZE 128 TCPNODELAY yes TCPSERVERADDRESS 10.82.96.21 NODENAME TIVASSI PASSWORDACCESS generate If I do this, how do I specify inside of DB2 which node to use? I know that there is a parameter called TSM_NODENAME that is set inside DB2, but I don't know how to generate the encrypted password since it only grabs the first entry out of the opt file. Michael French Savvis Communications IDS01 Santa Clara, CA (408)450-7812 -- desk (408)239-9913 -- mobile