Difference between revisions of "TSM"
From dbawiki
(→Retrieve file from TSM) |
(→Query the archive to see if a file is available in TSM) |
||
| Line 9: | Line 9: | ||
<pre> | <pre> | ||
dsmc query archive -server=SO_U_ubenoa31_ORX_D_BAX "/oracle/export/NSWORKP1/export_NSWORKP1_D_FULL_20130103*" | dsmc query archive -server=SO_U_ubenoa31_ORX_D_BAX "/oracle/export/NSWORKP1/export_NSWORKP1_D_FULL_20130103*" | ||
| + | </pre> | ||
| + | ====List all export jobs on this TSM node==== | ||
| + | <pre> | ||
| + | cd /oracle/export | ||
| + | dsmc q ar -subdir=yes -se=SO_U_UBENOA26_ORX_D_BAX "expdp*" | ||
</pre> | </pre> | ||
Revision as of 10:03, 5 February 2013
Contents
Tivoli Storage Management
Send a file to TSM
dsmc archive -server=SO_U_ubenoa31_ORX_D_BAX "/oracle/export/NSWORKP1/export_NSWORKP1_D_FULL_201301030007_01.dmp"
Query the archive to see if a file is available in TSM
dsmc query archive -server=SO_U_ubenoa31_ORX_D_BAX "/oracle/export/NSWORKP1/export_NSWORKP1_D_FULL_20130103*"
List all export jobs on this TSM node
cd /oracle/export dsmc q ar -subdir=yes -se=SO_U_UBENOA26_ORX_D_BAX "expdp*"
Retrieve file from TSM
dsmc retrieve -pick -server=SO_U_ubenoa31_ORX_D_BAX "/oracle/export/NSWORKP1/export_NSWORKP1_D_FULL_20130103*"
This opens an interactive window listing all files that match the file query (note the wildcard)
Files can be toggled on and off for recovery by pressing the number associated with the file then recover with the letter O.