ibm-information-center/dist/eclipse/plugins/i5OS.ic.rzatz_5.4.0.1/51/admin/qshenbprf.htm

51 lines
2.0 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 a user profile to run an application server</title>
</head>
<BODY>
<!-- Java sync-link -->
<SCRIPT LANGUAGE="Javascript" SRC="../../../rzahg/synch.js" TYPE="text/javascript"></SCRIPT>
<h4><a name="qshenbprf"></a>Enable a user profile to run an application server</h4>
<p>The enbprfwas script enables a profile to run an application server and optionally changes the group profile to QEJBSVR. See <a href="../sec/isprfchg.htm">Run application servers under specific user profiles</a> for more information. You can also <a href="../sec/secopnav.htm">use iSeries Navigator to enable a user profile to run an application server</a>.</p>
<p><strong>Authority</strong></p>
<p>To run this script, your user profile must have *ALLOBJ authority.</p>
<p><strong>Usage</strong></p>
<p>To create a new instance with the crtwasinst script, follow these steps:</p>
<ol>
<li><p>On the CL command line, enter the STRQSH (Start Qshell) command.</p></li>
<li><p>Run the cd command to change to the directory that contains the script:</p>
<pre>cd /QIBM/ProdData/WebASE51/ASE/bin</pre></li>
<li><p>Run the enbprfwas script:></p>
<pre>enbprfwas -profile <em>usrprf</em></pre>
<p>where <em>usrprf</em> is the user profile that you want to enable.</p></li>
</ol>
<p><strong>Syntax</strong></p>
<p>The syntax of the script is:</p>
<pre>enbprfwas -profile <em>usrprf</em> [ -chggrpprf ]</pre>
<p><strong>Parameters</strong></p>
<p>The parameters of the script are:</p>
<ul>
<li><p><strong>-profile</strong>
<br>This is a required parameter. The value <em>usrprf</em> specifies the name of the profile that you want to enable to run application servers.</p></li>
<li><p><strong>-chggrpprf</strong>
<br>This is an optional parameter. If you specify this parameter, the script changes the group profile of <em>usrprf</em> to QEJBSVR.</p></li>
</ul>
</body>
</html>