Versions Compared

Key

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

...

Code Block
languagebash
titleInstalling NMIS9
bash ./nmis9-9.1.1.run
# read and answer the prompts, checking carefully the selections work for your environment.  
# NMIS does have good default selections and if you have tested those default selections before you can use -- -y to automatically select yes for all.


2. Stop nmis8 and nmis9 from running

...

Code Block
languagebash
/usr/local/nmis9/nmis-cli act=fixperms


6. Lastly, start and verify nmis9d is running

Code Block
languagebash
systemctl start nmis9d.service
systemctl status nmis9d.service

...