Page 1 of 1

Monitoring the job from unix

Posted: Fri May 13, 2005 2:44 pm
by ranga1970
Folks;
On my production box, I have just previlages at unix level to log files direcory and scripts file directory, I do not have access to Designer or Dictor to check the periodical speed at which my data is being loaded,
is there any way Could I check from unix level

thanks

Posted: Fri May 13, 2005 6:46 pm
by ray.wurlod
What do you mean by "log files directory"? If this is the DataStage logs, they are tables and they are in the DataStage project directory. If you have permission here then, theoretically, you could monitor your jobs.

However, this would require knowledge of the internal workings of how DataStage records row counts and other periodic process information (such as status of jobs and active stages). Such knowledge is neither published nor in the public domain. So I expect the honest answer for you is NO.

If your database loader allows you to monitor loads, then perhaps you can use this. For example, if you force the loader to report every N rows, then you could watch it's log file using tail -f (which keeps the file open). If it's Red Brick, the same "keep open" technique can be used with the rblogview command.

Posted: Mon May 16, 2005 12:12 pm
by cnguyen
alternatively you can use the dsjob command from Unix with the -linkinfo option to view progress of the specific link. However, you will have to supply the link name.