Forum Discussion

sVIVs's avatar
sVIVs
Level 2
26 days ago
Solved

Linux 5.14.0-522.el9.x86_64 not supported by RALUS

I'm trying to install Backup Exec Agent for Linux and Unix Servers 25.0.1193-0 on CentOS Stream 9.
I get an error:
Checking system communication:
 
    Checking OS version on v1btx1 ............. Linux 5.14.0-522.el9.x86_64
    Checking system support for v1btx1 ... Linux 5.14.0-522.el9.x86_64 not supported by RALUS

Why is this happening?
CentOS 9 supports Backup Exec 25 - Software Compatibility List 25.x (SCL)

  • Experimentally, it turned out to install and run the Backup Exec Agent on CentOS Stream 9. To do this, it was necessary to install Perl and libnsl.

    dnf update  
    dnf install perl.x86_64
     
    dnf makecache
    dnf -y install libnsl

  • After installing perl(dnf install perl.x86_64), the agent was installed. But, agent, it doesn't start now.

     Starting Backup Exec Remote Agent: [FAILED]

    I'm trying to figure it out further.

  • Experimentally, it turned out to install and run the Backup Exec Agent on CentOS Stream 9. To do this, it was necessary to install Perl and libnsl.

    dnf update  
    dnf install perl.x86_64
     
    dnf makecache
    dnf -y install libnsl