Checkout command syntax error, pls help !

hvth10

ADSM.ORG Member
Joined
Jan 4, 2006
Messages
5
Reaction score
0
Points
0
Website
Visit site
Hi all,



I try to use this command:



checkout libv library1 Vollist=FILE:eek:ut.txt



but the command cant find the out.txt file,

do you know what is the right syntax ?

i also tried :

checkout libv library1 Vollist=FILE:C:\Program Files\Tivoli\tsm\baclient\out.txt

it did not work either

how can i tell TSM the location of file out.txt?



thanks

Huy
 
vollist can be used only witih checkin, not with checkout. Syntax for checkout is:



checkout libv <library-name> <volume-name> checklabel=yes|no remove=yes|no|bulk
 
Vollist is a valid option.



My suggestion is since your path contains spaces, you may need to enclose with quotes.
 
Hi All,

My idea is to checkout more than one tape with the help of Vollist=FILE:filename.txt

where filename.txt is the text file contains all the volumenames that we want to checkout. as you can see the syntax below:









>>-CHECKOut LIBVolume--library_name----+-volume_name-+---------->

'-| A |-------'



.-REMove--=--Bulk-----. .-CHECKLabel--=--Yes-----.

>--+---------------------+--+------------------------+---------->

'-REMove--=--+-Yes--+-' '-CHECKLabel--=--+-Yes-+-'

+-No---+ '-No--'

'-Bulk-'



.-FORCE--=--No------.

>--+-------------------+---------------------------------------><

'-FORCE--=--+-No--+-'

'-Yes-'



A :



|--+-VOLRange--=----volume_name1,volume_name2---+---------------|

more... (<ENTER> to continue, 'C' to cancel)



| .-,-----------. |

| V | |

'-VOLList--=--+---volume_name-+--+-----------'

'-FILE:--file_name-'
 
Back
Top