Search My Techie Guy

Tuesday, November 18, 2014

How to gracefully restart unix/solaris server?

Telecommunication  applications system servers usually run critical applications that require graceful restart rather than just running a #reboot or #shutdown.
The command below will gracefully restart the server.

#sync;sync;sync;sync
#shutdown -y -g0 -i6

No comments: