The enbprfwas script enables a profile to run an application server and optionally changes the group profile to QEJBSVR. See Run application servers under specific user profiles for more information. You can also use iSeries Navigator to enable a user profile to run an application server.
Authority
To run this script, your user profile must have *ALLOBJ authority.
Usage
To create a new instance with the crtwasinst script, follow these steps:
On the CL command line, enter the STRQSH (Start Qshell) command.
Run the cd command to change to the directory that contains the script:
cd /QIBM/ProdData/WebASE51/ASE/bin
Run the enbprfwas script:>
enbprfwas -profile usrprf
where usrprf is the user profile that you want to enable.
Syntax
The syntax of the script is:
enbprfwas -profile usrprf [ -chggrpprf ]
Parameters
The parameters of the script are:
-profile
This is a required parameter. The value usrprf specifies the name of the profile that you want to enable to run application servers.
-chggrpprf
This is an optional parameter. If you specify this parameter, the script changes the group profile of usrprf to QEJBSVR.