Operating System - HP-UX
1830499 Members
2544 Online
110006 Solutions
New Discussion

Advice Needed Regarding Shell Scripting

 
Saraswathy_1
Advisor

Advice Needed Regarding Shell Scripting

Hello All,

On 8 server I created shell script which writes all application errors into log and scheduled this script to run hourly.

My requirement is :

From one of the 8 server I have to generate a report for every 4 hours. The report should have total number of application errors from all 8 servers for 4 hours.

Please advice in this matter..

3 REPLIES 3
RAC_1
Honored Contributor

Re: Advice Needed Regarding Shell Scripting

On that server run your script every four hours.

* 0,4,8,12,16,20 * * * "your_script"
There is no substitute to HARDWORK
Peter Nikitka
Honored Contributor

Re: Advice Needed Regarding Shell Scripting

Hi,

perhaps you get more answers if you give points to those who tries to help you:

Your profile:
I have assigned points to 4 of 52 responses to my questions.

mfG Peter
The Universe is a pretty big place, it's bigger than anything anyone has ever dreamed of before. So if it's just us, seems like an awful waste of space, right? Jodie Foster in "Contact"
Saraswathy_1
Advisor

Re: Advice Needed Regarding Shell Scripting

Found self solution

Thanks