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.
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>.
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?
Close, but do not be fooled by the "9954":
'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
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 "revision-id" 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.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.