howto add new server(3rd)

Discussion in 'Installation/Configuration' started by notze, Mar 12, 2012.

  1. notze

    notze New Member

  2. till

    till Super Moderator Staff Member ISPConfig Developer

    You can add as many slaves to a server as you like, the setup is always the same.

    I dont think so, at least not without rewriting a lot of code in openexchange or ispconfig.
     
  3. notze

    notze New Member

    i just wonder about the mysql setup since i added on the master one slave
    shall i add one more here then or who does it work
    On server 1:

    vi /etc/mysql/my.cnf

    Search for the section that starts with [mysqld], and put the following options into it (commenting out all existing conflicting options):

    [...]
    [mysqld]
    server-id = 1
    replicate-same-server-id = 0
    auto-increment-increment = 2
    auto-increment-offset = 1

    master-host = 192.168.0.106
    master-user = slaveuser
    master-password = slave_user_password
    master-connect-retry = 60
     
  4. till

    till Super Moderator Staff Member ISPConfig Developer

Share This Page