Displaying 20 results from an estimated 200 matches similar to: "libvirt Java - vmware (esx driver)"
2010 Jun 22
0
Question about the remote Authentication in the libvirt Java bindings
Dustin:
I am adding this response to the libvirt list as well so that others may
see it.
The authorization is done via a callback. The ConnectAuthDefault() that
you are using is one such implementation. You could create your own
subclass of ConnectAuth, and override the method:
public abstract int callback(Credential[] cred);
And then provide the username/password in that fashion. Look at
2014 Mar 05
1
Flags in java api bindings
I am currently using Connect(String,ConnectAuth,int) constructor, as I
decided to use tcp connection and I need the auth part.
It works, but I still need the read/write flag which, in the
Connect(String, boolean) is a boolean. I need to enable write permits.
In the javadoc no flags are defined...so which is the flag for allow write?
And where can I find a list?
2012 Oct 13
0
[PATCH] New APIs: Model libvirt authentication events through the API.
From: "Richard W.M. Jones" <rjones at redhat.com>
This commit models libvirt authentication events through the API,
adding one new event (GUESTFS_EVENT_LIBVIRT_AUTH) and several new
APIs:
guestfs_set_libvirt_supported_credentials
guestfs_get_libvirt_requested_credentials
guestfs_get_libvirt_requested_credential_prompt
guestfs_get_libvirt_requested_credential_challenge
2019 Apr 18
0
Re: [libvirt] JVM crashes during GC
I am attaching the execution results. At the top of each file I have
mentioned the environment details.
Following is the test program I have used:
==================================================
*package* org.libvirt;
*import* org.libvirt.jna.Libvirt;
*public* *class* LibvirtCrashTest {
*void* createAndDestroyDefaultAuthConnection() {
ConnectAuth ca = *new* ConnectAuthDefault();
*try*
2019 Apr 18
0
Re: [libvirt] JVM crashes during GC
I have tried the same tests using the "test" driver, and that works
perfectly; no errors seen.
Thanks & Regards
Sachin Soman
On Thu, Apr 18, 2019 at 11:03 PM Daniel P. Berrangé <berrange@redhat.com>
wrote:
> On Thu, Apr 18, 2019 at 10:46:19PM +0530, Sachin Soman wrote:
> > I am attaching the execution results. At the top of each file I have
> > mentioned
2019 Apr 23
0
Re: [libvirt] JVM crashes during GC
[Update]
Instead of passing an auth callback to Connect, if I store the credentials
in an INI file and pass the file path as authfile URI parameter, I dont see
these errors.
Thanks & Regards
Sachin Soman
On Sat, Apr 20, 2019 at 2:00 PM Sachin Soman <sachonline.soman@gmail.com>
wrote:
> Did you get a chance to debug the issue?
>
> Thanks & Regards,
> Sachin Soman
2019 Apr 18
2
Re: [libvirt] JVM crashes during GC
On Thu, Apr 18, 2019 at 10:46:19PM +0530, Sachin Soman wrote:
> I am attaching the execution results. At the top of each file I have
> mentioned the environment details.
>
> Following is the test program I have used:
>
> ==================================================
>
> *package* org.libvirt;
>
>
> *import* org.libvirt.jna.Libvirt;
>
>
>
2019 Apr 18
1
Re: [libvirt] JVM crashes during GC
Note: A couple of times I have seen errors while closing the connection
(the trace ending with virFree). Also, a few times I have seen backtraces
which show the flow going via esx driver and finally failing to close
connection. Unfortunately I dont have those logs anymore.
The execution results I have shared have been obtained using Libvirt built
from source using the following config parameters:
2019 Apr 20
2
Re: [libvirt] JVM crashes during GC
Did you get a chance to debug the issue?
Thanks & Regards,
Sachin Soman
On Thu, Apr 18, 2019, 11:10 PM Sachin Soman <sachonline.soman@gmail.com>
wrote:
> I have tried the same tests using the "test" driver, and that works
> perfectly; no errors seen.
>
> Thanks & Regards
> Sachin Soman
>
>
>
>
> On Thu, Apr 18, 2019 at 11:03 PM Daniel P.
2020 May 21
1
[v2v PATCH] libvirt: make use of libvirt's default auth handler (RHBZ#1838425)
Use the default libvirt authentication handler as base for ours,
overriding it with our callback only in case we have a password to
supply.
---
v2v/libvirt_utils.ml | 12 ++++++++----
1 file changed, 8 insertions(+), 4 deletions(-)
diff --git a/v2v/libvirt_utils.ml b/v2v/libvirt_utils.ml
index 7df17b29..4d0b8639 100644
--- a/v2v/libvirt_utils.ml
+++ b/v2v/libvirt_utils.ml
@@ -33,10 +33,14 @@ let
2012 Apr 09
0
virsh works but libvirt-java throws a 'No route to host'
I'm able to connect to my xenserver using virsh like so and I see the VMs.
[jdrews at flynx ~]$ virsh -c xenapi://root at 192.168.1.23?no_verify=1 list
Enter root's password for 192.168.1.23:
Id Name State
----------------------------------------------------
Struct did not contain expected field memory_overhead.
Struct did not contain expected field
2014 Jan 02
0
[PATCH] libvirt-auth: Provide a friendlier wrapper around virConnectAuthPtrDefault (RHBZ#1044014).
---
src/guestfs-internal.h | 1 +
src/libvirt-auth.c | 55 +++++++++++++++++++++++++++++++++++++++++---------
2 files changed, 46 insertions(+), 10 deletions(-)
diff --git a/src/guestfs-internal.h b/src/guestfs-internal.h
index 5356920..d81fa6b 100644
--- a/src/guestfs-internal.h
+++ b/src/guestfs-internal.h
@@ -469,6 +469,7 @@ struct guestfs_h
unsigned int nr_supported_credentials;
2013 Sep 23
0
Libvirt ESX: Image file not getting copied to ESX server
Hi,
I am trying to start a node using libvirt on ESX hypervisor. Before
starting I am performing the following steps:
1) vol-create datastore1 /local/new_volume.xml (Creating a volume in pool)
2) define /local/esxdomain.xml (Defining a node)
3) start MyNode (Starting a node)
I tried to get the status of my node and it is showing *running *but I am
not able to ping my node (as it is in network).
2012 Jun 27
0
Trouble connecting to XenServer HyperVisor with Java bindings
Hello,
I am trying to use the libvirt Java bindings (version 0.4.7) with libvirt
version 0.9.12 to connect to a XenServer hypervisor. Virsh is able to
connect to my XenServer, but when I try to do the same thing in Java, it
won't connect.
Here is the debug output:
2012-06-26 19:48:52.259+0000: 26051: info : libvirt version: 0.9.12,
package: 1.fc16 (Unknown, 2012-06-26-11:43:53, flynx)
2007 Mar 19
1
4.4 on ESX 2.5.4
hi All,
I followed this and installed 4.4 on ESX 2.5.4 without a hitch.
Any pitfalls I shall be aware of before I try yup update?
TIA
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.centos.org/pipermail/centos/attachments/20070319/aa0020f7/attachment.html>
2006 Jun 14
1
CentOS 4.3 under VMWare ESX 2.5.3 Server
I have a IBM XSeries 366 with 04 processors Intel Xeon 3.16 Ghz, 16 Gb
of memory and a storage IBM with 2 terabytes.
I work with virtualization and my OS in this machine is a VMware ESX
2.5.3 version. When I install CentOS 4.X as guest operating system under
ESX, the performance is very very bad. When I intsall RHES4 as guest
operating system under ESX, the performance is very good. It will
2013 Feb 28
0
Libvirt not creating .vmdk file and .nvram files on vmware esx host
Hi,
I am currently using libvirt API(java api) for creating VMs in esxi host.
I am passing commands as follows:(trying from terminal)
virsh -c esx://192.168.0.144?no_verify=1
define /home/bm/eee.xml
Domain eee defined from /home/bm/eee.xml
I have attached the eee.xml file and the eee.vmx from the esxi datastore
with this mail.
the versions i am using is :
virsh # version
Compiled against
2012 Feb 10
1
Unable to collect VM metrics for ESX using libvirt
Hi,
I am trying to connect to a server running esx and collect system metrics
like cpu usage, network and disk iops. I am able to establish the
connection successfully and obtain VM information such as ids, domain
names, config xml etc. But I am unable to collect statistics.
I am using the python interface and if I do ,
conn=libvirt.openAuth(uri, auth, 0)
dom-conn.lookupByID(id) // Where id is
2009 Jul 27
1
Samba and ESX 3.2 update 4
Hi there,
Currently Samba 3.20.b (SLES 9.3) is running in a standalone server in AMD64 platform. Users from Windows platform can create/delete NFS files without logging into the Samba server, username exist in the sambaserver but no password is required to map a share e.g. \\sambaserver\sharename. We would like to move to VMware ESX 3.2 update 4 platform running in x86-64 platform.
What I need
2009 Dec 13
1
VMware ESX
Hi,
We run ESX servers in a datacentre and i have managed to succesfully setup a mirrored volume which works really well (took 1 node down and files still available). my question is how can i run an ESX guest on gluster. We have previously setup
_________________________________________________________________
Use Hotmail to send and receive mail from your different email accounts