Refreshing a Component from IBM i
Refreshing a Component via Universal Control from IBM i
This example refreshes a Universal Event Monitor Server (uems) component on a remote system.
STRUCT REFRESH(*yes) RFSHCMPNM(uems) CMDID('ABC-dallas') HOST(dallas) USERID(joe) PWD(akkSdiq)
This example refreshes a Universal Automation Center Agent (uag) component on a remote system.
STRUCT REFRESH(*yes) RFSHCMPNM(uag) CMDID('ABC-dallas') HOST(dallas) USERID(joe) PWD(akkSdiq)
Command Line Options
The command line options used in this example are:
Option | Description |
---|---|
Specification for whether or not to refresh. | |
Type of component to refresh on the remote system. | |
Assigns a command identifier of 'ABC-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. | |
Password for the user ID. |
Components