Hi,
I have a process to stop a database before the backup, and restart it after the backup completes.
The process stops the database, but can't restart it after the backup runs. The message reported is:
# more savepnpc.log
09/16/03 23:15:05 preclntsave: All command(s) ran successfully.
09/16/03 23:15:05 preclntsave: The tmp file for the group exists. Another savepnpc may be running. Else, please remove the <group>.tmp file.
09/16/03 23:15:05 preclntsave: The tmp file for the group exists. Another savepnpc may be running. Else, please remove the <group>.tmp file.
09/16/03 23:15:06 preclntsave: The tmp file for the group exists. Another savepnpc may be running. Else, please remove the <group>.tmp file.
09/16/03 23:15:06 preclntsave: The tmp file for the group exists. Another savepnpc may be running. Else, please remove the <group>.tmp file.
09/17/03 01:52:07 pstclntsave: All savesets on the worklist are done.
09/17/03 01:52:08 pstclntsave: Not all command(s) ran successfully.
09/17/03 01:52:08 pstclntsave: Exited.
This is my savepnpc script.
more MEDIABANK.res
type: savepnpc;
precmd: "/apps/mediabank/iskill";
pstcmd: "/apps/mediabank/isstart", "/bin/sleep 5";
timeout: "12:00:00";
abort precmd with group: No;
Thanks,
I have a process to stop a database before the backup, and restart it after the backup completes.
The process stops the database, but can't restart it after the backup runs. The message reported is:
# more savepnpc.log
09/16/03 23:15:05 preclntsave: All command(s) ran successfully.
09/16/03 23:15:05 preclntsave: The tmp file for the group exists. Another savepnpc may be running. Else, please remove the <group>.tmp file.
09/16/03 23:15:05 preclntsave: The tmp file for the group exists. Another savepnpc may be running. Else, please remove the <group>.tmp file.
09/16/03 23:15:06 preclntsave: The tmp file for the group exists. Another savepnpc may be running. Else, please remove the <group>.tmp file.
09/16/03 23:15:06 preclntsave: The tmp file for the group exists. Another savepnpc may be running. Else, please remove the <group>.tmp file.
09/17/03 01:52:07 pstclntsave: All savesets on the worklist are done.
09/17/03 01:52:08 pstclntsave: Not all command(s) ran successfully.
09/17/03 01:52:08 pstclntsave: Exited.
This is my savepnpc script.
more MEDIABANK.res
type: savepnpc;
precmd: "/apps/mediabank/iskill";
pstcmd: "/apps/mediabank/isstart", "/bin/sleep 5";
timeout: "12:00:00";
abort precmd with group: No;
Thanks,