AdminUI on Linux creates a directory "iam" and a file "workflow.log" under the working directory.
search cancel

AdminUI on Linux creates a directory "iam" and a file "workflow.log" under the working directory.

book

Article ID: 5879

calendar_today

Updated On:

Products

CA Single Sign On Secure Proxy Server (SiteMinder) CA Single Sign On SOA Security Manager (SiteMinder) CA Single Sign-On

Issue/Introduction

When AdminUI  starts up, a directory "iam" and a file "workflow.log" are created under the working directory where the startup shell script "run.sh" was executed.


This can be observed in AdminUI 12.5x.

Environment

Admin UI 12.5xOS: Unix/Linux

Cause

The behaviors are as designed by IAM framework of AdminUI.

 

For "workflow.log" file, you can pass the value into LogDir into "ra.xml" and it will create any location. See the Workaround.

For “iam” folder, you can’t make it configurable. But, these folder should not create any problem for SiteMinder.

Resolution

LogDir property resides in "ra.xml" under <siteminder>/adminui/server/default/deploy/iam_siteminder.ear/workflow.rar/META-INF

Example: set LogDir to "/tmp".

<config-property>
     <config-property-name>LogDir</config-property-name>
     <config-property-type>java.lang.String</config-property-type>
     <config-property-value>/tmp</config-property-value>
</config-property>

This will result in that /tmp/workflow.log is created.