ibm-information-center/dist/eclipse/plugins/i5OS.ic.rzamy_5.4.0.1/50/sec/seccglen.htm

49 lines
2.8 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>Enable global security</title>
</head>
<BODY>
<!-- Java sync-link -->
<SCRIPT LANGUAGE="Javascript" SRC="../../../rzahg/synch.js" TYPE="text/javascript"></SCRIPT>
<h4><a name="seccglen"></a>Enable global security</h4>
<p>Perform these steps to enable WebSphere Global Security:</p>
<ol>
<li><p>In the administrative console, click <strong>Security --&gt; Global Security</strong> to configure the rest of the security settings and enable security. When you set up your security configuration, the Global Security configuration should be performed last. This is because this page performs a final validation of the security configuration.</p></li>
<li><p>Configure the global security settings.</p>
<p>Make sure that <strong>Enable global security</strong> is selected so security is enabled when the server restarts.</p></li>
<li><p>Click <strong>OK</strong> or <strong>Apply</strong>. Your configuration is validated. Informational messages appear at the top of the page. If the messages are in red text, a problem has occurred with the security validation. Review your configuration to ensure the user registry settings are accurate. In some cases the LTPA configuration may not be fully specified.</p></li>
<li><p>If there are no validation problems with your security, then store the configuration for use by the server the next time it is restarted. To save the configuration, click <strong>Save</strong> at the top of the page in the administrative console. This action writes the settings out to the configuration repository.</p></li>
<li><p>Logoff the administrative console. Click <strong>Logout</strong>.</p></li>
<li><p>Stop the server:</p>
<ol type="a">
<li>On an iSeries command line, start Qshell with the STRQSH command.</li>
<li>Change to the /QIBM/ProdData/WebASE/ASE5/bin directory.</li>
<li>Run the stopServer command:
<pre> /QIBM/ProdData/WebASE/ASE5/bin/stopServer -instance <em>instanceName</em> <em>serverName</em></pre>
<p>where <em>instanceName</em> is the name of your instance and <em>server name</em> is the name of your server.</p>
</ol>
<p><strong>Note:</strong> After security has been enabled, you need an user ID and password to run the stopServer script.</p></li>
<li><p>In Qshell, start the server with the startServer command, for example <tt>startServer <em>myServer</em></tt>.</p></li>
</ol>
<p>If you have any problems restarting the server, review the output logs in the <tt>logs</tt> subdirectory of your instance. See <a href="../trb/trbsecurity.htm">Troubleshooting: Security</a> in the <em>Troubleshooting</em> topic for more information.</p>
</body>
</html>