TDP Oracle Backups

newtotivoli

ADSM.ORG Member
Joined
Feb 24, 2011
Messages
74
Reaction score
0
Points
0
Hello There,

Need help with the following.

DBA's are using the following command to archive log files.

copy-command %S %h "dsmc archive %P/%B -archm=******** -desc=******_%s_%t -quiet"
verify-size %S -t -q %h "dsmc query archive -desc=******_%s_%t %P/%B | awk '\$5 == \"%P/%B\" {print \$1}' | sed -e 's/,//g'"


Backups are going to disk and we haven't mentioned resourceutilization parameter in the opt, So, I guess it is using def channels : 2. DBA's are compainig about slow backups, I thought incresing resourceutilization parameter will help.

My question is do we need to change anything in the command above to send the data to TSM using multiple channels or tuning resourceutilization would suffice, Please help me with this.

Thanks.
 
Hi,
You also need in your TSM servers node definition the MAXNUMMP (maximum number of mount points)
also ensure your max sessions server settings are high enough.
 
Back
Top