HyperBDR Setup
HyperBDR Setup
Download HyperBDR Installation Package
Installation Package Information
Installation Package
Access https://install.oneprocloud.com/get_hyperbdr_latest through a browser to obtain the download package link.
MD5 Checksum File
Access https://install.oneprocloud.com/get_hyperbdr_latest through a browser to obtain the download package link. Then, add the .md5
suffix after obtaining the link to obtain the MD5 file.
Tips
Log in to the HyperBDR host backend and execute the command.
Download Installation Package and MD5 Checksum File
Set url in Shell
# Retrieve the latest HyperBDR package URL
HYPERBDR_PACKAGE=$(curl -s -k https://install.oneprocloud.com/get_hyperbdr_latest/latest)
echo "HYPERBDR_PACKAGE: ${HYPERBDR_PACKAGE}"
# Get the corresponding MD5 file URL
HYPERBDR_PACKAGE_MD5="${HYPERBDR_PACKAGE}.md5"
echo "HYPERBDR_PACKAGE_MD5: ${HYPERBDR_PACKAGE_MD5}"
# Use string manipulation to extract the package name
HYPERBDR_PACKAGE_NAME="${HYPERBDR_PACKAGE##*/}"
echo "HYPERBDR_PACKAGE_NAME: ${HYPERBDR_PACKAGE_NAME}"
# Extract the MD5 file name
HYPERBDR_PACKAGE_MD5_NAME="${HYPERBDR_PACKAGE_NAME}.md5"
echo "HYPERBDR_PACKAGE_MD5_NAME: ${HYPERBDR_PACKAGE_MD5_NAME}"
Download File
curl -k -O "$HYPERBDR_PACKAGE"
curl -k -O "$HYPERBDR_PACKAGE_MD5"
Installation Package Consistency Check
- Step1: Generate the MD5 value for the downloaded installation package
md5sum "$HYPERBDR_PACKAGE_NAME"
- Step2: Check the MD5 value recorded in the MD5 checksum file
cat "$HYPERBDR_PACKAGE_MD5_NAME"
- Step3: Compare MD5 Values
If the MD5 values obtained in Step1
and Step2
are the same, it indicates that the installation package is not corrupted. If the MD5 values are different, you can try re-downloading the file for comparison or contact us for assistance.
Install HyperBDR
After completing the download of the HyperBDR installation package, you can proceed to install it
Already logged in to the Huawei Cloud HyperBDR ECS instance backend by default
Tips
The operating system used for the installation must be Ubuntu 20.04 version.
Unzip the HyperBDR installation package
- Execute the following command to unzip the installation package
tar -zxvf "$HYPERBDR_PACKAGE_NAME" -C /mnt/
Run the installation script
Enable public access to the HyperBDR platform
- Execute the command
bash /mnt/installer/install.sh -i <HyperBDR EIP>
Tips
In Huawei Cloud, the Elastic IP (EIP) service enables your cloud resources to communicate with the Internet using static public IP addresses and outbound bandwidth services. After configuring an EIP for a resource, it gains direct access to the Internet. If a resource is configured only with a private IP, it cannot access the Internet directly. In another cloud platforms, it may be referred to by a different names, such as 'Public IP address' in Azure.
Access the HyperBDR platform through an internal VPN
- Execute the command
bash /mnt/installer/install.sh
Warning
By default, the installation script uses the address of the first network interface card as the platform service address.
If the installation is successful, you will see the prompted login information.
[2023-03-30 23:08:36] [INFO] --------------------------------------------------
[2023-03-30 23:08:36] [INFO] Congratulations! The installation of HyperBDR is complete.
[2023-03-30 23:08:36] [INFO]
[2023-03-30 23:08:36] [INFO] DR : https://192.168.12.81:10443
[2023-03-30 23:08:36] [INFO] Migration : https://192.168.12.81:20443
[2023-03-30 23:08:36] [INFO] Admin : https://192.168.12.81:30443
[2023-03-30 23:08:36] [INFO]
[2023-03-30 23:08:36] [INFO] The default username and password : admin / P@ssw0rd
[2023-03-30 23:08:36] [INFO]
[2023-03-30 23:08:36] [INFO] If you have any questions or need assistance, please refer
[2023-03-30 23:08:36] [INFO] to the user manual or contact our support team.
[2023-03-30 23:08:36] [INFO]
[2023-03-30 23:08:36] [INFO] Enjoy using our product!
[2023-03-30 23:08:36] [INFO] --------------------------------------------------
Access HyperBDR Console url: https://<HyperBDR IP>:10443
Apply for HyperBDR License
Tips
Already logged in to the HyperBDR Console by default.
Activate a License
Go to [Settings]->[Licenses], then click the [+Add] button:
There are two ways to activate a license:
I. Activate a license by using the QR code
Scan the QR code and fill in the application form. OnePro Cloud customer service will email user the activation code after reviewing the application.
Fill in the activation code and click the [Activate] button.
Warning
Please make sure the email address provided on the application form is correct, otherwise activation code will not be received.
II. Activate a license by using the activation code
Copy and email the registration code to OnePro Cloud and customer service will email user the activation code.
Fill in the activation code and click the [Activate] button.
Tips
User can send the registration code to OnePro Cloud sales representative or enquiry@oneprocloud.com._
Verify Sync Proxy Registration in HyperBDR
Tips
After the Sync Proxy Node installation is completed, it will automatically be added to HyperBDR, and you can view this Sync Proxy Node machine in HyperBDR.
Tips
Already logged in to the HyperBDR Console by default.
Check The Status Of The Sync Proxy Node
Click on the top menu bar 'Configuration,' 'Production Site,' 'SyncNode' to view the Sync Proxy Node host. If you can see this host and status is 'online,' it indicates that it has been successfully registered with HyperBDR, and you can proceed with further configuration and usage.
Add VMware Credentials
Tips
Using the pre-prepared VMware account information, add VMware to the HyperBDR platform as a disaster recovery source-side production platform.
Tips
Already logged in to the HyperBDR Console by default.
Add VMware To The HyperBDR
Click on the top menu bar 'Configuration,' 'Production Site,' 'VMware.' Click the 'Add' button, then on the popped-up page, click the 'Next' button. Follow the prompts to fill in the VMware information and click the 'Submit' button.
Warning
If the EXSi host where the synchronized VM is located uses domain name, Sync Proxy will be unable to access the EXSi host because it cannot resolve the domain name. Need to configure source domain setting on HyperBDR/HyperMotion.
Please refer to the documentation for configuration: https://qa.oneprocloud.com/questions/D1E4
Auth Url | https://<vCenter IP/Domain Name>:443 |
---|---|
user | <vCenter user> |
password | <vCenter password> |
SyncNode | <Sync Proxy Node IP> |
Add AWS Credentials
Tips
Using the pre-prepared AWS account information, add AWS to the HyperBDR platform as a disaster recovery source-side production platform.
Tips
Already logged in to the HyperBDR Console by default.
Add AWS to the HyperBDR
Click on the top menu bar 'Configuration,' 'Production Site', 'AWS' Click the 'Add' button, then on the popped-up page, click the 'Next' button. Follow the prompts to fill in the VMware information and click the 'Submit' button.
Item | Description |
---|---|
Access Key ID | Access to AWS Access Key, which has full permissions for the account. |
Access Key Secret | Get the AWS Access Key Secret and have full permissions for the account. |
Region | The region of the machine to be synchronized. |
Sync Proxy | The host IP of the Sync Proxy installed. |
Verify VMware Status in HyperBDR
Tips
Already logged in to the HyperBDR Console by default.
Check the status of the VMware Connection
Click on the top menu bar 'Configuration,' 'Production Site,' 'VMware' to view the status of the added source-side VMware account, as well as obtain information such as the number of hosts. You can also click on the VMware name to check the detailed information and host details. If everything is normal, you can proceed with the subsequent configuration operations.
If the status is 'Online,' it indicates that the addition was successful.
Verify AWS Status in HyperBDR
Tips
Already logged in to the HyperBDR Console by default.
Check the status of the AWS Connection
Click on the top menu bar 'Configuration,' 'Production Site,' 'AWS' to view the status of the added source-side AWS account, as well as obtain information such as the number of hosts. You can also click on the AWS connections name to check the detailed information and host details. If everything is normal, you can proceed with the subsequent configuration operations.
If the status is 'Online,' it indicates that the addition was successful.
Add Object Storage
Tips
Already logged in to the HyperBDR Console by default.
Configure Step
Tips
The following operations use Huawei Cloud Object Storage as an example. Please choose the corresponding object storage based on your actual disaster recovery scenario.
Tips
Using the provided IAM account AK/SK information, configure and add Huawei Cloud Object Storage bucket in the HyperBDR Console .
- Step1: "Click on the top menu bar 'Configuration,' 'Storage,' 'Object Storage.' Click the 'Add' button.
- Step2: Fill in or select the corresponding parameters according to the prompts, click 'Submit,' and wait for the completion.
Add Object DR Gateway
Tips
Already logged in to the HyperBDR Console by default.
Configure Step
Tips
The following operations use Huawei Cloud as an example. Please choose the corresponding disaster recovery target cloud based on your actual disaster recovery scenario.
Tips
Using the provided IAM account AK/SK information, Configure and add Huawei Cloud Object DR Gateway in the HyperBDR Console
Click on the top menu bar "Configuration," "Disaster Recovery Site," "Object DR Gateway." Click the "Add" button, fill in or select the corresponding parameters as prompted, click "Submit," and wait for the completion.
Tips
Windows UEFI Fixes Image uses the private Windows image you uploaded.
Document link: https://docs.oneprocloud.com/userguide/poc/huaweicloud-pre-settings.html#image-download-upload
Add VMware Hosts in HyperBDR
Tips
Already logged in to the HyperBDR Console by default.
Already Add VMware Connection to the HyperBDR by default.
Configure Step
Click on the top menu bar "DR," "Host DR," click the "Add Host" button, select "Agentless," "VMware," choose the previously added VMware account, filter and select the desired disaster recovery hosts, and finally click confirm. Once the selection is complete, click confirm to add the VMware disaster recovery hosts to the disaster recovery platform.
Add AWS EC2 to HyperBDR
Tips
Already logged in to the HyperBDR Console by default.
Already Add AWS Connection to the HyperBDR by default.
Configure Step
Click on the top menu bar "DR," "Host DR," click the "Add Host" button, select "Agentless," "AWS", choose the previously added AWS account, filter and select the desired disaster recovery hosts, and finally click confirm. Once the selection is complete, click confirm to add the AWS disaster recovery EC2 to the disaster recovery platform.
Tips
If the EC2 you newly created on the cloud platform is not displayed in the list below, please click the "Reload Virtual Machine" button to reload it into this list.
Bind/Unbind Sync Proxy to VMware Production Site
Tips
By default, each Sync Proxy supports up to 50 disks for simultaneous synchronization in Agentless mode. When the total number of disks to be synchronized on the source VMs is greater than 50, you need to expand the Agentless Sync Proxy.
Configure Step
Tips
Already logged in to the HyperBDR Console by default.
Already Add VMware Connection to the HyperBDR by default.
- Click on the top menu bar "Configuration" > "Production Site" > "Sync Proxy".
The installed Sync Proxy will be displayed on this page.
- Select the installed Sync Proxy, click "Action" > "bind".
- Select the required link to bind the new Sync Proxy to the Production VMware Site, click "Submit" after confirmation.
- View the Sync Proxy bundled with the Production VMware Site.
- Unbaind Sync Proxy.
Tips
You can only unbind Sync Proxy that has no registered host.