Re: [libvirt-users] Is thre any way to change the vm computer name which joined AD

2012-12-29 Thread Trey Dockendorf
On Dec 24, 2012 5:15 AM, "Timon Wang" wrote: > > How to create a template VM with libvirt? Could you pelease offer me more detail. Many thanks As far as I know there's no defined method or virsh command to do with templates. My reference to templates is more the idea of creating a VM who's purpo

Re: [libvirt-users] Is thre any way to change the vm computer name which joined AD

2012-12-24 Thread Trey Dockendorf
On Mon, Dec 24, 2012 at 3:01 AM, Timon Wang wrote: > If a vm join AD domain, the name is registered in the AD server, when I copy > a VM, the name will conflict with the source VM. > I wanna to know if I can change the VM computer name automaticly. > > > On Mon, Dec 24, 201

Re: [libvirt-users] Is thre any way to change the vm computer name which joined AD

2012-12-24 Thread Trey Dockendorf
On Dec 24, 2012 1:48 AM, "Timon Wang" wrote: > > This tool only work in linux vm. I have cheked the man page for this tool. > Any body knows how to do it in a windows vm which joined a AD domain. > > On Mon, Dec 24, 2012 at 3:02 PM, Gao Yongwei wrote: >> >> virt-sysprep > > > > > -- > Focus on: S

Re: [libvirt-users] Excluding RAW disk from snapshot

2012-08-02 Thread Trey Dockendorf
On Thu, Aug 2, 2012 at 11:58 AM, Eric Blake wrote: > On 08/02/2012 10:53 AM, Trey Dockendorf wrote: > > Did you mean for this to go to the list? Others might benefit from the > answer. > >>>> >>>> >>>> 20120802 >>>> oVirt 3.1 upg

[libvirt-users] Excluding RAW disk from snapshot

2012-08-02 Thread Trey Dockendorf
I have an oVirt engine node that currently runs the system on a qcow2 based virtual disk, and an NFS export volume on RAW. I'd like to take a snapshot before a somewhat risky upgrade of oVirt and can't with the raw image attached. Looking at the documentation for the snapshot XML, I created this

Re: [libvirt-users] unable to creating/list storage pools using non-root user

2012-06-22 Thread Trey Dockendorf
On Fri, Jun 22, 2012 at 10:02 AM, mallapadi niranjan wrote: > > > On Fri, Jun 22, 2012 at 4:38 PM, mallapadi niranjan > wrote: >> >> >> >> On Fri, Jun 22, 2012 at 12:56 PM, Trey Dockendorf >> wrote: >>> >>> >>> On Jun

Re: [libvirt-users] unable to creating/list storage pools using non-root user

2012-06-22 Thread Trey Dockendorf
On Jun 22, 2012 1:08 AM, "mallapadi niranjan" wrote: > > Hi all > > I have a Fedora release 17 (Beefy Miracle) with libvirt versions: > > libvirt-0.9.11.3-1.fc17.x86_64 > virt-manager-0.9.1-3.fc17.noarch > > I have allowed non-root user to user libvirt by allowing the user through polkit > > cat /

[libvirt-users] ARP entry intermittently is incorrect for guest - lose connectivity

2012-03-28 Thread Trey Dockendorf
I've run into a problem on my KVM host where a single guest will be unreachable to other guests on the same host. This host has 2 bridged devices and guests assigned to each have the same issue. I've noticed that when I can't reach the problematic guest, the ARP entry for that system is incorrect

Re: [libvirt-users] virt-manager thru window's remote desktop

2012-02-12 Thread Trey Dockendorf
On Feb 12, 2012 8:02 PM, "Hisao Taguchi" wrote: > > Hi, > > I am trying to operate the remote KVM host's virt-manager thru Terminal Server Client. > > This KVM hosts is CentOS6.0 and running KVM guest and xrdp is installed from "epel" repo. > And I'm using fedora 14's Terminal Server Client. > > A

Re: [libvirt-users] qcow2 performance

2012-02-06 Thread Trey Dockendorf
On Mon, Feb 6, 2012 at 2:07 AM, Stefan G. Weichinger wrote: > Am 06.02.2012 03:24, schrieb Trey Dockendorf: >> I wouldn't consider this definitive, but I wrote an article doing >> tests on qcow2 with the variables being preallocation and caching. >> Essentially preal

Re: [libvirt-users] virt-manager / ssh (publickey)

2011-11-28 Thread Trey Dockendorf
Whats the connection string your using? Also Id recommend not using root and giving a normal user account full libvirt control via policykit. I have an example here, http://itscblog.tamu.edu/startup-guide-for-kvm-on-centos-6/ . - Trey On Nov 28, 2011 1:34 PM, "Shaun Glass" wrote: > Good day Al

[libvirt-users] Live migration with 2 nodes and no SAN

2011-10-27 Thread Trey Dockendorf
I'd like to begin using live migrations with my KVM install, but I do not have any shared storage. I will have 2 identical nodes, with their own local storage. Everything I've read seems to point to DRDB, but I am not finding many resources on how to implement DRDB + qcow2 + KVM. Currently I've

[libvirt-users] Fwd: Re: Unable to acquire lock

2011-10-24 Thread Trey Dockendorf
Accidentally sent to OP only. This has been with 0.8.7 on CentOS 6 CR that Ive had the problem. -- Forwarded message -- From: "Trey Dockendorf" Date: Oct 24, 2011 12:31 AM Subject: Re: [libvirt-users] Unable to acquire lock To: "Jatin Kumar" On Mon, Oct

Re: [libvirt-users] no connection driver available for openvz:///system

2011-10-13 Thread Trey Dockendorf
2011/10/12 张立洪 > thanks for help. > > I download a new libvirt 0.8.1,and compile libvirt.spec. and I success.I > can use virsh command connect openvz. > > but I want use libvirt manager KVM and openvz simultaneously.can you tell > me how can I implement.? > openvz and kvm 's VMs can network

Re: [libvirt-users] XML file format for snapshot-create

2011-10-13 Thread Trey Dockendorf
On Thu, Oct 13, 2011 at 2:30 AM, wrote: > > > > > Before updating to CR repo > > > > > > > -> it seems to be something rather silly: your closing tag misses an 'r': > it should be > > Grts, Jürgen Yep that is silly. Thanks for catching that! I'd been staring at it so long, and even went t

Re: [libvirt-users] XML file format for snapshot-create

2011-10-12 Thread Trey Dockendorf
On Wed, Oct 12, 2011 at 12:35 PM, Eric Blake wrote: > On 10/12/2011 11:30 AM, Trey Dockendorf wrote: > >> I've created a very basic snapshot XML file, to allow for a description of >> the snapshot. However when running the virsh command, it doesn't like the >>

[libvirt-users] XML file format for snapshot-create

2011-10-12 Thread Trey Dockendorf
I've created a very basic snapshot XML file, to allow for a description of the snapshot. However when running the virsh command, it doesn't like the formatting. # virsh snapshot-create proxy_0 /vmstore/proxy_0/proxy_0_ss.xml error: XML description for failed to parse snapshot xml document is not

Re: [libvirt-users] no connection driver available for openvz:///system

2011-10-11 Thread Trey Dockendorf
2011/10/11 张立洪 > First ,thanks for you help > but I am very sorry,I do not konw how to recompile libvirt to support > openvz. > > > My os is centos6,its own libvirt version is 0.8.1 > > please tell me how to recomplie libvirt.because I do not find libvirt > makefile. > > > > 在 2011-10-11 16:50:19

[libvirt-users] qemu+ssh fails with "packet received from server too large"

2011-09-30 Thread Trey Dockendorf
I'm attempting to connect to my KVM host from a remote system, but am unable to connect using virsh. I'm able to connect if I disable sasl on the KVM host... The KVM host is on CentOS 6 x86_64 with libvirt-0.8.1 Here's the command I'm using, - $ virsh -c qemu+ssh://kvmhost.tld/system err

[libvirt-users] Remote connect using virsh qemu+ssh hangs / PolicyKit issue

2011-09-19 Thread Trey Dockendorf
I'm attempting to remote connect to my KVM instance using virsh, but all the commands hang. When issuing the below command, nothing on the remote system happens, and no errors are displayed, (hostname changed) $ virsh --debug 5 --log /var/lib/foreman/virsh.log -c qemu+ssh://fore...@kvmhost.tld:165

Re: [libvirt-users] Libvirt daemon usage question

2011-09-14 Thread Trey Dockendorf
On Sep 14, 2011 5:13 PM, "Eric Blake" wrote: > > [let's keep the list in the loop] > > > On 09/14/2011 04:07 PM, Trey Dockendorf wrote: >>> >>> Given your original qeustion, if your management apps really do require >> >> 0.8.8 APIs, th

[libvirt-users] Libvirt daemon usage question

2011-09-14 Thread Trey Dockendorf
I could use some help with clarification on the use of the libvirtd daemon with regards to managing remote KVM instances. Right now I have a CentOS 6 KVM server (libvirt-0.8.1), but would like to use some management applications that require higher version (0.8.8). First, is it possible to run th

[libvirt-users] Snapshot error "command savevm not found"

2011-08-01 Thread Trey Dockendorf
Attempting to take snapshots of VM using virsh with the following command, # virsh -c qemu:///system snapshot-create CentOS6-x86-001 Results in the following error, error: internal error unable to execute QEMU command 'savevm': The command savevm has not been found The VM's virtual disks are qc