I want to delete it !!!

koenneke

ADSM.ORG Member
Joined
Nov 10, 2006
Messages
36
Reaction score
0
Points
0
Hello,





I have a problem with deleting a file form a linux client.



Query backup looks like this



tsm> query backup /vmfs/vmhba0:0:0:8/*

Size Backup Date Mgmt Class A/I File

---- ----------- ---------- --- ----

21,474,836,992 B 10-11-2006 13:58:18 DEFAULT A /vmfs/vmhba0:0:0:8/yayayada.vmdk



I am using this command:



delete backup ?/vmfs/vmhba0:0:0:8/*" ?pick



tsm returns invalid options specified



delete backup ?/vmfs/vmhba0:0:0:8/yayayada.vmdk?



same message: invalid options specified.





I have authorization to delete file from the backup!!!





What is wrong?





Greetings,



:confused:
 
<TABLE BORDER=0 ALIGN=CENTER WIDTH=85%><TR><TD><font class="pn-sub">Quote:</font><HR></TD></TR><TR><TD><FONT class="pn-sub"><BLOCKQUOTE>Try Q Filespace



and try to delete filespace.</BLOCKQUOTE></FONT></TD></TR><TR><TD><HR></TD></TR></TABLE>



Yeah.. and if a fly bothers you in the office - throw an atomic bomb.. ;)



Cheers

PJ



P.S. I'd try:



del ba /vmfs/yayayada.vmdk -su=y -pick



if /vmfs is a filesystem. If its just a directory, I'd try



del ba /yayayada.vmdk -su=y -pick
 
Problem stays: ANS1038S Invalid option specified



delete filespace is not an option, because i need other files in the filespace



i can use some help!



thnx





<TABLE BORDER=0 ALIGN=CENTER WIDTH=85%><TR><TD><font class="pn-sub">Quote:</font><HR></TD></TR><TR><TD><FONT class="pn-sub"><BLOCKQUOTE>Hello,





I have a problem with deleting a file form a linux client.



Query backup looks like this



tsm> query backup /vmfs/vmhba0:0:0:8/*

Size Backup Date Mgmt Class A/I File

---- ----------- ---------- --- ----

21,474,836,992 B 10-11-2006 13:58:18 DEFAULT A /vmfs/vmhba0:0:0:8/yayayada.vmdk



I am using this command:



delete backup ?/vmfs/vmhba0:0:0:8/*" ?pick



tsm returns invalid options specified



delete backup ?/vmfs/vmhba0:0:0:8/yayayada.vmdk?



same message: invalid options specified.





I have authorization to delete file from the backup!!!





What is wrong?





Greetings,



:confused: </BLOCKQUOTE></FONT></TD></TR><TR><TD><HR></TD></TR></TABLE>
 
I don't know which codepage you're using, but here in the forum, it looks like you're starting and ending the filespec with a questionmark. That wouldn't work, of course.



General help for problems like that:



Keep it simple - don't use quotes if you don't need them. Escape/quote wildcards when you're working from the shell. Try to avoid special charachters and rather run the risk that you have to scroll a bit more using pick.



Cheers

PJ
 
Back
Top