Hello @Florian_Streppel ,
Welcome to The MongoDB Community Forums!
To understand your use-case better, please share more details such as:
- How did you determine that the port was not opened? Was there an error in the logs?
- What is your deployment topology? If it is a replica set please share the output of
rs.status()
andrs.conf()
- By
dataarea
did you mean the dbpath? What doesunmap
means in this context? - I don’t see any errors in the logs you shared, could you please share the error you are getting?
Warning: Only use mongod --repair
if you have no other options. The operation removes and does not save any corrupt data during the repair process and should not be run in a replica set as mentioned in the repairDatabase manual.
If you’re having issues starting and connecting to a self-hosted MongoDB deployment, you might find hints in the following topic:
Regards,
Tarun