Aug 9

Solaris: How to Reboot / Shutdown

Category: Solaris

No Solaris temos vĂ¡rios comandos para fazer um reboot ou shutdown.

Para Reboot:

NĂ£o Ă© um comando interativo e pode ser interrompido com ^C.

# reboot

# shutdown -y -i6 -g0

# sync;sync;init 6

Para Shutdown:

Realiza o desligamento da mĂ¡quina, oposto do reboot (pois o servidor nĂ£o inicia-se novamente).

# poweroff

# shutdown -y -i5 -g0

# sync;sync;init 5

Portanto, temos vĂ¡rios comandos para obter o mesmo resultado.

Share this on Orkut!
Comments are off for this post

Comments are closed.