Tivoli CLI Restore: Difference between revisions

From UNIX Systems Administration
Jump to navigation Jump to search
Line 1: Line 1:
== Restoring Data from the command line ==
== Restoring Data from the command line ==
== AIX ==
== AIX and Linux==
# <tt>'''# /usr/tivoli/tsm/client/ba/bin/dsmc'''</tt>
# AIX
## <tt>'''# /usr/tivoli/tsm/client/ba/bin64/dsmc'''</tt>
# Linux
## <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> (Note: The last slash in the restore directory is necessary.)
# <tt>'''tsm> restore </absolute/path/to/file/directory> -pick -inactive </absolute/path/to/restore/directory/>'''</tt> (Note: The last slash in the restore directory is necessary.)
# <tt>'''pick> <choose the number of the file you wish to restore>'''</tt>
# <tt>'''pick> <choose the number of the file you wish to restore>'''</tt>

Revision as of 13:56, 15 August 2014

Restoring Data from the command line

AIX and Linux

  1. AIX
    1. # /usr/tivoli/tsm/client/ba/bin64/dsmc
  2. Linux
    1. # /opt/tivoli/tsm/client/ba/bin/dsmc
  3. tsm> restore </absolute/path/to/file/directory> -pick -inactive </absolute/path/to/restore/directory/> (Note: The last slash in the restore directory is necessary.)
  4. pick> <choose the number of the file you wish to restore>
  5. pick> o
  6. 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/> (Note: The last slash in the restore directory is necessary.)
  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. IBM Tivoli Storage Manager Infocenter
  2. Restoring data using the command line