Register Now

Login

Lost Password

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

Which of the following document details the state and configuration of the replica set and statistics about its members?

a) replSetGetStatus
b) db.serverStatus()
c) db.stats()
d) none of the mentioned

Answer: d
Explanation: The replSetGetStatus command (rs.status() from the shell) returns an overview of your replica set’s status.

Join The Discussion