Advertisement
Guest User

Untitled

a guest
Nov 21st, 2017
77
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.10 KB | None | 0 0
  1. mongo1
  2. MongoDB server version: 3.4.9
  3. Server has startup warnings:
  4. 2017-11-20T11:03:02.360+0000 I CONTROL [initandlisten]
  5. 2017-11-20T11:03:02.360+0000 I CONTROL [initandlisten] ** WARNING: Access control is not enabled for the database.
  6. 2017-11-20T11:03:02.360+0000 I CONTROL [initandlisten] ** Read and write access to data and configuration is unrestricted.
  7. 2017-11-20T11:03:02.360+0000 I CONTROL [initandlisten]
  8. reptempo:PRIMARY> show databases;
  9. admin 0.000GB
  10. dbTempo 2.409GB
  11. local 0.617GB
  12. reptempo:PRIMARY>
  13.  
  14.  
  15. mongo2
  16. MongoDB shell version v3.4.9
  17. connecting to: mongodb://127.0.0.1:27017
  18. MongoDB server version: 3.4.9
  19. Server has startup warnings:
  20. 2017-11-20T11:03:16.699+0000 I CONTROL [initandlisten]
  21. 2017-11-20T11:03:16.699+0000 I CONTROL [initandlisten] ** WARNING: Access control is not enabled for the database.
  22. 2017-11-20T11:03:16.699+0000 I CONTROL [initandlisten] ** Read and write access to data and configuration is unrestricted.
  23. 2017-11-20T11:03:16.699+0000 I CONTROL [initandlisten]
  24. reptempo:SECONDARY> show databases;
  25. admin 0.000GB
  26. dbTempo 2.499GB
  27. local 0.623GB
  28. reptempo:SECONDARY>
  29.  
  30. mongo3
  31. MongoDB shell version v3.4.9
  32. connecting to: mongodb://127.0.0.1:27017
  33. MongoDB server version: 3.4.9
  34. Server has startup warnings:
  35. 2017-11-20T11:03:24.939+0000 I CONTROL [initandlisten]
  36. 2017-11-20T11:03:24.939+0000 I CONTROL [initandlisten] ** WARNING: Access control is not enabled for the database.
  37. 2017-11-20T11:03:24.939+0000 I CONTROL [initandlisten] ** Read and write access to data and configuration is unrestricted.
  38. 2017-11-20T11:03:24.939+0000 I CONTROL [initandlisten]
  39. reptempo:SECONDARY> show databases;
  40. 2017-11-21T07:53:32.274+0000 E QUERY [thread1] Error: listDatabases failed:{
  41. "ok" : 0,
  42. "errmsg" : "not master and slaveOk=false",
  43. "code" : 13435,
  44. "codeName" : "NotMasterNoSlaveOk"
  45. } :
  46. _getErrorWithCode@src/mongo/shell/utils.js:25:13
  47. Mongo.prototype.getDBs@src/mongo/shell/mongo.js:62:1
  48. shellHelper.show@src/mongo/shell/utils.js:769:19
  49. shellHelper@src/mongo/shell/utils.js:659:15
  50. @(shellhelp2):1:1
  51. reptempo:SECONDARY>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement