Acronis - Linux agent snapapi issue trobuleshooting

Acronis - Linux agent snapapi issue trobuleshooting

Once the agent installed or if an error comes up on the dashboard related to Snapapi run the following commands to check if everything is in place:
  1. cat /proc/version
  2. make -v
  3. gcc -v
  4. dpkg --get-selections | grep linux-headers
  5. dpkg --get-selections | grep linux-image
  6. perl --version
  7. dkms status snapapi26 |grep installed

Case 1: If every thing seems to be in place run the following command to uninstall the linux agent

/usr/lib/Acronis/BackupAndRecovery/uninstall/uninstall -a
Just to be sure the uninstallation was successful run the below commands(these commands can also be used to uninstall the agent manually)
1. First, stop all running Acronis services which are part of the agent. 
Run one of the following commands to show the list of the services belonging to the Agent:
systemctl | grep -i acronis  - - - > this command can be used to check if any services related to acronis are still running 
or
systemctl | grep -i acro
Similarly, run the command below to show processes related to Acronis Agent:
ps aux | grep -i acro
Stop each service using the following command:
sudo systemctl stop <servicename>

2. Ensure that any backups which might have been mounted via the trueimagemnt or acrocmd command-line tools (either by the agent when it was in use previously, or by the user manually, or by some 3rd party script or integration tool/plugin) have been unmounted, and that no backup remains mounted on through the "snumbd" kernel driver module.
You can check for mounted backups by using these commands:
mount | grep -i snumbd
trueimagemnt --list
cat /proc/partitions
cat /proc/partitions | grep snumbd
sblk -m | grep snum
The goal is to have no active mounts (no output) by trueimagemnt --list, and similarly for other commands.
Example of trueimagemnt --list showing no mounts:
[root@host ~]# trueimagemnt --list
[root@host ~]#
Here are some examples of when there IS something mounted on snumbd:
# lsblk -m | grep snum
snumbd1d   1022M
snumbd3d    1.9T
snumbd4d   1022M
snumbd6d    1.9T

Case 2: If the snapapi installed is not for the kernel currently in use

Uname -r (this command shows the current kernel version)
The module should be installed manually according to the following guide:

  1. Install headers, devel, and necessary packages (it is worth noting that packages should be installed for the version of the kernel that is running on the server, for which the module will be built):
    # yum install kernel-devel kernel-headers elfutils-libelf-devel
  2. Check the current SnapAPI version. The latest version installed on the server should be used. In this case, it is 0.8.4.
    # ls /usr/src
    file_protector-1.1-1485 snapapi26-0.7.135 snapapi26-0.7.142
    file_protector-1.1-1487 snapapi26-0.7.139 snapapi26-0.8.4
    Note: If the directory with the necessary version is missing, e.g.:
    Directory: /usr/src/snapapi26-0.8.8 does not exist.
    Unpack the archive as follows:
    # cd /usr/lib/Acronis/kernel_modules/
    # tar xvfz snapapi26-0.8.8-all.tar.gz
    # mkdir /usr/src/snapapi26-0.8.8
    # mv /usr/lib/Acronis/kernel_modules/dkms_source_tree/* /usr/src/snapapi26-0.8.8/
    # sed 's/REMAKE_INITRD/#REMAKE_INITRD/' -i /usr/src/snapapi26-0.8.8/dkms.conf
  3. Install and load the module manually:
    # dkms build -m snapapi26 -v 0.8.4 --config /boot/config-$(uname -r) --arch $(uname -p) --kernelsourcedir /usr/src/kernels/$(uname -r)
    # dkms install -m snapapi26 -v 0.8.4
    # modprobe snapapi26
    # systemctl restart acronis_mms
  4. Verify, that everything works as expected:
    # dkms status snapapi26 |grep installed
    snapapi26/0.8.4, 3.10.0-962.3.2.lve1.5.63.el7.x86_64, x86_64: installed

    # lsmod | grep snap
    snapapi26 50066 3

    # systemctl status acronis_mms
    ● acronis_mms.service - Acronis machine management service
    Loaded: loaded (/etc/systemd/system/acronis_mms.service; enabled; vendor preset: disabled)
    Active: active (running) since Tue 2021-12-23 10:40:52 -03; 8s ago
    Main PID: 923109 (mms)
    CGroup: /system.slice/acronis_mms.service
    └─923109 /usr/lib/Acronis/BackupAndRecovery/mms

    Dec 23 10:40:52 srv.wcorp53.com systemd[1]: Starting Acronis machine management service...
    Dec 23 10:40:52 srv.wcorp53.com systemd[1]: Started Acronis machine management service.

    • Related Articles

    • Acronis Download Windows agent

      After you have logged in to your Acronis account follow the bellow mentioned steps: Step 1: Select Devices in the navigation bar on the left side of your screen. Step 2: Click the add button on the top right corner of your screen. Step 3: From the ...
    • Acronis cyber protect Agent - Window Agent

      OS requirements Windows XP Professional SP1 (x64), SP2 (x64), SP3 (x86) Windows XP Professional SP2 (x86) – supported with a special version of Agent for Windows. For details and limitations of this support, refer to "Agent for Windows XP SP2". ...
    • Install Elastic Agent in Linux Server

      Step 1: login to the ELK Dashboard Step 2: Go to the Fleet Option which is under Management option Step 3: After that click to Add Agent Steps 4: Select Type of Host in Example : "Linux Server" Step 5: Enroll in Fleet?(Leave as it is ) Step 6: ...
    • Acronis DLP agent installation

      After Downloading the agent, follow the below steps: Step one: Select customize installation Step two: Click on change in the What to install section Step three: Select Agent for Data Loss Prevention click on done. Step four: Click on change in the ...
    • Acronis SQl agent- Installation windows

      REQUIREMENTS: Supported operating systems: Windows XP Professional SP1 (x64), SP2 (x64), SP3 (x86) Windows Server 2003 SP1/2003 R2 and later – Standard and Enterprise editions (x86, x64) Windows Small Business Server 2003/2003 R2 Windows Server 2008, ...