Re: [one-users] problem with getting Live Migration working

2012-08-20 Thread Shantanu Pavgi
I had encountered a similar issue few days ago. It seems like CentOS 6.3 based libvirt prevents VM migration if disk cache is not none. So disk cache=none option may need to be added in domain definition/template for VM migration without unsafe mode. -- Shantanu On Aug 20, 2012, at 3:39 AM,

Re: [one-users] VM shutdown - rescue from error state

2012-08-13 Thread Shantanu Pavgi
On Aug 13, 2012, at 4:19 PM, Shantanu Pavgi wrote: > > A VM got into an error state during shutdown operation as shown below. > > {{{ > ERROR=[ > MESSAGE="Error shuting down VM: Timeout reached and VM one-52 is still > alive", > TIMESTAMP="Mon Aug 13

[one-users] oneimage 'end of file reached' during image registration

2012-08-13 Thread Shantanu Pavgi
I am having image registration issues with OpenNebula 3.6.0. It's giving me 'end of file reached' and then crashing the server daemon as well. It's a fresh install and I haven't been able to get any image in the repo/datastore yet. * Datastore list {{{ $ onedatastore list ID NAME

[one-users] oneimage '-d' short-option flag

2012-08-13 Thread Shantanu Pavgi
It seems like oneimage command has used short-option '-d' for both datastore and delay option. I haven't checked the actual command implementation, but documentation seems to be conveying duplicate use of the same option flag. I couldn't find it in currently opened issues, but sorry if it has b

[one-users] VM shutdown - rescue from error state

2012-08-13 Thread Shantanu Pavgi
A VM got into an error state during shutdown operation as shown below. {{{ ERROR=[ MESSAGE="Error shuting down VM: Timeout reached and VM one-52 is still alive", TIMESTAMP="Mon Aug 13 15:03:08 2012" ] }}} The vm.log for the VM shows following messages: {{{ Mon Aug 13 14:57:57 2012 [LCM][I]

Re: [one-users] LDAP auth documentation

2012-08-13 Thread Shantanu Pavgi
On Aug 7, 2012, at 2:12 AM, Daniel Molina wrote: Hi, On 6 August 2012 16:35, Shantanu Pavgi mailto:pa...@uab.edu>> wrote: I have a suggestion about LDAP authentication documentation. The LDAP authentication driver has a bug as mentioned here [1]. The bug report link in the documentat

[one-users] LDAP auth documentation

2012-08-06 Thread Shantanu Pavgi
I have a suggestion about LDAP authentication documentation. The LDAP authentication driver has a bug as mentioned here [1]. The bug report link in the documentation is useful, but it would be better if 'au

Re: [one-users] Error in VM migration - wrong state to perform action + Cannot live-migrate VM

2012-08-06 Thread Shantanu Pavgi
Thanks for looking into the details Ruben. I figured out later that the migration was failing because of last migration reason being 'none'. I resolved this issue by deleting last migration records from 'history' and 'vm_pool' tables. I will try out the patch soon. -- Shantanu On Aug 2, 2012,

[one-users] error monitoring host - even though logs indicate success

2012-08-02 Thread Shantanu Pavgi
I am getting following monitoring error on one of the host as show below: {{{ $ onehost show 1 HOST 1 INFORMATION ID: 1 NAME : kvm-04 STATE : MONITOR

[one-users] Error in VM migration - wrong state to perform action

2012-08-01 Thread Shantanu Pavgi
I am getting following error while trying to migrate a VM: {{{ $ onevm livemigrate 30 kvm-04 [VirtualMachineMigrate] Wrong state to perform action }}} The VM is not really in wrong 'state', but it failed to migrate during first migration attempt because of connection (name resolution) issue.

Re: [one-users] OpenNebula Appliances available for download

2012-05-16 Thread Shantanu Pavgi
On May 16, 2012, at 5:53 AM, Daniel Molina wrote: Hi Owen, On 14 May 2012 13:03, Owen Synge mailto:owen.sy...@desy.de>> wrote: Dear all, What is a market place? Why does Open Nebular need one? Why should it be cloud specific? As I under stand it a "Market place" is following Apples success a

Re: [one-users] ONE_AUTH file during one start

2012-04-30 Thread Shantanu Pavgi
vier Fontan wrote: ONE_AUTH or standard auth file is used in all the executions so the scheduler knows the credentials to connect to oned. On Tue, Apr 24, 2012 at 11:19 PM, Shantanu Pavgi mailto:pa...@uab.edu>> wrote: Does OpenNebula need ONE_AUTH file accessible while starting the 'one&

[one-users] ONE_AUTH file during one start

2012-04-24 Thread Shantanu Pavgi
Does OpenNebula need ONE_AUTH file accessible while starting the 'one' daemon for the first time after fresh installation or every time? It seems like it doesn't need ONE_AUTH 'environment variable' for subsequent start commands however it does require that authentication file is present for ev

[one-users] interpreting XML output

2012-03-27 Thread Shantanu Pavgi
I am looking for documentation to interpret XML format returned by 'onehost show -x' command. For example consider following XML with 'onehost show': {{{ 0 cloud-03 2 … … … … }}} How do I interpret STATE code to return it's literal meaning - enabled, disabled, error etc.? Any poin

Re: [one-users] LDAP Authentication - default driver unavailable

2012-02-10 Thread Shantanu Pavgi
On Feb 10, 2012, at 12:17 PM, Shantanu Pavgi wrote: I am trying to configure LDAP authentication in OpenNebula 3.2.1. I have followed steps mentioned in the documentation - http://opennebula.org/documentation:rel3.2:ldap . I have created a symlink which points default directory to ldap

[one-users] LDAP Authentication - default driver unavailable

2012-02-10 Thread Shantanu Pavgi
I am trying to configure LDAP authentication in OpenNebula 3.2.1. I have followed steps mentioned in the documentation - http://opennebula.org/documentation:rel3.2:ldap . I have created a symlink which points default directory to ldap directory as mentioned in the documentation. However I am

Re: [one-users] default image repository 'fs' configuration

2012-01-20 Thread Shantanu Pavgi
an 2012 03:11:01 +0100, Shantanu Pavgi mailto:pa...@uab.edu>> escribió: I have a self-contained installation of OpenNebula 3.0. I was looking at image repository configuration<http://opennebula.org/documentation:rel3.2:image_repo> to set RESTRICTED_DIRS and SAFE_DIRS configurat

[one-users] LDAP 2.9.85 authentication module

2012-01-20 Thread Shantanu Pavgi
I installed LDAP 2.9.85 authentication module in OpenNebula 3.0. It seems like install.sh script remove 'execute' bit on the $ONE_LOCATION/etc/auth directory which results in 'permission denied' error for files in that directory. Of course it can be fixed by setting 'execute' bit back on that d

Re: [one-users] Network Configuration - IP assignment

2012-01-20 Thread Shantanu Pavgi
u may find multiple benefits of controlling the MAC ranges over letting the hypervisor to assign them randomly. Cheers Ruben On Wed, Jan 18, 2012 at 8:52 PM, Shantanu Pavgi mailto:pa...@uab.edu>> wrote: I think most hypervisors can assign MAC address dynamically on their own. I haven&#x

[one-users] default image repository 'fs' configuration

2012-01-20 Thread Shantanu Pavgi
I have a self-contained installation of OpenNebula 3.0. I was looking at image repository configuration to set RESTRICTED_DIRS and SAFE_DIRS configuration option. It mentions that default image repository 'fs' can be configured in /etc/one/

Re: [one-users] Network Configuration - IP assignment

2012-01-18 Thread Shantanu Pavgi
http://kb.vmware.com/kb/507 2. http://libvirt.org/drvesx.html#macaddresses On Jan 17, 2012, at 10:50 AM, Javier Fontan wrote: I was not aware of kvm assigning MAC addresses. If that setup suits your needs then go for it, You should have no problem with it. On Tue, Jan 17, 2012 at 5:24 PM, Shantanu

Re: [one-users] Network Configuration - IP assignment

2012-01-17 Thread Shantanu Pavgi
", BRIDGE="br0"] > > But this is more cumbersome as you will need to manually generate > different mac addresses for every interface. > > Bye > > On Mon, Jan 16, 2012 at 1:50 AM, Shantanu Pavgi wrote: >> >> I am not following how OpenNebula handles netw

[one-users] Network Configuration - IP assignment

2012-01-15 Thread Shantanu Pavgi
I am not following how OpenNebula handles network configuration for the VMs. I am trying to create a virtual network using network config file as follows: {{{ NAME = "Test Network" TYPE = RANGED BRIDGE = br0 PUBLIC=" yes" }}} In my test setup I have a DHCP server for IP address assignment. So

Re: [one-users] ESXi license for OpenNebula?

2011-05-16 Thread Shantanu Pavgi
research.org/tinova > Virtualization Technology Engineer / Researcher > OpenNebula Toolkit | opennebula.org > > > > On Tue, May 10, 2011 at 12:05 AM, Shantanu Pavgi wrote: >> >> Hi, >> >> I am looking at possible options to hook in ESXi 4.1 host in Op

Re: [one-users] sunstone configuration issues

2011-05-09 Thread Shantanu Pavgi
On May 6, 2011, at 3:09 AM, Héctor Sanjuán wrote: > Hi, > >> 1. The server is listening for localhost connections only. >> Is there any way we can change it to listen for >> different address and on different port number? > > As Peter pointed out: > > "sunstone-server -H X.X.X.X -p start

[one-users] ESXi license for OpenNebula?

2011-05-09 Thread Shantanu Pavgi
Hi, I am looking at possible options to hook in ESXi 4.1 host in OpenNebula fabric. I am not sure which vmware license will be needed to support this. Would vmware essentials kits be sufficient for this purpose? Any suggestion will be really helpful. -- Thanks, Shantanu. _

[one-users] sunstone configuration issues

2011-05-05 Thread Shantanu Pavgi
I am having couple of issues with sunstone-server configuration. 1. The server is listening for localhost connections only. Is there any way we can change it to listen for different address and on different port number? I tried changing it using command line options '-H and -P', but it didn't h

Re: [one-users] filename in image repository

2011-05-03 Thread Shantanu Pavgi
n image, make sure that the > "user_id:image_name" is unique, otherwise it can not be inserted into > the database. > > Best, > Joey > > On 05/03/2011 11:34 PM, Shantanu Pavgi wrote: >> When an image is registered using oneimage command it is copied t

[one-users] filename in image repository

2011-05-03 Thread Shantanu Pavgi
When an image is registered using oneimage command it is copied to IMAGE_REPOSITORY_PATH with a unique filename. How is this filename generated? Any elaboration on this will be really helpful. -- thanks, shantanu. ___ Users mailing list Users@lists.o

Re: [one-users] OpenNebula with VMware ESXi

2011-03-28 Thread Shantanu Pavgi
te commands in free license > mode. > --- > Benoît.S > alias Benpro > > > > 2011/3/28 Shantanu Pavgi : >> >> Does OpenNebula work with free (without commercial vCenter license) VMware >> ESXi? Does it need vCenter server or any other c

[one-users] OpenNebula with VMware ESXi

2011-03-28 Thread Shantanu Pavgi
Does OpenNebula work with free (without commercial vCenter license) VMware ESXi? Does it need vCenter server or any other commercial VMware product to work with the ESXi hypervisor? -- Shantanu. ___ Users mailing list Users@lists.opennebula.org htt

Re: [one-users] Contextualization variables

2011-03-28 Thread Shantanu Pavgi
files section. But one can add simple text files as well like license or contact-info etc. -- Shantanu Pavgi. On Mar 25, 2011, at 12:21 PM, Madhurranjan Mohaan wrote: > Thanks Daniel. > > But those are just examples of some of the stuff that is supported. Do we > have an

[one-users] understanding network config

2011-03-11 Thread Shantanu Pavgi
will be really helpful. -- Thanks, Shantanu Pavgi. ___ Users mailing list Users@lists.opennebula.org http://lists.opennebula.org/listinfo.cgi/users-opennebula.org

Re: [one-users] exporting install dir to cluster nodes

2011-03-08 Thread Shantanu Pavgi
http://www.opennebula.org/documentation:rel2.2:sm > > Regards. > > On 4 March 2011 21:02, Shantanu Pavgi wrote: >> >> Hi, >> >> The installation planning guide >> (http://www.opennebula.org/documentation:rel2.2:plan) mentions about >> export

Re: [one-users] can't create VM with shared vm dir

2011-03-04 Thread Shantanu Pavgi
On Mar 4, 2011, at 2:01 PM, Shantanu Pavgi wrote: > > Hi, > > I have configured OpenNebula to use shared NFS for image repo and VM_DIR, > e.g. /groups/one-vm-dir and /groups/one-images-dir are exported from a > separate NFS server, both head-node and cluster-nodes have mounte

[one-users] exporting install dir to cluster nodes

2011-03-04 Thread Shantanu Pavgi
Hi, The installation planning guide (http://www.opennebula.org/documentation:rel2.2:plan) mentions about exporting OpenNebula install location (ONE_LOCATION) to cluster nodes. I am trying to understand how this install dir is used by cluster nodes. Any elaboration would be really helpful.

[one-users] can't create VM with shared vm dir

2011-03-04 Thread Shantanu Pavgi
Hi, I have configured OpenNebula to use shared NFS for image repo and VM_DIR, e.g. /groups/one-vm-dir and /groups/one-images-dir are exported from a separate NFS server, both head-node and cluster-nodes have mounted these shares. Following is OpenNebula config: {{{ DB=BACKEND=sqlite DEBUG_LEV

Re: [one-users] arch type in vmm_ssh_kvm.conf

2011-03-04 Thread Shantanu Pavgi
512 > ARCH = x86_64 > > On 4 March 2011 00:36, Shantanu Pavgi wrote: >> >> It's there in the template file - tiny-centos.vmdef. The 'onevm show' >> displays value in the template file whereas deployment.0 is using default >> value. >&

Re: [one-users] arch type in vmm_ssh_kvm.conf

2011-03-03 Thread Shantanu Pavgi
his one. Can you send the template and > vmm_ssh_kvm.conf file Can you check that the host used to deploy > the VM is actually using the vmm_ssh_kvm driver. > > Cheers > > Ruben > > On Thu, Mar 3, 2011 at 7:02 PM, Shantanu Pavgi wrote: >> >> Also,

Re: [one-users] arch type in vmm_ssh_kvm.conf

2011-03-03 Thread Shantanu Pavgi
Also, if I run a 'onevm show' command then ARCH type defined in VM template file is shown. However, deployment.0 file (KVM specific xml definition) shows ARCH type in '$ONE_LOCATION/etc/vmm_ssh/vmm_ssh_kvm.conf' file. -- Shantanu. On Mar 3, 2011, at 11:56 AM, Shantanu

[one-users] arch type in vmm_ssh_kvm.conf

2011-03-03 Thread Shantanu Pavgi
I have defined a ARCH type in VM template file, however it is getting overridden by a value in '$ONE_LOCATION/etc/vmm_ssh/vmm_ssh_kvm.conf' file. Am I missing something here? System Info: OpenNebula 2.0.1 on CentOS 5.5, Hypervisor: KVM -- Thanks, Shantanu. _

[one-users] modifying image repo and vm dir path

2011-03-01 Thread Shantanu Pavgi
Hi, I have modified image repo path and vm dir path in the '$ONE_LOCATION/etc/oned.conf' as follows, but it doesn't seem to be working. {{{ IMAGE_REPOSITORY_PATH = /groups/one-images-dir VM_DIR=/groups/one-vm-dir }}} I can see these configuration changes in the oned.log file where it displays