USER_COMMAND - UEMLoad configuration option
Description
The USER_COMAND option specifies a system command that is stored in an event handler record with a handler type of CMD. It identifies the handler process, which is executed by UEM Server on behalf of the stored event handler.
Usage
Specification Method |
Parameter / Value |
IBM i |
HP NonStop |
UNIX |
Windows |
z/OS |
Command Line, Short Form |
n/a |
|
|
|
|
|
Command Line, Long Form |
-cmd command |
|
|
|
|
|
Definition File Keyword |
cmd command |
|
|
|
|
|
Value
command is the system command stored in an event handler record. If command contains spaces, it must be enclosed in double ( " ) quotation marks.
UNIX |
If command contains spaces, it must be enclosed in either single ( ' ) or double ( " ) quotation marks. -cmd '/usr/someapp "quoted string"' will save everything between the single quotes, including the spaces and double quotes, in the event handler record. |
---|---|
Windows |
If quotes are to be saved as part of command, the required syntax depends on whether the parameter is specified from the command line or from a definition file. |