search for: photron

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

Did you mean: photon
2013 Aug 03
1
Re: Libvirt not getting connected to ESX server
...gt; > By default an ESX server uses self-signed SSL certificates. You either > need to tell libvirt to not verify the certificates (virsh connect > esx://172.16.73.14/?no_verify=1) or replace the SSL certificates with > offically signed ones. > > -- > Matthias Bolte > http://photron.blogspot.com >
2018 Feb 01
2
libvirt on Windows
...inst 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 getting invested too much, I wanted to ask how is the situation with Windows builds? Is libvirt focused on linux only for now, or do I just need to look somewhat better? Maybe the cross compiling is working? (I didn't try that for now, because I wou...
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
...a Windows installer with 64 bit Libvirt dlls ? Or are the 64 bit version of DLLs published somewhere? I tried using Matthias Bolte's msys_setup script (I tried in 2 machines) and in both machines, I get the below error when I try to run compile_libxml2.sh as per instructions https://github.com/photron/msys_setup/blob/master/readme_libvirt.txt Last few lines before the error is : >>>>>>>>>>>>>>>>> make[5]: Leaving directory `/src/libxml2/libxml2-2.9.0-0/python' make[4]: Leaving directory `/src/libxml2/libxml2-2.9.0-0/python' Making inst...
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
...te". > > I suggest you delete the cluster.vmdk directory from the datastore and > start over with the domain XML modified as suggested, but create > "[datastore1] testNode/cluster.vmdk" before defining the virtual > machine. > > -- > Matthias Bolte > http://photron.blogspot.com >
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?
...amp;gt; &gt;&gt;&gt; &gt;&gt; [1] http://community.citrix.com/display/xs/Download+SDKs &gt;&gt;&gt; &gt;&gt; &gt;&gt;&gt; &gt;&gt; -- &gt;&gt;&gt; &gt;&gt; Matthias Bolte &gt;&gt;&gt; &gt;&gt; http://photron.blogspot.com &gt;&gt;&gt; &gt; &gt;&gt; -- &gt;&gt; I was an atheist till I realized I am GOD &gt;&gt; &gt; &gt;-- &gt; Matthias Bolte &gt;http://photron.blogspot.com &gt; &gt; &nbsp; &gt;-- &gt;I was an atheist till...
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
.../disk.vmdk --capacity 10737418240 This will create a 10 GB VMDK image named test/disk.vmdk in the datastore ds. You need to replace ds with the actual name of a datastore on your ESX server. You can get a list of the available datastores with the virsh command pool-list. -- Matthias Bolte http://photron.blogspot.com
2015 Apr 07
0
Re: [Libvirt] [virsh] Transport Error during enumeration while connecting libvirt to Hyper-V Server
...he libcurl call curl_easy_init() failed. This seems to me like a openwsman/libcurl issue, not related at all to the actual Hyper-V server you try to connect to. Unfortunately, I'm not sure how to debug this problem. What openwsman and libcurl version are installed? -- Matthias Bolte http://photron.blogspot.com
2015 May 31
0
Re: libvirt and VMWare Workstation Shared Server mode (of GSX history)
...this means recompiling some src.rpms.. > > Any suggestions? > > Thanks, Here's a quick hack you can test. It should make the ESX driver treat a VMware Workstation as VMware GSX server. This should work then: virsh -c gsx://user1@server1:943/?no_verify=1 -- Matthias Bolte http://photron.blogspot.com
2018 Feb 01
0
Re: libvirt on Windows
...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 Neither of these are supported by the libvirt project - they're 3rd party efforts. > > So before getting invested too much, I wanted to ask how is the situation > with Windows builds? Is libvirt focused on linux only for now, or do I > just need...
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