ADSM-L

subdir option ignored?

2004-07-14 06:56:01
Subject: subdir option ignored?
From: "Warren, Matthew (Retail)" <Matthew.Warren AT POWERGEN.CO DOT UK>
To: ADSM-L AT VM.MARIST DOT EDU
Date: Wed, 14 Jul 2004 11:55:34 +0100
Hallo TSM'ers,

I have a situation where it seems the subidr option is being ignored for
a backup.

>From the base TSM install dir I created the following directory
structure;

.../sub1/sub2/

and placed a file called testfile within it.

What follows is a transcript from some testing I did, that appears to
show that even with 'subdir yes' in the dsm.opt subdirs are only being
backed up when I use the -subdir=y option on the TSM> command line. The
O/S & TSM client details are;  

SunOS lomond 5.8 Generic_108528-25 sun4u sparc SUNW,Sun-Fire-880
Command Line Backup/Archive Client Interface - Version 5, Release 2,
Level 0.0
TSM  Server Version 5, Release 2, Level 2.3

If anyone can say what I'm doing wrong, or confirm it as a problem,
would be much appreciated.

Thanks;


tsm> q pr
ANS1138E The 'QUERY' command must be followed by a subcommand
tsm> q pr

# pg dsm.opt
SErvername       carsington
subdir yes


# dsmc
IBM Tivoli Storage Manager
Command Line Backup/Archive Client Interface - Version 5, Release 2,
Level 0.0
(c) Copyright by IBM Corporation and other(s) 1990, 2003. All Rights
Reserved.

Node Name: LOMOND
Session established with server CARSINGTON: AIX-RS/6000
  Server Version 5, Release 2, Level 2.3
  Server date/time: 07/14/04   11:20:11  Last access: 07/14/04
11:19:48

