Page 1 of 1

logs about application

Posted: Sat May 05, 2012 11:22 pm
by esivaprasad
hi,
Please let me know where we can findout logs about when last time datastage services restarted and log file about datastage application running.
Thanks in advance for all your support .

Posted: Sun May 06, 2012 6:18 am
by qt_ky
The process command tells you if the engine is up and running and if so, it gives the startup date or time.

Code: Select all

ps -ef | grep dsrpc

Posted: Sun May 06, 2012 6:28 am
by pandeesh
And also we can have a trap in unix to find our whenever it's shutdown

Posted: Sun May 06, 2012 6:34 am
by chulett
I would imagine they exist in the 8.x world but don't recall them being there in the 7.x release.

Posted: Sun May 06, 2012 6:37 am
by chulett
pandeesh wrote:And also we can have a trap in unix to find our whenever it's shutdown
I've said this before and I'll say it again - a comment like this where you just say "You can do X" isn't really helpful without an explanation of how to do X.