Guest_imported
New member
- Jan 1, 1970
- 0
Hello,
I have an error using "savepnpc" with Networker 6.1.
Below is the script we are using to run stop and start scripts for a db. The scripts are stored in /devrs/dev516/s
and it looks like the "cd /devrs/dev516" command doesn't work properly since we are getting a "ttgstop not found" error every time we try to run the backup.
Did someone suggest anything to solve this problem?
Thanks a lot,
Andrea Sappia
----------------------
type: savepnpc;
precmd: "cd /devrs/dev516", "PATH=/sbin:/usr/bin:/usr/sbin:/devrs/dev516", "s/ttgstop";
pstcmd: "cd /devrs/dev516", "PATH=/sbin:/usr/bin:/usr/sbin:/devrs/dev516", "s/ttgstart";
timeout: "08:00am";