Advertisement
Guest User

Untitled

a guest
Jul 24th, 2014
182
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.74 KB | None | 0 0
  1. #primary node
  2. #===============
  3. dbpath = C:datars01
  4. directoryperdb = true
  5. bind_ip = 192.168.2.104
  6. port = 27017
  7. logpath = C:mongodb2.5.3logsprimary.log
  8. logappend = true
  9. noauth = true
  10. replSet = rs0
  11. rest = true
  12.  
  13. #secondary node
  14. #===============
  15. dbpath = C:datars02
  16. directoryperdb = true
  17. bind_ip = 192.168.2.104
  18. port = 27018
  19. logpath = C:mongodb2.5.3logssecondary1.log
  20. logappend = true
  21. noauth = true
  22. replSet = rs0
  23. rest = true
  24.  
  25. #secondary node
  26. #===============
  27. dbpath = C:datars03
  28. directoryperdb = true
  29. bind_ip = 192.168.2.104
  30. port = 27019
  31. logpath = C:mongodb2.5.3logssecondary2.log
  32. logappend = true
  33. noauth = true
  34. replSet = rs0
  35. rest = true
  36.  
  37. ....
  38. 2013-11-28T16:26:59.734+0700 [initandlisten] options: { bind_ip: "192.168.2.104", config: "configmongorep.conf", dbpath: "C:datars01", directoryperdb: true, logappend: true, logpath: "C:mongodb2.5.3logsprimary.log", noauth: true, port: 27017, replSet: "rs0", rest: true }
  39. 2013-11-28T16:26:59.742+0700 [FileAllocator] allocating new datafile C:datars01locallocal.ns, filling with zeroes...
  40. 2013-11-28T16:26:59.742+0700 [FileAllocator] creating directory C:datars01local_tmp
  41. 2013-11-28T16:26:59.835+0700 [FileAllocator] done allocating datafile C:datars01locallocal.ns, size: 16MB, took 0.092 secs
  42. 2013-11-28T16:26:59.836+0700 [FileAllocator] allocating new datafile C:datars01locallocal.0, filling with zeroes...
  43. 2013-11-28T16:27:00.101+0700 [FileAllocator] done allocating datafile C:datars01locallocal.0, size: 64MB, took 0.265 secs
  44. 2013-11-28T16:27:00.102+0700 [initandlisten] command local.$cmd command: { create: "startup_log", size: 10485760, capped: true } ntoreturn:1 keyUpdates:0 reslen:37 360ms
  45. 2013-11-28T16:27:00.102+0700 [initandlisten] waiting for connections on port 27017
  46. 2013-11-28T16:27:00.103+0700 [rsStart] replSet can't get local.system.replset config from self or any seed (EMPTYCONFIG)
  47. 2013-11-28T16:27:00.103+0700 [rsStart] replSet info you may need to run replSetInitiate -- rs.initiate() in the shell -- if that is not already done
  48. 2013-11-28T16:27:00.104+0700 [websvr] admin web console waiting for connections on port 28017
  49. 2013-11-28T16:27:01.103+0700 [rsStart] replSet can't get local.system.replset config from self or any seed (EMPTYCONFIG)
  50. 2013-11-28T16:27:02.103+0700 [rsStart] replSet can't get local.system.replset config from self or any seed (EMPTYCONFIG)
  51. 2013-11-28T16:27:03.103+0700 [rsStart] replSet can't get local.system.replset config from self or any seed (EMPTYCONFIG)
  52. 2013-11-28T16:27:04.103+0700 [rsStart] replSet can't get local.system.replset config from self or any seed (EMPTYCONFIG)
  53. 2013-11-28T16:27:05.103+0700 [rsStart] replSet can't get local.system.replset config from self or any seed (EMPTYCONFIG)
  54.  
  55. replSet can't get local.system.replset config from self or any seed (EMPTYCONFIG)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement