--- Javier Barroso <javibarroso@xxxxxxxxx> wrote:
- snip -
> > Thanks for your link. I have bonnie++ installed.
> >
> >
> > Can I create LVM image on my system? If YES please advise how.
> TIA
>
> You need a partition or a disk to do it. (choose LVM type on fdisk)
> Create phisical volumes (pvcreate)
> Create volume group (vgcreate)
> and create logical volumes (lvcreate)
>
> Then config xen file to use it (disk = [ 'phy:/dev/vgname/lvname,
> hda1, w' ,
> 'phy:/dev/vgname/swap,hda2,w' ]
>
> Search LVM Howto for more info in lvm
Sorry, maybe I haven't made it clear on my last posting. On this Xen
box I have NO partition using the entire HD. Is it possible
repartition the HD without wiping out the whole system?
I haven't run LV sometimes. Most the time I partition HD before
installing the OS, such as /boot, /root, /home, /swap, /var, etc.
However on Xen box (Virtual Machine) I use the entire HD. Because it
would be difficult for me to forecast the number of guests to be
created in advance.
> Installed udev on repo.
> >
> >
> > # cat /etc/udev/rules.d/z25_persistent-net.rules
> > # This file was automatically generated by the
> > /lib/udev/write_net_rules
> > # program, probably run by the persistent-net-generator.rules rules
> > file.
> > #
> > # You can modify it, as long as you keep each rule on a single
> line.
> > # MAC addresses must be written in lowercase.
> >
> > SUBSYSTEM=="net", DRIVERS=="?*",
> ATTRS{address}=="00:16:3e:64:8f:5e",
> > NAME="eth0"
> >
> >
> > Whether put 00:16:3e:64:8f:5e on /etc/xen/*.cfg file as;
> >
> > vif = [ 'ip=192.168.0.211', '00:16:3e:64:8f:5e' ]
> > ???
>
> I use another format for vif (ip is optional, you can configure it
> from domU
> (in etc network interfaces)):
> vif = [ 'ip=xxx, mac=xx:xx:xx:xx:xx' ] in both config files
Whether you meant on both /etc/xen/*.cfg and
/etc/udev/rules.d/z25_persistent-net.rules files ?
B.R.
Stephen L
Send instant messages to your online friends http://uk.messenger.yahoo.com
_______________________________________________
Xen-users mailing list
Xen-users@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-users
|