Skip to content

Commit

Permalink
sysplex and first pr review
Browse files Browse the repository at this point in the history
Signed-off-by: Pablo Hernán Carle <[email protected]>
  • Loading branch information
Pablo Hernán Carle committed Nov 28, 2024
1 parent 7e2fba3 commit 18c57fd
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 17 deletions.
5 changes: 2 additions & 3 deletions docs/user-guide/configure-sysplex.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ The following example DVIPA configuration ensures the availability of Zowe in Ho

2. Define a DVIPA for both systems:

```
```plaintext
VIPADYNAMIC
VIPADEFINE 255.255.255.0 x.x.x.V
VIPADISTRIBUTE DEFINE DISTM HOTSTANDBY x.x.x.V
Expand Down Expand Up @@ -61,7 +61,7 @@ If SYSA fails, new work requests to Zowe are routed to the server on SYSB. When

If you do not want the distributor to switch back to the preferred target when it becomes available, you can specify the `NOAUTOSWITCHBACK` parameter for the `VIPADISTRIBUTE` statement.

```
```plaintext
VIPADYNAMIC
VIPADEFINE 255.255.255.0 x.x.x.V
VIPADISTRIBUTE DEFINE DISTM HOTSTANDBY NOAUTOSWITCHBACK x.x.x.V
Expand All @@ -70,4 +70,3 @@ VIPADYNAMIC
x.x.x.B BACKUP
ENDVIPADYNAMIC
```

22 changes: 11 additions & 11 deletions docs/user-guide/install-zowe-pswi-acquire.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,17 +22,17 @@ To acquire the portable software instance, you can download it from the Zowe Dow
3. Use an file transfer utility such as an FTP client to transfer the single pax file to the mainframe.
4. Execute the JCL to unpack the installation file and restore the individual pax files. Sample JCL follows:

```jcl
//USSBATCH EXEC PGM=BPXBATCH
//STDOUT DD SYSOUT=*
//STDERR DD SYSOUT=*
//STDPARM DD *
sh cd /yourUSSpaxdirectory/;
pax -rvf yourpaxfilename.ZOSMF.pax.Z
/*
```

1. Customize the sample JCL as follows and then submit for execution:
```jcl
//USSBATCH EXEC PGM=BPXBATCH
//STDOUT DD SYSOUT=*
//STDERR DD SYSOUT=*
//STDPARM DD *
sh cd /yourUSSpaxdirectory/;
pax -rvf yourpaxfilename.ZOSMF.pax.Z
/*
```
5. Customize the sample JCL as follows and then submit for execution:
1. Add a JOB statement.
2. Update the USS directory (*yourUSSpaxdirectory*) with the path name where you want to copy the pax file.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ Zowe high availability instances require a Sysplex environment that consists of
- Shared SAF database, see [Sharing a database with sysplex communication in data sharing mode](https://www.ibm.com/docs/en/zos/2.1.0?topic=sd-sharing-database-sysplex-communication-in-data-sharing-mode)
- Sysplex Distributor with configured Dynamic VIPA TCP/IP address, see [Configuring Sysplex Distributor](#configuring-sysplex-distributor) for instructions
- VSAM record-level sharing (RLS), see [Preparing for VSAM record-level sharing](https://www.ibm.com/docs/en/zos/2.4.0?topic=sharing-preparing-vsam-record-level)
- Not required if using infinispan as Caching Service solution. VSAM storage for the Caching Service is deprecated and will be removed in a future release.
- USS Shared file system, see [How to share file systems in a Sysplex](https://www.ibm.com/docs/en/zos/2.4.0?topic=planning-sharing-file-systems-in-sysplex)
- JESPlex/JES2 Multi-Access Spool (MAS) environment
- z/OSMF high availability, see [Configuring z/OSMF high availability in Sysplex](systemrequirements-zosmf-ha.md)
Expand All @@ -32,7 +33,7 @@ The following example DVIPA configuration ensures the availability of Zowe in Ho

2. Define a DVIPA for both systems:

```
```plaintext
VIPADYNAMIC
VIPADEFINE 255.255.255.0 x.x.x.V
VIPADISTRIBUTE DEFINE DISTM HOTSTANDBY x.x.x.V
Expand Down Expand Up @@ -62,7 +63,7 @@ If SYSA fails, new work requests to Zowe are routed to the server on SYSB. When

If you do not want the distributor to switch back to the preferred target when it becomes available, you can specify the `NOAUTOSWITCHBACK` parameter for the `VIPADISTRIBUTE` statement.

```
```plaintext
VIPADYNAMIC
VIPADEFINE 255.255.255.0 x.x.x.V
VIPADISTRIBUTE DEFINE DISTM HOTSTANDBY NOAUTOSWITCHBACK x.x.x.V
Expand All @@ -71,4 +72,3 @@ VIPADYNAMIC
x.x.x.B BACKUP
ENDVIPADYNAMIC
```

0 comments on commit 18c57fd

Please sign in to comment.