可以使用命令行界面 (CLI) 在两个集群之间创建高速镜像和全局镜像伙伴关系。
mkfcpartnership -linkbandwidthmbits bandwidth_in_mbps -backgroundcopyrate percentage_of_available_bandwidthremote_cluster_id
其中,bandwidth_in_mbps 指定集群间的后台复制进程所使用的带宽(以兆字节/秒为单位),percentage_of_available_bandwidth 指定后台复制操作可以使用的聚集链路带宽的最大百分比,remote_cluster_id 是远程系统的标识。 对于 IP 连接,请输入以下命令:
mkippartnership -type ip_address_type -clusterip remote_cluster_ip_address -chapsecret chap_secret -linkbandwidthmbits bandwidth_in_mbps -backgroundcopyrate percentage_of_available_bandwidth
其中,ip_address_type 指定集群间的后台复制进程所使用的 IP 地址类型(IPv4 或 IPv6),remote_cluster_ip_address 指定远程系统的 IP 地址,chap_secret 指定远程系统的 CHAP 密钥(可选),bandwidth_in_mbps 指定集群间的后台复制进程所使用的带宽(以兆字节/秒为单位),percentage_of_available_bandwidth 指定后台复制操作可以使用的聚集链路带宽的最大百分比(可选)。
mkfcpartnership -linkbandwidthmbits bandwidth_in_mbps -backgroundcopyrate percentage_of_available_bandwidthpartner_cluster_id
其中,bandwidth_in_mbps 指定集群间的后台拷贝进程所使用的带宽(以兆字节/秒为单位),percentage_of_available_bandwidth 指定后台拷贝操作可以使用的聚集链路带宽的最大百分比,partner_cluster_id 是伙伴系统(上一步中的本地系统)的标识。
mkippartnership -type ip_address_type -clusterip partner_cluster_ip_address -chapsecret chap_secret -linkbandwidthmbits bandwidth_in_mbps -backgroundcopyrate percentage_of_available_bandwidth
其中,ip_address_type 指定集群间的后台拷贝进程所使用的 IP 地址类型(IPv4 或 IPv6),partner_cluster_ip_address 指定伙伴系统的 IP 地址,chap_secret 指定伙伴系统的 CHAP 密钥(可选),bandwidth_in_mbps 指定集群间的后台拷贝进程所使用的带宽(以兆字节/秒为单位),percentage_of_available_bandwidth 指定后台拷贝操作可以使用的聚集链路带宽的最大百分比(可选)。 伙伴系统是上一步中的本地系统。