Learn
Drivers
Downloads
Community
Blog
OPTIONS
Version
Select Version
3.0 (current)
2.6
2.4
2.2
Formats
HTML
PDF
EPUB
Contribute
Report a Problem
Edit on Github
Reference
>
mongo
Shell Methods
>
Replication Methods
>
rs.addArb()
rs.addArb()
¶
Description
¶
rs.
addArb
(
host
)
¶
Adds a new
arbiter
to an existing replica set.
The
rs.addArb()
method takes the following parameter:
Parameter
Description
host
Specifies the hostname and optionally the port number of the arbiter member to add to replica set.
←
rs.add()
rs.conf()
→
ON THIS PAGE
rs.addArb()
Description
Report a Problem