Remote Client connect setup (as-agent seeder)
book
Article ID: KB0083325
calendar_today
Updated On:
Description
Here is the Sample Remote Client connect setup
Issue/Introduction
Remote client connect setup.
Environment
AS 2.1.6
All operating systems
Resolution
Here is the Remote Client connect setup:
as-agent (SEEDER) on HOST-01
java -jar as-agent.jar -metaspace metaspace_name -discovery tcp://HOST-01:Port-01;HOST-02:Port-02 -listen tcp://HOST-01:Port-01 -remote_listen "tcp://HOST-01:Port-03"
as-agent (SEEDER) on HOST-02
java -jar as-agent.jar -metaspace metaspace_name -discovery tcp://HOST-01:Port-01;HOST-02:Port-02 -listen tcp://HOST-02:Port-02 -remote_listen "tcp://HOST-02:Port-03"
Connecting to both the as-agent (SEEDER) proxy nodes in fault tolerance mode. This feature available from AS 2.1.5 onward.
-metaspace metaspace_name -discovery tcp://HOST-01:Port-03:HOST-02:Port-03?remote=true
Connecting to both the as-agent (LEECH) proxy nodes in fault tolerance mode. This feature available from AS 2.1.5 onward.
-metaspace metaspace_name -discovery tcp://HOST-04:Port-03:HOST-52:Port-03?remote=true
Feedback
thumb_up
Yes
thumb_down
No