Tivoli CLI Restore: Difference between revisions

From UNIX Systems Administration
Jump to navigation Jump to search
(Created page with "== Restoring Data From the Commandline */ == AIX == # <tt>'''# /usr/tivoli/tsm/client/ba/bin/dsmc'''</tt> # <tt>'''tsm> restore </absolute/path/to/file/directory> -pick -inact...")
 
No edit summary
Line 1: Line 1:
== Restoring Data From the Commandline */
== Restoring Data from the command line ==
== AIX ==
== AIX ==
# <tt>'''# /usr/tivoli/tsm/client/ba/bin/dsmc'''</tt>
# <tt>'''# /usr/tivoli/tsm/client/ba/bin/dsmc'''</tt>
# <tt>'''tsm> restore </absolute/path/to/file/directory> -pick -inactive </absolute/path/to/restore/directory>'''</tt>
# <tt>'''tsm> restore </absolute/path/to/file/directory> -pick -inactive </absolute/path/to/restore/directory>'''</tt>
# Select which file you wish to restore.
# <tt>'''pick> <choose the number of the file you wish to restore>'''</tt>
# Follow the on-screen instructions.
# <tt>'''pick> o'''</tt>
# Verify that the restore completed successfully.


== Linux ==
== Linux ==
# <tt>'''# /opt/tivoli/tsm/client/ba/bin/dsmc'''</tt>
# <tt>'''# /opt/tivoli/tsm/client/ba/bin/dsmc'''</tt>
# <tt>'''tsm> restore </absolute/path/to/file/directory> -pick -inactive </absolute/path/to/restore/directory>'''</tt>
# <tt>'''tsm> restore </absolute/path/to/file/directory> -pick -inactive </absolute/path/to/restore/directory>'''</tt>
# Select which file you wish to restore.
# <tt>'''pick> <choose the number of the file you wish to restore>'''</tt>
# Follow the on-screen instructions.
# <tt>'''pick> o'''</tt>
# Verify that the restore completed successfully.


== Windows ==
== Windows ==
== Further Reading ==
# [http://publib.boulder.ibm.com/infocenter/tivihelp/v1r1/index.jsp?topic=%2Fcom.ibm.itsmfdt.doc%2Fans60000145.htm Restoring data using the command line]
[[Category: Software]]
[[Category: Tivoli]]

Revision as of 17:47, 12 January 2012

Restoring Data from the command line

AIX

  1. # /usr/tivoli/tsm/client/ba/bin/dsmc
  2. tsm> restore </absolute/path/to/file/directory> -pick -inactive </absolute/path/to/restore/directory>
  3. pick> <choose the number of the file you wish to restore>
  4. pick> o
  5. Verify that the restore completed successfully.

Linux

  1. # /opt/tivoli/tsm/client/ba/bin/dsmc
  2. tsm> restore </absolute/path/to/file/directory> -pick -inactive </absolute/path/to/restore/directory>
  3. pick> <choose the number of the file you wish to restore>
  4. pick> o
  5. Verify that the restore completed successfully.

Windows

Further Reading

  1. Restoring data using the command line