Stephen Liu
2008-Dec-02 15:58 UTC
[Xen-users] Re: Problem on slow keystroke response - guest on Xen box
--- Javier Barroso <javibarroso@gmail.com> 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 lvmSorry, 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 filesWhether 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@lists.xensource.com http://lists.xensource.com/xen-users
Maybe Matching Threads
- Re: Re: Problem on slow keystroke response - guest on Xen box
- I can't seem to create mountpoint and change permissions after mounting in 2.7.3
- How to manage partitions and logical volumes with puppet?
- Re: Extrange behaviour in arp with xen 3.0.3 from etch [ solved ]
- dd backup of lv