Prerequisites to Add Linux Machine

Prerequisites to Add Linux Machine

KB ID : 115201
Before you add a Linux machine (Servers/Endpoints) to the BDRSuite Server/Client, check the following prerequisites.
1.User Account with Root Privileges: Make sure the user account you specify to add the Linux machine has root privileges. If you add a non-root account, make sure to provide the root password.
2.User Account Credentials: You can add the user account credentials using any of the following options:
i) Linux Account Option: You can connect to the Linux machine directly using the Username and Password of the specified user account
ii) Linux Private Key Option: You can connect to the Linux machine using the Identity/Pubkey authentication method.
If you have already generated public-private key pair, provide the Username, Private key, and Passphrase (if applicable) and save the Linux credentials (or) you can follow the steps below to generate the public-private key pair.
Step 1: Generate a pair of keys - a public key and a private key using the command below:
ssh-key -t rsa
Step 2: Specify the location and the file name in the format .ppk or .pem to save the key. In the below examples, keys are generated in the .ppk format.
Example: /home/key.ppk
Step 3: Enter a passphrase or leave it empty. The private key is protected with a passphrase.
Step 4: Then, the private key (.ppk) and public key (.pub) will be saved to the specified location and file.
Example:
  1. Your identification has been saved in /home/key.ppk
  2. Your public key has been saved in /home/key.ppk.pub
Step 5: Change the file permissions of the private and public keys using the command below:
chmod 755 <private key file name>
Example: chmod 755 key.ppk
chmod 755 <public key file name>
Example: chmod 755 key.ppk.pub
Step 6: On the target Linux machine, Public-key needs to be kept in a special authorized_keys file containing a list of public keys using the command below:
ssh-copy-id -i <Public-key file name> <username>@<Host IP Address>
Example: ssh-copy-id -i key.ppk.pub admin@192.168.102.11
Step 7: Copy the Private Key file to the backup server using any FTP tools. You now have the Public key on the Linux machine and the Private key on the backup server.
3.Ports
  1. Make sure the SSH Port is open allowing remote access to the machine. The default SSH port is 22. If you run the SSH server in a different port, make sure the port is accessible.
  2. BBA installed on the Linux machine uses port 42005 to communicate with the Backup Server. Make sure your firewall rules allow port 42005 to be open for communication.
4.Internet Connection
Make sure the target Linux machine has internet access.
5. Supported Operating Systems
  1. Debian Linux (64-bit):
  2. Debian Linux 10.0 & above
  3. Ubuntu 18.04 LTS & above
  4. Redhat Linux (64-bit):
  5. CentOS 7.5 & above
  6. CloudLinux 7.0 & above
  7. Fedora 34.0 & above
  8. Red Hat Enterprise Linux 8.0 & above
  9. SUSE Linux Enterprise Server 12 & above
6. System Requirements
  1. Memory: Minimum: 2 GB
  2. CPU: Minimum: Dual-Core Processor

    • Related Articles

    • Prerequisites for Adding a Linux Machine to BDRSuite

      KB ID: 115201 Overview This article outlines prerequisites for adding a Linux machine to BDRSuite, including user privileges, credential options, key generation, required ports, supported OS versions, system requirements, and internet connectivity. ...
    • Prerequisites to Automatically Add KVM Host

      KB ID: 115210 Overview: This article outlines the essential prerequisites for automatically adding a KVM host to the BDRSuite Backup Server. Meeting these requirements ensures smooth connectivity and communication between the KVM host and the backup ...
    • Prerequisites to add Mac

      Before you add a Mac Endpoint to the BDRSuite Server/Client, check the following prerequisites. 1.User Account with Root Privileges: Make sure the user account you specify to add the Mac has root privileges. If you add a non-root account, make sure ...
    • Prerequisites for Automatically Adding Database (Microsoft SQL/MySQL/PostgreSQL) Servers in Windows and Linux Environments

      KB ID: 115214 Overview This article outlines the prerequisites for adding Microsoft SQL, MySQL, and PostgreSQL database servers on Windows and Linux environments to BDRSuite for seamless backup and data protection. Supported Environments Application ...
    • Adding Linux Servers & Linux Workstations for Files & Folders Backup

      Backup Agent Overview BDRSuite offers three methods to install backup agents on Linux machines you plan to backup. The backup agent is a mandatory component for Linux Files/Folders Backup. It runs with the service name – BDRSuite Delegation Service ...