Bacula-users

Re: [Bacula-users] bacula on xenserver? Solved

2011-03-03 09:35:00
Subject: Re: [Bacula-users] bacula on xenserver? Solved
From: Oliver Hoffmann <oh AT dom DOT de>
To: bacula-users AT lists.sourceforge DOT net
Date: Thu, 3 Mar 2011 15:32:55 +0100
> Hi list,
> 
> I wonder what may be the best way to install bacula on xenserver 5.6.0
> (dom0). The system is based on centos but rpms are only available
> for suse or fedora, aren't they?
> Maybe some-one had the same issue and can point me in the right
> direction? Otherwise I see a compilation...
> 
> 
> Thx,
> 
> Oliver
> 
> ------------------------------------------------------------------------------
> Free Software Download: Index, Search & Analyze Logs and other IT
> data in Real-Time with Splunk. Collect, index and harness all the
> fast moving IT data generated by your applications, servers and
> devices whether physical, virtual or in the cloud. Deliver compliance
> at lower cost and gain new business insights.
> http://p.sf.net/sfu/splunk-dev2dev
> _______________________________________________ Bacula-users mailing
> list Bacula-users AT lists.sourceforge DOT net
> https://lists.sourceforge.net/lists/listinfo/bacula-users
> 

Hi,

I got it. So, for the records:

1. download of the rpms
wget
ftp://ftp.pramberger.at/systems/linux/contrib/rhel5/i386/bacula-5.0.3-1.el5.pp.i386.rpm
wget
ftp://ftp.pramberger.at/systems/linux/contrib/rhel5/i386/bacula-client-5.0.3-1.el5.pp.i386.rpm

2. Installation
rpm -ivh bacula-5.0.3-1.el5.pp.i386.rpm
yum --enablerepo=base install gdb
rpm -ivh bacula-client-5.0.3-1.el5.pp.i386.rpm

3. fw
nano /etc/sysconfig/iptables
-A RH-Firewall-1-INPUT -p tcp -m tcp --dport 9102 -s IP/24 -j
ACCEPT 
/etc/init.d/iptables restart

4. Configuration and start
nano /etc/bacula/bacula-fd
/etc/init.d/bacula-fd start

5. Configuration on server, etc

That's it. 

Oliver


------------------------------------------------------------------------------
Free Software Download: Index, Search & Analyze Logs and other IT data in 
Real-Time with Splunk. Collect, index and harness all the fast moving IT data 
generated by your applications, servers and devices whether physical, virtual
or in the cloud. Deliver compliance at lower cost and gain new business 
insights. http://p.sf.net/sfu/splunk-dev2dev 
_______________________________________________
Bacula-users mailing list
Bacula-users AT lists.sourceforge DOT net
https://lists.sourceforge.net/lists/listinfo/bacula-users

<Prev in Thread] Current Thread [Next in Thread>