Re: [Fedora-xen] Xen Not Displayed in Boot Menu

2012-06-28 Thread Pasi Kärkkäinen
On Wed, Jun 27, 2012 at 10:40:01PM -0500, Jerry Amundson wrote:
 On Sat, Jun 9, 2012 at 6:37 AM, Pasi Kärkkäinen pa...@iki.fi wrote:
  On Fri, Jun 08, 2012 at 12:00:44AM -0700, sorabh hamirwasia wrote:
     Hi,
     I have installed Xen on Fedora16 host using yum install xen command
     and it has been installed properly. I can see the changes in
     /etc/grub2.cfg file too. But when I reboot then the entry for Xen is not
     listed in the boot menu. On further analyzing I found that in
     /etc/grub.conf there is no entry related to Xen. Do we need to modify
     grub.conf manually ? If yes then how to do that. ?
     Please help me with this.
 
  You can tweak the Xen hypervisor cmdline options in:
  /etc/default/grub file, like this:
 
  GRUB_DEFAULT=Xen
 
 The only thing I see in fc17 (also) is a
 set default=Xen
 line in /boot/grub2/grub.cfg
 
 I've been waiting, hoping, and did a fresh install of Fedora 17, then
 yum install xen, in anticipation (again) of Fedora/Xen/dom0 boot
 magic.
 Disappointment.
 

And did you run grub2-mkconfig -o /boot/grub2/grub.cfg ?

What's the problem? 

-- Pasi

--
xen mailing list
xen@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/xen

Re: [Fedora-xen] [Xen-users] provisioning virtual machine

2012-06-28 Thread Pasi Kärkkäinen
On Wed, Jun 27, 2012 at 05:51:13PM +0200, Arindam Choudhury wrote:
I am using xen hypervisor in fedora 17. I want to use LVM storage for
domU.
 

LVM volumes work very well out-of-the-box as disks for Xen domUs.

-- Pasi


On Wed, Jun 27, 2012 at 5:12 PM, Joseph Hom [1]j...@softlayer.com wrote:
 
  What Xen are you using? OS? XCP? XenServer?
 
 
 
  Also what storage are you using?
 
 
 
  From: [2]xen-users-boun...@lists.xen.org
  [mailto:[3]xen-users-boun...@lists.xen.org] On Behalf Of Arindam
  Choudhury
  Sent: Wednesday, June 27, 2012 5:42 AM
  To: xen users
  Subject: [Xen-users] provisioning virtual machine
 
 
 
  Hi,
 
  I am trying to provision virtual machines  to create a virtual machine
  cluster. If I try to transfer a pre-build virtual machine, its too time
  consuming and hard on network. So the idea of using bootstrap or
  kickstart seems better. Can any body point a good tutorial how to do
  this?
 
  Actually I have a master image and I have to copy it on all the nodes
  and create virtual machines. Is there any other way to do it?
 
  Regards,
  Arindam
 
 References
 
Visible links
1. mailto:j...@softlayer.com
2. mailto:xen-users-boun...@lists.xen.org
3. mailto:xen-users-boun...@lists.xen.org

 --
 xen mailing list
 xen@lists.fedoraproject.org
 https://admin.fedoraproject.org/mailman/listinfo/xen

--
xen mailing list
xen@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/xen

Re: [Fedora-xen] dom0 free memory and grub2

2012-06-28 Thread Pasi Kärkkäinen
On Wed, Jun 27, 2012 at 05:58:56PM +0200, Arindam Choudhury wrote:
Hi,
 
I have installed xen on fedora 17 using yum.
 
I have the well known problem on dom0
 
total_memory   : 6075
free_memory: 644
 
I know I have to set dom0_mem=XXXG,max:XXXG and by recover the memory
released. [1]link
 
But how to do it with grub2?
 

edit /etc/default/grub file

add/edit lines:
GRUB_DEFAULT=Xen
GRUB_CMDLINE_XEN=dom0_mem=1024M,max:1024M loglvl=all guest_loglvl=all

Run grub2-mkconfig -o /boot/grub2/grub.cfg to update the configuration.

-- Pasi

--
xen mailing list
xen@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/xen

Re: [Fedora-xen] [Xen-users] provisioning virtual machine

2012-06-28 Thread Arindam Choudhury
What are the state of art of provisioning virtual machine?

Can we transfer a LVM virtual machine image?



On Thu, Jun 28, 2012 at 4:26 PM, Pasi Kärkkäinen pa...@iki.fi wrote:

 On Wed, Jun 27, 2012 at 05:51:13PM +0200, Arindam Choudhury wrote:
 I am using xen hypervisor in fedora 17. I want to use LVM storage for
 domU.
 

 LVM volumes work very well out-of-the-box as disks for Xen domUs.

 -- Pasi


 On Wed, Jun 27, 2012 at 5:12 PM, Joseph Hom [1]j...@softlayer.com
 wrote:
 
   What Xen are you using? OS? XCP? XenServer?
 
 
 
   Also what storage are you using?
 
 
 
   From: [2]xen-users-boun...@lists.xen.org
   [mailto:[3]xen-users-boun...@lists.xen.org] On Behalf Of Arindam
   Choudhury
   Sent: Wednesday, June 27, 2012 5:42 AM
   To: xen users
   Subject: [Xen-users] provisioning virtual machine
 
 
 
   Hi,
 
   I am trying to provision virtual machines  to create a virtual
 machine
   cluster. If I try to transfer a pre-build virtual machine, its too
 time
   consuming and hard on network. So the idea of using bootstrap or
   kickstart seems better. Can any body point a good tutorial how to do
   this?
 
   Actually I have a master image and I have to copy it on all the
 nodes
   and create virtual machines. Is there any other way to do it?
 
   Regards,
   Arindam
 
  References
 
 Visible links
 1. mailto:j...@softlayer.com
 2. mailto:xen-users-boun...@lists.xen.org
 3. mailto:xen-users-boun...@lists.xen.org

  --
  xen mailing list
  xen@lists.fedoraproject.org
  https://admin.fedoraproject.org/mailman/listinfo/xen


--
xen mailing list
xen@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/xen

Re: [Fedora-xen] [Xen-users] provisioning virtual machine

2012-06-28 Thread Arindam Choudhury
I have a master virtual machine and I want copy it to other systems and
deploy it. I dont want to copy the whole image as it is too big. What are
my options here?

On Thu, Jun 28, 2012 at 6:57 PM, Pasi Kärkkäinen pa...@iki.fi wrote:

 On Thu, Jun 28, 2012 at 05:28:26PM +0200, Arindam Choudhury wrote:
 What are the state of art of provisioning virtual machine?
 
 Can we transfer a LVM virtual machine image?
 

 You can use *all* the normal Linux/unix tools, Xen doesn't create any
 restrictions there.
 So feel free to dd the volume to another volume, or use snapshots, or
 thinprov-snapshots, or whatever you want.

 -- Pasi


 On Thu, Jun 28, 2012 at 4:26 PM, Pasi Kärkkäinen [1]pa...@iki.fi
 wrote:
 
   On Wed, Jun 27, 2012 at 05:51:13PM +0200, Arindam Choudhury wrote:
   I am using xen hypervisor in fedora 17. I want to use LVM
 storage
   for
   domU.
   
 
   LVM volumes work very well out-of-the-box as disks for Xen domUs.
 
   -- Pasi
 
   On Wed, Jun 27, 2012 at 5:12 PM, Joseph Hom
   [1][2]j...@softlayer.com wrote:
   
 What Xen are you using? OS? XCP? XenServer?
   
   
   
 Also what storage are you using?
   
   
   
 From: [2][3]xen-users-boun...@lists.xen.org
 [mailto:[3][4]xen-users-boun...@lists.xen.org] On Behalf Of
   Arindam
 Choudhury
 Sent: Wednesday, June 27, 2012 5:42 AM
 To: xen users
 Subject: [Xen-users] provisioning virtual machine
   
   
   
 Hi,
   
 I am trying to provision virtual machines  to create a
 virtual
   machine
 cluster. If I try to transfer a pre-build virtual machine,
 its
   too time
 consuming and hard on network. So the idea of using
 bootstrap or
 kickstart seems better. Can any body point a good tutorial
 how to
   do
 this?
   
 Actually I have a master image and I have to copy it on all
 the
   nodes
 and create virtual machines. Is there any other way to do it?
   
 Regards,
 Arindam
   
References
   
   Visible links
   1. mailto:[5]j...@softlayer.com
   2. mailto:[6]xen-users-boun...@lists.xen.org
   3. mailto:[7]xen-users-boun...@lists.xen.org
--
xen mailing list
[8]xen@lists.fedoraproject.org
[9]https://admin.fedoraproject.org/mailman/listinfo/xen
 
  References
 
 Visible links
 1. mailto:pa...@iki.fi
 2. mailto:j...@softlayer.com
 3. mailto:xen-users-boun...@lists.xen.org
 4. mailto:xen-users-boun...@lists.xen.org
 5. mailto:j...@softlayer.com
 6. mailto:xen-users-boun...@lists.xen.org
 7. mailto:xen-users-boun...@lists.xen.org
 8. mailto:xen@lists.fedoraproject.org
 9. https://admin.fedoraproject.org/mailman/listinfo/xen

  --
  xen mailing list
  xen@lists.fedoraproject.org
  https://admin.fedoraproject.org/mailman/listinfo/xen


--
xen mailing list
xen@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/xen

Re: [Fedora-xen] Python misbehaves on Xen/Fedora 17/AMD FX-4170 Processor

2012-06-28 Thread Konrad Rzeszutek Wilk
On Thu, Jun 28, 2012 at 02:29:08PM -0500, W. Michael Petullo wrote:
 I am attempting to run Xen on an AMD FX-4170 Quad-Core Processor.
 I have installed Fedora 17 to serve as Dom0.
 
 I am finding that Python does not run well on this
 configuration. Specifically, import random causes the Python interpreter
 to terminate with Illegal instruction. This means that xend and yum will
 not run.
 
 I filed a bug under yum [1], but just realized that things work if I
 boot Fedora 17 on bare metal.
 
 Under Xen, /proc/cpuinfo reports the following flags:
 
 fpu de tsc msr pae cx8 apic cmov pat clflush mmx fxsr sse sse2 ht syscall
 nx mmxext fxsr_opt lm constant_tsc rep_good nopl nonstop_tsc extd_apicid
 aperfmperf pni pclmulqdq ssse3 cx16 sse4_1 sse4_2 popcnt aes hypervisor
 lahf_lm cmp_legacy extapic cr8_legacy abm sse4a misalignsse 3dnowprefetch
 xop fma4 perfctr_core arat cpb hw_pstate
 
 Has anyone had similar trouble?

No. But it sounds like the AVX disaster.

https://bugzilla.redhat.com/show_bug.cgi?id=801650

 
 [1] https://bugzilla.redhat.com/show_bug.cgi?id=829011
 
 -- 
 Mike
 
 :wq
 --
 xen mailing list
 xen@lists.fedoraproject.org
 https://admin.fedoraproject.org/mailman/listinfo/xen
--
xen mailing list
xen@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/xen