BH Hi, I'm currently using mirror system with 2 servers and 1 arbiter. Is it possible to have mirroring with 3 servers and 1 arbiter? If yes, what would the syntax be? I'm currently using the syntax below. -xp partner=(ENG=mtrs16b;LINKS=tcpip(PORT=2639;TIMEOUT=1));auth=abc;arbiter=(ENG=arbiter;LINKS=tcpip(PORT=2640;TIMEOUT=1));mode=sync

Also, does it slow down the primary server when there are more than 2 partners? Thanks Aron

asked 25 Dec '13, 16:42

arony's gravatar image

arony
219141419
accept rate: 0%


You can only have two partners which partake in the mirroring of the database and handle the failover (to each other), but you can add "copy nodes" to the mirroring system to handle additional read only load on the database system. See the documentation for more information.

permanent link

answered 25 Dec '13, 17:14

Mark%20Culp's gravatar image

Mark Culp
24.8k9139295
accept rate: 41%

Your answer
toggle preview

Follow this question

By Email:

Once you sign in you will be able to subscribe for any updates here

By RSS:

Answers

Answers and Comments

Markdown Basics

  • *italic* or _italic_
  • **bold** or __bold__
  • link:[text](http://url.com/ "title")
  • image?![alt text](/path/img.jpg "title")
  • numbered list: 1. Foo 2. Bar
  • to add a line break simply add two spaces to where you would like the new line to be.
  • basic HTML tags are also supported

Question tags:

×31

question asked: 25 Dec '13, 16:42

question was seen: 1,552 times

last updated: 25 Dec '13, 17:14