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

REFRESH

Specification for whether or not to refresh.

RFSHCMPNM

Type of component to refresh on the remote system.

CMDID

Assigns a command identifier of 'ABC-dallas' to the started component.

HOST

Directs the command to a computer with a host name of dallas.

USERID

Remote user ID with which to execute the Universal Control Server process.

PWD

Password for the user ID.

Components

Universal Control