Operating System - HP-UX
1752569 Members
4821 Online
108788 Solutions
New Discussion юеВ

How to use HP MSL 4048 tape library?

 
SOLVED
Go to solution
newa
Frequent Advisor

How to use HP MSL 4048 tape library?

Hi

We just got an HP MSL4048 tape library and had it connected to a rx3600(HP-UX11i v2)server via a SAN switch. After installing the kernel driver "schgr", ioscan lists 2 entries related to the tape library:

intg1.cdr-ss.com:/roothome # ioscan -fnkCautoch
Class I H/W Path Driver S/W State H/W Type Description
==========================================================================
autoch 0 0/2/1/0/4/0.1.2.255.0.0.1 schgr CLAIMED DEVICE HP MSL G3 Series
/dev/rac/c2t0d1
autoch 1 0/2/1/0/4/0.1.6.255.0.0.1 schgr CLAIMED DEVICE HP MSL G3 Series
/dev/rac/c4t0d1
intg1.cdr-ss.com:/roothome #

Now my question is how do I use this tape library to do backup using fbackup/tar? Did I miss anything here?

Thanks a lot in advance.


5 REPLIES 5
Torsten.
Acclaimed Contributor

Re: How to use HP MSL 4048 tape library?

How about a backup application, e.g. data protector?

Hope this helps!
Regards
Torsten.

__________________________________________________
There are only 10 types of people in the world -
those who understand binary, and those who don't.

__________________________________________________
No support by private messages. Please ask the forum!

If you feel this was helpful please click the KUDOS! thumb below!   
Torsten.
Acclaimed Contributor
Solution

Re: How to use HP MSL 4048 tape library?

By the way, you see the same library twice.

Better to create a zone with only 1 path to the library to avoid confusion.


For simple tools like tar or whatever, you can use "mc" command or the web frontend to load a tape into the drive, then run such command.

Hope this helps!
Regards
Torsten.

__________________________________________________
There are only 10 types of people in the world -
those who understand binary, and those who don't.

__________________________________________________
No support by private messages. Please ask the forum!

If you feel this was helpful please click the KUDOS! thumb below!   
newa
Frequent Advisor

Re: How to use HP MSL 4048 tape library?

This tape liabrary has 2 drives and I just used HP StorageWorks Library and Tape Tools(L&TT) to do Read/Write test on both drives and the tests passed.

But how do I access these 2 drives from HP-UX OS? Do I need to worry about the UNCLAIMED/UNKNOWN entries in the following ioscan output? Thanks a lot.

************************************
fc 0 0/2/1/0/4/0 fcd CLAIMED INTERFACE HP AD194-60001 PCI/PCI-X Fibre Channel 2-port 4Gb FC/2-port 1000B-T Combo Adapter (FC Port 1)
/dev/fcd0
fcp 0 0/2/1/0/4/0.1 fcd_fcp CLAIMED INTERFACE FCP Domain
ext_bus 2 0/2/1/0/4/0.1.2.255.0 fcd_vbus CLAIMED INTERFACE FCP Device Interface
target 8 0/2/1/0/4/0.1.2.255.0.0 tgt CLAIMED DEVICE
unknown -1 0/2/1/0/4/0.1.2.255.0.0.0 UNCLAIMED UNKNOWN HP Ultrium 4-SCSI
autoch 0 0/2/1/0/4/0.1.2.255.0.0.1 schgr CLAIMED DEVICE HP MSL G3 Series
/dev/rac/c2t0d1
ext_bus 3 0/2/1/0/4/0.1.3.255.0 fcd_vbus NO_HW INTERFACE FCP Device Interface
target 9 0/2/1/0/4/0.1.3.255.0.0 tgt NO_HW DEVICE
unknown -1 0/2/1/0/4/0.1.3.255.0.0.0 NO_HW UNKNOWN HP Ultrium 4-SCSI
ext_bus 4 0/2/1/0/4/0.1.6.255.0 fcd_vbus NO_HW INTERFACE FCP Device Interface
target 11 0/2/1/0/4/0.1.6.255.0.0 tgt NO_HW DEVICE
unknown -1 0/2/1/0/4/0.1.6.255.0.0.0 NO_HW UNKNOWN HP Ultrium 4-SCSI
autoch 1 0/2/1/0/4/0.1.6.255.0.0.1 schgr NO_HW DEVICE HP MSL G3 Series
/dev/rac/c4t0d1
ext_bus 5 0/2/1/0/4/0.1.7.255.0 fcd_vbus CLAIMED INTERFACE FCP Device Interface
target 10 0/2/1/0/4/0.1.7.255.0.0 tgt CLAIMED DEVICE
unknown -1 0/2/1/0/4/0.1.7.255.0.0.0 UNCLAIMED UNKNOWN HP Ultrium 4-SCSI




Torsten.
Acclaimed Contributor

Re: How to use HP MSL 4048 tape library?

You need to configure the "stape" driver into the kernel.

# kcmodule stape=static

and reboot.

Hope this helps!
Regards
Torsten.

__________________________________________________
There are only 10 types of people in the world -
those who understand binary, and those who don't.

__________________________________________________
No support by private messages. Please ask the forum!

If you feel this was helpful please click the KUDOS! thumb below!   
newa
Frequent Advisor

Re: How to use HP MSL 4048 tape library?

Thanks a lot. It works now