Skip to content

IBM Integration Bus (IIB) plugin Deploy step for zOS - Process Steps

  • zOS Deploy

Deploy a Broker Archive. This step will set the output property ‘completionCode’, representing the last completion code returned from the broker during deployment.

Input properties for zOS Deploy

NameTypeDescriptionRequired
Bar File NamesStringComma or new line separated list of Broker Archive files to deploy.Yes
Execution GroupsStringComma or new line separated list of Execution Groups to Deploy to.Yes
Deployment TypeEnumeration: Full Incremental ${p?:iib.deployType}Specify either an incremental or full deployment. You may specify the ‘```${p?:iib.deployType}``'option and set the'iib.deployType'` property to either ‘incremental’ or ‘full’ at any level in the property hierarchy.No
Start/Stop Message FlowsBooleanCheck to stop all Message Flows in the Execution Group before deployment and start all Message Flows after deployment.No
IPStringThe ip address of the target server for a remote connection. You must specify either an ‘IP’ and ‘Port’ to connect to a remote broker or an ‘Integration Node Name’ to connect to a local broker.No
PortStringThe port of the target server for a remote connection. You must specify either an ‘IP’ and ‘Port’ to connect to a remote broker or an ‘Integration Node Name’ to connect to a local broker.No
PortStringThe port of the target server for a remote connection. You must specify either an ‘IP’ and ‘Port’ to connect to a remote broker or an ‘Integration Node Name’ to connect to a local broker.No
Use SSLBooleanAdministration security authentication/authorization. This option is only available in IIB version 10.No
Integration Node NameStringName of Integration Node. You must specify either an ‘IP’ and ‘Port’ to connect to a remote broker or an ‘Integration Node Name’ to connect to a local broker.No
UsernameStringUsername for secure authentication. Explicit user authentication only available with IIB 10.No
PasswordStringPassword for secure authentication. Explicit user authentication only available with IIB 10.No
Trace FileStringThe file to use for trace logging. If not set trace logging will be disabled.No
Jar PathStringSpecify either directories to recursively search from, or each individual jar path split by your file systems path separator. (e.g. /opt/ibm/server/classes:/opt/ibm/common/jetty/lib) You must specify your required JAR files in either the Jar Path field or the CLASSPATH environment variable.No
MQSIPROFILE ExecutableStringThe absolute path to the mqsiprofile executable on your IIB server. Specifying this value will initialize your command environment. This value is required if your command environment is not initialized on startup through .No
Environment VariablesStringA file containing property entries, with each entry delimited by newlines. Entries must be in the form ‘VAR=VALUE’ (i.e. java.library.path=/opt/mqm/java/lib64:/opt/mqm/java/lib). Implemented to support z/OS using an ENVFILE.No