[one-users] could not configure vmware hypervisor

newrails user newror.user at gmail.com
Sun Nov 27 17:14:18 PST 2011


This got solved . I dont know yet whats the problem is.

But I have installed opennebula 3.0 and vmware addon of supported version
and it started working.

AFAIK, I did not do anything different from the previous.

Thanks,
Siva

On Fri, Nov 25, 2011 at 7:46 PM, Siva Prasad <newror.user at gmail.com> wrote:

> Hi All,
>
> I am facing the following errror while configuring the VMWare Hypervisor
> using (onehost create )
>
>
>
> ONED Log: Says the following.
>
> Fri Nov 25 19:26:19 2011 [ReM][D]: HostPoolInfo method invoked
> *Fri Nov 25 19:26:19 2011 [InM][D]: Host 3 successfully monitored.
> Fri Nov 25 19:26:19 2011 [ONE][E]: syntax error, unexpected $end,
> expecting VARIABLE at line 2, columns 1:2*
> *Fri Nov 25 19:26:19 2011 [InM][E]: Error parsing host information:*
>
> Fri Nov 25 19:26:20 2011 [ReM][D]: HostPoolInfo method invoke.
>
> The below is the config file in the
>
> -----------------
> DB=BACKEND=sqlite
> DEBUG_LEVEL=3
> DEFAULT_DEVICE_PREFIX=hd
> DEFAULT_IMAGE_TYPE=OS
> HM_MAD=EXECUTABLE=one_hm
> HOST_MONITORING_INTERVAL=600
> *IMAGE_REPOSITORY_PATH=/srv/cloud/one/var//images*
> IM_MAD=ARGUMENTS=-r 0 -t 15 kvm,EXECUTABLE=one_im_ssh,NAME=im_kvm
> IM_MAD=ARGUMENTS=vmware,EXECUTABLE=one_im_sh,NAME=im_vmware
> MAC_PREFIX=02:00
> MANAGER_TIMER=15
> NETWORK_SIZE=254
> PORT=2633
> SCRIPTS_REMOTE_DIR=/var/tmp/one
> TM_MAD=ARGUMENTS=tm_vmware/tm_vmware.conf,EXECUTABLE=one_tm,NAME=tm_vmware
> TM_MAD=ARGUMENTS=tm_nfs/tm_nfs.conf,EXECUTABLE=one_tm,NAME=tm_nfs
> *VM_DIR=/srv/cloud/one/var/*
> VM_HOOK=ARGUMENTS=$VMID,COMMAND=image.rb,NAME=image,ON=DONE
>
> VM_MAD=ARGUMENTS=vmware,DEFAULT=vmm_sh/vmm_sh_vmware.conf,EXECUTABLE=one_vmm_sh,NAME=vmm_vmware,TYPE=vmware
> VM_MAD=ARGUMENTS=-t 15 -r 0
> kvm,DEFAULT=vmm_ssh/vmm_ssh_kvm.conf,EXECUTABLE=one_vmm_ssh,NAME=vmm_kvm,TYPE=kvm
> VM_POLLING_INTERVAL=600
> VNC_BASE_PORT=5900
>
>
> --------------------
> Observations: So the entire  /srv/cloud/one/var/ is of 777 with
> oneadmin.cloud as owners:
>  I have shared * /srv/cloud/one/var//images* in samba I could create
> folder from my windows. manually
> But my Vmware server says cannot access (Error:Unable to access file.
> [datastore1] newtes/newtes.vmxf) while creating the vmImages
>
>
> *Below is  the vmware configuration:* oned.conf
>
>
>
> # -------------------------- VMWARE CONFIGURATION
> ------------------------------
>
>
> #-------------------------------------------------------------------------------
> #  VMware Driver Addon Virtualization Driver Manager Configuration
>
> #-------------------------------------------------------------------------------
> VM_MAD = [
>     name       = "vmm_vmware",
>     executable = "one_vmm_sh",
>     arguments  = "vmware",
>     default    = "vmm_sh/vmm_sh_vmware.conf",
>     type       = "vmware" ]
>
>
>
> #-------------------------------------------------------------------------------
> #  VMware Driver Addon Information Driver Manager Configuration
>
> #-------------------------------------------------------------------------------
> IM_MAD = [
>       name       = "im_vmware",
> *      executable = "one_im_sh",*
>       arguments  = "vmware" ]
>
> #-------------------------------------------------------------------------------
>
>
> #-------------------------------------------------------------------------------
> # VMware Driver Addon Transfer Manager Driver Configuration
>
> #-------------------------------------------------------------------------------
> TM_MAD = [
>     name       = "tm_vmware",
>     executable = "one_tm",
>     arguments  = "tm_vmware/tm_vmware.conf" ]
>
> #-------------------------------------------------------------------------------
>
>
> I could not find any *one_im_sh   *in any of my directory structure.
> The following are the files/folders in $ONE_LOCATION/etc directory *(auth       ec2query_templates  hm      im_kvm  occi-server.conf
> oned.conf  tm_lvm  tm_ssh     vmm_ec2  vmm_ssh  defaultrc
> econe.conf          im_ec2  im_xen  occi_templates    tm_dummy   tm_nfs
> tm_vmware  vmm_sh   vmwarerc)
> *
>
> I cannot find im_vmware dir in the above list (I dont not know whether
> this is necessary or not)
>
>
> Below is my  vmwarerc file
>
> # User configurable variables (Ruby syntax)
> *LIBVIRT_URI   = "gsx://@HOST@:443/?no_verify=1"*
> QEMU_PROTOCOL = "qemu"
>
> # Username and password of the VMware hypervisor
> USERNAME      = "oneadmin"
> PASSWORD      = "oneadmin"
>
> # Loading the vmware library for mads
> # Please leave this uncommented
> load ENV['ONE_LOCATION'] + "/lib/ruby/vmwarelib.rb"
>
> ENV['LANG']='C'
>
>
> -----------------------------------
>
> Please note port 443 as my vmware server is running on 443 port..
>
> *At  LAST below is my smb.conf*
>
>  security = user
> username map = /etc/samba/smbusers
>
>
>  hosts allow =
>  [homes]
>    comment = Home Directories
>    browseable = no
>    writable = yes
>  [data]
>    comment = VMWare File Server
>    path = /srv/cloud/one/var/images
>    browseable = yes
>    guest ok = yes
>    available = yes
>    writable = yes
>    create mask = 0755
>
> the content of  /etc/samba/smbusers is (oneadmin = "oneadmin").
>
> I could not understand what is wrong.
>
> --Suser
>
>
>
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.opennebula.org/pipermail/users-opennebula.org/attachments/20111128/8fbcf487/attachment-0003.htm>


More information about the Users mailing list