This procedure explains how to safely shut down your system that is running the OpenSolaris release.
- Shut down the system.
- Shut down from the System menu
From the System menu, choose the Shut Down option. First, a window that allows you to cancel the shutdown is displayed. The system waits for 60 seconds before starting the shutdown process. When the shutdown process is complete, power is turned off to the system. - Shut down from the command line
Alternately, as root from the command line, you can type the following command:# init 5
This command also powers down the system after all of the services are stopped. For more information, see the init(1M) man page.
- Emergency shutdown from the command line
Caution - Only use this option if the risk to the system is worth not terminating processes and saving files properly. This option is equivalent to cutting power to the system.
If the system must be powered off right now, type the following command:# uadmin 2 6
- Shut down from the System menu
See Also - For more information, see Where to Find Shut Down and Boot Tasks in System Administration Guide: Basic Administration.
For more information:


Comments (1)
Feb 05, 2009
Alysson_Troffer says:
I'd suggest removing the numeral '1' because it seems a bit odd to include in a ...I'd suggest removing the numeral '1' because it seems a bit odd to include in a single-step procedure.
Alysson