<html><body><div style="font-family: trebuchet ms,sans-serif; font-size: 10pt; color: #000000"><div>I don't believe the VMID would be shown in the template itself, because OpenNebula will assign a new VMID when the VM is deployed. <br></div><div><br></div><div>Just to be sure I'm understanding what you're attempting to do, you need to ensure that a name you specify in the template is what is assigned to the VM as it's hostname?</div><div><br></div><hr id="zwchr"><div style="color:#000;font-weight:normal;font-style:normal;text-decoration:none;font-family:Helvetica,Arial,sans-serif;font-size:12pt;"><b>From: </b>"Michael Curran" <michael.curran@connectsolutions.com><br><b>To: </b>"Michael Curran" <michael.curran@connectsolutions.com>, "Tino Vazquez" <cvazquez@c12g.com><br><b>Cc: </b>users@lists.opennebula.org<br><b>Sent: </b>Tuesday, July 23, 2013 10:24:40 AM<br><b>Subject: </b>Re: [one-users] sunstone uploads<br><div><br></div>Searching further in the onevm show 45 I find this section<br><div><br></div>VIRTUAL MACHINE TEMPLATE<br>AUTOMATIC_REQUIREMENTS="CLUSTER_ID = 100"<br>CONTEXT=[<br>  DISK_ID="1",<br>  ETH0_DNS="192.168.250.26",<br>  ETH0_GATEWAY="192.168.250.254",<br>  ETH0_IP="192.168.251.3",<br>  ETH0_MASK="255.255.255.0",<br>  ETH0_NETWORK="192.168.251.0",<br>  NETWORK="YES",<br>  TARGET="hdb" ]<br>CPU="1"<br>FEATURES=[<br>  PCIBRIDGE="8" ]<br>MEMORY="512"<br>OS=[<br>  GUESTOS="windows7_64Guest" ]<br>RAW=[<br>  DATA_VMX="pciBridge4.virtualDev = \"pcieRootPort\"\npciBridge4.functions = \"8\"\npciBridge5.virtualDev = \"pcieRootPort\"\npciBridge5.functions = \"8\"\npciBridge6.virtualDev = \"pcieRootPort\"\npciBridge6.functions = \"8\"\npciBridge7.virtualDev = \"pcieRootPort\"\npciBridge7.functions = \"8\"\nvmci0.present = \"TRUE\"\n",<br>  TYPE="vmware" ]<br>TEMPLATE_ID="11"<br>VMID="45"<br><div><br></div>I see VMID liste at the bottom -- which is used in the IEETM CONTEXT for their template --  but VMID doesn't exist in the onetemplate showing -- so does that mean it pulls only from the VIRTUAL MACHINE TEMPLATE section of onevm show <ID> ? I cant use data from above that line?<br><div><br></div>Michael Curran | connectsolutions | Lead Network Architect<br>Phone 614.568.2285 | Mobile 614.403.6320 | www.connectsolutions.com<br><div><br></div>-----Original Message-----<br>From: users-bounces@lists.opennebula.org [mailto:users-bounces@lists.opennebula.org] On Behalf Of Michael Curran<br>Sent: Tuesday, July 23, 2013 10:15 AM<br>To: Tino Vazquez<br>Cc: users@lists.opennebula.org<br>Subject: Re: [one-users] sunstone uploads<br><div><br></div>So -- after creation of the VM -- I have this information in the onevm list <br><div><br></div>oneadmin@u-cmh-neb-dev01:~$ onevm show 45 VIRTUAL MACHINE 45 INFORMATION<br>ID                  : 45<br>NAME                : u-cmh-dev-win34<br>USER                : oneadmin<br>GROUP               : oneadmin<br>STATE               : ACTIVE<br>LCM_STATE           : RUNNING<br>RESCHED             : No<br>HOST                : 192.168.250.34<br>START TIME          : 07/22 08:51:58<br>END TIME            : -<br>DEPLOY ID           : one-45<br><div><br></div>Where does $VMID get defined? Does it relate to ID in the list above? If so, can I then use $VMNAME to relate to NAME above? <br><div><br></div>I need the NAME in this output to be the one that contextualization uses -- this is a dev name for my testing, and each name we create will be related to specific accounts and purposes <br><div><br></div>To automate this process, I need to be able to pull that name into the the Context settings -- if that's not possible,  I need to find a separate way to make it work<br><div><br></div>And then I will be adding a feature request :)<br><div><br></div>Michael Curran | connectsolutions | Lead Network Architect Phone 614.568.2285 | Mobile 614.403.6320 | www.connectsolutions.com<br><div><br></div>-----Original Message-----<br>From: Tino Vazquez [mailto:cvazquez@c12g.com]<br>Sent: Tuesday, July 23, 2013 9:52 AM<br>To: Michael Curran<br>Cc: users@lists.opennebula.org<br>Subject: Re: [one-users] sunstone uploads<br><div><br></div>Hi Michael,<br><div><br></div>$NAME refers to the name of the VM. if you have defined explicitly a name in the VM template<br><div><br></div>NAME=MyVM<br><div><br></div>then $NAME would resolve to "MyVM". If not, it will resolve to "one-<vid>".<br><div><br></div>Regards,<br><div><br></div>-Tino<br>--<br>Constantino Vázquez Blanco, PhD, MSc<br>Senior Infrastructure Architect at C12G Labs www.c12g.com | @C12G | es.linkedin.com/in/tinova<br><div><br></div>--<br>Confidentiality Warning: The information contained in this e-mail and any accompanying documents, unless otherwise expressly indicated, is confidential and privileged, and is intended solely for the person and/or entity to whom it is addressed (i.e. those identified in the "To" and "cc" box). They are the property of C12G Labs S.L..<br>Unauthorized distribution, review, use, disclosure, or copying of this communication, or any part thereof, is strictly prohibited and may be unlawful. If you have received this e-mail in error, please notify us immediately by e-mail at abuse@c12g.com and delete the e-mail and attachments and any copy from your system. C12G thanks you for your cooperation.<br><div><br></div><br>On Mon, Jul 22, 2013 at 7:43 PM, Michael Curran <michael.curran@connectsolutions.com> wrote:<br>> Now that the below is resolved -- Im looking at IEETA windows <br>> instructions<br>><br>> Where it says hostname= "$NAME"  -- does that variable in context refer the VMID or the name created by sunstone?<br>><br>> CONTEXT = [<br>> hostname = "$NAME",<br>> ip_public = "$NIC[IP, NETWORK=\"Public\"]", username = virtualuser <br>> files = "/vms_configuration/id_rsa.pub /vms_configuration/init.sh"<br>> ]<br>><br>> Michael Curran | connectsolutions | Lead Network Architect Phone<br>> 614.568.2285 | Mobile 614.403.6320 | www.connectsolutions.com<br>><br>> -----Original Message-----<br>> From: users-bounces@lists.opennebula.org<br>> [mailto:users-bounces@lists.opennebula.org] On Behalf Of Michael <br>> Curran<br>> Sent: Monday, July 22, 2013 12:24 PM<br>> To: Tino Vazquez<br>> Cc: users@lists.opennebula.org<br>> Subject: Re: [one-users] sunstone uploads<br>><br>> Okay -- figured it out -- only these needed to be updated within the <br>> template for the NIC to come online<br>><br>> Add<br>>         MODEL="e1000" to the NIC section<br>><br>> Add<br>>         RAW=[<br>>               DATA_VMX="vmci0.present = \"TRUE\"\n",<br>>                       TYPE="vmware" ]<br>><br>> All good now (hope these are options in the 4.4 release -- let me know I should be filing a features request for either.<br>><br>> Michael Curran | connectsolutions | Lead Network Architect Phone<br>> 614.568.2285 | Mobile 614.403.6320 | www.connectsolutions.com<br>><br>> -----Original Message-----<br>> From: Michael Curran<br>> Sent: Monday, July 22, 2013 12:09 PM<br>> To: Michael Curran; Tino Vazquez<br>> Cc: users@lists.opennebula.org<br>> Subject: RE: [one-users] sunstone uploads<br>><br>> I think I might have nailed down the issue -- but I want to test it in <br>> a few iterations<br>><br>> ethernet0.virtualDev="e1000" is not being set with the network -- possible feature request for Sunstone network options?<br>><br>> Michael Curran | connectsolutions | Lead Network Architect Phone<br>> 614.568.2285 | Mobile 614.403.6320 | www.connectsolutions.com<br>><br>> -----Original Message-----<br>> From: users-bounces@lists.opennebula.org<br>> [mailto:users-bounces@lists.opennebula.org] On Behalf Of Michael <br>> Curran<br>> Sent: Monday, July 22, 2013 11:18 AM<br>> To: Tino Vazquez<br>> Cc: users@lists.opennebula.org<br>> Subject: Re: [one-users] sunstone uploads<br>><br>> Okay -- more comments myself --<br>><br>> The pcibridge does get the following settings on creation<br>><br>> pciBridge${i}.present = "TRUE"<br>> pciBridge${i}.pciSlotNumber = "XX"<br>><br>> However this is NOT created with it<br>><br>> pciBridge${i}.virtualDev = "pcieRootPort" is not created<br>><br>> I will add the virtualDev and the vmci0.present as RAW data and see if <br>> that resolves the issues<br>><br>><br>> Michael Curran | connectsolutions | Lead Network Architect Phone<br>> 614.568.2285 | Mobile 614.403.6320 | www.connectsolutions.com<br>><br>> -----Original Message-----<br>> From: Tino Vazquez [mailto:cvazquez@c12g.com]<br>> Sent: Monday, July 22, 2013 9:58 AM<br>> To: Michael Curran<br>> Cc: users@lists.opennebula.org<br>> Subject: Re: [one-users] sunstone uploads<br>><br>> comments inline,<br>><br>> On Mon, Jul 22, 2013 at 3:53 PM, Michael Curran <michael.curran@connectsolutions.com> wrote:<br>>> I see -- so based on these raw settings we added last time -- I should set pcibridge to at least 7 ??<br>>><br>>> RAW=[<br>>>   DATA_VMX="pciBridge0.present = \"TRUE\"\npciBridge4.present = \"TRUE\"\npciBridge4.virtualDev = \"pcieRootPort\"\npciBridge4.functions = \"8\"\npciBridge5.present = \"TRUE\"\npciBridge5.virtualDev = \"pcieRootPort\"\npciBridge5.functions = \"8\"\npciBridge6.present = \"TRUE\"\npciBridge6.virtualDev = \"pcieRootPort\"\npciBridge6.functions = \"8\"\npciBridge7.present = \"TRUE\"\npciBridge7.virtualDev = \"pcieRootPort\"\npciBridge7.functions = \"8\"\nvmci0.present = \"TRUE\"\nguestOS=\"windows7srv-64\"",<br>>>   TYPE="vmware" ]<br>><br>> Yes<br>><br>>><br>>> What about vmci0.present? Is that still a RAW setting then?<br>><br>> For the moment, yes.<br>><br>>><br>>> Michael Curran | connectsolutions | Lead Network Architect Phone<br>>> 614.568.2285 | Mobile 614.403.6320 | www.connectsolutions.com<br>>><br>>> -----Original Message-----<br>>> From: Tino Vazquez [mailto:cvazquez@c12g.com]<br>>> Sent: Monday, July 22, 2013 9:44 AM<br>>> To: Michael Curran<br>>> Cc: users@lists.opennebula.org<br>>> Subject: Re: [one-users] sunstone uploads<br>>><br>>> Hi Michael,<br>>><br>>> 0 means no pcibridge<br>>> 1 means 1 pcibridge, with ID = 0 (ie pciBridge0.present="TRUE" in the <br>>> .vmx file)<br>>> 2 means 2 pcibridges with ID = 0 and 1 (ie, both pciBridge0.present="TRUE" and pciBridge1.present="TRUE" in the .vmx file).<br>>> and so on...<br>>><br>>> Best,<br>>><br>>> -Tino<br>>> --<br>>> Constantino Vázquez Blanco, PhD, MSc<br>>> Senior Infrastructure Architect at C12G Labs www.c12g.com | @C12G | <br>>> es.linkedin.com/in/tinova<br>>><br>>> --<br>>> Confidentiality Warning: The information contained in this e-mail and any accompanying documents, unless otherwise expressly indicated, is confidential and privileged, and is intended solely for the person and/or entity to whom it is addressed (i.e. those identified in the "To" and "cc" box). They are the property of C12G Labs S.L..<br>>> Unauthorized distribution, review, use, disclosure, or copying of this communication, or any part thereof, is strictly prohibited and may be unlawful. If you have received this e-mail in error, please notify us immediately by e-mail at abuse@c12g.com and delete the e-mail and attachments and any copy from your system. C12G thanks you for your cooperation.<br>>><br>>><br>>> On Mon, Jul 22, 2013 at 3:39 PM, Michael Curran <michael.curran@connectsolutions.com> wrote:<br>>>> So -- then I should look at the drop-down menu for pcibridge as<br>>>><br>>>> 0 is disabled<br>>>> 1-10 really equals 0-9 in the VM?<br>>>><br>>>> Michael Curran | connectsolutions | Lead Network Architect Phone<br>>>> 614.568.2285 | Mobile 614.403.6320 | www.connectsolutions.com<br>>>><br>>>> -----Original Message-----<br>>>> From: Tino Vazquez [mailto:cvazquez@c12g.com]<br>>>> Sent: Monday, July 22, 2013 9:08 AM<br>>>> To: Michael Curran<br>>>> Cc: users@lists.opennebula.org<br>>>> Subject: Re: [one-users] sunstone uploads<br>>>><br>>>> Hi Michael,<br>>>><br>>>> PCIBRIDGE=0 will disable the pcibridges. PCIBRDIGE=1 will get you the first pcibrdige (0) present in the VM.<br>>>><br>>>> Regards,<br>>>><br>>>> -Tino<br>>>> --<br>>>> Constantino Vázquez Blanco, PhD, MSc Senior Infrastructure Architect <br>>>> at C12G Labs www.c12g.com | @C12G | es.linkedin.com/in/tinova<br>>>><br>>>> --<br>>>> Confidentiality Warning: The information contained in this e-mail and any accompanying documents, unless otherwise expressly indicated, is confidential and privileged, and is intended solely for the person and/or entity to whom it is addressed (i.e. those identified in the "To" and "cc" box). They are the property of C12G Labs S.L..<br>>>> Unauthorized distribution, review, use, disclosure, or copying of this communication, or any part thereof, is strictly prohibited and may be unlawful. If you have received this e-mail in error, please notify us immediately by e-mail at abuse@c12g.com and delete the e-mail and attachments and any copy from your system. C12G thanks you for your cooperation.<br>>>><br>>>><br>>>> On Fri, Jul 19, 2013 at 4:15 PM, Michael Curran <michael.curran@connectsolutions.com> wrote:<br>>>>> The template has this  -- I don't see the PCI bridge in the vmx file -- so I don't have a network card in the VM.<br>>>>><br>>>>> TEMPLATE 10 INFORMATION<br>>>>> ID             : 10<br>>>>> NAME           : Window Test2<br>>>>> USER           : oneadmin<br>>>>> GROUP          : oneadmin<br>>>>> REGISTER TIME  : 07/19 04:44:55<br>>>>><br>>>>> PERMISSIONS<br>>>>> OWNER          : um-<br>>>>> GROUP          : ---<br>>>>> OTHER          : ---<br>>>>><br>>>>> TEMPLATE CONTENTS<br>>>>> CONTEXT=[<br>>>>>   NETWORK="YES",<br>>>>>   SSH_PUBLIC_KEY="$USER[SSH_PUBLIC_KEY]" ] CPU="1"<br>>>>> DISK=[<br>>>>>   IMAGE_ID="13" ]<br>>>>> FEATURES=[<br>>>>>   PCIBRIDGE="0" ]<br>>>>> MEMORY="2048"<br>>>>> NIC=[<br>>>>>   NETWORK_ID="1" ]<br>>>>> OS=[<br>>>>>   GUESTOS="windows7_64Guest" ]<br>>>>> REQUIREMENTS="ID=\"10\" | ID=\"11\""<br>>>>> oneadmin@u-cmh-neb-dev01:/var/log/one$<br>>>>><br>>>>><br>>>>><br>>>>> The vmx file for the VM I stood up from this template<br>>>>><br>>>>> /vmfs/volumes/51da424d-d8b7ccdb-e9bb-00248188435a/40/disk.0 # cat <br>>>>> one-40.vmx .encoding = "UTF-8"<br>>>>> config.version = "8"<br>>>>> virtualHW.version = "8"<br>>>>> guestOS = "windows7-64"<br>>>>> uuid.bios = "78 96 ab f7 68 f6 42 14-8b 73 77 12 1d cc 6b 2a"<br>>>>> displayName = "one-40"<br>>>>> memsize = "2048"<br>>>>> numvcpus = "1"<br>>>>> ide0:0.present = "true"<br>>>>> ide0:0.deviceType = "disk"<br>>>>> ide0:0.fileName = "/vmfs/volumes/51da424d-d8b7ccdb-e9bb-00248188435a/40/disk.0/disk.vmdk"<br>>>>> ide0:1.present = "true"<br>>>>> ide0:1.deviceType = "cdrom-image"<br>>>>> ide0:1.fileName = "/vmfs/volumes/51da424d-d8b7ccdb-e9bb-00248188435a/40/disk.1.iso"<br>>>>> ethernet0.present = "true"<br>>>>> ethernet0.networkName = "VM Network"<br>>>>> ethernet0.connectionType = "bridged"<br>>>>> ethernet0.addressType = "static"<br>>>>> ethernet0.address = "02:00:c0:a8:fb:02"<br>>>>> ethernet0.checkMACAddress = "false"<br>>>>> extendedConfigFile = "one-40.vmxf"<br>>>>> virtualHW.productCompatibility = "hosted"<br>>>>> floppy0.present = "FALSE"<br>>>>> floppy1.present = "FALSE"<br>>>>> ethernet0.pciSlotNumber = "-1"<br>>>>> svga.vramSize = "8388608"<br>>>>> tools.syncTime = "FALSE"<br>>>>> uuid.location = "56 4d 77 a2 cf 06 df f1-1f f5 e1 6f 77 d0 06 1e"<br>>>>> vc.uuid = "50 26 c2 0c 59 b7 bd 5f-11 bd d9 14 e6 95 f1 31"<br>>>>> cleanShutdown = "TRUE"<br>>>>> replay.supported = "TRUE"<br>>>>> unity.wasCapable = "FALSE"<br>>>>> sched.swap.derivedName = "/vmfs/volumes/51da424d-d8b7ccdb-e9bb-00248188435a/40/disk.0/one-40-7a898853.vswp"<br>>>>> replay.filename = ""<br>>>>> ide0:0.redo = ""<br>>>>> tools.remindInstall = "TRUE"<br>>>>> hostCPUID.0 = "0000000d756e65476c65746e49656e69"<br>>>>> hostCPUID.1 = "0001067a00040800040ce3bdbfebfbff"<br>>>>> hostCPUID.80000001 = "00000000000000000000000120100800"<br>>>>> guestCPUID.0 = "0000000d756e65476c65746e49656e69"<br>>>>> guestCPUID.1 = "0001067a00010800840822010fabfbff"<br>>>>> guestCPUID.80000001 = "00000000000000000000000120100800"<br>>>>> userCPUID.0 = "0000000d756e65476c65746e49656e69"<br>>>>> userCPUID.1 = "0001067a00040800040822010fabfbff"<br>>>>> userCPUID.80000001 = "00000000000000000000000120100800"<br>>>>> evcCompatibilityMode = "FALSE"<br>>>>> vmotion.checkpointFBSize = "8388608"<br>>>>> softPowerOff = "TRUE"<br>>>>> /vmfs/volumes/51da424d-d8b7ccdb-e9bb-00248188435a/40/disk.0 #<br>>>>><br>>>>><br>>>>> Michael Curran | connectsolutions | Lead Network Architect Phone<br>>>>> 614.568.2285 | Mobile 614.403.6320 | www.connectsolutions.com<br>>>>><br>>>>> -----Original Message-----<br>>>>> From: Michael Curran<br>>>>> Sent: Friday, July 19, 2013 9:57 AM<br>>>>> To: Michael Curran; Tino Vazquez<br>>>>> Cc: users@lists.opennebula.org<br>>>>> Subject: RE: [one-users] sunstone uploads<br>>>>><br>>>>> Okay -- this is what I found<br>>>>><br>>>>>    -- installed 1.9.1 (which for Ubuntu has the 1.9.3.0p installation)<br>>>>>    -- removed 1.8 so that I only had the required ruby for rbvmomi<br>>>>>    -- OpenNebula sunstone required me to have ruby1.8 on the system<br>>>>>    -- had to re-install ruby1.8 , then re-install all the gems required for Sunstone/OpenNebula<br>>>>>    -- Was able to install rbvmomi after all of that<br>>>>><br>>>>> I am now able to resume testing of building VM's with the new template that uses the pciBridge / guestos name from the template created within SunStone GUI and new selections.<br>>>>><br>>>>> Michael Curran | connectsolutions | Lead Network Architect Phone<br>>>>> 614.568.2285 | Mobile 614.403.6320 | www.connectsolutions.com<br>>>>><br>>>>> -----Original Message-----<br>>>>> From: users-bounces@lists.opennebula.org<br>>>>> [mailto:users-bounces@lists.opennebula.org] On Behalf Of Michael <br>>>>> Curran<br>>>>> Sent: Friday, July 19, 2013 8:41 AM<br>>>>> To: Tino Vazquez<br>>>>> Cc: users@lists.opennebula.org<br>>>>> Subject: Re: [one-users] sunstone uploads<br>>>>><br>>>>> Looking around, I think its related to the fact that I am using <br>>>>> Ubuntu 12.04 and the default version of ruby is 1.8.7 which was <br>>>>> fine for 4.0.1, but 4.2 and rbvmomi require =>1.9.2<br>>>>><br>>>>> Upgrading the version now so I can install rbvmomi as wel<br>>>>><br>>>>> Michael Curran | connectsolutions | Lead Network Architect Phone<br>>>>> 614.568.2285 | Mobile 614.403.6320 | www.connectsolutions.com<br>>>>><br>>>>> -----Original Message-----<br>>>>> From: Tino Vazquez [mailto:cvazquez@c12g.com]<br>>>>> Sent: Friday, July 19, 2013 8:32 AM<br>>>>> To: Michael Curran<br>>>>> Cc: users@lists.opennebula.org<br>>>>> Subject: Re: [one-users] sunstone uploads<br>>>>><br>>>>> Hi Michae,<br>>>>><br>>>>> What OS are you using for the OpenNebula front-end?<br>>>>><br>>>>> Regards,<br>>>>><br>>>>> -Tino<br>>>>> --<br>>>>> Constantino Vázquez Blanco, PhD, MSc Senior Infrastructure <br>>>>> Architect at C12G Labs www.c12g.com | @C12G | <br>>>>> es.linkedin.com/in/tinova<br>>>>><br>>>>> --<br>>>>> Confidentiality Warning: The information contained in this e-mail and any accompanying documents, unless otherwise expressly indicated, is confidential and privileged, and is intended solely for the person and/or entity to whom it is addressed (i.e. those identified in the "To" and "cc" box). They are the property of C12G Labs S.L..<br>>>>> Unauthorized distribution, review, use, disclosure, or copying of this communication, or any part thereof, is strictly prohibited and may be unlawful. If you have received this e-mail in error, please notify us immediately by e-mail at abuse@c12g.com and delete the e-mail and attachments and any copy from your system. C12G thanks you for your cooperation.<br>>>>><br>>>>><br>>>>> On Fri, Jul 19, 2013 at 2:18 PM, Michael Curran <michael.curran@connectsolutions.com> wrote:<br>>>>>> Found it -- thanks!! Along with GuestOS naming -- excellent!!<br>>>>>><br>>>>>>  However after the upgrade I am getting lots of Ruby errors -- should I do a gem update as part of the 4.2 upgrade?<br>>>>>><br>>>>>> Fri Jul 19 05:16:30 2013 [VMM][D]: Message received: LOG I 34 <br>>>>>> Command execution fail: /var/lib/one/remotes/vmm/vmware/poll<br>>>>>> one-34<br>>>>>> 192.168.250.34 34 192.168.250.34<br>>>>>><br>>>>>> Fri Jul 19 05:16:30 2013 [VMM][D]: Message received: LOG I 34 <br>>>>>> /usr/lib/ruby/vendor_ruby/1.8/rubygems/custom_require.rb:36:in<br>>>>>> `gem_original_require': no such file to lo ad -- builder<br>>>>>> (LoadError)<br>>>>>><br>>>>>> Fri Jul 19 05:16:30 2013 [VMM][D]: Message received: LOG I 34 from /usr/lib/ruby/vendor_ruby/1.8/rubygems/custom_require.rb:36:in `require'<br>>>>>><br>>>>>> Fri Jul 19 05:16:30 2013 [VMM][D]: Message received: LOG I 34 from<br>>>>>> /usr/lib/one/ruby/vendors/rbvmomi/lib/rbvmomi/trivial_soap.rb:3<br>>>>>><br>>>>>> Fri Jul 19 05:16:30 2013 [VMM][D]: Message received: LOG I 34 from /usr/lib/one/ruby/vendors/rbvmomi/lib/rbvmomi/connection.rb:4:in `require'<br>>>>>><br>>>>>> Fri Jul 19 05:16:30 2013 [VMM][D]: Message received: LOG I 34 from<br>>>>>> /usr/lib/one/ruby/vendors/rbvmomi/lib/rbvmomi/connection.rb:4<br>>>>>><br>>>>>> Fri Jul 19 05:16:30 2013 [VMM][D]: Message received: LOG I 34 from /usr/lib/one/ruby/vendors/rbvmomi/lib/rbvmomi.rb:11:in `require'<br>>>>>><br>>>>>> Fri Jul 19 05:16:30 2013 [VMM][D]: Message received: LOG I 34 from<br>>>>>> /usr/lib/one/ruby/vendors/rbvmomi/lib/rbvmomi.rb:11<br>>>>>><br>>>>>> Fri Jul 19 05:16:30 2013 [VMM][D]: Message received: LOG I 34 from /var/lib/one/remotes/vmm/vmware/vi_driver.rb:40:in `require'<br>>>>>><br>>>>>> Fri Jul 19 05:16:30 2013 [VMM][D]: Message received: LOG I 34 from<br>>>>>> /var/lib/one/remotes/vmm/vmware/vi_driver.rb:40<br>>>>>><br>>>>>> Fri Jul 19 05:16:30 2013 [VMM][D]: Message received: LOG I 34 from /var/lib/one/remotes/vmm/vmware/poll:31:in `require'<br>>>>>><br>>>>>> Fri Jul 19 05:16:30 2013 [VMM][D]: Message received: LOG I 34 from<br>>>>>> /var/lib/one/remotes/vmm/vmware/poll:31<br>>>>>><br>>>>>> Fri Jul 19 05:16:30 2013 [VMM][D]: Message received: LOG I 34<br>>>>>> ExitCode: 1<br>>>>>><br>>>>>> Fri Jul 19 05:16:30 2013 [VMM][D]: Message received: POLL FAILURE<br>>>>>> 34<br>>>>>> -<br>>>>>><br>>>>>> Michael Curran | connectsolutions | Lead Network Architect Phone<br>>>>>> 614.568.2285 | Mobile 614.403.6320 | www.connectsolutions.com<br>>>>>><br>>>>>> -----Original Message-----<br>>>>>> From: Tino Vazquez [mailto:cvazquez@c12g.com]<br>>>>>> Sent: Friday, July 19, 2013 6:33 AM<br>>>>>> To: Michael Curran<br>>>>>> Cc: users@lists.opennebula.org<br>>>>>> Subject: Re: [one-users] sunstone uploads<br>>>>>><br>>>>>> Hi Michael,<br>>>>>><br>>>>>> You can find it in Create VM Template -> OS Booting -> Features tab.<br>>>>>><br>>>>>> Regards,<br>>>>>><br>>>>>> -Tino<br>>>>>> --<br>>>>>> Constantino Vázquez Blanco, PhD, MSc Senior Infrastructure <br>>>>>> Architect at C12G Labs www.c12g.com | @C12G | <br>>>>>> es.linkedin.com/in/tinova<br>>>>>><br>>>>>> --<br>>>>>> Confidentiality Warning: The information contained in this e-mail and any accompanying documents, unless otherwise expressly indicated, is confidential and privileged, and is intended solely for the person and/or entity to whom it is addressed (i.e. those identified in the "To" and "cc" box). They are the property of C12G Labs S.L..<br>>>>>> Unauthorized distribution, review, use, disclosure, or copying of this communication, or any part thereof, is strictly prohibited and may be unlawful. If you have received this e-mail in error, please notify us immediately by e-mail at abuse@c12g.com and delete the e-mail and attachments and any copy from your system. C12G thanks you for your cooperation.<br>>>>>><br>>>>>><br>>>>>> On Thu, Jul 18, 2013 at 10:44 PM, Michael Curran <michael.curran@connectsolutions.com> wrote:<br>>>>>>> Cleared the cache when I got home - seeing the changes , although <br>>>>>>> I am not seeing the check box for pcibridge setup? Is that just <br>>>>>>> assumed within the new vmware drivers?<br>>>>>>><br>>>>>>><br>>>>>>><br>>>>>>> Michael Curran | connectsolutions | Lead Network Architect<br>>>>>>><br>>>>>>> Phone 614.568.2285 | Mobile 614.403.6320 | <br>>>>>>> www.connectsolutions.com<br>>>>>>><br>>>>>>><br>>>>>>><br>>>>>>> From: users-bounces@lists.opennebula.org<br>>>>>>> [mailto:users-bounces@lists.opennebula.org] On Behalf Of Michael <br>>>>>>> Curran<br>>>>>>> Sent: Thursday, July 18, 2013 1:39 PM<br>>>>>>> To: cvazquez@c12g.com<br>>>>>>><br>>>>>>><br>>>>>>> Cc: users@lists.opennebula.org<br>>>>>>> Subject: Re: [one-users] sunstone uploads<br>>>>>>><br>>>>>>><br>>>>>>><br>>>>>>> It was a short test window, had to run to personal event. Will <br>>>>>>> follow to list this afternoon<br>>>>>>><br>>>>>>> Sent from my Android phone using TouchDown (www.nitrodesk.com)<br>>>>>>><br>>>>>>> -----Original Message-----<br>>>>>>> From: Tino Vazquez [cvazquez@c12g.com]<br>>>>>>> Received: Thursday, 18 Jul 2013, 1:37pm<br>>>>>>> To: Michael Curran [michael.curran@connectsolutions.com]<br>>>>>>> CC: users@lists.opennebula.org [users@lists.opennebula.org]<br>>>>>>> Subject: Re: [one-users] sunstone uploads<br>>>>>>><br>>>>>>> Hi Michael,<br>>>>>>><br>>>>>>> Could it be a cache issue? Try using Chrome's incognito mode or <br>>>>>>> something similar.<br>>>>>>><br>>>>>>> Regards,<br>>>>>>><br>>>>>>> -Tino<br>>>>>>> --<br>>>>>>> Constantino Vázquez Blanco, PhD, MSc Senior Infrastructure <br>>>>>>> Architect at C12G Labs www.c12g.com | @C12G | <br>>>>>>> es.linkedin.com/in/tinova<br>>>>>>><br>>>>>>> --<br>>>>>>> Confidentiality Warning: The information contained in this e-mail <br>>>>>>> and any accompanying documents, unless otherwise expressly <br>>>>>>> indicated, is confidential and privileged, and is intended solely <br>>>>>>> for the person and/or entity to whom it is addressed (i.e. those <br>>>>>>> identified in the "To" and "cc" box). They are the property of C12G Labs S.L..<br>>>>>>> Unauthorized distribution, review, use, disclosure, or copying of <br>>>>>>> this communication, or any part thereof, is strictly prohibited <br>>>>>>> and may be unlawful. If you have received this e-mail in error, <br>>>>>>> please notify us immediately by e-mail at abuse@c12g.com and <br>>>>>>> delete the e-mail and attachments and any copy from your system.<br>>>>>>> C12G thanks you for your cooperation.<br>>>>>>><br>>>>>>><br>>>>>>> On Thu, Jul 18, 2013 at 7:35 PM, Michael Curran <br>>>>>>> <michael.curran@connectsolutions.com> wrote:<br>>>>>>>> So far...the sunstone GUI has these issues<br>>>>>>>><br>>>>>>>> 1. Create new image button, takes me to dashboard 2. Create new <br>>>>>>>> template, cannot click on any tabs, doesn't change display.<br>>>>>>>><br>>>>>>>> Have only tested on chrome, need to check Firefox/IE<br>>>>>>>><br>>>>>>>> Sent from my Android phone using TouchDown (www.nitrodesk.com)<br>>>>>>>><br>>>>>>>><br>>>>>>>> -----Original Message-----<br>>>>>>>> From: Tino Vazquez [cvazquez@c12g.com]<br>>>>>>>> Received: Thursday, 18 Jul 2013, 12:58pm<br>>>>>>>> To: Michael Curran [michael.curran@connectsolutions.com]<br>>>>>>>> CC: users@lists.opennebula.org [users@lists.opennebula.org]<br>>>>>>>> Subject: Re: [one-users] sunstone uploads<br>>>>>>>><br>>>>>>>> Hi Michael,<br>>>>>>>><br>>>>>>>> Ok, I see ;) Let me know about your tests so I know if I need to <br>>>>>>>> focus in Sunstone or in both Sunstone & CLI.<br>>>>>>>><br>>>>>>>> Cheers!<br>>>>>>>><br>>>>>>>> -Tino<br>>>>>>>> --<br>>>>>>>> Constantino Vázquez Blanco, PhD, MSc Senior Infrastructure <br>>>>>>>> Architect at C12G Labs www.c12g.com | @C12G | <br>>>>>>>> es.linkedin.com/in/tinova<br>>>>>>>><br>>>>>>>> --<br>>>>>>>> Confidentiality Warning: The information contained in this <br>>>>>>>> e-mail and any accompanying documents, unless otherwise <br>>>>>>>> expressly indicated, is confidential and privileged, and is <br>>>>>>>> intended solely for the person and/or entity to whom it is <br>>>>>>>> addressed (i.e. those identified in the "To" and "cc" box). They are the property of C12G Labs S.L..<br>>>>>>>> Unauthorized distribution, review, use, disclosure, or copying <br>>>>>>>> of this communication, or any part thereof, is strictly <br>>>>>>>> prohibited and may be unlawful. If you have received this e-mail <br>>>>>>>> in error, please notify us immediately by e-mail at <br>>>>>>>> abuse@c12g.com and delete the e-mail and attachments and any copy from your system.<br>>>>>>>> C12G thanks you for your cooperation.<br>>>>>>>><br>>>>>>>><br>>>>>>>> On Thu, Jul 18, 2013 at 2:01 PM, Michael Curran <br>>>>>>>> <michael.curran@connectsolutions.com> wrote:<br>>>>>>>>> Tino --<br>>>>>>>>><br>>>>>>>>> I should have been clearer , as this error occurs if I upload a <br>>>>>>>>> tarball.gz or a file , through sunstone.<br>>>>>>>>><br>>>>>>>>> I will test this from the CLI with oneimage and see if it's the <br>>>>>>>>> same issue<br>>>>>>>>> -- possible its limited to Sunstone. Also in my test env. I <br>>>>>>>>> only have one golden VM and one image repository, I can use <br>>>>>>>>> vmkfstools to re-clone the image from the ESXi host for now.<br>>>>>>>>><br>>>>>>>>> Michael Curran | connectsolutions | Lead Network Architect <br>>>>>>>>> Phone<br>>>>>>>>> 614.568.2285 | Mobile 614.403.6320 | www.connectsolutions.com<br>>>>>>>>><br>>>>>>>>> -----Original Message-----<br>>>>>>>>> From: Tino Vazquez [mailto:cvazquez@c12g.com]<br>>>>>>>>> Sent: Thursday, July 18, 2013 7:39 AM<br>>>>>>>>> To: Michael Curran<br>>>>>>>>> Cc: users@lists.opennebula.org<br>>>>>>>>> Subject: Re: [one-users] sunstone uploads<br>>>>>>>>><br>>>>>>>>> Hi Michael,<br>>>>>>>>><br>>>>>>>>> Currently, there is no support to upload directories through Sunstone.<br>>>>>>>>> Alternatively, you can make a tarball (tar.gz) with a folder <br>>>>>>>>> containing the vmdk you want to register, and register it through Sunstone.<br>>>>>>>>> OpenNebula<br>>>>>>>>> will automatically untar it in order to use it.<br>>>>>>>>><br>>>>>>>>> Hope it helps,<br>>>>>>>>><br>>>>>>>>> -Tino<br>>>>>>>>> --<br>>>>>>>>> Constantino Vázquez Blanco, PhD, MSc Senior Infrastructure <br>>>>>>>>> Architect at C12G Labs www.c12g.com | @C12G | <br>>>>>>>>> es.linkedin.com/in/tinova<br>>>>>>>>><br>>>>>>>>> --<br>>>>>>>>> Confidentiality Warning: The information contained in this <br>>>>>>>>> e-mail and any accompanying documents, unless otherwise <br>>>>>>>>> expressly indicated, is confidential and privileged, and is <br>>>>>>>>> intended solely for the person and/or entity to whom it is <br>>>>>>>>> addressed (i.e. those identified in the "To" and "cc"<br>>>>>>>>> box). They are the property of C12G Labs S.L..<br>>>>>>>>> Unauthorized distribution, review, use, disclosure, or copying <br>>>>>>>>> of this communication, or any part thereof, is strictly <br>>>>>>>>> prohibited and may be unlawful. If you have received this <br>>>>>>>>> e-mail in error, please notify us immediately by e-mail at <br>>>>>>>>> abuse@c12g.com and delete the e-mail and attachments and any copy from your system.<br>>>>>>>>> C12G thanks you for your cooperation.<br>>>>>>>>><br>>>>>>>>><br>>>>>>>>> On Wed, Jul 17, 2013 at 3:00 PM, Michael Curran <br>>>>>>>>> <michael.curran@connectsolutions.com> wrote:<br>>>>>>>>>> I have sunstone set to upload files to /var/tmp (which is set <br>>>>>>>>>> to 1777, as<br>>>>>>>>>> expected) however the uploaded directory does not appear to <br>>>>>>>>>> get created<br>>>>>>>>>><br>>>>>>>>>><br>>>>>>>>>><br>>>>>>>>>> Anyone have any ideas where to look within sunstone for what <br>>>>>>>>>> is taking place during that process?<br>>>>>>>>>><br>>>>>>>>>><br>>>>>>>>>><br>>>>>>>>>> There are no errors in the sunstone.error log and the upload <br>>>>>>>>>> command looks complete in sunstone.log - just nothing created<br>>>>>>>>>><br>>>>>>>>>><br>>>>>>>>>><br>>>>>>>>>> I confirmed that I can create files in /var/tmp as you would <br>>>>>>>>>> normally expect - so its not a permissions issue at any level<br>>>>>>>>>><br>>>>>>>>>><br>>>>>>>>>><br>>>>>>>>>> Currently working around by uploading the file to the ONE <br>>>>>>>>>> server and specifying a path, which does work fine.<br>>>>>>>>>><br>>>>>>>>>><br>>>>>>>>>><br>>>>>>>>>> Entries in Sunstone.log<br>>>>>>>>>><br>>>>>>>>>><br>>>>>>>>>><br>>>>>>>>>> Wed Jul 17 05:27:28 2013 [I]: 192.168.99.145 - - [17/Jul/2013 <br>>>>>>>>>> 05:27:28] "POST <br>>>>>>>>>> /upload?img=%7B%22image%22%3A%7B%22NAME%22%3A%22Windows+Im<br>>>>>>>>>><br>>>>>>>>>> age+2%22%2C%22TYPE%22%3A%22OS%22%2C%22PERSISTENT%22%3A%22NO%22<br>>>>>>>>>> age+%<br>>>>>>>>>> age+7<br>>>>>>>>>> age+D%<br>>>>>>>>>> age+2<br>>>>>>>>>> age+C%2 2ds_id%22%3A%221%22%7D&file=disk.vmdk&qqfile=disk.vmdk<br>>>>>>>>>> HTTP/1.1" 2<br>>>>>>>>>><br>>>>>>>>>> 01 1033 5.4591<br>>>>>>>>>><br>>>>>>>>>><br>>>>>>>>>><br>>>>>>>>>> Oned.log<br>>>>>>>>>><br>>>>>>>>>><br>>>>>>>>>><br>>>>>>>>>> Wed Jul 17 05:27:22 2013 [ReM][D]: Req:8656 UID:0 <br>>>>>>>>>> ImageAllocate invoked, "PERSISTENT="NO"...", 1<br>>>>>>>>>><br>>>>>>>>>> Wed Jul 17 05:27:23 2013 [ImG][D]: Message received: LOG I<br>>>>>>>>>> 3771<br>>>>>>>>>> ExitCode: 0<br>>>>>>>>>><br>>>>>>>>>><br>>>>>>>>>><br>>>>>>>>>> Wed Jul 17 05:27:23 2013 [ImM][I]: ExitCode: 0<br>>>>>>>>>><br>>>>>>>>>> Wed Jul 17 05:27:23 2013 [ImG][D]: Message received: STAT <br>>>>>>>>>> SUCCESS<br>>>>>>>>>> 3771<br>>>>>>>>>> 1<br>>>>>>>>>><br>>>>>>>>>><br>>>>>>>>>><br>>>>>>>>>> Wed Jul 17 05:27:23 2013 [ImM][I]: Copying<br>>>>>>>>>> /var/tmp/sunstone-upload20130717-5022-zwbmhp-0 to repository <br>>>>>>>>>> for image<br>>>>>>>>>> 24<br>>>>>>>>>><br>>>>>>>>>> Wed Jul 17 05:27:23 2013 [ReM][D]: Req:8656 UID:0 <br>>>>>>>>>> ImageAllocate result SUCCESS, 24<br>>>>>>>>>><br>>>>>>>>>> Wed Jul 17 05:27:23 2013 [ReM][D]: Req:9920 UID:0 ImageInfo <br>>>>>>>>>> invoked,<br>>>>>>>>>> 24<br>>>>>>>>>><br>>>>>>>>>> Wed Jul 17 05:27:23 2013 [ReM][D]: Req:9920 UID:0 ImageInfo <br>>>>>>>>>> result SUCCESS, "<IMAGE><ID>24</ID><U..."<br>>>>>>>>>><br>>>>>>>>>> Wed Jul 17 05:27:23 2013 [ReM][D]: Req:5184 UID:0 <br>>>>>>>>>> VirtualMachinePoolInfo invoked, -2, -1, -1, -1<br>>>>>>>>>><br>>>>>>>>>> Wed Jul 17 05:27:23 2013 [ReM][D]: Req:5184 UID:0 <br>>>>>>>>>> VirtualMachinePoolInfo result SUCCESS, "<VM_POOL><VM><ID>26<..."<br>>>>>>>>>><br>>>>>>>>>> Wed Jul 17 05:27:24 2013 [ReM][D]: Req:3984 UID:0 <br>>>>>>>>>> VirtualMachinePoolInfo invoked, -2, -1, -1, -1<br>>>>>>>>>><br>>>>>>>>>> Wed Jul 17 05:27:24 2013 [ReM][D]: Req:3984 UID:0 <br>>>>>>>>>> VirtualMachinePoolInfo result SUCCESS, "<VM_POOL><VM><ID>26<..."<br>>>>>>>>>><br>>>>>>>>>> Wed Jul 17 05:27:24 2013 [InM][E]: poll: Error executing: <br>>>>>>>>>> virsh -c 'esx://192.168.250.34/?no_verify=1&auto_answer=1' <br>>>>>>>>>> --readonly dominfo Name<br>>>>>>>>>> err: ExitCode: 1<br>>>>>>>>>><br>>>>>>>>>> Wed Jul 17 05:27:24 2013 [InM][I]: out:<br>>>>>>>>>><br>>>>>>>>>> Wed Jul 17 05:27:24 2013 [InM][I]: error: failed to get domain 'Name'<br>>>>>>>>>><br>>>>>>>>>> Wed Jul 17 05:27:24 2013 [InM][I]: error: Domain not found: No <br>>>>>>>>>> domain with name 'Name'<br>>>>>>>>>><br>>>>>>>>>> Wed Jul 17 05:27:24 2013 [InM][I]:<br>>>>>>>>>><br>>>>>>>>>> Wed Jul 17 05:27:24 2013 [InM][I]: ExitCode: 0<br>>>>>>>>>><br>>>>>>>>>> Wed Jul 17 05:27:24 2013 [InM][D]: Host 192.168.250.34 (10) <br>>>>>>>>>> successfully monitored.<br>>>>>>>>>><br>>>>>>>>>> Wed Jul 17 05:27:24 2013 [VMM][I]: VM 26 successfully monitored:<br>>>>>>>>>> STATE=a<br>>>>>>>>>><br>>>>>>>>>> Wed Jul 17 05:27:24 2013 [VMM][I]: VM 32 successfully monitored:<br>>>>>>>>>> STATE=a<br>>>>>>>>>><br>>>>>>>>>> Wed Jul 17 05:27:24 2013 [ImG][D]: Message received: LOG I 24 <br>>>>>>>>>> Command execution fail: /var/lib/one/remotes/datastore/vmfs/cp<br>>>>>>>>>><br>>>>>>>>>><br>>>>>>>>>> PERTX0RSSVZFUl9BQ1RJT05fREFUQT48SU1BR0U+PElEPjI0PC9JRD48VUlEPjA8L1VJRD48R0lEPjA8L0dJRD48VU5BTUU+b25lYWRtaW48L1VOQU1FPjxHTkFNRT5vbmVhZG1pbjwvR05BTUU+PE5BTUU+V2luZG93cyBJbWFnZSAyPC9OQU1FPjxQRVJNSVNTSU9OUz48T1dORVJfVT4xPC9PV05FUl9VPjxPV05FUl9NPjE8L09XTkVSX00+PE9XTkVSX0E+MDwvT1dORVJfQT48R1JPVVBfVT4wPC9HUk9VUF9VPjxHUk9VUF9NPjA8L0dST1VQX00+PEdST1VQX0E+MDwvR1JPVVBfQT48T1RIRVJfVT4wPC9PVEhFUl9VPjxPVEhFUl9NPjA8L09USEVSX00+PE9USEVSX0E+MDwvT1RIRVJfQT48L1BFUk1JU1NJT05TPjxUWVBFPjA8L1RZUEU+PERJU0tfVFlQRT4wPC9ESVNLX1RZUEU+PFBFUlNJU1RFTlQ+MDwvUEVSU0lTVEVOVD48UkVHVElNRT4xMzc0MDY0MDQzPC9SRUdUSU1FPjxTT1VSQ0U+PC9TT1VSQ0U+PFBBVEg+L3Zhci90bXAvc3Vuc3RvbmUtdXBsb2FkMjAxMzA3MTctNTAyMi16d2JtaHAtMDwvUEFUSD48RlNUWVBFPjwvRlNUWVBFPjxTSVpFPjE8L1NJWkU+PFNUQVRFPjQ8L1NUQVRFPjxSVU5OSU5HX1ZNUz4wPC9SVU5OSU5HX1ZNUz48Q0xPTklOR19PUFM+MDwvQ0xPTklOR19PUFM+PENMT05JTkdfSUQ+LTE8L0NMT05JTkdfSUQ+PERBVEFTVE9SRV9JRD4xPC9EQVRBU1RPUkVfSUQ+PERBVEFTVE9SRT5kZWZhdWx0PC9EQVRBU1RPUkU+PFZNUz48L1ZNUz48Q0xPTkVTPjwvQ0xPTkVTPjxURU1QTEFURT48REVWX1BSRUZJWD48IVtDREFUQVtoZF1dPjwvREVWX1BSRUZJWD48L1RFTVBMQVRFPjwvSU1BR0U+PERBVEFTVE9SRT48SUQ+MTwvSUQ+PFVJRD4wPC9VSUQ+PEdJRD4wPC9HSUQ+PFVOQU1FPm9uZWFkbWluPC9VTkFNRT48R05BTUU+b25lYWRtaW48L0dOQU1FPjxOQU1FPmRlZmF1bHQ8L05BTUU+PFBFUk1JU1NJT05TPjxPV05FUl9VPjE8L09XTkVSX1U+PE9XTkVSX00+MTwvT1dORVJfTT48T1dORVJfQT4wPC9PV05FUl9BPjxHUk9VUF9VPjE8L0dST1VQX1U+PEdST1VQX00+MDwvR1JPVVBfTT48R1JPVVBfQT4wPC9HUk9VUF9BPjxPVEhFUl9VPjE8L09USEVSX1U+PE9USEVSX00+MDwvT1RIRVJfTT48T1RIRVJfQT4wPC9PVEhFUl9BPjwvUEVSTUlTU0lPTlM+PERTX01BRD52bWZzPC9EU19NQUQ+PFRNX01BRD52bWZzPC9UTV9NQUQ+PEJBU0VfUEFUSD4vdmFyL2xpYi9vbmUvZGF0YXN0b3Jlcy8xPC9CQVNFX1BBVEg+PFRZUEU+MDwvVFlQRT48RElTS19UWVBFPjA8L0RJU0tfVFlQRT48Q0xVU1RFUl9JRD4tMTwvQ0xVU1RFUl9JRD48Q0xVU1RFUj48L0NMVVNURVI+PElNQUdFUz48SUQ+MTM8L0lEPjwvSU1BR0VTPjxURU1QTEFURT48QlJJREdFX0xJU1Q+PCFbQ0RBVEFbMTkyLjE2OC4yNTAuMzQgMTkyLjE2OC4yNTAuMzhdXT48L0JSSURHRV9MSVNUPjxEU19NQUQ+PCFbQ0RBVEFbdm1mc11dPjwvRFNfTUFEPjxEU19VU0VfU1NIPjwhW0NEQVRBW3llc11dPjwvRFNfVVNFX1NTSD48VE1fTUFEPjwhW0NEQVRBW3ZtZnNdXT48L1RNX01BRD48VE1fVVNFX1NTSD48IVtDREFUQVt5ZXNdXT48L1RNX1VTRV9TU0g+PFRZUEU+PCFbQ0RBVEFbSU1BR0VfRFNdXT48L1RZUEU+PC9URU1QTEFURT48L0RBVEFTVE9SRT48L0RTX0RSSVZFUl9BQ1RJT05fREFUQT4=<br>>>>>>>>>> 24<br>>>>>>>>>><br>>>>>>>>>><br>>>>>>>>>><br>>>>>>>>>> Wed Jul 17 05:27:24 2013 [ImM][I]: Command execution fail:<br>>>>>>>>>> /var/lib/one/remotes/datastore/vmfs/cp<br>>>>>>>>>><br>>>>>>>>>><br>>>>>>>>>> PERTX0RSSVZFUl9BQ1RJT05fREFUQT48SU1BR0U+PElEPjI0PC9JRD48VUlEPjA8L1VJRD48R0lEPjA8L0dJRD48VU5BTUU+b25lYWRtaW48L1VOQU1FPjxHTkFNRT5vbmVhZG1pbjwvR05BTUU+PE5BTUU+V2luZG93cyBJbWFnZSAyPC9OQU1FPjxQRVJNSVNTSU9OUz48T1dORVJfVT4xPC9PV05FUl9VPjxPV05FUl9NPjE8L09XTkVSX00+PE9XTkVSX0E+MDwvT1dORVJfQT48R1JPVVBfVT4wPC9HUk9VUF9VPjxHUk9VUF9NPjA8L0dST1VQX00+PEdST1VQX0E+MDwvR1JPVVBfQT48T1RIRVJfVT4wPC9PVEhFUl9VPjxPVEhFUl9NPjA8L09USEVSX00+PE9USEVSX0E+MDwvT1RIRVJfQT48L1BFUk1JU1NJT05TPjxUWVBFPjA8L1RZUEU+PERJU0tfVFlQRT4wPC9ESVNLX1RZUEU+PFBFUlNJU1RFTlQ+MDwvUEVSU0lTVEVOVD48UkVHVElNRT4xMzc0MDY0MDQzPC9SRUdUSU1FPjxTT1VSQ0U+PC9TT1VSQ0U+PFBBVEg+L3Zhci90bXAvc3Vuc3RvbmUtdXBsb2FkMjAxMzA3MTctNTAyMi16d2JtaHAtMDwvUEFUSD48RlNUWVBFPjwvRlNUWVBFPjxTSVpFPjE8L1NJWkU+PFNUQVRFPjQ8L1NUQVRFPjxSVU5OSU5HX1ZNUz4wPC9SVU5OSU5HX1ZNUz48Q0xPTklOR19PUFM+MDwvQ0xPTklOR19PUFM+PENMT05JTkdfSUQ+LTE8L0NMT05JTkdfSUQ+PERBVEFTVE9SRV9JRD4xPC9EQVRBU1RPUkVfSUQ+PERBVEFTVE9SRT5kZWZhdWx0PC9EQVRBU1RPUkU+PFZNUz48L1ZNUz48Q0xPTkVTPjwvQ0xPTkVTPjxURU1QTEFURT48REVWX1BSRUZJWD48IVtDREFUQVtoZF1dPjwvREVWX1BSRUZJWD48L1RFTVBMQVRFPjwvSU1BR0U+PERBVEFTVE9SRT48SUQ+MTwvSUQ+PFVJRD4wPC9VSUQ+PEdJRD4wPC9HSUQ+PFVOQU1FPm9uZWFkbWluPC9VTkFNRT48R05BTUU+b25lYWRtaW48L0dOQU1FPjxOQU1FPmRlZmF1bHQ8L05BTUU+PFBFUk1JU1NJT05TPjxPV05FUl9VPjE8L09XTkVSX1U+PE9XTkVSX00+MTwvT1dORVJfTT48T1dORVJfQT4wPC9PV05FUl9BPjxHUk9VUF9VPjE8L0dST1VQX1U+PEdST1VQX00+MDwvR1JPVVBfTT48R1JPVVBfQT4wPC9HUk9VUF9BPjxPVEhFUl9VPjE8L09USEVSX1U+PE9USEVSX00+MDwvT1RIRVJfTT48T1RIRVJfQT4wPC9PVEhFUl9BPjwvUEVSTUlTU0lPTlM+PERTX01BRD52bWZzPC9EU19NQUQ+PFRNX01BRD52bWZzPC9UTV9NQUQ+PEJBU0VfUEFUSD4vdmFyL2xpYi9vbmUvZGF0YXN0b3Jlcy8xPC9CQVNFX1BBVEg+PFRZUEU+MDwvVFlQRT48RElTS19UWVBFPjA8L0RJU0tfVFlQRT48Q0xVU1RFUl9JRD4tMTwvQ0xVU1RFUl9JRD48Q0xVU1RFUj48L0NMVVNURVI+PElNQUdFUz48SUQ+MTM8L0lEPjwvSU1BR0VTPjxURU1QTEFURT48QlJJREdFX0xJU1Q+PCFbQ0RBVEFbMTkyLjE2OC4yNTAuMzQgMTkyLjE2OC4yNTAuMzhdXT48L0JSSURHRV9MSVNUPjxEU19NQUQ+PCFbQ0RBVEFbdm1mc11dPjwvRFNfTUFEPjxEU19VU0VfU1NIPjwhW0NEQVRBW3llc11dPjwvRFNfVVNFX1NTSD48VE1fTUFEPjwhW0NEQVRBW3ZtZnNdXT48L1RNX01BRD48VE1fVVNFX1NTSD48IVtDREFUQVt5ZXNdXT48L1RNX1VTRV9TU0g+PFRZUEU+PCFbQ0RBVEFbSU1BR0VfRFNdXT48L1RZUEU+PC9URU1QTEFURT48L0RBVEFTVE9SRT48L0RTX0RSSVZFUl9BQ1RJT05fREFUQT4=<br>>>>>>>>>> 24<br>>>>>>>>>><br>>>>>>>>>> Wed Jul 17 05:27:24 2013 [ImG][D]: Message received: LOG I 24 cp:<br>>>>>>>>>> Copying local disk folder<br>>>>>>>>>> /var/tmp/sunstone-upload20130717-5022-zwbmhp-0 to the image <br>>>>>>>>>> repository<br>>>>>>>>>><br>>>>>>>>>><br>>>>>>>>>><br>>>>>>>>>> Wed Jul 17 05:27:24 2013 [ImM][I]: cp: Copying local disk <br>>>>>>>>>> folder<br>>>>>>>>>> /var/tmp/sunstone-upload20130717-5022-zwbmhp-0 to the image <br>>>>>>>>>> repository<br>>>>>>>>>><br>>>>>>>>>> Wed Jul 17 05:27:24 2013 [ImG][D]: Message received: LOG E 24 cp:<br>>>>>>>>>> Command "scp -r<br>>>>>>>>>> /var/tmp/sunstone-upload20130717-5022-zwbmhp-0/*<br>>>>>>>>>> 192.168.250.34:/vmfs/volumes/1/9d822b5240fa3dc7b3fbaadd2088faa8" failed:<br>>>>>>>>>> /var/tmp/sunstone-upload20130717-5022-zwbmhp-0/*: Not a <br>>>>>>>>>> directory<br>>>>>>>>>><br>>>>>>>>>><br>>>>>>>>>><br>>>>>>>>>> Wed Jul 17 05:27:24 2013 [ImM][E]: cp: Command "scp -r<br>>>>>>>>>> /var/tmp/sunstone-upload20130717-5022-zwbmhp-0/*<br>>>>>>>>>> 192.168.250.34:/vmfs/volumes/1/9d822b5240fa3dc7b3fbaadd2088faa8" failed:<br>>>>>>>>>> /var/tmp/sunstone-upload20130717-5022-zwbmhp-0/*: Not a <br>>>>>>>>>> directory<br>>>>>>>>>><br>>>>>>>>>> Wed Jul 17 05:27:24 2013 [ImG][D]: Message received: LOG E 24 <br>>>>>>>>>> Error copying<br>>>>>>>>>> /var/tmp/sunstone-upload20130717-5022-zwbmhp-0 to<br>>>>>>>>>> /vmfs/volumes/1/9d822b5240fa3dc7b3fbaadd2088faa8 through SCP<br>>>>>>>>>><br>>>>>>>>>><br>>>>>>>>>><br>>>>>>>>>> Wed Jul 17 05:27:24 2013 [ImM][E]: Error copying<br>>>>>>>>>> /var/tmp/sunstone-upload20130717-5022-zwbmhp-0 to<br>>>>>>>>>> /vmfs/volumes/1/9d822b5240fa3dc7b3fbaadd2088faa8 through SCP<br>>>>>>>>>><br>>>>>>>>>> Wed Jul 17 05:27:24 2013 [ImG][D]: Message received: LOG I 24<br>>>>>>>>>> ExitCode: 1<br>>>>>>>>>><br>>>>>>>>>><br>>>>>>>>>><br>>>>>>>>>> Wed Jul 17 05:27:24 2013 [ImM][I]: ExitCode: 1<br>>>>>>>>>><br>>>>>>>>>> Wed Jul 17 05:27:24 2013 [ImG][D]: Message received: CP <br>>>>>>>>>> FAILURE<br>>>>>>>>>> 24 Error copying<br>>>>>>>>>> /var/tmp/sunstone-upload20130717-5022-zwbmhp-0<br>>>>>>>>>> to<br>>>>>>>>>> /vmfs/volumes/1/9d822b5240fa3dc7b3fbaadd2088faa8 through SCP<br>>>>>>>>>><br>>>>>>>>>><br>>>>>>>>>><br>>>>>>>>>> Wed Jul 17 05:27:24 2013 [ImM][E]: Error copying image in the datastore:<br>>>>>>>>>> Error copying /var/tmp/sunstone-upload20130717-5022-zwbmhp-0<br>>>>>>>>>> to<br>>>>>>>>>> /vmfs/volumes/1/9d822b5240fa3dc7b3fbaadd2088faa8 through SCP<br>>>>>>>>>><br>>>>>>>>>><br>>>>>>>>>><br>>>>>>>>>><br>>>>>>>>>><br>>>>>>>>>> Michael Curran | connectsolutions | Lead Network Architect<br>>>>>>>>>><br>>>>>>>>>> Phone 614.568.2285 | Mobile 614.403.6320 | <br>>>>>>>>>> www.connectsolutions.com<br>>>>>>>>>><br>>>>>>>>>><br>>>>>>>>>><br>>>>>>>>>><br>>>>>>>>>> _______________________________________________<br>>>>>>>>>> Users mailing list<br>>>>>>>>>> Users@lists.opennebula.org<br>>>>>>>>>> http://lists.opennebula.org/listinfo.cgi/users-opennebula.org<br>>>>>>>>>><br>>>>>>>>> _______________________________________________<br>>>>>>>>> Users mailing list<br>>>>>>>>> Users@lists.opennebula.org<br>>>>>>>>> http://lists.opennebula.org/listinfo.cgi/users-opennebula.org<br>>>>>>>><br>>>>>>>> _______________________________________________<br>>>>>>>> Users mailing list<br>>>>>>>> Users@lists.opennebula.org<br>>>>>>>> http://lists.opennebula.org/listinfo.cgi/users-opennebula.org<br>>>>>>>><br>>>>>>><br>>>>>>><br>>>>>>> _______________________________________________<br>>>>>>> Users mailing list<br>>>>>>> Users@lists.opennebula.org<br>>>>>>> http://lists.opennebula.org/listinfo.cgi/users-opennebula.org<br>>>>>>><br>>>>>> _______________________________________________<br>>>>>> Users mailing list<br>>>>>> Users@lists.opennebula.org<br>>>>>> http://lists.opennebula.org/listinfo.cgi/users-opennebula.org<br>>>>> _______________________________________________<br>>>>> Users mailing list<br>>>>> Users@lists.opennebula.org<br>>>>> http://lists.opennebula.org/listinfo.cgi/users-opennebula.org<br>>>>> _______________________________________________<br>>>>> Users mailing list<br>>>>> Users@lists.opennebula.org<br>>>>> http://lists.opennebula.org/listinfo.cgi/users-opennebula.org<br>>>> _______________________________________________<br>>>> Users mailing list<br>>>> Users@lists.opennebula.org<br>>>> http://lists.opennebula.org/listinfo.cgi/users-opennebula.org<br>>> _______________________________________________<br>>> Users mailing list<br>>> Users@lists.opennebula.org<br>>> http://lists.opennebula.org/listinfo.cgi/users-opennebula.org<br>> _______________________________________________<br>> Users mailing list<br>> Users@lists.opennebula.org<br>> http://lists.opennebula.org/listinfo.cgi/users-opennebula.org<br>> _______________________________________________<br>> Users mailing list<br>> Users@lists.opennebula.org<br>> http://lists.opennebula.org/listinfo.cgi/users-opennebula.org<br>> _______________________________________________<br>> Users mailing list<br>> Users@lists.opennebula.org<br>> http://lists.opennebula.org/listinfo.cgi/users-opennebula.org<br>_______________________________________________<br>Users mailing list<br>Users@lists.opennebula.org<br>http://lists.opennebula.org/listinfo.cgi/users-opennebula.org<br>_______________________________________________<br>Users mailing list<br>Users@lists.opennebula.org<br>http://lists.opennebula.org/listinfo.cgi/users-opennebula.org<br></div><div><br></div></div>
<br><html><body><b>NOTICE: Protect the information in this message in accordance with the company's security policies. If you received this message in error, immediately notify the sender and destroy all copies.</b></body></html>

<br></body></html>