Skip to end of banner
Go to start of banner

opExport 1.6.5 Upgrade Guide

Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 4 Current »

Prerequisites

  • A running opExport system
  • A new version downloaded to /tmp/

Upgrade

Stop Daemon

MySQL Server

service omkd stop

NMIS Server

lsof | grep /usr/local/omk/script/opmantek.exe
# find PID of opmantek.exe in /usr/local/omk/script/opmantek.exe, it’s in the 2nd column
kill PID

Upgrade

# upgrade
cd /usr/local
tar zxvf /tmp/opExport-Linux-x86_64-1.6.5.tar.gz

Start Daemon

# start opExport service (both MySQL and NMIS)
service omkd start # restart daemon

Important Next Steps

  • Now load GUI and accept EULA
  • Modify conf/schema_sets.json on the MySQL server to add "include_ping_only" : 1 to the schemas/tables that you want ping-only nodes included (the default install/schema_sets.json has them added in the places where it makes sense and can be used as an example)
  • Push new schema to server (from opExport on MySQL server)

Test

If you have included ping-only nodes on your node table you should now see rows in

SELECT *
FROM nodes
WHERE collect = 'false';

* if your NMIS server has nodes like this.

  • No labels