You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/pages/cdp/cdp-Deploying-into-zospt-cics-region.md
+16-18Lines changed: 16 additions & 18 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -9,47 +9,45 @@ folder: cdp
9
9
toc: true
10
10
---
11
11
12
-
The [z/OS Provisioning Toolkit](https://developer.ibm.com/mainframe/products/zospt/) (z/OS PT) provides a command line utility provision CICS regions and other development environment on z/OS. This tutorial requires z/OS PT version 1.1.5 or above to be installed.
12
+
The [z/OS Provisioning Toolkit](https://developer.ibm.com/mainframe/products/zospt/) (z/OS PT) provides a command line utility to provision CICS regions and other development environment on z/OS. This tutorial requires z/OS PT version 1.1.5 or above to be installed.
13
13
14
14
### Prepare a z/OS PT image
15
15
16
-
A z/OS PT image contains the configuration and files necessary to provision the CICS region. This is typically prepared by the CICS system programmer for use by many developers. The configuration should include:
16
+
A z/OS PT image contains the configuration and files necessary to provision the CICS region. This is typically prepared by the CICS system administrator for use by many developers. The [configuration properties](https://www.ibm.com/support/knowledgecenter/en/SSXH44E_1.0.0/zospt/cics/zospt-cics-properties.html) for the CICS image should include:
### Provision your CICS region and deploy a Node.js application
49
47
50
-
1. Update your user `.profile` file on z/OS.
48
+
1. Update your user `.profile` file on z/OS to run z/OS PT.
51
49
52
-
Add the path to the `zospt` command to your PATH, and add the following environment variables as described in [Configuring z/OS Provisioning Toolkit](https://www.ibm.com/support/knowledgecenter/en/SSXH44E_1.0.0/zospt/zospt-configuring.html):
50
+
Add the directory to the `zospt` command to your PATH, and add the following environment variables as described in [Configuring z/OS Provisioning Toolkit](https://www.ibm.com/support/knowledgecenter/en/SSXH44E_1.0.0/zospt/zospt-configuring.html):
Use the `--name` option to specify a name for the container that is easy to remember for use in later commands. This may take several minutes.
60
+
Use the `--name` option to specify a name for the container that is easy to remember for use in later commands. The provisioning steps may take several minutes to complete.
63
61
64
62
```console
65
63
zowe zos-uss issue ssh "zospt run cics_55_nodejs --name my_cics_region"
The output will include values for the CICS region application ID, and the z/OS directory within which your CICS bundles can be uploaded. For example:
72
+
The output is in JSON format and includes values for the CICS region application ID, and the z/OS directory within which your CICS bundles can be uploaded. For example:
4. Update your Zowe cics-deploy profile with the CICS region application ID and z/OS directory. For example:
79
+
4. Update your Zowe cics-deploy profile options `--scope` to be the value from DFH_REGION_APPLID and `--bundle-directory` to be a bundles subdirectory of DFH_REGION_ZFS_DIRECTORY. For example:
0 commit comments