Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  • Become root and unpack the tarballs:

    Code Block
     # as root
    cd /usr/local
    # if the tarball was saved in a different location, adjust the ~ in the following command 
    tar xzf ~/opCharts-THEVERSION.tar.gz
    tar xzf ~/rrdtool-binpkg.tgz
    cd /usr/local/omk 
    cp -r install/*.nmis install/charts install/users.dat install/data_sources.json install/omk-rotate.conf conf/
  • Create the required nmis user
    As root run

    Code Block
    useradd nmis

...