search for: varun292006

Displaying 20 results from an estimated 26 matches for "varun292006".

2013 Aug 03
1
Re: Libvirt not getting connected to ESX server
...he curl package? I thought of building curl with https support but there was no such option (--with-https). Can you please tell me why am I getting this. Regards, Varun On Thu, Aug 1, 2013 at 9:09 PM, Matthias Bolte < matthias.bolte@googlemail.com> wrote: > 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...
2013 Aug 13
1
Re: Error while starting the node on ESXi hypervisor
...to start testNode error: internal error: Could not start domain: GenericVmConfigFault - Failed to start the virtual machine." How to resolve this? Regards, Varun On 13 Aug 2013 13:21, "Matthias Bolte" <matthias.bolte@googlemail.com> wrote: > 2013/8/12 varun bhatnagar <varun292006@gmail.com>: > > 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/esxdoma...
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 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:
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
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: > er...
2013 Aug 15
0
Re: Error while adding volume through virsh
2013/8/15 varun bhatnagar <varun292006@gmail.com>: > 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...
2013 Sep 28
2
libvirt: How to boot VM in esx?
Hi, Im not able to boot my VM on esx hypervisor using libvirt. It says NO Operating System found. Can anyone help? Regards, Varun
2013 Sep 29
0
Re: libvirt: How to boot VM in esx?
Can anyone please reply..... I am really very curious to know...and I am trying everything to boot my node but it is not getting booted..... :( B.R. Varun On Sat, Sep 28, 2013 at 3:10 PM, varun bhatnagar <varun292006@gmail.com>wrote: > Hi, > > Im not able to boot my VM on esx hypervisor using libvirt. It says NO > Operating System found. Can anyone help? > > Regards, > Varun >
2013 Aug 13
0
Re: Error while starting the node on ESXi hypervisor
2013/8/12 varun bhatnagar <varun292006@gmail.com>: > 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...
2013 Aug 16
1
Re: Error while adding volume through virsh
Hi Ján, Thanks a lot for the suggestion. It worked and volume is added to the datastore. Now if I try to start the node it gives an error saying: Error: internal error: Could not start domain: FileNotFound - File [datastore1] testNode/cluster.vmdk was not found." But .vmdk file exist at this location. What is going wrong here can anyobe plz suggest. Below is my xml: <domain
2013 Feb 12
1
Out of Memory Error
Hi, I am trying to attach a usb device to my virtualbox node using libvirt. My node is already running, I stop my node and then I am trying to add this usb device. I have a separate xml file defined for usb. It looks like this: *<device> <hostdev mode='subsystem' type='usb'> <source> <vendor id='0x4321'/> <product
2013 Jan 23
4
Not able to do ssh with libvirt
Hi, I am having issue while doing *ssh* to a virtual node through libvirt. The nodes's ip address is 192.168.82.1. When I am giving the command it is giving the following error message: *virsh# connect vbox+ssh://192.168.82.1/session* *Password:* *error: Failed to connect to the hypervisor* *error: End of ifle while reading data: sh: nc: command not found: Input/output error.* Can anyone
2013 Jan 30
0
Libvirt support for windows
Hi, I want to use libvirt for windows but when i try to launch virsh it gives an error message saying "*error: invalid argument in transport methods unix, ssh and ext are not supported under Windows"* The version which I downloaded is libvirt-0.8.8.exe. I want to connect to two virtualization techniques --- *Virtualbox* and *VMWare* If libvirt is not supported on windows then is there
2013 Aug 01
1
Xen "xenconsole error"
Hi, I was trying to attach console to my virtual node created by xen but I am getting the following error: *varun:~# xm console xenDomain1* *xenconsole: Could not read tty from store: No such file or directory.* I have tried starting the xenconsoled service but still I am facing the same problem. Can anyone please help me out with this one? Regards, Varun
2013 Jun 18
0
Not able to open Xen Connection using libvirt
Hi, I am trying to create virtual machine through libvirt using xen hypervisor. I was able to install xen successfully but when I tried connecting to the hypervisor it gave an error. And while installing libvirt (libvirt-1.0.1) I installed it with xen support. I am pasting the snapshot of the error below: [image: Inline image 1] Can anyone tell me why I am getting this error? // Varun
2013 Aug 19
0
Adding network interfaces to VMs created on ESX hypervisor
Hi, I want to create/attach two "internal" and one "host-only" interface to my node created by libvirt on ESX hypervisor. Is it possible to do so? If yes can anyone send a template of xml file? If it is not possible then is there any alternative for this? Regards, Varun
2013 Sep 02
0
How to add uplink in ESXi virtual switch
Hi, I have an ESXi server, on top of it I have created one VM whose IP address is 192.168.79.1. I want to connect to the VM on ESXi server from my host machine but I am not able to do it. I have created a network "networkforSC" and I have pasted my xml file content below but I am not able to add any uplink (how to add it?) . Below is the xml file of my node as well as the network which
2013 Sep 04
0
Create ESXi vmknic using libvirt xml
Hi, I am using libvirt on ESX hypervisor. Iam trying to create "vmknic" using virsh but all my attempts are failing. Can anyone help me in achieving this? Where can I find the xml template for this? or is there any wiki link which I can follow to achieve this? Regards, Varun
2013 Sep 19
0
Libvirt not able to attach console to VM on ESX hypervisor
Hi, I have started a virtual machine on my ESXi server. I was trying to attach a console to it but when I executed the command I got a message saying that *"Attaching a console is not supported in the current hypervisor." *Is there any way (patch or something) through which I can attach a console to my VM. The ESX version is 5.1 and I am using latest version of libvirt. Regards, Varun