Versions Compared

Key

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

...

  • copy the tarball to the server, into your users home directory
  • untar the file into a location of your choice, the default location is /usr/local/omk 

  • copy the config files 
  • Code Block
    cd /usr/local
    tar xvf ~/opExport-x86_64-1.0.0.tar.gz
    cd omk
    cp ./install/opCommon.nmis ./conf/opCommon.nmis 
    cp install/omkd.init.d /etc/init.d/omkd
    chkconfig --add omkd 
    chown -R nmis:nmis /usr/local/omkdomk
  • Set the key that the daemons will use to verify each other, opexport_connection_key, in opCommon.nmis. The default key is opexport_connection_key=key123.
  • make sure the os_group and os_username in conf/opCommon.nmis exist and match the username used. (default is nmis/nmis)

...