WARNING - OLD ARCHIVES

This is an archived copy of the Xen.org mailing list, which we have preserved to ensure that existing links to archives are not broken. The live archive, which contains the latest emails, can be found at http://lists.xen.org/
   
 
 
Xen 
 
Home Products Support Community News
 
   
 

xen-users

Re: [Xen-users] Bacula + DomUs and LTO Tapes

To: JC Júnior <junior.listas@xxxxxxxxx>
Subject: Re: [Xen-users] Bacula + DomUs and LTO Tapes
From: Jonas Björklund <jb@xxxxxx>
Date: Sun, 2 Sep 2007 09:13:19 +0200 (CEST)
Cc: xen-users <xen-users@xxxxxxxxxxxxxxxxxxx>
Delivery-date: Sun, 02 Sep 2007 00:13:56 -0700
Envelope-to: www-data@xxxxxxxxxxxxxxxxxx
In-reply-to: <46DA0185.10602@xxxxxxxxx>
List-help: <mailto:xen-users-request@lists.xensource.com?subject=help>
List-id: Xen user discussion <xen-users.lists.xensource.com>
List-post: <mailto:xen-users@lists.xensource.com>
List-subscribe: <http://lists.xensource.com/cgi-bin/mailman/listinfo/xen-users>, <mailto:xen-users-request@lists.xensource.com?subject=subscribe>
List-unsubscribe: <http://lists.xensource.com/cgi-bin/mailman/listinfo/xen-users>, <mailto:xen-users-request@lists.xensource.com?subject=unsubscribe>
References: <46DA0185.10602@xxxxxxxxx>
Sender: xen-users-bounces@xxxxxxxxxxxxxxxxxxx
Hello,

On Sat, 1 Sep 2007, JC Júnior wrote:

Hi Friends !!!

I have one xen server (debian etch) already in production; there are samba, squid, 2 ldap servers , apache2, postgresql and others, 8 virtual machines at total in a hardware raid5. Now I need a backup system, and i will use bacula with a dell ultrium3 LTO. I would like to know if there are problems with i/o? How can I connect a DomU directly to /dev/st0 of Dom0 ?? Its a very good machine ( 4xXeon 4GB Ram ) , but i'm afraid to run bacula-fd in all DomUs and bacula-dir and bacula-sd in a DomU too, and get I/O problems, or may crash xen , corrupt data... whatever....

Use pciback.hide in grub.conf for you SCSI card attached to your tape drive.

itle CentOS (2.6.18-8.1.4.el5xen)
        root (hd0,0)
        kernel /xen.gz-2.6.18-8.1.4.el5
module /vmlinuz-2.6.18-8.1.4.el5xen ro root=LABEL=/ pciback.hide=(02:0b.0)
        module /initrd-2.6.18-8.1.4.el5xen.img

And then allow access to the PCI card in your domU configuration.

kernel = "domU-current"
memory = 256
name = "backup01"
vif = ['ip=192.168.1.2]
pci = [ '0000:02:0b.0' ]
dhcp = "dhcp"
disk = ['phy:/dev/vg/disk01,sda1,w', 'phy:/dev/vg/disk01.swap,sda2,w']
root = "/dev/sda1 ro"

/Jonas
_______________________________________________
Xen-users mailing list
Xen-users@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-users
<Prev in Thread] Current Thread [Next in Thread>