When running the eiam-clustersetup.jar and you run the list command nothing is shown.
search cancel

When running the eiam-clustersetup.jar and you run the list command nothing is shown.

book

Article ID: 279672

calendar_today

Updated On:

Products

Autosys Workload Automation

Issue/Introduction

We are running the eiam-clustersetup.jar command.
When we try and do a list we see lines but we do not see the names of the servers list.
we did export the environment$EIAM_HOME/bin as documented

export EIAM_HOME=/opt/CA/SharedComponents/EmbeddedEntitlementsManager
export JAVA_HOME=$EIAM_HOME/jre
export PATH=$EIAM_HOME/jre/bin:$PATH

Environment

EEM 12.x

Cause

The user was not in the  $EIAM_HOME/bin directory

Resolution

Setup the environment by running:
export EIAM_HOME=/opt/CA/SharedComponents/EmbeddedEntitlementsManager
export JAVA_HOME=$EIAM_HOME/jre
export PATH=$EIAM_HOME/jre/bin:$PATH

Change to the BIN directory for EEM
cd $EIAM_HOME/bin


then running the command
java -jar eiam-clustersetup.jar
example out puts

Not working:

[root@<HOSTNAME> EmbeddedEntitlementsManager]# pwd
/opt/CA/SharedComponents/EmbeddedEntitlementsManager
[root@<HOSTNAME> EmbeddedEntitlementsManager]# java -jar ./bin/eiam-clustersetup.jar
Feb 22, 2024 3:59:43 PM IclUtil itechLibInit
INFO: iTechSDK initialized successfully
WARNING: sun.reflect.Reflection.getCallerClass is not supported. This will impact performance.

Are you sure you want to continue? [Y/N]:y
[<HOSTNAME>]>list
-------------------------------------------------------
=======================================================
-------------------------------------------------------

-------------------------------------------------------

-------------------------------------------------------
[<HOSTNAME>]>

working:

[root@<HOSTNAME> bin]# pwd
/opt/CA/SharedComponents/EmbeddedEntitlementsManager/bin
[root@<HOSTNAME> bin]# java -jar eiam-clustersetup.jar
Feb 22, 2024 4:01:10 PM IclUtil itechLibInit
INFO: iTechSDK initialized successfully
WARNING: sun.reflect.Reflection.getCallerClass is not supported. This will impact performance.
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 [<HOSTNAME>]
INFO  - Failover tool is running on primary server
INFO  - Checking server status
INFO  - igateway status      [started]
INFO  - dxserver status      [started]

Are you sure you want to continue? [Y/N]:y
[<HOSTNAME>]>list
-------------------------------------------------------
INFO  - Summary
=======================================================
INFO  - Listing failover nodes for server
-------------------------------------------------------
INFO  - Hostname:Dsa Port

-------------------------------------------------------
INFO  - <HOSTNAME>(*):509

-------------------------------------------------------
[<HOSTNAME>]>