Tivoli CLI Restore: Difference between revisions

From UNIX Systems Administration
Jump to navigation Jump to search
Line 15: Line 15:
== Further Reading ==
== Further Reading ==
# [https://www.ibm.com/support/knowledgecenter/SSGSG7_6.4.0/com.ibm.itsm.client.doc/r_cmd_restore.html IBM Knowledge Center - Restore]
# [https://www.ibm.com/support/knowledgecenter/SSGSG7_6.4.0/com.ibm.itsm.client.doc/r_cmd_restore.html IBM Knowledge Center - Restore]
# [http://publib.boulder.ibm.com/infocenter/tivihelp/v1r1/index.jsp?topic=%2Fcom.ibm.itsmfdt.doc%2Fans60000145.htm Restoring data using the command line]
# [https://www.ibm.com/support/knowledgecenter/SSGSG7_6.4.0/com.ibm.itsm.client.doc/c_opt_restoreretrieve.html IBM Knowledge Center - Restore and Retrieve Processing Options]
# [https://publib.boulder.ibm.com/tividd/td/TSMC/GC32-0789-04/en_US/HTML/ans50000127.htm Restoring data using the command line]


[[Category: Software]]
[[Category: Software]]
[[Category: Tivoli]]
[[Category: Tivoli]]

Revision as of 18:12, 23 March 2017

Restoring Data from the command line

AIX and Linux

  1. AIX
    # /usr/tivoli/tsm/client/ba/bin64/dsmc
  2. Linux
    # /opt/tivoli/tsm/client/ba/bin/dsmc
  3. Select files to restore
    tsm> restore </absolute/path/to/file/directory> -pick -inactive </absolute/path/to/restore/directory/> (Note: The last slash in the restore directory is necessary.)
    pick> <choose the number of the file you wish to restore>
    pick> o
  4. Verify that the restore completed successfully.

Windows

Further Reading

  1. IBM Knowledge Center - Restore
  2. IBM Knowledge Center - Restore and Retrieve Processing Options