Symantec Backup Remote Agent for Linux or Unix Servers

This support forum board is for support questions relating to Nagios XI, our flagship commercial network monitoring solution.
Locked
User avatar
Box293
Too Basu
Posts: 5126
Joined: Sun Feb 07, 2010 10:55 pm
Location: Deniliquin, Australia
Contact:

Symantec Backup Remote Agent for Linux or Unix Servers

Post by Box293 »

I recently needed to configure Symantec Backup Exec 2010 to backup a Nagios XI server. I thought I would post the steps I needed to perform to make it all work.
  • Open a console session or a putty session to the Nagios XI host
    Type yum -y install compat-libstdc++* and press Enter
    This will install some pre-requisites
Install the Remote Agent as per the instructions in the Backup Exec help file

Now we just need to configure the firewall
  • Type iptables -I INPUT -p tcp --dport 10000 -j ACCEPT and press Enter
    Type iptables -I INPUT -p tcp --dport 1025:65535 -j ACCEPT and press Enter
    Type /sbin/service iptables save and press Enter
    You can now exit your console/putty session
You should be able to add your Nagios XI server to your Backup Exec Linux/Unix Servers (Favourite Resources).
As of May 25th, 2018, all communications with Nagios Enterprises and its employees are covered under our new Privacy Policy.
tonyyarusso
Posts: 1128
Joined: Wed Mar 03, 2010 12:38 pm
Location: St. Paul, MN, USA
Contact:

Re: Symantec Backup Remote Agent for Linux or Unix Servers

Post by tonyyarusso »

Thanks for the tip!
Tony Yarusso
Technical Services
___
TIES
Web: http://ties.k12.mn.us/
Locked