Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 9199847
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 17, 20262026-06-17T22:37:48+00:00 2026-06-17T22:37:48+00:00

We are using Mongo DB for our Application . Currently when i issue the

  • 0

We are using Mongo DB for our Application .

Currently when i issue the db.isMaster() command in our Mongo Shell .

It displayed this below information ( This set up is currently associated with our development box )

PRIMARY> db.isMaster()
{
        "setName" : "dev",
        "ismaster" : true,
        "secondary" : false,
        "hosts" : [
                "10.11.13.111:27017",
                "10.11.13.111:27018"
        ],
        "arbiters" : [
                "10.11.13.111:27019"
        ],
        "primary" : "10.11.13.111:27017",
        "me" : "10.11.13.111:27017",
        "maxBsonObjectSize" : 16777216,
        "ok" : 1
}

Please let me know what does the above information means ??

1 . Does it mean that it has got 1 primary and two secondary slaves ?? (One arbitrary also present in list )

  1. How can i know if slaveOk is set to true or false ??

Thnaks in advance .

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-17T22:37:50+00:00Added an answer on June 17, 2026 at 10:37 pm
    • setName is the name of your replica set.
    • ismaster obviously indicates whether the node you are connected to master or slave.
    • secondary is contrary to ismaster.
    • hosts are host:port pairs of nodes storing data in replica set.
    • arbiters are host:port pairs of arbiters. These nodes can not store data, but their votes are used in master election process.
    • primary indicates who is primary.
    • me – indicates the node you are connected to.
    • maxBsonObjectSize – 16MB for now. Just a very global constant.
    • ok – kinda of a return code.

    All can be found here. And regarding your questions:

    1. No, you have two nodes. One primary (10.11.13.111:27017) and one slave (10.11.13.111:27018)
    2. Check this. It is cursor operation.
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

When using mongo shell I can run something like this: db.sandbox.insert({line : db.eval('storedFunction()') })
We are using Mongo DB in our Java EE based application. As per the
We are using Mongo DB for our Java Java EE based application. We are
I am using PHP/Mongo to query a data set like the following: { description:
I am using the Mongo Ruby driver and have this block of Ruby code
I am using a mongo database and and PHP to compare file meta information
Our application is using Symfony 2.0 and MongoDB with FOSUserBundle for user management. Client
I am currently playing around with node.js and MongoDB using the node-mongo-native driver. I
I've been using mongo and script files like this: $ mongo getSimilar.js I would
I am using mongo db for a model in my rails application, and when

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.