<div dir="ltr"><div><div><div>OmniOS did not recognized any hard disk attached to the controller before <br>the driver installation .<br><br></div>The diver are present in download section of Intel site .<br><br></div>If there are a better option, how can I use it ?!?<br>
<br><br></div>Fábio Rabelo<br></div><div class="gmail_extra"><br><br><div class="gmail_quote">2013/4/12 Eric Sproul <span dir="ltr"><<a href="mailto:esproul@omniti.com" target="_blank">esproul@omniti.com</a>></span><br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">quiesce(9E) is required for Fast Reboot, which is the default reboot<br>
method.  Fast Reboot avoids going through BIOS/EFI boot by loading a<br>
new copy of the kernel into memory and jumping to it, thereby saving<br>
time, especially on large systems, where memory and device enumeration<br>
can take 5 minutes or more.  In order to make this possible, all<br>
devices must be stopped from sending interrupts or modifying memory,<br>
hence quiesce().  What those messages are telling you is that those<br>
drivers don't support quiesce(), which *should* be followed by a<br>
reboot through BIOS/EFI.<br>
<br>
You can try 'reboot -p' which will force the system to boot fully<br>
through hardware POST, which will avoid the attempt to quiesce.  If<br>
this works for you, you can make the change permanent by altering the<br>
configuration of the system/boot-config:default service:<br>
<br>
# svccfg -s "system/boot-config:default" \<br>
       setprop config/fastreboot_default=false<br>
# svcadm refresh svc:/system/boot-config:default<br>
<br>
Thereafter, a regular 'reboot' will work the same as 'reboot -p'.<br>
<br>
Note that there is a pending issue to add quiesce() to ixgbe:<br>
<a href="https://www.illumos.org/issues/3708" target="_blank">https://www.illumos.org/issues/3708</a><br>
<br>
The message about "imr_sas" is strange, since we don't ship that<br>
driver.  It is an old, closed-source driver from LSI.  Did you obtain<br>
it from somewhere else?  Your card should be supported by mr_sas in<br>
OmniOS bloody and in the upcoming r151006 stable release.<br>
<span class="HOEnZb"><font color="#888888"><br>
Eric<br>
</font></span></blockquote></div><br></div>