Solaris: SunRay Error Codes
Here are the error codes for the SunRay devices
http://www.filibeto.org/sun/sunray-users/lib/sunsolve/77966.html
Enjoy! (Thanks Chris!)
Here are the error codes for the SunRay devices
Run this command to create an ISO image from a physical CD/DVD:
Here is the command to create an iso file from a directory on your Mac OS X system:
hdiutil makehybrid -o ~/image.iso ~/directory -iso -joliet
Enjoy!
Solaris has the ability to mount an ISO file, just like you stuck in a DVD into the drive. You need to first create the software device that is "mountable" and then mount it, so there are two basic commands.
This command resets Solaris smcwebserver also known as svc:/system/webconsole:console in services land.
# smcwebserver stop
# /usr/share/webconsole/private/bin/wcremove -i console
# svcs webconsole
If it isn't enabled, then make sure cacaoadm is enabled and running
# /usr/sbin/cacaoadm status
# /usr/sbin/cacaoadm enable
# /usr/sbin/cacaoadm start
# svcadm enable webconsole
Everything should startup ...