Override output file directory
search cancel

Override output file directory

book

Article ID: 372341

calendar_today

Updated On:

Products

CA Automic Applications Manager (AM)

Issue/Introduction

In RA Banner Agent version 4.1.4, the Banner output directory can be set to a custom directory.

Environment

RA Banner Agent 4.1.4

Resolution

To set the Banner output directory to a custom directory:

  1. On the Banner Agent server, create a script (e.g ban_custom.sh) with the following lines:

    echo " Start redirect HOME "
    export HOME=/path/to/custom/output/directory
    echo HOME_OVERRIDE=$HOME
  2. Edit Banner Job

  3. In Banner tab, enter path of the custom script and Apply/OK to Save/Close.

  4. Run Banner Job. Output files should be created in custom output directory.