Not able to start the mongodb Services in 5.0 and 6.0

Hi

Trying to install the Mongodb 5.0 and 6.0 for the below Hardware version and Ubunto 20.04 getting the below error .

● mongod.service - MongoDB Database Server
Loaded: loaded (/lib/systemd/system/mongod.service; enabled; vendor preset: enabled)
Active: failed (Result: core-dump) since Tue 2022-11-15 15:13:08 IST; 17s ago
Docs: https://docs.mongodb.org/manual
Main PID: 47687 (code=dumped, signal=ILL)

Nov 15 15:13:08 mrpl-OptiPlex-745 systemd[1]: Started MongoDB Database Server.
Nov 15 15:13:08 mrpl-OptiPlex-745 systemd[1]: mongod.service: Main process exited, code=dumped, status=4/ILL
Nov 15 15:13:08 mrpl-OptiPlex-745 systemd[1]: mongod.service: Failed with result ‘core-dump’.
mrpl@mrpl-OptiPlex-745:~$

Hardware Version

mrpl@mrpl-OptiPlex-745:~$ sudo lscpu
[sudo] password for mrpl: 
Architecture:                    x86_64
CPU op-mode(s):                  32-bit, 64-bit
Byte Order:                      Little Endian
Address sizes:                   36 bits physical, 48 bits virtual
CPU(s):                          2
On-line CPU(s) list:             0,1
Thread(s) per core:              1
Core(s) per socket:              2
Socket(s):                       1
NUMA node(s):                    1
Vendor ID:                       GenuineIntel
CPU family:                      15
Model:                           6
Model name:                      Intel(R) Pentium(R) D CPU 3.20GHz
Stepping:                        5
CPU MHz:                         3192.071
BogoMIPS:                        6384.14
L1d cache:                       32 KiB
L2 cache:                        4 MiB
NUMA node0 CPU(s):               0,1
Vulnerability Itlb multihit:     KVM: Mitigation: VMX unsupported
Vulnerability L1tf:              Mitigation; PTE Inversion

Hi @Manjunath_Swamy

Your CPU does not meet the requirements to run 5.0+

These versions require the AVX feature set Production Notes - Platform Support

Broadly your options are:

  • Use MongoDB 4.4
  • Compile from source
  • Upgrade your host platform

See the below posts for previous discussion and advice.

1 Like