1833012 Members
2879 Online
110048 Solutions
New Discussion

shutdown -h

 
SOLVED
Go to solution
Christos_7
Occasional Contributor

shutdown -h

Dear all,

Is it in Solaris a similar command like shutdown -h, to bring the system down and power off?

Thank you
little_helper
4 REPLIES 4
Stanimir
Trusted Contributor

Re: shutdown -h

Yes,

#shutdown -i 0 -g graceperiod -y

or:

#init 0 /can be with "halt", but it is not reccomended/

Regards.

Robert-Jan Goossens
Honored Contributor

Re: shutdown -h

Hi,

# shutdown -i 0 -g 0 -y
-i=init state
-g=grace periode

Regards,
Robert-Jan
Thierry Poels_1
Honored Contributor
Solution

Re: shutdown -h

hi,

"init 5" will power down a Solaris server.

regards,
Thierry.
All unix flavours are exactly the same . . . . . . . . . . for end users anyway.
Christos_7
Occasional Contributor

Re: shutdown -h

The command shutdown -i5 -g0 -y powers off a solaris server as I tested.
Although seems to besafe to power off the server after shutdown -i0 -g0 -y

Thank you for your prompt respond
little_helper