Skip to content
Matt Wagner edited this page Oct 25, 2012 · 1 revision

Aeolus uninstall

Cleanup the aeolus configuration

@ aeolus-cleanup @

Remove packages

@ yum remove ‘NEED LIST OF PACKAGES HERE’ @

Remove left over configuration files and data

@ rm -rf ‘NEED LIST OF Directories/Files’ @

Remove log files

@ rm -rf ‘NEED LIST OF Log files’ @

Remove iptables rules added during installation

@ vi /etc/sysconfig/itpables @

Clone this wiki locally