Updated at: 2022-12-09 03:49:50
Step 1 Start and log in to the node on which client shall be installed as an administrator. Then copy the software installation package to the specified location on the non-system disk and unpack it with the command tar -zxvf.
Step 2 Enter the directory /AnyBackupClient/ClientService where the package is located, and enter ./install.sh command to run the client installation script.

Step 3 Enter the following parameters according to the wizards.
1. Input the local IP, namely, the IP address of the production server.
2. Input the VIP address of the backup server.
3. Select Chinese or English as the installation language.
4. Select whether to install SSL security protocol according to the needs.
5. Select whether to install the volume CDP driver according to the needs.
6. Input y to select to support other database types.
7. Select database version. Here input 11 which is the serial number of FusionInsight.
8. Input the path of bigdata_env file according to the needs. Default: /opt/hadoopclient.
9. Input the path of component_env_C_example file according to the needs. Default: /opt/hadoopclient/HDFS/hadoop/hdfs-c-example.
10. Input y to select not to support other database types.
11. Input y to start installation.
Mind the following:

Before installation, make sure that FusionInsight cluster (at least including HDFS service) has been installed on the proxy client. Make sure that variable file bigdata_env has not been imported into the current terminal, for example, Xshell. To check it, input hdfs. If command not found is prompted, it’s OK to install the client software. If hdfs help command is prompted, perform installation in a new terminal.