AIX - How to shutdown or reboot


AIX - How to shutdown or reboot

 
To shutdown.
shutdown             #shutdown after 60s
shutdown now     #shutdown now
shutdown -F        #shutdown forcefully


To reboot.
shutdown -r         #reboot - flush cache to disk
shutdown -Fr       #reboot forcefully
reboot                 #Do not flush cache to disk


Article Number: 232
Posted: Fri, Jun 8, 2018 9:23 PM
Last Updated: Fri, Jun 8, 2018 9:23 PM

Online URL: http://kb.ictbanking.net/article.php?id=232