AutoSys Workload Automation

 View Only

EEM failover - igateway & dxserver shown as stopped but they are up & running

  • 1.  EEM failover - igateway & dxserver shown as stopped but they are up & running

    Posted Aug 24, 2018 05:16 AM

    Hi,

     

    I was setting up EEM failover.

     

    On primary node

    On hpwawcct.1789.1541.ecs.hp.com export

    EIAM_HOME=/opt/CA/SharedComponents/EmbeddedEntitlementsManager
    export JAVA_HOME=$EIAM_HOME/jre
    export PATH=$EIAM_HOME/jre/bin:$PATH
    cd /opt/CA/SharedComponents/EmbeddedEntitlementsManager/bin
    java -jar eiam-clustersetup.jar
    Y
    Resetprimary
    509
    1
    Y
    Exit

    java -jar eiam-clustersetup.jar
    Y
    Add
    hpwaetst.2721.1443.ecs.hp.com
    509
    Y

     

    on Secondary node

    On hpwaetst.2721.1443.ecs.hp.com as root
    export EIAM_HOME=/opt/CA/SharedComponents/EmbeddedEntitlementsManager
    export JAVA_HOME=$EIAM_HOME/jre
    export PATH=$EIAM_HOME/jre/bin:$PATH
    cd /opt/CA/SharedComponents/EmbeddedEntitlementsManager/bin
    java -jar eiam-clustersetup.jar -p hpwawcct.1789.1541.ecs.hp.com
    eiamAdmin password
    Y
    Sync
    2
    1
    Y

     

    After that I can display EEM front end and only Global application is displayed and I cannot log on getting error

    EE_AUTHFAILED Authentication Failed
    ISE_BACKENDDOWN backend is down

     

    I  checked and in secondary node the cluster config thinks EEM is down 

    java -jar eiam-clustersetup.jar -p hpwawcct.1789.1541.ecs.hp.com
    Aug 24, 2018 9:58:33 AM IclUtil itechLibInit
    INFO: iTechSDK initialized successfully
    INFO - EIAM_HOME [/opt/CA/SharedComponents/EmbeddedEntitlementsManager/]
    INFO - IGW_LOC [/opt/CA/SharedComponents/iTechnology/]
    INFO - DXHOME [/opt/CA/SharedComponents/CADirectory/dxserver/]
    INFO - Hostname identified as [hpwaetst.2721.1443.ecs.hp.com]
    EiamAdmin password :
    INFO - Checking server status
    INFO - igateway status [stopped]
    INFO - dxserver status [stopped]

    Are you sure you want to continue? [Y/N]:n

     

    but processes are up and running on both servers

     

    Do you know what can be happening?

     

    thanks

    José