[libvirt] Unable to telnet in the Virtual Domain.

2010-06-01 Thread Kumar L Srikanth-B22348
Hi Ozaki, I need some help regarding telnet in the Virtual Domain. I created a Virtual Domain using libvirt and able to start the same with some ip address. I also installed telnet server in the Domain and able to start telnet service. When I execute the command 'telnet 127.0.0.1', I am able to

[libvirt] Mounting /dev/tty* to the Virtual Domain.

2010-06-01 Thread Kumar L Srikanth-B22348
Hi All, How to mount /dev/tty* files to the Virtual Domain '/dev' directory. Some of the packages are not installing in the Virtual Domain, due the absence of these files in the /dev directory. In the rootfs directory, '/dev' directory shows lot of files, but after mounting to the rootfs to '/' d

[libvirt] How many domains can be created and run in parallel in a Host.

2010-05-13 Thread Kumar L Srikanth-B22348
Hi, I have a general doubt regarding Virtual Domains in libvirt. How many Virtual Domains can be created and run in parallel [at max] in a host machine using libvirt. Regards, Srikanth. -- libvir-list mailing list libvir-list@redhat.com https://www.redhat.com/mailman/listinfo/libvir-list

[libvirt] Libvirtd in listen mode.

2010-05-06 Thread Kumar L Srikanth-B22348
Hi, If I start the libvirtd service using the command "service libvirtd start", it is not starting in listen mode. I am stopping the libvirtd service, and then starting in listen mode externally, using the following command: "libvirtd -listen". But, how can I start libvirtd service in listen mod

Re: [libvirt] 'dommemstat' is not working for LXC hypervisor.

2010-04-29 Thread Kumar L Srikanth-B22348
: Kumar L Srikanth-B22348 Cc: Daniel P. Berrange; libvirt list; Ryota OZAKI Subject: Re: [libvirt] 'dommemstat' is not working for LXC hypervisor. On Thu, Apr 29, 2010 at 10:23 PM, Ryota Ozaki wrote: > On Thu, Apr 29, 2010 at 9:54 PM, Kumar L Srikanth-B22348 > wrote: >> T

Re: [libvirt] 'dommemstat' is not working for LXC hypervisor.

2010-04-29 Thread Kumar L Srikanth-B22348
sed Memory of that domain? Regards, Srikanth. -Original Message- From: Ryota Ozaki [mailto:ozaki.ry...@gmail.com] Sent: Thursday, April 29, 2010 5:50 PM To: Kumar L Srikanth-B22348 Cc: Daniel P. Berrange; libvirt list; Ryota OZAKI Subject: Re: [libvirt] 'dommemstat' is not worki

Re: [libvirt] 'dommemstat' is not working for LXC hypervisor.

2010-04-29 Thread Kumar L Srikanth-B22348
Thanks Ozaki. Please let me know the result, once you checked with 0.8.0. Regards, Srikanth. -Original Message- From: Ryota Ozaki [mailto:ozaki.ry...@gmail.com] Sent: Thursday, April 29, 2010 6:14 PM To: Kumar L Srikanth-B22348 Cc: Daniel P. Berrange; libvirt list; Ryota OZAKI Subject

[libvirt] FW: Creating multiple network interfaces in libvirt Domain.

2010-04-29 Thread Kumar L Srikanth-B22348
Hi All, Can anybody please help me in the issue? Regards, Srikanth. From: Kumar L Srikanth-B22348 Sent: Wednesday, April 28, 2010 4:47 PM To: 'Daniel P. Berrange' Subject: FW: Creating multiple network interfaces in libvirt Domain. Also, can you please let me know, how ca

Re: [libvirt] 'dommemstat' is not working for LXC hypervisor.

2010-04-29 Thread Kumar L Srikanth-B22348
, 2010 5:27 PM To: Kumar L Srikanth-B22348 Cc: Daniel P. Berrange; libvirt list; Ryota OZAKI Subject: Re: [libvirt] 'dommemstat' is not working for LXC hypervisor. On Wed, Apr 28, 2010 at 8:19 PM, Kumar L Srikanth-B22348 wrote: > Daniel, > My requirement is to get how much memor

Re: [libvirt] 'dommemstat' is not working for LXC hypervisor.

2010-04-28 Thread Kumar L Srikanth-B22348
ssage- From: Daniel P. Berrange [mailto:berra...@redhat.com] Sent: Wednesday, April 28, 2010 4:46 PM To: Kumar L Srikanth-B22348 Cc: libvir-list@redhat.com Subject: Re: 'dommemstat' is not working for LXC hypervisor. On Wed, Apr 28, 2010 at 04:43:41PM +0530, Kumar L Srikanth-B22348 wrote: &

Re: [libvirt] 'dommemstat' is not working for LXC hypervisor.

2010-04-28 Thread Kumar L Srikanth-B22348
Srikanth-B22348 Cc: libvir-list@redhat.com Subject: Re: 'dommemstat' is not working for LXC hypervisor. On Wed, Apr 28, 2010 at 12:00:09PM +0530, Kumar L Srikanth-B22348 wrote: > Hi Daniel, > > I am using libvirt version 0.8.0. I created a domain 'srikanth_vm' > usin

