Guest User

Untitled

a guest
Jan 18th, 2018
128
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.95 KB | None | 0 0
  1. [Unit]
  2. Description=High-performance, schema-free document-oriented database
  3. After=network.target
  4. Documentation=https://docs.mongodb.org/manual
  5.  
  6. [Service]
  7. User=mongodb
  8. Group=mongodb
  9.  
  10. ExecStart=/usr/bin/mongod --quiet --fork --config /etc/mongod.conf
  11.  
  12. # file size
  13. LimitFSIZE=infinity
  14.  
  15. # cpu time
  16. LimitCPU=infinity
  17.  
  18. # virtual memory size
  19. LimitAS=infinity
  20.  
  21. # open files
  22. LimitNOFILE=64000
  23.  
  24. # processes/threads
  25. LimitNPROC=64000
  26.  
  27. # total threads (user+kernel)
  28. TasksMax=infinity
  29. TasksAccounting=false
  30.  
  31. # Recommended limits for for mongod as specified in
  32. # http://docs.mongodb.org/manual/reference/ulimit/#recommended-settings
  33.  
  34. [Install]
  35. WantedBy=multi-user.target
  36.  
  37. 2018-01-18T14:20:07.380+0100 I CONTROL [main] ***** SERVER RESTARTED *****
  38. 2018-01-18T14:20:07.403+0100 I CONTROL [initandlisten] MongoDB starting : pid=6223 port=27017 dbpath=/var/lib/mongodb 64-bit host=atsjenkins
  39. 2018-01-18T14:20:07.403+0100 I CONTROL [initandlisten] db version v3.6.2
  40. 2018-01-18T14:20:07.403+0100 I CONTROL [initandlisten] git version: 489d177dbd0f0420a8ca04d39fd78d0a2c539420
  41. 2018-01-18T14:20:07.403+0100 I CONTROL [initandlisten] OpenSSL version: OpenSSL 1.0.2g 1 Mar 2016
  42. 2018-01-18T14:20:07.403+0100 I CONTROL [initandlisten] allocator: tcmalloc
  43. 2018-01-18T14:20:07.403+0100 I CONTROL [initandlisten] modules: none
  44. 2018-01-18T14:20:07.403+0100 I CONTROL [initandlisten] build environment:
  45. 2018-01-18T14:20:07.403+0100 I CONTROL [initandlisten] distmod: ubuntu1604
  46. 2018-01-18T14:20:07.403+0100 I CONTROL [initandlisten] distarch: x86_64
  47. 2018-01-18T14:20:07.403+0100 I CONTROL [initandlisten] target_arch: x86_64
  48. 2018-01-18T14:20:07.403+0100 I CONTROL [initandlisten] options: { config: "/etc/mongod.conf", net: { bindIp: "127.0.0.1", port: 27017 }, processManagement: { fork: true, timeZoneInfo: "/usr/share/zoneinfo" }, storage: { dbPath: "/var/lib/mongodb", journal: { enabled: true } }, systemLog: { destination: "file", logAppend: true, path: "/var/log/mongodb/mongod.log", quiet: true } }
  49. 2018-01-18T14:20:07.404+0100 I - [initandlisten] Detected data files in /var/lib/mongodb created by the 'wiredTiger' storage engine, so setting the active storage engine to 'wiredTiger'.
  50. 2018-01-18T14:20:07.404+0100 I STORAGE [initandlisten]
  51. 2018-01-18T14:20:07.404+0100 I STORAGE [initandlisten] ** WARNING: Using the XFS filesystem is strongly recommended with the WiredTiger storage engine
  52. 2018-01-18T14:20:07.404+0100 I STORAGE [initandlisten] ** See http://dochub.mongodb.org/core/prodnotes-filesystem
  53. 2018-01-18T14:20:07.404+0100 I STORAGE [initandlisten] wiredtiger_open config: create,cache_size=1463M,session_max=20000,eviction=(threads_min=4,threads_max=4),config_base=false,statistics=(fast),log=(enabled=true,archive=true,path=journal,compressor=snappy),file_manager=(close_idle_time=100000),statistics_log=(wait=0),verbose=(recovery_progress),
  54. 2018-01-18T14:20:07.617+0100 I STORAGE [initandlisten] WiredTiger message [1516281607:617760][6223:0x7f5505f409c0], txn-recover: Main recovery loop: starting at 18/6144
  55. 2018-01-18T14:20:07.732+0100 I STORAGE [initandlisten] WiredTiger message [1516281607:732326][6223:0x7f5505f409c0], txn-recover: Recovering log 18 through 19
  56. 2018-01-18T14:20:07.798+0100 I STORAGE [initandlisten] WiredTiger message [1516281607:798817][6223:0x7f5505f409c0], txn-recover: Recovering log 19 through 19
  57. 2018-01-18T14:20:07.863+0100 I CONTROL [initandlisten]
  58. 2018-01-18T14:20:07.863+0100 I CONTROL [initandlisten] ** WARNING: Access control is not enabled for the database.
  59. 2018-01-18T14:20:07.863+0100 I CONTROL [initandlisten] ** Read and write access to data and configuration is unrestricted.
  60. 2018-01-18T14:20:07.863+0100 I CONTROL [initandlisten]
  61. 2018-01-18T14:20:07.876+0100 I FTDC [initandlisten] Initializing full-time diagnostic data capture with directory '/var/lib/mongodb/diagnostic.data'
  62. 2018-01-18T14:20:07.877+0100 I NETWORK [initandlisten] waiting for connections on port 27017
  63. 2018-01-18T14:21:02.288+0100 I CONTROL [signalProcessingThread] got signal 15 (Terminated), will terminate after current cmd ends
  64. 2018-01-18T14:21:02.288+0100 I NETWORK [signalProcessingThread] shutdown: going to close listening sockets...
  65. 2018-01-18T14:21:02.288+0100 I NETWORK [signalProcessingThread] removing socket file: /tmp/mongodb-27017.sock
  66. 2018-01-18T14:21:02.289+0100 I FTDC [signalProcessingThread] Shutting down full-time diagnostic data capture
  67. 2018-01-18T14:21:02.291+0100 I STORAGE [signalProcessingThread] WiredTigerKVEngine shutting down
  68. 2018-01-18T14:21:02.357+0100 I STORAGE [signalProcessingThread] shutdown: removing fs lock...
  69. 2018-01-18T14:21:02.357+0100 I CONTROL [signalProcessingThread] now exiting
  70. 2018-01-18T14:21:02.358+0100 I CONTROL [signalProcessingThread] shutting down with code:0
  71.  
  72. $:~ mongod --version
  73. db version v3.6.2
  74. git version: 489d177dbd0f0420a8ca04d39fd78d0a2c539420
  75. OpenSSL version: OpenSSL 1.0.2g 1 Mar 2016
  76. allocator: tcmalloc
  77. modules: none
  78. build environment:
  79. distmod: ubuntu1604
  80. distarch: x86_64
  81. target_arch: x86_64
Add Comment
Please, Sign In to add comment