Click to See Complete Forum and Search --> : halt and poweroff


milo7777n
03-18-2002, 02:11 PM
When I use halt is there a way that the system can power down.

epseps
03-20-2002, 04:16 PM
Hmmm...If you are running it on Sparc I suppose you could just type power-down at the ok prompt.

On x86 I just use the "button".

demetrius
03-21-2002, 01:17 AM
shutdown -p now might work.

S0larfluX
03-21-2002, 01:58 AM
I believe 'init 5' will actually shut a Sparc OFF, but it won't work on FreeBSD (which OS you don't mention, but you seem to be asking a lot of questions about FreeBSD here)...

Try http://bsdvault.net for more info on *BSD.

epseps
03-21-2002, 08:44 AM
Hmmm...init 5 on a Sparc shuts the power off? In Solaris?

I gotta try that today if I can.

S0larfluX
03-21-2002, 09:40 AM
Yep, just tested it on my Sparc 10 and 'init 5' does indeed cut the power to the box, after running its shutdown sequence.

;)