You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@cloudstack.apache.org by "shweta agarwal (JIRA)" <ji...@apache.org> on 2013/07/31 14:35:49 UTC

[jira] [Updated] (CLOUDSTACK-3978) Parallel deployment vmware several vm fails to start due to start command , CreateCommand

     [ https://issues.apache.org/jira/browse/CLOUDSTACK-3978?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

shweta agarwal updated CLOUDSTACK-3978:
---------------------------------------

    Attachment: manamgemt.tar.gz

management server log
                
> Parallel deployment vmware several vm fails to start due to start command , CreateCommand 
> ------------------------------------------------------------------------------------------
>
>                 Key: CLOUDSTACK-3978
>                 URL: https://issues.apache.org/jira/browse/CLOUDSTACK-3978
>             Project: CloudStack
>          Issue Type: Bug
>      Security Level: Public(Anyone can view this level - this is the default.) 
>          Components: Management Server, VMware
>    Affects Versions: 4.2.0
>         Environment: ESXi 5.1 advanced zone
>            Reporter: shweta agarwal
>            Priority: Blocker
>             Fix For: 4.2.0
>
>         Attachments: manamgemt.tar.gz
>
>
> Parallel deployment - Vmware - When deploying 30 parallel Vms , we see some of VM  deployment failed due to reasons like copy command failed  or Start command failed
> Attaching relevant Ms log snippet 
> 013-07-31 17:19:02,869 DEBUG [storage.image.TemplateDataFactoryImpl] (Job-Executor-20:job-94 = [ b96e47f0-75eb-4a7a-bbfd-1476f3bca8bf ]) template 202 is already in store:1, type:Primary
> 2013-07-31 17:19:02,864 WARN  [vmware.resource.VmwareResource] (DirectAgent-75:10.147.40.27) StartCommand failed due to Exception: java.lang.NullPointerException
> Message: null
> java.lang.NullPointerException
>         at com.cloud.hypervisor.vmware.mo.HypervisorHostHelper.createBlankVm(HypervisorHostHelper.java:1165)
>         at com.cloud.hypervisor.vmware.mo.HostMO.createBlankVm(HostMO.java:700)
>         at com.cloud.hypervisor.vmware.resource.VmwareResource.execute(VmwareResource.java:2634)
>         at com.cloud.hypervisor.vmware.resource.VmwareResource.executeRequest(VmwareResource.java:516)
>         at com.cloud.agent.manager.DirectAgentAttache$Task.run(DirectAgentAttache.java:186)
>         at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:471)
>         at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:334)
>         at java.util.concurrent.FutureTask.run(FutureTask.java:166)
>         at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.access$101(ScheduledThreadPoolExecutor.java:165)
>         at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:266)
>         at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1146)
>         at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
>         at java.lang.Thread.run(Thread.java:679)
> 2013-07-31 17:19:02,884 DEBUG [agent.manager.DirectAgentAttache] (DirectAgent-75:null) Seq 1-557318280: Response Received:
> 2013-07-31 17:19:02,892 DEBUG [cloud.api.ApiDispatcher] (ApiServer-6:null) ControlledEntity name is:com.cloud.template.VirtualMachineTemplate
> 2013-07-31 17:19:02,906 DEBUG [cloud.api.ApiDispatcher] (ApiServer-6:null) ControlledEntity name is:com.cloud.network.security.SecurityGroup
> @                         
> For copy command :
> 2013-07-31 17:18:57,730 DEBUG [cloud.api.ApiDispatcher] (Job-Executor-23:job-97 = [ 0e931f3e-32aa-4180-b6e1-d1c5297a83bf ]) ControlledEntity name is:com.cloud.template.VirtualMachineTemplate
> 2013-07-31 17:18:57,732 DEBUG [cloud.network.NetworkManagerImpl] (Job-Executor-18:job-92 = [ 5cc1015b-c26f-4558-9cbc-d3bb947e2fe6 ]) Asking BareMetalUserdata to prepare for Nic[59-52-1b8c96a6-e781-4523-95f4-97df5311567a-10.1.1.194]
> 2013-07-31 17:18:57,756 INFO  [storage.resource.VmwareStorageProcessor] (DirectAgent-14:10.147.40.27) detach disks from volume-wrapper VM ROOT-49-50
> 2013-07-31 17:18:57,778 ERROR [storage.resource.VmwareStorageProcessor] (DirectAgent-14:10.147.40.27) CreateCommand failed due to Exception: java.lang.NullPointerException
> Message: null
> java.lang.NullPointerException
>         at com.cloud.storage.resource.VmwareStorageProcessor.cloneVolumeFromBaseTemplate(VmwareStorageProcessor.java:395)
>         at com.cloud.storage.resource.StorageSubsystemCommandHandlerBase.execute(StorageSubsystemCommandHandlerBase.java:73)
>         at com.cloud.storage.resource.StorageSubsystemCommandHandlerBase.handleStorageCommands(StorageSubsystemCommandHandlerBase.java:49)
>         at com.cloud.hypervisor.vmware.resource.VmwareResource.executeRequest(VmwareResource.java:562)
>         at com.cloud.agent.manager.DirectAgentAttache$Task.run(DirectAgentAttache.java:186)
>         at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:471)
>         at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:334)
>         at java.util.concurrent.FutureTask.run(FutureTask.java:166)
>         at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.access$101(ScheduledThreadPoolExecutor.java:165)
>         at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:266)
>         at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1146)
>         at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
>         at java.lang.Thread.run(Thread.java:679)
> 2013-07-31 17:18:57,779 DEBUG [agent.manager.DirectAgentAttache] (DirectAgent-14:null) Seq 1-557318262: Response Received:
> 2013-07-31 17:18:57,779 DEBUG [agent.transport.Request] (DirectAgent-14:null) Seq 1-557318262: Processing:  { Ans: , MgmtId: 7036733489194, via: 1, Ver: v1, Flags: 10, [{"org.apache.cloudstack.storage.command.CopyCmdAnswer":{"result":false,"details":"java.lang.NullPointerException","wait":0}}] }
> 2013-07-31 17:18:57,778 DEBUG [cloud.network.NetworkModelImpl] (Job-Executor-18:job-92 = [ 5cc1015b-c26f-4558-9cbc-d3bb947e2fe6 ]) Service SecurityGroup is not supported in the network id=204
>                                          
> SQL entries for Vm_template table:
> "id"	"name"	"uuid"	"instance_name"	"state"	"vm_template_id"	"guest_os_id"	"private_mac_address"	"private_ip_address"	"pod_id"	"data_center_id"	"host_id"	"last_host_id"	"proxy_id"	"proxy_assign_time"	"vnc_password"	"ha_enabled"	"limit_cpu_use"	"update_count"	"update_time"	"created"	"removed"	"type"	"vm_type"	"account_id"	"domain_id"	"service_offering_id"	"reservation_id"	"hypervisor_type"	"disk_offering_id"	"cpu"	"ram"	"owner"	"speed"	"host_name"	"display_name"	"desired_state"	"dynamically_scalable"	"display_vm"
> "35"	"ef96b770-5a50-4413-913a-0a587b1cdab7"	"ef96b770-5a50-4413-913a-0a587b1cdab7"	"i-3-35-VM"	"Running"	"202"	"12"	"02:00:71:e9:00:21"	"10.1.1.135"	"1"	"1"	"1"	"1"	""	""	"+Pqlo6La1ZD9tRupL7zkUQ+pp6s8my0zt6lXC+ELBNQ="	"0"	"0"	"3"	"2013-07-31 11:48:48"	"2013-07-31 11:48:15"	""	"User"	"User"	"3"	"1"	"13"	"3b8f8d12-a8de-42bc-b7c9-064d711b8d78"	"VMware"	""	""	""	"3"	"128"	"ef96b770-5a50-4413-913a-0a587b1cdab7"	""	""	"0"	"1"
> "36"	"1f978527-120c-4e67-94de-db450454bede"	"1f978527-120c-4e67-94de-db450454bede"	"i-3-36-VM"	"Running"	"202"	"12"	"02:00:02:7c:00:22"	"10.1.1.7"	"1"	"1"	"1"	"1"	""	""	"qCZh7McXH/9+Faf6jBE9NBSHWflCzjTIsdIa9eJtQQo="	"0"	"0"	"3"	"2013-07-31 11:48:45"	"2013-07-31 11:48:16"	""	"User"	"User"	"3"	"1"	"13"	"f0302108-7da8-4ed3-95da-d55eb7db1beb"	"VMware"	""	""	""	"3"	"128"	"1f978527-120c-4e67-94de-db450454bede"	""	""	"0"	"1"
> "37"	"8fa65f8e-5f2c-4318-8598-49f7f952af9a"	"8fa65f8e-5f2c-4318-8598-49f7f952af9a"	"i-3-37-VM"	"Running"	"202"	"12"	"02:00:06:ee:00:23"	"10.1.1.74"	"1"	"1"	"1"	"1"	""	""	"tQcLcdJ5NDb0FgASFcfWY9zhgOj4li46itrSEhKXTa4="	"0"	"0"	"3"	"2013-07-31 11:48:45"	"2013-07-31 11:48:17"	""	"User"	"User"	"3"	"1"	"13"	"0736b595-6dbd-4582-ad15-b9b83fae32e8"	"VMware"	""	""	""	"3"	"128"	"8fa65f8e-5f2c-4318-8598-49f7f952af9a"	""	""	"0"	"1"
> "38"	"4bf110a6-e792-4320-8af9-7d7faecf93e6"	"4bf110a6-e792-4320-8af9-7d7faecf93e6"	"i-3-38-VM"	"Running"	"202"	"12"	"02:00:0a:dd:00:24"	"10.1.1.119"	"1"	"1"	"1"	"1"	""	""	"mFDTWUl/JV91tAlD3Vz8sf9L4j+gkvycP9FG8G5m2OY="	"0"	"0"	"3"	"2013-07-31 11:48:45"	"2013-07-31 11:48:18"	""	"User"	"User"	"3"	"1"	"13"	"2159fd0b-e3c6-42ed-91ed-9daeef25b67e"	"VMware"	""	""	""	"3"	"128"	"4bf110a6-e792-4320-8af9-7d7faecf93e6"	""	""	"0"	"1"
> "39"	"9c1a3379-5a85-477b-90eb-11906c6d0814"	"9c1a3379-5a85-477b-90eb-11906c6d0814"	"i-3-39-VM"	"Running"	"202"	"12"	"02:00:19:66:00:25"	"10.1.1.179"	"1"	"1"	"1"	"1"	""	""	"/cfax+EPmEF8kR0CiIDJe1NqPmAX3jNftqfaKpds1ck="	"0"	"0"	"3"	"2013-07-31 11:48:47"	"2013-07-31 11:48:19"	""	"User"	"User"	"3"	"1"	"13"	"39a1afed-2398-435d-95a0-1dfaa0b16f38"	"VMware"	""	""	""	"3"	"128"	"9c1a3379-5a85-477b-90eb-11906c6d0814"	""	""	"0"	"1"
> "40"	"e5417e1f-73d1-4c30-a929-3dcad1547e86"	"e5417e1f-73d1-4c30-a929-3dcad1547e86"	"i-3-40-VM"	"Running"	"202"	"12"	"02:00:1d:dd:00:26"	"10.1.1.98"	"1"	"1"	"1"	"1"	""	""	"qbqYw2xj/+FFoCFXx1N8+CAb3YuvjHEvjxWcc2OF5zc="	"0"	"0"	"3"	"2013-07-31 11:48:51"	"2013-07-31 11:48:20"	""	"User"	"User"	"3"	"1"	"13"	"11f7775d-3414-41ce-a580-9bf2041c68cd"	"VMware"	""	""	""	"3"	"128"	"e5417e1f-73d1-4c30-a929-3dcad1547e86"	""	""	"0"	"1"
> "41"	"e0479fff-6ed4-4f4b-b2e3-03bf4e9e286d"	"e0479fff-6ed4-4f4b-b2e3-03bf4e9e286d"	"i-3-41-VM"	"Running"	"202"	"12"	"02:00:17:74:00:27"	"10.1.1.143"	"1"	"1"	"1"	"1"	""	""	"A9XjcvbfqB4By4gAVCVi4mcGAARgCtFv7Q0A0wiFse8="	"0"	"0"	"3"	"2013-07-31 11:49:01"	"2013-07-31 11:48:22"	""	"User"	"User"	"3"	"1"	"13"	"ed4bbbd8-ca31-4b89-992f-9aa2297f1771"	"VMware"	""	""	""	"3"	"128"	"e0479fff-6ed4-4f4b-b2e3-03bf4e9e286d"	""	""	"0"	"1"
> "42"	"0266f6f8-ee8b-4364-b61c-2a1264a0f25d"	"0266f6f8-ee8b-4364-b61c-2a1264a0f25d"	"i-3-42-VM"	"Expunging"	"202"	"12"	"02:00:22:5b:00:28"	"10.1.1.132"	"1"	"1"	""	""	""	""	"gFXQ5fLrGMqGmNqbxWiypDOYVP8MtgvtMfMOb+4oUec="	"0"	"0"	"7"	"2013-07-31 12:07:19"	"2013-07-31 11:48:24"	"2013-07-31 12:07:20"	"User"	"User"	"3"	"1"	"13"	"3250f11e-4a11-4632-a5e6-5ccf7f441323"	"VMware"	""	""	""	"3"	"128"	"0266f6f8-ee8b-4364-b61c-2a1264a0f25d"	""	""	"0"	"1"
> "43"	"df9ef17c-54c2-4534-8893-e1a0460fb694"	"df9ef17c-54c2-4534-8893-e1a0460fb694"	"i-3-43-VM"	"Running"	"202"	"12"	"02:00:18:bb:00:29"	"10.1.1.159"	"1"	"1"	"1"	"1"	""	""	"6xFiZllGpaKL2rduc5HUjDJzwapKlkUJJLuvzSNdgpY="	"0"	"0"	"3"	"2013-07-31 11:49:17"	"2013-07-31 11:48:27"	""	"User"	"User"	"3"	"1"	"13"	"d318180c-9829-4a59-8e0c-39cf11b10efc"	"VMware"	""	""	""	"3"	"128"	"df9ef17c-54c2-4534-8893-e1a0460fb694"	""	""	"0"	"1"
> "44"	"4ab9c68b-ee3d-4d07-b2e0-afb6bf5e16da"	"4ab9c68b-ee3d-4d07-b2e0-afb6bf5e16da"	"i-3-44-VM"	"Expunging"	"202"	"12"	"02:00:39:48:00:2a"	"10.1.1.38"	"1"	"1"	""	""	""	""	"qm/XMR7yKyhAgbxlQt4V/9f6GdMsfFWkunpW6r0ImuQ="	"0"	"0"	"7"	"2013-07-31 12:07:20"	"2013-07-31 11:48:28"	"2013-07-31 12:07:21"	"User"	"User"	"3"	"1"	"13"	"603fa0d3-3f68-4bc7-aff9-de77e7090bf6"	"VMware"	""	""	""	"3"	"128"	"4ab9c68b-ee3d-4d07-b2e0-afb6bf5e16da"	""	""	"0"	"1"
> "45"	"076c9d96-bd94-4fe4-a770-25c5c74ec733"	"076c9d96-bd94-4fe4-a770-25c5c74ec733"	"i-3-45-VM"	"Running"	"202"	"12"	"02:00:56:9d:00:2b"	"10.1.1.145"	"1"	"1"	"1"	"1"	""	""	"O5uQfZJ4gbDxRMTDDuUlt3YWW6nC45b+6SIaCun2sqA="	"0"	"0"	"3"	"2013-07-31 11:49:21"	"2013-07-31 11:48:31"	""	"User"	"User"	"3"	"1"	"13"	"9c6a4c4c-57cd-4ae4-b473-980a1fdf5cea"	"VMware"	""	""	""	"3"	"128"	"076c9d96-bd94-4fe4-a770-25c5c74ec733"	""	""	"0"	"1"
> "46"	"7c9d4fb4-527b-485d-9ebb-49544e299adb"	"7c9d4fb4-527b-485d-9ebb-49544e299adb"	"i-3-46-VM"	"Running"	"202"	"12"	"02:00:79:6f:00:2c"	"10.1.1.171"	"1"	"1"	"1"	"1"	""	""	"ves91y7at/HO4y6XNJU7UcHdJtQiWLeuuJp3NLaOixY="	"0"	"0"	"3"	"2013-07-31 11:49:21"	"2013-07-31 11:48:33"	""	"User"	"User"	"3"	"1"	"13"	"62dd328e-fdd5-4eb3-8e52-f3c8ce16fd9b"	"VMware"	""	""	""	"3"	"128"	"7c9d4fb4-527b-485d-9ebb-49544e299adb"	""	""	"0"	"1"
> "47"	"19ad13a1-a9ed-4b34-931d-439f98d18340"	"19ad13a1-a9ed-4b34-931d-439f98d18340"	"i-3-47-VM"	"Expunging"	"202"	"12"	""	""	"1"	"1"	""	""	""	""	"ypj0ftEeqt4NS03M8r0cRyVZNHLrmWR61uLuzOuqFLY="	"0"	"0"	"7"	"2013-07-31 12:07:21"	"2013-07-31 11:48:36"	"2013-07-31 12:07:23"	"User"	"User"	"3"	"1"	"13"	"0e1a602d-bb49-4249-ac8f-5e42c6393fe5"	"VMware"	""	""	""	"3"	"128"	"19ad13a1-a9ed-4b34-931d-439f98d18340"	""	""	"0"	"1"
> "48"	"c67578c8-9968-44df-99f7-0748649b8c71"	"c67578c8-9968-44df-99f7-0748649b8c71"	"i-3-48-VM"	"Expunging"	"202"	"12"	""	""	"1"	"1"	""	""	""	""	"k9ljQzHhEZ2KiFPn02YFQgUOwtsyCjcEq2g+VTiI16Y="	"0"	"0"	"7"	"2013-07-31 12:07:23"	"2013-07-31 11:48:38"	"2013-07-31 12:07:23"	"User"	"User"	"3"	"1"	"13"	"9dfe437f-ad04-48ab-9882-326a2e7f3332"	"VMware"	""	""	""	"3"	"128"	"c67578c8-9968-44df-99f7-0748649b8c71"	""	""	"0"	"1"
> "49"	"f5c5f57d-3f3b-420e-83df-997fb6fafc82"	"f5c5f57d-3f3b-420e-83df-997fb6fafc82"	"i-3-49-VM"	"Expunging"	"202"	"12"	""	""	"1"	"1"	""	""	""	""	"VNiBU/RRieRs7fj07z7TWZa4P1pLkvRYwfd2ABPbcOo="	"0"	"0"	"7"	"2013-07-31 12:07:23"	"2013-07-31 11:48:40"	"2013-07-31 12:07:23"	"User"	"User"	"3"	"1"	"13"	"5d47d6af-188b-4d31-a8bc-d3aeafa900b6"	"VMware"	""	""	""	"3"	"128"	"f5c5f57d-3f3b-420e-83df-997fb6fafc82"	""	""	"0"	"1"
> "50"	"3aa55c04-0e24-4b97-8474-042a809ef662"	"3aa55c04-0e24-4b97-8474-042a809ef662"	"i-3-50-VM"	"Running"	"202"	"12"	"02:00:08:9e:00:30"	"10.1.1.81"	"1"	"1"	"1"	"1"	""	""	"YAlhqoC7j5J8E17rO2al9lgq96xvxy8P+JqYxeozfsk="	"0"	"0"	"3"	"2013-07-31 11:49:22"	"2013-07-31 11:48:43"	""	"User"	"User"	"3"	"1"	"13"	"6f23b2a3-87f7-445a-9858-19e534494bf3"	"VMware"	""	""	""	"3"	"128"	"3aa55c04-0e24-4b97-8474-042a809ef662"	""	""	"0"	"1"
> "51"	"bd0ffddb-6374-4c5c-bd3a-a1cf67411978"	"bd0ffddb-6374-4c5c-bd3a-a1cf67411978"	"i-3-51-VM"	"Running"	"202"	"12"	"02:00:08:fa:00:31"	"10.1.1.66"	"1"	"1"	"1"	"1"	""	""	"GA2MZvi6cOjVVLY+imSEzFFLpc+izMdcH2dG8BNTBNc="	"0"	"0"	"3"	"2013-07-31 11:49:22"	"2013-07-31 11:48:45"	""	"User"	"User"	"3"	"1"	"13"	"9930f688-d6c8-4642-85c8-f61ffa6c70cf"	"VMware"	""	""	""	"3"	"128"	"bd0ffddb-6374-4c5c-bd3a-a1cf67411978"	""	""	"0"	"1"
> "52"	"b4351f7c-35f4-47d3-bf97-61651a04f55e"	"b4351f7c-35f4-47d3-bf97-61651a04f55e"	"i-3-52-VM"	"Running"	"202"	"12"	"02:00:3a:df:00:32"	"10.1.1.194"	"1"	"1"	"1"	"1"	""	""	"yIpJ3bQTee00AT284VIIygpvOjOiDE2lLxnCHH1ESyY="	"0"	"0"	"3"	"2013-07-31 11:49:23"	"2013-07-31 11:48:47"	""	"User"	"User"	"3"	"1"	"13"	"1b8c96a6-e781-4523-95f4-97df5311567a"	"VMware"	""	""	""	"3"	"128"	"b4351f7c-35f4-47d3-bf97-61651a04f55e"	""	""	"0"	"1"
> "53"	"5a9034ce-f7aa-444a-a46e-770a2ec64ea6"	"5a9034ce-f7aa-444a-a46e-770a2ec64ea6"	"i-3-53-VM"	"Running"	"202"	"12"	"02:00:2d:86:00:33"	"10.1.1.137"	"1"	"1"	"1"	"1"	""	""	"aSmX0Z/GJ4HeyJxKvLqoKipVVntE0K2cPLeUX8K15n4="	"0"	"0"	"3"	"2013-07-31 11:49:22"	"2013-07-31 11:48:49"	""	"User"	"User"	"3"	"1"	"13"	"49dabb1c-8b12-4778-b811-41f439bf3434"	"VMware"	""	""	""	"3"	"128"	"5a9034ce-f7aa-444a-a46e-770a2ec64ea6"	""	""	"0"	"1"
> "54"	"d2556f29-3968-49fb-9493-fa4978b44641"	"d2556f29-3968-49fb-9493-fa4978b44641"	"i-3-54-VM"	"Expunging"	"202"	"12"	"02:00:43:99:00:34"	"10.1.1.56"	"1"	"1"	""	""	""	""	"QKUltvcBGKEcbGk/iMBA189zXhlY7S0KFCd287LpxCI="	"0"	"0"	"7"	"2013-07-31 12:07:23"	"2013-07-31 11:48:51"	"2013-07-31 12:07:23"	"User"	"User"	"3"	"1"	"13"	"c3d6cbd1-82e2-47fa-b39e-df57e515a07a"	"VMware"	""	""	""	"3"	"128"	"d2556f29-3968-49fb-9493-fa4978b44641"	""	""	"0"	"1"
> "55"	"1ecb2138-0d65-4b02-84b3-36d4f54e0adb"	"1ecb2138-0d65-4b02-84b3-36d4f54e0adb"	"i-3-55-VM"	"Running"	"202"	"12"	"02:00:01:ea:00:35"	"10.1.1.140"	"1"	"1"	"1"	"1"	""	""	"b23PxgskNzUAwFolRDWXUfzsvffeflJTsb+aREs5nJU="	"0"	"0"	"3"	"2013-07-31 11:49:36"	"2013-07-31 11:48:53"	""	"User"	"User"	"3"	"1"	"13"	"31068b57-8f02-479f-a8b5-d6f723acbdac"	"VMware"	""	""	""	"3"	"128"	"1ecb2138-0d65-4b02-84b3-36d4f54e0adb"	""	""	"0"	"1"
> "56"	"29141a49-e30d-4647-9d09-3c64a9a7494e"	"29141a49-e30d-4647-9d09-3c64a9a7494e"	"i-3-56-VM"	"Running"	"202"	"12"	"02:00:5a:72:00:36"	"10.1.1.9"	"1"	"1"	"1"	"1"	""	""	"jXZQ5oE2Yp9xPr0l/nBCHavnVpKV9LvjxOZj/OWoBu4="	"0"	"0"	"3"	"2013-07-31 11:49:36"	"2013-07-31 11:48:54"	""	"User"	"User"	"3"	"1"	"13"	"3ba7f29b-6eb3-4315-a4b1-89c578b1eada"	"VMware"	""	""	""	"3"	"128"	"29141a49-e30d-4647-9d09-3c64a9a7494e"	""	""	"0"	"1"
> "57"	"39ddb081-348b-4445-b94d-8802ca2a7e02"	"39ddb081-348b-4445-b94d-8802ca2a7e02"	"i-3-57-VM"	"Expunging"	"202"	"12"	"02:00:3a:e5:00:37"	"10.1.1.231"	"1"	"1"	""	""	""	""	"j58Rx1wmIpASakEL27efpf7IHOncDlXUiG27UijONpc="	"0"	"0"	"7"	"2013-07-31 12:07:23"	"2013-07-31 11:48:56"	"2013-07-31 12:07:23"	"User"	"User"	"3"	"1"	"13"	"782a801c-eecd-4ae8-a148-ab4f305a15f7"	"VMware"	""	""	""	"3"	"128"	"39ddb081-348b-4445-b94d-8802ca2a7e02"	""	""	"0"	"1"
> "58"	"ed2235ab-93ea-4b82-b242-baae658e36a9"	"ed2235ab-93ea-4b82-b242-baae658e36a9"	"i-3-58-VM"	"Running"	"202"	"12"	"02:00:63:73:00:38"	"10.1.1.65"	"1"	"1"	"1"	"1"	""	""	"EUSHgBySD+OgJ5yRkqLCGQbCPh5RYr+NFJDMcgvELro="	"0"	"0"	"3"	"2013-07-31 11:49:43"	"2013-07-31 11:48:58"	""	"User"	"User"	"3"	"1"	"13"	"d63dc3a6-069e-4c1d-a4f4-a137c36eb7c4"	"VMware"	""	""	""	"3"	"128"	"ed2235ab-93ea-4b82-b242-baae658e36a9"	""	""	"0"	"1"
> "59"	"a64f4eb6-6e5c-44c6-8177-49d8b390c68b"	"a64f4eb6-6e5c-44c6-8177-49d8b390c68b"	"i-3-59-VM"	"Expunging"	"202"	"12"	"02:00:5a:69:00:39"	"10.1.1.94"	"1"	"1"	""	""	""	""	"LmbiczxNj1mkPwSgyKligyoPUxT2uiJlIx3rIXMUlUs="	"0"	"0"	"7"	"2013-07-31 12:07:24"	"2013-07-31 11:49:01"	"2013-07-31 12:07:24"	"User"	"User"	"3"	"1"	"13"	"fb0615aa-b4b2-4c39-bba5-22ccfab83f60"	"VMware"	""	""	""	"3"	"128"	"a64f4eb6-6e5c-44c6-8177-49d8b390c68b"	""	""	"0"	"1"
> "60"	"777b46e6-4456-4259-bb11-f40cf29a0180"	"777b46e6-4456-4259-bb11-f40cf29a0180"	"i-3-60-VM"	"Running"	"202"	"12"	"02:00:35:06:00:3a"	"10.1.1.196"	"1"	"1"	"1"	"1"	""	""	"/ue7I4RMhwRIcsQzGLJ2GsvMvIY+9pAcDlrSsbySNT0="	"0"	"0"	"3"	"2013-07-31 11:49:42"	"2013-07-31 11:49:03"	""	"User"	"User"	"3"	"1"	"13"	"2d88b3e0-37b2-4033-9198-dbf45160f8ab"	"VMware"	""	""	""	"3"	"128"	"777b46e6-4456-4259-bb11-f40cf29a0180"	""	""	"0"	"1"
> "61"	"b1084b72-9e1f-472c-bc23-ce687ba11043"	"b1084b72-9e1f-472c-bc23-ce687ba11043"	"i-3-61-VM"	"Running"	"202"	"12"	"02:00:3f:3f:00:3b"	"10.1.1.111"	"1"	"1"	"1"	"1"	""	""	"coNjjAWcutR5Q6avzV+/MYi0otzKdOSrK5GoaDmculs="	"0"	"0"	"3"	"2013-07-31 11:49:42"	"2013-07-31 11:49:05"	""	"User"	"User"	"3"	"1"	"13"	"31a2b48a-06a1-4b0c-aac5-ca6dc39ff700"	"VMware"	""	""	""	"3"	"128"	"b1084b72-9e1f-472c-bc23-ce687ba11043"	""	""	"0"	"1"
> "62"	"74386ef3-5c2f-4ef3-a7b6-52d89733c99e"	"74386ef3-5c2f-4ef3-a7b6-52d89733c99e"	"i-3-62-VM"	"Running"	"202"	"12"	"02:00:49:49:00:3c"	"10.1.1.106"	"1"	"1"	"1"	"1"	""	""	"ZNaO9lYV832QtsZUwBpO/ZxJN70P4TRV0R/CPYcxPt0="	"0"	"0"	"3"	"2013-07-31 11:49:51"	"2013-07-31 11:49:08"	""	"User"	"User"	"3"	"1"	"13"	"233be05e-147e-453f-9917-b6b183707e1a"	"VMware"	""	""	""	"3"	"128"	"74386ef3-5c2f-4ef3-a7b6-52d89733c99e"	""	""	"0"	"1"
> "63"	"1890073c-fe04-42b4-b639-b212c7fb8a20"	"1890073c-fe04-42b4-b639-b212c7fb8a20"	"i-3-63-VM"	"Running"	"202"	"12"	"02:00:6c:d5:00:3d"	"10.1.1.90"	"1"	"1"	"1"	"1"	""	""	"7PQyi1sVt2hmImkGiK3rdK6M1Q8iLHPBNYX6MrgXvgc="	"0"	"0"	"3"	"2013-07-31 11:49:51"	"2013-07-31 11:49:11"	""	"User"	"User"	"3"	"1"	"13"	"9d34dd27-29f8-4962-b4a7-d74ce3c5a715"	"VMware"	""	""	""	"3"	"128"	"1890073c-fe04-42b4-b639-b212c7fb8a20"	""	""	"0"	"1"
> "64"	"f53e23ac-f3a9-4150-879a-ede33cff4f0d"	"f53e23ac-f3a9-4150-879a-ede33cff4f0d"	"i-3-64-VM"	"Running"	"202"	"12"	"02:00:1d:d6:00:3e"	"10.1.1.105"	"1"	"1"	"1"	"1"	""	""	"5JsYFiTD6j/WOQafq/OXlA2YrecpjgKcslbrwKVoabA="	"0"	"0"	"3"	"2013-07-31 11:49:51"	"2013-07-31 11:49:15"	""	"User"	"User"	"3"	"1"	"13"	"bf3e441f-7bcc-4343-ba30-be1010501b22"	"VMware"	""	""	""	"3"	"128"	"f53e23ac-f3a9-4150-879a-ede33cff4f0d"	""	""	"0"	"1"

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira