A Forum reader asked:
“Is there an uninstall for eGuide? We want to remove it from one server and put it on another server.”
And here’s a quick fix from Timothy Leerhoff …
If all you need is to not run eGuide on a server,
1. Go to sys:\apache2\conf\ and edit the httpd.conf file.
2. Near the end you should find lines similar to these:
##### Begin Novell eGuide configuration ##### include "SYS:/tomcat/4/webapps/eGuide/WEB-INF/eGuide-apache.conf" ##### End Novell eGuide configuration #####
3. Just comment the “include” line out by putting a # in front of it.
Disclaimer: As with everything else at NetIQ Cool Solutions, this content is definitely not supported by NetIQ, so Customer Support will not be able to help you if it has any adverse effect on your environment. It just worked for at least one person, and perhaps it will be useful for you too. Be sure to test in a non-production environment.