search for: photronics

Displaying 20 results from an estimated 53 matches for "photronics".

Did you mean: photonics
2013 Aug 03
1
Re: Libvirt not getting connected to ESX server
Thanks a ton for the reply Matthias. I tried your suggestion but now I got one more message saying: *virsh # connect esx://172.16.73.14/?no_verify=1* *Enter username for 172.16.73.14 [root]: root* *Enter root's password for 172.16.73.14: * *error: Failed to connect to the hypervisor* *error: internal error: curl_easy_perform() returned an error: Unsupported protocol (1) : Protocol https not
2018 Feb 01
2
libvirt on Windows
Hello, i am interested in developing against the libvirt library. But we would also need an actively developed version for Windows. The links I found on the website for Windows related builds are all pretty outdated and do not really work for me. * https://github.com/SPICE/virt-viewer Last commit 2 years ago * https://github.com/photron/msys_setup Last commit 5 years ago So before
2013 Aug 01
2
Libvirt not getting connected to ESX server
Hi, I was trying to connect to ESX server using libvirt's virsh console but I am getting the following error: *virsh# connect esx://172.16.73.14* *Enter username for 172.16.73.14 [root]: root* *Enter root's password for 172.16.73.14:* *error: Failed to connect to the hypervisor* *error: internal error curl_easy_perform() returned an error: Peer certificate cannot be authenticated with
2013 Apr 29
1
Java client error on Windows 7 64 bit for Libvirt on KVM
Hi, I need some help in building a Java client on Windows 7 64 bit plaftorm to manage a KVM using the libvirt APIs. Using the instructions at http://libvirt.org/java.html, i was able to build libvirt.jar. My understanding is that libvirt.jar uses JNA to call libvirt's native windows library. I tried using the libvirt dlls in the experimental Windows installation package mentioned in
2015 Apr 01
6
ESX VM from scratch
I want to create a virtual machine from scratch in ESX but I can't figure out how to create the disks - the vmdk files. Any hints on how that can be done or even if it's possible at all ? Thanks
2015 May 21
2
libvirt and VMWare Workstation Shared Server mode (of GSX history)
Hi everyone, I searched previous postings and I couldn't find a definitive answer on this.. I run a small lab of RHEL/Centos Based servers on which there's VMWare Workstation running on a non-standard port but still manageable by tools like VMrun (and the Fusion of Workstation GUI, of course). I'm trying to use virsh with this setup and getting the following error from both
2013 Aug 15
6
Error while adding volume through virsh
Hi, I was trying to add volume...I got one xml snippet and I modified it according to my node configuration: < volume> <name>testNode/cluster.vmdk </name> <allocation>0 </allocation> <capacity unit='G'>2<capacity> </volume> Now when I executed "virsh vol-create datastore1 /local/new_volume.xml" one error message came saying:
2015 Apr 02
3
[Libvirt] [virsh] Transport Error during enumeration while connecting libvirt to Hyper-V Server
Hi all, I am using libvirt 1.1.1. I can successfully able to connect with Qemu driver but when I am trying to connect to the windows Hyper-V using virsh, I am getting failure. [root@localhost hyperv]# virsh version Compiled against library: libvirt 1.1.1 Using library: libvirt 1.1.1 Using API: QEMU 1.1.1 Running hypervisor: QEMU 1.5.3 When I am doing virsh to connect to hype-V I am getting
2013 Aug 13
1
Re: Error while starting the node on ESXi hypervisor
Thanks a ton for the reply Matthias. I am little confused here. How to add volume on my esx server using virsh? I did SCP and copied my vmdk image to [datastore1] testNode/cluster.vmdk and also modified my xml file as you suggested. Now when I tried starting the node it gave me an error message saying: "error: Failed to start testNode error: internal error: Could not start domain:
2013 Aug 12
2
Error while starting the node on ESXi hypervisor
Hi, Today I was trying to start a node using libvirt on ESX (esxi-5.1) hypervisor and I got the following error message: *virsh # define /local/myNode/esxdomain.xml* *Domain testNode defined from /local/myNode/esxdomain.xml* *virsh # start testNode* *error: Failed to start domain testNode* *error: internal error: Could not start domain: GenericVmConfigFault - Cannot open the disk
2011 Jul 19
1
Is libvirt supported on Citrix Xenserver?
Hi, &nbsp;I was finally able to connect to the xenapi hypervisor.&nbsp;&nbsp;However, once I connect to virsh and give a 'quit' command I get&nbsp; "* glibc detected *** virsh: double free or corruption (fasttop):". Please find below the actual memory dump. &nbsp; Note: I have disabled the SSL certificate verification in xenapi_driver.c by&nbsp;setting
2013 Oct 30
2
Re: Using certtool to generate certificates for ESXi
Hi Daniel, thanks for the reply - The procedure I use is the same as I use for XenServer, and the certificate exchange works just fine. The only thing I'm a bit unclear on, is the location of the CA cert, which in the case of XenServer, I simply put it in /etc/pki/CA. And when I start the libvirtd daemon, it successfully picks it up. If I put the Server key and cert in /etc/vmware/ssl for
2015 Apr 01
0
Re: ESX VM from scratch
2015-04-01 18:25 GMT+02:00 Paul Apostolescu <apbogdan@gmail.com>: > I want to create a virtual machine from scratch in ESX but I can't figure > out how to create the disks - the vmdk files. Any hints on how that can be > done or even if it's possible at all ? You can use the following virsh command: vol-create-as --pool ds --name test/disk.vmdk --capacity 10737418240
2015 Apr 07
0
Re: [Libvirt] [virsh] Transport Error during enumeration while connecting libvirt to Hyper-V Server
2015-04-02 12:04 GMT+02:00 <Dhaval_Shah1@dell.com>: > Hi all, > > > > I am using libvirt 1.1.1. I can successfully able to connect with Qemu > driver but when I am trying to connect to the windows Hyper-V using virsh, I > am getting failure. > > > > [root@localhost hyperv]# virsh version > > Compiled against library: libvirt 1.1.1 > > Using
2015 May 31
0
Re: libvirt and VMWare Workstation Shared Server mode (of GSX history)
2015-05-21 22:53 GMT+02:00 <vincent@cojot.name>: > > Hi everyone, > > I searched previous postings and I couldn't find a definitive answer on > this.. > > I run a small lab of RHEL/Centos Based servers on which there's VMWare > Workstation running on a non-standard port but still manageable by tools > like VMrun (and the Fusion of Workstation GUI, of
2018 Feb 01
0
Re: libvirt on Windows
On Thu, Feb 01, 2018 at 01:19:03PM +0000, Robin Stegk wrote: > Hello, > > i am interested in developing against the libvirt library. But we would > also need an actively developed version for Windows. > The links I found on the website for Windows related builds are all > pretty outdated and do not really work for me. > > * https://github.com/SPICE/virt-viewer Last
2011 Jun 15
1
Is libvirt supported on Citrix Xenserver?
Hi, Is libvirt supported on Citrix Xenserver. I have been searching for the same with little/no luck. If supported, can you point to some links/documents which can help me try out the same. Thanks, Naresh -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://listman.redhat.com/archives/libvirt-users/attachments/20110615/37e4df03/attachment.htm>
2011 Jul 26
2
python-libvirt for 0.9.3 leaking file descriptors
i've reported this issue before, so i guess this is a regression. looks like the python bindings for 0.9.3 are leaking file descriptors: root at cloud1:~# python Python 2.6.6 (r266:84292, Dec 26 2010, 22:31:48) [GCC 4.4.5] on linux2 Type "help", "copyright", "credits" or "license" for more information. >>> import libvirt >>>
2011 Jul 29
1
Custom storage pools/volumes
Hello everyone, We're currently working with using libvirt as an abstract API to make our dealings with other hypervisors far easier and faster, however, we have our own storage API that connects/disconnects and makes LUNs available over iSCSI with iSER. We would have loved to use a storage pool however our system implements a one target per LUN/VDI, therefore, we'd have to create a pool
2011 Aug 23
1
libvirt ruby binding with vmware
Hi, I've been trying to use the ruby libvirt binding with vmware esx on F15, however it doesnt seems to work, I get: Libvirt::ConnectionError: Call to virConnectOpen failed: Cannot access CA certificate '/etc/pki/CA/cacert.pem': No such file or directory I've using the same uri with virsh and it works. it seems like somehow the no_verify is not passed, or we are back to old