This platform is AIX 5.1 ml2 TSM Server 4.2.2 AIX TSM Client 4.2.3 AIX This client coexists on the server.
I have tried to implement this by using the following script: ### Begin Script DSM_DIR=/usr/tivoli/tsm/client/ba/bin/darc-db DSM_CONFIG=/usr/tivoli/tsm/client/ba/bin/darc-db/dsm.opt export DSM_DIR DSM_CONFIG /usr/tivoli/tsm/client/ba/bin/dsmcad ### End script My dsm.opt is as follows servername tsm domain /opt/datbase My dsm.sys is as follows servername tsm commmethod tcpip TCPServeraddress remus TCPClientport 1586 passwordaccess generate schedmode prompted * inclexcl /usr/tivoli/tsm/client/ba/bin/darc-db/inclexcl.txt schedlogname /usr/tivoli/tsm/client/ba/bin/darc-db/dsmsched.log errorlogname /usr/tivoli/tsm/client/ba/bin/darc-db/dsmerror.log schedlogretention 2 errorlogretention 7 ManagedServices Schedule WebClient Tcpwindowsize 64 * Tcpbufsize 32 txnbytelimit 25600 largecommbuffers yes * resourceutilization 10 nodename darc-db Although the client comes up alright and the paths to the log files seem to be working, when I try to contact the server, I come up as the original node and cannot get past the initial authorization. The Tcpclientport doesn't get picked up (even when the 1581 port is used... It goes to 1582) and I can't seem to get the server to talk with the client. Any help would be appreciated. -----Original Message----- From: Halvorsen Geirr Gulbrand [mailto:[EMAIL PROTECTED]] Sent: Monday, January 13, 2003 7:14 AM To: [EMAIL PROTECTED] Subject: Re: Two schedules Hello Jacque You can do this by creating another node, (for the "special" directory), and create another Client Scheduler, and a new client schedule. Just associate the new node with the new schedule, and thats it. Rgds Geirr G. Halvorsen -----Original Message----- From: Jacque Mergens [mailto:[EMAIL PROTECTED]] Sent: 12. januar 2003 03:18 To: [EMAIL PROTECTED] Subject: I am attempting to perform two different backup schedules on the same client. The reason for this is that I need to run a lengthy preschedulecmd prior to backing up a single directory but don't want this to hold up the backup of all of the other directories. Is there a way to do this? Jacque
