Skip to content

Commit ba5aefb

Browse files
committed
cicsplex trademarks
Signed-off-by: Natasha Mckenzie-Kelly <[email protected]>
1 parent eae4a96 commit ba5aefb

File tree

5 files changed

+11
-11
lines changed

5 files changed

+11
-11
lines changed

docs/pages/cdp/cdp-Common-Errors.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -38,8 +38,8 @@ If you experience errors while using the cics-deploy plug-in, check the followin
3838
### Command error: DFHDPLOY stopped processing due to an error
3939

4040
*Possible causes:*
41-
* The `--scope` and/or `--cicsplex` settings for the current deploy profile are wrong, and don't correctly identify a current CICS® system, CICS® System Group and/or a correct CICSPlex respectively.
42-
* The CMAS for the current CICSPlex is inactive.
41+
* The `--scope` and/or `--cicsplex` settings for the current deploy profile are wrong, and don't correctly identify a current CICS® system, CICS® System Group and/or a correct CICSPlex® respectively.
42+
* The CMAS for the current CICSPlex® is inactive.
4343
* CPSM is not functioning correctly.
4444

4545
*Representative output:*
@@ -55,7 +55,7 @@ If you experience errors while using the cics-deploy plug-in, check the followin
5555
*Suggested actions:*
5656

5757
* Confirm that the `--scope` and `--cicsplex` settings are correct.
58-
* Ask your CICS® Systems Programmer to check that the CMAS for the current CICSPlex is alive and that CPSM is working properly.
58+
* Ask your CICS® Systems Programmer to check that the CMAS for the current CICSPlex® is alive and that CPSM is working properly.
5959

6060
### Command error: ... validation of - -cicshlq dataset failed: z/OSMF REST API Error
6161

