command which can get the list of current EEM server
search cancel

command which can get the list of current EEM server

book

Article ID: 262672

calendar_today

Updated On:

Products

CA Workload Automation AE

Issue/Introduction

Do we have any command which can get the list of current EEM servers directly without going through ausys_secure menu or as_safetool menu?

Environment

Autosys 12.x

Resolution

for autosys, you can use the below command line option

autosys_secure -s 

For WCC
wcc_config --displayeem 

Additional Information

A possible solution would be to use the below command:
netstat -ano|grep 5250

to see which remote EEM you are currently talking to

say  autosys_secure   has  eem1, eem2
when you started autosys,  it got eem1,
but then eem1 failed  so now we're working with eem2
in this case, you won't really know which EEM it is using currently

so,  do the netstat and see what remote IP-based:5250 connections are established.  
that one indicates current EEM