Operating System - HP-UX
1834395 Members
2165 Online
110066 Solutions
New Discussion

Problems with 11.11 and dat24

 
SOLVED
Go to solution
Armin Schneider
Occasional Advisor

Problems with 11.11 and dat24

Hello,

I just installed a new box (rp5470) with hp-ux 11.11
i connected a dat24 (working fine when connecting to another 5470)
when i do a ioscan -fn and search for the path 0/9/0 (there the lvm scsi adapter is) i just see "unknown -1 0/9/0/0.3.0 unclaimed unknown HP C1537A"

what can i do - which patch should be installed ?
2 REPLIES 2
Michael Joos
New Member
Solution

Re: Problems with 11.11 and dat24


just activate the drivers.
go to sam - kernel - driver
put in the scsi and the stape driver
process a new kernel then it should work

James Murtagh
Honored Contributor

Re: Problems with 11.11 and dat24

Hi Armin,

It looks like the kernel is missing the required driver. Run :

kmsystem|grep stape

I would imagine this is set to 'N'. If this is the case, perform the following steps :

cd /stand/build
cp /stand/system /stand/system.prev
kmsystem -c Y -S /stand/system stape
mk_kernel -s /stand/system

You should now have a vmunix_test in this directory if there are no errors. To schedule the kernel update now enter 'kmupdate' and reboot the server.

Regards,

James.