Refreshing an Event-Driven UEM Server - z/OS
In this example, RESUEMS will refresh the event-driven UEM Server (uems) to secure changes made to the configuration file.
//RESUEMS JOB CLASS=A,MSGCLASS=X,NOTIFY=&SYSUID
// JCLLIB ORDER=SBI.UNV.SUNVSAMP
//*
//STEP1 EXEC UCTLPRC
//LOGONDD DD DISP=SHR,DSN=MFC1A.JCL.CNTRL(WINUSER)
//SYSIN DD *
-host 172.16.30.30 -encryptedfile LOGONDD -port 7887 -refresh uems
/*
info
There is only one different command (-refresh) between this example and Starting an Event-Driven UEM Server.
SYSIN Options
The SYSIN options used in this example are:
Option | Description |
|---|---|
TCP/IP host name of the remote computer on which Universal Broker is running and accepting connections. | |
Encrypted command file. | |
TCP/IP port number of the remote computer on which Universal Broker is running and accepting connections. | |
Instruction to the Universal Broker to refresh the UEM Server configuration. |