[et-mgmt-tools] virt-p2v question

2009-05-27 Thread Kevin Stabel

Hello,

I have a question regarding virt-p2v.
Have any of you used the resulting images in a vmware environment?  If  
so, can you point me to some resources and/or a workflow to achieve  
this?


Thank you,

-Kevin

___
et-mgmt-tools mailing list
et-mgmt-tools@redhat.com
https://www.redhat.com/mailman/listinfo/et-mgmt-tools


[et-mgmt-tools] AUTO: Atul Rayamajhi is out of office. (returning Tue 05/26/2009)

2009-05-27 Thread Atul Rayamajhi

I am out of the office from Wed 05/27/2009 until Thu 05/28/2009.




Note: This is an automated response to your message  "et-mgmt-tools Digest, Vol 33, Issue 9" sent on 5/27/2009 11:00:36 AM. 

This is the only notification you will receive while this person is away.

___
et-mgmt-tools mailing list
et-mgmt-tools@redhat.com
https://www.redhat.com/mailman/listinfo/et-mgmt-tools

[et-mgmt-tools] Importing kvm vm

2009-05-27 Thread David H. Vree
I am have a few kvm virtual machines that I have been running natively 
with kvm using commands like the following:


kvm -hda mywinxp.qcow2 -m 2G -smp 2 -k en-us -name "My WinXP" -vga std 
-net nic -net user -soundhw all -cpu qemu64


It doesn't appear that I can put this under libvirt control via 
virt-manager.  Do I need to use virt-install from the command line or 
can I just hand write the XML and put it in /etc/libvirt/qemu?




___
et-mgmt-tools mailing list
et-mgmt-tools@redhat.com
https://www.redhat.com/mailman/listinfo/et-mgmt-tools


Urgent Order

2009-05-27 Thread Robert Staurt
*Dear Sir/Madam
My name is Mr.Robert Staurt, I would like to make an inquiry based on your
Water Bottles. Do you carry Water Bottles in stock for sales? If you do can
you kindly get back at me as soon as possible and let me know so I can get
back at you with the type and size I would like to order for you to
determine the price ranges for me. What form of Payment Methods do you
accept for all orders? Looking forward to hear back from you as soon as
possible.

Best Regards,
Mr.Staurt
*


Re: [et-mgmt-tools] Importing kvm vm

2009-05-27 Thread Ben Kochie
You want to write the xml, and then use virsh "create" command to read the 
XML and import it in.  You will want to use the full path to the qcow2 
file.


-ben

 "UNIX is user-friendly, it's just picky about its friends."

On Wed, 27 May 2009, David H. Vree wrote:

I am have a few kvm virtual machines that I have been running natively with 
kvm using commands like the following:


kvm -hda mywinxp.qcow2 -m 2G -smp 2 -k en-us -name "My WinXP" -vga std -net 
nic -net user -soundhw all -cpu qemu64


It doesn't appear that I can put this under libvirt control via virt-manager. 
Do I need to use virt-install from the command line or can I just hand write 
the XML and put it in /etc/libvirt/qemu?




___
et-mgmt-tools mailing list
et-mgmt-tools@redhat.com
https://www.redhat.com/mailman/listinfo/et-mgmt-tools



___
et-mgmt-tools mailing list
et-mgmt-tools@redhat.com
https://www.redhat.com/mailman/listinfo/et-mgmt-tools


Re: [et-mgmt-tools] Importing kvm vm

2009-05-27 Thread Daniel P. Berrange
On Wed, May 27, 2009 at 03:44:18PM -0400, David H. Vree wrote:
> I am have a few kvm virtual machines that I have been running natively 
> with kvm using commands like the following:
> 
> kvm -hda mywinxp.qcow2 -m 2G -smp 2 -k en-us -name "My WinXP" -vga std 
> -net nic -net user -soundhw all -cpu qemu64
> 
> It doesn't appear that I can put this under libvirt control via 
> virt-manager.  Do I need to use virt-install from the command line or 
> can I just hand write the XML and put it in /etc/libvirt/qemu?

Try this for a starting point



  My WinXP
  2048000
  2048000
  2
  
hvm
  
  


  
  
  destroy
  restart
  destroy
  
/usr/bin/kvm

  
  


  



  



Fill in a random mac address there & fix the disk path You'll
probably want type=vnc for the graphics instead of sdl

