Hi Kevin, Is Microsoft SQL Server running? Something in the back of my mind is telling me that the .mdf and .ldf files are automatically excluded by the client if SQL Server is running; in which case, the hard-coded excludes would be redundant.
Regards, - Andy ____________________________________________________________________________ Andrew Raibeck | Tivoli Storage Manager Level 3 Technical Lead | [email protected] IBM Tivoli Storage Manager links: Product support: http://www.ibm.com/support/entry/portal/Overview/Software/Tivoli/Tivoli_Storage_Manager Online documentation: http://www.ibm.com/support/knowledgecenter/SSGSG7/welcome Product Wiki: https://www.ibm.com/developerworks/community/wikis/home/wiki/Tivoli%20Storage%20Manager "ADSM: Dist Stor Manager" <[email protected]> wrote on 2015-02-06 14:09:50: > From: "Kinder, Kevin P" <[email protected]> > To: [email protected] > Date: 2015-02-06 14:11 > Subject: Duplicate include/exclude option error > Sent by: "ADSM: Dist Stor Manager" <[email protected]> > > TSM Client 6.3.2.2 > Windows Server 2003 R2 64bit > > I have the following include\exclude statements: > > EXCLUDE "E:\Interfaces\NLXjobs\WV_NLXjobs.xml" > EXCLUDE "E:\Microsoft SQL Server\MSSQL.1\MSSQL\Data\*.mdf" > EXCLUDE "E:\Microsoft SQL Server\MSSQL.1\MSSQL\Data\*.ldf" > EXCLUDE "E:\Microsoft SQL Server\MSSQL.1\MSSQL\Data\*.ndf" > > EXCLUDE "F:\MACCWV\MACCWV_log.ldf" > EXCLUDE "F:\Workspace\Workspace_log.ldf" > EXCLUDE "F:\Migration2\Migration2_log.ldf" > > EXCLUDE "G:\MACCWV\MACCWV_data.mdf" > EXCLUDE "G:\MACCWV\MACCWV_indexes.ndf" > EXCLUDE "G:\Workspace\Workspace_data.mdf" > EXCLUDE "G:\Migration2\Migration2_data.mdf" > > EXCLUDE.DIR "*:\RECYCLER" > EXCLUDE.DIR "G:\TestRestore" > > > I am getting the following errors: > > > 02/05/2015 03:12:56 ANS1496W Duplicate include/exclude option > 'EXCLUDE F:\MACCWV\MACCWV_log.ldf' found while processing the > client options file. > This might produce unexpected results. > > 02/05/2015 03:12:56 ANS1496W Duplicate include/exclude option > 'EXCLUDE F:\Migration2\Migration2_log.ldf' found while processing > the client options file. > This might produce unexpected results. > > 02/05/2015 03:12:56 ANS1496W Duplicate include/exclude option > 'EXCLUDE F:\Workspace\Workspace_log.ldf' found while processing the > client options file. > This might produce unexpected results. > > 02/05/2015 03:12:56 ANS1496W Duplicate include/exclude option > 'EXCLUDE G:\MACCWV\MACCWV_data.mdf' found while processing the > client options file. > This might produce unexpected results. > > 02/05/2015 03:12:56 ANS1496W Duplicate include/exclude option > 'EXCLUDE G:\MACCWV\MACCWV_indexes.ndf' found while processing the > client options file. > This might produce unexpected results. > > 02/05/2015 03:12:56 ANS1496W Duplicate include/exclude option > 'EXCLUDE G:\Migration2\Migration2_data.mdf' found while processing > the client options file. > This might produce unexpected results. > 02/05/2015 03:12:56 ANS1496W Duplicate include/exclude option > 'EXCLUDE G:\Workspace\Workspace_data.mdf' found while processing > the client options file. > This might produce unexpected results. > > I can't see where the errors are in my dsm.opt file. This is on a > two-server cluster, but I don't think that has anything to do with > the issue. I have resaved the options file and stopped and started > the TSM Scheduler service via the Cluster Administrator, but it > still produces the same errors. Any ideas? > > > - - - - - - - - - - > Kevin Kinder > State of WV >
