casstart [/res-name] [/oconfig-name][/uusername] [/ppassword] [/cgroup] [/z[userid]] [/x[userid]] [/w[seconds]] [/s:start-type] [/mhost:port] [/j:SYSIDNT=xxxx]
/res-name | Name of the enterprise server to start. Defaults to ESDEMO |
/oconfig-name | When using this option in MSS-enabled regions, config-name should be the name of a SIT. The region starts up using the specified SIT rather than the one defined in the Enterprise Server Administration pages. |
/uuserid | An authorized user. This user must exist within the security domains of both the enterprise server and
Micro Focus Directory Server. That is, the security configuration for both enterprise server and Directory Server must be able to verify the user credentials
supplied. Note that enterprise server and Directory Server may be using different security managers. It might be necessary
that the user is defined in more than one security repository.
In order to update Directory Server status information, within the Directory Server domain, the user must have modify permission on the appropriate enterprise server resource within the Servers resource class. In order to successfully run the casstart command, within the enterprise server's security domain, the user must have alter permissions on the casstart resource within the OPERCMDS resource class. Exception: This parameter is only required if you have configured security.
|
/ppassword | The password for the user |
/cgroup | The sign-on group for the user. By default, when a user requests access to a resource, some external security managers only
apply rules that refer to that user and the user's current sign-on group.
If this option is not specified, the user is signed on with a default group as determined by the security manager. |
/z[userid] | The parameter enables you to pass user credentials through an interactive prompt or as a redirection from the console, the
userid is optional. This can be used to pass credentials stored in the Vault Facility.
Note: Micro Focus recommends that you use this option in preference to /u and /p.
|
/x[userid] | Retrieve user credentials from user input.
Note: userid is optional.
|
/w[seconds] |
Introduces a delay in seconds, to the end of the startup process. Values can range from 0 to 999 but the minimum delay is 15 seconds. The delay specified enables processes for the enterprise server region to start before control is passed to the user. It prevents the casstart process from exiting until the region has either started or the delay expires. Note: Specifying the /w option without a value for the time will result in the minimum delay of 15 seconds.
Omitting this parameter means that casstart can exit before the region is ready to accept requests. |
/s:start-type | This option is used to start an enterprise server region that is part of a PAC. Where
start-type can be:
Note:
|
/mhost:port | Enables you to specify the host and port that casstart should look for an MFDS service on, where the default host and port
(localhost:86 or 127.0.0.1:86) is not the port the target MFDS service is bound to.
Note: If the /m parameter has not been specified but the ES_MFDS_ADDRESS environment variable has been then this will be used instead.
See
General Enterprise Server Environment Variables for more information.
|
/j:SYSIDNT=xxxx | Enables you to override the SYSID of the enterprise server region. Specify the 4-character local system identifier, SYSIDNT, which corresponds to the SYSID that you want to override. |
Comments:
On UNIX you can use a dash (-) before an option as an alternative to a forward slash (/).
The command line utilities casstart, casstop, casfile, casout, and cassub can be invoked by a program using the call interface and passing the command line parameters to the call. For instance, you could use the following to start a server:
When used on platforms that support running both 32-bit and 64-bit applications, casstart checks its environment to determine whether to start the enterprise server in 32-bit or 64-bit mode. If the server's working mode (as specified when it was created) does not match the mode specified by the environment, casstart fails and issues an appropriate message. On UNIX platforms, you choose the mode by setting the COBMODE environment variable to 32 or 64 as appropriate. On Windows platforms, you can choose the environment by choosing the relevant command prompt from the Start menu.
You can only invoke the casstart command from the command line or from the Micro Focus Directory Server (MFDS); it cannot be invoked, for example, from a batch job.