Skip to content

Commit c979a2d

Browse files
committed
More tweaks
Signed-off-by: Mark Cocker <[email protected]>
1 parent 99323be commit c979a2d

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

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

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ The SSH profile defines the options needed to connect to the SSH server on z/OS.
5858
| user | User ID to identify yourself to the SSH server. |
5959
| password | Password to identify yourself to the SSH server. |
6060

61-
{% include note.html content="It is recommended that you use the same user ID and host name to connect with SSH as is used in the z/OSMF profile, failure to do so results in undefined behaviour. When an SSH connection is made, the user's remote [z/OS shell .profile](https://www.ibm.com/support/knowledgecenter/en/SSLTBW_2.3.0/com.ibm.zos.v2r3.bpxa400/cupro.htm) is used to set-up the shell environment and variables. This remote .profile should include any necessary environment variables and npm configuration required to run `npm install`. This is descibed in [Installing and configuring](https://www.ibm.com/support/knowledgecenter/SSTRRS_6.0.0/com.ibm.nodejs.zos.v6.doc/install.htm)." %}
61+
{% include note.html content="It is recommended that you use the same user ID and host name to connect with SSH as is used in the z/OSMF profile, failure to do so results in undefined behaviour. When an SSH connection is made, the user's remote [z/OS shell .profile](https://www.ibm.com/support/knowledgecenter/en/SSLTBW_2.3.0/com.ibm.zos.v2r3.bpxa400/cupro.htm) is used to set-up the shell environment and variables. This remote .profile should include any necessary environment variables and npm configuration required to run `npm install`. This is described in [Installing and configuring](https://www.ibm.com/support/knowledgecenter/SSTRRS_6.0.0/com.ibm.nodejs.zos.v6.doc/install.htm)." %}
6262

6363
For example, to create an SSH profile:
6464

@@ -95,7 +95,7 @@ The cics-deploy profile identifies the CICS environment for deployment. An examp
9595
For example to create a cics-deploy profile:
9696

9797
```console
98-
zowe profiles create cics-deploy-profile cics --cicsplex PLEX1 --cics-hlq CICSTS55.CICS720 --cpsm-hlq CICSTS55.CPSM550 --scope TESTGRP1 --csd-group BUNDGRP1 --target-directory /var/cicsts/bundles --overwrite
98+
zowe profiles create cics-deploy-profile cics --cicsplex PLEX1 --cics-hlq CICSTS55.CICS720 --cpsm-hlq CICSTS55.CPSM550 --scope CICPY000 --csd-group BUNDGRP1 --target-directory /var/cicsts/bundles --overwrite
9999
```
100100

101101
For help on using the options:
@@ -113,6 +113,7 @@ The CICS profile identifies the connection to the CICS Web User Interface (WUI)
113113
| Option | Description |
114114
| --- | --- |
115115
| cics-plex | CPSM CICSplex name. This will typically be set to the same as cicsplex in the cics-deploy profile. |
116+
| region-name | The name of the CICS region name to interact with. |
116117
| protocol | HTTP or HTTPS to use to connect to the CICS WUI server. |
117118
| host | Host name of the CICS WUI server. |
118119
| port | Port number of the CICS WUI server. |
@@ -122,7 +123,7 @@ The CICS profile identifies the connection to the CICS Web User Interface (WUI)
122123
For example, to create an SSH profile:
123124

124125
```console
125-
zowe profiles create cics-profile cics --cics-plex PLEX1 --protocol https --host myzos.example.com --port 1490 --user myuserid --password mypassword --overwrite
126+
zowe profiles create cics-profile cics --cics-plex PLEX1 --region-name CICPY000 --protocol https --host myzos.example.com --port 1490 --user myuserid --password mypassword --overwrite
126127
```
127128

128129
For help on using the options:

0 commit comments

Comments
 (0)