tsm> i ./*

Incremental backup of volume './*'
Successful incremental backup of '/opt/tivoli/tsm/client/ba/bin/*'


Total number of objects inspected:       28
Total number of objects backed up:        0
Total number of objects updated:          0
Total number of objects rebound:          0
Total number of objects deleted:          0
Total number of objects expired:          0
Total number of objects failed:           0
Total number of bytes transferred:        0  B
Data transfer time:                    0.00 sec
Network data transfer rate:            0.00 KB/sec
Aggregate data transfer rate:          0.00 KB/sec
Objects compressed by:                    0%
Elapsed processing time:           00:00:04



tsm> i ./* -subdir=y

Incremental backup of volume './*'
Directory-->                 512 /opt/tivoli/tsm/client/ba/bin/sub1/sub2
[Sent]
Normal File-->                 0
/opt/tivoli/tsm/client/ba/bin/sub1/sub2/testfile [Sent]
Successful incremental backup of '/opt/tivoli/tsm/client/ba/bin/*'


Total number of objects inspected:      128
Total number of objects backed up:        2
Total number of objects updated:          0
Total number of objects rebound:          0
Total number of objects deleted:          0
Total number of objects expired:          0
Total number of objects failed:           0
Total number of bytes transferred:        0  B
Data transfer time:                    0.00 sec
Network data transfer rate:            0.00 KB/sec
Aggregate data transfer rate:          0.00 KB/sec
Objects compressed by:                    0%
Elapsed processing time:           00:00:04
tsm> quit


# touch sub1/sub2/testfile2


# vi dsm.sys
   SErvername           carsington
   NODENAME             lomond
   TCPCLIENTAddress     lomond
   COMMmethod           TCPip
   TCPPort              1500
   TCPServeraddress     carsington.cop.eme.uk
   COMPRESSION          No
   INCLEXCL
/app/scripts/config_files/tsm/lomond.DEVP_inclexcl
   SCHEDLOGNAME         dsmsched.log
   SCHEDLOGRETENTION    7 D
   QUERYSCHEDPERIOD     1
   SCHEDMODE            Prompted
   COMMRESTARTDuration  30
   COMMRESTARTInterval  60
   ERRORLOGRET          7 D
   PASSWORDACCESS       GENERATE
   TCPNODELAY           YES
   NFSTIMEout  10
subdir y
~


# vi dsm.opt
SErvername       carsington
* subdir yes
~
:q!
# dsmc
ANS1036S Invalid option 'SUBDIR' found in options file
'/opt/tivoli/tsm/client/ba/bin/dsm.sys'
         at line number : 36
         Invalid entry : 'subdir y'

ANS1038S Invalid option specified
# vi dsm.sys
   SErvername           carsington
   NODENAME             lomond
   TCPCLIENTAddress     lomond
   COMMmethod           TCPip
   TCPPort              1500
   TCPServeraddress     carsington.cop.eme.uk
   COMPRESSION          No
   INCLEXCL
/app/scripts/config_files/tsm/lomond.DEVP_inclexcl
   SCHEDLOGNAME         dsmsched.log
   SCHEDLOGRETENTION    7 D
   QUERYSCHEDPERIOD     1
   SCHEDMODE            Prompted
   COMMRESTARTDuration  30
   COMMRESTARTInterval  60
   ERRORLOGRET          7 D
   PASSWORDACCESS       GENERATE
   TCPNODELAY           YES
   NFSTIMEout  10
~
:q!
# vi dsm.opt
SErvername       carsington
subdir yes
~
:q!
# dsmc
IBM Tivoli Storage Manager
Command Line Backup/Archive Client Interface - Version 5, Release 2,
Level 0.0
(c) Copyright by IBM Corporation and other(s) 1990, 2003. All Rights
Reserved.

Node Name: LOMOND
Session established with server CARSINGTON: AIX-RS/6000
  Server Version 5, Release 2, Level 2.3
  Server date/time: 07/14/04   11:22:16  Last access: 07/14/04
11:20:32

tsm> i ./*

Incremental backup of volume './*'
Successful incremental backup of '/opt/tivoli/tsm/client/ba/bin/*'


Total number of objects inspected:       28
Total number of objects backed up:        0
Total number of objects updated:          0
Total number of objects rebound:          0
Total number of objects deleted:          0
Total number of objects expired:          0
Total number of objects failed:           0
Total number of bytes transferred:        0  B
Data transfer time:                    0.00 sec
Network data transfer rate:            0.00 KB/sec
Aggregate data transfer rate:          0.00 KB/sec
Objects compressed by:                    0%
Elapsed processing time:           00:00:04
tsm> i ./* -subdir=y

Incremental backup of volume './*'
Normal File-->                 0
/opt/tivoli/tsm/client/ba/bin/sub1/sub2/testfile2 [Sent]
Successful incremental backup of '/opt/tivoli/tsm/client/ba/bin/*'


Total number of objects inspected:      129
Total number of objects backed up:        1
Total number of objects updated:          0
Total number of objects rebound:          0
Total number of objects deleted:          0
Total number of objects expired:          0
Total number of objects failed:           0
Total number of bytes transferred:        0  B
Data transfer time:                    0.00 sec
Network data transfer rate:            0.00 KB/sec
Aggregate data transfer rate:          0.00 KB/sec
Objects compressed by:                    0%
Elapsed processing time:           00:00:03



___________________________ Disclaimer Notice __________________________
This message and any attachments are confidential and should only be read by 
those to whom they are addressed. If you are not the intended recipient, please 
contact us, delete the message from your computer and destroy any copies. Any 
distribution or copying without our prior permission is prohibited.

Internet communications are not always secure and therefore Powergen Retail 
Limited does not accept legal responsibility for this message. The recipient is 
responsible for verifying its authenticity before acting on the contents. Any 
views or opinions presented are solely those of the author and do not 
necessarily represent those of Powergen Retail Limited. 

Registered addresses:

Powergen Retail Limited, Westwood Way, Westwood Business Park, Coventry, CV4 
8LG.
Registered in England and Wales No: 3407430

Telephone +44 (0) 2476 42 4000
Fax +44 (0) 2476 42 5432

<Prev in Thread] Current Thread [Next in Thread>
  • subdir option ignored?, Warren, Matthew (Retail) <=