Installing MongoDB¶
-
Check the requirements for MongoDB.
-
Install the
unzipunpacking program:-
RHEL:
sudo yum --assumeyes install unzip -
SLES:
sudo zypper --non-interactive install unzip
-
-
In a browser, log on to the SEAL Systems delivery platform with your logon data:
https://delivery.sealsystems.de
Hint - logon data
You receive the logon data from your Technical Project Manager at SEAL Systems.
-
Download the MongoDB - 7.1.0.197 - rpm folder. It is saved as
MongoDB - 7.1.0.197 - rpm.zip. -
Extract
MongoDB - 7.1.0.197 - rpm.zip:unzip "MongoDB - 7.1.0.197 - rpm.zip" -
Change to the
MongoDB - 7.1.0.197 - rpmdirectory and start installing the contained packages:cd "MongoDB - 7.1.0.197 - rpm"sudo sh install.sh -
Open the required firewall ports for necessary services:
sudo sh firewall.sh -
Start MongoDB:
sudo systemctl start mongod
Proceed with configuring a shared replica set or initializing MongoDB.