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?
Autosys 12.x
for autosys, you can use the below command line option
autosys_secure -s
For WCC
wcc_config --displayeem
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