Verifying The Installation; Verifying The Installation Of The Drive (Unix); To Verify The Installation - HP Ultrium Configuration Manual

Hide thumbs Also See for Ultrium:
Table of Contents

Advertisement

7

Verifying the Installation

Verifying the Installation of the Drive (UNIX)

As part of the installation process, you will have installed the appropriate device driver for your
UNIX system, and created device files to communicate with the tape drive.
This section describes how you can verify the installation has been performed correctly.
In outline, the procedure is as follows:
Check the tape drive responds to a rewind command.
1.
2.
Write test data to a tape.
3.
Read the test data from the tape.
Compare the data read from the tape with the original data on disk.
4.

To verify the installation:

1.
Test the SCSI connection to the tape drive by performing a rewind:
a. If there is a tape cartridge already in the drive, remove it.
b. Insert a tape cartridge.
c. Rewind the tape using the command line:
% mt -f <device file> rewind
For example, on HP-UX:
% mt -f /dev/rmt/0mnb rewind
If the command completes successfully, there will be no feedback. If it fails, you will see an error
message on the console. The hardware installation may be faulty. Check the troubleshooting
section of the User's Guide for help in identifying the problem.
2.
Write a sample file to tape, using ' tar ':
% cd /
% tar cvf <device file> <file>
The options to tar have the following meanings:
Create a new archive (backup file) on the device.
c
Operate in verbose mode.
v
Specify the device file explicitly.
f
The arguments follow the cvf options in the command line. Their values depend on the
operating system; suggested values are given the appropriate operating system chapter.The
arguments are as follows:
<device file> The name of the device file for the drive.
<file>
Example: /dev/rmt/0m
The name of the file to archive, prefixed with ' ./ '.
Example: ./stand/vmunix
HP Ultrium drives UNIX configuration guide
31

Advertisement

Table of Contents
loading

Table of Contents