1834089 Members
2585 Online
110063 Solutions
New Discussion

shutdown delay

 
Jayaprakash_1
Advisor

shutdown delay

HI
I would like to know the way for the shutdown command to wait so that all the necessary application services is closed.
for example:
I ve a database which will take 3 minutes to shutdown gracefully.
but when the shutdown or reboot is executed the system reboots only waiting for one minute
which result in the recovery of database but i would be happy if the system waits for more than 3 minutes after the issual of shutdown command.

Any suggestions.

regds
jp
jp
2 REPLIES 2
Animesh Chakraborty
Honored Contributor

Re: shutdown delay

Hi,
shutdown -y 0 for immediate shutdown.
Replace 0(zero) with values as required.

Hope this helps

Regards
Animesh

Did you take a backup?
Animesh Chakraborty
Honored Contributor

Re: shutdown delay

1. Start the System Administration Manager (SAM).
2. Click Peripheral Devices.
3. Click Uninterruptible Power Supply.
4. Set the shutdown delay to the appropriate value.

Also see

http://us-support.external.hp.com/cki/bin/doc.pl/sid=f65c56270983367445/screen=ckiDisplayDocument?docId=200000054497822

Animesh
Did you take a backup?