Moving A Cartridge To The Library Mail Slot; Moving A Cartridge From The Library Mail Slot; Backup And Restore Files Using Tar In Linux; Back Up The Linux Kernel - HP StoreOnce B6000 Configuration Manual

Hp b6000 storeonce backup system linux and unix configuration guide
Hide thumbs Also See for StoreOnce B6000:
Table of Contents

Advertisement

Moving a cartridge to the library Mail Slot

To move a cartridge to the mail slot for exporting to an attached tape drive, the mtx transfer
command should be used. For example, to move the cartridge in slot 1 to the mail slot 25, the
following command should be used:
localhost:~ $ mtx

Moving a cartridge from the library Mail Slot

To move a cartridge from the mail slot following an import from an attached tape drive, the mtx
transfer command should be:
localhost:~ $ mtx

Backup and restore files using TAR in Linux

This section describes how to perform a simple backup and recovery of files to an HP StoreOnce
Backup System using the console applications; MTX and TAR. In the examples, the autoloader
robotics is controlled using generic SCSI device file sg2 and the autoloader tape drive uses tape
device file st0. The file to be backed up and restored is the Linux kernel.

Back up the Linux kernel

1.
Check to see what media is available.
localhost:~ $ mtx
Storage Changer /dev/sg2:1 Drives, 24 Slots
( 1 Import/Export )
Data Transfer Element 0:Empty
Storage Element 1:Full :VolumeTag=72255101
Storage Element 2:Full :VolumeTag=72255102
Storage Element 3:Full :VolumeTag=72255103
Storage Element 4:Full :VolumeTag=72255104
Storage Element 5:Full :VolumeTag=72255105
Storage Element 6:Full :VolumeTag=72255106
Storage Element 7:Full :VolumeTag=72255107
Storage Element 8:Full :VolumeTag=72255108
Storage Element 9:Full :VolumeTag=72255109
Storage Element 10:Full :VolumeTag=72255110A
Storage Element 11:Full :VolumeTag=72255110B
Storage Element 12:Full :VolumeTag=72255110C
Storage Element 13:Full :VolumeTag=72255110D
Storage Element 14:Full :VolumeTag=72255110E
Storage Element 15:Full :VolumeTag=72255110F
Storage Element 16:Full :VolumeTag=722551110
Storage Element 17:Full :VolumeTag=722551111
Storage Element 18:Full :VolumeTag=722551112
Storage Element 19:Full :VolumeTag=722551113
Storage Element 20:Full :VolumeTag=722551114
Storage Element 21:Full :VolumeTag=722551115
Storage Element 22:Full :VolumeTag=722551116
Storage Element 23:Full :VolumeTag=722551117
Storage Element 24:Full :VolumeTag=722551118
Storage Element 25 IMPORT/EXPORT:Empty
2.
Move the cartridge from slot 1 to the tape drive.
localhost:~ $ mtx
3.
Ensure you are in the root directory.
localhost:~ $ cd /
4.
Back up the Linux kernel using tar.
localhost:~ $ tar cvf /dev/st2 ./boot/vmlinux*
f /dev/sg2 transfer 1 25
f /dev/sg2 transfer 25 1
f /dev/sg2 status
f /dev/sg2 load 1 0
Backup and restore files using TAR in Linux
15

Advertisement

Table of Contents
loading

Table of Contents