repcli.properties file
The repcli.properties file contains the server and port information that is used to communicate with the Copy Services Manager server and the command-line interface.
The repcli.properties file is located in the install dir\CLI\ directory for distributed systems, and the path_prefix/opt/IBM/CSM/CLI directory for z/OS.
Restart Copy Services Manager to activate property changes. Properties are not synchronized between the Copy Services Manager management servers and must be maintained on each Copy Services Manager management server.
The
file contains the following properties:
- server
- The domain name or IP address of the Copy Services
Manager server.
The default value is localhost.Tip: This value must match the value of the csm.server.address property in the install dir\liberty\wlp\usr\servers\csmServer\csmConnections.properties file for distributed systems, and the path_prefix/opt/IBM/CSM/wlp/usr/servers/csmServer/csmConnections.properties file for z/OS.
- port
- The client port that is used by the CLI to communicate with the Copy Services
Manager server. The default value is
9560.Tip: This value must match the communications.port property in the rmserver.properties file that is located in the install dir\liberty\wlp\usr\servers\csmServer\ directory for distributed systems, and in the path_prefix/opt/IBM/CSM/wlp/usr/servers/csmServer/ directory for z/OS. And this value must also match the csm.server.port property in the csmConnections.properties file in the install dir\liberty\wlp\usr\servers\csmServer\ directory for distributed systems, and the path_prefix/opt/IBM/CSM/wlp/usr/servers/csmServer/ directory for z/OS.