Reboot a Solaris system

Contributor Icon Contributed by qmchenry Date Icon July 23, 2003  
Tag Icon Tagged: Solaris

The process of shutting down a Solaris system is critical. Using the init program to restart a system causes Solaris to perform a sequence of steps to shutdown services gracefully. The reboot command bypasses the runtime control scripts and can compromise data integrity. The sync commands synchronize the filesystem, flushing buffered data to disk.


As superuser:

sync; sync; init 6

Previous recipe | Next recipe |
 

Viewing 4 Comments

close Reblog this comment
blog comments powered by Disqus