Starting an IBM i Component via Universal Control
Starting an IBM i Component via Universal Control
This example starts a component on a remote system.
STRUCT START(uems) CMDID('UEM-dallas') HOST(dallas) USERID(joe) PWD(akkSdiq)
Note
This example references the IBM i command by its untagged name. If you are using commands with tagged names to run Universal Control, substitute the tagged names for the untagged names.
Command Line Options
The command line options used in this example are:
Option | Description |
---|---|
Component to start on the remote system. | |
Assigns a command identifier of 'UEM-dallas' to the started component. | |
Directs the command to a computer with a host name of dallas. | |
Remote user ID with which to execute the Universal Control Server process. The started component, in fact, will execute with the Universal Broker's security context. | |
Password for the user ID. |
Components