Advertisement
Guest User

Untitled

a guest
Aug 18th, 2017
68
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. rs1:PRIMARY> rs.status()
  2. {
  3.         "set" : "rs1",
  4.         "date" : ISODate("2011-05-18T19:31:35Z"),
  5.         "myState" : 1,
  6.         "members" : [
  7.                 {
  8.                         "_id" : 0,
  9.                         "name" : "thor:27017",
  10.                         "health" : 1,
  11.                         "state" : 1,
  12.                         "stateStr" : "PRIMARY",
  13.                         "optime" : {
  14.                                 "t" : 1305658252000,
  15.                                 "i" : 1
  16.                         },
  17.                         "optimeDate" : ISODate("2011-05-17T18:50:52Z"),
  18.                         "self" : true
  19.                 },
  20.                 {
  21.                         "_id" : 1,
  22.                         "name" : "odin:27017",
  23.                         "health" : 1,
  24.                         "state" : 2,
  25.                         "stateStr" : "SECONDARY",
  26.                         "uptime" : 19599,
  27.                         "optime" : {
  28.                                 "t" : 1305658252000,
  29.                                 "i" : 1
  30.                         },
  31.                         "optimeDate" : ISODate("2011-05-17T18:50:52Z"),
  32.                         "lastHeartbeat" : ISODate("2011-05-18T19:31:34Z")
  33.                 },
  34.                 {
  35.                         "_id" : 2,
  36.                         "name" : "straylight:27017",
  37.                         "health" : 0,
  38.                         "state" : 7,
  39.                         "stateStr" : "(not reachable/healthy)",
  40.                         "uptime" : 0,
  41.                         "optime" : {
  42.                                 "t" : 0,
  43.                                 "i" : 0
  44.                         },
  45.                         "optimeDate" : ISODate("1970-01-01T00:00:00Z"),
  46.                         "lastHeartbeat" : ISODate("2011-05-18T19:20:24Z"),
  47.                         "errmsg" : "still initializing"
  48.                 }
  49.         ],
  50.         "ok" : 1
  51. }
  52.  
  53. Straylight is the arbieter.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement