Re: [libvirt-users] Can I update libvirt while KVM guest os are running

2011-04-06 Thread Masanari Iida
Answer to myself. Troubleshooted the symptom with my colleague and found the root cause. In case of libvirt update from 0.6.3 to 0.8.2, I had to restart my Guest OS. Otherwise I got an error when I execute attached-disk with libvirt 0.8.2. > error: Failed to attach disk > error: internal error mi

Re: [libvirt-users] Can I update libvirt while KVM guest os are running

2011-04-04 Thread Masanari Iida
On Fri, Apr 1, 2011 at 7:11 PM, Masanari Iida wrote: > Hello > I have a simple question. > Can I update libvirt RPM while KVM guest OS on RHEL5 is running. > I am still searching for this answer. As far as I have seen on FAQ, restarting libvirtd may not affect the virtual mach

[libvirt-users] Can I update libvirt while KVM guest os are running

2011-04-01 Thread Masanari Iida
Hello I have a simple question. Can I update libvirt RPM while KVM guest OS on RHEL5 is running. Background When I run rhn_register, then rhn-virtualization-host RPM was installed by RHN. And then libvirt-python was also installed from the RHN. The libvirt-python RPM has a dependency with libvir

Re: [libvirt-users] How to disconnect the ISO image using virsh

2011-03-31 Thread Masanari Iida
Somebody sent me a tips. Following command do what I wanted to do. Thanks. attach-disk guest01 " " hdc --driver file --type cdrom --mode readonly On Thu, Mar 31, 2011 at 3:29 PM, Masanari Iida wrote: > Hello, > > I can attach disc ISO image to cd-rom from virsh. > And

[libvirt-users] How to disconnect the ISO image using virsh

2011-03-30 Thread Masanari Iida
device cannot be hot unplugged What I can do is possible from virt-manager's "Disconnect" button, (next to source path: line) from Hardware's TAB, Disk hdc screen. I want to do this from virsh. OS: RHEL5.6 libvirt-0.8.2-15.el5_6.1 is used. Re