<html>
<head>
<style><!--
.hmmessage P
{
margin:0px;
padding:0px
}
body.hmmessage
{
font-size: 10pt;
font-family:Verdana
}
--></style>
</head>
<body class='hmmessage'>
Sorry,<br><br>the content of $ONE_LOCATION/var/oned.log is:<br><br><br>Tue Feb&nbsp; 9 17:51:50 2010 [ReM][D]: HostPoolInfo method invoked<br>Tue Feb&nbsp; 9 17:52:18 2010 [InM][I]: Monitoring host ESX-nebula (7)<br>Tue Feb&nbsp; 9 17:52:18 2010 [InM][E]: Could not find information driver im_vmware<br>Tue Feb&nbsp; 9 17:53:12 2010 [InM][I]: Monitoring host ESX-nebula (7)<br>Tue Feb&nbsp; 9 17:53:12 2010 [InM][E]: Could not find information driver im_vmware<br>Tue Feb&nbsp; 9 17:54:05 2010 [InM][I]: Monitoring host ESX-nebula (7)<br>Tue Feb&nbsp; 9 17:54:05 2010 [InM][E]: Could not find information driver im_vmware<br>Tue Feb&nbsp; 9 17:54:57 2010 [InM][I]: Monitoring host ESX-nebula (7)<br>Tue Feb&nbsp; 9 17:54:57 2010 [InM][E]: Could not find information driver im_vmware<br>Tue Feb&nbsp; 9 17:55:51 2010 [InM][I]: Monitoring host ESX-nebula (7)<br>Tue Feb&nbsp; 9 17:55:51 2010 [InM][E]: Could not find information driver im_vmware<br>Tue Feb&nbsp; 9 17:56:43 2010 [InM][I]: Monitoring host ESX-nebula (7)<br>Tue Feb&nbsp; 9 17:56:43 2010 [InM][E]: Could not find information driver im_vmware<br>Tue Feb&nbsp; 9 17:57:35 2010 [InM][I]: Monitoring host ESX-nebula (7)<br>Tue Feb&nbsp; 9 17:57:35 2010 [InM][E]: Could not find information driver im_vmware<br>Tue Feb&nbsp; 9 17:58:28 2010 [InM][I]: Monitoring host ESX-nebula (7)<br>Tue Feb&nbsp; 9 17:58:28 2010 [InM][E]: Could not find information driver im_vmware<br>Tue Feb&nbsp; 9 17:59:22 2010 [InM][I]: Monitoring host ESX-nebula (7)<br>Tue Feb&nbsp; 9 17:59:22 2010 [InM][E]: Could not find information driver im_vmware<br><br>The logs shows the same as before, not finding the driver information<br><br>Thanks.<br><br><br>&gt; Hi,<br>&gt; <br>&gt; Ok, configuration seems ok. Can you send the oned.log through?<br>&gt; <br>&gt; Thanks,<br>&gt; <br>&gt; -T<br>&gt; <br>&gt; --<br>&gt; Constantino Vázquez, Grid &amp; Virtualization Technology<br>&gt; Engineer/Researcher: http://www.dsa-research.org/tinova<br>&gt; DSA Research Group: http://dsa-research.org<br>&gt; Globus GridWay Metascheduler: http://www.GridWay.org<br>&gt; OpenNebula Virtual Infrastructure Engine: http://www.OpenNebula.org<br>&gt; <br>&gt; <br>&gt; <br>&gt; On Tue, Feb 9, 2010 at 4:55 PM, Javi Gironda Diaz<br>&gt; &lt;javigironda@hotmail.com&gt; wrote:<br>&gt; &gt; Thank you for the response.<br>&gt; &gt;<br>&gt; &gt; But the execution of $ONE_LOCATION/lib/mads/one_im_vmware don´t reports any<br>&gt; &gt; problem, it's executed succesfull.<br>&gt; &gt;<br>&gt; &gt; The content of $ONE_LOCATION/etc/oned.conf is:<br>&gt; &gt;<br>&gt; &gt;<br>&gt; &gt;<br>&gt; &gt; #*******************************************************************************<br>&gt; &gt; #&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; OpenNebula Configuration file<br>&gt; &gt; #*******************************************************************************<br>&gt; &gt;<br>&gt; &gt; #*******************************************************************************<br>&gt; &gt; # Daemon configuration attributes<br>&gt; &gt; #-------------------------------------------------------------------------------<br>&gt; &gt; #&nbsp; HOST_MONITORING_INTERVAL: Time in seconds between host monitorization<br>&gt; &gt; #<br>&gt; &gt; #&nbsp; VM_POLLING_INTERVAL: Time in seconds between virtual machine<br>&gt; &gt; monitorization<br>&gt; &gt; #<br>&gt; &gt; #&nbsp; VM_DIR: Remote path to store the VM images, it should be shared between<br>&gt; &gt; all<br>&gt; &gt; #&nbsp; the cluster nodes to perform live migrations. This variable is the<br>&gt; &gt; default<br>&gt; &gt; #&nbsp; for all the hosts in the cluster.<br>&gt; &gt; #<br>&gt; &gt; #&nbsp; PORT: Port where oned will listen for xmlrpc calls.<br>&gt; &gt; #<br>&gt; &gt; #&nbsp; DEBUG_LEVEL: 0 = ERROR, 1 = WARNING, 2 = INFO, 3 = DEBUG<br>&gt; &gt; #*******************************************************************************<br>&gt; &gt;<br>&gt; &gt; HOST_MONITORING_INTERVAL = 60<br>&gt; &gt;<br>&gt; &gt; VM_POLLING_INTERVAL&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; = 60<br>&gt; &gt;<br>&gt; &gt; VM_DIR=/home/one/nebula/var<br>&gt; &gt;<br>&gt; &gt; PORT=2633<br>&gt; &gt;<br>&gt; &gt; DEBUG_LEVEL=3<br>&gt; &gt;<br>&gt; &gt;<br>&gt; &gt; #*******************************************************************************<br>&gt; &gt; # Physical Networks configuration<br>&gt; &gt; #*******************************************************************************<br>&gt; &gt; #&nbsp; NETWORK_SIZE: Here you can define the default size for the virtual<br>&gt; &gt; networks<br>&gt; &gt; #<br>&gt; &gt; #&nbsp; MAC_PREFIX: Default MAC prefix to be used to create the auto-generated<br>&gt; &gt; MAC<br>&gt; &gt; #&nbsp; addresses is defined here (this can be overrided by the Virtual Network<br>&gt; &gt; #&nbsp; template)<br>&gt; &gt; #*******************************************************************************<br>&gt; &gt;<br>&gt; &gt; NETWORK_SIZE = 254<br>&gt; &gt;<br>&gt; &gt; MAC_PREFIX&nbsp;&nbsp; = "00:03"<br>&gt; &gt;<br>&gt; &gt; #*******************************************************************************<br>&gt; &gt; # Information Driver Configuration<br>&gt; &gt; #*******************************************************************************<br>&gt; &gt; # You can add more information managers with different configurations but<br>&gt; &gt; make<br>&gt; &gt; # sure it has different names.<br>&gt; &gt; #<br>&gt; &gt; #&nbsp;&nbsp; name&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; : name for this information manager<br>&gt; &gt; #<br>&gt; &gt; #&nbsp;&nbsp; executable: path of the information driver executable, can be an<br>&gt; &gt; #&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; absolute path or relative to $ONE_LOCATION/lib/mads (or<br>&gt; &gt; #&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; /usr/lib/one/mads/ if OpenNebula was installed in /)<br>&gt; &gt; #<br>&gt; &gt; #&nbsp;&nbsp; arguments : for the driver executable, usually a probe configuration<br>&gt; &gt; file,<br>&gt; &gt; #&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; can be an absolute path or relative to $ONE_LOCATION/etc (or<br>&gt; &gt; #&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; /etc/one/ if OpenNebula was installed in /)<br>&gt; &gt; #*******************************************************************************<br>&gt; &gt;<br>&gt; &gt; #IM_MAD = [<br>&gt; &gt; #&nbsp;&nbsp;&nbsp; name&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; = "im_xen",<br>&gt; &gt; #&nbsp;&nbsp;&nbsp; executable = "one_im_ssh",<br>&gt; &gt; #&nbsp;&nbsp;&nbsp; arguments&nbsp; = "im_xen/im_xen.conf" ]<br>&gt; &gt;<br>&gt; &gt;<br>&gt; &gt; #-------------------------------------------------------------------------------<br>&gt; &gt; #&nbsp; VMWare Information Driver Manager sample configuration<br>&gt; &gt; #-------------------------------------------------------------------------------<br>&gt; &gt; &nbsp; IM_MAD = [<br>&gt; &gt; &nbsp;&nbsp;&nbsp;&nbsp;&nbsp; name&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; = "im_vmware",<br>&gt; &gt; &nbsp;&nbsp;&nbsp;&nbsp;&nbsp; executable = "one_im_vmware",<br>&gt; &gt; &nbsp;&nbsp;&nbsp;&nbsp;&nbsp; arguments&nbsp; = "--username root --password 123456"]<br>&gt; &gt; #------------------------------------------------------------------------------<br>&gt; &gt;<br>&gt; &gt;<br>&gt; &gt;<br>&gt; &gt; #-------------------------------------------------------------------------------<br>&gt; &gt; #&nbsp; KVM Information Driver Manager sample configuration<br>&gt; &gt; #-------------------------------------------------------------------------------<br>&gt; &gt; #IM_MAD = [<br>&gt; &gt; #&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; name&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; = "im_kvm",<br>&gt; &gt; #&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; executable = "one_im_ssh",<br>&gt; &gt; #&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; arguments&nbsp; = "im_kvm/im_kvm.conf" ]<br>&gt; &gt; #-------------------------------------------------------------------------------<br>&gt; &gt;<br>&gt; &gt; #-------------------------------------------------------------------------------<br>&gt; &gt; #&nbsp; EC2 Information Driver Manager sample configuration<br>&gt; &gt; #-------------------------------------------------------------------------------<br>&gt; &gt; #IM_MAD = [<br>&gt; &gt; #&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; name&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; = "im_ec2",<br>&gt; &gt; #&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; executable = "one_im_ec2",<br>&gt; &gt; #&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; arguments&nbsp; = "im_ec2/im_ec2.conf" ]<br>&gt; &gt; #-------------------------------------------------------------------------------<br>&gt; &gt;<br>&gt; &gt; #*******************************************************************************<br>&gt; &gt; # Virtualization Driver Configuration<br>&gt; &gt; #*******************************************************************************<br>&gt; &gt; # You can add more virtualization managers with different configurations but<br>&gt; &gt; # make sure it has different names.<br>&gt; &gt; #<br>&gt; &gt; #&nbsp;&nbsp; name&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; : name of the virtual machine manager driver<br>&gt; &gt; #<br>&gt; &gt; #&nbsp;&nbsp; executable: path of the virtualization driver executable, can be an<br>&gt; &gt; #&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; absolute path or relative to $ONE_LOCATION/lib/mads (or<br>&gt; &gt; #&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; /usr/lib/one/mads/ if OpenNebula was installed in /)<br>&gt; &gt; #<br>&gt; &gt; #&nbsp;&nbsp; arguments : for the driver executable<br>&gt; &gt; #<br>&gt; &gt; #&nbsp;&nbsp; default&nbsp;&nbsp; : default values and configuration parameters for the driver,<br>&gt; &gt; can<br>&gt; &gt; #&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; be an absolute path or relative to $ONE_LOCATION/etc (or<br>&gt; &gt; #&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; /etc/one/ if OpenNebula was installed in /)<br>&gt; &gt; #<br>&gt; &gt; #&nbsp;&nbsp; type&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; : driver type, supported drivers: xen, kvm, xml<br>&gt; &gt; #*******************************************************************************<br>&gt; &gt;<br>&gt; &gt; #VM_MAD = [<br>&gt; &gt; #&nbsp;&nbsp;&nbsp; name&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; = "vmm_xen",<br>&gt; &gt; #&nbsp;&nbsp;&nbsp; executable = "one_vmm_xen",<br>&gt; &gt; #&nbsp;&nbsp;&nbsp; default&nbsp;&nbsp;&nbsp; = "vmm_xen/vmm_xen.conf",<br>&gt; &gt; #&nbsp;&nbsp;&nbsp; type&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; = "xen" ]<br>&gt; &gt;<br>&gt; &gt; #-------------------------------------------------------------------------------<br>&gt; &gt; #&nbsp; KVM Virtualization Driver Manager sample configuration<br>&gt; &gt; #-------------------------------------------------------------------------------<br>&gt; &gt; #VM_MAD = [<br>&gt; &gt; #&nbsp;&nbsp;&nbsp; name&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; = "vmm_kvm",<br>&gt; &gt; #&nbsp;&nbsp;&nbsp; executable = "one_vmm_kvm",<br>&gt; &gt; #&nbsp;&nbsp;&nbsp; default&nbsp;&nbsp;&nbsp; = "vmm_kvm/vmm_kvm.conf",<br>&gt; &gt; #&nbsp;&nbsp;&nbsp; type&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; = "kvm" ]<br>&gt; &gt; #-------------------------------------------------------------------------------<br>&gt; &gt;<br>&gt; &gt;<br>&gt; &gt;<br>&gt; &gt; #-------------------------------------------------------------------------------<br>&gt; &gt; #&nbsp; VMWare Virtualization Driver Manager sample configuration<br>&gt; &gt; #-------------------------------------------------------------------------------<br>&gt; &gt; &nbsp;&nbsp; VM_MAD = [<br>&gt; &gt; &nbsp;&nbsp;&nbsp;&nbsp;&nbsp; name&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; = "vmm_vmware",<br>&gt; &gt; &nbsp;&nbsp;&nbsp;&nbsp;&nbsp; executable = "one_vmm_vmware",<br>&gt; &gt; &nbsp;&nbsp;&nbsp;&nbsp;&nbsp; arguments&nbsp; = "--username root --password 123456",<br>&gt; &gt; &nbsp;&nbsp;&nbsp;&nbsp;&nbsp; type&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; = "xml" ]<br>&gt; &gt; #-------------------------------------------------------------------------------<br>&gt; &gt;<br>&gt; &gt;<br>&gt; &gt; #-------------------------------------------------------------------------------<br>&gt; &gt; #&nbsp; EC2 Virtualization Driver Manager sample configuration<br>&gt; &gt; #&nbsp;&nbsp;&nbsp; arguments: default values for the EC2 driver, can be an absolute path<br>&gt; &gt; or<br>&gt; &gt; #&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; relative to $ONE_LOCATION/etc (or /etc/one/ if OpenNebula<br>&gt; &gt; was<br>&gt; &gt; #&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; installed in /).<br>&gt; &gt; #-------------------------------------------------------------------------------<br>&gt; &gt; #VM_MAD = [<br>&gt; &gt; #&nbsp;&nbsp;&nbsp; name&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; = "vmm_ec2",<br>&gt; &gt; #&nbsp;&nbsp;&nbsp; executable = "one_vmm_ec2",<br>&gt; &gt; #&nbsp;&nbsp;&nbsp; arguments&nbsp; = "vmm_ec2/vmm_ec2.conf",<br>&gt; &gt; #&nbsp;&nbsp;&nbsp; type&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; = "xml" ]<br>&gt; &gt; #-------------------------------------------------------------------------------<br>&gt; &gt;<br>&gt; &gt; #*******************************************************************************<br>&gt; &gt; # Transfer Manager Driver Configuration<br>&gt; &gt; #*******************************************************************************<br>&gt; &gt; # You can add more transfer managers with different configurations but make<br>&gt; &gt; # sure it has different names.<br>&gt; &gt; #&nbsp;&nbsp; name&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; : name for this transfer driver<br>&gt; &gt; #<br>&gt; &gt; #&nbsp;&nbsp; executable: path of the transfer driver executable, can be an<br>&gt; &gt; #&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; absolute path or relative to $ONE_LOCATION/lib/mads (or<br>&gt; &gt; #&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; /usr/lib/one/mads/ if OpenNebula was installed in /)<br>&gt; &gt; #<br>&gt; &gt; #&nbsp;&nbsp; arguments : for the driver executable, usually a commands configuration<br>&gt; &gt; file<br>&gt; &gt; #&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; , can be an absolute path or relative to $ONE_LOCATION/etc<br>&gt; &gt; (or<br>&gt; &gt; #&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; /etc/one/ if OpenNebula was installed in /)<br>&gt; &gt; #*******************************************************************************<br>&gt; &gt;<br>&gt; &gt; #TM_MAD = [<br>&gt; &gt; #&nbsp;&nbsp;&nbsp; name&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; = "tm_ssh",<br>&gt; &gt; #&nbsp;&nbsp;&nbsp; executable = "one_tm",<br>&gt; &gt; #&nbsp;&nbsp;&nbsp; arguments&nbsp; = "tm_ssh/tm_ssh.conf" ]<br>&gt; &gt;<br>&gt; &gt; #-------------------------------------------------------------------------------<br>&gt; &gt; # NFS Transfer Manager Driver sample configuration<br>&gt; &gt; #-------------------------------------------------------------------------------<br>&gt; &gt; TM_MAD = [<br>&gt; &gt; #&nbsp;&nbsp;&nbsp; name&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; = "tm_nfs",<br>&gt; &gt; #&nbsp;&nbsp;&nbsp; executable = "one_tm",<br>&gt; &gt; #&nbsp;&nbsp;&nbsp; arguments&nbsp; = "tm_nfs/tm_nfs.conf" ]<br>&gt; &gt; #-------------------------------------------------------------------------------<br>&gt; &gt;<br>&gt; &gt;<br>&gt; &gt;<br>&gt; &gt;<br>&gt; &gt;<br>&gt; &gt; #-------------------------------------------------------------------------------<br>&gt; &gt; #&nbsp; VMWare Transfer Driver Manager sample configuration<br>&gt; &gt; #-------------------------------------------------------------------------------<br>&gt; &gt; TM_MAD = [<br>&gt; &gt; &nbsp;&nbsp;&nbsp; name&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; = "tm_vmware",<br>&gt; &gt; &nbsp;&nbsp;&nbsp; executable = "one_tm",<br>&gt; &gt; &nbsp;&nbsp;&nbsp; arguments&nbsp; = "tm_vmware/tm_vmware.conf" ]<br>&gt; &gt; #-------------------------------------------------------------------------------<br>&gt; &gt;<br>&gt; &gt;<br>&gt; &gt;<br>&gt; &gt;<br>&gt; &gt;<br>&gt; &gt;<br>&gt; &gt;<br>&gt; &gt; #-------------------------------------------------------------------------------<br>&gt; &gt; # Dummy Transfer Manager Driver sample configuration<br>&gt; &gt; #-------------------------------------------------------------------------------<br>&gt; &gt; #TM_MAD = [<br>&gt; &gt; #&nbsp;&nbsp;&nbsp; name&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; = "tm_dummy",<br>&gt; &gt; #&nbsp;&nbsp;&nbsp; executable = "one_tm",<br>&gt; &gt; #&nbsp;&nbsp;&nbsp; arguments&nbsp; = "tm_dummy/tm_dummy.conf" ]<br>&gt; &gt; #-------------------------------------------------------------------------------<br>&gt; &gt;<br>&gt; &gt; #-------------------------------------------------------------------------------<br>&gt; &gt; # LVM Transfer Manager Driver sample configuration<br>&gt; &gt; #-------------------------------------------------------------------------------<br>&gt; &gt; #TM_MAD = [<br>&gt; &gt; #&nbsp;&nbsp;&nbsp; name&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; = "tm_lvm",<br>&gt; &gt; #&nbsp;&nbsp;&nbsp; executable = "one_tm",<br>&gt; &gt; #&nbsp;&nbsp;&nbsp; arguments&nbsp; = "tm_lvm/tm_lvm.conf" ]<br>&gt; &gt; #-------------------------------------------------------------------------------<br>&gt; &gt;<br>&gt; &gt; #*******************************************************************************<br>&gt; &gt; # Hook Manager Configuration<br>&gt; &gt; #*******************************************************************************<br>&gt; &gt; # The Driver (HM_MAD), used to execute the Hooks<br>&gt; &gt; #&nbsp;&nbsp; executable: path of the hook driver executable, can be an<br>&gt; &gt; #&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; absolute path or relative to $ONE_LOCATION/lib/mads (or<br>&gt; &gt; #&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; /usr/lib/one/mads/ if OpenNebula was installed in /)<br>&gt; &gt; #<br>&gt; &gt; #&nbsp;&nbsp; arguments : for the driver executable, can be an absolute path or<br>&gt; &gt; relative<br>&gt; &gt; #&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; to $ONE_LOCATION/etc (or /etc/one/ if OpenNebula was<br>&gt; &gt; installed<br>&gt; &gt; #&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; in /)<br>&gt; &gt; #<br>&gt; &gt; # Virtual Machine Hooks (VM_HOOK) defined by:<br>&gt; &gt; #&nbsp;&nbsp; name&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; : for the hook, useful to track the hook (OPTIONAL)<br>&gt; &gt; #&nbsp;&nbsp; on&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; : when the hook should be executed,<br>&gt; &gt; #&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; - CREATE, when the VM is created (onevm create)<br>&gt; &gt; #&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; - RUNNING, after the VM is successfully booted<br>&gt; &gt; #&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; - SHUTDOWN, after the VM is shutdown<br>&gt; &gt; #&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; - STOP, after the VM is stopped (including VM image<br>&gt; &gt; transfers)<br>&gt; &gt; #&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; - DONE, after the VM is deleted or shutdown<br>&gt; &gt; #&nbsp;&nbsp; command&nbsp;&nbsp; : use absolute path here<br>&gt; &gt; #&nbsp;&nbsp; arguments : for the hook. You can access to VM template variables with $<br>&gt; &gt; #&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; - $ATTR, the value of an attribute e.g. $NAME or $VMID<br>&gt; &gt; #&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; - $ATTR[VAR], the value of a vector e.g. $NIC[MAC]<br>&gt; &gt; #&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; - $ATTR[VAR, COND], same of previous but COND select between<br>&gt; &gt; #&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; multiple ATTRs e.g. $NIC[MAC, NETWORK="Public"]<br>&gt; &gt; #&nbsp;&nbsp; remote&nbsp;&nbsp;&nbsp; : values,<br>&gt; &gt; #&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; - YES, The hook is executed in the host where the VM was<br>&gt; &gt; #&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; allocated<br>&gt; &gt; #&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; - NO, The hook is executed in the OpenNebula server<br>&gt; &gt; (default)<br>&gt; &gt; #-------------------------------------------------------------------------------<br>&gt; &gt;<br>&gt; &gt; HM_MAD = [<br>&gt; &gt; &nbsp;&nbsp;&nbsp; executable = "one_hm" ]<br>&gt; &gt;<br>&gt; &gt; #-------------------------------- Hook Examples<br>&gt; &gt; --------------------------------<br>&gt; &gt; #VM_HOOK = [<br>&gt; &gt; #&nbsp;&nbsp;&nbsp; name&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; = "dhcp",<br>&gt; &gt; #&nbsp;&nbsp;&nbsp; on&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; = "create",<br>&gt; &gt; #&nbsp;&nbsp;&nbsp; command&nbsp;&nbsp; = "/bin/echo",<br>&gt; &gt; #&nbsp;&nbsp;&nbsp; arguments = "$NAME &gt; /tmp/test.$VMID" ]<br>&gt; &gt; #-------------------------------------------------------------------------------<br>&gt; &gt; #VM_HOOK = [<br>&gt; &gt; #&nbsp;&nbsp;&nbsp; name&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; = "ebtables",<br>&gt; &gt; #&nbsp;&nbsp;&nbsp; on&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; = "running",<br>&gt; &gt; #&nbsp;&nbsp;&nbsp; command&nbsp;&nbsp; = "/usr/local/one/bin/set_net",<br>&gt; &gt; #&nbsp;&nbsp;&nbsp; arguments = '$NIC[MAC, Network = "Private"]',<br>&gt; &gt; #&nbsp;&nbsp;&nbsp; remote&nbsp;&nbsp;&nbsp; = "yes" ]<br>&gt; &gt; #-------------------------------------------------------------------------------<br>&gt; &gt; #VM_HOOK = [<br>&gt; &gt; #&nbsp;&nbsp;&nbsp; name&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; = "mail",<br>&gt; &gt; #&nbsp;&nbsp;&nbsp; on&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; = "running",<br>&gt; &gt; #&nbsp;&nbsp;&nbsp; command&nbsp;&nbsp; = "/usr/local/one/bin/send_mail",<br>&gt; &gt; #&nbsp;&nbsp;&nbsp; arguments = "$VMID $NAME",<br>&gt; &gt; #&nbsp;&nbsp;&nbsp; remote&nbsp;&nbsp;&nbsp; = "no" ]<br>&gt; &gt; #------------------------------------------------------------------------------<br>&gt; &gt;<br>&gt; &gt; I can´t find the problem.<br>&gt; &gt;<br>&gt; &gt; Thanks.<br>&gt; &gt;<br>&gt; &gt;<br>&gt; &gt;&gt; Hi Javier,<br>&gt; &gt;&gt;<br>&gt; &gt;&gt; It seems that OpenNebula is failing to load the im_vmware driver.<br>&gt; &gt;&gt;<br>&gt; &gt;&gt; Try executing it by hand ($ONE_LOCATION/lib/mads/one_im_vmware), does it<br>&gt; &gt;&gt; fail?<br>&gt; &gt;&gt;<br>&gt; &gt;&gt; If that doesn't give hints on what is going wrong, could you send<br>&gt; &gt;&gt; through the $ONE_LOCATION/etc/oned.conf file, and the<br>&gt; &gt;&gt; $ONE_LOCATION/var/oned.log?<br>&gt; &gt;&gt;<br>&gt; &gt;&gt; Regards,<br>&gt; &gt;&gt;<br>&gt; &gt;&gt; -Tino<br>&gt; &gt;&gt;<br>&gt; &gt;&gt; --<br>&gt; &gt;&gt; Constantino Vázquez, Grid &amp; Virtualization Technology<br>&gt; &gt;&gt; Engineer/Researcher: http://www.dsa-research.org/tinova<br>&gt; &gt;&gt; DSA Research Group: http://dsa-research.org<br>&gt; &gt;&gt; Globus GridWay Metascheduler: http://www.GridWay.org<br>&gt; &gt;&gt; OpenNebula Virtual Infrastructure Engine: http://www.OpenNebula.org<br>&gt; &gt;&gt;<br>&gt; &gt;&gt;<br>&gt; &gt;&gt;<br>&gt; &gt;&gt; On Tue, Feb 9, 2010 at 2:40 PM, Javi Gironda Diaz<br>&gt; &gt;&gt; &lt;javigironda@hotmail.com&gt; wrote:<br>&gt; &gt;&gt; &gt; Hello everyone.<br>&gt; &gt;&gt; &gt;<br>&gt; &gt;&gt; &gt; I installed&nbsp;OpenNebula in&nbsp;a CentOS 5.2, which is a virtual machine<br>&gt; &gt;&gt; &gt; created<br>&gt; &gt;&gt; &gt; with VMware Wrokstation.<br>&gt; &gt;&gt; &gt; I also have a properly installed and running ESX 3.5, which also is a<br>&gt; &gt;&gt; &gt; VMware<br>&gt; &gt;&gt; &gt; Workstation virtual machine.<br>&gt; &gt;&gt; &gt;<br>&gt; &gt;&gt; &gt; My problem occurs when I try to add that host to be managed by<br>&gt; &gt;&gt; &gt; OpenNebula on<br>&gt; &gt;&gt; &gt; CentOS virtual machine.<br>&gt; &gt;&gt; &gt;<br>&gt; &gt;&gt; &gt; I have obtained the certificate vmware.keystore "from arhcivo" rui.crt<br>&gt; &gt;&gt; &gt; "ESX<br>&gt; &gt;&gt; &gt; host.<br>&gt; &gt;&gt; &gt;<br>&gt; &gt;&gt; &gt; I have followed all the steps in the guide:<br>&gt; &gt;&gt; &gt; http://www.opennebula.org/doku.php?id=documentation:rel1.4:vmwareg<br>&gt; &gt;&gt; &gt;<br>&gt; &gt;&gt; &gt; To create the host I used the command:<br>&gt; &gt;&gt; &gt;<br>&gt; &gt;&gt; &gt; ESX-nebula onehost add im_vmware vmm_vmware tm_ssh<br>&gt; &gt;&gt; &gt;<br>&gt; &gt;&gt; &gt; But I must be doing something wrong, because the show host information I<br>&gt; &gt;&gt; &gt; get<br>&gt; &gt;&gt; &gt; the following:<br>&gt; &gt;&gt; &gt;<br>&gt; &gt;&gt; &gt; HOST 7 Information<br>&gt; &gt;&gt; &gt; ID: 7<br>&gt; &gt;&gt; &gt; NAME: ESX-nebula<br>&gt; &gt;&gt; &gt; STATE: ERROR<br>&gt; &gt;&gt; &gt; IM_MAD: im_vmware<br>&gt; &gt;&gt; &gt; VM_MAD: vmm_vmware<br>&gt; &gt;&gt; &gt; TM_MAD: tm_ssh<br>&gt; &gt;&gt; &gt;<br>&gt; &gt;&gt; &gt; HOST SHARES<br>&gt; &gt;&gt; &gt; MAX MEM: 0<br>&gt; &gt;&gt; &gt; USED MEM (REAL): 0<br>&gt; &gt;&gt; &gt; USED MEM (ALLOCATED): 0<br>&gt; &gt;&gt; &gt; MAX CPU: 0<br>&gt; &gt;&gt; &gt; USED CPU (REAL): 0<br>&gt; &gt;&gt; &gt; USED CPU (ALLOCATED): 0<br>&gt; &gt;&gt; &gt; RUNNING VMS: 0<br>&gt; &gt;&gt; &gt;<br>&gt; &gt;&gt; &gt; MONITORING INFORMATION<br>&gt; &gt;&gt; &gt;<br>&gt; &gt;&gt; &gt; ----------------------------------------------<br>&gt; &gt;&gt; &gt;<br>&gt; &gt;&gt; &gt; The output of the log "oned.log" is payable are:<br>&gt; &gt;&gt; &gt;<br>&gt; &gt;&gt; &gt;<br>&gt; &gt;&gt; &gt; Tue Feb 9 15:09:57 2010 [REM] [D]: hostInfo method invoked<br>&gt; &gt;&gt; &gt; Tue Feb 9 15:10:08 2010 [INM] [I]: Monitoring ESX host-nebula (7)<br>&gt; &gt;&gt; &gt; Tue Feb 9 15:10:08 2010 [INM] [E]: Could not find driver information<br>&gt; &gt;&gt; &gt; im_vmware<br>&gt; &gt;&gt; &gt; Tue Feb 9 15:11:03 2010 [INM] [I]: Monitoring ESX host-nebula (7)<br>&gt; &gt;&gt; &gt; Tue Feb 9 15:11:03 2010 [INM] [E]: Could not find driver information<br>&gt; &gt;&gt; &gt; im_vmware<br>&gt; &gt;&gt; &gt; Tue Feb 9 15:11:57 2010 [INM] [I]: Monitoring ESX host-nebula (7)<br>&gt; &gt;&gt; &gt; Tue Feb 9 15:11:57 2010 [INM] [E]: Could not find driver information<br>&gt; &gt;&gt; &gt; im_vmware<br>&gt; &gt;&gt; &gt;<br>&gt; &gt;&gt; &gt; -----------------------------------------------<br>&gt; &gt;&gt; &gt;<br>&gt; &gt;&gt; &gt; I can´t advanced as they do not know which is the problem.<br>&gt; &gt;&gt; &gt;<br>&gt; &gt;&gt; &gt; Thanks in advance.<br>&gt; &gt;&gt; &gt;<br>&gt; &gt;&gt; &gt; A greeting.<br>&gt; &gt;&gt; &gt; ________________________________<br>&gt; &gt;&gt; &gt; ¿Quieres tener a tus amigos de Facebook en Messenger? ¡Clic AQUÍ!<br>&gt; &gt;&gt; &gt; _______________________________________________<br>&gt; &gt;&gt; &gt; Users mailing list<br>&gt; &gt;&gt; &gt; Users@lists.opennebula.org<br>&gt; &gt;&gt; &gt; http://lists.opennebula.org/listinfo.cgi/users-opennebula.org<br>&gt; &gt;&gt; &gt;<br>&gt; &gt;&gt; &gt;<br>&gt; &gt;<br>&gt; &gt; ________________________________<br>&gt; &gt; Disfruta de un resumen diario de tu Hotmail en tu móvil Movistar. ¡Accede<br>&gt; &gt; ya!<br>&gt; &gt; _______________________________________________<br>&gt; &gt; Users mailing list<br>&gt; &gt; Users@lists.opennebula.org<br>&gt; &gt; http://lists.opennebula.org/listinfo.cgi/users-opennebula.org<br>&gt; &gt;<br>&gt; &gt;<br>                                               <br /><hr />Navega con el navegador más seguro de todos. <a href='http://www.vivelive.com/internetexplorer8' target='_new'>¡Descárgatelo ya!</a></body>
</html>