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!

Find scsi adapters with prtconf? 1

Status
Not open for further replies.

dmjoen

Technical User
Jul 26, 2001
31
US
I am a Solaris beginner, and I would like to determine the number and specs of all scsi adapters on my system. I gather that prtconf is probably the command I want, but I need some help deciphering the output.

Thanks
 
post the output :)
ssd, instance #14
System software properties:
name <sd_retry_on_reservation_conflict> length <4>
value <0x00000000>.
Driver properties:
name <pm-components> length <30>
value 'NAME=spindle-motor' + '0=off' + '1=on'
name <pm-hardware-state> length <21>
value 'needs-suspend-resume'
name <ddi-kernel-ioctl> length <0> -- <no value>.
Hardware properties:
name <inquiry-revision-id> length <5>
value '9954'
name <inquiry-product-id> length <16>
value 'ST118273FSUN18G'
name <inquiry-vendor-id> length <8>
value 'SEAGATE'
name <inquiry-device-type> length <4>
value <0x00000000>.
name <lun> length <4>
value <0x00000000>.
name <target> length <4>
value <0x00000003>.
name <lip-count> length <4>
value <0x0000000b>.
name <port-wwn> length <8>
value <0x2100002037200388>.
name <node-wwn> length <8>
value <0x2000002037200388>.


can you tell me what HD I have? :)))

matt
 
from single user mode...

probe-scsi-all

im not sure how detailed that information will be...but it does let you know all scsi devices seen...if you have something attached that is NOT seen..try boot -r to reconfigure the kernel....does that help at all?

oh and to answer matt's question..
is it a 10 gig seagate?

good luck!!
~me
 
Close, but do not be fooled by the &quot;9954&quot;:
'ST118273FSUN18G' says it is a 18GB Seagate
:)

If You use Solaris 8 (newer than 10/01) you can
do the following without reboot:
devfsadm -C
to throw out all your not used drivers and then try
devfsadm [Options]
to re-attach all drivers for whatever HW you have.
No reboot necessary anymore :)

Have fun :)
matt
 
cool!!..hey..so what does the 9954 indicate?

just wondering

~sean :)
 
ok, clarification:
probe-scsi
probe-scsi-all
probe-ide
will show you ALL HW attached;
if you can not see it there, you NEVER will see it under OS.
Therefore, if the result at boot-prompt is not as desired,
forget boot -r, it won't find the device.

So, first check probe-xxxxx
if it is not there, change cable, SCSI-ID etc
try again, check again, try again .....

then do a boot -r
(unless you did touch /reconfigure before shutdown)
or a normal boot and do devfsadm and everything what
you have seen at boot-prompt should be there except
those you have not yet installed the correct driver.

The 9954 is &quot;revision-id&quot; of HW-driver: not too usefull

name <port-wwn> length <8> value <0x2100002037200388>.
name <node-wwn> length <8> value <0x2000002037200388>.
the World-Wide-Numbers are important in Multipathing
and especially FC device setups.

that's it :)
matt
 
Usually I find the information printed by /usr/platform/`uname -i`/sbin/prtdiag more useful than prtconf. Annihilannic.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top