Advertisement
Guest User

Untitled

a guest
Aug 20th, 2019
222
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.93 KB | None | 0 0
  1. 2019-08-20T16:00:01.193+0100 I SHARDING [shard-registry-reload] Periodic reload of shard registry failed :: caused by :: Unauthorized: could not get updated shard list from config server :: caused by :: command find requires authentication; will retry after 30s
  2. 2019-08-20T16:00:01.200+0100 W SHARDING [replSetDistLockPinger] pinging failed for distributed lock pinger :: caused by :: Unauthorized: command findAndModify requires authentication
  3. 2019-08-20T16:00:03.117+0100 W SHARDING [mongosMain] Error initializing sharding state, sleeping for 2 seconds and trying again :: caused by :: Unauthorized: Error loading clusterID :: caused by :: command find requires authentication
  4. 2019-08-20T16:00:05.119+0100 W SHARDING [mongosMain] Error initializing sharding state, sleeping for 2 seconds and trying again :: caused by :: Unauthorized: Error loading clusterID :: caused by :: command find requires authentication
  5. 2019-08-20T16:00:07.115+0100 W SHARDING [mongosMain] Error initializing sharding state, sleeping for 2 seconds and trying again :: caused by :: Unauthorized: Error loading clusterID :: caused by :: command find requires authentication
  6. 2019-08-20T16:00:09.117+0100 W SHARDING [mongosMain] Error initializing sharding state, sleeping for 2 seconds and trying again :: caused by :: Unauthorized: Error loading clusterID :: caused by :: command find requires authentication
  7. 2019-08-20T16:00:11.114+0100 W SHARDING [mongosMain] Error initializing sharding state, sleeping for 2 seconds and trying again :: caused by :: Unauthorized: Error loading clusterID :: caused by :: command find requires authentication
  8. 2019-08-20T16:00:13.116+0100 W SHARDING [mongosMain] Error initializing sharding state, sleeping for 2 seconds and trying again :: caused by :: Unauthorized: Error loading clusterID :: caused by :: command find requires authentication
  9. 2019-08-20T16:00:15.118+0100 W SHARDING [mongosMain] Error initializing sharding state, sleeping for 2 seconds and trying again :: caused by :: Unauthorized: Error loading clusterID :: caused by :: command find requires authentication
  10. 2019-08-20T16:00:17.114+0100 W SHARDING [mongosMain] Error initializing sharding state, sleeping for 2 seconds and trying again :: caused by :: Unauthorized: Error loading clusterID :: caused by :: command find requires authentication
  11. 2019-08-20T16:00:19.116+0100 W SHARDING [mongosMain] Error initializing sharding state, sleeping for 2 seconds and trying again :: caused by :: Unauthorized: Error loading clusterID :: caused by :: command find requires authentication
  12. 2019-08-20T16:00:21.112+0100 W SHARDING [mongosMain] Error initializing sharding state, sleeping for 2 seconds and trying again :: caused by :: Unauthorized: Error loading clusterID :: caused by :: command find requires authentication
  13. 2019-08-20T16:00:23.113+0100 W SHARDING [mongosMain] Error initializing sharding state, sleeping for 2 seconds and trying again :: caused by :: Unauthorized: Error loading clusterID :: caused by :: command find requires authentication
  14. 2019-08-20T16:00:25.115+0100 W SHARDING [mongosMain] Error initializing sharding state, sleeping for 2 seconds and trying again :: caused by :: Unauthorized: Error loading clusterID :: caused by :: command find requires authentication
  15. 2019-08-20T16:00:27.111+0100 W SHARDING [mongosMain] Error initializing sharding state, sleeping for 2 seconds and trying again :: caused by :: Unauthorized: Error loading clusterID :: caused by :: command find requires authentication
  16. 2019-08-20T16:00:29.113+0100 W SHARDING [mongosMain] Error initializing sharding state, sleeping for 2 seconds and trying again :: caused by :: Unauthorized: Error loading clusterID :: caused by :: command find requires authentication
  17. 2019-08-20T16:00:31.108+0100 W SHARDING [mongosMain] Error initializing sharding state, sleeping for 2 seconds and trying again :: caused by :: Unauthorized: Error loading clusterID :: caused by :: command find requires authentication
  18.  
  19. # Logging options
  20. systemLog:
  21. destination: file
  22. logAppend: true
  23. path: /mongodb/log/mongos.log
  24. # Enable for debugging
  25. # verbosity: 4
  26.  
  27. # Network settings
  28. net:
  29. port: 27017
  30. bindIp: 10.10.73.25
  31.  
  32. # Process management
  33. processManagement:
  34. pidFilePath: /mongodb/tmp/mongodb.pid
  35.  
  36. # Sharding settings
  37. sharding:
  38. configDB: confreplica0/confserver1:27019,confserver2:27019,confserver3:27019
  39.  
  40. # Data storage options
  41. storage:
  42. dbPath: /mongodb/data/db
  43. journal:
  44. enabled: true
  45.  
  46. # Logging
  47. systemLog:
  48. destination: file
  49. quiet: false
  50. logAppend: true
  51. logRotate: reopen
  52. path: /mongodb/log/mongod.log
  53.  
  54. # Networking
  55. net:
  56. port: 27019
  57. unixDomainSocket:
  58. enabled: true
  59. pathPrefix: /mongodb/tmp
  60. bindIp: 10.10.73.22
  61.  
  62. # Process Management
  63. processManagement:
  64. pidFilePath: /mongodb/tmp/mongodb.pid
  65.  
  66. # Replica set options
  67. replication:
  68. replSetName: confreplica0
  69.  
  70. # Security settings
  71. security:
  72. keyFile: /mongodb/software/mongo-keyfile
  73. authorization: enabled
  74.  
  75. # Sharding settings
  76. sharding:
  77. clusterRole: "configsvr"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement