Versions Compared

Key

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

...

  1. Backup old configuration 

    Code Block
    mkdir conf_date_here
    cp -r conf/* conf_date_here/ 
  2. Stop the current service 

    Code Block
    service omkd stop 
    # if that does not work try
    kill `cat /tmp/prefork.pid`
    
    # verify it omkd is stopped
    ps aux | grep opman
    
    # if they are still running kill them
    killall opmantek.exe        
  3. Untar the new version 

    Code Block
    cd /usr/local
    tar -zxvf ~/opExport-New-Version.tar.gz 
  4. Upgrade the configuration 

    Code Block
    cd /usr/local/omk
    cp install/opCommon.nmis conf/
    cp install/users.dat conf/  
    cd conf  

    *if you are upgrading the MySQL server daemon, you will need new schemas: 

    Code Block
    cp install/*.json conf/
  5. Start the service back up 

    Code Block
    service omkd start
  6. Load the GUI in web browser http://your.upgraded.server.name.or.ip:3000/omk/opExport, this is required to accept the EULA, if this is not done schemas will not be saved in the next step!

  7. Push schema to NMIS server from MySQL (only if the upgraded server is NMIS server) .