similar to: Java libvirt bindings?

Displaying 20 results from an estimated 80000 matches similar to: "Java libvirt bindings?"

2008 Aug 04
3
DomU with ZFS root on iSCSI - any tips?
Hi Folks, Just wondering if anyone had any tips for trying to install a NV 94 DomU with ZFS root to an iSCSI Target? The iSCSI Target happens to be a NV 94 system with ZVOLs exported as the Targets, but I wouldn''t think that would matter. I tried this last week and the install seemed to complete fine, but when the DomU attempted to reboot after install, I received a message to the
2007 Jul 26
5
FC6 domU install problem
Hello, Just getting my head around Xen. I''ve been able to successfully install a Solaris dom0 and domU with the latest Solaris Xen code drop. Now I''m moving on to Fedora Core 6 (64), and Its failing. I''m following the instructions posted to http://www.opensolaris.org/os/community/xen/docs/fedora-install.htm But early in the install process I see GUI and shell
2009 Feb 28
13
How to get the MAC address of a domU?
I''m creating a new domU using ''virsh create <xmlfile>'' without specifying the MAC address within the XML file, under the assumption that the dom0 or hypervisor generates the MAC address for me. Next I''d like to get the MAC address that was assigned to this new domU, and I don''t see a way to get that information from the command line via virsh
2009 Oct 15
10
xVM Ready for serious use ?
I currently have 2 x ESXi boxes that have VMs stored on a NFS/iSCSI debian lenny linux box. I had purchased a new whitebox server as an intended replacement for the linux box. I had always planned on installing opensolaris on the new hardware with this config; 2 x 640GB mirrored rpool 6 x 1TB in raidz2 This box was going to be built in parallel with the current server and I would have simply
2012 Aug 21
0
Using Libvirt Java Bindings on Windows 7 64bit
Hi All, Has anybody had any managed to use the libvirt java bindings on Windows 7 64bit (or similar configuration)? I am using Java 6. When I try to use the Test.class delivered with the bindings it always fails with the following error: C:\Users\fwilson\Desktop\libvirt-java-0.4.7>java "-Djna.library.path=C:/Program Files (x86)/Libvirt/lib/" -classpath .;target/classes;jars/* Test
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
2011 May 20
3
Java Bindings for libvirt
Hi I looked at the java bindings for libvirt at http://libvirt.org/sources/java/ . Latest version here is 0.4.7 whereas the latest version of libvirtd is 0.9.1 . Does the java binding use latest libvirtd ? If not, can it be created easily ? Also, is there any plan to support HyperV support in future ? Thanks Atul -------------- next part -------------- An HTML attachment was scrubbed...
2017 Sep 20
1
Re : Libvirt Java Bindings
I am developing a Java Application using Libvirt. I found that the Java Bindings are not in active development. I need to obtain the IP Address of the Domain. In C, it may relate to virDomainInterfaceAddresses. Is there any way to implement it in Java.
2017 Sep 12
0
Regarding Libvirt Java Bindings
I am developing a Java Application using Libvirt. I found that the Java Bindings are not in active development. I need to obtain the IP Address of the Domain. In C, it may relate to virDomainInterfaceAddresses. Is there any way to implement it in Java. -------------- next part -------------- An HTML attachment was scrubbed... URL:
2009 Jun 04
5
Problem installing RCS on SXCE
I was shocked to find no RCS on SXCE 107. I needed it to update some RCS archives I had copied over. No problem - go to sunfreeware and copy it over. No OpenSolaris branch? The Solaris 10 package should work. Only the package install appears to complete and does not - as documented only in a log file, not on my screen. OK then, the source for RCS should be easily compiled and installed, I
2010 Oct 12
2
Fwd: undefining and redefining a Domain from libvirt java bindings
hi, i am trying to undefine a domain by using dm.undefine(); and then trying to create one with same name is giving me error saying 'Domain not found: no domain with matching uuid 'aeae9d4e-17cb-b661-a612-88ac677c28c1' i have attached my test program which reproduces the issue. please let me know where i am going wrong? configuration: libvirt : 0.6.3 Java
2010 Jul 07
1
Status of the java-swig bindings?
I just get the latest version of Xapian 1.2.2 and see that the Java bindings still aren't in a package. Do these work? I am trying to hack them into a package but I can't find where the actual swig -java command is being executed from to add the -package command. Any ideas? -- Jarrod Roberson www.vertigrated.com/blog
2011 Oct 26
1
how to setup libvirt with java bindings for use
Hi, I would like to use libvirt to manipulate virtual machines of different types (KVM, ESXi etc.) I added dependencies to my project the libvirt and jna jars. trying to execute your example code I am getting a run time exception saying the library cann't be found. it an actual libvirt c library is also required, and needs to be compiled separately? can you please write down all needed steps
2010 Jan 08
1
java.lang.OutOfMemoryError: PermGen space issue with Windows 2003 xVM domu with Tomcat
Hello All, One of our user is facing java.lang.OutOfMemoryError: PermGen space issue on a Windows 2003 32 bit xVM domU with 4GB RAM. He is able to successfully do these tests on equivalent physical system with Windows 2003 OS and 4GB RAM. Another user is facing issues with Tomcat running out of heap space on a Win2008 64bit xvM domU Our xVM hypervisor server is X4150 server with 64GB RAM
2010 Jul 01
0
ANNOUNCE: ruby-libvirt bindings 0.2.0
Hello all, I'm pleased to announce the release of 0.2.0 of the ruby-libvirt bindings. This release has a number of new features: - Updated Storage class, implementing pool.active?, pool.persistent?, pool.vol_create_xml_from - Updated Connect class, implementing conn.node_free_memory, conn.node_cells_free_memory, conn.node_get_security_model, conn.encrypted?, conn.libversion, and
2010 Aug 23
2
NetBeans and Java Bindings
Hello, I was wondering if anyone has succeeded in getting the Java bindings to work with NetBeans, in order to make use of NetBeans's GUI developer. I've had no luck so far, does anyone know how to do that? Many thanks.
2013 Dec 05
1
Using Java bindings to event callback
Hi My test environment : CentOS 6.3 6.4 Ubuntu 13.10 For CentOS 6.4 libvirt-java-0.4.9-1.el6.noarch libvirt-python-0.10.2-29.el6.x86_64 libvirt-client-0.10.2-29.el6.x86_64 libvirt-0.10.2-29.el6.x86_64 I am try to use java bindings to event callback. int register = conn.domainEventRegisterAny(null, 0, cb); But always get the following error message: libvirt: Remote Driver error : adding cb
2007 Feb 04
1
Java Bindings on a Mac
I had to make some changes (sorry no diff available) to "configure" in 0.9.9 of the bindings so that I could compile them for OS X 10.4.8. Essentially I replaced the the paths to jni.h with /System/Library/Frameworks/JavaVM.framework/Headers. It compiled without error and created both libxapian_jni.so and xapian_jni.jar in the "built" subdirectory when I ran "make
2013 Oct 15
0
virDomainGetCPUStats missing in Java API bindings ?
Hi All I am trying to get the performance statistics for KVM using Java bindings. I found some api's for getting memory stats but not able to find any for cpu stats. I found virDomainGetCPUStats which look like its going to return cpu stats for a VM at http://libvirt.org/html/libvirt-libvirt.html and http://libvirt.org/hvsupport.html . I couldnt find these methods getting called from java
2010 Apr 09
1
libvirt: C++ or Java
Hello, I am planning to develop a management application for managing Redhat Xen and Redhat KVM hypervisors. I am evaluating the Java bindings versus the C++ version of libvirt. As part of evaluation, I could not find meaningful answers to the questions below. Hence, I thought that people on this mailing list would be the most appropriate to comment on them. Can you please let me know your views?