Archives of the TeradataForum
Message Posted: Tue, 23 Apr 2014 @ 01:15:03 GMT
Subj: | | Re: Running packdisk using crontab |
|
From: | | Anomy Anom |
<-- Anonymously Posted: Tuesday, April 22, 2014 18:23 -->
In Unix, the file "size" may appear to be zero until the file is closed. Try tail or cat on the log file even if size is zero.
The log file should have information similar to what you see in Viewpoint once packdisk runs successfully.
Similar to redirecting STDOUT using the OUTPUT command, you may want to redirect STDERR to a second log file using the ERRORS command.
|