標籤:pen env href tcmalloc control work none 後台 temp
1、error資訊
[email protected]:~$ mongod2018-02-22T17:02:54.672+0800 I CONTROL [initandlisten] MongoDB starting : pid=8016 port=27017 dbpath=/data/db 64-bit host=ubuntu2018-02-22T17:02:54.673+0800 I CONTROL [initandlisten] db version v3.4.02018-02-22T17:02:54.673+0800 I CONTROL [initandlisten] git version: f4240c60f005be757399042dc12f6addbc3170c12018-02-22T17:02:54.673+0800 I CONTROL [initandlisten] OpenSSL version: OpenSSL 1.0.2g-fips 1 Mar 20162018-02-22T17:02:54.674+0800 I CONTROL [initandlisten] allocator: tcmalloc2018-02-22T17:02:54.674+0800 I CONTROL [initandlisten] modules: none2018-02-22T17:02:54.674+0800 I CONTROL [initandlisten] build environment:2018-02-22T17:02:54.675+0800 I CONTROL [initandlisten] distmod: ubuntu16042018-02-22T17:02:54.675+0800 I CONTROL [initandlisten] distarch: x86_642018-02-22T17:02:54.675+0800 I CONTROL [initandlisten] target_arch: x86_642018-02-22T17:02:54.675+0800 I CONTROL [initandlisten] options: {}2018-02-22T17:02:54.676+0800 I STORAGE [initandlisten] exception in initAndListen: 20 Attempted to create a lock file on a read-only directory: /data/db, terminating2018-02-22T17:02:54.676+0800 I NETWORK [initandlisten] shutdown: going to close listening sockets...2018-02-22T17:02:54.677+0800 I NETWORK [initandlisten] shutdown: going to flush diaglog...2018-02-22T17:02:54.677+0800 I CONTROL [initandlisten] now exiting2018-02-22T17:02:54.677+0800 I CONTROL [initandlisten] shutting down with code:100
- 管理員身份啟動
- 參考部落格http://www.cnblogs.com/kekemm/p/6785616.html
2、/data/db 存放資料庫的檔案許可權不對,修改許可權
3、刪除檔案,用Mongodb使用者建立檔案
4、後台運行mongodb服務端
10-mongodb啟動錯誤