Versions Compared

Key

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

...

  • opReports-3.4.1-standalone.tar.gz was created as follows
    (provided for informational purposes as opReports-3.4.1-standalone.tar.gz was provided to the Customer):
    • Install NMIS8 at /usr/local/nmis8 on a new VM with desired operating system created for the purpose of assembling opReports-3.4.1-standalone.tar.gz
    • Install the needed version of opReports at the default install directory /usr/local/omk
    • Create our custom install of opReports at /opt/omk

      Code Block
      title/opt/
      cd /opt
      sudo cp -rf /usr/local/omk /opt
      sudo chown -R root:nmis /opt/omk
      cd /opt/omk/
      # make sure we are in /opt/omk/
      pwd
      /opt/omk
      sudo rm -rf ./{bin/*,log/*,var/*,lib/,script/,manifest,install.log}


  • Place the provided opReports-3.4.1-standalone.tar.gz file in /opt/ directory
  • Uncompress the file, then set permissions on /opt/omk/ directory structure appropriately:

    Code Block
    title/opt/
    sudo tar -xzvf opReports-3.4.1-standalone.tar.gz
    sudo chown -R root:nmis /opt/omk/