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.
Resolution
To set the Banner output directory to a custom directory:
- 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
- Edit Banner Job
- In Banner tab, enter path of the custom script and Apply/OK to Save/Close.
- Run Banner Job. Output files should be created in custom output directory.
Feedback
thumb_up
Yes
thumb_down
No