Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

"q backup" error using a wildcard - help please

Status
Not open for further replies.

TG1

Programmer
Feb 4, 2005
17
0
0
US
WE're running tsm on a windows 2003 box and our tsm admin is not in. One of the dba's would like to expire some files but can't get a "q backup" to work correctly. He wants to run the q backup and then run the expire command.
On the windows server - he runs:

cd \PROGRAM FILES\TIVOLI\TSM\BACLIENT
DSMC -OPTFILE=MSSQL_DSM.OPT
tsm> Q BACKUP -SU=YES {//EPODBMS/DATA/0001}\*\* (shows a full list of files)

tsm> Q BACKUP -SU=YES {//EPODBMS/DATA/0001}\w*\* (shows nothing but should show all files beginning with "w")

Can you tell me what I'm doing wrong.
TIA
 
Try adding a drive letter

q backup -su=yes \\epodbms\data\0001\d$\w*\*

Where d corresponds to what ever drive the data resides on.
 
Thanks for your response but that still didn't work. No files came back. Could it have to do with trying to use wildcards with filespace names? Is there any way to do this?
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top