Daniel
-- 
|: Red Hat, Engineering, London   -o-   http://people.redhat.com/berrange/ :|
|: http://libvirt.org  -o-  http://virt-manager.org  -o-  http://ovirt.org :|
|: http://autobuild.org   -o- http://search.cpan.org/~danberr/ :|
|: GnuPG: 7D3B9505  -o-  F3C9 553F A1DA 4AC2 5648 23C1 B3DF F742 7D3B 9505 :|

___
et-mgmt-tools mailing list
et-mgmt-tools@redhat.com
https://www.redhat.com/mailman/listinfo/et-mgmt-tools


[et-mgmt-tools] broken pipe

2009-05-27 Thread William King
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

version info:

On workstation:

virt-manager 0.6.1
libvirtd (libvirt) 0.6.1


On host:
libvirtd (libvirt) 0.6.1


Error:

right click on a guest, click open, get error:

Traceback (most recent call last):
  File "/usr/share/virt-manager/virtManager/engine.py", line 272, in
show_details
details = vmmDetails(self.get_config(), con.get_vm(uuid), self)
  File "/usr/share/virt-manager/virtManager/details.py", line 328, in
__init__
self.update_widget_states(self.vm, self.vm.status())
  File "/usr/share/virt-manager/virtManager/details.py", line 714, in
update_widget_states

self.window.get_widget("config-vcpus").set_sensitive(self.vm.is_vcpu_hotplug_capable())
  File "/usr/share/virt-manager/virtManager/domain.py", line 136, in
is_vcpu_hotplug_capable
if self.vm.OSType() == "linux" \
  File "/usr/lib/python2.6/dist-packages/libvirt.py", line 223, in OSType
if ret is None: raise libvirtError ('virDomainGetOSType() failed',
dom=self)
libvirtError: cannot send data: Broken pipe




-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.9 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iEYEARECAAYFAkodsJgACgkQZ63Azu7rahpirACeM1EejjDIpETIGp7e8mUuC3mi
Pv0AoJkYbWLKfpGWmylvM/gYF0K+UQf7
=2xH8
-END PGP SIGNATURE-

___
et-mgmt-tools mailing list
et-mgmt-tools@redhat.com
https://www.redhat.com/mailman/listinfo/et-mgmt-tools


[et-mgmt-tools] Virtinst and blktap

2009-05-27 Thread Michael DeHaan
I had a user question about how they can specify blktap for Xen in 
Cobbler instead of the file driver (for performance reasons) ... well, 
it turns out they can't (yet).


Under what conditions can we use blktap, and is that advisable?   (I had 
thought this might work like virtio, in which case, passing in the os 
version uses a table, but it seems this may only actually depend on the 
host and has no guest limitations?)


It looks like from the virtinst code I could just call 
utils.is_blktap_capable() from my libvirt-using application and if so, 
then pass the driver=DRIVER_TAP options to virstinst.


Good idea?  Bad idea?

--Michael

___
et-mgmt-tools mailing list
et-mgmt-tools@redhat.com
https://www.redhat.com/mailman/listinfo/et-mgmt-tools


Re: [et-mgmt-tools] Virtinst and blktap

2009-05-27 Thread Mark Johnson
On Wed, May 27, 2009 at 6:12 PM, Michael DeHaan  wrote:
> I had a user question about how they can specify blktap for Xen in Cobbler
> instead of the file driver (for performance reasons) ... well, it turns out
> they can't (yet).
>
> Under what conditions can we use blktap, and is that advisable?   (I had
> thought this might work like virtio, in which case, passing in the os
> version uses a table, but it seems this may only actually depend on the host
> and has no guest limitations?)
>
> It looks like from the virtinst code I could just call
> utils.is_blktap_capable() from my libvirt-using application and if so, then
> pass the driver=DRIVER_TAP options to virstinst.
>
> Good idea?  Bad idea?

For Solaris dom0, I have a patch that allows driver and subdriver in
virt-install.
If interested, I'm happy to submit it..Note, our blktap is different
(vdisk). We
have an additional format selection too.

  virt-install -p -n nevada -l /export/snv108.iso --nographics \
 --noautoconsole -r 1024 \
 --disk 
path=/export/nevada/disk0,size=10,driver=tap,subdriver=vdisk,format=vdi


MRJ

___
et-mgmt-tools mailing list
et-mgmt-tools@redhat.com
https://www.redhat.com/mailman/listinfo/et-mgmt-tools