TSM not considering excludes in dsm.opt?

kfiresmith

ADSM.ORG Member
Joined
May 7, 2007
Messages
201
Reaction score
0
Points
0
Location
Pittsburgh
Hi guys,
I've got a problem on a couple of W2K3S clients running 5.5.0-4.
These nodes are completely ignoring their dsm.opt exclude statements.


Here's an opt file:

Code:
NODENAME    thisnode
PASSWORDACCESS    GENERATE
TCPPORT    1500
TCPSERVERADDRESS    that.backup.server
CASESENSITIVEAWARE    YES
RESOURCEUTILIZATION    1

EXCLUDE.BACKUP "*:\microsoft uam volume\...\*" 
EXCLUDE.BACKUP "*:\microsoft uam volume\...\*.*" 
EXCLUDE.BACKUP "*:\...\EA DATA. SF" 
EXCLUDE.BACKUP "*:\IBMBIO.COM" 
EXCLUDE.BACKUP "*:\IBMDOS.COM" 
EXCLUDE.BACKUP "*:\IO.SYS" 
EXCLUDE.BACKUP "*:\...\system32\config\...\*" 
EXCLUDE.BACKUP "*:\...\system32\Perflib*.dat" 
EXCLUDE.BACKUP "*:\...\system32\dhcp\...\*" 
INCLUDE.BACKUP "*:\...\system32\dhcp\backup\...\*" 
EXCLUDE.BACKUP "*:\...\system32\dns\...\*" 
INCLUDE.BACKUP "*:\...\system32\dns\backup\...\*" 
EXCLUDE.ARCHIVE "*:\microsoft uam volume\...\*" 
EXCLUDE.ARCHIVE "*:\microsoft uam volume\...\*.*" 
EXCLUDE.ARCHIVE "*:\...\EA DATA. SF" 
EXCLUDE.ARCHIVE "*:\IBMBIO.COM" 
EXCLUDE.ARCHIVE "*:\IBMDOS.COM" 
EXCLUDE.ARCHIVE "*:\IO.SYS" 
EXCLUDE.ARCHIVE "*:\...\system32\config\...\*" 
EXCLUDE.ARCHIVE "*:\...\system32\Perflib*.dat" 
EXCLUDE.ARCHIVE "*:\...\system32\dhcp\...\*" 
INCLUDE.ARCHIVE "*:\...\system32\dhcp\backup\...\*" 
EXCLUDE.ARCHIVE "*:\...\system32\dns\...\*" 
INCLUDE.ARCHIVE "*:\...\system32\dns\backup\...\*" 
EXCLUDE.DIR "*:\System Volume Information" 
EXCLUDE.DIR "*:\...\Temporary Internet Files" 
EXCLUDE.DIR "*:\Recycled" 
EXCLUDE.DIR "*:\Recycler" 



ERRORLOGNAME    "c:\program files\tivoli\tsm\baclient\tsm-share\dsmerror.log"
ERRORLOGRETENTION    30 D
SCHEDLOGNAME    "c:\program files\tivoli\tsm\baclient\tsm-share\dsmsched.log"
SCHEDLOGRETENTION    30 D


EXCLUDE.DIR "D:\Copy of Hyperion"
EXCLUDE.DIR "D:\Copy of Vignette"
EXCLUDE.DIR "D:\FR_PID_REPORTS_ERRORS"
EXCLUDE.DIR "D:\gs"
EXCLUDE.DIR "D:\HAL_Integration_Logs_Archive"
EXCLUDE.DIR "D:\HAL_Integration_Output_Archive"
EXCLUDE.DIR "D:\oracle"
EXCLUDE.DIR "D:\SoftwareDownloads"
EXCLUDE.DIR "D:\ReportsTest"
EXCLUDE.DIR "C:\cmdcons"
EXCLUDE.DIR "C:\Copy of Program Files"
EXCLUDE.DIR "C:\dell"
EXCLUDE.DIR "C:\Documents and Settings"
EXCLUDE.DIR "C:\install"
EXCLUDE.DIR "C:\perflogs"
EXCLUDE.DIR "C:\raj_sql"
EXCLUDE.DIR "C:\serveradministrator"
EXCLUDE.DIR "C:\Temp"
EXCLUDE.DIR "C:\tools"
EXCLUDE.DIR "C:\tsm_images"
EXCLUDE.DIR "C:\wmpub"
EXCLUDE.DIR "C:\WINDOWS"
EXCLUDE.DIR "C:\Program Files"
EXCLUDE.DIR "D:\Metadata\FromOracle\GM\Archive"
EXCLUDE.DIR "D:\Metadata\FromOracle\GM\Log"
EXCLUDE.DIR "D:\Metadata\FromOracle\GM\OutputFiles"

Here's an example of the errors I'm getting:

Code:
04/22/2008 01:58:13 ANS1228E Sending of object '\\thisserver\c$\WINDOWS\system32\CatRoot\{127D0A1D-4EF2-11D1-8608-00C04FC295EE}\TimeStamp' failed
04/22/2008 01:58:13 ANS4044E Error processing '\\thisserver\c$\WINDOWS\system32\CatRoot\{127D0A1D-4EF2-11D1-8608-00C04FC295EE}\TimeStamp': Case-sensitive name conflict exists.

All exclusions were made via the GUI.

Any idea of why it's still trying to back up the 'WINDOWS' folder?

Thanks!
 
Could you post a "dsmc q inclexcl"? That'll give us the whole picture.

PJ
 
Guten Tag PJ, thanks for the reply.

We just re-did the dsm.opt file completely and it now seems to be working. I'll post the inclexcls if it turns out to still not work.
All we did was pull a few stanzas out of the opt file and re-enter them by hand. (some sort of hidden special character maybe?)
 
hi,
maybe you just did not restart the client after modifying dsm.opt.

cheers
max
 
Thanks for the reply Max.
The GUI is only opened when a server admin wants to select something for exclusion/inclusion, then it's closed again. The schedules that refuse to play by the rules are done when the GUI is closed.
- Kodiak
 
ah ok, well i wouldn't matter much since it seems to be working fine now ...
i like the grave warning anyway, hehehe

cheers
max
 
Back
Top