Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Determining Controllers

Status
Not open for further replies.

Michael42

Programmer
Oct 8, 2001
1,454
US
Hello, we received a Sun 280r with Solaris 8 on it. Is there a command I can issue to show all the SCSI disk controllers?

Thanks, Michael
 
/usr/sbin/`uname -i`/sbin/prtdiag will list all of the recognised devices, including IO cards at the end. Is that enough? Annihilannic.
 
/usr/platform/`uname -i`/sbin/prtdiag is what I meant to type. ;-) Annihilannic.
 
Annihilannic , thanks for the quick response. If I read this right it looks like 2 disk controllers.

Can you help me confirm this?

Thanks again,


Logical Logical Logical
MC Bank Bank Bank DIMM Interleave Interleaved
Brd ID num size Status Size Factor with
---- --- ---- ------ ----------- ------ ---------- -----------
CA 0 0 2048MB no_status 1024MB 2-way 0
CA 0 2 2048MB no_status 1024MB 2-way 0

========================= IO Cards =========================


Bus Max
IO Port Bus Freq Bus Dev,
Brd Type ID Side Slot MHz Freq Func State Name
Model
---- ---- ---- ---- ---- ---- ---- ---- ----- --------------------------------
----------------------
I/O PCI 8 B 2 33 33 3,0 ok SUNW,m64B
SUNW,370-4362
I/O PCI 8 A 1 33 66 1,0 ok scsi-pci1000,f.1000.1000.14/disk+

I/O PCI 8 A 1 33 66 1,1 ok scsi-pci1000,f.1000.1000.14/disk+ Michael
 
Looks like it to me, though I've no experience of this particular hardware. Annihilannic.
 
You can use this command : # cfgadm to check the scsi controller.Or you can use probe-scsi or probe-scsi all.
May this few command can help you.
What you have done from prtdiag. I can see memory slot and pci slot but not scsi controller.
Good Luck


 
Folks,

I don't believe the Sun-Fire-280R come with scsi disk controllers; the internal disks are fibre channel. Try using probe-facl.

Stickybit.
 
The 280R has fibre channel disks but it does have a SCSI controller. There is a SCSI connector on the back to connect external devices.
 
The info that the 280R has fibre channel disks but it does have an internal SCSI controller was VERY useful.

Thanks again guys! Michael
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top