Versions Compared

Key

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

...

  1. Install NMIS9, should install without any issues
  2. Rename the omk directory


    Code Block
    mv /usr/local/omk /usr/local/omk-old


  3. Create a new omk/conf directory


    Code Block
    mkdir /usr/local/omk/conf


  4. Copy the opCommon.nmis file from the old omk directory


    Code Block
    cp /usr/local/omk-old/conf/opCommon.nmis /usr/local/omk/conf


  5. Run the installer for the ABI4 application
  6. The installer would have covered the /omk/conf/opCommon.nmis file to opCommon.json file. Copy all other files in the old omk/conf directory to the new one


    Code Block
    \cp -rfr /usr/local/omk-old/conf/* /usr/local/omk/conf


  7. Change any "nmis_dir" and "nmis8" entires to "nmis9_dir" and "nmis9" in the omk/conf/opCommon.json file
  8. Ensure the "load_applications" entry in the opCommon.json file shows only the ABI4 application previously installed.
  9. Restart omkd


    Code Block
    systemctl restart omkd.service