The tsm admin had already created an opt file. it is as follows
Code:
LANG AMENG
********************************************************************
* IBM Adstar Distributed Storage Manager
*
* Sample dsm.opt for 32-Bit Windows backup and archive Client - V3 level
*
* See options.wri for complete options file documentation
************************************************************************
*====================================================================
* TCP/IP
*====================================================================
commmethod tcpip
tcpport 1500
TCPServeraddress CNCTSM
************************************************************************
* COMPression
*
* +------------------+----------------------------------------------+
* | COMPression | ON|OFf |
* +------------------+----------------------------------------------+
* System default: OFf
*
* Option file example:
*
* COMPression ON
* COMPression OFf
************************************************************************
COMPression ON
************************************************************************
* DOMain
*
* +------------------+----------------------------------------------+
* | DOMain | ALL-LOCAL|domain |
* +------------------+----------------------------------------------+
* System default: ALL-LOCAL
*
* Options file examples:
*
* DOMain ALL-LOCAL Q:
************************************************************************
************************************************************************
* EXclude and INclude
*
* +------------------+----------------------------------------------+
* | EXclude | pattern |
* +------------------+----------------------------------------------+
* | INclude | pattern |
* +------------------+----------------------------------------------+
*
* EXclude and INclude patterns are written using an extended pattern
* match language. This language uses the native operating system's
* metacharacters (wildcards) whenever possible. A list of the
* supported metacharacters for the match language follows:
*
* Function AIX DOS OS/2
* --------------------- -------- -------- ---------
* Match one character ? ? ?
* Match n characters * * *
* Match n directories /... (1) \... (1) \... (1)
* Directory Separator / \ \
* Open Character Class [ [(1) [(1)
* Character Class Range - - (1) - (1)
* Close Character Class ] ](1) ](1)
* Literal Escape \ \ (1) \ (1)
* Drive Separator none : :
*
*
************************************************************************
Exclude "*:\macintosh volume\*"
Exclude "*:\macintosh volume\*.*"
Exclude "*:\macintosh volume\...\*"
Exclude "*:\macintosh volume\...\*.*"
Exclude "*:\microsoft uam volume\*"
Exclude "*:\microsoft uam volume\*.*"
Exclude "*:\microsoft uam volume\...\*"
Exclude "*:\microsoft uam volume\...\*.*"
Exclude "*:\...\EA DATA. SF"
Exclude *:\...\pagefile.sys
Exclude *:\IBMBIO.COM
Exclude *:\IBMDOS.COM
Exclude *:\MSDOS.SYS
Exclude *:\IO.SYS
Exclude *:\...\SYSTEM32\CONFIG\*.*
Exclude *:\...\SYSTEM32\CONFIG\...\*
Exclude *:\disks\*.*
Exclude *:\disks\...\*
Exclude *:\db2\*.*
Exclude *:\db2\...\*
************************************************************************
************************************************************************
* NodeName
*
* +------------------+----------------------------------------------+
* | MACHinename | client_name |
* +------------------+----------------------------------------------+
* Default: Netbios Name (NT/Win95 Computer name)
*
* Option file example:
*
* MACHinename
************************************************************************
NODENAME SCRBBUSUSCNC05
************************************************************************
* REPlace
*
* +------------------+----------------------------------------------+
* | REPlace | Yes|No|Prompt |
* +------------------+----------------------------------------------+
* System default: Prompt
*
* Option file example:
*
* REPlace N
* REPlace Y
************************************************************************
************************************************************************
* SUbdir
*
* +------------------+----------------------------------------------+
* | SUbdir | Yes|No |
* +------------------+----------------------------------------------+
* System default: No
*
* Option file example:
*
* SUbdir Yes
* SUbdir No
************************************************************************
************************************************************************
* TCPPort
*
* +------------------+----------------------------------------------+
* | TCPPort | port_addr |
* +------------------+----------------------------------------------+
* Default: 1500
*
* Option file example:
*
************************************************************************
* TCPPORT 1500
************************************************************************
* TCPServeraddress
*
* +------------------+----------------------------------------------+
* | TCPServeraddress | server_addr |
* +------------------+----------------------------------------------+
* Default: None
*
* Option file examples:
*
************************************************************************
* TCPServeraddress localhost
* TCPBUFFSIZE 31
* TCPWINDOWSIZE 24
************************************************************************
* Verbose
*
* +------------------+----------------------------------------------+
* | Verbose | |
* +------------------+----------------------------------------------+
* System default: Verbose
*
* Option file example:
*
* Verbose
************************************************************************
passwordaccess generate
errorlogretention 7 d
schedlogretention 7 d
COMPRESSALWAYS YES
I just copied it into a diff directory and pointed my DSMI_Config variable to it.
Was this the right thing to do?