[libvirt] Creating multiple network interfaces in libvirt Domain.

2010-04-28 Thread Kumar L Srikanth-B22348
Hi, I want to create a Domain with two interfaces. I am using LXC hypervisor in the libvirt. My domain XML is shown below: srikanth_vm2 50 exe /bin/sh 1 destroy restart destroy /usr/libexec/li

[libvirt] 'dommemstat' is not working for LXC hypervisor.

2010-04-27 Thread Kumar L Srikanth-B22348
Hi Daniel, I am using libvirt version 0.8.0. I created a domain 'srikanth_vm' using 'lxc' hypervisor. I am able to start the Domain. But, I am not able to get the memory stats for that Domain. If I issue 'dommemstat Srikanth_vm' in the virsh console, the following error is throwing: error: Fa

[libvirt] virsh is not working for other than root users.

2010-04-25 Thread Kumar L Srikanth-B22348
Hi, I am using libvirt 0.8.0 on Fedora 32 bit system. When I issue "virsh -c lxc:///" with root permissions I m able to see 'virsh' console. But, if I changed to other user say "su srikanth", and issue the same command, I am not able to see the virsh console. I am getting "authentication failed"

[libvirt] Execute a command in a Guest Domain using libvirt.

2010-04-15 Thread Kumar L Srikanth-B22348
Hi, I created a Domain using libvirt virsh console. Can I execute a command [like 'ifconfig'] in Guest Domain and get the output using libvirt? Please let me know other ways to do that. Regards, Srikanth. -- libvir-list mailing list libvir-list@redhat.com https://www.redhat.com/mailman/lis

[libvirt] Patch for Vepa support in brctl

2010-03-31 Thread Kumar L Srikanth-B22348
Hi Daniel, Can you please provide a valid patch for 'brctl' utility, to support 'vepa' mode. Regards, Srikanth. -- libvir-list mailing list libvir-list@redhat.com https://www.redhat.com/mailman/listinfo/libvir-list

[libvirt] Interface type 'direct' - giving error.

2010-03-25 Thread Kumar L Srikanth-B22348
Hi Daniel, I am trying to create an interface with the type 'direct' with 'vepa' mode. I assigned an ip '10.0.0.1' to the eth2 interface of the host machine. My domain XML format is shown below. vm1_fedora 50 exe /bin/bash 1 destroy

[libvirt] Can not display graphical console of lxc Virtual Machine.

2010-03-18 Thread Kumar L Srikanth-B22348
Hi all, I am trying to display the graphical console of a lxc virtual machine which was already created and running. For this, I am using 'virt-viewer'. But, when I execute the following command, it's throwing some errors. [r...@localhost lxc_devel]# virt-viewer --connect lxc:/// vm2_fedora --deb

[libvirt] View graphical desktop of linux distribution through libvirt.

2010-03-18 Thread Kumar L Srikanth-B22348
Hi Daniel, Is it possible to view the graphical desktop(startx) of any linux distribution in libvirt through Linux Container(LXC)? If it is possible, what are the necessary dependents we need to take care in the Domain XML or in the minimal Root file system of the linux distribution. Can you please

[libvirt] Assigning Static IP through libvirt.

2010-03-18 Thread Kumar L Srikanth-B22348
Hi, I want to assign a static IP address to one of the interfaces created through libvirt. Can anyone please let me know the network XML format? I explored lot of sites on this, but I only found assigning IP address through DHCP rather than Static. Can u please help me. Regards, Srikanth. -- libv

[libvirt] Network XML for static IP address.

2010-03-17 Thread Kumar L Srikanth-B22348
Hi, I want to assign a static IP address to one of the interfaces created through libvirt. Can anyone please let me know the network XML format? I explored lot of sites on this, but I only found assigning IP address through DHCP rather than Static. Please help me. Regards, Srikanth. -- libvir-lis

[libvirt] Transferring Root File system to Host.

