Versions Compared

Key

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

...

  • The individual performing this installation has a small bit of Linux experience.
  • Root access is available.

  • Internet access is required for installing any missing, but required software packages.
  • NMIS must be installed on the same server that opEvents is being installed on. If you do not yet have a working installation of NMIS in your server, please follow the procedure in the NMIS 8 Installation Guide and install NMIS before installing opEvents
  • You will need a license for opEvents (evaluation available HERE).
  • All licenses are added/updated at https://<hostname>/omk/opLicense .

...

As of February 2016, opEvents is distributed in a self-extracting download format that simplifies the installation process quite a bit. More information on running the installer can be found HERE: The Opmantek Installer

Transfer the opEvents installer onto the server in question, either by direct download from the Opmantek website (using wget as demonstrated below), or from your desktop with scp, sftp or a similar file transfer tool.
Make a record of where you put the installer (we recommend using root's home directory or /tmp as good locations).

  • Remember, you must have root access to run the installer, so either use sudo or log in as root:

    Code Block# become root sudo sh # If using wget, for example, change into the directory you want to download the installer into cd /tmp # Here's an example of using wget to retrieve the installer from Opmantek's S3 server: wget http://dl-omk.opmantek

    .

    com/opEvents-Linux-x86_64-2.4.1.run

  • Start the interactive installer and follow its instructions. The installer now fully covers both initial installations as well as upgrades from earlier versions of opEvents.

    Code Block
    # Next, start the interactive installer and follow the prompts.
    sh ./opEvents-Linux-x86_64-2.4.1.run
    Verifying archive integrity... All good.
    Uncompressing opEvents 2.4.1  100%
    
    ++++++++++++++++++++++++++++++++++++++++++++++++++++++
    opEvents (2.4.1) Installation script
    ++++++++++++++++++++++++++++++++++++++++++++++++++++++
    
    This installer will install opEvents into /usr/local/omk.
    To select a different installation location please rerun the 
    installer with the -t option.
    
    Ok to proceed with installation?
    Type 'y' or <Enter> to accept, or 'n' to decline:
    ...


  • The installer will interactively guide you through the steps of installing opEvents. Please make sure to read the on-screen prompts carefully.
  • When the installer finishes, opEvents is installed into /usr/local/omk, and the default configuration files are in /usr/local/omk/conf, ready for your initial config adjustments.
  • A detailed log of the installation process is saved as /usr/local/omk/install.log, and subsequent upgrades or installations of other Opmantek products will add to that logfile.

...