![]() | Oracle System Handbook - ISO 7.0 May 2018 Internal/Partner Edition | ||
|
|
![]() |
||||||||||||
Solution Type Technical Instruction Sure Solution 1005314.1 : Sun Storage 3310 and 3320 Arrays: How to Verify SCSI HBA Connnectivity
PreviouslyPublishedAs 207423 Applies to:Sun Storage 3310 Array - Version Not Applicable and laterSun Storage 3320 SCSI Array - Version Not Applicable and later All Platforms GoalThis document presents the steps to verify connectivity between a Sun Storage 3310 or 3320 Array and either the PCI Dual Ultra3 SCSI Adapter or the PCI Dual Ultra3 SCSI Adapter 320. This document is a subset of <Document 1008191.1> Sun StorageTek 33x0 SCSI Array: Troubleshooting SCSI Devices from the Operating System.
SolutionThe steps below will help confirm that the HBA is visible to the OS and the device paths for the HBA have been built.
Step 1: Use the prtpicl command to verify HBA has been recognized.
# prtpicl -v -c scsi | grep ISP10160
:model QLGC,ISP10160 :model QLGC,ISP10160
PCI Dual Ultra3 SCSI Adapter 320 # prtpicl -v -c scsi-2 | grep LSI,1030
:model LSI,1030 :model LSI,1030 If either command returns no output then verify hardware using probe-scsi from the ok prompt and replace card if necessary.
Step 2: Check to see if the module has been loaded into the kernel.For Solaris 10 systems, the qus and mpt drivers are included by default.
PCI Dual Ultra3 SCSI Adapter # modinfo | grep qus
29 13dc190 13402 241 1 qus (isp10160 HBA Driver 1.1) If the qus module is not loaded, refer to <Document 1018123.1> StorEdge[TM] PCI Dual Ultra3 SCSI Host Adapter Requirements.
PCI Dual Ultra3 SCSI Adapter 320 # modinfo | grep mpt
38 102b8fec 28d14 211 1 mpt (MPT HBA Driver v1.7) If the mpt module is not loaded check for minimum OS and patch requirements.
Step 3: Check to make sure we have a device path built for the HBA.
PCI Dual Ultra3 SCSI Adapter # grep qus /etc/path_to_inst
"/pci@1f,4000/pci@5/scsi@4" 0 "qus" "/pci@1f,4000/pci@5/scsi@5" 1 "qus"
# grep mpt /etc/path_to_inst
"/pci@1f,0/pci@1/scsi@1" 0 "mpt" "/pci@1f,0/pci@1/scsi@1,1" 1 "mpt"
If the device paths do not show up in either instance then perform a reconfiguration reboot or attempt a devfsadm. Do you still have questions? You can use My Oracle Support Communities. Communities put you in touch with industry professionals like yourself. They are monitored by Oracle support engineers, so you can expect reliable and correct answers. Ask questions and see what others are asking about in the Disk Storage 2000, 3000, 6000 RAID Arrays & JBODs Community.
Previously Published As
Attachments This solution has no attachment |
||||||||||||
|