Bu sayfa henüz yerel dilinizde mevcut değildir. Daha fazla dil seçeneği eklemek için yoğun bir şekilde çalışıyoruz. Desteğiniz için teşekkür ederiz.

Compute
Elastic Cloud Server
Huawei Cloud Flexus
Bare Metal Server
Auto Scaling
Image Management Service
Dedicated Host
FunctionGraph
Cloud Phone Host
Huawei Cloud EulerOS
Networking
Virtual Private Cloud
Elastic IP
Elastic Load Balance
NAT Gateway
Direct Connect
Virtual Private Network
VPC Endpoint
Cloud Connect
Enterprise Router
Enterprise Switch
Global Accelerator
Management & Governance
Cloud Eye
Identity and Access Management
Cloud Trace Service
Resource Formation Service
Tag Management Service
Log Tank Service
Config
OneAccess
Resource Access Manager
Simple Message Notification
Application Performance Management
Application Operations Management
Organizations
Optimization Advisor
IAM Identity Center
Cloud Operations Center
Resource Governance Center
Migration
Server Migration Service
Object Storage Migration Service
Cloud Data Migration
Migration Center
Cloud Ecosystem
KooGallery
Partner Center
User Support
My Account
Billing Center
Cost Center
Resource Center
Enterprise Management
Service Tickets
HUAWEI CLOUD (International) FAQs
ICP Filing
Support Plans
My Credentials
Customer Operation Capabilities
Partner Support Plans
Professional Services
Analytics
MapReduce Service
Data Lake Insight
CloudTable Service
Cloud Search Service
Data Lake Visualization
Data Ingestion Service
GaussDB(DWS)
DataArts Studio
Data Lake Factory
DataArts Lake Formation
IoT
IoT Device Access
Others
Product Pricing Details
System Permissions
Console Quick Start
Common FAQs
Instructions for Associating with a HUAWEI CLOUD Partner
Message Center
Security & Compliance
Security Technologies and Applications
Web Application Firewall
Host Security Service
Cloud Firewall
SecMaster
Anti-DDoS Service
Data Encryption Workshop
Database Security Service
Cloud Bastion Host
Data Security Center
Cloud Certificate Manager
Edge Security
Managed Threat Detection
Blockchain
Blockchain Service
Web3 Node Engine Service
Media Services
Media Processing Center
Video On Demand
Live
SparkRTC
MetaStudio
Storage
Object Storage Service
Elastic Volume Service
Cloud Backup and Recovery
Storage Disaster Recovery Service
Scalable File Service Turbo
Scalable File Service
Volume Backup Service
Cloud Server Backup Service
Data Express Service
Dedicated Distributed Storage Service
Containers
Cloud Container Engine
SoftWare Repository for Container
Application Service Mesh
Ubiquitous Cloud Native Service
Cloud Container Instance
Databases
Relational Database Service
Document Database Service
Data Admin Service
Data Replication Service
GeminiDB
GaussDB
Distributed Database Middleware
Database and Application Migration UGO
TaurusDB
Middleware
Distributed Cache Service
API Gateway
Distributed Message Service for Kafka
Distributed Message Service for RabbitMQ
Distributed Message Service for RocketMQ
Cloud Service Engine
Multi-Site High Availability Service
EventGrid
Dedicated Cloud
Dedicated Computing Cluster
Business Applications
Workspace
ROMA Connect
Message & SMS
Domain Name Service
Edge Data Center Management
Meeting
AI
Face Recognition Service
Graph Engine Service
Content Moderation
Image Recognition
Optical Character Recognition
ModelArts
ImageSearch
Conversational Bot Service
Speech Interaction Service
Huawei HiLens
Video Intelligent Analysis Service
Developer Tools
SDK Developer Guide
API Request Signing Guide
Terraform
Koo Command Line Interface
Content Delivery & Edge Computing
Content Delivery Network
Intelligent EdgeFabric
CloudPond
Intelligent EdgeCloud
Solutions
SAP Cloud
High Performance Computing
Developer Services
ServiceStage
CodeArts
CodeArts PerfTest
CodeArts Req
CodeArts Pipeline
CodeArts Build
CodeArts Deploy
CodeArts Artifact
CodeArts TestPlan
CodeArts Check
CodeArts Repo
Cloud Application Engine
MacroVerse aPaaS
KooMessage
KooPhone
KooDrive

Installing a Proxy Client

Updated on 2024-12-05 GMT+08:00

Scenarios

To use SDRS, you need to install a proxy client on each production site server.

The proxy client replicates I/Os of each production site server and sends them to the disaster recovery gateway.

