The TSM client applications are configured by the use of plain-text config files, though some TSM client interfaces (notably Windows) offer a "wizard"-based interface to assist configuration tasks. The following is an annotated example of the configuration which might result from a trip through these wizards. This example has conventions and options appropriate for a Windows system. In Windows, this file should be saved as "dsm.opt".
Users of the "EXT" server might be able to use the following configuration verbatim, except for the node name. The options in this file are documented in the client manuals, which are linked to from the Administrator Documentation page.
COMMmethod TCPip
*
* This bit will change according to your server,
* should be correct for the 'ext' server.
* Check http://open-systems.ufl.edu/tsm/list.html
* if you're unsure.
*
tcpserveraddress tsm-ext.cns.ufl.edu
tcpport 1609
*
* This limits the TSM 'client acceptor daemon' to
* running scheduled tasks, instead of also offering
* a web interface to the world.
*
managedservices schedule
PasswordAccess generate
NodeName YOUR-FULLY-QUALIFIED-DNS-NAME
SchedLogName "c:\program files\tivoli\tsm\baclient\dsmsched.log"
SchedLogRetention 10 D
ErrorLogName "c:\program files\tivoli\tsm\baclient\dsmsched.log"
*
* If you only want to consider some of the filesystems present
* on your box, you can list them in this DOMAIN statement.
* (and uncomment it...) If it is present, though, any filesystem
* not listed in it will be ignored.
*
* DOMAIN c$ d$
* If you've set up distinct management classes and want to assign
* files to them, you'll be using "include-exclude" statements.
*
*
* See the client manual for your architecture for full details!!!
* Include-exclude statements are extremely powerful tools, and thus present the possibility for serious error.
*
* The statements below are part of the default recommendations from IBM
* about which files to exclude.
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\...\*"
EXCLUDE.BACKUP "*:\Documents and Settings\NetworkService\Local Settings\Application Data\Microsoft\Windows\UsrClass.dat"
EXCLUDE.BACKUP "*:\Documents and Settings\NetworkService\Local Settings\Application Data\Microsoft\Windows\UsrClass.dat.LOG"
EXCLUDE.BACKUP "*:\Documents and Settings\NetworkService\NTUSER.DAT"
EXCLUDE.BACKUP "*:\Documents and Settings\NetworkService\ntuser.dat.LOG"
EXCLUDE.BACKUP "*:\Documents and Settings\LocalService\Local Settings\Application Data\Microsoft\Windows\UsrClass.dat"
EXCLUDE.BACKUP "*:\Documents and Settings\LocalService\Local Settings\Application Data\Microsoft\Windows\UsrClass.dat.LOG"
EXCLUDE.BACKUP "*:\Documents and Settings\LocalService\NTUSER.DAT"
EXCLUDE.BACKUP "*:\Documents and Settings\LocalService\ntuser.dat.LOG"
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.BACKUP "*:\Documents and Settings\NetworkService\Local Settings\Application Data\Microsoft\Windows\UsrClass.dat"
EXCLUDE.BACKUP "*:\Documents and Settings\NetworkService\Local Settings\Application Data\Microsoft\Windows\UsrClass.dat.LOG"
EXCLUDE.BACKUP "*:\Documents and Settings\NetworkService\NTUSER.DAT"
EXCLUDE.BACKUP "*:\Documents and Settings\NetworkService\ntuser.dat.LOG"
EXCLUDE.BACKUP "*:\Documents and Settings\LocalService\Local Settings\Application Data\Microsoft\Windows\UsrClass.dat"
EXCLUDE.BACKUP "*:\Documents and Settings\LocalService\Local Settings\Application Data\Microsoft\Windows\UsrClass.dat.LOG"
EXCLUDE.BACKUP "*:\Documents and Settings\LocalService\NTUSER.DAT"
EXCLUDE.BACKUP "*:\Documents and Settings\LocalService\ntuser.dat.LOG"
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"