Start a Conversation

Unsolved

This post is more than 5 years old

774

January 21st, 2010 09:00

savepnpc Timeout Format

Hello all!

I have a backup job that runs for 36 hours and uses savepnpc to shutdown/startup an Oracle database. The problem I'm encountering is getting the "timeout" variable to recognize anything over 24 hours. Below is my savepnpc file. Please note that the pre and post commands do work, however the timeout value does not. Is there anyway to set the timeout variable to more than 24 hours?


type: savepnpc;
precmd: "/u01/local/product/oracle/dba/scripts/db_shut.sh";
pstcmd: "/u01/local/product/oracle/dba/scripts/db_startup.sh";
timeout: "36 hours";

Thanks!

724 Posts

January 21st, 2010 10:00

Timeout can't be more than 24 hours because it's not a measure to say "how long" the backup will run before stop, but "what time" it will stop. It has to be a time value like 02:00pm (backup will stop at 02:00pm[14:00], not 2 hours after started)
No Events found!

Top