몽고DB troubleshooting. Centos7 MongoDB 3.2.10 실행 문제

몽고DB 실행시 아래와 같은 에러 발생!!

1
2
3
4
5
6
# systemctl start mongod
Job for mongod.service failed because the control process exited with error code. See “systemctl status mongod.service” and “journalctl -xe” for details.
# systemctl status mongo.service
● mongo.service
Loaded: not-found (Reason: No such file or directory)
Active: inactive (dead)

그냥 버전 업그레이드!!

몇일을 모든 검색을 동원하여 시도했으나…다 실패…
selinux랑 문제가 있는거 같다
그냥 MongoDB 3.2.7 설치하니 그냥 됐다
너무 잘된다…

1
yum install -y mongodb-org-3.2.7 mongodb-org-server-3.2.7 mongodb-org-shell-3.2.7 mongodb-org-mongos-3.2.7 mongodb-org-tools-3.2.7