Versions Compared

Key

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

...

  • Copy the opReports tarball to the server (a tarball is a GZIP'd tar file, e.g. opReports-2012-05-09-1315.tar.gz)
    1. You may need to use SCP or FTP to get the file onto the server.
  • The file will now likely be in the users home directory.
  • If the installation directory does not already exist
  • Change into the directory where the tarball was copied
  • Untar the file
Code Block
cd /usr/local

...


tar xvf ~/opReports-<version>.tar.gz

...


cd opmantek/

...


cp install/opReports.nmis conf/

...


bin/opfixperms.pl

...


cp install/01opmantek.conf /etc/httpd/conf.d/

...


service httpd restart

 

  • Update the crontab to run the default reports every day for the last 1 day and every week for the last week.  Below is the crontab entries required.
  • To edit the crontab, use the command "crontab -e"

...