Difference between revisions of "TSM"

From dbawiki
Jump to: navigation, search
(Created page with "===Tivoli Storage Management=== ====Query the archive to see if a file is available==== <pre> dsmc query archive -server=SO_U_ubenoa31_ORX_D_BAX "/oracle/export/NSWORKP1/expo...")
 
(Tivoli Storage Management)
Line 1: Line 1:
 
===Tivoli Storage Management===
 
===Tivoli Storage Management===
  
====Query the archive to see if a file is available====
+
====Send a file to TSM====
 +
<pre>
 +
dsmc archive -server=SO_U_ubenoa31_ORX_D_BAX "/oracle/export/NSWORKP1/export_NSWORKP1_D_FULL_201301030007_01.dmp"
 +
</pre>
 +
 
 +
====Query the archive to see if a file is available in TSM====
 
<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*"
Line 12: Line 17:
 
This opens an interactive window listing all files that match the file query (note the wildcard)<br />
 
This opens an interactive window listing all files that match the file query (note the wildcard)<br />
 
Files can be toggled on and off for recovery then recover.
 
Files can be toggled on and off for recovery then recover.
 
====Store a file to TSM====
 
<pre>
 
dsmc archive -server=SO_U_ubenoa31_ORX_D_BAX "/oracle/export/NSWORKP1/export_NSWORKP1_D_FULL_201301030007_01.dmp"
 
</pre>
 

Revision as of 12:59, 9 January 2013

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*"

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 then recover.