2010-03-11 Thread Kumar L Srikanth-B22348
Hi, I have a Admin machine on which libvirt client is installed. I want to manage Virtual Machines[which have a separate rootfs per VM] with the help of libvirt remote access. While creating a VM, in the libvirt virsh console, is there any capability to transfer the rootfs directory on the fly[[lik

[libvirt] pkg-config for libvirt.

2010-03-10 Thread Kumar L Srikanth-B22348
Hi, I installed libvirt 0.7.6 version on my fedora 12 machine. When issue the version command in the virsh console, the following are the results: Compiled against library: libvir 0.7.6 Using library: libvir 0.7.6 Using API: LXC 0.7.6 Running hypervisor: LXC 2.6.31 But, the following pkg-config

Re: [libvirt] Assigning a static IP to the Linux Container through libvirt.

2010-03-05 Thread Kumar L Srikanth-B22348
gards, Srikanth. -Original Message- From: Daniel P. Berrange [mailto:berra...@redhat.com] Sent: Friday, March 05, 2010 3:56 PM To: Kumar L Srikanth-B22348 Cc: Reddy B Veera-B22347; libvir-list@redhat.com Subject: Re: Assigning a static IP to the Linux Container through libvirt. On Fri, Mar

[libvirt] Assigning a Static IP to the Domain.

2010-03-05 Thread Kumar L Srikanth-B22348
Hi, I am using libvirt version 0.7.6, to create a Linux Container. With the domain XML format, I am able to create a Domain and able to access. But, I am struck at assigning an IP address to the Domain. I want to assign a static IP to eth0 of the Domain and ale to ping that from the host machine. F

[libvirt] Assigning a static IP to the Linux Container through libvirt.

2010-03-04 Thread Kumar L Srikanth-B22348
Hi, I want to assign a static IP 172.16.1.20 to one of the containers created using libvirt. For that, I defined a network 'mynetwork' using net-define. The XML format for that network is shown below: mynetwork f76c44dd-bcef-6b45-4a50-00d575a369ad I started the network 'mynetwork'

[libvirt] FW: Bringing up LXC container from virsh command prompt.

2010-03-04 Thread Kumar L Srikanth-B22348
r 192.168.122.1: Address already in use Can you please guide me in this regard? Regards, Srikanth. -----Original Message- From: Kumar L Srikanth-B22348 Sent: Thursday, March 04, 2010 4:43 PM To: 'Daniel P. Berrange' Cc: libvir-list@redhat.com; Reddy B Veera-B22347 Subject: RE: Bringi

Re: [libvirt] Bringing up LXC container from virsh command prompt.

2010-03-04 Thread Kumar L Srikanth-B22348
errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:0 RX bytes:3478027 (3.3 MiB) TX bytes:3478027 (3.3 MiB) Regards, Srikanth. -Original Message- From: Daniel P. Berrange [mailto:berra...@redhat.com] Sent: Thursday, March 04, 2010 3:41 PM To: Kumar L Srikanth-B2

Re: [libvirt] Bringing up LXC container from virsh command prompt.

2010-03-04 Thread Kumar L Srikanth-B22348
: Kumar L Srikanth-B22348 Cc: libvir-list@redhat.com; Reddy B Veera-B22347 Subject: Re: Bringing up LXC container from virsh command prompt. On Thu, Mar 04, 2010 at 03:25:18PM +0530, Kumar L Srikanth-B22348 wrote: > Hi Daniel, > I am able to get the 'ifconfig' details in any one of

Re: [libvirt] Bringing up LXC container from virsh command prompt.

2010-03-04 Thread Kumar L Srikanth-B22348
fconfig in the virsh command prompt(through the command virsh -c lxc:/// console vm1_fedora). Regards, Srikanth. -Original Message- From: Daniel P. Berrange [mailto:berra...@redhat.com] Sent: Thursday, March 04, 2010 3:17 PM To: Kumar L Srikanth-B22348 Cc: libvir-list@redhat.com; Reddy B Ve

[libvirt] Bringing up LXC container from virsh command prompt.

2010-03-03 Thread Kumar L Srikanth-B22348
Hi, I am new to libvirt virsh console. Currently I am working on Linux Containers(LXC). After lot of exploration, I am able to create a Linux Container(fedora12) with the help of lxc-tools(lxc-create, lxc-start, ...etc). I am able to start that container and use it's console. I am able to assign a

Re: [libvirt] libvirt XML format.

2010-02-17 Thread Kumar L Srikanth-B22348
-list-boun...@redhat.com [mailto:libvir-list-boun...@redhat.com] On Behalf Of Matthew Booth Sent: Wednesday, February 17, 2010 7:38 PM To: libvir-list@redhat.com Subject: Re: [libvirt] libvirt XML format. On 17/02/10 12:36, Kumar L Srikanth-B22348 wrote: > Hi, Hi Kumar, > I have some doubts regar

[libvirt] libvirt XML format.

2010-02-17 Thread Kumar L Srikanth-B22348
Hi, I have some doubts regarding libvirt XML format. Can anyone please let me know in detail, what is and tags in the libvirt XML format? Can I put '/' in the tag or are there any exceptions if I put '/' in that? Please let me know. Regards, Srikanth. -- libvir-list mailing list libvir-list@

[libvirt] Regarding lxc driver for libvirt.

2010-02-05 Thread Kumar L Srikanth-B22348
Hi, I am new to libvirt. I want to create a Domain using libvirt XML. In order to mount the host's '/home/srikanth' directory to the new container's '/' directory, my XML format is shown below: container1_vm 50 exe /bin/sh 1 destroy

[libvirt] FW: Regarding lxc driver for libvirt.

2010-02-05 Thread Kumar L Srikanth-B22348
Can anyone help in the below issue? Regards, Srikanth. -Original Message- From: Kumar L Srikanth-B22348 Sent: Friday, February 05, 2010 4:02 PM To: 'libvir-list@redhat.com' Subject: Regarding lxc driver for libvirt. Hi, I am new to libvirt. I want to create a Domain using l