Hi all,

I am a newbie to Sequoia, and having problem connecting to Sequoia
controller.

Basically, I set up two controllers on two Debian box, trying to realize HA
for a common virtual database.

controller one @ 192.168.5.1
controller two @ 192.168.5.2

I have no problem starting both controllers, and I can connect to controller
[EMAIL PROTECTED], but I couldn't connect to controller [EMAIL PROTECTED] The
configurations on both controllers are identical except changes being made
to reflect the difference between 192.168.5.1 and 192.168.5.2.  In addition,
I can telnet to 192.168.5.1:1090, which means port 1090 is working; also i
can connect to controller [EMAIL PROTECTED] using the [EMAIL PROTECTED],
which indicates that the JMX is working as well on 192.168.5.1.   I couldn't
figure out why.

*Here is the configuration from /etc/hosts
*
127.0.0.1          localhost
192.168.5.1     prod0

*and here is the controller configuration .*

<SEQUOIA-CONTROLLER>
    <Controller ipAddress="192.168.5.1" port="25322">
        <JmxSettings>
            <RmiJmxAdaptor port="1090"/>
        </JmxSettings>

        <VirtualDatabase configFile="postgresl-cluster.xml"
virtualDatabaseName="test" autoEnableBackends="true"/>
        <VirtualDatabase configFile="postgresl-cluster-filestore.xml"
virtualDatabaseName="file" autoEnableBackends="true"/>
    </Controller>
</SEQUOIA-CONTROLLER>

it's the same on 192.168.5.2, except changing the ipAddress to 192.168.5.2.

Any advise will be appreciated.
_______________________________________________
Sequoia mailing list
[email protected]
https://forge.continuent.org/mailman/listinfo/sequoia

Reply via email to