Operating System - HP-UX
1855732 Members
2474 Online
104103 Solutions
New Discussion

HP StorageWorks Autoloader 1/8 Ultrium 460: Installation problems

 
SOLVED
Go to solution
Yogeeraj_1
Honored Contributor

HP StorageWorks Autoloader 1/8 Ultrium 460: Installation problems

Dear experts!

We are currently in the process of configuring an HP autoloader on our RP5400 (L1000).

Using the information in the whitepaper: How to configure a tape library in HP-UX, we have gone through most of the steps rather successfully! However, when using the mc command to check the configuration, we are getting the following error message:
# mc -p /dev/picker -q
ERROR: 0x5 Illegal Request : 0x2400 Invalid field in command descriptor block #

Below, details about how the Autoloader identified itself tou our system upon first connection to the SCSI port:
=============================================
# ioscan -f| grep -i unclaimed
unknown -1 0/0/1/0.5.0 UNCLAIMED UNKNOWN HP Ultrium 2-SCSI
# ioscan -fH 0/0/1
Class I H/W Path Driver S/W State H/W Type Description
=====================================================================
ext_bus 0 0/0/1/0 c720 NO_HW INTERFACE SCSI C896 Fast Wide LVD
target 0 0/0/1/0.0 tgt NO_HW DEVICE
autoch 0 0/0/1/0.0.0 schgr NO_HW DEVICE HP ThinStor AutoLdr
target 1 0/0/1/0.5 tgt NO_HW DEVICE
unknown -1 0/0/1/0.5.0 NO_HW UNKNOWN HP Ultrium 2-SCSI
target 2 0/0/1/0.7 tgt NO_HW DEVICE
ctl 0 0/0/1/0.7.0 sctl NO_HW DEVICE Initiator
ext_bus 1 0/0/1/1 c720 NO_HW INTERFACE SCSI C896 Ultra Wide Single-Ended
target 3 0/0/1/1.0 tgt NO_HW DEVICE
disk 2 0/0/1/1.0.0 sdisk NO_HW DEVICE SEAGATE ST318404LC
target 4 0/0/1/1.2 tgt NO_HW DEVICE
disk 3 0/0/1/1.2.0 sdisk NO_HW DEVICE SEAGATE ST318404LC
target 5 0/0/1/1.7 tgt NO_HW DEVICE
ctl 1 0/0/1/1.7.0 sctl NO_HW DEVICE Initiator
#


The following steps were performed in view of the configuration of the picker:
===============================================
# mknod /dev/picker c 203 0x005000
# ll -rtl|tail -1
crw-rw-rw- 1 root sys 203 0x005000 Mar 11 11:32 picker
# ioscan -fH 0/0/1
Class I H/W Path Driver S/W State H/W Type Description
=====================================================================
ext_bus 0 0/0/1/0 c720 NO_HW INTERFACE SCSI C896 Fast Wide LVD
target 0 0/0/1/0.0 tgt NO_HW DEVICE
autoch 0 0/0/1/0.0.0 schgr NO_HW DEVICE HP ThinStor AutoLdr
target 1 0/0/1/0.5 tgt NO_HW DEVICE
unknown -1 0/0/1/0.5.0 NO_HW UNKNOWN HP Ultrium 2-SCSI
target 2 0/0/1/0.7 tgt NO_HW DEVICE
ctl 0 0/0/1/0.7.0 sctl NO_HW DEVICE Initiator
ext_bus 1 0/0/1/1 c720 NO_HW INTERFACE SCSI C896 Ultra Wide Single-Ended
target 3 0/0/1/1.0 tgt NO_HW DEVICE
disk 2 0/0/1/1.0.0 sdisk NO_HW DEVICE SEAGATE ST318404LC
target 4 0/0/1/1.2 tgt NO_HW DEVICE
disk 3 0/0/1/1.2.0 sdisk NO_HW DEVICE SEAGATE ST318404LC
target 5 0/0/1/1.7 tgt NO_HW DEVICE
ctl 1 0/0/1/1.7.0 sctl NO_HW DEVICE Initiator
#
# lsdev -d sctl
Character Block Driver Class
203 -1 sctl ctl
# cd /usr/contrib/src
# cc scsi_io.c
# ./a.out /dev/picker
The thing claims to be: HP Ultrium 2-SCSI F7BP
# mc -p /dev/picker -q
ERROR: 0x5 Illegal Request : 0x2400 Invalid field in command descriptor block #



Did we miss something?

thank you in advance for your replies.

best regards
yogeeraj
No person was ever honoured for what he received. Honour has been the reward for what he gave (clavin coolidge)
3 REPLIES 3
Steve Steel
Honored Contributor
Solution

Re: HP StorageWorks Autoloader 1/8 Ultrium 460: Installation problems

Hi


See if the permissions on the /dev/picker are limited

May be thinking it is busy

Set them on full for everybody

Try again

Steve Steel
If you want truly to understand something, try to change it. (Kurt Lewin)
Yogeeraj_1
Honored Contributor

Re: HP StorageWorks Autoloader 1/8 Ultrium 460: Installation problems

hi steeve steel,

thank you for the reply.
the permissions are ok!

# cd /dev/
# ll picker
crw-rw-rw- 1 root sys 203 0x005000 Mar 11 11:32 picker
# mc -p /dev/picker -q
ERROR: 0x5 Illegal Request : 0x2400 Invalid field in command descriptor block
#


please advise further.
thanks
yogeeraj
No person was ever honoured for what he received. Honour has been the reward for what he gave (clavin coolidge)
Yogeeraj_1
Honored Contributor

Re: HP StorageWorks Autoloader 1/8 Ultrium 460: Installation problems

hi again,

we are stuck with this problem. Any more clues that can help?

thanks
Yogeeraj
No person was ever honoured for what he received. Honour has been the reward for what he gave (clavin coolidge)