How to run mongod from the commandline?
How do you manually run mongod from the commandline, so it outputs all logging directly in your terminal?
I'm trying to diagnose a crashing Mongo 3.4.11 database on Ubuntu 16. When I try and start it via sudo service mongodb start
it says:
Job for mongodb.service failed because the control process exited with error code. See "systemctl status mongodb.service" and "journalctl -xe" for details.
However, systemctl status mongodb.service
gives me an equally useless message:
● mongodb.service - LSB: An object/document-oriented database
Loaded: loaded (/etc/init.d/mongodb; bad; vendor preset: enabled)
Active: failed (Result: exit-code) since Wed 2018-02-07 20:32:17 UTC; 26s ago
Docs: man:systemd-sysv-generator(8)
Process: 2392 ExecStop=/etc/init.d/mongodb stop (code=exited, status=0/SUCCESS)
Process: 2913 ExecStart=/etc/init.d/mongodb start (code=exited, status=1/FAILURE)
Feb 07 20:32:16 proddb1 systemd[1]: Starting LSB: An object/document-oriented database...
Feb 07 20:32:16 proddb1 mongodb[2913]: * Starting database mongodb
Feb 07 20:32:17 proddb1 mongodb[2913]: ...fail!
Feb 07 20:32:17 proddb1 systemd[1]: mongodb.service: Control process exited, code=exited status=1
Feb 07 20:32:17 proddb1 systemd[1]: Failed to start LSB: An object/document-oriented database.
Feb 07 20:32:17 proddb1 systemd[1]: mongodb.service: Unit entered failed state.
Feb 07 20:32:17 proddb1 systemd[1]: mongodb.service: Failed with result 'exit-code'.
Nothing's written to the log at /var/log/mongodb/mongodb.log
.
I tried manually launching the daemon via:
sudo -u mongodb /usr/bin/mongod --config /etc/mongod.conf
but after a few seconds, this simply returned with:
Aborted (core dumped)
mongodb-3.4
bumped to the homepage by Community♦ 7 mins ago
This question has answers that may be good or bad; the system has marked it active so that they can be reviewed.
add a comment |
How do you manually run mongod from the commandline, so it outputs all logging directly in your terminal?
I'm trying to diagnose a crashing Mongo 3.4.11 database on Ubuntu 16. When I try and start it via sudo service mongodb start
it says:
Job for mongodb.service failed because the control process exited with error code. See "systemctl status mongodb.service" and "journalctl -xe" for details.
However, systemctl status mongodb.service
gives me an equally useless message:
● mongodb.service - LSB: An object/document-oriented database
Loaded: loaded (/etc/init.d/mongodb; bad; vendor preset: enabled)
Active: failed (Result: exit-code) since Wed 2018-02-07 20:32:17 UTC; 26s ago
Docs: man:systemd-sysv-generator(8)
Process: 2392 ExecStop=/etc/init.d/mongodb stop (code=exited, status=0/SUCCESS)
Process: 2913 ExecStart=/etc/init.d/mongodb start (code=exited, status=1/FAILURE)
Feb 07 20:32:16 proddb1 systemd[1]: Starting LSB: An object/document-oriented database...
Feb 07 20:32:16 proddb1 mongodb[2913]: * Starting database mongodb
Feb 07 20:32:17 proddb1 mongodb[2913]: ...fail!
Feb 07 20:32:17 proddb1 systemd[1]: mongodb.service: Control process exited, code=exited status=1
Feb 07 20:32:17 proddb1 systemd[1]: Failed to start LSB: An object/document-oriented database.
Feb 07 20:32:17 proddb1 systemd[1]: mongodb.service: Unit entered failed state.
Feb 07 20:32:17 proddb1 systemd[1]: mongodb.service: Failed with result 'exit-code'.
Nothing's written to the log at /var/log/mongodb/mongodb.log
.
I tried manually launching the daemon via:
sudo -u mongodb /usr/bin/mongod --config /etc/mongod.conf
but after a few seconds, this simply returned with:
Aborted (core dumped)
mongodb-3.4
bumped to the homepage by Community♦ 7 mins ago
This question has answers that may be good or bad; the system has marked it active so that they can be reviewed.
add a comment |
How do you manually run mongod from the commandline, so it outputs all logging directly in your terminal?
I'm trying to diagnose a crashing Mongo 3.4.11 database on Ubuntu 16. When I try and start it via sudo service mongodb start
it says:
Job for mongodb.service failed because the control process exited with error code. See "systemctl status mongodb.service" and "journalctl -xe" for details.
However, systemctl status mongodb.service
gives me an equally useless message:
● mongodb.service - LSB: An object/document-oriented database
Loaded: loaded (/etc/init.d/mongodb; bad; vendor preset: enabled)
Active: failed (Result: exit-code) since Wed 2018-02-07 20:32:17 UTC; 26s ago
Docs: man:systemd-sysv-generator(8)
Process: 2392 ExecStop=/etc/init.d/mongodb stop (code=exited, status=0/SUCCESS)
Process: 2913 ExecStart=/etc/init.d/mongodb start (code=exited, status=1/FAILURE)
Feb 07 20:32:16 proddb1 systemd[1]: Starting LSB: An object/document-oriented database...
Feb 07 20:32:16 proddb1 mongodb[2913]: * Starting database mongodb
Feb 07 20:32:17 proddb1 mongodb[2913]: ...fail!
Feb 07 20:32:17 proddb1 systemd[1]: mongodb.service: Control process exited, code=exited status=1
Feb 07 20:32:17 proddb1 systemd[1]: Failed to start LSB: An object/document-oriented database.
Feb 07 20:32:17 proddb1 systemd[1]: mongodb.service: Unit entered failed state.
Feb 07 20:32:17 proddb1 systemd[1]: mongodb.service: Failed with result 'exit-code'.
Nothing's written to the log at /var/log/mongodb/mongodb.log
.
I tried manually launching the daemon via:
sudo -u mongodb /usr/bin/mongod --config /etc/mongod.conf
but after a few seconds, this simply returned with:
Aborted (core dumped)
mongodb-3.4
How do you manually run mongod from the commandline, so it outputs all logging directly in your terminal?
I'm trying to diagnose a crashing Mongo 3.4.11 database on Ubuntu 16. When I try and start it via sudo service mongodb start
it says:
Job for mongodb.service failed because the control process exited with error code. See "systemctl status mongodb.service" and "journalctl -xe" for details.
However, systemctl status mongodb.service
gives me an equally useless message:
● mongodb.service - LSB: An object/document-oriented database
Loaded: loaded (/etc/init.d/mongodb; bad; vendor preset: enabled)
Active: failed (Result: exit-code) since Wed 2018-02-07 20:32:17 UTC; 26s ago
Docs: man:systemd-sysv-generator(8)
Process: 2392 ExecStop=/etc/init.d/mongodb stop (code=exited, status=0/SUCCESS)
Process: 2913 ExecStart=/etc/init.d/mongodb start (code=exited, status=1/FAILURE)
Feb 07 20:32:16 proddb1 systemd[1]: Starting LSB: An object/document-oriented database...
Feb 07 20:32:16 proddb1 mongodb[2913]: * Starting database mongodb
Feb 07 20:32:17 proddb1 mongodb[2913]: ...fail!
Feb 07 20:32:17 proddb1 systemd[1]: mongodb.service: Control process exited, code=exited status=1
Feb 07 20:32:17 proddb1 systemd[1]: Failed to start LSB: An object/document-oriented database.
Feb 07 20:32:17 proddb1 systemd[1]: mongodb.service: Unit entered failed state.
Feb 07 20:32:17 proddb1 systemd[1]: mongodb.service: Failed with result 'exit-code'.
Nothing's written to the log at /var/log/mongodb/mongodb.log
.
I tried manually launching the daemon via:
sudo -u mongodb /usr/bin/mongod --config /etc/mongod.conf
but after a few seconds, this simply returned with:
Aborted (core dumped)
mongodb-3.4
mongodb-3.4
asked Feb 7 '18 at 21:00
CerinCerin
3452522
3452522
bumped to the homepage by Community♦ 7 mins ago
This question has answers that may be good or bad; the system has marked it active so that they can be reviewed.
bumped to the homepage by Community♦ 7 mins ago
This question has answers that may be good or bad; the system has marked it active so that they can be reviewed.
add a comment |
add a comment |
1 Answer
1
active
oldest
votes
Because nothing is written to log file, the first (and only) problem is (probably) ownership of log file. Usermongodb
don't have access to that file. sudo chown -R mongodb: /var/log/mongodb
should fix that.
What comes to the original question of how to run mongod at the command line and see what is happening, you have two choices. First is comment out (from config file) line what orders mongod to fork
itself to background. Second possibility is check from config file, what parameters you need (like dbPath) and then replace that --config
with those command line parameters. You can see list of command line parameters with mongod --help
command
add a comment |
Your Answer
StackExchange.ready(function() {
var channelOptions = {
tags: "".split(" "),
id: "182"
};
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function() {
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled) {
StackExchange.using("snippets", function() {
createEditor();
});
}
else {
createEditor();
}
});
function createEditor() {
StackExchange.prepareEditor({
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: false,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: null,
bindNavPrevention: true,
postfix: "",
imageUploader: {
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
},
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
});
}
});
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fdba.stackexchange.com%2fquestions%2f197335%2fhow-to-run-mongod-from-the-commandline%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
Because nothing is written to log file, the first (and only) problem is (probably) ownership of log file. Usermongodb
don't have access to that file. sudo chown -R mongodb: /var/log/mongodb
should fix that.
What comes to the original question of how to run mongod at the command line and see what is happening, you have two choices. First is comment out (from config file) line what orders mongod to fork
itself to background. Second possibility is check from config file, what parameters you need (like dbPath) and then replace that --config
with those command line parameters. You can see list of command line parameters with mongod --help
command
add a comment |
Because nothing is written to log file, the first (and only) problem is (probably) ownership of log file. Usermongodb
don't have access to that file. sudo chown -R mongodb: /var/log/mongodb
should fix that.
What comes to the original question of how to run mongod at the command line and see what is happening, you have two choices. First is comment out (from config file) line what orders mongod to fork
itself to background. Second possibility is check from config file, what parameters you need (like dbPath) and then replace that --config
with those command line parameters. You can see list of command line parameters with mongod --help
command
add a comment |
Because nothing is written to log file, the first (and only) problem is (probably) ownership of log file. Usermongodb
don't have access to that file. sudo chown -R mongodb: /var/log/mongodb
should fix that.
What comes to the original question of how to run mongod at the command line and see what is happening, you have two choices. First is comment out (from config file) line what orders mongod to fork
itself to background. Second possibility is check from config file, what parameters you need (like dbPath) and then replace that --config
with those command line parameters. You can see list of command line parameters with mongod --help
command
Because nothing is written to log file, the first (and only) problem is (probably) ownership of log file. Usermongodb
don't have access to that file. sudo chown -R mongodb: /var/log/mongodb
should fix that.
What comes to the original question of how to run mongod at the command line and see what is happening, you have two choices. First is comment out (from config file) line what orders mongod to fork
itself to background. Second possibility is check from config file, what parameters you need (like dbPath) and then replace that --config
with those command line parameters. You can see list of command line parameters with mongod --help
command
answered Feb 8 '18 at 6:00
JJussiJJussi
3,1591515
3,1591515
add a comment |
add a comment |
Thanks for contributing an answer to Database Administrators Stack Exchange!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fdba.stackexchange.com%2fquestions%2f197335%2fhow-to-run-mongod-from-the-commandline%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown