Travis Tabbal wrote:
I will give you all of this information on monday.
 This is great  news :)


Indeed. I will also be posting this information when I get to the server
tonight. Perhaps it will help. I don't think I want to try using that old
driver though, it seems too risky for my taste.

Definitely not recommended.

Is there a command to get the disk firmware rev from OpenSolaris while
booted up? I know of some boot CDs that can get to it, but I'm unsure
about accessing it while the server is running.

Of course. Use prtconf -v and look for the disk node hardware
properties. Example:



Hardware properties:
        name='devid' type=string items=1
                value='id1,s...@sata_____samsung_hm320ji_______s19fj10pc45360'
        name='inquiry-device-type' type=int items=1
                value=00000000
        name='inquiry-revision-id' type=string items=1
                value='2SS00_01'
        name='inquiry-product-id' type=string items=1
                value='HM320JI'
        name='inquiry-vendor-id' type=string items=1
                value='SAMSUNG'


which tells you that this is direct-access device (device type 0),
has a non-standard revision id field (2SS00_01) of which we take
the last 4 bytes as the actual revision field, and the vendor and
product ids. The devid information helps here too.


James C. McPherson
--
Senior Kernel Software Engineer, Solaris
Sun Microsystems
http://blogs.sun.com/jmcp       http://www.jmcp.homeunix.com/blog
_______________________________________________
zfs-discuss mailing list
zfs-discuss@opensolaris.org
http://mail.opensolaris.org/mailman/listinfo/zfs-discuss

Reply via email to