Adding a host system connection
You can add a connection to one or more host systems to the Copy Services Manager configuration.
About this task
Prerequisites: You must have Administrator privileges or Server
Management privleges to add a host system connection.
Follow these steps to add a host system connection:
Important: The z/OS host connection is made to a single system which may be part of a sysplex with multiple
systems. When using the host connection to manage HyperSwap or Hardened Freeze, it is recommended
that you only connect to up to two systems in that sysplex for the purposes of redundancy.
Connecting to more than two systems in the same sysplex may result in extra processing on the Copy
Services Manager server as each connection will process events and configuration information for the
same set of volumes.
Procedure
Results
Connected is
displayed. If the connection to the host system failed, the status Disconnected is
displayed.Note: On z/OS host systems, the TCPMAXRCVBUFRSIZE must be set to a minimum of
32K to accommodate the maximum size of an Secure Sockets Layer (SSL) record. Otherwise AT-TLS fails
during the initial handshake.
When upgrading or restoring Copy Services Manager, if the host IP connection does not connect to the
z/OS IP server, check the install
dir/liberty/wlp/usr/servers/csmServer/properties/zosclient.properties from
earlier version, and validate that the property is not using the SSLv3 protocol. To change the
protocol from SSLv3 to TLSv1.2, run the chsystem command as
follows:
csmcli> chsystem -f zosclient -p protocol -v TLSv1.2.