Operating System - HP-UX
1830733 Members
1758 Online
110015 Solutions
New Discussion

HP Unix 10.2 Device claim

 
mat72
Advisor

HP Unix 10.2 Device claim

Hi,

I need help, to connect a MO SCSI to my B2600. When the drive is connected to the B260 via SCSI card, I see with
ioscan -fnC disk

Script started on Fri Nov 18 13:44:36 2022

# ioscan -fnC disk

Class     I  H/W Path       Driver S/W State   H/W Type     Description

=======================================================================

disk      0  10/0/14/0.0.0  sdisk CLAIMED     DEVICE       TSSTcorpIDE CDROM

                           /dev/dsk/c0t0d0   /dev/rdsk/c0t0d0

disk      1  10/0/15/0.6.0  sdisk CLAIMED     DEVICE       FUJITSU MBA3147NC

                           /dev/dsk/c2t6d0   /dev/rdsk/c2t6d0

disk      8  10/1/1/0.2.0   sdisk UNCLAIMED   UNKNOWN      FUJITSU MCE3064SS

I need to connect the FUJITSU MCE3064SS. If I connect this one to B180 with HP UX 10.2, it recognize the device without any help.

What do I need to change, to get it working?

Thanks.

3 REPLIES 3
georgek_1
HPE Pro

Re: HP Unix 10.2 Device claim

Hello mat72,

Please check if you have any stale device files inside /dev/dsk and /dev/rdsk ,
other than what you have connected to the server, c0t0d0 CDROM and c2t6d0 FUJITSU disk .
You may move them to another place or remove if no longer required .

Other option you may try is to remove and re-create the device using;
# rmsf -H 10/1/1/0.2.0
# insf -H 10/1/1/0.2.0

I work for HPE/ I am an HPE Employee (HPE Community)



I work at HPE
HPE Support Center offers support for your HPE services and products when and how you need it. Get started with HPE Support Center today.
[Any personal opinions expressed are mine, and not official statements on behalf of Hewlett Packard Enterprise]
Accept or Kudo
mat72
Advisor

Re: HP Unix 10.2 Device claim

@georgek_1 

Hi,

sorry for late replay. Had been busy with other problem. The device is still unclaimed and

rmsf -H 10/1/1/0.2.0

show rmsf: io_destroy failed - No match found

if I run

insf  -H 10/1/1/0.2.0

I get no message, but device is still unclaimed.

georgek_1
HPE Pro

Re: HP Unix 10.2 Device claim

Hello mat72,

Have you moved/removed those stale device files , other than that of c0t0d0 of CDROM and c2t6d0 of FUJITSU disk from directories  /dev/dsk and /dev/rdsk before running insf ?

rmsf -H 10/1/1/0.2.0 show rmsf: io_destroy failed - No match found , you are getting this message becasue there are no device files associated with this hardware path .

Please remove those stale device files and  run insf as given earlier and see if that helps to create the device for disk @ 10/1/1/0.2.0 .

I am an HPE Employee. .
[Any personal opinions expressed are mine, and not official statements on behalf of Hewlett Packard Enterprise]

 

 



I work at HPE
HPE Support Center offers support for your HPE services and products when and how you need it. Get started with HPE Support Center today.
[Any personal opinions expressed are mine, and not official statements on behalf of Hewlett Packard Enterprise]
Accept or Kudo