Before you start archiving to a data tape device, configure both the hardware and the software.
Before you start Flame Premium to archive, edit the following keyword in the software initialization configuration file.
In
when you format a new tape archive, the default block size matches the value in the Block Size field.Keep track of the block size value for each tape in case you need to reset the block size at a later time.
To verify the block size of your tape device:
mt -f /dev/st <archive device number> status
Example:
mt -f /dev/st0 status
This command provides feedback similar to the following:
SCSI 2 tape drive: File number=0, block number=0, partition=0. Tape block size 65536 bytes. Density code 0x40 (DLT1 40 GB, or Ultrium). Soft error count since last status=0 General status bits on (41010000): BOT ONLINE IM_REP_EN
If you receive an error message when verifying the block size, you may not be using the correct archive device number. Look in the software initialization configuration file to determine the correct number.
To determine the archive device number:
ClipMgtDeviceTape, /dev/st<archive device number>
The archive device number should be listed on this line. If it is not, or appears to be incorrect, consult the administrator for your system.
If you rebooted the machine or reformatted another archive with a different block size, you must reset the block size for your archive in the command shell.
To reset the block size of your tape:
<archive device number> <block size of your tape device>
Example:
The block size for your tape is reset and you can continue to archive to this tape.