Advertisement
Guest User

Untitled

a guest
Oct 22nd, 2014
108
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.01 KB | None | 0 0
  1. shard0:SECONDARY> rs.status()
  2. {
  3. "set" : "shard0",
  4. "date" : ISODate("2014-10-22T15:11:52Z"),
  5. "myState" : 2,
  6. "members" : [
  7. {
  8. "_id" : 1,
  9. "name" : "10.128.42.177:27020",
  10. "health" : 1,
  11. "state" : 2,
  12. "stateStr" : "SECONDARY",
  13. "uptime" : 10270,
  14. "optime" : Timestamp(1413990107, 52),
  15. "optimeDate" : ISODate("2014-10-22T15:01:47Z"),
  16. "self" : true
  17. },
  18. {
  19. "_id" : 2,
  20. "name" : "10.128.42.188:27020",
  21. "health" : 0,
  22. "state" : 8,
  23. "stateStr" : "(not reachable/healthy)",
  24. "uptime" : 0,
  25. "optime" : Timestamp(1413990103, 49),
  26. "optimeDate" : ISODate("2014-10-22T15:01:43Z"),
  27. "lastHeartbeat" : ISODate("2014-10-22T15:11:50Z"),
  28. "lastHeartbeatRecv" : ISODate("2014-10-22T15:01:43Z"),
  29. "pingMs" : 0,
  30. "syncingTo" : "10.128.42.177:27020"
  31. }
  32. ],
  33. "ok" : 1
  34. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement