The MODIFY command zosConnect-3.0
Use the MVS system MODIFY command to refresh the z/OS Connect Server API and API requester WAR files and configuration files.
zosConnect-3.0 Applies to zosConnect-3.0.
Started task Applies to z/OS Connect Servers run by using a z/OS started task procedure.
MODIFY system commands are required after initial startup of the z/OS Connect Server in order to update application and
server resources. For more information about the Liberty server MODIFY command,
see
Modify commands on z/OS in the
WebSphere Application Server for z/OS Liberty documentation.
Syntax
Use the following command to specifically update process pending application
updates.
MODIFY <jobname>,REFRESH,APPSUse the following command to specifically update process pending configuration
updates.
MODIFY <jobname>,REFRESH,CONFIGUse the following command to refresh keystores, including SAF key
rings.
MODIFY REFRESH,KEYSTOREYou can abbreviate the MODIFY command to F.
Parameters
- jobname
- Specifies the job name of the target server.
Options
- REFRESH
- Required.
- APPS
- Required.
- CONFIG
- Required.
Examples
- refresh
-
The following command reloads and restarts the applications.
modify zosconn01,refresh,appsThe following example is the same command as the previous example with the MODIFY replaced with F./F zosconn01,REFRESH,APPSThe following command processes any pending configuration updates.modify zosconn01,refresh,configThe following example is the same command as the previous example with the MODIFY replaced with F.
/F zosconn01,REFRESH,CONFIG