Veritas NetBackup™ Administrator's Guide, Volume II
- NetBackup licensing models and the nbdeployutil utility
- Additional configuration
- About dynamic host name and IP addressing
- About busy file processing on UNIX clients
- About the Shared Storage Option
- About configuring the Shared Storage Option in NetBackup
- Viewing SSO summary reports
- About the vm.conf configuration file
- Holds Management
- Menu user interfaces on UNIX
- About the tpconfig device configuration utility
- About the NetBackup Disk Configuration Utility
- Reference topics
- Host name rules
- About reading backup images with nbtar or tar32.exe
- Factors that affect backup time
- NetBackup notify scripts
- Media and device management best practices
- About TapeAlert
- About tape drive cleaning
- How NetBackup reserves drives
- About SCSI persistent reserve
- About the SPC-2 SCSI reserve process
- About checking for data loss
- About checking for tape and driver configuration errors
- How NetBackup selects media
- About Tape I/O commands on UNIX
Restoring files with non-NetBackup restore utilities (on UNIX)
This sequence assumes that the media is known to Media Manager and that the tape drive is under Media Manager control.
Before you begin, obtain the following information:
The media ID of the tape that contains the required backup.
The tape file number of the backup on the tape.
See the NetBackup Images on Media report for this tape.
The tape type and density.
The tape pool.
To restore files with a non-NetBackup utility
- Enter the following command:
tpreq -m media_id -a r -d density -p poolname -f /tmp/tape
Where the following is true:
media_id is the media ID of tape that contains the backup.
density is the density of the tape.
poolname is the volume pool to which the tape belongs
- Enter the following command: mt -f /tmp/tape rew
- Enter the following command: mt -f /tmp/tape fsf file_#
Where the following is true:
file_# is the tape file number of the backup on tape. Determine the tape file number by checking the NetBackup Images on Media report for the tape.
- Enter the following command: mt -f /tmp/tape fsr
- Enter the following command:
/bin/nbtar -tvfb /tmp/tape blocksize
Where the following is true:
blocksize is 64 (assume that the tape is written with 32K blocks)
- Enter the following command: tpunmount /tmp/tape