Displaying 20 results from an estimated 500 matches similar to: "how make the pool to be inactive?"
2011 Jan 04
1
autostarting storage pool
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Hello everyone,
How do I make storage pool auto start?
I have:
virsh # pool-list
Name State Autostart
- -----------------------------------------
default active yes
virtimages active no
I don't see anything in pool's xml that could suit this purpose:
virsh # pool-dumpxml virtimages
2012 Aug 02
2
libvirt windows error
hi,all,I install the libvirt windows version ,now i type "virsh" in cmd
env:windows7 (ip:192.168.0.15)
the error is :
info : libvirt version: 0.8.8
error : vboxLookupVersionInRegistry:401 : Could not parse version number
from '%VER%'
what's problem.thanks advance!!!
-------------- next part --------------
An HTML attachment was scrubbed...
URL:
2013 Aug 02
3
Oracle RAC in libvirt+KVM environment
We wan't to setup two Oracle instance and make RAC work on them.
Both VM are setup based on libvirt + KVM, we use a lvm lun which
formated in qcow2 format and set the shareable properties in the disk
driver like this:
<disk type='block' device='disk'>
<driver name='qemu' type='qcow2' cache='none'/>
<source
2013 Aug 13
2
Re: Oracle RAC in libvirt+KVM environment
On Mon, Aug 12, 2013 at 06:17:51PM +0800, Timon Wang wrote:
> Yes, SCSI bus likes pass through a shared LUN to the vm, and I am
> using a shared LUN for 'share' purpose.
>
> I found a post that vmware use lsilogic bus for the shared disk, but
> my qemu/kvm version can't support lsilogic bus.
>
> I'm tring to update qemu/kvm version for lsilogic bus support.
2012 Sep 05
3
non-blocking virtConnectOpen
Hi all,
does anybody know how to do non-blocking virtConnectOpen? does libvirt
support it or not cause I can't find any document about it? or should I
need create a thread to do it?
Thanks
Fan
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://listman.redhat.com/archives/libvirt-users/attachments/20120905/c2daf146/attachment.htm>
2013 Aug 08
2
Re: Oracle RAC in libvirt+KVM environment
On 08/08/2013 03:54 AM, Timon Wang wrote:
> Anybody have idea on it?
>
> I tried to set the disk as raw format, and retried the setup process,
> but still can't get through.
Caveat: I know nothing in particular about Oracle RAC, but...
Assuming that RAC uses something like SCSI reservations in order to
share the disk, I would guess it doesn't like the disk being on the IDE
2012 Nov 12
1
difference between ` virsh save ` and `virsh snapshot
what the difference between ` virsh save ` and `virsh snapshot`? are they
all used for backup for vm?have any details articles to introduce vm bakcup
or image bakcup with libvirt?
thanks in advance.
liuzhijun
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://listman.redhat.com/archives/libvirt-users/attachments/20121112/931d27a2/attachment.htm>
2013 Aug 20
3
Re: Oracle RAC in libvirt+KVM environment
Thanks, the whole iSCSI LUN have been passed to the VM.
But I test it with scsicmd, and found that the driver may be not
support SPC-3, but if i use this by microsoft iscsi initiator, I can
pass all the scsi3_test tests.
Tool can be found here:
http://www.symantec.com/business/support/index?page=content&id=TECH72086
It's this means that the scsi passthrough windows driver does not
2013 Aug 20
3
Re: Oracle RAC in libvirt+KVM environment
My domain xml is like this:
<domain type='kvm' xmlns:qemu='http://libvirt.org/schemas/domain/qemu/1.0'>
<name>2008-2</name>
<uuid>6325d8a5-468d-42e9-b5cb-9a04f5f34e80</uuid>
<memory unit='KiB'>524288</memory>
<currentMemory unit='KiB'>524288</currentMemory>
<vcpu
2012 Sep 11
1
dumpxml and edit the vm xml are not match.
I use vnc with password for the vm graphics, it works well.
When I want to dump the xml of the vm, I found that the dumped xml does not
contains the password properties in the graphics node.
But when I use virsh edit to check the xml of the vm, I found the password
is displayed.
It's it a bug or it's just what libvirt designed to perform.
--
Focus on: Server Vitualization, Network
2013 Aug 14
2
Re: Oracle RAC in libvirt+KVM environment
Hi all,
I found a article about Hyper-V virtual Fiber Channel, I think this
will make Failover Cluster work if KVM has the same feature.
http://technet.microsoft.com/en-us/library/hh831413.aspx
Hyper-V uses NPIV for virtual Fiber Channel, I have read some article
about KVM NPIV, but how can I config it with libvirt? Any body can
show me some example?
On Wed, Aug 14, 2013 at 2:33 PM, Timon Wang
2013 Dec 22
2
Re: Connect libvirt to iSCSI target
On 2013–12–21 John Ferlan wrote:
> On 12/17/2013 07:13 PM, Marco wrote:
> > Hi!
> >
> > I'm new to libvirt and face problems connecting to an iSCSI target.
> > What I intend to do is to connect libvirt (I tried virt-manager and
> > virsh) to an iSCSI target and then boot from the LUNs which contain
> > the VMs.
> >
> > I followed the
2013 Aug 12
2
Re: Oracle RAC in libvirt+KVM environment
On Sat, Aug 10, 2013 at 11:14:39AM +0800, Timon Wang wrote:
> I have tryied change the disk bus to SCSI, add a SCSI controller whose
> model is virtio-scsi, still can't setup the RAC instance.
>
> I tried to use windows 2008 Failover Cluster feature to setup a a
> Failover Cluster instead, and I can't find any cluster disk to share
> between two nodes. So when Failover
2013 Aug 22
2
Re: Oracle RAC in libvirt+KVM environment
Il 22/08/2013 09:46, Timon Wang ha scritto:
> Thanks Nicholas.
>
> I found that scsicmd can't pass all the scsi3_test but the result of
> sg_inq is the same as it in the host.
>
> I am absolutely confused about this situation. Am I missed some
> information about it?
I am also confused. You need to understand the limitations that the
clustering software is putting.
2013 Aug 27
2
Re: Oracle RAC in libvirt+KVM environment
>> I found that scsicmd can't pass all the scsi3_test but the result of
>> sg_inq is the same as it in the host.
>>
>> I am absolutely confused about this situation. Am I missed some
>> information about it?
I guess this is caused by the lack of capability.
Please check if enough capability was added to kvm process by the following
steps.
1. Check the pid of
2013 Aug 15
2
Re: Oracle RAC in libvirt+KVM environment
Thanks.
I have read the link you provide, there is another link which tells me
to pass a NPIV discovery lun as a disk, this is seen as a local direct
access disk in windows. RAC and Failure Cluster both consider this
pass through disk as local disk, not a share disk, and the setup
process failed.
Hyper-v provides a virtual Fiber Channel implementation, so I
wondering if kvm has the same solution
2013 Aug 21
2
Re: Oracle RAC in libvirt+KVM environment
On Wed, 2013-08-21 at 11:09 +0200, Paolo Bonzini wrote:
> Il 21/08/2013 04:11, Timon Wang ha scritto:
> > From the fedora 19 host:
> > [root@fedora ~]# sg_inq /dev/sdc
> > standard INQUIRY:
> > PQual=0 Device_type=0 RMB=0 version=0x05 [SPC-3]
> > [AERC=0] [TrmTsk=0] NormACA=0 HiSUP=0 Resp_data_format=0
> > SCCS=1 ACC=0 TPGS=1 3PC=0 Protect=0
2013 Aug 23
1
the error for define the xml
Hi, everyone, I have already install libvirt. I want to use it on qemu. I
have set up qemu too. I do not know how to let libvirt manage the vms for
qemu. What i did ist that:
1) create the xml under /etc/libvirt/qemu/demo.xml
2) # virsh define /etc/libvirt/qemu/demo.xml
There is error as following:
error: Failed to define domain from /etc/libvirt/qemu/demo.xml
error: internal error No guest
2013 Aug 20
2
Re: Oracle RAC in libvirt+KVM environment
On Tue, Aug 20, 2013 at 4:33 PM, Paolo Bonzini <pbonzini@redhat.com> wrote:
> Il 20/08/2013 08:00, Timon Wang ha scritto:
>> <disk type='file' device='disk'>
>> <driver name='qemu' type='raw' cache='none'/>
>> <source file='/home/images/win2008_2_sys'/>
>> <target
2013 Aug 20
2
Re: Oracle RAC in libvirt+KVM environment
[root@localhost /]# ls -l /dev/VM-IMAGES-BACKUP-DO-NOT-REMOVE/q_disk
lrwxrwxrwx. 1 root root 8 8月 20 17:38
/dev/VM-IMAGES-BACKUP-DO-NOT-REMOVE/q_disk -> ../dm-13
[root@localhost /]# sg_inq /dev/VM-IMAGES-BACKUP-DO-NOT-REMOVE/q_disk
standard INQUIRY:
PQual=0 Device_type=0 RMB=0 version=0x05 [SPC-3]
[AERC=0] [TrmTsk=0] NormACA=0 HiSUP=0 Resp_data_format=0
SCCS=1 ACC=0 TPGS=1