asbman works from localhost but not while using -host option

jms

New Member
Hi all,

I have a Redhat 9.2 linux machine running OpenEdge 11.7.7 and a Windows Server 2019 running OpenEdge 11.7.7

Locally on the Redhat machine I use the command:
proenv>asbman -name app_test_db -query

And the result is:
OpenEdge Release 11.7.7 as of Tue Aug 11 16:55:19 EDT 2020


Connecting to Progress AdminServer using rmi://localhost:20931/Chimera (8280)
Searching for app_test_db (8288)
Connecting to app_test_db (8276)
Broker: app_test_db not running (8313)

On the Windows machine I use the command:
proenv>asbman -name app_test_db -host [Redhat machine IP address] -user root -query
OpenEdge Release 11.7.7 as of Tue Aug 11 17:16:59 EDT 2020

And the result is:
Connecting to Progress AdminServer using rmi://[Redhat machine IP address]:20931/Chimera (8280)
Unable to connect to app_test_db (8289)
Unable to find app_test_db (8281)

Any thoughts on why I wouldn't be able to use asbman remotely?

Thanks in advance.
 
Top