Prerequisites

  • The proxy client cannot be deployed on the disaster recovery gateway server.
  • Ensure that the ports listed in Port Description (Asynchronous Replication) are not used.
  • If the firewall is enabled on the ECS where you want to deploy the proxy client, enable port 59526 on the firewall.
  • It is recommended that you deploy the disaster recovery gateway and proxy client in the same security group and only allow ECSs within the security group to communication with each other. For details, see Security Group Configuration Examples.

Preparing the Installation Packages

For security concerns, SDRS randomly generates a self-signed certificate for inter-component authentication upon the first installation. When you install the proxy client, the package with this certificate generated on the gateway server is required to ensure normal communication.

NOTE:

You only need to prepare the installation packages for servers where the proxy client is installed for the first time.

If a signed installation package of the desired version is available on the disaster recovery gateway, you can directly install it. For details, see Installing the Proxy Client on a Linux Server or Installing the Proxy Client on a Windows Server.

  1. Obtain the proxy client package and upload it to the /opt/cloud directory on the gateway server. Ensure the package integrity by comparing the SHA256 values in advance.

    • IDC-to-cloud: Click the link on the console to download the package and upload it to the /opt/cloud directory of the gateway server.

    • Cross-region and Cross-AZ: Select the OS type and version of your production site server on the console and copy the command provided. Then, log in to the gateway server, go to the /opt/cloud directory, and paste and run the command to obtain the package.

  2. Generate a new Linux installation package and a .sha256 file using the certificates on the gateway server.

    sh /opt/cloud/sdrs/create_certs.sh -l

  3. Generate a new Windows installation package and a .sha256 file using the certificates on the gateway server.

    sh /opt/cloud/sdrs/create_certs.sh -w

    NOTE:

    Use unzip and zip when packaging the Windows installation package. If any of the following is return, install the command package and then try again:

    ...    unzip not installed.

    Or

    ...    zip not installed.

Installing the Proxy Client on a Linux Server

In the following example, sdrs_xxxx_24.9.0.xxxx.tar.gz is the package (24.9.0) used to install the proxy client on CentOS.

  1. Obtain the sdrs_xxxx_24.9.0.xxxx_with_certs.tar.gz package from the /opt/cloud directory of the gateway server and upload it to a directory on the target production server. Ensure the package integrity by comparing the SHA256 values.
  2. In the directory containing the package, run the following command as user root to decompress the package:

    tar -zxvf sdrs_xxxx_24.9.0.xxxx_with_certs.tar.gz

  3. Go to the directory containing the installation script.

    cd sdrs_xxxx_24.9.0.xxxx

  4. Install the proxy client.

    sh install.sh --hostagent-ip=hostagent_ip --drm-ip=drm _ip --role=all

    In the preceding command, hostagent_ip indicates the IP address of the proxy client. Set it to the IP address of the primary NIC of the server you want to install the proxy client. drm_ip indicates the IP address of the cloud disaster recovery gateway.

    If the command output contains the following information, the proxy client has been installed:
    ...
    Installed SDRS successfully.
    ...

  5. After the installation is complete, delete the installation package and decompressed files.

Installing the Proxy Client on a Windows Server

In the following example, sdrs_xxxx_24.9.0.xxxx.zip is the package (24.9.0) used to install the proxy client on Windows Server 2019.

  1. Obtain the sdrs_xxxx_24.9.0.xxxx_with_certs.zip package from the /opt/cloud directory of the gateway server and upload it to a directory on the target production server. Ensure the package integrity by comparing the SHA256 values.
  2. In the directory containing the package, right-click the package to decompress it.
  3. Double-click the decompressed directory to go to the directory containing the installation script.

  4. Right-click install.bat and choose Run as administrator.

    Enter the parameters as prompted.

    1. Select all for role.
    2. Enter the gateway IP address for DRM IP Address.
    3. If the production site server has multiple NICs, all the IP addresses bound by Nginx will be displayed, enter the serial number of the IP address you required.
    Figure 1 Proxy client installation example
    NOTICE:

    SDRS requires that jdk.8u261 or later is installed on the production site server. If the installed version is earlier than jdk.8u261, upgrade JDK first.

    If JDK is not installed, it will be automatically installed during the SDRS installation. If JDK has been installed, it will not be installed again.

  5. The proxy client is installed in the C:\cloud\sdrs directory. After the installation is complete, manually delete the installation package and decompressed files.

Sitemizi ve deneyiminizi iyileştirmek için çerezleri kullanırız. Sitemizde tarama yapmaya devam ederek çerez politikamızı kabul etmiş olursunuz. Daha fazla bilgi edinin

Feedback

Feedback

Feedback

0/500

Selected Content

Submit selected content with the feedback