Operating System - HP-UX
1830834 Members
2542 Online
110017 Solutions
New Discussion

Ultrium 230 not found on rp5400 HPUX11r2

 
SOLVED
Go to solution
Kuang Chen
Frequent Advisor

Ultrium 230 not found on rp5400 HPUX11r2

Just connect the ultrium 230 to on rp5400 server. I tried insf -e and ioscan found the tape unknow.
> ioscan -fn
ext_bus 0 0/0/1/0 c8xx CLAIMED INTERFACE SCSI C896 Fast Wide LVD
target 4 0/0/1/0.3 tgt NO_HW DEVICE
unknown -1 0/0/1/0.3.0 NO_HW UNKNOWN HP Ultrium 1-SCSI

Is anyone know this issue?
10 REPLIES 10
Pupil_1
Trusted Contributor
Solution

Re: Ultrium 230 not found on rp5400 HPUX11r2

Does the syslog.log or dmesg show that the h/w has been detected?

Has the Kernel got the driver for the stape?
lsdev is the command to check !!

There is always something new to learn everyday !!
Torsten.
Acclaimed Contributor

Re: Ultrium 230 not found on rp5400 HPUX11r2

UNKNOWN means no driver, but NO_HW means is no longer connected (but it was previously).

First make sure the drive is connected, SCSI ID is set (current value is 3 - make sure it is unique) and the bus is terminated. Configure the stape driver to the kernel.

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!   
Kuang Chen
Frequent Advisor

Re: Ultrium 230 not found on rp5400 HPUX11r2

did not see any stape.

vmunix: 0/0/1/0.3 tgt
vmunix: 0/0/1/1.7 tgt

Pupil_1
Trusted Contributor

Re: Ultrium 230 not found on rp5400 HPUX11r2

You will have to add the stape driver to the Kernel and then udpate the kernel as your kernel is missing hte stape driver !!

There is always something new to learn everyday !!
Kuang Chen
Frequent Advisor

Re: Ultrium 230 not found on rp5400 HPUX11r2

ID3 is unique.
I checked couple time the connection. Not quick understand why ioscan -fn in description it found HP Ulltrium 1-SCSI, but Device unknown? Any tool to diagnose the tape driver?


Torsten.
Acclaimed Contributor

Re: Ultrium 230 not found on rp5400 HPUX11r2

again:

UNKNOWN means no driver, but

NO_HW

means is no longer connected (but it was previously).

Check the connectivity!
(cable, terminator, cross check the drive with another server just in case of a bad drive)

The device name came from the inquiry.

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!   
Patrick Wallek
Honored Contributor

Re: Ultrium 230 not found on rp5400 HPUX11r2

You need to add tape drivers to the kernel and reboot.

I would go ahead and add both stape and tape2 tape drivers. This can be done through SAM and SAM can rebuild the kernel for you.
Kuang Chen
Frequent Advisor

Re: Ultrium 230 not found on rp5400 HPUX11r2

Thanks Dhanish.
After dd stape to kernal, ioscan -fn find the tape
tape 0 0/0/1/0.3.0 stape CLAIMED DEVICE HP Ultrium 1-SCSI

Kuang Chen
Frequent Advisor

Re: Ultrium 230 not found on rp5400 HPUX11r2

case close Thanks again.
Pupil_1
Trusted Contributor

Re: Ultrium 230 not found on rp5400 HPUX11r2

Never a problem Kuang Chen !!
There is always something new to learn everyday !!