- Reference >
mongoShell Methods >- Replication Methods >
- rs.addArb()
rs.addArb()¶
On this page
Description¶
-
rs.addArb(host)¶ Adds a new arbiter to an existing replica set.
Warning
In general, avoid deploying more than one arbiter per replica set.
The
rs.addArb()method takes the following parameter:Parameter Type Description hoststring Specifies the hostname and optionally the port number of the arbiter member to add to replica set. For the following MongoDB versions,
pv1increases the likelihood ofw:1rollbacks compared topv0for replica sets with arbiters:- MongoDB 3.4.1
- MongoDB 3.4.0
- MongoDB 3.2.11 or earlier