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
Also add a sentence to say in order to test the cics-deploy profile
deploy an application.
Also change the list of parameters into a table for readability.
Copy file name to clipboardExpand all lines: docs/pages/cdp/cdp-Create-Zowe-CLI-profiles.md
+25-13Lines changed: 25 additions & 13 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -12,9 +12,12 @@ folder: cdp
12
12
13
13
This profile identifies the z/OSMF server that has access to the directory on z/OS into which the CICS bundle will be deployed. You need to know the following from your z/OS system administrator:
14
14
15
-
**hostname* of the z/OSMF server.
16
-
**port number* of the z/OSMF server.
17
-
**user ID* and *password* to identify yourself to the z/OSMF server.
15
+
| Parameter | Description |
16
+
| --- | --- |
17
+
| host | Hostname of the z/OSMF server. |
18
+
| port | Port number of the z/OSMF server. |
19
+
| user | User ID to identify yourself to the z/OSMF server. |
20
+
| password | Password to identify yourself to the z/OSMF server. |
18
21
19
22
For example, to create a z/OSMF profile:
20
23
```console
@@ -33,9 +36,12 @@ zowe zosmf check status
33
36
34
37
This profile defines the parameters needed to connect. to the remote SSH server. You need to know the following from your z/OS system administrator:
35
38
36
-
**hostname* of the SSH server.
37
-
**port number* of the SSH server. This will default to 22.
38
-
**user ID* and *password* to identify yourself to the SSH server.
39
+
| Parameter | Description |
40
+
| --- | --- |
41
+
| host | Hostname of the SSH server. |
42
+
| port | Port number of the SSH server. This will default to 22. |
43
+
| user | User ID to identify yourself to the SSH server. |
44
+
| password | Password to identify yourself to the SSH server. |
39
45
40
46
It is recommended that you use the same user ID and host to connect with SSH as is used in the z/OSMF profile, failure to do so results in undefined behaviour.
This profile identifies the CICS environment for deployment. You need to know the following from your CICS system administrator:
58
64
59
-
**CPSM CICSplex name*.
60
-
**High Level Qualifier*\(HLQ\) for the CICS and CPSM data sets.
61
-
**CPSM scope* to identify the CICS region or group of regions to deploy your application.
62
-
* Optional - *CICS CSD group name or CPSM BAS resource group name* into which the bundle is defined.
63
-
* Optional - *JCL jobcard* to use when submitting JCL that will run the CICS utility DFHDPLOY.
65
+
| Parameter | Description |
66
+
| --- | --- |
67
+
| cicsplex | CPSM CICSplex name. |
68
+
| cicshlq | High Level Qualifier \(HLQ\) for the CICS data sets. |
69
+
| cpsmhlq | High Level Qualifier \(HLQ\) for the CPSM data sets. |
70
+
| scope | CPSM scope to identify the CICS region or group of regions to deploy your application. |
71
+
| csdgroup | CICS CSD group name or CPSM BAS resource group name into which the bundle is defined. If not specified, BUNDLE resources are defined in CPSM BAS for installation and then removed. |
72
+
| jobcard | JCL jobcard to use when submitting JCL that will run the CICS utility DFHDPLOY. If not specified, a default jobcard will be used. |
73
+
| targetdir | Target zFS location to which CICS bundles should be uploaded. |
0 commit comments