similar to: the probelm in using libvirt to connect esx server

Displaying 20 results from an estimated 800 matches similar to: "the probelm in using libvirt to connect esx server"

2012 Feb 21
2
libvirt -user'question
hi,: I am a new user of libvirt ,I asked a question about using libvirt to connect to esxi server. I got the answer is https://www.redhat.com/archives/libvir-list/2012-February/msg00860.html So,I try to make the change on the mailing list you just added. - * Add a dummy expect header to stop CURL from waiting for a response code + * Add an empty expect header to stop CURL from
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
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
2018 Dec 05
2
Re: Libvirt api for esx
Hi Martin, Could you please help me with below issue, I am not sure what’s wrong here. Please find below code and error snippet. Thanks for help. Code Snippet: - from __future__ import print_function import sys import libvirt SASL_USER = <username> SASL_PASS = <password> def request_cred(credentials, user_data): for credential in credentials: if credential[0] ==
2018 Dec 06
2
Re: Libvirt api for esx
Thanks Martin for help. I will give it a shot. Regards Rohit Singh On Thu, 6 Dec 2018 at 2:55 PM, Martin Kletzander <mkletzan@redhat.com> wrote: > On Wed, Dec 05, 2018 at 09:44:17PM +0530, ROHIT SINGH wrote: > >Hi Martin, > > > >Could you please help me with below issue, I am not sure what’s wrong > here. > >Please find below code and error snippet. > >
2018 Dec 12
1
Re: Libvirt api for esx
On Wed, Dec 12, 2018 at 03:03:41PM +0530, ROHIT SINGH wrote: >Thanks Martin, It’s working now. >Could you please help me with role of xml in libvirt api and what if I >don’t want use of xml in my code. >Please let me know. > Libvirt uses XML for most of the APIs. Depends what you need to do you can transform it with xmltodict or use some higher level API. I'm not sure I can
2013 Oct 30
2
Using certtool to generate certificates for ESXi
Hello, I'm using certtool to generate the server certificates for ESXi - http://libvirt.org/remote.html#Remote_TLS_CA. I just copy the server certificate and key as /etc/vmware/ssl/rui.crt and /etc/vmware/ssl/rui.key. And then use virsh to connect from a CentOS 6.4 VM running on it - "virsh -c esx://<esx IP>. I get the following error - error: internal error curl_easy_perform()
2018 Dec 06
0
Re: Libvirt api for esx
On Wed, Dec 05, 2018 at 09:44:17PM +0530, ROHIT SINGH wrote: >Hi Martin, > >Could you please help me with below issue, I am not sure what’s wrong here. >Please find below code and error snippet. > >Thanks for help. > >Code Snippet: - > >from __future__ import print_function >import sys >import libvirt >SASL_USER = <username> >SASL_PASS =
2013 Aug 01
0
Re: Libvirt not getting connected to ESX server
2013/8/1 varun bhatnagar <varun292006@gmail.com>: > 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:
2018 Dec 12
0
Re: Libvirt api for esx
Thanks Martin, It’s working now. Could you please help me with role of xml in libvirt api and what if I don’t want use of xml in my code. Please let me know. Thanks for help!! Regards Rohit Singh On Thu, 6 Dec 2018 at 11:24 PM, ROHIT SINGH <rohit.singh0908@gmail.com> wrote: > Thanks Martin for help. I will give it a shot. > > Regards > Rohit Singh > > On Thu, 6 Dec 2018
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
2018 Nov 29
2
Re: Libvirt api for esx
On Wed, Nov 28, 2018 at 10:24:55PM +0530, ROHIT SINGH wrote: >Hi Martin, > >Could you please point me to any example codes in python present for esx? >Suppose, I have to power off and power on esx virtual machine, can i get >this code somewhere on python to develop some understanding. > https://www.mail-archive.com/libvir-list@redhat.com/msg17903.html >Actually, I am not
2013 Aug 06
3
wireless networking probelm with WEP
Hi All! I run in to problem, what described in some more place: http://149.20.54.209/showthread.php?t=39724 . The concrete problem is: when I use FreeBSD with WEP, there are no RX traffic received. So, when I probed a DHCP request, then here are no response from DHCP server. The OS is: FreeBSD 9.2-BETA2 (freebsd-stable).
2008 Apr 17
1
Having a probelm woth creating a a simple chart.
Hello, I am having trouble with creating a simple bar chart using R. My file just consists of 1 column called reason. Within this column, there are 2 responses(Room for Improvement and Info entered is all relevant). My code for creating the charts is as follows: d <-read.table("C://project/graphs/reason.csv", sep=",", header=TRUE) pie(d$reason, labels=d$reason,
2012 May 08
1
Translation of Linear minimization probelm from matlab to r
Hi everyone, i?m a new user of R and i?m trying to translate an linear optimization problem from Matlab into r. The matlab code is as follow: options = optimset('Diagnostics','on'); [x fval exitflag] = linprog(f,A,b,Aeq,beq,lb,ub,[],options); exitflag fval x=round(x); Where: f = Linear objective function vector (vector of 45,rows) A = Matrix for linear inequality
2003 Jan 15
1
Probelm with TC commands
Hello , I have installed Tc and have problems running basic tc commands for PRIO qdisc . I tried tc qdisc add dev eth0 handle 1 root prio Result : Invalid argument tc qdisc add dev eth0 root handle 1: prio Result : Invalid argument What could be the problem.? Regards Andre --------------------------------- With Yahoo! Mail you can get a bigger mailbox -- choose a size that fits
2006 Apr 24
0
samba+ldap: authentication probelm.
Hello Group, I am using RH9, samba-3.-.22. And i have openldap-2.3.11. on another machine. Using mkntpwd i got NT/LM passwords and gave it's output in the ldif file for sambaNTPassword and sambaLMPassword attribute types. when i tried to authenticate by giving the username and plain text equivalent of the NT/LM password, i got the following error: session setup failed:
2001 Sep 25
1
SAMBA PROBELM
Samba, I work for DIA which is located on Bolling Air Force Base in Washington D.C. We are currently using Samba 2.0.10 on our SUN UNIX servers which are running Solaris 2.5.1. Our customers are experincing a problem when saving/creating documents via notepad within their home directory. Once the document is saved and the user/customer attempts to open the document, we get the follwing
2006 Jul 07
1
Probelm with WINE and MFC application
Hi Everybody, I Created a small application in VC++ MFC. The application displays a messagebox on clicking a buttton. This application I want to port on Linux version. I am using Linux RedHat9.0 and kernel version is 2.4.20-8. with WineLib I am following the guide lines given in Wine LIB User guide. I copied all the source code from CD and I change the mode read /write than in the current
2007 Jun 08
0
Dot Lock probelm resolution
For the record/archive, so some other unfortunate dovecot implementer won't spend weeks figuring out this particular way dotlocks can have problems... here is what was trashing our dotlocks Basically, I was seeing this: May 14 15:59:58 mercury mail:warn|warning dovecot: IMAP(sdean): Our dotlock file /var/spool/mail/sdean.lock was deleted (kept it 1 secs) > May 14 15:59:58 mercury