Hi Bakary,

The dump server by default assigns a port dynamically which is not going to work if you have a firewall. You can force a specific port number in the dumpServer definition as follows:
options="dumpServer=192.168.0.23:12345"

Make sure that port (12345 in the above example) is open in your firewall rules.

Hope this helps,
Emmanuel

I am trying to transferring dump between controllers.

sequoia version: 2.10.10

command to check controllers (SHOW CONTROLLER) gives:
cluster is hosted by 2 controller(s):
        192.168.0.25:1090 <http://192.168.0.25:1090> --> *source*
        192.168.0.23:1090 <http://192.168.0.23:1090> --> *target*

command to transfer dump from *source*: transfer dump ctl1_dump 192.168.0.23:1090 <http://192.168.0.23:1090>
It returns this message:
 Transferring dump ctl1_dump to controller 192.168.0.23:1090...
 Connection refused: connect

in the *target* controller console I have this message:
15:32:49,156 INFO controller.backup.BackupManager Dump fetch starting from /192.168.0.23:2870 <http://192.168.0.23:2870>

My coontroller config:
<SEQUOIA-CONTROLLER>
  <Controller port="25322">
<Report hideSensitiveData="true" generateOnShutdown="true" generateOnFatal="true" enableFileLogging="true" />
    <JmxSettings>
      <RmiJmxAdaptor port="1090" serverPort="1090" />
    </JmxSettings>
<VirtualDatabase configFile="mysql-raidb1-distribution-2.xml" virtualDatabaseName="cluster" autoEnableBackends="true"/> </Controller>
</SEQUOIA-CONTROLLER>

*source* Virtaul DataBase Backup config:
<Backup>
<Backuper backuperName="mysql" className="org.continuent.sequoia.controller.backup.backupers.MySQLBackuper" options="dumpServer=192.168.0.25"/>
    </Backup>

*target* Virtual Database Backup config's:
<Backup>
<Backuper backuperName="mysql" className="org.continuent.sequoia.controller.backup.backupers.MySQLBackuper" options="dumpServer=192.168.0.23"/>
    </Backup>

Is there some mistakes, please?

Thanks for advices.

--
Bakary,
------------------------------------------------------------------------

_______________________________________________
Sequoia mailing list
[email protected]
https://forge.continuent.org/mailman/listinfo/sequoia


--
Emmanuel Cecchet
FTO @ Frog Thinker Open Source Development & Consulting
--
Web: http://www.frogthinker.org
email: [email protected]
Skype: emmanuel_cecchet

_______________________________________________
Sequoia mailing list
[email protected]
https://forge.continuent.org/mailman/listinfo/sequoia

Reply via email to