Prerequisites

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

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.