Gordon Welling Admin Group

Manager Technnical Support Services
Joined: 11-December-2003 Location: Canada Posts: 535
|
| Posted: 21-November-2006 at 2:18pm
|
|
|
Omni Mobile Manual Uninstallation Instructions on Linux
These steps are to be used to manually remove the Omni Mobile server installed on a SLES 8, 9, or 10 server on which GroupWise WebAccess uses the GroupWise provided Apache 2/Tomcat 4 services. Using the (OPTIONAL) steps will remove all traces of Omni Mobile.
Note:
* ${tomcat} is the Web application directory you entered when you installed Omni Mobile. - /var/opt/tomcat4
* ${webacc} is the WebAccess installation directory you entered when you installed Omni Mobile. - /opt/novell/groupwise/webaccess
* ${WEB-INF} is the Web application path for the version on tomcat and GroupWise and can be one of: - /var/opt/novell/gw
* ${omnimobile} is the path for the Omni Mobile uninstaller: - /var/opt/omnimobile
Steps
1. Stop tomcat - open a terminal session and type
* cd /etc/init.d * ./novell-tomcat4 stop
2. Delete these classes sub-directories.
* ${WEB-INF}/classes/com/omnits * ${WEB-INF}/classes/javax * ${WEB-INF}/classes/palmdb
3. Delete configuration files.
* ${WEB-INF}/classes/application.properties * ${WEB-INF}/classes/applicationContext.xml * ${WEB-INF}/classes/changes.log * ${WEB-INF}/classes/license.key * ${WEB-INF}/classes/log4j.xml * ${WEB-INF}/classes/messages.properties * ${WEB-INF}/classes/omnimobile.properties * ${WEB-INF}/classes/uninstaller.properties * ${WEB-INF}/classes/server.key * ${WEB-INF}/classes/version.properties
4. (OPTIONAL) Delete or rename (recommended) the data folder and log folder.
* Delete or rename the ${tomcat}/data folder * Delete or rename the ${tomcat}/logs folder OR change directory to the ${tomcat}/logs folder and delete all log files with 'omnimobile' in the filename.
5. Restore web.xml.
* Change directory to ${WEB-INF}/. * Delete web.xml. * Rename web.xml.omnimobile to web.xml. * (OPTIONAL) Delete all web.xml-<date-time> files
6. Restore GW template files (for GW using frames).
* Change directory to ${WEB-INF}/classes/com/novell/webaccess/templates/frames * Delete features.htt, and caption.htt * Rename features.htt.omnimobile to features.htt, and caption.htt.omnimobile to caption.htt * (OPTIONAL) Delete any files that have "omnimobile" in the file name
AND/OR
6. Restore GW template files (for GW using css templates).
* Change directory to ${WEB-INF}/classes/com/novell/webaccess/templates/css * Delete features.htt, and caption.htt * Rename features.htt.omnimobile to features.htt, and caption.htt.omnimobile to caption.htt
7. Restore WebAccess configuration file.
* Change directory to ${webacc} * Delete webacc.cfg. * Rename webacc.cfg.omnimobile to webacc.cfg * (OPTIONAL) Delete all webacc.cfg-<date-time> files
8. (OPTIONAL) Remove the Omnimobile folders.
* Change directory to ${omnimobile} * Remove the Omnimobile folder and all child folders and files
9. (OPTIONAL) Remove the web server files.
* Change directory to ${tomcat}/webapps/gw/ * Remove the /com/novell/webaccess/images/gwmobile folder * Remove the /com/novell/webaccess/images/omnimobile folder * Remove the /com/omni-ts folder
10. Start tomcat - from the open terminal session, type:
* ./novell-tomcat4 start
11. Stop and start the Apache web server. - from the open terminal session, type:
* ./novell-httpd restart
Edited by Gordon Welling on 10-May-2007 at 10:01am
|