as_server.<instance> log generates huge log causing space issues
search cancel

as_server.<instance> log generates huge log causing space issues

book

Article ID: 221963

calendar_today

Updated On:

Products

Autosys Workload Automation

Issue/Introduction

My as_server.ACE files in $AUTOUSER/out are lager then 350M each day. This is too much.

Is there a setting were I can limit the info or loglevel, to prevent this behavior.

Also a configuration distinction between the as_server and event_demon would be advisable because only the event_demon I need to keep for auditing.

Technical details :

I configured in config.<env> : LOGROLLOVER=MIDNIGHT,SIZE(200),PURGE(500)

 

autosys@localhost:/opt/CA/WorkloadAutomationAE/autouser.ACE/out $ ls -lhtr as_server.ACE* |grep -v gz
-rw-r--r-- 1 autosys autosys 201M Jul 25 13:32 as_server.ACE.07252021.133236
-rw-r--r-- 1 autosys autosys 155M Jul 26 00:00 as_server.ACE.07252021
-rw-r--r-- 1 autosys autosys 201M Jul 26 13:18 as_server.ACE.07262021.131848
-rw-r--r-- 1 autosys autosys 162M Jul 27 00:00 as_server.ACE.07262021
-rw-r--r-- 1 autosys autosys 201M Jul 27 13:32 as_server.ACE.07272021.133212
-rw-r--r-- 1 autosys autosys 155M Jul 28 00:00 as_server.ACE.07272021
-rw-r--r-- 1 autosys autosys 201M Jul 28 13:33 as_server.ACE.07282021.133342
-rw-r--r-- 1 autosys autosys 147M Jul 29 00:00 as_server.ACE.07282021
-rw-r--r-- 1 autosys autosys 201M Jul 29 14:08 as_server.ACE.07292021.140843
-rw-r--r-- 1 autosys autosys 195M Jul 30 00:00 as_server.ACE.07292021
-rw-r--r-- 1 autosys autosys 201M Jul 30 08:37 as_server.ACE.07302021.083704
-rw-r--r-- 1 autosys autosys  69M Jul 30 11:37 as_server.ACE

 

 

Environment

Release : 11.3.6,R12

Component : Autosys Workload Automation AE

Cause

 

autorep generating huge client logging when it is run for application scripts.

Resolution

 

To reduce logging, Kindly use multiple clients and multiple application server so It will work as load balancer.

Example:

client1, client2 and client3

client1: config.<ACE>

AutoServer: applicationserver1,applicationserver2,applicationserver3

client2: config.<ACE>

AutoServer: applicationserver2,applicationserver3,applicationserver1

client3: config.<ACE>

AutoServer: applicationserver3,applicationserver2,applicationserver1

This will facilitate load balancing. Could Attempt with Two as well.