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-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. |
Copy file name to clipboardExpand all lines: docs/pages/cdp/cdp-Deploying-your-first-app.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -23,7 +23,7 @@ toc: false
23
23
npm install
24
24
npm start
25
25
```
26
-
The Node.js web server will start and you can browse to http://localhost:3000 to see the running application. Use CTRL+C to stop the Node.js web server.
26
+
The Node.js web server will start and you can browse to [http://localhost:3000](http://localhost:3000) to see the running application. Use CTRL+C to stop the Node.js web server.
27
27
28
28
1. Package the Node.js application into a CICS bundle. The port needs to be available for use by the CICS region on z/OS.
29
29
@@ -34,8 +34,8 @@ toc: false
34
34
1. Deploy the CICS bundle into CICS. Replace the value for `--targetdir` with a directory on z/OS that your user ID has write access to, and the CICS region user ID has read access to.
Copy file name to clipboardExpand all lines: docs/pages/cdp/cdp-Installation.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,6 +6,7 @@ summary: "To install the Zowe CLI and cics-deploy plugin, perform the following
6
6
sidebar: cdp_sidebar
7
7
permalink: cdp-Installation.html
8
8
folder: cdp
9
+
toc: false
9
10
---
10
11
11
12
1. Install [Node.js V8.0](https://nodejs.org/en/download/) or later, and Node Package Manager (npm) V5.0 or later, that are required by Zowe CLI. To verify the versions installed:
0 commit comments