[SERVER-9575] couldn't initiate : can't find self in the replset config error Created: 03/May/13 Updated: 10/Dec/14 Resolved: 04/Apr/14 |
|
| Status: | Closed |
| Project: | Core Server |
| Component/s: | Replication |
| Affects Version/s: | 2.4.3 |
| Fix Version/s: | None |
| Type: | Bug | Priority: | Major - P3 |
| Reporter: | haritsu | Assignee: | Unassigned |
| Resolution: | Done | Votes: | 0 |
| Labels: | None | ||
| Remaining Estimate: | Not Specified | ||
| Time Spent: | Not Specified | ||
| Original Estimate: | Not Specified | ||
| Operating System: | Linux |
| Participants: |
| Description |
|
I have a three MongoDB servers. I want to first mongodb server replica set master node and second/third server slave nodes. Master Server mongodb.conf logappend=true Second server mongodb.conf logappend=true I'm trying rs.initiate() command but i get an error. rs.initiate({_id: 'ebamongo', output: { What should I do? |
| Comments |
| Comment by Scott Hernandez (Inactive) [ 03/May/13 ] |
|
These questions are best asked in the mongodb-user forum (https://groups.google.com/group/mongodb-user). This jira project is for bug reports and feature requests not for general help requests. Please remove "master = true" since that is not an option for replica set member, and provide full logs if you have are still having a problem. |
| Comment by haritsu [ 03/May/13 ] |
|
Uuppss... rs.initiate({_id: 'testRep', Still get the error. |