Archive

Posts Tagged ‘shutdown’

how to shutdown a Solaris server

February 5th, 2009

Here’s how to shutdown a Solaris server:

  1. login as root
  2. at the command line, type “sync”
  3. type “sync” a second time
  4. now type /etc/telinit 0   (NOTE: 0 = shutdown, s = single user mode, 6 = reboot)
  5. you will eventually get to an ‘ok’ prompt

From here you can actually unplug the server. If you would like to start the server up again, just type “boot” at the “ok” prompt.

linux/unix , ,