From: Mr. Chow Wing Siu on
Hi all,

I want to know if Solaris 10 x86 can see and use:

1. Adaptec SAS controller ASR-1045
2. HP StorageWorks LTO-4 Ultrium 1760 SAS tape drive.

The prtconf -pv shows the message. The /dev/rmt/* is empty
after reconfigure.

Thank you very much.

--
Johnson Chow


=========================================================================
Node 0x00001f
assigned-addresses: 81020018.00000000.0000a000.00000000.00000080.83020020.00000000.e9000000.00000000.00001000
reg: 00020000.00000000.00000000.00000000.00000000.01020018.00000000.00000000.00000000.00000080.03020020.00000000.00000000.00000000.00001000
compatible: 'pciex9005,450.11ab.6440.2' + 'pciex9005,450.11ab.6440' + 'pciex9005,450.2' + 'pciex9005,450' + 'pciexclass,010700' + 'pciexclass,0107' + 'pci9005,450.11ab.6440.2' + 'pci9005,450.11ab.6440' + 'pci11ab,6440' + 'pci9005,450.2' + 'pci9005,450' + 'pciclass,010700' + 'pciclass,0107'
model: 'Serial Attached SCSI Controller'
power-consumption: 00000001.00000001
devsel-speed: 00000000
interrupts: 00000001
subsystem-vendor-id: 000011ab
subsystem-id: 00006440
unit-address: '0'
class-code: 00010700
revision-id: 00000002
vendor-id: 00009005
device-id: 00000450
pci-msi-capid-pointer: 00000050
name: 'pci11ab,6440'

From: solx on
On 20/01/2010 10:40, Mr. Chow Wing Siu wrote:
> Hi all,
>
> I want to know if Solaris 10 x86 can see and use:
>
> 1. Adaptec SAS controller ASR-1045
> 2. HP StorageWorks LTO-4 Ultrium 1760 SAS tape drive.
>
> The prtconf -pv shows the message. The /dev/rmt/* is empty
> after reconfigure.
>
> Thank you very much.
>

When you enter Adaptec SAS Bios configuration and scan for SAS devices,
is your HP StorageWorks Drive listed?

From: Mr. Chow Wing Siu on
solx <nospam(a)example.net> wrote:
> When you enter Adaptec SAS Bios configuration and scan for SAS devices,
> is your HP StorageWorks Drive listed?
------------------------------

Yes. The drive is listed; I have tested the controller to rewind and eject
tape normally. I think that Solaris needs driver of Adaptec SAS controller.

Thank you.

--
Johnson Chow
From: Mr. Chow Wing Siu on
Mr. Chow Wing Siu <wschow(a)Comp.HKBU.Edu.HK> wrote:
> Yes. The drive is listed; I have tested the controller to rewind and eject
> tape normally. I think that Solaris needs driver of Adaptec SAS controller.
> Thank you.
----------------------------------------------

# cfgadm -al
Ap_Id Type Receptacle Occupant Condition
pcie19 unknown/hp connected configured ok
usb0/1 usb-mouse connected configured ok

--
Johnson Chow
From: solx on
On 21/01/2010 02:16, Mr. Chow Wing Siu wrote:
> solx<nospam(a)example.net> wrote:
>> When you enter Adaptec SAS Bios configuration and scan for SAS devices,
>> is your HP StorageWorks Drive listed?
> ------------------------------
>
> Yes. The drive is listed; I have tested the controller to rewind and eject
> tape normally. I think that Solaris needs driver of Adaptec SAS controller.
>
> Thank you.
>

Hi,

As root run scanpci with will provide details of the pci devices in your
computer as follows

# scanpci

# /usr/X11/bin/scanpci

pci bus 0x0000 cardnum 0x00 function 0x00: vendor 0x10de device 0x0369
nVidia Corporation MCP55 Memory Controller

.... many lines of output

pci bus 0x0083 cardnum 0x0e function 0x00: vendor 0x1000 device 0x0409
LSI Logic / Symbios Logic MegaRAID

#

Find the entry for your Adaptec SAS controller and note the vendor and
device information. Above for the LSI controller

Vendor 0x1000
Device 0x0409

Now grep for "1000,409" in /etc/driver_aliases

# grep "1000,409" /etc/driver_aliases
lsimega "pci1000,409"

#

This indicates there is a driver for the LSI controller, perform the
task commands but using the Adaptec Vendor and Device codes, to see if
your Adaptec has a driver.

If not it is possible to add an entry to /etc/driver_aliases and use an
existing Adaptec driver to control your card.