If security is enabled for your application server, you must provide authentication information to the scripts. If security is enabled and you do not provide authentication information, the scripts receive an AccessDenied exception. You can provide authentication data in any of these ways:
Most command line tools support -username and -password options that you can use to provide basic authentication data. The userid and password that you specify should be an administrative user. For example, you can use a member of the WebSphere administrative console users with operator or administrator privileges, or the administrative userid configured in the user registry. In this example, the stopServer script specifies the required command line parameters:
stopServer -username adminuser -password adminpw
You can place the authentication data in a properties file that the command line tools read.
The script uses the properties files in the /QIBM/UserData/WebASE51/ASE/instance/properties directory.
where instance is the instance name specified by the -instance parameter for the command.