On Wed, 30 Sep 2009, Tom Chen wrote:

> Garrett,
> 
> I tried on T5240 Sparc server, "uadmin" is supported on Solaris10 and 
> OpenSolaris nevada 121.
> 
> # uadmin 3 22
> uadmin: Operation not supported
> 


  'uadmin 3 22' is an x86-specific call (or more specifically, it is a 
"suspend-to-ram" testpoint, and this particular feature is only 
available on x86).

  What you want is a Sparc test point (though, I am not sure that the 
T5240 will support s/r).  Try the following (as root):


  echo "cpr_debug/W0xff" | mdb -kw  # This will setup CPR debugging
  uadmin 3 7  # This will perform a suspend on Sparc and auto-restart

Pay attention to the console and /var/adm/messages output for 
problems.


  Good Luck!


        ---- Randy

_______________________________________________
driver-discuss mailing list
[email protected]
http://mail.opensolaris.org/mailman/listinfo/driver-discuss

Reply via email to