Operating System - HP-UX
1832678 Members
2861 Online
110043 Solutions
New Discussion

Re: SCSI JBOD & D Class Server

 
hp_user_1
Regular Advisor

SCSI JBOD & D Class Server

Hello,

I have a SCSI JBOD with 6 drives in it. It is connected to a D Class server running HPUX 11i. When I do 'sea' at the PDC level I see all disks with their proper SCSI IDs but when I boot the server and do an ioscan I only see the ones inside the server and not the ones in the array. I have changed the SCSI card and the cable with known good ones. All internal as well as the array drives have unique IDs. Please help.
5 REPLIES 5
Mel Burslan
Honored Contributor

Re: SCSI JBOD & D Class Server

Looks like your kernel does not have the drivers for the SCSI Bus adapter card you have on your D-Class machine. Of course when the bootstrap is looking for all hardware, it is probing every resource it can, hence can see the disks as SCSI devices responding to query. But once the HPUX takes the helm, it does not know how to talk to those guys because it is not even aware of the SCSI adapter it has. You need to figure out the SCSI card model and load the necessary kernel drivers then recompile your kernel. You should be in business in no time.

Good luck.
________________________________
UNIX because I majored in cryptology...
hp_user_1
Regular Advisor

Re: SCSI JBOD & D Class Server

The SCSI driver is claimed at the hpux level. The first time I connected the jbod and booted hpux it saw all devices but when I rebooted the box it saw none of them. I changed the SCSI adapter, SCSI cable to the jbod as well. The SCSI bus is terminated at the jbod too.
Sudeesh
Respected Contributor

Re: SCSI JBOD & D Class Server

Hi,
1. How many SCSI controllers exist in the system? is both internal and JBOD is connected to same controller?

2. From which disk/controller the system is booting?

Probably your answer will help us to point out the issue.


Sudeesh
The most predictable thing in life is its unpredictability
Steven E. Protter
Exalted Contributor

Re: SCSI JBOD & D Class Server

If you have two D class servers hooked up to the jbod:

The problem is the default scsi id on both scsi cards connected to the jbod is the same, probably 7.

You have to shut the machine down and change the dip switches on one of the scsi cards.

Then ioscan will show the disks on both servers.

The same symptoms can arise when there is improper scsi termination.

SEP
Steven E Protter
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
hp_user_1
Regular Advisor

Re: SCSI JBOD & D Class Server

The behavior I noticed now is little different.

There are 2 9gb internal disks in the server and the server sees them well. However, the drives in the jbod are seen at the PDC level only and not by ioscan. There is only one SCSI card inside the server. The scsi bus is terminated at the jbod. The card's ID is 7, the internal disks are 5 and 8. The disks in the jbod have unique IDs other than 5, 7 and 8.

Regards,