docs/pages/cdp/cdp-Creating-Zowe-CLI-profiles.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ The CICS® deploy plug-in makes use of the following profiles:
2424
| [z/OSMF profile](#zosmf-profile) | **zowe cics-deploy ...** <br /> zowe console ... <br /> zowe zos-files ... <br /> zowe zos-jobs ... <br /> zowe zos-tso ... <br /> zowe zos-workflows ... <br /> zowe zosmf ... <br /> zowe provisioing ... | z/OSMF |
2525
| [SSH profile](#ssh-profile) | **zowe cics-deploy push ...** <br /> zowe zos-uss ... | SSH |
2626
| [CICS deploy profile](#cics-deploy-profile) | **zowe cics-deploy ...** | |
27-
| [CICS profile](#cics-profile) | **zowe cics-deploy push ...** <br /> zowe cics ... | CICSPlex SM WUI |
27+
| [CICS profile](#cics-profile) | **zowe cics-deploy push ...** <br /> zowe cics ... | CICSPlex® SM WUI |
2828

2929
### z/OSMF profile
3030

@@ -94,7 +94,7 @@ The cics-deploy profile identifies the CICS® environment for deployment. An exa
9494

9595
| Option | Description |
9696
| --- | --- |
97-
| cicsplex | CPSM CICSplex name. |
97+
| cicsplex | CPSM CICSplex® name. |
9898
| cics-hlq | High Level Qualifier \(HLQ\) for the CICS® data sets. |
9999
| cpsm-hlq | High Level Qualifier \(HLQ\) for the CPSM data sets. |
100100
| scope | CPSM scope to identify the CICS® region or group of regions to deploy your application. |
@@ -122,7 +122,7 @@ The CICS® profile identifies the connection to the CICS® Web User Interface (W
122122

123123
| Option | Description |
124124
| --- | --- |
125-
| cics-plex | CPSM CICSplex name. This will typically be set to the same as cicsplex in the cics-deploy profile. |
125+
| cics-plex | CPSM CICSplex® name. This will typically be set to the same as cicsplex in the cics-deploy profile. |
126126
| region-name | The name of the CICS® region name to interact with. |
127127
| protocol | HTTP or HTTPS to use to connect to the CICS® WUI server. |
128128
| host | Host name of the CICS® WUI server. |

docs/pages/cdp/cdp-Preparing-a-zOS-PT-image.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ z/OS PT uses configuration and files in an *image* as input to z/OSMF workflows
2222

2323
### Prepare a z/OS® PT image for CICS®
2424

25-
Use these steps to prepare a z/OS® PT image for a CICS® region. No application is included in the image. The CICS® region is connected to a CICSplex environment, and has NODE_HOME set.
25+
Use these steps to prepare a z/OS® PT image for a CICS® region. No application is included in the image. The CICS® region is connected to a CICSplex® environment, and has NODE_HOME set.
2626

2727
#### Procedure
2828

@@ -101,7 +101,7 @@ The image is now ready for developers to provision CICS® regions and deploy the
101101

102102
### Prepare a z/OS® PT image for CICS® including an application
103103

104-
Use these steps to prepare a z/OS® PT image for a CICS® region that includes a Node.js application, such that the region and application are provisioned / started / stopped / de-provisioned together. The CICS® region is connected to a CICSplex environment, and has NODE_HOME set.
104+
Use these steps to prepare a z/OS® PT image for a CICS® region that includes a Node.js application, such that the region and application are provisioned / started / stopped / de-provisioned together. The CICS® region is connected to a CICSplex® environment, and has NODE_HOME set.
105105

106106
#### Procedure
107107

docs/pages/cdp/cdp-Requirements-on-zOS.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,9 +23,9 @@ The [z/OS Secure SHell daemon (sshd)](https://www.ibm.com/support/knowledgecente
2323

2424
The [DFHDPLOY](https://www.ibm.com/support/knowledgecenter/SSGMCP_5.5.0/applications/deploying/dfhdploy_overview.html) utility is provided with IBM CICS® Transaction Server (CICS) and is required to run the [`zowe cics-deploy push bundle`](cdp-CLIReadMe#push--p), [`zowe cics-deploy deploy bundle`](cdp-CLIReadMe#deploy--d--dep), and [`zowe cics-deploy undeploy bundle`](cdp-CLIReadMe#undeploy--u--udep) commands. These commands start DFHDPLOY with a script to perform deploy and undeploy operations.
2525

26-
### CICSPlex System Manager
26+
### CICSPlex® System Manager
2727

28-
CICSPlex System Manager \(CPSM\) is provided with CICS® and is required to run the DFHDPLOY utility, and for the [`zowe cics-deploy push bundle`](cdp-CLIReadMe#push--p) command to query application resources via the CICS® Management Client Interface (CMCI). CPSM should be connected to the CICS® regions into which the application is being installed.
28+
CICSPlex® System Manager \(CPSM\) is provided with CICS® and is required to run the DFHDPLOY utility, and for the [`zowe cics-deploy push bundle`](cdp-CLIReadMe#push--p) command to query application resources via the CICS® Management Client Interface (CMCI). CPSM should be connected to the CICS® regions into which the application is being installed.
2929

3030
### Node.js SDK
3131

docs/pages/cdp/cdp-Zowe-CLI-CICS-deploy-plug-in.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ When everything is [installed](cdp-Installing) and you have [created the Zowe CL
1616

1717
1. Use the [zowe cics-deploy generate bundle](cdp-CLIReadMe#generate--g--gen) command to generate some metadata and artifacts that help the target CICS® system understand your application.
1818

19-
2. Use the [zowe cics-deploy push bundle](cdp-CLIReadMe#push--p) command to push the generated bundle to one or more regions within a CICSplex, enabling and deploying it as an executing application.
19+
2. Use the [zowe cics-deploy push bundle](cdp-CLIReadMe#push--p) command to push the generated bundle to one or more regions within a CICSplex®, enabling and deploying it as an executing application.
2020

2121
Should you need it, and if you understand a little more about CICS®, further commands like [zowe cics-deploy deploy bundle](cdp-CLIReadMe#deploy--d--dep) and [zowe cics-deploy undeploy bundle](cdp-CLIReadMe#undeploy--u--udep) offer you finer-grained control of the process - for example, to enable you to install a bundle in subsets of CICS® regions in a cluster in such a way as to maintain an application's availability for clients.
2222

0 commit comments

Comments
 (0)