Prevent an ESP agent job from writing to the Spool file
search cancel

Prevent an ESP agent job from writing to the Spool file

book

Article ID: 207031

calendar_today

Updated On:

Products

ESP Workload Automation Workload Automation Agent

Issue/Introduction

How to prevent an ESP agent job from writing to the Spool file?

 

Environment

Release: ALL

Component: ESP Workload Automation & Workload Automation Agent

Resolution

This sample agent job redirects the STDOUT to /dev/null (trash). The output will not be available anywhere on the server.  


UNIX_JOB TESTJOBA
RUN ANY
AGENT unixtest 
SCRIPTNAME /opt/scripts/testscripts/sleep.sh
ENVAR STDOUT=/dev/null
USER espadmin
ARGS 10 0
EXITCODE 5 FAILURE
ENDJOB