-
Website
http://www.tech-recipes.com/ -
Original page
http://www.tech-recipes.com/rx/9/reboot-a-solaris-system/ -
Subscribe
All Comments -
Community
-
Top Commenters
-
davak
83 comments · 1 points
-
Web Design
3 comments · 1 points
-
danishbacker
9 comments · 1 points
-
flexinfo
11 comments · 1 points
-
Tonychelle
4 comments · 1 points
-
-
Popular Threads
-
Facebook: How To Get Only Status Updates on Your FB Home Page
1 week ago · 4 comments
-
Firefox: Enable Case Sensitive Searches When Using Find (Ctrl+F)
4 days ago · 1 comment
-
Windows 7: How To Disable Live Preview for Taskbar Thumbnails
1 week ago · 2 comments
-
Gmail: How to block a sender from your inbox
2 weeks ago · 3 comments
-
Our first iPhone game GreenThumb available in the App Store
3 weeks ago · 2 comments
-
Facebook: How To Get Only Status Updates on Your FB Home Page
# init 6 - reboots the system
# init 5 - halts the system (turns power off)
# init 0 - sends you to runlevel 0, which is the "ok" prompt (OpenBoot PROM)
# init 1 - sends you to single user mode, useful for installing patches.
shutdown -h 5 -g 60 -y
That will shut it down cleanly and power it off.
"shutdown" includes sync and all that graceful fun stuff.
Sincerely
Craig Fourie
can't reboot my E450, sure i'm root . But any of these init 6, reboot, or halt commands returns me (after some seconds) to the shell prompt.
any idea? thx. Troy
/sbin/uadmin 2 0
That will shutdown the node without the execution of the init kill scripts...
btw what version of solaris / kernal patch level are your using?