Storedge 3000 - cannot see it from OS

sun

Storedge 3000 - cannot see it from OS

Postby sskublickas » Wed, 19 Nov 2003 08:40:05 GMT

Hello,
I have SUN 480R server as well as Sun StorEdge 3000 that has 5*72GB HDDs in it.
When I use probe-scsi-all system displays all the drives fine.
The problem occurs when I try to see those drives from SUN 8.0. For Example
I type "format" but system displays only hdds that are build into 480R server:

       0. c1t0d0 <SUN36G cyl 24620 alt 2 hd 27 sec 107>
          /pci@9,600000/SUNW,qlc@2/fp@0,0/ssd@w21000004cfe40959,0
       1. c1t1d0 <SUN36G cyl 24620 alt 2 hd 27 sec 107>
          /pci@9,600000/SUNW,qlc@2/fp@0,0/ssd@w21000004cfe4091b,0

I Installed all the packages that came with a StorEdge 3000 CD:

SUNWscsa             Sun StorEdge(tm) Diagnostic Reporter daemon
SUNWscsd             Sun StorEdge(tm) Configuration Service Agent
SUNWscsu             Sun StorEdge(tm) Configuration Service Console
SUNWscui             Sun StorEdge(tm) Diagnostic Reporter console

Can anybody tell what else I should configure to get those drives online?

Thanks
S

Re: Storedge 3000 - cannot see it from OS

Postby Chris Newport » Wed, 19 Nov 2003 11:09:48 GMT




devfsadm

-- 
My real address is crn (at) netunix (dot) com
WARNING all messages containing attachments or html will be silently
deleted. Send only plain text.


Re: Storedge 3000 - cannot see it from OS

Postby Scott Howard » Wed, 19 Nov 2003 12:27:38 GMT



I'm presuming this is a StorEdge 3310, in which case it's probably
connected to an Ultra-SCSI-3 "qus" card.  That being the case you'll
probably need to install the qus drivers which you can download from :
 http://www.**--****.com/ 
"Sun StorEdge PCI Dual Ultra3 SCSI Host Adapter v1.0"

  Scott

Re: Storedge 3000 - cannot see it from OS

Postby Barton Fisk » Wed, 19 Nov 2003 13:28:47 GMT






Also assuming that this is a 3310 SCSI array:
You'll also want the latest qus driver patch. For 8 it's 112697-04, 9 is 
112706-03.

Also, the LUNs won't be seen until the /kernel/drv/sd.conf file is 
configured on the host for the LUN's created/mapped in the 3310 firmware. 
tail sd.conf for 3 LUN's on target 10 for example:

#       Added entries for 3310 LUNs

name="sd" class="scsi"
target=10 lun=0;
name="sd" class="scsi"
target=10 lun=1;
name="sd" class="scsi"
target=10 lun=2;

Once this is all done, you should be able to devfsadm and see the 
targets/LUNs in format.
-- 
Barton Fisk, SCNA SCSA

Replace NOSPAM with net to reply via email.
---------
Using M2, Opera's revolutionary e-mail client:  http://www.**--****.com/ 

Re: Storedge 3000 - cannot see it from OS

Postby sskublickas » Fri, 21 Nov 2003 04:34:52 GMT

arton Fisk < XXXX@XXXXX.COM > wrote in message news:< XXXX@XXXXX.COM >...


Thank you guys for advices... I installed the driver you told me and it works.
But there is another problem. Out of 5 disks in 3310 i can see only 3. One of
those 3 disks are not recognized. I tried to format it and specify disk type
but format afterall failed.

AVAILABLE DISK SELECTIONS:
0. c1t0d0 <SUN36G cyl 24620 alt 2 hd 27 sec 107>
/pci@9,600000/SUNW,qlc@2/fp@0,0/ssd@w21000004cfe40959,0
1. c1t1d0 <SUN36G cyl 24620 alt 2 hd 27 sec 107>
/pci@9,600000/SUNW,qlc@2/fp@0,0/ssd@w21000004cfe4091b,0
2. c2t9d0 <SUN72G cyl 14087 alt 2 hd 24 sec 424>
/pci@8,600000/pci@1/scsi@4/sd@9,0
3. c2t10d0 <drive type unknown>
/pci@8,600000/pci@1/scsi@4/sd@a,0
4. c2t11d0 <SUN72G cyl 14087 alt 2 hd 24 sec 424>
/pci@8,600000/pci@1/scsi@4/sd@b,0

MY Sd.conf file loks like this:
######################################################################
name="sd" class="scsi" class_prop="atapi"
target=0 lun=0;
name="sd" class="scsi" class_prop="atapi"
target=1 lun=0;
name="sd" class="scsi" class_prop="atapi"
target=2 lun=0;
name="sd" class="scsi" class_prop="atapi"
target=3 lun=0;
name="sd" class="scsi"
target=4 lun=0;
name="sd" class="scsi"
target=5 lun=0;
name="sd" class="scsi"
target=6 lun=0;
name="sd" class="scsi"
target=8 lun=0;
name="sd" class="scsi"
target=9 lun=0;
name="sd" class="scsi"
target=10 lun=0;
name="sd" class="scsi"
target=11 lun=0;
name="sd" class="scsi"
target=12 lun=0;
name="sd" class="scsi"
target=13 lun=0;
name="sd" class="scsi"
target=14 lun=0;
name="sd" class="scsi"
target=15 lun=0;

#New luns appended to a default configuration:
name="sd" class="scsi"
target=4 lun=0;
name="sd" class="scsi"
target=4 lun=1;
name="sd" class="scsi"
target=4 lun=2;
name="sd" class="scsi"
target=4 lun=3;
name="sd" class="scsi"
target=4 lun=4;
######################################################################

Re: Storedge 3000 - cannot see it from OS

Postby sskublickas » Fri, 21 Nov 2003 05:01:24 GMT

arton Fisk < XXXX@XXXXX.COM > wrote in message news:< XXXX@XXXXX.COM >...


Thank you guys for advices... I installed the driver you told me and it works.
But there is another problem. Out of 5 disks in 3310 i can see only 3. One of
those 3 disks are not recognized. I tried to format it and specify disk type
but format afterall failed.

AVAILABLE DISK SELECTIONS:
0. c1t0d0 <SUN36G cyl 24620 alt 2 hd 27 sec 107>
/pci@9,600000/SUNW,qlc@2/fp@0,0/ssd@w21000004cfe40959,0
1. c1t1d0 <SUN36G cyl 24620 alt 2 hd 27 sec 107>
/pci@9,600000/SUNW,qlc@2/fp@0,0/ssd@w21000004cfe4091b,0
2. c2t9d0 <SUN72G cyl 14087 alt 2 hd 24 sec 424>
/pci@8,600000/pci@1/scsi@4/sd@9,0
3. c2t10d0 <drive type unknown>
/pci@8,600000/pci@1/scsi@4/sd@a,0
4. c2t11d0 <SUN72G cyl 14087 alt 2 hd 24 sec 424>
/pci@8,600000/pci@1/scsi@4/sd@b,0

MY Sd.conf file loks like this:
######################################################################
name="sd" class="scsi" class_prop="atapi"
target=0 lun=0;
name="sd" class="scsi" class_prop="atapi"
target=1 lun=0;
name="sd" class="scsi" class_prop="atapi"
target=2 lun=0;
name="sd" class="scsi" class_prop="atapi"
target=3 lun=0;
name="sd" class="scsi"
target=4 lun=0;
name="sd" class="scsi"
target=5 lun=0;
name="sd" class="scsi"
target=6 lun=0;
name="sd" class="scsi"
target=8 lun=0;
name="sd" class="scsi"
target=9 lun=0;
name="sd" class="scsi"
target=10 lun=0;
name="sd" class="scsi"
target=11 lun=0;
name="sd" class="scsi"
target=12 lun=0;
name="sd" class="scsi"
target=13 lun=0;
name="sd" class="scsi"
target=14 lun=0;
name="sd" class="scsi"
target=15 lun=0;

#New luns appended to a default configuration:
name="sd" class="scsi"
target=4 lun=0;
name="sd" class="scsi"
target=4 lun=1;
name="sd" class="scsi"
target=4 lun=2;
name="sd" class="scsi"
target=4 lun=3;
name="sd" class="scsi"
target=4 lun=4;
######################################################################

Similar Threads:

1.SN#12777 Save on Sun StorEdge[TM] 3000 Arrays

2.SN#13028 New Options and Repricing of Sun StorEdge[TM] 3000 Arrays

3.SN#13680 Sun StorEdge[TM] 3000 Tabletop Conversion Kit

4.SN#13886 Repricing Select Sun StorEdge[TM] 3000 Arrays

5.v880 SCSI ultra 3 not seen by OS

I just received a v880 and intended to install Solaris 9 on an S1array  with a
SCSI ultra 3 differentail SCSI controller.  The OS only sees the internal
drives. The hardware sees the controller.  I am being told there is no way to
add a device driver at boot time to load the driver for the controller.

Thanks
Gary Quiring

6. Cheap 3com ATM, Corebuilder3500, Corebuilder7000, Netbuilder2 and Superstack II 3000/3300 Parts

7. cheap Sun Ultra Enterprise 3000 Parts

8. server: sun ultra enterprise 3000 + viele ersatzteile



Return to sun

 

Who is online

Users browsing this forum: No registered users and 14 guest