How to Manally break EEM Multi Write Mode For Autosys
search cancel

How to Manally break EEM Multi Write Mode For Autosys

book

Article ID: 270465

calendar_today

Updated On:

Products

Autosys Workload Automation

Issue/Introduction

After upgrading the environment to 12.1 the secondary EEM CA directory keeps shutting down.

from the itechpoz_alarm.log
[56] 20230722.082750.620 DSA_I1240 DSA shutting down
[72] 20230722.082835.534 DSA_E2220 Cannot register address
[72] 20230722.082835.534 DSA_I1240 DSA shutting down
[0] 20230722.095457.181 DSA_E2220 Cannot register address
[0] 20230722.095457.181 DSA_I1240 DSA shutting down


Environment

Autosys 12.x
EEM 12.x
Windows.

Cause

The configurations for multi-write were not correct and needed to be manually reset.

Resolution

To reset the CA Directory configuration files back to non-multi-write mode.

In the following locations:
   <SharedComponents>\CADirectory\dxserver\config\knowledge
1) Delete any files with the following format:
(there may be multiple files with different hostnames. They all need to be deleted)
     <hostname1>.<domain>.com.dxc
     <hostname2>.<domain>.com.dxc


2) edit the itechpoz.dxc file
(Change this file to point to the local FQDN of the EEM server)
#
# eiam repository
#
set dsa "itechpoz" =
{
prefix       = <cn iTechPoz>
dsa-name     = <cn iTechPoz><cn PozDsa><cn "<hostname>.<domain>.com">
dsa-password = "XXXXXXXXXXXXXXXXXXXXXXXX"
#for failover configuration
address      = ipv4 "<hostname>.<domain>.com" port 509
snmp-port    = 509
#for dxconsole debugging. info: make sure that the port is not used
#console-port = 10510
auth-levels  = clear-password
dsp-idle-time = 120
#for failover configuration
dsa-flags   = multi-write
link-flags   = ssl-encryption-remote
};

3) edit the itechpoz.dxg file
(Remove any other source but the first one: source "itechpoz.dxc";)
change from:
#
# iTechPoz group configuration
#
#
# Source the knowledge file of the iTechPoz DSA 
#
source "itechpoz.dxc";
source "itechpoz-<hostname>.<Domain>.com.dxc";

To:
#
# iTechPoz group configuration
#
#
# Source the knowledge file of the iTechPoz DSA 
#
source "itechpoz.dxc";

In the following locations:
   <SharedComponents>\CADirectory\dxserver\config\server\

4) edit the server.xml file
in the hosts, section make sure the is only one host listed and it is pointing to the local FWDN
    <hosts primary="<hostname>.<Domain>.com.">
        <host id="<hostname>.<Domain>.com.">
            <dsaurl><hostname>.<Domain>.com.:509</dsaurl>
        </host>
    </hosts>


5) move the <SharedComponents>\CA\Directory\dxserver\data\*.tx file to the temp directory

Then start the dx server service and the iGateway services
Make sure you can login as needed

If needed set up multi write again

Additional Information