Rate This Document
Findability
Accuracy
Completeness
Readability

Installing MongoDB

  1. Go to the tool directory.
    cd /home/tsdbtool
  2. Run the installation command.
    sh tsdbtool.sh install dbtype=mongodb conf=mongodbconf.csv sourcedir=mongo-r4.0.12.tar.gz

    For RPM package installation, change sourcedir to rpmdir and change the source code package name to the RPM package name. For example:

    sh tsdbtool.sh install dbtype=mongodb conf=mongodbconf.csv rpmdir=mongo-4.0.12-1.el7.aarch64.rpm