When I attempted to use the command line within TSM, I got the following error:
\tsm> q backup {"\\0633\C$"}\*.* -fromdate=01/27/2003 ANS1081E Invalid search file specification '{\\0633\C$' entered I was trying to get a listing of all my files for a particular node using the filespace which is located on an NT4 drive. TSM server running Win2k using TSM 5.11. Does anyone know what I am entering in wrong? Thanks. "Prather, Wanda" <Wanda.Prather@J To: [EMAIL PROTECTED] HUAPL.EDU> cc: Sent by: "ADSM: Subject: Re: Complete list of *ALL* files in BACKUP/ARCHIVE Dist Stor Manager" <[EMAIL PROTECTED] T.EDU> 01/30/2003 11:32 AM Please respond to "ADSM: Dist Stor Manager" And the same stuff with a SELECT: Dsmadmc -id=adminid -password=adminpwd -commadelimited "select node_name,filespace_name,state,type,hl_name,ll_name,backup_date from backups where node_name='XXXXXX' " >output.file Repeat with "from archives". DON"T try this on the entire backups table if you have a large DB! The backups table is indexed by node_name, so it works pretty well for 1 node at a time... -----Original Message----- From: Doug Thorneycroft [mailto:[EMAIL PROTECTED]] Sent: Thursday, January 30, 2003 1:39 PM To: [EMAIL PROTECTED] Subject: Re: Complete list of *ALL* files in BACKUP/ARCHIVE In Window, you can issue the following command from the command Prompt to send the list to a text file. dsmc q backup -nodename=<NODE> '{\\Filespace_name}\*.*' -subdir=yes -inactive >filename.txt -----Original Message----- From: Zoltan Forray/AC/VCU [SMTP:[EMAIL PROTECTED]] Sent: Thursday, January 30, 2003 10:04 AM To: [EMAIL PROTECTED] Subject: Complete list of *ALL* files in BACKUP/ARCHIVE What is the easiest/best way/command to get a complete list of *ALL* files in BACKUP/ARCHIVEs for a NODE ? We want to generate this list so we can store it for later browsing, if necessary. The reason for this is that I am about to do an import for a node that was exported and deleted, just because the user thinks there is a file in the archives that they need. It would have been nice to simply browse a file and say "nope, the file you want wasn't on that box and there isn't a backup/archive for it".