Versions Compared

Key

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

Table of Contents

Introduction

 

Open-AudIT and Open-AudIT Enterprise can be uninstalled as separate items. Opmantek software packages use shared libraries so if you have other Opmantek products installed on the same server as Open-AusIT Enterprise, you should disable (as opposed to uninstall) Open-AudIT Enterprise.

...

If no other Opmantek software is installed, you can safely uninstall Open-AudIT Enterprise and it's data by running the below commands. Note the two apache config commands. One will work on Debian based systems, the other will work on RedHat based systems. It is safe to run both. 

Code Block
languagebash
service omkd stop
rm -f /etc/init.d/omkd
rm -f /etc/apache2/sites-enabled/04omk-proxy.conf
rm -f /etc/httpd/conf.d/04omk-proxy.conf
rm -rf /usr/local/omk

...