ibm-information-center/dist/eclipse/plugins/i5OS.ic.rzatz_5.4.0.1/51/install/inunistcln.htm

115 lines
5.5 KiB
HTML
Raw Normal View History

2024-04-02 14:02:31 +00:00
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<META http-equiv="Content-Type" content="text/html; charset=utf-8">
<LINK rel="stylesheet" type="text/css" href="../../../rzahg/ic.css">
<title>Clean up product UserData files</title>
</head>
<BODY>
<!-- Java sync-link -->
<SCRIPT LANGUAGE="Javascript" SRC="../../../rzahg/synch.js" TYPE="text/javascript"></SCRIPT>
<h3><a name="inunistcln"></a>Clean up product UserData files</h3>
<p>Uninstalling WebSphere Application Server - Express from the iSeries server removes all the product libraries and directories. User-defined information is not removed and can be reused if you reinstall the product. You can remove the user data manually. User data consists of these items:</p>
<ul>
<li>All directories and files under the /QIBM/UserData/WebASE51/ directory. You should manually delete any files or directories you no longer need.</li>
<li>Any HTTP server directives (such as LoadModule or Alias) that were added to an HTTP Server Configuration file to
enable WebSphere Application Server - Express for that configuration. You can remove these directives using the instructions below.</li>
</ul>
<p>These topics describe how to remove the directives for your HTTP server:</p>
<ul>
<li><a href="#remapache">IBM HTTP Server powered by Apache (V5R1, V5R2, V5R3, and V5R4)</a></li>
<li><a href="#remdomino">Lotus Domino Web Server</a></li>
</ul>
<p><strong><a name="remapache">IBM HTTP Server powered by Apache (V5R1, V5R2, V5R3, and V5R4)</a></p></strong>
<p>To remove HTTP Server powered by Apache directives, perform these steps:</p>
<ol>
<li><p>Start your JavaScript-enabled browser.</p></li>
<li><p>In the URL location or address window, type </p>
<pre>http://<em>your.server.name</em>:2001</pre>
<p>where <em>your.server.name</em> is the host name of your iSeries server.
Press <strong>Enter</strong>.</p></li>
<li><p>Enter your iSeries user ID and password. Your iSeries user ID must
have *ALLOBJ authority. </p></li>
<li><p>Perform one of the following tasks, depending on your i5/OS version:</p><ul>
<li><p>For V5R1, on the <strong>AS/400 Tasks</strong> page, click <strong>IBM HTTP Server for AS/400</strong>. </p></li>
<li><p>For V5R2, on the <strong>iSeries Tasks</strong> page, click <strong>IBM HTTP Server for iSeries</strong>.</p></li>
<li><p>For V5R3, on the <strong>iSeries Tasks</strong> page, click <strong>IBM Web Administration for iSeries</strong>.</p></li>
</ul>
</li>
<li><p>Click the <strong>Manage</strong> tab. The main configuration page is displayed.</p></li>
<li><p>Select your Apache server instance in the <strong>Server</strong> listbox, and select <strong>Global Configuration</strong> in the <strong>Server area</strong> listbox.</p></li>
<li><p>Expand <strong>Server Properties</strong>, and select <strong>WebSphere Application Server</strong></p></li>
<li><p>Select <strong>Disable Servlets and JavaServer Pages (JSP)</strong>.</p></li>
<li><p>Click <strong>OK</strong>. You have removed the WebSphere plugin directives from the Apache configuration file..</p></li>
<li><p>To remove the directives for the IBM Telephone Directory application (Option 3), perform these steps:</p>
<ol type="a">
<li>Click Container Management in the left navigation frame.</li>
<li>Click the <strong>Locations</strong> tab.</li>
<li>Select the LocationMatch container with <strong>/itd/.*/secure</strong> specified in the URL path or expression column. </li>
<li>Click <strong>Remove</strong>.</li>
<li>A popup window displays a warning that this operation removes not only the selected container, but all configuration directives contained within it. Click <strong>OK</strong>. </li>
<li>Select the LocationMatch container with <strong>/itd/.*/admin </strong>specified in the URL path or expression column. </li>
<li>Click <strong>Remove</strong>.</li>
<li>A popup window displays a warning that this operation removes not only the selected container, but all configuration directives contained within it. Click <strong>OK</strong>.</li>
<li>Click <strong>OK</strong>. You have removed the Apache directives that were added for the IBM Telephone Directory application..
</li>
</ol>
<p>Note: You must stop and restart the Apache server instance for these changes to take affect.</p>
</li>
</ol>
<strong><a name="remdomino">Lotus Domino Web server</a></strong>
<p>To remove Lotus Domino Web server directives, perform these steps:</p>
<ol>
<li><p>Remove the DSAPI filter configuration from the Domino server document:</p>
<ol type="a">
<li><p>From a Lotus Notes client connected to the Domino server, edit the Domino document,
which is found in the Domino server's Domino Directory (names.nsf).</p></li>
<li><p>Within the server document, click the <strong>Internet Protocols</strong> tab and then click the
<strong>HTTP</strong> tab.</p></li>
<li><p>Remove from the <strong>DSAPI filter file names</strong> field: /QSYS.LIB/QASE51.LIB/LIBDOMINOH.SRVPGM.
</p></li>
<li><p>Save and exit the Domino Server document.</p></li>
</ol></li>
<li><p>Remove the WebSphereInit directive from the notes.ini file.</p>
<ol type="a">
<li><p>Enter the Work with Domino Servers (WRKDOMSVR) command on the CL command line.</p></li>
<li><p>For the appropriate Domino server instance, specify option 13 (Edit NOTES.INI) to edit the server's
notes.ini file.</p></li>
<li><p>Remove the WebSphereInit directive from the notes.ini file.</p></li>
</ol></li>
<li><p>Restart the Lotus Domino Web server.</p></li>
</ol>
</body>
</html>