Remote computer with shared drive z:

2001-06-26 Thread Talafous, John G.

Greetings.
  We have a TSM 3.7.2 server and a TSM 4.1.2 client in a remote location
that connects via a 256K connection. Consequently, we wish to only backup
data files and not program files. The remote computer is located in a sales
office in another state. The concept is for the mobile sales staff to copy
their document folders to drive Z: at their convenience. Then, the next
scheduled backup will send their data over the 256K connection to the TSM
server. Sounds simple, but I must have a conflict between the dsm.opt
include/exclude list and the client option set on the server. Can someone
with a clever eye have a look here and point me to the conflict?  The
dsm.opt file looks like this:

*Tivoli Storage Manager DSM.OPT file customized for the Timken Company
TCPSERVERADDRESS fhnsmw1.corp.timken.com
PASSWORDACCESS GENERATE
NODENAME PLEASANS
RESOURCEUTILIZATION 1
ERRORLOGRETENTION 7
SCHEDLOGRETENTION 7

include Z:\...\*
exclude *:\...\*.ost
exclude *:\...\*.pst
exclude Z:\Austinke PST\...\*
exclude Z:\Guelkerp PST\...\*
exclude Z:\Guidav PST\...\*
exclude Z:\Pattersr PST\...\*
exclude Z:\Roudebus PST\...\*
exclude Z:\Pleasans PST\...\*

The node is associated with client option set WINREMOTE. It looks like this:

ANS8000I Server command: 'q cloptset winremote'

 Optionset: WINREMOTE
   Description: Windows Client Options
Last Update by (administrator): TALAFOUS
  Managing profile:


 Option: CHANGINGRETRIES
Sequence number: 0
   Override: No
   Option Value: 4

 Option: COMPRESSALWAYS
Sequence number: 0
   Override: Yes
   Option Value: no

 Option: COMPRESSION
Sequence number: 0
   Override: No
   Option Value: on

 Option: DIRMC
Sequence number: 0
   Override: Yes
   Option Value: dir

 Option: DOMAIN
Sequence number: 0
   Override: No
   Option Value: all-local

 Option: INCLEXCL
Sequence number: 1
   Override: Yes
   Option Value: exclude *:\...\*

 Option: INCLEXCL
Sequence number: 5
   Override: Yes
   Option Value: include *:\...\*document*\...\*.* data

 Option: INCLEXCL
Sequence number: 10
   Override: Yes
   Option Value: include *:\...\personal\...\*.* data

 Option: INCLEXCL
Sequence number: 15
   Override: Yes
   Option Value: include *:\...\profiles\...\* data

 Option: INCLEXCL
Sequence number: 55
   Override: No
   Option Value: exclude *:\...\recycler\...\*

 Option: INCLEXCL
Sequence number: 60
   Override: No
   Option Value: exclude *:\...\*temporary*\...\*

 Option: MAXCMDRETRIES
Sequence number: 0
   Override: No
   Option Value: 3

 Option: RETRYPERIOD
Sequence number: 0
   Override: No
   Option Value: 20

 Option: SCHEDMODE
Sequence number: 0
   Override: No
   Option Value: prompted

 Option: SCROLLLINES
Sequence number: 0
   Override: No
   Option Value: 20

 Option: SCROLLPROMPT
Sequence number: 0
   Override: No
   Option Value: no

 Option: SUBDIR
Sequence number: 0
   Override: No
   Option Value: yes

 Option: TXNBYTELIMIT
Sequence number: 0
   Override: No
   Option Value: 25600


I have also invoked dsmc.exe and issued the q inclexcl command. The results
are:

tsm q inclexcl
Node Name: TALAFOUS-M
Session established with server FSPHNSM1: AIX-RS/6000
  Server Version 3, Release 7, Level 2.0
  Server date/time: 06/26/2001 08:27:01  Last access: 06/25/2001 15:55:04

*** FILE INCLUDE/EXCLUDE ***
Mode Function  Pattern (match from top down)  Source File
 - -- -
No exclude directory statements defined.
Excl All   #\...\*TEMPORARY*\...\*Server
Excl All   #\...\RECYCLER\...\*   Server
Incl All   #\...\PROFILES\...\*   Server
Incl All   #\...\PERSONAL\...\*.* Server
Incl All   #\...\*DOCUMENT*\...\*.*   Server
Excl All   #\...\*Server
Excl All   Z:\PLEASANS PST\...\*  dsm.opt
Excl All   Z:\ROUDEBUS PST\...\*  dsm.opt
Excl All   Z:\PATTERSR PST\...\*  dsm.opt
Excl All   Z:\GUIDAV PST\...\*dsm.opt
Excl All   Z:\GUELKERP PST\...\*  dsm.opt
Excl All   Z:\AUSTINKE PST\...\*  dsm.opt
Excl All   #\...\*.PSTdsm.opt
Excl All   #\...\*.OSTdsm.opt
Incl All   Z:\...\*   dsm.opt
No encryption include/exclude statements defined.
tsm

Again, I wish to include all of drive Z: except for the PST files. The
dsmsched.log shows drive Z: being scanned, but nothing is backed up. Where
is my conflict? Please?

TIA
John G. Talafous  IS Technical Principal
The Timken CompanyGlobal Software Support
P.O. Box 6927 Data Management
1835 Dueber Ave. S.W. Phone: (330)-471-3390
Canton, Ohio USA  44706-0927  Fax  : 

Re: Remote computer with shared drive z:

2001-06-26 Thread Ted Byrne

John,

Your optionset may be what is preventing the backup from
occurring.  Include/exclude statements in an option set are appended to
the options in the dsm.opt file when the backup occurs.
Since include/excludes are processed bottom-up, first match those in an
optionset can easily override those in the dsm.opt file.  The clientoption:

  Option: INCLEXCL
Sequence number: 1
Override: Yes
Option Value: exclude *:\...\*

matches anything that is not under any *document*, personal or profiles
directories before it gets to the
  include Z:\...\*
option in the dsm.opt file.

You might want to move the exclude *:\...\* option to the client's option
file, above the include Z:\...\* option.


Ted