Hello,
This is for a fresh install of mongodb and I keep getting this error. Please advise on how to fix this issue:
[sudo] password for console:
× mongod.service - MongoDB Database Server
Loaded: loaded (/lib/systemd/system/mongod.service; enabled; vendor preset: enabled)
Active: failed (Result: core-dump) since Fri 2023-02-24 22:54:46 UTC; 2 days ago
Docs: https://docs.mongodb.org/manual
Main PID: 1138 (code=dumped, signal=ILL)
CPU: 64ms
Feb 24 22:54:45 graylog systemd[1]: Started MongoDB Database Server.
Feb 24 22:54:46 graylog systemd[1]: mongod.service: Main process exited, code=dumped, status=4/ILL
Feb 24 22:54:46 graylog systemd[1]: mongod.service: Failed with result ‘core-dump’.
how do i verify that? we run on vmware environment. Our server’s processor is Intel Xeon CPU E7-4809 v4 @ 2.10GHz. im running the latest ubuntu server 20.04 LTS
That would could mean you will have issues running MongoDB V5 or V6, it’s a requirement of the processor from these versions upwards.
Below is the link to the Mongo Docs for processor support.
If you are installing single node, and don’t need major ingestion and you just want to trial it, you can install it with docker on another dedicated PC with AVX support or you can install it on Windows for test purposes only. On Windows you can install WSL and in WSL install docker. Then deploy Graylog on Docker. Is that an option for you?