View Single Post

   
  #4 (permalink)  
Old 01-12-2008, 05:54 AM
Barton Fisk
 
Posts: n/a
Default Re: Storedge 3000 - cannot see it from OS

On 18 Nov 2003 03:27:38 GMT, Scott Howard <scott@hunterlink.net.au> wrote:

> Sigitas <sskublickas@hotmail.com> wrote:
>> Hello,
>> I have SUN 480R server as well as Sun StorEdge 3000 that has 5*72GB
>> HDDs in it.

>
> 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://wwws.sun.com/software/download/sys_admin.html under
> "Sun StorEdge PCI Dual Ultra3 SCSI Host Adapter v1.0"


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.opera.com/m2/
Reply With Quote