There are a couple of documentation errors relating Netvault Litespeed in conjunction with TSM
1) xp_view_tsmcontent
Result set of the extended stored procedure returns additional column “IsCopyOnly” which is not documented in the current documentation
https://support.quest.com/technical-documents/DOC113119
2) Delete an Object in TSM Using the Command-Line
… is described as :
sqllitespeed -adelete -c"10.0.1.200" -iDEL\nw\std -j"C:\ProgramFiles\Tivoli\tsm\api\dsm.opt" -kpassword
… which does not work (Unknown argument: "-adelete" is returned).
Correct is to use
SLSMedia.exe -r tsm:\\file space\high level\low level --TSMConfigFile C:\ProgramFiles\Tivoli\tsm\api\dsm.opt
usage: SLSMedia {operation} {options}
operation:
-?|--ShowHelp [<help topic>]
-d|--Download <source url> <target filename>
-r|--Remove <object>
-l|--List <object>
-b|--TSMBind <tsm_name>
-q|--TSMQuery <tsm_type>
WORKAROUND
None
STATUS
Waiting for fix in a future release of NetVault LiteSpeed for SQL Server