diff --git a/docs/user-guide/configure-sysplex.md b/docs/user-guide/configure-sysplex.md index fe5fed7e06..c14dffe362 100644 --- a/docs/user-guide/configure-sysplex.md +++ b/docs/user-guide/configure-sysplex.md @@ -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 @@ -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 @@ -70,4 +70,3 @@ VIPADYNAMIC x.x.x.B BACKUP ENDVIPADYNAMIC ``` - diff --git a/docs/user-guide/install-zowe-pswi-acquire.md b/docs/user-guide/install-zowe-pswi-acquire.md index 87090b9c6e..0cde4d6b56 100644 --- a/docs/user-guide/install-zowe-pswi-acquire.md +++ b/docs/user-guide/install-zowe-pswi-acquire.md @@ -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. diff --git a/versioned_docs/version-v2.18.x/user-guide/configure-sysplex.md b/versioned_docs/version-v2.18.x/user-guide/configure-sysplex.md index 4cd8cafc55..d78713b14c 100644 --- a/versioned_docs/version-v2.18.x/user-guide/configure-sysplex.md +++ b/versioned_docs/version-v2.18.x/user-guide/configure-sysplex.md @@ -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) @@ -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 @@ -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 @@ -71,4 +72,3 @@ VIPADYNAMIC x.x.x.B BACKUP ENDVIPADYNAMIC ``` -