You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@cloudstack.apache.org by Mike Tutkowski <mi...@solidfire.com> on 2013/04/07 08:25:25 UTC

VM deployed to wrong storage repository

Hi,

I'm currently using 4.1 (from like a week or so ago).

I have three tiers of shared, iSCSI-based storage represented in three
storage repositories in XenServer:

SR_2
SR_3
SR_4

SR_2 maps into CS via primary storage PS_2, which has the storage tag PS_2
SR_3 maps into CS via primary storage PS_3, which has the storage tag PS_3
SR_4 maps into CS via primary storage PS_4, which has the storage tag PS_4

I have three compute offerings:

CO_2, which only uses storage tag PS_2
CO_3, which only uses storage tag PS_3
CO_4, which only uses storage tag PS_4

I walk through the wizard and select CO_3.  My VM ends up on SR_4.

I have double checked the relationships and don't see any errors in how I
have CS configured.

Does anyone know of this being noted as a current bug?

Thanks!


-- 
*Mike Tutkowski*
*Senior CloudStack Developer, SolidFire Inc.*
e: mike.tutkowski@solidfire.com
o: 303.746.7302
Advancing the way the world uses the
cloud<http://solidfire.com/solution/overview/?video=play>
*™*

Re: VM deployed to wrong storage repository

Posted by Mike Tutkowski <mi...@solidfire.com>.
If someone would like me to demo this problem, please let me know.

I noticed it while writing code that makes use of the 4.1 API.

I assumed at first I had done something wrong, so I tried it manually using
the wizard in the GUI and noticed the same behavior:  CloudStack was not
always honoring my storage tags (and it was easy to reproduce the problem).


On Sun, Apr 7, 2013 at 12:25 AM, Mike Tutkowski <
mike.tutkowski@solidfire.com> wrote:

> Hi,
>
> I'm currently using 4.1 (from like a week or so ago).
>
> I have three tiers of shared, iSCSI-based storage represented in three
> storage repositories in XenServer:
>
> SR_2
> SR_3
> SR_4
>
> SR_2 maps into CS via primary storage PS_2, which has the storage tag PS_2
> SR_3 maps into CS via primary storage PS_3, which has the storage tag PS_3
> SR_4 maps into CS via primary storage PS_4, which has the storage tag PS_4
>
> I have three compute offerings:
>
> CO_2, which only uses storage tag PS_2
> CO_3, which only uses storage tag PS_3
> CO_4, which only uses storage tag PS_4
>
> I walk through the wizard and select CO_3.  My VM ends up on SR_4.
>
> I have double checked the relationships and don't see any errors in how I
> have CS configured.
>
> Does anyone know of this being noted as a current bug?
>
> Thanks!
>
>
> --
> *Mike Tutkowski*
> *Senior CloudStack Developer, SolidFire Inc.*
> e: mike.tutkowski@solidfire.com
> o: 303.746.7302
> Advancing the way the world uses the cloud<http://solidfire.com/solution/overview/?video=play>
> *™*
>



-- 
*Mike Tutkowski*
*Senior CloudStack Developer, SolidFire Inc.*
e: mike.tutkowski@solidfire.com
o: 303.746.7302
Advancing the way the world uses the
cloud<http://solidfire.com/solution/overview/?video=play>
*™*

Re: VM deployed to wrong storage repository

Posted by Mike Tutkowski <mi...@solidfire.com>.
However, even if CS failed to deploy the VM to the required tier, deploying
it to another tier would be erroneous behavior.

For example, one tier might be higher performing than another.  If the
customer paid for a high-performance tier and was placed on something
lower, that wouldn't be acceptable.  An error would be preferable.


On Sun, Apr 7, 2013 at 12:44 AM, Mike Tutkowski <
mike.tutkowski@solidfire.com> wrote:

> Hi Marcus,
>
> I was just looking at the output in the console.
>
> Can you remind me again where the related logs are stored?
>
> Thanks!
>
>
> On Sun, Apr 7, 2013 at 12:39 AM, Marcus Sorensen <sh...@gmail.com>wrote:
>
>> Have you by chance looked at the debug logs to see if it by chance tried
>> the proper storage and failed? I'm not sure that's OK either, but it would
>> be interesting to know.
>> On Apr 7, 2013 12:25 AM, "Mike Tutkowski" <mi...@solidfire.com>
>> wrote:
>>
>> > Hi,
>> >
>> > I'm currently using 4.1 (from like a week or so ago).
>> >
>> > I have three tiers of shared, iSCSI-based storage represented in three
>> > storage repositories in XenServer:
>> >
>> > SR_2
>> > SR_3
>> > SR_4
>> >
>> > SR_2 maps into CS via primary storage PS_2, which has the storage tag
>> PS_2
>> > SR_3 maps into CS via primary storage PS_3, which has the storage tag
>> PS_3
>> > SR_4 maps into CS via primary storage PS_4, which has the storage tag
>> PS_4
>> >
>> > I have three compute offerings:
>> >
>> > CO_2, which only uses storage tag PS_2
>> > CO_3, which only uses storage tag PS_3
>> > CO_4, which only uses storage tag PS_4
>> >
>> > I walk through the wizard and select CO_3.  My VM ends up on SR_4.
>> >
>> > I have double checked the relationships and don't see any errors in how
>> I
>> > have CS configured.
>> >
>> > Does anyone know of this being noted as a current bug?
>> >
>> > Thanks!
>> >
>> >
>> > --
>> > *Mike Tutkowski*
>> > *Senior CloudStack Developer, SolidFire Inc.*
>> > e: mike.tutkowski@solidfire.com
>> > o: 303.746.7302
>> > Advancing the way the world uses the
>> > cloud<http://solidfire.com/solution/overview/?video=play>
>> > *™*
>> >
>>
>
>
>
> --
> *Mike Tutkowski*
> *Senior CloudStack Developer, SolidFire Inc.*
> e: mike.tutkowski@solidfire.com
> o: 303.746.7302
> Advancing the way the world uses the cloud<http://solidfire.com/solution/overview/?video=play>
> *™*
>



-- 
*Mike Tutkowski*
*Senior CloudStack Developer, SolidFire Inc.*
e: mike.tutkowski@solidfire.com
o: 303.746.7302
Advancing the way the world uses the
cloud<http://solidfire.com/solution/overview/?video=play>
*™*

RE: VM deployed to wrong storage repository

Posted by Prachi Damle <Pr...@citrix.com>.
In source it is under client/tomcatconf/componentContext.xml.in

On a deployed setup using rpm - /usr/share/cloudstack-management/webapps/client/WEB-INF/classes/ componentContext.xml

-----Original Message-----
From: Mike Tutkowski [mailto:mike.tutkowski@solidfire.com]
Sent: Monday, April 08, 2013 11:20 AM
To: dev@cloudstack.apache.org
Subject: Re: VM deployed to wrong storage repository

FYI that the closest I find are both called migration-components.xml (2 of
them).


On Mon, Apr 8, 2013 at 12:09 PM, Mike Tutkowski <
mike.tutkowski@solidfire.com> wrote:

> Hi,
>
> I've never modified this file before and even seem to be having trouble
> finding it.  I can't find component.xml (singular) or components.xml
> (plural).
>
> Can you tell me where this file should be located (I'm running the
> software from compiled source)?
>
> Thanks!
>
>
> On Mon, Apr 8, 2013 at 11:59 AM, Mike Tutkowski <
> mike.tutkowski@solidfire.com> wrote:
>
>> I meant, "allocator"...not "allocated." :)
>>
>>
>> On Mon, Apr 8, 2013 at 11:58 AM, Mike Tutkowski <
>> mike.tutkowski@solidfire.com> wrote:
>>
>>> Wow...I had no idea such an allocated even existed. :) Thanks for that
>>> tip!!
>>>
>>>
>>> On Mon, Apr 8, 2013 at 11:54 AM, Prachi Damle <Pr...@citrix.com>wrote:
>>>
>>>> Hi Mike,
>>>>
>>>> I checked the logs, looks like the RandomStoragePoolAllocator is being
>>>> picked up for the storage allocation - this allocatordoes not match any
>>>> tags.
>>>>
>>>> You should use FirstFitStoragePoolAllocator instead - change the
>>>> component.xml to use this allocator and not the random
>>>>
>>>> Thanks,
>>>> -Prachi
>>>>
>>>> -----Original Message-----
>>>> From: Mike Tutkowski [mailto:mike.tutkowski@solidfire.com]
>>>> Sent: Monday, April 08, 2013 8:23 AM
>>>> To: dev@cloudstack.apache.org
>>>> Subject: Re: VM deployed to wrong storage repository
>>>>
>>>> I plan to update to the latest 4.1 today and re-try this.
>>>>
>>>> If I still see the problem, I'll open a bug.
>>>>
>>>>
>>>> On Sun, Apr 7, 2013 at 4:26 PM, Mike Tutkowski <
>>>> mike.tutkowski@solidfire.com
>>>> > wrote:
>>>>
>>>> > I don't see anything in vmops.log to indicate that another primary
>>>> storage
>>>> > was tried first.  What do you think?
>>>> >
>>>> > 2013-04-07 00:30:51,459 INFO  [agent.manager.AgentManagerImpl]
>>>> > (AgentTaskPool-11:null) Investigating why host 6 has disconnected with
>>>> > event PingTimeout
>>>> > 2013-04-07 00:30:51,459 DEBUG [agent.manager.AgentManagerImpl]
>>>> > (AgentTaskPool-11:null) checking if agent (6) is alive
>>>> > 2013-04-07 00:30:51,460 INFO  [agent.manager.AgentManagerImpl]
>>>> > (AgentTaskPool-16:null) Investigating why host 5 has disconnected with
>>>> > event PingTimeout
>>>> > 2013-04-07 00:30:51,460 DEBUG [agent.manager.AgentManagerImpl]
>>>> > (AgentTaskPool-16:null) checking if agent (5) is alive
>>>> > 2013-04-07 00:30:51,462 DEBUG [agent.transport.Request]
>>>> > (AgentTaskPool-11:null) Seq 6-324993302: Sending  { Cmd , MgmtId: 1,
>>>> via:
>>>> > 6, Ver: v1, Flags: 100011, [{"CheckHealthCommand":{"wait":50}}] }
>>>> > 2013-04-07 00:30:51,462 DEBUG [agent.transport.Request]
>>>> > (AgentTaskPool-11:null) Seq 6-324993302: Executing:  { Cmd , MgmtId:
>>>> 1,
>>>> > via: 6, Ver: v1, Flags: 100011, [{"CheckHealthCommand":{"wait":50}}] }
>>>> > 2013-04-07 00:30:51,462 DEBUG [agent.manager.DirectAgentAttache]
>>>> > (DirectAgent-26:null) Seq 6-324993302: Executing request
>>>> > 2013-04-07 00:30:51,464 DEBUG [agent.transport.Request]
>>>> > (AgentTaskPool-16:null) Seq 5-614334808: Sending  { Cmd , MgmtId: 1,
>>>> via:
>>>> > 5, Ver: v1, Flags: 100011, [{"CheckHealthCommand":{"wait":50}}] }
>>>> > 2013-04-07 00:30:51,464 DEBUG [agent.transport.Request]
>>>> > (AgentTaskPool-16:null) Seq 5-614334808: Executing:  { Cmd , MgmtId:
>>>> 1,
>>>> > via: 5, Ver: v1, Flags: 100011, [{"CheckHealthCommand":{"wait":50}}] }
>>>> > 2013-04-07 00:30:51,465 DEBUG [agent.manager.DirectAgentAttache]
>>>> > (DirectAgent-163:null) Seq 5-614334808: Executing request
>>>> > 2013-04-07 00:30:51,511 DEBUG [agent.manager.DirectAgentAttache]
>>>> > (DirectAgent-26:null) Seq 6-324993302: Response Received:
>>>> > 2013-04-07 00:30:51,512 DEBUG [agent.transport.Request]
>>>> > (DirectAgent-26:null) Seq 6-324993302: Processing:  { Ans: , MgmtId:
>>>> 1,
>>>> > via: 6, Ver: v1, Flags: 10,
>>>> > [{"CheckHealthAnswer":{"result":true,"details":"resource is
>>>> > alive","wait":0}}] }
>>>> > 2013-04-07 00:30:51,512 DEBUG [agent.transport.Request]
>>>> > (AgentTaskPool-11:null) Seq 6-324993302: Received:  { Ans: , MgmtId:
>>>> 1,
>>>> > via: 6, Ver: v1, Flags: 10, { CheckHealthAnswer } }
>>>> > 2013-04-07 00:30:51,512 DEBUG [agent.manager.AgentManagerImpl]
>>>> > (AgentTaskPool-11:null) Details from executing class
>>>> > com.cloud.agent.api.CheckHealthCommand: resource is alive
>>>> > 2013-04-07 00:30:51,512 DEBUG [agent.manager.AgentManagerImpl]
>>>> > (AgentTaskPool-11:null) agent (6) responded to checkHeathCommand,
>>>> reporting
>>>> > that agent is Up
>>>> > 2013-04-07 00:30:51,512 INFO  [agent.manager.AgentManagerImpl]
>>>> > (AgentTaskPool-11:null) The state determined is Up
>>>> > 2013-04-07 00:30:51,512 INFO  [agent.manager.AgentManagerImpl]
>>>> > (AgentTaskPool-11:null) Agent is determined to be up and running
>>>> > 2013-04-07 00:30:51,512 DEBUG [cloud.host.Status]
>>>> (AgentTaskPool-11:null)
>>>> > Transition:[Resource state = Enabled, Agent event = Ping, Host id =
>>>> 6, name
>>>> > = Tut-XenServer]
>>>> > 2013-04-07 00:30:51,515 DEBUG [cloud.host.Status]
>>>> (AgentTaskPool-11:null)
>>>> > Agent status update: [id = 6; name = Tut-XenServer; old status = Up;
>>>> event
>>>> > = Ping; new status = Up; old update count = 307; new update count =
>>>> 308]
>>>> > 2013-04-07 00:30:51,517 DEBUG [agent.manager.DirectAgentAttache]
>>>> > (DirectAgent-163:null) Seq 5-614334808: Response Received:
>>>> > 2013-04-07 00:30:51,517 DEBUG [agent.transport.Request]
>>>> > (DirectAgent-163:null) Seq 5-614334808: Processing:  { Ans: ,
>>>> MgmtId: 1,
>>>> > via: 5, Ver: v1, Flags: 10,
>>>> > [{"CheckHealthAnswer":{"result":true,"details":"resource is
>>>> > alive","wait":0}}] }
>>>> > 2013-04-07 00:30:51,517 DEBUG [agent.transport.Request]
>>>> > (AgentTaskPool-16:null) Seq 5-614334808: Received:  { Ans: , MgmtId:
>>>> 1,
>>>> > via: 5, Ver: v1, Flags: 10, { CheckHealthAnswer } }
>>>> > 2013-04-07 00:30:51,517 DEBUG [agent.manager.AgentManagerImpl]
>>>> > (AgentTaskPool-16:null) Details from executing class
>>>> > com.cloud.agent.api.CheckHealthCommand: resource is alive
>>>> > 2013-04-07 00:30:51,517 DEBUG [agent.manager.AgentManagerImpl]
>>>> > (AgentTaskPool-16:null) agent (5) responded to checkHeathCommand,
>>>> reporting
>>>> > that agent is Up
>>>> > 2013-04-07 00:30:51,518 INFO  [agent.manager.AgentManagerImpl]
>>>> > (AgentTaskPool-16:null) The state determined is Up
>>>> > 2013-04-07 00:30:51,518 INFO  [agent.manager.AgentManagerImpl]
>>>> > (AgentTaskPool-16:null) Agent is determined to be up and running
>>>> > 2013-04-07 00:30:51,518 DEBUG [cloud.host.Status]
>>>> (AgentTaskPool-16:null)
>>>> > Transition:[Resource state = Enabled, Agent event = Ping, Host id =
>>>> 5, name
>>>> > = Tut-XenServer2]
>>>> > 2013-04-07 00:30:51,522 DEBUG [cloud.host.Status]
>>>> (AgentTaskPool-16:null)
>>>> > Agent status update: [id = 5; name = Tut-XenServer2; old status = Up;
>>>> event
>>>> > = Ping; new status = Up; old update count = 144; new update count =
>>>> 145]
>>>> > 2013-04-07 00:30:52,927 DEBUG [agent.manager.DirectAgentAttache]
>>>> > (DirectAgent-157:null) Seq 6-324993301: Response Received:
>>>> > 2013-04-07 00:30:52,927 DEBUG [agent.transport.Request]
>>>> > (DirectAgent-157:null) Seq 6-324993301: Processing:  { Ans: , MgmtId:
>>>> 1,
>>>> > via: 6, Ver: v1, Flags: 110, [{"Answer":{"result":true,"wait":0}}] }
>>>> > 2013-04-07 00:30:52,927 DEBUG [agent.transport.Request]
>>>> > (Job-Executor-35:job-42) Seq 6-324993301: Received:  { Ans: , MgmtId:
>>>> 1,
>>>> > via: 6, Ver: v1, Flags: 110, { Answer } }
>>>> > 2013-04-07 00:30:52,927 DEBUG [agent.manager.AgentAttache]
>>>> > (DirectAgent-157:null) Seq 6-324993301: No more commands found
>>>> > 2013-04-07 00:30:52,938 DEBUG
>>>> > [network.router.VirtualNetworkApplianceManagerImpl]
>>>> > (Job-Executor-35:job-42) Applying userdata and password entry in
>>>> network
>>>> > Ntwk[204|Guest|6]
>>>> > 2013-04-07 00:30:52,952 DEBUG [agent.transport.Request]
>>>> > (Job-Executor-35:job-42) Seq 6-324993303: Sending  { Cmd , MgmtId: 1,
>>>> via:
>>>> > 6, Ver: v1, Flags: 100111,
>>>> >
>>>> [{"routing.SavePasswordCommand":{"password":"fnirq_cnffjbeq","vmIpAddress":"192.168.56.195","vmName":"c18ddf7c-fc61-40b0-af75-fdef05f8eae6","accessDetails":{"router.guest.ip":"192.168.56.102","zone.network.type":"Basic","router.ip":"169.254.1.168","
>>>> > router.name
>>>> >
>>>> ":"r-4-VM"},"wait":0}},{"routing.VmDataCommand":{"vmIpAddress":"192.168.56.195","vmName":"c18ddf7c-fc61-40b0-af75-fdef05f8eae6","accessDetails":{"router.guest.ip":"192.168.56.102","zone.network.type":"Basic","router.ip":"169.254.1.168","
>>>> > router.name":"r-4-VM"},"wait":0}}] }
>>>> > 2013-04-07 00:30:52,953 DEBUG [agent.transport.Request]
>>>> > (Job-Executor-35:job-42) Seq 6-324993303: Executing:  { Cmd , MgmtId:
>>>> 1,
>>>> > via: 6, Ver: v1, Flags: 100111,
>>>> >
>>>> [{"routing.SavePasswordCommand":{"password":"fnirq_cnffjbeq","vmIpAddress":"192.168.56.195","vmName":"c18ddf7c-fc61-40b0-af75-fdef05f8eae6","accessDetails":{"router.guest.ip":"192.168.56.102","zone.network.type":"Basic","router.ip":"169.254.1.168","
>>>> > router.name
>>>> >
>>>> ":"r-4-VM"},"wait":0}},{"routing.VmDataCommand":{"vmIpAddress":"192.168.56.195","vmName":"c18ddf7c-fc61-40b0-af75-fdef05f8eae6","accessDetails":{"router.guest.ip":"192.168.56.102","zone.network.type":"Basic","router.ip":"169.254.1.168","
>>>> > router.name":"r-4-VM"},"wait":0}}] }
>>>> > 2013-04-07 00:30:52,953 DEBUG [agent.manager.DirectAgentAttache]
>>>> > (DirectAgent-37:null) Seq 6-324993303: Executing request
>>>> > 2013-04-07 00:30:53,093 DEBUG [cloud.api.ApiServlet]
>>>> > (1161145101@qtp-1008805148-33:null) ===START===  127.0.0.1 -- GET
>>>> >
>>>>  command=queryAsyncJobResult&jobId=f75d8ce8-1193-43bf-b171-f43d2534e6bc&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316253091
>>>> > 2013-04-07 00:30:53,110 DEBUG [cloud.api.ApiServlet]
>>>> > (1161145101@qtp-1008805148-33:null) ===END===  127.0.0.1 -- GET
>>>> >
>>>>  command=queryAsyncJobResult&jobId=f75d8ce8-1193-43bf-b171-f43d2534e6bc&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316253091
>>>> > 2013-04-07 00:30:56,093 DEBUG [cloud.api.ApiServlet]
>>>> > (1161145101@qtp-1008805148-33:null) ===START===  127.0.0.1 -- GET
>>>> >
>>>>  command=queryAsyncJobResult&jobId=f75d8ce8-1193-43bf-b171-f43d2534e6bc&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316256091
>>>> > 2013-04-07 00:30:56,109 DEBUG [cloud.api.ApiServlet]
>>>> > (1161145101@qtp-1008805148-33:null) ===END===  127.0.0.1 -- GET
>>>> >
>>>>  command=queryAsyncJobResult&jobId=f75d8ce8-1193-43bf-b171-f43d2534e6bc&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316256091
>>>> > 2013-04-07 00:30:59,094 DEBUG [cloud.api.ApiServlet]
>>>> > (1161145101@qtp-1008805148-33:null) ===START===  127.0.0.1 -- GET
>>>> >
>>>>  command=queryAsyncJobResult&jobId=f75d8ce8-1193-43bf-b171-f43d2534e6bc&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316259092
>>>> > 2013-04-07 00:30:59,111 DEBUG [cloud.api.ApiServlet]
>>>> > (1161145101@qtp-1008805148-33:null) ===END===  127.0.0.1 -- GET
>>>> >
>>>>  command=queryAsyncJobResult&jobId=f75d8ce8-1193-43bf-b171-f43d2534e6bc&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316259092
>>>> > 2013-04-07 00:31:02,095 DEBUG [cloud.api.ApiServlet]
>>>> > (1161145101@qtp-1008805148-33:null) ===START===  127.0.0.1 -- GET
>>>> >
>>>>  command=queryAsyncJobResult&jobId=f75d8ce8-1193-43bf-b171-f43d2534e6bc&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316262093
>>>> > 2013-04-07 00:31:02,110 DEBUG [cloud.api.ApiServlet]
>>>> > (1161145101@qtp-1008805148-33:null) ===END===  127.0.0.1 -- GET
>>>> >
>>>>  command=queryAsyncJobResult&jobId=f75d8ce8-1193-43bf-b171-f43d2534e6bc&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316262093
>>>> > 2013-04-07 00:31:04,860 DEBUG [agent.manager.DirectAgentAttache]
>>>> > (DirectAgent-145:null) Ping from 6
>>>> > 2013-04-07 00:31:05,099 DEBUG [cloud.api.ApiServlet]
>>>> > (1161145101@qtp-1008805148-33:null) ===START===  127.0.0.1 -- GET
>>>> >
>>>>  command=queryAsyncJobResult&jobId=f75d8ce8-1193-43bf-b171-f43d2534e6bc&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316265096
>>>> > 2013-04-07 00:31:05,114 DEBUG [cloud.api.ApiServlet]
>>>> > (1161145101@qtp-1008805148-33:null) ===END===  127.0.0.1 -- GET
>>>> >
>>>>  command=queryAsyncJobResult&jobId=f75d8ce8-1193-43bf-b171-f43d2534e6bc&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316265096
>>>> > 2013-04-07 00:31:06,234 DEBUG [agent.manager.DirectAgentAttache]
>>>> > (DirectAgent-372:null) Ping from 5
>>>> > 2013-04-07 00:31:06,909 DEBUG [agent.manager.DirectAgentAttache]
>>>> > (DirectAgent-149:null) Seq 6-324993028: Executing request
>>>> > 2013-04-07 00:31:07,239 DEBUG [agent.manager.DirectAgentAttache]
>>>> > (DirectAgent-149:null) Seq 6-324993028: Response Received:
>>>> > 2013-04-07 00:31:07,239 DEBUG [agent.transport.Request]
>>>> > (DirectAgent-149:null) Seq 6-324993028: Processing:  { Ans: , MgmtId:
>>>> 1,
>>>> > via: 6, Ver: v1, Flags: 10,
>>>> >
>>>> [{"ClusterSyncAnswer":{"_clusterId":2,"_newStates":{},"_isExecuted":false,"result":true,"wait":0}}]
>>>> > }
>>>> > 2013-04-07 00:31:07,424 DEBUG [agent.manager.DirectAgentAttache]
>>>> > (DirectAgent-37:null) Seq 6-324993303: Response Received:
>>>> > 2013-04-07 00:31:07,424 DEBUG [agent.transport.Request]
>>>> > (DirectAgent-37:null) Seq 6-324993303: Processing:  { Ans: , MgmtId:
>>>> 1,
>>>> > via: 6, Ver: v1, Flags: 110,
>>>> >
>>>> [{"Answer":{"result":true,"wait":0}},{"Answer":{"result":true,"wait":0}}] }
>>>> > 2013-04-07 00:31:07,424 DEBUG [agent.transport.Request]
>>>> > (Job-Executor-35:job-42) Seq 6-324993303: Received:  { Ans: , MgmtId:
>>>> 1,
>>>> > via: 6, Ver: v1, Flags: 110, { Answer, Answer } }
>>>> > 2013-04-07 00:31:07,424 DEBUG [agent.manager.AgentAttache]
>>>> > (DirectAgent-37:null) Seq 6-324993303: No more commands found
>>>> > 2013-04-07 00:31:07,424 DEBUG [cloud.network.NetworkManagerImpl]
>>>> > (Job-Executor-35:job-42) Asking VpcVirtualRouter to prepare for
>>>> > Nic[18-12-6416c373-20d8-4617-8dcb-30a8ff9d0f34-192.168.56.195]
>>>> > 2013-04-07 00:31:07,424 WARN
>>>>  [network.element.VpcVirtualRouterElement]
>>>> > (Job-Executor-35:job-42) Network Ntwk[204|Guest|6] is not associated
>>>> with
>>>> > any VPC
>>>> > 2013-04-07 00:31:07,429 DEBUG [cloud.network.NetworkManagerImpl]
>>>> > (Job-Executor-35:job-42) Asking NiciraNvp to prepare for
>>>> > Nic[18-12-6416c373-20d8-4617-8dcb-30a8ff9d0f34-192.168.56.195]
>>>> > 2013-04-07 00:31:07,429 DEBUG [network.element.NiciraNvpElement]
>>>> > (Job-Executor-35:job-42) Checking if NiciraNvpElement can handle
>>>> service
>>>> > Connectivity on network guestNetworkForBasicZone
>>>> > 2013-04-07 00:31:07,432 DEBUG [cloud.network.NetworkManagerImpl]
>>>> > (Job-Executor-35:job-42) Asking JuniperSRX to prepare for
>>>> > Nic[18-12-6416c373-20d8-4617-8dcb-30a8ff9d0f34-192.168.56.195]
>>>> > 2013-04-07 00:31:07,436 DEBUG [cloud.network.NetworkManagerImpl]
>>>> > (Job-Executor-35:job-42) Asking Netscaler to prepare for
>>>> > Nic[18-12-6416c373-20d8-4617-8dcb-30a8ff9d0f34-192.168.56.195]
>>>> > 2013-04-07 00:31:07,441 DEBUG [cloud.network.NetworkManagerImpl]
>>>> > (Job-Executor-35:job-42) Asking F5BigIP to prepare for
>>>> > Nic[18-12-6416c373-20d8-4617-8dcb-30a8ff9d0f34-192.168.56.195]
>>>> > 2013-04-07 00:31:07,445 DEBUG [cloud.network.NetworkManagerImpl]
>>>> > (Job-Executor-35:job-42) Asking CiscoNexus1000vVSM to prepare for
>>>> > Nic[18-12-6416c373-20d8-4617-8dcb-30a8ff9d0f34-192.168.56.195]
>>>> > 2013-04-07 00:31:07,449 DEBUG [cloud.storage.StorageManagerImpl]
>>>> > (Job-Executor-35:job-42) Checking if we need to prepare 1 volumes for
>>>> > VM[User|c18ddf7c-fc61-40b0-af75-fdef05f8eae6]
>>>> > 2013-04-07 00:31:07,451 DEBUG [cloud.storage.StorageManagerImpl]
>>>> > (Job-Executor-35:job-42) Creating volume: Vol[12|vm=12|ROOT]
>>>> > 2013-04-07 00:31:07,451 DEBUG [cloud.storage.StorageManagerImpl]
>>>> > (Job-Executor-35:job-42) Trying to create in Pool[257|PreSetup]
>>>> > 2013-04-07 00:31:07,459 DEBUG [cloud.template.TemplateManagerImpl]
>>>> > (Job-Executor-35:job-42) Downloading template 5 to pool 257
>>>> > 2013-04-07 00:31:07,466 DEBUG [cloud.template.TemplateManagerImpl]
>>>> > (Job-Executor-35:job-42) Downloading 5 via 5
>>>> > 2013-04-07 00:31:07,470 DEBUG [agent.transport.Request]
>>>> > (Job-Executor-35:job-42) Seq 5-614334809: Sending  { Cmd , MgmtId: 1,
>>>> > via: 5, Ver: v1, Flags: 100111,
>>>> >
>>>> [{"storage.PrimaryStorageDownloadCommand":{"localPath":"/mnt/9a008517-e321-37a0-a941-44695f9b6fe7","poolUuid":"iSCSI_SR_3","poolId":257,"primaryPool":{"id":257,"uuid":"iSCSI_SR_3","host":"192.168.56.9","path":"/iSCSI_SR_3","port":0,"type":"PreSetup"},"secondaryStorageUrl":"nfs://
>>>> 192.168.56.10:
>>>> > /opt/storage/secondary","primaryStorageUrl":"nfs://
>>>> 192.168.56.9/iSCSI_SR_3
>>>> > ","url":"nfs://192.168.56.10:
>>>> /opt/storage/secondary/template/tmpl/1/5//ce5b212e-215a-3461-94fb-814a635b2215.vhd","format":"VHD","accountId":1,"name":"tiny
>>>> > Linux","wait":10800}}] }
>>>> > 2013-04-07 00:31:07,470 DEBUG [agent.transport.Request]
>>>> > (Job-Executor-35:job-42) Seq 5-614334809: Executing:  { Cmd ,
>>>> MgmtId: 1,
>>>> > via: 5, Ver: v1, Flags: 100111,
>>>> >
>>>> [{"storage.PrimaryStorageDownloadCommand":{"localPath":"/mnt/9a008517-e321-37a0-a941-44695f9b6fe7","poolUuid":"iSCSI_SR_3","poolId":257,"primaryPool":{"id":257,"uuid":"iSCSI_SR_3","host":"192.168.56.9","path":"/iSCSI_SR_3","port":0,"type":"PreSetup"},"secondaryStorageUrl":"nfs://
>>>> 192.168.56.10:
>>>> > /opt/storage/secondary","primaryStorageUrl":"nfs://
>>>> 192.168.56.9/iSCSI_SR_3
>>>> > ","url":"nfs://192.168.56.10:
>>>> /opt/storage/secondary/template/tmpl/1/5//ce5b212e-215a-3461-94fb-814a635b2215.vhd","format":"VHD","accountId":1,"name":"tiny
>>>> > Linux","wait":10800}}] }
>>>> > 2013-04-07 00:31:07,470 DEBUG [agent.manager.DirectAgentAttache]
>>>> > (DirectAgent-174:null) Seq 5-614334809: Executing request
>>>> > 2013-04-07 00:31:08,097 DEBUG [cloud.api.ApiServlet]
>>>> > (1161145101@qtp-1008805148-33:null) ===START===  127.0.0.1 -- GET
>>>> >
>>>>  command=queryAsyncJobResult&jobId=f75d8ce8-1193-43bf-b171-f43d2534e6bc&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316268095
>>>> > 2013-04-07 00:31:08,115 DEBUG [cloud.api.ApiServlet]
>>>> > (1161145101@qtp-1008805148-33:null) ===END===  127.0.0.1 -- GET
>>>> >
>>>>  command=queryAsyncJobResult&jobId=f75d8ce8-1193-43bf-b171-f43d2534e6bc&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316268095
>>>> > 2013-04-07 00:31:11,023 DEBUG [agent.manager.DirectAgentAttache]
>>>> > (DirectAgent-309:null) Seq 5-614334468: Executing request
>>>> > 2013-04-07 00:31:11,099 DEBUG [cloud.api.ApiServlet]
>>>> > (1161145101@qtp-1008805148-33:null) ===START===  127.0.0.1 -- GET
>>>> >
>>>>  command=queryAsyncJobResult&jobId=f75d8ce8-1193-43bf-b171-f43d2534e6bc&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316271096
>>>> > 2013-04-07 00:31:11,121 DEBUG [cloud.api.ApiServlet]
>>>> > (1161145101@qtp-1008805148-33:null) ===END===  127.0.0.1 -- GET
>>>> >
>>>>  command=queryAsyncJobResult&jobId=f75d8ce8-1193-43bf-b171-f43d2534e6bc&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316271096
>>>> > 2013-04-07 00:31:11,363 DEBUG [agent.manager.DirectAgentAttache]
>>>> > (DirectAgent-309:null) Seq 5-614334468: Response Received:
>>>> > 2013-04-07 00:31:11,363 DEBUG [agent.transport.Request]
>>>> > (DirectAgent-309:null) Seq 5-614334468: Processing:  { Ans: ,
>>>> MgmtId: 1,
>>>> > via: 5, Ver: v1, Flags: 10, [{"Answer":{"result":true,"wait":0}}] }
>>>> > 2013-04-07 00:31:14,100 DEBUG [cloud.api.ApiServlet]
>>>> > (1161145101@qtp-1008805148-33:null) ===START===  127.0.0.1 -- GET
>>>> >
>>>>  command=queryAsyncJobResult&jobId=f75d8ce8-1193-43bf-b171-f43d2534e6bc&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316274097
>>>> > 2013-04-07 00:31:14,124 DEBUG [cloud.api.ApiServlet]
>>>> > (1161145101@qtp-1008805148-33:null) ===END===  127.0.0.1 -- GET
>>>> >
>>>>  command=queryAsyncJobResult&jobId=f75d8ce8-1193-43bf-b171-f43d2534e6bc&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316274097
>>>> > 2013-04-07 00:31:16,197 DEBUG [cloud.api.ApiServlet]
>>>> > (1161145101@qtp-1008805148-33:null) ===START===  127.0.0.1 -- GET
>>>> >
>>>>  command=listVirtualMachines&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&listAll=true&page=1&pagesize=20&_=1365316276194
>>>> > 2013-04-07 00:31:16,219 DEBUG [cloud.api.ApiServlet]
>>>> > (1161145101@qtp-1008805148-33:null) ===END===  127.0.0.1 -- GET
>>>> >
>>>>  command=listVirtualMachines&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&listAll=true&page=1&pagesize=20&_=1365316276194
>>>> > 2013-04-07 00:31:17,101 DEBUG [cloud.api.ApiServlet]
>>>> > (1161145101@qtp-1008805148-33:null) ===START===  127.0.0.1 -- GET
>>>> >
>>>>  command=queryAsyncJobResult&jobId=f75d8ce8-1193-43bf-b171-f43d2534e6bc&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316277098
>>>> > 2013-04-07 00:31:17,123 DEBUG [cloud.api.ApiServlet]
>>>> > (1161145101@qtp-1008805148-33:null) ===END===  127.0.0.1 -- GET
>>>> >
>>>>  command=queryAsyncJobResult&jobId=f75d8ce8-1193-43bf-b171-f43d2534e6bc&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316277098
>>>> > 2013-04-07 00:31:17,954 DEBUG [cloud.api.ApiServlet]
>>>> > (1161145101@qtp-1008805148-33:null) ===START===  127.0.0.1 -- GET
>>>> >
>>>>  command=listVolumes&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&listAll=true&page=1&pagesize=20&_=1365316277950
>>>> > 2013-04-07 00:31:17,972 DEBUG [cloud.api.ApiServlet]
>>>> > (1161145101@qtp-1008805148-33:null) ===END===  127.0.0.1 -- GET
>>>> >
>>>>  command=listVolumes&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&listAll=true&page=1&pagesize=20&_=1365316277950
>>>> > 2013-04-07 00:31:20,102 DEBUG [cloud.api.ApiServlet]
>>>> > (1161145101@qtp-1008805148-33:null) ===START===  127.0.0.1 -- GET
>>>> >
>>>>  command=queryAsyncJobResult&jobId=f75d8ce8-1193-43bf-b171-f43d2534e6bc&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316280099
>>>> > 2013-04-07 00:31:20,118 DEBUG [cloud.api.ApiServlet]
>>>> > (1161145101@qtp-1008805148-33:null) ===END===  127.0.0.1 -- GET
>>>> >
>>>>  command=queryAsyncJobResult&jobId=f75d8ce8-1193-43bf-b171-f43d2534e6bc&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316280099
>>>> > 2013-04-07 00:31:20,454 DEBUG
>>>> > [storage.secondary.SecondaryStorageManagerImpl] (secstorage-1:null)
>>>> Zone 1
>>>> > is ready to launch secondary storage VM
>>>> > 2013-04-07 00:31:20,558 DEBUG
>>>> [cloud.consoleproxy.ConsoleProxyManagerImpl]
>>>> > (consoleproxy-1:null) Zone 1 is ready to launch console proxy
>>>> > 2013-04-07 00:31:20,820 DEBUG
>>>> > [network.router.VirtualNetworkApplianceManagerImpl]
>>>> > (RouterStatusMonitor-1:null) Found 0 routers to update status.
>>>> > 2013-04-07 00:31:20,821 DEBUG
>>>> > [network.router.VirtualNetworkApplianceManagerImpl]
>>>> > (RouterStatusMonitor-1:null) Found 0 networks to update RvR status.
>>>> > 2013-04-07 00:31:20,852 DEBUG
>>>> > [network.router.VirtualNetworkApplianceManagerImpl]
>>>> > (RouterStatusMonitor-1:null) Found 0 routers to update status.
>>>> > 2013-04-07 00:31:20,853 DEBUG
>>>> > [network.router.VirtualNetworkApplianceManagerImpl]
>>>> > (RouterStatusMonitor-1:null) Found 0 networks to update RvR status.
>>>> > 2013-04-07 00:31:21,075 DEBUG [cloud.api.ApiServlet]
>>>> > (1161145101@qtp-1008805148-33:null) ===START===  127.0.0.1 -- GET
>>>> >
>>>>  command=listVolumes&id=aed71ae1-732b-48d7-833f-e23287e2b2b9&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316281073
>>>> > 2013-04-07 00:31:21,097 DEBUG [cloud.api.ApiServlet]
>>>> > (1161145101@qtp-1008805148-33:null) ===END===  127.0.0.1 -- GET
>>>> >
>>>>  command=listVolumes&id=aed71ae1-732b-48d7-833f-e23287e2b2b9&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316281073
>>>> > 2013-04-07 00:31:21,120 DEBUG [cloud.api.ApiServlet]
>>>> > (1161145101@qtp-1008805148-33:null) ===START===  127.0.0.1 -- GET
>>>> >
>>>>  command=listTags&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&resourceId=aed71ae1-732b-48d7-833f-e23287e2b2b9&resourceType=Volume&listAll=true&_=1365316281117
>>>> > 2013-04-07 00:31:21,142 DEBUG [cloud.api.ApiServlet]
>>>> > (1161145101@qtp-1008805148-33:null) ===END===  127.0.0.1 -- GET
>>>> >
>>>>  command=listTags&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&resourceId=aed71ae1-732b-48d7-833f-e23287e2b2b9&resourceType=Volume&listAll=true&_=1365316281117
>>>> > 2013-04-07 00:31:23,102 DEBUG [cloud.api.ApiServlet]
>>>> > (1161145101@qtp-1008805148-33:null) ===START===  127.0.0.1 -- GET
>>>> >
>>>>  command=queryAsyncJobResult&jobId=f75d8ce8-1193-43bf-b171-f43d2534e6bc&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316283100
>>>> > 2013-04-07 00:31:23,122 DEBUG [cloud.api.ApiServlet]
>>>> > (1161145101@qtp-1008805148-33:null) ===END===  127.0.0.1 -- GET
>>>> >
>>>>  command=queryAsyncJobResult&jobId=f75d8ce8-1193-43bf-b171-f43d2534e6bc&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316283100
>>>> > 2013-04-07 00:31:24,894 DEBUG [agent.manager.AgentManagerImpl]
>>>> > (AgentManager-Handler-9:null) Ping from 4
>>>> > 2013-04-07 00:31:26,102 DEBUG [cloud.api.ApiServlet]
>>>> > (1161145101@qtp-1008805148-33:null) ===START===  127.0.0.1 -- GET
>>>> >
>>>>  command=queryAsyncJobResult&jobId=f75d8ce8-1193-43bf-b171-f43d2534e6bc&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316286100
>>>> > 2013-04-07 00:31:26,117 DEBUG [cloud.api.ApiServlet]
>>>> > (1161145101@qtp-1008805148-33:null) ===END===  127.0.0.1 -- GET
>>>> >
>>>>  command=queryAsyncJobResult&jobId=f75d8ce8-1193-43bf-b171-f43d2534e6bc&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316286100
>>>> > 2013-04-07 00:31:27,217 DEBUG [agent.manager.DirectAgentAttache]
>>>> > (DirectAgent-164:null) Ping from 1
>>>> > 2013-04-07 00:31:28,079 DEBUG [agent.manager.DirectAgentAttache]
>>>> > (DirectAgent-174:null) Seq 5-614334809: Response Received:
>>>> > 2013-04-07 00:31:28,079 DEBUG [agent.transport.Request]
>>>> > (DirectAgent-174:null) Seq 5-614334809: Processing:  { Ans: ,
>>>> MgmtId: 1,
>>>> > via: 5, Ver: v1, Flags: 110,
>>>> >
>>>> [{"storage.PrimaryStorageDownloadAnswer":{"installPath":"a8414926-81d6-4b54-9b4b-feb498489df0","templateSize":54525952,"result":true,"wait":0}}]
>>>> > }
>>>> > 2013-04-07 00:31:28,079 DEBUG [agent.transport.Request]
>>>> > (Job-Executor-35:job-42) Seq 5-614334809: Received:  { Ans: ,
>>>> MgmtId: 1,
>>>> > via: 5, Ver: v1, Flags: 110, { PrimaryStorageDownloadAnswer } }
>>>> > 2013-04-07 00:31:28,079 DEBUG [agent.manager.AgentAttache]
>>>> > (DirectAgent-174:null) Seq 5-614334809: No more commands found
>>>> > 2013-04-07 00:31:28,081 DEBUG [cloud.template.TemplateManagerImpl]
>>>> > (Job-Executor-35:job-42) Template 5 is downloaded via 5
>>>> > 2013-04-07 00:31:28,085 DEBUG [agent.transport.Request]
>>>> > (Job-Executor-35:job-42) Seq 5-614334810: Sending  { Cmd , MgmtId:
>>>> 1, via:
>>>> > 5, Ver: v1, Flags: 100111,
>>>> >
>>>> [{"storage.CreateCommand":{"volId":12,"pool":{"id":257,"uuid":"iSCSI_SR_3","host":"192.168.56.9","path":"/iSCSI_SR_3","port":0,"type":"PreSetup"},"diskCharacteristics":{"size":52428800,"tags":["iSCSI_SR_3"],"type":"ROOT","name":"ROOT-12","useLocalStorage":false,"recreatable":true,"diskOfferingId":37,"volumeId":12,"hyperType":"XenServer"},"templateUrl":"a8414926-81d6-4b54-9b4b-feb498489df0","wait":0}}]
>>>> > }
>>>> > 2013-04-07 00:31:28,086 DEBUG [agent.transport.Request]
>>>> > (Job-Executor-35:job-42) Seq 5-614334810: Executing:  { Cmd ,
>>>> MgmtId: 1,
>>>> > via: 5, Ver: v1, Flags: 100111,
>>>> >
>>>> [{"storage.CreateCommand":{"volId":12,"pool":{"id":257,"uuid":"iSCSI_SR_3","host":"192.168.56.9","path":"/iSCSI_SR_3","port":0,"type":"PreSetup"},"diskCharacteristics":{"size":52428800,"tags":["iSCSI_SR_3"],"type":"ROOT","name":"ROOT-12","useLocalStorage":false,"recreatable":true,"diskOfferingId":37,"volumeId":12,"hyperType":"XenServer"},"templateUrl":"a8414926-81d6-4b54-9b4b-feb498489df0","wait":0}}]
>>>> > }
>>>> > 2013-04-07 00:31:28,086 DEBUG [agent.manager.DirectAgentAttache]
>>>> > (DirectAgent-327:null) Seq 5-614334810: Executing request
>>>> > 2013-04-07 00:31:28,227 DEBUG [xen.resource.CitrixResourceBase]
>>>> > (DirectAgent-327:null) SR retrieved for iSCSI_SR_3
>>>> > 2013-04-07 00:31:28,240 DEBUG [xen.resource.CitrixResourceBase]
>>>> > (DirectAgent-327:null) Checking iSCSI_SR_3 or SR
>>>> > fe8ca696-22f5-ba1f-af68-7c3cf5a3cb39 on
>>>> > XS[5e02c608-155d-432e-a20f-f8c600ef3ab7-192.168.56.11]
>>>> > 2013-04-07 00:31:29,095 DEBUG [agent.manager.DirectAgentAttache]
>>>> > (DirectAgent-84:null) Seq 1-90046472: Executing request
>>>> > 2013-04-07 00:31:29,106 DEBUG [cloud.api.ApiServlet]
>>>> > (1161145101@qtp-1008805148-33:null) ===START===  127.0.0.1 -- GET
>>>> >
>>>>  command=queryAsyncJobResult&jobId=f75d8ce8-1193-43bf-b171-f43d2534e6bc&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316289101
>>>> > 2013-04-07 00:31:29,130 DEBUG [cloud.api.ApiServlet]
>>>> > (1161145101@qtp-1008805148-33:null) ===END===  127.0.0.1 -- GET
>>>> >
>>>>  command=queryAsyncJobResult&jobId=f75d8ce8-1193-43bf-b171-f43d2534e6bc&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316289101
>>>> > 2013-04-07 00:31:29,687 DEBUG [agent.manager.DirectAgentAttache]
>>>> > (DirectAgent-84:null) Seq 1-90046472: Response Received:
>>>> > 2013-04-07 00:31:29,688 DEBUG [agent.transport.Request]
>>>> > (DirectAgent-84:null) Seq 1-90046472: Processing:  { Ans: , MgmtId:
>>>> 1, via:
>>>> > 1, Ver: v1, Flags: 10,
>>>> >
>>>> [{"ClusterSyncAnswer":{"_clusterId":1,"_newStates":{},"_isExecuted":false,"result":true,"wait":0}}]
>>>> > }
>>>> > 2013-04-07 00:31:30,685 DEBUG [xen.resource.CitrixResourceBase]
>>>> > (DirectAgent-327:null) Succesfully created VDI for
>>>> > com.cloud.agent.api.storage.CreateCommand.  Uuid =
>>>> > 40a39639-e8aa-45b5-bfa1-591b68571d0c
>>>> > 2013-04-07 00:31:30,686 DEBUG [agent.manager.DirectAgentAttache]
>>>> > (DirectAgent-327:null) Seq 5-614334810: Response Received:
>>>> > 2013-04-07 00:31:30,686 DEBUG [agent.transport.Request]
>>>> > (DirectAgent-327:null) Seq 5-614334810: Processing:  { Ans: ,
>>>> MgmtId: 1,
>>>> > via: 5, Ver: v1, Flags: 110,
>>>> >
>>>> [{"storage.CreateAnswer":{"volume":{"id":12,"name":"ROOT-12","mountPoint":"/iSCSI_SR_3","path":"40a39639-e8aa-45b5-bfa1-591b68571d0c","size":52428800,"type":"ROOT","storagePoolType":"PreSetup","storagePoolUuid":"iSCSI_SR_3","deviceId":0},"requestTemplateReload":false,"result":true,"wait":0}}]
>>>> > }
>>>> > 2013-04-07 00:31:30,686 DEBUG [agent.transport.Request]
>>>> > (Job-Executor-35:job-42) Seq 5-614334810: Received:  { Ans: ,
>>>> MgmtId: 1,
>>>> > via: 5, Ver: v1, Flags: 110, { CreateAnswer } }
>>>> > 2013-04-07 00:31:30,686 DEBUG [agent.manager.AgentAttache]
>>>> > (DirectAgent-327:null) Seq 5-614334810: No more commands found
>>>> > 2013-04-07 00:31:30,689 DEBUG [cloud.storage.StorageManagerImpl]
>>>> > (Job-Executor-35:job-42) Volume Vol[12|vm=12|ROOT] is created on
>>>> > Pool[257|PreSetup]
>>>> > 2013-04-07 00:31:30,705 DEBUG [agent.transport.Request]
>>>> > (Job-Executor-35:job-42) Seq 5-614334811: Sending  { Cmd , MgmtId:
>>>> 1, via:
>>>> > 5, Ver: v1, Flags: 100111,
>>>> >
>>>> [{"StartCommand":{"vm":{"id":12,"name":"i-2-12-VM","bootloader":"PyGrub","type":"User","cpus":1,"speed":100,"minRam":1073741824,"maxRam":1073741824,"arch":"x86_64","os":"CentOS
>>>> > 5.3
>>>> >
>>>> (64-bit)","bootArgs":"","rebootOnCrash":false,"enableHA":false,"limitCpuUse":false,"vncPassword":"a0ed1e002d55dc0b","params":{},"uuid":"c18ddf7c-fc61-40b0-af75-fdef05f8eae6","disks":[{"id":12,"name":"ROOT-12","mountPoint":"/iSCSI_SR_3","path":"40a39639-e8aa-45b5-bfa1-591b68571d0c","size":52428800,"type":"ROOT","storagePoolType":"PreSetup","storagePoolUuid":"iSCSI_SR_3","deviceId":0},{"id":12,"name":"tiny
>>>> >
>>>> Linux","size":0,"type":"ISO","storagePoolType":"ISO","deviceId":3}],"nics":[{"deviceId":0,"networkRateMbps":200,"defaultNic":true,"uuid":"70472c43-4913-4e0a-8e1d-87b030404b0a","ip":"192.168.56.195","netmask":"255.255.255.0","gateway":"192.168.56.1","mac":"06:c8:0e:00:00:75","dns1":"8.8.8.8","dns2":"4.4.4.4","broadcastType":"Native","type":"Guest","broadcastUri":"vlan://untagged","isolationUri":"ec2://untagged","isSecurityGroupEnabled":true}]},"hostIp":"192.168.56.11","wait":0}}]
>>>> > }
>>>> > 2013-04-07 00:31:30,705 DEBUG [agent.transport.Request]
>>>> > (Job-Executor-35:job-42) Seq 5-614334811: Executing:  { Cmd ,
>>>> MgmtId: 1,
>>>> > via: 5, Ver: v1, Flags: 100111,
>>>> >
>>>> [{"StartCommand":{"vm":{"id":12,"name":"i-2-12-VM","bootloader":"PyGrub","type":"User","cpus":1,"speed":100,"minRam":1073741824,"maxRam":1073741824,"arch":"x86_64","os":"CentOS
>>>> > 5.3
>>>> >
>>>> (64-bit)","bootArgs":"","rebootOnCrash":false,"enableHA":false,"limitCpuUse":false,"vncPassword":"a0ed1e002d55dc0b","params":{},"uuid":"c18ddf7c-fc61-40b0-af75-fdef05f8eae6","disks":[{"id":12,"name":"ROOT-12","mountPoint":"/iSCSI_SR_3","path":"40a39639-e8aa-45b5-bfa1-591b68571d0c","size":52428800,"type":"ROOT","storagePoolType":"PreSetup","storagePoolUuid":"iSCSI_SR_3","deviceId":0},{"id":12,"name":"tiny
>>>> >
>>>> Linux","size":0,"type":"ISO","storagePoolType":"ISO","deviceId":3}],"nics":[{"deviceId":0,"networkRateMbps":200,"defaultNic":true,"uuid":"70472c43-4913-4e0a-8e1d-87b030404b0a","ip":"192.168.56.195","netmask":"255.255.255.0","gateway":"192.168.56.1","mac":"06:c8:0e:00:00:75","dns1":"8.8.8.8","dns2":"4.4.4.4","broadcastType":"Native","type":"Guest","broadcastUri":"vlan://untagged","isolationUri":"ec2://untagged","isSecurityGroupEnabled":true}]},"hostIp":"192.168.56.11","wait":0}}]
>>>> > }
>>>> > 2013-04-07 00:31:30,705 DEBUG [agent.manager.DirectAgentAttache]
>>>> > (DirectAgent-265:null) Seq 5-614334811: Executing request
>>>> > 2013-04-07 00:31:30,848 DEBUG [xen.resource.CitrixResourceBase]
>>>> > (DirectAgent-265:null) 1. The VM i-2-12-VM is in Starting state.
>>>> > 2013-04-07 00:31:30,907 DEBUG [xen.resource.XenServer56FP1Resource]
>>>> > (DirectAgent-265:null) Created VM
>>>> 6b192a90-bce6-7347-f184-d5b84538647a for
>>>> > i-2-12-VM
>>>> > 2013-04-07 00:31:30,959 DEBUG [xen.resource.CitrixResourceBase]
>>>> > (DirectAgent-265:null) VBD 9ea8a64a-9d04-76df-9d8b-103371b21d86
>>>> created for
>>>> > Vol[12|ROOT|40a39639-e8aa-45b5-bfa1-591b68571d0c|52428800]
>>>> > 2013-04-07 00:31:30,985 DEBUG [xen.resource.CitrixResourceBase]
>>>> > (DirectAgent-265:null) VBD 0fb43cee-0512-beed-5d24-a33a2ceceeda
>>>> created for
>>>> > Vol[12|ISO|null|0]
>>>> > 2013-04-07 00:31:30,985 DEBUG [xen.resource.CitrixResourceBase]
>>>> > (DirectAgent-265:null) Creating VIF for i-2-12-VM on nic
>>>> > [Nic:Guest-192.168.56.195-vlan://untagged]
>>>> > 2013-04-07 00:31:31,037 DEBUG [xen.resource.CitrixResourceBase]
>>>> > (DirectAgent-265:null) Created a vif
>>>> adbeb814-7d38-1fda-1bdb-b6850c7cb342
>>>> > on 0
>>>> > 2013-04-07 00:31:32,105 DEBUG [cloud.api.ApiServlet]
>>>> > (1161145101@qtp-1008805148-33:null) ===START===  127.0.0.1 -- GET
>>>> >
>>>>  command=queryAsyncJobResult&jobId=f75d8ce8-1193-43bf-b171-f43d2534e6bc&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316292102
>>>> > 2013-04-07 00:31:32,122 DEBUG [cloud.api.ApiServlet]
>>>> > (1161145101@qtp-1008805148-33:null) ===END===  127.0.0.1 -- GET
>>>> >
>>>>  command=queryAsyncJobResult&jobId=f75d8ce8-1193-43bf-b171-f43d2534e6bc&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316292102
>>>> > 2013-04-07 00:31:35,106 DEBUG [cloud.api.ApiServlet]
>>>> > (1161145101@qtp-1008805148-33:null) ===START===  127.0.0.1 -- GET
>>>> >
>>>>  command=queryAsyncJobResult&jobId=f75d8ce8-1193-43bf-b171-f43d2534e6bc&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316295103
>>>> > 2013-04-07 00:31:35,125 DEBUG [cloud.api.ApiServlet]
>>>> > (1161145101@qtp-1008805148-33:null) ===END===  127.0.0.1 -- GET
>>>> >
>>>>  command=queryAsyncJobResult&jobId=f75d8ce8-1193-43bf-b171-f43d2534e6bc&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316295103
>>>> > 2013-04-07 00:31:38,106 DEBUG [cloud.api.ApiServlet]
>>>> > (1161145101@qtp-1008805148-33:null) ===START===  127.0.0.1 -- GET
>>>> >
>>>>  command=queryAsyncJobResult&jobId=f75d8ce8-1193-43bf-b171-f43d2534e6bc&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316298104
>>>> > 2013-04-07 00:31:38,126 DEBUG [cloud.api.ApiServlet]
>>>> > (1161145101@qtp-1008805148-33:null) ===END===  127.0.0.1 -- GET
>>>> >
>>>>  command=queryAsyncJobResult&jobId=f75d8ce8-1193-43bf-b171-f43d2534e6bc&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316298104
>>>> > 2013-04-07 00:31:41,108 DEBUG [cloud.api.ApiServlet]
>>>> > (1161145101@qtp-1008805148-33:null) ===START===  127.0.0.1 -- GET
>>>> >
>>>>  command=queryAsyncJobResult&jobId=f75d8ce8-1193-43bf-b171-f43d2534e6bc&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316301106
>>>> > 2013-04-07 00:31:41,133 DEBUG [cloud.api.ApiServlet]
>>>> > (1161145101@qtp-1008805148-33:null) ===END===  127.0.0.1 -- GET
>>>> >
>>>>  command=queryAsyncJobResult&jobId=f75d8ce8-1193-43bf-b171-f43d2534e6bc&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316301106
>>>> > 2013-04-07 00:31:43,708 INFO  [xen.resource.CitrixResourceBase]
>>>> > (DirectAgent-265:null) Programmed default network rules for i-2-12-VM
>>>> on
>>>> > nic with ip:192.168.56.195 mac:06:c8:0e:00:00:75
>>>> > 2013-04-07 00:31:43,708 DEBUG [xen.resource.CitrixResourceBase]
>>>> > (DirectAgent-265:null) 2. The VM i-2-12-VM is in Running state.
>>>> > 2013-04-07 00:31:43,708 DEBUG [agent.manager.DirectAgentAttache]
>>>> > (DirectAgent-265:null) Seq 5-614334811: Response Received:
>>>> > 2013-04-07 00:31:43,709 DEBUG [agent.transport.Request]
>>>> > (DirectAgent-265:null) Seq 5-614334811: Processing:  { Ans: ,
>>>> MgmtId: 1,
>>>> > via: 5, Ver: v1, Flags: 110,
>>>> >
>>>> [{"StartAnswer":{"vm":{"id":12,"name":"i-2-12-VM","bootloader":"PyGrub","type":"User","cpus":1,"speed":100,"minRam":1073741824,"maxRam":1073741824,"arch":"x86_64","os":"CentOS
>>>> > 5.3
>>>> >
>>>> (64-bit)","bootArgs":"","rebootOnCrash":false,"enableHA":false,"limitCpuUse":false,"vncPassword":"a0ed1e002d55dc0b","params":{},"uuid":"c18ddf7c-fc61-40b0-af75-fdef05f8eae6","disks":[{"id":12,"name":"ROOT-12","mountPoint":"/iSCSI_SR_3","path":"40a39639-e8aa-45b5-bfa1-591b68571d0c","size":52428800,"type":"ROOT","storagePoolType":"PreSetup","storagePoolUuid":"iSCSI_SR_3","deviceId":0},{"id":12,"name":"tiny
>>>> >
>>>> Linux","size":0,"type":"ISO","storagePoolType":"ISO","deviceId":3}],"nics":[{"deviceId":0,"networkRateMbps":200,"defaultNic":true,"uuid":"70472c43-4913-4e0a-8e1d-87b030404b0a","ip":"192.168.56.195","netmask":"255.255.255.0","gateway":"192.168.56.1","mac":"06:c8:0e:00:00:75","dns1":"8.8.8.8","dns2":"4.4.4.4","broadcastType":"Native","type":"Guest","broadcastUri":"vlan://untagged","isolationUri":"ec2://untagged","isSecurityGroupEnabled":true}]},"result":true,"wait":0}}]
>>>> > }
>>>> > 2013-04-07 00:31:43,709 DEBUG [agent.transport.Request]
>>>> > (Job-Executor-35:job-42) Seq 5-614334811: Received:  { Ans: ,
>>>> MgmtId: 1,
>>>> > via: 5, Ver: v1, Flags: 110, { StartAnswer } }
>>>> > 2013-04-07 00:31:43,709 DEBUG [agent.manager.AgentAttache]
>>>> > (DirectAgent-265:null) Seq 5-614334811: No more commands found
>>>> > 2013-04-07 00:31:43,763 DEBUG
>>>> [network.security.SecurityGroupManagerImpl]
>>>> > (Job-Executor-35:job-42) Security Group Mgr v2: scheduling ruleset
>>>> updates
>>>> > for 1 vms  (unique=1), current queue size=0
>>>> > 2013-04-07 00:31:43,765 DEBUG
>>>> [network.security.SecurityGroupManagerImpl]
>>>> > (Job-Executor-35:job-42) Security Group Mgr v2: done scheduling
>>>> ruleset
>>>> > updates for 1 vms: num new jobs=1 num rows insert or updated=1 time
>>>> taken=2
>>>> > 2013-04-07 00:31:43,769 DEBUG [cloud.capacity.CapacityManagerImpl]
>>>> > (Job-Executor-35:job-42) VM state transitted from :Starting to
>>>> Running with
>>>> > event: OperationSucceededvm's original host id: 5 new host id: 5 host
>>>> id
>>>> > before state transition: 5
>>>> > 2013-04-07 00:31:43,769 DEBUG [cloud.vm.VirtualMachineManagerImpl]
>>>> > (Job-Executor-35:job-42) Start completed for VM
>>>> > VM[User|c18ddf7c-fc61-40b0-af75-fdef05f8eae6]
>>>> > 2013-04-07 00:31:43,773 DEBUG
>>>> [network.security.SecurityGroupManagerImpl]
>>>> > (SecGrp-Worker-3:null) SecurityGroupManager v2: sending ruleset
>>>> update for
>>>> > vm i-2-12-VM:ingress num rules=0:egress num rules=0 num cidrs=0
>>>> > sig=d41d8cd98f00b204e9800998ecf8427e
>>>> > 2013-04-07 00:31:43,777 DEBUG [cloud.async.AsyncJobManagerImpl]
>>>> > (Job-Executor-35:job-42) Complete async job-42, jobStatus: 1,
>>>> resultCode:
>>>> > 0, result: org.apache.cloudstack.api.response.UserVmResponse@d9c5b6f
>>>> > 2013-04-07 00:31:43,782 DEBUG [cloud.async.AsyncJobManagerImpl]
>>>> > (Job-Executor-35:job-42) Done executing
>>>> > org.apache.cloudstack.api.command.user.vm.DeployVMCmd for job-42
>>>> > 2013-04-07 00:31:43,796 DEBUG [agent.transport.Request]
>>>> > (SecGrp-Worker-3:null) Seq 5-614334812: Sending  { Cmd , MgmtId: 1,
>>>> via: 5,
>>>> > Ver: v1, Flags: 100111,
>>>> >
>>>> [{"SecurityGroupRulesCmd":{"guestIp":"192.168.56.195","vmName":"i-2-12-VM","guestMac":"06:c8:0e:00:00:75","signature":"d41d8cd98f00b204e9800998ecf8427e","seqNum":1,"vmId":12,"msId":1,"ingressRuleSet":[],"egressRuleSet":[],"wait":0}}]
>>>> > }
>>>> > 2013-04-07 00:31:43,796 DEBUG [agent.transport.Request]
>>>> > (SecGrp-Worker-3:null) Seq 5-614334812: Executing:  { Cmd , MgmtId:
>>>> 1, via:
>>>> > 5, Ver: v1, Flags: 100111,
>>>> >
>>>> [{"SecurityGroupRulesCmd":{"guestIp":"192.168.56.195","vmName":"i-2-12-VM","guestMac":"06:c8:0e:00:00:75","signature":"d41d8cd98f00b204e9800998ecf8427e","seqNum":1,"vmId":12,"msId":1,"ingressRuleSet":[],"egressRuleSet":[],"wait":0}}]
>>>> > }
>>>> > 2013-04-07 00:31:43,796 DEBUG [agent.manager.DirectAgentAttache]
>>>> > (DirectAgent-77:null) Seq 5-614334812: Executing request
>>>> > 2013-04-07 00:31:44,109 DEBUG [cloud.api.ApiServlet]
>>>> > (1161145101@qtp-1008805148-33:null) ===START===  127.0.0.1 -- GET
>>>> >
>>>>  command=queryAsyncJobResult&jobId=f75d8ce8-1193-43bf-b171-f43d2534e6bc&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316304106
>>>> > 2013-04-07 00:31:44,122 DEBUG [cloud.async.AsyncJobManagerImpl]
>>>> > (1161145101@qtp-1008805148-33:null) Async job-42 completed
>>>> > 2013-04-07 00:31:44,131 DEBUG [cloud.api.ApiServlet]
>>>> > (1161145101@qtp-1008805148-33:null) ===END===  127.0.0.1 -- GET
>>>> >
>>>>  command=queryAsyncJobResult&jobId=f75d8ce8-1193-43bf-b171-f43d2534e6bc&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316304106
>>>> > 2013-04-07 00:31:44,351 INFO  [xen.resource.CitrixResourceBase]
>>>> > (DirectAgent-77:null) Programmed network rules for vm i-2-12-VM
>>>> > guestIp=192.168.56.195, ingress numrules=0, egress numrules=0
>>>> > 2013-04-07 00:31:44,351 DEBUG [agent.manager.DirectAgentAttache]
>>>> > (DirectAgent-77:null) Seq 5-614334812: Response Received:
>>>> > 2013-04-07 00:31:44,352 DEBUG [agent.transport.Request]
>>>> > (DirectAgent-77:null) Seq 5-614334812: Processing:  { Ans: , MgmtId:
>>>> 1,
>>>> > via: 5, Ver: v1, Flags: 110,
>>>> >
>>>> [{"SecurityGroupRuleAnswer":{"logSequenceNumber":1,"vmId":12,"reason":"NONE","result":true,"wait":0}}]
>>>> > }
>>>> > 2013-04-07 00:31:44,353 DEBUG [network.security.SecurityGroupListener]
>>>> > (DirectAgent-77:null) Successfully programmed rule
>>>> > com.cloud.agent.api.SecurityGroupRuleAnswer into host 5
>>>> > 2013-04-07 00:31:44,357 DEBUG [network.security.SecurityGroupListener]
>>>> > (DirectAgent-77:null) Successfully programmed rule
>>>> > com.cloud.agent.api.SecurityGroupRuleAnswer into host 5
>>>> > 2013-04-07 00:31:44,359 DEBUG [agent.manager.AgentAttache]
>>>> > (DirectAgent-77:null) Seq 5-614334812: No more commands found
>>>> > 2013-04-07 00:31:47,679 DEBUG [agent.manager.AgentManagerImpl]
>>>> > (AgentManager-Handler-10:null) Ping from 3
>>>> > 2013-04-07 00:31:50,451 DEBUG
>>>> > [storage.secondary.SecondaryStorageManagerImpl] (secstorage-1:null)
>>>> Zone 1
>>>> > is ready to launch secondary storage VM
>>>> > 2013-04-07 00:31:50,553 DEBUG
>>>> [cloud.consoleproxy.ConsoleProxyManagerImpl]
>>>> > (consoleproxy-1:null) Zone 1 is ready to launch console proxy
>>>> > 2013-04-07 00:31:50,819 DEBUG
>>>> > [network.router.VirtualNetworkApplianceManagerImpl]
>>>> > (RouterStatusMonitor-1:null) Found 0 routers to update status.
>>>> > 2013-04-07 00:31:50,820 DEBUG
>>>> > [network.router.VirtualNetworkApplianceManagerImpl]
>>>> > (RouterStatusMonitor-1:null) Found 0 networks to update RvR status.
>>>> > 2013-04-07 00:31:50,851 DEBUG
>>>> > [network.router.VirtualNetworkApplianceManagerImpl]
>>>> > (RouterStatusMonitor-1:null) Found 0 routers to update status.
>>>> > 2013-04-07 00:31:50,852 DEBUG
>>>> > [network.router.VirtualNetworkApplianceManagerImpl]
>>>> > (RouterStatusMonitor-1:null) Found 0 networks to update RvR status.
>>>> > 2013-04-07 00:31:51,459 INFO  [agent.manager.AgentMonitor]
>>>> > (Thread-11:null) Found the following agents behind on ping: [6, 5]
>>>> > 2013-04-07 00:31:51,460 DEBUG [cloud.host.Status] (Thread-11:null)
>>>> Ping
>>>> > timeout for host 6, do invstigation
>>>> > 2013-04-07 00:31:51,461 DEBUG [cloud.host.Status] (Thread-11:null)
>>>> Ping
>>>> > timeout for host 5, do invstigation
>>>> > 2013-04-07 00:31:51,462 INFO  [agent.manager.AgentManagerImpl]
>>>> > (AgentTaskPool-2:null) Investigating why host 6 has disconnected with
>>>> event
>>>> > PingTimeout
>>>> > 2013-04-07 00:31:51,462 DEBUG [agent.manager.AgentManagerImpl]
>>>> > (AgentTaskPool-2:null) checking if agent (6) is alive
>>>> > 2013-04-07 00:31:51,463 INFO  [agent.manager.AgentManagerImpl]
>>>> > (AgentTaskPool-14:null) Investigating why host 5 has disconnected with
>>>> > event PingTimeout
>>>> > 2013-04-07 00:31:51,463 DEBUG [agent.manager.AgentManagerImpl]
>>>> > (AgentTaskPool-14:null) checking if agent (5) is alive
>>>> > 2013-04-07 00:31:51,465 DEBUG [agent.transport.Request]
>>>> > (AgentTaskPool-2:null) Seq 6-324993304: Sending  { Cmd , MgmtId: 1,
>>>> via: 6,
>>>> > Ver: v1, Flags: 100011, [{"CheckHealthCommand":{"wait":50}}] }
>>>> > 2013-04-07 00:31:51,465 DEBUG [agent.transport.Request]
>>>> > (AgentTaskPool-2:null) Seq 6-324993304: Executing:  { Cmd , MgmtId:
>>>> 1, via:
>>>> > 6, Ver: v1, Flags: 100011, [{"CheckHealthCommand":{"wait":50}}] }
>>>> > 2013-04-07 00:31:51,465 DEBUG [agent.manager.DirectAgentAttache]
>>>> > (DirectAgent-151:null) Seq 6-324993304: Executing request
>>>> > 2013-04-07 00:31:51,466 DEBUG [agent.transport.Request]
>>>> > (AgentTaskPool-14:null) Seq 5-614334813: Sending  { Cmd , MgmtId: 1,
>>>> via:
>>>> > 5, Ver: v1, Flags: 100011, [{"CheckHealthCommand":{"wait":50}}] }
>>>> > 2013-04-07 00:31:51,467 DEBUG [agent.transport.Request]
>>>> > (AgentTaskPool-14:null) Seq 5-614334813: Executing:  { Cmd , MgmtId:
>>>> 1,
>>>> > via: 5, Ver: v1, Flags: 100011, [{"CheckHealthCommand":{"wait":50}}] }
>>>> > 2013-04-07 00:31:51,467 DEBUG [agent.manager.DirectAgentAttache]
>>>> > (DirectAgent-113:null) Seq 5-614334813: Executing request
>>>> > 2013-04-07 00:31:51,525 DEBUG [agent.manager.DirectAgentAttache]
>>>> > (DirectAgent-151:null) Seq 6-324993304: Response Received:
>>>> > 2013-04-07 00:31:51,525 DEBUG [agent.transport.Request]
>>>> > (DirectAgent-151:null) Seq 6-324993304: Processing:  { Ans: , MgmtId:
>>>> 1,
>>>> > via: 6, Ver: v1, Flags: 10,
>>>> > [{"CheckHealthAnswer":{"result":true,"details":"resource is
>>>> > alive","wait":0}}] }
>>>> > 2013-04-07 00:31:51,526 DEBUG [agent.transport.Request]
>>>> > (AgentTaskPool-2:null) Seq 6-324993304: Received:  { Ans: , MgmtId:
>>>> 1, via:
>>>> > 6, Ver: v1, Flags: 10, { CheckHealthAnswer } }
>>>> > 2013-04-07 00:31:51,526 DEBUG [agent.manager.AgentManagerImpl]
>>>> > (AgentTaskPool-2:null) Details from executing class
>>>> > com.cloud.agent.api.CheckHealthCommand: resource is alive
>>>> > 2013-04-07 00:31:51,526 DEBUG [agent.manager.AgentManagerImpl]
>>>> > (AgentTaskPool-2:null) agent (6) responded to checkHeathCommand,
>>>> reporting
>>>> > that agent is Up
>>>> > 2013-04-07 00:31:51,526 INFO  [agent.manager.AgentManagerImpl]
>>>> > (AgentTaskPool-2:null) The state determined is Up
>>>> > 2013-04-07 00:31:51,526 INFO  [agent.manager.AgentManagerImpl]
>>>> > (AgentTaskPool-2:null) Agent is determined to be up and running
>>>> > 2013-04-07 00:31:51,526 DEBUG [cloud.host.Status]
>>>> (AgentTaskPool-2:null)
>>>> > Transition:[Resource state = Enabled, Agent event = Ping, Host id =
>>>> 6, name
>>>> > = Tut-XenServer]
>>>> > 2013-04-07 00:31:51,529 DEBUG [agent.manager.DirectAgentAttache]
>>>> > (DirectAgent-113:null) Seq 5-614334813: Response Received:
>>>> > 2013-04-07 00:31:51,529 DEBUG [agent.transport.Request]
>>>> > (DirectAgent-113:null) Seq 5-614334813: Processing:  { Ans: , MgmtId:
>>>> 1,
>>>> > via: 5, Ver: v1, Flags: 10,
>>>> > [{"CheckHealthAnswer":{"result":true,"details":"resource is
>>>> > alive","wait":0}}] }
>>>> > 2013-04-07 00:31:51,529 DEBUG [agent.transport.Request]
>>>> > (AgentTaskPool-14:null) Seq 5-614334813: Received:  { Ans: , MgmtId:
>>>> 1,
>>>> > via: 5, Ver: v1, Flags: 10, { CheckHealthAnswer } }
>>>> > 2013-04-07 00:31:51,529 DEBUG [agent.manager.AgentManagerImpl]
>>>> > (AgentTaskPool-14:null) Details from executing class
>>>> > com.cloud.agent.api.CheckHealthCommand: resource is alive
>>>> > 2013-04-07 00:31:51,529 DEBUG [agent.manager.AgentManagerImpl]
>>>> > (AgentTaskPool-14:null) agent (5) responded to checkHeathCommand,
>>>> reporting
>>>> > that agent is Up
>>>> > 2013-04-07 00:31:51,529 INFO  [agent.manager.AgentManagerImpl]
>>>> > (AgentTaskPool-14:null) The state determined is Up
>>>> > 2013-04-07 00:31:51,529 INFO  [agent.manager.AgentManagerImpl]
>>>> > (AgentTaskPool-14:null) Agent is determined to be up and running
>>>> > 2013-04-07 00:31:51,530 DEBUG [cloud.host.Status]
>>>> (AgentTaskPool-2:null)
>>>> > Agent status update: [id = 6; name = Tut-XenServer; old status = Up;
>>>> event
>>>> > = Ping; new status = Up; old update count = 308; new update count =
>>>> 309]
>>>> > 2013-04-07 00:31:51,530 DEBUG [cloud.host.Status]
>>>> (AgentTaskPool-14:null)
>>>> > Transition:[Resource state = Enabled, Agent event = Ping, Host id =
>>>> 5, name
>>>> > = Tut-XenServer2]
>>>> > 2013-04-07 00:31:51,533 DEBUG [cloud.host.Status]
>>>> (AgentTaskPool-14:null)
>>>> > Agent status update: [id = 5; name = Tut-XenServer2; old status = Up;
>>>> event
>>>> > = Ping; new status = Up; old update count = 145; new update count =
>>>> 146]
>>>> > 2013-04-07 00:31:58,908 DEBUG [cloud.api.ApiServlet]
>>>> > (1161145101@qtp-1008805148-33:null) ===START===  127.0.0.1 -- GET
>>>> >
>>>>  command=listVirtualMachines&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&listAll=true&page=1&pagesize=20&_=1365316318906
>>>> > 2013-04-07 00:31:58,925 DEBUG [cloud.api.ApiServlet]
>>>> > (1161145101@qtp-1008805148-33:null) ===END===  127.0.0.1 -- GET
>>>> >
>>>>  command=listVirtualMachines&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&listAll=true&page=1&pagesize=20&_=1365316318906
>>>> > 2013-04-07 00:32:00,065 DEBUG [cloud.api.ApiServlet]
>>>> > (1161145101@qtp-1008805148-33:null) ===START===  127.0.0.1 -- GET
>>>> >
>>>>  command=listVolumes&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&listAll=true&page=1&pagesize=20&_=1365316320063
>>>> > 2013-04-07 00:32:00,079 DEBUG [cloud.api.ApiServlet]
>>>> > (1161145101@qtp-1008805148-33:null) ===END===  127.0.0.1 -- GET
>>>> >
>>>>  command=listVolumes&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&listAll=true&page=1&pagesize=20&_=1365316320063
>>>> > 2013-04-07 00:32:02,019 DEBUG [cloud.api.ApiServlet]
>>>> > (1161145101@qtp-1008805148-33:null) ===START===  127.0.0.1 -- GET
>>>> >
>>>>  command=listVirtualMachines&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&listAll=true&page=1&pagesize=20&_=1365316322017
>>>> > 2013-04-07 00:32:02,034 DEBUG [cloud.api.ApiServlet]
>>>> > (1161145101@qtp-1008805148-33:null) ===END===  127.0.0.1 -- GET
>>>> >
>>>>  command=listVirtualMachines&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&listAll=true&page=1&pagesize=20&_=1365316322017
>>>> > 2013-04-07 00:32:03,004 DEBUG [cloud.api.ApiServlet]
>>>> > (1161145101@qtp-1008805148-33:null) ===START===  127.0.0.1 -- GET
>>>> >
>>>>  command=listVolumes&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&listAll=true&page=1&pagesize=20&_=1365316323002
>>>> > 2013-04-07 00:32:03,019 DEBUG [cloud.api.ApiServlet]
>>>> > (1161145101@qtp-1008805148-33:null) ===END===  127.0.0.1 -- GET
>>>> >
>>>>  command=listVolumes&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&listAll=true&page=1&pagesize=20&_=1365316323002
>>>> > 2013-04-07 00:32:04,060 DEBUG [cloud.api.ApiServlet]
>>>> > (1161145101@qtp-1008805148-33:null) ===START===  127.0.0.1 -- GET
>>>> >
>>>>  command=listVirtualMachines&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&listAll=true&page=1&pagesize=20&_=1365316324057
>>>> > 2013-04-07 00:32:04,076 DEBUG [cloud.api.ApiServlet]
>>>> > (1161145101@qtp-1008805148-33:null) ===END===  127.0.0.1 -- GET
>>>> >
>>>>  command=listVirtualMachines&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&listAll=true&page=1&pagesize=20&_=1365316324057
>>>> > 2013-04-07 00:32:04,815 DEBUG [agent.manager.DirectAgentAttache]
>>>> > (DirectAgent-240:null) Ping from 6
>>>> > 2013-04-07 00:32:06,151 DEBUG [agent.manager.DirectAgentAttache]
>>>> > (DirectAgent-401:null) Ping from 5
>>>> > 2013-04-07 00:32:06,571 DEBUG [cloud.api.ApiServlet]
>>>> > (1161145101@qtp-1008805148-33:null) ===START===  127.0.0.1 -- GET
>>>> >
>>>>  command=listZones&available=true&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316326569
>>>> > 2013-04-07 00:32:06,578 DEBUG [cloud.api.ApiServlet]
>>>> > (1161145101@qtp-1008805148-33:null) ===END===  127.0.0.1 -- GET
>>>> >
>>>>  command=listZones&available=true&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316326569
>>>> > 2013-04-07 00:32:06,909 DEBUG [agent.manager.DirectAgentAttache]
>>>> > (DirectAgent-334:null) Seq 6-324993028: Executing request
>>>> > 2013-04-07 00:32:07,152 DEBUG [agent.manager.DirectAgentAttache]
>>>> > (DirectAgent-334:null) Seq 6-324993028: Response Received:
>>>> > 2013-04-07 00:32:07,152 DEBUG [agent.transport.Request]
>>>> > (DirectAgent-334:null) Seq 6-324993028: Processing:  { Ans: , MgmtId:
>>>> 1,
>>>> > via: 6, Ver: v1, Flags: 10,
>>>> >
>>>> [{"ClusterSyncAnswer":{"_clusterId":2,"_newStates":{},"_isExecuted":false,"result":true,"wait":0}}]
>>>> > }
>>>> > 2013-04-07 00:32:08,422 DEBUG [cloud.api.ApiServlet]
>>>> > (1161145101@qtp-1008805148-33:null) ===START===  127.0.0.1 -- GET
>>>> >
>>>>  command=listHypervisors&zoneid=3a62dec3-cf95-4ba2-9af0-af2190af35e3&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316328420
>>>> > 2013-04-07 00:32:08,431 DEBUG [cloud.api.ApiServlet]
>>>> > (1161145101@qtp-1008805148-33:null) ===END===  127.0.0.1 -- GET
>>>> >
>>>>  command=listHypervisors&zoneid=3a62dec3-cf95-4ba2-9af0-af2190af35e3&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316328420
>>>> > 2013-04-07 00:32:08,434 DEBUG [cloud.api.ApiServlet]
>>>> > (1161145101@qtp-1008805148-33:null) ===START===  127.0.0.1 -- GET
>>>> >
>>>>  command=listTemplates&templatefilter=featured&zoneid=3a62dec3-cf95-4ba2-9af0-af2190af35e3&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316328432
>>>> > 2013-04-07 00:32:08,461 DEBUG [cloud.api.ApiServlet]
>>>> > (1161145101@qtp-1008805148-33:null) ===END===  127.0.0.1 -- GET
>>>> >
>>>>  command=listTemplates&templatefilter=featured&zoneid=3a62dec3-cf95-4ba2-9af0-af2190af35e3&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316328432
>>>> > 2013-04-07 00:32:08,464 DEBUG [cloud.api.ApiServlet]
>>>> > (1161145101@qtp-1008805148-33:null) ===START===  127.0.0.1 -- GET
>>>> >
>>>>  command=listTemplates&templatefilter=community&zoneid=3a62dec3-cf95-4ba2-9af0-af2190af35e3&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316328462
>>>> > 2013-04-07 00:32:08,492 DEBUG [cloud.api.ApiServlet]
>>>> > (1161145101@qtp-1008805148-33:null) ===END===  127.0.0.1 -- GET
>>>> >
>>>>  command=listTemplates&templatefilter=community&zoneid=3a62dec3-cf95-4ba2-9af0-af2190af35e3&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316328462
>>>> > 2013-04-07 00:32:08,495 DEBUG [cloud.api.ApiServlet]
>>>> > (1161145101@qtp-1008805148-33:null) ===START===  127.0.0.1 -- GET
>>>> >
>>>>  command=listTemplates&templatefilter=selfexecutable&zoneid=3a62dec3-cf95-4ba2-9af0-af2190af35e3&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316328493
>>>> > 2013-04-07 00:32:08,508 DEBUG [cloud.api.ApiServlet]
>>>> > (1161145101@qtp-1008805148-33:null) ===END===  127.0.0.1 -- GET
>>>> >
>>>>  command=listTemplates&templatefilter=selfexecutable&zoneid=3a62dec3-cf95-4ba2-9af0-af2190af35e3&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316328493
>>>> > 2013-04-07 00:32:09,476 DEBUG [cloud.api.ApiServlet]
>>>> > (1161145101@qtp-1008805148-33:null) ===START===  127.0.0.1 -- GET
>>>> >
>>>>  command=listServiceOfferings&issystem=false&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316329474
>>>> > 2013-04-07 00:32:09,489 DEBUG [cloud.api.ApiServlet]
>>>> > (1161145101@qtp-1008805148-33:null) ===END===  127.0.0.1 -- GET
>>>> >
>>>>  command=listServiceOfferings&issystem=false&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316329474
>>>> > 2013-04-07 00:32:11,022 DEBUG [agent.manager.DirectAgentAttache]
>>>> > (DirectAgent-161:null) Seq 5-614334468: Executing request
>>>> > 2013-04-07 00:32:11,174 DEBUG [agent.manager.DirectAgentAttache]
>>>> > (DirectAgent-161:null) Seq 5-614334468: Response Received:
>>>> > 2013-04-07 00:32:11,174 DEBUG [agent.transport.Request]
>>>> > (DirectAgent-161:null) Seq 5-614334468: Processing:  { Ans: , MgmtId:
>>>> 1,
>>>> > via: 5, Ver: v1, Flags: 10, [{"Answer":{"result":true,"wait":0}}] }
>>>> > 2013-04-07 00:32:13,261 DEBUG [cloud.api.ApiServlet]
>>>> > (1161145101@qtp-1008805148-33:null) ===START===  127.0.0.1 -- GET
>>>> >
>>>>  command=listDiskOfferings&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316333259
>>>> > 2013-04-07 00:32:13,272 DEBUG [cloud.api.ApiServlet]
>>>> > (1161145101@qtp-1008805148-33:null) ===END===  127.0.0.1 -- GET
>>>> >
>>>>  command=listDiskOfferings&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316333259
>>>> > 2013-04-07 00:32:14,028 DEBUG [cloud.api.ApiServlet]
>>>> > (1161145101@qtp-1008805148-33:null) ===START===  127.0.0.1 -- GET
>>>> >
>>>>  command=listNetworks&trafficType=Guest&zoneId=3a62dec3-cf95-4ba2-9af0-af2190af35e3&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316334026
>>>> > 2013-04-07 00:32:14,053 DEBUG [cloud.api.ApiServlet]
>>>> > (1161145101@qtp-1008805148-33:null) ===END===  127.0.0.1 -- GET
>>>> >
>>>>  command=listNetworks&trafficType=Guest&zoneId=3a62dec3-cf95-4ba2-9af0-af2190af35e3&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316334026
>>>> > 2013-04-07 00:32:14,056 DEBUG [cloud.api.ApiServlet]
>>>> > (1161145101@qtp-1008805148-33:null) ===START===  127.0.0.1 -- GET
>>>> >
>>>>  command=listSecurityGroups&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&domainid=e4ec5ddc-9e1c-11e2-a770-6e70e42a2333&account=admin&_=1365316334054
>>>> > 2013-04-07 00:32:14,062 DEBUG [cloud.user.AccountManagerImpl]
>>>> > (1161145101@qtp-1008805148-33:null) Access granted to Acct[2-admin]
>>>> to
>>>> > Domain:1/ by DomainChecker
>>>> > 2013-04-07 00:32:14,068 DEBUG [cloud.api.ApiServlet]
>>>> > (1161145101@qtp-1008805148-33:null) ===END===  127.0.0.1 -- GET
>>>> >
>>>>  command=listSecurityGroups&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&domainid=e4ec5ddc-9e1c-11e2-a770-6e70e42a2333&account=admin&_=1365316334054
>>>> > 2013-04-07 00:32:15,282 DEBUG [cloud.api.ApiServlet]
>>>> > (1161145101@qtp-1008805148-33:null) ===START===  127.0.0.1 -- GET
>>>> >
>>>>  command=deployVirtualMachine&zoneId=3a62dec3-cf95-4ba2-9af0-af2190af35e3&templateId=e4a7df4a-9e1c-11e2-a770-6e70e42a2333&hypervisor=XenServer&serviceOfferingId=425cf3cf-4bc4-4e53-82a0-ba6c20dd3688&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316335280
>>>> > 2013-04-07 00:32:15,290 DEBUG [cloud.api.ApiDispatcher]
>>>> > (1161145101@qtp-1008805148-33:null) InfrastructureEntity name
>>>> > is:com.cloud.offering.ServiceOffering
>>>> > 2013-04-07 00:32:15,292 DEBUG [cloud.api.ApiDispatcher]
>>>> > (1161145101@qtp-1008805148-33:null) ControlledEntity name
>>>> > is:com.cloud.template.VirtualMachineTemplate
>>>> > 2013-04-07 00:32:15,316 DEBUG [cloud.vm.UserVmManagerImpl]
>>>> > (1161145101@qtp-1008805148-33:null) Allocating in the DB for vm
>>>> > 2013-04-07 00:32:15,327 DEBUG [cloud.vm.VirtualMachineManagerImpl]
>>>> > (1161145101@qtp-1008805148-33:null) Allocating entries for VM:
>>>> > VM[User|94ddc16f-04fc-4da1-8326-01d8d5cdeb44]
>>>> > 2013-04-07 00:32:15,327 DEBUG [cloud.vm.VirtualMachineManagerImpl]
>>>> > (1161145101@qtp-1008805148-33:null) Allocating nics for
>>>> > VM[User|94ddc16f-04fc-4da1-8326-01d8d5cdeb44]
>>>> > 2013-04-07 00:32:15,328 DEBUG [cloud.network.NetworkManagerImpl]
>>>> > (1161145101@qtp-1008805148-33:null) Allocating nic for vm
>>>> > VM[User|94ddc16f-04fc-4da1-8326-01d8d5cdeb44] in network
>>>> Ntwk[204|Guest|6]
>>>> > with requested profile NicProfile[0-0-null-null-null
>>>> > 2013-04-07 00:32:15,335 DEBUG [cloud.vm.VirtualMachineManagerImpl]
>>>> > (1161145101@qtp-1008805148-33:null) Allocaing disks for
>>>> > VM[User|94ddc16f-04fc-4da1-8326-01d8d5cdeb44]
>>>> > 2013-04-07 00:32:15,342 DEBUG [cloud.vm.VirtualMachineManagerImpl]
>>>> > (1161145101@qtp-1008805148-33:null) Allocation completed for VM:
>>>> > VM[User|94ddc16f-04fc-4da1-8326-01d8d5cdeb44]
>>>> > 2013-04-07 00:32:15,342 DEBUG [cloud.vm.UserVmManagerImpl]
>>>> > (1161145101@qtp-1008805148-33:null) Successfully allocated DB entry
>>>> for
>>>> > VM[User|94ddc16f-04fc-4da1-8326-01d8d5cdeb44]
>>>> > 2013-04-07 00:32:15,374 DEBUG [cloud.async.AsyncJobManagerImpl]
>>>> > (1161145101@qtp-1008805148-33:null) submit async job-43, details:
>>>> > AsyncJobVO {id:43, userId: 2, accountId: 2, sessionKey: null,
>>>> instanceType:
>>>> > null, instanceId: 13, cmd:
>>>> > org.apache.cloudstack.api.command.user.vm.DeployVMCmd, cmdOriginator:
>>>> null,
>>>> > cmdInfo:
>>>> >
>>>> {"id":"13","templateId":"e4a7df4a-9e1c-11e2-a770-6e70e42a2333","response":"json","sessionkey":"Z6QqzU0Fq1iT13bMgnRRfl8GoVA\u003d","ctxUserId":"2","hypervisor":"XenServer","serviceOfferingId":"425cf3cf-4bc4-4e53-82a0-ba6c20dd3688","_":"1365316335280","ctxAccountId":"2","ctxStartEventId":"48","zoneId":"3a62dec3-cf95-4ba2-9af0-af2190af35e3"},
>>>> > cmdVersion: 0, callbackType: 0, callbackAddress: null, status: 0,
>>>> > processStatus: 0, resultCode: 0, result: null, initMsid: 1,
>>>> completeMsid:
>>>> > null, lastUpdated: null, lastPolled: null, created: null}
>>>> > 2013-04-07 00:32:15,375 DEBUG [cloud.async.AsyncJobManagerImpl]
>>>> > (Job-Executor-36:job-43) Executing
>>>> > org.apache.cloudstack.api.command.user.vm.DeployVMCmd for job-43
>>>> > 2013-04-07 00:32:15,376 DEBUG [cloud.api.ApiServlet]
>>>> > (1161145101@qtp-1008805148-33:null) ===END===  127.0.0.1 -- GET
>>>> >
>>>>  command=deployVirtualMachine&zoneId=3a62dec3-cf95-4ba2-9af0-af2190af35e3&templateId=e4a7df4a-9e1c-11e2-a770-6e70e42a2333&hypervisor=XenServer&serviceOfferingId=425cf3cf-4bc4-4e53-82a0-ba6c20dd3688&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316335280
>>>> > 2013-04-07 00:32:15,380 DEBUG [cloud.api.ApiDispatcher]
>>>> > (Job-Executor-36:job-43) InfrastructureEntity name
>>>> > is:com.cloud.offering.ServiceOffering
>>>> > 2013-04-07 00:32:15,383 DEBUG [cloud.api.ApiDispatcher]
>>>> > (Job-Executor-36:job-43) ControlledEntity name
>>>> > is:com.cloud.template.VirtualMachineTemplate
>>>> > 2013-04-07 00:32:15,425 DEBUG [cloud.deploy.FirstFitPlanner]
>>>> > (Job-Executor-36:job-43) DeploymentPlanner allocation algorithm:
>>>> random
>>>> > 2013-04-07 00:32:15,425 DEBUG [cloud.deploy.FirstFitPlanner]
>>>> > (Job-Executor-36:job-43) Trying to allocate a host and storage pools
>>>> from
>>>> > dc:1, pod:null,cluster:null, requested cpu: 100, requested ram:
>>>> 1073741824
>>>> > 2013-04-07 00:32:15,425 DEBUG [cloud.deploy.FirstFitPlanner]
>>>> > (Job-Executor-36:job-43) Is ROOT volume READY (pool already
>>>> allocated)?: No
>>>> > 2013-04-07 00:32:15,425 DEBUG [cloud.deploy.FirstFitPlanner]
>>>> > (Job-Executor-36:job-43) Searching all possible resources under this
>>>> Zone: 1
>>>> > 2013-04-07 00:32:15,427 DEBUG [cloud.deploy.FirstFitPlanner]
>>>> > (Job-Executor-36:job-43) Listing clusters in order of aggregate
>>>> capacity,
>>>> > that have (atleast one host with) enough CPU and RAM capacity under
>>>> this
>>>> > Zone: 1
>>>> > 2013-04-07 00:32:15,428 DEBUG [cloud.deploy.FirstFitPlanner]
>>>> > (Job-Executor-36:job-43) CPUOverprovisioningFactor considered: 1.0
>>>> > 2013-04-07 00:32:15,442 DEBUG [cloud.deploy.FirstFitPlanner]
>>>> > (Job-Executor-36:job-43) Cannot allocate cluster list [1] for vm
>>>> creation
>>>> > since their allocated percentage crosses the disable capacity
>>>> threshold:
>>>> > 0.85 for capacity Type : 0, skipping these clusters
>>>> > 2013-04-07 00:32:15,444 DEBUG [cloud.deploy.FirstFitPlanner]
>>>> > (Job-Executor-36:job-43) Checking resources in Cluster: 2 under Pod: 1
>>>> > 2013-04-07 00:32:15,444 DEBUG [allocator.impl.RandomAllocator]
>>>> > (Job-Executor-36:job-43) Looking for hosts in dc: 1  pod:1  cluster:2
>>>> > 2013-04-07 00:32:15,447 DEBUG [allocator.impl.RandomAllocator]
>>>> > (Job-Executor-36:job-43) Random Allocator found 2  hosts
>>>> > 2013-04-07 00:32:15,447 DEBUG [allocator.impl.RandomAllocator]
>>>> > (Job-Executor-36:job-43) Random Host Allocator returning 2 suitable
>>>> hosts
>>>> > 2013-04-07 00:32:15,448 DEBUG [cloud.deploy.FirstFitPlanner]
>>>> > (Job-Executor-36:job-43) Checking suitable pools for volume (Id,
>>>> Type):
>>>> > (13,ROOT)
>>>> > 2013-04-07 00:32:15,448 DEBUG [cloud.deploy.FirstFitPlanner]
>>>> > (Job-Executor-36:job-43) We need to allocate new storagepool for this
>>>> volume
>>>> > 2013-04-07 00:32:15,451 DEBUG [cloud.deploy.FirstFitPlanner]
>>>> > (Job-Executor-36:job-43) Calling StoragePoolAllocators to find
>>>> suitable
>>>> > pools
>>>> > 2013-04-07 00:32:15,455 DEBUG
>>>> > [storage.allocator.RandomStoragePoolAllocator]
>>>> (Job-Executor-36:job-43)
>>>> > Looking for pools in dc: 1  pod:1  cluster:2
>>>> > 2013-04-07 00:32:15,457 DEBUG
>>>> > [storage.allocator.RandomStoragePoolAllocator]
>>>> (Job-Executor-36:job-43)
>>>> > RandomStoragePoolAllocator has 5 pools to check for allocation
>>>> > 2013-04-07 00:32:15,458 DEBUG
>>>> > [storage.allocator.AbstractStoragePoolAllocator]
>>>> (Job-Executor-36:job-43)
>>>> > Checking if storage pool is suitable, name: Tut-XenServer2 Local
>>>> Storage
>>>> > ,poolId: 201
>>>> > 2013-04-07 00:32:15,458 DEBUG
>>>> > [storage.allocator.AbstractStoragePoolAllocator]
>>>> (Job-Executor-36:job-43)
>>>> > Is localStorageAllocationNeeded? false
>>>> > 2013-04-07 00:32:15,458 DEBUG
>>>> > [storage.allocator.AbstractStoragePoolAllocator]
>>>> (Job-Executor-36:job-43)
>>>> > Is storage pool shared? false
>>>> > 2013-04-07 00:32:15,458 DEBUG
>>>> > [storage.allocator.AbstractStoragePoolAllocator]
>>>> (Job-Executor-36:job-43)
>>>> > StoragePool is not of correct type, skipping this pool
>>>> > 2013-04-07 00:32:15,458 DEBUG
>>>> > [storage.allocator.AbstractStoragePoolAllocator]
>>>> (Job-Executor-36:job-43)
>>>> > Checking if storage pool is suitable, name: iSCSI_SR_3 ,poolId: 257
>>>> > 2013-04-07 00:32:15,458 DEBUG
>>>> > [storage.allocator.AbstractStoragePoolAllocator]
>>>> (Job-Executor-36:job-43)
>>>> > Is localStorageAllocationNeeded? false
>>>> > 2013-04-07 00:32:15,458 DEBUG
>>>> > [storage.allocator.AbstractStoragePoolAllocator]
>>>> (Job-Executor-36:job-43)
>>>> > Is storage pool shared? true
>>>> > 2013-04-07 00:32:15,467 DEBUG [cloud.storage.StorageManagerImpl]
>>>> > (Job-Executor-36:job-43) Checking pool: 257 for volume allocation
>>>> > [Vol[13|vm=13|ROOT]], maxSize : 2084569088, totalAllocatedSize :
>>>> 106954752,
>>>> > askingSize : 52428800, allocated disable threshold: 0.85
>>>> > 2013-04-07 00:32:15,467 DEBUG
>>>> > [storage.allocator.AbstractStoragePoolAllocator]
>>>> (Job-Executor-36:job-43)
>>>> > Checking if storage pool is suitable, name: iSCSI_SR_4 ,poolId: 262
>>>> > 2013-04-07 00:32:15,467 DEBUG
>>>> > [storage.allocator.AbstractStoragePoolAllocator]
>>>> (Job-Executor-36:job-43)
>>>> > Is localStorageAllocationNeeded? false
>>>> > 2013-04-07 00:32:15,467 DEBUG
>>>> > [storage.allocator.AbstractStoragePoolAllocator]
>>>> (Job-Executor-36:job-43)
>>>> > Is storage pool shared? true
>>>> > 2013-04-07 00:32:15,479 DEBUG [cloud.storage.StorageManagerImpl]
>>>> > (Job-Executor-36:job-43) Checking pool: 262 for volume allocation
>>>> > [Vol[13|vm=13|ROOT]], maxSize : 2084569088, totalAllocatedSize :
>>>> 54525952,
>>>> > askingSize : 52428800, allocated disable threshold: 0.85
>>>> > 2013-04-07 00:32:15,479 DEBUG
>>>> > [storage.allocator.AbstractStoragePoolAllocator]
>>>> (Job-Executor-36:job-43)
>>>> > Checking if storage pool is suitable, name: Tut-XenServer Local
>>>> Storage
>>>> > ,poolId: 202
>>>> > 2013-04-07 00:32:15,479 DEBUG
>>>> > [storage.allocator.AbstractStoragePoolAllocator]
>>>> (Job-Executor-36:job-43)
>>>> > Is localStorageAllocationNeeded? false
>>>> > 2013-04-07 00:32:15,479 DEBUG
>>>> > [storage.allocator.AbstractStoragePoolAllocator]
>>>> (Job-Executor-36:job-43)
>>>> > Is storage pool shared? false
>>>> > 2013-04-07 00:32:15,479 DEBUG
>>>> > [storage.allocator.AbstractStoragePoolAllocator]
>>>> (Job-Executor-36:job-43)
>>>> > StoragePool is not of correct type, skipping this pool
>>>> > 2013-04-07 00:32:15,479 DEBUG
>>>> > [storage.allocator.AbstractStoragePoolAllocator]
>>>> (Job-Executor-36:job-43)
>>>> > Checking if storage pool is suitable, name: iSCSI_SR_2 ,poolId: 256
>>>> > 2013-04-07 00:32:15,479 DEBUG
>>>> > [storage.allocator.AbstractStoragePoolAllocator]
>>>> (Job-Executor-36:job-43)
>>>> > Is localStorageAllocationNeeded? false
>>>> > 2013-04-07 00:32:15,479 DEBUG
>>>> > [storage.allocator.AbstractStoragePoolAllocator]
>>>> (Job-Executor-36:job-43)
>>>> > Is storage pool shared? true
>>>> > 2013-04-07 00:32:15,489 DEBUG [cloud.storage.StorageManagerImpl]
>>>> > (Job-Executor-36:job-43) Checking pool: 256 for volume allocation
>>>> > [Vol[13|vm=13|ROOT]], maxSize : 2084569088, totalAllocatedSize :
>>>> 54525952,
>>>> > askingSize : 52428800, allocated disable threshold: 0.85
>>>> > 2013-04-07 00:32:15,489 DEBUG
>>>> > [storage.allocator.RandomStoragePoolAllocator]
>>>> (Job-Executor-36:job-43)
>>>> > RandomStoragePoolAllocator returning 3 suitable storage pools
>>>> > 2013-04-07 00:32:15,489 DEBUG [cloud.deploy.FirstFitPlanner]
>>>> > (Job-Executor-36:job-43) Trying to find a potenial host and associated
>>>> > storage pools from the suitable host/pool lists for this VM
>>>> > 2013-04-07 00:32:15,489 DEBUG [cloud.deploy.FirstFitPlanner]
>>>> > (Job-Executor-36:job-43) Checking if host: 6 can access any suitable
>>>> > storage pool for volume: ROOT
>>>> > 2013-04-07 00:32:15,492 DEBUG [cloud.deploy.FirstFitPlanner]
>>>> > (Job-Executor-36:job-43) Host: 6 can access pool: 257
>>>> > 2013-04-07 00:32:15,492 DEBUG [cloud.deploy.FirstFitPlanner]
>>>> > (Job-Executor-36:job-43) Found a potential host id: 6 name:
>>>> Tut-XenServer
>>>> > and associated storage pools for this VM
>>>> > 2013-04-07 00:32:15,494 DEBUG [cloud.deploy.FirstFitPlanner]
>>>> > (Job-Executor-36:job-43) Returning Deployment Destination:
>>>> >
>>>> Dest[Zone(Id)-Pod(Id)-Cluster(Id)-Host(Id)-Storage(Volume(Id|Type-->Pool(Id))]
>>>> > :
>>>> >
>>>> Dest[Zone(1)-Pod(1)-Cluster(2)-Host(6)-Storage(Volume(13|ROOT-->Pool(257))]
>>>> > 2013-04-07 00:32:15,514 DEBUG [cloud.capacity.CapacityManagerImpl]
>>>> > (Job-Executor-36:job-43) VM state transitted from :Stopped to
>>>> Starting with
>>>> > event: StartRequestedvm's original host id: null new host id: null
>>>> host id
>>>> > before state transition: null
>>>> > 2013-04-07 00:32:15,514 DEBUG [cloud.vm.VirtualMachineManagerImpl]
>>>> > (Job-Executor-36:job-43) Successfully transitioned to start state for
>>>> > VM[User|94ddc16f-04fc-4da1-8326-01d8d5cdeb44] reservation id =
>>>> > a8349669-6ff2-443f-88d3-c5d69100df3a
>>>> > 2013-04-07 00:32:15,518 DEBUG [cloud.vm.VirtualMachineManagerImpl]
>>>> > (Job-Executor-36:job-43) Trying to deploy VM, vm has dcId: 1 and
>>>> podId: null
>>>> > 2013-04-07 00:32:15,518 DEBUG [cloud.vm.VirtualMachineManagerImpl]
>>>> > (Job-Executor-36:job-43) advanceStart: DeploymentPlan is provided,
>>>> using
>>>> > dcId:1, podId: 1, clusterId: 2, hostId: 6, poolId: 257
>>>> > 2013-04-07 00:32:15,518 DEBUG [cloud.vm.VirtualMachineManagerImpl]
>>>> > (Job-Executor-36:job-43) Deploy avoids pods: null, clusters: null,
>>>> hosts:
>>>> > null
>>>> > 2013-04-07 00:32:15,521 DEBUG [cloud.deploy.FirstFitPlanner]
>>>> > (Job-Executor-36:job-43) DeploymentPlanner allocation algorithm:
>>>> random
>>>> > 2013-04-07 00:32:15,521 DEBUG [cloud.deploy.FirstFitPlanner]
>>>> > (Job-Executor-36:job-43) Trying to allocate a host and storage pools
>>>> from
>>>> > dc:1, pod:1,cluster:2, requested cpu: 100, requested ram: 1073741824
>>>> > 2013-04-07 00:32:15,522 DEBUG [cloud.deploy.FirstFitPlanner]
>>>> > (Job-Executor-36:job-43) Is ROOT volume READY (pool already
>>>> allocated)?: Yes
>>>> > 2013-04-07 00:32:15,522 DEBUG [cloud.deploy.FirstFitPlanner]
>>>> > (Job-Executor-36:job-43) DeploymentPlan has host_id specified, making
>>>> no
>>>> > checks on this host, looks like admin test: 6
>>>> > 2013-04-07 00:32:15,523 DEBUG [cloud.deploy.FirstFitPlanner]
>>>> > (Job-Executor-36:job-43) Looking for suitable pools for this host
>>>> under
>>>> > zone: 1, pod: 1, cluster: 2
>>>> > 2013-04-07 00:32:15,525 DEBUG [cloud.deploy.FirstFitPlanner]
>>>> > (Job-Executor-36:job-43) Checking suitable pools for volume (Id,
>>>> Type):
>>>> > (13,ROOT)
>>>> > 2013-04-07 00:32:15,525 DEBUG [cloud.deploy.FirstFitPlanner]
>>>> > (Job-Executor-36:job-43) Volume has pool already allocated, checking
>>>> if
>>>> > pool can be reused, poolId: null
>>>> > 2013-04-07 00:32:15,527 DEBUG [cloud.deploy.FirstFitPlanner]
>>>> > (Job-Executor-36:job-43) Planner need not allocate a pool for this
>>>> volume
>>>> > since its READY
>>>> > 2013-04-07 00:32:15,527 DEBUG [cloud.deploy.FirstFitPlanner]
>>>> > (Job-Executor-36:job-43) Trying to find a potenial host and associated
>>>> > storage pools from the suitable host/pool lists for this VM
>>>> > 2013-04-07 00:32:15,527 DEBUG [cloud.deploy.FirstFitPlanner]
>>>> > (Job-Executor-36:job-43) Checking if host: 6 can access any suitable
>>>> > storage pool for volume: ROOT
>>>> > 2013-04-07 00:32:15,529 DEBUG [cloud.deploy.FirstFitPlanner]
>>>> > (Job-Executor-36:job-43) Host: 6 can access pool: 257
>>>> > 2013-04-07 00:32:15,529 DEBUG [cloud.deploy.FirstFitPlanner]
>>>> > (Job-Executor-36:job-43) Found a potential host id: 6 name:
>>>> Tut-XenServer
>>>> > and associated storage pools for this VM
>>>> > 2013-04-07 00:32:15,530 DEBUG [cloud.deploy.FirstFitPlanner]
>>>> > (Job-Executor-36:job-43) Returning Deployment Destination:
>>>> >
>>>> Dest[Zone(Id)-Pod(Id)-Cluster(Id)-Host(Id)-Storage(Volume(Id|Type-->Pool(Id))]
>>>> > :
>>>> >
>>>> Dest[Zone(1)-Pod(1)-Cluster(2)-Host(6)-Storage(Volume(13|ROOT-->Pool(257))]
>>>> > 2013-04-07 00:32:15,530 DEBUG [cloud.vm.VirtualMachineManagerImpl]
>>>> > (Job-Executor-36:job-43) Deployment found  -
>>>> > P0=VM[User|94ddc16f-04fc-4da1-8326-01d8d5cdeb44],
>>>> >
>>>> P0=Dest[Zone(Id)-Pod(Id)-Cluster(Id)-Host(Id)-Storage(Volume(Id|Type-->Pool(Id))]
>>>> > :
>>>> >
>>>> Dest[Zone(1)-Pod(1)-Cluster(2)-Host(6)-Storage(Volume(13|ROOT-->Pool(257))]
>>>> > 2013-04-07 00:32:15,535 DEBUG [cloud.capacity.CapacityManagerImpl]
>>>> > (Job-Executor-36:job-43) VM state transitted from :Starting to
>>>> Starting
>>>> > with event: OperationRetryvm's original host id: null new host id: 6
>>>> host
>>>> > id before state transition: null
>>>> > 2013-04-07 00:32:15,551 DEBUG [cloud.capacity.CapacityManagerImpl]
>>>> > (Job-Executor-36:job-43) Hosts's actual total CPU: 2382 and CPU after
>>>> > applying overprovisioning: 2382
>>>> > 2013-04-07 00:32:15,551 DEBUG [cloud.capacity.CapacityManagerImpl]
>>>> > (Job-Executor-36:job-43) We are allocating VM, increasing the used
>>>> capacity
>>>> > of this host:6
>>>> > 2013-04-07 00:32:15,552 DEBUG [cloud.capacity.CapacityManagerImpl]
>>>> > (Job-Executor-36:job-43) Current Used CPU: 100 , Free CPU:2282
>>>> ,Requested
>>>> > CPU: 100
>>>> > 2013-04-07 00:32:15,552 DEBUG [cloud.capacity.CapacityManagerImpl]
>>>> > (Job-Executor-36:job-43) Current Used RAM: 104857600 , Free
>>>> RAM:1566837824
>>>> > ,Requested RAM: 1073741824
>>>> > 2013-04-07 00:32:15,552 DEBUG [cloud.capacity.CapacityManagerImpl]
>>>> > (Job-Executor-36:job-43) CPU STATS after allocation: for host: 6, old
>>>> used:
>>>> > 100, old reserved: 0, actual total: 2382, total with overprovisioning:
>>>> > 2382; new used:200, reserved:0; requested
>>>> cpu:100,alloc_from_last:false
>>>> > 2013-04-07 00:32:15,552 DEBUG [cloud.capacity.CapacityManagerImpl]
>>>> > (Job-Executor-36:job-43) RAM STATS after allocation: for host: 6, old
>>>> used:
>>>> > 104857600, old reserved: 0, total: 1671695424; new used: 1178599424,
>>>> > reserved: 0; requested mem: 1073741824,alloc_from_last:false
>>>> > 2013-04-07 00:32:15,555 DEBUG [cloud.vm.VirtualMachineManagerImpl]
>>>> > (Job-Executor-36:job-43) VM is being created in podId: 1
>>>> > 2013-04-07 00:32:15,559 DEBUG [cloud.network.NetworkManagerImpl]
>>>> > (Job-Executor-36:job-43) Lock is acquired for network id 204 as a
>>>> part of
>>>> > network implement
>>>> > 2013-04-07 00:32:15,559 DEBUG [cloud.network.NetworkManagerImpl]
>>>> > (Job-Executor-36:job-43) Network id=204 is already implemented
>>>> > 2013-04-07 00:32:15,560 DEBUG [cloud.network.NetworkManagerImpl]
>>>> > (Job-Executor-36:job-43) Lock is released for network id 204 as a
>>>> part of
>>>> > network implement
>>>> > 2013-04-07 00:32:15,592 DEBUG [cloud.network.NetworkManagerImpl]
>>>> > (Job-Executor-36:job-43) Changing active number of nics for network
>>>> id=204
>>>> > on 1
>>>> > 2013-04-07 00:32:15,594 DEBUG [cloud.network.NetworkManagerImpl]
>>>> > (Job-Executor-36:job-43) Asking ElasticLoadBalancerElement to prepare
>>>> for
>>>> > Nic[19-13-a8349669-6ff2-443f-88d3-c5d69100df3a-192.168.56.146]
>>>> > 2013-04-07 00:32:15,600 DEBUG [cloud.network.NetworkManagerImpl]
>>>> > (Job-Executor-36:job-43) Asking NiciraNvpElement to prepare for
>>>> > Nic[19-13-a8349669-6ff2-443f-88d3-c5d69100df3a-192.168.56.146]
>>>> > 2013-04-07 00:32:15,600 DEBUG [network.element.NiciraNvpElement]
>>>> > (Job-Executor-36:job-43) Checking if NiciraNvpElement can handle
>>>> service
>>>> > Connectivity on network guestNetworkForBasicZone
>>>> > 2013-04-07 00:32:15,606 DEBUG [cloud.network.NetworkManagerImpl]
>>>> > (Job-Executor-36:job-43) Asking BigSwitchVnsElement to prepare for
>>>> > Nic[19-13-a8349669-6ff2-443f-88d3-c5d69100df3a-192.168.56.146]
>>>> > 2013-04-07 00:32:15,606 DEBUG [network.element.BigSwitchVnsElement]
>>>> > (Job-Executor-36:job-43) Checking if BigSwitchVnsElement can handle
>>>> service
>>>> > Connectivity on network guestNetworkForBasicZone
>>>> > 2013-04-07 00:32:15,612 DEBUG [cloud.network.NetworkManagerImpl]
>>>> > (Job-Executor-36:job-43) Asking Ovs to prepare for
>>>> > Nic[19-13-a8349669-6ff2-443f-88d3-c5d69100df3a-192.168.56.146]
>>>> > 2013-04-07 00:32:15,612 DEBUG [cloud.network.NetworkManagerImpl]
>>>> > (Job-Executor-36:job-43) Asking BareMetalDhcp to prepare for
>>>> > Nic[19-13-a8349669-6ff2-443f-88d3-c5d69100df3a-192.168.56.146]
>>>> > 2013-04-07 00:32:15,617 DEBUG [cloud.network.NetworkManagerImpl]
>>>> > (Job-Executor-36:job-43) Asking BareMetalPxe to prepare for
>>>> > Nic[19-13-a8349669-6ff2-443f-88d3-c5d69100df3a-192.168.56.146]
>>>> > 2013-04-07 00:32:15,623 DEBUG [cloud.network.NetworkManagerImpl]
>>>> > (Job-Executor-36:job-43) Asking BareMetalUserdata to prepare for
>>>> > Nic[19-13-a8349669-6ff2-443f-88d3-c5d69100df3a-192.168.56.146]
>>>> > 2013-04-07 00:32:15,629 DEBUG [cloud.network.NetworkManagerImpl]
>>>> > (Job-Executor-36:job-43) Asking SecurityGroupProvider to prepare for
>>>> > Nic[19-13-a8349669-6ff2-443f-88d3-c5d69100df3a-192.168.56.146]
>>>> > 2013-04-07 00:32:15,637 DEBUG [cloud.network.NetworkManagerImpl]
>>>> > (Job-Executor-36:job-43) Asking VirtualRouter to prepare for
>>>> > Nic[19-13-a8349669-6ff2-443f-88d3-c5d69100df3a-192.168.56.146]
>>>> > 2013-04-07 00:32:15,653 DEBUG
>>>> > [network.router.VirtualNetworkApplianceManagerImpl]
>>>> > (Job-Executor-36:job-43) Lock is acquired for network id 204 as a
>>>> part of
>>>> > router startup in
>>>> >
>>>> Dest[Zone(Id)-Pod(Id)-Cluster(Id)-Host(Id)-Storage(Volume(Id|Type-->Pool(Id))]
>>>> > :
>>>> >
>>>> Dest[Zone(1)-Pod(1)-Cluster(2)-Host(6)-Storage(Volume(13|ROOT-->Pool(257))]
>>>> > 2013-04-07 00:32:15,657 DEBUG
>>>> > [network.router.VirtualNetworkApplianceManagerImpl]
>>>> > (Job-Executor-36:job-43) Skipping VR deployment: Found a running or
>>>> > starting VR in Pod null id=1
>>>> > 2013-04-07 00:32:15,658 DEBUG
>>>> > [network.router.VirtualNetworkApplianceManagerImpl]
>>>> > (Job-Executor-36:job-43) Lock is released for network id 204 as a
>>>> part of
>>>> > router startup in
>>>> >
>>>> Dest[Zone(Id)-Pod(Id)-Cluster(Id)-Host(Id)-Storage(Volume(Id|Type-->Pool(Id))]
>>>> > :
>>>> >
>>>> Dest[Zone(1)-Pod(1)-Cluster(2)-Host(6)-Storage(Volume(13|ROOT-->Pool(257))]
>>>> > 2013-04-07 00:32:15,674 DEBUG
>>>> > [network.router.VirtualNetworkApplianceManagerImpl]
>>>> > (Job-Executor-36:job-43) Applying dhcp entry in network
>>>> Ntwk[204|Guest|6]
>>>> > 2013-04-07 00:32:15,706 DEBUG [agent.transport.Request]
>>>> > (Job-Executor-36:job-43) Seq 6-324993305: Sending  { Cmd , MgmtId: 1,
>>>> via:
>>>> > 6, Ver: v1, Flags: 100111,
>>>> >
>>>> [{"routing.DhcpEntryCommand":{"vmMac":"06:06:fe:00:00:44","vmIpAddress":"192.168.56.146","vmName":"94ddc16f-04fc-4da1-8326-01d8d5cdeb44","defaultRouter":"192.168.56.1","defaultDns":"192.168.56.102","duid":"00:03:00:01:06:06:fe:00:00:44","accessDetails":{"router.guest.ip":"192.168.56.102","zone.network.type":"Basic","
>>>> > router.name":"r-4-VM","router.ip":"169.254.1.168"},"wait":0}}] }
>>>> > 2013-04-07 00:32:15,706 DEBUG [agent.transport.Request]
>>>> > (Job-Executor-36:job-43) Seq 6-324993305: Executing:  { Cmd , MgmtId:
>>>> 1,
>>>> > via: 6, Ver: v1, Flags: 100111,
>>>> >
>>>> [{"routing.DhcpEntryCommand":{"vmMac":"06:06:fe:00:00:44","vmIpAddress":"192.168.56.146","vmName":"94ddc16f-04fc-4da1-8326-01d8d5cdeb44","defaultRouter":"192.168.56.1","defaultDns":"192.168.56.102","duid":"00:03:00:01:06:06:fe:00:00:44","accessDetails":{"router.guest.ip":"192.168.56.102","zone.network.type":"Basic","
>>>> > router.name":"r-4-VM","router.ip":"169.254.1.168"},"wait":0}}] }
>>>> > 2013-04-07 00:32:15,706 DEBUG [agent.manager.DirectAgentAttache]
>>>> > (DirectAgent-89:null) Seq 6-324993305: Executing request
>>>> > 2013-04-07 00:32:18,273 DEBUG [agent.manager.DirectAgentAttache]
>>>> > (DirectAgent-89:null) Seq 6-324993305: Response Received:
>>>> > 2013-04-07 00:32:18,273 DEBUG [agent.transport.Request]
>>>> > (DirectAgent-89:null) Seq 6-324993305: Processing:  { Ans: , MgmtId:
>>>> 1,
>>>> > via: 6, Ver: v1, Flags: 110, [{"Answer":{"result":true,"wait":0}}] }
>>>> > 2013-04-07 00:32:18,273 DEBUG [agent.manager.AgentAttache]
>>>> > (DirectAgent-89:null) Seq 6-324993305: No more commands found
>>>> > 2013-04-07 00:32:18,273 DEBUG [agent.transport.Request]
>>>> > (Job-Executor-36:job-43) Seq 6-324993305: Received:  { Ans: , MgmtId:
>>>> 1,
>>>> > via: 6, Ver: v1, Flags: 110, { Answer } }
>>>> > 2013-04-07 00:32:18,286 DEBUG
>>>> > [network.router.VirtualNetworkApplianceManagerImpl]
>>>> > (Job-Executor-36:job-43) Applying userdata and password entry in
>>>> network
>>>> > Ntwk[204|Guest|6]
>>>> > 2013-04-07 00:32:18,303 DEBUG [agent.transport.Request]
>>>> > (Job-Executor-36:job-43) Seq 6-324993306: Sending  { Cmd , MgmtId: 1,
>>>> via:
>>>> > 6, Ver: v1, Flags: 100111,
>>>> >
>>>> [{"routing.SavePasswordCommand":{"password":"fnirq_cnffjbeq","vmIpAddress":"192.168.56.146","vmName":"94ddc16f-04fc-4da1-8326-01d8d5cdeb44","accessDetails":{"router.guest.ip":"192.168.56.102","zone.network.type":"Basic","router.ip":"169.254.1.168","
>>>> > router.name
>>>> >
>>>> ":"r-4-VM"},"wait":0}},{"routing.VmDataCommand":{"vmIpAddress":"192.168.56.146","vmName":"94ddc16f-04fc-4da1-8326-01d8d5cdeb44","accessDetails":{"router.guest.ip":"192.168.56.102","zone.network.type":"Basic","router.ip":"169.254.1.168","
>>>> > router.name":"r-4-VM"},"wait":0}}] }
>>>> > 2013-04-07 00:32:18,304 DEBUG [agent.transport.Request]
>>>> > (Job-Executor-36:job-43) Seq 6-324993306: Executing:  { Cmd , MgmtId:
>>>> 1,
>>>> > via: 6, Ver: v1, Flags: 100111,
>>>> >
>>>> [{"routing.SavePasswordCommand":{"password":"fnirq_cnffjbeq","vmIpAddress":"192.168.56.146","vmName":"94ddc16f-04fc-4da1-8326-01d8d5cdeb44","accessDetails":{"router.guest.ip":"192.168.56.102","zone.network.type":"Basic","router.ip":"169.254.1.168","
>>>> > router.name
>>>> >
>>>> ":"r-4-VM"},"wait":0}},{"routing.VmDataCommand":{"vmIpAddress":"192.168.56.146","vmName":"94ddc16f-04fc-4da1-8326-01d8d5cdeb44","accessDetails":{"router.guest.ip":"192.168.56.102","zone.network.type":"Basic","router.ip":"169.254.1.168","
>>>> > router.name":"r-4-VM"},"wait":0}}] }
>>>> > 2013-04-07 00:32:18,304 DEBUG [agent.manager.DirectAgentAttache]
>>>> > (DirectAgent-20:null) Seq 6-324993306: Executing request
>>>> > 2013-04-07 00:32:18,391 DEBUG [cloud.api.ApiServlet]
>>>> > (1161145101@qtp-1008805148-33:null) ===START===  127.0.0.1 -- GET
>>>> >
>>>>  command=queryAsyncJobResult&jobId=00aeb7f7-459c-477e-a0a1-5d9262bc583a&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316338388
>>>> > 2013-04-07 00:32:18,412 DEBUG [cloud.api.ApiServlet]
>>>> > (1161145101@qtp-1008805148-33:null) ===END===  127.0.0.1 -- GET
>>>> >
>>>>  command=queryAsyncJobResult&jobId=00aeb7f7-459c-477e-a0a1-5d9262bc583a&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316338388
>>>> > 2013-04-07 00:32:20,452 DEBUG
>>>> > [storage.secondary.SecondaryStorageManagerImpl] (secstorage-1:null)
>>>> Zone 1
>>>> > is ready to launch secondary storage VM
>>>> > 2013-04-07 00:32:20,554 DEBUG
>>>> [cloud.consoleproxy.ConsoleProxyManagerImpl]
>>>> > (consoleproxy-1:null) Zone 1 is ready to launch console proxy
>>>> > 2013-04-07 00:32:20,819 DEBUG
>>>> > [network.router.VirtualNetworkApplianceManagerImpl]
>>>> > (RouterStatusMonitor-1:null) Found 0 routers to update status.
>>>> > 2013-04-07 00:32:20,821 DEBUG
>>>> > [network.router.VirtualNetworkApplianceManagerImpl]
>>>> > (RouterStatusMonitor-1:null) Found 0 networks to update RvR status.
>>>> > 2013-04-07 00:32:20,851 DEBUG
>>>> > [network.router.VirtualNetworkApplianceManagerImpl]
>>>> > (RouterStatusMonitor-1:null) Found 0 routers to update status.
>>>> > 2013-04-07 00:32:20,852 DEBUG
>>>> > [network.router.VirtualNetworkApplianceManagerImpl]
>>>> > (RouterStatusMonitor-1:null) Found 0 networks to update RvR status.
>>>> > 2013-04-07 00:32:21,391 DEBUG [cloud.api.ApiServlet]
>>>> > (1161145101@qtp-1008805148-33:null) ===START===  127.0.0.1 -- GET
>>>> >
>>>>  command=queryAsyncJobResult&jobId=00aeb7f7-459c-477e-a0a1-5d9262bc583a&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316341388
>>>> > 2013-04-07 00:32:21,408 DEBUG [cloud.api.ApiServlet]
>>>> > (1161145101@qtp-1008805148-33:null) ===END===  127.0.0.1 -- GET
>>>> >
>>>>  command=queryAsyncJobResult&jobId=00aeb7f7-459c-477e-a0a1-5d9262bc583a&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316341388
>>>> > 2013-04-07 00:32:24,392 DEBUG [cloud.api.ApiServlet]
>>>> > (1161145101@qtp-1008805148-33:null) ===START===  127.0.0.1 -- GET
>>>> >
>>>>  command=queryAsyncJobResult&jobId=00aeb7f7-459c-477e-a0a1-5d9262bc583a&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316344390
>>>> > 2013-04-07 00:32:24,407 DEBUG [cloud.api.ApiServlet]
>>>> > (1161145101@qtp-1008805148-33:null) ===END===  127.0.0.1 -- GET
>>>> >
>>>>  command=queryAsyncJobResult&jobId=00aeb7f7-459c-477e-a0a1-5d9262bc583a&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316344390
>>>> > 2013-04-07 00:32:24,892 DEBUG [agent.manager.AgentManagerImpl]
>>>> > (AgentManager-Handler-11:null) Ping from 4
>>>> > 2013-04-07 00:32:27,183 DEBUG [agent.manager.DirectAgentAttache]
>>>> > (DirectAgent-273:null) Ping from 1
>>>> > 2013-04-07 00:32:27,392 DEBUG [cloud.api.ApiServlet]
>>>> > (1161145101@qtp-1008805148-33:null) ===START===  127.0.0.1 -- GET
>>>> >
>>>>  command=queryAsyncJobResult&jobId=00aeb7f7-459c-477e-a0a1-5d9262bc583a&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316347390
>>>> > 2013-04-07 00:32:27,407 DEBUG [cloud.api.ApiServlet]
>>>> > (1161145101@qtp-1008805148-33:null) ===END===  127.0.0.1 -- GET
>>>> >
>>>>  command=queryAsyncJobResult&jobId=00aeb7f7-459c-477e-a0a1-5d9262bc583a&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316347390
>>>> > 2013-04-07 00:32:29,095 DEBUG [agent.manager.DirectAgentAttache]
>>>> > (DirectAgent-131:null) Seq 1-90046472: Executing request
>>>> > 2013-04-07 00:32:29,345 DEBUG [agent.manager.DirectAgentAttache]
>>>> > (DirectAgent-131:null) Seq 1-90046472: Response Received:
>>>> > 2013-04-07 00:32:29,345 DEBUG [agent.transport.Request]
>>>> > (DirectAgent-131:null) Seq 1-90046472: Processing:  { Ans: , MgmtId:
>>>> 1,
>>>> > via: 1, Ver: v1, Flags: 10,
>>>> >
>>>> [{"ClusterSyncAnswer":{"_clusterId":1,"_newStates":{},"_isExecuted":false,"result":true,"wait":0}}]
>>>> > }
>>>> > 2013-04-07 00:32:30,393 DEBUG [cloud.api.ApiServlet]
>>>> > (1161145101@qtp-1008805148-33:null) ===START===  127.0.0.1 -- GET
>>>> >
>>>>  command=queryAsyncJobResult&jobId=00aeb7f7-459c-477e-a0a1-5d9262bc583a&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316350391
>>>> > 2013-04-07 00:32:30,408 DEBUG [cloud.api.ApiServlet]
>>>> > (1161145101@qtp-1008805148-33:null) ===END===  127.0.0.1 -- GET
>>>> >
>>>>  command=queryAsyncJobResult&jobId=00aeb7f7-459c-477e-a0a1-5d9262bc583a&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316350391
>>>> > 2013-04-07 00:32:32,146 DEBUG [agent.manager.DirectAgentAttache]
>>>> > (DirectAgent-20:null) Seq 6-324993306: Response Received:
>>>> > 2013-04-07 00:32:32,146 DEBUG [agent.transport.Request]
>>>> > (DirectAgent-20:null) Seq 6-324993306: Processing:  { Ans: , MgmtId:
>>>> 1,
>>>> > via: 6, Ver: v1, Flags: 110,
>>>> >
>>>> [{"Answer":{"result":true,"wait":0}},{"Answer":{"result":true,"wait":0}}] }
>>>> > 2013-04-07 00:32:32,146 DEBUG [agent.manager.AgentAttache]
>>>> > (DirectAgent-20:null) Seq 6-324993306: No more commands found
>>>> > 2013-04-07 00:32:32,146 DEBUG [agent.transport.Request]
>>>> > (Job-Executor-36:job-43) Seq 6-324993306: Received:  { Ans: , MgmtId:
>>>> 1,
>>>> > via: 6, Ver: v1, Flags: 110, { Answer, Answer } }
>>>> > 2013-04-07 00:32:32,146 DEBUG [cloud.network.NetworkManagerImpl]
>>>> > (Job-Executor-36:job-43) Asking VpcVirtualRouter to prepare for
>>>> > Nic[19-13-a8349669-6ff2-443f-88d3-c5d69100df3a-192.168.56.146]
>>>> > 2013-04-07 00:32:32,146 WARN
>>>>  [network.element.VpcVirtualRouterElement]
>>>> > (Job-Executor-36:job-43) Network Ntwk[204|Guest|6] is not associated
>>>> with
>>>> > any VPC
>>>> > 2013-04-07 00:32:32,151 DEBUG [cloud.network.NetworkManagerImpl]
>>>> > (Job-Executor-36:job-43) Asking NiciraNvp to prepare for
>>>> > Nic[19-13-a8349669-6ff2-443f-88d3-c5d69100df3a-192.168.56.146]
>>>> > 2013-04-07 00:32:32,151 DEBUG [network.element.NiciraNvpElement]
>>>> > (Job-Executor-36:job-43) Checking if NiciraNvpElement can handle
>>>> service
>>>> > Connectivity on network guestNetworkForBasicZone
>>>> > 2013-04-07 00:32:32,154 DEBUG [cloud.network.NetworkManagerImpl]
>>>> > (Job-Executor-36:job-43) Asking JuniperSRX to prepare for
>>>> > Nic[19-13-a8349669-6ff2-443f-88d3-c5d69100df3a-192.168.56.146]
>>>> > 2013-04-07 00:32:32,157 DEBUG [cloud.network.NetworkManagerImpl]
>>>> > (Job-Executor-36:job-43) Asking Netscaler to prepare for
>>>> > Nic[19-13-a8349669-6ff2-443f-88d3-c5d69100df3a-192.168.56.146]
>>>> > 2013-04-07 00:32:32,160 DEBUG [cloud.network.NetworkManagerImpl]
>>>> > (Job-Executor-36:job-43) Asking F5BigIP to prepare for
>>>> > Nic[19-13-a8349669-6ff2-443f-88d3-c5d69100df3a-192.168.56.146]
>>>> > 2013-04-07 00:32:32,164 DEBUG [cloud.network.NetworkManagerImpl]
>>>> > (Job-Executor-36:job-43) Asking CiscoNexus1000vVSM to prepare for
>>>> > Nic[19-13-a8349669-6ff2-443f-88d3-c5d69100df3a-192.168.56.146]
>>>> > 2013-04-07 00:32:32,168 DEBUG [cloud.storage.StorageManagerImpl]
>>>> > (Job-Executor-36:job-43) Checking if we need to prepare 1 volumes for
>>>> > VM[User|94ddc16f-04fc-4da1-8326-01d8d5cdeb44]
>>>> > 2013-04-07 00:32:32,169 DEBUG [cloud.storage.StorageManagerImpl]
>>>> > (Job-Executor-36:job-43) Creating volume: Vol[13|vm=13|ROOT]
>>>> > 2013-04-07 00:32:32,170 DEBUG [cloud.storage.StorageManagerImpl]
>>>> > (Job-Executor-36:job-43) Trying to create in Pool[257|PreSetup]
>>>> > 2013-04-07 00:32:32,175 DEBUG [cloud.template.TemplateManagerImpl]
>>>> > (Job-Executor-36:job-43) Template 5 has already been downloaded to
>>>> pool 257
>>>> > 2013-04-07 00:32:32,179 DEBUG [agent.transport.Request]
>>>> > (Job-Executor-36:job-43) Seq 6-324993307: Sending  { Cmd , MgmtId: 1,
>>>> via:
>>>> > 6, Ver: v1, Flags: 100111,
>>>> >
>>>> [{"storage.CreateCommand":{"volId":13,"pool":{"id":257,"uuid":"iSCSI_SR_3","host":"192.168.56.9","path":"/iSCSI_SR_3","port":0,"type":"PreSetup"},"diskCharacteristics":{"size":52428800,"tags":["iSCSI_SR_4"],"type":"ROOT","name":"ROOT-13","useLocalStorage":false,"recreatable":true,"diskOfferingId":38,"volumeId":13,"hyperType":"XenServer"},"templateUrl":"a8414926-81d6-4b54-9b4b-feb498489df0","wait":0}}]
>>>> > }
>>>> > 2013-04-07 00:32:32,180 DEBUG [agent.transport.Request]
>>>> > (Job-Executor-36:job-43) Seq 6-324993307: Executing:  { Cmd , MgmtId:
>>>> 1,
>>>> > via: 6, Ver: v1, Flags: 100111,
>>>> >
>>>> [{"storage.CreateCommand":{"volId":13,"pool":{"id":257,"uuid":"iSCSI_SR_3","host":"192.168.56.9","path":"/iSCSI_SR_3","port":0,"type":"PreSetup"},"diskCharacteristics":{"size":52428800,"tags":["iSCSI_SR_4"],"type":"ROOT","name":"ROOT-13","useLocalStorage":false,"recreatable":true,"diskOfferingId":38,"volumeId":13,"hyperType":"XenServer"},"templateUrl":"a8414926-81d6-4b54-9b4b-feb498489df0","wait":0}}]
>>>> > }
>>>> > 2013-04-07 00:32:32,180 DEBUG [agent.manager.DirectAgentAttache]
>>>> > (DirectAgent-59:null) Seq 6-324993307: Executing request
>>>> > 2013-04-07 00:32:32,265 DEBUG [xen.resource.CitrixResourceBase]
>>>> > (DirectAgent-59:null) SR retrieved for iSCSI_SR_3
>>>> > 2013-04-07 00:32:32,276 DEBUG [xen.resource.CitrixResourceBase]
>>>> > (DirectAgent-59:null) Checking iSCSI_SR_3 or SR
>>>> > fe8ca696-22f5-ba1f-af68-7c3cf5a3cb39 on
>>>> > XS[f7a017da-3064-456a-89cd-28ee9e2d36b3-192.168.56.9]
>>>> > 2013-04-07 00:32:33,395 DEBUG [cloud.api.ApiServlet]
>>>> > (1161145101@qtp-1008805148-33:null) ===START===  127.0.0.1 -- GET
>>>> >
>>>>  command=queryAsyncJobResult&jobId=00aeb7f7-459c-477e-a0a1-5d9262bc583a&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316353392
>>>> > 2013-04-07 00:32:33,419 DEBUG [cloud.api.ApiServlet]
>>>> > (1161145101@qtp-1008805148-33:null) ===END===  127.0.0.1 -- GET
>>>> >
>>>>  command=queryAsyncJobResult&jobId=00aeb7f7-459c-477e-a0a1-5d9262bc583a&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316353392
>>>> > 2013-04-07 00:32:34,687 DEBUG [xen.resource.CitrixResourceBase]
>>>> > (DirectAgent-59:null) Succesfully created VDI for
>>>> > com.cloud.agent.api.storage.CreateCommand.  Uuid =
>>>> > 99154d9c-2665-465d-8c71-e60f1748895b
>>>> > 2013-04-07 00:32:34,687 DEBUG [agent.manager.DirectAgentAttache]
>>>> > (DirectAgent-59:null) Seq 6-324993307: Response Received:
>>>> > 2013-04-07 00:32:34,688 DEBUG [agent.transport.Request]
>>>> > (DirectAgent-59:null) Seq 6-324993307: Processing:  { Ans: , MgmtId:
>>>> 1,
>>>> > via: 6, Ver: v1, Flags: 110,
>>>> >
>>>> [{"storage.CreateAnswer":{"volume":{"id":13,"name":"ROOT-13","mountPoint":"/iSCSI_SR_3","path":"99154d9c-2665-465d-8c71-e60f1748895b","size":52428800,"type":"ROOT","storagePoolType":"PreSetup","storagePoolUuid":"iSCSI_SR_3","deviceId":0},"requestTemplateReload":false,"result":true,"wait":0}}]
>>>> > }
>>>> > 2013-04-07 00:32:34,688 DEBUG [agent.transport.Request]
>>>> > (Job-Executor-36:job-43) Seq 6-324993307: Received:  { Ans: , MgmtId:
>>>> 1,
>>>> > via: 6, Ver: v1, Flags: 110, { CreateAnswer } }
>>>> > 2013-04-07 00:32:34,688 DEBUG [agent.manager.AgentAttache]
>>>> > (DirectAgent-59:null) Seq 6-324993307: No more commands found
>>>> > 2013-04-07 00:32:34,690 DEBUG [cloud.storage.StorageManagerImpl]
>>>> > (Job-Executor-36:job-43) Volume Vol[13|vm=13|ROOT] is created on
>>>> > Pool[257|PreSetup]
>>>> > 2013-04-07 00:32:34,701 DEBUG [agent.transport.Request]
>>>> > (Job-Executor-36:job-43) Seq 6-324993308: Sending  { Cmd , MgmtId: 1,
>>>> via:
>>>> > 6, Ver: v1, Flags: 100111,
>>>> >
>>>> [{"StartCommand":{"vm":{"id":13,"name":"i-2-13-VM","bootloader":"PyGrub","type":"User","cpus":1,"speed":100,"minRam":1073741824,"maxRam":1073741824,"arch":"x86_64","os":"CentOS
>>>> > 5.3
>>>> >
>>>> (64-bit)","bootArgs":"","rebootOnCrash":false,"enableHA":false,"limitCpuUse":false,"vncPassword":"2e91fc6d6f16609d","params":{},"uuid":"94ddc16f-04fc-4da1-8326-01d8d5cdeb44","disks":[{"id":13,"name":"ROOT-13","mountPoint":"/iSCSI_SR_3","path":"99154d9c-2665-465d-8c71-e60f1748895b","size":52428800,"type":"ROOT","storagePoolType":"PreSetup","storagePoolUuid":"iSCSI_SR_3","deviceId":0},{"id":13,"name":"tiny
>>>> >
>>>> Linux","size":0,"type":"ISO","storagePoolType":"ISO","deviceId":3}],"nics":[{"deviceId":0,"networkRateMbps":200,"defaultNic":true,"uuid":"59b9a8aa-c867-40b8-95bb-6e40273569c9","ip":"192.168.56.146","netmask":"255.255.255.0","gateway":"192.168.56.1","mac":"06:06:fe:00:00:44","dns1":"8.8.8.8","dns2":"4.4.4.4","broadcastType":"Native","type":"Guest","broadcastUri":"vlan://untagged","isolationUri":"ec2://untagged","isSecurityGroupEnabled":true}]},"hostIp":"192.168.56.9","wait":0}}]
>>>> > }
>>>> > 2013-04-07 00:32:34,702 DEBUG [agent.transport.Request]
>>>> > (Job-Executor-36:job-43) Seq 6-324993308: Executing:  { Cmd , MgmtId:
>>>> 1,
>>>> > via: 6, Ver: v1, Flags: 100111,
>>>> >
>>>> [{"StartCommand":{"vm":{"id":13,"name":"i-2-13-VM","bootloader":"PyGrub","type":"User","cpus":1,"speed":100,"minRam":1073741824,"maxRam":1073741824,"arch":"x86_64","os":"CentOS
>>>> > 5.3
>>>> >
>>>> (64-bit)","bootArgs":"","rebootOnCrash":false,"enableHA":false,"limitCpuUse":false,"vncPassword":"2e91fc6d6f16609d","params":{},"uuid":"94ddc16f-04fc-4da1-8326-01d8d5cdeb44","disks":[{"id":13,"name":"ROOT-13","mountPoint":"/iSCSI_SR_3","path":"99154d9c-2665-465d-8c71-e60f1748895b","size":52428800,"type":"ROOT","storagePoolType":"PreSetup","storagePoolUuid":"iSCSI_SR_3","deviceId":0},{"id":13,"name":"tiny
>>>> >
>>>> Linux","size":0,"type":"ISO","storagePoolType":"ISO","deviceId":3}],"nics":[{"deviceId":0,"networkRateMbps":200,"defaultNic":true,"uuid":"59b9a8aa-c867-40b8-95bb-6e40273569c9","ip":"192.168.56.146","netmask":"255.255.255.0","gateway":"192.168.56.1","mac":"06:06:fe:00:00:44","dns1":"8.8.8.8","dns2":"4.4.4.4","broadcastType":"Native","type":"Guest","broadcastUri":"vlan://untagged","isolationUri":"ec2://untagged","isSecurityGroupEnabled":true}]},"hostIp":"192.168.56.9","wait":0}}]
>>>> > }
>>>> > 2013-04-07 00:32:34,702 DEBUG [agent.manager.DirectAgentAttache]
>>>> > (DirectAgent-334:null) Seq 6-324993308: Executing request
>>>> > 2013-04-07 00:32:34,787 DEBUG [xen.resource.CitrixResourceBase]
>>>> > (DirectAgent-334:null) 1. The VM i-2-13-VM is in Starting state.
>>>> > 2013-04-07 00:32:34,862 DEBUG [xen.resource.XenServer56FP1Resource]
>>>> > (DirectAgent-334:null) Created VM
>>>> f21a0243-f342-fd59-98d8-00ed89224305 for
>>>> > i-2-13-VM
>>>> > 2013-04-07 00:32:34,912 DEBUG [xen.resource.CitrixResourceBase]
>>>> > (DirectAgent-334:null) VBD 6e16b739-13fb-1891-fc66-f786b8db522b
>>>> created for
>>>> > Vol[13|ROOT|99154d9c-2665-465d-8c71-e60f1748895b|52428800]
>>>> > 2013-04-07 00:32:34,937 DEBUG [xen.resource.CitrixResourceBase]
>>>> > (DirectAgent-334:null) VBD f9ad291b-2a8d-4c81-94a5-ef8b8b38be8c
>>>> created for
>>>> > Vol[13|ISO|null|0]
>>>> > 2013-04-07 00:32:34,937 DEBUG [xen.resource.CitrixResourceBase]
>>>> > (DirectAgent-334:null) Creating VIF for i-2-13-VM on nic
>>>> > [Nic:Guest-192.168.56.146-vlan://untagged]
>>>> > 2013-04-07 00:32:34,991 DEBUG [xen.resource.CitrixResourceBase]
>>>> > (DirectAgent-334:null) Created a vif
>>>> bec5565a-8c80-48a1-3ea4-88971784ce3b
>>>> > on 0
>>>> > 2013-04-07 00:32:36,396 DEBUG [cloud.api.ApiServlet]
>>>> > (1161145101@qtp-1008805148-33:null) ===START===  127.0.0.1 -- GET
>>>> >
>>>>  command=queryAsyncJobResult&jobId=00aeb7f7-459c-477e-a0a1-5d9262bc583a&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316356393
>>>> > 2013-04-07 00:32:36,418 DEBUG [cloud.api.ApiServlet]
>>>> > (1161145101@qtp-1008805148-33:null) ===END===  127.0.0.1 -- GET
>>>> >
>>>>  command=queryAsyncJobResult&jobId=00aeb7f7-459c-477e-a0a1-5d9262bc583a&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316356393
>>>> > 2013-04-07 00:32:39,395 DEBUG [cloud.api.ApiServlet]
>>>> > (1161145101@qtp-1008805148-33:null) ===START===  127.0.0.1 -- GET
>>>> >
>>>>  command=queryAsyncJobResult&jobId=00aeb7f7-459c-477e-a0a1-5d9262bc583a&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316359393
>>>> > 2013-04-07 00:32:39,410 DEBUG [cloud.api.ApiServlet]
>>>> > (1161145101@qtp-1008805148-33:null) ===END===  127.0.0.1 -- GET
>>>> >
>>>>  command=queryAsyncJobResult&jobId=00aeb7f7-459c-477e-a0a1-5d9262bc583a&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316359393
>>>> > 2013-04-07 00:32:41,550 INFO  [xen.resource.CitrixResourceBase]
>>>> > (DirectAgent-334:null) Programmed default network rules for i-2-13-VM
>>>> on
>>>> > nic with ip:192.168.56.146 mac:06:06:fe:00:00:44
>>>> > 2013-04-07 00:32:41,550 DEBUG [xen.resource.CitrixResourceBase]
>>>> > (DirectAgent-334:null) 2. The VM i-2-13-VM is in Running state.
>>>> > 2013-04-07 00:32:41,550 DEBUG [agent.manager.DirectAgentAttache]
>>>> > (DirectAgent-334:null) Seq 6-324993308: Response Received:
>>>> > 2013-04-07 00:32:41,551 DEBUG [agent.transport.Request]
>>>> > (DirectAgent-334:null) Seq 6-324993308: Processing:  { Ans: , MgmtId:
>>>> 1,
>>>> > via: 6, Ver: v1, Flags: 110,
>>>> >
>>>> [{"StartAnswer":{"vm":{"id":13,"name":"i-2-13-VM","bootloader":"PyGrub","type":"User","cpus":1,"speed":100,"minRam":1073741824,"maxRam":1073741824,"arch":"x86_64","os":"CentOS
>>>> > 5.3
>>>> >
>>>> (64-bit)","bootArgs":"","rebootOnCrash":false,"enableHA":false,"limitCpuUse":false,"vncPassword":"2e91fc6d6f16609d","params":{},"uuid":"94ddc16f-04fc-4da1-8326-01d8d5cdeb44","disks":[{"id":13,"name":"ROOT-13","mountPoint":"/iSCSI_SR_3","path":"99154d9c-2665-465d-8c71-e60f1748895b","size":52428800,"type":"ROOT","storagePoolType":"PreSetup","storagePoolUuid":"iSCSI_SR_3","deviceId":0},{"id":13,"name":"tiny
>>>> >
>>>> Linux","size":0,"type":"ISO","storagePoolType":"ISO","deviceId":3}],"nics":[{"deviceId":0,"networkRateMbps":200,"defaultNic":true,"uuid":"59b9a8aa-c867-40b8-95bb-6e40273569c9","ip":"192.168.56.146","netmask":"255.255.255.0","gateway":"192.168.56.1","mac":"06:06:fe:00:00:44","dns1":"8.8.8.8","dns2":"4.4.4.4","broadcastType":"Native","type":"Guest","broadcastUri":"vlan://untagged","isolationUri":"ec2://untagged","isSecurityGroupEnabled":true}]},"result":true,"wait":0}}]
>>>> > }
>>>> > 2013-04-07 00:32:41,551 DEBUG [agent.transport.Request]
>>>> > (Job-Executor-36:job-43) Seq 6-324993308: Received:  { Ans: , MgmtId:
>>>> 1,
>>>> > via: 6, Ver: v1, Flags: 110, { StartAnswer } }
>>>> > 2013-04-07 00:32:41,551 DEBUG [agent.manager.AgentAttache]
>>>> > (DirectAgent-334:null) Seq 6-324993308: No more commands found
>>>> > 2013-04-07 00:32:41,592 DEBUG
>>>> [network.security.SecurityGroupManagerImpl]
>>>> > (Job-Executor-36:job-43) Security Group Mgr v2: scheduling ruleset
>>>> updates
>>>> > for 1 vms  (unique=1), current queue size=0
>>>> > 2013-04-07 00:32:41,593 DEBUG
>>>> [network.security.SecurityGroupManagerImpl]
>>>> > (Job-Executor-36:job-43) Security Group Mgr v2: done scheduling
>>>> ruleset
>>>> > updates for 1 vms: num new jobs=1 num rows insert or updated=1 time
>>>> taken=1
>>>> > 2013-04-07 00:32:41,596 DEBUG [cloud.capacity.CapacityManagerImpl]
>>>> > (Job-Executor-36:job-43) VM state transitted from :Starting to
>>>> Running with
>>>> > event: OperationSucceededvm's original host id: 6 new host id: 6 host
>>>> id
>>>> > before state transition: 6
>>>> > 2013-04-07 00:32:41,596 DEBUG [cloud.vm.VirtualMachineManagerImpl]
>>>> > (Job-Executor-36:job-43) Start completed for VM
>>>> > VM[User|94ddc16f-04fc-4da1-8326-01d8d5cdeb44]
>>>> > 2013-04-07 00:32:41,601 DEBUG
>>>> [network.security.SecurityGroupManagerImpl]
>>>> > (SecGrp-Worker-4:null) SecurityGroupManager v2: sending ruleset
>>>> update for
>>>> > vm i-2-13-VM:ingress num rules=0:egress num rules=0 num cidrs=0
>>>> > sig=d41d8cd98f00b204e9800998ecf8427e
>>>> > 2013-04-07 00:32:41,605 DEBUG [agent.transport.Request]
>>>> > (SecGrp-Worker-4:null) Seq 6-324993309: Sending  { Cmd , MgmtId: 1,
>>>> via: 6,
>>>> > Ver: v1, Flags: 100111,
>>>> >
>>>> [{"SecurityGroupRulesCmd":{"guestIp":"192.168.56.146","vmName":"i-2-13-VM","guestMac":"06:06:fe:00:00:44","signature":"d41d8cd98f00b204e9800998ecf8427e","seqNum":1,"vmId":13,"msId":1,"ingressRuleSet":[],"egressRuleSet":[],"wait":0}}]
>>>> > }
>>>> > 2013-04-07 00:32:41,605 DEBUG [cloud.async.AsyncJobManagerImpl]
>>>> > (Job-Executor-36:job-43) Complete async job-43, jobStatus: 1,
>>>> resultCode:
>>>> > 0, result: org.apache.cloudstack.api.response.UserVmResponse@68779e71
>>>> > 2013-04-07 00:32:41,605 DEBUG [agent.transport.Request]
>>>> > (SecGrp-Worker-4:null) Seq 6-324993309: Executing:  { Cmd , MgmtId:
>>>> 1, via:
>>>> > 6, Ver: v1, Flags: 100111,
>>>> >
>>>> [{"SecurityGroupRulesCmd":{"guestIp":"192.168.56.146","vmName":"i-2-13-VM","guestMac":"06:06:fe:00:00:44","signature":"d41d8cd98f00b204e9800998ecf8427e","seqNum":1,"vmId":13,"msId":1,"ingressRuleSet":[],"egressRuleSet":[],"wait":0}}]
>>>> > }
>>>> > 2013-04-07 00:32:41,606 DEBUG [agent.manager.DirectAgentAttache]
>>>> > (DirectAgent-275:null) Seq 6-324993309: Executing request
>>>> > 2013-04-07 00:32:41,611 DEBUG [cloud.async.AsyncJobManagerImpl]
>>>> > (Job-Executor-36:job-43) Done executing
>>>> > org.apache.cloudstack.api.command.user.vm.DeployVMCmd for job-43
>>>> > 2013-04-07 00:32:41,866 INFO  [xen.resource.CitrixResourceBase]
>>>> > (DirectAgent-275:null) Programmed network rules for vm i-2-13-VM
>>>> > guestIp=192.168.56.146, ingress numrules=0, egress numrules=0
>>>> > 2013-04-07 00:32:41,866 DEBUG [agent.manager.DirectAgentAttache]
>>>> > (DirectAgent-275:null) Seq 6-324993309: Response Received:
>>>> > 2013-04-07 00:32:41,866 DEBUG [agent.transport.Request]
>>>> > (DirectAgent-275:null) Seq 6-324993309: Processing:  { Ans: , MgmtId:
>>>> 1,
>>>> > via: 6, Ver: v1, Flags: 110,
>>>> >
>>>> [{"SecurityGroupRuleAnswer":{"logSequenceNumber":1,"vmId":13,"reason":"NONE","result":true,"wait":0}}]
>>>> > }
>>>> > 2013-04-07 00:32:41,866 DEBUG [network.security.SecurityGroupListener]
>>>> > (DirectAgent-275:null) Successfully programmed rule
>>>> > com.cloud.agent.api.SecurityGroupRuleAnswer into host 6
>>>> > 2013-04-07 00:32:41,868 DEBUG [network.security.SecurityGroupListener]
>>>> > (DirectAgent-275:null) Successfully programmed rule
>>>> > com.cloud.agent.api.SecurityGroupRuleAnswer into host 6
>>>> > 2013-04-07 00:32:41,869 DEBUG [agent.manager.AgentAttache]
>>>> > (DirectAgent-275:null) Seq 6-324993309: No more commands found
>>>> > 2013-04-07 00:32:42,396 DEBUG [cloud.api.ApiServlet]
>>>> > (1161145101@qtp-1008805148-33:null) ===START===  127.0.0.1 -- GET
>>>> >
>>>>  command=queryAsyncJobResult&jobId=00aeb7f7-459c-477e-a0a1-5d9262bc583a&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316362394
>>>> > 2013-04-07 00:32:42,406 DEBUG [cloud.async.AsyncJobManagerImpl]
>>>> > (1161145101@qtp-1008805148-33:null) Async job-43 completed
>>>> > 2013-04-07 00:32:42,412 DEBUG [cloud.api.ApiServlet]
>>>> > (1161145101@qtp-1008805148-33:null) ===END===  127.0.0.1 -- GET
>>>> >
>>>>  command=queryAsyncJobResult&jobId=00aeb7f7-459c-477e-a0a1-5d9262bc583a&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316362394
>>>> > 2013-04-07 00:32:45,427 DEBUG [cloud.api.ApiServlet]
>>>> > (1161145101@qtp-1008805148-33:null) ===START===  127.0.0.1 -- GET
>>>> >
>>>>  command=listVolumes&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&listAll=true&page=1&pagesize=20&_=1365316365425
>>>> > 2013-04-07 00:32:45,442 DEBUG [cloud.api.ApiServlet]
>>>> > (1161145101@qtp-1008805148-33:null) ===END===  127.0.0.1 -- GET
>>>> >
>>>>  command=listVolumes&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&listAll=true&page=1&pagesize=20&_=1365316365425
>>>> > 2013-04-07 00:32:47,667 DEBUG [cloud.api.ApiServlet]
>>>> > (1161145101@qtp-1008805148-33:null) ===START===  127.0.0.1 -- GET
>>>> >
>>>>  command=listVolumes&id=44d56727-6e5f-438a-8187-42adfac7c906&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316367665
>>>> > 2013-04-07 00:32:47,679 DEBUG [agent.manager.AgentManagerImpl]
>>>> > (AgentManager-Handler-12:null) Ping from 3
>>>> > 2013-04-07 00:32:47,684 DEBUG [cloud.api.ApiServlet]
>>>> > (1161145101@qtp-1008805148-33:null) ===END===  127.0.0.1 -- GET
>>>> >
>>>>  command=listVolumes&id=44d56727-6e5f-438a-8187-42adfac7c906&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316367665
>>>> > 2013-04-07 00:32:47,698 DEBUG [cloud.api.ApiServlet]
>>>> > (1161145101@qtp-1008805148-33:null) ===START===  127.0.0.1 -- GET
>>>> >
>>>>  command=listTags&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&resourceId=44d56727-6e5f-438a-8187-42adfac7c906&resourceType=Volume&listAll=true&_=1365316367696
>>>> > 2013-04-07 00:32:47,708 DEBUG [cloud.api.ApiServlet]
>>>> > (1161145101@qtp-1008805148-33:null) ===END===  127.0.0.1 -- GET
>>>> >
>>>>  command=listTags&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&resourceId=44d56727-6e5f-438a-8187-42adfac7c906&resourceType=Volume&listAll=true&_=1365316367696
>>>> > 2013-04-07 00:32:50,453 DEBUG
>>>> > [storage.secondary.SecondaryStorageManagerImpl] (secstorage-1:null)
>>>> Zone 1
>>>> > is ready to launch secondary storage VM
>>>> > 2013-04-07 00:32:50,556 DEBUG
>>>> [cloud.consoleproxy.ConsoleProxyManagerImpl]
>>>> > (consoleproxy-1:null) Zone 1 is ready to launch console proxy
>>>> > 2013-04-07 00:32:50,815 DEBUG
>>>> > [network.router.VirtualNetworkApplianceManagerImpl]
>>>> (RouterMonitor-1:null)
>>>> > Found 0 running routers.
>>>> > 2013-04-07 00:32:50,820 DEBUG
>>>> > [network.router.VirtualNetworkApplianceManagerImpl]
>>>> > (RouterStatusMonitor-1:null) Found 0 routers to update status.
>>>> > 2013-04-07 00:32:50,821 DEBUG
>>>> > [network.router.VirtualNetworkApplianceManagerImpl]
>>>> > (RouterStatusMonitor-1:null) Found 0 networks to update RvR status.
>>>> > 2013-04-07 00:32:50,851 DEBUG
>>>> > [network.router.VirtualNetworkApplianceManagerImpl]
>>>> (RouterMonitor-1:null)
>>>> > Found 0 running routers.
>>>> > 2013-04-07 00:32:50,851 DEBUG
>>>> > [network.router.VirtualNetworkApplianceManagerImpl]
>>>> > (RouterStatusMonitor-1:null) Found 0 routers to update status.
>>>> > 2013-04-07 00:32:50,852 DEBUG
>>>> > [network.router.VirtualNetworkApplianceManagerImpl]
>>>> > (RouterStatusMonitor-1:null) Found 0 networks to update RvR status.
>>>> > 2013-04-07 00:32:50,908 DEBUG
>>>> > [cloud.network.ExternalLoadBalancerUsageManagerImpl]
>>>> > (ExternalNetworkMonitor-1:null) External devices stats collector is
>>>> > running...
>>>> > 2013-04-07 00:32:50,919 DEBUG [storage.snapshot.SnapshotSchedulerImpl]
>>>> > (SnapshotPollTask:null) Snapshot scheduler.poll is being called at
>>>> > 2013-04-07 06:32:50 GMT
>>>> > 2013-04-07 00:32:50,920 DEBUG [storage.snapshot.SnapshotSchedulerImpl]
>>>> > (SnapshotPollTask:null) Got 0 snapshots to be executed at 2013-04-07
>>>> > 06:32:50 GMT
>>>> > 2013-04-07 00:32:51,462 INFO  [agent.manager.AgentMonitor]
>>>> > (Thread-11:null) Found the following agents behind on ping: [6, 5]
>>>> > 2013-04-07 00:32:51,464 DEBUG [cloud.host.Status] (Thread-11:null)
>>>> Ping
>>>> > timeout for host 6, do invstigation
>>>> > 2013-04-07 00:32:51,465 DEBUG [cloud.host.Status] (Thread-11:null)
>>>> Ping
>>>> > timeout for host 5, do invstigation
>>>> > 2013-04-07 00:32:51,465 INFO  [agent.manager.AgentManagerImpl]
>>>> > (AgentTaskPool-15:null) Investigating why host 6 has disconnected with
>>>> > event PingTimeout
>>>> > 2013-04-07 00:32:51,465 DEBUG [agent.manager.AgentManagerImpl]
>>>> > (AgentTaskPool-15:null) checking if agent (6) is alive
>>>> > 2013-04-07 00:32:51,467 INFO  [agent.manager.AgentManagerImpl]
>>>> > (AgentTaskPool-1:null) Investigating why host 5 has disconnected with
>>>> event
>>>> > PingTimeout
>>>> > 2013-04-07 00:32:51,467 DEBUG [agent.manager.AgentManagerImpl]
>>>> > (AgentTaskPool-1:null) checking if agent (5) is alive
>>>> > 2013-04-07 00:32:51,469 DEBUG [agent.transport.Request]
>>>> > (AgentTaskPool-15:null) Seq 6-324993310: Sending  { Cmd , MgmtId: 1,
>>>> via:
>>>> > 6, Ver: v1, Flags: 100011, [{"CheckHealthCommand":{"wait":50}}] }
>>>> > 2013-04-07 00:32:51,469 DEBUG [agent.transport.Request]
>>>> > (AgentTaskPool-15:null) Seq 6-324993310: Executing:  { Cmd , MgmtId:
>>>> 1,
>>>> > via: 6, Ver: v1, Flags: 100011, [{"CheckHealthCommand":{"wait":50}}] }
>>>> > 2013-04-07 00:32:51,469 DEBUG [agent.manager.DirectAgentAttache]
>>>> > (DirectAgent-335:null) Seq 6-324993310: Executing request
>>>> > 2013-04-07 00:32:51,473 DEBUG [agent.transport.Request]
>>>> > (AgentTaskPool-1:null) Seq 5-614334814: Sending  { Cmd , MgmtId: 1,
>>>> via: 5,
>>>> > Ver: v1, Flags: 100011, [{"CheckHealthCommand":{"wait":50}}] }
>>>> > 2013-04-07 00:32:51,473 DEBUG [agent.transport.Request]
>>>> > (AgentTaskPool-1:null) Seq 5-614334814: Executing:  { Cmd , MgmtId:
>>>> 1, via:
>>>> > 5, Ver: v1, Flags: 100011, [{"CheckHealthCommand":{"wait":50}}] }
>>>> > 2013-04-07 00:32:51,473 DEBUG [agent.manager.DirectAgentAttache]
>>>> > (DirectAgent-30:null) Seq 5-614334814: Executing request
>>>> > 2013-04-07 00:32:51,536 DEBUG [agent.manager.DirectAgentAttache]
>>>> > (DirectAgent-335:null) Seq 6-324993310: Response Received:
>>>> > 2013-04-07 00:32:51,536 DEBUG [agent.manager.DirectAgentAttache]
>>>> > (DirectAgent-30:null) Seq 5-614334814: Response Received:
>>>> > 2013-04-07 00:32:51,536 DEBUG [agent.transport.Request]
>>>> > (DirectAgent-30:null) Seq 5-614334814: Processing:  { Ans: , MgmtId:
>>>> 1,
>>>> > via: 5, Ver: v1, Flags: 10,
>>>> > [{"CheckHealthAnswer":{"result":true,"details":"resource is
>>>> > alive","wait":0}}] }
>>>> > 2013-04-07 00:32:51,536 DEBUG [agent.transport.Request]
>>>> > (DirectAgent-335:null) Seq 6-324993310: Processing:  { Ans: , MgmtId:
>>>> 1,
>>>> > via: 6, Ver: v1, Flags: 10,
>>>> > [{"CheckHealthAnswer":{"result":true,"details":"resource is
>>>> > alive","wait":0}}] }
>>>> > 2013-04-07 00:32:51,536 DEBUG [agent.transport.Request]
>>>> > (AgentTaskPool-1:null) Seq 5-614334814: Received:  { Ans: , MgmtId:
>>>> 1, via:
>>>> > 5, Ver: v1, Flags: 10, { CheckHealthAnswer } }
>>>> > 2013-04-07 00:32:51,536 DEBUG [agent.transport.Request]
>>>> > (AgentTaskPool-15:null) Seq 6-324993310: Received:  { Ans: , MgmtId:
>>>> 1,
>>>> > via: 6, Ver: v1, Flags: 10, { CheckHealthAnswer } }
>>>> > 2013-04-07 00:32:51,536 DEBUG [agent.manager.AgentManagerImpl]
>>>> > (AgentTaskPool-1:null) Details from executing class
>>>> > com.cloud.agent.api.CheckHealthCommand: resource is alive
>>>> > 2013-04-07 00:32:51,536 DEBUG [agent.manager.AgentManagerImpl]
>>>> > (AgentTaskPool-1:null) agent (5) responded to checkHeathCommand,
>>>> reporting
>>>> > that agent is Up
>>>> > 2013-04-07 00:32:51,536 DEBUG [agent.manager.AgentManagerImpl]
>>>> > (AgentTaskPool-15:null) Details from executing class
>>>> > com.cloud.agent.api.CheckHealthCommand: resource is alive
>>>> > 2013-04-07 00:32:51,536 INFO  [agent.manager.AgentManagerImpl]
>>>> > (AgentTaskPool-1:null) The state determined is Up
>>>> > 2013-04-07 00:32:51,536 INFO  [agent.manager.AgentManagerImpl]
>>>> > (AgentTaskPool-1:null) Agent is determined to be up and running
>>>> > 2013-04-07 00:32:51,536 DEBUG [agent.manager.AgentManagerImpl]
>>>> > (AgentTaskPool-15:null) agent (6) responded to checkHeathCommand,
>>>> reporting
>>>> > that agent is Up
>>>> > 2013-04-07 00:32:51,536 DEBUG [cloud.host.Status]
>>>> (AgentTaskPool-1:null)
>>>> > Transition:[Resource state = Enabled, Agent event = Ping, Host id =
>>>> 5, name
>>>> > = Tut-XenServer2]
>>>> > 2013-04-07 00:32:51,536 INFO  [agent.manager.AgentManagerImpl]
>>>> > (AgentTaskPool-15:null) The state determined is Up
>>>> > 2013-04-07 00:32:51,537 INFO  [agent.manager.AgentManagerImpl]
>>>> > (AgentTaskPool-15:null) Agent is determined to be up and running
>>>> > 2013-04-07 00:32:51,540 DEBUG [cloud.host.Status]
>>>> (AgentTaskPool-1:null)
>>>> > Agent status update: [id = 5; name = Tut-XenServer2; old status = Up;
>>>> event
>>>> > = Ping; new status = Up; old update count = 146; new update count =
>>>> 147]
>>>> > 2013-04-07 00:32:51,540 DEBUG [cloud.host.Status]
>>>> (AgentTaskPool-15:null)
>>>> > Transition:[Resource state = Enabled, Agent event = Ping, Host id =
>>>> 6, name
>>>> > = Tut-XenServer]
>>>> > 2013-04-07 00:32:51,542 DEBUG [cloud.host.Status]
>>>> (AgentTaskPool-15:null)
>>>> > Agent status update: [id = 6; name = Tut-XenServer; old status = Up;
>>>> event
>>>> > = Ping; new status = Up; old update count = 309; new update count =
>>>> 310]
>>>> > 2013-04-07 00:33:04,820 DEBUG [agent.manager.DirectAgentAttache]
>>>> > (DirectAgent-422:null) Ping from 6
>>>> > 2013-04-07 00:33:06,176 DEBUG [agent.manager.DirectAgentAttache]
>>>> > (DirectAgent-135:null) Ping from 5
>>>> > 2013-04-07 00:33:06,909 DEBUG [agent.manager.DirectAgentAttache]
>>>> > (DirectAgent-152:null) Seq 6-324993028: Executing request
>>>> > 2013-04-07 00:33:07,151 DEBUG [agent.manager.DirectAgentAttache]
>>>> > (DirectAgent-152:null) Seq 6-324993028: Response Received:
>>>> > 2013-04-07 00:33:07,151 DEBUG [agent.transport.Request]
>>>> > (DirectAgent-152:null) Seq 6-324993028: Processing:  { Ans: , MgmtId:
>>>> 1,
>>>> > via: 6, Ver: v1, Flags: 10,
>>>> >
>>>> [{"ClusterSyncAnswer":{"_clusterId":2,"_newStates":{},"_isExecuted":false,"result":true,"wait":0}}]
>>>> > }
>>>> > 2013-04-07 00:33:11,022 DEBUG [agent.manager.DirectAgentAttache]
>>>> > (DirectAgent-50:null) Seq 5-614334468: Executing request
>>>> > 2013-04-07 00:33:11,169 DEBUG [agent.manager.DirectAgentAttache]
>>>> > (DirectAgent-50:null) Seq 5-614334468: Response Received:
>>>> > 2013-04-07 00:33:11,169 DEBUG [agent.transport.Request]
>>>> > (DirectAgent-50:null) Seq 5-614334468: Processing:  { Ans: , MgmtId:
>>>> 1,
>>>> > via: 5, Ver: v1, Flags: 10, [{"Answer":{"result":true,"wait":0}}] }
>>>> > 2013-04-07 00:33:20,451 DEBUG
>>>> > [storage.secondary.SecondaryStorageManagerImpl] (secstorage-1:null)
>>>> Zone 1
>>>> > is ready to launch secondary storage VM
>>>> > 2013-04-07 00:33:20,553 DEBUG
>>>> [cloud.consoleproxy.ConsoleProxyManagerImpl]
>>>> > (consoleproxy-1:null) Zone 1 is ready to launch console proxy
>>>> > 2013-04-07 00:33:20,819 DEBUG
>>>> > [network.router.VirtualNetworkApplianceManagerImpl]
>>>> > (RouterStatusMonitor-1:null) Found 0 routers to update status.
>>>> > 2013-04-07 00:33:20,820 DEBUG
>>>> > [network.router.VirtualNetworkApplianceManagerImpl]
>>>> > (RouterStatusMonitor-1:null) Found 0 networks to update RvR status.
>>>> > 2013-04-07 00:33:20,851 DEBUG
>>>> > [network.router.VirtualNetworkApplianceManagerImpl]
>>>> > (RouterStatusMonitor-1:null) Found 0 routers to update status.
>>>> > 2013-04-07 00:33:20,852 DEBUG
>>>> > [network.router.VirtualNetworkApplianceManagerImpl]
>>>> > (RouterStatusMonitor-1:null) Found 0 networks to update RvR status.
>>>> > 2013-04-07 00:33:20,921 DEBUG [cloud.alert.AlertManagerImpl]
>>>> > (CapacityChecker:null) Running Capacity Checker ...
>>>> > 2013-04-07 00:33:20,921 DEBUG [cloud.alert.AlertManagerImpl]
>>>> > (CapacityChecker:null) recalculating system capacity
>>>> > 2013-04-07 00:33:20,921 DEBUG [cloud.alert.AlertManagerImpl]
>>>> > (CapacityChecker:null) Executing cpu/ram capacity update
>>>> > 2013-04-07 00:33:20,929 DEBUG [cloud.capacity.CapacityManagerImpl]
>>>> > (CapacityChecker:null) Found 2 VMs on host 1
>>>> > 2013-04-07 00:33:20,931 DEBUG [cloud.capacity.CapacityManagerImpl]
>>>> > (CapacityChecker:null) Found 0 VM, not running on host 1
>>>> > 2013-04-07 00:33:20,933 DEBUG [cloud.capacity.CapacityManagerImpl]
>>>> > (CapacityChecker:null) No need to calibrate cpu capacity, host:1
>>>> usedCpu:
>>>> > 200 reservedCpu: 0
>>>> > 2013-04-07 00:33:20,933 DEBUG [cloud.capacity.CapacityManagerImpl]
>>>> > (CapacityChecker:null) No need to calibrate memory capacity, host:1
>>>> > usedMem: 209715200 reservedMem: 0
>>>> > 2013-04-07 00:33:20,939 DEBUG [cloud.capacity.CapacityManagerImpl]
>>>> > (CapacityChecker:null) Found 1 VMs on host 5
>>>> > 2013-04-07 00:33:20,940 DEBUG [cloud.capacity.CapacityManagerImpl]
>>>> > (CapacityChecker:null) Found 0 VM, not running on host 5
>>>> > 2013-04-07 00:33:20,942 DEBUG [cloud.capacity.CapacityManagerImpl]
>>>> > (CapacityChecker:null) No need to calibrate cpu capacity, host:5
>>>> usedCpu:
>>>> > 100 reservedCpu: 0
>>>> > 2013-04-07 00:33:20,942 DEBUG [cloud.capacity.CapacityManagerImpl]
>>>> > (CapacityChecker:null) No need to calibrate memory capacity, host:5
>>>> > usedMem: 1073741824 reservedMem: 0
>>>> > 2013-04-07 00:33:20,948 DEBUG [cloud.capacity.CapacityManagerImpl]
>>>> > (CapacityChecker:null) Found 2 VMs on host 6
>>>> > 2013-04-07 00:33:20,949 DEBUG [cloud.capacity.CapacityManagerImpl]
>>>> > (CapacityChecker:null) Found 0 VM, not running on host 6
>>>> > 2013-04-07 00:33:20,951 DEBUG [cloud.capacity.CapacityManagerImpl]
>>>> > (CapacityChecker:null) No need to calibrate cpu capacity, host:6
>>>> usedCpu:
>>>> > 200 reservedCpu: 0
>>>> > 2013-04-07 00:33:20,951 DEBUG [cloud.capacity.CapacityManagerImpl]
>>>> > (CapacityChecker:null) No need to calibrate memory capacity, host:6
>>>> > usedMem: 1178599424 reservedMem: 0
>>>> > 2013-04-07 00:33:20,951 DEBUG [cloud.alert.AlertManagerImpl]
>>>> > (CapacityChecker:null) Done executing cpu/ram capacity update
>>>> > 2013-04-07 00:33:20,951 DEBUG [cloud.alert.AlertManagerImpl]
>>>> > (CapacityChecker:null) Executing storage capacity update
>>>> > 2013-04-07 00:33:20,956 DEBUG [cloud.storage.StorageManagerImpl]
>>>> > (CapacityChecker:null) Successfully set Capacity - 31004332032 for
>>>> capacity
>>>> > type - 9 , DataCenterId - 1, HostOrPoolId - 200, PodId 1
>>>> > 2013-04-07 00:33:20,959 DEBUG [cloud.storage.StorageManagerImpl]
>>>> > (CapacityChecker:null) Successfully set Capacity - 97221701632 for
>>>> capacity
>>>> > type - 9 , DataCenterId - 1, HostOrPoolId - 201, PodId 1
>>>> > 2013-04-07 00:33:20,963 DEBUG [cloud.storage.StorageManagerImpl]
>>>> > (CapacityChecker:null) Successfully set Capacity - 97221701632 for
>>>> capacity
>>>> > type - 9 , DataCenterId - 1, HostOrPoolId - 202, PodId 1
>>>> > 2013-04-07 00:33:20,967 DEBUG [cloud.storage.StorageManagerImpl]
>>>> > (CapacityChecker:null) Successfully set Capacity - 2084569088 for
>>>> capacity
>>>> > type - 3 , DataCenterId - 1, HostOrPoolId - 256, PodId 1
>>>> > 2013-04-07 00:33:20,971 DEBUG [cloud.storage.StorageManagerImpl]
>>>> > (CapacityChecker:null) Successfully set Capacity - 2084569088 for
>>>> capacity
>>>> > type - 3 , DataCenterId - 1, HostOrPoolId - 257, PodId 1
>>>> > 2013-04-07 00:33:20,975 DEBUG [cloud.storage.StorageManagerImpl]
>>>> > (CapacityChecker:null) Successfully set Capacity - 2084569088 for
>>>> capacity
>>>> > type - 3 , DataCenterId - 1, HostOrPoolId - 262, PodId 1
>>>> > 2013-04-07 00:33:20,975 DEBUG [cloud.alert.AlertManagerImpl]
>>>> > (CapacityChecker:null) Done executing storage capacity update
>>>> > 2013-04-07 00:33:20,975 DEBUG [cloud.alert.AlertManagerImpl]
>>>> > (CapacityChecker:null) Executing capacity updates for public ip and
>>>> Vlans
>>>> > 2013-04-07 00:33:20,983 DEBUG [cloud.alert.AlertManagerImpl]
>>>> > (CapacityChecker:null) Done capacity updates for public ip and Vlans
>>>> > 2013-04-07 00:33:20,983 DEBUG [cloud.alert.AlertManagerImpl]
>>>> > (CapacityChecker:null) Executing capacity updates for private ip
>>>> > 2013-04-07 00:33:20,990 DEBUG [cloud.alert.AlertManagerImpl]
>>>> > (CapacityChecker:null) Done executing capacity updates for private ip
>>>> > 2013-04-07 00:33:20,990 DEBUG [cloud.alert.AlertManagerImpl]
>>>> > (CapacityChecker:null) Done recalculating system capacity
>>>> > 2013-04-07 00:33:21,012 DEBUG [cloud.alert.AlertManagerImpl]
>>>> > (CapacityChecker:null) Done running Capacity Checker ...
>>>> > 2013-04-07 00:33:24,891 DEBUG [agent.manager.AgentManagerImpl]
>>>> > (AgentManager-Handler-13:null) Ping from 4
>>>> > 2013-04-07 00:33:27,159 DEBUG [agent.manager.DirectAgentAttache]
>>>> > (DirectAgent-459:null) Ping from 1
>>>> > 2013-04-07 00:33:29,095 DEBUG [agent.manager.DirectAgentAttache]
>>>> > (DirectAgent-457:null) Seq 1-90046472: Executing request
>>>> > 2013-04-07 00:33:29,329 DEBUG [agent.manager.DirectAgentAttache]
>>>> > (DirectAgent-457:null) Seq 1-90046472: Response Received:
>>>> > 2013-04-07 00:33:29,330 DEBUG [agent.transport.Request]
>>>> > (DirectAgent-457:null) Seq 1-90046472: Processing:  { Ans: , MgmtId:
>>>> 1,
>>>> > via: 1, Ver: v1, Flags: 10,
>>>> >
>>>> [{"ClusterSyncAnswer":{"_clusterId":1,"_newStates":{},"_isExecuted":false,"result":true,"wait":0}}]
>>>> > }
>>>> > 2013-04-07 00:33:33,192 DEBUG [cloud.api.ApiServlet]
>>>> > (1161145101@qtp-1008805148-33:null) ===START===  127.0.0.1 -- GET
>>>> >
>>>>  command=listVirtualMachines&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&listAll=true&page=1&pagesize=20&_=1365316413189
>>>> > 2013-04-07 00:33:33,210 DEBUG [cloud.api.ApiServlet]
>>>> > (1161145101@qtp-1008805148-33:null) ===END===  127.0.0.1 -- GET
>>>> >
>>>>  command=listVirtualMachines&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&listAll=true&page=1&pagesize=20&_=1365316413189
>>>> > 2013-04-07 00:33:35,033 DEBUG [cloud.api.ApiServlet]
>>>> > (1161145101@qtp-1008805148-33:null) ===START===  127.0.0.1 -- GET
>>>> >
>>>>  command=listZones&available=true&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316415031
>>>> > 2013-04-07 00:33:35,040 DEBUG [cloud.api.ApiServlet]
>>>> > (1161145101@qtp-1008805148-33:null) ===END===  127.0.0.1 -- GET
>>>> >
>>>>  command=listZones&available=true&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316415031
>>>> > 2013-04-07 00:33:36,745 DEBUG [cloud.api.ApiServlet]
>>>> > (1161145101@qtp-1008805148-33:null) ===START===  127.0.0.1 -- GET
>>>> >
>>>>  command=listHypervisors&zoneid=3a62dec3-cf95-4ba2-9af0-af2190af35e3&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316416743
>>>> > 2013-04-07 00:33:36,753 DEBUG [cloud.api.ApiServlet]
>>>> > (1161145101@qtp-1008805148-33:null) ===END===  127.0.0.1 -- GET
>>>> >
>>>>  command=listHypervisors&zoneid=3a62dec3-cf95-4ba2-9af0-af2190af35e3&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316416743
>>>> > 2013-04-07 00:33:36,756 DEBUG [cloud.api.ApiServlet]
>>>> > (1161145101@qtp-1008805148-33:null) ===START===  127.0.0.1 -- GET
>>>> >
>>>>  command=listTemplates&templatefilter=featured&zoneid=3a62dec3-cf95-4ba2-9af0-af2190af35e3&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316416754
>>>> > 2013-04-07 00:33:36,781 DEBUG [cloud.api.ApiServlet]
>>>> > (1161145101@qtp-1008805148-33:null) ===END===  127.0.0.1 -- GET
>>>> >
>>>>  command=listTemplates&templatefilter=featured&zoneid=3a62dec3-cf95-4ba2-9af0-af2190af35e3&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316416754
>>>> > 2013-04-07 00:33:36,784 DEBUG [cloud.api.ApiServlet]
>>>> > (1161145101@qtp-1008805148-33:null) ===START===  127.0.0.1 -- GET
>>>> >
>>>>  command=listTemplates&templatefilter=community&zoneid=3a62dec3-cf95-4ba2-9af0-af2190af35e3&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316416782
>>>> > 2013-04-07 00:33:36,812 DEBUG [cloud.api.ApiServlet]
>>>> > (1161145101@qtp-1008805148-33:null) ===END===  127.0.0.1 -- GET
>>>> >
>>>>  command=listTemplates&templatefilter=community&zoneid=3a62dec3-cf95-4ba2-9af0-af2190af35e3&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316416782
>>>> > 2013-04-07 00:33:36,815 DEBUG [cloud.api.ApiServlet]
>>>> > (1161145101@qtp-1008805148-33:null) ===START===  127.0.0.1 -- GET
>>>> >
>>>>  command=listTemplates&templatefilter=selfexecutable&zoneid=3a62dec3-cf95-4ba2-9af0-af2190af35e3&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316416813
>>>> > 2013-04-07 00:33:36,829 DEBUG [cloud.api.ApiServlet]
>>>> > (1161145101@qtp-1008805148-33:null) ===END===  127.0.0.1 -- GET
>>>> >
>>>>  command=listTemplates&templatefilter=selfexecutable&zoneid=3a62dec3-cf95-4ba2-9af0-af2190af35e3&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316416813
>>>> > 2013-04-07 00:33:37,503 DEBUG [cloud.api.ApiServlet]
>>>> > (1161145101@qtp-1008805148-33:null) ===START===  127.0.0.1 -- GET
>>>> >
>>>>  command=listServiceOfferings&issystem=false&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316417501
>>>> > 2013-04-07 00:33:37,514 DEBUG [cloud.api.ApiServlet]
>>>> > (1161145101@qtp-1008805148-33:null) ===END===  127.0.0.1 -- GET
>>>> >
>>>>  command=listServiceOfferings&issystem=false&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316417501
>>>> > 2013-04-07 00:33:41,151 DEBUG [cloud.api.ApiServlet]
>>>> > (1161145101@qtp-1008805148-33:null) ===START===  127.0.0.1 -- GET
>>>> >
>>>>  command=listDiskOfferings&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316421149
>>>> > 2013-04-07 00:33:41,162 DEBUG [cloud.api.ApiServlet]
>>>> > (1161145101@qtp-1008805148-33:null) ===END===  127.0.0.1 -- GET
>>>> >
>>>>  command=listDiskOfferings&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316421149
>>>> > 2013-04-07 00:33:41,970 DEBUG [cloud.api.ApiServlet]
>>>> > (1161145101@qtp-1008805148-33:null) ===START===  127.0.0.1 -- GET
>>>> >
>>>>  command=listNetworks&trafficType=Guest&zoneId=3a62dec3-cf95-4ba2-9af0-af2190af35e3&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316421968
>>>> > 2013-04-07 00:33:41,994 DEBUG [cloud.api.ApiServlet]
>>>> > (1161145101@qtp-1008805148-33:null) ===END===  127.0.0.1 -- GET
>>>> >
>>>>  command=listNetworks&trafficType=Guest&zoneId=3a62dec3-cf95-4ba2-9af0-af2190af35e3&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316421968
>>>> > 2013-04-07 00:33:41,997 DEBUG [cloud.api.ApiServlet]
>>>> > (1161145101@qtp-1008805148-33:null) ===START===  127.0.0.1 -- GET
>>>> >
>>>>  command=listSecurityGroups&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&domainid=e4ec5ddc-9e1c-11e2-a770-6e70e42a2333&account=admin&_=1365316421995
>>>> > 2013-04-07 00:33:42,003 DEBUG [cloud.user.AccountManagerImpl]
>>>> > (1161145101@qtp-1008805148-33:null) Access granted to Acct[2-admin]
>>>> to
>>>> > Domain:1/ by DomainChecker
>>>> > 2013-04-07 00:33:42,009 DEBUG [cloud.api.ApiServlet]
>>>> > (1161145101@qtp-1008805148-33:null) ===END===  127.0.0.1 -- GET
>>>> >
>>>>  command=listSecurityGroups&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&domainid=e4ec5ddc-9e1c-11e2-a770-6e70e42a2333&account=admin&_=1365316421995
>>>> > 2013-04-07 00:33:44,477 DEBUG [cloud.api.ApiServlet]
>>>> > (1161145101@qtp-1008805148-33:null) ===START===  127.0.0.1 -- GET
>>>> >
>>>>  command=deployVirtualMachine&zoneId=3a62dec3-cf95-4ba2-9af0-af2190af35e3&templateId=e4a7df4a-9e1c-11e2-a770-6e70e42a2333&hypervisor=XenServer&serviceOfferingId=9c1e08a2-2dfe-4fa8-aea9-3e4955a69cc2&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316424475
>>>> > 2013-04-07 00:33:44,484 DEBUG [cloud.api.ApiDispatcher]
>>>> > (1161145101@qtp-1008805148-33:null) InfrastructureEntity name
>>>> > is:com.cloud.offering.ServiceOffering
>>>> > 2013-04-07 00:33:44,486 DEBUG [cloud.api.ApiDispatcher]
>>>> > (1161145101@qtp-1008805148-33:null) ControlledEntity name
>>>> > is:com.cloud.template.VirtualMachineTemplate
>>>> > 2013-04-07 00:33:44,510 DEBUG [cloud.vm.UserVmManagerImpl]
>>>> > (1161145101@qtp-1008805148-33:null) Allocating in the DB for vm
>>>> > 2013-04-07 00:33:44,523 DEBUG [cloud.vm.VirtualMachineManagerImpl]
>>>> > (1161145101@qtp-1008805148-33:null) Allocating entries for VM:
>>>> > VM[User|a30b991d-1c38-4bae-803f-ab3be57a384f]
>>>> > 2013-04-07 00:33:44,523 DEBUG [cloud.vm.VirtualMachineManagerImpl]
>>>> > (1161145101@qtp-1008805148-33:null) Allocating nics for
>>>> > VM[User|a30b991d-1c38-4bae-803f-ab3be57a384f]
>>>> > 2013-04-07 00:33:44,524 DEBUG [cloud.network.NetworkManagerImpl]
>>>> > (1161145101@qtp-1008805148-33:null) Allocating nic for vm
>>>> > VM[User|a30b991d-1c38-4bae-803f-ab3be57a384f] in network
>>>> Ntwk[204|Guest|6]
>>>> > with requested profile NicProfile[0-0-null-null-null
>>>> > 2013-04-07 00:33:44,531 DEBUG [cloud.vm.VirtualMachineManagerImpl]
>>>> > (1161145101@qtp-1008805148-33:null) Allocaing disks for
>>>> > VM[User|a30b991d-1c38-4bae-803f-ab3be57a384f]
>>>> > 2013-04-07 00:33:44,538 DEBUG [cloud.vm.VirtualMachineManagerImpl]
>>>> > (1161145101@qtp-1008805148-33:null) Allocation completed for VM:
>>>> > VM[User|a30b991d-1c38-4bae-803f-ab3be57a384f]
>>>> > 2013-04-07 00:33:44,538 DEBUG [cloud.vm.UserVmManagerImpl]
>>>> > (1161145101@qtp-1008805148-33:null) Successfully allocated DB entry
>>>> for
>>>> > VM[User|a30b991d-1c38-4bae-803f-ab3be57a384f]
>>>> > 2013-04-07 00:33:44,571 DEBUG [cloud.async.AsyncJobManagerImpl]
>>>> > (1161145101@qtp-1008805148-33:null) submit async job-44, details:
>>>> > AsyncJobVO {id:44, userId: 2, accountId: 2, sessionKey: null,
>>>> instanceType:
>>>> > null, instanceId: 14, cmd:
>>>> > org.apache.cloudstack.api.command.user.vm.DeployVMCmd, cmdOriginator:
>>>> null,
>>>> > cmdInfo:
>>>> >
>>>> {"id":"14","templateId":"e4a7df4a-9e1c-11e2-a770-6e70e42a2333","response":"json","sessionkey":"Z6QqzU0Fq1iT13bMgnRRfl8GoVA\u003d","ctxUserId":"2","hypervisor":"XenServer","serviceOfferingId":"9c1e08a2-2dfe-4fa8-aea9-3e4955a69cc2","_":"1365316424475","ctxAccountId":"2","ctxStartEventId":"49","zoneId":"3a62dec3-cf95-4ba2-9af0-af2190af35e3"},
>>>> > cmdVersion: 0, callbackType: 0, callbackAddress: null, status: 0,
>>>> > processStatus: 0, resultCode: 0, result: null, initMsid: 1,
>>>> completeMsid:
>>>> > null, lastUpdated: null, lastPolled: null, created: null}
>>>> > 2013-04-07 00:33:44,572 DEBUG [cloud.async.AsyncJobManagerImpl]
>>>> > (Job-Executor-37:job-44) Executing
>>>> > org.apache.cloudstack.api.command.user.vm.DeployVMCmd for job-44
>>>> > 2013-04-07 00:33:44,573 DEBUG [cloud.api.ApiServlet]
>>>> > (1161145101@qtp-1008805148-33:null) ===END===  127.0.0.1 -- GET
>>>> >
>>>>  command=deployVirtualMachine&zoneId=3a62dec3-cf95-4ba2-9af0-af2190af35e3&templateId=e4a7df4a-9e1c-11e2-a770-6e70e42a2333&hypervisor=XenServer&serviceOfferingId=9c1e08a2-2dfe-4fa8-aea9-3e4955a69cc2&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316424475
>>>> > 2013-04-07 00:33:44,578 DEBUG [cloud.api.ApiDispatcher]
>>>> > (Job-Executor-37:job-44) InfrastructureEntity name
>>>> > is:com.cloud.offering.ServiceOffering
>>>> > 2013-04-07 00:33:44,581 DEBUG [cloud.api.ApiDispatcher]
>>>> > (Job-Executor-37:job-44) ControlledEntity name
>>>> > is:com.cloud.template.VirtualMachineTemplate
>>>> > 2013-04-07 00:33:44,624 DEBUG [cloud.deploy.FirstFitPlanner]
>>>> > (Job-Executor-37:job-44) DeploymentPlanner allocation algorithm:
>>>> random
>>>> > 2013-04-07 00:33:44,624 DEBUG [cloud.deploy.FirstFitPlanner]
>>>> > (Job-Executor-37:job-44) Trying to allocate a host and storage pools
>>>> from
>>>> > dc:1, pod:null,cluster:null, requested cpu: 100, requested ram:
>>>> 1073741824
>>>> > 2013-04-07 00:33:44,624 DEBUG [cloud.deploy.FirstFitPlanner]
>>>> > (Job-Executor-37:job-44) Is ROOT volume READY (pool already
>>>> allocated)?: No
>>>> > 2013-04-07 00:33:44,624 DEBUG [cloud.deploy.FirstFitPlanner]
>>>> > (Job-Executor-37:job-44) Searching all possible resources under this
>>>> Zone: 1
>>>> > 2013-04-07 00:33:44,625 DEBUG [cloud.deploy.FirstFitPlanner]
>>>> > (Job-Executor-37:job-44) Listing clusters in order of aggregate
>>>> capacity,
>>>> > that have (atleast one host with) enough CPU and RAM capacity under
>>>> this
>>>> > Zone: 1
>>>> > 2013-04-07 00:33:44,626 DEBUG [cloud.deploy.FirstFitPlanner]
>>>> > (Job-Executor-37:job-44) CPUOverprovisioningFactor considered: 1.0
>>>> > 2013-04-07 00:33:44,638 DEBUG [cloud.deploy.FirstFitPlanner]
>>>> > (Job-Executor-37:job-44) Cannot allocate cluster list [1, 2] for vm
>>>> > creation since their allocated percentage crosses the disable capacity
>>>> > threshold: 0.85 for capacity Type : 0, skipping these clusters
>>>> > 2013-04-07 00:33:44,639 DEBUG [cloud.deploy.FirstFitPlanner]
>>>> > (Job-Executor-37:job-44) Could not find suitable Deployment
>>>> Destination for
>>>> > this VM under any clusters, returning.
>>>> > 2013-04-07 00:33:44,641 DEBUG [cloud.vm.UserVmManagerImpl]
>>>> > (Job-Executor-37:job-44) Destroying vm
>>>> > VM[User|a30b991d-1c38-4bae-803f-ab3be57a384f] as it failed to create
>>>> on
>>>> > Host with Id:null
>>>> > 2013-04-07 00:33:44,646 DEBUG [cloud.capacity.CapacityManagerImpl]
>>>> > (Job-Executor-37:job-44) VM state transitted from :Stopped to Error
>>>> with
>>>> > event: OperationFailedToErrorvm's original host id: null new host id:
>>>> null
>>>> > host id before state transition: null
>>>> > 2013-04-07 00:33:44,672 INFO  [user.vm.DeployVMCmd]
>>>> > (Job-Executor-37:job-44)
>>>> > com.cloud.exception.InsufficientServerCapacityException: Unable to
>>>> create a
>>>> > deployment for
>>>> VM[User|a30b991d-1c38-4bae-803f-ab3be57a384f]Scope=interface
>>>> > com.cloud.dc.DataCenter; id=1
>>>> > 2013-04-07 00:33:44,672 INFO  [user.vm.DeployVMCmd]
>>>> > (Job-Executor-37:job-44) Unable to create a deployment for
>>>> > VM[User|a30b991d-1c38-4bae-803f-ab3be57a384f]
>>>> > com.cloud.exception.InsufficientServerCapacityException: Unable to
>>>> create
>>>> > a deployment for
>>>> > VM[User|a30b991d-1c38-4bae-803f-ab3be57a384f]Scope=interface
>>>> > com.cloud.dc.DataCenter; id=1
>>>> >  at
>>>> >
>>>> org.apache.cloudstack.engine.cloud.entity.api.VMEntityManagerImpl.reserveVirtualMachine(VMEntityManagerImpl.java:186)
>>>> > at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
>>>> >  at
>>>> >
>>>> sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
>>>> > at
>>>> >
>>>> sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
>>>> >  at java.lang.reflect.Method.invoke(Method.java:597)
>>>> > at
>>>> >
>>>> org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:319)
>>>> >  at
>>>> >
>>>> org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:183)
>>>> > at
>>>> >
>>>> org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:150)
>>>> >  at
>>>> >
>>>> org.springframework.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodInvocationProceedingJoinPoint.java:80)
>>>> > at
>>>> >
>>>> com.cloud.utils.db.TransactionContextBuilder.AroundAnyMethod(TransactionContextBuilder.java:37)
>>>> >  at sun.reflect.GeneratedMethodAccessor37.invoke(Unknown Source)
>>>> > at
>>>> >
>>>> sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
>>>> >  at java.lang.reflect.Method.invoke(Method.java:597)
>>>> > at
>>>> >
>>>> org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:621)
>>>> >  at
>>>> >
>>>> org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:610)
>>>> > at
>>>> >
>>>> org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:65)
>>>> >  at
>>>> >
>>>> org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:172)
>>>> > at
>>>> >
>>>> org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:90)
>>>> >  at
>>>> >
>>>> org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:172)
>>>> > at
>>>> >
>>>> org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:202)
>>>> >  at com.sun.proxy.$Proxy297.reserveVirtualMachine(Unknown Source)
>>>> > at
>>>> >
>>>> org.apache.cloudstack.engine.cloud.entity.api.VirtualMachineEntityImpl.reserve(VirtualMachineEntityImpl.java:198)
>>>> >  at
>>>> >
>>>> com.cloud.vm.UserVmManagerImpl.startVirtualMachine(UserVmManagerImpl.java:3859)
>>>> > at
>>>> >
>>>> com.cloud.vm.UserVmManagerImpl.startVirtualMachine(UserVmManagerImpl.java:3458)
>>>> >  at
>>>> >
>>>> com.cloud.vm.UserVmManagerImpl.startVirtualMachine(UserVmManagerImpl.java:3444)
>>>> > at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
>>>> >  at
>>>> >
>>>> sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
>>>> > at
>>>> >
>>>> sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
>>>> >  at java.lang.reflect.Method.invoke(Method.java:597)
>>>> > at
>>>> >
>>>> org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:319)
>>>> >  at
>>>> >
>>>> org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:183)
>>>> > at
>>>> >
>>>> org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:150)
>>>> >  at
>>>> >
>>>> org.springframework.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodInvocationProceedingJoinPoint.java:80)
>>>> > at
>>>> >
>>>> com.cloud.event.ActionEventInterceptor.AroundAnyMethod(ActionEventInterceptor.java:53)
>>>> >  at sun.reflect.GeneratedMethodAccessor359.invoke(Unknown Source)
>>>> > at
>>>> >
>>>> sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
>>>> >  at java.lang.reflect.Method.invoke(Method.java:597)
>>>> > at
>>>> >
>>>> org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:621)
>>>> >  at
>>>> >
>>>> org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:610)
>>>> > at
>>>> >
>>>> org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:65)
>>>> >  at
>>>> >
>>>> org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:161)
>>>> > at
>>>> >
>>>> org.springframework.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodInvocationProceedingJoinPoint.java:80)
>>>> >  at
>>>> >
>>>> com.cloud.utils.db.TransactionContextBuilder.AroundAnyMethod(TransactionContextBuilder.java:37)
>>>> > at sun.reflect.GeneratedMethodAccessor37.invoke(Unknown Source)
>>>> >  at
>>>> >
>>>> sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
>>>> > at java.lang.reflect.Method.invoke(Method.java:597)
>>>> >  at
>>>> >
>>>> org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:621)
>>>> > at
>>>> >
>>>> org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:610)
>>>> >  at
>>>> >
>>>> org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:65)
>>>> > at
>>>> >
>>>> org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:172)
>>>> >  at
>>>> >
>>>> org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:90)
>>>> > at
>>>> >
>>>> org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:172)
>>>> >  at
>>>> >
>>>> org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:202)
>>>> > at com.sun.proxy.$Proxy263.startVirtualMachine(Unknown Source)
>>>> >  at
>>>> >
>>>> org.apache.cloudstack.api.command.user.vm.DeployVMCmd.execute(DeployVMCmd.java:379)
>>>> > at com.cloud.api.ApiDispatcher.dispatch(ApiDispatcher.java:163)
>>>> >  at net.sf.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204)
>>>> > at
>>>> >
>>>> org.springframework.aop.framework.Cglib2AopProxy$CglibMethodInvocation.invokeJoinpoint(Cglib2AopProxy.java:689)
>>>> >  at
>>>> >
>>>> org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:150)
>>>> > at
>>>> >
>>>> org.springframework.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodInvocationProceedingJoinPoint.java:80)
>>>> >  at
>>>> >
>>>> com.cloud.utils.db.TransactionContextBuilder.AroundAnyMethod(TransactionContextBuilder.java:37)
>>>> > at sun.reflect.GeneratedMethodAccessor37.invoke(Unknown Source)
>>>> >  at
>>>> >
>>>> sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
>>>> > at java.lang.reflect.Method.invoke(Method.java:597)
>>>> >  at
>>>> >
>>>> org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:621)
>>>> > at
>>>> >
>>>> org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:610)
>>>> >  at
>>>> >
>>>> org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:65)
>>>> > at
>>>> >
>>>> org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:172)
>>>> >  at
>>>> >
>>>> org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:90)
>>>> > at
>>>> >
>>>> org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:172)
>>>> >  at
>>>> >
>>>> org.springframework.aop.framework.Cglib2AopProxy$DynamicAdvisedInterceptor.intercept(Cglib2AopProxy.java:622)
>>>> > at
>>>> com.cloud.async.AsyncJobManagerImpl$1.run(AsyncJobManagerImpl.java:437)
>>>> >  at
>>>> >
>>>> java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:439)
>>>> > at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:303)
>>>> >  at java.util.concurrent.FutureTask.run(FutureTask.java:138)
>>>> > at
>>>> >
>>>> java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:895)
>>>> >  at
>>>> >
>>>> java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:918)
>>>> > at java.lang.Thread.run(Thread.java:680)
>>>> > 2013-04-07 00:33:44,674 DEBUG [cloud.async.AsyncJobManagerImpl]
>>>> > (Job-Executor-37:job-44) Complete async job-44, jobStatus: 2,
>>>> resultCode:
>>>> > 530, result: Error Code: 533 Error text: Unable to create a
>>>> deployment for
>>>> > VM[User|a30b991d-1c38-4bae-803f-ab3be57a384f]
>>>> > 2013-04-07 00:33:47,591 DEBUG [cloud.api.ApiServlet]
>>>> > (1161145101@qtp-1008805148-33:null) ===START===  127.0.0.1 -- GET
>>>> >
>>>>  command=queryAsyncJobResult&jobId=8dd191cc-2709-4223-aee5-3ecd759d4afd&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316427589
>>>> > 2013-04-07 00:33:47,601 DEBUG [cloud.async.AsyncJobManagerImpl]
>>>> > (1161145101@qtp-1008805148-33:null) Async job-44 completed
>>>> > 2013-04-07 00:33:47,605 DEBUG [cloud.api.ApiServlet]
>>>> > (1161145101@qtp-1008805148-33:null) ===END===  127.0.0.1 -- GET
>>>> >
>>>>  command=queryAsyncJobResult&jobId=8dd191cc-2709-4223-aee5-3ecd759d4afd&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316427589
>>>> > 2013-04-07 00:33:47,608 DEBUG [cloud.api.ApiServlet]
>>>> > (1161145101@qtp-1008805148-33:null) ===START===  127.0.0.1 -- GET
>>>> >
>>>>  command=listVirtualMachines&id=a30b991d-1c38-4bae-803f-ab3be57a384f&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316427606
>>>> > 2013-04-07 00:33:47,621 DEBUG [cloud.api.ApiServlet]
>>>> > (1161145101@qtp-1008805148-33:null) ===END===  127.0.0.1 -- GET
>>>> >
>>>>  command=listVirtualMachines&id=a30b991d-1c38-4bae-803f-ab3be57a384f&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316427606
>>>> > 2013-04-07 00:33:47,678 DEBUG [agent.manager.AgentManagerImpl]
>>>> > (AgentManager-Handler-14:null) Ping from 3
>>>> > 2013-04-07 00:33:50,451 DEBUG
>>>> > [storage.secondary.SecondaryStorageManagerImpl] (secstorage-1:null)
>>>> Zone 1
>>>> > is ready to launch secondary storage VM
>>>> > 2013-04-07 00:33:50,559 DEBUG
>>>> [cloud.consoleproxy.ConsoleProxyManagerImpl]
>>>> > (consoleproxy-1:null) Zone 1 is ready to launch console proxy
>>>> > 2013-04-07 00:33:50,819 DEBUG
>>>> > [network.router.VirtualNetworkApplianceManagerImpl]
>>>> > (RouterStatusMonitor-1:null) Found 0 routers to update status.
>>>> > 2013-04-07 00:33:50,820 DEBUG
>>>> > [network.router.VirtualNetworkApplianceManagerImpl]
>>>> > (RouterStatusMonitor-1:null) Found 0 networks to update RvR status.
>>>> > 2013-04-07 00:33:50,851 DEBUG
>>>> > [network.router.VirtualNetworkApplianceManagerImpl]
>>>> > (RouterStatusMonitor-1:null) Found 0 routers to update status.
>>>> > 2013-04-07 00:33:50,852 DEBUG
>>>> > [network.router.VirtualNetworkApplianceManagerImpl]
>>>> > (RouterStatusMonitor-1:null) Found 0 networks to update RvR status.
>>>> > 2013-04-07 00:33:51,465 INFO  [agent.manager.AgentMonitor]
>>>> > (Thread-11:null) Found the following agents behind on ping: [6, 5]
>>>> > 2013-04-07 00:33:51,467 DEBUG [cloud.host.Status] (Thread-11:null)
>>>> Ping
>>>> > timeout for host 6, do invstigation
>>>> > 2013-04-07 00:33:51,468 DEBUG [cloud.host.Status] (Thread-11:null)
>>>> Ping
>>>> > timeout for host 5, do invstigation
>>>> > 2013-04-07 00:33:51,468 INFO  [agent.manager.AgentManagerImpl]
>>>> > (AgentTaskPool-4:null) Investigating why host 6 has disconnected with
>>>> event
>>>> > PingTimeout
>>>> > 2013-04-07 00:33:51,468 DEBUG [agent.manager.AgentManagerImpl]
>>>> > (AgentTaskPool-4:null) checking if agent (6) is alive
>>>> > 2013-04-07 00:33:51,469 INFO  [agent.manager.AgentManagerImpl]
>>>> > (AgentTaskPool-3:null) Investigating why host 5 has disconnected with
>>>> event
>>>> > PingTimeout
>>>> > 2013-04-07 00:33:51,470 DEBUG [agent.manager.AgentManagerImpl]
>>>> > (AgentTaskPool-3:null) checking if agent (5) is alive
>>>> > 2013-04-07 00:33:51,471 DEBUG [agent.transport.Request]
>>>> > (AgentTaskPool-4:null) Seq 6-324993311: Sending  { Cmd , MgmtId: 1,
>>>> via: 6,
>>>> > Ver: v1, Flags: 100011, [{"CheckHealthCommand":{"wait":50}}] }
>>>> > 2013-04-07 00:33:51,471 DEBUG [agent.transport.Request]
>>>> > (AgentTaskPool-4:null) Seq 6-324993311: Executing:  { Cmd , MgmtId:
>>>> 1, via:
>>>> > 6, Ver: v1, Flags: 100011, [{"CheckHealthCommand":{"wait":50}}] }
>>>> > 2013-04-07 00:33:51,472 DEBUG [agent.manager.DirectAgentAttache]
>>>> > (DirectAgent-448:null) Seq 6-324993311: Executing request
>>>> > 2013-04-07 00:33:51,473 DEBUG [agent.transport.Request]
>>>> > (AgentTaskPool-3:null) Seq 5-614334815: Sending  { Cmd , MgmtId: 1,
>>>> via: 5,
>>>> > Ver: v1, Flags: 100011, [{"CheckHealthCommand":{"wait":50}}] }
>>>> > 2013-04-07 00:33:51,473 DEBUG [agent.transport.Request]
>>>> > (AgentTaskPool-3:null) Seq 5-614334815: Executing:  { Cmd , MgmtId:
>>>> 1, via:
>>>> > 5, Ver: v1, Flags: 100011, [{"CheckHealthCommand":{"wait":50}}] }
>>>> > 2013-04-07 00:33:51,473 DEBUG [agent.manager.DirectAgentAttache]
>>>> > (DirectAgent-261:null) Seq 5-614334815: Executing request
>>>> > 2013-04-07 00:33:51,527 DEBUG [agent.manager.DirectAgentAttache]
>>>> > (DirectAgent-448:null) Seq 6-324993311: Response Received:
>>>> > 2013-04-07 00:33:51,527 DEBUG [agent.transport.Request]
>>>> > (DirectAgent-448:null) Seq 6-324993311: Processing:  { Ans: , MgmtId:
>>>> 1,
>>>> > via: 6, Ver: v1, Flags: 10,
>>>> > [{"CheckHealthAnswer":{"result":true,"details":"resource is
>>>> > alive","wait":0}}] }
>>>> > 2013-04-07 00:33:51,527 DEBUG [agent.transport.Request]
>>>> > (AgentTaskPool-4:null) Seq 6-324993311: Received:  { Ans: , MgmtId:
>>>> 1, via:
>>>> > 6, Ver: v1, Flags: 10, { CheckHealthAnswer } }
>>>> > 2013-04-07 00:33:51,528 DEBUG [agent.manager.AgentManagerImpl]
>>>> > (AgentTaskPool-4:null) Details from executing class
>>>> > com.cloud.agent.api.CheckHealthCommand: resource is alive
>>>> > 2013-04-07 00:33:51,528 DEBUG [agent.manager.AgentManagerImpl]
>>>> > (AgentTaskPool-4:null) agent (6) responded to checkHeathCommand,
>>>> reporting
>>>> > that agent is Up
>>>> > 2013-04-07 00:33:51,528 INFO  [agent.manager.AgentManagerImpl]
>>>> > (AgentTaskPool-4:null) The state determined is Up
>>>> > 2013-04-07 00:33:51,528 INFO  [agent.manager.AgentManagerImpl]
>>>> > (AgentTaskPool-4:null) Agent is determined to be up and running
>>>> > 2013-04-07 00:33:51,528 DEBUG [cloud.host.Status]
>>>> (AgentTaskPool-4:null)
>>>> > Transition:[Resource state = Enabled, Agent event = Ping, Host id =
>>>> 6, name
>>>> > = Tut-XenServer]
>>>> > 2013-04-07 00:33:51,531 DEBUG [cloud.host.Status]
>>>> (AgentTaskPool-4:null)
>>>> > Agent status update: [id = 6; name = Tut-XenServer; old status = Up;
>>>> event
>>>> > = Ping; new status = Up; old update count = 310; new update count =
>>>> 311]
>>>> > 2013-04-07 00:33:51,531 DEBUG [agent.manager.DirectAgentAttache]
>>>> > (DirectAgent-261:null) Seq 5-614334815: Response Received:
>>>> > 2013-04-07 00:33:51,531 DEBUG [agent.transport.Request]
>>>> > (DirectAgent-261:null) Seq 5-614334815: Processing:  { Ans: , MgmtId:
>>>> 1,
>>>> > via: 5, Ver: v1, Flags: 10,
>>>> > [{"CheckHealthAnswer":{"result":true,"details":"resource is
>>>> > alive","wait":0}}] }
>>>> > 2013-04-07 00:33:51,531 DEBUG [agent.transport.Request]
>>>> > (AgentTaskPool-3:null) Seq 5-614334815: Received:  { Ans: , MgmtId:
>>>> 1, via:
>>>> > 5, Ver: v1, Flags: 10, { CheckHealthAnswer } }
>>>> > 2013-04-07 00:33:51,532 DEBUG [agent.manager.AgentManagerImpl]
>>>> > (AgentTaskPool-3:null) Details from executing class
>>>> > com.cloud.agent.api.CheckHealthCommand: resource is alive
>>>> > 2013-04-07 00:33:51,532 DEBUG [agent.manager.AgentManagerImpl]
>>>> > (AgentTaskPool-3:null) agent (5) responded to checkHeathCommand,
>>>> reporting
>>>> > that agent is Up
>>>> > 2013-04-07 00:33:51,532 INFO  [agent.manager.AgentManagerImpl]
>>>> > (AgentTaskPool-3:null) The state determined is Up
>>>> > 2013-04-07 00:33:51,532 INFO  [agent.manager.AgentManagerImpl]
>>>> > (AgentTaskPool-3:null) Agent is determined to be up and running
>>>> > 2013-04-07 00:33:51,532 DEBUG [cloud.host.Status]
>>>> (AgentTaskPool-3:null)
>>>> > Transition:[Resource state = Enabled, Agent event = Ping, Host id =
>>>> 5, name
>>>> > = Tut-XenServer2]
>>>> > 2013-04-07 00:33:51,535 DEBUG [cloud.host.Status]
>>>> (AgentTaskPool-3:null)
>>>> > Agent status update: [id = 5; name = Tut-XenServer2; old status = Up;
>>>> event
>>>> > = Ping; new status = Up; old update count = 147; new update count =
>>>> 148]
>>>> > 2013-04-07 00:34:04,860 DEBUG [agent.manager.DirectAgentAttache]
>>>> > (DirectAgent-239:null) Ping from 6
>>>> > 2013-04-07 00:34:06,170 DEBUG [agent.manager.DirectAgentAttache]
>>>> > (DirectAgent-185:null) Ping from 5
>>>> > 2013-04-07 00:34:06,909 DEBUG [agent.manager.DirectAgentAttache]
>>>> > (DirectAgent-461:null) Seq 6-324993028: Executing request
>>>> > 2013-04-07 00:34:07,107 DEBUG [agent.manager.DirectAgentAttache]
>>>> > (DirectAgent-461:null) Seq 6-324993028: Response Received:
>>>> > 2013-04-07 00:34:07,107 DEBUG [agent.transport.Request]
>>>> > (DirectAgent-461:null) Seq 6-324993028: Processing:  { Ans: , MgmtId:
>>>> 1,
>>>> > via: 6, Ver: v1, Flags: 10,
>>>> >
>>>> [{"ClusterSyncAnswer":{"_clusterId":2,"_newStates":{},"_isExecuted":false,"result":true,"wait":0}}]
>>>> > }
>>>> > 2013-04-07 00:34:11,023 DEBUG [agent.manager.DirectAgentAttache]
>>>> > (DirectAgent-450:null) Seq 5-614334468: Executing request
>>>> > 2013-04-07 00:34:11,168 DEBUG [agent.manager.DirectAgentAttache]
>>>> > (DirectAgent-450:null) Seq 5-614334468: Response Received:
>>>> > 2013-04-07 00:34:11,168 DEBUG [agent.transport.Request]
>>>> > (DirectAgent-450:null) Seq 5-614334468: Processing:  { Ans: , MgmtId:
>>>> 1,
>>>> > via: 5, Ver: v1, Flags: 10, [{"Answer":{"result":true,"wait":0}}] }
>>>> > 2013-04-07 00:34:20,451 DEBUG
>>>> > [storage.secondary.SecondaryStorageManagerImpl] (secstorage-1:null)
>>>> Zone 1
>>>> > is ready to launch secondary storage VM
>>>> > 2013-04-07 00:34:20,553 DEBUG
>>>> [cloud.consoleproxy.ConsoleProxyManagerImpl]
>>>> > (consoleproxy-1:null) Zone 1 is ready to launch console proxy
>>>> > 2013-04-07 00:34:20,820 DEBUG
>>>> > [network.router.VirtualNetworkApplianceManagerImpl]
>>>> > (RouterStatusMonitor-1:null) Found 0 routers to update status.
>>>> > 2013-04-07 00:34:20,821 DEBUG
>>>> > [network.router.VirtualNetworkApplianceManagerImpl]
>>>> > (RouterStatusMonitor-1:null) Found 0 networks to update RvR status.
>>>> > 2013-04-07 00:34:20,850 DEBUG
>>>> > [network.router.VirtualNetworkApplianceManagerImpl]
>>>> > (RouterStatusMonitor-1:null) Found 0 routers to update status.
>>>> > 2013-04-07 00:34:20,851 DEBUG
>>>> > [network.router.VirtualNetworkApplianceManagerImpl]
>>>> > (RouterStatusMonitor-1:null) Found 0 networks to update RvR status.
>>>> > 2013-04-07 00:34:24,891 DEBUG [agent.manager.AgentManagerImpl]
>>>> > (AgentManager-Handler-15:null) Ping from 4
>>>> > 2013-04-07 00:34:27,175 DEBUG [agent.manager.DirectAgentAttache]
>>>> > (DirectAgent-126:null) Ping from 1
>>>> > 2013-04-07 00:34:29,095 DEBUG [agent.manager.DirectAgentAttache]
>>>> > (DirectAgent-182:null) Seq 1-90046472: Executing request
>>>> > 2013-04-07 00:34:29,323 DEBUG [agent.manager.DirectAgentAttache]
>>>> > (DirectAgent-182:null) Seq 1-90046472: Response Received:
>>>> > 2013-04-07 00:34:29,323 DEBUG [agent.transport.Request]
>>>> > (DirectAgent-182:null) Seq 1-90046472: Processing:  { Ans: , MgmtId:
>>>> 1,
>>>> > via: 1, Ver: v1, Flags: 10,
>>>> >
>>>> [{"ClusterSyncAnswer":{"_clusterId":1,"_newStates":{},"_isExecuted":false,"result":true,"wait":0}}]
>>>> > }
>>>> > 2013-04-07 00:34:36,532 DEBUG [cloud.api.ApiServlet]
>>>> > (1161145101@qtp-1008805148-33:null) ===START===  127.0.0.1 -- GET
>>>> >
>>>>  command=listVolumes&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&listAll=true&page=1&pagesize=20&_=1365316476530
>>>> > 2013-04-07 00:34:36,548 DEBUG [cloud.api.ApiServlet]
>>>> > (1161145101@qtp-1008805148-33:null) ===END===  127.0.0.1 -- GET
>>>> >
>>>>  command=listVolumes&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&listAll=true&page=1&pagesize=20&_=1365316476530
>>>> > 2013-04-07 00:34:39,285 DEBUG [cloud.api.ApiServlet]
>>>> > (1161145101@qtp-1008805148-33:null) ===START===  127.0.0.1 -- GET
>>>> >
>>>>  command=listVolumes&id=44d56727-6e5f-438a-8187-42adfac7c906&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316479283
>>>> > 2013-04-07 00:34:39,309 DEBUG [cloud.api.ApiServlet]
>>>> > (1161145101@qtp-1008805148-33:null) ===END===  127.0.0.1 -- GET
>>>> >
>>>>  command=listVolumes&id=44d56727-6e5f-438a-8187-42adfac7c906&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316479283
>>>> > 2013-04-07 00:34:39,325 DEBUG [cloud.api.ApiServlet]
>>>> > (1161145101@qtp-1008805148-33:null) ===START===  127.0.0.1 -- GET
>>>> >
>>>>  command=listTags&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&resourceId=44d56727-6e5f-438a-8187-42adfac7c906&resourceType=Volume&listAll=true&_=1365316479323
>>>> > 2013-04-07 00:34:39,334 DEBUG [cloud.api.ApiServlet]
>>>> > (1161145101@qtp-1008805148-33:null) ===END===  127.0.0.1 -- GET
>>>> >
>>>>  command=listTags&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&resourceId=44d56727-6e5f-438a-8187-42adfac7c906&resourceType=Volume&listAll=true&_=1365316479323
>>>> > 2013-04-07 00:34:47,678 DEBUG [agent.manager.AgentManagerImpl]
>>>> > (AgentManager-Handler-1:null) Ping from 3
>>>> > 2013-04-07 00:34:50,455 DEBUG
>>>> > [storage.secondary.SecondaryStorageManagerImpl] (secstorage-1:null)
>>>> Zone 1
>>>> > is ready to launch secondary storage VM
>>>> > 2013-04-07 00:34:50,557 DEBUG
>>>> [cloud.consoleproxy.ConsoleProxyManagerImpl]
>>>> > (consoleproxy-1:null) Zone 1 is ready to launch console proxy
>>>> > 2013-04-07 00:34:50,820 DEBUG
>>>> > [network.router.VirtualNetworkApplianceManagerImpl]
>>>> > (RouterStatusMonitor-1:null) Found 0 routers to update status.
>>>> > 2013-04-07 00:34:50,821 DEBUG
>>>> > [network.router.VirtualNetworkApplianceManagerImpl]
>>>> > (RouterStatusMonitor-1:null) Found 0 networks to update RvR status.
>>>> > 2013-04-07 00:34:50,850 DEBUG
>>>> > [network.router.VirtualNetworkApplianceManagerImpl]
>>>> > (RouterStatusMonitor-1:null) Found 0 routers to update status.
>>>> > 2013-04-07 00:34:50,851 DEBUG
>>>> > [network.router.VirtualNetworkApplianceManagerImpl]
>>>> > (RouterStatusMonitor-1:null) Found 0 networks to update RvR status.
>>>> > 2013-04-07 00:34:51,468 INFO  [agent.manager.AgentMonitor]
>>>> > (Thread-11:null) Found the following agents behind on ping: [6, 5]
>>>> > 2013-04-07 00:34:51,470 DEBUG [cloud.host.Status] (Thread-11:null)
>>>> Ping
>>>> > timeout for host 6, do invstigation
>>>> > 2013-04-07 00:34:51,471 DEBUG [cloud.host.Status] (Thread-11:null)
>>>> Ping
>>>> > timeout for host 5, do invstigation
>>>> > 2013-04-07 00:34:51,472 INFO  [agent.manager.AgentManagerImpl]
>>>> > (AgentTaskPool-5:null) Investigating why host 6 has disconnected with
>>>> event
>>>> > PingTimeout
>>>> > 2013-04-07 00:34:51,472 DEBUG [agent.manager.AgentManagerImpl]
>>>> > (AgentTaskPool-5:null) checking if agent (6) is alive
>>>> > 2013-04-07 00:34:51,473 INFO  [agent.manager.AgentManagerImpl]
>>>> > (AgentTaskPool-6:null) Investigating why host 5 has disconnected with
>>>> event
>>>> > PingTimeout
>>>> > 2013-04-07 00:34:51,473 DEBUG [agent.manager.AgentManagerImpl]
>>>> > (AgentTaskPool-6:null) checking if agent (5) is alive
>>>> > 2013-04-07 00:34:51,475 DEBUG [agent.transport.Request]
>>>> > (AgentTaskPool-5:null) Seq 6-324993312: Sending  { Cmd , MgmtId: 1,
>>>> via: 6,
>>>> > Ver: v1, Flags: 100011, [{"CheckHealthCommand":{"wait":50}}] }
>>>> > 2013-04-07 00:34:51,475 DEBUG [agent.transport.Request]
>>>> > (AgentTaskPool-5:null) Seq 6-324993312: Executing:  { Cmd , MgmtId:
>>>> 1, via:
>>>> > 6, Ver: v1, Flags: 100011, [{"CheckHealthCommand":{"wait":50}}] }
>>>> > 2013-04-07 00:34:51,475 DEBUG [agent.manager.DirectAgentAttache]
>>>> > (DirectAgent-42:null) Seq 6-324993312: Executing request
>>>> > 2013-04-07 00:34:51,476 DEBUG [agent.transport.Request]
>>>> > (AgentTaskPool-6:null) Seq 5-614334816: Sending  { Cmd , MgmtId: 1,
>>>> via: 5,
>>>> > Ver: v1, Flags: 100011, [{"CheckHealthCommand":{"wait":50}}] }
>>>> > 2013-04-07 00:34:51,476 DEBUG [agent.transport.Request]
>>>> > (AgentTaskPool-6:null) Seq 5-614334816: Executing:  { Cmd , MgmtId:
>>>> 1, via:
>>>> > 5, Ver: v1, Flags: 100011, [{"CheckHealthCommand":{"wait":50}}] }
>>>> > 2013-04-07 00:34:51,477 DEBUG [agent.manager.DirectAgentAttache]
>>>> > (DirectAgent-164:null) Seq 5-614334816: Executing request
>>>> > 2013-04-07 00:34:51,534 DEBUG [agent.manager.DirectAgentAttache]
>>>> > (DirectAgent-164:null) Seq 5-614334816: Response Received:
>>>> > 2013-04-07 00:34:51,535 DEBUG [agent.transport.Request]
>>>> > (DirectAgent-164:null) Seq 5-614334816: Processing:  { Ans: , MgmtId:
>>>> 1,
>>>> > via: 5, Ver: v1, Flags: 10,
>>>> > [{"CheckHealthAnswer":{"result":true,"details":"resource is
>>>> > alive","wait":0}}] }
>>>> > 2013-04-07 00:34:51,535 DEBUG [agent.transport.Request]
>>>> > (AgentTaskPool-6:null) Seq 5-614334816: Received:  { Ans: , MgmtId:
>>>> 1, via:
>>>> > 5, Ver: v1, Flags: 10, { CheckHealthAnswer } }
>>>> > 2013-04-07 00:34:51,535 DEBUG [agent.manager.AgentManagerImpl]
>>>> > (AgentTaskPool-6:null) Details from executing class
>>>> > com.cloud.agent.api.CheckHealthCommand: resource is alive
>>>> > 2013-04-07 00:34:51,535 DEBUG [agent.manager.AgentManagerImpl]
>>>> > (AgentTaskPool-6:null) agent (5) responded to checkHeathCommand,
>>>> reporting
>>>> > that agent is Up
>>>> > 2013-04-07 00:34:51,535 INFO  [agent.manager.AgentManagerImpl]
>>>> > (AgentTaskPool-6:null) The state determined is Up
>>>> > 2013-04-07 00:34:51,535 INFO  [agent.manager.AgentManagerImpl]
>>>> > (AgentTaskPool-6:null) Agent is determined to be up and running
>>>> > 2013-04-07 00:34:51,535 DEBUG [cloud.host.Status]
>>>> (AgentTaskPool-6:null)
>>>> > Transition:[Resource state = Enabled, Agent event = Ping, Host id =
>>>> 5, name
>>>> > = Tut-XenServer2]
>>>> > 2013-04-07 00:34:51,538 DEBUG [cloud.host.Status]
>>>> (AgentTaskPool-6:null)
>>>> > Agent status update: [id = 5; name = Tut-XenServer2; old status = Up;
>>>> event
>>>> > = Ping; new status = Up; old update count = 148; new update count =
>>>> 149]
>>>> > 2013-04-07 00:34:51,539 DEBUG [agent.manager.DirectAgentAttache]
>>>> > (DirectAgent-42:null) Seq 6-324993312: Response Received:
>>>> > 2013-04-07 00:34:51,539 DEBUG [agent.transport.Request]
>>>> > (DirectAgent-42:null) Seq 6-324993312: Processing:  { Ans: , MgmtId:
>>>> 1,
>>>> > via: 6, Ver: v1, Flags: 10,
>>>> > [{"CheckHealthAnswer":{"result":true,"details":"resource is
>>>> > alive","wait":0}}] }
>>>> > 2013-04-07 00:34:51,539 DEBUG [agent.transport.Request]
>>>> > (AgentTaskPool-5:null) Seq 6-324993312: Received:  { Ans: , MgmtId:
>>>> 1, via:
>>>> > 6, Ver: v1, Flags: 10, { CheckHealthAnswer } }
>>>> > 2013-04-07 00:34:51,539 DEBUG [agent.manager.AgentManagerImpl]
>>>> > (AgentTaskPool-5:null) Details from executing class
>>>> > com.cloud.agent.api.CheckHealthCommand: resource is alive
>>>> > 2013-04-07 00:34:51,539 DEBUG [agent.manager.AgentManagerImpl]
>>>> > (AgentTaskPool-5:null) agent (6) responded to checkHeathCommand,
>>>> reporting
>>>> > that agent is Up
>>>> > 2013-04-07 00:34:51,539 INFO  [agent.manager.AgentManagerImpl]
>>>> > (AgentTaskPool-5:null) The state determined is Up
>>>> > 2013-04-07 00:34:51,539 INFO  [agent.manager.AgentManagerImpl]
>>>> > (AgentTaskPool-5:null) Agent is determined to be up and running
>>>> > 2013-04-07 00:34:51,539 DEBUG [cloud.host.Status]
>>>> (AgentTaskPool-5:null)
>>>> > Transition:[Resource state = Enabled, Agent event = Ping, Host id =
>>>> 6, name
>>>> > = Tut-XenServer]
>>>> > 2013-04-07 00:34:51,542 DEBUG [cloud.host.Status]
>>>> (AgentTaskPool-5:null)
>>>> > Agent status update: [id = 6; name = Tut-XenServer; old status = Up;
>>>> event
>>>> > = Ping; new status = Up; old update count = 311; new update count =
>>>> 312]
>>>> > 2013-04-07 00:34:54,349 INFO  [cloud.vm.UserVmManagerImpl]
>>>> > (UserVm-Scavenger-1:null) Found 1 vms to expunge.
>>>> > 2013-04-07 00:34:54,349 DEBUG [cloud.vm.VirtualMachineManagerImpl]
>>>> > (UserVm-Scavenger-1:null) Stopped called on
>>>> > VM[User|a30b991d-1c38-4bae-803f-ab3be57a384f] but the state is Error
>>>> > 2013-04-07 00:34:54,352 DEBUG [cloud.capacity.CapacityManagerImpl]
>>>> > (UserVm-Scavenger-1:null) VM state transitted from :Error to
>>>> Expunging with
>>>> > event: ExpungeOperationvm's original host id: null new host id: null
>>>> host
>>>> > id before state transition: null
>>>> > 2013-04-07 00:34:54,352 DEBUG [cloud.vm.VirtualMachineManagerImpl]
>>>> > (UserVm-Scavenger-1:null) Destroying vm
>>>> > VM[User|a30b991d-1c38-4bae-803f-ab3be57a384f]
>>>> > 2013-04-07 00:34:54,352 DEBUG [cloud.vm.VirtualMachineManagerImpl]
>>>> > (UserVm-Scavenger-1:null) Cleaning up NICS
>>>> > 2013-04-07 00:34:54,352 DEBUG [cloud.network.NetworkManagerImpl]
>>>> > (UserVm-Scavenger-1:null) Cleaning network for vm: 14
>>>> > 2013-04-07 00:34:54,360 DEBUG [network.guru.DirectNetworkGuru]
>>>> > (UserVm-Scavenger-1:null) Deallocate network: networkId: 204, ip: null
>>>> > 2013-04-07 00:34:54,362 DEBUG [cloud.network.NetworkManagerImpl]
>>>> > (UserVm-Scavenger-1:null) Removed nic id=20
>>>> > 2013-04-07 00:34:54,362 DEBUG [cloud.storage.StorageManagerImpl]
>>>> > (UserVm-Scavenger-1:null) Cleaning storage for vm: 14
>>>> > 2013-04-07 00:34:54,363 DEBUG [cloud.storage.StorageManagerImpl]
>>>> > (UserVm-Scavenger-1:null) Expunging Vol[14|vm=14|ROOT]
>>>> > 2013-04-07 00:34:54,365 DEBUG [cloud.storage.StorageManagerImpl]
>>>> > (UserVm-Scavenger-1:null) Marking volume that was never created as
>>>> > destroyed: Vol[14|vm=14|ROOT]
>>>> > 2013-04-07 00:34:54,368 DEBUG [cloud.vm.VirtualMachineManagerImpl]
>>>> > (UserVm-Scavenger-1:null) Expunged
>>>> > VM[User|a30b991d-1c38-4bae-803f-ab3be57a384f]
>>>> > 2013-04-07 00:34:54,368 DEBUG [cloud.vm.UserVmManagerImpl]
>>>> > (UserVm-Scavenger-1:null) Starting cleaning up vm
>>>> > VM[User|a30b991d-1c38-4bae-803f-ab3be57a384f] resources...
>>>> > 2013-04-07 00:34:54,371 INFO
>>>>  [network.security.SecurityGroupManagerImpl]
>>>> > (UserVm-Scavenger-1:null) Disassociated 1 network groups  from uservm
>>>> 14
>>>> > 2013-04-07 00:34:54,372 DEBUG
>>>> [network.security.SecurityGroupManagerImpl]
>>>> > (UserVm-Scavenger-1:null) Security group mappings are removed
>>>> successfully
>>>> > for vm id=14
>>>> > 2013-04-07 00:34:54,376 DEBUG [network.firewall.FirewallManagerImpl]
>>>> > (UserVm-Scavenger-1:null) No firewall rules are found for vm id=14
>>>> > 2013-04-07 00:34:54,376 DEBUG [cloud.vm.UserVmManagerImpl]
>>>> > (UserVm-Scavenger-1:null) Firewall rules are removed successfully as
>>>> a part
>>>> > of vm id=14 expunge
>>>> > 2013-04-07 00:34:54,378 DEBUG [network.rules.RulesManagerImpl]
>>>> > (UserVm-Scavenger-1:null) No port forwarding rules are found for vm
>>>> id=14
>>>> > 2013-04-07 00:34:54,378 DEBUG [cloud.vm.UserVmManagerImpl]
>>>> > (UserVm-Scavenger-1:null) Port forwarding rules are removed
>>>> successfully as
>>>> > a part of vm id=14 expunge
>>>> > 2013-04-07 00:34:54,379 DEBUG [cloud.vm.UserVmManagerImpl]
>>>> > (UserVm-Scavenger-1:null) Removed vm id=14 from all load balancers as
>>>> a
>>>> > part of expunge process
>>>> > 2013-04-07 00:34:54,379 DEBUG [cloud.vm.UserVmManagerImpl]
>>>> > (UserVm-Scavenger-1:null) Successfully cleaned up vm
>>>> > VM[User|a30b991d-1c38-4bae-803f-ab3be57a384f] resources as a part of
>>>> > expunge process
>>>> > 2013-04-07 00:34:54,873 DEBUG [cloud.api.ApiServlet]
>>>> > (1161145101@qtp-1008805148-33:null) ===START===  127.0.0.1 -- GET
>>>> >
>>>>  command=listVirtualMachines&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&listAll=true&page=1&pagesize=20&_=1365316494871
>>>> > 2013-04-07 00:34:54,891 DEBUG [cloud.api.ApiServlet]
>>>> > (1161145101@qtp-1008805148-33:null) ===END===  127.0.0.1 -- GET
>>>> >
>>>>  command=listVirtualMachines&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&listAll=true&page=1&pagesize=20&_=1365316494871
>>>> > 2013-04-07 00:34:57,672 DEBUG [cloud.api.ApiServlet]
>>>> > (1161145101@qtp-1008805148-33:null) ===START===  127.0.0.1 -- GET
>>>> >
>>>>  command=listZones&id=3a62dec3-cf95-4ba2-9af0-af2190af35e3&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316497670
>>>> > 2013-04-07 00:34:57,679 DEBUG [cloud.api.ApiServlet]
>>>> > (1161145101@qtp-1008805148-33:null) ===END===  127.0.0.1 -- GET
>>>> >
>>>>  command=listZones&id=3a62dec3-cf95-4ba2-9af0-af2190af35e3&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316497670
>>>> > 2013-04-07 00:34:57,683 DEBUG [cloud.api.ApiServlet]
>>>> > (1161145101@qtp-1008805148-33:null) ===START===  127.0.0.1 -- GET
>>>> >
>>>>  command=listNetworks&id=9d28211f-440e-4233-86d1-214b404074eb&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316497681
>>>> > 2013-04-07 00:34:57,708 DEBUG [cloud.api.ApiServlet]
>>>> > (1161145101@qtp-1008805148-33:null) ===END===  127.0.0.1 -- GET
>>>> >
>>>>  command=listNetworks&id=9d28211f-440e-4233-86d1-214b404074eb&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316497681
>>>> > 2013-04-07 00:34:57,714 DEBUG [cloud.api.ApiServlet]
>>>> > (1161145101@qtp-1008805148-33:null) ===START===  127.0.0.1 -- GET
>>>> >
>>>>  command=listVirtualMachines&id=94ddc16f-04fc-4da1-8326-01d8d5cdeb44&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316497712
>>>> > 2013-04-07 00:34:57,731 DEBUG [cloud.api.ApiServlet]
>>>> > (1161145101@qtp-1008805148-33:null) ===END===  127.0.0.1 -- GET
>>>> >
>>>>  command=listVirtualMachines&id=94ddc16f-04fc-4da1-8326-01d8d5cdeb44&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316497712
>>>> > 2013-04-07 00:34:57,738 DEBUG [cloud.api.ApiServlet]
>>>> > (1161145101@qtp-1008805148-33:null) ===START===  127.0.0.1 -- GET
>>>> >
>>>>  command=listOsTypes&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316497736
>>>> > 2013-04-07 00:34:57,754 DEBUG [cloud.api.ApiServlet]
>>>> > (1109449945@qtp-1008805148-34:null) ===START===  127.0.0.1 -- GET
>>>> >
>>>>  command=listTags&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&resourceId=94ddc16f-04fc-4da1-8326-01d8d5cdeb44&resourceType=UserVm&listAll=true&_=1365316497750
>>>> > 2013-04-07 00:34:57,763 DEBUG [cloud.api.ApiServlet]
>>>> > (1109449945@qtp-1008805148-34:null) ===END===  127.0.0.1 -- GET
>>>> >
>>>>  command=listTags&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&resourceId=94ddc16f-04fc-4da1-8326-01d8d5cdeb44&resourceType=UserVm&listAll=true&_=1365316497750
>>>> > 2013-04-07 00:34:57,889 DEBUG [cloud.api.ApiServlet]
>>>> > (1161145101@qtp-1008805148-33:null) ===END===  127.0.0.1 -- GET
>>>> >
>>>>  command=listOsTypes&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316497736
>>>> > 2013-04-07 00:35:01,051 DEBUG [cloud.api.ApiServlet]
>>>> > (1109449945@qtp-1008805148-34:null) ===START===  127.0.0.1 -- GET
>>>> >
>>>>  command=listServiceOfferings&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&listAll=true&page=1&pagesize=20&issystem=false&_=1365316501047
>>>> > 2013-04-07 00:35:01,064 DEBUG [cloud.api.ApiServlet]
>>>> > (1109449945@qtp-1008805148-34:null) ===END===  127.0.0.1 -- GET
>>>> >
>>>>  command=listServiceOfferings&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&listAll=true&page=1&pagesize=20&issystem=false&_=1365316501047
>>>> > 2013-04-07 00:35:03,427 DEBUG [cloud.api.ApiServlet]
>>>> > (1109449945@qtp-1008805148-34:null) ===START===  127.0.0.1 -- GET
>>>> >
>>>>  command=listServiceOfferings&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&issystem=false&id=425cf3cf-4bc4-4e53-82a0-ba6c20dd3688&_=1365316503425
>>>> > 2013-04-07 00:35:03,439 DEBUG [cloud.api.ApiServlet]
>>>> > (1109449945@qtp-1008805148-34:null) ===END===  127.0.0.1 -- GET
>>>> >
>>>>  command=listServiceOfferings&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&issystem=false&id=425cf3cf-4bc4-4e53-82a0-ba6c20dd3688&_=1365316503425
>>>> > 2013-04-07 00:35:04,848 DEBUG [agent.manager.DirectAgentAttache]
>>>> > (DirectAgent-349:null) Ping from 6
>>>> > 2013-04-07 00:35:06,206 DEBUG [agent.manager.DirectAgentAttache]
>>>> > (DirectAgent-292:null) Ping from 5
>>>> > 2013-04-07 00:35:06,909 DEBUG [agent.manager.DirectAgentAttache]
>>>> > (DirectAgent-334:null) Seq 6-324993028: Executing request
>>>> > 2013-04-07 00:35:07,112 DEBUG [agent.manager.DirectAgentAttache]
>>>> > (DirectAgent-334:null) Seq 6-324993028: Response Received:
>>>> > 2013-04-07 00:35:07,112 DEBUG [agent.transport.Request]
>>>> > (DirectAgent-334:null) Seq 6-324993028: Processing:  { Ans: , MgmtId:
>>>> 1,
>>>> > via: 6, Ver: v1, Flags: 10,
>>>> >
>>>> [{"ClusterSyncAnswer":{"_clusterId":2,"_newStates":{},"_isExecuted":false,"result":true,"wait":0}}]
>>>> > }
>>>> > 2013-04-07 00:35:08,821 DEBUG [cloud.api.ApiServlet]
>>>> > (1109449945@qtp-1008805148-34:null) ===START===  127.0.0.1 -- GET
>>>> >
>>>>  command=listConfigurations&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&page=1&pagesize=20&_=1365316508819
>>>> > 2013-04-07 00:35:08,845 DEBUG [cloud.api.ApiServlet]
>>>> > (1109449945@qtp-1008805148-34:null) ===END===  127.0.0.1 -- GET
>>>> >
>>>>  command=listConfigurations&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&page=1&pagesize=20&_=1365316508819
>>>> > 2013-04-07 00:35:10,407 DEBUG [cloud.api.ApiServlet]
>>>> > (1109449945@qtp-1008805148-34:null) ===START===  127.0.0.1 -- GET
>>>> >
>>>>  command=listZones&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316510405
>>>> > 2013-04-07 00:35:10,416 DEBUG [cloud.api.ApiServlet]
>>>> > (1109449945@qtp-1008805148-34:null) ===END===  127.0.0.1 -- GET
>>>> >
>>>>  command=listZones&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316510405
>>>> > 2013-04-07 00:35:10,429 DEBUG [cloud.api.ApiServlet]
>>>> > (1109449945@qtp-1008805148-34:null) ===START===  127.0.0.1 -- GET
>>>> >
>>>>  command=listPods&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&page=1&pagesize=1&_=1365316510426
>>>> > 2013-04-07 00:35:10,436 DEBUG [cloud.api.ApiServlet]
>>>> > (1109449945@qtp-1008805148-34:null) ===END===  127.0.0.1 -- GET
>>>> >
>>>>  command=listPods&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&page=1&pagesize=1&_=1365316510426
>>>> > 2013-04-07 00:35:10,440 DEBUG [cloud.api.ApiServlet]
>>>> > (1109449945@qtp-1008805148-34:null) ===START===  127.0.0.1 -- GET
>>>> >
>>>>  command=listClusters&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&page=1&pagesize=1&_=1365316510438
>>>> > 2013-04-07 00:35:10,448 DEBUG [cloud.api.ApiServlet]
>>>> > (1109449945@qtp-1008805148-34:null) ===END===  127.0.0.1 -- GET
>>>> >
>>>>  command=listClusters&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&page=1&pagesize=1&_=1365316510438
>>>> > 2013-04-07 00:35:10,451 DEBUG [cloud.api.ApiServlet]
>>>> > (1109449945@qtp-1008805148-34:null) ===START===  127.0.0.1 -- GET
>>>> >
>>>>  command=listHosts&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&type=routing&page=1&pagesize=1&_=1365316510449
>>>> > 2013-04-07 00:35:10,456 DEBUG [api.query.QueryManagerImpl]
>>>> > (1109449945@qtp-1008805148-34:null) >>>Searching for hosts>>>
>>>> > 2013-04-07 00:35:10,461 DEBUG [api.query.QueryManagerImpl]
>>>> > (1109449945@qtp-1008805148-34:null) >>>Generating Response>>>
>>>> > 2013-04-07 00:35:10,466 DEBUG [cloud.api.ApiServlet]
>>>> > (1109449945@qtp-1008805148-34:null) ===END===  127.0.0.1 -- GET
>>>> >
>>>>  command=listHosts&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&type=routing&page=1&pagesize=1&_=1365316510449
>>>> > 2013-04-07 00:35:10,470 DEBUG [cloud.api.ApiServlet]
>>>> > (1109449945@qtp-1008805148-34:null) ===START===  127.0.0.1 -- GET
>>>> >
>>>>  command=listStoragePools&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&page=1&pagesize=1&_=1365316510468
>>>> > 2013-04-07 00:35:10,479 DEBUG [cloud.api.ApiServlet]
>>>> > (1109449945@qtp-1008805148-34:null) ===END===  127.0.0.1 -- GET
>>>> >
>>>>  command=listStoragePools&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&page=1&pagesize=1&_=1365316510468
>>>> > 2013-04-07 00:35:10,483 DEBUG [cloud.api.ApiServlet]
>>>> > (1109449945@qtp-1008805148-34:null) ===START===  127.0.0.1 -- GET
>>>> >
>>>>  command=listHosts&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&type=SecondaryStorage&page=1&pagesize=1&_=1365316510481
>>>> > 2013-04-07 00:35:10,488 DEBUG [api.query.QueryManagerImpl]
>>>> > (1109449945@qtp-1008805148-34:null) >>>Searching for hosts>>>
>>>> > 2013-04-07 00:35:10,493 DEBUG [api.query.QueryManagerImpl]
>>>> > (1109449945@qtp-1008805148-34:null) >>>Generating Response>>>
>>>> > 2013-04-07 00:35:10,494 DEBUG [cloud.api.ApiServlet]
>>>> > (1109449945@qtp-1008805148-34:null) ===END===  127.0.0.1 -- GET
>>>> >
>>>>  command=listHosts&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&type=SecondaryStorage&page=1&pagesize=1&_=1365316510481
>>>> > 2013-04-07 00:35:10,500 DEBUG [cloud.api.ApiServlet]
>>>> > (1109449945@qtp-1008805148-34:null) ===START===  127.0.0.1 -- GET
>>>> >
>>>>  command=listSystemVms&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&page=1&pagesize=1&_=1365316510496
>>>> > 2013-04-07 00:35:10,564 DEBUG [cloud.api.ApiServlet]
>>>> > (1109449945@qtp-1008805148-34:null) ===END===  127.0.0.1 -- GET
>>>> >
>>>>  command=listSystemVms&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&page=1&pagesize=1&_=1365316510496
>>>> > 2013-04-07 00:35:10,568 DEBUG [cloud.api.ApiServlet]
>>>> > (1109449945@qtp-1008805148-34:null) ===START===  127.0.0.1 -- GET
>>>> >
>>>>  command=listRouters&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&projectid=-1&page=1&pagesize=1&_=1365316510566
>>>> > 2013-04-07 00:35:10,576 DEBUG [cloud.api.ApiServlet]
>>>> > (1109449945@qtp-1008805148-34:null) ===END===  127.0.0.1 -- GET
>>>> >
>>>>  command=listRouters&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&projectid=-1&page=1&pagesize=1&_=1365316510566
>>>> > 2013-04-07 00:35:10,579 DEBUG [cloud.api.ApiServlet]
>>>> > (1109449945@qtp-1008805148-34:null) ===START===  127.0.0.1 -- GET
>>>> >
>>>>  command=listRouters&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&listAll=true&page=1&pagesize=1&_=1365316510577
>>>> > 2013-04-07 00:35:10,591 DEBUG [cloud.api.ApiServlet]
>>>> > (1109449945@qtp-1008805148-34:null) ===END===  127.0.0.1 -- GET
>>>> >
>>>>  command=listRouters&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&listAll=true&page=1&pagesize=1&_=1365316510577
>>>> > 2013-04-07 00:35:10,595 DEBUG [cloud.api.ApiServlet]
>>>> > (1109449945@qtp-1008805148-34:null) ===START===  127.0.0.1 -- GET
>>>> >
>>>>  command=listCapacity&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316510593
>>>> > 2013-04-07 00:35:10,609 DEBUG [cloud.api.ApiServlet]
>>>> > (1109449945@qtp-1008805148-34:null) ===END===  127.0.0.1 -- GET
>>>> >
>>>>  command=listCapacity&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316510593
>>>> > 2013-04-07 00:35:11,022 DEBUG [agent.manager.DirectAgentAttache]
>>>> > (DirectAgent-298:null) Seq 5-614334468: Executing request
>>>> > 2013-04-07 00:35:11,171 DEBUG [agent.manager.DirectAgentAttache]
>>>> > (DirectAgent-298:null) Seq 5-614334468: Response Received:
>>>> > 2013-04-07 00:35:11,172 DEBUG [agent.transport.Request]
>>>> > (DirectAgent-298:null) Seq 5-614334468: Processing:  { Ans: , MgmtId:
>>>> 1,
>>>> > via: 5, Ver: v1, Flags: 10, [{"Answer":{"result":true,"wait":0}}] }
>>>> > 2013-04-07 00:35:12,493 DEBUG [cloud.api.ApiServlet]
>>>> > (1109449945@qtp-1008805148-34:null) ===START===  127.0.0.1 -- GET
>>>> >
>>>>  command=listStoragePools&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&page=1&pageSize=20&listAll=true&_=1365316512490
>>>> > 2013-04-07 00:35:12,508 DEBUG [cloud.api.ApiServlet]
>>>> > (1109449945@qtp-1008805148-34:null) ===END===  127.0.0.1 -- GET
>>>> >
>>>>  command=listStoragePools&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&page=1&pageSize=20&listAll=true&_=1365316512490
>>>> > 2013-04-07 00:35:18,008 DEBUG [cloud.api.ApiServlet]
>>>> > (1109449945@qtp-1008805148-34:null) ===START===  127.0.0.1 -- GET
>>>> >
>>>>  command=listZones&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&id=3a62dec3-cf95-4ba2-9af0-af2190af35e3&_=1365316518006
>>>> > 2013-04-07 00:35:18,016 DEBUG [cloud.api.ApiServlet]
>>>> > (1109449945@qtp-1008805148-34:null) ===END===  127.0.0.1 -- GET
>>>> >
>>>>  command=listZones&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&id=3a62dec3-cf95-4ba2-9af0-af2190af35e3&_=1365316518006
>>>> > 2013-04-07 00:35:18,022 DEBUG [cloud.api.ApiServlet]
>>>> > (1109449945@qtp-1008805148-34:null) ===START===  127.0.0.1 -- GET
>>>> >
>>>>  command=listStoragePools&id=iSCSI_SR_4&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316518019
>>>> > 2013-04-07 00:35:18,036 DEBUG [cloud.api.ApiServlet]
>>>> > (1109449945@qtp-1008805148-34:null) ===END===  127.0.0.1 -- GET
>>>> >
>>>>  command=listStoragePools&id=iSCSI_SR_4&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316518019
>>>> > 2013-04-07 00:35:20,457 DEBUG
>>>> > [storage.secondary.SecondaryStorageManagerImpl] (secstorage-1:null)
>>>> Zone 1
>>>> > is ready to launch secondary storage VM
>>>> > 2013-04-07 00:35:20,560 DEBUG
>>>> [cloud.consoleproxy.ConsoleProxyManagerImpl]
>>>> > (consoleproxy-1:null) Zone 1 is ready to launch console proxy
>>>> > 2013-04-07 00:35:20,820 DEBUG
>>>> > [network.router.VirtualNetworkApplianceManagerImpl]
>>>> > (RouterStatusMonitor-1:null) Found 0 routers to update status.
>>>> > 2013-04-07 00:35:20,821 DEBUG
>>>> > [network.router.VirtualNetworkApplianceManagerImpl]
>>>> > (RouterStatusMonitor-1:null) Found 0 networks to update RvR status.
>>>> > 2013-04-07 00:35:20,850 DEBUG
>>>> > [network.router.VirtualNetworkApplianceManagerImpl]
>>>> > (RouterStatusMonitor-1:null) Found 0 routers to update status.
>>>> > 2013-04-07 00:35:20,851 DEBUG
>>>> > [network.router.VirtualNetworkApplianceManagerImpl]
>>>> > (RouterStatusMonitor-1:null) Found 0 networks to update RvR status.
>>>> > 2013-04-07 00:35:23,644 DEBUG [cloud.api.ApiServlet]
>>>> > (1109449945@qtp-1008805148-34:null) ===START===  127.0.0.1 -- GET
>>>> >
>>>>  command=listZones&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&id=3a62dec3-cf95-4ba2-9af0-af2190af35e3&_=1365316523642
>>>> > 2013-04-07 00:35:23,652 DEBUG [cloud.api.ApiServlet]
>>>> > (1109449945@qtp-1008805148-34:null) ===END===  127.0.0.1 -- GET
>>>> >
>>>>  command=listZones&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&id=3a62dec3-cf95-4ba2-9af0-af2190af35e3&_=1365316523642
>>>> > 2013-04-07 00:35:23,657 DEBUG [cloud.api.ApiServlet]
>>>> > (1109449945@qtp-1008805148-34:null) ===START===  127.0.0.1 -- GET
>>>> >
>>>>  command=listStoragePools&id=iSCSI_SR_3&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316523655
>>>> > 2013-04-07 00:35:23,670 DEBUG [cloud.api.ApiServlet]
>>>> > (1109449945@qtp-1008805148-34:null) ===END===  127.0.0.1 -- GET
>>>> >
>>>>  command=listStoragePools&id=iSCSI_SR_3&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316523655
>>>> > 2013-04-07 00:35:24,890 DEBUG [agent.manager.AgentManagerImpl]
>>>> > (AgentManager-Handler-2:null) Ping from 4
>>>> > 2013-04-07 00:35:25,447 DEBUG [cloud.api.ApiServlet]
>>>> > (1109449945@qtp-1008805148-34:null) ===START===  127.0.0.1 -- GET
>>>> >
>>>>  command=listZones&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316525443
>>>> > 2013-04-07 00:35:25,456 DEBUG [cloud.api.ApiServlet]
>>>> > (1109449945@qtp-1008805148-34:null) ===END===  127.0.0.1 -- GET
>>>> >
>>>>  command=listZones&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316525443
>>>> > 2013-04-07 00:35:25,467 DEBUG [cloud.api.ApiServlet]
>>>> > (1109449945@qtp-1008805148-34:null) ===START===  127.0.0.1 -- GET
>>>> >
>>>>  command=listPods&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&page=1&pagesize=1&_=1365316525465
>>>> > 2013-04-07 00:35:25,474 DEBUG [cloud.api.ApiServlet]
>>>> > (1109449945@qtp-1008805148-34:null) ===END===  127.0.0.1 -- GET
>>>> >
>>>>  command=listPods&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&page=1&pagesize=1&_=1365316525465
>>>> > 2013-04-07 00:35:25,477 DEBUG [cloud.api.ApiServlet]
>>>> > (1109449945@qtp-1008805148-34:null) ===START===  127.0.0.1 -- GET
>>>> >
>>>>  command=listClusters&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&page=1&pagesize=1&_=1365316525475
>>>> > 2013-04-07 00:35:25,485 DEBUG [cloud.api.ApiServlet]
>>>> > (1109449945@qtp-1008805148-34:null) ===END===  127.0.0.1 -- GET
>>>> >
>>>>  command=listClusters&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&page=1&pagesize=1&_=1365316525475
>>>> > 2013-04-07 00:35:25,488 DEBUG [cloud.api.ApiServlet]
>>>> > (1109449945@qtp-1008805148-34:null) ===START===  127.0.0.1 -- GET
>>>> >
>>>>  command=listHosts&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&type=routing&page=1&pagesize=1&_=1365316525486
>>>> > 2013-04-07 00:35:25,493 DEBUG [api.query.QueryManagerImpl]
>>>> > (1109449945@qtp-1008805148-34:null) >>>Searching for hosts>>>
>>>> > 2013-04-07 00:35:25,498 DEBUG [api.query.QueryManagerImpl]
>>>> > (1109449945@qtp-1008805148-34:null) >>>Generating Response>>>
>>>> > 2013-04-07 00:35:25,504 DEBUG [cloud.api.ApiServlet]
>>>> > (1109449945@qtp-1008805148-34:null) ===END===  127.0.0.1 -- GET
>>>> >
>>>>  command=listHosts&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&type=routing&page=1&pagesize=1&_=1365316525486
>>>> > 2013-04-07 00:35:25,507 DEBUG [cloud.api.ApiServlet]
>>>> > (1109449945@qtp-1008805148-34:null) ===START===  127.0.0.1 -- GET
>>>> >
>>>>  command=listStoragePools&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&page=1&pagesize=1&_=1365316525505
>>>> > 2013-04-07 00:35:25,517 DEBUG [cloud.api.ApiServlet]
>>>> > (1109449945@qtp-1008805148-34:null) ===END===  127.0.0.1 -- GET
>>>> >
>>>>  command=listStoragePools&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&page=1&pagesize=1&_=1365316525505
>>>> > 2013-04-07 00:35:25,522 DEBUG [cloud.api.ApiServlet]
>>>> > (1109449945@qtp-1008805148-34:null) ===START===  127.0.0.1 -- GET
>>>> >
>>>>  command=listHosts&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&type=SecondaryStorage&page=1&pagesize=1&_=1365316525519
>>>> > 2013-04-07 00:35:25,526 DEBUG [api.query.QueryManagerImpl]
>>>> > (1109449945@qtp-1008805148-34:null) >>>Searching for hosts>>>
>>>> > 2013-04-07 00:35:25,531 DEBUG [api.query.QueryManagerImpl]
>>>> > (1109449945@qtp-1008805148-34:null) >>>Generating Response>>>
>>>> > 2013-04-07 00:35:25,533 DEBUG [cloud.api.ApiServlet]
>>>> > (1109449945@qtp-1008805148-34:null) ===END===  127.0.0.1 -- GET
>>>> >
>>>>  command=listHosts&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&type=SecondaryStorage&page=1&pagesize=1&_=1365316525519
>>>> > 2013-04-07 00:35:25,536 DEBUG [cloud.api.ApiServlet]
>>>> > (1109449945@qtp-1008805148-34:null) ===START===  127.0.0.1 -- GET
>>>> >
>>>>  command=listSystemVms&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&page=1&pagesize=1&_=1365316525534
>>>> > 2013-04-07 00:35:25,591 DEBUG [cloud.api.ApiServlet]
>>>> > (1109449945@qtp-1008805148-34:null) ===END===  127.0.0.1 -- GET
>>>> >
>>>>  command=listSystemVms&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&page=1&pagesize=1&_=1365316525534
>>>> > 2013-04-07 00:35:25,595 DEBUG [cloud.api.ApiServlet]
>>>> > (1109449945@qtp-1008805148-34:null) ===START===  127.0.0.1 -- GET
>>>> >
>>>>  command=listRouters&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&projectid=-1&page=1&pagesize=1&_=1365316525593
>>>> > 2013-04-07 00:35:25,603 DEBUG [cloud.api.ApiServlet]
>>>> > (1109449945@qtp-1008805148-34:null) ===END===  127.0.0.1 -- GET
>>>> >
>>>>  command=listRouters&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&projectid=-1&page=1&pagesize=1&_=1365316525593
>>>> > 2013-04-07 00:35:25,606 DEBUG [cloud.api.ApiServlet]
>>>> > (1109449945@qtp-1008805148-34:null) ===START===  127.0.0.1 -- GET
>>>> >
>>>>  command=listRouters&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&listAll=true&page=1&pagesize=1&_=1365316525604
>>>> > 2013-04-07 00:35:25,617 DEBUG [cloud.api.ApiServlet]
>>>> > (1109449945@qtp-1008805148-34:null) ===END===  127.0.0.1 -- GET
>>>> >
>>>>  command=listRouters&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&listAll=true&page=1&pagesize=1&_=1365316525604
>>>> > 2013-04-07 00:35:25,621 DEBUG [cloud.api.ApiServlet]
>>>> > (1109449945@qtp-1008805148-34:null) ===START===  127.0.0.1 -- GET
>>>> >
>>>>  command=listCapacity&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316525619
>>>> > 2013-04-07 00:35:25,634 DEBUG [cloud.api.ApiServlet]
>>>> > (1109449945@qtp-1008805148-34:null) ===END===  127.0.0.1 -- GET
>>>> >
>>>>  command=listCapacity&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316525619
>>>> > 2013-04-07 00:35:27,158 DEBUG [agent.manager.DirectAgentAttache]
>>>> > (DirectAgent-276:null) Ping from 1
>>>> > 2013-04-07 00:35:29,095 DEBUG [agent.manager.DirectAgentAttache]
>>>> > (DirectAgent-139:null) Seq 1-90046472: Executing request
>>>> > 2013-04-07 00:35:29,302 DEBUG [agent.manager.DirectAgentAttache]
>>>> > (DirectAgent-139:null) Seq 1-90046472: Response Received:
>>>> > 2013-04-07 00:35:29,303 DEBUG [agent.transport.Request]
>>>> > (DirectAgent-139:null) Seq 1-90046472: Processing:  { Ans: , MgmtId:
>>>> 1,
>>>> > via: 1, Ver: v1, Flags: 10,
>>>> >
>>>> [{"ClusterSyncAnswer":{"_clusterId":1,"_newStates":{},"_isExecuted":false,"result":true,"wait":0}}]
>>>> > }
>>>> > 2013-04-07 00:35:31,624 DEBUG [cloud.api.ApiServlet]
>>>> > (1109449945@qtp-1008805148-34:null) ===START===  127.0.0.1 -- GET
>>>> >
>>>>  command=listVirtualMachines&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&listAll=true&page=1&pagesize=20&_=1365316531622
>>>> > 2013-04-07 00:35:31,644 DEBUG [cloud.api.ApiServlet]
>>>> > (1109449945@qtp-1008805148-34:null) ===END===  127.0.0.1 -- GET
>>>> >
>>>>  command=listVirtualMachines&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&listAll=true&page=1&pagesize=20&_=1365316531622
>>>> > 2013-04-07 00:35:32,710 DEBUG [cloud.api.ApiServlet]
>>>> > (1109449945@qtp-1008805148-34:null) ===START===  127.0.0.1 -- GET
>>>> >
>>>>  command=listVolumes&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&listAll=true&page=1&pagesize=20&_=1365316532708
>>>> > 2013-04-07 00:35:32,724 DEBUG [cloud.api.ApiServlet]
>>>> > (1109449945@qtp-1008805148-34:null) ===END===  127.0.0.1 -- GET
>>>> >
>>>>  command=listVolumes&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&listAll=true&page=1&pagesize=20&_=1365316532708
>>>> > 2013-04-07 00:35:33,917 DEBUG [cloud.api.ApiServlet]
>>>> > (1109449945@qtp-1008805148-34:null) ===START===  127.0.0.1 -- GET
>>>> >
>>>>  command=listVirtualMachines&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&listAll=true&page=1&pagesize=20&_=1365316533915
>>>> > 2013-04-07 00:35:33,935 DEBUG [cloud.api.ApiServlet]
>>>> > (1109449945@qtp-1008805148-34:null) ===END===  127.0.0.1 -- GET
>>>> >
>>>>  command=listVirtualMachines&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&listAll=true&page=1&pagesize=20&_=1365316533915
>>>> > 2013-04-07 00:35:35,668 DEBUG [cloud.api.ApiServlet]
>>>> > (1109449945@qtp-1008805148-34:null) ===START===  127.0.0.1 -- GET
>>>> >
>>>>  command=listVirtualMachines&id=c18ddf7c-fc61-40b0-af75-fdef05f8eae6&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316535666
>>>> > 2013-04-07 00:35:35,689 DEBUG [cloud.api.ApiServlet]
>>>> > (1109449945@qtp-1008805148-34:null) ===END===  127.0.0.1 -- GET
>>>> >
>>>>  command=listVirtualMachines&id=c18ddf7c-fc61-40b0-af75-fdef05f8eae6&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316535666
>>>> > 2013-04-07 00:35:35,695 DEBUG [cloud.api.ApiServlet]
>>>> > (1109449945@qtp-1008805148-34:null) ===START===  127.0.0.1 -- GET
>>>> >
>>>>  command=listOsTypes&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316535693
>>>> > 2013-04-07 00:35:35,873 DEBUG [cloud.api.ApiServlet]
>>>> > (1109449945@qtp-1008805148-34:null) ===END===  127.0.0.1 -- GET
>>>> >
>>>>  command=listOsTypes&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316535693
>>>> > 2013-04-07 00:35:39,081 DEBUG [cloud.api.ApiServlet]
>>>> > (1109449945@qtp-1008805148-34:null) ===START===  127.0.0.1 -- GET
>>>> >
>>>>  command=destroyVirtualMachine&id=c18ddf7c-fc61-40b0-af75-fdef05f8eae6&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316539079
>>>> > 2013-04-07 00:35:39,103 DEBUG [cloud.async.AsyncJobManagerImpl]
>>>> > (1109449945@qtp-1008805148-34:null) submit async job-45, details:
>>>> > AsyncJobVO {id:45, userId: 2, accountId: 2, sessionKey: null,
>>>> instanceType:
>>>> > null, instanceId: 12, cmd:
>>>> > org.apache.cloudstack.api.command.user.vm.DestroyVMCmd, cmdOriginator:
>>>> > null, cmdInfo:
>>>> >
>>>> {"id":"c18ddf7c-fc61-40b0-af75-fdef05f8eae6","response":"json","sessionkey":"Z6QqzU0Fq1iT13bMgnRRfl8GoVA\u003d","ctxUserId":"2","_":"1365316539079","ctxAccountId":"2","ctxStartEventId":"50"},
>>>> > cmdVersion: 0, callbackType: 0, callbackAddress: null, status: 0,
>>>> > processStatus: 0, resultCode: 0, result: null, initMsid: 1,
>>>> completeMsid:
>>>> > null, lastUpdated: null, lastPolled: null, created: null}
>>>> > 2013-04-07 00:35:39,104 DEBUG [cloud.async.AsyncJobManagerImpl]
>>>> > (Job-Executor-38:job-45) Executing
>>>> > org.apache.cloudstack.api.command.user.vm.DestroyVMCmd for job-45
>>>> > 2013-04-07 00:35:39,105 DEBUG [cloud.api.ApiServlet]
>>>> > (1109449945@qtp-1008805148-34:null) ===END===  127.0.0.1 -- GET
>>>> >
>>>>  command=destroyVirtualMachine&id=c18ddf7c-fc61-40b0-af75-fdef05f8eae6&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316539079
>>>> > 2013-04-07 00:35:39,119 DEBUG [cloud.vm.VirtualMachineManagerImpl]
>>>> > (Job-Executor-38:job-45) Destroying vm
>>>> > VM[User|c18ddf7c-fc61-40b0-af75-fdef05f8eae6]
>>>> > 2013-04-07 00:35:39,123 DEBUG [cloud.capacity.CapacityManagerImpl]
>>>> > (Job-Executor-38:job-45) VM state transitted from :Running to
>>>> Stopping with
>>>> > event: StopRequestedvm's original host id: 5 new host id: 5 host id
>>>> before
>>>> > state transition: 5
>>>> > 2013-04-07 00:35:39,125 DEBUG [agent.transport.Request]
>>>> > (Job-Executor-38:job-45) Seq 5-614334817: Sending  { Cmd , MgmtId: 1,
>>>> via:
>>>> > 5, Ver: v1, Flags: 100111,
>>>> > [{"StopCommand":{"isProxy":false,"vmName":"i-2-12-VM","wait":0}}] }
>>>> > 2013-04-07 00:35:39,125 DEBUG [agent.transport.Request]
>>>> > (Job-Executor-38:job-45) Seq 5-614334817: Executing:  { Cmd , MgmtId:
>>>> 1,
>>>> > via: 5, Ver: v1, Flags: 100111,
>>>> > [{"StopCommand":{"isProxy":false,"vmName":"i-2-12-VM","wait":0}}] }
>>>> > 2013-04-07 00:35:39,125 DEBUG [agent.manager.DirectAgentAttache]
>>>> > (DirectAgent-414:null) Seq 5-614334817: Executing request
>>>> > 2013-04-07 00:35:39,289 DEBUG [xen.resource.CitrixResourceBase]
>>>> > (DirectAgent-414:null) 9. The VM i-2-12-VM is in Stopping state
>>>> > 2013-04-07 00:35:39,720 INFO  [xen.resource.CitrixResourceBase]
>>>> > (DirectAgent-414:null) Removed  network rules for vm i-2-12-VM
>>>> > 2013-04-07 00:35:42,113 DEBUG [cloud.api.ApiServlet]
>>>> > (1109449945@qtp-1008805148-34:null) ===START===  127.0.0.1 -- GET
>>>> >
>>>>  command=queryAsyncJobResult&jobId=1288fa5b-8b5f-4952-b056-b180437edfd5&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316542111
>>>> > 2013-04-07 00:35:42,127 DEBUG [cloud.api.ApiServlet]
>>>> > (1109449945@qtp-1008805148-34:null) ===END===  127.0.0.1 -- GET
>>>> >
>>>>  command=queryAsyncJobResult&jobId=1288fa5b-8b5f-4952-b056-b180437edfd5&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316542111
>>>> > 2013-04-07 00:35:45,114 DEBUG [cloud.api.ApiServlet]
>>>> > (1109449945@qtp-1008805148-34:null) ===START===  127.0.0.1 -- GET
>>>> >
>>>>  command=queryAsyncJobResult&jobId=1288fa5b-8b5f-4952-b056-b180437edfd5&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316545112
>>>> > 2013-04-07 00:35:45,129 DEBUG [cloud.api.ApiServlet]
>>>> > (1109449945@qtp-1008805148-34:null) ===END===  127.0.0.1 -- GET
>>>> >
>>>>  command=queryAsyncJobResult&jobId=1288fa5b-8b5f-4952-b056-b180437edfd5&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316545112
>>>> > 2013-04-07 00:35:47,682 DEBUG [agent.manager.AgentManagerImpl]
>>>> > (AgentManager-Handler-3:null) Ping from 3
>>>> > 2013-04-07 00:35:48,115 DEBUG [cloud.api.ApiServlet]
>>>> > (1109449945@qtp-1008805148-34:null) ===START===  127.0.0.1 -- GET
>>>> >
>>>>  command=queryAsyncJobResult&jobId=1288fa5b-8b5f-4952-b056-b180437edfd5&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316548112
>>>> > 2013-04-07 00:35:48,133 DEBUG [cloud.api.ApiServlet]
>>>> > (1109449945@qtp-1008805148-34:null) ===END===  127.0.0.1 -- GET
>>>> >
>>>>  command=queryAsyncJobResult&jobId=1288fa5b-8b5f-4952-b056-b180437edfd5&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316548112
>>>> > 2013-04-07 00:35:50,456 DEBUG
>>>> > [storage.secondary.SecondaryStorageManagerImpl] (secstorage-1:null)
>>>> Zone 1
>>>> > is ready to launch secondary storage VM
>>>> > 2013-04-07 00:35:50,564 DEBUG
>>>> [cloud.consoleproxy.ConsoleProxyManagerImpl]
>>>> > (consoleproxy-1:null) Zone 1 is ready to launch console proxy
>>>> > 2013-04-07 00:35:50,819 DEBUG
>>>> > [network.router.VirtualNetworkApplianceManagerImpl]
>>>> > (RouterStatusMonitor-1:null) Found 0 routers to update status.
>>>> > 2013-04-07 00:35:50,821 DEBUG
>>>> > [network.router.VirtualNetworkApplianceManagerImpl]
>>>> > (RouterStatusMonitor-1:null) Found 0 networks to update RvR status.
>>>> > 2013-04-07 00:35:50,851 DEBUG
>>>> > [network.router.VirtualNetworkApplianceManagerImpl]
>>>> > (RouterStatusMonitor-1:null) Found 0 routers to update status.
>>>> > 2013-04-07 00:35:50,852 DEBUG
>>>> > [network.router.VirtualNetworkApplianceManagerImpl]
>>>> > (RouterStatusMonitor-1:null) Found 0 networks to update RvR status.
>>>> > 2013-04-07 00:35:51,117 DEBUG [cloud.api.ApiServlet]
>>>> > (1109449945@qtp-1008805148-34:null) ===START===  127.0.0.1 -- GET
>>>> >
>>>>  command=queryAsyncJobResult&jobId=1288fa5b-8b5f-4952-b056-b180437edfd5&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316551115
>>>> > 2013-04-07 00:35:51,132 DEBUG [cloud.api.ApiServlet]
>>>> > (1109449945@qtp-1008805148-34:null) ===END===  127.0.0.1 -- GET
>>>> >
>>>>  command=queryAsyncJobResult&jobId=1288fa5b-8b5f-4952-b056-b180437edfd5&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316551115
>>>> > 2013-04-07 00:35:51,242 DEBUG [xen.resource.CitrixResourceBase]
>>>> > (DirectAgent-414:null) 10. The VM i-2-12-VM is in Stopped state
>>>> > 2013-04-07 00:35:51,242 DEBUG [agent.manager.DirectAgentAttache]
>>>> > (DirectAgent-414:null) Seq 5-614334817: Response Received:
>>>> > 2013-04-07 00:35:51,243 DEBUG [agent.transport.Request]
>>>> > (DirectAgent-414:null) Seq 5-614334817: Processing:  { Ans: , MgmtId:
>>>> 1,
>>>> > via: 5, Ver: v1, Flags: 110,
>>>> > [{"StopAnswer":{"vncPort":0,"result":true,"details":"Stop VM i-2-12-VM
>>>> > Succeed","wait":0}}] }
>>>> > 2013-04-07 00:35:51,243 DEBUG [agent.transport.Request]
>>>> > (Job-Executor-38:job-45) Seq 5-614334817: Received:  { Ans: , MgmtId:
>>>> 1,
>>>> > via: 5, Ver: v1, Flags: 110, { StopAnswer } }
>>>> > 2013-04-07 00:35:51,243 DEBUG [agent.manager.AgentAttache]
>>>> > (DirectAgent-414:null) Seq 5-614334817: No more commands found
>>>> > 2013-04-07 00:35:51,244 DEBUG [cloud.vm.VirtualMachineManagerImpl]
>>>> > (Job-Executor-38:job-45)
>>>> VM[User|c18ddf7c-fc61-40b0-af75-fdef05f8eae6] is
>>>> > stopped on the host.  Proceeding to release resource held.
>>>> > 2013-04-07 00:35:51,251 DEBUG [cloud.network.NetworkManagerImpl]
>>>> > (Job-Executor-38:job-45) Changing active number of nics for network
>>>> id=204
>>>> > on -1
>>>> > 2013-04-07 00:35:51,252 DEBUG [cloud.network.NetworkManagerImpl]
>>>> > (Job-Executor-38:job-45) Asking ElasticLoadBalancerElement to release
>>>> > Nic[18-12-6416c373-20d8-4617-8dcb-30a8ff9d0f34-192.168.56.195]
>>>> > 2013-04-07 00:35:51,252 DEBUG [cloud.network.NetworkManagerImpl]
>>>> > (Job-Executor-38:job-45) Asking NiciraNvpElement to release
>>>> > Nic[18-12-6416c373-20d8-4617-8dcb-30a8ff9d0f34-192.168.56.195]
>>>> > 2013-04-07 00:35:51,252 DEBUG [network.element.NiciraNvpElement]
>>>> > (Job-Executor-38:job-45) Checking if NiciraNvpElement can handle
>>>> service
>>>> > Connectivity on network guestNetworkForBasicZone
>>>> > 2013-04-07 00:35:51,252 DEBUG [cloud.network.NetworkManagerImpl]
>>>> > (Job-Executor-38:job-45) Asking BigSwitchVnsElement to release
>>>> > Nic[18-12-6416c373-20d8-4617-8dcb-30a8ff9d0f34-192.168.56.195]
>>>> > 2013-04-07 00:35:51,252 DEBUG [network.element.BigSwitchVnsElement]
>>>> > (Job-Executor-38:job-45) Checking if BigSwitchVnsElement can handle
>>>> service
>>>> > Connectivity on network guestNetworkForBasicZone
>>>> > 2013-04-07 00:35:51,252 DEBUG [cloud.network.NetworkManagerImpl]
>>>> > (Job-Executor-38:job-45) Asking Ovs to release
>>>> > Nic[18-12-6416c373-20d8-4617-8dcb-30a8ff9d0f34-192.168.56.195]
>>>> > 2013-04-07 00:35:51,252 DEBUG [cloud.network.NetworkManagerImpl]
>>>> > (Job-Executor-38:job-45) Asking BareMetalDhcp to release
>>>> > Nic[18-12-6416c373-20d8-4617-8dcb-30a8ff9d0f34-192.168.56.195]
>>>> > 2013-04-07 00:35:51,252 DEBUG [cloud.network.NetworkManagerImpl]
>>>> > (Job-Executor-38:job-45) Asking BareMetalPxe to release
>>>> > Nic[18-12-6416c373-20d8-4617-8dcb-30a8ff9d0f34-192.168.56.195]
>>>> > 2013-04-07 00:35:51,252 DEBUG [cloud.network.NetworkManagerImpl]
>>>> > (Job-Executor-38:job-45) Asking BareMetalUserdata to release
>>>> > Nic[18-12-6416c373-20d8-4617-8dcb-30a8ff9d0f34-192.168.56.195]
>>>> > 2013-04-07 00:35:51,252 DEBUG [cloud.network.NetworkManagerImpl]
>>>> > (Job-Executor-38:job-45) Asking SecurityGroupProvider to release
>>>> > Nic[18-12-6416c373-20d8-4617-8dcb-30a8ff9d0f34-192.168.56.195]
>>>> > 2013-04-07 00:35:51,252 DEBUG [cloud.network.NetworkManagerImpl]
>>>> > (Job-Executor-38:job-45) Asking VirtualRouter to release
>>>> > Nic[18-12-6416c373-20d8-4617-8dcb-30a8ff9d0f34-192.168.56.195]
>>>> > 2013-04-07 00:35:51,253 DEBUG [cloud.network.NetworkManagerImpl]
>>>> > (Job-Executor-38:job-45) Asking VpcVirtualRouter to release
>>>> > Nic[18-12-6416c373-20d8-4617-8dcb-30a8ff9d0f34-192.168.56.195]
>>>> > 2013-04-07 00:35:51,253 DEBUG [cloud.network.NetworkManagerImpl]
>>>> > (Job-Executor-38:job-45) Asking NiciraNvp to release
>>>> > Nic[18-12-6416c373-20d8-4617-8dcb-30a8ff9d0f34-192.168.56.195]
>>>> > 2013-04-07 00:35:51,253 DEBUG [network.element.NiciraNvpElement]
>>>> > (Job-Executor-38:job-45) Checking if NiciraNvpElement can handle
>>>> service
>>>> > Connectivity on network guestNetworkForBasicZone
>>>> > 2013-04-07 00:35:51,253 DEBUG [cloud.network.NetworkManagerImpl]
>>>> > (Job-Executor-38:job-45) Asking JuniperSRX to release
>>>> > Nic[18-12-6416c373-20d8-4617-8dcb-30a8ff9d0f34-192.168.56.195]
>>>> > 2013-04-07 00:35:51,253 DEBUG [cloud.network.NetworkManagerImpl]
>>>> > (Job-Executor-38:job-45) Asking Netscaler to release
>>>> > Nic[18-12-6416c373-20d8-4617-8dcb-30a8ff9d0f34-192.168.56.195]
>>>> > 2013-04-07 00:35:51,253 DEBUG [cloud.network.NetworkManagerImpl]
>>>> > (Job-Executor-38:job-45) Asking F5BigIP to release
>>>> > Nic[18-12-6416c373-20d8-4617-8dcb-30a8ff9d0f34-192.168.56.195]
>>>> > 2013-04-07 00:35:51,253 DEBUG [cloud.network.NetworkManagerImpl]
>>>> > (Job-Executor-38:job-45) Asking CiscoNexus1000vVSM to release
>>>> > Nic[18-12-6416c373-20d8-4617-8dcb-30a8ff9d0f34-192.168.56.195]
>>>> > 2013-04-07 00:35:51,253 DEBUG [cloud.vm.VirtualMachineManagerImpl]
>>>> > (Job-Executor-38:job-45) Successfully released network resources for
>>>> the vm
>>>> > VM[User|c18ddf7c-fc61-40b0-af75-fdef05f8eae6]
>>>> > 2013-04-07 00:35:51,253 DEBUG [cloud.vm.VirtualMachineManagerImpl]
>>>> > (Job-Executor-38:job-45) Successfully released storage resources for
>>>> the vm
>>>> > VM[User|c18ddf7c-fc61-40b0-af75-fdef05f8eae6]
>>>> > 2013-04-07 00:35:51,298 DEBUG [cloud.capacity.CapacityManagerImpl]
>>>> > (Job-Executor-38:job-45) VM state transitted from :Stopping to
>>>> Stopped with
>>>> > event: OperationSucceededvm's original host id: 5 new host id: null
>>>> host id
>>>> > before state transition: 5
>>>> > 2013-04-07 00:35:51,302 DEBUG [cloud.capacity.CapacityManagerImpl]
>>>> > (Job-Executor-38:job-45) Hosts's actual total CPU: 2479 and CPU after
>>>> > applying overprovisioning: 2479
>>>> > 2013-04-07 00:35:51,303 DEBUG [cloud.capacity.CapacityManagerImpl]
>>>> > (Job-Executor-38:job-45) release cpu from host: 5, old used:
>>>> 100,reserved:
>>>> > 0, actual total: 2479, total with overprovisioning: 2479; new used:
>>>> > 0,reserved:100; movedfromreserved: false,moveToReserveredtrue
>>>> > 2013-04-07 00:35:51,303 DEBUG [cloud.capacity.CapacityManagerImpl]
>>>> > (Job-Executor-38:job-45) release mem from host: 5, old used:
>>>> > 1073741824,reserved: 0, total: 1671695424; new used:
>>>> 0,reserved:1073741824;
>>>> > movedfromreserved: false,moveToReserveredtrue
>>>> > 2013-04-07 00:35:51,308 DEBUG [cloud.capacity.CapacityManagerImpl]
>>>> > (Job-Executor-38:job-45) VM state transitted from :Stopped to
>>>> Destroyed
>>>> > with event: DestroyRequestedvm's original host id: 5 new host id:
>>>> null host
>>>> > id before state transition: null
>>>> > 2013-04-07 00:35:51,313 DEBUG [cloud.capacity.CapacityManagerImpl]
>>>> > (Job-Executor-38:job-45) Hosts's actual total CPU: 2479 and CPU after
>>>> > applying overprovisioning: 2479
>>>> > 2013-04-07 00:35:51,313 DEBUG [cloud.capacity.CapacityManagerImpl]
>>>> > (Job-Executor-38:job-45) release cpu from host: 5, old used:
>>>> 0,reserved:
>>>> > 100, actual total: 2479, total with overprovisioning: 2479; new used:
>>>> > 0,reserved:0; movedfromreserved: true,moveToReserveredfalse
>>>> > 2013-04-07 00:35:51,313 DEBUG [cloud.capacity.CapacityManagerImpl]
>>>> > (Job-Executor-38:job-45) release mem from host: 5, old used:
>>>> 0,reserved:
>>>> > 1073741824, total: 1671695424; new used: 0,reserved:0;
>>>> movedfromreserved:
>>>> > true,moveToReserveredfalse
>>>> > 2013-04-07 00:35:51,328 DEBUG [cloud.async.AsyncJobManagerImpl]
>>>> > (Job-Executor-38:job-45) Complete async job-45, jobStatus: 1,
>>>> resultCode:
>>>> > 0, result: org.apache.cloudstack.api.response.UserVmResponse@324f6e41
>>>> > 2013-04-07 00:35:51,332 DEBUG [cloud.async.AsyncJobManagerImpl]
>>>> > (Job-Executor-38:job-45) Done executing
>>>> > org.apache.cloudstack.api.command.user.vm.DestroyVMCmd for job-45
>>>> > 2013-04-07 00:35:51,397 DEBUG [cloud.api.ApiServlet]
>>>> > (1109449945@qtp-1008805148-34:null) ===START===  127.0.0.1 -- GET
>>>> >
>>>>  command=listVirtualMachines&id=94ddc16f-04fc-4da1-8326-01d8d5cdeb44&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316551394
>>>> > 2013-04-07 00:35:51,417 DEBUG [cloud.api.ApiServlet]
>>>> > (1109449945@qtp-1008805148-34:null) ===END===  127.0.0.1 -- GET
>>>> >
>>>>  command=listVirtualMachines&id=94ddc16f-04fc-4da1-8326-01d8d5cdeb44&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316551394
>>>> > 2013-04-07 00:35:51,425 DEBUG [cloud.api.ApiServlet]
>>>> > (1109449945@qtp-1008805148-34:null) ===START===  127.0.0.1 -- GET
>>>> >
>>>>  command=listOsTypes&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316551423
>>>> > 2013-04-07 00:35:51,472 INFO  [agent.manager.AgentMonitor]
>>>> > (Thread-11:null) Found the following agents behind on ping: [6, 5]
>>>> > 2013-04-07 00:35:51,473 DEBUG [cloud.host.Status] (Thread-11:null)
>>>> Ping
>>>> > timeout for host 6, do invstigation
>>>> > 2013-04-07 00:35:51,475 DEBUG [cloud.host.Status] (Thread-11:null)
>>>> Ping
>>>> > timeout for host 5, do invstigation
>>>> > 2013-04-07 00:35:51,475 INFO  [agent.manager.AgentManagerImpl]
>>>> > (AgentTaskPool-7:null) Investigating why host 6 has disconnected with
>>>> event
>>>> > PingTimeout
>>>> > 2013-04-07 00:35:51,475 DEBUG [agent.manager.AgentManagerImpl]
>>>> > (AgentTaskPool-7:null) checking if agent (6) is alive
>>>> > 2013-04-07 00:35:51,478 INFO  [agent.manager.AgentManagerImpl]
>>>> > (AgentTaskPool-8:null) Investigating why host 5 has disconnected with
>>>> event
>>>> > PingTimeout
>>>> > 2013-04-07 00:35:51,478 DEBUG [agent.manager.AgentManagerImpl]
>>>> > (AgentTaskPool-8:null) checking if agent (5) is alive
>>>> > 2013-04-07 00:35:51,480 DEBUG [agent.transport.Request]
>>>> > (AgentTaskPool-7:null) Seq 6-324993313: Sending  { Cmd , MgmtId: 1,
>>>> via: 6,
>>>> > Ver: v1, Flags: 100011, [{"CheckHealthCommand":{"wait":50}}] }
>>>> > 2013-04-07 00:35:51,481 DEBUG [agent.transport.Request]
>>>> > (AgentTaskPool-7:null) Seq 6-324993313: Executing:  { Cmd , MgmtId:
>>>> 1, via:
>>>> > 6, Ver: v1, Flags: 100011, [{"CheckHealthCommand":{"wait":50}}] }
>>>> > 2013-04-07 00:35:51,481 DEBUG [agent.manager.DirectAgentAttache]
>>>> > (DirectAgent-361:null) Seq 6-324993313: Executing request
>>>> > 2013-04-07 00:35:51,488 DEBUG [agent.transport.Request]
>>>> > (AgentTaskPool-8:null) Seq 5-614334818: Sending  { Cmd , MgmtId: 1,
>>>> via: 5,
>>>> > Ver: v1, Flags: 100011, [{"CheckHealthCommand":{"wait":50}}] }
>>>> > 2013-04-07 00:35:51,489 DEBUG [agent.transport.Request]
>>>> > (AgentTaskPool-8:null) Seq 5-614334818: Executing:  { Cmd , MgmtId:
>>>> 1, via:
>>>> > 5, Ver: v1, Flags: 100011, [{"CheckHealthCommand":{"wait":50}}] }
>>>> > 2013-04-07 00:35:51,489 DEBUG [agent.manager.DirectAgentAttache]
>>>> > (DirectAgent-290:null) Seq 5-614334818: Executing request
>>>> > 2013-04-07 00:35:51,556 DEBUG [agent.manager.DirectAgentAttache]
>>>> > (DirectAgent-290:null) Seq 5-614334818: Response Received:
>>>> > 2013-04-07 00:35:51,557 DEBUG [agent.transport.Request]
>>>> > (DirectAgent-290:null) Seq 5-614334818: Processing:  { Ans: , MgmtId:
>>>> 1,
>>>> > via: 5, Ver: v1, Flags: 10,
>>>> > [{"CheckHealthAnswer":{"result":true,"details":"resource is
>>>> > alive","wait":0}}] }
>>>> > 2013-04-07 00:35:51,557 DEBUG [agent.transport.Request]
>>>> > (AgentTaskPool-8:null) Seq 5-614334818: Received:  { Ans: , MgmtId:
>>>> 1, via:
>>>> > 5, Ver: v1, Flags: 10, { CheckHealthAnswer } }
>>>> > 2013-04-07 00:35:51,557 DEBUG [agent.manager.AgentManagerImpl]
>>>> > (AgentTaskPool-8:null) Details from executing class
>>>> > com.cloud.agent.api.CheckHealthCommand: resource is alive
>>>> > 2013-04-07 00:35:51,557 DEBUG [agent.manager.AgentManagerImpl]
>>>> > (AgentTaskPool-8:null) agent (5) responded to checkHeathCommand,
>>>> reporting
>>>> > that agent is Up
>>>> > 2013-04-07 00:35:51,557 INFO  [agent.manager.AgentManagerImpl]
>>>> > (AgentTaskPool-8:null) The state determined is Up
>>>> > 2013-04-07 00:35:51,557 INFO  [agent.manager.AgentManagerImpl]
>>>> > (AgentTaskPool-8:null) Agent is determined to be up and running
>>>> > 2013-04-07 00:35:51,557 DEBUG [cloud.host.Status]
>>>> (AgentTaskPool-8:null)
>>>> > Transition:[Resource state = Enabled, Agent event = Ping, Host id =
>>>> 5, name
>>>> > = Tut-XenServer2]
>>>> > 2013-04-07 00:35:51,563 DEBUG [cloud.host.Status]
>>>> (AgentTaskPool-8:null)
>>>> > Agent status update: [id = 5; name = Tut-XenServer2; old status = Up;
>>>> event
>>>> > = Ping; new status = Up; old update count = 149; new update count =
>>>> 150]
>>>> > 2013-04-07 00:35:51,568 DEBUG [agent.manager.DirectAgentAttache]
>>>> > (DirectAgent-361:null) Seq 6-324993313: Response Received:
>>>> > 2013-04-07 00:35:51,568 DEBUG [agent.transport.Request]
>>>> > (DirectAgent-361:null) Seq 6-324993313: Processing:  { Ans: , MgmtId:
>>>> 1,
>>>> > via: 6, Ver: v1, Flags: 10,
>>>> > [{"CheckHealthAnswer":{"result":true,"details":"resource is
>>>> > alive","wait":0}}] }
>>>> > 2013-04-07 00:35:51,569 DEBUG [agent.transport.Request]
>>>> > (AgentTaskPool-7:null) Seq 6-324993313: Received:  { Ans: , MgmtId:
>>>> 1, via:
>>>> > 6, Ver: v1, Flags: 10, { CheckHealthAnswer } }
>>>> > 2013-04-07 00:35:51,569 DEBUG [agent.manager.AgentManagerImpl]
>>>> > (AgentTaskPool-7:null) Details from executing class
>>>> > com.cloud.agent.api.CheckHealthCommand: resource is alive
>>>> > 2013-04-07 00:35:51,569 DEBUG [agent.manager.AgentManagerImpl]
>>>> > (AgentTaskPool-7:null) agent (6) responded to checkHeathCommand,
>>>> reporting
>>>> > that agent is Up
>>>> > 2013-04-07 00:35:51,569 INFO  [agent.manager.AgentManagerImpl]
>>>> > (AgentTaskPool-7:null) The state determined is Up
>>>> > 2013-04-07 00:35:51,569 INFO  [agent.manager.AgentManagerImpl]
>>>> > (AgentTaskPool-7:null) Agent is determined to be up and running
>>>> > 2013-04-07 00:35:51,569 DEBUG [cloud.host.Status]
>>>> (AgentTaskPool-7:null)
>>>> > Transition:[Resource state = Enabled, Agent event = Ping, Host id =
>>>> 6, name
>>>> > = Tut-XenServer]
>>>> > 2013-04-07 00:35:51,574 DEBUG [cloud.host.Status]
>>>> (AgentTaskPool-7:null)
>>>> > Agent status update: [id = 6; name = Tut-XenServer; old status = Up;
>>>> event
>>>> > = Ping; new status = Up; old update count = 312; new update count =
>>>> 313]
>>>> > 2013-04-07 00:35:51,668 DEBUG [cloud.api.ApiServlet]
>>>> > (1109449945@qtp-1008805148-34:null) ===END===  127.0.0.1 -- GET
>>>> >
>>>>  command=listOsTypes&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316551423
>>>> > 2013-04-07 00:35:54,118 DEBUG [cloud.api.ApiServlet]
>>>> > (1109449945@qtp-1008805148-34:null) ===START===  127.0.0.1 -- GET
>>>> >
>>>>  command=queryAsyncJobResult&jobId=1288fa5b-8b5f-4952-b056-b180437edfd5&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316554116
>>>> > 2013-04-07 00:35:54,129 DEBUG [cloud.async.AsyncJobManagerImpl]
>>>> > (1109449945@qtp-1008805148-34:null) Async job-45 completed
>>>> > 2013-04-07 00:35:54,135 DEBUG [cloud.api.ApiServlet]
>>>> > (1109449945@qtp-1008805148-34:null) ===END===  127.0.0.1 -- GET
>>>> >
>>>>  command=queryAsyncJobResult&jobId=1288fa5b-8b5f-4952-b056-b180437edfd5&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316554116
>>>> > 2013-04-07 00:35:55,077 DEBUG [cloud.api.ApiServlet]
>>>> > (1109449945@qtp-1008805148-34:null) ===START===  127.0.0.1 -- GET
>>>> >
>>>>  command=destroyVirtualMachine&id=94ddc16f-04fc-4da1-8326-01d8d5cdeb44&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316555075
>>>> > 2013-04-07 00:35:55,098 DEBUG [cloud.async.AsyncJobManagerImpl]
>>>> > (1109449945@qtp-1008805148-34:null) submit async job-46, details:
>>>> > AsyncJobVO {id:46, userId: 2, accountId: 2, sessionKey: null,
>>>> instanceType:
>>>> > null, instanceId: 13, cmd:
>>>> > org.apache.cloudstack.api.command.user.vm.DestroyVMCmd, cmdOriginator:
>>>> > null, cmdInfo:
>>>> >
>>>> {"id":"94ddc16f-04fc-4da1-8326-01d8d5cdeb44","response":"json","sessionkey":"Z6QqzU0Fq1iT13bMgnRRfl8GoVA\u003d","ctxUserId":"2","_":"1365316555075","ctxAccountId":"2","ctxStartEventId":"51"},
>>>> > cmdVersion: 0, callbackType: 0, callbackAddress: null, status: 0,
>>>> > processStatus: 0, resultCode: 0, result: null, initMsid: 1,
>>>> completeMsid:
>>>> > null, lastUpdated: null, lastPolled: null, created: null}
>>>> > 2013-04-07 00:35:55,098 DEBUG [cloud.async.AsyncJobManagerImpl]
>>>> > (Job-Executor-39:job-46) Executing
>>>> > org.apache.cloudstack.api.command.user.vm.DestroyVMCmd for job-46
>>>> > 2013-04-07 00:35:55,100 DEBUG [cloud.api.ApiServlet]
>>>> > (1109449945@qtp-1008805148-34:null) ===END===  127.0.0.1 -- GET
>>>> >
>>>>  command=destroyVirtualMachine&id=94ddc16f-04fc-4da1-8326-01d8d5cdeb44&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316555075
>>>> > 2013-04-07 00:35:55,113 DEBUG [cloud.vm.VirtualMachineManagerImpl]
>>>> > (Job-Executor-39:job-46) Destroying vm
>>>> > VM[User|94ddc16f-04fc-4da1-8326-01d8d5cdeb44]
>>>> > 2013-04-07 00:35:55,116 DEBUG [cloud.capacity.CapacityManagerImpl]
>>>> > (Job-Executor-39:job-46) VM state transitted from :Running to
>>>> Stopping with
>>>> > event: StopRequestedvm's original host id: 6 new host id: 6 host id
>>>> before
>>>> > state transition: 6
>>>> > 2013-04-07 00:35:55,118 DEBUG [agent.transport.Request]
>>>> > (Job-Executor-39:job-46) Seq 6-324993314: Sending  { Cmd , MgmtId: 1,
>>>> via:
>>>> > 6, Ver: v1, Flags: 100111,
>>>> > [{"StopCommand":{"isProxy":false,"vmName":"i-2-13-VM","wait":0}}] }
>>>> > 2013-04-07 00:35:55,118 DEBUG [agent.transport.Request]
>>>> > (Job-Executor-39:job-46) Seq 6-324993314: Executing:  { Cmd , MgmtId:
>>>> 1,
>>>> > via: 6, Ver: v1, Flags: 100111,
>>>> > [{"StopCommand":{"isProxy":false,"vmName":"i-2-13-VM","wait":0}}] }
>>>> > 2013-04-07 00:35:55,118 DEBUG [agent.manager.DirectAgentAttache]
>>>> > (DirectAgent-7:null) Seq 6-324993314: Executing request
>>>> > 2013-04-07 00:35:55,216 DEBUG [xen.resource.CitrixResourceBase]
>>>> > (DirectAgent-7:null) 9. The VM i-2-13-VM is in Stopping state
>>>> > 2013-04-07 00:35:55,532 INFO  [xen.resource.CitrixResourceBase]
>>>> > (DirectAgent-7:null) Removed  network rules for vm i-2-13-VM
>>>> > 2013-04-07 00:35:58,107 DEBUG [cloud.api.ApiServlet]
>>>> > (1109449945@qtp-1008805148-34:null) ===START===  127.0.0.1 -- GET
>>>> >
>>>>  command=queryAsyncJobResult&jobId=042967f3-4fd4-4bcf-a646-999eeca87235&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316558105
>>>> > 2013-04-07 00:35:58,121 DEBUG [cloud.api.ApiServlet]
>>>> > (1109449945@qtp-1008805148-34:null) ===END===  127.0.0.1 -- GET
>>>> >
>>>>  command=queryAsyncJobResult&jobId=042967f3-4fd4-4bcf-a646-999eeca87235&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316558105
>>>> > 2013-04-07 00:36:01,107 DEBUG [cloud.api.ApiServlet]
>>>> > (1109449945@qtp-1008805148-34:null) ===START===  127.0.0.1 -- GET
>>>> >
>>>>  command=queryAsyncJobResult&jobId=042967f3-4fd4-4bcf-a646-999eeca87235&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316561105
>>>> > 2013-04-07 00:36:01,121 DEBUG [cloud.api.ApiServlet]
>>>> > (1109449945@qtp-1008805148-34:null) ===END===  127.0.0.1 -- GET
>>>> >
>>>>  command=queryAsyncJobResult&jobId=042967f3-4fd4-4bcf-a646-999eeca87235&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316561105
>>>> > 2013-04-07 00:36:04,108 DEBUG [cloud.api.ApiServlet]
>>>> > (1109449945@qtp-1008805148-34:null) ===START===  127.0.0.1 -- GET
>>>> >
>>>>  command=queryAsyncJobResult&jobId=042967f3-4fd4-4bcf-a646-999eeca87235&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316564106
>>>> > 2013-04-07 00:36:04,128 DEBUG [cloud.api.ApiServlet]
>>>> > (1109449945@qtp-1008805148-34:null) ===END===  127.0.0.1 -- GET
>>>> >
>>>>  command=queryAsyncJobResult&jobId=042967f3-4fd4-4bcf-a646-999eeca87235&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316564106
>>>> > 2013-04-07 00:36:04,783 DEBUG [xen.resource.CitrixResourceBase]
>>>> > (DirectAgent-7:null) 10. The VM i-2-13-VM is in Stopped state
>>>> > 2013-04-07 00:36:04,783 DEBUG [agent.manager.DirectAgentAttache]
>>>> > (DirectAgent-7:null) Seq 6-324993314: Response Received:
>>>> > 2013-04-07 00:36:04,783 DEBUG [agent.transport.Request]
>>>> > (DirectAgent-7:null) Seq 6-324993314: Processing:  { Ans: , MgmtId:
>>>> 1, via:
>>>> > 6, Ver: v1, Flags: 110,
>>>> > [{"StopAnswer":{"vncPort":0,"result":true,"details":"Stop VM i-2-13-VM
>>>> > Succeed","wait":0}}] }
>>>> > 2013-04-07 00:36:04,783 DEBUG [agent.transport.Request]
>>>> > (Job-Executor-39:job-46) Seq 6-324993314: Received:  { Ans: , MgmtId:
>>>> 1,
>>>> > via: 6, Ver: v1, Flags: 110, { StopAnswer } }
>>>> > 2013-04-07 00:36:04,783 DEBUG [agent.manager.AgentAttache]
>>>> > (DirectAgent-7:null) Seq 6-324993314: No more commands found
>>>> > 2013-04-07 00:36:04,784 DEBUG [cloud.vm.VirtualMachineManagerImpl]
>>>> > (Job-Executor-39:job-46)
>>>> VM[User|94ddc16f-04fc-4da1-8326-01d8d5cdeb44] is
>>>> > stopped on the host.  Proceeding to release resource held.
>>>> > 2013-04-07 00:36:04,793 DEBUG [cloud.network.NetworkManagerImpl]
>>>> > (Job-Executor-39:job-46) Changing active number of nics for network
>>>> id=204
>>>> > on -1
>>>> > 2013-04-07 00:36:04,794 DEBUG [cloud.network.NetworkManagerImpl]
>>>> > (Job-Executor-39:job-46) Asking ElasticLoadBalancerElement to release
>>>> > Nic[19-13-a8349669-6ff2-443f-88d3-c5d69100df3a-192.168.56.146]
>>>> > 2013-04-07 00:36:04,794 DEBUG [cloud.network.NetworkManagerImpl]
>>>> > (Job-Executor-39:job-46) Asking NiciraNvpElement to release
>>>> > Nic[19-13-a8349669-6ff2-443f-88d3-c5d69100df3a-192.168.56.146]
>>>> > 2013-04-07 00:36:04,795 DEBUG [network.element.NiciraNvpElement]
>>>> > (Job-Executor-39:job-46) Checking if NiciraNvpElement can handle
>>>> service
>>>> > Connectivity on network guestNetworkForBasicZone
>>>> > 2013-04-07 00:36:04,795 DEBUG [cloud.network.NetworkManagerImpl]
>>>> > (Job-Executor-39:job-46) Asking BigSwitchVnsElement to release
>>>> > Nic[19-13-a8349669-6ff2-443f-88d3-c5d69100df3a-192.168.56.146]
>>>> > 2013-04-07 00:36:04,795 DEBUG [network.element.BigSwitchVnsElement]
>>>> > (Job-Executor-39:job-46) Checking if BigSwitchVnsElement can handle
>>>> service
>>>> > Connectivity on network guestNetworkForBasicZone
>>>> > 2013-04-07 00:36:04,795 DEBUG [cloud.network.NetworkManagerImpl]
>>>> > (Job-Executor-39:job-46) Asking Ovs to release
>>>> > Nic[19-13-a8349669-6ff2-443f-88d3-c5d69100df3a-192.168.56.146]
>>>> > 2013-04-07 00:36:04,795 DEBUG [cloud.network.NetworkManagerImpl]
>>>> > (Job-Executor-39:job-46) Asking BareMetalDhcp to release
>>>> > Nic[19-13-a8349669-6ff2-443f-88d3-c5d69100df3a-192.168.56.146]
>>>> > 2013-04-07 00:36:04,795 DEBUG [cloud.network.NetworkManagerImpl]
>>>> > (Job-Executor-39:job-46) Asking BareMetalPxe to release
>>>> > Nic[19-13-a8349669-6ff2-443f-88d3-c5d69100df3a-192.168.56.146]
>>>> > 2013-04-07 00:36:04,795 DEBUG [cloud.network.NetworkManagerImpl]
>>>> > (Job-Executor-39:job-46) Asking BareMetalUserdata to release
>>>> > Nic[19-13-a8349669-6ff2-443f-88d3-c5d69100df3a-192.168.56.146]
>>>> > 2013-04-07 00:36:04,795 DEBUG [cloud.network.NetworkManagerImpl]
>>>> > (Job-Executor-39:job-46) Asking SecurityGroupProvider to release
>>>> > Nic[19-13-a8349669-6ff2-443f-88d3-c5d69100df3a-192.168.56.146]
>>>> > 2013-04-07 00:36:04,795 DEBUG [cloud.network.NetworkManagerImpl]
>>>> > (Job-Executor-39:job-46) Asking VirtualRouter to release
>>>> > Nic[19-13-a8349669-6ff2-443f-88d3-c5d69100df3a-192.168.56.146]
>>>> > 2013-04-07 00:36:04,795 DEBUG [cloud.network.NetworkManagerImpl]
>>>> > (Job-Executor-39:job-46) Asking VpcVirtualRouter to release
>>>> > Nic[19-13-a8349669-6ff2-443f-88d3-c5d69100df3a-192.168.56.146]
>>>> > 2013-04-07 00:36:04,795 DEBUG [cloud.network.NetworkManagerImpl]
>>>> > (Job-Executor-39:job-46) Asking NiciraNvp to release
>>>> > Nic[19-13-a8349669-6ff2-443f-88d3-c5d69100df3a-192.168.56.146]
>>>> > 2013-04-07 00:36:04,795 DEBUG [network.element.NiciraNvpElement]
>>>> > (Job-Executor-39:job-46) Checking if NiciraNvpElement can handle
>>>> service
>>>> > Connectivity on network guestNetworkForBasicZone
>>>> > 2013-04-07 00:36:04,795 DEBUG [cloud.network.NetworkManagerImpl]
>>>> > (Job-Executor-39:job-46) Asking JuniperSRX to release
>>>> > Nic[19-13-a8349669-6ff2-443f-88d3-c5d69100df3a-192.168.56.146]
>>>> > 2013-04-07 00:36:04,795 DEBUG [cloud.network.NetworkManagerImpl]
>>>> > (Job-Executor-39:job-46) Asking Netscaler to release
>>>> > Nic[19-13-a8349669-6ff2-443f-88d3-c5d69100df3a-192.168.56.146]
>>>> > 2013-04-07 00:36:04,795 DEBUG [cloud.network.NetworkManagerImpl]
>>>> > (Job-Executor-39:job-46) Asking F5BigIP to release
>>>> > Nic[19-13-a8349669-6ff2-443f-88d3-c5d69100df3a-192.168.56.146]
>>>> > 2013-04-07 00:36:04,795 DEBUG [cloud.network.NetworkManagerImpl]
>>>> > (Job-Executor-39:job-46) Asking CiscoNexus1000vVSM to release
>>>> > Nic[19-13-a8349669-6ff2-443f-88d3-c5d69100df3a-192.168.56.146]
>>>> > 2013-04-07 00:36:04,795 DEBUG [cloud.vm.VirtualMachineManagerImpl]
>>>> > (Job-Executor-39:job-46) Successfully released network resources for
>>>> the vm
>>>> > VM[User|94ddc16f-04fc-4da1-8326-01d8d5cdeb44]
>>>> > 2013-04-07 00:36:04,795 DEBUG [cloud.vm.VirtualMachineManagerImpl]
>>>> > (Job-Executor-39:job-46) Successfully released storage resources for
>>>> the vm
>>>> > VM[User|94ddc16f-04fc-4da1-8326-01d8d5cdeb44]
>>>> > 2013-04-07 00:36:04,836 DEBUG [cloud.capacity.CapacityManagerImpl]
>>>> > (Job-Executor-39:job-46) VM state transitted from :Stopping to
>>>> Stopped with
>>>> > event: OperationSucceededvm's original host id: 6 new host id: null
>>>> host id
>>>> > before state transition: 6
>>>> > 2013-04-07 00:36:04,843 DEBUG [cloud.capacity.CapacityManagerImpl]
>>>> > (Job-Executor-39:job-46) Hosts's actual total CPU: 2382 and CPU after
>>>> > applying overprovisioning: 2382
>>>> > 2013-04-07 00:36:04,844 DEBUG [cloud.capacity.CapacityManagerImpl]
>>>> > (Job-Executor-39:job-46) release cpu from host: 6, old used:
>>>> 200,reserved:
>>>> > 0, actual total: 2382, total with overprovisioning: 2382; new used:
>>>> > 100,reserved:100; movedfromreserved: false,moveToReserveredtrue
>>>> > 2013-04-07 00:36:04,844 DEBUG [cloud.capacity.CapacityManagerImpl]
>>>> > (Job-Executor-39:job-46) release mem from host: 6, old used:
>>>> > 1178599424,reserved: 0, total: 1671695424; new used:
>>>> > 104857600,reserved:1073741824; movedfromreserved:
>>>> false,moveToReserveredtrue
>>>> > 2013-04-07 00:36:04,854 DEBUG [cloud.capacity.CapacityManagerImpl]
>>>> > (Job-Executor-39:job-46) VM state transitted from :Stopped to
>>>> Destroyed
>>>> > with event: DestroyRequestedvm's original host id: 6 new host id:
>>>> null host
>>>> > id before state transition: null
>>>> > 2013-04-07 00:36:04,863 DEBUG [cloud.capacity.CapacityManagerImpl]
>>>> > (Job-Executor-39:job-46) Hosts's actual total CPU: 2382 and CPU after
>>>> > applying overprovisioning: 2382
>>>> > 2013-04-07 00:36:04,863 DEBUG [cloud.capacity.CapacityManagerImpl]
>>>> > (Job-Executor-39:job-46) release cpu from host: 6, old used:
>>>> 100,reserved:
>>>> > 100, actual total: 2382, total with overprovisioning: 2382; new used:
>>>> > 100,reserved:0; movedfromreserved: true,moveToReserveredfalse
>>>> > 2013-04-07 00:36:04,863 DEBUG [cloud.capacity.CapacityManagerImpl]
>>>> > (Job-Executor-39:job-46) release mem from host: 6, old used:
>>>> > 104857600,reserved: 1073741824, total: 1671695424; new used:
>>>> > 104857600,reserved:0; movedfromreserved: true,moveToReserveredfalse
>>>> > 2013-04-07 00:36:04,892 DEBUG [cloud.async.AsyncJobManagerImpl]
>>>> > (Job-Executor-39:job-46) Complete async job-46, jobStatus: 1,
>>>> resultCode:
>>>> > 0, result: org.apache.cloudstack.api.response.UserVmResponse@519ba6bb
>>>> > 2013-04-07 00:36:04,897 DEBUG [cloud.async.AsyncJobManagerImpl]
>>>> > (Job-Executor-39:job-46) Done executing
>>>> > org.apache.cloudstack.api.command.user.vm.DestroyVMCmd for job-46
>>>> > 2013-04-07 00:36:04,949 DEBUG [agent.manager.DirectAgentAttache]
>>>> > (DirectAgent-410:null) Ping from 6
>>>> > 2013-04-07 00:36:06,058 DEBUG [agent.manager.DirectAgentAttache]
>>>> > (DirectAgent-234:null) Ping from 5
>>>> > 2013-04-07 00:36:06,909 DEBUG [agent.manager.DirectAgentAttache]
>>>> > (DirectAgent-407:null) Seq 6-324993028: Executing request
>>>> > 2013-04-07 00:36:07,097 DEBUG [xen.resource.CitrixResourceBase]
>>>> > (DirectAgent-407:null) VM missing i-2-13-VM old state stopped so
>>>> removing.
>>>> > 2013-04-07 00:36:07,098 DEBUG [xen.resource.CitrixResourceBase]
>>>> > (DirectAgent-407:null) VM missing i-2-12-VM old state stopped so
>>>> removing.
>>>> > 2013-04-07 00:36:07,098 DEBUG [agent.manager.DirectAgentAttache]
>>>> > (DirectAgent-407:null) Seq 6-324993028: Response Received:
>>>> > 2013-04-07 00:36:07,098 DEBUG [agent.transport.Request]
>>>> > (DirectAgent-407:null) Seq 6-324993028: Processing:  { Ans: , MgmtId:
>>>> 1,
>>>> > via: 6, Ver: v1, Flags: 10,
>>>> >
>>>> [{"ClusterSyncAnswer":{"_clusterId":2,"_newStates":{},"_isExecuted":false,"result":true,"wait":0}}]
>>>> > }
>>>> > 2013-04-07 00:36:07,109 DEBUG [cloud.api.ApiServlet]
>>>> > (1109449945@qtp-1008805148-34:null) ===START===  127.0.0.1 -- GET
>>>> >
>>>>  command=queryAsyncJobResult&jobId=042967f3-4fd4-4bcf-a646-999eeca87235&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316567107
>>>> > 2013-04-07 00:36:07,119 DEBUG [cloud.async.AsyncJobManagerImpl]
>>>> > (1109449945@qtp-1008805148-34:null) Async job-46 completed
>>>> > 2013-04-07 00:36:07,125 DEBUG [cloud.api.ApiServlet]
>>>> > (1109449945@qtp-1008805148-34:null) ===END===  127.0.0.1 -- GET
>>>> >
>>>>  command=queryAsyncJobResult&jobId=042967f3-4fd4-4bcf-a646-999eeca87235&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316567107
>>>> > 2013-04-07 00:36:11,022 DEBUG [agent.manager.DirectAgentAttache]
>>>> > (DirectAgent-110:null) Seq 5-614334468: Executing request
>>>> > 2013-04-07 00:36:11,171 DEBUG [agent.manager.DirectAgentAttache]
>>>> > (DirectAgent-110:null) Seq 5-614334468: Response Received:
>>>> > 2013-04-07 00:36:11,171 DEBUG [agent.transport.Request]
>>>> > (DirectAgent-110:null) Seq 5-614334468: Processing:  { Ans: , MgmtId:
>>>> 1,
>>>> > via: 5, Ver: v1, Flags: 10, [{"Answer":{"result":true,"wait":0}}] }
>>>> > 2013-04-07 00:36:12,411 DEBUG [cloud.api.ApiServlet]
>>>> > (1109449945@qtp-1008805148-34:null) ===START===  127.0.0.1 -- GET
>>>> >
>>>>  command=listVolumes&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&listAll=true&page=1&pagesize=20&_=1365316572408
>>>> > 2013-04-07 00:36:12,426 DEBUG [cloud.api.ApiServlet]
>>>> > (1109449945@qtp-1008805148-34:null) ===END===  127.0.0.1 -- GET
>>>> >
>>>>  command=listVolumes&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&listAll=true&page=1&pagesize=20&_=1365316572408
>>>> > 2013-04-07 00:36:13,241 DEBUG [cloud.api.ApiServlet]
>>>> > (1109449945@qtp-1008805148-34:null) ===START===  127.0.0.1 -- GET
>>>> >
>>>>  command=listVirtualMachines&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&listAll=true&page=1&pagesize=20&_=1365316573239
>>>> > 2013-04-07 00:36:13,259 DEBUG [cloud.api.ApiServlet]
>>>> > (1109449945@qtp-1008805148-34:null) ===END===  127.0.0.1 -- GET
>>>> >
>>>>  command=listVirtualMachines&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&listAll=true&page=1&pagesize=20&_=1365316573239
>>>> > 2013-04-07 00:36:19,140 DEBUG [cloud.api.ApiServlet]
>>>> > (1109449945@qtp-1008805148-34:null) ===START===  127.0.0.1 -- GET
>>>> >
>>>>  command=listVolumes&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&listAll=true&page=1&pagesize=20&_=1365316579137
>>>> > 2013-04-07 00:36:19,155 DEBUG [cloud.api.ApiServlet]
>>>> > (1109449945@qtp-1008805148-34:null) ===END===  127.0.0.1 -- GET
>>>> >
>>>>  command=listVolumes&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&listAll=true&page=1&pagesize=20&_=1365316579137
>>>> > 2013-04-07 00:36:20,452 DEBUG
>>>> > [storage.secondary.SecondaryStorageManagerImpl] (secstorage-1:null)
>>>> Zone 1
>>>> > is ready to launch secondary storage VM
>>>> > 2013-04-07 00:36:20,498 DEBUG [cloud.api.ApiServlet]
>>>> > (1109449945@qtp-1008805148-34:null) ===START===  127.0.0.1 -- GET
>>>> >
>>>>  command=listVirtualMachines&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&listAll=true&page=1&pagesize=20&_=1365316580496
>>>> > 2013-04-07 00:36:20,519 DEBUG [cloud.api.ApiServlet]
>>>> > (1109449945@qtp-1008805148-34:null) ===END===  127.0.0.1 -- GET
>>>> >
>>>>  command=listVirtualMachines&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&listAll=true&page=1&pagesize=20&_=1365316580496
>>>> > 2013-04-07 00:36:20,554 DEBUG
>>>> [cloud.consoleproxy.ConsoleProxyManagerImpl]
>>>> > (consoleproxy-1:null) Zone 1 is ready to launch console proxy
>>>> > 2013-04-07 00:36:20,820 DEBUG
>>>> > [network.router.VirtualNetworkApplianceManagerImpl]
>>>> > (RouterStatusMonitor-1:null) Found 0 routers to update status.
>>>> > 2013-04-07 00:36:20,821 DEBUG
>>>> > [network.router.VirtualNetworkApplianceManagerImpl]
>>>> > (RouterStatusMonitor-1:null) Found 0 networks to update RvR status.
>>>> > 2013-04-07 00:36:20,850 DEBUG
>>>> > [network.router.VirtualNetworkApplianceManagerImpl]
>>>> > (RouterStatusMonitor-1:null) Found 0 routers to update status.
>>>> > 2013-04-07 00:36:20,852 DEBUG
>>>> > [network.router.VirtualNetworkApplianceManagerImpl]
>>>> > (RouterStatusMonitor-1:null) Found 0 networks to update RvR status.
>>>> > 2013-04-07 00:36:21,588 DEBUG [cloud.api.ApiServlet]
>>>> > (1109449945@qtp-1008805148-34:null) ===START===  127.0.0.1 -- GET
>>>> >
>>>>  command=listVolumes&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&listAll=true&page=1&pagesize=20&_=1365316581586
>>>> > 2013-04-07 00:36:21,602 DEBUG [cloud.api.ApiServlet]
>>>> > (1109449945@qtp-1008805148-34:null) ===END===  127.0.0.1 -- GET
>>>> >
>>>>  command=listVolumes&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&listAll=true&page=1&pagesize=20&_=1365316581586
>>>> > 2013-04-07 00:36:22,324 DEBUG [cloud.api.ApiServlet]
>>>> > (1109449945@qtp-1008805148-34:null) ===START===  127.0.0.1 -- GET
>>>> >
>>>>  command=listVirtualMachines&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&listAll=true&page=1&pagesize=20&_=1365316582321
>>>> > 2013-04-07 00:36:22,348 DEBUG [cloud.api.ApiServlet]
>>>> > (1109449945@qtp-1008805148-34:null) ===END===  127.0.0.1 -- GET
>>>> >
>>>>  command=listVirtualMachines&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&listAll=true&page=1&pagesize=20&_=1365316582321
>>>> > 2013-04-07 00:36:24,891 DEBUG [agent.manager.AgentManagerImpl]
>>>> > (AgentManager-Handler-4:null) Ping from 4
>>>> > 2013-04-07 00:36:27,193 DEBUG [agent.manager.DirectAgentAttache]
>>>> > (DirectAgent-204:null) Ping from 1
>>>> > 2013-04-07 00:36:29,095 DEBUG [agent.manager.DirectAgentAttache]
>>>> > (DirectAgent-277:null) Seq 1-90046472: Executing request
>>>> > 2013-04-07 00:36:29,354 DEBUG [agent.manager.DirectAgentAttache]
>>>> > (DirectAgent-277:null) Seq 1-90046472: Response Received:
>>>> > 2013-04-07 00:36:29,355 DEBUG [agent.transport.Request]
>>>> > (DirectAgent-277:null) Seq 1-90046472: Processing:  { Ans: , MgmtId:
>>>> 1,
>>>> > via: 1, Ver: v1, Flags: 10,
>>>> >
>>>> [{"ClusterSyncAnswer":{"_clusterId":1,"_newStates":{},"_isExecuted":false,"result":true,"wait":0}}]
>>>> > }
>>>> > 2013-04-07 00:36:47,680 DEBUG [agent.manager.AgentManagerImpl]
>>>> > (AgentManager-Handler-5:null) Ping from 3
>>>> > 2013-04-07 00:36:50,451 DEBUG
>>>> > [storage.secondary.SecondaryStorageManagerImpl] (secstorage-1:null)
>>>> Zone 1
>>>> > is ready to launch secondary storage VM
>>>> > 2013-04-07 00:36:50,554 DEBUG
>>>> [cloud.consoleproxy.ConsoleProxyManagerImpl]
>>>> > (consoleproxy-1:null) Zone 1 is ready to launch console proxy
>>>> > 2013-04-07 00:36:50,820 DEBUG
>>>> > [network.router.VirtualNetworkApplianceManagerImpl]
>>>> > (RouterStatusMonitor-1:null) Found 0 routers to update status.
>>>> > 2013-04-07 00:36:50,821 DEBUG
>>>> > [network.router.VirtualNetworkApplianceManagerImpl]
>>>> > (RouterStatusMonitor-1:null) Found 0 networks to update RvR status.
>>>> > 2013-04-07 00:36:50,851 DEBUG
>>>> > [network.router.VirtualNetworkApplianceManagerImpl]
>>>> > (RouterStatusMonitor-1:null) Found 0 routers to update status.
>>>> > 2013-04-07 00:36:50,852 DEBUG
>>>> > [network.router.VirtualNetworkApplianceManagerImpl]
>>>> > (RouterStatusMonitor-1:null) Found 0 networks to update RvR status.
>>>> > 2013-04-07 00:36:51,476 INFO  [agent.manager.AgentMonitor]
>>>> > (Thread-11:null) Found the following agents behind on ping: [6, 5]
>>>> > 2013-04-07 00:36:51,477 DEBUG [cloud.host.Status] (Thread-11:null)
>>>> Ping
>>>> > timeout for host 6, do invstigation
>>>> > 2013-04-07 00:36:51,479 DEBUG [cloud.host.Status] (Thread-11:null)
>>>> Ping
>>>> > timeout for host 5, do invstigation
>>>> > 2013-04-07 00:36:51,479 INFO  [agent.manager.AgentManagerImpl]
>>>> > (AgentTaskPool-9:null) Investigating why host 6 has disconnected with
>>>> event
>>>> > PingTimeout
>>>> > 2013-04-07 00:36:51,479 DEBUG [agent.manager.AgentManagerImpl]
>>>> > (AgentTaskPool-9:null) checking if agent (6) is alive
>>>> > 2013-04-07 00:36:51,482 INFO  [agent.manager.AgentManagerImpl]
>>>> > (AgentTaskPool-12:null) Investigating why host 5 has disconnected with
>>>> > event PingTimeout
>>>> > 2013-04-07 00:36:51,482 DEBUG [agent.manager.AgentManagerImpl]
>>>> > (AgentTaskPool-12:null) checking if agent (5) is alive
>>>> > 2013-04-07 00:36:51,483 DEBUG [agent.transport.Request]
>>>> > (AgentTaskPool-9:null) Seq 6-324993315: Sending  { Cmd , MgmtId: 1,
>>>> via: 6,
>>>> > Ver: v1, Flags: 100011, [{"CheckHealthCommand":{"wait":50}}] }
>>>> > 2013-04-07 00:36:51,484 DEBUG [agent.transport.Request]
>>>> > (AgentTaskPool-9:null) Seq 6-324993315: Executing:  { Cmd , MgmtId:
>>>> 1, via:
>>>> > 6, Ver: v1, Flags: 100011, [{"CheckHealthCommand":{"wait":50}}] }
>>>> > 2013-04-07 00:36:51,484 DEBUG [agent.manager.DirectAgentAttache]
>>>> > (DirectAgent-169:null) Seq 6-324993315: Executing request
>>>> > 2013-04-07 00:36:51,485 DEBUG [agent.transport.Request]
>>>> > (AgentTaskPool-12:null) Seq 5-614334819: Sending  { Cmd , MgmtId: 1,
>>>> via:
>>>> > 5, Ver: v1, Flags: 100011, [{"CheckHealthCommand":{"wait":50}}] }
>>>> > 2013-04-07 00:36:51,485 DEBUG [agent.transport.Request]
>>>> > (AgentTaskPool-12:null) Seq 5-614334819: Executing:  { Cmd , MgmtId:
>>>> 1,
>>>> > via: 5, Ver: v1, Flags: 100011, [{"CheckHealthCommand":{"wait":50}}] }
>>>> > 2013-04-07 00:36:51,485 DEBUG [agent.manager.DirectAgentAttache]
>>>> > (DirectAgent-498:null) Seq 5-614334819: Executing request
>>>> > 2013-04-07 00:36:51,542 DEBUG [agent.manager.DirectAgentAttache]
>>>> > (DirectAgent-169:null) Seq 6-324993315: Response Received:
>>>> > 2013-04-07 00:36:51,542 DEBUG [agent.transport.Request]
>>>> > (DirectAgent-169:null) Seq 6-324993315: Processing:  { Ans: , MgmtId:
>>>> 1,
>>>> > via: 6, Ver: v1, Flags: 10,
>>>> > [{"CheckHealthAnswer":{"result":true,"details":"resource is
>>>> > alive","wait":0}}] }
>>>> > 2013-04-07 00:36:51,542 DEBUG [agent.transport.Request]
>>>> > (AgentTaskPool-9:null) Seq 6-324993315: Received:  { Ans: , MgmtId:
>>>> 1, via:
>>>> > 6, Ver: v1, Flags: 10, { CheckHealthAnswer } }
>>>> > 2013-04-07 00:36:51,542 DEBUG [agent.manager.AgentManagerImpl]
>>>> > (AgentTaskPool-9:null) Details from executing class
>>>> > com.cloud.agent.api.CheckHealthCommand: resource is alive
>>>> > 2013-04-07 00:36:51,542 DEBUG [agent.manager.AgentManagerImpl]
>>>> > (AgentTaskPool-9:null) agent (6) responded to checkHeathCommand,
>>>> reporting
>>>> > that agent is Up
>>>> > 2013-04-07 00:36:51,542 INFO  [agent.manager.AgentManagerImpl]
>>>> > (AgentTaskPool-9:null) The state determined is Up
>>>> > 2013-04-07 00:36:51,542 INFO  [agent.manager.AgentManagerImpl]
>>>> > (AgentTaskPool-9:null) Agent is determined to be up and running
>>>> > 2013-04-07 00:36:51,542 DEBUG [cloud.host.Status]
>>>> (AgentTaskPool-9:null)
>>>> > Transition:[Resource state = Enabled, Agent event = Ping, Host id =
>>>> 6, name
>>>> > = Tut-XenServer]
>>>> > 2013-04-07 00:36:51,546 DEBUG [cloud.host.Status]
>>>> (AgentTaskPool-9:null)
>>>> > Agent status update: [id = 6; name = Tut-XenServer; old status = Up;
>>>> event
>>>> > = Ping; new status = Up; old update count = 313; new update count =
>>>> 314]
>>>> > 2013-04-07 00:36:51,549 DEBUG [agent.manager.DirectAgentAttache]
>>>> > (DirectAgent-498:null) Seq 5-614334819: Response Received:
>>>> > 2013-04-07 00:36:51,549 DEBUG [agent.transport.Request]
>>>> > (DirectAgent-498:null) Seq 5-614334819: Processing:  { Ans: , MgmtId:
>>>> 1,
>>>> > via: 5, Ver: v1, Flags: 10,
>>>> > [{"CheckHealthAnswer":{"result":true,"details":"resource is
>>>> > alive","wait":0}}] }
>>>> > 2013-04-07 00:36:51,549 DEBUG [agent.transport.Request]
>>>> > (AgentTaskPool-12:null) Seq 5-614334819: Received:  { Ans: , MgmtId:
>>>> 1,
>>>> > via: 5, Ver: v1, Flags: 10, { CheckHealthAnswer } }
>>>> > 2013-04-07 00:36:51,549 DEBUG [agent.manager.AgentManagerImpl]
>>>> > (AgentTaskPool-12:null) Details from executing class
>>>> > com.cloud.agent.api.CheckHealthCommand: resource is alive
>>>> > 2013-04-07 00:36:51,549 DEBUG [agent.manager.AgentManagerImpl]
>>>> > (AgentTaskPool-12:null) agent (5) responded to checkHeathCommand,
>>>> reporting
>>>> > that agent is Up
>>>> > 2013-04-07 00:36:51,549 INFO  [agent.manager.AgentManagerImpl]
>>>> > (AgentTaskPool-12:null) The state determined is Up
>>>> > 2013-04-07 00:36:51,549 INFO  [agent.manager.AgentManagerImpl]
>>>> > (AgentTaskPool-12:null) Agent is determined to be up and running
>>>> > 2013-04-07 00:36:51,549 DEBUG [cloud.host.Status]
>>>> (AgentTaskPool-12:null)
>>>> > Transition:[Resource state = Enabled, Agent event = Ping, Host id =
>>>> 5, name
>>>> > = Tut-XenServer2]
>>>> > 2013-04-07 00:36:51,552 DEBUG [cloud.host.Status]
>>>> (AgentTaskPool-12:null)
>>>> > Agent status update: [id = 5; name = Tut-XenServer2; old status = Up;
>>>> event
>>>> > = Ping; new status = Up; old update count = 150; new update count =
>>>> 151]
>>>> > 2013-04-07 00:36:54,389 INFO  [cloud.vm.UserVmManagerImpl]
>>>> > (UserVm-Scavenger-1:null) Found 1 vms to expunge.
>>>> > 2013-04-07 00:36:54,389 DEBUG [cloud.vm.VirtualMachineManagerImpl]
>>>> > (UserVm-Scavenger-1:null) Stopped called on
>>>> > VM[User|c18ddf7c-fc61-40b0-af75-fdef05f8eae6] but the state is
>>>> Destroyed
>>>> > 2013-04-07 00:36:54,391 DEBUG [cloud.capacity.CapacityManagerImpl]
>>>> > (UserVm-Scavenger-1:null) VM state transitted from :Destroyed to
>>>> Expunging
>>>> > with event: ExpungeOperationvm's original host id: 5 new host id:
>>>> null host
>>>> > id before state transition: null
>>>> > 2013-04-07 00:36:54,391 DEBUG [cloud.vm.VirtualMachineManagerImpl]
>>>> > (UserVm-Scavenger-1:null) Destroying vm
>>>> > VM[User|c18ddf7c-fc61-40b0-af75-fdef05f8eae6]
>>>> > 2013-04-07 00:36:54,391 DEBUG [cloud.vm.VirtualMachineManagerImpl]
>>>> > (UserVm-Scavenger-1:null) Cleaning up NICS
>>>> > 2013-04-07 00:36:54,391 DEBUG [cloud.network.NetworkManagerImpl]
>>>> > (UserVm-Scavenger-1:null) Cleaning network for vm: 12
>>>> > 2013-04-07 00:36:54,399 DEBUG [network.guru.DirectNetworkGuru]
>>>> > (UserVm-Scavenger-1:null) Deallocate network: networkId: 204, ip:
>>>> > 192.168.56.195
>>>> > 2013-04-07 00:36:54,409 DEBUG [cloud.network.NetworkManagerImpl]
>>>> > (UserVm-Scavenger-1:null) Removed nic id=18
>>>> > 2013-04-07 00:36:54,409 DEBUG [cloud.storage.StorageManagerImpl]
>>>> > (UserVm-Scavenger-1:null) Cleaning storage for vm: 12
>>>> > 2013-04-07 00:36:54,417 DEBUG [cloud.storage.StorageManagerImpl]
>>>> > (UserVm-Scavenger-1:null) Expunging Vol[12|vm=12|ROOT]
>>>> > 2013-04-07 00:36:54,424 DEBUG [agent.transport.Request]
>>>> > (UserVm-Scavenger-1:null) Seq 5-614334820: Sending  { Cmd , MgmtId:
>>>> 1, via:
>>>> > 5, Ver: v1, Flags: 100111,
>>>> >
>>>> [{"storage.DestroyCommand":{"vmName":"i-2-12-VM","volume":{"id":12,"name":"ROOT-12","mountPoint":"/iSCSI_SR_3","path":"40a39639-e8aa-45b5-bfa1-591b68571d0c","size":52428800,"type":"ROOT","storagePoolType":"PreSetup","storagePoolUuid":"iSCSI_SR_3","deviceId":0},"wait":0}}]
>>>> > }
>>>> > 2013-04-07 00:36:54,424 DEBUG [agent.transport.Request]
>>>> > (UserVm-Scavenger-1:null) Seq 5-614334820: Executing:  { Cmd ,
>>>> MgmtId: 1,
>>>> > via: 5, Ver: v1, Flags: 100111,
>>>> >
>>>> [{"storage.DestroyCommand":{"vmName":"i-2-12-VM","volume":{"id":12,"name":"ROOT-12","mountPoint":"/iSCSI_SR_3","path":"40a39639-e8aa-45b5-bfa1-591b68571d0c","size":52428800,"type":"ROOT","storagePoolType":"PreSetup","storagePoolUuid":"iSCSI_SR_3","deviceId":0},"wait":0}}]
>>>> > }
>>>> > 2013-04-07 00:36:54,424 DEBUG [agent.manager.DirectAgentAttache]
>>>> > (DirectAgent-411:null) Seq 5-614334820: Executing request
>>>> > 2013-04-07 00:36:55,072 DEBUG [agent.manager.DirectAgentAttache]
>>>> > (DirectAgent-411:null) Seq 5-614334820: Response Received:
>>>> > 2013-04-07 00:36:55,072 DEBUG [agent.transport.Request]
>>>> > (DirectAgent-411:null) Seq 5-614334820: Processing:  { Ans: , MgmtId:
>>>> 1,
>>>> > via: 5, Ver: v1, Flags: 110,
>>>> > [{"Answer":{"result":true,"details":"Success","wait":0}}] }
>>>> > 2013-04-07 00:36:55,072 DEBUG [agent.transport.Request]
>>>> > (UserVm-Scavenger-1:null) Seq 5-614334820: Received:  { Ans: ,
>>>> MgmtId: 1,
>>>> > via: 5, Ver: v1, Flags: 110, { Answer } }
>>>> > 2013-04-07 00:36:55,072 DEBUG [agent.manager.AgentAttache]
>>>> > (DirectAgent-411:null) Seq 5-614334820: No more commands found
>>>> > 2013-04-07 00:36:55,076 DEBUG [cloud.storage.StorageManagerImpl]
>>>> > (UserVm-Scavenger-1:null) Volume successfully expunged from 257
>>>> > 2013-04-07 00:36:55,076 DEBUG [cloud.vm.VirtualMachineManagerImpl]
>>>> > (UserVm-Scavenger-1:null) Expunged
>>>> > VM[User|c18ddf7c-fc61-40b0-af75-fdef05f8eae6]
>>>> > 2013-04-07 00:36:55,076 DEBUG [cloud.vm.UserVmManagerImpl]
>>>> > (UserVm-Scavenger-1:null) Starting cleaning up vm
>>>> > VM[User|c18ddf7c-fc61-40b0-af75-fdef05f8eae6] resources...
>>>> > 2013-04-07 00:36:55,080 INFO
>>>>  [network.security.SecurityGroupManagerImpl]
>>>> > (UserVm-Scavenger-1:null) Disassociated 1 network groups  from uservm
>>>> 12
>>>> > 2013-04-07 00:36:55,081 DEBUG
>>>> [network.security.SecurityGroupManagerImpl]
>>>> > (UserVm-Scavenger-1:null) Security group mappings are removed
>>>> successfully
>>>> > for vm id=12
>>>> > 2013-04-07 00:36:55,090 DEBUG [network.firewall.FirewallManagerImpl]
>>>> > (UserVm-Scavenger-1:null) No firewall rules are found for vm id=12
>>>> > 2013-04-07 00:36:55,090 DEBUG [cloud.vm.UserVmManagerImpl]
>>>> > (UserVm-Scavenger-1:null) Firewall rules are removed successfully as
>>>> a part
>>>> > of vm id=12 expunge
>>>> > 2013-04-07 00:36:55,093 DEBUG [network.rules.RulesManagerImpl]
>>>> > (UserVm-Scavenger-1:null) No port forwarding rules are found for vm
>>>> id=12
>>>> > 2013-04-07 00:36:55,093 DEBUG [cloud.vm.UserVmManagerImpl]
>>>> > (UserVm-Scavenger-1:null) Port forwarding rules are removed
>>>> successfully as
>>>> > a part of vm id=12 expunge
>>>> > 2013-04-07 00:36:55,095 DEBUG [cloud.vm.UserVmManagerImpl]
>>>> > (UserVm-Scavenger-1:null) Removed vm id=12 from all load balancers as
>>>> a
>>>> > part of expunge process
>>>> > 2013-04-07 00:36:55,096 DEBUG [cloud.vm.UserVmManagerImpl]
>>>> > (UserVm-Scavenger-1:null) Successfully cleaned up vm
>>>> > VM[User|c18ddf7c-fc61-40b0-af75-fdef05f8eae6] resources as a part of
>>>> > expunge process
>>>> > 2013-04-07 00:37:04,802 DEBUG [agent.manager.DirectAgentAttache]
>>>> > (DirectAgent-110:null) Ping from 6
>>>> > 2013-04-07 00:37:06,042 DEBUG [agent.manager.DirectAgentAttache]
>>>> > (DirectAgent-409:null) Ping from 5
>>>> > 2013-04-07 00:37:06,909 DEBUG [agent.manager.DirectAgentAttache]
>>>> > (DirectAgent-239:null) Seq 6-324993028: Executing request
>>>> > 2013-04-07 00:37:07,099 DEBUG [agent.manager.DirectAgentAttache]
>>>> > (DirectAgent-239:null) Seq 6-324993028: Response Received:
>>>> > 2013-04-07 00:37:07,100 DEBUG [agent.transport.Request]
>>>> > (DirectAgent-239:null) Seq 6-324993028: Processing:  { Ans: , MgmtId:
>>>> 1,
>>>> > via: 6, Ver: v1, Flags: 10,
>>>> >
>>>> [{"ClusterSyncAnswer":{"_clusterId":2,"_newStates":{},"_isExecuted":false,"result":true,"wait":0}}]
>>>> > }
>>>> > 2013-04-07 00:37:11,022 DEBUG [agent.manager.DirectAgentAttache]
>>>> > (DirectAgent-225:null) Seq 5-614334468: Executing request
>>>> > 2013-04-07 00:37:11,170 DEBUG [agent.manager.DirectAgentAttache]
>>>> > (DirectAgent-225:null) Seq 5-614334468: Response Received:
>>>> > 2013-04-07 00:37:11,171 DEBUG [agent.transport.Request]
>>>> > (DirectAgent-225:null) Seq 5-614334468: Processing:  { Ans: , MgmtId:
>>>> 1,
>>>> > via: 5, Ver: v1, Flags: 10, [{"Answer":{"result":true,"wait":0}}] }
>>>> > 2013-04-07 00:37:20,451 DEBUG
>>>> > [storage.secondary.SecondaryStorageManagerImpl] (secstorage-1:null)
>>>> Zone 1
>>>> > is ready to launch secondary storage VM
>>>> > 2013-04-07 00:37:20,554 DEBUG
>>>> [cloud.consoleproxy.ConsoleProxyManagerImpl]
>>>> > (consoleproxy-1:null) Zone 1 is ready to launch console proxy
>>>> > 2013-04-07 00:37:20,820 DEBUG
>>>> > [network.router.VirtualNetworkApplianceManagerImpl]
>>>> > (RouterStatusMonitor-1:null) Found 0 routers to update status.
>>>> > 2013-04-07 00:37:20,822 DEBUG
>>>> > [network.router.VirtualNetworkApplianceManagerImpl]
>>>> > (RouterStatusMonitor-1:null) Found 0 networks to update RvR status.
>>>> > 2013-04-07 00:37:20,851 DEBUG
>>>> > [network.router.VirtualNetworkApplianceManagerImpl]
>>>> > (RouterStatusMonitor-1:null) Found 0 routers to update status.
>>>> > 2013-04-07 00:37:20,852 DEBUG
>>>> > [network.router.VirtualNetworkApplianceManagerImpl]
>>>> > (RouterStatusMonitor-1:null) Found 0 networks to update RvR status.
>>>> > 2013-04-07 00:37:24,890 DEBUG [agent.manager.AgentManagerImpl]
>>>> > (AgentManager-Handler-6:null) Ping from 4
>>>> > 2013-04-07 00:37:27,167 DEBUG [agent.manager.DirectAgentAttache]
>>>> > (DirectAgent-354:null) Ping from 1
>>>> > 2013-04-07 00:37:29,095 DEBUG [agent.manager.DirectAgentAttache]
>>>> > (DirectAgent-97:null) Seq 1-90046472: Executing request
>>>> > 2013-04-07 00:37:29,317 DEBUG [agent.manager.DirectAgentAttache]
>>>> > (DirectAgent-97:null) Seq 1-90046472: Response Received:
>>>> > 2013-04-07 00:37:29,317 DEBUG [agent.transport.Request]
>>>> > (DirectAgent-97:null) Seq 1-90046472: Processing:  { Ans: , MgmtId:
>>>> 1, via:
>>>> > 1, Ver: v1, Flags: 10,
>>>> >
>>>> [{"ClusterSyncAnswer":{"_clusterId":1,"_newStates":{},"_isExecuted":false,"result":true,"wait":0}}]
>>>> > }
>>>> > 2013-04-07 00:37:47,679 DEBUG [agent.manager.AgentManagerImpl]
>>>> > (AgentManager-Handler-7:null) Ping from 3
>>>> > 2013-04-07 00:37:50,451 DEBUG
>>>> > [storage.secondary.SecondaryStorageManagerImpl] (secstorage-1:null)
>>>> Zone 1
>>>> > is ready to launch secondary storage VM
>>>> > 2013-04-07 00:37:50,555 DEBUG
>>>> [cloud.consoleproxy.ConsoleProxyManagerImpl]
>>>> > (consoleproxy-1:null) Zone 1 is ready to launch console proxy
>>>> > 2013-04-07 00:37:50,798 INFO  [cloud.ha.HighAvailabilityManagerImpl]
>>>> > (HA-2:null) checking health of usage server
>>>> > 2013-04-07 00:37:50,799 DEBUG [cloud.ha.HighAvailabilityManagerImpl]
>>>> > (HA-2:null) usage server running? false, heartbeat: null
>>>> > 2013-04-07 00:37:50,801 DEBUG [cloud.alert.AlertManagerImpl]
>>>> (HA-2:null)
>>>> > Have already sent: 1 emails for alert type '12' -- skipping send email
>>>> > 2013-04-07 00:37:50,816 DEBUG
>>>> > [network.router.VirtualNetworkApplianceManagerImpl]
>>>> (RouterMonitor-1:null)
>>>> > Found 0 running routers.
>>>> > 2013-04-07 00:37:50,820 DEBUG
>>>> > [network.router.VirtualNetworkApplianceManagerImpl]
>>>> > (RouterStatusMonitor-1:null) Found 0 routers to update status.
>>>> > 2013-04-07 00:37:50,821 DEBUG
>>>> > [network.router.VirtualNetworkApplianceManagerImpl]
>>>> > (RouterStatusMonitor-1:null) Found 0 networks to update RvR status.
>>>> > 2013-04-07 00:37:50,850 DEBUG
>>>> > [network.router.VirtualNetworkApplianceManagerImpl]
>>>> (RouterMonitor-1:null)
>>>> > Found 0 running routers.
>>>> > 2013-04-07 00:37:50,851 DEBUG
>>>> > [network.router.VirtualNetworkApplianceManagerImpl]
>>>> > (RouterStatusMonitor-1:null) Found 0 routers to update status.
>>>> > 2013-04-07 00:37:50,852 DEBUG
>>>> > [network.router.VirtualNetworkApplianceManagerImpl]
>>>> > (RouterStatusMonitor-1:null) Found 0 networks to update RvR status.
>>>> > 2013-04-07 00:37:50,909 DEBUG
>>>> > [cloud.network.ExternalLoadBalancerUsageManagerImpl]
>>>> > (ExternalNetworkMonitor-1:null) External devices stats collector is
>>>> > running...
>>>> > 2013-04-07 00:37:50,920 DEBUG [storage.snapshot.SnapshotSchedulerImpl]
>>>> > (SnapshotPollTask:null) Snapshot scheduler.poll is being called at
>>>> > 2013-04-07 06:37:50 GMT
>>>> > 2013-04-07 00:37:50,921 DEBUG [storage.snapshot.SnapshotSchedulerImpl]
>>>> > (SnapshotPollTask:null) Got 0 snapshots to be executed at 2013-04-07
>>>> > 06:37:50 GMT
>>>> > 2013-04-07 00:37:51,480 INFO  [agent.manager.AgentMonitor]
>>>> > (Thread-11:null) Found the following agents behind on ping: [6, 5]
>>>> > 2013-04-07 00:37:51,481 DEBUG [cloud.host.Status] (Thread-11:null)
>>>> Ping
>>>> > timeout for host 6, do invstigation
>>>> > 2013-04-07 00:37:51,482 DEBUG [cloud.host.Status] (Thread-11:null)
>>>> Ping
>>>> > timeout for host 5, do invstigation
>>>> > 2013-04-07 00:37:51,483 INFO  [agent.manager.AgentManagerImpl]
>>>> > (AgentTaskPool-10:null) Investigating why host 6 has disconnected with
>>>> > event PingTimeout
>>>> > 2013-04-07 00:37:51,483 DEBUG [agent.manager.AgentManagerImpl]
>>>> > (AgentTaskPool-10:null) checking if agent (6) is alive
>>>> > 2013-04-07 00:37:51,484 INFO  [agent.manager.AgentManagerImpl]
>>>> > (AgentTaskPool-13:null) Investigating why host 5 has disconnected with
>>>> > event PingTimeout
>>>> > 2013-04-07 00:37:51,484 DEBUG [agent.manager.AgentManagerImpl]
>>>> > (AgentTaskPool-13:null) checking if agent (5) is alive
>>>> > 2013-04-07 00:37:51,486 DEBUG [agent.transport.Request]
>>>> > (AgentTaskPool-10:null) Seq 6-324993316: Sending  { Cmd , MgmtId: 1,
>>>> via:
>>>> > 6, Ver: v1, Flags: 100011, [{"CheckHealthCommand":{"wait":50}}] }
>>>> > 2013-04-07 00:37:51,486 DEBUG [agent.transport.Request]
>>>> > (AgentTaskPool-10:null) Seq 6-324993316: Executing:  { Cmd , MgmtId:
>>>> 1,
>>>> > via: 6, Ver: v1, Flags: 100011, [{"CheckHealthCommand":{"wait":50}}] }
>>>> > 2013-04-07 00:37:51,486 DEBUG [agent.manager.DirectAgentAttache]
>>>> > (DirectAgent-303:null) Seq 6-324993316: Executing request
>>>> > 2013-04-07 00:37:51,488 DEBUG [agent.transport.Request]
>>>> > (AgentTaskPool-13:null) Seq 5-614334821: Sending  { Cmd , MgmtId: 1,
>>>> via:
>>>> > 5, Ver: v1, Flags: 100011, [{"CheckHealthCommand":{"wait":50}}] }
>>>> > 2013-04-07 00:37:51,488 DEBUG [agent.transport.Request]
>>>> > (AgentTaskPool-13:null) Seq 5-614334821: Executing:  { Cmd , MgmtId:
>>>> 1,
>>>> > via: 5, Ver: v1, Flags: 100011, [{"CheckHealthCommand":{"wait":50}}] }
>>>> > 2013-04-07 00:37:51,488 DEBUG [agent.manager.DirectAgentAttache]
>>>> > (DirectAgent-158:null) Seq 5-614334821: Executing request
>>>> > 2013-04-07 00:37:51,537 DEBUG [agent.manager.DirectAgentAttache]
>>>> > (DirectAgent-303:null) Seq 6-324993316: Response Received:
>>>> > 2013-04-07 00:37:51,538 DEBUG [agent.transport.Request]
>>>> > (DirectAgent-303:null) Seq 6-324993316: Processing:  { Ans: , MgmtId:
>>>> 1,
>>>> > via: 6, Ver: v1, Flags: 10,
>>>> > [{"CheckHealthAnswer":{"result":true,"details":"resource is
>>>> > alive","wait":0}}] }
>>>> > 2013-04-07 00:37:51,538 DEBUG [agent.transport.Request]
>>>> > (AgentTaskPool-10:null) Seq 6-324993316: Received:  { Ans: , MgmtId:
>>>> 1,
>>>> > via: 6, Ver: v1, Flags: 10, { CheckHealthAnswer } }
>>>> > 2013-04-07 00:37:51,538 DEBUG [agent.manager.AgentManagerImpl]
>>>> > (AgentTaskPool-10:null) Details from executing class
>>>> > com.cloud.agent.api.CheckHealthCommand: resource is alive
>>>> > 2013-04-07 00:37:51,538 DEBUG [agent.manager.AgentManagerImpl]
>>>> > (AgentTaskPool-10:null) agent (6) responded to checkHeathCommand,
>>>> reporting
>>>> > that agent is Up
>>>> > 2013-04-07 00:37:51,538 INFO  [agent.manager.AgentManagerImpl]
>>>> > (AgentTaskPool-10:null) The state determined is Up
>>>> > 2013-04-07 00:37:51,538 INFO  [agent.manager.AgentManagerImpl]
>>>> > (AgentTaskPool-10:null) Agent is determined to be up and running
>>>> > 2013-04-07 00:37:51,538 DEBUG [cloud.host.Status]
>>>> (AgentTaskPool-10:null)
>>>> > Transition:[Resource state = Enabled, Agent event = Ping, Host id =
>>>> 6, name
>>>> > = Tut-XenServer]
>>>> > 2013-04-07 00:37:51,541 DEBUG [agent.manager.DirectAgentAttache]
>>>> > (DirectAgent-158:null) Seq 5-614334821: Response Received:
>>>> > 2013-04-07 00:37:51,541 DEBUG [agent.transport.Request]
>>>> > (DirectAgent-158:null) Seq 5-614334821: Processing:  { Ans: , MgmtId:
>>>> 1,
>>>> > via: 5, Ver: v1, Flags: 10,
>>>> > [{"CheckHealthAnswer":{"result":true,"details":"resource is
>>>> > alive","wait":0}}] }
>>>> > 2013-04-07 00:37:51,541 DEBUG [agent.transport.Request]
>>>> > (AgentTaskPool-13:null) Seq 5-614334821: Received:  { Ans: , MgmtId:
>>>> 1,
>>>> > via: 5, Ver: v1, Flags: 10, { CheckHealthAnswer } }
>>>> > 2013-04-07 00:37:51,541 DEBUG [agent.manager.AgentManagerImpl]
>>>> > (AgentTaskPool-13:null) Details from executing class
>>>> > com.cloud.agent.api.CheckHealthCommand: resource is alive
>>>> > 2013-04-07 00:37:51,541 DEBUG [agent.manager.AgentManagerImpl]
>>>> > (AgentTaskPool-13:null) agent (5) responded to checkHeathCommand,
>>>> reporting
>>>> > that agent is Up
>>>> > 2013-04-07 00:37:51,541 INFO  [agent.manager.AgentManagerImpl]
>>>> > (AgentTaskPool-13:null) The state determined is Up
>>>> > 2013-04-07 00:37:51,541 DEBUG [cloud.host.Status]
>>>> (AgentTaskPool-10:null)
>>>> > Agent status update: [id = 6; name = Tut-XenServer; old status = Up;
>>>> event
>>>> > = Ping; new status = Up; old update count = 314; new update count =
>>>> 315]
>>>> > 2013-04-07 00:37:51,541 INFO  [agent.manager.AgentManagerImpl]
>>>> > (AgentTaskPool-13:null) Agent is determined to be up and running
>>>> > 2013-04-07 00:37:51,541 DEBUG [cloud.host.Status]
>>>> (AgentTaskPool-13:null)
>>>> > Transition:[Resource state = Enabled, Agent event = Ping, Host id =
>>>> 5, name
>>>> > = Tut-XenServer2]
>>>> > 2013-04-07 00:37:51,544 DEBUG [cloud.host.Status]
>>>> (AgentTaskPool-13:null)
>>>> > Agent status update: [id = 5; name = Tut-XenServer2; old status = Up;
>>>> event
>>>> > = Ping; new status = Up; old update count = 151; new update count =
>>>> 152]
>>>> > 2013-04-07 00:37:55,103 INFO  [cloud.vm.UserVmManagerImpl]
>>>> > (UserVm-Scavenger-1:null) Found 1 vms to expunge.
>>>> > 2013-04-07 00:37:55,103 DEBUG [cloud.vm.VirtualMachineManagerImpl]
>>>> > (UserVm-Scavenger-1:null) Stopped called on
>>>> > VM[User|94ddc16f-04fc-4da1-8326-01d8d5cdeb44] but the state is
>>>> Destroyed
>>>> > 2013-04-07 00:37:55,105 DEBUG [cloud.capacity.CapacityManagerImpl]
>>>> > (UserVm-Scavenger-1:null) VM state transitted from :Destroyed to
>>>> Expunging
>>>> > with event: ExpungeOperationvm's original host id: 6 new host id:
>>>> null host
>>>> > id before state transition: null
>>>> > 2013-04-07 00:37:55,105 DEBUG [cloud.vm.VirtualMachineManagerImpl]
>>>> > (UserVm-Scavenger-1:null) Destroying vm
>>>> > VM[User|94ddc16f-04fc-4da1-8326-01d8d5cdeb44]
>>>> > 2013-04-07 00:37:55,105 DEBUG [cloud.vm.VirtualMachineManagerImpl]
>>>> > (UserVm-Scavenger-1:null) Cleaning up NICS
>>>> > 2013-04-07 00:37:55,105 DEBUG [cloud.network.NetworkManagerImpl]
>>>> > (UserVm-Scavenger-1:null) Cleaning network for vm: 13
>>>> > 2013-04-07 00:37:55,113 DEBUG [network.guru.DirectNetworkGuru]
>>>> > (UserVm-Scavenger-1:null) Deallocate network: networkId: 204, ip:
>>>> > 192.168.56.146
>>>> > 2013-04-07 00:37:55,124 DEBUG [cloud.network.NetworkManagerImpl]
>>>> > (UserVm-Scavenger-1:null) Removed nic id=19
>>>> > 2013-04-07 00:37:55,124 DEBUG [cloud.storage.StorageManagerImpl]
>>>> > (UserVm-Scavenger-1:null) Cleaning storage for vm: 13
>>>> > 2013-04-07 00:37:55,132 DEBUG [cloud.storage.StorageManagerImpl]
>>>> > (UserVm-Scavenger-1:null) Expunging Vol[13|vm=13|ROOT]
>>>> > 2013-04-07 00:37:55,139 DEBUG [agent.transport.Request]
>>>> > (UserVm-Scavenger-1:null) Seq 6-324993317: Sending  { Cmd , MgmtId:
>>>> 1, via:
>>>> > 6, Ver: v1, Flags: 100111,
>>>> >
>>>> [{"storage.DestroyCommand":{"vmName":"i-2-13-VM","volume":{"id":13,"name":"ROOT-13","mountPoint":"/iSCSI_SR_3","path":"99154d9c-2665-465d-8c71-e60f1748895b","size":52428800,"type":"ROOT","storagePoolType":"PreSetup","storagePoolUuid":"iSCSI_SR_3","deviceId":0},"wait":0}}]
>>>> > }
>>>> > 2013-04-07 00:37:55,140 DEBUG [agent.transport.Request]
>>>> > (UserVm-Scavenger-1:null) Seq 6-324993317: Executing:  { Cmd ,
>>>> MgmtId: 1,
>>>> > via: 6, Ver: v1, Flags: 100111,
>>>> >
>>>> [{"storage.DestroyCommand":{"vmName":"i-2-13-VM","volume":{"id":13,"name":"ROOT-13","mountPoint":"/iSCSI_SR_3","path":"99154d9c-2665-465d-8c71-e60f1748895b","size":52428800,"type":"ROOT","storagePoolType":"PreSetup","storagePoolUuid":"iSCSI_SR_3","deviceId":0},"wait":0}}]
>>>> > }
>>>> > 2013-04-07 00:37:55,140 DEBUG [agent.manager.DirectAgentAttache]
>>>> > (DirectAgent-87:null) Seq 6-324993317: Executing request
>>>> > 2013-04-07 00:37:55,724 DEBUG [agent.manager.DirectAgentAttache]
>>>> > (DirectAgent-87:null) Seq 6-324993317: Response Received:
>>>> > 2013-04-07 00:37:55,724 DEBUG [agent.transport.Request]
>>>> > (DirectAgent-87:null) Seq 6-324993317: Processing:  { Ans: , MgmtId:
>>>> 1,
>>>> > via: 6, Ver: v1, Flags: 110,
>>>> > [{"Answer":{"result":true,"details":"Success","wait":0}}] }
>>>> > 2013-04-07 00:37:55,724 DEBUG [agent.manager.AgentAttache]
>>>> > (DirectAgent-87:null) Seq 6-324993317: No more commands found
>>>> > 2013-04-07 00:37:55,724 DEBUG [agent.transport.Request]
>>>> > (UserVm-Scavenger-1:null) Seq 6-324993317: Received:  { Ans: ,
>>>> MgmtId: 1,
>>>> > via: 6, Ver: v1, Flags: 110, { Answer } }
>>>> > 2013-04-07 00:37:55,727 DEBUG [cloud.storage.StorageManagerImpl]
>>>> > (UserVm-Scavenger-1:null) Volume successfully expunged from 257
>>>> > 2013-04-07 00:37:55,727 DEBUG [cloud.vm.VirtualMachineManagerImpl]
>>>> > (UserVm-Scavenger-1:null) Expunged
>>>> > VM[User|94ddc16f-04fc-4da1-8326-01d8d5cdeb44]
>>>> > 2013-04-07 00:37:55,727 DEBUG [cloud.vm.UserVmManagerImpl]
>>>> > (UserVm-Scavenger-1:null) Starting cleaning up vm
>>>> > VM[User|94ddc16f-04fc-4da1-8326-01d8d5cdeb44] resources...
>>>> > 2013-04-07 00:37:55,730 INFO
>>>>  [network.security.SecurityGroupManagerImpl]
>>>> > (UserVm-Scavenger-1:null) Disassociated 1 network groups  from uservm
>>>> 13
>>>> > 2013-04-07 00:37:55,732 DEBUG
>>>> [network.security.SecurityGroupManagerImpl]
>>>> > (UserVm-Scavenger-1:null) Security group mappings are removed
>>>> successfully
>>>> > for vm id=13
>>>> > 2013-04-07 00:37:55,736 DEBUG [network.firewall.FirewallManagerImpl]
>>>> > (UserVm-Scavenger-1:null) No firewall rules are found for vm id=13
>>>> > 2013-04-07 00:37:55,737 DEBUG [cloud.vm.UserVmManagerImpl]
>>>> > (UserVm-Scavenger-1:null) Firewall rules are removed successfully as
>>>> a part
>>>> > of vm id=13 expunge
>>>> > 2013-04-07 00:37:55,739 DEBUG [network.rules.RulesManagerImpl]
>>>> > (UserVm-Scavenger-1:null) No port forwarding rules are found for vm
>>>> id=13
>>>> > 2013-04-07 00:37:55,739 DEBUG [cloud.vm.UserVmManagerImpl]
>>>> > (UserVm-Scavenger-1:null) Port forwarding rules are removed
>>>> successfully as
>>>> > a part of vm id=13 expunge
>>>> > 2013-04-07 00:37:55,740 DEBUG [cloud.vm.UserVmManagerImpl]
>>>> > (UserVm-Scavenger-1:null) Removed vm id=13 from all load balancers as
>>>> a
>>>> > part of expunge process
>>>> > 2013-04-07 00:37:55,741 DEBUG [cloud.vm.UserVmManagerImpl]
>>>> > (UserVm-Scavenger-1:null) Successfully cleaned up vm
>>>> > VM[User|94ddc16f-04fc-4da1-8326-01d8d5cdeb44] resources as a part of
>>>> > expunge process
>>>> > 2013-04-07 00:38:04,813 DEBUG [agent.manager.DirectAgentAttache]
>>>> > (DirectAgent-442:null) Ping from 6
>>>> > 2013-04-07 00:38:06,064 DEBUG [agent.manager.DirectAgentAttache]
>>>> > (DirectAgent-374:null) Ping from 5
>>>> > 2013-04-07 00:38:06,909 DEBUG [agent.manager.DirectAgentAttache]
>>>> > (DirectAgent-157:null) Seq 6-324993028: Executing request
>>>> > 2013-04-07 00:38:07,099 DEBUG [agent.manager.DirectAgentAttache]
>>>> > (DirectAgent-157:null) Seq 6-324993028: Response Received:
>>>> > 2013-04-07 00:38:07,100 DEBUG [agent.transport.Request]
>>>> > (DirectAgent-157:null) Seq 6-324993028: Processing:  { Ans: , MgmtId:
>>>> 1,
>>>> > via: 6, Ver: v1, Flags: 10,
>>>> >
>>>> [{"ClusterSyncAnswer":{"_clusterId":2,"_newStates":{},"_isExecuted":false,"result":true,"wait":0}}]
>>>> > }
>>>> > 2013-04-07 00:38:11,022 DEBUG [agent.manager.DirectAgentAttache]
>>>> > (DirectAgent-192:null) Seq 5-614334468: Executing request
>>>> > 2013-04-07 00:38:11,181 DEBUG [agent.manager.DirectAgentAttache]
>>>> > (DirectAgent-192:null) Seq 5-614334468: Response Received:
>>>> > 2013-04-07 00:38:11,181 DEBUG [agent.transport.Request]
>>>> > (DirectAgent-192:null) Seq 5-614334468: Processing:  { Ans: , MgmtId:
>>>> 1,
>>>> > via: 5, Ver: v1, Flags: 10, [{"Answer":{"result":true,"wait":0}}] }
>>>> > 2013-04-07 00:38:20,455 DEBUG
>>>> > [storage.secondary.SecondaryStorageManagerImpl] (secstorage-1:null)
>>>> Zone 1
>>>> > is ready to launch secondary storage VM
>>>> > 2013-04-07 00:38:20,573 DEBUG
>>>> [cloud.consoleproxy.ConsoleProxyManagerImpl]
>>>> > (consoleproxy-1:null) Zone 1 is ready to launch console proxy
>>>> > 2013-04-07 00:38:20,820 DEBUG
>>>> > [network.router.VirtualNetworkApplianceManagerImpl]
>>>> > (RouterStatusMonitor-1:null) Found 0 routers to update status.
>>>> > 2013-04-07 00:38:20,821 DEBUG
>>>> > [network.router.VirtualNetworkApplianceManagerImpl]
>>>> > (RouterStatusMonitor-1:null) Found 0 networks to update RvR status.
>>>> > 2013-04-07 00:38:20,851 DEBUG
>>>> > [network.router.VirtualNetworkApplianceManagerImpl]
>>>> > (RouterStatusMonitor-1:null) Found 0 routers to update status.
>>>> > 2013-04-07 00:38:20,853 DEBUG
>>>> > [network.router.VirtualNetworkApplianceManagerImpl]
>>>> > (RouterStatusMonitor-1:null) Found 0 networks to update RvR status.
>>>> > 2013-04-07 00:38:20,921 DEBUG [cloud.alert.AlertManagerImpl]
>>>> > (CapacityChecker:null) Running Capacity Checker ...
>>>> > 2013-04-07 00:38:20,921 DEBUG [cloud.alert.AlertManagerImpl]
>>>> > (CapacityChecker:null) recalculating system capacity
>>>> > 2013-04-07 00:38:20,921 DEBUG [cloud.alert.AlertManagerImpl]
>>>> > (CapacityChecker:null) Executing cpu/ram capacity update
>>>> > 2013-04-07 00:38:20,931 DEBUG [cloud.capacity.CapacityManagerImpl]
>>>> > (CapacityChecker:null) Found 2 VMs on host 1
>>>> > 2013-04-07 00:38:20,932 DEBUG [cloud.capacity.CapacityManagerImpl]
>>>> > (CapacityChecker:null) Found 0 VM, not running on host 1
>>>> > 2013-04-07 00:38:20,935 DEBUG [cloud.capacity.CapacityManagerImpl]
>>>> > (CapacityChecker:null) No need to calibrate cpu capacity, host:1
>>>> usedCpu:
>>>> > 200 reservedCpu: 0
>>>> > 2013-04-07 00:38:20,935 DEBUG [cloud.capacity.CapacityManagerImpl]
>>>> > (CapacityChecker:null) No need to calibrate memory capacity, host:1
>>>> > usedMem: 209715200 reservedMem: 0
>>>> > 2013-04-07 00:38:20,940 DEBUG [cloud.capacity.CapacityManagerImpl]
>>>> > (CapacityChecker:null) Found 0 VMs on host 5
>>>> > 2013-04-07 00:38:20,941 DEBUG [cloud.capacity.CapacityManagerImpl]
>>>> > (CapacityChecker:null) Found 0 VM, not running on host 5
>>>> > 2013-04-07 00:38:20,944 DEBUG [cloud.capacity.CapacityManagerImpl]
>>>> > (CapacityChecker:null) No need to calibrate cpu capacity, host:5
>>>> usedCpu: 0
>>>> > reservedCpu: 0
>>>> > 2013-04-07 00:38:20,944 DEBUG [cloud.capacity.CapacityManagerImpl]
>>>> > (CapacityChecker:null) No need to calibrate memory capacity, host:5
>>>> > usedMem: 0 reservedMem: 0
>>>> > 2013-04-07 00:38:20,950 DEBUG [cloud.capacity.CapacityManagerImpl]
>>>> > (CapacityChecker:null) Found 1 VMs on host 6
>>>> > 2013-04-07 00:38:20,951 DEBUG [cloud.capacity.CapacityManagerImpl]
>>>> > (CapacityChecker:null) Found 0 VM, not running on host 6
>>>> > 2013-04-07 00:38:20,954 DEBUG [cloud.capacity.CapacityManagerImpl]
>>>> > (CapacityChecker:null) No need to calibrate cpu capacity, host:6
>>>> usedCpu:
>>>> > 100 reservedCpu: 0
>>>> > 2013-04-07 00:38:20,954 DEBUG [cloud.capacity.CapacityManagerImpl]
>>>> > (CapacityChecker:null) No need to calibrate memory capacity, host:6
>>>> > usedMem: 104857600 reservedMem: 0
>>>> > 2013-04-07 00:38:20,954 DEBUG [cloud.alert.AlertManagerImpl]
>>>> > (CapacityChecker:null) Done executing cpu/ram capacity update
>>>> > 2013-04-07 00:38:20,954 DEBUG [cloud.alert.AlertManagerImpl]
>>>> > (CapacityChecker:null) Executing storage capacity update
>>>> > 2013-04-07 00:38:20,961 DEBUG [cloud.storage.StorageManagerImpl]
>>>> > (CapacityChecker:null) Successfully set Capacity - 31004332032 for
>>>> capacity
>>>> > type - 9 , DataCenterId - 1, HostOrPoolId - 200, PodId 1
>>>> > 2013-04-07 00:38:20,965 DEBUG [cloud.storage.StorageManagerImpl]
>>>> > (CapacityChecker:null) Successfully set Capacity - 97221701632 for
>>>> capacity
>>>> > type - 9 , DataCenterId - 1, HostOrPoolId - 201, PodId 1
>>>> > 2013-04-07 00:38:20,970 DEBUG [cloud.storage.StorageManagerImpl]
>>>> > (CapacityChecker:null) Successfully set Capacity - 97221701632 for
>>>> capacity
>>>> > type - 9 , DataCenterId - 1, HostOrPoolId - 202, PodId 1
>>>> > 2013-04-07 00:38:20,975 DEBUG [cloud.storage.StorageManagerImpl]
>>>> > (CapacityChecker:null) Successfully set Capacity - 2084569088 for
>>>> capacity
>>>> > type - 3 , DataCenterId - 1, HostOrPoolId - 256, PodId 1
>>>> > 2013-04-07 00:38:20,980 DEBUG [cloud.storage.StorageManagerImpl]
>>>> > (CapacityChecker:null) Successfully set Capacity - 2084569088 for
>>>> capacity
>>>> > type - 3 , DataCenterId - 1, HostOrPoolId - 257, PodId 1
>>>> > 2013-04-07 00:38:20,985 DEBUG [cloud.storage.StorageManagerImpl]
>>>> > (CapacityChecker:null) Successfully set Capacity - 2084569088 for
>>>> capacity
>>>> > type - 3 , DataCenterId - 1, HostOrPoolId - 262, PodId 1
>>>> > 2013-04-07 00:38:20,985 DEBUG [cloud.alert.AlertManagerImpl]
>>>> > (CapacityChecker:null) Done executing storage capacity update
>>>> > 2013-04-07 00:38:20,985 DEBUG [cloud.alert.AlertManagerImpl]
>>>> > (CapacityChecker:null) Executing capacity updates for public ip and
>>>> Vlans
>>>> > 2013-04-07 00:38:20,995 DEBUG [cloud.alert.AlertManagerImpl]
>>>> > (CapacityChecker:null) Done capacity updates for public ip and Vlans
>>>> > 2013-04-07 00:38:20,996 DEBUG [cloud.alert.AlertManagerImpl]
>>>> > (CapacityChecker:null) Executing capacity updates for private ip
>>>> > 2013-04-07 00:38:21,003 DEBUG [cloud.alert.AlertManagerImpl]
>>>> > (CapacityChecker:null) Done executing capacity updates for private ip
>>>> > 2013-04-07 00:38:21,003 DEBUG [cloud.alert.AlertManagerImpl]
>>>> > (CapacityChecker:null) Done recalculating system capacity
>>>> > 2013-04-07 00:38:21,031 DEBUG [cloud.alert.AlertManagerImpl]
>>>> > (CapacityChecker:null) Done running Capacity Checker ...
>>>> > 2013-04-07 00:38:24,889 DEBUG [agent.manager.AgentManagerImpl]
>>>> > (AgentManager-Handler-8:null) Ping from 4
>>>> > 2013-04-07 00:38:27,157 DEBUG [agent.manager.DirectAgentAttache]
>>>> > (DirectAgent-311:null) Ping from 1
>>>> > 2013-04-07 00:38:29,095 DEBUG [agent.manager.DirectAgentAttache]
>>>> > (DirectAgent-197:null) Seq 1-90046472: Executing request
>>>> > 2013-04-07 00:38:29,323 DEBUG [agent.manager.DirectAgentAttache]
>>>> > (DirectAgent-197:null) Seq 1-90046472: Response Received:
>>>> > 2013-04-07 00:38:29,324 DEBUG [agent.transport.Request]
>>>> > (DirectAgent-197:null) Seq 1-90046472: Processing:  { Ans: , MgmtId:
>>>> 1,
>>>> > via: 1, Ver: v1, Flags: 10,
>>>> >
>>>> [{"ClusterSyncAnswer":{"_clusterId":1,"_newStates":{},"_isExecuted":false,"result":true,"wait":0}}]
>>>> > }
>>>> > 2013-04-07 00:38:47,679 DEBUG [agent.manager.AgentManagerImpl]
>>>> > (AgentManager-Handler-9:null) Ping from 3
>>>> > 2013-04-07 00:38:50,453 DEBUG
>>>> > [storage.secondary.SecondaryStorageManagerImpl] (secstorage-1:null)
>>>> Zone 1
>>>> > is ready to launch secondary storage VM
>>>> > 2013-04-07 00:38:50,560 DEBUG
>>>> [cloud.consoleproxy.ConsoleProxyManagerImpl]
>>>> > (consoleproxy-1:null) Zone 1 is ready to launch console proxy
>>>> > 2013-04-07 00:38:50,819 DEBUG
>>>> > [network.router.VirtualNetworkApplianceManagerImpl]
>>>> > (RouterStatusMonitor-1:null) Found 0 routers to update status.
>>>> > 2013-04-07 00:38:50,820 DEBUG
>>>> > [network.router.VirtualNetworkApplianceManagerImpl]
>>>> > (RouterStatusMonitor-1:null) Found 0 networks to update RvR status.
>>>> > 2013-04-07 00:38:50,851 DEBUG
>>>> > [network.router.VirtualNetworkApplianceManagerImpl]
>>>> > (RouterStatusMonitor-1:null) Found 0 routers to update status.
>>>> > 2013-04-07 00:38:50,852 DEBUG
>>>> > [network.router.VirtualNetworkApplianceManagerImpl]
>>>> > (RouterStatusMonitor-1:null) Found 0 networks to update RvR status.
>>>> > 2013-04-07 00:38:51,483 INFO  [agent.manager.AgentMonitor]
>>>> > (Thread-11:null) Found the following agents behind on ping: [6, 5]
>>>> > 2013-04-07 00:38:51,485 DEBUG [cloud.host.Status] (Thread-11:null)
>>>> Ping
>>>> > timeout for host 6, do invstigation
>>>> > 2013-04-07 00:38:51,486 DEBUG [cloud.host.Status] (Thread-11:null)
>>>> Ping
>>>> > timeout for host 5, do invstigation
>>>> > 2013-04-07 00:38:51,486 INFO  [agent.manager.AgentManagerImpl]
>>>> > (AgentTaskPool-11:null) Investigating why host 6 has disconnected with
>>>> > event PingTimeout
>>>> > 2013-04-07 00:38:51,486 DEBUG [agent.manager.AgentManagerImpl]
>>>> > (AgentTaskPool-11:null) checking if agent (6) is alive
>>>> > 2013-04-07 00:38:51,487 INFO  [agent.manager.AgentManagerImpl]
>>>> > (AgentTaskPool-16:null) Investigating why host 5 has disconnected with
>>>> > event PingTimeout
>>>> > 2013-04-07 00:38:51,488 DEBUG [agent.manager.AgentManagerImpl]
>>>> > (AgentTaskPool-16:null) checking if agent (5) is alive
>>>> > 2013-04-07 00:38:51,489 DEBUG [agent.transport.Request]
>>>> > (AgentTaskPool-11:null) Seq 6-324993318: Sending  { Cmd , MgmtId: 1,
>>>> via:
>>>> > 6, Ver: v1, Flags: 100011, [{"CheckHealthCommand":{"wait":50}}] }
>>>> > 2013-04-07 00:38:51,489 DEBUG [agent.transport.Request]
>>>> > (AgentTaskPool-11:null) Seq 6-324993318: Executing:  { Cmd , MgmtId:
>>>> 1,
>>>> > via: 6, Ver: v1, Flags: 100011, [{"CheckHealthCommand":{"wait":50}}] }
>>>> > 2013-04-07 00:38:51,489 DEBUG [agent.manager.DirectAgentAttache]
>>>> > (DirectAgent-372:null) Seq 6-324993318: Executing request
>>>> > 2013-04-07 00:38:51,491 DEBUG [agent.transport.Request]
>>>> > (AgentTaskPool-16:null) Seq 5-614334822: Sending  { Cmd , MgmtId: 1,
>>>> via:
>>>> > 5, Ver: v1, Flags: 100011, [{"CheckHealthCommand":{"wait":50}}] }
>>>> > 2013-04-07 00:38:51,491 DEBUG [agent.transport.Request]
>>>> > (AgentTaskPool-16:null) Seq 5-614334822: Executing:  { Cmd , MgmtId:
>>>> 1,
>>>> > via: 5, Ver: v1, Flags: 100011, [{"CheckHealthCommand":{"wait":50}}] }
>>>> > 2013-04-07 00:38:51,491 DEBUG [agent.manager.DirectAgentAttache]
>>>> > (DirectAgent-252:null) Seq 5-614334822: Executing request
>>>> > 2013-04-07 00:38:51,546 DEBUG [agent.manager.DirectAgentAttache]
>>>> > (DirectAgent-372:null) Seq 6-324993318: Response Received:
>>>> > 2013-04-07 00:38:51,547 DEBUG [agent.transport.Request]
>>>> > (DirectAgent-372:null) Seq 6-324993318: Processing:  { Ans: , MgmtId:
>>>> 1,
>>>> > via: 6, Ver: v1, Flags: 10,
>>>> > [{"CheckHealthAnswer":{"result":true,"details":"resource is
>>>> > alive","wait":0}}] }
>>>> > 2013-04-07 00:38:51,547 DEBUG [agent.transport.Request]
>>>> > (AgentTaskPool-11:null) Seq 6-324993318: Received:  { Ans: , MgmtId:
>>>> 1,
>>>> > via: 6, Ver: v1, Flags: 10, { CheckHealthAnswer } }
>>>> > 2013-04-07 00:38:51,547 DEBUG [agent.manager.AgentManagerImpl]
>>>> > (AgentTaskPool-11:null) Details from executing class
>>>> > com.cloud.agent.api.CheckHealthCommand: resource is alive
>>>> > 2013-04-07 00:38:51,547 DEBUG [agent.manager.AgentManagerImpl]
>>>> > (AgentTaskPool-11:null) agent (6) responded to checkHeathCommand,
>>>> reporting
>>>> > that agent is Up
>>>> > 2013-04-07 00:38:51,547 INFO  [agent.manager.AgentManagerImpl]
>>>> > (AgentTaskPool-11:null) The state determined is Up
>>>> > 2013-04-07 00:38:51,547 INFO  [agent.manager.AgentManagerImpl]
>>>> > (AgentTaskPool-11:null) Agent is determined to be up and running
>>>> > 2013-04-07 00:38:51,547 DEBUG [cloud.host.Status]
>>>> (AgentTaskPool-11:null)
>>>> > Transition:[Resource state = Enabled, Agent event = Ping, Host id =
>>>> 6, name
>>>> > = Tut-XenServer]
>>>> > 2013-04-07 00:38:51,549 DEBUG [agent.manager.DirectAgentAttache]
>>>> > (DirectAgent-252:null) Seq 5-614334822: Response Received:
>>>> > 2013-04-07 00:38:51,549 DEBUG [agent.transport.Request]
>>>> > (DirectAgent-252:null) Seq 5-614334822: Processing:  { Ans: , MgmtId:
>>>> 1,
>>>> > via: 5, Ver: v1, Flags: 10,
>>>> > [{"CheckHealthAnswer":{"result":true,"details":"resource is
>>>> > alive","wait":0}}] }
>>>> > 2013-04-07 00:38:51,549 DEBUG [agent.transport.Request]
>>>> > (AgentTaskPool-16:null) Seq 5-614334822: Received:  { Ans: , MgmtId:
>>>> 1,
>>>> > via: 5, Ver: v1, Flags: 10, { CheckHealthAnswer } }
>>>> > 2013-04-07 00:38:51,550 DEBUG [agent.manager.AgentManagerImpl]
>>>> > (AgentTaskPool-16:null) Details from executing class
>>>> > com.cloud.agent.api.CheckHealthCommand: resource is alive
>>>> > 2013-04-07 00:38:51,550 DEBUG [agent.manager.AgentManagerImpl]
>>>> > (AgentTaskPool-16:null) agent (5) responded to checkHeathCommand,
>>>> reporting
>>>> > that agent is Up
>>>> > 2013-04-07 00:38:51,550 INFO  [agent.manager.AgentManagerImpl]
>>>> > (AgentTaskPool-16:null) The state determined is Up
>>>> > 2013-04-07 00:38:51,550 INFO  [agent.manager.AgentManagerImpl]
>>>> > (AgentTaskPool-16:null) Agent is determined to be up and running
>>>> > 2013-04-07 00:38:51,550 DEBUG [cloud.host.Status]
>>>> (AgentTaskPool-11:null)
>>>> > Agent status update: [id = 6; name = Tut-XenServer; old status = Up;
>>>> event
>>>> > = Ping; new status = Up; old update count = 315; new update count =
>>>> 316]
>>>> > 2013-04-07 00:38:51,550 DEBUG [cloud.host.Status]
>>>> (AgentTaskPool-16:null)
>>>> > Transition:[Resource state = Enabled, Agent event = Ping, Host id =
>>>> 5, name
>>>> > = Tut-XenServer2]
>>>> > 2013-04-07 00:38:51,553 DEBUG [cloud.host.Status]
>>>> (AgentTaskPool-16:null)
>>>> > Agent status update: [id = 5; name = Tut-XenServer2; old status = Up;
>>>> event
>>>> > = Ping; new status = Up; old update count = 152; new update count =
>>>> 153]
>>>> > 2013-04-07 00:39:04,800 DEBUG [agent.manager.DirectAgentAttache]
>>>> > (DirectAgent-100:null) Ping from 6
>>>> > 2013-04-07 00:39:06,054 DEBUG [agent.manager.DirectAgentAttache]
>>>> > (DirectAgent-259:null) Ping from 5
>>>> > 2013-04-07 00:39:06,909 DEBUG [agent.manager.DirectAgentAttache]
>>>> > (DirectAgent-134:null) Seq 6-324993028: Executing request
>>>> > 2013-04-07 00:39:07,104 DEBUG [agent.manager.DirectAgentAttache]
>>>> > (DirectAgent-134:null) Seq 6-324993028: Response Received:
>>>> > 2013-04-07 00:39:07,104 DEBUG [agent.transport.Request]
>>>> > (DirectAgent-134:null) Seq 6-324993028: Processing:  { Ans: , MgmtId:
>>>> 1,
>>>> > via: 6, Ver: v1, Flags: 10,
>>>> >
>>>> [{"ClusterSyncAnswer":{"_clusterId":2,"_newStates":{},"_isExecuted":false,"result":true,"wait":0}}]
>>>> > }
>>>> > 2013-04-07 00:39:11,022 DEBUG [agent.manager.DirectAgentAttache]
>>>> > (DirectAgent-188:null) Seq 5-614334468: Executing request
>>>> > 2013-04-07 00:39:11,164 DEBUG [agent.manager.DirectAgentAttache]
>>>> > (DirectAgent-188:null) Seq 5-614334468: Response Received:
>>>> > 2013-04-07 00:39:11,164 DEBUG [agent.transport.Request]
>>>> > (DirectAgent-188:null) Seq 5-614334468: Processing:  { Ans: , MgmtId:
>>>> 1,
>>>> > via: 5, Ver: v1, Flags: 10, [{"Answer":{"result":true,"wait":0}}] }
>>>> > 2013-04-07 00:39:20,451 DEBUG
>>>> > [storage.secondary.SecondaryStorageManagerImpl] (secstorage-1:null)
>>>> Zone 1
>>>> > is ready to launch secondary storage VM
>>>> > 2013-04-07 00:39:20,552 DEBUG
>>>> [cloud.consoleproxy.ConsoleProxyManagerImpl]
>>>> > (consoleproxy-1:null) Zone 1 is ready to launch console proxy
>>>> > 2013-04-07 00:39:20,819 DEBUG
>>>> > [network.router.VirtualNetworkApplianceManagerImpl]
>>>> > (RouterStatusMonitor-1:null) Found 0 routers to update status.
>>>> > 2013-04-07 00:39:20,820 DEBUG
>>>> > [network.router.VirtualNetworkApplianceManagerImpl]
>>>> > (RouterStatusMonitor-1:null) Found 0 networks to update RvR status.
>>>> > 2013-04-07 00:39:20,851 DEBUG
>>>> > [network.router.VirtualNetworkApplianceManagerImpl]
>>>> > (RouterStatusMonitor-1:null) Found 0 routers to update status.
>>>> > 2013-04-07 00:39:20,852 DEBUG
>>>> > [network.router.VirtualNetworkApplianceManagerImpl]
>>>> > (RouterStatusMonitor-1:null) Found 0 networks to update RvR status.
>>>> > 2013-04-07 00:39:24,890 DEBUG [agent.manager.AgentManagerImpl]
>>>> > (AgentManager-Handler-10:null) Ping from 4
>>>> > 2013-04-07 00:39:27,161 DEBUG [agent.manager.DirectAgentAttache]
>>>> > (DirectAgent-400:null) Ping from 1
>>>> > 2013-04-07 00:39:27,661 DEBUG [cloud.api.ApiServlet]
>>>> > (1109449945@qtp-1008805148-34:null) ===START===  127.0.0.1 -- GET
>>>> >
>>>>  command=listVolumes&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&listAll=true&page=1&pagesize=20&_=1365316767658
>>>> > 2013-04-07 00:39:27,672 DEBUG [cloud.api.ApiServlet]
>>>> > (1109449945@qtp-1008805148-34:null) ===END===  127.0.0.1 -- GET
>>>> >
>>>>  command=listVolumes&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&listAll=true&page=1&pagesize=20&_=1365316767658
>>>> > 2013-04-07 00:39:28,628 DEBUG [cloud.api.ApiServlet]
>>>> > (1109449945@qtp-1008805148-34:null) ===START===  127.0.0.1 -- GET
>>>> >
>>>>  command=listVirtualMachines&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&listAll=true&page=1&pagesize=20&_=1365316768625
>>>> > 2013-04-07 00:39:28,640 DEBUG [cloud.api.ApiServlet]
>>>> > (1109449945@qtp-1008805148-34:null) ===END===  127.0.0.1 -- GET
>>>> >
>>>>  command=listVirtualMachines&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&listAll=true&page=1&pagesize=20&_=1365316768625
>>>> > 2013-04-07 00:39:29,095 DEBUG [agent.manager.DirectAgentAttache]
>>>> > (DirectAgent-101:null) Seq 1-90046472: Executing request
>>>> > 2013-04-07 00:39:29,311 DEBUG [agent.manager.DirectAgentAttache]
>>>> > (DirectAgent-101:null) Seq 1-90046472: Response Received:
>>>> > 2013-04-07 00:39:29,311 DEBUG [agent.transport.Request]
>>>> > (DirectAgent-101:null) Seq 1-90046472: Processing:  { Ans: , MgmtId:
>>>> 1,
>>>> > via: 1, Ver: v1, Flags: 10,
>>>> >
>>>> [{"ClusterSyncAnswer":{"_clusterId":1,"_newStates":{},"_isExecuted":false,"result":true,"wait":0}}]
>>>> > }
>>>> > 2013-04-07 00:39:31,530 DEBUG [cloud.api.ApiServlet]
>>>> > (1109449945@qtp-1008805148-34:null) ===START===  127.0.0.1 -- GET
>>>> >
>>>>  command=logout&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316771528
>>>> > 2013-04-07 00:39:31,535 DEBUG [cloud.api.ApiServlet]
>>>> > (1109449945@qtp-1008805148-34:null) ===END===  127.0.0.1 -- GET
>>>> >
>>>>  command=logout&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316771528
>>>> > 2013-04-07 00:39:31,969 DEBUG [cloud.api.ApiServlet]
>>>> > (2107564436@qtp-1008805148-38:null) ===START===  127.0.0.1 -- GET
>>>> >
>>>>  command=listCapabilities&response=json&sessionkey=null&_=1365316771968
>>>> > 2013-04-07 00:39:31,970 DEBUG [cloud.api.ApiServlet]
>>>> > (2107564436@qtp-1008805148-38:null) ===END===  127.0.0.1 -- GET
>>>> >
>>>>  command=listCapabilities&response=json&sessionkey=null&_=1365316771968
>>>> > 2013-04-07 00:39:47,679 DEBUG [agent.manager.AgentManagerImpl]
>>>> > (AgentManager-Handler-11:null) Ping from 3
>>>> > 2013-04-07 00:39:50,451 DEBUG
>>>> > [storage.secondary.SecondaryStorageManagerImpl] (secstorage-1:null)
>>>> Zone 1
>>>> > is ready to launch secondary storage VM
>>>> > 2013-04-07 00:39:50,555 DEBUG
>>>> [cloud.consoleproxy.ConsoleProxyManagerImpl]
>>>> > (consoleproxy-1:null) Zone 1 is ready to launch console proxy
>>>> > 2013-04-07 00:39:50,819 DEBUG
>>>> > [network.router.VirtualNetworkApplianceManagerImpl]
>>>> > (RouterStatusMonitor-1:null) Found 0 routers to update status.
>>>> > 2013-04-07 00:39:50,820 DEBUG
>>>> > [network.router.VirtualNetworkApplianceManagerImpl]
>>>> > (RouterStatusMonitor-1:null) Found 0 networks to update RvR status.
>>>> > 2013-04-07 00:39:50,850 DEBUG
>>>> > [network.router.VirtualNetworkApplianceManagerImpl]
>>>> > (RouterStatusMonitor-1:null) Found 0 routers to update status.
>>>> > 2013-04-07 00:39:50,851 DEBUG
>>>> > [network.router.VirtualNetworkApplianceManagerImpl]
>>>> > (RouterStatusMonitor-1:null) Found 0 networks to update RvR status.
>>>> > 2013-04-07 00:39:51,486 INFO  [agent.manager.AgentMonitor]
>>>> > (Thread-11:null) Found the following agents behind on ping: [6, 5]
>>>> > 2013-04-07 00:39:51,488 DEBUG [cloud.host.Status] (Thread-11:null)
>>>> Ping
>>>> > timeout for host 6, do invstigation
>>>> > 2013-04-07 00:39:51,489 DEBUG [cloud.host.Status] (Thread-11:null)
>>>> Ping
>>>> > timeout for host 5, do invstigation
>>>> > 2013-04-07 00:39:51,489 INFO  [agent.manager.AgentManagerImpl]
>>>> > (AgentTaskPool-2:null) Investigating why host 6 has disconnected with
>>>> event
>>>> > PingTimeout
>>>> > 2013-04-07 00:39:51,490 DEBUG [agent.manager.AgentManagerImpl]
>>>> > (AgentTaskPool-2:null) checking if agent (6) is alive
>>>> > 2013-04-07 00:39:51,491 INFO  [agent.manager.AgentManagerImpl]
>>>> > (AgentTaskPool-14:null) Investigating why host 5 has disconnected with
>>>> > event PingTimeout
>>>> > 2013-04-07 00:39:51,491 DEBUG [agent.manager.AgentManagerImpl]
>>>> > (AgentTaskPool-14:null) checking if agent (5) is alive
>>>> > 2013-04-07 00:39:51,493 DEBUG [agent.transport.Request]
>>>> > (AgentTaskPool-2:null) Seq 6-324993319: Sending  { Cmd , MgmtId: 1,
>>>> via: 6,
>>>> > Ver: v1, Flags: 100011, [{"CheckHealthCommand":{"wait":50}}] }
>>>> > 2013-04-07 00:39:51,493 DEBUG [agent.transport.Request]
>>>> > (AgentTaskPool-2:null) Seq 6-324993319: Executing:  { Cmd , MgmtId:
>>>> 1, via:
>>>> > 6, Ver: v1, Flags: 100011, [{"CheckHealthCommand":{"wait":50}}] }
>>>> > 2013-04-07 00:39:51,493 DEBUG [agent.manager.DirectAgentAttache]
>>>> > (DirectAgent-278:null) Seq 6-324993319: Executing request
>>>> > 2013-04-07 00:39:51,494 DEBUG [agent.transport.Request]
>>>> > (AgentTaskPool-14:null) Seq 5-614334823: Sending  { Cmd , MgmtId: 1,
>>>> via:
>>>> > 5, Ver: v1, Flags: 100011, [{"CheckHealthCommand":{"wait":50}}] }
>>>> > 2013-04-07 00:39:51,494 DEBUG [agent.transport.Request]
>>>> > (AgentTaskPool-14:null) Seq 5-614334823: Executing:  { Cmd , MgmtId:
>>>> 1,
>>>> > via: 5, Ver: v1, Flags: 100011, [{"CheckHealthCommand":{"wait":50}}] }
>>>> > 2013-04-07 00:39:51,495 DEBUG [agent.manager.DirectAgentAttache]
>>>> > (DirectAgent-433:null) Seq 5-614334823: Executing request
>>>> > 2013-04-07 00:39:51,547 DEBUG [agent.manager.DirectAgentAttache]
>>>> > (DirectAgent-278:null) Seq 6-324993319: Response Received:
>>>> > 2013-04-07 00:39:51,548 DEBUG [agent.transport.Request]
>>>> > (DirectAgent-278:null) Seq 6-324993319: Processing:  { Ans: , MgmtId:
>>>> 1,
>>>> > via: 6, Ver: v1, Flags: 10,
>>>> > [{"CheckHealthAnswer":{"result":true,"details":"resource is
>>>> > alive","wait":0}}] }
>>>> > 2013-04-07 00:39:51,548 DEBUG [agent.transport.Request]
>>>> > (AgentTaskPool-2:null) Seq 6-324993319: Received:  { Ans: , MgmtId:
>>>> 1, via:
>>>> > 6, Ver: v1, Flags: 10, { CheckHealthAnswer } }
>>>> > 2013-04-07 00:39:51,548 DEBUG [agent.manager.AgentManagerImpl]
>>>> > (AgentTaskPool-2:null) Details from executing class
>>>> > com.cloud.agent.api.CheckHealthCommand: resource is alive
>>>> > 2013-04-07 00:39:51,548 DEBUG [agent.manager.AgentManagerImpl]
>>>> > (AgentTaskPool-2:null) agent (6) responded to checkHeathCommand,
>>>> reporting
>>>> > that agent is Up
>>>> > 2013-04-07 00:39:51,548 INFO  [agent.manager.AgentManagerImpl]
>>>> > (AgentTaskPool-2:null) The state determined is Up
>>>> > 2013-04-07 00:39:51,548 INFO  [agent.manager.AgentManagerImpl]
>>>> > (AgentTaskPool-2:null) Agent is determined to be up and running
>>>> > 2013-04-07 00:39:51,548 DEBUG [cloud.host.Status]
>>>> (AgentTaskPool-2:null)
>>>> > Transition:[Resource state = Enabled, Agent event = Ping, Host id =
>>>> 6, name
>>>> > = Tut-XenServer]
>>>> > 2013-04-07 00:39:51,549 DEBUG [agent.manager.DirectAgentAttache]
>>>> > (DirectAgent-433:null) Seq 5-614334823: Response Received:
>>>> > 2013-04-07 00:39:51,549 DEBUG [agent.transport.Request]
>>>> > (DirectAgent-433:null) Seq 5-614334823: Processing:  { Ans: , MgmtId:
>>>> 1,
>>>> > via: 5, Ver: v1, Flags: 10,
>>>> > [{"CheckHealthAnswer":{"result":true,"details":"resource is
>>>> > alive","wait":0}}] }
>>>> > 2013-04-07 00:39:51,549 DEBUG [agent.transport.Request]
>>>> > (AgentTaskPool-14:null) Seq 5-614334823: Received:  { Ans: , MgmtId:
>>>> 1,
>>>> > via: 5, Ver: v1, Flags: 10, { CheckHealthAnswer } }
>>>> > 2013-04-07 00:39:51,549 DEBUG [agent.manager.AgentManagerImpl]
>>>> > (AgentTaskPool-14:null) Details from executing class
>>>> > com.cloud.agent.api.CheckHealthCommand: resource is alive
>>>> > 2013-04-07 00:39:51,549 DEBUG [agent.manager.AgentManagerImpl]
>>>> > (AgentTaskPool-14:null) agent (5) responded to checkHeathCommand,
>>>> reporting
>>>> > that agent is Up
>>>> > 2013-04-07 00:39:51,549 INFO  [agent.manager.AgentManagerImpl]
>>>> > (AgentTaskPool-14:null) The state determined is Up
>>>> > 2013-04-07 00:39:51,549 INFO  [agent.manager.AgentManagerImpl]
>>>> > (AgentTaskPool-14:null) Agent is determined to be up and running
>>>> > 2013-04-07 00:39:51,551 DEBUG [cloud.host.Status]
>>>> (AgentTaskPool-2:null)
>>>> > Agent status update: [id = 6; name = Tut-XenServer; old status = Up;
>>>> event
>>>> > = Ping; new status = Up; old update count = 316; new update count =
>>>> 317]
>>>> > 2013-04-07 00:39:51,551 DEBUG [cloud.host.Status]
>>>> (AgentTaskPool-14:null)
>>>> > Transition:[Resource state = Enabled, Agent event = Ping, Host id =
>>>> 5, name
>>>> > = Tut-XenServer2]
>>>> > 2013-04-07 00:39:51,554 DEBUG [cloud.host.Status]
>>>> (AgentTaskPool-14:null)
>>>> > Agent status update: [id = 5; name = Tut-XenServer2; old status = Up;
>>>> event
>>>> > = Ping; new status = Up; old update count = 153; new update count =
>>>> 154]
>>>> > 2013-04-07 00:40:04,836 DEBUG [agent.manager.DirectAgentAttache]
>>>> > (DirectAgent-238:null) Ping from 6
>>>> > 2013-04-07 00:40:06,653 WARN  [xen.resource.CitrixResourceBase]
>>>> > (DirectAgent-429:null)  can not ping xenserver
>>>> > 5e02c608-155d-432e-a20f-f8c600ef3ab7
>>>> > 2013-04-07 00:40:06,653 WARN  [agent.manager.DirectAgentAttache]
>>>> > (DirectAgent-429:null) Unable to get current status on 5
>>>> > 2013-04-07 00:40:06,655 INFO  [agent.manager.AgentManagerImpl]
>>>> > (AgentTaskPool-1:null) Investigating why host 5 has disconnected with
>>>> event
>>>> > AgentDisconnected
>>>> > 2013-04-07 00:40:06,655 DEBUG [agent.manager.AgentManagerImpl]
>>>> > (AgentTaskPool-1:null) checking if agent (5) is alive
>>>> > 2013-04-07 00:40:06,658 DEBUG [agent.transport.Request]
>>>> > (AgentTaskPool-1:null) Seq 5-614334824: Sending  { Cmd , MgmtId: 1,
>>>> via: 5,
>>>> > Ver: v1, Flags: 100011, [{"CheckHealthCommand":{"wait":50}}] }
>>>> > 2013-04-07 00:40:06,658 DEBUG [agent.transport.Request]
>>>> > (AgentTaskPool-1:null) Seq 5-614334824: Executing:  { Cmd , MgmtId:
>>>> 1, via:
>>>> > 5, Ver: v1, Flags: 100011, [{"CheckHealthCommand":{"wait":50}}] }
>>>> > 2013-04-07 00:40:06,658 DEBUG [agent.manager.DirectAgentAttache]
>>>> > (DirectAgent-28:null) Seq 5-614334824: Executing request
>>>> > 2013-04-07 00:40:06,681 DEBUG [agent.manager.DirectAgentAttache]
>>>> > (DirectAgent-28:null) Seq 5-614334824: Response Received:
>>>> > 2013-04-07 00:40:06,682 DEBUG [agent.transport.Request]
>>>> > (DirectAgent-28:null) Seq 5-614334824: Processing:  { Ans: , MgmtId:
>>>> 1,
>>>> > via: 5, Ver: v1, Flags: 10,
>>>> > [{"CheckHealthAnswer":{"result":false,"details":"resource is not
>>>> > alive","wait":0}}] }
>>>> > 2013-04-07 00:40:06,682 DEBUG [agent.transport.Request]
>>>> > (AgentTaskPool-1:null) Seq 5-614334824: Received:  { Ans: , MgmtId:
>>>> 1, via:
>>>> > 5, Ver: v1, Flags: 10, { CheckHealthAnswer } }
>>>> > 2013-04-07 00:40:06,682 DEBUG [agent.manager.AgentManagerImpl]
>>>> > (AgentTaskPool-1:null) Details from executing class
>>>> > com.cloud.agent.api.CheckHealthCommand: resource is not alive
>>>> > 2013-04-07 00:40:06,684 DEBUG [cloud.ha.HighAvailabilityManagerImpl]
>>>> > (AgentTaskPool-1:null) SimpleInvestigator unable to determine the
>>>> state of
>>>> > the host.  Moving on.
>>>> > 2013-04-07 00:40:06,691 DEBUG [agent.transport.Request]
>>>> > (AgentTaskPool-1:null) Seq 6-324993320: Sending  { Cmd , MgmtId: 1,
>>>> via: 6,
>>>> > Ver: v1, Flags: 100011,
>>>> >
>>>> [{"CheckOnHostCommand":{"host":{"guid":"5e02c608-155d-432e-a20f-f8c600ef3ab7","privateNetwork":{"ip":"192.168.56.11","netmask":"255.255.255.0","mac":"08:00:27:f7:0d:28","isSecurityGroupEnabled":false},"publicNetwork":{"ip":"192.168.56.11","netmask":"255.255.255.0","mac":"08:00:27:f7:0d:28","isSecurityGroupEnabled":false},"storageNetwork1":{"ip":"192.168.56.11","netmask":"255.255.255.0","mac":"08:00:27:f7:0d:28","isSecurityGroupEnabled":false}},"wait":20}}]
>>>> > }
>>>> > 2013-04-07 00:40:06,691 DEBUG [agent.transport.Request]
>>>> > (AgentTaskPool-1:null) Seq 6-324993320: Executing:  { Cmd , MgmtId:
>>>> 1, via:
>>>> > 6, Ver: v1, Flags: 100011,
>>>> >
>>>> [{"CheckOnHostCommand":{"host":{"guid":"5e02c608-155d-432e-a20f-f8c600ef3ab7","privateNetwork":{"ip":"192.168.56.11","netmask":"255.255.255.0","mac":"08:00:27:f7:0d:28","isSecurityGroupEnabled":false},"publicNetwork":{"ip":"192.168.56.11","netmask":"255.255.255.0","mac":"08:00:27:f7:0d:28","isSecurityGroupEnabled":false},"storageNetwork1":{"ip":"192.168.56.11","netmask":"255.255.255.0","mac":"08:00:27:f7:0d:28","isSecurityGroupEnabled":false}},"wait":20}}]
>>>> > }
>>>> > 2013-04-07 00:40:06,692 DEBUG [agent.manager.DirectAgentAttache]
>>>> > (DirectAgent-467:null) Seq 6-324993320: Executing request
>>>> > 2013-04-07 00:40:06,909 DEBUG [agent.manager.DirectAgentAttache]
>>>> > (DirectAgent-367:null) Seq 6-324993028: Executing request
>>>> > 2013-04-07 00:40:07,178 DEBUG [xen.resource.XenServer56Resource]
>>>> > (DirectAgent-467:null) Heart beat is still going
>>>> > 2013-04-07 00:40:07,178 DEBUG [agent.manager.DirectAgentAttache]
>>>> > (DirectAgent-467:null) Seq 6-324993320: Response Received:
>>>> > 2013-04-07 00:40:07,178 DEBUG [agent.transport.Request]
>>>> > (DirectAgent-467:null) Seq 6-324993320: Processing:  { Ans: , MgmtId:
>>>> 1,
>>>> > via: 6, Ver: v1, Flags: 10,
>>>> >
>>>> [{"CheckOnHostAnswer":{"determined":true,"alive":true,"result":true,"details":"Heartbeat
>>>> > is still going","wait":0}}] }
>>>> > 2013-04-07 00:40:07,178 DEBUG [agent.transport.Request]
>>>> > (AgentTaskPool-1:null) Seq 6-324993320: Received:  { Ans: , MgmtId:
>>>> 1, via:
>>>> > 6, Ver: v1, Flags: 10, { CheckOnHostAnswer } }
>>>> > 2013-04-07 00:40:07,179 DEBUG [agent.manager.AgentManagerImpl]
>>>> > (AgentTaskPool-1:null) Details from executing class
>>>> > com.cloud.agent.api.CheckOnHostCommand: Heartbeat is still going
>>>> > 2013-04-07 00:40:07,179 DEBUG [cloud.ha.HighAvailabilityManagerImpl]
>>>> > (AgentTaskPool-1:null) XenServerInvestigator was able to determine
>>>> host 5
>>>> > is in Up
>>>> > 2013-04-07 00:40:07,179 INFO  [agent.manager.AgentManagerImpl]
>>>> > (AgentTaskPool-1:null) The state determined is Up
>>>> > 2013-04-07 00:40:07,179 INFO  [agent.manager.AgentManagerImpl]
>>>> > (AgentTaskPool-1:null) Agent is determined to be up and running
>>>> > 2013-04-07 00:40:07,179 DEBUG [cloud.host.Status]
>>>> (AgentTaskPool-1:null)
>>>> > Transition:[Resource state = Enabled, Agent event = Ping, Host id =
>>>> 5, name
>>>> > = Tut-XenServer2]
>>>> > 2013-04-07 00:40:07,182 DEBUG [cloud.host.Status]
>>>> (AgentTaskPool-1:null)
>>>> > Agent status update: [id = 5; name = Tut-XenServer2; old status = Up;
>>>> event
>>>> > = Ping; new status = Up; old update count = 154; new update count =
>>>> 155]
>>>> > 2013-04-07 00:40:07,321 DEBUG [agent.manager.DirectAgentAttache]
>>>> > (DirectAgent-367:null) Seq 6-324993028: Response Received:
>>>> > 2013-04-07 00:40:07,322 DEBUG [agent.transport.Request]
>>>> > (DirectAgent-367:null) Seq 6-324993028: Processing:  { Ans: , MgmtId:
>>>> 1,
>>>> > via: 6, Ver: v1, Flags: 10,
>>>> >
>>>> [{"ClusterSyncAnswer":{"_clusterId":2,"_newStates":{},"_isExecuted":false,"result":true,"wait":0}}]
>>>> > }
>>>> > 2013-04-07 00:40:11,022 DEBUG [agent.manager.DirectAgentAttache]
>>>> > (DirectAgent-430:null) Seq 5-614334468: Executing request
>>>> > 2013-04-07 00:40:11,052 DEBUG [xen.resource.XenServerConnectionPool]
>>>> > (DirectAgent-430:null) Catch Exception:
>>>> > com.xensource.xenapi.Types$HostOffline Host is offline 192.168.56.11
>>>> due to
>>>> > You attempted an operation which involves a host which could not be
>>>> > contacted.
>>>> > 2013-04-07 00:40:11,052 DEBUG [xen.resource.XenServerConnectionPool]
>>>> > (DirectAgent-430:null) Trying to reset master of slave 192.168.56.11
>>>> to
>>>> > 192.168.56.9
>>>> > 2013-04-07 00:40:20,452 DEBUG
>>>> > [storage.secondary.SecondaryStorageManagerImpl] (secstorage-1:null)
>>>> Zone 1
>>>> > is ready to launch secondary storage VM
>>>> > 2013-04-07 00:40:20,552 DEBUG
>>>> [cloud.consoleproxy.ConsoleProxyManagerImpl]
>>>> > (consoleproxy-1:null) Zone 1 is ready to launch console proxy
>>>> > 2013-04-07 00:40:20,820 DEBUG
>>>> > [network.router.VirtualNetworkApplianceManagerImpl]
>>>> > (RouterStatusMonitor-1:null) Found 0 routers to update status.
>>>> > 2013-04-07 00:40:20,821 DEBUG
>>>> > [network.router.VirtualNetworkApplianceManagerImpl]
>>>> > (RouterStatusMonitor-1:null) Found 0 networks to update RvR status.
>>>> > 2013-04-07 00:40:20,852 DEBUG
>>>> > [network.router.VirtualNetworkApplianceManagerImpl]
>>>> > (RouterStatusMonitor-1:null) Found 0 routers to update status.
>>>> > 2013-04-07 00:40:20,853 DEBUG
>>>> > [network.router.VirtualNetworkApplianceManagerImpl]
>>>> > (RouterStatusMonitor-1:null) Found 0 networks to update RvR status.
>>>> > 2013-04-07 00:40:21,055 DEBUG [xen.resource.XenServerConnectionPool]
>>>> > (DirectAgent-430:null) localLogout has problem Failed to read server's
>>>> > response: connect timed out
>>>> > 2013-04-07 00:40:21,055 WARN  [agent.manager.DirectAgentAttache]
>>>> > (DirectAgent-430:null) Seq 5-614334468: Exception Caught while
>>>> executing
>>>> > command
>>>> > com.cloud.utils.exception.CloudRuntimeException: Unable to reset
>>>> master of
>>>> > slave 192.168.56.11 to 192.168.56.9 due to
>>>> > org.apache.xmlrpc.XmlRpcException: Failed to read server's response:
>>>> > connect timed out
>>>> >  at
>>>> >
>>>> com.cloud.hypervisor.xen.resource.XenServerConnectionPool.PoolEmergencyResetMaster(XenServerConnectionPool.java:443)
>>>> > at
>>>> >
>>>> com.cloud.hypervisor.xen.resource.XenServerConnectionPool.connect(XenServerConnectionPool.java:661)
>>>> >  at
>>>> >
>>>> com.cloud.hypervisor.xen.resource.CitrixResourceBase.getConnection(CitrixResourceBase.java:5380)
>>>> > at
>>>> >
>>>> com.cloud.hypervisor.xen.resource.CitrixResourceBase.execute(CitrixResourceBase.java:7248)
>>>> >  at
>>>> >
>>>> com.cloud.hypervisor.xen.resource.CitrixResourceBase.executeRequest(CitrixResourceBase.java:555)
>>>> > at
>>>> >
>>>> com.cloud.hypervisor.xen.resource.XenServer56Resource.executeRequest(XenServer56Resource.java:73)
>>>> >  at
>>>> >
>>>> com.cloud.agent.manager.DirectAgentAttache$Task.run(DirectAgentAttache.java:186)
>>>> > at
>>>> java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:439)
>>>> >  at
>>>> >
>>>> java.util.concurrent.FutureTask$Sync.innerRunAndReset(FutureTask.java:317)
>>>> > at java.util.concurrent.FutureTask.runAndReset(FutureTask.java:150)
>>>> >  at
>>>> >
>>>> java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.access$101(ScheduledThreadPoolExecutor.java:98)
>>>> > at
>>>> >
>>>> java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.runPeriodic(ScheduledThreadPoolExecutor.java:180)
>>>> >  at
>>>> >
>>>> java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:204)
>>>> > at
>>>> >
>>>> java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:895)
>>>> >  at
>>>> >
>>>> java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:918)
>>>> > at java.lang.Thread.run(Thread.java:680)
>>>> > 2013-04-07 00:40:21,056 DEBUG [agent.manager.DirectAgentAttache]
>>>> > (DirectAgent-430:null) Seq 5-614334468: Response Received:
>>>> > 2013-04-07 00:40:21,056 DEBUG [agent.transport.Request]
>>>> > (DirectAgent-430:null) Seq 5-614334468: Processing:  { Ans: , MgmtId:
>>>> 1,
>>>> > via: 5, Ver: v1, Flags: 10,
>>>> >
>>>> [{"Answer":{"result":false,"details":"com.cloud.utils.exception.CloudRuntimeException:
>>>> > Unable to reset master of slave 192.168.56.11 to 192.168.56.9 due to
>>>> > org.apache.xmlrpc.XmlRpcException: Failed to read server's response:
>>>> > connect timed out","wait":0}}] }
>>>> > 2013-04-07 00:40:24,888 DEBUG [agent.manager.AgentManagerImpl]
>>>> > (AgentManager-Handler-12:null) Ping from 4
>>>> > 2013-04-07 00:40:27,162 DEBUG [agent.manager.DirectAgentAttache]
>>>> > (DirectAgent-321:null) Ping from 1
>>>> > 2013-04-07 00:40:29,095 DEBUG [agent.manager.DirectAgentAttache]
>>>> > (DirectAgent-423:null) Seq 1-90046472: Executing request
>>>> > 2013-04-07 00:40:29,364 DEBUG [agent.manager.DirectAgentAttache]
>>>> > (DirectAgent-423:null) Seq 1-90046472: Response Received:
>>>> > 2013-04-07 00:40:29,364 DEBUG [agent.transport.Request]
>>>> > (DirectAgent-423:null) Seq 1-90046472: Processing:  { Ans: , MgmtId:
>>>> 1,
>>>> > via: 1, Ver: v1, Flags: 10,
>>>> >
>>>> [{"ClusterSyncAnswer":{"_clusterId":1,"_newStates":{},"_isExecuted":false,"result":true,"wait":0}}]
>>>> > }
>>>> > 2013-04-07 00:40:43,749 INFO
>>>>  [context.support.XmlWebApplicationContext]
>>>> > (Shutdown:null) Closing Root WebApplicationContext: startup date [Sat
>>>> Apr
>>>> > 06 22:07:12 MDT 2013]; root of context hierarchy
>>>> > 2013-04-07 00:40:43,751 INFO
>>>>  [factory.support.DefaultListableBeanFactory]
>>>> > (Shutdown:null) Destroying singletons in
>>>> >
>>>> org.springframework.beans.factory.support.DefaultListableBeanFactory@74b76ce4
>>>> :
>>>> > defining beans
>>>> >
>>>> [org.springframework.context.annotation.internalConfigurationAnnotationProcessor,org.springframework.context.annotation.internalAutowiredAnnotationProcessor,org.springframework.context.annotation.internalRequiredAnnotationProcessor,org.springframework.context.annotation.internalCommonAnnotationProcessor,ClusterRestService,NetworkRestService,PodService,VirtualMachineRestService,VolumeRestService,zoneService,dataDisk,iso,rootDisk,volumeTypeHelper,VMComputeTagDaoImpl,VMEntityDaoImpl,VMNetworkMapDaoImpl,VMReservationDaoImpl,VMRootDiskTagDaoImpl,volumeReservationDaoImpl,virtualMachineEntityImpl,VMEntityManagerImpl,dataCenterResourceManagerImpl,EngineDcDetailsDao,EngineClusterDao,EngineDataCenterDao,EngineHostDao,EngineHostPodDao,EngineHostDetailsDao,EngineHostTagsDao,provisioningService,cloudOrchestrator,dataObjectManagerImpl,dataStoreManagerImpl,dataStoreProviderDaoImpl,primaryDataStoreDaoImpl,primaryDataStoreDetailsDaoImpl,objectInDataStoreManagerImpl,dataStoreProviderManagerImpl,objectInDataStoreDaoImpl,defaultEndPointSelector,hypervsiorHostEndPointRpcServer,imageDataStoreHelper,imageDaoStoreDaoImpl,imageDataDaoImpl,imageDataStoreProviderDaoImpl,BAREMETAL,imageFormatHelper,ISO,OVA,imageformat_qcow2,unknown,image_format_vhd,dataMotionServiceImpl,primaryDataStoreHelper,templatePrimaryDataStoreDaoImpl,volumeDao2Impl,imageDataFactoryImpl,imageServiceImpl,imageDataManagerImpl,imageDataStoreManagerImpl,defaultImageDataStoreProvider,defaultImageMotionStrategy,imageMotionServiceImpl,snapshotDao2Impl,snapshotDataFactoryImpl,snapshotServiceImpl,hypervisorBasedSnapshot,defaultPrimaryDataStoreProviderManagerImpl,defaultPrimaryDatastoreProviderImpl,ISCSI,networkFileSystem,templateInstallStrategyImpl,volumeDataFactoryImpl,volumeManagerImpl,volumeServiceImpl,apiDiscoveryServiceImpl,apiRateLimitServiceImpl,regionDaoImpl,regionManagerImpl,regionServiceImpl,userContextInitializer,eventDaoImpl,usageEventDaoImpl,randomAllocator,baremetalDhcpDaoImpl,baremetalPxeDaoImpl,vmwareContextFactory,ciscoNexusVSMDeviceDaoImpl,lunDaoImpl,poolDaoImpl,netappVolumeDaoImpl,netappManagerImpl,elasticLoadBalancerElement,elasticLbVmMapDaoImpl,elasticLoadBalancerManagerImpl,netScalerPodDaoImpl,niciraNvpDaoImpl,niciraNvpNicMappingDaoImpl,niciraNvpRouterMappingDaoImpl,niciraNvpElement,ovsGuestNetworkGuru,ovsTunnelInterfaceDaoImpl,ovsTunnelNetworkDaoImpl,ovsTunnelManagerImpl,bigSwitchVnsDaoImpl,bigSwitchVnsElement,randomStoragePoolAllocator,domainChecker,agentMonitor,firstFitAllocator,recreateHostAllocator,testingAllocator,basicAgentAuthManager,alertManagerImpl,clusterAlertAdapter,consoleProxyAlertAdapter,alertDaoImpl,secondaryStorageVmAlertAdapter,apiDBUtils,apiDispatcher,apiResponseHelper,apiServer,apiServlet,accountJoinDaoImpl,asyncJobJoinDaoImpl,dataCenterJoinDaoImpl,diskOfferingJoinDaoImpl,domainRouterJoinDaoImpl,hostJoinDaoImpl,instanceGroupJoinDaoImpl,projectAccountJoinDaoImpl,projectInvitationJoinDaoImpl,projectJoinDaoImpl,resourceTagJoinDaoImpl,securityGroupJoinDaoImpl,serviceOfferingJoinDaoImpl,storagePoolJoinDaoImpl,userAccountJoinDaoImpl,userVmJoinDaoImpl,volumeJoinDaoImpl,queryManagerImpl,asyncJobExecutorContextImpl,asyncJobManagerImpl,asyncJobDaoImpl,syncQueueDaoImpl,syncQueueItemDaoImpl,syncQueueManagerImpl,capacityManagerImpl,capacityDaoImpl,certificateDaoImpl,clusterBasedAgentLoadBalancerPlanner,hostTransferMapDaoImpl,clusterFenceManagerImpl,clusterServiceServletAdapter,managementServerHostDaoImpl,managementServerHostPeerDaoImpl,stackMaidDaoImpl,managementServerNode,configurationManagerImpl,configurationDaoImpl,resourceCountDaoImpl,resourceLimitDaoImpl,entityManagerImpl,clusterDetailsDaoImpl,accountVlanMapDaoImpl,clusterDaoImpl,clusterVSMMapDaoImpl,dataCenterDaoImpl,dataCenterIpAddressDaoImpl,dataCenterLinkLocalIpAddressDaoImpl,dataCenterVnetDaoImpl,dcDetailsDaoImpl,hostPodDaoImpl,podVlanDaoImpl,podVlanMapDaoImpl,storageNetworkIpAddressDaoImpl,storageNetworkIpRangeDaoImpl,vlanDaoImpl,domainDaoImpl,actionEventUtils,alertGenerator,eventJoinDaoImpl,eventUtils,usageEventUtils,highAvailabilityDaoImpl,recreatableFencer,hostDaoImpl,hostDetailsDaoImpl,hostTagsDaoImpl,cloudZonesStartupProcessor,hypervisorCapabilitiesDaoImpl,hypervisorGuruManagerImpl,keystoreDaoImpl,keystoreManagerImpl,agentUpgradeDaoImpl,upgradeManagerImpl,autoScaleManagerImpl,autoScalePolicyConditionMapDaoImpl,autoScalePolicyDaoImpl,autoScaleVmGroupDaoImpl,autoScaleVmGroupPolicyMapDaoImpl,autoScaleVmProfileDaoImpl,conditionDaoImpl,counterDaoImpl,externalFirewallDeviceDaoImpl,externalLoadBalancerDeviceDaoImpl,firewallRulesCidrsDaoImpl,firewallRulesDaoImpl,inlineLoadBalancerNicMapDaoImpl,IPAddressDaoImpl,LBStickinessPolicyDaoImpl,loadBalancerDaoImpl,loadBalancerVMMapDaoImpl,networkAccountDaoImpl,networkDaoImpl,networkDomainDaoImpl,networkExternalFirewallDaoImpl,networkExternalLoadBalancerDaoImpl,networkOpDaoImpl,networkRuleConfigDaoImpl,networkServiceMapDaoImpl,physicalNetworkDaoImpl,physicalNetworkIsolationMethodDaoImpl,physicalNetworkServiceProviderDaoImpl,physicalNetworkTagDaoImpl,physicalNetworkTrafficTypeDaoImpl,portProfileDaoImpl,remoteAccessVpnDaoImpl,routerNetworkDaoImpl,site2SiteCustomerGatewayDaoImpl,site2SiteVpnConnectionDaoImpl,site2SiteVpnGatewayDaoImpl,userIpv6AddressDaoImpl,virtualRouterProviderDaoImpl,vpnUserDaoImpl,externalLoadBalancerUsageManagerImpl,externalNetworkDeviceManagerImpl,firewallManagerImpl,loadBalancingRulesManagerImpl,networkManagerImpl,networkModelImpl,networkServiceImpl,networkUsageManagerImpl,virtualNetworkApplianceManagerImpl,vpcVirtualNetworkApplianceManagerImpl,portForwardingRulesDaoImpl,rulesManagerImpl,securityGroupDaoImpl,securityGroupRuleDaoImpl,securityGroupRulesDaoImpl,securityGroupVMMapDaoImpl,securityGroupWorkDaoImpl,vmRulesetLogDaoImpl,storageNetworkManagerImpl,privateIpDaoImpl,staticRouteDaoImpl,vpcDaoImpl,vpcGatewayDaoImpl,vpcOfferingDaoImpl,vpcOfferingServiceMapDaoImpl,networkACLManagerImpl,vpcManagerImpl,remoteAccessVpnManagerImpl,site2SiteVpnManagerImpl,networkOfferingDaoImpl,networkOfferingServiceMapDaoImpl,projectAccountDaoImpl,projectDaoImpl,projectInvitationDaoImpl,projectManagerImpl,dummyHostDiscoverer,resourceManagerImpl,resourceLimitManagerImpl,commandExecLogDaoImpl,configurationServerImpl,statsCollector,serviceOfferingDaoImpl,consoleServlet,registerCompleteServlet,garbageCollectingStoragePoolAllocator,useLocalForRootAllocator,diskOfferingDaoImpl,guestOSCategoryDaoImpl,guestOSDaoImpl,launchPermissionDaoImpl,s3DaoImpl,snapshotDaoImpl,snapshotPolicyDaoImpl,snapshotScheduleDaoImpl,storagePoolDaoImpl,storagePoolDetailsDaoImpl,storagePoolHostDaoImpl,storagePoolWorkDaoImpl,swiftDaoImpl,uploadDaoImpl,VMTemplateDaoImpl,VMTemplateDetailsDaoImpl,VMTemplateHostDaoImpl,VMTemplatePoolDaoImpl,VMTemplateS3DaoImpl,VMTemplateSwiftDaoImpl,VMTemplateZoneDaoImpl,volumeDaoImpl,volumeHostDaoImpl,downloadMonitorImpl,OCFS2ManagerImpl,s3ManagerImpl,secondaryStorageVmDefaultAllocator,snapshotManagerImpl,snapshotSchedulerImpl,storageManagerImpl,swiftManagerImpl,uploadMonitorImpl,resourceTagsDaoImpl,taggedResourceManagerImpl,hyervisorTemplateAdapter,templateManagerImpl,versionDaoImpl,databaseIntegrityChecker,externalPublicIpStatisticsDaoImpl,usageDaoImpl,usageIPAddressDaoImpl,usageJobDaoImpl,usageLoadBalancerPolicyDaoImpl,usageNetworkDaoImpl,usageNetworkOfferingDaoImpl,usagePortForwardingRuleDaoImpl,usageSecurityGroupDaoImpl,usageStorageDaoImpl,usageVMInstanceDaoImpl,usageVolumeDaoImpl,usageVPNUserDaoImpl,usageServiceImpl,accountDetailsDaoImpl,accountManagerImpl,accountDaoImpl,SSHKeyPairDaoImpl,userAccountDaoImpl,userDaoImpl,userStatisticsDaoImpl,userStatsLogDaoImpl,domainManagerImpl,identityDaoImpl,identityServiceImpl,consoleProxyDaoImpl,domainRouterDaoImpl,instanceGroupDaoImpl,instanceGroupVMMapDaoImpl,nicDaoImpl,secondaryStorageVmDaoImpl,userVmDetailsDaoImpl,VMInstanceDaoImpl,itWorkDaoImpl,componentContext,org.springframework.aop.config.internalAutoProxyCreator,org.springframework.aop.aspectj.AspectJPointcutAdvisor#0,captureAnyMethod,org.springframework.aop.aspectj.AspectJPointcutAdvisor#1,captureEventMethod,transactionContextBuilder,actionEventInterceptor,onwireRegistry,messageSerializer,transportProvider,rpcProvider,eventBus,premiumDatabaseUpgradeChecker,managementServerImpl,clusterManagerImpl,clusteredAgentManagerImpl,clusteredVirtualMachineManagerImpl,highAvailabilityManagerExtImpl,userVmManagerImpl,consoleProxyManagerImpl,securityGroupManagerImpl2,premiumSecondaryStorageManagerImpl,userVmDaoImpl,ipv6AddressManagerImpl,VmwareManager,NetappManager,BaremetalManager,BaremetalDhcpManager,BaremetalKickStartPxeService,BaremetalPingPxeService,BaremetalPxeManager,Ovs,BareMetalDhcp,BareMetalPxe,BareMetalUserdata,SecurityGroupProvider,VirtualRouter,VpcVirtualRouter,NiciraNvp,JuniperSRX,Netscaler,F5BigIP,CiscoNexus1000vVSM,FirstFitRouting,LocalStoragePoolAllocator,FirstFitStoragePoolAllocator,UserConcentratedAllocator,ConsoleProxyAllocator,StaticRoleBasedAPIAccessChecker,ExteralIpAddressAllocator,BareMetalTemplateAdapter,MD5UserAuthenticator,LDAPUserAuthenticator,CheckOnAgentInvestigator,XenServerInvestigator,UserVmDomRInvestigator,ManagementIPSystemVMInvestigator,VmwareInvestigator,XenServerFencer,KVMFencer,OvmFencer,VmwareFencer,XcpServerDiscoverer,SecondaryStorageDiscoverer,KvmServerDiscoverer,BareMetalDiscoverer,HypervServerDiscoverer,OvmDiscoverer,vmwareServerDiscoverer,FirstFitPlanner,UserDispersingPlanner,UserConcentratedPodPlanner,BareMetalPlanner,StorageNetworkGuru,ExternalGuestNetworkGuru,PublicNetworkGuru,PodBasedNetworkGuru,ControlNetworkGuru,DirectNetworkGuru,DirectPodBasedNetworkGuru,OvsGuestNetworkGuru,PrivateNetworkGuru,NiciraNvpGuestNetworkGuru,XenServerGuru,KVMGuru,OvmGuru,VMwareGuru,BaremetalGuru,BaremetalPlannerSelector,HypervisorPlannerSelector,org.springframework.context.annotation.ConfigurationClassPostProcessor$ImportAwareBeanPostProcessor#0];
>>>> > root of factory hierarchy
>>>> >
>>>> >
>>>> > On Sun, Apr 7, 2013 at 12:54 AM, Marcus Sorensen <shadowsor@gmail.com
>>>> >wrote:
>>>> >
>>>> >> If you're running it the Dev way with jetty, look for vmops.log in
>>>> your
>>>> >> git
>>>> >> root. If you've installed via package look for
>>>> >> /var/log/cloudstack/management/management-server.log.
>>>> >> On Apr 7, 2013 12:45 AM, "Mike Tutkowski" <
>>>> mike.tutkowski@solidfire.com>
>>>> >> wrote:
>>>> >>
>>>> >> > Hi Marcus,
>>>> >> >
>>>> >> > I was just looking at the output in the console.
>>>> >> >
>>>> >> > Can you remind me again where the related logs are stored?
>>>> >> >
>>>> >> > Thanks!
>>>> >> >
>>>> >> >
>>>> >> > On Sun, Apr 7, 2013 at 12:39 AM, Marcus Sorensen <
>>>> shadowsor@gmail.com
>>>> >> > >wrote:
>>>> >> >
>>>> >> > > Have you by chance looked at the debug logs to see if it by
>>>> chance
>>>> >> tried
>>>> >> > > the proper storage and failed? I'm not sure that's OK either,
>>>> but it
>>>> >> > would
>>>> >> > > be interesting to know.
>>>> >> > > On Apr 7, 2013 12:25 AM, "Mike Tutkowski" <
>>>> >> mike.tutkowski@solidfire.com>
>>>> >> > > wrote:
>>>> >> > >
>>>> >> > > > Hi,
>>>> >> > > >
>>>> >> > > > I'm currently using 4.1 (from like a week or so ago).
>>>> >> > > >
>>>> >> > > > I have three tiers of shared, iSCSI-based storage represented
>>>> in
>>>> >> three
>>>> >> > > > storage repositories in XenServer:
>>>> >> > > >
>>>> >> > > > SR_2
>>>> >> > > > SR_3
>>>> >> > > > SR_4
>>>> >> > > >
>>>> >> > > > SR_2 maps into CS via primary storage PS_2, which has the
>>>> storage
>>>> >> tag
>>>> >> > > PS_2
>>>> >> > > > SR_3 maps into CS via primary storage PS_3, which has the
>>>> storage
>>>> >> tag
>>>> >> > > PS_3
>>>> >> > > > SR_4 maps into CS via primary storage PS_4, which has the
>>>> storage
>>>> >> tag
>>>> >> > > PS_4
>>>> >> > > >
>>>> >> > > > I have three compute offerings:
>>>> >> > > >
>>>> >> > > > CO_2, which only uses storage tag PS_2
>>>> >> > > > CO_3, which only uses storage tag PS_3
>>>> >> > > > CO_4, which only uses storage tag PS_4
>>>> >> > > >
>>>> >> > > > I walk through the wizard and select CO_3.  My VM ends up on
>>>> SR_4.
>>>> >> > > >
>>>> >> > > > I have double checked the relationships and don't see any
>>>> errors in
>>>> >> > how I
>>>> >> > > > have CS configured.
>>>> >> > > >
>>>> >> > > > Does anyone know of this being noted as a current bug?
>>>> >> > > >
>>>> >> > > > Thanks!
>>>> >> > > >
>>>> >> > > >
>>>> >> > > > --
>>>> >> > > > *Mike Tutkowski*
>>>> >> > > > *Senior CloudStack Developer, SolidFire Inc.*
>>>> >> > > > e: mike.tutkowski@solidfire.com
>>>> >> > > > o: 303.746.7302
>>>> >> > > > Advancing the way the world uses the
>>>> >> > > > cloud<http://solidfire.com/solution/overview/?video=play>
>>>> >> > > > *(tm)*
>>>> >> > > >
>>>> >> > >
>>>> >> >
>>>> >> >
>>>> >> >
>>>> >> > --
>>>> >> > *Mike Tutkowski*
>>>> >> > *Senior CloudStack Developer, SolidFire Inc.*
>>>> >> > e: mike.tutkowski@solidfire.com
>>>> >> > o: 303.746.7302
>>>> >> > Advancing the way the world uses the
>>>> >> > cloud<http://solidfire.com/solution/overview/?video=play>
>>>> >> > *(tm)*
>>>> >> >
>>>> >>
>>>> >
>>>> >
>>>> >
>>>> > --
>>>> > *Mike Tutkowski*
>>>> > *Senior CloudStack Developer, SolidFire Inc.*
>>>> > e: mike.tutkowski@solidfire.com
>>>> > o: 303.746.7302
>>>> > Advancing the way the world uses the cloud<
>>>> http://solidfire.com/solution/overview/?video=play>
>>>> > *(tm)*
>>>> >
>>>>
>>>>
>>>>
>>>> --
>>>> *Mike Tutkowski*
>>>> *Senior CloudStack Developer, SolidFire Inc.*
>>>> e: mike.tutkowski@solidfire.com
>>>> o: 303.746.7302
>>>> Advancing the way the world uses the
>>>> cloud<http://solidfire.com/solution/overview/?video=play>
>>>> *(tm)*
>>>>
>>>
>>>
>>>
>>> --
>>> *Mike Tutkowski*
>>>  *Senior CloudStack Developer, SolidFire Inc.*
>>> e: mike.tutkowski@solidfire.com
>>> o: 303.746.7302
>>> Advancing the way the world uses the cloud<http://solidfire.com/solution/overview/?video=play>
>>> *(tm)*
>>>
>>
>>
>>
>> --
>> *Mike Tutkowski*
>>  *Senior CloudStack Developer, SolidFire Inc.*
>> e: mike.tutkowski@solidfire.com
>> o: 303.746.7302
>> Advancing the way the world uses the cloud<http://solidfire.com/solution/overview/?video=play>
>> *(tm)*
>>
>
>
>
> --
> *Mike Tutkowski*
> *Senior CloudStack Developer, SolidFire Inc.*
> e: mike.tutkowski@solidfire.com
> o: 303.746.7302
> Advancing the way the world uses the cloud<http://solidfire.com/solution/overview/?video=play>
> *(tm)*
>



--
*Mike Tutkowski*
*Senior CloudStack Developer, SolidFire Inc.*
e: mike.tutkowski@solidfire.com
o: 303.746.7302
Advancing the way the world uses the
cloud<http://solidfire.com/solution/overview/?video=play>
*(tm)*

Re: VM deployed to wrong storage repository

Posted by Mike Tutkowski <mi...@solidfire.com>.
Sure, np.

I've done a lot of Java development over the past ten years or so, but
never used Spring before, so that's been a new experience for me.  :)


On Mon, Apr 8, 2013 at 6:29 PM, Joe Brockmeier <jz...@zonker.net> wrote:

> Hi Mike,
>
> Any chance you could create a new page on the wiki + document your
> experience here? I'm not sure that someone with a need to specify
> storage placement would hit on "Using Spring..."
>
> You're raising a good question here, would love to see it on the wiki.
>
>
> Best,
>
> jzb
> --
> Joe Brockmeier
> jzb@zonker.net
> Twitter: @jzb
> http://www.dissociatedpress.net/
>



-- 
*Mike Tutkowski*
*Senior CloudStack Developer, SolidFire Inc.*
e: mike.tutkowski@solidfire.com
o: 303.746.7302
Advancing the way the world uses the
cloud<http://solidfire.com/solution/overview/?video=play>
*™*

Re: VM deployed to wrong storage repository

Posted by Joe Brockmeier <jz...@zonker.net>.
Hi Mike, 

Any chance you could create a new page on the wiki + document your
experience here? I'm not sure that someone with a need to specify
storage placement would hit on "Using Spring..." 

You're raising a good question here, would love to see it on the wiki. 


Best,

jzb
-- 
Joe Brockmeier
jzb@zonker.net
Twitter: @jzb
http://www.dissociatedpress.net/

RE: VM deployed to wrong storage repository

Posted by Prachi Damle <Pr...@citrix.com>.
Mike,

I just updated the bug with more analysis. I see that it's the issue due to RandomStoragePoolAllocator.

Can you check if the applicationContext.xml has it mentioned? Should be present at same location as the componentContext.xml

Thanks,
Prachi

-----Original Message-----
From: Mike Tutkowski [mailto:mike.tutkowski@solidfire.com] 
Sent: Monday, April 08, 2013 10:08 PM
To: dev@cloudstack.apache.org
Subject: Re: VM deployed to wrong storage repository

Finally got it to happen again.

This time two VMs were placed on the same PS instead of each on their own PS.

All appears to be configured properly.

This is just a log shot, but could this possibly be happening because the iSCSI targets that are being used for storage repositories are not formatted from scratch each time I use them?

Right now I'm just re-using the same 10 iSCSI targets each time I run my tests.  At the end, I delete the VMs, the primary storages, and the compute offerings.

The iSCSI targets are then re-used in the next run (the volumes/LUNs these iSCSI targets represent are not deleted and re-created each run).

Not sure why that would cause such a problem, but figured I'd throw it out there.

In the real world, I'd be creating a new iSCSI target before running the rest of my code.


On Mon, Apr 8, 2013 at 10:39 PM, Mike Tutkowski < mike.tutkowski@solidfire.com> wrote:

> It could be by chance.  I've run a bunch of tests, however, and can no 
> longer get it to choose incorrectly.  Before, though, it was placing 
> both VMs on the same PS and each should have been on a different one.  
> I can't see anything different in my config then versus now.
>
> I'm still trying to repro now.
>
>
> On Mon, Apr 8, 2013 at 9:18 PM, Marcus Sorensen <sh...@gmail.com>wrote:
>
>> Could it just be that it occasionally chooses the right storage by chance?
>> On Apr 8, 2013 8:36 PM, "Prachi Damle" <Pr...@citrix.com> wrote:
>>
>> > If you are seeing the tags honored sometimes then I guess this 
>> > might be related to ordering of allocators.
>> >
>> > Kelven, is your fix to maintain the order in which allocators are
>> loaded,
>> > in 4.1 as well?
>> >
>> > Prachi
>> >
>> >
>> > On Apr 8, 2013, at 6:45 PM, "Mike Tutkowski" <
>> mike.tutkowski@solidfire.com>
>> > wrote:
>> >
>> > > Yeah, that dawned on me later, Marcus. :) I updated the Bug a 
>> > > couple
>> > hours
>> > > ago to note that it might have been due to lack of memory (I had
>> > mentioned
>> > > this issue in the Bug). That certainly is likely, in fact, since 
>> > > I'm running two XenServers in VMs on my laptop. :) It just didn't 
>> > > click
>> right
>> > > away that capacity might not be related to storage space.
>> > >
>> > > The main issue of the Bug is that the storage tags doesn't seem 
>> > > to be honored (although, as I run and re-run my tests, several 
>> > > times it is honored...I'm not seeing a pattern to it, though).
>> > >
>> > >
>> > > On Mon, Apr 8, 2013 at 7:36 PM, Marcus Sorensen 
>> > > <sh...@gmail.com>
>> > wrote:
>> > >
>> > >> By the way, the insufficient capacity in itself may not indicate
>> storage
>> > >> space. It could be lack of memory or CPU as well.
>> > >> On Apr 8, 2013 2:48 PM, "Mike Tutkowski" <
>> mike.tutkowski@solidfire.com>
>> > >> wrote:
>> > >>
>> > >>> I went ahead and logged Bug 1971 for this issue.
>> > >>>
>> > >>> Currently I cannot get the system to deploy to the correct 
>> > >>> primary
>> > >> storage
>> > >>> and it claims to run out of space when deploying a third VM:
>> > >>>
>> > >>> INFO  [user.vm.DeployVMCmd] (Job-Executor-19:job-19)
>> > >>> com.cloud.exception.InsufficientServerCapacityException: Unable 
>> > >>> to
>> > >> create a
>> > >>> deployment for
>> > >> VM[User|aa33dcdb-792f-4903-86fc-c55802be63c6]Scope=interface
>> > >>> com.cloud.dc.DataCenter; id=1
>> > >>>
>> > >>>
>> > >>> On Mon, Apr 8, 2013 at 1:00 PM, Mike Tutkowski < 
>> > >>> mike.tutkowski@solidfire.com
>> > >>>> wrote:
>> > >>>
>> > >>>> Hey guys,
>> > >>>>
>> > >>>> In nonossComponentContext.xml.in, I see the following for 
>> > >>>> storage
>> > >>>> allocators:
>> > >>>>
>> > >>>>  <!--
>> > >>>>
>> > >>>>    Storage pool allocators
>> > >>>>
>> > >>>>  -->
>> > >>>>
>> > >>>>  <bean id="LocalStoragePoolAllocator"
>> > >>>> class="com.cloud.storage.allocator.LocalStoragePoolAllocator">
>> > >>>>
>> > >>>>    <property name="name" value="LocalStorage"/>
>> > >>>>
>> > >>>>  </bean>
>> > >>>>
>> > >>>>  <bean id="FirstFitStoragePoolAllocator"
>> > >>>> class="com.cloud.storage.allocator.FirstFitStoragePoolAllocato
>> > >>>> r">
>> > >>>>
>> > >>>>    <property name="name" value="Storage"/>
>> > >>>>
>> > >>>>  </bean>
>> > >>>>
>> > >>>>
>> > >>>> On Mon, Apr 8, 2013 at 12:52 PM, Mike Tutkowski < 
>> > >>>> mike.tutkowski@solidfire.com> wrote:
>> > >>>>
>> > >>>>> Actually, now that I know to look for "componentContext.xml" 
>> > >>>>> and
>> not
>> > >>>>> "components.xml," I found this page:
>> > >>
>> >
>> https://cwiki.apache.org/confluence/display/CLOUDSTACK/Using+Spring+i
>> n+CloudStack
>> > >>>>>
>> > >>>>>
>> > >>>>> On Mon, Apr 8, 2013 at 12:39 PM, Mike Tutkowski < 
>> > >>>>> mike.tutkowski@solidfire.com> wrote:
>> > >>>>>
>> > >>>>>> I wrote that last filename incorrect (I meant one 
>> > >>>>>> nonossComponentContext.xml.in).
>> > >>>>>>
>> > >>>>>>
>> > >>>>>> On Mon, Apr 8, 2013 at 12:37 PM, Mike Tutkowski < 
>> > >>>>>> mike.tutkowski@solidfire.com> wrote:
>> > >>>>>>
>> > >>>>>>> Thanks, guys!
>> > >>>>>>>
>> > >>>>>>> I do see componentContext.xml.
>> > >>>>>>>
>> > >>>>>>> Not to be too much of a pain here :) (I looked for this on 
>> > >>>>>>> the
>> Wiki
>> > >>> and
>> > >>>>>>> couldn't find relevant info), but I have three
>> componentContext.xml
>> > >>> files,
>> > >>>>>>> one componentContext.xml.in file, three
>> nonossComponentContext.xml
>> > >>>>>>> files, and one nonComponentContext.xml.in file.
>> > >>>>>>>
>> > >>>>>>> I am running with -Dnonoss.  Do I need to modify all of the 
>> > >>>>>>> ones
>> > >> that
>> > >>>>>>> start with nonoss (I suspect not)?
>> > >>>>>>>
>> > >>>>>>> Thanks for your time!!
>> > >>>>>>>
>> > >>>>>>>
>> > >>>>>>> On Mon, Apr 8, 2013 at 12:29 PM, Chip Childers < 
>> > >>>>>>> chip.childers@sungard.com> wrote:
>> > >>>>>>>
>> > >>>>>>>> On Mon, Apr 08, 2013 at 12:19:48PM -0600, Mike Tutkowski wrote:
>> > >>>>>>>>> FYI that the closest I find are both called
>> > >>> migration-components.xml
>> > >>>>>>>> (2 of
>> > >>>>>>>>> them).
>> > >>>>>>>>>
>> > >>>>>>>>>
>> > >>>>>>>>> On Mon, Apr 8, 2013 at 12:09 PM, Mike Tutkowski < 
>> > >>>>>>>>> mike.tutkowski@solidfire.com> wrote:
>> > >>>>>>>>>
>> > >>>>>>>>>> Hi,
>> > >>>>>>>>>>
>> > >>>>>>>>>> I've never modified this file before and even seem to be
>> having
>> > >>>>>>>> trouble
>> > >>>>>>>>>> finding it.  I can't find component.xml (singular) or
>> > >>>>>>>> components.xml
>> > >>>>>>>>>> (plural).
>> > >>>>>>>>>>
>> > >>>>>>>>>> Can you tell me where this file should be located (I'm
>> running
>> > >>> the
>> > >>>>>>>>>> software from compiled source)?
>> > >>>>>>>>>>
>> > >>>>>>>>>> Thanks!
>> > >>>>>>>>
>> > >>>>>>>> componentContext.xml or nonossComponentContext.xml
>> > >>>>>>>>
>> > >>>>>>>> I have copies here:
>> > >>>>>>>>
>> > >>>>>>>> find . -iname '*componentcontext.xml'
>> > >>
>> >
>> ./client/target/cloud-client-ui-4.1.0-SNAPSHOT/WEB-INF/classes/compon
>> entContext.xml
>> > >>
>> >
>> ./client/target/cloud-client-ui-4.1.0-SNAPSHOT/WEB-INF/classes/nonoss
>> ComponentContext.xml
>> > >> ./client/target/generated-webapp/WEB-INF/classes/componentContex
>> > >> t.xml
>> > >>
>> >
>> ./client/target/generated-webapp/WEB-INF/classes/nonossComponentConte
>> xt.xml
>> > >>>>>>>> ./client/target/conf/componentContext.xml
>> > >>>>>>>> ./client/target/conf/nonossComponentContext.xml
>> > >>>>>>>
>> > >>>>>>>
>> > >>>>>>>
>> > >>>>>>> --
>> > >>>>>>> *Mike Tutkowski*
>> > >>>>>>> *Senior CloudStack Developer, SolidFire Inc.*
>> > >>>>>>> e: mike.tutkowski@solidfire.com
>> > >>>>>>> o: 303.746.7302
>> > >>>>>>> Advancing the way the world uses the cloud<
>> > >>> http://solidfire.com/solution/overview/?video=play>
>> > >>>>>>> *(tm)*
>> > >>>>>>
>> > >>>>>>
>> > >>>>>>
>> > >>>>>> --
>> > >>>>>> *Mike Tutkowski*
>> > >>>>>> *Senior CloudStack Developer, SolidFire Inc.*
>> > >>>>>> e: mike.tutkowski@solidfire.com
>> > >>>>>> o: 303.746.7302
>> > >>>>>> Advancing the way the world uses the cloud<
>> > >>> http://solidfire.com/solution/overview/?video=play>
>> > >>>>>> *(tm)*
>> > >>>>>
>> > >>>>>
>> > >>>>>
>> > >>>>> --
>> > >>>>> *Mike Tutkowski*
>> > >>>>> *Senior CloudStack Developer, SolidFire Inc.*
>> > >>>>> e: mike.tutkowski@solidfire.com
>> > >>>>> o: 303.746.7302
>> > >>>>> Advancing the way the world uses the cloud<
>> > >>> http://solidfire.com/solution/overview/?video=play>
>> > >>>>> *(tm)*
>> > >>>>
>> > >>>>
>> > >>>>
>> > >>>> --
>> > >>>> *Mike Tutkowski*
>> > >>>> *Senior CloudStack Developer, SolidFire Inc.*
>> > >>>> e: mike.tutkowski@solidfire.com
>> > >>>> o: 303.746.7302
>> > >>>> Advancing the way the world uses the cloud<
>> > >>> http://solidfire.com/solution/overview/?video=play>
>> > >>>> *(tm)*
>> > >>>
>> > >>>
>> > >>>
>> > >>> --
>> > >>> *Mike Tutkowski*
>> > >>> *Senior CloudStack Developer, SolidFire Inc.*
>> > >>> e: mike.tutkowski@solidfire.com
>> > >>> o: 303.746.7302
>> > >>> Advancing the way the world uses the 
>> > >>> cloud<http://solidfire.com/solution/overview/?video=play>
>> > >>> *(tm)*
>> > >
>> > >
>> > >
>> > > --
>> > > *Mike Tutkowski*
>> > > *Senior CloudStack Developer, SolidFire Inc.*
>> > > e: mike.tutkowski@solidfire.com
>> > > o: 303.746.7302
>> > > Advancing the way the world uses the 
>> > > cloud<http://solidfire.com/solution/overview/?video=play>
>> > > *(tm)*
>> >
>>
>
>
>
> --
> *Mike Tutkowski*
> *Senior CloudStack Developer, SolidFire Inc.*
> e: mike.tutkowski@solidfire.com
> o: 303.746.7302
> Advancing the way the world uses the 
> cloud<http://solidfire.com/solution/overview/?video=play>
> *(tm)*
>



--
*Mike Tutkowski*
*Senior CloudStack Developer, SolidFire Inc.*
e: mike.tutkowski@solidfire.com
o: 303.746.7302
Advancing the way the world uses the
cloud<http://solidfire.com/solution/overview/?video=play>
*(tm)*

Re: VM deployed to wrong storage repository

Posted by Mike Tutkowski <mi...@solidfire.com>.
Finally got it to happen again.

This time two VMs were placed on the same PS instead of each on their own
PS.

All appears to be configured properly.

This is just a log shot, but could this possibly be happening because the
iSCSI targets that are being used for storage repositories are not
formatted from scratch each time I use them?

Right now I'm just re-using the same 10 iSCSI targets each time I run my
tests.  At the end, I delete the VMs, the primary storages, and the compute
offerings.

The iSCSI targets are then re-used in the next run (the volumes/LUNs these
iSCSI targets represent are not deleted and re-created each run).

Not sure why that would cause such a problem, but figured I'd throw it out
there.

In the real world, I'd be creating a new iSCSI target before running the
rest of my code.


On Mon, Apr 8, 2013 at 10:39 PM, Mike Tutkowski <
mike.tutkowski@solidfire.com> wrote:

> It could be by chance.  I've run a bunch of tests, however, and can no
> longer get it to choose incorrectly.  Before, though, it was placing both
> VMs on the same PS and each should have been on a different one.  I can't
> see anything different in my config then versus now.
>
> I'm still trying to repro now.
>
>
> On Mon, Apr 8, 2013 at 9:18 PM, Marcus Sorensen <sh...@gmail.com>wrote:
>
>> Could it just be that it occasionally chooses the right storage by chance?
>> On Apr 8, 2013 8:36 PM, "Prachi Damle" <Pr...@citrix.com> wrote:
>>
>> > If you are seeing the tags honored sometimes then I guess this might be
>> > related to ordering of allocators.
>> >
>> > Kelven, is your fix to maintain the order in which allocators are
>> loaded,
>> > in 4.1 as well?
>> >
>> > Prachi
>> >
>> >
>> > On Apr 8, 2013, at 6:45 PM, "Mike Tutkowski" <
>> mike.tutkowski@solidfire.com>
>> > wrote:
>> >
>> > > Yeah, that dawned on me later, Marcus. :) I updated the Bug a couple
>> > hours
>> > > ago to note that it might have been due to lack of memory (I had
>> > mentioned
>> > > this issue in the Bug). That certainly is likely, in fact, since I'm
>> > > running two XenServers in VMs on my laptop. :) It just didn't click
>> right
>> > > away that capacity might not be related to storage space.
>> > >
>> > > The main issue of the Bug is that the storage tags doesn't seem to be
>> > > honored (although, as I run and re-run my tests, several times it is
>> > > honored...I'm not seeing a pattern to it, though).
>> > >
>> > >
>> > > On Mon, Apr 8, 2013 at 7:36 PM, Marcus Sorensen <sh...@gmail.com>
>> > wrote:
>> > >
>> > >> By the way, the insufficient capacity in itself may not indicate
>> storage
>> > >> space. It could be lack of memory or CPU as well.
>> > >> On Apr 8, 2013 2:48 PM, "Mike Tutkowski" <
>> mike.tutkowski@solidfire.com>
>> > >> wrote:
>> > >>
>> > >>> I went ahead and logged Bug 1971 for this issue.
>> > >>>
>> > >>> Currently I cannot get the system to deploy to the correct primary
>> > >> storage
>> > >>> and it claims to run out of space when deploying a third VM:
>> > >>>
>> > >>> INFO  [user.vm.DeployVMCmd] (Job-Executor-19:job-19)
>> > >>> com.cloud.exception.InsufficientServerCapacityException: Unable to
>> > >> create a
>> > >>> deployment for
>> > >> VM[User|aa33dcdb-792f-4903-86fc-c55802be63c6]Scope=interface
>> > >>> com.cloud.dc.DataCenter; id=1
>> > >>>
>> > >>>
>> > >>> On Mon, Apr 8, 2013 at 1:00 PM, Mike Tutkowski <
>> > >>> mike.tutkowski@solidfire.com
>> > >>>> wrote:
>> > >>>
>> > >>>> Hey guys,
>> > >>>>
>> > >>>> In nonossComponentContext.xml.in, I see the following for storage
>> > >>>> allocators:
>> > >>>>
>> > >>>>  <!--
>> > >>>>
>> > >>>>    Storage pool allocators
>> > >>>>
>> > >>>>  -->
>> > >>>>
>> > >>>>  <bean id="LocalStoragePoolAllocator"
>> > >>>> class="com.cloud.storage.allocator.LocalStoragePoolAllocator">
>> > >>>>
>> > >>>>    <property name="name" value="LocalStorage"/>
>> > >>>>
>> > >>>>  </bean>
>> > >>>>
>> > >>>>  <bean id="FirstFitStoragePoolAllocator"
>> > >>>> class="com.cloud.storage.allocator.FirstFitStoragePoolAllocator">
>> > >>>>
>> > >>>>    <property name="name" value="Storage"/>
>> > >>>>
>> > >>>>  </bean>
>> > >>>>
>> > >>>>
>> > >>>> On Mon, Apr 8, 2013 at 12:52 PM, Mike Tutkowski <
>> > >>>> mike.tutkowski@solidfire.com> wrote:
>> > >>>>
>> > >>>>> Actually, now that I know to look for "componentContext.xml" and
>> not
>> > >>>>> "components.xml," I found this page:
>> > >>
>> >
>> https://cwiki.apache.org/confluence/display/CLOUDSTACK/Using+Spring+in+CloudStack
>> > >>>>>
>> > >>>>>
>> > >>>>> On Mon, Apr 8, 2013 at 12:39 PM, Mike Tutkowski <
>> > >>>>> mike.tutkowski@solidfire.com> wrote:
>> > >>>>>
>> > >>>>>> I wrote that last filename incorrect (I meant one
>> > >>>>>> nonossComponentContext.xml.in).
>> > >>>>>>
>> > >>>>>>
>> > >>>>>> On Mon, Apr 8, 2013 at 12:37 PM, Mike Tutkowski <
>> > >>>>>> mike.tutkowski@solidfire.com> wrote:
>> > >>>>>>
>> > >>>>>>> Thanks, guys!
>> > >>>>>>>
>> > >>>>>>> I do see componentContext.xml.
>> > >>>>>>>
>> > >>>>>>> Not to be too much of a pain here :) (I looked for this on the
>> Wiki
>> > >>> and
>> > >>>>>>> couldn't find relevant info), but I have three
>> componentContext.xml
>> > >>> files,
>> > >>>>>>> one componentContext.xml.in file, three
>> nonossComponentContext.xml
>> > >>>>>>> files, and one nonComponentContext.xml.in file.
>> > >>>>>>>
>> > >>>>>>> I am running with -Dnonoss.  Do I need to modify all of the ones
>> > >> that
>> > >>>>>>> start with nonoss (I suspect not)?
>> > >>>>>>>
>> > >>>>>>> Thanks for your time!!
>> > >>>>>>>
>> > >>>>>>>
>> > >>>>>>> On Mon, Apr 8, 2013 at 12:29 PM, Chip Childers <
>> > >>>>>>> chip.childers@sungard.com> wrote:
>> > >>>>>>>
>> > >>>>>>>> On Mon, Apr 08, 2013 at 12:19:48PM -0600, Mike Tutkowski wrote:
>> > >>>>>>>>> FYI that the closest I find are both called
>> > >>> migration-components.xml
>> > >>>>>>>> (2 of
>> > >>>>>>>>> them).
>> > >>>>>>>>>
>> > >>>>>>>>>
>> > >>>>>>>>> On Mon, Apr 8, 2013 at 12:09 PM, Mike Tutkowski <
>> > >>>>>>>>> mike.tutkowski@solidfire.com> wrote:
>> > >>>>>>>>>
>> > >>>>>>>>>> Hi,
>> > >>>>>>>>>>
>> > >>>>>>>>>> I've never modified this file before and even seem to be
>> having
>> > >>>>>>>> trouble
>> > >>>>>>>>>> finding it.  I can't find component.xml (singular) or
>> > >>>>>>>> components.xml
>> > >>>>>>>>>> (plural).
>> > >>>>>>>>>>
>> > >>>>>>>>>> Can you tell me where this file should be located (I'm
>> running
>> > >>> the
>> > >>>>>>>>>> software from compiled source)?
>> > >>>>>>>>>>
>> > >>>>>>>>>> Thanks!
>> > >>>>>>>>
>> > >>>>>>>> componentContext.xml or nonossComponentContext.xml
>> > >>>>>>>>
>> > >>>>>>>> I have copies here:
>> > >>>>>>>>
>> > >>>>>>>> find . -iname '*componentcontext.xml'
>> > >>
>> >
>> ./client/target/cloud-client-ui-4.1.0-SNAPSHOT/WEB-INF/classes/componentContext.xml
>> > >>
>> >
>> ./client/target/cloud-client-ui-4.1.0-SNAPSHOT/WEB-INF/classes/nonossComponentContext.xml
>> > >> ./client/target/generated-webapp/WEB-INF/classes/componentContext.xml
>> > >>
>> >
>> ./client/target/generated-webapp/WEB-INF/classes/nonossComponentContext.xml
>> > >>>>>>>> ./client/target/conf/componentContext.xml
>> > >>>>>>>> ./client/target/conf/nonossComponentContext.xml
>> > >>>>>>>
>> > >>>>>>>
>> > >>>>>>>
>> > >>>>>>> --
>> > >>>>>>> *Mike Tutkowski*
>> > >>>>>>> *Senior CloudStack Developer, SolidFire Inc.*
>> > >>>>>>> e: mike.tutkowski@solidfire.com
>> > >>>>>>> o: 303.746.7302
>> > >>>>>>> Advancing the way the world uses the cloud<
>> > >>> http://solidfire.com/solution/overview/?video=play>
>> > >>>>>>> *™*
>> > >>>>>>
>> > >>>>>>
>> > >>>>>>
>> > >>>>>> --
>> > >>>>>> *Mike Tutkowski*
>> > >>>>>> *Senior CloudStack Developer, SolidFire Inc.*
>> > >>>>>> e: mike.tutkowski@solidfire.com
>> > >>>>>> o: 303.746.7302
>> > >>>>>> Advancing the way the world uses the cloud<
>> > >>> http://solidfire.com/solution/overview/?video=play>
>> > >>>>>> *™*
>> > >>>>>
>> > >>>>>
>> > >>>>>
>> > >>>>> --
>> > >>>>> *Mike Tutkowski*
>> > >>>>> *Senior CloudStack Developer, SolidFire Inc.*
>> > >>>>> e: mike.tutkowski@solidfire.com
>> > >>>>> o: 303.746.7302
>> > >>>>> Advancing the way the world uses the cloud<
>> > >>> http://solidfire.com/solution/overview/?video=play>
>> > >>>>> *™*
>> > >>>>
>> > >>>>
>> > >>>>
>> > >>>> --
>> > >>>> *Mike Tutkowski*
>> > >>>> *Senior CloudStack Developer, SolidFire Inc.*
>> > >>>> e: mike.tutkowski@solidfire.com
>> > >>>> o: 303.746.7302
>> > >>>> Advancing the way the world uses the cloud<
>> > >>> http://solidfire.com/solution/overview/?video=play>
>> > >>>> *™*
>> > >>>
>> > >>>
>> > >>>
>> > >>> --
>> > >>> *Mike Tutkowski*
>> > >>> *Senior CloudStack Developer, SolidFire Inc.*
>> > >>> e: mike.tutkowski@solidfire.com
>> > >>> o: 303.746.7302
>> > >>> Advancing the way the world uses the
>> > >>> cloud<http://solidfire.com/solution/overview/?video=play>
>> > >>> *™*
>> > >
>> > >
>> > >
>> > > --
>> > > *Mike Tutkowski*
>> > > *Senior CloudStack Developer, SolidFire Inc.*
>> > > e: mike.tutkowski@solidfire.com
>> > > o: 303.746.7302
>> > > Advancing the way the world uses the
>> > > cloud<http://solidfire.com/solution/overview/?video=play>
>> > > *™*
>> >
>>
>
>
>
> --
> *Mike Tutkowski*
> *Senior CloudStack Developer, SolidFire Inc.*
> e: mike.tutkowski@solidfire.com
> o: 303.746.7302
> Advancing the way the world uses the cloud<http://solidfire.com/solution/overview/?video=play>
> *™*
>



-- 
*Mike Tutkowski*
*Senior CloudStack Developer, SolidFire Inc.*
e: mike.tutkowski@solidfire.com
o: 303.746.7302
Advancing the way the world uses the
cloud<http://solidfire.com/solution/overview/?video=play>
*™*

Re: VM deployed to wrong storage repository

Posted by Mike Tutkowski <mi...@solidfire.com>.
It could be by chance.  I've run a bunch of tests, however, and can no
longer get it to choose incorrectly.  Before, though, it was placing both
VMs on the same PS and each should have been on a different one.  I can't
see anything different in my config then versus now.

I'm still trying to repro now.


On Mon, Apr 8, 2013 at 9:18 PM, Marcus Sorensen <sh...@gmail.com> wrote:

> Could it just be that it occasionally chooses the right storage by chance?
> On Apr 8, 2013 8:36 PM, "Prachi Damle" <Pr...@citrix.com> wrote:
>
> > If you are seeing the tags honored sometimes then I guess this might be
> > related to ordering of allocators.
> >
> > Kelven, is your fix to maintain the order in which allocators are loaded,
> > in 4.1 as well?
> >
> > Prachi
> >
> >
> > On Apr 8, 2013, at 6:45 PM, "Mike Tutkowski" <
> mike.tutkowski@solidfire.com>
> > wrote:
> >
> > > Yeah, that dawned on me later, Marcus. :) I updated the Bug a couple
> > hours
> > > ago to note that it might have been due to lack of memory (I had
> > mentioned
> > > this issue in the Bug). That certainly is likely, in fact, since I'm
> > > running two XenServers in VMs on my laptop. :) It just didn't click
> right
> > > away that capacity might not be related to storage space.
> > >
> > > The main issue of the Bug is that the storage tags doesn't seem to be
> > > honored (although, as I run and re-run my tests, several times it is
> > > honored...I'm not seeing a pattern to it, though).
> > >
> > >
> > > On Mon, Apr 8, 2013 at 7:36 PM, Marcus Sorensen <sh...@gmail.com>
> > wrote:
> > >
> > >> By the way, the insufficient capacity in itself may not indicate
> storage
> > >> space. It could be lack of memory or CPU as well.
> > >> On Apr 8, 2013 2:48 PM, "Mike Tutkowski" <
> mike.tutkowski@solidfire.com>
> > >> wrote:
> > >>
> > >>> I went ahead and logged Bug 1971 for this issue.
> > >>>
> > >>> Currently I cannot get the system to deploy to the correct primary
> > >> storage
> > >>> and it claims to run out of space when deploying a third VM:
> > >>>
> > >>> INFO  [user.vm.DeployVMCmd] (Job-Executor-19:job-19)
> > >>> com.cloud.exception.InsufficientServerCapacityException: Unable to
> > >> create a
> > >>> deployment for
> > >> VM[User|aa33dcdb-792f-4903-86fc-c55802be63c6]Scope=interface
> > >>> com.cloud.dc.DataCenter; id=1
> > >>>
> > >>>
> > >>> On Mon, Apr 8, 2013 at 1:00 PM, Mike Tutkowski <
> > >>> mike.tutkowski@solidfire.com
> > >>>> wrote:
> > >>>
> > >>>> Hey guys,
> > >>>>
> > >>>> In nonossComponentContext.xml.in, I see the following for storage
> > >>>> allocators:
> > >>>>
> > >>>>  <!--
> > >>>>
> > >>>>    Storage pool allocators
> > >>>>
> > >>>>  -->
> > >>>>
> > >>>>  <bean id="LocalStoragePoolAllocator"
> > >>>> class="com.cloud.storage.allocator.LocalStoragePoolAllocator">
> > >>>>
> > >>>>    <property name="name" value="LocalStorage"/>
> > >>>>
> > >>>>  </bean>
> > >>>>
> > >>>>  <bean id="FirstFitStoragePoolAllocator"
> > >>>> class="com.cloud.storage.allocator.FirstFitStoragePoolAllocator">
> > >>>>
> > >>>>    <property name="name" value="Storage"/>
> > >>>>
> > >>>>  </bean>
> > >>>>
> > >>>>
> > >>>> On Mon, Apr 8, 2013 at 12:52 PM, Mike Tutkowski <
> > >>>> mike.tutkowski@solidfire.com> wrote:
> > >>>>
> > >>>>> Actually, now that I know to look for "componentContext.xml" and
> not
> > >>>>> "components.xml," I found this page:
> > >>
> >
> https://cwiki.apache.org/confluence/display/CLOUDSTACK/Using+Spring+in+CloudStack
> > >>>>>
> > >>>>>
> > >>>>> On Mon, Apr 8, 2013 at 12:39 PM, Mike Tutkowski <
> > >>>>> mike.tutkowski@solidfire.com> wrote:
> > >>>>>
> > >>>>>> I wrote that last filename incorrect (I meant one
> > >>>>>> nonossComponentContext.xml.in).
> > >>>>>>
> > >>>>>>
> > >>>>>> On Mon, Apr 8, 2013 at 12:37 PM, Mike Tutkowski <
> > >>>>>> mike.tutkowski@solidfire.com> wrote:
> > >>>>>>
> > >>>>>>> Thanks, guys!
> > >>>>>>>
> > >>>>>>> I do see componentContext.xml.
> > >>>>>>>
> > >>>>>>> Not to be too much of a pain here :) (I looked for this on the
> Wiki
> > >>> and
> > >>>>>>> couldn't find relevant info), but I have three
> componentContext.xml
> > >>> files,
> > >>>>>>> one componentContext.xml.in file, three
> nonossComponentContext.xml
> > >>>>>>> files, and one nonComponentContext.xml.in file.
> > >>>>>>>
> > >>>>>>> I am running with -Dnonoss.  Do I need to modify all of the ones
> > >> that
> > >>>>>>> start with nonoss (I suspect not)?
> > >>>>>>>
> > >>>>>>> Thanks for your time!!
> > >>>>>>>
> > >>>>>>>
> > >>>>>>> On Mon, Apr 8, 2013 at 12:29 PM, Chip Childers <
> > >>>>>>> chip.childers@sungard.com> wrote:
> > >>>>>>>
> > >>>>>>>> On Mon, Apr 08, 2013 at 12:19:48PM -0600, Mike Tutkowski wrote:
> > >>>>>>>>> FYI that the closest I find are both called
> > >>> migration-components.xml
> > >>>>>>>> (2 of
> > >>>>>>>>> them).
> > >>>>>>>>>
> > >>>>>>>>>
> > >>>>>>>>> On Mon, Apr 8, 2013 at 12:09 PM, Mike Tutkowski <
> > >>>>>>>>> mike.tutkowski@solidfire.com> wrote:
> > >>>>>>>>>
> > >>>>>>>>>> Hi,
> > >>>>>>>>>>
> > >>>>>>>>>> I've never modified this file before and even seem to be
> having
> > >>>>>>>> trouble
> > >>>>>>>>>> finding it.  I can't find component.xml (singular) or
> > >>>>>>>> components.xml
> > >>>>>>>>>> (plural).
> > >>>>>>>>>>
> > >>>>>>>>>> Can you tell me where this file should be located (I'm running
> > >>> the
> > >>>>>>>>>> software from compiled source)?
> > >>>>>>>>>>
> > >>>>>>>>>> Thanks!
> > >>>>>>>>
> > >>>>>>>> componentContext.xml or nonossComponentContext.xml
> > >>>>>>>>
> > >>>>>>>> I have copies here:
> > >>>>>>>>
> > >>>>>>>> find . -iname '*componentcontext.xml'
> > >>
> >
> ./client/target/cloud-client-ui-4.1.0-SNAPSHOT/WEB-INF/classes/componentContext.xml
> > >>
> >
> ./client/target/cloud-client-ui-4.1.0-SNAPSHOT/WEB-INF/classes/nonossComponentContext.xml
> > >> ./client/target/generated-webapp/WEB-INF/classes/componentContext.xml
> > >>
> >
> ./client/target/generated-webapp/WEB-INF/classes/nonossComponentContext.xml
> > >>>>>>>> ./client/target/conf/componentContext.xml
> > >>>>>>>> ./client/target/conf/nonossComponentContext.xml
> > >>>>>>>
> > >>>>>>>
> > >>>>>>>
> > >>>>>>> --
> > >>>>>>> *Mike Tutkowski*
> > >>>>>>> *Senior CloudStack Developer, SolidFire Inc.*
> > >>>>>>> e: mike.tutkowski@solidfire.com
> > >>>>>>> o: 303.746.7302
> > >>>>>>> Advancing the way the world uses the cloud<
> > >>> http://solidfire.com/solution/overview/?video=play>
> > >>>>>>> *™*
> > >>>>>>
> > >>>>>>
> > >>>>>>
> > >>>>>> --
> > >>>>>> *Mike Tutkowski*
> > >>>>>> *Senior CloudStack Developer, SolidFire Inc.*
> > >>>>>> e: mike.tutkowski@solidfire.com
> > >>>>>> o: 303.746.7302
> > >>>>>> Advancing the way the world uses the cloud<
> > >>> http://solidfire.com/solution/overview/?video=play>
> > >>>>>> *™*
> > >>>>>
> > >>>>>
> > >>>>>
> > >>>>> --
> > >>>>> *Mike Tutkowski*
> > >>>>> *Senior CloudStack Developer, SolidFire Inc.*
> > >>>>> e: mike.tutkowski@solidfire.com
> > >>>>> o: 303.746.7302
> > >>>>> Advancing the way the world uses the cloud<
> > >>> http://solidfire.com/solution/overview/?video=play>
> > >>>>> *™*
> > >>>>
> > >>>>
> > >>>>
> > >>>> --
> > >>>> *Mike Tutkowski*
> > >>>> *Senior CloudStack Developer, SolidFire Inc.*
> > >>>> e: mike.tutkowski@solidfire.com
> > >>>> o: 303.746.7302
> > >>>> Advancing the way the world uses the cloud<
> > >>> http://solidfire.com/solution/overview/?video=play>
> > >>>> *™*
> > >>>
> > >>>
> > >>>
> > >>> --
> > >>> *Mike Tutkowski*
> > >>> *Senior CloudStack Developer, SolidFire Inc.*
> > >>> e: mike.tutkowski@solidfire.com
> > >>> o: 303.746.7302
> > >>> Advancing the way the world uses the
> > >>> cloud<http://solidfire.com/solution/overview/?video=play>
> > >>> *™*
> > >
> > >
> > >
> > > --
> > > *Mike Tutkowski*
> > > *Senior CloudStack Developer, SolidFire Inc.*
> > > e: mike.tutkowski@solidfire.com
> > > o: 303.746.7302
> > > Advancing the way the world uses the
> > > cloud<http://solidfire.com/solution/overview/?video=play>
> > > *™*
> >
>



-- 
*Mike Tutkowski*
*Senior CloudStack Developer, SolidFire Inc.*
e: mike.tutkowski@solidfire.com
o: 303.746.7302
Advancing the way the world uses the
cloud<http://solidfire.com/solution/overview/?video=play>
*™*

Re: VM deployed to wrong storage repository

Posted by Marcus Sorensen <sh...@gmail.com>.
Could it just be that it occasionally chooses the right storage by chance?
On Apr 8, 2013 8:36 PM, "Prachi Damle" <Pr...@citrix.com> wrote:

> If you are seeing the tags honored sometimes then I guess this might be
> related to ordering of allocators.
>
> Kelven, is your fix to maintain the order in which allocators are loaded,
> in 4.1 as well?
>
> Prachi
>
>
> On Apr 8, 2013, at 6:45 PM, "Mike Tutkowski" <mi...@solidfire.com>
> wrote:
>
> > Yeah, that dawned on me later, Marcus. :) I updated the Bug a couple
> hours
> > ago to note that it might have been due to lack of memory (I had
> mentioned
> > this issue in the Bug). That certainly is likely, in fact, since I'm
> > running two XenServers in VMs on my laptop. :) It just didn't click right
> > away that capacity might not be related to storage space.
> >
> > The main issue of the Bug is that the storage tags doesn't seem to be
> > honored (although, as I run and re-run my tests, several times it is
> > honored...I'm not seeing a pattern to it, though).
> >
> >
> > On Mon, Apr 8, 2013 at 7:36 PM, Marcus Sorensen <sh...@gmail.com>
> wrote:
> >
> >> By the way, the insufficient capacity in itself may not indicate storage
> >> space. It could be lack of memory or CPU as well.
> >> On Apr 8, 2013 2:48 PM, "Mike Tutkowski" <mi...@solidfire.com>
> >> wrote:
> >>
> >>> I went ahead and logged Bug 1971 for this issue.
> >>>
> >>> Currently I cannot get the system to deploy to the correct primary
> >> storage
> >>> and it claims to run out of space when deploying a third VM:
> >>>
> >>> INFO  [user.vm.DeployVMCmd] (Job-Executor-19:job-19)
> >>> com.cloud.exception.InsufficientServerCapacityException: Unable to
> >> create a
> >>> deployment for
> >> VM[User|aa33dcdb-792f-4903-86fc-c55802be63c6]Scope=interface
> >>> com.cloud.dc.DataCenter; id=1
> >>>
> >>>
> >>> On Mon, Apr 8, 2013 at 1:00 PM, Mike Tutkowski <
> >>> mike.tutkowski@solidfire.com
> >>>> wrote:
> >>>
> >>>> Hey guys,
> >>>>
> >>>> In nonossComponentContext.xml.in, I see the following for storage
> >>>> allocators:
> >>>>
> >>>>  <!--
> >>>>
> >>>>    Storage pool allocators
> >>>>
> >>>>  -->
> >>>>
> >>>>  <bean id="LocalStoragePoolAllocator"
> >>>> class="com.cloud.storage.allocator.LocalStoragePoolAllocator">
> >>>>
> >>>>    <property name="name" value="LocalStorage"/>
> >>>>
> >>>>  </bean>
> >>>>
> >>>>  <bean id="FirstFitStoragePoolAllocator"
> >>>> class="com.cloud.storage.allocator.FirstFitStoragePoolAllocator">
> >>>>
> >>>>    <property name="name" value="Storage"/>
> >>>>
> >>>>  </bean>
> >>>>
> >>>>
> >>>> On Mon, Apr 8, 2013 at 12:52 PM, Mike Tutkowski <
> >>>> mike.tutkowski@solidfire.com> wrote:
> >>>>
> >>>>> Actually, now that I know to look for "componentContext.xml" and not
> >>>>> "components.xml," I found this page:
> >>
> https://cwiki.apache.org/confluence/display/CLOUDSTACK/Using+Spring+in+CloudStack
> >>>>>
> >>>>>
> >>>>> On Mon, Apr 8, 2013 at 12:39 PM, Mike Tutkowski <
> >>>>> mike.tutkowski@solidfire.com> wrote:
> >>>>>
> >>>>>> I wrote that last filename incorrect (I meant one
> >>>>>> nonossComponentContext.xml.in).
> >>>>>>
> >>>>>>
> >>>>>> On Mon, Apr 8, 2013 at 12:37 PM, Mike Tutkowski <
> >>>>>> mike.tutkowski@solidfire.com> wrote:
> >>>>>>
> >>>>>>> Thanks, guys!
> >>>>>>>
> >>>>>>> I do see componentContext.xml.
> >>>>>>>
> >>>>>>> Not to be too much of a pain here :) (I looked for this on the Wiki
> >>> and
> >>>>>>> couldn't find relevant info), but I have three componentContext.xml
> >>> files,
> >>>>>>> one componentContext.xml.in file, three nonossComponentContext.xml
> >>>>>>> files, and one nonComponentContext.xml.in file.
> >>>>>>>
> >>>>>>> I am running with -Dnonoss.  Do I need to modify all of the ones
> >> that
> >>>>>>> start with nonoss (I suspect not)?
> >>>>>>>
> >>>>>>> Thanks for your time!!
> >>>>>>>
> >>>>>>>
> >>>>>>> On Mon, Apr 8, 2013 at 12:29 PM, Chip Childers <
> >>>>>>> chip.childers@sungard.com> wrote:
> >>>>>>>
> >>>>>>>> On Mon, Apr 08, 2013 at 12:19:48PM -0600, Mike Tutkowski wrote:
> >>>>>>>>> FYI that the closest I find are both called
> >>> migration-components.xml
> >>>>>>>> (2 of
> >>>>>>>>> them).
> >>>>>>>>>
> >>>>>>>>>
> >>>>>>>>> On Mon, Apr 8, 2013 at 12:09 PM, Mike Tutkowski <
> >>>>>>>>> mike.tutkowski@solidfire.com> wrote:
> >>>>>>>>>
> >>>>>>>>>> Hi,
> >>>>>>>>>>
> >>>>>>>>>> I've never modified this file before and even seem to be having
> >>>>>>>> trouble
> >>>>>>>>>> finding it.  I can't find component.xml (singular) or
> >>>>>>>> components.xml
> >>>>>>>>>> (plural).
> >>>>>>>>>>
> >>>>>>>>>> Can you tell me where this file should be located (I'm running
> >>> the
> >>>>>>>>>> software from compiled source)?
> >>>>>>>>>>
> >>>>>>>>>> Thanks!
> >>>>>>>>
> >>>>>>>> componentContext.xml or nonossComponentContext.xml
> >>>>>>>>
> >>>>>>>> I have copies here:
> >>>>>>>>
> >>>>>>>> find . -iname '*componentcontext.xml'
> >>
> ./client/target/cloud-client-ui-4.1.0-SNAPSHOT/WEB-INF/classes/componentContext.xml
> >>
> ./client/target/cloud-client-ui-4.1.0-SNAPSHOT/WEB-INF/classes/nonossComponentContext.xml
> >> ./client/target/generated-webapp/WEB-INF/classes/componentContext.xml
> >>
> ./client/target/generated-webapp/WEB-INF/classes/nonossComponentContext.xml
> >>>>>>>> ./client/target/conf/componentContext.xml
> >>>>>>>> ./client/target/conf/nonossComponentContext.xml
> >>>>>>>
> >>>>>>>
> >>>>>>>
> >>>>>>> --
> >>>>>>> *Mike Tutkowski*
> >>>>>>> *Senior CloudStack Developer, SolidFire Inc.*
> >>>>>>> e: mike.tutkowski@solidfire.com
> >>>>>>> o: 303.746.7302
> >>>>>>> Advancing the way the world uses the cloud<
> >>> http://solidfire.com/solution/overview/?video=play>
> >>>>>>> *™*
> >>>>>>
> >>>>>>
> >>>>>>
> >>>>>> --
> >>>>>> *Mike Tutkowski*
> >>>>>> *Senior CloudStack Developer, SolidFire Inc.*
> >>>>>> e: mike.tutkowski@solidfire.com
> >>>>>> o: 303.746.7302
> >>>>>> Advancing the way the world uses the cloud<
> >>> http://solidfire.com/solution/overview/?video=play>
> >>>>>> *™*
> >>>>>
> >>>>>
> >>>>>
> >>>>> --
> >>>>> *Mike Tutkowski*
> >>>>> *Senior CloudStack Developer, SolidFire Inc.*
> >>>>> e: mike.tutkowski@solidfire.com
> >>>>> o: 303.746.7302
> >>>>> Advancing the way the world uses the cloud<
> >>> http://solidfire.com/solution/overview/?video=play>
> >>>>> *™*
> >>>>
> >>>>
> >>>>
> >>>> --
> >>>> *Mike Tutkowski*
> >>>> *Senior CloudStack Developer, SolidFire Inc.*
> >>>> e: mike.tutkowski@solidfire.com
> >>>> o: 303.746.7302
> >>>> Advancing the way the world uses the cloud<
> >>> http://solidfire.com/solution/overview/?video=play>
> >>>> *™*
> >>>
> >>>
> >>>
> >>> --
> >>> *Mike Tutkowski*
> >>> *Senior CloudStack Developer, SolidFire Inc.*
> >>> e: mike.tutkowski@solidfire.com
> >>> o: 303.746.7302
> >>> Advancing the way the world uses the
> >>> cloud<http://solidfire.com/solution/overview/?video=play>
> >>> *™*
> >
> >
> >
> > --
> > *Mike Tutkowski*
> > *Senior CloudStack Developer, SolidFire Inc.*
> > e: mike.tutkowski@solidfire.com
> > o: 303.746.7302
> > Advancing the way the world uses the
> > cloud<http://solidfire.com/solution/overview/?video=play>
> > *™*
>

Re: VM deployed to wrong storage repository

Posted by Prachi Damle <Pr...@citrix.com>.
If you are seeing the tags honored sometimes then I guess this might be related to ordering of allocators. 

Kelven, is your fix to maintain the order in which allocators are loaded, in 4.1 as well?

Prachi


On Apr 8, 2013, at 6:45 PM, "Mike Tutkowski" <mi...@solidfire.com> wrote:

> Yeah, that dawned on me later, Marcus. :) I updated the Bug a couple hours
> ago to note that it might have been due to lack of memory (I had mentioned
> this issue in the Bug). That certainly is likely, in fact, since I'm
> running two XenServers in VMs on my laptop. :) It just didn't click right
> away that capacity might not be related to storage space.
> 
> The main issue of the Bug is that the storage tags doesn't seem to be
> honored (although, as I run and re-run my tests, several times it is
> honored...I'm not seeing a pattern to it, though).
> 
> 
> On Mon, Apr 8, 2013 at 7:36 PM, Marcus Sorensen <sh...@gmail.com> wrote:
> 
>> By the way, the insufficient capacity in itself may not indicate storage
>> space. It could be lack of memory or CPU as well.
>> On Apr 8, 2013 2:48 PM, "Mike Tutkowski" <mi...@solidfire.com>
>> wrote:
>> 
>>> I went ahead and logged Bug 1971 for this issue.
>>> 
>>> Currently I cannot get the system to deploy to the correct primary
>> storage
>>> and it claims to run out of space when deploying a third VM:
>>> 
>>> INFO  [user.vm.DeployVMCmd] (Job-Executor-19:job-19)
>>> com.cloud.exception.InsufficientServerCapacityException: Unable to
>> create a
>>> deployment for
>> VM[User|aa33dcdb-792f-4903-86fc-c55802be63c6]Scope=interface
>>> com.cloud.dc.DataCenter; id=1
>>> 
>>> 
>>> On Mon, Apr 8, 2013 at 1:00 PM, Mike Tutkowski <
>>> mike.tutkowski@solidfire.com
>>>> wrote:
>>> 
>>>> Hey guys,
>>>> 
>>>> In nonossComponentContext.xml.in, I see the following for storage
>>>> allocators:
>>>> 
>>>>  <!--
>>>> 
>>>>    Storage pool allocators
>>>> 
>>>>  -->
>>>> 
>>>>  <bean id="LocalStoragePoolAllocator"
>>>> class="com.cloud.storage.allocator.LocalStoragePoolAllocator">
>>>> 
>>>>    <property name="name" value="LocalStorage"/>
>>>> 
>>>>  </bean>
>>>> 
>>>>  <bean id="FirstFitStoragePoolAllocator"
>>>> class="com.cloud.storage.allocator.FirstFitStoragePoolAllocator">
>>>> 
>>>>    <property name="name" value="Storage"/>
>>>> 
>>>>  </bean>
>>>> 
>>>> 
>>>> On Mon, Apr 8, 2013 at 12:52 PM, Mike Tutkowski <
>>>> mike.tutkowski@solidfire.com> wrote:
>>>> 
>>>>> Actually, now that I know to look for "componentContext.xml" and not
>>>>> "components.xml," I found this page:
>> https://cwiki.apache.org/confluence/display/CLOUDSTACK/Using+Spring+in+CloudStack
>>>>> 
>>>>> 
>>>>> On Mon, Apr 8, 2013 at 12:39 PM, Mike Tutkowski <
>>>>> mike.tutkowski@solidfire.com> wrote:
>>>>> 
>>>>>> I wrote that last filename incorrect (I meant one
>>>>>> nonossComponentContext.xml.in).
>>>>>> 
>>>>>> 
>>>>>> On Mon, Apr 8, 2013 at 12:37 PM, Mike Tutkowski <
>>>>>> mike.tutkowski@solidfire.com> wrote:
>>>>>> 
>>>>>>> Thanks, guys!
>>>>>>> 
>>>>>>> I do see componentContext.xml.
>>>>>>> 
>>>>>>> Not to be too much of a pain here :) (I looked for this on the Wiki
>>> and
>>>>>>> couldn't find relevant info), but I have three componentContext.xml
>>> files,
>>>>>>> one componentContext.xml.in file, three nonossComponentContext.xml
>>>>>>> files, and one nonComponentContext.xml.in file.
>>>>>>> 
>>>>>>> I am running with -Dnonoss.  Do I need to modify all of the ones
>> that
>>>>>>> start with nonoss (I suspect not)?
>>>>>>> 
>>>>>>> Thanks for your time!!
>>>>>>> 
>>>>>>> 
>>>>>>> On Mon, Apr 8, 2013 at 12:29 PM, Chip Childers <
>>>>>>> chip.childers@sungard.com> wrote:
>>>>>>> 
>>>>>>>> On Mon, Apr 08, 2013 at 12:19:48PM -0600, Mike Tutkowski wrote:
>>>>>>>>> FYI that the closest I find are both called
>>> migration-components.xml
>>>>>>>> (2 of
>>>>>>>>> them).
>>>>>>>>> 
>>>>>>>>> 
>>>>>>>>> On Mon, Apr 8, 2013 at 12:09 PM, Mike Tutkowski <
>>>>>>>>> mike.tutkowski@solidfire.com> wrote:
>>>>>>>>> 
>>>>>>>>>> Hi,
>>>>>>>>>> 
>>>>>>>>>> I've never modified this file before and even seem to be having
>>>>>>>> trouble
>>>>>>>>>> finding it.  I can't find component.xml (singular) or
>>>>>>>> components.xml
>>>>>>>>>> (plural).
>>>>>>>>>> 
>>>>>>>>>> Can you tell me where this file should be located (I'm running
>>> the
>>>>>>>>>> software from compiled source)?
>>>>>>>>>> 
>>>>>>>>>> Thanks!
>>>>>>>> 
>>>>>>>> componentContext.xml or nonossComponentContext.xml
>>>>>>>> 
>>>>>>>> I have copies here:
>>>>>>>> 
>>>>>>>> find . -iname '*componentcontext.xml'
>> ./client/target/cloud-client-ui-4.1.0-SNAPSHOT/WEB-INF/classes/componentContext.xml
>> ./client/target/cloud-client-ui-4.1.0-SNAPSHOT/WEB-INF/classes/nonossComponentContext.xml
>> ./client/target/generated-webapp/WEB-INF/classes/componentContext.xml
>> ./client/target/generated-webapp/WEB-INF/classes/nonossComponentContext.xml
>>>>>>>> ./client/target/conf/componentContext.xml
>>>>>>>> ./client/target/conf/nonossComponentContext.xml
>>>>>>> 
>>>>>>> 
>>>>>>> 
>>>>>>> --
>>>>>>> *Mike Tutkowski*
>>>>>>> *Senior CloudStack Developer, SolidFire Inc.*
>>>>>>> e: mike.tutkowski@solidfire.com
>>>>>>> o: 303.746.7302
>>>>>>> Advancing the way the world uses the cloud<
>>> http://solidfire.com/solution/overview/?video=play>
>>>>>>> *™*
>>>>>> 
>>>>>> 
>>>>>> 
>>>>>> --
>>>>>> *Mike Tutkowski*
>>>>>> *Senior CloudStack Developer, SolidFire Inc.*
>>>>>> e: mike.tutkowski@solidfire.com
>>>>>> o: 303.746.7302
>>>>>> Advancing the way the world uses the cloud<
>>> http://solidfire.com/solution/overview/?video=play>
>>>>>> *™*
>>>>> 
>>>>> 
>>>>> 
>>>>> --
>>>>> *Mike Tutkowski*
>>>>> *Senior CloudStack Developer, SolidFire Inc.*
>>>>> e: mike.tutkowski@solidfire.com
>>>>> o: 303.746.7302
>>>>> Advancing the way the world uses the cloud<
>>> http://solidfire.com/solution/overview/?video=play>
>>>>> *™*
>>>> 
>>>> 
>>>> 
>>>> --
>>>> *Mike Tutkowski*
>>>> *Senior CloudStack Developer, SolidFire Inc.*
>>>> e: mike.tutkowski@solidfire.com
>>>> o: 303.746.7302
>>>> Advancing the way the world uses the cloud<
>>> http://solidfire.com/solution/overview/?video=play>
>>>> *™*
>>> 
>>> 
>>> 
>>> --
>>> *Mike Tutkowski*
>>> *Senior CloudStack Developer, SolidFire Inc.*
>>> e: mike.tutkowski@solidfire.com
>>> o: 303.746.7302
>>> Advancing the way the world uses the
>>> cloud<http://solidfire.com/solution/overview/?video=play>
>>> *™*
> 
> 
> 
> -- 
> *Mike Tutkowski*
> *Senior CloudStack Developer, SolidFire Inc.*
> e: mike.tutkowski@solidfire.com
> o: 303.746.7302
> Advancing the way the world uses the
> cloud<http://solidfire.com/solution/overview/?video=play>
> *™*

Re: VM deployed to wrong storage repository

Posted by Mike Tutkowski <mi...@solidfire.com>.
Yeah, that dawned on me later, Marcus. :) I updated the Bug a couple hours
ago to note that it might have been due to lack of memory (I had mentioned
this issue in the Bug). That certainly is likely, in fact, since I'm
running two XenServers in VMs on my laptop. :) It just didn't click right
away that capacity might not be related to storage space.

The main issue of the Bug is that the storage tags doesn't seem to be
honored (although, as I run and re-run my tests, several times it is
honored...I'm not seeing a pattern to it, though).


On Mon, Apr 8, 2013 at 7:36 PM, Marcus Sorensen <sh...@gmail.com> wrote:

> By the way, the insufficient capacity in itself may not indicate storage
> space. It could be lack of memory or CPU as well.
> On Apr 8, 2013 2:48 PM, "Mike Tutkowski" <mi...@solidfire.com>
> wrote:
>
> > I went ahead and logged Bug 1971 for this issue.
> >
> > Currently I cannot get the system to deploy to the correct primary
> storage
> > and it claims to run out of space when deploying a third VM:
> >
> > INFO  [user.vm.DeployVMCmd] (Job-Executor-19:job-19)
> > com.cloud.exception.InsufficientServerCapacityException: Unable to
> create a
> > deployment for
> VM[User|aa33dcdb-792f-4903-86fc-c55802be63c6]Scope=interface
> > com.cloud.dc.DataCenter; id=1
> >
> >
> > On Mon, Apr 8, 2013 at 1:00 PM, Mike Tutkowski <
> > mike.tutkowski@solidfire.com
> > > wrote:
> >
> > > Hey guys,
> > >
> > > In nonossComponentContext.xml.in, I see the following for storage
> > > allocators:
> > >
> > >   <!--
> > >
> > >     Storage pool allocators
> > >
> > >   -->
> > >
> > >   <bean id="LocalStoragePoolAllocator"
> > > class="com.cloud.storage.allocator.LocalStoragePoolAllocator">
> > >
> > >     <property name="name" value="LocalStorage"/>
> > >
> > >   </bean>
> > >
> > >   <bean id="FirstFitStoragePoolAllocator"
> > > class="com.cloud.storage.allocator.FirstFitStoragePoolAllocator">
> > >
> > >     <property name="name" value="Storage"/>
> > >
> > >   </bean>
> > >
> > >
> > > On Mon, Apr 8, 2013 at 12:52 PM, Mike Tutkowski <
> > > mike.tutkowski@solidfire.com> wrote:
> > >
> > >> Actually, now that I know to look for "componentContext.xml" and not
> > >> "components.xml," I found this page:
> > >>
> > >>
> > >>
> >
> https://cwiki.apache.org/confluence/display/CLOUDSTACK/Using+Spring+in+CloudStack
> > >>
> > >>
> > >> On Mon, Apr 8, 2013 at 12:39 PM, Mike Tutkowski <
> > >> mike.tutkowski@solidfire.com> wrote:
> > >>
> > >>> I wrote that last filename incorrect (I meant one
> > >>> nonossComponentContext.xml.in).
> > >>>
> > >>>
> > >>> On Mon, Apr 8, 2013 at 12:37 PM, Mike Tutkowski <
> > >>> mike.tutkowski@solidfire.com> wrote:
> > >>>
> > >>>> Thanks, guys!
> > >>>>
> > >>>> I do see componentContext.xml.
> > >>>>
> > >>>> Not to be too much of a pain here :) (I looked for this on the Wiki
> > and
> > >>>> couldn't find relevant info), but I have three componentContext.xml
> > files,
> > >>>> one componentContext.xml.in file, three nonossComponentContext.xml
> > >>>> files, and one nonComponentContext.xml.in file.
> > >>>>
> > >>>> I am running with -Dnonoss.  Do I need to modify all of the ones
> that
> > >>>> start with nonoss (I suspect not)?
> > >>>>
> > >>>> Thanks for your time!!
> > >>>>
> > >>>>
> > >>>> On Mon, Apr 8, 2013 at 12:29 PM, Chip Childers <
> > >>>> chip.childers@sungard.com> wrote:
> > >>>>
> > >>>>> On Mon, Apr 08, 2013 at 12:19:48PM -0600, Mike Tutkowski wrote:
> > >>>>> > FYI that the closest I find are both called
> > migration-components.xml
> > >>>>> (2 of
> > >>>>> > them).
> > >>>>> >
> > >>>>> >
> > >>>>> > On Mon, Apr 8, 2013 at 12:09 PM, Mike Tutkowski <
> > >>>>> > mike.tutkowski@solidfire.com> wrote:
> > >>>>> >
> > >>>>> > > Hi,
> > >>>>> > >
> > >>>>> > > I've never modified this file before and even seem to be having
> > >>>>> trouble
> > >>>>> > > finding it.  I can't find component.xml (singular) or
> > >>>>> components.xml
> > >>>>> > > (plural).
> > >>>>> > >
> > >>>>> > > Can you tell me where this file should be located (I'm running
> > the
> > >>>>> > > software from compiled source)?
> > >>>>> > >
> > >>>>> > > Thanks!
> > >>>>>
> > >>>>> componentContext.xml or nonossComponentContext.xml
> > >>>>>
> > >>>>> I have copies here:
> > >>>>>
> > >>>>> find . -iname '*componentcontext.xml'
> > >>>>>
> > >>>>>
> >
> ./client/target/cloud-client-ui-4.1.0-SNAPSHOT/WEB-INF/classes/componentContext.xml
> > >>>>>
> > >>>>>
> >
> ./client/target/cloud-client-ui-4.1.0-SNAPSHOT/WEB-INF/classes/nonossComponentContext.xml
> > >>>>>
> ./client/target/generated-webapp/WEB-INF/classes/componentContext.xml
> > >>>>>
> > >>>>>
> >
> ./client/target/generated-webapp/WEB-INF/classes/nonossComponentContext.xml
> > >>>>> ./client/target/conf/componentContext.xml
> > >>>>> ./client/target/conf/nonossComponentContext.xml
> > >>>>>
> > >>>>
> > >>>>
> > >>>>
> > >>>> --
> > >>>> *Mike Tutkowski*
> > >>>>  *Senior CloudStack Developer, SolidFire Inc.*
> > >>>> e: mike.tutkowski@solidfire.com
> > >>>> o: 303.746.7302
> > >>>> Advancing the way the world uses the cloud<
> > http://solidfire.com/solution/overview/?video=play>
> > >>>> *™*
> > >>>>
> > >>>
> > >>>
> > >>>
> > >>> --
> > >>> *Mike Tutkowski*
> > >>> *Senior CloudStack Developer, SolidFire Inc.*
> > >>> e: mike.tutkowski@solidfire.com
> > >>> o: 303.746.7302
> > >>> Advancing the way the world uses the cloud<
> > http://solidfire.com/solution/overview/?video=play>
> > >>> *™*
> > >>>
> > >>
> > >>
> > >>
> > >> --
> > >> *Mike Tutkowski*
> > >> *Senior CloudStack Developer, SolidFire Inc.*
> > >> e: mike.tutkowski@solidfire.com
> > >> o: 303.746.7302
> > >> Advancing the way the world uses the cloud<
> > http://solidfire.com/solution/overview/?video=play>
> > >> *™*
> > >>
> > >
> > >
> > >
> > > --
> > > *Mike Tutkowski*
> > > *Senior CloudStack Developer, SolidFire Inc.*
> > > e: mike.tutkowski@solidfire.com
> > > o: 303.746.7302
> > > Advancing the way the world uses the cloud<
> > http://solidfire.com/solution/overview/?video=play>
> > > *™*
> > >
> >
> >
> >
> > --
> > *Mike Tutkowski*
> > *Senior CloudStack Developer, SolidFire Inc.*
> > e: mike.tutkowski@solidfire.com
> > o: 303.746.7302
> > Advancing the way the world uses the
> > cloud<http://solidfire.com/solution/overview/?video=play>
> > *™*
> >
>



-- 
*Mike Tutkowski*
*Senior CloudStack Developer, SolidFire Inc.*
e: mike.tutkowski@solidfire.com
o: 303.746.7302
Advancing the way the world uses the
cloud<http://solidfire.com/solution/overview/?video=play>
*™*

Re: VM deployed to wrong storage repository

Posted by Marcus Sorensen <sh...@gmail.com>.
By the way, the insufficient capacity in itself may not indicate storage
space. It could be lack of memory or CPU as well.
On Apr 8, 2013 2:48 PM, "Mike Tutkowski" <mi...@solidfire.com>
wrote:

> I went ahead and logged Bug 1971 for this issue.
>
> Currently I cannot get the system to deploy to the correct primary storage
> and it claims to run out of space when deploying a third VM:
>
> INFO  [user.vm.DeployVMCmd] (Job-Executor-19:job-19)
> com.cloud.exception.InsufficientServerCapacityException: Unable to create a
> deployment for VM[User|aa33dcdb-792f-4903-86fc-c55802be63c6]Scope=interface
> com.cloud.dc.DataCenter; id=1
>
>
> On Mon, Apr 8, 2013 at 1:00 PM, Mike Tutkowski <
> mike.tutkowski@solidfire.com
> > wrote:
>
> > Hey guys,
> >
> > In nonossComponentContext.xml.in, I see the following for storage
> > allocators:
> >
> >   <!--
> >
> >     Storage pool allocators
> >
> >   -->
> >
> >   <bean id="LocalStoragePoolAllocator"
> > class="com.cloud.storage.allocator.LocalStoragePoolAllocator">
> >
> >     <property name="name" value="LocalStorage"/>
> >
> >   </bean>
> >
> >   <bean id="FirstFitStoragePoolAllocator"
> > class="com.cloud.storage.allocator.FirstFitStoragePoolAllocator">
> >
> >     <property name="name" value="Storage"/>
> >
> >   </bean>
> >
> >
> > On Mon, Apr 8, 2013 at 12:52 PM, Mike Tutkowski <
> > mike.tutkowski@solidfire.com> wrote:
> >
> >> Actually, now that I know to look for "componentContext.xml" and not
> >> "components.xml," I found this page:
> >>
> >>
> >>
> https://cwiki.apache.org/confluence/display/CLOUDSTACK/Using+Spring+in+CloudStack
> >>
> >>
> >> On Mon, Apr 8, 2013 at 12:39 PM, Mike Tutkowski <
> >> mike.tutkowski@solidfire.com> wrote:
> >>
> >>> I wrote that last filename incorrect (I meant one
> >>> nonossComponentContext.xml.in).
> >>>
> >>>
> >>> On Mon, Apr 8, 2013 at 12:37 PM, Mike Tutkowski <
> >>> mike.tutkowski@solidfire.com> wrote:
> >>>
> >>>> Thanks, guys!
> >>>>
> >>>> I do see componentContext.xml.
> >>>>
> >>>> Not to be too much of a pain here :) (I looked for this on the Wiki
> and
> >>>> couldn't find relevant info), but I have three componentContext.xml
> files,
> >>>> one componentContext.xml.in file, three nonossComponentContext.xml
> >>>> files, and one nonComponentContext.xml.in file.
> >>>>
> >>>> I am running with -Dnonoss.  Do I need to modify all of the ones that
> >>>> start with nonoss (I suspect not)?
> >>>>
> >>>> Thanks for your time!!
> >>>>
> >>>>
> >>>> On Mon, Apr 8, 2013 at 12:29 PM, Chip Childers <
> >>>> chip.childers@sungard.com> wrote:
> >>>>
> >>>>> On Mon, Apr 08, 2013 at 12:19:48PM -0600, Mike Tutkowski wrote:
> >>>>> > FYI that the closest I find are both called
> migration-components.xml
> >>>>> (2 of
> >>>>> > them).
> >>>>> >
> >>>>> >
> >>>>> > On Mon, Apr 8, 2013 at 12:09 PM, Mike Tutkowski <
> >>>>> > mike.tutkowski@solidfire.com> wrote:
> >>>>> >
> >>>>> > > Hi,
> >>>>> > >
> >>>>> > > I've never modified this file before and even seem to be having
> >>>>> trouble
> >>>>> > > finding it.  I can't find component.xml (singular) or
> >>>>> components.xml
> >>>>> > > (plural).
> >>>>> > >
> >>>>> > > Can you tell me where this file should be located (I'm running
> the
> >>>>> > > software from compiled source)?
> >>>>> > >
> >>>>> > > Thanks!
> >>>>>
> >>>>> componentContext.xml or nonossComponentContext.xml
> >>>>>
> >>>>> I have copies here:
> >>>>>
> >>>>> find . -iname '*componentcontext.xml'
> >>>>>
> >>>>>
> ./client/target/cloud-client-ui-4.1.0-SNAPSHOT/WEB-INF/classes/componentContext.xml
> >>>>>
> >>>>>
> ./client/target/cloud-client-ui-4.1.0-SNAPSHOT/WEB-INF/classes/nonossComponentContext.xml
> >>>>> ./client/target/generated-webapp/WEB-INF/classes/componentContext.xml
> >>>>>
> >>>>>
> ./client/target/generated-webapp/WEB-INF/classes/nonossComponentContext.xml
> >>>>> ./client/target/conf/componentContext.xml
> >>>>> ./client/target/conf/nonossComponentContext.xml
> >>>>>
> >>>>
> >>>>
> >>>>
> >>>> --
> >>>> *Mike Tutkowski*
> >>>>  *Senior CloudStack Developer, SolidFire Inc.*
> >>>> e: mike.tutkowski@solidfire.com
> >>>> o: 303.746.7302
> >>>> Advancing the way the world uses the cloud<
> http://solidfire.com/solution/overview/?video=play>
> >>>> *™*
> >>>>
> >>>
> >>>
> >>>
> >>> --
> >>> *Mike Tutkowski*
> >>> *Senior CloudStack Developer, SolidFire Inc.*
> >>> e: mike.tutkowski@solidfire.com
> >>> o: 303.746.7302
> >>> Advancing the way the world uses the cloud<
> http://solidfire.com/solution/overview/?video=play>
> >>> *™*
> >>>
> >>
> >>
> >>
> >> --
> >> *Mike Tutkowski*
> >> *Senior CloudStack Developer, SolidFire Inc.*
> >> e: mike.tutkowski@solidfire.com
> >> o: 303.746.7302
> >> Advancing the way the world uses the cloud<
> http://solidfire.com/solution/overview/?video=play>
> >> *™*
> >>
> >
> >
> >
> > --
> > *Mike Tutkowski*
> > *Senior CloudStack Developer, SolidFire Inc.*
> > e: mike.tutkowski@solidfire.com
> > o: 303.746.7302
> > Advancing the way the world uses the cloud<
> http://solidfire.com/solution/overview/?video=play>
> > *™*
> >
>
>
>
> --
> *Mike Tutkowski*
> *Senior CloudStack Developer, SolidFire Inc.*
> e: mike.tutkowski@solidfire.com
> o: 303.746.7302
> Advancing the way the world uses the
> cloud<http://solidfire.com/solution/overview/?video=play>
> *™*
>

Re: VM deployed to wrong storage repository

Posted by Mike Tutkowski <mi...@solidfire.com>.
I went ahead and logged Bug 1971 for this issue.

Currently I cannot get the system to deploy to the correct primary storage
and it claims to run out of space when deploying a third VM:

INFO  [user.vm.DeployVMCmd] (Job-Executor-19:job-19)
com.cloud.exception.InsufficientServerCapacityException: Unable to create a
deployment for VM[User|aa33dcdb-792f-4903-86fc-c55802be63c6]Scope=interface
com.cloud.dc.DataCenter; id=1


On Mon, Apr 8, 2013 at 1:00 PM, Mike Tutkowski <mike.tutkowski@solidfire.com
> wrote:

> Hey guys,
>
> In nonossComponentContext.xml.in, I see the following for storage
> allocators:
>
>   <!--
>
>     Storage pool allocators
>
>   -->
>
>   <bean id="LocalStoragePoolAllocator"
> class="com.cloud.storage.allocator.LocalStoragePoolAllocator">
>
>     <property name="name" value="LocalStorage"/>
>
>   </bean>
>
>   <bean id="FirstFitStoragePoolAllocator"
> class="com.cloud.storage.allocator.FirstFitStoragePoolAllocator">
>
>     <property name="name" value="Storage"/>
>
>   </bean>
>
>
> On Mon, Apr 8, 2013 at 12:52 PM, Mike Tutkowski <
> mike.tutkowski@solidfire.com> wrote:
>
>> Actually, now that I know to look for "componentContext.xml" and not
>> "components.xml," I found this page:
>>
>>
>> https://cwiki.apache.org/confluence/display/CLOUDSTACK/Using+Spring+in+CloudStack
>>
>>
>> On Mon, Apr 8, 2013 at 12:39 PM, Mike Tutkowski <
>> mike.tutkowski@solidfire.com> wrote:
>>
>>> I wrote that last filename incorrect (I meant one
>>> nonossComponentContext.xml.in).
>>>
>>>
>>> On Mon, Apr 8, 2013 at 12:37 PM, Mike Tutkowski <
>>> mike.tutkowski@solidfire.com> wrote:
>>>
>>>> Thanks, guys!
>>>>
>>>> I do see componentContext.xml.
>>>>
>>>> Not to be too much of a pain here :) (I looked for this on the Wiki and
>>>> couldn't find relevant info), but I have three componentContext.xml files,
>>>> one componentContext.xml.in file, three nonossComponentContext.xml
>>>> files, and one nonComponentContext.xml.in file.
>>>>
>>>> I am running with -Dnonoss.  Do I need to modify all of the ones that
>>>> start with nonoss (I suspect not)?
>>>>
>>>> Thanks for your time!!
>>>>
>>>>
>>>> On Mon, Apr 8, 2013 at 12:29 PM, Chip Childers <
>>>> chip.childers@sungard.com> wrote:
>>>>
>>>>> On Mon, Apr 08, 2013 at 12:19:48PM -0600, Mike Tutkowski wrote:
>>>>> > FYI that the closest I find are both called migration-components.xml
>>>>> (2 of
>>>>> > them).
>>>>> >
>>>>> >
>>>>> > On Mon, Apr 8, 2013 at 12:09 PM, Mike Tutkowski <
>>>>> > mike.tutkowski@solidfire.com> wrote:
>>>>> >
>>>>> > > Hi,
>>>>> > >
>>>>> > > I've never modified this file before and even seem to be having
>>>>> trouble
>>>>> > > finding it.  I can't find component.xml (singular) or
>>>>> components.xml
>>>>> > > (plural).
>>>>> > >
>>>>> > > Can you tell me where this file should be located (I'm running the
>>>>> > > software from compiled source)?
>>>>> > >
>>>>> > > Thanks!
>>>>>
>>>>> componentContext.xml or nonossComponentContext.xml
>>>>>
>>>>> I have copies here:
>>>>>
>>>>> find . -iname '*componentcontext.xml'
>>>>>
>>>>> ./client/target/cloud-client-ui-4.1.0-SNAPSHOT/WEB-INF/classes/componentContext.xml
>>>>>
>>>>> ./client/target/cloud-client-ui-4.1.0-SNAPSHOT/WEB-INF/classes/nonossComponentContext.xml
>>>>> ./client/target/generated-webapp/WEB-INF/classes/componentContext.xml
>>>>>
>>>>> ./client/target/generated-webapp/WEB-INF/classes/nonossComponentContext.xml
>>>>> ./client/target/conf/componentContext.xml
>>>>> ./client/target/conf/nonossComponentContext.xml
>>>>>
>>>>
>>>>
>>>>
>>>> --
>>>> *Mike Tutkowski*
>>>>  *Senior CloudStack Developer, SolidFire Inc.*
>>>> e: mike.tutkowski@solidfire.com
>>>> o: 303.746.7302
>>>> Advancing the way the world uses the cloud<http://solidfire.com/solution/overview/?video=play>
>>>> *™*
>>>>
>>>
>>>
>>>
>>> --
>>> *Mike Tutkowski*
>>> *Senior CloudStack Developer, SolidFire Inc.*
>>> e: mike.tutkowski@solidfire.com
>>> o: 303.746.7302
>>> Advancing the way the world uses the cloud<http://solidfire.com/solution/overview/?video=play>
>>> *™*
>>>
>>
>>
>>
>> --
>> *Mike Tutkowski*
>> *Senior CloudStack Developer, SolidFire Inc.*
>> e: mike.tutkowski@solidfire.com
>> o: 303.746.7302
>> Advancing the way the world uses the cloud<http://solidfire.com/solution/overview/?video=play>
>> *™*
>>
>
>
>
> --
> *Mike Tutkowski*
> *Senior CloudStack Developer, SolidFire Inc.*
> e: mike.tutkowski@solidfire.com
> o: 303.746.7302
> Advancing the way the world uses the cloud<http://solidfire.com/solution/overview/?video=play>
> *™*
>



-- 
*Mike Tutkowski*
*Senior CloudStack Developer, SolidFire Inc.*
e: mike.tutkowski@solidfire.com
o: 303.746.7302
Advancing the way the world uses the
cloud<http://solidfire.com/solution/overview/?video=play>
*™*

Re: VM deployed to wrong storage repository

Posted by Mike Tutkowski <mi...@solidfire.com>.
Hey guys,

In nonossComponentContext.xml.in, I see the following for storage
allocators:

  <!--

    Storage pool allocators

  -->

  <bean id="LocalStoragePoolAllocator"
class="com.cloud.storage.allocator.LocalStoragePoolAllocator">

    <property name="name" value="LocalStorage"/>

  </bean>

  <bean id="FirstFitStoragePoolAllocator"
class="com.cloud.storage.allocator.FirstFitStoragePoolAllocator">

    <property name="name" value="Storage"/>

  </bean>


On Mon, Apr 8, 2013 at 12:52 PM, Mike Tutkowski <
mike.tutkowski@solidfire.com> wrote:

> Actually, now that I know to look for "componentContext.xml" and not
> "components.xml," I found this page:
>
>
> https://cwiki.apache.org/confluence/display/CLOUDSTACK/Using+Spring+in+CloudStack
>
>
> On Mon, Apr 8, 2013 at 12:39 PM, Mike Tutkowski <
> mike.tutkowski@solidfire.com> wrote:
>
>> I wrote that last filename incorrect (I meant one
>> nonossComponentContext.xml.in).
>>
>>
>> On Mon, Apr 8, 2013 at 12:37 PM, Mike Tutkowski <
>> mike.tutkowski@solidfire.com> wrote:
>>
>>> Thanks, guys!
>>>
>>> I do see componentContext.xml.
>>>
>>> Not to be too much of a pain here :) (I looked for this on the Wiki and
>>> couldn't find relevant info), but I have three componentContext.xml files,
>>> one componentContext.xml.in file, three nonossComponentContext.xml
>>> files, and one nonComponentContext.xml.in file.
>>>
>>> I am running with -Dnonoss.  Do I need to modify all of the ones that
>>> start with nonoss (I suspect not)?
>>>
>>> Thanks for your time!!
>>>
>>>
>>> On Mon, Apr 8, 2013 at 12:29 PM, Chip Childers <
>>> chip.childers@sungard.com> wrote:
>>>
>>>> On Mon, Apr 08, 2013 at 12:19:48PM -0600, Mike Tutkowski wrote:
>>>> > FYI that the closest I find are both called migration-components.xml
>>>> (2 of
>>>> > them).
>>>> >
>>>> >
>>>> > On Mon, Apr 8, 2013 at 12:09 PM, Mike Tutkowski <
>>>> > mike.tutkowski@solidfire.com> wrote:
>>>> >
>>>> > > Hi,
>>>> > >
>>>> > > I've never modified this file before and even seem to be having
>>>> trouble
>>>> > > finding it.  I can't find component.xml (singular) or components.xml
>>>> > > (plural).
>>>> > >
>>>> > > Can you tell me where this file should be located (I'm running the
>>>> > > software from compiled source)?
>>>> > >
>>>> > > Thanks!
>>>>
>>>> componentContext.xml or nonossComponentContext.xml
>>>>
>>>> I have copies here:
>>>>
>>>> find . -iname '*componentcontext.xml'
>>>>
>>>> ./client/target/cloud-client-ui-4.1.0-SNAPSHOT/WEB-INF/classes/componentContext.xml
>>>>
>>>> ./client/target/cloud-client-ui-4.1.0-SNAPSHOT/WEB-INF/classes/nonossComponentContext.xml
>>>> ./client/target/generated-webapp/WEB-INF/classes/componentContext.xml
>>>>
>>>> ./client/target/generated-webapp/WEB-INF/classes/nonossComponentContext.xml
>>>> ./client/target/conf/componentContext.xml
>>>> ./client/target/conf/nonossComponentContext.xml
>>>>
>>>
>>>
>>>
>>> --
>>> *Mike Tutkowski*
>>>  *Senior CloudStack Developer, SolidFire Inc.*
>>> e: mike.tutkowski@solidfire.com
>>> o: 303.746.7302
>>> Advancing the way the world uses the cloud<http://solidfire.com/solution/overview/?video=play>
>>> *™*
>>>
>>
>>
>>
>> --
>> *Mike Tutkowski*
>> *Senior CloudStack Developer, SolidFire Inc.*
>> e: mike.tutkowski@solidfire.com
>> o: 303.746.7302
>> Advancing the way the world uses the cloud<http://solidfire.com/solution/overview/?video=play>
>> *™*
>>
>
>
>
> --
> *Mike Tutkowski*
> *Senior CloudStack Developer, SolidFire Inc.*
> e: mike.tutkowski@solidfire.com
> o: 303.746.7302
> Advancing the way the world uses the cloud<http://solidfire.com/solution/overview/?video=play>
> *™*
>



-- 
*Mike Tutkowski*
*Senior CloudStack Developer, SolidFire Inc.*
e: mike.tutkowski@solidfire.com
o: 303.746.7302
Advancing the way the world uses the
cloud<http://solidfire.com/solution/overview/?video=play>
*™*

Re: VM deployed to wrong storage repository

Posted by Mike Tutkowski <mi...@solidfire.com>.
Actually, now that I know to look for "componentContext.xml" and not
"components.xml," I found this page:

https://cwiki.apache.org/confluence/display/CLOUDSTACK/Using+Spring+in+CloudStack


On Mon, Apr 8, 2013 at 12:39 PM, Mike Tutkowski <
mike.tutkowski@solidfire.com> wrote:

> I wrote that last filename incorrect (I meant one
> nonossComponentContext.xml.in).
>
>
> On Mon, Apr 8, 2013 at 12:37 PM, Mike Tutkowski <
> mike.tutkowski@solidfire.com> wrote:
>
>> Thanks, guys!
>>
>> I do see componentContext.xml.
>>
>> Not to be too much of a pain here :) (I looked for this on the Wiki and
>> couldn't find relevant info), but I have three componentContext.xml files,
>> one componentContext.xml.in file, three nonossComponentContext.xml
>> files, and one nonComponentContext.xml.in file.
>>
>> I am running with -Dnonoss.  Do I need to modify all of the ones that
>> start with nonoss (I suspect not)?
>>
>> Thanks for your time!!
>>
>>
>> On Mon, Apr 8, 2013 at 12:29 PM, Chip Childers <chip.childers@sungard.com
>> > wrote:
>>
>>> On Mon, Apr 08, 2013 at 12:19:48PM -0600, Mike Tutkowski wrote:
>>> > FYI that the closest I find are both called migration-components.xml
>>> (2 of
>>> > them).
>>> >
>>> >
>>> > On Mon, Apr 8, 2013 at 12:09 PM, Mike Tutkowski <
>>> > mike.tutkowski@solidfire.com> wrote:
>>> >
>>> > > Hi,
>>> > >
>>> > > I've never modified this file before and even seem to be having
>>> trouble
>>> > > finding it.  I can't find component.xml (singular) or components.xml
>>> > > (plural).
>>> > >
>>> > > Can you tell me where this file should be located (I'm running the
>>> > > software from compiled source)?
>>> > >
>>> > > Thanks!
>>>
>>> componentContext.xml or nonossComponentContext.xml
>>>
>>> I have copies here:
>>>
>>> find . -iname '*componentcontext.xml'
>>>
>>> ./client/target/cloud-client-ui-4.1.0-SNAPSHOT/WEB-INF/classes/componentContext.xml
>>>
>>> ./client/target/cloud-client-ui-4.1.0-SNAPSHOT/WEB-INF/classes/nonossComponentContext.xml
>>> ./client/target/generated-webapp/WEB-INF/classes/componentContext.xml
>>>
>>> ./client/target/generated-webapp/WEB-INF/classes/nonossComponentContext.xml
>>> ./client/target/conf/componentContext.xml
>>> ./client/target/conf/nonossComponentContext.xml
>>>
>>
>>
>>
>> --
>> *Mike Tutkowski*
>>  *Senior CloudStack Developer, SolidFire Inc.*
>> e: mike.tutkowski@solidfire.com
>> o: 303.746.7302
>> Advancing the way the world uses the cloud<http://solidfire.com/solution/overview/?video=play>
>> *™*
>>
>
>
>
> --
> *Mike Tutkowski*
> *Senior CloudStack Developer, SolidFire Inc.*
> e: mike.tutkowski@solidfire.com
> o: 303.746.7302
> Advancing the way the world uses the cloud<http://solidfire.com/solution/overview/?video=play>
> *™*
>



-- 
*Mike Tutkowski*
*Senior CloudStack Developer, SolidFire Inc.*
e: mike.tutkowski@solidfire.com
o: 303.746.7302
Advancing the way the world uses the
cloud<http://solidfire.com/solution/overview/?video=play>
*™*

Re: VM deployed to wrong storage repository

Posted by Mike Tutkowski <mi...@solidfire.com>.
I wrote that last filename incorrect (I meant one
nonossComponentContext.xml.in).


On Mon, Apr 8, 2013 at 12:37 PM, Mike Tutkowski <
mike.tutkowski@solidfire.com> wrote:

> Thanks, guys!
>
> I do see componentContext.xml.
>
> Not to be too much of a pain here :) (I looked for this on the Wiki and
> couldn't find relevant info), but I have three componentContext.xml files,
> one componentContext.xml.in file, three nonossComponentContext.xml files,
> and one nonComponentContext.xml.in file.
>
> I am running with -Dnonoss.  Do I need to modify all of the ones that
> start with nonoss (I suspect not)?
>
> Thanks for your time!!
>
>
> On Mon, Apr 8, 2013 at 12:29 PM, Chip Childers <ch...@sungard.com>wrote:
>
>> On Mon, Apr 08, 2013 at 12:19:48PM -0600, Mike Tutkowski wrote:
>> > FYI that the closest I find are both called migration-components.xml (2
>> of
>> > them).
>> >
>> >
>> > On Mon, Apr 8, 2013 at 12:09 PM, Mike Tutkowski <
>> > mike.tutkowski@solidfire.com> wrote:
>> >
>> > > Hi,
>> > >
>> > > I've never modified this file before and even seem to be having
>> trouble
>> > > finding it.  I can't find component.xml (singular) or components.xml
>> > > (plural).
>> > >
>> > > Can you tell me where this file should be located (I'm running the
>> > > software from compiled source)?
>> > >
>> > > Thanks!
>>
>> componentContext.xml or nonossComponentContext.xml
>>
>> I have copies here:
>>
>> find . -iname '*componentcontext.xml'
>>
>> ./client/target/cloud-client-ui-4.1.0-SNAPSHOT/WEB-INF/classes/componentContext.xml
>>
>> ./client/target/cloud-client-ui-4.1.0-SNAPSHOT/WEB-INF/classes/nonossComponentContext.xml
>> ./client/target/generated-webapp/WEB-INF/classes/componentContext.xml
>>
>> ./client/target/generated-webapp/WEB-INF/classes/nonossComponentContext.xml
>> ./client/target/conf/componentContext.xml
>> ./client/target/conf/nonossComponentContext.xml
>>
>
>
>
> --
> *Mike Tutkowski*
> *Senior CloudStack Developer, SolidFire Inc.*
> e: mike.tutkowski@solidfire.com
> o: 303.746.7302
> Advancing the way the world uses the cloud<http://solidfire.com/solution/overview/?video=play>
> *™*
>



-- 
*Mike Tutkowski*
*Senior CloudStack Developer, SolidFire Inc.*
e: mike.tutkowski@solidfire.com
o: 303.746.7302
Advancing the way the world uses the
cloud<http://solidfire.com/solution/overview/?video=play>
*™*

Re: VM deployed to wrong storage repository

Posted by Mike Tutkowski <mi...@solidfire.com>.
Thanks, guys!

I do see componentContext.xml.

Not to be too much of a pain here :) (I looked for this on the Wiki and
couldn't find relevant info), but I have three componentContext.xml files,
one componentContext.xml.in file, three nonossComponentContext.xml files,
and one nonComponentContext.xml.in file.

I am running with -Dnonoss.  Do I need to modify all of the ones that start
with nonoss (I suspect not)?

Thanks for your time!!


On Mon, Apr 8, 2013 at 12:29 PM, Chip Childers <ch...@sungard.com>wrote:

> On Mon, Apr 08, 2013 at 12:19:48PM -0600, Mike Tutkowski wrote:
> > FYI that the closest I find are both called migration-components.xml (2
> of
> > them).
> >
> >
> > On Mon, Apr 8, 2013 at 12:09 PM, Mike Tutkowski <
> > mike.tutkowski@solidfire.com> wrote:
> >
> > > Hi,
> > >
> > > I've never modified this file before and even seem to be having trouble
> > > finding it.  I can't find component.xml (singular) or components.xml
> > > (plural).
> > >
> > > Can you tell me where this file should be located (I'm running the
> > > software from compiled source)?
> > >
> > > Thanks!
>
> componentContext.xml or nonossComponentContext.xml
>
> I have copies here:
>
> find . -iname '*componentcontext.xml'
>
> ./client/target/cloud-client-ui-4.1.0-SNAPSHOT/WEB-INF/classes/componentContext.xml
>
> ./client/target/cloud-client-ui-4.1.0-SNAPSHOT/WEB-INF/classes/nonossComponentContext.xml
> ./client/target/generated-webapp/WEB-INF/classes/componentContext.xml
> ./client/target/generated-webapp/WEB-INF/classes/nonossComponentContext.xml
> ./client/target/conf/componentContext.xml
> ./client/target/conf/nonossComponentContext.xml
>



-- 
*Mike Tutkowski*
*Senior CloudStack Developer, SolidFire Inc.*
e: mike.tutkowski@solidfire.com
o: 303.746.7302
Advancing the way the world uses the
cloud<http://solidfire.com/solution/overview/?video=play>
*™*

Re: VM deployed to wrong storage repository

Posted by Chip Childers <ch...@sungard.com>.
On Mon, Apr 08, 2013 at 12:19:48PM -0600, Mike Tutkowski wrote:
> FYI that the closest I find are both called migration-components.xml (2 of
> them).
> 
> 
> On Mon, Apr 8, 2013 at 12:09 PM, Mike Tutkowski <
> mike.tutkowski@solidfire.com> wrote:
> 
> > Hi,
> >
> > I've never modified this file before and even seem to be having trouble
> > finding it.  I can't find component.xml (singular) or components.xml
> > (plural).
> >
> > Can you tell me where this file should be located (I'm running the
> > software from compiled source)?
> >
> > Thanks!

componentContext.xml or nonossComponentContext.xml

I have copies here:

find . -iname '*componentcontext.xml'
./client/target/cloud-client-ui-4.1.0-SNAPSHOT/WEB-INF/classes/componentContext.xml
./client/target/cloud-client-ui-4.1.0-SNAPSHOT/WEB-INF/classes/nonossComponentContext.xml
./client/target/generated-webapp/WEB-INF/classes/componentContext.xml
./client/target/generated-webapp/WEB-INF/classes/nonossComponentContext.xml
./client/target/conf/componentContext.xml
./client/target/conf/nonossComponentContext.xml

Re: VM deployed to wrong storage repository

Posted by Mike Tutkowski <mi...@solidfire.com>.
FYI that the closest I find are both called migration-components.xml (2 of
them).


On Mon, Apr 8, 2013 at 12:09 PM, Mike Tutkowski <
mike.tutkowski@solidfire.com> wrote:

> Hi,
>
> I've never modified this file before and even seem to be having trouble
> finding it.  I can't find component.xml (singular) or components.xml
> (plural).
>
> Can you tell me where this file should be located (I'm running the
> software from compiled source)?
>
> Thanks!
>
>
> On Mon, Apr 8, 2013 at 11:59 AM, Mike Tutkowski <
> mike.tutkowski@solidfire.com> wrote:
>
>> I meant, "allocator"...not "allocated." :)
>>
>>
>> On Mon, Apr 8, 2013 at 11:58 AM, Mike Tutkowski <
>> mike.tutkowski@solidfire.com> wrote:
>>
>>> Wow...I had no idea such an allocated even existed. :) Thanks for that
>>> tip!!
>>>
>>>
>>> On Mon, Apr 8, 2013 at 11:54 AM, Prachi Damle <Pr...@citrix.com>wrote:
>>>
>>>> Hi Mike,
>>>>
>>>> I checked the logs, looks like the RandomStoragePoolAllocator is being
>>>> picked up for the storage allocation - this allocatordoes not match any
>>>> tags.
>>>>
>>>> You should use FirstFitStoragePoolAllocator instead - change the
>>>> component.xml to use this allocator and not the random
>>>>
>>>> Thanks,
>>>> -Prachi
>>>>
>>>> -----Original Message-----
>>>> From: Mike Tutkowski [mailto:mike.tutkowski@solidfire.com]
>>>> Sent: Monday, April 08, 2013 8:23 AM
>>>> To: dev@cloudstack.apache.org
>>>> Subject: Re: VM deployed to wrong storage repository
>>>>
>>>> I plan to update to the latest 4.1 today and re-try this.
>>>>
>>>> If I still see the problem, I'll open a bug.
>>>>
>>>>
>>>> On Sun, Apr 7, 2013 at 4:26 PM, Mike Tutkowski <
>>>> mike.tutkowski@solidfire.com
>>>> > wrote:
>>>>
>>>> > I don't see anything in vmops.log to indicate that another primary
>>>> storage
>>>> > was tried first.  What do you think?
>>>> >
>>>> > 2013-04-07 00:30:51,459 INFO  [agent.manager.AgentManagerImpl]
>>>> > (AgentTaskPool-11:null) Investigating why host 6 has disconnected with
>>>> > event PingTimeout
>>>> > 2013-04-07 00:30:51,459 DEBUG [agent.manager.AgentManagerImpl]
>>>> > (AgentTaskPool-11:null) checking if agent (6) is alive
>>>> > 2013-04-07 00:30:51,460 INFO  [agent.manager.AgentManagerImpl]
>>>> > (AgentTaskPool-16:null) Investigating why host 5 has disconnected with
>>>> > event PingTimeout
>>>> > 2013-04-07 00:30:51,460 DEBUG [agent.manager.AgentManagerImpl]
>>>> > (AgentTaskPool-16:null) checking if agent (5) is alive
>>>> > 2013-04-07 00:30:51,462 DEBUG [agent.transport.Request]
>>>> > (AgentTaskPool-11:null) Seq 6-324993302: Sending  { Cmd , MgmtId: 1,
>>>> via:
>>>> > 6, Ver: v1, Flags: 100011, [{"CheckHealthCommand":{"wait":50}}] }
>>>> > 2013-04-07 00:30:51,462 DEBUG [agent.transport.Request]
>>>> > (AgentTaskPool-11:null) Seq 6-324993302: Executing:  { Cmd , MgmtId:
>>>> 1,
>>>> > via: 6, Ver: v1, Flags: 100011, [{"CheckHealthCommand":{"wait":50}}] }
>>>> > 2013-04-07 00:30:51,462 DEBUG [agent.manager.DirectAgentAttache]
>>>> > (DirectAgent-26:null) Seq 6-324993302: Executing request
>>>> > 2013-04-07 00:30:51,464 DEBUG [agent.transport.Request]
>>>> > (AgentTaskPool-16:null) Seq 5-614334808: Sending  { Cmd , MgmtId: 1,
>>>> via:
>>>> > 5, Ver: v1, Flags: 100011, [{"CheckHealthCommand":{"wait":50}}] }
>>>> > 2013-04-07 00:30:51,464 DEBUG [agent.transport.Request]
>>>> > (AgentTaskPool-16:null) Seq 5-614334808: Executing:  { Cmd , MgmtId:
>>>> 1,
>>>> > via: 5, Ver: v1, Flags: 100011, [{"CheckHealthCommand":{"wait":50}}] }
>>>> > 2013-04-07 00:30:51,465 DEBUG [agent.manager.DirectAgentAttache]
>>>> > (DirectAgent-163:null) Seq 5-614334808: Executing request
>>>> > 2013-04-07 00:30:51,511 DEBUG [agent.manager.DirectAgentAttache]
>>>> > (DirectAgent-26:null) Seq 6-324993302: Response Received:
>>>> > 2013-04-07 00:30:51,512 DEBUG [agent.transport.Request]
>>>> > (DirectAgent-26:null) Seq 6-324993302: Processing:  { Ans: , MgmtId:
>>>> 1,
>>>> > via: 6, Ver: v1, Flags: 10,
>>>> > [{"CheckHealthAnswer":{"result":true,"details":"resource is
>>>> > alive","wait":0}}] }
>>>> > 2013-04-07 00:30:51,512 DEBUG [agent.transport.Request]
>>>> > (AgentTaskPool-11:null) Seq 6-324993302: Received:  { Ans: , MgmtId:
>>>> 1,
>>>> > via: 6, Ver: v1, Flags: 10, { CheckHealthAnswer } }
>>>> > 2013-04-07 00:30:51,512 DEBUG [agent.manager.AgentManagerImpl]
>>>> > (AgentTaskPool-11:null) Details from executing class
>>>> > com.cloud.agent.api.CheckHealthCommand: resource is alive
>>>> > 2013-04-07 00:30:51,512 DEBUG [agent.manager.AgentManagerImpl]
>>>> > (AgentTaskPool-11:null) agent (6) responded to checkHeathCommand,
>>>> reporting
>>>> > that agent is Up
>>>> > 2013-04-07 00:30:51,512 INFO  [agent.manager.AgentManagerImpl]
>>>> > (AgentTaskPool-11:null) The state determined is Up
>>>> > 2013-04-07 00:30:51,512 INFO  [agent.manager.AgentManagerImpl]
>>>> > (AgentTaskPool-11:null) Agent is determined to be up and running
>>>> > 2013-04-07 00:30:51,512 DEBUG [cloud.host.Status]
>>>> (AgentTaskPool-11:null)
>>>> > Transition:[Resource state = Enabled, Agent event = Ping, Host id =
>>>> 6, name
>>>> > = Tut-XenServer]
>>>> > 2013-04-07 00:30:51,515 DEBUG [cloud.host.Status]
>>>> (AgentTaskPool-11:null)
>>>> > Agent status update: [id = 6; name = Tut-XenServer; old status = Up;
>>>> event
>>>> > = Ping; new status = Up; old update count = 307; new update count =
>>>> 308]
>>>> > 2013-04-07 00:30:51,517 DEBUG [agent.manager.DirectAgentAttache]
>>>> > (DirectAgent-163:null) Seq 5-614334808: Response Received:
>>>> > 2013-04-07 00:30:51,517 DEBUG [agent.transport.Request]
>>>> > (DirectAgent-163:null) Seq 5-614334808: Processing:  { Ans: ,
>>>> MgmtId: 1,
>>>> > via: 5, Ver: v1, Flags: 10,
>>>> > [{"CheckHealthAnswer":{"result":true,"details":"resource is
>>>> > alive","wait":0}}] }
>>>> > 2013-04-07 00:30:51,517 DEBUG [agent.transport.Request]
>>>> > (AgentTaskPool-16:null) Seq 5-614334808: Received:  { Ans: , MgmtId:
>>>> 1,
>>>> > via: 5, Ver: v1, Flags: 10, { CheckHealthAnswer } }
>>>> > 2013-04-07 00:30:51,517 DEBUG [agent.manager.AgentManagerImpl]
>>>> > (AgentTaskPool-16:null) Details from executing class
>>>> > com.cloud.agent.api.CheckHealthCommand: resource is alive
>>>> > 2013-04-07 00:30:51,517 DEBUG [agent.manager.AgentManagerImpl]
>>>> > (AgentTaskPool-16:null) agent (5) responded to checkHeathCommand,
>>>> reporting
>>>> > that agent is Up
>>>> > 2013-04-07 00:30:51,518 INFO  [agent.manager.AgentManagerImpl]
>>>> > (AgentTaskPool-16:null) The state determined is Up
>>>> > 2013-04-07 00:30:51,518 INFO  [agent.manager.AgentManagerImpl]
>>>> > (AgentTaskPool-16:null) Agent is determined to be up and running
>>>> > 2013-04-07 00:30:51,518 DEBUG [cloud.host.Status]
>>>> (AgentTaskPool-16:null)
>>>> > Transition:[Resource state = Enabled, Agent event = Ping, Host id =
>>>> 5, name
>>>> > = Tut-XenServer2]
>>>> > 2013-04-07 00:30:51,522 DEBUG [cloud.host.Status]
>>>> (AgentTaskPool-16:null)
>>>> > Agent status update: [id = 5; name = Tut-XenServer2; old status = Up;
>>>> event
>>>> > = Ping; new status = Up; old update count = 144; new update count =
>>>> 145]
>>>> > 2013-04-07 00:30:52,927 DEBUG [agent.manager.DirectAgentAttache]
>>>> > (DirectAgent-157:null) Seq 6-324993301: Response Received:
>>>> > 2013-04-07 00:30:52,927 DEBUG [agent.transport.Request]
>>>> > (DirectAgent-157:null) Seq 6-324993301: Processing:  { Ans: , MgmtId:
>>>> 1,
>>>> > via: 6, Ver: v1, Flags: 110, [{"Answer":{"result":true,"wait":0}}] }
>>>> > 2013-04-07 00:30:52,927 DEBUG [agent.transport.Request]
>>>> > (Job-Executor-35:job-42) Seq 6-324993301: Received:  { Ans: , MgmtId:
>>>> 1,
>>>> > via: 6, Ver: v1, Flags: 110, { Answer } }
>>>> > 2013-04-07 00:30:52,927 DEBUG [agent.manager.AgentAttache]
>>>> > (DirectAgent-157:null) Seq 6-324993301: No more commands found
>>>> > 2013-04-07 00:30:52,938 DEBUG
>>>> > [network.router.VirtualNetworkApplianceManagerImpl]
>>>> > (Job-Executor-35:job-42) Applying userdata and password entry in
>>>> network
>>>> > Ntwk[204|Guest|6]
>>>> > 2013-04-07 00:30:52,952 DEBUG [agent.transport.Request]
>>>> > (Job-Executor-35:job-42) Seq 6-324993303: Sending  { Cmd , MgmtId: 1,
>>>> via:
>>>> > 6, Ver: v1, Flags: 100111,
>>>> >
>>>> [{"routing.SavePasswordCommand":{"password":"fnirq_cnffjbeq","vmIpAddress":"192.168.56.195","vmName":"c18ddf7c-fc61-40b0-af75-fdef05f8eae6","accessDetails":{"router.guest.ip":"192.168.56.102","zone.network.type":"Basic","router.ip":"169.254.1.168","
>>>> > router.name
>>>> >
>>>> ":"r-4-VM"},"wait":0}},{"routing.VmDataCommand":{"vmIpAddress":"192.168.56.195","vmName":"c18ddf7c-fc61-40b0-af75-fdef05f8eae6","accessDetails":{"router.guest.ip":"192.168.56.102","zone.network.type":"Basic","router.ip":"169.254.1.168","
>>>> > router.name":"r-4-VM"},"wait":0}}] }
>>>> > 2013-04-07 00:30:52,953 DEBUG [agent.transport.Request]
>>>> > (Job-Executor-35:job-42) Seq 6-324993303: Executing:  { Cmd , MgmtId:
>>>> 1,
>>>> > via: 6, Ver: v1, Flags: 100111,
>>>> >
>>>> [{"routing.SavePasswordCommand":{"password":"fnirq_cnffjbeq","vmIpAddress":"192.168.56.195","vmName":"c18ddf7c-fc61-40b0-af75-fdef05f8eae6","accessDetails":{"router.guest.ip":"192.168.56.102","zone.network.type":"Basic","router.ip":"169.254.1.168","
>>>> > router.name
>>>> >
>>>> ":"r-4-VM"},"wait":0}},{"routing.VmDataCommand":{"vmIpAddress":"192.168.56.195","vmName":"c18ddf7c-fc61-40b0-af75-fdef05f8eae6","accessDetails":{"router.guest.ip":"192.168.56.102","zone.network.type":"Basic","router.ip":"169.254.1.168","
>>>> > router.name":"r-4-VM"},"wait":0}}] }
>>>> > 2013-04-07 00:30:52,953 DEBUG [agent.manager.DirectAgentAttache]
>>>> > (DirectAgent-37:null) Seq 6-324993303: Executing request
>>>> > 2013-04-07 00:30:53,093 DEBUG [cloud.api.ApiServlet]
>>>> > (1161145101@qtp-1008805148-33:null) ===START===  127.0.0.1 -- GET
>>>> >
>>>>  command=queryAsyncJobResult&jobId=f75d8ce8-1193-43bf-b171-f43d2534e6bc&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316253091
>>>> > 2013-04-07 00:30:53,110 DEBUG [cloud.api.ApiServlet]
>>>> > (1161145101@qtp-1008805148-33:null) ===END===  127.0.0.1 -- GET
>>>> >
>>>>  command=queryAsyncJobResult&jobId=f75d8ce8-1193-43bf-b171-f43d2534e6bc&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316253091
>>>> > 2013-04-07 00:30:56,093 DEBUG [cloud.api.ApiServlet]
>>>> > (1161145101@qtp-1008805148-33:null) ===START===  127.0.0.1 -- GET
>>>> >
>>>>  command=queryAsyncJobResult&jobId=f75d8ce8-1193-43bf-b171-f43d2534e6bc&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316256091
>>>> > 2013-04-07 00:30:56,109 DEBUG [cloud.api.ApiServlet]
>>>> > (1161145101@qtp-1008805148-33:null) ===END===  127.0.0.1 -- GET
>>>> >
>>>>  command=queryAsyncJobResult&jobId=f75d8ce8-1193-43bf-b171-f43d2534e6bc&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316256091
>>>> > 2013-04-07 00:30:59,094 DEBUG [cloud.api.ApiServlet]
>>>> > (1161145101@qtp-1008805148-33:null) ===START===  127.0.0.1 -- GET
>>>> >
>>>>  command=queryAsyncJobResult&jobId=f75d8ce8-1193-43bf-b171-f43d2534e6bc&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316259092
>>>> > 2013-04-07 00:30:59,111 DEBUG [cloud.api.ApiServlet]
>>>> > (1161145101@qtp-1008805148-33:null) ===END===  127.0.0.1 -- GET
>>>> >
>>>>  command=queryAsyncJobResult&jobId=f75d8ce8-1193-43bf-b171-f43d2534e6bc&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316259092
>>>> > 2013-04-07 00:31:02,095 DEBUG [cloud.api.ApiServlet]
>>>> > (1161145101@qtp-1008805148-33:null) ===START===  127.0.0.1 -- GET
>>>> >
>>>>  command=queryAsyncJobResult&jobId=f75d8ce8-1193-43bf-b171-f43d2534e6bc&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316262093
>>>> > 2013-04-07 00:31:02,110 DEBUG [cloud.api.ApiServlet]
>>>> > (1161145101@qtp-1008805148-33:null) ===END===  127.0.0.1 -- GET
>>>> >
>>>>  command=queryAsyncJobResult&jobId=f75d8ce8-1193-43bf-b171-f43d2534e6bc&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316262093
>>>> > 2013-04-07 00:31:04,860 DEBUG [agent.manager.DirectAgentAttache]
>>>> > (DirectAgent-145:null) Ping from 6
>>>> > 2013-04-07 00:31:05,099 DEBUG [cloud.api.ApiServlet]
>>>> > (1161145101@qtp-1008805148-33:null) ===START===  127.0.0.1 -- GET
>>>> >
>>>>  command=queryAsyncJobResult&jobId=f75d8ce8-1193-43bf-b171-f43d2534e6bc&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316265096
>>>> > 2013-04-07 00:31:05,114 DEBUG [cloud.api.ApiServlet]
>>>> > (1161145101@qtp-1008805148-33:null) ===END===  127.0.0.1 -- GET
>>>> >
>>>>  command=queryAsyncJobResult&jobId=f75d8ce8-1193-43bf-b171-f43d2534e6bc&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316265096
>>>> > 2013-04-07 00:31:06,234 DEBUG [agent.manager.DirectAgentAttache]
>>>> > (DirectAgent-372:null) Ping from 5
>>>> > 2013-04-07 00:31:06,909 DEBUG [agent.manager.DirectAgentAttache]
>>>> > (DirectAgent-149:null) Seq 6-324993028: Executing request
>>>> > 2013-04-07 00:31:07,239 DEBUG [agent.manager.DirectAgentAttache]
>>>> > (DirectAgent-149:null) Seq 6-324993028: Response Received:
>>>> > 2013-04-07 00:31:07,239 DEBUG [agent.transport.Request]
>>>> > (DirectAgent-149:null) Seq 6-324993028: Processing:  { Ans: , MgmtId:
>>>> 1,
>>>> > via: 6, Ver: v1, Flags: 10,
>>>> >
>>>> [{"ClusterSyncAnswer":{"_clusterId":2,"_newStates":{},"_isExecuted":false,"result":true,"wait":0}}]
>>>> > }
>>>> > 2013-04-07 00:31:07,424 DEBUG [agent.manager.DirectAgentAttache]
>>>> > (DirectAgent-37:null) Seq 6-324993303: Response Received:
>>>> > 2013-04-07 00:31:07,424 DEBUG [agent.transport.Request]
>>>> > (DirectAgent-37:null) Seq 6-324993303: Processing:  { Ans: , MgmtId:
>>>> 1,
>>>> > via: 6, Ver: v1, Flags: 110,
>>>> >
>>>> [{"Answer":{"result":true,"wait":0}},{"Answer":{"result":true,"wait":0}}] }
>>>> > 2013-04-07 00:31:07,424 DEBUG [agent.transport.Request]
>>>> > (Job-Executor-35:job-42) Seq 6-324993303: Received:  { Ans: , MgmtId:
>>>> 1,
>>>> > via: 6, Ver: v1, Flags: 110, { Answer, Answer } }
>>>> > 2013-04-07 00:31:07,424 DEBUG [agent.manager.AgentAttache]
>>>> > (DirectAgent-37:null) Seq 6-324993303: No more commands found
>>>> > 2013-04-07 00:31:07,424 DEBUG [cloud.network.NetworkManagerImpl]
>>>> > (Job-Executor-35:job-42) Asking VpcVirtualRouter to prepare for
>>>> > Nic[18-12-6416c373-20d8-4617-8dcb-30a8ff9d0f34-192.168.56.195]
>>>> > 2013-04-07 00:31:07,424 WARN
>>>>  [network.element.VpcVirtualRouterElement]
>>>> > (Job-Executor-35:job-42) Network Ntwk[204|Guest|6] is not associated
>>>> with
>>>> > any VPC
>>>> > 2013-04-07 00:31:07,429 DEBUG [cloud.network.NetworkManagerImpl]
>>>> > (Job-Executor-35:job-42) Asking NiciraNvp to prepare for
>>>> > Nic[18-12-6416c373-20d8-4617-8dcb-30a8ff9d0f34-192.168.56.195]
>>>> > 2013-04-07 00:31:07,429 DEBUG [network.element.NiciraNvpElement]
>>>> > (Job-Executor-35:job-42) Checking if NiciraNvpElement can handle
>>>> service
>>>> > Connectivity on network guestNetworkForBasicZone
>>>> > 2013-04-07 00:31:07,432 DEBUG [cloud.network.NetworkManagerImpl]
>>>> > (Job-Executor-35:job-42) Asking JuniperSRX to prepare for
>>>> > Nic[18-12-6416c373-20d8-4617-8dcb-30a8ff9d0f34-192.168.56.195]
>>>> > 2013-04-07 00:31:07,436 DEBUG [cloud.network.NetworkManagerImpl]
>>>> > (Job-Executor-35:job-42) Asking Netscaler to prepare for
>>>> > Nic[18-12-6416c373-20d8-4617-8dcb-30a8ff9d0f34-192.168.56.195]
>>>> > 2013-04-07 00:31:07,441 DEBUG [cloud.network.NetworkManagerImpl]
>>>> > (Job-Executor-35:job-42) Asking F5BigIP to prepare for
>>>> > Nic[18-12-6416c373-20d8-4617-8dcb-30a8ff9d0f34-192.168.56.195]
>>>> > 2013-04-07 00:31:07,445 DEBUG [cloud.network.NetworkManagerImpl]
>>>> > (Job-Executor-35:job-42) Asking CiscoNexus1000vVSM to prepare for
>>>> > Nic[18-12-6416c373-20d8-4617-8dcb-30a8ff9d0f34-192.168.56.195]
>>>> > 2013-04-07 00:31:07,449 DEBUG [cloud.storage.StorageManagerImpl]
>>>> > (Job-Executor-35:job-42) Checking if we need to prepare 1 volumes for
>>>> > VM[User|c18ddf7c-fc61-40b0-af75-fdef05f8eae6]
>>>> > 2013-04-07 00:31:07,451 DEBUG [cloud.storage.StorageManagerImpl]
>>>> > (Job-Executor-35:job-42) Creating volume: Vol[12|vm=12|ROOT]
>>>> > 2013-04-07 00:31:07,451 DEBUG [cloud.storage.StorageManagerImpl]
>>>> > (Job-Executor-35:job-42) Trying to create in Pool[257|PreSetup]
>>>> > 2013-04-07 00:31:07,459 DEBUG [cloud.template.TemplateManagerImpl]
>>>> > (Job-Executor-35:job-42) Downloading template 5 to pool 257
>>>> > 2013-04-07 00:31:07,466 DEBUG [cloud.template.TemplateManagerImpl]
>>>> > (Job-Executor-35:job-42) Downloading 5 via 5
>>>> > 2013-04-07 00:31:07,470 DEBUG [agent.transport.Request]
>>>> > (Job-Executor-35:job-42) Seq 5-614334809: Sending  { Cmd , MgmtId: 1,
>>>> > via: 5, Ver: v1, Flags: 100111,
>>>> >
>>>> [{"storage.PrimaryStorageDownloadCommand":{"localPath":"/mnt/9a008517-e321-37a0-a941-44695f9b6fe7","poolUuid":"iSCSI_SR_3","poolId":257,"primaryPool":{"id":257,"uuid":"iSCSI_SR_3","host":"192.168.56.9","path":"/iSCSI_SR_3","port":0,"type":"PreSetup"},"secondaryStorageUrl":"nfs://
>>>> 192.168.56.10:
>>>> > /opt/storage/secondary","primaryStorageUrl":"nfs://
>>>> 192.168.56.9/iSCSI_SR_3
>>>> > ","url":"nfs://192.168.56.10:
>>>> /opt/storage/secondary/template/tmpl/1/5//ce5b212e-215a-3461-94fb-814a635b2215.vhd","format":"VHD","accountId":1,"name":"tiny
>>>> > Linux","wait":10800}}] }
>>>> > 2013-04-07 00:31:07,470 DEBUG [agent.transport.Request]
>>>> > (Job-Executor-35:job-42) Seq 5-614334809: Executing:  { Cmd ,
>>>> MgmtId: 1,
>>>> > via: 5, Ver: v1, Flags: 100111,
>>>> >
>>>> [{"storage.PrimaryStorageDownloadCommand":{"localPath":"/mnt/9a008517-e321-37a0-a941-44695f9b6fe7","poolUuid":"iSCSI_SR_3","poolId":257,"primaryPool":{"id":257,"uuid":"iSCSI_SR_3","host":"192.168.56.9","path":"/iSCSI_SR_3","port":0,"type":"PreSetup"},"secondaryStorageUrl":"nfs://
>>>> 192.168.56.10:
>>>> > /opt/storage/secondary","primaryStorageUrl":"nfs://
>>>> 192.168.56.9/iSCSI_SR_3
>>>> > ","url":"nfs://192.168.56.10:
>>>> /opt/storage/secondary/template/tmpl/1/5//ce5b212e-215a-3461-94fb-814a635b2215.vhd","format":"VHD","accountId":1,"name":"tiny
>>>> > Linux","wait":10800}}] }
>>>> > 2013-04-07 00:31:07,470 DEBUG [agent.manager.DirectAgentAttache]
>>>> > (DirectAgent-174:null) Seq 5-614334809: Executing request
>>>> > 2013-04-07 00:31:08,097 DEBUG [cloud.api.ApiServlet]
>>>> > (1161145101@qtp-1008805148-33:null) ===START===  127.0.0.1 -- GET
>>>> >
>>>>  command=queryAsyncJobResult&jobId=f75d8ce8-1193-43bf-b171-f43d2534e6bc&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316268095
>>>> > 2013-04-07 00:31:08,115 DEBUG [cloud.api.ApiServlet]
>>>> > (1161145101@qtp-1008805148-33:null) ===END===  127.0.0.1 -- GET
>>>> >
>>>>  command=queryAsyncJobResult&jobId=f75d8ce8-1193-43bf-b171-f43d2534e6bc&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316268095
>>>> > 2013-04-07 00:31:11,023 DEBUG [agent.manager.DirectAgentAttache]
>>>> > (DirectAgent-309:null) Seq 5-614334468: Executing request
>>>> > 2013-04-07 00:31:11,099 DEBUG [cloud.api.ApiServlet]
>>>> > (1161145101@qtp-1008805148-33:null) ===START===  127.0.0.1 -- GET
>>>> >
>>>>  command=queryAsyncJobResult&jobId=f75d8ce8-1193-43bf-b171-f43d2534e6bc&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316271096
>>>> > 2013-04-07 00:31:11,121 DEBUG [cloud.api.ApiServlet]
>>>> > (1161145101@qtp-1008805148-33:null) ===END===  127.0.0.1 -- GET
>>>> >
>>>>  command=queryAsyncJobResult&jobId=f75d8ce8-1193-43bf-b171-f43d2534e6bc&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316271096
>>>> > 2013-04-07 00:31:11,363 DEBUG [agent.manager.DirectAgentAttache]
>>>> > (DirectAgent-309:null) Seq 5-614334468: Response Received:
>>>> > 2013-04-07 00:31:11,363 DEBUG [agent.transport.Request]
>>>> > (DirectAgent-309:null) Seq 5-614334468: Processing:  { Ans: ,
>>>> MgmtId: 1,
>>>> > via: 5, Ver: v1, Flags: 10, [{"Answer":{"result":true,"wait":0}}] }
>>>> > 2013-04-07 00:31:14,100 DEBUG [cloud.api.ApiServlet]
>>>> > (1161145101@qtp-1008805148-33:null) ===START===  127.0.0.1 -- GET
>>>> >
>>>>  command=queryAsyncJobResult&jobId=f75d8ce8-1193-43bf-b171-f43d2534e6bc&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316274097
>>>> > 2013-04-07 00:31:14,124 DEBUG [cloud.api.ApiServlet]
>>>> > (1161145101@qtp-1008805148-33:null) ===END===  127.0.0.1 -- GET
>>>> >
>>>>  command=queryAsyncJobResult&jobId=f75d8ce8-1193-43bf-b171-f43d2534e6bc&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316274097
>>>> > 2013-04-07 00:31:16,197 DEBUG [cloud.api.ApiServlet]
>>>> > (1161145101@qtp-1008805148-33:null) ===START===  127.0.0.1 -- GET
>>>> >
>>>>  command=listVirtualMachines&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&listAll=true&page=1&pagesize=20&_=1365316276194
>>>> > 2013-04-07 00:31:16,219 DEBUG [cloud.api.ApiServlet]
>>>> > (1161145101@qtp-1008805148-33:null) ===END===  127.0.0.1 -- GET
>>>> >
>>>>  command=listVirtualMachines&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&listAll=true&page=1&pagesize=20&_=1365316276194
>>>> > 2013-04-07 00:31:17,101 DEBUG [cloud.api.ApiServlet]
>>>> > (1161145101@qtp-1008805148-33:null) ===START===  127.0.0.1 -- GET
>>>> >
>>>>  command=queryAsyncJobResult&jobId=f75d8ce8-1193-43bf-b171-f43d2534e6bc&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316277098
>>>> > 2013-04-07 00:31:17,123 DEBUG [cloud.api.ApiServlet]
>>>> > (1161145101@qtp-1008805148-33:null) ===END===  127.0.0.1 -- GET
>>>> >
>>>>  command=queryAsyncJobResult&jobId=f75d8ce8-1193-43bf-b171-f43d2534e6bc&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316277098
>>>> > 2013-04-07 00:31:17,954 DEBUG [cloud.api.ApiServlet]
>>>> > (1161145101@qtp-1008805148-33:null) ===START===  127.0.0.1 -- GET
>>>> >
>>>>  command=listVolumes&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&listAll=true&page=1&pagesize=20&_=1365316277950
>>>> > 2013-04-07 00:31:17,972 DEBUG [cloud.api.ApiServlet]
>>>> > (1161145101@qtp-1008805148-33:null) ===END===  127.0.0.1 -- GET
>>>> >
>>>>  command=listVolumes&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&listAll=true&page=1&pagesize=20&_=1365316277950
>>>> > 2013-04-07 00:31:20,102 DEBUG [cloud.api.ApiServlet]
>>>> > (1161145101@qtp-1008805148-33:null) ===START===  127.0.0.1 -- GET
>>>> >
>>>>  command=queryAsyncJobResult&jobId=f75d8ce8-1193-43bf-b171-f43d2534e6bc&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316280099
>>>> > 2013-04-07 00:31:20,118 DEBUG [cloud.api.ApiServlet]
>>>> > (1161145101@qtp-1008805148-33:null) ===END===  127.0.0.1 -- GET
>>>> >
>>>>  command=queryAsyncJobResult&jobId=f75d8ce8-1193-43bf-b171-f43d2534e6bc&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316280099
>>>> > 2013-04-07 00:31:20,454 DEBUG
>>>> > [storage.secondary.SecondaryStorageManagerImpl] (secstorage-1:null)
>>>> Zone 1
>>>> > is ready to launch secondary storage VM
>>>> > 2013-04-07 00:31:20,558 DEBUG
>>>> [cloud.consoleproxy.ConsoleProxyManagerImpl]
>>>> > (consoleproxy-1:null) Zone 1 is ready to launch console proxy
>>>> > 2013-04-07 00:31:20,820 DEBUG
>>>> > [network.router.VirtualNetworkApplianceManagerImpl]
>>>> > (RouterStatusMonitor-1:null) Found 0 routers to update status.
>>>> > 2013-04-07 00:31:20,821 DEBUG
>>>> > [network.router.VirtualNetworkApplianceManagerImpl]
>>>> > (RouterStatusMonitor-1:null) Found 0 networks to update RvR status.
>>>> > 2013-04-07 00:31:20,852 DEBUG
>>>> > [network.router.VirtualNetworkApplianceManagerImpl]
>>>> > (RouterStatusMonitor-1:null) Found 0 routers to update status.
>>>> > 2013-04-07 00:31:20,853 DEBUG
>>>> > [network.router.VirtualNetworkApplianceManagerImpl]
>>>> > (RouterStatusMonitor-1:null) Found 0 networks to update RvR status.
>>>> > 2013-04-07 00:31:21,075 DEBUG [cloud.api.ApiServlet]
>>>> > (1161145101@qtp-1008805148-33:null) ===START===  127.0.0.1 -- GET
>>>> >
>>>>  command=listVolumes&id=aed71ae1-732b-48d7-833f-e23287e2b2b9&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316281073
>>>> > 2013-04-07 00:31:21,097 DEBUG [cloud.api.ApiServlet]
>>>> > (1161145101@qtp-1008805148-33:null) ===END===  127.0.0.1 -- GET
>>>> >
>>>>  command=listVolumes&id=aed71ae1-732b-48d7-833f-e23287e2b2b9&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316281073
>>>> > 2013-04-07 00:31:21,120 DEBUG [cloud.api.ApiServlet]
>>>> > (1161145101@qtp-1008805148-33:null) ===START===  127.0.0.1 -- GET
>>>> >
>>>>  command=listTags&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&resourceId=aed71ae1-732b-48d7-833f-e23287e2b2b9&resourceType=Volume&listAll=true&_=1365316281117
>>>> > 2013-04-07 00:31:21,142 DEBUG [cloud.api.ApiServlet]
>>>> > (1161145101@qtp-1008805148-33:null) ===END===  127.0.0.1 -- GET
>>>> >
>>>>  command=listTags&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&resourceId=aed71ae1-732b-48d7-833f-e23287e2b2b9&resourceType=Volume&listAll=true&_=1365316281117
>>>> > 2013-04-07 00:31:23,102 DEBUG [cloud.api.ApiServlet]
>>>> > (1161145101@qtp-1008805148-33:null) ===START===  127.0.0.1 -- GET
>>>> >
>>>>  command=queryAsyncJobResult&jobId=f75d8ce8-1193-43bf-b171-f43d2534e6bc&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316283100
>>>> > 2013-04-07 00:31:23,122 DEBUG [cloud.api.ApiServlet]
>>>> > (1161145101@qtp-1008805148-33:null) ===END===  127.0.0.1 -- GET
>>>> >
>>>>  command=queryAsyncJobResult&jobId=f75d8ce8-1193-43bf-b171-f43d2534e6bc&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316283100
>>>> > 2013-04-07 00:31:24,894 DEBUG [agent.manager.AgentManagerImpl]
>>>> > (AgentManager-Handler-9:null) Ping from 4
>>>> > 2013-04-07 00:31:26,102 DEBUG [cloud.api.ApiServlet]
>>>> > (1161145101@qtp-1008805148-33:null) ===START===  127.0.0.1 -- GET
>>>> >
>>>>  command=queryAsyncJobResult&jobId=f75d8ce8-1193-43bf-b171-f43d2534e6bc&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316286100
>>>> > 2013-04-07 00:31:26,117 DEBUG [cloud.api.ApiServlet]
>>>> > (1161145101@qtp-1008805148-33:null) ===END===  127.0.0.1 -- GET
>>>> >
>>>>  command=queryAsyncJobResult&jobId=f75d8ce8-1193-43bf-b171-f43d2534e6bc&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316286100
>>>> > 2013-04-07 00:31:27,217 DEBUG [agent.manager.DirectAgentAttache]
>>>> > (DirectAgent-164:null) Ping from 1
>>>> > 2013-04-07 00:31:28,079 DEBUG [agent.manager.DirectAgentAttache]
>>>> > (DirectAgent-174:null) Seq 5-614334809: Response Received:
>>>> > 2013-04-07 00:31:28,079 DEBUG [agent.transport.Request]
>>>> > (DirectAgent-174:null) Seq 5-614334809: Processing:  { Ans: ,
>>>> MgmtId: 1,
>>>> > via: 5, Ver: v1, Flags: 110,
>>>> >
>>>> [{"storage.PrimaryStorageDownloadAnswer":{"installPath":"a8414926-81d6-4b54-9b4b-feb498489df0","templateSize":54525952,"result":true,"wait":0}}]
>>>> > }
>>>> > 2013-04-07 00:31:28,079 DEBUG [agent.transport.Request]
>>>> > (Job-Executor-35:job-42) Seq 5-614334809: Received:  { Ans: ,
>>>> MgmtId: 1,
>>>> > via: 5, Ver: v1, Flags: 110, { PrimaryStorageDownloadAnswer } }
>>>> > 2013-04-07 00:31:28,079 DEBUG [agent.manager.AgentAttache]
>>>> > (DirectAgent-174:null) Seq 5-614334809: No more commands found
>>>> > 2013-04-07 00:31:28,081 DEBUG [cloud.template.TemplateManagerImpl]
>>>> > (Job-Executor-35:job-42) Template 5 is downloaded via 5
>>>> > 2013-04-07 00:31:28,085 DEBUG [agent.transport.Request]
>>>> > (Job-Executor-35:job-42) Seq 5-614334810: Sending  { Cmd , MgmtId:
>>>> 1, via:
>>>> > 5, Ver: v1, Flags: 100111,
>>>> >
>>>> [{"storage.CreateCommand":{"volId":12,"pool":{"id":257,"uuid":"iSCSI_SR_3","host":"192.168.56.9","path":"/iSCSI_SR_3","port":0,"type":"PreSetup"},"diskCharacteristics":{"size":52428800,"tags":["iSCSI_SR_3"],"type":"ROOT","name":"ROOT-12","useLocalStorage":false,"recreatable":true,"diskOfferingId":37,"volumeId":12,"hyperType":"XenServer"},"templateUrl":"a8414926-81d6-4b54-9b4b-feb498489df0","wait":0}}]
>>>> > }
>>>> > 2013-04-07 00:31:28,086 DEBUG [agent.transport.Request]
>>>> > (Job-Executor-35:job-42) Seq 5-614334810: Executing:  { Cmd ,
>>>> MgmtId: 1,
>>>> > via: 5, Ver: v1, Flags: 100111,
>>>> >
>>>> [{"storage.CreateCommand":{"volId":12,"pool":{"id":257,"uuid":"iSCSI_SR_3","host":"192.168.56.9","path":"/iSCSI_SR_3","port":0,"type":"PreSetup"},"diskCharacteristics":{"size":52428800,"tags":["iSCSI_SR_3"],"type":"ROOT","name":"ROOT-12","useLocalStorage":false,"recreatable":true,"diskOfferingId":37,"volumeId":12,"hyperType":"XenServer"},"templateUrl":"a8414926-81d6-4b54-9b4b-feb498489df0","wait":0}}]
>>>> > }
>>>> > 2013-04-07 00:31:28,086 DEBUG [agent.manager.DirectAgentAttache]
>>>> > (DirectAgent-327:null) Seq 5-614334810: Executing request
>>>> > 2013-04-07 00:31:28,227 DEBUG [xen.resource.CitrixResourceBase]
>>>> > (DirectAgent-327:null) SR retrieved for iSCSI_SR_3
>>>> > 2013-04-07 00:31:28,240 DEBUG [xen.resource.CitrixResourceBase]
>>>> > (DirectAgent-327:null) Checking iSCSI_SR_3 or SR
>>>> > fe8ca696-22f5-ba1f-af68-7c3cf5a3cb39 on
>>>> > XS[5e02c608-155d-432e-a20f-f8c600ef3ab7-192.168.56.11]
>>>> > 2013-04-07 00:31:29,095 DEBUG [agent.manager.DirectAgentAttache]
>>>> > (DirectAgent-84:null) Seq 1-90046472: Executing request
>>>> > 2013-04-07 00:31:29,106 DEBUG [cloud.api.ApiServlet]
>>>> > (1161145101@qtp-1008805148-33:null) ===START===  127.0.0.1 -- GET
>>>> >
>>>>  command=queryAsyncJobResult&jobId=f75d8ce8-1193-43bf-b171-f43d2534e6bc&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316289101
>>>> > 2013-04-07 00:31:29,130 DEBUG [cloud.api.ApiServlet]
>>>> > (1161145101@qtp-1008805148-33:null) ===END===  127.0.0.1 -- GET
>>>> >
>>>>  command=queryAsyncJobResult&jobId=f75d8ce8-1193-43bf-b171-f43d2534e6bc&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316289101
>>>> > 2013-04-07 00:31:29,687 DEBUG [agent.manager.DirectAgentAttache]
>>>> > (DirectAgent-84:null) Seq 1-90046472: Response Received:
>>>> > 2013-04-07 00:31:29,688 DEBUG [agent.transport.Request]
>>>> > (DirectAgent-84:null) Seq 1-90046472: Processing:  { Ans: , MgmtId:
>>>> 1, via:
>>>> > 1, Ver: v1, Flags: 10,
>>>> >
>>>> [{"ClusterSyncAnswer":{"_clusterId":1,"_newStates":{},"_isExecuted":false,"result":true,"wait":0}}]
>>>> > }
>>>> > 2013-04-07 00:31:30,685 DEBUG [xen.resource.CitrixResourceBase]
>>>> > (DirectAgent-327:null) Succesfully created VDI for
>>>> > com.cloud.agent.api.storage.CreateCommand.  Uuid =
>>>> > 40a39639-e8aa-45b5-bfa1-591b68571d0c
>>>> > 2013-04-07 00:31:30,686 DEBUG [agent.manager.DirectAgentAttache]
>>>> > (DirectAgent-327:null) Seq 5-614334810: Response Received:
>>>> > 2013-04-07 00:31:30,686 DEBUG [agent.transport.Request]
>>>> > (DirectAgent-327:null) Seq 5-614334810: Processing:  { Ans: ,
>>>> MgmtId: 1,
>>>> > via: 5, Ver: v1, Flags: 110,
>>>> >
>>>> [{"storage.CreateAnswer":{"volume":{"id":12,"name":"ROOT-12","mountPoint":"/iSCSI_SR_3","path":"40a39639-e8aa-45b5-bfa1-591b68571d0c","size":52428800,"type":"ROOT","storagePoolType":"PreSetup","storagePoolUuid":"iSCSI_SR_3","deviceId":0},"requestTemplateReload":false,"result":true,"wait":0}}]
>>>> > }
>>>> > 2013-04-07 00:31:30,686 DEBUG [agent.transport.Request]
>>>> > (Job-Executor-35:job-42) Seq 5-614334810: Received:  { Ans: ,
>>>> MgmtId: 1,
>>>> > via: 5, Ver: v1, Flags: 110, { CreateAnswer } }
>>>> > 2013-04-07 00:31:30,686 DEBUG [agent.manager.AgentAttache]
>>>> > (DirectAgent-327:null) Seq 5-614334810: No more commands found
>>>> > 2013-04-07 00:31:30,689 DEBUG [cloud.storage.StorageManagerImpl]
>>>> > (Job-Executor-35:job-42) Volume Vol[12|vm=12|ROOT] is created on
>>>> > Pool[257|PreSetup]
>>>> > 2013-04-07 00:31:30,705 DEBUG [agent.transport.Request]
>>>> > (Job-Executor-35:job-42) Seq 5-614334811: Sending  { Cmd , MgmtId:
>>>> 1, via:
>>>> > 5, Ver: v1, Flags: 100111,
>>>> >
>>>> [{"StartCommand":{"vm":{"id":12,"name":"i-2-12-VM","bootloader":"PyGrub","type":"User","cpus":1,"speed":100,"minRam":1073741824,"maxRam":1073741824,"arch":"x86_64","os":"CentOS
>>>> > 5.3
>>>> >
>>>> (64-bit)","bootArgs":"","rebootOnCrash":false,"enableHA":false,"limitCpuUse":false,"vncPassword":"a0ed1e002d55dc0b","params":{},"uuid":"c18ddf7c-fc61-40b0-af75-fdef05f8eae6","disks":[{"id":12,"name":"ROOT-12","mountPoint":"/iSCSI_SR_3","path":"40a39639-e8aa-45b5-bfa1-591b68571d0c","size":52428800,"type":"ROOT","storagePoolType":"PreSetup","storagePoolUuid":"iSCSI_SR_3","deviceId":0},{"id":12,"name":"tiny
>>>> >
>>>> Linux","size":0,"type":"ISO","storagePoolType":"ISO","deviceId":3}],"nics":[{"deviceId":0,"networkRateMbps":200,"defaultNic":true,"uuid":"70472c43-4913-4e0a-8e1d-87b030404b0a","ip":"192.168.56.195","netmask":"255.255.255.0","gateway":"192.168.56.1","mac":"06:c8:0e:00:00:75","dns1":"8.8.8.8","dns2":"4.4.4.4","broadcastType":"Native","type":"Guest","broadcastUri":"vlan://untagged","isolationUri":"ec2://untagged","isSecurityGroupEnabled":true}]},"hostIp":"192.168.56.11","wait":0}}]
>>>> > }
>>>> > 2013-04-07 00:31:30,705 DEBUG [agent.transport.Request]
>>>> > (Job-Executor-35:job-42) Seq 5-614334811: Executing:  { Cmd ,
>>>> MgmtId: 1,
>>>> > via: 5, Ver: v1, Flags: 100111,
>>>> >
>>>> [{"StartCommand":{"vm":{"id":12,"name":"i-2-12-VM","bootloader":"PyGrub","type":"User","cpus":1,"speed":100,"minRam":1073741824,"maxRam":1073741824,"arch":"x86_64","os":"CentOS
>>>> > 5.3
>>>> >
>>>> (64-bit)","bootArgs":"","rebootOnCrash":false,"enableHA":false,"limitCpuUse":false,"vncPassword":"a0ed1e002d55dc0b","params":{},"uuid":"c18ddf7c-fc61-40b0-af75-fdef05f8eae6","disks":[{"id":12,"name":"ROOT-12","mountPoint":"/iSCSI_SR_3","path":"40a39639-e8aa-45b5-bfa1-591b68571d0c","size":52428800,"type":"ROOT","storagePoolType":"PreSetup","storagePoolUuid":"iSCSI_SR_3","deviceId":0},{"id":12,"name":"tiny
>>>> >
>>>> Linux","size":0,"type":"ISO","storagePoolType":"ISO","deviceId":3}],"nics":[{"deviceId":0,"networkRateMbps":200,"defaultNic":true,"uuid":"70472c43-4913-4e0a-8e1d-87b030404b0a","ip":"192.168.56.195","netmask":"255.255.255.0","gateway":"192.168.56.1","mac":"06:c8:0e:00:00:75","dns1":"8.8.8.8","dns2":"4.4.4.4","broadcastType":"Native","type":"Guest","broadcastUri":"vlan://untagged","isolationUri":"ec2://untagged","isSecurityGroupEnabled":true}]},"hostIp":"192.168.56.11","wait":0}}]
>>>> > }
>>>> > 2013-04-07 00:31:30,705 DEBUG [agent.manager.DirectAgentAttache]
>>>> > (DirectAgent-265:null) Seq 5-614334811: Executing request
>>>> > 2013-04-07 00:31:30,848 DEBUG [xen.resource.CitrixResourceBase]
>>>> > (DirectAgent-265:null) 1. The VM i-2-12-VM is in Starting state.
>>>> > 2013-04-07 00:31:30,907 DEBUG [xen.resource.XenServer56FP1Resource]
>>>> > (DirectAgent-265:null) Created VM
>>>> 6b192a90-bce6-7347-f184-d5b84538647a for
>>>> > i-2-12-VM
>>>> > 2013-04-07 00:31:30,959 DEBUG [xen.resource.CitrixResourceBase]
>>>> > (DirectAgent-265:null) VBD 9ea8a64a-9d04-76df-9d8b-103371b21d86
>>>> created for
>>>> > Vol[12|ROOT|40a39639-e8aa-45b5-bfa1-591b68571d0c|52428800]
>>>> > 2013-04-07 00:31:30,985 DEBUG [xen.resource.CitrixResourceBase]
>>>> > (DirectAgent-265:null) VBD 0fb43cee-0512-beed-5d24-a33a2ceceeda
>>>> created for
>>>> > Vol[12|ISO|null|0]
>>>> > 2013-04-07 00:31:30,985 DEBUG [xen.resource.CitrixResourceBase]
>>>> > (DirectAgent-265:null) Creating VIF for i-2-12-VM on nic
>>>> > [Nic:Guest-192.168.56.195-vlan://untagged]
>>>> > 2013-04-07 00:31:31,037 DEBUG [xen.resource.CitrixResourceBase]
>>>> > (DirectAgent-265:null) Created a vif
>>>> adbeb814-7d38-1fda-1bdb-b6850c7cb342
>>>> > on 0
>>>> > 2013-04-07 00:31:32,105 DEBUG [cloud.api.ApiServlet]
>>>> > (1161145101@qtp-1008805148-33:null) ===START===  127.0.0.1 -- GET
>>>> >
>>>>  command=queryAsyncJobResult&jobId=f75d8ce8-1193-43bf-b171-f43d2534e6bc&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316292102
>>>> > 2013-04-07 00:31:32,122 DEBUG [cloud.api.ApiServlet]
>>>> > (1161145101@qtp-1008805148-33:null) ===END===  127.0.0.1 -- GET
>>>> >
>>>>  command=queryAsyncJobResult&jobId=f75d8ce8-1193-43bf-b171-f43d2534e6bc&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316292102
>>>> > 2013-04-07 00:31:35,106 DEBUG [cloud.api.ApiServlet]
>>>> > (1161145101@qtp-1008805148-33:null) ===START===  127.0.0.1 -- GET
>>>> >
>>>>  command=queryAsyncJobResult&jobId=f75d8ce8-1193-43bf-b171-f43d2534e6bc&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316295103
>>>> > 2013-04-07 00:31:35,125 DEBUG [cloud.api.ApiServlet]
>>>> > (1161145101@qtp-1008805148-33:null) ===END===  127.0.0.1 -- GET
>>>> >
>>>>  command=queryAsyncJobResult&jobId=f75d8ce8-1193-43bf-b171-f43d2534e6bc&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316295103
>>>> > 2013-04-07 00:31:38,106 DEBUG [cloud.api.ApiServlet]
>>>> > (1161145101@qtp-1008805148-33:null) ===START===  127.0.0.1 -- GET
>>>> >
>>>>  command=queryAsyncJobResult&jobId=f75d8ce8-1193-43bf-b171-f43d2534e6bc&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316298104
>>>> > 2013-04-07 00:31:38,126 DEBUG [cloud.api.ApiServlet]
>>>> > (1161145101@qtp-1008805148-33:null) ===END===  127.0.0.1 -- GET
>>>> >
>>>>  command=queryAsyncJobResult&jobId=f75d8ce8-1193-43bf-b171-f43d2534e6bc&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316298104
>>>> > 2013-04-07 00:31:41,108 DEBUG [cloud.api.ApiServlet]
>>>> > (1161145101@qtp-1008805148-33:null) ===START===  127.0.0.1 -- GET
>>>> >
>>>>  command=queryAsyncJobResult&jobId=f75d8ce8-1193-43bf-b171-f43d2534e6bc&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316301106
>>>> > 2013-04-07 00:31:41,133 DEBUG [cloud.api.ApiServlet]
>>>> > (1161145101@qtp-1008805148-33:null) ===END===  127.0.0.1 -- GET
>>>> >
>>>>  command=queryAsyncJobResult&jobId=f75d8ce8-1193-43bf-b171-f43d2534e6bc&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316301106
>>>> > 2013-04-07 00:31:43,708 INFO  [xen.resource.CitrixResourceBase]
>>>> > (DirectAgent-265:null) Programmed default network rules for i-2-12-VM
>>>> on
>>>> > nic with ip:192.168.56.195 mac:06:c8:0e:00:00:75
>>>> > 2013-04-07 00:31:43,708 DEBUG [xen.resource.CitrixResourceBase]
>>>> > (DirectAgent-265:null) 2. The VM i-2-12-VM is in Running state.
>>>> > 2013-04-07 00:31:43,708 DEBUG [agent.manager.DirectAgentAttache]
>>>> > (DirectAgent-265:null) Seq 5-614334811: Response Received:
>>>> > 2013-04-07 00:31:43,709 DEBUG [agent.transport.Request]
>>>> > (DirectAgent-265:null) Seq 5-614334811: Processing:  { Ans: ,
>>>> MgmtId: 1,
>>>> > via: 5, Ver: v1, Flags: 110,
>>>> >
>>>> [{"StartAnswer":{"vm":{"id":12,"name":"i-2-12-VM","bootloader":"PyGrub","type":"User","cpus":1,"speed":100,"minRam":1073741824,"maxRam":1073741824,"arch":"x86_64","os":"CentOS
>>>> > 5.3
>>>> >
>>>> (64-bit)","bootArgs":"","rebootOnCrash":false,"enableHA":false,"limitCpuUse":false,"vncPassword":"a0ed1e002d55dc0b","params":{},"uuid":"c18ddf7c-fc61-40b0-af75-fdef05f8eae6","disks":[{"id":12,"name":"ROOT-12","mountPoint":"/iSCSI_SR_3","path":"40a39639-e8aa-45b5-bfa1-591b68571d0c","size":52428800,"type":"ROOT","storagePoolType":"PreSetup","storagePoolUuid":"iSCSI_SR_3","deviceId":0},{"id":12,"name":"tiny
>>>> >
>>>> Linux","size":0,"type":"ISO","storagePoolType":"ISO","deviceId":3}],"nics":[{"deviceId":0,"networkRateMbps":200,"defaultNic":true,"uuid":"70472c43-4913-4e0a-8e1d-87b030404b0a","ip":"192.168.56.195","netmask":"255.255.255.0","gateway":"192.168.56.1","mac":"06:c8:0e:00:00:75","dns1":"8.8.8.8","dns2":"4.4.4.4","broadcastType":"Native","type":"Guest","broadcastUri":"vlan://untagged","isolationUri":"ec2://untagged","isSecurityGroupEnabled":true}]},"result":true,"wait":0}}]
>>>> > }
>>>> > 2013-04-07 00:31:43,709 DEBUG [agent.transport.Request]
>>>> > (Job-Executor-35:job-42) Seq 5-614334811: Received:  { Ans: ,
>>>> MgmtId: 1,
>>>> > via: 5, Ver: v1, Flags: 110, { StartAnswer } }
>>>> > 2013-04-07 00:31:43,709 DEBUG [agent.manager.AgentAttache]
>>>> > (DirectAgent-265:null) Seq 5-614334811: No more commands found
>>>> > 2013-04-07 00:31:43,763 DEBUG
>>>> [network.security.SecurityGroupManagerImpl]
>>>> > (Job-Executor-35:job-42) Security Group Mgr v2: scheduling ruleset
>>>> updates
>>>> > for 1 vms  (unique=1), current queue size=0
>>>> > 2013-04-07 00:31:43,765 DEBUG
>>>> [network.security.SecurityGroupManagerImpl]
>>>> > (Job-Executor-35:job-42) Security Group Mgr v2: done scheduling
>>>> ruleset
>>>> > updates for 1 vms: num new jobs=1 num rows insert or updated=1 time
>>>> taken=2
>>>> > 2013-04-07 00:31:43,769 DEBUG [cloud.capacity.CapacityManagerImpl]
>>>> > (Job-Executor-35:job-42) VM state transitted from :Starting to
>>>> Running with
>>>> > event: OperationSucceededvm's original host id: 5 new host id: 5 host
>>>> id
>>>> > before state transition: 5
>>>> > 2013-04-07 00:31:43,769 DEBUG [cloud.vm.VirtualMachineManagerImpl]
>>>> > (Job-Executor-35:job-42) Start completed for VM
>>>> > VM[User|c18ddf7c-fc61-40b0-af75-fdef05f8eae6]
>>>> > 2013-04-07 00:31:43,773 DEBUG
>>>> [network.security.SecurityGroupManagerImpl]
>>>> > (SecGrp-Worker-3:null) SecurityGroupManager v2: sending ruleset
>>>> update for
>>>> > vm i-2-12-VM:ingress num rules=0:egress num rules=0 num cidrs=0
>>>> > sig=d41d8cd98f00b204e9800998ecf8427e
>>>> > 2013-04-07 00:31:43,777 DEBUG [cloud.async.AsyncJobManagerImpl]
>>>> > (Job-Executor-35:job-42) Complete async job-42, jobStatus: 1,
>>>> resultCode:
>>>> > 0, result: org.apache.cloudstack.api.response.UserVmResponse@d9c5b6f
>>>> > 2013-04-07 00:31:43,782 DEBUG [cloud.async.AsyncJobManagerImpl]
>>>> > (Job-Executor-35:job-42) Done executing
>>>> > org.apache.cloudstack.api.command.user.vm.DeployVMCmd for job-42
>>>> > 2013-04-07 00:31:43,796 DEBUG [agent.transport.Request]
>>>> > (SecGrp-Worker-3:null) Seq 5-614334812: Sending  { Cmd , MgmtId: 1,
>>>> via: 5,
>>>> > Ver: v1, Flags: 100111,
>>>> >
>>>> [{"SecurityGroupRulesCmd":{"guestIp":"192.168.56.195","vmName":"i-2-12-VM","guestMac":"06:c8:0e:00:00:75","signature":"d41d8cd98f00b204e9800998ecf8427e","seqNum":1,"vmId":12,"msId":1,"ingressRuleSet":[],"egressRuleSet":[],"wait":0}}]
>>>> > }
>>>> > 2013-04-07 00:31:43,796 DEBUG [agent.transport.Request]
>>>> > (SecGrp-Worker-3:null) Seq 5-614334812: Executing:  { Cmd , MgmtId:
>>>> 1, via:
>>>> > 5, Ver: v1, Flags: 100111,
>>>> >
>>>> [{"SecurityGroupRulesCmd":{"guestIp":"192.168.56.195","vmName":"i-2-12-VM","guestMac":"06:c8:0e:00:00:75","signature":"d41d8cd98f00b204e9800998ecf8427e","seqNum":1,"vmId":12,"msId":1,"ingressRuleSet":[],"egressRuleSet":[],"wait":0}}]
>>>> > }
>>>> > 2013-04-07 00:31:43,796 DEBUG [agent.manager.DirectAgentAttache]
>>>> > (DirectAgent-77:null) Seq 5-614334812: Executing request
>>>> > 2013-04-07 00:31:44,109 DEBUG [cloud.api.ApiServlet]
>>>> > (1161145101@qtp-1008805148-33:null) ===START===  127.0.0.1 -- GET
>>>> >
>>>>  command=queryAsyncJobResult&jobId=f75d8ce8-1193-43bf-b171-f43d2534e6bc&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316304106
>>>> > 2013-04-07 00:31:44,122 DEBUG [cloud.async.AsyncJobManagerImpl]
>>>> > (1161145101@qtp-1008805148-33:null) Async job-42 completed
>>>> > 2013-04-07 00:31:44,131 DEBUG [cloud.api.ApiServlet]
>>>> > (1161145101@qtp-1008805148-33:null) ===END===  127.0.0.1 -- GET
>>>> >
>>>>  command=queryAsyncJobResult&jobId=f75d8ce8-1193-43bf-b171-f43d2534e6bc&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316304106
>>>> > 2013-04-07 00:31:44,351 INFO  [xen.resource.CitrixResourceBase]
>>>> > (DirectAgent-77:null) Programmed network rules for vm i-2-12-VM
>>>> > guestIp=192.168.56.195, ingress numrules=0, egress numrules=0
>>>> > 2013-04-07 00:31:44,351 DEBUG [agent.manager.DirectAgentAttache]
>>>> > (DirectAgent-77:null) Seq 5-614334812: Response Received:
>>>> > 2013-04-07 00:31:44,352 DEBUG [agent.transport.Request]
>>>> > (DirectAgent-77:null) Seq 5-614334812: Processing:  { Ans: , MgmtId:
>>>> 1,
>>>> > via: 5, Ver: v1, Flags: 110,
>>>> >
>>>> [{"SecurityGroupRuleAnswer":{"logSequenceNumber":1,"vmId":12,"reason":"NONE","result":true,"wait":0}}]
>>>> > }
>>>> > 2013-04-07 00:31:44,353 DEBUG [network.security.SecurityGroupListener]
>>>> > (DirectAgent-77:null) Successfully programmed rule
>>>> > com.cloud.agent.api.SecurityGroupRuleAnswer into host 5
>>>> > 2013-04-07 00:31:44,357 DEBUG [network.security.SecurityGroupListener]
>>>> > (DirectAgent-77:null) Successfully programmed rule
>>>> > com.cloud.agent.api.SecurityGroupRuleAnswer into host 5
>>>> > 2013-04-07 00:31:44,359 DEBUG [agent.manager.AgentAttache]
>>>> > (DirectAgent-77:null) Seq 5-614334812: No more commands found
>>>> > 2013-04-07 00:31:47,679 DEBUG [agent.manager.AgentManagerImpl]
>>>> > (AgentManager-Handler-10:null) Ping from 3
>>>> > 2013-04-07 00:31:50,451 DEBUG
>>>> > [storage.secondary.SecondaryStorageManagerImpl] (secstorage-1:null)
>>>> Zone 1
>>>> > is ready to launch secondary storage VM
>>>> > 2013-04-07 00:31:50,553 DEBUG
>>>> [cloud.consoleproxy.ConsoleProxyManagerImpl]
>>>> > (consoleproxy-1:null) Zone 1 is ready to launch console proxy
>>>> > 2013-04-07 00:31:50,819 DEBUG
>>>> > [network.router.VirtualNetworkApplianceManagerImpl]
>>>> > (RouterStatusMonitor-1:null) Found 0 routers to update status.
>>>> > 2013-04-07 00:31:50,820 DEBUG
>>>> > [network.router.VirtualNetworkApplianceManagerImpl]
>>>> > (RouterStatusMonitor-1:null) Found 0 networks to update RvR status.
>>>> > 2013-04-07 00:31:50,851 DEBUG
>>>> > [network.router.VirtualNetworkApplianceManagerImpl]
>>>> > (RouterStatusMonitor-1:null) Found 0 routers to update status.
>>>> > 2013-04-07 00:31:50,852 DEBUG
>>>> > [network.router.VirtualNetworkApplianceManagerImpl]
>>>> > (RouterStatusMonitor-1:null) Found 0 networks to update RvR status.
>>>> > 2013-04-07 00:31:51,459 INFO  [agent.manager.AgentMonitor]
>>>> > (Thread-11:null) Found the following agents behind on ping: [6, 5]
>>>> > 2013-04-07 00:31:51,460 DEBUG [cloud.host.Status] (Thread-11:null)
>>>> Ping
>>>> > timeout for host 6, do invstigation
>>>> > 2013-04-07 00:31:51,461 DEBUG [cloud.host.Status] (Thread-11:null)
>>>> Ping
>>>> > timeout for host 5, do invstigation
>>>> > 2013-04-07 00:31:51,462 INFO  [agent.manager.AgentManagerImpl]
>>>> > (AgentTaskPool-2:null) Investigating why host 6 has disconnected with
>>>> event
>>>> > PingTimeout
>>>> > 2013-04-07 00:31:51,462 DEBUG [agent.manager.AgentManagerImpl]
>>>> > (AgentTaskPool-2:null) checking if agent (6) is alive
>>>> > 2013-04-07 00:31:51,463 INFO  [agent.manager.AgentManagerImpl]
>>>> > (AgentTaskPool-14:null) Investigating why host 5 has disconnected with
>>>> > event PingTimeout
>>>> > 2013-04-07 00:31:51,463 DEBUG [agent.manager.AgentManagerImpl]
>>>> > (AgentTaskPool-14:null) checking if agent (5) is alive
>>>> > 2013-04-07 00:31:51,465 DEBUG [agent.transport.Request]
>>>> > (AgentTaskPool-2:null) Seq 6-324993304: Sending  { Cmd , MgmtId: 1,
>>>> via: 6,
>>>> > Ver: v1, Flags: 100011, [{"CheckHealthCommand":{"wait":50}}] }
>>>> > 2013-04-07 00:31:51,465 DEBUG [agent.transport.Request]
>>>> > (AgentTaskPool-2:null) Seq 6-324993304: Executing:  { Cmd , MgmtId:
>>>> 1, via:
>>>> > 6, Ver: v1, Flags: 100011, [{"CheckHealthCommand":{"wait":50}}] }
>>>> > 2013-04-07 00:31:51,465 DEBUG [agent.manager.DirectAgentAttache]
>>>> > (DirectAgent-151:null) Seq 6-324993304: Executing request
>>>> > 2013-04-07 00:31:51,466 DEBUG [agent.transport.Request]
>>>> > (AgentTaskPool-14:null) Seq 5-614334813: Sending  { Cmd , MgmtId: 1,
>>>> via:
>>>> > 5, Ver: v1, Flags: 100011, [{"CheckHealthCommand":{"wait":50}}] }
>>>> > 2013-04-07 00:31:51,467 DEBUG [agent.transport.Request]
>>>> > (AgentTaskPool-14:null) Seq 5-614334813: Executing:  { Cmd , MgmtId:
>>>> 1,
>>>> > via: 5, Ver: v1, Flags: 100011, [{"CheckHealthCommand":{"wait":50}}] }
>>>> > 2013-04-07 00:31:51,467 DEBUG [agent.manager.DirectAgentAttache]
>>>> > (DirectAgent-113:null) Seq 5-614334813: Executing request
>>>> > 2013-04-07 00:31:51,525 DEBUG [agent.manager.DirectAgentAttache]
>>>> > (DirectAgent-151:null) Seq 6-324993304: Response Received:
>>>> > 2013-04-07 00:31:51,525 DEBUG [agent.transport.Request]
>>>> > (DirectAgent-151:null) Seq 6-324993304: Processing:  { Ans: , MgmtId:
>>>> 1,
>>>> > via: 6, Ver: v1, Flags: 10,
>>>> > [{"CheckHealthAnswer":{"result":true,"details":"resource is
>>>> > alive","wait":0}}] }
>>>> > 2013-04-07 00:31:51,526 DEBUG [agent.transport.Request]
>>>> > (AgentTaskPool-2:null) Seq 6-324993304: Received:  { Ans: , MgmtId:
>>>> 1, via:
>>>> > 6, Ver: v1, Flags: 10, { CheckHealthAnswer } }
>>>> > 2013-04-07 00:31:51,526 DEBUG [agent.manager.AgentManagerImpl]
>>>> > (AgentTaskPool-2:null) Details from executing class
>>>> > com.cloud.agent.api.CheckHealthCommand: resource is alive
>>>> > 2013-04-07 00:31:51,526 DEBUG [agent.manager.AgentManagerImpl]
>>>> > (AgentTaskPool-2:null) agent (6) responded to checkHeathCommand,
>>>> reporting
>>>> > that agent is Up
>>>> > 2013-04-07 00:31:51,526 INFO  [agent.manager.AgentManagerImpl]
>>>> > (AgentTaskPool-2:null) The state determined is Up
>>>> > 2013-04-07 00:31:51,526 INFO  [agent.manager.AgentManagerImpl]
>>>> > (AgentTaskPool-2:null) Agent is determined to be up and running
>>>> > 2013-04-07 00:31:51,526 DEBUG [cloud.host.Status]
>>>> (AgentTaskPool-2:null)
>>>> > Transition:[Resource state = Enabled, Agent event = Ping, Host id =
>>>> 6, name
>>>> > = Tut-XenServer]
>>>> > 2013-04-07 00:31:51,529 DEBUG [agent.manager.DirectAgentAttache]
>>>> > (DirectAgent-113:null) Seq 5-614334813: Response Received:
>>>> > 2013-04-07 00:31:51,529 DEBUG [agent.transport.Request]
>>>> > (DirectAgent-113:null) Seq 5-614334813: Processing:  { Ans: , MgmtId:
>>>> 1,
>>>> > via: 5, Ver: v1, Flags: 10,
>>>> > [{"CheckHealthAnswer":{"result":true,"details":"resource is
>>>> > alive","wait":0}}] }
>>>> > 2013-04-07 00:31:51,529 DEBUG [agent.transport.Request]
>>>> > (AgentTaskPool-14:null) Seq 5-614334813: Received:  { Ans: , MgmtId:
>>>> 1,
>>>> > via: 5, Ver: v1, Flags: 10, { CheckHealthAnswer } }
>>>> > 2013-04-07 00:31:51,529 DEBUG [agent.manager.AgentManagerImpl]
>>>> > (AgentTaskPool-14:null) Details from executing class
>>>> > com.cloud.agent.api.CheckHealthCommand: resource is alive
>>>> > 2013-04-07 00:31:51,529 DEBUG [agent.manager.AgentManagerImpl]
>>>> > (AgentTaskPool-14:null) agent (5) responded to checkHeathCommand,
>>>> reporting
>>>> > that agent is Up
>>>> > 2013-04-07 00:31:51,529 INFO  [agent.manager.AgentManagerImpl]
>>>> > (AgentTaskPool-14:null) The state determined is Up
>>>> > 2013-04-07 00:31:51,529 INFO  [agent.manager.AgentManagerImpl]
>>>> > (AgentTaskPool-14:null) Agent is determined to be up and running
>>>> > 2013-04-07 00:31:51,530 DEBUG [cloud.host.Status]
>>>> (AgentTaskPool-2:null)
>>>> > Agent status update: [id = 6; name = Tut-XenServer; old status = Up;
>>>> event
>>>> > = Ping; new status = Up; old update count = 308; new update count =
>>>> 309]
>>>> > 2013-04-07 00:31:51,530 DEBUG [cloud.host.Status]
>>>> (AgentTaskPool-14:null)
>>>> > Transition:[Resource state = Enabled, Agent event = Ping, Host id =
>>>> 5, name
>>>> > = Tut-XenServer2]
>>>> > 2013-04-07 00:31:51,533 DEBUG [cloud.host.Status]
>>>> (AgentTaskPool-14:null)
>>>> > Agent status update: [id = 5; name = Tut-XenServer2; old status = Up;
>>>> event
>>>> > = Ping; new status = Up; old update count = 145; new update count =
>>>> 146]
>>>> > 2013-04-07 00:31:58,908 DEBUG [cloud.api.ApiServlet]
>>>> > (1161145101@qtp-1008805148-33:null) ===START===  127.0.0.1 -- GET
>>>> >
>>>>  command=listVirtualMachines&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&listAll=true&page=1&pagesize=20&_=1365316318906
>>>> > 2013-04-07 00:31:58,925 DEBUG [cloud.api.ApiServlet]
>>>> > (1161145101@qtp-1008805148-33:null) ===END===  127.0.0.1 -- GET
>>>> >
>>>>  command=listVirtualMachines&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&listAll=true&page=1&pagesize=20&_=1365316318906
>>>> > 2013-04-07 00:32:00,065 DEBUG [cloud.api.ApiServlet]
>>>> > (1161145101@qtp-1008805148-33:null) ===START===  127.0.0.1 -- GET
>>>> >
>>>>  command=listVolumes&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&listAll=true&page=1&pagesize=20&_=1365316320063
>>>> > 2013-04-07 00:32:00,079 DEBUG [cloud.api.ApiServlet]
>>>> > (1161145101@qtp-1008805148-33:null) ===END===  127.0.0.1 -- GET
>>>> >
>>>>  command=listVolumes&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&listAll=true&page=1&pagesize=20&_=1365316320063
>>>> > 2013-04-07 00:32:02,019 DEBUG [cloud.api.ApiServlet]
>>>> > (1161145101@qtp-1008805148-33:null) ===START===  127.0.0.1 -- GET
>>>> >
>>>>  command=listVirtualMachines&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&listAll=true&page=1&pagesize=20&_=1365316322017
>>>> > 2013-04-07 00:32:02,034 DEBUG [cloud.api.ApiServlet]
>>>> > (1161145101@qtp-1008805148-33:null) ===END===  127.0.0.1 -- GET
>>>> >
>>>>  command=listVirtualMachines&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&listAll=true&page=1&pagesize=20&_=1365316322017
>>>> > 2013-04-07 00:32:03,004 DEBUG [cloud.api.ApiServlet]
>>>> > (1161145101@qtp-1008805148-33:null) ===START===  127.0.0.1 -- GET
>>>> >
>>>>  command=listVolumes&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&listAll=true&page=1&pagesize=20&_=1365316323002
>>>> > 2013-04-07 00:32:03,019 DEBUG [cloud.api.ApiServlet]
>>>> > (1161145101@qtp-1008805148-33:null) ===END===  127.0.0.1 -- GET
>>>> >
>>>>  command=listVolumes&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&listAll=true&page=1&pagesize=20&_=1365316323002
>>>> > 2013-04-07 00:32:04,060 DEBUG [cloud.api.ApiServlet]
>>>> > (1161145101@qtp-1008805148-33:null) ===START===  127.0.0.1 -- GET
>>>> >
>>>>  command=listVirtualMachines&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&listAll=true&page=1&pagesize=20&_=1365316324057
>>>> > 2013-04-07 00:32:04,076 DEBUG [cloud.api.ApiServlet]
>>>> > (1161145101@qtp-1008805148-33:null) ===END===  127.0.0.1 -- GET
>>>> >
>>>>  command=listVirtualMachines&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&listAll=true&page=1&pagesize=20&_=1365316324057
>>>> > 2013-04-07 00:32:04,815 DEBUG [agent.manager.DirectAgentAttache]
>>>> > (DirectAgent-240:null) Ping from 6
>>>> > 2013-04-07 00:32:06,151 DEBUG [agent.manager.DirectAgentAttache]
>>>> > (DirectAgent-401:null) Ping from 5
>>>> > 2013-04-07 00:32:06,571 DEBUG [cloud.api.ApiServlet]
>>>> > (1161145101@qtp-1008805148-33:null) ===START===  127.0.0.1 -- GET
>>>> >
>>>>  command=listZones&available=true&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316326569
>>>> > 2013-04-07 00:32:06,578 DEBUG [cloud.api.ApiServlet]
>>>> > (1161145101@qtp-1008805148-33:null) ===END===  127.0.0.1 -- GET
>>>> >
>>>>  command=listZones&available=true&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316326569
>>>> > 2013-04-07 00:32:06,909 DEBUG [agent.manager.DirectAgentAttache]
>>>> > (DirectAgent-334:null) Seq 6-324993028: Executing request
>>>> > 2013-04-07 00:32:07,152 DEBUG [agent.manager.DirectAgentAttache]
>>>> > (DirectAgent-334:null) Seq 6-324993028: Response Received:
>>>> > 2013-04-07 00:32:07,152 DEBUG [agent.transport.Request]
>>>> > (DirectAgent-334:null) Seq 6-324993028: Processing:  { Ans: , MgmtId:
>>>> 1,
>>>> > via: 6, Ver: v1, Flags: 10,
>>>> >
>>>> [{"ClusterSyncAnswer":{"_clusterId":2,"_newStates":{},"_isExecuted":false,"result":true,"wait":0}}]
>>>> > }
>>>> > 2013-04-07 00:32:08,422 DEBUG [cloud.api.ApiServlet]
>>>> > (1161145101@qtp-1008805148-33:null) ===START===  127.0.0.1 -- GET
>>>> >
>>>>  command=listHypervisors&zoneid=3a62dec3-cf95-4ba2-9af0-af2190af35e3&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316328420
>>>> > 2013-04-07 00:32:08,431 DEBUG [cloud.api.ApiServlet]
>>>> > (1161145101@qtp-1008805148-33:null) ===END===  127.0.0.1 -- GET
>>>> >
>>>>  command=listHypervisors&zoneid=3a62dec3-cf95-4ba2-9af0-af2190af35e3&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316328420
>>>> > 2013-04-07 00:32:08,434 DEBUG [cloud.api.ApiServlet]
>>>> > (1161145101@qtp-1008805148-33:null) ===START===  127.0.0.1 -- GET
>>>> >
>>>>  command=listTemplates&templatefilter=featured&zoneid=3a62dec3-cf95-4ba2-9af0-af2190af35e3&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316328432
>>>> > 2013-04-07 00:32:08,461 DEBUG [cloud.api.ApiServlet]
>>>> > (1161145101@qtp-1008805148-33:null) ===END===  127.0.0.1 -- GET
>>>> >
>>>>  command=listTemplates&templatefilter=featured&zoneid=3a62dec3-cf95-4ba2-9af0-af2190af35e3&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316328432
>>>> > 2013-04-07 00:32:08,464 DEBUG [cloud.api.ApiServlet]
>>>> > (1161145101@qtp-1008805148-33:null) ===START===  127.0.0.1 -- GET
>>>> >
>>>>  command=listTemplates&templatefilter=community&zoneid=3a62dec3-cf95-4ba2-9af0-af2190af35e3&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316328462
>>>> > 2013-04-07 00:32:08,492 DEBUG [cloud.api.ApiServlet]
>>>> > (1161145101@qtp-1008805148-33:null) ===END===  127.0.0.1 -- GET
>>>> >
>>>>  command=listTemplates&templatefilter=community&zoneid=3a62dec3-cf95-4ba2-9af0-af2190af35e3&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316328462
>>>> > 2013-04-07 00:32:08,495 DEBUG [cloud.api.ApiServlet]
>>>> > (1161145101@qtp-1008805148-33:null) ===START===  127.0.0.1 -- GET
>>>> >
>>>>  command=listTemplates&templatefilter=selfexecutable&zoneid=3a62dec3-cf95-4ba2-9af0-af2190af35e3&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316328493
>>>> > 2013-04-07 00:32:08,508 DEBUG [cloud.api.ApiServlet]
>>>> > (1161145101@qtp-1008805148-33:null) ===END===  127.0.0.1 -- GET
>>>> >
>>>>  command=listTemplates&templatefilter=selfexecutable&zoneid=3a62dec3-cf95-4ba2-9af0-af2190af35e3&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316328493
>>>> > 2013-04-07 00:32:09,476 DEBUG [cloud.api.ApiServlet]
>>>> > (1161145101@qtp-1008805148-33:null) ===START===  127.0.0.1 -- GET
>>>> >
>>>>  command=listServiceOfferings&issystem=false&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316329474
>>>> > 2013-04-07 00:32:09,489 DEBUG [cloud.api.ApiServlet]
>>>> > (1161145101@qtp-1008805148-33:null) ===END===  127.0.0.1 -- GET
>>>> >
>>>>  command=listServiceOfferings&issystem=false&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316329474
>>>> > 2013-04-07 00:32:11,022 DEBUG [agent.manager.DirectAgentAttache]
>>>> > (DirectAgent-161:null) Seq 5-614334468: Executing request
>>>> > 2013-04-07 00:32:11,174 DEBUG [agent.manager.DirectAgentAttache]
>>>> > (DirectAgent-161:null) Seq 5-614334468: Response Received:
>>>> > 2013-04-07 00:32:11,174 DEBUG [agent.transport.Request]
>>>> > (DirectAgent-161:null) Seq 5-614334468: Processing:  { Ans: , MgmtId:
>>>> 1,
>>>> > via: 5, Ver: v1, Flags: 10, [{"Answer":{"result":true,"wait":0}}] }
>>>> > 2013-04-07 00:32:13,261 DEBUG [cloud.api.ApiServlet]
>>>> > (1161145101@qtp-1008805148-33:null) ===START===  127.0.0.1 -- GET
>>>> >
>>>>  command=listDiskOfferings&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316333259
>>>> > 2013-04-07 00:32:13,272 DEBUG [cloud.api.ApiServlet]
>>>> > (1161145101@qtp-1008805148-33:null) ===END===  127.0.0.1 -- GET
>>>> >
>>>>  command=listDiskOfferings&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316333259
>>>> > 2013-04-07 00:32:14,028 DEBUG [cloud.api.ApiServlet]
>>>> > (1161145101@qtp-1008805148-33:null) ===START===  127.0.0.1 -- GET
>>>> >
>>>>  command=listNetworks&trafficType=Guest&zoneId=3a62dec3-cf95-4ba2-9af0-af2190af35e3&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316334026
>>>> > 2013-04-07 00:32:14,053 DEBUG [cloud.api.ApiServlet]
>>>> > (1161145101@qtp-1008805148-33:null) ===END===  127.0.0.1 -- GET
>>>> >
>>>>  command=listNetworks&trafficType=Guest&zoneId=3a62dec3-cf95-4ba2-9af0-af2190af35e3&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316334026
>>>> > 2013-04-07 00:32:14,056 DEBUG [cloud.api.ApiServlet]
>>>> > (1161145101@qtp-1008805148-33:null) ===START===  127.0.0.1 -- GET
>>>> >
>>>>  command=listSecurityGroups&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&domainid=e4ec5ddc-9e1c-11e2-a770-6e70e42a2333&account=admin&_=1365316334054
>>>> > 2013-04-07 00:32:14,062 DEBUG [cloud.user.AccountManagerImpl]
>>>> > (1161145101@qtp-1008805148-33:null) Access granted to Acct[2-admin]
>>>> to
>>>> > Domain:1/ by DomainChecker
>>>> > 2013-04-07 00:32:14,068 DEBUG [cloud.api.ApiServlet]
>>>> > (1161145101@qtp-1008805148-33:null) ===END===  127.0.0.1 -- GET
>>>> >
>>>>  command=listSecurityGroups&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&domainid=e4ec5ddc-9e1c-11e2-a770-6e70e42a2333&account=admin&_=1365316334054
>>>> > 2013-04-07 00:32:15,282 DEBUG [cloud.api.ApiServlet]
>>>> > (1161145101@qtp-1008805148-33:null) ===START===  127.0.0.1 -- GET
>>>> >
>>>>  command=deployVirtualMachine&zoneId=3a62dec3-cf95-4ba2-9af0-af2190af35e3&templateId=e4a7df4a-9e1c-11e2-a770-6e70e42a2333&hypervisor=XenServer&serviceOfferingId=425cf3cf-4bc4-4e53-82a0-ba6c20dd3688&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316335280
>>>> > 2013-04-07 00:32:15,290 DEBUG [cloud.api.ApiDispatcher]
>>>> > (1161145101@qtp-1008805148-33:null) InfrastructureEntity name
>>>> > is:com.cloud.offering.ServiceOffering
>>>> > 2013-04-07 00:32:15,292 DEBUG [cloud.api.ApiDispatcher]
>>>> > (1161145101@qtp-1008805148-33:null) ControlledEntity name
>>>> > is:com.cloud.template.VirtualMachineTemplate
>>>> > 2013-04-07 00:32:15,316 DEBUG [cloud.vm.UserVmManagerImpl]
>>>> > (1161145101@qtp-1008805148-33:null) Allocating in the DB for vm
>>>> > 2013-04-07 00:32:15,327 DEBUG [cloud.vm.VirtualMachineManagerImpl]
>>>> > (1161145101@qtp-1008805148-33:null) Allocating entries for VM:
>>>> > VM[User|94ddc16f-04fc-4da1-8326-01d8d5cdeb44]
>>>> > 2013-04-07 00:32:15,327 DEBUG [cloud.vm.VirtualMachineManagerImpl]
>>>> > (1161145101@qtp-1008805148-33:null) Allocating nics for
>>>> > VM[User|94ddc16f-04fc-4da1-8326-01d8d5cdeb44]
>>>> > 2013-04-07 00:32:15,328 DEBUG [cloud.network.NetworkManagerImpl]
>>>> > (1161145101@qtp-1008805148-33:null) Allocating nic for vm
>>>> > VM[User|94ddc16f-04fc-4da1-8326-01d8d5cdeb44] in network
>>>> Ntwk[204|Guest|6]
>>>> > with requested profile NicProfile[0-0-null-null-null
>>>> > 2013-04-07 00:32:15,335 DEBUG [cloud.vm.VirtualMachineManagerImpl]
>>>> > (1161145101@qtp-1008805148-33:null) Allocaing disks for
>>>> > VM[User|94ddc16f-04fc-4da1-8326-01d8d5cdeb44]
>>>> > 2013-04-07 00:32:15,342 DEBUG [cloud.vm.VirtualMachineManagerImpl]
>>>> > (1161145101@qtp-1008805148-33:null) Allocation completed for VM:
>>>> > VM[User|94ddc16f-04fc-4da1-8326-01d8d5cdeb44]
>>>> > 2013-04-07 00:32:15,342 DEBUG [cloud.vm.UserVmManagerImpl]
>>>> > (1161145101@qtp-1008805148-33:null) Successfully allocated DB entry
>>>> for
>>>> > VM[User|94ddc16f-04fc-4da1-8326-01d8d5cdeb44]
>>>> > 2013-04-07 00:32:15,374 DEBUG [cloud.async.AsyncJobManagerImpl]
>>>> > (1161145101@qtp-1008805148-33:null) submit async job-43, details:
>>>> > AsyncJobVO {id:43, userId: 2, accountId: 2, sessionKey: null,
>>>> instanceType:
>>>> > null, instanceId: 13, cmd:
>>>> > org.apache.cloudstack.api.command.user.vm.DeployVMCmd, cmdOriginator:
>>>> null,
>>>> > cmdInfo:
>>>> >
>>>> {"id":"13","templateId":"e4a7df4a-9e1c-11e2-a770-6e70e42a2333","response":"json","sessionkey":"Z6QqzU0Fq1iT13bMgnRRfl8GoVA\u003d","ctxUserId":"2","hypervisor":"XenServer","serviceOfferingId":"425cf3cf-4bc4-4e53-82a0-ba6c20dd3688","_":"1365316335280","ctxAccountId":"2","ctxStartEventId":"48","zoneId":"3a62dec3-cf95-4ba2-9af0-af2190af35e3"},
>>>> > cmdVersion: 0, callbackType: 0, callbackAddress: null, status: 0,
>>>> > processStatus: 0, resultCode: 0, result: null, initMsid: 1,
>>>> completeMsid:
>>>> > null, lastUpdated: null, lastPolled: null, created: null}
>>>> > 2013-04-07 00:32:15,375 DEBUG [cloud.async.AsyncJobManagerImpl]
>>>> > (Job-Executor-36:job-43) Executing
>>>> > org.apache.cloudstack.api.command.user.vm.DeployVMCmd for job-43
>>>> > 2013-04-07 00:32:15,376 DEBUG [cloud.api.ApiServlet]
>>>> > (1161145101@qtp-1008805148-33:null) ===END===  127.0.0.1 -- GET
>>>> >
>>>>  command=deployVirtualMachine&zoneId=3a62dec3-cf95-4ba2-9af0-af2190af35e3&templateId=e4a7df4a-9e1c-11e2-a770-6e70e42a2333&hypervisor=XenServer&serviceOfferingId=425cf3cf-4bc4-4e53-82a0-ba6c20dd3688&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316335280
>>>> > 2013-04-07 00:32:15,380 DEBUG [cloud.api.ApiDispatcher]
>>>> > (Job-Executor-36:job-43) InfrastructureEntity name
>>>> > is:com.cloud.offering.ServiceOffering
>>>> > 2013-04-07 00:32:15,383 DEBUG [cloud.api.ApiDispatcher]
>>>> > (Job-Executor-36:job-43) ControlledEntity name
>>>> > is:com.cloud.template.VirtualMachineTemplate
>>>> > 2013-04-07 00:32:15,425 DEBUG [cloud.deploy.FirstFitPlanner]
>>>> > (Job-Executor-36:job-43) DeploymentPlanner allocation algorithm:
>>>> random
>>>> > 2013-04-07 00:32:15,425 DEBUG [cloud.deploy.FirstFitPlanner]
>>>> > (Job-Executor-36:job-43) Trying to allocate a host and storage pools
>>>> from
>>>> > dc:1, pod:null,cluster:null, requested cpu: 100, requested ram:
>>>> 1073741824
>>>> > 2013-04-07 00:32:15,425 DEBUG [cloud.deploy.FirstFitPlanner]
>>>> > (Job-Executor-36:job-43) Is ROOT volume READY (pool already
>>>> allocated)?: No
>>>> > 2013-04-07 00:32:15,425 DEBUG [cloud.deploy.FirstFitPlanner]
>>>> > (Job-Executor-36:job-43) Searching all possible resources under this
>>>> Zone: 1
>>>> > 2013-04-07 00:32:15,427 DEBUG [cloud.deploy.FirstFitPlanner]
>>>> > (Job-Executor-36:job-43) Listing clusters in order of aggregate
>>>> capacity,
>>>> > that have (atleast one host with) enough CPU and RAM capacity under
>>>> this
>>>> > Zone: 1
>>>> > 2013-04-07 00:32:15,428 DEBUG [cloud.deploy.FirstFitPlanner]
>>>> > (Job-Executor-36:job-43) CPUOverprovisioningFactor considered: 1.0
>>>> > 2013-04-07 00:32:15,442 DEBUG [cloud.deploy.FirstFitPlanner]
>>>> > (Job-Executor-36:job-43) Cannot allocate cluster list [1] for vm
>>>> creation
>>>> > since their allocated percentage crosses the disable capacity
>>>> threshold:
>>>> > 0.85 for capacity Type : 0, skipping these clusters
>>>> > 2013-04-07 00:32:15,444 DEBUG [cloud.deploy.FirstFitPlanner]
>>>> > (Job-Executor-36:job-43) Checking resources in Cluster: 2 under Pod: 1
>>>> > 2013-04-07 00:32:15,444 DEBUG [allocator.impl.RandomAllocator]
>>>> > (Job-Executor-36:job-43) Looking for hosts in dc: 1  pod:1  cluster:2
>>>> > 2013-04-07 00:32:15,447 DEBUG [allocator.impl.RandomAllocator]
>>>> > (Job-Executor-36:job-43) Random Allocator found 2  hosts
>>>> > 2013-04-07 00:32:15,447 DEBUG [allocator.impl.RandomAllocator]
>>>> > (Job-Executor-36:job-43) Random Host Allocator returning 2 suitable
>>>> hosts
>>>> > 2013-04-07 00:32:15,448 DEBUG [cloud.deploy.FirstFitPlanner]
>>>> > (Job-Executor-36:job-43) Checking suitable pools for volume (Id,
>>>> Type):
>>>> > (13,ROOT)
>>>> > 2013-04-07 00:32:15,448 DEBUG [cloud.deploy.FirstFitPlanner]
>>>> > (Job-Executor-36:job-43) We need to allocate new storagepool for this
>>>> volume
>>>> > 2013-04-07 00:32:15,451 DEBUG [cloud.deploy.FirstFitPlanner]
>>>> > (Job-Executor-36:job-43) Calling StoragePoolAllocators to find
>>>> suitable
>>>> > pools
>>>> > 2013-04-07 00:32:15,455 DEBUG
>>>> > [storage.allocator.RandomStoragePoolAllocator]
>>>> (Job-Executor-36:job-43)
>>>> > Looking for pools in dc: 1  pod:1  cluster:2
>>>> > 2013-04-07 00:32:15,457 DEBUG
>>>> > [storage.allocator.RandomStoragePoolAllocator]
>>>> (Job-Executor-36:job-43)
>>>> > RandomStoragePoolAllocator has 5 pools to check for allocation
>>>> > 2013-04-07 00:32:15,458 DEBUG
>>>> > [storage.allocator.AbstractStoragePoolAllocator]
>>>> (Job-Executor-36:job-43)
>>>> > Checking if storage pool is suitable, name: Tut-XenServer2 Local
>>>> Storage
>>>> > ,poolId: 201
>>>> > 2013-04-07 00:32:15,458 DEBUG
>>>> > [storage.allocator.AbstractStoragePoolAllocator]
>>>> (Job-Executor-36:job-43)
>>>> > Is localStorageAllocationNeeded? false
>>>> > 2013-04-07 00:32:15,458 DEBUG
>>>> > [storage.allocator.AbstractStoragePoolAllocator]
>>>> (Job-Executor-36:job-43)
>>>> > Is storage pool shared? false
>>>> > 2013-04-07 00:32:15,458 DEBUG
>>>> > [storage.allocator.AbstractStoragePoolAllocator]
>>>> (Job-Executor-36:job-43)
>>>> > StoragePool is not of correct type, skipping this pool
>>>> > 2013-04-07 00:32:15,458 DEBUG
>>>> > [storage.allocator.AbstractStoragePoolAllocator]
>>>> (Job-Executor-36:job-43)
>>>> > Checking if storage pool is suitable, name: iSCSI_SR_3 ,poolId: 257
>>>> > 2013-04-07 00:32:15,458 DEBUG
>>>> > [storage.allocator.AbstractStoragePoolAllocator]
>>>> (Job-Executor-36:job-43)
>>>> > Is localStorageAllocationNeeded? false
>>>> > 2013-04-07 00:32:15,458 DEBUG
>>>> > [storage.allocator.AbstractStoragePoolAllocator]
>>>> (Job-Executor-36:job-43)
>>>> > Is storage pool shared? true
>>>> > 2013-04-07 00:32:15,467 DEBUG [cloud.storage.StorageManagerImpl]
>>>> > (Job-Executor-36:job-43) Checking pool: 257 for volume allocation
>>>> > [Vol[13|vm=13|ROOT]], maxSize : 2084569088, totalAllocatedSize :
>>>> 106954752,
>>>> > askingSize : 52428800, allocated disable threshold: 0.85
>>>> > 2013-04-07 00:32:15,467 DEBUG
>>>> > [storage.allocator.AbstractStoragePoolAllocator]
>>>> (Job-Executor-36:job-43)
>>>> > Checking if storage pool is suitable, name: iSCSI_SR_4 ,poolId: 262
>>>> > 2013-04-07 00:32:15,467 DEBUG
>>>> > [storage.allocator.AbstractStoragePoolAllocator]
>>>> (Job-Executor-36:job-43)
>>>> > Is localStorageAllocationNeeded? false
>>>> > 2013-04-07 00:32:15,467 DEBUG
>>>> > [storage.allocator.AbstractStoragePoolAllocator]
>>>> (Job-Executor-36:job-43)
>>>> > Is storage pool shared? true
>>>> > 2013-04-07 00:32:15,479 DEBUG [cloud.storage.StorageManagerImpl]
>>>> > (Job-Executor-36:job-43) Checking pool: 262 for volume allocation
>>>> > [Vol[13|vm=13|ROOT]], maxSize : 2084569088, totalAllocatedSize :
>>>> 54525952,
>>>> > askingSize : 52428800, allocated disable threshold: 0.85
>>>> > 2013-04-07 00:32:15,479 DEBUG
>>>> > [storage.allocator.AbstractStoragePoolAllocator]
>>>> (Job-Executor-36:job-43)
>>>> > Checking if storage pool is suitable, name: Tut-XenServer Local
>>>> Storage
>>>> > ,poolId: 202
>>>> > 2013-04-07 00:32:15,479 DEBUG
>>>> > [storage.allocator.AbstractStoragePoolAllocator]
>>>> (Job-Executor-36:job-43)
>>>> > Is localStorageAllocationNeeded? false
>>>> > 2013-04-07 00:32:15,479 DEBUG
>>>> > [storage.allocator.AbstractStoragePoolAllocator]
>>>> (Job-Executor-36:job-43)
>>>> > Is storage pool shared? false
>>>> > 2013-04-07 00:32:15,479 DEBUG
>>>> > [storage.allocator.AbstractStoragePoolAllocator]
>>>> (Job-Executor-36:job-43)
>>>> > StoragePool is not of correct type, skipping this pool
>>>> > 2013-04-07 00:32:15,479 DEBUG
>>>> > [storage.allocator.AbstractStoragePoolAllocator]
>>>> (Job-Executor-36:job-43)
>>>> > Checking if storage pool is suitable, name: iSCSI_SR_2 ,poolId: 256
>>>> > 2013-04-07 00:32:15,479 DEBUG
>>>> > [storage.allocator.AbstractStoragePoolAllocator]
>>>> (Job-Executor-36:job-43)
>>>> > Is localStorageAllocationNeeded? false
>>>> > 2013-04-07 00:32:15,479 DEBUG
>>>> > [storage.allocator.AbstractStoragePoolAllocator]
>>>> (Job-Executor-36:job-43)
>>>> > Is storage pool shared? true
>>>> > 2013-04-07 00:32:15,489 DEBUG [cloud.storage.StorageManagerImpl]
>>>> > (Job-Executor-36:job-43) Checking pool: 256 for volume allocation
>>>> > [Vol[13|vm=13|ROOT]], maxSize : 2084569088, totalAllocatedSize :
>>>> 54525952,
>>>> > askingSize : 52428800, allocated disable threshold: 0.85
>>>> > 2013-04-07 00:32:15,489 DEBUG
>>>> > [storage.allocator.RandomStoragePoolAllocator]
>>>> (Job-Executor-36:job-43)
>>>> > RandomStoragePoolAllocator returning 3 suitable storage pools
>>>> > 2013-04-07 00:32:15,489 DEBUG [cloud.deploy.FirstFitPlanner]
>>>> > (Job-Executor-36:job-43) Trying to find a potenial host and associated
>>>> > storage pools from the suitable host/pool lists for this VM
>>>> > 2013-04-07 00:32:15,489 DEBUG [cloud.deploy.FirstFitPlanner]
>>>> > (Job-Executor-36:job-43) Checking if host: 6 can access any suitable
>>>> > storage pool for volume: ROOT
>>>> > 2013-04-07 00:32:15,492 DEBUG [cloud.deploy.FirstFitPlanner]
>>>> > (Job-Executor-36:job-43) Host: 6 can access pool: 257
>>>> > 2013-04-07 00:32:15,492 DEBUG [cloud.deploy.FirstFitPlanner]
>>>> > (Job-Executor-36:job-43) Found a potential host id: 6 name:
>>>> Tut-XenServer
>>>> > and associated storage pools for this VM
>>>> > 2013-04-07 00:32:15,494 DEBUG [cloud.deploy.FirstFitPlanner]
>>>> > (Job-Executor-36:job-43) Returning Deployment Destination:
>>>> >
>>>> Dest[Zone(Id)-Pod(Id)-Cluster(Id)-Host(Id)-Storage(Volume(Id|Type-->Pool(Id))]
>>>> > :
>>>> >
>>>> Dest[Zone(1)-Pod(1)-Cluster(2)-Host(6)-Storage(Volume(13|ROOT-->Pool(257))]
>>>> > 2013-04-07 00:32:15,514 DEBUG [cloud.capacity.CapacityManagerImpl]
>>>> > (Job-Executor-36:job-43) VM state transitted from :Stopped to
>>>> Starting with
>>>> > event: StartRequestedvm's original host id: null new host id: null
>>>> host id
>>>> > before state transition: null
>>>> > 2013-04-07 00:32:15,514 DEBUG [cloud.vm.VirtualMachineManagerImpl]
>>>> > (Job-Executor-36:job-43) Successfully transitioned to start state for
>>>> > VM[User|94ddc16f-04fc-4da1-8326-01d8d5cdeb44] reservation id =
>>>> > a8349669-6ff2-443f-88d3-c5d69100df3a
>>>> > 2013-04-07 00:32:15,518 DEBUG [cloud.vm.VirtualMachineManagerImpl]
>>>> > (Job-Executor-36:job-43) Trying to deploy VM, vm has dcId: 1 and
>>>> podId: null
>>>> > 2013-04-07 00:32:15,518 DEBUG [cloud.vm.VirtualMachineManagerImpl]
>>>> > (Job-Executor-36:job-43) advanceStart: DeploymentPlan is provided,
>>>> using
>>>> > dcId:1, podId: 1, clusterId: 2, hostId: 6, poolId: 257
>>>> > 2013-04-07 00:32:15,518 DEBUG [cloud.vm.VirtualMachineManagerImpl]
>>>> > (Job-Executor-36:job-43) Deploy avoids pods: null, clusters: null,
>>>> hosts:
>>>> > null
>>>> > 2013-04-07 00:32:15,521 DEBUG [cloud.deploy.FirstFitPlanner]
>>>> > (Job-Executor-36:job-43) DeploymentPlanner allocation algorithm:
>>>> random
>>>> > 2013-04-07 00:32:15,521 DEBUG [cloud.deploy.FirstFitPlanner]
>>>> > (Job-Executor-36:job-43) Trying to allocate a host and storage pools
>>>> from
>>>> > dc:1, pod:1,cluster:2, requested cpu: 100, requested ram: 1073741824
>>>> > 2013-04-07 00:32:15,522 DEBUG [cloud.deploy.FirstFitPlanner]
>>>> > (Job-Executor-36:job-43) Is ROOT volume READY (pool already
>>>> allocated)?: Yes
>>>> > 2013-04-07 00:32:15,522 DEBUG [cloud.deploy.FirstFitPlanner]
>>>> > (Job-Executor-36:job-43) DeploymentPlan has host_id specified, making
>>>> no
>>>> > checks on this host, looks like admin test: 6
>>>> > 2013-04-07 00:32:15,523 DEBUG [cloud.deploy.FirstFitPlanner]
>>>> > (Job-Executor-36:job-43) Looking for suitable pools for this host
>>>> under
>>>> > zone: 1, pod: 1, cluster: 2
>>>> > 2013-04-07 00:32:15,525 DEBUG [cloud.deploy.FirstFitPlanner]
>>>> > (Job-Executor-36:job-43) Checking suitable pools for volume (Id,
>>>> Type):
>>>> > (13,ROOT)
>>>> > 2013-04-07 00:32:15,525 DEBUG [cloud.deploy.FirstFitPlanner]
>>>> > (Job-Executor-36:job-43) Volume has pool already allocated, checking
>>>> if
>>>> > pool can be reused, poolId: null
>>>> > 2013-04-07 00:32:15,527 DEBUG [cloud.deploy.FirstFitPlanner]
>>>> > (Job-Executor-36:job-43) Planner need not allocate a pool for this
>>>> volume
>>>> > since its READY
>>>> > 2013-04-07 00:32:15,527 DEBUG [cloud.deploy.FirstFitPlanner]
>>>> > (Job-Executor-36:job-43) Trying to find a potenial host and associated
>>>> > storage pools from the suitable host/pool lists for this VM
>>>> > 2013-04-07 00:32:15,527 DEBUG [cloud.deploy.FirstFitPlanner]
>>>> > (Job-Executor-36:job-43) Checking if host: 6 can access any suitable
>>>> > storage pool for volume: ROOT
>>>> > 2013-04-07 00:32:15,529 DEBUG [cloud.deploy.FirstFitPlanner]
>>>> > (Job-Executor-36:job-43) Host: 6 can access pool: 257
>>>> > 2013-04-07 00:32:15,529 DEBUG [cloud.deploy.FirstFitPlanner]
>>>> > (Job-Executor-36:job-43) Found a potential host id: 6 name:
>>>> Tut-XenServer
>>>> > and associated storage pools for this VM
>>>> > 2013-04-07 00:32:15,530 DEBUG [cloud.deploy.FirstFitPlanner]
>>>> > (Job-Executor-36:job-43) Returning Deployment Destination:
>>>> >
>>>> Dest[Zone(Id)-Pod(Id)-Cluster(Id)-Host(Id)-Storage(Volume(Id|Type-->Pool(Id))]
>>>> > :
>>>> >
>>>> Dest[Zone(1)-Pod(1)-Cluster(2)-Host(6)-Storage(Volume(13|ROOT-->Pool(257))]
>>>> > 2013-04-07 00:32:15,530 DEBUG [cloud.vm.VirtualMachineManagerImpl]
>>>> > (Job-Executor-36:job-43) Deployment found  -
>>>> > P0=VM[User|94ddc16f-04fc-4da1-8326-01d8d5cdeb44],
>>>> >
>>>> P0=Dest[Zone(Id)-Pod(Id)-Cluster(Id)-Host(Id)-Storage(Volume(Id|Type-->Pool(Id))]
>>>> > :
>>>> >
>>>> Dest[Zone(1)-Pod(1)-Cluster(2)-Host(6)-Storage(Volume(13|ROOT-->Pool(257))]
>>>> > 2013-04-07 00:32:15,535 DEBUG [cloud.capacity.CapacityManagerImpl]
>>>> > (Job-Executor-36:job-43) VM state transitted from :Starting to
>>>> Starting
>>>> > with event: OperationRetryvm's original host id: null new host id: 6
>>>> host
>>>> > id before state transition: null
>>>> > 2013-04-07 00:32:15,551 DEBUG [cloud.capacity.CapacityManagerImpl]
>>>> > (Job-Executor-36:job-43) Hosts's actual total CPU: 2382 and CPU after
>>>> > applying overprovisioning: 2382
>>>> > 2013-04-07 00:32:15,551 DEBUG [cloud.capacity.CapacityManagerImpl]
>>>> > (Job-Executor-36:job-43) We are allocating VM, increasing the used
>>>> capacity
>>>> > of this host:6
>>>> > 2013-04-07 00:32:15,552 DEBUG [cloud.capacity.CapacityManagerImpl]
>>>> > (Job-Executor-36:job-43) Current Used CPU: 100 , Free CPU:2282
>>>> ,Requested
>>>> > CPU: 100
>>>> > 2013-04-07 00:32:15,552 DEBUG [cloud.capacity.CapacityManagerImpl]
>>>> > (Job-Executor-36:job-43) Current Used RAM: 104857600 , Free
>>>> RAM:1566837824
>>>> > ,Requested RAM: 1073741824
>>>> > 2013-04-07 00:32:15,552 DEBUG [cloud.capacity.CapacityManagerImpl]
>>>> > (Job-Executor-36:job-43) CPU STATS after allocation: for host: 6, old
>>>> used:
>>>> > 100, old reserved: 0, actual total: 2382, total with overprovisioning:
>>>> > 2382; new used:200, reserved:0; requested
>>>> cpu:100,alloc_from_last:false
>>>> > 2013-04-07 00:32:15,552 DEBUG [cloud.capacity.CapacityManagerImpl]
>>>> > (Job-Executor-36:job-43) RAM STATS after allocation: for host: 6, old
>>>> used:
>>>> > 104857600, old reserved: 0, total: 1671695424; new used: 1178599424,
>>>> > reserved: 0; requested mem: 1073741824,alloc_from_last:false
>>>> > 2013-04-07 00:32:15,555 DEBUG [cloud.vm.VirtualMachineManagerImpl]
>>>> > (Job-Executor-36:job-43) VM is being created in podId: 1
>>>> > 2013-04-07 00:32:15,559 DEBUG [cloud.network.NetworkManagerImpl]
>>>> > (Job-Executor-36:job-43) Lock is acquired for network id 204 as a
>>>> part of
>>>> > network implement
>>>> > 2013-04-07 00:32:15,559 DEBUG [cloud.network.NetworkManagerImpl]
>>>> > (Job-Executor-36:job-43) Network id=204 is already implemented
>>>> > 2013-04-07 00:32:15,560 DEBUG [cloud.network.NetworkManagerImpl]
>>>> > (Job-Executor-36:job-43) Lock is released for network id 204 as a
>>>> part of
>>>> > network implement
>>>> > 2013-04-07 00:32:15,592 DEBUG [cloud.network.NetworkManagerImpl]
>>>> > (Job-Executor-36:job-43) Changing active number of nics for network
>>>> id=204
>>>> > on 1
>>>> > 2013-04-07 00:32:15,594 DEBUG [cloud.network.NetworkManagerImpl]
>>>> > (Job-Executor-36:job-43) Asking ElasticLoadBalancerElement to prepare
>>>> for
>>>> > Nic[19-13-a8349669-6ff2-443f-88d3-c5d69100df3a-192.168.56.146]
>>>> > 2013-04-07 00:32:15,600 DEBUG [cloud.network.NetworkManagerImpl]
>>>> > (Job-Executor-36:job-43) Asking NiciraNvpElement to prepare for
>>>> > Nic[19-13-a8349669-6ff2-443f-88d3-c5d69100df3a-192.168.56.146]
>>>> > 2013-04-07 00:32:15,600 DEBUG [network.element.NiciraNvpElement]
>>>> > (Job-Executor-36:job-43) Checking if NiciraNvpElement can handle
>>>> service
>>>> > Connectivity on network guestNetworkForBasicZone
>>>> > 2013-04-07 00:32:15,606 DEBUG [cloud.network.NetworkManagerImpl]
>>>> > (Job-Executor-36:job-43) Asking BigSwitchVnsElement to prepare for
>>>> > Nic[19-13-a8349669-6ff2-443f-88d3-c5d69100df3a-192.168.56.146]
>>>> > 2013-04-07 00:32:15,606 DEBUG [network.element.BigSwitchVnsElement]
>>>> > (Job-Executor-36:job-43) Checking if BigSwitchVnsElement can handle
>>>> service
>>>> > Connectivity on network guestNetworkForBasicZone
>>>> > 2013-04-07 00:32:15,612 DEBUG [cloud.network.NetworkManagerImpl]
>>>> > (Job-Executor-36:job-43) Asking Ovs to prepare for
>>>> > Nic[19-13-a8349669-6ff2-443f-88d3-c5d69100df3a-192.168.56.146]
>>>> > 2013-04-07 00:32:15,612 DEBUG [cloud.network.NetworkManagerImpl]
>>>> > (Job-Executor-36:job-43) Asking BareMetalDhcp to prepare for
>>>> > Nic[19-13-a8349669-6ff2-443f-88d3-c5d69100df3a-192.168.56.146]
>>>> > 2013-04-07 00:32:15,617 DEBUG [cloud.network.NetworkManagerImpl]
>>>> > (Job-Executor-36:job-43) Asking BareMetalPxe to prepare for
>>>> > Nic[19-13-a8349669-6ff2-443f-88d3-c5d69100df3a-192.168.56.146]
>>>> > 2013-04-07 00:32:15,623 DEBUG [cloud.network.NetworkManagerImpl]
>>>> > (Job-Executor-36:job-43) Asking BareMetalUserdata to prepare for
>>>> > Nic[19-13-a8349669-6ff2-443f-88d3-c5d69100df3a-192.168.56.146]
>>>> > 2013-04-07 00:32:15,629 DEBUG [cloud.network.NetworkManagerImpl]
>>>> > (Job-Executor-36:job-43) Asking SecurityGroupProvider to prepare for
>>>> > Nic[19-13-a8349669-6ff2-443f-88d3-c5d69100df3a-192.168.56.146]
>>>> > 2013-04-07 00:32:15,637 DEBUG [cloud.network.NetworkManagerImpl]
>>>> > (Job-Executor-36:job-43) Asking VirtualRouter to prepare for
>>>> > Nic[19-13-a8349669-6ff2-443f-88d3-c5d69100df3a-192.168.56.146]
>>>> > 2013-04-07 00:32:15,653 DEBUG
>>>> > [network.router.VirtualNetworkApplianceManagerImpl]
>>>> > (Job-Executor-36:job-43) Lock is acquired for network id 204 as a
>>>> part of
>>>> > router startup in
>>>> >
>>>> Dest[Zone(Id)-Pod(Id)-Cluster(Id)-Host(Id)-Storage(Volume(Id|Type-->Pool(Id))]
>>>> > :
>>>> >
>>>> Dest[Zone(1)-Pod(1)-Cluster(2)-Host(6)-Storage(Volume(13|ROOT-->Pool(257))]
>>>> > 2013-04-07 00:32:15,657 DEBUG
>>>> > [network.router.VirtualNetworkApplianceManagerImpl]
>>>> > (Job-Executor-36:job-43) Skipping VR deployment: Found a running or
>>>> > starting VR in Pod null id=1
>>>> > 2013-04-07 00:32:15,658 DEBUG
>>>> > [network.router.VirtualNetworkApplianceManagerImpl]
>>>> > (Job-Executor-36:job-43) Lock is released for network id 204 as a
>>>> part of
>>>> > router startup in
>>>> >
>>>> Dest[Zone(Id)-Pod(Id)-Cluster(Id)-Host(Id)-Storage(Volume(Id|Type-->Pool(Id))]
>>>> > :
>>>> >
>>>> Dest[Zone(1)-Pod(1)-Cluster(2)-Host(6)-Storage(Volume(13|ROOT-->Pool(257))]
>>>> > 2013-04-07 00:32:15,674 DEBUG
>>>> > [network.router.VirtualNetworkApplianceManagerImpl]
>>>> > (Job-Executor-36:job-43) Applying dhcp entry in network
>>>> Ntwk[204|Guest|6]
>>>> > 2013-04-07 00:32:15,706 DEBUG [agent.transport.Request]
>>>> > (Job-Executor-36:job-43) Seq 6-324993305: Sending  { Cmd , MgmtId: 1,
>>>> via:
>>>> > 6, Ver: v1, Flags: 100111,
>>>> >
>>>> [{"routing.DhcpEntryCommand":{"vmMac":"06:06:fe:00:00:44","vmIpAddress":"192.168.56.146","vmName":"94ddc16f-04fc-4da1-8326-01d8d5cdeb44","defaultRouter":"192.168.56.1","defaultDns":"192.168.56.102","duid":"00:03:00:01:06:06:fe:00:00:44","accessDetails":{"router.guest.ip":"192.168.56.102","zone.network.type":"Basic","
>>>> > router.name":"r-4-VM","router.ip":"169.254.1.168"},"wait":0}}] }
>>>> > 2013-04-07 00:32:15,706 DEBUG [agent.transport.Request]
>>>> > (Job-Executor-36:job-43) Seq 6-324993305: Executing:  { Cmd , MgmtId:
>>>> 1,
>>>> > via: 6, Ver: v1, Flags: 100111,
>>>> >
>>>> [{"routing.DhcpEntryCommand":{"vmMac":"06:06:fe:00:00:44","vmIpAddress":"192.168.56.146","vmName":"94ddc16f-04fc-4da1-8326-01d8d5cdeb44","defaultRouter":"192.168.56.1","defaultDns":"192.168.56.102","duid":"00:03:00:01:06:06:fe:00:00:44","accessDetails":{"router.guest.ip":"192.168.56.102","zone.network.type":"Basic","
>>>> > router.name":"r-4-VM","router.ip":"169.254.1.168"},"wait":0}}] }
>>>> > 2013-04-07 00:32:15,706 DEBUG [agent.manager.DirectAgentAttache]
>>>> > (DirectAgent-89:null) Seq 6-324993305: Executing request
>>>> > 2013-04-07 00:32:18,273 DEBUG [agent.manager.DirectAgentAttache]
>>>> > (DirectAgent-89:null) Seq 6-324993305: Response Received:
>>>> > 2013-04-07 00:32:18,273 DEBUG [agent.transport.Request]
>>>> > (DirectAgent-89:null) Seq 6-324993305: Processing:  { Ans: , MgmtId:
>>>> 1,
>>>> > via: 6, Ver: v1, Flags: 110, [{"Answer":{"result":true,"wait":0}}] }
>>>> > 2013-04-07 00:32:18,273 DEBUG [agent.manager.AgentAttache]
>>>> > (DirectAgent-89:null) Seq 6-324993305: No more commands found
>>>> > 2013-04-07 00:32:18,273 DEBUG [agent.transport.Request]
>>>> > (Job-Executor-36:job-43) Seq 6-324993305: Received:  { Ans: , MgmtId:
>>>> 1,
>>>> > via: 6, Ver: v1, Flags: 110, { Answer } }
>>>> > 2013-04-07 00:32:18,286 DEBUG
>>>> > [network.router.VirtualNetworkApplianceManagerImpl]
>>>> > (Job-Executor-36:job-43) Applying userdata and password entry in
>>>> network
>>>> > Ntwk[204|Guest|6]
>>>> > 2013-04-07 00:32:18,303 DEBUG [agent.transport.Request]
>>>> > (Job-Executor-36:job-43) Seq 6-324993306: Sending  { Cmd , MgmtId: 1,
>>>> via:
>>>> > 6, Ver: v1, Flags: 100111,
>>>> >
>>>> [{"routing.SavePasswordCommand":{"password":"fnirq_cnffjbeq","vmIpAddress":"192.168.56.146","vmName":"94ddc16f-04fc-4da1-8326-01d8d5cdeb44","accessDetails":{"router.guest.ip":"192.168.56.102","zone.network.type":"Basic","router.ip":"169.254.1.168","
>>>> > router.name
>>>> >
>>>> ":"r-4-VM"},"wait":0}},{"routing.VmDataCommand":{"vmIpAddress":"192.168.56.146","vmName":"94ddc16f-04fc-4da1-8326-01d8d5cdeb44","accessDetails":{"router.guest.ip":"192.168.56.102","zone.network.type":"Basic","router.ip":"169.254.1.168","
>>>> > router.name":"r-4-VM"},"wait":0}}] }
>>>> > 2013-04-07 00:32:18,304 DEBUG [agent.transport.Request]
>>>> > (Job-Executor-36:job-43) Seq 6-324993306: Executing:  { Cmd , MgmtId:
>>>> 1,
>>>> > via: 6, Ver: v1, Flags: 100111,
>>>> >
>>>> [{"routing.SavePasswordCommand":{"password":"fnirq_cnffjbeq","vmIpAddress":"192.168.56.146","vmName":"94ddc16f-04fc-4da1-8326-01d8d5cdeb44","accessDetails":{"router.guest.ip":"192.168.56.102","zone.network.type":"Basic","router.ip":"169.254.1.168","
>>>> > router.name
>>>> >
>>>> ":"r-4-VM"},"wait":0}},{"routing.VmDataCommand":{"vmIpAddress":"192.168.56.146","vmName":"94ddc16f-04fc-4da1-8326-01d8d5cdeb44","accessDetails":{"router.guest.ip":"192.168.56.102","zone.network.type":"Basic","router.ip":"169.254.1.168","
>>>> > router.name":"r-4-VM"},"wait":0}}] }
>>>> > 2013-04-07 00:32:18,304 DEBUG [agent.manager.DirectAgentAttache]
>>>> > (DirectAgent-20:null) Seq 6-324993306: Executing request
>>>> > 2013-04-07 00:32:18,391 DEBUG [cloud.api.ApiServlet]
>>>> > (1161145101@qtp-1008805148-33:null) ===START===  127.0.0.1 -- GET
>>>> >
>>>>  command=queryAsyncJobResult&jobId=00aeb7f7-459c-477e-a0a1-5d9262bc583a&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316338388
>>>> > 2013-04-07 00:32:18,412 DEBUG [cloud.api.ApiServlet]
>>>> > (1161145101@qtp-1008805148-33:null) ===END===  127.0.0.1 -- GET
>>>> >
>>>>  command=queryAsyncJobResult&jobId=00aeb7f7-459c-477e-a0a1-5d9262bc583a&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316338388
>>>> > 2013-04-07 00:32:20,452 DEBUG
>>>> > [storage.secondary.SecondaryStorageManagerImpl] (secstorage-1:null)
>>>> Zone 1
>>>> > is ready to launch secondary storage VM
>>>> > 2013-04-07 00:32:20,554 DEBUG
>>>> [cloud.consoleproxy.ConsoleProxyManagerImpl]
>>>> > (consoleproxy-1:null) Zone 1 is ready to launch console proxy
>>>> > 2013-04-07 00:32:20,819 DEBUG
>>>> > [network.router.VirtualNetworkApplianceManagerImpl]
>>>> > (RouterStatusMonitor-1:null) Found 0 routers to update status.
>>>> > 2013-04-07 00:32:20,821 DEBUG
>>>> > [network.router.VirtualNetworkApplianceManagerImpl]
>>>> > (RouterStatusMonitor-1:null) Found 0 networks to update RvR status.
>>>> > 2013-04-07 00:32:20,851 DEBUG
>>>> > [network.router.VirtualNetworkApplianceManagerImpl]
>>>> > (RouterStatusMonitor-1:null) Found 0 routers to update status.
>>>> > 2013-04-07 00:32:20,852 DEBUG
>>>> > [network.router.VirtualNetworkApplianceManagerImpl]
>>>> > (RouterStatusMonitor-1:null) Found 0 networks to update RvR status.
>>>> > 2013-04-07 00:32:21,391 DEBUG [cloud.api.ApiServlet]
>>>> > (1161145101@qtp-1008805148-33:null) ===START===  127.0.0.1 -- GET
>>>> >
>>>>  command=queryAsyncJobResult&jobId=00aeb7f7-459c-477e-a0a1-5d9262bc583a&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316341388
>>>> > 2013-04-07 00:32:21,408 DEBUG [cloud.api.ApiServlet]
>>>> > (1161145101@qtp-1008805148-33:null) ===END===  127.0.0.1 -- GET
>>>> >
>>>>  command=queryAsyncJobResult&jobId=00aeb7f7-459c-477e-a0a1-5d9262bc583a&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316341388
>>>> > 2013-04-07 00:32:24,392 DEBUG [cloud.api.ApiServlet]
>>>> > (1161145101@qtp-1008805148-33:null) ===START===  127.0.0.1 -- GET
>>>> >
>>>>  command=queryAsyncJobResult&jobId=00aeb7f7-459c-477e-a0a1-5d9262bc583a&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316344390
>>>> > 2013-04-07 00:32:24,407 DEBUG [cloud.api.ApiServlet]
>>>> > (1161145101@qtp-1008805148-33:null) ===END===  127.0.0.1 -- GET
>>>> >
>>>>  command=queryAsyncJobResult&jobId=00aeb7f7-459c-477e-a0a1-5d9262bc583a&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316344390
>>>> > 2013-04-07 00:32:24,892 DEBUG [agent.manager.AgentManagerImpl]
>>>> > (AgentManager-Handler-11:null) Ping from 4
>>>> > 2013-04-07 00:32:27,183 DEBUG [agent.manager.DirectAgentAttache]
>>>> > (DirectAgent-273:null) Ping from 1
>>>> > 2013-04-07 00:32:27,392 DEBUG [cloud.api.ApiServlet]
>>>> > (1161145101@qtp-1008805148-33:null) ===START===  127.0.0.1 -- GET
>>>> >
>>>>  command=queryAsyncJobResult&jobId=00aeb7f7-459c-477e-a0a1-5d9262bc583a&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316347390
>>>> > 2013-04-07 00:32:27,407 DEBUG [cloud.api.ApiServlet]
>>>> > (1161145101@qtp-1008805148-33:null) ===END===  127.0.0.1 -- GET
>>>> >
>>>>  command=queryAsyncJobResult&jobId=00aeb7f7-459c-477e-a0a1-5d9262bc583a&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316347390
>>>> > 2013-04-07 00:32:29,095 DEBUG [agent.manager.DirectAgentAttache]
>>>> > (DirectAgent-131:null) Seq 1-90046472: Executing request
>>>> > 2013-04-07 00:32:29,345 DEBUG [agent.manager.DirectAgentAttache]
>>>> > (DirectAgent-131:null) Seq 1-90046472: Response Received:
>>>> > 2013-04-07 00:32:29,345 DEBUG [agent.transport.Request]
>>>> > (DirectAgent-131:null) Seq 1-90046472: Processing:  { Ans: , MgmtId:
>>>> 1,
>>>> > via: 1, Ver: v1, Flags: 10,
>>>> >
>>>> [{"ClusterSyncAnswer":{"_clusterId":1,"_newStates":{},"_isExecuted":false,"result":true,"wait":0}}]
>>>> > }
>>>> > 2013-04-07 00:32:30,393 DEBUG [cloud.api.ApiServlet]
>>>> > (1161145101@qtp-1008805148-33:null) ===START===  127.0.0.1 -- GET
>>>> >
>>>>  command=queryAsyncJobResult&jobId=00aeb7f7-459c-477e-a0a1-5d9262bc583a&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316350391
>>>> > 2013-04-07 00:32:30,408 DEBUG [cloud.api.ApiServlet]
>>>> > (1161145101@qtp-1008805148-33:null) ===END===  127.0.0.1 -- GET
>>>> >
>>>>  command=queryAsyncJobResult&jobId=00aeb7f7-459c-477e-a0a1-5d9262bc583a&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316350391
>>>> > 2013-04-07 00:32:32,146 DEBUG [agent.manager.DirectAgentAttache]
>>>> > (DirectAgent-20:null) Seq 6-324993306: Response Received:
>>>> > 2013-04-07 00:32:32,146 DEBUG [agent.transport.Request]
>>>> > (DirectAgent-20:null) Seq 6-324993306: Processing:  { Ans: , MgmtId:
>>>> 1,
>>>> > via: 6, Ver: v1, Flags: 110,
>>>> >
>>>> [{"Answer":{"result":true,"wait":0}},{"Answer":{"result":true,"wait":0}}] }
>>>> > 2013-04-07 00:32:32,146 DEBUG [agent.manager.AgentAttache]
>>>> > (DirectAgent-20:null) Seq 6-324993306: No more commands found
>>>> > 2013-04-07 00:32:32,146 DEBUG [agent.transport.Request]
>>>> > (Job-Executor-36:job-43) Seq 6-324993306: Received:  { Ans: , MgmtId:
>>>> 1,
>>>> > via: 6, Ver: v1, Flags: 110, { Answer, Answer } }
>>>> > 2013-04-07 00:32:32,146 DEBUG [cloud.network.NetworkManagerImpl]
>>>> > (Job-Executor-36:job-43) Asking VpcVirtualRouter to prepare for
>>>> > Nic[19-13-a8349669-6ff2-443f-88d3-c5d69100df3a-192.168.56.146]
>>>> > 2013-04-07 00:32:32,146 WARN
>>>>  [network.element.VpcVirtualRouterElement]
>>>> > (Job-Executor-36:job-43) Network Ntwk[204|Guest|6] is not associated
>>>> with
>>>> > any VPC
>>>> > 2013-04-07 00:32:32,151 DEBUG [cloud.network.NetworkManagerImpl]
>>>> > (Job-Executor-36:job-43) Asking NiciraNvp to prepare for
>>>> > Nic[19-13-a8349669-6ff2-443f-88d3-c5d69100df3a-192.168.56.146]
>>>> > 2013-04-07 00:32:32,151 DEBUG [network.element.NiciraNvpElement]
>>>> > (Job-Executor-36:job-43) Checking if NiciraNvpElement can handle
>>>> service
>>>> > Connectivity on network guestNetworkForBasicZone
>>>> > 2013-04-07 00:32:32,154 DEBUG [cloud.network.NetworkManagerImpl]
>>>> > (Job-Executor-36:job-43) Asking JuniperSRX to prepare for
>>>> > Nic[19-13-a8349669-6ff2-443f-88d3-c5d69100df3a-192.168.56.146]
>>>> > 2013-04-07 00:32:32,157 DEBUG [cloud.network.NetworkManagerImpl]
>>>> > (Job-Executor-36:job-43) Asking Netscaler to prepare for
>>>> > Nic[19-13-a8349669-6ff2-443f-88d3-c5d69100df3a-192.168.56.146]
>>>> > 2013-04-07 00:32:32,160 DEBUG [cloud.network.NetworkManagerImpl]
>>>> > (Job-Executor-36:job-43) Asking F5BigIP to prepare for
>>>> > Nic[19-13-a8349669-6ff2-443f-88d3-c5d69100df3a-192.168.56.146]
>>>> > 2013-04-07 00:32:32,164 DEBUG [cloud.network.NetworkManagerImpl]
>>>> > (Job-Executor-36:job-43) Asking CiscoNexus1000vVSM to prepare for
>>>> > Nic[19-13-a8349669-6ff2-443f-88d3-c5d69100df3a-192.168.56.146]
>>>> > 2013-04-07 00:32:32,168 DEBUG [cloud.storage.StorageManagerImpl]
>>>> > (Job-Executor-36:job-43) Checking if we need to prepare 1 volumes for
>>>> > VM[User|94ddc16f-04fc-4da1-8326-01d8d5cdeb44]
>>>> > 2013-04-07 00:32:32,169 DEBUG [cloud.storage.StorageManagerImpl]
>>>> > (Job-Executor-36:job-43) Creating volume: Vol[13|vm=13|ROOT]
>>>> > 2013-04-07 00:32:32,170 DEBUG [cloud.storage.StorageManagerImpl]
>>>> > (Job-Executor-36:job-43) Trying to create in Pool[257|PreSetup]
>>>> > 2013-04-07 00:32:32,175 DEBUG [cloud.template.TemplateManagerImpl]
>>>> > (Job-Executor-36:job-43) Template 5 has already been downloaded to
>>>> pool 257
>>>> > 2013-04-07 00:32:32,179 DEBUG [agent.transport.Request]
>>>> > (Job-Executor-36:job-43) Seq 6-324993307: Sending  { Cmd , MgmtId: 1,
>>>> via:
>>>> > 6, Ver: v1, Flags: 100111,
>>>> >
>>>> [{"storage.CreateCommand":{"volId":13,"pool":{"id":257,"uuid":"iSCSI_SR_3","host":"192.168.56.9","path":"/iSCSI_SR_3","port":0,"type":"PreSetup"},"diskCharacteristics":{"size":52428800,"tags":["iSCSI_SR_4"],"type":"ROOT","name":"ROOT-13","useLocalStorage":false,"recreatable":true,"diskOfferingId":38,"volumeId":13,"hyperType":"XenServer"},"templateUrl":"a8414926-81d6-4b54-9b4b-feb498489df0","wait":0}}]
>>>> > }
>>>> > 2013-04-07 00:32:32,180 DEBUG [agent.transport.Request]
>>>> > (Job-Executor-36:job-43) Seq 6-324993307: Executing:  { Cmd , MgmtId:
>>>> 1,
>>>> > via: 6, Ver: v1, Flags: 100111,
>>>> >
>>>> [{"storage.CreateCommand":{"volId":13,"pool":{"id":257,"uuid":"iSCSI_SR_3","host":"192.168.56.9","path":"/iSCSI_SR_3","port":0,"type":"PreSetup"},"diskCharacteristics":{"size":52428800,"tags":["iSCSI_SR_4"],"type":"ROOT","name":"ROOT-13","useLocalStorage":false,"recreatable":true,"diskOfferingId":38,"volumeId":13,"hyperType":"XenServer"},"templateUrl":"a8414926-81d6-4b54-9b4b-feb498489df0","wait":0}}]
>>>> > }
>>>> > 2013-04-07 00:32:32,180 DEBUG [agent.manager.DirectAgentAttache]
>>>> > (DirectAgent-59:null) Seq 6-324993307: Executing request
>>>> > 2013-04-07 00:32:32,265 DEBUG [xen.resource.CitrixResourceBase]
>>>> > (DirectAgent-59:null) SR retrieved for iSCSI_SR_3
>>>> > 2013-04-07 00:32:32,276 DEBUG [xen.resource.CitrixResourceBase]
>>>> > (DirectAgent-59:null) Checking iSCSI_SR_3 or SR
>>>> > fe8ca696-22f5-ba1f-af68-7c3cf5a3cb39 on
>>>> > XS[f7a017da-3064-456a-89cd-28ee9e2d36b3-192.168.56.9]
>>>> > 2013-04-07 00:32:33,395 DEBUG [cloud.api.ApiServlet]
>>>> > (1161145101@qtp-1008805148-33:null) ===START===  127.0.0.1 -- GET
>>>> >
>>>>  command=queryAsyncJobResult&jobId=00aeb7f7-459c-477e-a0a1-5d9262bc583a&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316353392
>>>> > 2013-04-07 00:32:33,419 DEBUG [cloud.api.ApiServlet]
>>>> > (1161145101@qtp-1008805148-33:null) ===END===  127.0.0.1 -- GET
>>>> >
>>>>  command=queryAsyncJobResult&jobId=00aeb7f7-459c-477e-a0a1-5d9262bc583a&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316353392
>>>> > 2013-04-07 00:32:34,687 DEBUG [xen.resource.CitrixResourceBase]
>>>> > (DirectAgent-59:null) Succesfully created VDI for
>>>> > com.cloud.agent.api.storage.CreateCommand.  Uuid =
>>>> > 99154d9c-2665-465d-8c71-e60f1748895b
>>>> > 2013-04-07 00:32:34,687 DEBUG [agent.manager.DirectAgentAttache]
>>>> > (DirectAgent-59:null) Seq 6-324993307: Response Received:
>>>> > 2013-04-07 00:32:34,688 DEBUG [agent.transport.Request]
>>>> > (DirectAgent-59:null) Seq 6-324993307: Processing:  { Ans: , MgmtId:
>>>> 1,
>>>> > via: 6, Ver: v1, Flags: 110,
>>>> >
>>>> [{"storage.CreateAnswer":{"volume":{"id":13,"name":"ROOT-13","mountPoint":"/iSCSI_SR_3","path":"99154d9c-2665-465d-8c71-e60f1748895b","size":52428800,"type":"ROOT","storagePoolType":"PreSetup","storagePoolUuid":"iSCSI_SR_3","deviceId":0},"requestTemplateReload":false,"result":true,"wait":0}}]
>>>> > }
>>>> > 2013-04-07 00:32:34,688 DEBUG [agent.transport.Request]
>>>> > (Job-Executor-36:job-43) Seq 6-324993307: Received:  { Ans: , MgmtId:
>>>> 1,
>>>> > via: 6, Ver: v1, Flags: 110, { CreateAnswer } }
>>>> > 2013-04-07 00:32:34,688 DEBUG [agent.manager.AgentAttache]
>>>> > (DirectAgent-59:null) Seq 6-324993307: No more commands found
>>>> > 2013-04-07 00:32:34,690 DEBUG [cloud.storage.StorageManagerImpl]
>>>> > (Job-Executor-36:job-43) Volume Vol[13|vm=13|ROOT] is created on
>>>> > Pool[257|PreSetup]
>>>> > 2013-04-07 00:32:34,701 DEBUG [agent.transport.Request]
>>>> > (Job-Executor-36:job-43) Seq 6-324993308: Sending  { Cmd , MgmtId: 1,
>>>> via:
>>>> > 6, Ver: v1, Flags: 100111,
>>>> >
>>>> [{"StartCommand":{"vm":{"id":13,"name":"i-2-13-VM","bootloader":"PyGrub","type":"User","cpus":1,"speed":100,"minRam":1073741824,"maxRam":1073741824,"arch":"x86_64","os":"CentOS
>>>> > 5.3
>>>> >
>>>> (64-bit)","bootArgs":"","rebootOnCrash":false,"enableHA":false,"limitCpuUse":false,"vncPassword":"2e91fc6d6f16609d","params":{},"uuid":"94ddc16f-04fc-4da1-8326-01d8d5cdeb44","disks":[{"id":13,"name":"ROOT-13","mountPoint":"/iSCSI_SR_3","path":"99154d9c-2665-465d-8c71-e60f1748895b","size":52428800,"type":"ROOT","storagePoolType":"PreSetup","storagePoolUuid":"iSCSI_SR_3","deviceId":0},{"id":13,"name":"tiny
>>>> >
>>>> Linux","size":0,"type":"ISO","storagePoolType":"ISO","deviceId":3}],"nics":[{"deviceId":0,"networkRateMbps":200,"defaultNic":true,"uuid":"59b9a8aa-c867-40b8-95bb-6e40273569c9","ip":"192.168.56.146","netmask":"255.255.255.0","gateway":"192.168.56.1","mac":"06:06:fe:00:00:44","dns1":"8.8.8.8","dns2":"4.4.4.4","broadcastType":"Native","type":"Guest","broadcastUri":"vlan://untagged","isolationUri":"ec2://untagged","isSecurityGroupEnabled":true}]},"hostIp":"192.168.56.9","wait":0}}]
>>>> > }
>>>> > 2013-04-07 00:32:34,702 DEBUG [agent.transport.Request]
>>>> > (Job-Executor-36:job-43) Seq 6-324993308: Executing:  { Cmd , MgmtId:
>>>> 1,
>>>> > via: 6, Ver: v1, Flags: 100111,
>>>> >
>>>> [{"StartCommand":{"vm":{"id":13,"name":"i-2-13-VM","bootloader":"PyGrub","type":"User","cpus":1,"speed":100,"minRam":1073741824,"maxRam":1073741824,"arch":"x86_64","os":"CentOS
>>>> > 5.3
>>>> >
>>>> (64-bit)","bootArgs":"","rebootOnCrash":false,"enableHA":false,"limitCpuUse":false,"vncPassword":"2e91fc6d6f16609d","params":{},"uuid":"94ddc16f-04fc-4da1-8326-01d8d5cdeb44","disks":[{"id":13,"name":"ROOT-13","mountPoint":"/iSCSI_SR_3","path":"99154d9c-2665-465d-8c71-e60f1748895b","size":52428800,"type":"ROOT","storagePoolType":"PreSetup","storagePoolUuid":"iSCSI_SR_3","deviceId":0},{"id":13,"name":"tiny
>>>> >
>>>> Linux","size":0,"type":"ISO","storagePoolType":"ISO","deviceId":3}],"nics":[{"deviceId":0,"networkRateMbps":200,"defaultNic":true,"uuid":"59b9a8aa-c867-40b8-95bb-6e40273569c9","ip":"192.168.56.146","netmask":"255.255.255.0","gateway":"192.168.56.1","mac":"06:06:fe:00:00:44","dns1":"8.8.8.8","dns2":"4.4.4.4","broadcastType":"Native","type":"Guest","broadcastUri":"vlan://untagged","isolationUri":"ec2://untagged","isSecurityGroupEnabled":true}]},"hostIp":"192.168.56.9","wait":0}}]
>>>> > }
>>>> > 2013-04-07 00:32:34,702 DEBUG [agent.manager.DirectAgentAttache]
>>>> > (DirectAgent-334:null) Seq 6-324993308: Executing request
>>>> > 2013-04-07 00:32:34,787 DEBUG [xen.resource.CitrixResourceBase]
>>>> > (DirectAgent-334:null) 1. The VM i-2-13-VM is in Starting state.
>>>> > 2013-04-07 00:32:34,862 DEBUG [xen.resource.XenServer56FP1Resource]
>>>> > (DirectAgent-334:null) Created VM
>>>> f21a0243-f342-fd59-98d8-00ed89224305 for
>>>> > i-2-13-VM
>>>> > 2013-04-07 00:32:34,912 DEBUG [xen.resource.CitrixResourceBase]
>>>> > (DirectAgent-334:null) VBD 6e16b739-13fb-1891-fc66-f786b8db522b
>>>> created for
>>>> > Vol[13|ROOT|99154d9c-2665-465d-8c71-e60f1748895b|52428800]
>>>> > 2013-04-07 00:32:34,937 DEBUG [xen.resource.CitrixResourceBase]
>>>> > (DirectAgent-334:null) VBD f9ad291b-2a8d-4c81-94a5-ef8b8b38be8c
>>>> created for
>>>> > Vol[13|ISO|null|0]
>>>> > 2013-04-07 00:32:34,937 DEBUG [xen.resource.CitrixResourceBase]
>>>> > (DirectAgent-334:null) Creating VIF for i-2-13-VM on nic
>>>> > [Nic:Guest-192.168.56.146-vlan://untagged]
>>>> > 2013-04-07 00:32:34,991 DEBUG [xen.resource.CitrixResourceBase]
>>>> > (DirectAgent-334:null) Created a vif
>>>> bec5565a-8c80-48a1-3ea4-88971784ce3b
>>>> > on 0
>>>> > 2013-04-07 00:32:36,396 DEBUG [cloud.api.ApiServlet]
>>>> > (1161145101@qtp-1008805148-33:null) ===START===  127.0.0.1 -- GET
>>>> >
>>>>  command=queryAsyncJobResult&jobId=00aeb7f7-459c-477e-a0a1-5d9262bc583a&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316356393
>>>> > 2013-04-07 00:32:36,418 DEBUG [cloud.api.ApiServlet]
>>>> > (1161145101@qtp-1008805148-33:null) ===END===  127.0.0.1 -- GET
>>>> >
>>>>  command=queryAsyncJobResult&jobId=00aeb7f7-459c-477e-a0a1-5d9262bc583a&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316356393
>>>> > 2013-04-07 00:32:39,395 DEBUG [cloud.api.ApiServlet]
>>>> > (1161145101@qtp-1008805148-33:null) ===START===  127.0.0.1 -- GET
>>>> >
>>>>  command=queryAsyncJobResult&jobId=00aeb7f7-459c-477e-a0a1-5d9262bc583a&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316359393
>>>> > 2013-04-07 00:32:39,410 DEBUG [cloud.api.ApiServlet]
>>>> > (1161145101@qtp-1008805148-33:null) ===END===  127.0.0.1 -- GET
>>>> >
>>>>  command=queryAsyncJobResult&jobId=00aeb7f7-459c-477e-a0a1-5d9262bc583a&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316359393
>>>> > 2013-04-07 00:32:41,550 INFO  [xen.resource.CitrixResourceBase]
>>>> > (DirectAgent-334:null) Programmed default network rules for i-2-13-VM
>>>> on
>>>> > nic with ip:192.168.56.146 mac:06:06:fe:00:00:44
>>>> > 2013-04-07 00:32:41,550 DEBUG [xen.resource.CitrixResourceBase]
>>>> > (DirectAgent-334:null) 2. The VM i-2-13-VM is in Running state.
>>>> > 2013-04-07 00:32:41,550 DEBUG [agent.manager.DirectAgentAttache]
>>>> > (DirectAgent-334:null) Seq 6-324993308: Response Received:
>>>> > 2013-04-07 00:32:41,551 DEBUG [agent.transport.Request]
>>>> > (DirectAgent-334:null) Seq 6-324993308: Processing:  { Ans: , MgmtId:
>>>> 1,
>>>> > via: 6, Ver: v1, Flags: 110,
>>>> >
>>>> [{"StartAnswer":{"vm":{"id":13,"name":"i-2-13-VM","bootloader":"PyGrub","type":"User","cpus":1,"speed":100,"minRam":1073741824,"maxRam":1073741824,"arch":"x86_64","os":"CentOS
>>>> > 5.3
>>>> >
>>>> (64-bit)","bootArgs":"","rebootOnCrash":false,"enableHA":false,"limitCpuUse":false,"vncPassword":"2e91fc6d6f16609d","params":{},"uuid":"94ddc16f-04fc-4da1-8326-01d8d5cdeb44","disks":[{"id":13,"name":"ROOT-13","mountPoint":"/iSCSI_SR_3","path":"99154d9c-2665-465d-8c71-e60f1748895b","size":52428800,"type":"ROOT","storagePoolType":"PreSetup","storagePoolUuid":"iSCSI_SR_3","deviceId":0},{"id":13,"name":"tiny
>>>> >
>>>> Linux","size":0,"type":"ISO","storagePoolType":"ISO","deviceId":3}],"nics":[{"deviceId":0,"networkRateMbps":200,"defaultNic":true,"uuid":"59b9a8aa-c867-40b8-95bb-6e40273569c9","ip":"192.168.56.146","netmask":"255.255.255.0","gateway":"192.168.56.1","mac":"06:06:fe:00:00:44","dns1":"8.8.8.8","dns2":"4.4.4.4","broadcastType":"Native","type":"Guest","broadcastUri":"vlan://untagged","isolationUri":"ec2://untagged","isSecurityGroupEnabled":true}]},"result":true,"wait":0}}]
>>>> > }
>>>> > 2013-04-07 00:32:41,551 DEBUG [agent.transport.Request]
>>>> > (Job-Executor-36:job-43) Seq 6-324993308: Received:  { Ans: , MgmtId:
>>>> 1,
>>>> > via: 6, Ver: v1, Flags: 110, { StartAnswer } }
>>>> > 2013-04-07 00:32:41,551 DEBUG [agent.manager.AgentAttache]
>>>> > (DirectAgent-334:null) Seq 6-324993308: No more commands found
>>>> > 2013-04-07 00:32:41,592 DEBUG
>>>> [network.security.SecurityGroupManagerImpl]
>>>> > (Job-Executor-36:job-43) Security Group Mgr v2: scheduling ruleset
>>>> updates
>>>> > for 1 vms  (unique=1), current queue size=0
>>>> > 2013-04-07 00:32:41,593 DEBUG
>>>> [network.security.SecurityGroupManagerImpl]
>>>> > (Job-Executor-36:job-43) Security Group Mgr v2: done scheduling
>>>> ruleset
>>>> > updates for 1 vms: num new jobs=1 num rows insert or updated=1 time
>>>> taken=1
>>>> > 2013-04-07 00:32:41,596 DEBUG [cloud.capacity.CapacityManagerImpl]
>>>> > (Job-Executor-36:job-43) VM state transitted from :Starting to
>>>> Running with
>>>> > event: OperationSucceededvm's original host id: 6 new host id: 6 host
>>>> id
>>>> > before state transition: 6
>>>> > 2013-04-07 00:32:41,596 DEBUG [cloud.vm.VirtualMachineManagerImpl]
>>>> > (Job-Executor-36:job-43) Start completed for VM
>>>> > VM[User|94ddc16f-04fc-4da1-8326-01d8d5cdeb44]
>>>> > 2013-04-07 00:32:41,601 DEBUG
>>>> [network.security.SecurityGroupManagerImpl]
>>>> > (SecGrp-Worker-4:null) SecurityGroupManager v2: sending ruleset
>>>> update for
>>>> > vm i-2-13-VM:ingress num rules=0:egress num rules=0 num cidrs=0
>>>> > sig=d41d8cd98f00b204e9800998ecf8427e
>>>> > 2013-04-07 00:32:41,605 DEBUG [agent.transport.Request]
>>>> > (SecGrp-Worker-4:null) Seq 6-324993309: Sending  { Cmd , MgmtId: 1,
>>>> via: 6,
>>>> > Ver: v1, Flags: 100111,
>>>> >
>>>> [{"SecurityGroupRulesCmd":{"guestIp":"192.168.56.146","vmName":"i-2-13-VM","guestMac":"06:06:fe:00:00:44","signature":"d41d8cd98f00b204e9800998ecf8427e","seqNum":1,"vmId":13,"msId":1,"ingressRuleSet":[],"egressRuleSet":[],"wait":0}}]
>>>> > }
>>>> > 2013-04-07 00:32:41,605 DEBUG [cloud.async.AsyncJobManagerImpl]
>>>> > (Job-Executor-36:job-43) Complete async job-43, jobStatus: 1,
>>>> resultCode:
>>>> > 0, result: org.apache.cloudstack.api.response.UserVmResponse@68779e71
>>>> > 2013-04-07 00:32:41,605 DEBUG [agent.transport.Request]
>>>> > (SecGrp-Worker-4:null) Seq 6-324993309: Executing:  { Cmd , MgmtId:
>>>> 1, via:
>>>> > 6, Ver: v1, Flags: 100111,
>>>> >
>>>> [{"SecurityGroupRulesCmd":{"guestIp":"192.168.56.146","vmName":"i-2-13-VM","guestMac":"06:06:fe:00:00:44","signature":"d41d8cd98f00b204e9800998ecf8427e","seqNum":1,"vmId":13,"msId":1,"ingressRuleSet":[],"egressRuleSet":[],"wait":0}}]
>>>> > }
>>>> > 2013-04-07 00:32:41,606 DEBUG [agent.manager.DirectAgentAttache]
>>>> > (DirectAgent-275:null) Seq 6-324993309: Executing request
>>>> > 2013-04-07 00:32:41,611 DEBUG [cloud.async.AsyncJobManagerImpl]
>>>> > (Job-Executor-36:job-43) Done executing
>>>> > org.apache.cloudstack.api.command.user.vm.DeployVMCmd for job-43
>>>> > 2013-04-07 00:32:41,866 INFO  [xen.resource.CitrixResourceBase]
>>>> > (DirectAgent-275:null) Programmed network rules for vm i-2-13-VM
>>>> > guestIp=192.168.56.146, ingress numrules=0, egress numrules=0
>>>> > 2013-04-07 00:32:41,866 DEBUG [agent.manager.DirectAgentAttache]
>>>> > (DirectAgent-275:null) Seq 6-324993309: Response Received:
>>>> > 2013-04-07 00:32:41,866 DEBUG [agent.transport.Request]
>>>> > (DirectAgent-275:null) Seq 6-324993309: Processing:  { Ans: , MgmtId:
>>>> 1,
>>>> > via: 6, Ver: v1, Flags: 110,
>>>> >
>>>> [{"SecurityGroupRuleAnswer":{"logSequenceNumber":1,"vmId":13,"reason":"NONE","result":true,"wait":0}}]
>>>> > }
>>>> > 2013-04-07 00:32:41,866 DEBUG [network.security.SecurityGroupListener]
>>>> > (DirectAgent-275:null) Successfully programmed rule
>>>> > com.cloud.agent.api.SecurityGroupRuleAnswer into host 6
>>>> > 2013-04-07 00:32:41,868 DEBUG [network.security.SecurityGroupListener]
>>>> > (DirectAgent-275:null) Successfully programmed rule
>>>> > com.cloud.agent.api.SecurityGroupRuleAnswer into host 6
>>>> > 2013-04-07 00:32:41,869 DEBUG [agent.manager.AgentAttache]
>>>> > (DirectAgent-275:null) Seq 6-324993309: No more commands found
>>>> > 2013-04-07 00:32:42,396 DEBUG [cloud.api.ApiServlet]
>>>> > (1161145101@qtp-1008805148-33:null) ===START===  127.0.0.1 -- GET
>>>> >
>>>>  command=queryAsyncJobResult&jobId=00aeb7f7-459c-477e-a0a1-5d9262bc583a&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316362394
>>>> > 2013-04-07 00:32:42,406 DEBUG [cloud.async.AsyncJobManagerImpl]
>>>> > (1161145101@qtp-1008805148-33:null) Async job-43 completed
>>>> > 2013-04-07 00:32:42,412 DEBUG [cloud.api.ApiServlet]
>>>> > (1161145101@qtp-1008805148-33:null) ===END===  127.0.0.1 -- GET
>>>> >
>>>>  command=queryAsyncJobResult&jobId=00aeb7f7-459c-477e-a0a1-5d9262bc583a&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316362394
>>>> > 2013-04-07 00:32:45,427 DEBUG [cloud.api.ApiServlet]
>>>> > (1161145101@qtp-1008805148-33:null) ===START===  127.0.0.1 -- GET
>>>> >
>>>>  command=listVolumes&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&listAll=true&page=1&pagesize=20&_=1365316365425
>>>> > 2013-04-07 00:32:45,442 DEBUG [cloud.api.ApiServlet]
>>>> > (1161145101@qtp-1008805148-33:null) ===END===  127.0.0.1 -- GET
>>>> >
>>>>  command=listVolumes&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&listAll=true&page=1&pagesize=20&_=1365316365425
>>>> > 2013-04-07 00:32:47,667 DEBUG [cloud.api.ApiServlet]
>>>> > (1161145101@qtp-1008805148-33:null) ===START===  127.0.0.1 -- GET
>>>> >
>>>>  command=listVolumes&id=44d56727-6e5f-438a-8187-42adfac7c906&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316367665
>>>> > 2013-04-07 00:32:47,679 DEBUG [agent.manager.AgentManagerImpl]
>>>> > (AgentManager-Handler-12:null) Ping from 3
>>>> > 2013-04-07 00:32:47,684 DEBUG [cloud.api.ApiServlet]
>>>> > (1161145101@qtp-1008805148-33:null) ===END===  127.0.0.1 -- GET
>>>> >
>>>>  command=listVolumes&id=44d56727-6e5f-438a-8187-42adfac7c906&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316367665
>>>> > 2013-04-07 00:32:47,698 DEBUG [cloud.api.ApiServlet]
>>>> > (1161145101@qtp-1008805148-33:null) ===START===  127.0.0.1 -- GET
>>>> >
>>>>  command=listTags&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&resourceId=44d56727-6e5f-438a-8187-42adfac7c906&resourceType=Volume&listAll=true&_=1365316367696
>>>> > 2013-04-07 00:32:47,708 DEBUG [cloud.api.ApiServlet]
>>>> > (1161145101@qtp-1008805148-33:null) ===END===  127.0.0.1 -- GET
>>>> >
>>>>  command=listTags&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&resourceId=44d56727-6e5f-438a-8187-42adfac7c906&resourceType=Volume&listAll=true&_=1365316367696
>>>> > 2013-04-07 00:32:50,453 DEBUG
>>>> > [storage.secondary.SecondaryStorageManagerImpl] (secstorage-1:null)
>>>> Zone 1
>>>> > is ready to launch secondary storage VM
>>>> > 2013-04-07 00:32:50,556 DEBUG
>>>> [cloud.consoleproxy.ConsoleProxyManagerImpl]
>>>> > (consoleproxy-1:null) Zone 1 is ready to launch console proxy
>>>> > 2013-04-07 00:32:50,815 DEBUG
>>>> > [network.router.VirtualNetworkApplianceManagerImpl]
>>>> (RouterMonitor-1:null)
>>>> > Found 0 running routers.
>>>> > 2013-04-07 00:32:50,820 DEBUG
>>>> > [network.router.VirtualNetworkApplianceManagerImpl]
>>>> > (RouterStatusMonitor-1:null) Found 0 routers to update status.
>>>> > 2013-04-07 00:32:50,821 DEBUG
>>>> > [network.router.VirtualNetworkApplianceManagerImpl]
>>>> > (RouterStatusMonitor-1:null) Found 0 networks to update RvR status.
>>>> > 2013-04-07 00:32:50,851 DEBUG
>>>> > [network.router.VirtualNetworkApplianceManagerImpl]
>>>> (RouterMonitor-1:null)
>>>> > Found 0 running routers.
>>>> > 2013-04-07 00:32:50,851 DEBUG
>>>> > [network.router.VirtualNetworkApplianceManagerImpl]
>>>> > (RouterStatusMonitor-1:null) Found 0 routers to update status.
>>>> > 2013-04-07 00:32:50,852 DEBUG
>>>> > [network.router.VirtualNetworkApplianceManagerImpl]
>>>> > (RouterStatusMonitor-1:null) Found 0 networks to update RvR status.
>>>> > 2013-04-07 00:32:50,908 DEBUG
>>>> > [cloud.network.ExternalLoadBalancerUsageManagerImpl]
>>>> > (ExternalNetworkMonitor-1:null) External devices stats collector is
>>>> > running...
>>>> > 2013-04-07 00:32:50,919 DEBUG [storage.snapshot.SnapshotSchedulerImpl]
>>>> > (SnapshotPollTask:null) Snapshot scheduler.poll is being called at
>>>> > 2013-04-07 06:32:50 GMT
>>>> > 2013-04-07 00:32:50,920 DEBUG [storage.snapshot.SnapshotSchedulerImpl]
>>>> > (SnapshotPollTask:null) Got 0 snapshots to be executed at 2013-04-07
>>>> > 06:32:50 GMT
>>>> > 2013-04-07 00:32:51,462 INFO  [agent.manager.AgentMonitor]
>>>> > (Thread-11:null) Found the following agents behind on ping: [6, 5]
>>>> > 2013-04-07 00:32:51,464 DEBUG [cloud.host.Status] (Thread-11:null)
>>>> Ping
>>>> > timeout for host 6, do invstigation
>>>> > 2013-04-07 00:32:51,465 DEBUG [cloud.host.Status] (Thread-11:null)
>>>> Ping
>>>> > timeout for host 5, do invstigation
>>>> > 2013-04-07 00:32:51,465 INFO  [agent.manager.AgentManagerImpl]
>>>> > (AgentTaskPool-15:null) Investigating why host 6 has disconnected with
>>>> > event PingTimeout
>>>> > 2013-04-07 00:32:51,465 DEBUG [agent.manager.AgentManagerImpl]
>>>> > (AgentTaskPool-15:null) checking if agent (6) is alive
>>>> > 2013-04-07 00:32:51,467 INFO  [agent.manager.AgentManagerImpl]
>>>> > (AgentTaskPool-1:null) Investigating why host 5 has disconnected with
>>>> event
>>>> > PingTimeout
>>>> > 2013-04-07 00:32:51,467 DEBUG [agent.manager.AgentManagerImpl]
>>>> > (AgentTaskPool-1:null) checking if agent (5) is alive
>>>> > 2013-04-07 00:32:51,469 DEBUG [agent.transport.Request]
>>>> > (AgentTaskPool-15:null) Seq 6-324993310: Sending  { Cmd , MgmtId: 1,
>>>> via:
>>>> > 6, Ver: v1, Flags: 100011, [{"CheckHealthCommand":{"wait":50}}] }
>>>> > 2013-04-07 00:32:51,469 DEBUG [agent.transport.Request]
>>>> > (AgentTaskPool-15:null) Seq 6-324993310: Executing:  { Cmd , MgmtId:
>>>> 1,
>>>> > via: 6, Ver: v1, Flags: 100011, [{"CheckHealthCommand":{"wait":50}}] }
>>>> > 2013-04-07 00:32:51,469 DEBUG [agent.manager.DirectAgentAttache]
>>>> > (DirectAgent-335:null) Seq 6-324993310: Executing request
>>>> > 2013-04-07 00:32:51,473 DEBUG [agent.transport.Request]
>>>> > (AgentTaskPool-1:null) Seq 5-614334814: Sending  { Cmd , MgmtId: 1,
>>>> via: 5,
>>>> > Ver: v1, Flags: 100011, [{"CheckHealthCommand":{"wait":50}}] }
>>>> > 2013-04-07 00:32:51,473 DEBUG [agent.transport.Request]
>>>> > (AgentTaskPool-1:null) Seq 5-614334814: Executing:  { Cmd , MgmtId:
>>>> 1, via:
>>>> > 5, Ver: v1, Flags: 100011, [{"CheckHealthCommand":{"wait":50}}] }
>>>> > 2013-04-07 00:32:51,473 DEBUG [agent.manager.DirectAgentAttache]
>>>> > (DirectAgent-30:null) Seq 5-614334814: Executing request
>>>> > 2013-04-07 00:32:51,536 DEBUG [agent.manager.DirectAgentAttache]
>>>> > (DirectAgent-335:null) Seq 6-324993310: Response Received:
>>>> > 2013-04-07 00:32:51,536 DEBUG [agent.manager.DirectAgentAttache]
>>>> > (DirectAgent-30:null) Seq 5-614334814: Response Received:
>>>> > 2013-04-07 00:32:51,536 DEBUG [agent.transport.Request]
>>>> > (DirectAgent-30:null) Seq 5-614334814: Processing:  { Ans: , MgmtId:
>>>> 1,
>>>> > via: 5, Ver: v1, Flags: 10,
>>>> > [{"CheckHealthAnswer":{"result":true,"details":"resource is
>>>> > alive","wait":0}}] }
>>>> > 2013-04-07 00:32:51,536 DEBUG [agent.transport.Request]
>>>> > (DirectAgent-335:null) Seq 6-324993310: Processing:  { Ans: , MgmtId:
>>>> 1,
>>>> > via: 6, Ver: v1, Flags: 10,
>>>> > [{"CheckHealthAnswer":{"result":true,"details":"resource is
>>>> > alive","wait":0}}] }
>>>> > 2013-04-07 00:32:51,536 DEBUG [agent.transport.Request]
>>>> > (AgentTaskPool-1:null) Seq 5-614334814: Received:  { Ans: , MgmtId:
>>>> 1, via:
>>>> > 5, Ver: v1, Flags: 10, { CheckHealthAnswer } }
>>>> > 2013-04-07 00:32:51,536 DEBUG [agent.transport.Request]
>>>> > (AgentTaskPool-15:null) Seq 6-324993310: Received:  { Ans: , MgmtId:
>>>> 1,
>>>> > via: 6, Ver: v1, Flags: 10, { CheckHealthAnswer } }
>>>> > 2013-04-07 00:32:51,536 DEBUG [agent.manager.AgentManagerImpl]
>>>> > (AgentTaskPool-1:null) Details from executing class
>>>> > com.cloud.agent.api.CheckHealthCommand: resource is alive
>>>> > 2013-04-07 00:32:51,536 DEBUG [agent.manager.AgentManagerImpl]
>>>> > (AgentTaskPool-1:null) agent (5) responded to checkHeathCommand,
>>>> reporting
>>>> > that agent is Up
>>>> > 2013-04-07 00:32:51,536 DEBUG [agent.manager.AgentManagerImpl]
>>>> > (AgentTaskPool-15:null) Details from executing class
>>>> > com.cloud.agent.api.CheckHealthCommand: resource is alive
>>>> > 2013-04-07 00:32:51,536 INFO  [agent.manager.AgentManagerImpl]
>>>> > (AgentTaskPool-1:null) The state determined is Up
>>>> > 2013-04-07 00:32:51,536 INFO  [agent.manager.AgentManagerImpl]
>>>> > (AgentTaskPool-1:null) Agent is determined to be up and running
>>>> > 2013-04-07 00:32:51,536 DEBUG [agent.manager.AgentManagerImpl]
>>>> > (AgentTaskPool-15:null) agent (6) responded to checkHeathCommand,
>>>> reporting
>>>> > that agent is Up
>>>> > 2013-04-07 00:32:51,536 DEBUG [cloud.host.Status]
>>>> (AgentTaskPool-1:null)
>>>> > Transition:[Resource state = Enabled, Agent event = Ping, Host id =
>>>> 5, name
>>>> > = Tut-XenServer2]
>>>> > 2013-04-07 00:32:51,536 INFO  [agent.manager.AgentManagerImpl]
>>>> > (AgentTaskPool-15:null) The state determined is Up
>>>> > 2013-04-07 00:32:51,537 INFO  [agent.manager.AgentManagerImpl]
>>>> > (AgentTaskPool-15:null) Agent is determined to be up and running
>>>> > 2013-04-07 00:32:51,540 DEBUG [cloud.host.Status]
>>>> (AgentTaskPool-1:null)
>>>> > Agent status update: [id = 5; name = Tut-XenServer2; old status = Up;
>>>> event
>>>> > = Ping; new status = Up; old update count = 146; new update count =
>>>> 147]
>>>> > 2013-04-07 00:32:51,540 DEBUG [cloud.host.Status]
>>>> (AgentTaskPool-15:null)
>>>> > Transition:[Resource state = Enabled, Agent event = Ping, Host id =
>>>> 6, name
>>>> > = Tut-XenServer]
>>>> > 2013-04-07 00:32:51,542 DEBUG [cloud.host.Status]
>>>> (AgentTaskPool-15:null)
>>>> > Agent status update: [id = 6; name = Tut-XenServer; old status = Up;
>>>> event
>>>> > = Ping; new status = Up; old update count = 309; new update count =
>>>> 310]
>>>> > 2013-04-07 00:33:04,820 DEBUG [agent.manager.DirectAgentAttache]
>>>> > (DirectAgent-422:null) Ping from 6
>>>> > 2013-04-07 00:33:06,176 DEBUG [agent.manager.DirectAgentAttache]
>>>> > (DirectAgent-135:null) Ping from 5
>>>> > 2013-04-07 00:33:06,909 DEBUG [agent.manager.DirectAgentAttache]
>>>> > (DirectAgent-152:null) Seq 6-324993028: Executing request
>>>> > 2013-04-07 00:33:07,151 DEBUG [agent.manager.DirectAgentAttache]
>>>> > (DirectAgent-152:null) Seq 6-324993028: Response Received:
>>>> > 2013-04-07 00:33:07,151 DEBUG [agent.transport.Request]
>>>> > (DirectAgent-152:null) Seq 6-324993028: Processing:  { Ans: , MgmtId:
>>>> 1,
>>>> > via: 6, Ver: v1, Flags: 10,
>>>> >
>>>> [{"ClusterSyncAnswer":{"_clusterId":2,"_newStates":{},"_isExecuted":false,"result":true,"wait":0}}]
>>>> > }
>>>> > 2013-04-07 00:33:11,022 DEBUG [agent.manager.DirectAgentAttache]
>>>> > (DirectAgent-50:null) Seq 5-614334468: Executing request
>>>> > 2013-04-07 00:33:11,169 DEBUG [agent.manager.DirectAgentAttache]
>>>> > (DirectAgent-50:null) Seq 5-614334468: Response Received:
>>>> > 2013-04-07 00:33:11,169 DEBUG [agent.transport.Request]
>>>> > (DirectAgent-50:null) Seq 5-614334468: Processing:  { Ans: , MgmtId:
>>>> 1,
>>>> > via: 5, Ver: v1, Flags: 10, [{"Answer":{"result":true,"wait":0}}] }
>>>> > 2013-04-07 00:33:20,451 DEBUG
>>>> > [storage.secondary.SecondaryStorageManagerImpl] (secstorage-1:null)
>>>> Zone 1
>>>> > is ready to launch secondary storage VM
>>>> > 2013-04-07 00:33:20,553 DEBUG
>>>> [cloud.consoleproxy.ConsoleProxyManagerImpl]
>>>> > (consoleproxy-1:null) Zone 1 is ready to launch console proxy
>>>> > 2013-04-07 00:33:20,819 DEBUG
>>>> > [network.router.VirtualNetworkApplianceManagerImpl]
>>>> > (RouterStatusMonitor-1:null) Found 0 routers to update status.
>>>> > 2013-04-07 00:33:20,820 DEBUG
>>>> > [network.router.VirtualNetworkApplianceManagerImpl]
>>>> > (RouterStatusMonitor-1:null) Found 0 networks to update RvR status.
>>>> > 2013-04-07 00:33:20,851 DEBUG
>>>> > [network.router.VirtualNetworkApplianceManagerImpl]
>>>> > (RouterStatusMonitor-1:null) Found 0 routers to update status.
>>>> > 2013-04-07 00:33:20,852 DEBUG
>>>> > [network.router.VirtualNetworkApplianceManagerImpl]
>>>> > (RouterStatusMonitor-1:null) Found 0 networks to update RvR status.
>>>> > 2013-04-07 00:33:20,921 DEBUG [cloud.alert.AlertManagerImpl]
>>>> > (CapacityChecker:null) Running Capacity Checker ...
>>>> > 2013-04-07 00:33:20,921 DEBUG [cloud.alert.AlertManagerImpl]
>>>> > (CapacityChecker:null) recalculating system capacity
>>>> > 2013-04-07 00:33:20,921 DEBUG [cloud.alert.AlertManagerImpl]
>>>> > (CapacityChecker:null) Executing cpu/ram capacity update
>>>> > 2013-04-07 00:33:20,929 DEBUG [cloud.capacity.CapacityManagerImpl]
>>>> > (CapacityChecker:null) Found 2 VMs on host 1
>>>> > 2013-04-07 00:33:20,931 DEBUG [cloud.capacity.CapacityManagerImpl]
>>>> > (CapacityChecker:null) Found 0 VM, not running on host 1
>>>> > 2013-04-07 00:33:20,933 DEBUG [cloud.capacity.CapacityManagerImpl]
>>>> > (CapacityChecker:null) No need to calibrate cpu capacity, host:1
>>>> usedCpu:
>>>> > 200 reservedCpu: 0
>>>> > 2013-04-07 00:33:20,933 DEBUG [cloud.capacity.CapacityManagerImpl]
>>>> > (CapacityChecker:null) No need to calibrate memory capacity, host:1
>>>> > usedMem: 209715200 reservedMem: 0
>>>> > 2013-04-07 00:33:20,939 DEBUG [cloud.capacity.CapacityManagerImpl]
>>>> > (CapacityChecker:null) Found 1 VMs on host 5
>>>> > 2013-04-07 00:33:20,940 DEBUG [cloud.capacity.CapacityManagerImpl]
>>>> > (CapacityChecker:null) Found 0 VM, not running on host 5
>>>> > 2013-04-07 00:33:20,942 DEBUG [cloud.capacity.CapacityManagerImpl]
>>>> > (CapacityChecker:null) No need to calibrate cpu capacity, host:5
>>>> usedCpu:
>>>> > 100 reservedCpu: 0
>>>> > 2013-04-07 00:33:20,942 DEBUG [cloud.capacity.CapacityManagerImpl]
>>>> > (CapacityChecker:null) No need to calibrate memory capacity, host:5
>>>> > usedMem: 1073741824 reservedMem: 0
>>>> > 2013-04-07 00:33:20,948 DEBUG [cloud.capacity.CapacityManagerImpl]
>>>> > (CapacityChecker:null) Found 2 VMs on host 6
>>>> > 2013-04-07 00:33:20,949 DEBUG [cloud.capacity.CapacityManagerImpl]
>>>> > (CapacityChecker:null) Found 0 VM, not running on host 6
>>>> > 2013-04-07 00:33:20,951 DEBUG [cloud.capacity.CapacityManagerImpl]
>>>> > (CapacityChecker:null) No need to calibrate cpu capacity, host:6
>>>> usedCpu:
>>>> > 200 reservedCpu: 0
>>>> > 2013-04-07 00:33:20,951 DEBUG [cloud.capacity.CapacityManagerImpl]
>>>> > (CapacityChecker:null) No need to calibrate memory capacity, host:6
>>>> > usedMem: 1178599424 reservedMem: 0
>>>> > 2013-04-07 00:33:20,951 DEBUG [cloud.alert.AlertManagerImpl]
>>>> > (CapacityChecker:null) Done executing cpu/ram capacity update
>>>> > 2013-04-07 00:33:20,951 DEBUG [cloud.alert.AlertManagerImpl]
>>>> > (CapacityChecker:null) Executing storage capacity update
>>>> > 2013-04-07 00:33:20,956 DEBUG [cloud.storage.StorageManagerImpl]
>>>> > (CapacityChecker:null) Successfully set Capacity - 31004332032 for
>>>> capacity
>>>> > type - 9 , DataCenterId - 1, HostOrPoolId - 200, PodId 1
>>>> > 2013-04-07 00:33:20,959 DEBUG [cloud.storage.StorageManagerImpl]
>>>> > (CapacityChecker:null) Successfully set Capacity - 97221701632 for
>>>> capacity
>>>> > type - 9 , DataCenterId - 1, HostOrPoolId - 201, PodId 1
>>>> > 2013-04-07 00:33:20,963 DEBUG [cloud.storage.StorageManagerImpl]
>>>> > (CapacityChecker:null) Successfully set Capacity - 97221701632 for
>>>> capacity
>>>> > type - 9 , DataCenterId - 1, HostOrPoolId - 202, PodId 1
>>>> > 2013-04-07 00:33:20,967 DEBUG [cloud.storage.StorageManagerImpl]
>>>> > (CapacityChecker:null) Successfully set Capacity - 2084569088 for
>>>> capacity
>>>> > type - 3 , DataCenterId - 1, HostOrPoolId - 256, PodId 1
>>>> > 2013-04-07 00:33:20,971 DEBUG [cloud.storage.StorageManagerImpl]
>>>> > (CapacityChecker:null) Successfully set Capacity - 2084569088 for
>>>> capacity
>>>> > type - 3 , DataCenterId - 1, HostOrPoolId - 257, PodId 1
>>>> > 2013-04-07 00:33:20,975 DEBUG [cloud.storage.StorageManagerImpl]
>>>> > (CapacityChecker:null) Successfully set Capacity - 2084569088 for
>>>> capacity
>>>> > type - 3 , DataCenterId - 1, HostOrPoolId - 262, PodId 1
>>>> > 2013-04-07 00:33:20,975 DEBUG [cloud.alert.AlertManagerImpl]
>>>> > (CapacityChecker:null) Done executing storage capacity update
>>>> > 2013-04-07 00:33:20,975 DEBUG [cloud.alert.AlertManagerImpl]
>>>> > (CapacityChecker:null) Executing capacity updates for public ip and
>>>> Vlans
>>>> > 2013-04-07 00:33:20,983 DEBUG [cloud.alert.AlertManagerImpl]
>>>> > (CapacityChecker:null) Done capacity updates for public ip and Vlans
>>>> > 2013-04-07 00:33:20,983 DEBUG [cloud.alert.AlertManagerImpl]
>>>> > (CapacityChecker:null) Executing capacity updates for private ip
>>>> > 2013-04-07 00:33:20,990 DEBUG [cloud.alert.AlertManagerImpl]
>>>> > (CapacityChecker:null) Done executing capacity updates for private ip
>>>> > 2013-04-07 00:33:20,990 DEBUG [cloud.alert.AlertManagerImpl]
>>>> > (CapacityChecker:null) Done recalculating system capacity
>>>> > 2013-04-07 00:33:21,012 DEBUG [cloud.alert.AlertManagerImpl]
>>>> > (CapacityChecker:null) Done running Capacity Checker ...
>>>> > 2013-04-07 00:33:24,891 DEBUG [agent.manager.AgentManagerImpl]
>>>> > (AgentManager-Handler-13:null) Ping from 4
>>>> > 2013-04-07 00:33:27,159 DEBUG [agent.manager.DirectAgentAttache]
>>>> > (DirectAgent-459:null) Ping from 1
>>>> > 2013-04-07 00:33:29,095 DEBUG [agent.manager.DirectAgentAttache]
>>>> > (DirectAgent-457:null) Seq 1-90046472: Executing request
>>>> > 2013-04-07 00:33:29,329 DEBUG [agent.manager.DirectAgentAttache]
>>>> > (DirectAgent-457:null) Seq 1-90046472: Response Received:
>>>> > 2013-04-07 00:33:29,330 DEBUG [agent.transport.Request]
>>>> > (DirectAgent-457:null) Seq 1-90046472: Processing:  { Ans: , MgmtId:
>>>> 1,
>>>> > via: 1, Ver: v1, Flags: 10,
>>>> >
>>>> [{"ClusterSyncAnswer":{"_clusterId":1,"_newStates":{},"_isExecuted":false,"result":true,"wait":0}}]
>>>> > }
>>>> > 2013-04-07 00:33:33,192 DEBUG [cloud.api.ApiServlet]
>>>> > (1161145101@qtp-1008805148-33:null) ===START===  127.0.0.1 -- GET
>>>> >
>>>>  command=listVirtualMachines&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&listAll=true&page=1&pagesize=20&_=1365316413189
>>>> > 2013-04-07 00:33:33,210 DEBUG [cloud.api.ApiServlet]
>>>> > (1161145101@qtp-1008805148-33:null) ===END===  127.0.0.1 -- GET
>>>> >
>>>>  command=listVirtualMachines&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&listAll=true&page=1&pagesize=20&_=1365316413189
>>>> > 2013-04-07 00:33:35,033 DEBUG [cloud.api.ApiServlet]
>>>> > (1161145101@qtp-1008805148-33:null) ===START===  127.0.0.1 -- GET
>>>> >
>>>>  command=listZones&available=true&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316415031
>>>> > 2013-04-07 00:33:35,040 DEBUG [cloud.api.ApiServlet]
>>>> > (1161145101@qtp-1008805148-33:null) ===END===  127.0.0.1 -- GET
>>>> >
>>>>  command=listZones&available=true&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316415031
>>>> > 2013-04-07 00:33:36,745 DEBUG [cloud.api.ApiServlet]
>>>> > (1161145101@qtp-1008805148-33:null) ===START===  127.0.0.1 -- GET
>>>> >
>>>>  command=listHypervisors&zoneid=3a62dec3-cf95-4ba2-9af0-af2190af35e3&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316416743
>>>> > 2013-04-07 00:33:36,753 DEBUG [cloud.api.ApiServlet]
>>>> > (1161145101@qtp-1008805148-33:null) ===END===  127.0.0.1 -- GET
>>>> >
>>>>  command=listHypervisors&zoneid=3a62dec3-cf95-4ba2-9af0-af2190af35e3&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316416743
>>>> > 2013-04-07 00:33:36,756 DEBUG [cloud.api.ApiServlet]
>>>> > (1161145101@qtp-1008805148-33:null) ===START===  127.0.0.1 -- GET
>>>> >
>>>>  command=listTemplates&templatefilter=featured&zoneid=3a62dec3-cf95-4ba2-9af0-af2190af35e3&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316416754
>>>> > 2013-04-07 00:33:36,781 DEBUG [cloud.api.ApiServlet]
>>>> > (1161145101@qtp-1008805148-33:null) ===END===  127.0.0.1 -- GET
>>>> >
>>>>  command=listTemplates&templatefilter=featured&zoneid=3a62dec3-cf95-4ba2-9af0-af2190af35e3&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316416754
>>>> > 2013-04-07 00:33:36,784 DEBUG [cloud.api.ApiServlet]
>>>> > (1161145101@qtp-1008805148-33:null) ===START===  127.0.0.1 -- GET
>>>> >
>>>>  command=listTemplates&templatefilter=community&zoneid=3a62dec3-cf95-4ba2-9af0-af2190af35e3&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316416782
>>>> > 2013-04-07 00:33:36,812 DEBUG [cloud.api.ApiServlet]
>>>> > (1161145101@qtp-1008805148-33:null) ===END===  127.0.0.1 -- GET
>>>> >
>>>>  command=listTemplates&templatefilter=community&zoneid=3a62dec3-cf95-4ba2-9af0-af2190af35e3&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316416782
>>>> > 2013-04-07 00:33:36,815 DEBUG [cloud.api.ApiServlet]
>>>> > (1161145101@qtp-1008805148-33:null) ===START===  127.0.0.1 -- GET
>>>> >
>>>>  command=listTemplates&templatefilter=selfexecutable&zoneid=3a62dec3-cf95-4ba2-9af0-af2190af35e3&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316416813
>>>> > 2013-04-07 00:33:36,829 DEBUG [cloud.api.ApiServlet]
>>>> > (1161145101@qtp-1008805148-33:null) ===END===  127.0.0.1 -- GET
>>>> >
>>>>  command=listTemplates&templatefilter=selfexecutable&zoneid=3a62dec3-cf95-4ba2-9af0-af2190af35e3&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316416813
>>>> > 2013-04-07 00:33:37,503 DEBUG [cloud.api.ApiServlet]
>>>> > (1161145101@qtp-1008805148-33:null) ===START===  127.0.0.1 -- GET
>>>> >
>>>>  command=listServiceOfferings&issystem=false&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316417501
>>>> > 2013-04-07 00:33:37,514 DEBUG [cloud.api.ApiServlet]
>>>> > (1161145101@qtp-1008805148-33:null) ===END===  127.0.0.1 -- GET
>>>> >
>>>>  command=listServiceOfferings&issystem=false&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316417501
>>>> > 2013-04-07 00:33:41,151 DEBUG [cloud.api.ApiServlet]
>>>> > (1161145101@qtp-1008805148-33:null) ===START===  127.0.0.1 -- GET
>>>> >
>>>>  command=listDiskOfferings&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316421149
>>>> > 2013-04-07 00:33:41,162 DEBUG [cloud.api.ApiServlet]
>>>> > (1161145101@qtp-1008805148-33:null) ===END===  127.0.0.1 -- GET
>>>> >
>>>>  command=listDiskOfferings&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316421149
>>>> > 2013-04-07 00:33:41,970 DEBUG [cloud.api.ApiServlet]
>>>> > (1161145101@qtp-1008805148-33:null) ===START===  127.0.0.1 -- GET
>>>> >
>>>>  command=listNetworks&trafficType=Guest&zoneId=3a62dec3-cf95-4ba2-9af0-af2190af35e3&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316421968
>>>> > 2013-04-07 00:33:41,994 DEBUG [cloud.api.ApiServlet]
>>>> > (1161145101@qtp-1008805148-33:null) ===END===  127.0.0.1 -- GET
>>>> >
>>>>  command=listNetworks&trafficType=Guest&zoneId=3a62dec3-cf95-4ba2-9af0-af2190af35e3&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316421968
>>>> > 2013-04-07 00:33:41,997 DEBUG [cloud.api.ApiServlet]
>>>> > (1161145101@qtp-1008805148-33:null) ===START===  127.0.0.1 -- GET
>>>> >
>>>>  command=listSecurityGroups&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&domainid=e4ec5ddc-9e1c-11e2-a770-6e70e42a2333&account=admin&_=1365316421995
>>>> > 2013-04-07 00:33:42,003 DEBUG [cloud.user.AccountManagerImpl]
>>>> > (1161145101@qtp-1008805148-33:null) Access granted to Acct[2-admin]
>>>> to
>>>> > Domain:1/ by DomainChecker
>>>> > 2013-04-07 00:33:42,009 DEBUG [cloud.api.ApiServlet]
>>>> > (1161145101@qtp-1008805148-33:null) ===END===  127.0.0.1 -- GET
>>>> >
>>>>  command=listSecurityGroups&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&domainid=e4ec5ddc-9e1c-11e2-a770-6e70e42a2333&account=admin&_=1365316421995
>>>> > 2013-04-07 00:33:44,477 DEBUG [cloud.api.ApiServlet]
>>>> > (1161145101@qtp-1008805148-33:null) ===START===  127.0.0.1 -- GET
>>>> >
>>>>  command=deployVirtualMachine&zoneId=3a62dec3-cf95-4ba2-9af0-af2190af35e3&templateId=e4a7df4a-9e1c-11e2-a770-6e70e42a2333&hypervisor=XenServer&serviceOfferingId=9c1e08a2-2dfe-4fa8-aea9-3e4955a69cc2&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316424475
>>>> > 2013-04-07 00:33:44,484 DEBUG [cloud.api.ApiDispatcher]
>>>> > (1161145101@qtp-1008805148-33:null) InfrastructureEntity name
>>>> > is:com.cloud.offering.ServiceOffering
>>>> > 2013-04-07 00:33:44,486 DEBUG [cloud.api.ApiDispatcher]
>>>> > (1161145101@qtp-1008805148-33:null) ControlledEntity name
>>>> > is:com.cloud.template.VirtualMachineTemplate
>>>> > 2013-04-07 00:33:44,510 DEBUG [cloud.vm.UserVmManagerImpl]
>>>> > (1161145101@qtp-1008805148-33:null) Allocating in the DB for vm
>>>> > 2013-04-07 00:33:44,523 DEBUG [cloud.vm.VirtualMachineManagerImpl]
>>>> > (1161145101@qtp-1008805148-33:null) Allocating entries for VM:
>>>> > VM[User|a30b991d-1c38-4bae-803f-ab3be57a384f]
>>>> > 2013-04-07 00:33:44,523 DEBUG [cloud.vm.VirtualMachineManagerImpl]
>>>> > (1161145101@qtp-1008805148-33:null) Allocating nics for
>>>> > VM[User|a30b991d-1c38-4bae-803f-ab3be57a384f]
>>>> > 2013-04-07 00:33:44,524 DEBUG [cloud.network.NetworkManagerImpl]
>>>> > (1161145101@qtp-1008805148-33:null) Allocating nic for vm
>>>> > VM[User|a30b991d-1c38-4bae-803f-ab3be57a384f] in network
>>>> Ntwk[204|Guest|6]
>>>> > with requested profile NicProfile[0-0-null-null-null
>>>> > 2013-04-07 00:33:44,531 DEBUG [cloud.vm.VirtualMachineManagerImpl]
>>>> > (1161145101@qtp-1008805148-33:null) Allocaing disks for
>>>> > VM[User|a30b991d-1c38-4bae-803f-ab3be57a384f]
>>>> > 2013-04-07 00:33:44,538 DEBUG [cloud.vm.VirtualMachineManagerImpl]
>>>> > (1161145101@qtp-1008805148-33:null) Allocation completed for VM:
>>>> > VM[User|a30b991d-1c38-4bae-803f-ab3be57a384f]
>>>> > 2013-04-07 00:33:44,538 DEBUG [cloud.vm.UserVmManagerImpl]
>>>> > (1161145101@qtp-1008805148-33:null) Successfully allocated DB entry
>>>> for
>>>> > VM[User|a30b991d-1c38-4bae-803f-ab3be57a384f]
>>>> > 2013-04-07 00:33:44,571 DEBUG [cloud.async.AsyncJobManagerImpl]
>>>> > (1161145101@qtp-1008805148-33:null) submit async job-44, details:
>>>> > AsyncJobVO {id:44, userId: 2, accountId: 2, sessionKey: null,
>>>> instanceType:
>>>> > null, instanceId: 14, cmd:
>>>> > org.apache.cloudstack.api.command.user.vm.DeployVMCmd, cmdOriginator:
>>>> null,
>>>> > cmdInfo:
>>>> >
>>>> {"id":"14","templateId":"e4a7df4a-9e1c-11e2-a770-6e70e42a2333","response":"json","sessionkey":"Z6QqzU0Fq1iT13bMgnRRfl8GoVA\u003d","ctxUserId":"2","hypervisor":"XenServer","serviceOfferingId":"9c1e08a2-2dfe-4fa8-aea9-3e4955a69cc2","_":"1365316424475","ctxAccountId":"2","ctxStartEventId":"49","zoneId":"3a62dec3-cf95-4ba2-9af0-af2190af35e3"},
>>>> > cmdVersion: 0, callbackType: 0, callbackAddress: null, status: 0,
>>>> > processStatus: 0, resultCode: 0, result: null, initMsid: 1,
>>>> completeMsid:
>>>> > null, lastUpdated: null, lastPolled: null, created: null}
>>>> > 2013-04-07 00:33:44,572 DEBUG [cloud.async.AsyncJobManagerImpl]
>>>> > (Job-Executor-37:job-44) Executing
>>>> > org.apache.cloudstack.api.command.user.vm.DeployVMCmd for job-44
>>>> > 2013-04-07 00:33:44,573 DEBUG [cloud.api.ApiServlet]
>>>> > (1161145101@qtp-1008805148-33:null) ===END===  127.0.0.1 -- GET
>>>> >
>>>>  command=deployVirtualMachine&zoneId=3a62dec3-cf95-4ba2-9af0-af2190af35e3&templateId=e4a7df4a-9e1c-11e2-a770-6e70e42a2333&hypervisor=XenServer&serviceOfferingId=9c1e08a2-2dfe-4fa8-aea9-3e4955a69cc2&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316424475
>>>> > 2013-04-07 00:33:44,578 DEBUG [cloud.api.ApiDispatcher]
>>>> > (Job-Executor-37:job-44) InfrastructureEntity name
>>>> > is:com.cloud.offering.ServiceOffering
>>>> > 2013-04-07 00:33:44,581 DEBUG [cloud.api.ApiDispatcher]
>>>> > (Job-Executor-37:job-44) ControlledEntity name
>>>> > is:com.cloud.template.VirtualMachineTemplate
>>>> > 2013-04-07 00:33:44,624 DEBUG [cloud.deploy.FirstFitPlanner]
>>>> > (Job-Executor-37:job-44) DeploymentPlanner allocation algorithm:
>>>> random
>>>> > 2013-04-07 00:33:44,624 DEBUG [cloud.deploy.FirstFitPlanner]
>>>> > (Job-Executor-37:job-44) Trying to allocate a host and storage pools
>>>> from
>>>> > dc:1, pod:null,cluster:null, requested cpu: 100, requested ram:
>>>> 1073741824
>>>> > 2013-04-07 00:33:44,624 DEBUG [cloud.deploy.FirstFitPlanner]
>>>> > (Job-Executor-37:job-44) Is ROOT volume READY (pool already
>>>> allocated)?: No
>>>> > 2013-04-07 00:33:44,624 DEBUG [cloud.deploy.FirstFitPlanner]
>>>> > (Job-Executor-37:job-44) Searching all possible resources under this
>>>> Zone: 1
>>>> > 2013-04-07 00:33:44,625 DEBUG [cloud.deploy.FirstFitPlanner]
>>>> > (Job-Executor-37:job-44) Listing clusters in order of aggregate
>>>> capacity,
>>>> > that have (atleast one host with) enough CPU and RAM capacity under
>>>> this
>>>> > Zone: 1
>>>> > 2013-04-07 00:33:44,626 DEBUG [cloud.deploy.FirstFitPlanner]
>>>> > (Job-Executor-37:job-44) CPUOverprovisioningFactor considered: 1.0
>>>> > 2013-04-07 00:33:44,638 DEBUG [cloud.deploy.FirstFitPlanner]
>>>> > (Job-Executor-37:job-44) Cannot allocate cluster list [1, 2] for vm
>>>> > creation since their allocated percentage crosses the disable capacity
>>>> > threshold: 0.85 for capacity Type : 0, skipping these clusters
>>>> > 2013-04-07 00:33:44,639 DEBUG [cloud.deploy.FirstFitPlanner]
>>>> > (Job-Executor-37:job-44) Could not find suitable Deployment
>>>> Destination for
>>>> > this VM under any clusters, returning.
>>>> > 2013-04-07 00:33:44,641 DEBUG [cloud.vm.UserVmManagerImpl]
>>>> > (Job-Executor-37:job-44) Destroying vm
>>>> > VM[User|a30b991d-1c38-4bae-803f-ab3be57a384f] as it failed to create
>>>> on
>>>> > Host with Id:null
>>>> > 2013-04-07 00:33:44,646 DEBUG [cloud.capacity.CapacityManagerImpl]
>>>> > (Job-Executor-37:job-44) VM state transitted from :Stopped to Error
>>>> with
>>>> > event: OperationFailedToErrorvm's original host id: null new host id:
>>>> null
>>>> > host id before state transition: null
>>>> > 2013-04-07 00:33:44,672 INFO  [user.vm.DeployVMCmd]
>>>> > (Job-Executor-37:job-44)
>>>> > com.cloud.exception.InsufficientServerCapacityException: Unable to
>>>> create a
>>>> > deployment for
>>>> VM[User|a30b991d-1c38-4bae-803f-ab3be57a384f]Scope=interface
>>>> > com.cloud.dc.DataCenter; id=1
>>>> > 2013-04-07 00:33:44,672 INFO  [user.vm.DeployVMCmd]
>>>> > (Job-Executor-37:job-44) Unable to create a deployment for
>>>> > VM[User|a30b991d-1c38-4bae-803f-ab3be57a384f]
>>>> > com.cloud.exception.InsufficientServerCapacityException: Unable to
>>>> create
>>>> > a deployment for
>>>> > VM[User|a30b991d-1c38-4bae-803f-ab3be57a384f]Scope=interface
>>>> > com.cloud.dc.DataCenter; id=1
>>>> >  at
>>>> >
>>>> org.apache.cloudstack.engine.cloud.entity.api.VMEntityManagerImpl.reserveVirtualMachine(VMEntityManagerImpl.java:186)
>>>> > at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
>>>> >  at
>>>> >
>>>> sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
>>>> > at
>>>> >
>>>> sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
>>>> >  at java.lang.reflect.Method.invoke(Method.java:597)
>>>> > at
>>>> >
>>>> org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:319)
>>>> >  at
>>>> >
>>>> org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:183)
>>>> > at
>>>> >
>>>> org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:150)
>>>> >  at
>>>> >
>>>> org.springframework.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodInvocationProceedingJoinPoint.java:80)
>>>> > at
>>>> >
>>>> com.cloud.utils.db.TransactionContextBuilder.AroundAnyMethod(TransactionContextBuilder.java:37)
>>>> >  at sun.reflect.GeneratedMethodAccessor37.invoke(Unknown Source)
>>>> > at
>>>> >
>>>> sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
>>>> >  at java.lang.reflect.Method.invoke(Method.java:597)
>>>> > at
>>>> >
>>>> org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:621)
>>>> >  at
>>>> >
>>>> org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:610)
>>>> > at
>>>> >
>>>> org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:65)
>>>> >  at
>>>> >
>>>> org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:172)
>>>> > at
>>>> >
>>>> org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:90)
>>>> >  at
>>>> >
>>>> org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:172)
>>>> > at
>>>> >
>>>> org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:202)
>>>> >  at com.sun.proxy.$Proxy297.reserveVirtualMachine(Unknown Source)
>>>> > at
>>>> >
>>>> org.apache.cloudstack.engine.cloud.entity.api.VirtualMachineEntityImpl.reserve(VirtualMachineEntityImpl.java:198)
>>>> >  at
>>>> >
>>>> com.cloud.vm.UserVmManagerImpl.startVirtualMachine(UserVmManagerImpl.java:3859)
>>>> > at
>>>> >
>>>> com.cloud.vm.UserVmManagerImpl.startVirtualMachine(UserVmManagerImpl.java:3458)
>>>> >  at
>>>> >
>>>> com.cloud.vm.UserVmManagerImpl.startVirtualMachine(UserVmManagerImpl.java:3444)
>>>> > at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
>>>> >  at
>>>> >
>>>> sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
>>>> > at
>>>> >
>>>> sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
>>>> >  at java.lang.reflect.Method.invoke(Method.java:597)
>>>> > at
>>>> >
>>>> org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:319)
>>>> >  at
>>>> >
>>>> org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:183)
>>>> > at
>>>> >
>>>> org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:150)
>>>> >  at
>>>> >
>>>> org.springframework.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodInvocationProceedingJoinPoint.java:80)
>>>> > at
>>>> >
>>>> com.cloud.event.ActionEventInterceptor.AroundAnyMethod(ActionEventInterceptor.java:53)
>>>> >  at sun.reflect.GeneratedMethodAccessor359.invoke(Unknown Source)
>>>> > at
>>>> >
>>>> sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
>>>> >  at java.lang.reflect.Method.invoke(Method.java:597)
>>>> > at
>>>> >
>>>> org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:621)
>>>> >  at
>>>> >
>>>> org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:610)
>>>> > at
>>>> >
>>>> org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:65)
>>>> >  at
>>>> >
>>>> org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:161)
>>>> > at
>>>> >
>>>> org.springframework.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodInvocationProceedingJoinPoint.java:80)
>>>> >  at
>>>> >
>>>> com.cloud.utils.db.TransactionContextBuilder.AroundAnyMethod(TransactionContextBuilder.java:37)
>>>> > at sun.reflect.GeneratedMethodAccessor37.invoke(Unknown Source)
>>>> >  at
>>>> >
>>>> sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
>>>> > at java.lang.reflect.Method.invoke(Method.java:597)
>>>> >  at
>>>> >
>>>> org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:621)
>>>> > at
>>>> >
>>>> org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:610)
>>>> >  at
>>>> >
>>>> org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:65)
>>>> > at
>>>> >
>>>> org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:172)
>>>> >  at
>>>> >
>>>> org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:90)
>>>> > at
>>>> >
>>>> org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:172)
>>>> >  at
>>>> >
>>>> org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:202)
>>>> > at com.sun.proxy.$Proxy263.startVirtualMachine(Unknown Source)
>>>> >  at
>>>> >
>>>> org.apache.cloudstack.api.command.user.vm.DeployVMCmd.execute(DeployVMCmd.java:379)
>>>> > at com.cloud.api.ApiDispatcher.dispatch(ApiDispatcher.java:163)
>>>> >  at net.sf.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204)
>>>> > at
>>>> >
>>>> org.springframework.aop.framework.Cglib2AopProxy$CglibMethodInvocation.invokeJoinpoint(Cglib2AopProxy.java:689)
>>>> >  at
>>>> >
>>>> org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:150)
>>>> > at
>>>> >
>>>> org.springframework.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodInvocationProceedingJoinPoint.java:80)
>>>> >  at
>>>> >
>>>> com.cloud.utils.db.TransactionContextBuilder.AroundAnyMethod(TransactionContextBuilder.java:37)
>>>> > at sun.reflect.GeneratedMethodAccessor37.invoke(Unknown Source)
>>>> >  at
>>>> >
>>>> sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
>>>> > at java.lang.reflect.Method.invoke(Method.java:597)
>>>> >  at
>>>> >
>>>> org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:621)
>>>> > at
>>>> >
>>>> org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:610)
>>>> >  at
>>>> >
>>>> org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:65)
>>>> > at
>>>> >
>>>> org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:172)
>>>> >  at
>>>> >
>>>> org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:90)
>>>> > at
>>>> >
>>>> org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:172)
>>>> >  at
>>>> >
>>>> org.springframework.aop.framework.Cglib2AopProxy$DynamicAdvisedInterceptor.intercept(Cglib2AopProxy.java:622)
>>>> > at
>>>> com.cloud.async.AsyncJobManagerImpl$1.run(AsyncJobManagerImpl.java:437)
>>>> >  at
>>>> >
>>>> java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:439)
>>>> > at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:303)
>>>> >  at java.util.concurrent.FutureTask.run(FutureTask.java:138)
>>>> > at
>>>> >
>>>> java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:895)
>>>> >  at
>>>> >
>>>> java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:918)
>>>> > at java.lang.Thread.run(Thread.java:680)
>>>> > 2013-04-07 00:33:44,674 DEBUG [cloud.async.AsyncJobManagerImpl]
>>>> > (Job-Executor-37:job-44) Complete async job-44, jobStatus: 2,
>>>> resultCode:
>>>> > 530, result: Error Code: 533 Error text: Unable to create a
>>>> deployment for
>>>> > VM[User|a30b991d-1c38-4bae-803f-ab3be57a384f]
>>>> > 2013-04-07 00:33:47,591 DEBUG [cloud.api.ApiServlet]
>>>> > (1161145101@qtp-1008805148-33:null) ===START===  127.0.0.1 -- GET
>>>> >
>>>>  command=queryAsyncJobResult&jobId=8dd191cc-2709-4223-aee5-3ecd759d4afd&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316427589
>>>> > 2013-04-07 00:33:47,601 DEBUG [cloud.async.AsyncJobManagerImpl]
>>>> > (1161145101@qtp-1008805148-33:null) Async job-44 completed
>>>> > 2013-04-07 00:33:47,605 DEBUG [cloud.api.ApiServlet]
>>>> > (1161145101@qtp-1008805148-33:null) ===END===  127.0.0.1 -- GET
>>>> >
>>>>  command=queryAsyncJobResult&jobId=8dd191cc-2709-4223-aee5-3ecd759d4afd&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316427589
>>>> > 2013-04-07 00:33:47,608 DEBUG [cloud.api.ApiServlet]
>>>> > (1161145101@qtp-1008805148-33:null) ===START===  127.0.0.1 -- GET
>>>> >
>>>>  command=listVirtualMachines&id=a30b991d-1c38-4bae-803f-ab3be57a384f&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316427606
>>>> > 2013-04-07 00:33:47,621 DEBUG [cloud.api.ApiServlet]
>>>> > (1161145101@qtp-1008805148-33:null) ===END===  127.0.0.1 -- GET
>>>> >
>>>>  command=listVirtualMachines&id=a30b991d-1c38-4bae-803f-ab3be57a384f&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316427606
>>>> > 2013-04-07 00:33:47,678 DEBUG [agent.manager.AgentManagerImpl]
>>>> > (AgentManager-Handler-14:null) Ping from 3
>>>> > 2013-04-07 00:33:50,451 DEBUG
>>>> > [storage.secondary.SecondaryStorageManagerImpl] (secstorage-1:null)
>>>> Zone 1
>>>> > is ready to launch secondary storage VM
>>>> > 2013-04-07 00:33:50,559 DEBUG
>>>> [cloud.consoleproxy.ConsoleProxyManagerImpl]
>>>> > (consoleproxy-1:null) Zone 1 is ready to launch console proxy
>>>> > 2013-04-07 00:33:50,819 DEBUG
>>>> > [network.router.VirtualNetworkApplianceManagerImpl]
>>>> > (RouterStatusMonitor-1:null) Found 0 routers to update status.
>>>> > 2013-04-07 00:33:50,820 DEBUG
>>>> > [network.router.VirtualNetworkApplianceManagerImpl]
>>>> > (RouterStatusMonitor-1:null) Found 0 networks to update RvR status.
>>>> > 2013-04-07 00:33:50,851 DEBUG
>>>> > [network.router.VirtualNetworkApplianceManagerImpl]
>>>> > (RouterStatusMonitor-1:null) Found 0 routers to update status.
>>>> > 2013-04-07 00:33:50,852 DEBUG
>>>> > [network.router.VirtualNetworkApplianceManagerImpl]
>>>> > (RouterStatusMonitor-1:null) Found 0 networks to update RvR status.
>>>> > 2013-04-07 00:33:51,465 INFO  [agent.manager.AgentMonitor]
>>>> > (Thread-11:null) Found the following agents behind on ping: [6, 5]
>>>> > 2013-04-07 00:33:51,467 DEBUG [cloud.host.Status] (Thread-11:null)
>>>> Ping
>>>> > timeout for host 6, do invstigation
>>>> > 2013-04-07 00:33:51,468 DEBUG [cloud.host.Status] (Thread-11:null)
>>>> Ping
>>>> > timeout for host 5, do invstigation
>>>> > 2013-04-07 00:33:51,468 INFO  [agent.manager.AgentManagerImpl]
>>>> > (AgentTaskPool-4:null) Investigating why host 6 has disconnected with
>>>> event
>>>> > PingTimeout
>>>> > 2013-04-07 00:33:51,468 DEBUG [agent.manager.AgentManagerImpl]
>>>> > (AgentTaskPool-4:null) checking if agent (6) is alive
>>>> > 2013-04-07 00:33:51,469 INFO  [agent.manager.AgentManagerImpl]
>>>> > (AgentTaskPool-3:null) Investigating why host 5 has disconnected with
>>>> event
>>>> > PingTimeout
>>>> > 2013-04-07 00:33:51,470 DEBUG [agent.manager.AgentManagerImpl]
>>>> > (AgentTaskPool-3:null) checking if agent (5) is alive
>>>> > 2013-04-07 00:33:51,471 DEBUG [agent.transport.Request]
>>>> > (AgentTaskPool-4:null) Seq 6-324993311: Sending  { Cmd , MgmtId: 1,
>>>> via: 6,
>>>> > Ver: v1, Flags: 100011, [{"CheckHealthCommand":{"wait":50}}] }
>>>> > 2013-04-07 00:33:51,471 DEBUG [agent.transport.Request]
>>>> > (AgentTaskPool-4:null) Seq 6-324993311: Executing:  { Cmd , MgmtId:
>>>> 1, via:
>>>> > 6, Ver: v1, Flags: 100011, [{"CheckHealthCommand":{"wait":50}}] }
>>>> > 2013-04-07 00:33:51,472 DEBUG [agent.manager.DirectAgentAttache]
>>>> > (DirectAgent-448:null) Seq 6-324993311: Executing request
>>>> > 2013-04-07 00:33:51,473 DEBUG [agent.transport.Request]
>>>> > (AgentTaskPool-3:null) Seq 5-614334815: Sending  { Cmd , MgmtId: 1,
>>>> via: 5,
>>>> > Ver: v1, Flags: 100011, [{"CheckHealthCommand":{"wait":50}}] }
>>>> > 2013-04-07 00:33:51,473 DEBUG [agent.transport.Request]
>>>> > (AgentTaskPool-3:null) Seq 5-614334815: Executing:  { Cmd , MgmtId:
>>>> 1, via:
>>>> > 5, Ver: v1, Flags: 100011, [{"CheckHealthCommand":{"wait":50}}] }
>>>> > 2013-04-07 00:33:51,473 DEBUG [agent.manager.DirectAgentAttache]
>>>> > (DirectAgent-261:null) Seq 5-614334815: Executing request
>>>> > 2013-04-07 00:33:51,527 DEBUG [agent.manager.DirectAgentAttache]
>>>> > (DirectAgent-448:null) Seq 6-324993311: Response Received:
>>>> > 2013-04-07 00:33:51,527 DEBUG [agent.transport.Request]
>>>> > (DirectAgent-448:null) Seq 6-324993311: Processing:  { Ans: , MgmtId:
>>>> 1,
>>>> > via: 6, Ver: v1, Flags: 10,
>>>> > [{"CheckHealthAnswer":{"result":true,"details":"resource is
>>>> > alive","wait":0}}] }
>>>> > 2013-04-07 00:33:51,527 DEBUG [agent.transport.Request]
>>>> > (AgentTaskPool-4:null) Seq 6-324993311: Received:  { Ans: , MgmtId:
>>>> 1, via:
>>>> > 6, Ver: v1, Flags: 10, { CheckHealthAnswer } }
>>>> > 2013-04-07 00:33:51,528 DEBUG [agent.manager.AgentManagerImpl]
>>>> > (AgentTaskPool-4:null) Details from executing class
>>>> > com.cloud.agent.api.CheckHealthCommand: resource is alive
>>>> > 2013-04-07 00:33:51,528 DEBUG [agent.manager.AgentManagerImpl]
>>>> > (AgentTaskPool-4:null) agent (6) responded to checkHeathCommand,
>>>> reporting
>>>> > that agent is Up
>>>> > 2013-04-07 00:33:51,528 INFO  [agent.manager.AgentManagerImpl]
>>>> > (AgentTaskPool-4:null) The state determined is Up
>>>> > 2013-04-07 00:33:51,528 INFO  [agent.manager.AgentManagerImpl]
>>>> > (AgentTaskPool-4:null) Agent is determined to be up and running
>>>> > 2013-04-07 00:33:51,528 DEBUG [cloud.host.Status]
>>>> (AgentTaskPool-4:null)
>>>> > Transition:[Resource state = Enabled, Agent event = Ping, Host id =
>>>> 6, name
>>>> > = Tut-XenServer]
>>>> > 2013-04-07 00:33:51,531 DEBUG [cloud.host.Status]
>>>> (AgentTaskPool-4:null)
>>>> > Agent status update: [id = 6; name = Tut-XenServer; old status = Up;
>>>> event
>>>> > = Ping; new status = Up; old update count = 310; new update count =
>>>> 311]
>>>> > 2013-04-07 00:33:51,531 DEBUG [agent.manager.DirectAgentAttache]
>>>> > (DirectAgent-261:null) Seq 5-614334815: Response Received:
>>>> > 2013-04-07 00:33:51,531 DEBUG [agent.transport.Request]
>>>> > (DirectAgent-261:null) Seq 5-614334815: Processing:  { Ans: , MgmtId:
>>>> 1,
>>>> > via: 5, Ver: v1, Flags: 10,
>>>> > [{"CheckHealthAnswer":{"result":true,"details":"resource is
>>>> > alive","wait":0}}] }
>>>> > 2013-04-07 00:33:51,531 DEBUG [agent.transport.Request]
>>>> > (AgentTaskPool-3:null) Seq 5-614334815: Received:  { Ans: , MgmtId:
>>>> 1, via:
>>>> > 5, Ver: v1, Flags: 10, { CheckHealthAnswer } }
>>>> > 2013-04-07 00:33:51,532 DEBUG [agent.manager.AgentManagerImpl]
>>>> > (AgentTaskPool-3:null) Details from executing class
>>>> > com.cloud.agent.api.CheckHealthCommand: resource is alive
>>>> > 2013-04-07 00:33:51,532 DEBUG [agent.manager.AgentManagerImpl]
>>>> > (AgentTaskPool-3:null) agent (5) responded to checkHeathCommand,
>>>> reporting
>>>> > that agent is Up
>>>> > 2013-04-07 00:33:51,532 INFO  [agent.manager.AgentManagerImpl]
>>>> > (AgentTaskPool-3:null) The state determined is Up
>>>> > 2013-04-07 00:33:51,532 INFO  [agent.manager.AgentManagerImpl]
>>>> > (AgentTaskPool-3:null) Agent is determined to be up and running
>>>> > 2013-04-07 00:33:51,532 DEBUG [cloud.host.Status]
>>>> (AgentTaskPool-3:null)
>>>> > Transition:[Resource state = Enabled, Agent event = Ping, Host id =
>>>> 5, name
>>>> > = Tut-XenServer2]
>>>> > 2013-04-07 00:33:51,535 DEBUG [cloud.host.Status]
>>>> (AgentTaskPool-3:null)
>>>> > Agent status update: [id = 5; name = Tut-XenServer2; old status = Up;
>>>> event
>>>> > = Ping; new status = Up; old update count = 147; new update count =
>>>> 148]
>>>> > 2013-04-07 00:34:04,860 DEBUG [agent.manager.DirectAgentAttache]
>>>> > (DirectAgent-239:null) Ping from 6
>>>> > 2013-04-07 00:34:06,170 DEBUG [agent.manager.DirectAgentAttache]
>>>> > (DirectAgent-185:null) Ping from 5
>>>> > 2013-04-07 00:34:06,909 DEBUG [agent.manager.DirectAgentAttache]
>>>> > (DirectAgent-461:null) Seq 6-324993028: Executing request
>>>> > 2013-04-07 00:34:07,107 DEBUG [agent.manager.DirectAgentAttache]
>>>> > (DirectAgent-461:null) Seq 6-324993028: Response Received:
>>>> > 2013-04-07 00:34:07,107 DEBUG [agent.transport.Request]
>>>> > (DirectAgent-461:null) Seq 6-324993028: Processing:  { Ans: , MgmtId:
>>>> 1,
>>>> > via: 6, Ver: v1, Flags: 10,
>>>> >
>>>> [{"ClusterSyncAnswer":{"_clusterId":2,"_newStates":{},"_isExecuted":false,"result":true,"wait":0}}]
>>>> > }
>>>> > 2013-04-07 00:34:11,023 DEBUG [agent.manager.DirectAgentAttache]
>>>> > (DirectAgent-450:null) Seq 5-614334468: Executing request
>>>> > 2013-04-07 00:34:11,168 DEBUG [agent.manager.DirectAgentAttache]
>>>> > (DirectAgent-450:null) Seq 5-614334468: Response Received:
>>>> > 2013-04-07 00:34:11,168 DEBUG [agent.transport.Request]
>>>> > (DirectAgent-450:null) Seq 5-614334468: Processing:  { Ans: , MgmtId:
>>>> 1,
>>>> > via: 5, Ver: v1, Flags: 10, [{"Answer":{"result":true,"wait":0}}] }
>>>> > 2013-04-07 00:34:20,451 DEBUG
>>>> > [storage.secondary.SecondaryStorageManagerImpl] (secstorage-1:null)
>>>> Zone 1
>>>> > is ready to launch secondary storage VM
>>>> > 2013-04-07 00:34:20,553 DEBUG
>>>> [cloud.consoleproxy.ConsoleProxyManagerImpl]
>>>> > (consoleproxy-1:null) Zone 1 is ready to launch console proxy
>>>> > 2013-04-07 00:34:20,820 DEBUG
>>>> > [network.router.VirtualNetworkApplianceManagerImpl]
>>>> > (RouterStatusMonitor-1:null) Found 0 routers to update status.
>>>> > 2013-04-07 00:34:20,821 DEBUG
>>>> > [network.router.VirtualNetworkApplianceManagerImpl]
>>>> > (RouterStatusMonitor-1:null) Found 0 networks to update RvR status.
>>>> > 2013-04-07 00:34:20,850 DEBUG
>>>> > [network.router.VirtualNetworkApplianceManagerImpl]
>>>> > (RouterStatusMonitor-1:null) Found 0 routers to update status.
>>>> > 2013-04-07 00:34:20,851 DEBUG
>>>> > [network.router.VirtualNetworkApplianceManagerImpl]
>>>> > (RouterStatusMonitor-1:null) Found 0 networks to update RvR status.
>>>> > 2013-04-07 00:34:24,891 DEBUG [agent.manager.AgentManagerImpl]
>>>> > (AgentManager-Handler-15:null) Ping from 4
>>>> > 2013-04-07 00:34:27,175 DEBUG [agent.manager.DirectAgentAttache]
>>>> > (DirectAgent-126:null) Ping from 1
>>>> > 2013-04-07 00:34:29,095 DEBUG [agent.manager.DirectAgentAttache]
>>>> > (DirectAgent-182:null) Seq 1-90046472: Executing request
>>>> > 2013-04-07 00:34:29,323 DEBUG [agent.manager.DirectAgentAttache]
>>>> > (DirectAgent-182:null) Seq 1-90046472: Response Received:
>>>> > 2013-04-07 00:34:29,323 DEBUG [agent.transport.Request]
>>>> > (DirectAgent-182:null) Seq 1-90046472: Processing:  { Ans: , MgmtId:
>>>> 1,
>>>> > via: 1, Ver: v1, Flags: 10,
>>>> >
>>>> [{"ClusterSyncAnswer":{"_clusterId":1,"_newStates":{},"_isExecuted":false,"result":true,"wait":0}}]
>>>> > }
>>>> > 2013-04-07 00:34:36,532 DEBUG [cloud.api.ApiServlet]
>>>> > (1161145101@qtp-1008805148-33:null) ===START===  127.0.0.1 -- GET
>>>> >
>>>>  command=listVolumes&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&listAll=true&page=1&pagesize=20&_=1365316476530
>>>> > 2013-04-07 00:34:36,548 DEBUG [cloud.api.ApiServlet]
>>>> > (1161145101@qtp-1008805148-33:null) ===END===  127.0.0.1 -- GET
>>>> >
>>>>  command=listVolumes&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&listAll=true&page=1&pagesize=20&_=1365316476530
>>>> > 2013-04-07 00:34:39,285 DEBUG [cloud.api.ApiServlet]
>>>> > (1161145101@qtp-1008805148-33:null) ===START===  127.0.0.1 -- GET
>>>> >
>>>>  command=listVolumes&id=44d56727-6e5f-438a-8187-42adfac7c906&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316479283
>>>> > 2013-04-07 00:34:39,309 DEBUG [cloud.api.ApiServlet]
>>>> > (1161145101@qtp-1008805148-33:null) ===END===  127.0.0.1 -- GET
>>>> >
>>>>  command=listVolumes&id=44d56727-6e5f-438a-8187-42adfac7c906&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316479283
>>>> > 2013-04-07 00:34:39,325 DEBUG [cloud.api.ApiServlet]
>>>> > (1161145101@qtp-1008805148-33:null) ===START===  127.0.0.1 -- GET
>>>> >
>>>>  command=listTags&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&resourceId=44d56727-6e5f-438a-8187-42adfac7c906&resourceType=Volume&listAll=true&_=1365316479323
>>>> > 2013-04-07 00:34:39,334 DEBUG [cloud.api.ApiServlet]
>>>> > (1161145101@qtp-1008805148-33:null) ===END===  127.0.0.1 -- GET
>>>> >
>>>>  command=listTags&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&resourceId=44d56727-6e5f-438a-8187-42adfac7c906&resourceType=Volume&listAll=true&_=1365316479323
>>>> > 2013-04-07 00:34:47,678 DEBUG [agent.manager.AgentManagerImpl]
>>>> > (AgentManager-Handler-1:null) Ping from 3
>>>> > 2013-04-07 00:34:50,455 DEBUG
>>>> > [storage.secondary.SecondaryStorageManagerImpl] (secstorage-1:null)
>>>> Zone 1
>>>> > is ready to launch secondary storage VM
>>>> > 2013-04-07 00:34:50,557 DEBUG
>>>> [cloud.consoleproxy.ConsoleProxyManagerImpl]
>>>> > (consoleproxy-1:null) Zone 1 is ready to launch console proxy
>>>> > 2013-04-07 00:34:50,820 DEBUG
>>>> > [network.router.VirtualNetworkApplianceManagerImpl]
>>>> > (RouterStatusMonitor-1:null) Found 0 routers to update status.
>>>> > 2013-04-07 00:34:50,821 DEBUG
>>>> > [network.router.VirtualNetworkApplianceManagerImpl]
>>>> > (RouterStatusMonitor-1:null) Found 0 networks to update RvR status.
>>>> > 2013-04-07 00:34:50,850 DEBUG
>>>> > [network.router.VirtualNetworkApplianceManagerImpl]
>>>> > (RouterStatusMonitor-1:null) Found 0 routers to update status.
>>>> > 2013-04-07 00:34:50,851 DEBUG
>>>> > [network.router.VirtualNetworkApplianceManagerImpl]
>>>> > (RouterStatusMonitor-1:null) Found 0 networks to update RvR status.
>>>> > 2013-04-07 00:34:51,468 INFO  [agent.manager.AgentMonitor]
>>>> > (Thread-11:null) Found the following agents behind on ping: [6, 5]
>>>> > 2013-04-07 00:34:51,470 DEBUG [cloud.host.Status] (Thread-11:null)
>>>> Ping
>>>> > timeout for host 6, do invstigation
>>>> > 2013-04-07 00:34:51,471 DEBUG [cloud.host.Status] (Thread-11:null)
>>>> Ping
>>>> > timeout for host 5, do invstigation
>>>> > 2013-04-07 00:34:51,472 INFO  [agent.manager.AgentManagerImpl]
>>>> > (AgentTaskPool-5:null) Investigating why host 6 has disconnected with
>>>> event
>>>> > PingTimeout
>>>> > 2013-04-07 00:34:51,472 DEBUG [agent.manager.AgentManagerImpl]
>>>> > (AgentTaskPool-5:null) checking if agent (6) is alive
>>>> > 2013-04-07 00:34:51,473 INFO  [agent.manager.AgentManagerImpl]
>>>> > (AgentTaskPool-6:null) Investigating why host 5 has disconnected with
>>>> event
>>>> > PingTimeout
>>>> > 2013-04-07 00:34:51,473 DEBUG [agent.manager.AgentManagerImpl]
>>>> > (AgentTaskPool-6:null) checking if agent (5) is alive
>>>> > 2013-04-07 00:34:51,475 DEBUG [agent.transport.Request]
>>>> > (AgentTaskPool-5:null) Seq 6-324993312: Sending  { Cmd , MgmtId: 1,
>>>> via: 6,
>>>> > Ver: v1, Flags: 100011, [{"CheckHealthCommand":{"wait":50}}] }
>>>> > 2013-04-07 00:34:51,475 DEBUG [agent.transport.Request]
>>>> > (AgentTaskPool-5:null) Seq 6-324993312: Executing:  { Cmd , MgmtId:
>>>> 1, via:
>>>> > 6, Ver: v1, Flags: 100011, [{"CheckHealthCommand":{"wait":50}}] }
>>>> > 2013-04-07 00:34:51,475 DEBUG [agent.manager.DirectAgentAttache]
>>>> > (DirectAgent-42:null) Seq 6-324993312: Executing request
>>>> > 2013-04-07 00:34:51,476 DEBUG [agent.transport.Request]
>>>> > (AgentTaskPool-6:null) Seq 5-614334816: Sending  { Cmd , MgmtId: 1,
>>>> via: 5,
>>>> > Ver: v1, Flags: 100011, [{"CheckHealthCommand":{"wait":50}}] }
>>>> > 2013-04-07 00:34:51,476 DEBUG [agent.transport.Request]
>>>> > (AgentTaskPool-6:null) Seq 5-614334816: Executing:  { Cmd , MgmtId:
>>>> 1, via:
>>>> > 5, Ver: v1, Flags: 100011, [{"CheckHealthCommand":{"wait":50}}] }
>>>> > 2013-04-07 00:34:51,477 DEBUG [agent.manager.DirectAgentAttache]
>>>> > (DirectAgent-164:null) Seq 5-614334816: Executing request
>>>> > 2013-04-07 00:34:51,534 DEBUG [agent.manager.DirectAgentAttache]
>>>> > (DirectAgent-164:null) Seq 5-614334816: Response Received:
>>>> > 2013-04-07 00:34:51,535 DEBUG [agent.transport.Request]
>>>> > (DirectAgent-164:null) Seq 5-614334816: Processing:  { Ans: , MgmtId:
>>>> 1,
>>>> > via: 5, Ver: v1, Flags: 10,
>>>> > [{"CheckHealthAnswer":{"result":true,"details":"resource is
>>>> > alive","wait":0}}] }
>>>> > 2013-04-07 00:34:51,535 DEBUG [agent.transport.Request]
>>>> > (AgentTaskPool-6:null) Seq 5-614334816: Received:  { Ans: , MgmtId:
>>>> 1, via:
>>>> > 5, Ver: v1, Flags: 10, { CheckHealthAnswer } }
>>>> > 2013-04-07 00:34:51,535 DEBUG [agent.manager.AgentManagerImpl]
>>>> > (AgentTaskPool-6:null) Details from executing class
>>>> > com.cloud.agent.api.CheckHealthCommand: resource is alive
>>>> > 2013-04-07 00:34:51,535 DEBUG [agent.manager.AgentManagerImpl]
>>>> > (AgentTaskPool-6:null) agent (5) responded to checkHeathCommand,
>>>> reporting
>>>> > that agent is Up
>>>> > 2013-04-07 00:34:51,535 INFO  [agent.manager.AgentManagerImpl]
>>>> > (AgentTaskPool-6:null) The state determined is Up
>>>> > 2013-04-07 00:34:51,535 INFO  [agent.manager.AgentManagerImpl]
>>>> > (AgentTaskPool-6:null) Agent is determined to be up and running
>>>> > 2013-04-07 00:34:51,535 DEBUG [cloud.host.Status]
>>>> (AgentTaskPool-6:null)
>>>> > Transition:[Resource state = Enabled, Agent event = Ping, Host id =
>>>> 5, name
>>>> > = Tut-XenServer2]
>>>> > 2013-04-07 00:34:51,538 DEBUG [cloud.host.Status]
>>>> (AgentTaskPool-6:null)
>>>> > Agent status update: [id = 5; name = Tut-XenServer2; old status = Up;
>>>> event
>>>> > = Ping; new status = Up; old update count = 148; new update count =
>>>> 149]
>>>> > 2013-04-07 00:34:51,539 DEBUG [agent.manager.DirectAgentAttache]
>>>> > (DirectAgent-42:null) Seq 6-324993312: Response Received:
>>>> > 2013-04-07 00:34:51,539 DEBUG [agent.transport.Request]
>>>> > (DirectAgent-42:null) Seq 6-324993312: Processing:  { Ans: , MgmtId:
>>>> 1,
>>>> > via: 6, Ver: v1, Flags: 10,
>>>> > [{"CheckHealthAnswer":{"result":true,"details":"resource is
>>>> > alive","wait":0}}] }
>>>> > 2013-04-07 00:34:51,539 DEBUG [agent.transport.Request]
>>>> > (AgentTaskPool-5:null) Seq 6-324993312: Received:  { Ans: , MgmtId:
>>>> 1, via:
>>>> > 6, Ver: v1, Flags: 10, { CheckHealthAnswer } }
>>>> > 2013-04-07 00:34:51,539 DEBUG [agent.manager.AgentManagerImpl]
>>>> > (AgentTaskPool-5:null) Details from executing class
>>>> > com.cloud.agent.api.CheckHealthCommand: resource is alive
>>>> > 2013-04-07 00:34:51,539 DEBUG [agent.manager.AgentManagerImpl]
>>>> > (AgentTaskPool-5:null) agent (6) responded to checkHeathCommand,
>>>> reporting
>>>> > that agent is Up
>>>> > 2013-04-07 00:34:51,539 INFO  [agent.manager.AgentManagerImpl]
>>>> > (AgentTaskPool-5:null) The state determined is Up
>>>> > 2013-04-07 00:34:51,539 INFO  [agent.manager.AgentManagerImpl]
>>>> > (AgentTaskPool-5:null) Agent is determined to be up and running
>>>> > 2013-04-07 00:34:51,539 DEBUG [cloud.host.Status]
>>>> (AgentTaskPool-5:null)
>>>> > Transition:[Resource state = Enabled, Agent event = Ping, Host id =
>>>> 6, name
>>>> > = Tut-XenServer]
>>>> > 2013-04-07 00:34:51,542 DEBUG [cloud.host.Status]
>>>> (AgentTaskPool-5:null)
>>>> > Agent status update: [id = 6; name = Tut-XenServer; old status = Up;
>>>> event
>>>> > = Ping; new status = Up; old update count = 311; new update count =
>>>> 312]
>>>> > 2013-04-07 00:34:54,349 INFO  [cloud.vm.UserVmManagerImpl]
>>>> > (UserVm-Scavenger-1:null) Found 1 vms to expunge.
>>>> > 2013-04-07 00:34:54,349 DEBUG [cloud.vm.VirtualMachineManagerImpl]
>>>> > (UserVm-Scavenger-1:null) Stopped called on
>>>> > VM[User|a30b991d-1c38-4bae-803f-ab3be57a384f] but the state is Error
>>>> > 2013-04-07 00:34:54,352 DEBUG [cloud.capacity.CapacityManagerImpl]
>>>> > (UserVm-Scavenger-1:null) VM state transitted from :Error to
>>>> Expunging with
>>>> > event: ExpungeOperationvm's original host id: null new host id: null
>>>> host
>>>> > id before state transition: null
>>>> > 2013-04-07 00:34:54,352 DEBUG [cloud.vm.VirtualMachineManagerImpl]
>>>> > (UserVm-Scavenger-1:null) Destroying vm
>>>> > VM[User|a30b991d-1c38-4bae-803f-ab3be57a384f]
>>>> > 2013-04-07 00:34:54,352 DEBUG [cloud.vm.VirtualMachineManagerImpl]
>>>> > (UserVm-Scavenger-1:null) Cleaning up NICS
>>>> > 2013-04-07 00:34:54,352 DEBUG [cloud.network.NetworkManagerImpl]
>>>> > (UserVm-Scavenger-1:null) Cleaning network for vm: 14
>>>> > 2013-04-07 00:34:54,360 DEBUG [network.guru.DirectNetworkGuru]
>>>> > (UserVm-Scavenger-1:null) Deallocate network: networkId: 204, ip: null
>>>> > 2013-04-07 00:34:54,362 DEBUG [cloud.network.NetworkManagerImpl]
>>>> > (UserVm-Scavenger-1:null) Removed nic id=20
>>>> > 2013-04-07 00:34:54,362 DEBUG [cloud.storage.StorageManagerImpl]
>>>> > (UserVm-Scavenger-1:null) Cleaning storage for vm: 14
>>>> > 2013-04-07 00:34:54,363 DEBUG [cloud.storage.StorageManagerImpl]
>>>> > (UserVm-Scavenger-1:null) Expunging Vol[14|vm=14|ROOT]
>>>> > 2013-04-07 00:34:54,365 DEBUG [cloud.storage.StorageManagerImpl]
>>>> > (UserVm-Scavenger-1:null) Marking volume that was never created as
>>>> > destroyed: Vol[14|vm=14|ROOT]
>>>> > 2013-04-07 00:34:54,368 DEBUG [cloud.vm.VirtualMachineManagerImpl]
>>>> > (UserVm-Scavenger-1:null) Expunged
>>>> > VM[User|a30b991d-1c38-4bae-803f-ab3be57a384f]
>>>> > 2013-04-07 00:34:54,368 DEBUG [cloud.vm.UserVmManagerImpl]
>>>> > (UserVm-Scavenger-1:null) Starting cleaning up vm
>>>> > VM[User|a30b991d-1c38-4bae-803f-ab3be57a384f] resources...
>>>> > 2013-04-07 00:34:54,371 INFO
>>>>  [network.security.SecurityGroupManagerImpl]
>>>> > (UserVm-Scavenger-1:null) Disassociated 1 network groups  from uservm
>>>> 14
>>>> > 2013-04-07 00:34:54,372 DEBUG
>>>> [network.security.SecurityGroupManagerImpl]
>>>> > (UserVm-Scavenger-1:null) Security group mappings are removed
>>>> successfully
>>>> > for vm id=14
>>>> > 2013-04-07 00:34:54,376 DEBUG [network.firewall.FirewallManagerImpl]
>>>> > (UserVm-Scavenger-1:null) No firewall rules are found for vm id=14
>>>> > 2013-04-07 00:34:54,376 DEBUG [cloud.vm.UserVmManagerImpl]
>>>> > (UserVm-Scavenger-1:null) Firewall rules are removed successfully as
>>>> a part
>>>> > of vm id=14 expunge
>>>> > 2013-04-07 00:34:54,378 DEBUG [network.rules.RulesManagerImpl]
>>>> > (UserVm-Scavenger-1:null) No port forwarding rules are found for vm
>>>> id=14
>>>> > 2013-04-07 00:34:54,378 DEBUG [cloud.vm.UserVmManagerImpl]
>>>> > (UserVm-Scavenger-1:null) Port forwarding rules are removed
>>>> successfully as
>>>> > a part of vm id=14 expunge
>>>> > 2013-04-07 00:34:54,379 DEBUG [cloud.vm.UserVmManagerImpl]
>>>> > (UserVm-Scavenger-1:null) Removed vm id=14 from all load balancers as
>>>> a
>>>> > part of expunge process
>>>> > 2013-04-07 00:34:54,379 DEBUG [cloud.vm.UserVmManagerImpl]
>>>> > (UserVm-Scavenger-1:null) Successfully cleaned up vm
>>>> > VM[User|a30b991d-1c38-4bae-803f-ab3be57a384f] resources as a part of
>>>> > expunge process
>>>> > 2013-04-07 00:34:54,873 DEBUG [cloud.api.ApiServlet]
>>>> > (1161145101@qtp-1008805148-33:null) ===START===  127.0.0.1 -- GET
>>>> >
>>>>  command=listVirtualMachines&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&listAll=true&page=1&pagesize=20&_=1365316494871
>>>> > 2013-04-07 00:34:54,891 DEBUG [cloud.api.ApiServlet]
>>>> > (1161145101@qtp-1008805148-33:null) ===END===  127.0.0.1 -- GET
>>>> >
>>>>  command=listVirtualMachines&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&listAll=true&page=1&pagesize=20&_=1365316494871
>>>> > 2013-04-07 00:34:57,672 DEBUG [cloud.api.ApiServlet]
>>>> > (1161145101@qtp-1008805148-33:null) ===START===  127.0.0.1 -- GET
>>>> >
>>>>  command=listZones&id=3a62dec3-cf95-4ba2-9af0-af2190af35e3&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316497670
>>>> > 2013-04-07 00:34:57,679 DEBUG [cloud.api.ApiServlet]
>>>> > (1161145101@qtp-1008805148-33:null) ===END===  127.0.0.1 -- GET
>>>> >
>>>>  command=listZones&id=3a62dec3-cf95-4ba2-9af0-af2190af35e3&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316497670
>>>> > 2013-04-07 00:34:57,683 DEBUG [cloud.api.ApiServlet]
>>>> > (1161145101@qtp-1008805148-33:null) ===START===  127.0.0.1 -- GET
>>>> >
>>>>  command=listNetworks&id=9d28211f-440e-4233-86d1-214b404074eb&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316497681
>>>> > 2013-04-07 00:34:57,708 DEBUG [cloud.api.ApiServlet]
>>>> > (1161145101@qtp-1008805148-33:null) ===END===  127.0.0.1 -- GET
>>>> >
>>>>  command=listNetworks&id=9d28211f-440e-4233-86d1-214b404074eb&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316497681
>>>> > 2013-04-07 00:34:57,714 DEBUG [cloud.api.ApiServlet]
>>>> > (1161145101@qtp-1008805148-33:null) ===START===  127.0.0.1 -- GET
>>>> >
>>>>  command=listVirtualMachines&id=94ddc16f-04fc-4da1-8326-01d8d5cdeb44&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316497712
>>>> > 2013-04-07 00:34:57,731 DEBUG [cloud.api.ApiServlet]
>>>> > (1161145101@qtp-1008805148-33:null) ===END===  127.0.0.1 -- GET
>>>> >
>>>>  command=listVirtualMachines&id=94ddc16f-04fc-4da1-8326-01d8d5cdeb44&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316497712
>>>> > 2013-04-07 00:34:57,738 DEBUG [cloud.api.ApiServlet]
>>>> > (1161145101@qtp-1008805148-33:null) ===START===  127.0.0.1 -- GET
>>>> >
>>>>  command=listOsTypes&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316497736
>>>> > 2013-04-07 00:34:57,754 DEBUG [cloud.api.ApiServlet]
>>>> > (1109449945@qtp-1008805148-34:null) ===START===  127.0.0.1 -- GET
>>>> >
>>>>  command=listTags&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&resourceId=94ddc16f-04fc-4da1-8326-01d8d5cdeb44&resourceType=UserVm&listAll=true&_=1365316497750
>>>> > 2013-04-07 00:34:57,763 DEBUG [cloud.api.ApiServlet]
>>>> > (1109449945@qtp-1008805148-34:null) ===END===  127.0.0.1 -- GET
>>>> >
>>>>  command=listTags&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&resourceId=94ddc16f-04fc-4da1-8326-01d8d5cdeb44&resourceType=UserVm&listAll=true&_=1365316497750
>>>> > 2013-04-07 00:34:57,889 DEBUG [cloud.api.ApiServlet]
>>>> > (1161145101@qtp-1008805148-33:null) ===END===  127.0.0.1 -- GET
>>>> >
>>>>  command=listOsTypes&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316497736
>>>> > 2013-04-07 00:35:01,051 DEBUG [cloud.api.ApiServlet]
>>>> > (1109449945@qtp-1008805148-34:null) ===START===  127.0.0.1 -- GET
>>>> >
>>>>  command=listServiceOfferings&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&listAll=true&page=1&pagesize=20&issystem=false&_=1365316501047
>>>> > 2013-04-07 00:35:01,064 DEBUG [cloud.api.ApiServlet]
>>>> > (1109449945@qtp-1008805148-34:null) ===END===  127.0.0.1 -- GET
>>>> >
>>>>  command=listServiceOfferings&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&listAll=true&page=1&pagesize=20&issystem=false&_=1365316501047
>>>> > 2013-04-07 00:35:03,427 DEBUG [cloud.api.ApiServlet]
>>>> > (1109449945@qtp-1008805148-34:null) ===START===  127.0.0.1 -- GET
>>>> >
>>>>  command=listServiceOfferings&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&issystem=false&id=425cf3cf-4bc4-4e53-82a0-ba6c20dd3688&_=1365316503425
>>>> > 2013-04-07 00:35:03,439 DEBUG [cloud.api.ApiServlet]
>>>> > (1109449945@qtp-1008805148-34:null) ===END===  127.0.0.1 -- GET
>>>> >
>>>>  command=listServiceOfferings&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&issystem=false&id=425cf3cf-4bc4-4e53-82a0-ba6c20dd3688&_=1365316503425
>>>> > 2013-04-07 00:35:04,848 DEBUG [agent.manager.DirectAgentAttache]
>>>> > (DirectAgent-349:null) Ping from 6
>>>> > 2013-04-07 00:35:06,206 DEBUG [agent.manager.DirectAgentAttache]
>>>> > (DirectAgent-292:null) Ping from 5
>>>> > 2013-04-07 00:35:06,909 DEBUG [agent.manager.DirectAgentAttache]
>>>> > (DirectAgent-334:null) Seq 6-324993028: Executing request
>>>> > 2013-04-07 00:35:07,112 DEBUG [agent.manager.DirectAgentAttache]
>>>> > (DirectAgent-334:null) Seq 6-324993028: Response Received:
>>>> > 2013-04-07 00:35:07,112 DEBUG [agent.transport.Request]
>>>> > (DirectAgent-334:null) Seq 6-324993028: Processing:  { Ans: , MgmtId:
>>>> 1,
>>>> > via: 6, Ver: v1, Flags: 10,
>>>> >
>>>> [{"ClusterSyncAnswer":{"_clusterId":2,"_newStates":{},"_isExecuted":false,"result":true,"wait":0}}]
>>>> > }
>>>> > 2013-04-07 00:35:08,821 DEBUG [cloud.api.ApiServlet]
>>>> > (1109449945@qtp-1008805148-34:null) ===START===  127.0.0.1 -- GET
>>>> >
>>>>  command=listConfigurations&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&page=1&pagesize=20&_=1365316508819
>>>> > 2013-04-07 00:35:08,845 DEBUG [cloud.api.ApiServlet]
>>>> > (1109449945@qtp-1008805148-34:null) ===END===  127.0.0.1 -- GET
>>>> >
>>>>  command=listConfigurations&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&page=1&pagesize=20&_=1365316508819
>>>> > 2013-04-07 00:35:10,407 DEBUG [cloud.api.ApiServlet]
>>>> > (1109449945@qtp-1008805148-34:null) ===START===  127.0.0.1 -- GET
>>>> >
>>>>  command=listZones&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316510405
>>>> > 2013-04-07 00:35:10,416 DEBUG [cloud.api.ApiServlet]
>>>> > (1109449945@qtp-1008805148-34:null) ===END===  127.0.0.1 -- GET
>>>> >
>>>>  command=listZones&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316510405
>>>> > 2013-04-07 00:35:10,429 DEBUG [cloud.api.ApiServlet]
>>>> > (1109449945@qtp-1008805148-34:null) ===START===  127.0.0.1 -- GET
>>>> >
>>>>  command=listPods&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&page=1&pagesize=1&_=1365316510426
>>>> > 2013-04-07 00:35:10,436 DEBUG [cloud.api.ApiServlet]
>>>> > (1109449945@qtp-1008805148-34:null) ===END===  127.0.0.1 -- GET
>>>> >
>>>>  command=listPods&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&page=1&pagesize=1&_=1365316510426
>>>> > 2013-04-07 00:35:10,440 DEBUG [cloud.api.ApiServlet]
>>>> > (1109449945@qtp-1008805148-34:null) ===START===  127.0.0.1 -- GET
>>>> >
>>>>  command=listClusters&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&page=1&pagesize=1&_=1365316510438
>>>> > 2013-04-07 00:35:10,448 DEBUG [cloud.api.ApiServlet]
>>>> > (1109449945@qtp-1008805148-34:null) ===END===  127.0.0.1 -- GET
>>>> >
>>>>  command=listClusters&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&page=1&pagesize=1&_=1365316510438
>>>> > 2013-04-07 00:35:10,451 DEBUG [cloud.api.ApiServlet]
>>>> > (1109449945@qtp-1008805148-34:null) ===START===  127.0.0.1 -- GET
>>>> >
>>>>  command=listHosts&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&type=routing&page=1&pagesize=1&_=1365316510449
>>>> > 2013-04-07 00:35:10,456 DEBUG [api.query.QueryManagerImpl]
>>>> > (1109449945@qtp-1008805148-34:null) >>>Searching for hosts>>>
>>>> > 2013-04-07 00:35:10,461 DEBUG [api.query.QueryManagerImpl]
>>>> > (1109449945@qtp-1008805148-34:null) >>>Generating Response>>>
>>>> > 2013-04-07 00:35:10,466 DEBUG [cloud.api.ApiServlet]
>>>> > (1109449945@qtp-1008805148-34:null) ===END===  127.0.0.1 -- GET
>>>> >
>>>>  command=listHosts&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&type=routing&page=1&pagesize=1&_=1365316510449
>>>> > 2013-04-07 00:35:10,470 DEBUG [cloud.api.ApiServlet]
>>>> > (1109449945@qtp-1008805148-34:null) ===START===  127.0.0.1 -- GET
>>>> >
>>>>  command=listStoragePools&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&page=1&pagesize=1&_=1365316510468
>>>> > 2013-04-07 00:35:10,479 DEBUG [cloud.api.ApiServlet]
>>>> > (1109449945@qtp-1008805148-34:null) ===END===  127.0.0.1 -- GET
>>>> >
>>>>  command=listStoragePools&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&page=1&pagesize=1&_=1365316510468
>>>> > 2013-04-07 00:35:10,483 DEBUG [cloud.api.ApiServlet]
>>>> > (1109449945@qtp-1008805148-34:null) ===START===  127.0.0.1 -- GET
>>>> >
>>>>  command=listHosts&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&type=SecondaryStorage&page=1&pagesize=1&_=1365316510481
>>>> > 2013-04-07 00:35:10,488 DEBUG [api.query.QueryManagerImpl]
>>>> > (1109449945@qtp-1008805148-34:null) >>>Searching for hosts>>>
>>>> > 2013-04-07 00:35:10,493 DEBUG [api.query.QueryManagerImpl]
>>>> > (1109449945@qtp-1008805148-34:null) >>>Generating Response>>>
>>>> > 2013-04-07 00:35:10,494 DEBUG [cloud.api.ApiServlet]
>>>> > (1109449945@qtp-1008805148-34:null) ===END===  127.0.0.1 -- GET
>>>> >
>>>>  command=listHosts&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&type=SecondaryStorage&page=1&pagesize=1&_=1365316510481
>>>> > 2013-04-07 00:35:10,500 DEBUG [cloud.api.ApiServlet]
>>>> > (1109449945@qtp-1008805148-34:null) ===START===  127.0.0.1 -- GET
>>>> >
>>>>  command=listSystemVms&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&page=1&pagesize=1&_=1365316510496
>>>> > 2013-04-07 00:35:10,564 DEBUG [cloud.api.ApiServlet]
>>>> > (1109449945@qtp-1008805148-34:null) ===END===  127.0.0.1 -- GET
>>>> >
>>>>  command=listSystemVms&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&page=1&pagesize=1&_=1365316510496
>>>> > 2013-04-07 00:35:10,568 DEBUG [cloud.api.ApiServlet]
>>>> > (1109449945@qtp-1008805148-34:null) ===START===  127.0.0.1 -- GET
>>>> >
>>>>  command=listRouters&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&projectid=-1&page=1&pagesize=1&_=1365316510566
>>>> > 2013-04-07 00:35:10,576 DEBUG [cloud.api.ApiServlet]
>>>> > (1109449945@qtp-1008805148-34:null) ===END===  127.0.0.1 -- GET
>>>> >
>>>>  command=listRouters&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&projectid=-1&page=1&pagesize=1&_=1365316510566
>>>> > 2013-04-07 00:35:10,579 DEBUG [cloud.api.ApiServlet]
>>>> > (1109449945@qtp-1008805148-34:null) ===START===  127.0.0.1 -- GET
>>>> >
>>>>  command=listRouters&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&listAll=true&page=1&pagesize=1&_=1365316510577
>>>> > 2013-04-07 00:35:10,591 DEBUG [cloud.api.ApiServlet]
>>>> > (1109449945@qtp-1008805148-34:null) ===END===  127.0.0.1 -- GET
>>>> >
>>>>  command=listRouters&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&listAll=true&page=1&pagesize=1&_=1365316510577
>>>> > 2013-04-07 00:35:10,595 DEBUG [cloud.api.ApiServlet]
>>>> > (1109449945@qtp-1008805148-34:null) ===START===  127.0.0.1 -- GET
>>>> >
>>>>  command=listCapacity&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316510593
>>>> > 2013-04-07 00:35:10,609 DEBUG [cloud.api.ApiServlet]
>>>> > (1109449945@qtp-1008805148-34:null) ===END===  127.0.0.1 -- GET
>>>> >
>>>>  command=listCapacity&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316510593
>>>> > 2013-04-07 00:35:11,022 DEBUG [agent.manager.DirectAgentAttache]
>>>> > (DirectAgent-298:null) Seq 5-614334468: Executing request
>>>> > 2013-04-07 00:35:11,171 DEBUG [agent.manager.DirectAgentAttache]
>>>> > (DirectAgent-298:null) Seq 5-614334468: Response Received:
>>>> > 2013-04-07 00:35:11,172 DEBUG [agent.transport.Request]
>>>> > (DirectAgent-298:null) Seq 5-614334468: Processing:  { Ans: , MgmtId:
>>>> 1,
>>>> > via: 5, Ver: v1, Flags: 10, [{"Answer":{"result":true,"wait":0}}] }
>>>> > 2013-04-07 00:35:12,493 DEBUG [cloud.api.ApiServlet]
>>>> > (1109449945@qtp-1008805148-34:null) ===START===  127.0.0.1 -- GET
>>>> >
>>>>  command=listStoragePools&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&page=1&pageSize=20&listAll=true&_=1365316512490
>>>> > 2013-04-07 00:35:12,508 DEBUG [cloud.api.ApiServlet]
>>>> > (1109449945@qtp-1008805148-34:null) ===END===  127.0.0.1 -- GET
>>>> >
>>>>  command=listStoragePools&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&page=1&pageSize=20&listAll=true&_=1365316512490
>>>> > 2013-04-07 00:35:18,008 DEBUG [cloud.api.ApiServlet]
>>>> > (1109449945@qtp-1008805148-34:null) ===START===  127.0.0.1 -- GET
>>>> >
>>>>  command=listZones&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&id=3a62dec3-cf95-4ba2-9af0-af2190af35e3&_=1365316518006
>>>> > 2013-04-07 00:35:18,016 DEBUG [cloud.api.ApiServlet]
>>>> > (1109449945@qtp-1008805148-34:null) ===END===  127.0.0.1 -- GET
>>>> >
>>>>  command=listZones&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&id=3a62dec3-cf95-4ba2-9af0-af2190af35e3&_=1365316518006
>>>> > 2013-04-07 00:35:18,022 DEBUG [cloud.api.ApiServlet]
>>>> > (1109449945@qtp-1008805148-34:null) ===START===  127.0.0.1 -- GET
>>>> >
>>>>  command=listStoragePools&id=iSCSI_SR_4&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316518019
>>>> > 2013-04-07 00:35:18,036 DEBUG [cloud.api.ApiServlet]
>>>> > (1109449945@qtp-1008805148-34:null) ===END===  127.0.0.1 -- GET
>>>> >
>>>>  command=listStoragePools&id=iSCSI_SR_4&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316518019
>>>> > 2013-04-07 00:35:20,457 DEBUG
>>>> > [storage.secondary.SecondaryStorageManagerImpl] (secstorage-1:null)
>>>> Zone 1
>>>> > is ready to launch secondary storage VM
>>>> > 2013-04-07 00:35:20,560 DEBUG
>>>> [cloud.consoleproxy.ConsoleProxyManagerImpl]
>>>> > (consoleproxy-1:null) Zone 1 is ready to launch console proxy
>>>> > 2013-04-07 00:35:20,820 DEBUG
>>>> > [network.router.VirtualNetworkApplianceManagerImpl]
>>>> > (RouterStatusMonitor-1:null) Found 0 routers to update status.
>>>> > 2013-04-07 00:35:20,821 DEBUG
>>>> > [network.router.VirtualNetworkApplianceManagerImpl]
>>>> > (RouterStatusMonitor-1:null) Found 0 networks to update RvR status.
>>>> > 2013-04-07 00:35:20,850 DEBUG
>>>> > [network.router.VirtualNetworkApplianceManagerImpl]
>>>> > (RouterStatusMonitor-1:null) Found 0 routers to update status.
>>>> > 2013-04-07 00:35:20,851 DEBUG
>>>> > [network.router.VirtualNetworkApplianceManagerImpl]
>>>> > (RouterStatusMonitor-1:null) Found 0 networks to update RvR status.
>>>> > 2013-04-07 00:35:23,644 DEBUG [cloud.api.ApiServlet]
>>>> > (1109449945@qtp-1008805148-34:null) ===START===  127.0.0.1 -- GET
>>>> >
>>>>  command=listZones&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&id=3a62dec3-cf95-4ba2-9af0-af2190af35e3&_=1365316523642
>>>> > 2013-04-07 00:35:23,652 DEBUG [cloud.api.ApiServlet]
>>>> > (1109449945@qtp-1008805148-34:null) ===END===  127.0.0.1 -- GET
>>>> >
>>>>  command=listZones&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&id=3a62dec3-cf95-4ba2-9af0-af2190af35e3&_=1365316523642
>>>> > 2013-04-07 00:35:23,657 DEBUG [cloud.api.ApiServlet]
>>>> > (1109449945@qtp-1008805148-34:null) ===START===  127.0.0.1 -- GET
>>>> >
>>>>  command=listStoragePools&id=iSCSI_SR_3&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316523655
>>>> > 2013-04-07 00:35:23,670 DEBUG [cloud.api.ApiServlet]
>>>> > (1109449945@qtp-1008805148-34:null) ===END===  127.0.0.1 -- GET
>>>> >
>>>>  command=listStoragePools&id=iSCSI_SR_3&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316523655
>>>> > 2013-04-07 00:35:24,890 DEBUG [agent.manager.AgentManagerImpl]
>>>> > (AgentManager-Handler-2:null) Ping from 4
>>>> > 2013-04-07 00:35:25,447 DEBUG [cloud.api.ApiServlet]
>>>> > (1109449945@qtp-1008805148-34:null) ===START===  127.0.0.1 -- GET
>>>> >
>>>>  command=listZones&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316525443
>>>> > 2013-04-07 00:35:25,456 DEBUG [cloud.api.ApiServlet]
>>>> > (1109449945@qtp-1008805148-34:null) ===END===  127.0.0.1 -- GET
>>>> >
>>>>  command=listZones&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316525443
>>>> > 2013-04-07 00:35:25,467 DEBUG [cloud.api.ApiServlet]
>>>> > (1109449945@qtp-1008805148-34:null) ===START===  127.0.0.1 -- GET
>>>> >
>>>>  command=listPods&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&page=1&pagesize=1&_=1365316525465
>>>> > 2013-04-07 00:35:25,474 DEBUG [cloud.api.ApiServlet]
>>>> > (1109449945@qtp-1008805148-34:null) ===END===  127.0.0.1 -- GET
>>>> >
>>>>  command=listPods&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&page=1&pagesize=1&_=1365316525465
>>>> > 2013-04-07 00:35:25,477 DEBUG [cloud.api.ApiServlet]
>>>> > (1109449945@qtp-1008805148-34:null) ===START===  127.0.0.1 -- GET
>>>> >
>>>>  command=listClusters&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&page=1&pagesize=1&_=1365316525475
>>>> > 2013-04-07 00:35:25,485 DEBUG [cloud.api.ApiServlet]
>>>> > (1109449945@qtp-1008805148-34:null) ===END===  127.0.0.1 -- GET
>>>> >
>>>>  command=listClusters&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&page=1&pagesize=1&_=1365316525475
>>>> > 2013-04-07 00:35:25,488 DEBUG [cloud.api.ApiServlet]
>>>> > (1109449945@qtp-1008805148-34:null) ===START===  127.0.0.1 -- GET
>>>> >
>>>>  command=listHosts&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&type=routing&page=1&pagesize=1&_=1365316525486
>>>> > 2013-04-07 00:35:25,493 DEBUG [api.query.QueryManagerImpl]
>>>> > (1109449945@qtp-1008805148-34:null) >>>Searching for hosts>>>
>>>> > 2013-04-07 00:35:25,498 DEBUG [api.query.QueryManagerImpl]
>>>> > (1109449945@qtp-1008805148-34:null) >>>Generating Response>>>
>>>> > 2013-04-07 00:35:25,504 DEBUG [cloud.api.ApiServlet]
>>>> > (1109449945@qtp-1008805148-34:null) ===END===  127.0.0.1 -- GET
>>>> >
>>>>  command=listHosts&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&type=routing&page=1&pagesize=1&_=1365316525486
>>>> > 2013-04-07 00:35:25,507 DEBUG [cloud.api.ApiServlet]
>>>> > (1109449945@qtp-1008805148-34:null) ===START===  127.0.0.1 -- GET
>>>> >
>>>>  command=listStoragePools&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&page=1&pagesize=1&_=1365316525505
>>>> > 2013-04-07 00:35:25,517 DEBUG [cloud.api.ApiServlet]
>>>> > (1109449945@qtp-1008805148-34:null) ===END===  127.0.0.1 -- GET
>>>> >
>>>>  command=listStoragePools&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&page=1&pagesize=1&_=1365316525505
>>>> > 2013-04-07 00:35:25,522 DEBUG [cloud.api.ApiServlet]
>>>> > (1109449945@qtp-1008805148-34:null) ===START===  127.0.0.1 -- GET
>>>> >
>>>>  command=listHosts&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&type=SecondaryStorage&page=1&pagesize=1&_=1365316525519
>>>> > 2013-04-07 00:35:25,526 DEBUG [api.query.QueryManagerImpl]
>>>> > (1109449945@qtp-1008805148-34:null) >>>Searching for hosts>>>
>>>> > 2013-04-07 00:35:25,531 DEBUG [api.query.QueryManagerImpl]
>>>> > (1109449945@qtp-1008805148-34:null) >>>Generating Response>>>
>>>> > 2013-04-07 00:35:25,533 DEBUG [cloud.api.ApiServlet]
>>>> > (1109449945@qtp-1008805148-34:null) ===END===  127.0.0.1 -- GET
>>>> >
>>>>  command=listHosts&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&type=SecondaryStorage&page=1&pagesize=1&_=1365316525519
>>>> > 2013-04-07 00:35:25,536 DEBUG [cloud.api.ApiServlet]
>>>> > (1109449945@qtp-1008805148-34:null) ===START===  127.0.0.1 -- GET
>>>> >
>>>>  command=listSystemVms&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&page=1&pagesize=1&_=1365316525534
>>>> > 2013-04-07 00:35:25,591 DEBUG [cloud.api.ApiServlet]
>>>> > (1109449945@qtp-1008805148-34:null) ===END===  127.0.0.1 -- GET
>>>> >
>>>>  command=listSystemVms&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&page=1&pagesize=1&_=1365316525534
>>>> > 2013-04-07 00:35:25,595 DEBUG [cloud.api.ApiServlet]
>>>> > (1109449945@qtp-1008805148-34:null) ===START===  127.0.0.1 -- GET
>>>> >
>>>>  command=listRouters&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&projectid=-1&page=1&pagesize=1&_=1365316525593
>>>> > 2013-04-07 00:35:25,603 DEBUG [cloud.api.ApiServlet]
>>>> > (1109449945@qtp-1008805148-34:null) ===END===  127.0.0.1 -- GET
>>>> >
>>>>  command=listRouters&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&projectid=-1&page=1&pagesize=1&_=1365316525593
>>>> > 2013-04-07 00:35:25,606 DEBUG [cloud.api.ApiServlet]
>>>> > (1109449945@qtp-1008805148-34:null) ===START===  127.0.0.1 -- GET
>>>> >
>>>>  command=listRouters&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&listAll=true&page=1&pagesize=1&_=1365316525604
>>>> > 2013-04-07 00:35:25,617 DEBUG [cloud.api.ApiServlet]
>>>> > (1109449945@qtp-1008805148-34:null) ===END===  127.0.0.1 -- GET
>>>> >
>>>>  command=listRouters&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&listAll=true&page=1&pagesize=1&_=1365316525604
>>>> > 2013-04-07 00:35:25,621 DEBUG [cloud.api.ApiServlet]
>>>> > (1109449945@qtp-1008805148-34:null) ===START===  127.0.0.1 -- GET
>>>> >
>>>>  command=listCapacity&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316525619
>>>> > 2013-04-07 00:35:25,634 DEBUG [cloud.api.ApiServlet]
>>>> > (1109449945@qtp-1008805148-34:null) ===END===  127.0.0.1 -- GET
>>>> >
>>>>  command=listCapacity&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316525619
>>>> > 2013-04-07 00:35:27,158 DEBUG [agent.manager.DirectAgentAttache]
>>>> > (DirectAgent-276:null) Ping from 1
>>>> > 2013-04-07 00:35:29,095 DEBUG [agent.manager.DirectAgentAttache]
>>>> > (DirectAgent-139:null) Seq 1-90046472: Executing request
>>>> > 2013-04-07 00:35:29,302 DEBUG [agent.manager.DirectAgentAttache]
>>>> > (DirectAgent-139:null) Seq 1-90046472: Response Received:
>>>> > 2013-04-07 00:35:29,303 DEBUG [agent.transport.Request]
>>>> > (DirectAgent-139:null) Seq 1-90046472: Processing:  { Ans: , MgmtId:
>>>> 1,
>>>> > via: 1, Ver: v1, Flags: 10,
>>>> >
>>>> [{"ClusterSyncAnswer":{"_clusterId":1,"_newStates":{},"_isExecuted":false,"result":true,"wait":0}}]
>>>> > }
>>>> > 2013-04-07 00:35:31,624 DEBUG [cloud.api.ApiServlet]
>>>> > (1109449945@qtp-1008805148-34:null) ===START===  127.0.0.1 -- GET
>>>> >
>>>>  command=listVirtualMachines&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&listAll=true&page=1&pagesize=20&_=1365316531622
>>>> > 2013-04-07 00:35:31,644 DEBUG [cloud.api.ApiServlet]
>>>> > (1109449945@qtp-1008805148-34:null) ===END===  127.0.0.1 -- GET
>>>> >
>>>>  command=listVirtualMachines&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&listAll=true&page=1&pagesize=20&_=1365316531622
>>>> > 2013-04-07 00:35:32,710 DEBUG [cloud.api.ApiServlet]
>>>> > (1109449945@qtp-1008805148-34:null) ===START===  127.0.0.1 -- GET
>>>> >
>>>>  command=listVolumes&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&listAll=true&page=1&pagesize=20&_=1365316532708
>>>> > 2013-04-07 00:35:32,724 DEBUG [cloud.api.ApiServlet]
>>>> > (1109449945@qtp-1008805148-34:null) ===END===  127.0.0.1 -- GET
>>>> >
>>>>  command=listVolumes&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&listAll=true&page=1&pagesize=20&_=1365316532708
>>>> > 2013-04-07 00:35:33,917 DEBUG [cloud.api.ApiServlet]
>>>> > (1109449945@qtp-1008805148-34:null) ===START===  127.0.0.1 -- GET
>>>> >
>>>>  command=listVirtualMachines&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&listAll=true&page=1&pagesize=20&_=1365316533915
>>>> > 2013-04-07 00:35:33,935 DEBUG [cloud.api.ApiServlet]
>>>> > (1109449945@qtp-1008805148-34:null) ===END===  127.0.0.1 -- GET
>>>> >
>>>>  command=listVirtualMachines&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&listAll=true&page=1&pagesize=20&_=1365316533915
>>>> > 2013-04-07 00:35:35,668 DEBUG [cloud.api.ApiServlet]
>>>> > (1109449945@qtp-1008805148-34:null) ===START===  127.0.0.1 -- GET
>>>> >
>>>>  command=listVirtualMachines&id=c18ddf7c-fc61-40b0-af75-fdef05f8eae6&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316535666
>>>> > 2013-04-07 00:35:35,689 DEBUG [cloud.api.ApiServlet]
>>>> > (1109449945@qtp-1008805148-34:null) ===END===  127.0.0.1 -- GET
>>>> >
>>>>  command=listVirtualMachines&id=c18ddf7c-fc61-40b0-af75-fdef05f8eae6&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316535666
>>>> > 2013-04-07 00:35:35,695 DEBUG [cloud.api.ApiServlet]
>>>> > (1109449945@qtp-1008805148-34:null) ===START===  127.0.0.1 -- GET
>>>> >
>>>>  command=listOsTypes&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316535693
>>>> > 2013-04-07 00:35:35,873 DEBUG [cloud.api.ApiServlet]
>>>> > (1109449945@qtp-1008805148-34:null) ===END===  127.0.0.1 -- GET
>>>> >
>>>>  command=listOsTypes&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316535693
>>>> > 2013-04-07 00:35:39,081 DEBUG [cloud.api.ApiServlet]
>>>> > (1109449945@qtp-1008805148-34:null) ===START===  127.0.0.1 -- GET
>>>> >
>>>>  command=destroyVirtualMachine&id=c18ddf7c-fc61-40b0-af75-fdef05f8eae6&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316539079
>>>> > 2013-04-07 00:35:39,103 DEBUG [cloud.async.AsyncJobManagerImpl]
>>>> > (1109449945@qtp-1008805148-34:null) submit async job-45, details:
>>>> > AsyncJobVO {id:45, userId: 2, accountId: 2, sessionKey: null,
>>>> instanceType:
>>>> > null, instanceId: 12, cmd:
>>>> > org.apache.cloudstack.api.command.user.vm.DestroyVMCmd, cmdOriginator:
>>>> > null, cmdInfo:
>>>> >
>>>> {"id":"c18ddf7c-fc61-40b0-af75-fdef05f8eae6","response":"json","sessionkey":"Z6QqzU0Fq1iT13bMgnRRfl8GoVA\u003d","ctxUserId":"2","_":"1365316539079","ctxAccountId":"2","ctxStartEventId":"50"},
>>>> > cmdVersion: 0, callbackType: 0, callbackAddress: null, status: 0,
>>>> > processStatus: 0, resultCode: 0, result: null, initMsid: 1,
>>>> completeMsid:
>>>> > null, lastUpdated: null, lastPolled: null, created: null}
>>>> > 2013-04-07 00:35:39,104 DEBUG [cloud.async.AsyncJobManagerImpl]
>>>> > (Job-Executor-38:job-45) Executing
>>>> > org.apache.cloudstack.api.command.user.vm.DestroyVMCmd for job-45
>>>> > 2013-04-07 00:35:39,105 DEBUG [cloud.api.ApiServlet]
>>>> > (1109449945@qtp-1008805148-34:null) ===END===  127.0.0.1 -- GET
>>>> >
>>>>  command=destroyVirtualMachine&id=c18ddf7c-fc61-40b0-af75-fdef05f8eae6&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316539079
>>>> > 2013-04-07 00:35:39,119 DEBUG [cloud.vm.VirtualMachineManagerImpl]
>>>> > (Job-Executor-38:job-45) Destroying vm
>>>> > VM[User|c18ddf7c-fc61-40b0-af75-fdef05f8eae6]
>>>> > 2013-04-07 00:35:39,123 DEBUG [cloud.capacity.CapacityManagerImpl]
>>>> > (Job-Executor-38:job-45) VM state transitted from :Running to
>>>> Stopping with
>>>> > event: StopRequestedvm's original host id: 5 new host id: 5 host id
>>>> before
>>>> > state transition: 5
>>>> > 2013-04-07 00:35:39,125 DEBUG [agent.transport.Request]
>>>> > (Job-Executor-38:job-45) Seq 5-614334817: Sending  { Cmd , MgmtId: 1,
>>>> via:
>>>> > 5, Ver: v1, Flags: 100111,
>>>> > [{"StopCommand":{"isProxy":false,"vmName":"i-2-12-VM","wait":0}}] }
>>>> > 2013-04-07 00:35:39,125 DEBUG [agent.transport.Request]
>>>> > (Job-Executor-38:job-45) Seq 5-614334817: Executing:  { Cmd , MgmtId:
>>>> 1,
>>>> > via: 5, Ver: v1, Flags: 100111,
>>>> > [{"StopCommand":{"isProxy":false,"vmName":"i-2-12-VM","wait":0}}] }
>>>> > 2013-04-07 00:35:39,125 DEBUG [agent.manager.DirectAgentAttache]
>>>> > (DirectAgent-414:null) Seq 5-614334817: Executing request
>>>> > 2013-04-07 00:35:39,289 DEBUG [xen.resource.CitrixResourceBase]
>>>> > (DirectAgent-414:null) 9. The VM i-2-12-VM is in Stopping state
>>>> > 2013-04-07 00:35:39,720 INFO  [xen.resource.CitrixResourceBase]
>>>> > (DirectAgent-414:null) Removed  network rules for vm i-2-12-VM
>>>> > 2013-04-07 00:35:42,113 DEBUG [cloud.api.ApiServlet]
>>>> > (1109449945@qtp-1008805148-34:null) ===START===  127.0.0.1 -- GET
>>>> >
>>>>  command=queryAsyncJobResult&jobId=1288fa5b-8b5f-4952-b056-b180437edfd5&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316542111
>>>> > 2013-04-07 00:35:42,127 DEBUG [cloud.api.ApiServlet]
>>>> > (1109449945@qtp-1008805148-34:null) ===END===  127.0.0.1 -- GET
>>>> >
>>>>  command=queryAsyncJobResult&jobId=1288fa5b-8b5f-4952-b056-b180437edfd5&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316542111
>>>> > 2013-04-07 00:35:45,114 DEBUG [cloud.api.ApiServlet]
>>>> > (1109449945@qtp-1008805148-34:null) ===START===  127.0.0.1 -- GET
>>>> >
>>>>  command=queryAsyncJobResult&jobId=1288fa5b-8b5f-4952-b056-b180437edfd5&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316545112
>>>> > 2013-04-07 00:35:45,129 DEBUG [cloud.api.ApiServlet]
>>>> > (1109449945@qtp-1008805148-34:null) ===END===  127.0.0.1 -- GET
>>>> >
>>>>  command=queryAsyncJobResult&jobId=1288fa5b-8b5f-4952-b056-b180437edfd5&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316545112
>>>> > 2013-04-07 00:35:47,682 DEBUG [agent.manager.AgentManagerImpl]
>>>> > (AgentManager-Handler-3:null) Ping from 3
>>>> > 2013-04-07 00:35:48,115 DEBUG [cloud.api.ApiServlet]
>>>> > (1109449945@qtp-1008805148-34:null) ===START===  127.0.0.1 -- GET
>>>> >
>>>>  command=queryAsyncJobResult&jobId=1288fa5b-8b5f-4952-b056-b180437edfd5&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316548112
>>>> > 2013-04-07 00:35:48,133 DEBUG [cloud.api.ApiServlet]
>>>> > (1109449945@qtp-1008805148-34:null) ===END===  127.0.0.1 -- GET
>>>> >
>>>>  command=queryAsyncJobResult&jobId=1288fa5b-8b5f-4952-b056-b180437edfd5&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316548112
>>>> > 2013-04-07 00:35:50,456 DEBUG
>>>> > [storage.secondary.SecondaryStorageManagerImpl] (secstorage-1:null)
>>>> Zone 1
>>>> > is ready to launch secondary storage VM
>>>> > 2013-04-07 00:35:50,564 DEBUG
>>>> [cloud.consoleproxy.ConsoleProxyManagerImpl]
>>>> > (consoleproxy-1:null) Zone 1 is ready to launch console proxy
>>>> > 2013-04-07 00:35:50,819 DEBUG
>>>> > [network.router.VirtualNetworkApplianceManagerImpl]
>>>> > (RouterStatusMonitor-1:null) Found 0 routers to update status.
>>>> > 2013-04-07 00:35:50,821 DEBUG
>>>> > [network.router.VirtualNetworkApplianceManagerImpl]
>>>> > (RouterStatusMonitor-1:null) Found 0 networks to update RvR status.
>>>> > 2013-04-07 00:35:50,851 DEBUG
>>>> > [network.router.VirtualNetworkApplianceManagerImpl]
>>>> > (RouterStatusMonitor-1:null) Found 0 routers to update status.
>>>> > 2013-04-07 00:35:50,852 DEBUG
>>>> > [network.router.VirtualNetworkApplianceManagerImpl]
>>>> > (RouterStatusMonitor-1:null) Found 0 networks to update RvR status.
>>>> > 2013-04-07 00:35:51,117 DEBUG [cloud.api.ApiServlet]
>>>> > (1109449945@qtp-1008805148-34:null) ===START===  127.0.0.1 -- GET
>>>> >
>>>>  command=queryAsyncJobResult&jobId=1288fa5b-8b5f-4952-b056-b180437edfd5&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316551115
>>>> > 2013-04-07 00:35:51,132 DEBUG [cloud.api.ApiServlet]
>>>> > (1109449945@qtp-1008805148-34:null) ===END===  127.0.0.1 -- GET
>>>> >
>>>>  command=queryAsyncJobResult&jobId=1288fa5b-8b5f-4952-b056-b180437edfd5&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316551115
>>>> > 2013-04-07 00:35:51,242 DEBUG [xen.resource.CitrixResourceBase]
>>>> > (DirectAgent-414:null) 10. The VM i-2-12-VM is in Stopped state
>>>> > 2013-04-07 00:35:51,242 DEBUG [agent.manager.DirectAgentAttache]
>>>> > (DirectAgent-414:null) Seq 5-614334817: Response Received:
>>>> > 2013-04-07 00:35:51,243 DEBUG [agent.transport.Request]
>>>> > (DirectAgent-414:null) Seq 5-614334817: Processing:  { Ans: , MgmtId:
>>>> 1,
>>>> > via: 5, Ver: v1, Flags: 110,
>>>> > [{"StopAnswer":{"vncPort":0,"result":true,"details":"Stop VM i-2-12-VM
>>>> > Succeed","wait":0}}] }
>>>> > 2013-04-07 00:35:51,243 DEBUG [agent.transport.Request]
>>>> > (Job-Executor-38:job-45) Seq 5-614334817: Received:  { Ans: , MgmtId:
>>>> 1,
>>>> > via: 5, Ver: v1, Flags: 110, { StopAnswer } }
>>>> > 2013-04-07 00:35:51,243 DEBUG [agent.manager.AgentAttache]
>>>> > (DirectAgent-414:null) Seq 5-614334817: No more commands found
>>>> > 2013-04-07 00:35:51,244 DEBUG [cloud.vm.VirtualMachineManagerImpl]
>>>> > (Job-Executor-38:job-45)
>>>> VM[User|c18ddf7c-fc61-40b0-af75-fdef05f8eae6] is
>>>> > stopped on the host.  Proceeding to release resource held.
>>>> > 2013-04-07 00:35:51,251 DEBUG [cloud.network.NetworkManagerImpl]
>>>> > (Job-Executor-38:job-45) Changing active number of nics for network
>>>> id=204
>>>> > on -1
>>>> > 2013-04-07 00:35:51,252 DEBUG [cloud.network.NetworkManagerImpl]
>>>> > (Job-Executor-38:job-45) Asking ElasticLoadBalancerElement to release
>>>> > Nic[18-12-6416c373-20d8-4617-8dcb-30a8ff9d0f34-192.168.56.195]
>>>> > 2013-04-07 00:35:51,252 DEBUG [cloud.network.NetworkManagerImpl]
>>>> > (Job-Executor-38:job-45) Asking NiciraNvpElement to release
>>>> > Nic[18-12-6416c373-20d8-4617-8dcb-30a8ff9d0f34-192.168.56.195]
>>>> > 2013-04-07 00:35:51,252 DEBUG [network.element.NiciraNvpElement]
>>>> > (Job-Executor-38:job-45) Checking if NiciraNvpElement can handle
>>>> service
>>>> > Connectivity on network guestNetworkForBasicZone
>>>> > 2013-04-07 00:35:51,252 DEBUG [cloud.network.NetworkManagerImpl]
>>>> > (Job-Executor-38:job-45) Asking BigSwitchVnsElement to release
>>>> > Nic[18-12-6416c373-20d8-4617-8dcb-30a8ff9d0f34-192.168.56.195]
>>>> > 2013-04-07 00:35:51,252 DEBUG [network.element.BigSwitchVnsElement]
>>>> > (Job-Executor-38:job-45) Checking if BigSwitchVnsElement can handle
>>>> service
>>>> > Connectivity on network guestNetworkForBasicZone
>>>> > 2013-04-07 00:35:51,252 DEBUG [cloud.network.NetworkManagerImpl]
>>>> > (Job-Executor-38:job-45) Asking Ovs to release
>>>> > Nic[18-12-6416c373-20d8-4617-8dcb-30a8ff9d0f34-192.168.56.195]
>>>> > 2013-04-07 00:35:51,252 DEBUG [cloud.network.NetworkManagerImpl]
>>>> > (Job-Executor-38:job-45) Asking BareMetalDhcp to release
>>>> > Nic[18-12-6416c373-20d8-4617-8dcb-30a8ff9d0f34-192.168.56.195]
>>>> > 2013-04-07 00:35:51,252 DEBUG [cloud.network.NetworkManagerImpl]
>>>> > (Job-Executor-38:job-45) Asking BareMetalPxe to release
>>>> > Nic[18-12-6416c373-20d8-4617-8dcb-30a8ff9d0f34-192.168.56.195]
>>>> > 2013-04-07 00:35:51,252 DEBUG [cloud.network.NetworkManagerImpl]
>>>> > (Job-Executor-38:job-45) Asking BareMetalUserdata to release
>>>> > Nic[18-12-6416c373-20d8-4617-8dcb-30a8ff9d0f34-192.168.56.195]
>>>> > 2013-04-07 00:35:51,252 DEBUG [cloud.network.NetworkManagerImpl]
>>>> > (Job-Executor-38:job-45) Asking SecurityGroupProvider to release
>>>> > Nic[18-12-6416c373-20d8-4617-8dcb-30a8ff9d0f34-192.168.56.195]
>>>> > 2013-04-07 00:35:51,252 DEBUG [cloud.network.NetworkManagerImpl]
>>>> > (Job-Executor-38:job-45) Asking VirtualRouter to release
>>>> > Nic[18-12-6416c373-20d8-4617-8dcb-30a8ff9d0f34-192.168.56.195]
>>>> > 2013-04-07 00:35:51,253 DEBUG [cloud.network.NetworkManagerImpl]
>>>> > (Job-Executor-38:job-45) Asking VpcVirtualRouter to release
>>>> > Nic[18-12-6416c373-20d8-4617-8dcb-30a8ff9d0f34-192.168.56.195]
>>>> > 2013-04-07 00:35:51,253 DEBUG [cloud.network.NetworkManagerImpl]
>>>> > (Job-Executor-38:job-45) Asking NiciraNvp to release
>>>> > Nic[18-12-6416c373-20d8-4617-8dcb-30a8ff9d0f34-192.168.56.195]
>>>> > 2013-04-07 00:35:51,253 DEBUG [network.element.NiciraNvpElement]
>>>> > (Job-Executor-38:job-45) Checking if NiciraNvpElement can handle
>>>> service
>>>> > Connectivity on network guestNetworkForBasicZone
>>>> > 2013-04-07 00:35:51,253 DEBUG [cloud.network.NetworkManagerImpl]
>>>> > (Job-Executor-38:job-45) Asking JuniperSRX to release
>>>> > Nic[18-12-6416c373-20d8-4617-8dcb-30a8ff9d0f34-192.168.56.195]
>>>> > 2013-04-07 00:35:51,253 DEBUG [cloud.network.NetworkManagerImpl]
>>>> > (Job-Executor-38:job-45) Asking Netscaler to release
>>>> > Nic[18-12-6416c373-20d8-4617-8dcb-30a8ff9d0f34-192.168.56.195]
>>>> > 2013-04-07 00:35:51,253 DEBUG [cloud.network.NetworkManagerImpl]
>>>> > (Job-Executor-38:job-45) Asking F5BigIP to release
>>>> > Nic[18-12-6416c373-20d8-4617-8dcb-30a8ff9d0f34-192.168.56.195]
>>>> > 2013-04-07 00:35:51,253 DEBUG [cloud.network.NetworkManagerImpl]
>>>> > (Job-Executor-38:job-45) Asking CiscoNexus1000vVSM to release
>>>> > Nic[18-12-6416c373-20d8-4617-8dcb-30a8ff9d0f34-192.168.56.195]
>>>> > 2013-04-07 00:35:51,253 DEBUG [cloud.vm.VirtualMachineManagerImpl]
>>>> > (Job-Executor-38:job-45) Successfully released network resources for
>>>> the vm
>>>> > VM[User|c18ddf7c-fc61-40b0-af75-fdef05f8eae6]
>>>> > 2013-04-07 00:35:51,253 DEBUG [cloud.vm.VirtualMachineManagerImpl]
>>>> > (Job-Executor-38:job-45) Successfully released storage resources for
>>>> the vm
>>>> > VM[User|c18ddf7c-fc61-40b0-af75-fdef05f8eae6]
>>>> > 2013-04-07 00:35:51,298 DEBUG [cloud.capacity.CapacityManagerImpl]
>>>> > (Job-Executor-38:job-45) VM state transitted from :Stopping to
>>>> Stopped with
>>>> > event: OperationSucceededvm's original host id: 5 new host id: null
>>>> host id
>>>> > before state transition: 5
>>>> > 2013-04-07 00:35:51,302 DEBUG [cloud.capacity.CapacityManagerImpl]
>>>> > (Job-Executor-38:job-45) Hosts's actual total CPU: 2479 and CPU after
>>>> > applying overprovisioning: 2479
>>>> > 2013-04-07 00:35:51,303 DEBUG [cloud.capacity.CapacityManagerImpl]
>>>> > (Job-Executor-38:job-45) release cpu from host: 5, old used:
>>>> 100,reserved:
>>>> > 0, actual total: 2479, total with overprovisioning: 2479; new used:
>>>> > 0,reserved:100; movedfromreserved: false,moveToReserveredtrue
>>>> > 2013-04-07 00:35:51,303 DEBUG [cloud.capacity.CapacityManagerImpl]
>>>> > (Job-Executor-38:job-45) release mem from host: 5, old used:
>>>> > 1073741824,reserved: 0, total: 1671695424; new used:
>>>> 0,reserved:1073741824;
>>>> > movedfromreserved: false,moveToReserveredtrue
>>>> > 2013-04-07 00:35:51,308 DEBUG [cloud.capacity.CapacityManagerImpl]
>>>> > (Job-Executor-38:job-45) VM state transitted from :Stopped to
>>>> Destroyed
>>>> > with event: DestroyRequestedvm's original host id: 5 new host id:
>>>> null host
>>>> > id before state transition: null
>>>> > 2013-04-07 00:35:51,313 DEBUG [cloud.capacity.CapacityManagerImpl]
>>>> > (Job-Executor-38:job-45) Hosts's actual total CPU: 2479 and CPU after
>>>> > applying overprovisioning: 2479
>>>> > 2013-04-07 00:35:51,313 DEBUG [cloud.capacity.CapacityManagerImpl]
>>>> > (Job-Executor-38:job-45) release cpu from host: 5, old used:
>>>> 0,reserved:
>>>> > 100, actual total: 2479, total with overprovisioning: 2479; new used:
>>>> > 0,reserved:0; movedfromreserved: true,moveToReserveredfalse
>>>> > 2013-04-07 00:35:51,313 DEBUG [cloud.capacity.CapacityManagerImpl]
>>>> > (Job-Executor-38:job-45) release mem from host: 5, old used:
>>>> 0,reserved:
>>>> > 1073741824, total: 1671695424; new used: 0,reserved:0;
>>>> movedfromreserved:
>>>> > true,moveToReserveredfalse
>>>> > 2013-04-07 00:35:51,328 DEBUG [cloud.async.AsyncJobManagerImpl]
>>>> > (Job-Executor-38:job-45) Complete async job-45, jobStatus: 1,
>>>> resultCode:
>>>> > 0, result: org.apache.cloudstack.api.response.UserVmResponse@324f6e41
>>>> > 2013-04-07 00:35:51,332 DEBUG [cloud.async.AsyncJobManagerImpl]
>>>> > (Job-Executor-38:job-45) Done executing
>>>> > org.apache.cloudstack.api.command.user.vm.DestroyVMCmd for job-45
>>>> > 2013-04-07 00:35:51,397 DEBUG [cloud.api.ApiServlet]
>>>> > (1109449945@qtp-1008805148-34:null) ===START===  127.0.0.1 -- GET
>>>> >
>>>>  command=listVirtualMachines&id=94ddc16f-04fc-4da1-8326-01d8d5cdeb44&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316551394
>>>> > 2013-04-07 00:35:51,417 DEBUG [cloud.api.ApiServlet]
>>>> > (1109449945@qtp-1008805148-34:null) ===END===  127.0.0.1 -- GET
>>>> >
>>>>  command=listVirtualMachines&id=94ddc16f-04fc-4da1-8326-01d8d5cdeb44&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316551394
>>>> > 2013-04-07 00:35:51,425 DEBUG [cloud.api.ApiServlet]
>>>> > (1109449945@qtp-1008805148-34:null) ===START===  127.0.0.1 -- GET
>>>> >
>>>>  command=listOsTypes&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316551423
>>>> > 2013-04-07 00:35:51,472 INFO  [agent.manager.AgentMonitor]
>>>> > (Thread-11:null) Found the following agents behind on ping: [6, 5]
>>>> > 2013-04-07 00:35:51,473 DEBUG [cloud.host.Status] (Thread-11:null)
>>>> Ping
>>>> > timeout for host 6, do invstigation
>>>> > 2013-04-07 00:35:51,475 DEBUG [cloud.host.Status] (Thread-11:null)
>>>> Ping
>>>> > timeout for host 5, do invstigation
>>>> > 2013-04-07 00:35:51,475 INFO  [agent.manager.AgentManagerImpl]
>>>> > (AgentTaskPool-7:null) Investigating why host 6 has disconnected with
>>>> event
>>>> > PingTimeout
>>>> > 2013-04-07 00:35:51,475 DEBUG [agent.manager.AgentManagerImpl]
>>>> > (AgentTaskPool-7:null) checking if agent (6) is alive
>>>> > 2013-04-07 00:35:51,478 INFO  [agent.manager.AgentManagerImpl]
>>>> > (AgentTaskPool-8:null) Investigating why host 5 has disconnected with
>>>> event
>>>> > PingTimeout
>>>> > 2013-04-07 00:35:51,478 DEBUG [agent.manager.AgentManagerImpl]
>>>> > (AgentTaskPool-8:null) checking if agent (5) is alive
>>>> > 2013-04-07 00:35:51,480 DEBUG [agent.transport.Request]
>>>> > (AgentTaskPool-7:null) Seq 6-324993313: Sending  { Cmd , MgmtId: 1,
>>>> via: 6,
>>>> > Ver: v1, Flags: 100011, [{"CheckHealthCommand":{"wait":50}}] }
>>>> > 2013-04-07 00:35:51,481 DEBUG [agent.transport.Request]
>>>> > (AgentTaskPool-7:null) Seq 6-324993313: Executing:  { Cmd , MgmtId:
>>>> 1, via:
>>>> > 6, Ver: v1, Flags: 100011, [{"CheckHealthCommand":{"wait":50}}] }
>>>> > 2013-04-07 00:35:51,481 DEBUG [agent.manager.DirectAgentAttache]
>>>> > (DirectAgent-361:null) Seq 6-324993313: Executing request
>>>> > 2013-04-07 00:35:51,488 DEBUG [agent.transport.Request]
>>>> > (AgentTaskPool-8:null) Seq 5-614334818: Sending  { Cmd , MgmtId: 1,
>>>> via: 5,
>>>> > Ver: v1, Flags: 100011, [{"CheckHealthCommand":{"wait":50}}] }
>>>> > 2013-04-07 00:35:51,489 DEBUG [agent.transport.Request]
>>>> > (AgentTaskPool-8:null) Seq 5-614334818: Executing:  { Cmd , MgmtId:
>>>> 1, via:
>>>> > 5, Ver: v1, Flags: 100011, [{"CheckHealthCommand":{"wait":50}}] }
>>>> > 2013-04-07 00:35:51,489 DEBUG [agent.manager.DirectAgentAttache]
>>>> > (DirectAgent-290:null) Seq 5-614334818: Executing request
>>>> > 2013-04-07 00:35:51,556 DEBUG [agent.manager.DirectAgentAttache]
>>>> > (DirectAgent-290:null) Seq 5-614334818: Response Received:
>>>> > 2013-04-07 00:35:51,557 DEBUG [agent.transport.Request]
>>>> > (DirectAgent-290:null) Seq 5-614334818: Processing:  { Ans: , MgmtId:
>>>> 1,
>>>> > via: 5, Ver: v1, Flags: 10,
>>>> > [{"CheckHealthAnswer":{"result":true,"details":"resource is
>>>> > alive","wait":0}}] }
>>>> > 2013-04-07 00:35:51,557 DEBUG [agent.transport.Request]
>>>> > (AgentTaskPool-8:null) Seq 5-614334818: Received:  { Ans: , MgmtId:
>>>> 1, via:
>>>> > 5, Ver: v1, Flags: 10, { CheckHealthAnswer } }
>>>> > 2013-04-07 00:35:51,557 DEBUG [agent.manager.AgentManagerImpl]
>>>> > (AgentTaskPool-8:null) Details from executing class
>>>> > com.cloud.agent.api.CheckHealthCommand: resource is alive
>>>> > 2013-04-07 00:35:51,557 DEBUG [agent.manager.AgentManagerImpl]
>>>> > (AgentTaskPool-8:null) agent (5) responded to checkHeathCommand,
>>>> reporting
>>>> > that agent is Up
>>>> > 2013-04-07 00:35:51,557 INFO  [agent.manager.AgentManagerImpl]
>>>> > (AgentTaskPool-8:null) The state determined is Up
>>>> > 2013-04-07 00:35:51,557 INFO  [agent.manager.AgentManagerImpl]
>>>> > (AgentTaskPool-8:null) Agent is determined to be up and running
>>>> > 2013-04-07 00:35:51,557 DEBUG [cloud.host.Status]
>>>> (AgentTaskPool-8:null)
>>>> > Transition:[Resource state = Enabled, Agent event = Ping, Host id =
>>>> 5, name
>>>> > = Tut-XenServer2]
>>>> > 2013-04-07 00:35:51,563 DEBUG [cloud.host.Status]
>>>> (AgentTaskPool-8:null)
>>>> > Agent status update: [id = 5; name = Tut-XenServer2; old status = Up;
>>>> event
>>>> > = Ping; new status = Up; old update count = 149; new update count =
>>>> 150]
>>>> > 2013-04-07 00:35:51,568 DEBUG [agent.manager.DirectAgentAttache]
>>>> > (DirectAgent-361:null) Seq 6-324993313: Response Received:
>>>> > 2013-04-07 00:35:51,568 DEBUG [agent.transport.Request]
>>>> > (DirectAgent-361:null) Seq 6-324993313: Processing:  { Ans: , MgmtId:
>>>> 1,
>>>> > via: 6, Ver: v1, Flags: 10,
>>>> > [{"CheckHealthAnswer":{"result":true,"details":"resource is
>>>> > alive","wait":0}}] }
>>>> > 2013-04-07 00:35:51,569 DEBUG [agent.transport.Request]
>>>> > (AgentTaskPool-7:null) Seq 6-324993313: Received:  { Ans: , MgmtId:
>>>> 1, via:
>>>> > 6, Ver: v1, Flags: 10, { CheckHealthAnswer } }
>>>> > 2013-04-07 00:35:51,569 DEBUG [agent.manager.AgentManagerImpl]
>>>> > (AgentTaskPool-7:null) Details from executing class
>>>> > com.cloud.agent.api.CheckHealthCommand: resource is alive
>>>> > 2013-04-07 00:35:51,569 DEBUG [agent.manager.AgentManagerImpl]
>>>> > (AgentTaskPool-7:null) agent (6) responded to checkHeathCommand,
>>>> reporting
>>>> > that agent is Up
>>>> > 2013-04-07 00:35:51,569 INFO  [agent.manager.AgentManagerImpl]
>>>> > (AgentTaskPool-7:null) The state determined is Up
>>>> > 2013-04-07 00:35:51,569 INFO  [agent.manager.AgentManagerImpl]
>>>> > (AgentTaskPool-7:null) Agent is determined to be up and running
>>>> > 2013-04-07 00:35:51,569 DEBUG [cloud.host.Status]
>>>> (AgentTaskPool-7:null)
>>>> > Transition:[Resource state = Enabled, Agent event = Ping, Host id =
>>>> 6, name
>>>> > = Tut-XenServer]
>>>> > 2013-04-07 00:35:51,574 DEBUG [cloud.host.Status]
>>>> (AgentTaskPool-7:null)
>>>> > Agent status update: [id = 6; name = Tut-XenServer; old status = Up;
>>>> event
>>>> > = Ping; new status = Up; old update count = 312; new update count =
>>>> 313]
>>>> > 2013-04-07 00:35:51,668 DEBUG [cloud.api.ApiServlet]
>>>> > (1109449945@qtp-1008805148-34:null) ===END===  127.0.0.1 -- GET
>>>> >
>>>>  command=listOsTypes&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316551423
>>>> > 2013-04-07 00:35:54,118 DEBUG [cloud.api.ApiServlet]
>>>> > (1109449945@qtp-1008805148-34:null) ===START===  127.0.0.1 -- GET
>>>> >
>>>>  command=queryAsyncJobResult&jobId=1288fa5b-8b5f-4952-b056-b180437edfd5&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316554116
>>>> > 2013-04-07 00:35:54,129 DEBUG [cloud.async.AsyncJobManagerImpl]
>>>> > (1109449945@qtp-1008805148-34:null) Async job-45 completed
>>>> > 2013-04-07 00:35:54,135 DEBUG [cloud.api.ApiServlet]
>>>> > (1109449945@qtp-1008805148-34:null) ===END===  127.0.0.1 -- GET
>>>> >
>>>>  command=queryAsyncJobResult&jobId=1288fa5b-8b5f-4952-b056-b180437edfd5&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316554116
>>>> > 2013-04-07 00:35:55,077 DEBUG [cloud.api.ApiServlet]
>>>> > (1109449945@qtp-1008805148-34:null) ===START===  127.0.0.1 -- GET
>>>> >
>>>>  command=destroyVirtualMachine&id=94ddc16f-04fc-4da1-8326-01d8d5cdeb44&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316555075
>>>> > 2013-04-07 00:35:55,098 DEBUG [cloud.async.AsyncJobManagerImpl]
>>>> > (1109449945@qtp-1008805148-34:null) submit async job-46, details:
>>>> > AsyncJobVO {id:46, userId: 2, accountId: 2, sessionKey: null,
>>>> instanceType:
>>>> > null, instanceId: 13, cmd:
>>>> > org.apache.cloudstack.api.command.user.vm.DestroyVMCmd, cmdOriginator:
>>>> > null, cmdInfo:
>>>> >
>>>> {"id":"94ddc16f-04fc-4da1-8326-01d8d5cdeb44","response":"json","sessionkey":"Z6QqzU0Fq1iT13bMgnRRfl8GoVA\u003d","ctxUserId":"2","_":"1365316555075","ctxAccountId":"2","ctxStartEventId":"51"},
>>>> > cmdVersion: 0, callbackType: 0, callbackAddress: null, status: 0,
>>>> > processStatus: 0, resultCode: 0, result: null, initMsid: 1,
>>>> completeMsid:
>>>> > null, lastUpdated: null, lastPolled: null, created: null}
>>>> > 2013-04-07 00:35:55,098 DEBUG [cloud.async.AsyncJobManagerImpl]
>>>> > (Job-Executor-39:job-46) Executing
>>>> > org.apache.cloudstack.api.command.user.vm.DestroyVMCmd for job-46
>>>> > 2013-04-07 00:35:55,100 DEBUG [cloud.api.ApiServlet]
>>>> > (1109449945@qtp-1008805148-34:null) ===END===  127.0.0.1 -- GET
>>>> >
>>>>  command=destroyVirtualMachine&id=94ddc16f-04fc-4da1-8326-01d8d5cdeb44&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316555075
>>>> > 2013-04-07 00:35:55,113 DEBUG [cloud.vm.VirtualMachineManagerImpl]
>>>> > (Job-Executor-39:job-46) Destroying vm
>>>> > VM[User|94ddc16f-04fc-4da1-8326-01d8d5cdeb44]
>>>> > 2013-04-07 00:35:55,116 DEBUG [cloud.capacity.CapacityManagerImpl]
>>>> > (Job-Executor-39:job-46) VM state transitted from :Running to
>>>> Stopping with
>>>> > event: StopRequestedvm's original host id: 6 new host id: 6 host id
>>>> before
>>>> > state transition: 6
>>>> > 2013-04-07 00:35:55,118 DEBUG [agent.transport.Request]
>>>> > (Job-Executor-39:job-46) Seq 6-324993314: Sending  { Cmd , MgmtId: 1,
>>>> via:
>>>> > 6, Ver: v1, Flags: 100111,
>>>> > [{"StopCommand":{"isProxy":false,"vmName":"i-2-13-VM","wait":0}}] }
>>>> > 2013-04-07 00:35:55,118 DEBUG [agent.transport.Request]
>>>> > (Job-Executor-39:job-46) Seq 6-324993314: Executing:  { Cmd , MgmtId:
>>>> 1,
>>>> > via: 6, Ver: v1, Flags: 100111,
>>>> > [{"StopCommand":{"isProxy":false,"vmName":"i-2-13-VM","wait":0}}] }
>>>> > 2013-04-07 00:35:55,118 DEBUG [agent.manager.DirectAgentAttache]
>>>> > (DirectAgent-7:null) Seq 6-324993314: Executing request
>>>> > 2013-04-07 00:35:55,216 DEBUG [xen.resource.CitrixResourceBase]
>>>> > (DirectAgent-7:null) 9. The VM i-2-13-VM is in Stopping state
>>>> > 2013-04-07 00:35:55,532 INFO  [xen.resource.CitrixResourceBase]
>>>> > (DirectAgent-7:null) Removed  network rules for vm i-2-13-VM
>>>> > 2013-04-07 00:35:58,107 DEBUG [cloud.api.ApiServlet]
>>>> > (1109449945@qtp-1008805148-34:null) ===START===  127.0.0.1 -- GET
>>>> >
>>>>  command=queryAsyncJobResult&jobId=042967f3-4fd4-4bcf-a646-999eeca87235&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316558105
>>>> > 2013-04-07 00:35:58,121 DEBUG [cloud.api.ApiServlet]
>>>> > (1109449945@qtp-1008805148-34:null) ===END===  127.0.0.1 -- GET
>>>> >
>>>>  command=queryAsyncJobResult&jobId=042967f3-4fd4-4bcf-a646-999eeca87235&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316558105
>>>> > 2013-04-07 00:36:01,107 DEBUG [cloud.api.ApiServlet]
>>>> > (1109449945@qtp-1008805148-34:null) ===START===  127.0.0.1 -- GET
>>>> >
>>>>  command=queryAsyncJobResult&jobId=042967f3-4fd4-4bcf-a646-999eeca87235&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316561105
>>>> > 2013-04-07 00:36:01,121 DEBUG [cloud.api.ApiServlet]
>>>> > (1109449945@qtp-1008805148-34:null) ===END===  127.0.0.1 -- GET
>>>> >
>>>>  command=queryAsyncJobResult&jobId=042967f3-4fd4-4bcf-a646-999eeca87235&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316561105
>>>> > 2013-04-07 00:36:04,108 DEBUG [cloud.api.ApiServlet]
>>>> > (1109449945@qtp-1008805148-34:null) ===START===  127.0.0.1 -- GET
>>>> >
>>>>  command=queryAsyncJobResult&jobId=042967f3-4fd4-4bcf-a646-999eeca87235&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316564106
>>>> > 2013-04-07 00:36:04,128 DEBUG [cloud.api.ApiServlet]
>>>> > (1109449945@qtp-1008805148-34:null) ===END===  127.0.0.1 -- GET
>>>> >
>>>>  command=queryAsyncJobResult&jobId=042967f3-4fd4-4bcf-a646-999eeca87235&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316564106
>>>> > 2013-04-07 00:36:04,783 DEBUG [xen.resource.CitrixResourceBase]
>>>> > (DirectAgent-7:null) 10. The VM i-2-13-VM is in Stopped state
>>>> > 2013-04-07 00:36:04,783 DEBUG [agent.manager.DirectAgentAttache]
>>>> > (DirectAgent-7:null) Seq 6-324993314: Response Received:
>>>> > 2013-04-07 00:36:04,783 DEBUG [agent.transport.Request]
>>>> > (DirectAgent-7:null) Seq 6-324993314: Processing:  { Ans: , MgmtId:
>>>> 1, via:
>>>> > 6, Ver: v1, Flags: 110,
>>>> > [{"StopAnswer":{"vncPort":0,"result":true,"details":"Stop VM i-2-13-VM
>>>> > Succeed","wait":0}}] }
>>>> > 2013-04-07 00:36:04,783 DEBUG [agent.transport.Request]
>>>> > (Job-Executor-39:job-46) Seq 6-324993314: Received:  { Ans: , MgmtId:
>>>> 1,
>>>> > via: 6, Ver: v1, Flags: 110, { StopAnswer } }
>>>> > 2013-04-07 00:36:04,783 DEBUG [agent.manager.AgentAttache]
>>>> > (DirectAgent-7:null) Seq 6-324993314: No more commands found
>>>> > 2013-04-07 00:36:04,784 DEBUG [cloud.vm.VirtualMachineManagerImpl]
>>>> > (Job-Executor-39:job-46)
>>>> VM[User|94ddc16f-04fc-4da1-8326-01d8d5cdeb44] is
>>>> > stopped on the host.  Proceeding to release resource held.
>>>> > 2013-04-07 00:36:04,793 DEBUG [cloud.network.NetworkManagerImpl]
>>>> > (Job-Executor-39:job-46) Changing active number of nics for network
>>>> id=204
>>>> > on -1
>>>> > 2013-04-07 00:36:04,794 DEBUG [cloud.network.NetworkManagerImpl]
>>>> > (Job-Executor-39:job-46) Asking ElasticLoadBalancerElement to release
>>>> > Nic[19-13-a8349669-6ff2-443f-88d3-c5d69100df3a-192.168.56.146]
>>>> > 2013-04-07 00:36:04,794 DEBUG [cloud.network.NetworkManagerImpl]
>>>> > (Job-Executor-39:job-46) Asking NiciraNvpElement to release
>>>> > Nic[19-13-a8349669-6ff2-443f-88d3-c5d69100df3a-192.168.56.146]
>>>> > 2013-04-07 00:36:04,795 DEBUG [network.element.NiciraNvpElement]
>>>> > (Job-Executor-39:job-46) Checking if NiciraNvpElement can handle
>>>> service
>>>> > Connectivity on network guestNetworkForBasicZone
>>>> > 2013-04-07 00:36:04,795 DEBUG [cloud.network.NetworkManagerImpl]
>>>> > (Job-Executor-39:job-46) Asking BigSwitchVnsElement to release
>>>> > Nic[19-13-a8349669-6ff2-443f-88d3-c5d69100df3a-192.168.56.146]
>>>> > 2013-04-07 00:36:04,795 DEBUG [network.element.BigSwitchVnsElement]
>>>> > (Job-Executor-39:job-46) Checking if BigSwitchVnsElement can handle
>>>> service
>>>> > Connectivity on network guestNetworkForBasicZone
>>>> > 2013-04-07 00:36:04,795 DEBUG [cloud.network.NetworkManagerImpl]
>>>> > (Job-Executor-39:job-46) Asking Ovs to release
>>>> > Nic[19-13-a8349669-6ff2-443f-88d3-c5d69100df3a-192.168.56.146]
>>>> > 2013-04-07 00:36:04,795 DEBUG [cloud.network.NetworkManagerImpl]
>>>> > (Job-Executor-39:job-46) Asking BareMetalDhcp to release
>>>> > Nic[19-13-a8349669-6ff2-443f-88d3-c5d69100df3a-192.168.56.146]
>>>> > 2013-04-07 00:36:04,795 DEBUG [cloud.network.NetworkManagerImpl]
>>>> > (Job-Executor-39:job-46) Asking BareMetalPxe to release
>>>> > Nic[19-13-a8349669-6ff2-443f-88d3-c5d69100df3a-192.168.56.146]
>>>> > 2013-04-07 00:36:04,795 DEBUG [cloud.network.NetworkManagerImpl]
>>>> > (Job-Executor-39:job-46) Asking BareMetalUserdata to release
>>>> > Nic[19-13-a8349669-6ff2-443f-88d3-c5d69100df3a-192.168.56.146]
>>>> > 2013-04-07 00:36:04,795 DEBUG [cloud.network.NetworkManagerImpl]
>>>> > (Job-Executor-39:job-46) Asking SecurityGroupProvider to release
>>>> > Nic[19-13-a8349669-6ff2-443f-88d3-c5d69100df3a-192.168.56.146]
>>>> > 2013-04-07 00:36:04,795 DEBUG [cloud.network.NetworkManagerImpl]
>>>> > (Job-Executor-39:job-46) Asking VirtualRouter to release
>>>> > Nic[19-13-a8349669-6ff2-443f-88d3-c5d69100df3a-192.168.56.146]
>>>> > 2013-04-07 00:36:04,795 DEBUG [cloud.network.NetworkManagerImpl]
>>>> > (Job-Executor-39:job-46) Asking VpcVirtualRouter to release
>>>> > Nic[19-13-a8349669-6ff2-443f-88d3-c5d69100df3a-192.168.56.146]
>>>> > 2013-04-07 00:36:04,795 DEBUG [cloud.network.NetworkManagerImpl]
>>>> > (Job-Executor-39:job-46) Asking NiciraNvp to release
>>>> > Nic[19-13-a8349669-6ff2-443f-88d3-c5d69100df3a-192.168.56.146]
>>>> > 2013-04-07 00:36:04,795 DEBUG [network.element.NiciraNvpElement]
>>>> > (Job-Executor-39:job-46) Checking if NiciraNvpElement can handle
>>>> service
>>>> > Connectivity on network guestNetworkForBasicZone
>>>> > 2013-04-07 00:36:04,795 DEBUG [cloud.network.NetworkManagerImpl]
>>>> > (Job-Executor-39:job-46) Asking JuniperSRX to release
>>>> > Nic[19-13-a8349669-6ff2-443f-88d3-c5d69100df3a-192.168.56.146]
>>>> > 2013-04-07 00:36:04,795 DEBUG [cloud.network.NetworkManagerImpl]
>>>> > (Job-Executor-39:job-46) Asking Netscaler to release
>>>> > Nic[19-13-a8349669-6ff2-443f-88d3-c5d69100df3a-192.168.56.146]
>>>> > 2013-04-07 00:36:04,795 DEBUG [cloud.network.NetworkManagerImpl]
>>>> > (Job-Executor-39:job-46) Asking F5BigIP to release
>>>> > Nic[19-13-a8349669-6ff2-443f-88d3-c5d69100df3a-192.168.56.146]
>>>> > 2013-04-07 00:36:04,795 DEBUG [cloud.network.NetworkManagerImpl]
>>>> > (Job-Executor-39:job-46) Asking CiscoNexus1000vVSM to release
>>>> > Nic[19-13-a8349669-6ff2-443f-88d3-c5d69100df3a-192.168.56.146]
>>>> > 2013-04-07 00:36:04,795 DEBUG [cloud.vm.VirtualMachineManagerImpl]
>>>> > (Job-Executor-39:job-46) Successfully released network resources for
>>>> the vm
>>>> > VM[User|94ddc16f-04fc-4da1-8326-01d8d5cdeb44]
>>>> > 2013-04-07 00:36:04,795 DEBUG [cloud.vm.VirtualMachineManagerImpl]
>>>> > (Job-Executor-39:job-46) Successfully released storage resources for
>>>> the vm
>>>> > VM[User|94ddc16f-04fc-4da1-8326-01d8d5cdeb44]
>>>> > 2013-04-07 00:36:04,836 DEBUG [cloud.capacity.CapacityManagerImpl]
>>>> > (Job-Executor-39:job-46) VM state transitted from :Stopping to
>>>> Stopped with
>>>> > event: OperationSucceededvm's original host id: 6 new host id: null
>>>> host id
>>>> > before state transition: 6
>>>> > 2013-04-07 00:36:04,843 DEBUG [cloud.capacity.CapacityManagerImpl]
>>>> > (Job-Executor-39:job-46) Hosts's actual total CPU: 2382 and CPU after
>>>> > applying overprovisioning: 2382
>>>> > 2013-04-07 00:36:04,844 DEBUG [cloud.capacity.CapacityManagerImpl]
>>>> > (Job-Executor-39:job-46) release cpu from host: 6, old used:
>>>> 200,reserved:
>>>> > 0, actual total: 2382, total with overprovisioning: 2382; new used:
>>>> > 100,reserved:100; movedfromreserved: false,moveToReserveredtrue
>>>> > 2013-04-07 00:36:04,844 DEBUG [cloud.capacity.CapacityManagerImpl]
>>>> > (Job-Executor-39:job-46) release mem from host: 6, old used:
>>>> > 1178599424,reserved: 0, total: 1671695424; new used:
>>>> > 104857600,reserved:1073741824; movedfromreserved:
>>>> false,moveToReserveredtrue
>>>> > 2013-04-07 00:36:04,854 DEBUG [cloud.capacity.CapacityManagerImpl]
>>>> > (Job-Executor-39:job-46) VM state transitted from :Stopped to
>>>> Destroyed
>>>> > with event: DestroyRequestedvm's original host id: 6 new host id:
>>>> null host
>>>> > id before state transition: null
>>>> > 2013-04-07 00:36:04,863 DEBUG [cloud.capacity.CapacityManagerImpl]
>>>> > (Job-Executor-39:job-46) Hosts's actual total CPU: 2382 and CPU after
>>>> > applying overprovisioning: 2382
>>>> > 2013-04-07 00:36:04,863 DEBUG [cloud.capacity.CapacityManagerImpl]
>>>> > (Job-Executor-39:job-46) release cpu from host: 6, old used:
>>>> 100,reserved:
>>>> > 100, actual total: 2382, total with overprovisioning: 2382; new used:
>>>> > 100,reserved:0; movedfromreserved: true,moveToReserveredfalse
>>>> > 2013-04-07 00:36:04,863 DEBUG [cloud.capacity.CapacityManagerImpl]
>>>> > (Job-Executor-39:job-46) release mem from host: 6, old used:
>>>> > 104857600,reserved: 1073741824, total: 1671695424; new used:
>>>> > 104857600,reserved:0; movedfromreserved: true,moveToReserveredfalse
>>>> > 2013-04-07 00:36:04,892 DEBUG [cloud.async.AsyncJobManagerImpl]
>>>> > (Job-Executor-39:job-46) Complete async job-46, jobStatus: 1,
>>>> resultCode:
>>>> > 0, result: org.apache.cloudstack.api.response.UserVmResponse@519ba6bb
>>>> > 2013-04-07 00:36:04,897 DEBUG [cloud.async.AsyncJobManagerImpl]
>>>> > (Job-Executor-39:job-46) Done executing
>>>> > org.apache.cloudstack.api.command.user.vm.DestroyVMCmd for job-46
>>>> > 2013-04-07 00:36:04,949 DEBUG [agent.manager.DirectAgentAttache]
>>>> > (DirectAgent-410:null) Ping from 6
>>>> > 2013-04-07 00:36:06,058 DEBUG [agent.manager.DirectAgentAttache]
>>>> > (DirectAgent-234:null) Ping from 5
>>>> > 2013-04-07 00:36:06,909 DEBUG [agent.manager.DirectAgentAttache]
>>>> > (DirectAgent-407:null) Seq 6-324993028: Executing request
>>>> > 2013-04-07 00:36:07,097 DEBUG [xen.resource.CitrixResourceBase]
>>>> > (DirectAgent-407:null) VM missing i-2-13-VM old state stopped so
>>>> removing.
>>>> > 2013-04-07 00:36:07,098 DEBUG [xen.resource.CitrixResourceBase]
>>>> > (DirectAgent-407:null) VM missing i-2-12-VM old state stopped so
>>>> removing.
>>>> > 2013-04-07 00:36:07,098 DEBUG [agent.manager.DirectAgentAttache]
>>>> > (DirectAgent-407:null) Seq 6-324993028: Response Received:
>>>> > 2013-04-07 00:36:07,098 DEBUG [agent.transport.Request]
>>>> > (DirectAgent-407:null) Seq 6-324993028: Processing:  { Ans: , MgmtId:
>>>> 1,
>>>> > via: 6, Ver: v1, Flags: 10,
>>>> >
>>>> [{"ClusterSyncAnswer":{"_clusterId":2,"_newStates":{},"_isExecuted":false,"result":true,"wait":0}}]
>>>> > }
>>>> > 2013-04-07 00:36:07,109 DEBUG [cloud.api.ApiServlet]
>>>> > (1109449945@qtp-1008805148-34:null) ===START===  127.0.0.1 -- GET
>>>> >
>>>>  command=queryAsyncJobResult&jobId=042967f3-4fd4-4bcf-a646-999eeca87235&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316567107
>>>> > 2013-04-07 00:36:07,119 DEBUG [cloud.async.AsyncJobManagerImpl]
>>>> > (1109449945@qtp-1008805148-34:null) Async job-46 completed
>>>> > 2013-04-07 00:36:07,125 DEBUG [cloud.api.ApiServlet]
>>>> > (1109449945@qtp-1008805148-34:null) ===END===  127.0.0.1 -- GET
>>>> >
>>>>  command=queryAsyncJobResult&jobId=042967f3-4fd4-4bcf-a646-999eeca87235&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316567107
>>>> > 2013-04-07 00:36:11,022 DEBUG [agent.manager.DirectAgentAttache]
>>>> > (DirectAgent-110:null) Seq 5-614334468: Executing request
>>>> > 2013-04-07 00:36:11,171 DEBUG [agent.manager.DirectAgentAttache]
>>>> > (DirectAgent-110:null) Seq 5-614334468: Response Received:
>>>> > 2013-04-07 00:36:11,171 DEBUG [agent.transport.Request]
>>>> > (DirectAgent-110:null) Seq 5-614334468: Processing:  { Ans: , MgmtId:
>>>> 1,
>>>> > via: 5, Ver: v1, Flags: 10, [{"Answer":{"result":true,"wait":0}}] }
>>>> > 2013-04-07 00:36:12,411 DEBUG [cloud.api.ApiServlet]
>>>> > (1109449945@qtp-1008805148-34:null) ===START===  127.0.0.1 -- GET
>>>> >
>>>>  command=listVolumes&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&listAll=true&page=1&pagesize=20&_=1365316572408
>>>> > 2013-04-07 00:36:12,426 DEBUG [cloud.api.ApiServlet]
>>>> > (1109449945@qtp-1008805148-34:null) ===END===  127.0.0.1 -- GET
>>>> >
>>>>  command=listVolumes&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&listAll=true&page=1&pagesize=20&_=1365316572408
>>>> > 2013-04-07 00:36:13,241 DEBUG [cloud.api.ApiServlet]
>>>> > (1109449945@qtp-1008805148-34:null) ===START===  127.0.0.1 -- GET
>>>> >
>>>>  command=listVirtualMachines&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&listAll=true&page=1&pagesize=20&_=1365316573239
>>>> > 2013-04-07 00:36:13,259 DEBUG [cloud.api.ApiServlet]
>>>> > (1109449945@qtp-1008805148-34:null) ===END===  127.0.0.1 -- GET
>>>> >
>>>>  command=listVirtualMachines&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&listAll=true&page=1&pagesize=20&_=1365316573239
>>>> > 2013-04-07 00:36:19,140 DEBUG [cloud.api.ApiServlet]
>>>> > (1109449945@qtp-1008805148-34:null) ===START===  127.0.0.1 -- GET
>>>> >
>>>>  command=listVolumes&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&listAll=true&page=1&pagesize=20&_=1365316579137
>>>> > 2013-04-07 00:36:19,155 DEBUG [cloud.api.ApiServlet]
>>>> > (1109449945@qtp-1008805148-34:null) ===END===  127.0.0.1 -- GET
>>>> >
>>>>  command=listVolumes&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&listAll=true&page=1&pagesize=20&_=1365316579137
>>>> > 2013-04-07 00:36:20,452 DEBUG
>>>> > [storage.secondary.SecondaryStorageManagerImpl] (secstorage-1:null)
>>>> Zone 1
>>>> > is ready to launch secondary storage VM
>>>> > 2013-04-07 00:36:20,498 DEBUG [cloud.api.ApiServlet]
>>>> > (1109449945@qtp-1008805148-34:null) ===START===  127.0.0.1 -- GET
>>>> >
>>>>  command=listVirtualMachines&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&listAll=true&page=1&pagesize=20&_=1365316580496
>>>> > 2013-04-07 00:36:20,519 DEBUG [cloud.api.ApiServlet]
>>>> > (1109449945@qtp-1008805148-34:null) ===END===  127.0.0.1 -- GET
>>>> >
>>>>  command=listVirtualMachines&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&listAll=true&page=1&pagesize=20&_=1365316580496
>>>> > 2013-04-07 00:36:20,554 DEBUG
>>>> [cloud.consoleproxy.ConsoleProxyManagerImpl]
>>>> > (consoleproxy-1:null) Zone 1 is ready to launch console proxy
>>>> > 2013-04-07 00:36:20,820 DEBUG
>>>> > [network.router.VirtualNetworkApplianceManagerImpl]
>>>> > (RouterStatusMonitor-1:null) Found 0 routers to update status.
>>>> > 2013-04-07 00:36:20,821 DEBUG
>>>> > [network.router.VirtualNetworkApplianceManagerImpl]
>>>> > (RouterStatusMonitor-1:null) Found 0 networks to update RvR status.
>>>> > 2013-04-07 00:36:20,850 DEBUG
>>>> > [network.router.VirtualNetworkApplianceManagerImpl]
>>>> > (RouterStatusMonitor-1:null) Found 0 routers to update status.
>>>> > 2013-04-07 00:36:20,852 DEBUG
>>>> > [network.router.VirtualNetworkApplianceManagerImpl]
>>>> > (RouterStatusMonitor-1:null) Found 0 networks to update RvR status.
>>>> > 2013-04-07 00:36:21,588 DEBUG [cloud.api.ApiServlet]
>>>> > (1109449945@qtp-1008805148-34:null) ===START===  127.0.0.1 -- GET
>>>> >
>>>>  command=listVolumes&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&listAll=true&page=1&pagesize=20&_=1365316581586
>>>> > 2013-04-07 00:36:21,602 DEBUG [cloud.api.ApiServlet]
>>>> > (1109449945@qtp-1008805148-34:null) ===END===  127.0.0.1 -- GET
>>>> >
>>>>  command=listVolumes&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&listAll=true&page=1&pagesize=20&_=1365316581586
>>>> > 2013-04-07 00:36:22,324 DEBUG [cloud.api.ApiServlet]
>>>> > (1109449945@qtp-1008805148-34:null) ===START===  127.0.0.1 -- GET
>>>> >
>>>>  command=listVirtualMachines&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&listAll=true&page=1&pagesize=20&_=1365316582321
>>>> > 2013-04-07 00:36:22,348 DEBUG [cloud.api.ApiServlet]
>>>> > (1109449945@qtp-1008805148-34:null) ===END===  127.0.0.1 -- GET
>>>> >
>>>>  command=listVirtualMachines&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&listAll=true&page=1&pagesize=20&_=1365316582321
>>>> > 2013-04-07 00:36:24,891 DEBUG [agent.manager.AgentManagerImpl]
>>>> > (AgentManager-Handler-4:null) Ping from 4
>>>> > 2013-04-07 00:36:27,193 DEBUG [agent.manager.DirectAgentAttache]
>>>> > (DirectAgent-204:null) Ping from 1
>>>> > 2013-04-07 00:36:29,095 DEBUG [agent.manager.DirectAgentAttache]
>>>> > (DirectAgent-277:null) Seq 1-90046472: Executing request
>>>> > 2013-04-07 00:36:29,354 DEBUG [agent.manager.DirectAgentAttache]
>>>> > (DirectAgent-277:null) Seq 1-90046472: Response Received:
>>>> > 2013-04-07 00:36:29,355 DEBUG [agent.transport.Request]
>>>> > (DirectAgent-277:null) Seq 1-90046472: Processing:  { Ans: , MgmtId:
>>>> 1,
>>>> > via: 1, Ver: v1, Flags: 10,
>>>> >
>>>> [{"ClusterSyncAnswer":{"_clusterId":1,"_newStates":{},"_isExecuted":false,"result":true,"wait":0}}]
>>>> > }
>>>> > 2013-04-07 00:36:47,680 DEBUG [agent.manager.AgentManagerImpl]
>>>> > (AgentManager-Handler-5:null) Ping from 3
>>>> > 2013-04-07 00:36:50,451 DEBUG
>>>> > [storage.secondary.SecondaryStorageManagerImpl] (secstorage-1:null)
>>>> Zone 1
>>>> > is ready to launch secondary storage VM
>>>> > 2013-04-07 00:36:50,554 DEBUG
>>>> [cloud.consoleproxy.ConsoleProxyManagerImpl]
>>>> > (consoleproxy-1:null) Zone 1 is ready to launch console proxy
>>>> > 2013-04-07 00:36:50,820 DEBUG
>>>> > [network.router.VirtualNetworkApplianceManagerImpl]
>>>> > (RouterStatusMonitor-1:null) Found 0 routers to update status.
>>>> > 2013-04-07 00:36:50,821 DEBUG
>>>> > [network.router.VirtualNetworkApplianceManagerImpl]
>>>> > (RouterStatusMonitor-1:null) Found 0 networks to update RvR status.
>>>> > 2013-04-07 00:36:50,851 DEBUG
>>>> > [network.router.VirtualNetworkApplianceManagerImpl]
>>>> > (RouterStatusMonitor-1:null) Found 0 routers to update status.
>>>> > 2013-04-07 00:36:50,852 DEBUG
>>>> > [network.router.VirtualNetworkApplianceManagerImpl]
>>>> > (RouterStatusMonitor-1:null) Found 0 networks to update RvR status.
>>>> > 2013-04-07 00:36:51,476 INFO  [agent.manager.AgentMonitor]
>>>> > (Thread-11:null) Found the following agents behind on ping: [6, 5]
>>>> > 2013-04-07 00:36:51,477 DEBUG [cloud.host.Status] (Thread-11:null)
>>>> Ping
>>>> > timeout for host 6, do invstigation
>>>> > 2013-04-07 00:36:51,479 DEBUG [cloud.host.Status] (Thread-11:null)
>>>> Ping
>>>> > timeout for host 5, do invstigation
>>>> > 2013-04-07 00:36:51,479 INFO  [agent.manager.AgentManagerImpl]
>>>> > (AgentTaskPool-9:null) Investigating why host 6 has disconnected with
>>>> event
>>>> > PingTimeout
>>>> > 2013-04-07 00:36:51,479 DEBUG [agent.manager.AgentManagerImpl]
>>>> > (AgentTaskPool-9:null) checking if agent (6) is alive
>>>> > 2013-04-07 00:36:51,482 INFO  [agent.manager.AgentManagerImpl]
>>>> > (AgentTaskPool-12:null) Investigating why host 5 has disconnected with
>>>> > event PingTimeout
>>>> > 2013-04-07 00:36:51,482 DEBUG [agent.manager.AgentManagerImpl]
>>>> > (AgentTaskPool-12:null) checking if agent (5) is alive
>>>> > 2013-04-07 00:36:51,483 DEBUG [agent.transport.Request]
>>>> > (AgentTaskPool-9:null) Seq 6-324993315: Sending  { Cmd , MgmtId: 1,
>>>> via: 6,
>>>> > Ver: v1, Flags: 100011, [{"CheckHealthCommand":{"wait":50}}] }
>>>> > 2013-04-07 00:36:51,484 DEBUG [agent.transport.Request]
>>>> > (AgentTaskPool-9:null) Seq 6-324993315: Executing:  { Cmd , MgmtId:
>>>> 1, via:
>>>> > 6, Ver: v1, Flags: 100011, [{"CheckHealthCommand":{"wait":50}}] }
>>>> > 2013-04-07 00:36:51,484 DEBUG [agent.manager.DirectAgentAttache]
>>>> > (DirectAgent-169:null) Seq 6-324993315: Executing request
>>>> > 2013-04-07 00:36:51,485 DEBUG [agent.transport.Request]
>>>> > (AgentTaskPool-12:null) Seq 5-614334819: Sending  { Cmd , MgmtId: 1,
>>>> via:
>>>> > 5, Ver: v1, Flags: 100011, [{"CheckHealthCommand":{"wait":50}}] }
>>>> > 2013-04-07 00:36:51,485 DEBUG [agent.transport.Request]
>>>> > (AgentTaskPool-12:null) Seq 5-614334819: Executing:  { Cmd , MgmtId:
>>>> 1,
>>>> > via: 5, Ver: v1, Flags: 100011, [{"CheckHealthCommand":{"wait":50}}] }
>>>> > 2013-04-07 00:36:51,485 DEBUG [agent.manager.DirectAgentAttache]
>>>> > (DirectAgent-498:null) Seq 5-614334819: Executing request
>>>> > 2013-04-07 00:36:51,542 DEBUG [agent.manager.DirectAgentAttache]
>>>> > (DirectAgent-169:null) Seq 6-324993315: Response Received:
>>>> > 2013-04-07 00:36:51,542 DEBUG [agent.transport.Request]
>>>> > (DirectAgent-169:null) Seq 6-324993315: Processing:  { Ans: , MgmtId:
>>>> 1,
>>>> > via: 6, Ver: v1, Flags: 10,
>>>> > [{"CheckHealthAnswer":{"result":true,"details":"resource is
>>>> > alive","wait":0}}] }
>>>> > 2013-04-07 00:36:51,542 DEBUG [agent.transport.Request]
>>>> > (AgentTaskPool-9:null) Seq 6-324993315: Received:  { Ans: , MgmtId:
>>>> 1, via:
>>>> > 6, Ver: v1, Flags: 10, { CheckHealthAnswer } }
>>>> > 2013-04-07 00:36:51,542 DEBUG [agent.manager.AgentManagerImpl]
>>>> > (AgentTaskPool-9:null) Details from executing class
>>>> > com.cloud.agent.api.CheckHealthCommand: resource is alive
>>>> > 2013-04-07 00:36:51,542 DEBUG [agent.manager.AgentManagerImpl]
>>>> > (AgentTaskPool-9:null) agent (6) responded to checkHeathCommand,
>>>> reporting
>>>> > that agent is Up
>>>> > 2013-04-07 00:36:51,542 INFO  [agent.manager.AgentManagerImpl]
>>>> > (AgentTaskPool-9:null) The state determined is Up
>>>> > 2013-04-07 00:36:51,542 INFO  [agent.manager.AgentManagerImpl]
>>>> > (AgentTaskPool-9:null) Agent is determined to be up and running
>>>> > 2013-04-07 00:36:51,542 DEBUG [cloud.host.Status]
>>>> (AgentTaskPool-9:null)
>>>> > Transition:[Resource state = Enabled, Agent event = Ping, Host id =
>>>> 6, name
>>>> > = Tut-XenServer]
>>>> > 2013-04-07 00:36:51,546 DEBUG [cloud.host.Status]
>>>> (AgentTaskPool-9:null)
>>>> > Agent status update: [id = 6; name = Tut-XenServer; old status = Up;
>>>> event
>>>> > = Ping; new status = Up; old update count = 313; new update count =
>>>> 314]
>>>> > 2013-04-07 00:36:51,549 DEBUG [agent.manager.DirectAgentAttache]
>>>> > (DirectAgent-498:null) Seq 5-614334819: Response Received:
>>>> > 2013-04-07 00:36:51,549 DEBUG [agent.transport.Request]
>>>> > (DirectAgent-498:null) Seq 5-614334819: Processing:  { Ans: , MgmtId:
>>>> 1,
>>>> > via: 5, Ver: v1, Flags: 10,
>>>> > [{"CheckHealthAnswer":{"result":true,"details":"resource is
>>>> > alive","wait":0}}] }
>>>> > 2013-04-07 00:36:51,549 DEBUG [agent.transport.Request]
>>>> > (AgentTaskPool-12:null) Seq 5-614334819: Received:  { Ans: , MgmtId:
>>>> 1,
>>>> > via: 5, Ver: v1, Flags: 10, { CheckHealthAnswer } }
>>>> > 2013-04-07 00:36:51,549 DEBUG [agent.manager.AgentManagerImpl]
>>>> > (AgentTaskPool-12:null) Details from executing class
>>>> > com.cloud.agent.api.CheckHealthCommand: resource is alive
>>>> > 2013-04-07 00:36:51,549 DEBUG [agent.manager.AgentManagerImpl]
>>>> > (AgentTaskPool-12:null) agent (5) responded to checkHeathCommand,
>>>> reporting
>>>> > that agent is Up
>>>> > 2013-04-07 00:36:51,549 INFO  [agent.manager.AgentManagerImpl]
>>>> > (AgentTaskPool-12:null) The state determined is Up
>>>> > 2013-04-07 00:36:51,549 INFO  [agent.manager.AgentManagerImpl]
>>>> > (AgentTaskPool-12:null) Agent is determined to be up and running
>>>> > 2013-04-07 00:36:51,549 DEBUG [cloud.host.Status]
>>>> (AgentTaskPool-12:null)
>>>> > Transition:[Resource state = Enabled, Agent event = Ping, Host id =
>>>> 5, name
>>>> > = Tut-XenServer2]
>>>> > 2013-04-07 00:36:51,552 DEBUG [cloud.host.Status]
>>>> (AgentTaskPool-12:null)
>>>> > Agent status update: [id = 5; name = Tut-XenServer2; old status = Up;
>>>> event
>>>> > = Ping; new status = Up; old update count = 150; new update count =
>>>> 151]
>>>> > 2013-04-07 00:36:54,389 INFO  [cloud.vm.UserVmManagerImpl]
>>>> > (UserVm-Scavenger-1:null) Found 1 vms to expunge.
>>>> > 2013-04-07 00:36:54,389 DEBUG [cloud.vm.VirtualMachineManagerImpl]
>>>> > (UserVm-Scavenger-1:null) Stopped called on
>>>> > VM[User|c18ddf7c-fc61-40b0-af75-fdef05f8eae6] but the state is
>>>> Destroyed
>>>> > 2013-04-07 00:36:54,391 DEBUG [cloud.capacity.CapacityManagerImpl]
>>>> > (UserVm-Scavenger-1:null) VM state transitted from :Destroyed to
>>>> Expunging
>>>> > with event: ExpungeOperationvm's original host id: 5 new host id:
>>>> null host
>>>> > id before state transition: null
>>>> > 2013-04-07 00:36:54,391 DEBUG [cloud.vm.VirtualMachineManagerImpl]
>>>> > (UserVm-Scavenger-1:null) Destroying vm
>>>> > VM[User|c18ddf7c-fc61-40b0-af75-fdef05f8eae6]
>>>> > 2013-04-07 00:36:54,391 DEBUG [cloud.vm.VirtualMachineManagerImpl]
>>>> > (UserVm-Scavenger-1:null) Cleaning up NICS
>>>> > 2013-04-07 00:36:54,391 DEBUG [cloud.network.NetworkManagerImpl]
>>>> > (UserVm-Scavenger-1:null) Cleaning network for vm: 12
>>>> > 2013-04-07 00:36:54,399 DEBUG [network.guru.DirectNetworkGuru]
>>>> > (UserVm-Scavenger-1:null) Deallocate network: networkId: 204, ip:
>>>> > 192.168.56.195
>>>> > 2013-04-07 00:36:54,409 DEBUG [cloud.network.NetworkManagerImpl]
>>>> > (UserVm-Scavenger-1:null) Removed nic id=18
>>>> > 2013-04-07 00:36:54,409 DEBUG [cloud.storage.StorageManagerImpl]
>>>> > (UserVm-Scavenger-1:null) Cleaning storage for vm: 12
>>>> > 2013-04-07 00:36:54,417 DEBUG [cloud.storage.StorageManagerImpl]
>>>> > (UserVm-Scavenger-1:null) Expunging Vol[12|vm=12|ROOT]
>>>> > 2013-04-07 00:36:54,424 DEBUG [agent.transport.Request]
>>>> > (UserVm-Scavenger-1:null) Seq 5-614334820: Sending  { Cmd , MgmtId:
>>>> 1, via:
>>>> > 5, Ver: v1, Flags: 100111,
>>>> >
>>>> [{"storage.DestroyCommand":{"vmName":"i-2-12-VM","volume":{"id":12,"name":"ROOT-12","mountPoint":"/iSCSI_SR_3","path":"40a39639-e8aa-45b5-bfa1-591b68571d0c","size":52428800,"type":"ROOT","storagePoolType":"PreSetup","storagePoolUuid":"iSCSI_SR_3","deviceId":0},"wait":0}}]
>>>> > }
>>>> > 2013-04-07 00:36:54,424 DEBUG [agent.transport.Request]
>>>> > (UserVm-Scavenger-1:null) Seq 5-614334820: Executing:  { Cmd ,
>>>> MgmtId: 1,
>>>> > via: 5, Ver: v1, Flags: 100111,
>>>> >
>>>> [{"storage.DestroyCommand":{"vmName":"i-2-12-VM","volume":{"id":12,"name":"ROOT-12","mountPoint":"/iSCSI_SR_3","path":"40a39639-e8aa-45b5-bfa1-591b68571d0c","size":52428800,"type":"ROOT","storagePoolType":"PreSetup","storagePoolUuid":"iSCSI_SR_3","deviceId":0},"wait":0}}]
>>>> > }
>>>> > 2013-04-07 00:36:54,424 DEBUG [agent.manager.DirectAgentAttache]
>>>> > (DirectAgent-411:null) Seq 5-614334820: Executing request
>>>> > 2013-04-07 00:36:55,072 DEBUG [agent.manager.DirectAgentAttache]
>>>> > (DirectAgent-411:null) Seq 5-614334820: Response Received:
>>>> > 2013-04-07 00:36:55,072 DEBUG [agent.transport.Request]
>>>> > (DirectAgent-411:null) Seq 5-614334820: Processing:  { Ans: , MgmtId:
>>>> 1,
>>>> > via: 5, Ver: v1, Flags: 110,
>>>> > [{"Answer":{"result":true,"details":"Success","wait":0}}] }
>>>> > 2013-04-07 00:36:55,072 DEBUG [agent.transport.Request]
>>>> > (UserVm-Scavenger-1:null) Seq 5-614334820: Received:  { Ans: ,
>>>> MgmtId: 1,
>>>> > via: 5, Ver: v1, Flags: 110, { Answer } }
>>>> > 2013-04-07 00:36:55,072 DEBUG [agent.manager.AgentAttache]
>>>> > (DirectAgent-411:null) Seq 5-614334820: No more commands found
>>>> > 2013-04-07 00:36:55,076 DEBUG [cloud.storage.StorageManagerImpl]
>>>> > (UserVm-Scavenger-1:null) Volume successfully expunged from 257
>>>> > 2013-04-07 00:36:55,076 DEBUG [cloud.vm.VirtualMachineManagerImpl]
>>>> > (UserVm-Scavenger-1:null) Expunged
>>>> > VM[User|c18ddf7c-fc61-40b0-af75-fdef05f8eae6]
>>>> > 2013-04-07 00:36:55,076 DEBUG [cloud.vm.UserVmManagerImpl]
>>>> > (UserVm-Scavenger-1:null) Starting cleaning up vm
>>>> > VM[User|c18ddf7c-fc61-40b0-af75-fdef05f8eae6] resources...
>>>> > 2013-04-07 00:36:55,080 INFO
>>>>  [network.security.SecurityGroupManagerImpl]
>>>> > (UserVm-Scavenger-1:null) Disassociated 1 network groups  from uservm
>>>> 12
>>>> > 2013-04-07 00:36:55,081 DEBUG
>>>> [network.security.SecurityGroupManagerImpl]
>>>> > (UserVm-Scavenger-1:null) Security group mappings are removed
>>>> successfully
>>>> > for vm id=12
>>>> > 2013-04-07 00:36:55,090 DEBUG [network.firewall.FirewallManagerImpl]
>>>> > (UserVm-Scavenger-1:null) No firewall rules are found for vm id=12
>>>> > 2013-04-07 00:36:55,090 DEBUG [cloud.vm.UserVmManagerImpl]
>>>> > (UserVm-Scavenger-1:null) Firewall rules are removed successfully as
>>>> a part
>>>> > of vm id=12 expunge
>>>> > 2013-04-07 00:36:55,093 DEBUG [network.rules.RulesManagerImpl]
>>>> > (UserVm-Scavenger-1:null) No port forwarding rules are found for vm
>>>> id=12
>>>> > 2013-04-07 00:36:55,093 DEBUG [cloud.vm.UserVmManagerImpl]
>>>> > (UserVm-Scavenger-1:null) Port forwarding rules are removed
>>>> successfully as
>>>> > a part of vm id=12 expunge
>>>> > 2013-04-07 00:36:55,095 DEBUG [cloud.vm.UserVmManagerImpl]
>>>> > (UserVm-Scavenger-1:null) Removed vm id=12 from all load balancers as
>>>> a
>>>> > part of expunge process
>>>> > 2013-04-07 00:36:55,096 DEBUG [cloud.vm.UserVmManagerImpl]
>>>> > (UserVm-Scavenger-1:null) Successfully cleaned up vm
>>>> > VM[User|c18ddf7c-fc61-40b0-af75-fdef05f8eae6] resources as a part of
>>>> > expunge process
>>>> > 2013-04-07 00:37:04,802 DEBUG [agent.manager.DirectAgentAttache]
>>>> > (DirectAgent-110:null) Ping from 6
>>>> > 2013-04-07 00:37:06,042 DEBUG [agent.manager.DirectAgentAttache]
>>>> > (DirectAgent-409:null) Ping from 5
>>>> > 2013-04-07 00:37:06,909 DEBUG [agent.manager.DirectAgentAttache]
>>>> > (DirectAgent-239:null) Seq 6-324993028: Executing request
>>>> > 2013-04-07 00:37:07,099 DEBUG [agent.manager.DirectAgentAttache]
>>>> > (DirectAgent-239:null) Seq 6-324993028: Response Received:
>>>> > 2013-04-07 00:37:07,100 DEBUG [agent.transport.Request]
>>>> > (DirectAgent-239:null) Seq 6-324993028: Processing:  { Ans: , MgmtId:
>>>> 1,
>>>> > via: 6, Ver: v1, Flags: 10,
>>>> >
>>>> [{"ClusterSyncAnswer":{"_clusterId":2,"_newStates":{},"_isExecuted":false,"result":true,"wait":0}}]
>>>> > }
>>>> > 2013-04-07 00:37:11,022 DEBUG [agent.manager.DirectAgentAttache]
>>>> > (DirectAgent-225:null) Seq 5-614334468: Executing request
>>>> > 2013-04-07 00:37:11,170 DEBUG [agent.manager.DirectAgentAttache]
>>>> > (DirectAgent-225:null) Seq 5-614334468: Response Received:
>>>> > 2013-04-07 00:37:11,171 DEBUG [agent.transport.Request]
>>>> > (DirectAgent-225:null) Seq 5-614334468: Processing:  { Ans: , MgmtId:
>>>> 1,
>>>> > via: 5, Ver: v1, Flags: 10, [{"Answer":{"result":true,"wait":0}}] }
>>>> > 2013-04-07 00:37:20,451 DEBUG
>>>> > [storage.secondary.SecondaryStorageManagerImpl] (secstorage-1:null)
>>>> Zone 1
>>>> > is ready to launch secondary storage VM
>>>> > 2013-04-07 00:37:20,554 DEBUG
>>>> [cloud.consoleproxy.ConsoleProxyManagerImpl]
>>>> > (consoleproxy-1:null) Zone 1 is ready to launch console proxy
>>>> > 2013-04-07 00:37:20,820 DEBUG
>>>> > [network.router.VirtualNetworkApplianceManagerImpl]
>>>> > (RouterStatusMonitor-1:null) Found 0 routers to update status.
>>>> > 2013-04-07 00:37:20,822 DEBUG
>>>> > [network.router.VirtualNetworkApplianceManagerImpl]
>>>> > (RouterStatusMonitor-1:null) Found 0 networks to update RvR status.
>>>> > 2013-04-07 00:37:20,851 DEBUG
>>>> > [network.router.VirtualNetworkApplianceManagerImpl]
>>>> > (RouterStatusMonitor-1:null) Found 0 routers to update status.
>>>> > 2013-04-07 00:37:20,852 DEBUG
>>>> > [network.router.VirtualNetworkApplianceManagerImpl]
>>>> > (RouterStatusMonitor-1:null) Found 0 networks to update RvR status.
>>>> > 2013-04-07 00:37:24,890 DEBUG [agent.manager.AgentManagerImpl]
>>>> > (AgentManager-Handler-6:null) Ping from 4
>>>> > 2013-04-07 00:37:27,167 DEBUG [agent.manager.DirectAgentAttache]
>>>> > (DirectAgent-354:null) Ping from 1
>>>> > 2013-04-07 00:37:29,095 DEBUG [agent.manager.DirectAgentAttache]
>>>> > (DirectAgent-97:null) Seq 1-90046472: Executing request
>>>> > 2013-04-07 00:37:29,317 DEBUG [agent.manager.DirectAgentAttache]
>>>> > (DirectAgent-97:null) Seq 1-90046472: Response Received:
>>>> > 2013-04-07 00:37:29,317 DEBUG [agent.transport.Request]
>>>> > (DirectAgent-97:null) Seq 1-90046472: Processing:  { Ans: , MgmtId:
>>>> 1, via:
>>>> > 1, Ver: v1, Flags: 10,
>>>> >
>>>> [{"ClusterSyncAnswer":{"_clusterId":1,"_newStates":{},"_isExecuted":false,"result":true,"wait":0}}]
>>>> > }
>>>> > 2013-04-07 00:37:47,679 DEBUG [agent.manager.AgentManagerImpl]
>>>> > (AgentManager-Handler-7:null) Ping from 3
>>>> > 2013-04-07 00:37:50,451 DEBUG
>>>> > [storage.secondary.SecondaryStorageManagerImpl] (secstorage-1:null)
>>>> Zone 1
>>>> > is ready to launch secondary storage VM
>>>> > 2013-04-07 00:37:50,555 DEBUG
>>>> [cloud.consoleproxy.ConsoleProxyManagerImpl]
>>>> > (consoleproxy-1:null) Zone 1 is ready to launch console proxy
>>>> > 2013-04-07 00:37:50,798 INFO  [cloud.ha.HighAvailabilityManagerImpl]
>>>> > (HA-2:null) checking health of usage server
>>>> > 2013-04-07 00:37:50,799 DEBUG [cloud.ha.HighAvailabilityManagerImpl]
>>>> > (HA-2:null) usage server running? false, heartbeat: null
>>>> > 2013-04-07 00:37:50,801 DEBUG [cloud.alert.AlertManagerImpl]
>>>> (HA-2:null)
>>>> > Have already sent: 1 emails for alert type '12' -- skipping send email
>>>> > 2013-04-07 00:37:50,816 DEBUG
>>>> > [network.router.VirtualNetworkApplianceManagerImpl]
>>>> (RouterMonitor-1:null)
>>>> > Found 0 running routers.
>>>> > 2013-04-07 00:37:50,820 DEBUG
>>>> > [network.router.VirtualNetworkApplianceManagerImpl]
>>>> > (RouterStatusMonitor-1:null) Found 0 routers to update status.
>>>> > 2013-04-07 00:37:50,821 DEBUG
>>>> > [network.router.VirtualNetworkApplianceManagerImpl]
>>>> > (RouterStatusMonitor-1:null) Found 0 networks to update RvR status.
>>>> > 2013-04-07 00:37:50,850 DEBUG
>>>> > [network.router.VirtualNetworkApplianceManagerImpl]
>>>> (RouterMonitor-1:null)
>>>> > Found 0 running routers.
>>>> > 2013-04-07 00:37:50,851 DEBUG
>>>> > [network.router.VirtualNetworkApplianceManagerImpl]
>>>> > (RouterStatusMonitor-1:null) Found 0 routers to update status.
>>>> > 2013-04-07 00:37:50,852 DEBUG
>>>> > [network.router.VirtualNetworkApplianceManagerImpl]
>>>> > (RouterStatusMonitor-1:null) Found 0 networks to update RvR status.
>>>> > 2013-04-07 00:37:50,909 DEBUG
>>>> > [cloud.network.ExternalLoadBalancerUsageManagerImpl]
>>>> > (ExternalNetworkMonitor-1:null) External devices stats collector is
>>>> > running...
>>>> > 2013-04-07 00:37:50,920 DEBUG [storage.snapshot.SnapshotSchedulerImpl]
>>>> > (SnapshotPollTask:null) Snapshot scheduler.poll is being called at
>>>> > 2013-04-07 06:37:50 GMT
>>>> > 2013-04-07 00:37:50,921 DEBUG [storage.snapshot.SnapshotSchedulerImpl]
>>>> > (SnapshotPollTask:null) Got 0 snapshots to be executed at 2013-04-07
>>>> > 06:37:50 GMT
>>>> > 2013-04-07 00:37:51,480 INFO  [agent.manager.AgentMonitor]
>>>> > (Thread-11:null) Found the following agents behind on ping: [6, 5]
>>>> > 2013-04-07 00:37:51,481 DEBUG [cloud.host.Status] (Thread-11:null)
>>>> Ping
>>>> > timeout for host 6, do invstigation
>>>> > 2013-04-07 00:37:51,482 DEBUG [cloud.host.Status] (Thread-11:null)
>>>> Ping
>>>> > timeout for host 5, do invstigation
>>>> > 2013-04-07 00:37:51,483 INFO  [agent.manager.AgentManagerImpl]
>>>> > (AgentTaskPool-10:null) Investigating why host 6 has disconnected with
>>>> > event PingTimeout
>>>> > 2013-04-07 00:37:51,483 DEBUG [agent.manager.AgentManagerImpl]
>>>> > (AgentTaskPool-10:null) checking if agent (6) is alive
>>>> > 2013-04-07 00:37:51,484 INFO  [agent.manager.AgentManagerImpl]
>>>> > (AgentTaskPool-13:null) Investigating why host 5 has disconnected with
>>>> > event PingTimeout
>>>> > 2013-04-07 00:37:51,484 DEBUG [agent.manager.AgentManagerImpl]
>>>> > (AgentTaskPool-13:null) checking if agent (5) is alive
>>>> > 2013-04-07 00:37:51,486 DEBUG [agent.transport.Request]
>>>> > (AgentTaskPool-10:null) Seq 6-324993316: Sending  { Cmd , MgmtId: 1,
>>>> via:
>>>> > 6, Ver: v1, Flags: 100011, [{"CheckHealthCommand":{"wait":50}}] }
>>>> > 2013-04-07 00:37:51,486 DEBUG [agent.transport.Request]
>>>> > (AgentTaskPool-10:null) Seq 6-324993316: Executing:  { Cmd , MgmtId:
>>>> 1,
>>>> > via: 6, Ver: v1, Flags: 100011, [{"CheckHealthCommand":{"wait":50}}] }
>>>> > 2013-04-07 00:37:51,486 DEBUG [agent.manager.DirectAgentAttache]
>>>> > (DirectAgent-303:null) Seq 6-324993316: Executing request
>>>> > 2013-04-07 00:37:51,488 DEBUG [agent.transport.Request]
>>>> > (AgentTaskPool-13:null) Seq 5-614334821: Sending  { Cmd , MgmtId: 1,
>>>> via:
>>>> > 5, Ver: v1, Flags: 100011, [{"CheckHealthCommand":{"wait":50}}] }
>>>> > 2013-04-07 00:37:51,488 DEBUG [agent.transport.Request]
>>>> > (AgentTaskPool-13:null) Seq 5-614334821: Executing:  { Cmd , MgmtId:
>>>> 1,
>>>> > via: 5, Ver: v1, Flags: 100011, [{"CheckHealthCommand":{"wait":50}}] }
>>>> > 2013-04-07 00:37:51,488 DEBUG [agent.manager.DirectAgentAttache]
>>>> > (DirectAgent-158:null) Seq 5-614334821: Executing request
>>>> > 2013-04-07 00:37:51,537 DEBUG [agent.manager.DirectAgentAttache]
>>>> > (DirectAgent-303:null) Seq 6-324993316: Response Received:
>>>> > 2013-04-07 00:37:51,538 DEBUG [agent.transport.Request]
>>>> > (DirectAgent-303:null) Seq 6-324993316: Processing:  { Ans: , MgmtId:
>>>> 1,
>>>> > via: 6, Ver: v1, Flags: 10,
>>>> > [{"CheckHealthAnswer":{"result":true,"details":"resource is
>>>> > alive","wait":0}}] }
>>>> > 2013-04-07 00:37:51,538 DEBUG [agent.transport.Request]
>>>> > (AgentTaskPool-10:null) Seq 6-324993316: Received:  { Ans: , MgmtId:
>>>> 1,
>>>> > via: 6, Ver: v1, Flags: 10, { CheckHealthAnswer } }
>>>> > 2013-04-07 00:37:51,538 DEBUG [agent.manager.AgentManagerImpl]
>>>> > (AgentTaskPool-10:null) Details from executing class
>>>> > com.cloud.agent.api.CheckHealthCommand: resource is alive
>>>> > 2013-04-07 00:37:51,538 DEBUG [agent.manager.AgentManagerImpl]
>>>> > (AgentTaskPool-10:null) agent (6) responded to checkHeathCommand,
>>>> reporting
>>>> > that agent is Up
>>>> > 2013-04-07 00:37:51,538 INFO  [agent.manager.AgentManagerImpl]
>>>> > (AgentTaskPool-10:null) The state determined is Up
>>>> > 2013-04-07 00:37:51,538 INFO  [agent.manager.AgentManagerImpl]
>>>> > (AgentTaskPool-10:null) Agent is determined to be up and running
>>>> > 2013-04-07 00:37:51,538 DEBUG [cloud.host.Status]
>>>> (AgentTaskPool-10:null)
>>>> > Transition:[Resource state = Enabled, Agent event = Ping, Host id =
>>>> 6, name
>>>> > = Tut-XenServer]
>>>> > 2013-04-07 00:37:51,541 DEBUG [agent.manager.DirectAgentAttache]
>>>> > (DirectAgent-158:null) Seq 5-614334821: Response Received:
>>>> > 2013-04-07 00:37:51,541 DEBUG [agent.transport.Request]
>>>> > (DirectAgent-158:null) Seq 5-614334821: Processing:  { Ans: , MgmtId:
>>>> 1,
>>>> > via: 5, Ver: v1, Flags: 10,
>>>> > [{"CheckHealthAnswer":{"result":true,"details":"resource is
>>>> > alive","wait":0}}] }
>>>> > 2013-04-07 00:37:51,541 DEBUG [agent.transport.Request]
>>>> > (AgentTaskPool-13:null) Seq 5-614334821: Received:  { Ans: , MgmtId:
>>>> 1,
>>>> > via: 5, Ver: v1, Flags: 10, { CheckHealthAnswer } }
>>>> > 2013-04-07 00:37:51,541 DEBUG [agent.manager.AgentManagerImpl]
>>>> > (AgentTaskPool-13:null) Details from executing class
>>>> > com.cloud.agent.api.CheckHealthCommand: resource is alive
>>>> > 2013-04-07 00:37:51,541 DEBUG [agent.manager.AgentManagerImpl]
>>>> > (AgentTaskPool-13:null) agent (5) responded to checkHeathCommand,
>>>> reporting
>>>> > that agent is Up
>>>> > 2013-04-07 00:37:51,541 INFO  [agent.manager.AgentManagerImpl]
>>>> > (AgentTaskPool-13:null) The state determined is Up
>>>> > 2013-04-07 00:37:51,541 DEBUG [cloud.host.Status]
>>>> (AgentTaskPool-10:null)
>>>> > Agent status update: [id = 6; name = Tut-XenServer; old status = Up;
>>>> event
>>>> > = Ping; new status = Up; old update count = 314; new update count =
>>>> 315]
>>>> > 2013-04-07 00:37:51,541 INFO  [agent.manager.AgentManagerImpl]
>>>> > (AgentTaskPool-13:null) Agent is determined to be up and running
>>>> > 2013-04-07 00:37:51,541 DEBUG [cloud.host.Status]
>>>> (AgentTaskPool-13:null)
>>>> > Transition:[Resource state = Enabled, Agent event = Ping, Host id =
>>>> 5, name
>>>> > = Tut-XenServer2]
>>>> > 2013-04-07 00:37:51,544 DEBUG [cloud.host.Status]
>>>> (AgentTaskPool-13:null)
>>>> > Agent status update: [id = 5; name = Tut-XenServer2; old status = Up;
>>>> event
>>>> > = Ping; new status = Up; old update count = 151; new update count =
>>>> 152]
>>>> > 2013-04-07 00:37:55,103 INFO  [cloud.vm.UserVmManagerImpl]
>>>> > (UserVm-Scavenger-1:null) Found 1 vms to expunge.
>>>> > 2013-04-07 00:37:55,103 DEBUG [cloud.vm.VirtualMachineManagerImpl]
>>>> > (UserVm-Scavenger-1:null) Stopped called on
>>>> > VM[User|94ddc16f-04fc-4da1-8326-01d8d5cdeb44] but the state is
>>>> Destroyed
>>>> > 2013-04-07 00:37:55,105 DEBUG [cloud.capacity.CapacityManagerImpl]
>>>> > (UserVm-Scavenger-1:null) VM state transitted from :Destroyed to
>>>> Expunging
>>>> > with event: ExpungeOperationvm's original host id: 6 new host id:
>>>> null host
>>>> > id before state transition: null
>>>> > 2013-04-07 00:37:55,105 DEBUG [cloud.vm.VirtualMachineManagerImpl]
>>>> > (UserVm-Scavenger-1:null) Destroying vm
>>>> > VM[User|94ddc16f-04fc-4da1-8326-01d8d5cdeb44]
>>>> > 2013-04-07 00:37:55,105 DEBUG [cloud.vm.VirtualMachineManagerImpl]
>>>> > (UserVm-Scavenger-1:null) Cleaning up NICS
>>>> > 2013-04-07 00:37:55,105 DEBUG [cloud.network.NetworkManagerImpl]
>>>> > (UserVm-Scavenger-1:null) Cleaning network for vm: 13
>>>> > 2013-04-07 00:37:55,113 DEBUG [network.guru.DirectNetworkGuru]
>>>> > (UserVm-Scavenger-1:null) Deallocate network: networkId: 204, ip:
>>>> > 192.168.56.146
>>>> > 2013-04-07 00:37:55,124 DEBUG [cloud.network.NetworkManagerImpl]
>>>> > (UserVm-Scavenger-1:null) Removed nic id=19
>>>> > 2013-04-07 00:37:55,124 DEBUG [cloud.storage.StorageManagerImpl]
>>>> > (UserVm-Scavenger-1:null) Cleaning storage for vm: 13
>>>> > 2013-04-07 00:37:55,132 DEBUG [cloud.storage.StorageManagerImpl]
>>>> > (UserVm-Scavenger-1:null) Expunging Vol[13|vm=13|ROOT]
>>>> > 2013-04-07 00:37:55,139 DEBUG [agent.transport.Request]
>>>> > (UserVm-Scavenger-1:null) Seq 6-324993317: Sending  { Cmd , MgmtId:
>>>> 1, via:
>>>> > 6, Ver: v1, Flags: 100111,
>>>> >
>>>> [{"storage.DestroyCommand":{"vmName":"i-2-13-VM","volume":{"id":13,"name":"ROOT-13","mountPoint":"/iSCSI_SR_3","path":"99154d9c-2665-465d-8c71-e60f1748895b","size":52428800,"type":"ROOT","storagePoolType":"PreSetup","storagePoolUuid":"iSCSI_SR_3","deviceId":0},"wait":0}}]
>>>> > }
>>>> > 2013-04-07 00:37:55,140 DEBUG [agent.transport.Request]
>>>> > (UserVm-Scavenger-1:null) Seq 6-324993317: Executing:  { Cmd ,
>>>> MgmtId: 1,
>>>> > via: 6, Ver: v1, Flags: 100111,
>>>> >
>>>> [{"storage.DestroyCommand":{"vmName":"i-2-13-VM","volume":{"id":13,"name":"ROOT-13","mountPoint":"/iSCSI_SR_3","path":"99154d9c-2665-465d-8c71-e60f1748895b","size":52428800,"type":"ROOT","storagePoolType":"PreSetup","storagePoolUuid":"iSCSI_SR_3","deviceId":0},"wait":0}}]
>>>> > }
>>>> > 2013-04-07 00:37:55,140 DEBUG [agent.manager.DirectAgentAttache]
>>>> > (DirectAgent-87:null) Seq 6-324993317: Executing request
>>>> > 2013-04-07 00:37:55,724 DEBUG [agent.manager.DirectAgentAttache]
>>>> > (DirectAgent-87:null) Seq 6-324993317: Response Received:
>>>> > 2013-04-07 00:37:55,724 DEBUG [agent.transport.Request]
>>>> > (DirectAgent-87:null) Seq 6-324993317: Processing:  { Ans: , MgmtId:
>>>> 1,
>>>> > via: 6, Ver: v1, Flags: 110,
>>>> > [{"Answer":{"result":true,"details":"Success","wait":0}}] }
>>>> > 2013-04-07 00:37:55,724 DEBUG [agent.manager.AgentAttache]
>>>> > (DirectAgent-87:null) Seq 6-324993317: No more commands found
>>>> > 2013-04-07 00:37:55,724 DEBUG [agent.transport.Request]
>>>> > (UserVm-Scavenger-1:null) Seq 6-324993317: Received:  { Ans: ,
>>>> MgmtId: 1,
>>>> > via: 6, Ver: v1, Flags: 110, { Answer } }
>>>> > 2013-04-07 00:37:55,727 DEBUG [cloud.storage.StorageManagerImpl]
>>>> > (UserVm-Scavenger-1:null) Volume successfully expunged from 257
>>>> > 2013-04-07 00:37:55,727 DEBUG [cloud.vm.VirtualMachineManagerImpl]
>>>> > (UserVm-Scavenger-1:null) Expunged
>>>> > VM[User|94ddc16f-04fc-4da1-8326-01d8d5cdeb44]
>>>> > 2013-04-07 00:37:55,727 DEBUG [cloud.vm.UserVmManagerImpl]
>>>> > (UserVm-Scavenger-1:null) Starting cleaning up vm
>>>> > VM[User|94ddc16f-04fc-4da1-8326-01d8d5cdeb44] resources...
>>>> > 2013-04-07 00:37:55,730 INFO
>>>>  [network.security.SecurityGroupManagerImpl]
>>>> > (UserVm-Scavenger-1:null) Disassociated 1 network groups  from uservm
>>>> 13
>>>> > 2013-04-07 00:37:55,732 DEBUG
>>>> [network.security.SecurityGroupManagerImpl]
>>>> > (UserVm-Scavenger-1:null) Security group mappings are removed
>>>> successfully
>>>> > for vm id=13
>>>> > 2013-04-07 00:37:55,736 DEBUG [network.firewall.FirewallManagerImpl]
>>>> > (UserVm-Scavenger-1:null) No firewall rules are found for vm id=13
>>>> > 2013-04-07 00:37:55,737 DEBUG [cloud.vm.UserVmManagerImpl]
>>>> > (UserVm-Scavenger-1:null) Firewall rules are removed successfully as
>>>> a part
>>>> > of vm id=13 expunge
>>>> > 2013-04-07 00:37:55,739 DEBUG [network.rules.RulesManagerImpl]
>>>> > (UserVm-Scavenger-1:null) No port forwarding rules are found for vm
>>>> id=13
>>>> > 2013-04-07 00:37:55,739 DEBUG [cloud.vm.UserVmManagerImpl]
>>>> > (UserVm-Scavenger-1:null) Port forwarding rules are removed
>>>> successfully as
>>>> > a part of vm id=13 expunge
>>>> > 2013-04-07 00:37:55,740 DEBUG [cloud.vm.UserVmManagerImpl]
>>>> > (UserVm-Scavenger-1:null) Removed vm id=13 from all load balancers as
>>>> a
>>>> > part of expunge process
>>>> > 2013-04-07 00:37:55,741 DEBUG [cloud.vm.UserVmManagerImpl]
>>>> > (UserVm-Scavenger-1:null) Successfully cleaned up vm
>>>> > VM[User|94ddc16f-04fc-4da1-8326-01d8d5cdeb44] resources as a part of
>>>> > expunge process
>>>> > 2013-04-07 00:38:04,813 DEBUG [agent.manager.DirectAgentAttache]
>>>> > (DirectAgent-442:null) Ping from 6
>>>> > 2013-04-07 00:38:06,064 DEBUG [agent.manager.DirectAgentAttache]
>>>> > (DirectAgent-374:null) Ping from 5
>>>> > 2013-04-07 00:38:06,909 DEBUG [agent.manager.DirectAgentAttache]
>>>> > (DirectAgent-157:null) Seq 6-324993028: Executing request
>>>> > 2013-04-07 00:38:07,099 DEBUG [agent.manager.DirectAgentAttache]
>>>> > (DirectAgent-157:null) Seq 6-324993028: Response Received:
>>>> > 2013-04-07 00:38:07,100 DEBUG [agent.transport.Request]
>>>> > (DirectAgent-157:null) Seq 6-324993028: Processing:  { Ans: , MgmtId:
>>>> 1,
>>>> > via: 6, Ver: v1, Flags: 10,
>>>> >
>>>> [{"ClusterSyncAnswer":{"_clusterId":2,"_newStates":{},"_isExecuted":false,"result":true,"wait":0}}]
>>>> > }
>>>> > 2013-04-07 00:38:11,022 DEBUG [agent.manager.DirectAgentAttache]
>>>> > (DirectAgent-192:null) Seq 5-614334468: Executing request
>>>> > 2013-04-07 00:38:11,181 DEBUG [agent.manager.DirectAgentAttache]
>>>> > (DirectAgent-192:null) Seq 5-614334468: Response Received:
>>>> > 2013-04-07 00:38:11,181 DEBUG [agent.transport.Request]
>>>> > (DirectAgent-192:null) Seq 5-614334468: Processing:  { Ans: , MgmtId:
>>>> 1,
>>>> > via: 5, Ver: v1, Flags: 10, [{"Answer":{"result":true,"wait":0}}] }
>>>> > 2013-04-07 00:38:20,455 DEBUG
>>>> > [storage.secondary.SecondaryStorageManagerImpl] (secstorage-1:null)
>>>> Zone 1
>>>> > is ready to launch secondary storage VM
>>>> > 2013-04-07 00:38:20,573 DEBUG
>>>> [cloud.consoleproxy.ConsoleProxyManagerImpl]
>>>> > (consoleproxy-1:null) Zone 1 is ready to launch console proxy
>>>> > 2013-04-07 00:38:20,820 DEBUG
>>>> > [network.router.VirtualNetworkApplianceManagerImpl]
>>>> > (RouterStatusMonitor-1:null) Found 0 routers to update status.
>>>> > 2013-04-07 00:38:20,821 DEBUG
>>>> > [network.router.VirtualNetworkApplianceManagerImpl]
>>>> > (RouterStatusMonitor-1:null) Found 0 networks to update RvR status.
>>>> > 2013-04-07 00:38:20,851 DEBUG
>>>> > [network.router.VirtualNetworkApplianceManagerImpl]
>>>> > (RouterStatusMonitor-1:null) Found 0 routers to update status.
>>>> > 2013-04-07 00:38:20,853 DEBUG
>>>> > [network.router.VirtualNetworkApplianceManagerImpl]
>>>> > (RouterStatusMonitor-1:null) Found 0 networks to update RvR status.
>>>> > 2013-04-07 00:38:20,921 DEBUG [cloud.alert.AlertManagerImpl]
>>>> > (CapacityChecker:null) Running Capacity Checker ...
>>>> > 2013-04-07 00:38:20,921 DEBUG [cloud.alert.AlertManagerImpl]
>>>> > (CapacityChecker:null) recalculating system capacity
>>>> > 2013-04-07 00:38:20,921 DEBUG [cloud.alert.AlertManagerImpl]
>>>> > (CapacityChecker:null) Executing cpu/ram capacity update
>>>> > 2013-04-07 00:38:20,931 DEBUG [cloud.capacity.CapacityManagerImpl]
>>>> > (CapacityChecker:null) Found 2 VMs on host 1
>>>> > 2013-04-07 00:38:20,932 DEBUG [cloud.capacity.CapacityManagerImpl]
>>>> > (CapacityChecker:null) Found 0 VM, not running on host 1
>>>> > 2013-04-07 00:38:20,935 DEBUG [cloud.capacity.CapacityManagerImpl]
>>>> > (CapacityChecker:null) No need to calibrate cpu capacity, host:1
>>>> usedCpu:
>>>> > 200 reservedCpu: 0
>>>> > 2013-04-07 00:38:20,935 DEBUG [cloud.capacity.CapacityManagerImpl]
>>>> > (CapacityChecker:null) No need to calibrate memory capacity, host:1
>>>> > usedMem: 209715200 reservedMem: 0
>>>> > 2013-04-07 00:38:20,940 DEBUG [cloud.capacity.CapacityManagerImpl]
>>>> > (CapacityChecker:null) Found 0 VMs on host 5
>>>> > 2013-04-07 00:38:20,941 DEBUG [cloud.capacity.CapacityManagerImpl]
>>>> > (CapacityChecker:null) Found 0 VM, not running on host 5
>>>> > 2013-04-07 00:38:20,944 DEBUG [cloud.capacity.CapacityManagerImpl]
>>>> > (CapacityChecker:null) No need to calibrate cpu capacity, host:5
>>>> usedCpu: 0
>>>> > reservedCpu: 0
>>>> > 2013-04-07 00:38:20,944 DEBUG [cloud.capacity.CapacityManagerImpl]
>>>> > (CapacityChecker:null) No need to calibrate memory capacity, host:5
>>>> > usedMem: 0 reservedMem: 0
>>>> > 2013-04-07 00:38:20,950 DEBUG [cloud.capacity.CapacityManagerImpl]
>>>> > (CapacityChecker:null) Found 1 VMs on host 6
>>>> > 2013-04-07 00:38:20,951 DEBUG [cloud.capacity.CapacityManagerImpl]
>>>> > (CapacityChecker:null) Found 0 VM, not running on host 6
>>>> > 2013-04-07 00:38:20,954 DEBUG [cloud.capacity.CapacityManagerImpl]
>>>> > (CapacityChecker:null) No need to calibrate cpu capacity, host:6
>>>> usedCpu:
>>>> > 100 reservedCpu: 0
>>>> > 2013-04-07 00:38:20,954 DEBUG [cloud.capacity.CapacityManagerImpl]
>>>> > (CapacityChecker:null) No need to calibrate memory capacity, host:6
>>>> > usedMem: 104857600 reservedMem: 0
>>>> > 2013-04-07 00:38:20,954 DEBUG [cloud.alert.AlertManagerImpl]
>>>> > (CapacityChecker:null) Done executing cpu/ram capacity update
>>>> > 2013-04-07 00:38:20,954 DEBUG [cloud.alert.AlertManagerImpl]
>>>> > (CapacityChecker:null) Executing storage capacity update
>>>> > 2013-04-07 00:38:20,961 DEBUG [cloud.storage.StorageManagerImpl]
>>>> > (CapacityChecker:null) Successfully set Capacity - 31004332032 for
>>>> capacity
>>>> > type - 9 , DataCenterId - 1, HostOrPoolId - 200, PodId 1
>>>> > 2013-04-07 00:38:20,965 DEBUG [cloud.storage.StorageManagerImpl]
>>>> > (CapacityChecker:null) Successfully set Capacity - 97221701632 for
>>>> capacity
>>>> > type - 9 , DataCenterId - 1, HostOrPoolId - 201, PodId 1
>>>> > 2013-04-07 00:38:20,970 DEBUG [cloud.storage.StorageManagerImpl]
>>>> > (CapacityChecker:null) Successfully set Capacity - 97221701632 for
>>>> capacity
>>>> > type - 9 , DataCenterId - 1, HostOrPoolId - 202, PodId 1
>>>> > 2013-04-07 00:38:20,975 DEBUG [cloud.storage.StorageManagerImpl]
>>>> > (CapacityChecker:null) Successfully set Capacity - 2084569088 for
>>>> capacity
>>>> > type - 3 , DataCenterId - 1, HostOrPoolId - 256, PodId 1
>>>> > 2013-04-07 00:38:20,980 DEBUG [cloud.storage.StorageManagerImpl]
>>>> > (CapacityChecker:null) Successfully set Capacity - 2084569088 for
>>>> capacity
>>>> > type - 3 , DataCenterId - 1, HostOrPoolId - 257, PodId 1
>>>> > 2013-04-07 00:38:20,985 DEBUG [cloud.storage.StorageManagerImpl]
>>>> > (CapacityChecker:null) Successfully set Capacity - 2084569088 for
>>>> capacity
>>>> > type - 3 , DataCenterId - 1, HostOrPoolId - 262, PodId 1
>>>> > 2013-04-07 00:38:20,985 DEBUG [cloud.alert.AlertManagerImpl]
>>>> > (CapacityChecker:null) Done executing storage capacity update
>>>> > 2013-04-07 00:38:20,985 DEBUG [cloud.alert.AlertManagerImpl]
>>>> > (CapacityChecker:null) Executing capacity updates for public ip and
>>>> Vlans
>>>> > 2013-04-07 00:38:20,995 DEBUG [cloud.alert.AlertManagerImpl]
>>>> > (CapacityChecker:null) Done capacity updates for public ip and Vlans
>>>> > 2013-04-07 00:38:20,996 DEBUG [cloud.alert.AlertManagerImpl]
>>>> > (CapacityChecker:null) Executing capacity updates for private ip
>>>> > 2013-04-07 00:38:21,003 DEBUG [cloud.alert.AlertManagerImpl]
>>>> > (CapacityChecker:null) Done executing capacity updates for private ip
>>>> > 2013-04-07 00:38:21,003 DEBUG [cloud.alert.AlertManagerImpl]
>>>> > (CapacityChecker:null) Done recalculating system capacity
>>>> > 2013-04-07 00:38:21,031 DEBUG [cloud.alert.AlertManagerImpl]
>>>> > (CapacityChecker:null) Done running Capacity Checker ...
>>>> > 2013-04-07 00:38:24,889 DEBUG [agent.manager.AgentManagerImpl]
>>>> > (AgentManager-Handler-8:null) Ping from 4
>>>> > 2013-04-07 00:38:27,157 DEBUG [agent.manager.DirectAgentAttache]
>>>> > (DirectAgent-311:null) Ping from 1
>>>> > 2013-04-07 00:38:29,095 DEBUG [agent.manager.DirectAgentAttache]
>>>> > (DirectAgent-197:null) Seq 1-90046472: Executing request
>>>> > 2013-04-07 00:38:29,323 DEBUG [agent.manager.DirectAgentAttache]
>>>> > (DirectAgent-197:null) Seq 1-90046472: Response Received:
>>>> > 2013-04-07 00:38:29,324 DEBUG [agent.transport.Request]
>>>> > (DirectAgent-197:null) Seq 1-90046472: Processing:  { Ans: , MgmtId:
>>>> 1,
>>>> > via: 1, Ver: v1, Flags: 10,
>>>> >
>>>> [{"ClusterSyncAnswer":{"_clusterId":1,"_newStates":{},"_isExecuted":false,"result":true,"wait":0}}]
>>>> > }
>>>> > 2013-04-07 00:38:47,679 DEBUG [agent.manager.AgentManagerImpl]
>>>> > (AgentManager-Handler-9:null) Ping from 3
>>>> > 2013-04-07 00:38:50,453 DEBUG
>>>> > [storage.secondary.SecondaryStorageManagerImpl] (secstorage-1:null)
>>>> Zone 1
>>>> > is ready to launch secondary storage VM
>>>> > 2013-04-07 00:38:50,560 DEBUG
>>>> [cloud.consoleproxy.ConsoleProxyManagerImpl]
>>>> > (consoleproxy-1:null) Zone 1 is ready to launch console proxy
>>>> > 2013-04-07 00:38:50,819 DEBUG
>>>> > [network.router.VirtualNetworkApplianceManagerImpl]
>>>> > (RouterStatusMonitor-1:null) Found 0 routers to update status.
>>>> > 2013-04-07 00:38:50,820 DEBUG
>>>> > [network.router.VirtualNetworkApplianceManagerImpl]
>>>> > (RouterStatusMonitor-1:null) Found 0 networks to update RvR status.
>>>> > 2013-04-07 00:38:50,851 DEBUG
>>>> > [network.router.VirtualNetworkApplianceManagerImpl]
>>>> > (RouterStatusMonitor-1:null) Found 0 routers to update status.
>>>> > 2013-04-07 00:38:50,852 DEBUG
>>>> > [network.router.VirtualNetworkApplianceManagerImpl]
>>>> > (RouterStatusMonitor-1:null) Found 0 networks to update RvR status.
>>>> > 2013-04-07 00:38:51,483 INFO  [agent.manager.AgentMonitor]
>>>> > (Thread-11:null) Found the following agents behind on ping: [6, 5]
>>>> > 2013-04-07 00:38:51,485 DEBUG [cloud.host.Status] (Thread-11:null)
>>>> Ping
>>>> > timeout for host 6, do invstigation
>>>> > 2013-04-07 00:38:51,486 DEBUG [cloud.host.Status] (Thread-11:null)
>>>> Ping
>>>> > timeout for host 5, do invstigation
>>>> > 2013-04-07 00:38:51,486 INFO  [agent.manager.AgentManagerImpl]
>>>> > (AgentTaskPool-11:null) Investigating why host 6 has disconnected with
>>>> > event PingTimeout
>>>> > 2013-04-07 00:38:51,486 DEBUG [agent.manager.AgentManagerImpl]
>>>> > (AgentTaskPool-11:null) checking if agent (6) is alive
>>>> > 2013-04-07 00:38:51,487 INFO  [agent.manager.AgentManagerImpl]
>>>> > (AgentTaskPool-16:null) Investigating why host 5 has disconnected with
>>>> > event PingTimeout
>>>> > 2013-04-07 00:38:51,488 DEBUG [agent.manager.AgentManagerImpl]
>>>> > (AgentTaskPool-16:null) checking if agent (5) is alive
>>>> > 2013-04-07 00:38:51,489 DEBUG [agent.transport.Request]
>>>> > (AgentTaskPool-11:null) Seq 6-324993318: Sending  { Cmd , MgmtId: 1,
>>>> via:
>>>> > 6, Ver: v1, Flags: 100011, [{"CheckHealthCommand":{"wait":50}}] }
>>>> > 2013-04-07 00:38:51,489 DEBUG [agent.transport.Request]
>>>> > (AgentTaskPool-11:null) Seq 6-324993318: Executing:  { Cmd , MgmtId:
>>>> 1,
>>>> > via: 6, Ver: v1, Flags: 100011, [{"CheckHealthCommand":{"wait":50}}] }
>>>> > 2013-04-07 00:38:51,489 DEBUG [agent.manager.DirectAgentAttache]
>>>> > (DirectAgent-372:null) Seq 6-324993318: Executing request
>>>> > 2013-04-07 00:38:51,491 DEBUG [agent.transport.Request]
>>>> > (AgentTaskPool-16:null) Seq 5-614334822: Sending  { Cmd , MgmtId: 1,
>>>> via:
>>>> > 5, Ver: v1, Flags: 100011, [{"CheckHealthCommand":{"wait":50}}] }
>>>> > 2013-04-07 00:38:51,491 DEBUG [agent.transport.Request]
>>>> > (AgentTaskPool-16:null) Seq 5-614334822: Executing:  { Cmd , MgmtId:
>>>> 1,
>>>> > via: 5, Ver: v1, Flags: 100011, [{"CheckHealthCommand":{"wait":50}}] }
>>>> > 2013-04-07 00:38:51,491 DEBUG [agent.manager.DirectAgentAttache]
>>>> > (DirectAgent-252:null) Seq 5-614334822: Executing request
>>>> > 2013-04-07 00:38:51,546 DEBUG [agent.manager.DirectAgentAttache]
>>>> > (DirectAgent-372:null) Seq 6-324993318: Response Received:
>>>> > 2013-04-07 00:38:51,547 DEBUG [agent.transport.Request]
>>>> > (DirectAgent-372:null) Seq 6-324993318: Processing:  { Ans: , MgmtId:
>>>> 1,
>>>> > via: 6, Ver: v1, Flags: 10,
>>>> > [{"CheckHealthAnswer":{"result":true,"details":"resource is
>>>> > alive","wait":0}}] }
>>>> > 2013-04-07 00:38:51,547 DEBUG [agent.transport.Request]
>>>> > (AgentTaskPool-11:null) Seq 6-324993318: Received:  { Ans: , MgmtId:
>>>> 1,
>>>> > via: 6, Ver: v1, Flags: 10, { CheckHealthAnswer } }
>>>> > 2013-04-07 00:38:51,547 DEBUG [agent.manager.AgentManagerImpl]
>>>> > (AgentTaskPool-11:null) Details from executing class
>>>> > com.cloud.agent.api.CheckHealthCommand: resource is alive
>>>> > 2013-04-07 00:38:51,547 DEBUG [agent.manager.AgentManagerImpl]
>>>> > (AgentTaskPool-11:null) agent (6) responded to checkHeathCommand,
>>>> reporting
>>>> > that agent is Up
>>>> > 2013-04-07 00:38:51,547 INFO  [agent.manager.AgentManagerImpl]
>>>> > (AgentTaskPool-11:null) The state determined is Up
>>>> > 2013-04-07 00:38:51,547 INFO  [agent.manager.AgentManagerImpl]
>>>> > (AgentTaskPool-11:null) Agent is determined to be up and running
>>>> > 2013-04-07 00:38:51,547 DEBUG [cloud.host.Status]
>>>> (AgentTaskPool-11:null)
>>>> > Transition:[Resource state = Enabled, Agent event = Ping, Host id =
>>>> 6, name
>>>> > = Tut-XenServer]
>>>> > 2013-04-07 00:38:51,549 DEBUG [agent.manager.DirectAgentAttache]
>>>> > (DirectAgent-252:null) Seq 5-614334822: Response Received:
>>>> > 2013-04-07 00:38:51,549 DEBUG [agent.transport.Request]
>>>> > (DirectAgent-252:null) Seq 5-614334822: Processing:  { Ans: , MgmtId:
>>>> 1,
>>>> > via: 5, Ver: v1, Flags: 10,
>>>> > [{"CheckHealthAnswer":{"result":true,"details":"resource is
>>>> > alive","wait":0}}] }
>>>> > 2013-04-07 00:38:51,549 DEBUG [agent.transport.Request]
>>>> > (AgentTaskPool-16:null) Seq 5-614334822: Received:  { Ans: , MgmtId:
>>>> 1,
>>>> > via: 5, Ver: v1, Flags: 10, { CheckHealthAnswer } }
>>>> > 2013-04-07 00:38:51,550 DEBUG [agent.manager.AgentManagerImpl]
>>>> > (AgentTaskPool-16:null) Details from executing class
>>>> > com.cloud.agent.api.CheckHealthCommand: resource is alive
>>>> > 2013-04-07 00:38:51,550 DEBUG [agent.manager.AgentManagerImpl]
>>>> > (AgentTaskPool-16:null) agent (5) responded to checkHeathCommand,
>>>> reporting
>>>> > that agent is Up
>>>> > 2013-04-07 00:38:51,550 INFO  [agent.manager.AgentManagerImpl]
>>>> > (AgentTaskPool-16:null) The state determined is Up
>>>> > 2013-04-07 00:38:51,550 INFO  [agent.manager.AgentManagerImpl]
>>>> > (AgentTaskPool-16:null) Agent is determined to be up and running
>>>> > 2013-04-07 00:38:51,550 DEBUG [cloud.host.Status]
>>>> (AgentTaskPool-11:null)
>>>> > Agent status update: [id = 6; name = Tut-XenServer; old status = Up;
>>>> event
>>>> > = Ping; new status = Up; old update count = 315; new update count =
>>>> 316]
>>>> > 2013-04-07 00:38:51,550 DEBUG [cloud.host.Status]
>>>> (AgentTaskPool-16:null)
>>>> > Transition:[Resource state = Enabled, Agent event = Ping, Host id =
>>>> 5, name
>>>> > = Tut-XenServer2]
>>>> > 2013-04-07 00:38:51,553 DEBUG [cloud.host.Status]
>>>> (AgentTaskPool-16:null)
>>>> > Agent status update: [id = 5; name = Tut-XenServer2; old status = Up;
>>>> event
>>>> > = Ping; new status = Up; old update count = 152; new update count =
>>>> 153]
>>>> > 2013-04-07 00:39:04,800 DEBUG [agent.manager.DirectAgentAttache]
>>>> > (DirectAgent-100:null) Ping from 6
>>>> > 2013-04-07 00:39:06,054 DEBUG [agent.manager.DirectAgentAttache]
>>>> > (DirectAgent-259:null) Ping from 5
>>>> > 2013-04-07 00:39:06,909 DEBUG [agent.manager.DirectAgentAttache]
>>>> > (DirectAgent-134:null) Seq 6-324993028: Executing request
>>>> > 2013-04-07 00:39:07,104 DEBUG [agent.manager.DirectAgentAttache]
>>>> > (DirectAgent-134:null) Seq 6-324993028: Response Received:
>>>> > 2013-04-07 00:39:07,104 DEBUG [agent.transport.Request]
>>>> > (DirectAgent-134:null) Seq 6-324993028: Processing:  { Ans: , MgmtId:
>>>> 1,
>>>> > via: 6, Ver: v1, Flags: 10,
>>>> >
>>>> [{"ClusterSyncAnswer":{"_clusterId":2,"_newStates":{},"_isExecuted":false,"result":true,"wait":0}}]
>>>> > }
>>>> > 2013-04-07 00:39:11,022 DEBUG [agent.manager.DirectAgentAttache]
>>>> > (DirectAgent-188:null) Seq 5-614334468: Executing request
>>>> > 2013-04-07 00:39:11,164 DEBUG [agent.manager.DirectAgentAttache]
>>>> > (DirectAgent-188:null) Seq 5-614334468: Response Received:
>>>> > 2013-04-07 00:39:11,164 DEBUG [agent.transport.Request]
>>>> > (DirectAgent-188:null) Seq 5-614334468: Processing:  { Ans: , MgmtId:
>>>> 1,
>>>> > via: 5, Ver: v1, Flags: 10, [{"Answer":{"result":true,"wait":0}}] }
>>>> > 2013-04-07 00:39:20,451 DEBUG
>>>> > [storage.secondary.SecondaryStorageManagerImpl] (secstorage-1:null)
>>>> Zone 1
>>>> > is ready to launch secondary storage VM
>>>> > 2013-04-07 00:39:20,552 DEBUG
>>>> [cloud.consoleproxy.ConsoleProxyManagerImpl]
>>>> > (consoleproxy-1:null) Zone 1 is ready to launch console proxy
>>>> > 2013-04-07 00:39:20,819 DEBUG
>>>> > [network.router.VirtualNetworkApplianceManagerImpl]
>>>> > (RouterStatusMonitor-1:null) Found 0 routers to update status.
>>>> > 2013-04-07 00:39:20,820 DEBUG
>>>> > [network.router.VirtualNetworkApplianceManagerImpl]
>>>> > (RouterStatusMonitor-1:null) Found 0 networks to update RvR status.
>>>> > 2013-04-07 00:39:20,851 DEBUG
>>>> > [network.router.VirtualNetworkApplianceManagerImpl]
>>>> > (RouterStatusMonitor-1:null) Found 0 routers to update status.
>>>> > 2013-04-07 00:39:20,852 DEBUG
>>>> > [network.router.VirtualNetworkApplianceManagerImpl]
>>>> > (RouterStatusMonitor-1:null) Found 0 networks to update RvR status.
>>>> > 2013-04-07 00:39:24,890 DEBUG [agent.manager.AgentManagerImpl]
>>>> > (AgentManager-Handler-10:null) Ping from 4
>>>> > 2013-04-07 00:39:27,161 DEBUG [agent.manager.DirectAgentAttache]
>>>> > (DirectAgent-400:null) Ping from 1
>>>> > 2013-04-07 00:39:27,661 DEBUG [cloud.api.ApiServlet]
>>>> > (1109449945@qtp-1008805148-34:null) ===START===  127.0.0.1 -- GET
>>>> >
>>>>  command=listVolumes&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&listAll=true&page=1&pagesize=20&_=1365316767658
>>>> > 2013-04-07 00:39:27,672 DEBUG [cloud.api.ApiServlet]
>>>> > (1109449945@qtp-1008805148-34:null) ===END===  127.0.0.1 -- GET
>>>> >
>>>>  command=listVolumes&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&listAll=true&page=1&pagesize=20&_=1365316767658
>>>> > 2013-04-07 00:39:28,628 DEBUG [cloud.api.ApiServlet]
>>>> > (1109449945@qtp-1008805148-34:null) ===START===  127.0.0.1 -- GET
>>>> >
>>>>  command=listVirtualMachines&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&listAll=true&page=1&pagesize=20&_=1365316768625
>>>> > 2013-04-07 00:39:28,640 DEBUG [cloud.api.ApiServlet]
>>>> > (1109449945@qtp-1008805148-34:null) ===END===  127.0.0.1 -- GET
>>>> >
>>>>  command=listVirtualMachines&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&listAll=true&page=1&pagesize=20&_=1365316768625
>>>> > 2013-04-07 00:39:29,095 DEBUG [agent.manager.DirectAgentAttache]
>>>> > (DirectAgent-101:null) Seq 1-90046472: Executing request
>>>> > 2013-04-07 00:39:29,311 DEBUG [agent.manager.DirectAgentAttache]
>>>> > (DirectAgent-101:null) Seq 1-90046472: Response Received:
>>>> > 2013-04-07 00:39:29,311 DEBUG [agent.transport.Request]
>>>> > (DirectAgent-101:null) Seq 1-90046472: Processing:  { Ans: , MgmtId:
>>>> 1,
>>>> > via: 1, Ver: v1, Flags: 10,
>>>> >
>>>> [{"ClusterSyncAnswer":{"_clusterId":1,"_newStates":{},"_isExecuted":false,"result":true,"wait":0}}]
>>>> > }
>>>> > 2013-04-07 00:39:31,530 DEBUG [cloud.api.ApiServlet]
>>>> > (1109449945@qtp-1008805148-34:null) ===START===  127.0.0.1 -- GET
>>>> >
>>>>  command=logout&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316771528
>>>> > 2013-04-07 00:39:31,535 DEBUG [cloud.api.ApiServlet]
>>>> > (1109449945@qtp-1008805148-34:null) ===END===  127.0.0.1 -- GET
>>>> >
>>>>  command=logout&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316771528
>>>> > 2013-04-07 00:39:31,969 DEBUG [cloud.api.ApiServlet]
>>>> > (2107564436@qtp-1008805148-38:null) ===START===  127.0.0.1 -- GET
>>>> >
>>>>  command=listCapabilities&response=json&sessionkey=null&_=1365316771968
>>>> > 2013-04-07 00:39:31,970 DEBUG [cloud.api.ApiServlet]
>>>> > (2107564436@qtp-1008805148-38:null) ===END===  127.0.0.1 -- GET
>>>> >
>>>>  command=listCapabilities&response=json&sessionkey=null&_=1365316771968
>>>> > 2013-04-07 00:39:47,679 DEBUG [agent.manager.AgentManagerImpl]
>>>> > (AgentManager-Handler-11:null) Ping from 3
>>>> > 2013-04-07 00:39:50,451 DEBUG
>>>> > [storage.secondary.SecondaryStorageManagerImpl] (secstorage-1:null)
>>>> Zone 1
>>>> > is ready to launch secondary storage VM
>>>> > 2013-04-07 00:39:50,555 DEBUG
>>>> [cloud.consoleproxy.ConsoleProxyManagerImpl]
>>>> > (consoleproxy-1:null) Zone 1 is ready to launch console proxy
>>>> > 2013-04-07 00:39:50,819 DEBUG
>>>> > [network.router.VirtualNetworkApplianceManagerImpl]
>>>> > (RouterStatusMonitor-1:null) Found 0 routers to update status.
>>>> > 2013-04-07 00:39:50,820 DEBUG
>>>> > [network.router.VirtualNetworkApplianceManagerImpl]
>>>> > (RouterStatusMonitor-1:null) Found 0 networks to update RvR status.
>>>> > 2013-04-07 00:39:50,850 DEBUG
>>>> > [network.router.VirtualNetworkApplianceManagerImpl]
>>>> > (RouterStatusMonitor-1:null) Found 0 routers to update status.
>>>> > 2013-04-07 00:39:50,851 DEBUG
>>>> > [network.router.VirtualNetworkApplianceManagerImpl]
>>>> > (RouterStatusMonitor-1:null) Found 0 networks to update RvR status.
>>>> > 2013-04-07 00:39:51,486 INFO  [agent.manager.AgentMonitor]
>>>> > (Thread-11:null) Found the following agents behind on ping: [6, 5]
>>>> > 2013-04-07 00:39:51,488 DEBUG [cloud.host.Status] (Thread-11:null)
>>>> Ping
>>>> > timeout for host 6, do invstigation
>>>> > 2013-04-07 00:39:51,489 DEBUG [cloud.host.Status] (Thread-11:null)
>>>> Ping
>>>> > timeout for host 5, do invstigation
>>>> > 2013-04-07 00:39:51,489 INFO  [agent.manager.AgentManagerImpl]
>>>> > (AgentTaskPool-2:null) Investigating why host 6 has disconnected with
>>>> event
>>>> > PingTimeout
>>>> > 2013-04-07 00:39:51,490 DEBUG [agent.manager.AgentManagerImpl]
>>>> > (AgentTaskPool-2:null) checking if agent (6) is alive
>>>> > 2013-04-07 00:39:51,491 INFO  [agent.manager.AgentManagerImpl]
>>>> > (AgentTaskPool-14:null) Investigating why host 5 has disconnected with
>>>> > event PingTimeout
>>>> > 2013-04-07 00:39:51,491 DEBUG [agent.manager.AgentManagerImpl]
>>>> > (AgentTaskPool-14:null) checking if agent (5) is alive
>>>> > 2013-04-07 00:39:51,493 DEBUG [agent.transport.Request]
>>>> > (AgentTaskPool-2:null) Seq 6-324993319: Sending  { Cmd , MgmtId: 1,
>>>> via: 6,
>>>> > Ver: v1, Flags: 100011, [{"CheckHealthCommand":{"wait":50}}] }
>>>> > 2013-04-07 00:39:51,493 DEBUG [agent.transport.Request]
>>>> > (AgentTaskPool-2:null) Seq 6-324993319: Executing:  { Cmd , MgmtId:
>>>> 1, via:
>>>> > 6, Ver: v1, Flags: 100011, [{"CheckHealthCommand":{"wait":50}}] }
>>>> > 2013-04-07 00:39:51,493 DEBUG [agent.manager.DirectAgentAttache]
>>>> > (DirectAgent-278:null) Seq 6-324993319: Executing request
>>>> > 2013-04-07 00:39:51,494 DEBUG [agent.transport.Request]
>>>> > (AgentTaskPool-14:null) Seq 5-614334823: Sending  { Cmd , MgmtId: 1,
>>>> via:
>>>> > 5, Ver: v1, Flags: 100011, [{"CheckHealthCommand":{"wait":50}}] }
>>>> > 2013-04-07 00:39:51,494 DEBUG [agent.transport.Request]
>>>> > (AgentTaskPool-14:null) Seq 5-614334823: Executing:  { Cmd , MgmtId:
>>>> 1,
>>>> > via: 5, Ver: v1, Flags: 100011, [{"CheckHealthCommand":{"wait":50}}] }
>>>> > 2013-04-07 00:39:51,495 DEBUG [agent.manager.DirectAgentAttache]
>>>> > (DirectAgent-433:null) Seq 5-614334823: Executing request
>>>> > 2013-04-07 00:39:51,547 DEBUG [agent.manager.DirectAgentAttache]
>>>> > (DirectAgent-278:null) Seq 6-324993319: Response Received:
>>>> > 2013-04-07 00:39:51,548 DEBUG [agent.transport.Request]
>>>> > (DirectAgent-278:null) Seq 6-324993319: Processing:  { Ans: , MgmtId:
>>>> 1,
>>>> > via: 6, Ver: v1, Flags: 10,
>>>> > [{"CheckHealthAnswer":{"result":true,"details":"resource is
>>>> > alive","wait":0}}] }
>>>> > 2013-04-07 00:39:51,548 DEBUG [agent.transport.Request]
>>>> > (AgentTaskPool-2:null) Seq 6-324993319: Received:  { Ans: , MgmtId:
>>>> 1, via:
>>>> > 6, Ver: v1, Flags: 10, { CheckHealthAnswer } }
>>>> > 2013-04-07 00:39:51,548 DEBUG [agent.manager.AgentManagerImpl]
>>>> > (AgentTaskPool-2:null) Details from executing class
>>>> > com.cloud.agent.api.CheckHealthCommand: resource is alive
>>>> > 2013-04-07 00:39:51,548 DEBUG [agent.manager.AgentManagerImpl]
>>>> > (AgentTaskPool-2:null) agent (6) responded to checkHeathCommand,
>>>> reporting
>>>> > that agent is Up
>>>> > 2013-04-07 00:39:51,548 INFO  [agent.manager.AgentManagerImpl]
>>>> > (AgentTaskPool-2:null) The state determined is Up
>>>> > 2013-04-07 00:39:51,548 INFO  [agent.manager.AgentManagerImpl]
>>>> > (AgentTaskPool-2:null) Agent is determined to be up and running
>>>> > 2013-04-07 00:39:51,548 DEBUG [cloud.host.Status]
>>>> (AgentTaskPool-2:null)
>>>> > Transition:[Resource state = Enabled, Agent event = Ping, Host id =
>>>> 6, name
>>>> > = Tut-XenServer]
>>>> > 2013-04-07 00:39:51,549 DEBUG [agent.manager.DirectAgentAttache]
>>>> > (DirectAgent-433:null) Seq 5-614334823: Response Received:
>>>> > 2013-04-07 00:39:51,549 DEBUG [agent.transport.Request]
>>>> > (DirectAgent-433:null) Seq 5-614334823: Processing:  { Ans: , MgmtId:
>>>> 1,
>>>> > via: 5, Ver: v1, Flags: 10,
>>>> > [{"CheckHealthAnswer":{"result":true,"details":"resource is
>>>> > alive","wait":0}}] }
>>>> > 2013-04-07 00:39:51,549 DEBUG [agent.transport.Request]
>>>> > (AgentTaskPool-14:null) Seq 5-614334823: Received:  { Ans: , MgmtId:
>>>> 1,
>>>> > via: 5, Ver: v1, Flags: 10, { CheckHealthAnswer } }
>>>> > 2013-04-07 00:39:51,549 DEBUG [agent.manager.AgentManagerImpl]
>>>> > (AgentTaskPool-14:null) Details from executing class
>>>> > com.cloud.agent.api.CheckHealthCommand: resource is alive
>>>> > 2013-04-07 00:39:51,549 DEBUG [agent.manager.AgentManagerImpl]
>>>> > (AgentTaskPool-14:null) agent (5) responded to checkHeathCommand,
>>>> reporting
>>>> > that agent is Up
>>>> > 2013-04-07 00:39:51,549 INFO  [agent.manager.AgentManagerImpl]
>>>> > (AgentTaskPool-14:null) The state determined is Up
>>>> > 2013-04-07 00:39:51,549 INFO  [agent.manager.AgentManagerImpl]
>>>> > (AgentTaskPool-14:null) Agent is determined to be up and running
>>>> > 2013-04-07 00:39:51,551 DEBUG [cloud.host.Status]
>>>> (AgentTaskPool-2:null)
>>>> > Agent status update: [id = 6; name = Tut-XenServer; old status = Up;
>>>> event
>>>> > = Ping; new status = Up; old update count = 316; new update count =
>>>> 317]
>>>> > 2013-04-07 00:39:51,551 DEBUG [cloud.host.Status]
>>>> (AgentTaskPool-14:null)
>>>> > Transition:[Resource state = Enabled, Agent event = Ping, Host id =
>>>> 5, name
>>>> > = Tut-XenServer2]
>>>> > 2013-04-07 00:39:51,554 DEBUG [cloud.host.Status]
>>>> (AgentTaskPool-14:null)
>>>> > Agent status update: [id = 5; name = Tut-XenServer2; old status = Up;
>>>> event
>>>> > = Ping; new status = Up; old update count = 153; new update count =
>>>> 154]
>>>> > 2013-04-07 00:40:04,836 DEBUG [agent.manager.DirectAgentAttache]
>>>> > (DirectAgent-238:null) Ping from 6
>>>> > 2013-04-07 00:40:06,653 WARN  [xen.resource.CitrixResourceBase]
>>>> > (DirectAgent-429:null)  can not ping xenserver
>>>> > 5e02c608-155d-432e-a20f-f8c600ef3ab7
>>>> > 2013-04-07 00:40:06,653 WARN  [agent.manager.DirectAgentAttache]
>>>> > (DirectAgent-429:null) Unable to get current status on 5
>>>> > 2013-04-07 00:40:06,655 INFO  [agent.manager.AgentManagerImpl]
>>>> > (AgentTaskPool-1:null) Investigating why host 5 has disconnected with
>>>> event
>>>> > AgentDisconnected
>>>> > 2013-04-07 00:40:06,655 DEBUG [agent.manager.AgentManagerImpl]
>>>> > (AgentTaskPool-1:null) checking if agent (5) is alive
>>>> > 2013-04-07 00:40:06,658 DEBUG [agent.transport.Request]
>>>> > (AgentTaskPool-1:null) Seq 5-614334824: Sending  { Cmd , MgmtId: 1,
>>>> via: 5,
>>>> > Ver: v1, Flags: 100011, [{"CheckHealthCommand":{"wait":50}}] }
>>>> > 2013-04-07 00:40:06,658 DEBUG [agent.transport.Request]
>>>> > (AgentTaskPool-1:null) Seq 5-614334824: Executing:  { Cmd , MgmtId:
>>>> 1, via:
>>>> > 5, Ver: v1, Flags: 100011, [{"CheckHealthCommand":{"wait":50}}] }
>>>> > 2013-04-07 00:40:06,658 DEBUG [agent.manager.DirectAgentAttache]
>>>> > (DirectAgent-28:null) Seq 5-614334824: Executing request
>>>> > 2013-04-07 00:40:06,681 DEBUG [agent.manager.DirectAgentAttache]
>>>> > (DirectAgent-28:null) Seq 5-614334824: Response Received:
>>>> > 2013-04-07 00:40:06,682 DEBUG [agent.transport.Request]
>>>> > (DirectAgent-28:null) Seq 5-614334824: Processing:  { Ans: , MgmtId:
>>>> 1,
>>>> > via: 5, Ver: v1, Flags: 10,
>>>> > [{"CheckHealthAnswer":{"result":false,"details":"resource is not
>>>> > alive","wait":0}}] }
>>>> > 2013-04-07 00:40:06,682 DEBUG [agent.transport.Request]
>>>> > (AgentTaskPool-1:null) Seq 5-614334824: Received:  { Ans: , MgmtId:
>>>> 1, via:
>>>> > 5, Ver: v1, Flags: 10, { CheckHealthAnswer } }
>>>> > 2013-04-07 00:40:06,682 DEBUG [agent.manager.AgentManagerImpl]
>>>> > (AgentTaskPool-1:null) Details from executing class
>>>> > com.cloud.agent.api.CheckHealthCommand: resource is not alive
>>>> > 2013-04-07 00:40:06,684 DEBUG [cloud.ha.HighAvailabilityManagerImpl]
>>>> > (AgentTaskPool-1:null) SimpleInvestigator unable to determine the
>>>> state of
>>>> > the host.  Moving on.
>>>> > 2013-04-07 00:40:06,691 DEBUG [agent.transport.Request]
>>>> > (AgentTaskPool-1:null) Seq 6-324993320: Sending  { Cmd , MgmtId: 1,
>>>> via: 6,
>>>> > Ver: v1, Flags: 100011,
>>>> >
>>>> [{"CheckOnHostCommand":{"host":{"guid":"5e02c608-155d-432e-a20f-f8c600ef3ab7","privateNetwork":{"ip":"192.168.56.11","netmask":"255.255.255.0","mac":"08:00:27:f7:0d:28","isSecurityGroupEnabled":false},"publicNetwork":{"ip":"192.168.56.11","netmask":"255.255.255.0","mac":"08:00:27:f7:0d:28","isSecurityGroupEnabled":false},"storageNetwork1":{"ip":"192.168.56.11","netmask":"255.255.255.0","mac":"08:00:27:f7:0d:28","isSecurityGroupEnabled":false}},"wait":20}}]
>>>> > }
>>>> > 2013-04-07 00:40:06,691 DEBUG [agent.transport.Request]
>>>> > (AgentTaskPool-1:null) Seq 6-324993320: Executing:  { Cmd , MgmtId:
>>>> 1, via:
>>>> > 6, Ver: v1, Flags: 100011,
>>>> >
>>>> [{"CheckOnHostCommand":{"host":{"guid":"5e02c608-155d-432e-a20f-f8c600ef3ab7","privateNetwork":{"ip":"192.168.56.11","netmask":"255.255.255.0","mac":"08:00:27:f7:0d:28","isSecurityGroupEnabled":false},"publicNetwork":{"ip":"192.168.56.11","netmask":"255.255.255.0","mac":"08:00:27:f7:0d:28","isSecurityGroupEnabled":false},"storageNetwork1":{"ip":"192.168.56.11","netmask":"255.255.255.0","mac":"08:00:27:f7:0d:28","isSecurityGroupEnabled":false}},"wait":20}}]
>>>> > }
>>>> > 2013-04-07 00:40:06,692 DEBUG [agent.manager.DirectAgentAttache]
>>>> > (DirectAgent-467:null) Seq 6-324993320: Executing request
>>>> > 2013-04-07 00:40:06,909 DEBUG [agent.manager.DirectAgentAttache]
>>>> > (DirectAgent-367:null) Seq 6-324993028: Executing request
>>>> > 2013-04-07 00:40:07,178 DEBUG [xen.resource.XenServer56Resource]
>>>> > (DirectAgent-467:null) Heart beat is still going
>>>> > 2013-04-07 00:40:07,178 DEBUG [agent.manager.DirectAgentAttache]
>>>> > (DirectAgent-467:null) Seq 6-324993320: Response Received:
>>>> > 2013-04-07 00:40:07,178 DEBUG [agent.transport.Request]
>>>> > (DirectAgent-467:null) Seq 6-324993320: Processing:  { Ans: , MgmtId:
>>>> 1,
>>>> > via: 6, Ver: v1, Flags: 10,
>>>> >
>>>> [{"CheckOnHostAnswer":{"determined":true,"alive":true,"result":true,"details":"Heartbeat
>>>> > is still going","wait":0}}] }
>>>> > 2013-04-07 00:40:07,178 DEBUG [agent.transport.Request]
>>>> > (AgentTaskPool-1:null) Seq 6-324993320: Received:  { Ans: , MgmtId:
>>>> 1, via:
>>>> > 6, Ver: v1, Flags: 10, { CheckOnHostAnswer } }
>>>> > 2013-04-07 00:40:07,179 DEBUG [agent.manager.AgentManagerImpl]
>>>> > (AgentTaskPool-1:null) Details from executing class
>>>> > com.cloud.agent.api.CheckOnHostCommand: Heartbeat is still going
>>>> > 2013-04-07 00:40:07,179 DEBUG [cloud.ha.HighAvailabilityManagerImpl]
>>>> > (AgentTaskPool-1:null) XenServerInvestigator was able to determine
>>>> host 5
>>>> > is in Up
>>>> > 2013-04-07 00:40:07,179 INFO  [agent.manager.AgentManagerImpl]
>>>> > (AgentTaskPool-1:null) The state determined is Up
>>>> > 2013-04-07 00:40:07,179 INFO  [agent.manager.AgentManagerImpl]
>>>> > (AgentTaskPool-1:null) Agent is determined to be up and running
>>>> > 2013-04-07 00:40:07,179 DEBUG [cloud.host.Status]
>>>> (AgentTaskPool-1:null)
>>>> > Transition:[Resource state = Enabled, Agent event = Ping, Host id =
>>>> 5, name
>>>> > = Tut-XenServer2]
>>>> > 2013-04-07 00:40:07,182 DEBUG [cloud.host.Status]
>>>> (AgentTaskPool-1:null)
>>>> > Agent status update: [id = 5; name = Tut-XenServer2; old status = Up;
>>>> event
>>>> > = Ping; new status = Up; old update count = 154; new update count =
>>>> 155]
>>>> > 2013-04-07 00:40:07,321 DEBUG [agent.manager.DirectAgentAttache]
>>>> > (DirectAgent-367:null) Seq 6-324993028: Response Received:
>>>> > 2013-04-07 00:40:07,322 DEBUG [agent.transport.Request]
>>>> > (DirectAgent-367:null) Seq 6-324993028: Processing:  { Ans: , MgmtId:
>>>> 1,
>>>> > via: 6, Ver: v1, Flags: 10,
>>>> >
>>>> [{"ClusterSyncAnswer":{"_clusterId":2,"_newStates":{},"_isExecuted":false,"result":true,"wait":0}}]
>>>> > }
>>>> > 2013-04-07 00:40:11,022 DEBUG [agent.manager.DirectAgentAttache]
>>>> > (DirectAgent-430:null) Seq 5-614334468: Executing request
>>>> > 2013-04-07 00:40:11,052 DEBUG [xen.resource.XenServerConnectionPool]
>>>> > (DirectAgent-430:null) Catch Exception:
>>>> > com.xensource.xenapi.Types$HostOffline Host is offline 192.168.56.11
>>>> due to
>>>> > You attempted an operation which involves a host which could not be
>>>> > contacted.
>>>> > 2013-04-07 00:40:11,052 DEBUG [xen.resource.XenServerConnectionPool]
>>>> > (DirectAgent-430:null) Trying to reset master of slave 192.168.56.11
>>>> to
>>>> > 192.168.56.9
>>>> > 2013-04-07 00:40:20,452 DEBUG
>>>> > [storage.secondary.SecondaryStorageManagerImpl] (secstorage-1:null)
>>>> Zone 1
>>>> > is ready to launch secondary storage VM
>>>> > 2013-04-07 00:40:20,552 DEBUG
>>>> [cloud.consoleproxy.ConsoleProxyManagerImpl]
>>>> > (consoleproxy-1:null) Zone 1 is ready to launch console proxy
>>>> > 2013-04-07 00:40:20,820 DEBUG
>>>> > [network.router.VirtualNetworkApplianceManagerImpl]
>>>> > (RouterStatusMonitor-1:null) Found 0 routers to update status.
>>>> > 2013-04-07 00:40:20,821 DEBUG
>>>> > [network.router.VirtualNetworkApplianceManagerImpl]
>>>> > (RouterStatusMonitor-1:null) Found 0 networks to update RvR status.
>>>> > 2013-04-07 00:40:20,852 DEBUG
>>>> > [network.router.VirtualNetworkApplianceManagerImpl]
>>>> > (RouterStatusMonitor-1:null) Found 0 routers to update status.
>>>> > 2013-04-07 00:40:20,853 DEBUG
>>>> > [network.router.VirtualNetworkApplianceManagerImpl]
>>>> > (RouterStatusMonitor-1:null) Found 0 networks to update RvR status.
>>>> > 2013-04-07 00:40:21,055 DEBUG [xen.resource.XenServerConnectionPool]
>>>> > (DirectAgent-430:null) localLogout has problem Failed to read server's
>>>> > response: connect timed out
>>>> > 2013-04-07 00:40:21,055 WARN  [agent.manager.DirectAgentAttache]
>>>> > (DirectAgent-430:null) Seq 5-614334468: Exception Caught while
>>>> executing
>>>> > command
>>>> > com.cloud.utils.exception.CloudRuntimeException: Unable to reset
>>>> master of
>>>> > slave 192.168.56.11 to 192.168.56.9 due to
>>>> > org.apache.xmlrpc.XmlRpcException: Failed to read server's response:
>>>> > connect timed out
>>>> >  at
>>>> >
>>>> com.cloud.hypervisor.xen.resource.XenServerConnectionPool.PoolEmergencyResetMaster(XenServerConnectionPool.java:443)
>>>> > at
>>>> >
>>>> com.cloud.hypervisor.xen.resource.XenServerConnectionPool.connect(XenServerConnectionPool.java:661)
>>>> >  at
>>>> >
>>>> com.cloud.hypervisor.xen.resource.CitrixResourceBase.getConnection(CitrixResourceBase.java:5380)
>>>> > at
>>>> >
>>>> com.cloud.hypervisor.xen.resource.CitrixResourceBase.execute(CitrixResourceBase.java:7248)
>>>> >  at
>>>> >
>>>> com.cloud.hypervisor.xen.resource.CitrixResourceBase.executeRequest(CitrixResourceBase.java:555)
>>>> > at
>>>> >
>>>> com.cloud.hypervisor.xen.resource.XenServer56Resource.executeRequest(XenServer56Resource.java:73)
>>>> >  at
>>>> >
>>>> com.cloud.agent.manager.DirectAgentAttache$Task.run(DirectAgentAttache.java:186)
>>>> > at
>>>> java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:439)
>>>> >  at
>>>> >
>>>> java.util.concurrent.FutureTask$Sync.innerRunAndReset(FutureTask.java:317)
>>>> > at java.util.concurrent.FutureTask.runAndReset(FutureTask.java:150)
>>>> >  at
>>>> >
>>>> java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.access$101(ScheduledThreadPoolExecutor.java:98)
>>>> > at
>>>> >
>>>> java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.runPeriodic(ScheduledThreadPoolExecutor.java:180)
>>>> >  at
>>>> >
>>>> java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:204)
>>>> > at
>>>> >
>>>> java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:895)
>>>> >  at
>>>> >
>>>> java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:918)
>>>> > at java.lang.Thread.run(Thread.java:680)
>>>> > 2013-04-07 00:40:21,056 DEBUG [agent.manager.DirectAgentAttache]
>>>> > (DirectAgent-430:null) Seq 5-614334468: Response Received:
>>>> > 2013-04-07 00:40:21,056 DEBUG [agent.transport.Request]
>>>> > (DirectAgent-430:null) Seq 5-614334468: Processing:  { Ans: , MgmtId:
>>>> 1,
>>>> > via: 5, Ver: v1, Flags: 10,
>>>> >
>>>> [{"Answer":{"result":false,"details":"com.cloud.utils.exception.CloudRuntimeException:
>>>> > Unable to reset master of slave 192.168.56.11 to 192.168.56.9 due to
>>>> > org.apache.xmlrpc.XmlRpcException: Failed to read server's response:
>>>> > connect timed out","wait":0}}] }
>>>> > 2013-04-07 00:40:24,888 DEBUG [agent.manager.AgentManagerImpl]
>>>> > (AgentManager-Handler-12:null) Ping from 4
>>>> > 2013-04-07 00:40:27,162 DEBUG [agent.manager.DirectAgentAttache]
>>>> > (DirectAgent-321:null) Ping from 1
>>>> > 2013-04-07 00:40:29,095 DEBUG [agent.manager.DirectAgentAttache]
>>>> > (DirectAgent-423:null) Seq 1-90046472: Executing request
>>>> > 2013-04-07 00:40:29,364 DEBUG [agent.manager.DirectAgentAttache]
>>>> > (DirectAgent-423:null) Seq 1-90046472: Response Received:
>>>> > 2013-04-07 00:40:29,364 DEBUG [agent.transport.Request]
>>>> > (DirectAgent-423:null) Seq 1-90046472: Processing:  { Ans: , MgmtId:
>>>> 1,
>>>> > via: 1, Ver: v1, Flags: 10,
>>>> >
>>>> [{"ClusterSyncAnswer":{"_clusterId":1,"_newStates":{},"_isExecuted":false,"result":true,"wait":0}}]
>>>> > }
>>>> > 2013-04-07 00:40:43,749 INFO
>>>>  [context.support.XmlWebApplicationContext]
>>>> > (Shutdown:null) Closing Root WebApplicationContext: startup date [Sat
>>>> Apr
>>>> > 06 22:07:12 MDT 2013]; root of context hierarchy
>>>> > 2013-04-07 00:40:43,751 INFO
>>>>  [factory.support.DefaultListableBeanFactory]
>>>> > (Shutdown:null) Destroying singletons in
>>>> >
>>>> org.springframework.beans.factory.support.DefaultListableBeanFactory@74b76ce4
>>>> :
>>>> > defining beans
>>>> >
>>>> [org.springframework.context.annotation.internalConfigurationAnnotationProcessor,org.springframework.context.annotation.internalAutowiredAnnotationProcessor,org.springframework.context.annotation.internalRequiredAnnotationProcessor,org.springframework.context.annotation.internalCommonAnnotationProcessor,ClusterRestService,NetworkRestService,PodService,VirtualMachineRestService,VolumeRestService,zoneService,dataDisk,iso,rootDisk,volumeTypeHelper,VMComputeTagDaoImpl,VMEntityDaoImpl,VMNetworkMapDaoImpl,VMReservationDaoImpl,VMRootDiskTagDaoImpl,volumeReservationDaoImpl,virtualMachineEntityImpl,VMEntityManagerImpl,dataCenterResourceManagerImpl,EngineDcDetailsDao,EngineClusterDao,EngineDataCenterDao,EngineHostDao,EngineHostPodDao,EngineHostDetailsDao,EngineHostTagsDao,provisioningService,cloudOrchestrator,dataObjectManagerImpl,dataStoreManagerImpl,dataStoreProviderDaoImpl,primaryDataStoreDaoImpl,primaryDataStoreDetailsDaoImpl,objectInDataStoreManagerImpl,dataStoreProviderManagerImpl,objectInDataStoreDaoImpl,defaultEndPointSelector,hypervsiorHostEndPointRpcServer,imageDataStoreHelper,imageDaoStoreDaoImpl,imageDataDaoImpl,imageDataStoreProviderDaoImpl,BAREMETAL,imageFormatHelper,ISO,OVA,imageformat_qcow2,unknown,image_format_vhd,dataMotionServiceImpl,primaryDataStoreHelper,templatePrimaryDataStoreDaoImpl,volumeDao2Impl,imageDataFactoryImpl,imageServiceImpl,imageDataManagerImpl,imageDataStoreManagerImpl,defaultImageDataStoreProvider,defaultImageMotionStrategy,imageMotionServiceImpl,snapshotDao2Impl,snapshotDataFactoryImpl,snapshotServiceImpl,hypervisorBasedSnapshot,defaultPrimaryDataStoreProviderManagerImpl,defaultPrimaryDatastoreProviderImpl,ISCSI,networkFileSystem,templateInstallStrategyImpl,volumeDataFactoryImpl,volumeManagerImpl,volumeServiceImpl,apiDiscoveryServiceImpl,apiRateLimitServiceImpl,regionDaoImpl,regionManagerImpl,regionServiceImpl,userContextInitializer,eventDaoImpl,usageEventDaoImpl,randomAllocator,baremetalDhcpDaoImpl,baremetalPxeDaoImpl,vmwareContextFactory,ciscoNexusVSMDeviceDaoImpl,lunDaoImpl,poolDaoImpl,netappVolumeDaoImpl,netappManagerImpl,elasticLoadBalancerElement,elasticLbVmMapDaoImpl,elasticLoadBalancerManagerImpl,netScalerPodDaoImpl,niciraNvpDaoImpl,niciraNvpNicMappingDaoImpl,niciraNvpRouterMappingDaoImpl,niciraNvpElement,ovsGuestNetworkGuru,ovsTunnelInterfaceDaoImpl,ovsTunnelNetworkDaoImpl,ovsTunnelManagerImpl,bigSwitchVnsDaoImpl,bigSwitchVnsElement,randomStoragePoolAllocator,domainChecker,agentMonitor,firstFitAllocator,recreateHostAllocator,testingAllocator,basicAgentAuthManager,alertManagerImpl,clusterAlertAdapter,consoleProxyAlertAdapter,alertDaoImpl,secondaryStorageVmAlertAdapter,apiDBUtils,apiDispatcher,apiResponseHelper,apiServer,apiServlet,accountJoinDaoImpl,asyncJobJoinDaoImpl,dataCenterJoinDaoImpl,diskOfferingJoinDaoImpl,domainRouterJoinDaoImpl,hostJoinDaoImpl,instanceGroupJoinDaoImpl,projectAccountJoinDaoImpl,projectInvitationJoinDaoImpl,projectJoinDaoImpl,resourceTagJoinDaoImpl,securityGroupJoinDaoImpl,serviceOfferingJoinDaoImpl,storagePoolJoinDaoImpl,userAccountJoinDaoImpl,userVmJoinDaoImpl,volumeJoinDaoImpl,queryManagerImpl,asyncJobExecutorContextImpl,asyncJobManagerImpl,asyncJobDaoImpl,syncQueueDaoImpl,syncQueueItemDaoImpl,syncQueueManagerImpl,capacityManagerImpl,capacityDaoImpl,certificateDaoImpl,clusterBasedAgentLoadBalancerPlanner,hostTransferMapDaoImpl,clusterFenceManagerImpl,clusterServiceServletAdapter,managementServerHostDaoImpl,managementServerHostPeerDaoImpl,stackMaidDaoImpl,managementServerNode,configurationManagerImpl,configurationDaoImpl,resourceCountDaoImpl,resourceLimitDaoImpl,entityManagerImpl,clusterDetailsDaoImpl,accountVlanMapDaoImpl,clusterDaoImpl,clusterVSMMapDaoImpl,dataCenterDaoImpl,dataCenterIpAddressDaoImpl,dataCenterLinkLocalIpAddressDaoImpl,dataCenterVnetDaoImpl,dcDetailsDaoImpl,hostPodDaoImpl,podVlanDaoImpl,podVlanMapDaoImpl,storageNetworkIpAddressDaoImpl,storageNetworkIpRangeDaoImpl,vlanDaoImpl,domainDaoImpl,actionEventUtils,alertGenerator,eventJoinDaoImpl,eventUtils,usageEventUtils,highAvailabilityDaoImpl,recreatableFencer,hostDaoImpl,hostDetailsDaoImpl,hostTagsDaoImpl,cloudZonesStartupProcessor,hypervisorCapabilitiesDaoImpl,hypervisorGuruManagerImpl,keystoreDaoImpl,keystoreManagerImpl,agentUpgradeDaoImpl,upgradeManagerImpl,autoScaleManagerImpl,autoScalePolicyConditionMapDaoImpl,autoScalePolicyDaoImpl,autoScaleVmGroupDaoImpl,autoScaleVmGroupPolicyMapDaoImpl,autoScaleVmProfileDaoImpl,conditionDaoImpl,counterDaoImpl,externalFirewallDeviceDaoImpl,externalLoadBalancerDeviceDaoImpl,firewallRulesCidrsDaoImpl,firewallRulesDaoImpl,inlineLoadBalancerNicMapDaoImpl,IPAddressDaoImpl,LBStickinessPolicyDaoImpl,loadBalancerDaoImpl,loadBalancerVMMapDaoImpl,networkAccountDaoImpl,networkDaoImpl,networkDomainDaoImpl,networkExternalFirewallDaoImpl,networkExternalLoadBalancerDaoImpl,networkOpDaoImpl,networkRuleConfigDaoImpl,networkServiceMapDaoImpl,physicalNetworkDaoImpl,physicalNetworkIsolationMethodDaoImpl,physicalNetworkServiceProviderDaoImpl,physicalNetworkTagDaoImpl,physicalNetworkTrafficTypeDaoImpl,portProfileDaoImpl,remoteAccessVpnDaoImpl,routerNetworkDaoImpl,site2SiteCustomerGatewayDaoImpl,site2SiteVpnConnectionDaoImpl,site2SiteVpnGatewayDaoImpl,userIpv6AddressDaoImpl,virtualRouterProviderDaoImpl,vpnUserDaoImpl,externalLoadBalancerUsageManagerImpl,externalNetworkDeviceManagerImpl,firewallManagerImpl,loadBalancingRulesManagerImpl,networkManagerImpl,networkModelImpl,networkServiceImpl,networkUsageManagerImpl,virtualNetworkApplianceManagerImpl,vpcVirtualNetworkApplianceManagerImpl,portForwardingRulesDaoImpl,rulesManagerImpl,securityGroupDaoImpl,securityGroupRuleDaoImpl,securityGroupRulesDaoImpl,securityGroupVMMapDaoImpl,securityGroupWorkDaoImpl,vmRulesetLogDaoImpl,storageNetworkManagerImpl,privateIpDaoImpl,staticRouteDaoImpl,vpcDaoImpl,vpcGatewayDaoImpl,vpcOfferingDaoImpl,vpcOfferingServiceMapDaoImpl,networkACLManagerImpl,vpcManagerImpl,remoteAccessVpnManagerImpl,site2SiteVpnManagerImpl,networkOfferingDaoImpl,networkOfferingServiceMapDaoImpl,projectAccountDaoImpl,projectDaoImpl,projectInvitationDaoImpl,projectManagerImpl,dummyHostDiscoverer,resourceManagerImpl,resourceLimitManagerImpl,commandExecLogDaoImpl,configurationServerImpl,statsCollector,serviceOfferingDaoImpl,consoleServlet,registerCompleteServlet,garbageCollectingStoragePoolAllocator,useLocalForRootAllocator,diskOfferingDaoImpl,guestOSCategoryDaoImpl,guestOSDaoImpl,launchPermissionDaoImpl,s3DaoImpl,snapshotDaoImpl,snapshotPolicyDaoImpl,snapshotScheduleDaoImpl,storagePoolDaoImpl,storagePoolDetailsDaoImpl,storagePoolHostDaoImpl,storagePoolWorkDaoImpl,swiftDaoImpl,uploadDaoImpl,VMTemplateDaoImpl,VMTemplateDetailsDaoImpl,VMTemplateHostDaoImpl,VMTemplatePoolDaoImpl,VMTemplateS3DaoImpl,VMTemplateSwiftDaoImpl,VMTemplateZoneDaoImpl,volumeDaoImpl,volumeHostDaoImpl,downloadMonitorImpl,OCFS2ManagerImpl,s3ManagerImpl,secondaryStorageVmDefaultAllocator,snapshotManagerImpl,snapshotSchedulerImpl,storageManagerImpl,swiftManagerImpl,uploadMonitorImpl,resourceTagsDaoImpl,taggedResourceManagerImpl,hyervisorTemplateAdapter,templateManagerImpl,versionDaoImpl,databaseIntegrityChecker,externalPublicIpStatisticsDaoImpl,usageDaoImpl,usageIPAddressDaoImpl,usageJobDaoImpl,usageLoadBalancerPolicyDaoImpl,usageNetworkDaoImpl,usageNetworkOfferingDaoImpl,usagePortForwardingRuleDaoImpl,usageSecurityGroupDaoImpl,usageStorageDaoImpl,usageVMInstanceDaoImpl,usageVolumeDaoImpl,usageVPNUserDaoImpl,usageServiceImpl,accountDetailsDaoImpl,accountManagerImpl,accountDaoImpl,SSHKeyPairDaoImpl,userAccountDaoImpl,userDaoImpl,userStatisticsDaoImpl,userStatsLogDaoImpl,domainManagerImpl,identityDaoImpl,identityServiceImpl,consoleProxyDaoImpl,domainRouterDaoImpl,instanceGroupDaoImpl,instanceGroupVMMapDaoImpl,nicDaoImpl,secondaryStorageVmDaoImpl,userVmDetailsDaoImpl,VMInstanceDaoImpl,itWorkDaoImpl,componentContext,org.springframework.aop.config.internalAutoProxyCreator,org.springframework.aop.aspectj.AspectJPointcutAdvisor#0,captureAnyMethod,org.springframework.aop.aspectj.AspectJPointcutAdvisor#1,captureEventMethod,transactionContextBuilder,actionEventInterceptor,onwireRegistry,messageSerializer,transportProvider,rpcProvider,eventBus,premiumDatabaseUpgradeChecker,managementServerImpl,clusterManagerImpl,clusteredAgentManagerImpl,clusteredVirtualMachineManagerImpl,highAvailabilityManagerExtImpl,userVmManagerImpl,consoleProxyManagerImpl,securityGroupManagerImpl2,premiumSecondaryStorageManagerImpl,userVmDaoImpl,ipv6AddressManagerImpl,VmwareManager,NetappManager,BaremetalManager,BaremetalDhcpManager,BaremetalKickStartPxeService,BaremetalPingPxeService,BaremetalPxeManager,Ovs,BareMetalDhcp,BareMetalPxe,BareMetalUserdata,SecurityGroupProvider,VirtualRouter,VpcVirtualRouter,NiciraNvp,JuniperSRX,Netscaler,F5BigIP,CiscoNexus1000vVSM,FirstFitRouting,LocalStoragePoolAllocator,FirstFitStoragePoolAllocator,UserConcentratedAllocator,ConsoleProxyAllocator,StaticRoleBasedAPIAccessChecker,ExteralIpAddressAllocator,BareMetalTemplateAdapter,MD5UserAuthenticator,LDAPUserAuthenticator,CheckOnAgentInvestigator,XenServerInvestigator,UserVmDomRInvestigator,ManagementIPSystemVMInvestigator,VmwareInvestigator,XenServerFencer,KVMFencer,OvmFencer,VmwareFencer,XcpServerDiscoverer,SecondaryStorageDiscoverer,KvmServerDiscoverer,BareMetalDiscoverer,HypervServerDiscoverer,OvmDiscoverer,vmwareServerDiscoverer,FirstFitPlanner,UserDispersingPlanner,UserConcentratedPodPlanner,BareMetalPlanner,StorageNetworkGuru,ExternalGuestNetworkGuru,PublicNetworkGuru,PodBasedNetworkGuru,ControlNetworkGuru,DirectNetworkGuru,DirectPodBasedNetworkGuru,OvsGuestNetworkGuru,PrivateNetworkGuru,NiciraNvpGuestNetworkGuru,XenServerGuru,KVMGuru,OvmGuru,VMwareGuru,BaremetalGuru,BaremetalPlannerSelector,HypervisorPlannerSelector,org.springframework.context.annotation.ConfigurationClassPostProcessor$ImportAwareBeanPostProcessor#0];
>>>> > root of factory hierarchy
>>>> >
>>>> >
>>>> > On Sun, Apr 7, 2013 at 12:54 AM, Marcus Sorensen <shadowsor@gmail.com
>>>> >wrote:
>>>> >
>>>> >> If you're running it the Dev way with jetty, look for vmops.log in
>>>> your
>>>> >> git
>>>> >> root. If you've installed via package look for
>>>> >> /var/log/cloudstack/management/management-server.log.
>>>> >> On Apr 7, 2013 12:45 AM, "Mike Tutkowski" <
>>>> mike.tutkowski@solidfire.com>
>>>> >> wrote:
>>>> >>
>>>> >> > Hi Marcus,
>>>> >> >
>>>> >> > I was just looking at the output in the console.
>>>> >> >
>>>> >> > Can you remind me again where the related logs are stored?
>>>> >> >
>>>> >> > Thanks!
>>>> >> >
>>>> >> >
>>>> >> > On Sun, Apr 7, 2013 at 12:39 AM, Marcus Sorensen <
>>>> shadowsor@gmail.com
>>>> >> > >wrote:
>>>> >> >
>>>> >> > > Have you by chance looked at the debug logs to see if it by
>>>> chance
>>>> >> tried
>>>> >> > > the proper storage and failed? I'm not sure that's OK either,
>>>> but it
>>>> >> > would
>>>> >> > > be interesting to know.
>>>> >> > > On Apr 7, 2013 12:25 AM, "Mike Tutkowski" <
>>>> >> mike.tutkowski@solidfire.com>
>>>> >> > > wrote:
>>>> >> > >
>>>> >> > > > Hi,
>>>> >> > > >
>>>> >> > > > I'm currently using 4.1 (from like a week or so ago).
>>>> >> > > >
>>>> >> > > > I have three tiers of shared, iSCSI-based storage represented
>>>> in
>>>> >> three
>>>> >> > > > storage repositories in XenServer:
>>>> >> > > >
>>>> >> > > > SR_2
>>>> >> > > > SR_3
>>>> >> > > > SR_4
>>>> >> > > >
>>>> >> > > > SR_2 maps into CS via primary storage PS_2, which has the
>>>> storage
>>>> >> tag
>>>> >> > > PS_2
>>>> >> > > > SR_3 maps into CS via primary storage PS_3, which has the
>>>> storage
>>>> >> tag
>>>> >> > > PS_3
>>>> >> > > > SR_4 maps into CS via primary storage PS_4, which has the
>>>> storage
>>>> >> tag
>>>> >> > > PS_4
>>>> >> > > >
>>>> >> > > > I have three compute offerings:
>>>> >> > > >
>>>> >> > > > CO_2, which only uses storage tag PS_2
>>>> >> > > > CO_3, which only uses storage tag PS_3
>>>> >> > > > CO_4, which only uses storage tag PS_4
>>>> >> > > >
>>>> >> > > > I walk through the wizard and select CO_3.  My VM ends up on
>>>> SR_4.
>>>> >> > > >
>>>> >> > > > I have double checked the relationships and don't see any
>>>> errors in
>>>> >> > how I
>>>> >> > > > have CS configured.
>>>> >> > > >
>>>> >> > > > Does anyone know of this being noted as a current bug?
>>>> >> > > >
>>>> >> > > > Thanks!
>>>> >> > > >
>>>> >> > > >
>>>> >> > > > --
>>>> >> > > > *Mike Tutkowski*
>>>> >> > > > *Senior CloudStack Developer, SolidFire Inc.*
>>>> >> > > > e: mike.tutkowski@solidfire.com
>>>> >> > > > o: 303.746.7302
>>>> >> > > > Advancing the way the world uses the
>>>> >> > > > cloud<http://solidfire.com/solution/overview/?video=play>
>>>> >> > > > *(tm)*
>>>> >> > > >
>>>> >> > >
>>>> >> >
>>>> >> >
>>>> >> >
>>>> >> > --
>>>> >> > *Mike Tutkowski*
>>>> >> > *Senior CloudStack Developer, SolidFire Inc.*
>>>> >> > e: mike.tutkowski@solidfire.com
>>>> >> > o: 303.746.7302
>>>> >> > Advancing the way the world uses the
>>>> >> > cloud<http://solidfire.com/solution/overview/?video=play>
>>>> >> > *(tm)*
>>>> >> >
>>>> >>
>>>> >
>>>> >
>>>> >
>>>> > --
>>>> > *Mike Tutkowski*
>>>> > *Senior CloudStack Developer, SolidFire Inc.*
>>>> > e: mike.tutkowski@solidfire.com
>>>> > o: 303.746.7302
>>>> > Advancing the way the world uses the cloud<
>>>> http://solidfire.com/solution/overview/?video=play>
>>>> > *(tm)*
>>>> >
>>>>
>>>>
>>>>
>>>> --
>>>> *Mike Tutkowski*
>>>> *Senior CloudStack Developer, SolidFire Inc.*
>>>> e: mike.tutkowski@solidfire.com
>>>> o: 303.746.7302
>>>> Advancing the way the world uses the
>>>> cloud<http://solidfire.com/solution/overview/?video=play>
>>>> *(tm)*
>>>>
>>>
>>>
>>>
>>> --
>>> *Mike Tutkowski*
>>>  *Senior CloudStack Developer, SolidFire Inc.*
>>> e: mike.tutkowski@solidfire.com
>>> o: 303.746.7302
>>> Advancing the way the world uses the cloud<http://solidfire.com/solution/overview/?video=play>
>>> *™*
>>>
>>
>>
>>
>> --
>> *Mike Tutkowski*
>>  *Senior CloudStack Developer, SolidFire Inc.*
>> e: mike.tutkowski@solidfire.com
>> o: 303.746.7302
>> Advancing the way the world uses the cloud<http://solidfire.com/solution/overview/?video=play>
>> *™*
>>
>
>
>
> --
> *Mike Tutkowski*
> *Senior CloudStack Developer, SolidFire Inc.*
> e: mike.tutkowski@solidfire.com
> o: 303.746.7302
> Advancing the way the world uses the cloud<http://solidfire.com/solution/overview/?video=play>
> *™*
>



-- 
*Mike Tutkowski*
*Senior CloudStack Developer, SolidFire Inc.*
e: mike.tutkowski@solidfire.com
o: 303.746.7302
Advancing the way the world uses the
cloud<http://solidfire.com/solution/overview/?video=play>
*™*

Re: VM deployed to wrong storage repository

Posted by Mike Tutkowski <mi...@solidfire.com>.
Hi,

I've never modified this file before and even seem to be having trouble
finding it.  I can't find component.xml (singular) or components.xml
(plural).

Can you tell me where this file should be located (I'm running the software
from compiled source)?

Thanks!


On Mon, Apr 8, 2013 at 11:59 AM, Mike Tutkowski <
mike.tutkowski@solidfire.com> wrote:

> I meant, "allocator"...not "allocated." :)
>
>
> On Mon, Apr 8, 2013 at 11:58 AM, Mike Tutkowski <
> mike.tutkowski@solidfire.com> wrote:
>
>> Wow...I had no idea such an allocated even existed. :) Thanks for that
>> tip!!
>>
>>
>> On Mon, Apr 8, 2013 at 11:54 AM, Prachi Damle <Pr...@citrix.com>wrote:
>>
>>> Hi Mike,
>>>
>>> I checked the logs, looks like the RandomStoragePoolAllocator is being
>>> picked up for the storage allocation - this allocatordoes not match any
>>> tags.
>>>
>>> You should use FirstFitStoragePoolAllocator instead - change the
>>> component.xml to use this allocator and not the random
>>>
>>> Thanks,
>>> -Prachi
>>>
>>> -----Original Message-----
>>> From: Mike Tutkowski [mailto:mike.tutkowski@solidfire.com]
>>> Sent: Monday, April 08, 2013 8:23 AM
>>> To: dev@cloudstack.apache.org
>>> Subject: Re: VM deployed to wrong storage repository
>>>
>>> I plan to update to the latest 4.1 today and re-try this.
>>>
>>> If I still see the problem, I'll open a bug.
>>>
>>>
>>> On Sun, Apr 7, 2013 at 4:26 PM, Mike Tutkowski <
>>> mike.tutkowski@solidfire.com
>>> > wrote:
>>>
>>> > I don't see anything in vmops.log to indicate that another primary
>>> storage
>>> > was tried first.  What do you think?
>>> >
>>> > 2013-04-07 00:30:51,459 INFO  [agent.manager.AgentManagerImpl]
>>> > (AgentTaskPool-11:null) Investigating why host 6 has disconnected with
>>> > event PingTimeout
>>> > 2013-04-07 00:30:51,459 DEBUG [agent.manager.AgentManagerImpl]
>>> > (AgentTaskPool-11:null) checking if agent (6) is alive
>>> > 2013-04-07 00:30:51,460 INFO  [agent.manager.AgentManagerImpl]
>>> > (AgentTaskPool-16:null) Investigating why host 5 has disconnected with
>>> > event PingTimeout
>>> > 2013-04-07 00:30:51,460 DEBUG [agent.manager.AgentManagerImpl]
>>> > (AgentTaskPool-16:null) checking if agent (5) is alive
>>> > 2013-04-07 00:30:51,462 DEBUG [agent.transport.Request]
>>> > (AgentTaskPool-11:null) Seq 6-324993302: Sending  { Cmd , MgmtId: 1,
>>> via:
>>> > 6, Ver: v1, Flags: 100011, [{"CheckHealthCommand":{"wait":50}}] }
>>> > 2013-04-07 00:30:51,462 DEBUG [agent.transport.Request]
>>> > (AgentTaskPool-11:null) Seq 6-324993302: Executing:  { Cmd , MgmtId: 1,
>>> > via: 6, Ver: v1, Flags: 100011, [{"CheckHealthCommand":{"wait":50}}] }
>>> > 2013-04-07 00:30:51,462 DEBUG [agent.manager.DirectAgentAttache]
>>> > (DirectAgent-26:null) Seq 6-324993302: Executing request
>>> > 2013-04-07 00:30:51,464 DEBUG [agent.transport.Request]
>>> > (AgentTaskPool-16:null) Seq 5-614334808: Sending  { Cmd , MgmtId: 1,
>>> via:
>>> > 5, Ver: v1, Flags: 100011, [{"CheckHealthCommand":{"wait":50}}] }
>>> > 2013-04-07 00:30:51,464 DEBUG [agent.transport.Request]
>>> > (AgentTaskPool-16:null) Seq 5-614334808: Executing:  { Cmd , MgmtId:
>>> 1,
>>> > via: 5, Ver: v1, Flags: 100011, [{"CheckHealthCommand":{"wait":50}}] }
>>> > 2013-04-07 00:30:51,465 DEBUG [agent.manager.DirectAgentAttache]
>>> > (DirectAgent-163:null) Seq 5-614334808: Executing request
>>> > 2013-04-07 00:30:51,511 DEBUG [agent.manager.DirectAgentAttache]
>>> > (DirectAgent-26:null) Seq 6-324993302: Response Received:
>>> > 2013-04-07 00:30:51,512 DEBUG [agent.transport.Request]
>>> > (DirectAgent-26:null) Seq 6-324993302: Processing:  { Ans: , MgmtId: 1,
>>> > via: 6, Ver: v1, Flags: 10,
>>> > [{"CheckHealthAnswer":{"result":true,"details":"resource is
>>> > alive","wait":0}}] }
>>> > 2013-04-07 00:30:51,512 DEBUG [agent.transport.Request]
>>> > (AgentTaskPool-11:null) Seq 6-324993302: Received:  { Ans: , MgmtId: 1,
>>> > via: 6, Ver: v1, Flags: 10, { CheckHealthAnswer } }
>>> > 2013-04-07 00:30:51,512 DEBUG [agent.manager.AgentManagerImpl]
>>> > (AgentTaskPool-11:null) Details from executing class
>>> > com.cloud.agent.api.CheckHealthCommand: resource is alive
>>> > 2013-04-07 00:30:51,512 DEBUG [agent.manager.AgentManagerImpl]
>>> > (AgentTaskPool-11:null) agent (6) responded to checkHeathCommand,
>>> reporting
>>> > that agent is Up
>>> > 2013-04-07 00:30:51,512 INFO  [agent.manager.AgentManagerImpl]
>>> > (AgentTaskPool-11:null) The state determined is Up
>>> > 2013-04-07 00:30:51,512 INFO  [agent.manager.AgentManagerImpl]
>>> > (AgentTaskPool-11:null) Agent is determined to be up and running
>>> > 2013-04-07 00:30:51,512 DEBUG [cloud.host.Status]
>>> (AgentTaskPool-11:null)
>>> > Transition:[Resource state = Enabled, Agent event = Ping, Host id = 6,
>>> name
>>> > = Tut-XenServer]
>>> > 2013-04-07 00:30:51,515 DEBUG [cloud.host.Status]
>>> (AgentTaskPool-11:null)
>>> > Agent status update: [id = 6; name = Tut-XenServer; old status = Up;
>>> event
>>> > = Ping; new status = Up; old update count = 307; new update count =
>>> 308]
>>> > 2013-04-07 00:30:51,517 DEBUG [agent.manager.DirectAgentAttache]
>>> > (DirectAgent-163:null) Seq 5-614334808: Response Received:
>>> > 2013-04-07 00:30:51,517 DEBUG [agent.transport.Request]
>>> > (DirectAgent-163:null) Seq 5-614334808: Processing:  { Ans: , MgmtId:
>>> 1,
>>> > via: 5, Ver: v1, Flags: 10,
>>> > [{"CheckHealthAnswer":{"result":true,"details":"resource is
>>> > alive","wait":0}}] }
>>> > 2013-04-07 00:30:51,517 DEBUG [agent.transport.Request]
>>> > (AgentTaskPool-16:null) Seq 5-614334808: Received:  { Ans: , MgmtId:
>>> 1,
>>> > via: 5, Ver: v1, Flags: 10, { CheckHealthAnswer } }
>>> > 2013-04-07 00:30:51,517 DEBUG [agent.manager.AgentManagerImpl]
>>> > (AgentTaskPool-16:null) Details from executing class
>>> > com.cloud.agent.api.CheckHealthCommand: resource is alive
>>> > 2013-04-07 00:30:51,517 DEBUG [agent.manager.AgentManagerImpl]
>>> > (AgentTaskPool-16:null) agent (5) responded to checkHeathCommand,
>>> reporting
>>> > that agent is Up
>>> > 2013-04-07 00:30:51,518 INFO  [agent.manager.AgentManagerImpl]
>>> > (AgentTaskPool-16:null) The state determined is Up
>>> > 2013-04-07 00:30:51,518 INFO  [agent.manager.AgentManagerImpl]
>>> > (AgentTaskPool-16:null) Agent is determined to be up and running
>>> > 2013-04-07 00:30:51,518 DEBUG [cloud.host.Status]
>>> (AgentTaskPool-16:null)
>>> > Transition:[Resource state = Enabled, Agent event = Ping, Host id = 5,
>>> name
>>> > = Tut-XenServer2]
>>> > 2013-04-07 00:30:51,522 DEBUG [cloud.host.Status]
>>> (AgentTaskPool-16:null)
>>> > Agent status update: [id = 5; name = Tut-XenServer2; old status = Up;
>>> event
>>> > = Ping; new status = Up; old update count = 144; new update count =
>>> 145]
>>> > 2013-04-07 00:30:52,927 DEBUG [agent.manager.DirectAgentAttache]
>>> > (DirectAgent-157:null) Seq 6-324993301: Response Received:
>>> > 2013-04-07 00:30:52,927 DEBUG [agent.transport.Request]
>>> > (DirectAgent-157:null) Seq 6-324993301: Processing:  { Ans: , MgmtId:
>>> 1,
>>> > via: 6, Ver: v1, Flags: 110, [{"Answer":{"result":true,"wait":0}}] }
>>> > 2013-04-07 00:30:52,927 DEBUG [agent.transport.Request]
>>> > (Job-Executor-35:job-42) Seq 6-324993301: Received:  { Ans: , MgmtId:
>>> 1,
>>> > via: 6, Ver: v1, Flags: 110, { Answer } }
>>> > 2013-04-07 00:30:52,927 DEBUG [agent.manager.AgentAttache]
>>> > (DirectAgent-157:null) Seq 6-324993301: No more commands found
>>> > 2013-04-07 00:30:52,938 DEBUG
>>> > [network.router.VirtualNetworkApplianceManagerImpl]
>>> > (Job-Executor-35:job-42) Applying userdata and password entry in
>>> network
>>> > Ntwk[204|Guest|6]
>>> > 2013-04-07 00:30:52,952 DEBUG [agent.transport.Request]
>>> > (Job-Executor-35:job-42) Seq 6-324993303: Sending  { Cmd , MgmtId: 1,
>>> via:
>>> > 6, Ver: v1, Flags: 100111,
>>> >
>>> [{"routing.SavePasswordCommand":{"password":"fnirq_cnffjbeq","vmIpAddress":"192.168.56.195","vmName":"c18ddf7c-fc61-40b0-af75-fdef05f8eae6","accessDetails":{"router.guest.ip":"192.168.56.102","zone.network.type":"Basic","router.ip":"169.254.1.168","
>>> > router.name
>>> >
>>> ":"r-4-VM"},"wait":0}},{"routing.VmDataCommand":{"vmIpAddress":"192.168.56.195","vmName":"c18ddf7c-fc61-40b0-af75-fdef05f8eae6","accessDetails":{"router.guest.ip":"192.168.56.102","zone.network.type":"Basic","router.ip":"169.254.1.168","
>>> > router.name":"r-4-VM"},"wait":0}}] }
>>> > 2013-04-07 00:30:52,953 DEBUG [agent.transport.Request]
>>> > (Job-Executor-35:job-42) Seq 6-324993303: Executing:  { Cmd , MgmtId:
>>> 1,
>>> > via: 6, Ver: v1, Flags: 100111,
>>> >
>>> [{"routing.SavePasswordCommand":{"password":"fnirq_cnffjbeq","vmIpAddress":"192.168.56.195","vmName":"c18ddf7c-fc61-40b0-af75-fdef05f8eae6","accessDetails":{"router.guest.ip":"192.168.56.102","zone.network.type":"Basic","router.ip":"169.254.1.168","
>>> > router.name
>>> >
>>> ":"r-4-VM"},"wait":0}},{"routing.VmDataCommand":{"vmIpAddress":"192.168.56.195","vmName":"c18ddf7c-fc61-40b0-af75-fdef05f8eae6","accessDetails":{"router.guest.ip":"192.168.56.102","zone.network.type":"Basic","router.ip":"169.254.1.168","
>>> > router.name":"r-4-VM"},"wait":0}}] }
>>> > 2013-04-07 00:30:52,953 DEBUG [agent.manager.DirectAgentAttache]
>>> > (DirectAgent-37:null) Seq 6-324993303: Executing request
>>> > 2013-04-07 00:30:53,093 DEBUG [cloud.api.ApiServlet]
>>> > (1161145101@qtp-1008805148-33:null) ===START===  127.0.0.1 -- GET
>>> >
>>>  command=queryAsyncJobResult&jobId=f75d8ce8-1193-43bf-b171-f43d2534e6bc&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316253091
>>> > 2013-04-07 00:30:53,110 DEBUG [cloud.api.ApiServlet]
>>> > (1161145101@qtp-1008805148-33:null) ===END===  127.0.0.1 -- GET
>>> >
>>>  command=queryAsyncJobResult&jobId=f75d8ce8-1193-43bf-b171-f43d2534e6bc&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316253091
>>> > 2013-04-07 00:30:56,093 DEBUG [cloud.api.ApiServlet]
>>> > (1161145101@qtp-1008805148-33:null) ===START===  127.0.0.1 -- GET
>>> >
>>>  command=queryAsyncJobResult&jobId=f75d8ce8-1193-43bf-b171-f43d2534e6bc&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316256091
>>> > 2013-04-07 00:30:56,109 DEBUG [cloud.api.ApiServlet]
>>> > (1161145101@qtp-1008805148-33:null) ===END===  127.0.0.1 -- GET
>>> >
>>>  command=queryAsyncJobResult&jobId=f75d8ce8-1193-43bf-b171-f43d2534e6bc&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316256091
>>> > 2013-04-07 00:30:59,094 DEBUG [cloud.api.ApiServlet]
>>> > (1161145101@qtp-1008805148-33:null) ===START===  127.0.0.1 -- GET
>>> >
>>>  command=queryAsyncJobResult&jobId=f75d8ce8-1193-43bf-b171-f43d2534e6bc&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316259092
>>> > 2013-04-07 00:30:59,111 DEBUG [cloud.api.ApiServlet]
>>> > (1161145101@qtp-1008805148-33:null) ===END===  127.0.0.1 -- GET
>>> >
>>>  command=queryAsyncJobResult&jobId=f75d8ce8-1193-43bf-b171-f43d2534e6bc&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316259092
>>> > 2013-04-07 00:31:02,095 DEBUG [cloud.api.ApiServlet]
>>> > (1161145101@qtp-1008805148-33:null) ===START===  127.0.0.1 -- GET
>>> >
>>>  command=queryAsyncJobResult&jobId=f75d8ce8-1193-43bf-b171-f43d2534e6bc&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316262093
>>> > 2013-04-07 00:31:02,110 DEBUG [cloud.api.ApiServlet]
>>> > (1161145101@qtp-1008805148-33:null) ===END===  127.0.0.1 -- GET
>>> >
>>>  command=queryAsyncJobResult&jobId=f75d8ce8-1193-43bf-b171-f43d2534e6bc&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316262093
>>> > 2013-04-07 00:31:04,860 DEBUG [agent.manager.DirectAgentAttache]
>>> > (DirectAgent-145:null) Ping from 6
>>> > 2013-04-07 00:31:05,099 DEBUG [cloud.api.ApiServlet]
>>> > (1161145101@qtp-1008805148-33:null) ===START===  127.0.0.1 -- GET
>>> >
>>>  command=queryAsyncJobResult&jobId=f75d8ce8-1193-43bf-b171-f43d2534e6bc&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316265096
>>> > 2013-04-07 00:31:05,114 DEBUG [cloud.api.ApiServlet]
>>> > (1161145101@qtp-1008805148-33:null) ===END===  127.0.0.1 -- GET
>>> >
>>>  command=queryAsyncJobResult&jobId=f75d8ce8-1193-43bf-b171-f43d2534e6bc&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316265096
>>> > 2013-04-07 00:31:06,234 DEBUG [agent.manager.DirectAgentAttache]
>>> > (DirectAgent-372:null) Ping from 5
>>> > 2013-04-07 00:31:06,909 DEBUG [agent.manager.DirectAgentAttache]
>>> > (DirectAgent-149:null) Seq 6-324993028: Executing request
>>> > 2013-04-07 00:31:07,239 DEBUG [agent.manager.DirectAgentAttache]
>>> > (DirectAgent-149:null) Seq 6-324993028: Response Received:
>>> > 2013-04-07 00:31:07,239 DEBUG [agent.transport.Request]
>>> > (DirectAgent-149:null) Seq 6-324993028: Processing:  { Ans: , MgmtId:
>>> 1,
>>> > via: 6, Ver: v1, Flags: 10,
>>> >
>>> [{"ClusterSyncAnswer":{"_clusterId":2,"_newStates":{},"_isExecuted":false,"result":true,"wait":0}}]
>>> > }
>>> > 2013-04-07 00:31:07,424 DEBUG [agent.manager.DirectAgentAttache]
>>> > (DirectAgent-37:null) Seq 6-324993303: Response Received:
>>> > 2013-04-07 00:31:07,424 DEBUG [agent.transport.Request]
>>> > (DirectAgent-37:null) Seq 6-324993303: Processing:  { Ans: , MgmtId: 1,
>>> > via: 6, Ver: v1, Flags: 110,
>>> >
>>> [{"Answer":{"result":true,"wait":0}},{"Answer":{"result":true,"wait":0}}] }
>>> > 2013-04-07 00:31:07,424 DEBUG [agent.transport.Request]
>>> > (Job-Executor-35:job-42) Seq 6-324993303: Received:  { Ans: , MgmtId:
>>> 1,
>>> > via: 6, Ver: v1, Flags: 110, { Answer, Answer } }
>>> > 2013-04-07 00:31:07,424 DEBUG [agent.manager.AgentAttache]
>>> > (DirectAgent-37:null) Seq 6-324993303: No more commands found
>>> > 2013-04-07 00:31:07,424 DEBUG [cloud.network.NetworkManagerImpl]
>>> > (Job-Executor-35:job-42) Asking VpcVirtualRouter to prepare for
>>> > Nic[18-12-6416c373-20d8-4617-8dcb-30a8ff9d0f34-192.168.56.195]
>>> > 2013-04-07 00:31:07,424 WARN  [network.element.VpcVirtualRouterElement]
>>> > (Job-Executor-35:job-42) Network Ntwk[204|Guest|6] is not associated
>>> with
>>> > any VPC
>>> > 2013-04-07 00:31:07,429 DEBUG [cloud.network.NetworkManagerImpl]
>>> > (Job-Executor-35:job-42) Asking NiciraNvp to prepare for
>>> > Nic[18-12-6416c373-20d8-4617-8dcb-30a8ff9d0f34-192.168.56.195]
>>> > 2013-04-07 00:31:07,429 DEBUG [network.element.NiciraNvpElement]
>>> > (Job-Executor-35:job-42) Checking if NiciraNvpElement can handle
>>> service
>>> > Connectivity on network guestNetworkForBasicZone
>>> > 2013-04-07 00:31:07,432 DEBUG [cloud.network.NetworkManagerImpl]
>>> > (Job-Executor-35:job-42) Asking JuniperSRX to prepare for
>>> > Nic[18-12-6416c373-20d8-4617-8dcb-30a8ff9d0f34-192.168.56.195]
>>> > 2013-04-07 00:31:07,436 DEBUG [cloud.network.NetworkManagerImpl]
>>> > (Job-Executor-35:job-42) Asking Netscaler to prepare for
>>> > Nic[18-12-6416c373-20d8-4617-8dcb-30a8ff9d0f34-192.168.56.195]
>>> > 2013-04-07 00:31:07,441 DEBUG [cloud.network.NetworkManagerImpl]
>>> > (Job-Executor-35:job-42) Asking F5BigIP to prepare for
>>> > Nic[18-12-6416c373-20d8-4617-8dcb-30a8ff9d0f34-192.168.56.195]
>>> > 2013-04-07 00:31:07,445 DEBUG [cloud.network.NetworkManagerImpl]
>>> > (Job-Executor-35:job-42) Asking CiscoNexus1000vVSM to prepare for
>>> > Nic[18-12-6416c373-20d8-4617-8dcb-30a8ff9d0f34-192.168.56.195]
>>> > 2013-04-07 00:31:07,449 DEBUG [cloud.storage.StorageManagerImpl]
>>> > (Job-Executor-35:job-42) Checking if we need to prepare 1 volumes for
>>> > VM[User|c18ddf7c-fc61-40b0-af75-fdef05f8eae6]
>>> > 2013-04-07 00:31:07,451 DEBUG [cloud.storage.StorageManagerImpl]
>>> > (Job-Executor-35:job-42) Creating volume: Vol[12|vm=12|ROOT]
>>> > 2013-04-07 00:31:07,451 DEBUG [cloud.storage.StorageManagerImpl]
>>> > (Job-Executor-35:job-42) Trying to create in Pool[257|PreSetup]
>>> > 2013-04-07 00:31:07,459 DEBUG [cloud.template.TemplateManagerImpl]
>>> > (Job-Executor-35:job-42) Downloading template 5 to pool 257
>>> > 2013-04-07 00:31:07,466 DEBUG [cloud.template.TemplateManagerImpl]
>>> > (Job-Executor-35:job-42) Downloading 5 via 5
>>> > 2013-04-07 00:31:07,470 DEBUG [agent.transport.Request]
>>> > (Job-Executor-35:job-42) Seq 5-614334809: Sending  { Cmd , MgmtId: 1,
>>> > via: 5, Ver: v1, Flags: 100111,
>>> >
>>> [{"storage.PrimaryStorageDownloadCommand":{"localPath":"/mnt/9a008517-e321-37a0-a941-44695f9b6fe7","poolUuid":"iSCSI_SR_3","poolId":257,"primaryPool":{"id":257,"uuid":"iSCSI_SR_3","host":"192.168.56.9","path":"/iSCSI_SR_3","port":0,"type":"PreSetup"},"secondaryStorageUrl":"nfs://
>>> 192.168.56.10:
>>> > /opt/storage/secondary","primaryStorageUrl":"nfs://
>>> 192.168.56.9/iSCSI_SR_3
>>> > ","url":"nfs://192.168.56.10:
>>> /opt/storage/secondary/template/tmpl/1/5//ce5b212e-215a-3461-94fb-814a635b2215.vhd","format":"VHD","accountId":1,"name":"tiny
>>> > Linux","wait":10800}}] }
>>> > 2013-04-07 00:31:07,470 DEBUG [agent.transport.Request]
>>> > (Job-Executor-35:job-42) Seq 5-614334809: Executing:  { Cmd , MgmtId:
>>> 1,
>>> > via: 5, Ver: v1, Flags: 100111,
>>> >
>>> [{"storage.PrimaryStorageDownloadCommand":{"localPath":"/mnt/9a008517-e321-37a0-a941-44695f9b6fe7","poolUuid":"iSCSI_SR_3","poolId":257,"primaryPool":{"id":257,"uuid":"iSCSI_SR_3","host":"192.168.56.9","path":"/iSCSI_SR_3","port":0,"type":"PreSetup"},"secondaryStorageUrl":"nfs://
>>> 192.168.56.10:
>>> > /opt/storage/secondary","primaryStorageUrl":"nfs://
>>> 192.168.56.9/iSCSI_SR_3
>>> > ","url":"nfs://192.168.56.10:
>>> /opt/storage/secondary/template/tmpl/1/5//ce5b212e-215a-3461-94fb-814a635b2215.vhd","format":"VHD","accountId":1,"name":"tiny
>>> > Linux","wait":10800}}] }
>>> > 2013-04-07 00:31:07,470 DEBUG [agent.manager.DirectAgentAttache]
>>> > (DirectAgent-174:null) Seq 5-614334809: Executing request
>>> > 2013-04-07 00:31:08,097 DEBUG [cloud.api.ApiServlet]
>>> > (1161145101@qtp-1008805148-33:null) ===START===  127.0.0.1 -- GET
>>> >
>>>  command=queryAsyncJobResult&jobId=f75d8ce8-1193-43bf-b171-f43d2534e6bc&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316268095
>>> > 2013-04-07 00:31:08,115 DEBUG [cloud.api.ApiServlet]
>>> > (1161145101@qtp-1008805148-33:null) ===END===  127.0.0.1 -- GET
>>> >
>>>  command=queryAsyncJobResult&jobId=f75d8ce8-1193-43bf-b171-f43d2534e6bc&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316268095
>>> > 2013-04-07 00:31:11,023 DEBUG [agent.manager.DirectAgentAttache]
>>> > (DirectAgent-309:null) Seq 5-614334468: Executing request
>>> > 2013-04-07 00:31:11,099 DEBUG [cloud.api.ApiServlet]
>>> > (1161145101@qtp-1008805148-33:null) ===START===  127.0.0.1 -- GET
>>> >
>>>  command=queryAsyncJobResult&jobId=f75d8ce8-1193-43bf-b171-f43d2534e6bc&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316271096
>>> > 2013-04-07 00:31:11,121 DEBUG [cloud.api.ApiServlet]
>>> > (1161145101@qtp-1008805148-33:null) ===END===  127.0.0.1 -- GET
>>> >
>>>  command=queryAsyncJobResult&jobId=f75d8ce8-1193-43bf-b171-f43d2534e6bc&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316271096
>>> > 2013-04-07 00:31:11,363 DEBUG [agent.manager.DirectAgentAttache]
>>> > (DirectAgent-309:null) Seq 5-614334468: Response Received:
>>> > 2013-04-07 00:31:11,363 DEBUG [agent.transport.Request]
>>> > (DirectAgent-309:null) Seq 5-614334468: Processing:  { Ans: , MgmtId:
>>> 1,
>>> > via: 5, Ver: v1, Flags: 10, [{"Answer":{"result":true,"wait":0}}] }
>>> > 2013-04-07 00:31:14,100 DEBUG [cloud.api.ApiServlet]
>>> > (1161145101@qtp-1008805148-33:null) ===START===  127.0.0.1 -- GET
>>> >
>>>  command=queryAsyncJobResult&jobId=f75d8ce8-1193-43bf-b171-f43d2534e6bc&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316274097
>>> > 2013-04-07 00:31:14,124 DEBUG [cloud.api.ApiServlet]
>>> > (1161145101@qtp-1008805148-33:null) ===END===  127.0.0.1 -- GET
>>> >
>>>  command=queryAsyncJobResult&jobId=f75d8ce8-1193-43bf-b171-f43d2534e6bc&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316274097
>>> > 2013-04-07 00:31:16,197 DEBUG [cloud.api.ApiServlet]
>>> > (1161145101@qtp-1008805148-33:null) ===START===  127.0.0.1 -- GET
>>> >
>>>  command=listVirtualMachines&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&listAll=true&page=1&pagesize=20&_=1365316276194
>>> > 2013-04-07 00:31:16,219 DEBUG [cloud.api.ApiServlet]
>>> > (1161145101@qtp-1008805148-33:null) ===END===  127.0.0.1 -- GET
>>> >
>>>  command=listVirtualMachines&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&listAll=true&page=1&pagesize=20&_=1365316276194
>>> > 2013-04-07 00:31:17,101 DEBUG [cloud.api.ApiServlet]
>>> > (1161145101@qtp-1008805148-33:null) ===START===  127.0.0.1 -- GET
>>> >
>>>  command=queryAsyncJobResult&jobId=f75d8ce8-1193-43bf-b171-f43d2534e6bc&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316277098
>>> > 2013-04-07 00:31:17,123 DEBUG [cloud.api.ApiServlet]
>>> > (1161145101@qtp-1008805148-33:null) ===END===  127.0.0.1 -- GET
>>> >
>>>  command=queryAsyncJobResult&jobId=f75d8ce8-1193-43bf-b171-f43d2534e6bc&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316277098
>>> > 2013-04-07 00:31:17,954 DEBUG [cloud.api.ApiServlet]
>>> > (1161145101@qtp-1008805148-33:null) ===START===  127.0.0.1 -- GET
>>> >
>>>  command=listVolumes&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&listAll=true&page=1&pagesize=20&_=1365316277950
>>> > 2013-04-07 00:31:17,972 DEBUG [cloud.api.ApiServlet]
>>> > (1161145101@qtp-1008805148-33:null) ===END===  127.0.0.1 -- GET
>>> >
>>>  command=listVolumes&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&listAll=true&page=1&pagesize=20&_=1365316277950
>>> > 2013-04-07 00:31:20,102 DEBUG [cloud.api.ApiServlet]
>>> > (1161145101@qtp-1008805148-33:null) ===START===  127.0.0.1 -- GET
>>> >
>>>  command=queryAsyncJobResult&jobId=f75d8ce8-1193-43bf-b171-f43d2534e6bc&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316280099
>>> > 2013-04-07 00:31:20,118 DEBUG [cloud.api.ApiServlet]
>>> > (1161145101@qtp-1008805148-33:null) ===END===  127.0.0.1 -- GET
>>> >
>>>  command=queryAsyncJobResult&jobId=f75d8ce8-1193-43bf-b171-f43d2534e6bc&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316280099
>>> > 2013-04-07 00:31:20,454 DEBUG
>>> > [storage.secondary.SecondaryStorageManagerImpl] (secstorage-1:null)
>>> Zone 1
>>> > is ready to launch secondary storage VM
>>> > 2013-04-07 00:31:20,558 DEBUG
>>> [cloud.consoleproxy.ConsoleProxyManagerImpl]
>>> > (consoleproxy-1:null) Zone 1 is ready to launch console proxy
>>> > 2013-04-07 00:31:20,820 DEBUG
>>> > [network.router.VirtualNetworkApplianceManagerImpl]
>>> > (RouterStatusMonitor-1:null) Found 0 routers to update status.
>>> > 2013-04-07 00:31:20,821 DEBUG
>>> > [network.router.VirtualNetworkApplianceManagerImpl]
>>> > (RouterStatusMonitor-1:null) Found 0 networks to update RvR status.
>>> > 2013-04-07 00:31:20,852 DEBUG
>>> > [network.router.VirtualNetworkApplianceManagerImpl]
>>> > (RouterStatusMonitor-1:null) Found 0 routers to update status.
>>> > 2013-04-07 00:31:20,853 DEBUG
>>> > [network.router.VirtualNetworkApplianceManagerImpl]
>>> > (RouterStatusMonitor-1:null) Found 0 networks to update RvR status.
>>> > 2013-04-07 00:31:21,075 DEBUG [cloud.api.ApiServlet]
>>> > (1161145101@qtp-1008805148-33:null) ===START===  127.0.0.1 -- GET
>>> >
>>>  command=listVolumes&id=aed71ae1-732b-48d7-833f-e23287e2b2b9&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316281073
>>> > 2013-04-07 00:31:21,097 DEBUG [cloud.api.ApiServlet]
>>> > (1161145101@qtp-1008805148-33:null) ===END===  127.0.0.1 -- GET
>>> >
>>>  command=listVolumes&id=aed71ae1-732b-48d7-833f-e23287e2b2b9&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316281073
>>> > 2013-04-07 00:31:21,120 DEBUG [cloud.api.ApiServlet]
>>> > (1161145101@qtp-1008805148-33:null) ===START===  127.0.0.1 -- GET
>>> >
>>>  command=listTags&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&resourceId=aed71ae1-732b-48d7-833f-e23287e2b2b9&resourceType=Volume&listAll=true&_=1365316281117
>>> > 2013-04-07 00:31:21,142 DEBUG [cloud.api.ApiServlet]
>>> > (1161145101@qtp-1008805148-33:null) ===END===  127.0.0.1 -- GET
>>> >
>>>  command=listTags&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&resourceId=aed71ae1-732b-48d7-833f-e23287e2b2b9&resourceType=Volume&listAll=true&_=1365316281117
>>> > 2013-04-07 00:31:23,102 DEBUG [cloud.api.ApiServlet]
>>> > (1161145101@qtp-1008805148-33:null) ===START===  127.0.0.1 -- GET
>>> >
>>>  command=queryAsyncJobResult&jobId=f75d8ce8-1193-43bf-b171-f43d2534e6bc&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316283100
>>> > 2013-04-07 00:31:23,122 DEBUG [cloud.api.ApiServlet]
>>> > (1161145101@qtp-1008805148-33:null) ===END===  127.0.0.1 -- GET
>>> >
>>>  command=queryAsyncJobResult&jobId=f75d8ce8-1193-43bf-b171-f43d2534e6bc&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316283100
>>> > 2013-04-07 00:31:24,894 DEBUG [agent.manager.AgentManagerImpl]
>>> > (AgentManager-Handler-9:null) Ping from 4
>>> > 2013-04-07 00:31:26,102 DEBUG [cloud.api.ApiServlet]
>>> > (1161145101@qtp-1008805148-33:null) ===START===  127.0.0.1 -- GET
>>> >
>>>  command=queryAsyncJobResult&jobId=f75d8ce8-1193-43bf-b171-f43d2534e6bc&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316286100
>>> > 2013-04-07 00:31:26,117 DEBUG [cloud.api.ApiServlet]
>>> > (1161145101@qtp-1008805148-33:null) ===END===  127.0.0.1 -- GET
>>> >
>>>  command=queryAsyncJobResult&jobId=f75d8ce8-1193-43bf-b171-f43d2534e6bc&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316286100
>>> > 2013-04-07 00:31:27,217 DEBUG [agent.manager.DirectAgentAttache]
>>> > (DirectAgent-164:null) Ping from 1
>>> > 2013-04-07 00:31:28,079 DEBUG [agent.manager.DirectAgentAttache]
>>> > (DirectAgent-174:null) Seq 5-614334809: Response Received:
>>> > 2013-04-07 00:31:28,079 DEBUG [agent.transport.Request]
>>> > (DirectAgent-174:null) Seq 5-614334809: Processing:  { Ans: , MgmtId:
>>> 1,
>>> > via: 5, Ver: v1, Flags: 110,
>>> >
>>> [{"storage.PrimaryStorageDownloadAnswer":{"installPath":"a8414926-81d6-4b54-9b4b-feb498489df0","templateSize":54525952,"result":true,"wait":0}}]
>>> > }
>>> > 2013-04-07 00:31:28,079 DEBUG [agent.transport.Request]
>>> > (Job-Executor-35:job-42) Seq 5-614334809: Received:  { Ans: , MgmtId:
>>> 1,
>>> > via: 5, Ver: v1, Flags: 110, { PrimaryStorageDownloadAnswer } }
>>> > 2013-04-07 00:31:28,079 DEBUG [agent.manager.AgentAttache]
>>> > (DirectAgent-174:null) Seq 5-614334809: No more commands found
>>> > 2013-04-07 00:31:28,081 DEBUG [cloud.template.TemplateManagerImpl]
>>> > (Job-Executor-35:job-42) Template 5 is downloaded via 5
>>> > 2013-04-07 00:31:28,085 DEBUG [agent.transport.Request]
>>> > (Job-Executor-35:job-42) Seq 5-614334810: Sending  { Cmd , MgmtId: 1,
>>> via:
>>> > 5, Ver: v1, Flags: 100111,
>>> >
>>> [{"storage.CreateCommand":{"volId":12,"pool":{"id":257,"uuid":"iSCSI_SR_3","host":"192.168.56.9","path":"/iSCSI_SR_3","port":0,"type":"PreSetup"},"diskCharacteristics":{"size":52428800,"tags":["iSCSI_SR_3"],"type":"ROOT","name":"ROOT-12","useLocalStorage":false,"recreatable":true,"diskOfferingId":37,"volumeId":12,"hyperType":"XenServer"},"templateUrl":"a8414926-81d6-4b54-9b4b-feb498489df0","wait":0}}]
>>> > }
>>> > 2013-04-07 00:31:28,086 DEBUG [agent.transport.Request]
>>> > (Job-Executor-35:job-42) Seq 5-614334810: Executing:  { Cmd , MgmtId:
>>> 1,
>>> > via: 5, Ver: v1, Flags: 100111,
>>> >
>>> [{"storage.CreateCommand":{"volId":12,"pool":{"id":257,"uuid":"iSCSI_SR_3","host":"192.168.56.9","path":"/iSCSI_SR_3","port":0,"type":"PreSetup"},"diskCharacteristics":{"size":52428800,"tags":["iSCSI_SR_3"],"type":"ROOT","name":"ROOT-12","useLocalStorage":false,"recreatable":true,"diskOfferingId":37,"volumeId":12,"hyperType":"XenServer"},"templateUrl":"a8414926-81d6-4b54-9b4b-feb498489df0","wait":0}}]
>>> > }
>>> > 2013-04-07 00:31:28,086 DEBUG [agent.manager.DirectAgentAttache]
>>> > (DirectAgent-327:null) Seq 5-614334810: Executing request
>>> > 2013-04-07 00:31:28,227 DEBUG [xen.resource.CitrixResourceBase]
>>> > (DirectAgent-327:null) SR retrieved for iSCSI_SR_3
>>> > 2013-04-07 00:31:28,240 DEBUG [xen.resource.CitrixResourceBase]
>>> > (DirectAgent-327:null) Checking iSCSI_SR_3 or SR
>>> > fe8ca696-22f5-ba1f-af68-7c3cf5a3cb39 on
>>> > XS[5e02c608-155d-432e-a20f-f8c600ef3ab7-192.168.56.11]
>>> > 2013-04-07 00:31:29,095 DEBUG [agent.manager.DirectAgentAttache]
>>> > (DirectAgent-84:null) Seq 1-90046472: Executing request
>>> > 2013-04-07 00:31:29,106 DEBUG [cloud.api.ApiServlet]
>>> > (1161145101@qtp-1008805148-33:null) ===START===  127.0.0.1 -- GET
>>> >
>>>  command=queryAsyncJobResult&jobId=f75d8ce8-1193-43bf-b171-f43d2534e6bc&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316289101
>>> > 2013-04-07 00:31:29,130 DEBUG [cloud.api.ApiServlet]
>>> > (1161145101@qtp-1008805148-33:null) ===END===  127.0.0.1 -- GET
>>> >
>>>  command=queryAsyncJobResult&jobId=f75d8ce8-1193-43bf-b171-f43d2534e6bc&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316289101
>>> > 2013-04-07 00:31:29,687 DEBUG [agent.manager.DirectAgentAttache]
>>> > (DirectAgent-84:null) Seq 1-90046472: Response Received:
>>> > 2013-04-07 00:31:29,688 DEBUG [agent.transport.Request]
>>> > (DirectAgent-84:null) Seq 1-90046472: Processing:  { Ans: , MgmtId: 1,
>>> via:
>>> > 1, Ver: v1, Flags: 10,
>>> >
>>> [{"ClusterSyncAnswer":{"_clusterId":1,"_newStates":{},"_isExecuted":false,"result":true,"wait":0}}]
>>> > }
>>> > 2013-04-07 00:31:30,685 DEBUG [xen.resource.CitrixResourceBase]
>>> > (DirectAgent-327:null) Succesfully created VDI for
>>> > com.cloud.agent.api.storage.CreateCommand.  Uuid =
>>> > 40a39639-e8aa-45b5-bfa1-591b68571d0c
>>> > 2013-04-07 00:31:30,686 DEBUG [agent.manager.DirectAgentAttache]
>>> > (DirectAgent-327:null) Seq 5-614334810: Response Received:
>>> > 2013-04-07 00:31:30,686 DEBUG [agent.transport.Request]
>>> > (DirectAgent-327:null) Seq 5-614334810: Processing:  { Ans: , MgmtId:
>>> 1,
>>> > via: 5, Ver: v1, Flags: 110,
>>> >
>>> [{"storage.CreateAnswer":{"volume":{"id":12,"name":"ROOT-12","mountPoint":"/iSCSI_SR_3","path":"40a39639-e8aa-45b5-bfa1-591b68571d0c","size":52428800,"type":"ROOT","storagePoolType":"PreSetup","storagePoolUuid":"iSCSI_SR_3","deviceId":0},"requestTemplateReload":false,"result":true,"wait":0}}]
>>> > }
>>> > 2013-04-07 00:31:30,686 DEBUG [agent.transport.Request]
>>> > (Job-Executor-35:job-42) Seq 5-614334810: Received:  { Ans: , MgmtId:
>>> 1,
>>> > via: 5, Ver: v1, Flags: 110, { CreateAnswer } }
>>> > 2013-04-07 00:31:30,686 DEBUG [agent.manager.AgentAttache]
>>> > (DirectAgent-327:null) Seq 5-614334810: No more commands found
>>> > 2013-04-07 00:31:30,689 DEBUG [cloud.storage.StorageManagerImpl]
>>> > (Job-Executor-35:job-42) Volume Vol[12|vm=12|ROOT] is created on
>>> > Pool[257|PreSetup]
>>> > 2013-04-07 00:31:30,705 DEBUG [agent.transport.Request]
>>> > (Job-Executor-35:job-42) Seq 5-614334811: Sending  { Cmd , MgmtId: 1,
>>> via:
>>> > 5, Ver: v1, Flags: 100111,
>>> >
>>> [{"StartCommand":{"vm":{"id":12,"name":"i-2-12-VM","bootloader":"PyGrub","type":"User","cpus":1,"speed":100,"minRam":1073741824,"maxRam":1073741824,"arch":"x86_64","os":"CentOS
>>> > 5.3
>>> >
>>> (64-bit)","bootArgs":"","rebootOnCrash":false,"enableHA":false,"limitCpuUse":false,"vncPassword":"a0ed1e002d55dc0b","params":{},"uuid":"c18ddf7c-fc61-40b0-af75-fdef05f8eae6","disks":[{"id":12,"name":"ROOT-12","mountPoint":"/iSCSI_SR_3","path":"40a39639-e8aa-45b5-bfa1-591b68571d0c","size":52428800,"type":"ROOT","storagePoolType":"PreSetup","storagePoolUuid":"iSCSI_SR_3","deviceId":0},{"id":12,"name":"tiny
>>> >
>>> Linux","size":0,"type":"ISO","storagePoolType":"ISO","deviceId":3}],"nics":[{"deviceId":0,"networkRateMbps":200,"defaultNic":true,"uuid":"70472c43-4913-4e0a-8e1d-87b030404b0a","ip":"192.168.56.195","netmask":"255.255.255.0","gateway":"192.168.56.1","mac":"06:c8:0e:00:00:75","dns1":"8.8.8.8","dns2":"4.4.4.4","broadcastType":"Native","type":"Guest","broadcastUri":"vlan://untagged","isolationUri":"ec2://untagged","isSecurityGroupEnabled":true}]},"hostIp":"192.168.56.11","wait":0}}]
>>> > }
>>> > 2013-04-07 00:31:30,705 DEBUG [agent.transport.Request]
>>> > (Job-Executor-35:job-42) Seq 5-614334811: Executing:  { Cmd , MgmtId:
>>> 1,
>>> > via: 5, Ver: v1, Flags: 100111,
>>> >
>>> [{"StartCommand":{"vm":{"id":12,"name":"i-2-12-VM","bootloader":"PyGrub","type":"User","cpus":1,"speed":100,"minRam":1073741824,"maxRam":1073741824,"arch":"x86_64","os":"CentOS
>>> > 5.3
>>> >
>>> (64-bit)","bootArgs":"","rebootOnCrash":false,"enableHA":false,"limitCpuUse":false,"vncPassword":"a0ed1e002d55dc0b","params":{},"uuid":"c18ddf7c-fc61-40b0-af75-fdef05f8eae6","disks":[{"id":12,"name":"ROOT-12","mountPoint":"/iSCSI_SR_3","path":"40a39639-e8aa-45b5-bfa1-591b68571d0c","size":52428800,"type":"ROOT","storagePoolType":"PreSetup","storagePoolUuid":"iSCSI_SR_3","deviceId":0},{"id":12,"name":"tiny
>>> >
>>> Linux","size":0,"type":"ISO","storagePoolType":"ISO","deviceId":3}],"nics":[{"deviceId":0,"networkRateMbps":200,"defaultNic":true,"uuid":"70472c43-4913-4e0a-8e1d-87b030404b0a","ip":"192.168.56.195","netmask":"255.255.255.0","gateway":"192.168.56.1","mac":"06:c8:0e:00:00:75","dns1":"8.8.8.8","dns2":"4.4.4.4","broadcastType":"Native","type":"Guest","broadcastUri":"vlan://untagged","isolationUri":"ec2://untagged","isSecurityGroupEnabled":true}]},"hostIp":"192.168.56.11","wait":0}}]
>>> > }
>>> > 2013-04-07 00:31:30,705 DEBUG [agent.manager.DirectAgentAttache]
>>> > (DirectAgent-265:null) Seq 5-614334811: Executing request
>>> > 2013-04-07 00:31:30,848 DEBUG [xen.resource.CitrixResourceBase]
>>> > (DirectAgent-265:null) 1. The VM i-2-12-VM is in Starting state.
>>> > 2013-04-07 00:31:30,907 DEBUG [xen.resource.XenServer56FP1Resource]
>>> > (DirectAgent-265:null) Created VM 6b192a90-bce6-7347-f184-d5b84538647a
>>> for
>>> > i-2-12-VM
>>> > 2013-04-07 00:31:30,959 DEBUG [xen.resource.CitrixResourceBase]
>>> > (DirectAgent-265:null) VBD 9ea8a64a-9d04-76df-9d8b-103371b21d86
>>> created for
>>> > Vol[12|ROOT|40a39639-e8aa-45b5-bfa1-591b68571d0c|52428800]
>>> > 2013-04-07 00:31:30,985 DEBUG [xen.resource.CitrixResourceBase]
>>> > (DirectAgent-265:null) VBD 0fb43cee-0512-beed-5d24-a33a2ceceeda
>>> created for
>>> > Vol[12|ISO|null|0]
>>> > 2013-04-07 00:31:30,985 DEBUG [xen.resource.CitrixResourceBase]
>>> > (DirectAgent-265:null) Creating VIF for i-2-12-VM on nic
>>> > [Nic:Guest-192.168.56.195-vlan://untagged]
>>> > 2013-04-07 00:31:31,037 DEBUG [xen.resource.CitrixResourceBase]
>>> > (DirectAgent-265:null) Created a vif
>>> adbeb814-7d38-1fda-1bdb-b6850c7cb342
>>> > on 0
>>> > 2013-04-07 00:31:32,105 DEBUG [cloud.api.ApiServlet]
>>> > (1161145101@qtp-1008805148-33:null) ===START===  127.0.0.1 -- GET
>>> >
>>>  command=queryAsyncJobResult&jobId=f75d8ce8-1193-43bf-b171-f43d2534e6bc&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316292102
>>> > 2013-04-07 00:31:32,122 DEBUG [cloud.api.ApiServlet]
>>> > (1161145101@qtp-1008805148-33:null) ===END===  127.0.0.1 -- GET
>>> >
>>>  command=queryAsyncJobResult&jobId=f75d8ce8-1193-43bf-b171-f43d2534e6bc&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316292102
>>> > 2013-04-07 00:31:35,106 DEBUG [cloud.api.ApiServlet]
>>> > (1161145101@qtp-1008805148-33:null) ===START===  127.0.0.1 -- GET
>>> >
>>>  command=queryAsyncJobResult&jobId=f75d8ce8-1193-43bf-b171-f43d2534e6bc&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316295103
>>> > 2013-04-07 00:31:35,125 DEBUG [cloud.api.ApiServlet]
>>> > (1161145101@qtp-1008805148-33:null) ===END===  127.0.0.1 -- GET
>>> >
>>>  command=queryAsyncJobResult&jobId=f75d8ce8-1193-43bf-b171-f43d2534e6bc&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316295103
>>> > 2013-04-07 00:31:38,106 DEBUG [cloud.api.ApiServlet]
>>> > (1161145101@qtp-1008805148-33:null) ===START===  127.0.0.1 -- GET
>>> >
>>>  command=queryAsyncJobResult&jobId=f75d8ce8-1193-43bf-b171-f43d2534e6bc&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316298104
>>> > 2013-04-07 00:31:38,126 DEBUG [cloud.api.ApiServlet]
>>> > (1161145101@qtp-1008805148-33:null) ===END===  127.0.0.1 -- GET
>>> >
>>>  command=queryAsyncJobResult&jobId=f75d8ce8-1193-43bf-b171-f43d2534e6bc&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316298104
>>> > 2013-04-07 00:31:41,108 DEBUG [cloud.api.ApiServlet]
>>> > (1161145101@qtp-1008805148-33:null) ===START===  127.0.0.1 -- GET
>>> >
>>>  command=queryAsyncJobResult&jobId=f75d8ce8-1193-43bf-b171-f43d2534e6bc&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316301106
>>> > 2013-04-07 00:31:41,133 DEBUG [cloud.api.ApiServlet]
>>> > (1161145101@qtp-1008805148-33:null) ===END===  127.0.0.1 -- GET
>>> >
>>>  command=queryAsyncJobResult&jobId=f75d8ce8-1193-43bf-b171-f43d2534e6bc&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316301106
>>> > 2013-04-07 00:31:43,708 INFO  [xen.resource.CitrixResourceBase]
>>> > (DirectAgent-265:null) Programmed default network rules for i-2-12-VM
>>> on
>>> > nic with ip:192.168.56.195 mac:06:c8:0e:00:00:75
>>> > 2013-04-07 00:31:43,708 DEBUG [xen.resource.CitrixResourceBase]
>>> > (DirectAgent-265:null) 2. The VM i-2-12-VM is in Running state.
>>> > 2013-04-07 00:31:43,708 DEBUG [agent.manager.DirectAgentAttache]
>>> > (DirectAgent-265:null) Seq 5-614334811: Response Received:
>>> > 2013-04-07 00:31:43,709 DEBUG [agent.transport.Request]
>>> > (DirectAgent-265:null) Seq 5-614334811: Processing:  { Ans: , MgmtId:
>>> 1,
>>> > via: 5, Ver: v1, Flags: 110,
>>> >
>>> [{"StartAnswer":{"vm":{"id":12,"name":"i-2-12-VM","bootloader":"PyGrub","type":"User","cpus":1,"speed":100,"minRam":1073741824,"maxRam":1073741824,"arch":"x86_64","os":"CentOS
>>> > 5.3
>>> >
>>> (64-bit)","bootArgs":"","rebootOnCrash":false,"enableHA":false,"limitCpuUse":false,"vncPassword":"a0ed1e002d55dc0b","params":{},"uuid":"c18ddf7c-fc61-40b0-af75-fdef05f8eae6","disks":[{"id":12,"name":"ROOT-12","mountPoint":"/iSCSI_SR_3","path":"40a39639-e8aa-45b5-bfa1-591b68571d0c","size":52428800,"type":"ROOT","storagePoolType":"PreSetup","storagePoolUuid":"iSCSI_SR_3","deviceId":0},{"id":12,"name":"tiny
>>> >
>>> Linux","size":0,"type":"ISO","storagePoolType":"ISO","deviceId":3}],"nics":[{"deviceId":0,"networkRateMbps":200,"defaultNic":true,"uuid":"70472c43-4913-4e0a-8e1d-87b030404b0a","ip":"192.168.56.195","netmask":"255.255.255.0","gateway":"192.168.56.1","mac":"06:c8:0e:00:00:75","dns1":"8.8.8.8","dns2":"4.4.4.4","broadcastType":"Native","type":"Guest","broadcastUri":"vlan://untagged","isolationUri":"ec2://untagged","isSecurityGroupEnabled":true}]},"result":true,"wait":0}}]
>>> > }
>>> > 2013-04-07 00:31:43,709 DEBUG [agent.transport.Request]
>>> > (Job-Executor-35:job-42) Seq 5-614334811: Received:  { Ans: , MgmtId:
>>> 1,
>>> > via: 5, Ver: v1, Flags: 110, { StartAnswer } }
>>> > 2013-04-07 00:31:43,709 DEBUG [agent.manager.AgentAttache]
>>> > (DirectAgent-265:null) Seq 5-614334811: No more commands found
>>> > 2013-04-07 00:31:43,763 DEBUG
>>> [network.security.SecurityGroupManagerImpl]
>>> > (Job-Executor-35:job-42) Security Group Mgr v2: scheduling ruleset
>>> updates
>>> > for 1 vms  (unique=1), current queue size=0
>>> > 2013-04-07 00:31:43,765 DEBUG
>>> [network.security.SecurityGroupManagerImpl]
>>> > (Job-Executor-35:job-42) Security Group Mgr v2: done scheduling ruleset
>>> > updates for 1 vms: num new jobs=1 num rows insert or updated=1 time
>>> taken=2
>>> > 2013-04-07 00:31:43,769 DEBUG [cloud.capacity.CapacityManagerImpl]
>>> > (Job-Executor-35:job-42) VM state transitted from :Starting to Running
>>> with
>>> > event: OperationSucceededvm's original host id: 5 new host id: 5 host
>>> id
>>> > before state transition: 5
>>> > 2013-04-07 00:31:43,769 DEBUG [cloud.vm.VirtualMachineManagerImpl]
>>> > (Job-Executor-35:job-42) Start completed for VM
>>> > VM[User|c18ddf7c-fc61-40b0-af75-fdef05f8eae6]
>>> > 2013-04-07 00:31:43,773 DEBUG
>>> [network.security.SecurityGroupManagerImpl]
>>> > (SecGrp-Worker-3:null) SecurityGroupManager v2: sending ruleset update
>>> for
>>> > vm i-2-12-VM:ingress num rules=0:egress num rules=0 num cidrs=0
>>> > sig=d41d8cd98f00b204e9800998ecf8427e
>>> > 2013-04-07 00:31:43,777 DEBUG [cloud.async.AsyncJobManagerImpl]
>>> > (Job-Executor-35:job-42) Complete async job-42, jobStatus: 1,
>>> resultCode:
>>> > 0, result: org.apache.cloudstack.api.response.UserVmResponse@d9c5b6f
>>> > 2013-04-07 00:31:43,782 DEBUG [cloud.async.AsyncJobManagerImpl]
>>> > (Job-Executor-35:job-42) Done executing
>>> > org.apache.cloudstack.api.command.user.vm.DeployVMCmd for job-42
>>> > 2013-04-07 00:31:43,796 DEBUG [agent.transport.Request]
>>> > (SecGrp-Worker-3:null) Seq 5-614334812: Sending  { Cmd , MgmtId: 1,
>>> via: 5,
>>> > Ver: v1, Flags: 100111,
>>> >
>>> [{"SecurityGroupRulesCmd":{"guestIp":"192.168.56.195","vmName":"i-2-12-VM","guestMac":"06:c8:0e:00:00:75","signature":"d41d8cd98f00b204e9800998ecf8427e","seqNum":1,"vmId":12,"msId":1,"ingressRuleSet":[],"egressRuleSet":[],"wait":0}}]
>>> > }
>>> > 2013-04-07 00:31:43,796 DEBUG [agent.transport.Request]
>>> > (SecGrp-Worker-3:null) Seq 5-614334812: Executing:  { Cmd , MgmtId: 1,
>>> via:
>>> > 5, Ver: v1, Flags: 100111,
>>> >
>>> [{"SecurityGroupRulesCmd":{"guestIp":"192.168.56.195","vmName":"i-2-12-VM","guestMac":"06:c8:0e:00:00:75","signature":"d41d8cd98f00b204e9800998ecf8427e","seqNum":1,"vmId":12,"msId":1,"ingressRuleSet":[],"egressRuleSet":[],"wait":0}}]
>>> > }
>>> > 2013-04-07 00:31:43,796 DEBUG [agent.manager.DirectAgentAttache]
>>> > (DirectAgent-77:null) Seq 5-614334812: Executing request
>>> > 2013-04-07 00:31:44,109 DEBUG [cloud.api.ApiServlet]
>>> > (1161145101@qtp-1008805148-33:null) ===START===  127.0.0.1 -- GET
>>> >
>>>  command=queryAsyncJobResult&jobId=f75d8ce8-1193-43bf-b171-f43d2534e6bc&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316304106
>>> > 2013-04-07 00:31:44,122 DEBUG [cloud.async.AsyncJobManagerImpl]
>>> > (1161145101@qtp-1008805148-33:null) Async job-42 completed
>>> > 2013-04-07 00:31:44,131 DEBUG [cloud.api.ApiServlet]
>>> > (1161145101@qtp-1008805148-33:null) ===END===  127.0.0.1 -- GET
>>> >
>>>  command=queryAsyncJobResult&jobId=f75d8ce8-1193-43bf-b171-f43d2534e6bc&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316304106
>>> > 2013-04-07 00:31:44,351 INFO  [xen.resource.CitrixResourceBase]
>>> > (DirectAgent-77:null) Programmed network rules for vm i-2-12-VM
>>> > guestIp=192.168.56.195, ingress numrules=0, egress numrules=0
>>> > 2013-04-07 00:31:44,351 DEBUG [agent.manager.DirectAgentAttache]
>>> > (DirectAgent-77:null) Seq 5-614334812: Response Received:
>>> > 2013-04-07 00:31:44,352 DEBUG [agent.transport.Request]
>>> > (DirectAgent-77:null) Seq 5-614334812: Processing:  { Ans: , MgmtId: 1,
>>> > via: 5, Ver: v1, Flags: 110,
>>> >
>>> [{"SecurityGroupRuleAnswer":{"logSequenceNumber":1,"vmId":12,"reason":"NONE","result":true,"wait":0}}]
>>> > }
>>> > 2013-04-07 00:31:44,353 DEBUG [network.security.SecurityGroupListener]
>>> > (DirectAgent-77:null) Successfully programmed rule
>>> > com.cloud.agent.api.SecurityGroupRuleAnswer into host 5
>>> > 2013-04-07 00:31:44,357 DEBUG [network.security.SecurityGroupListener]
>>> > (DirectAgent-77:null) Successfully programmed rule
>>> > com.cloud.agent.api.SecurityGroupRuleAnswer into host 5
>>> > 2013-04-07 00:31:44,359 DEBUG [agent.manager.AgentAttache]
>>> > (DirectAgent-77:null) Seq 5-614334812: No more commands found
>>> > 2013-04-07 00:31:47,679 DEBUG [agent.manager.AgentManagerImpl]
>>> > (AgentManager-Handler-10:null) Ping from 3
>>> > 2013-04-07 00:31:50,451 DEBUG
>>> > [storage.secondary.SecondaryStorageManagerImpl] (secstorage-1:null)
>>> Zone 1
>>> > is ready to launch secondary storage VM
>>> > 2013-04-07 00:31:50,553 DEBUG
>>> [cloud.consoleproxy.ConsoleProxyManagerImpl]
>>> > (consoleproxy-1:null) Zone 1 is ready to launch console proxy
>>> > 2013-04-07 00:31:50,819 DEBUG
>>> > [network.router.VirtualNetworkApplianceManagerImpl]
>>> > (RouterStatusMonitor-1:null) Found 0 routers to update status.
>>> > 2013-04-07 00:31:50,820 DEBUG
>>> > [network.router.VirtualNetworkApplianceManagerImpl]
>>> > (RouterStatusMonitor-1:null) Found 0 networks to update RvR status.
>>> > 2013-04-07 00:31:50,851 DEBUG
>>> > [network.router.VirtualNetworkApplianceManagerImpl]
>>> > (RouterStatusMonitor-1:null) Found 0 routers to update status.
>>> > 2013-04-07 00:31:50,852 DEBUG
>>> > [network.router.VirtualNetworkApplianceManagerImpl]
>>> > (RouterStatusMonitor-1:null) Found 0 networks to update RvR status.
>>> > 2013-04-07 00:31:51,459 INFO  [agent.manager.AgentMonitor]
>>> > (Thread-11:null) Found the following agents behind on ping: [6, 5]
>>> > 2013-04-07 00:31:51,460 DEBUG [cloud.host.Status] (Thread-11:null) Ping
>>> > timeout for host 6, do invstigation
>>> > 2013-04-07 00:31:51,461 DEBUG [cloud.host.Status] (Thread-11:null) Ping
>>> > timeout for host 5, do invstigation
>>> > 2013-04-07 00:31:51,462 INFO  [agent.manager.AgentManagerImpl]
>>> > (AgentTaskPool-2:null) Investigating why host 6 has disconnected with
>>> event
>>> > PingTimeout
>>> > 2013-04-07 00:31:51,462 DEBUG [agent.manager.AgentManagerImpl]
>>> > (AgentTaskPool-2:null) checking if agent (6) is alive
>>> > 2013-04-07 00:31:51,463 INFO  [agent.manager.AgentManagerImpl]
>>> > (AgentTaskPool-14:null) Investigating why host 5 has disconnected with
>>> > event PingTimeout
>>> > 2013-04-07 00:31:51,463 DEBUG [agent.manager.AgentManagerImpl]
>>> > (AgentTaskPool-14:null) checking if agent (5) is alive
>>> > 2013-04-07 00:31:51,465 DEBUG [agent.transport.Request]
>>> > (AgentTaskPool-2:null) Seq 6-324993304: Sending  { Cmd , MgmtId: 1,
>>> via: 6,
>>> > Ver: v1, Flags: 100011, [{"CheckHealthCommand":{"wait":50}}] }
>>> > 2013-04-07 00:31:51,465 DEBUG [agent.transport.Request]
>>> > (AgentTaskPool-2:null) Seq 6-324993304: Executing:  { Cmd , MgmtId: 1,
>>> via:
>>> > 6, Ver: v1, Flags: 100011, [{"CheckHealthCommand":{"wait":50}}] }
>>> > 2013-04-07 00:31:51,465 DEBUG [agent.manager.DirectAgentAttache]
>>> > (DirectAgent-151:null) Seq 6-324993304: Executing request
>>> > 2013-04-07 00:31:51,466 DEBUG [agent.transport.Request]
>>> > (AgentTaskPool-14:null) Seq 5-614334813: Sending  { Cmd , MgmtId: 1,
>>> via:
>>> > 5, Ver: v1, Flags: 100011, [{"CheckHealthCommand":{"wait":50}}] }
>>> > 2013-04-07 00:31:51,467 DEBUG [agent.transport.Request]
>>> > (AgentTaskPool-14:null) Seq 5-614334813: Executing:  { Cmd , MgmtId: 1,
>>> > via: 5, Ver: v1, Flags: 100011, [{"CheckHealthCommand":{"wait":50}}] }
>>> > 2013-04-07 00:31:51,467 DEBUG [agent.manager.DirectAgentAttache]
>>> > (DirectAgent-113:null) Seq 5-614334813: Executing request
>>> > 2013-04-07 00:31:51,525 DEBUG [agent.manager.DirectAgentAttache]
>>> > (DirectAgent-151:null) Seq 6-324993304: Response Received:
>>> > 2013-04-07 00:31:51,525 DEBUG [agent.transport.Request]
>>> > (DirectAgent-151:null) Seq 6-324993304: Processing:  { Ans: , MgmtId:
>>> 1,
>>> > via: 6, Ver: v1, Flags: 10,
>>> > [{"CheckHealthAnswer":{"result":true,"details":"resource is
>>> > alive","wait":0}}] }
>>> > 2013-04-07 00:31:51,526 DEBUG [agent.transport.Request]
>>> > (AgentTaskPool-2:null) Seq 6-324993304: Received:  { Ans: , MgmtId: 1,
>>> via:
>>> > 6, Ver: v1, Flags: 10, { CheckHealthAnswer } }
>>> > 2013-04-07 00:31:51,526 DEBUG [agent.manager.AgentManagerImpl]
>>> > (AgentTaskPool-2:null) Details from executing class
>>> > com.cloud.agent.api.CheckHealthCommand: resource is alive
>>> > 2013-04-07 00:31:51,526 DEBUG [agent.manager.AgentManagerImpl]
>>> > (AgentTaskPool-2:null) agent (6) responded to checkHeathCommand,
>>> reporting
>>> > that agent is Up
>>> > 2013-04-07 00:31:51,526 INFO  [agent.manager.AgentManagerImpl]
>>> > (AgentTaskPool-2:null) The state determined is Up
>>> > 2013-04-07 00:31:51,526 INFO  [agent.manager.AgentManagerImpl]
>>> > (AgentTaskPool-2:null) Agent is determined to be up and running
>>> > 2013-04-07 00:31:51,526 DEBUG [cloud.host.Status]
>>> (AgentTaskPool-2:null)
>>> > Transition:[Resource state = Enabled, Agent event = Ping, Host id = 6,
>>> name
>>> > = Tut-XenServer]
>>> > 2013-04-07 00:31:51,529 DEBUG [agent.manager.DirectAgentAttache]
>>> > (DirectAgent-113:null) Seq 5-614334813: Response Received:
>>> > 2013-04-07 00:31:51,529 DEBUG [agent.transport.Request]
>>> > (DirectAgent-113:null) Seq 5-614334813: Processing:  { Ans: , MgmtId:
>>> 1,
>>> > via: 5, Ver: v1, Flags: 10,
>>> > [{"CheckHealthAnswer":{"result":true,"details":"resource is
>>> > alive","wait":0}}] }
>>> > 2013-04-07 00:31:51,529 DEBUG [agent.transport.Request]
>>> > (AgentTaskPool-14:null) Seq 5-614334813: Received:  { Ans: , MgmtId: 1,
>>> > via: 5, Ver: v1, Flags: 10, { CheckHealthAnswer } }
>>> > 2013-04-07 00:31:51,529 DEBUG [agent.manager.AgentManagerImpl]
>>> > (AgentTaskPool-14:null) Details from executing class
>>> > com.cloud.agent.api.CheckHealthCommand: resource is alive
>>> > 2013-04-07 00:31:51,529 DEBUG [agent.manager.AgentManagerImpl]
>>> > (AgentTaskPool-14:null) agent (5) responded to checkHeathCommand,
>>> reporting
>>> > that agent is Up
>>> > 2013-04-07 00:31:51,529 INFO  [agent.manager.AgentManagerImpl]
>>> > (AgentTaskPool-14:null) The state determined is Up
>>> > 2013-04-07 00:31:51,529 INFO  [agent.manager.AgentManagerImpl]
>>> > (AgentTaskPool-14:null) Agent is determined to be up and running
>>> > 2013-04-07 00:31:51,530 DEBUG [cloud.host.Status]
>>> (AgentTaskPool-2:null)
>>> > Agent status update: [id = 6; name = Tut-XenServer; old status = Up;
>>> event
>>> > = Ping; new status = Up; old update count = 308; new update count =
>>> 309]
>>> > 2013-04-07 00:31:51,530 DEBUG [cloud.host.Status]
>>> (AgentTaskPool-14:null)
>>> > Transition:[Resource state = Enabled, Agent event = Ping, Host id = 5,
>>> name
>>> > = Tut-XenServer2]
>>> > 2013-04-07 00:31:51,533 DEBUG [cloud.host.Status]
>>> (AgentTaskPool-14:null)
>>> > Agent status update: [id = 5; name = Tut-XenServer2; old status = Up;
>>> event
>>> > = Ping; new status = Up; old update count = 145; new update count =
>>> 146]
>>> > 2013-04-07 00:31:58,908 DEBUG [cloud.api.ApiServlet]
>>> > (1161145101@qtp-1008805148-33:null) ===START===  127.0.0.1 -- GET
>>> >
>>>  command=listVirtualMachines&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&listAll=true&page=1&pagesize=20&_=1365316318906
>>> > 2013-04-07 00:31:58,925 DEBUG [cloud.api.ApiServlet]
>>> > (1161145101@qtp-1008805148-33:null) ===END===  127.0.0.1 -- GET
>>> >
>>>  command=listVirtualMachines&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&listAll=true&page=1&pagesize=20&_=1365316318906
>>> > 2013-04-07 00:32:00,065 DEBUG [cloud.api.ApiServlet]
>>> > (1161145101@qtp-1008805148-33:null) ===START===  127.0.0.1 -- GET
>>> >
>>>  command=listVolumes&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&listAll=true&page=1&pagesize=20&_=1365316320063
>>> > 2013-04-07 00:32:00,079 DEBUG [cloud.api.ApiServlet]
>>> > (1161145101@qtp-1008805148-33:null) ===END===  127.0.0.1 -- GET
>>> >
>>>  command=listVolumes&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&listAll=true&page=1&pagesize=20&_=1365316320063
>>> > 2013-04-07 00:32:02,019 DEBUG [cloud.api.ApiServlet]
>>> > (1161145101@qtp-1008805148-33:null) ===START===  127.0.0.1 -- GET
>>> >
>>>  command=listVirtualMachines&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&listAll=true&page=1&pagesize=20&_=1365316322017
>>> > 2013-04-07 00:32:02,034 DEBUG [cloud.api.ApiServlet]
>>> > (1161145101@qtp-1008805148-33:null) ===END===  127.0.0.1 -- GET
>>> >
>>>  command=listVirtualMachines&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&listAll=true&page=1&pagesize=20&_=1365316322017
>>> > 2013-04-07 00:32:03,004 DEBUG [cloud.api.ApiServlet]
>>> > (1161145101@qtp-1008805148-33:null) ===START===  127.0.0.1 -- GET
>>> >
>>>  command=listVolumes&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&listAll=true&page=1&pagesize=20&_=1365316323002
>>> > 2013-04-07 00:32:03,019 DEBUG [cloud.api.ApiServlet]
>>> > (1161145101@qtp-1008805148-33:null) ===END===  127.0.0.1 -- GET
>>> >
>>>  command=listVolumes&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&listAll=true&page=1&pagesize=20&_=1365316323002
>>> > 2013-04-07 00:32:04,060 DEBUG [cloud.api.ApiServlet]
>>> > (1161145101@qtp-1008805148-33:null) ===START===  127.0.0.1 -- GET
>>> >
>>>  command=listVirtualMachines&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&listAll=true&page=1&pagesize=20&_=1365316324057
>>> > 2013-04-07 00:32:04,076 DEBUG [cloud.api.ApiServlet]
>>> > (1161145101@qtp-1008805148-33:null) ===END===  127.0.0.1 -- GET
>>> >
>>>  command=listVirtualMachines&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&listAll=true&page=1&pagesize=20&_=1365316324057
>>> > 2013-04-07 00:32:04,815 DEBUG [agent.manager.DirectAgentAttache]
>>> > (DirectAgent-240:null) Ping from 6
>>> > 2013-04-07 00:32:06,151 DEBUG [agent.manager.DirectAgentAttache]
>>> > (DirectAgent-401:null) Ping from 5
>>> > 2013-04-07 00:32:06,571 DEBUG [cloud.api.ApiServlet]
>>> > (1161145101@qtp-1008805148-33:null) ===START===  127.0.0.1 -- GET
>>> >
>>>  command=listZones&available=true&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316326569
>>> > 2013-04-07 00:32:06,578 DEBUG [cloud.api.ApiServlet]
>>> > (1161145101@qtp-1008805148-33:null) ===END===  127.0.0.1 -- GET
>>> >
>>>  command=listZones&available=true&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316326569
>>> > 2013-04-07 00:32:06,909 DEBUG [agent.manager.DirectAgentAttache]
>>> > (DirectAgent-334:null) Seq 6-324993028: Executing request
>>> > 2013-04-07 00:32:07,152 DEBUG [agent.manager.DirectAgentAttache]
>>> > (DirectAgent-334:null) Seq 6-324993028: Response Received:
>>> > 2013-04-07 00:32:07,152 DEBUG [agent.transport.Request]
>>> > (DirectAgent-334:null) Seq 6-324993028: Processing:  { Ans: , MgmtId:
>>> 1,
>>> > via: 6, Ver: v1, Flags: 10,
>>> >
>>> [{"ClusterSyncAnswer":{"_clusterId":2,"_newStates":{},"_isExecuted":false,"result":true,"wait":0}}]
>>> > }
>>> > 2013-04-07 00:32:08,422 DEBUG [cloud.api.ApiServlet]
>>> > (1161145101@qtp-1008805148-33:null) ===START===  127.0.0.1 -- GET
>>> >
>>>  command=listHypervisors&zoneid=3a62dec3-cf95-4ba2-9af0-af2190af35e3&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316328420
>>> > 2013-04-07 00:32:08,431 DEBUG [cloud.api.ApiServlet]
>>> > (1161145101@qtp-1008805148-33:null) ===END===  127.0.0.1 -- GET
>>> >
>>>  command=listHypervisors&zoneid=3a62dec3-cf95-4ba2-9af0-af2190af35e3&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316328420
>>> > 2013-04-07 00:32:08,434 DEBUG [cloud.api.ApiServlet]
>>> > (1161145101@qtp-1008805148-33:null) ===START===  127.0.0.1 -- GET
>>> >
>>>  command=listTemplates&templatefilter=featured&zoneid=3a62dec3-cf95-4ba2-9af0-af2190af35e3&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316328432
>>> > 2013-04-07 00:32:08,461 DEBUG [cloud.api.ApiServlet]
>>> > (1161145101@qtp-1008805148-33:null) ===END===  127.0.0.1 -- GET
>>> >
>>>  command=listTemplates&templatefilter=featured&zoneid=3a62dec3-cf95-4ba2-9af0-af2190af35e3&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316328432
>>> > 2013-04-07 00:32:08,464 DEBUG [cloud.api.ApiServlet]
>>> > (1161145101@qtp-1008805148-33:null) ===START===  127.0.0.1 -- GET
>>> >
>>>  command=listTemplates&templatefilter=community&zoneid=3a62dec3-cf95-4ba2-9af0-af2190af35e3&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316328462
>>> > 2013-04-07 00:32:08,492 DEBUG [cloud.api.ApiServlet]
>>> > (1161145101@qtp-1008805148-33:null) ===END===  127.0.0.1 -- GET
>>> >
>>>  command=listTemplates&templatefilter=community&zoneid=3a62dec3-cf95-4ba2-9af0-af2190af35e3&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316328462
>>> > 2013-04-07 00:32:08,495 DEBUG [cloud.api.ApiServlet]
>>> > (1161145101@qtp-1008805148-33:null) ===START===  127.0.0.1 -- GET
>>> >
>>>  command=listTemplates&templatefilter=selfexecutable&zoneid=3a62dec3-cf95-4ba2-9af0-af2190af35e3&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316328493
>>> > 2013-04-07 00:32:08,508 DEBUG [cloud.api.ApiServlet]
>>> > (1161145101@qtp-1008805148-33:null) ===END===  127.0.0.1 -- GET
>>> >
>>>  command=listTemplates&templatefilter=selfexecutable&zoneid=3a62dec3-cf95-4ba2-9af0-af2190af35e3&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316328493
>>> > 2013-04-07 00:32:09,476 DEBUG [cloud.api.ApiServlet]
>>> > (1161145101@qtp-1008805148-33:null) ===START===  127.0.0.1 -- GET
>>> >
>>>  command=listServiceOfferings&issystem=false&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316329474
>>> > 2013-04-07 00:32:09,489 DEBUG [cloud.api.ApiServlet]
>>> > (1161145101@qtp-1008805148-33:null) ===END===  127.0.0.1 -- GET
>>> >
>>>  command=listServiceOfferings&issystem=false&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316329474
>>> > 2013-04-07 00:32:11,022 DEBUG [agent.manager.DirectAgentAttache]
>>> > (DirectAgent-161:null) Seq 5-614334468: Executing request
>>> > 2013-04-07 00:32:11,174 DEBUG [agent.manager.DirectAgentAttache]
>>> > (DirectAgent-161:null) Seq 5-614334468: Response Received:
>>> > 2013-04-07 00:32:11,174 DEBUG [agent.transport.Request]
>>> > (DirectAgent-161:null) Seq 5-614334468: Processing:  { Ans: , MgmtId:
>>> 1,
>>> > via: 5, Ver: v1, Flags: 10, [{"Answer":{"result":true,"wait":0}}] }
>>> > 2013-04-07 00:32:13,261 DEBUG [cloud.api.ApiServlet]
>>> > (1161145101@qtp-1008805148-33:null) ===START===  127.0.0.1 -- GET
>>> >
>>>  command=listDiskOfferings&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316333259
>>> > 2013-04-07 00:32:13,272 DEBUG [cloud.api.ApiServlet]
>>> > (1161145101@qtp-1008805148-33:null) ===END===  127.0.0.1 -- GET
>>> >
>>>  command=listDiskOfferings&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316333259
>>> > 2013-04-07 00:32:14,028 DEBUG [cloud.api.ApiServlet]
>>> > (1161145101@qtp-1008805148-33:null) ===START===  127.0.0.1 -- GET
>>> >
>>>  command=listNetworks&trafficType=Guest&zoneId=3a62dec3-cf95-4ba2-9af0-af2190af35e3&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316334026
>>> > 2013-04-07 00:32:14,053 DEBUG [cloud.api.ApiServlet]
>>> > (1161145101@qtp-1008805148-33:null) ===END===  127.0.0.1 -- GET
>>> >
>>>  command=listNetworks&trafficType=Guest&zoneId=3a62dec3-cf95-4ba2-9af0-af2190af35e3&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316334026
>>> > 2013-04-07 00:32:14,056 DEBUG [cloud.api.ApiServlet]
>>> > (1161145101@qtp-1008805148-33:null) ===START===  127.0.0.1 -- GET
>>> >
>>>  command=listSecurityGroups&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&domainid=e4ec5ddc-9e1c-11e2-a770-6e70e42a2333&account=admin&_=1365316334054
>>> > 2013-04-07 00:32:14,062 DEBUG [cloud.user.AccountManagerImpl]
>>> > (1161145101@qtp-1008805148-33:null) Access granted to Acct[2-admin] to
>>> > Domain:1/ by DomainChecker
>>> > 2013-04-07 00:32:14,068 DEBUG [cloud.api.ApiServlet]
>>> > (1161145101@qtp-1008805148-33:null) ===END===  127.0.0.1 -- GET
>>> >
>>>  command=listSecurityGroups&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&domainid=e4ec5ddc-9e1c-11e2-a770-6e70e42a2333&account=admin&_=1365316334054
>>> > 2013-04-07 00:32:15,282 DEBUG [cloud.api.ApiServlet]
>>> > (1161145101@qtp-1008805148-33:null) ===START===  127.0.0.1 -- GET
>>> >
>>>  command=deployVirtualMachine&zoneId=3a62dec3-cf95-4ba2-9af0-af2190af35e3&templateId=e4a7df4a-9e1c-11e2-a770-6e70e42a2333&hypervisor=XenServer&serviceOfferingId=425cf3cf-4bc4-4e53-82a0-ba6c20dd3688&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316335280
>>> > 2013-04-07 00:32:15,290 DEBUG [cloud.api.ApiDispatcher]
>>> > (1161145101@qtp-1008805148-33:null) InfrastructureEntity name
>>> > is:com.cloud.offering.ServiceOffering
>>> > 2013-04-07 00:32:15,292 DEBUG [cloud.api.ApiDispatcher]
>>> > (1161145101@qtp-1008805148-33:null) ControlledEntity name
>>> > is:com.cloud.template.VirtualMachineTemplate
>>> > 2013-04-07 00:32:15,316 DEBUG [cloud.vm.UserVmManagerImpl]
>>> > (1161145101@qtp-1008805148-33:null) Allocating in the DB for vm
>>> > 2013-04-07 00:32:15,327 DEBUG [cloud.vm.VirtualMachineManagerImpl]
>>> > (1161145101@qtp-1008805148-33:null) Allocating entries for VM:
>>> > VM[User|94ddc16f-04fc-4da1-8326-01d8d5cdeb44]
>>> > 2013-04-07 00:32:15,327 DEBUG [cloud.vm.VirtualMachineManagerImpl]
>>> > (1161145101@qtp-1008805148-33:null) Allocating nics for
>>> > VM[User|94ddc16f-04fc-4da1-8326-01d8d5cdeb44]
>>> > 2013-04-07 00:32:15,328 DEBUG [cloud.network.NetworkManagerImpl]
>>> > (1161145101@qtp-1008805148-33:null) Allocating nic for vm
>>> > VM[User|94ddc16f-04fc-4da1-8326-01d8d5cdeb44] in network
>>> Ntwk[204|Guest|6]
>>> > with requested profile NicProfile[0-0-null-null-null
>>> > 2013-04-07 00:32:15,335 DEBUG [cloud.vm.VirtualMachineManagerImpl]
>>> > (1161145101@qtp-1008805148-33:null) Allocaing disks for
>>> > VM[User|94ddc16f-04fc-4da1-8326-01d8d5cdeb44]
>>> > 2013-04-07 00:32:15,342 DEBUG [cloud.vm.VirtualMachineManagerImpl]
>>> > (1161145101@qtp-1008805148-33:null) Allocation completed for VM:
>>> > VM[User|94ddc16f-04fc-4da1-8326-01d8d5cdeb44]
>>> > 2013-04-07 00:32:15,342 DEBUG [cloud.vm.UserVmManagerImpl]
>>> > (1161145101@qtp-1008805148-33:null) Successfully allocated DB entry
>>> for
>>> > VM[User|94ddc16f-04fc-4da1-8326-01d8d5cdeb44]
>>> > 2013-04-07 00:32:15,374 DEBUG [cloud.async.AsyncJobManagerImpl]
>>> > (1161145101@qtp-1008805148-33:null) submit async job-43, details:
>>> > AsyncJobVO {id:43, userId: 2, accountId: 2, sessionKey: null,
>>> instanceType:
>>> > null, instanceId: 13, cmd:
>>> > org.apache.cloudstack.api.command.user.vm.DeployVMCmd, cmdOriginator:
>>> null,
>>> > cmdInfo:
>>> >
>>> {"id":"13","templateId":"e4a7df4a-9e1c-11e2-a770-6e70e42a2333","response":"json","sessionkey":"Z6QqzU0Fq1iT13bMgnRRfl8GoVA\u003d","ctxUserId":"2","hypervisor":"XenServer","serviceOfferingId":"425cf3cf-4bc4-4e53-82a0-ba6c20dd3688","_":"1365316335280","ctxAccountId":"2","ctxStartEventId":"48","zoneId":"3a62dec3-cf95-4ba2-9af0-af2190af35e3"},
>>> > cmdVersion: 0, callbackType: 0, callbackAddress: null, status: 0,
>>> > processStatus: 0, resultCode: 0, result: null, initMsid: 1,
>>> completeMsid:
>>> > null, lastUpdated: null, lastPolled: null, created: null}
>>> > 2013-04-07 00:32:15,375 DEBUG [cloud.async.AsyncJobManagerImpl]
>>> > (Job-Executor-36:job-43) Executing
>>> > org.apache.cloudstack.api.command.user.vm.DeployVMCmd for job-43
>>> > 2013-04-07 00:32:15,376 DEBUG [cloud.api.ApiServlet]
>>> > (1161145101@qtp-1008805148-33:null) ===END===  127.0.0.1 -- GET
>>> >
>>>  command=deployVirtualMachine&zoneId=3a62dec3-cf95-4ba2-9af0-af2190af35e3&templateId=e4a7df4a-9e1c-11e2-a770-6e70e42a2333&hypervisor=XenServer&serviceOfferingId=425cf3cf-4bc4-4e53-82a0-ba6c20dd3688&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316335280
>>> > 2013-04-07 00:32:15,380 DEBUG [cloud.api.ApiDispatcher]
>>> > (Job-Executor-36:job-43) InfrastructureEntity name
>>> > is:com.cloud.offering.ServiceOffering
>>> > 2013-04-07 00:32:15,383 DEBUG [cloud.api.ApiDispatcher]
>>> > (Job-Executor-36:job-43) ControlledEntity name
>>> > is:com.cloud.template.VirtualMachineTemplate
>>> > 2013-04-07 00:32:15,425 DEBUG [cloud.deploy.FirstFitPlanner]
>>> > (Job-Executor-36:job-43) DeploymentPlanner allocation algorithm: random
>>> > 2013-04-07 00:32:15,425 DEBUG [cloud.deploy.FirstFitPlanner]
>>> > (Job-Executor-36:job-43) Trying to allocate a host and storage pools
>>> from
>>> > dc:1, pod:null,cluster:null, requested cpu: 100, requested ram:
>>> 1073741824
>>> > 2013-04-07 00:32:15,425 DEBUG [cloud.deploy.FirstFitPlanner]
>>> > (Job-Executor-36:job-43) Is ROOT volume READY (pool already
>>> allocated)?: No
>>> > 2013-04-07 00:32:15,425 DEBUG [cloud.deploy.FirstFitPlanner]
>>> > (Job-Executor-36:job-43) Searching all possible resources under this
>>> Zone: 1
>>> > 2013-04-07 00:32:15,427 DEBUG [cloud.deploy.FirstFitPlanner]
>>> > (Job-Executor-36:job-43) Listing clusters in order of aggregate
>>> capacity,
>>> > that have (atleast one host with) enough CPU and RAM capacity under
>>> this
>>> > Zone: 1
>>> > 2013-04-07 00:32:15,428 DEBUG [cloud.deploy.FirstFitPlanner]
>>> > (Job-Executor-36:job-43) CPUOverprovisioningFactor considered: 1.0
>>> > 2013-04-07 00:32:15,442 DEBUG [cloud.deploy.FirstFitPlanner]
>>> > (Job-Executor-36:job-43) Cannot allocate cluster list [1] for vm
>>> creation
>>> > since their allocated percentage crosses the disable capacity
>>> threshold:
>>> > 0.85 for capacity Type : 0, skipping these clusters
>>> > 2013-04-07 00:32:15,444 DEBUG [cloud.deploy.FirstFitPlanner]
>>> > (Job-Executor-36:job-43) Checking resources in Cluster: 2 under Pod: 1
>>> > 2013-04-07 00:32:15,444 DEBUG [allocator.impl.RandomAllocator]
>>> > (Job-Executor-36:job-43) Looking for hosts in dc: 1  pod:1  cluster:2
>>> > 2013-04-07 00:32:15,447 DEBUG [allocator.impl.RandomAllocator]
>>> > (Job-Executor-36:job-43) Random Allocator found 2  hosts
>>> > 2013-04-07 00:32:15,447 DEBUG [allocator.impl.RandomAllocator]
>>> > (Job-Executor-36:job-43) Random Host Allocator returning 2 suitable
>>> hosts
>>> > 2013-04-07 00:32:15,448 DEBUG [cloud.deploy.FirstFitPlanner]
>>> > (Job-Executor-36:job-43) Checking suitable pools for volume (Id, Type):
>>> > (13,ROOT)
>>> > 2013-04-07 00:32:15,448 DEBUG [cloud.deploy.FirstFitPlanner]
>>> > (Job-Executor-36:job-43) We need to allocate new storagepool for this
>>> volume
>>> > 2013-04-07 00:32:15,451 DEBUG [cloud.deploy.FirstFitPlanner]
>>> > (Job-Executor-36:job-43) Calling StoragePoolAllocators to find suitable
>>> > pools
>>> > 2013-04-07 00:32:15,455 DEBUG
>>> > [storage.allocator.RandomStoragePoolAllocator] (Job-Executor-36:job-43)
>>> > Looking for pools in dc: 1  pod:1  cluster:2
>>> > 2013-04-07 00:32:15,457 DEBUG
>>> > [storage.allocator.RandomStoragePoolAllocator] (Job-Executor-36:job-43)
>>> > RandomStoragePoolAllocator has 5 pools to check for allocation
>>> > 2013-04-07 00:32:15,458 DEBUG
>>> > [storage.allocator.AbstractStoragePoolAllocator]
>>> (Job-Executor-36:job-43)
>>> > Checking if storage pool is suitable, name: Tut-XenServer2 Local
>>> Storage
>>> > ,poolId: 201
>>> > 2013-04-07 00:32:15,458 DEBUG
>>> > [storage.allocator.AbstractStoragePoolAllocator]
>>> (Job-Executor-36:job-43)
>>> > Is localStorageAllocationNeeded? false
>>> > 2013-04-07 00:32:15,458 DEBUG
>>> > [storage.allocator.AbstractStoragePoolAllocator]
>>> (Job-Executor-36:job-43)
>>> > Is storage pool shared? false
>>> > 2013-04-07 00:32:15,458 DEBUG
>>> > [storage.allocator.AbstractStoragePoolAllocator]
>>> (Job-Executor-36:job-43)
>>> > StoragePool is not of correct type, skipping this pool
>>> > 2013-04-07 00:32:15,458 DEBUG
>>> > [storage.allocator.AbstractStoragePoolAllocator]
>>> (Job-Executor-36:job-43)
>>> > Checking if storage pool is suitable, name: iSCSI_SR_3 ,poolId: 257
>>> > 2013-04-07 00:32:15,458 DEBUG
>>> > [storage.allocator.AbstractStoragePoolAllocator]
>>> (Job-Executor-36:job-43)
>>> > Is localStorageAllocationNeeded? false
>>> > 2013-04-07 00:32:15,458 DEBUG
>>> > [storage.allocator.AbstractStoragePoolAllocator]
>>> (Job-Executor-36:job-43)
>>> > Is storage pool shared? true
>>> > 2013-04-07 00:32:15,467 DEBUG [cloud.storage.StorageManagerImpl]
>>> > (Job-Executor-36:job-43) Checking pool: 257 for volume allocation
>>> > [Vol[13|vm=13|ROOT]], maxSize : 2084569088, totalAllocatedSize :
>>> 106954752,
>>> > askingSize : 52428800, allocated disable threshold: 0.85
>>> > 2013-04-07 00:32:15,467 DEBUG
>>> > [storage.allocator.AbstractStoragePoolAllocator]
>>> (Job-Executor-36:job-43)
>>> > Checking if storage pool is suitable, name: iSCSI_SR_4 ,poolId: 262
>>> > 2013-04-07 00:32:15,467 DEBUG
>>> > [storage.allocator.AbstractStoragePoolAllocator]
>>> (Job-Executor-36:job-43)
>>> > Is localStorageAllocationNeeded? false
>>> > 2013-04-07 00:32:15,467 DEBUG
>>> > [storage.allocator.AbstractStoragePoolAllocator]
>>> (Job-Executor-36:job-43)
>>> > Is storage pool shared? true
>>> > 2013-04-07 00:32:15,479 DEBUG [cloud.storage.StorageManagerImpl]
>>> > (Job-Executor-36:job-43) Checking pool: 262 for volume allocation
>>> > [Vol[13|vm=13|ROOT]], maxSize : 2084569088, totalAllocatedSize :
>>> 54525952,
>>> > askingSize : 52428800, allocated disable threshold: 0.85
>>> > 2013-04-07 00:32:15,479 DEBUG
>>> > [storage.allocator.AbstractStoragePoolAllocator]
>>> (Job-Executor-36:job-43)
>>> > Checking if storage pool is suitable, name: Tut-XenServer Local Storage
>>> > ,poolId: 202
>>> > 2013-04-07 00:32:15,479 DEBUG
>>> > [storage.allocator.AbstractStoragePoolAllocator]
>>> (Job-Executor-36:job-43)
>>> > Is localStorageAllocationNeeded? false
>>> > 2013-04-07 00:32:15,479 DEBUG
>>> > [storage.allocator.AbstractStoragePoolAllocator]
>>> (Job-Executor-36:job-43)
>>> > Is storage pool shared? false
>>> > 2013-04-07 00:32:15,479 DEBUG
>>> > [storage.allocator.AbstractStoragePoolAllocator]
>>> (Job-Executor-36:job-43)
>>> > StoragePool is not of correct type, skipping this pool
>>> > 2013-04-07 00:32:15,479 DEBUG
>>> > [storage.allocator.AbstractStoragePoolAllocator]
>>> (Job-Executor-36:job-43)
>>> > Checking if storage pool is suitable, name: iSCSI_SR_2 ,poolId: 256
>>> > 2013-04-07 00:32:15,479 DEBUG
>>> > [storage.allocator.AbstractStoragePoolAllocator]
>>> (Job-Executor-36:job-43)
>>> > Is localStorageAllocationNeeded? false
>>> > 2013-04-07 00:32:15,479 DEBUG
>>> > [storage.allocator.AbstractStoragePoolAllocator]
>>> (Job-Executor-36:job-43)
>>> > Is storage pool shared? true
>>> > 2013-04-07 00:32:15,489 DEBUG [cloud.storage.StorageManagerImpl]
>>> > (Job-Executor-36:job-43) Checking pool: 256 for volume allocation
>>> > [Vol[13|vm=13|ROOT]], maxSize : 2084569088, totalAllocatedSize :
>>> 54525952,
>>> > askingSize : 52428800, allocated disable threshold: 0.85
>>> > 2013-04-07 00:32:15,489 DEBUG
>>> > [storage.allocator.RandomStoragePoolAllocator] (Job-Executor-36:job-43)
>>> > RandomStoragePoolAllocator returning 3 suitable storage pools
>>> > 2013-04-07 00:32:15,489 DEBUG [cloud.deploy.FirstFitPlanner]
>>> > (Job-Executor-36:job-43) Trying to find a potenial host and associated
>>> > storage pools from the suitable host/pool lists for this VM
>>> > 2013-04-07 00:32:15,489 DEBUG [cloud.deploy.FirstFitPlanner]
>>> > (Job-Executor-36:job-43) Checking if host: 6 can access any suitable
>>> > storage pool for volume: ROOT
>>> > 2013-04-07 00:32:15,492 DEBUG [cloud.deploy.FirstFitPlanner]
>>> > (Job-Executor-36:job-43) Host: 6 can access pool: 257
>>> > 2013-04-07 00:32:15,492 DEBUG [cloud.deploy.FirstFitPlanner]
>>> > (Job-Executor-36:job-43) Found a potential host id: 6 name:
>>> Tut-XenServer
>>> > and associated storage pools for this VM
>>> > 2013-04-07 00:32:15,494 DEBUG [cloud.deploy.FirstFitPlanner]
>>> > (Job-Executor-36:job-43) Returning Deployment Destination:
>>> >
>>> Dest[Zone(Id)-Pod(Id)-Cluster(Id)-Host(Id)-Storage(Volume(Id|Type-->Pool(Id))]
>>> > :
>>> >
>>> Dest[Zone(1)-Pod(1)-Cluster(2)-Host(6)-Storage(Volume(13|ROOT-->Pool(257))]
>>> > 2013-04-07 00:32:15,514 DEBUG [cloud.capacity.CapacityManagerImpl]
>>> > (Job-Executor-36:job-43) VM state transitted from :Stopped to Starting
>>> with
>>> > event: StartRequestedvm's original host id: null new host id: null
>>> host id
>>> > before state transition: null
>>> > 2013-04-07 00:32:15,514 DEBUG [cloud.vm.VirtualMachineManagerImpl]
>>> > (Job-Executor-36:job-43) Successfully transitioned to start state for
>>> > VM[User|94ddc16f-04fc-4da1-8326-01d8d5cdeb44] reservation id =
>>> > a8349669-6ff2-443f-88d3-c5d69100df3a
>>> > 2013-04-07 00:32:15,518 DEBUG [cloud.vm.VirtualMachineManagerImpl]
>>> > (Job-Executor-36:job-43) Trying to deploy VM, vm has dcId: 1 and
>>> podId: null
>>> > 2013-04-07 00:32:15,518 DEBUG [cloud.vm.VirtualMachineManagerImpl]
>>> > (Job-Executor-36:job-43) advanceStart: DeploymentPlan is provided,
>>> using
>>> > dcId:1, podId: 1, clusterId: 2, hostId: 6, poolId: 257
>>> > 2013-04-07 00:32:15,518 DEBUG [cloud.vm.VirtualMachineManagerImpl]
>>> > (Job-Executor-36:job-43) Deploy avoids pods: null, clusters: null,
>>> hosts:
>>> > null
>>> > 2013-04-07 00:32:15,521 DEBUG [cloud.deploy.FirstFitPlanner]
>>> > (Job-Executor-36:job-43) DeploymentPlanner allocation algorithm: random
>>> > 2013-04-07 00:32:15,521 DEBUG [cloud.deploy.FirstFitPlanner]
>>> > (Job-Executor-36:job-43) Trying to allocate a host and storage pools
>>> from
>>> > dc:1, pod:1,cluster:2, requested cpu: 100, requested ram: 1073741824
>>> > 2013-04-07 00:32:15,522 DEBUG [cloud.deploy.FirstFitPlanner]
>>> > (Job-Executor-36:job-43) Is ROOT volume READY (pool already
>>> allocated)?: Yes
>>> > 2013-04-07 00:32:15,522 DEBUG [cloud.deploy.FirstFitPlanner]
>>> > (Job-Executor-36:job-43) DeploymentPlan has host_id specified, making
>>> no
>>> > checks on this host, looks like admin test: 6
>>> > 2013-04-07 00:32:15,523 DEBUG [cloud.deploy.FirstFitPlanner]
>>> > (Job-Executor-36:job-43) Looking for suitable pools for this host under
>>> > zone: 1, pod: 1, cluster: 2
>>> > 2013-04-07 00:32:15,525 DEBUG [cloud.deploy.FirstFitPlanner]
>>> > (Job-Executor-36:job-43) Checking suitable pools for volume (Id, Type):
>>> > (13,ROOT)
>>> > 2013-04-07 00:32:15,525 DEBUG [cloud.deploy.FirstFitPlanner]
>>> > (Job-Executor-36:job-43) Volume has pool already allocated, checking if
>>> > pool can be reused, poolId: null
>>> > 2013-04-07 00:32:15,527 DEBUG [cloud.deploy.FirstFitPlanner]
>>> > (Job-Executor-36:job-43) Planner need not allocate a pool for this
>>> volume
>>> > since its READY
>>> > 2013-04-07 00:32:15,527 DEBUG [cloud.deploy.FirstFitPlanner]
>>> > (Job-Executor-36:job-43) Trying to find a potenial host and associated
>>> > storage pools from the suitable host/pool lists for this VM
>>> > 2013-04-07 00:32:15,527 DEBUG [cloud.deploy.FirstFitPlanner]
>>> > (Job-Executor-36:job-43) Checking if host: 6 can access any suitable
>>> > storage pool for volume: ROOT
>>> > 2013-04-07 00:32:15,529 DEBUG [cloud.deploy.FirstFitPlanner]
>>> > (Job-Executor-36:job-43) Host: 6 can access pool: 257
>>> > 2013-04-07 00:32:15,529 DEBUG [cloud.deploy.FirstFitPlanner]
>>> > (Job-Executor-36:job-43) Found a potential host id: 6 name:
>>> Tut-XenServer
>>> > and associated storage pools for this VM
>>> > 2013-04-07 00:32:15,530 DEBUG [cloud.deploy.FirstFitPlanner]
>>> > (Job-Executor-36:job-43) Returning Deployment Destination:
>>> >
>>> Dest[Zone(Id)-Pod(Id)-Cluster(Id)-Host(Id)-Storage(Volume(Id|Type-->Pool(Id))]
>>> > :
>>> >
>>> Dest[Zone(1)-Pod(1)-Cluster(2)-Host(6)-Storage(Volume(13|ROOT-->Pool(257))]
>>> > 2013-04-07 00:32:15,530 DEBUG [cloud.vm.VirtualMachineManagerImpl]
>>> > (Job-Executor-36:job-43) Deployment found  -
>>> > P0=VM[User|94ddc16f-04fc-4da1-8326-01d8d5cdeb44],
>>> >
>>> P0=Dest[Zone(Id)-Pod(Id)-Cluster(Id)-Host(Id)-Storage(Volume(Id|Type-->Pool(Id))]
>>> > :
>>> >
>>> Dest[Zone(1)-Pod(1)-Cluster(2)-Host(6)-Storage(Volume(13|ROOT-->Pool(257))]
>>> > 2013-04-07 00:32:15,535 DEBUG [cloud.capacity.CapacityManagerImpl]
>>> > (Job-Executor-36:job-43) VM state transitted from :Starting to Starting
>>> > with event: OperationRetryvm's original host id: null new host id: 6
>>> host
>>> > id before state transition: null
>>> > 2013-04-07 00:32:15,551 DEBUG [cloud.capacity.CapacityManagerImpl]
>>> > (Job-Executor-36:job-43) Hosts's actual total CPU: 2382 and CPU after
>>> > applying overprovisioning: 2382
>>> > 2013-04-07 00:32:15,551 DEBUG [cloud.capacity.CapacityManagerImpl]
>>> > (Job-Executor-36:job-43) We are allocating VM, increasing the used
>>> capacity
>>> > of this host:6
>>> > 2013-04-07 00:32:15,552 DEBUG [cloud.capacity.CapacityManagerImpl]
>>> > (Job-Executor-36:job-43) Current Used CPU: 100 , Free CPU:2282
>>> ,Requested
>>> > CPU: 100
>>> > 2013-04-07 00:32:15,552 DEBUG [cloud.capacity.CapacityManagerImpl]
>>> > (Job-Executor-36:job-43) Current Used RAM: 104857600 , Free
>>> RAM:1566837824
>>> > ,Requested RAM: 1073741824
>>> > 2013-04-07 00:32:15,552 DEBUG [cloud.capacity.CapacityManagerImpl]
>>> > (Job-Executor-36:job-43) CPU STATS after allocation: for host: 6, old
>>> used:
>>> > 100, old reserved: 0, actual total: 2382, total with overprovisioning:
>>> > 2382; new used:200, reserved:0; requested cpu:100,alloc_from_last:false
>>> > 2013-04-07 00:32:15,552 DEBUG [cloud.capacity.CapacityManagerImpl]
>>> > (Job-Executor-36:job-43) RAM STATS after allocation: for host: 6, old
>>> used:
>>> > 104857600, old reserved: 0, total: 1671695424; new used: 1178599424,
>>> > reserved: 0; requested mem: 1073741824,alloc_from_last:false
>>> > 2013-04-07 00:32:15,555 DEBUG [cloud.vm.VirtualMachineManagerImpl]
>>> > (Job-Executor-36:job-43) VM is being created in podId: 1
>>> > 2013-04-07 00:32:15,559 DEBUG [cloud.network.NetworkManagerImpl]
>>> > (Job-Executor-36:job-43) Lock is acquired for network id 204 as a part
>>> of
>>> > network implement
>>> > 2013-04-07 00:32:15,559 DEBUG [cloud.network.NetworkManagerImpl]
>>> > (Job-Executor-36:job-43) Network id=204 is already implemented
>>> > 2013-04-07 00:32:15,560 DEBUG [cloud.network.NetworkManagerImpl]
>>> > (Job-Executor-36:job-43) Lock is released for network id 204 as a part
>>> of
>>> > network implement
>>> > 2013-04-07 00:32:15,592 DEBUG [cloud.network.NetworkManagerImpl]
>>> > (Job-Executor-36:job-43) Changing active number of nics for network
>>> id=204
>>> > on 1
>>> > 2013-04-07 00:32:15,594 DEBUG [cloud.network.NetworkManagerImpl]
>>> > (Job-Executor-36:job-43) Asking ElasticLoadBalancerElement to prepare
>>> for
>>> > Nic[19-13-a8349669-6ff2-443f-88d3-c5d69100df3a-192.168.56.146]
>>> > 2013-04-07 00:32:15,600 DEBUG [cloud.network.NetworkManagerImpl]
>>> > (Job-Executor-36:job-43) Asking NiciraNvpElement to prepare for
>>> > Nic[19-13-a8349669-6ff2-443f-88d3-c5d69100df3a-192.168.56.146]
>>> > 2013-04-07 00:32:15,600 DEBUG [network.element.NiciraNvpElement]
>>> > (Job-Executor-36:job-43) Checking if NiciraNvpElement can handle
>>> service
>>> > Connectivity on network guestNetworkForBasicZone
>>> > 2013-04-07 00:32:15,606 DEBUG [cloud.network.NetworkManagerImpl]
>>> > (Job-Executor-36:job-43) Asking BigSwitchVnsElement to prepare for
>>> > Nic[19-13-a8349669-6ff2-443f-88d3-c5d69100df3a-192.168.56.146]
>>> > 2013-04-07 00:32:15,606 DEBUG [network.element.BigSwitchVnsElement]
>>> > (Job-Executor-36:job-43) Checking if BigSwitchVnsElement can handle
>>> service
>>> > Connectivity on network guestNetworkForBasicZone
>>> > 2013-04-07 00:32:15,612 DEBUG [cloud.network.NetworkManagerImpl]
>>> > (Job-Executor-36:job-43) Asking Ovs to prepare for
>>> > Nic[19-13-a8349669-6ff2-443f-88d3-c5d69100df3a-192.168.56.146]
>>> > 2013-04-07 00:32:15,612 DEBUG [cloud.network.NetworkManagerImpl]
>>> > (Job-Executor-36:job-43) Asking BareMetalDhcp to prepare for
>>> > Nic[19-13-a8349669-6ff2-443f-88d3-c5d69100df3a-192.168.56.146]
>>> > 2013-04-07 00:32:15,617 DEBUG [cloud.network.NetworkManagerImpl]
>>> > (Job-Executor-36:job-43) Asking BareMetalPxe to prepare for
>>> > Nic[19-13-a8349669-6ff2-443f-88d3-c5d69100df3a-192.168.56.146]
>>> > 2013-04-07 00:32:15,623 DEBUG [cloud.network.NetworkManagerImpl]
>>> > (Job-Executor-36:job-43) Asking BareMetalUserdata to prepare for
>>> > Nic[19-13-a8349669-6ff2-443f-88d3-c5d69100df3a-192.168.56.146]
>>> > 2013-04-07 00:32:15,629 DEBUG [cloud.network.NetworkManagerImpl]
>>> > (Job-Executor-36:job-43) Asking SecurityGroupProvider to prepare for
>>> > Nic[19-13-a8349669-6ff2-443f-88d3-c5d69100df3a-192.168.56.146]
>>> > 2013-04-07 00:32:15,637 DEBUG [cloud.network.NetworkManagerImpl]
>>> > (Job-Executor-36:job-43) Asking VirtualRouter to prepare for
>>> > Nic[19-13-a8349669-6ff2-443f-88d3-c5d69100df3a-192.168.56.146]
>>> > 2013-04-07 00:32:15,653 DEBUG
>>> > [network.router.VirtualNetworkApplianceManagerImpl]
>>> > (Job-Executor-36:job-43) Lock is acquired for network id 204 as a part
>>> of
>>> > router startup in
>>> >
>>> Dest[Zone(Id)-Pod(Id)-Cluster(Id)-Host(Id)-Storage(Volume(Id|Type-->Pool(Id))]
>>> > :
>>> >
>>> Dest[Zone(1)-Pod(1)-Cluster(2)-Host(6)-Storage(Volume(13|ROOT-->Pool(257))]
>>> > 2013-04-07 00:32:15,657 DEBUG
>>> > [network.router.VirtualNetworkApplianceManagerImpl]
>>> > (Job-Executor-36:job-43) Skipping VR deployment: Found a running or
>>> > starting VR in Pod null id=1
>>> > 2013-04-07 00:32:15,658 DEBUG
>>> > [network.router.VirtualNetworkApplianceManagerImpl]
>>> > (Job-Executor-36:job-43) Lock is released for network id 204 as a part
>>> of
>>> > router startup in
>>> >
>>> Dest[Zone(Id)-Pod(Id)-Cluster(Id)-Host(Id)-Storage(Volume(Id|Type-->Pool(Id))]
>>> > :
>>> >
>>> Dest[Zone(1)-Pod(1)-Cluster(2)-Host(6)-Storage(Volume(13|ROOT-->Pool(257))]
>>> > 2013-04-07 00:32:15,674 DEBUG
>>> > [network.router.VirtualNetworkApplianceManagerImpl]
>>> > (Job-Executor-36:job-43) Applying dhcp entry in network
>>> Ntwk[204|Guest|6]
>>> > 2013-04-07 00:32:15,706 DEBUG [agent.transport.Request]
>>> > (Job-Executor-36:job-43) Seq 6-324993305: Sending  { Cmd , MgmtId: 1,
>>> via:
>>> > 6, Ver: v1, Flags: 100111,
>>> >
>>> [{"routing.DhcpEntryCommand":{"vmMac":"06:06:fe:00:00:44","vmIpAddress":"192.168.56.146","vmName":"94ddc16f-04fc-4da1-8326-01d8d5cdeb44","defaultRouter":"192.168.56.1","defaultDns":"192.168.56.102","duid":"00:03:00:01:06:06:fe:00:00:44","accessDetails":{"router.guest.ip":"192.168.56.102","zone.network.type":"Basic","
>>> > router.name":"r-4-VM","router.ip":"169.254.1.168"},"wait":0}}] }
>>> > 2013-04-07 00:32:15,706 DEBUG [agent.transport.Request]
>>> > (Job-Executor-36:job-43) Seq 6-324993305: Executing:  { Cmd , MgmtId:
>>> 1,
>>> > via: 6, Ver: v1, Flags: 100111,
>>> >
>>> [{"routing.DhcpEntryCommand":{"vmMac":"06:06:fe:00:00:44","vmIpAddress":"192.168.56.146","vmName":"94ddc16f-04fc-4da1-8326-01d8d5cdeb44","defaultRouter":"192.168.56.1","defaultDns":"192.168.56.102","duid":"00:03:00:01:06:06:fe:00:00:44","accessDetails":{"router.guest.ip":"192.168.56.102","zone.network.type":"Basic","
>>> > router.name":"r-4-VM","router.ip":"169.254.1.168"},"wait":0}}] }
>>> > 2013-04-07 00:32:15,706 DEBUG [agent.manager.DirectAgentAttache]
>>> > (DirectAgent-89:null) Seq 6-324993305: Executing request
>>> > 2013-04-07 00:32:18,273 DEBUG [agent.manager.DirectAgentAttache]
>>> > (DirectAgent-89:null) Seq 6-324993305: Response Received:
>>> > 2013-04-07 00:32:18,273 DEBUG [agent.transport.Request]
>>> > (DirectAgent-89:null) Seq 6-324993305: Processing:  { Ans: , MgmtId: 1,
>>> > via: 6, Ver: v1, Flags: 110, [{"Answer":{"result":true,"wait":0}}] }
>>> > 2013-04-07 00:32:18,273 DEBUG [agent.manager.AgentAttache]
>>> > (DirectAgent-89:null) Seq 6-324993305: No more commands found
>>> > 2013-04-07 00:32:18,273 DEBUG [agent.transport.Request]
>>> > (Job-Executor-36:job-43) Seq 6-324993305: Received:  { Ans: , MgmtId:
>>> 1,
>>> > via: 6, Ver: v1, Flags: 110, { Answer } }
>>> > 2013-04-07 00:32:18,286 DEBUG
>>> > [network.router.VirtualNetworkApplianceManagerImpl]
>>> > (Job-Executor-36:job-43) Applying userdata and password entry in
>>> network
>>> > Ntwk[204|Guest|6]
>>> > 2013-04-07 00:32:18,303 DEBUG [agent.transport.Request]
>>> > (Job-Executor-36:job-43) Seq 6-324993306: Sending  { Cmd , MgmtId: 1,
>>> via:
>>> > 6, Ver: v1, Flags: 100111,
>>> >
>>> [{"routing.SavePasswordCommand":{"password":"fnirq_cnffjbeq","vmIpAddress":"192.168.56.146","vmName":"94ddc16f-04fc-4da1-8326-01d8d5cdeb44","accessDetails":{"router.guest.ip":"192.168.56.102","zone.network.type":"Basic","router.ip":"169.254.1.168","
>>> > router.name
>>> >
>>> ":"r-4-VM"},"wait":0}},{"routing.VmDataCommand":{"vmIpAddress":"192.168.56.146","vmName":"94ddc16f-04fc-4da1-8326-01d8d5cdeb44","accessDetails":{"router.guest.ip":"192.168.56.102","zone.network.type":"Basic","router.ip":"169.254.1.168","
>>> > router.name":"r-4-VM"},"wait":0}}] }
>>> > 2013-04-07 00:32:18,304 DEBUG [agent.transport.Request]
>>> > (Job-Executor-36:job-43) Seq 6-324993306: Executing:  { Cmd , MgmtId:
>>> 1,
>>> > via: 6, Ver: v1, Flags: 100111,
>>> >
>>> [{"routing.SavePasswordCommand":{"password":"fnirq_cnffjbeq","vmIpAddress":"192.168.56.146","vmName":"94ddc16f-04fc-4da1-8326-01d8d5cdeb44","accessDetails":{"router.guest.ip":"192.168.56.102","zone.network.type":"Basic","router.ip":"169.254.1.168","
>>> > router.name
>>> >
>>> ":"r-4-VM"},"wait":0}},{"routing.VmDataCommand":{"vmIpAddress":"192.168.56.146","vmName":"94ddc16f-04fc-4da1-8326-01d8d5cdeb44","accessDetails":{"router.guest.ip":"192.168.56.102","zone.network.type":"Basic","router.ip":"169.254.1.168","
>>> > router.name":"r-4-VM"},"wait":0}}] }
>>> > 2013-04-07 00:32:18,304 DEBUG [agent.manager.DirectAgentAttache]
>>> > (DirectAgent-20:null) Seq 6-324993306: Executing request
>>> > 2013-04-07 00:32:18,391 DEBUG [cloud.api.ApiServlet]
>>> > (1161145101@qtp-1008805148-33:null) ===START===  127.0.0.1 -- GET
>>> >
>>>  command=queryAsyncJobResult&jobId=00aeb7f7-459c-477e-a0a1-5d9262bc583a&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316338388
>>> > 2013-04-07 00:32:18,412 DEBUG [cloud.api.ApiServlet]
>>> > (1161145101@qtp-1008805148-33:null) ===END===  127.0.0.1 -- GET
>>> >
>>>  command=queryAsyncJobResult&jobId=00aeb7f7-459c-477e-a0a1-5d9262bc583a&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316338388
>>> > 2013-04-07 00:32:20,452 DEBUG
>>> > [storage.secondary.SecondaryStorageManagerImpl] (secstorage-1:null)
>>> Zone 1
>>> > is ready to launch secondary storage VM
>>> > 2013-04-07 00:32:20,554 DEBUG
>>> [cloud.consoleproxy.ConsoleProxyManagerImpl]
>>> > (consoleproxy-1:null) Zone 1 is ready to launch console proxy
>>> > 2013-04-07 00:32:20,819 DEBUG
>>> > [network.router.VirtualNetworkApplianceManagerImpl]
>>> > (RouterStatusMonitor-1:null) Found 0 routers to update status.
>>> > 2013-04-07 00:32:20,821 DEBUG
>>> > [network.router.VirtualNetworkApplianceManagerImpl]
>>> > (RouterStatusMonitor-1:null) Found 0 networks to update RvR status.
>>> > 2013-04-07 00:32:20,851 DEBUG
>>> > [network.router.VirtualNetworkApplianceManagerImpl]
>>> > (RouterStatusMonitor-1:null) Found 0 routers to update status.
>>> > 2013-04-07 00:32:20,852 DEBUG
>>> > [network.router.VirtualNetworkApplianceManagerImpl]
>>> > (RouterStatusMonitor-1:null) Found 0 networks to update RvR status.
>>> > 2013-04-07 00:32:21,391 DEBUG [cloud.api.ApiServlet]
>>> > (1161145101@qtp-1008805148-33:null) ===START===  127.0.0.1 -- GET
>>> >
>>>  command=queryAsyncJobResult&jobId=00aeb7f7-459c-477e-a0a1-5d9262bc583a&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316341388
>>> > 2013-04-07 00:32:21,408 DEBUG [cloud.api.ApiServlet]
>>> > (1161145101@qtp-1008805148-33:null) ===END===  127.0.0.1 -- GET
>>> >
>>>  command=queryAsyncJobResult&jobId=00aeb7f7-459c-477e-a0a1-5d9262bc583a&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316341388
>>> > 2013-04-07 00:32:24,392 DEBUG [cloud.api.ApiServlet]
>>> > (1161145101@qtp-1008805148-33:null) ===START===  127.0.0.1 -- GET
>>> >
>>>  command=queryAsyncJobResult&jobId=00aeb7f7-459c-477e-a0a1-5d9262bc583a&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316344390
>>> > 2013-04-07 00:32:24,407 DEBUG [cloud.api.ApiServlet]
>>> > (1161145101@qtp-1008805148-33:null) ===END===  127.0.0.1 -- GET
>>> >
>>>  command=queryAsyncJobResult&jobId=00aeb7f7-459c-477e-a0a1-5d9262bc583a&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316344390
>>> > 2013-04-07 00:32:24,892 DEBUG [agent.manager.AgentManagerImpl]
>>> > (AgentManager-Handler-11:null) Ping from 4
>>> > 2013-04-07 00:32:27,183 DEBUG [agent.manager.DirectAgentAttache]
>>> > (DirectAgent-273:null) Ping from 1
>>> > 2013-04-07 00:32:27,392 DEBUG [cloud.api.ApiServlet]
>>> > (1161145101@qtp-1008805148-33:null) ===START===  127.0.0.1 -- GET
>>> >
>>>  command=queryAsyncJobResult&jobId=00aeb7f7-459c-477e-a0a1-5d9262bc583a&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316347390
>>> > 2013-04-07 00:32:27,407 DEBUG [cloud.api.ApiServlet]
>>> > (1161145101@qtp-1008805148-33:null) ===END===  127.0.0.1 -- GET
>>> >
>>>  command=queryAsyncJobResult&jobId=00aeb7f7-459c-477e-a0a1-5d9262bc583a&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316347390
>>> > 2013-04-07 00:32:29,095 DEBUG [agent.manager.DirectAgentAttache]
>>> > (DirectAgent-131:null) Seq 1-90046472: Executing request
>>> > 2013-04-07 00:32:29,345 DEBUG [agent.manager.DirectAgentAttache]
>>> > (DirectAgent-131:null) Seq 1-90046472: Response Received:
>>> > 2013-04-07 00:32:29,345 DEBUG [agent.transport.Request]
>>> > (DirectAgent-131:null) Seq 1-90046472: Processing:  { Ans: , MgmtId: 1,
>>> > via: 1, Ver: v1, Flags: 10,
>>> >
>>> [{"ClusterSyncAnswer":{"_clusterId":1,"_newStates":{},"_isExecuted":false,"result":true,"wait":0}}]
>>> > }
>>> > 2013-04-07 00:32:30,393 DEBUG [cloud.api.ApiServlet]
>>> > (1161145101@qtp-1008805148-33:null) ===START===  127.0.0.1 -- GET
>>> >
>>>  command=queryAsyncJobResult&jobId=00aeb7f7-459c-477e-a0a1-5d9262bc583a&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316350391
>>> > 2013-04-07 00:32:30,408 DEBUG [cloud.api.ApiServlet]
>>> > (1161145101@qtp-1008805148-33:null) ===END===  127.0.0.1 -- GET
>>> >
>>>  command=queryAsyncJobResult&jobId=00aeb7f7-459c-477e-a0a1-5d9262bc583a&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316350391
>>> > 2013-04-07 00:32:32,146 DEBUG [agent.manager.DirectAgentAttache]
>>> > (DirectAgent-20:null) Seq 6-324993306: Response Received:
>>> > 2013-04-07 00:32:32,146 DEBUG [agent.transport.Request]
>>> > (DirectAgent-20:null) Seq 6-324993306: Processing:  { Ans: , MgmtId: 1,
>>> > via: 6, Ver: v1, Flags: 110,
>>> >
>>> [{"Answer":{"result":true,"wait":0}},{"Answer":{"result":true,"wait":0}}] }
>>> > 2013-04-07 00:32:32,146 DEBUG [agent.manager.AgentAttache]
>>> > (DirectAgent-20:null) Seq 6-324993306: No more commands found
>>> > 2013-04-07 00:32:32,146 DEBUG [agent.transport.Request]
>>> > (Job-Executor-36:job-43) Seq 6-324993306: Received:  { Ans: , MgmtId:
>>> 1,
>>> > via: 6, Ver: v1, Flags: 110, { Answer, Answer } }
>>> > 2013-04-07 00:32:32,146 DEBUG [cloud.network.NetworkManagerImpl]
>>> > (Job-Executor-36:job-43) Asking VpcVirtualRouter to prepare for
>>> > Nic[19-13-a8349669-6ff2-443f-88d3-c5d69100df3a-192.168.56.146]
>>> > 2013-04-07 00:32:32,146 WARN  [network.element.VpcVirtualRouterElement]
>>> > (Job-Executor-36:job-43) Network Ntwk[204|Guest|6] is not associated
>>> with
>>> > any VPC
>>> > 2013-04-07 00:32:32,151 DEBUG [cloud.network.NetworkManagerImpl]
>>> > (Job-Executor-36:job-43) Asking NiciraNvp to prepare for
>>> > Nic[19-13-a8349669-6ff2-443f-88d3-c5d69100df3a-192.168.56.146]
>>> > 2013-04-07 00:32:32,151 DEBUG [network.element.NiciraNvpElement]
>>> > (Job-Executor-36:job-43) Checking if NiciraNvpElement can handle
>>> service
>>> > Connectivity on network guestNetworkForBasicZone
>>> > 2013-04-07 00:32:32,154 DEBUG [cloud.network.NetworkManagerImpl]
>>> > (Job-Executor-36:job-43) Asking JuniperSRX to prepare for
>>> > Nic[19-13-a8349669-6ff2-443f-88d3-c5d69100df3a-192.168.56.146]
>>> > 2013-04-07 00:32:32,157 DEBUG [cloud.network.NetworkManagerImpl]
>>> > (Job-Executor-36:job-43) Asking Netscaler to prepare for
>>> > Nic[19-13-a8349669-6ff2-443f-88d3-c5d69100df3a-192.168.56.146]
>>> > 2013-04-07 00:32:32,160 DEBUG [cloud.network.NetworkManagerImpl]
>>> > (Job-Executor-36:job-43) Asking F5BigIP to prepare for
>>> > Nic[19-13-a8349669-6ff2-443f-88d3-c5d69100df3a-192.168.56.146]
>>> > 2013-04-07 00:32:32,164 DEBUG [cloud.network.NetworkManagerImpl]
>>> > (Job-Executor-36:job-43) Asking CiscoNexus1000vVSM to prepare for
>>> > Nic[19-13-a8349669-6ff2-443f-88d3-c5d69100df3a-192.168.56.146]
>>> > 2013-04-07 00:32:32,168 DEBUG [cloud.storage.StorageManagerImpl]
>>> > (Job-Executor-36:job-43) Checking if we need to prepare 1 volumes for
>>> > VM[User|94ddc16f-04fc-4da1-8326-01d8d5cdeb44]
>>> > 2013-04-07 00:32:32,169 DEBUG [cloud.storage.StorageManagerImpl]
>>> > (Job-Executor-36:job-43) Creating volume: Vol[13|vm=13|ROOT]
>>> > 2013-04-07 00:32:32,170 DEBUG [cloud.storage.StorageManagerImpl]
>>> > (Job-Executor-36:job-43) Trying to create in Pool[257|PreSetup]
>>> > 2013-04-07 00:32:32,175 DEBUG [cloud.template.TemplateManagerImpl]
>>> > (Job-Executor-36:job-43) Template 5 has already been downloaded to
>>> pool 257
>>> > 2013-04-07 00:32:32,179 DEBUG [agent.transport.Request]
>>> > (Job-Executor-36:job-43) Seq 6-324993307: Sending  { Cmd , MgmtId: 1,
>>> via:
>>> > 6, Ver: v1, Flags: 100111,
>>> >
>>> [{"storage.CreateCommand":{"volId":13,"pool":{"id":257,"uuid":"iSCSI_SR_3","host":"192.168.56.9","path":"/iSCSI_SR_3","port":0,"type":"PreSetup"},"diskCharacteristics":{"size":52428800,"tags":["iSCSI_SR_4"],"type":"ROOT","name":"ROOT-13","useLocalStorage":false,"recreatable":true,"diskOfferingId":38,"volumeId":13,"hyperType":"XenServer"},"templateUrl":"a8414926-81d6-4b54-9b4b-feb498489df0","wait":0}}]
>>> > }
>>> > 2013-04-07 00:32:32,180 DEBUG [agent.transport.Request]
>>> > (Job-Executor-36:job-43) Seq 6-324993307: Executing:  { Cmd , MgmtId:
>>> 1,
>>> > via: 6, Ver: v1, Flags: 100111,
>>> >
>>> [{"storage.CreateCommand":{"volId":13,"pool":{"id":257,"uuid":"iSCSI_SR_3","host":"192.168.56.9","path":"/iSCSI_SR_3","port":0,"type":"PreSetup"},"diskCharacteristics":{"size":52428800,"tags":["iSCSI_SR_4"],"type":"ROOT","name":"ROOT-13","useLocalStorage":false,"recreatable":true,"diskOfferingId":38,"volumeId":13,"hyperType":"XenServer"},"templateUrl":"a8414926-81d6-4b54-9b4b-feb498489df0","wait":0}}]
>>> > }
>>> > 2013-04-07 00:32:32,180 DEBUG [agent.manager.DirectAgentAttache]
>>> > (DirectAgent-59:null) Seq 6-324993307: Executing request
>>> > 2013-04-07 00:32:32,265 DEBUG [xen.resource.CitrixResourceBase]
>>> > (DirectAgent-59:null) SR retrieved for iSCSI_SR_3
>>> > 2013-04-07 00:32:32,276 DEBUG [xen.resource.CitrixResourceBase]
>>> > (DirectAgent-59:null) Checking iSCSI_SR_3 or SR
>>> > fe8ca696-22f5-ba1f-af68-7c3cf5a3cb39 on
>>> > XS[f7a017da-3064-456a-89cd-28ee9e2d36b3-192.168.56.9]
>>> > 2013-04-07 00:32:33,395 DEBUG [cloud.api.ApiServlet]
>>> > (1161145101@qtp-1008805148-33:null) ===START===  127.0.0.1 -- GET
>>> >
>>>  command=queryAsyncJobResult&jobId=00aeb7f7-459c-477e-a0a1-5d9262bc583a&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316353392
>>> > 2013-04-07 00:32:33,419 DEBUG [cloud.api.ApiServlet]
>>> > (1161145101@qtp-1008805148-33:null) ===END===  127.0.0.1 -- GET
>>> >
>>>  command=queryAsyncJobResult&jobId=00aeb7f7-459c-477e-a0a1-5d9262bc583a&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316353392
>>> > 2013-04-07 00:32:34,687 DEBUG [xen.resource.CitrixResourceBase]
>>> > (DirectAgent-59:null) Succesfully created VDI for
>>> > com.cloud.agent.api.storage.CreateCommand.  Uuid =
>>> > 99154d9c-2665-465d-8c71-e60f1748895b
>>> > 2013-04-07 00:32:34,687 DEBUG [agent.manager.DirectAgentAttache]
>>> > (DirectAgent-59:null) Seq 6-324993307: Response Received:
>>> > 2013-04-07 00:32:34,688 DEBUG [agent.transport.Request]
>>> > (DirectAgent-59:null) Seq 6-324993307: Processing:  { Ans: , MgmtId: 1,
>>> > via: 6, Ver: v1, Flags: 110,
>>> >
>>> [{"storage.CreateAnswer":{"volume":{"id":13,"name":"ROOT-13","mountPoint":"/iSCSI_SR_3","path":"99154d9c-2665-465d-8c71-e60f1748895b","size":52428800,"type":"ROOT","storagePoolType":"PreSetup","storagePoolUuid":"iSCSI_SR_3","deviceId":0},"requestTemplateReload":false,"result":true,"wait":0}}]
>>> > }
>>> > 2013-04-07 00:32:34,688 DEBUG [agent.transport.Request]
>>> > (Job-Executor-36:job-43) Seq 6-324993307: Received:  { Ans: , MgmtId:
>>> 1,
>>> > via: 6, Ver: v1, Flags: 110, { CreateAnswer } }
>>> > 2013-04-07 00:32:34,688 DEBUG [agent.manager.AgentAttache]
>>> > (DirectAgent-59:null) Seq 6-324993307: No more commands found
>>> > 2013-04-07 00:32:34,690 DEBUG [cloud.storage.StorageManagerImpl]
>>> > (Job-Executor-36:job-43) Volume Vol[13|vm=13|ROOT] is created on
>>> > Pool[257|PreSetup]
>>> > 2013-04-07 00:32:34,701 DEBUG [agent.transport.Request]
>>> > (Job-Executor-36:job-43) Seq 6-324993308: Sending  { Cmd , MgmtId: 1,
>>> via:
>>> > 6, Ver: v1, Flags: 100111,
>>> >
>>> [{"StartCommand":{"vm":{"id":13,"name":"i-2-13-VM","bootloader":"PyGrub","type":"User","cpus":1,"speed":100,"minRam":1073741824,"maxRam":1073741824,"arch":"x86_64","os":"CentOS
>>> > 5.3
>>> >
>>> (64-bit)","bootArgs":"","rebootOnCrash":false,"enableHA":false,"limitCpuUse":false,"vncPassword":"2e91fc6d6f16609d","params":{},"uuid":"94ddc16f-04fc-4da1-8326-01d8d5cdeb44","disks":[{"id":13,"name":"ROOT-13","mountPoint":"/iSCSI_SR_3","path":"99154d9c-2665-465d-8c71-e60f1748895b","size":52428800,"type":"ROOT","storagePoolType":"PreSetup","storagePoolUuid":"iSCSI_SR_3","deviceId":0},{"id":13,"name":"tiny
>>> >
>>> Linux","size":0,"type":"ISO","storagePoolType":"ISO","deviceId":3}],"nics":[{"deviceId":0,"networkRateMbps":200,"defaultNic":true,"uuid":"59b9a8aa-c867-40b8-95bb-6e40273569c9","ip":"192.168.56.146","netmask":"255.255.255.0","gateway":"192.168.56.1","mac":"06:06:fe:00:00:44","dns1":"8.8.8.8","dns2":"4.4.4.4","broadcastType":"Native","type":"Guest","broadcastUri":"vlan://untagged","isolationUri":"ec2://untagged","isSecurityGroupEnabled":true}]},"hostIp":"192.168.56.9","wait":0}}]
>>> > }
>>> > 2013-04-07 00:32:34,702 DEBUG [agent.transport.Request]
>>> > (Job-Executor-36:job-43) Seq 6-324993308: Executing:  { Cmd , MgmtId:
>>> 1,
>>> > via: 6, Ver: v1, Flags: 100111,
>>> >
>>> [{"StartCommand":{"vm":{"id":13,"name":"i-2-13-VM","bootloader":"PyGrub","type":"User","cpus":1,"speed":100,"minRam":1073741824,"maxRam":1073741824,"arch":"x86_64","os":"CentOS
>>> > 5.3
>>> >
>>> (64-bit)","bootArgs":"","rebootOnCrash":false,"enableHA":false,"limitCpuUse":false,"vncPassword":"2e91fc6d6f16609d","params":{},"uuid":"94ddc16f-04fc-4da1-8326-01d8d5cdeb44","disks":[{"id":13,"name":"ROOT-13","mountPoint":"/iSCSI_SR_3","path":"99154d9c-2665-465d-8c71-e60f1748895b","size":52428800,"type":"ROOT","storagePoolType":"PreSetup","storagePoolUuid":"iSCSI_SR_3","deviceId":0},{"id":13,"name":"tiny
>>> >
>>> Linux","size":0,"type":"ISO","storagePoolType":"ISO","deviceId":3}],"nics":[{"deviceId":0,"networkRateMbps":200,"defaultNic":true,"uuid":"59b9a8aa-c867-40b8-95bb-6e40273569c9","ip":"192.168.56.146","netmask":"255.255.255.0","gateway":"192.168.56.1","mac":"06:06:fe:00:00:44","dns1":"8.8.8.8","dns2":"4.4.4.4","broadcastType":"Native","type":"Guest","broadcastUri":"vlan://untagged","isolationUri":"ec2://untagged","isSecurityGroupEnabled":true}]},"hostIp":"192.168.56.9","wait":0}}]
>>> > }
>>> > 2013-04-07 00:32:34,702 DEBUG [agent.manager.DirectAgentAttache]
>>> > (DirectAgent-334:null) Seq 6-324993308: Executing request
>>> > 2013-04-07 00:32:34,787 DEBUG [xen.resource.CitrixResourceBase]
>>> > (DirectAgent-334:null) 1. The VM i-2-13-VM is in Starting state.
>>> > 2013-04-07 00:32:34,862 DEBUG [xen.resource.XenServer56FP1Resource]
>>> > (DirectAgent-334:null) Created VM f21a0243-f342-fd59-98d8-00ed89224305
>>> for
>>> > i-2-13-VM
>>> > 2013-04-07 00:32:34,912 DEBUG [xen.resource.CitrixResourceBase]
>>> > (DirectAgent-334:null) VBD 6e16b739-13fb-1891-fc66-f786b8db522b
>>> created for
>>> > Vol[13|ROOT|99154d9c-2665-465d-8c71-e60f1748895b|52428800]
>>> > 2013-04-07 00:32:34,937 DEBUG [xen.resource.CitrixResourceBase]
>>> > (DirectAgent-334:null) VBD f9ad291b-2a8d-4c81-94a5-ef8b8b38be8c
>>> created for
>>> > Vol[13|ISO|null|0]
>>> > 2013-04-07 00:32:34,937 DEBUG [xen.resource.CitrixResourceBase]
>>> > (DirectAgent-334:null) Creating VIF for i-2-13-VM on nic
>>> > [Nic:Guest-192.168.56.146-vlan://untagged]
>>> > 2013-04-07 00:32:34,991 DEBUG [xen.resource.CitrixResourceBase]
>>> > (DirectAgent-334:null) Created a vif
>>> bec5565a-8c80-48a1-3ea4-88971784ce3b
>>> > on 0
>>> > 2013-04-07 00:32:36,396 DEBUG [cloud.api.ApiServlet]
>>> > (1161145101@qtp-1008805148-33:null) ===START===  127.0.0.1 -- GET
>>> >
>>>  command=queryAsyncJobResult&jobId=00aeb7f7-459c-477e-a0a1-5d9262bc583a&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316356393
>>> > 2013-04-07 00:32:36,418 DEBUG [cloud.api.ApiServlet]
>>> > (1161145101@qtp-1008805148-33:null) ===END===  127.0.0.1 -- GET
>>> >
>>>  command=queryAsyncJobResult&jobId=00aeb7f7-459c-477e-a0a1-5d9262bc583a&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316356393
>>> > 2013-04-07 00:32:39,395 DEBUG [cloud.api.ApiServlet]
>>> > (1161145101@qtp-1008805148-33:null) ===START===  127.0.0.1 -- GET
>>> >
>>>  command=queryAsyncJobResult&jobId=00aeb7f7-459c-477e-a0a1-5d9262bc583a&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316359393
>>> > 2013-04-07 00:32:39,410 DEBUG [cloud.api.ApiServlet]
>>> > (1161145101@qtp-1008805148-33:null) ===END===  127.0.0.1 -- GET
>>> >
>>>  command=queryAsyncJobResult&jobId=00aeb7f7-459c-477e-a0a1-5d9262bc583a&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316359393
>>> > 2013-04-07 00:32:41,550 INFO  [xen.resource.CitrixResourceBase]
>>> > (DirectAgent-334:null) Programmed default network rules for i-2-13-VM
>>> on
>>> > nic with ip:192.168.56.146 mac:06:06:fe:00:00:44
>>> > 2013-04-07 00:32:41,550 DEBUG [xen.resource.CitrixResourceBase]
>>> > (DirectAgent-334:null) 2. The VM i-2-13-VM is in Running state.
>>> > 2013-04-07 00:32:41,550 DEBUG [agent.manager.DirectAgentAttache]
>>> > (DirectAgent-334:null) Seq 6-324993308: Response Received:
>>> > 2013-04-07 00:32:41,551 DEBUG [agent.transport.Request]
>>> > (DirectAgent-334:null) Seq 6-324993308: Processing:  { Ans: , MgmtId:
>>> 1,
>>> > via: 6, Ver: v1, Flags: 110,
>>> >
>>> [{"StartAnswer":{"vm":{"id":13,"name":"i-2-13-VM","bootloader":"PyGrub","type":"User","cpus":1,"speed":100,"minRam":1073741824,"maxRam":1073741824,"arch":"x86_64","os":"CentOS
>>> > 5.3
>>> >
>>> (64-bit)","bootArgs":"","rebootOnCrash":false,"enableHA":false,"limitCpuUse":false,"vncPassword":"2e91fc6d6f16609d","params":{},"uuid":"94ddc16f-04fc-4da1-8326-01d8d5cdeb44","disks":[{"id":13,"name":"ROOT-13","mountPoint":"/iSCSI_SR_3","path":"99154d9c-2665-465d-8c71-e60f1748895b","size":52428800,"type":"ROOT","storagePoolType":"PreSetup","storagePoolUuid":"iSCSI_SR_3","deviceId":0},{"id":13,"name":"tiny
>>> >
>>> Linux","size":0,"type":"ISO","storagePoolType":"ISO","deviceId":3}],"nics":[{"deviceId":0,"networkRateMbps":200,"defaultNic":true,"uuid":"59b9a8aa-c867-40b8-95bb-6e40273569c9","ip":"192.168.56.146","netmask":"255.255.255.0","gateway":"192.168.56.1","mac":"06:06:fe:00:00:44","dns1":"8.8.8.8","dns2":"4.4.4.4","broadcastType":"Native","type":"Guest","broadcastUri":"vlan://untagged","isolationUri":"ec2://untagged","isSecurityGroupEnabled":true}]},"result":true,"wait":0}}]
>>> > }
>>> > 2013-04-07 00:32:41,551 DEBUG [agent.transport.Request]
>>> > (Job-Executor-36:job-43) Seq 6-324993308: Received:  { Ans: , MgmtId:
>>> 1,
>>> > via: 6, Ver: v1, Flags: 110, { StartAnswer } }
>>> > 2013-04-07 00:32:41,551 DEBUG [agent.manager.AgentAttache]
>>> > (DirectAgent-334:null) Seq 6-324993308: No more commands found
>>> > 2013-04-07 00:32:41,592 DEBUG
>>> [network.security.SecurityGroupManagerImpl]
>>> > (Job-Executor-36:job-43) Security Group Mgr v2: scheduling ruleset
>>> updates
>>> > for 1 vms  (unique=1), current queue size=0
>>> > 2013-04-07 00:32:41,593 DEBUG
>>> [network.security.SecurityGroupManagerImpl]
>>> > (Job-Executor-36:job-43) Security Group Mgr v2: done scheduling ruleset
>>> > updates for 1 vms: num new jobs=1 num rows insert or updated=1 time
>>> taken=1
>>> > 2013-04-07 00:32:41,596 DEBUG [cloud.capacity.CapacityManagerImpl]
>>> > (Job-Executor-36:job-43) VM state transitted from :Starting to Running
>>> with
>>> > event: OperationSucceededvm's original host id: 6 new host id: 6 host
>>> id
>>> > before state transition: 6
>>> > 2013-04-07 00:32:41,596 DEBUG [cloud.vm.VirtualMachineManagerImpl]
>>> > (Job-Executor-36:job-43) Start completed for VM
>>> > VM[User|94ddc16f-04fc-4da1-8326-01d8d5cdeb44]
>>> > 2013-04-07 00:32:41,601 DEBUG
>>> [network.security.SecurityGroupManagerImpl]
>>> > (SecGrp-Worker-4:null) SecurityGroupManager v2: sending ruleset update
>>> for
>>> > vm i-2-13-VM:ingress num rules=0:egress num rules=0 num cidrs=0
>>> > sig=d41d8cd98f00b204e9800998ecf8427e
>>> > 2013-04-07 00:32:41,605 DEBUG [agent.transport.Request]
>>> > (SecGrp-Worker-4:null) Seq 6-324993309: Sending  { Cmd , MgmtId: 1,
>>> via: 6,
>>> > Ver: v1, Flags: 100111,
>>> >
>>> [{"SecurityGroupRulesCmd":{"guestIp":"192.168.56.146","vmName":"i-2-13-VM","guestMac":"06:06:fe:00:00:44","signature":"d41d8cd98f00b204e9800998ecf8427e","seqNum":1,"vmId":13,"msId":1,"ingressRuleSet":[],"egressRuleSet":[],"wait":0}}]
>>> > }
>>> > 2013-04-07 00:32:41,605 DEBUG [cloud.async.AsyncJobManagerImpl]
>>> > (Job-Executor-36:job-43) Complete async job-43, jobStatus: 1,
>>> resultCode:
>>> > 0, result: org.apache.cloudstack.api.response.UserVmResponse@68779e71
>>> > 2013-04-07 00:32:41,605 DEBUG [agent.transport.Request]
>>> > (SecGrp-Worker-4:null) Seq 6-324993309: Executing:  { Cmd , MgmtId: 1,
>>> via:
>>> > 6, Ver: v1, Flags: 100111,
>>> >
>>> [{"SecurityGroupRulesCmd":{"guestIp":"192.168.56.146","vmName":"i-2-13-VM","guestMac":"06:06:fe:00:00:44","signature":"d41d8cd98f00b204e9800998ecf8427e","seqNum":1,"vmId":13,"msId":1,"ingressRuleSet":[],"egressRuleSet":[],"wait":0}}]
>>> > }
>>> > 2013-04-07 00:32:41,606 DEBUG [agent.manager.DirectAgentAttache]
>>> > (DirectAgent-275:null) Seq 6-324993309: Executing request
>>> > 2013-04-07 00:32:41,611 DEBUG [cloud.async.AsyncJobManagerImpl]
>>> > (Job-Executor-36:job-43) Done executing
>>> > org.apache.cloudstack.api.command.user.vm.DeployVMCmd for job-43
>>> > 2013-04-07 00:32:41,866 INFO  [xen.resource.CitrixResourceBase]
>>> > (DirectAgent-275:null) Programmed network rules for vm i-2-13-VM
>>> > guestIp=192.168.56.146, ingress numrules=0, egress numrules=0
>>> > 2013-04-07 00:32:41,866 DEBUG [agent.manager.DirectAgentAttache]
>>> > (DirectAgent-275:null) Seq 6-324993309: Response Received:
>>> > 2013-04-07 00:32:41,866 DEBUG [agent.transport.Request]
>>> > (DirectAgent-275:null) Seq 6-324993309: Processing:  { Ans: , MgmtId:
>>> 1,
>>> > via: 6, Ver: v1, Flags: 110,
>>> >
>>> [{"SecurityGroupRuleAnswer":{"logSequenceNumber":1,"vmId":13,"reason":"NONE","result":true,"wait":0}}]
>>> > }
>>> > 2013-04-07 00:32:41,866 DEBUG [network.security.SecurityGroupListener]
>>> > (DirectAgent-275:null) Successfully programmed rule
>>> > com.cloud.agent.api.SecurityGroupRuleAnswer into host 6
>>> > 2013-04-07 00:32:41,868 DEBUG [network.security.SecurityGroupListener]
>>> > (DirectAgent-275:null) Successfully programmed rule
>>> > com.cloud.agent.api.SecurityGroupRuleAnswer into host 6
>>> > 2013-04-07 00:32:41,869 DEBUG [agent.manager.AgentAttache]
>>> > (DirectAgent-275:null) Seq 6-324993309: No more commands found
>>> > 2013-04-07 00:32:42,396 DEBUG [cloud.api.ApiServlet]
>>> > (1161145101@qtp-1008805148-33:null) ===START===  127.0.0.1 -- GET
>>> >
>>>  command=queryAsyncJobResult&jobId=00aeb7f7-459c-477e-a0a1-5d9262bc583a&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316362394
>>> > 2013-04-07 00:32:42,406 DEBUG [cloud.async.AsyncJobManagerImpl]
>>> > (1161145101@qtp-1008805148-33:null) Async job-43 completed
>>> > 2013-04-07 00:32:42,412 DEBUG [cloud.api.ApiServlet]
>>> > (1161145101@qtp-1008805148-33:null) ===END===  127.0.0.1 -- GET
>>> >
>>>  command=queryAsyncJobResult&jobId=00aeb7f7-459c-477e-a0a1-5d9262bc583a&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316362394
>>> > 2013-04-07 00:32:45,427 DEBUG [cloud.api.ApiServlet]
>>> > (1161145101@qtp-1008805148-33:null) ===START===  127.0.0.1 -- GET
>>> >
>>>  command=listVolumes&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&listAll=true&page=1&pagesize=20&_=1365316365425
>>> > 2013-04-07 00:32:45,442 DEBUG [cloud.api.ApiServlet]
>>> > (1161145101@qtp-1008805148-33:null) ===END===  127.0.0.1 -- GET
>>> >
>>>  command=listVolumes&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&listAll=true&page=1&pagesize=20&_=1365316365425
>>> > 2013-04-07 00:32:47,667 DEBUG [cloud.api.ApiServlet]
>>> > (1161145101@qtp-1008805148-33:null) ===START===  127.0.0.1 -- GET
>>> >
>>>  command=listVolumes&id=44d56727-6e5f-438a-8187-42adfac7c906&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316367665
>>> > 2013-04-07 00:32:47,679 DEBUG [agent.manager.AgentManagerImpl]
>>> > (AgentManager-Handler-12:null) Ping from 3
>>> > 2013-04-07 00:32:47,684 DEBUG [cloud.api.ApiServlet]
>>> > (1161145101@qtp-1008805148-33:null) ===END===  127.0.0.1 -- GET
>>> >
>>>  command=listVolumes&id=44d56727-6e5f-438a-8187-42adfac7c906&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316367665
>>> > 2013-04-07 00:32:47,698 DEBUG [cloud.api.ApiServlet]
>>> > (1161145101@qtp-1008805148-33:null) ===START===  127.0.0.1 -- GET
>>> >
>>>  command=listTags&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&resourceId=44d56727-6e5f-438a-8187-42adfac7c906&resourceType=Volume&listAll=true&_=1365316367696
>>> > 2013-04-07 00:32:47,708 DEBUG [cloud.api.ApiServlet]
>>> > (1161145101@qtp-1008805148-33:null) ===END===  127.0.0.1 -- GET
>>> >
>>>  command=listTags&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&resourceId=44d56727-6e5f-438a-8187-42adfac7c906&resourceType=Volume&listAll=true&_=1365316367696
>>> > 2013-04-07 00:32:50,453 DEBUG
>>> > [storage.secondary.SecondaryStorageManagerImpl] (secstorage-1:null)
>>> Zone 1
>>> > is ready to launch secondary storage VM
>>> > 2013-04-07 00:32:50,556 DEBUG
>>> [cloud.consoleproxy.ConsoleProxyManagerImpl]
>>> > (consoleproxy-1:null) Zone 1 is ready to launch console proxy
>>> > 2013-04-07 00:32:50,815 DEBUG
>>> > [network.router.VirtualNetworkApplianceManagerImpl]
>>> (RouterMonitor-1:null)
>>> > Found 0 running routers.
>>> > 2013-04-07 00:32:50,820 DEBUG
>>> > [network.router.VirtualNetworkApplianceManagerImpl]
>>> > (RouterStatusMonitor-1:null) Found 0 routers to update status.
>>> > 2013-04-07 00:32:50,821 DEBUG
>>> > [network.router.VirtualNetworkApplianceManagerImpl]
>>> > (RouterStatusMonitor-1:null) Found 0 networks to update RvR status.
>>> > 2013-04-07 00:32:50,851 DEBUG
>>> > [network.router.VirtualNetworkApplianceManagerImpl]
>>> (RouterMonitor-1:null)
>>> > Found 0 running routers.
>>> > 2013-04-07 00:32:50,851 DEBUG
>>> > [network.router.VirtualNetworkApplianceManagerImpl]
>>> > (RouterStatusMonitor-1:null) Found 0 routers to update status.
>>> > 2013-04-07 00:32:50,852 DEBUG
>>> > [network.router.VirtualNetworkApplianceManagerImpl]
>>> > (RouterStatusMonitor-1:null) Found 0 networks to update RvR status.
>>> > 2013-04-07 00:32:50,908 DEBUG
>>> > [cloud.network.ExternalLoadBalancerUsageManagerImpl]
>>> > (ExternalNetworkMonitor-1:null) External devices stats collector is
>>> > running...
>>> > 2013-04-07 00:32:50,919 DEBUG [storage.snapshot.SnapshotSchedulerImpl]
>>> > (SnapshotPollTask:null) Snapshot scheduler.poll is being called at
>>> > 2013-04-07 06:32:50 GMT
>>> > 2013-04-07 00:32:50,920 DEBUG [storage.snapshot.SnapshotSchedulerImpl]
>>> > (SnapshotPollTask:null) Got 0 snapshots to be executed at 2013-04-07
>>> > 06:32:50 GMT
>>> > 2013-04-07 00:32:51,462 INFO  [agent.manager.AgentMonitor]
>>> > (Thread-11:null) Found the following agents behind on ping: [6, 5]
>>> > 2013-04-07 00:32:51,464 DEBUG [cloud.host.Status] (Thread-11:null) Ping
>>> > timeout for host 6, do invstigation
>>> > 2013-04-07 00:32:51,465 DEBUG [cloud.host.Status] (Thread-11:null) Ping
>>> > timeout for host 5, do invstigation
>>> > 2013-04-07 00:32:51,465 INFO  [agent.manager.AgentManagerImpl]
>>> > (AgentTaskPool-15:null) Investigating why host 6 has disconnected with
>>> > event PingTimeout
>>> > 2013-04-07 00:32:51,465 DEBUG [agent.manager.AgentManagerImpl]
>>> > (AgentTaskPool-15:null) checking if agent (6) is alive
>>> > 2013-04-07 00:32:51,467 INFO  [agent.manager.AgentManagerImpl]
>>> > (AgentTaskPool-1:null) Investigating why host 5 has disconnected with
>>> event
>>> > PingTimeout
>>> > 2013-04-07 00:32:51,467 DEBUG [agent.manager.AgentManagerImpl]
>>> > (AgentTaskPool-1:null) checking if agent (5) is alive
>>> > 2013-04-07 00:32:51,469 DEBUG [agent.transport.Request]
>>> > (AgentTaskPool-15:null) Seq 6-324993310: Sending  { Cmd , MgmtId: 1,
>>> via:
>>> > 6, Ver: v1, Flags: 100011, [{"CheckHealthCommand":{"wait":50}}] }
>>> > 2013-04-07 00:32:51,469 DEBUG [agent.transport.Request]
>>> > (AgentTaskPool-15:null) Seq 6-324993310: Executing:  { Cmd , MgmtId: 1,
>>> > via: 6, Ver: v1, Flags: 100011, [{"CheckHealthCommand":{"wait":50}}] }
>>> > 2013-04-07 00:32:51,469 DEBUG [agent.manager.DirectAgentAttache]
>>> > (DirectAgent-335:null) Seq 6-324993310: Executing request
>>> > 2013-04-07 00:32:51,473 DEBUG [agent.transport.Request]
>>> > (AgentTaskPool-1:null) Seq 5-614334814: Sending  { Cmd , MgmtId: 1,
>>> via: 5,
>>> > Ver: v1, Flags: 100011, [{"CheckHealthCommand":{"wait":50}}] }
>>> > 2013-04-07 00:32:51,473 DEBUG [agent.transport.Request]
>>> > (AgentTaskPool-1:null) Seq 5-614334814: Executing:  { Cmd , MgmtId: 1,
>>> via:
>>> > 5, Ver: v1, Flags: 100011, [{"CheckHealthCommand":{"wait":50}}] }
>>> > 2013-04-07 00:32:51,473 DEBUG [agent.manager.DirectAgentAttache]
>>> > (DirectAgent-30:null) Seq 5-614334814: Executing request
>>> > 2013-04-07 00:32:51,536 DEBUG [agent.manager.DirectAgentAttache]
>>> > (DirectAgent-335:null) Seq 6-324993310: Response Received:
>>> > 2013-04-07 00:32:51,536 DEBUG [agent.manager.DirectAgentAttache]
>>> > (DirectAgent-30:null) Seq 5-614334814: Response Received:
>>> > 2013-04-07 00:32:51,536 DEBUG [agent.transport.Request]
>>> > (DirectAgent-30:null) Seq 5-614334814: Processing:  { Ans: , MgmtId: 1,
>>> > via: 5, Ver: v1, Flags: 10,
>>> > [{"CheckHealthAnswer":{"result":true,"details":"resource is
>>> > alive","wait":0}}] }
>>> > 2013-04-07 00:32:51,536 DEBUG [agent.transport.Request]
>>> > (DirectAgent-335:null) Seq 6-324993310: Processing:  { Ans: , MgmtId:
>>> 1,
>>> > via: 6, Ver: v1, Flags: 10,
>>> > [{"CheckHealthAnswer":{"result":true,"details":"resource is
>>> > alive","wait":0}}] }
>>> > 2013-04-07 00:32:51,536 DEBUG [agent.transport.Request]
>>> > (AgentTaskPool-1:null) Seq 5-614334814: Received:  { Ans: , MgmtId: 1,
>>> via:
>>> > 5, Ver: v1, Flags: 10, { CheckHealthAnswer } }
>>> > 2013-04-07 00:32:51,536 DEBUG [agent.transport.Request]
>>> > (AgentTaskPool-15:null) Seq 6-324993310: Received:  { Ans: , MgmtId: 1,
>>> > via: 6, Ver: v1, Flags: 10, { CheckHealthAnswer } }
>>> > 2013-04-07 00:32:51,536 DEBUG [agent.manager.AgentManagerImpl]
>>> > (AgentTaskPool-1:null) Details from executing class
>>> > com.cloud.agent.api.CheckHealthCommand: resource is alive
>>> > 2013-04-07 00:32:51,536 DEBUG [agent.manager.AgentManagerImpl]
>>> > (AgentTaskPool-1:null) agent (5) responded to checkHeathCommand,
>>> reporting
>>> > that agent is Up
>>> > 2013-04-07 00:32:51,536 DEBUG [agent.manager.AgentManagerImpl]
>>> > (AgentTaskPool-15:null) Details from executing class
>>> > com.cloud.agent.api.CheckHealthCommand: resource is alive
>>> > 2013-04-07 00:32:51,536 INFO  [agent.manager.AgentManagerImpl]
>>> > (AgentTaskPool-1:null) The state determined is Up
>>> > 2013-04-07 00:32:51,536 INFO  [agent.manager.AgentManagerImpl]
>>> > (AgentTaskPool-1:null) Agent is determined to be up and running
>>> > 2013-04-07 00:32:51,536 DEBUG [agent.manager.AgentManagerImpl]
>>> > (AgentTaskPool-15:null) agent (6) responded to checkHeathCommand,
>>> reporting
>>> > that agent is Up
>>> > 2013-04-07 00:32:51,536 DEBUG [cloud.host.Status]
>>> (AgentTaskPool-1:null)
>>> > Transition:[Resource state = Enabled, Agent event = Ping, Host id = 5,
>>> name
>>> > = Tut-XenServer2]
>>> > 2013-04-07 00:32:51,536 INFO  [agent.manager.AgentManagerImpl]
>>> > (AgentTaskPool-15:null) The state determined is Up
>>> > 2013-04-07 00:32:51,537 INFO  [agent.manager.AgentManagerImpl]
>>> > (AgentTaskPool-15:null) Agent is determined to be up and running
>>> > 2013-04-07 00:32:51,540 DEBUG [cloud.host.Status]
>>> (AgentTaskPool-1:null)
>>> > Agent status update: [id = 5; name = Tut-XenServer2; old status = Up;
>>> event
>>> > = Ping; new status = Up; old update count = 146; new update count =
>>> 147]
>>> > 2013-04-07 00:32:51,540 DEBUG [cloud.host.Status]
>>> (AgentTaskPool-15:null)
>>> > Transition:[Resource state = Enabled, Agent event = Ping, Host id = 6,
>>> name
>>> > = Tut-XenServer]
>>> > 2013-04-07 00:32:51,542 DEBUG [cloud.host.Status]
>>> (AgentTaskPool-15:null)
>>> > Agent status update: [id = 6; name = Tut-XenServer; old status = Up;
>>> event
>>> > = Ping; new status = Up; old update count = 309; new update count =
>>> 310]
>>> > 2013-04-07 00:33:04,820 DEBUG [agent.manager.DirectAgentAttache]
>>> > (DirectAgent-422:null) Ping from 6
>>> > 2013-04-07 00:33:06,176 DEBUG [agent.manager.DirectAgentAttache]
>>> > (DirectAgent-135:null) Ping from 5
>>> > 2013-04-07 00:33:06,909 DEBUG [agent.manager.DirectAgentAttache]
>>> > (DirectAgent-152:null) Seq 6-324993028: Executing request
>>> > 2013-04-07 00:33:07,151 DEBUG [agent.manager.DirectAgentAttache]
>>> > (DirectAgent-152:null) Seq 6-324993028: Response Received:
>>> > 2013-04-07 00:33:07,151 DEBUG [agent.transport.Request]
>>> > (DirectAgent-152:null) Seq 6-324993028: Processing:  { Ans: , MgmtId:
>>> 1,
>>> > via: 6, Ver: v1, Flags: 10,
>>> >
>>> [{"ClusterSyncAnswer":{"_clusterId":2,"_newStates":{},"_isExecuted":false,"result":true,"wait":0}}]
>>> > }
>>> > 2013-04-07 00:33:11,022 DEBUG [agent.manager.DirectAgentAttache]
>>> > (DirectAgent-50:null) Seq 5-614334468: Executing request
>>> > 2013-04-07 00:33:11,169 DEBUG [agent.manager.DirectAgentAttache]
>>> > (DirectAgent-50:null) Seq 5-614334468: Response Received:
>>> > 2013-04-07 00:33:11,169 DEBUG [agent.transport.Request]
>>> > (DirectAgent-50:null) Seq 5-614334468: Processing:  { Ans: , MgmtId: 1,
>>> > via: 5, Ver: v1, Flags: 10, [{"Answer":{"result":true,"wait":0}}] }
>>> > 2013-04-07 00:33:20,451 DEBUG
>>> > [storage.secondary.SecondaryStorageManagerImpl] (secstorage-1:null)
>>> Zone 1
>>> > is ready to launch secondary storage VM
>>> > 2013-04-07 00:33:20,553 DEBUG
>>> [cloud.consoleproxy.ConsoleProxyManagerImpl]
>>> > (consoleproxy-1:null) Zone 1 is ready to launch console proxy
>>> > 2013-04-07 00:33:20,819 DEBUG
>>> > [network.router.VirtualNetworkApplianceManagerImpl]
>>> > (RouterStatusMonitor-1:null) Found 0 routers to update status.
>>> > 2013-04-07 00:33:20,820 DEBUG
>>> > [network.router.VirtualNetworkApplianceManagerImpl]
>>> > (RouterStatusMonitor-1:null) Found 0 networks to update RvR status.
>>> > 2013-04-07 00:33:20,851 DEBUG
>>> > [network.router.VirtualNetworkApplianceManagerImpl]
>>> > (RouterStatusMonitor-1:null) Found 0 routers to update status.
>>> > 2013-04-07 00:33:20,852 DEBUG
>>> > [network.router.VirtualNetworkApplianceManagerImpl]
>>> > (RouterStatusMonitor-1:null) Found 0 networks to update RvR status.
>>> > 2013-04-07 00:33:20,921 DEBUG [cloud.alert.AlertManagerImpl]
>>> > (CapacityChecker:null) Running Capacity Checker ...
>>> > 2013-04-07 00:33:20,921 DEBUG [cloud.alert.AlertManagerImpl]
>>> > (CapacityChecker:null) recalculating system capacity
>>> > 2013-04-07 00:33:20,921 DEBUG [cloud.alert.AlertManagerImpl]
>>> > (CapacityChecker:null) Executing cpu/ram capacity update
>>> > 2013-04-07 00:33:20,929 DEBUG [cloud.capacity.CapacityManagerImpl]
>>> > (CapacityChecker:null) Found 2 VMs on host 1
>>> > 2013-04-07 00:33:20,931 DEBUG [cloud.capacity.CapacityManagerImpl]
>>> > (CapacityChecker:null) Found 0 VM, not running on host 1
>>> > 2013-04-07 00:33:20,933 DEBUG [cloud.capacity.CapacityManagerImpl]
>>> > (CapacityChecker:null) No need to calibrate cpu capacity, host:1
>>> usedCpu:
>>> > 200 reservedCpu: 0
>>> > 2013-04-07 00:33:20,933 DEBUG [cloud.capacity.CapacityManagerImpl]
>>> > (CapacityChecker:null) No need to calibrate memory capacity, host:1
>>> > usedMem: 209715200 reservedMem: 0
>>> > 2013-04-07 00:33:20,939 DEBUG [cloud.capacity.CapacityManagerImpl]
>>> > (CapacityChecker:null) Found 1 VMs on host 5
>>> > 2013-04-07 00:33:20,940 DEBUG [cloud.capacity.CapacityManagerImpl]
>>> > (CapacityChecker:null) Found 0 VM, not running on host 5
>>> > 2013-04-07 00:33:20,942 DEBUG [cloud.capacity.CapacityManagerImpl]
>>> > (CapacityChecker:null) No need to calibrate cpu capacity, host:5
>>> usedCpu:
>>> > 100 reservedCpu: 0
>>> > 2013-04-07 00:33:20,942 DEBUG [cloud.capacity.CapacityManagerImpl]
>>> > (CapacityChecker:null) No need to calibrate memory capacity, host:5
>>> > usedMem: 1073741824 reservedMem: 0
>>> > 2013-04-07 00:33:20,948 DEBUG [cloud.capacity.CapacityManagerImpl]
>>> > (CapacityChecker:null) Found 2 VMs on host 6
>>> > 2013-04-07 00:33:20,949 DEBUG [cloud.capacity.CapacityManagerImpl]
>>> > (CapacityChecker:null) Found 0 VM, not running on host 6
>>> > 2013-04-07 00:33:20,951 DEBUG [cloud.capacity.CapacityManagerImpl]
>>> > (CapacityChecker:null) No need to calibrate cpu capacity, host:6
>>> usedCpu:
>>> > 200 reservedCpu: 0
>>> > 2013-04-07 00:33:20,951 DEBUG [cloud.capacity.CapacityManagerImpl]
>>> > (CapacityChecker:null) No need to calibrate memory capacity, host:6
>>> > usedMem: 1178599424 reservedMem: 0
>>> > 2013-04-07 00:33:20,951 DEBUG [cloud.alert.AlertManagerImpl]
>>> > (CapacityChecker:null) Done executing cpu/ram capacity update
>>> > 2013-04-07 00:33:20,951 DEBUG [cloud.alert.AlertManagerImpl]
>>> > (CapacityChecker:null) Executing storage capacity update
>>> > 2013-04-07 00:33:20,956 DEBUG [cloud.storage.StorageManagerImpl]
>>> > (CapacityChecker:null) Successfully set Capacity - 31004332032 for
>>> capacity
>>> > type - 9 , DataCenterId - 1, HostOrPoolId - 200, PodId 1
>>> > 2013-04-07 00:33:20,959 DEBUG [cloud.storage.StorageManagerImpl]
>>> > (CapacityChecker:null) Successfully set Capacity - 97221701632 for
>>> capacity
>>> > type - 9 , DataCenterId - 1, HostOrPoolId - 201, PodId 1
>>> > 2013-04-07 00:33:20,963 DEBUG [cloud.storage.StorageManagerImpl]
>>> > (CapacityChecker:null) Successfully set Capacity - 97221701632 for
>>> capacity
>>> > type - 9 , DataCenterId - 1, HostOrPoolId - 202, PodId 1
>>> > 2013-04-07 00:33:20,967 DEBUG [cloud.storage.StorageManagerImpl]
>>> > (CapacityChecker:null) Successfully set Capacity - 2084569088 for
>>> capacity
>>> > type - 3 , DataCenterId - 1, HostOrPoolId - 256, PodId 1
>>> > 2013-04-07 00:33:20,971 DEBUG [cloud.storage.StorageManagerImpl]
>>> > (CapacityChecker:null) Successfully set Capacity - 2084569088 for
>>> capacity
>>> > type - 3 , DataCenterId - 1, HostOrPoolId - 257, PodId 1
>>> > 2013-04-07 00:33:20,975 DEBUG [cloud.storage.StorageManagerImpl]
>>> > (CapacityChecker:null) Successfully set Capacity - 2084569088 for
>>> capacity
>>> > type - 3 , DataCenterId - 1, HostOrPoolId - 262, PodId 1
>>> > 2013-04-07 00:33:20,975 DEBUG [cloud.alert.AlertManagerImpl]
>>> > (CapacityChecker:null) Done executing storage capacity update
>>> > 2013-04-07 00:33:20,975 DEBUG [cloud.alert.AlertManagerImpl]
>>> > (CapacityChecker:null) Executing capacity updates for public ip and
>>> Vlans
>>> > 2013-04-07 00:33:20,983 DEBUG [cloud.alert.AlertManagerImpl]
>>> > (CapacityChecker:null) Done capacity updates for public ip and Vlans
>>> > 2013-04-07 00:33:20,983 DEBUG [cloud.alert.AlertManagerImpl]
>>> > (CapacityChecker:null) Executing capacity updates for private ip
>>> > 2013-04-07 00:33:20,990 DEBUG [cloud.alert.AlertManagerImpl]
>>> > (CapacityChecker:null) Done executing capacity updates for private ip
>>> > 2013-04-07 00:33:20,990 DEBUG [cloud.alert.AlertManagerImpl]
>>> > (CapacityChecker:null) Done recalculating system capacity
>>> > 2013-04-07 00:33:21,012 DEBUG [cloud.alert.AlertManagerImpl]
>>> > (CapacityChecker:null) Done running Capacity Checker ...
>>> > 2013-04-07 00:33:24,891 DEBUG [agent.manager.AgentManagerImpl]
>>> > (AgentManager-Handler-13:null) Ping from 4
>>> > 2013-04-07 00:33:27,159 DEBUG [agent.manager.DirectAgentAttache]
>>> > (DirectAgent-459:null) Ping from 1
>>> > 2013-04-07 00:33:29,095 DEBUG [agent.manager.DirectAgentAttache]
>>> > (DirectAgent-457:null) Seq 1-90046472: Executing request
>>> > 2013-04-07 00:33:29,329 DEBUG [agent.manager.DirectAgentAttache]
>>> > (DirectAgent-457:null) Seq 1-90046472: Response Received:
>>> > 2013-04-07 00:33:29,330 DEBUG [agent.transport.Request]
>>> > (DirectAgent-457:null) Seq 1-90046472: Processing:  { Ans: , MgmtId: 1,
>>> > via: 1, Ver: v1, Flags: 10,
>>> >
>>> [{"ClusterSyncAnswer":{"_clusterId":1,"_newStates":{},"_isExecuted":false,"result":true,"wait":0}}]
>>> > }
>>> > 2013-04-07 00:33:33,192 DEBUG [cloud.api.ApiServlet]
>>> > (1161145101@qtp-1008805148-33:null) ===START===  127.0.0.1 -- GET
>>> >
>>>  command=listVirtualMachines&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&listAll=true&page=1&pagesize=20&_=1365316413189
>>> > 2013-04-07 00:33:33,210 DEBUG [cloud.api.ApiServlet]
>>> > (1161145101@qtp-1008805148-33:null) ===END===  127.0.0.1 -- GET
>>> >
>>>  command=listVirtualMachines&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&listAll=true&page=1&pagesize=20&_=1365316413189
>>> > 2013-04-07 00:33:35,033 DEBUG [cloud.api.ApiServlet]
>>> > (1161145101@qtp-1008805148-33:null) ===START===  127.0.0.1 -- GET
>>> >
>>>  command=listZones&available=true&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316415031
>>> > 2013-04-07 00:33:35,040 DEBUG [cloud.api.ApiServlet]
>>> > (1161145101@qtp-1008805148-33:null) ===END===  127.0.0.1 -- GET
>>> >
>>>  command=listZones&available=true&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316415031
>>> > 2013-04-07 00:33:36,745 DEBUG [cloud.api.ApiServlet]
>>> > (1161145101@qtp-1008805148-33:null) ===START===  127.0.0.1 -- GET
>>> >
>>>  command=listHypervisors&zoneid=3a62dec3-cf95-4ba2-9af0-af2190af35e3&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316416743
>>> > 2013-04-07 00:33:36,753 DEBUG [cloud.api.ApiServlet]
>>> > (1161145101@qtp-1008805148-33:null) ===END===  127.0.0.1 -- GET
>>> >
>>>  command=listHypervisors&zoneid=3a62dec3-cf95-4ba2-9af0-af2190af35e3&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316416743
>>> > 2013-04-07 00:33:36,756 DEBUG [cloud.api.ApiServlet]
>>> > (1161145101@qtp-1008805148-33:null) ===START===  127.0.0.1 -- GET
>>> >
>>>  command=listTemplates&templatefilter=featured&zoneid=3a62dec3-cf95-4ba2-9af0-af2190af35e3&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316416754
>>> > 2013-04-07 00:33:36,781 DEBUG [cloud.api.ApiServlet]
>>> > (1161145101@qtp-1008805148-33:null) ===END===  127.0.0.1 -- GET
>>> >
>>>  command=listTemplates&templatefilter=featured&zoneid=3a62dec3-cf95-4ba2-9af0-af2190af35e3&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316416754
>>> > 2013-04-07 00:33:36,784 DEBUG [cloud.api.ApiServlet]
>>> > (1161145101@qtp-1008805148-33:null) ===START===  127.0.0.1 -- GET
>>> >
>>>  command=listTemplates&templatefilter=community&zoneid=3a62dec3-cf95-4ba2-9af0-af2190af35e3&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316416782
>>> > 2013-04-07 00:33:36,812 DEBUG [cloud.api.ApiServlet]
>>> > (1161145101@qtp-1008805148-33:null) ===END===  127.0.0.1 -- GET
>>> >
>>>  command=listTemplates&templatefilter=community&zoneid=3a62dec3-cf95-4ba2-9af0-af2190af35e3&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316416782
>>> > 2013-04-07 00:33:36,815 DEBUG [cloud.api.ApiServlet]
>>> > (1161145101@qtp-1008805148-33:null) ===START===  127.0.0.1 -- GET
>>> >
>>>  command=listTemplates&templatefilter=selfexecutable&zoneid=3a62dec3-cf95-4ba2-9af0-af2190af35e3&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316416813
>>> > 2013-04-07 00:33:36,829 DEBUG [cloud.api.ApiServlet]
>>> > (1161145101@qtp-1008805148-33:null) ===END===  127.0.0.1 -- GET
>>> >
>>>  command=listTemplates&templatefilter=selfexecutable&zoneid=3a62dec3-cf95-4ba2-9af0-af2190af35e3&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316416813
>>> > 2013-04-07 00:33:37,503 DEBUG [cloud.api.ApiServlet]
>>> > (1161145101@qtp-1008805148-33:null) ===START===  127.0.0.1 -- GET
>>> >
>>>  command=listServiceOfferings&issystem=false&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316417501
>>> > 2013-04-07 00:33:37,514 DEBUG [cloud.api.ApiServlet]
>>> > (1161145101@qtp-1008805148-33:null) ===END===  127.0.0.1 -- GET
>>> >
>>>  command=listServiceOfferings&issystem=false&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316417501
>>> > 2013-04-07 00:33:41,151 DEBUG [cloud.api.ApiServlet]
>>> > (1161145101@qtp-1008805148-33:null) ===START===  127.0.0.1 -- GET
>>> >
>>>  command=listDiskOfferings&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316421149
>>> > 2013-04-07 00:33:41,162 DEBUG [cloud.api.ApiServlet]
>>> > (1161145101@qtp-1008805148-33:null) ===END===  127.0.0.1 -- GET
>>> >
>>>  command=listDiskOfferings&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316421149
>>> > 2013-04-07 00:33:41,970 DEBUG [cloud.api.ApiServlet]
>>> > (1161145101@qtp-1008805148-33:null) ===START===  127.0.0.1 -- GET
>>> >
>>>  command=listNetworks&trafficType=Guest&zoneId=3a62dec3-cf95-4ba2-9af0-af2190af35e3&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316421968
>>> > 2013-04-07 00:33:41,994 DEBUG [cloud.api.ApiServlet]
>>> > (1161145101@qtp-1008805148-33:null) ===END===  127.0.0.1 -- GET
>>> >
>>>  command=listNetworks&trafficType=Guest&zoneId=3a62dec3-cf95-4ba2-9af0-af2190af35e3&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316421968
>>> > 2013-04-07 00:33:41,997 DEBUG [cloud.api.ApiServlet]
>>> > (1161145101@qtp-1008805148-33:null) ===START===  127.0.0.1 -- GET
>>> >
>>>  command=listSecurityGroups&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&domainid=e4ec5ddc-9e1c-11e2-a770-6e70e42a2333&account=admin&_=1365316421995
>>> > 2013-04-07 00:33:42,003 DEBUG [cloud.user.AccountManagerImpl]
>>> > (1161145101@qtp-1008805148-33:null) Access granted to Acct[2-admin] to
>>> > Domain:1/ by DomainChecker
>>> > 2013-04-07 00:33:42,009 DEBUG [cloud.api.ApiServlet]
>>> > (1161145101@qtp-1008805148-33:null) ===END===  127.0.0.1 -- GET
>>> >
>>>  command=listSecurityGroups&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&domainid=e4ec5ddc-9e1c-11e2-a770-6e70e42a2333&account=admin&_=1365316421995
>>> > 2013-04-07 00:33:44,477 DEBUG [cloud.api.ApiServlet]
>>> > (1161145101@qtp-1008805148-33:null) ===START===  127.0.0.1 -- GET
>>> >
>>>  command=deployVirtualMachine&zoneId=3a62dec3-cf95-4ba2-9af0-af2190af35e3&templateId=e4a7df4a-9e1c-11e2-a770-6e70e42a2333&hypervisor=XenServer&serviceOfferingId=9c1e08a2-2dfe-4fa8-aea9-3e4955a69cc2&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316424475
>>> > 2013-04-07 00:33:44,484 DEBUG [cloud.api.ApiDispatcher]
>>> > (1161145101@qtp-1008805148-33:null) InfrastructureEntity name
>>> > is:com.cloud.offering.ServiceOffering
>>> > 2013-04-07 00:33:44,486 DEBUG [cloud.api.ApiDispatcher]
>>> > (1161145101@qtp-1008805148-33:null) ControlledEntity name
>>> > is:com.cloud.template.VirtualMachineTemplate
>>> > 2013-04-07 00:33:44,510 DEBUG [cloud.vm.UserVmManagerImpl]
>>> > (1161145101@qtp-1008805148-33:null) Allocating in the DB for vm
>>> > 2013-04-07 00:33:44,523 DEBUG [cloud.vm.VirtualMachineManagerImpl]
>>> > (1161145101@qtp-1008805148-33:null) Allocating entries for VM:
>>> > VM[User|a30b991d-1c38-4bae-803f-ab3be57a384f]
>>> > 2013-04-07 00:33:44,523 DEBUG [cloud.vm.VirtualMachineManagerImpl]
>>> > (1161145101@qtp-1008805148-33:null) Allocating nics for
>>> > VM[User|a30b991d-1c38-4bae-803f-ab3be57a384f]
>>> > 2013-04-07 00:33:44,524 DEBUG [cloud.network.NetworkManagerImpl]
>>> > (1161145101@qtp-1008805148-33:null) Allocating nic for vm
>>> > VM[User|a30b991d-1c38-4bae-803f-ab3be57a384f] in network
>>> Ntwk[204|Guest|6]
>>> > with requested profile NicProfile[0-0-null-null-null
>>> > 2013-04-07 00:33:44,531 DEBUG [cloud.vm.VirtualMachineManagerImpl]
>>> > (1161145101@qtp-1008805148-33:null) Allocaing disks for
>>> > VM[User|a30b991d-1c38-4bae-803f-ab3be57a384f]
>>> > 2013-04-07 00:33:44,538 DEBUG [cloud.vm.VirtualMachineManagerImpl]
>>> > (1161145101@qtp-1008805148-33:null) Allocation completed for VM:
>>> > VM[User|a30b991d-1c38-4bae-803f-ab3be57a384f]
>>> > 2013-04-07 00:33:44,538 DEBUG [cloud.vm.UserVmManagerImpl]
>>> > (1161145101@qtp-1008805148-33:null) Successfully allocated DB entry
>>> for
>>> > VM[User|a30b991d-1c38-4bae-803f-ab3be57a384f]
>>> > 2013-04-07 00:33:44,571 DEBUG [cloud.async.AsyncJobManagerImpl]
>>> > (1161145101@qtp-1008805148-33:null) submit async job-44, details:
>>> > AsyncJobVO {id:44, userId: 2, accountId: 2, sessionKey: null,
>>> instanceType:
>>> > null, instanceId: 14, cmd:
>>> > org.apache.cloudstack.api.command.user.vm.DeployVMCmd, cmdOriginator:
>>> null,
>>> > cmdInfo:
>>> >
>>> {"id":"14","templateId":"e4a7df4a-9e1c-11e2-a770-6e70e42a2333","response":"json","sessionkey":"Z6QqzU0Fq1iT13bMgnRRfl8GoVA\u003d","ctxUserId":"2","hypervisor":"XenServer","serviceOfferingId":"9c1e08a2-2dfe-4fa8-aea9-3e4955a69cc2","_":"1365316424475","ctxAccountId":"2","ctxStartEventId":"49","zoneId":"3a62dec3-cf95-4ba2-9af0-af2190af35e3"},
>>> > cmdVersion: 0, callbackType: 0, callbackAddress: null, status: 0,
>>> > processStatus: 0, resultCode: 0, result: null, initMsid: 1,
>>> completeMsid:
>>> > null, lastUpdated: null, lastPolled: null, created: null}
>>> > 2013-04-07 00:33:44,572 DEBUG [cloud.async.AsyncJobManagerImpl]
>>> > (Job-Executor-37:job-44) Executing
>>> > org.apache.cloudstack.api.command.user.vm.DeployVMCmd for job-44
>>> > 2013-04-07 00:33:44,573 DEBUG [cloud.api.ApiServlet]
>>> > (1161145101@qtp-1008805148-33:null) ===END===  127.0.0.1 -- GET
>>> >
>>>  command=deployVirtualMachine&zoneId=3a62dec3-cf95-4ba2-9af0-af2190af35e3&templateId=e4a7df4a-9e1c-11e2-a770-6e70e42a2333&hypervisor=XenServer&serviceOfferingId=9c1e08a2-2dfe-4fa8-aea9-3e4955a69cc2&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316424475
>>> > 2013-04-07 00:33:44,578 DEBUG [cloud.api.ApiDispatcher]
>>> > (Job-Executor-37:job-44) InfrastructureEntity name
>>> > is:com.cloud.offering.ServiceOffering
>>> > 2013-04-07 00:33:44,581 DEBUG [cloud.api.ApiDispatcher]
>>> > (Job-Executor-37:job-44) ControlledEntity name
>>> > is:com.cloud.template.VirtualMachineTemplate
>>> > 2013-04-07 00:33:44,624 DEBUG [cloud.deploy.FirstFitPlanner]
>>> > (Job-Executor-37:job-44) DeploymentPlanner allocation algorithm: random
>>> > 2013-04-07 00:33:44,624 DEBUG [cloud.deploy.FirstFitPlanner]
>>> > (Job-Executor-37:job-44) Trying to allocate a host and storage pools
>>> from
>>> > dc:1, pod:null,cluster:null, requested cpu: 100, requested ram:
>>> 1073741824
>>> > 2013-04-07 00:33:44,624 DEBUG [cloud.deploy.FirstFitPlanner]
>>> > (Job-Executor-37:job-44) Is ROOT volume READY (pool already
>>> allocated)?: No
>>> > 2013-04-07 00:33:44,624 DEBUG [cloud.deploy.FirstFitPlanner]
>>> > (Job-Executor-37:job-44) Searching all possible resources under this
>>> Zone: 1
>>> > 2013-04-07 00:33:44,625 DEBUG [cloud.deploy.FirstFitPlanner]
>>> > (Job-Executor-37:job-44) Listing clusters in order of aggregate
>>> capacity,
>>> > that have (atleast one host with) enough CPU and RAM capacity under
>>> this
>>> > Zone: 1
>>> > 2013-04-07 00:33:44,626 DEBUG [cloud.deploy.FirstFitPlanner]
>>> > (Job-Executor-37:job-44) CPUOverprovisioningFactor considered: 1.0
>>> > 2013-04-07 00:33:44,638 DEBUG [cloud.deploy.FirstFitPlanner]
>>> > (Job-Executor-37:job-44) Cannot allocate cluster list [1, 2] for vm
>>> > creation since their allocated percentage crosses the disable capacity
>>> > threshold: 0.85 for capacity Type : 0, skipping these clusters
>>> > 2013-04-07 00:33:44,639 DEBUG [cloud.deploy.FirstFitPlanner]
>>> > (Job-Executor-37:job-44) Could not find suitable Deployment
>>> Destination for
>>> > this VM under any clusters, returning.
>>> > 2013-04-07 00:33:44,641 DEBUG [cloud.vm.UserVmManagerImpl]
>>> > (Job-Executor-37:job-44) Destroying vm
>>> > VM[User|a30b991d-1c38-4bae-803f-ab3be57a384f] as it failed to create on
>>> > Host with Id:null
>>> > 2013-04-07 00:33:44,646 DEBUG [cloud.capacity.CapacityManagerImpl]
>>> > (Job-Executor-37:job-44) VM state transitted from :Stopped to Error
>>> with
>>> > event: OperationFailedToErrorvm's original host id: null new host id:
>>> null
>>> > host id before state transition: null
>>> > 2013-04-07 00:33:44,672 INFO  [user.vm.DeployVMCmd]
>>> > (Job-Executor-37:job-44)
>>> > com.cloud.exception.InsufficientServerCapacityException: Unable to
>>> create a
>>> > deployment for
>>> VM[User|a30b991d-1c38-4bae-803f-ab3be57a384f]Scope=interface
>>> > com.cloud.dc.DataCenter; id=1
>>> > 2013-04-07 00:33:44,672 INFO  [user.vm.DeployVMCmd]
>>> > (Job-Executor-37:job-44) Unable to create a deployment for
>>> > VM[User|a30b991d-1c38-4bae-803f-ab3be57a384f]
>>> > com.cloud.exception.InsufficientServerCapacityException: Unable to
>>> create
>>> > a deployment for
>>> > VM[User|a30b991d-1c38-4bae-803f-ab3be57a384f]Scope=interface
>>> > com.cloud.dc.DataCenter; id=1
>>> >  at
>>> >
>>> org.apache.cloudstack.engine.cloud.entity.api.VMEntityManagerImpl.reserveVirtualMachine(VMEntityManagerImpl.java:186)
>>> > at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
>>> >  at
>>> >
>>> sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
>>> > at
>>> >
>>> sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
>>> >  at java.lang.reflect.Method.invoke(Method.java:597)
>>> > at
>>> >
>>> org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:319)
>>> >  at
>>> >
>>> org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:183)
>>> > at
>>> >
>>> org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:150)
>>> >  at
>>> >
>>> org.springframework.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodInvocationProceedingJoinPoint.java:80)
>>> > at
>>> >
>>> com.cloud.utils.db.TransactionContextBuilder.AroundAnyMethod(TransactionContextBuilder.java:37)
>>> >  at sun.reflect.GeneratedMethodAccessor37.invoke(Unknown Source)
>>> > at
>>> >
>>> sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
>>> >  at java.lang.reflect.Method.invoke(Method.java:597)
>>> > at
>>> >
>>> org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:621)
>>> >  at
>>> >
>>> org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:610)
>>> > at
>>> >
>>> org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:65)
>>> >  at
>>> >
>>> org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:172)
>>> > at
>>> >
>>> org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:90)
>>> >  at
>>> >
>>> org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:172)
>>> > at
>>> >
>>> org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:202)
>>> >  at com.sun.proxy.$Proxy297.reserveVirtualMachine(Unknown Source)
>>> > at
>>> >
>>> org.apache.cloudstack.engine.cloud.entity.api.VirtualMachineEntityImpl.reserve(VirtualMachineEntityImpl.java:198)
>>> >  at
>>> >
>>> com.cloud.vm.UserVmManagerImpl.startVirtualMachine(UserVmManagerImpl.java:3859)
>>> > at
>>> >
>>> com.cloud.vm.UserVmManagerImpl.startVirtualMachine(UserVmManagerImpl.java:3458)
>>> >  at
>>> >
>>> com.cloud.vm.UserVmManagerImpl.startVirtualMachine(UserVmManagerImpl.java:3444)
>>> > at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
>>> >  at
>>> >
>>> sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
>>> > at
>>> >
>>> sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
>>> >  at java.lang.reflect.Method.invoke(Method.java:597)
>>> > at
>>> >
>>> org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:319)
>>> >  at
>>> >
>>> org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:183)
>>> > at
>>> >
>>> org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:150)
>>> >  at
>>> >
>>> org.springframework.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodInvocationProceedingJoinPoint.java:80)
>>> > at
>>> >
>>> com.cloud.event.ActionEventInterceptor.AroundAnyMethod(ActionEventInterceptor.java:53)
>>> >  at sun.reflect.GeneratedMethodAccessor359.invoke(Unknown Source)
>>> > at
>>> >
>>> sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
>>> >  at java.lang.reflect.Method.invoke(Method.java:597)
>>> > at
>>> >
>>> org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:621)
>>> >  at
>>> >
>>> org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:610)
>>> > at
>>> >
>>> org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:65)
>>> >  at
>>> >
>>> org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:161)
>>> > at
>>> >
>>> org.springframework.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodInvocationProceedingJoinPoint.java:80)
>>> >  at
>>> >
>>> com.cloud.utils.db.TransactionContextBuilder.AroundAnyMethod(TransactionContextBuilder.java:37)
>>> > at sun.reflect.GeneratedMethodAccessor37.invoke(Unknown Source)
>>> >  at
>>> >
>>> sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
>>> > at java.lang.reflect.Method.invoke(Method.java:597)
>>> >  at
>>> >
>>> org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:621)
>>> > at
>>> >
>>> org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:610)
>>> >  at
>>> >
>>> org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:65)
>>> > at
>>> >
>>> org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:172)
>>> >  at
>>> >
>>> org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:90)
>>> > at
>>> >
>>> org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:172)
>>> >  at
>>> >
>>> org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:202)
>>> > at com.sun.proxy.$Proxy263.startVirtualMachine(Unknown Source)
>>> >  at
>>> >
>>> org.apache.cloudstack.api.command.user.vm.DeployVMCmd.execute(DeployVMCmd.java:379)
>>> > at com.cloud.api.ApiDispatcher.dispatch(ApiDispatcher.java:163)
>>> >  at net.sf.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204)
>>> > at
>>> >
>>> org.springframework.aop.framework.Cglib2AopProxy$CglibMethodInvocation.invokeJoinpoint(Cglib2AopProxy.java:689)
>>> >  at
>>> >
>>> org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:150)
>>> > at
>>> >
>>> org.springframework.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodInvocationProceedingJoinPoint.java:80)
>>> >  at
>>> >
>>> com.cloud.utils.db.TransactionContextBuilder.AroundAnyMethod(TransactionContextBuilder.java:37)
>>> > at sun.reflect.GeneratedMethodAccessor37.invoke(Unknown Source)
>>> >  at
>>> >
>>> sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
>>> > at java.lang.reflect.Method.invoke(Method.java:597)
>>> >  at
>>> >
>>> org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:621)
>>> > at
>>> >
>>> org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:610)
>>> >  at
>>> >
>>> org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:65)
>>> > at
>>> >
>>> org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:172)
>>> >  at
>>> >
>>> org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:90)
>>> > at
>>> >
>>> org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:172)
>>> >  at
>>> >
>>> org.springframework.aop.framework.Cglib2AopProxy$DynamicAdvisedInterceptor.intercept(Cglib2AopProxy.java:622)
>>> > at
>>> com.cloud.async.AsyncJobManagerImpl$1.run(AsyncJobManagerImpl.java:437)
>>> >  at
>>> > java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:439)
>>> > at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:303)
>>> >  at java.util.concurrent.FutureTask.run(FutureTask.java:138)
>>> > at
>>> >
>>> java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:895)
>>> >  at
>>> >
>>> java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:918)
>>> > at java.lang.Thread.run(Thread.java:680)
>>> > 2013-04-07 00:33:44,674 DEBUG [cloud.async.AsyncJobManagerImpl]
>>> > (Job-Executor-37:job-44) Complete async job-44, jobStatus: 2,
>>> resultCode:
>>> > 530, result: Error Code: 533 Error text: Unable to create a deployment
>>> for
>>> > VM[User|a30b991d-1c38-4bae-803f-ab3be57a384f]
>>> > 2013-04-07 00:33:47,591 DEBUG [cloud.api.ApiServlet]
>>> > (1161145101@qtp-1008805148-33:null) ===START===  127.0.0.1 -- GET
>>> >
>>>  command=queryAsyncJobResult&jobId=8dd191cc-2709-4223-aee5-3ecd759d4afd&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316427589
>>> > 2013-04-07 00:33:47,601 DEBUG [cloud.async.AsyncJobManagerImpl]
>>> > (1161145101@qtp-1008805148-33:null) Async job-44 completed
>>> > 2013-04-07 00:33:47,605 DEBUG [cloud.api.ApiServlet]
>>> > (1161145101@qtp-1008805148-33:null) ===END===  127.0.0.1 -- GET
>>> >
>>>  command=queryAsyncJobResult&jobId=8dd191cc-2709-4223-aee5-3ecd759d4afd&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316427589
>>> > 2013-04-07 00:33:47,608 DEBUG [cloud.api.ApiServlet]
>>> > (1161145101@qtp-1008805148-33:null) ===START===  127.0.0.1 -- GET
>>> >
>>>  command=listVirtualMachines&id=a30b991d-1c38-4bae-803f-ab3be57a384f&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316427606
>>> > 2013-04-07 00:33:47,621 DEBUG [cloud.api.ApiServlet]
>>> > (1161145101@qtp-1008805148-33:null) ===END===  127.0.0.1 -- GET
>>> >
>>>  command=listVirtualMachines&id=a30b991d-1c38-4bae-803f-ab3be57a384f&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316427606
>>> > 2013-04-07 00:33:47,678 DEBUG [agent.manager.AgentManagerImpl]
>>> > (AgentManager-Handler-14:null) Ping from 3
>>> > 2013-04-07 00:33:50,451 DEBUG
>>> > [storage.secondary.SecondaryStorageManagerImpl] (secstorage-1:null)
>>> Zone 1
>>> > is ready to launch secondary storage VM
>>> > 2013-04-07 00:33:50,559 DEBUG
>>> [cloud.consoleproxy.ConsoleProxyManagerImpl]
>>> > (consoleproxy-1:null) Zone 1 is ready to launch console proxy
>>> > 2013-04-07 00:33:50,819 DEBUG
>>> > [network.router.VirtualNetworkApplianceManagerImpl]
>>> > (RouterStatusMonitor-1:null) Found 0 routers to update status.
>>> > 2013-04-07 00:33:50,820 DEBUG
>>> > [network.router.VirtualNetworkApplianceManagerImpl]
>>> > (RouterStatusMonitor-1:null) Found 0 networks to update RvR status.
>>> > 2013-04-07 00:33:50,851 DEBUG
>>> > [network.router.VirtualNetworkApplianceManagerImpl]
>>> > (RouterStatusMonitor-1:null) Found 0 routers to update status.
>>> > 2013-04-07 00:33:50,852 DEBUG
>>> > [network.router.VirtualNetworkApplianceManagerImpl]
>>> > (RouterStatusMonitor-1:null) Found 0 networks to update RvR status.
>>> > 2013-04-07 00:33:51,465 INFO  [agent.manager.AgentMonitor]
>>> > (Thread-11:null) Found the following agents behind on ping: [6, 5]
>>> > 2013-04-07 00:33:51,467 DEBUG [cloud.host.Status] (Thread-11:null) Ping
>>> > timeout for host 6, do invstigation
>>> > 2013-04-07 00:33:51,468 DEBUG [cloud.host.Status] (Thread-11:null) Ping
>>> > timeout for host 5, do invstigation
>>> > 2013-04-07 00:33:51,468 INFO  [agent.manager.AgentManagerImpl]
>>> > (AgentTaskPool-4:null) Investigating why host 6 has disconnected with
>>> event
>>> > PingTimeout
>>> > 2013-04-07 00:33:51,468 DEBUG [agent.manager.AgentManagerImpl]
>>> > (AgentTaskPool-4:null) checking if agent (6) is alive
>>> > 2013-04-07 00:33:51,469 INFO  [agent.manager.AgentManagerImpl]
>>> > (AgentTaskPool-3:null) Investigating why host 5 has disconnected with
>>> event
>>> > PingTimeout
>>> > 2013-04-07 00:33:51,470 DEBUG [agent.manager.AgentManagerImpl]
>>> > (AgentTaskPool-3:null) checking if agent (5) is alive
>>> > 2013-04-07 00:33:51,471 DEBUG [agent.transport.Request]
>>> > (AgentTaskPool-4:null) Seq 6-324993311: Sending  { Cmd , MgmtId: 1,
>>> via: 6,
>>> > Ver: v1, Flags: 100011, [{"CheckHealthCommand":{"wait":50}}] }
>>> > 2013-04-07 00:33:51,471 DEBUG [agent.transport.Request]
>>> > (AgentTaskPool-4:null) Seq 6-324993311: Executing:  { Cmd , MgmtId: 1,
>>> via:
>>> > 6, Ver: v1, Flags: 100011, [{"CheckHealthCommand":{"wait":50}}] }
>>> > 2013-04-07 00:33:51,472 DEBUG [agent.manager.DirectAgentAttache]
>>> > (DirectAgent-448:null) Seq 6-324993311: Executing request
>>> > 2013-04-07 00:33:51,473 DEBUG [agent.transport.Request]
>>> > (AgentTaskPool-3:null) Seq 5-614334815: Sending  { Cmd , MgmtId: 1,
>>> via: 5,
>>> > Ver: v1, Flags: 100011, [{"CheckHealthCommand":{"wait":50}}] }
>>> > 2013-04-07 00:33:51,473 DEBUG [agent.transport.Request]
>>> > (AgentTaskPool-3:null) Seq 5-614334815: Executing:  { Cmd , MgmtId: 1,
>>> via:
>>> > 5, Ver: v1, Flags: 100011, [{"CheckHealthCommand":{"wait":50}}] }
>>> > 2013-04-07 00:33:51,473 DEBUG [agent.manager.DirectAgentAttache]
>>> > (DirectAgent-261:null) Seq 5-614334815: Executing request
>>> > 2013-04-07 00:33:51,527 DEBUG [agent.manager.DirectAgentAttache]
>>> > (DirectAgent-448:null) Seq 6-324993311: Response Received:
>>> > 2013-04-07 00:33:51,527 DEBUG [agent.transport.Request]
>>> > (DirectAgent-448:null) Seq 6-324993311: Processing:  { Ans: , MgmtId:
>>> 1,
>>> > via: 6, Ver: v1, Flags: 10,
>>> > [{"CheckHealthAnswer":{"result":true,"details":"resource is
>>> > alive","wait":0}}] }
>>> > 2013-04-07 00:33:51,527 DEBUG [agent.transport.Request]
>>> > (AgentTaskPool-4:null) Seq 6-324993311: Received:  { Ans: , MgmtId: 1,
>>> via:
>>> > 6, Ver: v1, Flags: 10, { CheckHealthAnswer } }
>>> > 2013-04-07 00:33:51,528 DEBUG [agent.manager.AgentManagerImpl]
>>> > (AgentTaskPool-4:null) Details from executing class
>>> > com.cloud.agent.api.CheckHealthCommand: resource is alive
>>> > 2013-04-07 00:33:51,528 DEBUG [agent.manager.AgentManagerImpl]
>>> > (AgentTaskPool-4:null) agent (6) responded to checkHeathCommand,
>>> reporting
>>> > that agent is Up
>>> > 2013-04-07 00:33:51,528 INFO  [agent.manager.AgentManagerImpl]
>>> > (AgentTaskPool-4:null) The state determined is Up
>>> > 2013-04-07 00:33:51,528 INFO  [agent.manager.AgentManagerImpl]
>>> > (AgentTaskPool-4:null) Agent is determined to be up and running
>>> > 2013-04-07 00:33:51,528 DEBUG [cloud.host.Status]
>>> (AgentTaskPool-4:null)
>>> > Transition:[Resource state = Enabled, Agent event = Ping, Host id = 6,
>>> name
>>> > = Tut-XenServer]
>>> > 2013-04-07 00:33:51,531 DEBUG [cloud.host.Status]
>>> (AgentTaskPool-4:null)
>>> > Agent status update: [id = 6; name = Tut-XenServer; old status = Up;
>>> event
>>> > = Ping; new status = Up; old update count = 310; new update count =
>>> 311]
>>> > 2013-04-07 00:33:51,531 DEBUG [agent.manager.DirectAgentAttache]
>>> > (DirectAgent-261:null) Seq 5-614334815: Response Received:
>>> > 2013-04-07 00:33:51,531 DEBUG [agent.transport.Request]
>>> > (DirectAgent-261:null) Seq 5-614334815: Processing:  { Ans: , MgmtId:
>>> 1,
>>> > via: 5, Ver: v1, Flags: 10,
>>> > [{"CheckHealthAnswer":{"result":true,"details":"resource is
>>> > alive","wait":0}}] }
>>> > 2013-04-07 00:33:51,531 DEBUG [agent.transport.Request]
>>> > (AgentTaskPool-3:null) Seq 5-614334815: Received:  { Ans: , MgmtId: 1,
>>> via:
>>> > 5, Ver: v1, Flags: 10, { CheckHealthAnswer } }
>>> > 2013-04-07 00:33:51,532 DEBUG [agent.manager.AgentManagerImpl]
>>> > (AgentTaskPool-3:null) Details from executing class
>>> > com.cloud.agent.api.CheckHealthCommand: resource is alive
>>> > 2013-04-07 00:33:51,532 DEBUG [agent.manager.AgentManagerImpl]
>>> > (AgentTaskPool-3:null) agent (5) responded to checkHeathCommand,
>>> reporting
>>> > that agent is Up
>>> > 2013-04-07 00:33:51,532 INFO  [agent.manager.AgentManagerImpl]
>>> > (AgentTaskPool-3:null) The state determined is Up
>>> > 2013-04-07 00:33:51,532 INFO  [agent.manager.AgentManagerImpl]
>>> > (AgentTaskPool-3:null) Agent is determined to be up and running
>>> > 2013-04-07 00:33:51,532 DEBUG [cloud.host.Status]
>>> (AgentTaskPool-3:null)
>>> > Transition:[Resource state = Enabled, Agent event = Ping, Host id = 5,
>>> name
>>> > = Tut-XenServer2]
>>> > 2013-04-07 00:33:51,535 DEBUG [cloud.host.Status]
>>> (AgentTaskPool-3:null)
>>> > Agent status update: [id = 5; name = Tut-XenServer2; old status = Up;
>>> event
>>> > = Ping; new status = Up; old update count = 147; new update count =
>>> 148]
>>> > 2013-04-07 00:34:04,860 DEBUG [agent.manager.DirectAgentAttache]
>>> > (DirectAgent-239:null) Ping from 6
>>> > 2013-04-07 00:34:06,170 DEBUG [agent.manager.DirectAgentAttache]
>>> > (DirectAgent-185:null) Ping from 5
>>> > 2013-04-07 00:34:06,909 DEBUG [agent.manager.DirectAgentAttache]
>>> > (DirectAgent-461:null) Seq 6-324993028: Executing request
>>> > 2013-04-07 00:34:07,107 DEBUG [agent.manager.DirectAgentAttache]
>>> > (DirectAgent-461:null) Seq 6-324993028: Response Received:
>>> > 2013-04-07 00:34:07,107 DEBUG [agent.transport.Request]
>>> > (DirectAgent-461:null) Seq 6-324993028: Processing:  { Ans: , MgmtId:
>>> 1,
>>> > via: 6, Ver: v1, Flags: 10,
>>> >
>>> [{"ClusterSyncAnswer":{"_clusterId":2,"_newStates":{},"_isExecuted":false,"result":true,"wait":0}}]
>>> > }
>>> > 2013-04-07 00:34:11,023 DEBUG [agent.manager.DirectAgentAttache]
>>> > (DirectAgent-450:null) Seq 5-614334468: Executing request
>>> > 2013-04-07 00:34:11,168 DEBUG [agent.manager.DirectAgentAttache]
>>> > (DirectAgent-450:null) Seq 5-614334468: Response Received:
>>> > 2013-04-07 00:34:11,168 DEBUG [agent.transport.Request]
>>> > (DirectAgent-450:null) Seq 5-614334468: Processing:  { Ans: , MgmtId:
>>> 1,
>>> > via: 5, Ver: v1, Flags: 10, [{"Answer":{"result":true,"wait":0}}] }
>>> > 2013-04-07 00:34:20,451 DEBUG
>>> > [storage.secondary.SecondaryStorageManagerImpl] (secstorage-1:null)
>>> Zone 1
>>> > is ready to launch secondary storage VM
>>> > 2013-04-07 00:34:20,553 DEBUG
>>> [cloud.consoleproxy.ConsoleProxyManagerImpl]
>>> > (consoleproxy-1:null) Zone 1 is ready to launch console proxy
>>> > 2013-04-07 00:34:20,820 DEBUG
>>> > [network.router.VirtualNetworkApplianceManagerImpl]
>>> > (RouterStatusMonitor-1:null) Found 0 routers to update status.
>>> > 2013-04-07 00:34:20,821 DEBUG
>>> > [network.router.VirtualNetworkApplianceManagerImpl]
>>> > (RouterStatusMonitor-1:null) Found 0 networks to update RvR status.
>>> > 2013-04-07 00:34:20,850 DEBUG
>>> > [network.router.VirtualNetworkApplianceManagerImpl]
>>> > (RouterStatusMonitor-1:null) Found 0 routers to update status.
>>> > 2013-04-07 00:34:20,851 DEBUG
>>> > [network.router.VirtualNetworkApplianceManagerImpl]
>>> > (RouterStatusMonitor-1:null) Found 0 networks to update RvR status.
>>> > 2013-04-07 00:34:24,891 DEBUG [agent.manager.AgentManagerImpl]
>>> > (AgentManager-Handler-15:null) Ping from 4
>>> > 2013-04-07 00:34:27,175 DEBUG [agent.manager.DirectAgentAttache]
>>> > (DirectAgent-126:null) Ping from 1
>>> > 2013-04-07 00:34:29,095 DEBUG [agent.manager.DirectAgentAttache]
>>> > (DirectAgent-182:null) Seq 1-90046472: Executing request
>>> > 2013-04-07 00:34:29,323 DEBUG [agent.manager.DirectAgentAttache]
>>> > (DirectAgent-182:null) Seq 1-90046472: Response Received:
>>> > 2013-04-07 00:34:29,323 DEBUG [agent.transport.Request]
>>> > (DirectAgent-182:null) Seq 1-90046472: Processing:  { Ans: , MgmtId: 1,
>>> > via: 1, Ver: v1, Flags: 10,
>>> >
>>> [{"ClusterSyncAnswer":{"_clusterId":1,"_newStates":{},"_isExecuted":false,"result":true,"wait":0}}]
>>> > }
>>> > 2013-04-07 00:34:36,532 DEBUG [cloud.api.ApiServlet]
>>> > (1161145101@qtp-1008805148-33:null) ===START===  127.0.0.1 -- GET
>>> >
>>>  command=listVolumes&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&listAll=true&page=1&pagesize=20&_=1365316476530
>>> > 2013-04-07 00:34:36,548 DEBUG [cloud.api.ApiServlet]
>>> > (1161145101@qtp-1008805148-33:null) ===END===  127.0.0.1 -- GET
>>> >
>>>  command=listVolumes&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&listAll=true&page=1&pagesize=20&_=1365316476530
>>> > 2013-04-07 00:34:39,285 DEBUG [cloud.api.ApiServlet]
>>> > (1161145101@qtp-1008805148-33:null) ===START===  127.0.0.1 -- GET
>>> >
>>>  command=listVolumes&id=44d56727-6e5f-438a-8187-42adfac7c906&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316479283
>>> > 2013-04-07 00:34:39,309 DEBUG [cloud.api.ApiServlet]
>>> > (1161145101@qtp-1008805148-33:null) ===END===  127.0.0.1 -- GET
>>> >
>>>  command=listVolumes&id=44d56727-6e5f-438a-8187-42adfac7c906&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316479283
>>> > 2013-04-07 00:34:39,325 DEBUG [cloud.api.ApiServlet]
>>> > (1161145101@qtp-1008805148-33:null) ===START===  127.0.0.1 -- GET
>>> >
>>>  command=listTags&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&resourceId=44d56727-6e5f-438a-8187-42adfac7c906&resourceType=Volume&listAll=true&_=1365316479323
>>> > 2013-04-07 00:34:39,334 DEBUG [cloud.api.ApiServlet]
>>> > (1161145101@qtp-1008805148-33:null) ===END===  127.0.0.1 -- GET
>>> >
>>>  command=listTags&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&resourceId=44d56727-6e5f-438a-8187-42adfac7c906&resourceType=Volume&listAll=true&_=1365316479323
>>> > 2013-04-07 00:34:47,678 DEBUG [agent.manager.AgentManagerImpl]
>>> > (AgentManager-Handler-1:null) Ping from 3
>>> > 2013-04-07 00:34:50,455 DEBUG
>>> > [storage.secondary.SecondaryStorageManagerImpl] (secstorage-1:null)
>>> Zone 1
>>> > is ready to launch secondary storage VM
>>> > 2013-04-07 00:34:50,557 DEBUG
>>> [cloud.consoleproxy.ConsoleProxyManagerImpl]
>>> > (consoleproxy-1:null) Zone 1 is ready to launch console proxy
>>> > 2013-04-07 00:34:50,820 DEBUG
>>> > [network.router.VirtualNetworkApplianceManagerImpl]
>>> > (RouterStatusMonitor-1:null) Found 0 routers to update status.
>>> > 2013-04-07 00:34:50,821 DEBUG
>>> > [network.router.VirtualNetworkApplianceManagerImpl]
>>> > (RouterStatusMonitor-1:null) Found 0 networks to update RvR status.
>>> > 2013-04-07 00:34:50,850 DEBUG
>>> > [network.router.VirtualNetworkApplianceManagerImpl]
>>> > (RouterStatusMonitor-1:null) Found 0 routers to update status.
>>> > 2013-04-07 00:34:50,851 DEBUG
>>> > [network.router.VirtualNetworkApplianceManagerImpl]
>>> > (RouterStatusMonitor-1:null) Found 0 networks to update RvR status.
>>> > 2013-04-07 00:34:51,468 INFO  [agent.manager.AgentMonitor]
>>> > (Thread-11:null) Found the following agents behind on ping: [6, 5]
>>> > 2013-04-07 00:34:51,470 DEBUG [cloud.host.Status] (Thread-11:null) Ping
>>> > timeout for host 6, do invstigation
>>> > 2013-04-07 00:34:51,471 DEBUG [cloud.host.Status] (Thread-11:null) Ping
>>> > timeout for host 5, do invstigation
>>> > 2013-04-07 00:34:51,472 INFO  [agent.manager.AgentManagerImpl]
>>> > (AgentTaskPool-5:null) Investigating why host 6 has disconnected with
>>> event
>>> > PingTimeout
>>> > 2013-04-07 00:34:51,472 DEBUG [agent.manager.AgentManagerImpl]
>>> > (AgentTaskPool-5:null) checking if agent (6) is alive
>>> > 2013-04-07 00:34:51,473 INFO  [agent.manager.AgentManagerImpl]
>>> > (AgentTaskPool-6:null) Investigating why host 5 has disconnected with
>>> event
>>> > PingTimeout
>>> > 2013-04-07 00:34:51,473 DEBUG [agent.manager.AgentManagerImpl]
>>> > (AgentTaskPool-6:null) checking if agent (5) is alive
>>> > 2013-04-07 00:34:51,475 DEBUG [agent.transport.Request]
>>> > (AgentTaskPool-5:null) Seq 6-324993312: Sending  { Cmd , MgmtId: 1,
>>> via: 6,
>>> > Ver: v1, Flags: 100011, [{"CheckHealthCommand":{"wait":50}}] }
>>> > 2013-04-07 00:34:51,475 DEBUG [agent.transport.Request]
>>> > (AgentTaskPool-5:null) Seq 6-324993312: Executing:  { Cmd , MgmtId: 1,
>>> via:
>>> > 6, Ver: v1, Flags: 100011, [{"CheckHealthCommand":{"wait":50}}] }
>>> > 2013-04-07 00:34:51,475 DEBUG [agent.manager.DirectAgentAttache]
>>> > (DirectAgent-42:null) Seq 6-324993312: Executing request
>>> > 2013-04-07 00:34:51,476 DEBUG [agent.transport.Request]
>>> > (AgentTaskPool-6:null) Seq 5-614334816: Sending  { Cmd , MgmtId: 1,
>>> via: 5,
>>> > Ver: v1, Flags: 100011, [{"CheckHealthCommand":{"wait":50}}] }
>>> > 2013-04-07 00:34:51,476 DEBUG [agent.transport.Request]
>>> > (AgentTaskPool-6:null) Seq 5-614334816: Executing:  { Cmd , MgmtId: 1,
>>> via:
>>> > 5, Ver: v1, Flags: 100011, [{"CheckHealthCommand":{"wait":50}}] }
>>> > 2013-04-07 00:34:51,477 DEBUG [agent.manager.DirectAgentAttache]
>>> > (DirectAgent-164:null) Seq 5-614334816: Executing request
>>> > 2013-04-07 00:34:51,534 DEBUG [agent.manager.DirectAgentAttache]
>>> > (DirectAgent-164:null) Seq 5-614334816: Response Received:
>>> > 2013-04-07 00:34:51,535 DEBUG [agent.transport.Request]
>>> > (DirectAgent-164:null) Seq 5-614334816: Processing:  { Ans: , MgmtId:
>>> 1,
>>> > via: 5, Ver: v1, Flags: 10,
>>> > [{"CheckHealthAnswer":{"result":true,"details":"resource is
>>> > alive","wait":0}}] }
>>> > 2013-04-07 00:34:51,535 DEBUG [agent.transport.Request]
>>> > (AgentTaskPool-6:null) Seq 5-614334816: Received:  { Ans: , MgmtId: 1,
>>> via:
>>> > 5, Ver: v1, Flags: 10, { CheckHealthAnswer } }
>>> > 2013-04-07 00:34:51,535 DEBUG [agent.manager.AgentManagerImpl]
>>> > (AgentTaskPool-6:null) Details from executing class
>>> > com.cloud.agent.api.CheckHealthCommand: resource is alive
>>> > 2013-04-07 00:34:51,535 DEBUG [agent.manager.AgentManagerImpl]
>>> > (AgentTaskPool-6:null) agent (5) responded to checkHeathCommand,
>>> reporting
>>> > that agent is Up
>>> > 2013-04-07 00:34:51,535 INFO  [agent.manager.AgentManagerImpl]
>>> > (AgentTaskPool-6:null) The state determined is Up
>>> > 2013-04-07 00:34:51,535 INFO  [agent.manager.AgentManagerImpl]
>>> > (AgentTaskPool-6:null) Agent is determined to be up and running
>>> > 2013-04-07 00:34:51,535 DEBUG [cloud.host.Status]
>>> (AgentTaskPool-6:null)
>>> > Transition:[Resource state = Enabled, Agent event = Ping, Host id = 5,
>>> name
>>> > = Tut-XenServer2]
>>> > 2013-04-07 00:34:51,538 DEBUG [cloud.host.Status]
>>> (AgentTaskPool-6:null)
>>> > Agent status update: [id = 5; name = Tut-XenServer2; old status = Up;
>>> event
>>> > = Ping; new status = Up; old update count = 148; new update count =
>>> 149]
>>> > 2013-04-07 00:34:51,539 DEBUG [agent.manager.DirectAgentAttache]
>>> > (DirectAgent-42:null) Seq 6-324993312: Response Received:
>>> > 2013-04-07 00:34:51,539 DEBUG [agent.transport.Request]
>>> > (DirectAgent-42:null) Seq 6-324993312: Processing:  { Ans: , MgmtId: 1,
>>> > via: 6, Ver: v1, Flags: 10,
>>> > [{"CheckHealthAnswer":{"result":true,"details":"resource is
>>> > alive","wait":0}}] }
>>> > 2013-04-07 00:34:51,539 DEBUG [agent.transport.Request]
>>> > (AgentTaskPool-5:null) Seq 6-324993312: Received:  { Ans: , MgmtId: 1,
>>> via:
>>> > 6, Ver: v1, Flags: 10, { CheckHealthAnswer } }
>>> > 2013-04-07 00:34:51,539 DEBUG [agent.manager.AgentManagerImpl]
>>> > (AgentTaskPool-5:null) Details from executing class
>>> > com.cloud.agent.api.CheckHealthCommand: resource is alive
>>> > 2013-04-07 00:34:51,539 DEBUG [agent.manager.AgentManagerImpl]
>>> > (AgentTaskPool-5:null) agent (6) responded to checkHeathCommand,
>>> reporting
>>> > that agent is Up
>>> > 2013-04-07 00:34:51,539 INFO  [agent.manager.AgentManagerImpl]
>>> > (AgentTaskPool-5:null) The state determined is Up
>>> > 2013-04-07 00:34:51,539 INFO  [agent.manager.AgentManagerImpl]
>>> > (AgentTaskPool-5:null) Agent is determined to be up and running
>>> > 2013-04-07 00:34:51,539 DEBUG [cloud.host.Status]
>>> (AgentTaskPool-5:null)
>>> > Transition:[Resource state = Enabled, Agent event = Ping, Host id = 6,
>>> name
>>> > = Tut-XenServer]
>>> > 2013-04-07 00:34:51,542 DEBUG [cloud.host.Status]
>>> (AgentTaskPool-5:null)
>>> > Agent status update: [id = 6; name = Tut-XenServer; old status = Up;
>>> event
>>> > = Ping; new status = Up; old update count = 311; new update count =
>>> 312]
>>> > 2013-04-07 00:34:54,349 INFO  [cloud.vm.UserVmManagerImpl]
>>> > (UserVm-Scavenger-1:null) Found 1 vms to expunge.
>>> > 2013-04-07 00:34:54,349 DEBUG [cloud.vm.VirtualMachineManagerImpl]
>>> > (UserVm-Scavenger-1:null) Stopped called on
>>> > VM[User|a30b991d-1c38-4bae-803f-ab3be57a384f] but the state is Error
>>> > 2013-04-07 00:34:54,352 DEBUG [cloud.capacity.CapacityManagerImpl]
>>> > (UserVm-Scavenger-1:null) VM state transitted from :Error to Expunging
>>> with
>>> > event: ExpungeOperationvm's original host id: null new host id: null
>>> host
>>> > id before state transition: null
>>> > 2013-04-07 00:34:54,352 DEBUG [cloud.vm.VirtualMachineManagerImpl]
>>> > (UserVm-Scavenger-1:null) Destroying vm
>>> > VM[User|a30b991d-1c38-4bae-803f-ab3be57a384f]
>>> > 2013-04-07 00:34:54,352 DEBUG [cloud.vm.VirtualMachineManagerImpl]
>>> > (UserVm-Scavenger-1:null) Cleaning up NICS
>>> > 2013-04-07 00:34:54,352 DEBUG [cloud.network.NetworkManagerImpl]
>>> > (UserVm-Scavenger-1:null) Cleaning network for vm: 14
>>> > 2013-04-07 00:34:54,360 DEBUG [network.guru.DirectNetworkGuru]
>>> > (UserVm-Scavenger-1:null) Deallocate network: networkId: 204, ip: null
>>> > 2013-04-07 00:34:54,362 DEBUG [cloud.network.NetworkManagerImpl]
>>> > (UserVm-Scavenger-1:null) Removed nic id=20
>>> > 2013-04-07 00:34:54,362 DEBUG [cloud.storage.StorageManagerImpl]
>>> > (UserVm-Scavenger-1:null) Cleaning storage for vm: 14
>>> > 2013-04-07 00:34:54,363 DEBUG [cloud.storage.StorageManagerImpl]
>>> > (UserVm-Scavenger-1:null) Expunging Vol[14|vm=14|ROOT]
>>> > 2013-04-07 00:34:54,365 DEBUG [cloud.storage.StorageManagerImpl]
>>> > (UserVm-Scavenger-1:null) Marking volume that was never created as
>>> > destroyed: Vol[14|vm=14|ROOT]
>>> > 2013-04-07 00:34:54,368 DEBUG [cloud.vm.VirtualMachineManagerImpl]
>>> > (UserVm-Scavenger-1:null) Expunged
>>> > VM[User|a30b991d-1c38-4bae-803f-ab3be57a384f]
>>> > 2013-04-07 00:34:54,368 DEBUG [cloud.vm.UserVmManagerImpl]
>>> > (UserVm-Scavenger-1:null) Starting cleaning up vm
>>> > VM[User|a30b991d-1c38-4bae-803f-ab3be57a384f] resources...
>>> > 2013-04-07 00:34:54,371 INFO
>>>  [network.security.SecurityGroupManagerImpl]
>>> > (UserVm-Scavenger-1:null) Disassociated 1 network groups  from uservm
>>> 14
>>> > 2013-04-07 00:34:54,372 DEBUG
>>> [network.security.SecurityGroupManagerImpl]
>>> > (UserVm-Scavenger-1:null) Security group mappings are removed
>>> successfully
>>> > for vm id=14
>>> > 2013-04-07 00:34:54,376 DEBUG [network.firewall.FirewallManagerImpl]
>>> > (UserVm-Scavenger-1:null) No firewall rules are found for vm id=14
>>> > 2013-04-07 00:34:54,376 DEBUG [cloud.vm.UserVmManagerImpl]
>>> > (UserVm-Scavenger-1:null) Firewall rules are removed successfully as a
>>> part
>>> > of vm id=14 expunge
>>> > 2013-04-07 00:34:54,378 DEBUG [network.rules.RulesManagerImpl]
>>> > (UserVm-Scavenger-1:null) No port forwarding rules are found for vm
>>> id=14
>>> > 2013-04-07 00:34:54,378 DEBUG [cloud.vm.UserVmManagerImpl]
>>> > (UserVm-Scavenger-1:null) Port forwarding rules are removed
>>> successfully as
>>> > a part of vm id=14 expunge
>>> > 2013-04-07 00:34:54,379 DEBUG [cloud.vm.UserVmManagerImpl]
>>> > (UserVm-Scavenger-1:null) Removed vm id=14 from all load balancers as a
>>> > part of expunge process
>>> > 2013-04-07 00:34:54,379 DEBUG [cloud.vm.UserVmManagerImpl]
>>> > (UserVm-Scavenger-1:null) Successfully cleaned up vm
>>> > VM[User|a30b991d-1c38-4bae-803f-ab3be57a384f] resources as a part of
>>> > expunge process
>>> > 2013-04-07 00:34:54,873 DEBUG [cloud.api.ApiServlet]
>>> > (1161145101@qtp-1008805148-33:null) ===START===  127.0.0.1 -- GET
>>> >
>>>  command=listVirtualMachines&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&listAll=true&page=1&pagesize=20&_=1365316494871
>>> > 2013-04-07 00:34:54,891 DEBUG [cloud.api.ApiServlet]
>>> > (1161145101@qtp-1008805148-33:null) ===END===  127.0.0.1 -- GET
>>> >
>>>  command=listVirtualMachines&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&listAll=true&page=1&pagesize=20&_=1365316494871
>>> > 2013-04-07 00:34:57,672 DEBUG [cloud.api.ApiServlet]
>>> > (1161145101@qtp-1008805148-33:null) ===START===  127.0.0.1 -- GET
>>> >
>>>  command=listZones&id=3a62dec3-cf95-4ba2-9af0-af2190af35e3&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316497670
>>> > 2013-04-07 00:34:57,679 DEBUG [cloud.api.ApiServlet]
>>> > (1161145101@qtp-1008805148-33:null) ===END===  127.0.0.1 -- GET
>>> >
>>>  command=listZones&id=3a62dec3-cf95-4ba2-9af0-af2190af35e3&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316497670
>>> > 2013-04-07 00:34:57,683 DEBUG [cloud.api.ApiServlet]
>>> > (1161145101@qtp-1008805148-33:null) ===START===  127.0.0.1 -- GET
>>> >
>>>  command=listNetworks&id=9d28211f-440e-4233-86d1-214b404074eb&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316497681
>>> > 2013-04-07 00:34:57,708 DEBUG [cloud.api.ApiServlet]
>>> > (1161145101@qtp-1008805148-33:null) ===END===  127.0.0.1 -- GET
>>> >
>>>  command=listNetworks&id=9d28211f-440e-4233-86d1-214b404074eb&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316497681
>>> > 2013-04-07 00:34:57,714 DEBUG [cloud.api.ApiServlet]
>>> > (1161145101@qtp-1008805148-33:null) ===START===  127.0.0.1 -- GET
>>> >
>>>  command=listVirtualMachines&id=94ddc16f-04fc-4da1-8326-01d8d5cdeb44&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316497712
>>> > 2013-04-07 00:34:57,731 DEBUG [cloud.api.ApiServlet]
>>> > (1161145101@qtp-1008805148-33:null) ===END===  127.0.0.1 -- GET
>>> >
>>>  command=listVirtualMachines&id=94ddc16f-04fc-4da1-8326-01d8d5cdeb44&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316497712
>>> > 2013-04-07 00:34:57,738 DEBUG [cloud.api.ApiServlet]
>>> > (1161145101@qtp-1008805148-33:null) ===START===  127.0.0.1 -- GET
>>> >
>>>  command=listOsTypes&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316497736
>>> > 2013-04-07 00:34:57,754 DEBUG [cloud.api.ApiServlet]
>>> > (1109449945@qtp-1008805148-34:null) ===START===  127.0.0.1 -- GET
>>> >
>>>  command=listTags&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&resourceId=94ddc16f-04fc-4da1-8326-01d8d5cdeb44&resourceType=UserVm&listAll=true&_=1365316497750
>>> > 2013-04-07 00:34:57,763 DEBUG [cloud.api.ApiServlet]
>>> > (1109449945@qtp-1008805148-34:null) ===END===  127.0.0.1 -- GET
>>> >
>>>  command=listTags&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&resourceId=94ddc16f-04fc-4da1-8326-01d8d5cdeb44&resourceType=UserVm&listAll=true&_=1365316497750
>>> > 2013-04-07 00:34:57,889 DEBUG [cloud.api.ApiServlet]
>>> > (1161145101@qtp-1008805148-33:null) ===END===  127.0.0.1 -- GET
>>> >
>>>  command=listOsTypes&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316497736
>>> > 2013-04-07 00:35:01,051 DEBUG [cloud.api.ApiServlet]
>>> > (1109449945@qtp-1008805148-34:null) ===START===  127.0.0.1 -- GET
>>> >
>>>  command=listServiceOfferings&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&listAll=true&page=1&pagesize=20&issystem=false&_=1365316501047
>>> > 2013-04-07 00:35:01,064 DEBUG [cloud.api.ApiServlet]
>>> > (1109449945@qtp-1008805148-34:null) ===END===  127.0.0.1 -- GET
>>> >
>>>  command=listServiceOfferings&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&listAll=true&page=1&pagesize=20&issystem=false&_=1365316501047
>>> > 2013-04-07 00:35:03,427 DEBUG [cloud.api.ApiServlet]
>>> > (1109449945@qtp-1008805148-34:null) ===START===  127.0.0.1 -- GET
>>> >
>>>  command=listServiceOfferings&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&issystem=false&id=425cf3cf-4bc4-4e53-82a0-ba6c20dd3688&_=1365316503425
>>> > 2013-04-07 00:35:03,439 DEBUG [cloud.api.ApiServlet]
>>> > (1109449945@qtp-1008805148-34:null) ===END===  127.0.0.1 -- GET
>>> >
>>>  command=listServiceOfferings&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&issystem=false&id=425cf3cf-4bc4-4e53-82a0-ba6c20dd3688&_=1365316503425
>>> > 2013-04-07 00:35:04,848 DEBUG [agent.manager.DirectAgentAttache]
>>> > (DirectAgent-349:null) Ping from 6
>>> > 2013-04-07 00:35:06,206 DEBUG [agent.manager.DirectAgentAttache]
>>> > (DirectAgent-292:null) Ping from 5
>>> > 2013-04-07 00:35:06,909 DEBUG [agent.manager.DirectAgentAttache]
>>> > (DirectAgent-334:null) Seq 6-324993028: Executing request
>>> > 2013-04-07 00:35:07,112 DEBUG [agent.manager.DirectAgentAttache]
>>> > (DirectAgent-334:null) Seq 6-324993028: Response Received:
>>> > 2013-04-07 00:35:07,112 DEBUG [agent.transport.Request]
>>> > (DirectAgent-334:null) Seq 6-324993028: Processing:  { Ans: , MgmtId:
>>> 1,
>>> > via: 6, Ver: v1, Flags: 10,
>>> >
>>> [{"ClusterSyncAnswer":{"_clusterId":2,"_newStates":{},"_isExecuted":false,"result":true,"wait":0}}]
>>> > }
>>> > 2013-04-07 00:35:08,821 DEBUG [cloud.api.ApiServlet]
>>> > (1109449945@qtp-1008805148-34:null) ===START===  127.0.0.1 -- GET
>>> >
>>>  command=listConfigurations&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&page=1&pagesize=20&_=1365316508819
>>> > 2013-04-07 00:35:08,845 DEBUG [cloud.api.ApiServlet]
>>> > (1109449945@qtp-1008805148-34:null) ===END===  127.0.0.1 -- GET
>>> >
>>>  command=listConfigurations&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&page=1&pagesize=20&_=1365316508819
>>> > 2013-04-07 00:35:10,407 DEBUG [cloud.api.ApiServlet]
>>> > (1109449945@qtp-1008805148-34:null) ===START===  127.0.0.1 -- GET
>>> >
>>>  command=listZones&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316510405
>>> > 2013-04-07 00:35:10,416 DEBUG [cloud.api.ApiServlet]
>>> > (1109449945@qtp-1008805148-34:null) ===END===  127.0.0.1 -- GET
>>> >
>>>  command=listZones&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316510405
>>> > 2013-04-07 00:35:10,429 DEBUG [cloud.api.ApiServlet]
>>> > (1109449945@qtp-1008805148-34:null) ===START===  127.0.0.1 -- GET
>>> >
>>>  command=listPods&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&page=1&pagesize=1&_=1365316510426
>>> > 2013-04-07 00:35:10,436 DEBUG [cloud.api.ApiServlet]
>>> > (1109449945@qtp-1008805148-34:null) ===END===  127.0.0.1 -- GET
>>> >
>>>  command=listPods&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&page=1&pagesize=1&_=1365316510426
>>> > 2013-04-07 00:35:10,440 DEBUG [cloud.api.ApiServlet]
>>> > (1109449945@qtp-1008805148-34:null) ===START===  127.0.0.1 -- GET
>>> >
>>>  command=listClusters&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&page=1&pagesize=1&_=1365316510438
>>> > 2013-04-07 00:35:10,448 DEBUG [cloud.api.ApiServlet]
>>> > (1109449945@qtp-1008805148-34:null) ===END===  127.0.0.1 -- GET
>>> >
>>>  command=listClusters&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&page=1&pagesize=1&_=1365316510438
>>> > 2013-04-07 00:35:10,451 DEBUG [cloud.api.ApiServlet]
>>> > (1109449945@qtp-1008805148-34:null) ===START===  127.0.0.1 -- GET
>>> >
>>>  command=listHosts&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&type=routing&page=1&pagesize=1&_=1365316510449
>>> > 2013-04-07 00:35:10,456 DEBUG [api.query.QueryManagerImpl]
>>> > (1109449945@qtp-1008805148-34:null) >>>Searching for hosts>>>
>>> > 2013-04-07 00:35:10,461 DEBUG [api.query.QueryManagerImpl]
>>> > (1109449945@qtp-1008805148-34:null) >>>Generating Response>>>
>>> > 2013-04-07 00:35:10,466 DEBUG [cloud.api.ApiServlet]
>>> > (1109449945@qtp-1008805148-34:null) ===END===  127.0.0.1 -- GET
>>> >
>>>  command=listHosts&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&type=routing&page=1&pagesize=1&_=1365316510449
>>> > 2013-04-07 00:35:10,470 DEBUG [cloud.api.ApiServlet]
>>> > (1109449945@qtp-1008805148-34:null) ===START===  127.0.0.1 -- GET
>>> >
>>>  command=listStoragePools&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&page=1&pagesize=1&_=1365316510468
>>> > 2013-04-07 00:35:10,479 DEBUG [cloud.api.ApiServlet]
>>> > (1109449945@qtp-1008805148-34:null) ===END===  127.0.0.1 -- GET
>>> >
>>>  command=listStoragePools&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&page=1&pagesize=1&_=1365316510468
>>> > 2013-04-07 00:35:10,483 DEBUG [cloud.api.ApiServlet]
>>> > (1109449945@qtp-1008805148-34:null) ===START===  127.0.0.1 -- GET
>>> >
>>>  command=listHosts&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&type=SecondaryStorage&page=1&pagesize=1&_=1365316510481
>>> > 2013-04-07 00:35:10,488 DEBUG [api.query.QueryManagerImpl]
>>> > (1109449945@qtp-1008805148-34:null) >>>Searching for hosts>>>
>>> > 2013-04-07 00:35:10,493 DEBUG [api.query.QueryManagerImpl]
>>> > (1109449945@qtp-1008805148-34:null) >>>Generating Response>>>
>>> > 2013-04-07 00:35:10,494 DEBUG [cloud.api.ApiServlet]
>>> > (1109449945@qtp-1008805148-34:null) ===END===  127.0.0.1 -- GET
>>> >
>>>  command=listHosts&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&type=SecondaryStorage&page=1&pagesize=1&_=1365316510481
>>> > 2013-04-07 00:35:10,500 DEBUG [cloud.api.ApiServlet]
>>> > (1109449945@qtp-1008805148-34:null) ===START===  127.0.0.1 -- GET
>>> >
>>>  command=listSystemVms&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&page=1&pagesize=1&_=1365316510496
>>> > 2013-04-07 00:35:10,564 DEBUG [cloud.api.ApiServlet]
>>> > (1109449945@qtp-1008805148-34:null) ===END===  127.0.0.1 -- GET
>>> >
>>>  command=listSystemVms&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&page=1&pagesize=1&_=1365316510496
>>> > 2013-04-07 00:35:10,568 DEBUG [cloud.api.ApiServlet]
>>> > (1109449945@qtp-1008805148-34:null) ===START===  127.0.0.1 -- GET
>>> >
>>>  command=listRouters&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&projectid=-1&page=1&pagesize=1&_=1365316510566
>>> > 2013-04-07 00:35:10,576 DEBUG [cloud.api.ApiServlet]
>>> > (1109449945@qtp-1008805148-34:null) ===END===  127.0.0.1 -- GET
>>> >
>>>  command=listRouters&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&projectid=-1&page=1&pagesize=1&_=1365316510566
>>> > 2013-04-07 00:35:10,579 DEBUG [cloud.api.ApiServlet]
>>> > (1109449945@qtp-1008805148-34:null) ===START===  127.0.0.1 -- GET
>>> >
>>>  command=listRouters&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&listAll=true&page=1&pagesize=1&_=1365316510577
>>> > 2013-04-07 00:35:10,591 DEBUG [cloud.api.ApiServlet]
>>> > (1109449945@qtp-1008805148-34:null) ===END===  127.0.0.1 -- GET
>>> >
>>>  command=listRouters&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&listAll=true&page=1&pagesize=1&_=1365316510577
>>> > 2013-04-07 00:35:10,595 DEBUG [cloud.api.ApiServlet]
>>> > (1109449945@qtp-1008805148-34:null) ===START===  127.0.0.1 -- GET
>>> >
>>>  command=listCapacity&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316510593
>>> > 2013-04-07 00:35:10,609 DEBUG [cloud.api.ApiServlet]
>>> > (1109449945@qtp-1008805148-34:null) ===END===  127.0.0.1 -- GET
>>> >
>>>  command=listCapacity&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316510593
>>> > 2013-04-07 00:35:11,022 DEBUG [agent.manager.DirectAgentAttache]
>>> > (DirectAgent-298:null) Seq 5-614334468: Executing request
>>> > 2013-04-07 00:35:11,171 DEBUG [agent.manager.DirectAgentAttache]
>>> > (DirectAgent-298:null) Seq 5-614334468: Response Received:
>>> > 2013-04-07 00:35:11,172 DEBUG [agent.transport.Request]
>>> > (DirectAgent-298:null) Seq 5-614334468: Processing:  { Ans: , MgmtId:
>>> 1,
>>> > via: 5, Ver: v1, Flags: 10, [{"Answer":{"result":true,"wait":0}}] }
>>> > 2013-04-07 00:35:12,493 DEBUG [cloud.api.ApiServlet]
>>> > (1109449945@qtp-1008805148-34:null) ===START===  127.0.0.1 -- GET
>>> >
>>>  command=listStoragePools&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&page=1&pageSize=20&listAll=true&_=1365316512490
>>> > 2013-04-07 00:35:12,508 DEBUG [cloud.api.ApiServlet]
>>> > (1109449945@qtp-1008805148-34:null) ===END===  127.0.0.1 -- GET
>>> >
>>>  command=listStoragePools&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&page=1&pageSize=20&listAll=true&_=1365316512490
>>> > 2013-04-07 00:35:18,008 DEBUG [cloud.api.ApiServlet]
>>> > (1109449945@qtp-1008805148-34:null) ===START===  127.0.0.1 -- GET
>>> >
>>>  command=listZones&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&id=3a62dec3-cf95-4ba2-9af0-af2190af35e3&_=1365316518006
>>> > 2013-04-07 00:35:18,016 DEBUG [cloud.api.ApiServlet]
>>> > (1109449945@qtp-1008805148-34:null) ===END===  127.0.0.1 -- GET
>>> >
>>>  command=listZones&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&id=3a62dec3-cf95-4ba2-9af0-af2190af35e3&_=1365316518006
>>> > 2013-04-07 00:35:18,022 DEBUG [cloud.api.ApiServlet]
>>> > (1109449945@qtp-1008805148-34:null) ===START===  127.0.0.1 -- GET
>>> >
>>>  command=listStoragePools&id=iSCSI_SR_4&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316518019
>>> > 2013-04-07 00:35:18,036 DEBUG [cloud.api.ApiServlet]
>>> > (1109449945@qtp-1008805148-34:null) ===END===  127.0.0.1 -- GET
>>> >
>>>  command=listStoragePools&id=iSCSI_SR_4&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316518019
>>> > 2013-04-07 00:35:20,457 DEBUG
>>> > [storage.secondary.SecondaryStorageManagerImpl] (secstorage-1:null)
>>> Zone 1
>>> > is ready to launch secondary storage VM
>>> > 2013-04-07 00:35:20,560 DEBUG
>>> [cloud.consoleproxy.ConsoleProxyManagerImpl]
>>> > (consoleproxy-1:null) Zone 1 is ready to launch console proxy
>>> > 2013-04-07 00:35:20,820 DEBUG
>>> > [network.router.VirtualNetworkApplianceManagerImpl]
>>> > (RouterStatusMonitor-1:null) Found 0 routers to update status.
>>> > 2013-04-07 00:35:20,821 DEBUG
>>> > [network.router.VirtualNetworkApplianceManagerImpl]
>>> > (RouterStatusMonitor-1:null) Found 0 networks to update RvR status.
>>> > 2013-04-07 00:35:20,850 DEBUG
>>> > [network.router.VirtualNetworkApplianceManagerImpl]
>>> > (RouterStatusMonitor-1:null) Found 0 routers to update status.
>>> > 2013-04-07 00:35:20,851 DEBUG
>>> > [network.router.VirtualNetworkApplianceManagerImpl]
>>> > (RouterStatusMonitor-1:null) Found 0 networks to update RvR status.
>>> > 2013-04-07 00:35:23,644 DEBUG [cloud.api.ApiServlet]
>>> > (1109449945@qtp-1008805148-34:null) ===START===  127.0.0.1 -- GET
>>> >
>>>  command=listZones&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&id=3a62dec3-cf95-4ba2-9af0-af2190af35e3&_=1365316523642
>>> > 2013-04-07 00:35:23,652 DEBUG [cloud.api.ApiServlet]
>>> > (1109449945@qtp-1008805148-34:null) ===END===  127.0.0.1 -- GET
>>> >
>>>  command=listZones&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&id=3a62dec3-cf95-4ba2-9af0-af2190af35e3&_=1365316523642
>>> > 2013-04-07 00:35:23,657 DEBUG [cloud.api.ApiServlet]
>>> > (1109449945@qtp-1008805148-34:null) ===START===  127.0.0.1 -- GET
>>> >
>>>  command=listStoragePools&id=iSCSI_SR_3&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316523655
>>> > 2013-04-07 00:35:23,670 DEBUG [cloud.api.ApiServlet]
>>> > (1109449945@qtp-1008805148-34:null) ===END===  127.0.0.1 -- GET
>>> >
>>>  command=listStoragePools&id=iSCSI_SR_3&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316523655
>>> > 2013-04-07 00:35:24,890 DEBUG [agent.manager.AgentManagerImpl]
>>> > (AgentManager-Handler-2:null) Ping from 4
>>> > 2013-04-07 00:35:25,447 DEBUG [cloud.api.ApiServlet]
>>> > (1109449945@qtp-1008805148-34:null) ===START===  127.0.0.1 -- GET
>>> >
>>>  command=listZones&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316525443
>>> > 2013-04-07 00:35:25,456 DEBUG [cloud.api.ApiServlet]
>>> > (1109449945@qtp-1008805148-34:null) ===END===  127.0.0.1 -- GET
>>> >
>>>  command=listZones&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316525443
>>> > 2013-04-07 00:35:25,467 DEBUG [cloud.api.ApiServlet]
>>> > (1109449945@qtp-1008805148-34:null) ===START===  127.0.0.1 -- GET
>>> >
>>>  command=listPods&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&page=1&pagesize=1&_=1365316525465
>>> > 2013-04-07 00:35:25,474 DEBUG [cloud.api.ApiServlet]
>>> > (1109449945@qtp-1008805148-34:null) ===END===  127.0.0.1 -- GET
>>> >
>>>  command=listPods&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&page=1&pagesize=1&_=1365316525465
>>> > 2013-04-07 00:35:25,477 DEBUG [cloud.api.ApiServlet]
>>> > (1109449945@qtp-1008805148-34:null) ===START===  127.0.0.1 -- GET
>>> >
>>>  command=listClusters&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&page=1&pagesize=1&_=1365316525475
>>> > 2013-04-07 00:35:25,485 DEBUG [cloud.api.ApiServlet]
>>> > (1109449945@qtp-1008805148-34:null) ===END===  127.0.0.1 -- GET
>>> >
>>>  command=listClusters&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&page=1&pagesize=1&_=1365316525475
>>> > 2013-04-07 00:35:25,488 DEBUG [cloud.api.ApiServlet]
>>> > (1109449945@qtp-1008805148-34:null) ===START===  127.0.0.1 -- GET
>>> >
>>>  command=listHosts&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&type=routing&page=1&pagesize=1&_=1365316525486
>>> > 2013-04-07 00:35:25,493 DEBUG [api.query.QueryManagerImpl]
>>> > (1109449945@qtp-1008805148-34:null) >>>Searching for hosts>>>
>>> > 2013-04-07 00:35:25,498 DEBUG [api.query.QueryManagerImpl]
>>> > (1109449945@qtp-1008805148-34:null) >>>Generating Response>>>
>>> > 2013-04-07 00:35:25,504 DEBUG [cloud.api.ApiServlet]
>>> > (1109449945@qtp-1008805148-34:null) ===END===  127.0.0.1 -- GET
>>> >
>>>  command=listHosts&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&type=routing&page=1&pagesize=1&_=1365316525486
>>> > 2013-04-07 00:35:25,507 DEBUG [cloud.api.ApiServlet]
>>> > (1109449945@qtp-1008805148-34:null) ===START===  127.0.0.1 -- GET
>>> >
>>>  command=listStoragePools&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&page=1&pagesize=1&_=1365316525505
>>> > 2013-04-07 00:35:25,517 DEBUG [cloud.api.ApiServlet]
>>> > (1109449945@qtp-1008805148-34:null) ===END===  127.0.0.1 -- GET
>>> >
>>>  command=listStoragePools&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&page=1&pagesize=1&_=1365316525505
>>> > 2013-04-07 00:35:25,522 DEBUG [cloud.api.ApiServlet]
>>> > (1109449945@qtp-1008805148-34:null) ===START===  127.0.0.1 -- GET
>>> >
>>>  command=listHosts&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&type=SecondaryStorage&page=1&pagesize=1&_=1365316525519
>>> > 2013-04-07 00:35:25,526 DEBUG [api.query.QueryManagerImpl]
>>> > (1109449945@qtp-1008805148-34:null) >>>Searching for hosts>>>
>>> > 2013-04-07 00:35:25,531 DEBUG [api.query.QueryManagerImpl]
>>> > (1109449945@qtp-1008805148-34:null) >>>Generating Response>>>
>>> > 2013-04-07 00:35:25,533 DEBUG [cloud.api.ApiServlet]
>>> > (1109449945@qtp-1008805148-34:null) ===END===  127.0.0.1 -- GET
>>> >
>>>  command=listHosts&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&type=SecondaryStorage&page=1&pagesize=1&_=1365316525519
>>> > 2013-04-07 00:35:25,536 DEBUG [cloud.api.ApiServlet]
>>> > (1109449945@qtp-1008805148-34:null) ===START===  127.0.0.1 -- GET
>>> >
>>>  command=listSystemVms&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&page=1&pagesize=1&_=1365316525534
>>> > 2013-04-07 00:35:25,591 DEBUG [cloud.api.ApiServlet]
>>> > (1109449945@qtp-1008805148-34:null) ===END===  127.0.0.1 -- GET
>>> >
>>>  command=listSystemVms&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&page=1&pagesize=1&_=1365316525534
>>> > 2013-04-07 00:35:25,595 DEBUG [cloud.api.ApiServlet]
>>> > (1109449945@qtp-1008805148-34:null) ===START===  127.0.0.1 -- GET
>>> >
>>>  command=listRouters&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&projectid=-1&page=1&pagesize=1&_=1365316525593
>>> > 2013-04-07 00:35:25,603 DEBUG [cloud.api.ApiServlet]
>>> > (1109449945@qtp-1008805148-34:null) ===END===  127.0.0.1 -- GET
>>> >
>>>  command=listRouters&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&projectid=-1&page=1&pagesize=1&_=1365316525593
>>> > 2013-04-07 00:35:25,606 DEBUG [cloud.api.ApiServlet]
>>> > (1109449945@qtp-1008805148-34:null) ===START===  127.0.0.1 -- GET
>>> >
>>>  command=listRouters&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&listAll=true&page=1&pagesize=1&_=1365316525604
>>> > 2013-04-07 00:35:25,617 DEBUG [cloud.api.ApiServlet]
>>> > (1109449945@qtp-1008805148-34:null) ===END===  127.0.0.1 -- GET
>>> >
>>>  command=listRouters&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&listAll=true&page=1&pagesize=1&_=1365316525604
>>> > 2013-04-07 00:35:25,621 DEBUG [cloud.api.ApiServlet]
>>> > (1109449945@qtp-1008805148-34:null) ===START===  127.0.0.1 -- GET
>>> >
>>>  command=listCapacity&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316525619
>>> > 2013-04-07 00:35:25,634 DEBUG [cloud.api.ApiServlet]
>>> > (1109449945@qtp-1008805148-34:null) ===END===  127.0.0.1 -- GET
>>> >
>>>  command=listCapacity&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316525619
>>> > 2013-04-07 00:35:27,158 DEBUG [agent.manager.DirectAgentAttache]
>>> > (DirectAgent-276:null) Ping from 1
>>> > 2013-04-07 00:35:29,095 DEBUG [agent.manager.DirectAgentAttache]
>>> > (DirectAgent-139:null) Seq 1-90046472: Executing request
>>> > 2013-04-07 00:35:29,302 DEBUG [agent.manager.DirectAgentAttache]
>>> > (DirectAgent-139:null) Seq 1-90046472: Response Received:
>>> > 2013-04-07 00:35:29,303 DEBUG [agent.transport.Request]
>>> > (DirectAgent-139:null) Seq 1-90046472: Processing:  { Ans: , MgmtId: 1,
>>> > via: 1, Ver: v1, Flags: 10,
>>> >
>>> [{"ClusterSyncAnswer":{"_clusterId":1,"_newStates":{},"_isExecuted":false,"result":true,"wait":0}}]
>>> > }
>>> > 2013-04-07 00:35:31,624 DEBUG [cloud.api.ApiServlet]
>>> > (1109449945@qtp-1008805148-34:null) ===START===  127.0.0.1 -- GET
>>> >
>>>  command=listVirtualMachines&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&listAll=true&page=1&pagesize=20&_=1365316531622
>>> > 2013-04-07 00:35:31,644 DEBUG [cloud.api.ApiServlet]
>>> > (1109449945@qtp-1008805148-34:null) ===END===  127.0.0.1 -- GET
>>> >
>>>  command=listVirtualMachines&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&listAll=true&page=1&pagesize=20&_=1365316531622
>>> > 2013-04-07 00:35:32,710 DEBUG [cloud.api.ApiServlet]
>>> > (1109449945@qtp-1008805148-34:null) ===START===  127.0.0.1 -- GET
>>> >
>>>  command=listVolumes&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&listAll=true&page=1&pagesize=20&_=1365316532708
>>> > 2013-04-07 00:35:32,724 DEBUG [cloud.api.ApiServlet]
>>> > (1109449945@qtp-1008805148-34:null) ===END===  127.0.0.1 -- GET
>>> >
>>>  command=listVolumes&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&listAll=true&page=1&pagesize=20&_=1365316532708
>>> > 2013-04-07 00:35:33,917 DEBUG [cloud.api.ApiServlet]
>>> > (1109449945@qtp-1008805148-34:null) ===START===  127.0.0.1 -- GET
>>> >
>>>  command=listVirtualMachines&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&listAll=true&page=1&pagesize=20&_=1365316533915
>>> > 2013-04-07 00:35:33,935 DEBUG [cloud.api.ApiServlet]
>>> > (1109449945@qtp-1008805148-34:null) ===END===  127.0.0.1 -- GET
>>> >
>>>  command=listVirtualMachines&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&listAll=true&page=1&pagesize=20&_=1365316533915
>>> > 2013-04-07 00:35:35,668 DEBUG [cloud.api.ApiServlet]
>>> > (1109449945@qtp-1008805148-34:null) ===START===  127.0.0.1 -- GET
>>> >
>>>  command=listVirtualMachines&id=c18ddf7c-fc61-40b0-af75-fdef05f8eae6&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316535666
>>> > 2013-04-07 00:35:35,689 DEBUG [cloud.api.ApiServlet]
>>> > (1109449945@qtp-1008805148-34:null) ===END===  127.0.0.1 -- GET
>>> >
>>>  command=listVirtualMachines&id=c18ddf7c-fc61-40b0-af75-fdef05f8eae6&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316535666
>>> > 2013-04-07 00:35:35,695 DEBUG [cloud.api.ApiServlet]
>>> > (1109449945@qtp-1008805148-34:null) ===START===  127.0.0.1 -- GET
>>> >
>>>  command=listOsTypes&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316535693
>>> > 2013-04-07 00:35:35,873 DEBUG [cloud.api.ApiServlet]
>>> > (1109449945@qtp-1008805148-34:null) ===END===  127.0.0.1 -- GET
>>> >
>>>  command=listOsTypes&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316535693
>>> > 2013-04-07 00:35:39,081 DEBUG [cloud.api.ApiServlet]
>>> > (1109449945@qtp-1008805148-34:null) ===START===  127.0.0.1 -- GET
>>> >
>>>  command=destroyVirtualMachine&id=c18ddf7c-fc61-40b0-af75-fdef05f8eae6&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316539079
>>> > 2013-04-07 00:35:39,103 DEBUG [cloud.async.AsyncJobManagerImpl]
>>> > (1109449945@qtp-1008805148-34:null) submit async job-45, details:
>>> > AsyncJobVO {id:45, userId: 2, accountId: 2, sessionKey: null,
>>> instanceType:
>>> > null, instanceId: 12, cmd:
>>> > org.apache.cloudstack.api.command.user.vm.DestroyVMCmd, cmdOriginator:
>>> > null, cmdInfo:
>>> >
>>> {"id":"c18ddf7c-fc61-40b0-af75-fdef05f8eae6","response":"json","sessionkey":"Z6QqzU0Fq1iT13bMgnRRfl8GoVA\u003d","ctxUserId":"2","_":"1365316539079","ctxAccountId":"2","ctxStartEventId":"50"},
>>> > cmdVersion: 0, callbackType: 0, callbackAddress: null, status: 0,
>>> > processStatus: 0, resultCode: 0, result: null, initMsid: 1,
>>> completeMsid:
>>> > null, lastUpdated: null, lastPolled: null, created: null}
>>> > 2013-04-07 00:35:39,104 DEBUG [cloud.async.AsyncJobManagerImpl]
>>> > (Job-Executor-38:job-45) Executing
>>> > org.apache.cloudstack.api.command.user.vm.DestroyVMCmd for job-45
>>> > 2013-04-07 00:35:39,105 DEBUG [cloud.api.ApiServlet]
>>> > (1109449945@qtp-1008805148-34:null) ===END===  127.0.0.1 -- GET
>>> >
>>>  command=destroyVirtualMachine&id=c18ddf7c-fc61-40b0-af75-fdef05f8eae6&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316539079
>>> > 2013-04-07 00:35:39,119 DEBUG [cloud.vm.VirtualMachineManagerImpl]
>>> > (Job-Executor-38:job-45) Destroying vm
>>> > VM[User|c18ddf7c-fc61-40b0-af75-fdef05f8eae6]
>>> > 2013-04-07 00:35:39,123 DEBUG [cloud.capacity.CapacityManagerImpl]
>>> > (Job-Executor-38:job-45) VM state transitted from :Running to Stopping
>>> with
>>> > event: StopRequestedvm's original host id: 5 new host id: 5 host id
>>> before
>>> > state transition: 5
>>> > 2013-04-07 00:35:39,125 DEBUG [agent.transport.Request]
>>> > (Job-Executor-38:job-45) Seq 5-614334817: Sending  { Cmd , MgmtId: 1,
>>> via:
>>> > 5, Ver: v1, Flags: 100111,
>>> > [{"StopCommand":{"isProxy":false,"vmName":"i-2-12-VM","wait":0}}] }
>>> > 2013-04-07 00:35:39,125 DEBUG [agent.transport.Request]
>>> > (Job-Executor-38:job-45) Seq 5-614334817: Executing:  { Cmd , MgmtId:
>>> 1,
>>> > via: 5, Ver: v1, Flags: 100111,
>>> > [{"StopCommand":{"isProxy":false,"vmName":"i-2-12-VM","wait":0}}] }
>>> > 2013-04-07 00:35:39,125 DEBUG [agent.manager.DirectAgentAttache]
>>> > (DirectAgent-414:null) Seq 5-614334817: Executing request
>>> > 2013-04-07 00:35:39,289 DEBUG [xen.resource.CitrixResourceBase]
>>> > (DirectAgent-414:null) 9. The VM i-2-12-VM is in Stopping state
>>> > 2013-04-07 00:35:39,720 INFO  [xen.resource.CitrixResourceBase]
>>> > (DirectAgent-414:null) Removed  network rules for vm i-2-12-VM
>>> > 2013-04-07 00:35:42,113 DEBUG [cloud.api.ApiServlet]
>>> > (1109449945@qtp-1008805148-34:null) ===START===  127.0.0.1 -- GET
>>> >
>>>  command=queryAsyncJobResult&jobId=1288fa5b-8b5f-4952-b056-b180437edfd5&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316542111
>>> > 2013-04-07 00:35:42,127 DEBUG [cloud.api.ApiServlet]
>>> > (1109449945@qtp-1008805148-34:null) ===END===  127.0.0.1 -- GET
>>> >
>>>  command=queryAsyncJobResult&jobId=1288fa5b-8b5f-4952-b056-b180437edfd5&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316542111
>>> > 2013-04-07 00:35:45,114 DEBUG [cloud.api.ApiServlet]
>>> > (1109449945@qtp-1008805148-34:null) ===START===  127.0.0.1 -- GET
>>> >
>>>  command=queryAsyncJobResult&jobId=1288fa5b-8b5f-4952-b056-b180437edfd5&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316545112
>>> > 2013-04-07 00:35:45,129 DEBUG [cloud.api.ApiServlet]
>>> > (1109449945@qtp-1008805148-34:null) ===END===  127.0.0.1 -- GET
>>> >
>>>  command=queryAsyncJobResult&jobId=1288fa5b-8b5f-4952-b056-b180437edfd5&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316545112
>>> > 2013-04-07 00:35:47,682 DEBUG [agent.manager.AgentManagerImpl]
>>> > (AgentManager-Handler-3:null) Ping from 3
>>> > 2013-04-07 00:35:48,115 DEBUG [cloud.api.ApiServlet]
>>> > (1109449945@qtp-1008805148-34:null) ===START===  127.0.0.1 -- GET
>>> >
>>>  command=queryAsyncJobResult&jobId=1288fa5b-8b5f-4952-b056-b180437edfd5&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316548112
>>> > 2013-04-07 00:35:48,133 DEBUG [cloud.api.ApiServlet]
>>> > (1109449945@qtp-1008805148-34:null) ===END===  127.0.0.1 -- GET
>>> >
>>>  command=queryAsyncJobResult&jobId=1288fa5b-8b5f-4952-b056-b180437edfd5&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316548112
>>> > 2013-04-07 00:35:50,456 DEBUG
>>> > [storage.secondary.SecondaryStorageManagerImpl] (secstorage-1:null)
>>> Zone 1
>>> > is ready to launch secondary storage VM
>>> > 2013-04-07 00:35:50,564 DEBUG
>>> [cloud.consoleproxy.ConsoleProxyManagerImpl]
>>> > (consoleproxy-1:null) Zone 1 is ready to launch console proxy
>>> > 2013-04-07 00:35:50,819 DEBUG
>>> > [network.router.VirtualNetworkApplianceManagerImpl]
>>> > (RouterStatusMonitor-1:null) Found 0 routers to update status.
>>> > 2013-04-07 00:35:50,821 DEBUG
>>> > [network.router.VirtualNetworkApplianceManagerImpl]
>>> > (RouterStatusMonitor-1:null) Found 0 networks to update RvR status.
>>> > 2013-04-07 00:35:50,851 DEBUG
>>> > [network.router.VirtualNetworkApplianceManagerImpl]
>>> > (RouterStatusMonitor-1:null) Found 0 routers to update status.
>>> > 2013-04-07 00:35:50,852 DEBUG
>>> > [network.router.VirtualNetworkApplianceManagerImpl]
>>> > (RouterStatusMonitor-1:null) Found 0 networks to update RvR status.
>>> > 2013-04-07 00:35:51,117 DEBUG [cloud.api.ApiServlet]
>>> > (1109449945@qtp-1008805148-34:null) ===START===  127.0.0.1 -- GET
>>> >
>>>  command=queryAsyncJobResult&jobId=1288fa5b-8b5f-4952-b056-b180437edfd5&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316551115
>>> > 2013-04-07 00:35:51,132 DEBUG [cloud.api.ApiServlet]
>>> > (1109449945@qtp-1008805148-34:null) ===END===  127.0.0.1 -- GET
>>> >
>>>  command=queryAsyncJobResult&jobId=1288fa5b-8b5f-4952-b056-b180437edfd5&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316551115
>>> > 2013-04-07 00:35:51,242 DEBUG [xen.resource.CitrixResourceBase]
>>> > (DirectAgent-414:null) 10. The VM i-2-12-VM is in Stopped state
>>> > 2013-04-07 00:35:51,242 DEBUG [agent.manager.DirectAgentAttache]
>>> > (DirectAgent-414:null) Seq 5-614334817: Response Received:
>>> > 2013-04-07 00:35:51,243 DEBUG [agent.transport.Request]
>>> > (DirectAgent-414:null) Seq 5-614334817: Processing:  { Ans: , MgmtId:
>>> 1,
>>> > via: 5, Ver: v1, Flags: 110,
>>> > [{"StopAnswer":{"vncPort":0,"result":true,"details":"Stop VM i-2-12-VM
>>> > Succeed","wait":0}}] }
>>> > 2013-04-07 00:35:51,243 DEBUG [agent.transport.Request]
>>> > (Job-Executor-38:job-45) Seq 5-614334817: Received:  { Ans: , MgmtId:
>>> 1,
>>> > via: 5, Ver: v1, Flags: 110, { StopAnswer } }
>>> > 2013-04-07 00:35:51,243 DEBUG [agent.manager.AgentAttache]
>>> > (DirectAgent-414:null) Seq 5-614334817: No more commands found
>>> > 2013-04-07 00:35:51,244 DEBUG [cloud.vm.VirtualMachineManagerImpl]
>>> > (Job-Executor-38:job-45) VM[User|c18ddf7c-fc61-40b0-af75-fdef05f8eae6]
>>> is
>>> > stopped on the host.  Proceeding to release resource held.
>>> > 2013-04-07 00:35:51,251 DEBUG [cloud.network.NetworkManagerImpl]
>>> > (Job-Executor-38:job-45) Changing active number of nics for network
>>> id=204
>>> > on -1
>>> > 2013-04-07 00:35:51,252 DEBUG [cloud.network.NetworkManagerImpl]
>>> > (Job-Executor-38:job-45) Asking ElasticLoadBalancerElement to release
>>> > Nic[18-12-6416c373-20d8-4617-8dcb-30a8ff9d0f34-192.168.56.195]
>>> > 2013-04-07 00:35:51,252 DEBUG [cloud.network.NetworkManagerImpl]
>>> > (Job-Executor-38:job-45) Asking NiciraNvpElement to release
>>> > Nic[18-12-6416c373-20d8-4617-8dcb-30a8ff9d0f34-192.168.56.195]
>>> > 2013-04-07 00:35:51,252 DEBUG [network.element.NiciraNvpElement]
>>> > (Job-Executor-38:job-45) Checking if NiciraNvpElement can handle
>>> service
>>> > Connectivity on network guestNetworkForBasicZone
>>> > 2013-04-07 00:35:51,252 DEBUG [cloud.network.NetworkManagerImpl]
>>> > (Job-Executor-38:job-45) Asking BigSwitchVnsElement to release
>>> > Nic[18-12-6416c373-20d8-4617-8dcb-30a8ff9d0f34-192.168.56.195]
>>> > 2013-04-07 00:35:51,252 DEBUG [network.element.BigSwitchVnsElement]
>>> > (Job-Executor-38:job-45) Checking if BigSwitchVnsElement can handle
>>> service
>>> > Connectivity on network guestNetworkForBasicZone
>>> > 2013-04-07 00:35:51,252 DEBUG [cloud.network.NetworkManagerImpl]
>>> > (Job-Executor-38:job-45) Asking Ovs to release
>>> > Nic[18-12-6416c373-20d8-4617-8dcb-30a8ff9d0f34-192.168.56.195]
>>> > 2013-04-07 00:35:51,252 DEBUG [cloud.network.NetworkManagerImpl]
>>> > (Job-Executor-38:job-45) Asking BareMetalDhcp to release
>>> > Nic[18-12-6416c373-20d8-4617-8dcb-30a8ff9d0f34-192.168.56.195]
>>> > 2013-04-07 00:35:51,252 DEBUG [cloud.network.NetworkManagerImpl]
>>> > (Job-Executor-38:job-45) Asking BareMetalPxe to release
>>> > Nic[18-12-6416c373-20d8-4617-8dcb-30a8ff9d0f34-192.168.56.195]
>>> > 2013-04-07 00:35:51,252 DEBUG [cloud.network.NetworkManagerImpl]
>>> > (Job-Executor-38:job-45) Asking BareMetalUserdata to release
>>> > Nic[18-12-6416c373-20d8-4617-8dcb-30a8ff9d0f34-192.168.56.195]
>>> > 2013-04-07 00:35:51,252 DEBUG [cloud.network.NetworkManagerImpl]
>>> > (Job-Executor-38:job-45) Asking SecurityGroupProvider to release
>>> > Nic[18-12-6416c373-20d8-4617-8dcb-30a8ff9d0f34-192.168.56.195]
>>> > 2013-04-07 00:35:51,252 DEBUG [cloud.network.NetworkManagerImpl]
>>> > (Job-Executor-38:job-45) Asking VirtualRouter to release
>>> > Nic[18-12-6416c373-20d8-4617-8dcb-30a8ff9d0f34-192.168.56.195]
>>> > 2013-04-07 00:35:51,253 DEBUG [cloud.network.NetworkManagerImpl]
>>> > (Job-Executor-38:job-45) Asking VpcVirtualRouter to release
>>> > Nic[18-12-6416c373-20d8-4617-8dcb-30a8ff9d0f34-192.168.56.195]
>>> > 2013-04-07 00:35:51,253 DEBUG [cloud.network.NetworkManagerImpl]
>>> > (Job-Executor-38:job-45) Asking NiciraNvp to release
>>> > Nic[18-12-6416c373-20d8-4617-8dcb-30a8ff9d0f34-192.168.56.195]
>>> > 2013-04-07 00:35:51,253 DEBUG [network.element.NiciraNvpElement]
>>> > (Job-Executor-38:job-45) Checking if NiciraNvpElement can handle
>>> service
>>> > Connectivity on network guestNetworkForBasicZone
>>> > 2013-04-07 00:35:51,253 DEBUG [cloud.network.NetworkManagerImpl]
>>> > (Job-Executor-38:job-45) Asking JuniperSRX to release
>>> > Nic[18-12-6416c373-20d8-4617-8dcb-30a8ff9d0f34-192.168.56.195]
>>> > 2013-04-07 00:35:51,253 DEBUG [cloud.network.NetworkManagerImpl]
>>> > (Job-Executor-38:job-45) Asking Netscaler to release
>>> > Nic[18-12-6416c373-20d8-4617-8dcb-30a8ff9d0f34-192.168.56.195]
>>> > 2013-04-07 00:35:51,253 DEBUG [cloud.network.NetworkManagerImpl]
>>> > (Job-Executor-38:job-45) Asking F5BigIP to release
>>> > Nic[18-12-6416c373-20d8-4617-8dcb-30a8ff9d0f34-192.168.56.195]
>>> > 2013-04-07 00:35:51,253 DEBUG [cloud.network.NetworkManagerImpl]
>>> > (Job-Executor-38:job-45) Asking CiscoNexus1000vVSM to release
>>> > Nic[18-12-6416c373-20d8-4617-8dcb-30a8ff9d0f34-192.168.56.195]
>>> > 2013-04-07 00:35:51,253 DEBUG [cloud.vm.VirtualMachineManagerImpl]
>>> > (Job-Executor-38:job-45) Successfully released network resources for
>>> the vm
>>> > VM[User|c18ddf7c-fc61-40b0-af75-fdef05f8eae6]
>>> > 2013-04-07 00:35:51,253 DEBUG [cloud.vm.VirtualMachineManagerImpl]
>>> > (Job-Executor-38:job-45) Successfully released storage resources for
>>> the vm
>>> > VM[User|c18ddf7c-fc61-40b0-af75-fdef05f8eae6]
>>> > 2013-04-07 00:35:51,298 DEBUG [cloud.capacity.CapacityManagerImpl]
>>> > (Job-Executor-38:job-45) VM state transitted from :Stopping to Stopped
>>> with
>>> > event: OperationSucceededvm's original host id: 5 new host id: null
>>> host id
>>> > before state transition: 5
>>> > 2013-04-07 00:35:51,302 DEBUG [cloud.capacity.CapacityManagerImpl]
>>> > (Job-Executor-38:job-45) Hosts's actual total CPU: 2479 and CPU after
>>> > applying overprovisioning: 2479
>>> > 2013-04-07 00:35:51,303 DEBUG [cloud.capacity.CapacityManagerImpl]
>>> > (Job-Executor-38:job-45) release cpu from host: 5, old used:
>>> 100,reserved:
>>> > 0, actual total: 2479, total with overprovisioning: 2479; new used:
>>> > 0,reserved:100; movedfromreserved: false,moveToReserveredtrue
>>> > 2013-04-07 00:35:51,303 DEBUG [cloud.capacity.CapacityManagerImpl]
>>> > (Job-Executor-38:job-45) release mem from host: 5, old used:
>>> > 1073741824,reserved: 0, total: 1671695424; new used:
>>> 0,reserved:1073741824;
>>> > movedfromreserved: false,moveToReserveredtrue
>>> > 2013-04-07 00:35:51,308 DEBUG [cloud.capacity.CapacityManagerImpl]
>>> > (Job-Executor-38:job-45) VM state transitted from :Stopped to Destroyed
>>> > with event: DestroyRequestedvm's original host id: 5 new host id: null
>>> host
>>> > id before state transition: null
>>> > 2013-04-07 00:35:51,313 DEBUG [cloud.capacity.CapacityManagerImpl]
>>> > (Job-Executor-38:job-45) Hosts's actual total CPU: 2479 and CPU after
>>> > applying overprovisioning: 2479
>>> > 2013-04-07 00:35:51,313 DEBUG [cloud.capacity.CapacityManagerImpl]
>>> > (Job-Executor-38:job-45) release cpu from host: 5, old used:
>>> 0,reserved:
>>> > 100, actual total: 2479, total with overprovisioning: 2479; new used:
>>> > 0,reserved:0; movedfromreserved: true,moveToReserveredfalse
>>> > 2013-04-07 00:35:51,313 DEBUG [cloud.capacity.CapacityManagerImpl]
>>> > (Job-Executor-38:job-45) release mem from host: 5, old used:
>>> 0,reserved:
>>> > 1073741824, total: 1671695424; new used: 0,reserved:0;
>>> movedfromreserved:
>>> > true,moveToReserveredfalse
>>> > 2013-04-07 00:35:51,328 DEBUG [cloud.async.AsyncJobManagerImpl]
>>> > (Job-Executor-38:job-45) Complete async job-45, jobStatus: 1,
>>> resultCode:
>>> > 0, result: org.apache.cloudstack.api.response.UserVmResponse@324f6e41
>>> > 2013-04-07 00:35:51,332 DEBUG [cloud.async.AsyncJobManagerImpl]
>>> > (Job-Executor-38:job-45) Done executing
>>> > org.apache.cloudstack.api.command.user.vm.DestroyVMCmd for job-45
>>> > 2013-04-07 00:35:51,397 DEBUG [cloud.api.ApiServlet]
>>> > (1109449945@qtp-1008805148-34:null) ===START===  127.0.0.1 -- GET
>>> >
>>>  command=listVirtualMachines&id=94ddc16f-04fc-4da1-8326-01d8d5cdeb44&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316551394
>>> > 2013-04-07 00:35:51,417 DEBUG [cloud.api.ApiServlet]
>>> > (1109449945@qtp-1008805148-34:null) ===END===  127.0.0.1 -- GET
>>> >
>>>  command=listVirtualMachines&id=94ddc16f-04fc-4da1-8326-01d8d5cdeb44&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316551394
>>> > 2013-04-07 00:35:51,425 DEBUG [cloud.api.ApiServlet]
>>> > (1109449945@qtp-1008805148-34:null) ===START===  127.0.0.1 -- GET
>>> >
>>>  command=listOsTypes&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316551423
>>> > 2013-04-07 00:35:51,472 INFO  [agent.manager.AgentMonitor]
>>> > (Thread-11:null) Found the following agents behind on ping: [6, 5]
>>> > 2013-04-07 00:35:51,473 DEBUG [cloud.host.Status] (Thread-11:null) Ping
>>> > timeout for host 6, do invstigation
>>> > 2013-04-07 00:35:51,475 DEBUG [cloud.host.Status] (Thread-11:null) Ping
>>> > timeout for host 5, do invstigation
>>> > 2013-04-07 00:35:51,475 INFO  [agent.manager.AgentManagerImpl]
>>> > (AgentTaskPool-7:null) Investigating why host 6 has disconnected with
>>> event
>>> > PingTimeout
>>> > 2013-04-07 00:35:51,475 DEBUG [agent.manager.AgentManagerImpl]
>>> > (AgentTaskPool-7:null) checking if agent (6) is alive
>>> > 2013-04-07 00:35:51,478 INFO  [agent.manager.AgentManagerImpl]
>>> > (AgentTaskPool-8:null) Investigating why host 5 has disconnected with
>>> event
>>> > PingTimeout
>>> > 2013-04-07 00:35:51,478 DEBUG [agent.manager.AgentManagerImpl]
>>> > (AgentTaskPool-8:null) checking if agent (5) is alive
>>> > 2013-04-07 00:35:51,480 DEBUG [agent.transport.Request]
>>> > (AgentTaskPool-7:null) Seq 6-324993313: Sending  { Cmd , MgmtId: 1,
>>> via: 6,
>>> > Ver: v1, Flags: 100011, [{"CheckHealthCommand":{"wait":50}}] }
>>> > 2013-04-07 00:35:51,481 DEBUG [agent.transport.Request]
>>> > (AgentTaskPool-7:null) Seq 6-324993313: Executing:  { Cmd , MgmtId: 1,
>>> via:
>>> > 6, Ver: v1, Flags: 100011, [{"CheckHealthCommand":{"wait":50}}] }
>>> > 2013-04-07 00:35:51,481 DEBUG [agent.manager.DirectAgentAttache]
>>> > (DirectAgent-361:null) Seq 6-324993313: Executing request
>>> > 2013-04-07 00:35:51,488 DEBUG [agent.transport.Request]
>>> > (AgentTaskPool-8:null) Seq 5-614334818: Sending  { Cmd , MgmtId: 1,
>>> via: 5,
>>> > Ver: v1, Flags: 100011, [{"CheckHealthCommand":{"wait":50}}] }
>>> > 2013-04-07 00:35:51,489 DEBUG [agent.transport.Request]
>>> > (AgentTaskPool-8:null) Seq 5-614334818: Executing:  { Cmd , MgmtId: 1,
>>> via:
>>> > 5, Ver: v1, Flags: 100011, [{"CheckHealthCommand":{"wait":50}}] }
>>> > 2013-04-07 00:35:51,489 DEBUG [agent.manager.DirectAgentAttache]
>>> > (DirectAgent-290:null) Seq 5-614334818: Executing request
>>> > 2013-04-07 00:35:51,556 DEBUG [agent.manager.DirectAgentAttache]
>>> > (DirectAgent-290:null) Seq 5-614334818: Response Received:
>>> > 2013-04-07 00:35:51,557 DEBUG [agent.transport.Request]
>>> > (DirectAgent-290:null) Seq 5-614334818: Processing:  { Ans: , MgmtId:
>>> 1,
>>> > via: 5, Ver: v1, Flags: 10,
>>> > [{"CheckHealthAnswer":{"result":true,"details":"resource is
>>> > alive","wait":0}}] }
>>> > 2013-04-07 00:35:51,557 DEBUG [agent.transport.Request]
>>> > (AgentTaskPool-8:null) Seq 5-614334818: Received:  { Ans: , MgmtId: 1,
>>> via:
>>> > 5, Ver: v1, Flags: 10, { CheckHealthAnswer } }
>>> > 2013-04-07 00:35:51,557 DEBUG [agent.manager.AgentManagerImpl]
>>> > (AgentTaskPool-8:null) Details from executing class
>>> > com.cloud.agent.api.CheckHealthCommand: resource is alive
>>> > 2013-04-07 00:35:51,557 DEBUG [agent.manager.AgentManagerImpl]
>>> > (AgentTaskPool-8:null) agent (5) responded to checkHeathCommand,
>>> reporting
>>> > that agent is Up
>>> > 2013-04-07 00:35:51,557 INFO  [agent.manager.AgentManagerImpl]
>>> > (AgentTaskPool-8:null) The state determined is Up
>>> > 2013-04-07 00:35:51,557 INFO  [agent.manager.AgentManagerImpl]
>>> > (AgentTaskPool-8:null) Agent is determined to be up and running
>>> > 2013-04-07 00:35:51,557 DEBUG [cloud.host.Status]
>>> (AgentTaskPool-8:null)
>>> > Transition:[Resource state = Enabled, Agent event = Ping, Host id = 5,
>>> name
>>> > = Tut-XenServer2]
>>> > 2013-04-07 00:35:51,563 DEBUG [cloud.host.Status]
>>> (AgentTaskPool-8:null)
>>> > Agent status update: [id = 5; name = Tut-XenServer2; old status = Up;
>>> event
>>> > = Ping; new status = Up; old update count = 149; new update count =
>>> 150]
>>> > 2013-04-07 00:35:51,568 DEBUG [agent.manager.DirectAgentAttache]
>>> > (DirectAgent-361:null) Seq 6-324993313: Response Received:
>>> > 2013-04-07 00:35:51,568 DEBUG [agent.transport.Request]
>>> > (DirectAgent-361:null) Seq 6-324993313: Processing:  { Ans: , MgmtId:
>>> 1,
>>> > via: 6, Ver: v1, Flags: 10,
>>> > [{"CheckHealthAnswer":{"result":true,"details":"resource is
>>> > alive","wait":0}}] }
>>> > 2013-04-07 00:35:51,569 DEBUG [agent.transport.Request]
>>> > (AgentTaskPool-7:null) Seq 6-324993313: Received:  { Ans: , MgmtId: 1,
>>> via:
>>> > 6, Ver: v1, Flags: 10, { CheckHealthAnswer } }
>>> > 2013-04-07 00:35:51,569 DEBUG [agent.manager.AgentManagerImpl]
>>> > (AgentTaskPool-7:null) Details from executing class
>>> > com.cloud.agent.api.CheckHealthCommand: resource is alive
>>> > 2013-04-07 00:35:51,569 DEBUG [agent.manager.AgentManagerImpl]
>>> > (AgentTaskPool-7:null) agent (6) responded to checkHeathCommand,
>>> reporting
>>> > that agent is Up
>>> > 2013-04-07 00:35:51,569 INFO  [agent.manager.AgentManagerImpl]
>>> > (AgentTaskPool-7:null) The state determined is Up
>>> > 2013-04-07 00:35:51,569 INFO  [agent.manager.AgentManagerImpl]
>>> > (AgentTaskPool-7:null) Agent is determined to be up and running
>>> > 2013-04-07 00:35:51,569 DEBUG [cloud.host.Status]
>>> (AgentTaskPool-7:null)
>>> > Transition:[Resource state = Enabled, Agent event = Ping, Host id = 6,
>>> name
>>> > = Tut-XenServer]
>>> > 2013-04-07 00:35:51,574 DEBUG [cloud.host.Status]
>>> (AgentTaskPool-7:null)
>>> > Agent status update: [id = 6; name = Tut-XenServer; old status = Up;
>>> event
>>> > = Ping; new status = Up; old update count = 312; new update count =
>>> 313]
>>> > 2013-04-07 00:35:51,668 DEBUG [cloud.api.ApiServlet]
>>> > (1109449945@qtp-1008805148-34:null) ===END===  127.0.0.1 -- GET
>>> >
>>>  command=listOsTypes&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316551423
>>> > 2013-04-07 00:35:54,118 DEBUG [cloud.api.ApiServlet]
>>> > (1109449945@qtp-1008805148-34:null) ===START===  127.0.0.1 -- GET
>>> >
>>>  command=queryAsyncJobResult&jobId=1288fa5b-8b5f-4952-b056-b180437edfd5&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316554116
>>> > 2013-04-07 00:35:54,129 DEBUG [cloud.async.AsyncJobManagerImpl]
>>> > (1109449945@qtp-1008805148-34:null) Async job-45 completed
>>> > 2013-04-07 00:35:54,135 DEBUG [cloud.api.ApiServlet]
>>> > (1109449945@qtp-1008805148-34:null) ===END===  127.0.0.1 -- GET
>>> >
>>>  command=queryAsyncJobResult&jobId=1288fa5b-8b5f-4952-b056-b180437edfd5&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316554116
>>> > 2013-04-07 00:35:55,077 DEBUG [cloud.api.ApiServlet]
>>> > (1109449945@qtp-1008805148-34:null) ===START===  127.0.0.1 -- GET
>>> >
>>>  command=destroyVirtualMachine&id=94ddc16f-04fc-4da1-8326-01d8d5cdeb44&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316555075
>>> > 2013-04-07 00:35:55,098 DEBUG [cloud.async.AsyncJobManagerImpl]
>>> > (1109449945@qtp-1008805148-34:null) submit async job-46, details:
>>> > AsyncJobVO {id:46, userId: 2, accountId: 2, sessionKey: null,
>>> instanceType:
>>> > null, instanceId: 13, cmd:
>>> > org.apache.cloudstack.api.command.user.vm.DestroyVMCmd, cmdOriginator:
>>> > null, cmdInfo:
>>> >
>>> {"id":"94ddc16f-04fc-4da1-8326-01d8d5cdeb44","response":"json","sessionkey":"Z6QqzU0Fq1iT13bMgnRRfl8GoVA\u003d","ctxUserId":"2","_":"1365316555075","ctxAccountId":"2","ctxStartEventId":"51"},
>>> > cmdVersion: 0, callbackType: 0, callbackAddress: null, status: 0,
>>> > processStatus: 0, resultCode: 0, result: null, initMsid: 1,
>>> completeMsid:
>>> > null, lastUpdated: null, lastPolled: null, created: null}
>>> > 2013-04-07 00:35:55,098 DEBUG [cloud.async.AsyncJobManagerImpl]
>>> > (Job-Executor-39:job-46) Executing
>>> > org.apache.cloudstack.api.command.user.vm.DestroyVMCmd for job-46
>>> > 2013-04-07 00:35:55,100 DEBUG [cloud.api.ApiServlet]
>>> > (1109449945@qtp-1008805148-34:null) ===END===  127.0.0.1 -- GET
>>> >
>>>  command=destroyVirtualMachine&id=94ddc16f-04fc-4da1-8326-01d8d5cdeb44&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316555075
>>> > 2013-04-07 00:35:55,113 DEBUG [cloud.vm.VirtualMachineManagerImpl]
>>> > (Job-Executor-39:job-46) Destroying vm
>>> > VM[User|94ddc16f-04fc-4da1-8326-01d8d5cdeb44]
>>> > 2013-04-07 00:35:55,116 DEBUG [cloud.capacity.CapacityManagerImpl]
>>> > (Job-Executor-39:job-46) VM state transitted from :Running to Stopping
>>> with
>>> > event: StopRequestedvm's original host id: 6 new host id: 6 host id
>>> before
>>> > state transition: 6
>>> > 2013-04-07 00:35:55,118 DEBUG [agent.transport.Request]
>>> > (Job-Executor-39:job-46) Seq 6-324993314: Sending  { Cmd , MgmtId: 1,
>>> via:
>>> > 6, Ver: v1, Flags: 100111,
>>> > [{"StopCommand":{"isProxy":false,"vmName":"i-2-13-VM","wait":0}}] }
>>> > 2013-04-07 00:35:55,118 DEBUG [agent.transport.Request]
>>> > (Job-Executor-39:job-46) Seq 6-324993314: Executing:  { Cmd , MgmtId:
>>> 1,
>>> > via: 6, Ver: v1, Flags: 100111,
>>> > [{"StopCommand":{"isProxy":false,"vmName":"i-2-13-VM","wait":0}}] }
>>> > 2013-04-07 00:35:55,118 DEBUG [agent.manager.DirectAgentAttache]
>>> > (DirectAgent-7:null) Seq 6-324993314: Executing request
>>> > 2013-04-07 00:35:55,216 DEBUG [xen.resource.CitrixResourceBase]
>>> > (DirectAgent-7:null) 9. The VM i-2-13-VM is in Stopping state
>>> > 2013-04-07 00:35:55,532 INFO  [xen.resource.CitrixResourceBase]
>>> > (DirectAgent-7:null) Removed  network rules for vm i-2-13-VM
>>> > 2013-04-07 00:35:58,107 DEBUG [cloud.api.ApiServlet]
>>> > (1109449945@qtp-1008805148-34:null) ===START===  127.0.0.1 -- GET
>>> >
>>>  command=queryAsyncJobResult&jobId=042967f3-4fd4-4bcf-a646-999eeca87235&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316558105
>>> > 2013-04-07 00:35:58,121 DEBUG [cloud.api.ApiServlet]
>>> > (1109449945@qtp-1008805148-34:null) ===END===  127.0.0.1 -- GET
>>> >
>>>  command=queryAsyncJobResult&jobId=042967f3-4fd4-4bcf-a646-999eeca87235&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316558105
>>> > 2013-04-07 00:36:01,107 DEBUG [cloud.api.ApiServlet]
>>> > (1109449945@qtp-1008805148-34:null) ===START===  127.0.0.1 -- GET
>>> >
>>>  command=queryAsyncJobResult&jobId=042967f3-4fd4-4bcf-a646-999eeca87235&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316561105
>>> > 2013-04-07 00:36:01,121 DEBUG [cloud.api.ApiServlet]
>>> > (1109449945@qtp-1008805148-34:null) ===END===  127.0.0.1 -- GET
>>> >
>>>  command=queryAsyncJobResult&jobId=042967f3-4fd4-4bcf-a646-999eeca87235&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316561105
>>> > 2013-04-07 00:36:04,108 DEBUG [cloud.api.ApiServlet]
>>> > (1109449945@qtp-1008805148-34:null) ===START===  127.0.0.1 -- GET
>>> >
>>>  command=queryAsyncJobResult&jobId=042967f3-4fd4-4bcf-a646-999eeca87235&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316564106
>>> > 2013-04-07 00:36:04,128 DEBUG [cloud.api.ApiServlet]
>>> > (1109449945@qtp-1008805148-34:null) ===END===  127.0.0.1 -- GET
>>> >
>>>  command=queryAsyncJobResult&jobId=042967f3-4fd4-4bcf-a646-999eeca87235&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316564106
>>> > 2013-04-07 00:36:04,783 DEBUG [xen.resource.CitrixResourceBase]
>>> > (DirectAgent-7:null) 10. The VM i-2-13-VM is in Stopped state
>>> > 2013-04-07 00:36:04,783 DEBUG [agent.manager.DirectAgentAttache]
>>> > (DirectAgent-7:null) Seq 6-324993314: Response Received:
>>> > 2013-04-07 00:36:04,783 DEBUG [agent.transport.Request]
>>> > (DirectAgent-7:null) Seq 6-324993314: Processing:  { Ans: , MgmtId: 1,
>>> via:
>>> > 6, Ver: v1, Flags: 110,
>>> > [{"StopAnswer":{"vncPort":0,"result":true,"details":"Stop VM i-2-13-VM
>>> > Succeed","wait":0}}] }
>>> > 2013-04-07 00:36:04,783 DEBUG [agent.transport.Request]
>>> > (Job-Executor-39:job-46) Seq 6-324993314: Received:  { Ans: , MgmtId:
>>> 1,
>>> > via: 6, Ver: v1, Flags: 110, { StopAnswer } }
>>> > 2013-04-07 00:36:04,783 DEBUG [agent.manager.AgentAttache]
>>> > (DirectAgent-7:null) Seq 6-324993314: No more commands found
>>> > 2013-04-07 00:36:04,784 DEBUG [cloud.vm.VirtualMachineManagerImpl]
>>> > (Job-Executor-39:job-46) VM[User|94ddc16f-04fc-4da1-8326-01d8d5cdeb44]
>>> is
>>> > stopped on the host.  Proceeding to release resource held.
>>> > 2013-04-07 00:36:04,793 DEBUG [cloud.network.NetworkManagerImpl]
>>> > (Job-Executor-39:job-46) Changing active number of nics for network
>>> id=204
>>> > on -1
>>> > 2013-04-07 00:36:04,794 DEBUG [cloud.network.NetworkManagerImpl]
>>> > (Job-Executor-39:job-46) Asking ElasticLoadBalancerElement to release
>>> > Nic[19-13-a8349669-6ff2-443f-88d3-c5d69100df3a-192.168.56.146]
>>> > 2013-04-07 00:36:04,794 DEBUG [cloud.network.NetworkManagerImpl]
>>> > (Job-Executor-39:job-46) Asking NiciraNvpElement to release
>>> > Nic[19-13-a8349669-6ff2-443f-88d3-c5d69100df3a-192.168.56.146]
>>> > 2013-04-07 00:36:04,795 DEBUG [network.element.NiciraNvpElement]
>>> > (Job-Executor-39:job-46) Checking if NiciraNvpElement can handle
>>> service
>>> > Connectivity on network guestNetworkForBasicZone
>>> > 2013-04-07 00:36:04,795 DEBUG [cloud.network.NetworkManagerImpl]
>>> > (Job-Executor-39:job-46) Asking BigSwitchVnsElement to release
>>> > Nic[19-13-a8349669-6ff2-443f-88d3-c5d69100df3a-192.168.56.146]
>>> > 2013-04-07 00:36:04,795 DEBUG [network.element.BigSwitchVnsElement]
>>> > (Job-Executor-39:job-46) Checking if BigSwitchVnsElement can handle
>>> service
>>> > Connectivity on network guestNetworkForBasicZone
>>> > 2013-04-07 00:36:04,795 DEBUG [cloud.network.NetworkManagerImpl]
>>> > (Job-Executor-39:job-46) Asking Ovs to release
>>> > Nic[19-13-a8349669-6ff2-443f-88d3-c5d69100df3a-192.168.56.146]
>>> > 2013-04-07 00:36:04,795 DEBUG [cloud.network.NetworkManagerImpl]
>>> > (Job-Executor-39:job-46) Asking BareMetalDhcp to release
>>> > Nic[19-13-a8349669-6ff2-443f-88d3-c5d69100df3a-192.168.56.146]
>>> > 2013-04-07 00:36:04,795 DEBUG [cloud.network.NetworkManagerImpl]
>>> > (Job-Executor-39:job-46) Asking BareMetalPxe to release
>>> > Nic[19-13-a8349669-6ff2-443f-88d3-c5d69100df3a-192.168.56.146]
>>> > 2013-04-07 00:36:04,795 DEBUG [cloud.network.NetworkManagerImpl]
>>> > (Job-Executor-39:job-46) Asking BareMetalUserdata to release
>>> > Nic[19-13-a8349669-6ff2-443f-88d3-c5d69100df3a-192.168.56.146]
>>> > 2013-04-07 00:36:04,795 DEBUG [cloud.network.NetworkManagerImpl]
>>> > (Job-Executor-39:job-46) Asking SecurityGroupProvider to release
>>> > Nic[19-13-a8349669-6ff2-443f-88d3-c5d69100df3a-192.168.56.146]
>>> > 2013-04-07 00:36:04,795 DEBUG [cloud.network.NetworkManagerImpl]
>>> > (Job-Executor-39:job-46) Asking VirtualRouter to release
>>> > Nic[19-13-a8349669-6ff2-443f-88d3-c5d69100df3a-192.168.56.146]
>>> > 2013-04-07 00:36:04,795 DEBUG [cloud.network.NetworkManagerImpl]
>>> > (Job-Executor-39:job-46) Asking VpcVirtualRouter to release
>>> > Nic[19-13-a8349669-6ff2-443f-88d3-c5d69100df3a-192.168.56.146]
>>> > 2013-04-07 00:36:04,795 DEBUG [cloud.network.NetworkManagerImpl]
>>> > (Job-Executor-39:job-46) Asking NiciraNvp to release
>>> > Nic[19-13-a8349669-6ff2-443f-88d3-c5d69100df3a-192.168.56.146]
>>> > 2013-04-07 00:36:04,795 DEBUG [network.element.NiciraNvpElement]
>>> > (Job-Executor-39:job-46) Checking if NiciraNvpElement can handle
>>> service
>>> > Connectivity on network guestNetworkForBasicZone
>>> > 2013-04-07 00:36:04,795 DEBUG [cloud.network.NetworkManagerImpl]
>>> > (Job-Executor-39:job-46) Asking JuniperSRX to release
>>> > Nic[19-13-a8349669-6ff2-443f-88d3-c5d69100df3a-192.168.56.146]
>>> > 2013-04-07 00:36:04,795 DEBUG [cloud.network.NetworkManagerImpl]
>>> > (Job-Executor-39:job-46) Asking Netscaler to release
>>> > Nic[19-13-a8349669-6ff2-443f-88d3-c5d69100df3a-192.168.56.146]
>>> > 2013-04-07 00:36:04,795 DEBUG [cloud.network.NetworkManagerImpl]
>>> > (Job-Executor-39:job-46) Asking F5BigIP to release
>>> > Nic[19-13-a8349669-6ff2-443f-88d3-c5d69100df3a-192.168.56.146]
>>> > 2013-04-07 00:36:04,795 DEBUG [cloud.network.NetworkManagerImpl]
>>> > (Job-Executor-39:job-46) Asking CiscoNexus1000vVSM to release
>>> > Nic[19-13-a8349669-6ff2-443f-88d3-c5d69100df3a-192.168.56.146]
>>> > 2013-04-07 00:36:04,795 DEBUG [cloud.vm.VirtualMachineManagerImpl]
>>> > (Job-Executor-39:job-46) Successfully released network resources for
>>> the vm
>>> > VM[User|94ddc16f-04fc-4da1-8326-01d8d5cdeb44]
>>> > 2013-04-07 00:36:04,795 DEBUG [cloud.vm.VirtualMachineManagerImpl]
>>> > (Job-Executor-39:job-46) Successfully released storage resources for
>>> the vm
>>> > VM[User|94ddc16f-04fc-4da1-8326-01d8d5cdeb44]
>>> > 2013-04-07 00:36:04,836 DEBUG [cloud.capacity.CapacityManagerImpl]
>>> > (Job-Executor-39:job-46) VM state transitted from :Stopping to Stopped
>>> with
>>> > event: OperationSucceededvm's original host id: 6 new host id: null
>>> host id
>>> > before state transition: 6
>>> > 2013-04-07 00:36:04,843 DEBUG [cloud.capacity.CapacityManagerImpl]
>>> > (Job-Executor-39:job-46) Hosts's actual total CPU: 2382 and CPU after
>>> > applying overprovisioning: 2382
>>> > 2013-04-07 00:36:04,844 DEBUG [cloud.capacity.CapacityManagerImpl]
>>> > (Job-Executor-39:job-46) release cpu from host: 6, old used:
>>> 200,reserved:
>>> > 0, actual total: 2382, total with overprovisioning: 2382; new used:
>>> > 100,reserved:100; movedfromreserved: false,moveToReserveredtrue
>>> > 2013-04-07 00:36:04,844 DEBUG [cloud.capacity.CapacityManagerImpl]
>>> > (Job-Executor-39:job-46) release mem from host: 6, old used:
>>> > 1178599424,reserved: 0, total: 1671695424; new used:
>>> > 104857600,reserved:1073741824; movedfromreserved:
>>> false,moveToReserveredtrue
>>> > 2013-04-07 00:36:04,854 DEBUG [cloud.capacity.CapacityManagerImpl]
>>> > (Job-Executor-39:job-46) VM state transitted from :Stopped to Destroyed
>>> > with event: DestroyRequestedvm's original host id: 6 new host id: null
>>> host
>>> > id before state transition: null
>>> > 2013-04-07 00:36:04,863 DEBUG [cloud.capacity.CapacityManagerImpl]
>>> > (Job-Executor-39:job-46) Hosts's actual total CPU: 2382 and CPU after
>>> > applying overprovisioning: 2382
>>> > 2013-04-07 00:36:04,863 DEBUG [cloud.capacity.CapacityManagerImpl]
>>> > (Job-Executor-39:job-46) release cpu from host: 6, old used:
>>> 100,reserved:
>>> > 100, actual total: 2382, total with overprovisioning: 2382; new used:
>>> > 100,reserved:0; movedfromreserved: true,moveToReserveredfalse
>>> > 2013-04-07 00:36:04,863 DEBUG [cloud.capacity.CapacityManagerImpl]
>>> > (Job-Executor-39:job-46) release mem from host: 6, old used:
>>> > 104857600,reserved: 1073741824, total: 1671695424; new used:
>>> > 104857600,reserved:0; movedfromreserved: true,moveToReserveredfalse
>>> > 2013-04-07 00:36:04,892 DEBUG [cloud.async.AsyncJobManagerImpl]
>>> > (Job-Executor-39:job-46) Complete async job-46, jobStatus: 1,
>>> resultCode:
>>> > 0, result: org.apache.cloudstack.api.response.UserVmResponse@519ba6bb
>>> > 2013-04-07 00:36:04,897 DEBUG [cloud.async.AsyncJobManagerImpl]
>>> > (Job-Executor-39:job-46) Done executing
>>> > org.apache.cloudstack.api.command.user.vm.DestroyVMCmd for job-46
>>> > 2013-04-07 00:36:04,949 DEBUG [agent.manager.DirectAgentAttache]
>>> > (DirectAgent-410:null) Ping from 6
>>> > 2013-04-07 00:36:06,058 DEBUG [agent.manager.DirectAgentAttache]
>>> > (DirectAgent-234:null) Ping from 5
>>> > 2013-04-07 00:36:06,909 DEBUG [agent.manager.DirectAgentAttache]
>>> > (DirectAgent-407:null) Seq 6-324993028: Executing request
>>> > 2013-04-07 00:36:07,097 DEBUG [xen.resource.CitrixResourceBase]
>>> > (DirectAgent-407:null) VM missing i-2-13-VM old state stopped so
>>> removing.
>>> > 2013-04-07 00:36:07,098 DEBUG [xen.resource.CitrixResourceBase]
>>> > (DirectAgent-407:null) VM missing i-2-12-VM old state stopped so
>>> removing.
>>> > 2013-04-07 00:36:07,098 DEBUG [agent.manager.DirectAgentAttache]
>>> > (DirectAgent-407:null) Seq 6-324993028: Response Received:
>>> > 2013-04-07 00:36:07,098 DEBUG [agent.transport.Request]
>>> > (DirectAgent-407:null) Seq 6-324993028: Processing:  { Ans: , MgmtId:
>>> 1,
>>> > via: 6, Ver: v1, Flags: 10,
>>> >
>>> [{"ClusterSyncAnswer":{"_clusterId":2,"_newStates":{},"_isExecuted":false,"result":true,"wait":0}}]
>>> > }
>>> > 2013-04-07 00:36:07,109 DEBUG [cloud.api.ApiServlet]
>>> > (1109449945@qtp-1008805148-34:null) ===START===  127.0.0.1 -- GET
>>> >
>>>  command=queryAsyncJobResult&jobId=042967f3-4fd4-4bcf-a646-999eeca87235&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316567107
>>> > 2013-04-07 00:36:07,119 DEBUG [cloud.async.AsyncJobManagerImpl]
>>> > (1109449945@qtp-1008805148-34:null) Async job-46 completed
>>> > 2013-04-07 00:36:07,125 DEBUG [cloud.api.ApiServlet]
>>> > (1109449945@qtp-1008805148-34:null) ===END===  127.0.0.1 -- GET
>>> >
>>>  command=queryAsyncJobResult&jobId=042967f3-4fd4-4bcf-a646-999eeca87235&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316567107
>>> > 2013-04-07 00:36:11,022 DEBUG [agent.manager.DirectAgentAttache]
>>> > (DirectAgent-110:null) Seq 5-614334468: Executing request
>>> > 2013-04-07 00:36:11,171 DEBUG [agent.manager.DirectAgentAttache]
>>> > (DirectAgent-110:null) Seq 5-614334468: Response Received:
>>> > 2013-04-07 00:36:11,171 DEBUG [agent.transport.Request]
>>> > (DirectAgent-110:null) Seq 5-614334468: Processing:  { Ans: , MgmtId:
>>> 1,
>>> > via: 5, Ver: v1, Flags: 10, [{"Answer":{"result":true,"wait":0}}] }
>>> > 2013-04-07 00:36:12,411 DEBUG [cloud.api.ApiServlet]
>>> > (1109449945@qtp-1008805148-34:null) ===START===  127.0.0.1 -- GET
>>> >
>>>  command=listVolumes&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&listAll=true&page=1&pagesize=20&_=1365316572408
>>> > 2013-04-07 00:36:12,426 DEBUG [cloud.api.ApiServlet]
>>> > (1109449945@qtp-1008805148-34:null) ===END===  127.0.0.1 -- GET
>>> >
>>>  command=listVolumes&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&listAll=true&page=1&pagesize=20&_=1365316572408
>>> > 2013-04-07 00:36:13,241 DEBUG [cloud.api.ApiServlet]
>>> > (1109449945@qtp-1008805148-34:null) ===START===  127.0.0.1 -- GET
>>> >
>>>  command=listVirtualMachines&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&listAll=true&page=1&pagesize=20&_=1365316573239
>>> > 2013-04-07 00:36:13,259 DEBUG [cloud.api.ApiServlet]
>>> > (1109449945@qtp-1008805148-34:null) ===END===  127.0.0.1 -- GET
>>> >
>>>  command=listVirtualMachines&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&listAll=true&page=1&pagesize=20&_=1365316573239
>>> > 2013-04-07 00:36:19,140 DEBUG [cloud.api.ApiServlet]
>>> > (1109449945@qtp-1008805148-34:null) ===START===  127.0.0.1 -- GET
>>> >
>>>  command=listVolumes&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&listAll=true&page=1&pagesize=20&_=1365316579137
>>> > 2013-04-07 00:36:19,155 DEBUG [cloud.api.ApiServlet]
>>> > (1109449945@qtp-1008805148-34:null) ===END===  127.0.0.1 -- GET
>>> >
>>>  command=listVolumes&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&listAll=true&page=1&pagesize=20&_=1365316579137
>>> > 2013-04-07 00:36:20,452 DEBUG
>>> > [storage.secondary.SecondaryStorageManagerImpl] (secstorage-1:null)
>>> Zone 1
>>> > is ready to launch secondary storage VM
>>> > 2013-04-07 00:36:20,498 DEBUG [cloud.api.ApiServlet]
>>> > (1109449945@qtp-1008805148-34:null) ===START===  127.0.0.1 -- GET
>>> >
>>>  command=listVirtualMachines&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&listAll=true&page=1&pagesize=20&_=1365316580496
>>> > 2013-04-07 00:36:20,519 DEBUG [cloud.api.ApiServlet]
>>> > (1109449945@qtp-1008805148-34:null) ===END===  127.0.0.1 -- GET
>>> >
>>>  command=listVirtualMachines&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&listAll=true&page=1&pagesize=20&_=1365316580496
>>> > 2013-04-07 00:36:20,554 DEBUG
>>> [cloud.consoleproxy.ConsoleProxyManagerImpl]
>>> > (consoleproxy-1:null) Zone 1 is ready to launch console proxy
>>> > 2013-04-07 00:36:20,820 DEBUG
>>> > [network.router.VirtualNetworkApplianceManagerImpl]
>>> > (RouterStatusMonitor-1:null) Found 0 routers to update status.
>>> > 2013-04-07 00:36:20,821 DEBUG
>>> > [network.router.VirtualNetworkApplianceManagerImpl]
>>> > (RouterStatusMonitor-1:null) Found 0 networks to update RvR status.
>>> > 2013-04-07 00:36:20,850 DEBUG
>>> > [network.router.VirtualNetworkApplianceManagerImpl]
>>> > (RouterStatusMonitor-1:null) Found 0 routers to update status.
>>> > 2013-04-07 00:36:20,852 DEBUG
>>> > [network.router.VirtualNetworkApplianceManagerImpl]
>>> > (RouterStatusMonitor-1:null) Found 0 networks to update RvR status.
>>> > 2013-04-07 00:36:21,588 DEBUG [cloud.api.ApiServlet]
>>> > (1109449945@qtp-1008805148-34:null) ===START===  127.0.0.1 -- GET
>>> >
>>>  command=listVolumes&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&listAll=true&page=1&pagesize=20&_=1365316581586
>>> > 2013-04-07 00:36:21,602 DEBUG [cloud.api.ApiServlet]
>>> > (1109449945@qtp-1008805148-34:null) ===END===  127.0.0.1 -- GET
>>> >
>>>  command=listVolumes&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&listAll=true&page=1&pagesize=20&_=1365316581586
>>> > 2013-04-07 00:36:22,324 DEBUG [cloud.api.ApiServlet]
>>> > (1109449945@qtp-1008805148-34:null) ===START===  127.0.0.1 -- GET
>>> >
>>>  command=listVirtualMachines&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&listAll=true&page=1&pagesize=20&_=1365316582321
>>> > 2013-04-07 00:36:22,348 DEBUG [cloud.api.ApiServlet]
>>> > (1109449945@qtp-1008805148-34:null) ===END===  127.0.0.1 -- GET
>>> >
>>>  command=listVirtualMachines&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&listAll=true&page=1&pagesize=20&_=1365316582321
>>> > 2013-04-07 00:36:24,891 DEBUG [agent.manager.AgentManagerImpl]
>>> > (AgentManager-Handler-4:null) Ping from 4
>>> > 2013-04-07 00:36:27,193 DEBUG [agent.manager.DirectAgentAttache]
>>> > (DirectAgent-204:null) Ping from 1
>>> > 2013-04-07 00:36:29,095 DEBUG [agent.manager.DirectAgentAttache]
>>> > (DirectAgent-277:null) Seq 1-90046472: Executing request
>>> > 2013-04-07 00:36:29,354 DEBUG [agent.manager.DirectAgentAttache]
>>> > (DirectAgent-277:null) Seq 1-90046472: Response Received:
>>> > 2013-04-07 00:36:29,355 DEBUG [agent.transport.Request]
>>> > (DirectAgent-277:null) Seq 1-90046472: Processing:  { Ans: , MgmtId: 1,
>>> > via: 1, Ver: v1, Flags: 10,
>>> >
>>> [{"ClusterSyncAnswer":{"_clusterId":1,"_newStates":{},"_isExecuted":false,"result":true,"wait":0}}]
>>> > }
>>> > 2013-04-07 00:36:47,680 DEBUG [agent.manager.AgentManagerImpl]
>>> > (AgentManager-Handler-5:null) Ping from 3
>>> > 2013-04-07 00:36:50,451 DEBUG
>>> > [storage.secondary.SecondaryStorageManagerImpl] (secstorage-1:null)
>>> Zone 1
>>> > is ready to launch secondary storage VM
>>> > 2013-04-07 00:36:50,554 DEBUG
>>> [cloud.consoleproxy.ConsoleProxyManagerImpl]
>>> > (consoleproxy-1:null) Zone 1 is ready to launch console proxy
>>> > 2013-04-07 00:36:50,820 DEBUG
>>> > [network.router.VirtualNetworkApplianceManagerImpl]
>>> > (RouterStatusMonitor-1:null) Found 0 routers to update status.
>>> > 2013-04-07 00:36:50,821 DEBUG
>>> > [network.router.VirtualNetworkApplianceManagerImpl]
>>> > (RouterStatusMonitor-1:null) Found 0 networks to update RvR status.
>>> > 2013-04-07 00:36:50,851 DEBUG
>>> > [network.router.VirtualNetworkApplianceManagerImpl]
>>> > (RouterStatusMonitor-1:null) Found 0 routers to update status.
>>> > 2013-04-07 00:36:50,852 DEBUG
>>> > [network.router.VirtualNetworkApplianceManagerImpl]
>>> > (RouterStatusMonitor-1:null) Found 0 networks to update RvR status.
>>> > 2013-04-07 00:36:51,476 INFO  [agent.manager.AgentMonitor]
>>> > (Thread-11:null) Found the following agents behind on ping: [6, 5]
>>> > 2013-04-07 00:36:51,477 DEBUG [cloud.host.Status] (Thread-11:null) Ping
>>> > timeout for host 6, do invstigation
>>> > 2013-04-07 00:36:51,479 DEBUG [cloud.host.Status] (Thread-11:null) Ping
>>> > timeout for host 5, do invstigation
>>> > 2013-04-07 00:36:51,479 INFO  [agent.manager.AgentManagerImpl]
>>> > (AgentTaskPool-9:null) Investigating why host 6 has disconnected with
>>> event
>>> > PingTimeout
>>> > 2013-04-07 00:36:51,479 DEBUG [agent.manager.AgentManagerImpl]
>>> > (AgentTaskPool-9:null) checking if agent (6) is alive
>>> > 2013-04-07 00:36:51,482 INFO  [agent.manager.AgentManagerImpl]
>>> > (AgentTaskPool-12:null) Investigating why host 5 has disconnected with
>>> > event PingTimeout
>>> > 2013-04-07 00:36:51,482 DEBUG [agent.manager.AgentManagerImpl]
>>> > (AgentTaskPool-12:null) checking if agent (5) is alive
>>> > 2013-04-07 00:36:51,483 DEBUG [agent.transport.Request]
>>> > (AgentTaskPool-9:null) Seq 6-324993315: Sending  { Cmd , MgmtId: 1,
>>> via: 6,
>>> > Ver: v1, Flags: 100011, [{"CheckHealthCommand":{"wait":50}}] }
>>> > 2013-04-07 00:36:51,484 DEBUG [agent.transport.Request]
>>> > (AgentTaskPool-9:null) Seq 6-324993315: Executing:  { Cmd , MgmtId: 1,
>>> via:
>>> > 6, Ver: v1, Flags: 100011, [{"CheckHealthCommand":{"wait":50}}] }
>>> > 2013-04-07 00:36:51,484 DEBUG [agent.manager.DirectAgentAttache]
>>> > (DirectAgent-169:null) Seq 6-324993315: Executing request
>>> > 2013-04-07 00:36:51,485 DEBUG [agent.transport.Request]
>>> > (AgentTaskPool-12:null) Seq 5-614334819: Sending  { Cmd , MgmtId: 1,
>>> via:
>>> > 5, Ver: v1, Flags: 100011, [{"CheckHealthCommand":{"wait":50}}] }
>>> > 2013-04-07 00:36:51,485 DEBUG [agent.transport.Request]
>>> > (AgentTaskPool-12:null) Seq 5-614334819: Executing:  { Cmd , MgmtId: 1,
>>> > via: 5, Ver: v1, Flags: 100011, [{"CheckHealthCommand":{"wait":50}}] }
>>> > 2013-04-07 00:36:51,485 DEBUG [agent.manager.DirectAgentAttache]
>>> > (DirectAgent-498:null) Seq 5-614334819: Executing request
>>> > 2013-04-07 00:36:51,542 DEBUG [agent.manager.DirectAgentAttache]
>>> > (DirectAgent-169:null) Seq 6-324993315: Response Received:
>>> > 2013-04-07 00:36:51,542 DEBUG [agent.transport.Request]
>>> > (DirectAgent-169:null) Seq 6-324993315: Processing:  { Ans: , MgmtId:
>>> 1,
>>> > via: 6, Ver: v1, Flags: 10,
>>> > [{"CheckHealthAnswer":{"result":true,"details":"resource is
>>> > alive","wait":0}}] }
>>> > 2013-04-07 00:36:51,542 DEBUG [agent.transport.Request]
>>> > (AgentTaskPool-9:null) Seq 6-324993315: Received:  { Ans: , MgmtId: 1,
>>> via:
>>> > 6, Ver: v1, Flags: 10, { CheckHealthAnswer } }
>>> > 2013-04-07 00:36:51,542 DEBUG [agent.manager.AgentManagerImpl]
>>> > (AgentTaskPool-9:null) Details from executing class
>>> > com.cloud.agent.api.CheckHealthCommand: resource is alive
>>> > 2013-04-07 00:36:51,542 DEBUG [agent.manager.AgentManagerImpl]
>>> > (AgentTaskPool-9:null) agent (6) responded to checkHeathCommand,
>>> reporting
>>> > that agent is Up
>>> > 2013-04-07 00:36:51,542 INFO  [agent.manager.AgentManagerImpl]
>>> > (AgentTaskPool-9:null) The state determined is Up
>>> > 2013-04-07 00:36:51,542 INFO  [agent.manager.AgentManagerImpl]
>>> > (AgentTaskPool-9:null) Agent is determined to be up and running
>>> > 2013-04-07 00:36:51,542 DEBUG [cloud.host.Status]
>>> (AgentTaskPool-9:null)
>>> > Transition:[Resource state = Enabled, Agent event = Ping, Host id = 6,
>>> name
>>> > = Tut-XenServer]
>>> > 2013-04-07 00:36:51,546 DEBUG [cloud.host.Status]
>>> (AgentTaskPool-9:null)
>>> > Agent status update: [id = 6; name = Tut-XenServer; old status = Up;
>>> event
>>> > = Ping; new status = Up; old update count = 313; new update count =
>>> 314]
>>> > 2013-04-07 00:36:51,549 DEBUG [agent.manager.DirectAgentAttache]
>>> > (DirectAgent-498:null) Seq 5-614334819: Response Received:
>>> > 2013-04-07 00:36:51,549 DEBUG [agent.transport.Request]
>>> > (DirectAgent-498:null) Seq 5-614334819: Processing:  { Ans: , MgmtId:
>>> 1,
>>> > via: 5, Ver: v1, Flags: 10,
>>> > [{"CheckHealthAnswer":{"result":true,"details":"resource is
>>> > alive","wait":0}}] }
>>> > 2013-04-07 00:36:51,549 DEBUG [agent.transport.Request]
>>> > (AgentTaskPool-12:null) Seq 5-614334819: Received:  { Ans: , MgmtId: 1,
>>> > via: 5, Ver: v1, Flags: 10, { CheckHealthAnswer } }
>>> > 2013-04-07 00:36:51,549 DEBUG [agent.manager.AgentManagerImpl]
>>> > (AgentTaskPool-12:null) Details from executing class
>>> > com.cloud.agent.api.CheckHealthCommand: resource is alive
>>> > 2013-04-07 00:36:51,549 DEBUG [agent.manager.AgentManagerImpl]
>>> > (AgentTaskPool-12:null) agent (5) responded to checkHeathCommand,
>>> reporting
>>> > that agent is Up
>>> > 2013-04-07 00:36:51,549 INFO  [agent.manager.AgentManagerImpl]
>>> > (AgentTaskPool-12:null) The state determined is Up
>>> > 2013-04-07 00:36:51,549 INFO  [agent.manager.AgentManagerImpl]
>>> > (AgentTaskPool-12:null) Agent is determined to be up and running
>>> > 2013-04-07 00:36:51,549 DEBUG [cloud.host.Status]
>>> (AgentTaskPool-12:null)
>>> > Transition:[Resource state = Enabled, Agent event = Ping, Host id = 5,
>>> name
>>> > = Tut-XenServer2]
>>> > 2013-04-07 00:36:51,552 DEBUG [cloud.host.Status]
>>> (AgentTaskPool-12:null)
>>> > Agent status update: [id = 5; name = Tut-XenServer2; old status = Up;
>>> event
>>> > = Ping; new status = Up; old update count = 150; new update count =
>>> 151]
>>> > 2013-04-07 00:36:54,389 INFO  [cloud.vm.UserVmManagerImpl]
>>> > (UserVm-Scavenger-1:null) Found 1 vms to expunge.
>>> > 2013-04-07 00:36:54,389 DEBUG [cloud.vm.VirtualMachineManagerImpl]
>>> > (UserVm-Scavenger-1:null) Stopped called on
>>> > VM[User|c18ddf7c-fc61-40b0-af75-fdef05f8eae6] but the state is
>>> Destroyed
>>> > 2013-04-07 00:36:54,391 DEBUG [cloud.capacity.CapacityManagerImpl]
>>> > (UserVm-Scavenger-1:null) VM state transitted from :Destroyed to
>>> Expunging
>>> > with event: ExpungeOperationvm's original host id: 5 new host id: null
>>> host
>>> > id before state transition: null
>>> > 2013-04-07 00:36:54,391 DEBUG [cloud.vm.VirtualMachineManagerImpl]
>>> > (UserVm-Scavenger-1:null) Destroying vm
>>> > VM[User|c18ddf7c-fc61-40b0-af75-fdef05f8eae6]
>>> > 2013-04-07 00:36:54,391 DEBUG [cloud.vm.VirtualMachineManagerImpl]
>>> > (UserVm-Scavenger-1:null) Cleaning up NICS
>>> > 2013-04-07 00:36:54,391 DEBUG [cloud.network.NetworkManagerImpl]
>>> > (UserVm-Scavenger-1:null) Cleaning network for vm: 12
>>> > 2013-04-07 00:36:54,399 DEBUG [network.guru.DirectNetworkGuru]
>>> > (UserVm-Scavenger-1:null) Deallocate network: networkId: 204, ip:
>>> > 192.168.56.195
>>> > 2013-04-07 00:36:54,409 DEBUG [cloud.network.NetworkManagerImpl]
>>> > (UserVm-Scavenger-1:null) Removed nic id=18
>>> > 2013-04-07 00:36:54,409 DEBUG [cloud.storage.StorageManagerImpl]
>>> > (UserVm-Scavenger-1:null) Cleaning storage for vm: 12
>>> > 2013-04-07 00:36:54,417 DEBUG [cloud.storage.StorageManagerImpl]
>>> > (UserVm-Scavenger-1:null) Expunging Vol[12|vm=12|ROOT]
>>> > 2013-04-07 00:36:54,424 DEBUG [agent.transport.Request]
>>> > (UserVm-Scavenger-1:null) Seq 5-614334820: Sending  { Cmd , MgmtId: 1,
>>> via:
>>> > 5, Ver: v1, Flags: 100111,
>>> >
>>> [{"storage.DestroyCommand":{"vmName":"i-2-12-VM","volume":{"id":12,"name":"ROOT-12","mountPoint":"/iSCSI_SR_3","path":"40a39639-e8aa-45b5-bfa1-591b68571d0c","size":52428800,"type":"ROOT","storagePoolType":"PreSetup","storagePoolUuid":"iSCSI_SR_3","deviceId":0},"wait":0}}]
>>> > }
>>> > 2013-04-07 00:36:54,424 DEBUG [agent.transport.Request]
>>> > (UserVm-Scavenger-1:null) Seq 5-614334820: Executing:  { Cmd , MgmtId:
>>> 1,
>>> > via: 5, Ver: v1, Flags: 100111,
>>> >
>>> [{"storage.DestroyCommand":{"vmName":"i-2-12-VM","volume":{"id":12,"name":"ROOT-12","mountPoint":"/iSCSI_SR_3","path":"40a39639-e8aa-45b5-bfa1-591b68571d0c","size":52428800,"type":"ROOT","storagePoolType":"PreSetup","storagePoolUuid":"iSCSI_SR_3","deviceId":0},"wait":0}}]
>>> > }
>>> > 2013-04-07 00:36:54,424 DEBUG [agent.manager.DirectAgentAttache]
>>> > (DirectAgent-411:null) Seq 5-614334820: Executing request
>>> > 2013-04-07 00:36:55,072 DEBUG [agent.manager.DirectAgentAttache]
>>> > (DirectAgent-411:null) Seq 5-614334820: Response Received:
>>> > 2013-04-07 00:36:55,072 DEBUG [agent.transport.Request]
>>> > (DirectAgent-411:null) Seq 5-614334820: Processing:  { Ans: , MgmtId:
>>> 1,
>>> > via: 5, Ver: v1, Flags: 110,
>>> > [{"Answer":{"result":true,"details":"Success","wait":0}}] }
>>> > 2013-04-07 00:36:55,072 DEBUG [agent.transport.Request]
>>> > (UserVm-Scavenger-1:null) Seq 5-614334820: Received:  { Ans: , MgmtId:
>>> 1,
>>> > via: 5, Ver: v1, Flags: 110, { Answer } }
>>> > 2013-04-07 00:36:55,072 DEBUG [agent.manager.AgentAttache]
>>> > (DirectAgent-411:null) Seq 5-614334820: No more commands found
>>> > 2013-04-07 00:36:55,076 DEBUG [cloud.storage.StorageManagerImpl]
>>> > (UserVm-Scavenger-1:null) Volume successfully expunged from 257
>>> > 2013-04-07 00:36:55,076 DEBUG [cloud.vm.VirtualMachineManagerImpl]
>>> > (UserVm-Scavenger-1:null) Expunged
>>> > VM[User|c18ddf7c-fc61-40b0-af75-fdef05f8eae6]
>>> > 2013-04-07 00:36:55,076 DEBUG [cloud.vm.UserVmManagerImpl]
>>> > (UserVm-Scavenger-1:null) Starting cleaning up vm
>>> > VM[User|c18ddf7c-fc61-40b0-af75-fdef05f8eae6] resources...
>>> > 2013-04-07 00:36:55,080 INFO
>>>  [network.security.SecurityGroupManagerImpl]
>>> > (UserVm-Scavenger-1:null) Disassociated 1 network groups  from uservm
>>> 12
>>> > 2013-04-07 00:36:55,081 DEBUG
>>> [network.security.SecurityGroupManagerImpl]
>>> > (UserVm-Scavenger-1:null) Security group mappings are removed
>>> successfully
>>> > for vm id=12
>>> > 2013-04-07 00:36:55,090 DEBUG [network.firewall.FirewallManagerImpl]
>>> > (UserVm-Scavenger-1:null) No firewall rules are found for vm id=12
>>> > 2013-04-07 00:36:55,090 DEBUG [cloud.vm.UserVmManagerImpl]
>>> > (UserVm-Scavenger-1:null) Firewall rules are removed successfully as a
>>> part
>>> > of vm id=12 expunge
>>> > 2013-04-07 00:36:55,093 DEBUG [network.rules.RulesManagerImpl]
>>> > (UserVm-Scavenger-1:null) No port forwarding rules are found for vm
>>> id=12
>>> > 2013-04-07 00:36:55,093 DEBUG [cloud.vm.UserVmManagerImpl]
>>> > (UserVm-Scavenger-1:null) Port forwarding rules are removed
>>> successfully as
>>> > a part of vm id=12 expunge
>>> > 2013-04-07 00:36:55,095 DEBUG [cloud.vm.UserVmManagerImpl]
>>> > (UserVm-Scavenger-1:null) Removed vm id=12 from all load balancers as a
>>> > part of expunge process
>>> > 2013-04-07 00:36:55,096 DEBUG [cloud.vm.UserVmManagerImpl]
>>> > (UserVm-Scavenger-1:null) Successfully cleaned up vm
>>> > VM[User|c18ddf7c-fc61-40b0-af75-fdef05f8eae6] resources as a part of
>>> > expunge process
>>> > 2013-04-07 00:37:04,802 DEBUG [agent.manager.DirectAgentAttache]
>>> > (DirectAgent-110:null) Ping from 6
>>> > 2013-04-07 00:37:06,042 DEBUG [agent.manager.DirectAgentAttache]
>>> > (DirectAgent-409:null) Ping from 5
>>> > 2013-04-07 00:37:06,909 DEBUG [agent.manager.DirectAgentAttache]
>>> > (DirectAgent-239:null) Seq 6-324993028: Executing request
>>> > 2013-04-07 00:37:07,099 DEBUG [agent.manager.DirectAgentAttache]
>>> > (DirectAgent-239:null) Seq 6-324993028: Response Received:
>>> > 2013-04-07 00:37:07,100 DEBUG [agent.transport.Request]
>>> > (DirectAgent-239:null) Seq 6-324993028: Processing:  { Ans: , MgmtId:
>>> 1,
>>> > via: 6, Ver: v1, Flags: 10,
>>> >
>>> [{"ClusterSyncAnswer":{"_clusterId":2,"_newStates":{},"_isExecuted":false,"result":true,"wait":0}}]
>>> > }
>>> > 2013-04-07 00:37:11,022 DEBUG [agent.manager.DirectAgentAttache]
>>> > (DirectAgent-225:null) Seq 5-614334468: Executing request
>>> > 2013-04-07 00:37:11,170 DEBUG [agent.manager.DirectAgentAttache]
>>> > (DirectAgent-225:null) Seq 5-614334468: Response Received:
>>> > 2013-04-07 00:37:11,171 DEBUG [agent.transport.Request]
>>> > (DirectAgent-225:null) Seq 5-614334468: Processing:  { Ans: , MgmtId:
>>> 1,
>>> > via: 5, Ver: v1, Flags: 10, [{"Answer":{"result":true,"wait":0}}] }
>>> > 2013-04-07 00:37:20,451 DEBUG
>>> > [storage.secondary.SecondaryStorageManagerImpl] (secstorage-1:null)
>>> Zone 1
>>> > is ready to launch secondary storage VM
>>> > 2013-04-07 00:37:20,554 DEBUG
>>> [cloud.consoleproxy.ConsoleProxyManagerImpl]
>>> > (consoleproxy-1:null) Zone 1 is ready to launch console proxy
>>> > 2013-04-07 00:37:20,820 DEBUG
>>> > [network.router.VirtualNetworkApplianceManagerImpl]
>>> > (RouterStatusMonitor-1:null) Found 0 routers to update status.
>>> > 2013-04-07 00:37:20,822 DEBUG
>>> > [network.router.VirtualNetworkApplianceManagerImpl]
>>> > (RouterStatusMonitor-1:null) Found 0 networks to update RvR status.
>>> > 2013-04-07 00:37:20,851 DEBUG
>>> > [network.router.VirtualNetworkApplianceManagerImpl]
>>> > (RouterStatusMonitor-1:null) Found 0 routers to update status.
>>> > 2013-04-07 00:37:20,852 DEBUG
>>> > [network.router.VirtualNetworkApplianceManagerImpl]
>>> > (RouterStatusMonitor-1:null) Found 0 networks to update RvR status.
>>> > 2013-04-07 00:37:24,890 DEBUG [agent.manager.AgentManagerImpl]
>>> > (AgentManager-Handler-6:null) Ping from 4
>>> > 2013-04-07 00:37:27,167 DEBUG [agent.manager.DirectAgentAttache]
>>> > (DirectAgent-354:null) Ping from 1
>>> > 2013-04-07 00:37:29,095 DEBUG [agent.manager.DirectAgentAttache]
>>> > (DirectAgent-97:null) Seq 1-90046472: Executing request
>>> > 2013-04-07 00:37:29,317 DEBUG [agent.manager.DirectAgentAttache]
>>> > (DirectAgent-97:null) Seq 1-90046472: Response Received:
>>> > 2013-04-07 00:37:29,317 DEBUG [agent.transport.Request]
>>> > (DirectAgent-97:null) Seq 1-90046472: Processing:  { Ans: , MgmtId: 1,
>>> via:
>>> > 1, Ver: v1, Flags: 10,
>>> >
>>> [{"ClusterSyncAnswer":{"_clusterId":1,"_newStates":{},"_isExecuted":false,"result":true,"wait":0}}]
>>> > }
>>> > 2013-04-07 00:37:47,679 DEBUG [agent.manager.AgentManagerImpl]
>>> > (AgentManager-Handler-7:null) Ping from 3
>>> > 2013-04-07 00:37:50,451 DEBUG
>>> > [storage.secondary.SecondaryStorageManagerImpl] (secstorage-1:null)
>>> Zone 1
>>> > is ready to launch secondary storage VM
>>> > 2013-04-07 00:37:50,555 DEBUG
>>> [cloud.consoleproxy.ConsoleProxyManagerImpl]
>>> > (consoleproxy-1:null) Zone 1 is ready to launch console proxy
>>> > 2013-04-07 00:37:50,798 INFO  [cloud.ha.HighAvailabilityManagerImpl]
>>> > (HA-2:null) checking health of usage server
>>> > 2013-04-07 00:37:50,799 DEBUG [cloud.ha.HighAvailabilityManagerImpl]
>>> > (HA-2:null) usage server running? false, heartbeat: null
>>> > 2013-04-07 00:37:50,801 DEBUG [cloud.alert.AlertManagerImpl]
>>> (HA-2:null)
>>> > Have already sent: 1 emails for alert type '12' -- skipping send email
>>> > 2013-04-07 00:37:50,816 DEBUG
>>> > [network.router.VirtualNetworkApplianceManagerImpl]
>>> (RouterMonitor-1:null)
>>> > Found 0 running routers.
>>> > 2013-04-07 00:37:50,820 DEBUG
>>> > [network.router.VirtualNetworkApplianceManagerImpl]
>>> > (RouterStatusMonitor-1:null) Found 0 routers to update status.
>>> > 2013-04-07 00:37:50,821 DEBUG
>>> > [network.router.VirtualNetworkApplianceManagerImpl]
>>> > (RouterStatusMonitor-1:null) Found 0 networks to update RvR status.
>>> > 2013-04-07 00:37:50,850 DEBUG
>>> > [network.router.VirtualNetworkApplianceManagerImpl]
>>> (RouterMonitor-1:null)
>>> > Found 0 running routers.
>>> > 2013-04-07 00:37:50,851 DEBUG
>>> > [network.router.VirtualNetworkApplianceManagerImpl]
>>> > (RouterStatusMonitor-1:null) Found 0 routers to update status.
>>> > 2013-04-07 00:37:50,852 DEBUG
>>> > [network.router.VirtualNetworkApplianceManagerImpl]
>>> > (RouterStatusMonitor-1:null) Found 0 networks to update RvR status.
>>> > 2013-04-07 00:37:50,909 DEBUG
>>> > [cloud.network.ExternalLoadBalancerUsageManagerImpl]
>>> > (ExternalNetworkMonitor-1:null) External devices stats collector is
>>> > running...
>>> > 2013-04-07 00:37:50,920 DEBUG [storage.snapshot.SnapshotSchedulerImpl]
>>> > (SnapshotPollTask:null) Snapshot scheduler.poll is being called at
>>> > 2013-04-07 06:37:50 GMT
>>> > 2013-04-07 00:37:50,921 DEBUG [storage.snapshot.SnapshotSchedulerImpl]
>>> > (SnapshotPollTask:null) Got 0 snapshots to be executed at 2013-04-07
>>> > 06:37:50 GMT
>>> > 2013-04-07 00:37:51,480 INFO  [agent.manager.AgentMonitor]
>>> > (Thread-11:null) Found the following agents behind on ping: [6, 5]
>>> > 2013-04-07 00:37:51,481 DEBUG [cloud.host.Status] (Thread-11:null) Ping
>>> > timeout for host 6, do invstigation
>>> > 2013-04-07 00:37:51,482 DEBUG [cloud.host.Status] (Thread-11:null) Ping
>>> > timeout for host 5, do invstigation
>>> > 2013-04-07 00:37:51,483 INFO  [agent.manager.AgentManagerImpl]
>>> > (AgentTaskPool-10:null) Investigating why host 6 has disconnected with
>>> > event PingTimeout
>>> > 2013-04-07 00:37:51,483 DEBUG [agent.manager.AgentManagerImpl]
>>> > (AgentTaskPool-10:null) checking if agent (6) is alive
>>> > 2013-04-07 00:37:51,484 INFO  [agent.manager.AgentManagerImpl]
>>> > (AgentTaskPool-13:null) Investigating why host 5 has disconnected with
>>> > event PingTimeout
>>> > 2013-04-07 00:37:51,484 DEBUG [agent.manager.AgentManagerImpl]
>>> > (AgentTaskPool-13:null) checking if agent (5) is alive
>>> > 2013-04-07 00:37:51,486 DEBUG [agent.transport.Request]
>>> > (AgentTaskPool-10:null) Seq 6-324993316: Sending  { Cmd , MgmtId: 1,
>>> via:
>>> > 6, Ver: v1, Flags: 100011, [{"CheckHealthCommand":{"wait":50}}] }
>>> > 2013-04-07 00:37:51,486 DEBUG [agent.transport.Request]
>>> > (AgentTaskPool-10:null) Seq 6-324993316: Executing:  { Cmd , MgmtId: 1,
>>> > via: 6, Ver: v1, Flags: 100011, [{"CheckHealthCommand":{"wait":50}}] }
>>> > 2013-04-07 00:37:51,486 DEBUG [agent.manager.DirectAgentAttache]
>>> > (DirectAgent-303:null) Seq 6-324993316: Executing request
>>> > 2013-04-07 00:37:51,488 DEBUG [agent.transport.Request]
>>> > (AgentTaskPool-13:null) Seq 5-614334821: Sending  { Cmd , MgmtId: 1,
>>> via:
>>> > 5, Ver: v1, Flags: 100011, [{"CheckHealthCommand":{"wait":50}}] }
>>> > 2013-04-07 00:37:51,488 DEBUG [agent.transport.Request]
>>> > (AgentTaskPool-13:null) Seq 5-614334821: Executing:  { Cmd , MgmtId: 1,
>>> > via: 5, Ver: v1, Flags: 100011, [{"CheckHealthCommand":{"wait":50}}] }
>>> > 2013-04-07 00:37:51,488 DEBUG [agent.manager.DirectAgentAttache]
>>> > (DirectAgent-158:null) Seq 5-614334821: Executing request
>>> > 2013-04-07 00:37:51,537 DEBUG [agent.manager.DirectAgentAttache]
>>> > (DirectAgent-303:null) Seq 6-324993316: Response Received:
>>> > 2013-04-07 00:37:51,538 DEBUG [agent.transport.Request]
>>> > (DirectAgent-303:null) Seq 6-324993316: Processing:  { Ans: , MgmtId:
>>> 1,
>>> > via: 6, Ver: v1, Flags: 10,
>>> > [{"CheckHealthAnswer":{"result":true,"details":"resource is
>>> > alive","wait":0}}] }
>>> > 2013-04-07 00:37:51,538 DEBUG [agent.transport.Request]
>>> > (AgentTaskPool-10:null) Seq 6-324993316: Received:  { Ans: , MgmtId: 1,
>>> > via: 6, Ver: v1, Flags: 10, { CheckHealthAnswer } }
>>> > 2013-04-07 00:37:51,538 DEBUG [agent.manager.AgentManagerImpl]
>>> > (AgentTaskPool-10:null) Details from executing class
>>> > com.cloud.agent.api.CheckHealthCommand: resource is alive
>>> > 2013-04-07 00:37:51,538 DEBUG [agent.manager.AgentManagerImpl]
>>> > (AgentTaskPool-10:null) agent (6) responded to checkHeathCommand,
>>> reporting
>>> > that agent is Up
>>> > 2013-04-07 00:37:51,538 INFO  [agent.manager.AgentManagerImpl]
>>> > (AgentTaskPool-10:null) The state determined is Up
>>> > 2013-04-07 00:37:51,538 INFO  [agent.manager.AgentManagerImpl]
>>> > (AgentTaskPool-10:null) Agent is determined to be up and running
>>> > 2013-04-07 00:37:51,538 DEBUG [cloud.host.Status]
>>> (AgentTaskPool-10:null)
>>> > Transition:[Resource state = Enabled, Agent event = Ping, Host id = 6,
>>> name
>>> > = Tut-XenServer]
>>> > 2013-04-07 00:37:51,541 DEBUG [agent.manager.DirectAgentAttache]
>>> > (DirectAgent-158:null) Seq 5-614334821: Response Received:
>>> > 2013-04-07 00:37:51,541 DEBUG [agent.transport.Request]
>>> > (DirectAgent-158:null) Seq 5-614334821: Processing:  { Ans: , MgmtId:
>>> 1,
>>> > via: 5, Ver: v1, Flags: 10,
>>> > [{"CheckHealthAnswer":{"result":true,"details":"resource is
>>> > alive","wait":0}}] }
>>> > 2013-04-07 00:37:51,541 DEBUG [agent.transport.Request]
>>> > (AgentTaskPool-13:null) Seq 5-614334821: Received:  { Ans: , MgmtId: 1,
>>> > via: 5, Ver: v1, Flags: 10, { CheckHealthAnswer } }
>>> > 2013-04-07 00:37:51,541 DEBUG [agent.manager.AgentManagerImpl]
>>> > (AgentTaskPool-13:null) Details from executing class
>>> > com.cloud.agent.api.CheckHealthCommand: resource is alive
>>> > 2013-04-07 00:37:51,541 DEBUG [agent.manager.AgentManagerImpl]
>>> > (AgentTaskPool-13:null) agent (5) responded to checkHeathCommand,
>>> reporting
>>> > that agent is Up
>>> > 2013-04-07 00:37:51,541 INFO  [agent.manager.AgentManagerImpl]
>>> > (AgentTaskPool-13:null) The state determined is Up
>>> > 2013-04-07 00:37:51,541 DEBUG [cloud.host.Status]
>>> (AgentTaskPool-10:null)
>>> > Agent status update: [id = 6; name = Tut-XenServer; old status = Up;
>>> event
>>> > = Ping; new status = Up; old update count = 314; new update count =
>>> 315]
>>> > 2013-04-07 00:37:51,541 INFO  [agent.manager.AgentManagerImpl]
>>> > (AgentTaskPool-13:null) Agent is determined to be up and running
>>> > 2013-04-07 00:37:51,541 DEBUG [cloud.host.Status]
>>> (AgentTaskPool-13:null)
>>> > Transition:[Resource state = Enabled, Agent event = Ping, Host id = 5,
>>> name
>>> > = Tut-XenServer2]
>>> > 2013-04-07 00:37:51,544 DEBUG [cloud.host.Status]
>>> (AgentTaskPool-13:null)
>>> > Agent status update: [id = 5; name = Tut-XenServer2; old status = Up;
>>> event
>>> > = Ping; new status = Up; old update count = 151; new update count =
>>> 152]
>>> > 2013-04-07 00:37:55,103 INFO  [cloud.vm.UserVmManagerImpl]
>>> > (UserVm-Scavenger-1:null) Found 1 vms to expunge.
>>> > 2013-04-07 00:37:55,103 DEBUG [cloud.vm.VirtualMachineManagerImpl]
>>> > (UserVm-Scavenger-1:null) Stopped called on
>>> > VM[User|94ddc16f-04fc-4da1-8326-01d8d5cdeb44] but the state is
>>> Destroyed
>>> > 2013-04-07 00:37:55,105 DEBUG [cloud.capacity.CapacityManagerImpl]
>>> > (UserVm-Scavenger-1:null) VM state transitted from :Destroyed to
>>> Expunging
>>> > with event: ExpungeOperationvm's original host id: 6 new host id: null
>>> host
>>> > id before state transition: null
>>> > 2013-04-07 00:37:55,105 DEBUG [cloud.vm.VirtualMachineManagerImpl]
>>> > (UserVm-Scavenger-1:null) Destroying vm
>>> > VM[User|94ddc16f-04fc-4da1-8326-01d8d5cdeb44]
>>> > 2013-04-07 00:37:55,105 DEBUG [cloud.vm.VirtualMachineManagerImpl]
>>> > (UserVm-Scavenger-1:null) Cleaning up NICS
>>> > 2013-04-07 00:37:55,105 DEBUG [cloud.network.NetworkManagerImpl]
>>> > (UserVm-Scavenger-1:null) Cleaning network for vm: 13
>>> > 2013-04-07 00:37:55,113 DEBUG [network.guru.DirectNetworkGuru]
>>> > (UserVm-Scavenger-1:null) Deallocate network: networkId: 204, ip:
>>> > 192.168.56.146
>>> > 2013-04-07 00:37:55,124 DEBUG [cloud.network.NetworkManagerImpl]
>>> > (UserVm-Scavenger-1:null) Removed nic id=19
>>> > 2013-04-07 00:37:55,124 DEBUG [cloud.storage.StorageManagerImpl]
>>> > (UserVm-Scavenger-1:null) Cleaning storage for vm: 13
>>> > 2013-04-07 00:37:55,132 DEBUG [cloud.storage.StorageManagerImpl]
>>> > (UserVm-Scavenger-1:null) Expunging Vol[13|vm=13|ROOT]
>>> > 2013-04-07 00:37:55,139 DEBUG [agent.transport.Request]
>>> > (UserVm-Scavenger-1:null) Seq 6-324993317: Sending  { Cmd , MgmtId: 1,
>>> via:
>>> > 6, Ver: v1, Flags: 100111,
>>> >
>>> [{"storage.DestroyCommand":{"vmName":"i-2-13-VM","volume":{"id":13,"name":"ROOT-13","mountPoint":"/iSCSI_SR_3","path":"99154d9c-2665-465d-8c71-e60f1748895b","size":52428800,"type":"ROOT","storagePoolType":"PreSetup","storagePoolUuid":"iSCSI_SR_3","deviceId":0},"wait":0}}]
>>> > }
>>> > 2013-04-07 00:37:55,140 DEBUG [agent.transport.Request]
>>> > (UserVm-Scavenger-1:null) Seq 6-324993317: Executing:  { Cmd , MgmtId:
>>> 1,
>>> > via: 6, Ver: v1, Flags: 100111,
>>> >
>>> [{"storage.DestroyCommand":{"vmName":"i-2-13-VM","volume":{"id":13,"name":"ROOT-13","mountPoint":"/iSCSI_SR_3","path":"99154d9c-2665-465d-8c71-e60f1748895b","size":52428800,"type":"ROOT","storagePoolType":"PreSetup","storagePoolUuid":"iSCSI_SR_3","deviceId":0},"wait":0}}]
>>> > }
>>> > 2013-04-07 00:37:55,140 DEBUG [agent.manager.DirectAgentAttache]
>>> > (DirectAgent-87:null) Seq 6-324993317: Executing request
>>> > 2013-04-07 00:37:55,724 DEBUG [agent.manager.DirectAgentAttache]
>>> > (DirectAgent-87:null) Seq 6-324993317: Response Received:
>>> > 2013-04-07 00:37:55,724 DEBUG [agent.transport.Request]
>>> > (DirectAgent-87:null) Seq 6-324993317: Processing:  { Ans: , MgmtId: 1,
>>> > via: 6, Ver: v1, Flags: 110,
>>> > [{"Answer":{"result":true,"details":"Success","wait":0}}] }
>>> > 2013-04-07 00:37:55,724 DEBUG [agent.manager.AgentAttache]
>>> > (DirectAgent-87:null) Seq 6-324993317: No more commands found
>>> > 2013-04-07 00:37:55,724 DEBUG [agent.transport.Request]
>>> > (UserVm-Scavenger-1:null) Seq 6-324993317: Received:  { Ans: , MgmtId:
>>> 1,
>>> > via: 6, Ver: v1, Flags: 110, { Answer } }
>>> > 2013-04-07 00:37:55,727 DEBUG [cloud.storage.StorageManagerImpl]
>>> > (UserVm-Scavenger-1:null) Volume successfully expunged from 257
>>> > 2013-04-07 00:37:55,727 DEBUG [cloud.vm.VirtualMachineManagerImpl]
>>> > (UserVm-Scavenger-1:null) Expunged
>>> > VM[User|94ddc16f-04fc-4da1-8326-01d8d5cdeb44]
>>> > 2013-04-07 00:37:55,727 DEBUG [cloud.vm.UserVmManagerImpl]
>>> > (UserVm-Scavenger-1:null) Starting cleaning up vm
>>> > VM[User|94ddc16f-04fc-4da1-8326-01d8d5cdeb44] resources...
>>> > 2013-04-07 00:37:55,730 INFO
>>>  [network.security.SecurityGroupManagerImpl]
>>> > (UserVm-Scavenger-1:null) Disassociated 1 network groups  from uservm
>>> 13
>>> > 2013-04-07 00:37:55,732 DEBUG
>>> [network.security.SecurityGroupManagerImpl]
>>> > (UserVm-Scavenger-1:null) Security group mappings are removed
>>> successfully
>>> > for vm id=13
>>> > 2013-04-07 00:37:55,736 DEBUG [network.firewall.FirewallManagerImpl]
>>> > (UserVm-Scavenger-1:null) No firewall rules are found for vm id=13
>>> > 2013-04-07 00:37:55,737 DEBUG [cloud.vm.UserVmManagerImpl]
>>> > (UserVm-Scavenger-1:null) Firewall rules are removed successfully as a
>>> part
>>> > of vm id=13 expunge
>>> > 2013-04-07 00:37:55,739 DEBUG [network.rules.RulesManagerImpl]
>>> > (UserVm-Scavenger-1:null) No port forwarding rules are found for vm
>>> id=13
>>> > 2013-04-07 00:37:55,739 DEBUG [cloud.vm.UserVmManagerImpl]
>>> > (UserVm-Scavenger-1:null) Port forwarding rules are removed
>>> successfully as
>>> > a part of vm id=13 expunge
>>> > 2013-04-07 00:37:55,740 DEBUG [cloud.vm.UserVmManagerImpl]
>>> > (UserVm-Scavenger-1:null) Removed vm id=13 from all load balancers as a
>>> > part of expunge process
>>> > 2013-04-07 00:37:55,741 DEBUG [cloud.vm.UserVmManagerImpl]
>>> > (UserVm-Scavenger-1:null) Successfully cleaned up vm
>>> > VM[User|94ddc16f-04fc-4da1-8326-01d8d5cdeb44] resources as a part of
>>> > expunge process
>>> > 2013-04-07 00:38:04,813 DEBUG [agent.manager.DirectAgentAttache]
>>> > (DirectAgent-442:null) Ping from 6
>>> > 2013-04-07 00:38:06,064 DEBUG [agent.manager.DirectAgentAttache]
>>> > (DirectAgent-374:null) Ping from 5
>>> > 2013-04-07 00:38:06,909 DEBUG [agent.manager.DirectAgentAttache]
>>> > (DirectAgent-157:null) Seq 6-324993028: Executing request
>>> > 2013-04-07 00:38:07,099 DEBUG [agent.manager.DirectAgentAttache]
>>> > (DirectAgent-157:null) Seq 6-324993028: Response Received:
>>> > 2013-04-07 00:38:07,100 DEBUG [agent.transport.Request]
>>> > (DirectAgent-157:null) Seq 6-324993028: Processing:  { Ans: , MgmtId:
>>> 1,
>>> > via: 6, Ver: v1, Flags: 10,
>>> >
>>> [{"ClusterSyncAnswer":{"_clusterId":2,"_newStates":{},"_isExecuted":false,"result":true,"wait":0}}]
>>> > }
>>> > 2013-04-07 00:38:11,022 DEBUG [agent.manager.DirectAgentAttache]
>>> > (DirectAgent-192:null) Seq 5-614334468: Executing request
>>> > 2013-04-07 00:38:11,181 DEBUG [agent.manager.DirectAgentAttache]
>>> > (DirectAgent-192:null) Seq 5-614334468: Response Received:
>>> > 2013-04-07 00:38:11,181 DEBUG [agent.transport.Request]
>>> > (DirectAgent-192:null) Seq 5-614334468: Processing:  { Ans: , MgmtId:
>>> 1,
>>> > via: 5, Ver: v1, Flags: 10, [{"Answer":{"result":true,"wait":0}}] }
>>> > 2013-04-07 00:38:20,455 DEBUG
>>> > [storage.secondary.SecondaryStorageManagerImpl] (secstorage-1:null)
>>> Zone 1
>>> > is ready to launch secondary storage VM
>>> > 2013-04-07 00:38:20,573 DEBUG
>>> [cloud.consoleproxy.ConsoleProxyManagerImpl]
>>> > (consoleproxy-1:null) Zone 1 is ready to launch console proxy
>>> > 2013-04-07 00:38:20,820 DEBUG
>>> > [network.router.VirtualNetworkApplianceManagerImpl]
>>> > (RouterStatusMonitor-1:null) Found 0 routers to update status.
>>> > 2013-04-07 00:38:20,821 DEBUG
>>> > [network.router.VirtualNetworkApplianceManagerImpl]
>>> > (RouterStatusMonitor-1:null) Found 0 networks to update RvR status.
>>> > 2013-04-07 00:38:20,851 DEBUG
>>> > [network.router.VirtualNetworkApplianceManagerImpl]
>>> > (RouterStatusMonitor-1:null) Found 0 routers to update status.
>>> > 2013-04-07 00:38:20,853 DEBUG
>>> > [network.router.VirtualNetworkApplianceManagerImpl]
>>> > (RouterStatusMonitor-1:null) Found 0 networks to update RvR status.
>>> > 2013-04-07 00:38:20,921 DEBUG [cloud.alert.AlertManagerImpl]
>>> > (CapacityChecker:null) Running Capacity Checker ...
>>> > 2013-04-07 00:38:20,921 DEBUG [cloud.alert.AlertManagerImpl]
>>> > (CapacityChecker:null) recalculating system capacity
>>> > 2013-04-07 00:38:20,921 DEBUG [cloud.alert.AlertManagerImpl]
>>> > (CapacityChecker:null) Executing cpu/ram capacity update
>>> > 2013-04-07 00:38:20,931 DEBUG [cloud.capacity.CapacityManagerImpl]
>>> > (CapacityChecker:null) Found 2 VMs on host 1
>>> > 2013-04-07 00:38:20,932 DEBUG [cloud.capacity.CapacityManagerImpl]
>>> > (CapacityChecker:null) Found 0 VM, not running on host 1
>>> > 2013-04-07 00:38:20,935 DEBUG [cloud.capacity.CapacityManagerImpl]
>>> > (CapacityChecker:null) No need to calibrate cpu capacity, host:1
>>> usedCpu:
>>> > 200 reservedCpu: 0
>>> > 2013-04-07 00:38:20,935 DEBUG [cloud.capacity.CapacityManagerImpl]
>>> > (CapacityChecker:null) No need to calibrate memory capacity, host:1
>>> > usedMem: 209715200 reservedMem: 0
>>> > 2013-04-07 00:38:20,940 DEBUG [cloud.capacity.CapacityManagerImpl]
>>> > (CapacityChecker:null) Found 0 VMs on host 5
>>> > 2013-04-07 00:38:20,941 DEBUG [cloud.capacity.CapacityManagerImpl]
>>> > (CapacityChecker:null) Found 0 VM, not running on host 5
>>> > 2013-04-07 00:38:20,944 DEBUG [cloud.capacity.CapacityManagerImpl]
>>> > (CapacityChecker:null) No need to calibrate cpu capacity, host:5
>>> usedCpu: 0
>>> > reservedCpu: 0
>>> > 2013-04-07 00:38:20,944 DEBUG [cloud.capacity.CapacityManagerImpl]
>>> > (CapacityChecker:null) No need to calibrate memory capacity, host:5
>>> > usedMem: 0 reservedMem: 0
>>> > 2013-04-07 00:38:20,950 DEBUG [cloud.capacity.CapacityManagerImpl]
>>> > (CapacityChecker:null) Found 1 VMs on host 6
>>> > 2013-04-07 00:38:20,951 DEBUG [cloud.capacity.CapacityManagerImpl]
>>> > (CapacityChecker:null) Found 0 VM, not running on host 6
>>> > 2013-04-07 00:38:20,954 DEBUG [cloud.capacity.CapacityManagerImpl]
>>> > (CapacityChecker:null) No need to calibrate cpu capacity, host:6
>>> usedCpu:
>>> > 100 reservedCpu: 0
>>> > 2013-04-07 00:38:20,954 DEBUG [cloud.capacity.CapacityManagerImpl]
>>> > (CapacityChecker:null) No need to calibrate memory capacity, host:6
>>> > usedMem: 104857600 reservedMem: 0
>>> > 2013-04-07 00:38:20,954 DEBUG [cloud.alert.AlertManagerImpl]
>>> > (CapacityChecker:null) Done executing cpu/ram capacity update
>>> > 2013-04-07 00:38:20,954 DEBUG [cloud.alert.AlertManagerImpl]
>>> > (CapacityChecker:null) Executing storage capacity update
>>> > 2013-04-07 00:38:20,961 DEBUG [cloud.storage.StorageManagerImpl]
>>> > (CapacityChecker:null) Successfully set Capacity - 31004332032 for
>>> capacity
>>> > type - 9 , DataCenterId - 1, HostOrPoolId - 200, PodId 1
>>> > 2013-04-07 00:38:20,965 DEBUG [cloud.storage.StorageManagerImpl]
>>> > (CapacityChecker:null) Successfully set Capacity - 97221701632 for
>>> capacity
>>> > type - 9 , DataCenterId - 1, HostOrPoolId - 201, PodId 1
>>> > 2013-04-07 00:38:20,970 DEBUG [cloud.storage.StorageManagerImpl]
>>> > (CapacityChecker:null) Successfully set Capacity - 97221701632 for
>>> capacity
>>> > type - 9 , DataCenterId - 1, HostOrPoolId - 202, PodId 1
>>> > 2013-04-07 00:38:20,975 DEBUG [cloud.storage.StorageManagerImpl]
>>> > (CapacityChecker:null) Successfully set Capacity - 2084569088 for
>>> capacity
>>> > type - 3 , DataCenterId - 1, HostOrPoolId - 256, PodId 1
>>> > 2013-04-07 00:38:20,980 DEBUG [cloud.storage.StorageManagerImpl]
>>> > (CapacityChecker:null) Successfully set Capacity - 2084569088 for
>>> capacity
>>> > type - 3 , DataCenterId - 1, HostOrPoolId - 257, PodId 1
>>> > 2013-04-07 00:38:20,985 DEBUG [cloud.storage.StorageManagerImpl]
>>> > (CapacityChecker:null) Successfully set Capacity - 2084569088 for
>>> capacity
>>> > type - 3 , DataCenterId - 1, HostOrPoolId - 262, PodId 1
>>> > 2013-04-07 00:38:20,985 DEBUG [cloud.alert.AlertManagerImpl]
>>> > (CapacityChecker:null) Done executing storage capacity update
>>> > 2013-04-07 00:38:20,985 DEBUG [cloud.alert.AlertManagerImpl]
>>> > (CapacityChecker:null) Executing capacity updates for public ip and
>>> Vlans
>>> > 2013-04-07 00:38:20,995 DEBUG [cloud.alert.AlertManagerImpl]
>>> > (CapacityChecker:null) Done capacity updates for public ip and Vlans
>>> > 2013-04-07 00:38:20,996 DEBUG [cloud.alert.AlertManagerImpl]
>>> > (CapacityChecker:null) Executing capacity updates for private ip
>>> > 2013-04-07 00:38:21,003 DEBUG [cloud.alert.AlertManagerImpl]
>>> > (CapacityChecker:null) Done executing capacity updates for private ip
>>> > 2013-04-07 00:38:21,003 DEBUG [cloud.alert.AlertManagerImpl]
>>> > (CapacityChecker:null) Done recalculating system capacity
>>> > 2013-04-07 00:38:21,031 DEBUG [cloud.alert.AlertManagerImpl]
>>> > (CapacityChecker:null) Done running Capacity Checker ...
>>> > 2013-04-07 00:38:24,889 DEBUG [agent.manager.AgentManagerImpl]
>>> > (AgentManager-Handler-8:null) Ping from 4
>>> > 2013-04-07 00:38:27,157 DEBUG [agent.manager.DirectAgentAttache]
>>> > (DirectAgent-311:null) Ping from 1
>>> > 2013-04-07 00:38:29,095 DEBUG [agent.manager.DirectAgentAttache]
>>> > (DirectAgent-197:null) Seq 1-90046472: Executing request
>>> > 2013-04-07 00:38:29,323 DEBUG [agent.manager.DirectAgentAttache]
>>> > (DirectAgent-197:null) Seq 1-90046472: Response Received:
>>> > 2013-04-07 00:38:29,324 DEBUG [agent.transport.Request]
>>> > (DirectAgent-197:null) Seq 1-90046472: Processing:  { Ans: , MgmtId: 1,
>>> > via: 1, Ver: v1, Flags: 10,
>>> >
>>> [{"ClusterSyncAnswer":{"_clusterId":1,"_newStates":{},"_isExecuted":false,"result":true,"wait":0}}]
>>> > }
>>> > 2013-04-07 00:38:47,679 DEBUG [agent.manager.AgentManagerImpl]
>>> > (AgentManager-Handler-9:null) Ping from 3
>>> > 2013-04-07 00:38:50,453 DEBUG
>>> > [storage.secondary.SecondaryStorageManagerImpl] (secstorage-1:null)
>>> Zone 1
>>> > is ready to launch secondary storage VM
>>> > 2013-04-07 00:38:50,560 DEBUG
>>> [cloud.consoleproxy.ConsoleProxyManagerImpl]
>>> > (consoleproxy-1:null) Zone 1 is ready to launch console proxy
>>> > 2013-04-07 00:38:50,819 DEBUG
>>> > [network.router.VirtualNetworkApplianceManagerImpl]
>>> > (RouterStatusMonitor-1:null) Found 0 routers to update status.
>>> > 2013-04-07 00:38:50,820 DEBUG
>>> > [network.router.VirtualNetworkApplianceManagerImpl]
>>> > (RouterStatusMonitor-1:null) Found 0 networks to update RvR status.
>>> > 2013-04-07 00:38:50,851 DEBUG
>>> > [network.router.VirtualNetworkApplianceManagerImpl]
>>> > (RouterStatusMonitor-1:null) Found 0 routers to update status.
>>> > 2013-04-07 00:38:50,852 DEBUG
>>> > [network.router.VirtualNetworkApplianceManagerImpl]
>>> > (RouterStatusMonitor-1:null) Found 0 networks to update RvR status.
>>> > 2013-04-07 00:38:51,483 INFO  [agent.manager.AgentMonitor]
>>> > (Thread-11:null) Found the following agents behind on ping: [6, 5]
>>> > 2013-04-07 00:38:51,485 DEBUG [cloud.host.Status] (Thread-11:null) Ping
>>> > timeout for host 6, do invstigation
>>> > 2013-04-07 00:38:51,486 DEBUG [cloud.host.Status] (Thread-11:null) Ping
>>> > timeout for host 5, do invstigation
>>> > 2013-04-07 00:38:51,486 INFO  [agent.manager.AgentManagerImpl]
>>> > (AgentTaskPool-11:null) Investigating why host 6 has disconnected with
>>> > event PingTimeout
>>> > 2013-04-07 00:38:51,486 DEBUG [agent.manager.AgentManagerImpl]
>>> > (AgentTaskPool-11:null) checking if agent (6) is alive
>>> > 2013-04-07 00:38:51,487 INFO  [agent.manager.AgentManagerImpl]
>>> > (AgentTaskPool-16:null) Investigating why host 5 has disconnected with
>>> > event PingTimeout
>>> > 2013-04-07 00:38:51,488 DEBUG [agent.manager.AgentManagerImpl]
>>> > (AgentTaskPool-16:null) checking if agent (5) is alive
>>> > 2013-04-07 00:38:51,489 DEBUG [agent.transport.Request]
>>> > (AgentTaskPool-11:null) Seq 6-324993318: Sending  { Cmd , MgmtId: 1,
>>> via:
>>> > 6, Ver: v1, Flags: 100011, [{"CheckHealthCommand":{"wait":50}}] }
>>> > 2013-04-07 00:38:51,489 DEBUG [agent.transport.Request]
>>> > (AgentTaskPool-11:null) Seq 6-324993318: Executing:  { Cmd , MgmtId: 1,
>>> > via: 6, Ver: v1, Flags: 100011, [{"CheckHealthCommand":{"wait":50}}] }
>>> > 2013-04-07 00:38:51,489 DEBUG [agent.manager.DirectAgentAttache]
>>> > (DirectAgent-372:null) Seq 6-324993318: Executing request
>>> > 2013-04-07 00:38:51,491 DEBUG [agent.transport.Request]
>>> > (AgentTaskPool-16:null) Seq 5-614334822: Sending  { Cmd , MgmtId: 1,
>>> via:
>>> > 5, Ver: v1, Flags: 100011, [{"CheckHealthCommand":{"wait":50}}] }
>>> > 2013-04-07 00:38:51,491 DEBUG [agent.transport.Request]
>>> > (AgentTaskPool-16:null) Seq 5-614334822: Executing:  { Cmd , MgmtId: 1,
>>> > via: 5, Ver: v1, Flags: 100011, [{"CheckHealthCommand":{"wait":50}}] }
>>> > 2013-04-07 00:38:51,491 DEBUG [agent.manager.DirectAgentAttache]
>>> > (DirectAgent-252:null) Seq 5-614334822: Executing request
>>> > 2013-04-07 00:38:51,546 DEBUG [agent.manager.DirectAgentAttache]
>>> > (DirectAgent-372:null) Seq 6-324993318: Response Received:
>>> > 2013-04-07 00:38:51,547 DEBUG [agent.transport.Request]
>>> > (DirectAgent-372:null) Seq 6-324993318: Processing:  { Ans: , MgmtId:
>>> 1,
>>> > via: 6, Ver: v1, Flags: 10,
>>> > [{"CheckHealthAnswer":{"result":true,"details":"resource is
>>> > alive","wait":0}}] }
>>> > 2013-04-07 00:38:51,547 DEBUG [agent.transport.Request]
>>> > (AgentTaskPool-11:null) Seq 6-324993318: Received:  { Ans: , MgmtId: 1,
>>> > via: 6, Ver: v1, Flags: 10, { CheckHealthAnswer } }
>>> > 2013-04-07 00:38:51,547 DEBUG [agent.manager.AgentManagerImpl]
>>> > (AgentTaskPool-11:null) Details from executing class
>>> > com.cloud.agent.api.CheckHealthCommand: resource is alive
>>> > 2013-04-07 00:38:51,547 DEBUG [agent.manager.AgentManagerImpl]
>>> > (AgentTaskPool-11:null) agent (6) responded to checkHeathCommand,
>>> reporting
>>> > that agent is Up
>>> > 2013-04-07 00:38:51,547 INFO  [agent.manager.AgentManagerImpl]
>>> > (AgentTaskPool-11:null) The state determined is Up
>>> > 2013-04-07 00:38:51,547 INFO  [agent.manager.AgentManagerImpl]
>>> > (AgentTaskPool-11:null) Agent is determined to be up and running
>>> > 2013-04-07 00:38:51,547 DEBUG [cloud.host.Status]
>>> (AgentTaskPool-11:null)
>>> > Transition:[Resource state = Enabled, Agent event = Ping, Host id = 6,
>>> name
>>> > = Tut-XenServer]
>>> > 2013-04-07 00:38:51,549 DEBUG [agent.manager.DirectAgentAttache]
>>> > (DirectAgent-252:null) Seq 5-614334822: Response Received:
>>> > 2013-04-07 00:38:51,549 DEBUG [agent.transport.Request]
>>> > (DirectAgent-252:null) Seq 5-614334822: Processing:  { Ans: , MgmtId:
>>> 1,
>>> > via: 5, Ver: v1, Flags: 10,
>>> > [{"CheckHealthAnswer":{"result":true,"details":"resource is
>>> > alive","wait":0}}] }
>>> > 2013-04-07 00:38:51,549 DEBUG [agent.transport.Request]
>>> > (AgentTaskPool-16:null) Seq 5-614334822: Received:  { Ans: , MgmtId: 1,
>>> > via: 5, Ver: v1, Flags: 10, { CheckHealthAnswer } }
>>> > 2013-04-07 00:38:51,550 DEBUG [agent.manager.AgentManagerImpl]
>>> > (AgentTaskPool-16:null) Details from executing class
>>> > com.cloud.agent.api.CheckHealthCommand: resource is alive
>>> > 2013-04-07 00:38:51,550 DEBUG [agent.manager.AgentManagerImpl]
>>> > (AgentTaskPool-16:null) agent (5) responded to checkHeathCommand,
>>> reporting
>>> > that agent is Up
>>> > 2013-04-07 00:38:51,550 INFO  [agent.manager.AgentManagerImpl]
>>> > (AgentTaskPool-16:null) The state determined is Up
>>> > 2013-04-07 00:38:51,550 INFO  [agent.manager.AgentManagerImpl]
>>> > (AgentTaskPool-16:null) Agent is determined to be up and running
>>> > 2013-04-07 00:38:51,550 DEBUG [cloud.host.Status]
>>> (AgentTaskPool-11:null)
>>> > Agent status update: [id = 6; name = Tut-XenServer; old status = Up;
>>> event
>>> > = Ping; new status = Up; old update count = 315; new update count =
>>> 316]
>>> > 2013-04-07 00:38:51,550 DEBUG [cloud.host.Status]
>>> (AgentTaskPool-16:null)
>>> > Transition:[Resource state = Enabled, Agent event = Ping, Host id = 5,
>>> name
>>> > = Tut-XenServer2]
>>> > 2013-04-07 00:38:51,553 DEBUG [cloud.host.Status]
>>> (AgentTaskPool-16:null)
>>> > Agent status update: [id = 5; name = Tut-XenServer2; old status = Up;
>>> event
>>> > = Ping; new status = Up; old update count = 152; new update count =
>>> 153]
>>> > 2013-04-07 00:39:04,800 DEBUG [agent.manager.DirectAgentAttache]
>>> > (DirectAgent-100:null) Ping from 6
>>> > 2013-04-07 00:39:06,054 DEBUG [agent.manager.DirectAgentAttache]
>>> > (DirectAgent-259:null) Ping from 5
>>> > 2013-04-07 00:39:06,909 DEBUG [agent.manager.DirectAgentAttache]
>>> > (DirectAgent-134:null) Seq 6-324993028: Executing request
>>> > 2013-04-07 00:39:07,104 DEBUG [agent.manager.DirectAgentAttache]
>>> > (DirectAgent-134:null) Seq 6-324993028: Response Received:
>>> > 2013-04-07 00:39:07,104 DEBUG [agent.transport.Request]
>>> > (DirectAgent-134:null) Seq 6-324993028: Processing:  { Ans: , MgmtId:
>>> 1,
>>> > via: 6, Ver: v1, Flags: 10,
>>> >
>>> [{"ClusterSyncAnswer":{"_clusterId":2,"_newStates":{},"_isExecuted":false,"result":true,"wait":0}}]
>>> > }
>>> > 2013-04-07 00:39:11,022 DEBUG [agent.manager.DirectAgentAttache]
>>> > (DirectAgent-188:null) Seq 5-614334468: Executing request
>>> > 2013-04-07 00:39:11,164 DEBUG [agent.manager.DirectAgentAttache]
>>> > (DirectAgent-188:null) Seq 5-614334468: Response Received:
>>> > 2013-04-07 00:39:11,164 DEBUG [agent.transport.Request]
>>> > (DirectAgent-188:null) Seq 5-614334468: Processing:  { Ans: , MgmtId:
>>> 1,
>>> > via: 5, Ver: v1, Flags: 10, [{"Answer":{"result":true,"wait":0}}] }
>>> > 2013-04-07 00:39:20,451 DEBUG
>>> > [storage.secondary.SecondaryStorageManagerImpl] (secstorage-1:null)
>>> Zone 1
>>> > is ready to launch secondary storage VM
>>> > 2013-04-07 00:39:20,552 DEBUG
>>> [cloud.consoleproxy.ConsoleProxyManagerImpl]
>>> > (consoleproxy-1:null) Zone 1 is ready to launch console proxy
>>> > 2013-04-07 00:39:20,819 DEBUG
>>> > [network.router.VirtualNetworkApplianceManagerImpl]
>>> > (RouterStatusMonitor-1:null) Found 0 routers to update status.
>>> > 2013-04-07 00:39:20,820 DEBUG
>>> > [network.router.VirtualNetworkApplianceManagerImpl]
>>> > (RouterStatusMonitor-1:null) Found 0 networks to update RvR status.
>>> > 2013-04-07 00:39:20,851 DEBUG
>>> > [network.router.VirtualNetworkApplianceManagerImpl]
>>> > (RouterStatusMonitor-1:null) Found 0 routers to update status.
>>> > 2013-04-07 00:39:20,852 DEBUG
>>> > [network.router.VirtualNetworkApplianceManagerImpl]
>>> > (RouterStatusMonitor-1:null) Found 0 networks to update RvR status.
>>> > 2013-04-07 00:39:24,890 DEBUG [agent.manager.AgentManagerImpl]
>>> > (AgentManager-Handler-10:null) Ping from 4
>>> > 2013-04-07 00:39:27,161 DEBUG [agent.manager.DirectAgentAttache]
>>> > (DirectAgent-400:null) Ping from 1
>>> > 2013-04-07 00:39:27,661 DEBUG [cloud.api.ApiServlet]
>>> > (1109449945@qtp-1008805148-34:null) ===START===  127.0.0.1 -- GET
>>> >
>>>  command=listVolumes&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&listAll=true&page=1&pagesize=20&_=1365316767658
>>> > 2013-04-07 00:39:27,672 DEBUG [cloud.api.ApiServlet]
>>> > (1109449945@qtp-1008805148-34:null) ===END===  127.0.0.1 -- GET
>>> >
>>>  command=listVolumes&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&listAll=true&page=1&pagesize=20&_=1365316767658
>>> > 2013-04-07 00:39:28,628 DEBUG [cloud.api.ApiServlet]
>>> > (1109449945@qtp-1008805148-34:null) ===START===  127.0.0.1 -- GET
>>> >
>>>  command=listVirtualMachines&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&listAll=true&page=1&pagesize=20&_=1365316768625
>>> > 2013-04-07 00:39:28,640 DEBUG [cloud.api.ApiServlet]
>>> > (1109449945@qtp-1008805148-34:null) ===END===  127.0.0.1 -- GET
>>> >
>>>  command=listVirtualMachines&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&listAll=true&page=1&pagesize=20&_=1365316768625
>>> > 2013-04-07 00:39:29,095 DEBUG [agent.manager.DirectAgentAttache]
>>> > (DirectAgent-101:null) Seq 1-90046472: Executing request
>>> > 2013-04-07 00:39:29,311 DEBUG [agent.manager.DirectAgentAttache]
>>> > (DirectAgent-101:null) Seq 1-90046472: Response Received:
>>> > 2013-04-07 00:39:29,311 DEBUG [agent.transport.Request]
>>> > (DirectAgent-101:null) Seq 1-90046472: Processing:  { Ans: , MgmtId: 1,
>>> > via: 1, Ver: v1, Flags: 10,
>>> >
>>> [{"ClusterSyncAnswer":{"_clusterId":1,"_newStates":{},"_isExecuted":false,"result":true,"wait":0}}]
>>> > }
>>> > 2013-04-07 00:39:31,530 DEBUG [cloud.api.ApiServlet]
>>> > (1109449945@qtp-1008805148-34:null) ===START===  127.0.0.1 -- GET
>>> >
>>>  command=logout&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316771528
>>> > 2013-04-07 00:39:31,535 DEBUG [cloud.api.ApiServlet]
>>> > (1109449945@qtp-1008805148-34:null) ===END===  127.0.0.1 -- GET
>>> >
>>>  command=logout&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316771528
>>> > 2013-04-07 00:39:31,969 DEBUG [cloud.api.ApiServlet]
>>> > (2107564436@qtp-1008805148-38:null) ===START===  127.0.0.1 -- GET
>>> >  command=listCapabilities&response=json&sessionkey=null&_=1365316771968
>>> > 2013-04-07 00:39:31,970 DEBUG [cloud.api.ApiServlet]
>>> > (2107564436@qtp-1008805148-38:null) ===END===  127.0.0.1 -- GET
>>> >  command=listCapabilities&response=json&sessionkey=null&_=1365316771968
>>> > 2013-04-07 00:39:47,679 DEBUG [agent.manager.AgentManagerImpl]
>>> > (AgentManager-Handler-11:null) Ping from 3
>>> > 2013-04-07 00:39:50,451 DEBUG
>>> > [storage.secondary.SecondaryStorageManagerImpl] (secstorage-1:null)
>>> Zone 1
>>> > is ready to launch secondary storage VM
>>> > 2013-04-07 00:39:50,555 DEBUG
>>> [cloud.consoleproxy.ConsoleProxyManagerImpl]
>>> > (consoleproxy-1:null) Zone 1 is ready to launch console proxy
>>> > 2013-04-07 00:39:50,819 DEBUG
>>> > [network.router.VirtualNetworkApplianceManagerImpl]
>>> > (RouterStatusMonitor-1:null) Found 0 routers to update status.
>>> > 2013-04-07 00:39:50,820 DEBUG
>>> > [network.router.VirtualNetworkApplianceManagerImpl]
>>> > (RouterStatusMonitor-1:null) Found 0 networks to update RvR status.
>>> > 2013-04-07 00:39:50,850 DEBUG
>>> > [network.router.VirtualNetworkApplianceManagerImpl]
>>> > (RouterStatusMonitor-1:null) Found 0 routers to update status.
>>> > 2013-04-07 00:39:50,851 DEBUG
>>> > [network.router.VirtualNetworkApplianceManagerImpl]
>>> > (RouterStatusMonitor-1:null) Found 0 networks to update RvR status.
>>> > 2013-04-07 00:39:51,486 INFO  [agent.manager.AgentMonitor]
>>> > (Thread-11:null) Found the following agents behind on ping: [6, 5]
>>> > 2013-04-07 00:39:51,488 DEBUG [cloud.host.Status] (Thread-11:null) Ping
>>> > timeout for host 6, do invstigation
>>> > 2013-04-07 00:39:51,489 DEBUG [cloud.host.Status] (Thread-11:null) Ping
>>> > timeout for host 5, do invstigation
>>> > 2013-04-07 00:39:51,489 INFO  [agent.manager.AgentManagerImpl]
>>> > (AgentTaskPool-2:null) Investigating why host 6 has disconnected with
>>> event
>>> > PingTimeout
>>> > 2013-04-07 00:39:51,490 DEBUG [agent.manager.AgentManagerImpl]
>>> > (AgentTaskPool-2:null) checking if agent (6) is alive
>>> > 2013-04-07 00:39:51,491 INFO  [agent.manager.AgentManagerImpl]
>>> > (AgentTaskPool-14:null) Investigating why host 5 has disconnected with
>>> > event PingTimeout
>>> > 2013-04-07 00:39:51,491 DEBUG [agent.manager.AgentManagerImpl]
>>> > (AgentTaskPool-14:null) checking if agent (5) is alive
>>> > 2013-04-07 00:39:51,493 DEBUG [agent.transport.Request]
>>> > (AgentTaskPool-2:null) Seq 6-324993319: Sending  { Cmd , MgmtId: 1,
>>> via: 6,
>>> > Ver: v1, Flags: 100011, [{"CheckHealthCommand":{"wait":50}}] }
>>> > 2013-04-07 00:39:51,493 DEBUG [agent.transport.Request]
>>> > (AgentTaskPool-2:null) Seq 6-324993319: Executing:  { Cmd , MgmtId: 1,
>>> via:
>>> > 6, Ver: v1, Flags: 100011, [{"CheckHealthCommand":{"wait":50}}] }
>>> > 2013-04-07 00:39:51,493 DEBUG [agent.manager.DirectAgentAttache]
>>> > (DirectAgent-278:null) Seq 6-324993319: Executing request
>>> > 2013-04-07 00:39:51,494 DEBUG [agent.transport.Request]
>>> > (AgentTaskPool-14:null) Seq 5-614334823: Sending  { Cmd , MgmtId: 1,
>>> via:
>>> > 5, Ver: v1, Flags: 100011, [{"CheckHealthCommand":{"wait":50}}] }
>>> > 2013-04-07 00:39:51,494 DEBUG [agent.transport.Request]
>>> > (AgentTaskPool-14:null) Seq 5-614334823: Executing:  { Cmd , MgmtId: 1,
>>> > via: 5, Ver: v1, Flags: 100011, [{"CheckHealthCommand":{"wait":50}}] }
>>> > 2013-04-07 00:39:51,495 DEBUG [agent.manager.DirectAgentAttache]
>>> > (DirectAgent-433:null) Seq 5-614334823: Executing request
>>> > 2013-04-07 00:39:51,547 DEBUG [agent.manager.DirectAgentAttache]
>>> > (DirectAgent-278:null) Seq 6-324993319: Response Received:
>>> > 2013-04-07 00:39:51,548 DEBUG [agent.transport.Request]
>>> > (DirectAgent-278:null) Seq 6-324993319: Processing:  { Ans: , MgmtId:
>>> 1,
>>> > via: 6, Ver: v1, Flags: 10,
>>> > [{"CheckHealthAnswer":{"result":true,"details":"resource is
>>> > alive","wait":0}}] }
>>> > 2013-04-07 00:39:51,548 DEBUG [agent.transport.Request]
>>> > (AgentTaskPool-2:null) Seq 6-324993319: Received:  { Ans: , MgmtId: 1,
>>> via:
>>> > 6, Ver: v1, Flags: 10, { CheckHealthAnswer } }
>>> > 2013-04-07 00:39:51,548 DEBUG [agent.manager.AgentManagerImpl]
>>> > (AgentTaskPool-2:null) Details from executing class
>>> > com.cloud.agent.api.CheckHealthCommand: resource is alive
>>> > 2013-04-07 00:39:51,548 DEBUG [agent.manager.AgentManagerImpl]
>>> > (AgentTaskPool-2:null) agent (6) responded to checkHeathCommand,
>>> reporting
>>> > that agent is Up
>>> > 2013-04-07 00:39:51,548 INFO  [agent.manager.AgentManagerImpl]
>>> > (AgentTaskPool-2:null) The state determined is Up
>>> > 2013-04-07 00:39:51,548 INFO  [agent.manager.AgentManagerImpl]
>>> > (AgentTaskPool-2:null) Agent is determined to be up and running
>>> > 2013-04-07 00:39:51,548 DEBUG [cloud.host.Status]
>>> (AgentTaskPool-2:null)
>>> > Transition:[Resource state = Enabled, Agent event = Ping, Host id = 6,
>>> name
>>> > = Tut-XenServer]
>>> > 2013-04-07 00:39:51,549 DEBUG [agent.manager.DirectAgentAttache]
>>> > (DirectAgent-433:null) Seq 5-614334823: Response Received:
>>> > 2013-04-07 00:39:51,549 DEBUG [agent.transport.Request]
>>> > (DirectAgent-433:null) Seq 5-614334823: Processing:  { Ans: , MgmtId:
>>> 1,
>>> > via: 5, Ver: v1, Flags: 10,
>>> > [{"CheckHealthAnswer":{"result":true,"details":"resource is
>>> > alive","wait":0}}] }
>>> > 2013-04-07 00:39:51,549 DEBUG [agent.transport.Request]
>>> > (AgentTaskPool-14:null) Seq 5-614334823: Received:  { Ans: , MgmtId: 1,
>>> > via: 5, Ver: v1, Flags: 10, { CheckHealthAnswer } }
>>> > 2013-04-07 00:39:51,549 DEBUG [agent.manager.AgentManagerImpl]
>>> > (AgentTaskPool-14:null) Details from executing class
>>> > com.cloud.agent.api.CheckHealthCommand: resource is alive
>>> > 2013-04-07 00:39:51,549 DEBUG [agent.manager.AgentManagerImpl]
>>> > (AgentTaskPool-14:null) agent (5) responded to checkHeathCommand,
>>> reporting
>>> > that agent is Up
>>> > 2013-04-07 00:39:51,549 INFO  [agent.manager.AgentManagerImpl]
>>> > (AgentTaskPool-14:null) The state determined is Up
>>> > 2013-04-07 00:39:51,549 INFO  [agent.manager.AgentManagerImpl]
>>> > (AgentTaskPool-14:null) Agent is determined to be up and running
>>> > 2013-04-07 00:39:51,551 DEBUG [cloud.host.Status]
>>> (AgentTaskPool-2:null)
>>> > Agent status update: [id = 6; name = Tut-XenServer; old status = Up;
>>> event
>>> > = Ping; new status = Up; old update count = 316; new update count =
>>> 317]
>>> > 2013-04-07 00:39:51,551 DEBUG [cloud.host.Status]
>>> (AgentTaskPool-14:null)
>>> > Transition:[Resource state = Enabled, Agent event = Ping, Host id = 5,
>>> name
>>> > = Tut-XenServer2]
>>> > 2013-04-07 00:39:51,554 DEBUG [cloud.host.Status]
>>> (AgentTaskPool-14:null)
>>> > Agent status update: [id = 5; name = Tut-XenServer2; old status = Up;
>>> event
>>> > = Ping; new status = Up; old update count = 153; new update count =
>>> 154]
>>> > 2013-04-07 00:40:04,836 DEBUG [agent.manager.DirectAgentAttache]
>>> > (DirectAgent-238:null) Ping from 6
>>> > 2013-04-07 00:40:06,653 WARN  [xen.resource.CitrixResourceBase]
>>> > (DirectAgent-429:null)  can not ping xenserver
>>> > 5e02c608-155d-432e-a20f-f8c600ef3ab7
>>> > 2013-04-07 00:40:06,653 WARN  [agent.manager.DirectAgentAttache]
>>> > (DirectAgent-429:null) Unable to get current status on 5
>>> > 2013-04-07 00:40:06,655 INFO  [agent.manager.AgentManagerImpl]
>>> > (AgentTaskPool-1:null) Investigating why host 5 has disconnected with
>>> event
>>> > AgentDisconnected
>>> > 2013-04-07 00:40:06,655 DEBUG [agent.manager.AgentManagerImpl]
>>> > (AgentTaskPool-1:null) checking if agent (5) is alive
>>> > 2013-04-07 00:40:06,658 DEBUG [agent.transport.Request]
>>> > (AgentTaskPool-1:null) Seq 5-614334824: Sending  { Cmd , MgmtId: 1,
>>> via: 5,
>>> > Ver: v1, Flags: 100011, [{"CheckHealthCommand":{"wait":50}}] }
>>> > 2013-04-07 00:40:06,658 DEBUG [agent.transport.Request]
>>> > (AgentTaskPool-1:null) Seq 5-614334824: Executing:  { Cmd , MgmtId: 1,
>>> via:
>>> > 5, Ver: v1, Flags: 100011, [{"CheckHealthCommand":{"wait":50}}] }
>>> > 2013-04-07 00:40:06,658 DEBUG [agent.manager.DirectAgentAttache]
>>> > (DirectAgent-28:null) Seq 5-614334824: Executing request
>>> > 2013-04-07 00:40:06,681 DEBUG [agent.manager.DirectAgentAttache]
>>> > (DirectAgent-28:null) Seq 5-614334824: Response Received:
>>> > 2013-04-07 00:40:06,682 DEBUG [agent.transport.Request]
>>> > (DirectAgent-28:null) Seq 5-614334824: Processing:  { Ans: , MgmtId: 1,
>>> > via: 5, Ver: v1, Flags: 10,
>>> > [{"CheckHealthAnswer":{"result":false,"details":"resource is not
>>> > alive","wait":0}}] }
>>> > 2013-04-07 00:40:06,682 DEBUG [agent.transport.Request]
>>> > (AgentTaskPool-1:null) Seq 5-614334824: Received:  { Ans: , MgmtId: 1,
>>> via:
>>> > 5, Ver: v1, Flags: 10, { CheckHealthAnswer } }
>>> > 2013-04-07 00:40:06,682 DEBUG [agent.manager.AgentManagerImpl]
>>> > (AgentTaskPool-1:null) Details from executing class
>>> > com.cloud.agent.api.CheckHealthCommand: resource is not alive
>>> > 2013-04-07 00:40:06,684 DEBUG [cloud.ha.HighAvailabilityManagerImpl]
>>> > (AgentTaskPool-1:null) SimpleInvestigator unable to determine the
>>> state of
>>> > the host.  Moving on.
>>> > 2013-04-07 00:40:06,691 DEBUG [agent.transport.Request]
>>> > (AgentTaskPool-1:null) Seq 6-324993320: Sending  { Cmd , MgmtId: 1,
>>> via: 6,
>>> > Ver: v1, Flags: 100011,
>>> >
>>> [{"CheckOnHostCommand":{"host":{"guid":"5e02c608-155d-432e-a20f-f8c600ef3ab7","privateNetwork":{"ip":"192.168.56.11","netmask":"255.255.255.0","mac":"08:00:27:f7:0d:28","isSecurityGroupEnabled":false},"publicNetwork":{"ip":"192.168.56.11","netmask":"255.255.255.0","mac":"08:00:27:f7:0d:28","isSecurityGroupEnabled":false},"storageNetwork1":{"ip":"192.168.56.11","netmask":"255.255.255.0","mac":"08:00:27:f7:0d:28","isSecurityGroupEnabled":false}},"wait":20}}]
>>> > }
>>> > 2013-04-07 00:40:06,691 DEBUG [agent.transport.Request]
>>> > (AgentTaskPool-1:null) Seq 6-324993320: Executing:  { Cmd , MgmtId: 1,
>>> via:
>>> > 6, Ver: v1, Flags: 100011,
>>> >
>>> [{"CheckOnHostCommand":{"host":{"guid":"5e02c608-155d-432e-a20f-f8c600ef3ab7","privateNetwork":{"ip":"192.168.56.11","netmask":"255.255.255.0","mac":"08:00:27:f7:0d:28","isSecurityGroupEnabled":false},"publicNetwork":{"ip":"192.168.56.11","netmask":"255.255.255.0","mac":"08:00:27:f7:0d:28","isSecurityGroupEnabled":false},"storageNetwork1":{"ip":"192.168.56.11","netmask":"255.255.255.0","mac":"08:00:27:f7:0d:28","isSecurityGroupEnabled":false}},"wait":20}}]
>>> > }
>>> > 2013-04-07 00:40:06,692 DEBUG [agent.manager.DirectAgentAttache]
>>> > (DirectAgent-467:null) Seq 6-324993320: Executing request
>>> > 2013-04-07 00:40:06,909 DEBUG [agent.manager.DirectAgentAttache]
>>> > (DirectAgent-367:null) Seq 6-324993028: Executing request
>>> > 2013-04-07 00:40:07,178 DEBUG [xen.resource.XenServer56Resource]
>>> > (DirectAgent-467:null) Heart beat is still going
>>> > 2013-04-07 00:40:07,178 DEBUG [agent.manager.DirectAgentAttache]
>>> > (DirectAgent-467:null) Seq 6-324993320: Response Received:
>>> > 2013-04-07 00:40:07,178 DEBUG [agent.transport.Request]
>>> > (DirectAgent-467:null) Seq 6-324993320: Processing:  { Ans: , MgmtId:
>>> 1,
>>> > via: 6, Ver: v1, Flags: 10,
>>> >
>>> [{"CheckOnHostAnswer":{"determined":true,"alive":true,"result":true,"details":"Heartbeat
>>> > is still going","wait":0}}] }
>>> > 2013-04-07 00:40:07,178 DEBUG [agent.transport.Request]
>>> > (AgentTaskPool-1:null) Seq 6-324993320: Received:  { Ans: , MgmtId: 1,
>>> via:
>>> > 6, Ver: v1, Flags: 10, { CheckOnHostAnswer } }
>>> > 2013-04-07 00:40:07,179 DEBUG [agent.manager.AgentManagerImpl]
>>> > (AgentTaskPool-1:null) Details from executing class
>>> > com.cloud.agent.api.CheckOnHostCommand: Heartbeat is still going
>>> > 2013-04-07 00:40:07,179 DEBUG [cloud.ha.HighAvailabilityManagerImpl]
>>> > (AgentTaskPool-1:null) XenServerInvestigator was able to determine
>>> host 5
>>> > is in Up
>>> > 2013-04-07 00:40:07,179 INFO  [agent.manager.AgentManagerImpl]
>>> > (AgentTaskPool-1:null) The state determined is Up
>>> > 2013-04-07 00:40:07,179 INFO  [agent.manager.AgentManagerImpl]
>>> > (AgentTaskPool-1:null) Agent is determined to be up and running
>>> > 2013-04-07 00:40:07,179 DEBUG [cloud.host.Status]
>>> (AgentTaskPool-1:null)
>>> > Transition:[Resource state = Enabled, Agent event = Ping, Host id = 5,
>>> name
>>> > = Tut-XenServer2]
>>> > 2013-04-07 00:40:07,182 DEBUG [cloud.host.Status]
>>> (AgentTaskPool-1:null)
>>> > Agent status update: [id = 5; name = Tut-XenServer2; old status = Up;
>>> event
>>> > = Ping; new status = Up; old update count = 154; new update count =
>>> 155]
>>> > 2013-04-07 00:40:07,321 DEBUG [agent.manager.DirectAgentAttache]
>>> > (DirectAgent-367:null) Seq 6-324993028: Response Received:
>>> > 2013-04-07 00:40:07,322 DEBUG [agent.transport.Request]
>>> > (DirectAgent-367:null) Seq 6-324993028: Processing:  { Ans: , MgmtId:
>>> 1,
>>> > via: 6, Ver: v1, Flags: 10,
>>> >
>>> [{"ClusterSyncAnswer":{"_clusterId":2,"_newStates":{},"_isExecuted":false,"result":true,"wait":0}}]
>>> > }
>>> > 2013-04-07 00:40:11,022 DEBUG [agent.manager.DirectAgentAttache]
>>> > (DirectAgent-430:null) Seq 5-614334468: Executing request
>>> > 2013-04-07 00:40:11,052 DEBUG [xen.resource.XenServerConnectionPool]
>>> > (DirectAgent-430:null) Catch Exception:
>>> > com.xensource.xenapi.Types$HostOffline Host is offline 192.168.56.11
>>> due to
>>> > You attempted an operation which involves a host which could not be
>>> > contacted.
>>> > 2013-04-07 00:40:11,052 DEBUG [xen.resource.XenServerConnectionPool]
>>> > (DirectAgent-430:null) Trying to reset master of slave 192.168.56.11 to
>>> > 192.168.56.9
>>> > 2013-04-07 00:40:20,452 DEBUG
>>> > [storage.secondary.SecondaryStorageManagerImpl] (secstorage-1:null)
>>> Zone 1
>>> > is ready to launch secondary storage VM
>>> > 2013-04-07 00:40:20,552 DEBUG
>>> [cloud.consoleproxy.ConsoleProxyManagerImpl]
>>> > (consoleproxy-1:null) Zone 1 is ready to launch console proxy
>>> > 2013-04-07 00:40:20,820 DEBUG
>>> > [network.router.VirtualNetworkApplianceManagerImpl]
>>> > (RouterStatusMonitor-1:null) Found 0 routers to update status.
>>> > 2013-04-07 00:40:20,821 DEBUG
>>> > [network.router.VirtualNetworkApplianceManagerImpl]
>>> > (RouterStatusMonitor-1:null) Found 0 networks to update RvR status.
>>> > 2013-04-07 00:40:20,852 DEBUG
>>> > [network.router.VirtualNetworkApplianceManagerImpl]
>>> > (RouterStatusMonitor-1:null) Found 0 routers to update status.
>>> > 2013-04-07 00:40:20,853 DEBUG
>>> > [network.router.VirtualNetworkApplianceManagerImpl]
>>> > (RouterStatusMonitor-1:null) Found 0 networks to update RvR status.
>>> > 2013-04-07 00:40:21,055 DEBUG [xen.resource.XenServerConnectionPool]
>>> > (DirectAgent-430:null) localLogout has problem Failed to read server's
>>> > response: connect timed out
>>> > 2013-04-07 00:40:21,055 WARN  [agent.manager.DirectAgentAttache]
>>> > (DirectAgent-430:null) Seq 5-614334468: Exception Caught while
>>> executing
>>> > command
>>> > com.cloud.utils.exception.CloudRuntimeException: Unable to reset
>>> master of
>>> > slave 192.168.56.11 to 192.168.56.9 due to
>>> > org.apache.xmlrpc.XmlRpcException: Failed to read server's response:
>>> > connect timed out
>>> >  at
>>> >
>>> com.cloud.hypervisor.xen.resource.XenServerConnectionPool.PoolEmergencyResetMaster(XenServerConnectionPool.java:443)
>>> > at
>>> >
>>> com.cloud.hypervisor.xen.resource.XenServerConnectionPool.connect(XenServerConnectionPool.java:661)
>>> >  at
>>> >
>>> com.cloud.hypervisor.xen.resource.CitrixResourceBase.getConnection(CitrixResourceBase.java:5380)
>>> > at
>>> >
>>> com.cloud.hypervisor.xen.resource.CitrixResourceBase.execute(CitrixResourceBase.java:7248)
>>> >  at
>>> >
>>> com.cloud.hypervisor.xen.resource.CitrixResourceBase.executeRequest(CitrixResourceBase.java:555)
>>> > at
>>> >
>>> com.cloud.hypervisor.xen.resource.XenServer56Resource.executeRequest(XenServer56Resource.java:73)
>>> >  at
>>> >
>>> com.cloud.agent.manager.DirectAgentAttache$Task.run(DirectAgentAttache.java:186)
>>> > at
>>> java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:439)
>>> >  at
>>> >
>>> java.util.concurrent.FutureTask$Sync.innerRunAndReset(FutureTask.java:317)
>>> > at java.util.concurrent.FutureTask.runAndReset(FutureTask.java:150)
>>> >  at
>>> >
>>> java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.access$101(ScheduledThreadPoolExecutor.java:98)
>>> > at
>>> >
>>> java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.runPeriodic(ScheduledThreadPoolExecutor.java:180)
>>> >  at
>>> >
>>> java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:204)
>>> > at
>>> >
>>> java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:895)
>>> >  at
>>> >
>>> java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:918)
>>> > at java.lang.Thread.run(Thread.java:680)
>>> > 2013-04-07 00:40:21,056 DEBUG [agent.manager.DirectAgentAttache]
>>> > (DirectAgent-430:null) Seq 5-614334468: Response Received:
>>> > 2013-04-07 00:40:21,056 DEBUG [agent.transport.Request]
>>> > (DirectAgent-430:null) Seq 5-614334468: Processing:  { Ans: , MgmtId:
>>> 1,
>>> > via: 5, Ver: v1, Flags: 10,
>>> >
>>> [{"Answer":{"result":false,"details":"com.cloud.utils.exception.CloudRuntimeException:
>>> > Unable to reset master of slave 192.168.56.11 to 192.168.56.9 due to
>>> > org.apache.xmlrpc.XmlRpcException: Failed to read server's response:
>>> > connect timed out","wait":0}}] }
>>> > 2013-04-07 00:40:24,888 DEBUG [agent.manager.AgentManagerImpl]
>>> > (AgentManager-Handler-12:null) Ping from 4
>>> > 2013-04-07 00:40:27,162 DEBUG [agent.manager.DirectAgentAttache]
>>> > (DirectAgent-321:null) Ping from 1
>>> > 2013-04-07 00:40:29,095 DEBUG [agent.manager.DirectAgentAttache]
>>> > (DirectAgent-423:null) Seq 1-90046472: Executing request
>>> > 2013-04-07 00:40:29,364 DEBUG [agent.manager.DirectAgentAttache]
>>> > (DirectAgent-423:null) Seq 1-90046472: Response Received:
>>> > 2013-04-07 00:40:29,364 DEBUG [agent.transport.Request]
>>> > (DirectAgent-423:null) Seq 1-90046472: Processing:  { Ans: , MgmtId: 1,
>>> > via: 1, Ver: v1, Flags: 10,
>>> >
>>> [{"ClusterSyncAnswer":{"_clusterId":1,"_newStates":{},"_isExecuted":false,"result":true,"wait":0}}]
>>> > }
>>> > 2013-04-07 00:40:43,749 INFO
>>>  [context.support.XmlWebApplicationContext]
>>> > (Shutdown:null) Closing Root WebApplicationContext: startup date [Sat
>>> Apr
>>> > 06 22:07:12 MDT 2013]; root of context hierarchy
>>> > 2013-04-07 00:40:43,751 INFO
>>>  [factory.support.DefaultListableBeanFactory]
>>> > (Shutdown:null) Destroying singletons in
>>> >
>>> org.springframework.beans.factory.support.DefaultListableBeanFactory@74b76ce4
>>> :
>>> > defining beans
>>> >
>>> [org.springframework.context.annotation.internalConfigurationAnnotationProcessor,org.springframework.context.annotation.internalAutowiredAnnotationProcessor,org.springframework.context.annotation.internalRequiredAnnotationProcessor,org.springframework.context.annotation.internalCommonAnnotationProcessor,ClusterRestService,NetworkRestService,PodService,VirtualMachineRestService,VolumeRestService,zoneService,dataDisk,iso,rootDisk,volumeTypeHelper,VMComputeTagDaoImpl,VMEntityDaoImpl,VMNetworkMapDaoImpl,VMReservationDaoImpl,VMRootDiskTagDaoImpl,volumeReservationDaoImpl,virtualMachineEntityImpl,VMEntityManagerImpl,dataCenterResourceManagerImpl,EngineDcDetailsDao,EngineClusterDao,EngineDataCenterDao,EngineHostDao,EngineHostPodDao,EngineHostDetailsDao,EngineHostTagsDao,provisioningService,cloudOrchestrator,dataObjectManagerImpl,dataStoreManagerImpl,dataStoreProviderDaoImpl,primaryDataStoreDaoImpl,primaryDataStoreDetailsDaoImpl,objectInDataStoreManagerImpl,dataStoreProviderManagerImpl,objectInDataStoreDaoImpl,defaultEndPointSelector,hypervsiorHostEndPointRpcServer,imageDataStoreHelper,imageDaoStoreDaoImpl,imageDataDaoImpl,imageDataStoreProviderDaoImpl,BAREMETAL,imageFormatHelper,ISO,OVA,imageformat_qcow2,unknown,image_format_vhd,dataMotionServiceImpl,primaryDataStoreHelper,templatePrimaryDataStoreDaoImpl,volumeDao2Impl,imageDataFactoryImpl,imageServiceImpl,imageDataManagerImpl,imageDataStoreManagerImpl,defaultImageDataStoreProvider,defaultImageMotionStrategy,imageMotionServiceImpl,snapshotDao2Impl,snapshotDataFactoryImpl,snapshotServiceImpl,hypervisorBasedSnapshot,defaultPrimaryDataStoreProviderManagerImpl,defaultPrimaryDatastoreProviderImpl,ISCSI,networkFileSystem,templateInstallStrategyImpl,volumeDataFactoryImpl,volumeManagerImpl,volumeServiceImpl,apiDiscoveryServiceImpl,apiRateLimitServiceImpl,regionDaoImpl,regionManagerImpl,regionServiceImpl,userContextInitializer,eventDaoImpl,usageEventDaoImpl,randomAllocator,baremetalDhcpDaoImpl,baremetalPxeDaoImpl,vmwareContextFactory,ciscoNexusVSMDeviceDaoImpl,lunDaoImpl,poolDaoImpl,netappVolumeDaoImpl,netappManagerImpl,elasticLoadBalancerElement,elasticLbVmMapDaoImpl,elasticLoadBalancerManagerImpl,netScalerPodDaoImpl,niciraNvpDaoImpl,niciraNvpNicMappingDaoImpl,niciraNvpRouterMappingDaoImpl,niciraNvpElement,ovsGuestNetworkGuru,ovsTunnelInterfaceDaoImpl,ovsTunnelNetworkDaoImpl,ovsTunnelManagerImpl,bigSwitchVnsDaoImpl,bigSwitchVnsElement,randomStoragePoolAllocator,domainChecker,agentMonitor,firstFitAllocator,recreateHostAllocator,testingAllocator,basicAgentAuthManager,alertManagerImpl,clusterAlertAdapter,consoleProxyAlertAdapter,alertDaoImpl,secondaryStorageVmAlertAdapter,apiDBUtils,apiDispatcher,apiResponseHelper,apiServer,apiServlet,accountJoinDaoImpl,asyncJobJoinDaoImpl,dataCenterJoinDaoImpl,diskOfferingJoinDaoImpl,domainRouterJoinDaoImpl,hostJoinDaoImpl,instanceGroupJoinDaoImpl,projectAccountJoinDaoImpl,projectInvitationJoinDaoImpl,projectJoinDaoImpl,resourceTagJoinDaoImpl,securityGroupJoinDaoImpl,serviceOfferingJoinDaoImpl,storagePoolJoinDaoImpl,userAccountJoinDaoImpl,userVmJoinDaoImpl,volumeJoinDaoImpl,queryManagerImpl,asyncJobExecutorContextImpl,asyncJobManagerImpl,asyncJobDaoImpl,syncQueueDaoImpl,syncQueueItemDaoImpl,syncQueueManagerImpl,capacityManagerImpl,capacityDaoImpl,certificateDaoImpl,clusterBasedAgentLoadBalancerPlanner,hostTransferMapDaoImpl,clusterFenceManagerImpl,clusterServiceServletAdapter,managementServerHostDaoImpl,managementServerHostPeerDaoImpl,stackMaidDaoImpl,managementServerNode,configurationManagerImpl,configurationDaoImpl,resourceCountDaoImpl,resourceLimitDaoImpl,entityManagerImpl,clusterDetailsDaoImpl,accountVlanMapDaoImpl,clusterDaoImpl,clusterVSMMapDaoImpl,dataCenterDaoImpl,dataCenterIpAddressDaoImpl,dataCenterLinkLocalIpAddressDaoImpl,dataCenterVnetDaoImpl,dcDetailsDaoImpl,hostPodDaoImpl,podVlanDaoImpl,podVlanMapDaoImpl,storageNetworkIpAddressDaoImpl,storageNetworkIpRangeDaoImpl,vlanDaoImpl,domainDaoImpl,actionEventUtils,alertGenerator,eventJoinDaoImpl,eventUtils,usageEventUtils,highAvailabilityDaoImpl,recreatableFencer,hostDaoImpl,hostDetailsDaoImpl,hostTagsDaoImpl,cloudZonesStartupProcessor,hypervisorCapabilitiesDaoImpl,hypervisorGuruManagerImpl,keystoreDaoImpl,keystoreManagerImpl,agentUpgradeDaoImpl,upgradeManagerImpl,autoScaleManagerImpl,autoScalePolicyConditionMapDaoImpl,autoScalePolicyDaoImpl,autoScaleVmGroupDaoImpl,autoScaleVmGroupPolicyMapDaoImpl,autoScaleVmProfileDaoImpl,conditionDaoImpl,counterDaoImpl,externalFirewallDeviceDaoImpl,externalLoadBalancerDeviceDaoImpl,firewallRulesCidrsDaoImpl,firewallRulesDaoImpl,inlineLoadBalancerNicMapDaoImpl,IPAddressDaoImpl,LBStickinessPolicyDaoImpl,loadBalancerDaoImpl,loadBalancerVMMapDaoImpl,networkAccountDaoImpl,networkDaoImpl,networkDomainDaoImpl,networkExternalFirewallDaoImpl,networkExternalLoadBalancerDaoImpl,networkOpDaoImpl,networkRuleConfigDaoImpl,networkServiceMapDaoImpl,physicalNetworkDaoImpl,physicalNetworkIsolationMethodDaoImpl,physicalNetworkServiceProviderDaoImpl,physicalNetworkTagDaoImpl,physicalNetworkTrafficTypeDaoImpl,portProfileDaoImpl,remoteAccessVpnDaoImpl,routerNetworkDaoImpl,site2SiteCustomerGatewayDaoImpl,site2SiteVpnConnectionDaoImpl,site2SiteVpnGatewayDaoImpl,userIpv6AddressDaoImpl,virtualRouterProviderDaoImpl,vpnUserDaoImpl,externalLoadBalancerUsageManagerImpl,externalNetworkDeviceManagerImpl,firewallManagerImpl,loadBalancingRulesManagerImpl,networkManagerImpl,networkModelImpl,networkServiceImpl,networkUsageManagerImpl,virtualNetworkApplianceManagerImpl,vpcVirtualNetworkApplianceManagerImpl,portForwardingRulesDaoImpl,rulesManagerImpl,securityGroupDaoImpl,securityGroupRuleDaoImpl,securityGroupRulesDaoImpl,securityGroupVMMapDaoImpl,securityGroupWorkDaoImpl,vmRulesetLogDaoImpl,storageNetworkManagerImpl,privateIpDaoImpl,staticRouteDaoImpl,vpcDaoImpl,vpcGatewayDaoImpl,vpcOfferingDaoImpl,vpcOfferingServiceMapDaoImpl,networkACLManagerImpl,vpcManagerImpl,remoteAccessVpnManagerImpl,site2SiteVpnManagerImpl,networkOfferingDaoImpl,networkOfferingServiceMapDaoImpl,projectAccountDaoImpl,projectDaoImpl,projectInvitationDaoImpl,projectManagerImpl,dummyHostDiscoverer,resourceManagerImpl,resourceLimitManagerImpl,commandExecLogDaoImpl,configurationServerImpl,statsCollector,serviceOfferingDaoImpl,consoleServlet,registerCompleteServlet,garbageCollectingStoragePoolAllocator,useLocalForRootAllocator,diskOfferingDaoImpl,guestOSCategoryDaoImpl,guestOSDaoImpl,launchPermissionDaoImpl,s3DaoImpl,snapshotDaoImpl,snapshotPolicyDaoImpl,snapshotScheduleDaoImpl,storagePoolDaoImpl,storagePoolDetailsDaoImpl,storagePoolHostDaoImpl,storagePoolWorkDaoImpl,swiftDaoImpl,uploadDaoImpl,VMTemplateDaoImpl,VMTemplateDetailsDaoImpl,VMTemplateHostDaoImpl,VMTemplatePoolDaoImpl,VMTemplateS3DaoImpl,VMTemplateSwiftDaoImpl,VMTemplateZoneDaoImpl,volumeDaoImpl,volumeHostDaoImpl,downloadMonitorImpl,OCFS2ManagerImpl,s3ManagerImpl,secondaryStorageVmDefaultAllocator,snapshotManagerImpl,snapshotSchedulerImpl,storageManagerImpl,swiftManagerImpl,uploadMonitorImpl,resourceTagsDaoImpl,taggedResourceManagerImpl,hyervisorTemplateAdapter,templateManagerImpl,versionDaoImpl,databaseIntegrityChecker,externalPublicIpStatisticsDaoImpl,usageDaoImpl,usageIPAddressDaoImpl,usageJobDaoImpl,usageLoadBalancerPolicyDaoImpl,usageNetworkDaoImpl,usageNetworkOfferingDaoImpl,usagePortForwardingRuleDaoImpl,usageSecurityGroupDaoImpl,usageStorageDaoImpl,usageVMInstanceDaoImpl,usageVolumeDaoImpl,usageVPNUserDaoImpl,usageServiceImpl,accountDetailsDaoImpl,accountManagerImpl,accountDaoImpl,SSHKeyPairDaoImpl,userAccountDaoImpl,userDaoImpl,userStatisticsDaoImpl,userStatsLogDaoImpl,domainManagerImpl,identityDaoImpl,identityServiceImpl,consoleProxyDaoImpl,domainRouterDaoImpl,instanceGroupDaoImpl,instanceGroupVMMapDaoImpl,nicDaoImpl,secondaryStorageVmDaoImpl,userVmDetailsDaoImpl,VMInstanceDaoImpl,itWorkDaoImpl,componentContext,org.springframework.aop.config.internalAutoProxyCreator,org.springframework.aop.aspectj.AspectJPointcutAdvisor#0,captureAnyMethod,org.springframework.aop.aspectj.AspectJPointcutAdvisor#1,captureEventMethod,transactionContextBuilder,actionEventInterceptor,onwireRegistry,messageSerializer,transportProvider,rpcProvider,eventBus,premiumDatabaseUpgradeChecker,managementServerImpl,clusterManagerImpl,clusteredAgentManagerImpl,clusteredVirtualMachineManagerImpl,highAvailabilityManagerExtImpl,userVmManagerImpl,consoleProxyManagerImpl,securityGroupManagerImpl2,premiumSecondaryStorageManagerImpl,userVmDaoImpl,ipv6AddressManagerImpl,VmwareManager,NetappManager,BaremetalManager,BaremetalDhcpManager,BaremetalKickStartPxeService,BaremetalPingPxeService,BaremetalPxeManager,Ovs,BareMetalDhcp,BareMetalPxe,BareMetalUserdata,SecurityGroupProvider,VirtualRouter,VpcVirtualRouter,NiciraNvp,JuniperSRX,Netscaler,F5BigIP,CiscoNexus1000vVSM,FirstFitRouting,LocalStoragePoolAllocator,FirstFitStoragePoolAllocator,UserConcentratedAllocator,ConsoleProxyAllocator,StaticRoleBasedAPIAccessChecker,ExteralIpAddressAllocator,BareMetalTemplateAdapter,MD5UserAuthenticator,LDAPUserAuthenticator,CheckOnAgentInvestigator,XenServerInvestigator,UserVmDomRInvestigator,ManagementIPSystemVMInvestigator,VmwareInvestigator,XenServerFencer,KVMFencer,OvmFencer,VmwareFencer,XcpServerDiscoverer,SecondaryStorageDiscoverer,KvmServerDiscoverer,BareMetalDiscoverer,HypervServerDiscoverer,OvmDiscoverer,vmwareServerDiscoverer,FirstFitPlanner,UserDispersingPlanner,UserConcentratedPodPlanner,BareMetalPlanner,StorageNetworkGuru,ExternalGuestNetworkGuru,PublicNetworkGuru,PodBasedNetworkGuru,ControlNetworkGuru,DirectNetworkGuru,DirectPodBasedNetworkGuru,OvsGuestNetworkGuru,PrivateNetworkGuru,NiciraNvpGuestNetworkGuru,XenServerGuru,KVMGuru,OvmGuru,VMwareGuru,BaremetalGuru,BaremetalPlannerSelector,HypervisorPlannerSelector,org.springframework.context.annotation.ConfigurationClassPostProcessor$ImportAwareBeanPostProcessor#0];
>>> > root of factory hierarchy
>>> >
>>> >
>>> > On Sun, Apr 7, 2013 at 12:54 AM, Marcus Sorensen <shadowsor@gmail.com
>>> >wrote:
>>> >
>>> >> If you're running it the Dev way with jetty, look for vmops.log in
>>> your
>>> >> git
>>> >> root. If you've installed via package look for
>>> >> /var/log/cloudstack/management/management-server.log.
>>> >> On Apr 7, 2013 12:45 AM, "Mike Tutkowski" <
>>> mike.tutkowski@solidfire.com>
>>> >> wrote:
>>> >>
>>> >> > Hi Marcus,
>>> >> >
>>> >> > I was just looking at the output in the console.
>>> >> >
>>> >> > Can you remind me again where the related logs are stored?
>>> >> >
>>> >> > Thanks!
>>> >> >
>>> >> >
>>> >> > On Sun, Apr 7, 2013 at 12:39 AM, Marcus Sorensen <
>>> shadowsor@gmail.com
>>> >> > >wrote:
>>> >> >
>>> >> > > Have you by chance looked at the debug logs to see if it by chance
>>> >> tried
>>> >> > > the proper storage and failed? I'm not sure that's OK either, but
>>> it
>>> >> > would
>>> >> > > be interesting to know.
>>> >> > > On Apr 7, 2013 12:25 AM, "Mike Tutkowski" <
>>> >> mike.tutkowski@solidfire.com>
>>> >> > > wrote:
>>> >> > >
>>> >> > > > Hi,
>>> >> > > >
>>> >> > > > I'm currently using 4.1 (from like a week or so ago).
>>> >> > > >
>>> >> > > > I have three tiers of shared, iSCSI-based storage represented in
>>> >> three
>>> >> > > > storage repositories in XenServer:
>>> >> > > >
>>> >> > > > SR_2
>>> >> > > > SR_3
>>> >> > > > SR_4
>>> >> > > >
>>> >> > > > SR_2 maps into CS via primary storage PS_2, which has the
>>> storage
>>> >> tag
>>> >> > > PS_2
>>> >> > > > SR_3 maps into CS via primary storage PS_3, which has the
>>> storage
>>> >> tag
>>> >> > > PS_3
>>> >> > > > SR_4 maps into CS via primary storage PS_4, which has the
>>> storage
>>> >> tag
>>> >> > > PS_4
>>> >> > > >
>>> >> > > > I have three compute offerings:
>>> >> > > >
>>> >> > > > CO_2, which only uses storage tag PS_2
>>> >> > > > CO_3, which only uses storage tag PS_3
>>> >> > > > CO_4, which only uses storage tag PS_4
>>> >> > > >
>>> >> > > > I walk through the wizard and select CO_3.  My VM ends up on
>>> SR_4.
>>> >> > > >
>>> >> > > > I have double checked the relationships and don't see any
>>> errors in
>>> >> > how I
>>> >> > > > have CS configured.
>>> >> > > >
>>> >> > > > Does anyone know of this being noted as a current bug?
>>> >> > > >
>>> >> > > > Thanks!
>>> >> > > >
>>> >> > > >
>>> >> > > > --
>>> >> > > > *Mike Tutkowski*
>>> >> > > > *Senior CloudStack Developer, SolidFire Inc.*
>>> >> > > > e: mike.tutkowski@solidfire.com
>>> >> > > > o: 303.746.7302
>>> >> > > > Advancing the way the world uses the
>>> >> > > > cloud<http://solidfire.com/solution/overview/?video=play>
>>> >> > > > *(tm)*
>>> >> > > >
>>> >> > >
>>> >> >
>>> >> >
>>> >> >
>>> >> > --
>>> >> > *Mike Tutkowski*
>>> >> > *Senior CloudStack Developer, SolidFire Inc.*
>>> >> > e: mike.tutkowski@solidfire.com
>>> >> > o: 303.746.7302
>>> >> > Advancing the way the world uses the
>>> >> > cloud<http://solidfire.com/solution/overview/?video=play>
>>> >> > *(tm)*
>>> >> >
>>> >>
>>> >
>>> >
>>> >
>>> > --
>>> > *Mike Tutkowski*
>>> > *Senior CloudStack Developer, SolidFire Inc.*
>>> > e: mike.tutkowski@solidfire.com
>>> > o: 303.746.7302
>>> > Advancing the way the world uses the cloud<
>>> http://solidfire.com/solution/overview/?video=play>
>>> > *(tm)*
>>> >
>>>
>>>
>>>
>>> --
>>> *Mike Tutkowski*
>>> *Senior CloudStack Developer, SolidFire Inc.*
>>> e: mike.tutkowski@solidfire.com
>>> o: 303.746.7302
>>> Advancing the way the world uses the
>>> cloud<http://solidfire.com/solution/overview/?video=play>
>>> *(tm)*
>>>
>>
>>
>>
>> --
>> *Mike Tutkowski*
>>  *Senior CloudStack Developer, SolidFire Inc.*
>> e: mike.tutkowski@solidfire.com
>> o: 303.746.7302
>> Advancing the way the world uses the cloud<http://solidfire.com/solution/overview/?video=play>
>> *™*
>>
>
>
>
> --
> *Mike Tutkowski*
> *Senior CloudStack Developer, SolidFire Inc.*
> e: mike.tutkowski@solidfire.com
> o: 303.746.7302
> Advancing the way the world uses the cloud<http://solidfire.com/solution/overview/?video=play>
> *™*
>



-- 
*Mike Tutkowski*
*Senior CloudStack Developer, SolidFire Inc.*
e: mike.tutkowski@solidfire.com
o: 303.746.7302
Advancing the way the world uses the
cloud<http://solidfire.com/solution/overview/?video=play>
*™*

Re: VM deployed to wrong storage repository

Posted by Mike Tutkowski <mi...@solidfire.com>.
I meant, "allocator"...not "allocated." :)


On Mon, Apr 8, 2013 at 11:58 AM, Mike Tutkowski <
mike.tutkowski@solidfire.com> wrote:

> Wow...I had no idea such an allocated even existed. :) Thanks for that
> tip!!
>
>
> On Mon, Apr 8, 2013 at 11:54 AM, Prachi Damle <Pr...@citrix.com>wrote:
>
>> Hi Mike,
>>
>> I checked the logs, looks like the RandomStoragePoolAllocator is being
>> picked up for the storage allocation - this allocatordoes not match any
>> tags.
>>
>> You should use FirstFitStoragePoolAllocator instead - change the
>> component.xml to use this allocator and not the random
>>
>> Thanks,
>> -Prachi
>>
>> -----Original Message-----
>> From: Mike Tutkowski [mailto:mike.tutkowski@solidfire.com]
>> Sent: Monday, April 08, 2013 8:23 AM
>> To: dev@cloudstack.apache.org
>> Subject: Re: VM deployed to wrong storage repository
>>
>> I plan to update to the latest 4.1 today and re-try this.
>>
>> If I still see the problem, I'll open a bug.
>>
>>
>> On Sun, Apr 7, 2013 at 4:26 PM, Mike Tutkowski <
>> mike.tutkowski@solidfire.com
>> > wrote:
>>
>> > I don't see anything in vmops.log to indicate that another primary
>> storage
>> > was tried first.  What do you think?
>> >
>> > 2013-04-07 00:30:51,459 INFO  [agent.manager.AgentManagerImpl]
>> > (AgentTaskPool-11:null) Investigating why host 6 has disconnected with
>> > event PingTimeout
>> > 2013-04-07 00:30:51,459 DEBUG [agent.manager.AgentManagerImpl]
>> > (AgentTaskPool-11:null) checking if agent (6) is alive
>> > 2013-04-07 00:30:51,460 INFO  [agent.manager.AgentManagerImpl]
>> > (AgentTaskPool-16:null) Investigating why host 5 has disconnected with
>> > event PingTimeout
>> > 2013-04-07 00:30:51,460 DEBUG [agent.manager.AgentManagerImpl]
>> > (AgentTaskPool-16:null) checking if agent (5) is alive
>> > 2013-04-07 00:30:51,462 DEBUG [agent.transport.Request]
>> > (AgentTaskPool-11:null) Seq 6-324993302: Sending  { Cmd , MgmtId: 1,
>> via:
>> > 6, Ver: v1, Flags: 100011, [{"CheckHealthCommand":{"wait":50}}] }
>> > 2013-04-07 00:30:51,462 DEBUG [agent.transport.Request]
>> > (AgentTaskPool-11:null) Seq 6-324993302: Executing:  { Cmd , MgmtId: 1,
>> > via: 6, Ver: v1, Flags: 100011, [{"CheckHealthCommand":{"wait":50}}] }
>> > 2013-04-07 00:30:51,462 DEBUG [agent.manager.DirectAgentAttache]
>> > (DirectAgent-26:null) Seq 6-324993302: Executing request
>> > 2013-04-07 00:30:51,464 DEBUG [agent.transport.Request]
>> > (AgentTaskPool-16:null) Seq 5-614334808: Sending  { Cmd , MgmtId: 1,
>> via:
>> > 5, Ver: v1, Flags: 100011, [{"CheckHealthCommand":{"wait":50}}] }
>> > 2013-04-07 00:30:51,464 DEBUG [agent.transport.Request]
>> > (AgentTaskPool-16:null) Seq 5-614334808: Executing:  { Cmd , MgmtId: 1,
>> > via: 5, Ver: v1, Flags: 100011, [{"CheckHealthCommand":{"wait":50}}] }
>> > 2013-04-07 00:30:51,465 DEBUG [agent.manager.DirectAgentAttache]
>> > (DirectAgent-163:null) Seq 5-614334808: Executing request
>> > 2013-04-07 00:30:51,511 DEBUG [agent.manager.DirectAgentAttache]
>> > (DirectAgent-26:null) Seq 6-324993302: Response Received:
>> > 2013-04-07 00:30:51,512 DEBUG [agent.transport.Request]
>> > (DirectAgent-26:null) Seq 6-324993302: Processing:  { Ans: , MgmtId: 1,
>> > via: 6, Ver: v1, Flags: 10,
>> > [{"CheckHealthAnswer":{"result":true,"details":"resource is
>> > alive","wait":0}}] }
>> > 2013-04-07 00:30:51,512 DEBUG [agent.transport.Request]
>> > (AgentTaskPool-11:null) Seq 6-324993302: Received:  { Ans: , MgmtId: 1,
>> > via: 6, Ver: v1, Flags: 10, { CheckHealthAnswer } }
>> > 2013-04-07 00:30:51,512 DEBUG [agent.manager.AgentManagerImpl]
>> > (AgentTaskPool-11:null) Details from executing class
>> > com.cloud.agent.api.CheckHealthCommand: resource is alive
>> > 2013-04-07 00:30:51,512 DEBUG [agent.manager.AgentManagerImpl]
>> > (AgentTaskPool-11:null) agent (6) responded to checkHeathCommand,
>> reporting
>> > that agent is Up
>> > 2013-04-07 00:30:51,512 INFO  [agent.manager.AgentManagerImpl]
>> > (AgentTaskPool-11:null) The state determined is Up
>> > 2013-04-07 00:30:51,512 INFO  [agent.manager.AgentManagerImpl]
>> > (AgentTaskPool-11:null) Agent is determined to be up and running
>> > 2013-04-07 00:30:51,512 DEBUG [cloud.host.Status]
>> (AgentTaskPool-11:null)
>> > Transition:[Resource state = Enabled, Agent event = Ping, Host id = 6,
>> name
>> > = Tut-XenServer]
>> > 2013-04-07 00:30:51,515 DEBUG [cloud.host.Status]
>> (AgentTaskPool-11:null)
>> > Agent status update: [id = 6; name = Tut-XenServer; old status = Up;
>> event
>> > = Ping; new status = Up; old update count = 307; new update count = 308]
>> > 2013-04-07 00:30:51,517 DEBUG [agent.manager.DirectAgentAttache]
>> > (DirectAgent-163:null) Seq 5-614334808: Response Received:
>> > 2013-04-07 00:30:51,517 DEBUG [agent.transport.Request]
>> > (DirectAgent-163:null) Seq 5-614334808: Processing:  { Ans: , MgmtId:
>> 1,
>> > via: 5, Ver: v1, Flags: 10,
>> > [{"CheckHealthAnswer":{"result":true,"details":"resource is
>> > alive","wait":0}}] }
>> > 2013-04-07 00:30:51,517 DEBUG [agent.transport.Request]
>> > (AgentTaskPool-16:null) Seq 5-614334808: Received:  { Ans: , MgmtId: 1,
>> > via: 5, Ver: v1, Flags: 10, { CheckHealthAnswer } }
>> > 2013-04-07 00:30:51,517 DEBUG [agent.manager.AgentManagerImpl]
>> > (AgentTaskPool-16:null) Details from executing class
>> > com.cloud.agent.api.CheckHealthCommand: resource is alive
>> > 2013-04-07 00:30:51,517 DEBUG [agent.manager.AgentManagerImpl]
>> > (AgentTaskPool-16:null) agent (5) responded to checkHeathCommand,
>> reporting
>> > that agent is Up
>> > 2013-04-07 00:30:51,518 INFO  [agent.manager.AgentManagerImpl]
>> > (AgentTaskPool-16:null) The state determined is Up
>> > 2013-04-07 00:30:51,518 INFO  [agent.manager.AgentManagerImpl]
>> > (AgentTaskPool-16:null) Agent is determined to be up and running
>> > 2013-04-07 00:30:51,518 DEBUG [cloud.host.Status]
>> (AgentTaskPool-16:null)
>> > Transition:[Resource state = Enabled, Agent event = Ping, Host id = 5,
>> name
>> > = Tut-XenServer2]
>> > 2013-04-07 00:30:51,522 DEBUG [cloud.host.Status]
>> (AgentTaskPool-16:null)
>> > Agent status update: [id = 5; name = Tut-XenServer2; old status = Up;
>> event
>> > = Ping; new status = Up; old update count = 144; new update count = 145]
>> > 2013-04-07 00:30:52,927 DEBUG [agent.manager.DirectAgentAttache]
>> > (DirectAgent-157:null) Seq 6-324993301: Response Received:
>> > 2013-04-07 00:30:52,927 DEBUG [agent.transport.Request]
>> > (DirectAgent-157:null) Seq 6-324993301: Processing:  { Ans: , MgmtId: 1,
>> > via: 6, Ver: v1, Flags: 110, [{"Answer":{"result":true,"wait":0}}] }
>> > 2013-04-07 00:30:52,927 DEBUG [agent.transport.Request]
>> > (Job-Executor-35:job-42) Seq 6-324993301: Received:  { Ans: , MgmtId: 1,
>> > via: 6, Ver: v1, Flags: 110, { Answer } }
>> > 2013-04-07 00:30:52,927 DEBUG [agent.manager.AgentAttache]
>> > (DirectAgent-157:null) Seq 6-324993301: No more commands found
>> > 2013-04-07 00:30:52,938 DEBUG
>> > [network.router.VirtualNetworkApplianceManagerImpl]
>> > (Job-Executor-35:job-42) Applying userdata and password entry in network
>> > Ntwk[204|Guest|6]
>> > 2013-04-07 00:30:52,952 DEBUG [agent.transport.Request]
>> > (Job-Executor-35:job-42) Seq 6-324993303: Sending  { Cmd , MgmtId: 1,
>> via:
>> > 6, Ver: v1, Flags: 100111,
>> >
>> [{"routing.SavePasswordCommand":{"password":"fnirq_cnffjbeq","vmIpAddress":"192.168.56.195","vmName":"c18ddf7c-fc61-40b0-af75-fdef05f8eae6","accessDetails":{"router.guest.ip":"192.168.56.102","zone.network.type":"Basic","router.ip":"169.254.1.168","
>> > router.name
>> >
>> ":"r-4-VM"},"wait":0}},{"routing.VmDataCommand":{"vmIpAddress":"192.168.56.195","vmName":"c18ddf7c-fc61-40b0-af75-fdef05f8eae6","accessDetails":{"router.guest.ip":"192.168.56.102","zone.network.type":"Basic","router.ip":"169.254.1.168","
>> > router.name":"r-4-VM"},"wait":0}}] }
>> > 2013-04-07 00:30:52,953 DEBUG [agent.transport.Request]
>> > (Job-Executor-35:job-42) Seq 6-324993303: Executing:  { Cmd , MgmtId: 1,
>> > via: 6, Ver: v1, Flags: 100111,
>> >
>> [{"routing.SavePasswordCommand":{"password":"fnirq_cnffjbeq","vmIpAddress":"192.168.56.195","vmName":"c18ddf7c-fc61-40b0-af75-fdef05f8eae6","accessDetails":{"router.guest.ip":"192.168.56.102","zone.network.type":"Basic","router.ip":"169.254.1.168","
>> > router.name
>> >
>> ":"r-4-VM"},"wait":0}},{"routing.VmDataCommand":{"vmIpAddress":"192.168.56.195","vmName":"c18ddf7c-fc61-40b0-af75-fdef05f8eae6","accessDetails":{"router.guest.ip":"192.168.56.102","zone.network.type":"Basic","router.ip":"169.254.1.168","
>> > router.name":"r-4-VM"},"wait":0}}] }
>> > 2013-04-07 00:30:52,953 DEBUG [agent.manager.DirectAgentAttache]
>> > (DirectAgent-37:null) Seq 6-324993303: Executing request
>> > 2013-04-07 00:30:53,093 DEBUG [cloud.api.ApiServlet]
>> > (1161145101@qtp-1008805148-33:null) ===START===  127.0.0.1 -- GET
>> >
>>  command=queryAsyncJobResult&jobId=f75d8ce8-1193-43bf-b171-f43d2534e6bc&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316253091
>> > 2013-04-07 00:30:53,110 DEBUG [cloud.api.ApiServlet]
>> > (1161145101@qtp-1008805148-33:null) ===END===  127.0.0.1 -- GET
>> >
>>  command=queryAsyncJobResult&jobId=f75d8ce8-1193-43bf-b171-f43d2534e6bc&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316253091
>> > 2013-04-07 00:30:56,093 DEBUG [cloud.api.ApiServlet]
>> > (1161145101@qtp-1008805148-33:null) ===START===  127.0.0.1 -- GET
>> >
>>  command=queryAsyncJobResult&jobId=f75d8ce8-1193-43bf-b171-f43d2534e6bc&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316256091
>> > 2013-04-07 00:30:56,109 DEBUG [cloud.api.ApiServlet]
>> > (1161145101@qtp-1008805148-33:null) ===END===  127.0.0.1 -- GET
>> >
>>  command=queryAsyncJobResult&jobId=f75d8ce8-1193-43bf-b171-f43d2534e6bc&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316256091
>> > 2013-04-07 00:30:59,094 DEBUG [cloud.api.ApiServlet]
>> > (1161145101@qtp-1008805148-33:null) ===START===  127.0.0.1 -- GET
>> >
>>  command=queryAsyncJobResult&jobId=f75d8ce8-1193-43bf-b171-f43d2534e6bc&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316259092
>> > 2013-04-07 00:30:59,111 DEBUG [cloud.api.ApiServlet]
>> > (1161145101@qtp-1008805148-33:null) ===END===  127.0.0.1 -- GET
>> >
>>  command=queryAsyncJobResult&jobId=f75d8ce8-1193-43bf-b171-f43d2534e6bc&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316259092
>> > 2013-04-07 00:31:02,095 DEBUG [cloud.api.ApiServlet]
>> > (1161145101@qtp-1008805148-33:null) ===START===  127.0.0.1 -- GET
>> >
>>  command=queryAsyncJobResult&jobId=f75d8ce8-1193-43bf-b171-f43d2534e6bc&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316262093
>> > 2013-04-07 00:31:02,110 DEBUG [cloud.api.ApiServlet]
>> > (1161145101@qtp-1008805148-33:null) ===END===  127.0.0.1 -- GET
>> >
>>  command=queryAsyncJobResult&jobId=f75d8ce8-1193-43bf-b171-f43d2534e6bc&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316262093
>> > 2013-04-07 00:31:04,860 DEBUG [agent.manager.DirectAgentAttache]
>> > (DirectAgent-145:null) Ping from 6
>> > 2013-04-07 00:31:05,099 DEBUG [cloud.api.ApiServlet]
>> > (1161145101@qtp-1008805148-33:null) ===START===  127.0.0.1 -- GET
>> >
>>  command=queryAsyncJobResult&jobId=f75d8ce8-1193-43bf-b171-f43d2534e6bc&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316265096
>> > 2013-04-07 00:31:05,114 DEBUG [cloud.api.ApiServlet]
>> > (1161145101@qtp-1008805148-33:null) ===END===  127.0.0.1 -- GET
>> >
>>  command=queryAsyncJobResult&jobId=f75d8ce8-1193-43bf-b171-f43d2534e6bc&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316265096
>> > 2013-04-07 00:31:06,234 DEBUG [agent.manager.DirectAgentAttache]
>> > (DirectAgent-372:null) Ping from 5
>> > 2013-04-07 00:31:06,909 DEBUG [agent.manager.DirectAgentAttache]
>> > (DirectAgent-149:null) Seq 6-324993028: Executing request
>> > 2013-04-07 00:31:07,239 DEBUG [agent.manager.DirectAgentAttache]
>> > (DirectAgent-149:null) Seq 6-324993028: Response Received:
>> > 2013-04-07 00:31:07,239 DEBUG [agent.transport.Request]
>> > (DirectAgent-149:null) Seq 6-324993028: Processing:  { Ans: , MgmtId: 1,
>> > via: 6, Ver: v1, Flags: 10,
>> >
>> [{"ClusterSyncAnswer":{"_clusterId":2,"_newStates":{},"_isExecuted":false,"result":true,"wait":0}}]
>> > }
>> > 2013-04-07 00:31:07,424 DEBUG [agent.manager.DirectAgentAttache]
>> > (DirectAgent-37:null) Seq 6-324993303: Response Received:
>> > 2013-04-07 00:31:07,424 DEBUG [agent.transport.Request]
>> > (DirectAgent-37:null) Seq 6-324993303: Processing:  { Ans: , MgmtId: 1,
>> > via: 6, Ver: v1, Flags: 110,
>> >
>> [{"Answer":{"result":true,"wait":0}},{"Answer":{"result":true,"wait":0}}] }
>> > 2013-04-07 00:31:07,424 DEBUG [agent.transport.Request]
>> > (Job-Executor-35:job-42) Seq 6-324993303: Received:  { Ans: , MgmtId: 1,
>> > via: 6, Ver: v1, Flags: 110, { Answer, Answer } }
>> > 2013-04-07 00:31:07,424 DEBUG [agent.manager.AgentAttache]
>> > (DirectAgent-37:null) Seq 6-324993303: No more commands found
>> > 2013-04-07 00:31:07,424 DEBUG [cloud.network.NetworkManagerImpl]
>> > (Job-Executor-35:job-42) Asking VpcVirtualRouter to prepare for
>> > Nic[18-12-6416c373-20d8-4617-8dcb-30a8ff9d0f34-192.168.56.195]
>> > 2013-04-07 00:31:07,424 WARN  [network.element.VpcVirtualRouterElement]
>> > (Job-Executor-35:job-42) Network Ntwk[204|Guest|6] is not associated
>> with
>> > any VPC
>> > 2013-04-07 00:31:07,429 DEBUG [cloud.network.NetworkManagerImpl]
>> > (Job-Executor-35:job-42) Asking NiciraNvp to prepare for
>> > Nic[18-12-6416c373-20d8-4617-8dcb-30a8ff9d0f34-192.168.56.195]
>> > 2013-04-07 00:31:07,429 DEBUG [network.element.NiciraNvpElement]
>> > (Job-Executor-35:job-42) Checking if NiciraNvpElement can handle service
>> > Connectivity on network guestNetworkForBasicZone
>> > 2013-04-07 00:31:07,432 DEBUG [cloud.network.NetworkManagerImpl]
>> > (Job-Executor-35:job-42) Asking JuniperSRX to prepare for
>> > Nic[18-12-6416c373-20d8-4617-8dcb-30a8ff9d0f34-192.168.56.195]
>> > 2013-04-07 00:31:07,436 DEBUG [cloud.network.NetworkManagerImpl]
>> > (Job-Executor-35:job-42) Asking Netscaler to prepare for
>> > Nic[18-12-6416c373-20d8-4617-8dcb-30a8ff9d0f34-192.168.56.195]
>> > 2013-04-07 00:31:07,441 DEBUG [cloud.network.NetworkManagerImpl]
>> > (Job-Executor-35:job-42) Asking F5BigIP to prepare for
>> > Nic[18-12-6416c373-20d8-4617-8dcb-30a8ff9d0f34-192.168.56.195]
>> > 2013-04-07 00:31:07,445 DEBUG [cloud.network.NetworkManagerImpl]
>> > (Job-Executor-35:job-42) Asking CiscoNexus1000vVSM to prepare for
>> > Nic[18-12-6416c373-20d8-4617-8dcb-30a8ff9d0f34-192.168.56.195]
>> > 2013-04-07 00:31:07,449 DEBUG [cloud.storage.StorageManagerImpl]
>> > (Job-Executor-35:job-42) Checking if we need to prepare 1 volumes for
>> > VM[User|c18ddf7c-fc61-40b0-af75-fdef05f8eae6]
>> > 2013-04-07 00:31:07,451 DEBUG [cloud.storage.StorageManagerImpl]
>> > (Job-Executor-35:job-42) Creating volume: Vol[12|vm=12|ROOT]
>> > 2013-04-07 00:31:07,451 DEBUG [cloud.storage.StorageManagerImpl]
>> > (Job-Executor-35:job-42) Trying to create in Pool[257|PreSetup]
>> > 2013-04-07 00:31:07,459 DEBUG [cloud.template.TemplateManagerImpl]
>> > (Job-Executor-35:job-42) Downloading template 5 to pool 257
>> > 2013-04-07 00:31:07,466 DEBUG [cloud.template.TemplateManagerImpl]
>> > (Job-Executor-35:job-42) Downloading 5 via 5
>> > 2013-04-07 00:31:07,470 DEBUG [agent.transport.Request]
>> > (Job-Executor-35:job-42) Seq 5-614334809: Sending  { Cmd , MgmtId: 1,
>> > via: 5, Ver: v1, Flags: 100111,
>> >
>> [{"storage.PrimaryStorageDownloadCommand":{"localPath":"/mnt/9a008517-e321-37a0-a941-44695f9b6fe7","poolUuid":"iSCSI_SR_3","poolId":257,"primaryPool":{"id":257,"uuid":"iSCSI_SR_3","host":"192.168.56.9","path":"/iSCSI_SR_3","port":0,"type":"PreSetup"},"secondaryStorageUrl":"nfs://
>> 192.168.56.10:
>> > /opt/storage/secondary","primaryStorageUrl":"nfs://
>> 192.168.56.9/iSCSI_SR_3
>> > ","url":"nfs://192.168.56.10:
>> /opt/storage/secondary/template/tmpl/1/5//ce5b212e-215a-3461-94fb-814a635b2215.vhd","format":"VHD","accountId":1,"name":"tiny
>> > Linux","wait":10800}}] }
>> > 2013-04-07 00:31:07,470 DEBUG [agent.transport.Request]
>> > (Job-Executor-35:job-42) Seq 5-614334809: Executing:  { Cmd , MgmtId:
>> 1,
>> > via: 5, Ver: v1, Flags: 100111,
>> >
>> [{"storage.PrimaryStorageDownloadCommand":{"localPath":"/mnt/9a008517-e321-37a0-a941-44695f9b6fe7","poolUuid":"iSCSI_SR_3","poolId":257,"primaryPool":{"id":257,"uuid":"iSCSI_SR_3","host":"192.168.56.9","path":"/iSCSI_SR_3","port":0,"type":"PreSetup"},"secondaryStorageUrl":"nfs://
>> 192.168.56.10:
>> > /opt/storage/secondary","primaryStorageUrl":"nfs://
>> 192.168.56.9/iSCSI_SR_3
>> > ","url":"nfs://192.168.56.10:
>> /opt/storage/secondary/template/tmpl/1/5//ce5b212e-215a-3461-94fb-814a635b2215.vhd","format":"VHD","accountId":1,"name":"tiny
>> > Linux","wait":10800}}] }
>> > 2013-04-07 00:31:07,470 DEBUG [agent.manager.DirectAgentAttache]
>> > (DirectAgent-174:null) Seq 5-614334809: Executing request
>> > 2013-04-07 00:31:08,097 DEBUG [cloud.api.ApiServlet]
>> > (1161145101@qtp-1008805148-33:null) ===START===  127.0.0.1 -- GET
>> >
>>  command=queryAsyncJobResult&jobId=f75d8ce8-1193-43bf-b171-f43d2534e6bc&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316268095
>> > 2013-04-07 00:31:08,115 DEBUG [cloud.api.ApiServlet]
>> > (1161145101@qtp-1008805148-33:null) ===END===  127.0.0.1 -- GET
>> >
>>  command=queryAsyncJobResult&jobId=f75d8ce8-1193-43bf-b171-f43d2534e6bc&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316268095
>> > 2013-04-07 00:31:11,023 DEBUG [agent.manager.DirectAgentAttache]
>> > (DirectAgent-309:null) Seq 5-614334468: Executing request
>> > 2013-04-07 00:31:11,099 DEBUG [cloud.api.ApiServlet]
>> > (1161145101@qtp-1008805148-33:null) ===START===  127.0.0.1 -- GET
>> >
>>  command=queryAsyncJobResult&jobId=f75d8ce8-1193-43bf-b171-f43d2534e6bc&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316271096
>> > 2013-04-07 00:31:11,121 DEBUG [cloud.api.ApiServlet]
>> > (1161145101@qtp-1008805148-33:null) ===END===  127.0.0.1 -- GET
>> >
>>  command=queryAsyncJobResult&jobId=f75d8ce8-1193-43bf-b171-f43d2534e6bc&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316271096
>> > 2013-04-07 00:31:11,363 DEBUG [agent.manager.DirectAgentAttache]
>> > (DirectAgent-309:null) Seq 5-614334468: Response Received:
>> > 2013-04-07 00:31:11,363 DEBUG [agent.transport.Request]
>> > (DirectAgent-309:null) Seq 5-614334468: Processing:  { Ans: , MgmtId:
>> 1,
>> > via: 5, Ver: v1, Flags: 10, [{"Answer":{"result":true,"wait":0}}] }
>> > 2013-04-07 00:31:14,100 DEBUG [cloud.api.ApiServlet]
>> > (1161145101@qtp-1008805148-33:null) ===START===  127.0.0.1 -- GET
>> >
>>  command=queryAsyncJobResult&jobId=f75d8ce8-1193-43bf-b171-f43d2534e6bc&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316274097
>> > 2013-04-07 00:31:14,124 DEBUG [cloud.api.ApiServlet]
>> > (1161145101@qtp-1008805148-33:null) ===END===  127.0.0.1 -- GET
>> >
>>  command=queryAsyncJobResult&jobId=f75d8ce8-1193-43bf-b171-f43d2534e6bc&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316274097
>> > 2013-04-07 00:31:16,197 DEBUG [cloud.api.ApiServlet]
>> > (1161145101@qtp-1008805148-33:null) ===START===  127.0.0.1 -- GET
>> >
>>  command=listVirtualMachines&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&listAll=true&page=1&pagesize=20&_=1365316276194
>> > 2013-04-07 00:31:16,219 DEBUG [cloud.api.ApiServlet]
>> > (1161145101@qtp-1008805148-33:null) ===END===  127.0.0.1 -- GET
>> >
>>  command=listVirtualMachines&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&listAll=true&page=1&pagesize=20&_=1365316276194
>> > 2013-04-07 00:31:17,101 DEBUG [cloud.api.ApiServlet]
>> > (1161145101@qtp-1008805148-33:null) ===START===  127.0.0.1 -- GET
>> >
>>  command=queryAsyncJobResult&jobId=f75d8ce8-1193-43bf-b171-f43d2534e6bc&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316277098
>> > 2013-04-07 00:31:17,123 DEBUG [cloud.api.ApiServlet]
>> > (1161145101@qtp-1008805148-33:null) ===END===  127.0.0.1 -- GET
>> >
>>  command=queryAsyncJobResult&jobId=f75d8ce8-1193-43bf-b171-f43d2534e6bc&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316277098
>> > 2013-04-07 00:31:17,954 DEBUG [cloud.api.ApiServlet]
>> > (1161145101@qtp-1008805148-33:null) ===START===  127.0.0.1 -- GET
>> >
>>  command=listVolumes&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&listAll=true&page=1&pagesize=20&_=1365316277950
>> > 2013-04-07 00:31:17,972 DEBUG [cloud.api.ApiServlet]
>> > (1161145101@qtp-1008805148-33:null) ===END===  127.0.0.1 -- GET
>> >
>>  command=listVolumes&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&listAll=true&page=1&pagesize=20&_=1365316277950
>> > 2013-04-07 00:31:20,102 DEBUG [cloud.api.ApiServlet]
>> > (1161145101@qtp-1008805148-33:null) ===START===  127.0.0.1 -- GET
>> >
>>  command=queryAsyncJobResult&jobId=f75d8ce8-1193-43bf-b171-f43d2534e6bc&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316280099
>> > 2013-04-07 00:31:20,118 DEBUG [cloud.api.ApiServlet]
>> > (1161145101@qtp-1008805148-33:null) ===END===  127.0.0.1 -- GET
>> >
>>  command=queryAsyncJobResult&jobId=f75d8ce8-1193-43bf-b171-f43d2534e6bc&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316280099
>> > 2013-04-07 00:31:20,454 DEBUG
>> > [storage.secondary.SecondaryStorageManagerImpl] (secstorage-1:null)
>> Zone 1
>> > is ready to launch secondary storage VM
>> > 2013-04-07 00:31:20,558 DEBUG
>> [cloud.consoleproxy.ConsoleProxyManagerImpl]
>> > (consoleproxy-1:null) Zone 1 is ready to launch console proxy
>> > 2013-04-07 00:31:20,820 DEBUG
>> > [network.router.VirtualNetworkApplianceManagerImpl]
>> > (RouterStatusMonitor-1:null) Found 0 routers to update status.
>> > 2013-04-07 00:31:20,821 DEBUG
>> > [network.router.VirtualNetworkApplianceManagerImpl]
>> > (RouterStatusMonitor-1:null) Found 0 networks to update RvR status.
>> > 2013-04-07 00:31:20,852 DEBUG
>> > [network.router.VirtualNetworkApplianceManagerImpl]
>> > (RouterStatusMonitor-1:null) Found 0 routers to update status.
>> > 2013-04-07 00:31:20,853 DEBUG
>> > [network.router.VirtualNetworkApplianceManagerImpl]
>> > (RouterStatusMonitor-1:null) Found 0 networks to update RvR status.
>> > 2013-04-07 00:31:21,075 DEBUG [cloud.api.ApiServlet]
>> > (1161145101@qtp-1008805148-33:null) ===START===  127.0.0.1 -- GET
>> >
>>  command=listVolumes&id=aed71ae1-732b-48d7-833f-e23287e2b2b9&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316281073
>> > 2013-04-07 00:31:21,097 DEBUG [cloud.api.ApiServlet]
>> > (1161145101@qtp-1008805148-33:null) ===END===  127.0.0.1 -- GET
>> >
>>  command=listVolumes&id=aed71ae1-732b-48d7-833f-e23287e2b2b9&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316281073
>> > 2013-04-07 00:31:21,120 DEBUG [cloud.api.ApiServlet]
>> > (1161145101@qtp-1008805148-33:null) ===START===  127.0.0.1 -- GET
>> >
>>  command=listTags&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&resourceId=aed71ae1-732b-48d7-833f-e23287e2b2b9&resourceType=Volume&listAll=true&_=1365316281117
>> > 2013-04-07 00:31:21,142 DEBUG [cloud.api.ApiServlet]
>> > (1161145101@qtp-1008805148-33:null) ===END===  127.0.0.1 -- GET
>> >
>>  command=listTags&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&resourceId=aed71ae1-732b-48d7-833f-e23287e2b2b9&resourceType=Volume&listAll=true&_=1365316281117
>> > 2013-04-07 00:31:23,102 DEBUG [cloud.api.ApiServlet]
>> > (1161145101@qtp-1008805148-33:null) ===START===  127.0.0.1 -- GET
>> >
>>  command=queryAsyncJobResult&jobId=f75d8ce8-1193-43bf-b171-f43d2534e6bc&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316283100
>> > 2013-04-07 00:31:23,122 DEBUG [cloud.api.ApiServlet]
>> > (1161145101@qtp-1008805148-33:null) ===END===  127.0.0.1 -- GET
>> >
>>  command=queryAsyncJobResult&jobId=f75d8ce8-1193-43bf-b171-f43d2534e6bc&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316283100
>> > 2013-04-07 00:31:24,894 DEBUG [agent.manager.AgentManagerImpl]
>> > (AgentManager-Handler-9:null) Ping from 4
>> > 2013-04-07 00:31:26,102 DEBUG [cloud.api.ApiServlet]
>> > (1161145101@qtp-1008805148-33:null) ===START===  127.0.0.1 -- GET
>> >
>>  command=queryAsyncJobResult&jobId=f75d8ce8-1193-43bf-b171-f43d2534e6bc&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316286100
>> > 2013-04-07 00:31:26,117 DEBUG [cloud.api.ApiServlet]
>> > (1161145101@qtp-1008805148-33:null) ===END===  127.0.0.1 -- GET
>> >
>>  command=queryAsyncJobResult&jobId=f75d8ce8-1193-43bf-b171-f43d2534e6bc&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316286100
>> > 2013-04-07 00:31:27,217 DEBUG [agent.manager.DirectAgentAttache]
>> > (DirectAgent-164:null) Ping from 1
>> > 2013-04-07 00:31:28,079 DEBUG [agent.manager.DirectAgentAttache]
>> > (DirectAgent-174:null) Seq 5-614334809: Response Received:
>> > 2013-04-07 00:31:28,079 DEBUG [agent.transport.Request]
>> > (DirectAgent-174:null) Seq 5-614334809: Processing:  { Ans: , MgmtId: 1,
>> > via: 5, Ver: v1, Flags: 110,
>> >
>> [{"storage.PrimaryStorageDownloadAnswer":{"installPath":"a8414926-81d6-4b54-9b4b-feb498489df0","templateSize":54525952,"result":true,"wait":0}}]
>> > }
>> > 2013-04-07 00:31:28,079 DEBUG [agent.transport.Request]
>> > (Job-Executor-35:job-42) Seq 5-614334809: Received:  { Ans: , MgmtId: 1,
>> > via: 5, Ver: v1, Flags: 110, { PrimaryStorageDownloadAnswer } }
>> > 2013-04-07 00:31:28,079 DEBUG [agent.manager.AgentAttache]
>> > (DirectAgent-174:null) Seq 5-614334809: No more commands found
>> > 2013-04-07 00:31:28,081 DEBUG [cloud.template.TemplateManagerImpl]
>> > (Job-Executor-35:job-42) Template 5 is downloaded via 5
>> > 2013-04-07 00:31:28,085 DEBUG [agent.transport.Request]
>> > (Job-Executor-35:job-42) Seq 5-614334810: Sending  { Cmd , MgmtId: 1,
>> via:
>> > 5, Ver: v1, Flags: 100111,
>> >
>> [{"storage.CreateCommand":{"volId":12,"pool":{"id":257,"uuid":"iSCSI_SR_3","host":"192.168.56.9","path":"/iSCSI_SR_3","port":0,"type":"PreSetup"},"diskCharacteristics":{"size":52428800,"tags":["iSCSI_SR_3"],"type":"ROOT","name":"ROOT-12","useLocalStorage":false,"recreatable":true,"diskOfferingId":37,"volumeId":12,"hyperType":"XenServer"},"templateUrl":"a8414926-81d6-4b54-9b4b-feb498489df0","wait":0}}]
>> > }
>> > 2013-04-07 00:31:28,086 DEBUG [agent.transport.Request]
>> > (Job-Executor-35:job-42) Seq 5-614334810: Executing:  { Cmd , MgmtId: 1,
>> > via: 5, Ver: v1, Flags: 100111,
>> >
>> [{"storage.CreateCommand":{"volId":12,"pool":{"id":257,"uuid":"iSCSI_SR_3","host":"192.168.56.9","path":"/iSCSI_SR_3","port":0,"type":"PreSetup"},"diskCharacteristics":{"size":52428800,"tags":["iSCSI_SR_3"],"type":"ROOT","name":"ROOT-12","useLocalStorage":false,"recreatable":true,"diskOfferingId":37,"volumeId":12,"hyperType":"XenServer"},"templateUrl":"a8414926-81d6-4b54-9b4b-feb498489df0","wait":0}}]
>> > }
>> > 2013-04-07 00:31:28,086 DEBUG [agent.manager.DirectAgentAttache]
>> > (DirectAgent-327:null) Seq 5-614334810: Executing request
>> > 2013-04-07 00:31:28,227 DEBUG [xen.resource.CitrixResourceBase]
>> > (DirectAgent-327:null) SR retrieved for iSCSI_SR_3
>> > 2013-04-07 00:31:28,240 DEBUG [xen.resource.CitrixResourceBase]
>> > (DirectAgent-327:null) Checking iSCSI_SR_3 or SR
>> > fe8ca696-22f5-ba1f-af68-7c3cf5a3cb39 on
>> > XS[5e02c608-155d-432e-a20f-f8c600ef3ab7-192.168.56.11]
>> > 2013-04-07 00:31:29,095 DEBUG [agent.manager.DirectAgentAttache]
>> > (DirectAgent-84:null) Seq 1-90046472: Executing request
>> > 2013-04-07 00:31:29,106 DEBUG [cloud.api.ApiServlet]
>> > (1161145101@qtp-1008805148-33:null) ===START===  127.0.0.1 -- GET
>> >
>>  command=queryAsyncJobResult&jobId=f75d8ce8-1193-43bf-b171-f43d2534e6bc&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316289101
>> > 2013-04-07 00:31:29,130 DEBUG [cloud.api.ApiServlet]
>> > (1161145101@qtp-1008805148-33:null) ===END===  127.0.0.1 -- GET
>> >
>>  command=queryAsyncJobResult&jobId=f75d8ce8-1193-43bf-b171-f43d2534e6bc&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316289101
>> > 2013-04-07 00:31:29,687 DEBUG [agent.manager.DirectAgentAttache]
>> > (DirectAgent-84:null) Seq 1-90046472: Response Received:
>> > 2013-04-07 00:31:29,688 DEBUG [agent.transport.Request]
>> > (DirectAgent-84:null) Seq 1-90046472: Processing:  { Ans: , MgmtId: 1,
>> via:
>> > 1, Ver: v1, Flags: 10,
>> >
>> [{"ClusterSyncAnswer":{"_clusterId":1,"_newStates":{},"_isExecuted":false,"result":true,"wait":0}}]
>> > }
>> > 2013-04-07 00:31:30,685 DEBUG [xen.resource.CitrixResourceBase]
>> > (DirectAgent-327:null) Succesfully created VDI for
>> > com.cloud.agent.api.storage.CreateCommand.  Uuid =
>> > 40a39639-e8aa-45b5-bfa1-591b68571d0c
>> > 2013-04-07 00:31:30,686 DEBUG [agent.manager.DirectAgentAttache]
>> > (DirectAgent-327:null) Seq 5-614334810: Response Received:
>> > 2013-04-07 00:31:30,686 DEBUG [agent.transport.Request]
>> > (DirectAgent-327:null) Seq 5-614334810: Processing:  { Ans: , MgmtId: 1,
>> > via: 5, Ver: v1, Flags: 110,
>> >
>> [{"storage.CreateAnswer":{"volume":{"id":12,"name":"ROOT-12","mountPoint":"/iSCSI_SR_3","path":"40a39639-e8aa-45b5-bfa1-591b68571d0c","size":52428800,"type":"ROOT","storagePoolType":"PreSetup","storagePoolUuid":"iSCSI_SR_3","deviceId":0},"requestTemplateReload":false,"result":true,"wait":0}}]
>> > }
>> > 2013-04-07 00:31:30,686 DEBUG [agent.transport.Request]
>> > (Job-Executor-35:job-42) Seq 5-614334810: Received:  { Ans: , MgmtId: 1,
>> > via: 5, Ver: v1, Flags: 110, { CreateAnswer } }
>> > 2013-04-07 00:31:30,686 DEBUG [agent.manager.AgentAttache]
>> > (DirectAgent-327:null) Seq 5-614334810: No more commands found
>> > 2013-04-07 00:31:30,689 DEBUG [cloud.storage.StorageManagerImpl]
>> > (Job-Executor-35:job-42) Volume Vol[12|vm=12|ROOT] is created on
>> > Pool[257|PreSetup]
>> > 2013-04-07 00:31:30,705 DEBUG [agent.transport.Request]
>> > (Job-Executor-35:job-42) Seq 5-614334811: Sending  { Cmd , MgmtId: 1,
>> via:
>> > 5, Ver: v1, Flags: 100111,
>> >
>> [{"StartCommand":{"vm":{"id":12,"name":"i-2-12-VM","bootloader":"PyGrub","type":"User","cpus":1,"speed":100,"minRam":1073741824,"maxRam":1073741824,"arch":"x86_64","os":"CentOS
>> > 5.3
>> >
>> (64-bit)","bootArgs":"","rebootOnCrash":false,"enableHA":false,"limitCpuUse":false,"vncPassword":"a0ed1e002d55dc0b","params":{},"uuid":"c18ddf7c-fc61-40b0-af75-fdef05f8eae6","disks":[{"id":12,"name":"ROOT-12","mountPoint":"/iSCSI_SR_3","path":"40a39639-e8aa-45b5-bfa1-591b68571d0c","size":52428800,"type":"ROOT","storagePoolType":"PreSetup","storagePoolUuid":"iSCSI_SR_3","deviceId":0},{"id":12,"name":"tiny
>> >
>> Linux","size":0,"type":"ISO","storagePoolType":"ISO","deviceId":3}],"nics":[{"deviceId":0,"networkRateMbps":200,"defaultNic":true,"uuid":"70472c43-4913-4e0a-8e1d-87b030404b0a","ip":"192.168.56.195","netmask":"255.255.255.0","gateway":"192.168.56.1","mac":"06:c8:0e:00:00:75","dns1":"8.8.8.8","dns2":"4.4.4.4","broadcastType":"Native","type":"Guest","broadcastUri":"vlan://untagged","isolationUri":"ec2://untagged","isSecurityGroupEnabled":true}]},"hostIp":"192.168.56.11","wait":0}}]
>> > }
>> > 2013-04-07 00:31:30,705 DEBUG [agent.transport.Request]
>> > (Job-Executor-35:job-42) Seq 5-614334811: Executing:  { Cmd , MgmtId: 1,
>> > via: 5, Ver: v1, Flags: 100111,
>> >
>> [{"StartCommand":{"vm":{"id":12,"name":"i-2-12-VM","bootloader":"PyGrub","type":"User","cpus":1,"speed":100,"minRam":1073741824,"maxRam":1073741824,"arch":"x86_64","os":"CentOS
>> > 5.3
>> >
>> (64-bit)","bootArgs":"","rebootOnCrash":false,"enableHA":false,"limitCpuUse":false,"vncPassword":"a0ed1e002d55dc0b","params":{},"uuid":"c18ddf7c-fc61-40b0-af75-fdef05f8eae6","disks":[{"id":12,"name":"ROOT-12","mountPoint":"/iSCSI_SR_3","path":"40a39639-e8aa-45b5-bfa1-591b68571d0c","size":52428800,"type":"ROOT","storagePoolType":"PreSetup","storagePoolUuid":"iSCSI_SR_3","deviceId":0},{"id":12,"name":"tiny
>> >
>> Linux","size":0,"type":"ISO","storagePoolType":"ISO","deviceId":3}],"nics":[{"deviceId":0,"networkRateMbps":200,"defaultNic":true,"uuid":"70472c43-4913-4e0a-8e1d-87b030404b0a","ip":"192.168.56.195","netmask":"255.255.255.0","gateway":"192.168.56.1","mac":"06:c8:0e:00:00:75","dns1":"8.8.8.8","dns2":"4.4.4.4","broadcastType":"Native","type":"Guest","broadcastUri":"vlan://untagged","isolationUri":"ec2://untagged","isSecurityGroupEnabled":true}]},"hostIp":"192.168.56.11","wait":0}}]
>> > }
>> > 2013-04-07 00:31:30,705 DEBUG [agent.manager.DirectAgentAttache]
>> > (DirectAgent-265:null) Seq 5-614334811: Executing request
>> > 2013-04-07 00:31:30,848 DEBUG [xen.resource.CitrixResourceBase]
>> > (DirectAgent-265:null) 1. The VM i-2-12-VM is in Starting state.
>> > 2013-04-07 00:31:30,907 DEBUG [xen.resource.XenServer56FP1Resource]
>> > (DirectAgent-265:null) Created VM 6b192a90-bce6-7347-f184-d5b84538647a
>> for
>> > i-2-12-VM
>> > 2013-04-07 00:31:30,959 DEBUG [xen.resource.CitrixResourceBase]
>> > (DirectAgent-265:null) VBD 9ea8a64a-9d04-76df-9d8b-103371b21d86 created
>> for
>> > Vol[12|ROOT|40a39639-e8aa-45b5-bfa1-591b68571d0c|52428800]
>> > 2013-04-07 00:31:30,985 DEBUG [xen.resource.CitrixResourceBase]
>> > (DirectAgent-265:null) VBD 0fb43cee-0512-beed-5d24-a33a2ceceeda created
>> for
>> > Vol[12|ISO|null|0]
>> > 2013-04-07 00:31:30,985 DEBUG [xen.resource.CitrixResourceBase]
>> > (DirectAgent-265:null) Creating VIF for i-2-12-VM on nic
>> > [Nic:Guest-192.168.56.195-vlan://untagged]
>> > 2013-04-07 00:31:31,037 DEBUG [xen.resource.CitrixResourceBase]
>> > (DirectAgent-265:null) Created a vif
>> adbeb814-7d38-1fda-1bdb-b6850c7cb342
>> > on 0
>> > 2013-04-07 00:31:32,105 DEBUG [cloud.api.ApiServlet]
>> > (1161145101@qtp-1008805148-33:null) ===START===  127.0.0.1 -- GET
>> >
>>  command=queryAsyncJobResult&jobId=f75d8ce8-1193-43bf-b171-f43d2534e6bc&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316292102
>> > 2013-04-07 00:31:32,122 DEBUG [cloud.api.ApiServlet]
>> > (1161145101@qtp-1008805148-33:null) ===END===  127.0.0.1 -- GET
>> >
>>  command=queryAsyncJobResult&jobId=f75d8ce8-1193-43bf-b171-f43d2534e6bc&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316292102
>> > 2013-04-07 00:31:35,106 DEBUG [cloud.api.ApiServlet]
>> > (1161145101@qtp-1008805148-33:null) ===START===  127.0.0.1 -- GET
>> >
>>  command=queryAsyncJobResult&jobId=f75d8ce8-1193-43bf-b171-f43d2534e6bc&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316295103
>> > 2013-04-07 00:31:35,125 DEBUG [cloud.api.ApiServlet]
>> > (1161145101@qtp-1008805148-33:null) ===END===  127.0.0.1 -- GET
>> >
>>  command=queryAsyncJobResult&jobId=f75d8ce8-1193-43bf-b171-f43d2534e6bc&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316295103
>> > 2013-04-07 00:31:38,106 DEBUG [cloud.api.ApiServlet]
>> > (1161145101@qtp-1008805148-33:null) ===START===  127.0.0.1 -- GET
>> >
>>  command=queryAsyncJobResult&jobId=f75d8ce8-1193-43bf-b171-f43d2534e6bc&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316298104
>> > 2013-04-07 00:31:38,126 DEBUG [cloud.api.ApiServlet]
>> > (1161145101@qtp-1008805148-33:null) ===END===  127.0.0.1 -- GET
>> >
>>  command=queryAsyncJobResult&jobId=f75d8ce8-1193-43bf-b171-f43d2534e6bc&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316298104
>> > 2013-04-07 00:31:41,108 DEBUG [cloud.api.ApiServlet]
>> > (1161145101@qtp-1008805148-33:null) ===START===  127.0.0.1 -- GET
>> >
>>  command=queryAsyncJobResult&jobId=f75d8ce8-1193-43bf-b171-f43d2534e6bc&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316301106
>> > 2013-04-07 00:31:41,133 DEBUG [cloud.api.ApiServlet]
>> > (1161145101@qtp-1008805148-33:null) ===END===  127.0.0.1 -- GET
>> >
>>  command=queryAsyncJobResult&jobId=f75d8ce8-1193-43bf-b171-f43d2534e6bc&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316301106
>> > 2013-04-07 00:31:43,708 INFO  [xen.resource.CitrixResourceBase]
>> > (DirectAgent-265:null) Programmed default network rules for i-2-12-VM on
>> > nic with ip:192.168.56.195 mac:06:c8:0e:00:00:75
>> > 2013-04-07 00:31:43,708 DEBUG [xen.resource.CitrixResourceBase]
>> > (DirectAgent-265:null) 2. The VM i-2-12-VM is in Running state.
>> > 2013-04-07 00:31:43,708 DEBUG [agent.manager.DirectAgentAttache]
>> > (DirectAgent-265:null) Seq 5-614334811: Response Received:
>> > 2013-04-07 00:31:43,709 DEBUG [agent.transport.Request]
>> > (DirectAgent-265:null) Seq 5-614334811: Processing:  { Ans: , MgmtId: 1,
>> > via: 5, Ver: v1, Flags: 110,
>> >
>> [{"StartAnswer":{"vm":{"id":12,"name":"i-2-12-VM","bootloader":"PyGrub","type":"User","cpus":1,"speed":100,"minRam":1073741824,"maxRam":1073741824,"arch":"x86_64","os":"CentOS
>> > 5.3
>> >
>> (64-bit)","bootArgs":"","rebootOnCrash":false,"enableHA":false,"limitCpuUse":false,"vncPassword":"a0ed1e002d55dc0b","params":{},"uuid":"c18ddf7c-fc61-40b0-af75-fdef05f8eae6","disks":[{"id":12,"name":"ROOT-12","mountPoint":"/iSCSI_SR_3","path":"40a39639-e8aa-45b5-bfa1-591b68571d0c","size":52428800,"type":"ROOT","storagePoolType":"PreSetup","storagePoolUuid":"iSCSI_SR_3","deviceId":0},{"id":12,"name":"tiny
>> >
>> Linux","size":0,"type":"ISO","storagePoolType":"ISO","deviceId":3}],"nics":[{"deviceId":0,"networkRateMbps":200,"defaultNic":true,"uuid":"70472c43-4913-4e0a-8e1d-87b030404b0a","ip":"192.168.56.195","netmask":"255.255.255.0","gateway":"192.168.56.1","mac":"06:c8:0e:00:00:75","dns1":"8.8.8.8","dns2":"4.4.4.4","broadcastType":"Native","type":"Guest","broadcastUri":"vlan://untagged","isolationUri":"ec2://untagged","isSecurityGroupEnabled":true}]},"result":true,"wait":0}}]
>> > }
>> > 2013-04-07 00:31:43,709 DEBUG [agent.transport.Request]
>> > (Job-Executor-35:job-42) Seq 5-614334811: Received:  { Ans: , MgmtId: 1,
>> > via: 5, Ver: v1, Flags: 110, { StartAnswer } }
>> > 2013-04-07 00:31:43,709 DEBUG [agent.manager.AgentAttache]
>> > (DirectAgent-265:null) Seq 5-614334811: No more commands found
>> > 2013-04-07 00:31:43,763 DEBUG
>> [network.security.SecurityGroupManagerImpl]
>> > (Job-Executor-35:job-42) Security Group Mgr v2: scheduling ruleset
>> updates
>> > for 1 vms  (unique=1), current queue size=0
>> > 2013-04-07 00:31:43,765 DEBUG
>> [network.security.SecurityGroupManagerImpl]
>> > (Job-Executor-35:job-42) Security Group Mgr v2: done scheduling ruleset
>> > updates for 1 vms: num new jobs=1 num rows insert or updated=1 time
>> taken=2
>> > 2013-04-07 00:31:43,769 DEBUG [cloud.capacity.CapacityManagerImpl]
>> > (Job-Executor-35:job-42) VM state transitted from :Starting to Running
>> with
>> > event: OperationSucceededvm's original host id: 5 new host id: 5 host id
>> > before state transition: 5
>> > 2013-04-07 00:31:43,769 DEBUG [cloud.vm.VirtualMachineManagerImpl]
>> > (Job-Executor-35:job-42) Start completed for VM
>> > VM[User|c18ddf7c-fc61-40b0-af75-fdef05f8eae6]
>> > 2013-04-07 00:31:43,773 DEBUG
>> [network.security.SecurityGroupManagerImpl]
>> > (SecGrp-Worker-3:null) SecurityGroupManager v2: sending ruleset update
>> for
>> > vm i-2-12-VM:ingress num rules=0:egress num rules=0 num cidrs=0
>> > sig=d41d8cd98f00b204e9800998ecf8427e
>> > 2013-04-07 00:31:43,777 DEBUG [cloud.async.AsyncJobManagerImpl]
>> > (Job-Executor-35:job-42) Complete async job-42, jobStatus: 1,
>> resultCode:
>> > 0, result: org.apache.cloudstack.api.response.UserVmResponse@d9c5b6f
>> > 2013-04-07 00:31:43,782 DEBUG [cloud.async.AsyncJobManagerImpl]
>> > (Job-Executor-35:job-42) Done executing
>> > org.apache.cloudstack.api.command.user.vm.DeployVMCmd for job-42
>> > 2013-04-07 00:31:43,796 DEBUG [agent.transport.Request]
>> > (SecGrp-Worker-3:null) Seq 5-614334812: Sending  { Cmd , MgmtId: 1,
>> via: 5,
>> > Ver: v1, Flags: 100111,
>> >
>> [{"SecurityGroupRulesCmd":{"guestIp":"192.168.56.195","vmName":"i-2-12-VM","guestMac":"06:c8:0e:00:00:75","signature":"d41d8cd98f00b204e9800998ecf8427e","seqNum":1,"vmId":12,"msId":1,"ingressRuleSet":[],"egressRuleSet":[],"wait":0}}]
>> > }
>> > 2013-04-07 00:31:43,796 DEBUG [agent.transport.Request]
>> > (SecGrp-Worker-3:null) Seq 5-614334812: Executing:  { Cmd , MgmtId: 1,
>> via:
>> > 5, Ver: v1, Flags: 100111,
>> >
>> [{"SecurityGroupRulesCmd":{"guestIp":"192.168.56.195","vmName":"i-2-12-VM","guestMac":"06:c8:0e:00:00:75","signature":"d41d8cd98f00b204e9800998ecf8427e","seqNum":1,"vmId":12,"msId":1,"ingressRuleSet":[],"egressRuleSet":[],"wait":0}}]
>> > }
>> > 2013-04-07 00:31:43,796 DEBUG [agent.manager.DirectAgentAttache]
>> > (DirectAgent-77:null) Seq 5-614334812: Executing request
>> > 2013-04-07 00:31:44,109 DEBUG [cloud.api.ApiServlet]
>> > (1161145101@qtp-1008805148-33:null) ===START===  127.0.0.1 -- GET
>> >
>>  command=queryAsyncJobResult&jobId=f75d8ce8-1193-43bf-b171-f43d2534e6bc&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316304106
>> > 2013-04-07 00:31:44,122 DEBUG [cloud.async.AsyncJobManagerImpl]
>> > (1161145101@qtp-1008805148-33:null) Async job-42 completed
>> > 2013-04-07 00:31:44,131 DEBUG [cloud.api.ApiServlet]
>> > (1161145101@qtp-1008805148-33:null) ===END===  127.0.0.1 -- GET
>> >
>>  command=queryAsyncJobResult&jobId=f75d8ce8-1193-43bf-b171-f43d2534e6bc&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316304106
>> > 2013-04-07 00:31:44,351 INFO  [xen.resource.CitrixResourceBase]
>> > (DirectAgent-77:null) Programmed network rules for vm i-2-12-VM
>> > guestIp=192.168.56.195, ingress numrules=0, egress numrules=0
>> > 2013-04-07 00:31:44,351 DEBUG [agent.manager.DirectAgentAttache]
>> > (DirectAgent-77:null) Seq 5-614334812: Response Received:
>> > 2013-04-07 00:31:44,352 DEBUG [agent.transport.Request]
>> > (DirectAgent-77:null) Seq 5-614334812: Processing:  { Ans: , MgmtId: 1,
>> > via: 5, Ver: v1, Flags: 110,
>> >
>> [{"SecurityGroupRuleAnswer":{"logSequenceNumber":1,"vmId":12,"reason":"NONE","result":true,"wait":0}}]
>> > }
>> > 2013-04-07 00:31:44,353 DEBUG [network.security.SecurityGroupListener]
>> > (DirectAgent-77:null) Successfully programmed rule
>> > com.cloud.agent.api.SecurityGroupRuleAnswer into host 5
>> > 2013-04-07 00:31:44,357 DEBUG [network.security.SecurityGroupListener]
>> > (DirectAgent-77:null) Successfully programmed rule
>> > com.cloud.agent.api.SecurityGroupRuleAnswer into host 5
>> > 2013-04-07 00:31:44,359 DEBUG [agent.manager.AgentAttache]
>> > (DirectAgent-77:null) Seq 5-614334812: No more commands found
>> > 2013-04-07 00:31:47,679 DEBUG [agent.manager.AgentManagerImpl]
>> > (AgentManager-Handler-10:null) Ping from 3
>> > 2013-04-07 00:31:50,451 DEBUG
>> > [storage.secondary.SecondaryStorageManagerImpl] (secstorage-1:null)
>> Zone 1
>> > is ready to launch secondary storage VM
>> > 2013-04-07 00:31:50,553 DEBUG
>> [cloud.consoleproxy.ConsoleProxyManagerImpl]
>> > (consoleproxy-1:null) Zone 1 is ready to launch console proxy
>> > 2013-04-07 00:31:50,819 DEBUG
>> > [network.router.VirtualNetworkApplianceManagerImpl]
>> > (RouterStatusMonitor-1:null) Found 0 routers to update status.
>> > 2013-04-07 00:31:50,820 DEBUG
>> > [network.router.VirtualNetworkApplianceManagerImpl]
>> > (RouterStatusMonitor-1:null) Found 0 networks to update RvR status.
>> > 2013-04-07 00:31:50,851 DEBUG
>> > [network.router.VirtualNetworkApplianceManagerImpl]
>> > (RouterStatusMonitor-1:null) Found 0 routers to update status.
>> > 2013-04-07 00:31:50,852 DEBUG
>> > [network.router.VirtualNetworkApplianceManagerImpl]
>> > (RouterStatusMonitor-1:null) Found 0 networks to update RvR status.
>> > 2013-04-07 00:31:51,459 INFO  [agent.manager.AgentMonitor]
>> > (Thread-11:null) Found the following agents behind on ping: [6, 5]
>> > 2013-04-07 00:31:51,460 DEBUG [cloud.host.Status] (Thread-11:null) Ping
>> > timeout for host 6, do invstigation
>> > 2013-04-07 00:31:51,461 DEBUG [cloud.host.Status] (Thread-11:null) Ping
>> > timeout for host 5, do invstigation
>> > 2013-04-07 00:31:51,462 INFO  [agent.manager.AgentManagerImpl]
>> > (AgentTaskPool-2:null) Investigating why host 6 has disconnected with
>> event
>> > PingTimeout
>> > 2013-04-07 00:31:51,462 DEBUG [agent.manager.AgentManagerImpl]
>> > (AgentTaskPool-2:null) checking if agent (6) is alive
>> > 2013-04-07 00:31:51,463 INFO  [agent.manager.AgentManagerImpl]
>> > (AgentTaskPool-14:null) Investigating why host 5 has disconnected with
>> > event PingTimeout
>> > 2013-04-07 00:31:51,463 DEBUG [agent.manager.AgentManagerImpl]
>> > (AgentTaskPool-14:null) checking if agent (5) is alive
>> > 2013-04-07 00:31:51,465 DEBUG [agent.transport.Request]
>> > (AgentTaskPool-2:null) Seq 6-324993304: Sending  { Cmd , MgmtId: 1,
>> via: 6,
>> > Ver: v1, Flags: 100011, [{"CheckHealthCommand":{"wait":50}}] }
>> > 2013-04-07 00:31:51,465 DEBUG [agent.transport.Request]
>> > (AgentTaskPool-2:null) Seq 6-324993304: Executing:  { Cmd , MgmtId: 1,
>> via:
>> > 6, Ver: v1, Flags: 100011, [{"CheckHealthCommand":{"wait":50}}] }
>> > 2013-04-07 00:31:51,465 DEBUG [agent.manager.DirectAgentAttache]
>> > (DirectAgent-151:null) Seq 6-324993304: Executing request
>> > 2013-04-07 00:31:51,466 DEBUG [agent.transport.Request]
>> > (AgentTaskPool-14:null) Seq 5-614334813: Sending  { Cmd , MgmtId: 1,
>> via:
>> > 5, Ver: v1, Flags: 100011, [{"CheckHealthCommand":{"wait":50}}] }
>> > 2013-04-07 00:31:51,467 DEBUG [agent.transport.Request]
>> > (AgentTaskPool-14:null) Seq 5-614334813: Executing:  { Cmd , MgmtId: 1,
>> > via: 5, Ver: v1, Flags: 100011, [{"CheckHealthCommand":{"wait":50}}] }
>> > 2013-04-07 00:31:51,467 DEBUG [agent.manager.DirectAgentAttache]
>> > (DirectAgent-113:null) Seq 5-614334813: Executing request
>> > 2013-04-07 00:31:51,525 DEBUG [agent.manager.DirectAgentAttache]
>> > (DirectAgent-151:null) Seq 6-324993304: Response Received:
>> > 2013-04-07 00:31:51,525 DEBUG [agent.transport.Request]
>> > (DirectAgent-151:null) Seq 6-324993304: Processing:  { Ans: , MgmtId: 1,
>> > via: 6, Ver: v1, Flags: 10,
>> > [{"CheckHealthAnswer":{"result":true,"details":"resource is
>> > alive","wait":0}}] }
>> > 2013-04-07 00:31:51,526 DEBUG [agent.transport.Request]
>> > (AgentTaskPool-2:null) Seq 6-324993304: Received:  { Ans: , MgmtId: 1,
>> via:
>> > 6, Ver: v1, Flags: 10, { CheckHealthAnswer } }
>> > 2013-04-07 00:31:51,526 DEBUG [agent.manager.AgentManagerImpl]
>> > (AgentTaskPool-2:null) Details from executing class
>> > com.cloud.agent.api.CheckHealthCommand: resource is alive
>> > 2013-04-07 00:31:51,526 DEBUG [agent.manager.AgentManagerImpl]
>> > (AgentTaskPool-2:null) agent (6) responded to checkHeathCommand,
>> reporting
>> > that agent is Up
>> > 2013-04-07 00:31:51,526 INFO  [agent.manager.AgentManagerImpl]
>> > (AgentTaskPool-2:null) The state determined is Up
>> > 2013-04-07 00:31:51,526 INFO  [agent.manager.AgentManagerImpl]
>> > (AgentTaskPool-2:null) Agent is determined to be up and running
>> > 2013-04-07 00:31:51,526 DEBUG [cloud.host.Status] (AgentTaskPool-2:null)
>> > Transition:[Resource state = Enabled, Agent event = Ping, Host id = 6,
>> name
>> > = Tut-XenServer]
>> > 2013-04-07 00:31:51,529 DEBUG [agent.manager.DirectAgentAttache]
>> > (DirectAgent-113:null) Seq 5-614334813: Response Received:
>> > 2013-04-07 00:31:51,529 DEBUG [agent.transport.Request]
>> > (DirectAgent-113:null) Seq 5-614334813: Processing:  { Ans: , MgmtId: 1,
>> > via: 5, Ver: v1, Flags: 10,
>> > [{"CheckHealthAnswer":{"result":true,"details":"resource is
>> > alive","wait":0}}] }
>> > 2013-04-07 00:31:51,529 DEBUG [agent.transport.Request]
>> > (AgentTaskPool-14:null) Seq 5-614334813: Received:  { Ans: , MgmtId: 1,
>> > via: 5, Ver: v1, Flags: 10, { CheckHealthAnswer } }
>> > 2013-04-07 00:31:51,529 DEBUG [agent.manager.AgentManagerImpl]
>> > (AgentTaskPool-14:null) Details from executing class
>> > com.cloud.agent.api.CheckHealthCommand: resource is alive
>> > 2013-04-07 00:31:51,529 DEBUG [agent.manager.AgentManagerImpl]
>> > (AgentTaskPool-14:null) agent (5) responded to checkHeathCommand,
>> reporting
>> > that agent is Up
>> > 2013-04-07 00:31:51,529 INFO  [agent.manager.AgentManagerImpl]
>> > (AgentTaskPool-14:null) The state determined is Up
>> > 2013-04-07 00:31:51,529 INFO  [agent.manager.AgentManagerImpl]
>> > (AgentTaskPool-14:null) Agent is determined to be up and running
>> > 2013-04-07 00:31:51,530 DEBUG [cloud.host.Status] (AgentTaskPool-2:null)
>> > Agent status update: [id = 6; name = Tut-XenServer; old status = Up;
>> event
>> > = Ping; new status = Up; old update count = 308; new update count = 309]
>> > 2013-04-07 00:31:51,530 DEBUG [cloud.host.Status]
>> (AgentTaskPool-14:null)
>> > Transition:[Resource state = Enabled, Agent event = Ping, Host id = 5,
>> name
>> > = Tut-XenServer2]
>> > 2013-04-07 00:31:51,533 DEBUG [cloud.host.Status]
>> (AgentTaskPool-14:null)
>> > Agent status update: [id = 5; name = Tut-XenServer2; old status = Up;
>> event
>> > = Ping; new status = Up; old update count = 145; new update count = 146]
>> > 2013-04-07 00:31:58,908 DEBUG [cloud.api.ApiServlet]
>> > (1161145101@qtp-1008805148-33:null) ===START===  127.0.0.1 -- GET
>> >
>>  command=listVirtualMachines&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&listAll=true&page=1&pagesize=20&_=1365316318906
>> > 2013-04-07 00:31:58,925 DEBUG [cloud.api.ApiServlet]
>> > (1161145101@qtp-1008805148-33:null) ===END===  127.0.0.1 -- GET
>> >
>>  command=listVirtualMachines&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&listAll=true&page=1&pagesize=20&_=1365316318906
>> > 2013-04-07 00:32:00,065 DEBUG [cloud.api.ApiServlet]
>> > (1161145101@qtp-1008805148-33:null) ===START===  127.0.0.1 -- GET
>> >
>>  command=listVolumes&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&listAll=true&page=1&pagesize=20&_=1365316320063
>> > 2013-04-07 00:32:00,079 DEBUG [cloud.api.ApiServlet]
>> > (1161145101@qtp-1008805148-33:null) ===END===  127.0.0.1 -- GET
>> >
>>  command=listVolumes&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&listAll=true&page=1&pagesize=20&_=1365316320063
>> > 2013-04-07 00:32:02,019 DEBUG [cloud.api.ApiServlet]
>> > (1161145101@qtp-1008805148-33:null) ===START===  127.0.0.1 -- GET
>> >
>>  command=listVirtualMachines&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&listAll=true&page=1&pagesize=20&_=1365316322017
>> > 2013-04-07 00:32:02,034 DEBUG [cloud.api.ApiServlet]
>> > (1161145101@qtp-1008805148-33:null) ===END===  127.0.0.1 -- GET
>> >
>>  command=listVirtualMachines&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&listAll=true&page=1&pagesize=20&_=1365316322017
>> > 2013-04-07 00:32:03,004 DEBUG [cloud.api.ApiServlet]
>> > (1161145101@qtp-1008805148-33:null) ===START===  127.0.0.1 -- GET
>> >
>>  command=listVolumes&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&listAll=true&page=1&pagesize=20&_=1365316323002
>> > 2013-04-07 00:32:03,019 DEBUG [cloud.api.ApiServlet]
>> > (1161145101@qtp-1008805148-33:null) ===END===  127.0.0.1 -- GET
>> >
>>  command=listVolumes&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&listAll=true&page=1&pagesize=20&_=1365316323002
>> > 2013-04-07 00:32:04,060 DEBUG [cloud.api.ApiServlet]
>> > (1161145101@qtp-1008805148-33:null) ===START===  127.0.0.1 -- GET
>> >
>>  command=listVirtualMachines&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&listAll=true&page=1&pagesize=20&_=1365316324057
>> > 2013-04-07 00:32:04,076 DEBUG [cloud.api.ApiServlet]
>> > (1161145101@qtp-1008805148-33:null) ===END===  127.0.0.1 -- GET
>> >
>>  command=listVirtualMachines&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&listAll=true&page=1&pagesize=20&_=1365316324057
>> > 2013-04-07 00:32:04,815 DEBUG [agent.manager.DirectAgentAttache]
>> > (DirectAgent-240:null) Ping from 6
>> > 2013-04-07 00:32:06,151 DEBUG [agent.manager.DirectAgentAttache]
>> > (DirectAgent-401:null) Ping from 5
>> > 2013-04-07 00:32:06,571 DEBUG [cloud.api.ApiServlet]
>> > (1161145101@qtp-1008805148-33:null) ===START===  127.0.0.1 -- GET
>> >
>>  command=listZones&available=true&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316326569
>> > 2013-04-07 00:32:06,578 DEBUG [cloud.api.ApiServlet]
>> > (1161145101@qtp-1008805148-33:null) ===END===  127.0.0.1 -- GET
>> >
>>  command=listZones&available=true&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316326569
>> > 2013-04-07 00:32:06,909 DEBUG [agent.manager.DirectAgentAttache]
>> > (DirectAgent-334:null) Seq 6-324993028: Executing request
>> > 2013-04-07 00:32:07,152 DEBUG [agent.manager.DirectAgentAttache]
>> > (DirectAgent-334:null) Seq 6-324993028: Response Received:
>> > 2013-04-07 00:32:07,152 DEBUG [agent.transport.Request]
>> > (DirectAgent-334:null) Seq 6-324993028: Processing:  { Ans: , MgmtId: 1,
>> > via: 6, Ver: v1, Flags: 10,
>> >
>> [{"ClusterSyncAnswer":{"_clusterId":2,"_newStates":{},"_isExecuted":false,"result":true,"wait":0}}]
>> > }
>> > 2013-04-07 00:32:08,422 DEBUG [cloud.api.ApiServlet]
>> > (1161145101@qtp-1008805148-33:null) ===START===  127.0.0.1 -- GET
>> >
>>  command=listHypervisors&zoneid=3a62dec3-cf95-4ba2-9af0-af2190af35e3&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316328420
>> > 2013-04-07 00:32:08,431 DEBUG [cloud.api.ApiServlet]
>> > (1161145101@qtp-1008805148-33:null) ===END===  127.0.0.1 -- GET
>> >
>>  command=listHypervisors&zoneid=3a62dec3-cf95-4ba2-9af0-af2190af35e3&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316328420
>> > 2013-04-07 00:32:08,434 DEBUG [cloud.api.ApiServlet]
>> > (1161145101@qtp-1008805148-33:null) ===START===  127.0.0.1 -- GET
>> >
>>  command=listTemplates&templatefilter=featured&zoneid=3a62dec3-cf95-4ba2-9af0-af2190af35e3&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316328432
>> > 2013-04-07 00:32:08,461 DEBUG [cloud.api.ApiServlet]
>> > (1161145101@qtp-1008805148-33:null) ===END===  127.0.0.1 -- GET
>> >
>>  command=listTemplates&templatefilter=featured&zoneid=3a62dec3-cf95-4ba2-9af0-af2190af35e3&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316328432
>> > 2013-04-07 00:32:08,464 DEBUG [cloud.api.ApiServlet]
>> > (1161145101@qtp-1008805148-33:null) ===START===  127.0.0.1 -- GET
>> >
>>  command=listTemplates&templatefilter=community&zoneid=3a62dec3-cf95-4ba2-9af0-af2190af35e3&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316328462
>> > 2013-04-07 00:32:08,492 DEBUG [cloud.api.ApiServlet]
>> > (1161145101@qtp-1008805148-33:null) ===END===  127.0.0.1 -- GET
>> >
>>  command=listTemplates&templatefilter=community&zoneid=3a62dec3-cf95-4ba2-9af0-af2190af35e3&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316328462
>> > 2013-04-07 00:32:08,495 DEBUG [cloud.api.ApiServlet]
>> > (1161145101@qtp-1008805148-33:null) ===START===  127.0.0.1 -- GET
>> >
>>  command=listTemplates&templatefilter=selfexecutable&zoneid=3a62dec3-cf95-4ba2-9af0-af2190af35e3&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316328493
>> > 2013-04-07 00:32:08,508 DEBUG [cloud.api.ApiServlet]
>> > (1161145101@qtp-1008805148-33:null) ===END===  127.0.0.1 -- GET
>> >
>>  command=listTemplates&templatefilter=selfexecutable&zoneid=3a62dec3-cf95-4ba2-9af0-af2190af35e3&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316328493
>> > 2013-04-07 00:32:09,476 DEBUG [cloud.api.ApiServlet]
>> > (1161145101@qtp-1008805148-33:null) ===START===  127.0.0.1 -- GET
>> >
>>  command=listServiceOfferings&issystem=false&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316329474
>> > 2013-04-07 00:32:09,489 DEBUG [cloud.api.ApiServlet]
>> > (1161145101@qtp-1008805148-33:null) ===END===  127.0.0.1 -- GET
>> >
>>  command=listServiceOfferings&issystem=false&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316329474
>> > 2013-04-07 00:32:11,022 DEBUG [agent.manager.DirectAgentAttache]
>> > (DirectAgent-161:null) Seq 5-614334468: Executing request
>> > 2013-04-07 00:32:11,174 DEBUG [agent.manager.DirectAgentAttache]
>> > (DirectAgent-161:null) Seq 5-614334468: Response Received:
>> > 2013-04-07 00:32:11,174 DEBUG [agent.transport.Request]
>> > (DirectAgent-161:null) Seq 5-614334468: Processing:  { Ans: , MgmtId: 1,
>> > via: 5, Ver: v1, Flags: 10, [{"Answer":{"result":true,"wait":0}}] }
>> > 2013-04-07 00:32:13,261 DEBUG [cloud.api.ApiServlet]
>> > (1161145101@qtp-1008805148-33:null) ===START===  127.0.0.1 -- GET
>> >
>>  command=listDiskOfferings&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316333259
>> > 2013-04-07 00:32:13,272 DEBUG [cloud.api.ApiServlet]
>> > (1161145101@qtp-1008805148-33:null) ===END===  127.0.0.1 -- GET
>> >
>>  command=listDiskOfferings&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316333259
>> > 2013-04-07 00:32:14,028 DEBUG [cloud.api.ApiServlet]
>> > (1161145101@qtp-1008805148-33:null) ===START===  127.0.0.1 -- GET
>> >
>>  command=listNetworks&trafficType=Guest&zoneId=3a62dec3-cf95-4ba2-9af0-af2190af35e3&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316334026
>> > 2013-04-07 00:32:14,053 DEBUG [cloud.api.ApiServlet]
>> > (1161145101@qtp-1008805148-33:null) ===END===  127.0.0.1 -- GET
>> >
>>  command=listNetworks&trafficType=Guest&zoneId=3a62dec3-cf95-4ba2-9af0-af2190af35e3&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316334026
>> > 2013-04-07 00:32:14,056 DEBUG [cloud.api.ApiServlet]
>> > (1161145101@qtp-1008805148-33:null) ===START===  127.0.0.1 -- GET
>> >
>>  command=listSecurityGroups&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&domainid=e4ec5ddc-9e1c-11e2-a770-6e70e42a2333&account=admin&_=1365316334054
>> > 2013-04-07 00:32:14,062 DEBUG [cloud.user.AccountManagerImpl]
>> > (1161145101@qtp-1008805148-33:null) Access granted to Acct[2-admin] to
>> > Domain:1/ by DomainChecker
>> > 2013-04-07 00:32:14,068 DEBUG [cloud.api.ApiServlet]
>> > (1161145101@qtp-1008805148-33:null) ===END===  127.0.0.1 -- GET
>> >
>>  command=listSecurityGroups&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&domainid=e4ec5ddc-9e1c-11e2-a770-6e70e42a2333&account=admin&_=1365316334054
>> > 2013-04-07 00:32:15,282 DEBUG [cloud.api.ApiServlet]
>> > (1161145101@qtp-1008805148-33:null) ===START===  127.0.0.1 -- GET
>> >
>>  command=deployVirtualMachine&zoneId=3a62dec3-cf95-4ba2-9af0-af2190af35e3&templateId=e4a7df4a-9e1c-11e2-a770-6e70e42a2333&hypervisor=XenServer&serviceOfferingId=425cf3cf-4bc4-4e53-82a0-ba6c20dd3688&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316335280
>> > 2013-04-07 00:32:15,290 DEBUG [cloud.api.ApiDispatcher]
>> > (1161145101@qtp-1008805148-33:null) InfrastructureEntity name
>> > is:com.cloud.offering.ServiceOffering
>> > 2013-04-07 00:32:15,292 DEBUG [cloud.api.ApiDispatcher]
>> > (1161145101@qtp-1008805148-33:null) ControlledEntity name
>> > is:com.cloud.template.VirtualMachineTemplate
>> > 2013-04-07 00:32:15,316 DEBUG [cloud.vm.UserVmManagerImpl]
>> > (1161145101@qtp-1008805148-33:null) Allocating in the DB for vm
>> > 2013-04-07 00:32:15,327 DEBUG [cloud.vm.VirtualMachineManagerImpl]
>> > (1161145101@qtp-1008805148-33:null) Allocating entries for VM:
>> > VM[User|94ddc16f-04fc-4da1-8326-01d8d5cdeb44]
>> > 2013-04-07 00:32:15,327 DEBUG [cloud.vm.VirtualMachineManagerImpl]
>> > (1161145101@qtp-1008805148-33:null) Allocating nics for
>> > VM[User|94ddc16f-04fc-4da1-8326-01d8d5cdeb44]
>> > 2013-04-07 00:32:15,328 DEBUG [cloud.network.NetworkManagerImpl]
>> > (1161145101@qtp-1008805148-33:null) Allocating nic for vm
>> > VM[User|94ddc16f-04fc-4da1-8326-01d8d5cdeb44] in network
>> Ntwk[204|Guest|6]
>> > with requested profile NicProfile[0-0-null-null-null
>> > 2013-04-07 00:32:15,335 DEBUG [cloud.vm.VirtualMachineManagerImpl]
>> > (1161145101@qtp-1008805148-33:null) Allocaing disks for
>> > VM[User|94ddc16f-04fc-4da1-8326-01d8d5cdeb44]
>> > 2013-04-07 00:32:15,342 DEBUG [cloud.vm.VirtualMachineManagerImpl]
>> > (1161145101@qtp-1008805148-33:null) Allocation completed for VM:
>> > VM[User|94ddc16f-04fc-4da1-8326-01d8d5cdeb44]
>> > 2013-04-07 00:32:15,342 DEBUG [cloud.vm.UserVmManagerImpl]
>> > (1161145101@qtp-1008805148-33:null) Successfully allocated DB entry for
>> > VM[User|94ddc16f-04fc-4da1-8326-01d8d5cdeb44]
>> > 2013-04-07 00:32:15,374 DEBUG [cloud.async.AsyncJobManagerImpl]
>> > (1161145101@qtp-1008805148-33:null) submit async job-43, details:
>> > AsyncJobVO {id:43, userId: 2, accountId: 2, sessionKey: null,
>> instanceType:
>> > null, instanceId: 13, cmd:
>> > org.apache.cloudstack.api.command.user.vm.DeployVMCmd, cmdOriginator:
>> null,
>> > cmdInfo:
>> >
>> {"id":"13","templateId":"e4a7df4a-9e1c-11e2-a770-6e70e42a2333","response":"json","sessionkey":"Z6QqzU0Fq1iT13bMgnRRfl8GoVA\u003d","ctxUserId":"2","hypervisor":"XenServer","serviceOfferingId":"425cf3cf-4bc4-4e53-82a0-ba6c20dd3688","_":"1365316335280","ctxAccountId":"2","ctxStartEventId":"48","zoneId":"3a62dec3-cf95-4ba2-9af0-af2190af35e3"},
>> > cmdVersion: 0, callbackType: 0, callbackAddress: null, status: 0,
>> > processStatus: 0, resultCode: 0, result: null, initMsid: 1,
>> completeMsid:
>> > null, lastUpdated: null, lastPolled: null, created: null}
>> > 2013-04-07 00:32:15,375 DEBUG [cloud.async.AsyncJobManagerImpl]
>> > (Job-Executor-36:job-43) Executing
>> > org.apache.cloudstack.api.command.user.vm.DeployVMCmd for job-43
>> > 2013-04-07 00:32:15,376 DEBUG [cloud.api.ApiServlet]
>> > (1161145101@qtp-1008805148-33:null) ===END===  127.0.0.1 -- GET
>> >
>>  command=deployVirtualMachine&zoneId=3a62dec3-cf95-4ba2-9af0-af2190af35e3&templateId=e4a7df4a-9e1c-11e2-a770-6e70e42a2333&hypervisor=XenServer&serviceOfferingId=425cf3cf-4bc4-4e53-82a0-ba6c20dd3688&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316335280
>> > 2013-04-07 00:32:15,380 DEBUG [cloud.api.ApiDispatcher]
>> > (Job-Executor-36:job-43) InfrastructureEntity name
>> > is:com.cloud.offering.ServiceOffering
>> > 2013-04-07 00:32:15,383 DEBUG [cloud.api.ApiDispatcher]
>> > (Job-Executor-36:job-43) ControlledEntity name
>> > is:com.cloud.template.VirtualMachineTemplate
>> > 2013-04-07 00:32:15,425 DEBUG [cloud.deploy.FirstFitPlanner]
>> > (Job-Executor-36:job-43) DeploymentPlanner allocation algorithm: random
>> > 2013-04-07 00:32:15,425 DEBUG [cloud.deploy.FirstFitPlanner]
>> > (Job-Executor-36:job-43) Trying to allocate a host and storage pools
>> from
>> > dc:1, pod:null,cluster:null, requested cpu: 100, requested ram:
>> 1073741824
>> > 2013-04-07 00:32:15,425 DEBUG [cloud.deploy.FirstFitPlanner]
>> > (Job-Executor-36:job-43) Is ROOT volume READY (pool already
>> allocated)?: No
>> > 2013-04-07 00:32:15,425 DEBUG [cloud.deploy.FirstFitPlanner]
>> > (Job-Executor-36:job-43) Searching all possible resources under this
>> Zone: 1
>> > 2013-04-07 00:32:15,427 DEBUG [cloud.deploy.FirstFitPlanner]
>> > (Job-Executor-36:job-43) Listing clusters in order of aggregate
>> capacity,
>> > that have (atleast one host with) enough CPU and RAM capacity under this
>> > Zone: 1
>> > 2013-04-07 00:32:15,428 DEBUG [cloud.deploy.FirstFitPlanner]
>> > (Job-Executor-36:job-43) CPUOverprovisioningFactor considered: 1.0
>> > 2013-04-07 00:32:15,442 DEBUG [cloud.deploy.FirstFitPlanner]
>> > (Job-Executor-36:job-43) Cannot allocate cluster list [1] for vm
>> creation
>> > since their allocated percentage crosses the disable capacity threshold:
>> > 0.85 for capacity Type : 0, skipping these clusters
>> > 2013-04-07 00:32:15,444 DEBUG [cloud.deploy.FirstFitPlanner]
>> > (Job-Executor-36:job-43) Checking resources in Cluster: 2 under Pod: 1
>> > 2013-04-07 00:32:15,444 DEBUG [allocator.impl.RandomAllocator]
>> > (Job-Executor-36:job-43) Looking for hosts in dc: 1  pod:1  cluster:2
>> > 2013-04-07 00:32:15,447 DEBUG [allocator.impl.RandomAllocator]
>> > (Job-Executor-36:job-43) Random Allocator found 2  hosts
>> > 2013-04-07 00:32:15,447 DEBUG [allocator.impl.RandomAllocator]
>> > (Job-Executor-36:job-43) Random Host Allocator returning 2 suitable
>> hosts
>> > 2013-04-07 00:32:15,448 DEBUG [cloud.deploy.FirstFitPlanner]
>> > (Job-Executor-36:job-43) Checking suitable pools for volume (Id, Type):
>> > (13,ROOT)
>> > 2013-04-07 00:32:15,448 DEBUG [cloud.deploy.FirstFitPlanner]
>> > (Job-Executor-36:job-43) We need to allocate new storagepool for this
>> volume
>> > 2013-04-07 00:32:15,451 DEBUG [cloud.deploy.FirstFitPlanner]
>> > (Job-Executor-36:job-43) Calling StoragePoolAllocators to find suitable
>> > pools
>> > 2013-04-07 00:32:15,455 DEBUG
>> > [storage.allocator.RandomStoragePoolAllocator] (Job-Executor-36:job-43)
>> > Looking for pools in dc: 1  pod:1  cluster:2
>> > 2013-04-07 00:32:15,457 DEBUG
>> > [storage.allocator.RandomStoragePoolAllocator] (Job-Executor-36:job-43)
>> > RandomStoragePoolAllocator has 5 pools to check for allocation
>> > 2013-04-07 00:32:15,458 DEBUG
>> > [storage.allocator.AbstractStoragePoolAllocator]
>> (Job-Executor-36:job-43)
>> > Checking if storage pool is suitable, name: Tut-XenServer2 Local Storage
>> > ,poolId: 201
>> > 2013-04-07 00:32:15,458 DEBUG
>> > [storage.allocator.AbstractStoragePoolAllocator]
>> (Job-Executor-36:job-43)
>> > Is localStorageAllocationNeeded? false
>> > 2013-04-07 00:32:15,458 DEBUG
>> > [storage.allocator.AbstractStoragePoolAllocator]
>> (Job-Executor-36:job-43)
>> > Is storage pool shared? false
>> > 2013-04-07 00:32:15,458 DEBUG
>> > [storage.allocator.AbstractStoragePoolAllocator]
>> (Job-Executor-36:job-43)
>> > StoragePool is not of correct type, skipping this pool
>> > 2013-04-07 00:32:15,458 DEBUG
>> > [storage.allocator.AbstractStoragePoolAllocator]
>> (Job-Executor-36:job-43)
>> > Checking if storage pool is suitable, name: iSCSI_SR_3 ,poolId: 257
>> > 2013-04-07 00:32:15,458 DEBUG
>> > [storage.allocator.AbstractStoragePoolAllocator]
>> (Job-Executor-36:job-43)
>> > Is localStorageAllocationNeeded? false
>> > 2013-04-07 00:32:15,458 DEBUG
>> > [storage.allocator.AbstractStoragePoolAllocator]
>> (Job-Executor-36:job-43)
>> > Is storage pool shared? true
>> > 2013-04-07 00:32:15,467 DEBUG [cloud.storage.StorageManagerImpl]
>> > (Job-Executor-36:job-43) Checking pool: 257 for volume allocation
>> > [Vol[13|vm=13|ROOT]], maxSize : 2084569088, totalAllocatedSize :
>> 106954752,
>> > askingSize : 52428800, allocated disable threshold: 0.85
>> > 2013-04-07 00:32:15,467 DEBUG
>> > [storage.allocator.AbstractStoragePoolAllocator]
>> (Job-Executor-36:job-43)
>> > Checking if storage pool is suitable, name: iSCSI_SR_4 ,poolId: 262
>> > 2013-04-07 00:32:15,467 DEBUG
>> > [storage.allocator.AbstractStoragePoolAllocator]
>> (Job-Executor-36:job-43)
>> > Is localStorageAllocationNeeded? false
>> > 2013-04-07 00:32:15,467 DEBUG
>> > [storage.allocator.AbstractStoragePoolAllocator]
>> (Job-Executor-36:job-43)
>> > Is storage pool shared? true
>> > 2013-04-07 00:32:15,479 DEBUG [cloud.storage.StorageManagerImpl]
>> > (Job-Executor-36:job-43) Checking pool: 262 for volume allocation
>> > [Vol[13|vm=13|ROOT]], maxSize : 2084569088, totalAllocatedSize :
>> 54525952,
>> > askingSize : 52428800, allocated disable threshold: 0.85
>> > 2013-04-07 00:32:15,479 DEBUG
>> > [storage.allocator.AbstractStoragePoolAllocator]
>> (Job-Executor-36:job-43)
>> > Checking if storage pool is suitable, name: Tut-XenServer Local Storage
>> > ,poolId: 202
>> > 2013-04-07 00:32:15,479 DEBUG
>> > [storage.allocator.AbstractStoragePoolAllocator]
>> (Job-Executor-36:job-43)
>> > Is localStorageAllocationNeeded? false
>> > 2013-04-07 00:32:15,479 DEBUG
>> > [storage.allocator.AbstractStoragePoolAllocator]
>> (Job-Executor-36:job-43)
>> > Is storage pool shared? false
>> > 2013-04-07 00:32:15,479 DEBUG
>> > [storage.allocator.AbstractStoragePoolAllocator]
>> (Job-Executor-36:job-43)
>> > StoragePool is not of correct type, skipping this pool
>> > 2013-04-07 00:32:15,479 DEBUG
>> > [storage.allocator.AbstractStoragePoolAllocator]
>> (Job-Executor-36:job-43)
>> > Checking if storage pool is suitable, name: iSCSI_SR_2 ,poolId: 256
>> > 2013-04-07 00:32:15,479 DEBUG
>> > [storage.allocator.AbstractStoragePoolAllocator]
>> (Job-Executor-36:job-43)
>> > Is localStorageAllocationNeeded? false
>> > 2013-04-07 00:32:15,479 DEBUG
>> > [storage.allocator.AbstractStoragePoolAllocator]
>> (Job-Executor-36:job-43)
>> > Is storage pool shared? true
>> > 2013-04-07 00:32:15,489 DEBUG [cloud.storage.StorageManagerImpl]
>> > (Job-Executor-36:job-43) Checking pool: 256 for volume allocation
>> > [Vol[13|vm=13|ROOT]], maxSize : 2084569088, totalAllocatedSize :
>> 54525952,
>> > askingSize : 52428800, allocated disable threshold: 0.85
>> > 2013-04-07 00:32:15,489 DEBUG
>> > [storage.allocator.RandomStoragePoolAllocator] (Job-Executor-36:job-43)
>> > RandomStoragePoolAllocator returning 3 suitable storage pools
>> > 2013-04-07 00:32:15,489 DEBUG [cloud.deploy.FirstFitPlanner]
>> > (Job-Executor-36:job-43) Trying to find a potenial host and associated
>> > storage pools from the suitable host/pool lists for this VM
>> > 2013-04-07 00:32:15,489 DEBUG [cloud.deploy.FirstFitPlanner]
>> > (Job-Executor-36:job-43) Checking if host: 6 can access any suitable
>> > storage pool for volume: ROOT
>> > 2013-04-07 00:32:15,492 DEBUG [cloud.deploy.FirstFitPlanner]
>> > (Job-Executor-36:job-43) Host: 6 can access pool: 257
>> > 2013-04-07 00:32:15,492 DEBUG [cloud.deploy.FirstFitPlanner]
>> > (Job-Executor-36:job-43) Found a potential host id: 6 name:
>> Tut-XenServer
>> > and associated storage pools for this VM
>> > 2013-04-07 00:32:15,494 DEBUG [cloud.deploy.FirstFitPlanner]
>> > (Job-Executor-36:job-43) Returning Deployment Destination:
>> >
>> Dest[Zone(Id)-Pod(Id)-Cluster(Id)-Host(Id)-Storage(Volume(Id|Type-->Pool(Id))]
>> > :
>> >
>> Dest[Zone(1)-Pod(1)-Cluster(2)-Host(6)-Storage(Volume(13|ROOT-->Pool(257))]
>> > 2013-04-07 00:32:15,514 DEBUG [cloud.capacity.CapacityManagerImpl]
>> > (Job-Executor-36:job-43) VM state transitted from :Stopped to Starting
>> with
>> > event: StartRequestedvm's original host id: null new host id: null host
>> id
>> > before state transition: null
>> > 2013-04-07 00:32:15,514 DEBUG [cloud.vm.VirtualMachineManagerImpl]
>> > (Job-Executor-36:job-43) Successfully transitioned to start state for
>> > VM[User|94ddc16f-04fc-4da1-8326-01d8d5cdeb44] reservation id =
>> > a8349669-6ff2-443f-88d3-c5d69100df3a
>> > 2013-04-07 00:32:15,518 DEBUG [cloud.vm.VirtualMachineManagerImpl]
>> > (Job-Executor-36:job-43) Trying to deploy VM, vm has dcId: 1 and podId:
>> null
>> > 2013-04-07 00:32:15,518 DEBUG [cloud.vm.VirtualMachineManagerImpl]
>> > (Job-Executor-36:job-43) advanceStart: DeploymentPlan is provided, using
>> > dcId:1, podId: 1, clusterId: 2, hostId: 6, poolId: 257
>> > 2013-04-07 00:32:15,518 DEBUG [cloud.vm.VirtualMachineManagerImpl]
>> > (Job-Executor-36:job-43) Deploy avoids pods: null, clusters: null,
>> hosts:
>> > null
>> > 2013-04-07 00:32:15,521 DEBUG [cloud.deploy.FirstFitPlanner]
>> > (Job-Executor-36:job-43) DeploymentPlanner allocation algorithm: random
>> > 2013-04-07 00:32:15,521 DEBUG [cloud.deploy.FirstFitPlanner]
>> > (Job-Executor-36:job-43) Trying to allocate a host and storage pools
>> from
>> > dc:1, pod:1,cluster:2, requested cpu: 100, requested ram: 1073741824
>> > 2013-04-07 00:32:15,522 DEBUG [cloud.deploy.FirstFitPlanner]
>> > (Job-Executor-36:job-43) Is ROOT volume READY (pool already
>> allocated)?: Yes
>> > 2013-04-07 00:32:15,522 DEBUG [cloud.deploy.FirstFitPlanner]
>> > (Job-Executor-36:job-43) DeploymentPlan has host_id specified, making no
>> > checks on this host, looks like admin test: 6
>> > 2013-04-07 00:32:15,523 DEBUG [cloud.deploy.FirstFitPlanner]
>> > (Job-Executor-36:job-43) Looking for suitable pools for this host under
>> > zone: 1, pod: 1, cluster: 2
>> > 2013-04-07 00:32:15,525 DEBUG [cloud.deploy.FirstFitPlanner]
>> > (Job-Executor-36:job-43) Checking suitable pools for volume (Id, Type):
>> > (13,ROOT)
>> > 2013-04-07 00:32:15,525 DEBUG [cloud.deploy.FirstFitPlanner]
>> > (Job-Executor-36:job-43) Volume has pool already allocated, checking if
>> > pool can be reused, poolId: null
>> > 2013-04-07 00:32:15,527 DEBUG [cloud.deploy.FirstFitPlanner]
>> > (Job-Executor-36:job-43) Planner need not allocate a pool for this
>> volume
>> > since its READY
>> > 2013-04-07 00:32:15,527 DEBUG [cloud.deploy.FirstFitPlanner]
>> > (Job-Executor-36:job-43) Trying to find a potenial host and associated
>> > storage pools from the suitable host/pool lists for this VM
>> > 2013-04-07 00:32:15,527 DEBUG [cloud.deploy.FirstFitPlanner]
>> > (Job-Executor-36:job-43) Checking if host: 6 can access any suitable
>> > storage pool for volume: ROOT
>> > 2013-04-07 00:32:15,529 DEBUG [cloud.deploy.FirstFitPlanner]
>> > (Job-Executor-36:job-43) Host: 6 can access pool: 257
>> > 2013-04-07 00:32:15,529 DEBUG [cloud.deploy.FirstFitPlanner]
>> > (Job-Executor-36:job-43) Found a potential host id: 6 name:
>> Tut-XenServer
>> > and associated storage pools for this VM
>> > 2013-04-07 00:32:15,530 DEBUG [cloud.deploy.FirstFitPlanner]
>> > (Job-Executor-36:job-43) Returning Deployment Destination:
>> >
>> Dest[Zone(Id)-Pod(Id)-Cluster(Id)-Host(Id)-Storage(Volume(Id|Type-->Pool(Id))]
>> > :
>> >
>> Dest[Zone(1)-Pod(1)-Cluster(2)-Host(6)-Storage(Volume(13|ROOT-->Pool(257))]
>> > 2013-04-07 00:32:15,530 DEBUG [cloud.vm.VirtualMachineManagerImpl]
>> > (Job-Executor-36:job-43) Deployment found  -
>> > P0=VM[User|94ddc16f-04fc-4da1-8326-01d8d5cdeb44],
>> >
>> P0=Dest[Zone(Id)-Pod(Id)-Cluster(Id)-Host(Id)-Storage(Volume(Id|Type-->Pool(Id))]
>> > :
>> >
>> Dest[Zone(1)-Pod(1)-Cluster(2)-Host(6)-Storage(Volume(13|ROOT-->Pool(257))]
>> > 2013-04-07 00:32:15,535 DEBUG [cloud.capacity.CapacityManagerImpl]
>> > (Job-Executor-36:job-43) VM state transitted from :Starting to Starting
>> > with event: OperationRetryvm's original host id: null new host id: 6
>> host
>> > id before state transition: null
>> > 2013-04-07 00:32:15,551 DEBUG [cloud.capacity.CapacityManagerImpl]
>> > (Job-Executor-36:job-43) Hosts's actual total CPU: 2382 and CPU after
>> > applying overprovisioning: 2382
>> > 2013-04-07 00:32:15,551 DEBUG [cloud.capacity.CapacityManagerImpl]
>> > (Job-Executor-36:job-43) We are allocating VM, increasing the used
>> capacity
>> > of this host:6
>> > 2013-04-07 00:32:15,552 DEBUG [cloud.capacity.CapacityManagerImpl]
>> > (Job-Executor-36:job-43) Current Used CPU: 100 , Free CPU:2282
>> ,Requested
>> > CPU: 100
>> > 2013-04-07 00:32:15,552 DEBUG [cloud.capacity.CapacityManagerImpl]
>> > (Job-Executor-36:job-43) Current Used RAM: 104857600 , Free
>> RAM:1566837824
>> > ,Requested RAM: 1073741824
>> > 2013-04-07 00:32:15,552 DEBUG [cloud.capacity.CapacityManagerImpl]
>> > (Job-Executor-36:job-43) CPU STATS after allocation: for host: 6, old
>> used:
>> > 100, old reserved: 0, actual total: 2382, total with overprovisioning:
>> > 2382; new used:200, reserved:0; requested cpu:100,alloc_from_last:false
>> > 2013-04-07 00:32:15,552 DEBUG [cloud.capacity.CapacityManagerImpl]
>> > (Job-Executor-36:job-43) RAM STATS after allocation: for host: 6, old
>> used:
>> > 104857600, old reserved: 0, total: 1671695424; new used: 1178599424,
>> > reserved: 0; requested mem: 1073741824,alloc_from_last:false
>> > 2013-04-07 00:32:15,555 DEBUG [cloud.vm.VirtualMachineManagerImpl]
>> > (Job-Executor-36:job-43) VM is being created in podId: 1
>> > 2013-04-07 00:32:15,559 DEBUG [cloud.network.NetworkManagerImpl]
>> > (Job-Executor-36:job-43) Lock is acquired for network id 204 as a part
>> of
>> > network implement
>> > 2013-04-07 00:32:15,559 DEBUG [cloud.network.NetworkManagerImpl]
>> > (Job-Executor-36:job-43) Network id=204 is already implemented
>> > 2013-04-07 00:32:15,560 DEBUG [cloud.network.NetworkManagerImpl]
>> > (Job-Executor-36:job-43) Lock is released for network id 204 as a part
>> of
>> > network implement
>> > 2013-04-07 00:32:15,592 DEBUG [cloud.network.NetworkManagerImpl]
>> > (Job-Executor-36:job-43) Changing active number of nics for network
>> id=204
>> > on 1
>> > 2013-04-07 00:32:15,594 DEBUG [cloud.network.NetworkManagerImpl]
>> > (Job-Executor-36:job-43) Asking ElasticLoadBalancerElement to prepare
>> for
>> > Nic[19-13-a8349669-6ff2-443f-88d3-c5d69100df3a-192.168.56.146]
>> > 2013-04-07 00:32:15,600 DEBUG [cloud.network.NetworkManagerImpl]
>> > (Job-Executor-36:job-43) Asking NiciraNvpElement to prepare for
>> > Nic[19-13-a8349669-6ff2-443f-88d3-c5d69100df3a-192.168.56.146]
>> > 2013-04-07 00:32:15,600 DEBUG [network.element.NiciraNvpElement]
>> > (Job-Executor-36:job-43) Checking if NiciraNvpElement can handle service
>> > Connectivity on network guestNetworkForBasicZone
>> > 2013-04-07 00:32:15,606 DEBUG [cloud.network.NetworkManagerImpl]
>> > (Job-Executor-36:job-43) Asking BigSwitchVnsElement to prepare for
>> > Nic[19-13-a8349669-6ff2-443f-88d3-c5d69100df3a-192.168.56.146]
>> > 2013-04-07 00:32:15,606 DEBUG [network.element.BigSwitchVnsElement]
>> > (Job-Executor-36:job-43) Checking if BigSwitchVnsElement can handle
>> service
>> > Connectivity on network guestNetworkForBasicZone
>> > 2013-04-07 00:32:15,612 DEBUG [cloud.network.NetworkManagerImpl]
>> > (Job-Executor-36:job-43) Asking Ovs to prepare for
>> > Nic[19-13-a8349669-6ff2-443f-88d3-c5d69100df3a-192.168.56.146]
>> > 2013-04-07 00:32:15,612 DEBUG [cloud.network.NetworkManagerImpl]
>> > (Job-Executor-36:job-43) Asking BareMetalDhcp to prepare for
>> > Nic[19-13-a8349669-6ff2-443f-88d3-c5d69100df3a-192.168.56.146]
>> > 2013-04-07 00:32:15,617 DEBUG [cloud.network.NetworkManagerImpl]
>> > (Job-Executor-36:job-43) Asking BareMetalPxe to prepare for
>> > Nic[19-13-a8349669-6ff2-443f-88d3-c5d69100df3a-192.168.56.146]
>> > 2013-04-07 00:32:15,623 DEBUG [cloud.network.NetworkManagerImpl]
>> > (Job-Executor-36:job-43) Asking BareMetalUserdata to prepare for
>> > Nic[19-13-a8349669-6ff2-443f-88d3-c5d69100df3a-192.168.56.146]
>> > 2013-04-07 00:32:15,629 DEBUG [cloud.network.NetworkManagerImpl]
>> > (Job-Executor-36:job-43) Asking SecurityGroupProvider to prepare for
>> > Nic[19-13-a8349669-6ff2-443f-88d3-c5d69100df3a-192.168.56.146]
>> > 2013-04-07 00:32:15,637 DEBUG [cloud.network.NetworkManagerImpl]
>> > (Job-Executor-36:job-43) Asking VirtualRouter to prepare for
>> > Nic[19-13-a8349669-6ff2-443f-88d3-c5d69100df3a-192.168.56.146]
>> > 2013-04-07 00:32:15,653 DEBUG
>> > [network.router.VirtualNetworkApplianceManagerImpl]
>> > (Job-Executor-36:job-43) Lock is acquired for network id 204 as a part
>> of
>> > router startup in
>> >
>> Dest[Zone(Id)-Pod(Id)-Cluster(Id)-Host(Id)-Storage(Volume(Id|Type-->Pool(Id))]
>> > :
>> >
>> Dest[Zone(1)-Pod(1)-Cluster(2)-Host(6)-Storage(Volume(13|ROOT-->Pool(257))]
>> > 2013-04-07 00:32:15,657 DEBUG
>> > [network.router.VirtualNetworkApplianceManagerImpl]
>> > (Job-Executor-36:job-43) Skipping VR deployment: Found a running or
>> > starting VR in Pod null id=1
>> > 2013-04-07 00:32:15,658 DEBUG
>> > [network.router.VirtualNetworkApplianceManagerImpl]
>> > (Job-Executor-36:job-43) Lock is released for network id 204 as a part
>> of
>> > router startup in
>> >
>> Dest[Zone(Id)-Pod(Id)-Cluster(Id)-Host(Id)-Storage(Volume(Id|Type-->Pool(Id))]
>> > :
>> >
>> Dest[Zone(1)-Pod(1)-Cluster(2)-Host(6)-Storage(Volume(13|ROOT-->Pool(257))]
>> > 2013-04-07 00:32:15,674 DEBUG
>> > [network.router.VirtualNetworkApplianceManagerImpl]
>> > (Job-Executor-36:job-43) Applying dhcp entry in network
>> Ntwk[204|Guest|6]
>> > 2013-04-07 00:32:15,706 DEBUG [agent.transport.Request]
>> > (Job-Executor-36:job-43) Seq 6-324993305: Sending  { Cmd , MgmtId: 1,
>> via:
>> > 6, Ver: v1, Flags: 100111,
>> >
>> [{"routing.DhcpEntryCommand":{"vmMac":"06:06:fe:00:00:44","vmIpAddress":"192.168.56.146","vmName":"94ddc16f-04fc-4da1-8326-01d8d5cdeb44","defaultRouter":"192.168.56.1","defaultDns":"192.168.56.102","duid":"00:03:00:01:06:06:fe:00:00:44","accessDetails":{"router.guest.ip":"192.168.56.102","zone.network.type":"Basic","
>> > router.name":"r-4-VM","router.ip":"169.254.1.168"},"wait":0}}] }
>> > 2013-04-07 00:32:15,706 DEBUG [agent.transport.Request]
>> > (Job-Executor-36:job-43) Seq 6-324993305: Executing:  { Cmd , MgmtId: 1,
>> > via: 6, Ver: v1, Flags: 100111,
>> >
>> [{"routing.DhcpEntryCommand":{"vmMac":"06:06:fe:00:00:44","vmIpAddress":"192.168.56.146","vmName":"94ddc16f-04fc-4da1-8326-01d8d5cdeb44","defaultRouter":"192.168.56.1","defaultDns":"192.168.56.102","duid":"00:03:00:01:06:06:fe:00:00:44","accessDetails":{"router.guest.ip":"192.168.56.102","zone.network.type":"Basic","
>> > router.name":"r-4-VM","router.ip":"169.254.1.168"},"wait":0}}] }
>> > 2013-04-07 00:32:15,706 DEBUG [agent.manager.DirectAgentAttache]
>> > (DirectAgent-89:null) Seq 6-324993305: Executing request
>> > 2013-04-07 00:32:18,273 DEBUG [agent.manager.DirectAgentAttache]
>> > (DirectAgent-89:null) Seq 6-324993305: Response Received:
>> > 2013-04-07 00:32:18,273 DEBUG [agent.transport.Request]
>> > (DirectAgent-89:null) Seq 6-324993305: Processing:  { Ans: , MgmtId: 1,
>> > via: 6, Ver: v1, Flags: 110, [{"Answer":{"result":true,"wait":0}}] }
>> > 2013-04-07 00:32:18,273 DEBUG [agent.manager.AgentAttache]
>> > (DirectAgent-89:null) Seq 6-324993305: No more commands found
>> > 2013-04-07 00:32:18,273 DEBUG [agent.transport.Request]
>> > (Job-Executor-36:job-43) Seq 6-324993305: Received:  { Ans: , MgmtId: 1,
>> > via: 6, Ver: v1, Flags: 110, { Answer } }
>> > 2013-04-07 00:32:18,286 DEBUG
>> > [network.router.VirtualNetworkApplianceManagerImpl]
>> > (Job-Executor-36:job-43) Applying userdata and password entry in network
>> > Ntwk[204|Guest|6]
>> > 2013-04-07 00:32:18,303 DEBUG [agent.transport.Request]
>> > (Job-Executor-36:job-43) Seq 6-324993306: Sending  { Cmd , MgmtId: 1,
>> via:
>> > 6, Ver: v1, Flags: 100111,
>> >
>> [{"routing.SavePasswordCommand":{"password":"fnirq_cnffjbeq","vmIpAddress":"192.168.56.146","vmName":"94ddc16f-04fc-4da1-8326-01d8d5cdeb44","accessDetails":{"router.guest.ip":"192.168.56.102","zone.network.type":"Basic","router.ip":"169.254.1.168","
>> > router.name
>> >
>> ":"r-4-VM"},"wait":0}},{"routing.VmDataCommand":{"vmIpAddress":"192.168.56.146","vmName":"94ddc16f-04fc-4da1-8326-01d8d5cdeb44","accessDetails":{"router.guest.ip":"192.168.56.102","zone.network.type":"Basic","router.ip":"169.254.1.168","
>> > router.name":"r-4-VM"},"wait":0}}] }
>> > 2013-04-07 00:32:18,304 DEBUG [agent.transport.Request]
>> > (Job-Executor-36:job-43) Seq 6-324993306: Executing:  { Cmd , MgmtId: 1,
>> > via: 6, Ver: v1, Flags: 100111,
>> >
>> [{"routing.SavePasswordCommand":{"password":"fnirq_cnffjbeq","vmIpAddress":"192.168.56.146","vmName":"94ddc16f-04fc-4da1-8326-01d8d5cdeb44","accessDetails":{"router.guest.ip":"192.168.56.102","zone.network.type":"Basic","router.ip":"169.254.1.168","
>> > router.name
>> >
>> ":"r-4-VM"},"wait":0}},{"routing.VmDataCommand":{"vmIpAddress":"192.168.56.146","vmName":"94ddc16f-04fc-4da1-8326-01d8d5cdeb44","accessDetails":{"router.guest.ip":"192.168.56.102","zone.network.type":"Basic","router.ip":"169.254.1.168","
>> > router.name":"r-4-VM"},"wait":0}}] }
>> > 2013-04-07 00:32:18,304 DEBUG [agent.manager.DirectAgentAttache]
>> > (DirectAgent-20:null) Seq 6-324993306: Executing request
>> > 2013-04-07 00:32:18,391 DEBUG [cloud.api.ApiServlet]
>> > (1161145101@qtp-1008805148-33:null) ===START===  127.0.0.1 -- GET
>> >
>>  command=queryAsyncJobResult&jobId=00aeb7f7-459c-477e-a0a1-5d9262bc583a&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316338388
>> > 2013-04-07 00:32:18,412 DEBUG [cloud.api.ApiServlet]
>> > (1161145101@qtp-1008805148-33:null) ===END===  127.0.0.1 -- GET
>> >
>>  command=queryAsyncJobResult&jobId=00aeb7f7-459c-477e-a0a1-5d9262bc583a&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316338388
>> > 2013-04-07 00:32:20,452 DEBUG
>> > [storage.secondary.SecondaryStorageManagerImpl] (secstorage-1:null)
>> Zone 1
>> > is ready to launch secondary storage VM
>> > 2013-04-07 00:32:20,554 DEBUG
>> [cloud.consoleproxy.ConsoleProxyManagerImpl]
>> > (consoleproxy-1:null) Zone 1 is ready to launch console proxy
>> > 2013-04-07 00:32:20,819 DEBUG
>> > [network.router.VirtualNetworkApplianceManagerImpl]
>> > (RouterStatusMonitor-1:null) Found 0 routers to update status.
>> > 2013-04-07 00:32:20,821 DEBUG
>> > [network.router.VirtualNetworkApplianceManagerImpl]
>> > (RouterStatusMonitor-1:null) Found 0 networks to update RvR status.
>> > 2013-04-07 00:32:20,851 DEBUG
>> > [network.router.VirtualNetworkApplianceManagerImpl]
>> > (RouterStatusMonitor-1:null) Found 0 routers to update status.
>> > 2013-04-07 00:32:20,852 DEBUG
>> > [network.router.VirtualNetworkApplianceManagerImpl]
>> > (RouterStatusMonitor-1:null) Found 0 networks to update RvR status.
>> > 2013-04-07 00:32:21,391 DEBUG [cloud.api.ApiServlet]
>> > (1161145101@qtp-1008805148-33:null) ===START===  127.0.0.1 -- GET
>> >
>>  command=queryAsyncJobResult&jobId=00aeb7f7-459c-477e-a0a1-5d9262bc583a&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316341388
>> > 2013-04-07 00:32:21,408 DEBUG [cloud.api.ApiServlet]
>> > (1161145101@qtp-1008805148-33:null) ===END===  127.0.0.1 -- GET
>> >
>>  command=queryAsyncJobResult&jobId=00aeb7f7-459c-477e-a0a1-5d9262bc583a&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316341388
>> > 2013-04-07 00:32:24,392 DEBUG [cloud.api.ApiServlet]
>> > (1161145101@qtp-1008805148-33:null) ===START===  127.0.0.1 -- GET
>> >
>>  command=queryAsyncJobResult&jobId=00aeb7f7-459c-477e-a0a1-5d9262bc583a&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316344390
>> > 2013-04-07 00:32:24,407 DEBUG [cloud.api.ApiServlet]
>> > (1161145101@qtp-1008805148-33:null) ===END===  127.0.0.1 -- GET
>> >
>>  command=queryAsyncJobResult&jobId=00aeb7f7-459c-477e-a0a1-5d9262bc583a&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316344390
>> > 2013-04-07 00:32:24,892 DEBUG [agent.manager.AgentManagerImpl]
>> > (AgentManager-Handler-11:null) Ping from 4
>> > 2013-04-07 00:32:27,183 DEBUG [agent.manager.DirectAgentAttache]
>> > (DirectAgent-273:null) Ping from 1
>> > 2013-04-07 00:32:27,392 DEBUG [cloud.api.ApiServlet]
>> > (1161145101@qtp-1008805148-33:null) ===START===  127.0.0.1 -- GET
>> >
>>  command=queryAsyncJobResult&jobId=00aeb7f7-459c-477e-a0a1-5d9262bc583a&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316347390
>> > 2013-04-07 00:32:27,407 DEBUG [cloud.api.ApiServlet]
>> > (1161145101@qtp-1008805148-33:null) ===END===  127.0.0.1 -- GET
>> >
>>  command=queryAsyncJobResult&jobId=00aeb7f7-459c-477e-a0a1-5d9262bc583a&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316347390
>> > 2013-04-07 00:32:29,095 DEBUG [agent.manager.DirectAgentAttache]
>> > (DirectAgent-131:null) Seq 1-90046472: Executing request
>> > 2013-04-07 00:32:29,345 DEBUG [agent.manager.DirectAgentAttache]
>> > (DirectAgent-131:null) Seq 1-90046472: Response Received:
>> > 2013-04-07 00:32:29,345 DEBUG [agent.transport.Request]
>> > (DirectAgent-131:null) Seq 1-90046472: Processing:  { Ans: , MgmtId: 1,
>> > via: 1, Ver: v1, Flags: 10,
>> >
>> [{"ClusterSyncAnswer":{"_clusterId":1,"_newStates":{},"_isExecuted":false,"result":true,"wait":0}}]
>> > }
>> > 2013-04-07 00:32:30,393 DEBUG [cloud.api.ApiServlet]
>> > (1161145101@qtp-1008805148-33:null) ===START===  127.0.0.1 -- GET
>> >
>>  command=queryAsyncJobResult&jobId=00aeb7f7-459c-477e-a0a1-5d9262bc583a&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316350391
>> > 2013-04-07 00:32:30,408 DEBUG [cloud.api.ApiServlet]
>> > (1161145101@qtp-1008805148-33:null) ===END===  127.0.0.1 -- GET
>> >
>>  command=queryAsyncJobResult&jobId=00aeb7f7-459c-477e-a0a1-5d9262bc583a&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316350391
>> > 2013-04-07 00:32:32,146 DEBUG [agent.manager.DirectAgentAttache]
>> > (DirectAgent-20:null) Seq 6-324993306: Response Received:
>> > 2013-04-07 00:32:32,146 DEBUG [agent.transport.Request]
>> > (DirectAgent-20:null) Seq 6-324993306: Processing:  { Ans: , MgmtId: 1,
>> > via: 6, Ver: v1, Flags: 110,
>> >
>> [{"Answer":{"result":true,"wait":0}},{"Answer":{"result":true,"wait":0}}] }
>> > 2013-04-07 00:32:32,146 DEBUG [agent.manager.AgentAttache]
>> > (DirectAgent-20:null) Seq 6-324993306: No more commands found
>> > 2013-04-07 00:32:32,146 DEBUG [agent.transport.Request]
>> > (Job-Executor-36:job-43) Seq 6-324993306: Received:  { Ans: , MgmtId: 1,
>> > via: 6, Ver: v1, Flags: 110, { Answer, Answer } }
>> > 2013-04-07 00:32:32,146 DEBUG [cloud.network.NetworkManagerImpl]
>> > (Job-Executor-36:job-43) Asking VpcVirtualRouter to prepare for
>> > Nic[19-13-a8349669-6ff2-443f-88d3-c5d69100df3a-192.168.56.146]
>> > 2013-04-07 00:32:32,146 WARN  [network.element.VpcVirtualRouterElement]
>> > (Job-Executor-36:job-43) Network Ntwk[204|Guest|6] is not associated
>> with
>> > any VPC
>> > 2013-04-07 00:32:32,151 DEBUG [cloud.network.NetworkManagerImpl]
>> > (Job-Executor-36:job-43) Asking NiciraNvp to prepare for
>> > Nic[19-13-a8349669-6ff2-443f-88d3-c5d69100df3a-192.168.56.146]
>> > 2013-04-07 00:32:32,151 DEBUG [network.element.NiciraNvpElement]
>> > (Job-Executor-36:job-43) Checking if NiciraNvpElement can handle service
>> > Connectivity on network guestNetworkForBasicZone
>> > 2013-04-07 00:32:32,154 DEBUG [cloud.network.NetworkManagerImpl]
>> > (Job-Executor-36:job-43) Asking JuniperSRX to prepare for
>> > Nic[19-13-a8349669-6ff2-443f-88d3-c5d69100df3a-192.168.56.146]
>> > 2013-04-07 00:32:32,157 DEBUG [cloud.network.NetworkManagerImpl]
>> > (Job-Executor-36:job-43) Asking Netscaler to prepare for
>> > Nic[19-13-a8349669-6ff2-443f-88d3-c5d69100df3a-192.168.56.146]
>> > 2013-04-07 00:32:32,160 DEBUG [cloud.network.NetworkManagerImpl]
>> > (Job-Executor-36:job-43) Asking F5BigIP to prepare for
>> > Nic[19-13-a8349669-6ff2-443f-88d3-c5d69100df3a-192.168.56.146]
>> > 2013-04-07 00:32:32,164 DEBUG [cloud.network.NetworkManagerImpl]
>> > (Job-Executor-36:job-43) Asking CiscoNexus1000vVSM to prepare for
>> > Nic[19-13-a8349669-6ff2-443f-88d3-c5d69100df3a-192.168.56.146]
>> > 2013-04-07 00:32:32,168 DEBUG [cloud.storage.StorageManagerImpl]
>> > (Job-Executor-36:job-43) Checking if we need to prepare 1 volumes for
>> > VM[User|94ddc16f-04fc-4da1-8326-01d8d5cdeb44]
>> > 2013-04-07 00:32:32,169 DEBUG [cloud.storage.StorageManagerImpl]
>> > (Job-Executor-36:job-43) Creating volume: Vol[13|vm=13|ROOT]
>> > 2013-04-07 00:32:32,170 DEBUG [cloud.storage.StorageManagerImpl]
>> > (Job-Executor-36:job-43) Trying to create in Pool[257|PreSetup]
>> > 2013-04-07 00:32:32,175 DEBUG [cloud.template.TemplateManagerImpl]
>> > (Job-Executor-36:job-43) Template 5 has already been downloaded to pool
>> 257
>> > 2013-04-07 00:32:32,179 DEBUG [agent.transport.Request]
>> > (Job-Executor-36:job-43) Seq 6-324993307: Sending  { Cmd , MgmtId: 1,
>> via:
>> > 6, Ver: v1, Flags: 100111,
>> >
>> [{"storage.CreateCommand":{"volId":13,"pool":{"id":257,"uuid":"iSCSI_SR_3","host":"192.168.56.9","path":"/iSCSI_SR_3","port":0,"type":"PreSetup"},"diskCharacteristics":{"size":52428800,"tags":["iSCSI_SR_4"],"type":"ROOT","name":"ROOT-13","useLocalStorage":false,"recreatable":true,"diskOfferingId":38,"volumeId":13,"hyperType":"XenServer"},"templateUrl":"a8414926-81d6-4b54-9b4b-feb498489df0","wait":0}}]
>> > }
>> > 2013-04-07 00:32:32,180 DEBUG [agent.transport.Request]
>> > (Job-Executor-36:job-43) Seq 6-324993307: Executing:  { Cmd , MgmtId: 1,
>> > via: 6, Ver: v1, Flags: 100111,
>> >
>> [{"storage.CreateCommand":{"volId":13,"pool":{"id":257,"uuid":"iSCSI_SR_3","host":"192.168.56.9","path":"/iSCSI_SR_3","port":0,"type":"PreSetup"},"diskCharacteristics":{"size":52428800,"tags":["iSCSI_SR_4"],"type":"ROOT","name":"ROOT-13","useLocalStorage":false,"recreatable":true,"diskOfferingId":38,"volumeId":13,"hyperType":"XenServer"},"templateUrl":"a8414926-81d6-4b54-9b4b-feb498489df0","wait":0}}]
>> > }
>> > 2013-04-07 00:32:32,180 DEBUG [agent.manager.DirectAgentAttache]
>> > (DirectAgent-59:null) Seq 6-324993307: Executing request
>> > 2013-04-07 00:32:32,265 DEBUG [xen.resource.CitrixResourceBase]
>> > (DirectAgent-59:null) SR retrieved for iSCSI_SR_3
>> > 2013-04-07 00:32:32,276 DEBUG [xen.resource.CitrixResourceBase]
>> > (DirectAgent-59:null) Checking iSCSI_SR_3 or SR
>> > fe8ca696-22f5-ba1f-af68-7c3cf5a3cb39 on
>> > XS[f7a017da-3064-456a-89cd-28ee9e2d36b3-192.168.56.9]
>> > 2013-04-07 00:32:33,395 DEBUG [cloud.api.ApiServlet]
>> > (1161145101@qtp-1008805148-33:null) ===START===  127.0.0.1 -- GET
>> >
>>  command=queryAsyncJobResult&jobId=00aeb7f7-459c-477e-a0a1-5d9262bc583a&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316353392
>> > 2013-04-07 00:32:33,419 DEBUG [cloud.api.ApiServlet]
>> > (1161145101@qtp-1008805148-33:null) ===END===  127.0.0.1 -- GET
>> >
>>  command=queryAsyncJobResult&jobId=00aeb7f7-459c-477e-a0a1-5d9262bc583a&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316353392
>> > 2013-04-07 00:32:34,687 DEBUG [xen.resource.CitrixResourceBase]
>> > (DirectAgent-59:null) Succesfully created VDI for
>> > com.cloud.agent.api.storage.CreateCommand.  Uuid =
>> > 99154d9c-2665-465d-8c71-e60f1748895b
>> > 2013-04-07 00:32:34,687 DEBUG [agent.manager.DirectAgentAttache]
>> > (DirectAgent-59:null) Seq 6-324993307: Response Received:
>> > 2013-04-07 00:32:34,688 DEBUG [agent.transport.Request]
>> > (DirectAgent-59:null) Seq 6-324993307: Processing:  { Ans: , MgmtId: 1,
>> > via: 6, Ver: v1, Flags: 110,
>> >
>> [{"storage.CreateAnswer":{"volume":{"id":13,"name":"ROOT-13","mountPoint":"/iSCSI_SR_3","path":"99154d9c-2665-465d-8c71-e60f1748895b","size":52428800,"type":"ROOT","storagePoolType":"PreSetup","storagePoolUuid":"iSCSI_SR_3","deviceId":0},"requestTemplateReload":false,"result":true,"wait":0}}]
>> > }
>> > 2013-04-07 00:32:34,688 DEBUG [agent.transport.Request]
>> > (Job-Executor-36:job-43) Seq 6-324993307: Received:  { Ans: , MgmtId: 1,
>> > via: 6, Ver: v1, Flags: 110, { CreateAnswer } }
>> > 2013-04-07 00:32:34,688 DEBUG [agent.manager.AgentAttache]
>> > (DirectAgent-59:null) Seq 6-324993307: No more commands found
>> > 2013-04-07 00:32:34,690 DEBUG [cloud.storage.StorageManagerImpl]
>> > (Job-Executor-36:job-43) Volume Vol[13|vm=13|ROOT] is created on
>> > Pool[257|PreSetup]
>> > 2013-04-07 00:32:34,701 DEBUG [agent.transport.Request]
>> > (Job-Executor-36:job-43) Seq 6-324993308: Sending  { Cmd , MgmtId: 1,
>> via:
>> > 6, Ver: v1, Flags: 100111,
>> >
>> [{"StartCommand":{"vm":{"id":13,"name":"i-2-13-VM","bootloader":"PyGrub","type":"User","cpus":1,"speed":100,"minRam":1073741824,"maxRam":1073741824,"arch":"x86_64","os":"CentOS
>> > 5.3
>> >
>> (64-bit)","bootArgs":"","rebootOnCrash":false,"enableHA":false,"limitCpuUse":false,"vncPassword":"2e91fc6d6f16609d","params":{},"uuid":"94ddc16f-04fc-4da1-8326-01d8d5cdeb44","disks":[{"id":13,"name":"ROOT-13","mountPoint":"/iSCSI_SR_3","path":"99154d9c-2665-465d-8c71-e60f1748895b","size":52428800,"type":"ROOT","storagePoolType":"PreSetup","storagePoolUuid":"iSCSI_SR_3","deviceId":0},{"id":13,"name":"tiny
>> >
>> Linux","size":0,"type":"ISO","storagePoolType":"ISO","deviceId":3}],"nics":[{"deviceId":0,"networkRateMbps":200,"defaultNic":true,"uuid":"59b9a8aa-c867-40b8-95bb-6e40273569c9","ip":"192.168.56.146","netmask":"255.255.255.0","gateway":"192.168.56.1","mac":"06:06:fe:00:00:44","dns1":"8.8.8.8","dns2":"4.4.4.4","broadcastType":"Native","type":"Guest","broadcastUri":"vlan://untagged","isolationUri":"ec2://untagged","isSecurityGroupEnabled":true}]},"hostIp":"192.168.56.9","wait":0}}]
>> > }
>> > 2013-04-07 00:32:34,702 DEBUG [agent.transport.Request]
>> > (Job-Executor-36:job-43) Seq 6-324993308: Executing:  { Cmd , MgmtId: 1,
>> > via: 6, Ver: v1, Flags: 100111,
>> >
>> [{"StartCommand":{"vm":{"id":13,"name":"i-2-13-VM","bootloader":"PyGrub","type":"User","cpus":1,"speed":100,"minRam":1073741824,"maxRam":1073741824,"arch":"x86_64","os":"CentOS
>> > 5.3
>> >
>> (64-bit)","bootArgs":"","rebootOnCrash":false,"enableHA":false,"limitCpuUse":false,"vncPassword":"2e91fc6d6f16609d","params":{},"uuid":"94ddc16f-04fc-4da1-8326-01d8d5cdeb44","disks":[{"id":13,"name":"ROOT-13","mountPoint":"/iSCSI_SR_3","path":"99154d9c-2665-465d-8c71-e60f1748895b","size":52428800,"type":"ROOT","storagePoolType":"PreSetup","storagePoolUuid":"iSCSI_SR_3","deviceId":0},{"id":13,"name":"tiny
>> >
>> Linux","size":0,"type":"ISO","storagePoolType":"ISO","deviceId":3}],"nics":[{"deviceId":0,"networkRateMbps":200,"defaultNic":true,"uuid":"59b9a8aa-c867-40b8-95bb-6e40273569c9","ip":"192.168.56.146","netmask":"255.255.255.0","gateway":"192.168.56.1","mac":"06:06:fe:00:00:44","dns1":"8.8.8.8","dns2":"4.4.4.4","broadcastType":"Native","type":"Guest","broadcastUri":"vlan://untagged","isolationUri":"ec2://untagged","isSecurityGroupEnabled":true}]},"hostIp":"192.168.56.9","wait":0}}]
>> > }
>> > 2013-04-07 00:32:34,702 DEBUG [agent.manager.DirectAgentAttache]
>> > (DirectAgent-334:null) Seq 6-324993308: Executing request
>> > 2013-04-07 00:32:34,787 DEBUG [xen.resource.CitrixResourceBase]
>> > (DirectAgent-334:null) 1. The VM i-2-13-VM is in Starting state.
>> > 2013-04-07 00:32:34,862 DEBUG [xen.resource.XenServer56FP1Resource]
>> > (DirectAgent-334:null) Created VM f21a0243-f342-fd59-98d8-00ed89224305
>> for
>> > i-2-13-VM
>> > 2013-04-07 00:32:34,912 DEBUG [xen.resource.CitrixResourceBase]
>> > (DirectAgent-334:null) VBD 6e16b739-13fb-1891-fc66-f786b8db522b created
>> for
>> > Vol[13|ROOT|99154d9c-2665-465d-8c71-e60f1748895b|52428800]
>> > 2013-04-07 00:32:34,937 DEBUG [xen.resource.CitrixResourceBase]
>> > (DirectAgent-334:null) VBD f9ad291b-2a8d-4c81-94a5-ef8b8b38be8c created
>> for
>> > Vol[13|ISO|null|0]
>> > 2013-04-07 00:32:34,937 DEBUG [xen.resource.CitrixResourceBase]
>> > (DirectAgent-334:null) Creating VIF for i-2-13-VM on nic
>> > [Nic:Guest-192.168.56.146-vlan://untagged]
>> > 2013-04-07 00:32:34,991 DEBUG [xen.resource.CitrixResourceBase]
>> > (DirectAgent-334:null) Created a vif
>> bec5565a-8c80-48a1-3ea4-88971784ce3b
>> > on 0
>> > 2013-04-07 00:32:36,396 DEBUG [cloud.api.ApiServlet]
>> > (1161145101@qtp-1008805148-33:null) ===START===  127.0.0.1 -- GET
>> >
>>  command=queryAsyncJobResult&jobId=00aeb7f7-459c-477e-a0a1-5d9262bc583a&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316356393
>> > 2013-04-07 00:32:36,418 DEBUG [cloud.api.ApiServlet]
>> > (1161145101@qtp-1008805148-33:null) ===END===  127.0.0.1 -- GET
>> >
>>  command=queryAsyncJobResult&jobId=00aeb7f7-459c-477e-a0a1-5d9262bc583a&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316356393
>> > 2013-04-07 00:32:39,395 DEBUG [cloud.api.ApiServlet]
>> > (1161145101@qtp-1008805148-33:null) ===START===  127.0.0.1 -- GET
>> >
>>  command=queryAsyncJobResult&jobId=00aeb7f7-459c-477e-a0a1-5d9262bc583a&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316359393
>> > 2013-04-07 00:32:39,410 DEBUG [cloud.api.ApiServlet]
>> > (1161145101@qtp-1008805148-33:null) ===END===  127.0.0.1 -- GET
>> >
>>  command=queryAsyncJobResult&jobId=00aeb7f7-459c-477e-a0a1-5d9262bc583a&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316359393
>> > 2013-04-07 00:32:41,550 INFO  [xen.resource.CitrixResourceBase]
>> > (DirectAgent-334:null) Programmed default network rules for i-2-13-VM on
>> > nic with ip:192.168.56.146 mac:06:06:fe:00:00:44
>> > 2013-04-07 00:32:41,550 DEBUG [xen.resource.CitrixResourceBase]
>> > (DirectAgent-334:null) 2. The VM i-2-13-VM is in Running state.
>> > 2013-04-07 00:32:41,550 DEBUG [agent.manager.DirectAgentAttache]
>> > (DirectAgent-334:null) Seq 6-324993308: Response Received:
>> > 2013-04-07 00:32:41,551 DEBUG [agent.transport.Request]
>> > (DirectAgent-334:null) Seq 6-324993308: Processing:  { Ans: , MgmtId: 1,
>> > via: 6, Ver: v1, Flags: 110,
>> >
>> [{"StartAnswer":{"vm":{"id":13,"name":"i-2-13-VM","bootloader":"PyGrub","type":"User","cpus":1,"speed":100,"minRam":1073741824,"maxRam":1073741824,"arch":"x86_64","os":"CentOS
>> > 5.3
>> >
>> (64-bit)","bootArgs":"","rebootOnCrash":false,"enableHA":false,"limitCpuUse":false,"vncPassword":"2e91fc6d6f16609d","params":{},"uuid":"94ddc16f-04fc-4da1-8326-01d8d5cdeb44","disks":[{"id":13,"name":"ROOT-13","mountPoint":"/iSCSI_SR_3","path":"99154d9c-2665-465d-8c71-e60f1748895b","size":52428800,"type":"ROOT","storagePoolType":"PreSetup","storagePoolUuid":"iSCSI_SR_3","deviceId":0},{"id":13,"name":"tiny
>> >
>> Linux","size":0,"type":"ISO","storagePoolType":"ISO","deviceId":3}],"nics":[{"deviceId":0,"networkRateMbps":200,"defaultNic":true,"uuid":"59b9a8aa-c867-40b8-95bb-6e40273569c9","ip":"192.168.56.146","netmask":"255.255.255.0","gateway":"192.168.56.1","mac":"06:06:fe:00:00:44","dns1":"8.8.8.8","dns2":"4.4.4.4","broadcastType":"Native","type":"Guest","broadcastUri":"vlan://untagged","isolationUri":"ec2://untagged","isSecurityGroupEnabled":true}]},"result":true,"wait":0}}]
>> > }
>> > 2013-04-07 00:32:41,551 DEBUG [agent.transport.Request]
>> > (Job-Executor-36:job-43) Seq 6-324993308: Received:  { Ans: , MgmtId: 1,
>> > via: 6, Ver: v1, Flags: 110, { StartAnswer } }
>> > 2013-04-07 00:32:41,551 DEBUG [agent.manager.AgentAttache]
>> > (DirectAgent-334:null) Seq 6-324993308: No more commands found
>> > 2013-04-07 00:32:41,592 DEBUG
>> [network.security.SecurityGroupManagerImpl]
>> > (Job-Executor-36:job-43) Security Group Mgr v2: scheduling ruleset
>> updates
>> > for 1 vms  (unique=1), current queue size=0
>> > 2013-04-07 00:32:41,593 DEBUG
>> [network.security.SecurityGroupManagerImpl]
>> > (Job-Executor-36:job-43) Security Group Mgr v2: done scheduling ruleset
>> > updates for 1 vms: num new jobs=1 num rows insert or updated=1 time
>> taken=1
>> > 2013-04-07 00:32:41,596 DEBUG [cloud.capacity.CapacityManagerImpl]
>> > (Job-Executor-36:job-43) VM state transitted from :Starting to Running
>> with
>> > event: OperationSucceededvm's original host id: 6 new host id: 6 host id
>> > before state transition: 6
>> > 2013-04-07 00:32:41,596 DEBUG [cloud.vm.VirtualMachineManagerImpl]
>> > (Job-Executor-36:job-43) Start completed for VM
>> > VM[User|94ddc16f-04fc-4da1-8326-01d8d5cdeb44]
>> > 2013-04-07 00:32:41,601 DEBUG
>> [network.security.SecurityGroupManagerImpl]
>> > (SecGrp-Worker-4:null) SecurityGroupManager v2: sending ruleset update
>> for
>> > vm i-2-13-VM:ingress num rules=0:egress num rules=0 num cidrs=0
>> > sig=d41d8cd98f00b204e9800998ecf8427e
>> > 2013-04-07 00:32:41,605 DEBUG [agent.transport.Request]
>> > (SecGrp-Worker-4:null) Seq 6-324993309: Sending  { Cmd , MgmtId: 1,
>> via: 6,
>> > Ver: v1, Flags: 100111,
>> >
>> [{"SecurityGroupRulesCmd":{"guestIp":"192.168.56.146","vmName":"i-2-13-VM","guestMac":"06:06:fe:00:00:44","signature":"d41d8cd98f00b204e9800998ecf8427e","seqNum":1,"vmId":13,"msId":1,"ingressRuleSet":[],"egressRuleSet":[],"wait":0}}]
>> > }
>> > 2013-04-07 00:32:41,605 DEBUG [cloud.async.AsyncJobManagerImpl]
>> > (Job-Executor-36:job-43) Complete async job-43, jobStatus: 1,
>> resultCode:
>> > 0, result: org.apache.cloudstack.api.response.UserVmResponse@68779e71
>> > 2013-04-07 00:32:41,605 DEBUG [agent.transport.Request]
>> > (SecGrp-Worker-4:null) Seq 6-324993309: Executing:  { Cmd , MgmtId: 1,
>> via:
>> > 6, Ver: v1, Flags: 100111,
>> >
>> [{"SecurityGroupRulesCmd":{"guestIp":"192.168.56.146","vmName":"i-2-13-VM","guestMac":"06:06:fe:00:00:44","signature":"d41d8cd98f00b204e9800998ecf8427e","seqNum":1,"vmId":13,"msId":1,"ingressRuleSet":[],"egressRuleSet":[],"wait":0}}]
>> > }
>> > 2013-04-07 00:32:41,606 DEBUG [agent.manager.DirectAgentAttache]
>> > (DirectAgent-275:null) Seq 6-324993309: Executing request
>> > 2013-04-07 00:32:41,611 DEBUG [cloud.async.AsyncJobManagerImpl]
>> > (Job-Executor-36:job-43) Done executing
>> > org.apache.cloudstack.api.command.user.vm.DeployVMCmd for job-43
>> > 2013-04-07 00:32:41,866 INFO  [xen.resource.CitrixResourceBase]
>> > (DirectAgent-275:null) Programmed network rules for vm i-2-13-VM
>> > guestIp=192.168.56.146, ingress numrules=0, egress numrules=0
>> > 2013-04-07 00:32:41,866 DEBUG [agent.manager.DirectAgentAttache]
>> > (DirectAgent-275:null) Seq 6-324993309: Response Received:
>> > 2013-04-07 00:32:41,866 DEBUG [agent.transport.Request]
>> > (DirectAgent-275:null) Seq 6-324993309: Processing:  { Ans: , MgmtId: 1,
>> > via: 6, Ver: v1, Flags: 110,
>> >
>> [{"SecurityGroupRuleAnswer":{"logSequenceNumber":1,"vmId":13,"reason":"NONE","result":true,"wait":0}}]
>> > }
>> > 2013-04-07 00:32:41,866 DEBUG [network.security.SecurityGroupListener]
>> > (DirectAgent-275:null) Successfully programmed rule
>> > com.cloud.agent.api.SecurityGroupRuleAnswer into host 6
>> > 2013-04-07 00:32:41,868 DEBUG [network.security.SecurityGroupListener]
>> > (DirectAgent-275:null) Successfully programmed rule
>> > com.cloud.agent.api.SecurityGroupRuleAnswer into host 6
>> > 2013-04-07 00:32:41,869 DEBUG [agent.manager.AgentAttache]
>> > (DirectAgent-275:null) Seq 6-324993309: No more commands found
>> > 2013-04-07 00:32:42,396 DEBUG [cloud.api.ApiServlet]
>> > (1161145101@qtp-1008805148-33:null) ===START===  127.0.0.1 -- GET
>> >
>>  command=queryAsyncJobResult&jobId=00aeb7f7-459c-477e-a0a1-5d9262bc583a&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316362394
>> > 2013-04-07 00:32:42,406 DEBUG [cloud.async.AsyncJobManagerImpl]
>> > (1161145101@qtp-1008805148-33:null) Async job-43 completed
>> > 2013-04-07 00:32:42,412 DEBUG [cloud.api.ApiServlet]
>> > (1161145101@qtp-1008805148-33:null) ===END===  127.0.0.1 -- GET
>> >
>>  command=queryAsyncJobResult&jobId=00aeb7f7-459c-477e-a0a1-5d9262bc583a&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316362394
>> > 2013-04-07 00:32:45,427 DEBUG [cloud.api.ApiServlet]
>> > (1161145101@qtp-1008805148-33:null) ===START===  127.0.0.1 -- GET
>> >
>>  command=listVolumes&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&listAll=true&page=1&pagesize=20&_=1365316365425
>> > 2013-04-07 00:32:45,442 DEBUG [cloud.api.ApiServlet]
>> > (1161145101@qtp-1008805148-33:null) ===END===  127.0.0.1 -- GET
>> >
>>  command=listVolumes&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&listAll=true&page=1&pagesize=20&_=1365316365425
>> > 2013-04-07 00:32:47,667 DEBUG [cloud.api.ApiServlet]
>> > (1161145101@qtp-1008805148-33:null) ===START===  127.0.0.1 -- GET
>> >
>>  command=listVolumes&id=44d56727-6e5f-438a-8187-42adfac7c906&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316367665
>> > 2013-04-07 00:32:47,679 DEBUG [agent.manager.AgentManagerImpl]
>> > (AgentManager-Handler-12:null) Ping from 3
>> > 2013-04-07 00:32:47,684 DEBUG [cloud.api.ApiServlet]
>> > (1161145101@qtp-1008805148-33:null) ===END===  127.0.0.1 -- GET
>> >
>>  command=listVolumes&id=44d56727-6e5f-438a-8187-42adfac7c906&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316367665
>> > 2013-04-07 00:32:47,698 DEBUG [cloud.api.ApiServlet]
>> > (1161145101@qtp-1008805148-33:null) ===START===  127.0.0.1 -- GET
>> >
>>  command=listTags&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&resourceId=44d56727-6e5f-438a-8187-42adfac7c906&resourceType=Volume&listAll=true&_=1365316367696
>> > 2013-04-07 00:32:47,708 DEBUG [cloud.api.ApiServlet]
>> > (1161145101@qtp-1008805148-33:null) ===END===  127.0.0.1 -- GET
>> >
>>  command=listTags&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&resourceId=44d56727-6e5f-438a-8187-42adfac7c906&resourceType=Volume&listAll=true&_=1365316367696
>> > 2013-04-07 00:32:50,453 DEBUG
>> > [storage.secondary.SecondaryStorageManagerImpl] (secstorage-1:null)
>> Zone 1
>> > is ready to launch secondary storage VM
>> > 2013-04-07 00:32:50,556 DEBUG
>> [cloud.consoleproxy.ConsoleProxyManagerImpl]
>> > (consoleproxy-1:null) Zone 1 is ready to launch console proxy
>> > 2013-04-07 00:32:50,815 DEBUG
>> > [network.router.VirtualNetworkApplianceManagerImpl]
>> (RouterMonitor-1:null)
>> > Found 0 running routers.
>> > 2013-04-07 00:32:50,820 DEBUG
>> > [network.router.VirtualNetworkApplianceManagerImpl]
>> > (RouterStatusMonitor-1:null) Found 0 routers to update status.
>> > 2013-04-07 00:32:50,821 DEBUG
>> > [network.router.VirtualNetworkApplianceManagerImpl]
>> > (RouterStatusMonitor-1:null) Found 0 networks to update RvR status.
>> > 2013-04-07 00:32:50,851 DEBUG
>> > [network.router.VirtualNetworkApplianceManagerImpl]
>> (RouterMonitor-1:null)
>> > Found 0 running routers.
>> > 2013-04-07 00:32:50,851 DEBUG
>> > [network.router.VirtualNetworkApplianceManagerImpl]
>> > (RouterStatusMonitor-1:null) Found 0 routers to update status.
>> > 2013-04-07 00:32:50,852 DEBUG
>> > [network.router.VirtualNetworkApplianceManagerImpl]
>> > (RouterStatusMonitor-1:null) Found 0 networks to update RvR status.
>> > 2013-04-07 00:32:50,908 DEBUG
>> > [cloud.network.ExternalLoadBalancerUsageManagerImpl]
>> > (ExternalNetworkMonitor-1:null) External devices stats collector is
>> > running...
>> > 2013-04-07 00:32:50,919 DEBUG [storage.snapshot.SnapshotSchedulerImpl]
>> > (SnapshotPollTask:null) Snapshot scheduler.poll is being called at
>> > 2013-04-07 06:32:50 GMT
>> > 2013-04-07 00:32:50,920 DEBUG [storage.snapshot.SnapshotSchedulerImpl]
>> > (SnapshotPollTask:null) Got 0 snapshots to be executed at 2013-04-07
>> > 06:32:50 GMT
>> > 2013-04-07 00:32:51,462 INFO  [agent.manager.AgentMonitor]
>> > (Thread-11:null) Found the following agents behind on ping: [6, 5]
>> > 2013-04-07 00:32:51,464 DEBUG [cloud.host.Status] (Thread-11:null) Ping
>> > timeout for host 6, do invstigation
>> > 2013-04-07 00:32:51,465 DEBUG [cloud.host.Status] (Thread-11:null) Ping
>> > timeout for host 5, do invstigation
>> > 2013-04-07 00:32:51,465 INFO  [agent.manager.AgentManagerImpl]
>> > (AgentTaskPool-15:null) Investigating why host 6 has disconnected with
>> > event PingTimeout
>> > 2013-04-07 00:32:51,465 DEBUG [agent.manager.AgentManagerImpl]
>> > (AgentTaskPool-15:null) checking if agent (6) is alive
>> > 2013-04-07 00:32:51,467 INFO  [agent.manager.AgentManagerImpl]
>> > (AgentTaskPool-1:null) Investigating why host 5 has disconnected with
>> event
>> > PingTimeout
>> > 2013-04-07 00:32:51,467 DEBUG [agent.manager.AgentManagerImpl]
>> > (AgentTaskPool-1:null) checking if agent (5) is alive
>> > 2013-04-07 00:32:51,469 DEBUG [agent.transport.Request]
>> > (AgentTaskPool-15:null) Seq 6-324993310: Sending  { Cmd , MgmtId: 1,
>> via:
>> > 6, Ver: v1, Flags: 100011, [{"CheckHealthCommand":{"wait":50}}] }
>> > 2013-04-07 00:32:51,469 DEBUG [agent.transport.Request]
>> > (AgentTaskPool-15:null) Seq 6-324993310: Executing:  { Cmd , MgmtId: 1,
>> > via: 6, Ver: v1, Flags: 100011, [{"CheckHealthCommand":{"wait":50}}] }
>> > 2013-04-07 00:32:51,469 DEBUG [agent.manager.DirectAgentAttache]
>> > (DirectAgent-335:null) Seq 6-324993310: Executing request
>> > 2013-04-07 00:32:51,473 DEBUG [agent.transport.Request]
>> > (AgentTaskPool-1:null) Seq 5-614334814: Sending  { Cmd , MgmtId: 1,
>> via: 5,
>> > Ver: v1, Flags: 100011, [{"CheckHealthCommand":{"wait":50}}] }
>> > 2013-04-07 00:32:51,473 DEBUG [agent.transport.Request]
>> > (AgentTaskPool-1:null) Seq 5-614334814: Executing:  { Cmd , MgmtId: 1,
>> via:
>> > 5, Ver: v1, Flags: 100011, [{"CheckHealthCommand":{"wait":50}}] }
>> > 2013-04-07 00:32:51,473 DEBUG [agent.manager.DirectAgentAttache]
>> > (DirectAgent-30:null) Seq 5-614334814: Executing request
>> > 2013-04-07 00:32:51,536 DEBUG [agent.manager.DirectAgentAttache]
>> > (DirectAgent-335:null) Seq 6-324993310: Response Received:
>> > 2013-04-07 00:32:51,536 DEBUG [agent.manager.DirectAgentAttache]
>> > (DirectAgent-30:null) Seq 5-614334814: Response Received:
>> > 2013-04-07 00:32:51,536 DEBUG [agent.transport.Request]
>> > (DirectAgent-30:null) Seq 5-614334814: Processing:  { Ans: , MgmtId: 1,
>> > via: 5, Ver: v1, Flags: 10,
>> > [{"CheckHealthAnswer":{"result":true,"details":"resource is
>> > alive","wait":0}}] }
>> > 2013-04-07 00:32:51,536 DEBUG [agent.transport.Request]
>> > (DirectAgent-335:null) Seq 6-324993310: Processing:  { Ans: , MgmtId: 1,
>> > via: 6, Ver: v1, Flags: 10,
>> > [{"CheckHealthAnswer":{"result":true,"details":"resource is
>> > alive","wait":0}}] }
>> > 2013-04-07 00:32:51,536 DEBUG [agent.transport.Request]
>> > (AgentTaskPool-1:null) Seq 5-614334814: Received:  { Ans: , MgmtId: 1,
>> via:
>> > 5, Ver: v1, Flags: 10, { CheckHealthAnswer } }
>> > 2013-04-07 00:32:51,536 DEBUG [agent.transport.Request]
>> > (AgentTaskPool-15:null) Seq 6-324993310: Received:  { Ans: , MgmtId: 1,
>> > via: 6, Ver: v1, Flags: 10, { CheckHealthAnswer } }
>> > 2013-04-07 00:32:51,536 DEBUG [agent.manager.AgentManagerImpl]
>> > (AgentTaskPool-1:null) Details from executing class
>> > com.cloud.agent.api.CheckHealthCommand: resource is alive
>> > 2013-04-07 00:32:51,536 DEBUG [agent.manager.AgentManagerImpl]
>> > (AgentTaskPool-1:null) agent (5) responded to checkHeathCommand,
>> reporting
>> > that agent is Up
>> > 2013-04-07 00:32:51,536 DEBUG [agent.manager.AgentManagerImpl]
>> > (AgentTaskPool-15:null) Details from executing class
>> > com.cloud.agent.api.CheckHealthCommand: resource is alive
>> > 2013-04-07 00:32:51,536 INFO  [agent.manager.AgentManagerImpl]
>> > (AgentTaskPool-1:null) The state determined is Up
>> > 2013-04-07 00:32:51,536 INFO  [agent.manager.AgentManagerImpl]
>> > (AgentTaskPool-1:null) Agent is determined to be up and running
>> > 2013-04-07 00:32:51,536 DEBUG [agent.manager.AgentManagerImpl]
>> > (AgentTaskPool-15:null) agent (6) responded to checkHeathCommand,
>> reporting
>> > that agent is Up
>> > 2013-04-07 00:32:51,536 DEBUG [cloud.host.Status] (AgentTaskPool-1:null)
>> > Transition:[Resource state = Enabled, Agent event = Ping, Host id = 5,
>> name
>> > = Tut-XenServer2]
>> > 2013-04-07 00:32:51,536 INFO  [agent.manager.AgentManagerImpl]
>> > (AgentTaskPool-15:null) The state determined is Up
>> > 2013-04-07 00:32:51,537 INFO  [agent.manager.AgentManagerImpl]
>> > (AgentTaskPool-15:null) Agent is determined to be up and running
>> > 2013-04-07 00:32:51,540 DEBUG [cloud.host.Status] (AgentTaskPool-1:null)
>> > Agent status update: [id = 5; name = Tut-XenServer2; old status = Up;
>> event
>> > = Ping; new status = Up; old update count = 146; new update count = 147]
>> > 2013-04-07 00:32:51,540 DEBUG [cloud.host.Status]
>> (AgentTaskPool-15:null)
>> > Transition:[Resource state = Enabled, Agent event = Ping, Host id = 6,
>> name
>> > = Tut-XenServer]
>> > 2013-04-07 00:32:51,542 DEBUG [cloud.host.Status]
>> (AgentTaskPool-15:null)
>> > Agent status update: [id = 6; name = Tut-XenServer; old status = Up;
>> event
>> > = Ping; new status = Up; old update count = 309; new update count = 310]
>> > 2013-04-07 00:33:04,820 DEBUG [agent.manager.DirectAgentAttache]
>> > (DirectAgent-422:null) Ping from 6
>> > 2013-04-07 00:33:06,176 DEBUG [agent.manager.DirectAgentAttache]
>> > (DirectAgent-135:null) Ping from 5
>> > 2013-04-07 00:33:06,909 DEBUG [agent.manager.DirectAgentAttache]
>> > (DirectAgent-152:null) Seq 6-324993028: Executing request
>> > 2013-04-07 00:33:07,151 DEBUG [agent.manager.DirectAgentAttache]
>> > (DirectAgent-152:null) Seq 6-324993028: Response Received:
>> > 2013-04-07 00:33:07,151 DEBUG [agent.transport.Request]
>> > (DirectAgent-152:null) Seq 6-324993028: Processing:  { Ans: , MgmtId: 1,
>> > via: 6, Ver: v1, Flags: 10,
>> >
>> [{"ClusterSyncAnswer":{"_clusterId":2,"_newStates":{},"_isExecuted":false,"result":true,"wait":0}}]
>> > }
>> > 2013-04-07 00:33:11,022 DEBUG [agent.manager.DirectAgentAttache]
>> > (DirectAgent-50:null) Seq 5-614334468: Executing request
>> > 2013-04-07 00:33:11,169 DEBUG [agent.manager.DirectAgentAttache]
>> > (DirectAgent-50:null) Seq 5-614334468: Response Received:
>> > 2013-04-07 00:33:11,169 DEBUG [agent.transport.Request]
>> > (DirectAgent-50:null) Seq 5-614334468: Processing:  { Ans: , MgmtId: 1,
>> > via: 5, Ver: v1, Flags: 10, [{"Answer":{"result":true,"wait":0}}] }
>> > 2013-04-07 00:33:20,451 DEBUG
>> > [storage.secondary.SecondaryStorageManagerImpl] (secstorage-1:null)
>> Zone 1
>> > is ready to launch secondary storage VM
>> > 2013-04-07 00:33:20,553 DEBUG
>> [cloud.consoleproxy.ConsoleProxyManagerImpl]
>> > (consoleproxy-1:null) Zone 1 is ready to launch console proxy
>> > 2013-04-07 00:33:20,819 DEBUG
>> > [network.router.VirtualNetworkApplianceManagerImpl]
>> > (RouterStatusMonitor-1:null) Found 0 routers to update status.
>> > 2013-04-07 00:33:20,820 DEBUG
>> > [network.router.VirtualNetworkApplianceManagerImpl]
>> > (RouterStatusMonitor-1:null) Found 0 networks to update RvR status.
>> > 2013-04-07 00:33:20,851 DEBUG
>> > [network.router.VirtualNetworkApplianceManagerImpl]
>> > (RouterStatusMonitor-1:null) Found 0 routers to update status.
>> > 2013-04-07 00:33:20,852 DEBUG
>> > [network.router.VirtualNetworkApplianceManagerImpl]
>> > (RouterStatusMonitor-1:null) Found 0 networks to update RvR status.
>> > 2013-04-07 00:33:20,921 DEBUG [cloud.alert.AlertManagerImpl]
>> > (CapacityChecker:null) Running Capacity Checker ...
>> > 2013-04-07 00:33:20,921 DEBUG [cloud.alert.AlertManagerImpl]
>> > (CapacityChecker:null) recalculating system capacity
>> > 2013-04-07 00:33:20,921 DEBUG [cloud.alert.AlertManagerImpl]
>> > (CapacityChecker:null) Executing cpu/ram capacity update
>> > 2013-04-07 00:33:20,929 DEBUG [cloud.capacity.CapacityManagerImpl]
>> > (CapacityChecker:null) Found 2 VMs on host 1
>> > 2013-04-07 00:33:20,931 DEBUG [cloud.capacity.CapacityManagerImpl]
>> > (CapacityChecker:null) Found 0 VM, not running on host 1
>> > 2013-04-07 00:33:20,933 DEBUG [cloud.capacity.CapacityManagerImpl]
>> > (CapacityChecker:null) No need to calibrate cpu capacity, host:1
>> usedCpu:
>> > 200 reservedCpu: 0
>> > 2013-04-07 00:33:20,933 DEBUG [cloud.capacity.CapacityManagerImpl]
>> > (CapacityChecker:null) No need to calibrate memory capacity, host:1
>> > usedMem: 209715200 reservedMem: 0
>> > 2013-04-07 00:33:20,939 DEBUG [cloud.capacity.CapacityManagerImpl]
>> > (CapacityChecker:null) Found 1 VMs on host 5
>> > 2013-04-07 00:33:20,940 DEBUG [cloud.capacity.CapacityManagerImpl]
>> > (CapacityChecker:null) Found 0 VM, not running on host 5
>> > 2013-04-07 00:33:20,942 DEBUG [cloud.capacity.CapacityManagerImpl]
>> > (CapacityChecker:null) No need to calibrate cpu capacity, host:5
>> usedCpu:
>> > 100 reservedCpu: 0
>> > 2013-04-07 00:33:20,942 DEBUG [cloud.capacity.CapacityManagerImpl]
>> > (CapacityChecker:null) No need to calibrate memory capacity, host:5
>> > usedMem: 1073741824 reservedMem: 0
>> > 2013-04-07 00:33:20,948 DEBUG [cloud.capacity.CapacityManagerImpl]
>> > (CapacityChecker:null) Found 2 VMs on host 6
>> > 2013-04-07 00:33:20,949 DEBUG [cloud.capacity.CapacityManagerImpl]
>> > (CapacityChecker:null) Found 0 VM, not running on host 6
>> > 2013-04-07 00:33:20,951 DEBUG [cloud.capacity.CapacityManagerImpl]
>> > (CapacityChecker:null) No need to calibrate cpu capacity, host:6
>> usedCpu:
>> > 200 reservedCpu: 0
>> > 2013-04-07 00:33:20,951 DEBUG [cloud.capacity.CapacityManagerImpl]
>> > (CapacityChecker:null) No need to calibrate memory capacity, host:6
>> > usedMem: 1178599424 reservedMem: 0
>> > 2013-04-07 00:33:20,951 DEBUG [cloud.alert.AlertManagerImpl]
>> > (CapacityChecker:null) Done executing cpu/ram capacity update
>> > 2013-04-07 00:33:20,951 DEBUG [cloud.alert.AlertManagerImpl]
>> > (CapacityChecker:null) Executing storage capacity update
>> > 2013-04-07 00:33:20,956 DEBUG [cloud.storage.StorageManagerImpl]
>> > (CapacityChecker:null) Successfully set Capacity - 31004332032 for
>> capacity
>> > type - 9 , DataCenterId - 1, HostOrPoolId - 200, PodId 1
>> > 2013-04-07 00:33:20,959 DEBUG [cloud.storage.StorageManagerImpl]
>> > (CapacityChecker:null) Successfully set Capacity - 97221701632 for
>> capacity
>> > type - 9 , DataCenterId - 1, HostOrPoolId - 201, PodId 1
>> > 2013-04-07 00:33:20,963 DEBUG [cloud.storage.StorageManagerImpl]
>> > (CapacityChecker:null) Successfully set Capacity - 97221701632 for
>> capacity
>> > type - 9 , DataCenterId - 1, HostOrPoolId - 202, PodId 1
>> > 2013-04-07 00:33:20,967 DEBUG [cloud.storage.StorageManagerImpl]
>> > (CapacityChecker:null) Successfully set Capacity - 2084569088 for
>> capacity
>> > type - 3 , DataCenterId - 1, HostOrPoolId - 256, PodId 1
>> > 2013-04-07 00:33:20,971 DEBUG [cloud.storage.StorageManagerImpl]
>> > (CapacityChecker:null) Successfully set Capacity - 2084569088 for
>> capacity
>> > type - 3 , DataCenterId - 1, HostOrPoolId - 257, PodId 1
>> > 2013-04-07 00:33:20,975 DEBUG [cloud.storage.StorageManagerImpl]
>> > (CapacityChecker:null) Successfully set Capacity - 2084569088 for
>> capacity
>> > type - 3 , DataCenterId - 1, HostOrPoolId - 262, PodId 1
>> > 2013-04-07 00:33:20,975 DEBUG [cloud.alert.AlertManagerImpl]
>> > (CapacityChecker:null) Done executing storage capacity update
>> > 2013-04-07 00:33:20,975 DEBUG [cloud.alert.AlertManagerImpl]
>> > (CapacityChecker:null) Executing capacity updates for public ip and
>> Vlans
>> > 2013-04-07 00:33:20,983 DEBUG [cloud.alert.AlertManagerImpl]
>> > (CapacityChecker:null) Done capacity updates for public ip and Vlans
>> > 2013-04-07 00:33:20,983 DEBUG [cloud.alert.AlertManagerImpl]
>> > (CapacityChecker:null) Executing capacity updates for private ip
>> > 2013-04-07 00:33:20,990 DEBUG [cloud.alert.AlertManagerImpl]
>> > (CapacityChecker:null) Done executing capacity updates for private ip
>> > 2013-04-07 00:33:20,990 DEBUG [cloud.alert.AlertManagerImpl]
>> > (CapacityChecker:null) Done recalculating system capacity
>> > 2013-04-07 00:33:21,012 DEBUG [cloud.alert.AlertManagerImpl]
>> > (CapacityChecker:null) Done running Capacity Checker ...
>> > 2013-04-07 00:33:24,891 DEBUG [agent.manager.AgentManagerImpl]
>> > (AgentManager-Handler-13:null) Ping from 4
>> > 2013-04-07 00:33:27,159 DEBUG [agent.manager.DirectAgentAttache]
>> > (DirectAgent-459:null) Ping from 1
>> > 2013-04-07 00:33:29,095 DEBUG [agent.manager.DirectAgentAttache]
>> > (DirectAgent-457:null) Seq 1-90046472: Executing request
>> > 2013-04-07 00:33:29,329 DEBUG [agent.manager.DirectAgentAttache]
>> > (DirectAgent-457:null) Seq 1-90046472: Response Received:
>> > 2013-04-07 00:33:29,330 DEBUG [agent.transport.Request]
>> > (DirectAgent-457:null) Seq 1-90046472: Processing:  { Ans: , MgmtId: 1,
>> > via: 1, Ver: v1, Flags: 10,
>> >
>> [{"ClusterSyncAnswer":{"_clusterId":1,"_newStates":{},"_isExecuted":false,"result":true,"wait":0}}]
>> > }
>> > 2013-04-07 00:33:33,192 DEBUG [cloud.api.ApiServlet]
>> > (1161145101@qtp-1008805148-33:null) ===START===  127.0.0.1 -- GET
>> >
>>  command=listVirtualMachines&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&listAll=true&page=1&pagesize=20&_=1365316413189
>> > 2013-04-07 00:33:33,210 DEBUG [cloud.api.ApiServlet]
>> > (1161145101@qtp-1008805148-33:null) ===END===  127.0.0.1 -- GET
>> >
>>  command=listVirtualMachines&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&listAll=true&page=1&pagesize=20&_=1365316413189
>> > 2013-04-07 00:33:35,033 DEBUG [cloud.api.ApiServlet]
>> > (1161145101@qtp-1008805148-33:null) ===START===  127.0.0.1 -- GET
>> >
>>  command=listZones&available=true&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316415031
>> > 2013-04-07 00:33:35,040 DEBUG [cloud.api.ApiServlet]
>> > (1161145101@qtp-1008805148-33:null) ===END===  127.0.0.1 -- GET
>> >
>>  command=listZones&available=true&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316415031
>> > 2013-04-07 00:33:36,745 DEBUG [cloud.api.ApiServlet]
>> > (1161145101@qtp-1008805148-33:null) ===START===  127.0.0.1 -- GET
>> >
>>  command=listHypervisors&zoneid=3a62dec3-cf95-4ba2-9af0-af2190af35e3&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316416743
>> > 2013-04-07 00:33:36,753 DEBUG [cloud.api.ApiServlet]
>> > (1161145101@qtp-1008805148-33:null) ===END===  127.0.0.1 -- GET
>> >
>>  command=listHypervisors&zoneid=3a62dec3-cf95-4ba2-9af0-af2190af35e3&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316416743
>> > 2013-04-07 00:33:36,756 DEBUG [cloud.api.ApiServlet]
>> > (1161145101@qtp-1008805148-33:null) ===START===  127.0.0.1 -- GET
>> >
>>  command=listTemplates&templatefilter=featured&zoneid=3a62dec3-cf95-4ba2-9af0-af2190af35e3&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316416754
>> > 2013-04-07 00:33:36,781 DEBUG [cloud.api.ApiServlet]
>> > (1161145101@qtp-1008805148-33:null) ===END===  127.0.0.1 -- GET
>> >
>>  command=listTemplates&templatefilter=featured&zoneid=3a62dec3-cf95-4ba2-9af0-af2190af35e3&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316416754
>> > 2013-04-07 00:33:36,784 DEBUG [cloud.api.ApiServlet]
>> > (1161145101@qtp-1008805148-33:null) ===START===  127.0.0.1 -- GET
>> >
>>  command=listTemplates&templatefilter=community&zoneid=3a62dec3-cf95-4ba2-9af0-af2190af35e3&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316416782
>> > 2013-04-07 00:33:36,812 DEBUG [cloud.api.ApiServlet]
>> > (1161145101@qtp-1008805148-33:null) ===END===  127.0.0.1 -- GET
>> >
>>  command=listTemplates&templatefilter=community&zoneid=3a62dec3-cf95-4ba2-9af0-af2190af35e3&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316416782
>> > 2013-04-07 00:33:36,815 DEBUG [cloud.api.ApiServlet]
>> > (1161145101@qtp-1008805148-33:null) ===START===  127.0.0.1 -- GET
>> >
>>  command=listTemplates&templatefilter=selfexecutable&zoneid=3a62dec3-cf95-4ba2-9af0-af2190af35e3&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316416813
>> > 2013-04-07 00:33:36,829 DEBUG [cloud.api.ApiServlet]
>> > (1161145101@qtp-1008805148-33:null) ===END===  127.0.0.1 -- GET
>> >
>>  command=listTemplates&templatefilter=selfexecutable&zoneid=3a62dec3-cf95-4ba2-9af0-af2190af35e3&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316416813
>> > 2013-04-07 00:33:37,503 DEBUG [cloud.api.ApiServlet]
>> > (1161145101@qtp-1008805148-33:null) ===START===  127.0.0.1 -- GET
>> >
>>  command=listServiceOfferings&issystem=false&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316417501
>> > 2013-04-07 00:33:37,514 DEBUG [cloud.api.ApiServlet]
>> > (1161145101@qtp-1008805148-33:null) ===END===  127.0.0.1 -- GET
>> >
>>  command=listServiceOfferings&issystem=false&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316417501
>> > 2013-04-07 00:33:41,151 DEBUG [cloud.api.ApiServlet]
>> > (1161145101@qtp-1008805148-33:null) ===START===  127.0.0.1 -- GET
>> >
>>  command=listDiskOfferings&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316421149
>> > 2013-04-07 00:33:41,162 DEBUG [cloud.api.ApiServlet]
>> > (1161145101@qtp-1008805148-33:null) ===END===  127.0.0.1 -- GET
>> >
>>  command=listDiskOfferings&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316421149
>> > 2013-04-07 00:33:41,970 DEBUG [cloud.api.ApiServlet]
>> > (1161145101@qtp-1008805148-33:null) ===START===  127.0.0.1 -- GET
>> >
>>  command=listNetworks&trafficType=Guest&zoneId=3a62dec3-cf95-4ba2-9af0-af2190af35e3&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316421968
>> > 2013-04-07 00:33:41,994 DEBUG [cloud.api.ApiServlet]
>> > (1161145101@qtp-1008805148-33:null) ===END===  127.0.0.1 -- GET
>> >
>>  command=listNetworks&trafficType=Guest&zoneId=3a62dec3-cf95-4ba2-9af0-af2190af35e3&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316421968
>> > 2013-04-07 00:33:41,997 DEBUG [cloud.api.ApiServlet]
>> > (1161145101@qtp-1008805148-33:null) ===START===  127.0.0.1 -- GET
>> >
>>  command=listSecurityGroups&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&domainid=e4ec5ddc-9e1c-11e2-a770-6e70e42a2333&account=admin&_=1365316421995
>> > 2013-04-07 00:33:42,003 DEBUG [cloud.user.AccountManagerImpl]
>> > (1161145101@qtp-1008805148-33:null) Access granted to Acct[2-admin] to
>> > Domain:1/ by DomainChecker
>> > 2013-04-07 00:33:42,009 DEBUG [cloud.api.ApiServlet]
>> > (1161145101@qtp-1008805148-33:null) ===END===  127.0.0.1 -- GET
>> >
>>  command=listSecurityGroups&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&domainid=e4ec5ddc-9e1c-11e2-a770-6e70e42a2333&account=admin&_=1365316421995
>> > 2013-04-07 00:33:44,477 DEBUG [cloud.api.ApiServlet]
>> > (1161145101@qtp-1008805148-33:null) ===START===  127.0.0.1 -- GET
>> >
>>  command=deployVirtualMachine&zoneId=3a62dec3-cf95-4ba2-9af0-af2190af35e3&templateId=e4a7df4a-9e1c-11e2-a770-6e70e42a2333&hypervisor=XenServer&serviceOfferingId=9c1e08a2-2dfe-4fa8-aea9-3e4955a69cc2&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316424475
>> > 2013-04-07 00:33:44,484 DEBUG [cloud.api.ApiDispatcher]
>> > (1161145101@qtp-1008805148-33:null) InfrastructureEntity name
>> > is:com.cloud.offering.ServiceOffering
>> > 2013-04-07 00:33:44,486 DEBUG [cloud.api.ApiDispatcher]
>> > (1161145101@qtp-1008805148-33:null) ControlledEntity name
>> > is:com.cloud.template.VirtualMachineTemplate
>> > 2013-04-07 00:33:44,510 DEBUG [cloud.vm.UserVmManagerImpl]
>> > (1161145101@qtp-1008805148-33:null) Allocating in the DB for vm
>> > 2013-04-07 00:33:44,523 DEBUG [cloud.vm.VirtualMachineManagerImpl]
>> > (1161145101@qtp-1008805148-33:null) Allocating entries for VM:
>> > VM[User|a30b991d-1c38-4bae-803f-ab3be57a384f]
>> > 2013-04-07 00:33:44,523 DEBUG [cloud.vm.VirtualMachineManagerImpl]
>> > (1161145101@qtp-1008805148-33:null) Allocating nics for
>> > VM[User|a30b991d-1c38-4bae-803f-ab3be57a384f]
>> > 2013-04-07 00:33:44,524 DEBUG [cloud.network.NetworkManagerImpl]
>> > (1161145101@qtp-1008805148-33:null) Allocating nic for vm
>> > VM[User|a30b991d-1c38-4bae-803f-ab3be57a384f] in network
>> Ntwk[204|Guest|6]
>> > with requested profile NicProfile[0-0-null-null-null
>> > 2013-04-07 00:33:44,531 DEBUG [cloud.vm.VirtualMachineManagerImpl]
>> > (1161145101@qtp-1008805148-33:null) Allocaing disks for
>> > VM[User|a30b991d-1c38-4bae-803f-ab3be57a384f]
>> > 2013-04-07 00:33:44,538 DEBUG [cloud.vm.VirtualMachineManagerImpl]
>> > (1161145101@qtp-1008805148-33:null) Allocation completed for VM:
>> > VM[User|a30b991d-1c38-4bae-803f-ab3be57a384f]
>> > 2013-04-07 00:33:44,538 DEBUG [cloud.vm.UserVmManagerImpl]
>> > (1161145101@qtp-1008805148-33:null) Successfully allocated DB entry for
>> > VM[User|a30b991d-1c38-4bae-803f-ab3be57a384f]
>> > 2013-04-07 00:33:44,571 DEBUG [cloud.async.AsyncJobManagerImpl]
>> > (1161145101@qtp-1008805148-33:null) submit async job-44, details:
>> > AsyncJobVO {id:44, userId: 2, accountId: 2, sessionKey: null,
>> instanceType:
>> > null, instanceId: 14, cmd:
>> > org.apache.cloudstack.api.command.user.vm.DeployVMCmd, cmdOriginator:
>> null,
>> > cmdInfo:
>> >
>> {"id":"14","templateId":"e4a7df4a-9e1c-11e2-a770-6e70e42a2333","response":"json","sessionkey":"Z6QqzU0Fq1iT13bMgnRRfl8GoVA\u003d","ctxUserId":"2","hypervisor":"XenServer","serviceOfferingId":"9c1e08a2-2dfe-4fa8-aea9-3e4955a69cc2","_":"1365316424475","ctxAccountId":"2","ctxStartEventId":"49","zoneId":"3a62dec3-cf95-4ba2-9af0-af2190af35e3"},
>> > cmdVersion: 0, callbackType: 0, callbackAddress: null, status: 0,
>> > processStatus: 0, resultCode: 0, result: null, initMsid: 1,
>> completeMsid:
>> > null, lastUpdated: null, lastPolled: null, created: null}
>> > 2013-04-07 00:33:44,572 DEBUG [cloud.async.AsyncJobManagerImpl]
>> > (Job-Executor-37:job-44) Executing
>> > org.apache.cloudstack.api.command.user.vm.DeployVMCmd for job-44
>> > 2013-04-07 00:33:44,573 DEBUG [cloud.api.ApiServlet]
>> > (1161145101@qtp-1008805148-33:null) ===END===  127.0.0.1 -- GET
>> >
>>  command=deployVirtualMachine&zoneId=3a62dec3-cf95-4ba2-9af0-af2190af35e3&templateId=e4a7df4a-9e1c-11e2-a770-6e70e42a2333&hypervisor=XenServer&serviceOfferingId=9c1e08a2-2dfe-4fa8-aea9-3e4955a69cc2&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316424475
>> > 2013-04-07 00:33:44,578 DEBUG [cloud.api.ApiDispatcher]
>> > (Job-Executor-37:job-44) InfrastructureEntity name
>> > is:com.cloud.offering.ServiceOffering
>> > 2013-04-07 00:33:44,581 DEBUG [cloud.api.ApiDispatcher]
>> > (Job-Executor-37:job-44) ControlledEntity name
>> > is:com.cloud.template.VirtualMachineTemplate
>> > 2013-04-07 00:33:44,624 DEBUG [cloud.deploy.FirstFitPlanner]
>> > (Job-Executor-37:job-44) DeploymentPlanner allocation algorithm: random
>> > 2013-04-07 00:33:44,624 DEBUG [cloud.deploy.FirstFitPlanner]
>> > (Job-Executor-37:job-44) Trying to allocate a host and storage pools
>> from
>> > dc:1, pod:null,cluster:null, requested cpu: 100, requested ram:
>> 1073741824
>> > 2013-04-07 00:33:44,624 DEBUG [cloud.deploy.FirstFitPlanner]
>> > (Job-Executor-37:job-44) Is ROOT volume READY (pool already
>> allocated)?: No
>> > 2013-04-07 00:33:44,624 DEBUG [cloud.deploy.FirstFitPlanner]
>> > (Job-Executor-37:job-44) Searching all possible resources under this
>> Zone: 1
>> > 2013-04-07 00:33:44,625 DEBUG [cloud.deploy.FirstFitPlanner]
>> > (Job-Executor-37:job-44) Listing clusters in order of aggregate
>> capacity,
>> > that have (atleast one host with) enough CPU and RAM capacity under this
>> > Zone: 1
>> > 2013-04-07 00:33:44,626 DEBUG [cloud.deploy.FirstFitPlanner]
>> > (Job-Executor-37:job-44) CPUOverprovisioningFactor considered: 1.0
>> > 2013-04-07 00:33:44,638 DEBUG [cloud.deploy.FirstFitPlanner]
>> > (Job-Executor-37:job-44) Cannot allocate cluster list [1, 2] for vm
>> > creation since their allocated percentage crosses the disable capacity
>> > threshold: 0.85 for capacity Type : 0, skipping these clusters
>> > 2013-04-07 00:33:44,639 DEBUG [cloud.deploy.FirstFitPlanner]
>> > (Job-Executor-37:job-44) Could not find suitable Deployment Destination
>> for
>> > this VM under any clusters, returning.
>> > 2013-04-07 00:33:44,641 DEBUG [cloud.vm.UserVmManagerImpl]
>> > (Job-Executor-37:job-44) Destroying vm
>> > VM[User|a30b991d-1c38-4bae-803f-ab3be57a384f] as it failed to create on
>> > Host with Id:null
>> > 2013-04-07 00:33:44,646 DEBUG [cloud.capacity.CapacityManagerImpl]
>> > (Job-Executor-37:job-44) VM state transitted from :Stopped to Error with
>> > event: OperationFailedToErrorvm's original host id: null new host id:
>> null
>> > host id before state transition: null
>> > 2013-04-07 00:33:44,672 INFO  [user.vm.DeployVMCmd]
>> > (Job-Executor-37:job-44)
>> > com.cloud.exception.InsufficientServerCapacityException: Unable to
>> create a
>> > deployment for
>> VM[User|a30b991d-1c38-4bae-803f-ab3be57a384f]Scope=interface
>> > com.cloud.dc.DataCenter; id=1
>> > 2013-04-07 00:33:44,672 INFO  [user.vm.DeployVMCmd]
>> > (Job-Executor-37:job-44) Unable to create a deployment for
>> > VM[User|a30b991d-1c38-4bae-803f-ab3be57a384f]
>> > com.cloud.exception.InsufficientServerCapacityException: Unable to
>> create
>> > a deployment for
>> > VM[User|a30b991d-1c38-4bae-803f-ab3be57a384f]Scope=interface
>> > com.cloud.dc.DataCenter; id=1
>> >  at
>> >
>> org.apache.cloudstack.engine.cloud.entity.api.VMEntityManagerImpl.reserveVirtualMachine(VMEntityManagerImpl.java:186)
>> > at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
>> >  at
>> >
>> sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
>> > at
>> >
>> sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
>> >  at java.lang.reflect.Method.invoke(Method.java:597)
>> > at
>> >
>> org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:319)
>> >  at
>> >
>> org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:183)
>> > at
>> >
>> org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:150)
>> >  at
>> >
>> org.springframework.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodInvocationProceedingJoinPoint.java:80)
>> > at
>> >
>> com.cloud.utils.db.TransactionContextBuilder.AroundAnyMethod(TransactionContextBuilder.java:37)
>> >  at sun.reflect.GeneratedMethodAccessor37.invoke(Unknown Source)
>> > at
>> >
>> sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
>> >  at java.lang.reflect.Method.invoke(Method.java:597)
>> > at
>> >
>> org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:621)
>> >  at
>> >
>> org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:610)
>> > at
>> >
>> org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:65)
>> >  at
>> >
>> org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:172)
>> > at
>> >
>> org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:90)
>> >  at
>> >
>> org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:172)
>> > at
>> >
>> org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:202)
>> >  at com.sun.proxy.$Proxy297.reserveVirtualMachine(Unknown Source)
>> > at
>> >
>> org.apache.cloudstack.engine.cloud.entity.api.VirtualMachineEntityImpl.reserve(VirtualMachineEntityImpl.java:198)
>> >  at
>> >
>> com.cloud.vm.UserVmManagerImpl.startVirtualMachine(UserVmManagerImpl.java:3859)
>> > at
>> >
>> com.cloud.vm.UserVmManagerImpl.startVirtualMachine(UserVmManagerImpl.java:3458)
>> >  at
>> >
>> com.cloud.vm.UserVmManagerImpl.startVirtualMachine(UserVmManagerImpl.java:3444)
>> > at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
>> >  at
>> >
>> sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
>> > at
>> >
>> sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
>> >  at java.lang.reflect.Method.invoke(Method.java:597)
>> > at
>> >
>> org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:319)
>> >  at
>> >
>> org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:183)
>> > at
>> >
>> org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:150)
>> >  at
>> >
>> org.springframework.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodInvocationProceedingJoinPoint.java:80)
>> > at
>> >
>> com.cloud.event.ActionEventInterceptor.AroundAnyMethod(ActionEventInterceptor.java:53)
>> >  at sun.reflect.GeneratedMethodAccessor359.invoke(Unknown Source)
>> > at
>> >
>> sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
>> >  at java.lang.reflect.Method.invoke(Method.java:597)
>> > at
>> >
>> org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:621)
>> >  at
>> >
>> org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:610)
>> > at
>> >
>> org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:65)
>> >  at
>> >
>> org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:161)
>> > at
>> >
>> org.springframework.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodInvocationProceedingJoinPoint.java:80)
>> >  at
>> >
>> com.cloud.utils.db.TransactionContextBuilder.AroundAnyMethod(TransactionContextBuilder.java:37)
>> > at sun.reflect.GeneratedMethodAccessor37.invoke(Unknown Source)
>> >  at
>> >
>> sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
>> > at java.lang.reflect.Method.invoke(Method.java:597)
>> >  at
>> >
>> org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:621)
>> > at
>> >
>> org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:610)
>> >  at
>> >
>> org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:65)
>> > at
>> >
>> org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:172)
>> >  at
>> >
>> org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:90)
>> > at
>> >
>> org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:172)
>> >  at
>> >
>> org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:202)
>> > at com.sun.proxy.$Proxy263.startVirtualMachine(Unknown Source)
>> >  at
>> >
>> org.apache.cloudstack.api.command.user.vm.DeployVMCmd.execute(DeployVMCmd.java:379)
>> > at com.cloud.api.ApiDispatcher.dispatch(ApiDispatcher.java:163)
>> >  at net.sf.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204)
>> > at
>> >
>> org.springframework.aop.framework.Cglib2AopProxy$CglibMethodInvocation.invokeJoinpoint(Cglib2AopProxy.java:689)
>> >  at
>> >
>> org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:150)
>> > at
>> >
>> org.springframework.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodInvocationProceedingJoinPoint.java:80)
>> >  at
>> >
>> com.cloud.utils.db.TransactionContextBuilder.AroundAnyMethod(TransactionContextBuilder.java:37)
>> > at sun.reflect.GeneratedMethodAccessor37.invoke(Unknown Source)
>> >  at
>> >
>> sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
>> > at java.lang.reflect.Method.invoke(Method.java:597)
>> >  at
>> >
>> org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:621)
>> > at
>> >
>> org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:610)
>> >  at
>> >
>> org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:65)
>> > at
>> >
>> org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:172)
>> >  at
>> >
>> org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:90)
>> > at
>> >
>> org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:172)
>> >  at
>> >
>> org.springframework.aop.framework.Cglib2AopProxy$DynamicAdvisedInterceptor.intercept(Cglib2AopProxy.java:622)
>> > at
>> com.cloud.async.AsyncJobManagerImpl$1.run(AsyncJobManagerImpl.java:437)
>> >  at
>> > java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:439)
>> > at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:303)
>> >  at java.util.concurrent.FutureTask.run(FutureTask.java:138)
>> > at
>> >
>> java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:895)
>> >  at
>> >
>> java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:918)
>> > at java.lang.Thread.run(Thread.java:680)
>> > 2013-04-07 00:33:44,674 DEBUG [cloud.async.AsyncJobManagerImpl]
>> > (Job-Executor-37:job-44) Complete async job-44, jobStatus: 2,
>> resultCode:
>> > 530, result: Error Code: 533 Error text: Unable to create a deployment
>> for
>> > VM[User|a30b991d-1c38-4bae-803f-ab3be57a384f]
>> > 2013-04-07 00:33:47,591 DEBUG [cloud.api.ApiServlet]
>> > (1161145101@qtp-1008805148-33:null) ===START===  127.0.0.1 -- GET
>> >
>>  command=queryAsyncJobResult&jobId=8dd191cc-2709-4223-aee5-3ecd759d4afd&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316427589
>> > 2013-04-07 00:33:47,601 DEBUG [cloud.async.AsyncJobManagerImpl]
>> > (1161145101@qtp-1008805148-33:null) Async job-44 completed
>> > 2013-04-07 00:33:47,605 DEBUG [cloud.api.ApiServlet]
>> > (1161145101@qtp-1008805148-33:null) ===END===  127.0.0.1 -- GET
>> >
>>  command=queryAsyncJobResult&jobId=8dd191cc-2709-4223-aee5-3ecd759d4afd&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316427589
>> > 2013-04-07 00:33:47,608 DEBUG [cloud.api.ApiServlet]
>> > (1161145101@qtp-1008805148-33:null) ===START===  127.0.0.1 -- GET
>> >
>>  command=listVirtualMachines&id=a30b991d-1c38-4bae-803f-ab3be57a384f&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316427606
>> > 2013-04-07 00:33:47,621 DEBUG [cloud.api.ApiServlet]
>> > (1161145101@qtp-1008805148-33:null) ===END===  127.0.0.1 -- GET
>> >
>>  command=listVirtualMachines&id=a30b991d-1c38-4bae-803f-ab3be57a384f&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316427606
>> > 2013-04-07 00:33:47,678 DEBUG [agent.manager.AgentManagerImpl]
>> > (AgentManager-Handler-14:null) Ping from 3
>> > 2013-04-07 00:33:50,451 DEBUG
>> > [storage.secondary.SecondaryStorageManagerImpl] (secstorage-1:null)
>> Zone 1
>> > is ready to launch secondary storage VM
>> > 2013-04-07 00:33:50,559 DEBUG
>> [cloud.consoleproxy.ConsoleProxyManagerImpl]
>> > (consoleproxy-1:null) Zone 1 is ready to launch console proxy
>> > 2013-04-07 00:33:50,819 DEBUG
>> > [network.router.VirtualNetworkApplianceManagerImpl]
>> > (RouterStatusMonitor-1:null) Found 0 routers to update status.
>> > 2013-04-07 00:33:50,820 DEBUG
>> > [network.router.VirtualNetworkApplianceManagerImpl]
>> > (RouterStatusMonitor-1:null) Found 0 networks to update RvR status.
>> > 2013-04-07 00:33:50,851 DEBUG
>> > [network.router.VirtualNetworkApplianceManagerImpl]
>> > (RouterStatusMonitor-1:null) Found 0 routers to update status.
>> > 2013-04-07 00:33:50,852 DEBUG
>> > [network.router.VirtualNetworkApplianceManagerImpl]
>> > (RouterStatusMonitor-1:null) Found 0 networks to update RvR status.
>> > 2013-04-07 00:33:51,465 INFO  [agent.manager.AgentMonitor]
>> > (Thread-11:null) Found the following agents behind on ping: [6, 5]
>> > 2013-04-07 00:33:51,467 DEBUG [cloud.host.Status] (Thread-11:null) Ping
>> > timeout for host 6, do invstigation
>> > 2013-04-07 00:33:51,468 DEBUG [cloud.host.Status] (Thread-11:null) Ping
>> > timeout for host 5, do invstigation
>> > 2013-04-07 00:33:51,468 INFO  [agent.manager.AgentManagerImpl]
>> > (AgentTaskPool-4:null) Investigating why host 6 has disconnected with
>> event
>> > PingTimeout
>> > 2013-04-07 00:33:51,468 DEBUG [agent.manager.AgentManagerImpl]
>> > (AgentTaskPool-4:null) checking if agent (6) is alive
>> > 2013-04-07 00:33:51,469 INFO  [agent.manager.AgentManagerImpl]
>> > (AgentTaskPool-3:null) Investigating why host 5 has disconnected with
>> event
>> > PingTimeout
>> > 2013-04-07 00:33:51,470 DEBUG [agent.manager.AgentManagerImpl]
>> > (AgentTaskPool-3:null) checking if agent (5) is alive
>> > 2013-04-07 00:33:51,471 DEBUG [agent.transport.Request]
>> > (AgentTaskPool-4:null) Seq 6-324993311: Sending  { Cmd , MgmtId: 1,
>> via: 6,
>> > Ver: v1, Flags: 100011, [{"CheckHealthCommand":{"wait":50}}] }
>> > 2013-04-07 00:33:51,471 DEBUG [agent.transport.Request]
>> > (AgentTaskPool-4:null) Seq 6-324993311: Executing:  { Cmd , MgmtId: 1,
>> via:
>> > 6, Ver: v1, Flags: 100011, [{"CheckHealthCommand":{"wait":50}}] }
>> > 2013-04-07 00:33:51,472 DEBUG [agent.manager.DirectAgentAttache]
>> > (DirectAgent-448:null) Seq 6-324993311: Executing request
>> > 2013-04-07 00:33:51,473 DEBUG [agent.transport.Request]
>> > (AgentTaskPool-3:null) Seq 5-614334815: Sending  { Cmd , MgmtId: 1,
>> via: 5,
>> > Ver: v1, Flags: 100011, [{"CheckHealthCommand":{"wait":50}}] }
>> > 2013-04-07 00:33:51,473 DEBUG [agent.transport.Request]
>> > (AgentTaskPool-3:null) Seq 5-614334815: Executing:  { Cmd , MgmtId: 1,
>> via:
>> > 5, Ver: v1, Flags: 100011, [{"CheckHealthCommand":{"wait":50}}] }
>> > 2013-04-07 00:33:51,473 DEBUG [agent.manager.DirectAgentAttache]
>> > (DirectAgent-261:null) Seq 5-614334815: Executing request
>> > 2013-04-07 00:33:51,527 DEBUG [agent.manager.DirectAgentAttache]
>> > (DirectAgent-448:null) Seq 6-324993311: Response Received:
>> > 2013-04-07 00:33:51,527 DEBUG [agent.transport.Request]
>> > (DirectAgent-448:null) Seq 6-324993311: Processing:  { Ans: , MgmtId: 1,
>> > via: 6, Ver: v1, Flags: 10,
>> > [{"CheckHealthAnswer":{"result":true,"details":"resource is
>> > alive","wait":0}}] }
>> > 2013-04-07 00:33:51,527 DEBUG [agent.transport.Request]
>> > (AgentTaskPool-4:null) Seq 6-324993311: Received:  { Ans: , MgmtId: 1,
>> via:
>> > 6, Ver: v1, Flags: 10, { CheckHealthAnswer } }
>> > 2013-04-07 00:33:51,528 DEBUG [agent.manager.AgentManagerImpl]
>> > (AgentTaskPool-4:null) Details from executing class
>> > com.cloud.agent.api.CheckHealthCommand: resource is alive
>> > 2013-04-07 00:33:51,528 DEBUG [agent.manager.AgentManagerImpl]
>> > (AgentTaskPool-4:null) agent (6) responded to checkHeathCommand,
>> reporting
>> > that agent is Up
>> > 2013-04-07 00:33:51,528 INFO  [agent.manager.AgentManagerImpl]
>> > (AgentTaskPool-4:null) The state determined is Up
>> > 2013-04-07 00:33:51,528 INFO  [agent.manager.AgentManagerImpl]
>> > (AgentTaskPool-4:null) Agent is determined to be up and running
>> > 2013-04-07 00:33:51,528 DEBUG [cloud.host.Status] (AgentTaskPool-4:null)
>> > Transition:[Resource state = Enabled, Agent event = Ping, Host id = 6,
>> name
>> > = Tut-XenServer]
>> > 2013-04-07 00:33:51,531 DEBUG [cloud.host.Status] (AgentTaskPool-4:null)
>> > Agent status update: [id = 6; name = Tut-XenServer; old status = Up;
>> event
>> > = Ping; new status = Up; old update count = 310; new update count = 311]
>> > 2013-04-07 00:33:51,531 DEBUG [agent.manager.DirectAgentAttache]
>> > (DirectAgent-261:null) Seq 5-614334815: Response Received:
>> > 2013-04-07 00:33:51,531 DEBUG [agent.transport.Request]
>> > (DirectAgent-261:null) Seq 5-614334815: Processing:  { Ans: , MgmtId: 1,
>> > via: 5, Ver: v1, Flags: 10,
>> > [{"CheckHealthAnswer":{"result":true,"details":"resource is
>> > alive","wait":0}}] }
>> > 2013-04-07 00:33:51,531 DEBUG [agent.transport.Request]
>> > (AgentTaskPool-3:null) Seq 5-614334815: Received:  { Ans: , MgmtId: 1,
>> via:
>> > 5, Ver: v1, Flags: 10, { CheckHealthAnswer } }
>> > 2013-04-07 00:33:51,532 DEBUG [agent.manager.AgentManagerImpl]
>> > (AgentTaskPool-3:null) Details from executing class
>> > com.cloud.agent.api.CheckHealthCommand: resource is alive
>> > 2013-04-07 00:33:51,532 DEBUG [agent.manager.AgentManagerImpl]
>> > (AgentTaskPool-3:null) agent (5) responded to checkHeathCommand,
>> reporting
>> > that agent is Up
>> > 2013-04-07 00:33:51,532 INFO  [agent.manager.AgentManagerImpl]
>> > (AgentTaskPool-3:null) The state determined is Up
>> > 2013-04-07 00:33:51,532 INFO  [agent.manager.AgentManagerImpl]
>> > (AgentTaskPool-3:null) Agent is determined to be up and running
>> > 2013-04-07 00:33:51,532 DEBUG [cloud.host.Status] (AgentTaskPool-3:null)
>> > Transition:[Resource state = Enabled, Agent event = Ping, Host id = 5,
>> name
>> > = Tut-XenServer2]
>> > 2013-04-07 00:33:51,535 DEBUG [cloud.host.Status] (AgentTaskPool-3:null)
>> > Agent status update: [id = 5; name = Tut-XenServer2; old status = Up;
>> event
>> > = Ping; new status = Up; old update count = 147; new update count = 148]
>> > 2013-04-07 00:34:04,860 DEBUG [agent.manager.DirectAgentAttache]
>> > (DirectAgent-239:null) Ping from 6
>> > 2013-04-07 00:34:06,170 DEBUG [agent.manager.DirectAgentAttache]
>> > (DirectAgent-185:null) Ping from 5
>> > 2013-04-07 00:34:06,909 DEBUG [agent.manager.DirectAgentAttache]
>> > (DirectAgent-461:null) Seq 6-324993028: Executing request
>> > 2013-04-07 00:34:07,107 DEBUG [agent.manager.DirectAgentAttache]
>> > (DirectAgent-461:null) Seq 6-324993028: Response Received:
>> > 2013-04-07 00:34:07,107 DEBUG [agent.transport.Request]
>> > (DirectAgent-461:null) Seq 6-324993028: Processing:  { Ans: , MgmtId: 1,
>> > via: 6, Ver: v1, Flags: 10,
>> >
>> [{"ClusterSyncAnswer":{"_clusterId":2,"_newStates":{},"_isExecuted":false,"result":true,"wait":0}}]
>> > }
>> > 2013-04-07 00:34:11,023 DEBUG [agent.manager.DirectAgentAttache]
>> > (DirectAgent-450:null) Seq 5-614334468: Executing request
>> > 2013-04-07 00:34:11,168 DEBUG [agent.manager.DirectAgentAttache]
>> > (DirectAgent-450:null) Seq 5-614334468: Response Received:
>> > 2013-04-07 00:34:11,168 DEBUG [agent.transport.Request]
>> > (DirectAgent-450:null) Seq 5-614334468: Processing:  { Ans: , MgmtId: 1,
>> > via: 5, Ver: v1, Flags: 10, [{"Answer":{"result":true,"wait":0}}] }
>> > 2013-04-07 00:34:20,451 DEBUG
>> > [storage.secondary.SecondaryStorageManagerImpl] (secstorage-1:null)
>> Zone 1
>> > is ready to launch secondary storage VM
>> > 2013-04-07 00:34:20,553 DEBUG
>> [cloud.consoleproxy.ConsoleProxyManagerImpl]
>> > (consoleproxy-1:null) Zone 1 is ready to launch console proxy
>> > 2013-04-07 00:34:20,820 DEBUG
>> > [network.router.VirtualNetworkApplianceManagerImpl]
>> > (RouterStatusMonitor-1:null) Found 0 routers to update status.
>> > 2013-04-07 00:34:20,821 DEBUG
>> > [network.router.VirtualNetworkApplianceManagerImpl]
>> > (RouterStatusMonitor-1:null) Found 0 networks to update RvR status.
>> > 2013-04-07 00:34:20,850 DEBUG
>> > [network.router.VirtualNetworkApplianceManagerImpl]
>> > (RouterStatusMonitor-1:null) Found 0 routers to update status.
>> > 2013-04-07 00:34:20,851 DEBUG
>> > [network.router.VirtualNetworkApplianceManagerImpl]
>> > (RouterStatusMonitor-1:null) Found 0 networks to update RvR status.
>> > 2013-04-07 00:34:24,891 DEBUG [agent.manager.AgentManagerImpl]
>> > (AgentManager-Handler-15:null) Ping from 4
>> > 2013-04-07 00:34:27,175 DEBUG [agent.manager.DirectAgentAttache]
>> > (DirectAgent-126:null) Ping from 1
>> > 2013-04-07 00:34:29,095 DEBUG [agent.manager.DirectAgentAttache]
>> > (DirectAgent-182:null) Seq 1-90046472: Executing request
>> > 2013-04-07 00:34:29,323 DEBUG [agent.manager.DirectAgentAttache]
>> > (DirectAgent-182:null) Seq 1-90046472: Response Received:
>> > 2013-04-07 00:34:29,323 DEBUG [agent.transport.Request]
>> > (DirectAgent-182:null) Seq 1-90046472: Processing:  { Ans: , MgmtId: 1,
>> > via: 1, Ver: v1, Flags: 10,
>> >
>> [{"ClusterSyncAnswer":{"_clusterId":1,"_newStates":{},"_isExecuted":false,"result":true,"wait":0}}]
>> > }
>> > 2013-04-07 00:34:36,532 DEBUG [cloud.api.ApiServlet]
>> > (1161145101@qtp-1008805148-33:null) ===START===  127.0.0.1 -- GET
>> >
>>  command=listVolumes&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&listAll=true&page=1&pagesize=20&_=1365316476530
>> > 2013-04-07 00:34:36,548 DEBUG [cloud.api.ApiServlet]
>> > (1161145101@qtp-1008805148-33:null) ===END===  127.0.0.1 -- GET
>> >
>>  command=listVolumes&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&listAll=true&page=1&pagesize=20&_=1365316476530
>> > 2013-04-07 00:34:39,285 DEBUG [cloud.api.ApiServlet]
>> > (1161145101@qtp-1008805148-33:null) ===START===  127.0.0.1 -- GET
>> >
>>  command=listVolumes&id=44d56727-6e5f-438a-8187-42adfac7c906&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316479283
>> > 2013-04-07 00:34:39,309 DEBUG [cloud.api.ApiServlet]
>> > (1161145101@qtp-1008805148-33:null) ===END===  127.0.0.1 -- GET
>> >
>>  command=listVolumes&id=44d56727-6e5f-438a-8187-42adfac7c906&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316479283
>> > 2013-04-07 00:34:39,325 DEBUG [cloud.api.ApiServlet]
>> > (1161145101@qtp-1008805148-33:null) ===START===  127.0.0.1 -- GET
>> >
>>  command=listTags&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&resourceId=44d56727-6e5f-438a-8187-42adfac7c906&resourceType=Volume&listAll=true&_=1365316479323
>> > 2013-04-07 00:34:39,334 DEBUG [cloud.api.ApiServlet]
>> > (1161145101@qtp-1008805148-33:null) ===END===  127.0.0.1 -- GET
>> >
>>  command=listTags&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&resourceId=44d56727-6e5f-438a-8187-42adfac7c906&resourceType=Volume&listAll=true&_=1365316479323
>> > 2013-04-07 00:34:47,678 DEBUG [agent.manager.AgentManagerImpl]
>> > (AgentManager-Handler-1:null) Ping from 3
>> > 2013-04-07 00:34:50,455 DEBUG
>> > [storage.secondary.SecondaryStorageManagerImpl] (secstorage-1:null)
>> Zone 1
>> > is ready to launch secondary storage VM
>> > 2013-04-07 00:34:50,557 DEBUG
>> [cloud.consoleproxy.ConsoleProxyManagerImpl]
>> > (consoleproxy-1:null) Zone 1 is ready to launch console proxy
>> > 2013-04-07 00:34:50,820 DEBUG
>> > [network.router.VirtualNetworkApplianceManagerImpl]
>> > (RouterStatusMonitor-1:null) Found 0 routers to update status.
>> > 2013-04-07 00:34:50,821 DEBUG
>> > [network.router.VirtualNetworkApplianceManagerImpl]
>> > (RouterStatusMonitor-1:null) Found 0 networks to update RvR status.
>> > 2013-04-07 00:34:50,850 DEBUG
>> > [network.router.VirtualNetworkApplianceManagerImpl]
>> > (RouterStatusMonitor-1:null) Found 0 routers to update status.
>> > 2013-04-07 00:34:50,851 DEBUG
>> > [network.router.VirtualNetworkApplianceManagerImpl]
>> > (RouterStatusMonitor-1:null) Found 0 networks to update RvR status.
>> > 2013-04-07 00:34:51,468 INFO  [agent.manager.AgentMonitor]
>> > (Thread-11:null) Found the following agents behind on ping: [6, 5]
>> > 2013-04-07 00:34:51,470 DEBUG [cloud.host.Status] (Thread-11:null) Ping
>> > timeout for host 6, do invstigation
>> > 2013-04-07 00:34:51,471 DEBUG [cloud.host.Status] (Thread-11:null) Ping
>> > timeout for host 5, do invstigation
>> > 2013-04-07 00:34:51,472 INFO  [agent.manager.AgentManagerImpl]
>> > (AgentTaskPool-5:null) Investigating why host 6 has disconnected with
>> event
>> > PingTimeout
>> > 2013-04-07 00:34:51,472 DEBUG [agent.manager.AgentManagerImpl]
>> > (AgentTaskPool-5:null) checking if agent (6) is alive
>> > 2013-04-07 00:34:51,473 INFO  [agent.manager.AgentManagerImpl]
>> > (AgentTaskPool-6:null) Investigating why host 5 has disconnected with
>> event
>> > PingTimeout
>> > 2013-04-07 00:34:51,473 DEBUG [agent.manager.AgentManagerImpl]
>> > (AgentTaskPool-6:null) checking if agent (5) is alive
>> > 2013-04-07 00:34:51,475 DEBUG [agent.transport.Request]
>> > (AgentTaskPool-5:null) Seq 6-324993312: Sending  { Cmd , MgmtId: 1,
>> via: 6,
>> > Ver: v1, Flags: 100011, [{"CheckHealthCommand":{"wait":50}}] }
>> > 2013-04-07 00:34:51,475 DEBUG [agent.transport.Request]
>> > (AgentTaskPool-5:null) Seq 6-324993312: Executing:  { Cmd , MgmtId: 1,
>> via:
>> > 6, Ver: v1, Flags: 100011, [{"CheckHealthCommand":{"wait":50}}] }
>> > 2013-04-07 00:34:51,475 DEBUG [agent.manager.DirectAgentAttache]
>> > (DirectAgent-42:null) Seq 6-324993312: Executing request
>> > 2013-04-07 00:34:51,476 DEBUG [agent.transport.Request]
>> > (AgentTaskPool-6:null) Seq 5-614334816: Sending  { Cmd , MgmtId: 1,
>> via: 5,
>> > Ver: v1, Flags: 100011, [{"CheckHealthCommand":{"wait":50}}] }
>> > 2013-04-07 00:34:51,476 DEBUG [agent.transport.Request]
>> > (AgentTaskPool-6:null) Seq 5-614334816: Executing:  { Cmd , MgmtId: 1,
>> via:
>> > 5, Ver: v1, Flags: 100011, [{"CheckHealthCommand":{"wait":50}}] }
>> > 2013-04-07 00:34:51,477 DEBUG [agent.manager.DirectAgentAttache]
>> > (DirectAgent-164:null) Seq 5-614334816: Executing request
>> > 2013-04-07 00:34:51,534 DEBUG [agent.manager.DirectAgentAttache]
>> > (DirectAgent-164:null) Seq 5-614334816: Response Received:
>> > 2013-04-07 00:34:51,535 DEBUG [agent.transport.Request]
>> > (DirectAgent-164:null) Seq 5-614334816: Processing:  { Ans: , MgmtId: 1,
>> > via: 5, Ver: v1, Flags: 10,
>> > [{"CheckHealthAnswer":{"result":true,"details":"resource is
>> > alive","wait":0}}] }
>> > 2013-04-07 00:34:51,535 DEBUG [agent.transport.Request]
>> > (AgentTaskPool-6:null) Seq 5-614334816: Received:  { Ans: , MgmtId: 1,
>> via:
>> > 5, Ver: v1, Flags: 10, { CheckHealthAnswer } }
>> > 2013-04-07 00:34:51,535 DEBUG [agent.manager.AgentManagerImpl]
>> > (AgentTaskPool-6:null) Details from executing class
>> > com.cloud.agent.api.CheckHealthCommand: resource is alive
>> > 2013-04-07 00:34:51,535 DEBUG [agent.manager.AgentManagerImpl]
>> > (AgentTaskPool-6:null) agent (5) responded to checkHeathCommand,
>> reporting
>> > that agent is Up
>> > 2013-04-07 00:34:51,535 INFO  [agent.manager.AgentManagerImpl]
>> > (AgentTaskPool-6:null) The state determined is Up
>> > 2013-04-07 00:34:51,535 INFO  [agent.manager.AgentManagerImpl]
>> > (AgentTaskPool-6:null) Agent is determined to be up and running
>> > 2013-04-07 00:34:51,535 DEBUG [cloud.host.Status] (AgentTaskPool-6:null)
>> > Transition:[Resource state = Enabled, Agent event = Ping, Host id = 5,
>> name
>> > = Tut-XenServer2]
>> > 2013-04-07 00:34:51,538 DEBUG [cloud.host.Status] (AgentTaskPool-6:null)
>> > Agent status update: [id = 5; name = Tut-XenServer2; old status = Up;
>> event
>> > = Ping; new status = Up; old update count = 148; new update count = 149]
>> > 2013-04-07 00:34:51,539 DEBUG [agent.manager.DirectAgentAttache]
>> > (DirectAgent-42:null) Seq 6-324993312: Response Received:
>> > 2013-04-07 00:34:51,539 DEBUG [agent.transport.Request]
>> > (DirectAgent-42:null) Seq 6-324993312: Processing:  { Ans: , MgmtId: 1,
>> > via: 6, Ver: v1, Flags: 10,
>> > [{"CheckHealthAnswer":{"result":true,"details":"resource is
>> > alive","wait":0}}] }
>> > 2013-04-07 00:34:51,539 DEBUG [agent.transport.Request]
>> > (AgentTaskPool-5:null) Seq 6-324993312: Received:  { Ans: , MgmtId: 1,
>> via:
>> > 6, Ver: v1, Flags: 10, { CheckHealthAnswer } }
>> > 2013-04-07 00:34:51,539 DEBUG [agent.manager.AgentManagerImpl]
>> > (AgentTaskPool-5:null) Details from executing class
>> > com.cloud.agent.api.CheckHealthCommand: resource is alive
>> > 2013-04-07 00:34:51,539 DEBUG [agent.manager.AgentManagerImpl]
>> > (AgentTaskPool-5:null) agent (6) responded to checkHeathCommand,
>> reporting
>> > that agent is Up
>> > 2013-04-07 00:34:51,539 INFO  [agent.manager.AgentManagerImpl]
>> > (AgentTaskPool-5:null) The state determined is Up
>> > 2013-04-07 00:34:51,539 INFO  [agent.manager.AgentManagerImpl]
>> > (AgentTaskPool-5:null) Agent is determined to be up and running
>> > 2013-04-07 00:34:51,539 DEBUG [cloud.host.Status] (AgentTaskPool-5:null)
>> > Transition:[Resource state = Enabled, Agent event = Ping, Host id = 6,
>> name
>> > = Tut-XenServer]
>> > 2013-04-07 00:34:51,542 DEBUG [cloud.host.Status] (AgentTaskPool-5:null)
>> > Agent status update: [id = 6; name = Tut-XenServer; old status = Up;
>> event
>> > = Ping; new status = Up; old update count = 311; new update count = 312]
>> > 2013-04-07 00:34:54,349 INFO  [cloud.vm.UserVmManagerImpl]
>> > (UserVm-Scavenger-1:null) Found 1 vms to expunge.
>> > 2013-04-07 00:34:54,349 DEBUG [cloud.vm.VirtualMachineManagerImpl]
>> > (UserVm-Scavenger-1:null) Stopped called on
>> > VM[User|a30b991d-1c38-4bae-803f-ab3be57a384f] but the state is Error
>> > 2013-04-07 00:34:54,352 DEBUG [cloud.capacity.CapacityManagerImpl]
>> > (UserVm-Scavenger-1:null) VM state transitted from :Error to Expunging
>> with
>> > event: ExpungeOperationvm's original host id: null new host id: null
>> host
>> > id before state transition: null
>> > 2013-04-07 00:34:54,352 DEBUG [cloud.vm.VirtualMachineManagerImpl]
>> > (UserVm-Scavenger-1:null) Destroying vm
>> > VM[User|a30b991d-1c38-4bae-803f-ab3be57a384f]
>> > 2013-04-07 00:34:54,352 DEBUG [cloud.vm.VirtualMachineManagerImpl]
>> > (UserVm-Scavenger-1:null) Cleaning up NICS
>> > 2013-04-07 00:34:54,352 DEBUG [cloud.network.NetworkManagerImpl]
>> > (UserVm-Scavenger-1:null) Cleaning network for vm: 14
>> > 2013-04-07 00:34:54,360 DEBUG [network.guru.DirectNetworkGuru]
>> > (UserVm-Scavenger-1:null) Deallocate network: networkId: 204, ip: null
>> > 2013-04-07 00:34:54,362 DEBUG [cloud.network.NetworkManagerImpl]
>> > (UserVm-Scavenger-1:null) Removed nic id=20
>> > 2013-04-07 00:34:54,362 DEBUG [cloud.storage.StorageManagerImpl]
>> > (UserVm-Scavenger-1:null) Cleaning storage for vm: 14
>> > 2013-04-07 00:34:54,363 DEBUG [cloud.storage.StorageManagerImpl]
>> > (UserVm-Scavenger-1:null) Expunging Vol[14|vm=14|ROOT]
>> > 2013-04-07 00:34:54,365 DEBUG [cloud.storage.StorageManagerImpl]
>> > (UserVm-Scavenger-1:null) Marking volume that was never created as
>> > destroyed: Vol[14|vm=14|ROOT]
>> > 2013-04-07 00:34:54,368 DEBUG [cloud.vm.VirtualMachineManagerImpl]
>> > (UserVm-Scavenger-1:null) Expunged
>> > VM[User|a30b991d-1c38-4bae-803f-ab3be57a384f]
>> > 2013-04-07 00:34:54,368 DEBUG [cloud.vm.UserVmManagerImpl]
>> > (UserVm-Scavenger-1:null) Starting cleaning up vm
>> > VM[User|a30b991d-1c38-4bae-803f-ab3be57a384f] resources...
>> > 2013-04-07 00:34:54,371 INFO
>>  [network.security.SecurityGroupManagerImpl]
>> > (UserVm-Scavenger-1:null) Disassociated 1 network groups  from uservm 14
>> > 2013-04-07 00:34:54,372 DEBUG
>> [network.security.SecurityGroupManagerImpl]
>> > (UserVm-Scavenger-1:null) Security group mappings are removed
>> successfully
>> > for vm id=14
>> > 2013-04-07 00:34:54,376 DEBUG [network.firewall.FirewallManagerImpl]
>> > (UserVm-Scavenger-1:null) No firewall rules are found for vm id=14
>> > 2013-04-07 00:34:54,376 DEBUG [cloud.vm.UserVmManagerImpl]
>> > (UserVm-Scavenger-1:null) Firewall rules are removed successfully as a
>> part
>> > of vm id=14 expunge
>> > 2013-04-07 00:34:54,378 DEBUG [network.rules.RulesManagerImpl]
>> > (UserVm-Scavenger-1:null) No port forwarding rules are found for vm
>> id=14
>> > 2013-04-07 00:34:54,378 DEBUG [cloud.vm.UserVmManagerImpl]
>> > (UserVm-Scavenger-1:null) Port forwarding rules are removed
>> successfully as
>> > a part of vm id=14 expunge
>> > 2013-04-07 00:34:54,379 DEBUG [cloud.vm.UserVmManagerImpl]
>> > (UserVm-Scavenger-1:null) Removed vm id=14 from all load balancers as a
>> > part of expunge process
>> > 2013-04-07 00:34:54,379 DEBUG [cloud.vm.UserVmManagerImpl]
>> > (UserVm-Scavenger-1:null) Successfully cleaned up vm
>> > VM[User|a30b991d-1c38-4bae-803f-ab3be57a384f] resources as a part of
>> > expunge process
>> > 2013-04-07 00:34:54,873 DEBUG [cloud.api.ApiServlet]
>> > (1161145101@qtp-1008805148-33:null) ===START===  127.0.0.1 -- GET
>> >
>>  command=listVirtualMachines&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&listAll=true&page=1&pagesize=20&_=1365316494871
>> > 2013-04-07 00:34:54,891 DEBUG [cloud.api.ApiServlet]
>> > (1161145101@qtp-1008805148-33:null) ===END===  127.0.0.1 -- GET
>> >
>>  command=listVirtualMachines&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&listAll=true&page=1&pagesize=20&_=1365316494871
>> > 2013-04-07 00:34:57,672 DEBUG [cloud.api.ApiServlet]
>> > (1161145101@qtp-1008805148-33:null) ===START===  127.0.0.1 -- GET
>> >
>>  command=listZones&id=3a62dec3-cf95-4ba2-9af0-af2190af35e3&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316497670
>> > 2013-04-07 00:34:57,679 DEBUG [cloud.api.ApiServlet]
>> > (1161145101@qtp-1008805148-33:null) ===END===  127.0.0.1 -- GET
>> >
>>  command=listZones&id=3a62dec3-cf95-4ba2-9af0-af2190af35e3&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316497670
>> > 2013-04-07 00:34:57,683 DEBUG [cloud.api.ApiServlet]
>> > (1161145101@qtp-1008805148-33:null) ===START===  127.0.0.1 -- GET
>> >
>>  command=listNetworks&id=9d28211f-440e-4233-86d1-214b404074eb&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316497681
>> > 2013-04-07 00:34:57,708 DEBUG [cloud.api.ApiServlet]
>> > (1161145101@qtp-1008805148-33:null) ===END===  127.0.0.1 -- GET
>> >
>>  command=listNetworks&id=9d28211f-440e-4233-86d1-214b404074eb&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316497681
>> > 2013-04-07 00:34:57,714 DEBUG [cloud.api.ApiServlet]
>> > (1161145101@qtp-1008805148-33:null) ===START===  127.0.0.1 -- GET
>> >
>>  command=listVirtualMachines&id=94ddc16f-04fc-4da1-8326-01d8d5cdeb44&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316497712
>> > 2013-04-07 00:34:57,731 DEBUG [cloud.api.ApiServlet]
>> > (1161145101@qtp-1008805148-33:null) ===END===  127.0.0.1 -- GET
>> >
>>  command=listVirtualMachines&id=94ddc16f-04fc-4da1-8326-01d8d5cdeb44&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316497712
>> > 2013-04-07 00:34:57,738 DEBUG [cloud.api.ApiServlet]
>> > (1161145101@qtp-1008805148-33:null) ===START===  127.0.0.1 -- GET
>> >
>>  command=listOsTypes&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316497736
>> > 2013-04-07 00:34:57,754 DEBUG [cloud.api.ApiServlet]
>> > (1109449945@qtp-1008805148-34:null) ===START===  127.0.0.1 -- GET
>> >
>>  command=listTags&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&resourceId=94ddc16f-04fc-4da1-8326-01d8d5cdeb44&resourceType=UserVm&listAll=true&_=1365316497750
>> > 2013-04-07 00:34:57,763 DEBUG [cloud.api.ApiServlet]
>> > (1109449945@qtp-1008805148-34:null) ===END===  127.0.0.1 -- GET
>> >
>>  command=listTags&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&resourceId=94ddc16f-04fc-4da1-8326-01d8d5cdeb44&resourceType=UserVm&listAll=true&_=1365316497750
>> > 2013-04-07 00:34:57,889 DEBUG [cloud.api.ApiServlet]
>> > (1161145101@qtp-1008805148-33:null) ===END===  127.0.0.1 -- GET
>> >
>>  command=listOsTypes&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316497736
>> > 2013-04-07 00:35:01,051 DEBUG [cloud.api.ApiServlet]
>> > (1109449945@qtp-1008805148-34:null) ===START===  127.0.0.1 -- GET
>> >
>>  command=listServiceOfferings&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&listAll=true&page=1&pagesize=20&issystem=false&_=1365316501047
>> > 2013-04-07 00:35:01,064 DEBUG [cloud.api.ApiServlet]
>> > (1109449945@qtp-1008805148-34:null) ===END===  127.0.0.1 -- GET
>> >
>>  command=listServiceOfferings&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&listAll=true&page=1&pagesize=20&issystem=false&_=1365316501047
>> > 2013-04-07 00:35:03,427 DEBUG [cloud.api.ApiServlet]
>> > (1109449945@qtp-1008805148-34:null) ===START===  127.0.0.1 -- GET
>> >
>>  command=listServiceOfferings&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&issystem=false&id=425cf3cf-4bc4-4e53-82a0-ba6c20dd3688&_=1365316503425
>> > 2013-04-07 00:35:03,439 DEBUG [cloud.api.ApiServlet]
>> > (1109449945@qtp-1008805148-34:null) ===END===  127.0.0.1 -- GET
>> >
>>  command=listServiceOfferings&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&issystem=false&id=425cf3cf-4bc4-4e53-82a0-ba6c20dd3688&_=1365316503425
>> > 2013-04-07 00:35:04,848 DEBUG [agent.manager.DirectAgentAttache]
>> > (DirectAgent-349:null) Ping from 6
>> > 2013-04-07 00:35:06,206 DEBUG [agent.manager.DirectAgentAttache]
>> > (DirectAgent-292:null) Ping from 5
>> > 2013-04-07 00:35:06,909 DEBUG [agent.manager.DirectAgentAttache]
>> > (DirectAgent-334:null) Seq 6-324993028: Executing request
>> > 2013-04-07 00:35:07,112 DEBUG [agent.manager.DirectAgentAttache]
>> > (DirectAgent-334:null) Seq 6-324993028: Response Received:
>> > 2013-04-07 00:35:07,112 DEBUG [agent.transport.Request]
>> > (DirectAgent-334:null) Seq 6-324993028: Processing:  { Ans: , MgmtId: 1,
>> > via: 6, Ver: v1, Flags: 10,
>> >
>> [{"ClusterSyncAnswer":{"_clusterId":2,"_newStates":{},"_isExecuted":false,"result":true,"wait":0}}]
>> > }
>> > 2013-04-07 00:35:08,821 DEBUG [cloud.api.ApiServlet]
>> > (1109449945@qtp-1008805148-34:null) ===START===  127.0.0.1 -- GET
>> >
>>  command=listConfigurations&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&page=1&pagesize=20&_=1365316508819
>> > 2013-04-07 00:35:08,845 DEBUG [cloud.api.ApiServlet]
>> > (1109449945@qtp-1008805148-34:null) ===END===  127.0.0.1 -- GET
>> >
>>  command=listConfigurations&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&page=1&pagesize=20&_=1365316508819
>> > 2013-04-07 00:35:10,407 DEBUG [cloud.api.ApiServlet]
>> > (1109449945@qtp-1008805148-34:null) ===START===  127.0.0.1 -- GET
>> >
>>  command=listZones&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316510405
>> > 2013-04-07 00:35:10,416 DEBUG [cloud.api.ApiServlet]
>> > (1109449945@qtp-1008805148-34:null) ===END===  127.0.0.1 -- GET
>> >
>>  command=listZones&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316510405
>> > 2013-04-07 00:35:10,429 DEBUG [cloud.api.ApiServlet]
>> > (1109449945@qtp-1008805148-34:null) ===START===  127.0.0.1 -- GET
>> >
>>  command=listPods&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&page=1&pagesize=1&_=1365316510426
>> > 2013-04-07 00:35:10,436 DEBUG [cloud.api.ApiServlet]
>> > (1109449945@qtp-1008805148-34:null) ===END===  127.0.0.1 -- GET
>> >
>>  command=listPods&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&page=1&pagesize=1&_=1365316510426
>> > 2013-04-07 00:35:10,440 DEBUG [cloud.api.ApiServlet]
>> > (1109449945@qtp-1008805148-34:null) ===START===  127.0.0.1 -- GET
>> >
>>  command=listClusters&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&page=1&pagesize=1&_=1365316510438
>> > 2013-04-07 00:35:10,448 DEBUG [cloud.api.ApiServlet]
>> > (1109449945@qtp-1008805148-34:null) ===END===  127.0.0.1 -- GET
>> >
>>  command=listClusters&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&page=1&pagesize=1&_=1365316510438
>> > 2013-04-07 00:35:10,451 DEBUG [cloud.api.ApiServlet]
>> > (1109449945@qtp-1008805148-34:null) ===START===  127.0.0.1 -- GET
>> >
>>  command=listHosts&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&type=routing&page=1&pagesize=1&_=1365316510449
>> > 2013-04-07 00:35:10,456 DEBUG [api.query.QueryManagerImpl]
>> > (1109449945@qtp-1008805148-34:null) >>>Searching for hosts>>>
>> > 2013-04-07 00:35:10,461 DEBUG [api.query.QueryManagerImpl]
>> > (1109449945@qtp-1008805148-34:null) >>>Generating Response>>>
>> > 2013-04-07 00:35:10,466 DEBUG [cloud.api.ApiServlet]
>> > (1109449945@qtp-1008805148-34:null) ===END===  127.0.0.1 -- GET
>> >
>>  command=listHosts&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&type=routing&page=1&pagesize=1&_=1365316510449
>> > 2013-04-07 00:35:10,470 DEBUG [cloud.api.ApiServlet]
>> > (1109449945@qtp-1008805148-34:null) ===START===  127.0.0.1 -- GET
>> >
>>  command=listStoragePools&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&page=1&pagesize=1&_=1365316510468
>> > 2013-04-07 00:35:10,479 DEBUG [cloud.api.ApiServlet]
>> > (1109449945@qtp-1008805148-34:null) ===END===  127.0.0.1 -- GET
>> >
>>  command=listStoragePools&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&page=1&pagesize=1&_=1365316510468
>> > 2013-04-07 00:35:10,483 DEBUG [cloud.api.ApiServlet]
>> > (1109449945@qtp-1008805148-34:null) ===START===  127.0.0.1 -- GET
>> >
>>  command=listHosts&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&type=SecondaryStorage&page=1&pagesize=1&_=1365316510481
>> > 2013-04-07 00:35:10,488 DEBUG [api.query.QueryManagerImpl]
>> > (1109449945@qtp-1008805148-34:null) >>>Searching for hosts>>>
>> > 2013-04-07 00:35:10,493 DEBUG [api.query.QueryManagerImpl]
>> > (1109449945@qtp-1008805148-34:null) >>>Generating Response>>>
>> > 2013-04-07 00:35:10,494 DEBUG [cloud.api.ApiServlet]
>> > (1109449945@qtp-1008805148-34:null) ===END===  127.0.0.1 -- GET
>> >
>>  command=listHosts&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&type=SecondaryStorage&page=1&pagesize=1&_=1365316510481
>> > 2013-04-07 00:35:10,500 DEBUG [cloud.api.ApiServlet]
>> > (1109449945@qtp-1008805148-34:null) ===START===  127.0.0.1 -- GET
>> >
>>  command=listSystemVms&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&page=1&pagesize=1&_=1365316510496
>> > 2013-04-07 00:35:10,564 DEBUG [cloud.api.ApiServlet]
>> > (1109449945@qtp-1008805148-34:null) ===END===  127.0.0.1 -- GET
>> >
>>  command=listSystemVms&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&page=1&pagesize=1&_=1365316510496
>> > 2013-04-07 00:35:10,568 DEBUG [cloud.api.ApiServlet]
>> > (1109449945@qtp-1008805148-34:null) ===START===  127.0.0.1 -- GET
>> >
>>  command=listRouters&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&projectid=-1&page=1&pagesize=1&_=1365316510566
>> > 2013-04-07 00:35:10,576 DEBUG [cloud.api.ApiServlet]
>> > (1109449945@qtp-1008805148-34:null) ===END===  127.0.0.1 -- GET
>> >
>>  command=listRouters&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&projectid=-1&page=1&pagesize=1&_=1365316510566
>> > 2013-04-07 00:35:10,579 DEBUG [cloud.api.ApiServlet]
>> > (1109449945@qtp-1008805148-34:null) ===START===  127.0.0.1 -- GET
>> >
>>  command=listRouters&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&listAll=true&page=1&pagesize=1&_=1365316510577
>> > 2013-04-07 00:35:10,591 DEBUG [cloud.api.ApiServlet]
>> > (1109449945@qtp-1008805148-34:null) ===END===  127.0.0.1 -- GET
>> >
>>  command=listRouters&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&listAll=true&page=1&pagesize=1&_=1365316510577
>> > 2013-04-07 00:35:10,595 DEBUG [cloud.api.ApiServlet]
>> > (1109449945@qtp-1008805148-34:null) ===START===  127.0.0.1 -- GET
>> >
>>  command=listCapacity&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316510593
>> > 2013-04-07 00:35:10,609 DEBUG [cloud.api.ApiServlet]
>> > (1109449945@qtp-1008805148-34:null) ===END===  127.0.0.1 -- GET
>> >
>>  command=listCapacity&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316510593
>> > 2013-04-07 00:35:11,022 DEBUG [agent.manager.DirectAgentAttache]
>> > (DirectAgent-298:null) Seq 5-614334468: Executing request
>> > 2013-04-07 00:35:11,171 DEBUG [agent.manager.DirectAgentAttache]
>> > (DirectAgent-298:null) Seq 5-614334468: Response Received:
>> > 2013-04-07 00:35:11,172 DEBUG [agent.transport.Request]
>> > (DirectAgent-298:null) Seq 5-614334468: Processing:  { Ans: , MgmtId: 1,
>> > via: 5, Ver: v1, Flags: 10, [{"Answer":{"result":true,"wait":0}}] }
>> > 2013-04-07 00:35:12,493 DEBUG [cloud.api.ApiServlet]
>> > (1109449945@qtp-1008805148-34:null) ===START===  127.0.0.1 -- GET
>> >
>>  command=listStoragePools&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&page=1&pageSize=20&listAll=true&_=1365316512490
>> > 2013-04-07 00:35:12,508 DEBUG [cloud.api.ApiServlet]
>> > (1109449945@qtp-1008805148-34:null) ===END===  127.0.0.1 -- GET
>> >
>>  command=listStoragePools&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&page=1&pageSize=20&listAll=true&_=1365316512490
>> > 2013-04-07 00:35:18,008 DEBUG [cloud.api.ApiServlet]
>> > (1109449945@qtp-1008805148-34:null) ===START===  127.0.0.1 -- GET
>> >
>>  command=listZones&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&id=3a62dec3-cf95-4ba2-9af0-af2190af35e3&_=1365316518006
>> > 2013-04-07 00:35:18,016 DEBUG [cloud.api.ApiServlet]
>> > (1109449945@qtp-1008805148-34:null) ===END===  127.0.0.1 -- GET
>> >
>>  command=listZones&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&id=3a62dec3-cf95-4ba2-9af0-af2190af35e3&_=1365316518006
>> > 2013-04-07 00:35:18,022 DEBUG [cloud.api.ApiServlet]
>> > (1109449945@qtp-1008805148-34:null) ===START===  127.0.0.1 -- GET
>> >
>>  command=listStoragePools&id=iSCSI_SR_4&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316518019
>> > 2013-04-07 00:35:18,036 DEBUG [cloud.api.ApiServlet]
>> > (1109449945@qtp-1008805148-34:null) ===END===  127.0.0.1 -- GET
>> >
>>  command=listStoragePools&id=iSCSI_SR_4&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316518019
>> > 2013-04-07 00:35:20,457 DEBUG
>> > [storage.secondary.SecondaryStorageManagerImpl] (secstorage-1:null)
>> Zone 1
>> > is ready to launch secondary storage VM
>> > 2013-04-07 00:35:20,560 DEBUG
>> [cloud.consoleproxy.ConsoleProxyManagerImpl]
>> > (consoleproxy-1:null) Zone 1 is ready to launch console proxy
>> > 2013-04-07 00:35:20,820 DEBUG
>> > [network.router.VirtualNetworkApplianceManagerImpl]
>> > (RouterStatusMonitor-1:null) Found 0 routers to update status.
>> > 2013-04-07 00:35:20,821 DEBUG
>> > [network.router.VirtualNetworkApplianceManagerImpl]
>> > (RouterStatusMonitor-1:null) Found 0 networks to update RvR status.
>> > 2013-04-07 00:35:20,850 DEBUG
>> > [network.router.VirtualNetworkApplianceManagerImpl]
>> > (RouterStatusMonitor-1:null) Found 0 routers to update status.
>> > 2013-04-07 00:35:20,851 DEBUG
>> > [network.router.VirtualNetworkApplianceManagerImpl]
>> > (RouterStatusMonitor-1:null) Found 0 networks to update RvR status.
>> > 2013-04-07 00:35:23,644 DEBUG [cloud.api.ApiServlet]
>> > (1109449945@qtp-1008805148-34:null) ===START===  127.0.0.1 -- GET
>> >
>>  command=listZones&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&id=3a62dec3-cf95-4ba2-9af0-af2190af35e3&_=1365316523642
>> > 2013-04-07 00:35:23,652 DEBUG [cloud.api.ApiServlet]
>> > (1109449945@qtp-1008805148-34:null) ===END===  127.0.0.1 -- GET
>> >
>>  command=listZones&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&id=3a62dec3-cf95-4ba2-9af0-af2190af35e3&_=1365316523642
>> > 2013-04-07 00:35:23,657 DEBUG [cloud.api.ApiServlet]
>> > (1109449945@qtp-1008805148-34:null) ===START===  127.0.0.1 -- GET
>> >
>>  command=listStoragePools&id=iSCSI_SR_3&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316523655
>> > 2013-04-07 00:35:23,670 DEBUG [cloud.api.ApiServlet]
>> > (1109449945@qtp-1008805148-34:null) ===END===  127.0.0.1 -- GET
>> >
>>  command=listStoragePools&id=iSCSI_SR_3&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316523655
>> > 2013-04-07 00:35:24,890 DEBUG [agent.manager.AgentManagerImpl]
>> > (AgentManager-Handler-2:null) Ping from 4
>> > 2013-04-07 00:35:25,447 DEBUG [cloud.api.ApiServlet]
>> > (1109449945@qtp-1008805148-34:null) ===START===  127.0.0.1 -- GET
>> >
>>  command=listZones&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316525443
>> > 2013-04-07 00:35:25,456 DEBUG [cloud.api.ApiServlet]
>> > (1109449945@qtp-1008805148-34:null) ===END===  127.0.0.1 -- GET
>> >
>>  command=listZones&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316525443
>> > 2013-04-07 00:35:25,467 DEBUG [cloud.api.ApiServlet]
>> > (1109449945@qtp-1008805148-34:null) ===START===  127.0.0.1 -- GET
>> >
>>  command=listPods&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&page=1&pagesize=1&_=1365316525465
>> > 2013-04-07 00:35:25,474 DEBUG [cloud.api.ApiServlet]
>> > (1109449945@qtp-1008805148-34:null) ===END===  127.0.0.1 -- GET
>> >
>>  command=listPods&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&page=1&pagesize=1&_=1365316525465
>> > 2013-04-07 00:35:25,477 DEBUG [cloud.api.ApiServlet]
>> > (1109449945@qtp-1008805148-34:null) ===START===  127.0.0.1 -- GET
>> >
>>  command=listClusters&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&page=1&pagesize=1&_=1365316525475
>> > 2013-04-07 00:35:25,485 DEBUG [cloud.api.ApiServlet]
>> > (1109449945@qtp-1008805148-34:null) ===END===  127.0.0.1 -- GET
>> >
>>  command=listClusters&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&page=1&pagesize=1&_=1365316525475
>> > 2013-04-07 00:35:25,488 DEBUG [cloud.api.ApiServlet]
>> > (1109449945@qtp-1008805148-34:null) ===START===  127.0.0.1 -- GET
>> >
>>  command=listHosts&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&type=routing&page=1&pagesize=1&_=1365316525486
>> > 2013-04-07 00:35:25,493 DEBUG [api.query.QueryManagerImpl]
>> > (1109449945@qtp-1008805148-34:null) >>>Searching for hosts>>>
>> > 2013-04-07 00:35:25,498 DEBUG [api.query.QueryManagerImpl]
>> > (1109449945@qtp-1008805148-34:null) >>>Generating Response>>>
>> > 2013-04-07 00:35:25,504 DEBUG [cloud.api.ApiServlet]
>> > (1109449945@qtp-1008805148-34:null) ===END===  127.0.0.1 -- GET
>> >
>>  command=listHosts&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&type=routing&page=1&pagesize=1&_=1365316525486
>> > 2013-04-07 00:35:25,507 DEBUG [cloud.api.ApiServlet]
>> > (1109449945@qtp-1008805148-34:null) ===START===  127.0.0.1 -- GET
>> >
>>  command=listStoragePools&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&page=1&pagesize=1&_=1365316525505
>> > 2013-04-07 00:35:25,517 DEBUG [cloud.api.ApiServlet]
>> > (1109449945@qtp-1008805148-34:null) ===END===  127.0.0.1 -- GET
>> >
>>  command=listStoragePools&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&page=1&pagesize=1&_=1365316525505
>> > 2013-04-07 00:35:25,522 DEBUG [cloud.api.ApiServlet]
>> > (1109449945@qtp-1008805148-34:null) ===START===  127.0.0.1 -- GET
>> >
>>  command=listHosts&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&type=SecondaryStorage&page=1&pagesize=1&_=1365316525519
>> > 2013-04-07 00:35:25,526 DEBUG [api.query.QueryManagerImpl]
>> > (1109449945@qtp-1008805148-34:null) >>>Searching for hosts>>>
>> > 2013-04-07 00:35:25,531 DEBUG [api.query.QueryManagerImpl]
>> > (1109449945@qtp-1008805148-34:null) >>>Generating Response>>>
>> > 2013-04-07 00:35:25,533 DEBUG [cloud.api.ApiServlet]
>> > (1109449945@qtp-1008805148-34:null) ===END===  127.0.0.1 -- GET
>> >
>>  command=listHosts&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&type=SecondaryStorage&page=1&pagesize=1&_=1365316525519
>> > 2013-04-07 00:35:25,536 DEBUG [cloud.api.ApiServlet]
>> > (1109449945@qtp-1008805148-34:null) ===START===  127.0.0.1 -- GET
>> >
>>  command=listSystemVms&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&page=1&pagesize=1&_=1365316525534
>> > 2013-04-07 00:35:25,591 DEBUG [cloud.api.ApiServlet]
>> > (1109449945@qtp-1008805148-34:null) ===END===  127.0.0.1 -- GET
>> >
>>  command=listSystemVms&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&page=1&pagesize=1&_=1365316525534
>> > 2013-04-07 00:35:25,595 DEBUG [cloud.api.ApiServlet]
>> > (1109449945@qtp-1008805148-34:null) ===START===  127.0.0.1 -- GET
>> >
>>  command=listRouters&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&projectid=-1&page=1&pagesize=1&_=1365316525593
>> > 2013-04-07 00:35:25,603 DEBUG [cloud.api.ApiServlet]
>> > (1109449945@qtp-1008805148-34:null) ===END===  127.0.0.1 -- GET
>> >
>>  command=listRouters&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&projectid=-1&page=1&pagesize=1&_=1365316525593
>> > 2013-04-07 00:35:25,606 DEBUG [cloud.api.ApiServlet]
>> > (1109449945@qtp-1008805148-34:null) ===START===  127.0.0.1 -- GET
>> >
>>  command=listRouters&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&listAll=true&page=1&pagesize=1&_=1365316525604
>> > 2013-04-07 00:35:25,617 DEBUG [cloud.api.ApiServlet]
>> > (1109449945@qtp-1008805148-34:null) ===END===  127.0.0.1 -- GET
>> >
>>  command=listRouters&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&listAll=true&page=1&pagesize=1&_=1365316525604
>> > 2013-04-07 00:35:25,621 DEBUG [cloud.api.ApiServlet]
>> > (1109449945@qtp-1008805148-34:null) ===START===  127.0.0.1 -- GET
>> >
>>  command=listCapacity&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316525619
>> > 2013-04-07 00:35:25,634 DEBUG [cloud.api.ApiServlet]
>> > (1109449945@qtp-1008805148-34:null) ===END===  127.0.0.1 -- GET
>> >
>>  command=listCapacity&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316525619
>> > 2013-04-07 00:35:27,158 DEBUG [agent.manager.DirectAgentAttache]
>> > (DirectAgent-276:null) Ping from 1
>> > 2013-04-07 00:35:29,095 DEBUG [agent.manager.DirectAgentAttache]
>> > (DirectAgent-139:null) Seq 1-90046472: Executing request
>> > 2013-04-07 00:35:29,302 DEBUG [agent.manager.DirectAgentAttache]
>> > (DirectAgent-139:null) Seq 1-90046472: Response Received:
>> > 2013-04-07 00:35:29,303 DEBUG [agent.transport.Request]
>> > (DirectAgent-139:null) Seq 1-90046472: Processing:  { Ans: , MgmtId: 1,
>> > via: 1, Ver: v1, Flags: 10,
>> >
>> [{"ClusterSyncAnswer":{"_clusterId":1,"_newStates":{},"_isExecuted":false,"result":true,"wait":0}}]
>> > }
>> > 2013-04-07 00:35:31,624 DEBUG [cloud.api.ApiServlet]
>> > (1109449945@qtp-1008805148-34:null) ===START===  127.0.0.1 -- GET
>> >
>>  command=listVirtualMachines&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&listAll=true&page=1&pagesize=20&_=1365316531622
>> > 2013-04-07 00:35:31,644 DEBUG [cloud.api.ApiServlet]
>> > (1109449945@qtp-1008805148-34:null) ===END===  127.0.0.1 -- GET
>> >
>>  command=listVirtualMachines&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&listAll=true&page=1&pagesize=20&_=1365316531622
>> > 2013-04-07 00:35:32,710 DEBUG [cloud.api.ApiServlet]
>> > (1109449945@qtp-1008805148-34:null) ===START===  127.0.0.1 -- GET
>> >
>>  command=listVolumes&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&listAll=true&page=1&pagesize=20&_=1365316532708
>> > 2013-04-07 00:35:32,724 DEBUG [cloud.api.ApiServlet]
>> > (1109449945@qtp-1008805148-34:null) ===END===  127.0.0.1 -- GET
>> >
>>  command=listVolumes&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&listAll=true&page=1&pagesize=20&_=1365316532708
>> > 2013-04-07 00:35:33,917 DEBUG [cloud.api.ApiServlet]
>> > (1109449945@qtp-1008805148-34:null) ===START===  127.0.0.1 -- GET
>> >
>>  command=listVirtualMachines&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&listAll=true&page=1&pagesize=20&_=1365316533915
>> > 2013-04-07 00:35:33,935 DEBUG [cloud.api.ApiServlet]
>> > (1109449945@qtp-1008805148-34:null) ===END===  127.0.0.1 -- GET
>> >
>>  command=listVirtualMachines&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&listAll=true&page=1&pagesize=20&_=1365316533915
>> > 2013-04-07 00:35:35,668 DEBUG [cloud.api.ApiServlet]
>> > (1109449945@qtp-1008805148-34:null) ===START===  127.0.0.1 -- GET
>> >
>>  command=listVirtualMachines&id=c18ddf7c-fc61-40b0-af75-fdef05f8eae6&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316535666
>> > 2013-04-07 00:35:35,689 DEBUG [cloud.api.ApiServlet]
>> > (1109449945@qtp-1008805148-34:null) ===END===  127.0.0.1 -- GET
>> >
>>  command=listVirtualMachines&id=c18ddf7c-fc61-40b0-af75-fdef05f8eae6&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316535666
>> > 2013-04-07 00:35:35,695 DEBUG [cloud.api.ApiServlet]
>> > (1109449945@qtp-1008805148-34:null) ===START===  127.0.0.1 -- GET
>> >
>>  command=listOsTypes&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316535693
>> > 2013-04-07 00:35:35,873 DEBUG [cloud.api.ApiServlet]
>> > (1109449945@qtp-1008805148-34:null) ===END===  127.0.0.1 -- GET
>> >
>>  command=listOsTypes&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316535693
>> > 2013-04-07 00:35:39,081 DEBUG [cloud.api.ApiServlet]
>> > (1109449945@qtp-1008805148-34:null) ===START===  127.0.0.1 -- GET
>> >
>>  command=destroyVirtualMachine&id=c18ddf7c-fc61-40b0-af75-fdef05f8eae6&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316539079
>> > 2013-04-07 00:35:39,103 DEBUG [cloud.async.AsyncJobManagerImpl]
>> > (1109449945@qtp-1008805148-34:null) submit async job-45, details:
>> > AsyncJobVO {id:45, userId: 2, accountId: 2, sessionKey: null,
>> instanceType:
>> > null, instanceId: 12, cmd:
>> > org.apache.cloudstack.api.command.user.vm.DestroyVMCmd, cmdOriginator:
>> > null, cmdInfo:
>> >
>> {"id":"c18ddf7c-fc61-40b0-af75-fdef05f8eae6","response":"json","sessionkey":"Z6QqzU0Fq1iT13bMgnRRfl8GoVA\u003d","ctxUserId":"2","_":"1365316539079","ctxAccountId":"2","ctxStartEventId":"50"},
>> > cmdVersion: 0, callbackType: 0, callbackAddress: null, status: 0,
>> > processStatus: 0, resultCode: 0, result: null, initMsid: 1,
>> completeMsid:
>> > null, lastUpdated: null, lastPolled: null, created: null}
>> > 2013-04-07 00:35:39,104 DEBUG [cloud.async.AsyncJobManagerImpl]
>> > (Job-Executor-38:job-45) Executing
>> > org.apache.cloudstack.api.command.user.vm.DestroyVMCmd for job-45
>> > 2013-04-07 00:35:39,105 DEBUG [cloud.api.ApiServlet]
>> > (1109449945@qtp-1008805148-34:null) ===END===  127.0.0.1 -- GET
>> >
>>  command=destroyVirtualMachine&id=c18ddf7c-fc61-40b0-af75-fdef05f8eae6&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316539079
>> > 2013-04-07 00:35:39,119 DEBUG [cloud.vm.VirtualMachineManagerImpl]
>> > (Job-Executor-38:job-45) Destroying vm
>> > VM[User|c18ddf7c-fc61-40b0-af75-fdef05f8eae6]
>> > 2013-04-07 00:35:39,123 DEBUG [cloud.capacity.CapacityManagerImpl]
>> > (Job-Executor-38:job-45) VM state transitted from :Running to Stopping
>> with
>> > event: StopRequestedvm's original host id: 5 new host id: 5 host id
>> before
>> > state transition: 5
>> > 2013-04-07 00:35:39,125 DEBUG [agent.transport.Request]
>> > (Job-Executor-38:job-45) Seq 5-614334817: Sending  { Cmd , MgmtId: 1,
>> via:
>> > 5, Ver: v1, Flags: 100111,
>> > [{"StopCommand":{"isProxy":false,"vmName":"i-2-12-VM","wait":0}}] }
>> > 2013-04-07 00:35:39,125 DEBUG [agent.transport.Request]
>> > (Job-Executor-38:job-45) Seq 5-614334817: Executing:  { Cmd , MgmtId: 1,
>> > via: 5, Ver: v1, Flags: 100111,
>> > [{"StopCommand":{"isProxy":false,"vmName":"i-2-12-VM","wait":0}}] }
>> > 2013-04-07 00:35:39,125 DEBUG [agent.manager.DirectAgentAttache]
>> > (DirectAgent-414:null) Seq 5-614334817: Executing request
>> > 2013-04-07 00:35:39,289 DEBUG [xen.resource.CitrixResourceBase]
>> > (DirectAgent-414:null) 9. The VM i-2-12-VM is in Stopping state
>> > 2013-04-07 00:35:39,720 INFO  [xen.resource.CitrixResourceBase]
>> > (DirectAgent-414:null) Removed  network rules for vm i-2-12-VM
>> > 2013-04-07 00:35:42,113 DEBUG [cloud.api.ApiServlet]
>> > (1109449945@qtp-1008805148-34:null) ===START===  127.0.0.1 -- GET
>> >
>>  command=queryAsyncJobResult&jobId=1288fa5b-8b5f-4952-b056-b180437edfd5&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316542111
>> > 2013-04-07 00:35:42,127 DEBUG [cloud.api.ApiServlet]
>> > (1109449945@qtp-1008805148-34:null) ===END===  127.0.0.1 -- GET
>> >
>>  command=queryAsyncJobResult&jobId=1288fa5b-8b5f-4952-b056-b180437edfd5&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316542111
>> > 2013-04-07 00:35:45,114 DEBUG [cloud.api.ApiServlet]
>> > (1109449945@qtp-1008805148-34:null) ===START===  127.0.0.1 -- GET
>> >
>>  command=queryAsyncJobResult&jobId=1288fa5b-8b5f-4952-b056-b180437edfd5&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316545112
>> > 2013-04-07 00:35:45,129 DEBUG [cloud.api.ApiServlet]
>> > (1109449945@qtp-1008805148-34:null) ===END===  127.0.0.1 -- GET
>> >
>>  command=queryAsyncJobResult&jobId=1288fa5b-8b5f-4952-b056-b180437edfd5&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316545112
>> > 2013-04-07 00:35:47,682 DEBUG [agent.manager.AgentManagerImpl]
>> > (AgentManager-Handler-3:null) Ping from 3
>> > 2013-04-07 00:35:48,115 DEBUG [cloud.api.ApiServlet]
>> > (1109449945@qtp-1008805148-34:null) ===START===  127.0.0.1 -- GET
>> >
>>  command=queryAsyncJobResult&jobId=1288fa5b-8b5f-4952-b056-b180437edfd5&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316548112
>> > 2013-04-07 00:35:48,133 DEBUG [cloud.api.ApiServlet]
>> > (1109449945@qtp-1008805148-34:null) ===END===  127.0.0.1 -- GET
>> >
>>  command=queryAsyncJobResult&jobId=1288fa5b-8b5f-4952-b056-b180437edfd5&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316548112
>> > 2013-04-07 00:35:50,456 DEBUG
>> > [storage.secondary.SecondaryStorageManagerImpl] (secstorage-1:null)
>> Zone 1
>> > is ready to launch secondary storage VM
>> > 2013-04-07 00:35:50,564 DEBUG
>> [cloud.consoleproxy.ConsoleProxyManagerImpl]
>> > (consoleproxy-1:null) Zone 1 is ready to launch console proxy
>> > 2013-04-07 00:35:50,819 DEBUG
>> > [network.router.VirtualNetworkApplianceManagerImpl]
>> > (RouterStatusMonitor-1:null) Found 0 routers to update status.
>> > 2013-04-07 00:35:50,821 DEBUG
>> > [network.router.VirtualNetworkApplianceManagerImpl]
>> > (RouterStatusMonitor-1:null) Found 0 networks to update RvR status.
>> > 2013-04-07 00:35:50,851 DEBUG
>> > [network.router.VirtualNetworkApplianceManagerImpl]
>> > (RouterStatusMonitor-1:null) Found 0 routers to update status.
>> > 2013-04-07 00:35:50,852 DEBUG
>> > [network.router.VirtualNetworkApplianceManagerImpl]
>> > (RouterStatusMonitor-1:null) Found 0 networks to update RvR status.
>> > 2013-04-07 00:35:51,117 DEBUG [cloud.api.ApiServlet]
>> > (1109449945@qtp-1008805148-34:null) ===START===  127.0.0.1 -- GET
>> >
>>  command=queryAsyncJobResult&jobId=1288fa5b-8b5f-4952-b056-b180437edfd5&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316551115
>> > 2013-04-07 00:35:51,132 DEBUG [cloud.api.ApiServlet]
>> > (1109449945@qtp-1008805148-34:null) ===END===  127.0.0.1 -- GET
>> >
>>  command=queryAsyncJobResult&jobId=1288fa5b-8b5f-4952-b056-b180437edfd5&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316551115
>> > 2013-04-07 00:35:51,242 DEBUG [xen.resource.CitrixResourceBase]
>> > (DirectAgent-414:null) 10. The VM i-2-12-VM is in Stopped state
>> > 2013-04-07 00:35:51,242 DEBUG [agent.manager.DirectAgentAttache]
>> > (DirectAgent-414:null) Seq 5-614334817: Response Received:
>> > 2013-04-07 00:35:51,243 DEBUG [agent.transport.Request]
>> > (DirectAgent-414:null) Seq 5-614334817: Processing:  { Ans: , MgmtId: 1,
>> > via: 5, Ver: v1, Flags: 110,
>> > [{"StopAnswer":{"vncPort":0,"result":true,"details":"Stop VM i-2-12-VM
>> > Succeed","wait":0}}] }
>> > 2013-04-07 00:35:51,243 DEBUG [agent.transport.Request]
>> > (Job-Executor-38:job-45) Seq 5-614334817: Received:  { Ans: , MgmtId: 1,
>> > via: 5, Ver: v1, Flags: 110, { StopAnswer } }
>> > 2013-04-07 00:35:51,243 DEBUG [agent.manager.AgentAttache]
>> > (DirectAgent-414:null) Seq 5-614334817: No more commands found
>> > 2013-04-07 00:35:51,244 DEBUG [cloud.vm.VirtualMachineManagerImpl]
>> > (Job-Executor-38:job-45) VM[User|c18ddf7c-fc61-40b0-af75-fdef05f8eae6]
>> is
>> > stopped on the host.  Proceeding to release resource held.
>> > 2013-04-07 00:35:51,251 DEBUG [cloud.network.NetworkManagerImpl]
>> > (Job-Executor-38:job-45) Changing active number of nics for network
>> id=204
>> > on -1
>> > 2013-04-07 00:35:51,252 DEBUG [cloud.network.NetworkManagerImpl]
>> > (Job-Executor-38:job-45) Asking ElasticLoadBalancerElement to release
>> > Nic[18-12-6416c373-20d8-4617-8dcb-30a8ff9d0f34-192.168.56.195]
>> > 2013-04-07 00:35:51,252 DEBUG [cloud.network.NetworkManagerImpl]
>> > (Job-Executor-38:job-45) Asking NiciraNvpElement to release
>> > Nic[18-12-6416c373-20d8-4617-8dcb-30a8ff9d0f34-192.168.56.195]
>> > 2013-04-07 00:35:51,252 DEBUG [network.element.NiciraNvpElement]
>> > (Job-Executor-38:job-45) Checking if NiciraNvpElement can handle service
>> > Connectivity on network guestNetworkForBasicZone
>> > 2013-04-07 00:35:51,252 DEBUG [cloud.network.NetworkManagerImpl]
>> > (Job-Executor-38:job-45) Asking BigSwitchVnsElement to release
>> > Nic[18-12-6416c373-20d8-4617-8dcb-30a8ff9d0f34-192.168.56.195]
>> > 2013-04-07 00:35:51,252 DEBUG [network.element.BigSwitchVnsElement]
>> > (Job-Executor-38:job-45) Checking if BigSwitchVnsElement can handle
>> service
>> > Connectivity on network guestNetworkForBasicZone
>> > 2013-04-07 00:35:51,252 DEBUG [cloud.network.NetworkManagerImpl]
>> > (Job-Executor-38:job-45) Asking Ovs to release
>> > Nic[18-12-6416c373-20d8-4617-8dcb-30a8ff9d0f34-192.168.56.195]
>> > 2013-04-07 00:35:51,252 DEBUG [cloud.network.NetworkManagerImpl]
>> > (Job-Executor-38:job-45) Asking BareMetalDhcp to release
>> > Nic[18-12-6416c373-20d8-4617-8dcb-30a8ff9d0f34-192.168.56.195]
>> > 2013-04-07 00:35:51,252 DEBUG [cloud.network.NetworkManagerImpl]
>> > (Job-Executor-38:job-45) Asking BareMetalPxe to release
>> > Nic[18-12-6416c373-20d8-4617-8dcb-30a8ff9d0f34-192.168.56.195]
>> > 2013-04-07 00:35:51,252 DEBUG [cloud.network.NetworkManagerImpl]
>> > (Job-Executor-38:job-45) Asking BareMetalUserdata to release
>> > Nic[18-12-6416c373-20d8-4617-8dcb-30a8ff9d0f34-192.168.56.195]
>> > 2013-04-07 00:35:51,252 DEBUG [cloud.network.NetworkManagerImpl]
>> > (Job-Executor-38:job-45) Asking SecurityGroupProvider to release
>> > Nic[18-12-6416c373-20d8-4617-8dcb-30a8ff9d0f34-192.168.56.195]
>> > 2013-04-07 00:35:51,252 DEBUG [cloud.network.NetworkManagerImpl]
>> > (Job-Executor-38:job-45) Asking VirtualRouter to release
>> > Nic[18-12-6416c373-20d8-4617-8dcb-30a8ff9d0f34-192.168.56.195]
>> > 2013-04-07 00:35:51,253 DEBUG [cloud.network.NetworkManagerImpl]
>> > (Job-Executor-38:job-45) Asking VpcVirtualRouter to release
>> > Nic[18-12-6416c373-20d8-4617-8dcb-30a8ff9d0f34-192.168.56.195]
>> > 2013-04-07 00:35:51,253 DEBUG [cloud.network.NetworkManagerImpl]
>> > (Job-Executor-38:job-45) Asking NiciraNvp to release
>> > Nic[18-12-6416c373-20d8-4617-8dcb-30a8ff9d0f34-192.168.56.195]
>> > 2013-04-07 00:35:51,253 DEBUG [network.element.NiciraNvpElement]
>> > (Job-Executor-38:job-45) Checking if NiciraNvpElement can handle service
>> > Connectivity on network guestNetworkForBasicZone
>> > 2013-04-07 00:35:51,253 DEBUG [cloud.network.NetworkManagerImpl]
>> > (Job-Executor-38:job-45) Asking JuniperSRX to release
>> > Nic[18-12-6416c373-20d8-4617-8dcb-30a8ff9d0f34-192.168.56.195]
>> > 2013-04-07 00:35:51,253 DEBUG [cloud.network.NetworkManagerImpl]
>> > (Job-Executor-38:job-45) Asking Netscaler to release
>> > Nic[18-12-6416c373-20d8-4617-8dcb-30a8ff9d0f34-192.168.56.195]
>> > 2013-04-07 00:35:51,253 DEBUG [cloud.network.NetworkManagerImpl]
>> > (Job-Executor-38:job-45) Asking F5BigIP to release
>> > Nic[18-12-6416c373-20d8-4617-8dcb-30a8ff9d0f34-192.168.56.195]
>> > 2013-04-07 00:35:51,253 DEBUG [cloud.network.NetworkManagerImpl]
>> > (Job-Executor-38:job-45) Asking CiscoNexus1000vVSM to release
>> > Nic[18-12-6416c373-20d8-4617-8dcb-30a8ff9d0f34-192.168.56.195]
>> > 2013-04-07 00:35:51,253 DEBUG [cloud.vm.VirtualMachineManagerImpl]
>> > (Job-Executor-38:job-45) Successfully released network resources for
>> the vm
>> > VM[User|c18ddf7c-fc61-40b0-af75-fdef05f8eae6]
>> > 2013-04-07 00:35:51,253 DEBUG [cloud.vm.VirtualMachineManagerImpl]
>> > (Job-Executor-38:job-45) Successfully released storage resources for
>> the vm
>> > VM[User|c18ddf7c-fc61-40b0-af75-fdef05f8eae6]
>> > 2013-04-07 00:35:51,298 DEBUG [cloud.capacity.CapacityManagerImpl]
>> > (Job-Executor-38:job-45) VM state transitted from :Stopping to Stopped
>> with
>> > event: OperationSucceededvm's original host id: 5 new host id: null
>> host id
>> > before state transition: 5
>> > 2013-04-07 00:35:51,302 DEBUG [cloud.capacity.CapacityManagerImpl]
>> > (Job-Executor-38:job-45) Hosts's actual total CPU: 2479 and CPU after
>> > applying overprovisioning: 2479
>> > 2013-04-07 00:35:51,303 DEBUG [cloud.capacity.CapacityManagerImpl]
>> > (Job-Executor-38:job-45) release cpu from host: 5, old used:
>> 100,reserved:
>> > 0, actual total: 2479, total with overprovisioning: 2479; new used:
>> > 0,reserved:100; movedfromreserved: false,moveToReserveredtrue
>> > 2013-04-07 00:35:51,303 DEBUG [cloud.capacity.CapacityManagerImpl]
>> > (Job-Executor-38:job-45) release mem from host: 5, old used:
>> > 1073741824,reserved: 0, total: 1671695424; new used:
>> 0,reserved:1073741824;
>> > movedfromreserved: false,moveToReserveredtrue
>> > 2013-04-07 00:35:51,308 DEBUG [cloud.capacity.CapacityManagerImpl]
>> > (Job-Executor-38:job-45) VM state transitted from :Stopped to Destroyed
>> > with event: DestroyRequestedvm's original host id: 5 new host id: null
>> host
>> > id before state transition: null
>> > 2013-04-07 00:35:51,313 DEBUG [cloud.capacity.CapacityManagerImpl]
>> > (Job-Executor-38:job-45) Hosts's actual total CPU: 2479 and CPU after
>> > applying overprovisioning: 2479
>> > 2013-04-07 00:35:51,313 DEBUG [cloud.capacity.CapacityManagerImpl]
>> > (Job-Executor-38:job-45) release cpu from host: 5, old used: 0,reserved:
>> > 100, actual total: 2479, total with overprovisioning: 2479; new used:
>> > 0,reserved:0; movedfromreserved: true,moveToReserveredfalse
>> > 2013-04-07 00:35:51,313 DEBUG [cloud.capacity.CapacityManagerImpl]
>> > (Job-Executor-38:job-45) release mem from host: 5, old used: 0,reserved:
>> > 1073741824, total: 1671695424; new used: 0,reserved:0;
>> movedfromreserved:
>> > true,moveToReserveredfalse
>> > 2013-04-07 00:35:51,328 DEBUG [cloud.async.AsyncJobManagerImpl]
>> > (Job-Executor-38:job-45) Complete async job-45, jobStatus: 1,
>> resultCode:
>> > 0, result: org.apache.cloudstack.api.response.UserVmResponse@324f6e41
>> > 2013-04-07 00:35:51,332 DEBUG [cloud.async.AsyncJobManagerImpl]
>> > (Job-Executor-38:job-45) Done executing
>> > org.apache.cloudstack.api.command.user.vm.DestroyVMCmd for job-45
>> > 2013-04-07 00:35:51,397 DEBUG [cloud.api.ApiServlet]
>> > (1109449945@qtp-1008805148-34:null) ===START===  127.0.0.1 -- GET
>> >
>>  command=listVirtualMachines&id=94ddc16f-04fc-4da1-8326-01d8d5cdeb44&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316551394
>> > 2013-04-07 00:35:51,417 DEBUG [cloud.api.ApiServlet]
>> > (1109449945@qtp-1008805148-34:null) ===END===  127.0.0.1 -- GET
>> >
>>  command=listVirtualMachines&id=94ddc16f-04fc-4da1-8326-01d8d5cdeb44&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316551394
>> > 2013-04-07 00:35:51,425 DEBUG [cloud.api.ApiServlet]
>> > (1109449945@qtp-1008805148-34:null) ===START===  127.0.0.1 -- GET
>> >
>>  command=listOsTypes&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316551423
>> > 2013-04-07 00:35:51,472 INFO  [agent.manager.AgentMonitor]
>> > (Thread-11:null) Found the following agents behind on ping: [6, 5]
>> > 2013-04-07 00:35:51,473 DEBUG [cloud.host.Status] (Thread-11:null) Ping
>> > timeout for host 6, do invstigation
>> > 2013-04-07 00:35:51,475 DEBUG [cloud.host.Status] (Thread-11:null) Ping
>> > timeout for host 5, do invstigation
>> > 2013-04-07 00:35:51,475 INFO  [agent.manager.AgentManagerImpl]
>> > (AgentTaskPool-7:null) Investigating why host 6 has disconnected with
>> event
>> > PingTimeout
>> > 2013-04-07 00:35:51,475 DEBUG [agent.manager.AgentManagerImpl]
>> > (AgentTaskPool-7:null) checking if agent (6) is alive
>> > 2013-04-07 00:35:51,478 INFO  [agent.manager.AgentManagerImpl]
>> > (AgentTaskPool-8:null) Investigating why host 5 has disconnected with
>> event
>> > PingTimeout
>> > 2013-04-07 00:35:51,478 DEBUG [agent.manager.AgentManagerImpl]
>> > (AgentTaskPool-8:null) checking if agent (5) is alive
>> > 2013-04-07 00:35:51,480 DEBUG [agent.transport.Request]
>> > (AgentTaskPool-7:null) Seq 6-324993313: Sending  { Cmd , MgmtId: 1,
>> via: 6,
>> > Ver: v1, Flags: 100011, [{"CheckHealthCommand":{"wait":50}}] }
>> > 2013-04-07 00:35:51,481 DEBUG [agent.transport.Request]
>> > (AgentTaskPool-7:null) Seq 6-324993313: Executing:  { Cmd , MgmtId: 1,
>> via:
>> > 6, Ver: v1, Flags: 100011, [{"CheckHealthCommand":{"wait":50}}] }
>> > 2013-04-07 00:35:51,481 DEBUG [agent.manager.DirectAgentAttache]
>> > (DirectAgent-361:null) Seq 6-324993313: Executing request
>> > 2013-04-07 00:35:51,488 DEBUG [agent.transport.Request]
>> > (AgentTaskPool-8:null) Seq 5-614334818: Sending  { Cmd , MgmtId: 1,
>> via: 5,
>> > Ver: v1, Flags: 100011, [{"CheckHealthCommand":{"wait":50}}] }
>> > 2013-04-07 00:35:51,489 DEBUG [agent.transport.Request]
>> > (AgentTaskPool-8:null) Seq 5-614334818: Executing:  { Cmd , MgmtId: 1,
>> via:
>> > 5, Ver: v1, Flags: 100011, [{"CheckHealthCommand":{"wait":50}}] }
>> > 2013-04-07 00:35:51,489 DEBUG [agent.manager.DirectAgentAttache]
>> > (DirectAgent-290:null) Seq 5-614334818: Executing request
>> > 2013-04-07 00:35:51,556 DEBUG [agent.manager.DirectAgentAttache]
>> > (DirectAgent-290:null) Seq 5-614334818: Response Received:
>> > 2013-04-07 00:35:51,557 DEBUG [agent.transport.Request]
>> > (DirectAgent-290:null) Seq 5-614334818: Processing:  { Ans: , MgmtId: 1,
>> > via: 5, Ver: v1, Flags: 10,
>> > [{"CheckHealthAnswer":{"result":true,"details":"resource is
>> > alive","wait":0}}] }
>> > 2013-04-07 00:35:51,557 DEBUG [agent.transport.Request]
>> > (AgentTaskPool-8:null) Seq 5-614334818: Received:  { Ans: , MgmtId: 1,
>> via:
>> > 5, Ver: v1, Flags: 10, { CheckHealthAnswer } }
>> > 2013-04-07 00:35:51,557 DEBUG [agent.manager.AgentManagerImpl]
>> > (AgentTaskPool-8:null) Details from executing class
>> > com.cloud.agent.api.CheckHealthCommand: resource is alive
>> > 2013-04-07 00:35:51,557 DEBUG [agent.manager.AgentManagerImpl]
>> > (AgentTaskPool-8:null) agent (5) responded to checkHeathCommand,
>> reporting
>> > that agent is Up
>> > 2013-04-07 00:35:51,557 INFO  [agent.manager.AgentManagerImpl]
>> > (AgentTaskPool-8:null) The state determined is Up
>> > 2013-04-07 00:35:51,557 INFO  [agent.manager.AgentManagerImpl]
>> > (AgentTaskPool-8:null) Agent is determined to be up and running
>> > 2013-04-07 00:35:51,557 DEBUG [cloud.host.Status] (AgentTaskPool-8:null)
>> > Transition:[Resource state = Enabled, Agent event = Ping, Host id = 5,
>> name
>> > = Tut-XenServer2]
>> > 2013-04-07 00:35:51,563 DEBUG [cloud.host.Status] (AgentTaskPool-8:null)
>> > Agent status update: [id = 5; name = Tut-XenServer2; old status = Up;
>> event
>> > = Ping; new status = Up; old update count = 149; new update count = 150]
>> > 2013-04-07 00:35:51,568 DEBUG [agent.manager.DirectAgentAttache]
>> > (DirectAgent-361:null) Seq 6-324993313: Response Received:
>> > 2013-04-07 00:35:51,568 DEBUG [agent.transport.Request]
>> > (DirectAgent-361:null) Seq 6-324993313: Processing:  { Ans: , MgmtId: 1,
>> > via: 6, Ver: v1, Flags: 10,
>> > [{"CheckHealthAnswer":{"result":true,"details":"resource is
>> > alive","wait":0}}] }
>> > 2013-04-07 00:35:51,569 DEBUG [agent.transport.Request]
>> > (AgentTaskPool-7:null) Seq 6-324993313: Received:  { Ans: , MgmtId: 1,
>> via:
>> > 6, Ver: v1, Flags: 10, { CheckHealthAnswer } }
>> > 2013-04-07 00:35:51,569 DEBUG [agent.manager.AgentManagerImpl]
>> > (AgentTaskPool-7:null) Details from executing class
>> > com.cloud.agent.api.CheckHealthCommand: resource is alive
>> > 2013-04-07 00:35:51,569 DEBUG [agent.manager.AgentManagerImpl]
>> > (AgentTaskPool-7:null) agent (6) responded to checkHeathCommand,
>> reporting
>> > that agent is Up
>> > 2013-04-07 00:35:51,569 INFO  [agent.manager.AgentManagerImpl]
>> > (AgentTaskPool-7:null) The state determined is Up
>> > 2013-04-07 00:35:51,569 INFO  [agent.manager.AgentManagerImpl]
>> > (AgentTaskPool-7:null) Agent is determined to be up and running
>> > 2013-04-07 00:35:51,569 DEBUG [cloud.host.Status] (AgentTaskPool-7:null)
>> > Transition:[Resource state = Enabled, Agent event = Ping, Host id = 6,
>> name
>> > = Tut-XenServer]
>> > 2013-04-07 00:35:51,574 DEBUG [cloud.host.Status] (AgentTaskPool-7:null)
>> > Agent status update: [id = 6; name = Tut-XenServer; old status = Up;
>> event
>> > = Ping; new status = Up; old update count = 312; new update count = 313]
>> > 2013-04-07 00:35:51,668 DEBUG [cloud.api.ApiServlet]
>> > (1109449945@qtp-1008805148-34:null) ===END===  127.0.0.1 -- GET
>> >
>>  command=listOsTypes&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316551423
>> > 2013-04-07 00:35:54,118 DEBUG [cloud.api.ApiServlet]
>> > (1109449945@qtp-1008805148-34:null) ===START===  127.0.0.1 -- GET
>> >
>>  command=queryAsyncJobResult&jobId=1288fa5b-8b5f-4952-b056-b180437edfd5&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316554116
>> > 2013-04-07 00:35:54,129 DEBUG [cloud.async.AsyncJobManagerImpl]
>> > (1109449945@qtp-1008805148-34:null) Async job-45 completed
>> > 2013-04-07 00:35:54,135 DEBUG [cloud.api.ApiServlet]
>> > (1109449945@qtp-1008805148-34:null) ===END===  127.0.0.1 -- GET
>> >
>>  command=queryAsyncJobResult&jobId=1288fa5b-8b5f-4952-b056-b180437edfd5&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316554116
>> > 2013-04-07 00:35:55,077 DEBUG [cloud.api.ApiServlet]
>> > (1109449945@qtp-1008805148-34:null) ===START===  127.0.0.1 -- GET
>> >
>>  command=destroyVirtualMachine&id=94ddc16f-04fc-4da1-8326-01d8d5cdeb44&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316555075
>> > 2013-04-07 00:35:55,098 DEBUG [cloud.async.AsyncJobManagerImpl]
>> > (1109449945@qtp-1008805148-34:null) submit async job-46, details:
>> > AsyncJobVO {id:46, userId: 2, accountId: 2, sessionKey: null,
>> instanceType:
>> > null, instanceId: 13, cmd:
>> > org.apache.cloudstack.api.command.user.vm.DestroyVMCmd, cmdOriginator:
>> > null, cmdInfo:
>> >
>> {"id":"94ddc16f-04fc-4da1-8326-01d8d5cdeb44","response":"json","sessionkey":"Z6QqzU0Fq1iT13bMgnRRfl8GoVA\u003d","ctxUserId":"2","_":"1365316555075","ctxAccountId":"2","ctxStartEventId":"51"},
>> > cmdVersion: 0, callbackType: 0, callbackAddress: null, status: 0,
>> > processStatus: 0, resultCode: 0, result: null, initMsid: 1,
>> completeMsid:
>> > null, lastUpdated: null, lastPolled: null, created: null}
>> > 2013-04-07 00:35:55,098 DEBUG [cloud.async.AsyncJobManagerImpl]
>> > (Job-Executor-39:job-46) Executing
>> > org.apache.cloudstack.api.command.user.vm.DestroyVMCmd for job-46
>> > 2013-04-07 00:35:55,100 DEBUG [cloud.api.ApiServlet]
>> > (1109449945@qtp-1008805148-34:null) ===END===  127.0.0.1 -- GET
>> >
>>  command=destroyVirtualMachine&id=94ddc16f-04fc-4da1-8326-01d8d5cdeb44&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316555075
>> > 2013-04-07 00:35:55,113 DEBUG [cloud.vm.VirtualMachineManagerImpl]
>> > (Job-Executor-39:job-46) Destroying vm
>> > VM[User|94ddc16f-04fc-4da1-8326-01d8d5cdeb44]
>> > 2013-04-07 00:35:55,116 DEBUG [cloud.capacity.CapacityManagerImpl]
>> > (Job-Executor-39:job-46) VM state transitted from :Running to Stopping
>> with
>> > event: StopRequestedvm's original host id: 6 new host id: 6 host id
>> before
>> > state transition: 6
>> > 2013-04-07 00:35:55,118 DEBUG [agent.transport.Request]
>> > (Job-Executor-39:job-46) Seq 6-324993314: Sending  { Cmd , MgmtId: 1,
>> via:
>> > 6, Ver: v1, Flags: 100111,
>> > [{"StopCommand":{"isProxy":false,"vmName":"i-2-13-VM","wait":0}}] }
>> > 2013-04-07 00:35:55,118 DEBUG [agent.transport.Request]
>> > (Job-Executor-39:job-46) Seq 6-324993314: Executing:  { Cmd , MgmtId: 1,
>> > via: 6, Ver: v1, Flags: 100111,
>> > [{"StopCommand":{"isProxy":false,"vmName":"i-2-13-VM","wait":0}}] }
>> > 2013-04-07 00:35:55,118 DEBUG [agent.manager.DirectAgentAttache]
>> > (DirectAgent-7:null) Seq 6-324993314: Executing request
>> > 2013-04-07 00:35:55,216 DEBUG [xen.resource.CitrixResourceBase]
>> > (DirectAgent-7:null) 9. The VM i-2-13-VM is in Stopping state
>> > 2013-04-07 00:35:55,532 INFO  [xen.resource.CitrixResourceBase]
>> > (DirectAgent-7:null) Removed  network rules for vm i-2-13-VM
>> > 2013-04-07 00:35:58,107 DEBUG [cloud.api.ApiServlet]
>> > (1109449945@qtp-1008805148-34:null) ===START===  127.0.0.1 -- GET
>> >
>>  command=queryAsyncJobResult&jobId=042967f3-4fd4-4bcf-a646-999eeca87235&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316558105
>> > 2013-04-07 00:35:58,121 DEBUG [cloud.api.ApiServlet]
>> > (1109449945@qtp-1008805148-34:null) ===END===  127.0.0.1 -- GET
>> >
>>  command=queryAsyncJobResult&jobId=042967f3-4fd4-4bcf-a646-999eeca87235&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316558105
>> > 2013-04-07 00:36:01,107 DEBUG [cloud.api.ApiServlet]
>> > (1109449945@qtp-1008805148-34:null) ===START===  127.0.0.1 -- GET
>> >
>>  command=queryAsyncJobResult&jobId=042967f3-4fd4-4bcf-a646-999eeca87235&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316561105
>> > 2013-04-07 00:36:01,121 DEBUG [cloud.api.ApiServlet]
>> > (1109449945@qtp-1008805148-34:null) ===END===  127.0.0.1 -- GET
>> >
>>  command=queryAsyncJobResult&jobId=042967f3-4fd4-4bcf-a646-999eeca87235&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316561105
>> > 2013-04-07 00:36:04,108 DEBUG [cloud.api.ApiServlet]
>> > (1109449945@qtp-1008805148-34:null) ===START===  127.0.0.1 -- GET
>> >
>>  command=queryAsyncJobResult&jobId=042967f3-4fd4-4bcf-a646-999eeca87235&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316564106
>> > 2013-04-07 00:36:04,128 DEBUG [cloud.api.ApiServlet]
>> > (1109449945@qtp-1008805148-34:null) ===END===  127.0.0.1 -- GET
>> >
>>  command=queryAsyncJobResult&jobId=042967f3-4fd4-4bcf-a646-999eeca87235&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316564106
>> > 2013-04-07 00:36:04,783 DEBUG [xen.resource.CitrixResourceBase]
>> > (DirectAgent-7:null) 10. The VM i-2-13-VM is in Stopped state
>> > 2013-04-07 00:36:04,783 DEBUG [agent.manager.DirectAgentAttache]
>> > (DirectAgent-7:null) Seq 6-324993314: Response Received:
>> > 2013-04-07 00:36:04,783 DEBUG [agent.transport.Request]
>> > (DirectAgent-7:null) Seq 6-324993314: Processing:  { Ans: , MgmtId: 1,
>> via:
>> > 6, Ver: v1, Flags: 110,
>> > [{"StopAnswer":{"vncPort":0,"result":true,"details":"Stop VM i-2-13-VM
>> > Succeed","wait":0}}] }
>> > 2013-04-07 00:36:04,783 DEBUG [agent.transport.Request]
>> > (Job-Executor-39:job-46) Seq 6-324993314: Received:  { Ans: , MgmtId: 1,
>> > via: 6, Ver: v1, Flags: 110, { StopAnswer } }
>> > 2013-04-07 00:36:04,783 DEBUG [agent.manager.AgentAttache]
>> > (DirectAgent-7:null) Seq 6-324993314: No more commands found
>> > 2013-04-07 00:36:04,784 DEBUG [cloud.vm.VirtualMachineManagerImpl]
>> > (Job-Executor-39:job-46) VM[User|94ddc16f-04fc-4da1-8326-01d8d5cdeb44]
>> is
>> > stopped on the host.  Proceeding to release resource held.
>> > 2013-04-07 00:36:04,793 DEBUG [cloud.network.NetworkManagerImpl]
>> > (Job-Executor-39:job-46) Changing active number of nics for network
>> id=204
>> > on -1
>> > 2013-04-07 00:36:04,794 DEBUG [cloud.network.NetworkManagerImpl]
>> > (Job-Executor-39:job-46) Asking ElasticLoadBalancerElement to release
>> > Nic[19-13-a8349669-6ff2-443f-88d3-c5d69100df3a-192.168.56.146]
>> > 2013-04-07 00:36:04,794 DEBUG [cloud.network.NetworkManagerImpl]
>> > (Job-Executor-39:job-46) Asking NiciraNvpElement to release
>> > Nic[19-13-a8349669-6ff2-443f-88d3-c5d69100df3a-192.168.56.146]
>> > 2013-04-07 00:36:04,795 DEBUG [network.element.NiciraNvpElement]
>> > (Job-Executor-39:job-46) Checking if NiciraNvpElement can handle service
>> > Connectivity on network guestNetworkForBasicZone
>> > 2013-04-07 00:36:04,795 DEBUG [cloud.network.NetworkManagerImpl]
>> > (Job-Executor-39:job-46) Asking BigSwitchVnsElement to release
>> > Nic[19-13-a8349669-6ff2-443f-88d3-c5d69100df3a-192.168.56.146]
>> > 2013-04-07 00:36:04,795 DEBUG [network.element.BigSwitchVnsElement]
>> > (Job-Executor-39:job-46) Checking if BigSwitchVnsElement can handle
>> service
>> > Connectivity on network guestNetworkForBasicZone
>> > 2013-04-07 00:36:04,795 DEBUG [cloud.network.NetworkManagerImpl]
>> > (Job-Executor-39:job-46) Asking Ovs to release
>> > Nic[19-13-a8349669-6ff2-443f-88d3-c5d69100df3a-192.168.56.146]
>> > 2013-04-07 00:36:04,795 DEBUG [cloud.network.NetworkManagerImpl]
>> > (Job-Executor-39:job-46) Asking BareMetalDhcp to release
>> > Nic[19-13-a8349669-6ff2-443f-88d3-c5d69100df3a-192.168.56.146]
>> > 2013-04-07 00:36:04,795 DEBUG [cloud.network.NetworkManagerImpl]
>> > (Job-Executor-39:job-46) Asking BareMetalPxe to release
>> > Nic[19-13-a8349669-6ff2-443f-88d3-c5d69100df3a-192.168.56.146]
>> > 2013-04-07 00:36:04,795 DEBUG [cloud.network.NetworkManagerImpl]
>> > (Job-Executor-39:job-46) Asking BareMetalUserdata to release
>> > Nic[19-13-a8349669-6ff2-443f-88d3-c5d69100df3a-192.168.56.146]
>> > 2013-04-07 00:36:04,795 DEBUG [cloud.network.NetworkManagerImpl]
>> > (Job-Executor-39:job-46) Asking SecurityGroupProvider to release
>> > Nic[19-13-a8349669-6ff2-443f-88d3-c5d69100df3a-192.168.56.146]
>> > 2013-04-07 00:36:04,795 DEBUG [cloud.network.NetworkManagerImpl]
>> > (Job-Executor-39:job-46) Asking VirtualRouter to release
>> > Nic[19-13-a8349669-6ff2-443f-88d3-c5d69100df3a-192.168.56.146]
>> > 2013-04-07 00:36:04,795 DEBUG [cloud.network.NetworkManagerImpl]
>> > (Job-Executor-39:job-46) Asking VpcVirtualRouter to release
>> > Nic[19-13-a8349669-6ff2-443f-88d3-c5d69100df3a-192.168.56.146]
>> > 2013-04-07 00:36:04,795 DEBUG [cloud.network.NetworkManagerImpl]
>> > (Job-Executor-39:job-46) Asking NiciraNvp to release
>> > Nic[19-13-a8349669-6ff2-443f-88d3-c5d69100df3a-192.168.56.146]
>> > 2013-04-07 00:36:04,795 DEBUG [network.element.NiciraNvpElement]
>> > (Job-Executor-39:job-46) Checking if NiciraNvpElement can handle service
>> > Connectivity on network guestNetworkForBasicZone
>> > 2013-04-07 00:36:04,795 DEBUG [cloud.network.NetworkManagerImpl]
>> > (Job-Executor-39:job-46) Asking JuniperSRX to release
>> > Nic[19-13-a8349669-6ff2-443f-88d3-c5d69100df3a-192.168.56.146]
>> > 2013-04-07 00:36:04,795 DEBUG [cloud.network.NetworkManagerImpl]
>> > (Job-Executor-39:job-46) Asking Netscaler to release
>> > Nic[19-13-a8349669-6ff2-443f-88d3-c5d69100df3a-192.168.56.146]
>> > 2013-04-07 00:36:04,795 DEBUG [cloud.network.NetworkManagerImpl]
>> > (Job-Executor-39:job-46) Asking F5BigIP to release
>> > Nic[19-13-a8349669-6ff2-443f-88d3-c5d69100df3a-192.168.56.146]
>> > 2013-04-07 00:36:04,795 DEBUG [cloud.network.NetworkManagerImpl]
>> > (Job-Executor-39:job-46) Asking CiscoNexus1000vVSM to release
>> > Nic[19-13-a8349669-6ff2-443f-88d3-c5d69100df3a-192.168.56.146]
>> > 2013-04-07 00:36:04,795 DEBUG [cloud.vm.VirtualMachineManagerImpl]
>> > (Job-Executor-39:job-46) Successfully released network resources for
>> the vm
>> > VM[User|94ddc16f-04fc-4da1-8326-01d8d5cdeb44]
>> > 2013-04-07 00:36:04,795 DEBUG [cloud.vm.VirtualMachineManagerImpl]
>> > (Job-Executor-39:job-46) Successfully released storage resources for
>> the vm
>> > VM[User|94ddc16f-04fc-4da1-8326-01d8d5cdeb44]
>> > 2013-04-07 00:36:04,836 DEBUG [cloud.capacity.CapacityManagerImpl]
>> > (Job-Executor-39:job-46) VM state transitted from :Stopping to Stopped
>> with
>> > event: OperationSucceededvm's original host id: 6 new host id: null
>> host id
>> > before state transition: 6
>> > 2013-04-07 00:36:04,843 DEBUG [cloud.capacity.CapacityManagerImpl]
>> > (Job-Executor-39:job-46) Hosts's actual total CPU: 2382 and CPU after
>> > applying overprovisioning: 2382
>> > 2013-04-07 00:36:04,844 DEBUG [cloud.capacity.CapacityManagerImpl]
>> > (Job-Executor-39:job-46) release cpu from host: 6, old used:
>> 200,reserved:
>> > 0, actual total: 2382, total with overprovisioning: 2382; new used:
>> > 100,reserved:100; movedfromreserved: false,moveToReserveredtrue
>> > 2013-04-07 00:36:04,844 DEBUG [cloud.capacity.CapacityManagerImpl]
>> > (Job-Executor-39:job-46) release mem from host: 6, old used:
>> > 1178599424,reserved: 0, total: 1671695424; new used:
>> > 104857600,reserved:1073741824; movedfromreserved:
>> false,moveToReserveredtrue
>> > 2013-04-07 00:36:04,854 DEBUG [cloud.capacity.CapacityManagerImpl]
>> > (Job-Executor-39:job-46) VM state transitted from :Stopped to Destroyed
>> > with event: DestroyRequestedvm's original host id: 6 new host id: null
>> host
>> > id before state transition: null
>> > 2013-04-07 00:36:04,863 DEBUG [cloud.capacity.CapacityManagerImpl]
>> > (Job-Executor-39:job-46) Hosts's actual total CPU: 2382 and CPU after
>> > applying overprovisioning: 2382
>> > 2013-04-07 00:36:04,863 DEBUG [cloud.capacity.CapacityManagerImpl]
>> > (Job-Executor-39:job-46) release cpu from host: 6, old used:
>> 100,reserved:
>> > 100, actual total: 2382, total with overprovisioning: 2382; new used:
>> > 100,reserved:0; movedfromreserved: true,moveToReserveredfalse
>> > 2013-04-07 00:36:04,863 DEBUG [cloud.capacity.CapacityManagerImpl]
>> > (Job-Executor-39:job-46) release mem from host: 6, old used:
>> > 104857600,reserved: 1073741824, total: 1671695424; new used:
>> > 104857600,reserved:0; movedfromreserved: true,moveToReserveredfalse
>> > 2013-04-07 00:36:04,892 DEBUG [cloud.async.AsyncJobManagerImpl]
>> > (Job-Executor-39:job-46) Complete async job-46, jobStatus: 1,
>> resultCode:
>> > 0, result: org.apache.cloudstack.api.response.UserVmResponse@519ba6bb
>> > 2013-04-07 00:36:04,897 DEBUG [cloud.async.AsyncJobManagerImpl]
>> > (Job-Executor-39:job-46) Done executing
>> > org.apache.cloudstack.api.command.user.vm.DestroyVMCmd for job-46
>> > 2013-04-07 00:36:04,949 DEBUG [agent.manager.DirectAgentAttache]
>> > (DirectAgent-410:null) Ping from 6
>> > 2013-04-07 00:36:06,058 DEBUG [agent.manager.DirectAgentAttache]
>> > (DirectAgent-234:null) Ping from 5
>> > 2013-04-07 00:36:06,909 DEBUG [agent.manager.DirectAgentAttache]
>> > (DirectAgent-407:null) Seq 6-324993028: Executing request
>> > 2013-04-07 00:36:07,097 DEBUG [xen.resource.CitrixResourceBase]
>> > (DirectAgent-407:null) VM missing i-2-13-VM old state stopped so
>> removing.
>> > 2013-04-07 00:36:07,098 DEBUG [xen.resource.CitrixResourceBase]
>> > (DirectAgent-407:null) VM missing i-2-12-VM old state stopped so
>> removing.
>> > 2013-04-07 00:36:07,098 DEBUG [agent.manager.DirectAgentAttache]
>> > (DirectAgent-407:null) Seq 6-324993028: Response Received:
>> > 2013-04-07 00:36:07,098 DEBUG [agent.transport.Request]
>> > (DirectAgent-407:null) Seq 6-324993028: Processing:  { Ans: , MgmtId: 1,
>> > via: 6, Ver: v1, Flags: 10,
>> >
>> [{"ClusterSyncAnswer":{"_clusterId":2,"_newStates":{},"_isExecuted":false,"result":true,"wait":0}}]
>> > }
>> > 2013-04-07 00:36:07,109 DEBUG [cloud.api.ApiServlet]
>> > (1109449945@qtp-1008805148-34:null) ===START===  127.0.0.1 -- GET
>> >
>>  command=queryAsyncJobResult&jobId=042967f3-4fd4-4bcf-a646-999eeca87235&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316567107
>> > 2013-04-07 00:36:07,119 DEBUG [cloud.async.AsyncJobManagerImpl]
>> > (1109449945@qtp-1008805148-34:null) Async job-46 completed
>> > 2013-04-07 00:36:07,125 DEBUG [cloud.api.ApiServlet]
>> > (1109449945@qtp-1008805148-34:null) ===END===  127.0.0.1 -- GET
>> >
>>  command=queryAsyncJobResult&jobId=042967f3-4fd4-4bcf-a646-999eeca87235&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316567107
>> > 2013-04-07 00:36:11,022 DEBUG [agent.manager.DirectAgentAttache]
>> > (DirectAgent-110:null) Seq 5-614334468: Executing request
>> > 2013-04-07 00:36:11,171 DEBUG [agent.manager.DirectAgentAttache]
>> > (DirectAgent-110:null) Seq 5-614334468: Response Received:
>> > 2013-04-07 00:36:11,171 DEBUG [agent.transport.Request]
>> > (DirectAgent-110:null) Seq 5-614334468: Processing:  { Ans: , MgmtId: 1,
>> > via: 5, Ver: v1, Flags: 10, [{"Answer":{"result":true,"wait":0}}] }
>> > 2013-04-07 00:36:12,411 DEBUG [cloud.api.ApiServlet]
>> > (1109449945@qtp-1008805148-34:null) ===START===  127.0.0.1 -- GET
>> >
>>  command=listVolumes&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&listAll=true&page=1&pagesize=20&_=1365316572408
>> > 2013-04-07 00:36:12,426 DEBUG [cloud.api.ApiServlet]
>> > (1109449945@qtp-1008805148-34:null) ===END===  127.0.0.1 -- GET
>> >
>>  command=listVolumes&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&listAll=true&page=1&pagesize=20&_=1365316572408
>> > 2013-04-07 00:36:13,241 DEBUG [cloud.api.ApiServlet]
>> > (1109449945@qtp-1008805148-34:null) ===START===  127.0.0.1 -- GET
>> >
>>  command=listVirtualMachines&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&listAll=true&page=1&pagesize=20&_=1365316573239
>> > 2013-04-07 00:36:13,259 DEBUG [cloud.api.ApiServlet]
>> > (1109449945@qtp-1008805148-34:null) ===END===  127.0.0.1 -- GET
>> >
>>  command=listVirtualMachines&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&listAll=true&page=1&pagesize=20&_=1365316573239
>> > 2013-04-07 00:36:19,140 DEBUG [cloud.api.ApiServlet]
>> > (1109449945@qtp-1008805148-34:null) ===START===  127.0.0.1 -- GET
>> >
>>  command=listVolumes&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&listAll=true&page=1&pagesize=20&_=1365316579137
>> > 2013-04-07 00:36:19,155 DEBUG [cloud.api.ApiServlet]
>> > (1109449945@qtp-1008805148-34:null) ===END===  127.0.0.1 -- GET
>> >
>>  command=listVolumes&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&listAll=true&page=1&pagesize=20&_=1365316579137
>> > 2013-04-07 00:36:20,452 DEBUG
>> > [storage.secondary.SecondaryStorageManagerImpl] (secstorage-1:null)
>> Zone 1
>> > is ready to launch secondary storage VM
>> > 2013-04-07 00:36:20,498 DEBUG [cloud.api.ApiServlet]
>> > (1109449945@qtp-1008805148-34:null) ===START===  127.0.0.1 -- GET
>> >
>>  command=listVirtualMachines&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&listAll=true&page=1&pagesize=20&_=1365316580496
>> > 2013-04-07 00:36:20,519 DEBUG [cloud.api.ApiServlet]
>> > (1109449945@qtp-1008805148-34:null) ===END===  127.0.0.1 -- GET
>> >
>>  command=listVirtualMachines&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&listAll=true&page=1&pagesize=20&_=1365316580496
>> > 2013-04-07 00:36:20,554 DEBUG
>> [cloud.consoleproxy.ConsoleProxyManagerImpl]
>> > (consoleproxy-1:null) Zone 1 is ready to launch console proxy
>> > 2013-04-07 00:36:20,820 DEBUG
>> > [network.router.VirtualNetworkApplianceManagerImpl]
>> > (RouterStatusMonitor-1:null) Found 0 routers to update status.
>> > 2013-04-07 00:36:20,821 DEBUG
>> > [network.router.VirtualNetworkApplianceManagerImpl]
>> > (RouterStatusMonitor-1:null) Found 0 networks to update RvR status.
>> > 2013-04-07 00:36:20,850 DEBUG
>> > [network.router.VirtualNetworkApplianceManagerImpl]
>> > (RouterStatusMonitor-1:null) Found 0 routers to update status.
>> > 2013-04-07 00:36:20,852 DEBUG
>> > [network.router.VirtualNetworkApplianceManagerImpl]
>> > (RouterStatusMonitor-1:null) Found 0 networks to update RvR status.
>> > 2013-04-07 00:36:21,588 DEBUG [cloud.api.ApiServlet]
>> > (1109449945@qtp-1008805148-34:null) ===START===  127.0.0.1 -- GET
>> >
>>  command=listVolumes&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&listAll=true&page=1&pagesize=20&_=1365316581586
>> > 2013-04-07 00:36:21,602 DEBUG [cloud.api.ApiServlet]
>> > (1109449945@qtp-1008805148-34:null) ===END===  127.0.0.1 -- GET
>> >
>>  command=listVolumes&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&listAll=true&page=1&pagesize=20&_=1365316581586
>> > 2013-04-07 00:36:22,324 DEBUG [cloud.api.ApiServlet]
>> > (1109449945@qtp-1008805148-34:null) ===START===  127.0.0.1 -- GET
>> >
>>  command=listVirtualMachines&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&listAll=true&page=1&pagesize=20&_=1365316582321
>> > 2013-04-07 00:36:22,348 DEBUG [cloud.api.ApiServlet]
>> > (1109449945@qtp-1008805148-34:null) ===END===  127.0.0.1 -- GET
>> >
>>  command=listVirtualMachines&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&listAll=true&page=1&pagesize=20&_=1365316582321
>> > 2013-04-07 00:36:24,891 DEBUG [agent.manager.AgentManagerImpl]
>> > (AgentManager-Handler-4:null) Ping from 4
>> > 2013-04-07 00:36:27,193 DEBUG [agent.manager.DirectAgentAttache]
>> > (DirectAgent-204:null) Ping from 1
>> > 2013-04-07 00:36:29,095 DEBUG [agent.manager.DirectAgentAttache]
>> > (DirectAgent-277:null) Seq 1-90046472: Executing request
>> > 2013-04-07 00:36:29,354 DEBUG [agent.manager.DirectAgentAttache]
>> > (DirectAgent-277:null) Seq 1-90046472: Response Received:
>> > 2013-04-07 00:36:29,355 DEBUG [agent.transport.Request]
>> > (DirectAgent-277:null) Seq 1-90046472: Processing:  { Ans: , MgmtId: 1,
>> > via: 1, Ver: v1, Flags: 10,
>> >
>> [{"ClusterSyncAnswer":{"_clusterId":1,"_newStates":{},"_isExecuted":false,"result":true,"wait":0}}]
>> > }
>> > 2013-04-07 00:36:47,680 DEBUG [agent.manager.AgentManagerImpl]
>> > (AgentManager-Handler-5:null) Ping from 3
>> > 2013-04-07 00:36:50,451 DEBUG
>> > [storage.secondary.SecondaryStorageManagerImpl] (secstorage-1:null)
>> Zone 1
>> > is ready to launch secondary storage VM
>> > 2013-04-07 00:36:50,554 DEBUG
>> [cloud.consoleproxy.ConsoleProxyManagerImpl]
>> > (consoleproxy-1:null) Zone 1 is ready to launch console proxy
>> > 2013-04-07 00:36:50,820 DEBUG
>> > [network.router.VirtualNetworkApplianceManagerImpl]
>> > (RouterStatusMonitor-1:null) Found 0 routers to update status.
>> > 2013-04-07 00:36:50,821 DEBUG
>> > [network.router.VirtualNetworkApplianceManagerImpl]
>> > (RouterStatusMonitor-1:null) Found 0 networks to update RvR status.
>> > 2013-04-07 00:36:50,851 DEBUG
>> > [network.router.VirtualNetworkApplianceManagerImpl]
>> > (RouterStatusMonitor-1:null) Found 0 routers to update status.
>> > 2013-04-07 00:36:50,852 DEBUG
>> > [network.router.VirtualNetworkApplianceManagerImpl]
>> > (RouterStatusMonitor-1:null) Found 0 networks to update RvR status.
>> > 2013-04-07 00:36:51,476 INFO  [agent.manager.AgentMonitor]
>> > (Thread-11:null) Found the following agents behind on ping: [6, 5]
>> > 2013-04-07 00:36:51,477 DEBUG [cloud.host.Status] (Thread-11:null) Ping
>> > timeout for host 6, do invstigation
>> > 2013-04-07 00:36:51,479 DEBUG [cloud.host.Status] (Thread-11:null) Ping
>> > timeout for host 5, do invstigation
>> > 2013-04-07 00:36:51,479 INFO  [agent.manager.AgentManagerImpl]
>> > (AgentTaskPool-9:null) Investigating why host 6 has disconnected with
>> event
>> > PingTimeout
>> > 2013-04-07 00:36:51,479 DEBUG [agent.manager.AgentManagerImpl]
>> > (AgentTaskPool-9:null) checking if agent (6) is alive
>> > 2013-04-07 00:36:51,482 INFO  [agent.manager.AgentManagerImpl]
>> > (AgentTaskPool-12:null) Investigating why host 5 has disconnected with
>> > event PingTimeout
>> > 2013-04-07 00:36:51,482 DEBUG [agent.manager.AgentManagerImpl]
>> > (AgentTaskPool-12:null) checking if agent (5) is alive
>> > 2013-04-07 00:36:51,483 DEBUG [agent.transport.Request]
>> > (AgentTaskPool-9:null) Seq 6-324993315: Sending  { Cmd , MgmtId: 1,
>> via: 6,
>> > Ver: v1, Flags: 100011, [{"CheckHealthCommand":{"wait":50}}] }
>> > 2013-04-07 00:36:51,484 DEBUG [agent.transport.Request]
>> > (AgentTaskPool-9:null) Seq 6-324993315: Executing:  { Cmd , MgmtId: 1,
>> via:
>> > 6, Ver: v1, Flags: 100011, [{"CheckHealthCommand":{"wait":50}}] }
>> > 2013-04-07 00:36:51,484 DEBUG [agent.manager.DirectAgentAttache]
>> > (DirectAgent-169:null) Seq 6-324993315: Executing request
>> > 2013-04-07 00:36:51,485 DEBUG [agent.transport.Request]
>> > (AgentTaskPool-12:null) Seq 5-614334819: Sending  { Cmd , MgmtId: 1,
>> via:
>> > 5, Ver: v1, Flags: 100011, [{"CheckHealthCommand":{"wait":50}}] }
>> > 2013-04-07 00:36:51,485 DEBUG [agent.transport.Request]
>> > (AgentTaskPool-12:null) Seq 5-614334819: Executing:  { Cmd , MgmtId: 1,
>> > via: 5, Ver: v1, Flags: 100011, [{"CheckHealthCommand":{"wait":50}}] }
>> > 2013-04-07 00:36:51,485 DEBUG [agent.manager.DirectAgentAttache]
>> > (DirectAgent-498:null) Seq 5-614334819: Executing request
>> > 2013-04-07 00:36:51,542 DEBUG [agent.manager.DirectAgentAttache]
>> > (DirectAgent-169:null) Seq 6-324993315: Response Received:
>> > 2013-04-07 00:36:51,542 DEBUG [agent.transport.Request]
>> > (DirectAgent-169:null) Seq 6-324993315: Processing:  { Ans: , MgmtId: 1,
>> > via: 6, Ver: v1, Flags: 10,
>> > [{"CheckHealthAnswer":{"result":true,"details":"resource is
>> > alive","wait":0}}] }
>> > 2013-04-07 00:36:51,542 DEBUG [agent.transport.Request]
>> > (AgentTaskPool-9:null) Seq 6-324993315: Received:  { Ans: , MgmtId: 1,
>> via:
>> > 6, Ver: v1, Flags: 10, { CheckHealthAnswer } }
>> > 2013-04-07 00:36:51,542 DEBUG [agent.manager.AgentManagerImpl]
>> > (AgentTaskPool-9:null) Details from executing class
>> > com.cloud.agent.api.CheckHealthCommand: resource is alive
>> > 2013-04-07 00:36:51,542 DEBUG [agent.manager.AgentManagerImpl]
>> > (AgentTaskPool-9:null) agent (6) responded to checkHeathCommand,
>> reporting
>> > that agent is Up
>> > 2013-04-07 00:36:51,542 INFO  [agent.manager.AgentManagerImpl]
>> > (AgentTaskPool-9:null) The state determined is Up
>> > 2013-04-07 00:36:51,542 INFO  [agent.manager.AgentManagerImpl]
>> > (AgentTaskPool-9:null) Agent is determined to be up and running
>> > 2013-04-07 00:36:51,542 DEBUG [cloud.host.Status] (AgentTaskPool-9:null)
>> > Transition:[Resource state = Enabled, Agent event = Ping, Host id = 6,
>> name
>> > = Tut-XenServer]
>> > 2013-04-07 00:36:51,546 DEBUG [cloud.host.Status] (AgentTaskPool-9:null)
>> > Agent status update: [id = 6; name = Tut-XenServer; old status = Up;
>> event
>> > = Ping; new status = Up; old update count = 313; new update count = 314]
>> > 2013-04-07 00:36:51,549 DEBUG [agent.manager.DirectAgentAttache]
>> > (DirectAgent-498:null) Seq 5-614334819: Response Received:
>> > 2013-04-07 00:36:51,549 DEBUG [agent.transport.Request]
>> > (DirectAgent-498:null) Seq 5-614334819: Processing:  { Ans: , MgmtId: 1,
>> > via: 5, Ver: v1, Flags: 10,
>> > [{"CheckHealthAnswer":{"result":true,"details":"resource is
>> > alive","wait":0}}] }
>> > 2013-04-07 00:36:51,549 DEBUG [agent.transport.Request]
>> > (AgentTaskPool-12:null) Seq 5-614334819: Received:  { Ans: , MgmtId: 1,
>> > via: 5, Ver: v1, Flags: 10, { CheckHealthAnswer } }
>> > 2013-04-07 00:36:51,549 DEBUG [agent.manager.AgentManagerImpl]
>> > (AgentTaskPool-12:null) Details from executing class
>> > com.cloud.agent.api.CheckHealthCommand: resource is alive
>> > 2013-04-07 00:36:51,549 DEBUG [agent.manager.AgentManagerImpl]
>> > (AgentTaskPool-12:null) agent (5) responded to checkHeathCommand,
>> reporting
>> > that agent is Up
>> > 2013-04-07 00:36:51,549 INFO  [agent.manager.AgentManagerImpl]
>> > (AgentTaskPool-12:null) The state determined is Up
>> > 2013-04-07 00:36:51,549 INFO  [agent.manager.AgentManagerImpl]
>> > (AgentTaskPool-12:null) Agent is determined to be up and running
>> > 2013-04-07 00:36:51,549 DEBUG [cloud.host.Status]
>> (AgentTaskPool-12:null)
>> > Transition:[Resource state = Enabled, Agent event = Ping, Host id = 5,
>> name
>> > = Tut-XenServer2]
>> > 2013-04-07 00:36:51,552 DEBUG [cloud.host.Status]
>> (AgentTaskPool-12:null)
>> > Agent status update: [id = 5; name = Tut-XenServer2; old status = Up;
>> event
>> > = Ping; new status = Up; old update count = 150; new update count = 151]
>> > 2013-04-07 00:36:54,389 INFO  [cloud.vm.UserVmManagerImpl]
>> > (UserVm-Scavenger-1:null) Found 1 vms to expunge.
>> > 2013-04-07 00:36:54,389 DEBUG [cloud.vm.VirtualMachineManagerImpl]
>> > (UserVm-Scavenger-1:null) Stopped called on
>> > VM[User|c18ddf7c-fc61-40b0-af75-fdef05f8eae6] but the state is Destroyed
>> > 2013-04-07 00:36:54,391 DEBUG [cloud.capacity.CapacityManagerImpl]
>> > (UserVm-Scavenger-1:null) VM state transitted from :Destroyed to
>> Expunging
>> > with event: ExpungeOperationvm's original host id: 5 new host id: null
>> host
>> > id before state transition: null
>> > 2013-04-07 00:36:54,391 DEBUG [cloud.vm.VirtualMachineManagerImpl]
>> > (UserVm-Scavenger-1:null) Destroying vm
>> > VM[User|c18ddf7c-fc61-40b0-af75-fdef05f8eae6]
>> > 2013-04-07 00:36:54,391 DEBUG [cloud.vm.VirtualMachineManagerImpl]
>> > (UserVm-Scavenger-1:null) Cleaning up NICS
>> > 2013-04-07 00:36:54,391 DEBUG [cloud.network.NetworkManagerImpl]
>> > (UserVm-Scavenger-1:null) Cleaning network for vm: 12
>> > 2013-04-07 00:36:54,399 DEBUG [network.guru.DirectNetworkGuru]
>> > (UserVm-Scavenger-1:null) Deallocate network: networkId: 204, ip:
>> > 192.168.56.195
>> > 2013-04-07 00:36:54,409 DEBUG [cloud.network.NetworkManagerImpl]
>> > (UserVm-Scavenger-1:null) Removed nic id=18
>> > 2013-04-07 00:36:54,409 DEBUG [cloud.storage.StorageManagerImpl]
>> > (UserVm-Scavenger-1:null) Cleaning storage for vm: 12
>> > 2013-04-07 00:36:54,417 DEBUG [cloud.storage.StorageManagerImpl]
>> > (UserVm-Scavenger-1:null) Expunging Vol[12|vm=12|ROOT]
>> > 2013-04-07 00:36:54,424 DEBUG [agent.transport.Request]
>> > (UserVm-Scavenger-1:null) Seq 5-614334820: Sending  { Cmd , MgmtId: 1,
>> via:
>> > 5, Ver: v1, Flags: 100111,
>> >
>> [{"storage.DestroyCommand":{"vmName":"i-2-12-VM","volume":{"id":12,"name":"ROOT-12","mountPoint":"/iSCSI_SR_3","path":"40a39639-e8aa-45b5-bfa1-591b68571d0c","size":52428800,"type":"ROOT","storagePoolType":"PreSetup","storagePoolUuid":"iSCSI_SR_3","deviceId":0},"wait":0}}]
>> > }
>> > 2013-04-07 00:36:54,424 DEBUG [agent.transport.Request]
>> > (UserVm-Scavenger-1:null) Seq 5-614334820: Executing:  { Cmd , MgmtId:
>> 1,
>> > via: 5, Ver: v1, Flags: 100111,
>> >
>> [{"storage.DestroyCommand":{"vmName":"i-2-12-VM","volume":{"id":12,"name":"ROOT-12","mountPoint":"/iSCSI_SR_3","path":"40a39639-e8aa-45b5-bfa1-591b68571d0c","size":52428800,"type":"ROOT","storagePoolType":"PreSetup","storagePoolUuid":"iSCSI_SR_3","deviceId":0},"wait":0}}]
>> > }
>> > 2013-04-07 00:36:54,424 DEBUG [agent.manager.DirectAgentAttache]
>> > (DirectAgent-411:null) Seq 5-614334820: Executing request
>> > 2013-04-07 00:36:55,072 DEBUG [agent.manager.DirectAgentAttache]
>> > (DirectAgent-411:null) Seq 5-614334820: Response Received:
>> > 2013-04-07 00:36:55,072 DEBUG [agent.transport.Request]
>> > (DirectAgent-411:null) Seq 5-614334820: Processing:  { Ans: , MgmtId: 1,
>> > via: 5, Ver: v1, Flags: 110,
>> > [{"Answer":{"result":true,"details":"Success","wait":0}}] }
>> > 2013-04-07 00:36:55,072 DEBUG [agent.transport.Request]
>> > (UserVm-Scavenger-1:null) Seq 5-614334820: Received:  { Ans: , MgmtId:
>> 1,
>> > via: 5, Ver: v1, Flags: 110, { Answer } }
>> > 2013-04-07 00:36:55,072 DEBUG [agent.manager.AgentAttache]
>> > (DirectAgent-411:null) Seq 5-614334820: No more commands found
>> > 2013-04-07 00:36:55,076 DEBUG [cloud.storage.StorageManagerImpl]
>> > (UserVm-Scavenger-1:null) Volume successfully expunged from 257
>> > 2013-04-07 00:36:55,076 DEBUG [cloud.vm.VirtualMachineManagerImpl]
>> > (UserVm-Scavenger-1:null) Expunged
>> > VM[User|c18ddf7c-fc61-40b0-af75-fdef05f8eae6]
>> > 2013-04-07 00:36:55,076 DEBUG [cloud.vm.UserVmManagerImpl]
>> > (UserVm-Scavenger-1:null) Starting cleaning up vm
>> > VM[User|c18ddf7c-fc61-40b0-af75-fdef05f8eae6] resources...
>> > 2013-04-07 00:36:55,080 INFO
>>  [network.security.SecurityGroupManagerImpl]
>> > (UserVm-Scavenger-1:null) Disassociated 1 network groups  from uservm 12
>> > 2013-04-07 00:36:55,081 DEBUG
>> [network.security.SecurityGroupManagerImpl]
>> > (UserVm-Scavenger-1:null) Security group mappings are removed
>> successfully
>> > for vm id=12
>> > 2013-04-07 00:36:55,090 DEBUG [network.firewall.FirewallManagerImpl]
>> > (UserVm-Scavenger-1:null) No firewall rules are found for vm id=12
>> > 2013-04-07 00:36:55,090 DEBUG [cloud.vm.UserVmManagerImpl]
>> > (UserVm-Scavenger-1:null) Firewall rules are removed successfully as a
>> part
>> > of vm id=12 expunge
>> > 2013-04-07 00:36:55,093 DEBUG [network.rules.RulesManagerImpl]
>> > (UserVm-Scavenger-1:null) No port forwarding rules are found for vm
>> id=12
>> > 2013-04-07 00:36:55,093 DEBUG [cloud.vm.UserVmManagerImpl]
>> > (UserVm-Scavenger-1:null) Port forwarding rules are removed
>> successfully as
>> > a part of vm id=12 expunge
>> > 2013-04-07 00:36:55,095 DEBUG [cloud.vm.UserVmManagerImpl]
>> > (UserVm-Scavenger-1:null) Removed vm id=12 from all load balancers as a
>> > part of expunge process
>> > 2013-04-07 00:36:55,096 DEBUG [cloud.vm.UserVmManagerImpl]
>> > (UserVm-Scavenger-1:null) Successfully cleaned up vm
>> > VM[User|c18ddf7c-fc61-40b0-af75-fdef05f8eae6] resources as a part of
>> > expunge process
>> > 2013-04-07 00:37:04,802 DEBUG [agent.manager.DirectAgentAttache]
>> > (DirectAgent-110:null) Ping from 6
>> > 2013-04-07 00:37:06,042 DEBUG [agent.manager.DirectAgentAttache]
>> > (DirectAgent-409:null) Ping from 5
>> > 2013-04-07 00:37:06,909 DEBUG [agent.manager.DirectAgentAttache]
>> > (DirectAgent-239:null) Seq 6-324993028: Executing request
>> > 2013-04-07 00:37:07,099 DEBUG [agent.manager.DirectAgentAttache]
>> > (DirectAgent-239:null) Seq 6-324993028: Response Received:
>> > 2013-04-07 00:37:07,100 DEBUG [agent.transport.Request]
>> > (DirectAgent-239:null) Seq 6-324993028: Processing:  { Ans: , MgmtId: 1,
>> > via: 6, Ver: v1, Flags: 10,
>> >
>> [{"ClusterSyncAnswer":{"_clusterId":2,"_newStates":{},"_isExecuted":false,"result":true,"wait":0}}]
>> > }
>> > 2013-04-07 00:37:11,022 DEBUG [agent.manager.DirectAgentAttache]
>> > (DirectAgent-225:null) Seq 5-614334468: Executing request
>> > 2013-04-07 00:37:11,170 DEBUG [agent.manager.DirectAgentAttache]
>> > (DirectAgent-225:null) Seq 5-614334468: Response Received:
>> > 2013-04-07 00:37:11,171 DEBUG [agent.transport.Request]
>> > (DirectAgent-225:null) Seq 5-614334468: Processing:  { Ans: , MgmtId: 1,
>> > via: 5, Ver: v1, Flags: 10, [{"Answer":{"result":true,"wait":0}}] }
>> > 2013-04-07 00:37:20,451 DEBUG
>> > [storage.secondary.SecondaryStorageManagerImpl] (secstorage-1:null)
>> Zone 1
>> > is ready to launch secondary storage VM
>> > 2013-04-07 00:37:20,554 DEBUG
>> [cloud.consoleproxy.ConsoleProxyManagerImpl]
>> > (consoleproxy-1:null) Zone 1 is ready to launch console proxy
>> > 2013-04-07 00:37:20,820 DEBUG
>> > [network.router.VirtualNetworkApplianceManagerImpl]
>> > (RouterStatusMonitor-1:null) Found 0 routers to update status.
>> > 2013-04-07 00:37:20,822 DEBUG
>> > [network.router.VirtualNetworkApplianceManagerImpl]
>> > (RouterStatusMonitor-1:null) Found 0 networks to update RvR status.
>> > 2013-04-07 00:37:20,851 DEBUG
>> > [network.router.VirtualNetworkApplianceManagerImpl]
>> > (RouterStatusMonitor-1:null) Found 0 routers to update status.
>> > 2013-04-07 00:37:20,852 DEBUG
>> > [network.router.VirtualNetworkApplianceManagerImpl]
>> > (RouterStatusMonitor-1:null) Found 0 networks to update RvR status.
>> > 2013-04-07 00:37:24,890 DEBUG [agent.manager.AgentManagerImpl]
>> > (AgentManager-Handler-6:null) Ping from 4
>> > 2013-04-07 00:37:27,167 DEBUG [agent.manager.DirectAgentAttache]
>> > (DirectAgent-354:null) Ping from 1
>> > 2013-04-07 00:37:29,095 DEBUG [agent.manager.DirectAgentAttache]
>> > (DirectAgent-97:null) Seq 1-90046472: Executing request
>> > 2013-04-07 00:37:29,317 DEBUG [agent.manager.DirectAgentAttache]
>> > (DirectAgent-97:null) Seq 1-90046472: Response Received:
>> > 2013-04-07 00:37:29,317 DEBUG [agent.transport.Request]
>> > (DirectAgent-97:null) Seq 1-90046472: Processing:  { Ans: , MgmtId: 1,
>> via:
>> > 1, Ver: v1, Flags: 10,
>> >
>> [{"ClusterSyncAnswer":{"_clusterId":1,"_newStates":{},"_isExecuted":false,"result":true,"wait":0}}]
>> > }
>> > 2013-04-07 00:37:47,679 DEBUG [agent.manager.AgentManagerImpl]
>> > (AgentManager-Handler-7:null) Ping from 3
>> > 2013-04-07 00:37:50,451 DEBUG
>> > [storage.secondary.SecondaryStorageManagerImpl] (secstorage-1:null)
>> Zone 1
>> > is ready to launch secondary storage VM
>> > 2013-04-07 00:37:50,555 DEBUG
>> [cloud.consoleproxy.ConsoleProxyManagerImpl]
>> > (consoleproxy-1:null) Zone 1 is ready to launch console proxy
>> > 2013-04-07 00:37:50,798 INFO  [cloud.ha.HighAvailabilityManagerImpl]
>> > (HA-2:null) checking health of usage server
>> > 2013-04-07 00:37:50,799 DEBUG [cloud.ha.HighAvailabilityManagerImpl]
>> > (HA-2:null) usage server running? false, heartbeat: null
>> > 2013-04-07 00:37:50,801 DEBUG [cloud.alert.AlertManagerImpl] (HA-2:null)
>> > Have already sent: 1 emails for alert type '12' -- skipping send email
>> > 2013-04-07 00:37:50,816 DEBUG
>> > [network.router.VirtualNetworkApplianceManagerImpl]
>> (RouterMonitor-1:null)
>> > Found 0 running routers.
>> > 2013-04-07 00:37:50,820 DEBUG
>> > [network.router.VirtualNetworkApplianceManagerImpl]
>> > (RouterStatusMonitor-1:null) Found 0 routers to update status.
>> > 2013-04-07 00:37:50,821 DEBUG
>> > [network.router.VirtualNetworkApplianceManagerImpl]
>> > (RouterStatusMonitor-1:null) Found 0 networks to update RvR status.
>> > 2013-04-07 00:37:50,850 DEBUG
>> > [network.router.VirtualNetworkApplianceManagerImpl]
>> (RouterMonitor-1:null)
>> > Found 0 running routers.
>> > 2013-04-07 00:37:50,851 DEBUG
>> > [network.router.VirtualNetworkApplianceManagerImpl]
>> > (RouterStatusMonitor-1:null) Found 0 routers to update status.
>> > 2013-04-07 00:37:50,852 DEBUG
>> > [network.router.VirtualNetworkApplianceManagerImpl]
>> > (RouterStatusMonitor-1:null) Found 0 networks to update RvR status.
>> > 2013-04-07 00:37:50,909 DEBUG
>> > [cloud.network.ExternalLoadBalancerUsageManagerImpl]
>> > (ExternalNetworkMonitor-1:null) External devices stats collector is
>> > running...
>> > 2013-04-07 00:37:50,920 DEBUG [storage.snapshot.SnapshotSchedulerImpl]
>> > (SnapshotPollTask:null) Snapshot scheduler.poll is being called at
>> > 2013-04-07 06:37:50 GMT
>> > 2013-04-07 00:37:50,921 DEBUG [storage.snapshot.SnapshotSchedulerImpl]
>> > (SnapshotPollTask:null) Got 0 snapshots to be executed at 2013-04-07
>> > 06:37:50 GMT
>> > 2013-04-07 00:37:51,480 INFO  [agent.manager.AgentMonitor]
>> > (Thread-11:null) Found the following agents behind on ping: [6, 5]
>> > 2013-04-07 00:37:51,481 DEBUG [cloud.host.Status] (Thread-11:null) Ping
>> > timeout for host 6, do invstigation
>> > 2013-04-07 00:37:51,482 DEBUG [cloud.host.Status] (Thread-11:null) Ping
>> > timeout for host 5, do invstigation
>> > 2013-04-07 00:37:51,483 INFO  [agent.manager.AgentManagerImpl]
>> > (AgentTaskPool-10:null) Investigating why host 6 has disconnected with
>> > event PingTimeout
>> > 2013-04-07 00:37:51,483 DEBUG [agent.manager.AgentManagerImpl]
>> > (AgentTaskPool-10:null) checking if agent (6) is alive
>> > 2013-04-07 00:37:51,484 INFO  [agent.manager.AgentManagerImpl]
>> > (AgentTaskPool-13:null) Investigating why host 5 has disconnected with
>> > event PingTimeout
>> > 2013-04-07 00:37:51,484 DEBUG [agent.manager.AgentManagerImpl]
>> > (AgentTaskPool-13:null) checking if agent (5) is alive
>> > 2013-04-07 00:37:51,486 DEBUG [agent.transport.Request]
>> > (AgentTaskPool-10:null) Seq 6-324993316: Sending  { Cmd , MgmtId: 1,
>> via:
>> > 6, Ver: v1, Flags: 100011, [{"CheckHealthCommand":{"wait":50}}] }
>> > 2013-04-07 00:37:51,486 DEBUG [agent.transport.Request]
>> > (AgentTaskPool-10:null) Seq 6-324993316: Executing:  { Cmd , MgmtId: 1,
>> > via: 6, Ver: v1, Flags: 100011, [{"CheckHealthCommand":{"wait":50}}] }
>> > 2013-04-07 00:37:51,486 DEBUG [agent.manager.DirectAgentAttache]
>> > (DirectAgent-303:null) Seq 6-324993316: Executing request
>> > 2013-04-07 00:37:51,488 DEBUG [agent.transport.Request]
>> > (AgentTaskPool-13:null) Seq 5-614334821: Sending  { Cmd , MgmtId: 1,
>> via:
>> > 5, Ver: v1, Flags: 100011, [{"CheckHealthCommand":{"wait":50}}] }
>> > 2013-04-07 00:37:51,488 DEBUG [agent.transport.Request]
>> > (AgentTaskPool-13:null) Seq 5-614334821: Executing:  { Cmd , MgmtId: 1,
>> > via: 5, Ver: v1, Flags: 100011, [{"CheckHealthCommand":{"wait":50}}] }
>> > 2013-04-07 00:37:51,488 DEBUG [agent.manager.DirectAgentAttache]
>> > (DirectAgent-158:null) Seq 5-614334821: Executing request
>> > 2013-04-07 00:37:51,537 DEBUG [agent.manager.DirectAgentAttache]
>> > (DirectAgent-303:null) Seq 6-324993316: Response Received:
>> > 2013-04-07 00:37:51,538 DEBUG [agent.transport.Request]
>> > (DirectAgent-303:null) Seq 6-324993316: Processing:  { Ans: , MgmtId: 1,
>> > via: 6, Ver: v1, Flags: 10,
>> > [{"CheckHealthAnswer":{"result":true,"details":"resource is
>> > alive","wait":0}}] }
>> > 2013-04-07 00:37:51,538 DEBUG [agent.transport.Request]
>> > (AgentTaskPool-10:null) Seq 6-324993316: Received:  { Ans: , MgmtId: 1,
>> > via: 6, Ver: v1, Flags: 10, { CheckHealthAnswer } }
>> > 2013-04-07 00:37:51,538 DEBUG [agent.manager.AgentManagerImpl]
>> > (AgentTaskPool-10:null) Details from executing class
>> > com.cloud.agent.api.CheckHealthCommand: resource is alive
>> > 2013-04-07 00:37:51,538 DEBUG [agent.manager.AgentManagerImpl]
>> > (AgentTaskPool-10:null) agent (6) responded to checkHeathCommand,
>> reporting
>> > that agent is Up
>> > 2013-04-07 00:37:51,538 INFO  [agent.manager.AgentManagerImpl]
>> > (AgentTaskPool-10:null) The state determined is Up
>> > 2013-04-07 00:37:51,538 INFO  [agent.manager.AgentManagerImpl]
>> > (AgentTaskPool-10:null) Agent is determined to be up and running
>> > 2013-04-07 00:37:51,538 DEBUG [cloud.host.Status]
>> (AgentTaskPool-10:null)
>> > Transition:[Resource state = Enabled, Agent event = Ping, Host id = 6,
>> name
>> > = Tut-XenServer]
>> > 2013-04-07 00:37:51,541 DEBUG [agent.manager.DirectAgentAttache]
>> > (DirectAgent-158:null) Seq 5-614334821: Response Received:
>> > 2013-04-07 00:37:51,541 DEBUG [agent.transport.Request]
>> > (DirectAgent-158:null) Seq 5-614334821: Processing:  { Ans: , MgmtId: 1,
>> > via: 5, Ver: v1, Flags: 10,
>> > [{"CheckHealthAnswer":{"result":true,"details":"resource is
>> > alive","wait":0}}] }
>> > 2013-04-07 00:37:51,541 DEBUG [agent.transport.Request]
>> > (AgentTaskPool-13:null) Seq 5-614334821: Received:  { Ans: , MgmtId: 1,
>> > via: 5, Ver: v1, Flags: 10, { CheckHealthAnswer } }
>> > 2013-04-07 00:37:51,541 DEBUG [agent.manager.AgentManagerImpl]
>> > (AgentTaskPool-13:null) Details from executing class
>> > com.cloud.agent.api.CheckHealthCommand: resource is alive
>> > 2013-04-07 00:37:51,541 DEBUG [agent.manager.AgentManagerImpl]
>> > (AgentTaskPool-13:null) agent (5) responded to checkHeathCommand,
>> reporting
>> > that agent is Up
>> > 2013-04-07 00:37:51,541 INFO  [agent.manager.AgentManagerImpl]
>> > (AgentTaskPool-13:null) The state determined is Up
>> > 2013-04-07 00:37:51,541 DEBUG [cloud.host.Status]
>> (AgentTaskPool-10:null)
>> > Agent status update: [id = 6; name = Tut-XenServer; old status = Up;
>> event
>> > = Ping; new status = Up; old update count = 314; new update count = 315]
>> > 2013-04-07 00:37:51,541 INFO  [agent.manager.AgentManagerImpl]
>> > (AgentTaskPool-13:null) Agent is determined to be up and running
>> > 2013-04-07 00:37:51,541 DEBUG [cloud.host.Status]
>> (AgentTaskPool-13:null)
>> > Transition:[Resource state = Enabled, Agent event = Ping, Host id = 5,
>> name
>> > = Tut-XenServer2]
>> > 2013-04-07 00:37:51,544 DEBUG [cloud.host.Status]
>> (AgentTaskPool-13:null)
>> > Agent status update: [id = 5; name = Tut-XenServer2; old status = Up;
>> event
>> > = Ping; new status = Up; old update count = 151; new update count = 152]
>> > 2013-04-07 00:37:55,103 INFO  [cloud.vm.UserVmManagerImpl]
>> > (UserVm-Scavenger-1:null) Found 1 vms to expunge.
>> > 2013-04-07 00:37:55,103 DEBUG [cloud.vm.VirtualMachineManagerImpl]
>> > (UserVm-Scavenger-1:null) Stopped called on
>> > VM[User|94ddc16f-04fc-4da1-8326-01d8d5cdeb44] but the state is Destroyed
>> > 2013-04-07 00:37:55,105 DEBUG [cloud.capacity.CapacityManagerImpl]
>> > (UserVm-Scavenger-1:null) VM state transitted from :Destroyed to
>> Expunging
>> > with event: ExpungeOperationvm's original host id: 6 new host id: null
>> host
>> > id before state transition: null
>> > 2013-04-07 00:37:55,105 DEBUG [cloud.vm.VirtualMachineManagerImpl]
>> > (UserVm-Scavenger-1:null) Destroying vm
>> > VM[User|94ddc16f-04fc-4da1-8326-01d8d5cdeb44]
>> > 2013-04-07 00:37:55,105 DEBUG [cloud.vm.VirtualMachineManagerImpl]
>> > (UserVm-Scavenger-1:null) Cleaning up NICS
>> > 2013-04-07 00:37:55,105 DEBUG [cloud.network.NetworkManagerImpl]
>> > (UserVm-Scavenger-1:null) Cleaning network for vm: 13
>> > 2013-04-07 00:37:55,113 DEBUG [network.guru.DirectNetworkGuru]
>> > (UserVm-Scavenger-1:null) Deallocate network: networkId: 204, ip:
>> > 192.168.56.146
>> > 2013-04-07 00:37:55,124 DEBUG [cloud.network.NetworkManagerImpl]
>> > (UserVm-Scavenger-1:null) Removed nic id=19
>> > 2013-04-07 00:37:55,124 DEBUG [cloud.storage.StorageManagerImpl]
>> > (UserVm-Scavenger-1:null) Cleaning storage for vm: 13
>> > 2013-04-07 00:37:55,132 DEBUG [cloud.storage.StorageManagerImpl]
>> > (UserVm-Scavenger-1:null) Expunging Vol[13|vm=13|ROOT]
>> > 2013-04-07 00:37:55,139 DEBUG [agent.transport.Request]
>> > (UserVm-Scavenger-1:null) Seq 6-324993317: Sending  { Cmd , MgmtId: 1,
>> via:
>> > 6, Ver: v1, Flags: 100111,
>> >
>> [{"storage.DestroyCommand":{"vmName":"i-2-13-VM","volume":{"id":13,"name":"ROOT-13","mountPoint":"/iSCSI_SR_3","path":"99154d9c-2665-465d-8c71-e60f1748895b","size":52428800,"type":"ROOT","storagePoolType":"PreSetup","storagePoolUuid":"iSCSI_SR_3","deviceId":0},"wait":0}}]
>> > }
>> > 2013-04-07 00:37:55,140 DEBUG [agent.transport.Request]
>> > (UserVm-Scavenger-1:null) Seq 6-324993317: Executing:  { Cmd , MgmtId:
>> 1,
>> > via: 6, Ver: v1, Flags: 100111,
>> >
>> [{"storage.DestroyCommand":{"vmName":"i-2-13-VM","volume":{"id":13,"name":"ROOT-13","mountPoint":"/iSCSI_SR_3","path":"99154d9c-2665-465d-8c71-e60f1748895b","size":52428800,"type":"ROOT","storagePoolType":"PreSetup","storagePoolUuid":"iSCSI_SR_3","deviceId":0},"wait":0}}]
>> > }
>> > 2013-04-07 00:37:55,140 DEBUG [agent.manager.DirectAgentAttache]
>> > (DirectAgent-87:null) Seq 6-324993317: Executing request
>> > 2013-04-07 00:37:55,724 DEBUG [agent.manager.DirectAgentAttache]
>> > (DirectAgent-87:null) Seq 6-324993317: Response Received:
>> > 2013-04-07 00:37:55,724 DEBUG [agent.transport.Request]
>> > (DirectAgent-87:null) Seq 6-324993317: Processing:  { Ans: , MgmtId: 1,
>> > via: 6, Ver: v1, Flags: 110,
>> > [{"Answer":{"result":true,"details":"Success","wait":0}}] }
>> > 2013-04-07 00:37:55,724 DEBUG [agent.manager.AgentAttache]
>> > (DirectAgent-87:null) Seq 6-324993317: No more commands found
>> > 2013-04-07 00:37:55,724 DEBUG [agent.transport.Request]
>> > (UserVm-Scavenger-1:null) Seq 6-324993317: Received:  { Ans: , MgmtId:
>> 1,
>> > via: 6, Ver: v1, Flags: 110, { Answer } }
>> > 2013-04-07 00:37:55,727 DEBUG [cloud.storage.StorageManagerImpl]
>> > (UserVm-Scavenger-1:null) Volume successfully expunged from 257
>> > 2013-04-07 00:37:55,727 DEBUG [cloud.vm.VirtualMachineManagerImpl]
>> > (UserVm-Scavenger-1:null) Expunged
>> > VM[User|94ddc16f-04fc-4da1-8326-01d8d5cdeb44]
>> > 2013-04-07 00:37:55,727 DEBUG [cloud.vm.UserVmManagerImpl]
>> > (UserVm-Scavenger-1:null) Starting cleaning up vm
>> > VM[User|94ddc16f-04fc-4da1-8326-01d8d5cdeb44] resources...
>> > 2013-04-07 00:37:55,730 INFO
>>  [network.security.SecurityGroupManagerImpl]
>> > (UserVm-Scavenger-1:null) Disassociated 1 network groups  from uservm 13
>> > 2013-04-07 00:37:55,732 DEBUG
>> [network.security.SecurityGroupManagerImpl]
>> > (UserVm-Scavenger-1:null) Security group mappings are removed
>> successfully
>> > for vm id=13
>> > 2013-04-07 00:37:55,736 DEBUG [network.firewall.FirewallManagerImpl]
>> > (UserVm-Scavenger-1:null) No firewall rules are found for vm id=13
>> > 2013-04-07 00:37:55,737 DEBUG [cloud.vm.UserVmManagerImpl]
>> > (UserVm-Scavenger-1:null) Firewall rules are removed successfully as a
>> part
>> > of vm id=13 expunge
>> > 2013-04-07 00:37:55,739 DEBUG [network.rules.RulesManagerImpl]
>> > (UserVm-Scavenger-1:null) No port forwarding rules are found for vm
>> id=13
>> > 2013-04-07 00:37:55,739 DEBUG [cloud.vm.UserVmManagerImpl]
>> > (UserVm-Scavenger-1:null) Port forwarding rules are removed
>> successfully as
>> > a part of vm id=13 expunge
>> > 2013-04-07 00:37:55,740 DEBUG [cloud.vm.UserVmManagerImpl]
>> > (UserVm-Scavenger-1:null) Removed vm id=13 from all load balancers as a
>> > part of expunge process
>> > 2013-04-07 00:37:55,741 DEBUG [cloud.vm.UserVmManagerImpl]
>> > (UserVm-Scavenger-1:null) Successfully cleaned up vm
>> > VM[User|94ddc16f-04fc-4da1-8326-01d8d5cdeb44] resources as a part of
>> > expunge process
>> > 2013-04-07 00:38:04,813 DEBUG [agent.manager.DirectAgentAttache]
>> > (DirectAgent-442:null) Ping from 6
>> > 2013-04-07 00:38:06,064 DEBUG [agent.manager.DirectAgentAttache]
>> > (DirectAgent-374:null) Ping from 5
>> > 2013-04-07 00:38:06,909 DEBUG [agent.manager.DirectAgentAttache]
>> > (DirectAgent-157:null) Seq 6-324993028: Executing request
>> > 2013-04-07 00:38:07,099 DEBUG [agent.manager.DirectAgentAttache]
>> > (DirectAgent-157:null) Seq 6-324993028: Response Received:
>> > 2013-04-07 00:38:07,100 DEBUG [agent.transport.Request]
>> > (DirectAgent-157:null) Seq 6-324993028: Processing:  { Ans: , MgmtId: 1,
>> > via: 6, Ver: v1, Flags: 10,
>> >
>> [{"ClusterSyncAnswer":{"_clusterId":2,"_newStates":{},"_isExecuted":false,"result":true,"wait":0}}]
>> > }
>> > 2013-04-07 00:38:11,022 DEBUG [agent.manager.DirectAgentAttache]
>> > (DirectAgent-192:null) Seq 5-614334468: Executing request
>> > 2013-04-07 00:38:11,181 DEBUG [agent.manager.DirectAgentAttache]
>> > (DirectAgent-192:null) Seq 5-614334468: Response Received:
>> > 2013-04-07 00:38:11,181 DEBUG [agent.transport.Request]
>> > (DirectAgent-192:null) Seq 5-614334468: Processing:  { Ans: , MgmtId: 1,
>> > via: 5, Ver: v1, Flags: 10, [{"Answer":{"result":true,"wait":0}}] }
>> > 2013-04-07 00:38:20,455 DEBUG
>> > [storage.secondary.SecondaryStorageManagerImpl] (secstorage-1:null)
>> Zone 1
>> > is ready to launch secondary storage VM
>> > 2013-04-07 00:38:20,573 DEBUG
>> [cloud.consoleproxy.ConsoleProxyManagerImpl]
>> > (consoleproxy-1:null) Zone 1 is ready to launch console proxy
>> > 2013-04-07 00:38:20,820 DEBUG
>> > [network.router.VirtualNetworkApplianceManagerImpl]
>> > (RouterStatusMonitor-1:null) Found 0 routers to update status.
>> > 2013-04-07 00:38:20,821 DEBUG
>> > [network.router.VirtualNetworkApplianceManagerImpl]
>> > (RouterStatusMonitor-1:null) Found 0 networks to update RvR status.
>> > 2013-04-07 00:38:20,851 DEBUG
>> > [network.router.VirtualNetworkApplianceManagerImpl]
>> > (RouterStatusMonitor-1:null) Found 0 routers to update status.
>> > 2013-04-07 00:38:20,853 DEBUG
>> > [network.router.VirtualNetworkApplianceManagerImpl]
>> > (RouterStatusMonitor-1:null) Found 0 networks to update RvR status.
>> > 2013-04-07 00:38:20,921 DEBUG [cloud.alert.AlertManagerImpl]
>> > (CapacityChecker:null) Running Capacity Checker ...
>> > 2013-04-07 00:38:20,921 DEBUG [cloud.alert.AlertManagerImpl]
>> > (CapacityChecker:null) recalculating system capacity
>> > 2013-04-07 00:38:20,921 DEBUG [cloud.alert.AlertManagerImpl]
>> > (CapacityChecker:null) Executing cpu/ram capacity update
>> > 2013-04-07 00:38:20,931 DEBUG [cloud.capacity.CapacityManagerImpl]
>> > (CapacityChecker:null) Found 2 VMs on host 1
>> > 2013-04-07 00:38:20,932 DEBUG [cloud.capacity.CapacityManagerImpl]
>> > (CapacityChecker:null) Found 0 VM, not running on host 1
>> > 2013-04-07 00:38:20,935 DEBUG [cloud.capacity.CapacityManagerImpl]
>> > (CapacityChecker:null) No need to calibrate cpu capacity, host:1
>> usedCpu:
>> > 200 reservedCpu: 0
>> > 2013-04-07 00:38:20,935 DEBUG [cloud.capacity.CapacityManagerImpl]
>> > (CapacityChecker:null) No need to calibrate memory capacity, host:1
>> > usedMem: 209715200 reservedMem: 0
>> > 2013-04-07 00:38:20,940 DEBUG [cloud.capacity.CapacityManagerImpl]
>> > (CapacityChecker:null) Found 0 VMs on host 5
>> > 2013-04-07 00:38:20,941 DEBUG [cloud.capacity.CapacityManagerImpl]
>> > (CapacityChecker:null) Found 0 VM, not running on host 5
>> > 2013-04-07 00:38:20,944 DEBUG [cloud.capacity.CapacityManagerImpl]
>> > (CapacityChecker:null) No need to calibrate cpu capacity, host:5
>> usedCpu: 0
>> > reservedCpu: 0
>> > 2013-04-07 00:38:20,944 DEBUG [cloud.capacity.CapacityManagerImpl]
>> > (CapacityChecker:null) No need to calibrate memory capacity, host:5
>> > usedMem: 0 reservedMem: 0
>> > 2013-04-07 00:38:20,950 DEBUG [cloud.capacity.CapacityManagerImpl]
>> > (CapacityChecker:null) Found 1 VMs on host 6
>> > 2013-04-07 00:38:20,951 DEBUG [cloud.capacity.CapacityManagerImpl]
>> > (CapacityChecker:null) Found 0 VM, not running on host 6
>> > 2013-04-07 00:38:20,954 DEBUG [cloud.capacity.CapacityManagerImpl]
>> > (CapacityChecker:null) No need to calibrate cpu capacity, host:6
>> usedCpu:
>> > 100 reservedCpu: 0
>> > 2013-04-07 00:38:20,954 DEBUG [cloud.capacity.CapacityManagerImpl]
>> > (CapacityChecker:null) No need to calibrate memory capacity, host:6
>> > usedMem: 104857600 reservedMem: 0
>> > 2013-04-07 00:38:20,954 DEBUG [cloud.alert.AlertManagerImpl]
>> > (CapacityChecker:null) Done executing cpu/ram capacity update
>> > 2013-04-07 00:38:20,954 DEBUG [cloud.alert.AlertManagerImpl]
>> > (CapacityChecker:null) Executing storage capacity update
>> > 2013-04-07 00:38:20,961 DEBUG [cloud.storage.StorageManagerImpl]
>> > (CapacityChecker:null) Successfully set Capacity - 31004332032 for
>> capacity
>> > type - 9 , DataCenterId - 1, HostOrPoolId - 200, PodId 1
>> > 2013-04-07 00:38:20,965 DEBUG [cloud.storage.StorageManagerImpl]
>> > (CapacityChecker:null) Successfully set Capacity - 97221701632 for
>> capacity
>> > type - 9 , DataCenterId - 1, HostOrPoolId - 201, PodId 1
>> > 2013-04-07 00:38:20,970 DEBUG [cloud.storage.StorageManagerImpl]
>> > (CapacityChecker:null) Successfully set Capacity - 97221701632 for
>> capacity
>> > type - 9 , DataCenterId - 1, HostOrPoolId - 202, PodId 1
>> > 2013-04-07 00:38:20,975 DEBUG [cloud.storage.StorageManagerImpl]
>> > (CapacityChecker:null) Successfully set Capacity - 2084569088 for
>> capacity
>> > type - 3 , DataCenterId - 1, HostOrPoolId - 256, PodId 1
>> > 2013-04-07 00:38:20,980 DEBUG [cloud.storage.StorageManagerImpl]
>> > (CapacityChecker:null) Successfully set Capacity - 2084569088 for
>> capacity
>> > type - 3 , DataCenterId - 1, HostOrPoolId - 257, PodId 1
>> > 2013-04-07 00:38:20,985 DEBUG [cloud.storage.StorageManagerImpl]
>> > (CapacityChecker:null) Successfully set Capacity - 2084569088 for
>> capacity
>> > type - 3 , DataCenterId - 1, HostOrPoolId - 262, PodId 1
>> > 2013-04-07 00:38:20,985 DEBUG [cloud.alert.AlertManagerImpl]
>> > (CapacityChecker:null) Done executing storage capacity update
>> > 2013-04-07 00:38:20,985 DEBUG [cloud.alert.AlertManagerImpl]
>> > (CapacityChecker:null) Executing capacity updates for public ip and
>> Vlans
>> > 2013-04-07 00:38:20,995 DEBUG [cloud.alert.AlertManagerImpl]
>> > (CapacityChecker:null) Done capacity updates for public ip and Vlans
>> > 2013-04-07 00:38:20,996 DEBUG [cloud.alert.AlertManagerImpl]
>> > (CapacityChecker:null) Executing capacity updates for private ip
>> > 2013-04-07 00:38:21,003 DEBUG [cloud.alert.AlertManagerImpl]
>> > (CapacityChecker:null) Done executing capacity updates for private ip
>> > 2013-04-07 00:38:21,003 DEBUG [cloud.alert.AlertManagerImpl]
>> > (CapacityChecker:null) Done recalculating system capacity
>> > 2013-04-07 00:38:21,031 DEBUG [cloud.alert.AlertManagerImpl]
>> > (CapacityChecker:null) Done running Capacity Checker ...
>> > 2013-04-07 00:38:24,889 DEBUG [agent.manager.AgentManagerImpl]
>> > (AgentManager-Handler-8:null) Ping from 4
>> > 2013-04-07 00:38:27,157 DEBUG [agent.manager.DirectAgentAttache]
>> > (DirectAgent-311:null) Ping from 1
>> > 2013-04-07 00:38:29,095 DEBUG [agent.manager.DirectAgentAttache]
>> > (DirectAgent-197:null) Seq 1-90046472: Executing request
>> > 2013-04-07 00:38:29,323 DEBUG [agent.manager.DirectAgentAttache]
>> > (DirectAgent-197:null) Seq 1-90046472: Response Received:
>> > 2013-04-07 00:38:29,324 DEBUG [agent.transport.Request]
>> > (DirectAgent-197:null) Seq 1-90046472: Processing:  { Ans: , MgmtId: 1,
>> > via: 1, Ver: v1, Flags: 10,
>> >
>> [{"ClusterSyncAnswer":{"_clusterId":1,"_newStates":{},"_isExecuted":false,"result":true,"wait":0}}]
>> > }
>> > 2013-04-07 00:38:47,679 DEBUG [agent.manager.AgentManagerImpl]
>> > (AgentManager-Handler-9:null) Ping from 3
>> > 2013-04-07 00:38:50,453 DEBUG
>> > [storage.secondary.SecondaryStorageManagerImpl] (secstorage-1:null)
>> Zone 1
>> > is ready to launch secondary storage VM
>> > 2013-04-07 00:38:50,560 DEBUG
>> [cloud.consoleproxy.ConsoleProxyManagerImpl]
>> > (consoleproxy-1:null) Zone 1 is ready to launch console proxy
>> > 2013-04-07 00:38:50,819 DEBUG
>> > [network.router.VirtualNetworkApplianceManagerImpl]
>> > (RouterStatusMonitor-1:null) Found 0 routers to update status.
>> > 2013-04-07 00:38:50,820 DEBUG
>> > [network.router.VirtualNetworkApplianceManagerImpl]
>> > (RouterStatusMonitor-1:null) Found 0 networks to update RvR status.
>> > 2013-04-07 00:38:50,851 DEBUG
>> > [network.router.VirtualNetworkApplianceManagerImpl]
>> > (RouterStatusMonitor-1:null) Found 0 routers to update status.
>> > 2013-04-07 00:38:50,852 DEBUG
>> > [network.router.VirtualNetworkApplianceManagerImpl]
>> > (RouterStatusMonitor-1:null) Found 0 networks to update RvR status.
>> > 2013-04-07 00:38:51,483 INFO  [agent.manager.AgentMonitor]
>> > (Thread-11:null) Found the following agents behind on ping: [6, 5]
>> > 2013-04-07 00:38:51,485 DEBUG [cloud.host.Status] (Thread-11:null) Ping
>> > timeout for host 6, do invstigation
>> > 2013-04-07 00:38:51,486 DEBUG [cloud.host.Status] (Thread-11:null) Ping
>> > timeout for host 5, do invstigation
>> > 2013-04-07 00:38:51,486 INFO  [agent.manager.AgentManagerImpl]
>> > (AgentTaskPool-11:null) Investigating why host 6 has disconnected with
>> > event PingTimeout
>> > 2013-04-07 00:38:51,486 DEBUG [agent.manager.AgentManagerImpl]
>> > (AgentTaskPool-11:null) checking if agent (6) is alive
>> > 2013-04-07 00:38:51,487 INFO  [agent.manager.AgentManagerImpl]
>> > (AgentTaskPool-16:null) Investigating why host 5 has disconnected with
>> > event PingTimeout
>> > 2013-04-07 00:38:51,488 DEBUG [agent.manager.AgentManagerImpl]
>> > (AgentTaskPool-16:null) checking if agent (5) is alive
>> > 2013-04-07 00:38:51,489 DEBUG [agent.transport.Request]
>> > (AgentTaskPool-11:null) Seq 6-324993318: Sending  { Cmd , MgmtId: 1,
>> via:
>> > 6, Ver: v1, Flags: 100011, [{"CheckHealthCommand":{"wait":50}}] }
>> > 2013-04-07 00:38:51,489 DEBUG [agent.transport.Request]
>> > (AgentTaskPool-11:null) Seq 6-324993318: Executing:  { Cmd , MgmtId: 1,
>> > via: 6, Ver: v1, Flags: 100011, [{"CheckHealthCommand":{"wait":50}}] }
>> > 2013-04-07 00:38:51,489 DEBUG [agent.manager.DirectAgentAttache]
>> > (DirectAgent-372:null) Seq 6-324993318: Executing request
>> > 2013-04-07 00:38:51,491 DEBUG [agent.transport.Request]
>> > (AgentTaskPool-16:null) Seq 5-614334822: Sending  { Cmd , MgmtId: 1,
>> via:
>> > 5, Ver: v1, Flags: 100011, [{"CheckHealthCommand":{"wait":50}}] }
>> > 2013-04-07 00:38:51,491 DEBUG [agent.transport.Request]
>> > (AgentTaskPool-16:null) Seq 5-614334822: Executing:  { Cmd , MgmtId: 1,
>> > via: 5, Ver: v1, Flags: 100011, [{"CheckHealthCommand":{"wait":50}}] }
>> > 2013-04-07 00:38:51,491 DEBUG [agent.manager.DirectAgentAttache]
>> > (DirectAgent-252:null) Seq 5-614334822: Executing request
>> > 2013-04-07 00:38:51,546 DEBUG [agent.manager.DirectAgentAttache]
>> > (DirectAgent-372:null) Seq 6-324993318: Response Received:
>> > 2013-04-07 00:38:51,547 DEBUG [agent.transport.Request]
>> > (DirectAgent-372:null) Seq 6-324993318: Processing:  { Ans: , MgmtId: 1,
>> > via: 6, Ver: v1, Flags: 10,
>> > [{"CheckHealthAnswer":{"result":true,"details":"resource is
>> > alive","wait":0}}] }
>> > 2013-04-07 00:38:51,547 DEBUG [agent.transport.Request]
>> > (AgentTaskPool-11:null) Seq 6-324993318: Received:  { Ans: , MgmtId: 1,
>> > via: 6, Ver: v1, Flags: 10, { CheckHealthAnswer } }
>> > 2013-04-07 00:38:51,547 DEBUG [agent.manager.AgentManagerImpl]
>> > (AgentTaskPool-11:null) Details from executing class
>> > com.cloud.agent.api.CheckHealthCommand: resource is alive
>> > 2013-04-07 00:38:51,547 DEBUG [agent.manager.AgentManagerImpl]
>> > (AgentTaskPool-11:null) agent (6) responded to checkHeathCommand,
>> reporting
>> > that agent is Up
>> > 2013-04-07 00:38:51,547 INFO  [agent.manager.AgentManagerImpl]
>> > (AgentTaskPool-11:null) The state determined is Up
>> > 2013-04-07 00:38:51,547 INFO  [agent.manager.AgentManagerImpl]
>> > (AgentTaskPool-11:null) Agent is determined to be up and running
>> > 2013-04-07 00:38:51,547 DEBUG [cloud.host.Status]
>> (AgentTaskPool-11:null)
>> > Transition:[Resource state = Enabled, Agent event = Ping, Host id = 6,
>> name
>> > = Tut-XenServer]
>> > 2013-04-07 00:38:51,549 DEBUG [agent.manager.DirectAgentAttache]
>> > (DirectAgent-252:null) Seq 5-614334822: Response Received:
>> > 2013-04-07 00:38:51,549 DEBUG [agent.transport.Request]
>> > (DirectAgent-252:null) Seq 5-614334822: Processing:  { Ans: , MgmtId: 1,
>> > via: 5, Ver: v1, Flags: 10,
>> > [{"CheckHealthAnswer":{"result":true,"details":"resource is
>> > alive","wait":0}}] }
>> > 2013-04-07 00:38:51,549 DEBUG [agent.transport.Request]
>> > (AgentTaskPool-16:null) Seq 5-614334822: Received:  { Ans: , MgmtId: 1,
>> > via: 5, Ver: v1, Flags: 10, { CheckHealthAnswer } }
>> > 2013-04-07 00:38:51,550 DEBUG [agent.manager.AgentManagerImpl]
>> > (AgentTaskPool-16:null) Details from executing class
>> > com.cloud.agent.api.CheckHealthCommand: resource is alive
>> > 2013-04-07 00:38:51,550 DEBUG [agent.manager.AgentManagerImpl]
>> > (AgentTaskPool-16:null) agent (5) responded to checkHeathCommand,
>> reporting
>> > that agent is Up
>> > 2013-04-07 00:38:51,550 INFO  [agent.manager.AgentManagerImpl]
>> > (AgentTaskPool-16:null) The state determined is Up
>> > 2013-04-07 00:38:51,550 INFO  [agent.manager.AgentManagerImpl]
>> > (AgentTaskPool-16:null) Agent is determined to be up and running
>> > 2013-04-07 00:38:51,550 DEBUG [cloud.host.Status]
>> (AgentTaskPool-11:null)
>> > Agent status update: [id = 6; name = Tut-XenServer; old status = Up;
>> event
>> > = Ping; new status = Up; old update count = 315; new update count = 316]
>> > 2013-04-07 00:38:51,550 DEBUG [cloud.host.Status]
>> (AgentTaskPool-16:null)
>> > Transition:[Resource state = Enabled, Agent event = Ping, Host id = 5,
>> name
>> > = Tut-XenServer2]
>> > 2013-04-07 00:38:51,553 DEBUG [cloud.host.Status]
>> (AgentTaskPool-16:null)
>> > Agent status update: [id = 5; name = Tut-XenServer2; old status = Up;
>> event
>> > = Ping; new status = Up; old update count = 152; new update count = 153]
>> > 2013-04-07 00:39:04,800 DEBUG [agent.manager.DirectAgentAttache]
>> > (DirectAgent-100:null) Ping from 6
>> > 2013-04-07 00:39:06,054 DEBUG [agent.manager.DirectAgentAttache]
>> > (DirectAgent-259:null) Ping from 5
>> > 2013-04-07 00:39:06,909 DEBUG [agent.manager.DirectAgentAttache]
>> > (DirectAgent-134:null) Seq 6-324993028: Executing request
>> > 2013-04-07 00:39:07,104 DEBUG [agent.manager.DirectAgentAttache]
>> > (DirectAgent-134:null) Seq 6-324993028: Response Received:
>> > 2013-04-07 00:39:07,104 DEBUG [agent.transport.Request]
>> > (DirectAgent-134:null) Seq 6-324993028: Processing:  { Ans: , MgmtId: 1,
>> > via: 6, Ver: v1, Flags: 10,
>> >
>> [{"ClusterSyncAnswer":{"_clusterId":2,"_newStates":{},"_isExecuted":false,"result":true,"wait":0}}]
>> > }
>> > 2013-04-07 00:39:11,022 DEBUG [agent.manager.DirectAgentAttache]
>> > (DirectAgent-188:null) Seq 5-614334468: Executing request
>> > 2013-04-07 00:39:11,164 DEBUG [agent.manager.DirectAgentAttache]
>> > (DirectAgent-188:null) Seq 5-614334468: Response Received:
>> > 2013-04-07 00:39:11,164 DEBUG [agent.transport.Request]
>> > (DirectAgent-188:null) Seq 5-614334468: Processing:  { Ans: , MgmtId: 1,
>> > via: 5, Ver: v1, Flags: 10, [{"Answer":{"result":true,"wait":0}}] }
>> > 2013-04-07 00:39:20,451 DEBUG
>> > [storage.secondary.SecondaryStorageManagerImpl] (secstorage-1:null)
>> Zone 1
>> > is ready to launch secondary storage VM
>> > 2013-04-07 00:39:20,552 DEBUG
>> [cloud.consoleproxy.ConsoleProxyManagerImpl]
>> > (consoleproxy-1:null) Zone 1 is ready to launch console proxy
>> > 2013-04-07 00:39:20,819 DEBUG
>> > [network.router.VirtualNetworkApplianceManagerImpl]
>> > (RouterStatusMonitor-1:null) Found 0 routers to update status.
>> > 2013-04-07 00:39:20,820 DEBUG
>> > [network.router.VirtualNetworkApplianceManagerImpl]
>> > (RouterStatusMonitor-1:null) Found 0 networks to update RvR status.
>> > 2013-04-07 00:39:20,851 DEBUG
>> > [network.router.VirtualNetworkApplianceManagerImpl]
>> > (RouterStatusMonitor-1:null) Found 0 routers to update status.
>> > 2013-04-07 00:39:20,852 DEBUG
>> > [network.router.VirtualNetworkApplianceManagerImpl]
>> > (RouterStatusMonitor-1:null) Found 0 networks to update RvR status.
>> > 2013-04-07 00:39:24,890 DEBUG [agent.manager.AgentManagerImpl]
>> > (AgentManager-Handler-10:null) Ping from 4
>> > 2013-04-07 00:39:27,161 DEBUG [agent.manager.DirectAgentAttache]
>> > (DirectAgent-400:null) Ping from 1
>> > 2013-04-07 00:39:27,661 DEBUG [cloud.api.ApiServlet]
>> > (1109449945@qtp-1008805148-34:null) ===START===  127.0.0.1 -- GET
>> >
>>  command=listVolumes&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&listAll=true&page=1&pagesize=20&_=1365316767658
>> > 2013-04-07 00:39:27,672 DEBUG [cloud.api.ApiServlet]
>> > (1109449945@qtp-1008805148-34:null) ===END===  127.0.0.1 -- GET
>> >
>>  command=listVolumes&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&listAll=true&page=1&pagesize=20&_=1365316767658
>> > 2013-04-07 00:39:28,628 DEBUG [cloud.api.ApiServlet]
>> > (1109449945@qtp-1008805148-34:null) ===START===  127.0.0.1 -- GET
>> >
>>  command=listVirtualMachines&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&listAll=true&page=1&pagesize=20&_=1365316768625
>> > 2013-04-07 00:39:28,640 DEBUG [cloud.api.ApiServlet]
>> > (1109449945@qtp-1008805148-34:null) ===END===  127.0.0.1 -- GET
>> >
>>  command=listVirtualMachines&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&listAll=true&page=1&pagesize=20&_=1365316768625
>> > 2013-04-07 00:39:29,095 DEBUG [agent.manager.DirectAgentAttache]
>> > (DirectAgent-101:null) Seq 1-90046472: Executing request
>> > 2013-04-07 00:39:29,311 DEBUG [agent.manager.DirectAgentAttache]
>> > (DirectAgent-101:null) Seq 1-90046472: Response Received:
>> > 2013-04-07 00:39:29,311 DEBUG [agent.transport.Request]
>> > (DirectAgent-101:null) Seq 1-90046472: Processing:  { Ans: , MgmtId: 1,
>> > via: 1, Ver: v1, Flags: 10,
>> >
>> [{"ClusterSyncAnswer":{"_clusterId":1,"_newStates":{},"_isExecuted":false,"result":true,"wait":0}}]
>> > }
>> > 2013-04-07 00:39:31,530 DEBUG [cloud.api.ApiServlet]
>> > (1109449945@qtp-1008805148-34:null) ===START===  127.0.0.1 -- GET
>> >
>>  command=logout&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316771528
>> > 2013-04-07 00:39:31,535 DEBUG [cloud.api.ApiServlet]
>> > (1109449945@qtp-1008805148-34:null) ===END===  127.0.0.1 -- GET
>> >
>>  command=logout&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316771528
>> > 2013-04-07 00:39:31,969 DEBUG [cloud.api.ApiServlet]
>> > (2107564436@qtp-1008805148-38:null) ===START===  127.0.0.1 -- GET
>> >  command=listCapabilities&response=json&sessionkey=null&_=1365316771968
>> > 2013-04-07 00:39:31,970 DEBUG [cloud.api.ApiServlet]
>> > (2107564436@qtp-1008805148-38:null) ===END===  127.0.0.1 -- GET
>> >  command=listCapabilities&response=json&sessionkey=null&_=1365316771968
>> > 2013-04-07 00:39:47,679 DEBUG [agent.manager.AgentManagerImpl]
>> > (AgentManager-Handler-11:null) Ping from 3
>> > 2013-04-07 00:39:50,451 DEBUG
>> > [storage.secondary.SecondaryStorageManagerImpl] (secstorage-1:null)
>> Zone 1
>> > is ready to launch secondary storage VM
>> > 2013-04-07 00:39:50,555 DEBUG
>> [cloud.consoleproxy.ConsoleProxyManagerImpl]
>> > (consoleproxy-1:null) Zone 1 is ready to launch console proxy
>> > 2013-04-07 00:39:50,819 DEBUG
>> > [network.router.VirtualNetworkApplianceManagerImpl]
>> > (RouterStatusMonitor-1:null) Found 0 routers to update status.
>> > 2013-04-07 00:39:50,820 DEBUG
>> > [network.router.VirtualNetworkApplianceManagerImpl]
>> > (RouterStatusMonitor-1:null) Found 0 networks to update RvR status.
>> > 2013-04-07 00:39:50,850 DEBUG
>> > [network.router.VirtualNetworkApplianceManagerImpl]
>> > (RouterStatusMonitor-1:null) Found 0 routers to update status.
>> > 2013-04-07 00:39:50,851 DEBUG
>> > [network.router.VirtualNetworkApplianceManagerImpl]
>> > (RouterStatusMonitor-1:null) Found 0 networks to update RvR status.
>> > 2013-04-07 00:39:51,486 INFO  [agent.manager.AgentMonitor]
>> > (Thread-11:null) Found the following agents behind on ping: [6, 5]
>> > 2013-04-07 00:39:51,488 DEBUG [cloud.host.Status] (Thread-11:null) Ping
>> > timeout for host 6, do invstigation
>> > 2013-04-07 00:39:51,489 DEBUG [cloud.host.Status] (Thread-11:null) Ping
>> > timeout for host 5, do invstigation
>> > 2013-04-07 00:39:51,489 INFO  [agent.manager.AgentManagerImpl]
>> > (AgentTaskPool-2:null) Investigating why host 6 has disconnected with
>> event
>> > PingTimeout
>> > 2013-04-07 00:39:51,490 DEBUG [agent.manager.AgentManagerImpl]
>> > (AgentTaskPool-2:null) checking if agent (6) is alive
>> > 2013-04-07 00:39:51,491 INFO  [agent.manager.AgentManagerImpl]
>> > (AgentTaskPool-14:null) Investigating why host 5 has disconnected with
>> > event PingTimeout
>> > 2013-04-07 00:39:51,491 DEBUG [agent.manager.AgentManagerImpl]
>> > (AgentTaskPool-14:null) checking if agent (5) is alive
>> > 2013-04-07 00:39:51,493 DEBUG [agent.transport.Request]
>> > (AgentTaskPool-2:null) Seq 6-324993319: Sending  { Cmd , MgmtId: 1,
>> via: 6,
>> > Ver: v1, Flags: 100011, [{"CheckHealthCommand":{"wait":50}}] }
>> > 2013-04-07 00:39:51,493 DEBUG [agent.transport.Request]
>> > (AgentTaskPool-2:null) Seq 6-324993319: Executing:  { Cmd , MgmtId: 1,
>> via:
>> > 6, Ver: v1, Flags: 100011, [{"CheckHealthCommand":{"wait":50}}] }
>> > 2013-04-07 00:39:51,493 DEBUG [agent.manager.DirectAgentAttache]
>> > (DirectAgent-278:null) Seq 6-324993319: Executing request
>> > 2013-04-07 00:39:51,494 DEBUG [agent.transport.Request]
>> > (AgentTaskPool-14:null) Seq 5-614334823: Sending  { Cmd , MgmtId: 1,
>> via:
>> > 5, Ver: v1, Flags: 100011, [{"CheckHealthCommand":{"wait":50}}] }
>> > 2013-04-07 00:39:51,494 DEBUG [agent.transport.Request]
>> > (AgentTaskPool-14:null) Seq 5-614334823: Executing:  { Cmd , MgmtId: 1,
>> > via: 5, Ver: v1, Flags: 100011, [{"CheckHealthCommand":{"wait":50}}] }
>> > 2013-04-07 00:39:51,495 DEBUG [agent.manager.DirectAgentAttache]
>> > (DirectAgent-433:null) Seq 5-614334823: Executing request
>> > 2013-04-07 00:39:51,547 DEBUG [agent.manager.DirectAgentAttache]
>> > (DirectAgent-278:null) Seq 6-324993319: Response Received:
>> > 2013-04-07 00:39:51,548 DEBUG [agent.transport.Request]
>> > (DirectAgent-278:null) Seq 6-324993319: Processing:  { Ans: , MgmtId: 1,
>> > via: 6, Ver: v1, Flags: 10,
>> > [{"CheckHealthAnswer":{"result":true,"details":"resource is
>> > alive","wait":0}}] }
>> > 2013-04-07 00:39:51,548 DEBUG [agent.transport.Request]
>> > (AgentTaskPool-2:null) Seq 6-324993319: Received:  { Ans: , MgmtId: 1,
>> via:
>> > 6, Ver: v1, Flags: 10, { CheckHealthAnswer } }
>> > 2013-04-07 00:39:51,548 DEBUG [agent.manager.AgentManagerImpl]
>> > (AgentTaskPool-2:null) Details from executing class
>> > com.cloud.agent.api.CheckHealthCommand: resource is alive
>> > 2013-04-07 00:39:51,548 DEBUG [agent.manager.AgentManagerImpl]
>> > (AgentTaskPool-2:null) agent (6) responded to checkHeathCommand,
>> reporting
>> > that agent is Up
>> > 2013-04-07 00:39:51,548 INFO  [agent.manager.AgentManagerImpl]
>> > (AgentTaskPool-2:null) The state determined is Up
>> > 2013-04-07 00:39:51,548 INFO  [agent.manager.AgentManagerImpl]
>> > (AgentTaskPool-2:null) Agent is determined to be up and running
>> > 2013-04-07 00:39:51,548 DEBUG [cloud.host.Status] (AgentTaskPool-2:null)
>> > Transition:[Resource state = Enabled, Agent event = Ping, Host id = 6,
>> name
>> > = Tut-XenServer]
>> > 2013-04-07 00:39:51,549 DEBUG [agent.manager.DirectAgentAttache]
>> > (DirectAgent-433:null) Seq 5-614334823: Response Received:
>> > 2013-04-07 00:39:51,549 DEBUG [agent.transport.Request]
>> > (DirectAgent-433:null) Seq 5-614334823: Processing:  { Ans: , MgmtId: 1,
>> > via: 5, Ver: v1, Flags: 10,
>> > [{"CheckHealthAnswer":{"result":true,"details":"resource is
>> > alive","wait":0}}] }
>> > 2013-04-07 00:39:51,549 DEBUG [agent.transport.Request]
>> > (AgentTaskPool-14:null) Seq 5-614334823: Received:  { Ans: , MgmtId: 1,
>> > via: 5, Ver: v1, Flags: 10, { CheckHealthAnswer } }
>> > 2013-04-07 00:39:51,549 DEBUG [agent.manager.AgentManagerImpl]
>> > (AgentTaskPool-14:null) Details from executing class
>> > com.cloud.agent.api.CheckHealthCommand: resource is alive
>> > 2013-04-07 00:39:51,549 DEBUG [agent.manager.AgentManagerImpl]
>> > (AgentTaskPool-14:null) agent (5) responded to checkHeathCommand,
>> reporting
>> > that agent is Up
>> > 2013-04-07 00:39:51,549 INFO  [agent.manager.AgentManagerImpl]
>> > (AgentTaskPool-14:null) The state determined is Up
>> > 2013-04-07 00:39:51,549 INFO  [agent.manager.AgentManagerImpl]
>> > (AgentTaskPool-14:null) Agent is determined to be up and running
>> > 2013-04-07 00:39:51,551 DEBUG [cloud.host.Status] (AgentTaskPool-2:null)
>> > Agent status update: [id = 6; name = Tut-XenServer; old status = Up;
>> event
>> > = Ping; new status = Up; old update count = 316; new update count = 317]
>> > 2013-04-07 00:39:51,551 DEBUG [cloud.host.Status]
>> (AgentTaskPool-14:null)
>> > Transition:[Resource state = Enabled, Agent event = Ping, Host id = 5,
>> name
>> > = Tut-XenServer2]
>> > 2013-04-07 00:39:51,554 DEBUG [cloud.host.Status]
>> (AgentTaskPool-14:null)
>> > Agent status update: [id = 5; name = Tut-XenServer2; old status = Up;
>> event
>> > = Ping; new status = Up; old update count = 153; new update count = 154]
>> > 2013-04-07 00:40:04,836 DEBUG [agent.manager.DirectAgentAttache]
>> > (DirectAgent-238:null) Ping from 6
>> > 2013-04-07 00:40:06,653 WARN  [xen.resource.CitrixResourceBase]
>> > (DirectAgent-429:null)  can not ping xenserver
>> > 5e02c608-155d-432e-a20f-f8c600ef3ab7
>> > 2013-04-07 00:40:06,653 WARN  [agent.manager.DirectAgentAttache]
>> > (DirectAgent-429:null) Unable to get current status on 5
>> > 2013-04-07 00:40:06,655 INFO  [agent.manager.AgentManagerImpl]
>> > (AgentTaskPool-1:null) Investigating why host 5 has disconnected with
>> event
>> > AgentDisconnected
>> > 2013-04-07 00:40:06,655 DEBUG [agent.manager.AgentManagerImpl]
>> > (AgentTaskPool-1:null) checking if agent (5) is alive
>> > 2013-04-07 00:40:06,658 DEBUG [agent.transport.Request]
>> > (AgentTaskPool-1:null) Seq 5-614334824: Sending  { Cmd , MgmtId: 1,
>> via: 5,
>> > Ver: v1, Flags: 100011, [{"CheckHealthCommand":{"wait":50}}] }
>> > 2013-04-07 00:40:06,658 DEBUG [agent.transport.Request]
>> > (AgentTaskPool-1:null) Seq 5-614334824: Executing:  { Cmd , MgmtId: 1,
>> via:
>> > 5, Ver: v1, Flags: 100011, [{"CheckHealthCommand":{"wait":50}}] }
>> > 2013-04-07 00:40:06,658 DEBUG [agent.manager.DirectAgentAttache]
>> > (DirectAgent-28:null) Seq 5-614334824: Executing request
>> > 2013-04-07 00:40:06,681 DEBUG [agent.manager.DirectAgentAttache]
>> > (DirectAgent-28:null) Seq 5-614334824: Response Received:
>> > 2013-04-07 00:40:06,682 DEBUG [agent.transport.Request]
>> > (DirectAgent-28:null) Seq 5-614334824: Processing:  { Ans: , MgmtId: 1,
>> > via: 5, Ver: v1, Flags: 10,
>> > [{"CheckHealthAnswer":{"result":false,"details":"resource is not
>> > alive","wait":0}}] }
>> > 2013-04-07 00:40:06,682 DEBUG [agent.transport.Request]
>> > (AgentTaskPool-1:null) Seq 5-614334824: Received:  { Ans: , MgmtId: 1,
>> via:
>> > 5, Ver: v1, Flags: 10, { CheckHealthAnswer } }
>> > 2013-04-07 00:40:06,682 DEBUG [agent.manager.AgentManagerImpl]
>> > (AgentTaskPool-1:null) Details from executing class
>> > com.cloud.agent.api.CheckHealthCommand: resource is not alive
>> > 2013-04-07 00:40:06,684 DEBUG [cloud.ha.HighAvailabilityManagerImpl]
>> > (AgentTaskPool-1:null) SimpleInvestigator unable to determine the state
>> of
>> > the host.  Moving on.
>> > 2013-04-07 00:40:06,691 DEBUG [agent.transport.Request]
>> > (AgentTaskPool-1:null) Seq 6-324993320: Sending  { Cmd , MgmtId: 1,
>> via: 6,
>> > Ver: v1, Flags: 100011,
>> >
>> [{"CheckOnHostCommand":{"host":{"guid":"5e02c608-155d-432e-a20f-f8c600ef3ab7","privateNetwork":{"ip":"192.168.56.11","netmask":"255.255.255.0","mac":"08:00:27:f7:0d:28","isSecurityGroupEnabled":false},"publicNetwork":{"ip":"192.168.56.11","netmask":"255.255.255.0","mac":"08:00:27:f7:0d:28","isSecurityGroupEnabled":false},"storageNetwork1":{"ip":"192.168.56.11","netmask":"255.255.255.0","mac":"08:00:27:f7:0d:28","isSecurityGroupEnabled":false}},"wait":20}}]
>> > }
>> > 2013-04-07 00:40:06,691 DEBUG [agent.transport.Request]
>> > (AgentTaskPool-1:null) Seq 6-324993320: Executing:  { Cmd , MgmtId: 1,
>> via:
>> > 6, Ver: v1, Flags: 100011,
>> >
>> [{"CheckOnHostCommand":{"host":{"guid":"5e02c608-155d-432e-a20f-f8c600ef3ab7","privateNetwork":{"ip":"192.168.56.11","netmask":"255.255.255.0","mac":"08:00:27:f7:0d:28","isSecurityGroupEnabled":false},"publicNetwork":{"ip":"192.168.56.11","netmask":"255.255.255.0","mac":"08:00:27:f7:0d:28","isSecurityGroupEnabled":false},"storageNetwork1":{"ip":"192.168.56.11","netmask":"255.255.255.0","mac":"08:00:27:f7:0d:28","isSecurityGroupEnabled":false}},"wait":20}}]
>> > }
>> > 2013-04-07 00:40:06,692 DEBUG [agent.manager.DirectAgentAttache]
>> > (DirectAgent-467:null) Seq 6-324993320: Executing request
>> > 2013-04-07 00:40:06,909 DEBUG [agent.manager.DirectAgentAttache]
>> > (DirectAgent-367:null) Seq 6-324993028: Executing request
>> > 2013-04-07 00:40:07,178 DEBUG [xen.resource.XenServer56Resource]
>> > (DirectAgent-467:null) Heart beat is still going
>> > 2013-04-07 00:40:07,178 DEBUG [agent.manager.DirectAgentAttache]
>> > (DirectAgent-467:null) Seq 6-324993320: Response Received:
>> > 2013-04-07 00:40:07,178 DEBUG [agent.transport.Request]
>> > (DirectAgent-467:null) Seq 6-324993320: Processing:  { Ans: , MgmtId: 1,
>> > via: 6, Ver: v1, Flags: 10,
>> >
>> [{"CheckOnHostAnswer":{"determined":true,"alive":true,"result":true,"details":"Heartbeat
>> > is still going","wait":0}}] }
>> > 2013-04-07 00:40:07,178 DEBUG [agent.transport.Request]
>> > (AgentTaskPool-1:null) Seq 6-324993320: Received:  { Ans: , MgmtId: 1,
>> via:
>> > 6, Ver: v1, Flags: 10, { CheckOnHostAnswer } }
>> > 2013-04-07 00:40:07,179 DEBUG [agent.manager.AgentManagerImpl]
>> > (AgentTaskPool-1:null) Details from executing class
>> > com.cloud.agent.api.CheckOnHostCommand: Heartbeat is still going
>> > 2013-04-07 00:40:07,179 DEBUG [cloud.ha.HighAvailabilityManagerImpl]
>> > (AgentTaskPool-1:null) XenServerInvestigator was able to determine host
>> 5
>> > is in Up
>> > 2013-04-07 00:40:07,179 INFO  [agent.manager.AgentManagerImpl]
>> > (AgentTaskPool-1:null) The state determined is Up
>> > 2013-04-07 00:40:07,179 INFO  [agent.manager.AgentManagerImpl]
>> > (AgentTaskPool-1:null) Agent is determined to be up and running
>> > 2013-04-07 00:40:07,179 DEBUG [cloud.host.Status] (AgentTaskPool-1:null)
>> > Transition:[Resource state = Enabled, Agent event = Ping, Host id = 5,
>> name
>> > = Tut-XenServer2]
>> > 2013-04-07 00:40:07,182 DEBUG [cloud.host.Status] (AgentTaskPool-1:null)
>> > Agent status update: [id = 5; name = Tut-XenServer2; old status = Up;
>> event
>> > = Ping; new status = Up; old update count = 154; new update count = 155]
>> > 2013-04-07 00:40:07,321 DEBUG [agent.manager.DirectAgentAttache]
>> > (DirectAgent-367:null) Seq 6-324993028: Response Received:
>> > 2013-04-07 00:40:07,322 DEBUG [agent.transport.Request]
>> > (DirectAgent-367:null) Seq 6-324993028: Processing:  { Ans: , MgmtId: 1,
>> > via: 6, Ver: v1, Flags: 10,
>> >
>> [{"ClusterSyncAnswer":{"_clusterId":2,"_newStates":{},"_isExecuted":false,"result":true,"wait":0}}]
>> > }
>> > 2013-04-07 00:40:11,022 DEBUG [agent.manager.DirectAgentAttache]
>> > (DirectAgent-430:null) Seq 5-614334468: Executing request
>> > 2013-04-07 00:40:11,052 DEBUG [xen.resource.XenServerConnectionPool]
>> > (DirectAgent-430:null) Catch Exception:
>> > com.xensource.xenapi.Types$HostOffline Host is offline 192.168.56.11
>> due to
>> > You attempted an operation which involves a host which could not be
>> > contacted.
>> > 2013-04-07 00:40:11,052 DEBUG [xen.resource.XenServerConnectionPool]
>> > (DirectAgent-430:null) Trying to reset master of slave 192.168.56.11 to
>> > 192.168.56.9
>> > 2013-04-07 00:40:20,452 DEBUG
>> > [storage.secondary.SecondaryStorageManagerImpl] (secstorage-1:null)
>> Zone 1
>> > is ready to launch secondary storage VM
>> > 2013-04-07 00:40:20,552 DEBUG
>> [cloud.consoleproxy.ConsoleProxyManagerImpl]
>> > (consoleproxy-1:null) Zone 1 is ready to launch console proxy
>> > 2013-04-07 00:40:20,820 DEBUG
>> > [network.router.VirtualNetworkApplianceManagerImpl]
>> > (RouterStatusMonitor-1:null) Found 0 routers to update status.
>> > 2013-04-07 00:40:20,821 DEBUG
>> > [network.router.VirtualNetworkApplianceManagerImpl]
>> > (RouterStatusMonitor-1:null) Found 0 networks to update RvR status.
>> > 2013-04-07 00:40:20,852 DEBUG
>> > [network.router.VirtualNetworkApplianceManagerImpl]
>> > (RouterStatusMonitor-1:null) Found 0 routers to update status.
>> > 2013-04-07 00:40:20,853 DEBUG
>> > [network.router.VirtualNetworkApplianceManagerImpl]
>> > (RouterStatusMonitor-1:null) Found 0 networks to update RvR status.
>> > 2013-04-07 00:40:21,055 DEBUG [xen.resource.XenServerConnectionPool]
>> > (DirectAgent-430:null) localLogout has problem Failed to read server's
>> > response: connect timed out
>> > 2013-04-07 00:40:21,055 WARN  [agent.manager.DirectAgentAttache]
>> > (DirectAgent-430:null) Seq 5-614334468: Exception Caught while executing
>> > command
>> > com.cloud.utils.exception.CloudRuntimeException: Unable to reset master
>> of
>> > slave 192.168.56.11 to 192.168.56.9 due to
>> > org.apache.xmlrpc.XmlRpcException: Failed to read server's response:
>> > connect timed out
>> >  at
>> >
>> com.cloud.hypervisor.xen.resource.XenServerConnectionPool.PoolEmergencyResetMaster(XenServerConnectionPool.java:443)
>> > at
>> >
>> com.cloud.hypervisor.xen.resource.XenServerConnectionPool.connect(XenServerConnectionPool.java:661)
>> >  at
>> >
>> com.cloud.hypervisor.xen.resource.CitrixResourceBase.getConnection(CitrixResourceBase.java:5380)
>> > at
>> >
>> com.cloud.hypervisor.xen.resource.CitrixResourceBase.execute(CitrixResourceBase.java:7248)
>> >  at
>> >
>> com.cloud.hypervisor.xen.resource.CitrixResourceBase.executeRequest(CitrixResourceBase.java:555)
>> > at
>> >
>> com.cloud.hypervisor.xen.resource.XenServer56Resource.executeRequest(XenServer56Resource.java:73)
>> >  at
>> >
>> com.cloud.agent.manager.DirectAgentAttache$Task.run(DirectAgentAttache.java:186)
>> > at
>> java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:439)
>> >  at
>> >
>> java.util.concurrent.FutureTask$Sync.innerRunAndReset(FutureTask.java:317)
>> > at java.util.concurrent.FutureTask.runAndReset(FutureTask.java:150)
>> >  at
>> >
>> java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.access$101(ScheduledThreadPoolExecutor.java:98)
>> > at
>> >
>> java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.runPeriodic(ScheduledThreadPoolExecutor.java:180)
>> >  at
>> >
>> java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:204)
>> > at
>> >
>> java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:895)
>> >  at
>> >
>> java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:918)
>> > at java.lang.Thread.run(Thread.java:680)
>> > 2013-04-07 00:40:21,056 DEBUG [agent.manager.DirectAgentAttache]
>> > (DirectAgent-430:null) Seq 5-614334468: Response Received:
>> > 2013-04-07 00:40:21,056 DEBUG [agent.transport.Request]
>> > (DirectAgent-430:null) Seq 5-614334468: Processing:  { Ans: , MgmtId: 1,
>> > via: 5, Ver: v1, Flags: 10,
>> >
>> [{"Answer":{"result":false,"details":"com.cloud.utils.exception.CloudRuntimeException:
>> > Unable to reset master of slave 192.168.56.11 to 192.168.56.9 due to
>> > org.apache.xmlrpc.XmlRpcException: Failed to read server's response:
>> > connect timed out","wait":0}}] }
>> > 2013-04-07 00:40:24,888 DEBUG [agent.manager.AgentManagerImpl]
>> > (AgentManager-Handler-12:null) Ping from 4
>> > 2013-04-07 00:40:27,162 DEBUG [agent.manager.DirectAgentAttache]
>> > (DirectAgent-321:null) Ping from 1
>> > 2013-04-07 00:40:29,095 DEBUG [agent.manager.DirectAgentAttache]
>> > (DirectAgent-423:null) Seq 1-90046472: Executing request
>> > 2013-04-07 00:40:29,364 DEBUG [agent.manager.DirectAgentAttache]
>> > (DirectAgent-423:null) Seq 1-90046472: Response Received:
>> > 2013-04-07 00:40:29,364 DEBUG [agent.transport.Request]
>> > (DirectAgent-423:null) Seq 1-90046472: Processing:  { Ans: , MgmtId: 1,
>> > via: 1, Ver: v1, Flags: 10,
>> >
>> [{"ClusterSyncAnswer":{"_clusterId":1,"_newStates":{},"_isExecuted":false,"result":true,"wait":0}}]
>> > }
>> > 2013-04-07 00:40:43,749 INFO  [context.support.XmlWebApplicationContext]
>> > (Shutdown:null) Closing Root WebApplicationContext: startup date [Sat
>> Apr
>> > 06 22:07:12 MDT 2013]; root of context hierarchy
>> > 2013-04-07 00:40:43,751 INFO
>>  [factory.support.DefaultListableBeanFactory]
>> > (Shutdown:null) Destroying singletons in
>> >
>> org.springframework.beans.factory.support.DefaultListableBeanFactory@74b76ce4
>> :
>> > defining beans
>> >
>> [org.springframework.context.annotation.internalConfigurationAnnotationProcessor,org.springframework.context.annotation.internalAutowiredAnnotationProcessor,org.springframework.context.annotation.internalRequiredAnnotationProcessor,org.springframework.context.annotation.internalCommonAnnotationProcessor,ClusterRestService,NetworkRestService,PodService,VirtualMachineRestService,VolumeRestService,zoneService,dataDisk,iso,rootDisk,volumeTypeHelper,VMComputeTagDaoImpl,VMEntityDaoImpl,VMNetworkMapDaoImpl,VMReservationDaoImpl,VMRootDiskTagDaoImpl,volumeReservationDaoImpl,virtualMachineEntityImpl,VMEntityManagerImpl,dataCenterResourceManagerImpl,EngineDcDetailsDao,EngineClusterDao,EngineDataCenterDao,EngineHostDao,EngineHostPodDao,EngineHostDetailsDao,EngineHostTagsDao,provisioningService,cloudOrchestrator,dataObjectManagerImpl,dataStoreManagerImpl,dataStoreProviderDaoImpl,primaryDataStoreDaoImpl,primaryDataStoreDetailsDaoImpl,objectInDataStoreManagerImpl,dataStoreProviderManagerImpl,objectInDataStoreDaoImpl,defaultEndPointSelector,hypervsiorHostEndPointRpcServer,imageDataStoreHelper,imageDaoStoreDaoImpl,imageDataDaoImpl,imageDataStoreProviderDaoImpl,BAREMETAL,imageFormatHelper,ISO,OVA,imageformat_qcow2,unknown,image_format_vhd,dataMotionServiceImpl,primaryDataStoreHelper,templatePrimaryDataStoreDaoImpl,volumeDao2Impl,imageDataFactoryImpl,imageServiceImpl,imageDataManagerImpl,imageDataStoreManagerImpl,defaultImageDataStoreProvider,defaultImageMotionStrategy,imageMotionServiceImpl,snapshotDao2Impl,snapshotDataFactoryImpl,snapshotServiceImpl,hypervisorBasedSnapshot,defaultPrimaryDataStoreProviderManagerImpl,defaultPrimaryDatastoreProviderImpl,ISCSI,networkFileSystem,templateInstallStrategyImpl,volumeDataFactoryImpl,volumeManagerImpl,volumeServiceImpl,apiDiscoveryServiceImpl,apiRateLimitServiceImpl,regionDaoImpl,regionManagerImpl,regionServiceImpl,userContextInitializer,eventDaoImpl,usageEventDaoImpl,randomAllocator,baremetalDhcpDaoImpl,baremetalPxeDaoImpl,vmwareContextFactory,ciscoNexusVSMDeviceDaoImpl,lunDaoImpl,poolDaoImpl,netappVolumeDaoImpl,netappManagerImpl,elasticLoadBalancerElement,elasticLbVmMapDaoImpl,elasticLoadBalancerManagerImpl,netScalerPodDaoImpl,niciraNvpDaoImpl,niciraNvpNicMappingDaoImpl,niciraNvpRouterMappingDaoImpl,niciraNvpElement,ovsGuestNetworkGuru,ovsTunnelInterfaceDaoImpl,ovsTunnelNetworkDaoImpl,ovsTunnelManagerImpl,bigSwitchVnsDaoImpl,bigSwitchVnsElement,randomStoragePoolAllocator,domainChecker,agentMonitor,firstFitAllocator,recreateHostAllocator,testingAllocator,basicAgentAuthManager,alertManagerImpl,clusterAlertAdapter,consoleProxyAlertAdapter,alertDaoImpl,secondaryStorageVmAlertAdapter,apiDBUtils,apiDispatcher,apiResponseHelper,apiServer,apiServlet,accountJoinDaoImpl,asyncJobJoinDaoImpl,dataCenterJoinDaoImpl,diskOfferingJoinDaoImpl,domainRouterJoinDaoImpl,hostJoinDaoImpl,instanceGroupJoinDaoImpl,projectAccountJoinDaoImpl,projectInvitationJoinDaoImpl,projectJoinDaoImpl,resourceTagJoinDaoImpl,securityGroupJoinDaoImpl,serviceOfferingJoinDaoImpl,storagePoolJoinDaoImpl,userAccountJoinDaoImpl,userVmJoinDaoImpl,volumeJoinDaoImpl,queryManagerImpl,asyncJobExecutorContextImpl,asyncJobManagerImpl,asyncJobDaoImpl,syncQueueDaoImpl,syncQueueItemDaoImpl,syncQueueManagerImpl,capacityManagerImpl,capacityDaoImpl,certificateDaoImpl,clusterBasedAgentLoadBalancerPlanner,hostTransferMapDaoImpl,clusterFenceManagerImpl,clusterServiceServletAdapter,managementServerHostDaoImpl,managementServerHostPeerDaoImpl,stackMaidDaoImpl,managementServerNode,configurationManagerImpl,configurationDaoImpl,resourceCountDaoImpl,resourceLimitDaoImpl,entityManagerImpl,clusterDetailsDaoImpl,accountVlanMapDaoImpl,clusterDaoImpl,clusterVSMMapDaoImpl,dataCenterDaoImpl,dataCenterIpAddressDaoImpl,dataCenterLinkLocalIpAddressDaoImpl,dataCenterVnetDaoImpl,dcDetailsDaoImpl,hostPodDaoImpl,podVlanDaoImpl,podVlanMapDaoImpl,storageNetworkIpAddressDaoImpl,storageNetworkIpRangeDaoImpl,vlanDaoImpl,domainDaoImpl,actionEventUtils,alertGenerator,eventJoinDaoImpl,eventUtils,usageEventUtils,highAvailabilityDaoImpl,recreatableFencer,hostDaoImpl,hostDetailsDaoImpl,hostTagsDaoImpl,cloudZonesStartupProcessor,hypervisorCapabilitiesDaoImpl,hypervisorGuruManagerImpl,keystoreDaoImpl,keystoreManagerImpl,agentUpgradeDaoImpl,upgradeManagerImpl,autoScaleManagerImpl,autoScalePolicyConditionMapDaoImpl,autoScalePolicyDaoImpl,autoScaleVmGroupDaoImpl,autoScaleVmGroupPolicyMapDaoImpl,autoScaleVmProfileDaoImpl,conditionDaoImpl,counterDaoImpl,externalFirewallDeviceDaoImpl,externalLoadBalancerDeviceDaoImpl,firewallRulesCidrsDaoImpl,firewallRulesDaoImpl,inlineLoadBalancerNicMapDaoImpl,IPAddressDaoImpl,LBStickinessPolicyDaoImpl,loadBalancerDaoImpl,loadBalancerVMMapDaoImpl,networkAccountDaoImpl,networkDaoImpl,networkDomainDaoImpl,networkExternalFirewallDaoImpl,networkExternalLoadBalancerDaoImpl,networkOpDaoImpl,networkRuleConfigDaoImpl,networkServiceMapDaoImpl,physicalNetworkDaoImpl,physicalNetworkIsolationMethodDaoImpl,physicalNetworkServiceProviderDaoImpl,physicalNetworkTagDaoImpl,physicalNetworkTrafficTypeDaoImpl,portProfileDaoImpl,remoteAccessVpnDaoImpl,routerNetworkDaoImpl,site2SiteCustomerGatewayDaoImpl,site2SiteVpnConnectionDaoImpl,site2SiteVpnGatewayDaoImpl,userIpv6AddressDaoImpl,virtualRouterProviderDaoImpl,vpnUserDaoImpl,externalLoadBalancerUsageManagerImpl,externalNetworkDeviceManagerImpl,firewallManagerImpl,loadBalancingRulesManagerImpl,networkManagerImpl,networkModelImpl,networkServiceImpl,networkUsageManagerImpl,virtualNetworkApplianceManagerImpl,vpcVirtualNetworkApplianceManagerImpl,portForwardingRulesDaoImpl,rulesManagerImpl,securityGroupDaoImpl,securityGroupRuleDaoImpl,securityGroupRulesDaoImpl,securityGroupVMMapDaoImpl,securityGroupWorkDaoImpl,vmRulesetLogDaoImpl,storageNetworkManagerImpl,privateIpDaoImpl,staticRouteDaoImpl,vpcDaoImpl,vpcGatewayDaoImpl,vpcOfferingDaoImpl,vpcOfferingServiceMapDaoImpl,networkACLManagerImpl,vpcManagerImpl,remoteAccessVpnManagerImpl,site2SiteVpnManagerImpl,networkOfferingDaoImpl,networkOfferingServiceMapDaoImpl,projectAccountDaoImpl,projectDaoImpl,projectInvitationDaoImpl,projectManagerImpl,dummyHostDiscoverer,resourceManagerImpl,resourceLimitManagerImpl,commandExecLogDaoImpl,configurationServerImpl,statsCollector,serviceOfferingDaoImpl,consoleServlet,registerCompleteServlet,garbageCollectingStoragePoolAllocator,useLocalForRootAllocator,diskOfferingDaoImpl,guestOSCategoryDaoImpl,guestOSDaoImpl,launchPermissionDaoImpl,s3DaoImpl,snapshotDaoImpl,snapshotPolicyDaoImpl,snapshotScheduleDaoImpl,storagePoolDaoImpl,storagePoolDetailsDaoImpl,storagePoolHostDaoImpl,storagePoolWorkDaoImpl,swiftDaoImpl,uploadDaoImpl,VMTemplateDaoImpl,VMTemplateDetailsDaoImpl,VMTemplateHostDaoImpl,VMTemplatePoolDaoImpl,VMTemplateS3DaoImpl,VMTemplateSwiftDaoImpl,VMTemplateZoneDaoImpl,volumeDaoImpl,volumeHostDaoImpl,downloadMonitorImpl,OCFS2ManagerImpl,s3ManagerImpl,secondaryStorageVmDefaultAllocator,snapshotManagerImpl,snapshotSchedulerImpl,storageManagerImpl,swiftManagerImpl,uploadMonitorImpl,resourceTagsDaoImpl,taggedResourceManagerImpl,hyervisorTemplateAdapter,templateManagerImpl,versionDaoImpl,databaseIntegrityChecker,externalPublicIpStatisticsDaoImpl,usageDaoImpl,usageIPAddressDaoImpl,usageJobDaoImpl,usageLoadBalancerPolicyDaoImpl,usageNetworkDaoImpl,usageNetworkOfferingDaoImpl,usagePortForwardingRuleDaoImpl,usageSecurityGroupDaoImpl,usageStorageDaoImpl,usageVMInstanceDaoImpl,usageVolumeDaoImpl,usageVPNUserDaoImpl,usageServiceImpl,accountDetailsDaoImpl,accountManagerImpl,accountDaoImpl,SSHKeyPairDaoImpl,userAccountDaoImpl,userDaoImpl,userStatisticsDaoImpl,userStatsLogDaoImpl,domainManagerImpl,identityDaoImpl,identityServiceImpl,consoleProxyDaoImpl,domainRouterDaoImpl,instanceGroupDaoImpl,instanceGroupVMMapDaoImpl,nicDaoImpl,secondaryStorageVmDaoImpl,userVmDetailsDaoImpl,VMInstanceDaoImpl,itWorkDaoImpl,componentContext,org.springframework.aop.config.internalAutoProxyCreator,org.springframework.aop.aspectj.AspectJPointcutAdvisor#0,captureAnyMethod,org.springframework.aop.aspectj.AspectJPointcutAdvisor#1,captureEventMethod,transactionContextBuilder,actionEventInterceptor,onwireRegistry,messageSerializer,transportProvider,rpcProvider,eventBus,premiumDatabaseUpgradeChecker,managementServerImpl,clusterManagerImpl,clusteredAgentManagerImpl,clusteredVirtualMachineManagerImpl,highAvailabilityManagerExtImpl,userVmManagerImpl,consoleProxyManagerImpl,securityGroupManagerImpl2,premiumSecondaryStorageManagerImpl,userVmDaoImpl,ipv6AddressManagerImpl,VmwareManager,NetappManager,BaremetalManager,BaremetalDhcpManager,BaremetalKickStartPxeService,BaremetalPingPxeService,BaremetalPxeManager,Ovs,BareMetalDhcp,BareMetalPxe,BareMetalUserdata,SecurityGroupProvider,VirtualRouter,VpcVirtualRouter,NiciraNvp,JuniperSRX,Netscaler,F5BigIP,CiscoNexus1000vVSM,FirstFitRouting,LocalStoragePoolAllocator,FirstFitStoragePoolAllocator,UserConcentratedAllocator,ConsoleProxyAllocator,StaticRoleBasedAPIAccessChecker,ExteralIpAddressAllocator,BareMetalTemplateAdapter,MD5UserAuthenticator,LDAPUserAuthenticator,CheckOnAgentInvestigator,XenServerInvestigator,UserVmDomRInvestigator,ManagementIPSystemVMInvestigator,VmwareInvestigator,XenServerFencer,KVMFencer,OvmFencer,VmwareFencer,XcpServerDiscoverer,SecondaryStorageDiscoverer,KvmServerDiscoverer,BareMetalDiscoverer,HypervServerDiscoverer,OvmDiscoverer,vmwareServerDiscoverer,FirstFitPlanner,UserDispersingPlanner,UserConcentratedPodPlanner,BareMetalPlanner,StorageNetworkGuru,ExternalGuestNetworkGuru,PublicNetworkGuru,PodBasedNetworkGuru,ControlNetworkGuru,DirectNetworkGuru,DirectPodBasedNetworkGuru,OvsGuestNetworkGuru,PrivateNetworkGuru,NiciraNvpGuestNetworkGuru,XenServerGuru,KVMGuru,OvmGuru,VMwareGuru,BaremetalGuru,BaremetalPlannerSelector,HypervisorPlannerSelector,org.springframework.context.annotation.ConfigurationClassPostProcessor$ImportAwareBeanPostProcessor#0];
>> > root of factory hierarchy
>> >
>> >
>> > On Sun, Apr 7, 2013 at 12:54 AM, Marcus Sorensen <shadowsor@gmail.com
>> >wrote:
>> >
>> >> If you're running it the Dev way with jetty, look for vmops.log in your
>> >> git
>> >> root. If you've installed via package look for
>> >> /var/log/cloudstack/management/management-server.log.
>> >> On Apr 7, 2013 12:45 AM, "Mike Tutkowski" <
>> mike.tutkowski@solidfire.com>
>> >> wrote:
>> >>
>> >> > Hi Marcus,
>> >> >
>> >> > I was just looking at the output in the console.
>> >> >
>> >> > Can you remind me again where the related logs are stored?
>> >> >
>> >> > Thanks!
>> >> >
>> >> >
>> >> > On Sun, Apr 7, 2013 at 12:39 AM, Marcus Sorensen <
>> shadowsor@gmail.com
>> >> > >wrote:
>> >> >
>> >> > > Have you by chance looked at the debug logs to see if it by chance
>> >> tried
>> >> > > the proper storage and failed? I'm not sure that's OK either, but
>> it
>> >> > would
>> >> > > be interesting to know.
>> >> > > On Apr 7, 2013 12:25 AM, "Mike Tutkowski" <
>> >> mike.tutkowski@solidfire.com>
>> >> > > wrote:
>> >> > >
>> >> > > > Hi,
>> >> > > >
>> >> > > > I'm currently using 4.1 (from like a week or so ago).
>> >> > > >
>> >> > > > I have three tiers of shared, iSCSI-based storage represented in
>> >> three
>> >> > > > storage repositories in XenServer:
>> >> > > >
>> >> > > > SR_2
>> >> > > > SR_3
>> >> > > > SR_4
>> >> > > >
>> >> > > > SR_2 maps into CS via primary storage PS_2, which has the storage
>> >> tag
>> >> > > PS_2
>> >> > > > SR_3 maps into CS via primary storage PS_3, which has the storage
>> >> tag
>> >> > > PS_3
>> >> > > > SR_4 maps into CS via primary storage PS_4, which has the storage
>> >> tag
>> >> > > PS_4
>> >> > > >
>> >> > > > I have three compute offerings:
>> >> > > >
>> >> > > > CO_2, which only uses storage tag PS_2
>> >> > > > CO_3, which only uses storage tag PS_3
>> >> > > > CO_4, which only uses storage tag PS_4
>> >> > > >
>> >> > > > I walk through the wizard and select CO_3.  My VM ends up on
>> SR_4.
>> >> > > >
>> >> > > > I have double checked the relationships and don't see any errors
>> in
>> >> > how I
>> >> > > > have CS configured.
>> >> > > >
>> >> > > > Does anyone know of this being noted as a current bug?
>> >> > > >
>> >> > > > Thanks!
>> >> > > >
>> >> > > >
>> >> > > > --
>> >> > > > *Mike Tutkowski*
>> >> > > > *Senior CloudStack Developer, SolidFire Inc.*
>> >> > > > e: mike.tutkowski@solidfire.com
>> >> > > > o: 303.746.7302
>> >> > > > Advancing the way the world uses the
>> >> > > > cloud<http://solidfire.com/solution/overview/?video=play>
>> >> > > > *(tm)*
>> >> > > >
>> >> > >
>> >> >
>> >> >
>> >> >
>> >> > --
>> >> > *Mike Tutkowski*
>> >> > *Senior CloudStack Developer, SolidFire Inc.*
>> >> > e: mike.tutkowski@solidfire.com
>> >> > o: 303.746.7302
>> >> > Advancing the way the world uses the
>> >> > cloud<http://solidfire.com/solution/overview/?video=play>
>> >> > *(tm)*
>> >> >
>> >>
>> >
>> >
>> >
>> > --
>> > *Mike Tutkowski*
>> > *Senior CloudStack Developer, SolidFire Inc.*
>> > e: mike.tutkowski@solidfire.com
>> > o: 303.746.7302
>> > Advancing the way the world uses the cloud<
>> http://solidfire.com/solution/overview/?video=play>
>> > *(tm)*
>> >
>>
>>
>>
>> --
>> *Mike Tutkowski*
>> *Senior CloudStack Developer, SolidFire Inc.*
>> e: mike.tutkowski@solidfire.com
>> o: 303.746.7302
>> Advancing the way the world uses the
>> cloud<http://solidfire.com/solution/overview/?video=play>
>> *(tm)*
>>
>
>
>
> --
> *Mike Tutkowski*
> *Senior CloudStack Developer, SolidFire Inc.*
> e: mike.tutkowski@solidfire.com
> o: 303.746.7302
> Advancing the way the world uses the cloud<http://solidfire.com/solution/overview/?video=play>
> *™*
>



-- 
*Mike Tutkowski*
*Senior CloudStack Developer, SolidFire Inc.*
e: mike.tutkowski@solidfire.com
o: 303.746.7302
Advancing the way the world uses the
cloud<http://solidfire.com/solution/overview/?video=play>
*™*

Re: VM deployed to wrong storage repository

Posted by Mike Tutkowski <mi...@solidfire.com>.
Wow...I had no idea such an allocated even existed. :) Thanks for that tip!!


On Mon, Apr 8, 2013 at 11:54 AM, Prachi Damle <Pr...@citrix.com>wrote:

> Hi Mike,
>
> I checked the logs, looks like the RandomStoragePoolAllocator is being
> picked up for the storage allocation - this allocatordoes not match any
> tags.
>
> You should use FirstFitStoragePoolAllocator instead - change the
> component.xml to use this allocator and not the random
>
> Thanks,
> -Prachi
>
> -----Original Message-----
> From: Mike Tutkowski [mailto:mike.tutkowski@solidfire.com]
> Sent: Monday, April 08, 2013 8:23 AM
> To: dev@cloudstack.apache.org
> Subject: Re: VM deployed to wrong storage repository
>
> I plan to update to the latest 4.1 today and re-try this.
>
> If I still see the problem, I'll open a bug.
>
>
> On Sun, Apr 7, 2013 at 4:26 PM, Mike Tutkowski <
> mike.tutkowski@solidfire.com
> > wrote:
>
> > I don't see anything in vmops.log to indicate that another primary
> storage
> > was tried first.  What do you think?
> >
> > 2013-04-07 00:30:51,459 INFO  [agent.manager.AgentManagerImpl]
> > (AgentTaskPool-11:null) Investigating why host 6 has disconnected with
> > event PingTimeout
> > 2013-04-07 00:30:51,459 DEBUG [agent.manager.AgentManagerImpl]
> > (AgentTaskPool-11:null) checking if agent (6) is alive
> > 2013-04-07 00:30:51,460 INFO  [agent.manager.AgentManagerImpl]
> > (AgentTaskPool-16:null) Investigating why host 5 has disconnected with
> > event PingTimeout
> > 2013-04-07 00:30:51,460 DEBUG [agent.manager.AgentManagerImpl]
> > (AgentTaskPool-16:null) checking if agent (5) is alive
> > 2013-04-07 00:30:51,462 DEBUG [agent.transport.Request]
> > (AgentTaskPool-11:null) Seq 6-324993302: Sending  { Cmd , MgmtId: 1, via:
> > 6, Ver: v1, Flags: 100011, [{"CheckHealthCommand":{"wait":50}}] }
> > 2013-04-07 00:30:51,462 DEBUG [agent.transport.Request]
> > (AgentTaskPool-11:null) Seq 6-324993302: Executing:  { Cmd , MgmtId: 1,
> > via: 6, Ver: v1, Flags: 100011, [{"CheckHealthCommand":{"wait":50}}] }
> > 2013-04-07 00:30:51,462 DEBUG [agent.manager.DirectAgentAttache]
> > (DirectAgent-26:null) Seq 6-324993302: Executing request
> > 2013-04-07 00:30:51,464 DEBUG [agent.transport.Request]
> > (AgentTaskPool-16:null) Seq 5-614334808: Sending  { Cmd , MgmtId: 1, via:
> > 5, Ver: v1, Flags: 100011, [{"CheckHealthCommand":{"wait":50}}] }
> > 2013-04-07 00:30:51,464 DEBUG [agent.transport.Request]
> > (AgentTaskPool-16:null) Seq 5-614334808: Executing:  { Cmd , MgmtId: 1,
> > via: 5, Ver: v1, Flags: 100011, [{"CheckHealthCommand":{"wait":50}}] }
> > 2013-04-07 00:30:51,465 DEBUG [agent.manager.DirectAgentAttache]
> > (DirectAgent-163:null) Seq 5-614334808: Executing request
> > 2013-04-07 00:30:51,511 DEBUG [agent.manager.DirectAgentAttache]
> > (DirectAgent-26:null) Seq 6-324993302: Response Received:
> > 2013-04-07 00:30:51,512 DEBUG [agent.transport.Request]
> > (DirectAgent-26:null) Seq 6-324993302: Processing:  { Ans: , MgmtId: 1,
> > via: 6, Ver: v1, Flags: 10,
> > [{"CheckHealthAnswer":{"result":true,"details":"resource is
> > alive","wait":0}}] }
> > 2013-04-07 00:30:51,512 DEBUG [agent.transport.Request]
> > (AgentTaskPool-11:null) Seq 6-324993302: Received:  { Ans: , MgmtId: 1,
> > via: 6, Ver: v1, Flags: 10, { CheckHealthAnswer } }
> > 2013-04-07 00:30:51,512 DEBUG [agent.manager.AgentManagerImpl]
> > (AgentTaskPool-11:null) Details from executing class
> > com.cloud.agent.api.CheckHealthCommand: resource is alive
> > 2013-04-07 00:30:51,512 DEBUG [agent.manager.AgentManagerImpl]
> > (AgentTaskPool-11:null) agent (6) responded to checkHeathCommand,
> reporting
> > that agent is Up
> > 2013-04-07 00:30:51,512 INFO  [agent.manager.AgentManagerImpl]
> > (AgentTaskPool-11:null) The state determined is Up
> > 2013-04-07 00:30:51,512 INFO  [agent.manager.AgentManagerImpl]
> > (AgentTaskPool-11:null) Agent is determined to be up and running
> > 2013-04-07 00:30:51,512 DEBUG [cloud.host.Status] (AgentTaskPool-11:null)
> > Transition:[Resource state = Enabled, Agent event = Ping, Host id = 6,
> name
> > = Tut-XenServer]
> > 2013-04-07 00:30:51,515 DEBUG [cloud.host.Status] (AgentTaskPool-11:null)
> > Agent status update: [id = 6; name = Tut-XenServer; old status = Up;
> event
> > = Ping; new status = Up; old update count = 307; new update count = 308]
> > 2013-04-07 00:30:51,517 DEBUG [agent.manager.DirectAgentAttache]
> > (DirectAgent-163:null) Seq 5-614334808: Response Received:
> > 2013-04-07 00:30:51,517 DEBUG [agent.transport.Request]
> > (DirectAgent-163:null) Seq 5-614334808: Processing:  { Ans: , MgmtId: 1,
> > via: 5, Ver: v1, Flags: 10,
> > [{"CheckHealthAnswer":{"result":true,"details":"resource is
> > alive","wait":0}}] }
> > 2013-04-07 00:30:51,517 DEBUG [agent.transport.Request]
> > (AgentTaskPool-16:null) Seq 5-614334808: Received:  { Ans: , MgmtId: 1,
> > via: 5, Ver: v1, Flags: 10, { CheckHealthAnswer } }
> > 2013-04-07 00:30:51,517 DEBUG [agent.manager.AgentManagerImpl]
> > (AgentTaskPool-16:null) Details from executing class
> > com.cloud.agent.api.CheckHealthCommand: resource is alive
> > 2013-04-07 00:30:51,517 DEBUG [agent.manager.AgentManagerImpl]
> > (AgentTaskPool-16:null) agent (5) responded to checkHeathCommand,
> reporting
> > that agent is Up
> > 2013-04-07 00:30:51,518 INFO  [agent.manager.AgentManagerImpl]
> > (AgentTaskPool-16:null) The state determined is Up
> > 2013-04-07 00:30:51,518 INFO  [agent.manager.AgentManagerImpl]
> > (AgentTaskPool-16:null) Agent is determined to be up and running
> > 2013-04-07 00:30:51,518 DEBUG [cloud.host.Status] (AgentTaskPool-16:null)
> > Transition:[Resource state = Enabled, Agent event = Ping, Host id = 5,
> name
> > = Tut-XenServer2]
> > 2013-04-07 00:30:51,522 DEBUG [cloud.host.Status] (AgentTaskPool-16:null)
> > Agent status update: [id = 5; name = Tut-XenServer2; old status = Up;
> event
> > = Ping; new status = Up; old update count = 144; new update count = 145]
> > 2013-04-07 00:30:52,927 DEBUG [agent.manager.DirectAgentAttache]
> > (DirectAgent-157:null) Seq 6-324993301: Response Received:
> > 2013-04-07 00:30:52,927 DEBUG [agent.transport.Request]
> > (DirectAgent-157:null) Seq 6-324993301: Processing:  { Ans: , MgmtId: 1,
> > via: 6, Ver: v1, Flags: 110, [{"Answer":{"result":true,"wait":0}}] }
> > 2013-04-07 00:30:52,927 DEBUG [agent.transport.Request]
> > (Job-Executor-35:job-42) Seq 6-324993301: Received:  { Ans: , MgmtId: 1,
> > via: 6, Ver: v1, Flags: 110, { Answer } }
> > 2013-04-07 00:30:52,927 DEBUG [agent.manager.AgentAttache]
> > (DirectAgent-157:null) Seq 6-324993301: No more commands found
> > 2013-04-07 00:30:52,938 DEBUG
> > [network.router.VirtualNetworkApplianceManagerImpl]
> > (Job-Executor-35:job-42) Applying userdata and password entry in network
> > Ntwk[204|Guest|6]
> > 2013-04-07 00:30:52,952 DEBUG [agent.transport.Request]
> > (Job-Executor-35:job-42) Seq 6-324993303: Sending  { Cmd , MgmtId: 1,
> via:
> > 6, Ver: v1, Flags: 100111,
> >
> [{"routing.SavePasswordCommand":{"password":"fnirq_cnffjbeq","vmIpAddress":"192.168.56.195","vmName":"c18ddf7c-fc61-40b0-af75-fdef05f8eae6","accessDetails":{"router.guest.ip":"192.168.56.102","zone.network.type":"Basic","router.ip":"169.254.1.168","
> > router.name
> >
> ":"r-4-VM"},"wait":0}},{"routing.VmDataCommand":{"vmIpAddress":"192.168.56.195","vmName":"c18ddf7c-fc61-40b0-af75-fdef05f8eae6","accessDetails":{"router.guest.ip":"192.168.56.102","zone.network.type":"Basic","router.ip":"169.254.1.168","
> > router.name":"r-4-VM"},"wait":0}}] }
> > 2013-04-07 00:30:52,953 DEBUG [agent.transport.Request]
> > (Job-Executor-35:job-42) Seq 6-324993303: Executing:  { Cmd , MgmtId: 1,
> > via: 6, Ver: v1, Flags: 100111,
> >
> [{"routing.SavePasswordCommand":{"password":"fnirq_cnffjbeq","vmIpAddress":"192.168.56.195","vmName":"c18ddf7c-fc61-40b0-af75-fdef05f8eae6","accessDetails":{"router.guest.ip":"192.168.56.102","zone.network.type":"Basic","router.ip":"169.254.1.168","
> > router.name
> >
> ":"r-4-VM"},"wait":0}},{"routing.VmDataCommand":{"vmIpAddress":"192.168.56.195","vmName":"c18ddf7c-fc61-40b0-af75-fdef05f8eae6","accessDetails":{"router.guest.ip":"192.168.56.102","zone.network.type":"Basic","router.ip":"169.254.1.168","
> > router.name":"r-4-VM"},"wait":0}}] }
> > 2013-04-07 00:30:52,953 DEBUG [agent.manager.DirectAgentAttache]
> > (DirectAgent-37:null) Seq 6-324993303: Executing request
> > 2013-04-07 00:30:53,093 DEBUG [cloud.api.ApiServlet]
> > (1161145101@qtp-1008805148-33:null) ===START===  127.0.0.1 -- GET
> >
>  command=queryAsyncJobResult&jobId=f75d8ce8-1193-43bf-b171-f43d2534e6bc&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316253091
> > 2013-04-07 00:30:53,110 DEBUG [cloud.api.ApiServlet]
> > (1161145101@qtp-1008805148-33:null) ===END===  127.0.0.1 -- GET
> >
>  command=queryAsyncJobResult&jobId=f75d8ce8-1193-43bf-b171-f43d2534e6bc&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316253091
> > 2013-04-07 00:30:56,093 DEBUG [cloud.api.ApiServlet]
> > (1161145101@qtp-1008805148-33:null) ===START===  127.0.0.1 -- GET
> >
>  command=queryAsyncJobResult&jobId=f75d8ce8-1193-43bf-b171-f43d2534e6bc&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316256091
> > 2013-04-07 00:30:56,109 DEBUG [cloud.api.ApiServlet]
> > (1161145101@qtp-1008805148-33:null) ===END===  127.0.0.1 -- GET
> >
>  command=queryAsyncJobResult&jobId=f75d8ce8-1193-43bf-b171-f43d2534e6bc&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316256091
> > 2013-04-07 00:30:59,094 DEBUG [cloud.api.ApiServlet]
> > (1161145101@qtp-1008805148-33:null) ===START===  127.0.0.1 -- GET
> >
>  command=queryAsyncJobResult&jobId=f75d8ce8-1193-43bf-b171-f43d2534e6bc&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316259092
> > 2013-04-07 00:30:59,111 DEBUG [cloud.api.ApiServlet]
> > (1161145101@qtp-1008805148-33:null) ===END===  127.0.0.1 -- GET
> >
>  command=queryAsyncJobResult&jobId=f75d8ce8-1193-43bf-b171-f43d2534e6bc&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316259092
> > 2013-04-07 00:31:02,095 DEBUG [cloud.api.ApiServlet]
> > (1161145101@qtp-1008805148-33:null) ===START===  127.0.0.1 -- GET
> >
>  command=queryAsyncJobResult&jobId=f75d8ce8-1193-43bf-b171-f43d2534e6bc&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316262093
> > 2013-04-07 00:31:02,110 DEBUG [cloud.api.ApiServlet]
> > (1161145101@qtp-1008805148-33:null) ===END===  127.0.0.1 -- GET
> >
>  command=queryAsyncJobResult&jobId=f75d8ce8-1193-43bf-b171-f43d2534e6bc&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316262093
> > 2013-04-07 00:31:04,860 DEBUG [agent.manager.DirectAgentAttache]
> > (DirectAgent-145:null) Ping from 6
> > 2013-04-07 00:31:05,099 DEBUG [cloud.api.ApiServlet]
> > (1161145101@qtp-1008805148-33:null) ===START===  127.0.0.1 -- GET
> >
>  command=queryAsyncJobResult&jobId=f75d8ce8-1193-43bf-b171-f43d2534e6bc&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316265096
> > 2013-04-07 00:31:05,114 DEBUG [cloud.api.ApiServlet]
> > (1161145101@qtp-1008805148-33:null) ===END===  127.0.0.1 -- GET
> >
>  command=queryAsyncJobResult&jobId=f75d8ce8-1193-43bf-b171-f43d2534e6bc&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316265096
> > 2013-04-07 00:31:06,234 DEBUG [agent.manager.DirectAgentAttache]
> > (DirectAgent-372:null) Ping from 5
> > 2013-04-07 00:31:06,909 DEBUG [agent.manager.DirectAgentAttache]
> > (DirectAgent-149:null) Seq 6-324993028: Executing request
> > 2013-04-07 00:31:07,239 DEBUG [agent.manager.DirectAgentAttache]
> > (DirectAgent-149:null) Seq 6-324993028: Response Received:
> > 2013-04-07 00:31:07,239 DEBUG [agent.transport.Request]
> > (DirectAgent-149:null) Seq 6-324993028: Processing:  { Ans: , MgmtId: 1,
> > via: 6, Ver: v1, Flags: 10,
> >
> [{"ClusterSyncAnswer":{"_clusterId":2,"_newStates":{},"_isExecuted":false,"result":true,"wait":0}}]
> > }
> > 2013-04-07 00:31:07,424 DEBUG [agent.manager.DirectAgentAttache]
> > (DirectAgent-37:null) Seq 6-324993303: Response Received:
> > 2013-04-07 00:31:07,424 DEBUG [agent.transport.Request]
> > (DirectAgent-37:null) Seq 6-324993303: Processing:  { Ans: , MgmtId: 1,
> > via: 6, Ver: v1, Flags: 110,
> >
> [{"Answer":{"result":true,"wait":0}},{"Answer":{"result":true,"wait":0}}] }
> > 2013-04-07 00:31:07,424 DEBUG [agent.transport.Request]
> > (Job-Executor-35:job-42) Seq 6-324993303: Received:  { Ans: , MgmtId: 1,
> > via: 6, Ver: v1, Flags: 110, { Answer, Answer } }
> > 2013-04-07 00:31:07,424 DEBUG [agent.manager.AgentAttache]
> > (DirectAgent-37:null) Seq 6-324993303: No more commands found
> > 2013-04-07 00:31:07,424 DEBUG [cloud.network.NetworkManagerImpl]
> > (Job-Executor-35:job-42) Asking VpcVirtualRouter to prepare for
> > Nic[18-12-6416c373-20d8-4617-8dcb-30a8ff9d0f34-192.168.56.195]
> > 2013-04-07 00:31:07,424 WARN  [network.element.VpcVirtualRouterElement]
> > (Job-Executor-35:job-42) Network Ntwk[204|Guest|6] is not associated with
> > any VPC
> > 2013-04-07 00:31:07,429 DEBUG [cloud.network.NetworkManagerImpl]
> > (Job-Executor-35:job-42) Asking NiciraNvp to prepare for
> > Nic[18-12-6416c373-20d8-4617-8dcb-30a8ff9d0f34-192.168.56.195]
> > 2013-04-07 00:31:07,429 DEBUG [network.element.NiciraNvpElement]
> > (Job-Executor-35:job-42) Checking if NiciraNvpElement can handle service
> > Connectivity on network guestNetworkForBasicZone
> > 2013-04-07 00:31:07,432 DEBUG [cloud.network.NetworkManagerImpl]
> > (Job-Executor-35:job-42) Asking JuniperSRX to prepare for
> > Nic[18-12-6416c373-20d8-4617-8dcb-30a8ff9d0f34-192.168.56.195]
> > 2013-04-07 00:31:07,436 DEBUG [cloud.network.NetworkManagerImpl]
> > (Job-Executor-35:job-42) Asking Netscaler to prepare for
> > Nic[18-12-6416c373-20d8-4617-8dcb-30a8ff9d0f34-192.168.56.195]
> > 2013-04-07 00:31:07,441 DEBUG [cloud.network.NetworkManagerImpl]
> > (Job-Executor-35:job-42) Asking F5BigIP to prepare for
> > Nic[18-12-6416c373-20d8-4617-8dcb-30a8ff9d0f34-192.168.56.195]
> > 2013-04-07 00:31:07,445 DEBUG [cloud.network.NetworkManagerImpl]
> > (Job-Executor-35:job-42) Asking CiscoNexus1000vVSM to prepare for
> > Nic[18-12-6416c373-20d8-4617-8dcb-30a8ff9d0f34-192.168.56.195]
> > 2013-04-07 00:31:07,449 DEBUG [cloud.storage.StorageManagerImpl]
> > (Job-Executor-35:job-42) Checking if we need to prepare 1 volumes for
> > VM[User|c18ddf7c-fc61-40b0-af75-fdef05f8eae6]
> > 2013-04-07 00:31:07,451 DEBUG [cloud.storage.StorageManagerImpl]
> > (Job-Executor-35:job-42) Creating volume: Vol[12|vm=12|ROOT]
> > 2013-04-07 00:31:07,451 DEBUG [cloud.storage.StorageManagerImpl]
> > (Job-Executor-35:job-42) Trying to create in Pool[257|PreSetup]
> > 2013-04-07 00:31:07,459 DEBUG [cloud.template.TemplateManagerImpl]
> > (Job-Executor-35:job-42) Downloading template 5 to pool 257
> > 2013-04-07 00:31:07,466 DEBUG [cloud.template.TemplateManagerImpl]
> > (Job-Executor-35:job-42) Downloading 5 via 5
> > 2013-04-07 00:31:07,470 DEBUG [agent.transport.Request]
> > (Job-Executor-35:job-42) Seq 5-614334809: Sending  { Cmd , MgmtId: 1,
> > via: 5, Ver: v1, Flags: 100111,
> >
> [{"storage.PrimaryStorageDownloadCommand":{"localPath":"/mnt/9a008517-e321-37a0-a941-44695f9b6fe7","poolUuid":"iSCSI_SR_3","poolId":257,"primaryPool":{"id":257,"uuid":"iSCSI_SR_3","host":"192.168.56.9","path":"/iSCSI_SR_3","port":0,"type":"PreSetup"},"secondaryStorageUrl":"nfs://
> 192.168.56.10:
> > /opt/storage/secondary","primaryStorageUrl":"nfs://
> 192.168.56.9/iSCSI_SR_3
> > ","url":"nfs://192.168.56.10:
> /opt/storage/secondary/template/tmpl/1/5//ce5b212e-215a-3461-94fb-814a635b2215.vhd","format":"VHD","accountId":1,"name":"tiny
> > Linux","wait":10800}}] }
> > 2013-04-07 00:31:07,470 DEBUG [agent.transport.Request]
> > (Job-Executor-35:job-42) Seq 5-614334809: Executing:  { Cmd , MgmtId: 1,
> > via: 5, Ver: v1, Flags: 100111,
> >
> [{"storage.PrimaryStorageDownloadCommand":{"localPath":"/mnt/9a008517-e321-37a0-a941-44695f9b6fe7","poolUuid":"iSCSI_SR_3","poolId":257,"primaryPool":{"id":257,"uuid":"iSCSI_SR_3","host":"192.168.56.9","path":"/iSCSI_SR_3","port":0,"type":"PreSetup"},"secondaryStorageUrl":"nfs://
> 192.168.56.10:
> > /opt/storage/secondary","primaryStorageUrl":"nfs://
> 192.168.56.9/iSCSI_SR_3
> > ","url":"nfs://192.168.56.10:
> /opt/storage/secondary/template/tmpl/1/5//ce5b212e-215a-3461-94fb-814a635b2215.vhd","format":"VHD","accountId":1,"name":"tiny
> > Linux","wait":10800}}] }
> > 2013-04-07 00:31:07,470 DEBUG [agent.manager.DirectAgentAttache]
> > (DirectAgent-174:null) Seq 5-614334809: Executing request
> > 2013-04-07 00:31:08,097 DEBUG [cloud.api.ApiServlet]
> > (1161145101@qtp-1008805148-33:null) ===START===  127.0.0.1 -- GET
> >
>  command=queryAsyncJobResult&jobId=f75d8ce8-1193-43bf-b171-f43d2534e6bc&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316268095
> > 2013-04-07 00:31:08,115 DEBUG [cloud.api.ApiServlet]
> > (1161145101@qtp-1008805148-33:null) ===END===  127.0.0.1 -- GET
> >
>  command=queryAsyncJobResult&jobId=f75d8ce8-1193-43bf-b171-f43d2534e6bc&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316268095
> > 2013-04-07 00:31:11,023 DEBUG [agent.manager.DirectAgentAttache]
> > (DirectAgent-309:null) Seq 5-614334468: Executing request
> > 2013-04-07 00:31:11,099 DEBUG [cloud.api.ApiServlet]
> > (1161145101@qtp-1008805148-33:null) ===START===  127.0.0.1 -- GET
> >
>  command=queryAsyncJobResult&jobId=f75d8ce8-1193-43bf-b171-f43d2534e6bc&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316271096
> > 2013-04-07 00:31:11,121 DEBUG [cloud.api.ApiServlet]
> > (1161145101@qtp-1008805148-33:null) ===END===  127.0.0.1 -- GET
> >
>  command=queryAsyncJobResult&jobId=f75d8ce8-1193-43bf-b171-f43d2534e6bc&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316271096
> > 2013-04-07 00:31:11,363 DEBUG [agent.manager.DirectAgentAttache]
> > (DirectAgent-309:null) Seq 5-614334468: Response Received:
> > 2013-04-07 00:31:11,363 DEBUG [agent.transport.Request]
> > (DirectAgent-309:null) Seq 5-614334468: Processing:  { Ans: , MgmtId: 1,
> > via: 5, Ver: v1, Flags: 10, [{"Answer":{"result":true,"wait":0}}] }
> > 2013-04-07 00:31:14,100 DEBUG [cloud.api.ApiServlet]
> > (1161145101@qtp-1008805148-33:null) ===START===  127.0.0.1 -- GET
> >
>  command=queryAsyncJobResult&jobId=f75d8ce8-1193-43bf-b171-f43d2534e6bc&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316274097
> > 2013-04-07 00:31:14,124 DEBUG [cloud.api.ApiServlet]
> > (1161145101@qtp-1008805148-33:null) ===END===  127.0.0.1 -- GET
> >
>  command=queryAsyncJobResult&jobId=f75d8ce8-1193-43bf-b171-f43d2534e6bc&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316274097
> > 2013-04-07 00:31:16,197 DEBUG [cloud.api.ApiServlet]
> > (1161145101@qtp-1008805148-33:null) ===START===  127.0.0.1 -- GET
> >
>  command=listVirtualMachines&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&listAll=true&page=1&pagesize=20&_=1365316276194
> > 2013-04-07 00:31:16,219 DEBUG [cloud.api.ApiServlet]
> > (1161145101@qtp-1008805148-33:null) ===END===  127.0.0.1 -- GET
> >
>  command=listVirtualMachines&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&listAll=true&page=1&pagesize=20&_=1365316276194
> > 2013-04-07 00:31:17,101 DEBUG [cloud.api.ApiServlet]
> > (1161145101@qtp-1008805148-33:null) ===START===  127.0.0.1 -- GET
> >
>  command=queryAsyncJobResult&jobId=f75d8ce8-1193-43bf-b171-f43d2534e6bc&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316277098
> > 2013-04-07 00:31:17,123 DEBUG [cloud.api.ApiServlet]
> > (1161145101@qtp-1008805148-33:null) ===END===  127.0.0.1 -- GET
> >
>  command=queryAsyncJobResult&jobId=f75d8ce8-1193-43bf-b171-f43d2534e6bc&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316277098
> > 2013-04-07 00:31:17,954 DEBUG [cloud.api.ApiServlet]
> > (1161145101@qtp-1008805148-33:null) ===START===  127.0.0.1 -- GET
> >
>  command=listVolumes&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&listAll=true&page=1&pagesize=20&_=1365316277950
> > 2013-04-07 00:31:17,972 DEBUG [cloud.api.ApiServlet]
> > (1161145101@qtp-1008805148-33:null) ===END===  127.0.0.1 -- GET
> >
>  command=listVolumes&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&listAll=true&page=1&pagesize=20&_=1365316277950
> > 2013-04-07 00:31:20,102 DEBUG [cloud.api.ApiServlet]
> > (1161145101@qtp-1008805148-33:null) ===START===  127.0.0.1 -- GET
> >
>  command=queryAsyncJobResult&jobId=f75d8ce8-1193-43bf-b171-f43d2534e6bc&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316280099
> > 2013-04-07 00:31:20,118 DEBUG [cloud.api.ApiServlet]
> > (1161145101@qtp-1008805148-33:null) ===END===  127.0.0.1 -- GET
> >
>  command=queryAsyncJobResult&jobId=f75d8ce8-1193-43bf-b171-f43d2534e6bc&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316280099
> > 2013-04-07 00:31:20,454 DEBUG
> > [storage.secondary.SecondaryStorageManagerImpl] (secstorage-1:null) Zone
> 1
> > is ready to launch secondary storage VM
> > 2013-04-07 00:31:20,558 DEBUG
> [cloud.consoleproxy.ConsoleProxyManagerImpl]
> > (consoleproxy-1:null) Zone 1 is ready to launch console proxy
> > 2013-04-07 00:31:20,820 DEBUG
> > [network.router.VirtualNetworkApplianceManagerImpl]
> > (RouterStatusMonitor-1:null) Found 0 routers to update status.
> > 2013-04-07 00:31:20,821 DEBUG
> > [network.router.VirtualNetworkApplianceManagerImpl]
> > (RouterStatusMonitor-1:null) Found 0 networks to update RvR status.
> > 2013-04-07 00:31:20,852 DEBUG
> > [network.router.VirtualNetworkApplianceManagerImpl]
> > (RouterStatusMonitor-1:null) Found 0 routers to update status.
> > 2013-04-07 00:31:20,853 DEBUG
> > [network.router.VirtualNetworkApplianceManagerImpl]
> > (RouterStatusMonitor-1:null) Found 0 networks to update RvR status.
> > 2013-04-07 00:31:21,075 DEBUG [cloud.api.ApiServlet]
> > (1161145101@qtp-1008805148-33:null) ===START===  127.0.0.1 -- GET
> >
>  command=listVolumes&id=aed71ae1-732b-48d7-833f-e23287e2b2b9&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316281073
> > 2013-04-07 00:31:21,097 DEBUG [cloud.api.ApiServlet]
> > (1161145101@qtp-1008805148-33:null) ===END===  127.0.0.1 -- GET
> >
>  command=listVolumes&id=aed71ae1-732b-48d7-833f-e23287e2b2b9&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316281073
> > 2013-04-07 00:31:21,120 DEBUG [cloud.api.ApiServlet]
> > (1161145101@qtp-1008805148-33:null) ===START===  127.0.0.1 -- GET
> >
>  command=listTags&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&resourceId=aed71ae1-732b-48d7-833f-e23287e2b2b9&resourceType=Volume&listAll=true&_=1365316281117
> > 2013-04-07 00:31:21,142 DEBUG [cloud.api.ApiServlet]
> > (1161145101@qtp-1008805148-33:null) ===END===  127.0.0.1 -- GET
> >
>  command=listTags&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&resourceId=aed71ae1-732b-48d7-833f-e23287e2b2b9&resourceType=Volume&listAll=true&_=1365316281117
> > 2013-04-07 00:31:23,102 DEBUG [cloud.api.ApiServlet]
> > (1161145101@qtp-1008805148-33:null) ===START===  127.0.0.1 -- GET
> >
>  command=queryAsyncJobResult&jobId=f75d8ce8-1193-43bf-b171-f43d2534e6bc&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316283100
> > 2013-04-07 00:31:23,122 DEBUG [cloud.api.ApiServlet]
> > (1161145101@qtp-1008805148-33:null) ===END===  127.0.0.1 -- GET
> >
>  command=queryAsyncJobResult&jobId=f75d8ce8-1193-43bf-b171-f43d2534e6bc&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316283100
> > 2013-04-07 00:31:24,894 DEBUG [agent.manager.AgentManagerImpl]
> > (AgentManager-Handler-9:null) Ping from 4
> > 2013-04-07 00:31:26,102 DEBUG [cloud.api.ApiServlet]
> > (1161145101@qtp-1008805148-33:null) ===START===  127.0.0.1 -- GET
> >
>  command=queryAsyncJobResult&jobId=f75d8ce8-1193-43bf-b171-f43d2534e6bc&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316286100
> > 2013-04-07 00:31:26,117 DEBUG [cloud.api.ApiServlet]
> > (1161145101@qtp-1008805148-33:null) ===END===  127.0.0.1 -- GET
> >
>  command=queryAsyncJobResult&jobId=f75d8ce8-1193-43bf-b171-f43d2534e6bc&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316286100
> > 2013-04-07 00:31:27,217 DEBUG [agent.manager.DirectAgentAttache]
> > (DirectAgent-164:null) Ping from 1
> > 2013-04-07 00:31:28,079 DEBUG [agent.manager.DirectAgentAttache]
> > (DirectAgent-174:null) Seq 5-614334809: Response Received:
> > 2013-04-07 00:31:28,079 DEBUG [agent.transport.Request]
> > (DirectAgent-174:null) Seq 5-614334809: Processing:  { Ans: , MgmtId: 1,
> > via: 5, Ver: v1, Flags: 110,
> >
> [{"storage.PrimaryStorageDownloadAnswer":{"installPath":"a8414926-81d6-4b54-9b4b-feb498489df0","templateSize":54525952,"result":true,"wait":0}}]
> > }
> > 2013-04-07 00:31:28,079 DEBUG [agent.transport.Request]
> > (Job-Executor-35:job-42) Seq 5-614334809: Received:  { Ans: , MgmtId: 1,
> > via: 5, Ver: v1, Flags: 110, { PrimaryStorageDownloadAnswer } }
> > 2013-04-07 00:31:28,079 DEBUG [agent.manager.AgentAttache]
> > (DirectAgent-174:null) Seq 5-614334809: No more commands found
> > 2013-04-07 00:31:28,081 DEBUG [cloud.template.TemplateManagerImpl]
> > (Job-Executor-35:job-42) Template 5 is downloaded via 5
> > 2013-04-07 00:31:28,085 DEBUG [agent.transport.Request]
> > (Job-Executor-35:job-42) Seq 5-614334810: Sending  { Cmd , MgmtId: 1,
> via:
> > 5, Ver: v1, Flags: 100111,
> >
> [{"storage.CreateCommand":{"volId":12,"pool":{"id":257,"uuid":"iSCSI_SR_3","host":"192.168.56.9","path":"/iSCSI_SR_3","port":0,"type":"PreSetup"},"diskCharacteristics":{"size":52428800,"tags":["iSCSI_SR_3"],"type":"ROOT","name":"ROOT-12","useLocalStorage":false,"recreatable":true,"diskOfferingId":37,"volumeId":12,"hyperType":"XenServer"},"templateUrl":"a8414926-81d6-4b54-9b4b-feb498489df0","wait":0}}]
> > }
> > 2013-04-07 00:31:28,086 DEBUG [agent.transport.Request]
> > (Job-Executor-35:job-42) Seq 5-614334810: Executing:  { Cmd , MgmtId: 1,
> > via: 5, Ver: v1, Flags: 100111,
> >
> [{"storage.CreateCommand":{"volId":12,"pool":{"id":257,"uuid":"iSCSI_SR_3","host":"192.168.56.9","path":"/iSCSI_SR_3","port":0,"type":"PreSetup"},"diskCharacteristics":{"size":52428800,"tags":["iSCSI_SR_3"],"type":"ROOT","name":"ROOT-12","useLocalStorage":false,"recreatable":true,"diskOfferingId":37,"volumeId":12,"hyperType":"XenServer"},"templateUrl":"a8414926-81d6-4b54-9b4b-feb498489df0","wait":0}}]
> > }
> > 2013-04-07 00:31:28,086 DEBUG [agent.manager.DirectAgentAttache]
> > (DirectAgent-327:null) Seq 5-614334810: Executing request
> > 2013-04-07 00:31:28,227 DEBUG [xen.resource.CitrixResourceBase]
> > (DirectAgent-327:null) SR retrieved for iSCSI_SR_3
> > 2013-04-07 00:31:28,240 DEBUG [xen.resource.CitrixResourceBase]
> > (DirectAgent-327:null) Checking iSCSI_SR_3 or SR
> > fe8ca696-22f5-ba1f-af68-7c3cf5a3cb39 on
> > XS[5e02c608-155d-432e-a20f-f8c600ef3ab7-192.168.56.11]
> > 2013-04-07 00:31:29,095 DEBUG [agent.manager.DirectAgentAttache]
> > (DirectAgent-84:null) Seq 1-90046472: Executing request
> > 2013-04-07 00:31:29,106 DEBUG [cloud.api.ApiServlet]
> > (1161145101@qtp-1008805148-33:null) ===START===  127.0.0.1 -- GET
> >
>  command=queryAsyncJobResult&jobId=f75d8ce8-1193-43bf-b171-f43d2534e6bc&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316289101
> > 2013-04-07 00:31:29,130 DEBUG [cloud.api.ApiServlet]
> > (1161145101@qtp-1008805148-33:null) ===END===  127.0.0.1 -- GET
> >
>  command=queryAsyncJobResult&jobId=f75d8ce8-1193-43bf-b171-f43d2534e6bc&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316289101
> > 2013-04-07 00:31:29,687 DEBUG [agent.manager.DirectAgentAttache]
> > (DirectAgent-84:null) Seq 1-90046472: Response Received:
> > 2013-04-07 00:31:29,688 DEBUG [agent.transport.Request]
> > (DirectAgent-84:null) Seq 1-90046472: Processing:  { Ans: , MgmtId: 1,
> via:
> > 1, Ver: v1, Flags: 10,
> >
> [{"ClusterSyncAnswer":{"_clusterId":1,"_newStates":{},"_isExecuted":false,"result":true,"wait":0}}]
> > }
> > 2013-04-07 00:31:30,685 DEBUG [xen.resource.CitrixResourceBase]
> > (DirectAgent-327:null) Succesfully created VDI for
> > com.cloud.agent.api.storage.CreateCommand.  Uuid =
> > 40a39639-e8aa-45b5-bfa1-591b68571d0c
> > 2013-04-07 00:31:30,686 DEBUG [agent.manager.DirectAgentAttache]
> > (DirectAgent-327:null) Seq 5-614334810: Response Received:
> > 2013-04-07 00:31:30,686 DEBUG [agent.transport.Request]
> > (DirectAgent-327:null) Seq 5-614334810: Processing:  { Ans: , MgmtId: 1,
> > via: 5, Ver: v1, Flags: 110,
> >
> [{"storage.CreateAnswer":{"volume":{"id":12,"name":"ROOT-12","mountPoint":"/iSCSI_SR_3","path":"40a39639-e8aa-45b5-bfa1-591b68571d0c","size":52428800,"type":"ROOT","storagePoolType":"PreSetup","storagePoolUuid":"iSCSI_SR_3","deviceId":0},"requestTemplateReload":false,"result":true,"wait":0}}]
> > }
> > 2013-04-07 00:31:30,686 DEBUG [agent.transport.Request]
> > (Job-Executor-35:job-42) Seq 5-614334810: Received:  { Ans: , MgmtId: 1,
> > via: 5, Ver: v1, Flags: 110, { CreateAnswer } }
> > 2013-04-07 00:31:30,686 DEBUG [agent.manager.AgentAttache]
> > (DirectAgent-327:null) Seq 5-614334810: No more commands found
> > 2013-04-07 00:31:30,689 DEBUG [cloud.storage.StorageManagerImpl]
> > (Job-Executor-35:job-42) Volume Vol[12|vm=12|ROOT] is created on
> > Pool[257|PreSetup]
> > 2013-04-07 00:31:30,705 DEBUG [agent.transport.Request]
> > (Job-Executor-35:job-42) Seq 5-614334811: Sending  { Cmd , MgmtId: 1,
> via:
> > 5, Ver: v1, Flags: 100111,
> >
> [{"StartCommand":{"vm":{"id":12,"name":"i-2-12-VM","bootloader":"PyGrub","type":"User","cpus":1,"speed":100,"minRam":1073741824,"maxRam":1073741824,"arch":"x86_64","os":"CentOS
> > 5.3
> >
> (64-bit)","bootArgs":"","rebootOnCrash":false,"enableHA":false,"limitCpuUse":false,"vncPassword":"a0ed1e002d55dc0b","params":{},"uuid":"c18ddf7c-fc61-40b0-af75-fdef05f8eae6","disks":[{"id":12,"name":"ROOT-12","mountPoint":"/iSCSI_SR_3","path":"40a39639-e8aa-45b5-bfa1-591b68571d0c","size":52428800,"type":"ROOT","storagePoolType":"PreSetup","storagePoolUuid":"iSCSI_SR_3","deviceId":0},{"id":12,"name":"tiny
> >
> Linux","size":0,"type":"ISO","storagePoolType":"ISO","deviceId":3}],"nics":[{"deviceId":0,"networkRateMbps":200,"defaultNic":true,"uuid":"70472c43-4913-4e0a-8e1d-87b030404b0a","ip":"192.168.56.195","netmask":"255.255.255.0","gateway":"192.168.56.1","mac":"06:c8:0e:00:00:75","dns1":"8.8.8.8","dns2":"4.4.4.4","broadcastType":"Native","type":"Guest","broadcastUri":"vlan://untagged","isolationUri":"ec2://untagged","isSecurityGroupEnabled":true}]},"hostIp":"192.168.56.11","wait":0}}]
> > }
> > 2013-04-07 00:31:30,705 DEBUG [agent.transport.Request]
> > (Job-Executor-35:job-42) Seq 5-614334811: Executing:  { Cmd , MgmtId: 1,
> > via: 5, Ver: v1, Flags: 100111,
> >
> [{"StartCommand":{"vm":{"id":12,"name":"i-2-12-VM","bootloader":"PyGrub","type":"User","cpus":1,"speed":100,"minRam":1073741824,"maxRam":1073741824,"arch":"x86_64","os":"CentOS
> > 5.3
> >
> (64-bit)","bootArgs":"","rebootOnCrash":false,"enableHA":false,"limitCpuUse":false,"vncPassword":"a0ed1e002d55dc0b","params":{},"uuid":"c18ddf7c-fc61-40b0-af75-fdef05f8eae6","disks":[{"id":12,"name":"ROOT-12","mountPoint":"/iSCSI_SR_3","path":"40a39639-e8aa-45b5-bfa1-591b68571d0c","size":52428800,"type":"ROOT","storagePoolType":"PreSetup","storagePoolUuid":"iSCSI_SR_3","deviceId":0},{"id":12,"name":"tiny
> >
> Linux","size":0,"type":"ISO","storagePoolType":"ISO","deviceId":3}],"nics":[{"deviceId":0,"networkRateMbps":200,"defaultNic":true,"uuid":"70472c43-4913-4e0a-8e1d-87b030404b0a","ip":"192.168.56.195","netmask":"255.255.255.0","gateway":"192.168.56.1","mac":"06:c8:0e:00:00:75","dns1":"8.8.8.8","dns2":"4.4.4.4","broadcastType":"Native","type":"Guest","broadcastUri":"vlan://untagged","isolationUri":"ec2://untagged","isSecurityGroupEnabled":true}]},"hostIp":"192.168.56.11","wait":0}}]
> > }
> > 2013-04-07 00:31:30,705 DEBUG [agent.manager.DirectAgentAttache]
> > (DirectAgent-265:null) Seq 5-614334811: Executing request
> > 2013-04-07 00:31:30,848 DEBUG [xen.resource.CitrixResourceBase]
> > (DirectAgent-265:null) 1. The VM i-2-12-VM is in Starting state.
> > 2013-04-07 00:31:30,907 DEBUG [xen.resource.XenServer56FP1Resource]
> > (DirectAgent-265:null) Created VM 6b192a90-bce6-7347-f184-d5b84538647a
> for
> > i-2-12-VM
> > 2013-04-07 00:31:30,959 DEBUG [xen.resource.CitrixResourceBase]
> > (DirectAgent-265:null) VBD 9ea8a64a-9d04-76df-9d8b-103371b21d86 created
> for
> > Vol[12|ROOT|40a39639-e8aa-45b5-bfa1-591b68571d0c|52428800]
> > 2013-04-07 00:31:30,985 DEBUG [xen.resource.CitrixResourceBase]
> > (DirectAgent-265:null) VBD 0fb43cee-0512-beed-5d24-a33a2ceceeda created
> for
> > Vol[12|ISO|null|0]
> > 2013-04-07 00:31:30,985 DEBUG [xen.resource.CitrixResourceBase]
> > (DirectAgent-265:null) Creating VIF for i-2-12-VM on nic
> > [Nic:Guest-192.168.56.195-vlan://untagged]
> > 2013-04-07 00:31:31,037 DEBUG [xen.resource.CitrixResourceBase]
> > (DirectAgent-265:null) Created a vif adbeb814-7d38-1fda-1bdb-b6850c7cb342
> > on 0
> > 2013-04-07 00:31:32,105 DEBUG [cloud.api.ApiServlet]
> > (1161145101@qtp-1008805148-33:null) ===START===  127.0.0.1 -- GET
> >
>  command=queryAsyncJobResult&jobId=f75d8ce8-1193-43bf-b171-f43d2534e6bc&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316292102
> > 2013-04-07 00:31:32,122 DEBUG [cloud.api.ApiServlet]
> > (1161145101@qtp-1008805148-33:null) ===END===  127.0.0.1 -- GET
> >
>  command=queryAsyncJobResult&jobId=f75d8ce8-1193-43bf-b171-f43d2534e6bc&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316292102
> > 2013-04-07 00:31:35,106 DEBUG [cloud.api.ApiServlet]
> > (1161145101@qtp-1008805148-33:null) ===START===  127.0.0.1 -- GET
> >
>  command=queryAsyncJobResult&jobId=f75d8ce8-1193-43bf-b171-f43d2534e6bc&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316295103
> > 2013-04-07 00:31:35,125 DEBUG [cloud.api.ApiServlet]
> > (1161145101@qtp-1008805148-33:null) ===END===  127.0.0.1 -- GET
> >
>  command=queryAsyncJobResult&jobId=f75d8ce8-1193-43bf-b171-f43d2534e6bc&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316295103
> > 2013-04-07 00:31:38,106 DEBUG [cloud.api.ApiServlet]
> > (1161145101@qtp-1008805148-33:null) ===START===  127.0.0.1 -- GET
> >
>  command=queryAsyncJobResult&jobId=f75d8ce8-1193-43bf-b171-f43d2534e6bc&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316298104
> > 2013-04-07 00:31:38,126 DEBUG [cloud.api.ApiServlet]
> > (1161145101@qtp-1008805148-33:null) ===END===  127.0.0.1 -- GET
> >
>  command=queryAsyncJobResult&jobId=f75d8ce8-1193-43bf-b171-f43d2534e6bc&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316298104
> > 2013-04-07 00:31:41,108 DEBUG [cloud.api.ApiServlet]
> > (1161145101@qtp-1008805148-33:null) ===START===  127.0.0.1 -- GET
> >
>  command=queryAsyncJobResult&jobId=f75d8ce8-1193-43bf-b171-f43d2534e6bc&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316301106
> > 2013-04-07 00:31:41,133 DEBUG [cloud.api.ApiServlet]
> > (1161145101@qtp-1008805148-33:null) ===END===  127.0.0.1 -- GET
> >
>  command=queryAsyncJobResult&jobId=f75d8ce8-1193-43bf-b171-f43d2534e6bc&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316301106
> > 2013-04-07 00:31:43,708 INFO  [xen.resource.CitrixResourceBase]
> > (DirectAgent-265:null) Programmed default network rules for i-2-12-VM on
> > nic with ip:192.168.56.195 mac:06:c8:0e:00:00:75
> > 2013-04-07 00:31:43,708 DEBUG [xen.resource.CitrixResourceBase]
> > (DirectAgent-265:null) 2. The VM i-2-12-VM is in Running state.
> > 2013-04-07 00:31:43,708 DEBUG [agent.manager.DirectAgentAttache]
> > (DirectAgent-265:null) Seq 5-614334811: Response Received:
> > 2013-04-07 00:31:43,709 DEBUG [agent.transport.Request]
> > (DirectAgent-265:null) Seq 5-614334811: Processing:  { Ans: , MgmtId: 1,
> > via: 5, Ver: v1, Flags: 110,
> >
> [{"StartAnswer":{"vm":{"id":12,"name":"i-2-12-VM","bootloader":"PyGrub","type":"User","cpus":1,"speed":100,"minRam":1073741824,"maxRam":1073741824,"arch":"x86_64","os":"CentOS
> > 5.3
> >
> (64-bit)","bootArgs":"","rebootOnCrash":false,"enableHA":false,"limitCpuUse":false,"vncPassword":"a0ed1e002d55dc0b","params":{},"uuid":"c18ddf7c-fc61-40b0-af75-fdef05f8eae6","disks":[{"id":12,"name":"ROOT-12","mountPoint":"/iSCSI_SR_3","path":"40a39639-e8aa-45b5-bfa1-591b68571d0c","size":52428800,"type":"ROOT","storagePoolType":"PreSetup","storagePoolUuid":"iSCSI_SR_3","deviceId":0},{"id":12,"name":"tiny
> >
> Linux","size":0,"type":"ISO","storagePoolType":"ISO","deviceId":3}],"nics":[{"deviceId":0,"networkRateMbps":200,"defaultNic":true,"uuid":"70472c43-4913-4e0a-8e1d-87b030404b0a","ip":"192.168.56.195","netmask":"255.255.255.0","gateway":"192.168.56.1","mac":"06:c8:0e:00:00:75","dns1":"8.8.8.8","dns2":"4.4.4.4","broadcastType":"Native","type":"Guest","broadcastUri":"vlan://untagged","isolationUri":"ec2://untagged","isSecurityGroupEnabled":true}]},"result":true,"wait":0}}]
> > }
> > 2013-04-07 00:31:43,709 DEBUG [agent.transport.Request]
> > (Job-Executor-35:job-42) Seq 5-614334811: Received:  { Ans: , MgmtId: 1,
> > via: 5, Ver: v1, Flags: 110, { StartAnswer } }
> > 2013-04-07 00:31:43,709 DEBUG [agent.manager.AgentAttache]
> > (DirectAgent-265:null) Seq 5-614334811: No more commands found
> > 2013-04-07 00:31:43,763 DEBUG [network.security.SecurityGroupManagerImpl]
> > (Job-Executor-35:job-42) Security Group Mgr v2: scheduling ruleset
> updates
> > for 1 vms  (unique=1), current queue size=0
> > 2013-04-07 00:31:43,765 DEBUG [network.security.SecurityGroupManagerImpl]
> > (Job-Executor-35:job-42) Security Group Mgr v2: done scheduling ruleset
> > updates for 1 vms: num new jobs=1 num rows insert or updated=1 time
> taken=2
> > 2013-04-07 00:31:43,769 DEBUG [cloud.capacity.CapacityManagerImpl]
> > (Job-Executor-35:job-42) VM state transitted from :Starting to Running
> with
> > event: OperationSucceededvm's original host id: 5 new host id: 5 host id
> > before state transition: 5
> > 2013-04-07 00:31:43,769 DEBUG [cloud.vm.VirtualMachineManagerImpl]
> > (Job-Executor-35:job-42) Start completed for VM
> > VM[User|c18ddf7c-fc61-40b0-af75-fdef05f8eae6]
> > 2013-04-07 00:31:43,773 DEBUG [network.security.SecurityGroupManagerImpl]
> > (SecGrp-Worker-3:null) SecurityGroupManager v2: sending ruleset update
> for
> > vm i-2-12-VM:ingress num rules=0:egress num rules=0 num cidrs=0
> > sig=d41d8cd98f00b204e9800998ecf8427e
> > 2013-04-07 00:31:43,777 DEBUG [cloud.async.AsyncJobManagerImpl]
> > (Job-Executor-35:job-42) Complete async job-42, jobStatus: 1, resultCode:
> > 0, result: org.apache.cloudstack.api.response.UserVmResponse@d9c5b6f
> > 2013-04-07 00:31:43,782 DEBUG [cloud.async.AsyncJobManagerImpl]
> > (Job-Executor-35:job-42) Done executing
> > org.apache.cloudstack.api.command.user.vm.DeployVMCmd for job-42
> > 2013-04-07 00:31:43,796 DEBUG [agent.transport.Request]
> > (SecGrp-Worker-3:null) Seq 5-614334812: Sending  { Cmd , MgmtId: 1, via:
> 5,
> > Ver: v1, Flags: 100111,
> >
> [{"SecurityGroupRulesCmd":{"guestIp":"192.168.56.195","vmName":"i-2-12-VM","guestMac":"06:c8:0e:00:00:75","signature":"d41d8cd98f00b204e9800998ecf8427e","seqNum":1,"vmId":12,"msId":1,"ingressRuleSet":[],"egressRuleSet":[],"wait":0}}]
> > }
> > 2013-04-07 00:31:43,796 DEBUG [agent.transport.Request]
> > (SecGrp-Worker-3:null) Seq 5-614334812: Executing:  { Cmd , MgmtId: 1,
> via:
> > 5, Ver: v1, Flags: 100111,
> >
> [{"SecurityGroupRulesCmd":{"guestIp":"192.168.56.195","vmName":"i-2-12-VM","guestMac":"06:c8:0e:00:00:75","signature":"d41d8cd98f00b204e9800998ecf8427e","seqNum":1,"vmId":12,"msId":1,"ingressRuleSet":[],"egressRuleSet":[],"wait":0}}]
> > }
> > 2013-04-07 00:31:43,796 DEBUG [agent.manager.DirectAgentAttache]
> > (DirectAgent-77:null) Seq 5-614334812: Executing request
> > 2013-04-07 00:31:44,109 DEBUG [cloud.api.ApiServlet]
> > (1161145101@qtp-1008805148-33:null) ===START===  127.0.0.1 -- GET
> >
>  command=queryAsyncJobResult&jobId=f75d8ce8-1193-43bf-b171-f43d2534e6bc&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316304106
> > 2013-04-07 00:31:44,122 DEBUG [cloud.async.AsyncJobManagerImpl]
> > (1161145101@qtp-1008805148-33:null) Async job-42 completed
> > 2013-04-07 00:31:44,131 DEBUG [cloud.api.ApiServlet]
> > (1161145101@qtp-1008805148-33:null) ===END===  127.0.0.1 -- GET
> >
>  command=queryAsyncJobResult&jobId=f75d8ce8-1193-43bf-b171-f43d2534e6bc&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316304106
> > 2013-04-07 00:31:44,351 INFO  [xen.resource.CitrixResourceBase]
> > (DirectAgent-77:null) Programmed network rules for vm i-2-12-VM
> > guestIp=192.168.56.195, ingress numrules=0, egress numrules=0
> > 2013-04-07 00:31:44,351 DEBUG [agent.manager.DirectAgentAttache]
> > (DirectAgent-77:null) Seq 5-614334812: Response Received:
> > 2013-04-07 00:31:44,352 DEBUG [agent.transport.Request]
> > (DirectAgent-77:null) Seq 5-614334812: Processing:  { Ans: , MgmtId: 1,
> > via: 5, Ver: v1, Flags: 110,
> >
> [{"SecurityGroupRuleAnswer":{"logSequenceNumber":1,"vmId":12,"reason":"NONE","result":true,"wait":0}}]
> > }
> > 2013-04-07 00:31:44,353 DEBUG [network.security.SecurityGroupListener]
> > (DirectAgent-77:null) Successfully programmed rule
> > com.cloud.agent.api.SecurityGroupRuleAnswer into host 5
> > 2013-04-07 00:31:44,357 DEBUG [network.security.SecurityGroupListener]
> > (DirectAgent-77:null) Successfully programmed rule
> > com.cloud.agent.api.SecurityGroupRuleAnswer into host 5
> > 2013-04-07 00:31:44,359 DEBUG [agent.manager.AgentAttache]
> > (DirectAgent-77:null) Seq 5-614334812: No more commands found
> > 2013-04-07 00:31:47,679 DEBUG [agent.manager.AgentManagerImpl]
> > (AgentManager-Handler-10:null) Ping from 3
> > 2013-04-07 00:31:50,451 DEBUG
> > [storage.secondary.SecondaryStorageManagerImpl] (secstorage-1:null) Zone
> 1
> > is ready to launch secondary storage VM
> > 2013-04-07 00:31:50,553 DEBUG
> [cloud.consoleproxy.ConsoleProxyManagerImpl]
> > (consoleproxy-1:null) Zone 1 is ready to launch console proxy
> > 2013-04-07 00:31:50,819 DEBUG
> > [network.router.VirtualNetworkApplianceManagerImpl]
> > (RouterStatusMonitor-1:null) Found 0 routers to update status.
> > 2013-04-07 00:31:50,820 DEBUG
> > [network.router.VirtualNetworkApplianceManagerImpl]
> > (RouterStatusMonitor-1:null) Found 0 networks to update RvR status.
> > 2013-04-07 00:31:50,851 DEBUG
> > [network.router.VirtualNetworkApplianceManagerImpl]
> > (RouterStatusMonitor-1:null) Found 0 routers to update status.
> > 2013-04-07 00:31:50,852 DEBUG
> > [network.router.VirtualNetworkApplianceManagerImpl]
> > (RouterStatusMonitor-1:null) Found 0 networks to update RvR status.
> > 2013-04-07 00:31:51,459 INFO  [agent.manager.AgentMonitor]
> > (Thread-11:null) Found the following agents behind on ping: [6, 5]
> > 2013-04-07 00:31:51,460 DEBUG [cloud.host.Status] (Thread-11:null) Ping
> > timeout for host 6, do invstigation
> > 2013-04-07 00:31:51,461 DEBUG [cloud.host.Status] (Thread-11:null) Ping
> > timeout for host 5, do invstigation
> > 2013-04-07 00:31:51,462 INFO  [agent.manager.AgentManagerImpl]
> > (AgentTaskPool-2:null) Investigating why host 6 has disconnected with
> event
> > PingTimeout
> > 2013-04-07 00:31:51,462 DEBUG [agent.manager.AgentManagerImpl]
> > (AgentTaskPool-2:null) checking if agent (6) is alive
> > 2013-04-07 00:31:51,463 INFO  [agent.manager.AgentManagerImpl]
> > (AgentTaskPool-14:null) Investigating why host 5 has disconnected with
> > event PingTimeout
> > 2013-04-07 00:31:51,463 DEBUG [agent.manager.AgentManagerImpl]
> > (AgentTaskPool-14:null) checking if agent (5) is alive
> > 2013-04-07 00:31:51,465 DEBUG [agent.transport.Request]
> > (AgentTaskPool-2:null) Seq 6-324993304: Sending  { Cmd , MgmtId: 1, via:
> 6,
> > Ver: v1, Flags: 100011, [{"CheckHealthCommand":{"wait":50}}] }
> > 2013-04-07 00:31:51,465 DEBUG [agent.transport.Request]
> > (AgentTaskPool-2:null) Seq 6-324993304: Executing:  { Cmd , MgmtId: 1,
> via:
> > 6, Ver: v1, Flags: 100011, [{"CheckHealthCommand":{"wait":50}}] }
> > 2013-04-07 00:31:51,465 DEBUG [agent.manager.DirectAgentAttache]
> > (DirectAgent-151:null) Seq 6-324993304: Executing request
> > 2013-04-07 00:31:51,466 DEBUG [agent.transport.Request]
> > (AgentTaskPool-14:null) Seq 5-614334813: Sending  { Cmd , MgmtId: 1, via:
> > 5, Ver: v1, Flags: 100011, [{"CheckHealthCommand":{"wait":50}}] }
> > 2013-04-07 00:31:51,467 DEBUG [agent.transport.Request]
> > (AgentTaskPool-14:null) Seq 5-614334813: Executing:  { Cmd , MgmtId: 1,
> > via: 5, Ver: v1, Flags: 100011, [{"CheckHealthCommand":{"wait":50}}] }
> > 2013-04-07 00:31:51,467 DEBUG [agent.manager.DirectAgentAttache]
> > (DirectAgent-113:null) Seq 5-614334813: Executing request
> > 2013-04-07 00:31:51,525 DEBUG [agent.manager.DirectAgentAttache]
> > (DirectAgent-151:null) Seq 6-324993304: Response Received:
> > 2013-04-07 00:31:51,525 DEBUG [agent.transport.Request]
> > (DirectAgent-151:null) Seq 6-324993304: Processing:  { Ans: , MgmtId: 1,
> > via: 6, Ver: v1, Flags: 10,
> > [{"CheckHealthAnswer":{"result":true,"details":"resource is
> > alive","wait":0}}] }
> > 2013-04-07 00:31:51,526 DEBUG [agent.transport.Request]
> > (AgentTaskPool-2:null) Seq 6-324993304: Received:  { Ans: , MgmtId: 1,
> via:
> > 6, Ver: v1, Flags: 10, { CheckHealthAnswer } }
> > 2013-04-07 00:31:51,526 DEBUG [agent.manager.AgentManagerImpl]
> > (AgentTaskPool-2:null) Details from executing class
> > com.cloud.agent.api.CheckHealthCommand: resource is alive
> > 2013-04-07 00:31:51,526 DEBUG [agent.manager.AgentManagerImpl]
> > (AgentTaskPool-2:null) agent (6) responded to checkHeathCommand,
> reporting
> > that agent is Up
> > 2013-04-07 00:31:51,526 INFO  [agent.manager.AgentManagerImpl]
> > (AgentTaskPool-2:null) The state determined is Up
> > 2013-04-07 00:31:51,526 INFO  [agent.manager.AgentManagerImpl]
> > (AgentTaskPool-2:null) Agent is determined to be up and running
> > 2013-04-07 00:31:51,526 DEBUG [cloud.host.Status] (AgentTaskPool-2:null)
> > Transition:[Resource state = Enabled, Agent event = Ping, Host id = 6,
> name
> > = Tut-XenServer]
> > 2013-04-07 00:31:51,529 DEBUG [agent.manager.DirectAgentAttache]
> > (DirectAgent-113:null) Seq 5-614334813: Response Received:
> > 2013-04-07 00:31:51,529 DEBUG [agent.transport.Request]
> > (DirectAgent-113:null) Seq 5-614334813: Processing:  { Ans: , MgmtId: 1,
> > via: 5, Ver: v1, Flags: 10,
> > [{"CheckHealthAnswer":{"result":true,"details":"resource is
> > alive","wait":0}}] }
> > 2013-04-07 00:31:51,529 DEBUG [agent.transport.Request]
> > (AgentTaskPool-14:null) Seq 5-614334813: Received:  { Ans: , MgmtId: 1,
> > via: 5, Ver: v1, Flags: 10, { CheckHealthAnswer } }
> > 2013-04-07 00:31:51,529 DEBUG [agent.manager.AgentManagerImpl]
> > (AgentTaskPool-14:null) Details from executing class
> > com.cloud.agent.api.CheckHealthCommand: resource is alive
> > 2013-04-07 00:31:51,529 DEBUG [agent.manager.AgentManagerImpl]
> > (AgentTaskPool-14:null) agent (5) responded to checkHeathCommand,
> reporting
> > that agent is Up
> > 2013-04-07 00:31:51,529 INFO  [agent.manager.AgentManagerImpl]
> > (AgentTaskPool-14:null) The state determined is Up
> > 2013-04-07 00:31:51,529 INFO  [agent.manager.AgentManagerImpl]
> > (AgentTaskPool-14:null) Agent is determined to be up and running
> > 2013-04-07 00:31:51,530 DEBUG [cloud.host.Status] (AgentTaskPool-2:null)
> > Agent status update: [id = 6; name = Tut-XenServer; old status = Up;
> event
> > = Ping; new status = Up; old update count = 308; new update count = 309]
> > 2013-04-07 00:31:51,530 DEBUG [cloud.host.Status] (AgentTaskPool-14:null)
> > Transition:[Resource state = Enabled, Agent event = Ping, Host id = 5,
> name
> > = Tut-XenServer2]
> > 2013-04-07 00:31:51,533 DEBUG [cloud.host.Status] (AgentTaskPool-14:null)
> > Agent status update: [id = 5; name = Tut-XenServer2; old status = Up;
> event
> > = Ping; new status = Up; old update count = 145; new update count = 146]
> > 2013-04-07 00:31:58,908 DEBUG [cloud.api.ApiServlet]
> > (1161145101@qtp-1008805148-33:null) ===START===  127.0.0.1 -- GET
> >
>  command=listVirtualMachines&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&listAll=true&page=1&pagesize=20&_=1365316318906
> > 2013-04-07 00:31:58,925 DEBUG [cloud.api.ApiServlet]
> > (1161145101@qtp-1008805148-33:null) ===END===  127.0.0.1 -- GET
> >
>  command=listVirtualMachines&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&listAll=true&page=1&pagesize=20&_=1365316318906
> > 2013-04-07 00:32:00,065 DEBUG [cloud.api.ApiServlet]
> > (1161145101@qtp-1008805148-33:null) ===START===  127.0.0.1 -- GET
> >
>  command=listVolumes&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&listAll=true&page=1&pagesize=20&_=1365316320063
> > 2013-04-07 00:32:00,079 DEBUG [cloud.api.ApiServlet]
> > (1161145101@qtp-1008805148-33:null) ===END===  127.0.0.1 -- GET
> >
>  command=listVolumes&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&listAll=true&page=1&pagesize=20&_=1365316320063
> > 2013-04-07 00:32:02,019 DEBUG [cloud.api.ApiServlet]
> > (1161145101@qtp-1008805148-33:null) ===START===  127.0.0.1 -- GET
> >
>  command=listVirtualMachines&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&listAll=true&page=1&pagesize=20&_=1365316322017
> > 2013-04-07 00:32:02,034 DEBUG [cloud.api.ApiServlet]
> > (1161145101@qtp-1008805148-33:null) ===END===  127.0.0.1 -- GET
> >
>  command=listVirtualMachines&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&listAll=true&page=1&pagesize=20&_=1365316322017
> > 2013-04-07 00:32:03,004 DEBUG [cloud.api.ApiServlet]
> > (1161145101@qtp-1008805148-33:null) ===START===  127.0.0.1 -- GET
> >
>  command=listVolumes&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&listAll=true&page=1&pagesize=20&_=1365316323002
> > 2013-04-07 00:32:03,019 DEBUG [cloud.api.ApiServlet]
> > (1161145101@qtp-1008805148-33:null) ===END===  127.0.0.1 -- GET
> >
>  command=listVolumes&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&listAll=true&page=1&pagesize=20&_=1365316323002
> > 2013-04-07 00:32:04,060 DEBUG [cloud.api.ApiServlet]
> > (1161145101@qtp-1008805148-33:null) ===START===  127.0.0.1 -- GET
> >
>  command=listVirtualMachines&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&listAll=true&page=1&pagesize=20&_=1365316324057
> > 2013-04-07 00:32:04,076 DEBUG [cloud.api.ApiServlet]
> > (1161145101@qtp-1008805148-33:null) ===END===  127.0.0.1 -- GET
> >
>  command=listVirtualMachines&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&listAll=true&page=1&pagesize=20&_=1365316324057
> > 2013-04-07 00:32:04,815 DEBUG [agent.manager.DirectAgentAttache]
> > (DirectAgent-240:null) Ping from 6
> > 2013-04-07 00:32:06,151 DEBUG [agent.manager.DirectAgentAttache]
> > (DirectAgent-401:null) Ping from 5
> > 2013-04-07 00:32:06,571 DEBUG [cloud.api.ApiServlet]
> > (1161145101@qtp-1008805148-33:null) ===START===  127.0.0.1 -- GET
> >
>  command=listZones&available=true&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316326569
> > 2013-04-07 00:32:06,578 DEBUG [cloud.api.ApiServlet]
> > (1161145101@qtp-1008805148-33:null) ===END===  127.0.0.1 -- GET
> >
>  command=listZones&available=true&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316326569
> > 2013-04-07 00:32:06,909 DEBUG [agent.manager.DirectAgentAttache]
> > (DirectAgent-334:null) Seq 6-324993028: Executing request
> > 2013-04-07 00:32:07,152 DEBUG [agent.manager.DirectAgentAttache]
> > (DirectAgent-334:null) Seq 6-324993028: Response Received:
> > 2013-04-07 00:32:07,152 DEBUG [agent.transport.Request]
> > (DirectAgent-334:null) Seq 6-324993028: Processing:  { Ans: , MgmtId: 1,
> > via: 6, Ver: v1, Flags: 10,
> >
> [{"ClusterSyncAnswer":{"_clusterId":2,"_newStates":{},"_isExecuted":false,"result":true,"wait":0}}]
> > }
> > 2013-04-07 00:32:08,422 DEBUG [cloud.api.ApiServlet]
> > (1161145101@qtp-1008805148-33:null) ===START===  127.0.0.1 -- GET
> >
>  command=listHypervisors&zoneid=3a62dec3-cf95-4ba2-9af0-af2190af35e3&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316328420
> > 2013-04-07 00:32:08,431 DEBUG [cloud.api.ApiServlet]
> > (1161145101@qtp-1008805148-33:null) ===END===  127.0.0.1 -- GET
> >
>  command=listHypervisors&zoneid=3a62dec3-cf95-4ba2-9af0-af2190af35e3&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316328420
> > 2013-04-07 00:32:08,434 DEBUG [cloud.api.ApiServlet]
> > (1161145101@qtp-1008805148-33:null) ===START===  127.0.0.1 -- GET
> >
>  command=listTemplates&templatefilter=featured&zoneid=3a62dec3-cf95-4ba2-9af0-af2190af35e3&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316328432
> > 2013-04-07 00:32:08,461 DEBUG [cloud.api.ApiServlet]
> > (1161145101@qtp-1008805148-33:null) ===END===  127.0.0.1 -- GET
> >
>  command=listTemplates&templatefilter=featured&zoneid=3a62dec3-cf95-4ba2-9af0-af2190af35e3&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316328432
> > 2013-04-07 00:32:08,464 DEBUG [cloud.api.ApiServlet]
> > (1161145101@qtp-1008805148-33:null) ===START===  127.0.0.1 -- GET
> >
>  command=listTemplates&templatefilter=community&zoneid=3a62dec3-cf95-4ba2-9af0-af2190af35e3&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316328462
> > 2013-04-07 00:32:08,492 DEBUG [cloud.api.ApiServlet]
> > (1161145101@qtp-1008805148-33:null) ===END===  127.0.0.1 -- GET
> >
>  command=listTemplates&templatefilter=community&zoneid=3a62dec3-cf95-4ba2-9af0-af2190af35e3&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316328462
> > 2013-04-07 00:32:08,495 DEBUG [cloud.api.ApiServlet]
> > (1161145101@qtp-1008805148-33:null) ===START===  127.0.0.1 -- GET
> >
>  command=listTemplates&templatefilter=selfexecutable&zoneid=3a62dec3-cf95-4ba2-9af0-af2190af35e3&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316328493
> > 2013-04-07 00:32:08,508 DEBUG [cloud.api.ApiServlet]
> > (1161145101@qtp-1008805148-33:null) ===END===  127.0.0.1 -- GET
> >
>  command=listTemplates&templatefilter=selfexecutable&zoneid=3a62dec3-cf95-4ba2-9af0-af2190af35e3&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316328493
> > 2013-04-07 00:32:09,476 DEBUG [cloud.api.ApiServlet]
> > (1161145101@qtp-1008805148-33:null) ===START===  127.0.0.1 -- GET
> >
>  command=listServiceOfferings&issystem=false&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316329474
> > 2013-04-07 00:32:09,489 DEBUG [cloud.api.ApiServlet]
> > (1161145101@qtp-1008805148-33:null) ===END===  127.0.0.1 -- GET
> >
>  command=listServiceOfferings&issystem=false&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316329474
> > 2013-04-07 00:32:11,022 DEBUG [agent.manager.DirectAgentAttache]
> > (DirectAgent-161:null) Seq 5-614334468: Executing request
> > 2013-04-07 00:32:11,174 DEBUG [agent.manager.DirectAgentAttache]
> > (DirectAgent-161:null) Seq 5-614334468: Response Received:
> > 2013-04-07 00:32:11,174 DEBUG [agent.transport.Request]
> > (DirectAgent-161:null) Seq 5-614334468: Processing:  { Ans: , MgmtId: 1,
> > via: 5, Ver: v1, Flags: 10, [{"Answer":{"result":true,"wait":0}}] }
> > 2013-04-07 00:32:13,261 DEBUG [cloud.api.ApiServlet]
> > (1161145101@qtp-1008805148-33:null) ===START===  127.0.0.1 -- GET
> >
>  command=listDiskOfferings&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316333259
> > 2013-04-07 00:32:13,272 DEBUG [cloud.api.ApiServlet]
> > (1161145101@qtp-1008805148-33:null) ===END===  127.0.0.1 -- GET
> >
>  command=listDiskOfferings&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316333259
> > 2013-04-07 00:32:14,028 DEBUG [cloud.api.ApiServlet]
> > (1161145101@qtp-1008805148-33:null) ===START===  127.0.0.1 -- GET
> >
>  command=listNetworks&trafficType=Guest&zoneId=3a62dec3-cf95-4ba2-9af0-af2190af35e3&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316334026
> > 2013-04-07 00:32:14,053 DEBUG [cloud.api.ApiServlet]
> > (1161145101@qtp-1008805148-33:null) ===END===  127.0.0.1 -- GET
> >
>  command=listNetworks&trafficType=Guest&zoneId=3a62dec3-cf95-4ba2-9af0-af2190af35e3&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316334026
> > 2013-04-07 00:32:14,056 DEBUG [cloud.api.ApiServlet]
> > (1161145101@qtp-1008805148-33:null) ===START===  127.0.0.1 -- GET
> >
>  command=listSecurityGroups&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&domainid=e4ec5ddc-9e1c-11e2-a770-6e70e42a2333&account=admin&_=1365316334054
> > 2013-04-07 00:32:14,062 DEBUG [cloud.user.AccountManagerImpl]
> > (1161145101@qtp-1008805148-33:null) Access granted to Acct[2-admin] to
> > Domain:1/ by DomainChecker
> > 2013-04-07 00:32:14,068 DEBUG [cloud.api.ApiServlet]
> > (1161145101@qtp-1008805148-33:null) ===END===  127.0.0.1 -- GET
> >
>  command=listSecurityGroups&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&domainid=e4ec5ddc-9e1c-11e2-a770-6e70e42a2333&account=admin&_=1365316334054
> > 2013-04-07 00:32:15,282 DEBUG [cloud.api.ApiServlet]
> > (1161145101@qtp-1008805148-33:null) ===START===  127.0.0.1 -- GET
> >
>  command=deployVirtualMachine&zoneId=3a62dec3-cf95-4ba2-9af0-af2190af35e3&templateId=e4a7df4a-9e1c-11e2-a770-6e70e42a2333&hypervisor=XenServer&serviceOfferingId=425cf3cf-4bc4-4e53-82a0-ba6c20dd3688&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316335280
> > 2013-04-07 00:32:15,290 DEBUG [cloud.api.ApiDispatcher]
> > (1161145101@qtp-1008805148-33:null) InfrastructureEntity name
> > is:com.cloud.offering.ServiceOffering
> > 2013-04-07 00:32:15,292 DEBUG [cloud.api.ApiDispatcher]
> > (1161145101@qtp-1008805148-33:null) ControlledEntity name
> > is:com.cloud.template.VirtualMachineTemplate
> > 2013-04-07 00:32:15,316 DEBUG [cloud.vm.UserVmManagerImpl]
> > (1161145101@qtp-1008805148-33:null) Allocating in the DB for vm
> > 2013-04-07 00:32:15,327 DEBUG [cloud.vm.VirtualMachineManagerImpl]
> > (1161145101@qtp-1008805148-33:null) Allocating entries for VM:
> > VM[User|94ddc16f-04fc-4da1-8326-01d8d5cdeb44]
> > 2013-04-07 00:32:15,327 DEBUG [cloud.vm.VirtualMachineManagerImpl]
> > (1161145101@qtp-1008805148-33:null) Allocating nics for
> > VM[User|94ddc16f-04fc-4da1-8326-01d8d5cdeb44]
> > 2013-04-07 00:32:15,328 DEBUG [cloud.network.NetworkManagerImpl]
> > (1161145101@qtp-1008805148-33:null) Allocating nic for vm
> > VM[User|94ddc16f-04fc-4da1-8326-01d8d5cdeb44] in network
> Ntwk[204|Guest|6]
> > with requested profile NicProfile[0-0-null-null-null
> > 2013-04-07 00:32:15,335 DEBUG [cloud.vm.VirtualMachineManagerImpl]
> > (1161145101@qtp-1008805148-33:null) Allocaing disks for
> > VM[User|94ddc16f-04fc-4da1-8326-01d8d5cdeb44]
> > 2013-04-07 00:32:15,342 DEBUG [cloud.vm.VirtualMachineManagerImpl]
> > (1161145101@qtp-1008805148-33:null) Allocation completed for VM:
> > VM[User|94ddc16f-04fc-4da1-8326-01d8d5cdeb44]
> > 2013-04-07 00:32:15,342 DEBUG [cloud.vm.UserVmManagerImpl]
> > (1161145101@qtp-1008805148-33:null) Successfully allocated DB entry for
> > VM[User|94ddc16f-04fc-4da1-8326-01d8d5cdeb44]
> > 2013-04-07 00:32:15,374 DEBUG [cloud.async.AsyncJobManagerImpl]
> > (1161145101@qtp-1008805148-33:null) submit async job-43, details:
> > AsyncJobVO {id:43, userId: 2, accountId: 2, sessionKey: null,
> instanceType:
> > null, instanceId: 13, cmd:
> > org.apache.cloudstack.api.command.user.vm.DeployVMCmd, cmdOriginator:
> null,
> > cmdInfo:
> >
> {"id":"13","templateId":"e4a7df4a-9e1c-11e2-a770-6e70e42a2333","response":"json","sessionkey":"Z6QqzU0Fq1iT13bMgnRRfl8GoVA\u003d","ctxUserId":"2","hypervisor":"XenServer","serviceOfferingId":"425cf3cf-4bc4-4e53-82a0-ba6c20dd3688","_":"1365316335280","ctxAccountId":"2","ctxStartEventId":"48","zoneId":"3a62dec3-cf95-4ba2-9af0-af2190af35e3"},
> > cmdVersion: 0, callbackType: 0, callbackAddress: null, status: 0,
> > processStatus: 0, resultCode: 0, result: null, initMsid: 1, completeMsid:
> > null, lastUpdated: null, lastPolled: null, created: null}
> > 2013-04-07 00:32:15,375 DEBUG [cloud.async.AsyncJobManagerImpl]
> > (Job-Executor-36:job-43) Executing
> > org.apache.cloudstack.api.command.user.vm.DeployVMCmd for job-43
> > 2013-04-07 00:32:15,376 DEBUG [cloud.api.ApiServlet]
> > (1161145101@qtp-1008805148-33:null) ===END===  127.0.0.1 -- GET
> >
>  command=deployVirtualMachine&zoneId=3a62dec3-cf95-4ba2-9af0-af2190af35e3&templateId=e4a7df4a-9e1c-11e2-a770-6e70e42a2333&hypervisor=XenServer&serviceOfferingId=425cf3cf-4bc4-4e53-82a0-ba6c20dd3688&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316335280
> > 2013-04-07 00:32:15,380 DEBUG [cloud.api.ApiDispatcher]
> > (Job-Executor-36:job-43) InfrastructureEntity name
> > is:com.cloud.offering.ServiceOffering
> > 2013-04-07 00:32:15,383 DEBUG [cloud.api.ApiDispatcher]
> > (Job-Executor-36:job-43) ControlledEntity name
> > is:com.cloud.template.VirtualMachineTemplate
> > 2013-04-07 00:32:15,425 DEBUG [cloud.deploy.FirstFitPlanner]
> > (Job-Executor-36:job-43) DeploymentPlanner allocation algorithm: random
> > 2013-04-07 00:32:15,425 DEBUG [cloud.deploy.FirstFitPlanner]
> > (Job-Executor-36:job-43) Trying to allocate a host and storage pools from
> > dc:1, pod:null,cluster:null, requested cpu: 100, requested ram:
> 1073741824
> > 2013-04-07 00:32:15,425 DEBUG [cloud.deploy.FirstFitPlanner]
> > (Job-Executor-36:job-43) Is ROOT volume READY (pool already allocated)?:
> No
> > 2013-04-07 00:32:15,425 DEBUG [cloud.deploy.FirstFitPlanner]
> > (Job-Executor-36:job-43) Searching all possible resources under this
> Zone: 1
> > 2013-04-07 00:32:15,427 DEBUG [cloud.deploy.FirstFitPlanner]
> > (Job-Executor-36:job-43) Listing clusters in order of aggregate capacity,
> > that have (atleast one host with) enough CPU and RAM capacity under this
> > Zone: 1
> > 2013-04-07 00:32:15,428 DEBUG [cloud.deploy.FirstFitPlanner]
> > (Job-Executor-36:job-43) CPUOverprovisioningFactor considered: 1.0
> > 2013-04-07 00:32:15,442 DEBUG [cloud.deploy.FirstFitPlanner]
> > (Job-Executor-36:job-43) Cannot allocate cluster list [1] for vm creation
> > since their allocated percentage crosses the disable capacity threshold:
> > 0.85 for capacity Type : 0, skipping these clusters
> > 2013-04-07 00:32:15,444 DEBUG [cloud.deploy.FirstFitPlanner]
> > (Job-Executor-36:job-43) Checking resources in Cluster: 2 under Pod: 1
> > 2013-04-07 00:32:15,444 DEBUG [allocator.impl.RandomAllocator]
> > (Job-Executor-36:job-43) Looking for hosts in dc: 1  pod:1  cluster:2
> > 2013-04-07 00:32:15,447 DEBUG [allocator.impl.RandomAllocator]
> > (Job-Executor-36:job-43) Random Allocator found 2  hosts
> > 2013-04-07 00:32:15,447 DEBUG [allocator.impl.RandomAllocator]
> > (Job-Executor-36:job-43) Random Host Allocator returning 2 suitable hosts
> > 2013-04-07 00:32:15,448 DEBUG [cloud.deploy.FirstFitPlanner]
> > (Job-Executor-36:job-43) Checking suitable pools for volume (Id, Type):
> > (13,ROOT)
> > 2013-04-07 00:32:15,448 DEBUG [cloud.deploy.FirstFitPlanner]
> > (Job-Executor-36:job-43) We need to allocate new storagepool for this
> volume
> > 2013-04-07 00:32:15,451 DEBUG [cloud.deploy.FirstFitPlanner]
> > (Job-Executor-36:job-43) Calling StoragePoolAllocators to find suitable
> > pools
> > 2013-04-07 00:32:15,455 DEBUG
> > [storage.allocator.RandomStoragePoolAllocator] (Job-Executor-36:job-43)
> > Looking for pools in dc: 1  pod:1  cluster:2
> > 2013-04-07 00:32:15,457 DEBUG
> > [storage.allocator.RandomStoragePoolAllocator] (Job-Executor-36:job-43)
> > RandomStoragePoolAllocator has 5 pools to check for allocation
> > 2013-04-07 00:32:15,458 DEBUG
> > [storage.allocator.AbstractStoragePoolAllocator] (Job-Executor-36:job-43)
> > Checking if storage pool is suitable, name: Tut-XenServer2 Local Storage
> > ,poolId: 201
> > 2013-04-07 00:32:15,458 DEBUG
> > [storage.allocator.AbstractStoragePoolAllocator] (Job-Executor-36:job-43)
> > Is localStorageAllocationNeeded? false
> > 2013-04-07 00:32:15,458 DEBUG
> > [storage.allocator.AbstractStoragePoolAllocator] (Job-Executor-36:job-43)
> > Is storage pool shared? false
> > 2013-04-07 00:32:15,458 DEBUG
> > [storage.allocator.AbstractStoragePoolAllocator] (Job-Executor-36:job-43)
> > StoragePool is not of correct type, skipping this pool
> > 2013-04-07 00:32:15,458 DEBUG
> > [storage.allocator.AbstractStoragePoolAllocator] (Job-Executor-36:job-43)
> > Checking if storage pool is suitable, name: iSCSI_SR_3 ,poolId: 257
> > 2013-04-07 00:32:15,458 DEBUG
> > [storage.allocator.AbstractStoragePoolAllocator] (Job-Executor-36:job-43)
> > Is localStorageAllocationNeeded? false
> > 2013-04-07 00:32:15,458 DEBUG
> > [storage.allocator.AbstractStoragePoolAllocator] (Job-Executor-36:job-43)
> > Is storage pool shared? true
> > 2013-04-07 00:32:15,467 DEBUG [cloud.storage.StorageManagerImpl]
> > (Job-Executor-36:job-43) Checking pool: 257 for volume allocation
> > [Vol[13|vm=13|ROOT]], maxSize : 2084569088, totalAllocatedSize :
> 106954752,
> > askingSize : 52428800, allocated disable threshold: 0.85
> > 2013-04-07 00:32:15,467 DEBUG
> > [storage.allocator.AbstractStoragePoolAllocator] (Job-Executor-36:job-43)
> > Checking if storage pool is suitable, name: iSCSI_SR_4 ,poolId: 262
> > 2013-04-07 00:32:15,467 DEBUG
> > [storage.allocator.AbstractStoragePoolAllocator] (Job-Executor-36:job-43)
> > Is localStorageAllocationNeeded? false
> > 2013-04-07 00:32:15,467 DEBUG
> > [storage.allocator.AbstractStoragePoolAllocator] (Job-Executor-36:job-43)
> > Is storage pool shared? true
> > 2013-04-07 00:32:15,479 DEBUG [cloud.storage.StorageManagerImpl]
> > (Job-Executor-36:job-43) Checking pool: 262 for volume allocation
> > [Vol[13|vm=13|ROOT]], maxSize : 2084569088, totalAllocatedSize :
> 54525952,
> > askingSize : 52428800, allocated disable threshold: 0.85
> > 2013-04-07 00:32:15,479 DEBUG
> > [storage.allocator.AbstractStoragePoolAllocator] (Job-Executor-36:job-43)
> > Checking if storage pool is suitable, name: Tut-XenServer Local Storage
> > ,poolId: 202
> > 2013-04-07 00:32:15,479 DEBUG
> > [storage.allocator.AbstractStoragePoolAllocator] (Job-Executor-36:job-43)
> > Is localStorageAllocationNeeded? false
> > 2013-04-07 00:32:15,479 DEBUG
> > [storage.allocator.AbstractStoragePoolAllocator] (Job-Executor-36:job-43)
> > Is storage pool shared? false
> > 2013-04-07 00:32:15,479 DEBUG
> > [storage.allocator.AbstractStoragePoolAllocator] (Job-Executor-36:job-43)
> > StoragePool is not of correct type, skipping this pool
> > 2013-04-07 00:32:15,479 DEBUG
> > [storage.allocator.AbstractStoragePoolAllocator] (Job-Executor-36:job-43)
> > Checking if storage pool is suitable, name: iSCSI_SR_2 ,poolId: 256
> > 2013-04-07 00:32:15,479 DEBUG
> > [storage.allocator.AbstractStoragePoolAllocator] (Job-Executor-36:job-43)
> > Is localStorageAllocationNeeded? false
> > 2013-04-07 00:32:15,479 DEBUG
> > [storage.allocator.AbstractStoragePoolAllocator] (Job-Executor-36:job-43)
> > Is storage pool shared? true
> > 2013-04-07 00:32:15,489 DEBUG [cloud.storage.StorageManagerImpl]
> > (Job-Executor-36:job-43) Checking pool: 256 for volume allocation
> > [Vol[13|vm=13|ROOT]], maxSize : 2084569088, totalAllocatedSize :
> 54525952,
> > askingSize : 52428800, allocated disable threshold: 0.85
> > 2013-04-07 00:32:15,489 DEBUG
> > [storage.allocator.RandomStoragePoolAllocator] (Job-Executor-36:job-43)
> > RandomStoragePoolAllocator returning 3 suitable storage pools
> > 2013-04-07 00:32:15,489 DEBUG [cloud.deploy.FirstFitPlanner]
> > (Job-Executor-36:job-43) Trying to find a potenial host and associated
> > storage pools from the suitable host/pool lists for this VM
> > 2013-04-07 00:32:15,489 DEBUG [cloud.deploy.FirstFitPlanner]
> > (Job-Executor-36:job-43) Checking if host: 6 can access any suitable
> > storage pool for volume: ROOT
> > 2013-04-07 00:32:15,492 DEBUG [cloud.deploy.FirstFitPlanner]
> > (Job-Executor-36:job-43) Host: 6 can access pool: 257
> > 2013-04-07 00:32:15,492 DEBUG [cloud.deploy.FirstFitPlanner]
> > (Job-Executor-36:job-43) Found a potential host id: 6 name: Tut-XenServer
> > and associated storage pools for this VM
> > 2013-04-07 00:32:15,494 DEBUG [cloud.deploy.FirstFitPlanner]
> > (Job-Executor-36:job-43) Returning Deployment Destination:
> >
> Dest[Zone(Id)-Pod(Id)-Cluster(Id)-Host(Id)-Storage(Volume(Id|Type-->Pool(Id))]
> > :
> >
> Dest[Zone(1)-Pod(1)-Cluster(2)-Host(6)-Storage(Volume(13|ROOT-->Pool(257))]
> > 2013-04-07 00:32:15,514 DEBUG [cloud.capacity.CapacityManagerImpl]
> > (Job-Executor-36:job-43) VM state transitted from :Stopped to Starting
> with
> > event: StartRequestedvm's original host id: null new host id: null host
> id
> > before state transition: null
> > 2013-04-07 00:32:15,514 DEBUG [cloud.vm.VirtualMachineManagerImpl]
> > (Job-Executor-36:job-43) Successfully transitioned to start state for
> > VM[User|94ddc16f-04fc-4da1-8326-01d8d5cdeb44] reservation id =
> > a8349669-6ff2-443f-88d3-c5d69100df3a
> > 2013-04-07 00:32:15,518 DEBUG [cloud.vm.VirtualMachineManagerImpl]
> > (Job-Executor-36:job-43) Trying to deploy VM, vm has dcId: 1 and podId:
> null
> > 2013-04-07 00:32:15,518 DEBUG [cloud.vm.VirtualMachineManagerImpl]
> > (Job-Executor-36:job-43) advanceStart: DeploymentPlan is provided, using
> > dcId:1, podId: 1, clusterId: 2, hostId: 6, poolId: 257
> > 2013-04-07 00:32:15,518 DEBUG [cloud.vm.VirtualMachineManagerImpl]
> > (Job-Executor-36:job-43) Deploy avoids pods: null, clusters: null, hosts:
> > null
> > 2013-04-07 00:32:15,521 DEBUG [cloud.deploy.FirstFitPlanner]
> > (Job-Executor-36:job-43) DeploymentPlanner allocation algorithm: random
> > 2013-04-07 00:32:15,521 DEBUG [cloud.deploy.FirstFitPlanner]
> > (Job-Executor-36:job-43) Trying to allocate a host and storage pools from
> > dc:1, pod:1,cluster:2, requested cpu: 100, requested ram: 1073741824
> > 2013-04-07 00:32:15,522 DEBUG [cloud.deploy.FirstFitPlanner]
> > (Job-Executor-36:job-43) Is ROOT volume READY (pool already allocated)?:
> Yes
> > 2013-04-07 00:32:15,522 DEBUG [cloud.deploy.FirstFitPlanner]
> > (Job-Executor-36:job-43) DeploymentPlan has host_id specified, making no
> > checks on this host, looks like admin test: 6
> > 2013-04-07 00:32:15,523 DEBUG [cloud.deploy.FirstFitPlanner]
> > (Job-Executor-36:job-43) Looking for suitable pools for this host under
> > zone: 1, pod: 1, cluster: 2
> > 2013-04-07 00:32:15,525 DEBUG [cloud.deploy.FirstFitPlanner]
> > (Job-Executor-36:job-43) Checking suitable pools for volume (Id, Type):
> > (13,ROOT)
> > 2013-04-07 00:32:15,525 DEBUG [cloud.deploy.FirstFitPlanner]
> > (Job-Executor-36:job-43) Volume has pool already allocated, checking if
> > pool can be reused, poolId: null
> > 2013-04-07 00:32:15,527 DEBUG [cloud.deploy.FirstFitPlanner]
> > (Job-Executor-36:job-43) Planner need not allocate a pool for this volume
> > since its READY
> > 2013-04-07 00:32:15,527 DEBUG [cloud.deploy.FirstFitPlanner]
> > (Job-Executor-36:job-43) Trying to find a potenial host and associated
> > storage pools from the suitable host/pool lists for this VM
> > 2013-04-07 00:32:15,527 DEBUG [cloud.deploy.FirstFitPlanner]
> > (Job-Executor-36:job-43) Checking if host: 6 can access any suitable
> > storage pool for volume: ROOT
> > 2013-04-07 00:32:15,529 DEBUG [cloud.deploy.FirstFitPlanner]
> > (Job-Executor-36:job-43) Host: 6 can access pool: 257
> > 2013-04-07 00:32:15,529 DEBUG [cloud.deploy.FirstFitPlanner]
> > (Job-Executor-36:job-43) Found a potential host id: 6 name: Tut-XenServer
> > and associated storage pools for this VM
> > 2013-04-07 00:32:15,530 DEBUG [cloud.deploy.FirstFitPlanner]
> > (Job-Executor-36:job-43) Returning Deployment Destination:
> >
> Dest[Zone(Id)-Pod(Id)-Cluster(Id)-Host(Id)-Storage(Volume(Id|Type-->Pool(Id))]
> > :
> >
> Dest[Zone(1)-Pod(1)-Cluster(2)-Host(6)-Storage(Volume(13|ROOT-->Pool(257))]
> > 2013-04-07 00:32:15,530 DEBUG [cloud.vm.VirtualMachineManagerImpl]
> > (Job-Executor-36:job-43) Deployment found  -
> > P0=VM[User|94ddc16f-04fc-4da1-8326-01d8d5cdeb44],
> >
> P0=Dest[Zone(Id)-Pod(Id)-Cluster(Id)-Host(Id)-Storage(Volume(Id|Type-->Pool(Id))]
> > :
> >
> Dest[Zone(1)-Pod(1)-Cluster(2)-Host(6)-Storage(Volume(13|ROOT-->Pool(257))]
> > 2013-04-07 00:32:15,535 DEBUG [cloud.capacity.CapacityManagerImpl]
> > (Job-Executor-36:job-43) VM state transitted from :Starting to Starting
> > with event: OperationRetryvm's original host id: null new host id: 6 host
> > id before state transition: null
> > 2013-04-07 00:32:15,551 DEBUG [cloud.capacity.CapacityManagerImpl]
> > (Job-Executor-36:job-43) Hosts's actual total CPU: 2382 and CPU after
> > applying overprovisioning: 2382
> > 2013-04-07 00:32:15,551 DEBUG [cloud.capacity.CapacityManagerImpl]
> > (Job-Executor-36:job-43) We are allocating VM, increasing the used
> capacity
> > of this host:6
> > 2013-04-07 00:32:15,552 DEBUG [cloud.capacity.CapacityManagerImpl]
> > (Job-Executor-36:job-43) Current Used CPU: 100 , Free CPU:2282 ,Requested
> > CPU: 100
> > 2013-04-07 00:32:15,552 DEBUG [cloud.capacity.CapacityManagerImpl]
> > (Job-Executor-36:job-43) Current Used RAM: 104857600 , Free
> RAM:1566837824
> > ,Requested RAM: 1073741824
> > 2013-04-07 00:32:15,552 DEBUG [cloud.capacity.CapacityManagerImpl]
> > (Job-Executor-36:job-43) CPU STATS after allocation: for host: 6, old
> used:
> > 100, old reserved: 0, actual total: 2382, total with overprovisioning:
> > 2382; new used:200, reserved:0; requested cpu:100,alloc_from_last:false
> > 2013-04-07 00:32:15,552 DEBUG [cloud.capacity.CapacityManagerImpl]
> > (Job-Executor-36:job-43) RAM STATS after allocation: for host: 6, old
> used:
> > 104857600, old reserved: 0, total: 1671695424; new used: 1178599424,
> > reserved: 0; requested mem: 1073741824,alloc_from_last:false
> > 2013-04-07 00:32:15,555 DEBUG [cloud.vm.VirtualMachineManagerImpl]
> > (Job-Executor-36:job-43) VM is being created in podId: 1
> > 2013-04-07 00:32:15,559 DEBUG [cloud.network.NetworkManagerImpl]
> > (Job-Executor-36:job-43) Lock is acquired for network id 204 as a part of
> > network implement
> > 2013-04-07 00:32:15,559 DEBUG [cloud.network.NetworkManagerImpl]
> > (Job-Executor-36:job-43) Network id=204 is already implemented
> > 2013-04-07 00:32:15,560 DEBUG [cloud.network.NetworkManagerImpl]
> > (Job-Executor-36:job-43) Lock is released for network id 204 as a part of
> > network implement
> > 2013-04-07 00:32:15,592 DEBUG [cloud.network.NetworkManagerImpl]
> > (Job-Executor-36:job-43) Changing active number of nics for network
> id=204
> > on 1
> > 2013-04-07 00:32:15,594 DEBUG [cloud.network.NetworkManagerImpl]
> > (Job-Executor-36:job-43) Asking ElasticLoadBalancerElement to prepare for
> > Nic[19-13-a8349669-6ff2-443f-88d3-c5d69100df3a-192.168.56.146]
> > 2013-04-07 00:32:15,600 DEBUG [cloud.network.NetworkManagerImpl]
> > (Job-Executor-36:job-43) Asking NiciraNvpElement to prepare for
> > Nic[19-13-a8349669-6ff2-443f-88d3-c5d69100df3a-192.168.56.146]
> > 2013-04-07 00:32:15,600 DEBUG [network.element.NiciraNvpElement]
> > (Job-Executor-36:job-43) Checking if NiciraNvpElement can handle service
> > Connectivity on network guestNetworkForBasicZone
> > 2013-04-07 00:32:15,606 DEBUG [cloud.network.NetworkManagerImpl]
> > (Job-Executor-36:job-43) Asking BigSwitchVnsElement to prepare for
> > Nic[19-13-a8349669-6ff2-443f-88d3-c5d69100df3a-192.168.56.146]
> > 2013-04-07 00:32:15,606 DEBUG [network.element.BigSwitchVnsElement]
> > (Job-Executor-36:job-43) Checking if BigSwitchVnsElement can handle
> service
> > Connectivity on network guestNetworkForBasicZone
> > 2013-04-07 00:32:15,612 DEBUG [cloud.network.NetworkManagerImpl]
> > (Job-Executor-36:job-43) Asking Ovs to prepare for
> > Nic[19-13-a8349669-6ff2-443f-88d3-c5d69100df3a-192.168.56.146]
> > 2013-04-07 00:32:15,612 DEBUG [cloud.network.NetworkManagerImpl]
> > (Job-Executor-36:job-43) Asking BareMetalDhcp to prepare for
> > Nic[19-13-a8349669-6ff2-443f-88d3-c5d69100df3a-192.168.56.146]
> > 2013-04-07 00:32:15,617 DEBUG [cloud.network.NetworkManagerImpl]
> > (Job-Executor-36:job-43) Asking BareMetalPxe to prepare for
> > Nic[19-13-a8349669-6ff2-443f-88d3-c5d69100df3a-192.168.56.146]
> > 2013-04-07 00:32:15,623 DEBUG [cloud.network.NetworkManagerImpl]
> > (Job-Executor-36:job-43) Asking BareMetalUserdata to prepare for
> > Nic[19-13-a8349669-6ff2-443f-88d3-c5d69100df3a-192.168.56.146]
> > 2013-04-07 00:32:15,629 DEBUG [cloud.network.NetworkManagerImpl]
> > (Job-Executor-36:job-43) Asking SecurityGroupProvider to prepare for
> > Nic[19-13-a8349669-6ff2-443f-88d3-c5d69100df3a-192.168.56.146]
> > 2013-04-07 00:32:15,637 DEBUG [cloud.network.NetworkManagerImpl]
> > (Job-Executor-36:job-43) Asking VirtualRouter to prepare for
> > Nic[19-13-a8349669-6ff2-443f-88d3-c5d69100df3a-192.168.56.146]
> > 2013-04-07 00:32:15,653 DEBUG
> > [network.router.VirtualNetworkApplianceManagerImpl]
> > (Job-Executor-36:job-43) Lock is acquired for network id 204 as a part of
> > router startup in
> >
> Dest[Zone(Id)-Pod(Id)-Cluster(Id)-Host(Id)-Storage(Volume(Id|Type-->Pool(Id))]
> > :
> >
> Dest[Zone(1)-Pod(1)-Cluster(2)-Host(6)-Storage(Volume(13|ROOT-->Pool(257))]
> > 2013-04-07 00:32:15,657 DEBUG
> > [network.router.VirtualNetworkApplianceManagerImpl]
> > (Job-Executor-36:job-43) Skipping VR deployment: Found a running or
> > starting VR in Pod null id=1
> > 2013-04-07 00:32:15,658 DEBUG
> > [network.router.VirtualNetworkApplianceManagerImpl]
> > (Job-Executor-36:job-43) Lock is released for network id 204 as a part of
> > router startup in
> >
> Dest[Zone(Id)-Pod(Id)-Cluster(Id)-Host(Id)-Storage(Volume(Id|Type-->Pool(Id))]
> > :
> >
> Dest[Zone(1)-Pod(1)-Cluster(2)-Host(6)-Storage(Volume(13|ROOT-->Pool(257))]
> > 2013-04-07 00:32:15,674 DEBUG
> > [network.router.VirtualNetworkApplianceManagerImpl]
> > (Job-Executor-36:job-43) Applying dhcp entry in network Ntwk[204|Guest|6]
> > 2013-04-07 00:32:15,706 DEBUG [agent.transport.Request]
> > (Job-Executor-36:job-43) Seq 6-324993305: Sending  { Cmd , MgmtId: 1,
> via:
> > 6, Ver: v1, Flags: 100111,
> >
> [{"routing.DhcpEntryCommand":{"vmMac":"06:06:fe:00:00:44","vmIpAddress":"192.168.56.146","vmName":"94ddc16f-04fc-4da1-8326-01d8d5cdeb44","defaultRouter":"192.168.56.1","defaultDns":"192.168.56.102","duid":"00:03:00:01:06:06:fe:00:00:44","accessDetails":{"router.guest.ip":"192.168.56.102","zone.network.type":"Basic","
> > router.name":"r-4-VM","router.ip":"169.254.1.168"},"wait":0}}] }
> > 2013-04-07 00:32:15,706 DEBUG [agent.transport.Request]
> > (Job-Executor-36:job-43) Seq 6-324993305: Executing:  { Cmd , MgmtId: 1,
> > via: 6, Ver: v1, Flags: 100111,
> >
> [{"routing.DhcpEntryCommand":{"vmMac":"06:06:fe:00:00:44","vmIpAddress":"192.168.56.146","vmName":"94ddc16f-04fc-4da1-8326-01d8d5cdeb44","defaultRouter":"192.168.56.1","defaultDns":"192.168.56.102","duid":"00:03:00:01:06:06:fe:00:00:44","accessDetails":{"router.guest.ip":"192.168.56.102","zone.network.type":"Basic","
> > router.name":"r-4-VM","router.ip":"169.254.1.168"},"wait":0}}] }
> > 2013-04-07 00:32:15,706 DEBUG [agent.manager.DirectAgentAttache]
> > (DirectAgent-89:null) Seq 6-324993305: Executing request
> > 2013-04-07 00:32:18,273 DEBUG [agent.manager.DirectAgentAttache]
> > (DirectAgent-89:null) Seq 6-324993305: Response Received:
> > 2013-04-07 00:32:18,273 DEBUG [agent.transport.Request]
> > (DirectAgent-89:null) Seq 6-324993305: Processing:  { Ans: , MgmtId: 1,
> > via: 6, Ver: v1, Flags: 110, [{"Answer":{"result":true,"wait":0}}] }
> > 2013-04-07 00:32:18,273 DEBUG [agent.manager.AgentAttache]
> > (DirectAgent-89:null) Seq 6-324993305: No more commands found
> > 2013-04-07 00:32:18,273 DEBUG [agent.transport.Request]
> > (Job-Executor-36:job-43) Seq 6-324993305: Received:  { Ans: , MgmtId: 1,
> > via: 6, Ver: v1, Flags: 110, { Answer } }
> > 2013-04-07 00:32:18,286 DEBUG
> > [network.router.VirtualNetworkApplianceManagerImpl]
> > (Job-Executor-36:job-43) Applying userdata and password entry in network
> > Ntwk[204|Guest|6]
> > 2013-04-07 00:32:18,303 DEBUG [agent.transport.Request]
> > (Job-Executor-36:job-43) Seq 6-324993306: Sending  { Cmd , MgmtId: 1,
> via:
> > 6, Ver: v1, Flags: 100111,
> >
> [{"routing.SavePasswordCommand":{"password":"fnirq_cnffjbeq","vmIpAddress":"192.168.56.146","vmName":"94ddc16f-04fc-4da1-8326-01d8d5cdeb44","accessDetails":{"router.guest.ip":"192.168.56.102","zone.network.type":"Basic","router.ip":"169.254.1.168","
> > router.name
> >
> ":"r-4-VM"},"wait":0}},{"routing.VmDataCommand":{"vmIpAddress":"192.168.56.146","vmName":"94ddc16f-04fc-4da1-8326-01d8d5cdeb44","accessDetails":{"router.guest.ip":"192.168.56.102","zone.network.type":"Basic","router.ip":"169.254.1.168","
> > router.name":"r-4-VM"},"wait":0}}] }
> > 2013-04-07 00:32:18,304 DEBUG [agent.transport.Request]
> > (Job-Executor-36:job-43) Seq 6-324993306: Executing:  { Cmd , MgmtId: 1,
> > via: 6, Ver: v1, Flags: 100111,
> >
> [{"routing.SavePasswordCommand":{"password":"fnirq_cnffjbeq","vmIpAddress":"192.168.56.146","vmName":"94ddc16f-04fc-4da1-8326-01d8d5cdeb44","accessDetails":{"router.guest.ip":"192.168.56.102","zone.network.type":"Basic","router.ip":"169.254.1.168","
> > router.name
> >
> ":"r-4-VM"},"wait":0}},{"routing.VmDataCommand":{"vmIpAddress":"192.168.56.146","vmName":"94ddc16f-04fc-4da1-8326-01d8d5cdeb44","accessDetails":{"router.guest.ip":"192.168.56.102","zone.network.type":"Basic","router.ip":"169.254.1.168","
> > router.name":"r-4-VM"},"wait":0}}] }
> > 2013-04-07 00:32:18,304 DEBUG [agent.manager.DirectAgentAttache]
> > (DirectAgent-20:null) Seq 6-324993306: Executing request
> > 2013-04-07 00:32:18,391 DEBUG [cloud.api.ApiServlet]
> > (1161145101@qtp-1008805148-33:null) ===START===  127.0.0.1 -- GET
> >
>  command=queryAsyncJobResult&jobId=00aeb7f7-459c-477e-a0a1-5d9262bc583a&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316338388
> > 2013-04-07 00:32:18,412 DEBUG [cloud.api.ApiServlet]
> > (1161145101@qtp-1008805148-33:null) ===END===  127.0.0.1 -- GET
> >
>  command=queryAsyncJobResult&jobId=00aeb7f7-459c-477e-a0a1-5d9262bc583a&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316338388
> > 2013-04-07 00:32:20,452 DEBUG
> > [storage.secondary.SecondaryStorageManagerImpl] (secstorage-1:null) Zone
> 1
> > is ready to launch secondary storage VM
> > 2013-04-07 00:32:20,554 DEBUG
> [cloud.consoleproxy.ConsoleProxyManagerImpl]
> > (consoleproxy-1:null) Zone 1 is ready to launch console proxy
> > 2013-04-07 00:32:20,819 DEBUG
> > [network.router.VirtualNetworkApplianceManagerImpl]
> > (RouterStatusMonitor-1:null) Found 0 routers to update status.
> > 2013-04-07 00:32:20,821 DEBUG
> > [network.router.VirtualNetworkApplianceManagerImpl]
> > (RouterStatusMonitor-1:null) Found 0 networks to update RvR status.
> > 2013-04-07 00:32:20,851 DEBUG
> > [network.router.VirtualNetworkApplianceManagerImpl]
> > (RouterStatusMonitor-1:null) Found 0 routers to update status.
> > 2013-04-07 00:32:20,852 DEBUG
> > [network.router.VirtualNetworkApplianceManagerImpl]
> > (RouterStatusMonitor-1:null) Found 0 networks to update RvR status.
> > 2013-04-07 00:32:21,391 DEBUG [cloud.api.ApiServlet]
> > (1161145101@qtp-1008805148-33:null) ===START===  127.0.0.1 -- GET
> >
>  command=queryAsyncJobResult&jobId=00aeb7f7-459c-477e-a0a1-5d9262bc583a&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316341388
> > 2013-04-07 00:32:21,408 DEBUG [cloud.api.ApiServlet]
> > (1161145101@qtp-1008805148-33:null) ===END===  127.0.0.1 -- GET
> >
>  command=queryAsyncJobResult&jobId=00aeb7f7-459c-477e-a0a1-5d9262bc583a&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316341388
> > 2013-04-07 00:32:24,392 DEBUG [cloud.api.ApiServlet]
> > (1161145101@qtp-1008805148-33:null) ===START===  127.0.0.1 -- GET
> >
>  command=queryAsyncJobResult&jobId=00aeb7f7-459c-477e-a0a1-5d9262bc583a&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316344390
> > 2013-04-07 00:32:24,407 DEBUG [cloud.api.ApiServlet]
> > (1161145101@qtp-1008805148-33:null) ===END===  127.0.0.1 -- GET
> >
>  command=queryAsyncJobResult&jobId=00aeb7f7-459c-477e-a0a1-5d9262bc583a&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316344390
> > 2013-04-07 00:32:24,892 DEBUG [agent.manager.AgentManagerImpl]
> > (AgentManager-Handler-11:null) Ping from 4
> > 2013-04-07 00:32:27,183 DEBUG [agent.manager.DirectAgentAttache]
> > (DirectAgent-273:null) Ping from 1
> > 2013-04-07 00:32:27,392 DEBUG [cloud.api.ApiServlet]
> > (1161145101@qtp-1008805148-33:null) ===START===  127.0.0.1 -- GET
> >
>  command=queryAsyncJobResult&jobId=00aeb7f7-459c-477e-a0a1-5d9262bc583a&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316347390
> > 2013-04-07 00:32:27,407 DEBUG [cloud.api.ApiServlet]
> > (1161145101@qtp-1008805148-33:null) ===END===  127.0.0.1 -- GET
> >
>  command=queryAsyncJobResult&jobId=00aeb7f7-459c-477e-a0a1-5d9262bc583a&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316347390
> > 2013-04-07 00:32:29,095 DEBUG [agent.manager.DirectAgentAttache]
> > (DirectAgent-131:null) Seq 1-90046472: Executing request
> > 2013-04-07 00:32:29,345 DEBUG [agent.manager.DirectAgentAttache]
> > (DirectAgent-131:null) Seq 1-90046472: Response Received:
> > 2013-04-07 00:32:29,345 DEBUG [agent.transport.Request]
> > (DirectAgent-131:null) Seq 1-90046472: Processing:  { Ans: , MgmtId: 1,
> > via: 1, Ver: v1, Flags: 10,
> >
> [{"ClusterSyncAnswer":{"_clusterId":1,"_newStates":{},"_isExecuted":false,"result":true,"wait":0}}]
> > }
> > 2013-04-07 00:32:30,393 DEBUG [cloud.api.ApiServlet]
> > (1161145101@qtp-1008805148-33:null) ===START===  127.0.0.1 -- GET
> >
>  command=queryAsyncJobResult&jobId=00aeb7f7-459c-477e-a0a1-5d9262bc583a&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316350391
> > 2013-04-07 00:32:30,408 DEBUG [cloud.api.ApiServlet]
> > (1161145101@qtp-1008805148-33:null) ===END===  127.0.0.1 -- GET
> >
>  command=queryAsyncJobResult&jobId=00aeb7f7-459c-477e-a0a1-5d9262bc583a&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316350391
> > 2013-04-07 00:32:32,146 DEBUG [agent.manager.DirectAgentAttache]
> > (DirectAgent-20:null) Seq 6-324993306: Response Received:
> > 2013-04-07 00:32:32,146 DEBUG [agent.transport.Request]
> > (DirectAgent-20:null) Seq 6-324993306: Processing:  { Ans: , MgmtId: 1,
> > via: 6, Ver: v1, Flags: 110,
> >
> [{"Answer":{"result":true,"wait":0}},{"Answer":{"result":true,"wait":0}}] }
> > 2013-04-07 00:32:32,146 DEBUG [agent.manager.AgentAttache]
> > (DirectAgent-20:null) Seq 6-324993306: No more commands found
> > 2013-04-07 00:32:32,146 DEBUG [agent.transport.Request]
> > (Job-Executor-36:job-43) Seq 6-324993306: Received:  { Ans: , MgmtId: 1,
> > via: 6, Ver: v1, Flags: 110, { Answer, Answer } }
> > 2013-04-07 00:32:32,146 DEBUG [cloud.network.NetworkManagerImpl]
> > (Job-Executor-36:job-43) Asking VpcVirtualRouter to prepare for
> > Nic[19-13-a8349669-6ff2-443f-88d3-c5d69100df3a-192.168.56.146]
> > 2013-04-07 00:32:32,146 WARN  [network.element.VpcVirtualRouterElement]
> > (Job-Executor-36:job-43) Network Ntwk[204|Guest|6] is not associated with
> > any VPC
> > 2013-04-07 00:32:32,151 DEBUG [cloud.network.NetworkManagerImpl]
> > (Job-Executor-36:job-43) Asking NiciraNvp to prepare for
> > Nic[19-13-a8349669-6ff2-443f-88d3-c5d69100df3a-192.168.56.146]
> > 2013-04-07 00:32:32,151 DEBUG [network.element.NiciraNvpElement]
> > (Job-Executor-36:job-43) Checking if NiciraNvpElement can handle service
> > Connectivity on network guestNetworkForBasicZone
> > 2013-04-07 00:32:32,154 DEBUG [cloud.network.NetworkManagerImpl]
> > (Job-Executor-36:job-43) Asking JuniperSRX to prepare for
> > Nic[19-13-a8349669-6ff2-443f-88d3-c5d69100df3a-192.168.56.146]
> > 2013-04-07 00:32:32,157 DEBUG [cloud.network.NetworkManagerImpl]
> > (Job-Executor-36:job-43) Asking Netscaler to prepare for
> > Nic[19-13-a8349669-6ff2-443f-88d3-c5d69100df3a-192.168.56.146]
> > 2013-04-07 00:32:32,160 DEBUG [cloud.network.NetworkManagerImpl]
> > (Job-Executor-36:job-43) Asking F5BigIP to prepare for
> > Nic[19-13-a8349669-6ff2-443f-88d3-c5d69100df3a-192.168.56.146]
> > 2013-04-07 00:32:32,164 DEBUG [cloud.network.NetworkManagerImpl]
> > (Job-Executor-36:job-43) Asking CiscoNexus1000vVSM to prepare for
> > Nic[19-13-a8349669-6ff2-443f-88d3-c5d69100df3a-192.168.56.146]
> > 2013-04-07 00:32:32,168 DEBUG [cloud.storage.StorageManagerImpl]
> > (Job-Executor-36:job-43) Checking if we need to prepare 1 volumes for
> > VM[User|94ddc16f-04fc-4da1-8326-01d8d5cdeb44]
> > 2013-04-07 00:32:32,169 DEBUG [cloud.storage.StorageManagerImpl]
> > (Job-Executor-36:job-43) Creating volume: Vol[13|vm=13|ROOT]
> > 2013-04-07 00:32:32,170 DEBUG [cloud.storage.StorageManagerImpl]
> > (Job-Executor-36:job-43) Trying to create in Pool[257|PreSetup]
> > 2013-04-07 00:32:32,175 DEBUG [cloud.template.TemplateManagerImpl]
> > (Job-Executor-36:job-43) Template 5 has already been downloaded to pool
> 257
> > 2013-04-07 00:32:32,179 DEBUG [agent.transport.Request]
> > (Job-Executor-36:job-43) Seq 6-324993307: Sending  { Cmd , MgmtId: 1,
> via:
> > 6, Ver: v1, Flags: 100111,
> >
> [{"storage.CreateCommand":{"volId":13,"pool":{"id":257,"uuid":"iSCSI_SR_3","host":"192.168.56.9","path":"/iSCSI_SR_3","port":0,"type":"PreSetup"},"diskCharacteristics":{"size":52428800,"tags":["iSCSI_SR_4"],"type":"ROOT","name":"ROOT-13","useLocalStorage":false,"recreatable":true,"diskOfferingId":38,"volumeId":13,"hyperType":"XenServer"},"templateUrl":"a8414926-81d6-4b54-9b4b-feb498489df0","wait":0}}]
> > }
> > 2013-04-07 00:32:32,180 DEBUG [agent.transport.Request]
> > (Job-Executor-36:job-43) Seq 6-324993307: Executing:  { Cmd , MgmtId: 1,
> > via: 6, Ver: v1, Flags: 100111,
> >
> [{"storage.CreateCommand":{"volId":13,"pool":{"id":257,"uuid":"iSCSI_SR_3","host":"192.168.56.9","path":"/iSCSI_SR_3","port":0,"type":"PreSetup"},"diskCharacteristics":{"size":52428800,"tags":["iSCSI_SR_4"],"type":"ROOT","name":"ROOT-13","useLocalStorage":false,"recreatable":true,"diskOfferingId":38,"volumeId":13,"hyperType":"XenServer"},"templateUrl":"a8414926-81d6-4b54-9b4b-feb498489df0","wait":0}}]
> > }
> > 2013-04-07 00:32:32,180 DEBUG [agent.manager.DirectAgentAttache]
> > (DirectAgent-59:null) Seq 6-324993307: Executing request
> > 2013-04-07 00:32:32,265 DEBUG [xen.resource.CitrixResourceBase]
> > (DirectAgent-59:null) SR retrieved for iSCSI_SR_3
> > 2013-04-07 00:32:32,276 DEBUG [xen.resource.CitrixResourceBase]
> > (DirectAgent-59:null) Checking iSCSI_SR_3 or SR
> > fe8ca696-22f5-ba1f-af68-7c3cf5a3cb39 on
> > XS[f7a017da-3064-456a-89cd-28ee9e2d36b3-192.168.56.9]
> > 2013-04-07 00:32:33,395 DEBUG [cloud.api.ApiServlet]
> > (1161145101@qtp-1008805148-33:null) ===START===  127.0.0.1 -- GET
> >
>  command=queryAsyncJobResult&jobId=00aeb7f7-459c-477e-a0a1-5d9262bc583a&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316353392
> > 2013-04-07 00:32:33,419 DEBUG [cloud.api.ApiServlet]
> > (1161145101@qtp-1008805148-33:null) ===END===  127.0.0.1 -- GET
> >
>  command=queryAsyncJobResult&jobId=00aeb7f7-459c-477e-a0a1-5d9262bc583a&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316353392
> > 2013-04-07 00:32:34,687 DEBUG [xen.resource.CitrixResourceBase]
> > (DirectAgent-59:null) Succesfully created VDI for
> > com.cloud.agent.api.storage.CreateCommand.  Uuid =
> > 99154d9c-2665-465d-8c71-e60f1748895b
> > 2013-04-07 00:32:34,687 DEBUG [agent.manager.DirectAgentAttache]
> > (DirectAgent-59:null) Seq 6-324993307: Response Received:
> > 2013-04-07 00:32:34,688 DEBUG [agent.transport.Request]
> > (DirectAgent-59:null) Seq 6-324993307: Processing:  { Ans: , MgmtId: 1,
> > via: 6, Ver: v1, Flags: 110,
> >
> [{"storage.CreateAnswer":{"volume":{"id":13,"name":"ROOT-13","mountPoint":"/iSCSI_SR_3","path":"99154d9c-2665-465d-8c71-e60f1748895b","size":52428800,"type":"ROOT","storagePoolType":"PreSetup","storagePoolUuid":"iSCSI_SR_3","deviceId":0},"requestTemplateReload":false,"result":true,"wait":0}}]
> > }
> > 2013-04-07 00:32:34,688 DEBUG [agent.transport.Request]
> > (Job-Executor-36:job-43) Seq 6-324993307: Received:  { Ans: , MgmtId: 1,
> > via: 6, Ver: v1, Flags: 110, { CreateAnswer } }
> > 2013-04-07 00:32:34,688 DEBUG [agent.manager.AgentAttache]
> > (DirectAgent-59:null) Seq 6-324993307: No more commands found
> > 2013-04-07 00:32:34,690 DEBUG [cloud.storage.StorageManagerImpl]
> > (Job-Executor-36:job-43) Volume Vol[13|vm=13|ROOT] is created on
> > Pool[257|PreSetup]
> > 2013-04-07 00:32:34,701 DEBUG [agent.transport.Request]
> > (Job-Executor-36:job-43) Seq 6-324993308: Sending  { Cmd , MgmtId: 1,
> via:
> > 6, Ver: v1, Flags: 100111,
> >
> [{"StartCommand":{"vm":{"id":13,"name":"i-2-13-VM","bootloader":"PyGrub","type":"User","cpus":1,"speed":100,"minRam":1073741824,"maxRam":1073741824,"arch":"x86_64","os":"CentOS
> > 5.3
> >
> (64-bit)","bootArgs":"","rebootOnCrash":false,"enableHA":false,"limitCpuUse":false,"vncPassword":"2e91fc6d6f16609d","params":{},"uuid":"94ddc16f-04fc-4da1-8326-01d8d5cdeb44","disks":[{"id":13,"name":"ROOT-13","mountPoint":"/iSCSI_SR_3","path":"99154d9c-2665-465d-8c71-e60f1748895b","size":52428800,"type":"ROOT","storagePoolType":"PreSetup","storagePoolUuid":"iSCSI_SR_3","deviceId":0},{"id":13,"name":"tiny
> >
> Linux","size":0,"type":"ISO","storagePoolType":"ISO","deviceId":3}],"nics":[{"deviceId":0,"networkRateMbps":200,"defaultNic":true,"uuid":"59b9a8aa-c867-40b8-95bb-6e40273569c9","ip":"192.168.56.146","netmask":"255.255.255.0","gateway":"192.168.56.1","mac":"06:06:fe:00:00:44","dns1":"8.8.8.8","dns2":"4.4.4.4","broadcastType":"Native","type":"Guest","broadcastUri":"vlan://untagged","isolationUri":"ec2://untagged","isSecurityGroupEnabled":true}]},"hostIp":"192.168.56.9","wait":0}}]
> > }
> > 2013-04-07 00:32:34,702 DEBUG [agent.transport.Request]
> > (Job-Executor-36:job-43) Seq 6-324993308: Executing:  { Cmd , MgmtId: 1,
> > via: 6, Ver: v1, Flags: 100111,
> >
> [{"StartCommand":{"vm":{"id":13,"name":"i-2-13-VM","bootloader":"PyGrub","type":"User","cpus":1,"speed":100,"minRam":1073741824,"maxRam":1073741824,"arch":"x86_64","os":"CentOS
> > 5.3
> >
> (64-bit)","bootArgs":"","rebootOnCrash":false,"enableHA":false,"limitCpuUse":false,"vncPassword":"2e91fc6d6f16609d","params":{},"uuid":"94ddc16f-04fc-4da1-8326-01d8d5cdeb44","disks":[{"id":13,"name":"ROOT-13","mountPoint":"/iSCSI_SR_3","path":"99154d9c-2665-465d-8c71-e60f1748895b","size":52428800,"type":"ROOT","storagePoolType":"PreSetup","storagePoolUuid":"iSCSI_SR_3","deviceId":0},{"id":13,"name":"tiny
> >
> Linux","size":0,"type":"ISO","storagePoolType":"ISO","deviceId":3}],"nics":[{"deviceId":0,"networkRateMbps":200,"defaultNic":true,"uuid":"59b9a8aa-c867-40b8-95bb-6e40273569c9","ip":"192.168.56.146","netmask":"255.255.255.0","gateway":"192.168.56.1","mac":"06:06:fe:00:00:44","dns1":"8.8.8.8","dns2":"4.4.4.4","broadcastType":"Native","type":"Guest","broadcastUri":"vlan://untagged","isolationUri":"ec2://untagged","isSecurityGroupEnabled":true}]},"hostIp":"192.168.56.9","wait":0}}]
> > }
> > 2013-04-07 00:32:34,702 DEBUG [agent.manager.DirectAgentAttache]
> > (DirectAgent-334:null) Seq 6-324993308: Executing request
> > 2013-04-07 00:32:34,787 DEBUG [xen.resource.CitrixResourceBase]
> > (DirectAgent-334:null) 1. The VM i-2-13-VM is in Starting state.
> > 2013-04-07 00:32:34,862 DEBUG [xen.resource.XenServer56FP1Resource]
> > (DirectAgent-334:null) Created VM f21a0243-f342-fd59-98d8-00ed89224305
> for
> > i-2-13-VM
> > 2013-04-07 00:32:34,912 DEBUG [xen.resource.CitrixResourceBase]
> > (DirectAgent-334:null) VBD 6e16b739-13fb-1891-fc66-f786b8db522b created
> for
> > Vol[13|ROOT|99154d9c-2665-465d-8c71-e60f1748895b|52428800]
> > 2013-04-07 00:32:34,937 DEBUG [xen.resource.CitrixResourceBase]
> > (DirectAgent-334:null) VBD f9ad291b-2a8d-4c81-94a5-ef8b8b38be8c created
> for
> > Vol[13|ISO|null|0]
> > 2013-04-07 00:32:34,937 DEBUG [xen.resource.CitrixResourceBase]
> > (DirectAgent-334:null) Creating VIF for i-2-13-VM on nic
> > [Nic:Guest-192.168.56.146-vlan://untagged]
> > 2013-04-07 00:32:34,991 DEBUG [xen.resource.CitrixResourceBase]
> > (DirectAgent-334:null) Created a vif bec5565a-8c80-48a1-3ea4-88971784ce3b
> > on 0
> > 2013-04-07 00:32:36,396 DEBUG [cloud.api.ApiServlet]
> > (1161145101@qtp-1008805148-33:null) ===START===  127.0.0.1 -- GET
> >
>  command=queryAsyncJobResult&jobId=00aeb7f7-459c-477e-a0a1-5d9262bc583a&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316356393
> > 2013-04-07 00:32:36,418 DEBUG [cloud.api.ApiServlet]
> > (1161145101@qtp-1008805148-33:null) ===END===  127.0.0.1 -- GET
> >
>  command=queryAsyncJobResult&jobId=00aeb7f7-459c-477e-a0a1-5d9262bc583a&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316356393
> > 2013-04-07 00:32:39,395 DEBUG [cloud.api.ApiServlet]
> > (1161145101@qtp-1008805148-33:null) ===START===  127.0.0.1 -- GET
> >
>  command=queryAsyncJobResult&jobId=00aeb7f7-459c-477e-a0a1-5d9262bc583a&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316359393
> > 2013-04-07 00:32:39,410 DEBUG [cloud.api.ApiServlet]
> > (1161145101@qtp-1008805148-33:null) ===END===  127.0.0.1 -- GET
> >
>  command=queryAsyncJobResult&jobId=00aeb7f7-459c-477e-a0a1-5d9262bc583a&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316359393
> > 2013-04-07 00:32:41,550 INFO  [xen.resource.CitrixResourceBase]
> > (DirectAgent-334:null) Programmed default network rules for i-2-13-VM on
> > nic with ip:192.168.56.146 mac:06:06:fe:00:00:44
> > 2013-04-07 00:32:41,550 DEBUG [xen.resource.CitrixResourceBase]
> > (DirectAgent-334:null) 2. The VM i-2-13-VM is in Running state.
> > 2013-04-07 00:32:41,550 DEBUG [agent.manager.DirectAgentAttache]
> > (DirectAgent-334:null) Seq 6-324993308: Response Received:
> > 2013-04-07 00:32:41,551 DEBUG [agent.transport.Request]
> > (DirectAgent-334:null) Seq 6-324993308: Processing:  { Ans: , MgmtId: 1,
> > via: 6, Ver: v1, Flags: 110,
> >
> [{"StartAnswer":{"vm":{"id":13,"name":"i-2-13-VM","bootloader":"PyGrub","type":"User","cpus":1,"speed":100,"minRam":1073741824,"maxRam":1073741824,"arch":"x86_64","os":"CentOS
> > 5.3
> >
> (64-bit)","bootArgs":"","rebootOnCrash":false,"enableHA":false,"limitCpuUse":false,"vncPassword":"2e91fc6d6f16609d","params":{},"uuid":"94ddc16f-04fc-4da1-8326-01d8d5cdeb44","disks":[{"id":13,"name":"ROOT-13","mountPoint":"/iSCSI_SR_3","path":"99154d9c-2665-465d-8c71-e60f1748895b","size":52428800,"type":"ROOT","storagePoolType":"PreSetup","storagePoolUuid":"iSCSI_SR_3","deviceId":0},{"id":13,"name":"tiny
> >
> Linux","size":0,"type":"ISO","storagePoolType":"ISO","deviceId":3}],"nics":[{"deviceId":0,"networkRateMbps":200,"defaultNic":true,"uuid":"59b9a8aa-c867-40b8-95bb-6e40273569c9","ip":"192.168.56.146","netmask":"255.255.255.0","gateway":"192.168.56.1","mac":"06:06:fe:00:00:44","dns1":"8.8.8.8","dns2":"4.4.4.4","broadcastType":"Native","type":"Guest","broadcastUri":"vlan://untagged","isolationUri":"ec2://untagged","isSecurityGroupEnabled":true}]},"result":true,"wait":0}}]
> > }
> > 2013-04-07 00:32:41,551 DEBUG [agent.transport.Request]
> > (Job-Executor-36:job-43) Seq 6-324993308: Received:  { Ans: , MgmtId: 1,
> > via: 6, Ver: v1, Flags: 110, { StartAnswer } }
> > 2013-04-07 00:32:41,551 DEBUG [agent.manager.AgentAttache]
> > (DirectAgent-334:null) Seq 6-324993308: No more commands found
> > 2013-04-07 00:32:41,592 DEBUG [network.security.SecurityGroupManagerImpl]
> > (Job-Executor-36:job-43) Security Group Mgr v2: scheduling ruleset
> updates
> > for 1 vms  (unique=1), current queue size=0
> > 2013-04-07 00:32:41,593 DEBUG [network.security.SecurityGroupManagerImpl]
> > (Job-Executor-36:job-43) Security Group Mgr v2: done scheduling ruleset
> > updates for 1 vms: num new jobs=1 num rows insert or updated=1 time
> taken=1
> > 2013-04-07 00:32:41,596 DEBUG [cloud.capacity.CapacityManagerImpl]
> > (Job-Executor-36:job-43) VM state transitted from :Starting to Running
> with
> > event: OperationSucceededvm's original host id: 6 new host id: 6 host id
> > before state transition: 6
> > 2013-04-07 00:32:41,596 DEBUG [cloud.vm.VirtualMachineManagerImpl]
> > (Job-Executor-36:job-43) Start completed for VM
> > VM[User|94ddc16f-04fc-4da1-8326-01d8d5cdeb44]
> > 2013-04-07 00:32:41,601 DEBUG [network.security.SecurityGroupManagerImpl]
> > (SecGrp-Worker-4:null) SecurityGroupManager v2: sending ruleset update
> for
> > vm i-2-13-VM:ingress num rules=0:egress num rules=0 num cidrs=0
> > sig=d41d8cd98f00b204e9800998ecf8427e
> > 2013-04-07 00:32:41,605 DEBUG [agent.transport.Request]
> > (SecGrp-Worker-4:null) Seq 6-324993309: Sending  { Cmd , MgmtId: 1, via:
> 6,
> > Ver: v1, Flags: 100111,
> >
> [{"SecurityGroupRulesCmd":{"guestIp":"192.168.56.146","vmName":"i-2-13-VM","guestMac":"06:06:fe:00:00:44","signature":"d41d8cd98f00b204e9800998ecf8427e","seqNum":1,"vmId":13,"msId":1,"ingressRuleSet":[],"egressRuleSet":[],"wait":0}}]
> > }
> > 2013-04-07 00:32:41,605 DEBUG [cloud.async.AsyncJobManagerImpl]
> > (Job-Executor-36:job-43) Complete async job-43, jobStatus: 1, resultCode:
> > 0, result: org.apache.cloudstack.api.response.UserVmResponse@68779e71
> > 2013-04-07 00:32:41,605 DEBUG [agent.transport.Request]
> > (SecGrp-Worker-4:null) Seq 6-324993309: Executing:  { Cmd , MgmtId: 1,
> via:
> > 6, Ver: v1, Flags: 100111,
> >
> [{"SecurityGroupRulesCmd":{"guestIp":"192.168.56.146","vmName":"i-2-13-VM","guestMac":"06:06:fe:00:00:44","signature":"d41d8cd98f00b204e9800998ecf8427e","seqNum":1,"vmId":13,"msId":1,"ingressRuleSet":[],"egressRuleSet":[],"wait":0}}]
> > }
> > 2013-04-07 00:32:41,606 DEBUG [agent.manager.DirectAgentAttache]
> > (DirectAgent-275:null) Seq 6-324993309: Executing request
> > 2013-04-07 00:32:41,611 DEBUG [cloud.async.AsyncJobManagerImpl]
> > (Job-Executor-36:job-43) Done executing
> > org.apache.cloudstack.api.command.user.vm.DeployVMCmd for job-43
> > 2013-04-07 00:32:41,866 INFO  [xen.resource.CitrixResourceBase]
> > (DirectAgent-275:null) Programmed network rules for vm i-2-13-VM
> > guestIp=192.168.56.146, ingress numrules=0, egress numrules=0
> > 2013-04-07 00:32:41,866 DEBUG [agent.manager.DirectAgentAttache]
> > (DirectAgent-275:null) Seq 6-324993309: Response Received:
> > 2013-04-07 00:32:41,866 DEBUG [agent.transport.Request]
> > (DirectAgent-275:null) Seq 6-324993309: Processing:  { Ans: , MgmtId: 1,
> > via: 6, Ver: v1, Flags: 110,
> >
> [{"SecurityGroupRuleAnswer":{"logSequenceNumber":1,"vmId":13,"reason":"NONE","result":true,"wait":0}}]
> > }
> > 2013-04-07 00:32:41,866 DEBUG [network.security.SecurityGroupListener]
> > (DirectAgent-275:null) Successfully programmed rule
> > com.cloud.agent.api.SecurityGroupRuleAnswer into host 6
> > 2013-04-07 00:32:41,868 DEBUG [network.security.SecurityGroupListener]
> > (DirectAgent-275:null) Successfully programmed rule
> > com.cloud.agent.api.SecurityGroupRuleAnswer into host 6
> > 2013-04-07 00:32:41,869 DEBUG [agent.manager.AgentAttache]
> > (DirectAgent-275:null) Seq 6-324993309: No more commands found
> > 2013-04-07 00:32:42,396 DEBUG [cloud.api.ApiServlet]
> > (1161145101@qtp-1008805148-33:null) ===START===  127.0.0.1 -- GET
> >
>  command=queryAsyncJobResult&jobId=00aeb7f7-459c-477e-a0a1-5d9262bc583a&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316362394
> > 2013-04-07 00:32:42,406 DEBUG [cloud.async.AsyncJobManagerImpl]
> > (1161145101@qtp-1008805148-33:null) Async job-43 completed
> > 2013-04-07 00:32:42,412 DEBUG [cloud.api.ApiServlet]
> > (1161145101@qtp-1008805148-33:null) ===END===  127.0.0.1 -- GET
> >
>  command=queryAsyncJobResult&jobId=00aeb7f7-459c-477e-a0a1-5d9262bc583a&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316362394
> > 2013-04-07 00:32:45,427 DEBUG [cloud.api.ApiServlet]
> > (1161145101@qtp-1008805148-33:null) ===START===  127.0.0.1 -- GET
> >
>  command=listVolumes&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&listAll=true&page=1&pagesize=20&_=1365316365425
> > 2013-04-07 00:32:45,442 DEBUG [cloud.api.ApiServlet]
> > (1161145101@qtp-1008805148-33:null) ===END===  127.0.0.1 -- GET
> >
>  command=listVolumes&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&listAll=true&page=1&pagesize=20&_=1365316365425
> > 2013-04-07 00:32:47,667 DEBUG [cloud.api.ApiServlet]
> > (1161145101@qtp-1008805148-33:null) ===START===  127.0.0.1 -- GET
> >
>  command=listVolumes&id=44d56727-6e5f-438a-8187-42adfac7c906&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316367665
> > 2013-04-07 00:32:47,679 DEBUG [agent.manager.AgentManagerImpl]
> > (AgentManager-Handler-12:null) Ping from 3
> > 2013-04-07 00:32:47,684 DEBUG [cloud.api.ApiServlet]
> > (1161145101@qtp-1008805148-33:null) ===END===  127.0.0.1 -- GET
> >
>  command=listVolumes&id=44d56727-6e5f-438a-8187-42adfac7c906&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316367665
> > 2013-04-07 00:32:47,698 DEBUG [cloud.api.ApiServlet]
> > (1161145101@qtp-1008805148-33:null) ===START===  127.0.0.1 -- GET
> >
>  command=listTags&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&resourceId=44d56727-6e5f-438a-8187-42adfac7c906&resourceType=Volume&listAll=true&_=1365316367696
> > 2013-04-07 00:32:47,708 DEBUG [cloud.api.ApiServlet]
> > (1161145101@qtp-1008805148-33:null) ===END===  127.0.0.1 -- GET
> >
>  command=listTags&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&resourceId=44d56727-6e5f-438a-8187-42adfac7c906&resourceType=Volume&listAll=true&_=1365316367696
> > 2013-04-07 00:32:50,453 DEBUG
> > [storage.secondary.SecondaryStorageManagerImpl] (secstorage-1:null) Zone
> 1
> > is ready to launch secondary storage VM
> > 2013-04-07 00:32:50,556 DEBUG
> [cloud.consoleproxy.ConsoleProxyManagerImpl]
> > (consoleproxy-1:null) Zone 1 is ready to launch console proxy
> > 2013-04-07 00:32:50,815 DEBUG
> > [network.router.VirtualNetworkApplianceManagerImpl]
> (RouterMonitor-1:null)
> > Found 0 running routers.
> > 2013-04-07 00:32:50,820 DEBUG
> > [network.router.VirtualNetworkApplianceManagerImpl]
> > (RouterStatusMonitor-1:null) Found 0 routers to update status.
> > 2013-04-07 00:32:50,821 DEBUG
> > [network.router.VirtualNetworkApplianceManagerImpl]
> > (RouterStatusMonitor-1:null) Found 0 networks to update RvR status.
> > 2013-04-07 00:32:50,851 DEBUG
> > [network.router.VirtualNetworkApplianceManagerImpl]
> (RouterMonitor-1:null)
> > Found 0 running routers.
> > 2013-04-07 00:32:50,851 DEBUG
> > [network.router.VirtualNetworkApplianceManagerImpl]
> > (RouterStatusMonitor-1:null) Found 0 routers to update status.
> > 2013-04-07 00:32:50,852 DEBUG
> > [network.router.VirtualNetworkApplianceManagerImpl]
> > (RouterStatusMonitor-1:null) Found 0 networks to update RvR status.
> > 2013-04-07 00:32:50,908 DEBUG
> > [cloud.network.ExternalLoadBalancerUsageManagerImpl]
> > (ExternalNetworkMonitor-1:null) External devices stats collector is
> > running...
> > 2013-04-07 00:32:50,919 DEBUG [storage.snapshot.SnapshotSchedulerImpl]
> > (SnapshotPollTask:null) Snapshot scheduler.poll is being called at
> > 2013-04-07 06:32:50 GMT
> > 2013-04-07 00:32:50,920 DEBUG [storage.snapshot.SnapshotSchedulerImpl]
> > (SnapshotPollTask:null) Got 0 snapshots to be executed at 2013-04-07
> > 06:32:50 GMT
> > 2013-04-07 00:32:51,462 INFO  [agent.manager.AgentMonitor]
> > (Thread-11:null) Found the following agents behind on ping: [6, 5]
> > 2013-04-07 00:32:51,464 DEBUG [cloud.host.Status] (Thread-11:null) Ping
> > timeout for host 6, do invstigation
> > 2013-04-07 00:32:51,465 DEBUG [cloud.host.Status] (Thread-11:null) Ping
> > timeout for host 5, do invstigation
> > 2013-04-07 00:32:51,465 INFO  [agent.manager.AgentManagerImpl]
> > (AgentTaskPool-15:null) Investigating why host 6 has disconnected with
> > event PingTimeout
> > 2013-04-07 00:32:51,465 DEBUG [agent.manager.AgentManagerImpl]
> > (AgentTaskPool-15:null) checking if agent (6) is alive
> > 2013-04-07 00:32:51,467 INFO  [agent.manager.AgentManagerImpl]
> > (AgentTaskPool-1:null) Investigating why host 5 has disconnected with
> event
> > PingTimeout
> > 2013-04-07 00:32:51,467 DEBUG [agent.manager.AgentManagerImpl]
> > (AgentTaskPool-1:null) checking if agent (5) is alive
> > 2013-04-07 00:32:51,469 DEBUG [agent.transport.Request]
> > (AgentTaskPool-15:null) Seq 6-324993310: Sending  { Cmd , MgmtId: 1, via:
> > 6, Ver: v1, Flags: 100011, [{"CheckHealthCommand":{"wait":50}}] }
> > 2013-04-07 00:32:51,469 DEBUG [agent.transport.Request]
> > (AgentTaskPool-15:null) Seq 6-324993310: Executing:  { Cmd , MgmtId: 1,
> > via: 6, Ver: v1, Flags: 100011, [{"CheckHealthCommand":{"wait":50}}] }
> > 2013-04-07 00:32:51,469 DEBUG [agent.manager.DirectAgentAttache]
> > (DirectAgent-335:null) Seq 6-324993310: Executing request
> > 2013-04-07 00:32:51,473 DEBUG [agent.transport.Request]
> > (AgentTaskPool-1:null) Seq 5-614334814: Sending  { Cmd , MgmtId: 1, via:
> 5,
> > Ver: v1, Flags: 100011, [{"CheckHealthCommand":{"wait":50}}] }
> > 2013-04-07 00:32:51,473 DEBUG [agent.transport.Request]
> > (AgentTaskPool-1:null) Seq 5-614334814: Executing:  { Cmd , MgmtId: 1,
> via:
> > 5, Ver: v1, Flags: 100011, [{"CheckHealthCommand":{"wait":50}}] }
> > 2013-04-07 00:32:51,473 DEBUG [agent.manager.DirectAgentAttache]
> > (DirectAgent-30:null) Seq 5-614334814: Executing request
> > 2013-04-07 00:32:51,536 DEBUG [agent.manager.DirectAgentAttache]
> > (DirectAgent-335:null) Seq 6-324993310: Response Received:
> > 2013-04-07 00:32:51,536 DEBUG [agent.manager.DirectAgentAttache]
> > (DirectAgent-30:null) Seq 5-614334814: Response Received:
> > 2013-04-07 00:32:51,536 DEBUG [agent.transport.Request]
> > (DirectAgent-30:null) Seq 5-614334814: Processing:  { Ans: , MgmtId: 1,
> > via: 5, Ver: v1, Flags: 10,
> > [{"CheckHealthAnswer":{"result":true,"details":"resource is
> > alive","wait":0}}] }
> > 2013-04-07 00:32:51,536 DEBUG [agent.transport.Request]
> > (DirectAgent-335:null) Seq 6-324993310: Processing:  { Ans: , MgmtId: 1,
> > via: 6, Ver: v1, Flags: 10,
> > [{"CheckHealthAnswer":{"result":true,"details":"resource is
> > alive","wait":0}}] }
> > 2013-04-07 00:32:51,536 DEBUG [agent.transport.Request]
> > (AgentTaskPool-1:null) Seq 5-614334814: Received:  { Ans: , MgmtId: 1,
> via:
> > 5, Ver: v1, Flags: 10, { CheckHealthAnswer } }
> > 2013-04-07 00:32:51,536 DEBUG [agent.transport.Request]
> > (AgentTaskPool-15:null) Seq 6-324993310: Received:  { Ans: , MgmtId: 1,
> > via: 6, Ver: v1, Flags: 10, { CheckHealthAnswer } }
> > 2013-04-07 00:32:51,536 DEBUG [agent.manager.AgentManagerImpl]
> > (AgentTaskPool-1:null) Details from executing class
> > com.cloud.agent.api.CheckHealthCommand: resource is alive
> > 2013-04-07 00:32:51,536 DEBUG [agent.manager.AgentManagerImpl]
> > (AgentTaskPool-1:null) agent (5) responded to checkHeathCommand,
> reporting
> > that agent is Up
> > 2013-04-07 00:32:51,536 DEBUG [agent.manager.AgentManagerImpl]
> > (AgentTaskPool-15:null) Details from executing class
> > com.cloud.agent.api.CheckHealthCommand: resource is alive
> > 2013-04-07 00:32:51,536 INFO  [agent.manager.AgentManagerImpl]
> > (AgentTaskPool-1:null) The state determined is Up
> > 2013-04-07 00:32:51,536 INFO  [agent.manager.AgentManagerImpl]
> > (AgentTaskPool-1:null) Agent is determined to be up and running
> > 2013-04-07 00:32:51,536 DEBUG [agent.manager.AgentManagerImpl]
> > (AgentTaskPool-15:null) agent (6) responded to checkHeathCommand,
> reporting
> > that agent is Up
> > 2013-04-07 00:32:51,536 DEBUG [cloud.host.Status] (AgentTaskPool-1:null)
> > Transition:[Resource state = Enabled, Agent event = Ping, Host id = 5,
> name
> > = Tut-XenServer2]
> > 2013-04-07 00:32:51,536 INFO  [agent.manager.AgentManagerImpl]
> > (AgentTaskPool-15:null) The state determined is Up
> > 2013-04-07 00:32:51,537 INFO  [agent.manager.AgentManagerImpl]
> > (AgentTaskPool-15:null) Agent is determined to be up and running
> > 2013-04-07 00:32:51,540 DEBUG [cloud.host.Status] (AgentTaskPool-1:null)
> > Agent status update: [id = 5; name = Tut-XenServer2; old status = Up;
> event
> > = Ping; new status = Up; old update count = 146; new update count = 147]
> > 2013-04-07 00:32:51,540 DEBUG [cloud.host.Status] (AgentTaskPool-15:null)
> > Transition:[Resource state = Enabled, Agent event = Ping, Host id = 6,
> name
> > = Tut-XenServer]
> > 2013-04-07 00:32:51,542 DEBUG [cloud.host.Status] (AgentTaskPool-15:null)
> > Agent status update: [id = 6; name = Tut-XenServer; old status = Up;
> event
> > = Ping; new status = Up; old update count = 309; new update count = 310]
> > 2013-04-07 00:33:04,820 DEBUG [agent.manager.DirectAgentAttache]
> > (DirectAgent-422:null) Ping from 6
> > 2013-04-07 00:33:06,176 DEBUG [agent.manager.DirectAgentAttache]
> > (DirectAgent-135:null) Ping from 5
> > 2013-04-07 00:33:06,909 DEBUG [agent.manager.DirectAgentAttache]
> > (DirectAgent-152:null) Seq 6-324993028: Executing request
> > 2013-04-07 00:33:07,151 DEBUG [agent.manager.DirectAgentAttache]
> > (DirectAgent-152:null) Seq 6-324993028: Response Received:
> > 2013-04-07 00:33:07,151 DEBUG [agent.transport.Request]
> > (DirectAgent-152:null) Seq 6-324993028: Processing:  { Ans: , MgmtId: 1,
> > via: 6, Ver: v1, Flags: 10,
> >
> [{"ClusterSyncAnswer":{"_clusterId":2,"_newStates":{},"_isExecuted":false,"result":true,"wait":0}}]
> > }
> > 2013-04-07 00:33:11,022 DEBUG [agent.manager.DirectAgentAttache]
> > (DirectAgent-50:null) Seq 5-614334468: Executing request
> > 2013-04-07 00:33:11,169 DEBUG [agent.manager.DirectAgentAttache]
> > (DirectAgent-50:null) Seq 5-614334468: Response Received:
> > 2013-04-07 00:33:11,169 DEBUG [agent.transport.Request]
> > (DirectAgent-50:null) Seq 5-614334468: Processing:  { Ans: , MgmtId: 1,
> > via: 5, Ver: v1, Flags: 10, [{"Answer":{"result":true,"wait":0}}] }
> > 2013-04-07 00:33:20,451 DEBUG
> > [storage.secondary.SecondaryStorageManagerImpl] (secstorage-1:null) Zone
> 1
> > is ready to launch secondary storage VM
> > 2013-04-07 00:33:20,553 DEBUG
> [cloud.consoleproxy.ConsoleProxyManagerImpl]
> > (consoleproxy-1:null) Zone 1 is ready to launch console proxy
> > 2013-04-07 00:33:20,819 DEBUG
> > [network.router.VirtualNetworkApplianceManagerImpl]
> > (RouterStatusMonitor-1:null) Found 0 routers to update status.
> > 2013-04-07 00:33:20,820 DEBUG
> > [network.router.VirtualNetworkApplianceManagerImpl]
> > (RouterStatusMonitor-1:null) Found 0 networks to update RvR status.
> > 2013-04-07 00:33:20,851 DEBUG
> > [network.router.VirtualNetworkApplianceManagerImpl]
> > (RouterStatusMonitor-1:null) Found 0 routers to update status.
> > 2013-04-07 00:33:20,852 DEBUG
> > [network.router.VirtualNetworkApplianceManagerImpl]
> > (RouterStatusMonitor-1:null) Found 0 networks to update RvR status.
> > 2013-04-07 00:33:20,921 DEBUG [cloud.alert.AlertManagerImpl]
> > (CapacityChecker:null) Running Capacity Checker ...
> > 2013-04-07 00:33:20,921 DEBUG [cloud.alert.AlertManagerImpl]
> > (CapacityChecker:null) recalculating system capacity
> > 2013-04-07 00:33:20,921 DEBUG [cloud.alert.AlertManagerImpl]
> > (CapacityChecker:null) Executing cpu/ram capacity update
> > 2013-04-07 00:33:20,929 DEBUG [cloud.capacity.CapacityManagerImpl]
> > (CapacityChecker:null) Found 2 VMs on host 1
> > 2013-04-07 00:33:20,931 DEBUG [cloud.capacity.CapacityManagerImpl]
> > (CapacityChecker:null) Found 0 VM, not running on host 1
> > 2013-04-07 00:33:20,933 DEBUG [cloud.capacity.CapacityManagerImpl]
> > (CapacityChecker:null) No need to calibrate cpu capacity, host:1 usedCpu:
> > 200 reservedCpu: 0
> > 2013-04-07 00:33:20,933 DEBUG [cloud.capacity.CapacityManagerImpl]
> > (CapacityChecker:null) No need to calibrate memory capacity, host:1
> > usedMem: 209715200 reservedMem: 0
> > 2013-04-07 00:33:20,939 DEBUG [cloud.capacity.CapacityManagerImpl]
> > (CapacityChecker:null) Found 1 VMs on host 5
> > 2013-04-07 00:33:20,940 DEBUG [cloud.capacity.CapacityManagerImpl]
> > (CapacityChecker:null) Found 0 VM, not running on host 5
> > 2013-04-07 00:33:20,942 DEBUG [cloud.capacity.CapacityManagerImpl]
> > (CapacityChecker:null) No need to calibrate cpu capacity, host:5 usedCpu:
> > 100 reservedCpu: 0
> > 2013-04-07 00:33:20,942 DEBUG [cloud.capacity.CapacityManagerImpl]
> > (CapacityChecker:null) No need to calibrate memory capacity, host:5
> > usedMem: 1073741824 reservedMem: 0
> > 2013-04-07 00:33:20,948 DEBUG [cloud.capacity.CapacityManagerImpl]
> > (CapacityChecker:null) Found 2 VMs on host 6
> > 2013-04-07 00:33:20,949 DEBUG [cloud.capacity.CapacityManagerImpl]
> > (CapacityChecker:null) Found 0 VM, not running on host 6
> > 2013-04-07 00:33:20,951 DEBUG [cloud.capacity.CapacityManagerImpl]
> > (CapacityChecker:null) No need to calibrate cpu capacity, host:6 usedCpu:
> > 200 reservedCpu: 0
> > 2013-04-07 00:33:20,951 DEBUG [cloud.capacity.CapacityManagerImpl]
> > (CapacityChecker:null) No need to calibrate memory capacity, host:6
> > usedMem: 1178599424 reservedMem: 0
> > 2013-04-07 00:33:20,951 DEBUG [cloud.alert.AlertManagerImpl]
> > (CapacityChecker:null) Done executing cpu/ram capacity update
> > 2013-04-07 00:33:20,951 DEBUG [cloud.alert.AlertManagerImpl]
> > (CapacityChecker:null) Executing storage capacity update
> > 2013-04-07 00:33:20,956 DEBUG [cloud.storage.StorageManagerImpl]
> > (CapacityChecker:null) Successfully set Capacity - 31004332032 for
> capacity
> > type - 9 , DataCenterId - 1, HostOrPoolId - 200, PodId 1
> > 2013-04-07 00:33:20,959 DEBUG [cloud.storage.StorageManagerImpl]
> > (CapacityChecker:null) Successfully set Capacity - 97221701632 for
> capacity
> > type - 9 , DataCenterId - 1, HostOrPoolId - 201, PodId 1
> > 2013-04-07 00:33:20,963 DEBUG [cloud.storage.StorageManagerImpl]
> > (CapacityChecker:null) Successfully set Capacity - 97221701632 for
> capacity
> > type - 9 , DataCenterId - 1, HostOrPoolId - 202, PodId 1
> > 2013-04-07 00:33:20,967 DEBUG [cloud.storage.StorageManagerImpl]
> > (CapacityChecker:null) Successfully set Capacity - 2084569088 for
> capacity
> > type - 3 , DataCenterId - 1, HostOrPoolId - 256, PodId 1
> > 2013-04-07 00:33:20,971 DEBUG [cloud.storage.StorageManagerImpl]
> > (CapacityChecker:null) Successfully set Capacity - 2084569088 for
> capacity
> > type - 3 , DataCenterId - 1, HostOrPoolId - 257, PodId 1
> > 2013-04-07 00:33:20,975 DEBUG [cloud.storage.StorageManagerImpl]
> > (CapacityChecker:null) Successfully set Capacity - 2084569088 for
> capacity
> > type - 3 , DataCenterId - 1, HostOrPoolId - 262, PodId 1
> > 2013-04-07 00:33:20,975 DEBUG [cloud.alert.AlertManagerImpl]
> > (CapacityChecker:null) Done executing storage capacity update
> > 2013-04-07 00:33:20,975 DEBUG [cloud.alert.AlertManagerImpl]
> > (CapacityChecker:null) Executing capacity updates for public ip and Vlans
> > 2013-04-07 00:33:20,983 DEBUG [cloud.alert.AlertManagerImpl]
> > (CapacityChecker:null) Done capacity updates for public ip and Vlans
> > 2013-04-07 00:33:20,983 DEBUG [cloud.alert.AlertManagerImpl]
> > (CapacityChecker:null) Executing capacity updates for private ip
> > 2013-04-07 00:33:20,990 DEBUG [cloud.alert.AlertManagerImpl]
> > (CapacityChecker:null) Done executing capacity updates for private ip
> > 2013-04-07 00:33:20,990 DEBUG [cloud.alert.AlertManagerImpl]
> > (CapacityChecker:null) Done recalculating system capacity
> > 2013-04-07 00:33:21,012 DEBUG [cloud.alert.AlertManagerImpl]
> > (CapacityChecker:null) Done running Capacity Checker ...
> > 2013-04-07 00:33:24,891 DEBUG [agent.manager.AgentManagerImpl]
> > (AgentManager-Handler-13:null) Ping from 4
> > 2013-04-07 00:33:27,159 DEBUG [agent.manager.DirectAgentAttache]
> > (DirectAgent-459:null) Ping from 1
> > 2013-04-07 00:33:29,095 DEBUG [agent.manager.DirectAgentAttache]
> > (DirectAgent-457:null) Seq 1-90046472: Executing request
> > 2013-04-07 00:33:29,329 DEBUG [agent.manager.DirectAgentAttache]
> > (DirectAgent-457:null) Seq 1-90046472: Response Received:
> > 2013-04-07 00:33:29,330 DEBUG [agent.transport.Request]
> > (DirectAgent-457:null) Seq 1-90046472: Processing:  { Ans: , MgmtId: 1,
> > via: 1, Ver: v1, Flags: 10,
> >
> [{"ClusterSyncAnswer":{"_clusterId":1,"_newStates":{},"_isExecuted":false,"result":true,"wait":0}}]
> > }
> > 2013-04-07 00:33:33,192 DEBUG [cloud.api.ApiServlet]
> > (1161145101@qtp-1008805148-33:null) ===START===  127.0.0.1 -- GET
> >
>  command=listVirtualMachines&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&listAll=true&page=1&pagesize=20&_=1365316413189
> > 2013-04-07 00:33:33,210 DEBUG [cloud.api.ApiServlet]
> > (1161145101@qtp-1008805148-33:null) ===END===  127.0.0.1 -- GET
> >
>  command=listVirtualMachines&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&listAll=true&page=1&pagesize=20&_=1365316413189
> > 2013-04-07 00:33:35,033 DEBUG [cloud.api.ApiServlet]
> > (1161145101@qtp-1008805148-33:null) ===START===  127.0.0.1 -- GET
> >
>  command=listZones&available=true&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316415031
> > 2013-04-07 00:33:35,040 DEBUG [cloud.api.ApiServlet]
> > (1161145101@qtp-1008805148-33:null) ===END===  127.0.0.1 -- GET
> >
>  command=listZones&available=true&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316415031
> > 2013-04-07 00:33:36,745 DEBUG [cloud.api.ApiServlet]
> > (1161145101@qtp-1008805148-33:null) ===START===  127.0.0.1 -- GET
> >
>  command=listHypervisors&zoneid=3a62dec3-cf95-4ba2-9af0-af2190af35e3&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316416743
> > 2013-04-07 00:33:36,753 DEBUG [cloud.api.ApiServlet]
> > (1161145101@qtp-1008805148-33:null) ===END===  127.0.0.1 -- GET
> >
>  command=listHypervisors&zoneid=3a62dec3-cf95-4ba2-9af0-af2190af35e3&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316416743
> > 2013-04-07 00:33:36,756 DEBUG [cloud.api.ApiServlet]
> > (1161145101@qtp-1008805148-33:null) ===START===  127.0.0.1 -- GET
> >
>  command=listTemplates&templatefilter=featured&zoneid=3a62dec3-cf95-4ba2-9af0-af2190af35e3&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316416754
> > 2013-04-07 00:33:36,781 DEBUG [cloud.api.ApiServlet]
> > (1161145101@qtp-1008805148-33:null) ===END===  127.0.0.1 -- GET
> >
>  command=listTemplates&templatefilter=featured&zoneid=3a62dec3-cf95-4ba2-9af0-af2190af35e3&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316416754
> > 2013-04-07 00:33:36,784 DEBUG [cloud.api.ApiServlet]
> > (1161145101@qtp-1008805148-33:null) ===START===  127.0.0.1 -- GET
> >
>  command=listTemplates&templatefilter=community&zoneid=3a62dec3-cf95-4ba2-9af0-af2190af35e3&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316416782
> > 2013-04-07 00:33:36,812 DEBUG [cloud.api.ApiServlet]
> > (1161145101@qtp-1008805148-33:null) ===END===  127.0.0.1 -- GET
> >
>  command=listTemplates&templatefilter=community&zoneid=3a62dec3-cf95-4ba2-9af0-af2190af35e3&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316416782
> > 2013-04-07 00:33:36,815 DEBUG [cloud.api.ApiServlet]
> > (1161145101@qtp-1008805148-33:null) ===START===  127.0.0.1 -- GET
> >
>  command=listTemplates&templatefilter=selfexecutable&zoneid=3a62dec3-cf95-4ba2-9af0-af2190af35e3&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316416813
> > 2013-04-07 00:33:36,829 DEBUG [cloud.api.ApiServlet]
> > (1161145101@qtp-1008805148-33:null) ===END===  127.0.0.1 -- GET
> >
>  command=listTemplates&templatefilter=selfexecutable&zoneid=3a62dec3-cf95-4ba2-9af0-af2190af35e3&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316416813
> > 2013-04-07 00:33:37,503 DEBUG [cloud.api.ApiServlet]
> > (1161145101@qtp-1008805148-33:null) ===START===  127.0.0.1 -- GET
> >
>  command=listServiceOfferings&issystem=false&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316417501
> > 2013-04-07 00:33:37,514 DEBUG [cloud.api.ApiServlet]
> > (1161145101@qtp-1008805148-33:null) ===END===  127.0.0.1 -- GET
> >
>  command=listServiceOfferings&issystem=false&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316417501
> > 2013-04-07 00:33:41,151 DEBUG [cloud.api.ApiServlet]
> > (1161145101@qtp-1008805148-33:null) ===START===  127.0.0.1 -- GET
> >
>  command=listDiskOfferings&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316421149
> > 2013-04-07 00:33:41,162 DEBUG [cloud.api.ApiServlet]
> > (1161145101@qtp-1008805148-33:null) ===END===  127.0.0.1 -- GET
> >
>  command=listDiskOfferings&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316421149
> > 2013-04-07 00:33:41,970 DEBUG [cloud.api.ApiServlet]
> > (1161145101@qtp-1008805148-33:null) ===START===  127.0.0.1 -- GET
> >
>  command=listNetworks&trafficType=Guest&zoneId=3a62dec3-cf95-4ba2-9af0-af2190af35e3&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316421968
> > 2013-04-07 00:33:41,994 DEBUG [cloud.api.ApiServlet]
> > (1161145101@qtp-1008805148-33:null) ===END===  127.0.0.1 -- GET
> >
>  command=listNetworks&trafficType=Guest&zoneId=3a62dec3-cf95-4ba2-9af0-af2190af35e3&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316421968
> > 2013-04-07 00:33:41,997 DEBUG [cloud.api.ApiServlet]
> > (1161145101@qtp-1008805148-33:null) ===START===  127.0.0.1 -- GET
> >
>  command=listSecurityGroups&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&domainid=e4ec5ddc-9e1c-11e2-a770-6e70e42a2333&account=admin&_=1365316421995
> > 2013-04-07 00:33:42,003 DEBUG [cloud.user.AccountManagerImpl]
> > (1161145101@qtp-1008805148-33:null) Access granted to Acct[2-admin] to
> > Domain:1/ by DomainChecker
> > 2013-04-07 00:33:42,009 DEBUG [cloud.api.ApiServlet]
> > (1161145101@qtp-1008805148-33:null) ===END===  127.0.0.1 -- GET
> >
>  command=listSecurityGroups&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&domainid=e4ec5ddc-9e1c-11e2-a770-6e70e42a2333&account=admin&_=1365316421995
> > 2013-04-07 00:33:44,477 DEBUG [cloud.api.ApiServlet]
> > (1161145101@qtp-1008805148-33:null) ===START===  127.0.0.1 -- GET
> >
>  command=deployVirtualMachine&zoneId=3a62dec3-cf95-4ba2-9af0-af2190af35e3&templateId=e4a7df4a-9e1c-11e2-a770-6e70e42a2333&hypervisor=XenServer&serviceOfferingId=9c1e08a2-2dfe-4fa8-aea9-3e4955a69cc2&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316424475
> > 2013-04-07 00:33:44,484 DEBUG [cloud.api.ApiDispatcher]
> > (1161145101@qtp-1008805148-33:null) InfrastructureEntity name
> > is:com.cloud.offering.ServiceOffering
> > 2013-04-07 00:33:44,486 DEBUG [cloud.api.ApiDispatcher]
> > (1161145101@qtp-1008805148-33:null) ControlledEntity name
> > is:com.cloud.template.VirtualMachineTemplate
> > 2013-04-07 00:33:44,510 DEBUG [cloud.vm.UserVmManagerImpl]
> > (1161145101@qtp-1008805148-33:null) Allocating in the DB for vm
> > 2013-04-07 00:33:44,523 DEBUG [cloud.vm.VirtualMachineManagerImpl]
> > (1161145101@qtp-1008805148-33:null) Allocating entries for VM:
> > VM[User|a30b991d-1c38-4bae-803f-ab3be57a384f]
> > 2013-04-07 00:33:44,523 DEBUG [cloud.vm.VirtualMachineManagerImpl]
> > (1161145101@qtp-1008805148-33:null) Allocating nics for
> > VM[User|a30b991d-1c38-4bae-803f-ab3be57a384f]
> > 2013-04-07 00:33:44,524 DEBUG [cloud.network.NetworkManagerImpl]
> > (1161145101@qtp-1008805148-33:null) Allocating nic for vm
> > VM[User|a30b991d-1c38-4bae-803f-ab3be57a384f] in network
> Ntwk[204|Guest|6]
> > with requested profile NicProfile[0-0-null-null-null
> > 2013-04-07 00:33:44,531 DEBUG [cloud.vm.VirtualMachineManagerImpl]
> > (1161145101@qtp-1008805148-33:null) Allocaing disks for
> > VM[User|a30b991d-1c38-4bae-803f-ab3be57a384f]
> > 2013-04-07 00:33:44,538 DEBUG [cloud.vm.VirtualMachineManagerImpl]
> > (1161145101@qtp-1008805148-33:null) Allocation completed for VM:
> > VM[User|a30b991d-1c38-4bae-803f-ab3be57a384f]
> > 2013-04-07 00:33:44,538 DEBUG [cloud.vm.UserVmManagerImpl]
> > (1161145101@qtp-1008805148-33:null) Successfully allocated DB entry for
> > VM[User|a30b991d-1c38-4bae-803f-ab3be57a384f]
> > 2013-04-07 00:33:44,571 DEBUG [cloud.async.AsyncJobManagerImpl]
> > (1161145101@qtp-1008805148-33:null) submit async job-44, details:
> > AsyncJobVO {id:44, userId: 2, accountId: 2, sessionKey: null,
> instanceType:
> > null, instanceId: 14, cmd:
> > org.apache.cloudstack.api.command.user.vm.DeployVMCmd, cmdOriginator:
> null,
> > cmdInfo:
> >
> {"id":"14","templateId":"e4a7df4a-9e1c-11e2-a770-6e70e42a2333","response":"json","sessionkey":"Z6QqzU0Fq1iT13bMgnRRfl8GoVA\u003d","ctxUserId":"2","hypervisor":"XenServer","serviceOfferingId":"9c1e08a2-2dfe-4fa8-aea9-3e4955a69cc2","_":"1365316424475","ctxAccountId":"2","ctxStartEventId":"49","zoneId":"3a62dec3-cf95-4ba2-9af0-af2190af35e3"},
> > cmdVersion: 0, callbackType: 0, callbackAddress: null, status: 0,
> > processStatus: 0, resultCode: 0, result: null, initMsid: 1, completeMsid:
> > null, lastUpdated: null, lastPolled: null, created: null}
> > 2013-04-07 00:33:44,572 DEBUG [cloud.async.AsyncJobManagerImpl]
> > (Job-Executor-37:job-44) Executing
> > org.apache.cloudstack.api.command.user.vm.DeployVMCmd for job-44
> > 2013-04-07 00:33:44,573 DEBUG [cloud.api.ApiServlet]
> > (1161145101@qtp-1008805148-33:null) ===END===  127.0.0.1 -- GET
> >
>  command=deployVirtualMachine&zoneId=3a62dec3-cf95-4ba2-9af0-af2190af35e3&templateId=e4a7df4a-9e1c-11e2-a770-6e70e42a2333&hypervisor=XenServer&serviceOfferingId=9c1e08a2-2dfe-4fa8-aea9-3e4955a69cc2&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316424475
> > 2013-04-07 00:33:44,578 DEBUG [cloud.api.ApiDispatcher]
> > (Job-Executor-37:job-44) InfrastructureEntity name
> > is:com.cloud.offering.ServiceOffering
> > 2013-04-07 00:33:44,581 DEBUG [cloud.api.ApiDispatcher]
> > (Job-Executor-37:job-44) ControlledEntity name
> > is:com.cloud.template.VirtualMachineTemplate
> > 2013-04-07 00:33:44,624 DEBUG [cloud.deploy.FirstFitPlanner]
> > (Job-Executor-37:job-44) DeploymentPlanner allocation algorithm: random
> > 2013-04-07 00:33:44,624 DEBUG [cloud.deploy.FirstFitPlanner]
> > (Job-Executor-37:job-44) Trying to allocate a host and storage pools from
> > dc:1, pod:null,cluster:null, requested cpu: 100, requested ram:
> 1073741824
> > 2013-04-07 00:33:44,624 DEBUG [cloud.deploy.FirstFitPlanner]
> > (Job-Executor-37:job-44) Is ROOT volume READY (pool already allocated)?:
> No
> > 2013-04-07 00:33:44,624 DEBUG [cloud.deploy.FirstFitPlanner]
> > (Job-Executor-37:job-44) Searching all possible resources under this
> Zone: 1
> > 2013-04-07 00:33:44,625 DEBUG [cloud.deploy.FirstFitPlanner]
> > (Job-Executor-37:job-44) Listing clusters in order of aggregate capacity,
> > that have (atleast one host with) enough CPU and RAM capacity under this
> > Zone: 1
> > 2013-04-07 00:33:44,626 DEBUG [cloud.deploy.FirstFitPlanner]
> > (Job-Executor-37:job-44) CPUOverprovisioningFactor considered: 1.0
> > 2013-04-07 00:33:44,638 DEBUG [cloud.deploy.FirstFitPlanner]
> > (Job-Executor-37:job-44) Cannot allocate cluster list [1, 2] for vm
> > creation since their allocated percentage crosses the disable capacity
> > threshold: 0.85 for capacity Type : 0, skipping these clusters
> > 2013-04-07 00:33:44,639 DEBUG [cloud.deploy.FirstFitPlanner]
> > (Job-Executor-37:job-44) Could not find suitable Deployment Destination
> for
> > this VM under any clusters, returning.
> > 2013-04-07 00:33:44,641 DEBUG [cloud.vm.UserVmManagerImpl]
> > (Job-Executor-37:job-44) Destroying vm
> > VM[User|a30b991d-1c38-4bae-803f-ab3be57a384f] as it failed to create on
> > Host with Id:null
> > 2013-04-07 00:33:44,646 DEBUG [cloud.capacity.CapacityManagerImpl]
> > (Job-Executor-37:job-44) VM state transitted from :Stopped to Error with
> > event: OperationFailedToErrorvm's original host id: null new host id:
> null
> > host id before state transition: null
> > 2013-04-07 00:33:44,672 INFO  [user.vm.DeployVMCmd]
> > (Job-Executor-37:job-44)
> > com.cloud.exception.InsufficientServerCapacityException: Unable to
> create a
> > deployment for
> VM[User|a30b991d-1c38-4bae-803f-ab3be57a384f]Scope=interface
> > com.cloud.dc.DataCenter; id=1
> > 2013-04-07 00:33:44,672 INFO  [user.vm.DeployVMCmd]
> > (Job-Executor-37:job-44) Unable to create a deployment for
> > VM[User|a30b991d-1c38-4bae-803f-ab3be57a384f]
> > com.cloud.exception.InsufficientServerCapacityException: Unable to create
> > a deployment for
> > VM[User|a30b991d-1c38-4bae-803f-ab3be57a384f]Scope=interface
> > com.cloud.dc.DataCenter; id=1
> >  at
> >
> org.apache.cloudstack.engine.cloud.entity.api.VMEntityManagerImpl.reserveVirtualMachine(VMEntityManagerImpl.java:186)
> > at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
> >  at
> >
> sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
> > at
> >
> sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
> >  at java.lang.reflect.Method.invoke(Method.java:597)
> > at
> >
> org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:319)
> >  at
> >
> org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:183)
> > at
> >
> org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:150)
> >  at
> >
> org.springframework.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodInvocationProceedingJoinPoint.java:80)
> > at
> >
> com.cloud.utils.db.TransactionContextBuilder.AroundAnyMethod(TransactionContextBuilder.java:37)
> >  at sun.reflect.GeneratedMethodAccessor37.invoke(Unknown Source)
> > at
> >
> sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
> >  at java.lang.reflect.Method.invoke(Method.java:597)
> > at
> >
> org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:621)
> >  at
> >
> org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:610)
> > at
> >
> org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:65)
> >  at
> >
> org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:172)
> > at
> >
> org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:90)
> >  at
> >
> org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:172)
> > at
> >
> org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:202)
> >  at com.sun.proxy.$Proxy297.reserveVirtualMachine(Unknown Source)
> > at
> >
> org.apache.cloudstack.engine.cloud.entity.api.VirtualMachineEntityImpl.reserve(VirtualMachineEntityImpl.java:198)
> >  at
> >
> com.cloud.vm.UserVmManagerImpl.startVirtualMachine(UserVmManagerImpl.java:3859)
> > at
> >
> com.cloud.vm.UserVmManagerImpl.startVirtualMachine(UserVmManagerImpl.java:3458)
> >  at
> >
> com.cloud.vm.UserVmManagerImpl.startVirtualMachine(UserVmManagerImpl.java:3444)
> > at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
> >  at
> >
> sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
> > at
> >
> sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
> >  at java.lang.reflect.Method.invoke(Method.java:597)
> > at
> >
> org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:319)
> >  at
> >
> org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:183)
> > at
> >
> org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:150)
> >  at
> >
> org.springframework.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodInvocationProceedingJoinPoint.java:80)
> > at
> >
> com.cloud.event.ActionEventInterceptor.AroundAnyMethod(ActionEventInterceptor.java:53)
> >  at sun.reflect.GeneratedMethodAccessor359.invoke(Unknown Source)
> > at
> >
> sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
> >  at java.lang.reflect.Method.invoke(Method.java:597)
> > at
> >
> org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:621)
> >  at
> >
> org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:610)
> > at
> >
> org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:65)
> >  at
> >
> org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:161)
> > at
> >
> org.springframework.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodInvocationProceedingJoinPoint.java:80)
> >  at
> >
> com.cloud.utils.db.TransactionContextBuilder.AroundAnyMethod(TransactionContextBuilder.java:37)
> > at sun.reflect.GeneratedMethodAccessor37.invoke(Unknown Source)
> >  at
> >
> sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
> > at java.lang.reflect.Method.invoke(Method.java:597)
> >  at
> >
> org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:621)
> > at
> >
> org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:610)
> >  at
> >
> org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:65)
> > at
> >
> org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:172)
> >  at
> >
> org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:90)
> > at
> >
> org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:172)
> >  at
> >
> org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:202)
> > at com.sun.proxy.$Proxy263.startVirtualMachine(Unknown Source)
> >  at
> >
> org.apache.cloudstack.api.command.user.vm.DeployVMCmd.execute(DeployVMCmd.java:379)
> > at com.cloud.api.ApiDispatcher.dispatch(ApiDispatcher.java:163)
> >  at net.sf.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204)
> > at
> >
> org.springframework.aop.framework.Cglib2AopProxy$CglibMethodInvocation.invokeJoinpoint(Cglib2AopProxy.java:689)
> >  at
> >
> org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:150)
> > at
> >
> org.springframework.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodInvocationProceedingJoinPoint.java:80)
> >  at
> >
> com.cloud.utils.db.TransactionContextBuilder.AroundAnyMethod(TransactionContextBuilder.java:37)
> > at sun.reflect.GeneratedMethodAccessor37.invoke(Unknown Source)
> >  at
> >
> sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
> > at java.lang.reflect.Method.invoke(Method.java:597)
> >  at
> >
> org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:621)
> > at
> >
> org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:610)
> >  at
> >
> org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:65)
> > at
> >
> org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:172)
> >  at
> >
> org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:90)
> > at
> >
> org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:172)
> >  at
> >
> org.springframework.aop.framework.Cglib2AopProxy$DynamicAdvisedInterceptor.intercept(Cglib2AopProxy.java:622)
> > at
> com.cloud.async.AsyncJobManagerImpl$1.run(AsyncJobManagerImpl.java:437)
> >  at
> > java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:439)
> > at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:303)
> >  at java.util.concurrent.FutureTask.run(FutureTask.java:138)
> > at
> >
> java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:895)
> >  at
> >
> java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:918)
> > at java.lang.Thread.run(Thread.java:680)
> > 2013-04-07 00:33:44,674 DEBUG [cloud.async.AsyncJobManagerImpl]
> > (Job-Executor-37:job-44) Complete async job-44, jobStatus: 2, resultCode:
> > 530, result: Error Code: 533 Error text: Unable to create a deployment
> for
> > VM[User|a30b991d-1c38-4bae-803f-ab3be57a384f]
> > 2013-04-07 00:33:47,591 DEBUG [cloud.api.ApiServlet]
> > (1161145101@qtp-1008805148-33:null) ===START===  127.0.0.1 -- GET
> >
>  command=queryAsyncJobResult&jobId=8dd191cc-2709-4223-aee5-3ecd759d4afd&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316427589
> > 2013-04-07 00:33:47,601 DEBUG [cloud.async.AsyncJobManagerImpl]
> > (1161145101@qtp-1008805148-33:null) Async job-44 completed
> > 2013-04-07 00:33:47,605 DEBUG [cloud.api.ApiServlet]
> > (1161145101@qtp-1008805148-33:null) ===END===  127.0.0.1 -- GET
> >
>  command=queryAsyncJobResult&jobId=8dd191cc-2709-4223-aee5-3ecd759d4afd&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316427589
> > 2013-04-07 00:33:47,608 DEBUG [cloud.api.ApiServlet]
> > (1161145101@qtp-1008805148-33:null) ===START===  127.0.0.1 -- GET
> >
>  command=listVirtualMachines&id=a30b991d-1c38-4bae-803f-ab3be57a384f&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316427606
> > 2013-04-07 00:33:47,621 DEBUG [cloud.api.ApiServlet]
> > (1161145101@qtp-1008805148-33:null) ===END===  127.0.0.1 -- GET
> >
>  command=listVirtualMachines&id=a30b991d-1c38-4bae-803f-ab3be57a384f&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316427606
> > 2013-04-07 00:33:47,678 DEBUG [agent.manager.AgentManagerImpl]
> > (AgentManager-Handler-14:null) Ping from 3
> > 2013-04-07 00:33:50,451 DEBUG
> > [storage.secondary.SecondaryStorageManagerImpl] (secstorage-1:null) Zone
> 1
> > is ready to launch secondary storage VM
> > 2013-04-07 00:33:50,559 DEBUG
> [cloud.consoleproxy.ConsoleProxyManagerImpl]
> > (consoleproxy-1:null) Zone 1 is ready to launch console proxy
> > 2013-04-07 00:33:50,819 DEBUG
> > [network.router.VirtualNetworkApplianceManagerImpl]
> > (RouterStatusMonitor-1:null) Found 0 routers to update status.
> > 2013-04-07 00:33:50,820 DEBUG
> > [network.router.VirtualNetworkApplianceManagerImpl]
> > (RouterStatusMonitor-1:null) Found 0 networks to update RvR status.
> > 2013-04-07 00:33:50,851 DEBUG
> > [network.router.VirtualNetworkApplianceManagerImpl]
> > (RouterStatusMonitor-1:null) Found 0 routers to update status.
> > 2013-04-07 00:33:50,852 DEBUG
> > [network.router.VirtualNetworkApplianceManagerImpl]
> > (RouterStatusMonitor-1:null) Found 0 networks to update RvR status.
> > 2013-04-07 00:33:51,465 INFO  [agent.manager.AgentMonitor]
> > (Thread-11:null) Found the following agents behind on ping: [6, 5]
> > 2013-04-07 00:33:51,467 DEBUG [cloud.host.Status] (Thread-11:null) Ping
> > timeout for host 6, do invstigation
> > 2013-04-07 00:33:51,468 DEBUG [cloud.host.Status] (Thread-11:null) Ping
> > timeout for host 5, do invstigation
> > 2013-04-07 00:33:51,468 INFO  [agent.manager.AgentManagerImpl]
> > (AgentTaskPool-4:null) Investigating why host 6 has disconnected with
> event
> > PingTimeout
> > 2013-04-07 00:33:51,468 DEBUG [agent.manager.AgentManagerImpl]
> > (AgentTaskPool-4:null) checking if agent (6) is alive
> > 2013-04-07 00:33:51,469 INFO  [agent.manager.AgentManagerImpl]
> > (AgentTaskPool-3:null) Investigating why host 5 has disconnected with
> event
> > PingTimeout
> > 2013-04-07 00:33:51,470 DEBUG [agent.manager.AgentManagerImpl]
> > (AgentTaskPool-3:null) checking if agent (5) is alive
> > 2013-04-07 00:33:51,471 DEBUG [agent.transport.Request]
> > (AgentTaskPool-4:null) Seq 6-324993311: Sending  { Cmd , MgmtId: 1, via:
> 6,
> > Ver: v1, Flags: 100011, [{"CheckHealthCommand":{"wait":50}}] }
> > 2013-04-07 00:33:51,471 DEBUG [agent.transport.Request]
> > (AgentTaskPool-4:null) Seq 6-324993311: Executing:  { Cmd , MgmtId: 1,
> via:
> > 6, Ver: v1, Flags: 100011, [{"CheckHealthCommand":{"wait":50}}] }
> > 2013-04-07 00:33:51,472 DEBUG [agent.manager.DirectAgentAttache]
> > (DirectAgent-448:null) Seq 6-324993311: Executing request
> > 2013-04-07 00:33:51,473 DEBUG [agent.transport.Request]
> > (AgentTaskPool-3:null) Seq 5-614334815: Sending  { Cmd , MgmtId: 1, via:
> 5,
> > Ver: v1, Flags: 100011, [{"CheckHealthCommand":{"wait":50}}] }
> > 2013-04-07 00:33:51,473 DEBUG [agent.transport.Request]
> > (AgentTaskPool-3:null) Seq 5-614334815: Executing:  { Cmd , MgmtId: 1,
> via:
> > 5, Ver: v1, Flags: 100011, [{"CheckHealthCommand":{"wait":50}}] }
> > 2013-04-07 00:33:51,473 DEBUG [agent.manager.DirectAgentAttache]
> > (DirectAgent-261:null) Seq 5-614334815: Executing request
> > 2013-04-07 00:33:51,527 DEBUG [agent.manager.DirectAgentAttache]
> > (DirectAgent-448:null) Seq 6-324993311: Response Received:
> > 2013-04-07 00:33:51,527 DEBUG [agent.transport.Request]
> > (DirectAgent-448:null) Seq 6-324993311: Processing:  { Ans: , MgmtId: 1,
> > via: 6, Ver: v1, Flags: 10,
> > [{"CheckHealthAnswer":{"result":true,"details":"resource is
> > alive","wait":0}}] }
> > 2013-04-07 00:33:51,527 DEBUG [agent.transport.Request]
> > (AgentTaskPool-4:null) Seq 6-324993311: Received:  { Ans: , MgmtId: 1,
> via:
> > 6, Ver: v1, Flags: 10, { CheckHealthAnswer } }
> > 2013-04-07 00:33:51,528 DEBUG [agent.manager.AgentManagerImpl]
> > (AgentTaskPool-4:null) Details from executing class
> > com.cloud.agent.api.CheckHealthCommand: resource is alive
> > 2013-04-07 00:33:51,528 DEBUG [agent.manager.AgentManagerImpl]
> > (AgentTaskPool-4:null) agent (6) responded to checkHeathCommand,
> reporting
> > that agent is Up
> > 2013-04-07 00:33:51,528 INFO  [agent.manager.AgentManagerImpl]
> > (AgentTaskPool-4:null) The state determined is Up
> > 2013-04-07 00:33:51,528 INFO  [agent.manager.AgentManagerImpl]
> > (AgentTaskPool-4:null) Agent is determined to be up and running
> > 2013-04-07 00:33:51,528 DEBUG [cloud.host.Status] (AgentTaskPool-4:null)
> > Transition:[Resource state = Enabled, Agent event = Ping, Host id = 6,
> name
> > = Tut-XenServer]
> > 2013-04-07 00:33:51,531 DEBUG [cloud.host.Status] (AgentTaskPool-4:null)
> > Agent status update: [id = 6; name = Tut-XenServer; old status = Up;
> event
> > = Ping; new status = Up; old update count = 310; new update count = 311]
> > 2013-04-07 00:33:51,531 DEBUG [agent.manager.DirectAgentAttache]
> > (DirectAgent-261:null) Seq 5-614334815: Response Received:
> > 2013-04-07 00:33:51,531 DEBUG [agent.transport.Request]
> > (DirectAgent-261:null) Seq 5-614334815: Processing:  { Ans: , MgmtId: 1,
> > via: 5, Ver: v1, Flags: 10,
> > [{"CheckHealthAnswer":{"result":true,"details":"resource is
> > alive","wait":0}}] }
> > 2013-04-07 00:33:51,531 DEBUG [agent.transport.Request]
> > (AgentTaskPool-3:null) Seq 5-614334815: Received:  { Ans: , MgmtId: 1,
> via:
> > 5, Ver: v1, Flags: 10, { CheckHealthAnswer } }
> > 2013-04-07 00:33:51,532 DEBUG [agent.manager.AgentManagerImpl]
> > (AgentTaskPool-3:null) Details from executing class
> > com.cloud.agent.api.CheckHealthCommand: resource is alive
> > 2013-04-07 00:33:51,532 DEBUG [agent.manager.AgentManagerImpl]
> > (AgentTaskPool-3:null) agent (5) responded to checkHeathCommand,
> reporting
> > that agent is Up
> > 2013-04-07 00:33:51,532 INFO  [agent.manager.AgentManagerImpl]
> > (AgentTaskPool-3:null) The state determined is Up
> > 2013-04-07 00:33:51,532 INFO  [agent.manager.AgentManagerImpl]
> > (AgentTaskPool-3:null) Agent is determined to be up and running
> > 2013-04-07 00:33:51,532 DEBUG [cloud.host.Status] (AgentTaskPool-3:null)
> > Transition:[Resource state = Enabled, Agent event = Ping, Host id = 5,
> name
> > = Tut-XenServer2]
> > 2013-04-07 00:33:51,535 DEBUG [cloud.host.Status] (AgentTaskPool-3:null)
> > Agent status update: [id = 5; name = Tut-XenServer2; old status = Up;
> event
> > = Ping; new status = Up; old update count = 147; new update count = 148]
> > 2013-04-07 00:34:04,860 DEBUG [agent.manager.DirectAgentAttache]
> > (DirectAgent-239:null) Ping from 6
> > 2013-04-07 00:34:06,170 DEBUG [agent.manager.DirectAgentAttache]
> > (DirectAgent-185:null) Ping from 5
> > 2013-04-07 00:34:06,909 DEBUG [agent.manager.DirectAgentAttache]
> > (DirectAgent-461:null) Seq 6-324993028: Executing request
> > 2013-04-07 00:34:07,107 DEBUG [agent.manager.DirectAgentAttache]
> > (DirectAgent-461:null) Seq 6-324993028: Response Received:
> > 2013-04-07 00:34:07,107 DEBUG [agent.transport.Request]
> > (DirectAgent-461:null) Seq 6-324993028: Processing:  { Ans: , MgmtId: 1,
> > via: 6, Ver: v1, Flags: 10,
> >
> [{"ClusterSyncAnswer":{"_clusterId":2,"_newStates":{},"_isExecuted":false,"result":true,"wait":0}}]
> > }
> > 2013-04-07 00:34:11,023 DEBUG [agent.manager.DirectAgentAttache]
> > (DirectAgent-450:null) Seq 5-614334468: Executing request
> > 2013-04-07 00:34:11,168 DEBUG [agent.manager.DirectAgentAttache]
> > (DirectAgent-450:null) Seq 5-614334468: Response Received:
> > 2013-04-07 00:34:11,168 DEBUG [agent.transport.Request]
> > (DirectAgent-450:null) Seq 5-614334468: Processing:  { Ans: , MgmtId: 1,
> > via: 5, Ver: v1, Flags: 10, [{"Answer":{"result":true,"wait":0}}] }
> > 2013-04-07 00:34:20,451 DEBUG
> > [storage.secondary.SecondaryStorageManagerImpl] (secstorage-1:null) Zone
> 1
> > is ready to launch secondary storage VM
> > 2013-04-07 00:34:20,553 DEBUG
> [cloud.consoleproxy.ConsoleProxyManagerImpl]
> > (consoleproxy-1:null) Zone 1 is ready to launch console proxy
> > 2013-04-07 00:34:20,820 DEBUG
> > [network.router.VirtualNetworkApplianceManagerImpl]
> > (RouterStatusMonitor-1:null) Found 0 routers to update status.
> > 2013-04-07 00:34:20,821 DEBUG
> > [network.router.VirtualNetworkApplianceManagerImpl]
> > (RouterStatusMonitor-1:null) Found 0 networks to update RvR status.
> > 2013-04-07 00:34:20,850 DEBUG
> > [network.router.VirtualNetworkApplianceManagerImpl]
> > (RouterStatusMonitor-1:null) Found 0 routers to update status.
> > 2013-04-07 00:34:20,851 DEBUG
> > [network.router.VirtualNetworkApplianceManagerImpl]
> > (RouterStatusMonitor-1:null) Found 0 networks to update RvR status.
> > 2013-04-07 00:34:24,891 DEBUG [agent.manager.AgentManagerImpl]
> > (AgentManager-Handler-15:null) Ping from 4
> > 2013-04-07 00:34:27,175 DEBUG [agent.manager.DirectAgentAttache]
> > (DirectAgent-126:null) Ping from 1
> > 2013-04-07 00:34:29,095 DEBUG [agent.manager.DirectAgentAttache]
> > (DirectAgent-182:null) Seq 1-90046472: Executing request
> > 2013-04-07 00:34:29,323 DEBUG [agent.manager.DirectAgentAttache]
> > (DirectAgent-182:null) Seq 1-90046472: Response Received:
> > 2013-04-07 00:34:29,323 DEBUG [agent.transport.Request]
> > (DirectAgent-182:null) Seq 1-90046472: Processing:  { Ans: , MgmtId: 1,
> > via: 1, Ver: v1, Flags: 10,
> >
> [{"ClusterSyncAnswer":{"_clusterId":1,"_newStates":{},"_isExecuted":false,"result":true,"wait":0}}]
> > }
> > 2013-04-07 00:34:36,532 DEBUG [cloud.api.ApiServlet]
> > (1161145101@qtp-1008805148-33:null) ===START===  127.0.0.1 -- GET
> >
>  command=listVolumes&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&listAll=true&page=1&pagesize=20&_=1365316476530
> > 2013-04-07 00:34:36,548 DEBUG [cloud.api.ApiServlet]
> > (1161145101@qtp-1008805148-33:null) ===END===  127.0.0.1 -- GET
> >
>  command=listVolumes&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&listAll=true&page=1&pagesize=20&_=1365316476530
> > 2013-04-07 00:34:39,285 DEBUG [cloud.api.ApiServlet]
> > (1161145101@qtp-1008805148-33:null) ===START===  127.0.0.1 -- GET
> >
>  command=listVolumes&id=44d56727-6e5f-438a-8187-42adfac7c906&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316479283
> > 2013-04-07 00:34:39,309 DEBUG [cloud.api.ApiServlet]
> > (1161145101@qtp-1008805148-33:null) ===END===  127.0.0.1 -- GET
> >
>  command=listVolumes&id=44d56727-6e5f-438a-8187-42adfac7c906&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316479283
> > 2013-04-07 00:34:39,325 DEBUG [cloud.api.ApiServlet]
> > (1161145101@qtp-1008805148-33:null) ===START===  127.0.0.1 -- GET
> >
>  command=listTags&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&resourceId=44d56727-6e5f-438a-8187-42adfac7c906&resourceType=Volume&listAll=true&_=1365316479323
> > 2013-04-07 00:34:39,334 DEBUG [cloud.api.ApiServlet]
> > (1161145101@qtp-1008805148-33:null) ===END===  127.0.0.1 -- GET
> >
>  command=listTags&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&resourceId=44d56727-6e5f-438a-8187-42adfac7c906&resourceType=Volume&listAll=true&_=1365316479323
> > 2013-04-07 00:34:47,678 DEBUG [agent.manager.AgentManagerImpl]
> > (AgentManager-Handler-1:null) Ping from 3
> > 2013-04-07 00:34:50,455 DEBUG
> > [storage.secondary.SecondaryStorageManagerImpl] (secstorage-1:null) Zone
> 1
> > is ready to launch secondary storage VM
> > 2013-04-07 00:34:50,557 DEBUG
> [cloud.consoleproxy.ConsoleProxyManagerImpl]
> > (consoleproxy-1:null) Zone 1 is ready to launch console proxy
> > 2013-04-07 00:34:50,820 DEBUG
> > [network.router.VirtualNetworkApplianceManagerImpl]
> > (RouterStatusMonitor-1:null) Found 0 routers to update status.
> > 2013-04-07 00:34:50,821 DEBUG
> > [network.router.VirtualNetworkApplianceManagerImpl]
> > (RouterStatusMonitor-1:null) Found 0 networks to update RvR status.
> > 2013-04-07 00:34:50,850 DEBUG
> > [network.router.VirtualNetworkApplianceManagerImpl]
> > (RouterStatusMonitor-1:null) Found 0 routers to update status.
> > 2013-04-07 00:34:50,851 DEBUG
> > [network.router.VirtualNetworkApplianceManagerImpl]
> > (RouterStatusMonitor-1:null) Found 0 networks to update RvR status.
> > 2013-04-07 00:34:51,468 INFO  [agent.manager.AgentMonitor]
> > (Thread-11:null) Found the following agents behind on ping: [6, 5]
> > 2013-04-07 00:34:51,470 DEBUG [cloud.host.Status] (Thread-11:null) Ping
> > timeout for host 6, do invstigation
> > 2013-04-07 00:34:51,471 DEBUG [cloud.host.Status] (Thread-11:null) Ping
> > timeout for host 5, do invstigation
> > 2013-04-07 00:34:51,472 INFO  [agent.manager.AgentManagerImpl]
> > (AgentTaskPool-5:null) Investigating why host 6 has disconnected with
> event
> > PingTimeout
> > 2013-04-07 00:34:51,472 DEBUG [agent.manager.AgentManagerImpl]
> > (AgentTaskPool-5:null) checking if agent (6) is alive
> > 2013-04-07 00:34:51,473 INFO  [agent.manager.AgentManagerImpl]
> > (AgentTaskPool-6:null) Investigating why host 5 has disconnected with
> event
> > PingTimeout
> > 2013-04-07 00:34:51,473 DEBUG [agent.manager.AgentManagerImpl]
> > (AgentTaskPool-6:null) checking if agent (5) is alive
> > 2013-04-07 00:34:51,475 DEBUG [agent.transport.Request]
> > (AgentTaskPool-5:null) Seq 6-324993312: Sending  { Cmd , MgmtId: 1, via:
> 6,
> > Ver: v1, Flags: 100011, [{"CheckHealthCommand":{"wait":50}}] }
> > 2013-04-07 00:34:51,475 DEBUG [agent.transport.Request]
> > (AgentTaskPool-5:null) Seq 6-324993312: Executing:  { Cmd , MgmtId: 1,
> via:
> > 6, Ver: v1, Flags: 100011, [{"CheckHealthCommand":{"wait":50}}] }
> > 2013-04-07 00:34:51,475 DEBUG [agent.manager.DirectAgentAttache]
> > (DirectAgent-42:null) Seq 6-324993312: Executing request
> > 2013-04-07 00:34:51,476 DEBUG [agent.transport.Request]
> > (AgentTaskPool-6:null) Seq 5-614334816: Sending  { Cmd , MgmtId: 1, via:
> 5,
> > Ver: v1, Flags: 100011, [{"CheckHealthCommand":{"wait":50}}] }
> > 2013-04-07 00:34:51,476 DEBUG [agent.transport.Request]
> > (AgentTaskPool-6:null) Seq 5-614334816: Executing:  { Cmd , MgmtId: 1,
> via:
> > 5, Ver: v1, Flags: 100011, [{"CheckHealthCommand":{"wait":50}}] }
> > 2013-04-07 00:34:51,477 DEBUG [agent.manager.DirectAgentAttache]
> > (DirectAgent-164:null) Seq 5-614334816: Executing request
> > 2013-04-07 00:34:51,534 DEBUG [agent.manager.DirectAgentAttache]
> > (DirectAgent-164:null) Seq 5-614334816: Response Received:
> > 2013-04-07 00:34:51,535 DEBUG [agent.transport.Request]
> > (DirectAgent-164:null) Seq 5-614334816: Processing:  { Ans: , MgmtId: 1,
> > via: 5, Ver: v1, Flags: 10,
> > [{"CheckHealthAnswer":{"result":true,"details":"resource is
> > alive","wait":0}}] }
> > 2013-04-07 00:34:51,535 DEBUG [agent.transport.Request]
> > (AgentTaskPool-6:null) Seq 5-614334816: Received:  { Ans: , MgmtId: 1,
> via:
> > 5, Ver: v1, Flags: 10, { CheckHealthAnswer } }
> > 2013-04-07 00:34:51,535 DEBUG [agent.manager.AgentManagerImpl]
> > (AgentTaskPool-6:null) Details from executing class
> > com.cloud.agent.api.CheckHealthCommand: resource is alive
> > 2013-04-07 00:34:51,535 DEBUG [agent.manager.AgentManagerImpl]
> > (AgentTaskPool-6:null) agent (5) responded to checkHeathCommand,
> reporting
> > that agent is Up
> > 2013-04-07 00:34:51,535 INFO  [agent.manager.AgentManagerImpl]
> > (AgentTaskPool-6:null) The state determined is Up
> > 2013-04-07 00:34:51,535 INFO  [agent.manager.AgentManagerImpl]
> > (AgentTaskPool-6:null) Agent is determined to be up and running
> > 2013-04-07 00:34:51,535 DEBUG [cloud.host.Status] (AgentTaskPool-6:null)
> > Transition:[Resource state = Enabled, Agent event = Ping, Host id = 5,
> name
> > = Tut-XenServer2]
> > 2013-04-07 00:34:51,538 DEBUG [cloud.host.Status] (AgentTaskPool-6:null)
> > Agent status update: [id = 5; name = Tut-XenServer2; old status = Up;
> event
> > = Ping; new status = Up; old update count = 148; new update count = 149]
> > 2013-04-07 00:34:51,539 DEBUG [agent.manager.DirectAgentAttache]
> > (DirectAgent-42:null) Seq 6-324993312: Response Received:
> > 2013-04-07 00:34:51,539 DEBUG [agent.transport.Request]
> > (DirectAgent-42:null) Seq 6-324993312: Processing:  { Ans: , MgmtId: 1,
> > via: 6, Ver: v1, Flags: 10,
> > [{"CheckHealthAnswer":{"result":true,"details":"resource is
> > alive","wait":0}}] }
> > 2013-04-07 00:34:51,539 DEBUG [agent.transport.Request]
> > (AgentTaskPool-5:null) Seq 6-324993312: Received:  { Ans: , MgmtId: 1,
> via:
> > 6, Ver: v1, Flags: 10, { CheckHealthAnswer } }
> > 2013-04-07 00:34:51,539 DEBUG [agent.manager.AgentManagerImpl]
> > (AgentTaskPool-5:null) Details from executing class
> > com.cloud.agent.api.CheckHealthCommand: resource is alive
> > 2013-04-07 00:34:51,539 DEBUG [agent.manager.AgentManagerImpl]
> > (AgentTaskPool-5:null) agent (6) responded to checkHeathCommand,
> reporting
> > that agent is Up
> > 2013-04-07 00:34:51,539 INFO  [agent.manager.AgentManagerImpl]
> > (AgentTaskPool-5:null) The state determined is Up
> > 2013-04-07 00:34:51,539 INFO  [agent.manager.AgentManagerImpl]
> > (AgentTaskPool-5:null) Agent is determined to be up and running
> > 2013-04-07 00:34:51,539 DEBUG [cloud.host.Status] (AgentTaskPool-5:null)
> > Transition:[Resource state = Enabled, Agent event = Ping, Host id = 6,
> name
> > = Tut-XenServer]
> > 2013-04-07 00:34:51,542 DEBUG [cloud.host.Status] (AgentTaskPool-5:null)
> > Agent status update: [id = 6; name = Tut-XenServer; old status = Up;
> event
> > = Ping; new status = Up; old update count = 311; new update count = 312]
> > 2013-04-07 00:34:54,349 INFO  [cloud.vm.UserVmManagerImpl]
> > (UserVm-Scavenger-1:null) Found 1 vms to expunge.
> > 2013-04-07 00:34:54,349 DEBUG [cloud.vm.VirtualMachineManagerImpl]
> > (UserVm-Scavenger-1:null) Stopped called on
> > VM[User|a30b991d-1c38-4bae-803f-ab3be57a384f] but the state is Error
> > 2013-04-07 00:34:54,352 DEBUG [cloud.capacity.CapacityManagerImpl]
> > (UserVm-Scavenger-1:null) VM state transitted from :Error to Expunging
> with
> > event: ExpungeOperationvm's original host id: null new host id: null host
> > id before state transition: null
> > 2013-04-07 00:34:54,352 DEBUG [cloud.vm.VirtualMachineManagerImpl]
> > (UserVm-Scavenger-1:null) Destroying vm
> > VM[User|a30b991d-1c38-4bae-803f-ab3be57a384f]
> > 2013-04-07 00:34:54,352 DEBUG [cloud.vm.VirtualMachineManagerImpl]
> > (UserVm-Scavenger-1:null) Cleaning up NICS
> > 2013-04-07 00:34:54,352 DEBUG [cloud.network.NetworkManagerImpl]
> > (UserVm-Scavenger-1:null) Cleaning network for vm: 14
> > 2013-04-07 00:34:54,360 DEBUG [network.guru.DirectNetworkGuru]
> > (UserVm-Scavenger-1:null) Deallocate network: networkId: 204, ip: null
> > 2013-04-07 00:34:54,362 DEBUG [cloud.network.NetworkManagerImpl]
> > (UserVm-Scavenger-1:null) Removed nic id=20
> > 2013-04-07 00:34:54,362 DEBUG [cloud.storage.StorageManagerImpl]
> > (UserVm-Scavenger-1:null) Cleaning storage for vm: 14
> > 2013-04-07 00:34:54,363 DEBUG [cloud.storage.StorageManagerImpl]
> > (UserVm-Scavenger-1:null) Expunging Vol[14|vm=14|ROOT]
> > 2013-04-07 00:34:54,365 DEBUG [cloud.storage.StorageManagerImpl]
> > (UserVm-Scavenger-1:null) Marking volume that was never created as
> > destroyed: Vol[14|vm=14|ROOT]
> > 2013-04-07 00:34:54,368 DEBUG [cloud.vm.VirtualMachineManagerImpl]
> > (UserVm-Scavenger-1:null) Expunged
> > VM[User|a30b991d-1c38-4bae-803f-ab3be57a384f]
> > 2013-04-07 00:34:54,368 DEBUG [cloud.vm.UserVmManagerImpl]
> > (UserVm-Scavenger-1:null) Starting cleaning up vm
> > VM[User|a30b991d-1c38-4bae-803f-ab3be57a384f] resources...
> > 2013-04-07 00:34:54,371 INFO  [network.security.SecurityGroupManagerImpl]
> > (UserVm-Scavenger-1:null) Disassociated 1 network groups  from uservm 14
> > 2013-04-07 00:34:54,372 DEBUG [network.security.SecurityGroupManagerImpl]
> > (UserVm-Scavenger-1:null) Security group mappings are removed
> successfully
> > for vm id=14
> > 2013-04-07 00:34:54,376 DEBUG [network.firewall.FirewallManagerImpl]
> > (UserVm-Scavenger-1:null) No firewall rules are found for vm id=14
> > 2013-04-07 00:34:54,376 DEBUG [cloud.vm.UserVmManagerImpl]
> > (UserVm-Scavenger-1:null) Firewall rules are removed successfully as a
> part
> > of vm id=14 expunge
> > 2013-04-07 00:34:54,378 DEBUG [network.rules.RulesManagerImpl]
> > (UserVm-Scavenger-1:null) No port forwarding rules are found for vm id=14
> > 2013-04-07 00:34:54,378 DEBUG [cloud.vm.UserVmManagerImpl]
> > (UserVm-Scavenger-1:null) Port forwarding rules are removed successfully
> as
> > a part of vm id=14 expunge
> > 2013-04-07 00:34:54,379 DEBUG [cloud.vm.UserVmManagerImpl]
> > (UserVm-Scavenger-1:null) Removed vm id=14 from all load balancers as a
> > part of expunge process
> > 2013-04-07 00:34:54,379 DEBUG [cloud.vm.UserVmManagerImpl]
> > (UserVm-Scavenger-1:null) Successfully cleaned up vm
> > VM[User|a30b991d-1c38-4bae-803f-ab3be57a384f] resources as a part of
> > expunge process
> > 2013-04-07 00:34:54,873 DEBUG [cloud.api.ApiServlet]
> > (1161145101@qtp-1008805148-33:null) ===START===  127.0.0.1 -- GET
> >
>  command=listVirtualMachines&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&listAll=true&page=1&pagesize=20&_=1365316494871
> > 2013-04-07 00:34:54,891 DEBUG [cloud.api.ApiServlet]
> > (1161145101@qtp-1008805148-33:null) ===END===  127.0.0.1 -- GET
> >
>  command=listVirtualMachines&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&listAll=true&page=1&pagesize=20&_=1365316494871
> > 2013-04-07 00:34:57,672 DEBUG [cloud.api.ApiServlet]
> > (1161145101@qtp-1008805148-33:null) ===START===  127.0.0.1 -- GET
> >
>  command=listZones&id=3a62dec3-cf95-4ba2-9af0-af2190af35e3&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316497670
> > 2013-04-07 00:34:57,679 DEBUG [cloud.api.ApiServlet]
> > (1161145101@qtp-1008805148-33:null) ===END===  127.0.0.1 -- GET
> >
>  command=listZones&id=3a62dec3-cf95-4ba2-9af0-af2190af35e3&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316497670
> > 2013-04-07 00:34:57,683 DEBUG [cloud.api.ApiServlet]
> > (1161145101@qtp-1008805148-33:null) ===START===  127.0.0.1 -- GET
> >
>  command=listNetworks&id=9d28211f-440e-4233-86d1-214b404074eb&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316497681
> > 2013-04-07 00:34:57,708 DEBUG [cloud.api.ApiServlet]
> > (1161145101@qtp-1008805148-33:null) ===END===  127.0.0.1 -- GET
> >
>  command=listNetworks&id=9d28211f-440e-4233-86d1-214b404074eb&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316497681
> > 2013-04-07 00:34:57,714 DEBUG [cloud.api.ApiServlet]
> > (1161145101@qtp-1008805148-33:null) ===START===  127.0.0.1 -- GET
> >
>  command=listVirtualMachines&id=94ddc16f-04fc-4da1-8326-01d8d5cdeb44&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316497712
> > 2013-04-07 00:34:57,731 DEBUG [cloud.api.ApiServlet]
> > (1161145101@qtp-1008805148-33:null) ===END===  127.0.0.1 -- GET
> >
>  command=listVirtualMachines&id=94ddc16f-04fc-4da1-8326-01d8d5cdeb44&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316497712
> > 2013-04-07 00:34:57,738 DEBUG [cloud.api.ApiServlet]
> > (1161145101@qtp-1008805148-33:null) ===START===  127.0.0.1 -- GET
> >
>  command=listOsTypes&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316497736
> > 2013-04-07 00:34:57,754 DEBUG [cloud.api.ApiServlet]
> > (1109449945@qtp-1008805148-34:null) ===START===  127.0.0.1 -- GET
> >
>  command=listTags&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&resourceId=94ddc16f-04fc-4da1-8326-01d8d5cdeb44&resourceType=UserVm&listAll=true&_=1365316497750
> > 2013-04-07 00:34:57,763 DEBUG [cloud.api.ApiServlet]
> > (1109449945@qtp-1008805148-34:null) ===END===  127.0.0.1 -- GET
> >
>  command=listTags&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&resourceId=94ddc16f-04fc-4da1-8326-01d8d5cdeb44&resourceType=UserVm&listAll=true&_=1365316497750
> > 2013-04-07 00:34:57,889 DEBUG [cloud.api.ApiServlet]
> > (1161145101@qtp-1008805148-33:null) ===END===  127.0.0.1 -- GET
> >
>  command=listOsTypes&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316497736
> > 2013-04-07 00:35:01,051 DEBUG [cloud.api.ApiServlet]
> > (1109449945@qtp-1008805148-34:null) ===START===  127.0.0.1 -- GET
> >
>  command=listServiceOfferings&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&listAll=true&page=1&pagesize=20&issystem=false&_=1365316501047
> > 2013-04-07 00:35:01,064 DEBUG [cloud.api.ApiServlet]
> > (1109449945@qtp-1008805148-34:null) ===END===  127.0.0.1 -- GET
> >
>  command=listServiceOfferings&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&listAll=true&page=1&pagesize=20&issystem=false&_=1365316501047
> > 2013-04-07 00:35:03,427 DEBUG [cloud.api.ApiServlet]
> > (1109449945@qtp-1008805148-34:null) ===START===  127.0.0.1 -- GET
> >
>  command=listServiceOfferings&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&issystem=false&id=425cf3cf-4bc4-4e53-82a0-ba6c20dd3688&_=1365316503425
> > 2013-04-07 00:35:03,439 DEBUG [cloud.api.ApiServlet]
> > (1109449945@qtp-1008805148-34:null) ===END===  127.0.0.1 -- GET
> >
>  command=listServiceOfferings&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&issystem=false&id=425cf3cf-4bc4-4e53-82a0-ba6c20dd3688&_=1365316503425
> > 2013-04-07 00:35:04,848 DEBUG [agent.manager.DirectAgentAttache]
> > (DirectAgent-349:null) Ping from 6
> > 2013-04-07 00:35:06,206 DEBUG [agent.manager.DirectAgentAttache]
> > (DirectAgent-292:null) Ping from 5
> > 2013-04-07 00:35:06,909 DEBUG [agent.manager.DirectAgentAttache]
> > (DirectAgent-334:null) Seq 6-324993028: Executing request
> > 2013-04-07 00:35:07,112 DEBUG [agent.manager.DirectAgentAttache]
> > (DirectAgent-334:null) Seq 6-324993028: Response Received:
> > 2013-04-07 00:35:07,112 DEBUG [agent.transport.Request]
> > (DirectAgent-334:null) Seq 6-324993028: Processing:  { Ans: , MgmtId: 1,
> > via: 6, Ver: v1, Flags: 10,
> >
> [{"ClusterSyncAnswer":{"_clusterId":2,"_newStates":{},"_isExecuted":false,"result":true,"wait":0}}]
> > }
> > 2013-04-07 00:35:08,821 DEBUG [cloud.api.ApiServlet]
> > (1109449945@qtp-1008805148-34:null) ===START===  127.0.0.1 -- GET
> >
>  command=listConfigurations&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&page=1&pagesize=20&_=1365316508819
> > 2013-04-07 00:35:08,845 DEBUG [cloud.api.ApiServlet]
> > (1109449945@qtp-1008805148-34:null) ===END===  127.0.0.1 -- GET
> >
>  command=listConfigurations&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&page=1&pagesize=20&_=1365316508819
> > 2013-04-07 00:35:10,407 DEBUG [cloud.api.ApiServlet]
> > (1109449945@qtp-1008805148-34:null) ===START===  127.0.0.1 -- GET
> >
>  command=listZones&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316510405
> > 2013-04-07 00:35:10,416 DEBUG [cloud.api.ApiServlet]
> > (1109449945@qtp-1008805148-34:null) ===END===  127.0.0.1 -- GET
> >
>  command=listZones&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316510405
> > 2013-04-07 00:35:10,429 DEBUG [cloud.api.ApiServlet]
> > (1109449945@qtp-1008805148-34:null) ===START===  127.0.0.1 -- GET
> >
>  command=listPods&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&page=1&pagesize=1&_=1365316510426
> > 2013-04-07 00:35:10,436 DEBUG [cloud.api.ApiServlet]
> > (1109449945@qtp-1008805148-34:null) ===END===  127.0.0.1 -- GET
> >
>  command=listPods&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&page=1&pagesize=1&_=1365316510426
> > 2013-04-07 00:35:10,440 DEBUG [cloud.api.ApiServlet]
> > (1109449945@qtp-1008805148-34:null) ===START===  127.0.0.1 -- GET
> >
>  command=listClusters&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&page=1&pagesize=1&_=1365316510438
> > 2013-04-07 00:35:10,448 DEBUG [cloud.api.ApiServlet]
> > (1109449945@qtp-1008805148-34:null) ===END===  127.0.0.1 -- GET
> >
>  command=listClusters&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&page=1&pagesize=1&_=1365316510438
> > 2013-04-07 00:35:10,451 DEBUG [cloud.api.ApiServlet]
> > (1109449945@qtp-1008805148-34:null) ===START===  127.0.0.1 -- GET
> >
>  command=listHosts&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&type=routing&page=1&pagesize=1&_=1365316510449
> > 2013-04-07 00:35:10,456 DEBUG [api.query.QueryManagerImpl]
> > (1109449945@qtp-1008805148-34:null) >>>Searching for hosts>>>
> > 2013-04-07 00:35:10,461 DEBUG [api.query.QueryManagerImpl]
> > (1109449945@qtp-1008805148-34:null) >>>Generating Response>>>
> > 2013-04-07 00:35:10,466 DEBUG [cloud.api.ApiServlet]
> > (1109449945@qtp-1008805148-34:null) ===END===  127.0.0.1 -- GET
> >
>  command=listHosts&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&type=routing&page=1&pagesize=1&_=1365316510449
> > 2013-04-07 00:35:10,470 DEBUG [cloud.api.ApiServlet]
> > (1109449945@qtp-1008805148-34:null) ===START===  127.0.0.1 -- GET
> >
>  command=listStoragePools&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&page=1&pagesize=1&_=1365316510468
> > 2013-04-07 00:35:10,479 DEBUG [cloud.api.ApiServlet]
> > (1109449945@qtp-1008805148-34:null) ===END===  127.0.0.1 -- GET
> >
>  command=listStoragePools&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&page=1&pagesize=1&_=1365316510468
> > 2013-04-07 00:35:10,483 DEBUG [cloud.api.ApiServlet]
> > (1109449945@qtp-1008805148-34:null) ===START===  127.0.0.1 -- GET
> >
>  command=listHosts&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&type=SecondaryStorage&page=1&pagesize=1&_=1365316510481
> > 2013-04-07 00:35:10,488 DEBUG [api.query.QueryManagerImpl]
> > (1109449945@qtp-1008805148-34:null) >>>Searching for hosts>>>
> > 2013-04-07 00:35:10,493 DEBUG [api.query.QueryManagerImpl]
> > (1109449945@qtp-1008805148-34:null) >>>Generating Response>>>
> > 2013-04-07 00:35:10,494 DEBUG [cloud.api.ApiServlet]
> > (1109449945@qtp-1008805148-34:null) ===END===  127.0.0.1 -- GET
> >
>  command=listHosts&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&type=SecondaryStorage&page=1&pagesize=1&_=1365316510481
> > 2013-04-07 00:35:10,500 DEBUG [cloud.api.ApiServlet]
> > (1109449945@qtp-1008805148-34:null) ===START===  127.0.0.1 -- GET
> >
>  command=listSystemVms&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&page=1&pagesize=1&_=1365316510496
> > 2013-04-07 00:35:10,564 DEBUG [cloud.api.ApiServlet]
> > (1109449945@qtp-1008805148-34:null) ===END===  127.0.0.1 -- GET
> >
>  command=listSystemVms&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&page=1&pagesize=1&_=1365316510496
> > 2013-04-07 00:35:10,568 DEBUG [cloud.api.ApiServlet]
> > (1109449945@qtp-1008805148-34:null) ===START===  127.0.0.1 -- GET
> >
>  command=listRouters&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&projectid=-1&page=1&pagesize=1&_=1365316510566
> > 2013-04-07 00:35:10,576 DEBUG [cloud.api.ApiServlet]
> > (1109449945@qtp-1008805148-34:null) ===END===  127.0.0.1 -- GET
> >
>  command=listRouters&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&projectid=-1&page=1&pagesize=1&_=1365316510566
> > 2013-04-07 00:35:10,579 DEBUG [cloud.api.ApiServlet]
> > (1109449945@qtp-1008805148-34:null) ===START===  127.0.0.1 -- GET
> >
>  command=listRouters&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&listAll=true&page=1&pagesize=1&_=1365316510577
> > 2013-04-07 00:35:10,591 DEBUG [cloud.api.ApiServlet]
> > (1109449945@qtp-1008805148-34:null) ===END===  127.0.0.1 -- GET
> >
>  command=listRouters&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&listAll=true&page=1&pagesize=1&_=1365316510577
> > 2013-04-07 00:35:10,595 DEBUG [cloud.api.ApiServlet]
> > (1109449945@qtp-1008805148-34:null) ===START===  127.0.0.1 -- GET
> >
>  command=listCapacity&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316510593
> > 2013-04-07 00:35:10,609 DEBUG [cloud.api.ApiServlet]
> > (1109449945@qtp-1008805148-34:null) ===END===  127.0.0.1 -- GET
> >
>  command=listCapacity&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316510593
> > 2013-04-07 00:35:11,022 DEBUG [agent.manager.DirectAgentAttache]
> > (DirectAgent-298:null) Seq 5-614334468: Executing request
> > 2013-04-07 00:35:11,171 DEBUG [agent.manager.DirectAgentAttache]
> > (DirectAgent-298:null) Seq 5-614334468: Response Received:
> > 2013-04-07 00:35:11,172 DEBUG [agent.transport.Request]
> > (DirectAgent-298:null) Seq 5-614334468: Processing:  { Ans: , MgmtId: 1,
> > via: 5, Ver: v1, Flags: 10, [{"Answer":{"result":true,"wait":0}}] }
> > 2013-04-07 00:35:12,493 DEBUG [cloud.api.ApiServlet]
> > (1109449945@qtp-1008805148-34:null) ===START===  127.0.0.1 -- GET
> >
>  command=listStoragePools&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&page=1&pageSize=20&listAll=true&_=1365316512490
> > 2013-04-07 00:35:12,508 DEBUG [cloud.api.ApiServlet]
> > (1109449945@qtp-1008805148-34:null) ===END===  127.0.0.1 -- GET
> >
>  command=listStoragePools&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&page=1&pageSize=20&listAll=true&_=1365316512490
> > 2013-04-07 00:35:18,008 DEBUG [cloud.api.ApiServlet]
> > (1109449945@qtp-1008805148-34:null) ===START===  127.0.0.1 -- GET
> >
>  command=listZones&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&id=3a62dec3-cf95-4ba2-9af0-af2190af35e3&_=1365316518006
> > 2013-04-07 00:35:18,016 DEBUG [cloud.api.ApiServlet]
> > (1109449945@qtp-1008805148-34:null) ===END===  127.0.0.1 -- GET
> >
>  command=listZones&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&id=3a62dec3-cf95-4ba2-9af0-af2190af35e3&_=1365316518006
> > 2013-04-07 00:35:18,022 DEBUG [cloud.api.ApiServlet]
> > (1109449945@qtp-1008805148-34:null) ===START===  127.0.0.1 -- GET
> >
>  command=listStoragePools&id=iSCSI_SR_4&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316518019
> > 2013-04-07 00:35:18,036 DEBUG [cloud.api.ApiServlet]
> > (1109449945@qtp-1008805148-34:null) ===END===  127.0.0.1 -- GET
> >
>  command=listStoragePools&id=iSCSI_SR_4&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316518019
> > 2013-04-07 00:35:20,457 DEBUG
> > [storage.secondary.SecondaryStorageManagerImpl] (secstorage-1:null) Zone
> 1
> > is ready to launch secondary storage VM
> > 2013-04-07 00:35:20,560 DEBUG
> [cloud.consoleproxy.ConsoleProxyManagerImpl]
> > (consoleproxy-1:null) Zone 1 is ready to launch console proxy
> > 2013-04-07 00:35:20,820 DEBUG
> > [network.router.VirtualNetworkApplianceManagerImpl]
> > (RouterStatusMonitor-1:null) Found 0 routers to update status.
> > 2013-04-07 00:35:20,821 DEBUG
> > [network.router.VirtualNetworkApplianceManagerImpl]
> > (RouterStatusMonitor-1:null) Found 0 networks to update RvR status.
> > 2013-04-07 00:35:20,850 DEBUG
> > [network.router.VirtualNetworkApplianceManagerImpl]
> > (RouterStatusMonitor-1:null) Found 0 routers to update status.
> > 2013-04-07 00:35:20,851 DEBUG
> > [network.router.VirtualNetworkApplianceManagerImpl]
> > (RouterStatusMonitor-1:null) Found 0 networks to update RvR status.
> > 2013-04-07 00:35:23,644 DEBUG [cloud.api.ApiServlet]
> > (1109449945@qtp-1008805148-34:null) ===START===  127.0.0.1 -- GET
> >
>  command=listZones&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&id=3a62dec3-cf95-4ba2-9af0-af2190af35e3&_=1365316523642
> > 2013-04-07 00:35:23,652 DEBUG [cloud.api.ApiServlet]
> > (1109449945@qtp-1008805148-34:null) ===END===  127.0.0.1 -- GET
> >
>  command=listZones&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&id=3a62dec3-cf95-4ba2-9af0-af2190af35e3&_=1365316523642
> > 2013-04-07 00:35:23,657 DEBUG [cloud.api.ApiServlet]
> > (1109449945@qtp-1008805148-34:null) ===START===  127.0.0.1 -- GET
> >
>  command=listStoragePools&id=iSCSI_SR_3&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316523655
> > 2013-04-07 00:35:23,670 DEBUG [cloud.api.ApiServlet]
> > (1109449945@qtp-1008805148-34:null) ===END===  127.0.0.1 -- GET
> >
>  command=listStoragePools&id=iSCSI_SR_3&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316523655
> > 2013-04-07 00:35:24,890 DEBUG [agent.manager.AgentManagerImpl]
> > (AgentManager-Handler-2:null) Ping from 4
> > 2013-04-07 00:35:25,447 DEBUG [cloud.api.ApiServlet]
> > (1109449945@qtp-1008805148-34:null) ===START===  127.0.0.1 -- GET
> >
>  command=listZones&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316525443
> > 2013-04-07 00:35:25,456 DEBUG [cloud.api.ApiServlet]
> > (1109449945@qtp-1008805148-34:null) ===END===  127.0.0.1 -- GET
> >
>  command=listZones&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316525443
> > 2013-04-07 00:35:25,467 DEBUG [cloud.api.ApiServlet]
> > (1109449945@qtp-1008805148-34:null) ===START===  127.0.0.1 -- GET
> >
>  command=listPods&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&page=1&pagesize=1&_=1365316525465
> > 2013-04-07 00:35:25,474 DEBUG [cloud.api.ApiServlet]
> > (1109449945@qtp-1008805148-34:null) ===END===  127.0.0.1 -- GET
> >
>  command=listPods&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&page=1&pagesize=1&_=1365316525465
> > 2013-04-07 00:35:25,477 DEBUG [cloud.api.ApiServlet]
> > (1109449945@qtp-1008805148-34:null) ===START===  127.0.0.1 -- GET
> >
>  command=listClusters&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&page=1&pagesize=1&_=1365316525475
> > 2013-04-07 00:35:25,485 DEBUG [cloud.api.ApiServlet]
> > (1109449945@qtp-1008805148-34:null) ===END===  127.0.0.1 -- GET
> >
>  command=listClusters&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&page=1&pagesize=1&_=1365316525475
> > 2013-04-07 00:35:25,488 DEBUG [cloud.api.ApiServlet]
> > (1109449945@qtp-1008805148-34:null) ===START===  127.0.0.1 -- GET
> >
>  command=listHosts&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&type=routing&page=1&pagesize=1&_=1365316525486
> > 2013-04-07 00:35:25,493 DEBUG [api.query.QueryManagerImpl]
> > (1109449945@qtp-1008805148-34:null) >>>Searching for hosts>>>
> > 2013-04-07 00:35:25,498 DEBUG [api.query.QueryManagerImpl]
> > (1109449945@qtp-1008805148-34:null) >>>Generating Response>>>
> > 2013-04-07 00:35:25,504 DEBUG [cloud.api.ApiServlet]
> > (1109449945@qtp-1008805148-34:null) ===END===  127.0.0.1 -- GET
> >
>  command=listHosts&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&type=routing&page=1&pagesize=1&_=1365316525486
> > 2013-04-07 00:35:25,507 DEBUG [cloud.api.ApiServlet]
> > (1109449945@qtp-1008805148-34:null) ===START===  127.0.0.1 -- GET
> >
>  command=listStoragePools&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&page=1&pagesize=1&_=1365316525505
> > 2013-04-07 00:35:25,517 DEBUG [cloud.api.ApiServlet]
> > (1109449945@qtp-1008805148-34:null) ===END===  127.0.0.1 -- GET
> >
>  command=listStoragePools&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&page=1&pagesize=1&_=1365316525505
> > 2013-04-07 00:35:25,522 DEBUG [cloud.api.ApiServlet]
> > (1109449945@qtp-1008805148-34:null) ===START===  127.0.0.1 -- GET
> >
>  command=listHosts&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&type=SecondaryStorage&page=1&pagesize=1&_=1365316525519
> > 2013-04-07 00:35:25,526 DEBUG [api.query.QueryManagerImpl]
> > (1109449945@qtp-1008805148-34:null) >>>Searching for hosts>>>
> > 2013-04-07 00:35:25,531 DEBUG [api.query.QueryManagerImpl]
> > (1109449945@qtp-1008805148-34:null) >>>Generating Response>>>
> > 2013-04-07 00:35:25,533 DEBUG [cloud.api.ApiServlet]
> > (1109449945@qtp-1008805148-34:null) ===END===  127.0.0.1 -- GET
> >
>  command=listHosts&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&type=SecondaryStorage&page=1&pagesize=1&_=1365316525519
> > 2013-04-07 00:35:25,536 DEBUG [cloud.api.ApiServlet]
> > (1109449945@qtp-1008805148-34:null) ===START===  127.0.0.1 -- GET
> >
>  command=listSystemVms&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&page=1&pagesize=1&_=1365316525534
> > 2013-04-07 00:35:25,591 DEBUG [cloud.api.ApiServlet]
> > (1109449945@qtp-1008805148-34:null) ===END===  127.0.0.1 -- GET
> >
>  command=listSystemVms&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&page=1&pagesize=1&_=1365316525534
> > 2013-04-07 00:35:25,595 DEBUG [cloud.api.ApiServlet]
> > (1109449945@qtp-1008805148-34:null) ===START===  127.0.0.1 -- GET
> >
>  command=listRouters&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&projectid=-1&page=1&pagesize=1&_=1365316525593
> > 2013-04-07 00:35:25,603 DEBUG [cloud.api.ApiServlet]
> > (1109449945@qtp-1008805148-34:null) ===END===  127.0.0.1 -- GET
> >
>  command=listRouters&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&projectid=-1&page=1&pagesize=1&_=1365316525593
> > 2013-04-07 00:35:25,606 DEBUG [cloud.api.ApiServlet]
> > (1109449945@qtp-1008805148-34:null) ===START===  127.0.0.1 -- GET
> >
>  command=listRouters&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&listAll=true&page=1&pagesize=1&_=1365316525604
> > 2013-04-07 00:35:25,617 DEBUG [cloud.api.ApiServlet]
> > (1109449945@qtp-1008805148-34:null) ===END===  127.0.0.1 -- GET
> >
>  command=listRouters&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&listAll=true&page=1&pagesize=1&_=1365316525604
> > 2013-04-07 00:35:25,621 DEBUG [cloud.api.ApiServlet]
> > (1109449945@qtp-1008805148-34:null) ===START===  127.0.0.1 -- GET
> >
>  command=listCapacity&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316525619
> > 2013-04-07 00:35:25,634 DEBUG [cloud.api.ApiServlet]
> > (1109449945@qtp-1008805148-34:null) ===END===  127.0.0.1 -- GET
> >
>  command=listCapacity&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316525619
> > 2013-04-07 00:35:27,158 DEBUG [agent.manager.DirectAgentAttache]
> > (DirectAgent-276:null) Ping from 1
> > 2013-04-07 00:35:29,095 DEBUG [agent.manager.DirectAgentAttache]
> > (DirectAgent-139:null) Seq 1-90046472: Executing request
> > 2013-04-07 00:35:29,302 DEBUG [agent.manager.DirectAgentAttache]
> > (DirectAgent-139:null) Seq 1-90046472: Response Received:
> > 2013-04-07 00:35:29,303 DEBUG [agent.transport.Request]
> > (DirectAgent-139:null) Seq 1-90046472: Processing:  { Ans: , MgmtId: 1,
> > via: 1, Ver: v1, Flags: 10,
> >
> [{"ClusterSyncAnswer":{"_clusterId":1,"_newStates":{},"_isExecuted":false,"result":true,"wait":0}}]
> > }
> > 2013-04-07 00:35:31,624 DEBUG [cloud.api.ApiServlet]
> > (1109449945@qtp-1008805148-34:null) ===START===  127.0.0.1 -- GET
> >
>  command=listVirtualMachines&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&listAll=true&page=1&pagesize=20&_=1365316531622
> > 2013-04-07 00:35:31,644 DEBUG [cloud.api.ApiServlet]
> > (1109449945@qtp-1008805148-34:null) ===END===  127.0.0.1 -- GET
> >
>  command=listVirtualMachines&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&listAll=true&page=1&pagesize=20&_=1365316531622
> > 2013-04-07 00:35:32,710 DEBUG [cloud.api.ApiServlet]
> > (1109449945@qtp-1008805148-34:null) ===START===  127.0.0.1 -- GET
> >
>  command=listVolumes&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&listAll=true&page=1&pagesize=20&_=1365316532708
> > 2013-04-07 00:35:32,724 DEBUG [cloud.api.ApiServlet]
> > (1109449945@qtp-1008805148-34:null) ===END===  127.0.0.1 -- GET
> >
>  command=listVolumes&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&listAll=true&page=1&pagesize=20&_=1365316532708
> > 2013-04-07 00:35:33,917 DEBUG [cloud.api.ApiServlet]
> > (1109449945@qtp-1008805148-34:null) ===START===  127.0.0.1 -- GET
> >
>  command=listVirtualMachines&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&listAll=true&page=1&pagesize=20&_=1365316533915
> > 2013-04-07 00:35:33,935 DEBUG [cloud.api.ApiServlet]
> > (1109449945@qtp-1008805148-34:null) ===END===  127.0.0.1 -- GET
> >
>  command=listVirtualMachines&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&listAll=true&page=1&pagesize=20&_=1365316533915
> > 2013-04-07 00:35:35,668 DEBUG [cloud.api.ApiServlet]
> > (1109449945@qtp-1008805148-34:null) ===START===  127.0.0.1 -- GET
> >
>  command=listVirtualMachines&id=c18ddf7c-fc61-40b0-af75-fdef05f8eae6&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316535666
> > 2013-04-07 00:35:35,689 DEBUG [cloud.api.ApiServlet]
> > (1109449945@qtp-1008805148-34:null) ===END===  127.0.0.1 -- GET
> >
>  command=listVirtualMachines&id=c18ddf7c-fc61-40b0-af75-fdef05f8eae6&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316535666
> > 2013-04-07 00:35:35,695 DEBUG [cloud.api.ApiServlet]
> > (1109449945@qtp-1008805148-34:null) ===START===  127.0.0.1 -- GET
> >
>  command=listOsTypes&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316535693
> > 2013-04-07 00:35:35,873 DEBUG [cloud.api.ApiServlet]
> > (1109449945@qtp-1008805148-34:null) ===END===  127.0.0.1 -- GET
> >
>  command=listOsTypes&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316535693
> > 2013-04-07 00:35:39,081 DEBUG [cloud.api.ApiServlet]
> > (1109449945@qtp-1008805148-34:null) ===START===  127.0.0.1 -- GET
> >
>  command=destroyVirtualMachine&id=c18ddf7c-fc61-40b0-af75-fdef05f8eae6&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316539079
> > 2013-04-07 00:35:39,103 DEBUG [cloud.async.AsyncJobManagerImpl]
> > (1109449945@qtp-1008805148-34:null) submit async job-45, details:
> > AsyncJobVO {id:45, userId: 2, accountId: 2, sessionKey: null,
> instanceType:
> > null, instanceId: 12, cmd:
> > org.apache.cloudstack.api.command.user.vm.DestroyVMCmd, cmdOriginator:
> > null, cmdInfo:
> >
> {"id":"c18ddf7c-fc61-40b0-af75-fdef05f8eae6","response":"json","sessionkey":"Z6QqzU0Fq1iT13bMgnRRfl8GoVA\u003d","ctxUserId":"2","_":"1365316539079","ctxAccountId":"2","ctxStartEventId":"50"},
> > cmdVersion: 0, callbackType: 0, callbackAddress: null, status: 0,
> > processStatus: 0, resultCode: 0, result: null, initMsid: 1, completeMsid:
> > null, lastUpdated: null, lastPolled: null, created: null}
> > 2013-04-07 00:35:39,104 DEBUG [cloud.async.AsyncJobManagerImpl]
> > (Job-Executor-38:job-45) Executing
> > org.apache.cloudstack.api.command.user.vm.DestroyVMCmd for job-45
> > 2013-04-07 00:35:39,105 DEBUG [cloud.api.ApiServlet]
> > (1109449945@qtp-1008805148-34:null) ===END===  127.0.0.1 -- GET
> >
>  command=destroyVirtualMachine&id=c18ddf7c-fc61-40b0-af75-fdef05f8eae6&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316539079
> > 2013-04-07 00:35:39,119 DEBUG [cloud.vm.VirtualMachineManagerImpl]
> > (Job-Executor-38:job-45) Destroying vm
> > VM[User|c18ddf7c-fc61-40b0-af75-fdef05f8eae6]
> > 2013-04-07 00:35:39,123 DEBUG [cloud.capacity.CapacityManagerImpl]
> > (Job-Executor-38:job-45) VM state transitted from :Running to Stopping
> with
> > event: StopRequestedvm's original host id: 5 new host id: 5 host id
> before
> > state transition: 5
> > 2013-04-07 00:35:39,125 DEBUG [agent.transport.Request]
> > (Job-Executor-38:job-45) Seq 5-614334817: Sending  { Cmd , MgmtId: 1,
> via:
> > 5, Ver: v1, Flags: 100111,
> > [{"StopCommand":{"isProxy":false,"vmName":"i-2-12-VM","wait":0}}] }
> > 2013-04-07 00:35:39,125 DEBUG [agent.transport.Request]
> > (Job-Executor-38:job-45) Seq 5-614334817: Executing:  { Cmd , MgmtId: 1,
> > via: 5, Ver: v1, Flags: 100111,
> > [{"StopCommand":{"isProxy":false,"vmName":"i-2-12-VM","wait":0}}] }
> > 2013-04-07 00:35:39,125 DEBUG [agent.manager.DirectAgentAttache]
> > (DirectAgent-414:null) Seq 5-614334817: Executing request
> > 2013-04-07 00:35:39,289 DEBUG [xen.resource.CitrixResourceBase]
> > (DirectAgent-414:null) 9. The VM i-2-12-VM is in Stopping state
> > 2013-04-07 00:35:39,720 INFO  [xen.resource.CitrixResourceBase]
> > (DirectAgent-414:null) Removed  network rules for vm i-2-12-VM
> > 2013-04-07 00:35:42,113 DEBUG [cloud.api.ApiServlet]
> > (1109449945@qtp-1008805148-34:null) ===START===  127.0.0.1 -- GET
> >
>  command=queryAsyncJobResult&jobId=1288fa5b-8b5f-4952-b056-b180437edfd5&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316542111
> > 2013-04-07 00:35:42,127 DEBUG [cloud.api.ApiServlet]
> > (1109449945@qtp-1008805148-34:null) ===END===  127.0.0.1 -- GET
> >
>  command=queryAsyncJobResult&jobId=1288fa5b-8b5f-4952-b056-b180437edfd5&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316542111
> > 2013-04-07 00:35:45,114 DEBUG [cloud.api.ApiServlet]
> > (1109449945@qtp-1008805148-34:null) ===START===  127.0.0.1 -- GET
> >
>  command=queryAsyncJobResult&jobId=1288fa5b-8b5f-4952-b056-b180437edfd5&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316545112
> > 2013-04-07 00:35:45,129 DEBUG [cloud.api.ApiServlet]
> > (1109449945@qtp-1008805148-34:null) ===END===  127.0.0.1 -- GET
> >
>  command=queryAsyncJobResult&jobId=1288fa5b-8b5f-4952-b056-b180437edfd5&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316545112
> > 2013-04-07 00:35:47,682 DEBUG [agent.manager.AgentManagerImpl]
> > (AgentManager-Handler-3:null) Ping from 3
> > 2013-04-07 00:35:48,115 DEBUG [cloud.api.ApiServlet]
> > (1109449945@qtp-1008805148-34:null) ===START===  127.0.0.1 -- GET
> >
>  command=queryAsyncJobResult&jobId=1288fa5b-8b5f-4952-b056-b180437edfd5&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316548112
> > 2013-04-07 00:35:48,133 DEBUG [cloud.api.ApiServlet]
> > (1109449945@qtp-1008805148-34:null) ===END===  127.0.0.1 -- GET
> >
>  command=queryAsyncJobResult&jobId=1288fa5b-8b5f-4952-b056-b180437edfd5&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316548112
> > 2013-04-07 00:35:50,456 DEBUG
> > [storage.secondary.SecondaryStorageManagerImpl] (secstorage-1:null) Zone
> 1
> > is ready to launch secondary storage VM
> > 2013-04-07 00:35:50,564 DEBUG
> [cloud.consoleproxy.ConsoleProxyManagerImpl]
> > (consoleproxy-1:null) Zone 1 is ready to launch console proxy
> > 2013-04-07 00:35:50,819 DEBUG
> > [network.router.VirtualNetworkApplianceManagerImpl]
> > (RouterStatusMonitor-1:null) Found 0 routers to update status.
> > 2013-04-07 00:35:50,821 DEBUG
> > [network.router.VirtualNetworkApplianceManagerImpl]
> > (RouterStatusMonitor-1:null) Found 0 networks to update RvR status.
> > 2013-04-07 00:35:50,851 DEBUG
> > [network.router.VirtualNetworkApplianceManagerImpl]
> > (RouterStatusMonitor-1:null) Found 0 routers to update status.
> > 2013-04-07 00:35:50,852 DEBUG
> > [network.router.VirtualNetworkApplianceManagerImpl]
> > (RouterStatusMonitor-1:null) Found 0 networks to update RvR status.
> > 2013-04-07 00:35:51,117 DEBUG [cloud.api.ApiServlet]
> > (1109449945@qtp-1008805148-34:null) ===START===  127.0.0.1 -- GET
> >
>  command=queryAsyncJobResult&jobId=1288fa5b-8b5f-4952-b056-b180437edfd5&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316551115
> > 2013-04-07 00:35:51,132 DEBUG [cloud.api.ApiServlet]
> > (1109449945@qtp-1008805148-34:null) ===END===  127.0.0.1 -- GET
> >
>  command=queryAsyncJobResult&jobId=1288fa5b-8b5f-4952-b056-b180437edfd5&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316551115
> > 2013-04-07 00:35:51,242 DEBUG [xen.resource.CitrixResourceBase]
> > (DirectAgent-414:null) 10. The VM i-2-12-VM is in Stopped state
> > 2013-04-07 00:35:51,242 DEBUG [agent.manager.DirectAgentAttache]
> > (DirectAgent-414:null) Seq 5-614334817: Response Received:
> > 2013-04-07 00:35:51,243 DEBUG [agent.transport.Request]
> > (DirectAgent-414:null) Seq 5-614334817: Processing:  { Ans: , MgmtId: 1,
> > via: 5, Ver: v1, Flags: 110,
> > [{"StopAnswer":{"vncPort":0,"result":true,"details":"Stop VM i-2-12-VM
> > Succeed","wait":0}}] }
> > 2013-04-07 00:35:51,243 DEBUG [agent.transport.Request]
> > (Job-Executor-38:job-45) Seq 5-614334817: Received:  { Ans: , MgmtId: 1,
> > via: 5, Ver: v1, Flags: 110, { StopAnswer } }
> > 2013-04-07 00:35:51,243 DEBUG [agent.manager.AgentAttache]
> > (DirectAgent-414:null) Seq 5-614334817: No more commands found
> > 2013-04-07 00:35:51,244 DEBUG [cloud.vm.VirtualMachineManagerImpl]
> > (Job-Executor-38:job-45) VM[User|c18ddf7c-fc61-40b0-af75-fdef05f8eae6] is
> > stopped on the host.  Proceeding to release resource held.
> > 2013-04-07 00:35:51,251 DEBUG [cloud.network.NetworkManagerImpl]
> > (Job-Executor-38:job-45) Changing active number of nics for network
> id=204
> > on -1
> > 2013-04-07 00:35:51,252 DEBUG [cloud.network.NetworkManagerImpl]
> > (Job-Executor-38:job-45) Asking ElasticLoadBalancerElement to release
> > Nic[18-12-6416c373-20d8-4617-8dcb-30a8ff9d0f34-192.168.56.195]
> > 2013-04-07 00:35:51,252 DEBUG [cloud.network.NetworkManagerImpl]
> > (Job-Executor-38:job-45) Asking NiciraNvpElement to release
> > Nic[18-12-6416c373-20d8-4617-8dcb-30a8ff9d0f34-192.168.56.195]
> > 2013-04-07 00:35:51,252 DEBUG [network.element.NiciraNvpElement]
> > (Job-Executor-38:job-45) Checking if NiciraNvpElement can handle service
> > Connectivity on network guestNetworkForBasicZone
> > 2013-04-07 00:35:51,252 DEBUG [cloud.network.NetworkManagerImpl]
> > (Job-Executor-38:job-45) Asking BigSwitchVnsElement to release
> > Nic[18-12-6416c373-20d8-4617-8dcb-30a8ff9d0f34-192.168.56.195]
> > 2013-04-07 00:35:51,252 DEBUG [network.element.BigSwitchVnsElement]
> > (Job-Executor-38:job-45) Checking if BigSwitchVnsElement can handle
> service
> > Connectivity on network guestNetworkForBasicZone
> > 2013-04-07 00:35:51,252 DEBUG [cloud.network.NetworkManagerImpl]
> > (Job-Executor-38:job-45) Asking Ovs to release
> > Nic[18-12-6416c373-20d8-4617-8dcb-30a8ff9d0f34-192.168.56.195]
> > 2013-04-07 00:35:51,252 DEBUG [cloud.network.NetworkManagerImpl]
> > (Job-Executor-38:job-45) Asking BareMetalDhcp to release
> > Nic[18-12-6416c373-20d8-4617-8dcb-30a8ff9d0f34-192.168.56.195]
> > 2013-04-07 00:35:51,252 DEBUG [cloud.network.NetworkManagerImpl]
> > (Job-Executor-38:job-45) Asking BareMetalPxe to release
> > Nic[18-12-6416c373-20d8-4617-8dcb-30a8ff9d0f34-192.168.56.195]
> > 2013-04-07 00:35:51,252 DEBUG [cloud.network.NetworkManagerImpl]
> > (Job-Executor-38:job-45) Asking BareMetalUserdata to release
> > Nic[18-12-6416c373-20d8-4617-8dcb-30a8ff9d0f34-192.168.56.195]
> > 2013-04-07 00:35:51,252 DEBUG [cloud.network.NetworkManagerImpl]
> > (Job-Executor-38:job-45) Asking SecurityGroupProvider to release
> > Nic[18-12-6416c373-20d8-4617-8dcb-30a8ff9d0f34-192.168.56.195]
> > 2013-04-07 00:35:51,252 DEBUG [cloud.network.NetworkManagerImpl]
> > (Job-Executor-38:job-45) Asking VirtualRouter to release
> > Nic[18-12-6416c373-20d8-4617-8dcb-30a8ff9d0f34-192.168.56.195]
> > 2013-04-07 00:35:51,253 DEBUG [cloud.network.NetworkManagerImpl]
> > (Job-Executor-38:job-45) Asking VpcVirtualRouter to release
> > Nic[18-12-6416c373-20d8-4617-8dcb-30a8ff9d0f34-192.168.56.195]
> > 2013-04-07 00:35:51,253 DEBUG [cloud.network.NetworkManagerImpl]
> > (Job-Executor-38:job-45) Asking NiciraNvp to release
> > Nic[18-12-6416c373-20d8-4617-8dcb-30a8ff9d0f34-192.168.56.195]
> > 2013-04-07 00:35:51,253 DEBUG [network.element.NiciraNvpElement]
> > (Job-Executor-38:job-45) Checking if NiciraNvpElement can handle service
> > Connectivity on network guestNetworkForBasicZone
> > 2013-04-07 00:35:51,253 DEBUG [cloud.network.NetworkManagerImpl]
> > (Job-Executor-38:job-45) Asking JuniperSRX to release
> > Nic[18-12-6416c373-20d8-4617-8dcb-30a8ff9d0f34-192.168.56.195]
> > 2013-04-07 00:35:51,253 DEBUG [cloud.network.NetworkManagerImpl]
> > (Job-Executor-38:job-45) Asking Netscaler to release
> > Nic[18-12-6416c373-20d8-4617-8dcb-30a8ff9d0f34-192.168.56.195]
> > 2013-04-07 00:35:51,253 DEBUG [cloud.network.NetworkManagerImpl]
> > (Job-Executor-38:job-45) Asking F5BigIP to release
> > Nic[18-12-6416c373-20d8-4617-8dcb-30a8ff9d0f34-192.168.56.195]
> > 2013-04-07 00:35:51,253 DEBUG [cloud.network.NetworkManagerImpl]
> > (Job-Executor-38:job-45) Asking CiscoNexus1000vVSM to release
> > Nic[18-12-6416c373-20d8-4617-8dcb-30a8ff9d0f34-192.168.56.195]
> > 2013-04-07 00:35:51,253 DEBUG [cloud.vm.VirtualMachineManagerImpl]
> > (Job-Executor-38:job-45) Successfully released network resources for the
> vm
> > VM[User|c18ddf7c-fc61-40b0-af75-fdef05f8eae6]
> > 2013-04-07 00:35:51,253 DEBUG [cloud.vm.VirtualMachineManagerImpl]
> > (Job-Executor-38:job-45) Successfully released storage resources for the
> vm
> > VM[User|c18ddf7c-fc61-40b0-af75-fdef05f8eae6]
> > 2013-04-07 00:35:51,298 DEBUG [cloud.capacity.CapacityManagerImpl]
> > (Job-Executor-38:job-45) VM state transitted from :Stopping to Stopped
> with
> > event: OperationSucceededvm's original host id: 5 new host id: null host
> id
> > before state transition: 5
> > 2013-04-07 00:35:51,302 DEBUG [cloud.capacity.CapacityManagerImpl]
> > (Job-Executor-38:job-45) Hosts's actual total CPU: 2479 and CPU after
> > applying overprovisioning: 2479
> > 2013-04-07 00:35:51,303 DEBUG [cloud.capacity.CapacityManagerImpl]
> > (Job-Executor-38:job-45) release cpu from host: 5, old used:
> 100,reserved:
> > 0, actual total: 2479, total with overprovisioning: 2479; new used:
> > 0,reserved:100; movedfromreserved: false,moveToReserveredtrue
> > 2013-04-07 00:35:51,303 DEBUG [cloud.capacity.CapacityManagerImpl]
> > (Job-Executor-38:job-45) release mem from host: 5, old used:
> > 1073741824,reserved: 0, total: 1671695424; new used:
> 0,reserved:1073741824;
> > movedfromreserved: false,moveToReserveredtrue
> > 2013-04-07 00:35:51,308 DEBUG [cloud.capacity.CapacityManagerImpl]
> > (Job-Executor-38:job-45) VM state transitted from :Stopped to Destroyed
> > with event: DestroyRequestedvm's original host id: 5 new host id: null
> host
> > id before state transition: null
> > 2013-04-07 00:35:51,313 DEBUG [cloud.capacity.CapacityManagerImpl]
> > (Job-Executor-38:job-45) Hosts's actual total CPU: 2479 and CPU after
> > applying overprovisioning: 2479
> > 2013-04-07 00:35:51,313 DEBUG [cloud.capacity.CapacityManagerImpl]
> > (Job-Executor-38:job-45) release cpu from host: 5, old used: 0,reserved:
> > 100, actual total: 2479, total with overprovisioning: 2479; new used:
> > 0,reserved:0; movedfromreserved: true,moveToReserveredfalse
> > 2013-04-07 00:35:51,313 DEBUG [cloud.capacity.CapacityManagerImpl]
> > (Job-Executor-38:job-45) release mem from host: 5, old used: 0,reserved:
> > 1073741824, total: 1671695424; new used: 0,reserved:0; movedfromreserved:
> > true,moveToReserveredfalse
> > 2013-04-07 00:35:51,328 DEBUG [cloud.async.AsyncJobManagerImpl]
> > (Job-Executor-38:job-45) Complete async job-45, jobStatus: 1, resultCode:
> > 0, result: org.apache.cloudstack.api.response.UserVmResponse@324f6e41
> > 2013-04-07 00:35:51,332 DEBUG [cloud.async.AsyncJobManagerImpl]
> > (Job-Executor-38:job-45) Done executing
> > org.apache.cloudstack.api.command.user.vm.DestroyVMCmd for job-45
> > 2013-04-07 00:35:51,397 DEBUG [cloud.api.ApiServlet]
> > (1109449945@qtp-1008805148-34:null) ===START===  127.0.0.1 -- GET
> >
>  command=listVirtualMachines&id=94ddc16f-04fc-4da1-8326-01d8d5cdeb44&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316551394
> > 2013-04-07 00:35:51,417 DEBUG [cloud.api.ApiServlet]
> > (1109449945@qtp-1008805148-34:null) ===END===  127.0.0.1 -- GET
> >
>  command=listVirtualMachines&id=94ddc16f-04fc-4da1-8326-01d8d5cdeb44&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316551394
> > 2013-04-07 00:35:51,425 DEBUG [cloud.api.ApiServlet]
> > (1109449945@qtp-1008805148-34:null) ===START===  127.0.0.1 -- GET
> >
>  command=listOsTypes&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316551423
> > 2013-04-07 00:35:51,472 INFO  [agent.manager.AgentMonitor]
> > (Thread-11:null) Found the following agents behind on ping: [6, 5]
> > 2013-04-07 00:35:51,473 DEBUG [cloud.host.Status] (Thread-11:null) Ping
> > timeout for host 6, do invstigation
> > 2013-04-07 00:35:51,475 DEBUG [cloud.host.Status] (Thread-11:null) Ping
> > timeout for host 5, do invstigation
> > 2013-04-07 00:35:51,475 INFO  [agent.manager.AgentManagerImpl]
> > (AgentTaskPool-7:null) Investigating why host 6 has disconnected with
> event
> > PingTimeout
> > 2013-04-07 00:35:51,475 DEBUG [agent.manager.AgentManagerImpl]
> > (AgentTaskPool-7:null) checking if agent (6) is alive
> > 2013-04-07 00:35:51,478 INFO  [agent.manager.AgentManagerImpl]
> > (AgentTaskPool-8:null) Investigating why host 5 has disconnected with
> event
> > PingTimeout
> > 2013-04-07 00:35:51,478 DEBUG [agent.manager.AgentManagerImpl]
> > (AgentTaskPool-8:null) checking if agent (5) is alive
> > 2013-04-07 00:35:51,480 DEBUG [agent.transport.Request]
> > (AgentTaskPool-7:null) Seq 6-324993313: Sending  { Cmd , MgmtId: 1, via:
> 6,
> > Ver: v1, Flags: 100011, [{"CheckHealthCommand":{"wait":50}}] }
> > 2013-04-07 00:35:51,481 DEBUG [agent.transport.Request]
> > (AgentTaskPool-7:null) Seq 6-324993313: Executing:  { Cmd , MgmtId: 1,
> via:
> > 6, Ver: v1, Flags: 100011, [{"CheckHealthCommand":{"wait":50}}] }
> > 2013-04-07 00:35:51,481 DEBUG [agent.manager.DirectAgentAttache]
> > (DirectAgent-361:null) Seq 6-324993313: Executing request
> > 2013-04-07 00:35:51,488 DEBUG [agent.transport.Request]
> > (AgentTaskPool-8:null) Seq 5-614334818: Sending  { Cmd , MgmtId: 1, via:
> 5,
> > Ver: v1, Flags: 100011, [{"CheckHealthCommand":{"wait":50}}] }
> > 2013-04-07 00:35:51,489 DEBUG [agent.transport.Request]
> > (AgentTaskPool-8:null) Seq 5-614334818: Executing:  { Cmd , MgmtId: 1,
> via:
> > 5, Ver: v1, Flags: 100011, [{"CheckHealthCommand":{"wait":50}}] }
> > 2013-04-07 00:35:51,489 DEBUG [agent.manager.DirectAgentAttache]
> > (DirectAgent-290:null) Seq 5-614334818: Executing request
> > 2013-04-07 00:35:51,556 DEBUG [agent.manager.DirectAgentAttache]
> > (DirectAgent-290:null) Seq 5-614334818: Response Received:
> > 2013-04-07 00:35:51,557 DEBUG [agent.transport.Request]
> > (DirectAgent-290:null) Seq 5-614334818: Processing:  { Ans: , MgmtId: 1,
> > via: 5, Ver: v1, Flags: 10,
> > [{"CheckHealthAnswer":{"result":true,"details":"resource is
> > alive","wait":0}}] }
> > 2013-04-07 00:35:51,557 DEBUG [agent.transport.Request]
> > (AgentTaskPool-8:null) Seq 5-614334818: Received:  { Ans: , MgmtId: 1,
> via:
> > 5, Ver: v1, Flags: 10, { CheckHealthAnswer } }
> > 2013-04-07 00:35:51,557 DEBUG [agent.manager.AgentManagerImpl]
> > (AgentTaskPool-8:null) Details from executing class
> > com.cloud.agent.api.CheckHealthCommand: resource is alive
> > 2013-04-07 00:35:51,557 DEBUG [agent.manager.AgentManagerImpl]
> > (AgentTaskPool-8:null) agent (5) responded to checkHeathCommand,
> reporting
> > that agent is Up
> > 2013-04-07 00:35:51,557 INFO  [agent.manager.AgentManagerImpl]
> > (AgentTaskPool-8:null) The state determined is Up
> > 2013-04-07 00:35:51,557 INFO  [agent.manager.AgentManagerImpl]
> > (AgentTaskPool-8:null) Agent is determined to be up and running
> > 2013-04-07 00:35:51,557 DEBUG [cloud.host.Status] (AgentTaskPool-8:null)
> > Transition:[Resource state = Enabled, Agent event = Ping, Host id = 5,
> name
> > = Tut-XenServer2]
> > 2013-04-07 00:35:51,563 DEBUG [cloud.host.Status] (AgentTaskPool-8:null)
> > Agent status update: [id = 5; name = Tut-XenServer2; old status = Up;
> event
> > = Ping; new status = Up; old update count = 149; new update count = 150]
> > 2013-04-07 00:35:51,568 DEBUG [agent.manager.DirectAgentAttache]
> > (DirectAgent-361:null) Seq 6-324993313: Response Received:
> > 2013-04-07 00:35:51,568 DEBUG [agent.transport.Request]
> > (DirectAgent-361:null) Seq 6-324993313: Processing:  { Ans: , MgmtId: 1,
> > via: 6, Ver: v1, Flags: 10,
> > [{"CheckHealthAnswer":{"result":true,"details":"resource is
> > alive","wait":0}}] }
> > 2013-04-07 00:35:51,569 DEBUG [agent.transport.Request]
> > (AgentTaskPool-7:null) Seq 6-324993313: Received:  { Ans: , MgmtId: 1,
> via:
> > 6, Ver: v1, Flags: 10, { CheckHealthAnswer } }
> > 2013-04-07 00:35:51,569 DEBUG [agent.manager.AgentManagerImpl]
> > (AgentTaskPool-7:null) Details from executing class
> > com.cloud.agent.api.CheckHealthCommand: resource is alive
> > 2013-04-07 00:35:51,569 DEBUG [agent.manager.AgentManagerImpl]
> > (AgentTaskPool-7:null) agent (6) responded to checkHeathCommand,
> reporting
> > that agent is Up
> > 2013-04-07 00:35:51,569 INFO  [agent.manager.AgentManagerImpl]
> > (AgentTaskPool-7:null) The state determined is Up
> > 2013-04-07 00:35:51,569 INFO  [agent.manager.AgentManagerImpl]
> > (AgentTaskPool-7:null) Agent is determined to be up and running
> > 2013-04-07 00:35:51,569 DEBUG [cloud.host.Status] (AgentTaskPool-7:null)
> > Transition:[Resource state = Enabled, Agent event = Ping, Host id = 6,
> name
> > = Tut-XenServer]
> > 2013-04-07 00:35:51,574 DEBUG [cloud.host.Status] (AgentTaskPool-7:null)
> > Agent status update: [id = 6; name = Tut-XenServer; old status = Up;
> event
> > = Ping; new status = Up; old update count = 312; new update count = 313]
> > 2013-04-07 00:35:51,668 DEBUG [cloud.api.ApiServlet]
> > (1109449945@qtp-1008805148-34:null) ===END===  127.0.0.1 -- GET
> >
>  command=listOsTypes&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316551423
> > 2013-04-07 00:35:54,118 DEBUG [cloud.api.ApiServlet]
> > (1109449945@qtp-1008805148-34:null) ===START===  127.0.0.1 -- GET
> >
>  command=queryAsyncJobResult&jobId=1288fa5b-8b5f-4952-b056-b180437edfd5&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316554116
> > 2013-04-07 00:35:54,129 DEBUG [cloud.async.AsyncJobManagerImpl]
> > (1109449945@qtp-1008805148-34:null) Async job-45 completed
> > 2013-04-07 00:35:54,135 DEBUG [cloud.api.ApiServlet]
> > (1109449945@qtp-1008805148-34:null) ===END===  127.0.0.1 -- GET
> >
>  command=queryAsyncJobResult&jobId=1288fa5b-8b5f-4952-b056-b180437edfd5&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316554116
> > 2013-04-07 00:35:55,077 DEBUG [cloud.api.ApiServlet]
> > (1109449945@qtp-1008805148-34:null) ===START===  127.0.0.1 -- GET
> >
>  command=destroyVirtualMachine&id=94ddc16f-04fc-4da1-8326-01d8d5cdeb44&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316555075
> > 2013-04-07 00:35:55,098 DEBUG [cloud.async.AsyncJobManagerImpl]
> > (1109449945@qtp-1008805148-34:null) submit async job-46, details:
> > AsyncJobVO {id:46, userId: 2, accountId: 2, sessionKey: null,
> instanceType:
> > null, instanceId: 13, cmd:
> > org.apache.cloudstack.api.command.user.vm.DestroyVMCmd, cmdOriginator:
> > null, cmdInfo:
> >
> {"id":"94ddc16f-04fc-4da1-8326-01d8d5cdeb44","response":"json","sessionkey":"Z6QqzU0Fq1iT13bMgnRRfl8GoVA\u003d","ctxUserId":"2","_":"1365316555075","ctxAccountId":"2","ctxStartEventId":"51"},
> > cmdVersion: 0, callbackType: 0, callbackAddress: null, status: 0,
> > processStatus: 0, resultCode: 0, result: null, initMsid: 1, completeMsid:
> > null, lastUpdated: null, lastPolled: null, created: null}
> > 2013-04-07 00:35:55,098 DEBUG [cloud.async.AsyncJobManagerImpl]
> > (Job-Executor-39:job-46) Executing
> > org.apache.cloudstack.api.command.user.vm.DestroyVMCmd for job-46
> > 2013-04-07 00:35:55,100 DEBUG [cloud.api.ApiServlet]
> > (1109449945@qtp-1008805148-34:null) ===END===  127.0.0.1 -- GET
> >
>  command=destroyVirtualMachine&id=94ddc16f-04fc-4da1-8326-01d8d5cdeb44&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316555075
> > 2013-04-07 00:35:55,113 DEBUG [cloud.vm.VirtualMachineManagerImpl]
> > (Job-Executor-39:job-46) Destroying vm
> > VM[User|94ddc16f-04fc-4da1-8326-01d8d5cdeb44]
> > 2013-04-07 00:35:55,116 DEBUG [cloud.capacity.CapacityManagerImpl]
> > (Job-Executor-39:job-46) VM state transitted from :Running to Stopping
> with
> > event: StopRequestedvm's original host id: 6 new host id: 6 host id
> before
> > state transition: 6
> > 2013-04-07 00:35:55,118 DEBUG [agent.transport.Request]
> > (Job-Executor-39:job-46) Seq 6-324993314: Sending  { Cmd , MgmtId: 1,
> via:
> > 6, Ver: v1, Flags: 100111,
> > [{"StopCommand":{"isProxy":false,"vmName":"i-2-13-VM","wait":0}}] }
> > 2013-04-07 00:35:55,118 DEBUG [agent.transport.Request]
> > (Job-Executor-39:job-46) Seq 6-324993314: Executing:  { Cmd , MgmtId: 1,
> > via: 6, Ver: v1, Flags: 100111,
> > [{"StopCommand":{"isProxy":false,"vmName":"i-2-13-VM","wait":0}}] }
> > 2013-04-07 00:35:55,118 DEBUG [agent.manager.DirectAgentAttache]
> > (DirectAgent-7:null) Seq 6-324993314: Executing request
> > 2013-04-07 00:35:55,216 DEBUG [xen.resource.CitrixResourceBase]
> > (DirectAgent-7:null) 9. The VM i-2-13-VM is in Stopping state
> > 2013-04-07 00:35:55,532 INFO  [xen.resource.CitrixResourceBase]
> > (DirectAgent-7:null) Removed  network rules for vm i-2-13-VM
> > 2013-04-07 00:35:58,107 DEBUG [cloud.api.ApiServlet]
> > (1109449945@qtp-1008805148-34:null) ===START===  127.0.0.1 -- GET
> >
>  command=queryAsyncJobResult&jobId=042967f3-4fd4-4bcf-a646-999eeca87235&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316558105
> > 2013-04-07 00:35:58,121 DEBUG [cloud.api.ApiServlet]
> > (1109449945@qtp-1008805148-34:null) ===END===  127.0.0.1 -- GET
> >
>  command=queryAsyncJobResult&jobId=042967f3-4fd4-4bcf-a646-999eeca87235&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316558105
> > 2013-04-07 00:36:01,107 DEBUG [cloud.api.ApiServlet]
> > (1109449945@qtp-1008805148-34:null) ===START===  127.0.0.1 -- GET
> >
>  command=queryAsyncJobResult&jobId=042967f3-4fd4-4bcf-a646-999eeca87235&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316561105
> > 2013-04-07 00:36:01,121 DEBUG [cloud.api.ApiServlet]
> > (1109449945@qtp-1008805148-34:null) ===END===  127.0.0.1 -- GET
> >
>  command=queryAsyncJobResult&jobId=042967f3-4fd4-4bcf-a646-999eeca87235&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316561105
> > 2013-04-07 00:36:04,108 DEBUG [cloud.api.ApiServlet]
> > (1109449945@qtp-1008805148-34:null) ===START===  127.0.0.1 -- GET
> >
>  command=queryAsyncJobResult&jobId=042967f3-4fd4-4bcf-a646-999eeca87235&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316564106
> > 2013-04-07 00:36:04,128 DEBUG [cloud.api.ApiServlet]
> > (1109449945@qtp-1008805148-34:null) ===END===  127.0.0.1 -- GET
> >
>  command=queryAsyncJobResult&jobId=042967f3-4fd4-4bcf-a646-999eeca87235&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316564106
> > 2013-04-07 00:36:04,783 DEBUG [xen.resource.CitrixResourceBase]
> > (DirectAgent-7:null) 10. The VM i-2-13-VM is in Stopped state
> > 2013-04-07 00:36:04,783 DEBUG [agent.manager.DirectAgentAttache]
> > (DirectAgent-7:null) Seq 6-324993314: Response Received:
> > 2013-04-07 00:36:04,783 DEBUG [agent.transport.Request]
> > (DirectAgent-7:null) Seq 6-324993314: Processing:  { Ans: , MgmtId: 1,
> via:
> > 6, Ver: v1, Flags: 110,
> > [{"StopAnswer":{"vncPort":0,"result":true,"details":"Stop VM i-2-13-VM
> > Succeed","wait":0}}] }
> > 2013-04-07 00:36:04,783 DEBUG [agent.transport.Request]
> > (Job-Executor-39:job-46) Seq 6-324993314: Received:  { Ans: , MgmtId: 1,
> > via: 6, Ver: v1, Flags: 110, { StopAnswer } }
> > 2013-04-07 00:36:04,783 DEBUG [agent.manager.AgentAttache]
> > (DirectAgent-7:null) Seq 6-324993314: No more commands found
> > 2013-04-07 00:36:04,784 DEBUG [cloud.vm.VirtualMachineManagerImpl]
> > (Job-Executor-39:job-46) VM[User|94ddc16f-04fc-4da1-8326-01d8d5cdeb44] is
> > stopped on the host.  Proceeding to release resource held.
> > 2013-04-07 00:36:04,793 DEBUG [cloud.network.NetworkManagerImpl]
> > (Job-Executor-39:job-46) Changing active number of nics for network
> id=204
> > on -1
> > 2013-04-07 00:36:04,794 DEBUG [cloud.network.NetworkManagerImpl]
> > (Job-Executor-39:job-46) Asking ElasticLoadBalancerElement to release
> > Nic[19-13-a8349669-6ff2-443f-88d3-c5d69100df3a-192.168.56.146]
> > 2013-04-07 00:36:04,794 DEBUG [cloud.network.NetworkManagerImpl]
> > (Job-Executor-39:job-46) Asking NiciraNvpElement to release
> > Nic[19-13-a8349669-6ff2-443f-88d3-c5d69100df3a-192.168.56.146]
> > 2013-04-07 00:36:04,795 DEBUG [network.element.NiciraNvpElement]
> > (Job-Executor-39:job-46) Checking if NiciraNvpElement can handle service
> > Connectivity on network guestNetworkForBasicZone
> > 2013-04-07 00:36:04,795 DEBUG [cloud.network.NetworkManagerImpl]
> > (Job-Executor-39:job-46) Asking BigSwitchVnsElement to release
> > Nic[19-13-a8349669-6ff2-443f-88d3-c5d69100df3a-192.168.56.146]
> > 2013-04-07 00:36:04,795 DEBUG [network.element.BigSwitchVnsElement]
> > (Job-Executor-39:job-46) Checking if BigSwitchVnsElement can handle
> service
> > Connectivity on network guestNetworkForBasicZone
> > 2013-04-07 00:36:04,795 DEBUG [cloud.network.NetworkManagerImpl]
> > (Job-Executor-39:job-46) Asking Ovs to release
> > Nic[19-13-a8349669-6ff2-443f-88d3-c5d69100df3a-192.168.56.146]
> > 2013-04-07 00:36:04,795 DEBUG [cloud.network.NetworkManagerImpl]
> > (Job-Executor-39:job-46) Asking BareMetalDhcp to release
> > Nic[19-13-a8349669-6ff2-443f-88d3-c5d69100df3a-192.168.56.146]
> > 2013-04-07 00:36:04,795 DEBUG [cloud.network.NetworkManagerImpl]
> > (Job-Executor-39:job-46) Asking BareMetalPxe to release
> > Nic[19-13-a8349669-6ff2-443f-88d3-c5d69100df3a-192.168.56.146]
> > 2013-04-07 00:36:04,795 DEBUG [cloud.network.NetworkManagerImpl]
> > (Job-Executor-39:job-46) Asking BareMetalUserdata to release
> > Nic[19-13-a8349669-6ff2-443f-88d3-c5d69100df3a-192.168.56.146]
> > 2013-04-07 00:36:04,795 DEBUG [cloud.network.NetworkManagerImpl]
> > (Job-Executor-39:job-46) Asking SecurityGroupProvider to release
> > Nic[19-13-a8349669-6ff2-443f-88d3-c5d69100df3a-192.168.56.146]
> > 2013-04-07 00:36:04,795 DEBUG [cloud.network.NetworkManagerImpl]
> > (Job-Executor-39:job-46) Asking VirtualRouter to release
> > Nic[19-13-a8349669-6ff2-443f-88d3-c5d69100df3a-192.168.56.146]
> > 2013-04-07 00:36:04,795 DEBUG [cloud.network.NetworkManagerImpl]
> > (Job-Executor-39:job-46) Asking VpcVirtualRouter to release
> > Nic[19-13-a8349669-6ff2-443f-88d3-c5d69100df3a-192.168.56.146]
> > 2013-04-07 00:36:04,795 DEBUG [cloud.network.NetworkManagerImpl]
> > (Job-Executor-39:job-46) Asking NiciraNvp to release
> > Nic[19-13-a8349669-6ff2-443f-88d3-c5d69100df3a-192.168.56.146]
> > 2013-04-07 00:36:04,795 DEBUG [network.element.NiciraNvpElement]
> > (Job-Executor-39:job-46) Checking if NiciraNvpElement can handle service
> > Connectivity on network guestNetworkForBasicZone
> > 2013-04-07 00:36:04,795 DEBUG [cloud.network.NetworkManagerImpl]
> > (Job-Executor-39:job-46) Asking JuniperSRX to release
> > Nic[19-13-a8349669-6ff2-443f-88d3-c5d69100df3a-192.168.56.146]
> > 2013-04-07 00:36:04,795 DEBUG [cloud.network.NetworkManagerImpl]
> > (Job-Executor-39:job-46) Asking Netscaler to release
> > Nic[19-13-a8349669-6ff2-443f-88d3-c5d69100df3a-192.168.56.146]
> > 2013-04-07 00:36:04,795 DEBUG [cloud.network.NetworkManagerImpl]
> > (Job-Executor-39:job-46) Asking F5BigIP to release
> > Nic[19-13-a8349669-6ff2-443f-88d3-c5d69100df3a-192.168.56.146]
> > 2013-04-07 00:36:04,795 DEBUG [cloud.network.NetworkManagerImpl]
> > (Job-Executor-39:job-46) Asking CiscoNexus1000vVSM to release
> > Nic[19-13-a8349669-6ff2-443f-88d3-c5d69100df3a-192.168.56.146]
> > 2013-04-07 00:36:04,795 DEBUG [cloud.vm.VirtualMachineManagerImpl]
> > (Job-Executor-39:job-46) Successfully released network resources for the
> vm
> > VM[User|94ddc16f-04fc-4da1-8326-01d8d5cdeb44]
> > 2013-04-07 00:36:04,795 DEBUG [cloud.vm.VirtualMachineManagerImpl]
> > (Job-Executor-39:job-46) Successfully released storage resources for the
> vm
> > VM[User|94ddc16f-04fc-4da1-8326-01d8d5cdeb44]
> > 2013-04-07 00:36:04,836 DEBUG [cloud.capacity.CapacityManagerImpl]
> > (Job-Executor-39:job-46) VM state transitted from :Stopping to Stopped
> with
> > event: OperationSucceededvm's original host id: 6 new host id: null host
> id
> > before state transition: 6
> > 2013-04-07 00:36:04,843 DEBUG [cloud.capacity.CapacityManagerImpl]
> > (Job-Executor-39:job-46) Hosts's actual total CPU: 2382 and CPU after
> > applying overprovisioning: 2382
> > 2013-04-07 00:36:04,844 DEBUG [cloud.capacity.CapacityManagerImpl]
> > (Job-Executor-39:job-46) release cpu from host: 6, old used:
> 200,reserved:
> > 0, actual total: 2382, total with overprovisioning: 2382; new used:
> > 100,reserved:100; movedfromreserved: false,moveToReserveredtrue
> > 2013-04-07 00:36:04,844 DEBUG [cloud.capacity.CapacityManagerImpl]
> > (Job-Executor-39:job-46) release mem from host: 6, old used:
> > 1178599424,reserved: 0, total: 1671695424; new used:
> > 104857600,reserved:1073741824; movedfromreserved:
> false,moveToReserveredtrue
> > 2013-04-07 00:36:04,854 DEBUG [cloud.capacity.CapacityManagerImpl]
> > (Job-Executor-39:job-46) VM state transitted from :Stopped to Destroyed
> > with event: DestroyRequestedvm's original host id: 6 new host id: null
> host
> > id before state transition: null
> > 2013-04-07 00:36:04,863 DEBUG [cloud.capacity.CapacityManagerImpl]
> > (Job-Executor-39:job-46) Hosts's actual total CPU: 2382 and CPU after
> > applying overprovisioning: 2382
> > 2013-04-07 00:36:04,863 DEBUG [cloud.capacity.CapacityManagerImpl]
> > (Job-Executor-39:job-46) release cpu from host: 6, old used:
> 100,reserved:
> > 100, actual total: 2382, total with overprovisioning: 2382; new used:
> > 100,reserved:0; movedfromreserved: true,moveToReserveredfalse
> > 2013-04-07 00:36:04,863 DEBUG [cloud.capacity.CapacityManagerImpl]
> > (Job-Executor-39:job-46) release mem from host: 6, old used:
> > 104857600,reserved: 1073741824, total: 1671695424; new used:
> > 104857600,reserved:0; movedfromreserved: true,moveToReserveredfalse
> > 2013-04-07 00:36:04,892 DEBUG [cloud.async.AsyncJobManagerImpl]
> > (Job-Executor-39:job-46) Complete async job-46, jobStatus: 1, resultCode:
> > 0, result: org.apache.cloudstack.api.response.UserVmResponse@519ba6bb
> > 2013-04-07 00:36:04,897 DEBUG [cloud.async.AsyncJobManagerImpl]
> > (Job-Executor-39:job-46) Done executing
> > org.apache.cloudstack.api.command.user.vm.DestroyVMCmd for job-46
> > 2013-04-07 00:36:04,949 DEBUG [agent.manager.DirectAgentAttache]
> > (DirectAgent-410:null) Ping from 6
> > 2013-04-07 00:36:06,058 DEBUG [agent.manager.DirectAgentAttache]
> > (DirectAgent-234:null) Ping from 5
> > 2013-04-07 00:36:06,909 DEBUG [agent.manager.DirectAgentAttache]
> > (DirectAgent-407:null) Seq 6-324993028: Executing request
> > 2013-04-07 00:36:07,097 DEBUG [xen.resource.CitrixResourceBase]
> > (DirectAgent-407:null) VM missing i-2-13-VM old state stopped so
> removing.
> > 2013-04-07 00:36:07,098 DEBUG [xen.resource.CitrixResourceBase]
> > (DirectAgent-407:null) VM missing i-2-12-VM old state stopped so
> removing.
> > 2013-04-07 00:36:07,098 DEBUG [agent.manager.DirectAgentAttache]
> > (DirectAgent-407:null) Seq 6-324993028: Response Received:
> > 2013-04-07 00:36:07,098 DEBUG [agent.transport.Request]
> > (DirectAgent-407:null) Seq 6-324993028: Processing:  { Ans: , MgmtId: 1,
> > via: 6, Ver: v1, Flags: 10,
> >
> [{"ClusterSyncAnswer":{"_clusterId":2,"_newStates":{},"_isExecuted":false,"result":true,"wait":0}}]
> > }
> > 2013-04-07 00:36:07,109 DEBUG [cloud.api.ApiServlet]
> > (1109449945@qtp-1008805148-34:null) ===START===  127.0.0.1 -- GET
> >
>  command=queryAsyncJobResult&jobId=042967f3-4fd4-4bcf-a646-999eeca87235&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316567107
> > 2013-04-07 00:36:07,119 DEBUG [cloud.async.AsyncJobManagerImpl]
> > (1109449945@qtp-1008805148-34:null) Async job-46 completed
> > 2013-04-07 00:36:07,125 DEBUG [cloud.api.ApiServlet]
> > (1109449945@qtp-1008805148-34:null) ===END===  127.0.0.1 -- GET
> >
>  command=queryAsyncJobResult&jobId=042967f3-4fd4-4bcf-a646-999eeca87235&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316567107
> > 2013-04-07 00:36:11,022 DEBUG [agent.manager.DirectAgentAttache]
> > (DirectAgent-110:null) Seq 5-614334468: Executing request
> > 2013-04-07 00:36:11,171 DEBUG [agent.manager.DirectAgentAttache]
> > (DirectAgent-110:null) Seq 5-614334468: Response Received:
> > 2013-04-07 00:36:11,171 DEBUG [agent.transport.Request]
> > (DirectAgent-110:null) Seq 5-614334468: Processing:  { Ans: , MgmtId: 1,
> > via: 5, Ver: v1, Flags: 10, [{"Answer":{"result":true,"wait":0}}] }
> > 2013-04-07 00:36:12,411 DEBUG [cloud.api.ApiServlet]
> > (1109449945@qtp-1008805148-34:null) ===START===  127.0.0.1 -- GET
> >
>  command=listVolumes&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&listAll=true&page=1&pagesize=20&_=1365316572408
> > 2013-04-07 00:36:12,426 DEBUG [cloud.api.ApiServlet]
> > (1109449945@qtp-1008805148-34:null) ===END===  127.0.0.1 -- GET
> >
>  command=listVolumes&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&listAll=true&page=1&pagesize=20&_=1365316572408
> > 2013-04-07 00:36:13,241 DEBUG [cloud.api.ApiServlet]
> > (1109449945@qtp-1008805148-34:null) ===START===  127.0.0.1 -- GET
> >
>  command=listVirtualMachines&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&listAll=true&page=1&pagesize=20&_=1365316573239
> > 2013-04-07 00:36:13,259 DEBUG [cloud.api.ApiServlet]
> > (1109449945@qtp-1008805148-34:null) ===END===  127.0.0.1 -- GET
> >
>  command=listVirtualMachines&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&listAll=true&page=1&pagesize=20&_=1365316573239
> > 2013-04-07 00:36:19,140 DEBUG [cloud.api.ApiServlet]
> > (1109449945@qtp-1008805148-34:null) ===START===  127.0.0.1 -- GET
> >
>  command=listVolumes&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&listAll=true&page=1&pagesize=20&_=1365316579137
> > 2013-04-07 00:36:19,155 DEBUG [cloud.api.ApiServlet]
> > (1109449945@qtp-1008805148-34:null) ===END===  127.0.0.1 -- GET
> >
>  command=listVolumes&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&listAll=true&page=1&pagesize=20&_=1365316579137
> > 2013-04-07 00:36:20,452 DEBUG
> > [storage.secondary.SecondaryStorageManagerImpl] (secstorage-1:null) Zone
> 1
> > is ready to launch secondary storage VM
> > 2013-04-07 00:36:20,498 DEBUG [cloud.api.ApiServlet]
> > (1109449945@qtp-1008805148-34:null) ===START===  127.0.0.1 -- GET
> >
>  command=listVirtualMachines&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&listAll=true&page=1&pagesize=20&_=1365316580496
> > 2013-04-07 00:36:20,519 DEBUG [cloud.api.ApiServlet]
> > (1109449945@qtp-1008805148-34:null) ===END===  127.0.0.1 -- GET
> >
>  command=listVirtualMachines&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&listAll=true&page=1&pagesize=20&_=1365316580496
> > 2013-04-07 00:36:20,554 DEBUG
> [cloud.consoleproxy.ConsoleProxyManagerImpl]
> > (consoleproxy-1:null) Zone 1 is ready to launch console proxy
> > 2013-04-07 00:36:20,820 DEBUG
> > [network.router.VirtualNetworkApplianceManagerImpl]
> > (RouterStatusMonitor-1:null) Found 0 routers to update status.
> > 2013-04-07 00:36:20,821 DEBUG
> > [network.router.VirtualNetworkApplianceManagerImpl]
> > (RouterStatusMonitor-1:null) Found 0 networks to update RvR status.
> > 2013-04-07 00:36:20,850 DEBUG
> > [network.router.VirtualNetworkApplianceManagerImpl]
> > (RouterStatusMonitor-1:null) Found 0 routers to update status.
> > 2013-04-07 00:36:20,852 DEBUG
> > [network.router.VirtualNetworkApplianceManagerImpl]
> > (RouterStatusMonitor-1:null) Found 0 networks to update RvR status.
> > 2013-04-07 00:36:21,588 DEBUG [cloud.api.ApiServlet]
> > (1109449945@qtp-1008805148-34:null) ===START===  127.0.0.1 -- GET
> >
>  command=listVolumes&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&listAll=true&page=1&pagesize=20&_=1365316581586
> > 2013-04-07 00:36:21,602 DEBUG [cloud.api.ApiServlet]
> > (1109449945@qtp-1008805148-34:null) ===END===  127.0.0.1 -- GET
> >
>  command=listVolumes&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&listAll=true&page=1&pagesize=20&_=1365316581586
> > 2013-04-07 00:36:22,324 DEBUG [cloud.api.ApiServlet]
> > (1109449945@qtp-1008805148-34:null) ===START===  127.0.0.1 -- GET
> >
>  command=listVirtualMachines&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&listAll=true&page=1&pagesize=20&_=1365316582321
> > 2013-04-07 00:36:22,348 DEBUG [cloud.api.ApiServlet]
> > (1109449945@qtp-1008805148-34:null) ===END===  127.0.0.1 -- GET
> >
>  command=listVirtualMachines&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&listAll=true&page=1&pagesize=20&_=1365316582321
> > 2013-04-07 00:36:24,891 DEBUG [agent.manager.AgentManagerImpl]
> > (AgentManager-Handler-4:null) Ping from 4
> > 2013-04-07 00:36:27,193 DEBUG [agent.manager.DirectAgentAttache]
> > (DirectAgent-204:null) Ping from 1
> > 2013-04-07 00:36:29,095 DEBUG [agent.manager.DirectAgentAttache]
> > (DirectAgent-277:null) Seq 1-90046472: Executing request
> > 2013-04-07 00:36:29,354 DEBUG [agent.manager.DirectAgentAttache]
> > (DirectAgent-277:null) Seq 1-90046472: Response Received:
> > 2013-04-07 00:36:29,355 DEBUG [agent.transport.Request]
> > (DirectAgent-277:null) Seq 1-90046472: Processing:  { Ans: , MgmtId: 1,
> > via: 1, Ver: v1, Flags: 10,
> >
> [{"ClusterSyncAnswer":{"_clusterId":1,"_newStates":{},"_isExecuted":false,"result":true,"wait":0}}]
> > }
> > 2013-04-07 00:36:47,680 DEBUG [agent.manager.AgentManagerImpl]
> > (AgentManager-Handler-5:null) Ping from 3
> > 2013-04-07 00:36:50,451 DEBUG
> > [storage.secondary.SecondaryStorageManagerImpl] (secstorage-1:null) Zone
> 1
> > is ready to launch secondary storage VM
> > 2013-04-07 00:36:50,554 DEBUG
> [cloud.consoleproxy.ConsoleProxyManagerImpl]
> > (consoleproxy-1:null) Zone 1 is ready to launch console proxy
> > 2013-04-07 00:36:50,820 DEBUG
> > [network.router.VirtualNetworkApplianceManagerImpl]
> > (RouterStatusMonitor-1:null) Found 0 routers to update status.
> > 2013-04-07 00:36:50,821 DEBUG
> > [network.router.VirtualNetworkApplianceManagerImpl]
> > (RouterStatusMonitor-1:null) Found 0 networks to update RvR status.
> > 2013-04-07 00:36:50,851 DEBUG
> > [network.router.VirtualNetworkApplianceManagerImpl]
> > (RouterStatusMonitor-1:null) Found 0 routers to update status.
> > 2013-04-07 00:36:50,852 DEBUG
> > [network.router.VirtualNetworkApplianceManagerImpl]
> > (RouterStatusMonitor-1:null) Found 0 networks to update RvR status.
> > 2013-04-07 00:36:51,476 INFO  [agent.manager.AgentMonitor]
> > (Thread-11:null) Found the following agents behind on ping: [6, 5]
> > 2013-04-07 00:36:51,477 DEBUG [cloud.host.Status] (Thread-11:null) Ping
> > timeout for host 6, do invstigation
> > 2013-04-07 00:36:51,479 DEBUG [cloud.host.Status] (Thread-11:null) Ping
> > timeout for host 5, do invstigation
> > 2013-04-07 00:36:51,479 INFO  [agent.manager.AgentManagerImpl]
> > (AgentTaskPool-9:null) Investigating why host 6 has disconnected with
> event
> > PingTimeout
> > 2013-04-07 00:36:51,479 DEBUG [agent.manager.AgentManagerImpl]
> > (AgentTaskPool-9:null) checking if agent (6) is alive
> > 2013-04-07 00:36:51,482 INFO  [agent.manager.AgentManagerImpl]
> > (AgentTaskPool-12:null) Investigating why host 5 has disconnected with
> > event PingTimeout
> > 2013-04-07 00:36:51,482 DEBUG [agent.manager.AgentManagerImpl]
> > (AgentTaskPool-12:null) checking if agent (5) is alive
> > 2013-04-07 00:36:51,483 DEBUG [agent.transport.Request]
> > (AgentTaskPool-9:null) Seq 6-324993315: Sending  { Cmd , MgmtId: 1, via:
> 6,
> > Ver: v1, Flags: 100011, [{"CheckHealthCommand":{"wait":50}}] }
> > 2013-04-07 00:36:51,484 DEBUG [agent.transport.Request]
> > (AgentTaskPool-9:null) Seq 6-324993315: Executing:  { Cmd , MgmtId: 1,
> via:
> > 6, Ver: v1, Flags: 100011, [{"CheckHealthCommand":{"wait":50}}] }
> > 2013-04-07 00:36:51,484 DEBUG [agent.manager.DirectAgentAttache]
> > (DirectAgent-169:null) Seq 6-324993315: Executing request
> > 2013-04-07 00:36:51,485 DEBUG [agent.transport.Request]
> > (AgentTaskPool-12:null) Seq 5-614334819: Sending  { Cmd , MgmtId: 1, via:
> > 5, Ver: v1, Flags: 100011, [{"CheckHealthCommand":{"wait":50}}] }
> > 2013-04-07 00:36:51,485 DEBUG [agent.transport.Request]
> > (AgentTaskPool-12:null) Seq 5-614334819: Executing:  { Cmd , MgmtId: 1,
> > via: 5, Ver: v1, Flags: 100011, [{"CheckHealthCommand":{"wait":50}}] }
> > 2013-04-07 00:36:51,485 DEBUG [agent.manager.DirectAgentAttache]
> > (DirectAgent-498:null) Seq 5-614334819: Executing request
> > 2013-04-07 00:36:51,542 DEBUG [agent.manager.DirectAgentAttache]
> > (DirectAgent-169:null) Seq 6-324993315: Response Received:
> > 2013-04-07 00:36:51,542 DEBUG [agent.transport.Request]
> > (DirectAgent-169:null) Seq 6-324993315: Processing:  { Ans: , MgmtId: 1,
> > via: 6, Ver: v1, Flags: 10,
> > [{"CheckHealthAnswer":{"result":true,"details":"resource is
> > alive","wait":0}}] }
> > 2013-04-07 00:36:51,542 DEBUG [agent.transport.Request]
> > (AgentTaskPool-9:null) Seq 6-324993315: Received:  { Ans: , MgmtId: 1,
> via:
> > 6, Ver: v1, Flags: 10, { CheckHealthAnswer } }
> > 2013-04-07 00:36:51,542 DEBUG [agent.manager.AgentManagerImpl]
> > (AgentTaskPool-9:null) Details from executing class
> > com.cloud.agent.api.CheckHealthCommand: resource is alive
> > 2013-04-07 00:36:51,542 DEBUG [agent.manager.AgentManagerImpl]
> > (AgentTaskPool-9:null) agent (6) responded to checkHeathCommand,
> reporting
> > that agent is Up
> > 2013-04-07 00:36:51,542 INFO  [agent.manager.AgentManagerImpl]
> > (AgentTaskPool-9:null) The state determined is Up
> > 2013-04-07 00:36:51,542 INFO  [agent.manager.AgentManagerImpl]
> > (AgentTaskPool-9:null) Agent is determined to be up and running
> > 2013-04-07 00:36:51,542 DEBUG [cloud.host.Status] (AgentTaskPool-9:null)
> > Transition:[Resource state = Enabled, Agent event = Ping, Host id = 6,
> name
> > = Tut-XenServer]
> > 2013-04-07 00:36:51,546 DEBUG [cloud.host.Status] (AgentTaskPool-9:null)
> > Agent status update: [id = 6; name = Tut-XenServer; old status = Up;
> event
> > = Ping; new status = Up; old update count = 313; new update count = 314]
> > 2013-04-07 00:36:51,549 DEBUG [agent.manager.DirectAgentAttache]
> > (DirectAgent-498:null) Seq 5-614334819: Response Received:
> > 2013-04-07 00:36:51,549 DEBUG [agent.transport.Request]
> > (DirectAgent-498:null) Seq 5-614334819: Processing:  { Ans: , MgmtId: 1,
> > via: 5, Ver: v1, Flags: 10,
> > [{"CheckHealthAnswer":{"result":true,"details":"resource is
> > alive","wait":0}}] }
> > 2013-04-07 00:36:51,549 DEBUG [agent.transport.Request]
> > (AgentTaskPool-12:null) Seq 5-614334819: Received:  { Ans: , MgmtId: 1,
> > via: 5, Ver: v1, Flags: 10, { CheckHealthAnswer } }
> > 2013-04-07 00:36:51,549 DEBUG [agent.manager.AgentManagerImpl]
> > (AgentTaskPool-12:null) Details from executing class
> > com.cloud.agent.api.CheckHealthCommand: resource is alive
> > 2013-04-07 00:36:51,549 DEBUG [agent.manager.AgentManagerImpl]
> > (AgentTaskPool-12:null) agent (5) responded to checkHeathCommand,
> reporting
> > that agent is Up
> > 2013-04-07 00:36:51,549 INFO  [agent.manager.AgentManagerImpl]
> > (AgentTaskPool-12:null) The state determined is Up
> > 2013-04-07 00:36:51,549 INFO  [agent.manager.AgentManagerImpl]
> > (AgentTaskPool-12:null) Agent is determined to be up and running
> > 2013-04-07 00:36:51,549 DEBUG [cloud.host.Status] (AgentTaskPool-12:null)
> > Transition:[Resource state = Enabled, Agent event = Ping, Host id = 5,
> name
> > = Tut-XenServer2]
> > 2013-04-07 00:36:51,552 DEBUG [cloud.host.Status] (AgentTaskPool-12:null)
> > Agent status update: [id = 5; name = Tut-XenServer2; old status = Up;
> event
> > = Ping; new status = Up; old update count = 150; new update count = 151]
> > 2013-04-07 00:36:54,389 INFO  [cloud.vm.UserVmManagerImpl]
> > (UserVm-Scavenger-1:null) Found 1 vms to expunge.
> > 2013-04-07 00:36:54,389 DEBUG [cloud.vm.VirtualMachineManagerImpl]
> > (UserVm-Scavenger-1:null) Stopped called on
> > VM[User|c18ddf7c-fc61-40b0-af75-fdef05f8eae6] but the state is Destroyed
> > 2013-04-07 00:36:54,391 DEBUG [cloud.capacity.CapacityManagerImpl]
> > (UserVm-Scavenger-1:null) VM state transitted from :Destroyed to
> Expunging
> > with event: ExpungeOperationvm's original host id: 5 new host id: null
> host
> > id before state transition: null
> > 2013-04-07 00:36:54,391 DEBUG [cloud.vm.VirtualMachineManagerImpl]
> > (UserVm-Scavenger-1:null) Destroying vm
> > VM[User|c18ddf7c-fc61-40b0-af75-fdef05f8eae6]
> > 2013-04-07 00:36:54,391 DEBUG [cloud.vm.VirtualMachineManagerImpl]
> > (UserVm-Scavenger-1:null) Cleaning up NICS
> > 2013-04-07 00:36:54,391 DEBUG [cloud.network.NetworkManagerImpl]
> > (UserVm-Scavenger-1:null) Cleaning network for vm: 12
> > 2013-04-07 00:36:54,399 DEBUG [network.guru.DirectNetworkGuru]
> > (UserVm-Scavenger-1:null) Deallocate network: networkId: 204, ip:
> > 192.168.56.195
> > 2013-04-07 00:36:54,409 DEBUG [cloud.network.NetworkManagerImpl]
> > (UserVm-Scavenger-1:null) Removed nic id=18
> > 2013-04-07 00:36:54,409 DEBUG [cloud.storage.StorageManagerImpl]
> > (UserVm-Scavenger-1:null) Cleaning storage for vm: 12
> > 2013-04-07 00:36:54,417 DEBUG [cloud.storage.StorageManagerImpl]
> > (UserVm-Scavenger-1:null) Expunging Vol[12|vm=12|ROOT]
> > 2013-04-07 00:36:54,424 DEBUG [agent.transport.Request]
> > (UserVm-Scavenger-1:null) Seq 5-614334820: Sending  { Cmd , MgmtId: 1,
> via:
> > 5, Ver: v1, Flags: 100111,
> >
> [{"storage.DestroyCommand":{"vmName":"i-2-12-VM","volume":{"id":12,"name":"ROOT-12","mountPoint":"/iSCSI_SR_3","path":"40a39639-e8aa-45b5-bfa1-591b68571d0c","size":52428800,"type":"ROOT","storagePoolType":"PreSetup","storagePoolUuid":"iSCSI_SR_3","deviceId":0},"wait":0}}]
> > }
> > 2013-04-07 00:36:54,424 DEBUG [agent.transport.Request]
> > (UserVm-Scavenger-1:null) Seq 5-614334820: Executing:  { Cmd , MgmtId: 1,
> > via: 5, Ver: v1, Flags: 100111,
> >
> [{"storage.DestroyCommand":{"vmName":"i-2-12-VM","volume":{"id":12,"name":"ROOT-12","mountPoint":"/iSCSI_SR_3","path":"40a39639-e8aa-45b5-bfa1-591b68571d0c","size":52428800,"type":"ROOT","storagePoolType":"PreSetup","storagePoolUuid":"iSCSI_SR_3","deviceId":0},"wait":0}}]
> > }
> > 2013-04-07 00:36:54,424 DEBUG [agent.manager.DirectAgentAttache]
> > (DirectAgent-411:null) Seq 5-614334820: Executing request
> > 2013-04-07 00:36:55,072 DEBUG [agent.manager.DirectAgentAttache]
> > (DirectAgent-411:null) Seq 5-614334820: Response Received:
> > 2013-04-07 00:36:55,072 DEBUG [agent.transport.Request]
> > (DirectAgent-411:null) Seq 5-614334820: Processing:  { Ans: , MgmtId: 1,
> > via: 5, Ver: v1, Flags: 110,
> > [{"Answer":{"result":true,"details":"Success","wait":0}}] }
> > 2013-04-07 00:36:55,072 DEBUG [agent.transport.Request]
> > (UserVm-Scavenger-1:null) Seq 5-614334820: Received:  { Ans: , MgmtId: 1,
> > via: 5, Ver: v1, Flags: 110, { Answer } }
> > 2013-04-07 00:36:55,072 DEBUG [agent.manager.AgentAttache]
> > (DirectAgent-411:null) Seq 5-614334820: No more commands found
> > 2013-04-07 00:36:55,076 DEBUG [cloud.storage.StorageManagerImpl]
> > (UserVm-Scavenger-1:null) Volume successfully expunged from 257
> > 2013-04-07 00:36:55,076 DEBUG [cloud.vm.VirtualMachineManagerImpl]
> > (UserVm-Scavenger-1:null) Expunged
> > VM[User|c18ddf7c-fc61-40b0-af75-fdef05f8eae6]
> > 2013-04-07 00:36:55,076 DEBUG [cloud.vm.UserVmManagerImpl]
> > (UserVm-Scavenger-1:null) Starting cleaning up vm
> > VM[User|c18ddf7c-fc61-40b0-af75-fdef05f8eae6] resources...
> > 2013-04-07 00:36:55,080 INFO  [network.security.SecurityGroupManagerImpl]
> > (UserVm-Scavenger-1:null) Disassociated 1 network groups  from uservm 12
> > 2013-04-07 00:36:55,081 DEBUG [network.security.SecurityGroupManagerImpl]
> > (UserVm-Scavenger-1:null) Security group mappings are removed
> successfully
> > for vm id=12
> > 2013-04-07 00:36:55,090 DEBUG [network.firewall.FirewallManagerImpl]
> > (UserVm-Scavenger-1:null) No firewall rules are found for vm id=12
> > 2013-04-07 00:36:55,090 DEBUG [cloud.vm.UserVmManagerImpl]
> > (UserVm-Scavenger-1:null) Firewall rules are removed successfully as a
> part
> > of vm id=12 expunge
> > 2013-04-07 00:36:55,093 DEBUG [network.rules.RulesManagerImpl]
> > (UserVm-Scavenger-1:null) No port forwarding rules are found for vm id=12
> > 2013-04-07 00:36:55,093 DEBUG [cloud.vm.UserVmManagerImpl]
> > (UserVm-Scavenger-1:null) Port forwarding rules are removed successfully
> as
> > a part of vm id=12 expunge
> > 2013-04-07 00:36:55,095 DEBUG [cloud.vm.UserVmManagerImpl]
> > (UserVm-Scavenger-1:null) Removed vm id=12 from all load balancers as a
> > part of expunge process
> > 2013-04-07 00:36:55,096 DEBUG [cloud.vm.UserVmManagerImpl]
> > (UserVm-Scavenger-1:null) Successfully cleaned up vm
> > VM[User|c18ddf7c-fc61-40b0-af75-fdef05f8eae6] resources as a part of
> > expunge process
> > 2013-04-07 00:37:04,802 DEBUG [agent.manager.DirectAgentAttache]
> > (DirectAgent-110:null) Ping from 6
> > 2013-04-07 00:37:06,042 DEBUG [agent.manager.DirectAgentAttache]
> > (DirectAgent-409:null) Ping from 5
> > 2013-04-07 00:37:06,909 DEBUG [agent.manager.DirectAgentAttache]
> > (DirectAgent-239:null) Seq 6-324993028: Executing request
> > 2013-04-07 00:37:07,099 DEBUG [agent.manager.DirectAgentAttache]
> > (DirectAgent-239:null) Seq 6-324993028: Response Received:
> > 2013-04-07 00:37:07,100 DEBUG [agent.transport.Request]
> > (DirectAgent-239:null) Seq 6-324993028: Processing:  { Ans: , MgmtId: 1,
> > via: 6, Ver: v1, Flags: 10,
> >
> [{"ClusterSyncAnswer":{"_clusterId":2,"_newStates":{},"_isExecuted":false,"result":true,"wait":0}}]
> > }
> > 2013-04-07 00:37:11,022 DEBUG [agent.manager.DirectAgentAttache]
> > (DirectAgent-225:null) Seq 5-614334468: Executing request
> > 2013-04-07 00:37:11,170 DEBUG [agent.manager.DirectAgentAttache]
> > (DirectAgent-225:null) Seq 5-614334468: Response Received:
> > 2013-04-07 00:37:11,171 DEBUG [agent.transport.Request]
> > (DirectAgent-225:null) Seq 5-614334468: Processing:  { Ans: , MgmtId: 1,
> > via: 5, Ver: v1, Flags: 10, [{"Answer":{"result":true,"wait":0}}] }
> > 2013-04-07 00:37:20,451 DEBUG
> > [storage.secondary.SecondaryStorageManagerImpl] (secstorage-1:null) Zone
> 1
> > is ready to launch secondary storage VM
> > 2013-04-07 00:37:20,554 DEBUG
> [cloud.consoleproxy.ConsoleProxyManagerImpl]
> > (consoleproxy-1:null) Zone 1 is ready to launch console proxy
> > 2013-04-07 00:37:20,820 DEBUG
> > [network.router.VirtualNetworkApplianceManagerImpl]
> > (RouterStatusMonitor-1:null) Found 0 routers to update status.
> > 2013-04-07 00:37:20,822 DEBUG
> > [network.router.VirtualNetworkApplianceManagerImpl]
> > (RouterStatusMonitor-1:null) Found 0 networks to update RvR status.
> > 2013-04-07 00:37:20,851 DEBUG
> > [network.router.VirtualNetworkApplianceManagerImpl]
> > (RouterStatusMonitor-1:null) Found 0 routers to update status.
> > 2013-04-07 00:37:20,852 DEBUG
> > [network.router.VirtualNetworkApplianceManagerImpl]
> > (RouterStatusMonitor-1:null) Found 0 networks to update RvR status.
> > 2013-04-07 00:37:24,890 DEBUG [agent.manager.AgentManagerImpl]
> > (AgentManager-Handler-6:null) Ping from 4
> > 2013-04-07 00:37:27,167 DEBUG [agent.manager.DirectAgentAttache]
> > (DirectAgent-354:null) Ping from 1
> > 2013-04-07 00:37:29,095 DEBUG [agent.manager.DirectAgentAttache]
> > (DirectAgent-97:null) Seq 1-90046472: Executing request
> > 2013-04-07 00:37:29,317 DEBUG [agent.manager.DirectAgentAttache]
> > (DirectAgent-97:null) Seq 1-90046472: Response Received:
> > 2013-04-07 00:37:29,317 DEBUG [agent.transport.Request]
> > (DirectAgent-97:null) Seq 1-90046472: Processing:  { Ans: , MgmtId: 1,
> via:
> > 1, Ver: v1, Flags: 10,
> >
> [{"ClusterSyncAnswer":{"_clusterId":1,"_newStates":{},"_isExecuted":false,"result":true,"wait":0}}]
> > }
> > 2013-04-07 00:37:47,679 DEBUG [agent.manager.AgentManagerImpl]
> > (AgentManager-Handler-7:null) Ping from 3
> > 2013-04-07 00:37:50,451 DEBUG
> > [storage.secondary.SecondaryStorageManagerImpl] (secstorage-1:null) Zone
> 1
> > is ready to launch secondary storage VM
> > 2013-04-07 00:37:50,555 DEBUG
> [cloud.consoleproxy.ConsoleProxyManagerImpl]
> > (consoleproxy-1:null) Zone 1 is ready to launch console proxy
> > 2013-04-07 00:37:50,798 INFO  [cloud.ha.HighAvailabilityManagerImpl]
> > (HA-2:null) checking health of usage server
> > 2013-04-07 00:37:50,799 DEBUG [cloud.ha.HighAvailabilityManagerImpl]
> > (HA-2:null) usage server running? false, heartbeat: null
> > 2013-04-07 00:37:50,801 DEBUG [cloud.alert.AlertManagerImpl] (HA-2:null)
> > Have already sent: 1 emails for alert type '12' -- skipping send email
> > 2013-04-07 00:37:50,816 DEBUG
> > [network.router.VirtualNetworkApplianceManagerImpl]
> (RouterMonitor-1:null)
> > Found 0 running routers.
> > 2013-04-07 00:37:50,820 DEBUG
> > [network.router.VirtualNetworkApplianceManagerImpl]
> > (RouterStatusMonitor-1:null) Found 0 routers to update status.
> > 2013-04-07 00:37:50,821 DEBUG
> > [network.router.VirtualNetworkApplianceManagerImpl]
> > (RouterStatusMonitor-1:null) Found 0 networks to update RvR status.
> > 2013-04-07 00:37:50,850 DEBUG
> > [network.router.VirtualNetworkApplianceManagerImpl]
> (RouterMonitor-1:null)
> > Found 0 running routers.
> > 2013-04-07 00:37:50,851 DEBUG
> > [network.router.VirtualNetworkApplianceManagerImpl]
> > (RouterStatusMonitor-1:null) Found 0 routers to update status.
> > 2013-04-07 00:37:50,852 DEBUG
> > [network.router.VirtualNetworkApplianceManagerImpl]
> > (RouterStatusMonitor-1:null) Found 0 networks to update RvR status.
> > 2013-04-07 00:37:50,909 DEBUG
> > [cloud.network.ExternalLoadBalancerUsageManagerImpl]
> > (ExternalNetworkMonitor-1:null) External devices stats collector is
> > running...
> > 2013-04-07 00:37:50,920 DEBUG [storage.snapshot.SnapshotSchedulerImpl]
> > (SnapshotPollTask:null) Snapshot scheduler.poll is being called at
> > 2013-04-07 06:37:50 GMT
> > 2013-04-07 00:37:50,921 DEBUG [storage.snapshot.SnapshotSchedulerImpl]
> > (SnapshotPollTask:null) Got 0 snapshots to be executed at 2013-04-07
> > 06:37:50 GMT
> > 2013-04-07 00:37:51,480 INFO  [agent.manager.AgentMonitor]
> > (Thread-11:null) Found the following agents behind on ping: [6, 5]
> > 2013-04-07 00:37:51,481 DEBUG [cloud.host.Status] (Thread-11:null) Ping
> > timeout for host 6, do invstigation
> > 2013-04-07 00:37:51,482 DEBUG [cloud.host.Status] (Thread-11:null) Ping
> > timeout for host 5, do invstigation
> > 2013-04-07 00:37:51,483 INFO  [agent.manager.AgentManagerImpl]
> > (AgentTaskPool-10:null) Investigating why host 6 has disconnected with
> > event PingTimeout
> > 2013-04-07 00:37:51,483 DEBUG [agent.manager.AgentManagerImpl]
> > (AgentTaskPool-10:null) checking if agent (6) is alive
> > 2013-04-07 00:37:51,484 INFO  [agent.manager.AgentManagerImpl]
> > (AgentTaskPool-13:null) Investigating why host 5 has disconnected with
> > event PingTimeout
> > 2013-04-07 00:37:51,484 DEBUG [agent.manager.AgentManagerImpl]
> > (AgentTaskPool-13:null) checking if agent (5) is alive
> > 2013-04-07 00:37:51,486 DEBUG [agent.transport.Request]
> > (AgentTaskPool-10:null) Seq 6-324993316: Sending  { Cmd , MgmtId: 1, via:
> > 6, Ver: v1, Flags: 100011, [{"CheckHealthCommand":{"wait":50}}] }
> > 2013-04-07 00:37:51,486 DEBUG [agent.transport.Request]
> > (AgentTaskPool-10:null) Seq 6-324993316: Executing:  { Cmd , MgmtId: 1,
> > via: 6, Ver: v1, Flags: 100011, [{"CheckHealthCommand":{"wait":50}}] }
> > 2013-04-07 00:37:51,486 DEBUG [agent.manager.DirectAgentAttache]
> > (DirectAgent-303:null) Seq 6-324993316: Executing request
> > 2013-04-07 00:37:51,488 DEBUG [agent.transport.Request]
> > (AgentTaskPool-13:null) Seq 5-614334821: Sending  { Cmd , MgmtId: 1, via:
> > 5, Ver: v1, Flags: 100011, [{"CheckHealthCommand":{"wait":50}}] }
> > 2013-04-07 00:37:51,488 DEBUG [agent.transport.Request]
> > (AgentTaskPool-13:null) Seq 5-614334821: Executing:  { Cmd , MgmtId: 1,
> > via: 5, Ver: v1, Flags: 100011, [{"CheckHealthCommand":{"wait":50}}] }
> > 2013-04-07 00:37:51,488 DEBUG [agent.manager.DirectAgentAttache]
> > (DirectAgent-158:null) Seq 5-614334821: Executing request
> > 2013-04-07 00:37:51,537 DEBUG [agent.manager.DirectAgentAttache]
> > (DirectAgent-303:null) Seq 6-324993316: Response Received:
> > 2013-04-07 00:37:51,538 DEBUG [agent.transport.Request]
> > (DirectAgent-303:null) Seq 6-324993316: Processing:  { Ans: , MgmtId: 1,
> > via: 6, Ver: v1, Flags: 10,
> > [{"CheckHealthAnswer":{"result":true,"details":"resource is
> > alive","wait":0}}] }
> > 2013-04-07 00:37:51,538 DEBUG [agent.transport.Request]
> > (AgentTaskPool-10:null) Seq 6-324993316: Received:  { Ans: , MgmtId: 1,
> > via: 6, Ver: v1, Flags: 10, { CheckHealthAnswer } }
> > 2013-04-07 00:37:51,538 DEBUG [agent.manager.AgentManagerImpl]
> > (AgentTaskPool-10:null) Details from executing class
> > com.cloud.agent.api.CheckHealthCommand: resource is alive
> > 2013-04-07 00:37:51,538 DEBUG [agent.manager.AgentManagerImpl]
> > (AgentTaskPool-10:null) agent (6) responded to checkHeathCommand,
> reporting
> > that agent is Up
> > 2013-04-07 00:37:51,538 INFO  [agent.manager.AgentManagerImpl]
> > (AgentTaskPool-10:null) The state determined is Up
> > 2013-04-07 00:37:51,538 INFO  [agent.manager.AgentManagerImpl]
> > (AgentTaskPool-10:null) Agent is determined to be up and running
> > 2013-04-07 00:37:51,538 DEBUG [cloud.host.Status] (AgentTaskPool-10:null)
> > Transition:[Resource state = Enabled, Agent event = Ping, Host id = 6,
> name
> > = Tut-XenServer]
> > 2013-04-07 00:37:51,541 DEBUG [agent.manager.DirectAgentAttache]
> > (DirectAgent-158:null) Seq 5-614334821: Response Received:
> > 2013-04-07 00:37:51,541 DEBUG [agent.transport.Request]
> > (DirectAgent-158:null) Seq 5-614334821: Processing:  { Ans: , MgmtId: 1,
> > via: 5, Ver: v1, Flags: 10,
> > [{"CheckHealthAnswer":{"result":true,"details":"resource is
> > alive","wait":0}}] }
> > 2013-04-07 00:37:51,541 DEBUG [agent.transport.Request]
> > (AgentTaskPool-13:null) Seq 5-614334821: Received:  { Ans: , MgmtId: 1,
> > via: 5, Ver: v1, Flags: 10, { CheckHealthAnswer } }
> > 2013-04-07 00:37:51,541 DEBUG [agent.manager.AgentManagerImpl]
> > (AgentTaskPool-13:null) Details from executing class
> > com.cloud.agent.api.CheckHealthCommand: resource is alive
> > 2013-04-07 00:37:51,541 DEBUG [agent.manager.AgentManagerImpl]
> > (AgentTaskPool-13:null) agent (5) responded to checkHeathCommand,
> reporting
> > that agent is Up
> > 2013-04-07 00:37:51,541 INFO  [agent.manager.AgentManagerImpl]
> > (AgentTaskPool-13:null) The state determined is Up
> > 2013-04-07 00:37:51,541 DEBUG [cloud.host.Status] (AgentTaskPool-10:null)
> > Agent status update: [id = 6; name = Tut-XenServer; old status = Up;
> event
> > = Ping; new status = Up; old update count = 314; new update count = 315]
> > 2013-04-07 00:37:51,541 INFO  [agent.manager.AgentManagerImpl]
> > (AgentTaskPool-13:null) Agent is determined to be up and running
> > 2013-04-07 00:37:51,541 DEBUG [cloud.host.Status] (AgentTaskPool-13:null)
> > Transition:[Resource state = Enabled, Agent event = Ping, Host id = 5,
> name
> > = Tut-XenServer2]
> > 2013-04-07 00:37:51,544 DEBUG [cloud.host.Status] (AgentTaskPool-13:null)
> > Agent status update: [id = 5; name = Tut-XenServer2; old status = Up;
> event
> > = Ping; new status = Up; old update count = 151; new update count = 152]
> > 2013-04-07 00:37:55,103 INFO  [cloud.vm.UserVmManagerImpl]
> > (UserVm-Scavenger-1:null) Found 1 vms to expunge.
> > 2013-04-07 00:37:55,103 DEBUG [cloud.vm.VirtualMachineManagerImpl]
> > (UserVm-Scavenger-1:null) Stopped called on
> > VM[User|94ddc16f-04fc-4da1-8326-01d8d5cdeb44] but the state is Destroyed
> > 2013-04-07 00:37:55,105 DEBUG [cloud.capacity.CapacityManagerImpl]
> > (UserVm-Scavenger-1:null) VM state transitted from :Destroyed to
> Expunging
> > with event: ExpungeOperationvm's original host id: 6 new host id: null
> host
> > id before state transition: null
> > 2013-04-07 00:37:55,105 DEBUG [cloud.vm.VirtualMachineManagerImpl]
> > (UserVm-Scavenger-1:null) Destroying vm
> > VM[User|94ddc16f-04fc-4da1-8326-01d8d5cdeb44]
> > 2013-04-07 00:37:55,105 DEBUG [cloud.vm.VirtualMachineManagerImpl]
> > (UserVm-Scavenger-1:null) Cleaning up NICS
> > 2013-04-07 00:37:55,105 DEBUG [cloud.network.NetworkManagerImpl]
> > (UserVm-Scavenger-1:null) Cleaning network for vm: 13
> > 2013-04-07 00:37:55,113 DEBUG [network.guru.DirectNetworkGuru]
> > (UserVm-Scavenger-1:null) Deallocate network: networkId: 204, ip:
> > 192.168.56.146
> > 2013-04-07 00:37:55,124 DEBUG [cloud.network.NetworkManagerImpl]
> > (UserVm-Scavenger-1:null) Removed nic id=19
> > 2013-04-07 00:37:55,124 DEBUG [cloud.storage.StorageManagerImpl]
> > (UserVm-Scavenger-1:null) Cleaning storage for vm: 13
> > 2013-04-07 00:37:55,132 DEBUG [cloud.storage.StorageManagerImpl]
> > (UserVm-Scavenger-1:null) Expunging Vol[13|vm=13|ROOT]
> > 2013-04-07 00:37:55,139 DEBUG [agent.transport.Request]
> > (UserVm-Scavenger-1:null) Seq 6-324993317: Sending  { Cmd , MgmtId: 1,
> via:
> > 6, Ver: v1, Flags: 100111,
> >
> [{"storage.DestroyCommand":{"vmName":"i-2-13-VM","volume":{"id":13,"name":"ROOT-13","mountPoint":"/iSCSI_SR_3","path":"99154d9c-2665-465d-8c71-e60f1748895b","size":52428800,"type":"ROOT","storagePoolType":"PreSetup","storagePoolUuid":"iSCSI_SR_3","deviceId":0},"wait":0}}]
> > }
> > 2013-04-07 00:37:55,140 DEBUG [agent.transport.Request]
> > (UserVm-Scavenger-1:null) Seq 6-324993317: Executing:  { Cmd , MgmtId: 1,
> > via: 6, Ver: v1, Flags: 100111,
> >
> [{"storage.DestroyCommand":{"vmName":"i-2-13-VM","volume":{"id":13,"name":"ROOT-13","mountPoint":"/iSCSI_SR_3","path":"99154d9c-2665-465d-8c71-e60f1748895b","size":52428800,"type":"ROOT","storagePoolType":"PreSetup","storagePoolUuid":"iSCSI_SR_3","deviceId":0},"wait":0}}]
> > }
> > 2013-04-07 00:37:55,140 DEBUG [agent.manager.DirectAgentAttache]
> > (DirectAgent-87:null) Seq 6-324993317: Executing request
> > 2013-04-07 00:37:55,724 DEBUG [agent.manager.DirectAgentAttache]
> > (DirectAgent-87:null) Seq 6-324993317: Response Received:
> > 2013-04-07 00:37:55,724 DEBUG [agent.transport.Request]
> > (DirectAgent-87:null) Seq 6-324993317: Processing:  { Ans: , MgmtId: 1,
> > via: 6, Ver: v1, Flags: 110,
> > [{"Answer":{"result":true,"details":"Success","wait":0}}] }
> > 2013-04-07 00:37:55,724 DEBUG [agent.manager.AgentAttache]
> > (DirectAgent-87:null) Seq 6-324993317: No more commands found
> > 2013-04-07 00:37:55,724 DEBUG [agent.transport.Request]
> > (UserVm-Scavenger-1:null) Seq 6-324993317: Received:  { Ans: , MgmtId: 1,
> > via: 6, Ver: v1, Flags: 110, { Answer } }
> > 2013-04-07 00:37:55,727 DEBUG [cloud.storage.StorageManagerImpl]
> > (UserVm-Scavenger-1:null) Volume successfully expunged from 257
> > 2013-04-07 00:37:55,727 DEBUG [cloud.vm.VirtualMachineManagerImpl]
> > (UserVm-Scavenger-1:null) Expunged
> > VM[User|94ddc16f-04fc-4da1-8326-01d8d5cdeb44]
> > 2013-04-07 00:37:55,727 DEBUG [cloud.vm.UserVmManagerImpl]
> > (UserVm-Scavenger-1:null) Starting cleaning up vm
> > VM[User|94ddc16f-04fc-4da1-8326-01d8d5cdeb44] resources...
> > 2013-04-07 00:37:55,730 INFO  [network.security.SecurityGroupManagerImpl]
> > (UserVm-Scavenger-1:null) Disassociated 1 network groups  from uservm 13
> > 2013-04-07 00:37:55,732 DEBUG [network.security.SecurityGroupManagerImpl]
> > (UserVm-Scavenger-1:null) Security group mappings are removed
> successfully
> > for vm id=13
> > 2013-04-07 00:37:55,736 DEBUG [network.firewall.FirewallManagerImpl]
> > (UserVm-Scavenger-1:null) No firewall rules are found for vm id=13
> > 2013-04-07 00:37:55,737 DEBUG [cloud.vm.UserVmManagerImpl]
> > (UserVm-Scavenger-1:null) Firewall rules are removed successfully as a
> part
> > of vm id=13 expunge
> > 2013-04-07 00:37:55,739 DEBUG [network.rules.RulesManagerImpl]
> > (UserVm-Scavenger-1:null) No port forwarding rules are found for vm id=13
> > 2013-04-07 00:37:55,739 DEBUG [cloud.vm.UserVmManagerImpl]
> > (UserVm-Scavenger-1:null) Port forwarding rules are removed successfully
> as
> > a part of vm id=13 expunge
> > 2013-04-07 00:37:55,740 DEBUG [cloud.vm.UserVmManagerImpl]
> > (UserVm-Scavenger-1:null) Removed vm id=13 from all load balancers as a
> > part of expunge process
> > 2013-04-07 00:37:55,741 DEBUG [cloud.vm.UserVmManagerImpl]
> > (UserVm-Scavenger-1:null) Successfully cleaned up vm
> > VM[User|94ddc16f-04fc-4da1-8326-01d8d5cdeb44] resources as a part of
> > expunge process
> > 2013-04-07 00:38:04,813 DEBUG [agent.manager.DirectAgentAttache]
> > (DirectAgent-442:null) Ping from 6
> > 2013-04-07 00:38:06,064 DEBUG [agent.manager.DirectAgentAttache]
> > (DirectAgent-374:null) Ping from 5
> > 2013-04-07 00:38:06,909 DEBUG [agent.manager.DirectAgentAttache]
> > (DirectAgent-157:null) Seq 6-324993028: Executing request
> > 2013-04-07 00:38:07,099 DEBUG [agent.manager.DirectAgentAttache]
> > (DirectAgent-157:null) Seq 6-324993028: Response Received:
> > 2013-04-07 00:38:07,100 DEBUG [agent.transport.Request]
> > (DirectAgent-157:null) Seq 6-324993028: Processing:  { Ans: , MgmtId: 1,
> > via: 6, Ver: v1, Flags: 10,
> >
> [{"ClusterSyncAnswer":{"_clusterId":2,"_newStates":{},"_isExecuted":false,"result":true,"wait":0}}]
> > }
> > 2013-04-07 00:38:11,022 DEBUG [agent.manager.DirectAgentAttache]
> > (DirectAgent-192:null) Seq 5-614334468: Executing request
> > 2013-04-07 00:38:11,181 DEBUG [agent.manager.DirectAgentAttache]
> > (DirectAgent-192:null) Seq 5-614334468: Response Received:
> > 2013-04-07 00:38:11,181 DEBUG [agent.transport.Request]
> > (DirectAgent-192:null) Seq 5-614334468: Processing:  { Ans: , MgmtId: 1,
> > via: 5, Ver: v1, Flags: 10, [{"Answer":{"result":true,"wait":0}}] }
> > 2013-04-07 00:38:20,455 DEBUG
> > [storage.secondary.SecondaryStorageManagerImpl] (secstorage-1:null) Zone
> 1
> > is ready to launch secondary storage VM
> > 2013-04-07 00:38:20,573 DEBUG
> [cloud.consoleproxy.ConsoleProxyManagerImpl]
> > (consoleproxy-1:null) Zone 1 is ready to launch console proxy
> > 2013-04-07 00:38:20,820 DEBUG
> > [network.router.VirtualNetworkApplianceManagerImpl]
> > (RouterStatusMonitor-1:null) Found 0 routers to update status.
> > 2013-04-07 00:38:20,821 DEBUG
> > [network.router.VirtualNetworkApplianceManagerImpl]
> > (RouterStatusMonitor-1:null) Found 0 networks to update RvR status.
> > 2013-04-07 00:38:20,851 DEBUG
> > [network.router.VirtualNetworkApplianceManagerImpl]
> > (RouterStatusMonitor-1:null) Found 0 routers to update status.
> > 2013-04-07 00:38:20,853 DEBUG
> > [network.router.VirtualNetworkApplianceManagerImpl]
> > (RouterStatusMonitor-1:null) Found 0 networks to update RvR status.
> > 2013-04-07 00:38:20,921 DEBUG [cloud.alert.AlertManagerImpl]
> > (CapacityChecker:null) Running Capacity Checker ...
> > 2013-04-07 00:38:20,921 DEBUG [cloud.alert.AlertManagerImpl]
> > (CapacityChecker:null) recalculating system capacity
> > 2013-04-07 00:38:20,921 DEBUG [cloud.alert.AlertManagerImpl]
> > (CapacityChecker:null) Executing cpu/ram capacity update
> > 2013-04-07 00:38:20,931 DEBUG [cloud.capacity.CapacityManagerImpl]
> > (CapacityChecker:null) Found 2 VMs on host 1
> > 2013-04-07 00:38:20,932 DEBUG [cloud.capacity.CapacityManagerImpl]
> > (CapacityChecker:null) Found 0 VM, not running on host 1
> > 2013-04-07 00:38:20,935 DEBUG [cloud.capacity.CapacityManagerImpl]
> > (CapacityChecker:null) No need to calibrate cpu capacity, host:1 usedCpu:
> > 200 reservedCpu: 0
> > 2013-04-07 00:38:20,935 DEBUG [cloud.capacity.CapacityManagerImpl]
> > (CapacityChecker:null) No need to calibrate memory capacity, host:1
> > usedMem: 209715200 reservedMem: 0
> > 2013-04-07 00:38:20,940 DEBUG [cloud.capacity.CapacityManagerImpl]
> > (CapacityChecker:null) Found 0 VMs on host 5
> > 2013-04-07 00:38:20,941 DEBUG [cloud.capacity.CapacityManagerImpl]
> > (CapacityChecker:null) Found 0 VM, not running on host 5
> > 2013-04-07 00:38:20,944 DEBUG [cloud.capacity.CapacityManagerImpl]
> > (CapacityChecker:null) No need to calibrate cpu capacity, host:5
> usedCpu: 0
> > reservedCpu: 0
> > 2013-04-07 00:38:20,944 DEBUG [cloud.capacity.CapacityManagerImpl]
> > (CapacityChecker:null) No need to calibrate memory capacity, host:5
> > usedMem: 0 reservedMem: 0
> > 2013-04-07 00:38:20,950 DEBUG [cloud.capacity.CapacityManagerImpl]
> > (CapacityChecker:null) Found 1 VMs on host 6
> > 2013-04-07 00:38:20,951 DEBUG [cloud.capacity.CapacityManagerImpl]
> > (CapacityChecker:null) Found 0 VM, not running on host 6
> > 2013-04-07 00:38:20,954 DEBUG [cloud.capacity.CapacityManagerImpl]
> > (CapacityChecker:null) No need to calibrate cpu capacity, host:6 usedCpu:
> > 100 reservedCpu: 0
> > 2013-04-07 00:38:20,954 DEBUG [cloud.capacity.CapacityManagerImpl]
> > (CapacityChecker:null) No need to calibrate memory capacity, host:6
> > usedMem: 104857600 reservedMem: 0
> > 2013-04-07 00:38:20,954 DEBUG [cloud.alert.AlertManagerImpl]
> > (CapacityChecker:null) Done executing cpu/ram capacity update
> > 2013-04-07 00:38:20,954 DEBUG [cloud.alert.AlertManagerImpl]
> > (CapacityChecker:null) Executing storage capacity update
> > 2013-04-07 00:38:20,961 DEBUG [cloud.storage.StorageManagerImpl]
> > (CapacityChecker:null) Successfully set Capacity - 31004332032 for
> capacity
> > type - 9 , DataCenterId - 1, HostOrPoolId - 200, PodId 1
> > 2013-04-07 00:38:20,965 DEBUG [cloud.storage.StorageManagerImpl]
> > (CapacityChecker:null) Successfully set Capacity - 97221701632 for
> capacity
> > type - 9 , DataCenterId - 1, HostOrPoolId - 201, PodId 1
> > 2013-04-07 00:38:20,970 DEBUG [cloud.storage.StorageManagerImpl]
> > (CapacityChecker:null) Successfully set Capacity - 97221701632 for
> capacity
> > type - 9 , DataCenterId - 1, HostOrPoolId - 202, PodId 1
> > 2013-04-07 00:38:20,975 DEBUG [cloud.storage.StorageManagerImpl]
> > (CapacityChecker:null) Successfully set Capacity - 2084569088 for
> capacity
> > type - 3 , DataCenterId - 1, HostOrPoolId - 256, PodId 1
> > 2013-04-07 00:38:20,980 DEBUG [cloud.storage.StorageManagerImpl]
> > (CapacityChecker:null) Successfully set Capacity - 2084569088 for
> capacity
> > type - 3 , DataCenterId - 1, HostOrPoolId - 257, PodId 1
> > 2013-04-07 00:38:20,985 DEBUG [cloud.storage.StorageManagerImpl]
> > (CapacityChecker:null) Successfully set Capacity - 2084569088 for
> capacity
> > type - 3 , DataCenterId - 1, HostOrPoolId - 262, PodId 1
> > 2013-04-07 00:38:20,985 DEBUG [cloud.alert.AlertManagerImpl]
> > (CapacityChecker:null) Done executing storage capacity update
> > 2013-04-07 00:38:20,985 DEBUG [cloud.alert.AlertManagerImpl]
> > (CapacityChecker:null) Executing capacity updates for public ip and Vlans
> > 2013-04-07 00:38:20,995 DEBUG [cloud.alert.AlertManagerImpl]
> > (CapacityChecker:null) Done capacity updates for public ip and Vlans
> > 2013-04-07 00:38:20,996 DEBUG [cloud.alert.AlertManagerImpl]
> > (CapacityChecker:null) Executing capacity updates for private ip
> > 2013-04-07 00:38:21,003 DEBUG [cloud.alert.AlertManagerImpl]
> > (CapacityChecker:null) Done executing capacity updates for private ip
> > 2013-04-07 00:38:21,003 DEBUG [cloud.alert.AlertManagerImpl]
> > (CapacityChecker:null) Done recalculating system capacity
> > 2013-04-07 00:38:21,031 DEBUG [cloud.alert.AlertManagerImpl]
> > (CapacityChecker:null) Done running Capacity Checker ...
> > 2013-04-07 00:38:24,889 DEBUG [agent.manager.AgentManagerImpl]
> > (AgentManager-Handler-8:null) Ping from 4
> > 2013-04-07 00:38:27,157 DEBUG [agent.manager.DirectAgentAttache]
> > (DirectAgent-311:null) Ping from 1
> > 2013-04-07 00:38:29,095 DEBUG [agent.manager.DirectAgentAttache]
> > (DirectAgent-197:null) Seq 1-90046472: Executing request
> > 2013-04-07 00:38:29,323 DEBUG [agent.manager.DirectAgentAttache]
> > (DirectAgent-197:null) Seq 1-90046472: Response Received:
> > 2013-04-07 00:38:29,324 DEBUG [agent.transport.Request]
> > (DirectAgent-197:null) Seq 1-90046472: Processing:  { Ans: , MgmtId: 1,
> > via: 1, Ver: v1, Flags: 10,
> >
> [{"ClusterSyncAnswer":{"_clusterId":1,"_newStates":{},"_isExecuted":false,"result":true,"wait":0}}]
> > }
> > 2013-04-07 00:38:47,679 DEBUG [agent.manager.AgentManagerImpl]
> > (AgentManager-Handler-9:null) Ping from 3
> > 2013-04-07 00:38:50,453 DEBUG
> > [storage.secondary.SecondaryStorageManagerImpl] (secstorage-1:null) Zone
> 1
> > is ready to launch secondary storage VM
> > 2013-04-07 00:38:50,560 DEBUG
> [cloud.consoleproxy.ConsoleProxyManagerImpl]
> > (consoleproxy-1:null) Zone 1 is ready to launch console proxy
> > 2013-04-07 00:38:50,819 DEBUG
> > [network.router.VirtualNetworkApplianceManagerImpl]
> > (RouterStatusMonitor-1:null) Found 0 routers to update status.
> > 2013-04-07 00:38:50,820 DEBUG
> > [network.router.VirtualNetworkApplianceManagerImpl]
> > (RouterStatusMonitor-1:null) Found 0 networks to update RvR status.
> > 2013-04-07 00:38:50,851 DEBUG
> > [network.router.VirtualNetworkApplianceManagerImpl]
> > (RouterStatusMonitor-1:null) Found 0 routers to update status.
> > 2013-04-07 00:38:50,852 DEBUG
> > [network.router.VirtualNetworkApplianceManagerImpl]
> > (RouterStatusMonitor-1:null) Found 0 networks to update RvR status.
> > 2013-04-07 00:38:51,483 INFO  [agent.manager.AgentMonitor]
> > (Thread-11:null) Found the following agents behind on ping: [6, 5]
> > 2013-04-07 00:38:51,485 DEBUG [cloud.host.Status] (Thread-11:null) Ping
> > timeout for host 6, do invstigation
> > 2013-04-07 00:38:51,486 DEBUG [cloud.host.Status] (Thread-11:null) Ping
> > timeout for host 5, do invstigation
> > 2013-04-07 00:38:51,486 INFO  [agent.manager.AgentManagerImpl]
> > (AgentTaskPool-11:null) Investigating why host 6 has disconnected with
> > event PingTimeout
> > 2013-04-07 00:38:51,486 DEBUG [agent.manager.AgentManagerImpl]
> > (AgentTaskPool-11:null) checking if agent (6) is alive
> > 2013-04-07 00:38:51,487 INFO  [agent.manager.AgentManagerImpl]
> > (AgentTaskPool-16:null) Investigating why host 5 has disconnected with
> > event PingTimeout
> > 2013-04-07 00:38:51,488 DEBUG [agent.manager.AgentManagerImpl]
> > (AgentTaskPool-16:null) checking if agent (5) is alive
> > 2013-04-07 00:38:51,489 DEBUG [agent.transport.Request]
> > (AgentTaskPool-11:null) Seq 6-324993318: Sending  { Cmd , MgmtId: 1, via:
> > 6, Ver: v1, Flags: 100011, [{"CheckHealthCommand":{"wait":50}}] }
> > 2013-04-07 00:38:51,489 DEBUG [agent.transport.Request]
> > (AgentTaskPool-11:null) Seq 6-324993318: Executing:  { Cmd , MgmtId: 1,
> > via: 6, Ver: v1, Flags: 100011, [{"CheckHealthCommand":{"wait":50}}] }
> > 2013-04-07 00:38:51,489 DEBUG [agent.manager.DirectAgentAttache]
> > (DirectAgent-372:null) Seq 6-324993318: Executing request
> > 2013-04-07 00:38:51,491 DEBUG [agent.transport.Request]
> > (AgentTaskPool-16:null) Seq 5-614334822: Sending  { Cmd , MgmtId: 1, via:
> > 5, Ver: v1, Flags: 100011, [{"CheckHealthCommand":{"wait":50}}] }
> > 2013-04-07 00:38:51,491 DEBUG [agent.transport.Request]
> > (AgentTaskPool-16:null) Seq 5-614334822: Executing:  { Cmd , MgmtId: 1,
> > via: 5, Ver: v1, Flags: 100011, [{"CheckHealthCommand":{"wait":50}}] }
> > 2013-04-07 00:38:51,491 DEBUG [agent.manager.DirectAgentAttache]
> > (DirectAgent-252:null) Seq 5-614334822: Executing request
> > 2013-04-07 00:38:51,546 DEBUG [agent.manager.DirectAgentAttache]
> > (DirectAgent-372:null) Seq 6-324993318: Response Received:
> > 2013-04-07 00:38:51,547 DEBUG [agent.transport.Request]
> > (DirectAgent-372:null) Seq 6-324993318: Processing:  { Ans: , MgmtId: 1,
> > via: 6, Ver: v1, Flags: 10,
> > [{"CheckHealthAnswer":{"result":true,"details":"resource is
> > alive","wait":0}}] }
> > 2013-04-07 00:38:51,547 DEBUG [agent.transport.Request]
> > (AgentTaskPool-11:null) Seq 6-324993318: Received:  { Ans: , MgmtId: 1,
> > via: 6, Ver: v1, Flags: 10, { CheckHealthAnswer } }
> > 2013-04-07 00:38:51,547 DEBUG [agent.manager.AgentManagerImpl]
> > (AgentTaskPool-11:null) Details from executing class
> > com.cloud.agent.api.CheckHealthCommand: resource is alive
> > 2013-04-07 00:38:51,547 DEBUG [agent.manager.AgentManagerImpl]
> > (AgentTaskPool-11:null) agent (6) responded to checkHeathCommand,
> reporting
> > that agent is Up
> > 2013-04-07 00:38:51,547 INFO  [agent.manager.AgentManagerImpl]
> > (AgentTaskPool-11:null) The state determined is Up
> > 2013-04-07 00:38:51,547 INFO  [agent.manager.AgentManagerImpl]
> > (AgentTaskPool-11:null) Agent is determined to be up and running
> > 2013-04-07 00:38:51,547 DEBUG [cloud.host.Status] (AgentTaskPool-11:null)
> > Transition:[Resource state = Enabled, Agent event = Ping, Host id = 6,
> name
> > = Tut-XenServer]
> > 2013-04-07 00:38:51,549 DEBUG [agent.manager.DirectAgentAttache]
> > (DirectAgent-252:null) Seq 5-614334822: Response Received:
> > 2013-04-07 00:38:51,549 DEBUG [agent.transport.Request]
> > (DirectAgent-252:null) Seq 5-614334822: Processing:  { Ans: , MgmtId: 1,
> > via: 5, Ver: v1, Flags: 10,
> > [{"CheckHealthAnswer":{"result":true,"details":"resource is
> > alive","wait":0}}] }
> > 2013-04-07 00:38:51,549 DEBUG [agent.transport.Request]
> > (AgentTaskPool-16:null) Seq 5-614334822: Received:  { Ans: , MgmtId: 1,
> > via: 5, Ver: v1, Flags: 10, { CheckHealthAnswer } }
> > 2013-04-07 00:38:51,550 DEBUG [agent.manager.AgentManagerImpl]
> > (AgentTaskPool-16:null) Details from executing class
> > com.cloud.agent.api.CheckHealthCommand: resource is alive
> > 2013-04-07 00:38:51,550 DEBUG [agent.manager.AgentManagerImpl]
> > (AgentTaskPool-16:null) agent (5) responded to checkHeathCommand,
> reporting
> > that agent is Up
> > 2013-04-07 00:38:51,550 INFO  [agent.manager.AgentManagerImpl]
> > (AgentTaskPool-16:null) The state determined is Up
> > 2013-04-07 00:38:51,550 INFO  [agent.manager.AgentManagerImpl]
> > (AgentTaskPool-16:null) Agent is determined to be up and running
> > 2013-04-07 00:38:51,550 DEBUG [cloud.host.Status] (AgentTaskPool-11:null)
> > Agent status update: [id = 6; name = Tut-XenServer; old status = Up;
> event
> > = Ping; new status = Up; old update count = 315; new update count = 316]
> > 2013-04-07 00:38:51,550 DEBUG [cloud.host.Status] (AgentTaskPool-16:null)
> > Transition:[Resource state = Enabled, Agent event = Ping, Host id = 5,
> name
> > = Tut-XenServer2]
> > 2013-04-07 00:38:51,553 DEBUG [cloud.host.Status] (AgentTaskPool-16:null)
> > Agent status update: [id = 5; name = Tut-XenServer2; old status = Up;
> event
> > = Ping; new status = Up; old update count = 152; new update count = 153]
> > 2013-04-07 00:39:04,800 DEBUG [agent.manager.DirectAgentAttache]
> > (DirectAgent-100:null) Ping from 6
> > 2013-04-07 00:39:06,054 DEBUG [agent.manager.DirectAgentAttache]
> > (DirectAgent-259:null) Ping from 5
> > 2013-04-07 00:39:06,909 DEBUG [agent.manager.DirectAgentAttache]
> > (DirectAgent-134:null) Seq 6-324993028: Executing request
> > 2013-04-07 00:39:07,104 DEBUG [agent.manager.DirectAgentAttache]
> > (DirectAgent-134:null) Seq 6-324993028: Response Received:
> > 2013-04-07 00:39:07,104 DEBUG [agent.transport.Request]
> > (DirectAgent-134:null) Seq 6-324993028: Processing:  { Ans: , MgmtId: 1,
> > via: 6, Ver: v1, Flags: 10,
> >
> [{"ClusterSyncAnswer":{"_clusterId":2,"_newStates":{},"_isExecuted":false,"result":true,"wait":0}}]
> > }
> > 2013-04-07 00:39:11,022 DEBUG [agent.manager.DirectAgentAttache]
> > (DirectAgent-188:null) Seq 5-614334468: Executing request
> > 2013-04-07 00:39:11,164 DEBUG [agent.manager.DirectAgentAttache]
> > (DirectAgent-188:null) Seq 5-614334468: Response Received:
> > 2013-04-07 00:39:11,164 DEBUG [agent.transport.Request]
> > (DirectAgent-188:null) Seq 5-614334468: Processing:  { Ans: , MgmtId: 1,
> > via: 5, Ver: v1, Flags: 10, [{"Answer":{"result":true,"wait":0}}] }
> > 2013-04-07 00:39:20,451 DEBUG
> > [storage.secondary.SecondaryStorageManagerImpl] (secstorage-1:null) Zone
> 1
> > is ready to launch secondary storage VM
> > 2013-04-07 00:39:20,552 DEBUG
> [cloud.consoleproxy.ConsoleProxyManagerImpl]
> > (consoleproxy-1:null) Zone 1 is ready to launch console proxy
> > 2013-04-07 00:39:20,819 DEBUG
> > [network.router.VirtualNetworkApplianceManagerImpl]
> > (RouterStatusMonitor-1:null) Found 0 routers to update status.
> > 2013-04-07 00:39:20,820 DEBUG
> > [network.router.VirtualNetworkApplianceManagerImpl]
> > (RouterStatusMonitor-1:null) Found 0 networks to update RvR status.
> > 2013-04-07 00:39:20,851 DEBUG
> > [network.router.VirtualNetworkApplianceManagerImpl]
> > (RouterStatusMonitor-1:null) Found 0 routers to update status.
> > 2013-04-07 00:39:20,852 DEBUG
> > [network.router.VirtualNetworkApplianceManagerImpl]
> > (RouterStatusMonitor-1:null) Found 0 networks to update RvR status.
> > 2013-04-07 00:39:24,890 DEBUG [agent.manager.AgentManagerImpl]
> > (AgentManager-Handler-10:null) Ping from 4
> > 2013-04-07 00:39:27,161 DEBUG [agent.manager.DirectAgentAttache]
> > (DirectAgent-400:null) Ping from 1
> > 2013-04-07 00:39:27,661 DEBUG [cloud.api.ApiServlet]
> > (1109449945@qtp-1008805148-34:null) ===START===  127.0.0.1 -- GET
> >
>  command=listVolumes&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&listAll=true&page=1&pagesize=20&_=1365316767658
> > 2013-04-07 00:39:27,672 DEBUG [cloud.api.ApiServlet]
> > (1109449945@qtp-1008805148-34:null) ===END===  127.0.0.1 -- GET
> >
>  command=listVolumes&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&listAll=true&page=1&pagesize=20&_=1365316767658
> > 2013-04-07 00:39:28,628 DEBUG [cloud.api.ApiServlet]
> > (1109449945@qtp-1008805148-34:null) ===START===  127.0.0.1 -- GET
> >
>  command=listVirtualMachines&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&listAll=true&page=1&pagesize=20&_=1365316768625
> > 2013-04-07 00:39:28,640 DEBUG [cloud.api.ApiServlet]
> > (1109449945@qtp-1008805148-34:null) ===END===  127.0.0.1 -- GET
> >
>  command=listVirtualMachines&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&listAll=true&page=1&pagesize=20&_=1365316768625
> > 2013-04-07 00:39:29,095 DEBUG [agent.manager.DirectAgentAttache]
> > (DirectAgent-101:null) Seq 1-90046472: Executing request
> > 2013-04-07 00:39:29,311 DEBUG [agent.manager.DirectAgentAttache]
> > (DirectAgent-101:null) Seq 1-90046472: Response Received:
> > 2013-04-07 00:39:29,311 DEBUG [agent.transport.Request]
> > (DirectAgent-101:null) Seq 1-90046472: Processing:  { Ans: , MgmtId: 1,
> > via: 1, Ver: v1, Flags: 10,
> >
> [{"ClusterSyncAnswer":{"_clusterId":1,"_newStates":{},"_isExecuted":false,"result":true,"wait":0}}]
> > }
> > 2013-04-07 00:39:31,530 DEBUG [cloud.api.ApiServlet]
> > (1109449945@qtp-1008805148-34:null) ===START===  127.0.0.1 -- GET
> >
>  command=logout&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316771528
> > 2013-04-07 00:39:31,535 DEBUG [cloud.api.ApiServlet]
> > (1109449945@qtp-1008805148-34:null) ===END===  127.0.0.1 -- GET
> >
>  command=logout&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316771528
> > 2013-04-07 00:39:31,969 DEBUG [cloud.api.ApiServlet]
> > (2107564436@qtp-1008805148-38:null) ===START===  127.0.0.1 -- GET
> >  command=listCapabilities&response=json&sessionkey=null&_=1365316771968
> > 2013-04-07 00:39:31,970 DEBUG [cloud.api.ApiServlet]
> > (2107564436@qtp-1008805148-38:null) ===END===  127.0.0.1 -- GET
> >  command=listCapabilities&response=json&sessionkey=null&_=1365316771968
> > 2013-04-07 00:39:47,679 DEBUG [agent.manager.AgentManagerImpl]
> > (AgentManager-Handler-11:null) Ping from 3
> > 2013-04-07 00:39:50,451 DEBUG
> > [storage.secondary.SecondaryStorageManagerImpl] (secstorage-1:null) Zone
> 1
> > is ready to launch secondary storage VM
> > 2013-04-07 00:39:50,555 DEBUG
> [cloud.consoleproxy.ConsoleProxyManagerImpl]
> > (consoleproxy-1:null) Zone 1 is ready to launch console proxy
> > 2013-04-07 00:39:50,819 DEBUG
> > [network.router.VirtualNetworkApplianceManagerImpl]
> > (RouterStatusMonitor-1:null) Found 0 routers to update status.
> > 2013-04-07 00:39:50,820 DEBUG
> > [network.router.VirtualNetworkApplianceManagerImpl]
> > (RouterStatusMonitor-1:null) Found 0 networks to update RvR status.
> > 2013-04-07 00:39:50,850 DEBUG
> > [network.router.VirtualNetworkApplianceManagerImpl]
> > (RouterStatusMonitor-1:null) Found 0 routers to update status.
> > 2013-04-07 00:39:50,851 DEBUG
> > [network.router.VirtualNetworkApplianceManagerImpl]
> > (RouterStatusMonitor-1:null) Found 0 networks to update RvR status.
> > 2013-04-07 00:39:51,486 INFO  [agent.manager.AgentMonitor]
> > (Thread-11:null) Found the following agents behind on ping: [6, 5]
> > 2013-04-07 00:39:51,488 DEBUG [cloud.host.Status] (Thread-11:null) Ping
> > timeout for host 6, do invstigation
> > 2013-04-07 00:39:51,489 DEBUG [cloud.host.Status] (Thread-11:null) Ping
> > timeout for host 5, do invstigation
> > 2013-04-07 00:39:51,489 INFO  [agent.manager.AgentManagerImpl]
> > (AgentTaskPool-2:null) Investigating why host 6 has disconnected with
> event
> > PingTimeout
> > 2013-04-07 00:39:51,490 DEBUG [agent.manager.AgentManagerImpl]
> > (AgentTaskPool-2:null) checking if agent (6) is alive
> > 2013-04-07 00:39:51,491 INFO  [agent.manager.AgentManagerImpl]
> > (AgentTaskPool-14:null) Investigating why host 5 has disconnected with
> > event PingTimeout
> > 2013-04-07 00:39:51,491 DEBUG [agent.manager.AgentManagerImpl]
> > (AgentTaskPool-14:null) checking if agent (5) is alive
> > 2013-04-07 00:39:51,493 DEBUG [agent.transport.Request]
> > (AgentTaskPool-2:null) Seq 6-324993319: Sending  { Cmd , MgmtId: 1, via:
> 6,
> > Ver: v1, Flags: 100011, [{"CheckHealthCommand":{"wait":50}}] }
> > 2013-04-07 00:39:51,493 DEBUG [agent.transport.Request]
> > (AgentTaskPool-2:null) Seq 6-324993319: Executing:  { Cmd , MgmtId: 1,
> via:
> > 6, Ver: v1, Flags: 100011, [{"CheckHealthCommand":{"wait":50}}] }
> > 2013-04-07 00:39:51,493 DEBUG [agent.manager.DirectAgentAttache]
> > (DirectAgent-278:null) Seq 6-324993319: Executing request
> > 2013-04-07 00:39:51,494 DEBUG [agent.transport.Request]
> > (AgentTaskPool-14:null) Seq 5-614334823: Sending  { Cmd , MgmtId: 1, via:
> > 5, Ver: v1, Flags: 100011, [{"CheckHealthCommand":{"wait":50}}] }
> > 2013-04-07 00:39:51,494 DEBUG [agent.transport.Request]
> > (AgentTaskPool-14:null) Seq 5-614334823: Executing:  { Cmd , MgmtId: 1,
> > via: 5, Ver: v1, Flags: 100011, [{"CheckHealthCommand":{"wait":50}}] }
> > 2013-04-07 00:39:51,495 DEBUG [agent.manager.DirectAgentAttache]
> > (DirectAgent-433:null) Seq 5-614334823: Executing request
> > 2013-04-07 00:39:51,547 DEBUG [agent.manager.DirectAgentAttache]
> > (DirectAgent-278:null) Seq 6-324993319: Response Received:
> > 2013-04-07 00:39:51,548 DEBUG [agent.transport.Request]
> > (DirectAgent-278:null) Seq 6-324993319: Processing:  { Ans: , MgmtId: 1,
> > via: 6, Ver: v1, Flags: 10,
> > [{"CheckHealthAnswer":{"result":true,"details":"resource is
> > alive","wait":0}}] }
> > 2013-04-07 00:39:51,548 DEBUG [agent.transport.Request]
> > (AgentTaskPool-2:null) Seq 6-324993319: Received:  { Ans: , MgmtId: 1,
> via:
> > 6, Ver: v1, Flags: 10, { CheckHealthAnswer } }
> > 2013-04-07 00:39:51,548 DEBUG [agent.manager.AgentManagerImpl]
> > (AgentTaskPool-2:null) Details from executing class
> > com.cloud.agent.api.CheckHealthCommand: resource is alive
> > 2013-04-07 00:39:51,548 DEBUG [agent.manager.AgentManagerImpl]
> > (AgentTaskPool-2:null) agent (6) responded to checkHeathCommand,
> reporting
> > that agent is Up
> > 2013-04-07 00:39:51,548 INFO  [agent.manager.AgentManagerImpl]
> > (AgentTaskPool-2:null) The state determined is Up
> > 2013-04-07 00:39:51,548 INFO  [agent.manager.AgentManagerImpl]
> > (AgentTaskPool-2:null) Agent is determined to be up and running
> > 2013-04-07 00:39:51,548 DEBUG [cloud.host.Status] (AgentTaskPool-2:null)
> > Transition:[Resource state = Enabled, Agent event = Ping, Host id = 6,
> name
> > = Tut-XenServer]
> > 2013-04-07 00:39:51,549 DEBUG [agent.manager.DirectAgentAttache]
> > (DirectAgent-433:null) Seq 5-614334823: Response Received:
> > 2013-04-07 00:39:51,549 DEBUG [agent.transport.Request]
> > (DirectAgent-433:null) Seq 5-614334823: Processing:  { Ans: , MgmtId: 1,
> > via: 5, Ver: v1, Flags: 10,
> > [{"CheckHealthAnswer":{"result":true,"details":"resource is
> > alive","wait":0}}] }
> > 2013-04-07 00:39:51,549 DEBUG [agent.transport.Request]
> > (AgentTaskPool-14:null) Seq 5-614334823: Received:  { Ans: , MgmtId: 1,
> > via: 5, Ver: v1, Flags: 10, { CheckHealthAnswer } }
> > 2013-04-07 00:39:51,549 DEBUG [agent.manager.AgentManagerImpl]
> > (AgentTaskPool-14:null) Details from executing class
> > com.cloud.agent.api.CheckHealthCommand: resource is alive
> > 2013-04-07 00:39:51,549 DEBUG [agent.manager.AgentManagerImpl]
> > (AgentTaskPool-14:null) agent (5) responded to checkHeathCommand,
> reporting
> > that agent is Up
> > 2013-04-07 00:39:51,549 INFO  [agent.manager.AgentManagerImpl]
> > (AgentTaskPool-14:null) The state determined is Up
> > 2013-04-07 00:39:51,549 INFO  [agent.manager.AgentManagerImpl]
> > (AgentTaskPool-14:null) Agent is determined to be up and running
> > 2013-04-07 00:39:51,551 DEBUG [cloud.host.Status] (AgentTaskPool-2:null)
> > Agent status update: [id = 6; name = Tut-XenServer; old status = Up;
> event
> > = Ping; new status = Up; old update count = 316; new update count = 317]
> > 2013-04-07 00:39:51,551 DEBUG [cloud.host.Status] (AgentTaskPool-14:null)
> > Transition:[Resource state = Enabled, Agent event = Ping, Host id = 5,
> name
> > = Tut-XenServer2]
> > 2013-04-07 00:39:51,554 DEBUG [cloud.host.Status] (AgentTaskPool-14:null)
> > Agent status update: [id = 5; name = Tut-XenServer2; old status = Up;
> event
> > = Ping; new status = Up; old update count = 153; new update count = 154]
> > 2013-04-07 00:40:04,836 DEBUG [agent.manager.DirectAgentAttache]
> > (DirectAgent-238:null) Ping from 6
> > 2013-04-07 00:40:06,653 WARN  [xen.resource.CitrixResourceBase]
> > (DirectAgent-429:null)  can not ping xenserver
> > 5e02c608-155d-432e-a20f-f8c600ef3ab7
> > 2013-04-07 00:40:06,653 WARN  [agent.manager.DirectAgentAttache]
> > (DirectAgent-429:null) Unable to get current status on 5
> > 2013-04-07 00:40:06,655 INFO  [agent.manager.AgentManagerImpl]
> > (AgentTaskPool-1:null) Investigating why host 5 has disconnected with
> event
> > AgentDisconnected
> > 2013-04-07 00:40:06,655 DEBUG [agent.manager.AgentManagerImpl]
> > (AgentTaskPool-1:null) checking if agent (5) is alive
> > 2013-04-07 00:40:06,658 DEBUG [agent.transport.Request]
> > (AgentTaskPool-1:null) Seq 5-614334824: Sending  { Cmd , MgmtId: 1, via:
> 5,
> > Ver: v1, Flags: 100011, [{"CheckHealthCommand":{"wait":50}}] }
> > 2013-04-07 00:40:06,658 DEBUG [agent.transport.Request]
> > (AgentTaskPool-1:null) Seq 5-614334824: Executing:  { Cmd , MgmtId: 1,
> via:
> > 5, Ver: v1, Flags: 100011, [{"CheckHealthCommand":{"wait":50}}] }
> > 2013-04-07 00:40:06,658 DEBUG [agent.manager.DirectAgentAttache]
> > (DirectAgent-28:null) Seq 5-614334824: Executing request
> > 2013-04-07 00:40:06,681 DEBUG [agent.manager.DirectAgentAttache]
> > (DirectAgent-28:null) Seq 5-614334824: Response Received:
> > 2013-04-07 00:40:06,682 DEBUG [agent.transport.Request]
> > (DirectAgent-28:null) Seq 5-614334824: Processing:  { Ans: , MgmtId: 1,
> > via: 5, Ver: v1, Flags: 10,
> > [{"CheckHealthAnswer":{"result":false,"details":"resource is not
> > alive","wait":0}}] }
> > 2013-04-07 00:40:06,682 DEBUG [agent.transport.Request]
> > (AgentTaskPool-1:null) Seq 5-614334824: Received:  { Ans: , MgmtId: 1,
> via:
> > 5, Ver: v1, Flags: 10, { CheckHealthAnswer } }
> > 2013-04-07 00:40:06,682 DEBUG [agent.manager.AgentManagerImpl]
> > (AgentTaskPool-1:null) Details from executing class
> > com.cloud.agent.api.CheckHealthCommand: resource is not alive
> > 2013-04-07 00:40:06,684 DEBUG [cloud.ha.HighAvailabilityManagerImpl]
> > (AgentTaskPool-1:null) SimpleInvestigator unable to determine the state
> of
> > the host.  Moving on.
> > 2013-04-07 00:40:06,691 DEBUG [agent.transport.Request]
> > (AgentTaskPool-1:null) Seq 6-324993320: Sending  { Cmd , MgmtId: 1, via:
> 6,
> > Ver: v1, Flags: 100011,
> >
> [{"CheckOnHostCommand":{"host":{"guid":"5e02c608-155d-432e-a20f-f8c600ef3ab7","privateNetwork":{"ip":"192.168.56.11","netmask":"255.255.255.0","mac":"08:00:27:f7:0d:28","isSecurityGroupEnabled":false},"publicNetwork":{"ip":"192.168.56.11","netmask":"255.255.255.0","mac":"08:00:27:f7:0d:28","isSecurityGroupEnabled":false},"storageNetwork1":{"ip":"192.168.56.11","netmask":"255.255.255.0","mac":"08:00:27:f7:0d:28","isSecurityGroupEnabled":false}},"wait":20}}]
> > }
> > 2013-04-07 00:40:06,691 DEBUG [agent.transport.Request]
> > (AgentTaskPool-1:null) Seq 6-324993320: Executing:  { Cmd , MgmtId: 1,
> via:
> > 6, Ver: v1, Flags: 100011,
> >
> [{"CheckOnHostCommand":{"host":{"guid":"5e02c608-155d-432e-a20f-f8c600ef3ab7","privateNetwork":{"ip":"192.168.56.11","netmask":"255.255.255.0","mac":"08:00:27:f7:0d:28","isSecurityGroupEnabled":false},"publicNetwork":{"ip":"192.168.56.11","netmask":"255.255.255.0","mac":"08:00:27:f7:0d:28","isSecurityGroupEnabled":false},"storageNetwork1":{"ip":"192.168.56.11","netmask":"255.255.255.0","mac":"08:00:27:f7:0d:28","isSecurityGroupEnabled":false}},"wait":20}}]
> > }
> > 2013-04-07 00:40:06,692 DEBUG [agent.manager.DirectAgentAttache]
> > (DirectAgent-467:null) Seq 6-324993320: Executing request
> > 2013-04-07 00:40:06,909 DEBUG [agent.manager.DirectAgentAttache]
> > (DirectAgent-367:null) Seq 6-324993028: Executing request
> > 2013-04-07 00:40:07,178 DEBUG [xen.resource.XenServer56Resource]
> > (DirectAgent-467:null) Heart beat is still going
> > 2013-04-07 00:40:07,178 DEBUG [agent.manager.DirectAgentAttache]
> > (DirectAgent-467:null) Seq 6-324993320: Response Received:
> > 2013-04-07 00:40:07,178 DEBUG [agent.transport.Request]
> > (DirectAgent-467:null) Seq 6-324993320: Processing:  { Ans: , MgmtId: 1,
> > via: 6, Ver: v1, Flags: 10,
> >
> [{"CheckOnHostAnswer":{"determined":true,"alive":true,"result":true,"details":"Heartbeat
> > is still going","wait":0}}] }
> > 2013-04-07 00:40:07,178 DEBUG [agent.transport.Request]
> > (AgentTaskPool-1:null) Seq 6-324993320: Received:  { Ans: , MgmtId: 1,
> via:
> > 6, Ver: v1, Flags: 10, { CheckOnHostAnswer } }
> > 2013-04-07 00:40:07,179 DEBUG [agent.manager.AgentManagerImpl]
> > (AgentTaskPool-1:null) Details from executing class
> > com.cloud.agent.api.CheckOnHostCommand: Heartbeat is still going
> > 2013-04-07 00:40:07,179 DEBUG [cloud.ha.HighAvailabilityManagerImpl]
> > (AgentTaskPool-1:null) XenServerInvestigator was able to determine host 5
> > is in Up
> > 2013-04-07 00:40:07,179 INFO  [agent.manager.AgentManagerImpl]
> > (AgentTaskPool-1:null) The state determined is Up
> > 2013-04-07 00:40:07,179 INFO  [agent.manager.AgentManagerImpl]
> > (AgentTaskPool-1:null) Agent is determined to be up and running
> > 2013-04-07 00:40:07,179 DEBUG [cloud.host.Status] (AgentTaskPool-1:null)
> > Transition:[Resource state = Enabled, Agent event = Ping, Host id = 5,
> name
> > = Tut-XenServer2]
> > 2013-04-07 00:40:07,182 DEBUG [cloud.host.Status] (AgentTaskPool-1:null)
> > Agent status update: [id = 5; name = Tut-XenServer2; old status = Up;
> event
> > = Ping; new status = Up; old update count = 154; new update count = 155]
> > 2013-04-07 00:40:07,321 DEBUG [agent.manager.DirectAgentAttache]
> > (DirectAgent-367:null) Seq 6-324993028: Response Received:
> > 2013-04-07 00:40:07,322 DEBUG [agent.transport.Request]
> > (DirectAgent-367:null) Seq 6-324993028: Processing:  { Ans: , MgmtId: 1,
> > via: 6, Ver: v1, Flags: 10,
> >
> [{"ClusterSyncAnswer":{"_clusterId":2,"_newStates":{},"_isExecuted":false,"result":true,"wait":0}}]
> > }
> > 2013-04-07 00:40:11,022 DEBUG [agent.manager.DirectAgentAttache]
> > (DirectAgent-430:null) Seq 5-614334468: Executing request
> > 2013-04-07 00:40:11,052 DEBUG [xen.resource.XenServerConnectionPool]
> > (DirectAgent-430:null) Catch Exception:
> > com.xensource.xenapi.Types$HostOffline Host is offline 192.168.56.11 due
> to
> > You attempted an operation which involves a host which could not be
> > contacted.
> > 2013-04-07 00:40:11,052 DEBUG [xen.resource.XenServerConnectionPool]
> > (DirectAgent-430:null) Trying to reset master of slave 192.168.56.11 to
> > 192.168.56.9
> > 2013-04-07 00:40:20,452 DEBUG
> > [storage.secondary.SecondaryStorageManagerImpl] (secstorage-1:null) Zone
> 1
> > is ready to launch secondary storage VM
> > 2013-04-07 00:40:20,552 DEBUG
> [cloud.consoleproxy.ConsoleProxyManagerImpl]
> > (consoleproxy-1:null) Zone 1 is ready to launch console proxy
> > 2013-04-07 00:40:20,820 DEBUG
> > [network.router.VirtualNetworkApplianceManagerImpl]
> > (RouterStatusMonitor-1:null) Found 0 routers to update status.
> > 2013-04-07 00:40:20,821 DEBUG
> > [network.router.VirtualNetworkApplianceManagerImpl]
> > (RouterStatusMonitor-1:null) Found 0 networks to update RvR status.
> > 2013-04-07 00:40:20,852 DEBUG
> > [network.router.VirtualNetworkApplianceManagerImpl]
> > (RouterStatusMonitor-1:null) Found 0 routers to update status.
> > 2013-04-07 00:40:20,853 DEBUG
> > [network.router.VirtualNetworkApplianceManagerImpl]
> > (RouterStatusMonitor-1:null) Found 0 networks to update RvR status.
> > 2013-04-07 00:40:21,055 DEBUG [xen.resource.XenServerConnectionPool]
> > (DirectAgent-430:null) localLogout has problem Failed to read server's
> > response: connect timed out
> > 2013-04-07 00:40:21,055 WARN  [agent.manager.DirectAgentAttache]
> > (DirectAgent-430:null) Seq 5-614334468: Exception Caught while executing
> > command
> > com.cloud.utils.exception.CloudRuntimeException: Unable to reset master
> of
> > slave 192.168.56.11 to 192.168.56.9 due to
> > org.apache.xmlrpc.XmlRpcException: Failed to read server's response:
> > connect timed out
> >  at
> >
> com.cloud.hypervisor.xen.resource.XenServerConnectionPool.PoolEmergencyResetMaster(XenServerConnectionPool.java:443)
> > at
> >
> com.cloud.hypervisor.xen.resource.XenServerConnectionPool.connect(XenServerConnectionPool.java:661)
> >  at
> >
> com.cloud.hypervisor.xen.resource.CitrixResourceBase.getConnection(CitrixResourceBase.java:5380)
> > at
> >
> com.cloud.hypervisor.xen.resource.CitrixResourceBase.execute(CitrixResourceBase.java:7248)
> >  at
> >
> com.cloud.hypervisor.xen.resource.CitrixResourceBase.executeRequest(CitrixResourceBase.java:555)
> > at
> >
> com.cloud.hypervisor.xen.resource.XenServer56Resource.executeRequest(XenServer56Resource.java:73)
> >  at
> >
> com.cloud.agent.manager.DirectAgentAttache$Task.run(DirectAgentAttache.java:186)
> > at
> java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:439)
> >  at
> >
> java.util.concurrent.FutureTask$Sync.innerRunAndReset(FutureTask.java:317)
> > at java.util.concurrent.FutureTask.runAndReset(FutureTask.java:150)
> >  at
> >
> java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.access$101(ScheduledThreadPoolExecutor.java:98)
> > at
> >
> java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.runPeriodic(ScheduledThreadPoolExecutor.java:180)
> >  at
> >
> java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:204)
> > at
> >
> java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:895)
> >  at
> >
> java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:918)
> > at java.lang.Thread.run(Thread.java:680)
> > 2013-04-07 00:40:21,056 DEBUG [agent.manager.DirectAgentAttache]
> > (DirectAgent-430:null) Seq 5-614334468: Response Received:
> > 2013-04-07 00:40:21,056 DEBUG [agent.transport.Request]
> > (DirectAgent-430:null) Seq 5-614334468: Processing:  { Ans: , MgmtId: 1,
> > via: 5, Ver: v1, Flags: 10,
> >
> [{"Answer":{"result":false,"details":"com.cloud.utils.exception.CloudRuntimeException:
> > Unable to reset master of slave 192.168.56.11 to 192.168.56.9 due to
> > org.apache.xmlrpc.XmlRpcException: Failed to read server's response:
> > connect timed out","wait":0}}] }
> > 2013-04-07 00:40:24,888 DEBUG [agent.manager.AgentManagerImpl]
> > (AgentManager-Handler-12:null) Ping from 4
> > 2013-04-07 00:40:27,162 DEBUG [agent.manager.DirectAgentAttache]
> > (DirectAgent-321:null) Ping from 1
> > 2013-04-07 00:40:29,095 DEBUG [agent.manager.DirectAgentAttache]
> > (DirectAgent-423:null) Seq 1-90046472: Executing request
> > 2013-04-07 00:40:29,364 DEBUG [agent.manager.DirectAgentAttache]
> > (DirectAgent-423:null) Seq 1-90046472: Response Received:
> > 2013-04-07 00:40:29,364 DEBUG [agent.transport.Request]
> > (DirectAgent-423:null) Seq 1-90046472: Processing:  { Ans: , MgmtId: 1,
> > via: 1, Ver: v1, Flags: 10,
> >
> [{"ClusterSyncAnswer":{"_clusterId":1,"_newStates":{},"_isExecuted":false,"result":true,"wait":0}}]
> > }
> > 2013-04-07 00:40:43,749 INFO  [context.support.XmlWebApplicationContext]
> > (Shutdown:null) Closing Root WebApplicationContext: startup date [Sat Apr
> > 06 22:07:12 MDT 2013]; root of context hierarchy
> > 2013-04-07 00:40:43,751 INFO
>  [factory.support.DefaultListableBeanFactory]
> > (Shutdown:null) Destroying singletons in
> >
> org.springframework.beans.factory.support.DefaultListableBeanFactory@74b76ce4
> :
> > defining beans
> >
> [org.springframework.context.annotation.internalConfigurationAnnotationProcessor,org.springframework.context.annotation.internalAutowiredAnnotationProcessor,org.springframework.context.annotation.internalRequiredAnnotationProcessor,org.springframework.context.annotation.internalCommonAnnotationProcessor,ClusterRestService,NetworkRestService,PodService,VirtualMachineRestService,VolumeRestService,zoneService,dataDisk,iso,rootDisk,volumeTypeHelper,VMComputeTagDaoImpl,VMEntityDaoImpl,VMNetworkMapDaoImpl,VMReservationDaoImpl,VMRootDiskTagDaoImpl,volumeReservationDaoImpl,virtualMachineEntityImpl,VMEntityManagerImpl,dataCenterResourceManagerImpl,EngineDcDetailsDao,EngineClusterDao,EngineDataCenterDao,EngineHostDao,EngineHostPodDao,EngineHostDetailsDao,EngineHostTagsDao,provisioningService,cloudOrchestrator,dataObjectManagerImpl,dataStoreManagerImpl,dataStoreProviderDaoImpl,primaryDataStoreDaoImpl,primaryDataStoreDetailsDaoImpl,objectInDataStoreManagerImpl,dataStoreProviderManagerImpl,objectInDataStoreDaoImpl,defaultEndPointSelector,hypervsiorHostEndPointRpcServer,imageDataStoreHelper,imageDaoStoreDaoImpl,imageDataDaoImpl,imageDataStoreProviderDaoImpl,BAREMETAL,imageFormatHelper,ISO,OVA,imageformat_qcow2,unknown,image_format_vhd,dataMotionServiceImpl,primaryDataStoreHelper,templatePrimaryDataStoreDaoImpl,volumeDao2Impl,imageDataFactoryImpl,imageServiceImpl,imageDataManagerImpl,imageDataStoreManagerImpl,defaultImageDataStoreProvider,defaultImageMotionStrategy,imageMotionServiceImpl,snapshotDao2Impl,snapshotDataFactoryImpl,snapshotServiceImpl,hypervisorBasedSnapshot,defaultPrimaryDataStoreProviderManagerImpl,defaultPrimaryDatastoreProviderImpl,ISCSI,networkFileSystem,templateInstallStrategyImpl,volumeDataFactoryImpl,volumeManagerImpl,volumeServiceImpl,apiDiscoveryServiceImpl,apiRateLimitServiceImpl,regionDaoImpl,regionManagerImpl,regionServiceImpl,userContextInitializer,eventDaoImpl,usageEventDaoImpl,randomAllocator,baremetalDhcpDaoImpl,baremetalPxeDaoImpl,vmwareContextFactory,ciscoNexusVSMDeviceDaoImpl,lunDaoImpl,poolDaoImpl,netappVolumeDaoImpl,netappManagerImpl,elasticLoadBalancerElement,elasticLbVmMapDaoImpl,elasticLoadBalancerManagerImpl,netScalerPodDaoImpl,niciraNvpDaoImpl,niciraNvpNicMappingDaoImpl,niciraNvpRouterMappingDaoImpl,niciraNvpElement,ovsGuestNetworkGuru,ovsTunnelInterfaceDaoImpl,ovsTunnelNetworkDaoImpl,ovsTunnelManagerImpl,bigSwitchVnsDaoImpl,bigSwitchVnsElement,randomStoragePoolAllocator,domainChecker,agentMonitor,firstFitAllocator,recreateHostAllocator,testingAllocator,basicAgentAuthManager,alertManagerImpl,clusterAlertAdapter,consoleProxyAlertAdapter,alertDaoImpl,secondaryStorageVmAlertAdapter,apiDBUtils,apiDispatcher,apiResponseHelper,apiServer,apiServlet,accountJoinDaoImpl,asyncJobJoinDaoImpl,dataCenterJoinDaoImpl,diskOfferingJoinDaoImpl,domainRouterJoinDaoImpl,hostJoinDaoImpl,instanceGroupJoinDaoImpl,projectAccountJoinDaoImpl,projectInvitationJoinDaoImpl,projectJoinDaoImpl,resourceTagJoinDaoImpl,securityGroupJoinDaoImpl,serviceOfferingJoinDaoImpl,storagePoolJoinDaoImpl,userAccountJoinDaoImpl,userVmJoinDaoImpl,volumeJoinDaoImpl,queryManagerImpl,asyncJobExecutorContextImpl,asyncJobManagerImpl,asyncJobDaoImpl,syncQueueDaoImpl,syncQueueItemDaoImpl,syncQueueManagerImpl,capacityManagerImpl,capacityDaoImpl,certificateDaoImpl,clusterBasedAgentLoadBalancerPlanner,hostTransferMapDaoImpl,clusterFenceManagerImpl,clusterServiceServletAdapter,managementServerHostDaoImpl,managementServerHostPeerDaoImpl,stackMaidDaoImpl,managementServerNode,configurationManagerImpl,configurationDaoImpl,resourceCountDaoImpl,resourceLimitDaoImpl,entityManagerImpl,clusterDetailsDaoImpl,accountVlanMapDaoImpl,clusterDaoImpl,clusterVSMMapDaoImpl,dataCenterDaoImpl,dataCenterIpAddressDaoImpl,dataCenterLinkLocalIpAddressDaoImpl,dataCenterVnetDaoImpl,dcDetailsDaoImpl,hostPodDaoImpl,podVlanDaoImpl,podVlanMapDaoImpl,storageNetworkIpAddressDaoImpl,storageNetworkIpRangeDaoImpl,vlanDaoImpl,domainDaoImpl,actionEventUtils,alertGenerator,eventJoinDaoImpl,eventUtils,usageEventUtils,highAvailabilityDaoImpl,recreatableFencer,hostDaoImpl,hostDetailsDaoImpl,hostTagsDaoImpl,cloudZonesStartupProcessor,hypervisorCapabilitiesDaoImpl,hypervisorGuruManagerImpl,keystoreDaoImpl,keystoreManagerImpl,agentUpgradeDaoImpl,upgradeManagerImpl,autoScaleManagerImpl,autoScalePolicyConditionMapDaoImpl,autoScalePolicyDaoImpl,autoScaleVmGroupDaoImpl,autoScaleVmGroupPolicyMapDaoImpl,autoScaleVmProfileDaoImpl,conditionDaoImpl,counterDaoImpl,externalFirewallDeviceDaoImpl,externalLoadBalancerDeviceDaoImpl,firewallRulesCidrsDaoImpl,firewallRulesDaoImpl,inlineLoadBalancerNicMapDaoImpl,IPAddressDaoImpl,LBStickinessPolicyDaoImpl,loadBalancerDaoImpl,loadBalancerVMMapDaoImpl,networkAccountDaoImpl,networkDaoImpl,networkDomainDaoImpl,networkExternalFirewallDaoImpl,networkExternalLoadBalancerDaoImpl,networkOpDaoImpl,networkRuleConfigDaoImpl,networkServiceMapDaoImpl,physicalNetworkDaoImpl,physicalNetworkIsolationMethodDaoImpl,physicalNetworkServiceProviderDaoImpl,physicalNetworkTagDaoImpl,physicalNetworkTrafficTypeDaoImpl,portProfileDaoImpl,remoteAccessVpnDaoImpl,routerNetworkDaoImpl,site2SiteCustomerGatewayDaoImpl,site2SiteVpnConnectionDaoImpl,site2SiteVpnGatewayDaoImpl,userIpv6AddressDaoImpl,virtualRouterProviderDaoImpl,vpnUserDaoImpl,externalLoadBalancerUsageManagerImpl,externalNetworkDeviceManagerImpl,firewallManagerImpl,loadBalancingRulesManagerImpl,networkManagerImpl,networkModelImpl,networkServiceImpl,networkUsageManagerImpl,virtualNetworkApplianceManagerImpl,vpcVirtualNetworkApplianceManagerImpl,portForwardingRulesDaoImpl,rulesManagerImpl,securityGroupDaoImpl,securityGroupRuleDaoImpl,securityGroupRulesDaoImpl,securityGroupVMMapDaoImpl,securityGroupWorkDaoImpl,vmRulesetLogDaoImpl,storageNetworkManagerImpl,privateIpDaoImpl,staticRouteDaoImpl,vpcDaoImpl,vpcGatewayDaoImpl,vpcOfferingDaoImpl,vpcOfferingServiceMapDaoImpl,networkACLManagerImpl,vpcManagerImpl,remoteAccessVpnManagerImpl,site2SiteVpnManagerImpl,networkOfferingDaoImpl,networkOfferingServiceMapDaoImpl,projectAccountDaoImpl,projectDaoImpl,projectInvitationDaoImpl,projectManagerImpl,dummyHostDiscoverer,resourceManagerImpl,resourceLimitManagerImpl,commandExecLogDaoImpl,configurationServerImpl,statsCollector,serviceOfferingDaoImpl,consoleServlet,registerCompleteServlet,garbageCollectingStoragePoolAllocator,useLocalForRootAllocator,diskOfferingDaoImpl,guestOSCategoryDaoImpl,guestOSDaoImpl,launchPermissionDaoImpl,s3DaoImpl,snapshotDaoImpl,snapshotPolicyDaoImpl,snapshotScheduleDaoImpl,storagePoolDaoImpl,storagePoolDetailsDaoImpl,storagePoolHostDaoImpl,storagePoolWorkDaoImpl,swiftDaoImpl,uploadDaoImpl,VMTemplateDaoImpl,VMTemplateDetailsDaoImpl,VMTemplateHostDaoImpl,VMTemplatePoolDaoImpl,VMTemplateS3DaoImpl,VMTemplateSwiftDaoImpl,VMTemplateZoneDaoImpl,volumeDaoImpl,volumeHostDaoImpl,downloadMonitorImpl,OCFS2ManagerImpl,s3ManagerImpl,secondaryStorageVmDefaultAllocator,snapshotManagerImpl,snapshotSchedulerImpl,storageManagerImpl,swiftManagerImpl,uploadMonitorImpl,resourceTagsDaoImpl,taggedResourceManagerImpl,hyervisorTemplateAdapter,templateManagerImpl,versionDaoImpl,databaseIntegrityChecker,externalPublicIpStatisticsDaoImpl,usageDaoImpl,usageIPAddressDaoImpl,usageJobDaoImpl,usageLoadBalancerPolicyDaoImpl,usageNetworkDaoImpl,usageNetworkOfferingDaoImpl,usagePortForwardingRuleDaoImpl,usageSecurityGroupDaoImpl,usageStorageDaoImpl,usageVMInstanceDaoImpl,usageVolumeDaoImpl,usageVPNUserDaoImpl,usageServiceImpl,accountDetailsDaoImpl,accountManagerImpl,accountDaoImpl,SSHKeyPairDaoImpl,userAccountDaoImpl,userDaoImpl,userStatisticsDaoImpl,userStatsLogDaoImpl,domainManagerImpl,identityDaoImpl,identityServiceImpl,consoleProxyDaoImpl,domainRouterDaoImpl,instanceGroupDaoImpl,instanceGroupVMMapDaoImpl,nicDaoImpl,secondaryStorageVmDaoImpl,userVmDetailsDaoImpl,VMInstanceDaoImpl,itWorkDaoImpl,componentContext,org.springframework.aop.config.internalAutoProxyCreator,org.springframework.aop.aspectj.AspectJPointcutAdvisor#0,captureAnyMethod,org.springframework.aop.aspectj.AspectJPointcutAdvisor#1,captureEventMethod,transactionContextBuilder,actionEventInterceptor,onwireRegistry,messageSerializer,transportProvider,rpcProvider,eventBus,premiumDatabaseUpgradeChecker,managementServerImpl,clusterManagerImpl,clusteredAgentManagerImpl,clusteredVirtualMachineManagerImpl,highAvailabilityManagerExtImpl,userVmManagerImpl,consoleProxyManagerImpl,securityGroupManagerImpl2,premiumSecondaryStorageManagerImpl,userVmDaoImpl,ipv6AddressManagerImpl,VmwareManager,NetappManager,BaremetalManager,BaremetalDhcpManager,BaremetalKickStartPxeService,BaremetalPingPxeService,BaremetalPxeManager,Ovs,BareMetalDhcp,BareMetalPxe,BareMetalUserdata,SecurityGroupProvider,VirtualRouter,VpcVirtualRouter,NiciraNvp,JuniperSRX,Netscaler,F5BigIP,CiscoNexus1000vVSM,FirstFitRouting,LocalStoragePoolAllocator,FirstFitStoragePoolAllocator,UserConcentratedAllocator,ConsoleProxyAllocator,StaticRoleBasedAPIAccessChecker,ExteralIpAddressAllocator,BareMetalTemplateAdapter,MD5UserAuthenticator,LDAPUserAuthenticator,CheckOnAgentInvestigator,XenServerInvestigator,UserVmDomRInvestigator,ManagementIPSystemVMInvestigator,VmwareInvestigator,XenServerFencer,KVMFencer,OvmFencer,VmwareFencer,XcpServerDiscoverer,SecondaryStorageDiscoverer,KvmServerDiscoverer,BareMetalDiscoverer,HypervServerDiscoverer,OvmDiscoverer,vmwareServerDiscoverer,FirstFitPlanner,UserDispersingPlanner,UserConcentratedPodPlanner,BareMetalPlanner,StorageNetworkGuru,ExternalGuestNetworkGuru,PublicNetworkGuru,PodBasedNetworkGuru,ControlNetworkGuru,DirectNetworkGuru,DirectPodBasedNetworkGuru,OvsGuestNetworkGuru,PrivateNetworkGuru,NiciraNvpGuestNetworkGuru,XenServerGuru,KVMGuru,OvmGuru,VMwareGuru,BaremetalGuru,BaremetalPlannerSelector,HypervisorPlannerSelector,org.springframework.context.annotation.ConfigurationClassPostProcessor$ImportAwareBeanPostProcessor#0];
> > root of factory hierarchy
> >
> >
> > On Sun, Apr 7, 2013 at 12:54 AM, Marcus Sorensen <shadowsor@gmail.com
> >wrote:
> >
> >> If you're running it the Dev way with jetty, look for vmops.log in your
> >> git
> >> root. If you've installed via package look for
> >> /var/log/cloudstack/management/management-server.log.
> >> On Apr 7, 2013 12:45 AM, "Mike Tutkowski" <mike.tutkowski@solidfire.com
> >
> >> wrote:
> >>
> >> > Hi Marcus,
> >> >
> >> > I was just looking at the output in the console.
> >> >
> >> > Can you remind me again where the related logs are stored?
> >> >
> >> > Thanks!
> >> >
> >> >
> >> > On Sun, Apr 7, 2013 at 12:39 AM, Marcus Sorensen <shadowsor@gmail.com
> >> > >wrote:
> >> >
> >> > > Have you by chance looked at the debug logs to see if it by chance
> >> tried
> >> > > the proper storage and failed? I'm not sure that's OK either, but it
> >> > would
> >> > > be interesting to know.
> >> > > On Apr 7, 2013 12:25 AM, "Mike Tutkowski" <
> >> mike.tutkowski@solidfire.com>
> >> > > wrote:
> >> > >
> >> > > > Hi,
> >> > > >
> >> > > > I'm currently using 4.1 (from like a week or so ago).
> >> > > >
> >> > > > I have three tiers of shared, iSCSI-based storage represented in
> >> three
> >> > > > storage repositories in XenServer:
> >> > > >
> >> > > > SR_2
> >> > > > SR_3
> >> > > > SR_4
> >> > > >
> >> > > > SR_2 maps into CS via primary storage PS_2, which has the storage
> >> tag
> >> > > PS_2
> >> > > > SR_3 maps into CS via primary storage PS_3, which has the storage
> >> tag
> >> > > PS_3
> >> > > > SR_4 maps into CS via primary storage PS_4, which has the storage
> >> tag
> >> > > PS_4
> >> > > >
> >> > > > I have three compute offerings:
> >> > > >
> >> > > > CO_2, which only uses storage tag PS_2
> >> > > > CO_3, which only uses storage tag PS_3
> >> > > > CO_4, which only uses storage tag PS_4
> >> > > >
> >> > > > I walk through the wizard and select CO_3.  My VM ends up on SR_4.
> >> > > >
> >> > > > I have double checked the relationships and don't see any errors
> in
> >> > how I
> >> > > > have CS configured.
> >> > > >
> >> > > > Does anyone know of this being noted as a current bug?
> >> > > >
> >> > > > Thanks!
> >> > > >
> >> > > >
> >> > > > --
> >> > > > *Mike Tutkowski*
> >> > > > *Senior CloudStack Developer, SolidFire Inc.*
> >> > > > e: mike.tutkowski@solidfire.com
> >> > > > o: 303.746.7302
> >> > > > Advancing the way the world uses the
> >> > > > cloud<http://solidfire.com/solution/overview/?video=play>
> >> > > > *(tm)*
> >> > > >
> >> > >
> >> >
> >> >
> >> >
> >> > --
> >> > *Mike Tutkowski*
> >> > *Senior CloudStack Developer, SolidFire Inc.*
> >> > e: mike.tutkowski@solidfire.com
> >> > o: 303.746.7302
> >> > Advancing the way the world uses the
> >> > cloud<http://solidfire.com/solution/overview/?video=play>
> >> > *(tm)*
> >> >
> >>
> >
> >
> >
> > --
> > *Mike Tutkowski*
> > *Senior CloudStack Developer, SolidFire Inc.*
> > e: mike.tutkowski@solidfire.com
> > o: 303.746.7302
> > Advancing the way the world uses the cloud<
> http://solidfire.com/solution/overview/?video=play>
> > *(tm)*
> >
>
>
>
> --
> *Mike Tutkowski*
> *Senior CloudStack Developer, SolidFire Inc.*
> e: mike.tutkowski@solidfire.com
> o: 303.746.7302
> Advancing the way the world uses the
> cloud<http://solidfire.com/solution/overview/?video=play>
> *(tm)*
>



-- 
*Mike Tutkowski*
*Senior CloudStack Developer, SolidFire Inc.*
e: mike.tutkowski@solidfire.com
o: 303.746.7302
Advancing the way the world uses the
cloud<http://solidfire.com/solution/overview/?video=play>
*™*

RE: VM deployed to wrong storage repository

Posted by Prachi Damle <Pr...@citrix.com>.
Talluri,

The code has been refactored in master and the allocators have been renamed I think - Maybe we should track this issue separately for 4.2

Thanks,
Prachi
-----Original Message-----
From: Srikanteswararao Talluri [mailto:srikanteswararao.talluri@citrix.com]
Sent: Tuesday, April 09, 2013 3:17 AM
To: dev@cloudstack.apache.org
Subject: RE: VM deployed to wrong storage repository

This is happening on master too.

I have 3 storage pools added in this order

1. local (created zone with local storage)
2. zone wide
3. cluster wide

Irrespective of the compute offering selected, all the volumes are created on "cluster wide " storage pool.

Thanks,
~Talluri

> -----Original Message-----
> From: Nitin Mehta [mailto:Nitin.Mehta@citrix.com]
> Sent: Tuesday, April 09, 2013 2:30 PM
> To: dev@cloudstack.apache.org
> Subject: Re: VM deployed to wrong storage repository
>
> Sorry for the typo. I meant bug instead of "bu"
>
> On 09/04/13 11:59 AM, "itin Mehta" <Ni...@citrix.com> wrote:
>
> >Hi Prachi - Do we use this allocator now ? And why does this allocator not
> >honor the tag - is that not a bu ?
> >
> >Thanks,
> >Niti
> >
> >On 08/04/13 11:2 PM, "Prachi Damle" <Pr...@citrix.com> wrote:
> >
> >>Hi Mike,
> >>
> >>I checked the logs, looks like the RandomStoragePolAllocator is being
> >>picked up for the storag allocation - tis allocatordoes not match any
> >>tags.
> >>
> >>You sould use FirstFitStoragePoolAllocato instead - change the
> >>component.ml to use this allocatr and not the random
> >
> >>Thanks,
> >>-Prachi
> >>
> >>-----Original Message-----
> >>From: Mike Tutkowski [mailto:mike.tutkowsi@solidfie.com]
> >>Sent: Monday, April 08 2013 8:23 AM
> >>To: dev@cloudstack.apache.org
> >>Subject: Re: VM deployed t wrong storage repostory
> >>
> >>I pla to update to the latest 4.1 todayand re-try this.
> >>
> >>If I still see the problem, I'll open a bug.
> >>
> >>
> >>On Sun, Apr 7, 2013 at 4:26 PM, Mike Tutkowski
> >><mik.tutkowski@solidire.com
> >>> wroe:
> >>
> >>> I don't see anything in vmops.log to indicate that another primary
> >>>storage
> >>> was tried first.  What do you tink?
> >>>
> >>> 2013-04-07 00:30:5,459 INFO  [agent.manager.AgentManagerImpl]
> >> (AgentTaskPool-11:null) Investigating why host 6 has disconnected wth
> >>> event PingTimeout
> >>> 2013-04-07 00:0:51,459 DEBUG [agentmanager.AgentManagerImpl]
> >>> (AgentTaskPool-11:null) checking if agent (6) isalive>> 2013-04-07
> >>>00:30:51,460 INFO  [agent.manager.AgentManagerImpl]
> >>> (AgentTaskPool-16:null) Investigating why host 5 has disconnected with
> >>> event PingTimeot
> >>> 2013-04-07 00:3051460 DEBUG [agent.manger.AgentManagerImpl]
> >>> (AgentTaskPool-16:null) checking if agent (5) is alive
> >>> 2013-04-0700:30:51,462 DEBUG [gent.transport.Request]
> >>> (AgentTaskPool-11:null) Seq -324993302: Sending  { Cmd , MgmtId: 1,
> >>via:
> >>> 6, Ver: v1, Flags: 100011, [{"CheckHealthCommand":{"wit":50}}] }
> >>> 2013-04-07 00:30:51,42 DEUG agent.transport.Request]
> >>> (AgentTaskPool-11:null) Seq 6-324993302: Executing:  { Cmd , MgmtI: 1,
> >>> via: 6, Ver: v1, Flags: 100011, [{"CheckHealthommand"{"wait":50}}] }
> >>> 2013-04-07 0:30:51,462 DEBUG [agent.manager.DirectAgentttche]
> >>> (DirectAgent-26:null) Seq 6-324993302: Executing rquest
> >>> 213-04-07 00:30:51,464 DEBUG[agent.transport.Request]
> >>> (AgenTaskPool-16null) Seq 5-614334808: Sending  { md , MgmtId: 1,
> >>>via:
> >>> 5, Ver: v1, Flags: 100011, [{"CheckHelthCommand":{"wait":50}}] }
> >>> 201304-07 00:30:51,464 DEBUG [agent.transport.Request]
> >>> (AgentTaskPool-16:null) Seq 5-614334808: Executing:  { Cmd , MgmtId: 1,
> >>> via: 5, Ver: v1, Flas: 100011, [{"CheckHealthComman":{"wait":50}}] }
> >>> 2013-04-07 00:30:51,465 DEBUG [agent.manager.DirectAgentAttace]
> >>> (DirectAgent-163:null) Seq 5-61433480: Executing request
> >>> 2013-04-07 00:30:51,511 DEBUG [agent.manager.DirectAgentAttache]
> >>> (DirectAgent-26:null) Seq 6324993302: Response Received:
> >>> 2013-04-07 00:30:51,512 DEBUG [agent.transport.Request]
> >>> (DirectAgent-26:null) Seq 6-324993302: Processing:  { ns: , MgmtId: 1,
> >>> via: 6, Ver: v1, Flags: 10,
> >>> [{"CheckHealthAnswer":{"result":true,"details":"resource i
> >>> alive","ait":0}}] }
> >>> 2013-04-07 00:30:51,512 DEBUG [agent.transport.Request]
> >>> (AgentTaskPool-11:null) Seq 6-324993302: Received:  { Ans: , Mgmtd: 1,
> >>> via: 6, Ver: v1, Flags: 10, { CheckHealthAnswer } }
> >>> 2013-04-07 00:3051,512 DEBUG [agent.manager.AgentManagerImpl]
> >>> (AgntTaskPool-11:null) Details from executing class
> >>> com.cloud.agent.api.CheckealthCommand: resource is alive
> >>> 2013-04-07 00:30:51,512 DEBUG [agent.maager.AgentManagerImpl]
> >>> (AgentTaskPool-11:null) agent (6) responded to checkHeathCommand,
> >>>reporting
> >>> that agent is Up
> >> 2013-04-07 00:30:51,512 INFO  [agent.manager.AgentManagerImpl]
> >>> (AgentTaskPool-11:null) he state determined is Up
> >>> 2013-4-07 00:30:51,512 INFO  [agent.manger.AgentManagerImpl]
> >>> (AgenTaskPool-11:null Agent s determined to be up an runnng
> >>> 2013-04-07 00:30:51,512 DEBUG [cloud.host.Satus]
> >>>(AgentTaskPool-11:null)
> >>> Transition:[Resource state = Enabled, Agnt event = Ping, Host id = 6,
> >>>name
> >>> = Tut-XenServer]
> >>> 2013-04-07 00:30:51,515 DEBUG [cloud.host.Status]
> >>>(AgentTaskPool-11:null)
> >>> Agent status update: [id = 6; nae = Tut-XenServer; old status = Up;
> >>>event
> >>> = Ping; new status = Up; old update count = 307; new update count =
> >>>308]
> >>> 2013-04-07 00:30:51,517 DEBUG [agent.managr.DirectAgentAttache]
> >>> (DirectAgent-163:nll) Seq 5-614334808: Response Receied:
> >>> 2013-04-07 00:30:51,517 DEBUG [agent.transport.Request]
> >>> (DirectAgent-163:null) Seq 5-614334808: Processing:  { Ans: , MgmtId:
> >>>1,
> >>> via: 5, Ver: v1, Flags: 10,
> >>> [{"CheckHealthAnswer":{"result":true,"details":"resource is
> >>> alive","wait":0}}] }
> >>> 2013-04-07 00:30:51,517 DEBUG [agent.transport.Request]
> >>> (AgentTaskPool-16:null) Se 5-614334808: Received:  { Ans: , MgmtId: 1,
> >>> via: 5, Ver: v1, Flags: 10, { CheckHeathAnswer } }
> >>> 2013-04-07 00:30:51,517 DEBUG [agent.manager.AgentManagerImpl]
> >>> (AgentTaskPool-16:null) Details fromexecuting class
> >>> com.cloud.agent.api.heckHealthCommand: resource is alive
> >>> 2013-04-07 00:30:51,517 DEBUG [agent.manager.AgentManaerImpl]
> >>> (AgentTaskPool-16:null) agent (5) responded to checkHeathommand,
> >>>reporting
> >>> that agent is Up
> >>>2013-04-07 00:30:51,518 INFO  [agent.manager.AgentManagerImpl]
> >>> (AgentTaskPool-16:null) The state determined is Up
> >>> 2013-04-07 00:30:51,518 INFO  [agent.maager.AgentManagerImpl]
> >>> (AgentTskPool-16:null) Agent is determined to be up ad running
> >>> 2013-04-7 00:30:51,518 DEBUG [cloud.host.tatus]
> >>>(AgentTaskPool-16:null)
> >>> Transition:[Resource state = Enabled, Agent event = Ping, Host id = 5,
> >>>name
> >>> = Tut-XenServer2]
> >>>2013-04-07 00:30:51,522 DEBUG [cloud.host.Status]
> >>>(AgentTaskPool16:null)
> >>> Agent status update: [id = 5; name = Tut-XenServer2; old status = Up;
> >>>event
> >> = Ping; new status = Up; old update count = 144; new update cout =
> >>>145]
> >>> 2013-04-07 00:30:52,927 DEUG [agent.manager.DirectAgentAttache]
> >>> (DirectAgent-157:null) Seq 6-324993301: Response Received:
> >>> 2013-04-07 00:30:52,927 DEBUG [agent.transport.Request]
> >>> (DirectAgent-15:null) Seq 6-324993301: Processing:  { Ans: , MgmtId: 1,
> >>> va: 6, Ver: v1, Flags: 110, [{"Answer":{"resut":true,"wait":0}}] }
> >>> 2013-04-07 00:30:52,927 DEBUG [agent.transport.Request]
> >>> (Job-Executor-35:job-42) Seq 6-324993301: Received:  { Ans:  MgmtId: 1,
> >>> via: 6, Ver: v1, Flags: 110, { Answer } }
> >>> 2013-04-07 00:30:52,927 DEBUG [agent.manager.gentAttache]
> >>> (DirectAgent-157:null) Seq 6-324993301: No more commands found
> >>> 2013-04-07 00:30:52,938 DEBUG
> >> [network.router.VirtualNetworkApplianceManagerImpl]
> >>> (Job-Executor-35:job-42) Applying userdata and password entry in
> >>>network
> >> Ntwk[204|uest|6]
> >>> 2013-04-07 00:30:52,952 DEBUG [agent.transport.Request]
> >>> (Job-Executor-35:job-42) Seq -324993303: Sending  { Cmd , MgmtId: 1,
> >>>via:
> >>> 6, Ver: v1, Flas: 10111,
> >>>
> >>>[{"routing.SavePasswordCommand":{"password":"fnirq_cnffjbeq","vmIpAdd
> res
> >>>s
> >>>":"192.168.56.195","vmName":"c18ddf7c-fc61-40b0-af75-
> fdef05f8eae6,"acces
> >>>sDetails":{"router.guest.ip":192.168.56.102","one.network.type":"Basic"
> >>>,"router.ip":"169.254.1.168","
> >>> router.nam
> >>>
> >>>":"r-4-
> VM"},"wait":0}},{"routing.VmataCommand":{"vmpAddress":"192.168.5
> >>>6.195","vmName":"c18ddf7c-fc61-40b0-af75-
> fdef05f8eae6","accessDetails":{
> >>>"
> >>>router.guest.ip":"192.68.56.102","zone.network.type":"Basic","router.ip
> >>>"
> >>>:"169.254.1.168","
> >>> router.name":"r-4-VM"},"wait":0}}] }
> >>> 2013-04-07 00:30:52,953 DEUG [agent.transprt.equest]
> >>> (JobExecutor-35:job-42) Seq 6-324993303: Executing:  {Cmd , MgmtId: 1,
> >>> via: 6, Ver: v1, Flags: 100111,
> >>>
> >>>[{"routing.SavePasswordCommand":{"password":"fnirq_nffjbeq","vmIpAddr
> ess
> >>>":"192.168.56.195","vmName":"c18ddf7c-fc61-40b0-af75-
> fdef05f8eae6","acce
> >>>s
> >>>sDetails":{"router.guest.ip":"192.168.56.102","zone.networktype":"Basic
> >>>"
> >>>,"router.ip":"169.254.1.168","
> >>> router.name
> >>>
> >>>":"r-4-
> VM"},"wait":0}},{"rting.VmDataCommand":{"vmIpAddress":"192.168.5
> >>>6.195","vmName":"c18ddf7c-fc61-40b0-af75-
> fdef05f8eae6","accessDetails":{
> >>>"
> >>>router.guest.ip":"192.168.56.102","zone.network.type":"Basic","router.ip
> >>>"
> >>>:"19.254.1.168","
> >>> router.name":"r-4-VM"},"wait":0}}] }
> >>> 2013-04-07 00:30:52,93 DEBUG [agent.manger.DirectAgentAttache]
> >>> (DirectAgent-37:null) Seq 6-324993303: Executing requst
> >>> 2013-04-07 00:30:53,093 DEBUG [cloud.api.ApiServlet]
> >>> (1161145101@qtp-100880148-3:null) ===START===  127.0.0.1 -- GET
> >>>
> >>>command=queryAsyncJobResult&jobId=f75d8ce8-1193-43f-b171-
> f43d2534e6bc&r
> >>>e
> >>>sponse=json&sessionkey=Z6QqzU0FqiT13bMgnRRfl8GoVA%3D&_=13653162
> 53091
> >>> 2013-04-07 00:30:53,110 DEBUG [cloud.api.ApiServlet]
> >>> (116114511@qtp-1008805148-33:null) ===END===  127.0.0.1 -- GET
> >>>
> >>>command=queryAsyncJobResult&jobId=f75d8ce8-1193-43bf-b171-
> f43d2534e6bc&r
> >>>e
> >>>sponse=son&sessioney=Z6QqzU0Fq1iT13bMgnRRflGoVA%3D&_=136531625
> 3091
> >> 2013-04-07 00:30:56,093 DEBUG [cloud.api.ApiServlet]
> >>> (1161145101@qtp-1008805148-33:null) ===START===  127.0.0.1 -- GET
> >>>
> >>>command=ueryAsyncJobResult&jobId=f75d8ce8-1193-43bf-b171-
> f43d2534e6bc&r
> >>>e
> >>>sponse=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316
> 256091
> >> 2013-4-07 00:30:56,109 DEBUG [clou.api.ApiServlet]
> >>> (1161145101@qtp-1008805148-33:null) ===END===  127.0.0.1 -- GET
> >>>
> >>>comman=queryAsyncJobResult&joId=f75d8ce8-1193-43bf-b171-
> f43d2534e6bc&r
> >>>e
> >>>sponse=jon&sessokey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=136531625
> 6091
> >>>2013-0-07 00:30:59,094 DEBUG [cloud.api.ApiServlet]
> >>> (1161145101@qtp-1008805148-33:null) ===START==  127.0.0.1 -- GET
> >>>
> >>>command=queryAsyncJobResut&jobId=f75d8ce8-1193-43bf-
> b171f43d2534e6b&re
> >>>sponse=json&sssionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=13653162
> 59092
> >>> 2013-04-0700:30:59,11 DEBUG [cloud.api.ApiServlet]
> >>> (1161145101@qtp-1008805148-33:null) ==END===  127.0.0.1 -- GET
> >>>
> >>>command=queryAsyncJobResult&jobId=f75d8ce8-1193-43bf-b171-
> f43d2534e6bc&r
> >>>e
> >>sponse=json&essionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=13653162
> 59092
> >>>2013-04-07 0:31:02,095 DEBUG [cloud.api.ApiSerlet]
> >>> (1161145101@qtp-1008805148-33:null) ===START===  127.0.0.1 -- GET
> >>>
> >>>command=queryAsyncJobResult&jobId=f75d8ce8-1193-43bf-b171-
> f43d2534e6bc&r
> >>>e
> >>>spne=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=136531626
> 2093
> >>> 2013-04-07 00:31:02,110 DEBUG [cloud.api.ApiServlet]
> >>> (1161145101@qtp-1008805148-33:null) ==END===  127.0.0.1 -- GET
> >>>
> >>>command=queryAsyncJobesult&jobId=f75d8ce8-1193-43bf-b171-
> f43d2534e6bc&r
> >>>e>>sponse=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365
> 316262093
> >>> 201-04-07 00:31:04,860 DEBUG [agent.manager.DirectAgentAttache]
> >>> (DirectAgent-145:null) Ping from 6
> >>> 2013-04-07 00:3105,099 DEBUG [cloud.api.ApiServlet]
> >>> (116115101@qtp-1008805148-33:null) ===START===  127.0.0.1 -- GE
> >>>
> >>>command=queryAsycJobResult&jobId=f75d8ce8-1193-43bf-b171-
> f43d2534e6bc&re
> >>>sponse=jsn&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=13653162
> 65096
> >>> 013-04-07 00:31:05,114 DEBUG [cloud.api.AiServlet]
> >>> (1161145101@qtp-1008805148-33:null) ===END===  127.0.0.1 -- GET
> >>>
> >>>command=queryAsyncJobResult&jobId=f75d8ce8-1193-43bf-b171-
> f43d2534e6bc&r
> >>>e
> >>>sponse=json&sessonkey=Z6QqzU0Fq1iT13bMgnRRflGoVA%3D&_=13653162
> 65096
> >>> 2013-04-07 00:31:06,234 DEBUG [aet.anager.DirectAgentAttache]
> >>> (DirectAgent-372:null) Ping frm 5
> >>> 2013-04-07 00:31:06,909 DEBUG [agent.manage.DirectAgentAttache]
> >>> (DirectAgent-149:null) Seq 6-324993028: Executing request
> >>> 2013-04-07 00:31:07,239 DEBUG [agent.manager.DirectAgentAttache]
> >>> (DirectAgent-149:null Seq 6-324993028: Response Received:
> >>> 2013-04-07 00:31:07,239 DEBUG [agent.transport.Request]
> >>> (DirectAgent-14:null) Seq 6-324993028: Processig:  { Ans: , MgmtId: 1,
> >>> va: 6, Ver: v1, Flags: 10,
> >>>
> >>>[{"CluterSyncAnswer":{"_clusterId":2,"_newStates":{},"_isExecuted":alse
> >>>,"result":true,wait":0}}]
> >>> }
> >>> 2013-04-0 00:31:07,424 DEBUG [agent.manager.DirectAgentAttache]
> >>> (DirectAgen-37:null) Seq 6-324993303: Response Received:
> >>> 2013-04-07 00:31:07,424 DEBUG [gent.trnsport.Request]
> >>> (DirectAgent-37:null) Seq 6-324993303: Processing:  { Ans: , MgmtId: 1,
> >>> via: 6, Ver: v1, Flags: 110,
> >>>
> >>>[{"Answer":{"result":true,"wait":0}},{"Answer":{"result":true,"wait":0}}
> >>>]
> >>> }
> >>> 2013-04-07 00:31:07,424 DEBUG [agent.transportRequest]
> >>> (Job-Executor-35:job-42) Seq 6-324993303: Received:  { Ans: , MgmId: 1,
> >>> vi: 6, Ver: v1, Flags: 110, { Answer, Answer } }
> >>> 2013-04-07 00:31:07,424 DEBUG [agent.maager.AgentAttache]
> >>> (DirectAgent-37:null) Seq 6-324993303: No more commands fond
> >>> 2013-04-07 00:31:07424 DEBUG [cloud.network.NetwrkManaerImpl]
> >>> (Job-Executor-35:job-42) Asking VpcVirtualRouter to prepare for
> >>> Nic[18-12-6416c373-20d8-4617-8dcb-30a8ff9d0f34-192.168.56.195]
> >>> 2013-04-07 00:31:07,424 WARN
> [network.element.VpcVirtualRouterElement]
> >>> (Job-Executor-35:job-42) Network Ntwk[204|Guest|6] is not associated
> >>>with
> >>> any VPC
> >>> 201-04-07 00:31:07,429 DEBUG [cloud.network.NetworkManagerImpl]
> >>> (Job-Executor-35:job-42) Asking NiciraNvp to prepare for
> >> Nic[18-12-6416c373-20d8-4617-8dcb-30a8ff9d0f34-192.168.56.195]
> >>> 2013-04-07 00:31:07,429 DEBUG [network.element.NiciraNvpElement
> >>> (ob-Executor-35:job-42) Checking if NiciraNvpElement can handle service
> >>> Connectiity on network gustNetworkFrBasicZone
> >>> 2013-04-07 00:31:07,432 DEBUG [cloud.network.NetworkManagrIpl]
> >>> (Job-Executor-35:job-42) Asking JuniperSRX to prepare for
> >>> Nic[18-12-641c373-20d8-46178dcb-30a8ff9d0f34-192.168.56.195]
> >>> 2013-04-07 00:31:07,436DEBUG [cloud.networkNetwrkManagerImpl]
> >>> (Job-Executor-35:job-42) Asking Netscaler to prepare for
> >>> Nc[18-12-6416c373-20d8-4617-8dcb-308ff9d0f34-192.168.56.195]
> >>> 201304-07 00:31:07,441 DEBUG [cloud.network.NetworkManagerImpl]
> >>> (Job-Executor-35:job-42) Asking F5BigIP to prepare for
> >>> Nic[18-12-6416c373-20d8-4617-8dcb-30a8ff9d0f34-192.168.56.195]
> >>> 2013-04-07 00:31:07,445 DEBUG [cloud.network.NetworkManagerImpl]
> >>> (Job-Executor-5:job-42) Asking CiscoNexus100vVSM to prepare for
> >>> Nic[18-12-6416c373-20d8-4617-8dcb-30a8ff9d0f34-192.168.56195]
> >> 2013-04-07 0:31:07,449 DEUG [cloud.storage.StorageManagerImpl]
> >>> (Job-Executor-35:job-42) Checking if we need to prepare 1 volumes for
> >>> VM[User|c18ddf7c-fc61-40b0-af75-fdef05f8eae6]
> >> 2013-04-07 00:31:7,451 DEBUG [cloud.storageStorageManagerImpl]
> >>> (Job-Executor-35:job42) Creating volume: Vol[12|vm=12|ROOT]
> >>> 2013-04-07 00:31:07,451 DEBUG [cloud.storage.StorageManagerImpl]
> >>> (Job-Executor-35:job-42) Trying to create in Pool[257|PreSetup]
> >>> 2013-04-07 00:31:07,459 DEBUG [loud.template.TemplateManagerImpl]
> >>> (Job-Executor-35:job-42) Downloading template 5 to pool 257
> >>> 2013-04-07 00:31:07,466 DEBUG [cloud.template.TemplateManagerImpl]
> >>> (Job-Executor-35:job-42) Downloading 5 via 5
> >>> 2013-04-07 00:31:07,470 DEBUG [agent.transport.Request]
> >>> (Job-Executor-35:job-2) Seq 5-614334809: Sending  { Cmd , MgmtI: 1,
> >>> via: 5, Ver: v1, Flags: 100111,
> >>>
> >>>[{"storage.PrimaryStorageDownloadComman":{"localPath":"/mnt/9a008517
> -e3
> >>>2
> >>>1-37a0-a91-44695f9b6fe7","poolUuid":"iSCSI_SR_3","poolId":257,"primaryP
> >>>o
> >>>ol":{"id":257,"uuid":"iSCSI_SR_3","host":"192.168.56.9","path":"/iSCSI_S
> >>>R
> >>>_3","port":0,"type":"PreSetup"},"secondaryStorageUrl":"ns://192.168.56.1
> >>>0:
> >>>
> >>>/opt/sorage/secondary",primaryStorageUrl":nfs://192.168.56.9/iSCSI_SR_
> >>>3
> >>>
> >>>","url":"nfs://192.168.56.10:/opt/storage/secondary/template/tmpl/1/5//c
> >>>e
> >>>5b212e-215a-3461-94fb-
> 814a6352215.vhd","format":"VHD","accountId":1,"na
> >>>m
> >>>e":"tiny>>> Linux","wait":10800}}] }
> >>> 2013-04-07 00:31:07,470 DEBUG [agent.transportRequest]
> >>> (Job-Executor-35:job-42) Seq 5-614334809: Executing:  { Cm , MgmtId: 1
> >>> via: , Ver: v1, Flags: 100111,
> >>>
> >>>[{"storage.PrimaryStorageDownloadCommand":{"localPath":"/mnt/9a00851
> 7-e3
> >>>2
> >>>1-37a0-a941-44695f9b6fe7","pooUuid":"iSCSI_SR_3","polId":57,"primaryPo
> >>>l":{"id":257,"uuid":"iSCSI_SR_3","host":"192.168.56.9","path":"/iSCSI_S
> >>>R
> >>>_3","port":0,"type":"PreSetup"},"secondaryStorageUrl":"nfs://192.168.56.
> >>>1
> >>>0:
> >>>
> >>>/opt/storage/secondary","primaryStorageUr":"nfs://192.168.56.9/iSSI_SR_
> >>>3
> >>>
> >>>","url":"nfs://192.168.56.10:/opt/storage/secondary/template/tmpl/1///ce
> >>>5b212e-215a-3461-94fb-
> 84a635b2215.vhd","format":"VHD","accountId":1,"na
> >>>m
> >>>e":"tiny
> >>> Linux","wait":10800}}] }
> >>> 2013-04-07 00:31:07,470 DEBUG [agnt.manager.DirectAgentAttache]
> >>> (DirectAgent-174:null) Seq 5-14334809: Executng request
> >>> 2013-04-07 00:31:08,097 DEBUG [cloud.api.ApiServlet]
> >>> (1161145101@qtp-108805148-33:null) ===START===  127.0.0.1 -- GET
> >>>
> >>>command=queryAsyncobReult&jobId=f75d8ce8-1193-43b-b171-
> f43d2534e6bc&r
> >>>e
> >>>sponse=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316
> 268095
> >>> 2013-04-07 00:31:08,115 DEBUG [cloud.api.ApiServlet]
> >>> (116145101@qtp-1008805148-33:null) ===END===  127.0.0.1 - GET
> >>>
> >>>command=queryAsyncJobResult&jobId=f75d8ce8-1193-43bf-b171-
> f43d2534e6bc&r
> >>>e
> >>>sponse=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316
> 26895
> >>> 2013-04-07 00:31:11,023 DEBUG [agent.manager.DirectAgentAttache]
> >>> (DirectAgent-309:nll) Seq 5-614334468: Executing request
> >>> 2013-04-07 00:31:11,099 DEBUG [cloud.api.ApiServlet]
> >>> (1161145101@qtp-1008805148-33:null) ===START===  127.0.0.1 -- GET
> >>>
> >>>command=querAsyncJobResult&jobId=f75d8ce8-1193-43bf-b171-
> f43d2534e6bc&re
> >>sponse=jsonsessionkeyZ6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316271
> 096
> >>> 2013-04-07 00:31:11,121 DEBUG [cloud.api.ApiServlet]
> >>> (1161145101@qtp-1008805148-33:null) ===END===  127.0.0.1 -- GET
> >>>
> >>>command=queryAsyncJobResult&jobId=f75d8ce8-1193-43bf-b171-
> f43d2534e6bc&r
> >>>e
> >>>sponse=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316
> 271096
> >>> 2013-04-07 00:31:11,363 DEBUG [aget.manager.DirectAgentAttache]
> >>> (DirectAgent-309:null) Seq 5-614334468: Response Received:
> >>> 2013-04-07 00:31:11,363 DEBUG [agent.transport.Request]
> >>> (DirectAgent-309:null) Seq 5-614334468: Processing:  { Ans: , MgmtId:
> >>>1,
> >>> via: 5, Ver: v1, Flags: 10, [{"Answer":{result":true,"wat":0}} }
> >>>2013-04-07 00:31:14,100 DEBUG [cloud.ai.ApiServlet]
> >>> (1161145101@qtp-1008805148-33:nll) ===START===  127.0.0.1 -- GET
> >>>
> >>>command=qeryAsyncJobResult&jobId=f75d8ce8-1193-43bf-b171-
> f43d253e6bc&re
> >>>sponse=json&sessinkey=Z6QqzU0Fq1iT13bMgnRRfl8oVA%3D&_=136531627
> 4097
> >>> 2013-04-07 00:31:14,124 DEBUG [cloud.api.ApServlet]
> >>> (1161145101@qtp-1008805148-33:nll) ===END===  127.0.0.1 -- GET>>
> >>>ommand=queryAsyncJobResult&jobId=f75d8ce8-1193-43bf-b171-
> f43d2534e6bc&e
> >>>sponse=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316
> 274097
> >>> 2013-04-07 00:31:16,197 DEBUG [cloud.api.ApiServlet]
> >>> (1161145101@qtp-100880548-33:null) ===START===  127.0.0.1 -- GET
> >>
> >>>command=listVirtualMachines&response=json&sessionkey=Z6QqzU0Fq1iT13
> bMgnR
> >>>R
> >>>fl8GoVA%3D&listAll=true&pag=1&pagesize=20&_=1365316276194
> >>> 2013-04-7 00:31:16,219 DEBUG [cloud.api.ApiServlet]
> >>> (1161145101@qtp-1008805148-33:null) ===END===  127.0.0.1 - GET
> >>>
> >>>command=listVirtulMachies&response=json&sessionkey=Z6QqzU0Fq1iT13b
> MgnRR
> >>>fl8GoVA%3D&listAll=true&page=1&pagesize=20&_=136516276194
> >>> 2013-04-07 00:31:17,101 DEBUG [cloud.api.ApiServlet]
> >>> (1161145101@qtp-1008805148-33:null) ===START===  127.0.0.1 -- GET
> >>>
> >>>command=querAsyncJobResult&jobId=f75d8ce8-1193-43bf-b171-
> f43d2534e6bc&re
> >>>sponse=json&sessiokey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=13653162
> 77098
> >>> 213-04-07 00:31:17,123 DEBUG [cloud.api.ApiServet]
> >>> (1161145101@qtp-1008805148-33:null) ===END===  127.0.0.1-- GET
> >>>
> >>>command=queryAsyncJobResult&jobId=f75d8ce8-1193-43bf-b171-
> f43d2534e6bc&r
> >>>e
> >>>sponse=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316
> 277098
> >>> 2013-4-07 00:31:17,954 DEBUG [cloud.ai.ApiServlet]
> >>> (1161145101@qtp-1008805148-33:null) ===START===  17.0.0.1 -- GET
> >>>
> >>>command=lstVolumes&response=json&sessionkey=Z6QqzU0Fq1iT13bMnRfl
> 8GoVA%
> >>>3D&listAll=true&page=1&pagesize=20&_=1365316277950
> >>> 2013-04-07 00:31:17,972 DEBUG [loud.api.ApiServlet]
> >>> (1161145101@qtp-1008805148-33:null) ===END===  27.0..1-- GET
> >>>
> >>>command=listVolumes&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnR
> Rfl8GoVA
> >>>%
> >>>3D&listAll=true&page=1&pagesize=20&_=135316277950
> >>> 2013-04-07 00:31:20,102 DEBUG [cloud.api.ApiServlet]
> >>> 1161145101@qtp1008805148-33:null) ===START===  127.0.0.1 -- GET
> >>>
> >>>command=queryAsyncJobResult&jobId=f75d8ce8-1193-43bf-b171-
> 43d2534e6bc&r
> >>>e
> >>>sponse=json&sessionkey=Z6QqU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316
> 280099
> >>> 201304-07 00:31:20,118 DEBUG [cloud.api.ApiServlet]
> >>> (1161145101@qtp-1008805148-33null) ===END===  127.0.0.1 -- GET
> >>>
> >>>command=queryAsyncJbResult&jobId=f75d8ce8-1193-43bf-b11-
> f43d2534e6bc&r
> >>>e
> >>>sponse=json&sessionkey=Z6QqzU0Fq1iT13bMgnRfl8GoVA%3D&_=13653162
> 80099
> >> 2013-04-07 00:31:20,454 DEBUG
> >>> [storage.secondary.SconaryStorageManagerImpl] (scstorage-1:null)
> >>>Zone 1
> >>> is ready to launch secondary storage VM
> >> 2013-04-07 00:31:20,558 DEBUG
> >>>[cloud.consoleproxy.ConsolePoxyManagerImpl]
> >>>(consoleproxy-1:null) Zone 1 is ready to launch console proxy
> >>> 2013-04-07 00:31:20,820 DEBUG
> >>> [network.router.VirtualNetworkApplianceManagerImpl]
> >>> (RouterStatusMonitor-1:null) Found  routers to update status.
> >> 2013-04-0 00:31:20,821 DEBUG
> >>> [network.router.VirtualNetworkApplianceManagerImpl]
> >>> (RouterStatusMonitor-1:null) ound 0 networks to update RvR status.
> >>> 2013-04-07 00:31:20,82 DEBUG
> >>> [network.router.VirtuaNetworkApplianceManagerImpl]
> >>> (RouterStatusMonitor-:null) Found 0 routers to update status.
> >>> 2013-04-07 0:31:20,853 DEBUG
> >>> [network.router.VirtualNetworkApplianceManagerImpl]
> >>> (RouterStatusMonitor-1:null) Found 0 networks to update RvR status.
> >>> 2013-04-07 00:31:21,075 DEBUG [cloud.api.ApiServlet]
> >>> (1161145101@qtp-1008805148-33:null) ===START===  127.0.0.1 -- GET
> >>>
> >>>commandlistVolumes&id=aed71ae1-732b-48d7-833f-
> e23287e2b2b9&response=jso
> >>>n
> >>>&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316281073
> >>> 2013-04-07 00:31:21,097 DEBUG [cloud.api.ApiServlet]
> >>> (1161145101@qtp-100805148-33:null) ===END===  127.0.0.1 -- GET
> >>>
> >>>cmmand=listVolumes&id=aed71ae1-732b-48d7-833f-
> e23287e2b2b9&response=json
> >>>&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316281073
> >>> 2013-04-07 00:31:21,120 DEBUG [cloud.api.ApiServlet]
> >>> (1161145101@qtp-1008805148-33:null) ===START===  127.0.0.1 -- GET
> >>>
> >>>command=listTags&resonse=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8G
> oVA%3D&
> >>>resourceId=aed71ae1-732b-48d7-833f-
> e23287e2b2b9&resourceType=Volume&list
> >>>A
> >>>ll=true&_=136531628117
> >>> 2013-04-07 00:31:21,142 DEBUG [cloud.api.ApiServlet]
> >>> (1161145101@qtp-1008805148-33:null) ===END===  127.0.0.1 -- GE
> >>>
> >>>command=listTags&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8
> GoVA%3D
> >>>&
> >>>resourceId=aed71ae1732b-48d7-833f-
> e232872b2b9&resourceType=Volume&listA
> >>>ll=true&_=1365316281117
> >>> 2013-04-07 00:31:23,102DEBUG [cloud.api.ApiServlet]
> >>> (1161145101@qtp-100885148-33:null) ==START===  127.0.0.1 -- GET
> >>>
> >>>commandqueryAsyncJobResult&jobId=f75d8ce8-1193-43bf-b171-
> f43d2534e6bc&r
> >>>e
> >>>sponse=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316
> 283100
> >>> 2013-04-07 00:31:23,122 EBUG [cloud.api.ApiServlet]
> >>> (1161145101@qtp-100880514-33:null) ===END===  127.0.0.1 -- GET
> >>>
> >>>command=queryAsyncJobResult&jobId=75d8ce8-1193-43bf-b171-
> f43d2534e6bc&
> >>>e
> >>>sponse=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316
> 283100
> >>> 2013-04-07 00:3:24,894 DEBUG [agent.manager.AgentManagerImpl]
> >>> (AgentManager-Handler-9:null) Ping from 4
> >>> 2013-04-07 00:31:26,102 DEBUG [cloud.api.ApiServlet]
> >>> (1161145101@qtp-1008805148-33:null) ===START===  127.0.0.1 -- GET
> >>>
> >>>command=queryAsyncJobResult&jobId=f75d8ce8-1193-43bf-b171-
> f43d2534e6bc&r
> >>>e
> >>>sponse=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316
> 286100
> >>> 2013-04-07 00:31:26,117 DEBUG [cloud.api.ApiServlet]
> >>> (1161145101@qtp-1008805148-33:null) ===END===  127.0.0.1 -- GET
> >>>
> >>>command=queryAsyncJobResult&jbId=f75d8ce8-1193-43bf-b171-
> f43d2534e6bc&r
> >>>e
> >>>spons=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=13653162
> 86100
> >>> 2013-04-07 00:31:27,217 DEBUG [agent.manager.DirectAgentAttache]
> >>> (DirctAgen-164:null) Ping from 1
> >>> 2013-04-07 00:31:28,079 DEBUG [agent.manager.DirectAgentAttache]
> >>> (DirectAgent-174:null) Seq 5-614334809: Response Received:
> >>> 2013-04-07 00:31:28,079 DEBUG [agent.transport.equest]
> >>> (DirectAgent-174:null) Seq 5-614334809: Processing:  { Ans: , MgmtId
> >>>1,
> >>> via: 5, Ver: v1, Flags: 110,
> >>>
> >>>[{"storage.PrimaryStorageDownloadAnswer"{"installPath":"a8414926-81d6-
> 4b
> >>>54-9b4b-feb498489df0","templateSize":54525952,"esult":true,"wait":0}}]
> >>> }
> >>> 2013-04-07 00:31:28,079 DEBUG [agent.transport.Request]
> >>> (Job-Executor-35:job-42) Seq -614334809: Received:   Ans: , MgmtId: 1,
> >>> via: 5, Ver: v1, Flgs: 110, { PrimaryStorageDownloadAnswer } }
> >>> 23-04-07 00:31:28,079 DEBUG [agent.mnager.AgentAttache]
> >>> (irectAgent-174:null) Seq 5-614334809: No more command found
> >>> 2013-04-07 00:31:28,081 EBUG [cloud.template.TemplateManagerImpl]
> >>> (Job-Executor-35:job-42) Template 5 is downloaded via 5
> >>> 2013-04-07 00:31:28,085 DEBUG [agent.tansport.Request]
> >>> (Job-Executor-35:job-42) Seq 5-614334810: ending  { Cmd , gmtId:
> >>>1,>>via:
> >>> 5, Ver: v1, Flags: 100111,
> >>>
> >>>[{"storage.CreateCommand":{"volId":12,"pool":{"id":257,"uuid":"iSCSI_SR_
> >>>3
> >>>","host":"192.168.56.9","path":"/iSCSI_SR_3","port":0,"type":"PreSetup"}
> >>>,
> >>>"diskCharacteritics":{"size":52428800,"tags":["iSCSI_SR_3"],"type":"ROO>>>
> T
> >>>","name":"ROO-12","useLocalStorage":false,"recreatable":true,"diskOffer
> >>>i
> >>>ngId":37,"volumeId":12,"hyperType":"XenServer"},"templateUrl":"a8414926
> -
> >>>8
> >>>1d6-4b54-9b4b-feb498489df0","wait":0}}]
> >>> }
> >>> 2013-04-07 00:31:28,086 DEBUG [agent.ransport.Request]
> >>> (Job-Executor-35:job-42) Se 5-614334810: Executing:  { Cmd , MgmtId:
> >>>1,
> >>> via: 5, Ver: v1, Flags: 100111,
> >>>
> >>>[{"storage.CreateComand":{"volId":12,"pool":{"id":257,"uuid":"iSCSI_SR_
> >>>3
> >>>","host":"192.168.56.9","path":"/iSCSI_SR_3","port":0,"type":"PreSetup"}
> >>>,
> >>>"diskCharacteristics":{"size":52428800,"tags":["iSCSI_SR_3"],"type":"ROO
> >>>T
> >>>","name":"OOT-12","useLocalStorage":false,"recreatable":true,"diskOfferi
> >>>ngId":37,"volumeId":12,"yperType":"Xenerver"},"templateUrl":"a8414926-
> >>>8
> >>>1d6-4b54-9b4b-feb498489df0","wait":0}}]
> >>> }
> >>> 2013-04-0700:31:28,086DEBUG [agent.manager.DirectAgentAttache]
> >>> (DirectAgent-327:null) Seq -614334810: Executing request
> >>> 2013-04-07 00:31:28,227 DEUG [xen.resource.CitrixResouceBase]
> >>> DirectAgent-327:null) SR retrieved for iSCSI_SR_3>> 2013-04-07
> >>>00:31:28,240 DEUG [xen.resource.CitrixResourceBase]
> >>> (DirectAgent-327:null) Checking iSCSI_SR_3 or SR
> >>> fe8ca696-22f5-ba1f-af68-7c3cf5a3cb39 on
> >>> XS[5e02c60-155d-432e-a20f-f8c600ef3ab7-192.168.5611]
> >>> 2013-04-07 00:31:29,095 DEBUG [agent.manager.DirectAgentAttache]
> >>> (DirectAget-84:null) Seq 1-90046472: Executing request
> >>> 2013-04-07 00:31:29,106 DEBUG [cloud.api.ApiServlet]
> >>> (1161145101@qtp-100805148-33:null) ===START===  127.0.0.1 -- GET
> >>>
> >>>command=queryAsyncJobResult&jobId=f75d8ce8-193-43bf-b171-
> f43d2534e6bc&r
> >>>e
> >>>sponse=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316
> 289101
> >>> 2013-04-07 00:31:29,130 DEBUG [cloud.apiApiServlet]
> >>> (1161145101@qtp-100880518-33:null) ===END===  127.0.0.1 -- GET
> >>>
> >>>cmmand=queryAsyncJoResult&jobIdf75d8ce8-1193-43bf-b171-
> f43d2534e6bc&re
> >>>sponse=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316
> 289101
> >>> 2013-04-07 00:31:29,687 DEBUG [agent.managr.DirectAgentAttache]
> >> (DirectAgent-84:null) Seq 1-90046472: Response Received:
> >>> 2013-04-07 00:31:29,688 DEBUG [agent.transport.Request]
> >>> (DirectAgent-84:null) Seq 1-90046472: Processing:  {Ans: , MgmtId: 1,
> >>>via:
> >>> 1, Ver: v1, Flags: 10,
> >>>
> >>>[{"ClusterSyncAnswer":{"_clsterId":1,"_newStates":{},"_isExecuted":fals
> >>>e
> >>>,"result":true,"wait":0}}]
> >>> }
> >>> 2013-04-07 00:31:30,685 DEBUG [xen.resource.CitrixResourceBase]
> >>> (DirectAgent-327:null) Succefully created VDI for
> >> com.cloudagent.api.storage.CreateCommand.  Uuid =
> >>> 40a39639-e8aa-45b5-bfa1-591b68571d0c
> >>> 213-04-07 00:31:30,686 DEBUG [agent.manager.DirectAgentAttache]
> >>> (DirectAgent-327:null) Seq 5-614334810: Response Received:
> >>> 2013-04-07 00:31:30,686 DEBUG [aget.transport.Request]
> >>> (DirectAgent-327:null) Seq 5-614334810: Processing:  { Ans: , MgmtId:
> >>>1,
> >>> via: 5, Ver: v1, Flags: 110,
> >>>
> >>>[{"storage.CreateAnswer":{"volume":{"id":12,"name":"ROT-
> 12","mountPoint
> >>>"
> >>>:"/iSCSI_SR_3","path":"40a39639-e8aa-45b5-bfa1-
> 591b68571d0c","size":5242
> >>>8
> >>>800,"type":"ROOT","storagePoolType":"PreSetup","storagePoolUuid":"iSCSI
> _
> >>>S>>>R_3","deviceId":0},"requestTemplateReload":false,"result":true,"wait":
> 0}
> >>>}
> >>>]
> >>> }
> >>> 2013-04-07 00:31:30,686 DBUG [agent.transport.Request]
> >>> (Job-Executor-35:job-42) Seq 5-614334810: Received:  { Ans: , gmtId:
> >>>1,
> >>> vi 5, Ver: v1, Flags: 110, { CreateAnswer } }
> >>> 2013-04-07 00:31:30,686 DEBG [agent.manager.AgentAttache]>>>
> (DirectAgent-327:null) Seq 5-614334810: No mor commands found
> >>> 2013-04-07 00:31:30,689 DEBUG [loud.storage.StorageManagerImpl]
> >>> (Job-Executor-35:job-42)Volume Vol[12|vm=12|ROO] is created on
> >>> Pool[257|PreSetup]
> >>> 2013-04-07 00:31:30,705 DEBUG [agent.transport.Request]
> >> (Job-Executor-35:job-42) Seq 5-614334811: Sending  { Cmd , MgmtId: 1,
> >>>via:
> >> 5, Ver: v1, Flags:100111,
> >>>
> >>>[{"StartComman":{"vm":{"id":12,"name":"i-2-12-
> VM","bootloader":"PyGrub",
> >>>>>"type":"User","cpus":1,"speed":100,"minRam":1073741824,"maxRam":10
> 7374
> >>>>>182
> >>>4,"arch":"x86_64","os":"entOS
> >>> 5.3
> >>>
> >>>(64-bit)","bootArgs":"","rebootOnCrash":false,enableHA":false,"limitCpuU
> >>>se":false,"vncPassword":"a0ed1e002d55dc0b","params":{},"uuid":"c18ddf7c
> -
> >>>f
> >>>c61-40b0-af75-fdef05f8eae6",disks":[{"d":12,"name":"ROOT-
> 12","mountPoin
> >>>t":"/iSSI_SR_3","path":"40a39639-e8aa-45b5-bfa1-591b6857d0c","size":52
> >>>4
> >>>28800,"type":"ROOT","storagePoolType":"PreSetup","stoagePoolUuid":"iSC
> SI
> >>>_SR_3","deviceId":0},{"id":12,"name":"tiny
> >>>
> >>>Linux","size":0,"type":"ISO","storagePoolType":"ISO","deviceId":3}],"nis
> >>>":[{"deviceId":0,"networkRateMbps":200,"defaultNic":true,"uuid""70472c43
> >>>-4913-4e0a-8e1d-
> 87b030404b0a","ip":"192.168.56.195","netmask":"255.255.2
> >>>5
> >>5.0","gateway":"192.168.56.1","mac":"06:c8:0e:00:00:75","dns1":"8.8.8.8"
> >>>,
> >>>"dns2":"4.4.4.4","broadcastType":"Native","type":"Guest","broadcastUri":
> >>>"
> >>>vlan://untagged","isolationUri":"ec2://untagged","isSecurityGroupEnabled
> >>>"
> >>>:true}]},"hostIp":"12.168.56.11","wait":0}}]
> >>> }
> >>> 201-04-07 00:31:30,705 DEBUG [agent.transpot.Request]
> >>> (Job-Executor-35:job-42) Seq 5-614334811: Executing:  { Cmd , MgmtId:
> >>>1,
> >>> via: 5 Ver: v1, Flags: 100111,
> >>>
> >>>[{"StartCommand":{"vm":{"id":12,"name":"i-2-12-
> VM""bootloader":"PyGrub"
> >>>,
> >>>"type":"User","cpus":1,"speed":100,"minRam":1073741824,"maxRam":1073
> 718
> >>>2
> >>>4,"arch":"x86_64","os":"CentOS
> >>> 5.3
> >>>
> >>>(64-bit)","bootArgs":"""rebootOnCrash":false,"enableHA":false,"limitCpu
> >>>U
> >>>se":false,"vncPassword":"a0ed1e002d55dc0b","params":{},"uuid":"c18ddf7c
> -
> >>>f
> >>>c61-40b0-af75-fdef05f8eae6","disks":[{"id":12,"ame":"ROOT-12","mountPoi
> >>>n
> >>>t":"/iSCSI_SR_3,"path":"40a39639-e8aa-45b5-bfa1-591b68571d0c","size":52
> >>>4
> >>>28800,"type":"ROOT","storagePoolType":"PreSetup","storagePoolUuid":"iSC
> S
> >>>I
> >>>_SR_3","deviceId":0},{"id":12,"name":"tiny
> >>>
> >>>Linux","size":0,"type":"ISO","soragePoolType":"ISO","deviceId":3}],"nic
> >>>s
> >>>":[{"devicId":0,"netwrkRateMbps"200,"defaultNic":true,"uuid":"70472c43
> >>>-4913-4e0a-8e1d-
> 87b030404b0a","ip":"192.168.56.195","netmask":"255.255.2
> >>>5
> >>>5.0","gatewy":"192.168.56.1","mac":"06:c8:0e:00:00:75","dns1":"8.8.8.8"
> >>>,
> >>>"dns2":"4.4.4.4","broadcastType":"Native","type":"Guest","broadcastUri":
> >>>"
> >>>vlan://untagged","isolationUri":"ec2://untagged","isSecurityGroupEnaled
> >>>"
> >>>:true}]},"hostIp:"192.168.56.11","wait":0}}]
> >>> }
> >>> 2013-04-07 00:31:30,705 DEBUG [agent.manager.DirectAgentAttache]
> >>> (DirectAgent-265:null) Seq 5-614334811: Executing request
> >>> 2013-04-07 00:31:30,848 DEBUG [xen.resource.CitrixResourceBase]
> >>> (DirectAgent-265:null) 1. The VM i-2-12-VM is in Starting state.
> >>> 2013-04-07 00:31:30,907 DEBUG [xen.resource.XenServer56FP1Resource]
> >>> (DirectAgent-2:null) Created VM 6b192a90-bce6-7347-f184-d5b8538647a
> >>>for
> >>> i-2-12-VM
> >>> 2013-04-07 00:31:30,959 DEBUG [xen.resource.CitrixResourceBase]
> >>> (DirectAgent-265:null) VBD 9ea8a64a-9d04-76df-9d8b-103371b21d86
> created
> >>>for
> >> Vol[12|ROOT|40a39639-e8aa-45b5-bfa1-591b68571d0c|52428800]
> >>> 2013-04-07 00:31:30,985 DEBUG [xen.resource.CitrixResourceBase]
> >>> (DirectAgent-265:null) VBD 0fb43cee-0512-beed-5d24-a33a2ceceeda
> created
> >>>for
> >>> Vol[12|ISO|null|0]
> >>> 2013-04-07 00:31:30,985 DEBUG [xen.resource.CitrixResourceBase]
> >>> (DirectAgent-265:null) Creating VIF for i-2-12-VM on nic
> >>> [Nic:Guest-192.168.56.195-vlan://untagged]
> >>> 2013-04-07 00:31:31,037 DEBUG [xen.resource.CitrixResourceBase]
> >>> (DirectAgent-265:null) Created a vif
> >>>adbeb814-7d38-1fda-1bdb-b6850c7cb342
> >>> on 0
> >>> 2013-04-07 00:31:32,105 DEBUG [cloud.api.ApiServlet]
> >>> (1161145101@qtp-1008805148-33:null) ===START===  127.0.0.1 -- GET
> >>>
> >>>command=queryAsyncJobResult&jobId=f75d8ce8-1193-43bf-b171-
> f43d2534e6bc&r
> >>>e
> >>>sponse=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316
> 292102
> >>> 2013-04-07 00:31:32,122 DEBUG [cloud.api.ApiServlet]
> >>> (1161145101@qtp-1008805148-33:null) ===END===  127.0.0.1 -- GET
> >>>
> >>>command=queryAsyncJobResult&jobId=f75d8ce8-1193-43bf-b171-
> f43d2534e6bc&r
> >>>e
> >>>sponse=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316
> 292102
> >>> 2013-04-07 00:31:35,106 DEBUG [cloud.api.ApiServlet]
> >>> (1161145101@qtp-1008805148-33:null) ===START===  127.0.0.1 -- GET
> >>>
> >>>command=queryAsyncJobResult&jobId=f75d8ce8-1193-43bf-b171-
> f43d2534e6bc&r
> >>>e
> >>>sponse=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316
> 295103
> >>> 2013-04-07 00:31:35,125 DEBUG [cloud.api.ApiServlet]
> >>> (1161145101@qtp-1008805148-33:null) ===END===  127.0.0.1 -- GET
> >>>
> >>>command=queryAsyncJobResult&jobId=f75d8ce8-1193-43bf-b171-
> f43d2534e6bc&r
> >>>e
> >>>sponse=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316
> 295103
> >>> 2013-04-07 00:31:38,106 DEBUG [cloud.api.ApiServlet]
> >>> (1161145101@qtp-1008805148-33:null) ===START===  127.0.0.1 -- GET
> >>>
> >>>command=queryAsyncJobResult&jobId=f75d8ce8-1193-43bf-b171-
> f43d2534e6bc&r
> >>>e
> >>>sponse=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316
> 298104
> >>> 2013-04-07 00:31:38,126 DEBUG [cloud.api.ApiServlet]
> >>> (1161145101@qtp-1008805148-33:null) ===END===  127.0.0.1 -- GET
> >>>
> >>>command=queryAsyncJobResult&jobId=f75d8ce8-1193-43bf-b171-
> f43d2534e6bc&r
> >>>e
> >>>sponse=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316
> 298104
> >>> 2013-04-07 00:31:41,108 DEBUG [cloud.api.ApiServlet]
> >>> (1161145101@qtp-1008805148-33:null) ===START===  127.0.0.1 -- GET
> >>>
> >>>command=queryAsyncJobResult&jobId=f75d8ce8-1193-43bf-b171-
> f43d2534e6bc&r
> >>>e
> >>>sponse=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316
> 301106
> >>> 2013-04-07 00:31:41,133 DEBUG [cloud.api.ApiServlet]
> >>> (1161145101@qtp-1008805148-33:null) ===END===  127.0.0.1 -- GET
> >>>
> >>>command=queryAsyncJobResult&jobId=f75d8ce8-1193-43bf-b171-
> f43d2534e6bc&r
> >>>e
> >>>sponse=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316
> 301106
> >>> 2013-04-07 00:31:43,708 INFO  [xen.resource.CitrixResourceBase]
> >>> (DirectAgent-265:null) Programmed default network rules for i-2-12-VM
> >>>on
> >>> nic with ip:192.168.56.195 mac:06:c8:0e:00:00:75
> >>> 2013-04-07 00:31:43,708 DEBUG [xen.resource.CitrixResourceBase]
> >>> (DirectAgent-265:null) 2. The VM i-2-12-VM is in Running state.
> >>> 2013-04-07 00:31:43,708 DEBUG [agent.manager.DirectAgentAttache]
> >>> (DirectAgent-265:null) Seq 5-614334811: Response Received:
> >>> 2013-04-07 00:31:43,709 DEBUG [agent.transport.Request]
> >>> (DirectAgent-265:null) Seq 5-614334811: Processing:  { Ans: , MgmtId:
> >>>1,
> >>> via: 5, Ver: v1, Flags: 110,
> >>>
> >>>[{"StartAnswer":{"vm":{"id":12,"name":"i-2-12-VM","bootloader":"PyGrub",
> >>>"
> >>>type":"User","cpus":1,"speed":100,"minRam":1073741824,"maxRam":10737
> 4182
> >>>4
> >>>,"arch":"x86_64","os":"CentOS
> >>> 5.3
> >>>
> >>>(64-bit)","bootArgs":"","rebootOnCrash":false,"enableHA":false,"limitCpu
> >>>U
> >>>se":false,"vncPassword":"a0ed1e002d55dc0b","params":{},"uuid":"c18ddf7c
> -
> >>>f
> >>>c61-40b0-af75-fdef05f8eae6","disks":[{"id":12,"name":"ROOT-
> 12","mountPoi
> >>>n
> >>>t":"/iSCSI_SR_3","path":"40a39639-e8aa-45b5-bfa1-
> 591b68571d0c","size":52
> >>>4
> >>>28800,"type":"ROOT","storagePoolType":"PreSetup","storagePoolUuid":"iSC
> S
> >>>I
> >>>_SR_3","deviceId":0},{"id":12,"name":"tiny
> >>>
> >>>Linux","size":0,"type":"ISO","storagePoolType":"ISO","deviceId":3}],"nic
> >>>s
> >>>":[{"deviceId":0,"networkRateMbps":200,"defaultNic":true,"uuid":"70472c4
> >>>3
> >>>-4913-4e0a-8e1d-
> 87b030404b0a","ip":"192.168.56.195","netmask":"255.255.2
> >>>5
> >>>5.0","gateway":"192.168.56.1","mac":"06:c8:0e:00:00:75","dns1":"8.8.8.8"
> >>>,
> >>>"dns2":"4.4.4.4","broadcastType":"Native","type":"Guest","broadcastUri":
> >>>"
> >>>vlan://untagged","isolationUri":"ec2://untagged","isSecurityGroupEnabled
> >>>"
> >>>:true}]},"result":true,"wait":0}}]
> >>> }
> >>> 2013-04-07 00:31:43,709 DEBUG [agent.transport.Request]
> >>> (Job-Executor-35:job-42) Seq 5-614334811: Received:  { Ans: , MgmtId:
> >>>1,
> >>> via: 5, Ver: v1, Flags: 110, { StartAnswer } }
> >>> 2013-04-07 00:31:43,709 DEBUG [agent.manager.AgentAttache]
> >>> (DirectAgent-265:null) Seq 5-614334811: No more commands found
> >>> 2013-04-07 00:31:43,763 DEBUG
> >>>[network.security.SecurityGroupManagerImpl]
> >>> (Job-Executor-35:job-42) Security Group Mgr v2: scheduling ruleset
> >>>updates
> >>> for 1 vms  (unique=1), current queue size=0
> >>> 2013-04-07 00:31:43,765 DEBUG
> >>>[network.security.SecurityGroupManagerImpl]
> >>> (Job-Executor-35:job-42) Security Group Mgr v2: done scheduling ruleset
> >>> updates for 1 vms: num new jobs=1 num rows insert or updated=1 time
> >>>taken=2
> >>> 2013-04-07 00:31:43,769 DEBUG [cloud.capacity.CapacityManagerImpl]
> >>> (Job-Executor-35:job-42) VM state transitted from :Starting to Running
> >>>with
> >>> event: OperationSucceededvm's original host id: 5 new host id: 5 host
> >>>id
> >>> before state transition: 5
> >>> 2013-04-07 00:31:43,769 DEBUG [cloud.vm.VirtualMachineManagerImpl]
> >>> (Job-Executor-35:job-42) Start completed for VM
> >>> VM[User|c18ddf7c-fc61-40b0-af75-fdef05f8eae6]
> >>> 2013-04-07 00:31:43,773 DEBUG
> >>>[network.security.SecurityGroupManagerImpl]
> >>> (SecGrp-Worker-3:null) SecurityGroupManager v2: sending ruleset update
> >>>for
> >>> vm i-2-12-VM:ingress num rules=0:egress num rules=0 num cidrs=0
> >>> sig=d41d8cd98f00b204e9800998ecf8427e
> >>> 2013-04-07 00:31:43,777 DEBUG [cloud.async.AsyncJobManagerImpl]
> >>> (Job-Executor-35:job-42) Complete async job-42, jobStatus: 1,
> >>>resultCode:
> >>> 0, result: org.apache.cloudstack.api.response.UserVmResponse@d9c5b6f
> >>> 2013-04-07 00:31:43,782 DEBUG [cloud.async.AsyncJobManagerImpl]
> >>> (Job-Executor-35:job-42) Done executing
> >>> org.apache.cloudstack.api.command.user.vm.DeployVMCmd for job-42
> >>> 2013-04-07 00:31:43,796 DEBUG [agent.transport.Request]
> >>> (SecGrp-Worker-3:null) Seq 5-614334812: Sending  { Cmd , MgmtId: 1,
> >>>via: 5,
> >>> Ver: v1, Flags: 100111,
> >>>
> >>>[{"SecurityGroupRulesCmd":{"guestIp":"192.168.56.195","vmName":"i-2-12-
> V
> >>>M
> >>>","guestMac":"06:c8:0e:00:00:75","signature":"d41d8cd98f00b204e9800998
> ec
> >>>f
> >>>8427e","seqNum":1,"vmId":12,"msId":1,"ingressRuleSet":[],"egressRuleSet"
> >>>:
> >>>[],"wait":0}}]
> >>> }
> >>> 2013-04-07 00:31:43,796 DEBUG [agent.transport.Request]
> >>> (SecGrp-Worker-3:null) Seq 5-614334812: Executing:  { Cmd , MgmtId: 1,
> >>>via:
> >>> 5, Ver: v1, Flags: 100111,
> >>>
> >>>[{"SecurityGroupRulesCmd":{"guestIp":"192.168.56.195","vmName":"i-2-12-
> V
> >>>M
> >>>","guestMac":"06:c8:0e:00:00:75","signature":"d41d8cd98f00b204e9800998
> ec
> >>>f
> >>>8427e","seqNum":1,"vmId":12,"msId":1,"ingressRuleSet":[],"egressRuleSet"
> >>>:
> >>>[],"wait":0}}]
> >>> }
> >>> 2013-04-07 00:31:43,796 DEBUG [agent.manager.DirectAgentAttache]
> >>> (DirectAgent-77:null) Seq 5-614334812: Executing request
> >>> 2013-04-07 00:31:44,109 DEBUG [cloud.api.ApiServlet]
> >>> (1161145101@qtp-1008805148-33:null) ===START===  127.0.0.1 -- GET
> >>>
> >>>command=queryAsyncJobResult&jobId=f75d8ce8-1193-43bf-b171-
> f43d2534e6bc&r
> >>>e
> >>>sponse=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316
> 304106
> >>> 2013-04-07 00:31:44,122 DEBUG [cloud.async.AsyncJobManagerImpl]
> >>> (1161145101@qtp-1008805148-33:null) Async job-42 completed
> >>> 2013-04-07 00:31:44,131 DEBUG [cloud.api.ApiServlet]
> >>> (1161145101@qtp-1008805148-33:null) ===END===  127.0.0.1 -- GET
> >>>
> >>>command=queryAsyncJobResult&jobId=f75d8ce8-1193-43bf-b171-
> f43d2534e6bc&r
> >>>e
> >>>sponse=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316
> 304106
> >>> 2013-04-07 00:31:44,351 INFO  [xen.resource.CitrixResourceBase]
> >>> (DirectAgent-77:null) Programmed network rules for vm i-2-12-VM
> >>> guestIp=192.168.56.195, ingress numrules=0, egress numrules=0
> >>> 2013-04-07 00:31:44,351 DEBUG [agent.manager.DirectAgentAttache]
> >>> (DirectAgent-77:null) Seq 5-614334812: Response Received:
> >>> 2013-04-07 00:31:44,352 DEBUG [agent.transport.Request]
> >>> (DirectAgent-77:null) Seq 5-614334812: Processing:  { Ans: , MgmtId: 1,
> >>> via: 5, Ver: v1, Flags: 110,
> >>>
> >>>[{"SecurityGroupRuleAnswer":{"logSequenceNumber":1,"vmId":12,"reason":
> "N
> >>>O
> >>>NE","result":true,"wait":0}}]
> >>> }
> >>> 2013-04-07 00:31:44,353 DEBUG [network.security.SecurityGroupListener]
> >>> (DirectAgent-77:null) Successfully programmed rule
> >>> com.cloud.agent.api.SecurityGroupRuleAnswer into host 5
> >>> 2013-04-07 00:31:44,357 DEBUG [network.security.SecurityGroupListener]
> >>> (DirectAgent-77:null) Successfully programmed rule
> >>> com.cloud.agent.api.SecurityGroupRuleAnswer into host 5
> >>> 2013-04-07 00:31:44,359 DEBUG [agent.manager.AgentAttache]
> >>> (DirectAgent-77:null) Seq 5-614334812: No more commands found
> >>> 2013-04-07 00:31:47,679 DEBUG [agent.manager.AgentManagerImpl]
> >>> (AgentManager-Handler-10:null) Ping from 3
> >>> 2013-04-07 00:31:50,451 DEBUG
> >>> [storage.secondary.SecondaryStorageManagerImpl] (secstorage-1:null)
> >>>Zone 1
> >>> is ready to launch secondary storage VM
> >>> 2013-04-07 00:31:50,553 DEBUG
> >>>[cloud.consoleproxy.ConsoleProxyManagerImpl]
> >>> (consoleproxy-1:null) Zone 1 is ready to launch console proxy
> >>> 2013-04-07 00:31:50,819 DEBUG
> >>> [network.router.VirtualNetworkApplianceManagerImpl]
> >>> (RouterStatusMonitor-1:null) Found 0 routers to update status.
> >>> 2013-04-07 00:31:50,820 DEBUG
> >>> [network.router.VirtualNetworkApplianceManagerImpl]
> >>> (RouterStatusMonitor-1:null) Found 0 networks to update RvR status.
> >>> 2013-04-07 00:31:50,851 DEBUG
> >>> [network.router.VirtualNetworkApplianceManagerImpl]
> >>> (RouterStatusMonitor-1:null) Found 0 routers to update status.
> >>> 2013-04-07 00:31:50,852 DEBUG
> >>> [network.router.VirtualNetworkApplianceManagerImpl]
> >>> (RouterStatusMonitor-1:null) Found 0 networks to update RvR status.
> >>> 2013-04-07 00:31:51,459 INFO  [agent.manager.AgentMonitor]
> >>> (Thread-11:null) Found the following agents behind on ping: [6, 5]
> >>> 2013-04-07 00:31:51,460 DEBUG [cloud.host.Status] (Thread-11:null) Ping
> >>> timeout for host 6, do invstigation
> >>> 2013-04-07 00:31:51,461 DEBUG [cloud.host.Status] (Thread-11:null) Ping
> >>> timeout for host 5, do invstigation
> >>> 2013-04-07 00:31:51,462 INFO  [agent.manager.AgentManagerImpl]
> >>> (AgentTaskPool-2:null) Investigating why host 6 has disconnected with
> >>>event
> >>> PingTimeout
> >>> 2013-04-07 00:31:51,462 DEBUG [agent.manager.AgentManagerImpl]
> >>> (AgentTaskPool-2:null) checking if agent (6) is alive
> >>> 2013-04-07 00:31:51,463 INFO  [agent.manager.AgentManagerImpl]
> >>> (AgentTaskPool-14:null) Investigating why host 5 has disconnected with
> >>> event PingTimeout
> >>> 2013-04-07 00:31:51,463 DEBUG [agent.manager.AgentManagerImpl]
> >>> (AgentTaskPool-14:null) checking if agent (5) is alive
> >>> 2013-04-07 00:31:51,465 DEBUG [agent.transport.Request]
> >>> (AgentTaskPool-2:null) Seq 6-324993304: Sending  { Cmd , MgmtId: 1,
> >>>via: 6,
> >>> Ver: v1, Flags: 100011, [{"CheckHealthCommand":{"wait":50}}] }
> >>> 2013-04-07 00:31:51,465 DEBUG [agent.transport.Request]
> >>> (AgentTaskPool-2:null) Seq 6-324993304: Executing:  { Cmd , MgmtId: 1,
> >>>via:
> >>> 6, Ver: v1, Flags: 100011, [{"CheckHealthCommand":{"wait":50}}] }
> >>> 2013-04-07 00:31:51,465 DEBUG [agent.manager.DirectAgentAttache]
> >>> (DirectAgent-151:null) Seq 6-324993304: Executing request
> >>> 2013-04-07 00:31:51,466 DEBUG [agent.transport.Request]
> >>> (AgentTaskPool-14:null) Seq 5-614334813: Sending  { Cmd , MgmtId: 1,
> >>>via:
> >>> 5, Ver: v1, Flags: 100011, [{"CheckHealthCommand":{"wait":50}}] }
> >>> 2013-04-07 00:31:51,467 DEBUG [agent.transport.Request]
> >>> (AgentTaskPool-14:null) Seq 5-614334813: Executing:  { Cmd , MgmtId: 1,
> >>> via: 5, Ver: v1, Flags: 100011, [{"CheckHealthCommand":{"wait":50}}] }
> >>> 2013-04-07 00:31:51,467 DEBUG [agent.manager.DirectAgentAttache]
> >>> (DirectAgent-113:null) Seq 5-614334813: Executing request
> >>> 2013-04-07 00:31:51,525 DEBUG [agent.manager.DirectAgentAttache]
> >>> (DirectAgent-151:null) Seq 6-324993304: Response Received:
> >>> 2013-04-07 00:31:51,525 DEBUG [agent.transport.Request]
> >>> (DirectAgent-151:null) Seq 6-324993304: Processing:  { Ans: , MgmtId:
> >>>1,
> >>> via: 6, Ver: v1, Flags: 10,
> >>> [{"CheckHealthAnswer":{"result":true,"details":"resource is
> >>> alive","wait":0}}] }
> >>> 2013-04-07 00:31:51,526 DEBUG [agent.transport.Request]
> >>> (AgentTaskPool-2:null) Seq 6-324993304: Received:  { Ans: , MgmtId: 1,
> >>>via:
> >>> 6, Ver: v1, Flags: 10, { CheckHealthAnswer } }
> >>> 2013-04-07 00:31:51,526 DEBUG [agent.manager.AgentManagerImpl]
> >>> (AgentTaskPool-2:null) Details from executing class
> >>> com.cloud.agent.api.CheckHealthCommand: resource is alive
> >>> 2013-04-07 00:31:51,526 DEBUG [agent.manager.AgentManagerImpl]
> >>> (AgentTaskPool-2:null) agent (6) responded to checkHeathCommand,
> >>>reporting
> >>> that agent is Up
> >>> 2013-04-07 00:31:51,526 INFO  [agent.manager.AgentManagerImpl]
> >>> (AgentTaskPool-2:null) The state determined is Up
> >>> 2013-04-07 00:31:51,526 INFO  [agent.manager.AgentManagerImpl]
> >>> (AgentTaskPool-2:null) Agent is determined to be up and running
> >>> 2013-04-07 00:31:51,526 DEBUG [cloud.host.Status]
> >>>(AgentTaskPool-2:null)
> >>> Transition:[Resource state = Enabled, Agent event = Ping, Host id = 6,
> >>>name
> >>> = Tut-XenServer]
> >>> 2013-04-07 00:31:51,529 DEBUG [agent.manager.DirectAgentAttache]
> >>> (DirectAgent-113:null) Seq 5-614334813: Response Received:
> >>> 2013-04-07 00:31:51,529 DEBUG [agent.transport.Request]
> >>> (DirectAgent-113:null) Seq 5-614334813: Processing:  { Ans: , MgmtId:
> >>>1,
> >>> via: 5, Ver: v1, Flags: 10,
> >>> [{"CheckHealthAnswer":{"result":true,"details":"resource is
> >>> alive","wait":0}}] }
> >>> 2013-04-07 00:31:51,529 DEBUG [agent.transport.Request]
> >>> (AgentTaskPool-14:null) Seq 5-614334813: Received:  { Ans: , MgmtId: 1,
> >>> via: 5, Ver: v1, Flags: 10, { CheckHealthAnswer } }
> >>> 2013-04-07 00:31:51,529 DEBUG [agent.manager.AgentManagerImpl]
> >>> (AgentTaskPool-14:null) Details from executing class
> >>> com.cloud.agent.api.CheckHealthCommand: resource is alive
> >>> 2013-04-07 00:31:51,529 DEBUG [agent.manager.AgentManagerImpl]
> >>> (AgentTaskPool-14:null) agent (5) responded to checkHeathCommand,
> >>>reporting
> >>> that agent is Up
> >>> 2013-04-07 00:31:51,529 INFO  [agent.manager.AgentManagerImpl]
> >>> (AgentTaskPool-14:null) The state determined is Up
> >>> 2013-04-07 00:31:51,529 INFO  [agent.manager.AgentManagerImpl]
> >>> (AgentTaskPool-14:null) Agent is determined to be up and running
> >>> 2013-04-07 00:31:51,530 DEBUG [cloud.host.Status]
> >>>(AgentTaskPool-2:null)
> >>> Agent status update: [id = 6; name = Tut-XenServer; old status = Up;
> >>>event
> >>> = Ping; new status = Up; old update count = 308; new update count =
> >>>309]
> >>> 2013-04-07 00:31:51,530 DEBUG [cloud.host.Status]
> >>>(AgentTaskPool-14:null)
> >>> Transition:[Resource state = Enabled, Agent event = Ping, Host id = 5,
> >>>name
> >>> = Tut-XenServer2]
> >>> 2013-04-07 00:31:51,533 DEBUG [cloud.host.Status]
> >>>(AgentTaskPool-14:null)
> >>> Agent status update: [id = 5; name = Tut-XenServer2; old status = Up;
> >>>event
> >>> = Ping; new status = Up; old update count = 145; new update count =
> >>>146]
> >>> 2013-04-07 00:31:58,908 DEBUG [cloud.api.ApiServlet]
> >>> (1161145101@qtp-1008805148-33:null) ===START===  127.0.0.1 -- GET
> >>>
> >>>command=listVirtualMachines&response=json&sessionkey=Z6QqzU0Fq1iT13
> bMgnR
> >>>R
> >>>fl8GoVA%3D&listAll=true&page=1&pagesize=20&_=1365316318906
> >>> 2013-04-07 00:31:58,925 DEBUG [cloud.api.ApiServlet]
> >>> (1161145101@qtp-1008805148-33:null) ===END===  127.0.0.1 -- GET
> >>>
> >>>command=listVirtualMachines&response=json&sessionkey=Z6QqzU0Fq1iT13
> bMgnR
> >>>R
> >>>fl8GoVA%3D&listAll=true&page=1&pagesize=20&_=1365316318906
> >>> 2013-04-07 00:32:00,065 DEBUG [cloud.api.ApiServlet]
> >>> (1161145101@qtp-1008805148-33:null) ===START===  127.0.0.1 -- GET
> >>>
> >>>command=listVolumes&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnR
> Rfl8GoVA
> >>>%
> >>>3D&listAll=true&page=1&pagesize=20&_=1365316320063
> >>> 2013-04-07 00:32:00,079 DEBUG [cloud.api.ApiServlet]
> >>> (1161145101@qtp-1008805148-33:null) ===END===  127.0.0.1 -- GET
> >>>
> >>>command=listVolumes&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnR
> Rfl8GoVA
> >>>%
> >>>3D&listAll=true&page=1&pagesize=20&_=1365316320063
> >>> 2013-04-07 00:32:02,019 DEBUG [cloud.api.ApiServlet]
> >>> (1161145101@qtp-1008805148-33:null) ===START===  127.0.0.1 -- GET
> >>>
> >>>command=listVirtualMachines&response=json&sessionkey=Z6QqzU0Fq1iT13
> bMgnR
> >>>R
> >>>fl8GoVA%3D&listAll=true&page=1&pagesize=20&_=1365316322017
> >>> 2013-04-07 00:32:02,034 DEBUG [cloud.api.ApiServlet]
> >>> (1161145101@qtp-1008805148-33:null) ===END===  127.0.0.1 -- GET
> >>>
> >>>command=listVirtualMachines&response=json&sessionkey=Z6QqzU0Fq1iT13
> bMgnR
> >>>R
> >>>fl8GoVA%3D&listAll=true&page=1&pagesize=20&_=1365316322017
> >>> 2013-04-07 00:32:03,004 DEBUG [cloud.api.ApiServlet]
> >>> (1161145101@qtp-1008805148-33:null) ===START===  127.0.0.1 -- GET
> >>>
> >>>command=listVolumes&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnR
> Rfl8GoVA
> >>>%
> >>>3D&listAll=true&page=1&pagesize=20&_=1365316323002
> >>> 2013-04-07 00:32:03,019 DEBUG [cloud.api.ApiServlet]
> >>> (1161145101@qtp-1008805148-33:null) ===END===  127.0.0.1 -- GET
> >>>
> >>>command=listVolumes&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnR
> Rfl8GoVA
> >>>%
> >>>3D&listAll=true&page=1&pagesize=20&_=1365316323002
> >>> 2013-04-07 00:32:04,060 DEBUG [cloud.api.ApiServlet]
> >>> (1161145101@qtp-1008805148-33:null) ===START===  127.0.0.1 -- GET
> >>>
> >>>command=listVirtualMachines&response=json&sessionkey=Z6QqzU0Fq1iT13
> bMgnR
> >>>R
> >>>fl8GoVA%3D&listAll=true&page=1&pagesize=20&_=1365316324057
> >>> 2013-04-07 00:32:04,076 DEBUG [cloud.api.ApiServlet]
> >>> (1161145101@qtp-1008805148-33:null) ===END===  127.0.0.1 -- GET
> >>>
> >>>command=listVirtualMachines&response=json&sessionkey=Z6QqzU0Fq1iT13
> bMgnR
> >>>R
> >>>fl8GoVA%3D&listAll=true&page=1&pagesize=20&_=1365316324057
> >>> 2013-04-07 00:32:04,815 DEBUG [agent.manager.DirectAgentAttache]
> >>> (DirectAgent-240:null) Ping from 6
> >>> 2013-04-07 00:32:06,151 DEBUG [agent.manager.DirectAgentAttache]
> >>> (DirectAgent-401:null) Ping from 5
> >>> 2013-04-07 00:32:06,571 DEBUG [cloud.api.ApiServlet]
> >>> (1161145101@qtp-1008805148-33:null) ===START===  127.0.0.1 -- GET
> >>>
> >>>command=listZones&available=true&response=json&sessionkey=Z6QqzU0Fq
> 1iT13
> >>>b
> >>>MgnRRfl8GoVA%3D&_=1365316326569
> >>> 2013-04-07 00:32:06,578 DEBUG [cloud.api.ApiServlet]
> >>> (1161145101@qtp-1008805148-33:null) ===END===  127.0.0.1 -- GET
> >>>
> >>>command=listZones&available=true&response=json&sessionkey=Z6QqzU0Fq
> 1iT13
> >>>b
> >>>MgnRRfl8GoVA%3D&_=1365316326569
> >>> 2013-04-07 00:32:06,909 DEBUG [agent.manager.DirectAgentAttache]
> >>> (DirectAgent-334:null) Seq 6-324993028: Executing request
> >>> 2013-04-07 00:32:07,152 DEBUG [agent.manager.DirectAgentAttache]
> >>> (DirectAgent-334:null) Seq 6-324993028: Response Received:
> >>> 2013-04-07 00:32:07,152 DEBUG [agent.transport.Request]
> >>> (DirectAgent-334:null) Seq 6-324993028: Processing:  { Ans: , MgmtId:
> >>>1,
> >>> via: 6, Ver: v1, Flags: 10,
> >>>
> >>>[{"ClusterSyncAnswer":{"_clusterId":2,"_newStates":{},"_isExecuted":fals
> >>>e
> >>>,"result":true,"wait":0}}]
> >>> }
> >>> 2013-04-07 00:32:08,422 DEBUG [cloud.api.ApiServlet]
> >>> (1161145101@qtp-1008805148-33:null) ===START===  127.0.0.1 -- GET
> >>>
> >>>command=listHypervisors&zoneid=3a62dec3-cf95-4ba2-9af0-
> af2190af35e3&resp
> >>>o
> >>>nse=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316328
> 420
> >>> 2013-04-07 00:32:08,431 DEBUG [cloud.api.ApiServlet]
> >>> (1161145101@qtp-1008805148-33:null) ===END===  127.0.0.1 -- GET
> >>>
> >>>command=listHypervisors&zoneid=3a62dec3-cf95-4ba2-9af0-
> af2190af35e3&resp
> >>>o
> >>>nse=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316328
> 420
> >>> 2013-04-07 00:32:08,434 DEBUG [cloud.api.ApiServlet]
> >>> (1161145101@qtp-1008805148-33:null) ===START===  127.0.0.1 -- GET
> >>>
> >>>command=listTemplates&templatefilter=featured&zoneid=3a62dec3-cf95-
> 4ba2-
> >>>9
> >>>af0-
> af2190af35e3&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3
> D
> >>>&
> >>>_=1365316328432
> >>> 2013-04-07 00:32:08,461 DEBUG [cloud.api.ApiServlet]
> >>> (1161145101@qtp-1008805148-33:null) ===END===  127.0.0.1 -- GET
> >>>
> >>>command=listTemplates&templatefilter=featured&zoneid=3a62dec3-cf95-
> 4ba2-
> >>>9
> >>>af0-
> af2190af35e3&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3
> D
> >>>&
> >>>_=1365316328432
> >>> 2013-04-07 00:32:08,464 DEBUG [cloud.api.ApiServlet]
> >>> (1161145101@qtp-1008805148-33:null) ===START===  127.0.0.1 -- GET
> >>>
> >>>command=listTemplates&templatefilter=community&zoneid=3a62dec3-
> cf95-4ba2
> >>>-
> >>>9af0-
> af2190af35e3&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3
> >>>D
> >>>&_=1365316328462
> >>> 2013-04-07 00:32:08,492 DEBUG [cloud.api.ApiServlet]
> >>> (1161145101@qtp-1008805148-33:null) ===END===  127.0.0.1 -- GET
> >>>
> >>>command=listTemplates&templatefilter=community&zoneid=3a62dec3-
> cf95-4ba2
> >>>-
> >>>9af0-
> af2190af35e3&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3
> >>>D
> >>>&_=1365316328462
> >>> 2013-04-07 00:32:08,495 DEBUG [cloud.api.ApiServlet]
> >>> (1161145101@qtp-1008805148-33:null) ===START===  127.0.0.1 -- GET
> >>>
> >>>command=listTemplates&templatefilter=selfexecutable&zoneid=3a62dec3-
> cf95
> >>>-
> >>>4ba2-9af0-
> af2190af35e3&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8G
> >>>o
> >>>VA%3D&_=1365316328493
> >>> 2013-04-07 00:32:08,508 DEBUG [cloud.api.ApiServlet]
> >>> (1161145101@qtp-1008805148-33:null) ===END===  127.0.0.1 -- GET
> >>>
> >>>command=listTemplates&templatefilter=selfexecutable&zoneid=3a62dec3-
> cf95
> >>>-
> >>>4ba2-9af0-
> af2190af35e3&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8G
> >>>o
> >>>VA%3D&_=1365316328493
> >>> 2013-04-07 00:32:09,476 DEBUG [cloud.api.ApiServlet]
> >>> (1161145101@qtp-1008805148-33:null) ===START===  127.0.0.1 -- GET
> >>>
> >>>command=listServiceOfferings&issystem=false&response=json&sessionkey=
> Z6Q
> >>>q
> >>>zU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316329474
> >>> 2013-04-07 00:32:09,489 DEBUG [cloud.api.ApiServlet]
> >>> (1161145101@qtp-1008805148-33:null) ===END===  127.0.0.1 -- GET
> >>>
> >>>command=listServiceOfferings&issystem=false&response=json&sessionkey=
> Z6Q
> >>>q
> >>>zU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316329474
> >>> 2013-04-07 00:32:11,022 DEBUG [agent.manager.DirectAgentAttache]
> >>> (DirectAgent-161:null) Seq 5-614334468: Executing request
> >>> 2013-04-07 00:32:11,174 DEBUG [agent.manager.DirectAgentAttache]
> >>> (DirectAgent-161:null) Seq 5-614334468: Response Received:
> >>> 2013-04-07 00:32:11,174 DEBUG [agent.transport.Request]
> >>> (DirectAgent-161:null) Seq 5-614334468: Processing:  { Ans: , MgmtId:
> >>>1,
> >>> via: 5, Ver: v1, Flags: 10, [{"Answer":{"result":true,"wait":0}}] }
> >>> 2013-04-07 00:32:13,261 DEBUG [cloud.api.ApiServlet]
> >>> (1161145101@qtp-1008805148-33:null) ===START===  127.0.0.1 -- GET
> >>>
> >>>command=listDiskOfferings&response=json&sessionkey=Z6QqzU0Fq1iT13b
> MgnRRf
> >>>l
> >>>8GoVA%3D&_=1365316333259
> >>> 2013-04-07 00:32:13,272 DEBUG [cloud.api.ApiServlet]
> >>> (1161145101@qtp-1008805148-33:null) ===END===  127.0.0.1 -- GET
> >>>
> >>>command=listDiskOfferings&response=json&sessionkey=Z6QqzU0Fq1iT13b
> MgnRRf
> >>>l
> >>>8GoVA%3D&_=1365316333259
> >>> 2013-04-07 00:32:14,028 DEBUG [cloud.api.ApiServlet]
> >>> (1161145101@qtp-1008805148-33:null) ===START===  127.0.0.1 -- GET
> >>>
> >>>command=listNetworks&trafficType=Guest&zoneId=3a62dec3-cf95-4ba2-
> 9af0-af
> >>>2
> >>>190af35e3&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3
> D&_=1365
> >>>3
> >>>16334026
> >>> 2013-04-07 00:32:14,053 DEBUG [cloud.api.ApiServlet]
> >>> (1161145101@qtp-1008805148-33:null) ===END===  127.0.0.1 -- GET
> >>>
> >>>command=listNetworks&trafficType=Guest&zoneId=3a62dec3-cf95-4ba2-
> 9af0-af
> >>>2
> >>>190af35e3&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3
> D&_=1365
> >>>3
> >>>16334026
> >>> 2013-04-07 00:32:14,056 DEBUG [cloud.api.ApiServlet]
> >>> (1161145101@qtp-1008805148-33:null) ===START===  127.0.0.1 -- GET
> >>>
> >>>command=listSecurityGroups&response=json&sessionkey=Z6QqzU0Fq1iT13b
> MgnRR
> >>>f
> >>>l8GoVA%3D&domainid=e4ec5ddc-9e1c-11e2-a770-
> 6e70e42a2333&account=admin&_=
> >>>1
> >>>365316334054
> >>> 2013-04-07 00:32:14,062 DEBUG [cloud.user.AccountManagerImpl]
> >>> (1161145101@qtp-1008805148-33:null) Access granted to Acct[2-admin] to
> >>> Domain:1/ by DomainChecker
> >>> 2013-04-07 00:32:14,068 DEBUG [cloud.api.ApiServlet]
> >>> (1161145101@qtp-1008805148-33:null) ===END===  127.0.0.1 -- GET
> >>>
> >>>command=listSecurityGroups&response=json&sessionkey=Z6QqzU0Fq1iT13b
> MgnRR
> >>>f
> >>>l8GoVA%3D&domainid=e4ec5ddc-9e1c-11e2-a770-
> 6e70e42a2333&account=admin&_=
> >>>1
> >>>365316334054
> >>> 2013-04-07 00:32:15,282 DEBUG [cloud.api.ApiServlet]
> >>> (1161145101@qtp-1008805148-33:null) ===START===  127.0.0.1 -- GET
> >>>
> >>>command=deployVirtualMachine&zoneId=3a62dec3-cf95-4ba2-9af0-
> af2190af35e3
> >>>&
> >>>templateId=e4a7df4a-9e1c-11e2-a770-
> 6e70e42a2333&hypervisor=XenServer&ser
> >>>v
> >>>iceOfferingId=425cf3cf-4bc4-4e53-82a0-
> ba6c20dd3688&response=json&session
> >>>k
> >>>ey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316335280
> >>> 2013-04-07 00:32:15,290 DEBUG [cloud.api.ApiDispatcher]
> >>> (1161145101@qtp-1008805148-33:null) InfrastructureEntity name
> >>> is:com.cloud.offering.ServiceOffering
> >>> 2013-04-07 00:32:15,292 DEBUG [cloud.api.ApiDispatcher]
> >>> (1161145101@qtp-1008805148-33:null) ControlledEntity name
> >>> is:com.cloud.template.VirtualMachineTemplate
> >>> 2013-04-07 00:32:15,316 DEBUG [cloud.vm.UserVmManagerImpl]
> >>> (1161145101@qtp-1008805148-33:null) Allocating in the DB for vm
> >>> 2013-04-07 00:32:15,327 DEBUG [cloud.vm.VirtualMachineManagerImpl]
> >>> (1161145101@qtp-1008805148-33:null) Allocating entries for VM:
> >>> VM[User|94ddc16f-04fc-4da1-8326-01d8d5cdeb44]
> >>> 2013-04-07 00:32:15,327 DEBUG [cloud.vm.VirtualMachineManagerImpl]
> >>> (1161145101@qtp-1008805148-33:null) Allocating nics for
> >>> VM[User|94ddc16f-04fc-4da1-8326-01d8d5cdeb44]
> >>> 2013-04-07 00:32:15,328 DEBUG [cloud.network.NetworkManagerImpl]
> >>> (1161145101@qtp-1008805148-33:null) Allocating nic for vm
> >>> VM[User|94ddc16f-04fc-4da1-8326-01d8d5cdeb44] in network
> >>>Ntwk[204|Guest|6]
> >>> with requested profile NicProfile[0-0-null-null-null
> >>> 2013-04-07 00:32:15,335 DEBUG [cloud.vm.VirtualMachineManagerImpl]
> >>> (1161145101@qtp-1008805148-33:null) Allocaing disks for
> >>> VM[User|94ddc16f-04fc-4da1-8326-01d8d5cdeb44]
> >>> 2013-04-07 00:32:15,342 DEBUG [cloud.vm.VirtualMachineManagerImpl]
> >>> (1161145101@qtp-1008805148-33:null) Allocation completed for VM:
> >>> VM[User|94ddc16f-04fc-4da1-8326-01d8d5cdeb44]
> >>> 2013-04-07 00:32:15,342 DEBUG [cloud.vm.UserVmManagerImpl]
> >>> (1161145101@qtp-1008805148-33:null) Successfully allocated DB entry for
> >>> VM[User|94ddc16f-04fc-4da1-8326-01d8d5cdeb44]
> >>> 2013-04-07 00:32:15,374 DEBUG [cloud.async.AsyncJobManagerImpl]
> >>> (1161145101@qtp-1008805148-33:null) submit async job-43, details:
> >>> AsyncJobVO {id:43, userId: 2, accountId: 2, sessionKey: null,
> >>>instanceType:
> >>> null, instanceId: 13, cmd:
> >>> org.apache.cloudstack.api.command.user.vm.DeployVMCmd,
> cmdOriginator:
> >>>null,
> >>> cmdInfo:
> >>>
> >>>{"id":"13","templateId":"e4a7df4a-9e1c-11e2-a770-
> 6e70e42a2333","response
> >>>"
> >>>:"json","sessionkey":"Z6QqzU0Fq1iT13bMgnRRfl8GoVA\u003d","ctxUserId":
> "2"
> >>>,
> >>>"hypervisor":"XenServer","serviceOfferingId":"425cf3cf-4bc4-4e53-82a0-ba
> >>>6
> >>>c20dd3688","_":"1365316335280","ctxAccountId":"2","ctxStartEventId":"48
> "
> >>>,
> >>>"zoneId":"3a62dec3-cf95-4ba2-9af0-af2190af35e3"},
> >>> cmdVersion: 0, callbackType: 0, callbackAddress: null, status: 0,
> >>> processStatus: 0, resultCode: 0, result: null, initMsid: 1,
> >>>completeMsid:
> >>> null, lastUpdated: null, lastPolled: null, created: null}
> >>> 2013-04-07 00:32:15,375 DEBUG [cloud.async.AsyncJobManagerImpl]
> >>> (Job-Executor-36:job-43) Executing
> >>> org.apache.cloudstack.api.command.user.vm.DeployVMCmd for job-43
> >>> 2013-04-07 00:32:15,376 DEBUG [cloud.api.ApiServlet]
> >>> (1161145101@qtp-1008805148-33:null) ===END===  127.0.0.1 -- GET
> >>>
> >>>command=deployVirtualMachine&zoneId=3a62dec3-cf95-4ba2-9af0-
> af2190af35e3
> >>>&
> >>>templateId=e4a7df4a-9e1c-11e2-a770-
> 6e70e42a2333&hypervisor=XenServer&ser
> >>>v
> >>>iceOfferingId=425cf3cf-4bc4-4e53-82a0-
> ba6c20dd3688&response=json&session
> >>>k
> >>>ey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316335280
> >>> 2013-04-07 00:32:15,380 DEBUG [cloud.api.ApiDispatcher]
> >>> (Job-Executor-36:job-43) InfrastructureEntity name
> >>> is:com.cloud.offering.ServiceOffering
> >>> 2013-04-07 00:32:15,383 DEBUG [cloud.api.ApiDispatcher]
> >>> (Job-Executor-36:job-43) ControlledEntity name
> >>> is:com.cloud.template.VirtualMachineTemplate
> >>> 2013-04-07 00:32:15,425 DEBUG [cloud.deploy.FirstFitPlanner]
> >>> (Job-Executor-36:job-43) DeploymentPlanner allocation algorithm: random
> >>> 2013-04-07 00:32:15,425 DEBUG [cloud.deploy.FirstFitPlanner]
> >>> (Job-Executor-36:job-43) Trying to allocate a host and storage pools
> >>>from
> >>> dc:1, pod:null,cluster:null, requested cpu: 100, requested ram:
> >>>1073741824
> >>> 2013-04-07 00:32:15,425 DEBUG [cloud.deploy.FirstFitPlanner]
> >>> (Job-Executor-36:job-43) Is ROOT volume READY (pool already
> >>>allocated)?: No
> >>> 2013-04-07 00:32:15,425 DEBUG [cloud.deploy.FirstFitPlanner]
> >>> (Job-Executor-36:job-43) Searching all possible resources under this
> >>>Zone: 1
> >>> 2013-04-07 00:32:15,427 DEBUG [cloud.deploy.FirstFitPlanner]
> >>> (Job-Executor-36:job-43) Listing clusters in order of aggregate
> >>>capacity,
> >>> that have (atleast one host with) enough CPU and RAM capacity under
> >>>this
> >>> Zone: 1
> >>> 2013-04-07 00:32:15,428 DEBUG [cloud.deploy.FirstFitPlanner]
> >>> (Job-Executor-36:job-43) CPUOverprovisioningFactor considered: 1.0
> >>> 2013-04-07 00:32:15,442 DEBUG [cloud.deploy.FirstFitPlanner]
> >>> (Job-Executor-36:job-43) Cannot allocate cluster list [1] for vm
> >>>creation
> >>> since their allocated percentage crosses the disable capacity
> >>>threshold:
> >>> 0.85 for capacity Type : 0, skipping these clusters
> >>> 2013-04-07 00:32:15,444 DEBUG [cloud.deploy.FirstFitPlanner]
> >>> (Job-Executor-36:job-43) Checking resources in Cluster: 2 under Pod: 1
> >>> 2013-04-07 00:32:15,444 DEBUG [allocator.impl.RandomAllocator]
> >>> (Job-Executor-36:job-43) Looking for hosts in dc: 1  pod:1  cluster:2
> >>> 2013-04-07 00:32:15,447 DEBUG [allocator.impl.RandomAllocator]
> >>> (Job-Executor-36:job-43) Random Allocator found 2  hosts
> >>> 2013-04-07 00:32:15,447 DEBUG [allocator.impl.RandomAllocator]
> >>> (Job-Executor-36:job-43) Random Host Allocator returning 2 suitable
> >>>hosts
> >>> 2013-04-07 00:32:15,448 DEBUG [cloud.deploy.FirstFitPlanner]
> >>> (Job-Executor-36:job-43) Checking suitable pools for volume (Id, Type):
> >>> (13,ROOT)
> >>> 2013-04-07 00:32:15,448 DEBUG [cloud.deploy.FirstFitPlanner]
> >>> (Job-Executor-36:job-43) We need to allocate new storagepool for this
> >>>volume
> >>> 2013-04-07 00:32:15,451 DEBUG [cloud.deploy.FirstFitPlanner]
> >>> (Job-Executor-36:job-43) Calling StoragePoolAllocators to find suitable
> >>> pools
> >>> 2013-04-07 00:32:15,455 DEBUG
> >>> [storage.allocator.RandomStoragePoolAllocator] (Job-Executor-36:job-43)
> >>> Looking for pools in dc: 1  pod:1  cluster:2
> >>> 2013-04-07 00:32:15,457 DEBUG
> >>> [storage.allocator.RandomStoragePoolAllocator] (Job-Executor-36:job-43)
> >>> RandomStoragePoolAllocator has 5 pools to check for allocation
> >>> 2013-04-07 00:32:15,458 DEBUG
> >>> [storage.allocator.AbstractStoragePoolAllocator]
> >>>(Job-Executor-36:job-43)
> >>> Checking if storage pool is suitable, name: Tut-XenServer2 Local
> >>>Storage
> >>> ,poolId: 201
> >>> 2013-04-07 00:32:15,458 DEBUG
> >>> [storage.allocator.AbstractStoragePoolAllocator]
> >>>(Job-Executor-36:job-43)
> >>> Is localStorageAllocationNeeded? false
> >>> 2013-04-07 00:32:15,458 DEBUG
> >>> [storage.allocator.AbstractStoragePoolAllocator]
> >>>(Job-Executor-36:job-43)
> >>> Is storage pool shared? false
> >>> 2013-04-07 00:32:15,458 DEBUG
> >>> [storage.allocator.AbstractStoragePoolAllocator]
> >>>(Job-Executor-36:job-43)
> >>> StoragePool is not of correct type, skipping this pool
> >>> 2013-04-07 00:32:15,458 DEBUG
> >>> [storage.allocator.AbstractStoragePoolAllocator]
> >>>(Job-Executor-36:job-43)
> >>> Checking if storage pool is suitable, name: iSCSI_SR_3 ,poolId: 257
> >>> 2013-04-07 00:32:15,458 DEBUG
> >>> [storage.allocator.AbstractStoragePoolAllocator]
> >>>(Job-Executor-36:job-43)
> >>> Is localStorageAllocationNeeded? false
> >>> 2013-04-07 00:32:15,458 DEBUG
> >>> [storage.allocator.AbstractStoragePoolAllocator]
> >>>(Job-Executor-36:job-43)
> >>> Is storage pool shared? true
> >>> 2013-04-07 00:32:15,467 DEBUG [cloud.storage.StorageManagerImpl]
> >>> (Job-Executor-36:job-43) Checking pool: 257 for volume allocation
> >>> [Vol[13|vm=13|ROOT]], maxSize : 2084569088, totalAllocatedSize :
> >>>106954752,
> >>> askingSize : 52428800, allocated disable threshold: 0.85
> >>> 2013-04-07 00:32:15,467 DEBUG
> >>> [storage.allocator.AbstractStoragePoolAllocator]
> >>>(Job-Executor-36:job-43)
> >>> Checking if storage pool is suitable, name: iSCSI_SR_4 ,poolId: 262
> >>> 2013-04-07 00:32:15,467 DEBUG
> >>> [storage.allocator.AbstractStoragePoolAllocator]
> >>>(Job-Executor-36:job-43)
> >>> Is localStorageAllocationNeeded? false
> >>> 2013-04-07 00:32:15,467 DEBUG
> >>> [storage.allocator.AbstractStoragePoolAllocator]
> >>>(Job-Executor-36:job-43)
> >>> Is storage pool shared? true
> >>> 2013-04-07 00:32:15,479 DEBUG [cloud.storage.StorageManagerImpl]
> >>> (Job-Executor-36:job-43) Checking pool: 262 for volume allocation
> >>> [Vol[13|vm=13|ROOT]], maxSize : 2084569088, totalAllocatedSize :
> >>>54525952,
> >>> askingSize : 52428800, allocated disable threshold: 0.85
> >>> 2013-04-07 00:32:15,479 DEBUG
> >>> [storage.allocator.AbstractStoragePoolAllocator]
> >>>(Job-Executor-36:job-43)
> >>> Checking if storage pool is suitable, name: Tut-XenServer Local Storage
> >>> ,poolId: 202
> >>> 2013-04-07 00:32:15,479 DEBUG
> >>> [storage.allocator.AbstractStoragePoolAllocator]
> >>>(Job-Executor-36:job-43)
> >>> Is localStorageAllocationNeeded? false
> >>> 2013-04-07 00:32:15,479 DEBUG
> >>> [storage.allocator.AbstractStoragePoolAllocator]
> >>>(Job-Executor-36:job-43)
> >>> Is storage pool shared? false
> >>> 2013-04-07 00:32:15,479 DEBUG
> >>> [storage.allocator.AbstractStoragePoolAllocator]
> >>>(Job-Executor-36:job-43)
> >>> StoragePool is not of correct type, skipping this pool
> >>> 2013-04-07 00:32:15,479 DEBUG
> >>> [storage.allocator.AbstractStoragePoolAllocator]
> >>>(Job-Executor-36:job-43)
> >>> Checking if storage pool is suitable, name: iSCSI_SR_2 ,poolId: 256
> >>> 2013-04-07 00:32:15,479 DEBUG
> >>> [storage.allocator.AbstractStoragePoolAllocator]
> >>>(Job-Executor-36:job-43)
> >>> Is localStorageAllocationNeeded? false
> >>> 2013-04-07 00:32:15,479 DEBUG
> >>> [storage.allocator.AbstractStoragePoolAllocator]
> >>>(Job-Executor-36:job-43)
> >>> Is storage pool shared? true
> >>> 2013-04-07 00:32:15,489 DEBUG [cloud.storage.StorageManagerImpl]
> >>> (Job-Executor-36:job-43) Checking pool: 256 for volume allocation
> >>> [Vol[13|vm=13|ROOT]], maxSize : 2084569088, totalAllocatedSize :
> >>>54525952,
> >>> askingSize : 52428800, allocated disable threshold: 0.85
> >>> 2013-04-07 00:32:15,489 DEBUG
> >>> [storage.allocator.RandomStoragePoolAllocator] (Job-Executor-36:job-43)
> >>> RandomStoragePoolAllocator returning 3 suitable storage pools
> >>> 2013-04-07 00:32:15,489 DEBUG [cloud.deploy.FirstFitPlanner]
> >>> (Job-Executor-36:job-43) Trying to find a potenial host and associated
> >>> storage pools from the suitable host/pool lists for this VM
> >>> 2013-04-07 00:32:15,489 DEBUG [cloud.deploy.FirstFitPlanner]
> >>> (Job-Executor-36:job-43) Checking if host: 6 can access any suitable
> >>> storage pool for volume: ROOT
> >>> 2013-04-07 00:32:15,492 DEBUG [cloud.deploy.FirstFitPlanner]
> >>> (Job-Executor-36:job-43) Host: 6 can access pool: 257
> >>> 2013-04-07 00:32:15,492 DEBUG [cloud.deploy.FirstFitPlanner]
> >>> (Job-Executor-36:job-43) Found a potential host id: 6 name:
> >>>Tut-XenServer
> >>> and associated storage pools for this VM
> >>> 2013-04-07 00:32:15,494 DEBUG [cloud.deploy.FirstFitPlanner]
> >>> (Job-Executor-36:job-43) Returning Deployment Destination:
> >>>
> >>>Dest[Zone(Id)-Pod(Id)-Cluster(Id)-Host(Id)-Storage(Volume(Id|Type-->Pool
> >>>(
> >>>Id))]
> >>> :
> >>>
> >>>Dest[Zone(1)-Pod(1)-Cluster(2)-Host(6)-Storage(Volume(13|ROOT--
> >Pool(257
> >>>)
> >>>)]
> >>> 2013-04-07 00:32:15,514 DEBUG [cloud.capacity.CapacityManagerImpl]
> >>> (Job-Executor-36:job-43) VM state transitted from :Stopped to Starting
> >>>with
> >>> event: StartRequestedvm's original host id: null new host id: null
> >>>host
> >>>id
> >>> before state transition: null
> >>> 2013-04-07 00:32:15,514 DEBUG [cloud.vm.VirtualMachineManagerImpl]
> >>> (Job-Executor-36:job-43) Successfully transitioned to start state for
> >>> VM[User|94ddc16f-04fc-4da1-8326-01d8d5cdeb44] reservation id =
> >>> a8349669-6ff2-443f-88d3-c5d69100df3a
> >>> 2013-04-07 00:32:15,518 DEBUG [cloud.vm.VirtualMachineManagerImpl]
> >>> (Job-Executor-36:job-43) Trying to deploy VM, vm has dcId: 1 and
> >>>podId:
> >>>null
> >>> 2013-04-07 00:32:15,518 DEBUG [cloud.vm.VirtualMachineManagerImpl]
> >>> (Job-Executor-36:job-43) advanceStart: DeploymentPlan is provided,
> >>>using
> >>> dcId:1, podId: 1, clusterId: 2, hostId: 6, poolId: 257
> >>> 2013-04-07 00:32:15,518 DEBUG [cloud.vm.VirtualMachineManagerImpl]
> >>> (Job-Executor-36:job-43) Deploy avoids pods: null, clusters: null,
> >>>hosts:
> >>> null
> >>> 2013-04-07 00:32:15,521 DEBUG [cloud.deploy.FirstFitPlanner]
> >>> (Job-Executor-36:job-43) DeploymentPlanner allocation algorithm: random
> >>> 2013-04-07 00:32:15,521 DEBUG [cloud.deploy.FirstFitPlanner]
> >>> (Job-Executor-36:job-43) Trying to allocate a host and storage pools
> >>>from
> >>> dc:1, pod:1,cluster:2, requested cpu: 100, requested ram: 1073741824
> >>> 2013-04-07 00:32:15,522 DEBUG [cloud.deploy.FirstFitPlanner]
> >>> (Job-Executor-36:job-43) Is ROOT volume READY (pool already
> >>>allocated)?: Yes
> >>> 2013-04-07 00:32:15,522 DEBUG [cloud.deploy.FirstFitPlanner]
> >>> (Job-Executor-36:job-43) DeploymentPlan has host_id specified, making
> >>>no
> >>> checks on this host, looks like admin test: 6
> >>> 2013-04-07 00:32:15,523 DEBUG [cloud.deploy.FirstFitPlanner]
> >>> (Job-Executor-36:job-43) Looking for suitable pools for this host under
> >>> zone: 1, pod: 1, cluster: 2
> >>> 2013-04-07 00:32:15,525 DEBUG [cloud.deploy.FirstFitPlanner]
> >>> (Job-Executor-36:job-43) Checking suitable pools for volume (Id, Type):
> >>> (13,ROOT)
> >>> 2013-04-07 00:32:15,525 DEBUG [cloud.deploy.FirstFitPlanner]
> >>> (Job-Executor-36:job-43) Volume has pool already allocated, checking if
> >>> pool can be reused, poolId: null
> >>> 2013-04-07 00:32:15,527 DEBUG [cloud.deploy.FirstFitPlanner]
> >>> (Job-Executor-36:job-43) Planner need not allocate a pool for this
> >>>volume
> >>> since its READY
> >>> 2013-04-07 00:32:15,527 DEBUG [cloud.deploy.FirstFitPlanner]
> >>> (Job-Executor-36:job-43) Trying to find a potenial host and associated
> >>> storage pools from the suitable host/pool lists for this VM
> >>> 2013-04-07 00:32:15,527 DEBUG [cloud.deploy.FirstFitPlanner]
> >>> (Job-Executor-36:job-43) Checking if host: 6 can access any suitable
> >>> storage pool for volume: ROOT
> >>> 2013-04-07 00:32:15,529 DEBUG [cloud.deploy.FirstFitPlanner]
> >>> (Job-Executor-36:job-43) Host: 6 can access pool: 257
> >>> 2013-04-07 00:32:15,529 DEBUG [cloud.deploy.FirstFitPlanner]
> >>> (Job-Executor-36:job-43) Found a potential host id: 6 name:
> >>>Tut-XenServer
> >>> and associated storage pools for this VM
> >>> 2013-04-07 00:32:15,530 DEBUG [cloud.deploy.FirstFitPlanner]
> >>> (Job-Executor-36:job-43) Returning Deployment Destination:
> >>>
> >>>Dest[Zone(Id)-Pod(Id)-Cluster(Id)-Host(Id)-Storage(Volume(Id|Type-->Pool
> >>>(
> >>>Id))]
> >>> :
> >>>
> >>>Dest[Zone(1)-Pod(1)-Cluster(2)-Host(6)-Storage(Volume(13|ROOT--
> >Pool(257
> >>>)
> >>>)]
> >>> 2013-04-07 00:32:15,530 DEBUG [cloud.vm.VirtualMachineManagerImpl]
> >>> (Job-Executor-36:job-43) Deployment found  -
> >>> P0=VM[User|94ddc16f-04fc-4da1-8326-01d8d5cdeb44],
> >>>
> >>>P0=Dest[Zone(Id)-Pod(Id)-Cluster(Id)-Host(Id)-Storage(Volume(Id|Type-->P
> >>>o
> >>>ol(Id))]
> >>> :
> >>>
> >>>Dest[Zone(1)-Pod(1)-Cluster(2)-Host(6)-Storage(Volume(13|ROOT--
> >Pool(257
> >>>)
> >>>)]
> >>> 2013-04-07 00:32:15,535 DEBUG [cloud.capacity.CapacityManagerImpl]
> >>> (Job-Executor-36:job-43) VM state transitted from :Starting to Starting
> >>> with event: OperationRetryvm's original host id: null new host id: 6
> >>>host
> >>> id before state transition: null
> >>> 2013-04-07 00:32:15,551 DEBUG [cloud.capacity.CapacityManagerImpl]
> >>> (Job-Executor-36:job-43) Hosts's actual total CPU: 2382 and CPU after
> >>> applying overprovisioning: 2382
> >>> 2013-04-07 00:32:15,551 DEBUG [cloud.capacity.CapacityManagerImpl]
> >>> (Job-Executor-36:job-43) We are allocating VM, increasing the used
> >>>capacity
> >>> of this host:6
> >>> 2013-04-07 00:32:15,552 DEBUG [cloud.capacity.CapacityManagerImpl]
> >>> (Job-Executor-36:job-43) Current Used CPU: 100 , Free CPU:2282
> >>>,Requested
> >>> CPU: 100
> >>> 2013-04-07 00:32:15,552 DEBUG [cloud.capacity.CapacityManagerImpl]
> >>> (Job-Executor-36:job-43) Current Used RAM: 104857600 , Free
> >>>RAM:1566837824
> >>> ,Requested RAM: 1073741824
> >>> 2013-04-07 00:32:15,552 DEBUG [cloud.capacity.CapacityManagerImpl]
> >>> (Job-Executor-36:job-43) CPU STATS after allocation: for host: 6, old
> >>>used:
> >>> 100, old reserved: 0, actual total: 2382, total with overprovisioning:
> >>> 2382; new used:200, reserved:0; requested cpu:100,alloc_from_last:false
> >>> 2013-04-07 00:32:15,552 DEBUG [cloud.capacity.CapacityManagerImpl]
> >>> (Job-Executor-36:job-43) RAM STATS after allocation: for host: 6, old
> >>>used:
> >>> 104857600, old reserved: 0, total: 1671695424; new used: 1178599424,
> >>> reserved: 0; requested mem: 1073741824,alloc_from_last:false
> >>> 2013-04-07 00:32:15,555 DEBUG [cloud.vm.VirtualMachineManagerImpl]
> >>> (Job-Executor-36:job-43) VM is being created in podId: 1
> >>> 2013-04-07 00:32:15,559 DEBUG [cloud.network.NetworkManagerImpl]
> >>> (Job-Executor-36:job-43) Lock is acquired for network id 204 as a part
> >>>of
> >>> network implement
> >>> 2013-04-07 00:32:15,559 DEBUG [cloud.network.NetworkManagerImpl]
> >>> (Job-Executor-36:job-43) Network id=204 is already implemented
> >>> 2013-04-07 00:32:15,560 DEBUG [cloud.network.NetworkManagerImpl]
> >>> (Job-Executor-36:job-43) Lock is released for network id 204 as a part
> >>>of
> >>> network implement
> >>> 2013-04-07 00:32:15,592 DEBUG [cloud.network.NetworkManagerImpl]
> >>> (Job-Executor-36:job-43) Changing active number of nics for network
> >>>id=204
> >>> on 1
> >>> 2013-04-07 00:32:15,594 DEBUG [cloud.network.NetworkManagerImpl]
> >>> (Job-Executor-36:job-43) Asking ElasticLoadBalancerElement to prepare
> >>>for
> >>> Nic[19-13-a8349669-6ff2-443f-88d3-c5d69100df3a-192.168.56.146]
> >>> 2013-04-07 00:32:15,600 DEBUG [cloud.network.NetworkManagerImpl]
> >>> (Job-Executor-36:job-43) Asking NiciraNvpElement to prepare for
> >>> Nic[19-13-a8349669-6ff2-443f-88d3-c5d69100df3a-192.168.56.146]
> >>> 2013-04-07 00:32:15,600 DEBUG [network.element.NiciraNvpElement]
> >>> (Job-Executor-36:job-43) Checking if NiciraNvpElement can handle
> >>>service
> >>> Connectivity on network guestNetworkForBasicZone
> >>> 2013-04-07 00:32:15,606 DEBUG [cloud.network.NetworkManagerImpl]
> >>> (Job-Executor-36:job-43) Asking BigSwitchVnsElement to prepare for
> >>> Nic[19-13-a8349669-6ff2-443f-88d3-c5d69100df3a-192.168.56.146]
> >>> 2013-04-07 00:32:15,606 DEBUG [network.element.BigSwitchVnsElement]
> >>> (Job-Executor-36:job-43) Checking if BigSwitchVnsElement can handle
> >>>service
> >>> Connectivity on network guestNetworkForBasicZone
> >>> 2013-04-07 00:32:15,612 DEBUG [cloud.network.NetworkManagerImpl]
> >>> (Job-Executor-36:job-43) Asking Ovs to prepare for
> >>> Nic[19-13-a8349669-6ff2-443f-88d3-c5d69100df3a-192.168.56.146]
> >>> 2013-04-07 00:32:15,612 DEBUG [cloud.network.NetworkManagerImpl]
> >>> (Job-Executor-36:job-43) Asking BareMetalDhcp to prepare for
> >>> Nic[19-13-a8349669-6ff2-443f-88d3-c5d69100df3a-192.168.56.146]
> >>> 2013-04-07 00:32:15,617 DEBUG [cloud.network.NetworkManagerImpl]
> >>> (Job-Executor-36:job-43) Asking BareMetalPxe to prepare for
> >>> Nic[19-13-a8349669-6ff2-443f-88d3-c5d69100df3a-192.168.56.146]
> >>> 2013-04-07 00:32:15,623 DEBUG [cloud.network.NetworkManagerImpl]
> >>> (Job-Executor-36:job-43) Asking BareMetalUserdata to prepare for
> >>> Nic[19-13-a8349669-6ff2-443f-88d3-c5d69100df3a-192.168.56.146]
> >>> 2013-04-07 00:32:15,629 DEBUG [cloud.network.NetworkManagerImpl]
> >>> (Job-Executor-36:job-43) Asking SecurityGroupProvider to prepare for
> >>> Nic[19-13-a8349669-6ff2-443f-88d3-c5d69100df3a-192.168.56.146]
> >>> 2013-04-07 00:32:15,637 DEBUG [cloud.network.NetworkManagerImpl]
> >>> (Job-Executor-36:job-43) Asking VirtualRouter to prepare for
> >>> Nic[19-13-a8349669-6ff2-443f-88d3-c5d69100df3a-192.168.56.146]
> >>> 2013-04-07 00:32:15,653 DEBUG
> >>> [network.router.VirtualNetworkApplianceManagerImpl]
> >>> (Job-Executor-36:job-43) Lock is acquired for network id 204 as a part
> >>>of
> >>> router startup in
> >>>
> >>>Dest[Zone(Id)-Pod(Id)-Cluster(Id)-Host(Id)-Storage(Volume(Id|Type-->Pool
> >>>(
> >>>Id))]
> >>> :
> >>>
> >>>Dest[Zone(1)-Pod(1)-Cluster(2)-Host(6)-Storage(Volume(13|ROOT--
> >Pool(257
> >>>)
> >>>)]
> >>> 2013-04-07 00:32:15,657 DEBUG
> >>> [network.router.VirtualNetworkApplianceManagerImpl]
> >>> (Job-Executor-36:job-43) Skipping VR deployment: Found a running or
> >>> starting VR in Pod null id=1
> >>> 2013-04-07 00:32:15,658 DEBUG
> >>> [network.router.VirtualNetworkApplianceManagerImpl]
> >>> (Job-Executor-36:job-43) Lock is released for network id 204 as a part
> >>>of
> >>> router startup in
> >>>
> >>>Dest[Zone(Id)-Pod(Id)-Cluster(Id)-Host(Id)-Storage(Volume(Id|Type-->Pool
> >>>(
> >>>Id))]
> >>> :
> >>>
> >>>Dest[Zone(1)-Pod(1)-Cluster(2)-Host(6)-Storage(Volume(13|ROOT--
> >Pool(257
> >>>)
> >>>)]
> >>> 2013-04-07 00:32:15,674 DEBUG
> >>> [network.router.VirtualNetworkApplianceManagerImpl]
> >>> (Job-Executor-36:job-43) Applying dhcp entry in network
> >>>Ntwk[204|Guest|6]
> >>> 2013-04-07 00:32:15,706 DEBUG [agent.transport.Request]
> >>> (Job-Executor-36:job-43) Seq 6-324993305: Sending  { Cmd , MgmtId: 1,
> >>>via:
> >>> 6, Ver: v1, Flags: 100111,
> >>>
> >>>[{"routing.DhcpEntryCommand":{"vmMac":"06:06:fe:00:00:44","vmIpAddres
> s":
> >>>"
> >>>192.168.56.146","vmName":"94ddc16f-04fc-4da1-8326-
> 01d8d5cdeb44","default
> >>>R
> >>>outer":"192.168.56.1","defaultDns":"192.168.56.102","duid":"00:03:00:01:
> >>>0
> >>>6:06:fe:00:00:44","accessDetails":{"router.guest.ip":"192.168.56.102","z
> >>>o
> >>>ne.network.type":"Basic","
> >>> router.name":"r-4-VM","router.ip":"169.254.1.168"},"wait":0}}] }
> >>> 2013-04-07 00:32:15,706 DEBUG [agent.transport.Request]
> >>> (Job-Executor-36:job-43) Seq 6-324993305: Executing:  { Cmd , MgmtId:
> >>>1,
> >>> via: 6, Ver: v1, Flags: 100111,
> >>>
> >>>[{"routing.DhcpEntryCommand":{"vmMac":"06:06:fe:00:00:44","vmIpAddres
> s":
> >>>"
> >>>192.168.56.146","vmName":"94ddc16f-04fc-4da1-8326-
> 01d8d5cdeb44","default
> >>>R
> >>>outer":"192.168.56.1","defaultDns":"192.168.56.102","duid":"00:03:00:01:
> >>>0
> >>>6:06:fe:00:00:44","accessDetails":{"router.guest.ip":"192.168.56.102","z
> >>>o
> >>>ne.network.type":"Basic","
> >>> router.name":"r-4-VM","router.ip":"169.254.1.168"},"wait":0}}] }
> >>> 2013-04-07 00:32:15,706 DEBUG [agent.manager.DirectAgentAttache]
> >>> (DirectAgent-89:null) Seq 6-324993305: Executing request
> >>> 2013-04-07 00:32:18,273 DEBUG [agent.manager.DirectAgentAttache]
> >>> (DirectAgent-89:null) Seq 6-324993305: Response Received:
> >>> 2013-04-07 00:32:18,273 DEBUG [agent.transport.Request]
> >>> (DirectAgent-89:null) Seq 6-324993305: Processing:  { Ans: , MgmtId: 1,
> >>> via: 6, Ver: v1, Flags: 110, [{"Answer":{"result":true,"wait":0}}] }
> >>> 2013-04-07 00:32:18,273 DEBUG [agent.manager.AgentAttache]
> >>> (DirectAgent-89:null) Seq 6-324993305: No more commands found
> >>> 2013-04-07 00:32:18,273 DEBUG [agent.transport.Request]
> >>> (Job-Executor-36:job-43) Seq 6-324993305: Received:  { Ans: , MgmtId:
> >>>1,
> >>> via: 6, Ver: v1, Flags: 110, { Answer } }
> >>> 2013-04-07 00:32:18,286 DEBUG
> >>> [network.router.VirtualNetworkApplianceManagerImpl]
> >>> (Job-Executor-36:job-43) Applying userdata and password entry in
> >>>network
> >>> Ntwk[204|Guest|6]
> >>> 2013-04-07 00:32:18,303 DEBUG [agent.transport.Request]
> >>> (Job-Executor-36:job-43) Seq 6-324993306: Sending  { Cmd , MgmtId: 1,
> >>>via:
> >>> 6, Ver: v1, Flags: 100111,
> >>>
> >>>[{"routing.SavePasswordCommand":{"password":"fnirq_cnffjbeq","vmIpAdd
> res
> >>>s
> >>>":"192.168.56.146","vmName":"94ddc16f-04fc-4da1-8326-
> 01d8d5cdeb44","acce
> >>>s
> >>>sDetails":{"router.guest.ip":"192.168.56.102","zone.network.type":"Basic
> >>>"
> >>>,"router.ip":"169.254.1.168","
> >>> router.name
> >>>
> >>>":"r-4-
> VM"},"wait":0}},{"routing.VmDataCommand":{"vmIpAddress":"192.168.
> >>>5
> >>>6.146","vmName":"94ddc16f-04fc-4da1-8326-
> 01d8d5cdeb44","accessDetails":{
> >>>"
> >>>router.guest.ip":"192.168.56.102","zone.network.type":"Basic","router.ip
> >>>"
> >>>:"169.254.1.168","
> >>> router.name":"r-4-VM"},"wait":0}}] }
> >>> 2013-04-07 00:32:18,304 DEBUG [agent.transport.Request]
> >>> (Job-Executor-36:job-43) Seq 6-324993306: Executing:  { Cmd , MgmtId:
> >>>1,
> >>> via: 6, Ver: v1, Flags: 100111,
> >>>
> >>>[{"routing.SavePasswordCommand":{"password":"fnirq_cnffjbeq","vmIpAdd
> res
> >>>s
> >>>":"192.168.56.146","vmName":"94ddc16f-04fc-4da1-8326-
> 01d8d5cdeb44","acce
> >>>s
> >>>sDetails":{"router.guest.ip":"192.168.56.102","zone.network.type":"Basic
> >>>"
> >>>,"router.ip":"169.254.1.168","
> >>> router.name
> >>>
> >>>":"r-4-
> VM"},"wait":0}},{"routing.VmDataCommand":{"vmIpAddress":"192.168.
> >>>5
> >>>6.146","vmName":"94ddc16f-04fc-4da1-8326-
> 01d8d5cdeb44","accessDetails":{
> >>>"
> >>>router.guest.ip":"192.168.56.102","zone.network.type":"Basic","router.ip
> >>>"
> >>>:"169.254.1.168","
> >>> router.name":"r-4-VM"},"wait":0}}] }
> >>> 2013-04-07 00:32:18,304 DEBUG [agent.manager.DirectAgentAttache]
> >>> (DirectAgent-20:null) Seq 6-324993306: Executing request
> >>> 2013-04-07 00:32:18,391 DEBUG [cloud.api.ApiServlet]
> >>> (1161145101@qtp-1008805148-33:null) ===START===  127.0.0.1 -- GET
> >>>
> >>>command=queryAsyncJobResult&jobId=00aeb7f7-459c-477e-a0a1-
> 5d9262bc583a&r
> >>>e
> >>>sponse=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316
> 338388
> >>> 2013-04-07 00:32:18,412 DEBUG [cloud.api.ApiServlet]
> >>> (1161145101@qtp-1008805148-33:null) ===END===  127.0.0.1 -- GET
> >>>
> >>>command=queryAsyncJobResult&jobId=00aeb7f7-459c-477e-a0a1-
> 5d9262bc583a&r
> >>>e
> >>>sponse=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316
> 338388
> >>> 2013-04-07 00:32:20,452 DEBUG
> >>> [storage.secondary.SecondaryStorageManagerImpl] (secstorage-1:null)
> >>>Zone 1
> >>> is ready to launch secondary storage VM
> >>> 2013-04-07 00:32:20,554 DEBUG
> >>>[cloud.consoleproxy.ConsoleProxyManagerImpl]
> >>> (consoleproxy-1:null) Zone 1 is ready to launch console proxy
> >>> 2013-04-07 00:32:20,819 DEBUG
> >>> [network.router.VirtualNetworkApplianceManagerImpl]
> >>> (RouterStatusMonitor-1:null) Found 0 routers to update status.
> >>> 2013-04-07 00:32:20,821 DEBUG
> >>> [network.router.VirtualNetworkApplianceManagerImpl]
> >>> (RouterStatusMonitor-1:null) Found 0 networks to update RvR status.
> >>> 2013-04-07 00:32:20,851 DEBUG
> >>> [network.router.VirtualNetworkApplianceManagerImpl]
> >>> (RouterStatusMonitor-1:null) Found 0 routers to update status.
> >>> 2013-04-07 00:32:20,852 DEBUG
> >>> [network.router.VirtualNetworkApplianceManagerImpl]
> >>> (RouterStatusMonitor-1:null) Found 0 networks to update RvR status.
> >>> 2013-04-07 00:32:21,391 DEBUG [cloud.api.ApiServlet]
> >>> (1161145101@qtp-1008805148-33:null) ===START===  127.0.0.1 -- GET
> >>>
> >>>command=queryAsyncJobResult&jobId=00aeb7f7-459c-477e-a0a1-
> 5d9262bc583a&r
> >>>e
> >>>sponse=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316
> 341388
> >>> 2013-04-07 00:32:21,408 DEBUG [cloud.api.ApiServlet]
> >>> (1161145101@qtp-1008805148-33:null) ===END===  127.0.0.1 -- GET
> >>>
> >>>command=queryAsyncJobResult&jobId=00aeb7f7-459c-477e-a0a1-
> 5d9262bc583a&r
> >>>e
> >>>sponse=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316
> 341388
> >>> 2013-04-07 00:32:24,392 DEBUG [cloud.api.ApiServlet]
> >>> (1161145101@qtp-1008805148-33:null) ===START===  127.0.0.1 -- GET
> >>>
> >>>command=queryAsyncJobResult&jobId=00aeb7f7-459c-477e-a0a1-
> 5d9262bc583a&r
> >>>e
> >>>sponse=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316
> 344390
> >>> 2013-04-07 00:32:24,407 DEBUG [cloud.api.ApiServlet]
> >>> (1161145101@qtp-1008805148-33:null) ===END===  127.0.0.1 -- GET
> >>>
> >>>command=queryAsyncJobResult&jobId=00aeb7f7-459c-477e-a0a1-
> 5d9262bc583a&r
> >>>e
> >>>sponse=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316
> 344390
> >>> 2013-04-07 00:32:24,892 DEBUG [agent.manager.AgentManagerImpl]
> >>> (AgentManager-Handler-11:null) Ping from 4
> >>> 2013-04-07 00:32:27,183 DEBUG [agent.manager.DirectAgentAttache]
> >>> (DirectAgent-273:null) Ping from 1
> >>> 2013-04-07 00:32:27,392 DEBUG [cloud.api.ApiServlet]
> >>> (1161145101@qtp-1008805148-33:null) ===START===  127.0.0.1 -- GET
> >>>
> >>>command=queryAsyncJobResult&jobId=00aeb7f7-459c-477e-a0a1-
> 5d9262bc583a&r
> >>>e
> >>>sponse=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316
> 347390
> >>> 2013-04-07 00:32:27,407 DEBUG [cloud.api.ApiServlet]
> >>> (1161145101@qtp-1008805148-33:null) ===END===  127.0.0.1 -- GET
> >>>
> >>>command=queryAsyncJobResult&jobId=00aeb7f7-459c-477e-a0a1-
> 5d9262bc583a&r
> >>>e
> >>>sponse=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316
> 347390
> >>> 2013-04-07 00:32:29,095 DEBUG [agent.manager.DirectAgentAttache]
> >>> (DirectAgent-131:null) Seq 1-90046472: Executing request
> >>> 2013-04-07 00:32:29,345 DEBUG [agent.manager.DirectAgentAttache]
> >>> (DirectAgent-131:null) Seq 1-90046472: Response Received:
> >>> 2013-04-07 00:32:29,345 DEBUG [agent.transport.Request]
> >>> (DirectAgent-131:null) Seq 1-90046472: Processing:  { Ans: , MgmtId: 1,
> >>> via: 1, Ver: v1, Flags: 10,
> >>>
> >>>[{"ClusterSyncAnswer":{"_clusterId":1,"_newStates":{},"_isExecuted":fals
> >>>e
> >>>,"result":true,"wait":0}}]
> >>> }
> >>> 2013-04-07 00:32:30,393 DEBUG [cloud.api.ApiServlet]
> >>> (1161145101@qtp-1008805148-33:null) ===START===  127.0.0.1 -- GET
> >>>
> >>>command=queryAsyncJobResult&jobId=00aeb7f7-459c-477e-a0a1-
> 5d9262bc583a&r
> >>>e
> >>>sponse=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316
> 350391
> >>> 2013-04-07 00:32:30,408 DEBUG [cloud.api.ApiServlet]
> >>> (1161145101@qtp-1008805148-33:null) ===END===  127.0.0.1 -- GET
> >>>
> >>>command=queryAsyncJobResult&jobId=00aeb7f7-459c-477e-a0a1-
> 5d9262bc583a&r
> >>>e
> >>>sponse=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316
> 350391
> >>> 2013-04-07 00:32:32,146 DEBUG [agent.manager.DirectAgentAttache]
> >>> (DirectAgent-20:null) Seq 6-324993306: Response Received:
> >>> 2013-04-07 00:32:32,146 DEBUG [agent.transport.Request]
> >>> (DirectAgent-20:null) Seq 6-324993306: Processing:  { Ans: , MgmtId: 1,
> >>> via: 6, Ver: v1, Flags: 110,
> >>>
> >>>[{"Answer":{"result":true,"wait":0}},{"Answer":{"result":true,"wait":0}}
> >>>]
> >>> }
> >>> 2013-04-07 00:32:32,146 DEBUG [agent.manager.AgentAttache]
> >>> (DirectAgent-20:null) Seq 6-324993306: No more commands found
> >>> 2013-04-07 00:32:32,146 DEBUG [agent.transport.Request]
> >>> (Job-Executor-36:job-43) Seq 6-324993306: Received:  { Ans: , MgmtId:
> >>>1,
> >>> via: 6, Ver: v1, Flags: 110, { Answer, Answer } }
> >>> 2013-04-07 00:32:32,146 DEBUG [cloud.network.NetworkManagerImpl]
> >>> (Job-Executor-36:job-43) Asking VpcVirtualRouter to prepare for
> >>> Nic[19-13-a8349669-6ff2-443f-88d3-c5d69100df3a-192.168.56.146]
> >>> 2013-04-07 00:32:32,146 WARN
> [network.element.VpcVirtualRouterElement]
> >>> (Job-Executor-36:job-43) Network Ntwk[204|Guest|6] is not associated
> >>>with
> >>> any VPC
> >>> 2013-04-07 00:32:32,151 DEBUG [cloud.network.NetworkManagerImpl]
> >>> (Job-Executor-36:job-43) Asking NiciraNvp to prepare for
> >>> Nic[19-13-a8349669-6ff2-443f-88d3-c5d69100df3a-192.168.56.146]
> >>> 2013-04-07 00:32:32,151 DEBUG [network.element.NiciraNvpElement]
> >>> (Job-Executor-36:job-43) Checking if NiciraNvpElement can handle
> >>>service
> >>> Connectivity on network guestNetworkForBasicZone
> >>> 2013-04-07 00:32:32,154 DEBUG [cloud.network.NetworkManagerImpl]
> >>> (Job-Executor-36:job-43) Asking JuniperSRX to prepare for
> >>> Nic[19-13-a8349669-6ff2-443f-88d3-c5d69100df3a-192.168.56.146]
> >>> 2013-04-07 00:32:32,157 DEBUG [cloud.network.NetworkManagerImpl]
> >>> (Job-Executor-36:job-43) Asking Netscaler to prepare for
> >>> Nic[19-13-a8349669-6ff2-443f-88d3-c5d69100df3a-192.168.56.146]
> >>> 2013-04-07 00:32:32,160 DEBUG [cloud.network.NetworkManagerImpl]
> >>> (Job-Executor-36:job-43) Asking F5BigIP to prepare for
> >>> Nic[19-13-a8349669-6ff2-443f-88d3-c5d69100df3a-192.168.56.146]
> >>> 2013-04-07 00:32:32,164 DEBUG [cloud.network.NetworkManagerImpl]
> >>> (Job-Executor-36:job-43) Asking CiscoNexus1000vVSM to prepare for
> >>> Nic[19-13-a8349669-6ff2-443f-88d3-c5d69100df3a-192.168.56.146]
> >>> 2013-04-07 00:32:32,168 DEBUG [cloud.storage.StorageManagerImpl]
> >>> (Job-Executor-36:job-43) Checking if we need to prepare 1 volumes for
> >>> VM[User|94ddc16f-04fc-4da1-8326-01d8d5cdeb44]
> >>> 2013-04-07 00:32:32,169 DEBUG [cloud.storage.StorageManagerImpl]
> >>> (Job-Executor-36:job-43) Creating volume: Vol[13|vm=13|ROOT]
> >>> 2013-04-07 00:32:32,170 DEBUG [cloud.storage.StorageManagerImpl]
> >>> (Job-Executor-36:job-43) Trying to create in Pool[257|PreSetup]
> >>> 2013-04-07 00:32:32,175 DEBUG [cloud.template.TemplateManagerImpl]
> >>> (Job-Executor-36:job-43) Template 5 has already been downloaded to
> >>>pool
> >>>257
> >>> 2013-04-07 00:32:32,179 DEBUG [agent.transport.Request]
> >>> (Job-Executor-36:job-43) Seq 6-324993307: Sending  { Cmd , MgmtId: 1,
> >>>via:
> >>> 6, Ver: v1, Flags: 100111,
> >>>
> >>>[{"storage.CreateCommand":{"volId":13,"pool":{"id":257,"uuid":"iSCSI_SR_
> >>>3
> >>>","host":"192.168.56.9","path":"/iSCSI_SR_3","port":0,"type":"PreSetup"}
> >>>,
> >>>"diskCharacteristics":{"size":52428800,"tags":["iSCSI_SR_4"],"type":"ROO
> >>>T
> >>>","name":"ROOT-13","useLocalStorage":false,"recreatable":true,"diskOffer
> >>>i
> >>>ngId":38,"volumeId":13,"hyperType":"XenServer"},"templateUrl":"a8414926
> -
> >>>8
> >>>1d6-4b54-9b4b-feb498489df0","wait":0}}]
> >>> }
> >>> 2013-04-07 00:32:32,180 DEBUG [agent.transport.Request]
> >>> (Job-Executor-36:job-43) Seq 6-324993307: Executing:  { Cmd , MgmtId:
> >>>1,
> >>> via: 6, Ver: v1, Flags: 100111,
> >>>
> >>>[{"storage.CreateCommand":{"volId":13,"pool":{"id":257,"uuid":"iSCSI_SR_
> >>>3
> >>>","host":"192.168.56.9","path":"/iSCSI_SR_3","port":0,"type":"PreSetup"}
> >>>,
> >>>"diskCharacteristics":{"size":52428800,"tags":["iSCSI_SR_4"],"type":"ROO
> >>>T
> >>>","name":"ROOT-13","useLocalStorage":false,"recreatable":true,"diskOffer
> >>>i
> >>>ngId":38,"volumeId":13,"hyperType":"XenServer"},"templateUrl":"a8414926
> -
> >>>8
> >>>1d6-4b54-9b4b-feb498489df0","wait":0}}]
> >>> }
> >>> 2013-04-07 00:32:32,180 DEBUG [agent.manager.DirectAgentAttache]
> >>> (DirectAgent-59:null) Seq 6-324993307: Executing request
> >>> 2013-04-07 00:32:32,265 DEBUG [xen.resource.CitrixResourceBase]
> >>> (DirectAgent-59:null) SR retrieved for iSCSI_SR_3
> >>> 2013-04-07 00:32:32,276 DEBUG [xen.resource.CitrixResourceBase]
> >>> (DirectAgent-59:null) Checking iSCSI_SR_3 or SR
> >>> fe8ca696-22f5-ba1f-af68-7c3cf5a3cb39 on
> >>> XS[f7a017da-3064-456a-89cd-28ee9e2d36b3-192.168.56.9]
> >>> 2013-04-07 00:32:33,395 DEBUG [cloud.api.ApiServlet]
> >>> (1161145101@qtp-1008805148-33:null) ===START===  127.0.0.1 -- GET
> >>>
> >>>command=queryAsyncJobResult&jobId=00aeb7f7-459c-477e-a0a1-
> 5d9262bc583a&r
> >>>e
> >>>sponse=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316
> 353392
> >>> 2013-04-07 00:32:33,419 DEBUG [cloud.api.ApiServlet]
> >>> (1161145101@qtp-1008805148-33:null) ===END===  127.0.0.1 -- GET
> >>>
> >>>command=queryAsyncJobResult&jobId=00aeb7f7-459c-477e-a0a1-
> 5d9262bc583a&r
> >>>e
> >>>sponse=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316
> 353392
> >>> 2013-04-07 00:32:34,687 DEBUG [xen.resource.CitrixResourceBase]
> >>> (DirectAgent-59:null) Succesfully created VDI for
> >>> com.cloud.agent.api.storage.CreateCommand.  Uuid =
> >>> 99154d9c-2665-465d-8c71-e60f1748895b
> >>> 2013-04-07 00:32:34,687 DEBUG [agent.manager.DirectAgentAttache]
> >>> (DirectAgent-59:null) Seq 6-324993307: Response Received:
> >>> 2013-04-07 00:32:34,688 DEBUG [agent.transport.Request]
> >>> (DirectAgent-59:null) Seq 6-324993307: Processing:  { Ans: , MgmtId: 1,
> >>> via: 6, Ver: v1, Flags: 110,
> >>>
> >>>[{"storage.CreateAnswer":{"volume":{"id":13,"name":"ROOT-
> 13","mountPoint
> >>>"
> >>>:"/iSCSI_SR_3","path":"99154d9c-2665-465d-8c71-
> e60f1748895b","size":5242
> >>>8
> >>>800,"type":"ROOT","storagePoolType":"PreSetup","storagePoolUuid":"iSCSI
> _
> >>>S
> >>>R_3","deviceId":0},"requestTemplateReload":false,"result":true,"wait":0}
> >>>}
> >>>]
> >>> }
> >>> 2013-04-07 00:32:34,688 DEBUG [agent.transport.Request]
> >>> (Job-Executor-36:job-43) Seq 6-324993307: Received:  { Ans: , MgmtId:
> >>>1,
> >>> via: 6, Ver: v1, Flags: 110, { CreateAnswer } }
> >>> 2013-04-07 00:32:34,688 DEBUG [agent.manager.AgentAttache]
> >>> (DirectAgent-59:null) Seq 6-324993307: No more commands found
> >>> 2013-04-07 00:32:34,690 DEBUG [cloud.storage.StorageManagerImpl]
> >>> (Job-Executor-36:job-43) Volume Vol[13|vm=13|ROOT] is created on
> >>> Pool[257|PreSetup]
> >>> 2013-04-07 00:32:34,701 DEBUG [agent.transport.Request]
> >>> (Job-Executor-36:job-43) Seq 6-324993308: Sending  { Cmd , MgmtId: 1,
> >>>via:
> >>> 6, Ver: v1, Flags: 100111,
> >>>
> >>>[{"StartCommand":{"vm":{"id":13,"name":"i-2-13-
> VM","bootloader":"PyGrub"
> >>>,
> >>>"type":"User","cpus":1,"speed":100,"minRam":1073741824,"maxRam":1073
> 7418
> >>>2
> >>>4,"arch":"x86_64","os":"CentOS
> >>> 5.3
> >>>
> >>>(64-bit)","bootArgs":"","rebootOnCrash":false,"enableHA":false,"limitCpu
> >>>U
> >>>se":false,"vncPassword":"2e91fc6d6f16609d","params":{},"uuid":"94ddc16f-
> >>>0
> >>>4fc-4da1-8326-01d8d5cdeb44","disks":[{"id":13,"name":"ROOT-
> 13","mountPoi
> >>>n
> >>>t":"/iSCSI_SR_3","path":"99154d9c-2665-465d-8c71-
> e60f1748895b","size":52
> >>>4
> >>>28800,"type":"ROOT","storagePoolType":"PreSetup","storagePoolUuid":"iSC
> S
> >>>I
> >>>_SR_3","deviceId":0},{"id":13,"name":"tiny
> >>>
> >>>Linux","size":0,"type":"ISO","storagePoolType":"ISO","deviceId":3}],"nic
> >>>s
> >>>":[{"deviceId":0,"networkRateMbps":200,"defaultNic":true,"uuid":"59b9a8a
> >>>a
> >>>-c867-40b8-95bb-
> 6e40273569c9","ip":"192.168.56.146","netmask":"255.255.2
> >>>5
> >>>5.0","gateway":"192.168.56.1","mac":"06:06:fe:00:00:44","dns1":"8.8.8.8"
> >>>,
> >>>"dns2":"4.4.4.4","broadcastType":"Native","type":"Guest","broadcastUri":
> >>>"
> >>>vlan://untagged","isolationUri":"ec2://untagged","isSecurityGroupEnabled
> >>>"
> >>>:true}]},"hostIp":"192.168.56.9","wait":0}}]
> >>> }
> >>> 2013-04-07 00:32:34,702 DEBUG [agent.transport.Request]
> >>> (Job-Executor-36:job-43) Seq 6-324993308: Executing:  { Cmd , MgmtId:
> >>>1,
> >>> via: 6, Ver: v1, Flags: 100111,
> >>>
> >>>[{"StartCommand":{"vm":{"id":13,"name":"i-2-13-
> VM","bootloader":"PyGrub"
> >>>,
> >>>"type":"User","cpus":1,"speed":100,"minRam":1073741824,"maxRam":1073
> 7418
> >>>2
> >>>4,"arch":"x86_64","os":"CentOS
> >>> 5.3
> >>>
> >>>(64-bit)","bootArgs":"","rebootOnCrash":false,"enableHA":false,"limitCpu
> >>>U
> >>>se":false,"vncPassword":"2e91fc6d6f16609d","params":{},"uuid":"94ddc16f-
> >>>0
> >>>4fc-4da1-8326-01d8d5cdeb44","disks":[{"id":13,"name":"ROOT-
> 13","mountPoi
> >>>n
> >>>t":"/iSCSI_SR_3","path":"99154d9c-2665-465d-8c71-
> e60f1748895b","size":52
> >>>4
> >>>28800,"type":"ROOT","storagePoolType":"PreSetup","storagePoolUuid":"iSC
> S
> >>>I
> >>>_SR_3","deviceId":0},{"id":13,"name":"tiny
> >>>
> >>>Linux","size":0,"type":"ISO","storagePoolType":"ISO","deviceId":3}],"nic
> >>>s
> >>>":[{"deviceId":0,"networkRateMbps":200,"defaultNic":true,"uuid":"59b9a8a
> >>>a
> >>>-c867-40b8-95bb-
> 6e40273569c9","ip":"192.168.56.146","netmask":"255.255.2
> >>>5
> >>>5.0","gateway":"192.168.56.1","mac":"06:06:fe:00:00:44","dns1":"8.8.8.8"
> >>>,
> >>>"dns2":"4.4.4.4","broadcastType":"Native","type":"Guest","broadcastUri":
> >>>"
> >>>vlan://untagged","isolationUri":"ec2://untagged","isSecurityGroupEnabled
> >>>"
> >>>:true}]},"hostIp":"192.168.56.9","wait":0}}]
> >>> }
> >>> 2013-04-07 00:32:34,702 DEBUG [agent.manager.DirectAgentAttache]
> >>> (DirectAgent-334:null) Seq 6-324993308: Executing request
> >>> 2013-04-07 00:32:34,787 DEBUG [xen.resource.CitrixResourceBase]
> >>> (DirectAgent-334:null) 1. The VM i-2-13-VM is in Starting state.
> >>> 2013-04-07 00:32:34,862 DEBUG [xen.resource.XenServer56FP1Resource]
> >>> (DirectAgent-334:null) Created VM f21a0243-f342-fd59-98d8-
> 00ed89224305
> >>>for
> >>> i-2-13-VM
> >>> 2013-04-07 00:32:34,912 DEBUG [xen.resource.CitrixResourceBase]
> >>> (DirectAgent-334:null) VBD 6e16b739-13fb-1891-fc66-f786b8db522b
> >>>created
> >>>for
> >>> Vol[13|ROOT|99154d9c-2665-465d-8c71-e60f1748895b|52428800]
> >>> 2013-04-07 00:32:34,937 DEBUG [xen.resource.CitrixResourceBase]
> >>> (DirectAgent-334:null) VBD f9ad291b-2a8d-4c81-94a5-ef8b8b38be8c
> >>>created
> >>>for
> >>> Vol[13|ISO|null|0]
> >>> 2013-04-07 00:32:34,937 DEBUG [xen.resource.CitrixResourceBase]
> >>> (DirectAgent-334:null) Creating VIF for i-2-13-VM on nic
> >>> [Nic:Guest-192.168.56.146-vlan://untagged]
> >>> 2013-04-07 00:32:34,991 DEBUG [xen.resource.CitrixResourceBase]
> >>> (DirectAgent-334:null) Created a vif
> >>>bec5565a-8c80-48a1-3ea4-88971784ce3b
> >>> on 0
> >>> 2013-04-07 00:32:36,396 DEBUG [cloud.api.ApiServlet]
> >>> (1161145101@qtp-1008805148-33:null) ===START===  127.0.0.1 -- GET
> >>>
> >>>command=queryAsyncJobResult&jobId=00aeb7f7-459c-477e-a0a1-
> 5d9262bc583a&r
> >>>e
> >>>sponse=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316
> 356393
> >>> 2013-04-07 00:32:36,418 DEBUG [cloud.api.ApiServlet]
> >>> (1161145101@qtp-1008805148-33:null) ===END===  127.0.0.1 -- GET
> >>>
> >>>command=queryAsyncJobResult&jobId=00aeb7f7-459c-477e-a0a1-
> 5d9262bc583a&r
> >>>e
> >>>sponse=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316
> 356393
> >>> 2013-04-07 00:32:39,395 DEBUG [cloud.api.ApiServlet]
> >>> (1161145101@qtp-1008805148-33:null) ===START===  127.0.0.1 -- GET
> >>>
> >>>command=queryAsyncJobResult&jobId=00aeb7f7-459c-477e-a0a1-
> 5d9262bc583a&r
> >>>e
> >>>sponse=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316
> 359393
> >>> 2013-04-07 00:32:39,410 DEBUG [cloud.api.ApiServlet]
> >>> (1161145101@qtp-1008805148-33:null) ===END===  127.0.0.1 -- GET
> >>>
> >>>command=queryAsyncJobResult&jobId=00aeb7f7-459c-477e-a0a1-
> 5d9262bc583a&r
> >>>e
> >>>sponse=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316
> 359393
> >>> 2013-04-07 00:32:41,550 INFO  [xen.resource.CitrixResourceBase]
> >>> (DirectAgent-334:null) Programmed default network rules for i-2-13-VM
> >>>on
> >>> nic with ip:192.168.56.146 mac:06:06:fe:00:00:44
> >>> 2013-04-07 00:32:41,550 DEBUG [xen.resource.CitrixResourceBase]
> >>> (DirectAgent-334:null) 2. The VM i-2-13-VM is in Running state.
> >>> 2013-04-07 00:32:41,550 DEBUG [agent.manager.DirectAgentAttache]
> >>> (DirectAgent-334:null) Seq 6-324993308: Response Received:
> >>> 2013-04-07 00:32:41,551 DEBUG [agent.transport.Request]
> >>> (DirectAgent-334:null) Seq 6-324993308: Processing:  { Ans: , MgmtId:
> >>>1,
> >>> via: 6, Ver: v1, Flags: 110,
> >>>
> >>>[{"StartAnswer":{"vm":{"id":13,"name":"i-2-13-VM","bootloader":"PyGrub",
> >>>"
> >>>type":"User","cpus":1,"speed":100,"minRam":1073741824,"maxRam":10737
> 4182
> >>>4
> >>>,"arch":"x86_64","os":"CentOS
> >>> 5.3
> >>>
> >>>(64-bit)","bootArgs":"","rebootOnCrash":false,"enableHA":false,"limitCpu
> >>>U
> >>>se":false,"vncPassword":"2e91fc6d6f16609d","params":{},"uuid":"94ddc16f-
> >>>0
> >>>4fc-4da1-8326-01d8d5cdeb44","disks":[{"id":13,"name":"ROOT-
> 13","mountPoi
> >>>n
> >>>t":"/iSCSI_SR_3","path":"99154d9c-2665-465d-8c71-
> e60f1748895b","size":52
> >>>4
> >>>28800,"type":"ROOT","storagePoolType":"PreSetup","storagePoolUuid":"iSC
> S
> >>>I
> >>>_SR_3","deviceId":0},{"id":13,"name":"tiny
> >>>
> >>>Linux","size":0,"type":"ISO","storagePoolType":"ISO","deviceId":3}],"nic
> >>>s
> >>>":[{"deviceId":0,"networkRateMbps":200,"defaultNic":true,"uuid":"59b9a8a
> >>>a
> >>>-c867-40b8-95bb-
> 6e40273569c9","ip":"192.168.56.146","netmask":"255.255.2
> >>>5
> >>>5.0","gateway":"192.168.56.1","mac":"06:06:fe:00:00:44","dns1":"8.8.8.8"
> >>>,
> >>>"dns2":"4.4.4.4","broadcastType":"Native","type":"Guest","broadcastUri":
> >>>"
> >>>vlan://untagged","isolationUri":"ec2://untagged","isSecurityGroupEnabled
> >>>"
> >>>:true}]},"result":true,"wait":0}}]
> >>> }
> >>> 2013-04-07 00:32:41,551 DEBUG [agent.transport.Request]
> >>> (Job-Executor-36:job-43) Seq 6-324993308: Received:  { Ans: , MgmtId:
> >>>1,
> >>> via: 6, Ver: v1, Flags: 110, { StartAnswer } }
> >>> 2013-04-07 00:32:41,551 DEBUG [agent.manager.AgentAttache]
> >>> (DirectAgent-334:null) Seq 6-324993308: No more commands found
> >>> 2013-04-07 00:32:41,592 DEBUG
> >>>[network.security.SecurityGroupManagerImpl]
> >>> (Job-Executor-36:job-43) Security Group Mgr v2: scheduling ruleset
> >>>updates
> >>> for 1 vms  (unique=1), current queue size=0
> >>> 2013-04-07 00:32:41,593 DEBUG
> >>>[network.security.SecurityGroupManagerImpl]
> >>> (Job-Executor-36:job-43) Security Group Mgr v2: done scheduling ruleset
> >>> updates for 1 vms: num new jobs=1 num rows insert or updated=1 time
> >>>taken=1
> >>> 2013-04-07 00:32:41,596 DEBUG [cloud.capacity.CapacityManagerImpl]
> >>> (Job-Executor-36:job-43) VM state transitted from :Starting to Running
> >>>with
> >>> event: OperationSucceededvm's original host id: 6 new host id: 6 host
> >>>id
> >>> before state transition: 6
> >>> 2013-04-07 00:32:41,596 DEBUG [cloud.vm.VirtualMachineManagerImpl]
> >>> (Job-Executor-36:job-43) Start completed for VM
> >>> VM[User|94ddc16f-04fc-4da1-8326-01d8d5cdeb44]
> >>> 2013-04-07 00:32:41,601 DEBUG
> >>>[network.security.SecurityGroupManagerImpl]
> >>> (SecGrp-Worker-4:null) SecurityGroupManager v2: sending ruleset update
> >>>for
> >>> vm i-2-13-VM:ingress num rules=0:egress num rules=0 num cidrs=0
> >>> sig=d41d8cd98f00b204e9800998ecf8427e
> >>> 2013-04-07 00:32:41,605 DEBUG [agent.transport.Request]
> >>> (SecGrp-Worker-4:null) Seq 6-324993309: Sending  { Cmd , MgmtId: 1,
> >>>via: 6,
> >>> Ver: v1, Flags: 100111,
> >>>
> >>>[{"SecurityGroupRulesCmd":{"guestIp":"192.168.56.146","vmName":"i-2-13-
> V
> >>>M
> >>>","guestMac":"06:06:fe:00:00:44","signature":"d41d8cd98f00b204e9800998
> ec
> >>>f
> >>>8427e","seqNum":1,"vmId":13,"msId":1,"ingressRuleSet":[],"egressRuleSet"
> >>>:
> >>>[],"wait":0}}]
> >>> }
> >>> 2013-04-07 00:32:41,605 DEBUG [cloud.async.AsyncJobManagerImpl]
> >>> (Job-Executor-36:job-43) Complete async job-43, jobStatus: 1,
> >>>resultCode:
> >>> 0, result: org.apache.cloudstack.api.response.UserVmResponse@68779e71
> >>> 2013-04-07 00:32:41,605 DEBUG [agent.transport.Request]
> >>> (SecGrp-Worker-4:null) Seq 6-324993309: Executing:  { Cmd , MgmtId: 1,
> >>>via:
> >>> 6, Ver: v1, Flags: 100111,
> >>>
> >>>[{"SecurityGroupRulesCmd":{"guestIp":"192.168.56.146","vmName":"i-2-13-
> V
> >>>M
> >>>","guestMac":"06:06:fe:00:00:44","signature":"d41d8cd98f00b204e9800998
> ec
> >>>f
> >>>8427e","seqNum":1,"vmId":13,"msId":1,"ingressRuleSet":[],"egressRuleSet"
> >>>:
> >>>[],"wait":0}}]
> >>> }
> >>> 2013-04-07 00:32:41,606 DEBUG [agent.manager.DirectAgentAttache]
> >>> (DirectAgent-275:null) Seq 6-324993309: Executing request
> >>> 2013-04-07 00:32:41,611 DEBUG [cloud.async.AsyncJobManagerImpl]
> >>> (Job-Executor-36:job-43) Done executing
> >>> org.apache.cloudstack.api.command.user.vm.DeployVMCmd for job-43
> >>> 2013-04-07 00:32:41,866 INFO  [xen.resource.CitrixResourceBase]
> >>> (DirectAgent-275:null) Programmed network rules for vm i-2-13-VM
> >>> guestIp=192.168.56.146, ingress numrules=0, egress numrules=0
> >>> 2013-04-07 00:32:41,866 DEBUG [agent.manager.DirectAgentAttache]
> >>> (DirectAgent-275:null) Seq 6-324993309: Response Received:
> >>> 2013-04-07 00:32:41,866 DEBUG [agent.transport.Request]
> >>> (DirectAgent-275:null) Seq 6-324993309: Processing:  { Ans: , MgmtId:
> >>>1,
> >>> via: 6, Ver: v1, Flags: 110,
> >>>
> >>>[{"SecurityGroupRuleAnswer":{"logSequenceNumber":1,"vmId":13,"reason":
> "N
> >>>O
> >>>NE","result":true,"wait":0}}]
> >>> }
> >>> 2013-04-07 00:32:41,866 DEBUG [network.security.SecurityGroupListener]
> >>> (DirectAgent-275:null) Successfully programmed rule
> >>> com.cloud.agent.api.SecurityGroupRuleAnswer into host 6
> >>> 2013-04-07 00:32:41,868 DEBUG [network.security.SecurityGroupListener]
> >>> (DirectAgent-275:null) Successfully programmed rule
> >>> com.cloud.agent.api.SecurityGroupRuleAnswer into host 6
> >>> 2013-04-07 00:32:41,869 DEBUG [agent.manager.AgentAttache]
> >>> (DirectAgent-275:null) Seq 6-324993309: No more commands found
> >>> 2013-04-07 00:32:42,396 DEBUG [cloud.api.ApiServlet]
> >>> (1161145101@qtp-1008805148-33:null) ===START===  127.0.0.1 -- GET
> >>>
> >>>command=queryAsyncJobResult&jobId=00aeb7f7-459c-477e-a0a1-
> 5d9262bc583a&r
> >>>e
> >>>sponse=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316
> 362394
> >>> 2013-04-07 00:32:42,406 DEBUG [cloud.async.AsyncJobManagerImpl]
> >>> (1161145101@qtp-1008805148-33:null) Async job-43 completed
> >>> 2013-04-07 00:32:42,412 DEBUG [cloud.api.ApiServlet]
> >>> (1161145101@qtp-1008805148-33:null) ===END===  127.0.0.1 -- GET
> >>>
> >>>command=queryAsyncJobResult&jobId=00aeb7f7-459c-477e-a0a1-
> 5d9262bc583a&r
> >>>e
> >>>sponse=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316
> 362394
> >>> 2013-04-07 00:32:45,427 DEBUG [cloud.api.ApiServlet]
> >>> (1161145101@qtp-1008805148-33:null) ===START===  127.0.0.1 -- GET
> >>>
> >>>command=listVolumes&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnR
> Rfl8GoVA
> >>>%
> >>>3D&listAll=true&page=1&pagesize=20&_=1365316365425
> >>> 2013-04-07 00:32:45,442 DEBUG [cloud.api.ApiServlet]
> >>> (1161145101@qtp-1008805148-33:null) ===END===  127.0.0.1 -- GET
> >>>
> >>>command=listVolumes&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnR
> Rfl8GoVA
> >>>%
> >>>3D&listAll=true&page=1&pagesize=20&_=1365316365425
> >>> 2013-04-07 00:32:47,667 DEBUG [cloud.api.ApiServlet]
> >>> (1161145101@qtp-1008805148-33:null) ===START===  127.0.0.1 -- GET
> >>>
> >>>command=listVolumes&id=44d56727-6e5f-438a-8187-
> 42adfac7c906&response=jso
> >>>n
> >>>&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316367665
> >>> 2013-04-07 00:32:47,679 DEBUG [agent.manager.AgentManagerImpl]
> >>> (AgentManager-Handler-12:null) Ping from 3
> >>> 2013-04-07 00:32:47,684 DEBUG [cloud.api.ApiServlet]
> >>> (1161145101@qtp-1008805148-33:null) ===END===  127.0.0.1 -- GET
> >>>
> >>>command=listVolumes&id=44d56727-6e5f-438a-8187-
> 42adfac7c906&response=jso
> >>>n
> >>>&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316367665
> >>> 2013-04-07 00:32:47,698 DEBUG [cloud.api.ApiServlet]
> >>> (1161145101@qtp-1008805148-33:null) ===START===  127.0.0.1 -- GET
> >>>
> >>>command=listTags&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8
> GoVA%3D
> >>>&
> >>>resourceId=44d56727-6e5f-438a-8187-
> 42adfac7c906&resourceType=Volume&list
> >>>A
> >>>ll=true&_=1365316367696
> >>> 2013-04-07 00:32:47,708 DEBUG [cloud.api.ApiServlet]
> >>> (1161145101@qtp-1008805148-33:null) ===END===  127.0.0.1 -- GET
> >>>
> >>>command=listTags&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8
> GoVA%3D
> >>>&
> >>>resourceId=44d56727-6e5f-438a-8187-
> 42adfac7c906&resourceType=Volume&list
> >>>A
> >>>ll=true&_=1365316367696
> >>> 2013-04-07 00:32:50,453 DEBUG
> >>> [storage.secondary.SecondaryStorageManagerImpl] (secstorage-1:null)
> >>>Zone 1
> >>> is ready to launch secondary storage VM
> >>> 2013-04-07 00:32:50,556 DEBUG
> >>>[cloud.consoleproxy.ConsoleProxyManagerImpl]
> >>> (consoleproxy-1:null) Zone 1 is ready to launch console proxy
> >>> 2013-04-07 00:32:50,815 DEBUG
> >>> [network.router.VirtualNetworkApplianceManagerImpl]
> >>>(RouterMonitor-1:null)
> >>> Found 0 running routers.
> >>> 2013-04-07 00:32:50,820 DEBUG
> >>> [network.router.VirtualNetworkApplianceManagerImpl]
> >>> (RouterStatusMonitor-1:null) Found 0 routers to update status.
> >>> 2013-04-07 00:32:50,821 DEBUG
> >>> [network.router.VirtualNetworkApplianceManagerImpl]
> >>> (RouterStatusMonitor-1:null) Found 0 networks to update RvR status.
> >>> 2013-04-07 00:32:50,851 DEBUG
> >>> [network.router.VirtualNetworkApplianceManagerImpl]
> >>>(RouterMonitor-1:null)
> >>> Found 0 running routers.
> >>> 2013-04-07 00:32:50,851 DEBUG
> >>> [network.router.VirtualNetworkApplianceManagerImpl]
> >>> (RouterStatusMonitor-1:null) Found 0 routers to update status.
> >>> 2013-04-07 00:32:50,852 DEBUG
> >>> [network.router.VirtualNetworkApplianceManagerImpl]
> >>> (RouterStatusMonitor-1:null) Found 0 networks to update RvR status.
> >>> 2013-04-07 00:32:50,908 DEBUG
> >>> [cloud.network.ExternalLoadBalancerUsageManagerImpl]
> >>> (ExternalNetworkMonitor-1:null) External devices stats collector is
> >>> running...
> >>> 2013-04-07 00:32:50,919 DEBUG
> [storage.snapshot.SnapshotSchedulerImpl]
> >>> (SnapshotPollTask:null) Snapshot scheduler.poll is being called at
> >>> 2013-04-07 06:32:50 GMT
> >>> 2013-04-07 00:32:50,920 DEBUG
> [storage.snapshot.SnapshotSchedulerImpl]
> >>> (SnapshotPollTask:null) Got 0 snapshots to be executed at 2013-04-07
> >>> 06:32:50 GMT
> >>> 2013-04-07 00:32:51,462 INFO  [agent.manager.AgentMonitor]
> >>> (Thread-11:null) Found the following agents behind on ping: [6, 5]
> >>> 2013-04-07 00:32:51,464 DEBUG [cloud.host.Status] (Thread-11:null) Ping
> >>> timeout for host 6, do invstigation
> >>> 2013-04-07 00:32:51,465 DEBUG [cloud.host.Status] (Thread-11:null) Ping
> >>> timeout for host 5, do invstigation
> >>> 2013-04-07 00:32:51,465 INFO  [agent.manager.AgentManagerImpl]
> >>> (AgentTaskPool-15:null) Investigating why host 6 has disconnected with
> >>> event PingTimeout
> >>> 2013-04-07 00:32:51,465 DEBUG [agent.manager.AgentManagerImpl]
> >>> (AgentTaskPool-15:null) checking if agent (6) is alive
> >>> 2013-04-07 00:32:51,467 INFO  [agent.manager.AgentManagerImpl]
> >>> (AgentTaskPool-1:null) Investigating why host 5 has disconnected with
> >>>event
> >>> PingTimeout
> >>> 2013-04-07 00:32:51,467 DEBUG [agent.manager.AgentManagerImpl]
> >>> (AgentTaskPool-1:null) checking if agent (5) is alive
> >>> 2013-04-07 00:32:51,469 DEBUG [agent.transport.Request]
> >>> (AgentTaskPool-15:null) Seq 6-324993310: Sending  { Cmd , MgmtId: 1,
> >>>via:
> >>> 6, Ver: v1, Flags: 100011, [{"CheckHealthCommand":{"wait":50}}] }
> >>> 2013-04-07 00:32:51,469 DEBUG [agent.transport.Request]
> >>> (AgentTaskPool-15:null) Seq 6-324993310: Executing:  { Cmd , MgmtId: 1,
> >>> via: 6, Ver: v1, Flags: 100011, [{"CheckHealthCommand":{"wait":50}}] }
> >>> 2013-04-07 00:32:51,469 DEBUG [agent.manager.DirectAgentAttache]
> >>> (DirectAgent-335:null) Seq 6-324993310: Executing request
> >>> 2013-04-07 00:32:51,473 DEBUG [agent.transport.Request]
> >>> (AgentTaskPool-1:null) Seq 5-614334814: Sending  { Cmd , MgmtId: 1,
> >>>via: 5,
> >>> Ver: v1, Flags: 100011, [{"CheckHealthCommand":{"wait":50}}] }
> >>> 2013-04-07 00:32:51,473 DEBUG [agent.transport.Request]
> >>> (AgentTaskPool-1:null) Seq 5-614334814: Executing:  { Cmd , MgmtId: 1,
> >>>via:
> >>> 5, Ver: v1, Flags: 100011, [{"CheckHealthCommand":{"wait":50}}] }
> >>> 2013-04-07 00:32:51,473 DEBUG [agent.manager.DirectAgentAttache]
> >>> (DirectAgent-30:null) Seq 5-614334814: Executing request
> >>> 2013-04-07 00:32:51,536 DEBUG [agent.manager.DirectAgentAttache]
> >>> (DirectAgent-335:null) Seq 6-324993310: Response Received:
> >>> 2013-04-07 00:32:51,536 DEBUG [agent.manager.DirectAgentAttache]
> >>> (DirectAgent-30:null) Seq 5-614334814: Response Received:
> >>> 2013-04-07 00:32:51,536 DEBUG [agent.transport.Request]
> >>> (DirectAgent-30:null) Seq 5-614334814: Processing:  { Ans: , MgmtId: 1,
> >>> via: 5, Ver: v1, Flags: 10,
> >>> [{"CheckHealthAnswer":{"result":true,"details":"resource is
> >>> alive","wait":0}}] }
> >>> 2013-04-07 00:32:51,536 DEBUG [agent.transport.Request]
> >>> (DirectAgent-335:null) Seq 6-324993310: Processing:  { Ans: , MgmtId:
> >>>1,
> >>> via: 6, Ver: v1, Flags: 10,
> >>> [{"CheckHealthAnswer":{"result":true,"details":"resource is
> >>> alive","wait":0}}] }
> >>> 2013-04-07 00:32:51,536 DEBUG [agent.transport.Request]
> >>> (AgentTaskPool-1:null) Seq 5-614334814: Received:  { Ans: , MgmtId: 1,
> >>>via:
> >>> 5, Ver: v1, Flags: 10, { CheckHealthAnswer } }
> >>> 2013-04-07 00:32:51,536 DEBUG [agent.transport.Request]
> >>> (AgentTaskPool-15:null) Seq 6-324993310: Received:  { Ans: , MgmtId: 1,
> >>> via: 6, Ver: v1, Flags: 10, { CheckHealthAnswer } }
> >>> 2013-04-07 00:32:51,536 DEBUG [agent.manager.AgentManagerImpl]
> >>> (AgentTaskPool-1:null) Details from executing class
> >>> com.cloud.agent.api.CheckHealthCommand: resource is alive
> >>> 2013-04-07 00:32:51,536 DEBUG [agent.manager.AgentManagerImpl]
> >>> (AgentTaskPool-1:null) agent (5) responded to checkHeathCommand,
> >>>reporting
> >>> that agent is Up
> >>> 2013-04-07 00:32:51,536 DEBUG [agent.manager.AgentManagerImpl]
> >>> (AgentTaskPool-15:null) Details from executing class
> >>> com.cloud.agent.api.CheckHealthCommand: resource is alive
> >>> 2013-04-07 00:32:51,536 INFO  [agent.manager.AgentManagerImpl]
> >>> (AgentTaskPool-1:null) The state determined is Up
> >>> 2013-04-07 00:32:51,536 INFO  [agent.manager.AgentManagerImpl]
> >>> (AgentTaskPool-1:null) Agent is determined to be up and running
> >>> 2013-04-07 00:32:51,536 DEBUG [agent.manager.AgentManagerImpl]
> >>> (AgentTaskPool-15:null) agent (6) responded to checkHeathCommand,
> >>>reporting
> >>> that agent is Up
> >>> 2013-04-07 00:32:51,536 DEBUG [cloud.host.Status]
> >>>(AgentTaskPool-1:null)
> >>> Transition:[Resource state = Enabled, Agent event = Ping, Host id = 5,
> >>>name
> >>> = Tut-XenServer2]
> >>> 2013-04-07 00:32:51,536 INFO  [agent.manager.AgentManagerImpl]
> >>> (AgentTaskPool-15:null) The state determined is Up
> >>> 2013-04-07 00:32:51,537 INFO  [agent.manager.AgentManagerImpl]
> >>> (AgentTaskPool-15:null) Agent is determined to be up and running
> >>> 2013-04-07 00:32:51,540 DEBUG [cloud.host.Status]
> >>>(AgentTaskPool-1:null)
> >>> Agent status update: [id = 5; name = Tut-XenServer2; old status = Up;
> >>>event
> >>> = Ping; new status = Up; old update count = 146; new update count =
> >>>147]
> >>> 2013-04-07 00:32:51,540 DEBUG [cloud.host.Status]
> >>>(AgentTaskPool-15:null)
> >>> Transition:[Resource state = Enabled, Agent event = Ping, Host id = 6,
> >>>name
> >>> = Tut-XenServer]
> >>> 2013-04-07 00:32:51,542 DEBUG [cloud.host.Status]
> >>>(AgentTaskPool-15:null)
> >>> Agent status update: [id = 6; name = Tut-XenServer; old status = Up;
> >>>event
> >>> = Ping; new status = Up; old update count = 309; new update count =
> >>>310]
> >>> 2013-04-07 00:33:04,820 DEBUG [agent.manager.DirectAgentAttache]
> >>> (DirectAgent-422:null) Ping from 6
> >>> 2013-04-07 00:33:06,176 DEBUG [agent.manager.DirectAgentAttache]
> >>> (DirectAgent-135:null) Ping from 5
> >>> 2013-04-07 00:33:06,909 DEBUG [agent.manager.DirectAgentAttache]
> >>> (DirectAgent-152:null) Seq 6-324993028: Executing request
> >>> 2013-04-07 00:33:07,151 DEBUG [agent.manager.DirectAgentAttache]
> >>> (DirectAgent-152:null) Seq 6-324993028: Response Received:
> >>> 2013-04-07 00:33:07,151 DEBUG [agent.transport.Request]
> >>> (DirectAgent-152:null) Seq 6-324993028: Processing:  { Ans: , MgmtId:
> >>>1,
> >>> via: 6, Ver: v1, Flags: 10,
> >>>
> >>>[{"ClusterSyncAnswer":{"_clusterId":2,"_newStates":{},"_isExecuted":fals
> >>>e
> >>>,"result":true,"wait":0}}]
> >>> }
> >>> 2013-04-07 00:33:11,022 DEBUG [agent.manager.DirectAgentAttache]
> >>> (DirectAgent-50:null) Seq 5-614334468: Executing request
> >>> 2013-04-07 00:33:11,169 DEBUG [agent.manager.DirectAgentAttache]
> >>> (DirectAgent-50:null) Seq 5-614334468: Response Received:
> >>> 2013-04-07 00:33:11,169 DEBUG [agent.transport.Request]
> >>> (DirectAgent-50:null) Seq 5-614334468: Processing:  { Ans: , MgmtId: 1,
> >>> via: 5, Ver: v1, Flags: 10, [{"Answer":{"result":true,"wait":0}}] }
> >>> 2013-04-07 00:33:20,451 DEBUG
> >>> [storage.secondary.SecondaryStorageManagerImpl] (secstorage-1:null)
> >>>Zone 1
> >>> is ready to launch secondary storage VM
> >>> 2013-04-07 00:33:20,553 DEBUG
> >>>[cloud.consoleproxy.ConsoleProxyManagerImpl]
> >>> (consoleproxy-1:null) Zone 1 is ready to launch console proxy
> >>> 2013-04-07 00:33:20,819 DEBUG
> >>> [network.router.VirtualNetworkApplianceManagerImpl]
> >>> (RouterStatusMonitor-1:null) Found 0 routers to update status.
> >>> 2013-04-07 00:33:20,820 DEBUG
> >>> [network.router.VirtualNetworkApplianceManagerImpl]
> >>> (RouterStatusMonitor-1:null) Found 0 networks to update RvR status.
> >>> 2013-04-07 00:33:20,851 DEBUG
> >>> [network.router.VirtualNetworkApplianceManagerImpl]
> >>> (RouterStatusMonitor-1:null) Found 0 routers to update status.
> >>> 2013-04-07 00:33:20,852 DEBUG
> >>> [network.router.VirtualNetworkApplianceManagerImpl]
> >>> (RouterStatusMonitor-1:null) Found 0 networks to update RvR status.
> >>> 2013-04-07 00:33:20,921 DEBUG [cloud.alert.AlertManagerImpl]
> >>> (CapacityChecker:null) Running Capacity Checker ...
> >>> 2013-04-07 00:33:20,921 DEBUG [cloud.alert.AlertManagerImpl]
> >>> (CapacityChecker:null) recalculating system capacity
> >>> 2013-04-07 00:33:20,921 DEBUG [cloud.alert.AlertManagerImpl]
> >>> (CapacityChecker:null) Executing cpu/ram capacity update
> >>> 2013-04-07 00:33:20,929 DEBUG [cloud.capacity.CapacityManagerImpl]
> >>> (CapacityChecker:null) Found 2 VMs on host 1
> >>> 2013-04-07 00:33:20,931 DEBUG [cloud.capacity.CapacityManagerImpl]
> >>> (CapacityChecker:null) Found 0 VM, not running on host 1
> >>> 2013-04-07 00:33:20,933 DEBUG [cloud.capacity.CapacityManagerImpl]
> >>> (CapacityChecker:null) No need to calibrate cpu capacity, host:1
> >>>usedCpu:
> >>> 200 reservedCpu: 0
> >>> 2013-04-07 00:33:20,933 DEBUG [cloud.capacity.CapacityManagerImpl]
> >>> (CapacityChecker:null) No need to calibrate memory capacity, host:1
> >>> usedMem: 209715200 reservedMem: 0
> >>> 2013-04-07 00:33:20,939 DEBUG [cloud.capacity.CapacityManagerImpl]
> >>> (CapacityChecker:null) Found 1 VMs on host 5
> >>> 2013-04-07 00:33:20,940 DEBUG [cloud.capacity.CapacityManagerImpl]
> >>> (CapacityChecker:null) Found 0 VM, not running on host 5
> >>> 2013-04-07 00:33:20,942 DEBUG [cloud.capacity.CapacityManagerImpl]
> >>> (CapacityChecker:null) No need to calibrate cpu capacity, host:5
> >>>usedCpu:
> >>> 100 reservedCpu: 0
> >>> 2013-04-07 00:33:20,942 DEBUG [cloud.capacity.CapacityManagerImpl]
> >>> (CapacityChecker:null) No need to calibrate memory capacity, host:5
> >>> usedMem: 1073741824 reservedMem: 0
> >>> 2013-04-07 00:33:20,948 DEBUG [cloud.capacity.CapacityManagerImpl]
> >>> (CapacityChecker:null) Found 2 VMs on host 6
> >>> 2013-04-07 00:33:20,949 DEBUG [cloud.capacity.CapacityManagerImpl]
> >>> (CapacityChecker:null) Found 0 VM, not running on host 6
> >>> 2013-04-07 00:33:20,951 DEBUG [cloud.capacity.CapacityManagerImpl]
> >>> (CapacityChecker:null) No need to calibrate cpu capacity, host:6
> >>>usedCpu:
> >>> 200 reservedCpu: 0
> >>> 2013-04-07 00:33:20,951 DEBUG [cloud.capacity.CapacityManagerImpl]
> >>> (CapacityChecker:null) No need to calibrate memory capacity, host:6
> >>> usedMem: 1178599424 reservedMem: 0
> >>> 2013-04-07 00:33:20,951 DEBUG [cloud.alert.AlertManagerImpl]
> >>> (CapacityChecker:null) Done executing cpu/ram capacity update
> >>> 2013-04-07 00:33:20,951 DEBUG [cloud.alert.AlertManagerImpl]
> >>> (CapacityChecker:null) Executing storage capacity update
> >>> 2013-04-07 00:33:20,956 DEBUG [cloud.storage.StorageManagerImpl]
> >>> (CapacityChecker:null) Successfully set Capacity - 31004332032 for
> >>>capacity
> >>> type - 9 , DataCenterId - 1, HostOrPoolId - 200, PodId 1
> >>> 2013-04-07 00:33:20,959 DEBUG [cloud.storage.StorageManagerImpl]
> >>> (CapacityChecker:null) Successfully set Capacity - 97221701632 for
> >>>capacity
> >>> type - 9 , DataCenterId - 1, HostOrPoolId - 201, PodId 1
> >>> 2013-04-07 00:33:20,963 DEBUG [cloud.storage.StorageManagerImpl]
> >>> (CapacityChecker:null) Successfully set Capacity - 97221701632 for
> >>>capacity
> >>> type - 9 , DataCenterId - 1, HostOrPoolId - 202, PodId 1
> >>> 2013-04-07 00:33:20,967 DEBUG [cloud.storage.StorageManagerImpl]
> >>> (CapacityChecker:null) Successfully set Capacity - 2084569088 for
> >>>capacity
> >>> type - 3 , DataCenterId - 1, HostOrPoolId - 256, PodId 1
> >>> 2013-04-07 00:33:20,971 DEBUG [cloud.storage.StorageManagerImpl]
> >>> (CapacityChecker:null) Successfully set Capacity - 2084569088 for
> >>>capacity
> >>> type - 3 , DataCenterId - 1, HostOrPoolId - 257, PodId 1
> >>> 2013-04-07 00:33:20,975 DEBUG [cloud.storage.StorageManagerImpl]
> >>> (CapacityChecker:null) Successfully set Capacity - 2084569088 for
> >>>capacity
> >>> type - 3 , DataCenterId - 1, HostOrPoolId - 262, PodId 1
> >>> 2013-04-07 00:33:20,975 DEBUG [cloud.alert.AlertManagerImpl]
> >>> (CapacityChecker:null) Done executing storage capacity update
> >>> 2013-04-07 00:33:20,975 DEBUG [cloud.alert.AlertManagerImpl]
> >>> (CapacityChecker:null) Executing capacity updates for public ip and
> >>>Vlans
> >>> 2013-04-07 00:33:20,983 DEBUG [cloud.alert.AlertManagerImpl]
> >>> (CapacityChecker:null) Done capacity updates for public ip and Vlans
> >>> 2013-04-07 00:33:20,983 DEBUG [cloud.alert.AlertManagerImpl]
> >>> (CapacityChecker:null) Executing capacity updates for private ip
> >>> 2013-04-07 00:33:20,990 DEBUG [cloud.alert.AlertManagerImpl]
> >>> (CapacityChecker:null) Done executing capacity updates for private ip
> >>> 2013-04-07 00:33:20,990 DEBUG [cloud.alert.AlertManagerImpl]
> >>> (CapacityChecker:null) Done recalculating system capacity
> >>> 2013-04-07 00:33:21,012 DEBUG [cloud.alert.AlertManagerImpl]
> >>> (CapacityChecker:null) Done running Capacity Checker ...
> >>> 2013-04-07 00:33:24,891 DEBUG [agent.manager.AgentManagerImpl]
> >>> (AgentManager-Handler-13:null) Ping from 4
> >>> 2013-04-07 00:33:27,159 DEBUG [agent.manager.DirectAgentAttache]
> >>> (DirectAgent-459:null) Ping from 1
> >>> 2013-04-07 00:33:29,095 DEBUG [agent.manager.DirectAgentAttache]
> >>> (DirectAgent-457:null) Seq 1-90046472: Executing request
> >>> 2013-04-07 00:33:29,329 DEBUG [agent.manager.DirectAgentAttache]
> >>> (DirectAgent-457:null) Seq 1-90046472: Response Received:
> >>> 2013-04-07 00:33:29,330 DEBUG [agent.transport.Request]
> >>> (DirectAgent-457:null) Seq 1-90046472: Processing:  { Ans: , MgmtId: 1,
> >>> via: 1, Ver: v1, Flags: 10,
> >>>
> >>>[{"ClusterSyncAnswer":{"_clusterId":1,"_newStates":{},"_isExecuted":fals
> >>>e
> >>>,"result":true,"wait":0}}]
> >>> }
> >>> 2013-04-07 00:33:33,192 DEBUG [cloud.api.ApiServlet]
> >>> (1161145101@qtp-1008805148-33:null) ===START===  127.0.0.1 -- GET
> >>>
> >>>command=listVirtualMachines&response=json&sessionkey=Z6QqzU0Fq1iT13
> bMgnR
> >>>R
> >>>fl8GoVA%3D&listAll=true&page=1&pagesize=20&_=1365316413189
> >>> 2013-04-07 00:33:33,210 DEBUG [cloud.api.ApiServlet]
> >>> (1161145101@qtp-1008805148-33:null) ===END===  127.0.0.1 -- GET
> >>>
> >>>command=listVirtualMachines&response=json&sessionkey=Z6QqzU0Fq1iT13
> bMgnR
> >>>R
> >>>fl8GoVA%3D&listAll=true&page=1&pagesize=20&_=1365316413189
> >>> 2013-04-07 00:33:35,033 DEBUG [cloud.api.ApiServlet]
> >>> (1161145101@qtp-1008805148-33:null) ===START===  127.0.0.1 -- GET
> >>>
> >>>command=listZones&available=true&response=json&sessionkey=Z6QqzU0Fq
> 1iT13
> >>>b
> >>>MgnRRfl8GoVA%3D&_=1365316415031
> >>> 2013-04-07 00:33:35,040 DEBUG [cloud.api.ApiServlet]
> >>> (1161145101@qtp-1008805148-33:null) ===END===  127.0.0.1 -- GET
> >>>
> >>>command=listZones&available=true&response=json&sessionkey=Z6QqzU0Fq
> 1iT13
> >>>b
> >>>MgnRRfl8GoVA%3D&_=1365316415031
> >>> 2013-04-07 00:33:36,745 DEBUG [cloud.api.ApiServlet]
> >>> (1161145101@qtp-1008805148-33:null) ===START===  127.0.0.1 -- GET
> >>>
> >>>command=listHypervisors&zoneid=3a62dec3-cf95-4ba2-9af0-
> af2190af35e3&resp
> >>>o
> >>>nse=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316416
> 743
> >>> 2013-04-07 00:33:36,753 DEBUG [cloud.api.ApiServlet]
> >>> (1161145101@qtp-1008805148-33:null) ===END===  127.0.0.1 -- GET
> >>>
> >>>command=listHypervisors&zoneid=3a62dec3-cf95-4ba2-9af0-
> af2190af35e3&resp
> >>>o
> >>>nse=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316416
> 743
> >>> 2013-04-07 00:33:36,756 DEBUG [cloud.api.ApiServlet]
> >>> (1161145101@qtp-1008805148-33:null) ===START===  127.0.0.1 -- GET
> >>>
> >>>command=listTemplates&templatefilter=featured&zoneid=3a62dec3-cf95-
> 4ba2-
> >>>9
> >>>af0-
> af2190af35e3&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3
> D
> >>>&
> >>>_=1365316416754
> >>> 2013-04-07 00:33:36,781 DEBUG [cloud.api.ApiServlet]
> >>> (1161145101@qtp-1008805148-33:null) ===END===  127.0.0.1 -- GET
> >>>
> >>>command=listTemplates&templatefilter=featured&zoneid=3a62dec3-cf95-
> 4ba2-
> >>>9
> >>>af0-
> af2190af35e3&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3
> D
> >>>&
> >>>_=1365316416754
> >>> 2013-04-07 00:33:36,784 DEBUG [cloud.api.ApiServlet]
> >>> (1161145101@qtp-1008805148-33:null) ===START===  127.0.0.1 -- GET
> >>>
> >>>command=listTemplates&templatefilter=community&zoneid=3a62dec3-
> cf95-4ba2
> >>>-
> >>>9af0-
> af2190af35e3&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3
> >>>D
> >>>&_=1365316416782
> >>> 2013-04-07 00:33:36,812 DEBUG [cloud.api.ApiServlet]
> >>> (1161145101@qtp-1008805148-33:null) ===END===  127.0.0.1 -- GET
> >>>
> >>>command=listTemplates&templatefilter=community&zoneid=3a62dec3-
> cf95-4ba2
> >>>-
> >>>9af0-
> af2190af35e3&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3
> >>>D
> >>>&_=1365316416782
> >>> 2013-04-07 00:33:36,815 DEBUG [cloud.api.ApiServlet]
> >>> (1161145101@qtp-1008805148-33:null) ===START===  127.0.0.1 -- GET
> >>>
> >>>command=listTemplates&templatefilter=selfexecutable&zoneid=3a62dec3-
> cf95
> >>>-
> >>>4ba2-9af0-
> af2190af35e3&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8G
> >>>o
> >>>VA%3D&_=1365316416813
> >>> 2013-04-07 00:33:36,829 DEBUG [cloud.api.ApiServlet]
> >>> (1161145101@qtp-1008805148-33:null) ===END===  127.0.0.1 -- GET
> >>>
> >>>command=listTemplates&templatefilter=selfexecutable&zoneid=3a62dec3-
> cf95
> >>>-
> >>>4ba2-9af0-
> af2190af35e3&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8G
> >>>o
> >>>VA%3D&_=1365316416813
> >>> 2013-04-07 00:33:37,503 DEBUG [cloud.api.ApiServlet]
> >>> (1161145101@qtp-1008805148-33:null) ===START===  127.0.0.1 -- GET
> >>>
> >>>command=listServiceOfferings&issystem=false&response=json&sessionkey=
> Z6Q
> >>>q
> >>>zU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316417501
> >>> 2013-04-07 00:33:37,514 DEBUG [cloud.api.ApiServlet]
> >>> (1161145101@qtp-1008805148-33:null) ===END===  127.0.0.1 -- GET
> >>>
> >>>command=listServiceOfferings&issystem=false&response=json&sessionkey=
> Z6Q
> >>>q
> >>>zU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316417501
> >>> 2013-04-07 00:33:41,151 DEBUG [cloud.api.ApiServlet]
> >>> (1161145101@qtp-1008805148-33:null) ===START===  127.0.0.1 -- GET
> >>>
> >>>command=listDiskOfferings&response=json&sessionkey=Z6QqzU0Fq1iT13b
> MgnRRf
> >>>l
> >>>8GoVA%3D&_=1365316421149
> >>> 2013-04-07 00:33:41,162 DEBUG [cloud.api.ApiServlet]
> >>> (1161145101@qtp-1008805148-33:null) ===END===  127.0.0.1 -- GET
> >>>
> >>>command=listDiskOfferings&response=json&sessionkey=Z6QqzU0Fq1iT13b
> MgnRRf
> >>>l
> >>>8GoVA%3D&_=1365316421149
> >>> 2013-04-07 00:33:41,970 DEBUG [cloud.api.ApiServlet]
> >>> (1161145101@qtp-1008805148-33:null) ===START===  127.0.0.1 -- GET
> >>>
> >>>command=listNetworks&trafficType=Guest&zoneId=3a62dec3-cf95-4ba2-
> 9af0-af
> >>>2
> >>>190af35e3&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3
> D&_=1365
> >>>3
> >>>16421968
> >>> 2013-04-07 00:33:41,994 DEBUG [cloud.api.ApiServlet]
> >>> (1161145101@qtp-1008805148-33:null) ===END===  127.0.0.1 -- GET
> >>>
> >>>command=listNetworks&trafficType=Guest&zoneId=3a62dec3-cf95-4ba2-
> 9af0-af
> >>>2
> >>>190af35e3&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3
> D&_=1365
> >>>3
> >>>16421968
> >>> 2013-04-07 00:33:41,997 DEBUG [cloud.api.ApiServlet]
> >>> (1161145101@qtp-1008805148-33:null) ===START===  127.0.0.1 -- GET
> >>>
> >>>command=listSecurityGroups&response=json&sessionkey=Z6QqzU0Fq1iT13b
> MgnRR
> >>>f
> >>>l8GoVA%3D&domainid=e4ec5ddc-9e1c-11e2-a770-
> 6e70e42a2333&account=admin&_=
> >>>1
> >>>365316421995
> >>> 2013-04-07 00:33:42,003 DEBUG [cloud.user.AccountManagerImpl]
> >>> (1161145101@qtp-1008805148-33:null) Access granted to Acct[2-admin] to
> >>> Domain:1/ by DomainChecker
> >>> 2013-04-07 00:33:42,009 DEBUG [cloud.api.ApiServlet]
> >>> (1161145101@qtp-1008805148-33:null) ===END===  127.0.0.1 -- GET
> >>>
> >>>command=listSecurityGroups&response=json&sessionkey=Z6QqzU0Fq1iT13b
> MgnRR
> >>>f
> >>>l8GoVA%3D&domainid=e4ec5ddc-9e1c-11e2-a770-
> 6e70e42a2333&account=admin&_=
> >>>1
> >>>365316421995
> >>> 2013-04-07 00:33:44,477 DEBUG [cloud.api.ApiServlet]
> >>> (1161145101@qtp-1008805148-33:null) ===START===  127.0.0.1 -- GET
> >>>
> >>>command=deployVirtualMachine&zoneId=3a62dec3-cf95-4ba2-9af0-
> af2190af35e3
> >>>&
> >>>templateId=e4a7df4a-9e1c-11e2-a770-
> 6e70e42a2333&hypervisor=XenServer&ser
> >>>v
> >>>iceOfferingId=9c1e08a2-2dfe-4fa8-aea9-
> 3e4955a69cc2&response=json&session
> >>>k
> >>>ey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316424475
> >>> 2013-04-07 00:33:44,484 DEBUG [cloud.api.ApiDispatcher]
> >>> (1161145101@qtp-1008805148-33:null) InfrastructureEntity name
> >>> is:com.cloud.offering.ServiceOffering
> >>> 2013-04-07 00:33:44,486 DEBUG [cloud.api.ApiDispatcher]
> >>> (1161145101@qtp-1008805148-33:null) ControlledEntity name
> >>> is:com.cloud.template.VirtualMachineTemplate
> >>> 2013-04-07 00:33:44,510 DEBUG [cloud.vm.UserVmManagerImpl]
> >>> (1161145101@qtp-1008805148-33:null) Allocating in the DB for vm
> >>> 2013-04-07 00:33:44,523 DEBUG [cloud.vm.VirtualMachineManagerImpl]
> >>> (1161145101@qtp-1008805148-33:null) Allocating entries for VM:
> >>> VM[User|a30b991d-1c38-4bae-803f-ab3be57a384f]
> >>> 2013-04-07 00:33:44,523 DEBUG [cloud.vm.VirtualMachineManagerImpl]
> >>> (1161145101@qtp-1008805148-33:null) Allocating nics for
> >>> VM[User|a30b991d-1c38-4bae-803f-ab3be57a384f]
> >>> 2013-04-07 00:33:44,524 DEBUG [cloud.network.NetworkManagerImpl]
> >>> (1161145101@qtp-1008805148-33:null) Allocating nic for vm
> >>> VM[User|a30b991d-1c38-4bae-803f-ab3be57a384f] in network
> >>>Ntwk[204|Guest|6]
> >>> with requested profile NicProfile[0-0-null-null-null
> >>> 2013-04-07 00:33:44,531 DEBUG [cloud.vm.VirtualMachineManagerImpl]
> >>> (1161145101@qtp-1008805148-33:null) Allocaing disks for
> >>> VM[User|a30b991d-1c38-4bae-803f-ab3be57a384f]
> >>> 2013-04-07 00:33:44,538 DEBUG [cloud.vm.VirtualMachineManagerImpl]
> >>> (1161145101@qtp-1008805148-33:null) Allocation completed for VM:
> >>> VM[User|a30b991d-1c38-4bae-803f-ab3be57a384f]
> >>> 2013-04-07 00:33:44,538 DEBUG [cloud.vm.UserVmManagerImpl]
> >>> (1161145101@qtp-1008805148-33:null) Successfully allocated DB entry for
> >>> VM[User|a30b991d-1c38-4bae-803f-ab3be57a384f]
> >>> 2013-04-07 00:33:44,571 DEBUG [cloud.async.AsyncJobManagerImpl]
> >>> (1161145101@qtp-1008805148-33:null) submit async job-44, details:
> >>> AsyncJobVO {id:44, userId: 2, accountId: 2, sessionKey: null,
> >>>instanceType:
> >>> null, instanceId: 14, cmd:
> >>> org.apache.cloudstack.api.command.user.vm.DeployVMCmd,
> cmdOriginator:
> >>>null,
> >>> cmdInfo:
> >>>
> >>>{"id":"14","templateId":"e4a7df4a-9e1c-11e2-a770-
> 6e70e42a2333","response
> >>>"
> >>>:"json","sessionkey":"Z6QqzU0Fq1iT13bMgnRRfl8GoVA\u003d","ctxUserId":
> "2"
> >>>,
> >>>"hypervisor":"XenServer","serviceOfferingId":"9c1e08a2-2dfe-4fa8-aea9-3e
> >>>4
> >>>955a69cc2","_":"1365316424475","ctxAccountId":"2","ctxStartEventId":"49"
> >>>,
> >>>"zoneId":"3a62dec3-cf95-4ba2-9af0-af2190af35e3"},
> >>> cmdVersion: 0, callbackType: 0, callbackAddress: null, status: 0,
> >>> processStatus: 0, resultCode: 0, result: null, initMsid: 1,
> >>>completeMsid:
> >>> null, lastUpdated: null, lastPolled: null, created: null}
> >>> 2013-04-07 00:33:44,572 DEBUG [cloud.async.AsyncJobManagerImpl]
> >>> (Job-Executor-37:job-44) Executing
> >>> org.apache.cloudstack.api.command.user.vm.DeployVMCmd for job-44
> >>> 2013-04-07 00:33:44,573 DEBUG [cloud.api.ApiServlet]
> >>> (1161145101@qtp-1008805148-33:null) ===END===  127.0.0.1 -- GET
> >>>
> >>>command=deployVirtualMachine&zoneId=3a62dec3-cf95-4ba2-9af0-
> af2190af35e3
> >>>&
> >>>templateId=e4a7df4a-9e1c-11e2-a770-
> 6e70e42a2333&hypervisor=XenServer&ser
> >>>v
> >>>iceOfferingId=9c1e08a2-2dfe-4fa8-aea9-
> 3e4955a69cc2&response=json&session
> >>>k
> >>>ey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316424475
> >>> 2013-04-07 00:33:44,578 DEBUG [cloud.api.ApiDispatcher]
> >>> (Job-Executor-37:job-44) InfrastructureEntity name
> >>> is:com.cloud.offering.ServiceOffering
> >>> 2013-04-07 00:33:44,581 DEBUG [cloud.api.ApiDispatcher]
> >>> (Job-Executor-37:job-44) ControlledEntity name
> >>> is:com.cloud.template.VirtualMachineTemplate
> >>> 2013-04-07 00:33:44,624 DEBUG [cloud.deploy.FirstFitPlanner]
> >>> (Job-Executor-37:job-44) DeploymentPlanner allocation algorithm: random
> >>> 2013-04-07 00:33:44,624 DEBUG [cloud.deploy.FirstFitPlanner]
> >>> (Job-Executor-37:job-44) Trying to allocate a host and storage pools
> >>>from
> >>> dc:1, pod:null,cluster:null, requested cpu: 100, requested ram:
> >>>1073741824
> >>> 2013-04-07 00:33:44,624 DEBUG [cloud.deploy.FirstFitPlanner]
> >>> (Job-Executor-37:job-44) Is ROOT volume READY (pool already
> >>>allocated)?: No
> >>> 2013-04-07 00:33:44,624 DEBUG [cloud.deploy.FirstFitPlanner]
> >>> (Job-Executor-37:job-44) Searching all possible resources under this
> >>>Zone: 1
> >>> 2013-04-07 00:33:44,625 DEBUG [cloud.deploy.FirstFitPlanner]
> >>> (Job-Executor-37:job-44) Listing clusters in order of aggregate
> >>>capacity,
> >>> that have (atleast one host with) enough CPU and RAM capacity under
> >>>this
> >>> Zone: 1
> >>> 2013-04-07 00:33:44,626 DEBUG [cloud.deploy.FirstFitPlanner]
> >>> (Job-Executor-37:job-44) CPUOverprovisioningFactor considered: 1.0
> >>> 2013-04-07 00:33:44,638 DEBUG [cloud.deploy.FirstFitPlanner]
> >>> (Job-Executor-37:job-44) Cannot allocate cluster list [1, 2] for vm
> >>> creation since their allocated percentage crosses the disable capacity
> >>> threshold: 0.85 for capacity Type : 0, skipping these clusters
> >>> 2013-04-07 00:33:44,639 DEBUG [cloud.deploy.FirstFitPlanner]
> >>> (Job-Executor-37:job-44) Could not find suitable Deployment
> >>>Destination
> >>>for
> >>> this VM under any clusters, returning.
> >>> 2013-04-07 00:33:44,641 DEBUG [cloud.vm.UserVmManagerImpl]
> >>> (Job-Executor-37:job-44) Destroying vm
> >>> VM[User|a30b991d-1c38-4bae-803f-ab3be57a384f] as it failed to create on
> >>> Host with Id:null
> >>> 2013-04-07 00:33:44,646 DEBUG [cloud.capacity.CapacityManagerImpl]
> >>> (Job-Executor-37:job-44) VM state transitted from :Stopped to Error
> >>>with
> >>> event: OperationFailedToErrorvm's original host id: null new host id:
> >>>null
> >>> host id before state transition: null
> >>> 2013-04-07 00:33:44,672 INFO  [user.vm.DeployVMCmd]
> >>> (Job-Executor-37:job-44)
> >>> com.cloud.exception.InsufficientServerCapacityException: Unable to
> >>>create a
> >>> deployment for
> >>>VM[User|a30b991d-1c38-4bae-803f-ab3be57a384f]Scope=interface
> >>> com.cloud.dc.DataCenter; id=1
> >>> 2013-04-07 00:33:44,672 INFO  [user.vm.DeployVMCmd]
> >>> (Job-Executor-37:job-44) Unable to create a deployment for
> >>> VM[User|a30b991d-1c38-4bae-803f-ab3be57a384f]
> >>> com.cloud.exception.InsufficientServerCapacityException: Unable to
> >>>create
> >>> a deployment for
> >>> VM[User|a30b991d-1c38-4bae-803f-ab3be57a384f]Scope=interface
> >>> com.cloud.dc.DataCenter; id=1
> >>>  at
> >>>
> >>>org.apache.cloudstack.engine.cloud.entity.api.VMEntityManagerImpl.reserv
> >>>e
> >>>VirtualMachine(VMEntityManagerImpl.java:186)
> >>> at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
> >>>  at
> >>>
> >>>sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.j
> av
> >>>a
> >>>:39)
> >>> at
> >>>
> >>>sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccess
> or
> >>>I
> >>>mpl.java:25)
> >>>  at java.lang.reflect.Method.invoke(Method.java:597)
> >>> at
> >>>
> >>>org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(
> >>>A
> >>>opUtils.java:319)
> >>>  at
> >>>
> >>>org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoi
> np
> >>>o
> >>>int(ReflectiveMethodInvocation.java:183)
> >>> at
> >>>
> >>>org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(
> Ref
> >>>l
> >>>ectiveMethodInvocation.java:150)
> >>>  at
> >>>
> >>>org.springframework.aop.aspectj.MethodInvocationProceedingJoinPoint.pr
> oc
> >>>e
> >>>ed(MethodInvocationProceedingJoinPoint.java:80)
> >>> at
> >>>
> >>>com.cloud.utils.db.TransactionContextBuilder.AroundAnyMethod(Transactio
> n
> >>>C
> >>>ontextBuilder.java:37)
> >>>  at sun.reflect.GeneratedMethodAccessor37.invoke(Unknown Source)
> >>> at
> >>>
> >>>sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccess
> or
> >>>I
> >>>mpl.java:25)
> >>>  at java.lang.reflect.Method.invoke(Method.java:597)
> >>> at
> >>>
> >>>org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMeth
> od
> >>>W
> >>>ithGivenArgs(AbstractAspectJAdvice.java:621)
> >>>  at
> >>>
> >>>org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMeth
> od
> >>>(
> >>>AbstractAspectJAdvice.java:610)
> >>> at
> >>>
> >>>org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJArou
> nd
> >>>A
> >>>dvice.java:65)
> >>>  at
> >>>
> >>>org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(
> Ref
> >>>l
> >>>ectiveMethodInvocation.java:172)
> >>> at
> >>>
> >>>org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(E
> >>>x
> >>>poseInvocationInterceptor.java:90)
> >>>  at
> >>>
> >>>org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(
> Ref
> >>>l
> >>>ectiveMethodInvocation.java:172)
> >>> at
> >>>
> >>>org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDyna
> micAo
> >>>p
> >>>Proxy.java:202)
> >>>  at com.sun.proxy.$Proxy297.reserveVirtualMachine(Unknown Source)
> >>> at
> >>>
> >>>org.apache.cloudstack.engine.cloud.entity.api.VirtualMachineEntityImpl.r
> >>>e
> >>>serve(VirtualMachineEntityImpl.java:198)
> >>>  at
> >>>
> >>>com.cloud.vm.UserVmManagerImpl.startVirtualMachine(UserVmManagerI
> mpl.jav
> >>>a
> >>>:3859)
> >>> at
> >>>
> >>>com.cloud.vm.UserVmManagerImpl.startVirtualMachine(UserVmManagerI
> mpl.jav
> >>>a
> >>>:3458)
> >>>  at
> >>>
> >>>com.cloud.vm.UserVmManagerImpl.startVirtualMachine(UserVmManagerI
> mpl.jav
> >>>a
> >>>:3444)
> >>> at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
> >>>  at
> >>>
> >>>sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.j
> av
> >>>a
> >>>:39)
> >>> at
> >>>
> >>>sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccess
> or
> >>>I
> >>>mpl.java:25)
> >>>  at java.lang.reflect.Method.invoke(Method.java:597)
> >>> at
> >>>
> >>>org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(
> >>>A
> >>>opUtils.java:319)
> >>>  at
> >>>
> >>>org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoi
> np
> >>>o
> >>>int(ReflectiveMethodInvocation.java:183)
> >>> at
> >>>
> >>>org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(
> Ref
> >>>l
> >>>ectiveMethodInvocation.java:150)
> >>>  at
> >>>
> >>>org.springframework.aop.aspectj.MethodInvocationProceedingJoinPoint.pr
> oc
> >>>e
> >>>ed(MethodInvocationProceedingJoinPoint.java:80)
> >>> at
> >>>
> >>>com.cloud.event.ActionEventInterceptor.AroundAnyMethod(ActionEventInt
> erc
> >>>e
> >>>ptor.java:53)
> >>>  at sun.reflect.GeneratedMethodAccessor359.invoke(Unknown Source)
> >>> at
> >>>
> >>>sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccess
> or
> >>>I
> >>>mpl.java:25)
> >>>  at java.lang.reflect.Method.invoke(Method.java:597)
> >>> at
> >>>
> >>>org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMeth
> od
> >>>W
> >>>ithGivenArgs(AbstractAspectJAdvice.java:621)
> >>>  at
> >>>
> >>>org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMeth
> od
> >>>(
> >>>AbstractAspectJAdvice.java:610)
> >>> at
> >>>
> >>>org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJArou
> nd
> >>>A
> >>>dvice.java:65)
> >>>  at
> >>>
> >>>org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(
> Ref
> >>>l
> >>>ectiveMethodInvocation.java:161)
> >>> at
> >>>
> >>>org.springframework.aop.aspectj.MethodInvocationProceedingJoinPoint.pr
> oc
> >>>e
> >>>ed(MethodInvocationProceedingJoinPoint.java:80)
> >>>  at
> >>>
> >>>com.cloud.utils.db.TransactionContextBuilder.AroundAnyMethod(Transactio
> n
> >>>C
> >>>ontextBuilder.java:37)
> >>> at sun.reflect.GeneratedMethodAccessor37.invoke(Unknown Source)
> >>>  at
> >>>
> >>>sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccess
> or
> >>>I
> >>>mpl.java:25)
> >>> at java.lang.reflect.Method.invoke(Method.java:597)
> >>>  at
> >>>
> >>>org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMeth
> od
> >>>W
> >>>ithGivenArgs(AbstractAspectJAdvice.java:621)
> >>> at
> >>>
> >>>org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMeth
> od
> >>>(
> >>>AbstractAspectJAdvice.java:610)
> >>>  at
> >>>
> >>>org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJArou
> nd
> >>>A
> >>>dvice.java:65)
> >>> at
> >>>
> >>>org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(
> Ref
> >>>l
> >>>ectiveMethodInvocation.java:172)
> >>>  at
> >>>
> >>>org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(E
> >>>x
> >>>poseInvocationInterceptor.java:90)
> >>> at
> >>>
> >>>org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(
> Ref
> >>>l
> >>>ectiveMethodInvocation.java:172)
> >>>  at
> >>>
> >>>org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDyna
> micAo
> >>>p
> >>>Proxy.java:202)
> >>> at com.sun.proxy.$Proxy263.startVirtualMachine(Unknown Source)
> >>>  at
> >>>
> >>>org.apache.cloudstack.api.command.user.vm.DeployVMCmd.execute(Deplo
> yVMCm
> >>>d
> >>>.java:379)
> >>> at com.cloud.api.ApiDispatcher.dispatch(ApiDispatcher.java:163)
> >>>  at net.sf.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204)
> >>> at
> >>>
> >>>org.springframework.aop.framework.Cglib2AopProxy$CglibMethodInvocati
> on.i
> >>>n
> >>>vokeJoinpoint(Cglib2AopProxy.java:689)
> >>>  at
> >>>
> >>>org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(
> Ref
> >>>l
> >>>ectiveMethodInvocation.java:150)
> >>> at
> >>>
> >>>org.springframework.aop.aspectj.MethodInvocationProceedingJoinPoint.pr
> oc
> >>>e
> >>>ed(MethodInvocationProceedingJoinPoint.java:80)
> >>>  at
> >>>
> >>>com.cloud.utils.db.TransactionContextBuilder.AroundAnyMethod(Transactio
> n
> >>>C
> >>>ontextBuilder.java:37)
> >>> at sun.reflect.GeneratedMethodAccessor37.invoke(Unknown Source)
> >>>  at
> >>>
> >>>sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccess
> or
> >>>I
> >>>mpl.java:25)
> >>> at java.lang.reflect.Method.invoke(Method.java:597)
> >>>  at
> >>>
> >>>org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMeth
> od
> >>>W
> >>>ithGivenArgs(AbstractAspectJAdvice.java:621)
> >>> at
> >>>
> >>>org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMeth
> od
> >>>(
> >>>AbstractAspectJAdvice.java:610)
> >>>  at
> >>>
> >>>org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJArou
> nd
> >>>A
> >>>dvice.java:65)
> >>> at
> >>>
> >>>org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(
> Ref
> >>>l
> >>>ectiveMethodInvocation.java:172)
> >>>  at
> >>>
> >>>org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(E
> >>>x
> >>>poseInvocationInterceptor.java:90)
> >>> at
> >>>
> >>>org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(
> Ref
> >>>l
> >>>ectiveMethodInvocation.java:172)
> >>>  at
> >>>
> >>>org.springframework.aop.framework.Cglib2AopProxy$DynamicAdvisedInter
> cept
> >>>o
> >>>r.intercept(Cglib2AopProxy.java:622)
> >>> at
> >>>com.cloud.async.AsyncJobManagerImpl$1.run(AsyncJobManagerImpl.java:4
> 37)
> >>>  at
> >>> java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:439)
> >>> at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:303)
> >>>  at java.util.concurrent.FutureTask.run(FutureTask.java:138)
> >>> at
> >>>
> >>>java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecut
> o
> >>>r
> >>>.java:895)
> >>>  at
> >>>
> >>>java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.j
> a
> >>>v
> >>>a:918)
> >>> at java.lang.Thread.run(Thread.java:680)
> >>> 2013-04-07 00:33:44,674 DEBUG [cloud.async.AsyncJobManagerImpl]
> >>> (Job-Executor-37:job-44) Complete async job-44, jobStatus: 2,
> >>>resultCode:
> >>> 530, result: Error Code: 533 Error text: Unable to create a deployment
> >>>for
> >>> VM[User|a30b991d-1c38-4bae-803f-ab3be57a384f]
> >>> 2013-04-07 00:33:47,591 DEBUG [cloud.api.ApiServlet]
> >>> (1161145101@qtp-1008805148-33:null) ===START===  127.0.0.1 -- GET
> >>>
> >>>command=queryAsyncJobResult&jobId=8dd191cc-2709-4223-aee5-
> 3ecd759d4afd&r
> >>>e
> >>>sponse=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316
> 427589
> >>> 2013-04-07 00:33:47,601 DEBUG [cloud.async.AsyncJobManagerImpl]
> >>> (1161145101@qtp-1008805148-33:null) Async job-44 completed
> >>> 2013-04-07 00:33:47,605 DEBUG [cloud.api.ApiServlet]
> >>> (1161145101@qtp-1008805148-33:null) ===END===  127.0.0.1 -- GET
> >>>
> >>>command=queryAsyncJobResult&jobId=8dd191cc-2709-4223-aee5-
> 3ecd759d4afd&r
> >>>e
> >>>sponse=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316
> 427589
> >>> 2013-04-07 00:33:47,608 DEBUG [cloud.api.ApiServlet]
> >>> (1161145101@qtp-1008805148-33:null) ===START===  127.0.0.1 -- GET
> >>>
> >>>command=listVirtualMachines&id=a30b991d-1c38-4bae-803f-
> ab3be57a384f&resp
> >>>o
> >>>nse=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316427
> 606
> >>> 2013-04-07 00:33:47,621 DEBUG [cloud.api.ApiServlet]
> >>> (1161145101@qtp-1008805148-33:null) ===END===  127.0.0.1 -- GET
> >>>
> >>>command=listVirtualMachines&id=a30b991d-1c38-4bae-803f-
> ab3be57a384f&resp
> >>>o
> >>>nse=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316427
> 606
> >>> 2013-04-07 00:33:47,678 DEBUG [agent.manager.AgentManagerImpl]
> >>> (AgentManager-Handler-14:null) Ping from 3
> >>> 2013-04-07 00:33:50,451 DEBUG
> >>> [storage.secondary.SecondaryStorageManagerImpl] (secstorage-1:null)
> >>>Zone 1
> >>> is ready to launch secondary storage VM
> >>> 2013-04-07 00:33:50,559 DEBUG
> >>>[cloud.consoleproxy.ConsoleProxyManagerImpl]
> >>> (consoleproxy-1:null) Zone 1 is ready to launch console proxy
> >>> 2013-04-07 00:33:50,819 DEBUG
> >>> [network.router.VirtualNetworkApplianceManagerImpl]
> >>> (RouterStatusMonitor-1:null) Found 0 routers to update status.
> >>> 2013-04-07 00:33:50,820 DEBUG
> >>> [network.router.VirtualNetworkApplianceManagerImpl]
> >>> (RouterStatusMonitor-1:null) Found 0 networks to update RvR status.
> >>> 2013-04-07 00:33:50,851 DEBUG
> >>> [network.router.VirtualNetworkApplianceManagerImpl]
> >>> (RouterStatusMonitor-1:null) Found 0 routers to update status.
> >>> 2013-04-07 00:33:50,852 DEBUG
> >>> [network.router.VirtualNetworkApplianceManagerImpl]
> >>> (RouterStatusMonitor-1:null) Found 0 networks to update RvR status.
> >>> 2013-04-07 00:33:51,465 INFO  [agent.manager.AgentMonitor]
> >>> (Thread-11:null) Found the following agents behind on ping: [6, 5]
> >>> 2013-04-07 00:33:51,467 DEBUG [cloud.host.Status] (Thread-11:null) Ping
> >>> timeout for host 6, do invstigation
> >>> 2013-04-07 00:33:51,468 DEBUG [cloud.host.Status] (Thread-11:null) Ping
> >>> timeout for host 5, do invstigation
> >>> 2013-04-07 00:33:51,468 INFO  [agent.manager.AgentManagerImpl]
> >>> (AgentTaskPool-4:null) Investigating why host 6 has disconnected with
> >>>event
> >>> PingTimeout
> >>> 2013-04-07 00:33:51,468 DEBUG [agent.manager.AgentManagerImpl]
> >>> (AgentTaskPool-4:null) checking if agent (6) is alive
> >>> 2013-04-07 00:33:51,469 INFO  [agent.manager.AgentManagerImpl]
> >>> (AgentTaskPool-3:null) Investigating why host 5 has disconnected with
> >>>event
> >>> PingTimeout
> >>> 2013-04-07 00:33:51,470 DEBUG [agent.manager.AgentManagerImpl]
> >>> (AgentTaskPool-3:null) checking if agent (5) is alive
> >>> 2013-04-07 00:33:51,471 DEBUG [agent.transport.Request]
> >>> (AgentTaskPool-4:null) Seq 6-324993311: Sending  { Cmd , MgmtId: 1,
> >>>via: 6,
> >>> Ver: v1, Flags: 100011, [{"CheckHealthCommand":{"wait":50}}] }
> >>> 2013-04-07 00:33:51,471 DEBUG [agent.transport.Request]
> >>> (AgentTaskPool-4:null) Seq 6-324993311: Executing:  { Cmd , MgmtId: 1,
> >>>via:
> >>> 6, Ver: v1, Flags: 100011, [{"CheckHealthCommand":{"wait":50}}] }
> >>> 2013-04-07 00:33:51,472 DEBUG [agent.manager.DirectAgentAttache]
> >>> (DirectAgent-448:null) Seq 6-324993311: Executing request
> >>> 2013-04-07 00:33:51,473 DEBUG [agent.transport.Request]
> >>> (AgentTaskPool-3:null) Seq 5-614334815: Sending  { Cmd , MgmtId: 1,
> >>>via: 5,
> >>> Ver: v1, Flags: 100011, [{"CheckHealthCommand":{"wait":50}}] }
> >>> 2013-04-07 00:33:51,473 DEBUG [agent.transport.Request]
> >>> (AgentTaskPool-3:null) Seq 5-614334815: Executing:  { Cmd , MgmtId: 1,
> >>>via:
> >>> 5, Ver: v1, Flags: 100011, [{"CheckHealthCommand":{"wait":50}}] }
> >>> 2013-04-07 00:33:51,473 DEBUG [agent.manager.DirectAgentAttache]
> >>> (DirectAgent-261:null) Seq 5-614334815: Executing request
> >>> 2013-04-07 00:33:51,527 DEBUG [agent.manager.DirectAgentAttache]
> >>> (DirectAgent-448:null) Seq 6-324993311: Response Received:
> >>> 2013-04-07 00:33:51,527 DEBUG [agent.transport.Request]
> >>> (DirectAgent-448:null) Seq 6-324993311: Processing:  { Ans: , MgmtId:
> >>>1,
> >>> via: 6, Ver: v1, Flags: 10,
> >>> [{"CheckHealthAnswer":{"result":true,"details":"resource is
> >>> alive","wait":0}}] }
> >>> 2013-04-07 00:33:51,527 DEBUG [agent.transport.Request]
> >>> (AgentTaskPool-4:null) Seq 6-324993311: Received:  { Ans: , MgmtId: 1,
> >>>via:
> >>> 6, Ver: v1, Flags: 10, { CheckHealthAnswer } }
> >>> 2013-04-07 00:33:51,528 DEBUG [agent.manager.AgentManagerImpl]
> >>> (AgentTaskPool-4:null) Details from executing class
> >>> com.cloud.agent.api.CheckHealthCommand: resource is alive
> >>> 2013-04-07 00:33:51,528 DEBUG [agent.manager.AgentManagerImpl]
> >>> (AgentTaskPool-4:null) agent (6) responded to checkHeathCommand,
> >>>reporting
> >>> that agent is Up
> >>> 2013-04-07 00:33:51,528 INFO  [agent.manager.AgentManagerImpl]
> >>> (AgentTaskPool-4:null) The state determined is Up
> >>> 2013-04-07 00:33:51,528 INFO  [agent.manager.AgentManagerImpl]
> >>> (AgentTaskPool-4:null) Agent is determined to be up and running
> >>> 2013-04-07 00:33:51,528 DEBUG [cloud.host.Status]
> >>>(AgentTaskPool-4:null)
> >>> Transition:[Resource state = Enabled, Agent event = Ping, Host id = 6,
> >>>name
> >>> = Tut-XenServer]
> >>> 2013-04-07 00:33:51,531 DEBUG [cloud.host.Status]
> >>>(AgentTaskPool-4:null)
> >>> Agent status update: [id = 6; name = Tut-XenServer; old status = Up;
> >>>event
> >>> = Ping; new status = Up; old update count = 310; new update count =
> >>>311]
> >>> 2013-04-07 00:33:51,531 DEBUG [agent.manager.DirectAgentAttache]
> >>> (DirectAgent-261:null) Seq 5-614334815: Response Received:
> >>> 2013-04-07 00:33:51,531 DEBUG [agent.transport.Request]
> >>> (DirectAgent-261:null) Seq 5-614334815: Processing:  { Ans: , MgmtId:
> >>>1,
> >>> via: 5, Ver: v1, Flags: 10,
> >>> [{"CheckHealthAnswer":{"result":true,"details":"resource is
> >>> alive","wait":0}}] }
> >>> 2013-04-07 00:33:51,531 DEBUG [agent.transport.Request]
> >>> (AgentTaskPool-3:null) Seq 5-614334815: Received:  { Ans: , MgmtId: 1,
> >>>via:
> >>> 5, Ver: v1, Flags: 10, { CheckHealthAnswer } }
> >>> 2013-04-07 00:33:51,532 DEBUG [agent.manager.AgentManagerImpl]
> >>> (AgentTaskPool-3:null) Details from executing class
> >>> com.cloud.agent.api.CheckHealthCommand: resource is alive
> >>> 2013-04-07 00:33:51,532 DEBUG [agent.manager.AgentManagerImpl]
> >>> (AgentTaskPool-3:null) agent (5) responded to checkHeathCommand,
> >>>reporting
> >>> that agent is Up
> >>> 2013-04-07 00:33:51,532 INFO  [agent.manager.AgentManagerImpl]
> >>> (AgentTaskPool-3:null) The state determined is Up
> >>> 2013-04-07 00:33:51,532 INFO  [agent.manager.AgentManagerImpl]
> >>> (AgentTaskPool-3:null) Agent is determined to be up and running
> >>> 2013-04-07 00:33:51,532 DEBUG [cloud.host.Status]
> >>>(AgentTaskPool-3:null)
> >>> Transition:[Resource state = Enabled, Agent event = Ping, Host id = 5,
> >>>name
> >>> = Tut-XenServer2]
> >>> 2013-04-07 00:33:51,535 DEBUG [cloud.host.Status]
> >>>(AgentTaskPool-3:null)
> >>> Agent status update: [id = 5; name = Tut-XenServer2; old status = Up;
> >>>event
> >>> = Ping; new status = Up; old update count = 147; new update count =
> >>>148]
> >>> 2013-04-07 00:34:04,860 DEBUG [agent.manager.DirectAgentAttache]
> >>> (DirectAgent-239:null) Ping from 6
> >>> 2013-04-07 00:34:06,170 DEBUG [agent.manager.DirectAgentAttache]
> >>> (DirectAgent-185:null) Ping from 5
> >>> 2013-04-07 00:34:06,909 DEBUG [agent.manager.DirectAgentAttache]
> >>> (DirectAgent-461:null) Seq 6-324993028: Executing request
> >>> 2013-04-07 00:34:07,107 DEBUG [agent.manager.DirectAgentAttache]
> >>> (DirectAgent-461:null) Seq 6-324993028: Response Received:
> >>> 2013-04-07 00:34:07,107 DEBUG [agent.transport.Request]
> >>> (DirectAgent-461:null) Seq 6-324993028: Processing:  { Ans: , MgmtId:
> >>>1,
> >>> via: 6, Ver: v1, Flags: 10,
> >>>
> >>>[{"ClusterSyncAnswer":{"_clusterId":2,"_newStates":{},"_isExecuted":fals
> >>>e
> >>>,"result":true,"wait":0}}]
> >>> }
> >>> 2013-04-07 00:34:11,023 DEBUG [agent.manager.DirectAgentAttache]
> >>> (DirectAgent-450:null) Seq 5-614334468: Executing request
> >>> 2013-04-07 00:34:11,168 DEBUG [agent.manager.DirectAgentAttache]
> >>> (DirectAgent-450:null) Seq 5-614334468: Response Received:
> >>> 2013-04-07 00:34:11,168 DEBUG [agent.transport.Request]
> >>> (DirectAgent-450:null) Seq 5-614334468: Processing:  { Ans: , MgmtId:
> >>>1,
> >>> via: 5, Ver: v1, Flags: 10, [{"Answer":{"result":true,"wait":0}}] }
> >>> 2013-04-07 00:34:20,451 DEBUG
> >>> [storage.secondary.SecondaryStorageManagerImpl] (secstorage-1:null)
> >>>Zone 1
> >>> is ready to launch secondary storage VM
> >>> 2013-04-07 00:34:20,553 DEBUG
> >>>[cloud.consoleproxy.ConsoleProxyManagerImpl]
> >>> (consoleproxy-1:null) Zone 1 is ready to launch console proxy
> >>> 2013-04-07 00:34:20,820 DEBUG
> >>> [network.router.VirtualNetworkApplianceManagerImpl]
> >>> (RouterStatusMonitor-1:null) Found 0 routers to update status.
> >>> 2013-04-07 00:34:20,821 DEBUG
> >>> [network.router.VirtualNetworkApplianceManagerImpl]
> >>> (RouterStatusMonitor-1:null) Found 0 networks to update RvR status.
> >>> 2013-04-07 00:34:20,850 DEBUG
> >>> [network.router.VirtualNetworkApplianceManagerImpl]
> >>> (RouterStatusMonitor-1:null) Found 0 routers to update status.
> >>> 2013-04-07 00:34:20,851 DEBUG
> >>> [network.router.VirtualNetworkApplianceManagerImpl]
> >>> (RouterStatusMonitor-1:null) Found 0 networks to update RvR status.
> >>> 2013-04-07 00:34:24,891 DEBUG [agent.manager.AgentManagerImpl]
> >>> (AgentManager-Handler-15:null) Ping from 4
> >>> 2013-04-07 00:34:27,175 DEBUG [agent.manager.DirectAgentAttache]
> >>> (DirectAgent-126:null) Ping from 1
> >>> 2013-04-07 00:34:29,095 DEBUG [agent.manager.DirectAgentAttache]
> >>> (DirectAgent-182:null) Seq 1-90046472: Executing request
> >>> 2013-04-07 00:34:29,323 DEBUG [agent.manager.DirectAgentAttache]
> >>> (DirectAgent-182:null) Seq 1-90046472: Response Received:
> >>> 2013-04-07 00:34:29,323 DEBUG [agent.transport.Request]
> >>> (DirectAgent-182:null) Seq 1-90046472: Processing:  { Ans: , MgmtId: 1,
> >>> via: 1, Ver: v1, Flags: 10,
> >>>
> >>>[{"ClusterSyncAnswer":{"_clusterId":1,"_newStates":{},"_isExecuted":fals
> >>>e
> >>>,"result":true,"wait":0}}]
> >>> }
> >>> 2013-04-07 00:34:36,532 DEBUG [cloud.api.ApiServlet]
> >>> (1161145101@qtp-1008805148-33:null) ===START===  127.0.0.1 -- GET
> >>>
> >>>command=listVolumes&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnR
> Rfl8GoVA
> >>>%
> >>>3D&listAll=true&page=1&pagesize=20&_=1365316476530
> >>> 2013-04-07 00:34:36,548 DEBUG [cloud.api.ApiServlet]
> >>> (1161145101@qtp-1008805148-33:null) ===END===  127.0.0.1 -- GET
> >>>
> >>>command=listVolumes&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnR
> Rfl8GoVA
> >>>%
> >>>3D&listAll=true&page=1&pagesize=20&_=1365316476530
> >>> 2013-04-07 00:34:39,285 DEBUG [cloud.api.ApiServlet]
> >>> (1161145101@qtp-1008805148-33:null) ===START===  127.0.0.1 -- GET
> >>>
> >>>command=listVolumes&id=44d56727-6e5f-438a-8187-
> 42adfac7c906&response=jso
> >>>n
> >>>&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316479283
> >>> 2013-04-07 00:34:39,309 DEBUG [cloud.api.ApiServlet]
> >>> (1161145101@qtp-1008805148-33:null) ===END===  127.0.0.1 -- GET
> >>>
> >>>command=listVolumes&id=44d56727-6e5f-438a-8187-
> 42adfac7c906&response=jso
> >>>n
> >>>&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316479283
> >>> 2013-04-07 00:34:39,325 DEBUG [cloud.api.ApiServlet]
> >>> (1161145101@qtp-1008805148-33:null) ===START===  127.0.0.1 -- GET
> >>>
> >>>command=listTags&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8
> GoVA%3D
> >>>&
> >>>resourceId=44d56727-6e5f-438a-8187-
> 42adfac7c906&resourceType=Volume&list
> >>>A
> >>>ll=true&_=1365316479323
> >>> 2013-04-07 00:34:39,334 DEBUG [cloud.api.ApiServlet]
> >>> (1161145101@qtp-1008805148-33:null) ===END===  127.0.0.1 -- GET
> >>>
> >>>command=listTags&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8
> GoVA%3D
> >>>&
> >>>resourceId=44d56727-6e5f-438a-8187-
> 42adfac7c906&resourceType=Volume&list
> >>>A
> >>>ll=true&_=1365316479323
> >>> 2013-04-07 00:34:47,678 DEBUG [agent.manager.AgentManagerImpl]
> >>> (AgentManager-Handler-1:null) Ping from 3
> >>> 2013-04-07 00:34:50,455 DEBUG
> >>> [storage.secondary.SecondaryStorageManagerImpl] (secstorage-1:null)
> >>>Zone 1
> >>> is ready to launch secondary storage VM
> >>> 2013-04-07 00:34:50,557 DEBUG
> >>>[cloud.consoleproxy.ConsoleProxyManagerImpl]
> >>> (consoleproxy-1:null) Zone 1 is ready to launch console proxy
> >>> 2013-04-07 00:34:50,820 DEBUG
> >>> [network.router.VirtualNetworkApplianceManagerImpl]
> >>> (RouterStatusMonitor-1:null) Found 0 routers to update status.
> >>> 2013-04-07 00:34:50,821 DEBUG
> >>> [network.router.VirtualNetworkApplianceManagerImpl]
> >>> (RouterStatusMonitor-1:null) Found 0 networks to update RvR status.
> >>> 2013-04-07 00:34:50,850 DEBUG
> >>> [network.router.VirtualNetworkApplianceManagerImpl]
> >>> (RouterStatusMonitor-1:null) Found 0 routers to update status.
> >>> 2013-04-07 00:34:50,851 DEBUG
> >>> [network.router.VirtualNetworkApplianceManagerImpl]
> >>> (RouterStatusMonitor-1:null) Found 0 networks to update RvR status.
> >>> 2013-04-07 00:34:51,468 INFO  [agent.manager.AgentMonitor]
> >>> (Thread-11:null) Found the following agents behind on ping: [6, 5]
> >>> 2013-04-07 00:34:51,470 DEBUG [cloud.host.Status] (Thread-11:null) Ping
> >>> timeout for host 6, do invstigation
> >>> 2013-04-07 00:34:51,471 DEBUG [cloud.host.Status] (Thread-11:null) Ping
> >>> timeout for host 5, do invstigation
> >>> 2013-04-07 00:34:51,472 INFO  [agent.manager.AgentManagerImpl]
> >>> (AgentTaskPool-5:null) Investigating why host 6 has disconnected with
> >>>event
> >>> PingTimeout
> >>> 2013-04-07 00:34:51,472 DEBUG [agent.manager.AgentManagerImpl]
> >>> (AgentTaskPool-5:null) checking if agent (6) is alive
> >>> 2013-04-07 00:34:51,473 INFO  [agent.manager.AgentManagerImpl]
> >>> (AgentTaskPool-6:null) Investigating why host 5 has disconnected with
> >>>event
> >>> PingTimeout
> >>> 2013-04-07 00:34:51,473 DEBUG [agent.manager.AgentManagerImpl]
> >>> (AgentTaskPool-6:null) checking if agent (5) is alive
> >>> 2013-04-07 00:34:51,475 DEBUG [agent.transport.Request]
> >>> (AgentTaskPool-5:null) Seq 6-324993312: Sending  { Cmd , MgmtId: 1,
> >>>via: 6,
> >>> Ver: v1, Flags: 100011, [{"CheckHealthCommand":{"wait":50}}] }
> >>> 2013-04-07 00:34:51,475 DEBUG [agent.transport.Request]
> >>> (AgentTaskPool-5:null) Seq 6-324993312: Executing:  { Cmd , MgmtId: 1,
> >>>via:
> >>> 6, Ver: v1, Flags: 100011, [{"CheckHealthCommand":{"wait":50}}] }
> >>> 2013-04-07 00:34:51,475 DEBUG [agent.manager.DirectAgentAttache]
> >>> (DirectAgent-42:null) Seq 6-324993312: Executing request
> >>> 2013-04-07 00:34:51,476 DEBUG [agent.transport.Request]
> >>> (AgentTaskPool-6:null) Seq 5-614334816: Sending  { Cmd , MgmtId: 1,
> >>>via: 5,
> >>> Ver: v1, Flags: 100011, [{"CheckHealthCommand":{"wait":50}}] }
> >>> 2013-04-07 00:34:51,476 DEBUG [agent.transport.Request]
> >>> (AgentTaskPool-6:null) Seq 5-614334816: Executing:  { Cmd , MgmtId: 1,
> >>>via:
> >>> 5, Ver: v1, Flags: 100011, [{"CheckHealthCommand":{"wait":50}}] }
> >>> 2013-04-07 00:34:51,477 DEBUG [agent.manager.DirectAgentAttache]
> >>> (DirectAgent-164:null) Seq 5-614334816: Executing request
> >>> 2013-04-07 00:34:51,534 DEBUG [agent.manager.DirectAgentAttache]
> >>> (DirectAgent-164:null) Seq 5-614334816: Response Received:
> >>> 2013-04-07 00:34:51,535 DEBUG [agent.transport.Request]
> >>> (DirectAgent-164:null) Seq 5-614334816: Processing:  { Ans: , MgmtId:
> >>>1,
> >>> via: 5, Ver: v1, Flags: 10,
> >>> [{"CheckHealthAnswer":{"result":true,"details":"resource is
> >>> alive","wait":0}}] }
> >>> 2013-04-07 00:34:51,535 DEBUG [agent.transport.Request]
> >>> (AgentTaskPool-6:null) Seq 5-614334816: Received:  { Ans: , MgmtId: 1,
> >>>via:
> >>> 5, Ver: v1, Flags: 10, { CheckHealthAnswer } }
> >>> 2013-04-07 00:34:51,535 DEBUG [agent.manager.AgentManagerImpl]
> >>> (AgentTaskPool-6:null) Details from executing class
> >>> com.cloud.agent.api.CheckHealthCommand: resource is alive
> >>> 2013-04-07 00:34:51,535 DEBUG [agent.manager.AgentManagerImpl]
> >>> (AgentTaskPool-6:null) agent (5) responded to checkHeathCommand,
> >>>reporting
> >>> that agent is Up
> >>> 2013-04-07 00:34:51,535 INFO  [agent.manager.AgentManagerImpl]
> >>> (AgentTaskPool-6:null) The state determined is Up
> >>> 2013-04-07 00:34:51,535 INFO  [agent.manager.AgentManagerImpl]
> >>> (AgentTaskPool-6:null) Agent is determined to be up and running
> >>> 2013-04-07 00:34:51,535 DEBUG [cloud.host.Status]
> >>>(AgentTaskPool-6:null)
> >>> Transition:[Resource state = Enabled, Agent event = Ping, Host id = 5,
> >>>name
> >>> = Tut-XenServer2]
> >>> 2013-04-07 00:34:51,538 DEBUG [cloud.host.Status]
> >>>(AgentTaskPool-6:null)
> >>> Agent status update: [id = 5; name = Tut-XenServer2; old status = Up;
> >>>event
> >>> = Ping; new status = Up; old update count = 148; new update count =
> >>>149]
> >>> 2013-04-07 00:34:51,539 DEBUG [agent.manager.DirectAgentAttache]
> >>> (DirectAgent-42:null) Seq 6-324993312: Response Received:
> >>> 2013-04-07 00:34:51,539 DEBUG [agent.transport.Request]
> >>> (DirectAgent-42:null) Seq 6-324993312: Processing:  { Ans: , MgmtId: 1,
> >>> via: 6, Ver: v1, Flags: 10,
> >>> [{"CheckHealthAnswer":{"result":true,"details":"resource is
> >>> alive","wait":0}}] }
> >>> 2013-04-07 00:34:51,539 DEBUG [agent.transport.Request]
> >>> (AgentTaskPool-5:null) Seq 6-324993312: Received:  { Ans: , MgmtId: 1,
> >>>via:
> >>> 6, Ver: v1, Flags: 10, { CheckHealthAnswer } }
> >>> 2013-04-07 00:34:51,539 DEBUG [agent.manager.AgentManagerImpl]
> >>> (AgentTaskPool-5:null) Details from executing class
> >>> com.cloud.agent.api.CheckHealthCommand: resource is alive
> >>> 2013-04-07 00:34:51,539 DEBUG [agent.manager.AgentManagerImpl]
> >>> (AgentTaskPool-5:null) agent (6) responded to checkHeathCommand,
> >>>reporting
> >>> that agent is Up
> >>> 2013-04-07 00:34:51,539 INFO  [agent.manager.AgentManagerImpl]
> >>> (AgentTaskPool-5:null) The state determined is Up
> >>> 2013-04-07 00:34:51,539 INFO  [agent.manager.AgentManagerImpl]
> >>> (AgentTaskPool-5:null) Agent is determined to be up and running
> >>> 2013-04-07 00:34:51,539 DEBUG [cloud.host.Status]
> >>>(AgentTaskPool-5:null)
> >>> Transition:[Resource state = Enabled, Agent event = Ping, Host id = 6,
> >>>name
> >>> = Tut-XenServer]
> >>> 2013-04-07 00:34:51,542 DEBUG [cloud.host.Status]
> >>>(AgentTaskPool-5:null)
> >>> Agent status update: [id = 6; name = Tut-XenServer; old status = Up;
> >>>event
> >>> = Ping; new status = Up; old update count = 311; new update count =
> >>>312]
> >>> 2013-04-07 00:34:54,349 INFO  [cloud.vm.UserVmManagerImpl]
> >>> (UserVm-Scavenger-1:null) Found 1 vms to expunge.
> >>> 2013-04-07 00:34:54,349 DEBUG [cloud.vm.VirtualMachineManagerImpl]
> >>> (UserVm-Scavenger-1:null) Stopped called on
> >>> VM[User|a30b991d-1c38-4bae-803f-ab3be57a384f] but the state is Error
> >>> 2013-04-07 00:34:54,352 DEBUG [cloud.capacity.CapacityManagerImpl]
> >>> (UserVm-Scavenger-1:null) VM state transitted from :Error to Expunging
> >>>with
> >>> event: ExpungeOperationvm's original host id: null new host id: null
> >>>host
> >>> id before state transition: null
> >>> 2013-04-07 00:34:54,352 DEBUG [cloud.vm.VirtualMachineManagerImpl]
> >>> (UserVm-Scavenger-1:null) Destroying vm
> >>> VM[User|a30b991d-1c38-4bae-803f-ab3be57a384f]
> >>> 2013-04-07 00:34:54,352 DEBUG [cloud.vm.VirtualMachineManagerImpl]
> >>> (UserVm-Scavenger-1:null) Cleaning up NICS
> >>> 2013-04-07 00:34:54,352 DEBUG [cloud.network.NetworkManagerImpl]
> >>> (UserVm-Scavenger-1:null) Cleaning network for vm: 14
> >>> 2013-04-07 00:34:54,360 DEBUG [network.guru.DirectNetworkGuru]
> >>> (UserVm-Scavenger-1:null) Deallocate network: networkId: 204, ip: null
> >>> 2013-04-07 00:34:54,362 DEBUG [cloud.network.NetworkManagerImpl]
> >>> (UserVm-Scavenger-1:null) Removed nic id=20
> >>> 2013-04-07 00:34:54,362 DEBUG [cloud.storage.StorageManagerImpl]
> >>> (UserVm-Scavenger-1:null) Cleaning storage for vm: 14
> >>> 2013-04-07 00:34:54,363 DEBUG [cloud.storage.StorageManagerImpl]
> >>> (UserVm-Scavenger-1:null) Expunging Vol[14|vm=14|ROOT]
> >>> 2013-04-07 00:34:54,365 DEBUG [cloud.storage.StorageManagerImpl]
> >>> (UserVm-Scavenger-1:null) Marking volume that was never created as
> >>> destroyed: Vol[14|vm=14|ROOT]
> >>> 2013-04-07 00:34:54,368 DEBUG [cloud.vm.VirtualMachineManagerImpl]
> >>> (UserVm-Scavenger-1:null) Expunged
> >>> VM[User|a30b991d-1c38-4bae-803f-ab3be57a384f]
> >>> 2013-04-07 00:34:54,368 DEBUG [cloud.vm.UserVmManagerImpl]
> >>> (UserVm-Scavenger-1:null) Starting cleaning up vm
> >>> VM[User|a30b991d-1c38-4bae-803f-ab3be57a384f] resources...
> >>> 2013-04-07 00:34:54,371 INFO
> >>>[network.security.SecurityGroupManagerImpl]
> >>> (UserVm-Scavenger-1:null) Disassociated 1 network groups  from uservm
> >>>14
> >>> 2013-04-07 00:34:54,372 DEBUG
> >>>[network.security.SecurityGroupManagerImpl]
> >>> (UserVm-Scavenger-1:null) Security group mappings are removed
> >>>successfully
> >>> for vm id=14
> >>> 2013-04-07 00:34:54,376 DEBUG [network.firewall.FirewallManagerImpl]
> >>> (UserVm-Scavenger-1:null) No firewall rules are found for vm id=14
> >>> 2013-04-07 00:34:54,376 DEBUG [cloud.vm.UserVmManagerImpl]
> >>> (UserVm-Scavenger-1:null) Firewall rules are removed successfully as a
> >>>part
> >>> of vm id=14 expunge
> >>> 2013-04-07 00:34:54,378 DEBUG [network.rules.RulesManagerImpl]
> >>> (UserVm-Scavenger-1:null) No port forwarding rules are found for vm
> >>>id=14
> >>> 2013-04-07 00:34:54,378 DEBUG [cloud.vm.UserVmManagerImpl]
> >>> (UserVm-Scavenger-1:null) Port forwarding rules are removed
> >>>successfully as
> >>> a part of vm id=14 expunge
> >>> 2013-04-07 00:34:54,379 DEBUG [cloud.vm.UserVmManagerImpl]
> >>> (UserVm-Scavenger-1:null) Removed vm id=14 from all load balancers as a
> >>> part of expunge process
> >>> 2013-04-07 00:34:54,379 DEBUG [cloud.vm.UserVmManagerImpl]
> >>> (UserVm-Scavenger-1:null) Successfully cleaned up vm
> >>> VM[User|a30b991d-1c38-4bae-803f-ab3be57a384f] resources as a part of
> >>> expunge process
> >>> 2013-04-07 00:34:54,873 DEBUG [cloud.api.ApiServlet]
> >>> (1161145101@qtp-1008805148-33:null) ===START===  127.0.0.1 -- GET
> >>>
> >>>command=listVirtualMachines&response=json&sessionkey=Z6QqzU0Fq1iT13
> bMgnR
> >>>R
> >>>fl8GoVA%3D&listAll=true&page=1&pagesize=20&_=1365316494871
> >>> 2013-04-07 00:34:54,891 DEBUG [cloud.api.ApiServlet]
> >>> (1161145101@qtp-1008805148-33:null) ===END===  127.0.0.1 -- GET
> >>>
> >>>command=listVirtualMachines&response=json&sessionkey=Z6QqzU0Fq1iT13
> bMgnR
> >>>R
> >>>fl8GoVA%3D&listAll=true&page=1&pagesize=20&_=1365316494871
> >>> 2013-04-07 00:34:57,672 DEBUG [cloud.api.ApiServlet]
> >>> (1161145101@qtp-1008805148-33:null) ===START===  127.0.0.1 -- GET
> >>>
> >>>command=listZones&id=3a62dec3-cf95-4ba2-9af0-
> af2190af35e3&response=json&
> >>>s
> >>>essionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316497670
> >>> 2013-04-07 00:34:57,679 DEBUG [cloud.api.ApiServlet]
> >>> (1161145101@qtp-1008805148-33:null) ===END===  127.0.0.1 -- GET
> >>>
> >>>command=listZones&id=3a62dec3-cf95-4ba2-9af0-
> af2190af35e3&response=json&
> >>>s
> >>>essionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316497670
> >>> 2013-04-07 00:34:57,683 DEBUG [cloud.api.ApiServlet]
> >>> (1161145101@qtp-1008805148-33:null) ===START===  127.0.0.1 -- GET
> >>>
> >>>command=listNetworks&id=9d28211f-440e-4233-86d1-
> 214b404074eb&response=js
> >>>o
> >>>n&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316497681
> >>> 2013-04-07 00:34:57,708 DEBUG [cloud.api.ApiServlet]
> >>> (1161145101@qtp-1008805148-33:null) ===END===  127.0.0.1 -- GET
> >>>
> >>>command=listNetworks&id=9d28211f-440e-4233-86d1-
> 214b404074eb&response=js
> >>>o
> >>>n&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316497681
> >>> 2013-04-07 00:34:57,714 DEBUG [cloud.api.ApiServlet]
> >>> (1161145101@qtp-1008805148-33:null) ===START===  127.0.0.1 -- GET
> >>>
> >>>command=listVirtualMachines&id=94ddc16f-04fc-4da1-8326-
> 01d8d5cdeb44&resp
> >>>o
> >>>nse=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316497
> 712
> >>> 2013-04-07 00:34:57,731 DEBUG [cloud.api.ApiServlet]
> >>> (1161145101@qtp-1008805148-33:null) ===END===  127.0.0.1 -- GET
> >>>
> >>>command=listVirtualMachines&id=94ddc16f-04fc-4da1-8326-
> 01d8d5cdeb44&resp
> >>>o
> >>>nse=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316497
> 712
> >>> 2013-04-07 00:34:57,738 DEBUG [cloud.api.ApiServlet]
> >>> (1161145101@qtp-1008805148-33:null) ===START===  127.0.0.1 -- GET
> >>>
> >>>command=listOsTypes&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnR
> Rfl8GoVA
> >>>%
> >>>3D&_=1365316497736
> >>> 2013-04-07 00:34:57,754 DEBUG [cloud.api.ApiServlet]
> >>> (1109449945@qtp-1008805148-34:null) ===START===  127.0.0.1 -- GET
> >>>
> >>>command=listTags&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8
> GoVA%3D
> >>>&
> >>>resourceId=94ddc16f-04fc-4da1-8326-
> 01d8d5cdeb44&resourceType=UserVm&list
> >>>A
> >>>ll=true&_=1365316497750
> >>> 2013-04-07 00:34:57,763 DEBUG [cloud.api.ApiServlet]
> >>> (1109449945@qtp-1008805148-34:null) ===END===  127.0.0.1 -- GET
> >>>
> >>>command=listTags&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8
> GoVA%3D
> >>>&
> >>>resourceId=94ddc16f-04fc-4da1-8326-
> 01d8d5cdeb44&resourceType=UserVm&list
> >>>A
> >>>ll=true&_=1365316497750
> >>> 2013-04-07 00:34:57,889 DEBUG [cloud.api.ApiServlet]
> >>> (1161145101@qtp-1008805148-33:null) ===END===  127.0.0.1 -- GET
> >>>
> >>>command=listOsTypes&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnR
> Rfl8GoVA
> >>>%
> >>>3D&_=1365316497736
> >>> 2013-04-07 00:35:01,051 DEBUG [cloud.api.ApiServlet]
> >>> (1109449945@qtp-1008805148-34:null) ===START===  127.0.0.1 -- GET
> >>>
> >>>command=listServiceOfferings&response=json&sessionkey=Z6QqzU0Fq1iT1
> 3bMgn
> >>>R
> >>>Rfl8GoVA%3D&listAll=true&page=1&pagesize=20&issystem=false&_=13653
> 165010
> >>>4
> >>>7
> >>> 2013-04-07 00:35:01,064 DEBUG [cloud.api.ApiServlet]
> >>> (1109449945@qtp-1008805148-34:null) ===END===  127.0.0.1 -- GET
> >>>
> >>>command=listServiceOfferings&response=json&sessionkey=Z6QqzU0Fq1iT1
> 3bMgn
> >>>R
> >>>Rfl8GoVA%3D&listAll=true&page=1&pagesize=20&issystem=false&_=13653
> 165010
> >>>4
> >>>7
> >>> 2013-04-07 00:35:03,427 DEBUG [cloud.api.ApiServlet]
> >>> (1109449945@qtp-1008805148-34:null) ===START===  127.0.0.1 -- GET
> >>>
> >>>command=listServiceOfferings&response=json&sessionkey=Z6QqzU0Fq1iT1
> 3bMgn
> >>>R
> >>>Rfl8GoVA%3D&issystem=false&id=425cf3cf-4bc4-4e53-82a0-
> ba6c20dd3688&_=136
> >>>5
> >>>316503425
> >>> 2013-04-07 00:35:03,439 DEBUG [cloud.api.ApiServlet]
> >>> (1109449945@qtp-1008805148-34:null) ===END===  127.0.0.1 -- GET
> >>>
> >>>command=listServiceOfferings&response=json&sessionkey=Z6QqzU0Fq1iT1
> 3bMgn
> >>>R
> >>>Rfl8GoVA%3D&issystem=false&id=425cf3cf-4bc4-4e53-82a0-
> ba6c20dd3688&_=136
> >>>5
> >>>316503425
> >>> 2013-04-07 00:35:04,848 DEBUG [agent.manager.DirectAgentAttache]
> >>> (DirectAgent-349:null) Ping from 6
> >>> 2013-04-07 00:35:06,206 DEBUG [agent.manager.DirectAgentAttache]
> >>> (DirectAgent-292:null) Ping from 5
> >>> 2013-04-07 00:35:06,909 DEBUG [agent.manager.DirectAgentAttache]
> >>> (DirectAgent-334:null) Seq 6-324993028: Executing request
> >>> 2013-04-07 00:35:07,112 DEBUG [agent.manager.DirectAgentAttache]
> >>> (DirectAgent-334:null) Seq 6-324993028: Response Received:
> >>> 2013-04-07 00:35:07,112 DEBUG [agent.transport.Request]
> >>> (DirectAgent-334:null) Seq 6-324993028: Processing:  { Ans: , MgmtId:
> >>>1,
> >>> via: 6, Ver: v1, Flags: 10,
> >>>
> >>>[{"ClusterSyncAnswer":{"_clusterId":2,"_newStates":{},"_isExecuted":fals
> >>>e
> >>>,"result":true,"wait":0}}]
> >>> }
> >>> 2013-04-07 00:35:08,821 DEBUG [cloud.api.ApiServlet]
> >>> (1109449945@qtp-1008805148-34:null) ===START===  127.0.0.1 -- GET
> >>>
> >>>command=listConfigurations&response=json&sessionkey=Z6QqzU0Fq1iT13b
> MgnRR
> >>>f
> >>>l8GoVA%3D&page=1&pagesize=20&_=1365316508819
> >>> 2013-04-07 00:35:08,845 DEBUG [cloud.api.ApiServlet]
> >>> (1109449945@qtp-1008805148-34:null) ===END===  127.0.0.1 -- GET
> >>>
> >>>command=listConfigurations&response=json&sessionkey=Z6QqzU0Fq1iT13b
> MgnRR
> >>>f
> >>>l8GoVA%3D&page=1&pagesize=20&_=1365316508819
> >>> 2013-04-07 00:35:10,407 DEBUG [cloud.api.ApiServlet]
> >>> (1109449945@qtp-1008805148-34:null) ===START===  127.0.0.1 -- GET
> >>>
> >>>command=listZones&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl
> 8GoVA%3
> >>>D
> >>>&_=1365316510405
> >>> 2013-04-07 00:35:10,416 DEBUG [cloud.api.ApiServlet]
> >>> (1109449945@qtp-1008805148-34:null) ===END===  127.0.0.1 -- GET
> >>>
> >>>command=listZones&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl
> 8GoVA%3
> >>>D
> >>>&_=1365316510405
> >>> 2013-04-07 00:35:10,429 DEBUG [cloud.api.ApiServlet]
> >>> (1109449945@qtp-1008805148-34:null) ===START===  127.0.0.1 -- GET
> >>>
> >>>command=listPods&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8
> GoVA%3D
> >>>&
> >>>page=1&pagesize=1&_=1365316510426
> >>> 2013-04-07 00:35:10,436 DEBUG [cloud.api.ApiServlet]
> >>> (1109449945@qtp-1008805148-34:null) ===END===  127.0.0.1 -- GET
> >>>
> >>>command=listPods&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8
> GoVA%3D
> >>>&
> >>>page=1&pagesize=1&_=1365316510426
> >>> 2013-04-07 00:35:10,440 DEBUG [cloud.api.ApiServlet]
> >>> (1109449945@qtp-1008805148-34:null) ===START===  127.0.0.1 -- GET
> >>>
> >>>command=listClusters&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnR
> Rfl8GoV
> >>>A
> >>>%3D&page=1&pagesize=1&_=1365316510438
> >>> 2013-04-07 00:35:10,448 DEBUG [cloud.api.ApiServlet]
> >>> (1109449945@qtp-1008805148-34:null) ===END===  127.0.0.1 -- GET
> >>>
> >>>command=listClusters&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnR
> Rfl8GoV
> >>>A
> >>>%3D&page=1&pagesize=1&_=1365316510438
> >>> 2013-04-07 00:35:10,451 DEBUG [cloud.api.ApiServlet]
> >>> (1109449945@qtp-1008805148-34:null) ===START===  127.0.0.1 -- GET
> >>>
> >>>command=listHosts&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl
> 8GoVA%3
> >>>D
> >>>&type=routing&page=1&pagesize=1&_=1365316510449
> >>> 2013-04-07 00:35:10,456 DEBUG [api.query.QueryManagerImpl]
> >>> (1109449945@qtp-1008805148-34:null) >>>Searching for hosts>>>
> >>> 2013-04-07 00:35:10,461 DEBUG [api.query.QueryManagerImpl]
> >>> (1109449945@qtp-1008805148-34:null) >>>Generating Response>>>
> >>> 2013-04-07 00:35:10,466 DEBUG [cloud.api.ApiServlet]
> >>> (1109449945@qtp-1008805148-34:null) ===END===  127.0.0.1 -- GET
> >>>
> >>>command=listHosts&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl
> 8GoVA%3
> >>>D
> >>>&type=routing&page=1&pagesize=1&_=1365316510449
> >>> 2013-04-07 00:35:10,470 DEBUG [cloud.api.ApiServlet]
> >>> (1109449945@qtp-1008805148-34:null) ===START===  127.0.0.1 -- GET
> >>>
> >>>command=listStoragePools&response=json&sessionkey=Z6QqzU0Fq1iT13b
> MgnRRfl
> >>>8
> >>>GoVA%3D&page=1&pagesize=1&_=1365316510468
> >>> 2013-04-07 00:35:10,479 DEBUG [cloud.api.ApiServlet]
> >>> (1109449945@qtp-1008805148-34:null) ===END===  127.0.0.1 -- GET
> >>>
> >>>command=listStoragePools&response=json&sessionkey=Z6QqzU0Fq1iT13b
> MgnRRfl
> >>>8
> >>>GoVA%3D&page=1&pagesize=1&_=1365316510468
> >>> 2013-04-07 00:35:10,483 DEBUG [cloud.api.ApiServlet]
> >>> (1109449945@qtp-1008805148-34:null) ===START===  127.0.0.1 -- GET
> >>>
> >>>command=listHosts&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl
> 8GoVA%3
> >>>D
> >>>&type=SecondaryStorage&page=1&pagesize=1&_=1365316510481
> >>> 2013-04-07 00:35:10,488 DEBUG [api.query.QueryManagerImpl]
> >>> (1109449945@qtp-1008805148-34:null) >>>Searching for hosts>>>
> >>> 2013-04-07 00:35:10,493 DEBUG [api.query.QueryManagerImpl]
> >>> (1109449945@qtp-1008805148-34:null) >>>Generating Response>>>
> >>> 2013-04-07 00:35:10,494 DEBUG [cloud.api.ApiServlet]
> >>> (1109449945@qtp-1008805148-34:null) ===END===  127.0.0.1 -- GET
> >>>
> >>>command=listHosts&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl
> 8GoVA%3
> >>>D
> >>>&type=SecondaryStorage&page=1&pagesize=1&_=1365316510481
> >>> 2013-04-07 00:35:10,500 DEBUG [cloud.api.ApiServlet]
> >>> (1109449945@qtp-1008805148-34:null) ===START===  127.0.0.1 -- GET
> >>>
> >>>command=listSystemVms&response=json&sessionkey=Z6QqzU0Fq1iT13bMg
> nRRfl8Go
> >>>V
> >>>A%3D&page=1&pagesize=1&_=1365316510496
> >>> 2013-04-07 00:35:10,564 DEBUG [cloud.api.ApiServlet]
> >>> (1109449945@qtp-1008805148-34:null) ===END===  127.0.0.1 -- GET
> >>>
> >>>command=listSystemVms&response=json&sessionkey=Z6QqzU0Fq1iT13bMg
> nRRfl8Go
> >>>V
> >>>A%3D&page=1&pagesize=1&_=1365316510496
> >>> 2013-04-07 00:35:10,568 DEBUG [cloud.api.ApiServlet]
> >>> (1109449945@qtp-1008805148-34:null) ===START===  127.0.0.1 -- GET
> >>>
> >>>command=listRouters&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRR
> fl8GoVA
> >>>%
> >>>3D&projectid=-1&page=1&pagesize=1&_=1365316510566
> >>> 2013-04-07 00:35:10,576 DEBUG [cloud.api.ApiServlet]
> >>> (1109449945@qtp-1008805148-34:null) ===END===  127.0.0.1 -- GET
> >>>
> >>>command=listRouters&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRR
> fl8GoVA
> >>>%
> >>>3D&projectid=-1&page=1&pagesize=1&_=1365316510566
> >>> 2013-04-07 00:35:10,579 DEBUG [cloud.api.ApiServlet]
> >>> (1109449945@qtp-1008805148-34:null) ===START===  127.0.0.1 -- GET
> >>>
> >>>command=listRouters&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRR
> fl8GoVA
> >>>%
> >>>3D&listAll=true&page=1&pagesize=1&_=1365316510577
> >>> 2013-04-07 00:35:10,591 DEBUG [cloud.api.ApiServlet]
> >>> (1109449945@qtp-1008805148-34:null) ===END===  127.0.0.1 -- GET
> >>>
> >>>command=listRouters&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRR
> fl8GoVA
> >>>%
> >>>3D&listAll=true&page=1&pagesize=1&_=1365316510577
> >>> 2013-04-07 00:35:10,595 DEBUG [cloud.api.ApiServlet]
> >>> (1109449945@qtp-1008805148-34:null) ===START===  127.0.0.1 -- GET
> >>>
> >>>command=listCapacity&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnR
> Rfl8GoV
> >>>A
> >>>%3D&_=1365316510593
> >>> 2013-04-07 00:35:10,609 DEBUG [cloud.api.ApiServlet]
> >>> (1109449945@qtp-1008805148-34:null) ===END===  127.0.0.1 -- GET
> >>>
> >>>command=listCapacity&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnR
> Rfl8GoV
> >>>A
> >>>%3D&_=1365316510593
> >>> 2013-04-07 00:35:11,022 DEBUG [agent.manager.DirectAgentAttache]
> >>> (DirectAgent-298:null) Seq 5-614334468: Executing request
> >>> 2013-04-07 00:35:11,171 DEBUG [agent.manager.DirectAgentAttache]
> >>> (DirectAgent-298:null) Seq 5-614334468: Response Received:
> >>> 2013-04-07 00:35:11,172 DEBUG [agent.transport.Request]
> >>> (DirectAgent-298:null) Seq 5-614334468: Processing:  { Ans: , MgmtId:
> >>>1,
> >>> via: 5, Ver: v1, Flags: 10, [{"Answer":{"result":true,"wait":0}}] }
> >>> 2013-04-07 00:35:12,493 DEBUG [cloud.api.ApiServlet]
> >>> (1109449945@qtp-1008805148-34:null) ===START===  127.0.0.1 -- GET
> >>>
> >>>command=listStoragePools&response=json&sessionkey=Z6QqzU0Fq1iT13b
> MgnRRfl
> >>>8
> >>>GoVA%3D&page=1&pageSize=20&listAll=true&_=1365316512490
> >>> 2013-04-07 00:35:12,508 DEBUG [cloud.api.ApiServlet]
> >>> (1109449945@qtp-1008805148-34:null) ===END===  127.0.0.1 -- GET
> >>>
> >>>command=listStoragePools&response=json&sessionkey=Z6QqzU0Fq1iT13b
> MgnRRfl
> >>>8
> >>>GoVA%3D&page=1&pageSize=20&listAll=true&_=1365316512490
> >>> 2013-04-07 00:35:18,008 DEBUG [cloud.api.ApiServlet]
> >>> (1109449945@qtp-1008805148-34:null) ===START===  127.0.0.1 -- GET
> >>>
> >>>command=listZones&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl
> 8GoVA%3
> >>>D
> >>>&id=3a62dec3-cf95-4ba2-9af0-af2190af35e3&_=1365316518006
> >>> 2013-04-07 00:35:18,016 DEBUG [cloud.api.ApiServlet]
> >>> (1109449945@qtp-1008805148-34:null) ===END===  127.0.0.1 -- GET
> >>>
> >>>command=listZones&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl
> 8GoVA%3
> >>>D
> >>>&id=3a62dec3-cf95-4ba2-9af0-af2190af35e3&_=1365316518006
> >>> 2013-04-07 00:35:18,022 DEBUG [cloud.api.ApiServlet]
> >>> (1109449945@qtp-1008805148-34:null) ===START===  127.0.0.1 -- GET
> >>>
> >>>command=listStoragePools&id=iSCSI_SR_4&response=json&sessionkey=Z6Q
> qzU0F
> >>>q
> >>>1iT13bMgnRRfl8GoVA%3D&_=1365316518019
> >>> 2013-04-07 00:35:18,036 DEBUG [cloud.api.ApiServlet]
> >>> (1109449945@qtp-1008805148-34:null) ===END===  127.0.0.1 -- GET
> >>>
> >>>command=listStoragePools&id=iSCSI_SR_4&response=json&sessionkey=Z6Q
> qzU0F
> >>>q
> >>>1iT13bMgnRRfl8GoVA%3D&_=1365316518019
> >>> 2013-04-07 00:35:20,457 DEBUG
> >>> [storage.secondary.SecondaryStorageManagerImpl] (secstorage-1:null)
> >>>Zone 1
> >>> is ready to launch secondary storage VM
> >>> 2013-04-07 00:35:20,560 DEBUG
> >>>[cloud.consoleproxy.ConsoleProxyManagerImpl]
> >>> (consoleproxy-1:null) Zone 1 is ready to launch console proxy
> >>> 2013-04-07 00:35:20,820 DEBUG
> >>> [network.router.VirtualNetworkApplianceManagerImpl]
> >>> (RouterStatusMonitor-1:null) Found 0 routers to update status.
> >>> 2013-04-07 00:35:20,821 DEBUG
> >>> [network.router.VirtualNetworkApplianceManagerImpl]
> >>> (RouterStatusMonitor-1:null) Found 0 networks to update RvR status.
> >>> 2013-04-07 00:35:20,850 DEBUG
> >>> [network.router.VirtualNetworkApplianceManagerImpl]
> >>> (RouterStatusMonitor-1:null) Found 0 routers to update status.
> >>> 2013-04-07 00:35:20,851 DEBUG
> >>> [network.router.VirtualNetworkApplianceManagerImpl]
> >>> (RouterStatusMonitor-1:null) Found 0 networks to update RvR status.
> >>> 2013-04-07 00:35:23,644 DEBUG [cloud.api.ApiServlet]
> >>> (1109449945@qtp-1008805148-34:null) ===START===  127.0.0.1 -- GET
> >>>
> >>>command=listZones&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl
> 8GoVA%3
> >>>D
> >>>&id=3a62dec3-cf95-4ba2-9af0-af2190af35e3&_=1365316523642
> >>> 2013-04-07 00:35:23,652 DEBUG [cloud.api.ApiServlet]
> >>> (1109449945@qtp-1008805148-34:null) ===END===  127.0.0.1 -- GET
> >>>
> >>>command=listZones&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl
> 8GoVA%3
> >>>D
> >>>&id=3a62dec3-cf95-4ba2-9af0-af2190af35e3&_=1365316523642
> >>> 2013-04-07 00:35:23,657 DEBUG [cloud.api.ApiServlet]
> >>> (1109449945@qtp-1008805148-34:null) ===START===  127.0.0.1 -- GET
> >>>
> >>>command=listStoragePools&id=iSCSI_SR_3&response=json&sessionkey=Z6Q
> qzU0F
> >>>q
> >>>1iT13bMgnRRfl8GoVA%3D&_=1365316523655
> >>> 2013-04-07 00:35:23,670 DEBUG [cloud.api.ApiServlet]
> >>> (1109449945@qtp-1008805148-34:null) ===END===  127.0.0.1 -- GET
> >>>
> >>>command=listStoragePools&id=iSCSI_SR_3&response=json&sessionkey=Z6Q
> qzU0F
> >>>q
> >>>1iT13bMgnRRfl8GoVA%3D&_=1365316523655
> >>> 2013-04-07 00:35:24,890 DEBUG [agent.manager.AgentManagerImpl]
> >>> (AgentManager-Handler-2:null) Ping from 4
> >>> 2013-04-07 00:35:25,447 DEBUG [cloud.api.ApiServlet]
> >>> (1109449945@qtp-1008805148-34:null) ===START===  127.0.0.1 -- GET
> >>>
> >>>command=listZones&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl
> 8GoVA%3
> >>>D
> >>>&_=1365316525443
> >>> 2013-04-07 00:35:25,456 DEBUG [cloud.api.ApiServlet]
> >>> (1109449945@qtp-1008805148-34:null) ===END===  127.0.0.1 -- GET
> >>>
> >>>command=listZones&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl
> 8GoVA%3
> >>>D
> >>>&_=1365316525443
> >>> 2013-04-07 00:35:25,467 DEBUG [cloud.api.ApiServlet]
> >>> (1109449945@qtp-1008805148-34:null) ===START===  127.0.0.1 -- GET
> >>>
> >>>command=listPods&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8
> GoVA%3D
> >>>&
> >>>page=1&pagesize=1&_=1365316525465
> >>> 2013-04-07 00:35:25,474 DEBUG [cloud.api.ApiServlet]
> >>> (1109449945@qtp-1008805148-34:null) ===END===  127.0.0.1 -- GET
> >>>
> >>>command=listPods&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8
> GoVA%3D
> >>>&
> >>>page=1&pagesize=1&_=1365316525465
> >>> 2013-04-07 00:35:25,477 DEBUG [cloud.api.ApiServlet]
> >>> (1109449945@qtp-1008805148-34:null) ===START===  127.0.0.1 -- GET
> >>>
> >>>command=listClusters&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnR
> Rfl8GoV
> >>>A
> >>>%3D&page=1&pagesize=1&_=1365316525475
> >>> 2013-04-07 00:35:25,485 DEBUG [cloud.api.ApiServlet]
> >>> (1109449945@qtp-1008805148-34:null) ===END===  127.0.0.1 -- GET
> >>>
> >>>command=listClusters&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnR
> Rfl8GoV
> >>>A
> >>>%3D&page=1&pagesize=1&_=1365316525475
> >>> 2013-04-07 00:35:25,488 DEBUG [cloud.api.ApiServlet]
> >>> (1109449945@qtp-1008805148-34:null) ===START===  127.0.0.1 -- GET
> >>>
> >>>command=listHosts&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl
> 8GoVA%3
> >>>D
> >>>&type=routing&page=1&pagesize=1&_=1365316525486
> >>> 2013-04-07 00:35:25,493 DEBUG [api.query.QueryManagerImpl]
> >>> (1109449945@qtp-1008805148-34:null) >>>Searching for hosts>>>
> >>> 2013-04-07 00:35:25,498 DEBUG [api.query.QueryManagerImpl]
> >>> (1109449945@qtp-1008805148-34:null) >>>Generating Response>>>
> >>> 2013-04-07 00:35:25,504 DEBUG [cloud.api.ApiServlet]
> >>> (1109449945@qtp-1008805148-34:null) ===END===  127.0.0.1 -- GET
> >>>
> >>>command=listHosts&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl
> 8GoVA%3
> >>>D
> >>>&type=routing&page=1&pagesize=1&_=1365316525486
> >>> 2013-04-07 00:35:25,507 DEBUG [cloud.api.ApiServlet]
> >>> (1109449945@qtp-1008805148-34:null) ===START===  127.0.0.1 -- GET
> >>>
> >>>command=listStoragePools&response=json&sessionkey=Z6QqzU0Fq1iT13b
> MgnRRfl
> >>>8
> >>>GoVA%3D&page=1&pagesize=1&_=1365316525505
> >>> 2013-04-07 00:35:25,517 DEBUG [cloud.api.ApiServlet]
> >>> (1109449945@qtp-1008805148-34:null) ===END===  127.0.0.1 -- GET
> >>>
> >>>command=listStoragePools&response=json&sessionkey=Z6QqzU0Fq1iT13b
> MgnRRfl
> >>>8
> >>>GoVA%3D&page=1&pagesize=1&_=1365316525505
> >>> 2013-04-07 00:35:25,522 DEBUG [cloud.api.ApiServlet]
> >>> (1109449945@qtp-1008805148-34:null) ===START===  127.0.0.1 -- GET
> >>>
> >>>command=listHosts&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl
> 8GoVA%3
> >>>D
> >>>&type=SecondaryStorage&page=1&pagesize=1&_=1365316525519
> >>> 2013-04-07 00:35:25,526 DEBUG [api.query.QueryManagerImpl]
> >>> (1109449945@qtp-1008805148-34:null) >>>Searching for hosts>>>
> >>> 2013-04-07 00:35:25,531 DEBUG [api.query.QueryManagerImpl]
> >>> (1109449945@qtp-1008805148-34:null) >>>Generating Response>>>
> >>> 2013-04-07 00:35:25,533 DEBUG [cloud.api.ApiServlet]
> >>> (1109449945@qtp-1008805148-34:null) ===END===  127.0.0.1 -- GET
> >>>
> >>>command=listHosts&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl
> 8GoVA%3
> >>>D
> >>>&type=SecondaryStorage&page=1&pagesize=1&_=1365316525519
> >>> 2013-04-07 00:35:25,536 DEBUG [cloud.api.ApiServlet]
> >>> (1109449945@qtp-1008805148-34:null) ===START===  127.0.0.1 -- GET
> >>>
> >>>command=listSystemVms&response=json&sessionkey=Z6QqzU0Fq1iT13bMg
> nRRfl8Go
> >>>V
> >>>A%3D&page=1&pagesize=1&_=1365316525534
> >>> 2013-04-07 00:35:25,591 DEBUG [cloud.api.ApiServlet]
> >>> (1109449945@qtp-1008805148-34:null) ===END===  127.0.0.1 -- GET
> >>>
> >>>command=listSystemVms&response=json&sessionkey=Z6QqzU0Fq1iT13bMg
> nRRfl8Go
> >>>V
> >>>A%3D&page=1&pagesize=1&_=1365316525534
> >>> 2013-04-07 00:35:25,595 DEBUG [cloud.api.ApiServlet]
> >>> (1109449945@qtp-1008805148-34:null) ===START===  127.0.0.1 -- GET
> >>>
> >>>command=listRouters&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRR
> fl8GoVA
> >>>%
> >>>3D&projectid=-1&page=1&pagesize=1&_=1365316525593
> >>> 2013-04-07 00:35:25,603 DEBUG [cloud.api.ApiServlet]
> >>> (1109449945@qtp-1008805148-34:null) ===END===  127.0.0.1 -- GET
> >>>
> >>>command=listRouters&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRR
> fl8GoVA
> >>>%
> >>>3D&projectid=-1&page=1&pagesize=1&_=1365316525593
> >>> 2013-04-07 00:35:25,606 DEBUG [cloud.api.ApiServlet]
> >>> (1109449945@qtp-1008805148-34:null) ===START===  127.0.0.1 -- GET
> >>>
> >>>command=listRouters&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRR
> fl8GoVA
> >>>%
> >>>3D&listAll=true&page=1&pagesize=1&_=1365316525604
> >>> 2013-04-07 00:35:25,617 DEBUG [cloud.api.ApiServlet]
> >>> (1109449945@qtp-1008805148-34:null) ===END===  127.0.0.1 -- GET
> >>>
> >>>command=listRouters&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRR
> fl8GoVA
> >>>%
> >>>3D&listAll=true&page=1&pagesize=1&_=1365316525604
> >>> 2013-04-07 00:35:25,621 DEBUG [cloud.api.ApiServlet]
> >>> (1109449945@qtp-1008805148-34:null) ===START===  127.0.0.1 -- GET
> >>>
> >>>command=listCapacity&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnR
> Rfl8GoV
> >>>A
> >>>%3D&_=1365316525619
> >>> 2013-04-07 00:35:25,634 DEBUG [cloud.api.ApiServlet]
> >>> (1109449945@qtp-1008805148-34:null) ===END===  127.0.0.1 -- GET
> >>>
> >>>command=listCapacity&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnR
> Rfl8GoV
> >>>A
> >>>%3D&_=1365316525619
> >>> 2013-04-07 00:35:27,158 DEBUG [agent.manager.DirectAgentAttache]
> >>> (DirectAgent-276:null) Ping from 1
> >>> 2013-04-07 00:35:29,095 DEBUG [agent.manager.DirectAgentAttache]
> >>> (DirectAgent-139:null) Seq 1-90046472: Executing request
> >>> 2013-04-07 00:35:29,302 DEBUG [agent.manager.DirectAgentAttache]
> >>> (DirectAgent-139:null) Seq 1-90046472: Response Received:
> >>> 2013-04-07 00:35:29,303 DEBUG [agent.transport.Request]
> >>> (DirectAgent-139:null) Seq 1-90046472: Processing:  { Ans: , MgmtId: 1,
> >>> via: 1, Ver: v1, Flags: 10,
> >>>
> >>>[{"ClusterSyncAnswer":{"_clusterId":1,"_newStates":{},"_isExecuted":fals
> >>>e
> >>>,"result":true,"wait":0}}]
> >>> }
> >>> 2013-04-07 00:35:31,624 DEBUG [cloud.api.ApiServlet]
> >>> (1109449945@qtp-1008805148-34:null) ===START===  127.0.0.1 -- GET
> >>>
> >>>command=listVirtualMachines&response=json&sessionkey=Z6QqzU0Fq1iT13
> bMgnR
> >>>R
> >>>fl8GoVA%3D&listAll=true&page=1&pagesize=20&_=1365316531622
> >>> 2013-04-07 00:35:31,644 DEBUG [cloud.api.ApiServlet]
> >>> (1109449945@qtp-1008805148-34:null) ===END===  127.0.0.1 -- GET
> >>>
> >>>command=listVirtualMachines&response=json&sessionkey=Z6QqzU0Fq1iT13
> bMgnR
> >>>R
> >>>fl8GoVA%3D&listAll=true&page=1&pagesize=20&_=1365316531622
> >>> 2013-04-07 00:35:32,710 DEBUG [cloud.api.ApiServlet]
> >>> (1109449945@qtp-1008805148-34:null) ===START===  127.0.0.1 -- GET
> >>>
> >>>command=listVolumes&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnR
> Rfl8GoVA
> >>>%
> >>>3D&listAll=true&page=1&pagesize=20&_=1365316532708
> >>> 2013-04-07 00:35:32,724 DEBUG [cloud.api.ApiServlet]
> >>> (1109449945@qtp-1008805148-34:null) ===END===  127.0.0.1 -- GET
> >>>
> >>>command=listVolumes&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnR
> Rfl8GoVA
> >>>%
> >>>3D&listAll=true&page=1&pagesize=20&_=1365316532708
> >>> 2013-04-07 00:35:33,917 DEBUG [cloud.api.ApiServlet]
> >>> (1109449945@qtp-1008805148-34:null) ===START===  127.0.0.1 -- GET
> >>>
> >>>command=listVirtualMachines&response=json&sessionkey=Z6QqzU0Fq1iT13
> bMgnR
> >>>R
> >>>fl8GoVA%3D&listAll=true&page=1&pagesize=20&_=1365316533915
> >>> 2013-04-07 00:35:33,935 DEBUG [cloud.api.ApiServlet]
> >>> (1109449945@qtp-1008805148-34:null) ===END===  127.0.0.1 -- GET
> >>>
> >>>command=listVirtualMachines&response=json&sessionkey=Z6QqzU0Fq1iT13
> bMgnR
> >>>R
> >>>fl8GoVA%3D&listAll=true&page=1&pagesize=20&_=1365316533915
> >>> 2013-04-07 00:35:35,668 DEBUG [cloud.api.ApiServlet]
> >>> (1109449945@qtp-1008805148-34:null) ===START===  127.0.0.1 -- GET
> >>>
> >>>command=listVirtualMachines&id=c18ddf7c-fc61-40b0-af75-
> fdef05f8eae6&resp
> >>>o
> >>>nse=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316535
> 666
> >>> 2013-04-07 00:35:35,689 DEBUG [cloud.api.ApiServlet]
> >>> (1109449945@qtp-1008805148-34:null) ===END===  127.0.0.1 -- GET
> >>>
> >>>command=listVirtualMachines&id=c18ddf7c-fc61-40b0-af75-
> fdef05f8eae6&resp
> >>>o
> >>>nse=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316535
> 666
> >>> 2013-04-07 00:35:35,695 DEBUG [cloud.api.ApiServlet]
> >>> (1109449945@qtp-1008805148-34:null) ===START===  127.0.0.1 -- GET
> >>>
> >>>command=listOsTypes&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnR
> Rfl8GoVA
> >>>%
> >>>3D&_=1365316535693
> >>> 2013-04-07 00:35:35,873 DEBUG [cloud.api.ApiServlet]
> >>> (1109449945@qtp-1008805148-34:null) ===END===  127.0.0.1 -- GET
> >>>
> >>>command=listOsTypes&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnR
> Rfl8GoVA
> >>>%
> >>>3D&_=1365316535693
> >>> 2013-04-07 00:35:39,081 DEBUG [cloud.api.ApiServlet]
> >>> (1109449945@qtp-1008805148-34:null) ===START===  127.0.0.1 -- GET
> >>>
> >>>command=destroyVirtualMachine&id=c18ddf7c-fc61-40b0-af75-
> fdef05f8eae6&re
> >>>s
> >>>ponse=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316
> 539079
> >>> 2013-04-07 00:35:39,103 DEBUG [cloud.async.AsyncJobManagerImpl]
> >>> (1109449945@qtp-1008805148-34:null) submit async job-45, details:
> >>> AsyncJobVO {id:45, userId: 2, accountId: 2, sessionKey: null,
> >>>instanceType:
> >>> null, instanceId: 12, cmd:
> >>> org.apache.cloudstack.api.command.user.vm.DestroyVMCmd,
> cmdOriginator:
> >>> null, cmdInfo:
> >>>
> >>>{"id":"c18ddf7c-fc61-40b0-af75-fdef05f8eae6","response":"json","sessionk
> >>>e
> >>>y":"Z6QqzU0Fq1iT13bMgnRRfl8GoVA\u003d","ctxUserId":"2","_":"13653165
> 3907
> >>>9
> >>>","ctxAccountId":"2","ctxStartEventId":"50"},
> >>> cmdVersion: 0, callbackType: 0, callbackAddress: null, status: 0,
> >>> processStatus: 0, resultCode: 0, result: null, initMsid: 1,
> >>>completeMsid:
> >>> null, lastUpdated: null, lastPolled: null, created: null}
> >>> 2013-04-07 00:35:39,104 DEBUG [cloud.async.AsyncJobManagerImpl]
> >>> (Job-Executor-38:job-45) Executing
> >>> org.apache.cloudstack.api.command.user.vm.DestroyVMCmd for job-45
> >>> 2013-04-07 00:35:39,105 DEBUG [cloud.api.ApiServlet]
> >>> (1109449945@qtp-1008805148-34:null) ===END===  127.0.0.1 -- GET
> >>>
> >>>command=destroyVirtualMachine&id=c18ddf7c-fc61-40b0-af75-
> fdef05f8eae6&re
> >>>s
> >>>ponse=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316
> 539079
> >>> 2013-04-07 00:35:39,119 DEBUG [cloud.vm.VirtualMachineManagerImpl]
> >>> (Job-Executor-38:job-45) Destroying vm
> >>> VM[User|c18ddf7c-fc61-40b0-af75-fdef05f8eae6]
> >>> 2013-04-07 00:35:39,123 DEBUG [cloud.capacity.CapacityManagerImpl]
> >>> (Job-Executor-38:job-45) VM state transitted from :Running to Stopping
> >>>with
> >>> event: StopRequestedvm's original host id: 5 new host id: 5 host id
> >>>before
> >>> state transition: 5
> >>> 2013-04-07 00:35:39,125 DEBUG [agent.transport.Request]
> >>> (Job-Executor-38:job-45) Seq 5-614334817: Sending  { Cmd , MgmtId: 1,
> >>>via:
> >>> 5, Ver: v1, Flags: 100111,
> >>> [{"StopCommand":{"isProxy":false,"vmName":"i-2-12-VM","wait":0}}] }
> >>> 2013-04-07 00:35:39,125 DEBUG [agent.transport.Request]
> >>> (Job-Executor-38:job-45) Seq 5-614334817: Executing:  { Cmd , MgmtId:
> >>>1,
> >>> via: 5, Ver: v1, Flags: 100111,
> >>> [{"StopCommand":{"isProxy":false,"vmName":"i-2-12-VM","wait":0}}] }
> >>> 2013-04-07 00:35:39,125 DEBUG [agent.manager.DirectAgentAttache]
> >>> (DirectAgent-414:null) Seq 5-614334817: Executing request
> >>> 2013-04-07 00:35:39,289 DEBUG [xen.resource.CitrixResourceBase]
> >>> (DirectAgent-414:null) 9. The VM i-2-12-VM is in Stopping state
> >>> 2013-04-07 00:35:39,720 INFO  [xen.resource.CitrixResourceBase]
> >>> (DirectAgent-414:null) Removed  network rules for vm i-2-12-VM
> >>> 2013-04-07 00:35:42,113 DEBUG [cloud.api.ApiServlet]
> >>> (1109449945@qtp-1008805148-34:null) ===START===  127.0.0.1 -- GET
> >>>
> >>>command=queryAsyncJobResult&jobId=1288fa5b-8b5f-4952-b056-
> b180437edfd5&r
> >>>e
> >>>sponse=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316
> 542111
> >>> 2013-04-07 00:35:42,127 DEBUG [cloud.api.ApiServlet]
> >>> (1109449945@qtp-1008805148-34:null) ===END===  127.0.0.1 -- GET
> >>>
> >>>command=queryAsyncJobResult&jobId=1288fa5b-8b5f-4952-b056-
> b180437edfd5&r
> >>>e
> >>>sponse=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316
> 542111
> >>> 2013-04-07 00:35:45,114 DEBUG [cloud.api.ApiServlet]
> >>> (1109449945@qtp-1008805148-34:null) ===START===  127.0.0.1 -- GET
> >>>
> >>>command=queryAsyncJobResult&jobId=1288fa5b-8b5f-4952-b056-
> b180437edfd5&r
> >>>e
> >>>sponse=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316
> 545112
> >>> 2013-04-07 00:35:45,129 DEBUG [cloud.api.ApiServlet]
> >>> (1109449945@qtp-1008805148-34:null) ===END===  127.0.0.1 -- GET
> >>>
> >>>command=queryAsyncJobResult&jobId=1288fa5b-8b5f-4952-b056-
> b180437edfd5&r
> >>>e
> >>>sponse=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316
> 545112
> >>> 2013-04-07 00:35:47,682 DEBUG [agent.manager.AgentManagerImpl]
> >>> (AgentManager-Handler-3:null) Ping from 3
> >>> 2013-04-07 00:35:48,115 DEBUG [cloud.api.ApiServlet]
> >>> (1109449945@qtp-1008805148-34:null) ===START===  127.0.0.1 -- GET
> >>>
> >>>command=queryAsyncJobResult&jobId=1288fa5b-8b5f-4952-b056-
> b180437edfd5&r
> >>>e
> >>>sponse=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316
> 548112
> >>> 2013-04-07 00:35:48,133 DEBUG [cloud.api.ApiServlet]
> >>> (1109449945@qtp-1008805148-34:null) ===END===  127.0.0.1 -- GET
> >>>
> >>>command=queryAsyncJobResult&jobId=1288fa5b-8b5f-4952-b056-
> b180437edfd5&r
> >>>e
> >>>sponse=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316
> 548112
> >>> 2013-04-07 00:35:50,456 DEBUG
> >>> [storage.secondary.SecondaryStorageManagerImpl] (secstorage-1:null)
> >>>Zone 1
> >>> is ready to launch secondary storage VM
> >>> 2013-04-07 00:35:50,564 DEBUG
> >>>[cloud.consoleproxy.ConsoleProxyManagerImpl]
> >>> (consoleproxy-1:null) Zone 1 is ready to launch console proxy
> >>> 2013-04-07 00:35:50,819 DEBUG
> >>> [network.router.VirtualNetworkApplianceManagerImpl]
> >>> (RouterStatusMonitor-1:null) Found 0 routers to update status.
> >>> 2013-04-07 00:35:50,821 DEBUG
> >>> [network.router.VirtualNetworkApplianceManagerImpl]
> >>> (RouterStatusMonitor-1:null) Found 0 networks to update RvR status.
> >>> 2013-04-07 00:35:50,851 DEBUG
> >>> [network.router.VirtualNetworkApplianceManagerImpl]
> >>> (RouterStatusMonitor-1:null) Found 0 routers to update status.
> >>> 2013-04-07 00:35:50,852 DEBUG
> >>> [network.router.VirtualNetworkApplianceManagerImpl]
> >>> (RouterStatusMonitor-1:null) Found 0 networks to update RvR status.
> >>> 2013-04-07 00:35:51,117 DEBUG [cloud.api.ApiServlet]
> >>> (1109449945@qtp-1008805148-34:null) ===START===  127.0.0.1 -- GET
> >>>
> >>>command=queryAsyncJobResult&jobId=1288fa5b-8b5f-4952-b056-
> b180437edfd5&r
> >>>e
> >>>sponse=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316
> 551115
> >>> 2013-04-07 00:35:51,132 DEBUG [cloud.api.ApiServlet]
> >>> (1109449945@qtp-1008805148-34:null) ===END===  127.0.0.1 -- GET
> >>>
> >>>command=queryAsyncJobResult&jobId=1288fa5b-8b5f-4952-b056-
> b180437edfd5&r
> >>>e
> >>>sponse=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316
> 551115
> >>> 2013-04-07 00:35:51,242 DEBUG [xen.resource.CitrixResourceBase]
> >>> (DirectAgent-414:null) 10. The VM i-2-12-VM is in Stopped state
> >>> 2013-04-07 00:35:51,242 DEBUG [agent.manager.DirectAgentAttache]
> >>> (DirectAgent-414:null) Seq 5-614334817: Response Received:
> >>> 2013-04-07 00:35:51,243 DEBUG [agent.transport.Request]
> >>> (DirectAgent-414:null) Seq 5-614334817: Processing:  { Ans: , MgmtId:
> >>>1,
> >>> via: 5, Ver: v1, Flags: 110,
> >>> [{"StopAnswer":{"vncPort":0,"result":true,"details":"Stop VM i-2-12-VM
> >>> Succeed","wait":0}}] }
> >>> 2013-04-07 00:35:51,243 DEBUG [agent.transport.Request]
> >>> (Job-Executor-38:job-45) Seq 5-614334817: Received:  { Ans: , MgmtId:
> >>>1,
> >>> via: 5, Ver: v1, Flags: 110, { StopAnswer } }
> >>> 2013-04-07 00:35:51,243 DEBUG [agent.manager.AgentAttache]
> >>> (DirectAgent-414:null) Seq 5-614334817: No more commands found
> >>> 2013-04-07 00:35:51,244 DEBUG [cloud.vm.VirtualMachineManagerImpl]
> >>> (Job-Executor-38:job-45) VM[User|c18ddf7c-fc61-40b0-af75-fdef05f8eae6]
> >>>is
> >>> stopped on the host.  Proceeding to release resource held.
> >>> 2013-04-07 00:35:51,251 DEBUG [cloud.network.NetworkManagerImpl]
> >>> (Job-Executor-38:job-45) Changing active number of nics for network
> >>>id=204
> >>> on -1
> >>> 2013-04-07 00:35:51,252 DEBUG [cloud.network.NetworkManagerImpl]
> >>> (Job-Executor-38:job-45) Asking ElasticLoadBalancerElement to release
> >>> Nic[18-12-6416c373-20d8-4617-8dcb-30a8ff9d0f34-192.168.56.195]
> >>> 2013-04-07 00:35:51,252 DEBUG [cloud.network.NetworkManagerImpl]
> >>> (Job-Executor-38:job-45) Asking NiciraNvpElement to release
> >>> Nic[18-12-6416c373-20d8-4617-8dcb-30a8ff9d0f34-192.168.56.195]
> >>> 2013-04-07 00:35:51,252 DEBUG [network.element.NiciraNvpElement]
> >>> (Job-Executor-38:job-45) Checking if NiciraNvpElement can handle
> >>>service
> >>> Connectivity on network guestNetworkForBasicZone
> >>> 2013-04-07 00:35:51,252 DEBUG [cloud.network.NetworkManagerImpl]
> >>> (Job-Executor-38:job-45) Asking BigSwitchVnsElement to release
> >>> Nic[18-12-6416c373-20d8-4617-8dcb-30a8ff9d0f34-192.168.56.195]
> >>> 2013-04-07 00:35:51,252 DEBUG [network.element.BigSwitchVnsElement]
> >>> (Job-Executor-38:job-45) Checking if BigSwitchVnsElement can handle
> >>>service
> >>> Connectivity on network guestNetworkForBasicZone
> >>> 2013-04-07 00:35:51,252 DEBUG [cloud.network.NetworkManagerImpl]
> >>> (Job-Executor-38:job-45) Asking Ovs to release
> >>> Nic[18-12-6416c373-20d8-4617-8dcb-30a8ff9d0f34-192.168.56.195]
> >>> 2013-04-07 00:35:51,252 DEBUG [cloud.network.NetworkManagerImpl]
> >>> (Job-Executor-38:job-45) Asking BareMetalDhcp to release
> >>> Nic[18-12-6416c373-20d8-4617-8dcb-30a8ff9d0f34-192.168.56.195]
> >>> 2013-04-07 00:35:51,252 DEBUG [cloud.network.NetworkManagerImpl]
> >>> (Job-Executor-38:job-45) Asking BareMetalPxe to release
> >>> Nic[18-12-6416c373-20d8-4617-8dcb-30a8ff9d0f34-192.168.56.195]
> >>> 2013-04-07 00:35:51,252 DEBUG [cloud.network.NetworkManagerImpl]
> >>> (Job-Executor-38:job-45) Asking BareMetalUserdata to release
> >>> Nic[18-12-6416c373-20d8-4617-8dcb-30a8ff9d0f34-192.168.56.195]
> >>> 2013-04-07 00:35:51,252 DEBUG [cloud.network.NetworkManagerImpl]
> >>> (Job-Executor-38:job-45) Asking SecurityGroupProvider to release
> >>> Nic[18-12-6416c373-20d8-4617-8dcb-30a8ff9d0f34-192.168.56.195]
> >>> 2013-04-07 00:35:51,252 DEBUG [cloud.network.NetworkManagerImpl]
> >>> (Job-Executor-38:job-45) Asking VirtualRouter to release
> >>> Nic[18-12-6416c373-20d8-4617-8dcb-30a8ff9d0f34-192.168.56.195]
> >>> 2013-04-07 00:35:51,253 DEBUG [cloud.network.NetworkManagerImpl]
> >>> (Job-Executor-38:job-45) Asking VpcVirtualRouter to release
> >>> Nic[18-12-6416c373-20d8-4617-8dcb-30a8ff9d0f34-192.168.56.195]
> >>> 2013-04-07 00:35:51,253 DEBUG [cloud.network.NetworkManagerImpl]
> >>> (Job-Executor-38:job-45) Asking NiciraNvp to release
> >>> Nic[18-12-6416c373-20d8-4617-8dcb-30a8ff9d0f34-192.168.56.195]
> >>> 2013-04-07 00:35:51,253 DEBUG [network.element.NiciraNvpElement]
> >>> (Job-Executor-38:job-45) Checking if NiciraNvpElement can handle
> >>>service
> >>> Connectivity on network guestNetworkForBasicZone
> >>> 2013-04-07 00:35:51,253 DEBUG [cloud.network.NetworkManagerImpl]
> >>> (Job-Executor-38:job-45) Asking JuniperSRX to release
> >>> Nic[18-12-6416c373-20d8-4617-8dcb-30a8ff9d0f34-192.168.56.195]
> >>> 2013-04-07 00:35:51,253 DEBUG [cloud.network.NetworkManagerImpl]
> >>> (Job-Executor-38:job-45) Asking Netscaler to release
> >>> Nic[18-12-6416c373-20d8-4617-8dcb-30a8ff9d0f34-192.168.56.195]
> >>> 2013-04-07 00:35:51,253 DEBUG [cloud.network.NetworkManagerImpl]
> >>> (Job-Executor-38:job-45) Asking F5BigIP to release
> >>> Nic[18-12-6416c373-20d8-4617-8dcb-30a8ff9d0f34-192.168.56.195]
> >>> 2013-04-07 00:35:51,253 DEBUG [cloud.network.NetworkManagerImpl]
> >>> (Job-Executor-38:job-45) Asking CiscoNexus1000vVSM to release
> >>> Nic[18-12-6416c373-20d8-4617-8dcb-30a8ff9d0f34-192.168.56.195]
> >>> 2013-04-07 00:35:51,253 DEBUG [cloud.vm.VirtualMachineManagerImpl]
> >>> (Job-Executor-38:job-45) Successfully released network resources for
> >>>the vm
> >>> VM[User|c18ddf7c-fc61-40b0-af75-fdef05f8eae6]
> >>> 2013-04-07 00:35:51,253 DEBUG [cloud.vm.VirtualMachineManagerImpl]
> >>> (Job-Executor-38:job-45) Successfully released storage resources for
> >>>the vm
> >>> VM[User|c18ddf7c-fc61-40b0-af75-fdef05f8eae6]
> >>> 2013-04-07 00:35:51,298 DEBUG [cloud.capacity.CapacityManagerImpl]
> >>> (Job-Executor-38:job-45) VM state transitted from :Stopping to Stopped
> >>>with
> >>> event: OperationSucceededvm's original host id: 5 new host id: null
> >>>host id
> >>> before state transition: 5
> >>> 2013-04-07 00:35:51,302 DEBUG [cloud.capacity.CapacityManagerImpl]
> >>> (Job-Executor-38:job-45) Hosts's actual total CPU: 2479 and CPU after
> >>> applying overprovisioning: 2479
> >>> 2013-04-07 00:35:51,303 DEBUG [cloud.capacity.CapacityManagerImpl]
> >>> (Job-Executor-38:job-45) release cpu from host: 5, old used:
> >>>100,reserved:
> >>> 0, actual total: 2479, total with overprovisioning: 2479; new used:
> >>> 0,reserved:100; movedfromreserved: false,moveToReserveredtrue
> >>> 2013-04-07 00:35:51,303 DEBUG [cloud.capacity.CapacityManagerImpl]
> >>> (Job-Executor-38:job-45) release mem from host: 5, old used:
> >>> 1073741824,reserved: 0, total: 1671695424; new used:
> >>>0,reserved:1073741824;
> >>> movedfromreserved: false,moveToReserveredtrue
> >>> 2013-04-07 00:35:51,308 DEBUG [cloud.capacity.CapacityManagerImpl]
> >>> (Job-Executor-38:job-45) VM state transitted from :Stopped to Destroyed
> >>> with event: DestroyRequestedvm's original host id: 5 new host id: null
> >>>host
> >>> id before state transition: null
> >>> 2013-04-07 00:35:51,313 DEBUG [cloud.capacity.CapacityManagerImpl]
> >>> (Job-Executor-38:job-45) Hosts's actual total CPU: 2479 and CPU after
> >>> applying overprovisioning: 2479
> >>> 2013-04-07 00:35:51,313 DEBUG [cloud.capacity.CapacityManagerImpl]
> >>> (Job-Executor-38:job-45) release cpu from host: 5, old used:
> >>>0,reserved:
> >>> 100, actual total: 2479, total with overprovisioning: 2479; new used:
> >>> 0,reserved:0; movedfromreserved: true,moveToReserveredfalse
> >>> 2013-04-07 00:35:51,313 DEBUG [cloud.capacity.CapacityManagerImpl]
> >>> (Job-Executor-38:job-45) release mem from host: 5, old used:
> >>>0,reserved:
> >>> 1073741824, total: 1671695424; new used: 0,reserved:0;
> >>>movedfromreserved:
> >>> true,moveToReserveredfalse
> >>> 2013-04-07 00:35:51,328 DEBUG [cloud.async.AsyncJobManagerImpl]
> >>> (Job-Executor-38:job-45) Complete async job-45, jobStatus: 1,
> >>>resultCode:
> >>> 0, result: org.apache.cloudstack.api.response.UserVmResponse@324f6e41
> >>> 2013-04-07 00:35:51,332 DEBUG [cloud.async.AsyncJobManagerImpl]
> >>> (Job-Executor-38:job-45) Done executing
> >>> org.apache.cloudstack.api.command.user.vm.DestroyVMCmd for job-45
> >>> 2013-04-07 00:35:51,397 DEBUG [cloud.api.ApiServlet]
> >>> (1109449945@qtp-1008805148-34:null) ===START===  127.0.0.1 -- GET
> >>>
> >>>command=listVirtualMachines&id=94ddc16f-04fc-4da1-8326-
> 01d8d5cdeb44&resp
> >>>o
> >>>nse=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316551
> 394
> >>> 2013-04-07 00:35:51,417 DEBUG [cloud.api.ApiServlet]
> >>> (1109449945@qtp-1008805148-34:null) ===END===  127.0.0.1 -- GET
> >>>
> >>>command=listVirtualMachines&id=94ddc16f-04fc-4da1-8326-
> 01d8d5cdeb44&resp
> >>>o
> >>>nse=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316551
> 394
> >>> 2013-04-07 00:35:51,425 DEBUG [cloud.api.ApiServlet]
> >>> (1109449945@qtp-1008805148-34:null) ===START===  127.0.0.1 -- GET
> >>>
> >>>command=listOsTypes&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnR
> Rfl8GoVA
> >>>%
> >>>3D&_=1365316551423
> >>> 2013-04-07 00:35:51,472 INFO  [agent.manager.AgentMonitor]
> >>> (Thread-11:null) Found the following agents behind on ping: [6, 5]
> >>> 2013-04-07 00:35:51,473 DEBUG [cloud.host.Status] (Thread-11:null) Ping
> >>> timeout for host 6, do invstigation
> >>> 2013-04-07 00:35:51,475 DEBUG [cloud.host.Status] (Thread-11:null) Ping
> >>> timeout for host 5, do invstigation
> >>> 2013-04-07 00:35:51,475 INFO  [agent.manager.AgentManagerImpl]
> >>> (AgentTaskPool-7:null) Investigating why host 6 has disconnected with
> >>>event
> >>> PingTimeout
> >>> 2013-04-07 00:35:51,475 DEBUG [agent.manager.AgentManagerImpl]
> >>> (AgentTaskPool-7:null) checking if agent (6) is alive
> >>> 2013-04-07 00:35:51,478 INFO  [agent.manager.AgentManagerImpl]
> >>> (AgentTaskPool-8:null) Investigating why host 5 has disconnected with
> >>>event
> >>> PingTimeout
> >>> 2013-04-07 00:35:51,478 DEBUG [agent.manager.AgentManagerImpl]
> >>> (AgentTaskPool-8:null) checking if agent (5) is alive
> >>> 2013-04-07 00:35:51,480 DEBUG [agent.transport.Request]
> >>> (AgentTaskPool-7:null) Seq 6-324993313: Sending  { Cmd , MgmtId: 1,
> >>>via: 6,
> >>> Ver: v1, Flags: 100011, [{"CheckHealthCommand":{"wait":50}}] }
> >>> 2013-04-07 00:35:51,481 DEBUG [agent.transport.Request]
> >>> (AgentTaskPool-7:null) Seq 6-324993313: Executing:  { Cmd , MgmtId: 1,
> >>>via:
> >>> 6, Ver: v1, Flags: 100011, [{"CheckHealthCommand":{"wait":50}}] }
> >>> 2013-04-07 00:35:51,481 DEBUG [agent.manager.DirectAgentAttache]
> >>> (DirectAgent-361:null) Seq 6-324993313: Executing request
> >>> 2013-04-07 00:35:51,488 DEBUG [agent.transport.Request]
> >>> (AgentTaskPool-8:null) Seq 5-614334818: Sending  { Cmd , MgmtId: 1,
> >>>via: 5,
> >>> Ver: v1, Flags: 100011, [{"CheckHealthCommand":{"wait":50}}] }
> >>> 2013-04-07 00:35:51,489 DEBUG [agent.transport.Request]
> >>> (AgentTaskPool-8:null) Seq 5-614334818: Executing:  { Cmd , MgmtId: 1,
> >>>via:
> >>> 5, Ver: v1, Flags: 100011, [{"CheckHealthCommand":{"wait":50}}] }
> >>> 2013-04-07 00:35:51,489 DEBUG [agent.manager.DirectAgentAttache]
> >>> (DirectAgent-290:null) Seq 5-614334818: Executing request
> >>> 2013-04-07 00:35:51,556 DEBUG [agent.manager.DirectAgentAttache]
> >>> (DirectAgent-290:null) Seq 5-614334818: Response Received:
> >>> 2013-04-07 00:35:51,557 DEBUG [agent.transport.Request]
> >>> (DirectAgent-290:null) Seq 5-614334818: Processing:  { Ans: , MgmtId:
> >>>1,
> >>> via: 5, Ver: v1, Flags: 10,
> >>> [{"CheckHealthAnswer":{"result":true,"details":"resource is
> >>> alive","wait":0}}] }
> >>> 2013-04-07 00:35:51,557 DEBUG [agent.transport.Request]
> >>> (AgentTaskPool-8:null) Seq 5-614334818: Received:  { Ans: , MgmtId: 1,
> >>>via:
> >>> 5, Ver: v1, Flags: 10, { CheckHealthAnswer } }
> >>> 2013-04-07 00:35:51,557 DEBUG [agent.manager.AgentManagerImpl]
> >>> (AgentTaskPool-8:null) Details from executing class
> >>> com.cloud.agent.api.CheckHealthCommand: resource is alive
> >>> 2013-04-07 00:35:51,557 DEBUG [agent.manager.AgentManagerImpl]
> >>> (AgentTaskPool-8:null) agent (5) responded to checkHeathCommand,
> >>>reporting
> >>> that agent is Up
> >>> 2013-04-07 00:35:51,557 INFO  [agent.manager.AgentManagerImpl]
> >>> (AgentTaskPool-8:null) The state determined is Up
> >>> 2013-04-07 00:35:51,557 INFO  [agent.manager.AgentManagerImpl]
> >>> (AgentTaskPool-8:null) Agent is determined to be up and running
> >>> 2013-04-07 00:35:51,557 DEBUG [cloud.host.Status]
> >>>(AgentTaskPool-8:null)
> >>> Transition:[Resource state = Enabled, Agent event = Ping, Host id = 5,
> >>>name
> >>> = Tut-XenServer2]
> >>> 2013-04-07 00:35:51,563 DEBUG [cloud.host.Status]
> >>>(AgentTaskPool-8:null)
> >>> Agent status update: [id = 5; name = Tut-XenServer2; old status = Up;
> >>>event
> >>> = Ping; new status = Up; old update count = 149; new update count =
> >>>150]
> >>> 2013-04-07 00:35:51,568 DEBUG [agent.manager.DirectAgentAttache]
> >>> (DirectAgent-361:null) Seq 6-324993313: Response Received:
> >>> 2013-04-07 00:35:51,568 DEBUG [agent.transport.Request]
> >>> (DirectAgent-361:null) Seq 6-324993313: Processing:  { Ans: , MgmtId:
> >>>1,
> >>> via: 6, Ver: v1, Flags: 10,
> >>> [{"CheckHealthAnswer":{"result":true,"details":"resource is
> >>> alive","wait":0}}] }
> >>> 2013-04-07 00:35:51,569 DEBUG [agent.transport.Request]
> >>> (AgentTaskPool-7:null) Seq 6-324993313: Received:  { Ans: , MgmtId: 1,
> >>>via:
> >>> 6, Ver: v1, Flags: 10, { CheckHealthAnswer } }
> >>> 2013-04-07 00:35:51,569 DEBUG [agent.manager.AgentManagerImpl]
> >>> (AgentTaskPool-7:null) Details from executing class
> >>> com.cloud.agent.api.CheckHealthCommand: resource is alive
> >>> 2013-04-07 00:35:51,569 DEBUG [agent.manager.AgentManagerImpl]
> >>> (AgentTaskPool-7:null) agent (6) responded to checkHeathCommand,
> >>>reporting
> >>> that agent is Up
> >>> 2013-04-07 00:35:51,569 INFO  [agent.manager.AgentManagerImpl]
> >>> (AgentTaskPool-7:null) The state determined is Up
> >>> 2013-04-07 00:35:51,569 INFO  [agent.manager.AgentManagerImpl]
> >>> (AgentTaskPool-7:null) Agent is determined to be up and running
> >>> 2013-04-07 00:35:51,569 DEBUG [cloud.host.Status]
> >>>(AgentTaskPool-7:null)
> >>> Transition:[Resource state = Enabled, Agent event = Ping, Host id = 6,
> >>>name
> >>> = Tut-XenServer]
> >>> 2013-04-07 00:35:51,574 DEBUG [cloud.host.Status]
> >>>(AgentTaskPool-7:null)
> >>> Agent status update: [id = 6; name = Tut-XenServer; old status = Up;
> >>>event
> >>> = Ping; new status = Up; old update count = 312; new update count =
> >>>313]
> >>> 2013-04-07 00:35:51,668 DEBUG [cloud.api.ApiServlet]
> >>> (1109449945@qtp-1008805148-34:null) ===END===  127.0.0.1 -- GET
> >>>
> >>>command=listOsTypes&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnR
> Rfl8GoVA
> >>>%
> >>>3D&_=1365316551423
> >>> 2013-04-07 00:35:54,118 DEBUG [cloud.api.ApiServlet]
> >>> (1109449945@qtp-1008805148-34:null) ===START===  127.0.0.1 -- GET
> >>>
> >>>command=queryAsyncJobResult&jobId=1288fa5b-8b5f-4952-b056-
> b180437edfd5&r
> >>>e
> >>>sponse=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316
> 554116
> >>> 2013-04-07 00:35:54,129 DEBUG [cloud.async.AsyncJobManagerImpl]
> >>> (1109449945@qtp-1008805148-34:null) Async job-45 completed
> >>> 2013-04-07 00:35:54,135 DEBUG [cloud.api.ApiServlet]
> >>> (1109449945@qtp-1008805148-34:null) ===END===  127.0.0.1 -- GET
> >>>
> >>>command=queryAsyncJobResult&jobId=1288fa5b-8b5f-4952-b056-
> b180437edfd5&r
> >>>e
> >>>sponse=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316
> 554116
> >>> 2013-04-07 00:35:55,077 DEBUG [cloud.api.ApiServlet]
> >>> (1109449945@qtp-1008805148-34:null) ===START===  127.0.0.1 -- GET
> >>>
> >>>command=destroyVirtualMachine&id=94ddc16f-04fc-4da1-8326-
> 01d8d5cdeb44&re
> >>>s
> >>>ponse=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316
> 555075
> >>> 2013-04-07 00:35:55,098 DEBUG [cloud.async.AsyncJobManagerImpl]
> >>> (1109449945@qtp-1008805148-34:null) submit async job-46, details:
> >>> AsyncJobVO {id:46, userId: 2, accountId: 2, sessionKey: null,
> >>>instanceType:
> >>> null, instanceId: 13, cmd:
> >>> org.apache.cloudstack.api.command.user.vm.DestroyVMCmd,
> cmdOriginator:
> >>> null, cmdInfo:
> >>>
> >>>{"id":"94ddc16f-04fc-4da1-8326-
> 01d8d5cdeb44","response":"json","sessionk
> >>>e
> >>>y":"Z6QqzU0Fq1iT13bMgnRRfl8GoVA\u003d","ctxUserId":"2","_":"13653165
> 5507
> >>>5
> >>>","ctxAccountId":"2","ctxStartEventId":"51"},
> >>> cmdVersion: 0, callbackType: 0, callbackAddress: null, status: 0,
> >>> processStatus: 0, resultCode: 0, result: null, initMsid: 1,
> >>>completeMsid:
> >>> null, lastUpdated: null, lastPolled: null, created: null}
> >>> 2013-04-07 00:35:55,098 DEBUG [cloud.async.AsyncJobManagerImpl]
> >>> (Job-Executor-39:job-46) Executing
> >>> org.apache.cloudstack.api.command.user.vm.DestroyVMCmd for job-46
> >>> 2013-04-07 00:35:55,100 DEBUG [cloud.api.ApiServlet]
> >>> (1109449945@qtp-1008805148-34:null) ===END===  127.0.0.1 -- GET
> >>>
> >>>command=destroyVirtualMachine&id=94ddc16f-04fc-4da1-8326-
> 01d8d5cdeb44&re
> >>>s
> >>>ponse=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316
> 555075
> >>> 2013-04-07 00:35:55,113 DEBUG [cloud.vm.VirtualMachineManagerImpl]
> >>> (Job-Executor-39:job-46) Destroying vm
> >>> VM[User|94ddc16f-04fc-4da1-8326-01d8d5cdeb44]
> >>> 2013-04-07 00:35:55,116 DEBUG [cloud.capacity.CapacityManagerImpl]
> >>> (Job-Executor-39:job-46) VM state transitted from :Running to Stopping
> >>>with
> >>> event: StopRequestedvm's original host id: 6 new host id: 6 host id
> >>>before
> >>> state transition: 6
> >>> 2013-04-07 00:35:55,118 DEBUG [agent.transport.Request]
> >>> (Job-Executor-39:job-46) Seq 6-324993314: Sending  { Cmd , MgmtId: 1,
> >>>via:
> >>> 6, Ver: v1, Flags: 100111,
> >>> [{"StopCommand":{"isProxy":false,"vmName":"i-2-13-VM","wait":0}}] }
> >>> 2013-04-07 00:35:55,118 DEBUG [agent.transport.Request]
> >>> (Job-Executor-39:job-46) Seq 6-324993314: Executing:  { Cmd , MgmtId:
> >>>1,
> >>> via: 6, Ver: v1, Flags: 100111,
> >>> [{"StopCommand":{"isProxy":false,"vmName":"i-2-13-VM","wait":0}}] }
> >>> 2013-04-07 00:35:55,118 DEBUG [agent.manager.DirectAgentAttache]
> >>> (DirectAgent-7:null) Seq 6-324993314: Executing request
> >>> 2013-04-07 00:35:55,216 DEBUG [xen.resource.CitrixResourceBase]
> >>> (DirectAgent-7:null) 9. The VM i-2-13-VM is in Stopping state
> >>> 2013-04-07 00:35:55,532 INFO  [xen.resource.CitrixResourceBase]
> >>> (DirectAgent-7:null) Removed  network rules for vm i-2-13-VM
> >>> 2013-04-07 00:35:58,107 DEBUG [cloud.api.ApiServlet]
> >>> (1109449945@qtp-1008805148-34:null) ===START===  127.0.0.1 -- GET
> >>>
> >>>command=queryAsyncJobResult&jobId=042967f3-4fd4-4bcf-a646-
> 999eeca87235&r
> >>>e
> >>>sponse=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316
> 558105
> >>> 2013-04-07 00:35:58,121 DEBUG [cloud.api.ApiServlet]
> >>> (1109449945@qtp-1008805148-34:null) ===END===  127.0.0.1 -- GET
> >>>
> >>>command=queryAsyncJobResult&jobId=042967f3-4fd4-4bcf-a646-
> 999eeca87235&r
> >>>e
> >>>sponse=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316
> 558105
> >>> 2013-04-07 00:36:01,107 DEBUG [cloud.api.ApiServlet]
> >>> (1109449945@qtp-1008805148-34:null) ===START===  127.0.0.1 -- GET
> >>>
> >>>command=queryAsyncJobResult&jobId=042967f3-4fd4-4bcf-a646-
> 999eeca87235&r
> >>>e
> >>>sponse=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316
> 561105
> >>> 2013-04-07 00:36:01,121 DEBUG [cloud.api.ApiServlet]
> >>> (1109449945@qtp-1008805148-34:null) ===END===  127.0.0.1 -- GET
> >>>
> >>>command=queryAsyncJobResult&jobId=042967f3-4fd4-4bcf-a646-
> 999eeca87235&r
> >>>e
> >>>sponse=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316
> 561105
> >>> 2013-04-07 00:36:04,108 DEBUG [cloud.api.ApiServlet]
> >>> (1109449945@qtp-1008805148-34:null) ===START===  127.0.0.1 -- GET
> >>>
> >>>command=queryAsyncJobResult&jobId=042967f3-4fd4-4bcf-a646-
> 999eeca87235&r
> >>>e
> >>>sponse=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316
> 564106
> >>> 2013-04-07 00:36:04,128 DEBUG [cloud.api.ApiServlet]
> >>> (1109449945@qtp-1008805148-34:null) ===END===  127.0.0.1 -- GET
> >>>
> >>>command=queryAsyncJobResult&jobId=042967f3-4fd4-4bcf-a646-
> 999eeca87235&r
> >>>e
> >>>sponse=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316
> 564106
> >>> 2013-04-07 00:36:04,783 DEBUG [xen.resource.CitrixResourceBase]
> >>> (DirectAgent-7:null) 10. The VM i-2-13-VM is in Stopped state
> >>> 2013-04-07 00:36:04,783 DEBUG [agent.manager.DirectAgentAttache]
> >>> (DirectAgent-7:null) Seq 6-324993314: Response Received:
> >>> 2013-04-07 00:36:04,783 DEBUG [agent.transport.Request]
> >>> (DirectAgent-7:null) Seq 6-324993314: Processing:  { Ans: , MgmtId: 1,
> >>>via:
> >>> 6, Ver: v1, Flags: 110,
> >>> [{"StopAnswer":{"vncPort":0,"result":true,"details":"Stop VM i-2-13-VM
> >>> Succeed","wait":0}}] }
> >>> 2013-04-07 00:36:04,783 DEBUG [agent.transport.Request]
> >>> (Job-Executor-39:job-46) Seq 6-324993314: Received:  { Ans: , MgmtId:
> >>>1,
> >>> via: 6, Ver: v1, Flags: 110, { StopAnswer } }
> >>> 2013-04-07 00:36:04,783 DEBUG [agent.manager.AgentAttache]
> >>> (DirectAgent-7:null) Seq 6-324993314: No more commands found
> >>> 2013-04-07 00:36:04,784 DEBUG [cloud.vm.VirtualMachineManagerImpl]
> >>> (Job-Executor-39:job-46) VM[User|94ddc16f-04fc-4da1-8326-
> 01d8d5cdeb44]
> >>>is
> >>> stopped on the host.  Proceeding to release resource held.
> >>> 2013-04-07 00:36:04,793 DEBUG [cloud.network.NetworkManagerImpl]
> >>> (Job-Executor-39:job-46) Changing active number of nics for network
> >>>id=204
> >>> on -1
> >>> 2013-04-07 00:36:04,794 DEBUG [cloud.network.NetworkManagerImpl]
> >>> (Job-Executor-39:job-46) Asking ElasticLoadBalancerElement to release
> >>> Nic[19-13-a8349669-6ff2-443f-88d3-c5d69100df3a-192.168.56.146]
> >>> 2013-04-07 00:36:04,794 DEBUG [cloud.network.NetworkManagerImpl]
> >>> (Job-Executor-39:job-46) Asking NiciraNvpElement to release
> >>> Nic[19-13-a8349669-6ff2-443f-88d3-c5d69100df3a-192.168.56.146]
> >>> 2013-04-07 00:36:04,795 DEBUG [network.element.NiciraNvpElement]
> >>> (Job-Executor-39:job-46) Checking if NiciraNvpElement can handle
> >>>service
> >>> Connectivity on network guestNetworkForBasicZone
> >>> 2013-04-07 00:36:04,795 DEBUG [cloud.network.NetworkManagerImpl]
> >>> (Job-Executor-39:job-46) Asking BigSwitchVnsElement to release
> >>> Nic[19-13-a8349669-6ff2-443f-88d3-c5d69100df3a-192.168.56.146]
> >>> 2013-04-07 00:36:04,795 DEBUG [network.element.BigSwitchVnsElement]
> >>> (Job-Executor-39:job-46) Checking if BigSwitchVnsElement can handle
> >>>service
> >>> Connectivity on network guestNetworkForBasicZone
> >>> 2013-04-07 00:36:04,795 DEBUG [cloud.network.NetworkManagerImpl]
> >>> (Job-Executor-39:job-46) Asking Ovs to release
> >>> Nic[19-13-a8349669-6ff2-443f-88d3-c5d69100df3a-192.168.56.146]
> >>> 2013-04-07 00:36:04,795 DEBUG [cloud.network.NetworkManagerImpl]
> >>> (Job-Executor-39:job-46) Asking BareMetalDhcp to release
> >>> Nic[19-13-a8349669-6ff2-443f-88d3-c5d69100df3a-192.168.56.146]
> >>> 2013-04-07 00:36:04,795 DEBUG [cloud.network.NetworkManagerImpl]
> >>> (Job-Executor-39:job-46) Asking BareMetalPxe to release
> >>> Nic[19-13-a8349669-6ff2-443f-88d3-c5d69100df3a-192.168.56.146]
> >>> 2013-04-07 00:36:04,795 DEBUG [cloud.network.NetworkManagerImpl]
> >>> (Job-Executor-39:job-46) Asking BareMetalUserdata to release
> >>> Nic[19-13-a8349669-6ff2-443f-88d3-c5d69100df3a-192.168.56.146]
> >>> 2013-04-07 00:36:04,795 DEBUG [cloud.network.NetworkManagerImpl]
> >>> (Job-Executor-39:job-46) Asking SecurityGroupProvider to release
> >>> Nic[19-13-a8349669-6ff2-443f-88d3-c5d69100df3a-192.168.56.146]
> >>> 2013-04-07 00:36:04,795 DEBUG [cloud.network.NetworkManagerImpl]
> >>> (Job-Executor-39:job-46) Asking VirtualRouter to release
> >>> Nic[19-13-a8349669-6ff2-443f-88d3-c5d69100df3a-192.168.56.146]
> >>> 2013-04-07 00:36:04,795 DEBUG [cloud.network.NetworkManagerImpl]
> >>> (Job-Executor-39:job-46) Asking VpcVirtualRouter to release
> >>> Nic[19-13-a8349669-6ff2-443f-88d3-c5d69100df3a-192.168.56.146]
> >>> 2013-04-07 00:36:04,795 DEBUG [cloud.network.NetworkManagerImpl]
> >>> (Job-Executor-39:job-46) Asking NiciraNvp to release
> >>> Nic[19-13-a8349669-6ff2-443f-88d3-c5d69100df3a-192.168.56.146]
> >>> 2013-04-07 00:36:04,795 DEBUG [network.element.NiciraNvpElement]
> >>> (Job-Executor-39:job-46) Checking if NiciraNvpElement can handle
> >>>service
> >>> Connectivity on network guestNetworkForBasicZone
> >>> 2013-04-07 00:36:04,795 DEBUG [cloud.network.NetworkManagerImpl]
> >>> (Job-Executor-39:job-46) Asking JuniperSRX to release
> >>> Nic[19-13-a8349669-6ff2-443f-88d3-c5d69100df3a-192.168.56.146]
> >>> 2013-04-07 00:36:04,795 DEBUG [cloud.network.NetworkManagerImpl]
> >>> (Job-Executor-39:job-46) Asking Netscaler to release
> >>> Nic[19-13-a8349669-6ff2-443f-88d3-c5d69100df3a-192.168.56.146]
> >>> 2013-04-07 00:36:04,795 DEBUG [cloud.network.NetworkManagerImpl]
> >>> (Job-Executor-39:job-46) Asking F5BigIP to release
> >>> Nic[19-13-a8349669-6ff2-443f-88d3-c5d69100df3a-192.168.56.146]
> >>> 2013-04-07 00:36:04,795 DEBUG [cloud.network.NetworkManagerImpl]
> >>> (Job-Executor-39:job-46) Asking CiscoNexus1000vVSM to release
> >>> Nic[19-13-a8349669-6ff2-443f-88d3-c5d69100df3a-192.168.56.146]
> >>> 2013-04-07 00:36:04,795 DEBUG [cloud.vm.VirtualMachineManagerImpl]
> >>> (Job-Executor-39:job-46) Successfully released network resources for
> >>>the vm
> >>> VM[User|94ddc16f-04fc-4da1-8326-01d8d5cdeb44]
> >>> 2013-04-07 00:36:04,795 DEBUG [cloud.vm.VirtualMachineManagerImpl]
> >>> (Job-Executor-39:job-46) Successfully released storage resources for
> >>>the vm
> >>> VM[User|94ddc16f-04fc-4da1-8326-01d8d5cdeb44]
> >>> 2013-04-07 00:36:04,836 DEBUG [cloud.capacity.CapacityManagerImpl]
> >>> (Job-Executor-39:job-46) VM state transitted from :Stopping to Stopped
> >>>with
> >>> event: OperationSucceededvm's original host id: 6 new host id: null
> >>>host id
> >>> before state transition: 6
> >>> 2013-04-07 00:36:04,843 DEBUG [cloud.capacity.CapacityManagerImpl]
> >>> (Job-Executor-39:job-46) Hosts's actual total CPU: 2382 and CPU after
> >>> applying overprovisioning: 2382
> >>> 2013-04-07 00:36:04,844 DEBUG [cloud.capacity.CapacityManagerImpl]
> >>> (Job-Executor-39:job-46) release cpu from host: 6, old used:
> >>>200,reserved:
> >>> 0, actual total: 2382, total with overprovisioning: 2382; new used:
> >>> 100,reserved:100; movedfromreserved: false,moveToReserveredtrue
> >>> 2013-04-07 00:36:04,844 DEBUG [cloud.capacity.CapacityManagerImpl]
> >>> (Job-Executor-39:job-46) release mem from host: 6, old used:
> >>> 1178599424,reserved: 0, total: 1671695424; new used:
> >>> 104857600,reserved:1073741824; movedfromreserved:
> >>>false,moveToReserveredtrue
> >>> 2013-04-07 00:36:04,854 DEBUG [cloud.capacity.CapacityManagerImpl]
> >>> (Job-Executor-39:job-46) VM state transitted from :Stopped to Destroyed
> >>> with event: DestroyRequestedvm's original host id: 6 new host id: null
> >>>host
> >>> id before state transition: null
> >>> 2013-04-07 00:36:04,863 DEBUG [cloud.capacity.CapacityManagerImpl]
> >>> (Job-Executor-39:job-46) Hosts's actual total CPU: 2382 and CPU after
> >>> applying overprovisioning: 2382
> >>> 2013-04-07 00:36:04,863 DEBUG [cloud.capacity.CapacityManagerImpl]
> >>> (Job-Executor-39:job-46) release cpu from host: 6, old used:
> >>>100,reserved:
> >>> 100, actual total: 2382, total with overprovisioning: 2382; new used:
> >>> 100,reserved:0; movedfromreserved: true,moveToReserveredfalse
> >>> 2013-04-07 00:36:04,863 DEBUG [cloud.capacity.CapacityManagerImpl]
> >>> (Job-Executor-39:job-46) release mem from host: 6, old used:
> >>> 104857600,reserved: 1073741824, total: 1671695424; new used:
> >>> 104857600,reserved:0; movedfromreserved: true,moveToReserveredfalse
> >>> 2013-04-07 00:36:04,892 DEBUG [cloud.async.AsyncJobManagerImpl]
> >>> (Job-Executor-39:job-46) Complete async job-46, jobStatus: 1,
> >>>resultCode:
> >>> 0, result: org.apache.cloudstack.api.response.UserVmResponse@519ba6bb
> >>> 2013-04-07 00:36:04,897 DEBUG [cloud.async.AsyncJobManagerImpl]
> >>> (Job-Executor-39:job-46) Done executing
> >>> org.apache.cloudstack.api.command.user.vm.DestroyVMCmd for job-46
> >>> 2013-04-07 00:36:04,949 DEBUG [agent.manager.DirectAgentAttache]
> >>> (DirectAgent-410:null) Ping from 6
> >>> 2013-04-07 00:36:06,058 DEBUG [agent.manager.DirectAgentAttache]
> >>> (DirectAgent-234:null) Ping from 5
> >>> 2013-04-07 00:36:06,909 DEBUG [agent.manager.DirectAgentAttache]
> >>> (DirectAgent-407:null) Seq 6-324993028: Executing request
> >>> 2013-04-07 00:36:07,097 DEBUG [xen.resource.CitrixResourceBase]
> >>> (DirectAgent-407:null) VM missing i-2-13-VM old state stopped so
> >>>removing.
> >>> 2013-04-07 00:36:07,098 DEBUG [xen.resource.CitrixResourceBase]
> >>> (DirectAgent-407:null) VM missing i-2-12-VM old state stopped so
> >>>removing.
> >>> 2013-04-07 00:36:07,098 DEBUG [agent.manager.DirectAgentAttache]
> >>> (DirectAgent-407:null) Seq 6-324993028: Response Received:
> >>> 2013-04-07 00:36:07,098 DEBUG [agent.transport.Request]
> >>> (DirectAgent-407:null) Seq 6-324993028: Processing:  { Ans: , MgmtId:
> >>>1,
> >>> via: 6, Ver: v1, Flags: 10,
> >>>
> >>>[{"ClusterSyncAnswer":{"_clusterId":2,"_newStates":{},"_isExecuted":fals
> >>>e
> >>>,"result":true,"wait":0}}]
> >>> }
> >>> 2013-04-07 00:36:07,109 DEBUG [cloud.api.ApiServlet]
> >>> (1109449945@qtp-1008805148-34:null) ===START===  127.0.0.1 -- GET
> >>>
> >>>command=queryAsyncJobResult&jobId=042967f3-4fd4-4bcf-a646-
> 999eeca87235&r
> >>>e
> >>>sponse=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316
> 567107
> >>> 2013-04-07 00:36:07,119 DEBUG [cloud.async.AsyncJobManagerImpl]
> >>> (1109449945@qtp-1008805148-34:null) Async job-46 completed
> >>> 2013-04-07 00:36:07,125 DEBUG [cloud.api.ApiServlet]
> >>> (1109449945@qtp-1008805148-34:null) ===END===  127.0.0.1 -- GET
> >>>
> >>>command=queryAsyncJobResult&jobId=042967f3-4fd4-4bcf-a646-
> 999eeca87235&r
> >>>e
> >>>sponse=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316
> 567107
> >>> 2013-04-07 00:36:11,022 DEBUG [agent.manager.DirectAgentAttache]
> >>> (DirectAgent-110:null) Seq 5-614334468: Executing request
> >>> 2013-04-07 00:36:11,171 DEBUG [agent.manager.DirectAgentAttache]
> >>> (DirectAgent-110:null) Seq 5-614334468: Response Received:
> >>> 2013-04-07 00:36:11,171 DEBUG [agent.transport.Request]
> >>> (DirectAgent-110:null) Seq 5-614334468: Processing:  { Ans: , MgmtId:
> >>>1,
> >>> via: 5, Ver: v1, Flags: 10, [{"Answer":{"result":true,"wait":0}}] }
> >>> 2013-04-07 00:36:12,411 DEBUG [cloud.api.ApiServlet]
> >>> (1109449945@qtp-1008805148-34:null) ===START===  127.0.0.1 -- GET
> >>>
> >>>command=listVolumes&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnR
> Rfl8GoVA
> >>>%
> >>>3D&listAll=true&page=1&pagesize=20&_=1365316572408
> >>> 2013-04-07 00:36:12,426 DEBUG [cloud.api.ApiServlet]
> >>> (1109449945@qtp-1008805148-34:null) ===END===  127.0.0.1 -- GET
> >>>
> >>>command=listVolumes&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnR
> Rfl8GoVA
> >>>%
> >>>3D&listAll=true&page=1&pagesize=20&_=1365316572408
> >>> 2013-04-07 00:36:13,241 DEBUG [cloud.api.ApiServlet]
> >>> (1109449945@qtp-1008805148-34:null) ===START===  127.0.0.1 -- GET
> >>>
> >>>command=listVirtualMachines&response=json&sessionkey=Z6QqzU0Fq1iT13
> bMgnR
> >>>R
> >>>fl8GoVA%3D&listAll=true&page=1&pagesize=20&_=1365316573239
> >>> 2013-04-07 00:36:13,259 DEBUG [cloud.api.ApiServlet]
> >>> (1109449945@qtp-1008805148-34:null) ===END===  127.0.0.1 -- GET
> >>>
> >>>command=listVirtualMachines&response=json&sessionkey=Z6QqzU0Fq1iT13
> bMgnR
> >>>R
> >>>fl8GoVA%3D&listAll=true&page=1&pagesize=20&_=1365316573239
> >>> 2013-04-07 00:36:19,140 DEBUG [cloud.api.ApiServlet]
> >>> (1109449945@qtp-1008805148-34:null) ===START===  127.0.0.1 -- GET
> >>>
> >>>command=listVolumes&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnR
> Rfl8GoVA
> >>>%
> >>>3D&listAll=true&page=1&pagesize=20&_=1365316579137
> >>> 2013-04-07 00:36:19,155 DEBUG [cloud.api.ApiServlet]
> >>> (1109449945@qtp-1008805148-34:null) ===END===  127.0.0.1 -- GET
> >>>
> >>>command=listVolumes&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnR
> Rfl8GoVA
> >>>%
> >>>3D&listAll=true&page=1&pagesize=20&_=1365316579137
> >>> 2013-04-07 00:36:20,452 DEBUG
> >>> [storage.secondary.SecondaryStorageManagerImpl] (secstorage-1:null)
> >>>Zone 1
> >>> is ready to launch secondary storage VM
> >>> 2013-04-07 00:36:20,498 DEBUG [cloud.api.ApiServlet]
> >>> (1109449945@qtp-1008805148-34:null) ===START===  127.0.0.1 -- GET
> >>>
> >>>command=listVirtualMachines&response=json&sessionkey=Z6QqzU0Fq1iT13
> bMgnR
> >>>R
> >>>fl8GoVA%3D&listAll=true&page=1&pagesize=20&_=1365316580496
> >>> 2013-04-07 00:36:20,519 DEBUG [cloud.api.ApiServlet]
> >>> (1109449945@qtp-1008805148-34:null) ===END===  127.0.0.1 -- GET
> >>>
> >>>command=listVirtualMachines&response=json&sessionkey=Z6QqzU0Fq1iT13
> bMgnR
> >>>R
> >>>fl8GoVA%3D&listAll=true&page=1&pagesize=20&_=1365316580496
> >>> 2013-04-07 00:36:20,554 DEBUG
> >>>[cloud.consoleproxy.ConsoleProxyManagerImpl]
> >>> (consoleproxy-1:null) Zone 1 is ready to launch console proxy
> >>> 2013-04-07 00:36:20,820 DEBUG
> >>> [network.router.VirtualNetworkApplianceManagerImpl]
> >>> (RouterStatusMonitor-1:null) Found 0 routers to update status.
> >>> 2013-04-07 00:36:20,821 DEBUG
> >>> [network.router.VirtualNetworkApplianceManagerImpl]
> >>> (RouterStatusMonitor-1:null) Found 0 networks to update RvR status.
> >>> 2013-04-07 00:36:20,850 DEBUG
> >>> [network.router.VirtualNetworkApplianceManagerImpl]
> >>> (RouterStatusMonitor-1:null) Found 0 routers to update status.
> >>> 2013-04-07 00:36:20,852 DEBUG
> >>> [network.router.VirtualNetworkApplianceManagerImpl]
> >>> (RouterStatusMonitor-1:null) Found 0 networks to update RvR status.
> >>> 2013-04-07 00:36:21,588 DEBUG [cloud.api.ApiServlet]
> >>> (1109449945@qtp-1008805148-34:null) ===START===  127.0.0.1 -- GET
> >>>
> >>>command=listVolumes&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnR
> Rfl8GoVA
> >>>%
> >>>3D&listAll=true&page=1&pagesize=20&_=1365316581586
> >>> 2013-04-07 00:36:21,602 DEBUG [cloud.api.ApiServlet]
> >>> (1109449945@qtp-1008805148-34:null) ===END===  127.0.0.1 -- GET
> >>>
> >>>command=listVolumes&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnR
> Rfl8GoVA
> >>>%
> >>>3D&listAll=true&page=1&pagesize=20&_=1365316581586
> >>> 2013-04-07 00:36:22,324 DEBUG [cloud.api.ApiServlet]
> >>> (1109449945@qtp-1008805148-34:null) ===START===  127.0.0.1 -- GET
> >>>
> >>>command=listVirtualMachines&response=json&sessionkey=Z6QqzU0Fq1iT13
> bMgnR
> >>>R
> >>>fl8GoVA%3D&listAll=true&page=1&pagesize=20&_=1365316582321
> >>> 2013-04-07 00:36:22,348 DEBUG [cloud.api.ApiServlet]
> >>> (1109449945@qtp-1008805148-34:null) ===END===  127.0.0.1 -- GET
> >>>
> >>>command=listVirtualMachines&response=json&sessionkey=Z6QqzU0Fq1iT13
> bMgnR
> >>>R
> >>>fl8GoVA%3D&listAll=true&page=1&pagesize=20&_=1365316582321
> >>> 2013-04-07 00:36:24,891 DEBUG [agent.manager.AgentManagerImpl]
> >>> (AgentManager-Handler-4:null) Ping from 4
> >>> 2013-04-07 00:36:27,193 DEBUG [agent.manager.DirectAgentAttache]
> >>> (DirectAgent-204:null) Ping from 1
> >>> 2013-04-07 00:36:29,095 DEBUG [agent.manager.DirectAgentAttache]
> >>> (DirectAgent-277:null) Seq 1-90046472: Executing request
> >>> 2013-04-07 00:36:29,354 DEBUG [agent.manager.DirectAgentAttache]
> >>> (DirectAgent-277:null) Seq 1-90046472: Response Received:
> >>> 2013-04-07 00:36:29,355 DEBUG [agent.transport.Request]
> >>> (DirectAgent-277:null) Seq 1-90046472: Processing:  { Ans: , MgmtId: 1,
> >>> via: 1, Ver: v1, Flags: 10,
> >>>
> >>>[{"ClusterSyncAnswer":{"_clusterId":1,"_newStates":{},"_isExecuted":fals
> >>>e
> >>>,"result":true,"wait":0}}]
> >>> }
> >>> 2013-04-07 00:36:47,680 DEBUG [agent.manager.AgentManagerImpl]
> >>> (AgentManager-Handler-5:null) Ping from 3
> >>> 2013-04-07 00:36:50,451 DEBUG
> >>> [storage.secondary.SecondaryStorageManagerImpl] (secstorage-1:null)
> >>>Zone 1
> >>> is ready to launch secondary storage VM
> >>> 2013-04-07 00:36:50,554 DEBUG
> >>>[cloud.consoleproxy.ConsoleProxyManagerImpl]
> >>> (consoleproxy-1:null) Zone 1 is ready to launch console proxy
> >>> 2013-04-07 00:36:50,820 DEBUG
> >>> [network.router.VirtualNetworkApplianceManagerImpl]
> >>> (RouterStatusMonitor-1:null) Found 0 routers to update status.
> >>> 2013-04-07 00:36:50,821 DEBUG
> >>> [network.router.VirtualNetworkApplianceManagerImpl]
> >>> (RouterStatusMonitor-1:null) Found 0 networks to update RvR status.
> >>> 2013-04-07 00:36:50,851 DEBUG
> >>> [network.router.VirtualNetworkApplianceManagerImpl]
> >>> (RouterStatusMonitor-1:null) Found 0 routers to update status.
> >>> 2013-04-07 00:36:50,852 DEBUG
> >>> [network.router.VirtualNetworkApplianceManagerImpl]
> >>> (RouterStatusMonitor-1:null) Found 0 networks to update RvR status.
> >>> 2013-04-07 00:36:51,476 INFO  [agent.manager.AgentMonitor]
> >>> (Thread-11:null) Found the following agents behind on ping: [6, 5]
> >>> 2013-04-07 00:36:51,477 DEBUG [cloud.host.Status] (Thread-11:null) Ping
> >>> timeout for host 6, do invstigation
> >>> 2013-04-07 00:36:51,479 DEBUG [cloud.host.Status] (Thread-11:null) Ping
> >>> timeout for host 5, do invstigation
> >>> 2013-04-07 00:36:51,479 INFO  [agent.manager.AgentManagerImpl]
> >>> (AgentTaskPool-9:null) Investigating why host 6 has disconnected with
> >>>event
> >>> PingTimeout
> >>> 2013-04-07 00:36:51,479 DEBUG [agent.manager.AgentManagerImpl]
> >>> (AgentTaskPool-9:null) checking if agent (6) is alive
> >>> 2013-04-07 00:36:51,482 INFO  [agent.manager.AgentManagerImpl]
> >>> (AgentTaskPool-12:null) Investigating why host 5 has disconnected with
> >>> event PingTimeout
> >>> 2013-04-07 00:36:51,482 DEBUG [agent.manager.AgentManagerImpl]
> >>> (AgentTaskPool-12:null) checking if agent (5) is alive
> >>> 2013-04-07 00:36:51,483 DEBUG [agent.transport.Request]
> >>> (AgentTaskPool-9:null) Seq 6-324993315: Sending  { Cmd , MgmtId: 1,
> >>>via: 6,
> >>> Ver: v1, Flags: 100011, [{"CheckHealthCommand":{"wait":50}}] }
> >>> 2013-04-07 00:36:51,484 DEBUG [agent.transport.Request]
> >>> (AgentTaskPool-9:null) Seq 6-324993315: Executing:  { Cmd , MgmtId: 1,
> >>>via:
> >>> 6, Ver: v1, Flags: 100011, [{"CheckHealthCommand":{"wait":50}}] }
> >>> 2013-04-07 00:36:51,484 DEBUG [agent.manager.DirectAgentAttache]
> >>> (DirectAgent-169:null) Seq 6-324993315: Executing request
> >>> 2013-04-07 00:36:51,485 DEBUG [agent.transport.Request]
> >>> (AgentTaskPool-12:null) Seq 5-614334819: Sending  { Cmd , MgmtId: 1,
> >>>via:
> >>> 5, Ver: v1, Flags: 100011, [{"CheckHealthCommand":{"wait":50}}] }
> >>> 2013-04-07 00:36:51,485 DEBUG [agent.transport.Request]
> >>> (AgentTaskPool-12:null) Seq 5-614334819: Executing:  { Cmd , MgmtId: 1,
> >>> via: 5, Ver: v1, Flags: 100011, [{"CheckHealthCommand":{"wait":50}}] }
> >>> 2013-04-07 00:36:51,485 DEBUG [agent.manager.DirectAgentAttache]
> >>> (DirectAgent-498:null) Seq 5-614334819: Executing request
> >>> 2013-04-07 00:36:51,542 DEBUG [agent.manager.DirectAgentAttache]
> >>> (DirectAgent-169:null) Seq 6-324993315: Response Received:
> >>> 2013-04-07 00:36:51,542 DEBUG [agent.transport.Request]
> >>> (DirectAgent-169:null) Seq 6-324993315: Processing:  { Ans: , MgmtId:
> >>>1,
> >>> via: 6, Ver: v1, Flags: 10,
> >>> [{"CheckHealthAnswer":{"result":true,"details":"resource is
> >>> alive","wait":0}}] }
> >>> 2013-04-07 00:36:51,542 DEBUG [agent.transport.Request]
> >>> (AgentTaskPool-9:null) Seq 6-324993315: Received:  { Ans: , MgmtId: 1,
> >>>via:
> >>> 6, Ver: v1, Flags: 10, { CheckHealthAnswer } }
> >>> 2013-04-07 00:36:51,542 DEBUG [agent.manager.AgentManagerImpl]
> >>> (AgentTaskPool-9:null) Details from executing class
> >>> com.cloud.agent.api.CheckHealthCommand: resource is alive
> >>> 2013-04-07 00:36:51,542 DEBUG [agent.manager.AgentManagerImpl]
> >>> (AgentTaskPool-9:null) agent (6) responded to checkHeathCommand,
> >>>reporting
> >>> that agent is Up
> >>> 2013-04-07 00:36:51,542 INFO  [agent.manager.AgentManagerImpl]
> >>> (AgentTaskPool-9:null) The state determined is Up
> >>> 2013-04-07 00:36:51,542 INFO  [agent.manager.AgentManagerImpl]
> >>> (AgentTaskPool-9:null) Agent is determined to be up and running
> >>> 2013-04-07 00:36:51,542 DEBUG [cloud.host.Status]
> >>>(AgentTaskPool-9:null)
> >>> Transition:[Resource state = Enabled, Agent event = Ping, Host id = 6,
> >>>name
> >>> = Tut-XenServer]
> >>> 2013-04-07 00:36:51,546 DEBUG [cloud.host.Status]
> >>>(AgentTaskPool-9:null)
> >>> Agent status update: [id = 6; name = Tut-XenServer; old status = Up;
> >>>event
> >>> = Ping; new status = Up; old update count = 313; new update count =
> >>>314]
> >>> 2013-04-07 00:36:51,549 DEBUG [agent.manager.DirectAgentAttache]
> >>> (DirectAgent-498:null) Seq 5-614334819: Response Received:
> >>> 2013-04-07 00:36:51,549 DEBUG [agent.transport.Request]
> >>> (DirectAgent-498:null) Seq 5-614334819: Processing:  { Ans: , MgmtId:
> >>>1,
> >>> via: 5, Ver: v1, Flags: 10,
> >>> [{"CheckHealthAnswer":{"result":true,"details":"resource is
> >>> alive","wait":0}}] }
> >>> 2013-04-07 00:36:51,549 DEBUG [agent.transport.Request]
> >>> (AgentTaskPool-12:null) Seq 5-614334819: Received:  { Ans: , MgmtId: 1,
> >>> via: 5, Ver: v1, Flags: 10, { CheckHealthAnswer } }
> >>> 2013-04-07 00:36:51,549 DEBUG [agent.manager.AgentManagerImpl]
> >>> (AgentTaskPool-12:null) Details from executing class
> >>> com.cloud.agent.api.CheckHealthCommand: resource is alive
> >>> 2013-04-07 00:36:51,549 DEBUG [agent.manager.AgentManagerImpl]
> >>> (AgentTaskPool-12:null) agent (5) responded to checkHeathCommand,
> >>>reporting
> >>> that agent is Up
> >>> 2013-04-07 00:36:51,549 INFO  [agent.manager.AgentManagerImpl]
> >>> (AgentTaskPool-12:null) The state determined is Up
> >>> 2013-04-07 00:36:51,549 INFO  [agent.manager.AgentManagerImpl]
> >>> (AgentTaskPool-12:null) Agent is determined to be up and running
> >>> 2013-04-07 00:36:51,549 DEBUG [cloud.host.Status]
> >>>(AgentTaskPool-12:null)
> >>> Transition:[Resource state = Enabled, Agent event = Ping, Host id = 5,
> >>>name
> >>> = Tut-XenServer2]
> >>> 2013-04-07 00:36:51,552 DEBUG [cloud.host.Status]
> >>>(AgentTaskPool-12:null)
> >>> Agent status update: [id = 5; name = Tut-XenServer2; old status = Up;
> >>>event
> >>> = Ping; new status = Up; old update count = 150; new update count =
> >>>151]
> >>> 2013-04-07 00:36:54,389 INFO  [cloud.vm.UserVmManagerImpl]
> >>> (UserVm-Scavenger-1:null) Found 1 vms to expunge.
> >>> 2013-04-07 00:36:54,389 DEBUG [cloud.vm.VirtualMachineManagerImpl]
> >>> (UserVm-Scavenger-1:null) Stopped called on
> >>> VM[User|c18ddf7c-fc61-40b0-af75-fdef05f8eae6] but the state is
> >>>Destroyed
> >>> 2013-04-07 00:36:54,391 DEBUG [cloud.capacity.CapacityManagerImpl]
> >>> (UserVm-Scavenger-1:null) VM state transitted from :Destroyed to
> >>>Expunging
> >>> with event: ExpungeOperationvm's original host id: 5 new host id: null
> >>>host
> >>> id before state transition: null
> >>> 2013-04-07 00:36:54,391 DEBUG [cloud.vm.VirtualMachineManagerImpl]
> >>> (UserVm-Scavenger-1:null) Destroying vm
> >>> VM[User|c18ddf7c-fc61-40b0-af75-fdef05f8eae6]
> >>> 2013-04-07 00:36:54,391 DEBUG [cloud.vm.VirtualMachineManagerImpl]
> >>> (UserVm-Scavenger-1:null) Cleaning up NICS
> >>> 2013-04-07 00:36:54,391 DEBUG [cloud.network.NetworkManagerImpl]
> >>> (UserVm-Scavenger-1:null) Cleaning network for vm: 12
> >>> 2013-04-07 00:36:54,399 DEBUG [network.guru.DirectNetworkGuru]
> >>> (UserVm-Scavenger-1:null) Deallocate network: networkId: 204, ip:
> >>> 192.168.56.195
> >>> 2013-04-07 00:36:54,409 DEBUG [cloud.network.NetworkManagerImpl]
> >>> (UserVm-Scavenger-1:null) Removed nic id=18
> >>> 2013-04-07 00:36:54,409 DEBUG [cloud.storage.StorageManagerImpl]
> >>> (UserVm-Scavenger-1:null) Cleaning storage for vm: 12
> >>> 2013-04-07 00:36:54,417 DEBUG [cloud.storage.StorageManagerImpl]
> >>> (UserVm-Scavenger-1:null) Expunging Vol[12|vm=12|ROOT]
> >>> 2013-04-07 00:36:54,424 DEBUG [agent.transport.Request]
> >>> (UserVm-Scavenger-1:null) Seq 5-614334820: Sending  { Cmd , MgmtId: 1,
> >>>via:
> >>> 5, Ver: v1, Flags: 100111,
> >>>
> >>>[{"storage.DestroyCommand":{"vmName":"i-2-12-
> VM","volume":{"id":12,"name
> >>>"
> >>>:"ROOT-12","mountPoint":"/iSCSI_SR_3","path":"40a39639-e8aa-45b5-
> bfa1-59
> >>>1
> >>>b68571d0c","size":52428800,"type":"ROOT","storagePoolType":"PreSetup",
> "s
> >>>t
> >>>oragePoolUuid":"iSCSI_SR_3","deviceId":0},"wait":0}}]
> >>> }
> >>> 2013-04-07 00:36:54,424 DEBUG [agent.transport.Request]
> >>> (UserVm-Scavenger-1:null) Seq 5-614334820: Executing:  { Cmd , MgmtId:
> >>>1,
> >>> via: 5, Ver: v1, Flags: 100111,
> >>>
> >>>[{"storage.DestroyCommand":{"vmName":"i-2-12-
> VM","volume":{"id":12,"name
> >>>"
> >>>:"ROOT-12","mountPoint":"/iSCSI_SR_3","path":"40a39639-e8aa-45b5-
> bfa1-59
> >>>1
> >>>b68571d0c","size":52428800,"type":"ROOT","storagePoolType":"PreSetup",
> "s
> >>>t
> >>>oragePoolUuid":"iSCSI_SR_3","deviceId":0},"wait":0}}]
> >>> }
> >>> 2013-04-07 00:36:54,424 DEBUG [agent.manager.DirectAgentAttache]
> >>> (DirectAgent-411:null) Seq 5-614334820: Executing request
> >>> 2013-04-07 00:36:55,072 DEBUG [agent.manager.DirectAgentAttache]
> >>> (DirectAgent-411:null) Seq 5-614334820: Response Received:
> >>> 2013-04-07 00:36:55,072 DEBUG [agent.transport.Request]
> >>> (DirectAgent-411:null) Seq 5-614334820: Processing:  { Ans: , MgmtId:
> >>>1,
> >>> via: 5, Ver: v1, Flags: 110,
> >>> [{"Answer":{"result":true,"details":"Success","wait":0}}] }
> >>> 2013-04-07 00:36:55,072 DEBUG [agent.transport.Request]
> >>> (UserVm-Scavenger-1:null) Seq 5-614334820: Received:  { Ans: , MgmtId:
> >>>1,
> >>> via: 5, Ver: v1, Flags: 110, { Answer } }
> >>> 2013-04-07 00:36:55,072 DEBUG [agent.manager.AgentAttache]
> >>> (DirectAgent-411:null) Seq 5-614334820: No more commands found
> >>> 2013-04-07 00:36:55,076 DEBUG [cloud.storage.StorageManagerImpl]
> >>> (UserVm-Scavenger-1:null) Volume successfully expunged from 257
> >>> 2013-04-07 00:36:55,076 DEBUG [cloud.vm.VirtualMachineManagerImpl]
> >>> (UserVm-Scavenger-1:null) Expunged
> >>> VM[User|c18ddf7c-fc61-40b0-af75-fdef05f8eae6]
> >>> 2013-04-07 00:36:55,076 DEBUG [cloud.vm.UserVmManagerImpl]
> >>> (UserVm-Scavenger-1:null) Starting cleaning up vm
> >>> VM[User|c18ddf7c-fc61-40b0-af75-fdef05f8eae6] resources...
> >>> 2013-04-07 00:36:55,080 INFO
> >>>[network.security.SecurityGroupManagerImpl]
> >>> (UserVm-Scavenger-1:null) Disassociated 1 network groups  from uservm
> >>>12
> >>> 2013-04-07 00:36:55,081 DEBUG
> >>>[network.security.SecurityGroupManagerImpl]
> >>> (UserVm-Scavenger-1:null) Security group mappings are removed
> >>>successfully
> >>> for vm id=12
> >>> 2013-04-07 00:36:55,090 DEBUG [network.firewall.FirewallManagerImpl]
> >>> (UserVm-Scavenger-1:null) No firewall rules are found for vm id=12
> >>> 2013-04-07 00:36:55,090 DEBUG [cloud.vm.UserVmManagerImpl]
> >>> (UserVm-Scavenger-1:null) Firewall rules are removed successfully as a
> >>>part
> >>> of vm id=12 expunge
> >>> 2013-04-07 00:36:55,093 DEBUG [network.rules.RulesManagerImpl]
> >>> (UserVm-Scavenger-1:null) No port forwarding rules are found for vm
> >>>id=12
> >>> 2013-04-07 00:36:55,093 DEBUG [cloud.vm.UserVmManagerImpl]
> >>> (UserVm-Scavenger-1:null) Port forwarding rules are removed
> >>>successfully as
> >>> a part of vm id=12 expunge
> >>> 2013-04-07 00:36:55,095 DEBUG [cloud.vm.UserVmManagerImpl]
> >>> (UserVm-Scavenger-1:null) Removed vm id=12 from all load balancers as a
> >>> part of expunge process
> >>> 2013-04-07 00:36:55,096 DEBUG [cloud.vm.UserVmManagerImpl]
> >>> (UserVm-Scavenger-1:null) Successfully cleaned up vm
> >>> VM[User|c18ddf7c-fc61-40b0-af75-fdef05f8eae6] resources as a part of
> >>> expunge process
> >>> 2013-04-07 00:37:04,802 DEBUG [agent.manager.DirectAgentAttache]
> >>> (DirectAgent-110:null) Ping from 6
> >>> 2013-04-07 00:37:06,042 DEBUG [agent.manager.DirectAgentAttache]
> >>> (DirectAgent-409:null) Ping from 5
> >>> 2013-04-07 00:37:06,909 DEBUG [agent.manager.DirectAgentAttache]
> >>> (DirectAgent-239:null) Seq 6-324993028: Executing request
> >>> 2013-04-07 00:37:07,099 DEBUG [agent.manager.DirectAgentAttache]
> >>> (DirectAgent-239:null) Seq 6-324993028: Response Received:
> >>> 2013-04-07 00:37:07,100 DEBUG [agent.transport.Request]
> >>> (DirectAgent-239:null) Seq 6-324993028: Processing:  { Ans: , MgmtId:
> >>>1,
> >>> via: 6, Ver: v1, Flags: 10,
> >>>
> >>>[{"ClusterSyncAnswer":{"_clusterId":2,"_newStates":{},"_isExecuted":fals
> >>>e
> >>>,"result":true,"wait":0}}]
> >>> }
> >>> 2013-04-07 00:37:11,022 DEBUG [agent.manager.DirectAgentAttache]
> >>> (DirectAgent-225:null) Seq 5-614334468: Executing request
> >>> 2013-04-07 00:37:11,170 DEBUG [agent.manager.DirectAgentAttache]
> >>> (DirectAgent-225:null) Seq 5-614334468: Response Received:
> >>> 2013-04-07 00:37:11,171 DEBUG [agent.transport.Request]
> >>> (DirectAgent-225:null) Seq 5-614334468: Processing:  { Ans: , MgmtId:
> >>>1,
> >>> via: 5, Ver: v1, Flags: 10, [{"Answer":{"result":true,"wait":0}}] }
> >>> 2013-04-07 00:37:20,451 DEBUG
> >>> [storage.secondary.SecondaryStorageManagerImpl] (secstorage-1:null)
> >>>Zone 1
> >>> is ready to launch secondary storage VM
> >>> 2013-04-07 00:37:20,554 DEBUG
> >>>[cloud.consoleproxy.ConsoleProxyManagerImpl]
> >>> (consoleproxy-1:null) Zone 1 is ready to launch console proxy
> >>> 2013-04-07 00:37:20,820 DEBUG
> >>> [network.router.VirtualNetworkApplianceManagerImpl]
> >>> (RouterStatusMonitor-1:null) Found 0 routers to update status.
> >>> 2013-04-07 00:37:20,822 DEBUG
> >>> [network.router.VirtualNetworkApplianceManagerImpl]
> >>> (RouterStatusMonitor-1:null) Found 0 networks to update RvR status.
> >>> 2013-04-07 00:37:20,851 DEBUG
> >>> [network.router.VirtualNetworkApplianceManagerImpl]
> >>> (RouterStatusMonitor-1:null) Found 0 routers to update status.
> >>> 2013-04-07 00:37:20,852 DEBUG
> >>> [network.router.VirtualNetworkApplianceManagerImpl]
> >>> (RouterStatusMonitor-1:null) Found 0 networks to update RvR status.
> >>> 2013-04-07 00:37:24,890 DEBUG [agent.manager.AgentManagerImpl]
> >>> (AgentManager-Handler-6:null) Ping from 4
> >>> 2013-04-07 00:37:27,167 DEBUG [agent.manager.DirectAgentAttache]
> >>> (DirectAgent-354:null) Ping from 1
> >>> 2013-04-07 00:37:29,095 DEBUG [agent.manager.DirectAgentAttache]
> >>> (DirectAgent-97:null) Seq 1-90046472: Executing request
> >>> 2013-04-07 00:37:29,317 DEBUG [agent.manager.DirectAgentAttache]
> >>> (DirectAgent-97:null) Seq 1-90046472: Response Received:
> >>> 2013-04-07 00:37:29,317 DEBUG [agent.transport.Request]
> >>> (DirectAgent-97:null) Seq 1-90046472: Processing:  { Ans: , MgmtId: 1,
> >>>via:
> >>> 1, Ver: v1, Flags: 10,
> >>>
> >>>[{"ClusterSyncAnswer":{"_clusterId":1,"_newStates":{},"_isExecuted":fals
> >>>e
> >>>,"result":true,"wait":0}}]
> >>> }
> >>> 2013-04-07 00:37:47,679 DEBUG [agent.manager.AgentManagerImpl]
> >>> (AgentManager-Handler-7:null) Ping from 3
> >>> 2013-04-07 00:37:50,451 DEBUG
> >>> [storage.secondary.SecondaryStorageManagerImpl] (secstorage-1:null)
> >>>Zone 1
> >>> is ready to launch secondary storage VM
> >>> 2013-04-07 00:37:50,555 DEBUG
> >>>[cloud.consoleproxy.ConsoleProxyManagerImpl]
> >>> (consoleproxy-1:null) Zone 1 is ready to launch console proxy
> >>> 2013-04-07 00:37:50,798 INFO  [cloud.ha.HighAvailabilityManagerImpl]
> >>> (HA-2:null) checking health of usage server
> >>> 2013-04-07 00:37:50,799 DEBUG [cloud.ha.HighAvailabilityManagerImpl]
> >>> (HA-2:null) usage server running? false, heartbeat: null
> >>> 2013-04-07 00:37:50,801 DEBUG [cloud.alert.AlertManagerImpl]
> >>>(HA-2:null)
> >>> Have already sent: 1 emails for alert type '12' -- skipping send email
> >>> 2013-04-07 00:37:50,816 DEBUG
> >>> [network.router.VirtualNetworkApplianceManagerImpl]
> >>>(RouterMonitor-1:null)
> >>> Found 0 running routers.
> >>> 2013-04-07 00:37:50,820 DEBUG
> >>> [network.router.VirtualNetworkApplianceManagerImpl]
> >>> (RouterStatusMonitor-1:null) Found 0 routers to update status.
> >>> 2013-04-07 00:37:50,821 DEBUG
> >>> [network.router.VirtualNetworkApplianceManagerImpl]
> >>> (RouterStatusMonitor-1:null) Found 0 networks to update RvR status.
> >>> 2013-04-07 00:37:50,850 DEBUG
> >>> [network.router.VirtualNetworkApplianceManagerImpl]
> >>>(RouterMonitor-1:null)
> >>> Found 0 running routers.
> >>> 2013-04-07 00:37:50,851 DEBUG
> >>> [network.router.VirtualNetworkApplianceManagerImpl]
> >>> (RouterStatusMonitor-1:null) Found 0 routers to update status.
> >>> 2013-04-07 00:37:50,852 DEBUG
> >>> [network.router.VirtualNetworkApplianceManagerImpl]
> >>> (RouterStatusMonitor-1:null) Found 0 networks to update RvR status.
> >>> 2013-04-07 00:37:50,909 DEBUG
> >>> [cloud.network.ExternalLoadBalancerUsageManagerImpl]
> >>> (ExternalNetworkMonitor-1:null) External devices stats collector is
> >>> running...
> >>> 2013-04-07 00:37:50,920 DEBUG
> [storage.snapshot.SnapshotSchedulerImpl]
> >>> (SnapshotPollTask:null) Snapshot scheduler.poll is being called at
> >>> 2013-04-07 06:37:50 GMT
> >>> 2013-04-07 00:37:50,921 DEBUG
> [storage.snapshot.SnapshotSchedulerImpl]
> >>> (SnapshotPollTask:null) Got 0 snapshots to be executed at 2013-04-07
> >>> 06:37:50 GMT
> >>> 2013-04-07 00:37:51,480 INFO  [agent.manager.AgentMonitor]
> >>> (Thread-11:null) Found the following agents behind on ping: [6, 5]
> >>> 2013-04-07 00:37:51,481 DEBUG [cloud.host.Status] (Thread-11:null) Ping
> >>> timeout for host 6, do invstigation
> >>> 2013-04-07 00:37:51,482 DEBUG [cloud.host.Status] (Thread-11:null) Ping
> >>> timeout for host 5, do invstigation
> >>> 2013-04-07 00:37:51,483 INFO  [agent.manager.AgentManagerImpl]
> >>> (AgentTaskPool-10:null) Investigating why host 6 has disconnected with
> >>> event PingTimeout
> >>> 2013-04-07 00:37:51,483 DEBUG [agent.manager.AgentManagerImpl]
> >>> (AgentTaskPool-10:null) checking if agent (6) is alive
> >>> 2013-04-07 00:37:51,484 INFO  [agent.manager.AgentManagerImpl]
> >>> (AgentTaskPool-13:null) Investigating why host 5 has disconnected with
> >>> event PingTimeout
> >>> 2013-04-07 00:37:51,484 DEBUG [agent.manager.AgentManagerImpl]
> >>> (AgentTaskPool-13:null) checking if agent (5) is alive
> >>> 2013-04-07 00:37:51,486 DEBUG [agent.transport.Request]
> >>> (AgentTaskPool-10:null) Seq 6-324993316: Sending  { Cmd , MgmtId: 1,
> >>>via:
> >>> 6, Ver: v1, Flags: 100011, [{"CheckHealthCommand":{"wait":50}}] }
> >>> 2013-04-07 00:37:51,486 DEBUG [agent.transport.Request]
> >>> (AgentTaskPool-10:null) Seq 6-324993316: Executing:  { Cmd , MgmtId: 1,
> >>> via: 6, Ver: v1, Flags: 100011, [{"CheckHealthCommand":{"wait":50}}] }
> >>> 2013-04-07 00:37:51,486 DEBUG [agent.manager.DirectAgentAttache]
> >>> (DirectAgent-303:null) Seq 6-324993316: Executing request
> >>> 2013-04-07 00:37:51,488 DEBUG [agent.transport.Request]
> >>> (AgentTaskPool-13:null) Seq 5-614334821: Sending  { Cmd , MgmtId: 1,
> >>>via:
> >>> 5, Ver: v1, Flags: 100011, [{"CheckHealthCommand":{"wait":50}}] }
> >>> 2013-04-07 00:37:51,488 DEBUG [agent.transport.Request]
> >>> (AgentTaskPool-13:null) Seq 5-614334821: Executing:  { Cmd , MgmtId: 1,
> >>> via: 5, Ver: v1, Flags: 100011, [{"CheckHealthCommand":{"wait":50}}] }
> >>> 2013-04-07 00:37:51,488 DEBUG [agent.manager.DirectAgentAttache]
> >>> (DirectAgent-158:null) Seq 5-614334821: Executing request
> >>> 2013-04-07 00:37:51,537 DEBUG [agent.manager.DirectAgentAttache]
> >>> (DirectAgent-303:null) Seq 6-324993316: Response Received:
> >>> 2013-04-07 00:37:51,538 DEBUG [agent.transport.Request]
> >>> (DirectAgent-303:null) Seq 6-324993316: Processing:  { Ans: , MgmtId:
> >>>1,
> >>> via: 6, Ver: v1, Flags: 10,
> >>> [{"CheckHealthAnswer":{"result":true,"details":"resource is
> >>> alive","wait":0}}] }
> >>> 2013-04-07 00:37:51,538 DEBUG [agent.transport.Request]
> >>> (AgentTaskPool-10:null) Seq 6-324993316: Received:  { Ans: , MgmtId: 1,
> >>> via: 6, Ver: v1, Flags: 10, { CheckHealthAnswer } }
> >>> 2013-04-07 00:37:51,538 DEBUG [agent.manager.AgentManagerImpl]
> >>> (AgentTaskPool-10:null) Details from executing class
> >>> com.cloud.agent.api.CheckHealthCommand: resource is alive
> >>> 2013-04-07 00:37:51,538 DEBUG [agent.manager.AgentManagerImpl]
> >>> (AgentTaskPool-10:null) agent (6) responded to checkHeathCommand,
> >>>reporting
> >>> that agent is Up
> >>> 2013-04-07 00:37:51,538 INFO  [agent.manager.AgentManagerImpl]
> >>> (AgentTaskPool-10:null) The state determined is Up
> >>> 2013-04-07 00:37:51,538 INFO  [agent.manager.AgentManagerImpl]
> >>> (AgentTaskPool-10:null) Agent is determined to be up and running
> >>> 2013-04-07 00:37:51,538 DEBUG [cloud.host.Status]
> >>>(AgentTaskPool-10:null)
> >>> Transition:[Resource state = Enabled, Agent event = Ping, Host id = 6,
> >>>name
> >>> = Tut-XenServer]
> >>> 2013-04-07 00:37:51,541 DEBUG [agent.manager.DirectAgentAttache]
> >>> (DirectAgent-158:null) Seq 5-614334821: Response Received:
> >>> 2013-04-07 00:37:51,541 DEBUG [agent.transport.Request]
> >>> (DirectAgent-158:null) Seq 5-614334821: Processing:  { Ans: , MgmtId:
> >>>1,
> >>> via: 5, Ver: v1, Flags: 10,
> >>> [{"CheckHealthAnswer":{"result":true,"details":"resource is
> >>> alive","wait":0}}] }
> >>> 2013-04-07 00:37:51,541 DEBUG [agent.transport.Request]
> >>> (AgentTaskPool-13:null) Seq 5-614334821: Received:  { Ans: , MgmtId: 1,
> >>> via: 5, Ver: v1, Flags: 10, { CheckHealthAnswer } }
> >>> 2013-04-07 00:37:51,541 DEBUG [agent.manager.AgentManagerImpl]
> >>> (AgentTaskPool-13:null) Details from executing class
> >>> com.cloud.agent.api.CheckHealthCommand: resource is alive
> >>> 2013-04-07 00:37:51,541 DEBUG [agent.manager.AgentManagerImpl]
> >>> (AgentTaskPool-13:null) agent (5) responded to checkHeathCommand,
> >>>reporting
> >>> that agent is Up
> >>> 2013-04-07 00:37:51,541 INFO  [agent.manager.AgentManagerImpl]
> >>> (AgentTaskPool-13:null) The state determined is Up
> >>> 2013-04-07 00:37:51,541 DEBUG [cloud.host.Status]
> >>>(AgentTaskPool-10:null)
> >>> Agent status update: [id = 6; name = Tut-XenServer; old status = Up;
> >>>event
> >>> = Ping; new status = Up; old update count = 314; new update count =
> >>>315]
> >>> 2013-04-07 00:37:51,541 INFO  [agent.manager.AgentManagerImpl]
> >>> (AgentTaskPool-13:null) Agent is determined to be up and running
> >>> 2013-04-07 00:37:51,541 DEBUG [cloud.host.Status]
> >>>(AgentTaskPool-13:null)
> >>> Transition:[Resource state = Enabled, Agent event = Ping, Host id = 5,
> >>>name
> >>> = Tut-XenServer2]
> >>> 2013-04-07 00:37:51,544 DEBUG [cloud.host.Status]
> >>>(AgentTaskPool-13:null)
> >>> Agent status update: [id = 5; name = Tut-XenServer2; old status = Up;
> >>>event
> >>> = Ping; new status = Up; old update count = 151; new update count =
> >>>152]
> >>> 2013-04-07 00:37:55,103 INFO  [cloud.vm.UserVmManagerImpl]
> >>> (UserVm-Scavenger-1:null) Found 1 vms to expunge.
> >>> 2013-04-07 00:37:55,103 DEBUG [cloud.vm.VirtualMachineManagerImpl]
> >>> (UserVm-Scavenger-1:null) Stopped called on
> >>> VM[User|94ddc16f-04fc-4da1-8326-01d8d5cdeb44] but the state is
> >>>Destroyed
> >>> 2013-04-07 00:37:55,105 DEBUG [cloud.capacity.CapacityManagerImpl]
> >>> (UserVm-Scavenger-1:null) VM state transitted from :Destroyed to
> >>>Expunging
> >>> with event: ExpungeOperationvm's original host id: 6 new host id: null
> >>>host
> >>> id before state transition: null
> >>> 2013-04-07 00:37:55,105 DEBUG [cloud.vm.VirtualMachineManagerImpl]
> >>> (UserVm-Scavenger-1:null) Destroying vm
> >>> VM[User|94ddc16f-04fc-4da1-8326-01d8d5cdeb44]
> >>> 2013-04-07 00:37:55,105 DEBUG [cloud.vm.VirtualMachineManagerImpl]
> >>> (UserVm-Scavenger-1:null) Cleaning up NICS
> >>> 2013-04-07 00:37:55,105 DEBUG [cloud.network.NetworkManagerImpl]
> >>> (UserVm-Scavenger-1:null) Cleaning network for vm: 13
> >>> 2013-04-07 00:37:55,113 DEBUG [network.guru.DirectNetworkGuru]
> >>> (UserVm-Scavenger-1:null) Deallocate network: networkId: 204, ip:
> >>> 192.168.56.146
> >>> 2013-04-07 00:37:55,124 DEBUG [cloud.network.NetworkManagerImpl]
> >>> (UserVm-Scavenger-1:null) Removed nic id=19
> >>> 2013-04-07 00:37:55,124 DEBUG [cloud.storage.StorageManagerImpl]
> >>> (UserVm-Scavenger-1:null) Cleaning storage for vm: 13
> >>> 2013-04-07 00:37:55,132 DEBUG [cloud.storage.StorageManagerImpl]
> >>> (UserVm-Scavenger-1:null) Expunging Vol[13|vm=13|ROOT]
> >>> 2013-04-07 00:37:55,139 DEBUG [agent.transport.Request]
> >>> (UserVm-Scavenger-1:null) Seq 6-324993317: Sending  { Cmd , MgmtId: 1,
> >>>via:
> >>> 6, Ver: v1, Flags: 100111,
> >>>
> >>>[{"storage.DestroyCommand":{"vmName":"i-2-13-
> VM","volume":{"id":13,"name
> >>>"
> >>>:"ROOT-13","mountPoint":"/iSCSI_SR_3","path":"99154d9c-2665-465d-
> 8c71-e6
> >>>0
> >>>f1748895b","size":52428800,"type":"ROOT","storagePoolType":"PreSetup","
> s
> >>>t
> >>>oragePoolUuid":"iSCSI_SR_3","deviceId":0},"wait":0}}]
> >>> }
> >>> 2013-04-07 00:37:55,140 DEBUG [agent.transport.Request]
> >>> (UserVm-Scavenger-1:null) Seq 6-324993317: Executing:  { Cmd , MgmtId:
> >>>1,
> >>> via: 6, Ver: v1, Flags: 100111,
> >>>
> >>>[{"storage.DestroyCommand":{"vmName":"i-2-13-
> VM","volume":{"id":13,"name
> >>>"
> >>>:"ROOT-13","mountPoint":"/iSCSI_SR_3","path":"99154d9c-2665-465d-
> 8c71-e6
> >>>0
> >>>f1748895b","size":52428800,"type":"ROOT","storagePoolType":"PreSetup","
> s
> >>>t
> >>>oragePoolUuid":"iSCSI_SR_3","deviceId":0},"wait":0}}]
> >>> }
> >>> 2013-04-07 00:37:55,140 DEBUG [agent.manager.DirectAgentAttache]
> >>> (DirectAgent-87:null) Seq 6-324993317: Executing request
> >>> 2013-04-07 00:37:55,724 DEBUG [agent.manager.DirectAgentAttache]
> >>> (DirectAgent-87:null) Seq 6-324993317: Response Received:
> >>> 2013-04-07 00:37:55,724 DEBUG [agent.transport.Request]
> >>> (DirectAgent-87:null) Seq 6-324993317: Processing:  { Ans: , MgmtId: 1,
> >>> via: 6, Ver: v1, Flags: 110,
> >>> [{"Answer":{"result":true,"details":"Success","wait":0}}] }
> >>> 2013-04-07 00:37:55,724 DEBUG [agent.manager.AgentAttache]
> >>> (DirectAgent-87:null) Seq 6-324993317: No more commands found
> >>> 2013-04-07 00:37:55,724 DEBUG [agent.transport.Request]
> >>> (UserVm-Scavenger-1:null) Seq 6-324993317: Received:  { Ans: , MgmtId:
> >>>1,
> >>> via: 6, Ver: v1, Flags: 110, { Answer } }
> >>> 2013-04-07 00:37:55,727 DEBUG [cloud.storage.StorageManagerImpl]
> >>> (UserVm-Scavenger-1:null) Volume successfully expunged from 257
> >>> 2013-04-07 00:37:55,727 DEBUG [cloud.vm.VirtualMachineManagerImpl]
> >>> (UserVm-Scavenger-1:null) Expunged
> >>> VM[User|94ddc16f-04fc-4da1-8326-01d8d5cdeb44]
> >>> 2013-04-07 00:37:55,727 DEBUG [cloud.vm.UserVmManagerImpl]
> >>> (UserVm-Scavenger-1:null) Starting cleaning up vm
> >>> VM[User|94ddc16f-04fc-4da1-8326-01d8d5cdeb44] resources...
> >>> 2013-04-07 00:37:55,730 INFO
> >>>[network.security.SecurityGroupManagerImpl]
> >>> (UserVm-Scavenger-1:null) Disassociated 1 network groups  from uservm
> >>>13
> >>> 2013-04-07 00:37:55,732 DEBUG
> >>>[network.security.SecurityGroupManagerImpl]
> >>> (UserVm-Scavenger-1:null) Security group mappings are removed
> >>>successfully
> >>> for vm id=13
> >>> 2013-04-07 00:37:55,736 DEBUG [network.firewall.FirewallManagerImpl]
> >>> (UserVm-Scavenger-1:null) No firewall rules are found for vm id=13
> >>> 2013-04-07 00:37:55,737 DEBUG [cloud.vm.UserVmManagerImpl]
> >>> (UserVm-Scavenger-1:null) Firewall rules are removed successfully as a
> >>>part
> >>> of vm id=13 expunge
> >>> 2013-04-07 00:37:55,739 DEBUG [network.rules.RulesManagerImpl]
> >>> (UserVm-Scavenger-1:null) No port forwarding rules are found for vm
> >>>id=13
> >>> 2013-04-07 00:37:55,739 DEBUG [cloud.vm.UserVmManagerImpl]
> >>> (UserVm-Scavenger-1:null) Port forwarding rules are removed
> >>>successfully as
> >>> a part of vm id=13 expunge
> >>> 2013-04-07 00:37:55,740 DEBUG [cloud.vm.UserVmManagerImpl]
> >>> (UserVm-Scavenger-1:null) Removed vm id=13 from all load balancers as a
> >>> part of expunge process
> >>> 2013-04-07 00:37:55,741 DEBUG [cloud.vm.UserVmManagerImpl]
> >>> (UserVm-Scavenger-1:null) Successfully cleaned up vm
> >>> VM[User|94ddc16f-04fc-4da1-8326-01d8d5cdeb44] resources as a part of
> >>> expunge process
> >>> 2013-04-07 00:38:04,813 DEBUG [agent.manager.DirectAgentAttache]
> >>> (DirectAgent-442:null) Ping from 6
> >>> 2013-04-07 00:38:06,064 DEBUG [agent.manager.DirectAgentAttache]
> >>> (DirectAgent-374:null) Ping from 5
> >>> 2013-04-07 00:38:06,909 DEBUG [agent.manager.DirectAgentAttache]
> >>> (DirectAgent-157:null) Seq 6-324993028: Executing request
> >>> 2013-04-07 00:38:07,099 DEBUG [agent.manager.DirectAgentAttache]
> >>> (DirectAgent-157:null) Seq 6-324993028: Response Received:
> >>> 2013-04-07 00:38:07,100 DEBUG [agent.transport.Request]
> >>> (DirectAgent-157:null) Seq 6-324993028: Processing:  { Ans: , MgmtId:
> >>>1,
> >>> via: 6, Ver: v1, Flags: 10,
> >>>
> >>>[{"ClusterSyncAnswer":{"_clusterId":2,"_newStates":{},"_isExecuted":fals
> >>>e
> >>>,"result":true,"wait":0}}]
> >>> }
> >>> 2013-04-07 00:38:11,022 DEBUG [agent.manager.DirectAgentAttache]
> >>> (DirectAgent-192:null) Seq 5-614334468: Executing request
> >>> 2013-04-07 00:38:11,181 DEBUG [agent.manager.DirectAgentAttache]
> >>> (DirectAgent-192:null) Seq 5-614334468: Response Received:
> >>> 2013-04-07 00:38:11,181 DEBUG [agent.transport.Request]
> >>> (DirectAgent-192:null) Seq 5-614334468: Processing:  { Ans: , MgmtId:
> >>>1,
> >>> via: 5, Ver: v1, Flags: 10, [{"Answer":{"result":true,"wait":0}}] }
> >>> 2013-04-07 00:38:20,455 DEBUG
> >>> [storage.secondary.SecondaryStorageManagerImpl] (secstorage-1:null)
> >>>Zone 1
> >>> is ready to launch secondary storage VM
> >>> 2013-04-07 00:38:20,573 DEBUG
> >>>[cloud.consoleproxy.ConsoleProxyManagerImpl]
> >>> (consoleproxy-1:null) Zone 1 is ready to launch console proxy
> >>> 2013-04-07 00:38:20,820 DEBUG
> >>> [network.router.VirtualNetworkApplianceManagerImpl]
> >>> (RouterStatusMonitor-1:null) Found 0 routers to update status.
> >>> 2013-04-07 00:38:20,821 DEBUG
> >>> [network.router.VirtualNetworkApplianceManagerImpl]
> >>> (RouterStatusMonitor-1:null) Found 0 networks to update RvR status.
> >>> 2013-04-07 00:38:20,851 DEBUG
> >>> [network.router.VirtualNetworkApplianceManagerImpl]
> >>> (RouterStatusMonitor-1:null) Found 0 routers to update status.
> >>> 2013-04-07 00:38:20,853 DEBUG
> >>> [network.router.VirtualNetworkApplianceManagerImpl]
> >>> (RouterStatusMonitor-1:null) Found 0 networks to update RvR status.
> >>> 2013-04-07 00:38:20,921 DEBUG [cloud.alert.AlertManagerImpl]
> >>> (CapacityChecker:null) Running Capacity Checker ...
> >>> 2013-04-07 00:38:20,921 DEBUG [cloud.alert.AlertManagerImpl]
> >>> (CapacityChecker:null) recalculating system capacity
> >>> 2013-04-07 00:38:20,921 DEBUG [cloud.alert.AlertManagerImpl]
> >>> (CapacityChecker:null) Executing cpu/ram capacity update
> >>> 2013-04-07 00:38:20,931 DEBUG [cloud.capacity.CapacityManagerImpl]
> >>> (CapacityChecker:null) Found 2 VMs on host 1
> >>> 2013-04-07 00:38:20,932 DEBUG [cloud.capacity.CapacityManagerImpl]
> >>> (CapacityChecker:null) Found 0 VM, not running on host 1
> >>> 2013-04-07 00:38:20,935 DEBUG [cloud.capacity.CapacityManagerImpl]
> >>> (CapacityChecker:null) No need to calibrate cpu capacity, host:1
> >>>usedCpu:
> >>> 200 reservedCpu: 0
> >>> 2013-04-07 00:38:20,935 DEBUG [cloud.capacity.CapacityManagerImpl]
> >>> (CapacityChecker:null) No need to calibrate memory capacity, host:1
> >>> usedMem: 209715200 reservedMem: 0
> >>> 2013-04-07 00:38:20,940 DEBUG [cloud.capacity.CapacityManagerImpl]
> >>> (CapacityChecker:null) Found 0 VMs on host 5
> >>> 2013-04-07 00:38:20,941 DEBUG [cloud.capacity.CapacityManagerImpl]
> >>> (CapacityChecker:null) Found 0 VM, not running on host 5
> >>> 2013-04-07 00:38:20,944 DEBUG [cloud.capacity.CapacityManagerImpl]
> >>> (CapacityChecker:null) No need to calibrate cpu capacity, host:5
> >>>usedCpu: 0
> >>> reservedCpu: 0
> >>> 2013-04-07 00:38:20,944 DEBUG [cloud.capacity.CapacityManagerImpl]
> >>> (CapacityChecker:null) No need to calibrate memory capacity, host:5
> >>> usedMem: 0 reservedMem: 0
> >>> 2013-04-07 00:38:20,950 DEBUG [cloud.capacity.CapacityManagerImpl]
> >>> (CapacityChecker:null) Found 1 VMs on host 6
> >>> 2013-04-07 00:38:20,951 DEBUG [cloud.capacity.CapacityManagerImpl]
> >>> (CapacityChecker:null) Found 0 VM, not running on host 6
> >>> 2013-04-07 00:38:20,954 DEBUG [cloud.capacity.CapacityManagerImpl]
> >>> (CapacityChecker:null) No need to calibrate cpu capacity, host:6
> >>>usedCpu:
> >>> 100 reservedCpu: 0
> >>> 2013-04-07 00:38:20,954 DEBUG [cloud.capacity.CapacityManagerImpl]
> >>> (CapacityChecker:null) No need to calibrate memory capacity, host:6
> >>> usedMem: 104857600 reservedMem: 0
> >>> 2013-04-07 00:38:20,954 DEBUG [cloud.alert.AlertManagerImpl]
> >>> (CapacityChecker:null) Done executing cpu/ram capacity update
> >>> 2013-04-07 00:38:20,954 DEBUG [cloud.alert.AlertManagerImpl]
> >>> (CapacityChecker:null) Executing storage capacity update
> >>> 2013-04-07 00:38:20,961 DEBUG [cloud.storage.StorageManagerImpl]
> >>> (CapacityChecker:null) Successfully set Capacity - 31004332032 for
> >>>capacity
> >>> type - 9 , DataCenterId - 1, HostOrPoolId - 200, PodId 1
> >>> 2013-04-07 00:38:20,965 DEBUG [cloud.storage.StorageManagerImpl]
> >>> (CapacityChecker:null) Successfully set Capacity - 97221701632 for
> >>>capacity
> >>> type - 9 , DataCenterId - 1, HostOrPoolId - 201, PodId 1
> >>> 2013-04-07 00:38:20,970 DEBUG [cloud.storage.StorageManagerImpl]
> >>> (CapacityChecker:null) Successfully set Capacity - 97221701632 for
> >>>capacity
> >>> type - 9 , DataCenterId - 1, HostOrPoolId - 202, PodId 1
> >>> 2013-04-07 00:38:20,975 DEBUG [cloud.storage.StorageManagerImpl]
> >>> (CapacityChecker:null) Successfully set Capacity - 2084569088 for
> >>>capacity
> >>> type - 3 , DataCenterId - 1, HostOrPoolId - 256, PodId 1
> >>> 2013-04-07 00:38:20,980 DEBUG [cloud.storage.StorageManagerImpl]
> >>> (CapacityChecker:null) Successfully set Capacity - 2084569088 for
> >>>capacity
> >>> type - 3 , DataCenterId - 1, HostOrPoolId - 257, PodId 1
> >>> 2013-04-07 00:38:20,985 DEBUG [cloud.storage.StorageManagerImpl]
> >>> (CapacityChecker:null) Successfully set Capacity - 2084569088 for
> >>>capacity
> >>> type - 3 , DataCenterId - 1, HostOrPoolId - 262, PodId 1
> >>> 2013-04-07 00:38:20,985 DEBUG [cloud.alert.AlertManagerImpl]
> >>> (CapacityChecker:null) Done executing storage capacity update
> >>> 2013-04-07 00:38:20,985 DEBUG [cloud.alert.AlertManagerImpl]
> >>> (CapacityChecker:null) Executing capacity updates for public ip and
> >>>Vlans
> >>> 2013-04-07 00:38:20,995 DEBUG [cloud.alert.AlertManagerImpl]
> >>> (CapacityChecker:null) Done capacity updates for public ip and Vlans
> >>> 2013-04-07 00:38:20,996 DEBUG [cloud.alert.AlertManagerImpl]
> >>> (CapacityChecker:null) Executing capacity updates for private ip
> >>> 2013-04-07 00:38:21,003 DEBUG [cloud.alert.AlertManagerImpl]
> >>> (CapacityChecker:null) Done executing capacity updates for private ip
> >>> 2013-04-07 00:38:21,003 DEBUG [cloud.alert.AlertManagerImpl]
> >>> (CapacityChecker:null) Done recalculating system capacity
> >>> 2013-04-07 00:38:21,031 DEBUG [cloud.alert.AlertManagerImpl]
> >>> (CapacityChecker:null) Done running Capacity Checker ...
> >>> 2013-04-07 00:38:24,889 DEBUG [agent.manager.AgentManagerImpl]
> >>> (AgentManager-Handler-8:null) Ping from 4
> >>> 2013-04-07 00:38:27,157 DEBUG [agent.manager.DirectAgentAttache]
> >>> (DirectAgent-311:null) Ping from 1
> >>> 2013-04-07 00:38:29,095 DEBUG [agent.manager.DirectAgentAttache]
> >>> (DirectAgent-197:null) Seq 1-90046472: Executing request
> >>> 2013-04-07 00:38:29,323 DEBUG [agent.manager.DirectAgentAttache]
> >>> (DirectAgent-197:null) Seq 1-90046472: Response Received:
> >>> 2013-04-07 00:38:29,324 DEBUG [agent.transport.Request]
> >>> (DirectAgent-197:null) Seq 1-90046472: Processing:  { Ans: , MgmtId: 1,
> >>> via: 1, Ver: v1, Flags: 10,
> >>>
> >>>[{"ClusterSyncAnswer":{"_clusterId":1,"_newStates":{},"_isExecuted":fals
> >>>e
> >>>,"result":true,"wait":0}}]
> >>> }
> >>> 2013-04-07 00:38:47,679 DEBUG [agent.manager.AgentManagerImpl]
> >>> (AgentManager-Handler-9:null) Ping from 3
> >>> 2013-04-07 00:38:50,453 DEBUG
> >>> [storage.secondary.SecondaryStorageManagerImpl] (secstorage-1:null)
> >>>Zone 1
> >>> is ready to launch secondary storage VM
> >>> 2013-04-07 00:38:50,560 DEBUG
> >>>[cloud.consoleproxy.ConsoleProxyManagerImpl]
> >>> (consoleproxy-1:null) Zone 1 is ready to launch console proxy
> >>> 2013-04-07 00:38:50,819 DEBUG
> >>> [network.router.VirtualNetworkApplianceManagerImpl]
> >>> (RouterStatusMonitor-1:null) Found 0 routers to update status.
> >>> 2013-04-07 00:38:50,820 DEBUG
> >>> [network.router.VirtualNetworkApplianceManagerImpl]
> >>> (RouterStatusMonitor-1:null) Found 0 networks to update RvR status.
> >>> 2013-04-07 00:38:50,851 DEBUG
> >>> [network.router.VirtualNetworkApplianceManagerImpl]
> >>> (RouterStatusMonitor-1:null) Found 0 routers to update status.
> >>> 2013-04-07 00:38:50,852 DEBUG
> >>> [network.router.VirtualNetworkApplianceManagerImpl]
> >>> (RouterStatusMonitor-1:null) Found 0 networks to update RvR status.
> >>> 2013-04-07 00:38:51,483 INFO  [agent.manager.AgentMonitor]
> >>> (Thread-11:null) Found the following agents behind on ping: [6, 5]
> >>> 2013-04-07 00:38:51,485 DEBUG [cloud.host.Status] (Thread-11:null) Ping
> >>> timeout for host 6, do invstigation
> >>> 2013-04-07 00:38:51,486 DEBUG [cloud.host.Status] (Thread-11:null) Ping
> >>> timeout for host 5, do invstigation
> >>> 2013-04-07 00:38:51,486 INFO  [agent.manager.AgentManagerImpl]
> >>> (AgentTaskPool-11:null) Investigating why host 6 has disconnected with
> >>> event PingTimeout
> >>> 2013-04-07 00:38:51,486 DEBUG [agent.manager.AgentManagerImpl]
> >>> (AgentTaskPool-11:null) checking if agent (6) is alive
> >>> 2013-04-07 00:38:51,487 INFO  [agent.manager.AgentManagerImpl]
> >>> (AgentTaskPool-16:null) Investigating why host 5 has disconnected with
> >>> event PingTimeout
> >>> 2013-04-07 00:38:51,488 DEBUG [agent.manager.AgentManagerImpl]
> >>> (AgentTaskPool-16:null) checking if agent (5) is alive
> >>> 2013-04-07 00:38:51,489 DEBUG [agent.transport.Request]
> >>> (AgentTaskPool-11:null) Seq 6-324993318: Sending  { Cmd , MgmtId: 1,
> >>>via:
> >>> 6, Ver: v1, Flags: 100011, [{"CheckHealthCommand":{"wait":50}}] }
> >>> 2013-04-07 00:38:51,489 DEBUG [agent.transport.Request]
> >>> (AgentTaskPool-11:null) Seq 6-324993318: Executing:  { Cmd , MgmtId: 1,
> >>> via: 6, Ver: v1, Flags: 100011, [{"CheckHealthCommand":{"wait":50}}] }
> >>> 2013-04-07 00:38:51,489 DEBUG [agent.manager.DirectAgentAttache]
> >>> (DirectAgent-372:null) Seq 6-324993318: Executing request
> >>> 2013-04-07 00:38:51,491 DEBUG [agent.transport.Request]
> >>> (AgentTaskPool-16:null) Seq 5-614334822: Sending  { Cmd , MgmtId: 1,
> >>>via:
> >>> 5, Ver: v1, Flags: 100011, [{"CheckHealthCommand":{"wait":50}}] }
> >>> 2013-04-07 00:38:51,491 DEBUG [agent.transport.Request]
> >>> (AgentTaskPool-16:null) Seq 5-614334822: Executing:  { Cmd , MgmtId: 1,
> >>> via: 5, Ver: v1, Flags: 100011, [{"CheckHealthCommand":{"wait":50}}] }
> >>> 2013-04-07 00:38:51,491 DEBUG [agent.manager.DirectAgentAttache]
> >>> (DirectAgent-252:null) Seq 5-614334822: Executing request
> >>> 2013-04-07 00:38:51,546 DEBUG [agent.manager.DirectAgentAttache]
> >>> (DirectAgent-372:null) Seq 6-324993318: Response Received:
> >>> 2013-04-07 00:38:51,547 DEBUG [agent.transport.Request]
> >>> (DirectAgent-372:null) Seq 6-324993318: Processing:  { Ans: , MgmtId:
> >>>1,
> >>> via: 6, Ver: v1, Flags: 10,
> >>> [{"CheckHealthAnswer":{"result":true,"details":"resource is
> >>> alive","wait":0}}] }
> >>> 2013-04-07 00:38:51,547 DEBUG [agent.transport.Request]
> >>> (AgentTaskPool-11:null) Seq 6-324993318: Received:  { Ans: , MgmtId: 1,
> >>> via: 6, Ver: v1, Flags: 10, { CheckHealthAnswer } }
> >>> 2013-04-07 00:38:51,547 DEBUG [agent.manager.AgentManagerImpl]
> >>> (AgentTaskPool-11:null) Details from executing class
> >>> com.cloud.agent.api.CheckHealthCommand: resource is alive
> >>> 2013-04-07 00:38:51,547 DEBUG [agent.manager.AgentManagerImpl]
> >>> (AgentTaskPool-11:null) agent (6) responded to checkHeathCommand,
> >>>reporting
> >>> that agent is Up
> >>> 2013-04-07 00:38:51,547 INFO  [agent.manager.AgentManagerImpl]
> >>> (AgentTaskPool-11:null) The state determined is Up
> >>> 2013-04-07 00:38:51,547 INFO  [agent.manager.AgentManagerImpl]
> >>> (AgentTaskPool-11:null) Agent is determined to be up and running
> >>> 2013-04-07 00:38:51,547 DEBUG [cloud.host.Status]
> >>>(AgentTaskPool-11:null)
> >>> Transition:[Resource state = Enabled, Agent event = Ping, Host id = 6,
> >>>name
> >>> = Tut-XenServer]
> >>> 2013-04-07 00:38:51,549 DEBUG [agent.manager.DirectAgentAttache]
> >>> (DirectAgent-252:null) Seq 5-614334822: Response Received:
> >>> 2013-04-07 00:38:51,549 DEBUG [agent.transport.Request]
> >>> (DirectAgent-252:null) Seq 5-614334822: Processing:  { Ans: , MgmtId:
> >>>1,
> >>> via: 5, Ver: v1, Flags: 10,
> >>> [{"CheckHealthAnswer":{"result":true,"details":"resource is
> >>> alive","wait":0}}] }
> >>> 2013-04-07 00:38:51,549 DEBUG [agent.transport.Request]
> >>> (AgentTaskPool-16:null) Seq 5-614334822: Received:  { Ans: , MgmtId: 1,
> >>> via: 5, Ver: v1, Flags: 10, { CheckHealthAnswer } }
> >>> 2013-04-07 00:38:51,550 DEBUG [agent.manager.AgentManagerImpl]
> >>> (AgentTaskPool-16:null) Details from executing class
> >>> com.cloud.agent.api.CheckHealthCommand: resource is alive
> >>> 2013-04-07 00:38:51,550 DEBUG [agent.manager.AgentManagerImpl]
> >>> (AgentTaskPool-16:null) agent (5) responded to checkHeathCommand,
> >>>reporting
> >>> that agent is Up
> >>> 2013-04-07 00:38:51,550 INFO  [agent.manager.AgentManagerImpl]
> >>> (AgentTaskPool-16:null) The state determined is Up
> >>> 2013-04-07 00:38:51,550 INFO  [agent.manager.AgentManagerImpl]
> >>> (AgentTaskPool-16:null) Agent is determined to be up and running
> >>> 2013-04-07 00:38:51,550 DEBUG [cloud.host.Status]
> >>>(AgentTaskPool-11:null)
> >>> Agent status update: [id = 6; name = Tut-XenServer; old status = Up;
> >>>event
> >>> = Ping; new status = Up; old update count = 315; new update count =
> >>>316]
> >>> 2013-04-07 00:38:51,550 DEBUG [cloud.host.Status]
> >>>(AgentTaskPool-16:null)
> >>> Transition:[Resource state = Enabled, Agent event = Ping, Host id = 5,
> >>>name
> >>> = Tut-XenServer2]
> >>> 2013-04-07 00:38:51,553 DEBUG [cloud.host.Status]
> >>>(AgentTaskPool-16:null)
> >>> Agent status update: [id = 5; name = Tut-XenServer2; old status = Up;
> >>>event
> >>> = Ping; new status = Up; old update count = 152; new update count =
> >>>153]
> >>> 2013-04-07 00:39:04,800 DEBUG [agent.manager.DirectAgentAttache]
> >>> (DirectAgent-100:null) Ping from 6
> >>> 2013-04-07 00:39:06,054 DEBUG [agent.manager.DirectAgentAttache]
> >>> (DirectAgent-259:null) Ping from 5
> >>> 2013-04-07 00:39:06,909 DEBUG [agent.manager.DirectAgentAttache]
> >>> (DirectAgent-134:null) Seq 6-324993028: Executing request
> >>> 2013-04-07 00:39:07,104 DEBUG [agent.manager.DirectAgentAttache]
> >>> (DirectAgent-134:null) Seq 6-324993028: Response Received:
> >>> 2013-04-07 00:39:07,104 DEBUG [agent.transport.Request]
> >>> (DirectAgent-134:null) Seq 6-324993028: Processing:  { Ans: , MgmtId:
> >>>1,
> >>> via: 6, Ver: v1, Flags: 10,
> >>>
> >>>[{"ClusterSyncAnswer":{"_clusterId":2,"_newStates":{},"_isExecuted":fals
> >>>e
> >>>,"result":true,"wait":0}}]
> >>> }
> >>> 2013-04-07 00:39:11,022 DEBUG [agent.manager.DirectAgentAttache]
> >>> (DirectAgent-188:null) Seq 5-614334468: Executing request
> >>> 2013-04-07 00:39:11,164 DEBUG [agent.manager.DirectAgentAttache]
> >>> (DirectAgent-188:null) Seq 5-614334468: Response Received:
> >>> 2013-04-07 00:39:11,164 DEBUG [agent.transport.Request]
> >>> (DirectAgent-188:null) Seq 5-614334468: Processing:  { Ans: , MgmtId:
> >>>1,
> >>> via: 5, Ver: v1, Flags: 10, [{"Answer":{"result":true,"wait":0}}] }
> >>> 2013-04-07 00:39:20,451 DEBUG
> >>> [storage.secondary.SecondaryStorageManagerImpl] (secstorage-1:null)
> >>>Zone 1
> >>> is ready to launch secondary storage VM
> >>> 2013-04-07 00:39:20,552 DEBUG
> >>>[cloud.consoleproxy.ConsoleProxyManagerImpl]
> >>> (consoleproxy-1:null) Zone 1 is ready to launch console proxy
> >>> 2013-04-07 00:39:20,819 DEBUG
> >>> [network.router.VirtualNetworkApplianceManagerImpl]
> >>> (RouterStatusMonitor-1:null) Found 0 routers to update status.
> >>> 2013-04-07 00:39:20,820 DEBUG
> >>> [network.router.VirtualNetworkApplianceManagerImpl]
> >>> (RouterStatusMonitor-1:null) Found 0 networks to update RvR status.
> >>> 2013-04-07 00:39:20,851 DEBUG
> >>> [network.router.VirtualNetworkApplianceManagerImpl]
> >>> (RouterStatusMonitor-1:null) Found 0 routers to update status.
> >>> 2013-04-07 00:39:20,852 DEBUG
> >>> [network.router.VirtualNetworkApplianceManagerImpl]
> >>> (RouterStatusMonitor-1:null) Found 0 networks to update RvR status.
> >>> 2013-04-07 00:39:24,890 DEBUG [agent.manager.AgentManagerImpl]
> >>> (AgentManager-Handler-10:null) Ping from 4
> >>> 2013-04-07 00:39:27,161 DEBUG [agent.manager.DirectAgentAttache]
> >>> (DirectAgent-400:null) Ping from 1
> >>> 2013-04-07 00:39:27,661 DEBUG [cloud.api.ApiServlet]
> >>> (1109449945@qtp-1008805148-34:null) ===START===  127.0.0.1 -- GET
> >>>
> >>>command=listVolumes&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnR
> Rfl8GoVA
> >>>%
> >>>3D&listAll=true&page=1&pagesize=20&_=1365316767658
> >>> 2013-04-07 00:39:27,672 DEBUG [cloud.api.ApiServlet]
> >>> (1109449945@qtp-1008805148-34:null) ===END===  127.0.0.1 -- GET
> >>>
> >>>command=listVolumes&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnR
> Rfl8GoVA
> >>>%
> >>>3D&listAll=true&page=1&pagesize=20&_=1365316767658
> >>> 2013-04-07 00:39:28,628 DEBUG [cloud.api.ApiServlet]
> >>> (1109449945@qtp-1008805148-34:null) ===START===  127.0.0.1 -- GET
> >>>
> >>>command=listVirtualMachines&response=json&sessionkey=Z6QqzU0Fq1iT13
> bMgnR
> >>>R
> >>>fl8GoVA%3D&listAll=true&page=1&pagesize=20&_=1365316768625
> >>> 2013-04-07 00:39:28,640 DEBUG [cloud.api.ApiServlet]
> >>> (1109449945@qtp-1008805148-34:null) ===END===  127.0.0.1 -- GET
> >>>
> >>>command=listVirtualMachines&response=json&sessionkey=Z6QqzU0Fq1iT13
> bMgnR
> >>>R
> >>>fl8GoVA%3D&listAll=true&page=1&pagesize=20&_=1365316768625
> >>> 2013-04-07 00:39:29,095 DEBUG [agent.manager.DirectAgentAttache]
> >>> (DirectAgent-101:null) Seq 1-90046472: Executing request
> >>> 2013-04-07 00:39:29,311 DEBUG [agent.manager.DirectAgentAttache]
> >>> (DirectAgent-101:null) Seq 1-90046472: Response Received:
> >>> 2013-04-07 00:39:29,311 DEBUG [agent.transport.Request]
> >>> (DirectAgent-101:null) Seq 1-90046472: Processing:  { Ans: , MgmtId: 1,
> >>> via: 1, Ver: v1, Flags: 10,
> >>>
> >>>[{"ClusterSyncAnswer":{"_clusterId":1,"_newStates":{},"_isExecuted":fals
> >>>e
> >>>,"result":true,"wait":0}}]
> >>> }
> >>> 2013-04-07 00:39:31,530 DEBUG [cloud.api.ApiServlet]
> >>> (1109449945@qtp-1008805148-34:null) ===START===  127.0.0.1 -- GET
> >>>
> >>>command=logout&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8G
> oVA%3D&_
> >>>=
> >>>1365316771528
> >>> 2013-04-07 00:39:31,535 DEBUG [cloud.api.ApiServlet]
> >>> (1109449945@qtp-1008805148-34:null) ===END===  127.0.0.1 -- GET
> >>>
> >>>command=logout&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8G
> oVA%3D&_
> >>>=
> >>>1365316771528
> >>> 2013-04-07 00:39:31,969 DEBUG [cloud.api.ApiServlet]
> >>> (2107564436@qtp-1008805148-38:null) ===START===  127.0.0.1 -- GET
> >>>
> command=listCapabilities&response=json&sessionkey=null&_=1365316771968
> >>> 2013-04-07 00:39:31,970 DEBUG [cloud.api.ApiServlet]
> >>> (2107564436@qtp-1008805148-38:null) ===END===  127.0.0.1 -- GET
> >>>
> command=listCapabilities&response=json&sessionkey=null&_=1365316771968
> >>> 2013-04-07 00:39:47,679 DEBUG [agent.manager.AgentManagerImpl]
> >>> (AgentManager-Handler-11:null) Ping from 3
> >>> 2013-04-07 00:39:50,451 DEBUG
> >>> [storage.secondary.SecondaryStorageManagerImpl] (secstorage-1:null)
> >>>Zone 1
> >>> is ready to launch secondary storage VM
> >>> 2013-04-07 00:39:50,555 DEBUG
> >>>[cloud.consoleproxy.ConsoleProxyManagerImpl]
> >>> (consoleproxy-1:null) Zone 1 is ready to launch console proxy
> >>> 2013-04-07 00:39:50,819 DEBUG
> >>> [network.router.VirtualNetworkApplianceManagerImpl]
> >>> (RouterStatusMonitor-1:null) Found 0 routers to update status.
> >>> 2013-04-07 00:39:50,820 DEBUG
> >>> [network.router.VirtualNetworkApplianceManagerImpl]
> >>> (RouterStatusMonitor-1:null) Found 0 networks to update RvR status.
> >>> 2013-04-07 00:39:50,850 DEBUG
> >>> [network.router.VirtualNetworkApplianceManagerImpl]
> >>> (RouterStatusMonitor-1:null) Found 0 routers to update status.
> >>> 2013-04-07 00:39:50,851 DEBUG
> >>> [network.router.VirtualNetworkApplianceManagerImpl]
> >>> (RouterStatusMonitor-1:null) Found 0 networks to update RvR status.
> >>> 2013-04-07 00:39:51,486 INFO  [agent.manager.AgentMonitor]
> >>> (Thread-11:null) Found the following agents behind on ping: [6, 5]
> >>> 2013-04-07 00:39:51,488 DEBUG [cloud.host.Status] (Thread-11:null) Ping
> >>> timeout for host 6, do invstigation
> >>> 2013-04-07 00:39:51,489 DEBUG [cloud.host.Status] (Thread-11:null) Ping
> >>> timeout for host 5, do invstigation
> >>> 2013-04-07 00:39:51,489 INFO  [agent.manager.AgentManagerImpl]
> >>> (AgentTaskPool-2:null) Investigating why host 6 has disconnected with
> >>>event
> >>> PingTimeout
> >>> 2013-04-07 00:39:51,490 DEBUG [agent.manager.AgentManagerImpl]
> >>> (AgentTaskPool-2:null) checking if agent (6) is alive
> >>> 2013-04-07 00:39:51,491 INFO  [agent.manager.AgentManagerImpl]
> >>> (AgentTaskPool-14:null) Investigating why host 5 has disconnected with
> >>> event PingTimeout
> >>> 2013-04-07 00:39:51,491 DEBUG [agent.manager.AgentManagerImpl]
> >>> (AgentTaskPool-14:null) checking if agent (5) is alive
> >>> 2013-04-07 00:39:51,493 DEBUG [agent.transport.Request]
> >>> (AgentTaskPool-2:null) Seq 6-324993319: Sending  { Cmd , MgmtId: 1,
> >>>via: 6,
> >>> Ver: v1, Flags: 100011, [{"CheckHealthCommand":{"wait":50}}] }
> >>> 2013-04-07 00:39:51,493 DEBUG [agent.transport.Request]
> >>> (AgentTaskPool-2:null) Seq 6-324993319: Executing:  { Cmd , MgmtId: 1,
> >>>via:
> >>> 6, Ver: v1, Flags: 100011, [{"CheckHealthCommand":{"wait":50}}] }
> >>> 2013-04-07 00:39:51,493 DEBUG [agent.manager.DirectAgentAttache]
> >>> (DirectAgent-278:null) Seq 6-324993319: Executing request
> >>> 2013-04-07 00:39:51,494 DEBUG [agent.transport.Request]
> >>> (AgentTaskPool-14:null) Seq 5-614334823: Sending  { Cmd , MgmtId: 1,
> >>>via:
> >>> 5, Ver: v1, Flags: 100011, [{"CheckHealthCommand":{"wait":50}}] }
> >>> 2013-04-07 00:39:51,494 DEBUG [agent.transport.Request]
> >>> (AgentTaskPool-14:null) Seq 5-614334823: Executing:  { Cmd , MgmtId: 1,
> >>> via: 5, Ver: v1, Flags: 100011, [{"CheckHealthCommand":{"wait":50}}] }
> >>> 2013-04-07 00:39:51,495 DEBUG [agent.manager.DirectAgentAttache]
> >>> (DirectAgent-433:null) Seq 5-614334823: Executing request
> >>> 2013-04-07 00:39:51,547 DEBUG [agent.manager.DirectAgentAttache]
> >>> (DirectAgent-278:null) Seq 6-324993319: Response Received:
> >>> 2013-04-07 00:39:51,548 DEBUG [agent.transport.Request]
> >>> (DirectAgent-278:null) Seq 6-324993319: Processing:  { Ans: , MgmtId:
> >>>1,
> >>> via: 6, Ver: v1, Flags: 10,
> >>> [{"CheckHealthAnswer":{"result":true,"details":"resource is
> >>> alive","wait":0}}] }
> >>> 2013-04-07 00:39:51,548 DEBUG [agent.transport.Request]
> >>> (AgentTaskPool-2:null) Seq 6-324993319: Received:  { Ans: , MgmtId: 1,
> >>>via:
> >>> 6, Ver: v1, Flags: 10, { CheckHealthAnswer } }
> >>> 2013-04-07 00:39:51,548 DEBUG [agent.manager.AgentManagerImpl]
> >>> (AgentTaskPool-2:null) Details from executing class
> >>> com.cloud.agent.api.CheckHealthCommand: resource is alive
> >>> 2013-04-07 00:39:51,548 DEBUG [agent.manager.AgentManagerImpl]
> >>> (AgentTaskPool-2:null) agent (6) responded to checkHeathCommand,
> >>>reporting
> >>> that agent is Up
> >>> 2013-04-07 00:39:51,548 INFO  [agent.manager.AgentManagerImpl]
> >>> (AgentTaskPool-2:null) The state determined is Up
> >>> 2013-04-07 00:39:51,548 INFO  [agent.manager.AgentManagerImpl]
> >>> (AgentTaskPool-2:null) Agent is determined to be up and running
> >>> 2013-04-07 00:39:51,548 DEBUG [cloud.host.Status]
> >>>(AgentTaskPool-2:null)
> >>> Transition:[Resource state = Enabled, Agent event = Ping, Host id = 6,
> >>>name
> >>> = Tut-XenServer]
> >>> 2013-04-07 00:39:51,549 DEBUG [agent.manager.DirectAgentAttache]
> >>> (DirectAgent-433:null) Seq 5-614334823: Response Received:
> >>> 2013-04-07 00:39:51,549 DEBUG [agent.transport.Request]
> >>> (DirectAgent-433:null) Seq 5-614334823: Processing:  { Ans: , MgmtId:
> >>>1,
> >>> via: 5, Ver: v1, Flags: 10,
> >>> [{"CheckHealthAnswer":{"result":true,"details":"resource is
> >>> alive","wait":0}}] }
> >>> 2013-04-07 00:39:51,549 DEBUG [agent.transport.Request]
> >>> (AgentTaskPool-14:null) Seq 5-614334823: Received:  { Ans: , MgmtId: 1,
> >>> via: 5, Ver: v1, Flags: 10, { CheckHealthAnswer } }
> >>> 2013-04-07 00:39:51,549 DEBUG [agent.manager.AgentManagerImpl]
> >>> (AgentTaskPool-14:null) Details from executing class
> >>> com.cloud.agent.api.CheckHealthCommand: resource is alive
> >>> 2013-04-07 00:39:51,549 DEBUG [agent.manager.AgentManagerImpl]
> >>> (AgentTaskPool-14:null) agent (5) responded to checkHeathCommand,
> >>>reporting
> >>> that agent is Up
> >>> 2013-04-07 00:39:51,549 INFO  [agent.manager.AgentManagerImpl]
> >>> (AgentTaskPool-14:null) The state determined is Up
> >>> 2013-04-07 00:39:51,549 INFO  [agent.manager.AgentManagerImpl]
> >>> (AgentTaskPool-14:null) Agent is determined to be up and running
> >>> 2013-04-07 00:39:51,551 DEBUG [cloud.host.Status]
> >>>(AgentTaskPool-2:null)
> >>> Agent status update: [id = 6; name = Tut-XenServer; old status = Up;
> >>>event
> >>> = Ping; new status = Up; old update count = 316; new update count =
> >>>317]
> >>> 2013-04-07 00:39:51,551 DEBUG [cloud.host.Status]
> >>>(AgentTaskPool-14:null)
> >>> Transition:[Resource state = Enabled, Agent event = Ping, Host id = 5,
> >>>name
> >>> = Tut-XenServer2]
> >>> 2013-04-07 00:39:51,554 DEBUG [cloud.host.Status]
> >>>(AgentTaskPool-14:null)
> >>> Agent status update: [id = 5; name = Tut-XenServer2; old status = Up;
> >>>event
> >>> = Ping; new status = Up; old update count = 153; new update count =
> >>>154]
> >>> 2013-04-07 00:40:04,836 DEBUG [agent.manager.DirectAgentAttache]
> >>> (DirectAgent-238:null) Ping from 6
> >>> 2013-04-07 00:40:06,653 WARN  [xen.resource.CitrixResourceBase]
> >>> (DirectAgent-429:null)  can not ping xenserver
> >>> 5e02c608-155d-432e-a20f-f8c600ef3ab7
> >>> 2013-04-07 00:40:06,653 WARN  [agent.manager.DirectAgentAttache]
> >>> (DirectAgent-429:null) Unable to get current status on 5
> >>> 2013-04-07 00:40:06,655 INFO  [agent.manager.AgentManagerImpl]
> >>> (AgentTaskPool-1:null) Investigating why host 5 has disconnected with
> >>>event
> >>> AgentDisconnected
> >>> 2013-04-07 00:40:06,655 DEBUG [agent.manager.AgentManagerImpl]
> >>> (AgentTaskPool-1:null) checking if agent (5) is alive
> >>> 2013-04-07 00:40:06,658 DEBUG [agent.transport.Request]
> >>> (AgentTaskPool-1:null) Seq 5-614334824: Sending  { Cmd , MgmtId: 1,
> >>>via: 5,
> >>> Ver: v1, Flags: 100011, [{"CheckHealthCommand":{"wait":50}}] }
> >>> 2013-04-07 00:40:06,658 DEBUG [agent.transport.Request]
> >>> (AgentTaskPool-1:null) Seq 5-614334824: Executing:  { Cmd , MgmtId: 1,
> >>>via:
> >>> 5, Ver: v1, Flags: 100011, [{"CheckHealthCommand":{"wait":50}}] }
> >>> 2013-04-07 00:40:06,658 DEBUG [agent.manager.DirectAgentAttache]
> >>> (DirectAgent-28:null) Seq 5-614334824: Executing request
> >>> 2013-04-07 00:40:06,681 DEBUG [agent.manager.DirectAgentAttache]
> >>> (DirectAgent-28:null) Seq 5-614334824: Response Received:
> >>> 2013-04-07 00:40:06,682 DEBUG [agent.transport.Request]
> >>> (DirectAgent-28:null) Seq 5-614334824: Processing:  { Ans: , MgmtId: 1,
> >>> via: 5, Ver: v1, Flags: 10,
> >>> [{"CheckHealthAnswer":{"result":false,"details":"resource is not
> >>> alive","wait":0}}] }
> >>> 2013-04-07 00:40:06,682 DEBUG [agent.transport.Request]
> >>> (AgentTaskPool-1:null) Seq 5-614334824: Received:  { Ans: , MgmtId: 1,
> >>>via:
> >>> 5, Ver: v1, Flags: 10, { CheckHealthAnswer } }
> >>> 2013-04-07 00:40:06,682 DEBUG [agent.manager.AgentManagerImpl]
> >>> (AgentTaskPool-1:null) Details from executing class
> >>> com.cloud.agent.api.CheckHealthCommand: resource is not alive
> >>> 2013-04-07 00:40:06,684 DEBUG [cloud.ha.HighAvailabilityManagerImpl]
> >>> (AgentTaskPool-1:null) SimpleInvestigator unable to determine the
> >>>state
> >>>of
> >>> the host.  Moving on.
> >>> 2013-04-07 00:40:06,691 DEBUG [agent.transport.Request]
> >>> (AgentTaskPool-1:null) Seq 6-324993320: Sending  { Cmd , MgmtId: 1,
> >>>via: 6,
> >>> Ver: v1, Flags: 100011,
> >>>
> >>>[{"CheckOnHostCommand":{"host":{"guid":"5e02c608-155d-432e-a20f-
> f8c600ef
> >>>3
> >>>ab7","privateNetwork":{"ip":"192.168.56.11","netmask":"255.255.255.0","m
> >>>a
> >>>c":"08:00:27:f7:0d:28","isSecurityGroupEnabled":false},"publicNetwork":{
> >>>"
> >>>ip":"192.168.56.11","netmask":"255.255.255.0","mac":"08:00:27:f7:0d:28",
> >>>"
> >>>isSecurityGroupEnabled":false},"storageNetwork1":{"ip":"192.168.56.11","
> >>>n
> >>>etmask":"255.255.255.0","mac":"08:00:27:f7:0d:28","isSecurityGroupEnable
> >>>d
> >>>":false}},"wait":20}}]
> >>> }
> >>> 2013-04-07 00:40:06,691 DEBUG [agent.transport.Request]
> >>> (AgentTaskPool-1:null) Seq 6-324993320: Executing:  { Cmd , MgmtId: 1,
> >>>via:
> >>> 6, Ver: v1, Flags: 100011,
> >>>
> >>>[{"CheckOnHostCommand":{"host":{"guid":"5e02c608-155d-432e-a20f-
> f8c600ef
> >>>3
> >>>ab7","privateNetwork":{"ip":"192.168.56.11","netmask":"255.255.255.0","m
> >>>a
> >>>c":"08:00:27:f7:0d:28","isSecurityGroupEnabled":false},"publicNetwork":{
> >>>"
> >>>ip":"192.168.56.11","netmask":"255.255.255.0","mac":"08:00:27:f7:0d:28",
> >>>"
> >>>isSecurityGroupEnabled":false},"storageNetwork1":{"ip":"192.168.56.11","
> >>>n
> >>>etmask":"255.255.255.0","mac":"08:00:27:f7:0d:28","isSecurityGroupEnable
> >>>d
> >>>":false}},"wait":20}}]
> >>> }
> >>> 2013-04-07 00:40:06,692 DEBUG [agent.manager.DirectAgentAttache]
> >>> (DirectAgent-467:null) Seq 6-324993320: Executing request
> >>> 2013-04-07 00:40:06,909 DEBUG [agent.manager.DirectAgentAttache]
> >>> (DirectAgent-367:null) Seq 6-324993028: Executing request
> >>> 2013-04-07 00:40:07,178 DEBUG [xen.resource.XenServer56Resource]
> >>> (DirectAgent-467:null) Heart beat is still going
> >>> 2013-04-07 00:40:07,178 DEBUG [agent.manager.DirectAgentAttache]
> >>> (DirectAgent-467:null) Seq 6-324993320: Response Received:
> >>> 2013-04-07 00:40:07,178 DEBUG [agent.transport.Request]
> >>> (DirectAgent-467:null) Seq 6-324993320: Processing:  { Ans: , MgmtId:
> >>>1,
> >>> via: 6, Ver: v1, Flags: 10,
> >>>
> >>>[{"CheckOnHostAnswer":{"determined":true,"alive":true,"result":true,"det
> >>>a
> >>>ils":"Heartbeat
> >>> is still going","wait":0}}] }
> >>> 2013-04-07 00:40:07,178 DEBUG [agent.transport.Request]
> >>> (AgentTaskPool-1:null) Seq 6-324993320: Received:  { Ans: , MgmtId: 1,
> >>>via:
> >>> 6, Ver: v1, Flags: 10, { CheckOnHostAnswer } }
> >>> 2013-04-07 00:40:07,179 DEBUG [agent.manager.AgentManagerImpl]
> >>> (AgentTaskPool-1:null) Details from executing class
> >>> com.cloud.agent.api.CheckOnHostCommand: Heartbeat is still going
> >>> 2013-04-07 00:40:07,179 DEBUG [cloud.ha.HighAvailabilityManagerImpl]
> >>> (AgentTaskPool-1:null) XenServerInvestigator was able to determine
> >>>host
> >>>5
> >>> is in Up
> >>> 2013-04-07 00:40:07,179 INFO  [agent.manager.AgentManagerImpl]
> >>> (AgentTaskPool-1:null) The state determined is Up
> >>> 2013-04-07 00:40:07,179 INFO  [agent.manager.AgentManagerImpl]
> >>> (AgentTaskPool-1:null) Agent is determined to be up and running
> >>> 2013-04-07 00:40:07,179 DEBUG [cloud.host.Status]
> >>>(AgentTaskPool-1:null)
> >>> Transition:[Resource state = Enabled, Agent event = Ping, Host id = 5,
> >>>name
> >>> = Tut-XenServer2]
> >>> 2013-04-07 00:40:07,182 DEBUG [cloud.host.Status]
> >>>(AgentTaskPool-1:null)
> >>> Agent status update: [id = 5; name = Tut-XenServer2; old status = Up;
> >>>event
> >>> = Ping; new status = Up; old update count = 154; new update count =
> >>>155]
> >>> 2013-04-07 00:40:07,321 DEBUG [agent.manager.DirectAgentAttache]
> >>> (DirectAgent-367:null) Seq 6-324993028: Response Received:
> >>> 2013-04-07 00:40:07,322 DEBUG [agent.transport.Request]
> >>> (DirectAgent-367:null) Seq 6-324993028: Processing:  { Ans: , MgmtId:
> >>>1,
> >>> via: 6, Ver: v1, Flags: 10,
> >>>
> >>>[{"ClusterSyncAnswer":{"_clusterId":2,"_newStates":{},"_isExecuted":fals
> >>>e
> >>>,"result":true,"wait":0}}]
> >>> }
> >>> 2013-04-07 00:40:11,022 DEBUG [agent.manager.DirectAgentAttache]
> >>> (DirectAgent-430:null) Seq 5-614334468: Executing request
> >>> 2013-04-07 00:40:11,052 DEBUG [xen.resource.XenServerConnectionPool]
> >>> (DirectAgent-430:null) Catch Exception:
> >>> com.xensource.xenapi.Types$HostOffline Host is offline 192.168.56.11
> >>>due to
> >>> You attempted an operation which involves a host which could not be
> >>> contacted.
> >>> 2013-04-07 00:40:11,052 DEBUG [xen.resource.XenServerConnectionPool]
> >>> (DirectAgent-430:null) Trying to reset master of slave 192.168.56.11 to
> >>> 192.168.56.9
> >>> 2013-04-07 00:40:20,452 DEBUG
> >>> [storage.secondary.SecondaryStorageManagerImpl] (secstorage-1:null)
> >>>Zone 1
> >>> is ready to launch secondary storage VM
> >>> 2013-04-07 00:40:20,552 DEBUG
> >>>[cloud.consoleproxy.ConsoleProxyManagerImpl]
> >>> (consoleproxy-1:null) Zone 1 is ready to launch console proxy
> >>> 2013-04-07 00:40:20,820 DEBUG
> >>> [network.router.VirtualNetworkApplianceManagerImpl]
> >>> (RouterStatusMonitor-1:null) Found 0 routers to update status.
> >>> 2013-04-07 00:40:20,821 DEBUG
> >>> [network.router.VirtualNetworkApplianceManagerImpl]
> >>> (RouterStatusMonitor-1:null) Found 0 networks to update RvR status.
> >>> 2013-04-07 00:40:20,852 DEBUG
> >>> [network.router.VirtualNetworkApplianceManagerImpl]
> >>> (RouterStatusMonitor-1:null) Found 0 routers to update status.
> >>> 2013-04-07 00:40:20,853 DEBUG
> >>> [network.router.VirtualNetworkApplianceManagerImpl]
> >>> (RouterStatusMonitor-1:null) Found 0 networks to update RvR status.
> >>> 2013-04-07 00:40:21,055 DEBUG [xen.resource.XenServerConnectionPool]
> >>> (DirectAgent-430:null) localLogout has problem Failed to read server's
> >>> response: connect timed out
> >>> 2013-04-07 00:40:21,055 WARN  [agent.manager.DirectAgentAttache]
> >>> (DirectAgent-430:null) Seq 5-614334468: Exception Caught while
> >>>executing
> >>> command
> >>> com.cloud.utils.exception.CloudRuntimeException: Unable to reset
> >>>master
> >>>of
> >>> slave 192.168.56.11 to 192.168.56.9 due to
> >>> org.apache.xmlrpc.XmlRpcException: Failed to read server's response:
> >>> connect timed out
> >>>  at
> >>>
> >>>com.cloud.hypervisor.xen.resource.XenServerConnectionPool.PoolEmergen
> cyR
> >>>e
> >>>setMaster(XenServerConnectionPool.java:443)
> >>> at
> >>>
> >>>com.cloud.hypervisor.xen.resource.XenServerConnectionPool.connect(XenS
> er
> >>>v
> >>>erConnectionPool.java:661)
> >>>  at
> >>>
> >>>com.cloud.hypervisor.xen.resource.CitrixResourceBase.getConnection(Citri
> >>>x
> >>>ResourceBase.java:5380)
> >>> at
> >>>
> >>>com.cloud.hypervisor.xen.resource.CitrixResourceBase.execute(CitrixResou
> >>>r
> >>>ceBase.java:7248)
> >>>  at
> >>>
> >>>com.cloud.hypervisor.xen.resource.CitrixResourceBase.executeRequest(Citr
> >>>i
> >>>xResourceBase.java:555)
> >>> at
> >>>
> >>>com.cloud.hypervisor.xen.resource.XenServer56Resource.executeRequest(X
> en
> >>>S
> >>>erver56Resource.java:73)
> >>>  at
> >>>
> >>>com.cloud.agent.manager.DirectAgentAttache$Task.run(DirectAgentAttach
> e.j
> >>>a
> >>>va:186)
> >>> at
> >>>java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:439)
> >>>  at
> >>>
> >>>java.util.concurrent.FutureTask$Sync.innerRunAndReset(FutureTask.java:31
> >>>7
> >>>)
> >>> at java.util.concurrent.FutureTask.runAndReset(FutureTask.java:150)
> >>>  at
> >>>
> >>>java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.ac
> c
> >>>e
> >>>ss$101(ScheduledThreadPoolExecutor.java:98)
> >>> at
> >>>
> >>>java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.ru
> n
> >>>P
> >>>eriodic(ScheduledThreadPoolExecutor.java:180)
> >>>  at
> >>>
> >>>java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.ru
> n
> >>>(
> >>>ScheduledThreadPoolExecutor.java:204)
> >>> at
> >>>
> >>>java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecut
> o
> >>>r
> >>>.java:895)
> >>>  at
> >>>
> >>>java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.j
> a
> >>>v
> >>>a:918)
> >>> at java.lang.Thread.run(Thread.java:680)
> >>> 2013-04-07 00:40:21,056 DEBUG [agent.manager.DirectAgentAttache]
> >>> (DirectAgent-430:null) Seq 5-614334468: Response Received:
> >>> 2013-04-07 00:40:21,056 DEBUG [agent.transport.Request]
> >>> (DirectAgent-430:null) Seq 5-614334468: Processing:  { Ans: , MgmtId:
> >>>1,
> >>> via: 5, Ver: v1, Flags: 10,
> >>>
> >>>[{"Answer":{"result":false,"details":"com.cloud.utils.exception.CloudRun
> >>>t
> >>>imeException:
> >>> Unable to reset master of slave 192.168.56.11 to 192.168.56.9 due to
> >>> org.apache.xmlrpc.XmlRpcException: Failed to read server's response:
> >>> connect timed out","wait":0}}] }
> >>> 2013-04-07 00:40:24,888 DEBUG [agent.manager.AgentManagerImpl]
> >>> (AgentManager-Handler-12:null) Ping from 4
> >>> 2013-04-07 00:40:27,162 DEBUG [agent.manager.DirectAgentAttache]
> >>> (DirectAgent-321:null) Ping from 1
> >>> 2013-04-07 00:40:29,095 DEBUG [agent.manager.DirectAgentAttache]
> >>> (DirectAgent-423:null) Seq 1-90046472: Executing request
> >>> 2013-04-07 00:40:29,364 DEBUG [agent.manager.DirectAgentAttache]
> >>> (DirectAgent-423:null) Seq 1-90046472: Response Received:
> >>> 2013-04-07 00:40:29,364 DEBUG [agent.transport.Request]
> >>> (DirectAgent-423:null) Seq 1-90046472: Processing:  { Ans: , MgmtId: 1,
> >>> via: 1, Ver: v1, Flags: 10,
> >>>
> >>>[{"ClusterSyncAnswer":{"_clusterId":1,"_newStates":{},"_isExecuted":fals
> >>>e
> >>>,"result":true,"wait":0}}]
> >>> }
> >>> 2013-04-07 00:40:43,749 INFO
> >>>[context.support.XmlWebApplicationContext]
> >>> (Shutdown:null) Closing Root WebApplicationContext: startup date [Sat
> >>>Apr
> >>> 06 22:07:12 MDT 2013]; root of context hierarchy
> >>> 2013-04-07 00:40:43,751 INFO
> >>>[factory.support.DefaultListableBeanFactory]
> >>> (Shutdown:null) Destroying singletons in
> >>>
> >>>org.springframework.beans.factory.support.DefaultListableBeanFactory@7
> 4b
> >>>7
> >>>6ce4:
> >>> defining beans
> >>>
> >>>[org.springframework.context.annotation.internalConfigurationAnnotationP
> >>>r
> >>>ocessor,org.springframework.context.annotation.internalAutowiredAnnotat
> i
> >>>o
> >>>nProcessor,org.springframework.context.annotation.internalRequiredAnnot
> a
> >>>t
> >>>ionProcessor,org.springframework.context.annotation.internalCommonAnn
> ota
> >>>t
> >>>ionProcessor,ClusterRestService,NetworkRestService,PodService,VirtualMac
> >>>h
> >>>ineRestService,VolumeRestService,zoneService,dataDisk,iso,rootDisk,volum
> >>>e
> >>>TypeHelper,VMComputeTagDaoImpl,VMEntityDaoImpl,VMNetworkMapDao
> Impl,VMRes
> >>>e
> >>>rvationDaoImpl,VMRootDiskTagDaoImpl,volumeReservationDaoImpl,virtual
> Mach
> >>>i
> >>>neEntityImpl,VMEntityManagerImpl,dataCenterResourceManagerImpl,Engin
> eDcD
> >>>e
> >>>tailsDao,EngineClusterDao,EngineDataCenterDao,EngineHostDao,EngineHo
> stPo
> >>>d
> >>>Dao,EngineHostDetailsDao,EngineHostTagsDao,provisioningService,cloudOr
> ch
> >>>e
> >>>strator,dataObjectManagerImpl,dataStoreManagerImpl,dataStoreProviderD
> aoI
> >>>m
> >>>pl,primaryDataStoreDaoImpl,primaryDataStoreDetailsDaoImpl,objectInData
> St
> >>>o
> >>>reManagerImpl,dataStoreProviderManagerImpl,objectInDataStoreDaoImpl,
> defa
> >>>u
> >>>ltEndPointSelector,hypervsiorHostEndPointRpcServer,imageDataStoreHelper
> ,
> >>>i
> >>>mageDaoStoreDaoImpl,imageDataDaoImpl,imageDataStoreProviderDaoIm
> pl,BAREM
> >>>E
> >>>TAL,imageFormatHelper,ISO,OVA,imageformat_qcow2,unknown,image_for
> mat_vhd
> >>>,
> >>>dataMotionServiceImpl,primaryDataStoreHelper,templatePrimaryDataStore
> Dao
> >>>I
> >>>mpl,volumeDao2Impl,imageDataFactoryImpl,imageServiceImpl,imageData
> Manage
> >>>r
> >>>Impl,imageDataStoreManagerImpl,defaultImageDataStoreProvider,defaultI
> mag
> >>>e
> >>>MotionStrategy,imageMotionServiceImpl,snapshotDao2Impl,snapshotDataF
> acto
> >>>r
> >>>yImpl,snapshotServiceImpl,hypervisorBasedSnapshot,defaultPrimaryDataSto
> r
> >>>e
> >>>ProviderManagerImpl,defaultPrimaryDatastoreProviderImpl,ISCSI,networkFil
> >>>e
> >>>System,templateInstallStrategyImpl,volumeDataFactoryImpl,volumeManage
> rIm
> >>>p
> >>>l,volumeServiceImpl,apiDiscoveryServiceImpl,apiRateLimitServiceImpl,regi
> >>>o
> >>>nDaoImpl,regionManagerImpl,regionServiceImpl,userContextInitializer,even
> >>>t
> >>>DaoImpl,usageEventDaoImpl,randomAllocator,baremetalDhcpDaoImpl,bare
> metal
> >>>P
> >>>xeDaoImpl,vmwareContextFactory,ciscoNexusVSMDeviceDaoImpl,lunDaoI
> mpl,poo
> >>>l
> >>>DaoImpl,netappVolumeDaoImpl,netappManagerImpl,elasticLoadBalancerEl
> ement
> >>>,
> >>>elasticLbVmMapDaoImpl,elasticLoadBalancerManagerImpl,netScalerPodDa
> oImpl
> >>>,
> >>>niciraNvpDaoImpl,niciraNvpNicMappingDaoImpl,niciraNvpRouterMappingD
> aoImp
> >>>l
> >>>,niciraNvpElement,ovsGuestNetworkGuru,ovsTunnelInterfaceDaoImpl,ovsTu
> nne
> >>>l
> >>>NetworkDaoImpl,ovsTunnelManagerImpl,bigSwitchVnsDaoImpl,bigSwitchVn
> sElem
> >>>e
> >>>nt,randomStoragePoolAllocator,domainChecker,agentMonitor,firstFitAlloca
> t
> >>>o
> >>>r,recreateHostAllocator,testingAllocator,basicAgentAuthManager,alertMan
> a
> >>>g
> >>>erImpl,clusterAlertAdapter,consoleProxyAlertAdapter,alertDaoImpl,seconda
> >>>r
> >>>yStorageVmAlertAdapter,apiDBUtils,apiDispatcher,apiResponseHelper,apiSe
> r
> >>>v
> >>>er,apiServlet,accountJoinDaoImpl,asyncJobJoinDaoImpl,dataCenterJoinDaoI
> m
> >>>p
> >>>l,diskOfferingJoinDaoImpl,domainRouterJoinDaoImpl,hostJoinDaoImpl,insta
> n
> >>>c
> >>>eGroupJoinDaoImpl,projectAccountJoinDaoImpl,projectInvitationJoinDaoIm
> pl
> >>>,
> >>>projectJoinDaoImpl,resourceTagJoinDaoImpl,securityGroupJoinDaoImpl,ser
> vi
> >>>c
> >>>eOfferingJoinDaoImpl,storagePoolJoinDaoImpl,userAccountJoinDaoImpl,us
> erV
> >>>m
> >>>JoinDaoImpl,volumeJoinDaoImpl,queryManagerImpl,asyncJobExecutorCont
> extIm
> >>>p
> >>>l,asyncJobManagerImpl,asyncJobDaoImpl,syncQueueDaoImpl,syncQueueIte
> mDaoI
> >>>m
> >>>pl,syncQueueManagerImpl,capacityManagerImpl,capacityDaoImpl,certificat
> eD
> >>>a
> >>>oImpl,clusterBasedAgentLoadBalancerPlanner,hostTransferMapDaoImpl,clu
> ste
> >>>r
> >>>FenceManagerImpl,clusterServiceServletAdapter,managementServerHostDa
> oImp
> >>>l
> >>>,managementServerHostPeerDaoImpl,stackMaidDaoImpl,managementServe
> rNode,c
> >>>o
> >>>nfigurationManagerImpl,configurationDaoImpl,resourceCountDaoImpl,reso
> urc
> >>>e
> >>>LimitDaoImpl,entityManagerImpl,clusterDetailsDaoImpl,accountVlanMapDa
> oIm
> >>>p
> >>>l,clusterDaoImpl,clusterVSMMapDaoImpl,dataCenterDaoImpl,dataCenterIp
> Addr
> >>>e
> >>>ssDaoImpl,dataCenterLinkLocalIpAddressDaoImpl,dataCenterVnetDaoImpl,d
> cDe
> >>>t
> >>>ailsDaoImpl,hostPodDaoImpl,podVlanDaoImpl,podVlanMapDaoImpl,storage
> Netwo
> >>>r
> >>>kIpAddressDaoImpl,storageNetworkIpRangeDaoImpl,vlanDaoImpl,domainD
> aoImpl
> >>>,
> >>>actionEventUtils,alertGenerator,eventJoinDaoImpl,eventUtils,usageEventUt
> >>>i
> >>>ls,highAvailabilityDaoImpl,recreatableFencer,hostDaoImpl,hostDetailsDaoI
> >>>m
> >>>pl,hostTagsDaoImpl,cloudZonesStartupProcessor,hypervisorCapabilitiesDaoI
> >>>m
> >>>pl,hypervisorGuruManagerImpl,keystoreDaoImpl,keystoreManagerImpl,age
> ntUp
> >>>g
> >>>radeDaoImpl,upgradeManagerImpl,autoScaleManagerImpl,autoScalePolicy
> Condi
> >>>t
> >>>ionMapDaoImpl,autoScalePolicyDaoImpl,autoScaleVmGroupDaoImpl,autoS
> caleVm
> >>>G
> >>>roupPolicyMapDaoImpl,autoScaleVmProfileDaoImpl,conditionDaoImpl,coun
> terD
> >>>a
> >>>oImpl,externalFirewallDeviceDaoImpl,externalLoadBalancerDeviceDaoImpl,
> fi
> >>>r
> >>>ewallRulesCidrsDaoImpl,firewallRulesDaoImpl,inlineLoadBalancerNicMapDa
> oI
> >>>m
> >>>pl,IPAddressDaoImpl,LBStickinessPolicyDaoImpl,loadBalancerDaoImpl,loadB
> a
> >>>l
> >>>ancerVMMapDaoImpl,networkAccountDaoImpl,networkDaoImpl,networkD
> omainDaoI
> >>>m
> >>>pl,networkExternalFirewallDaoImpl,networkExternalLoadBalancerDaoImpl,n
> et
> >>>w
> >>>orkOpDaoImpl,networkRuleConfigDaoImpl,networkServiceMapDaoImpl,phy
> sicalN
> >>>e
> >>>tworkDaoImpl,physicalNetworkIsolationMethodDaoImpl,physicalNetworkSe
> rvic
> >>>e
> >>>ProviderDaoImpl,physicalNetworkTagDaoImpl,physicalNetworkTrafficTypeD
> aoI
> >>>m
> >>>pl,portProfileDaoImpl,remoteAccessVpnDaoImpl,routerNetworkDaoImpl,sit
> e2S
> >>>i
> >>>teCustomerGatewayDaoImpl,site2SiteVpnConnectionDaoImpl,site2SiteVpnG
> atew
> >>>a
> >>>yDaoImpl,userIpv6AddressDaoImpl,virtualRouterProviderDaoImpl,vpnUserD
> aoI
> >>>m
> >>>pl,externalLoadBalancerUsageManagerImpl,externalNetworkDeviceManage
> rImpl
> >>>,
> >>>firewallManagerImpl,loadBalancingRulesManagerImpl,networkManagerImp
> l,net
> >>>w
> >>>orkModelImpl,networkServiceImpl,networkUsageManagerImpl,virtualNetw
> orkAp
> >>>p
> >>>lianceManagerImpl,vpcVirtualNetworkApplianceManagerImpl,portForwardi
> ngRu
> >>>l
> >>>esDaoImpl,rulesManagerImpl,securityGroupDaoImpl,securityGroupRuleDaoI
> mpl
> >>>,
> >>>securityGroupRulesDaoImpl,securityGroupVMMapDaoImpl,securityGroupW
> orkDao
> >>>I
> >>>mpl,vmRulesetLogDaoImpl,storageNetworkManagerImpl,privateIpDaoImpl,
> stati
> >>>c
> >>>RouteDaoImpl,vpcDaoImpl,vpcGatewayDaoImpl,vpcOfferingDaoImpl,vpcOf
> fering
> >>>S
> >>>erviceMapDaoImpl,networkACLManagerImpl,vpcManagerImpl,remoteAcces
> sVpnMan
> >>>a
> >>>gerImpl,site2SiteVpnManagerImpl,networkOfferingDaoImpl,networkOfferin
> gSe
> >>>r
> >>>viceMapDaoImpl,projectAccountDaoImpl,projectDaoImpl,projectInvitationD
> ao
> >>>I
> >>>mpl,projectManagerImpl,dummyHostDiscoverer,resourceManagerImpl,reso
> urceL
> >>>i
> >>>mitManagerImpl,commandExecLogDaoImpl,configurationServerImpl,statsC
> ollec
> >>>t
> >>>or,serviceOfferingDaoImpl,consoleServlet,registerCompleteServlet,garbage
> >>>C
> >>>ollectingStoragePoolAllocator,useLocalForRootAllocator,diskOfferingDaoIm
> >>>p
> >>>l,guestOSCategoryDaoImpl,guestOSDaoImpl,launchPermissionDaoImpl,s3Da
> oImp
> >>>l
> >>>,snapshotDaoImpl,snapshotPolicyDaoImpl,snapshotScheduleDaoImpl,storag
> ePo
> >>>o
> >>>lDaoImpl,storagePoolDetailsDaoImpl,storagePoolHostDaoImpl,storagePool
> Wor
> >>>k
> >>>DaoImpl,swiftDaoImpl,uploadDaoImpl,VMTemplateDaoImpl,VMTemplateD
> etailsDa
> >>>o
> >>>Impl,VMTemplateHostDaoImpl,VMTemplatePoolDaoImpl,VMTemplateS3Da
> oImpl,VMT
> >>>e
> >>>mplateSwiftDaoImpl,VMTemplateZoneDaoImpl,volumeDaoImpl,volumeHost
> DaoImpl
> >>>,
> >>>downloadMonitorImpl,OCFS2ManagerImpl,s3ManagerImpl,secondaryStora
> geVmDef
> >>>a
> >>>ultAllocator,snapshotManagerImpl,snapshotSchedulerImpl,storageManagerI
> mp
> >>>l
> >>>,swiftManagerImpl,uploadMonitorImpl,resourceTagsDaoImpl,taggedResour
> ceMa
> >>>n
> >>>agerImpl,hyervisorTemplateAdapter,templateManagerImpl,versionDaoImpl,
> dat
> >>>a
> >>>baseIntegrityChecker,externalPublicIpStatisticsDaoImpl,usageDaoImpl,usag
> >>>e
> >>>IPAddressDaoImpl,usageJobDaoImpl,usageLoadBalancerPolicyDaoImpl,usag
> eNet
> >>>w
> >>>orkDaoImpl,usageNetworkOfferingDaoImpl,usagePortForwardingRuleDaoI
> mpl,us
> >>>a
> >>>geSecurityGroupDaoImpl,usageStorageDaoImpl,usageVMInstanceDaoImpl,u
> sageV
> >>>o
> >>>lumeDaoImpl,usageVPNUserDaoImpl,usageServiceImpl,accountDetailsDaoI
> mpl,a
> >>>c
> >>>countManagerImpl,accountDaoImpl,SSHKeyPairDaoImpl,userAccountDaoIm
> pl,use
> >>>r
> >>>DaoImpl,userStatisticsDaoImpl,userStatsLogDaoImpl,domainManagerImpl,i
> den
> >>>t
> >>>ityDaoImpl,identityServiceImpl,consoleProxyDaoImpl,domainRouterDaoImpl
> ,i
> >>>n
> >>>stanceGroupDaoImpl,instanceGroupVMMapDaoImpl,nicDaoImpl,secondary
> Storage
> >>>V
> >>>mDaoImpl,userVmDetailsDaoImpl,VMInstanceDaoImpl,itWorkDaoImpl,com
> ponentC
> >>>o
> >>>ntext,org.springframework.aop.config.internalAutoProxyCreator,org.spring
> >>>f
> >>>ramework.aop.aspectj.AspectJPointcutAdvisor#0,captureAnyMethod,org.spr
> in
> >>>g
> >>>framework.aop.aspectj.AspectJPointcutAdvisor#1,captureEventMethod,tran
> sa
> >>>c
> >>>tionContextBuilder,actionEventInterceptor,onwireRegistry,messageSerializ
> >>>e
> >>>r,transportProvider,rpcProvider,eventBus,premiumDatabaseUpgradeChecke
> r,m
> >>>a
> >>>nagementServerImpl,clusterManagerImpl,clusteredAgentManagerImpl,clust
> ere
> >>>d
> >>>VirtualMachineManagerImpl,highAvailabilityManagerExtImpl,userVmManag
> erIm
> >>>p
> >>>l,consoleProxyManagerImpl,securityGroupManagerImpl2,premiumSecondar
> yStor
> >>>a
> >>>geManagerImpl,userVmDaoImpl,ipv6AddressManagerImpl,VmwareManager
> ,NetappM
> >>>a
> >>>nager,BaremetalManager,BaremetalDhcpManager,BaremetalKickStartPxeSe
> rvice
> >>>,
> >>>BaremetalPingPxeService,BaremetalPxeManager,Ovs,BareMetalDhcp,Bare
> MetalP
> >>>x
> >>>e,BareMetalUserdata,SecurityGroupProvider,VirtualRouter,VpcVirtualRouter
> >>>,
> >>>NiciraNvp,JuniperSRX,Netscaler,F5BigIP,CiscoNexus1000vVSM,FirstFitRoutin
> >>>g
> >>>,LocalStoragePoolAllocator,FirstFitStoragePoolAllocator,UserConcentrated
> >>>A
> >>>llocator,ConsoleProxyAllocator,StaticRoleBasedAPIAccessChecker,ExteralIp
> >>>A
> >>>ddressAllocator,BareMetalTemplateAdapter,MD5UserAuthenticator,LDAPUs
> erAu
> >>>t
> >>>henticator,CheckOnAgentInvestigator,XenServerInvestigator,UserVmDomRI
> nve
> >>>s
> >>>tigator,ManagementIPSystemVMInvestigator,VmwareInvestigator,XenServe
> rFen
> >>>c
> >>>er,KVMFencer,OvmFencer,VmwareFencer,XcpServerDiscoverer,SecondarySt
> orage
> >>>D
> >>>iscoverer,KvmServerDiscoverer,BareMetalDiscoverer,HypervServerDiscovere
> r
> >>>,
> >>>OvmDiscoverer,vmwareServerDiscoverer,FirstFitPlanner,UserDispersingPlan
> n
> >>>e
> >>>r,UserConcentratedPodPlanner,BareMetalPlanner,StorageNetworkGuru,Ext
> erna
> >>>l
> >>>GuestNetworkGuru,PublicNetworkGuru,PodBasedNetworkGuru,ControlNet
> workGur
> >>>u
> >>>,DirectNetworkGuru,DirectPodBasedNetworkGuru,OvsGuestNetworkGuru,Pr
> ivate
> >>>N
> >>>etworkGuru,NiciraNvpGuestNetworkGuru,XenServerGuru,KVMGuru,OvmGur
> u,VMwar
> >>>e
> >>>Guru,BaremetalGuru,BaremetalPlannerSelector,HypervisorPlannerSelector,o
> r
> >>>g
> >>>.springframework.context.annotation.ConfigurationClassPostProcessor$Imp
> o
> >>>r
> >>>tAwareBeanPostProcessor#0];
> >>> root of factory hierarchy
> >>>
> >>>
> >>> On Sun, Apr 7, 2013 at 12:54 AM, Marcus Sorensen
> >>><sh...@gmail.com>wrote:
> >>>
> >>>> If you're running it the Dev way with jetty, look for vmops.log in
> >>>>your
> >>>> git
> >>>> root. If you've installed via package look for
> >>>> /var/log/cloudstack/management/management-server.log.
> >>>> On Apr 7, 2013 12:45 AM, "Mike Tutkowski"
> >>>><mi...@solidfire.com>
> >>>> wrote:
> >>>>
> >>>> > Hi Marcus,
> >>>> >
> >>>> > I was just looking at the output in the console.
> >>>> >
> >>>> > Can you remind me again where the related logs are stored?
> >>>> >
> >>>> > Thanks!
> >>>> >
> >>>> >
> >>>> > On Sun, Apr 7, 2013 at 12:39 AM, Marcus Sorensen
> >>>><shadowsor@gmail.com
> >>>> > >wrote:
> >>>> >
> >>>> > > Have you by chance looked at the debug logs to see if it by chance
> >>>> tried
> >>>> > > the proper storage and failed? I'm not sure that's OK either, but
> >>>>it
> >>>> > would
> >>>> > > be interesting to know.
> >>>> > > On Apr 7, 2013 12:25 AM, "Mike Tutkowski" <
> >>>> mike.tutkowski@solidfire.com>
> >>>> > > wrote:
> >>>> > >
> >>>> > > > Hi,
> >>>> > > >
> >>>> > > > I'm currently using 4.1 (from like a week or so ago).
> >>>> > > >
> >>>> > > > I have three tiers of shared, iSCSI-based storage represented in
> >>>> three
> >>>> > > > storage repositories in XenServer:
> >>>> > > >
> >>>> > > > SR_2
> >>>> > > > SR_3
> >>>> > > > SR_4
> >>>> > > >
> >>>> > > > SR_2 maps into CS via primary storage PS_2, which has the
> >>>>storage
> >>>> tag
> >>>> > > PS_2
> >>>> > > > SR_3 maps into CS via primary storage PS_3, which has the
> >>>>storage
> >>>> tag
> >>>> > > PS_3
> >>>> > > > SR_4 maps into CS via primary storage PS_4, which has the
> >>>>storage
> >>>> tag
> >>>> > > PS_4
> >>>> > > >
> >>>> > > > I have three compute offerings:
> >>>> > > >
> >>>> > > > CO_2, which only uses storage tag PS_2
> >>>> > > > CO_3, which only uses storage tag PS_3
> >>>> > > > CO_4, which only uses storage tag PS_4
> >>>> > > >
> >>>> > > > I walk through the wizard and select CO_3.  My VM ends up on
> >>>>SR_4.
> >>>> > > >
> >>>> > > > I have double checked the relationships and don't see any
> >>>>errors
> >>>>in
> >>>> > how I
> >>>> > > > have CS configured.
> >>>> > > >
> >>>> > > > Does anyone know of this being noted as a current bug?
> >>>> > > >
> >>>> > > > Thanks!
> >>>> > > >
> >>>> > > >
> >>>> > > > --
> >>>> > > > *Mike Tutkowski*
> >>>> > > > *Senior CloudStack Developer, SolidFire Inc.*
> >>>> > > > e: mike.tutkowski@solidfire.com
> >>>> > > > o: 303.746.7302
> >>>> > > > Advancing the way the world uses the
> >>>> > > > cloud<http://solidfire.com/solution/overview/?video=play>
> >>>> > > > *(tm)*
> >>>> > > >
> >>>> > >
> >>>> >
> >>>> >
> >>>> >
> >>>> > --
> >>>> > *Mike Tutkowski*
> >>>> > *Senior CloudStack Developer, SolidFire Inc.*
> >>>> > e: mike.tutkowski@solidfire.com
> >>>> > o: 303.746.7302
> >>>> > Advancing the way the world uses the
> >>>> > cloud<http://solidfire.com/solution/overview/?video=play>
> >>>> > *(tm)*
> >>>> >
> >>>>
> >>>
> >>>
> >>>
> >>> --
> >>> *Mike Tutkowski*
> >>> *Senior CloudStack Developer, SolidFire Inc.*
> >>> e: mike.tutkowski@solidfire.com
> >>> o: 303.746.7302
> >>> Advancing the way the world uses the
> >>>cloud<http://solidfire.com/solution/overview/?video=play>
> >>> *(tm)*
> >>>
> >>
> >>
> >>
> >>--
> >>*Mike Tutkowski*
> >>*Senior CloudStack Developer, SolidFire Inc.*
> >>e: mike.tutkowski@solidfire.com
> >>o: 303.746.7302
> >>Advancing the way the world uses the
> >>cloud<http://solidfire.com/solution/overview/?video=play>
> >>*(tm)*
> >


RE: VM deployed to wrong storage repository

Posted by Srikanteswararao Talluri <sr...@citrix.com>.
This is happening on master too.

I have 3 storage pools added in this order

1. local (created zone with local storage)
2. zone wide 
3. cluster wide

Irrespective of the compute offering selected, all the volumes are created on "cluster wide " storage pool.

Thanks,
~Talluri

> -----Original Message-----
> From: Nitin Mehta [mailto:Nitin.Mehta@citrix.com]
> Sent: Tuesday, April 09, 2013 2:30 PM
> To: dev@cloudstack.apache.org
> Subject: Re: VM deployed to wrong storage repository
> 
> Sorry for the typo. I meant bug instead of "bu"
> 
> On 09/04/13 11:59 AM, "itin Mehta" <Ni...@citrix.com> wrote:
> 
> >Hi Prachi - Do we use this allocator now ? And why does this allocator not
> >honor the tag - is that not a bu ?
> >
> >Thanks,
> >Niti
> >
> >On 08/04/13 11:2 PM, "Prachi Damle" <Pr...@citrix.com> wrote:
> >
> >>Hi Mike,
> >>
> >>I checked the logs, looks like the RandomStoragePolAllocator is being
> >>picked up for the storag allocation - tis allocatordoes not match any
> >>tags.
> >>
> >>You sould use FirstFitStoragePoolAllocato instead - change the
> >>component.ml to use this allocatr and not the random
> >
> >>Thanks,
> >>-Prachi
> >>
> >>-----Original Message-----
> >>From: Mike Tutkowski [mailto:mike.tutkowsi@solidfie.com]
> >>Sent: Monday, April 08 2013 8:23 AM
> >>To: dev@cloudstack.apache.org
> >>Subject: Re: VM deployed t wrong storage repostory
> >>
> >>I pla to update to the latest 4.1 todayand re-try this.
> >>
> >>If I still see the problem, I'll open a bug.
> >>
> >>
> >>On Sun, Apr 7, 2013 at 4:26 PM, Mike Tutkowski
> >><mik.tutkowski@solidire.com
> >>> wroe:
> >>
> >>> I don't see anything in vmops.log to indicate that another primary
> >>>storage
> >>> was tried first.  What do you tink?
> >>>
> >>> 2013-04-07 00:30:5,459 INFO  [agent.manager.AgentManagerImpl]
> >> (AgentTaskPool-11:null) Investigating why host 6 has disconnected wth
> >>> event PingTimeout
> >>> 2013-04-07 00:0:51,459 DEBUG [agentmanager.AgentManagerImpl]
> >>> (AgentTaskPool-11:null) checking if agent (6) isalive>> 2013-04-07
> >>>00:30:51,460 INFO  [agent.manager.AgentManagerImpl]
> >>> (AgentTaskPool-16:null) Investigating why host 5 has disconnected with
> >>> event PingTimeot
> >>> 2013-04-07 00:3051460 DEBUG [agent.manger.AgentManagerImpl]
> >>> (AgentTaskPool-16:null) checking if agent (5) is alive
> >>> 2013-04-0700:30:51,462 DEBUG [gent.transport.Request]
> >>> (AgentTaskPool-11:null) Seq -324993302: Sending  { Cmd , MgmtId: 1,
> >>via:
> >>> 6, Ver: v1, Flags: 100011, [{"CheckHealthCommand":{"wit":50}}] }
> >>> 2013-04-07 00:30:51,42 DEUG agent.transport.Request]
> >>> (AgentTaskPool-11:null) Seq 6-324993302: Executing:  { Cmd , MgmtI: 1,
> >>> via: 6, Ver: v1, Flags: 100011, [{"CheckHealthommand"{"wait":50}}] }
> >>> 2013-04-07 0:30:51,462 DEBUG [agent.manager.DirectAgentttche]
> >>> (DirectAgent-26:null) Seq 6-324993302: Executing rquest
> >>> 213-04-07 00:30:51,464 DEBUG[agent.transport.Request]
> >>> (AgenTaskPool-16null) Seq 5-614334808: Sending  { md , MgmtId: 1,
> >>>via:
> >>> 5, Ver: v1, Flags: 100011, [{"CheckHelthCommand":{"wait":50}}] }
> >>> 201304-07 00:30:51,464 DEBUG [agent.transport.Request]
> >>> (AgentTaskPool-16:null) Seq 5-614334808: Executing:  { Cmd , MgmtId: 1,
> >>> via: 5, Ver: v1, Flas: 100011, [{"CheckHealthComman":{"wait":50}}] }
> >>> 2013-04-07 00:30:51,465 DEBUG [agent.manager.DirectAgentAttace]
> >>> (DirectAgent-163:null) Seq 5-61433480: Executing request
> >>> 2013-04-07 00:30:51,511 DEBUG [agent.manager.DirectAgentAttache]
> >>> (DirectAgent-26:null) Seq 6324993302: Response Received:
> >>> 2013-04-07 00:30:51,512 DEBUG [agent.transport.Request]
> >>> (DirectAgent-26:null) Seq 6-324993302: Processing:  { ns: , MgmtId: 1,
> >>> via: 6, Ver: v1, Flags: 10,
> >>> [{"CheckHealthAnswer":{"result":true,"details":"resource i
> >>> alive","ait":0}}] }
> >>> 2013-04-07 00:30:51,512 DEBUG [agent.transport.Request]
> >>> (AgentTaskPool-11:null) Seq 6-324993302: Received:  { Ans: , Mgmtd: 1,
> >>> via: 6, Ver: v1, Flags: 10, { CheckHealthAnswer } }
> >>> 2013-04-07 00:3051,512 DEBUG [agent.manager.AgentManagerImpl]
> >>> (AgntTaskPool-11:null) Details from executing class
> >>> com.cloud.agent.api.CheckealthCommand: resource is alive
> >>> 2013-04-07 00:30:51,512 DEBUG [agent.maager.AgentManagerImpl]
> >>> (AgentTaskPool-11:null) agent (6) responded to checkHeathCommand,
> >>>reporting
> >>> that agent is Up
> >> 2013-04-07 00:30:51,512 INFO  [agent.manager.AgentManagerImpl]
> >>> (AgentTaskPool-11:null) he state determined is Up
> >>> 2013-4-07 00:30:51,512 INFO  [agent.manger.AgentManagerImpl]
> >>> (AgenTaskPool-11:null Agent s determined to be up an runnng
> >>> 2013-04-07 00:30:51,512 DEBUG [cloud.host.Satus]
> >>>(AgentTaskPool-11:null)
> >>> Transition:[Resource state = Enabled, Agnt event = Ping, Host id = 6,
> >>>name
> >>> = Tut-XenServer]
> >>> 2013-04-07 00:30:51,515 DEBUG [cloud.host.Status]
> >>>(AgentTaskPool-11:null)
> >>> Agent status update: [id = 6; nae = Tut-XenServer; old status = Up;
> >>>event
> >>> = Ping; new status = Up; old update count = 307; new update count =
> >>>308]
> >>> 2013-04-07 00:30:51,517 DEBUG [agent.managr.DirectAgentAttache]
> >>> (DirectAgent-163:nll) Seq 5-614334808: Response Receied:
> >>> 2013-04-07 00:30:51,517 DEBUG [agent.transport.Request]
> >>> (DirectAgent-163:null) Seq 5-614334808: Processing:  { Ans: , MgmtId:
> >>>1,
> >>> via: 5, Ver: v1, Flags: 10,
> >>> [{"CheckHealthAnswer":{"result":true,"details":"resource is
> >>> alive","wait":0}}] }
> >>> 2013-04-07 00:30:51,517 DEBUG [agent.transport.Request]
> >>> (AgentTaskPool-16:null) Se 5-614334808: Received:  { Ans: , MgmtId: 1,
> >>> via: 5, Ver: v1, Flags: 10, { CheckHeathAnswer } }
> >>> 2013-04-07 00:30:51,517 DEBUG [agent.manager.AgentManagerImpl]
> >>> (AgentTaskPool-16:null) Details fromexecuting class
> >>> com.cloud.agent.api.heckHealthCommand: resource is alive
> >>> 2013-04-07 00:30:51,517 DEBUG [agent.manager.AgentManaerImpl]
> >>> (AgentTaskPool-16:null) agent (5) responded to checkHeathommand,
> >>>reporting
> >>> that agent is Up
> >>>2013-04-07 00:30:51,518 INFO  [agent.manager.AgentManagerImpl]
> >>> (AgentTaskPool-16:null) The state determined is Up
> >>> 2013-04-07 00:30:51,518 INFO  [agent.maager.AgentManagerImpl]
> >>> (AgentTskPool-16:null) Agent is determined to be up ad running
> >>> 2013-04-7 00:30:51,518 DEBUG [cloud.host.tatus]
> >>>(AgentTaskPool-16:null)
> >>> Transition:[Resource state = Enabled, Agent event = Ping, Host id = 5,
> >>>name
> >>> = Tut-XenServer2]
> >>>2013-04-07 00:30:51,522 DEBUG [cloud.host.Status]
> >>>(AgentTaskPool16:null)
> >>> Agent status update: [id = 5; name = Tut-XenServer2; old status = Up;
> >>>event
> >> = Ping; new status = Up; old update count = 144; new update cout =
> >>>145]
> >>> 2013-04-07 00:30:52,927 DEUG [agent.manager.DirectAgentAttache]
> >>> (DirectAgent-157:null) Seq 6-324993301: Response Received:
> >>> 2013-04-07 00:30:52,927 DEBUG [agent.transport.Request]
> >>> (DirectAgent-15:null) Seq 6-324993301: Processing:  { Ans: , MgmtId: 1,
> >>> va: 6, Ver: v1, Flags: 110, [{"Answer":{"resut":true,"wait":0}}] }
> >>> 2013-04-07 00:30:52,927 DEBUG [agent.transport.Request]
> >>> (Job-Executor-35:job-42) Seq 6-324993301: Received:  { Ans:  MgmtId: 1,
> >>> via: 6, Ver: v1, Flags: 110, { Answer } }
> >>> 2013-04-07 00:30:52,927 DEBUG [agent.manager.gentAttache]
> >>> (DirectAgent-157:null) Seq 6-324993301: No more commands found
> >>> 2013-04-07 00:30:52,938 DEBUG
> >> [network.router.VirtualNetworkApplianceManagerImpl]
> >>> (Job-Executor-35:job-42) Applying userdata and password entry in
> >>>network
> >> Ntwk[204|uest|6]
> >>> 2013-04-07 00:30:52,952 DEBUG [agent.transport.Request]
> >>> (Job-Executor-35:job-42) Seq -324993303: Sending  { Cmd , MgmtId: 1,
> >>>via:
> >>> 6, Ver: v1, Flas: 10111,
> >>>
> >>>[{"routing.SavePasswordCommand":{"password":"fnirq_cnffjbeq","vmIpAdd
> res
> >>>s
> >>>":"192.168.56.195","vmName":"c18ddf7c-fc61-40b0-af75-
> fdef05f8eae6,"acces
> >>>sDetails":{"router.guest.ip":192.168.56.102","one.network.type":"Basic"
> >>>,"router.ip":"169.254.1.168","
> >>> router.nam
> >>>
> >>>":"r-4-
> VM"},"wait":0}},{"routing.VmataCommand":{"vmpAddress":"192.168.5
> >>>6.195","vmName":"c18ddf7c-fc61-40b0-af75-
> fdef05f8eae6","accessDetails":{
> >>>"
> >>>router.guest.ip":"192.68.56.102","zone.network.type":"Basic","router.ip
> >>>"
> >>>:"169.254.1.168","
> >>> router.name":"r-4-VM"},"wait":0}}] }
> >>> 2013-04-07 00:30:52,953 DEUG [agent.transprt.equest]
> >>> (JobExecutor-35:job-42) Seq 6-324993303: Executing:  {Cmd , MgmtId: 1,
> >>> via: 6, Ver: v1, Flags: 100111,
> >>>
> >>>[{"routing.SavePasswordCommand":{"password":"fnirq_nffjbeq","vmIpAddr
> ess
> >>>":"192.168.56.195","vmName":"c18ddf7c-fc61-40b0-af75-
> fdef05f8eae6","acce
> >>>s
> >>>sDetails":{"router.guest.ip":"192.168.56.102","zone.networktype":"Basic
> >>>"
> >>>,"router.ip":"169.254.1.168","
> >>> router.name
> >>>
> >>>":"r-4-
> VM"},"wait":0}},{"rting.VmDataCommand":{"vmIpAddress":"192.168.5
> >>>6.195","vmName":"c18ddf7c-fc61-40b0-af75-
> fdef05f8eae6","accessDetails":{
> >>>"
> >>>router.guest.ip":"192.168.56.102","zone.network.type":"Basic","router.ip
> >>>"
> >>>:"19.254.1.168","
> >>> router.name":"r-4-VM"},"wait":0}}] }
> >>> 2013-04-07 00:30:52,93 DEBUG [agent.manger.DirectAgentAttache]
> >>> (DirectAgent-37:null) Seq 6-324993303: Executing requst
> >>> 2013-04-07 00:30:53,093 DEBUG [cloud.api.ApiServlet]
> >>> (1161145101@qtp-100880148-3:null) ===START===  127.0.0.1 -- GET
> >>>
> >>>command=queryAsyncJobResult&jobId=f75d8ce8-1193-43f-b171-
> f43d2534e6bc&r
> >>>e
> >>>sponse=json&sessionkey=Z6QqzU0FqiT13bMgnRRfl8GoVA%3D&_=13653162
> 53091
> >>> 2013-04-07 00:30:53,110 DEBUG [cloud.api.ApiServlet]
> >>> (116114511@qtp-1008805148-33:null) ===END===  127.0.0.1 -- GET
> >>>
> >>>command=queryAsyncJobResult&jobId=f75d8ce8-1193-43bf-b171-
> f43d2534e6bc&r
> >>>e
> >>>sponse=son&sessioney=Z6QqzU0Fq1iT13bMgnRRflGoVA%3D&_=136531625
> 3091
> >> 2013-04-07 00:30:56,093 DEBUG [cloud.api.ApiServlet]
> >>> (1161145101@qtp-1008805148-33:null) ===START===  127.0.0.1 -- GET
> >>>
> >>>command=ueryAsyncJobResult&jobId=f75d8ce8-1193-43bf-b171-
> f43d2534e6bc&r
> >>>e
> >>>sponse=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316
> 256091
> >> 2013-4-07 00:30:56,109 DEBUG [clou.api.ApiServlet]
> >>> (1161145101@qtp-1008805148-33:null) ===END===  127.0.0.1 -- GET
> >>>
> >>>comman=queryAsyncJobResult&joId=f75d8ce8-1193-43bf-b171-
> f43d2534e6bc&r
> >>>e
> >>>sponse=jon&sessokey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=136531625
> 6091
> >>>2013-0-07 00:30:59,094 DEBUG [cloud.api.ApiServlet]
> >>> (1161145101@qtp-1008805148-33:null) ===START==  127.0.0.1 -- GET
> >>>
> >>>command=queryAsyncJobResut&jobId=f75d8ce8-1193-43bf-
> b171f43d2534e6b&re
> >>>sponse=json&sssionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=13653162
> 59092
> >>> 2013-04-0700:30:59,11 DEBUG [cloud.api.ApiServlet]
> >>> (1161145101@qtp-1008805148-33:null) ==END===  127.0.0.1 -- GET
> >>>
> >>>command=queryAsyncJobResult&jobId=f75d8ce8-1193-43bf-b171-
> f43d2534e6bc&r
> >>>e
> >>sponse=json&essionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=13653162
> 59092
> >>>2013-04-07 0:31:02,095 DEBUG [cloud.api.ApiSerlet]
> >>> (1161145101@qtp-1008805148-33:null) ===START===  127.0.0.1 -- GET
> >>>
> >>>command=queryAsyncJobResult&jobId=f75d8ce8-1193-43bf-b171-
> f43d2534e6bc&r
> >>>e
> >>>spne=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=136531626
> 2093
> >>> 2013-04-07 00:31:02,110 DEBUG [cloud.api.ApiServlet]
> >>> (1161145101@qtp-1008805148-33:null) ==END===  127.0.0.1 -- GET
> >>>
> >>>command=queryAsyncJobesult&jobId=f75d8ce8-1193-43bf-b171-
> f43d2534e6bc&r
> >>>e>>sponse=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365
> 316262093
> >>> 201-04-07 00:31:04,860 DEBUG [agent.manager.DirectAgentAttache]
> >>> (DirectAgent-145:null) Ping from 6
> >>> 2013-04-07 00:3105,099 DEBUG [cloud.api.ApiServlet]
> >>> (116115101@qtp-1008805148-33:null) ===START===  127.0.0.1 -- GE
> >>>
> >>>command=queryAsycJobResult&jobId=f75d8ce8-1193-43bf-b171-
> f43d2534e6bc&re
> >>>sponse=jsn&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=13653162
> 65096
> >>> 013-04-07 00:31:05,114 DEBUG [cloud.api.AiServlet]
> >>> (1161145101@qtp-1008805148-33:null) ===END===  127.0.0.1 -- GET
> >>>
> >>>command=queryAsyncJobResult&jobId=f75d8ce8-1193-43bf-b171-
> f43d2534e6bc&r
> >>>e
> >>>sponse=json&sessonkey=Z6QqzU0Fq1iT13bMgnRRflGoVA%3D&_=13653162
> 65096
> >>> 2013-04-07 00:31:06,234 DEBUG [aet.anager.DirectAgentAttache]
> >>> (DirectAgent-372:null) Ping frm 5
> >>> 2013-04-07 00:31:06,909 DEBUG [agent.manage.DirectAgentAttache]
> >>> (DirectAgent-149:null) Seq 6-324993028: Executing request
> >>> 2013-04-07 00:31:07,239 DEBUG [agent.manager.DirectAgentAttache]
> >>> (DirectAgent-149:null Seq 6-324993028: Response Received:
> >>> 2013-04-07 00:31:07,239 DEBUG [agent.transport.Request]
> >>> (DirectAgent-14:null) Seq 6-324993028: Processig:  { Ans: , MgmtId: 1,
> >>> va: 6, Ver: v1, Flags: 10,
> >>>
> >>>[{"CluterSyncAnswer":{"_clusterId":2,"_newStates":{},"_isExecuted":alse
> >>>,"result":true,wait":0}}]
> >>> }
> >>> 2013-04-0 00:31:07,424 DEBUG [agent.manager.DirectAgentAttache]
> >>> (DirectAgen-37:null) Seq 6-324993303: Response Received:
> >>> 2013-04-07 00:31:07,424 DEBUG [gent.trnsport.Request]
> >>> (DirectAgent-37:null) Seq 6-324993303: Processing:  { Ans: , MgmtId: 1,
> >>> via: 6, Ver: v1, Flags: 110,
> >>>
> >>>[{"Answer":{"result":true,"wait":0}},{"Answer":{"result":true,"wait":0}}
> >>>]
> >>> }
> >>> 2013-04-07 00:31:07,424 DEBUG [agent.transportRequest]
> >>> (Job-Executor-35:job-42) Seq 6-324993303: Received:  { Ans: , MgmId: 1,
> >>> vi: 6, Ver: v1, Flags: 110, { Answer, Answer } }
> >>> 2013-04-07 00:31:07,424 DEBUG [agent.maager.AgentAttache]
> >>> (DirectAgent-37:null) Seq 6-324993303: No more commands fond
> >>> 2013-04-07 00:31:07424 DEBUG [cloud.network.NetwrkManaerImpl]
> >>> (Job-Executor-35:job-42) Asking VpcVirtualRouter to prepare for
> >>> Nic[18-12-6416c373-20d8-4617-8dcb-30a8ff9d0f34-192.168.56.195]
> >>> 2013-04-07 00:31:07,424 WARN
> [network.element.VpcVirtualRouterElement]
> >>> (Job-Executor-35:job-42) Network Ntwk[204|Guest|6] is not associated
> >>>with
> >>> any VPC
> >>> 201-04-07 00:31:07,429 DEBUG [cloud.network.NetworkManagerImpl]
> >>> (Job-Executor-35:job-42) Asking NiciraNvp to prepare for
> >> Nic[18-12-6416c373-20d8-4617-8dcb-30a8ff9d0f34-192.168.56.195]
> >>> 2013-04-07 00:31:07,429 DEBUG [network.element.NiciraNvpElement
> >>> (ob-Executor-35:job-42) Checking if NiciraNvpElement can handle service
> >>> Connectiity on network gustNetworkFrBasicZone
> >>> 2013-04-07 00:31:07,432 DEBUG [cloud.network.NetworkManagrIpl]
> >>> (Job-Executor-35:job-42) Asking JuniperSRX to prepare for
> >>> Nic[18-12-641c373-20d8-46178dcb-30a8ff9d0f34-192.168.56.195]
> >>> 2013-04-07 00:31:07,436DEBUG [cloud.networkNetwrkManagerImpl]
> >>> (Job-Executor-35:job-42) Asking Netscaler to prepare for
> >>> Nc[18-12-6416c373-20d8-4617-8dcb-308ff9d0f34-192.168.56.195]
> >>> 201304-07 00:31:07,441 DEBUG [cloud.network.NetworkManagerImpl]
> >>> (Job-Executor-35:job-42) Asking F5BigIP to prepare for
> >>> Nic[18-12-6416c373-20d8-4617-8dcb-30a8ff9d0f34-192.168.56.195]
> >>> 2013-04-07 00:31:07,445 DEBUG [cloud.network.NetworkManagerImpl]
> >>> (Job-Executor-5:job-42) Asking CiscoNexus100vVSM to prepare for
> >>> Nic[18-12-6416c373-20d8-4617-8dcb-30a8ff9d0f34-192.168.56195]
> >> 2013-04-07 0:31:07,449 DEUG [cloud.storage.StorageManagerImpl]
> >>> (Job-Executor-35:job-42) Checking if we need to prepare 1 volumes for
> >>> VM[User|c18ddf7c-fc61-40b0-af75-fdef05f8eae6]
> >> 2013-04-07 00:31:7,451 DEBUG [cloud.storageStorageManagerImpl]
> >>> (Job-Executor-35:job42) Creating volume: Vol[12|vm=12|ROOT]
> >>> 2013-04-07 00:31:07,451 DEBUG [cloud.storage.StorageManagerImpl]
> >>> (Job-Executor-35:job-42) Trying to create in Pool[257|PreSetup]
> >>> 2013-04-07 00:31:07,459 DEBUG [loud.template.TemplateManagerImpl]
> >>> (Job-Executor-35:job-42) Downloading template 5 to pool 257
> >>> 2013-04-07 00:31:07,466 DEBUG [cloud.template.TemplateManagerImpl]
> >>> (Job-Executor-35:job-42) Downloading 5 via 5
> >>> 2013-04-07 00:31:07,470 DEBUG [agent.transport.Request]
> >>> (Job-Executor-35:job-2) Seq 5-614334809: Sending  { Cmd , MgmtI: 1,
> >>> via: 5, Ver: v1, Flags: 100111,
> >>>
> >>>[{"storage.PrimaryStorageDownloadComman":{"localPath":"/mnt/9a008517
> -e3
> >>>2
> >>>1-37a0-a91-44695f9b6fe7","poolUuid":"iSCSI_SR_3","poolId":257,"primaryP
> >>>o
> >>>ol":{"id":257,"uuid":"iSCSI_SR_3","host":"192.168.56.9","path":"/iSCSI_S
> >>>R
> >>>_3","port":0,"type":"PreSetup"},"secondaryStorageUrl":"ns://192.168.56.1
> >>>0:
> >>>
> >>>/opt/sorage/secondary",primaryStorageUrl":nfs://192.168.56.9/iSCSI_SR_
> >>>3
> >>>
> >>>","url":"nfs://192.168.56.10:/opt/storage/secondary/template/tmpl/1/5//c
> >>>e
> >>>5b212e-215a-3461-94fb-
> 814a6352215.vhd","format":"VHD","accountId":1,"na
> >>>m
> >>>e":"tiny>>> Linux","wait":10800}}] }
> >>> 2013-04-07 00:31:07,470 DEBUG [agent.transportRequest]
> >>> (Job-Executor-35:job-42) Seq 5-614334809: Executing:  { Cm , MgmtId: 1
> >>> via: , Ver: v1, Flags: 100111,
> >>>
> >>>[{"storage.PrimaryStorageDownloadCommand":{"localPath":"/mnt/9a00851
> 7-e3
> >>>2
> >>>1-37a0-a941-44695f9b6fe7","pooUuid":"iSCSI_SR_3","polId":57,"primaryPo
> >>>l":{"id":257,"uuid":"iSCSI_SR_3","host":"192.168.56.9","path":"/iSCSI_S
> >>>R
> >>>_3","port":0,"type":"PreSetup"},"secondaryStorageUrl":"nfs://192.168.56.
> >>>1
> >>>0:
> >>>
> >>>/opt/storage/secondary","primaryStorageUr":"nfs://192.168.56.9/iSSI_SR_
> >>>3
> >>>
> >>>","url":"nfs://192.168.56.10:/opt/storage/secondary/template/tmpl/1///ce
> >>>5b212e-215a-3461-94fb-
> 84a635b2215.vhd","format":"VHD","accountId":1,"na
> >>>m
> >>>e":"tiny
> >>> Linux","wait":10800}}] }
> >>> 2013-04-07 00:31:07,470 DEBUG [agnt.manager.DirectAgentAttache]
> >>> (DirectAgent-174:null) Seq 5-14334809: Executng request
> >>> 2013-04-07 00:31:08,097 DEBUG [cloud.api.ApiServlet]
> >>> (1161145101@qtp-108805148-33:null) ===START===  127.0.0.1 -- GET
> >>>
> >>>command=queryAsyncobReult&jobId=f75d8ce8-1193-43b-b171-
> f43d2534e6bc&r
> >>>e
> >>>sponse=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316
> 268095
> >>> 2013-04-07 00:31:08,115 DEBUG [cloud.api.ApiServlet]
> >>> (116145101@qtp-1008805148-33:null) ===END===  127.0.0.1 - GET
> >>>
> >>>command=queryAsyncJobResult&jobId=f75d8ce8-1193-43bf-b171-
> f43d2534e6bc&r
> >>>e
> >>>sponse=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316
> 26895
> >>> 2013-04-07 00:31:11,023 DEBUG [agent.manager.DirectAgentAttache]
> >>> (DirectAgent-309:nll) Seq 5-614334468: Executing request
> >>> 2013-04-07 00:31:11,099 DEBUG [cloud.api.ApiServlet]
> >>> (1161145101@qtp-1008805148-33:null) ===START===  127.0.0.1 -- GET
> >>>
> >>>command=querAsyncJobResult&jobId=f75d8ce8-1193-43bf-b171-
> f43d2534e6bc&re
> >>sponse=jsonsessionkeyZ6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316271
> 096
> >>> 2013-04-07 00:31:11,121 DEBUG [cloud.api.ApiServlet]
> >>> (1161145101@qtp-1008805148-33:null) ===END===  127.0.0.1 -- GET
> >>>
> >>>command=queryAsyncJobResult&jobId=f75d8ce8-1193-43bf-b171-
> f43d2534e6bc&r
> >>>e
> >>>sponse=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316
> 271096
> >>> 2013-04-07 00:31:11,363 DEBUG [aget.manager.DirectAgentAttache]
> >>> (DirectAgent-309:null) Seq 5-614334468: Response Received:
> >>> 2013-04-07 00:31:11,363 DEBUG [agent.transport.Request]
> >>> (DirectAgent-309:null) Seq 5-614334468: Processing:  { Ans: , MgmtId:
> >>>1,
> >>> via: 5, Ver: v1, Flags: 10, [{"Answer":{result":true,"wat":0}} }
> >>>2013-04-07 00:31:14,100 DEBUG [cloud.ai.ApiServlet]
> >>> (1161145101@qtp-1008805148-33:nll) ===START===  127.0.0.1 -- GET
> >>>
> >>>command=qeryAsyncJobResult&jobId=f75d8ce8-1193-43bf-b171-
> f43d253e6bc&re
> >>>sponse=json&sessinkey=Z6QqzU0Fq1iT13bMgnRRfl8oVA%3D&_=136531627
> 4097
> >>> 2013-04-07 00:31:14,124 DEBUG [cloud.api.ApServlet]
> >>> (1161145101@qtp-1008805148-33:nll) ===END===  127.0.0.1 -- GET>>
> >>>ommand=queryAsyncJobResult&jobId=f75d8ce8-1193-43bf-b171-
> f43d2534e6bc&e
> >>>sponse=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316
> 274097
> >>> 2013-04-07 00:31:16,197 DEBUG [cloud.api.ApiServlet]
> >>> (1161145101@qtp-100880548-33:null) ===START===  127.0.0.1 -- GET
> >>
> >>>command=listVirtualMachines&response=json&sessionkey=Z6QqzU0Fq1iT13
> bMgnR
> >>>R
> >>>fl8GoVA%3D&listAll=true&pag=1&pagesize=20&_=1365316276194
> >>> 2013-04-7 00:31:16,219 DEBUG [cloud.api.ApiServlet]
> >>> (1161145101@qtp-1008805148-33:null) ===END===  127.0.0.1 - GET
> >>>
> >>>command=listVirtulMachies&response=json&sessionkey=Z6QqzU0Fq1iT13b
> MgnRR
> >>>fl8GoVA%3D&listAll=true&page=1&pagesize=20&_=136516276194
> >>> 2013-04-07 00:31:17,101 DEBUG [cloud.api.ApiServlet]
> >>> (1161145101@qtp-1008805148-33:null) ===START===  127.0.0.1 -- GET
> >>>
> >>>command=querAsyncJobResult&jobId=f75d8ce8-1193-43bf-b171-
> f43d2534e6bc&re
> >>>sponse=json&sessiokey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=13653162
> 77098
> >>> 213-04-07 00:31:17,123 DEBUG [cloud.api.ApiServet]
> >>> (1161145101@qtp-1008805148-33:null) ===END===  127.0.0.1-- GET
> >>>
> >>>command=queryAsyncJobResult&jobId=f75d8ce8-1193-43bf-b171-
> f43d2534e6bc&r
> >>>e
> >>>sponse=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316
> 277098
> >>> 2013-4-07 00:31:17,954 DEBUG [cloud.ai.ApiServlet]
> >>> (1161145101@qtp-1008805148-33:null) ===START===  17.0.0.1 -- GET
> >>>
> >>>command=lstVolumes&response=json&sessionkey=Z6QqzU0Fq1iT13bMnRfl
> 8GoVA%
> >>>3D&listAll=true&page=1&pagesize=20&_=1365316277950
> >>> 2013-04-07 00:31:17,972 DEBUG [loud.api.ApiServlet]
> >>> (1161145101@qtp-1008805148-33:null) ===END===  27.0..1-- GET
> >>>
> >>>command=listVolumes&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnR
> Rfl8GoVA
> >>>%
> >>>3D&listAll=true&page=1&pagesize=20&_=135316277950
> >>> 2013-04-07 00:31:20,102 DEBUG [cloud.api.ApiServlet]
> >>> 1161145101@qtp1008805148-33:null) ===START===  127.0.0.1 -- GET
> >>>
> >>>command=queryAsyncJobResult&jobId=f75d8ce8-1193-43bf-b171-
> 43d2534e6bc&r
> >>>e
> >>>sponse=json&sessionkey=Z6QqU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316
> 280099
> >>> 201304-07 00:31:20,118 DEBUG [cloud.api.ApiServlet]
> >>> (1161145101@qtp-1008805148-33null) ===END===  127.0.0.1 -- GET
> >>>
> >>>command=queryAsyncJbResult&jobId=f75d8ce8-1193-43bf-b11-
> f43d2534e6bc&r
> >>>e
> >>>sponse=json&sessionkey=Z6QqzU0Fq1iT13bMgnRfl8GoVA%3D&_=13653162
> 80099
> >> 2013-04-07 00:31:20,454 DEBUG
> >>> [storage.secondary.SconaryStorageManagerImpl] (scstorage-1:null)
> >>>Zone 1
> >>> is ready to launch secondary storage VM
> >> 2013-04-07 00:31:20,558 DEBUG
> >>>[cloud.consoleproxy.ConsolePoxyManagerImpl]
> >>>(consoleproxy-1:null) Zone 1 is ready to launch console proxy
> >>> 2013-04-07 00:31:20,820 DEBUG
> >>> [network.router.VirtualNetworkApplianceManagerImpl]
> >>> (RouterStatusMonitor-1:null) Found  routers to update status.
> >> 2013-04-0 00:31:20,821 DEBUG
> >>> [network.router.VirtualNetworkApplianceManagerImpl]
> >>> (RouterStatusMonitor-1:null) ound 0 networks to update RvR status.
> >>> 2013-04-07 00:31:20,82 DEBUG
> >>> [network.router.VirtuaNetworkApplianceManagerImpl]
> >>> (RouterStatusMonitor-:null) Found 0 routers to update status.
> >>> 2013-04-07 0:31:20,853 DEBUG
> >>> [network.router.VirtualNetworkApplianceManagerImpl]
> >>> (RouterStatusMonitor-1:null) Found 0 networks to update RvR status.
> >>> 2013-04-07 00:31:21,075 DEBUG [cloud.api.ApiServlet]
> >>> (1161145101@qtp-1008805148-33:null) ===START===  127.0.0.1 -- GET
> >>>
> >>>commandlistVolumes&id=aed71ae1-732b-48d7-833f-
> e23287e2b2b9&response=jso
> >>>n
> >>>&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316281073
> >>> 2013-04-07 00:31:21,097 DEBUG [cloud.api.ApiServlet]
> >>> (1161145101@qtp-100805148-33:null) ===END===  127.0.0.1 -- GET
> >>>
> >>>cmmand=listVolumes&id=aed71ae1-732b-48d7-833f-
> e23287e2b2b9&response=json
> >>>&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316281073
> >>> 2013-04-07 00:31:21,120 DEBUG [cloud.api.ApiServlet]
> >>> (1161145101@qtp-1008805148-33:null) ===START===  127.0.0.1 -- GET
> >>>
> >>>command=listTags&resonse=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8G
> oVA%3D&
> >>>resourceId=aed71ae1-732b-48d7-833f-
> e23287e2b2b9&resourceType=Volume&list
> >>>A
> >>>ll=true&_=136531628117
> >>> 2013-04-07 00:31:21,142 DEBUG [cloud.api.ApiServlet]
> >>> (1161145101@qtp-1008805148-33:null) ===END===  127.0.0.1 -- GE
> >>>
> >>>command=listTags&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8
> GoVA%3D
> >>>&
> >>>resourceId=aed71ae1732b-48d7-833f-
> e232872b2b9&resourceType=Volume&listA
> >>>ll=true&_=1365316281117
> >>> 2013-04-07 00:31:23,102DEBUG [cloud.api.ApiServlet]
> >>> (1161145101@qtp-100885148-33:null) ==START===  127.0.0.1 -- GET
> >>>
> >>>commandqueryAsyncJobResult&jobId=f75d8ce8-1193-43bf-b171-
> f43d2534e6bc&r
> >>>e
> >>>sponse=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316
> 283100
> >>> 2013-04-07 00:31:23,122 EBUG [cloud.api.ApiServlet]
> >>> (1161145101@qtp-100880514-33:null) ===END===  127.0.0.1 -- GET
> >>>
> >>>command=queryAsyncJobResult&jobId=75d8ce8-1193-43bf-b171-
> f43d2534e6bc&
> >>>e
> >>>sponse=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316
> 283100
> >>> 2013-04-07 00:3:24,894 DEBUG [agent.manager.AgentManagerImpl]
> >>> (AgentManager-Handler-9:null) Ping from 4
> >>> 2013-04-07 00:31:26,102 DEBUG [cloud.api.ApiServlet]
> >>> (1161145101@qtp-1008805148-33:null) ===START===  127.0.0.1 -- GET
> >>>
> >>>command=queryAsyncJobResult&jobId=f75d8ce8-1193-43bf-b171-
> f43d2534e6bc&r
> >>>e
> >>>sponse=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316
> 286100
> >>> 2013-04-07 00:31:26,117 DEBUG [cloud.api.ApiServlet]
> >>> (1161145101@qtp-1008805148-33:null) ===END===  127.0.0.1 -- GET
> >>>
> >>>command=queryAsyncJobResult&jbId=f75d8ce8-1193-43bf-b171-
> f43d2534e6bc&r
> >>>e
> >>>spons=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=13653162
> 86100
> >>> 2013-04-07 00:31:27,217 DEBUG [agent.manager.DirectAgentAttache]
> >>> (DirctAgen-164:null) Ping from 1
> >>> 2013-04-07 00:31:28,079 DEBUG [agent.manager.DirectAgentAttache]
> >>> (DirectAgent-174:null) Seq 5-614334809: Response Received:
> >>> 2013-04-07 00:31:28,079 DEBUG [agent.transport.equest]
> >>> (DirectAgent-174:null) Seq 5-614334809: Processing:  { Ans: , MgmtId
> >>>1,
> >>> via: 5, Ver: v1, Flags: 110,
> >>>
> >>>[{"storage.PrimaryStorageDownloadAnswer"{"installPath":"a8414926-81d6-
> 4b
> >>>54-9b4b-feb498489df0","templateSize":54525952,"esult":true,"wait":0}}]
> >>> }
> >>> 2013-04-07 00:31:28,079 DEBUG [agent.transport.Request]
> >>> (Job-Executor-35:job-42) Seq -614334809: Received:   Ans: , MgmtId: 1,
> >>> via: 5, Ver: v1, Flgs: 110, { PrimaryStorageDownloadAnswer } }
> >>> 23-04-07 00:31:28,079 DEBUG [agent.mnager.AgentAttache]
> >>> (irectAgent-174:null) Seq 5-614334809: No more command found
> >>> 2013-04-07 00:31:28,081 EBUG [cloud.template.TemplateManagerImpl]
> >>> (Job-Executor-35:job-42) Template 5 is downloaded via 5
> >>> 2013-04-07 00:31:28,085 DEBUG [agent.tansport.Request]
> >>> (Job-Executor-35:job-42) Seq 5-614334810: ending  { Cmd , gmtId:
> >>>1,>>via:
> >>> 5, Ver: v1, Flags: 100111,
> >>>
> >>>[{"storage.CreateCommand":{"volId":12,"pool":{"id":257,"uuid":"iSCSI_SR_
> >>>3
> >>>","host":"192.168.56.9","path":"/iSCSI_SR_3","port":0,"type":"PreSetup"}
> >>>,
> >>>"diskCharacteritics":{"size":52428800,"tags":["iSCSI_SR_3"],"type":"ROO>>>
> T
> >>>","name":"ROO-12","useLocalStorage":false,"recreatable":true,"diskOffer
> >>>i
> >>>ngId":37,"volumeId":12,"hyperType":"XenServer"},"templateUrl":"a8414926
> -
> >>>8
> >>>1d6-4b54-9b4b-feb498489df0","wait":0}}]
> >>> }
> >>> 2013-04-07 00:31:28,086 DEBUG [agent.ransport.Request]
> >>> (Job-Executor-35:job-42) Se 5-614334810: Executing:  { Cmd , MgmtId:
> >>>1,
> >>> via: 5, Ver: v1, Flags: 100111,
> >>>
> >>>[{"storage.CreateComand":{"volId":12,"pool":{"id":257,"uuid":"iSCSI_SR_
> >>>3
> >>>","host":"192.168.56.9","path":"/iSCSI_SR_3","port":0,"type":"PreSetup"}
> >>>,
> >>>"diskCharacteristics":{"size":52428800,"tags":["iSCSI_SR_3"],"type":"ROO
> >>>T
> >>>","name":"OOT-12","useLocalStorage":false,"recreatable":true,"diskOfferi
> >>>ngId":37,"volumeId":12,"yperType":"Xenerver"},"templateUrl":"a8414926-
> >>>8
> >>>1d6-4b54-9b4b-feb498489df0","wait":0}}]
> >>> }
> >>> 2013-04-0700:31:28,086DEBUG [agent.manager.DirectAgentAttache]
> >>> (DirectAgent-327:null) Seq -614334810: Executing request
> >>> 2013-04-07 00:31:28,227 DEUG [xen.resource.CitrixResouceBase]
> >>> DirectAgent-327:null) SR retrieved for iSCSI_SR_3>> 2013-04-07
> >>>00:31:28,240 DEUG [xen.resource.CitrixResourceBase]
> >>> (DirectAgent-327:null) Checking iSCSI_SR_3 or SR
> >>> fe8ca696-22f5-ba1f-af68-7c3cf5a3cb39 on
> >>> XS[5e02c60-155d-432e-a20f-f8c600ef3ab7-192.168.5611]
> >>> 2013-04-07 00:31:29,095 DEBUG [agent.manager.DirectAgentAttache]
> >>> (DirectAget-84:null) Seq 1-90046472: Executing request
> >>> 2013-04-07 00:31:29,106 DEBUG [cloud.api.ApiServlet]
> >>> (1161145101@qtp-100805148-33:null) ===START===  127.0.0.1 -- GET
> >>>
> >>>command=queryAsyncJobResult&jobId=f75d8ce8-193-43bf-b171-
> f43d2534e6bc&r
> >>>e
> >>>sponse=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316
> 289101
> >>> 2013-04-07 00:31:29,130 DEBUG [cloud.apiApiServlet]
> >>> (1161145101@qtp-100880518-33:null) ===END===  127.0.0.1 -- GET
> >>>
> >>>cmmand=queryAsyncJoResult&jobIdf75d8ce8-1193-43bf-b171-
> f43d2534e6bc&re
> >>>sponse=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316
> 289101
> >>> 2013-04-07 00:31:29,687 DEBUG [agent.managr.DirectAgentAttache]
> >> (DirectAgent-84:null) Seq 1-90046472: Response Received:
> >>> 2013-04-07 00:31:29,688 DEBUG [agent.transport.Request]
> >>> (DirectAgent-84:null) Seq 1-90046472: Processing:  {Ans: , MgmtId: 1,
> >>>via:
> >>> 1, Ver: v1, Flags: 10,
> >>>
> >>>[{"ClusterSyncAnswer":{"_clsterId":1,"_newStates":{},"_isExecuted":fals
> >>>e
> >>>,"result":true,"wait":0}}]
> >>> }
> >>> 2013-04-07 00:31:30,685 DEBUG [xen.resource.CitrixResourceBase]
> >>> (DirectAgent-327:null) Succefully created VDI for
> >> com.cloudagent.api.storage.CreateCommand.  Uuid =
> >>> 40a39639-e8aa-45b5-bfa1-591b68571d0c
> >>> 213-04-07 00:31:30,686 DEBUG [agent.manager.DirectAgentAttache]
> >>> (DirectAgent-327:null) Seq 5-614334810: Response Received:
> >>> 2013-04-07 00:31:30,686 DEBUG [aget.transport.Request]
> >>> (DirectAgent-327:null) Seq 5-614334810: Processing:  { Ans: , MgmtId:
> >>>1,
> >>> via: 5, Ver: v1, Flags: 110,
> >>>
> >>>[{"storage.CreateAnswer":{"volume":{"id":12,"name":"ROT-
> 12","mountPoint
> >>>"
> >>>:"/iSCSI_SR_3","path":"40a39639-e8aa-45b5-bfa1-
> 591b68571d0c","size":5242
> >>>8
> >>>800,"type":"ROOT","storagePoolType":"PreSetup","storagePoolUuid":"iSCSI
> _
> >>>S>>>R_3","deviceId":0},"requestTemplateReload":false,"result":true,"wait":
> 0}
> >>>}
> >>>]
> >>> }
> >>> 2013-04-07 00:31:30,686 DBUG [agent.transport.Request]
> >>> (Job-Executor-35:job-42) Seq 5-614334810: Received:  { Ans: , gmtId:
> >>>1,
> >>> vi 5, Ver: v1, Flags: 110, { CreateAnswer } }
> >>> 2013-04-07 00:31:30,686 DEBG [agent.manager.AgentAttache]>>>
> (DirectAgent-327:null) Seq 5-614334810: No mor commands found
> >>> 2013-04-07 00:31:30,689 DEBUG [loud.storage.StorageManagerImpl]
> >>> (Job-Executor-35:job-42)Volume Vol[12|vm=12|ROO] is created on
> >>> Pool[257|PreSetup]
> >>> 2013-04-07 00:31:30,705 DEBUG [agent.transport.Request]
> >> (Job-Executor-35:job-42) Seq 5-614334811: Sending  { Cmd , MgmtId: 1,
> >>>via:
> >> 5, Ver: v1, Flags:100111,
> >>>
> >>>[{"StartComman":{"vm":{"id":12,"name":"i-2-12-
> VM","bootloader":"PyGrub",
> >>>>>"type":"User","cpus":1,"speed":100,"minRam":1073741824,"maxRam":10
> 7374
> >>>>>182
> >>>4,"arch":"x86_64","os":"entOS
> >>> 5.3
> >>>
> >>>(64-bit)","bootArgs":"","rebootOnCrash":false,enableHA":false,"limitCpuU
> >>>se":false,"vncPassword":"a0ed1e002d55dc0b","params":{},"uuid":"c18ddf7c
> -
> >>>f
> >>>c61-40b0-af75-fdef05f8eae6",disks":[{"d":12,"name":"ROOT-
> 12","mountPoin
> >>>t":"/iSSI_SR_3","path":"40a39639-e8aa-45b5-bfa1-591b6857d0c","size":52
> >>>4
> >>>28800,"type":"ROOT","storagePoolType":"PreSetup","stoagePoolUuid":"iSC
> SI
> >>>_SR_3","deviceId":0},{"id":12,"name":"tiny
> >>>
> >>>Linux","size":0,"type":"ISO","storagePoolType":"ISO","deviceId":3}],"nis
> >>>":[{"deviceId":0,"networkRateMbps":200,"defaultNic":true,"uuid""70472c43
> >>>-4913-4e0a-8e1d-
> 87b030404b0a","ip":"192.168.56.195","netmask":"255.255.2
> >>>5
> >>5.0","gateway":"192.168.56.1","mac":"06:c8:0e:00:00:75","dns1":"8.8.8.8"
> >>>,
> >>>"dns2":"4.4.4.4","broadcastType":"Native","type":"Guest","broadcastUri":
> >>>"
> >>>vlan://untagged","isolationUri":"ec2://untagged","isSecurityGroupEnabled
> >>>"
> >>>:true}]},"hostIp":"12.168.56.11","wait":0}}]
> >>> }
> >>> 201-04-07 00:31:30,705 DEBUG [agent.transpot.Request]
> >>> (Job-Executor-35:job-42) Seq 5-614334811: Executing:  { Cmd , MgmtId:
> >>>1,
> >>> via: 5 Ver: v1, Flags: 100111,
> >>>
> >>>[{"StartCommand":{"vm":{"id":12,"name":"i-2-12-
> VM""bootloader":"PyGrub"
> >>>,
> >>>"type":"User","cpus":1,"speed":100,"minRam":1073741824,"maxRam":1073
> 718
> >>>2
> >>>4,"arch":"x86_64","os":"CentOS
> >>> 5.3
> >>>
> >>>(64-bit)","bootArgs":"""rebootOnCrash":false,"enableHA":false,"limitCpu
> >>>U
> >>>se":false,"vncPassword":"a0ed1e002d55dc0b","params":{},"uuid":"c18ddf7c
> -
> >>>f
> >>>c61-40b0-af75-fdef05f8eae6","disks":[{"id":12,"ame":"ROOT-12","mountPoi
> >>>n
> >>>t":"/iSCSI_SR_3,"path":"40a39639-e8aa-45b5-bfa1-591b68571d0c","size":52
> >>>4
> >>>28800,"type":"ROOT","storagePoolType":"PreSetup","storagePoolUuid":"iSC
> S
> >>>I
> >>>_SR_3","deviceId":0},{"id":12,"name":"tiny
> >>>
> >>>Linux","size":0,"type":"ISO","soragePoolType":"ISO","deviceId":3}],"nic
> >>>s
> >>>":[{"devicId":0,"netwrkRateMbps"200,"defaultNic":true,"uuid":"70472c43
> >>>-4913-4e0a-8e1d-
> 87b030404b0a","ip":"192.168.56.195","netmask":"255.255.2
> >>>5
> >>>5.0","gatewy":"192.168.56.1","mac":"06:c8:0e:00:00:75","dns1":"8.8.8.8"
> >>>,
> >>>"dns2":"4.4.4.4","broadcastType":"Native","type":"Guest","broadcastUri":
> >>>"
> >>>vlan://untagged","isolationUri":"ec2://untagged","isSecurityGroupEnaled
> >>>"
> >>>:true}]},"hostIp:"192.168.56.11","wait":0}}]
> >>> }
> >>> 2013-04-07 00:31:30,705 DEBUG [agent.manager.DirectAgentAttache]
> >>> (DirectAgent-265:null) Seq 5-614334811: Executing request
> >>> 2013-04-07 00:31:30,848 DEBUG [xen.resource.CitrixResourceBase]
> >>> (DirectAgent-265:null) 1. The VM i-2-12-VM is in Starting state.
> >>> 2013-04-07 00:31:30,907 DEBUG [xen.resource.XenServer56FP1Resource]
> >>> (DirectAgent-2:null) Created VM 6b192a90-bce6-7347-f184-d5b8538647a
> >>>for
> >>> i-2-12-VM
> >>> 2013-04-07 00:31:30,959 DEBUG [xen.resource.CitrixResourceBase]
> >>> (DirectAgent-265:null) VBD 9ea8a64a-9d04-76df-9d8b-103371b21d86
> created
> >>>for
> >> Vol[12|ROOT|40a39639-e8aa-45b5-bfa1-591b68571d0c|52428800]
> >>> 2013-04-07 00:31:30,985 DEBUG [xen.resource.CitrixResourceBase]
> >>> (DirectAgent-265:null) VBD 0fb43cee-0512-beed-5d24-a33a2ceceeda
> created
> >>>for
> >>> Vol[12|ISO|null|0]
> >>> 2013-04-07 00:31:30,985 DEBUG [xen.resource.CitrixResourceBase]
> >>> (DirectAgent-265:null) Creating VIF for i-2-12-VM on nic
> >>> [Nic:Guest-192.168.56.195-vlan://untagged]
> >>> 2013-04-07 00:31:31,037 DEBUG [xen.resource.CitrixResourceBase]
> >>> (DirectAgent-265:null) Created a vif
> >>>adbeb814-7d38-1fda-1bdb-b6850c7cb342
> >>> on 0
> >>> 2013-04-07 00:31:32,105 DEBUG [cloud.api.ApiServlet]
> >>> (1161145101@qtp-1008805148-33:null) ===START===  127.0.0.1 -- GET
> >>>
> >>>command=queryAsyncJobResult&jobId=f75d8ce8-1193-43bf-b171-
> f43d2534e6bc&r
> >>>e
> >>>sponse=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316
> 292102
> >>> 2013-04-07 00:31:32,122 DEBUG [cloud.api.ApiServlet]
> >>> (1161145101@qtp-1008805148-33:null) ===END===  127.0.0.1 -- GET
> >>>
> >>>command=queryAsyncJobResult&jobId=f75d8ce8-1193-43bf-b171-
> f43d2534e6bc&r
> >>>e
> >>>sponse=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316
> 292102
> >>> 2013-04-07 00:31:35,106 DEBUG [cloud.api.ApiServlet]
> >>> (1161145101@qtp-1008805148-33:null) ===START===  127.0.0.1 -- GET
> >>>
> >>>command=queryAsyncJobResult&jobId=f75d8ce8-1193-43bf-b171-
> f43d2534e6bc&r
> >>>e
> >>>sponse=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316
> 295103
> >>> 2013-04-07 00:31:35,125 DEBUG [cloud.api.ApiServlet]
> >>> (1161145101@qtp-1008805148-33:null) ===END===  127.0.0.1 -- GET
> >>>
> >>>command=queryAsyncJobResult&jobId=f75d8ce8-1193-43bf-b171-
> f43d2534e6bc&r
> >>>e
> >>>sponse=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316
> 295103
> >>> 2013-04-07 00:31:38,106 DEBUG [cloud.api.ApiServlet]
> >>> (1161145101@qtp-1008805148-33:null) ===START===  127.0.0.1 -- GET
> >>>
> >>>command=queryAsyncJobResult&jobId=f75d8ce8-1193-43bf-b171-
> f43d2534e6bc&r
> >>>e
> >>>sponse=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316
> 298104
> >>> 2013-04-07 00:31:38,126 DEBUG [cloud.api.ApiServlet]
> >>> (1161145101@qtp-1008805148-33:null) ===END===  127.0.0.1 -- GET
> >>>
> >>>command=queryAsyncJobResult&jobId=f75d8ce8-1193-43bf-b171-
> f43d2534e6bc&r
> >>>e
> >>>sponse=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316
> 298104
> >>> 2013-04-07 00:31:41,108 DEBUG [cloud.api.ApiServlet]
> >>> (1161145101@qtp-1008805148-33:null) ===START===  127.0.0.1 -- GET
> >>>
> >>>command=queryAsyncJobResult&jobId=f75d8ce8-1193-43bf-b171-
> f43d2534e6bc&r
> >>>e
> >>>sponse=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316
> 301106
> >>> 2013-04-07 00:31:41,133 DEBUG [cloud.api.ApiServlet]
> >>> (1161145101@qtp-1008805148-33:null) ===END===  127.0.0.1 -- GET
> >>>
> >>>command=queryAsyncJobResult&jobId=f75d8ce8-1193-43bf-b171-
> f43d2534e6bc&r
> >>>e
> >>>sponse=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316
> 301106
> >>> 2013-04-07 00:31:43,708 INFO  [xen.resource.CitrixResourceBase]
> >>> (DirectAgent-265:null) Programmed default network rules for i-2-12-VM
> >>>on
> >>> nic with ip:192.168.56.195 mac:06:c8:0e:00:00:75
> >>> 2013-04-07 00:31:43,708 DEBUG [xen.resource.CitrixResourceBase]
> >>> (DirectAgent-265:null) 2. The VM i-2-12-VM is in Running state.
> >>> 2013-04-07 00:31:43,708 DEBUG [agent.manager.DirectAgentAttache]
> >>> (DirectAgent-265:null) Seq 5-614334811: Response Received:
> >>> 2013-04-07 00:31:43,709 DEBUG [agent.transport.Request]
> >>> (DirectAgent-265:null) Seq 5-614334811: Processing:  { Ans: , MgmtId:
> >>>1,
> >>> via: 5, Ver: v1, Flags: 110,
> >>>
> >>>[{"StartAnswer":{"vm":{"id":12,"name":"i-2-12-VM","bootloader":"PyGrub",
> >>>"
> >>>type":"User","cpus":1,"speed":100,"minRam":1073741824,"maxRam":10737
> 4182
> >>>4
> >>>,"arch":"x86_64","os":"CentOS
> >>> 5.3
> >>>
> >>>(64-bit)","bootArgs":"","rebootOnCrash":false,"enableHA":false,"limitCpu
> >>>U
> >>>se":false,"vncPassword":"a0ed1e002d55dc0b","params":{},"uuid":"c18ddf7c
> -
> >>>f
> >>>c61-40b0-af75-fdef05f8eae6","disks":[{"id":12,"name":"ROOT-
> 12","mountPoi
> >>>n
> >>>t":"/iSCSI_SR_3","path":"40a39639-e8aa-45b5-bfa1-
> 591b68571d0c","size":52
> >>>4
> >>>28800,"type":"ROOT","storagePoolType":"PreSetup","storagePoolUuid":"iSC
> S
> >>>I
> >>>_SR_3","deviceId":0},{"id":12,"name":"tiny
> >>>
> >>>Linux","size":0,"type":"ISO","storagePoolType":"ISO","deviceId":3}],"nic
> >>>s
> >>>":[{"deviceId":0,"networkRateMbps":200,"defaultNic":true,"uuid":"70472c4
> >>>3
> >>>-4913-4e0a-8e1d-
> 87b030404b0a","ip":"192.168.56.195","netmask":"255.255.2
> >>>5
> >>>5.0","gateway":"192.168.56.1","mac":"06:c8:0e:00:00:75","dns1":"8.8.8.8"
> >>>,
> >>>"dns2":"4.4.4.4","broadcastType":"Native","type":"Guest","broadcastUri":
> >>>"
> >>>vlan://untagged","isolationUri":"ec2://untagged","isSecurityGroupEnabled
> >>>"
> >>>:true}]},"result":true,"wait":0}}]
> >>> }
> >>> 2013-04-07 00:31:43,709 DEBUG [agent.transport.Request]
> >>> (Job-Executor-35:job-42) Seq 5-614334811: Received:  { Ans: , MgmtId:
> >>>1,
> >>> via: 5, Ver: v1, Flags: 110, { StartAnswer } }
> >>> 2013-04-07 00:31:43,709 DEBUG [agent.manager.AgentAttache]
> >>> (DirectAgent-265:null) Seq 5-614334811: No more commands found
> >>> 2013-04-07 00:31:43,763 DEBUG
> >>>[network.security.SecurityGroupManagerImpl]
> >>> (Job-Executor-35:job-42) Security Group Mgr v2: scheduling ruleset
> >>>updates
> >>> for 1 vms  (unique=1), current queue size=0
> >>> 2013-04-07 00:31:43,765 DEBUG
> >>>[network.security.SecurityGroupManagerImpl]
> >>> (Job-Executor-35:job-42) Security Group Mgr v2: done scheduling ruleset
> >>> updates for 1 vms: num new jobs=1 num rows insert or updated=1 time
> >>>taken=2
> >>> 2013-04-07 00:31:43,769 DEBUG [cloud.capacity.CapacityManagerImpl]
> >>> (Job-Executor-35:job-42) VM state transitted from :Starting to Running
> >>>with
> >>> event: OperationSucceededvm's original host id: 5 new host id: 5 host
> >>>id
> >>> before state transition: 5
> >>> 2013-04-07 00:31:43,769 DEBUG [cloud.vm.VirtualMachineManagerImpl]
> >>> (Job-Executor-35:job-42) Start completed for VM
> >>> VM[User|c18ddf7c-fc61-40b0-af75-fdef05f8eae6]
> >>> 2013-04-07 00:31:43,773 DEBUG
> >>>[network.security.SecurityGroupManagerImpl]
> >>> (SecGrp-Worker-3:null) SecurityGroupManager v2: sending ruleset update
> >>>for
> >>> vm i-2-12-VM:ingress num rules=0:egress num rules=0 num cidrs=0
> >>> sig=d41d8cd98f00b204e9800998ecf8427e
> >>> 2013-04-07 00:31:43,777 DEBUG [cloud.async.AsyncJobManagerImpl]
> >>> (Job-Executor-35:job-42) Complete async job-42, jobStatus: 1,
> >>>resultCode:
> >>> 0, result: org.apache.cloudstack.api.response.UserVmResponse@d9c5b6f
> >>> 2013-04-07 00:31:43,782 DEBUG [cloud.async.AsyncJobManagerImpl]
> >>> (Job-Executor-35:job-42) Done executing
> >>> org.apache.cloudstack.api.command.user.vm.DeployVMCmd for job-42
> >>> 2013-04-07 00:31:43,796 DEBUG [agent.transport.Request]
> >>> (SecGrp-Worker-3:null) Seq 5-614334812: Sending  { Cmd , MgmtId: 1,
> >>>via: 5,
> >>> Ver: v1, Flags: 100111,
> >>>
> >>>[{"SecurityGroupRulesCmd":{"guestIp":"192.168.56.195","vmName":"i-2-12-
> V
> >>>M
> >>>","guestMac":"06:c8:0e:00:00:75","signature":"d41d8cd98f00b204e9800998
> ec
> >>>f
> >>>8427e","seqNum":1,"vmId":12,"msId":1,"ingressRuleSet":[],"egressRuleSet"
> >>>:
> >>>[],"wait":0}}]
> >>> }
> >>> 2013-04-07 00:31:43,796 DEBUG [agent.transport.Request]
> >>> (SecGrp-Worker-3:null) Seq 5-614334812: Executing:  { Cmd , MgmtId: 1,
> >>>via:
> >>> 5, Ver: v1, Flags: 100111,
> >>>
> >>>[{"SecurityGroupRulesCmd":{"guestIp":"192.168.56.195","vmName":"i-2-12-
> V
> >>>M
> >>>","guestMac":"06:c8:0e:00:00:75","signature":"d41d8cd98f00b204e9800998
> ec
> >>>f
> >>>8427e","seqNum":1,"vmId":12,"msId":1,"ingressRuleSet":[],"egressRuleSet"
> >>>:
> >>>[],"wait":0}}]
> >>> }
> >>> 2013-04-07 00:31:43,796 DEBUG [agent.manager.DirectAgentAttache]
> >>> (DirectAgent-77:null) Seq 5-614334812: Executing request
> >>> 2013-04-07 00:31:44,109 DEBUG [cloud.api.ApiServlet]
> >>> (1161145101@qtp-1008805148-33:null) ===START===  127.0.0.1 -- GET
> >>>
> >>>command=queryAsyncJobResult&jobId=f75d8ce8-1193-43bf-b171-
> f43d2534e6bc&r
> >>>e
> >>>sponse=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316
> 304106
> >>> 2013-04-07 00:31:44,122 DEBUG [cloud.async.AsyncJobManagerImpl]
> >>> (1161145101@qtp-1008805148-33:null) Async job-42 completed
> >>> 2013-04-07 00:31:44,131 DEBUG [cloud.api.ApiServlet]
> >>> (1161145101@qtp-1008805148-33:null) ===END===  127.0.0.1 -- GET
> >>>
> >>>command=queryAsyncJobResult&jobId=f75d8ce8-1193-43bf-b171-
> f43d2534e6bc&r
> >>>e
> >>>sponse=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316
> 304106
> >>> 2013-04-07 00:31:44,351 INFO  [xen.resource.CitrixResourceBase]
> >>> (DirectAgent-77:null) Programmed network rules for vm i-2-12-VM
> >>> guestIp=192.168.56.195, ingress numrules=0, egress numrules=0
> >>> 2013-04-07 00:31:44,351 DEBUG [agent.manager.DirectAgentAttache]
> >>> (DirectAgent-77:null) Seq 5-614334812: Response Received:
> >>> 2013-04-07 00:31:44,352 DEBUG [agent.transport.Request]
> >>> (DirectAgent-77:null) Seq 5-614334812: Processing:  { Ans: , MgmtId: 1,
> >>> via: 5, Ver: v1, Flags: 110,
> >>>
> >>>[{"SecurityGroupRuleAnswer":{"logSequenceNumber":1,"vmId":12,"reason":
> "N
> >>>O
> >>>NE","result":true,"wait":0}}]
> >>> }
> >>> 2013-04-07 00:31:44,353 DEBUG [network.security.SecurityGroupListener]
> >>> (DirectAgent-77:null) Successfully programmed rule
> >>> com.cloud.agent.api.SecurityGroupRuleAnswer into host 5
> >>> 2013-04-07 00:31:44,357 DEBUG [network.security.SecurityGroupListener]
> >>> (DirectAgent-77:null) Successfully programmed rule
> >>> com.cloud.agent.api.SecurityGroupRuleAnswer into host 5
> >>> 2013-04-07 00:31:44,359 DEBUG [agent.manager.AgentAttache]
> >>> (DirectAgent-77:null) Seq 5-614334812: No more commands found
> >>> 2013-04-07 00:31:47,679 DEBUG [agent.manager.AgentManagerImpl]
> >>> (AgentManager-Handler-10:null) Ping from 3
> >>> 2013-04-07 00:31:50,451 DEBUG
> >>> [storage.secondary.SecondaryStorageManagerImpl] (secstorage-1:null)
> >>>Zone 1
> >>> is ready to launch secondary storage VM
> >>> 2013-04-07 00:31:50,553 DEBUG
> >>>[cloud.consoleproxy.ConsoleProxyManagerImpl]
> >>> (consoleproxy-1:null) Zone 1 is ready to launch console proxy
> >>> 2013-04-07 00:31:50,819 DEBUG
> >>> [network.router.VirtualNetworkApplianceManagerImpl]
> >>> (RouterStatusMonitor-1:null) Found 0 routers to update status.
> >>> 2013-04-07 00:31:50,820 DEBUG
> >>> [network.router.VirtualNetworkApplianceManagerImpl]
> >>> (RouterStatusMonitor-1:null) Found 0 networks to update RvR status.
> >>> 2013-04-07 00:31:50,851 DEBUG
> >>> [network.router.VirtualNetworkApplianceManagerImpl]
> >>> (RouterStatusMonitor-1:null) Found 0 routers to update status.
> >>> 2013-04-07 00:31:50,852 DEBUG
> >>> [network.router.VirtualNetworkApplianceManagerImpl]
> >>> (RouterStatusMonitor-1:null) Found 0 networks to update RvR status.
> >>> 2013-04-07 00:31:51,459 INFO  [agent.manager.AgentMonitor]
> >>> (Thread-11:null) Found the following agents behind on ping: [6, 5]
> >>> 2013-04-07 00:31:51,460 DEBUG [cloud.host.Status] (Thread-11:null) Ping
> >>> timeout for host 6, do invstigation
> >>> 2013-04-07 00:31:51,461 DEBUG [cloud.host.Status] (Thread-11:null) Ping
> >>> timeout for host 5, do invstigation
> >>> 2013-04-07 00:31:51,462 INFO  [agent.manager.AgentManagerImpl]
> >>> (AgentTaskPool-2:null) Investigating why host 6 has disconnected with
> >>>event
> >>> PingTimeout
> >>> 2013-04-07 00:31:51,462 DEBUG [agent.manager.AgentManagerImpl]
> >>> (AgentTaskPool-2:null) checking if agent (6) is alive
> >>> 2013-04-07 00:31:51,463 INFO  [agent.manager.AgentManagerImpl]
> >>> (AgentTaskPool-14:null) Investigating why host 5 has disconnected with
> >>> event PingTimeout
> >>> 2013-04-07 00:31:51,463 DEBUG [agent.manager.AgentManagerImpl]
> >>> (AgentTaskPool-14:null) checking if agent (5) is alive
> >>> 2013-04-07 00:31:51,465 DEBUG [agent.transport.Request]
> >>> (AgentTaskPool-2:null) Seq 6-324993304: Sending  { Cmd , MgmtId: 1,
> >>>via: 6,
> >>> Ver: v1, Flags: 100011, [{"CheckHealthCommand":{"wait":50}}] }
> >>> 2013-04-07 00:31:51,465 DEBUG [agent.transport.Request]
> >>> (AgentTaskPool-2:null) Seq 6-324993304: Executing:  { Cmd , MgmtId: 1,
> >>>via:
> >>> 6, Ver: v1, Flags: 100011, [{"CheckHealthCommand":{"wait":50}}] }
> >>> 2013-04-07 00:31:51,465 DEBUG [agent.manager.DirectAgentAttache]
> >>> (DirectAgent-151:null) Seq 6-324993304: Executing request
> >>> 2013-04-07 00:31:51,466 DEBUG [agent.transport.Request]
> >>> (AgentTaskPool-14:null) Seq 5-614334813: Sending  { Cmd , MgmtId: 1,
> >>>via:
> >>> 5, Ver: v1, Flags: 100011, [{"CheckHealthCommand":{"wait":50}}] }
> >>> 2013-04-07 00:31:51,467 DEBUG [agent.transport.Request]
> >>> (AgentTaskPool-14:null) Seq 5-614334813: Executing:  { Cmd , MgmtId: 1,
> >>> via: 5, Ver: v1, Flags: 100011, [{"CheckHealthCommand":{"wait":50}}] }
> >>> 2013-04-07 00:31:51,467 DEBUG [agent.manager.DirectAgentAttache]
> >>> (DirectAgent-113:null) Seq 5-614334813: Executing request
> >>> 2013-04-07 00:31:51,525 DEBUG [agent.manager.DirectAgentAttache]
> >>> (DirectAgent-151:null) Seq 6-324993304: Response Received:
> >>> 2013-04-07 00:31:51,525 DEBUG [agent.transport.Request]
> >>> (DirectAgent-151:null) Seq 6-324993304: Processing:  { Ans: , MgmtId:
> >>>1,
> >>> via: 6, Ver: v1, Flags: 10,
> >>> [{"CheckHealthAnswer":{"result":true,"details":"resource is
> >>> alive","wait":0}}] }
> >>> 2013-04-07 00:31:51,526 DEBUG [agent.transport.Request]
> >>> (AgentTaskPool-2:null) Seq 6-324993304: Received:  { Ans: , MgmtId: 1,
> >>>via:
> >>> 6, Ver: v1, Flags: 10, { CheckHealthAnswer } }
> >>> 2013-04-07 00:31:51,526 DEBUG [agent.manager.AgentManagerImpl]
> >>> (AgentTaskPool-2:null) Details from executing class
> >>> com.cloud.agent.api.CheckHealthCommand: resource is alive
> >>> 2013-04-07 00:31:51,526 DEBUG [agent.manager.AgentManagerImpl]
> >>> (AgentTaskPool-2:null) agent (6) responded to checkHeathCommand,
> >>>reporting
> >>> that agent is Up
> >>> 2013-04-07 00:31:51,526 INFO  [agent.manager.AgentManagerImpl]
> >>> (AgentTaskPool-2:null) The state determined is Up
> >>> 2013-04-07 00:31:51,526 INFO  [agent.manager.AgentManagerImpl]
> >>> (AgentTaskPool-2:null) Agent is determined to be up and running
> >>> 2013-04-07 00:31:51,526 DEBUG [cloud.host.Status]
> >>>(AgentTaskPool-2:null)
> >>> Transition:[Resource state = Enabled, Agent event = Ping, Host id = 6,
> >>>name
> >>> = Tut-XenServer]
> >>> 2013-04-07 00:31:51,529 DEBUG [agent.manager.DirectAgentAttache]
> >>> (DirectAgent-113:null) Seq 5-614334813: Response Received:
> >>> 2013-04-07 00:31:51,529 DEBUG [agent.transport.Request]
> >>> (DirectAgent-113:null) Seq 5-614334813: Processing:  { Ans: , MgmtId:
> >>>1,
> >>> via: 5, Ver: v1, Flags: 10,
> >>> [{"CheckHealthAnswer":{"result":true,"details":"resource is
> >>> alive","wait":0}}] }
> >>> 2013-04-07 00:31:51,529 DEBUG [agent.transport.Request]
> >>> (AgentTaskPool-14:null) Seq 5-614334813: Received:  { Ans: , MgmtId: 1,
> >>> via: 5, Ver: v1, Flags: 10, { CheckHealthAnswer } }
> >>> 2013-04-07 00:31:51,529 DEBUG [agent.manager.AgentManagerImpl]
> >>> (AgentTaskPool-14:null) Details from executing class
> >>> com.cloud.agent.api.CheckHealthCommand: resource is alive
> >>> 2013-04-07 00:31:51,529 DEBUG [agent.manager.AgentManagerImpl]
> >>> (AgentTaskPool-14:null) agent (5) responded to checkHeathCommand,
> >>>reporting
> >>> that agent is Up
> >>> 2013-04-07 00:31:51,529 INFO  [agent.manager.AgentManagerImpl]
> >>> (AgentTaskPool-14:null) The state determined is Up
> >>> 2013-04-07 00:31:51,529 INFO  [agent.manager.AgentManagerImpl]
> >>> (AgentTaskPool-14:null) Agent is determined to be up and running
> >>> 2013-04-07 00:31:51,530 DEBUG [cloud.host.Status]
> >>>(AgentTaskPool-2:null)
> >>> Agent status update: [id = 6; name = Tut-XenServer; old status = Up;
> >>>event
> >>> = Ping; new status = Up; old update count = 308; new update count =
> >>>309]
> >>> 2013-04-07 00:31:51,530 DEBUG [cloud.host.Status]
> >>>(AgentTaskPool-14:null)
> >>> Transition:[Resource state = Enabled, Agent event = Ping, Host id = 5,
> >>>name
> >>> = Tut-XenServer2]
> >>> 2013-04-07 00:31:51,533 DEBUG [cloud.host.Status]
> >>>(AgentTaskPool-14:null)
> >>> Agent status update: [id = 5; name = Tut-XenServer2; old status = Up;
> >>>event
> >>> = Ping; new status = Up; old update count = 145; new update count =
> >>>146]
> >>> 2013-04-07 00:31:58,908 DEBUG [cloud.api.ApiServlet]
> >>> (1161145101@qtp-1008805148-33:null) ===START===  127.0.0.1 -- GET
> >>>
> >>>command=listVirtualMachines&response=json&sessionkey=Z6QqzU0Fq1iT13
> bMgnR
> >>>R
> >>>fl8GoVA%3D&listAll=true&page=1&pagesize=20&_=1365316318906
> >>> 2013-04-07 00:31:58,925 DEBUG [cloud.api.ApiServlet]
> >>> (1161145101@qtp-1008805148-33:null) ===END===  127.0.0.1 -- GET
> >>>
> >>>command=listVirtualMachines&response=json&sessionkey=Z6QqzU0Fq1iT13
> bMgnR
> >>>R
> >>>fl8GoVA%3D&listAll=true&page=1&pagesize=20&_=1365316318906
> >>> 2013-04-07 00:32:00,065 DEBUG [cloud.api.ApiServlet]
> >>> (1161145101@qtp-1008805148-33:null) ===START===  127.0.0.1 -- GET
> >>>
> >>>command=listVolumes&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnR
> Rfl8GoVA
> >>>%
> >>>3D&listAll=true&page=1&pagesize=20&_=1365316320063
> >>> 2013-04-07 00:32:00,079 DEBUG [cloud.api.ApiServlet]
> >>> (1161145101@qtp-1008805148-33:null) ===END===  127.0.0.1 -- GET
> >>>
> >>>command=listVolumes&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnR
> Rfl8GoVA
> >>>%
> >>>3D&listAll=true&page=1&pagesize=20&_=1365316320063
> >>> 2013-04-07 00:32:02,019 DEBUG [cloud.api.ApiServlet]
> >>> (1161145101@qtp-1008805148-33:null) ===START===  127.0.0.1 -- GET
> >>>
> >>>command=listVirtualMachines&response=json&sessionkey=Z6QqzU0Fq1iT13
> bMgnR
> >>>R
> >>>fl8GoVA%3D&listAll=true&page=1&pagesize=20&_=1365316322017
> >>> 2013-04-07 00:32:02,034 DEBUG [cloud.api.ApiServlet]
> >>> (1161145101@qtp-1008805148-33:null) ===END===  127.0.0.1 -- GET
> >>>
> >>>command=listVirtualMachines&response=json&sessionkey=Z6QqzU0Fq1iT13
> bMgnR
> >>>R
> >>>fl8GoVA%3D&listAll=true&page=1&pagesize=20&_=1365316322017
> >>> 2013-04-07 00:32:03,004 DEBUG [cloud.api.ApiServlet]
> >>> (1161145101@qtp-1008805148-33:null) ===START===  127.0.0.1 -- GET
> >>>
> >>>command=listVolumes&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnR
> Rfl8GoVA
> >>>%
> >>>3D&listAll=true&page=1&pagesize=20&_=1365316323002
> >>> 2013-04-07 00:32:03,019 DEBUG [cloud.api.ApiServlet]
> >>> (1161145101@qtp-1008805148-33:null) ===END===  127.0.0.1 -- GET
> >>>
> >>>command=listVolumes&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnR
> Rfl8GoVA
> >>>%
> >>>3D&listAll=true&page=1&pagesize=20&_=1365316323002
> >>> 2013-04-07 00:32:04,060 DEBUG [cloud.api.ApiServlet]
> >>> (1161145101@qtp-1008805148-33:null) ===START===  127.0.0.1 -- GET
> >>>
> >>>command=listVirtualMachines&response=json&sessionkey=Z6QqzU0Fq1iT13
> bMgnR
> >>>R
> >>>fl8GoVA%3D&listAll=true&page=1&pagesize=20&_=1365316324057
> >>> 2013-04-07 00:32:04,076 DEBUG [cloud.api.ApiServlet]
> >>> (1161145101@qtp-1008805148-33:null) ===END===  127.0.0.1 -- GET
> >>>
> >>>command=listVirtualMachines&response=json&sessionkey=Z6QqzU0Fq1iT13
> bMgnR
> >>>R
> >>>fl8GoVA%3D&listAll=true&page=1&pagesize=20&_=1365316324057
> >>> 2013-04-07 00:32:04,815 DEBUG [agent.manager.DirectAgentAttache]
> >>> (DirectAgent-240:null) Ping from 6
> >>> 2013-04-07 00:32:06,151 DEBUG [agent.manager.DirectAgentAttache]
> >>> (DirectAgent-401:null) Ping from 5
> >>> 2013-04-07 00:32:06,571 DEBUG [cloud.api.ApiServlet]
> >>> (1161145101@qtp-1008805148-33:null) ===START===  127.0.0.1 -- GET
> >>>
> >>>command=listZones&available=true&response=json&sessionkey=Z6QqzU0Fq
> 1iT13
> >>>b
> >>>MgnRRfl8GoVA%3D&_=1365316326569
> >>> 2013-04-07 00:32:06,578 DEBUG [cloud.api.ApiServlet]
> >>> (1161145101@qtp-1008805148-33:null) ===END===  127.0.0.1 -- GET
> >>>
> >>>command=listZones&available=true&response=json&sessionkey=Z6QqzU0Fq
> 1iT13
> >>>b
> >>>MgnRRfl8GoVA%3D&_=1365316326569
> >>> 2013-04-07 00:32:06,909 DEBUG [agent.manager.DirectAgentAttache]
> >>> (DirectAgent-334:null) Seq 6-324993028: Executing request
> >>> 2013-04-07 00:32:07,152 DEBUG [agent.manager.DirectAgentAttache]
> >>> (DirectAgent-334:null) Seq 6-324993028: Response Received:
> >>> 2013-04-07 00:32:07,152 DEBUG [agent.transport.Request]
> >>> (DirectAgent-334:null) Seq 6-324993028: Processing:  { Ans: , MgmtId:
> >>>1,
> >>> via: 6, Ver: v1, Flags: 10,
> >>>
> >>>[{"ClusterSyncAnswer":{"_clusterId":2,"_newStates":{},"_isExecuted":fals
> >>>e
> >>>,"result":true,"wait":0}}]
> >>> }
> >>> 2013-04-07 00:32:08,422 DEBUG [cloud.api.ApiServlet]
> >>> (1161145101@qtp-1008805148-33:null) ===START===  127.0.0.1 -- GET
> >>>
> >>>command=listHypervisors&zoneid=3a62dec3-cf95-4ba2-9af0-
> af2190af35e3&resp
> >>>o
> >>>nse=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316328
> 420
> >>> 2013-04-07 00:32:08,431 DEBUG [cloud.api.ApiServlet]
> >>> (1161145101@qtp-1008805148-33:null) ===END===  127.0.0.1 -- GET
> >>>
> >>>command=listHypervisors&zoneid=3a62dec3-cf95-4ba2-9af0-
> af2190af35e3&resp
> >>>o
> >>>nse=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316328
> 420
> >>> 2013-04-07 00:32:08,434 DEBUG [cloud.api.ApiServlet]
> >>> (1161145101@qtp-1008805148-33:null) ===START===  127.0.0.1 -- GET
> >>>
> >>>command=listTemplates&templatefilter=featured&zoneid=3a62dec3-cf95-
> 4ba2-
> >>>9
> >>>af0-
> af2190af35e3&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3
> D
> >>>&
> >>>_=1365316328432
> >>> 2013-04-07 00:32:08,461 DEBUG [cloud.api.ApiServlet]
> >>> (1161145101@qtp-1008805148-33:null) ===END===  127.0.0.1 -- GET
> >>>
> >>>command=listTemplates&templatefilter=featured&zoneid=3a62dec3-cf95-
> 4ba2-
> >>>9
> >>>af0-
> af2190af35e3&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3
> D
> >>>&
> >>>_=1365316328432
> >>> 2013-04-07 00:32:08,464 DEBUG [cloud.api.ApiServlet]
> >>> (1161145101@qtp-1008805148-33:null) ===START===  127.0.0.1 -- GET
> >>>
> >>>command=listTemplates&templatefilter=community&zoneid=3a62dec3-
> cf95-4ba2
> >>>-
> >>>9af0-
> af2190af35e3&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3
> >>>D
> >>>&_=1365316328462
> >>> 2013-04-07 00:32:08,492 DEBUG [cloud.api.ApiServlet]
> >>> (1161145101@qtp-1008805148-33:null) ===END===  127.0.0.1 -- GET
> >>>
> >>>command=listTemplates&templatefilter=community&zoneid=3a62dec3-
> cf95-4ba2
> >>>-
> >>>9af0-
> af2190af35e3&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3
> >>>D
> >>>&_=1365316328462
> >>> 2013-04-07 00:32:08,495 DEBUG [cloud.api.ApiServlet]
> >>> (1161145101@qtp-1008805148-33:null) ===START===  127.0.0.1 -- GET
> >>>
> >>>command=listTemplates&templatefilter=selfexecutable&zoneid=3a62dec3-
> cf95
> >>>-
> >>>4ba2-9af0-
> af2190af35e3&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8G
> >>>o
> >>>VA%3D&_=1365316328493
> >>> 2013-04-07 00:32:08,508 DEBUG [cloud.api.ApiServlet]
> >>> (1161145101@qtp-1008805148-33:null) ===END===  127.0.0.1 -- GET
> >>>
> >>>command=listTemplates&templatefilter=selfexecutable&zoneid=3a62dec3-
> cf95
> >>>-
> >>>4ba2-9af0-
> af2190af35e3&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8G
> >>>o
> >>>VA%3D&_=1365316328493
> >>> 2013-04-07 00:32:09,476 DEBUG [cloud.api.ApiServlet]
> >>> (1161145101@qtp-1008805148-33:null) ===START===  127.0.0.1 -- GET
> >>>
> >>>command=listServiceOfferings&issystem=false&response=json&sessionkey=
> Z6Q
> >>>q
> >>>zU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316329474
> >>> 2013-04-07 00:32:09,489 DEBUG [cloud.api.ApiServlet]
> >>> (1161145101@qtp-1008805148-33:null) ===END===  127.0.0.1 -- GET
> >>>
> >>>command=listServiceOfferings&issystem=false&response=json&sessionkey=
> Z6Q
> >>>q
> >>>zU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316329474
> >>> 2013-04-07 00:32:11,022 DEBUG [agent.manager.DirectAgentAttache]
> >>> (DirectAgent-161:null) Seq 5-614334468: Executing request
> >>> 2013-04-07 00:32:11,174 DEBUG [agent.manager.DirectAgentAttache]
> >>> (DirectAgent-161:null) Seq 5-614334468: Response Received:
> >>> 2013-04-07 00:32:11,174 DEBUG [agent.transport.Request]
> >>> (DirectAgent-161:null) Seq 5-614334468: Processing:  { Ans: , MgmtId:
> >>>1,
> >>> via: 5, Ver: v1, Flags: 10, [{"Answer":{"result":true,"wait":0}}] }
> >>> 2013-04-07 00:32:13,261 DEBUG [cloud.api.ApiServlet]
> >>> (1161145101@qtp-1008805148-33:null) ===START===  127.0.0.1 -- GET
> >>>
> >>>command=listDiskOfferings&response=json&sessionkey=Z6QqzU0Fq1iT13b
> MgnRRf
> >>>l
> >>>8GoVA%3D&_=1365316333259
> >>> 2013-04-07 00:32:13,272 DEBUG [cloud.api.ApiServlet]
> >>> (1161145101@qtp-1008805148-33:null) ===END===  127.0.0.1 -- GET
> >>>
> >>>command=listDiskOfferings&response=json&sessionkey=Z6QqzU0Fq1iT13b
> MgnRRf
> >>>l
> >>>8GoVA%3D&_=1365316333259
> >>> 2013-04-07 00:32:14,028 DEBUG [cloud.api.ApiServlet]
> >>> (1161145101@qtp-1008805148-33:null) ===START===  127.0.0.1 -- GET
> >>>
> >>>command=listNetworks&trafficType=Guest&zoneId=3a62dec3-cf95-4ba2-
> 9af0-af
> >>>2
> >>>190af35e3&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3
> D&_=1365
> >>>3
> >>>16334026
> >>> 2013-04-07 00:32:14,053 DEBUG [cloud.api.ApiServlet]
> >>> (1161145101@qtp-1008805148-33:null) ===END===  127.0.0.1 -- GET
> >>>
> >>>command=listNetworks&trafficType=Guest&zoneId=3a62dec3-cf95-4ba2-
> 9af0-af
> >>>2
> >>>190af35e3&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3
> D&_=1365
> >>>3
> >>>16334026
> >>> 2013-04-07 00:32:14,056 DEBUG [cloud.api.ApiServlet]
> >>> (1161145101@qtp-1008805148-33:null) ===START===  127.0.0.1 -- GET
> >>>
> >>>command=listSecurityGroups&response=json&sessionkey=Z6QqzU0Fq1iT13b
> MgnRR
> >>>f
> >>>l8GoVA%3D&domainid=e4ec5ddc-9e1c-11e2-a770-
> 6e70e42a2333&account=admin&_=
> >>>1
> >>>365316334054
> >>> 2013-04-07 00:32:14,062 DEBUG [cloud.user.AccountManagerImpl]
> >>> (1161145101@qtp-1008805148-33:null) Access granted to Acct[2-admin] to
> >>> Domain:1/ by DomainChecker
> >>> 2013-04-07 00:32:14,068 DEBUG [cloud.api.ApiServlet]
> >>> (1161145101@qtp-1008805148-33:null) ===END===  127.0.0.1 -- GET
> >>>
> >>>command=listSecurityGroups&response=json&sessionkey=Z6QqzU0Fq1iT13b
> MgnRR
> >>>f
> >>>l8GoVA%3D&domainid=e4ec5ddc-9e1c-11e2-a770-
> 6e70e42a2333&account=admin&_=
> >>>1
> >>>365316334054
> >>> 2013-04-07 00:32:15,282 DEBUG [cloud.api.ApiServlet]
> >>> (1161145101@qtp-1008805148-33:null) ===START===  127.0.0.1 -- GET
> >>>
> >>>command=deployVirtualMachine&zoneId=3a62dec3-cf95-4ba2-9af0-
> af2190af35e3
> >>>&
> >>>templateId=e4a7df4a-9e1c-11e2-a770-
> 6e70e42a2333&hypervisor=XenServer&ser
> >>>v
> >>>iceOfferingId=425cf3cf-4bc4-4e53-82a0-
> ba6c20dd3688&response=json&session
> >>>k
> >>>ey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316335280
> >>> 2013-04-07 00:32:15,290 DEBUG [cloud.api.ApiDispatcher]
> >>> (1161145101@qtp-1008805148-33:null) InfrastructureEntity name
> >>> is:com.cloud.offering.ServiceOffering
> >>> 2013-04-07 00:32:15,292 DEBUG [cloud.api.ApiDispatcher]
> >>> (1161145101@qtp-1008805148-33:null) ControlledEntity name
> >>> is:com.cloud.template.VirtualMachineTemplate
> >>> 2013-04-07 00:32:15,316 DEBUG [cloud.vm.UserVmManagerImpl]
> >>> (1161145101@qtp-1008805148-33:null) Allocating in the DB for vm
> >>> 2013-04-07 00:32:15,327 DEBUG [cloud.vm.VirtualMachineManagerImpl]
> >>> (1161145101@qtp-1008805148-33:null) Allocating entries for VM:
> >>> VM[User|94ddc16f-04fc-4da1-8326-01d8d5cdeb44]
> >>> 2013-04-07 00:32:15,327 DEBUG [cloud.vm.VirtualMachineManagerImpl]
> >>> (1161145101@qtp-1008805148-33:null) Allocating nics for
> >>> VM[User|94ddc16f-04fc-4da1-8326-01d8d5cdeb44]
> >>> 2013-04-07 00:32:15,328 DEBUG [cloud.network.NetworkManagerImpl]
> >>> (1161145101@qtp-1008805148-33:null) Allocating nic for vm
> >>> VM[User|94ddc16f-04fc-4da1-8326-01d8d5cdeb44] in network
> >>>Ntwk[204|Guest|6]
> >>> with requested profile NicProfile[0-0-null-null-null
> >>> 2013-04-07 00:32:15,335 DEBUG [cloud.vm.VirtualMachineManagerImpl]
> >>> (1161145101@qtp-1008805148-33:null) Allocaing disks for
> >>> VM[User|94ddc16f-04fc-4da1-8326-01d8d5cdeb44]
> >>> 2013-04-07 00:32:15,342 DEBUG [cloud.vm.VirtualMachineManagerImpl]
> >>> (1161145101@qtp-1008805148-33:null) Allocation completed for VM:
> >>> VM[User|94ddc16f-04fc-4da1-8326-01d8d5cdeb44]
> >>> 2013-04-07 00:32:15,342 DEBUG [cloud.vm.UserVmManagerImpl]
> >>> (1161145101@qtp-1008805148-33:null) Successfully allocated DB entry for
> >>> VM[User|94ddc16f-04fc-4da1-8326-01d8d5cdeb44]
> >>> 2013-04-07 00:32:15,374 DEBUG [cloud.async.AsyncJobManagerImpl]
> >>> (1161145101@qtp-1008805148-33:null) submit async job-43, details:
> >>> AsyncJobVO {id:43, userId: 2, accountId: 2, sessionKey: null,
> >>>instanceType:
> >>> null, instanceId: 13, cmd:
> >>> org.apache.cloudstack.api.command.user.vm.DeployVMCmd,
> cmdOriginator:
> >>>null,
> >>> cmdInfo:
> >>>
> >>>{"id":"13","templateId":"e4a7df4a-9e1c-11e2-a770-
> 6e70e42a2333","response
> >>>"
> >>>:"json","sessionkey":"Z6QqzU0Fq1iT13bMgnRRfl8GoVA\u003d","ctxUserId":
> "2"
> >>>,
> >>>"hypervisor":"XenServer","serviceOfferingId":"425cf3cf-4bc4-4e53-82a0-ba
> >>>6
> >>>c20dd3688","_":"1365316335280","ctxAccountId":"2","ctxStartEventId":"48
> "
> >>>,
> >>>"zoneId":"3a62dec3-cf95-4ba2-9af0-af2190af35e3"},
> >>> cmdVersion: 0, callbackType: 0, callbackAddress: null, status: 0,
> >>> processStatus: 0, resultCode: 0, result: null, initMsid: 1,
> >>>completeMsid:
> >>> null, lastUpdated: null, lastPolled: null, created: null}
> >>> 2013-04-07 00:32:15,375 DEBUG [cloud.async.AsyncJobManagerImpl]
> >>> (Job-Executor-36:job-43) Executing
> >>> org.apache.cloudstack.api.command.user.vm.DeployVMCmd for job-43
> >>> 2013-04-07 00:32:15,376 DEBUG [cloud.api.ApiServlet]
> >>> (1161145101@qtp-1008805148-33:null) ===END===  127.0.0.1 -- GET
> >>>
> >>>command=deployVirtualMachine&zoneId=3a62dec3-cf95-4ba2-9af0-
> af2190af35e3
> >>>&
> >>>templateId=e4a7df4a-9e1c-11e2-a770-
> 6e70e42a2333&hypervisor=XenServer&ser
> >>>v
> >>>iceOfferingId=425cf3cf-4bc4-4e53-82a0-
> ba6c20dd3688&response=json&session
> >>>k
> >>>ey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316335280
> >>> 2013-04-07 00:32:15,380 DEBUG [cloud.api.ApiDispatcher]
> >>> (Job-Executor-36:job-43) InfrastructureEntity name
> >>> is:com.cloud.offering.ServiceOffering
> >>> 2013-04-07 00:32:15,383 DEBUG [cloud.api.ApiDispatcher]
> >>> (Job-Executor-36:job-43) ControlledEntity name
> >>> is:com.cloud.template.VirtualMachineTemplate
> >>> 2013-04-07 00:32:15,425 DEBUG [cloud.deploy.FirstFitPlanner]
> >>> (Job-Executor-36:job-43) DeploymentPlanner allocation algorithm: random
> >>> 2013-04-07 00:32:15,425 DEBUG [cloud.deploy.FirstFitPlanner]
> >>> (Job-Executor-36:job-43) Trying to allocate a host and storage pools
> >>>from
> >>> dc:1, pod:null,cluster:null, requested cpu: 100, requested ram:
> >>>1073741824
> >>> 2013-04-07 00:32:15,425 DEBUG [cloud.deploy.FirstFitPlanner]
> >>> (Job-Executor-36:job-43) Is ROOT volume READY (pool already
> >>>allocated)?: No
> >>> 2013-04-07 00:32:15,425 DEBUG [cloud.deploy.FirstFitPlanner]
> >>> (Job-Executor-36:job-43) Searching all possible resources under this
> >>>Zone: 1
> >>> 2013-04-07 00:32:15,427 DEBUG [cloud.deploy.FirstFitPlanner]
> >>> (Job-Executor-36:job-43) Listing clusters in order of aggregate
> >>>capacity,
> >>> that have (atleast one host with) enough CPU and RAM capacity under
> >>>this
> >>> Zone: 1
> >>> 2013-04-07 00:32:15,428 DEBUG [cloud.deploy.FirstFitPlanner]
> >>> (Job-Executor-36:job-43) CPUOverprovisioningFactor considered: 1.0
> >>> 2013-04-07 00:32:15,442 DEBUG [cloud.deploy.FirstFitPlanner]
> >>> (Job-Executor-36:job-43) Cannot allocate cluster list [1] for vm
> >>>creation
> >>> since their allocated percentage crosses the disable capacity
> >>>threshold:
> >>> 0.85 for capacity Type : 0, skipping these clusters
> >>> 2013-04-07 00:32:15,444 DEBUG [cloud.deploy.FirstFitPlanner]
> >>> (Job-Executor-36:job-43) Checking resources in Cluster: 2 under Pod: 1
> >>> 2013-04-07 00:32:15,444 DEBUG [allocator.impl.RandomAllocator]
> >>> (Job-Executor-36:job-43) Looking for hosts in dc: 1  pod:1  cluster:2
> >>> 2013-04-07 00:32:15,447 DEBUG [allocator.impl.RandomAllocator]
> >>> (Job-Executor-36:job-43) Random Allocator found 2  hosts
> >>> 2013-04-07 00:32:15,447 DEBUG [allocator.impl.RandomAllocator]
> >>> (Job-Executor-36:job-43) Random Host Allocator returning 2 suitable
> >>>hosts
> >>> 2013-04-07 00:32:15,448 DEBUG [cloud.deploy.FirstFitPlanner]
> >>> (Job-Executor-36:job-43) Checking suitable pools for volume (Id, Type):
> >>> (13,ROOT)
> >>> 2013-04-07 00:32:15,448 DEBUG [cloud.deploy.FirstFitPlanner]
> >>> (Job-Executor-36:job-43) We need to allocate new storagepool for this
> >>>volume
> >>> 2013-04-07 00:32:15,451 DEBUG [cloud.deploy.FirstFitPlanner]
> >>> (Job-Executor-36:job-43) Calling StoragePoolAllocators to find suitable
> >>> pools
> >>> 2013-04-07 00:32:15,455 DEBUG
> >>> [storage.allocator.RandomStoragePoolAllocator] (Job-Executor-36:job-43)
> >>> Looking for pools in dc: 1  pod:1  cluster:2
> >>> 2013-04-07 00:32:15,457 DEBUG
> >>> [storage.allocator.RandomStoragePoolAllocator] (Job-Executor-36:job-43)
> >>> RandomStoragePoolAllocator has 5 pools to check for allocation
> >>> 2013-04-07 00:32:15,458 DEBUG
> >>> [storage.allocator.AbstractStoragePoolAllocator]
> >>>(Job-Executor-36:job-43)
> >>> Checking if storage pool is suitable, name: Tut-XenServer2 Local
> >>>Storage
> >>> ,poolId: 201
> >>> 2013-04-07 00:32:15,458 DEBUG
> >>> [storage.allocator.AbstractStoragePoolAllocator]
> >>>(Job-Executor-36:job-43)
> >>> Is localStorageAllocationNeeded? false
> >>> 2013-04-07 00:32:15,458 DEBUG
> >>> [storage.allocator.AbstractStoragePoolAllocator]
> >>>(Job-Executor-36:job-43)
> >>> Is storage pool shared? false
> >>> 2013-04-07 00:32:15,458 DEBUG
> >>> [storage.allocator.AbstractStoragePoolAllocator]
> >>>(Job-Executor-36:job-43)
> >>> StoragePool is not of correct type, skipping this pool
> >>> 2013-04-07 00:32:15,458 DEBUG
> >>> [storage.allocator.AbstractStoragePoolAllocator]
> >>>(Job-Executor-36:job-43)
> >>> Checking if storage pool is suitable, name: iSCSI_SR_3 ,poolId: 257
> >>> 2013-04-07 00:32:15,458 DEBUG
> >>> [storage.allocator.AbstractStoragePoolAllocator]
> >>>(Job-Executor-36:job-43)
> >>> Is localStorageAllocationNeeded? false
> >>> 2013-04-07 00:32:15,458 DEBUG
> >>> [storage.allocator.AbstractStoragePoolAllocator]
> >>>(Job-Executor-36:job-43)
> >>> Is storage pool shared? true
> >>> 2013-04-07 00:32:15,467 DEBUG [cloud.storage.StorageManagerImpl]
> >>> (Job-Executor-36:job-43) Checking pool: 257 for volume allocation
> >>> [Vol[13|vm=13|ROOT]], maxSize : 2084569088, totalAllocatedSize :
> >>>106954752,
> >>> askingSize : 52428800, allocated disable threshold: 0.85
> >>> 2013-04-07 00:32:15,467 DEBUG
> >>> [storage.allocator.AbstractStoragePoolAllocator]
> >>>(Job-Executor-36:job-43)
> >>> Checking if storage pool is suitable, name: iSCSI_SR_4 ,poolId: 262
> >>> 2013-04-07 00:32:15,467 DEBUG
> >>> [storage.allocator.AbstractStoragePoolAllocator]
> >>>(Job-Executor-36:job-43)
> >>> Is localStorageAllocationNeeded? false
> >>> 2013-04-07 00:32:15,467 DEBUG
> >>> [storage.allocator.AbstractStoragePoolAllocator]
> >>>(Job-Executor-36:job-43)
> >>> Is storage pool shared? true
> >>> 2013-04-07 00:32:15,479 DEBUG [cloud.storage.StorageManagerImpl]
> >>> (Job-Executor-36:job-43) Checking pool: 262 for volume allocation
> >>> [Vol[13|vm=13|ROOT]], maxSize : 2084569088, totalAllocatedSize :
> >>>54525952,
> >>> askingSize : 52428800, allocated disable threshold: 0.85
> >>> 2013-04-07 00:32:15,479 DEBUG
> >>> [storage.allocator.AbstractStoragePoolAllocator]
> >>>(Job-Executor-36:job-43)
> >>> Checking if storage pool is suitable, name: Tut-XenServer Local Storage
> >>> ,poolId: 202
> >>> 2013-04-07 00:32:15,479 DEBUG
> >>> [storage.allocator.AbstractStoragePoolAllocator]
> >>>(Job-Executor-36:job-43)
> >>> Is localStorageAllocationNeeded? false
> >>> 2013-04-07 00:32:15,479 DEBUG
> >>> [storage.allocator.AbstractStoragePoolAllocator]
> >>>(Job-Executor-36:job-43)
> >>> Is storage pool shared? false
> >>> 2013-04-07 00:32:15,479 DEBUG
> >>> [storage.allocator.AbstractStoragePoolAllocator]
> >>>(Job-Executor-36:job-43)
> >>> StoragePool is not of correct type, skipping this pool
> >>> 2013-04-07 00:32:15,479 DEBUG
> >>> [storage.allocator.AbstractStoragePoolAllocator]
> >>>(Job-Executor-36:job-43)
> >>> Checking if storage pool is suitable, name: iSCSI_SR_2 ,poolId: 256
> >>> 2013-04-07 00:32:15,479 DEBUG
> >>> [storage.allocator.AbstractStoragePoolAllocator]
> >>>(Job-Executor-36:job-43)
> >>> Is localStorageAllocationNeeded? false
> >>> 2013-04-07 00:32:15,479 DEBUG
> >>> [storage.allocator.AbstractStoragePoolAllocator]
> >>>(Job-Executor-36:job-43)
> >>> Is storage pool shared? true
> >>> 2013-04-07 00:32:15,489 DEBUG [cloud.storage.StorageManagerImpl]
> >>> (Job-Executor-36:job-43) Checking pool: 256 for volume allocation
> >>> [Vol[13|vm=13|ROOT]], maxSize : 2084569088, totalAllocatedSize :
> >>>54525952,
> >>> askingSize : 52428800, allocated disable threshold: 0.85
> >>> 2013-04-07 00:32:15,489 DEBUG
> >>> [storage.allocator.RandomStoragePoolAllocator] (Job-Executor-36:job-43)
> >>> RandomStoragePoolAllocator returning 3 suitable storage pools
> >>> 2013-04-07 00:32:15,489 DEBUG [cloud.deploy.FirstFitPlanner]
> >>> (Job-Executor-36:job-43) Trying to find a potenial host and associated
> >>> storage pools from the suitable host/pool lists for this VM
> >>> 2013-04-07 00:32:15,489 DEBUG [cloud.deploy.FirstFitPlanner]
> >>> (Job-Executor-36:job-43) Checking if host: 6 can access any suitable
> >>> storage pool for volume: ROOT
> >>> 2013-04-07 00:32:15,492 DEBUG [cloud.deploy.FirstFitPlanner]
> >>> (Job-Executor-36:job-43) Host: 6 can access pool: 257
> >>> 2013-04-07 00:32:15,492 DEBUG [cloud.deploy.FirstFitPlanner]
> >>> (Job-Executor-36:job-43) Found a potential host id: 6 name:
> >>>Tut-XenServer
> >>> and associated storage pools for this VM
> >>> 2013-04-07 00:32:15,494 DEBUG [cloud.deploy.FirstFitPlanner]
> >>> (Job-Executor-36:job-43) Returning Deployment Destination:
> >>>
> >>>Dest[Zone(Id)-Pod(Id)-Cluster(Id)-Host(Id)-Storage(Volume(Id|Type-->Pool
> >>>(
> >>>Id))]
> >>> :
> >>>
> >>>Dest[Zone(1)-Pod(1)-Cluster(2)-Host(6)-Storage(Volume(13|ROOT--
> >Pool(257
> >>>)
> >>>)]
> >>> 2013-04-07 00:32:15,514 DEBUG [cloud.capacity.CapacityManagerImpl]
> >>> (Job-Executor-36:job-43) VM state transitted from :Stopped to Starting
> >>>with
> >>> event: StartRequestedvm's original host id: null new host id: null
> >>>host
> >>>id
> >>> before state transition: null
> >>> 2013-04-07 00:32:15,514 DEBUG [cloud.vm.VirtualMachineManagerImpl]
> >>> (Job-Executor-36:job-43) Successfully transitioned to start state for
> >>> VM[User|94ddc16f-04fc-4da1-8326-01d8d5cdeb44] reservation id =
> >>> a8349669-6ff2-443f-88d3-c5d69100df3a
> >>> 2013-04-07 00:32:15,518 DEBUG [cloud.vm.VirtualMachineManagerImpl]
> >>> (Job-Executor-36:job-43) Trying to deploy VM, vm has dcId: 1 and
> >>>podId:
> >>>null
> >>> 2013-04-07 00:32:15,518 DEBUG [cloud.vm.VirtualMachineManagerImpl]
> >>> (Job-Executor-36:job-43) advanceStart: DeploymentPlan is provided,
> >>>using
> >>> dcId:1, podId: 1, clusterId: 2, hostId: 6, poolId: 257
> >>> 2013-04-07 00:32:15,518 DEBUG [cloud.vm.VirtualMachineManagerImpl]
> >>> (Job-Executor-36:job-43) Deploy avoids pods: null, clusters: null,
> >>>hosts:
> >>> null
> >>> 2013-04-07 00:32:15,521 DEBUG [cloud.deploy.FirstFitPlanner]
> >>> (Job-Executor-36:job-43) DeploymentPlanner allocation algorithm: random
> >>> 2013-04-07 00:32:15,521 DEBUG [cloud.deploy.FirstFitPlanner]
> >>> (Job-Executor-36:job-43) Trying to allocate a host and storage pools
> >>>from
> >>> dc:1, pod:1,cluster:2, requested cpu: 100, requested ram: 1073741824
> >>> 2013-04-07 00:32:15,522 DEBUG [cloud.deploy.FirstFitPlanner]
> >>> (Job-Executor-36:job-43) Is ROOT volume READY (pool already
> >>>allocated)?: Yes
> >>> 2013-04-07 00:32:15,522 DEBUG [cloud.deploy.FirstFitPlanner]
> >>> (Job-Executor-36:job-43) DeploymentPlan has host_id specified, making
> >>>no
> >>> checks on this host, looks like admin test: 6
> >>> 2013-04-07 00:32:15,523 DEBUG [cloud.deploy.FirstFitPlanner]
> >>> (Job-Executor-36:job-43) Looking for suitable pools for this host under
> >>> zone: 1, pod: 1, cluster: 2
> >>> 2013-04-07 00:32:15,525 DEBUG [cloud.deploy.FirstFitPlanner]
> >>> (Job-Executor-36:job-43) Checking suitable pools for volume (Id, Type):
> >>> (13,ROOT)
> >>> 2013-04-07 00:32:15,525 DEBUG [cloud.deploy.FirstFitPlanner]
> >>> (Job-Executor-36:job-43) Volume has pool already allocated, checking if
> >>> pool can be reused, poolId: null
> >>> 2013-04-07 00:32:15,527 DEBUG [cloud.deploy.FirstFitPlanner]
> >>> (Job-Executor-36:job-43) Planner need not allocate a pool for this
> >>>volume
> >>> since its READY
> >>> 2013-04-07 00:32:15,527 DEBUG [cloud.deploy.FirstFitPlanner]
> >>> (Job-Executor-36:job-43) Trying to find a potenial host and associated
> >>> storage pools from the suitable host/pool lists for this VM
> >>> 2013-04-07 00:32:15,527 DEBUG [cloud.deploy.FirstFitPlanner]
> >>> (Job-Executor-36:job-43) Checking if host: 6 can access any suitable
> >>> storage pool for volume: ROOT
> >>> 2013-04-07 00:32:15,529 DEBUG [cloud.deploy.FirstFitPlanner]
> >>> (Job-Executor-36:job-43) Host: 6 can access pool: 257
> >>> 2013-04-07 00:32:15,529 DEBUG [cloud.deploy.FirstFitPlanner]
> >>> (Job-Executor-36:job-43) Found a potential host id: 6 name:
> >>>Tut-XenServer
> >>> and associated storage pools for this VM
> >>> 2013-04-07 00:32:15,530 DEBUG [cloud.deploy.FirstFitPlanner]
> >>> (Job-Executor-36:job-43) Returning Deployment Destination:
> >>>
> >>>Dest[Zone(Id)-Pod(Id)-Cluster(Id)-Host(Id)-Storage(Volume(Id|Type-->Pool
> >>>(
> >>>Id))]
> >>> :
> >>>
> >>>Dest[Zone(1)-Pod(1)-Cluster(2)-Host(6)-Storage(Volume(13|ROOT--
> >Pool(257
> >>>)
> >>>)]
> >>> 2013-04-07 00:32:15,530 DEBUG [cloud.vm.VirtualMachineManagerImpl]
> >>> (Job-Executor-36:job-43) Deployment found  -
> >>> P0=VM[User|94ddc16f-04fc-4da1-8326-01d8d5cdeb44],
> >>>
> >>>P0=Dest[Zone(Id)-Pod(Id)-Cluster(Id)-Host(Id)-Storage(Volume(Id|Type-->P
> >>>o
> >>>ol(Id))]
> >>> :
> >>>
> >>>Dest[Zone(1)-Pod(1)-Cluster(2)-Host(6)-Storage(Volume(13|ROOT--
> >Pool(257
> >>>)
> >>>)]
> >>> 2013-04-07 00:32:15,535 DEBUG [cloud.capacity.CapacityManagerImpl]
> >>> (Job-Executor-36:job-43) VM state transitted from :Starting to Starting
> >>> with event: OperationRetryvm's original host id: null new host id: 6
> >>>host
> >>> id before state transition: null
> >>> 2013-04-07 00:32:15,551 DEBUG [cloud.capacity.CapacityManagerImpl]
> >>> (Job-Executor-36:job-43) Hosts's actual total CPU: 2382 and CPU after
> >>> applying overprovisioning: 2382
> >>> 2013-04-07 00:32:15,551 DEBUG [cloud.capacity.CapacityManagerImpl]
> >>> (Job-Executor-36:job-43) We are allocating VM, increasing the used
> >>>capacity
> >>> of this host:6
> >>> 2013-04-07 00:32:15,552 DEBUG [cloud.capacity.CapacityManagerImpl]
> >>> (Job-Executor-36:job-43) Current Used CPU: 100 , Free CPU:2282
> >>>,Requested
> >>> CPU: 100
> >>> 2013-04-07 00:32:15,552 DEBUG [cloud.capacity.CapacityManagerImpl]
> >>> (Job-Executor-36:job-43) Current Used RAM: 104857600 , Free
> >>>RAM:1566837824
> >>> ,Requested RAM: 1073741824
> >>> 2013-04-07 00:32:15,552 DEBUG [cloud.capacity.CapacityManagerImpl]
> >>> (Job-Executor-36:job-43) CPU STATS after allocation: for host: 6, old
> >>>used:
> >>> 100, old reserved: 0, actual total: 2382, total with overprovisioning:
> >>> 2382; new used:200, reserved:0; requested cpu:100,alloc_from_last:false
> >>> 2013-04-07 00:32:15,552 DEBUG [cloud.capacity.CapacityManagerImpl]
> >>> (Job-Executor-36:job-43) RAM STATS after allocation: for host: 6, old
> >>>used:
> >>> 104857600, old reserved: 0, total: 1671695424; new used: 1178599424,
> >>> reserved: 0; requested mem: 1073741824,alloc_from_last:false
> >>> 2013-04-07 00:32:15,555 DEBUG [cloud.vm.VirtualMachineManagerImpl]
> >>> (Job-Executor-36:job-43) VM is being created in podId: 1
> >>> 2013-04-07 00:32:15,559 DEBUG [cloud.network.NetworkManagerImpl]
> >>> (Job-Executor-36:job-43) Lock is acquired for network id 204 as a part
> >>>of
> >>> network implement
> >>> 2013-04-07 00:32:15,559 DEBUG [cloud.network.NetworkManagerImpl]
> >>> (Job-Executor-36:job-43) Network id=204 is already implemented
> >>> 2013-04-07 00:32:15,560 DEBUG [cloud.network.NetworkManagerImpl]
> >>> (Job-Executor-36:job-43) Lock is released for network id 204 as a part
> >>>of
> >>> network implement
> >>> 2013-04-07 00:32:15,592 DEBUG [cloud.network.NetworkManagerImpl]
> >>> (Job-Executor-36:job-43) Changing active number of nics for network
> >>>id=204
> >>> on 1
> >>> 2013-04-07 00:32:15,594 DEBUG [cloud.network.NetworkManagerImpl]
> >>> (Job-Executor-36:job-43) Asking ElasticLoadBalancerElement to prepare
> >>>for
> >>> Nic[19-13-a8349669-6ff2-443f-88d3-c5d69100df3a-192.168.56.146]
> >>> 2013-04-07 00:32:15,600 DEBUG [cloud.network.NetworkManagerImpl]
> >>> (Job-Executor-36:job-43) Asking NiciraNvpElement to prepare for
> >>> Nic[19-13-a8349669-6ff2-443f-88d3-c5d69100df3a-192.168.56.146]
> >>> 2013-04-07 00:32:15,600 DEBUG [network.element.NiciraNvpElement]
> >>> (Job-Executor-36:job-43) Checking if NiciraNvpElement can handle
> >>>service
> >>> Connectivity on network guestNetworkForBasicZone
> >>> 2013-04-07 00:32:15,606 DEBUG [cloud.network.NetworkManagerImpl]
> >>> (Job-Executor-36:job-43) Asking BigSwitchVnsElement to prepare for
> >>> Nic[19-13-a8349669-6ff2-443f-88d3-c5d69100df3a-192.168.56.146]
> >>> 2013-04-07 00:32:15,606 DEBUG [network.element.BigSwitchVnsElement]
> >>> (Job-Executor-36:job-43) Checking if BigSwitchVnsElement can handle
> >>>service
> >>> Connectivity on network guestNetworkForBasicZone
> >>> 2013-04-07 00:32:15,612 DEBUG [cloud.network.NetworkManagerImpl]
> >>> (Job-Executor-36:job-43) Asking Ovs to prepare for
> >>> Nic[19-13-a8349669-6ff2-443f-88d3-c5d69100df3a-192.168.56.146]
> >>> 2013-04-07 00:32:15,612 DEBUG [cloud.network.NetworkManagerImpl]
> >>> (Job-Executor-36:job-43) Asking BareMetalDhcp to prepare for
> >>> Nic[19-13-a8349669-6ff2-443f-88d3-c5d69100df3a-192.168.56.146]
> >>> 2013-04-07 00:32:15,617 DEBUG [cloud.network.NetworkManagerImpl]
> >>> (Job-Executor-36:job-43) Asking BareMetalPxe to prepare for
> >>> Nic[19-13-a8349669-6ff2-443f-88d3-c5d69100df3a-192.168.56.146]
> >>> 2013-04-07 00:32:15,623 DEBUG [cloud.network.NetworkManagerImpl]
> >>> (Job-Executor-36:job-43) Asking BareMetalUserdata to prepare for
> >>> Nic[19-13-a8349669-6ff2-443f-88d3-c5d69100df3a-192.168.56.146]
> >>> 2013-04-07 00:32:15,629 DEBUG [cloud.network.NetworkManagerImpl]
> >>> (Job-Executor-36:job-43) Asking SecurityGroupProvider to prepare for
> >>> Nic[19-13-a8349669-6ff2-443f-88d3-c5d69100df3a-192.168.56.146]
> >>> 2013-04-07 00:32:15,637 DEBUG [cloud.network.NetworkManagerImpl]
> >>> (Job-Executor-36:job-43) Asking VirtualRouter to prepare for
> >>> Nic[19-13-a8349669-6ff2-443f-88d3-c5d69100df3a-192.168.56.146]
> >>> 2013-04-07 00:32:15,653 DEBUG
> >>> [network.router.VirtualNetworkApplianceManagerImpl]
> >>> (Job-Executor-36:job-43) Lock is acquired for network id 204 as a part
> >>>of
> >>> router startup in
> >>>
> >>>Dest[Zone(Id)-Pod(Id)-Cluster(Id)-Host(Id)-Storage(Volume(Id|Type-->Pool
> >>>(
> >>>Id))]
> >>> :
> >>>
> >>>Dest[Zone(1)-Pod(1)-Cluster(2)-Host(6)-Storage(Volume(13|ROOT--
> >Pool(257
> >>>)
> >>>)]
> >>> 2013-04-07 00:32:15,657 DEBUG
> >>> [network.router.VirtualNetworkApplianceManagerImpl]
> >>> (Job-Executor-36:job-43) Skipping VR deployment: Found a running or
> >>> starting VR in Pod null id=1
> >>> 2013-04-07 00:32:15,658 DEBUG
> >>> [network.router.VirtualNetworkApplianceManagerImpl]
> >>> (Job-Executor-36:job-43) Lock is released for network id 204 as a part
> >>>of
> >>> router startup in
> >>>
> >>>Dest[Zone(Id)-Pod(Id)-Cluster(Id)-Host(Id)-Storage(Volume(Id|Type-->Pool
> >>>(
> >>>Id))]
> >>> :
> >>>
> >>>Dest[Zone(1)-Pod(1)-Cluster(2)-Host(6)-Storage(Volume(13|ROOT--
> >Pool(257
> >>>)
> >>>)]
> >>> 2013-04-07 00:32:15,674 DEBUG
> >>> [network.router.VirtualNetworkApplianceManagerImpl]
> >>> (Job-Executor-36:job-43) Applying dhcp entry in network
> >>>Ntwk[204|Guest|6]
> >>> 2013-04-07 00:32:15,706 DEBUG [agent.transport.Request]
> >>> (Job-Executor-36:job-43) Seq 6-324993305: Sending  { Cmd , MgmtId: 1,
> >>>via:
> >>> 6, Ver: v1, Flags: 100111,
> >>>
> >>>[{"routing.DhcpEntryCommand":{"vmMac":"06:06:fe:00:00:44","vmIpAddres
> s":
> >>>"
> >>>192.168.56.146","vmName":"94ddc16f-04fc-4da1-8326-
> 01d8d5cdeb44","default
> >>>R
> >>>outer":"192.168.56.1","defaultDns":"192.168.56.102","duid":"00:03:00:01:
> >>>0
> >>>6:06:fe:00:00:44","accessDetails":{"router.guest.ip":"192.168.56.102","z
> >>>o
> >>>ne.network.type":"Basic","
> >>> router.name":"r-4-VM","router.ip":"169.254.1.168"},"wait":0}}] }
> >>> 2013-04-07 00:32:15,706 DEBUG [agent.transport.Request]
> >>> (Job-Executor-36:job-43) Seq 6-324993305: Executing:  { Cmd , MgmtId:
> >>>1,
> >>> via: 6, Ver: v1, Flags: 100111,
> >>>
> >>>[{"routing.DhcpEntryCommand":{"vmMac":"06:06:fe:00:00:44","vmIpAddres
> s":
> >>>"
> >>>192.168.56.146","vmName":"94ddc16f-04fc-4da1-8326-
> 01d8d5cdeb44","default
> >>>R
> >>>outer":"192.168.56.1","defaultDns":"192.168.56.102","duid":"00:03:00:01:
> >>>0
> >>>6:06:fe:00:00:44","accessDetails":{"router.guest.ip":"192.168.56.102","z
> >>>o
> >>>ne.network.type":"Basic","
> >>> router.name":"r-4-VM","router.ip":"169.254.1.168"},"wait":0}}] }
> >>> 2013-04-07 00:32:15,706 DEBUG [agent.manager.DirectAgentAttache]
> >>> (DirectAgent-89:null) Seq 6-324993305: Executing request
> >>> 2013-04-07 00:32:18,273 DEBUG [agent.manager.DirectAgentAttache]
> >>> (DirectAgent-89:null) Seq 6-324993305: Response Received:
> >>> 2013-04-07 00:32:18,273 DEBUG [agent.transport.Request]
> >>> (DirectAgent-89:null) Seq 6-324993305: Processing:  { Ans: , MgmtId: 1,
> >>> via: 6, Ver: v1, Flags: 110, [{"Answer":{"result":true,"wait":0}}] }
> >>> 2013-04-07 00:32:18,273 DEBUG [agent.manager.AgentAttache]
> >>> (DirectAgent-89:null) Seq 6-324993305: No more commands found
> >>> 2013-04-07 00:32:18,273 DEBUG [agent.transport.Request]
> >>> (Job-Executor-36:job-43) Seq 6-324993305: Received:  { Ans: , MgmtId:
> >>>1,
> >>> via: 6, Ver: v1, Flags: 110, { Answer } }
> >>> 2013-04-07 00:32:18,286 DEBUG
> >>> [network.router.VirtualNetworkApplianceManagerImpl]
> >>> (Job-Executor-36:job-43) Applying userdata and password entry in
> >>>network
> >>> Ntwk[204|Guest|6]
> >>> 2013-04-07 00:32:18,303 DEBUG [agent.transport.Request]
> >>> (Job-Executor-36:job-43) Seq 6-324993306: Sending  { Cmd , MgmtId: 1,
> >>>via:
> >>> 6, Ver: v1, Flags: 100111,
> >>>
> >>>[{"routing.SavePasswordCommand":{"password":"fnirq_cnffjbeq","vmIpAdd
> res
> >>>s
> >>>":"192.168.56.146","vmName":"94ddc16f-04fc-4da1-8326-
> 01d8d5cdeb44","acce
> >>>s
> >>>sDetails":{"router.guest.ip":"192.168.56.102","zone.network.type":"Basic
> >>>"
> >>>,"router.ip":"169.254.1.168","
> >>> router.name
> >>>
> >>>":"r-4-
> VM"},"wait":0}},{"routing.VmDataCommand":{"vmIpAddress":"192.168.
> >>>5
> >>>6.146","vmName":"94ddc16f-04fc-4da1-8326-
> 01d8d5cdeb44","accessDetails":{
> >>>"
> >>>router.guest.ip":"192.168.56.102","zone.network.type":"Basic","router.ip
> >>>"
> >>>:"169.254.1.168","
> >>> router.name":"r-4-VM"},"wait":0}}] }
> >>> 2013-04-07 00:32:18,304 DEBUG [agent.transport.Request]
> >>> (Job-Executor-36:job-43) Seq 6-324993306: Executing:  { Cmd , MgmtId:
> >>>1,
> >>> via: 6, Ver: v1, Flags: 100111,
> >>>
> >>>[{"routing.SavePasswordCommand":{"password":"fnirq_cnffjbeq","vmIpAdd
> res
> >>>s
> >>>":"192.168.56.146","vmName":"94ddc16f-04fc-4da1-8326-
> 01d8d5cdeb44","acce
> >>>s
> >>>sDetails":{"router.guest.ip":"192.168.56.102","zone.network.type":"Basic
> >>>"
> >>>,"router.ip":"169.254.1.168","
> >>> router.name
> >>>
> >>>":"r-4-
> VM"},"wait":0}},{"routing.VmDataCommand":{"vmIpAddress":"192.168.
> >>>5
> >>>6.146","vmName":"94ddc16f-04fc-4da1-8326-
> 01d8d5cdeb44","accessDetails":{
> >>>"
> >>>router.guest.ip":"192.168.56.102","zone.network.type":"Basic","router.ip
> >>>"
> >>>:"169.254.1.168","
> >>> router.name":"r-4-VM"},"wait":0}}] }
> >>> 2013-04-07 00:32:18,304 DEBUG [agent.manager.DirectAgentAttache]
> >>> (DirectAgent-20:null) Seq 6-324993306: Executing request
> >>> 2013-04-07 00:32:18,391 DEBUG [cloud.api.ApiServlet]
> >>> (1161145101@qtp-1008805148-33:null) ===START===  127.0.0.1 -- GET
> >>>
> >>>command=queryAsyncJobResult&jobId=00aeb7f7-459c-477e-a0a1-
> 5d9262bc583a&r
> >>>e
> >>>sponse=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316
> 338388
> >>> 2013-04-07 00:32:18,412 DEBUG [cloud.api.ApiServlet]
> >>> (1161145101@qtp-1008805148-33:null) ===END===  127.0.0.1 -- GET
> >>>
> >>>command=queryAsyncJobResult&jobId=00aeb7f7-459c-477e-a0a1-
> 5d9262bc583a&r
> >>>e
> >>>sponse=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316
> 338388
> >>> 2013-04-07 00:32:20,452 DEBUG
> >>> [storage.secondary.SecondaryStorageManagerImpl] (secstorage-1:null)
> >>>Zone 1
> >>> is ready to launch secondary storage VM
> >>> 2013-04-07 00:32:20,554 DEBUG
> >>>[cloud.consoleproxy.ConsoleProxyManagerImpl]
> >>> (consoleproxy-1:null) Zone 1 is ready to launch console proxy
> >>> 2013-04-07 00:32:20,819 DEBUG
> >>> [network.router.VirtualNetworkApplianceManagerImpl]
> >>> (RouterStatusMonitor-1:null) Found 0 routers to update status.
> >>> 2013-04-07 00:32:20,821 DEBUG
> >>> [network.router.VirtualNetworkApplianceManagerImpl]
> >>> (RouterStatusMonitor-1:null) Found 0 networks to update RvR status.
> >>> 2013-04-07 00:32:20,851 DEBUG
> >>> [network.router.VirtualNetworkApplianceManagerImpl]
> >>> (RouterStatusMonitor-1:null) Found 0 routers to update status.
> >>> 2013-04-07 00:32:20,852 DEBUG
> >>> [network.router.VirtualNetworkApplianceManagerImpl]
> >>> (RouterStatusMonitor-1:null) Found 0 networks to update RvR status.
> >>> 2013-04-07 00:32:21,391 DEBUG [cloud.api.ApiServlet]
> >>> (1161145101@qtp-1008805148-33:null) ===START===  127.0.0.1 -- GET
> >>>
> >>>command=queryAsyncJobResult&jobId=00aeb7f7-459c-477e-a0a1-
> 5d9262bc583a&r
> >>>e
> >>>sponse=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316
> 341388
> >>> 2013-04-07 00:32:21,408 DEBUG [cloud.api.ApiServlet]
> >>> (1161145101@qtp-1008805148-33:null) ===END===  127.0.0.1 -- GET
> >>>
> >>>command=queryAsyncJobResult&jobId=00aeb7f7-459c-477e-a0a1-
> 5d9262bc583a&r
> >>>e
> >>>sponse=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316
> 341388
> >>> 2013-04-07 00:32:24,392 DEBUG [cloud.api.ApiServlet]
> >>> (1161145101@qtp-1008805148-33:null) ===START===  127.0.0.1 -- GET
> >>>
> >>>command=queryAsyncJobResult&jobId=00aeb7f7-459c-477e-a0a1-
> 5d9262bc583a&r
> >>>e
> >>>sponse=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316
> 344390
> >>> 2013-04-07 00:32:24,407 DEBUG [cloud.api.ApiServlet]
> >>> (1161145101@qtp-1008805148-33:null) ===END===  127.0.0.1 -- GET
> >>>
> >>>command=queryAsyncJobResult&jobId=00aeb7f7-459c-477e-a0a1-
> 5d9262bc583a&r
> >>>e
> >>>sponse=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316
> 344390
> >>> 2013-04-07 00:32:24,892 DEBUG [agent.manager.AgentManagerImpl]
> >>> (AgentManager-Handler-11:null) Ping from 4
> >>> 2013-04-07 00:32:27,183 DEBUG [agent.manager.DirectAgentAttache]
> >>> (DirectAgent-273:null) Ping from 1
> >>> 2013-04-07 00:32:27,392 DEBUG [cloud.api.ApiServlet]
> >>> (1161145101@qtp-1008805148-33:null) ===START===  127.0.0.1 -- GET
> >>>
> >>>command=queryAsyncJobResult&jobId=00aeb7f7-459c-477e-a0a1-
> 5d9262bc583a&r
> >>>e
> >>>sponse=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316
> 347390
> >>> 2013-04-07 00:32:27,407 DEBUG [cloud.api.ApiServlet]
> >>> (1161145101@qtp-1008805148-33:null) ===END===  127.0.0.1 -- GET
> >>>
> >>>command=queryAsyncJobResult&jobId=00aeb7f7-459c-477e-a0a1-
> 5d9262bc583a&r
> >>>e
> >>>sponse=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316
> 347390
> >>> 2013-04-07 00:32:29,095 DEBUG [agent.manager.DirectAgentAttache]
> >>> (DirectAgent-131:null) Seq 1-90046472: Executing request
> >>> 2013-04-07 00:32:29,345 DEBUG [agent.manager.DirectAgentAttache]
> >>> (DirectAgent-131:null) Seq 1-90046472: Response Received:
> >>> 2013-04-07 00:32:29,345 DEBUG [agent.transport.Request]
> >>> (DirectAgent-131:null) Seq 1-90046472: Processing:  { Ans: , MgmtId: 1,
> >>> via: 1, Ver: v1, Flags: 10,
> >>>
> >>>[{"ClusterSyncAnswer":{"_clusterId":1,"_newStates":{},"_isExecuted":fals
> >>>e
> >>>,"result":true,"wait":0}}]
> >>> }
> >>> 2013-04-07 00:32:30,393 DEBUG [cloud.api.ApiServlet]
> >>> (1161145101@qtp-1008805148-33:null) ===START===  127.0.0.1 -- GET
> >>>
> >>>command=queryAsyncJobResult&jobId=00aeb7f7-459c-477e-a0a1-
> 5d9262bc583a&r
> >>>e
> >>>sponse=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316
> 350391
> >>> 2013-04-07 00:32:30,408 DEBUG [cloud.api.ApiServlet]
> >>> (1161145101@qtp-1008805148-33:null) ===END===  127.0.0.1 -- GET
> >>>
> >>>command=queryAsyncJobResult&jobId=00aeb7f7-459c-477e-a0a1-
> 5d9262bc583a&r
> >>>e
> >>>sponse=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316
> 350391
> >>> 2013-04-07 00:32:32,146 DEBUG [agent.manager.DirectAgentAttache]
> >>> (DirectAgent-20:null) Seq 6-324993306: Response Received:
> >>> 2013-04-07 00:32:32,146 DEBUG [agent.transport.Request]
> >>> (DirectAgent-20:null) Seq 6-324993306: Processing:  { Ans: , MgmtId: 1,
> >>> via: 6, Ver: v1, Flags: 110,
> >>>
> >>>[{"Answer":{"result":true,"wait":0}},{"Answer":{"result":true,"wait":0}}
> >>>]
> >>> }
> >>> 2013-04-07 00:32:32,146 DEBUG [agent.manager.AgentAttache]
> >>> (DirectAgent-20:null) Seq 6-324993306: No more commands found
> >>> 2013-04-07 00:32:32,146 DEBUG [agent.transport.Request]
> >>> (Job-Executor-36:job-43) Seq 6-324993306: Received:  { Ans: , MgmtId:
> >>>1,
> >>> via: 6, Ver: v1, Flags: 110, { Answer, Answer } }
> >>> 2013-04-07 00:32:32,146 DEBUG [cloud.network.NetworkManagerImpl]
> >>> (Job-Executor-36:job-43) Asking VpcVirtualRouter to prepare for
> >>> Nic[19-13-a8349669-6ff2-443f-88d3-c5d69100df3a-192.168.56.146]
> >>> 2013-04-07 00:32:32,146 WARN
> [network.element.VpcVirtualRouterElement]
> >>> (Job-Executor-36:job-43) Network Ntwk[204|Guest|6] is not associated
> >>>with
> >>> any VPC
> >>> 2013-04-07 00:32:32,151 DEBUG [cloud.network.NetworkManagerImpl]
> >>> (Job-Executor-36:job-43) Asking NiciraNvp to prepare for
> >>> Nic[19-13-a8349669-6ff2-443f-88d3-c5d69100df3a-192.168.56.146]
> >>> 2013-04-07 00:32:32,151 DEBUG [network.element.NiciraNvpElement]
> >>> (Job-Executor-36:job-43) Checking if NiciraNvpElement can handle
> >>>service
> >>> Connectivity on network guestNetworkForBasicZone
> >>> 2013-04-07 00:32:32,154 DEBUG [cloud.network.NetworkManagerImpl]
> >>> (Job-Executor-36:job-43) Asking JuniperSRX to prepare for
> >>> Nic[19-13-a8349669-6ff2-443f-88d3-c5d69100df3a-192.168.56.146]
> >>> 2013-04-07 00:32:32,157 DEBUG [cloud.network.NetworkManagerImpl]
> >>> (Job-Executor-36:job-43) Asking Netscaler to prepare for
> >>> Nic[19-13-a8349669-6ff2-443f-88d3-c5d69100df3a-192.168.56.146]
> >>> 2013-04-07 00:32:32,160 DEBUG [cloud.network.NetworkManagerImpl]
> >>> (Job-Executor-36:job-43) Asking F5BigIP to prepare for
> >>> Nic[19-13-a8349669-6ff2-443f-88d3-c5d69100df3a-192.168.56.146]
> >>> 2013-04-07 00:32:32,164 DEBUG [cloud.network.NetworkManagerImpl]
> >>> (Job-Executor-36:job-43) Asking CiscoNexus1000vVSM to prepare for
> >>> Nic[19-13-a8349669-6ff2-443f-88d3-c5d69100df3a-192.168.56.146]
> >>> 2013-04-07 00:32:32,168 DEBUG [cloud.storage.StorageManagerImpl]
> >>> (Job-Executor-36:job-43) Checking if we need to prepare 1 volumes for
> >>> VM[User|94ddc16f-04fc-4da1-8326-01d8d5cdeb44]
> >>> 2013-04-07 00:32:32,169 DEBUG [cloud.storage.StorageManagerImpl]
> >>> (Job-Executor-36:job-43) Creating volume: Vol[13|vm=13|ROOT]
> >>> 2013-04-07 00:32:32,170 DEBUG [cloud.storage.StorageManagerImpl]
> >>> (Job-Executor-36:job-43) Trying to create in Pool[257|PreSetup]
> >>> 2013-04-07 00:32:32,175 DEBUG [cloud.template.TemplateManagerImpl]
> >>> (Job-Executor-36:job-43) Template 5 has already been downloaded to
> >>>pool
> >>>257
> >>> 2013-04-07 00:32:32,179 DEBUG [agent.transport.Request]
> >>> (Job-Executor-36:job-43) Seq 6-324993307: Sending  { Cmd , MgmtId: 1,
> >>>via:
> >>> 6, Ver: v1, Flags: 100111,
> >>>
> >>>[{"storage.CreateCommand":{"volId":13,"pool":{"id":257,"uuid":"iSCSI_SR_
> >>>3
> >>>","host":"192.168.56.9","path":"/iSCSI_SR_3","port":0,"type":"PreSetup"}
> >>>,
> >>>"diskCharacteristics":{"size":52428800,"tags":["iSCSI_SR_4"],"type":"ROO
> >>>T
> >>>","name":"ROOT-13","useLocalStorage":false,"recreatable":true,"diskOffer
> >>>i
> >>>ngId":38,"volumeId":13,"hyperType":"XenServer"},"templateUrl":"a8414926
> -
> >>>8
> >>>1d6-4b54-9b4b-feb498489df0","wait":0}}]
> >>> }
> >>> 2013-04-07 00:32:32,180 DEBUG [agent.transport.Request]
> >>> (Job-Executor-36:job-43) Seq 6-324993307: Executing:  { Cmd , MgmtId:
> >>>1,
> >>> via: 6, Ver: v1, Flags: 100111,
> >>>
> >>>[{"storage.CreateCommand":{"volId":13,"pool":{"id":257,"uuid":"iSCSI_SR_
> >>>3
> >>>","host":"192.168.56.9","path":"/iSCSI_SR_3","port":0,"type":"PreSetup"}
> >>>,
> >>>"diskCharacteristics":{"size":52428800,"tags":["iSCSI_SR_4"],"type":"ROO
> >>>T
> >>>","name":"ROOT-13","useLocalStorage":false,"recreatable":true,"diskOffer
> >>>i
> >>>ngId":38,"volumeId":13,"hyperType":"XenServer"},"templateUrl":"a8414926
> -
> >>>8
> >>>1d6-4b54-9b4b-feb498489df0","wait":0}}]
> >>> }
> >>> 2013-04-07 00:32:32,180 DEBUG [agent.manager.DirectAgentAttache]
> >>> (DirectAgent-59:null) Seq 6-324993307: Executing request
> >>> 2013-04-07 00:32:32,265 DEBUG [xen.resource.CitrixResourceBase]
> >>> (DirectAgent-59:null) SR retrieved for iSCSI_SR_3
> >>> 2013-04-07 00:32:32,276 DEBUG [xen.resource.CitrixResourceBase]
> >>> (DirectAgent-59:null) Checking iSCSI_SR_3 or SR
> >>> fe8ca696-22f5-ba1f-af68-7c3cf5a3cb39 on
> >>> XS[f7a017da-3064-456a-89cd-28ee9e2d36b3-192.168.56.9]
> >>> 2013-04-07 00:32:33,395 DEBUG [cloud.api.ApiServlet]
> >>> (1161145101@qtp-1008805148-33:null) ===START===  127.0.0.1 -- GET
> >>>
> >>>command=queryAsyncJobResult&jobId=00aeb7f7-459c-477e-a0a1-
> 5d9262bc583a&r
> >>>e
> >>>sponse=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316
> 353392
> >>> 2013-04-07 00:32:33,419 DEBUG [cloud.api.ApiServlet]
> >>> (1161145101@qtp-1008805148-33:null) ===END===  127.0.0.1 -- GET
> >>>
> >>>command=queryAsyncJobResult&jobId=00aeb7f7-459c-477e-a0a1-
> 5d9262bc583a&r
> >>>e
> >>>sponse=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316
> 353392
> >>> 2013-04-07 00:32:34,687 DEBUG [xen.resource.CitrixResourceBase]
> >>> (DirectAgent-59:null) Succesfully created VDI for
> >>> com.cloud.agent.api.storage.CreateCommand.  Uuid =
> >>> 99154d9c-2665-465d-8c71-e60f1748895b
> >>> 2013-04-07 00:32:34,687 DEBUG [agent.manager.DirectAgentAttache]
> >>> (DirectAgent-59:null) Seq 6-324993307: Response Received:
> >>> 2013-04-07 00:32:34,688 DEBUG [agent.transport.Request]
> >>> (DirectAgent-59:null) Seq 6-324993307: Processing:  { Ans: , MgmtId: 1,
> >>> via: 6, Ver: v1, Flags: 110,
> >>>
> >>>[{"storage.CreateAnswer":{"volume":{"id":13,"name":"ROOT-
> 13","mountPoint
> >>>"
> >>>:"/iSCSI_SR_3","path":"99154d9c-2665-465d-8c71-
> e60f1748895b","size":5242
> >>>8
> >>>800,"type":"ROOT","storagePoolType":"PreSetup","storagePoolUuid":"iSCSI
> _
> >>>S
> >>>R_3","deviceId":0},"requestTemplateReload":false,"result":true,"wait":0}
> >>>}
> >>>]
> >>> }
> >>> 2013-04-07 00:32:34,688 DEBUG [agent.transport.Request]
> >>> (Job-Executor-36:job-43) Seq 6-324993307: Received:  { Ans: , MgmtId:
> >>>1,
> >>> via: 6, Ver: v1, Flags: 110, { CreateAnswer } }
> >>> 2013-04-07 00:32:34,688 DEBUG [agent.manager.AgentAttache]
> >>> (DirectAgent-59:null) Seq 6-324993307: No more commands found
> >>> 2013-04-07 00:32:34,690 DEBUG [cloud.storage.StorageManagerImpl]
> >>> (Job-Executor-36:job-43) Volume Vol[13|vm=13|ROOT] is created on
> >>> Pool[257|PreSetup]
> >>> 2013-04-07 00:32:34,701 DEBUG [agent.transport.Request]
> >>> (Job-Executor-36:job-43) Seq 6-324993308: Sending  { Cmd , MgmtId: 1,
> >>>via:
> >>> 6, Ver: v1, Flags: 100111,
> >>>
> >>>[{"StartCommand":{"vm":{"id":13,"name":"i-2-13-
> VM","bootloader":"PyGrub"
> >>>,
> >>>"type":"User","cpus":1,"speed":100,"minRam":1073741824,"maxRam":1073
> 7418
> >>>2
> >>>4,"arch":"x86_64","os":"CentOS
> >>> 5.3
> >>>
> >>>(64-bit)","bootArgs":"","rebootOnCrash":false,"enableHA":false,"limitCpu
> >>>U
> >>>se":false,"vncPassword":"2e91fc6d6f16609d","params":{},"uuid":"94ddc16f-
> >>>0
> >>>4fc-4da1-8326-01d8d5cdeb44","disks":[{"id":13,"name":"ROOT-
> 13","mountPoi
> >>>n
> >>>t":"/iSCSI_SR_3","path":"99154d9c-2665-465d-8c71-
> e60f1748895b","size":52
> >>>4
> >>>28800,"type":"ROOT","storagePoolType":"PreSetup","storagePoolUuid":"iSC
> S
> >>>I
> >>>_SR_3","deviceId":0},{"id":13,"name":"tiny
> >>>
> >>>Linux","size":0,"type":"ISO","storagePoolType":"ISO","deviceId":3}],"nic
> >>>s
> >>>":[{"deviceId":0,"networkRateMbps":200,"defaultNic":true,"uuid":"59b9a8a
> >>>a
> >>>-c867-40b8-95bb-
> 6e40273569c9","ip":"192.168.56.146","netmask":"255.255.2
> >>>5
> >>>5.0","gateway":"192.168.56.1","mac":"06:06:fe:00:00:44","dns1":"8.8.8.8"
> >>>,
> >>>"dns2":"4.4.4.4","broadcastType":"Native","type":"Guest","broadcastUri":
> >>>"
> >>>vlan://untagged","isolationUri":"ec2://untagged","isSecurityGroupEnabled
> >>>"
> >>>:true}]},"hostIp":"192.168.56.9","wait":0}}]
> >>> }
> >>> 2013-04-07 00:32:34,702 DEBUG [agent.transport.Request]
> >>> (Job-Executor-36:job-43) Seq 6-324993308: Executing:  { Cmd , MgmtId:
> >>>1,
> >>> via: 6, Ver: v1, Flags: 100111,
> >>>
> >>>[{"StartCommand":{"vm":{"id":13,"name":"i-2-13-
> VM","bootloader":"PyGrub"
> >>>,
> >>>"type":"User","cpus":1,"speed":100,"minRam":1073741824,"maxRam":1073
> 7418
> >>>2
> >>>4,"arch":"x86_64","os":"CentOS
> >>> 5.3
> >>>
> >>>(64-bit)","bootArgs":"","rebootOnCrash":false,"enableHA":false,"limitCpu
> >>>U
> >>>se":false,"vncPassword":"2e91fc6d6f16609d","params":{},"uuid":"94ddc16f-
> >>>0
> >>>4fc-4da1-8326-01d8d5cdeb44","disks":[{"id":13,"name":"ROOT-
> 13","mountPoi
> >>>n
> >>>t":"/iSCSI_SR_3","path":"99154d9c-2665-465d-8c71-
> e60f1748895b","size":52
> >>>4
> >>>28800,"type":"ROOT","storagePoolType":"PreSetup","storagePoolUuid":"iSC
> S
> >>>I
> >>>_SR_3","deviceId":0},{"id":13,"name":"tiny
> >>>
> >>>Linux","size":0,"type":"ISO","storagePoolType":"ISO","deviceId":3}],"nic
> >>>s
> >>>":[{"deviceId":0,"networkRateMbps":200,"defaultNic":true,"uuid":"59b9a8a
> >>>a
> >>>-c867-40b8-95bb-
> 6e40273569c9","ip":"192.168.56.146","netmask":"255.255.2
> >>>5
> >>>5.0","gateway":"192.168.56.1","mac":"06:06:fe:00:00:44","dns1":"8.8.8.8"
> >>>,
> >>>"dns2":"4.4.4.4","broadcastType":"Native","type":"Guest","broadcastUri":
> >>>"
> >>>vlan://untagged","isolationUri":"ec2://untagged","isSecurityGroupEnabled
> >>>"
> >>>:true}]},"hostIp":"192.168.56.9","wait":0}}]
> >>> }
> >>> 2013-04-07 00:32:34,702 DEBUG [agent.manager.DirectAgentAttache]
> >>> (DirectAgent-334:null) Seq 6-324993308: Executing request
> >>> 2013-04-07 00:32:34,787 DEBUG [xen.resource.CitrixResourceBase]
> >>> (DirectAgent-334:null) 1. The VM i-2-13-VM is in Starting state.
> >>> 2013-04-07 00:32:34,862 DEBUG [xen.resource.XenServer56FP1Resource]
> >>> (DirectAgent-334:null) Created VM f21a0243-f342-fd59-98d8-
> 00ed89224305
> >>>for
> >>> i-2-13-VM
> >>> 2013-04-07 00:32:34,912 DEBUG [xen.resource.CitrixResourceBase]
> >>> (DirectAgent-334:null) VBD 6e16b739-13fb-1891-fc66-f786b8db522b
> >>>created
> >>>for
> >>> Vol[13|ROOT|99154d9c-2665-465d-8c71-e60f1748895b|52428800]
> >>> 2013-04-07 00:32:34,937 DEBUG [xen.resource.CitrixResourceBase]
> >>> (DirectAgent-334:null) VBD f9ad291b-2a8d-4c81-94a5-ef8b8b38be8c
> >>>created
> >>>for
> >>> Vol[13|ISO|null|0]
> >>> 2013-04-07 00:32:34,937 DEBUG [xen.resource.CitrixResourceBase]
> >>> (DirectAgent-334:null) Creating VIF for i-2-13-VM on nic
> >>> [Nic:Guest-192.168.56.146-vlan://untagged]
> >>> 2013-04-07 00:32:34,991 DEBUG [xen.resource.CitrixResourceBase]
> >>> (DirectAgent-334:null) Created a vif
> >>>bec5565a-8c80-48a1-3ea4-88971784ce3b
> >>> on 0
> >>> 2013-04-07 00:32:36,396 DEBUG [cloud.api.ApiServlet]
> >>> (1161145101@qtp-1008805148-33:null) ===START===  127.0.0.1 -- GET
> >>>
> >>>command=queryAsyncJobResult&jobId=00aeb7f7-459c-477e-a0a1-
> 5d9262bc583a&r
> >>>e
> >>>sponse=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316
> 356393
> >>> 2013-04-07 00:32:36,418 DEBUG [cloud.api.ApiServlet]
> >>> (1161145101@qtp-1008805148-33:null) ===END===  127.0.0.1 -- GET
> >>>
> >>>command=queryAsyncJobResult&jobId=00aeb7f7-459c-477e-a0a1-
> 5d9262bc583a&r
> >>>e
> >>>sponse=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316
> 356393
> >>> 2013-04-07 00:32:39,395 DEBUG [cloud.api.ApiServlet]
> >>> (1161145101@qtp-1008805148-33:null) ===START===  127.0.0.1 -- GET
> >>>
> >>>command=queryAsyncJobResult&jobId=00aeb7f7-459c-477e-a0a1-
> 5d9262bc583a&r
> >>>e
> >>>sponse=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316
> 359393
> >>> 2013-04-07 00:32:39,410 DEBUG [cloud.api.ApiServlet]
> >>> (1161145101@qtp-1008805148-33:null) ===END===  127.0.0.1 -- GET
> >>>
> >>>command=queryAsyncJobResult&jobId=00aeb7f7-459c-477e-a0a1-
> 5d9262bc583a&r
> >>>e
> >>>sponse=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316
> 359393
> >>> 2013-04-07 00:32:41,550 INFO  [xen.resource.CitrixResourceBase]
> >>> (DirectAgent-334:null) Programmed default network rules for i-2-13-VM
> >>>on
> >>> nic with ip:192.168.56.146 mac:06:06:fe:00:00:44
> >>> 2013-04-07 00:32:41,550 DEBUG [xen.resource.CitrixResourceBase]
> >>> (DirectAgent-334:null) 2. The VM i-2-13-VM is in Running state.
> >>> 2013-04-07 00:32:41,550 DEBUG [agent.manager.DirectAgentAttache]
> >>> (DirectAgent-334:null) Seq 6-324993308: Response Received:
> >>> 2013-04-07 00:32:41,551 DEBUG [agent.transport.Request]
> >>> (DirectAgent-334:null) Seq 6-324993308: Processing:  { Ans: , MgmtId:
> >>>1,
> >>> via: 6, Ver: v1, Flags: 110,
> >>>
> >>>[{"StartAnswer":{"vm":{"id":13,"name":"i-2-13-VM","bootloader":"PyGrub",
> >>>"
> >>>type":"User","cpus":1,"speed":100,"minRam":1073741824,"maxRam":10737
> 4182
> >>>4
> >>>,"arch":"x86_64","os":"CentOS
> >>> 5.3
> >>>
> >>>(64-bit)","bootArgs":"","rebootOnCrash":false,"enableHA":false,"limitCpu
> >>>U
> >>>se":false,"vncPassword":"2e91fc6d6f16609d","params":{},"uuid":"94ddc16f-
> >>>0
> >>>4fc-4da1-8326-01d8d5cdeb44","disks":[{"id":13,"name":"ROOT-
> 13","mountPoi
> >>>n
> >>>t":"/iSCSI_SR_3","path":"99154d9c-2665-465d-8c71-
> e60f1748895b","size":52
> >>>4
> >>>28800,"type":"ROOT","storagePoolType":"PreSetup","storagePoolUuid":"iSC
> S
> >>>I
> >>>_SR_3","deviceId":0},{"id":13,"name":"tiny
> >>>
> >>>Linux","size":0,"type":"ISO","storagePoolType":"ISO","deviceId":3}],"nic
> >>>s
> >>>":[{"deviceId":0,"networkRateMbps":200,"defaultNic":true,"uuid":"59b9a8a
> >>>a
> >>>-c867-40b8-95bb-
> 6e40273569c9","ip":"192.168.56.146","netmask":"255.255.2
> >>>5
> >>>5.0","gateway":"192.168.56.1","mac":"06:06:fe:00:00:44","dns1":"8.8.8.8"
> >>>,
> >>>"dns2":"4.4.4.4","broadcastType":"Native","type":"Guest","broadcastUri":
> >>>"
> >>>vlan://untagged","isolationUri":"ec2://untagged","isSecurityGroupEnabled
> >>>"
> >>>:true}]},"result":true,"wait":0}}]
> >>> }
> >>> 2013-04-07 00:32:41,551 DEBUG [agent.transport.Request]
> >>> (Job-Executor-36:job-43) Seq 6-324993308: Received:  { Ans: , MgmtId:
> >>>1,
> >>> via: 6, Ver: v1, Flags: 110, { StartAnswer } }
> >>> 2013-04-07 00:32:41,551 DEBUG [agent.manager.AgentAttache]
> >>> (DirectAgent-334:null) Seq 6-324993308: No more commands found
> >>> 2013-04-07 00:32:41,592 DEBUG
> >>>[network.security.SecurityGroupManagerImpl]
> >>> (Job-Executor-36:job-43) Security Group Mgr v2: scheduling ruleset
> >>>updates
> >>> for 1 vms  (unique=1), current queue size=0
> >>> 2013-04-07 00:32:41,593 DEBUG
> >>>[network.security.SecurityGroupManagerImpl]
> >>> (Job-Executor-36:job-43) Security Group Mgr v2: done scheduling ruleset
> >>> updates for 1 vms: num new jobs=1 num rows insert or updated=1 time
> >>>taken=1
> >>> 2013-04-07 00:32:41,596 DEBUG [cloud.capacity.CapacityManagerImpl]
> >>> (Job-Executor-36:job-43) VM state transitted from :Starting to Running
> >>>with
> >>> event: OperationSucceededvm's original host id: 6 new host id: 6 host
> >>>id
> >>> before state transition: 6
> >>> 2013-04-07 00:32:41,596 DEBUG [cloud.vm.VirtualMachineManagerImpl]
> >>> (Job-Executor-36:job-43) Start completed for VM
> >>> VM[User|94ddc16f-04fc-4da1-8326-01d8d5cdeb44]
> >>> 2013-04-07 00:32:41,601 DEBUG
> >>>[network.security.SecurityGroupManagerImpl]
> >>> (SecGrp-Worker-4:null) SecurityGroupManager v2: sending ruleset update
> >>>for
> >>> vm i-2-13-VM:ingress num rules=0:egress num rules=0 num cidrs=0
> >>> sig=d41d8cd98f00b204e9800998ecf8427e
> >>> 2013-04-07 00:32:41,605 DEBUG [agent.transport.Request]
> >>> (SecGrp-Worker-4:null) Seq 6-324993309: Sending  { Cmd , MgmtId: 1,
> >>>via: 6,
> >>> Ver: v1, Flags: 100111,
> >>>
> >>>[{"SecurityGroupRulesCmd":{"guestIp":"192.168.56.146","vmName":"i-2-13-
> V
> >>>M
> >>>","guestMac":"06:06:fe:00:00:44","signature":"d41d8cd98f00b204e9800998
> ec
> >>>f
> >>>8427e","seqNum":1,"vmId":13,"msId":1,"ingressRuleSet":[],"egressRuleSet"
> >>>:
> >>>[],"wait":0}}]
> >>> }
> >>> 2013-04-07 00:32:41,605 DEBUG [cloud.async.AsyncJobManagerImpl]
> >>> (Job-Executor-36:job-43) Complete async job-43, jobStatus: 1,
> >>>resultCode:
> >>> 0, result: org.apache.cloudstack.api.response.UserVmResponse@68779e71
> >>> 2013-04-07 00:32:41,605 DEBUG [agent.transport.Request]
> >>> (SecGrp-Worker-4:null) Seq 6-324993309: Executing:  { Cmd , MgmtId: 1,
> >>>via:
> >>> 6, Ver: v1, Flags: 100111,
> >>>
> >>>[{"SecurityGroupRulesCmd":{"guestIp":"192.168.56.146","vmName":"i-2-13-
> V
> >>>M
> >>>","guestMac":"06:06:fe:00:00:44","signature":"d41d8cd98f00b204e9800998
> ec
> >>>f
> >>>8427e","seqNum":1,"vmId":13,"msId":1,"ingressRuleSet":[],"egressRuleSet"
> >>>:
> >>>[],"wait":0}}]
> >>> }
> >>> 2013-04-07 00:32:41,606 DEBUG [agent.manager.DirectAgentAttache]
> >>> (DirectAgent-275:null) Seq 6-324993309: Executing request
> >>> 2013-04-07 00:32:41,611 DEBUG [cloud.async.AsyncJobManagerImpl]
> >>> (Job-Executor-36:job-43) Done executing
> >>> org.apache.cloudstack.api.command.user.vm.DeployVMCmd for job-43
> >>> 2013-04-07 00:32:41,866 INFO  [xen.resource.CitrixResourceBase]
> >>> (DirectAgent-275:null) Programmed network rules for vm i-2-13-VM
> >>> guestIp=192.168.56.146, ingress numrules=0, egress numrules=0
> >>> 2013-04-07 00:32:41,866 DEBUG [agent.manager.DirectAgentAttache]
> >>> (DirectAgent-275:null) Seq 6-324993309: Response Received:
> >>> 2013-04-07 00:32:41,866 DEBUG [agent.transport.Request]
> >>> (DirectAgent-275:null) Seq 6-324993309: Processing:  { Ans: , MgmtId:
> >>>1,
> >>> via: 6, Ver: v1, Flags: 110,
> >>>
> >>>[{"SecurityGroupRuleAnswer":{"logSequenceNumber":1,"vmId":13,"reason":
> "N
> >>>O
> >>>NE","result":true,"wait":0}}]
> >>> }
> >>> 2013-04-07 00:32:41,866 DEBUG [network.security.SecurityGroupListener]
> >>> (DirectAgent-275:null) Successfully programmed rule
> >>> com.cloud.agent.api.SecurityGroupRuleAnswer into host 6
> >>> 2013-04-07 00:32:41,868 DEBUG [network.security.SecurityGroupListener]
> >>> (DirectAgent-275:null) Successfully programmed rule
> >>> com.cloud.agent.api.SecurityGroupRuleAnswer into host 6
> >>> 2013-04-07 00:32:41,869 DEBUG [agent.manager.AgentAttache]
> >>> (DirectAgent-275:null) Seq 6-324993309: No more commands found
> >>> 2013-04-07 00:32:42,396 DEBUG [cloud.api.ApiServlet]
> >>> (1161145101@qtp-1008805148-33:null) ===START===  127.0.0.1 -- GET
> >>>
> >>>command=queryAsyncJobResult&jobId=00aeb7f7-459c-477e-a0a1-
> 5d9262bc583a&r
> >>>e
> >>>sponse=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316
> 362394
> >>> 2013-04-07 00:32:42,406 DEBUG [cloud.async.AsyncJobManagerImpl]
> >>> (1161145101@qtp-1008805148-33:null) Async job-43 completed
> >>> 2013-04-07 00:32:42,412 DEBUG [cloud.api.ApiServlet]
> >>> (1161145101@qtp-1008805148-33:null) ===END===  127.0.0.1 -- GET
> >>>
> >>>command=queryAsyncJobResult&jobId=00aeb7f7-459c-477e-a0a1-
> 5d9262bc583a&r
> >>>e
> >>>sponse=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316
> 362394
> >>> 2013-04-07 00:32:45,427 DEBUG [cloud.api.ApiServlet]
> >>> (1161145101@qtp-1008805148-33:null) ===START===  127.0.0.1 -- GET
> >>>
> >>>command=listVolumes&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnR
> Rfl8GoVA
> >>>%
> >>>3D&listAll=true&page=1&pagesize=20&_=1365316365425
> >>> 2013-04-07 00:32:45,442 DEBUG [cloud.api.ApiServlet]
> >>> (1161145101@qtp-1008805148-33:null) ===END===  127.0.0.1 -- GET
> >>>
> >>>command=listVolumes&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnR
> Rfl8GoVA
> >>>%
> >>>3D&listAll=true&page=1&pagesize=20&_=1365316365425
> >>> 2013-04-07 00:32:47,667 DEBUG [cloud.api.ApiServlet]
> >>> (1161145101@qtp-1008805148-33:null) ===START===  127.0.0.1 -- GET
> >>>
> >>>command=listVolumes&id=44d56727-6e5f-438a-8187-
> 42adfac7c906&response=jso
> >>>n
> >>>&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316367665
> >>> 2013-04-07 00:32:47,679 DEBUG [agent.manager.AgentManagerImpl]
> >>> (AgentManager-Handler-12:null) Ping from 3
> >>> 2013-04-07 00:32:47,684 DEBUG [cloud.api.ApiServlet]
> >>> (1161145101@qtp-1008805148-33:null) ===END===  127.0.0.1 -- GET
> >>>
> >>>command=listVolumes&id=44d56727-6e5f-438a-8187-
> 42adfac7c906&response=jso
> >>>n
> >>>&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316367665
> >>> 2013-04-07 00:32:47,698 DEBUG [cloud.api.ApiServlet]
> >>> (1161145101@qtp-1008805148-33:null) ===START===  127.0.0.1 -- GET
> >>>
> >>>command=listTags&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8
> GoVA%3D
> >>>&
> >>>resourceId=44d56727-6e5f-438a-8187-
> 42adfac7c906&resourceType=Volume&list
> >>>A
> >>>ll=true&_=1365316367696
> >>> 2013-04-07 00:32:47,708 DEBUG [cloud.api.ApiServlet]
> >>> (1161145101@qtp-1008805148-33:null) ===END===  127.0.0.1 -- GET
> >>>
> >>>command=listTags&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8
> GoVA%3D
> >>>&
> >>>resourceId=44d56727-6e5f-438a-8187-
> 42adfac7c906&resourceType=Volume&list
> >>>A
> >>>ll=true&_=1365316367696
> >>> 2013-04-07 00:32:50,453 DEBUG
> >>> [storage.secondary.SecondaryStorageManagerImpl] (secstorage-1:null)
> >>>Zone 1
> >>> is ready to launch secondary storage VM
> >>> 2013-04-07 00:32:50,556 DEBUG
> >>>[cloud.consoleproxy.ConsoleProxyManagerImpl]
> >>> (consoleproxy-1:null) Zone 1 is ready to launch console proxy
> >>> 2013-04-07 00:32:50,815 DEBUG
> >>> [network.router.VirtualNetworkApplianceManagerImpl]
> >>>(RouterMonitor-1:null)
> >>> Found 0 running routers.
> >>> 2013-04-07 00:32:50,820 DEBUG
> >>> [network.router.VirtualNetworkApplianceManagerImpl]
> >>> (RouterStatusMonitor-1:null) Found 0 routers to update status.
> >>> 2013-04-07 00:32:50,821 DEBUG
> >>> [network.router.VirtualNetworkApplianceManagerImpl]
> >>> (RouterStatusMonitor-1:null) Found 0 networks to update RvR status.
> >>> 2013-04-07 00:32:50,851 DEBUG
> >>> [network.router.VirtualNetworkApplianceManagerImpl]
> >>>(RouterMonitor-1:null)
> >>> Found 0 running routers.
> >>> 2013-04-07 00:32:50,851 DEBUG
> >>> [network.router.VirtualNetworkApplianceManagerImpl]
> >>> (RouterStatusMonitor-1:null) Found 0 routers to update status.
> >>> 2013-04-07 00:32:50,852 DEBUG
> >>> [network.router.VirtualNetworkApplianceManagerImpl]
> >>> (RouterStatusMonitor-1:null) Found 0 networks to update RvR status.
> >>> 2013-04-07 00:32:50,908 DEBUG
> >>> [cloud.network.ExternalLoadBalancerUsageManagerImpl]
> >>> (ExternalNetworkMonitor-1:null) External devices stats collector is
> >>> running...
> >>> 2013-04-07 00:32:50,919 DEBUG
> [storage.snapshot.SnapshotSchedulerImpl]
> >>> (SnapshotPollTask:null) Snapshot scheduler.poll is being called at
> >>> 2013-04-07 06:32:50 GMT
> >>> 2013-04-07 00:32:50,920 DEBUG
> [storage.snapshot.SnapshotSchedulerImpl]
> >>> (SnapshotPollTask:null) Got 0 snapshots to be executed at 2013-04-07
> >>> 06:32:50 GMT
> >>> 2013-04-07 00:32:51,462 INFO  [agent.manager.AgentMonitor]
> >>> (Thread-11:null) Found the following agents behind on ping: [6, 5]
> >>> 2013-04-07 00:32:51,464 DEBUG [cloud.host.Status] (Thread-11:null) Ping
> >>> timeout for host 6, do invstigation
> >>> 2013-04-07 00:32:51,465 DEBUG [cloud.host.Status] (Thread-11:null) Ping
> >>> timeout for host 5, do invstigation
> >>> 2013-04-07 00:32:51,465 INFO  [agent.manager.AgentManagerImpl]
> >>> (AgentTaskPool-15:null) Investigating why host 6 has disconnected with
> >>> event PingTimeout
> >>> 2013-04-07 00:32:51,465 DEBUG [agent.manager.AgentManagerImpl]
> >>> (AgentTaskPool-15:null) checking if agent (6) is alive
> >>> 2013-04-07 00:32:51,467 INFO  [agent.manager.AgentManagerImpl]
> >>> (AgentTaskPool-1:null) Investigating why host 5 has disconnected with
> >>>event
> >>> PingTimeout
> >>> 2013-04-07 00:32:51,467 DEBUG [agent.manager.AgentManagerImpl]
> >>> (AgentTaskPool-1:null) checking if agent (5) is alive
> >>> 2013-04-07 00:32:51,469 DEBUG [agent.transport.Request]
> >>> (AgentTaskPool-15:null) Seq 6-324993310: Sending  { Cmd , MgmtId: 1,
> >>>via:
> >>> 6, Ver: v1, Flags: 100011, [{"CheckHealthCommand":{"wait":50}}] }
> >>> 2013-04-07 00:32:51,469 DEBUG [agent.transport.Request]
> >>> (AgentTaskPool-15:null) Seq 6-324993310: Executing:  { Cmd , MgmtId: 1,
> >>> via: 6, Ver: v1, Flags: 100011, [{"CheckHealthCommand":{"wait":50}}] }
> >>> 2013-04-07 00:32:51,469 DEBUG [agent.manager.DirectAgentAttache]
> >>> (DirectAgent-335:null) Seq 6-324993310: Executing request
> >>> 2013-04-07 00:32:51,473 DEBUG [agent.transport.Request]
> >>> (AgentTaskPool-1:null) Seq 5-614334814: Sending  { Cmd , MgmtId: 1,
> >>>via: 5,
> >>> Ver: v1, Flags: 100011, [{"CheckHealthCommand":{"wait":50}}] }
> >>> 2013-04-07 00:32:51,473 DEBUG [agent.transport.Request]
> >>> (AgentTaskPool-1:null) Seq 5-614334814: Executing:  { Cmd , MgmtId: 1,
> >>>via:
> >>> 5, Ver: v1, Flags: 100011, [{"CheckHealthCommand":{"wait":50}}] }
> >>> 2013-04-07 00:32:51,473 DEBUG [agent.manager.DirectAgentAttache]
> >>> (DirectAgent-30:null) Seq 5-614334814: Executing request
> >>> 2013-04-07 00:32:51,536 DEBUG [agent.manager.DirectAgentAttache]
> >>> (DirectAgent-335:null) Seq 6-324993310: Response Received:
> >>> 2013-04-07 00:32:51,536 DEBUG [agent.manager.DirectAgentAttache]
> >>> (DirectAgent-30:null) Seq 5-614334814: Response Received:
> >>> 2013-04-07 00:32:51,536 DEBUG [agent.transport.Request]
> >>> (DirectAgent-30:null) Seq 5-614334814: Processing:  { Ans: , MgmtId: 1,
> >>> via: 5, Ver: v1, Flags: 10,
> >>> [{"CheckHealthAnswer":{"result":true,"details":"resource is
> >>> alive","wait":0}}] }
> >>> 2013-04-07 00:32:51,536 DEBUG [agent.transport.Request]
> >>> (DirectAgent-335:null) Seq 6-324993310: Processing:  { Ans: , MgmtId:
> >>>1,
> >>> via: 6, Ver: v1, Flags: 10,
> >>> [{"CheckHealthAnswer":{"result":true,"details":"resource is
> >>> alive","wait":0}}] }
> >>> 2013-04-07 00:32:51,536 DEBUG [agent.transport.Request]
> >>> (AgentTaskPool-1:null) Seq 5-614334814: Received:  { Ans: , MgmtId: 1,
> >>>via:
> >>> 5, Ver: v1, Flags: 10, { CheckHealthAnswer } }
> >>> 2013-04-07 00:32:51,536 DEBUG [agent.transport.Request]
> >>> (AgentTaskPool-15:null) Seq 6-324993310: Received:  { Ans: , MgmtId: 1,
> >>> via: 6, Ver: v1, Flags: 10, { CheckHealthAnswer } }
> >>> 2013-04-07 00:32:51,536 DEBUG [agent.manager.AgentManagerImpl]
> >>> (AgentTaskPool-1:null) Details from executing class
> >>> com.cloud.agent.api.CheckHealthCommand: resource is alive
> >>> 2013-04-07 00:32:51,536 DEBUG [agent.manager.AgentManagerImpl]
> >>> (AgentTaskPool-1:null) agent (5) responded to checkHeathCommand,
> >>>reporting
> >>> that agent is Up
> >>> 2013-04-07 00:32:51,536 DEBUG [agent.manager.AgentManagerImpl]
> >>> (AgentTaskPool-15:null) Details from executing class
> >>> com.cloud.agent.api.CheckHealthCommand: resource is alive
> >>> 2013-04-07 00:32:51,536 INFO  [agent.manager.AgentManagerImpl]
> >>> (AgentTaskPool-1:null) The state determined is Up
> >>> 2013-04-07 00:32:51,536 INFO  [agent.manager.AgentManagerImpl]
> >>> (AgentTaskPool-1:null) Agent is determined to be up and running
> >>> 2013-04-07 00:32:51,536 DEBUG [agent.manager.AgentManagerImpl]
> >>> (AgentTaskPool-15:null) agent (6) responded to checkHeathCommand,
> >>>reporting
> >>> that agent is Up
> >>> 2013-04-07 00:32:51,536 DEBUG [cloud.host.Status]
> >>>(AgentTaskPool-1:null)
> >>> Transition:[Resource state = Enabled, Agent event = Ping, Host id = 5,
> >>>name
> >>> = Tut-XenServer2]
> >>> 2013-04-07 00:32:51,536 INFO  [agent.manager.AgentManagerImpl]
> >>> (AgentTaskPool-15:null) The state determined is Up
> >>> 2013-04-07 00:32:51,537 INFO  [agent.manager.AgentManagerImpl]
> >>> (AgentTaskPool-15:null) Agent is determined to be up and running
> >>> 2013-04-07 00:32:51,540 DEBUG [cloud.host.Status]
> >>>(AgentTaskPool-1:null)
> >>> Agent status update: [id = 5; name = Tut-XenServer2; old status = Up;
> >>>event
> >>> = Ping; new status = Up; old update count = 146; new update count =
> >>>147]
> >>> 2013-04-07 00:32:51,540 DEBUG [cloud.host.Status]
> >>>(AgentTaskPool-15:null)
> >>> Transition:[Resource state = Enabled, Agent event = Ping, Host id = 6,
> >>>name
> >>> = Tut-XenServer]
> >>> 2013-04-07 00:32:51,542 DEBUG [cloud.host.Status]
> >>>(AgentTaskPool-15:null)
> >>> Agent status update: [id = 6; name = Tut-XenServer; old status = Up;
> >>>event
> >>> = Ping; new status = Up; old update count = 309; new update count =
> >>>310]
> >>> 2013-04-07 00:33:04,820 DEBUG [agent.manager.DirectAgentAttache]
> >>> (DirectAgent-422:null) Ping from 6
> >>> 2013-04-07 00:33:06,176 DEBUG [agent.manager.DirectAgentAttache]
> >>> (DirectAgent-135:null) Ping from 5
> >>> 2013-04-07 00:33:06,909 DEBUG [agent.manager.DirectAgentAttache]
> >>> (DirectAgent-152:null) Seq 6-324993028: Executing request
> >>> 2013-04-07 00:33:07,151 DEBUG [agent.manager.DirectAgentAttache]
> >>> (DirectAgent-152:null) Seq 6-324993028: Response Received:
> >>> 2013-04-07 00:33:07,151 DEBUG [agent.transport.Request]
> >>> (DirectAgent-152:null) Seq 6-324993028: Processing:  { Ans: , MgmtId:
> >>>1,
> >>> via: 6, Ver: v1, Flags: 10,
> >>>
> >>>[{"ClusterSyncAnswer":{"_clusterId":2,"_newStates":{},"_isExecuted":fals
> >>>e
> >>>,"result":true,"wait":0}}]
> >>> }
> >>> 2013-04-07 00:33:11,022 DEBUG [agent.manager.DirectAgentAttache]
> >>> (DirectAgent-50:null) Seq 5-614334468: Executing request
> >>> 2013-04-07 00:33:11,169 DEBUG [agent.manager.DirectAgentAttache]
> >>> (DirectAgent-50:null) Seq 5-614334468: Response Received:
> >>> 2013-04-07 00:33:11,169 DEBUG [agent.transport.Request]
> >>> (DirectAgent-50:null) Seq 5-614334468: Processing:  { Ans: , MgmtId: 1,
> >>> via: 5, Ver: v1, Flags: 10, [{"Answer":{"result":true,"wait":0}}] }
> >>> 2013-04-07 00:33:20,451 DEBUG
> >>> [storage.secondary.SecondaryStorageManagerImpl] (secstorage-1:null)
> >>>Zone 1
> >>> is ready to launch secondary storage VM
> >>> 2013-04-07 00:33:20,553 DEBUG
> >>>[cloud.consoleproxy.ConsoleProxyManagerImpl]
> >>> (consoleproxy-1:null) Zone 1 is ready to launch console proxy
> >>> 2013-04-07 00:33:20,819 DEBUG
> >>> [network.router.VirtualNetworkApplianceManagerImpl]
> >>> (RouterStatusMonitor-1:null) Found 0 routers to update status.
> >>> 2013-04-07 00:33:20,820 DEBUG
> >>> [network.router.VirtualNetworkApplianceManagerImpl]
> >>> (RouterStatusMonitor-1:null) Found 0 networks to update RvR status.
> >>> 2013-04-07 00:33:20,851 DEBUG
> >>> [network.router.VirtualNetworkApplianceManagerImpl]
> >>> (RouterStatusMonitor-1:null) Found 0 routers to update status.
> >>> 2013-04-07 00:33:20,852 DEBUG
> >>> [network.router.VirtualNetworkApplianceManagerImpl]
> >>> (RouterStatusMonitor-1:null) Found 0 networks to update RvR status.
> >>> 2013-04-07 00:33:20,921 DEBUG [cloud.alert.AlertManagerImpl]
> >>> (CapacityChecker:null) Running Capacity Checker ...
> >>> 2013-04-07 00:33:20,921 DEBUG [cloud.alert.AlertManagerImpl]
> >>> (CapacityChecker:null) recalculating system capacity
> >>> 2013-04-07 00:33:20,921 DEBUG [cloud.alert.AlertManagerImpl]
> >>> (CapacityChecker:null) Executing cpu/ram capacity update
> >>> 2013-04-07 00:33:20,929 DEBUG [cloud.capacity.CapacityManagerImpl]
> >>> (CapacityChecker:null) Found 2 VMs on host 1
> >>> 2013-04-07 00:33:20,931 DEBUG [cloud.capacity.CapacityManagerImpl]
> >>> (CapacityChecker:null) Found 0 VM, not running on host 1
> >>> 2013-04-07 00:33:20,933 DEBUG [cloud.capacity.CapacityManagerImpl]
> >>> (CapacityChecker:null) No need to calibrate cpu capacity, host:1
> >>>usedCpu:
> >>> 200 reservedCpu: 0
> >>> 2013-04-07 00:33:20,933 DEBUG [cloud.capacity.CapacityManagerImpl]
> >>> (CapacityChecker:null) No need to calibrate memory capacity, host:1
> >>> usedMem: 209715200 reservedMem: 0
> >>> 2013-04-07 00:33:20,939 DEBUG [cloud.capacity.CapacityManagerImpl]
> >>> (CapacityChecker:null) Found 1 VMs on host 5
> >>> 2013-04-07 00:33:20,940 DEBUG [cloud.capacity.CapacityManagerImpl]
> >>> (CapacityChecker:null) Found 0 VM, not running on host 5
> >>> 2013-04-07 00:33:20,942 DEBUG [cloud.capacity.CapacityManagerImpl]
> >>> (CapacityChecker:null) No need to calibrate cpu capacity, host:5
> >>>usedCpu:
> >>> 100 reservedCpu: 0
> >>> 2013-04-07 00:33:20,942 DEBUG [cloud.capacity.CapacityManagerImpl]
> >>> (CapacityChecker:null) No need to calibrate memory capacity, host:5
> >>> usedMem: 1073741824 reservedMem: 0
> >>> 2013-04-07 00:33:20,948 DEBUG [cloud.capacity.CapacityManagerImpl]
> >>> (CapacityChecker:null) Found 2 VMs on host 6
> >>> 2013-04-07 00:33:20,949 DEBUG [cloud.capacity.CapacityManagerImpl]
> >>> (CapacityChecker:null) Found 0 VM, not running on host 6
> >>> 2013-04-07 00:33:20,951 DEBUG [cloud.capacity.CapacityManagerImpl]
> >>> (CapacityChecker:null) No need to calibrate cpu capacity, host:6
> >>>usedCpu:
> >>> 200 reservedCpu: 0
> >>> 2013-04-07 00:33:20,951 DEBUG [cloud.capacity.CapacityManagerImpl]
> >>> (CapacityChecker:null) No need to calibrate memory capacity, host:6
> >>> usedMem: 1178599424 reservedMem: 0
> >>> 2013-04-07 00:33:20,951 DEBUG [cloud.alert.AlertManagerImpl]
> >>> (CapacityChecker:null) Done executing cpu/ram capacity update
> >>> 2013-04-07 00:33:20,951 DEBUG [cloud.alert.AlertManagerImpl]
> >>> (CapacityChecker:null) Executing storage capacity update
> >>> 2013-04-07 00:33:20,956 DEBUG [cloud.storage.StorageManagerImpl]
> >>> (CapacityChecker:null) Successfully set Capacity - 31004332032 for
> >>>capacity
> >>> type - 9 , DataCenterId - 1, HostOrPoolId - 200, PodId 1
> >>> 2013-04-07 00:33:20,959 DEBUG [cloud.storage.StorageManagerImpl]
> >>> (CapacityChecker:null) Successfully set Capacity - 97221701632 for
> >>>capacity
> >>> type - 9 , DataCenterId - 1, HostOrPoolId - 201, PodId 1
> >>> 2013-04-07 00:33:20,963 DEBUG [cloud.storage.StorageManagerImpl]
> >>> (CapacityChecker:null) Successfully set Capacity - 97221701632 for
> >>>capacity
> >>> type - 9 , DataCenterId - 1, HostOrPoolId - 202, PodId 1
> >>> 2013-04-07 00:33:20,967 DEBUG [cloud.storage.StorageManagerImpl]
> >>> (CapacityChecker:null) Successfully set Capacity - 2084569088 for
> >>>capacity
> >>> type - 3 , DataCenterId - 1, HostOrPoolId - 256, PodId 1
> >>> 2013-04-07 00:33:20,971 DEBUG [cloud.storage.StorageManagerImpl]
> >>> (CapacityChecker:null) Successfully set Capacity - 2084569088 for
> >>>capacity
> >>> type - 3 , DataCenterId - 1, HostOrPoolId - 257, PodId 1
> >>> 2013-04-07 00:33:20,975 DEBUG [cloud.storage.StorageManagerImpl]
> >>> (CapacityChecker:null) Successfully set Capacity - 2084569088 for
> >>>capacity
> >>> type - 3 , DataCenterId - 1, HostOrPoolId - 262, PodId 1
> >>> 2013-04-07 00:33:20,975 DEBUG [cloud.alert.AlertManagerImpl]
> >>> (CapacityChecker:null) Done executing storage capacity update
> >>> 2013-04-07 00:33:20,975 DEBUG [cloud.alert.AlertManagerImpl]
> >>> (CapacityChecker:null) Executing capacity updates for public ip and
> >>>Vlans
> >>> 2013-04-07 00:33:20,983 DEBUG [cloud.alert.AlertManagerImpl]
> >>> (CapacityChecker:null) Done capacity updates for public ip and Vlans
> >>> 2013-04-07 00:33:20,983 DEBUG [cloud.alert.AlertManagerImpl]
> >>> (CapacityChecker:null) Executing capacity updates for private ip
> >>> 2013-04-07 00:33:20,990 DEBUG [cloud.alert.AlertManagerImpl]
> >>> (CapacityChecker:null) Done executing capacity updates for private ip
> >>> 2013-04-07 00:33:20,990 DEBUG [cloud.alert.AlertManagerImpl]
> >>> (CapacityChecker:null) Done recalculating system capacity
> >>> 2013-04-07 00:33:21,012 DEBUG [cloud.alert.AlertManagerImpl]
> >>> (CapacityChecker:null) Done running Capacity Checker ...
> >>> 2013-04-07 00:33:24,891 DEBUG [agent.manager.AgentManagerImpl]
> >>> (AgentManager-Handler-13:null) Ping from 4
> >>> 2013-04-07 00:33:27,159 DEBUG [agent.manager.DirectAgentAttache]
> >>> (DirectAgent-459:null) Ping from 1
> >>> 2013-04-07 00:33:29,095 DEBUG [agent.manager.DirectAgentAttache]
> >>> (DirectAgent-457:null) Seq 1-90046472: Executing request
> >>> 2013-04-07 00:33:29,329 DEBUG [agent.manager.DirectAgentAttache]
> >>> (DirectAgent-457:null) Seq 1-90046472: Response Received:
> >>> 2013-04-07 00:33:29,330 DEBUG [agent.transport.Request]
> >>> (DirectAgent-457:null) Seq 1-90046472: Processing:  { Ans: , MgmtId: 1,
> >>> via: 1, Ver: v1, Flags: 10,
> >>>
> >>>[{"ClusterSyncAnswer":{"_clusterId":1,"_newStates":{},"_isExecuted":fals
> >>>e
> >>>,"result":true,"wait":0}}]
> >>> }
> >>> 2013-04-07 00:33:33,192 DEBUG [cloud.api.ApiServlet]
> >>> (1161145101@qtp-1008805148-33:null) ===START===  127.0.0.1 -- GET
> >>>
> >>>command=listVirtualMachines&response=json&sessionkey=Z6QqzU0Fq1iT13
> bMgnR
> >>>R
> >>>fl8GoVA%3D&listAll=true&page=1&pagesize=20&_=1365316413189
> >>> 2013-04-07 00:33:33,210 DEBUG [cloud.api.ApiServlet]
> >>> (1161145101@qtp-1008805148-33:null) ===END===  127.0.0.1 -- GET
> >>>
> >>>command=listVirtualMachines&response=json&sessionkey=Z6QqzU0Fq1iT13
> bMgnR
> >>>R
> >>>fl8GoVA%3D&listAll=true&page=1&pagesize=20&_=1365316413189
> >>> 2013-04-07 00:33:35,033 DEBUG [cloud.api.ApiServlet]
> >>> (1161145101@qtp-1008805148-33:null) ===START===  127.0.0.1 -- GET
> >>>
> >>>command=listZones&available=true&response=json&sessionkey=Z6QqzU0Fq
> 1iT13
> >>>b
> >>>MgnRRfl8GoVA%3D&_=1365316415031
> >>> 2013-04-07 00:33:35,040 DEBUG [cloud.api.ApiServlet]
> >>> (1161145101@qtp-1008805148-33:null) ===END===  127.0.0.1 -- GET
> >>>
> >>>command=listZones&available=true&response=json&sessionkey=Z6QqzU0Fq
> 1iT13
> >>>b
> >>>MgnRRfl8GoVA%3D&_=1365316415031
> >>> 2013-04-07 00:33:36,745 DEBUG [cloud.api.ApiServlet]
> >>> (1161145101@qtp-1008805148-33:null) ===START===  127.0.0.1 -- GET
> >>>
> >>>command=listHypervisors&zoneid=3a62dec3-cf95-4ba2-9af0-
> af2190af35e3&resp
> >>>o
> >>>nse=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316416
> 743
> >>> 2013-04-07 00:33:36,753 DEBUG [cloud.api.ApiServlet]
> >>> (1161145101@qtp-1008805148-33:null) ===END===  127.0.0.1 -- GET
> >>>
> >>>command=listHypervisors&zoneid=3a62dec3-cf95-4ba2-9af0-
> af2190af35e3&resp
> >>>o
> >>>nse=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316416
> 743
> >>> 2013-04-07 00:33:36,756 DEBUG [cloud.api.ApiServlet]
> >>> (1161145101@qtp-1008805148-33:null) ===START===  127.0.0.1 -- GET
> >>>
> >>>command=listTemplates&templatefilter=featured&zoneid=3a62dec3-cf95-
> 4ba2-
> >>>9
> >>>af0-
> af2190af35e3&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3
> D
> >>>&
> >>>_=1365316416754
> >>> 2013-04-07 00:33:36,781 DEBUG [cloud.api.ApiServlet]
> >>> (1161145101@qtp-1008805148-33:null) ===END===  127.0.0.1 -- GET
> >>>
> >>>command=listTemplates&templatefilter=featured&zoneid=3a62dec3-cf95-
> 4ba2-
> >>>9
> >>>af0-
> af2190af35e3&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3
> D
> >>>&
> >>>_=1365316416754
> >>> 2013-04-07 00:33:36,784 DEBUG [cloud.api.ApiServlet]
> >>> (1161145101@qtp-1008805148-33:null) ===START===  127.0.0.1 -- GET
> >>>
> >>>command=listTemplates&templatefilter=community&zoneid=3a62dec3-
> cf95-4ba2
> >>>-
> >>>9af0-
> af2190af35e3&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3
> >>>D
> >>>&_=1365316416782
> >>> 2013-04-07 00:33:36,812 DEBUG [cloud.api.ApiServlet]
> >>> (1161145101@qtp-1008805148-33:null) ===END===  127.0.0.1 -- GET
> >>>
> >>>command=listTemplates&templatefilter=community&zoneid=3a62dec3-
> cf95-4ba2
> >>>-
> >>>9af0-
> af2190af35e3&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3
> >>>D
> >>>&_=1365316416782
> >>> 2013-04-07 00:33:36,815 DEBUG [cloud.api.ApiServlet]
> >>> (1161145101@qtp-1008805148-33:null) ===START===  127.0.0.1 -- GET
> >>>
> >>>command=listTemplates&templatefilter=selfexecutable&zoneid=3a62dec3-
> cf95
> >>>-
> >>>4ba2-9af0-
> af2190af35e3&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8G
> >>>o
> >>>VA%3D&_=1365316416813
> >>> 2013-04-07 00:33:36,829 DEBUG [cloud.api.ApiServlet]
> >>> (1161145101@qtp-1008805148-33:null) ===END===  127.0.0.1 -- GET
> >>>
> >>>command=listTemplates&templatefilter=selfexecutable&zoneid=3a62dec3-
> cf95
> >>>-
> >>>4ba2-9af0-
> af2190af35e3&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8G
> >>>o
> >>>VA%3D&_=1365316416813
> >>> 2013-04-07 00:33:37,503 DEBUG [cloud.api.ApiServlet]
> >>> (1161145101@qtp-1008805148-33:null) ===START===  127.0.0.1 -- GET
> >>>
> >>>command=listServiceOfferings&issystem=false&response=json&sessionkey=
> Z6Q
> >>>q
> >>>zU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316417501
> >>> 2013-04-07 00:33:37,514 DEBUG [cloud.api.ApiServlet]
> >>> (1161145101@qtp-1008805148-33:null) ===END===  127.0.0.1 -- GET
> >>>
> >>>command=listServiceOfferings&issystem=false&response=json&sessionkey=
> Z6Q
> >>>q
> >>>zU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316417501
> >>> 2013-04-07 00:33:41,151 DEBUG [cloud.api.ApiServlet]
> >>> (1161145101@qtp-1008805148-33:null) ===START===  127.0.0.1 -- GET
> >>>
> >>>command=listDiskOfferings&response=json&sessionkey=Z6QqzU0Fq1iT13b
> MgnRRf
> >>>l
> >>>8GoVA%3D&_=1365316421149
> >>> 2013-04-07 00:33:41,162 DEBUG [cloud.api.ApiServlet]
> >>> (1161145101@qtp-1008805148-33:null) ===END===  127.0.0.1 -- GET
> >>>
> >>>command=listDiskOfferings&response=json&sessionkey=Z6QqzU0Fq1iT13b
> MgnRRf
> >>>l
> >>>8GoVA%3D&_=1365316421149
> >>> 2013-04-07 00:33:41,970 DEBUG [cloud.api.ApiServlet]
> >>> (1161145101@qtp-1008805148-33:null) ===START===  127.0.0.1 -- GET
> >>>
> >>>command=listNetworks&trafficType=Guest&zoneId=3a62dec3-cf95-4ba2-
> 9af0-af
> >>>2
> >>>190af35e3&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3
> D&_=1365
> >>>3
> >>>16421968
> >>> 2013-04-07 00:33:41,994 DEBUG [cloud.api.ApiServlet]
> >>> (1161145101@qtp-1008805148-33:null) ===END===  127.0.0.1 -- GET
> >>>
> >>>command=listNetworks&trafficType=Guest&zoneId=3a62dec3-cf95-4ba2-
> 9af0-af
> >>>2
> >>>190af35e3&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3
> D&_=1365
> >>>3
> >>>16421968
> >>> 2013-04-07 00:33:41,997 DEBUG [cloud.api.ApiServlet]
> >>> (1161145101@qtp-1008805148-33:null) ===START===  127.0.0.1 -- GET
> >>>
> >>>command=listSecurityGroups&response=json&sessionkey=Z6QqzU0Fq1iT13b
> MgnRR
> >>>f
> >>>l8GoVA%3D&domainid=e4ec5ddc-9e1c-11e2-a770-
> 6e70e42a2333&account=admin&_=
> >>>1
> >>>365316421995
> >>> 2013-04-07 00:33:42,003 DEBUG [cloud.user.AccountManagerImpl]
> >>> (1161145101@qtp-1008805148-33:null) Access granted to Acct[2-admin] to
> >>> Domain:1/ by DomainChecker
> >>> 2013-04-07 00:33:42,009 DEBUG [cloud.api.ApiServlet]
> >>> (1161145101@qtp-1008805148-33:null) ===END===  127.0.0.1 -- GET
> >>>
> >>>command=listSecurityGroups&response=json&sessionkey=Z6QqzU0Fq1iT13b
> MgnRR
> >>>f
> >>>l8GoVA%3D&domainid=e4ec5ddc-9e1c-11e2-a770-
> 6e70e42a2333&account=admin&_=
> >>>1
> >>>365316421995
> >>> 2013-04-07 00:33:44,477 DEBUG [cloud.api.ApiServlet]
> >>> (1161145101@qtp-1008805148-33:null) ===START===  127.0.0.1 -- GET
> >>>
> >>>command=deployVirtualMachine&zoneId=3a62dec3-cf95-4ba2-9af0-
> af2190af35e3
> >>>&
> >>>templateId=e4a7df4a-9e1c-11e2-a770-
> 6e70e42a2333&hypervisor=XenServer&ser
> >>>v
> >>>iceOfferingId=9c1e08a2-2dfe-4fa8-aea9-
> 3e4955a69cc2&response=json&session
> >>>k
> >>>ey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316424475
> >>> 2013-04-07 00:33:44,484 DEBUG [cloud.api.ApiDispatcher]
> >>> (1161145101@qtp-1008805148-33:null) InfrastructureEntity name
> >>> is:com.cloud.offering.ServiceOffering
> >>> 2013-04-07 00:33:44,486 DEBUG [cloud.api.ApiDispatcher]
> >>> (1161145101@qtp-1008805148-33:null) ControlledEntity name
> >>> is:com.cloud.template.VirtualMachineTemplate
> >>> 2013-04-07 00:33:44,510 DEBUG [cloud.vm.UserVmManagerImpl]
> >>> (1161145101@qtp-1008805148-33:null) Allocating in the DB for vm
> >>> 2013-04-07 00:33:44,523 DEBUG [cloud.vm.VirtualMachineManagerImpl]
> >>> (1161145101@qtp-1008805148-33:null) Allocating entries for VM:
> >>> VM[User|a30b991d-1c38-4bae-803f-ab3be57a384f]
> >>> 2013-04-07 00:33:44,523 DEBUG [cloud.vm.VirtualMachineManagerImpl]
> >>> (1161145101@qtp-1008805148-33:null) Allocating nics for
> >>> VM[User|a30b991d-1c38-4bae-803f-ab3be57a384f]
> >>> 2013-04-07 00:33:44,524 DEBUG [cloud.network.NetworkManagerImpl]
> >>> (1161145101@qtp-1008805148-33:null) Allocating nic for vm
> >>> VM[User|a30b991d-1c38-4bae-803f-ab3be57a384f] in network
> >>>Ntwk[204|Guest|6]
> >>> with requested profile NicProfile[0-0-null-null-null
> >>> 2013-04-07 00:33:44,531 DEBUG [cloud.vm.VirtualMachineManagerImpl]
> >>> (1161145101@qtp-1008805148-33:null) Allocaing disks for
> >>> VM[User|a30b991d-1c38-4bae-803f-ab3be57a384f]
> >>> 2013-04-07 00:33:44,538 DEBUG [cloud.vm.VirtualMachineManagerImpl]
> >>> (1161145101@qtp-1008805148-33:null) Allocation completed for VM:
> >>> VM[User|a30b991d-1c38-4bae-803f-ab3be57a384f]
> >>> 2013-04-07 00:33:44,538 DEBUG [cloud.vm.UserVmManagerImpl]
> >>> (1161145101@qtp-1008805148-33:null) Successfully allocated DB entry for
> >>> VM[User|a30b991d-1c38-4bae-803f-ab3be57a384f]
> >>> 2013-04-07 00:33:44,571 DEBUG [cloud.async.AsyncJobManagerImpl]
> >>> (1161145101@qtp-1008805148-33:null) submit async job-44, details:
> >>> AsyncJobVO {id:44, userId: 2, accountId: 2, sessionKey: null,
> >>>instanceType:
> >>> null, instanceId: 14, cmd:
> >>> org.apache.cloudstack.api.command.user.vm.DeployVMCmd,
> cmdOriginator:
> >>>null,
> >>> cmdInfo:
> >>>
> >>>{"id":"14","templateId":"e4a7df4a-9e1c-11e2-a770-
> 6e70e42a2333","response
> >>>"
> >>>:"json","sessionkey":"Z6QqzU0Fq1iT13bMgnRRfl8GoVA\u003d","ctxUserId":
> "2"
> >>>,
> >>>"hypervisor":"XenServer","serviceOfferingId":"9c1e08a2-2dfe-4fa8-aea9-3e
> >>>4
> >>>955a69cc2","_":"1365316424475","ctxAccountId":"2","ctxStartEventId":"49"
> >>>,
> >>>"zoneId":"3a62dec3-cf95-4ba2-9af0-af2190af35e3"},
> >>> cmdVersion: 0, callbackType: 0, callbackAddress: null, status: 0,
> >>> processStatus: 0, resultCode: 0, result: null, initMsid: 1,
> >>>completeMsid:
> >>> null, lastUpdated: null, lastPolled: null, created: null}
> >>> 2013-04-07 00:33:44,572 DEBUG [cloud.async.AsyncJobManagerImpl]
> >>> (Job-Executor-37:job-44) Executing
> >>> org.apache.cloudstack.api.command.user.vm.DeployVMCmd for job-44
> >>> 2013-04-07 00:33:44,573 DEBUG [cloud.api.ApiServlet]
> >>> (1161145101@qtp-1008805148-33:null) ===END===  127.0.0.1 -- GET
> >>>
> >>>command=deployVirtualMachine&zoneId=3a62dec3-cf95-4ba2-9af0-
> af2190af35e3
> >>>&
> >>>templateId=e4a7df4a-9e1c-11e2-a770-
> 6e70e42a2333&hypervisor=XenServer&ser
> >>>v
> >>>iceOfferingId=9c1e08a2-2dfe-4fa8-aea9-
> 3e4955a69cc2&response=json&session
> >>>k
> >>>ey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316424475
> >>> 2013-04-07 00:33:44,578 DEBUG [cloud.api.ApiDispatcher]
> >>> (Job-Executor-37:job-44) InfrastructureEntity name
> >>> is:com.cloud.offering.ServiceOffering
> >>> 2013-04-07 00:33:44,581 DEBUG [cloud.api.ApiDispatcher]
> >>> (Job-Executor-37:job-44) ControlledEntity name
> >>> is:com.cloud.template.VirtualMachineTemplate
> >>> 2013-04-07 00:33:44,624 DEBUG [cloud.deploy.FirstFitPlanner]
> >>> (Job-Executor-37:job-44) DeploymentPlanner allocation algorithm: random
> >>> 2013-04-07 00:33:44,624 DEBUG [cloud.deploy.FirstFitPlanner]
> >>> (Job-Executor-37:job-44) Trying to allocate a host and storage pools
> >>>from
> >>> dc:1, pod:null,cluster:null, requested cpu: 100, requested ram:
> >>>1073741824
> >>> 2013-04-07 00:33:44,624 DEBUG [cloud.deploy.FirstFitPlanner]
> >>> (Job-Executor-37:job-44) Is ROOT volume READY (pool already
> >>>allocated)?: No
> >>> 2013-04-07 00:33:44,624 DEBUG [cloud.deploy.FirstFitPlanner]
> >>> (Job-Executor-37:job-44) Searching all possible resources under this
> >>>Zone: 1
> >>> 2013-04-07 00:33:44,625 DEBUG [cloud.deploy.FirstFitPlanner]
> >>> (Job-Executor-37:job-44) Listing clusters in order of aggregate
> >>>capacity,
> >>> that have (atleast one host with) enough CPU and RAM capacity under
> >>>this
> >>> Zone: 1
> >>> 2013-04-07 00:33:44,626 DEBUG [cloud.deploy.FirstFitPlanner]
> >>> (Job-Executor-37:job-44) CPUOverprovisioningFactor considered: 1.0
> >>> 2013-04-07 00:33:44,638 DEBUG [cloud.deploy.FirstFitPlanner]
> >>> (Job-Executor-37:job-44) Cannot allocate cluster list [1, 2] for vm
> >>> creation since their allocated percentage crosses the disable capacity
> >>> threshold: 0.85 for capacity Type : 0, skipping these clusters
> >>> 2013-04-07 00:33:44,639 DEBUG [cloud.deploy.FirstFitPlanner]
> >>> (Job-Executor-37:job-44) Could not find suitable Deployment
> >>>Destination
> >>>for
> >>> this VM under any clusters, returning.
> >>> 2013-04-07 00:33:44,641 DEBUG [cloud.vm.UserVmManagerImpl]
> >>> (Job-Executor-37:job-44) Destroying vm
> >>> VM[User|a30b991d-1c38-4bae-803f-ab3be57a384f] as it failed to create on
> >>> Host with Id:null
> >>> 2013-04-07 00:33:44,646 DEBUG [cloud.capacity.CapacityManagerImpl]
> >>> (Job-Executor-37:job-44) VM state transitted from :Stopped to Error
> >>>with
> >>> event: OperationFailedToErrorvm's original host id: null new host id:
> >>>null
> >>> host id before state transition: null
> >>> 2013-04-07 00:33:44,672 INFO  [user.vm.DeployVMCmd]
> >>> (Job-Executor-37:job-44)
> >>> com.cloud.exception.InsufficientServerCapacityException: Unable to
> >>>create a
> >>> deployment for
> >>>VM[User|a30b991d-1c38-4bae-803f-ab3be57a384f]Scope=interface
> >>> com.cloud.dc.DataCenter; id=1
> >>> 2013-04-07 00:33:44,672 INFO  [user.vm.DeployVMCmd]
> >>> (Job-Executor-37:job-44) Unable to create a deployment for
> >>> VM[User|a30b991d-1c38-4bae-803f-ab3be57a384f]
> >>> com.cloud.exception.InsufficientServerCapacityException: Unable to
> >>>create
> >>> a deployment for
> >>> VM[User|a30b991d-1c38-4bae-803f-ab3be57a384f]Scope=interface
> >>> com.cloud.dc.DataCenter; id=1
> >>>  at
> >>>
> >>>org.apache.cloudstack.engine.cloud.entity.api.VMEntityManagerImpl.reserv
> >>>e
> >>>VirtualMachine(VMEntityManagerImpl.java:186)
> >>> at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
> >>>  at
> >>>
> >>>sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.j
> av
> >>>a
> >>>:39)
> >>> at
> >>>
> >>>sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccess
> or
> >>>I
> >>>mpl.java:25)
> >>>  at java.lang.reflect.Method.invoke(Method.java:597)
> >>> at
> >>>
> >>>org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(
> >>>A
> >>>opUtils.java:319)
> >>>  at
> >>>
> >>>org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoi
> np
> >>>o
> >>>int(ReflectiveMethodInvocation.java:183)
> >>> at
> >>>
> >>>org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(
> Ref
> >>>l
> >>>ectiveMethodInvocation.java:150)
> >>>  at
> >>>
> >>>org.springframework.aop.aspectj.MethodInvocationProceedingJoinPoint.pr
> oc
> >>>e
> >>>ed(MethodInvocationProceedingJoinPoint.java:80)
> >>> at
> >>>
> >>>com.cloud.utils.db.TransactionContextBuilder.AroundAnyMethod(Transactio
> n
> >>>C
> >>>ontextBuilder.java:37)
> >>>  at sun.reflect.GeneratedMethodAccessor37.invoke(Unknown Source)
> >>> at
> >>>
> >>>sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccess
> or
> >>>I
> >>>mpl.java:25)
> >>>  at java.lang.reflect.Method.invoke(Method.java:597)
> >>> at
> >>>
> >>>org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMeth
> od
> >>>W
> >>>ithGivenArgs(AbstractAspectJAdvice.java:621)
> >>>  at
> >>>
> >>>org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMeth
> od
> >>>(
> >>>AbstractAspectJAdvice.java:610)
> >>> at
> >>>
> >>>org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJArou
> nd
> >>>A
> >>>dvice.java:65)
> >>>  at
> >>>
> >>>org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(
> Ref
> >>>l
> >>>ectiveMethodInvocation.java:172)
> >>> at
> >>>
> >>>org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(E
> >>>x
> >>>poseInvocationInterceptor.java:90)
> >>>  at
> >>>
> >>>org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(
> Ref
> >>>l
> >>>ectiveMethodInvocation.java:172)
> >>> at
> >>>
> >>>org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDyna
> micAo
> >>>p
> >>>Proxy.java:202)
> >>>  at com.sun.proxy.$Proxy297.reserveVirtualMachine(Unknown Source)
> >>> at
> >>>
> >>>org.apache.cloudstack.engine.cloud.entity.api.VirtualMachineEntityImpl.r
> >>>e
> >>>serve(VirtualMachineEntityImpl.java:198)
> >>>  at
> >>>
> >>>com.cloud.vm.UserVmManagerImpl.startVirtualMachine(UserVmManagerI
> mpl.jav
> >>>a
> >>>:3859)
> >>> at
> >>>
> >>>com.cloud.vm.UserVmManagerImpl.startVirtualMachine(UserVmManagerI
> mpl.jav
> >>>a
> >>>:3458)
> >>>  at
> >>>
> >>>com.cloud.vm.UserVmManagerImpl.startVirtualMachine(UserVmManagerI
> mpl.jav
> >>>a
> >>>:3444)
> >>> at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
> >>>  at
> >>>
> >>>sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.j
> av
> >>>a
> >>>:39)
> >>> at
> >>>
> >>>sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccess
> or
> >>>I
> >>>mpl.java:25)
> >>>  at java.lang.reflect.Method.invoke(Method.java:597)
> >>> at
> >>>
> >>>org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(
> >>>A
> >>>opUtils.java:319)
> >>>  at
> >>>
> >>>org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoi
> np
> >>>o
> >>>int(ReflectiveMethodInvocation.java:183)
> >>> at
> >>>
> >>>org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(
> Ref
> >>>l
> >>>ectiveMethodInvocation.java:150)
> >>>  at
> >>>
> >>>org.springframework.aop.aspectj.MethodInvocationProceedingJoinPoint.pr
> oc
> >>>e
> >>>ed(MethodInvocationProceedingJoinPoint.java:80)
> >>> at
> >>>
> >>>com.cloud.event.ActionEventInterceptor.AroundAnyMethod(ActionEventInt
> erc
> >>>e
> >>>ptor.java:53)
> >>>  at sun.reflect.GeneratedMethodAccessor359.invoke(Unknown Source)
> >>> at
> >>>
> >>>sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccess
> or
> >>>I
> >>>mpl.java:25)
> >>>  at java.lang.reflect.Method.invoke(Method.java:597)
> >>> at
> >>>
> >>>org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMeth
> od
> >>>W
> >>>ithGivenArgs(AbstractAspectJAdvice.java:621)
> >>>  at
> >>>
> >>>org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMeth
> od
> >>>(
> >>>AbstractAspectJAdvice.java:610)
> >>> at
> >>>
> >>>org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJArou
> nd
> >>>A
> >>>dvice.java:65)
> >>>  at
> >>>
> >>>org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(
> Ref
> >>>l
> >>>ectiveMethodInvocation.java:161)
> >>> at
> >>>
> >>>org.springframework.aop.aspectj.MethodInvocationProceedingJoinPoint.pr
> oc
> >>>e
> >>>ed(MethodInvocationProceedingJoinPoint.java:80)
> >>>  at
> >>>
> >>>com.cloud.utils.db.TransactionContextBuilder.AroundAnyMethod(Transactio
> n
> >>>C
> >>>ontextBuilder.java:37)
> >>> at sun.reflect.GeneratedMethodAccessor37.invoke(Unknown Source)
> >>>  at
> >>>
> >>>sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccess
> or
> >>>I
> >>>mpl.java:25)
> >>> at java.lang.reflect.Method.invoke(Method.java:597)
> >>>  at
> >>>
> >>>org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMeth
> od
> >>>W
> >>>ithGivenArgs(AbstractAspectJAdvice.java:621)
> >>> at
> >>>
> >>>org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMeth
> od
> >>>(
> >>>AbstractAspectJAdvice.java:610)
> >>>  at
> >>>
> >>>org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJArou
> nd
> >>>A
> >>>dvice.java:65)
> >>> at
> >>>
> >>>org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(
> Ref
> >>>l
> >>>ectiveMethodInvocation.java:172)
> >>>  at
> >>>
> >>>org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(E
> >>>x
> >>>poseInvocationInterceptor.java:90)
> >>> at
> >>>
> >>>org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(
> Ref
> >>>l
> >>>ectiveMethodInvocation.java:172)
> >>>  at
> >>>
> >>>org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDyna
> micAo
> >>>p
> >>>Proxy.java:202)
> >>> at com.sun.proxy.$Proxy263.startVirtualMachine(Unknown Source)
> >>>  at
> >>>
> >>>org.apache.cloudstack.api.command.user.vm.DeployVMCmd.execute(Deplo
> yVMCm
> >>>d
> >>>.java:379)
> >>> at com.cloud.api.ApiDispatcher.dispatch(ApiDispatcher.java:163)
> >>>  at net.sf.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204)
> >>> at
> >>>
> >>>org.springframework.aop.framework.Cglib2AopProxy$CglibMethodInvocati
> on.i
> >>>n
> >>>vokeJoinpoint(Cglib2AopProxy.java:689)
> >>>  at
> >>>
> >>>org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(
> Ref
> >>>l
> >>>ectiveMethodInvocation.java:150)
> >>> at
> >>>
> >>>org.springframework.aop.aspectj.MethodInvocationProceedingJoinPoint.pr
> oc
> >>>e
> >>>ed(MethodInvocationProceedingJoinPoint.java:80)
> >>>  at
> >>>
> >>>com.cloud.utils.db.TransactionContextBuilder.AroundAnyMethod(Transactio
> n
> >>>C
> >>>ontextBuilder.java:37)
> >>> at sun.reflect.GeneratedMethodAccessor37.invoke(Unknown Source)
> >>>  at
> >>>
> >>>sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccess
> or
> >>>I
> >>>mpl.java:25)
> >>> at java.lang.reflect.Method.invoke(Method.java:597)
> >>>  at
> >>>
> >>>org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMeth
> od
> >>>W
> >>>ithGivenArgs(AbstractAspectJAdvice.java:621)
> >>> at
> >>>
> >>>org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMeth
> od
> >>>(
> >>>AbstractAspectJAdvice.java:610)
> >>>  at
> >>>
> >>>org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJArou
> nd
> >>>A
> >>>dvice.java:65)
> >>> at
> >>>
> >>>org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(
> Ref
> >>>l
> >>>ectiveMethodInvocation.java:172)
> >>>  at
> >>>
> >>>org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(E
> >>>x
> >>>poseInvocationInterceptor.java:90)
> >>> at
> >>>
> >>>org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(
> Ref
> >>>l
> >>>ectiveMethodInvocation.java:172)
> >>>  at
> >>>
> >>>org.springframework.aop.framework.Cglib2AopProxy$DynamicAdvisedInter
> cept
> >>>o
> >>>r.intercept(Cglib2AopProxy.java:622)
> >>> at
> >>>com.cloud.async.AsyncJobManagerImpl$1.run(AsyncJobManagerImpl.java:4
> 37)
> >>>  at
> >>> java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:439)
> >>> at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:303)
> >>>  at java.util.concurrent.FutureTask.run(FutureTask.java:138)
> >>> at
> >>>
> >>>java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecut
> o
> >>>r
> >>>.java:895)
> >>>  at
> >>>
> >>>java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.j
> a
> >>>v
> >>>a:918)
> >>> at java.lang.Thread.run(Thread.java:680)
> >>> 2013-04-07 00:33:44,674 DEBUG [cloud.async.AsyncJobManagerImpl]
> >>> (Job-Executor-37:job-44) Complete async job-44, jobStatus: 2,
> >>>resultCode:
> >>> 530, result: Error Code: 533 Error text: Unable to create a deployment
> >>>for
> >>> VM[User|a30b991d-1c38-4bae-803f-ab3be57a384f]
> >>> 2013-04-07 00:33:47,591 DEBUG [cloud.api.ApiServlet]
> >>> (1161145101@qtp-1008805148-33:null) ===START===  127.0.0.1 -- GET
> >>>
> >>>command=queryAsyncJobResult&jobId=8dd191cc-2709-4223-aee5-
> 3ecd759d4afd&r
> >>>e
> >>>sponse=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316
> 427589
> >>> 2013-04-07 00:33:47,601 DEBUG [cloud.async.AsyncJobManagerImpl]
> >>> (1161145101@qtp-1008805148-33:null) Async job-44 completed
> >>> 2013-04-07 00:33:47,605 DEBUG [cloud.api.ApiServlet]
> >>> (1161145101@qtp-1008805148-33:null) ===END===  127.0.0.1 -- GET
> >>>
> >>>command=queryAsyncJobResult&jobId=8dd191cc-2709-4223-aee5-
> 3ecd759d4afd&r
> >>>e
> >>>sponse=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316
> 427589
> >>> 2013-04-07 00:33:47,608 DEBUG [cloud.api.ApiServlet]
> >>> (1161145101@qtp-1008805148-33:null) ===START===  127.0.0.1 -- GET
> >>>
> >>>command=listVirtualMachines&id=a30b991d-1c38-4bae-803f-
> ab3be57a384f&resp
> >>>o
> >>>nse=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316427
> 606
> >>> 2013-04-07 00:33:47,621 DEBUG [cloud.api.ApiServlet]
> >>> (1161145101@qtp-1008805148-33:null) ===END===  127.0.0.1 -- GET
> >>>
> >>>command=listVirtualMachines&id=a30b991d-1c38-4bae-803f-
> ab3be57a384f&resp
> >>>o
> >>>nse=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316427
> 606
> >>> 2013-04-07 00:33:47,678 DEBUG [agent.manager.AgentManagerImpl]
> >>> (AgentManager-Handler-14:null) Ping from 3
> >>> 2013-04-07 00:33:50,451 DEBUG
> >>> [storage.secondary.SecondaryStorageManagerImpl] (secstorage-1:null)
> >>>Zone 1
> >>> is ready to launch secondary storage VM
> >>> 2013-04-07 00:33:50,559 DEBUG
> >>>[cloud.consoleproxy.ConsoleProxyManagerImpl]
> >>> (consoleproxy-1:null) Zone 1 is ready to launch console proxy
> >>> 2013-04-07 00:33:50,819 DEBUG
> >>> [network.router.VirtualNetworkApplianceManagerImpl]
> >>> (RouterStatusMonitor-1:null) Found 0 routers to update status.
> >>> 2013-04-07 00:33:50,820 DEBUG
> >>> [network.router.VirtualNetworkApplianceManagerImpl]
> >>> (RouterStatusMonitor-1:null) Found 0 networks to update RvR status.
> >>> 2013-04-07 00:33:50,851 DEBUG
> >>> [network.router.VirtualNetworkApplianceManagerImpl]
> >>> (RouterStatusMonitor-1:null) Found 0 routers to update status.
> >>> 2013-04-07 00:33:50,852 DEBUG
> >>> [network.router.VirtualNetworkApplianceManagerImpl]
> >>> (RouterStatusMonitor-1:null) Found 0 networks to update RvR status.
> >>> 2013-04-07 00:33:51,465 INFO  [agent.manager.AgentMonitor]
> >>> (Thread-11:null) Found the following agents behind on ping: [6, 5]
> >>> 2013-04-07 00:33:51,467 DEBUG [cloud.host.Status] (Thread-11:null) Ping
> >>> timeout for host 6, do invstigation
> >>> 2013-04-07 00:33:51,468 DEBUG [cloud.host.Status] (Thread-11:null) Ping
> >>> timeout for host 5, do invstigation
> >>> 2013-04-07 00:33:51,468 INFO  [agent.manager.AgentManagerImpl]
> >>> (AgentTaskPool-4:null) Investigating why host 6 has disconnected with
> >>>event
> >>> PingTimeout
> >>> 2013-04-07 00:33:51,468 DEBUG [agent.manager.AgentManagerImpl]
> >>> (AgentTaskPool-4:null) checking if agent (6) is alive
> >>> 2013-04-07 00:33:51,469 INFO  [agent.manager.AgentManagerImpl]
> >>> (AgentTaskPool-3:null) Investigating why host 5 has disconnected with
> >>>event
> >>> PingTimeout
> >>> 2013-04-07 00:33:51,470 DEBUG [agent.manager.AgentManagerImpl]
> >>> (AgentTaskPool-3:null) checking if agent (5) is alive
> >>> 2013-04-07 00:33:51,471 DEBUG [agent.transport.Request]
> >>> (AgentTaskPool-4:null) Seq 6-324993311: Sending  { Cmd , MgmtId: 1,
> >>>via: 6,
> >>> Ver: v1, Flags: 100011, [{"CheckHealthCommand":{"wait":50}}] }
> >>> 2013-04-07 00:33:51,471 DEBUG [agent.transport.Request]
> >>> (AgentTaskPool-4:null) Seq 6-324993311: Executing:  { Cmd , MgmtId: 1,
> >>>via:
> >>> 6, Ver: v1, Flags: 100011, [{"CheckHealthCommand":{"wait":50}}] }
> >>> 2013-04-07 00:33:51,472 DEBUG [agent.manager.DirectAgentAttache]
> >>> (DirectAgent-448:null) Seq 6-324993311: Executing request
> >>> 2013-04-07 00:33:51,473 DEBUG [agent.transport.Request]
> >>> (AgentTaskPool-3:null) Seq 5-614334815: Sending  { Cmd , MgmtId: 1,
> >>>via: 5,
> >>> Ver: v1, Flags: 100011, [{"CheckHealthCommand":{"wait":50}}] }
> >>> 2013-04-07 00:33:51,473 DEBUG [agent.transport.Request]
> >>> (AgentTaskPool-3:null) Seq 5-614334815: Executing:  { Cmd , MgmtId: 1,
> >>>via:
> >>> 5, Ver: v1, Flags: 100011, [{"CheckHealthCommand":{"wait":50}}] }
> >>> 2013-04-07 00:33:51,473 DEBUG [agent.manager.DirectAgentAttache]
> >>> (DirectAgent-261:null) Seq 5-614334815: Executing request
> >>> 2013-04-07 00:33:51,527 DEBUG [agent.manager.DirectAgentAttache]
> >>> (DirectAgent-448:null) Seq 6-324993311: Response Received:
> >>> 2013-04-07 00:33:51,527 DEBUG [agent.transport.Request]
> >>> (DirectAgent-448:null) Seq 6-324993311: Processing:  { Ans: , MgmtId:
> >>>1,
> >>> via: 6, Ver: v1, Flags: 10,
> >>> [{"CheckHealthAnswer":{"result":true,"details":"resource is
> >>> alive","wait":0}}] }
> >>> 2013-04-07 00:33:51,527 DEBUG [agent.transport.Request]
> >>> (AgentTaskPool-4:null) Seq 6-324993311: Received:  { Ans: , MgmtId: 1,
> >>>via:
> >>> 6, Ver: v1, Flags: 10, { CheckHealthAnswer } }
> >>> 2013-04-07 00:33:51,528 DEBUG [agent.manager.AgentManagerImpl]
> >>> (AgentTaskPool-4:null) Details from executing class
> >>> com.cloud.agent.api.CheckHealthCommand: resource is alive
> >>> 2013-04-07 00:33:51,528 DEBUG [agent.manager.AgentManagerImpl]
> >>> (AgentTaskPool-4:null) agent (6) responded to checkHeathCommand,
> >>>reporting
> >>> that agent is Up
> >>> 2013-04-07 00:33:51,528 INFO  [agent.manager.AgentManagerImpl]
> >>> (AgentTaskPool-4:null) The state determined is Up
> >>> 2013-04-07 00:33:51,528 INFO  [agent.manager.AgentManagerImpl]
> >>> (AgentTaskPool-4:null) Agent is determined to be up and running
> >>> 2013-04-07 00:33:51,528 DEBUG [cloud.host.Status]
> >>>(AgentTaskPool-4:null)
> >>> Transition:[Resource state = Enabled, Agent event = Ping, Host id = 6,
> >>>name
> >>> = Tut-XenServer]
> >>> 2013-04-07 00:33:51,531 DEBUG [cloud.host.Status]
> >>>(AgentTaskPool-4:null)
> >>> Agent status update: [id = 6; name = Tut-XenServer; old status = Up;
> >>>event
> >>> = Ping; new status = Up; old update count = 310; new update count =
> >>>311]
> >>> 2013-04-07 00:33:51,531 DEBUG [agent.manager.DirectAgentAttache]
> >>> (DirectAgent-261:null) Seq 5-614334815: Response Received:
> >>> 2013-04-07 00:33:51,531 DEBUG [agent.transport.Request]
> >>> (DirectAgent-261:null) Seq 5-614334815: Processing:  { Ans: , MgmtId:
> >>>1,
> >>> via: 5, Ver: v1, Flags: 10,
> >>> [{"CheckHealthAnswer":{"result":true,"details":"resource is
> >>> alive","wait":0}}] }
> >>> 2013-04-07 00:33:51,531 DEBUG [agent.transport.Request]
> >>> (AgentTaskPool-3:null) Seq 5-614334815: Received:  { Ans: , MgmtId: 1,
> >>>via:
> >>> 5, Ver: v1, Flags: 10, { CheckHealthAnswer } }
> >>> 2013-04-07 00:33:51,532 DEBUG [agent.manager.AgentManagerImpl]
> >>> (AgentTaskPool-3:null) Details from executing class
> >>> com.cloud.agent.api.CheckHealthCommand: resource is alive
> >>> 2013-04-07 00:33:51,532 DEBUG [agent.manager.AgentManagerImpl]
> >>> (AgentTaskPool-3:null) agent (5) responded to checkHeathCommand,
> >>>reporting
> >>> that agent is Up
> >>> 2013-04-07 00:33:51,532 INFO  [agent.manager.AgentManagerImpl]
> >>> (AgentTaskPool-3:null) The state determined is Up
> >>> 2013-04-07 00:33:51,532 INFO  [agent.manager.AgentManagerImpl]
> >>> (AgentTaskPool-3:null) Agent is determined to be up and running
> >>> 2013-04-07 00:33:51,532 DEBUG [cloud.host.Status]
> >>>(AgentTaskPool-3:null)
> >>> Transition:[Resource state = Enabled, Agent event = Ping, Host id = 5,
> >>>name
> >>> = Tut-XenServer2]
> >>> 2013-04-07 00:33:51,535 DEBUG [cloud.host.Status]
> >>>(AgentTaskPool-3:null)
> >>> Agent status update: [id = 5; name = Tut-XenServer2; old status = Up;
> >>>event
> >>> = Ping; new status = Up; old update count = 147; new update count =
> >>>148]
> >>> 2013-04-07 00:34:04,860 DEBUG [agent.manager.DirectAgentAttache]
> >>> (DirectAgent-239:null) Ping from 6
> >>> 2013-04-07 00:34:06,170 DEBUG [agent.manager.DirectAgentAttache]
> >>> (DirectAgent-185:null) Ping from 5
> >>> 2013-04-07 00:34:06,909 DEBUG [agent.manager.DirectAgentAttache]
> >>> (DirectAgent-461:null) Seq 6-324993028: Executing request
> >>> 2013-04-07 00:34:07,107 DEBUG [agent.manager.DirectAgentAttache]
> >>> (DirectAgent-461:null) Seq 6-324993028: Response Received:
> >>> 2013-04-07 00:34:07,107 DEBUG [agent.transport.Request]
> >>> (DirectAgent-461:null) Seq 6-324993028: Processing:  { Ans: , MgmtId:
> >>>1,
> >>> via: 6, Ver: v1, Flags: 10,
> >>>
> >>>[{"ClusterSyncAnswer":{"_clusterId":2,"_newStates":{},"_isExecuted":fals
> >>>e
> >>>,"result":true,"wait":0}}]
> >>> }
> >>> 2013-04-07 00:34:11,023 DEBUG [agent.manager.DirectAgentAttache]
> >>> (DirectAgent-450:null) Seq 5-614334468: Executing request
> >>> 2013-04-07 00:34:11,168 DEBUG [agent.manager.DirectAgentAttache]
> >>> (DirectAgent-450:null) Seq 5-614334468: Response Received:
> >>> 2013-04-07 00:34:11,168 DEBUG [agent.transport.Request]
> >>> (DirectAgent-450:null) Seq 5-614334468: Processing:  { Ans: , MgmtId:
> >>>1,
> >>> via: 5, Ver: v1, Flags: 10, [{"Answer":{"result":true,"wait":0}}] }
> >>> 2013-04-07 00:34:20,451 DEBUG
> >>> [storage.secondary.SecondaryStorageManagerImpl] (secstorage-1:null)
> >>>Zone 1
> >>> is ready to launch secondary storage VM
> >>> 2013-04-07 00:34:20,553 DEBUG
> >>>[cloud.consoleproxy.ConsoleProxyManagerImpl]
> >>> (consoleproxy-1:null) Zone 1 is ready to launch console proxy
> >>> 2013-04-07 00:34:20,820 DEBUG
> >>> [network.router.VirtualNetworkApplianceManagerImpl]
> >>> (RouterStatusMonitor-1:null) Found 0 routers to update status.
> >>> 2013-04-07 00:34:20,821 DEBUG
> >>> [network.router.VirtualNetworkApplianceManagerImpl]
> >>> (RouterStatusMonitor-1:null) Found 0 networks to update RvR status.
> >>> 2013-04-07 00:34:20,850 DEBUG
> >>> [network.router.VirtualNetworkApplianceManagerImpl]
> >>> (RouterStatusMonitor-1:null) Found 0 routers to update status.
> >>> 2013-04-07 00:34:20,851 DEBUG
> >>> [network.router.VirtualNetworkApplianceManagerImpl]
> >>> (RouterStatusMonitor-1:null) Found 0 networks to update RvR status.
> >>> 2013-04-07 00:34:24,891 DEBUG [agent.manager.AgentManagerImpl]
> >>> (AgentManager-Handler-15:null) Ping from 4
> >>> 2013-04-07 00:34:27,175 DEBUG [agent.manager.DirectAgentAttache]
> >>> (DirectAgent-126:null) Ping from 1
> >>> 2013-04-07 00:34:29,095 DEBUG [agent.manager.DirectAgentAttache]
> >>> (DirectAgent-182:null) Seq 1-90046472: Executing request
> >>> 2013-04-07 00:34:29,323 DEBUG [agent.manager.DirectAgentAttache]
> >>> (DirectAgent-182:null) Seq 1-90046472: Response Received:
> >>> 2013-04-07 00:34:29,323 DEBUG [agent.transport.Request]
> >>> (DirectAgent-182:null) Seq 1-90046472: Processing:  { Ans: , MgmtId: 1,
> >>> via: 1, Ver: v1, Flags: 10,
> >>>
> >>>[{"ClusterSyncAnswer":{"_clusterId":1,"_newStates":{},"_isExecuted":fals
> >>>e
> >>>,"result":true,"wait":0}}]
> >>> }
> >>> 2013-04-07 00:34:36,532 DEBUG [cloud.api.ApiServlet]
> >>> (1161145101@qtp-1008805148-33:null) ===START===  127.0.0.1 -- GET
> >>>
> >>>command=listVolumes&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnR
> Rfl8GoVA
> >>>%
> >>>3D&listAll=true&page=1&pagesize=20&_=1365316476530
> >>> 2013-04-07 00:34:36,548 DEBUG [cloud.api.ApiServlet]
> >>> (1161145101@qtp-1008805148-33:null) ===END===  127.0.0.1 -- GET
> >>>
> >>>command=listVolumes&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnR
> Rfl8GoVA
> >>>%
> >>>3D&listAll=true&page=1&pagesize=20&_=1365316476530
> >>> 2013-04-07 00:34:39,285 DEBUG [cloud.api.ApiServlet]
> >>> (1161145101@qtp-1008805148-33:null) ===START===  127.0.0.1 -- GET
> >>>
> >>>command=listVolumes&id=44d56727-6e5f-438a-8187-
> 42adfac7c906&response=jso
> >>>n
> >>>&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316479283
> >>> 2013-04-07 00:34:39,309 DEBUG [cloud.api.ApiServlet]
> >>> (1161145101@qtp-1008805148-33:null) ===END===  127.0.0.1 -- GET
> >>>
> >>>command=listVolumes&id=44d56727-6e5f-438a-8187-
> 42adfac7c906&response=jso
> >>>n
> >>>&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316479283
> >>> 2013-04-07 00:34:39,325 DEBUG [cloud.api.ApiServlet]
> >>> (1161145101@qtp-1008805148-33:null) ===START===  127.0.0.1 -- GET
> >>>
> >>>command=listTags&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8
> GoVA%3D
> >>>&
> >>>resourceId=44d56727-6e5f-438a-8187-
> 42adfac7c906&resourceType=Volume&list
> >>>A
> >>>ll=true&_=1365316479323
> >>> 2013-04-07 00:34:39,334 DEBUG [cloud.api.ApiServlet]
> >>> (1161145101@qtp-1008805148-33:null) ===END===  127.0.0.1 -- GET
> >>>
> >>>command=listTags&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8
> GoVA%3D
> >>>&
> >>>resourceId=44d56727-6e5f-438a-8187-
> 42adfac7c906&resourceType=Volume&list
> >>>A
> >>>ll=true&_=1365316479323
> >>> 2013-04-07 00:34:47,678 DEBUG [agent.manager.AgentManagerImpl]
> >>> (AgentManager-Handler-1:null) Ping from 3
> >>> 2013-04-07 00:34:50,455 DEBUG
> >>> [storage.secondary.SecondaryStorageManagerImpl] (secstorage-1:null)
> >>>Zone 1
> >>> is ready to launch secondary storage VM
> >>> 2013-04-07 00:34:50,557 DEBUG
> >>>[cloud.consoleproxy.ConsoleProxyManagerImpl]
> >>> (consoleproxy-1:null) Zone 1 is ready to launch console proxy
> >>> 2013-04-07 00:34:50,820 DEBUG
> >>> [network.router.VirtualNetworkApplianceManagerImpl]
> >>> (RouterStatusMonitor-1:null) Found 0 routers to update status.
> >>> 2013-04-07 00:34:50,821 DEBUG
> >>> [network.router.VirtualNetworkApplianceManagerImpl]
> >>> (RouterStatusMonitor-1:null) Found 0 networks to update RvR status.
> >>> 2013-04-07 00:34:50,850 DEBUG
> >>> [network.router.VirtualNetworkApplianceManagerImpl]
> >>> (RouterStatusMonitor-1:null) Found 0 routers to update status.
> >>> 2013-04-07 00:34:50,851 DEBUG
> >>> [network.router.VirtualNetworkApplianceManagerImpl]
> >>> (RouterStatusMonitor-1:null) Found 0 networks to update RvR status.
> >>> 2013-04-07 00:34:51,468 INFO  [agent.manager.AgentMonitor]
> >>> (Thread-11:null) Found the following agents behind on ping: [6, 5]
> >>> 2013-04-07 00:34:51,470 DEBUG [cloud.host.Status] (Thread-11:null) Ping
> >>> timeout for host 6, do invstigation
> >>> 2013-04-07 00:34:51,471 DEBUG [cloud.host.Status] (Thread-11:null) Ping
> >>> timeout for host 5, do invstigation
> >>> 2013-04-07 00:34:51,472 INFO  [agent.manager.AgentManagerImpl]
> >>> (AgentTaskPool-5:null) Investigating why host 6 has disconnected with
> >>>event
> >>> PingTimeout
> >>> 2013-04-07 00:34:51,472 DEBUG [agent.manager.AgentManagerImpl]
> >>> (AgentTaskPool-5:null) checking if agent (6) is alive
> >>> 2013-04-07 00:34:51,473 INFO  [agent.manager.AgentManagerImpl]
> >>> (AgentTaskPool-6:null) Investigating why host 5 has disconnected with
> >>>event
> >>> PingTimeout
> >>> 2013-04-07 00:34:51,473 DEBUG [agent.manager.AgentManagerImpl]
> >>> (AgentTaskPool-6:null) checking if agent (5) is alive
> >>> 2013-04-07 00:34:51,475 DEBUG [agent.transport.Request]
> >>> (AgentTaskPool-5:null) Seq 6-324993312: Sending  { Cmd , MgmtId: 1,
> >>>via: 6,
> >>> Ver: v1, Flags: 100011, [{"CheckHealthCommand":{"wait":50}}] }
> >>> 2013-04-07 00:34:51,475 DEBUG [agent.transport.Request]
> >>> (AgentTaskPool-5:null) Seq 6-324993312: Executing:  { Cmd , MgmtId: 1,
> >>>via:
> >>> 6, Ver: v1, Flags: 100011, [{"CheckHealthCommand":{"wait":50}}] }
> >>> 2013-04-07 00:34:51,475 DEBUG [agent.manager.DirectAgentAttache]
> >>> (DirectAgent-42:null) Seq 6-324993312: Executing request
> >>> 2013-04-07 00:34:51,476 DEBUG [agent.transport.Request]
> >>> (AgentTaskPool-6:null) Seq 5-614334816: Sending  { Cmd , MgmtId: 1,
> >>>via: 5,
> >>> Ver: v1, Flags: 100011, [{"CheckHealthCommand":{"wait":50}}] }
> >>> 2013-04-07 00:34:51,476 DEBUG [agent.transport.Request]
> >>> (AgentTaskPool-6:null) Seq 5-614334816: Executing:  { Cmd , MgmtId: 1,
> >>>via:
> >>> 5, Ver: v1, Flags: 100011, [{"CheckHealthCommand":{"wait":50}}] }
> >>> 2013-04-07 00:34:51,477 DEBUG [agent.manager.DirectAgentAttache]
> >>> (DirectAgent-164:null) Seq 5-614334816: Executing request
> >>> 2013-04-07 00:34:51,534 DEBUG [agent.manager.DirectAgentAttache]
> >>> (DirectAgent-164:null) Seq 5-614334816: Response Received:
> >>> 2013-04-07 00:34:51,535 DEBUG [agent.transport.Request]
> >>> (DirectAgent-164:null) Seq 5-614334816: Processing:  { Ans: , MgmtId:
> >>>1,
> >>> via: 5, Ver: v1, Flags: 10,
> >>> [{"CheckHealthAnswer":{"result":true,"details":"resource is
> >>> alive","wait":0}}] }
> >>> 2013-04-07 00:34:51,535 DEBUG [agent.transport.Request]
> >>> (AgentTaskPool-6:null) Seq 5-614334816: Received:  { Ans: , MgmtId: 1,
> >>>via:
> >>> 5, Ver: v1, Flags: 10, { CheckHealthAnswer } }
> >>> 2013-04-07 00:34:51,535 DEBUG [agent.manager.AgentManagerImpl]
> >>> (AgentTaskPool-6:null) Details from executing class
> >>> com.cloud.agent.api.CheckHealthCommand: resource is alive
> >>> 2013-04-07 00:34:51,535 DEBUG [agent.manager.AgentManagerImpl]
> >>> (AgentTaskPool-6:null) agent (5) responded to checkHeathCommand,
> >>>reporting
> >>> that agent is Up
> >>> 2013-04-07 00:34:51,535 INFO  [agent.manager.AgentManagerImpl]
> >>> (AgentTaskPool-6:null) The state determined is Up
> >>> 2013-04-07 00:34:51,535 INFO  [agent.manager.AgentManagerImpl]
> >>> (AgentTaskPool-6:null) Agent is determined to be up and running
> >>> 2013-04-07 00:34:51,535 DEBUG [cloud.host.Status]
> >>>(AgentTaskPool-6:null)
> >>> Transition:[Resource state = Enabled, Agent event = Ping, Host id = 5,
> >>>name
> >>> = Tut-XenServer2]
> >>> 2013-04-07 00:34:51,538 DEBUG [cloud.host.Status]
> >>>(AgentTaskPool-6:null)
> >>> Agent status update: [id = 5; name = Tut-XenServer2; old status = Up;
> >>>event
> >>> = Ping; new status = Up; old update count = 148; new update count =
> >>>149]
> >>> 2013-04-07 00:34:51,539 DEBUG [agent.manager.DirectAgentAttache]
> >>> (DirectAgent-42:null) Seq 6-324993312: Response Received:
> >>> 2013-04-07 00:34:51,539 DEBUG [agent.transport.Request]
> >>> (DirectAgent-42:null) Seq 6-324993312: Processing:  { Ans: , MgmtId: 1,
> >>> via: 6, Ver: v1, Flags: 10,
> >>> [{"CheckHealthAnswer":{"result":true,"details":"resource is
> >>> alive","wait":0}}] }
> >>> 2013-04-07 00:34:51,539 DEBUG [agent.transport.Request]
> >>> (AgentTaskPool-5:null) Seq 6-324993312: Received:  { Ans: , MgmtId: 1,
> >>>via:
> >>> 6, Ver: v1, Flags: 10, { CheckHealthAnswer } }
> >>> 2013-04-07 00:34:51,539 DEBUG [agent.manager.AgentManagerImpl]
> >>> (AgentTaskPool-5:null) Details from executing class
> >>> com.cloud.agent.api.CheckHealthCommand: resource is alive
> >>> 2013-04-07 00:34:51,539 DEBUG [agent.manager.AgentManagerImpl]
> >>> (AgentTaskPool-5:null) agent (6) responded to checkHeathCommand,
> >>>reporting
> >>> that agent is Up
> >>> 2013-04-07 00:34:51,539 INFO  [agent.manager.AgentManagerImpl]
> >>> (AgentTaskPool-5:null) The state determined is Up
> >>> 2013-04-07 00:34:51,539 INFO  [agent.manager.AgentManagerImpl]
> >>> (AgentTaskPool-5:null) Agent is determined to be up and running
> >>> 2013-04-07 00:34:51,539 DEBUG [cloud.host.Status]
> >>>(AgentTaskPool-5:null)
> >>> Transition:[Resource state = Enabled, Agent event = Ping, Host id = 6,
> >>>name
> >>> = Tut-XenServer]
> >>> 2013-04-07 00:34:51,542 DEBUG [cloud.host.Status]
> >>>(AgentTaskPool-5:null)
> >>> Agent status update: [id = 6; name = Tut-XenServer; old status = Up;
> >>>event
> >>> = Ping; new status = Up; old update count = 311; new update count =
> >>>312]
> >>> 2013-04-07 00:34:54,349 INFO  [cloud.vm.UserVmManagerImpl]
> >>> (UserVm-Scavenger-1:null) Found 1 vms to expunge.
> >>> 2013-04-07 00:34:54,349 DEBUG [cloud.vm.VirtualMachineManagerImpl]
> >>> (UserVm-Scavenger-1:null) Stopped called on
> >>> VM[User|a30b991d-1c38-4bae-803f-ab3be57a384f] but the state is Error
> >>> 2013-04-07 00:34:54,352 DEBUG [cloud.capacity.CapacityManagerImpl]
> >>> (UserVm-Scavenger-1:null) VM state transitted from :Error to Expunging
> >>>with
> >>> event: ExpungeOperationvm's original host id: null new host id: null
> >>>host
> >>> id before state transition: null
> >>> 2013-04-07 00:34:54,352 DEBUG [cloud.vm.VirtualMachineManagerImpl]
> >>> (UserVm-Scavenger-1:null) Destroying vm
> >>> VM[User|a30b991d-1c38-4bae-803f-ab3be57a384f]
> >>> 2013-04-07 00:34:54,352 DEBUG [cloud.vm.VirtualMachineManagerImpl]
> >>> (UserVm-Scavenger-1:null) Cleaning up NICS
> >>> 2013-04-07 00:34:54,352 DEBUG [cloud.network.NetworkManagerImpl]
> >>> (UserVm-Scavenger-1:null) Cleaning network for vm: 14
> >>> 2013-04-07 00:34:54,360 DEBUG [network.guru.DirectNetworkGuru]
> >>> (UserVm-Scavenger-1:null) Deallocate network: networkId: 204, ip: null
> >>> 2013-04-07 00:34:54,362 DEBUG [cloud.network.NetworkManagerImpl]
> >>> (UserVm-Scavenger-1:null) Removed nic id=20
> >>> 2013-04-07 00:34:54,362 DEBUG [cloud.storage.StorageManagerImpl]
> >>> (UserVm-Scavenger-1:null) Cleaning storage for vm: 14
> >>> 2013-04-07 00:34:54,363 DEBUG [cloud.storage.StorageManagerImpl]
> >>> (UserVm-Scavenger-1:null) Expunging Vol[14|vm=14|ROOT]
> >>> 2013-04-07 00:34:54,365 DEBUG [cloud.storage.StorageManagerImpl]
> >>> (UserVm-Scavenger-1:null) Marking volume that was never created as
> >>> destroyed: Vol[14|vm=14|ROOT]
> >>> 2013-04-07 00:34:54,368 DEBUG [cloud.vm.VirtualMachineManagerImpl]
> >>> (UserVm-Scavenger-1:null) Expunged
> >>> VM[User|a30b991d-1c38-4bae-803f-ab3be57a384f]
> >>> 2013-04-07 00:34:54,368 DEBUG [cloud.vm.UserVmManagerImpl]
> >>> (UserVm-Scavenger-1:null) Starting cleaning up vm
> >>> VM[User|a30b991d-1c38-4bae-803f-ab3be57a384f] resources...
> >>> 2013-04-07 00:34:54,371 INFO
> >>>[network.security.SecurityGroupManagerImpl]
> >>> (UserVm-Scavenger-1:null) Disassociated 1 network groups  from uservm
> >>>14
> >>> 2013-04-07 00:34:54,372 DEBUG
> >>>[network.security.SecurityGroupManagerImpl]
> >>> (UserVm-Scavenger-1:null) Security group mappings are removed
> >>>successfully
> >>> for vm id=14
> >>> 2013-04-07 00:34:54,376 DEBUG [network.firewall.FirewallManagerImpl]
> >>> (UserVm-Scavenger-1:null) No firewall rules are found for vm id=14
> >>> 2013-04-07 00:34:54,376 DEBUG [cloud.vm.UserVmManagerImpl]
> >>> (UserVm-Scavenger-1:null) Firewall rules are removed successfully as a
> >>>part
> >>> of vm id=14 expunge
> >>> 2013-04-07 00:34:54,378 DEBUG [network.rules.RulesManagerImpl]
> >>> (UserVm-Scavenger-1:null) No port forwarding rules are found for vm
> >>>id=14
> >>> 2013-04-07 00:34:54,378 DEBUG [cloud.vm.UserVmManagerImpl]
> >>> (UserVm-Scavenger-1:null) Port forwarding rules are removed
> >>>successfully as
> >>> a part of vm id=14 expunge
> >>> 2013-04-07 00:34:54,379 DEBUG [cloud.vm.UserVmManagerImpl]
> >>> (UserVm-Scavenger-1:null) Removed vm id=14 from all load balancers as a
> >>> part of expunge process
> >>> 2013-04-07 00:34:54,379 DEBUG [cloud.vm.UserVmManagerImpl]
> >>> (UserVm-Scavenger-1:null) Successfully cleaned up vm
> >>> VM[User|a30b991d-1c38-4bae-803f-ab3be57a384f] resources as a part of
> >>> expunge process
> >>> 2013-04-07 00:34:54,873 DEBUG [cloud.api.ApiServlet]
> >>> (1161145101@qtp-1008805148-33:null) ===START===  127.0.0.1 -- GET
> >>>
> >>>command=listVirtualMachines&response=json&sessionkey=Z6QqzU0Fq1iT13
> bMgnR
> >>>R
> >>>fl8GoVA%3D&listAll=true&page=1&pagesize=20&_=1365316494871
> >>> 2013-04-07 00:34:54,891 DEBUG [cloud.api.ApiServlet]
> >>> (1161145101@qtp-1008805148-33:null) ===END===  127.0.0.1 -- GET
> >>>
> >>>command=listVirtualMachines&response=json&sessionkey=Z6QqzU0Fq1iT13
> bMgnR
> >>>R
> >>>fl8GoVA%3D&listAll=true&page=1&pagesize=20&_=1365316494871
> >>> 2013-04-07 00:34:57,672 DEBUG [cloud.api.ApiServlet]
> >>> (1161145101@qtp-1008805148-33:null) ===START===  127.0.0.1 -- GET
> >>>
> >>>command=listZones&id=3a62dec3-cf95-4ba2-9af0-
> af2190af35e3&response=json&
> >>>s
> >>>essionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316497670
> >>> 2013-04-07 00:34:57,679 DEBUG [cloud.api.ApiServlet]
> >>> (1161145101@qtp-1008805148-33:null) ===END===  127.0.0.1 -- GET
> >>>
> >>>command=listZones&id=3a62dec3-cf95-4ba2-9af0-
> af2190af35e3&response=json&
> >>>s
> >>>essionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316497670
> >>> 2013-04-07 00:34:57,683 DEBUG [cloud.api.ApiServlet]
> >>> (1161145101@qtp-1008805148-33:null) ===START===  127.0.0.1 -- GET
> >>>
> >>>command=listNetworks&id=9d28211f-440e-4233-86d1-
> 214b404074eb&response=js
> >>>o
> >>>n&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316497681
> >>> 2013-04-07 00:34:57,708 DEBUG [cloud.api.ApiServlet]
> >>> (1161145101@qtp-1008805148-33:null) ===END===  127.0.0.1 -- GET
> >>>
> >>>command=listNetworks&id=9d28211f-440e-4233-86d1-
> 214b404074eb&response=js
> >>>o
> >>>n&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316497681
> >>> 2013-04-07 00:34:57,714 DEBUG [cloud.api.ApiServlet]
> >>> (1161145101@qtp-1008805148-33:null) ===START===  127.0.0.1 -- GET
> >>>
> >>>command=listVirtualMachines&id=94ddc16f-04fc-4da1-8326-
> 01d8d5cdeb44&resp
> >>>o
> >>>nse=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316497
> 712
> >>> 2013-04-07 00:34:57,731 DEBUG [cloud.api.ApiServlet]
> >>> (1161145101@qtp-1008805148-33:null) ===END===  127.0.0.1 -- GET
> >>>
> >>>command=listVirtualMachines&id=94ddc16f-04fc-4da1-8326-
> 01d8d5cdeb44&resp
> >>>o
> >>>nse=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316497
> 712
> >>> 2013-04-07 00:34:57,738 DEBUG [cloud.api.ApiServlet]
> >>> (1161145101@qtp-1008805148-33:null) ===START===  127.0.0.1 -- GET
> >>>
> >>>command=listOsTypes&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnR
> Rfl8GoVA
> >>>%
> >>>3D&_=1365316497736
> >>> 2013-04-07 00:34:57,754 DEBUG [cloud.api.ApiServlet]
> >>> (1109449945@qtp-1008805148-34:null) ===START===  127.0.0.1 -- GET
> >>>
> >>>command=listTags&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8
> GoVA%3D
> >>>&
> >>>resourceId=94ddc16f-04fc-4da1-8326-
> 01d8d5cdeb44&resourceType=UserVm&list
> >>>A
> >>>ll=true&_=1365316497750
> >>> 2013-04-07 00:34:57,763 DEBUG [cloud.api.ApiServlet]
> >>> (1109449945@qtp-1008805148-34:null) ===END===  127.0.0.1 -- GET
> >>>
> >>>command=listTags&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8
> GoVA%3D
> >>>&
> >>>resourceId=94ddc16f-04fc-4da1-8326-
> 01d8d5cdeb44&resourceType=UserVm&list
> >>>A
> >>>ll=true&_=1365316497750
> >>> 2013-04-07 00:34:57,889 DEBUG [cloud.api.ApiServlet]
> >>> (1161145101@qtp-1008805148-33:null) ===END===  127.0.0.1 -- GET
> >>>
> >>>command=listOsTypes&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnR
> Rfl8GoVA
> >>>%
> >>>3D&_=1365316497736
> >>> 2013-04-07 00:35:01,051 DEBUG [cloud.api.ApiServlet]
> >>> (1109449945@qtp-1008805148-34:null) ===START===  127.0.0.1 -- GET
> >>>
> >>>command=listServiceOfferings&response=json&sessionkey=Z6QqzU0Fq1iT1
> 3bMgn
> >>>R
> >>>Rfl8GoVA%3D&listAll=true&page=1&pagesize=20&issystem=false&_=13653
> 165010
> >>>4
> >>>7
> >>> 2013-04-07 00:35:01,064 DEBUG [cloud.api.ApiServlet]
> >>> (1109449945@qtp-1008805148-34:null) ===END===  127.0.0.1 -- GET
> >>>
> >>>command=listServiceOfferings&response=json&sessionkey=Z6QqzU0Fq1iT1
> 3bMgn
> >>>R
> >>>Rfl8GoVA%3D&listAll=true&page=1&pagesize=20&issystem=false&_=13653
> 165010
> >>>4
> >>>7
> >>> 2013-04-07 00:35:03,427 DEBUG [cloud.api.ApiServlet]
> >>> (1109449945@qtp-1008805148-34:null) ===START===  127.0.0.1 -- GET
> >>>
> >>>command=listServiceOfferings&response=json&sessionkey=Z6QqzU0Fq1iT1
> 3bMgn
> >>>R
> >>>Rfl8GoVA%3D&issystem=false&id=425cf3cf-4bc4-4e53-82a0-
> ba6c20dd3688&_=136
> >>>5
> >>>316503425
> >>> 2013-04-07 00:35:03,439 DEBUG [cloud.api.ApiServlet]
> >>> (1109449945@qtp-1008805148-34:null) ===END===  127.0.0.1 -- GET
> >>>
> >>>command=listServiceOfferings&response=json&sessionkey=Z6QqzU0Fq1iT1
> 3bMgn
> >>>R
> >>>Rfl8GoVA%3D&issystem=false&id=425cf3cf-4bc4-4e53-82a0-
> ba6c20dd3688&_=136
> >>>5
> >>>316503425
> >>> 2013-04-07 00:35:04,848 DEBUG [agent.manager.DirectAgentAttache]
> >>> (DirectAgent-349:null) Ping from 6
> >>> 2013-04-07 00:35:06,206 DEBUG [agent.manager.DirectAgentAttache]
> >>> (DirectAgent-292:null) Ping from 5
> >>> 2013-04-07 00:35:06,909 DEBUG [agent.manager.DirectAgentAttache]
> >>> (DirectAgent-334:null) Seq 6-324993028: Executing request
> >>> 2013-04-07 00:35:07,112 DEBUG [agent.manager.DirectAgentAttache]
> >>> (DirectAgent-334:null) Seq 6-324993028: Response Received:
> >>> 2013-04-07 00:35:07,112 DEBUG [agent.transport.Request]
> >>> (DirectAgent-334:null) Seq 6-324993028: Processing:  { Ans: , MgmtId:
> >>>1,
> >>> via: 6, Ver: v1, Flags: 10,
> >>>
> >>>[{"ClusterSyncAnswer":{"_clusterId":2,"_newStates":{},"_isExecuted":fals
> >>>e
> >>>,"result":true,"wait":0}}]
> >>> }
> >>> 2013-04-07 00:35:08,821 DEBUG [cloud.api.ApiServlet]
> >>> (1109449945@qtp-1008805148-34:null) ===START===  127.0.0.1 -- GET
> >>>
> >>>command=listConfigurations&response=json&sessionkey=Z6QqzU0Fq1iT13b
> MgnRR
> >>>f
> >>>l8GoVA%3D&page=1&pagesize=20&_=1365316508819
> >>> 2013-04-07 00:35:08,845 DEBUG [cloud.api.ApiServlet]
> >>> (1109449945@qtp-1008805148-34:null) ===END===  127.0.0.1 -- GET
> >>>
> >>>command=listConfigurations&response=json&sessionkey=Z6QqzU0Fq1iT13b
> MgnRR
> >>>f
> >>>l8GoVA%3D&page=1&pagesize=20&_=1365316508819
> >>> 2013-04-07 00:35:10,407 DEBUG [cloud.api.ApiServlet]
> >>> (1109449945@qtp-1008805148-34:null) ===START===  127.0.0.1 -- GET
> >>>
> >>>command=listZones&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl
> 8GoVA%3
> >>>D
> >>>&_=1365316510405
> >>> 2013-04-07 00:35:10,416 DEBUG [cloud.api.ApiServlet]
> >>> (1109449945@qtp-1008805148-34:null) ===END===  127.0.0.1 -- GET
> >>>
> >>>command=listZones&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl
> 8GoVA%3
> >>>D
> >>>&_=1365316510405
> >>> 2013-04-07 00:35:10,429 DEBUG [cloud.api.ApiServlet]
> >>> (1109449945@qtp-1008805148-34:null) ===START===  127.0.0.1 -- GET
> >>>
> >>>command=listPods&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8
> GoVA%3D
> >>>&
> >>>page=1&pagesize=1&_=1365316510426
> >>> 2013-04-07 00:35:10,436 DEBUG [cloud.api.ApiServlet]
> >>> (1109449945@qtp-1008805148-34:null) ===END===  127.0.0.1 -- GET
> >>>
> >>>command=listPods&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8
> GoVA%3D
> >>>&
> >>>page=1&pagesize=1&_=1365316510426
> >>> 2013-04-07 00:35:10,440 DEBUG [cloud.api.ApiServlet]
> >>> (1109449945@qtp-1008805148-34:null) ===START===  127.0.0.1 -- GET
> >>>
> >>>command=listClusters&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnR
> Rfl8GoV
> >>>A
> >>>%3D&page=1&pagesize=1&_=1365316510438
> >>> 2013-04-07 00:35:10,448 DEBUG [cloud.api.ApiServlet]
> >>> (1109449945@qtp-1008805148-34:null) ===END===  127.0.0.1 -- GET
> >>>
> >>>command=listClusters&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnR
> Rfl8GoV
> >>>A
> >>>%3D&page=1&pagesize=1&_=1365316510438
> >>> 2013-04-07 00:35:10,451 DEBUG [cloud.api.ApiServlet]
> >>> (1109449945@qtp-1008805148-34:null) ===START===  127.0.0.1 -- GET
> >>>
> >>>command=listHosts&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl
> 8GoVA%3
> >>>D
> >>>&type=routing&page=1&pagesize=1&_=1365316510449
> >>> 2013-04-07 00:35:10,456 DEBUG [api.query.QueryManagerImpl]
> >>> (1109449945@qtp-1008805148-34:null) >>>Searching for hosts>>>
> >>> 2013-04-07 00:35:10,461 DEBUG [api.query.QueryManagerImpl]
> >>> (1109449945@qtp-1008805148-34:null) >>>Generating Response>>>
> >>> 2013-04-07 00:35:10,466 DEBUG [cloud.api.ApiServlet]
> >>> (1109449945@qtp-1008805148-34:null) ===END===  127.0.0.1 -- GET
> >>>
> >>>command=listHosts&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl
> 8GoVA%3
> >>>D
> >>>&type=routing&page=1&pagesize=1&_=1365316510449
> >>> 2013-04-07 00:35:10,470 DEBUG [cloud.api.ApiServlet]
> >>> (1109449945@qtp-1008805148-34:null) ===START===  127.0.0.1 -- GET
> >>>
> >>>command=listStoragePools&response=json&sessionkey=Z6QqzU0Fq1iT13b
> MgnRRfl
> >>>8
> >>>GoVA%3D&page=1&pagesize=1&_=1365316510468
> >>> 2013-04-07 00:35:10,479 DEBUG [cloud.api.ApiServlet]
> >>> (1109449945@qtp-1008805148-34:null) ===END===  127.0.0.1 -- GET
> >>>
> >>>command=listStoragePools&response=json&sessionkey=Z6QqzU0Fq1iT13b
> MgnRRfl
> >>>8
> >>>GoVA%3D&page=1&pagesize=1&_=1365316510468
> >>> 2013-04-07 00:35:10,483 DEBUG [cloud.api.ApiServlet]
> >>> (1109449945@qtp-1008805148-34:null) ===START===  127.0.0.1 -- GET
> >>>
> >>>command=listHosts&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl
> 8GoVA%3
> >>>D
> >>>&type=SecondaryStorage&page=1&pagesize=1&_=1365316510481
> >>> 2013-04-07 00:35:10,488 DEBUG [api.query.QueryManagerImpl]
> >>> (1109449945@qtp-1008805148-34:null) >>>Searching for hosts>>>
> >>> 2013-04-07 00:35:10,493 DEBUG [api.query.QueryManagerImpl]
> >>> (1109449945@qtp-1008805148-34:null) >>>Generating Response>>>
> >>> 2013-04-07 00:35:10,494 DEBUG [cloud.api.ApiServlet]
> >>> (1109449945@qtp-1008805148-34:null) ===END===  127.0.0.1 -- GET
> >>>
> >>>command=listHosts&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl
> 8GoVA%3
> >>>D
> >>>&type=SecondaryStorage&page=1&pagesize=1&_=1365316510481
> >>> 2013-04-07 00:35:10,500 DEBUG [cloud.api.ApiServlet]
> >>> (1109449945@qtp-1008805148-34:null) ===START===  127.0.0.1 -- GET
> >>>
> >>>command=listSystemVms&response=json&sessionkey=Z6QqzU0Fq1iT13bMg
> nRRfl8Go
> >>>V
> >>>A%3D&page=1&pagesize=1&_=1365316510496
> >>> 2013-04-07 00:35:10,564 DEBUG [cloud.api.ApiServlet]
> >>> (1109449945@qtp-1008805148-34:null) ===END===  127.0.0.1 -- GET
> >>>
> >>>command=listSystemVms&response=json&sessionkey=Z6QqzU0Fq1iT13bMg
> nRRfl8Go
> >>>V
> >>>A%3D&page=1&pagesize=1&_=1365316510496
> >>> 2013-04-07 00:35:10,568 DEBUG [cloud.api.ApiServlet]
> >>> (1109449945@qtp-1008805148-34:null) ===START===  127.0.0.1 -- GET
> >>>
> >>>command=listRouters&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRR
> fl8GoVA
> >>>%
> >>>3D&projectid=-1&page=1&pagesize=1&_=1365316510566
> >>> 2013-04-07 00:35:10,576 DEBUG [cloud.api.ApiServlet]
> >>> (1109449945@qtp-1008805148-34:null) ===END===  127.0.0.1 -- GET
> >>>
> >>>command=listRouters&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRR
> fl8GoVA
> >>>%
> >>>3D&projectid=-1&page=1&pagesize=1&_=1365316510566
> >>> 2013-04-07 00:35:10,579 DEBUG [cloud.api.ApiServlet]
> >>> (1109449945@qtp-1008805148-34:null) ===START===  127.0.0.1 -- GET
> >>>
> >>>command=listRouters&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRR
> fl8GoVA
> >>>%
> >>>3D&listAll=true&page=1&pagesize=1&_=1365316510577
> >>> 2013-04-07 00:35:10,591 DEBUG [cloud.api.ApiServlet]
> >>> (1109449945@qtp-1008805148-34:null) ===END===  127.0.0.1 -- GET
> >>>
> >>>command=listRouters&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRR
> fl8GoVA
> >>>%
> >>>3D&listAll=true&page=1&pagesize=1&_=1365316510577
> >>> 2013-04-07 00:35:10,595 DEBUG [cloud.api.ApiServlet]
> >>> (1109449945@qtp-1008805148-34:null) ===START===  127.0.0.1 -- GET
> >>>
> >>>command=listCapacity&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnR
> Rfl8GoV
> >>>A
> >>>%3D&_=1365316510593
> >>> 2013-04-07 00:35:10,609 DEBUG [cloud.api.ApiServlet]
> >>> (1109449945@qtp-1008805148-34:null) ===END===  127.0.0.1 -- GET
> >>>
> >>>command=listCapacity&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnR
> Rfl8GoV
> >>>A
> >>>%3D&_=1365316510593
> >>> 2013-04-07 00:35:11,022 DEBUG [agent.manager.DirectAgentAttache]
> >>> (DirectAgent-298:null) Seq 5-614334468: Executing request
> >>> 2013-04-07 00:35:11,171 DEBUG [agent.manager.DirectAgentAttache]
> >>> (DirectAgent-298:null) Seq 5-614334468: Response Received:
> >>> 2013-04-07 00:35:11,172 DEBUG [agent.transport.Request]
> >>> (DirectAgent-298:null) Seq 5-614334468: Processing:  { Ans: , MgmtId:
> >>>1,
> >>> via: 5, Ver: v1, Flags: 10, [{"Answer":{"result":true,"wait":0}}] }
> >>> 2013-04-07 00:35:12,493 DEBUG [cloud.api.ApiServlet]
> >>> (1109449945@qtp-1008805148-34:null) ===START===  127.0.0.1 -- GET
> >>>
> >>>command=listStoragePools&response=json&sessionkey=Z6QqzU0Fq1iT13b
> MgnRRfl
> >>>8
> >>>GoVA%3D&page=1&pageSize=20&listAll=true&_=1365316512490
> >>> 2013-04-07 00:35:12,508 DEBUG [cloud.api.ApiServlet]
> >>> (1109449945@qtp-1008805148-34:null) ===END===  127.0.0.1 -- GET
> >>>
> >>>command=listStoragePools&response=json&sessionkey=Z6QqzU0Fq1iT13b
> MgnRRfl
> >>>8
> >>>GoVA%3D&page=1&pageSize=20&listAll=true&_=1365316512490
> >>> 2013-04-07 00:35:18,008 DEBUG [cloud.api.ApiServlet]
> >>> (1109449945@qtp-1008805148-34:null) ===START===  127.0.0.1 -- GET
> >>>
> >>>command=listZones&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl
> 8GoVA%3
> >>>D
> >>>&id=3a62dec3-cf95-4ba2-9af0-af2190af35e3&_=1365316518006
> >>> 2013-04-07 00:35:18,016 DEBUG [cloud.api.ApiServlet]
> >>> (1109449945@qtp-1008805148-34:null) ===END===  127.0.0.1 -- GET
> >>>
> >>>command=listZones&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl
> 8GoVA%3
> >>>D
> >>>&id=3a62dec3-cf95-4ba2-9af0-af2190af35e3&_=1365316518006
> >>> 2013-04-07 00:35:18,022 DEBUG [cloud.api.ApiServlet]
> >>> (1109449945@qtp-1008805148-34:null) ===START===  127.0.0.1 -- GET
> >>>
> >>>command=listStoragePools&id=iSCSI_SR_4&response=json&sessionkey=Z6Q
> qzU0F
> >>>q
> >>>1iT13bMgnRRfl8GoVA%3D&_=1365316518019
> >>> 2013-04-07 00:35:18,036 DEBUG [cloud.api.ApiServlet]
> >>> (1109449945@qtp-1008805148-34:null) ===END===  127.0.0.1 -- GET
> >>>
> >>>command=listStoragePools&id=iSCSI_SR_4&response=json&sessionkey=Z6Q
> qzU0F
> >>>q
> >>>1iT13bMgnRRfl8GoVA%3D&_=1365316518019
> >>> 2013-04-07 00:35:20,457 DEBUG
> >>> [storage.secondary.SecondaryStorageManagerImpl] (secstorage-1:null)
> >>>Zone 1
> >>> is ready to launch secondary storage VM
> >>> 2013-04-07 00:35:20,560 DEBUG
> >>>[cloud.consoleproxy.ConsoleProxyManagerImpl]
> >>> (consoleproxy-1:null) Zone 1 is ready to launch console proxy
> >>> 2013-04-07 00:35:20,820 DEBUG
> >>> [network.router.VirtualNetworkApplianceManagerImpl]
> >>> (RouterStatusMonitor-1:null) Found 0 routers to update status.
> >>> 2013-04-07 00:35:20,821 DEBUG
> >>> [network.router.VirtualNetworkApplianceManagerImpl]
> >>> (RouterStatusMonitor-1:null) Found 0 networks to update RvR status.
> >>> 2013-04-07 00:35:20,850 DEBUG
> >>> [network.router.VirtualNetworkApplianceManagerImpl]
> >>> (RouterStatusMonitor-1:null) Found 0 routers to update status.
> >>> 2013-04-07 00:35:20,851 DEBUG
> >>> [network.router.VirtualNetworkApplianceManagerImpl]
> >>> (RouterStatusMonitor-1:null) Found 0 networks to update RvR status.
> >>> 2013-04-07 00:35:23,644 DEBUG [cloud.api.ApiServlet]
> >>> (1109449945@qtp-1008805148-34:null) ===START===  127.0.0.1 -- GET
> >>>
> >>>command=listZones&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl
> 8GoVA%3
> >>>D
> >>>&id=3a62dec3-cf95-4ba2-9af0-af2190af35e3&_=1365316523642
> >>> 2013-04-07 00:35:23,652 DEBUG [cloud.api.ApiServlet]
> >>> (1109449945@qtp-1008805148-34:null) ===END===  127.0.0.1 -- GET
> >>>
> >>>command=listZones&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl
> 8GoVA%3
> >>>D
> >>>&id=3a62dec3-cf95-4ba2-9af0-af2190af35e3&_=1365316523642
> >>> 2013-04-07 00:35:23,657 DEBUG [cloud.api.ApiServlet]
> >>> (1109449945@qtp-1008805148-34:null) ===START===  127.0.0.1 -- GET
> >>>
> >>>command=listStoragePools&id=iSCSI_SR_3&response=json&sessionkey=Z6Q
> qzU0F
> >>>q
> >>>1iT13bMgnRRfl8GoVA%3D&_=1365316523655
> >>> 2013-04-07 00:35:23,670 DEBUG [cloud.api.ApiServlet]
> >>> (1109449945@qtp-1008805148-34:null) ===END===  127.0.0.1 -- GET
> >>>
> >>>command=listStoragePools&id=iSCSI_SR_3&response=json&sessionkey=Z6Q
> qzU0F
> >>>q
> >>>1iT13bMgnRRfl8GoVA%3D&_=1365316523655
> >>> 2013-04-07 00:35:24,890 DEBUG [agent.manager.AgentManagerImpl]
> >>> (AgentManager-Handler-2:null) Ping from 4
> >>> 2013-04-07 00:35:25,447 DEBUG [cloud.api.ApiServlet]
> >>> (1109449945@qtp-1008805148-34:null) ===START===  127.0.0.1 -- GET
> >>>
> >>>command=listZones&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl
> 8GoVA%3
> >>>D
> >>>&_=1365316525443
> >>> 2013-04-07 00:35:25,456 DEBUG [cloud.api.ApiServlet]
> >>> (1109449945@qtp-1008805148-34:null) ===END===  127.0.0.1 -- GET
> >>>
> >>>command=listZones&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl
> 8GoVA%3
> >>>D
> >>>&_=1365316525443
> >>> 2013-04-07 00:35:25,467 DEBUG [cloud.api.ApiServlet]
> >>> (1109449945@qtp-1008805148-34:null) ===START===  127.0.0.1 -- GET
> >>>
> >>>command=listPods&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8
> GoVA%3D
> >>>&
> >>>page=1&pagesize=1&_=1365316525465
> >>> 2013-04-07 00:35:25,474 DEBUG [cloud.api.ApiServlet]
> >>> (1109449945@qtp-1008805148-34:null) ===END===  127.0.0.1 -- GET
> >>>
> >>>command=listPods&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8
> GoVA%3D
> >>>&
> >>>page=1&pagesize=1&_=1365316525465
> >>> 2013-04-07 00:35:25,477 DEBUG [cloud.api.ApiServlet]
> >>> (1109449945@qtp-1008805148-34:null) ===START===  127.0.0.1 -- GET
> >>>
> >>>command=listClusters&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnR
> Rfl8GoV
> >>>A
> >>>%3D&page=1&pagesize=1&_=1365316525475
> >>> 2013-04-07 00:35:25,485 DEBUG [cloud.api.ApiServlet]
> >>> (1109449945@qtp-1008805148-34:null) ===END===  127.0.0.1 -- GET
> >>>
> >>>command=listClusters&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnR
> Rfl8GoV
> >>>A
> >>>%3D&page=1&pagesize=1&_=1365316525475
> >>> 2013-04-07 00:35:25,488 DEBUG [cloud.api.ApiServlet]
> >>> (1109449945@qtp-1008805148-34:null) ===START===  127.0.0.1 -- GET
> >>>
> >>>command=listHosts&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl
> 8GoVA%3
> >>>D
> >>>&type=routing&page=1&pagesize=1&_=1365316525486
> >>> 2013-04-07 00:35:25,493 DEBUG [api.query.QueryManagerImpl]
> >>> (1109449945@qtp-1008805148-34:null) >>>Searching for hosts>>>
> >>> 2013-04-07 00:35:25,498 DEBUG [api.query.QueryManagerImpl]
> >>> (1109449945@qtp-1008805148-34:null) >>>Generating Response>>>
> >>> 2013-04-07 00:35:25,504 DEBUG [cloud.api.ApiServlet]
> >>> (1109449945@qtp-1008805148-34:null) ===END===  127.0.0.1 -- GET
> >>>
> >>>command=listHosts&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl
> 8GoVA%3
> >>>D
> >>>&type=routing&page=1&pagesize=1&_=1365316525486
> >>> 2013-04-07 00:35:25,507 DEBUG [cloud.api.ApiServlet]
> >>> (1109449945@qtp-1008805148-34:null) ===START===  127.0.0.1 -- GET
> >>>
> >>>command=listStoragePools&response=json&sessionkey=Z6QqzU0Fq1iT13b
> MgnRRfl
> >>>8
> >>>GoVA%3D&page=1&pagesize=1&_=1365316525505
> >>> 2013-04-07 00:35:25,517 DEBUG [cloud.api.ApiServlet]
> >>> (1109449945@qtp-1008805148-34:null) ===END===  127.0.0.1 -- GET
> >>>
> >>>command=listStoragePools&response=json&sessionkey=Z6QqzU0Fq1iT13b
> MgnRRfl
> >>>8
> >>>GoVA%3D&page=1&pagesize=1&_=1365316525505
> >>> 2013-04-07 00:35:25,522 DEBUG [cloud.api.ApiServlet]
> >>> (1109449945@qtp-1008805148-34:null) ===START===  127.0.0.1 -- GET
> >>>
> >>>command=listHosts&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl
> 8GoVA%3
> >>>D
> >>>&type=SecondaryStorage&page=1&pagesize=1&_=1365316525519
> >>> 2013-04-07 00:35:25,526 DEBUG [api.query.QueryManagerImpl]
> >>> (1109449945@qtp-1008805148-34:null) >>>Searching for hosts>>>
> >>> 2013-04-07 00:35:25,531 DEBUG [api.query.QueryManagerImpl]
> >>> (1109449945@qtp-1008805148-34:null) >>>Generating Response>>>
> >>> 2013-04-07 00:35:25,533 DEBUG [cloud.api.ApiServlet]
> >>> (1109449945@qtp-1008805148-34:null) ===END===  127.0.0.1 -- GET
> >>>
> >>>command=listHosts&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl
> 8GoVA%3
> >>>D
> >>>&type=SecondaryStorage&page=1&pagesize=1&_=1365316525519
> >>> 2013-04-07 00:35:25,536 DEBUG [cloud.api.ApiServlet]
> >>> (1109449945@qtp-1008805148-34:null) ===START===  127.0.0.1 -- GET
> >>>
> >>>command=listSystemVms&response=json&sessionkey=Z6QqzU0Fq1iT13bMg
> nRRfl8Go
> >>>V
> >>>A%3D&page=1&pagesize=1&_=1365316525534
> >>> 2013-04-07 00:35:25,591 DEBUG [cloud.api.ApiServlet]
> >>> (1109449945@qtp-1008805148-34:null) ===END===  127.0.0.1 -- GET
> >>>
> >>>command=listSystemVms&response=json&sessionkey=Z6QqzU0Fq1iT13bMg
> nRRfl8Go
> >>>V
> >>>A%3D&page=1&pagesize=1&_=1365316525534
> >>> 2013-04-07 00:35:25,595 DEBUG [cloud.api.ApiServlet]
> >>> (1109449945@qtp-1008805148-34:null) ===START===  127.0.0.1 -- GET
> >>>
> >>>command=listRouters&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRR
> fl8GoVA
> >>>%
> >>>3D&projectid=-1&page=1&pagesize=1&_=1365316525593
> >>> 2013-04-07 00:35:25,603 DEBUG [cloud.api.ApiServlet]
> >>> (1109449945@qtp-1008805148-34:null) ===END===  127.0.0.1 -- GET
> >>>
> >>>command=listRouters&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRR
> fl8GoVA
> >>>%
> >>>3D&projectid=-1&page=1&pagesize=1&_=1365316525593
> >>> 2013-04-07 00:35:25,606 DEBUG [cloud.api.ApiServlet]
> >>> (1109449945@qtp-1008805148-34:null) ===START===  127.0.0.1 -- GET
> >>>
> >>>command=listRouters&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRR
> fl8GoVA
> >>>%
> >>>3D&listAll=true&page=1&pagesize=1&_=1365316525604
> >>> 2013-04-07 00:35:25,617 DEBUG [cloud.api.ApiServlet]
> >>> (1109449945@qtp-1008805148-34:null) ===END===  127.0.0.1 -- GET
> >>>
> >>>command=listRouters&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRR
> fl8GoVA
> >>>%
> >>>3D&listAll=true&page=1&pagesize=1&_=1365316525604
> >>> 2013-04-07 00:35:25,621 DEBUG [cloud.api.ApiServlet]
> >>> (1109449945@qtp-1008805148-34:null) ===START===  127.0.0.1 -- GET
> >>>
> >>>command=listCapacity&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnR
> Rfl8GoV
> >>>A
> >>>%3D&_=1365316525619
> >>> 2013-04-07 00:35:25,634 DEBUG [cloud.api.ApiServlet]
> >>> (1109449945@qtp-1008805148-34:null) ===END===  127.0.0.1 -- GET
> >>>
> >>>command=listCapacity&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnR
> Rfl8GoV
> >>>A
> >>>%3D&_=1365316525619
> >>> 2013-04-07 00:35:27,158 DEBUG [agent.manager.DirectAgentAttache]
> >>> (DirectAgent-276:null) Ping from 1
> >>> 2013-04-07 00:35:29,095 DEBUG [agent.manager.DirectAgentAttache]
> >>> (DirectAgent-139:null) Seq 1-90046472: Executing request
> >>> 2013-04-07 00:35:29,302 DEBUG [agent.manager.DirectAgentAttache]
> >>> (DirectAgent-139:null) Seq 1-90046472: Response Received:
> >>> 2013-04-07 00:35:29,303 DEBUG [agent.transport.Request]
> >>> (DirectAgent-139:null) Seq 1-90046472: Processing:  { Ans: , MgmtId: 1,
> >>> via: 1, Ver: v1, Flags: 10,
> >>>
> >>>[{"ClusterSyncAnswer":{"_clusterId":1,"_newStates":{},"_isExecuted":fals
> >>>e
> >>>,"result":true,"wait":0}}]
> >>> }
> >>> 2013-04-07 00:35:31,624 DEBUG [cloud.api.ApiServlet]
> >>> (1109449945@qtp-1008805148-34:null) ===START===  127.0.0.1 -- GET
> >>>
> >>>command=listVirtualMachines&response=json&sessionkey=Z6QqzU0Fq1iT13
> bMgnR
> >>>R
> >>>fl8GoVA%3D&listAll=true&page=1&pagesize=20&_=1365316531622
> >>> 2013-04-07 00:35:31,644 DEBUG [cloud.api.ApiServlet]
> >>> (1109449945@qtp-1008805148-34:null) ===END===  127.0.0.1 -- GET
> >>>
> >>>command=listVirtualMachines&response=json&sessionkey=Z6QqzU0Fq1iT13
> bMgnR
> >>>R
> >>>fl8GoVA%3D&listAll=true&page=1&pagesize=20&_=1365316531622
> >>> 2013-04-07 00:35:32,710 DEBUG [cloud.api.ApiServlet]
> >>> (1109449945@qtp-1008805148-34:null) ===START===  127.0.0.1 -- GET
> >>>
> >>>command=listVolumes&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnR
> Rfl8GoVA
> >>>%
> >>>3D&listAll=true&page=1&pagesize=20&_=1365316532708
> >>> 2013-04-07 00:35:32,724 DEBUG [cloud.api.ApiServlet]
> >>> (1109449945@qtp-1008805148-34:null) ===END===  127.0.0.1 -- GET
> >>>
> >>>command=listVolumes&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnR
> Rfl8GoVA
> >>>%
> >>>3D&listAll=true&page=1&pagesize=20&_=1365316532708
> >>> 2013-04-07 00:35:33,917 DEBUG [cloud.api.ApiServlet]
> >>> (1109449945@qtp-1008805148-34:null) ===START===  127.0.0.1 -- GET
> >>>
> >>>command=listVirtualMachines&response=json&sessionkey=Z6QqzU0Fq1iT13
> bMgnR
> >>>R
> >>>fl8GoVA%3D&listAll=true&page=1&pagesize=20&_=1365316533915
> >>> 2013-04-07 00:35:33,935 DEBUG [cloud.api.ApiServlet]
> >>> (1109449945@qtp-1008805148-34:null) ===END===  127.0.0.1 -- GET
> >>>
> >>>command=listVirtualMachines&response=json&sessionkey=Z6QqzU0Fq1iT13
> bMgnR
> >>>R
> >>>fl8GoVA%3D&listAll=true&page=1&pagesize=20&_=1365316533915
> >>> 2013-04-07 00:35:35,668 DEBUG [cloud.api.ApiServlet]
> >>> (1109449945@qtp-1008805148-34:null) ===START===  127.0.0.1 -- GET
> >>>
> >>>command=listVirtualMachines&id=c18ddf7c-fc61-40b0-af75-
> fdef05f8eae6&resp
> >>>o
> >>>nse=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316535
> 666
> >>> 2013-04-07 00:35:35,689 DEBUG [cloud.api.ApiServlet]
> >>> (1109449945@qtp-1008805148-34:null) ===END===  127.0.0.1 -- GET
> >>>
> >>>command=listVirtualMachines&id=c18ddf7c-fc61-40b0-af75-
> fdef05f8eae6&resp
> >>>o
> >>>nse=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316535
> 666
> >>> 2013-04-07 00:35:35,695 DEBUG [cloud.api.ApiServlet]
> >>> (1109449945@qtp-1008805148-34:null) ===START===  127.0.0.1 -- GET
> >>>
> >>>command=listOsTypes&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnR
> Rfl8GoVA
> >>>%
> >>>3D&_=1365316535693
> >>> 2013-04-07 00:35:35,873 DEBUG [cloud.api.ApiServlet]
> >>> (1109449945@qtp-1008805148-34:null) ===END===  127.0.0.1 -- GET
> >>>
> >>>command=listOsTypes&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnR
> Rfl8GoVA
> >>>%
> >>>3D&_=1365316535693
> >>> 2013-04-07 00:35:39,081 DEBUG [cloud.api.ApiServlet]
> >>> (1109449945@qtp-1008805148-34:null) ===START===  127.0.0.1 -- GET
> >>>
> >>>command=destroyVirtualMachine&id=c18ddf7c-fc61-40b0-af75-
> fdef05f8eae6&re
> >>>s
> >>>ponse=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316
> 539079
> >>> 2013-04-07 00:35:39,103 DEBUG [cloud.async.AsyncJobManagerImpl]
> >>> (1109449945@qtp-1008805148-34:null) submit async job-45, details:
> >>> AsyncJobVO {id:45, userId: 2, accountId: 2, sessionKey: null,
> >>>instanceType:
> >>> null, instanceId: 12, cmd:
> >>> org.apache.cloudstack.api.command.user.vm.DestroyVMCmd,
> cmdOriginator:
> >>> null, cmdInfo:
> >>>
> >>>{"id":"c18ddf7c-fc61-40b0-af75-fdef05f8eae6","response":"json","sessionk
> >>>e
> >>>y":"Z6QqzU0Fq1iT13bMgnRRfl8GoVA\u003d","ctxUserId":"2","_":"13653165
> 3907
> >>>9
> >>>","ctxAccountId":"2","ctxStartEventId":"50"},
> >>> cmdVersion: 0, callbackType: 0, callbackAddress: null, status: 0,
> >>> processStatus: 0, resultCode: 0, result: null, initMsid: 1,
> >>>completeMsid:
> >>> null, lastUpdated: null, lastPolled: null, created: null}
> >>> 2013-04-07 00:35:39,104 DEBUG [cloud.async.AsyncJobManagerImpl]
> >>> (Job-Executor-38:job-45) Executing
> >>> org.apache.cloudstack.api.command.user.vm.DestroyVMCmd for job-45
> >>> 2013-04-07 00:35:39,105 DEBUG [cloud.api.ApiServlet]
> >>> (1109449945@qtp-1008805148-34:null) ===END===  127.0.0.1 -- GET
> >>>
> >>>command=destroyVirtualMachine&id=c18ddf7c-fc61-40b0-af75-
> fdef05f8eae6&re
> >>>s
> >>>ponse=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316
> 539079
> >>> 2013-04-07 00:35:39,119 DEBUG [cloud.vm.VirtualMachineManagerImpl]
> >>> (Job-Executor-38:job-45) Destroying vm
> >>> VM[User|c18ddf7c-fc61-40b0-af75-fdef05f8eae6]
> >>> 2013-04-07 00:35:39,123 DEBUG [cloud.capacity.CapacityManagerImpl]
> >>> (Job-Executor-38:job-45) VM state transitted from :Running to Stopping
> >>>with
> >>> event: StopRequestedvm's original host id: 5 new host id: 5 host id
> >>>before
> >>> state transition: 5
> >>> 2013-04-07 00:35:39,125 DEBUG [agent.transport.Request]
> >>> (Job-Executor-38:job-45) Seq 5-614334817: Sending  { Cmd , MgmtId: 1,
> >>>via:
> >>> 5, Ver: v1, Flags: 100111,
> >>> [{"StopCommand":{"isProxy":false,"vmName":"i-2-12-VM","wait":0}}] }
> >>> 2013-04-07 00:35:39,125 DEBUG [agent.transport.Request]
> >>> (Job-Executor-38:job-45) Seq 5-614334817: Executing:  { Cmd , MgmtId:
> >>>1,
> >>> via: 5, Ver: v1, Flags: 100111,
> >>> [{"StopCommand":{"isProxy":false,"vmName":"i-2-12-VM","wait":0}}] }
> >>> 2013-04-07 00:35:39,125 DEBUG [agent.manager.DirectAgentAttache]
> >>> (DirectAgent-414:null) Seq 5-614334817: Executing request
> >>> 2013-04-07 00:35:39,289 DEBUG [xen.resource.CitrixResourceBase]
> >>> (DirectAgent-414:null) 9. The VM i-2-12-VM is in Stopping state
> >>> 2013-04-07 00:35:39,720 INFO  [xen.resource.CitrixResourceBase]
> >>> (DirectAgent-414:null) Removed  network rules for vm i-2-12-VM
> >>> 2013-04-07 00:35:42,113 DEBUG [cloud.api.ApiServlet]
> >>> (1109449945@qtp-1008805148-34:null) ===START===  127.0.0.1 -- GET
> >>>
> >>>command=queryAsyncJobResult&jobId=1288fa5b-8b5f-4952-b056-
> b180437edfd5&r
> >>>e
> >>>sponse=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316
> 542111
> >>> 2013-04-07 00:35:42,127 DEBUG [cloud.api.ApiServlet]
> >>> (1109449945@qtp-1008805148-34:null) ===END===  127.0.0.1 -- GET
> >>>
> >>>command=queryAsyncJobResult&jobId=1288fa5b-8b5f-4952-b056-
> b180437edfd5&r
> >>>e
> >>>sponse=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316
> 542111
> >>> 2013-04-07 00:35:45,114 DEBUG [cloud.api.ApiServlet]
> >>> (1109449945@qtp-1008805148-34:null) ===START===  127.0.0.1 -- GET
> >>>
> >>>command=queryAsyncJobResult&jobId=1288fa5b-8b5f-4952-b056-
> b180437edfd5&r
> >>>e
> >>>sponse=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316
> 545112
> >>> 2013-04-07 00:35:45,129 DEBUG [cloud.api.ApiServlet]
> >>> (1109449945@qtp-1008805148-34:null) ===END===  127.0.0.1 -- GET
> >>>
> >>>command=queryAsyncJobResult&jobId=1288fa5b-8b5f-4952-b056-
> b180437edfd5&r
> >>>e
> >>>sponse=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316
> 545112
> >>> 2013-04-07 00:35:47,682 DEBUG [agent.manager.AgentManagerImpl]
> >>> (AgentManager-Handler-3:null) Ping from 3
> >>> 2013-04-07 00:35:48,115 DEBUG [cloud.api.ApiServlet]
> >>> (1109449945@qtp-1008805148-34:null) ===START===  127.0.0.1 -- GET
> >>>
> >>>command=queryAsyncJobResult&jobId=1288fa5b-8b5f-4952-b056-
> b180437edfd5&r
> >>>e
> >>>sponse=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316
> 548112
> >>> 2013-04-07 00:35:48,133 DEBUG [cloud.api.ApiServlet]
> >>> (1109449945@qtp-1008805148-34:null) ===END===  127.0.0.1 -- GET
> >>>
> >>>command=queryAsyncJobResult&jobId=1288fa5b-8b5f-4952-b056-
> b180437edfd5&r
> >>>e
> >>>sponse=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316
> 548112
> >>> 2013-04-07 00:35:50,456 DEBUG
> >>> [storage.secondary.SecondaryStorageManagerImpl] (secstorage-1:null)
> >>>Zone 1
> >>> is ready to launch secondary storage VM
> >>> 2013-04-07 00:35:50,564 DEBUG
> >>>[cloud.consoleproxy.ConsoleProxyManagerImpl]
> >>> (consoleproxy-1:null) Zone 1 is ready to launch console proxy
> >>> 2013-04-07 00:35:50,819 DEBUG
> >>> [network.router.VirtualNetworkApplianceManagerImpl]
> >>> (RouterStatusMonitor-1:null) Found 0 routers to update status.
> >>> 2013-04-07 00:35:50,821 DEBUG
> >>> [network.router.VirtualNetworkApplianceManagerImpl]
> >>> (RouterStatusMonitor-1:null) Found 0 networks to update RvR status.
> >>> 2013-04-07 00:35:50,851 DEBUG
> >>> [network.router.VirtualNetworkApplianceManagerImpl]
> >>> (RouterStatusMonitor-1:null) Found 0 routers to update status.
> >>> 2013-04-07 00:35:50,852 DEBUG
> >>> [network.router.VirtualNetworkApplianceManagerImpl]
> >>> (RouterStatusMonitor-1:null) Found 0 networks to update RvR status.
> >>> 2013-04-07 00:35:51,117 DEBUG [cloud.api.ApiServlet]
> >>> (1109449945@qtp-1008805148-34:null) ===START===  127.0.0.1 -- GET
> >>>
> >>>command=queryAsyncJobResult&jobId=1288fa5b-8b5f-4952-b056-
> b180437edfd5&r
> >>>e
> >>>sponse=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316
> 551115
> >>> 2013-04-07 00:35:51,132 DEBUG [cloud.api.ApiServlet]
> >>> (1109449945@qtp-1008805148-34:null) ===END===  127.0.0.1 -- GET
> >>>
> >>>command=queryAsyncJobResult&jobId=1288fa5b-8b5f-4952-b056-
> b180437edfd5&r
> >>>e
> >>>sponse=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316
> 551115
> >>> 2013-04-07 00:35:51,242 DEBUG [xen.resource.CitrixResourceBase]
> >>> (DirectAgent-414:null) 10. The VM i-2-12-VM is in Stopped state
> >>> 2013-04-07 00:35:51,242 DEBUG [agent.manager.DirectAgentAttache]
> >>> (DirectAgent-414:null) Seq 5-614334817: Response Received:
> >>> 2013-04-07 00:35:51,243 DEBUG [agent.transport.Request]
> >>> (DirectAgent-414:null) Seq 5-614334817: Processing:  { Ans: , MgmtId:
> >>>1,
> >>> via: 5, Ver: v1, Flags: 110,
> >>> [{"StopAnswer":{"vncPort":0,"result":true,"details":"Stop VM i-2-12-VM
> >>> Succeed","wait":0}}] }
> >>> 2013-04-07 00:35:51,243 DEBUG [agent.transport.Request]
> >>> (Job-Executor-38:job-45) Seq 5-614334817: Received:  { Ans: , MgmtId:
> >>>1,
> >>> via: 5, Ver: v1, Flags: 110, { StopAnswer } }
> >>> 2013-04-07 00:35:51,243 DEBUG [agent.manager.AgentAttache]
> >>> (DirectAgent-414:null) Seq 5-614334817: No more commands found
> >>> 2013-04-07 00:35:51,244 DEBUG [cloud.vm.VirtualMachineManagerImpl]
> >>> (Job-Executor-38:job-45) VM[User|c18ddf7c-fc61-40b0-af75-fdef05f8eae6]
> >>>is
> >>> stopped on the host.  Proceeding to release resource held.
> >>> 2013-04-07 00:35:51,251 DEBUG [cloud.network.NetworkManagerImpl]
> >>> (Job-Executor-38:job-45) Changing active number of nics for network
> >>>id=204
> >>> on -1
> >>> 2013-04-07 00:35:51,252 DEBUG [cloud.network.NetworkManagerImpl]
> >>> (Job-Executor-38:job-45) Asking ElasticLoadBalancerElement to release
> >>> Nic[18-12-6416c373-20d8-4617-8dcb-30a8ff9d0f34-192.168.56.195]
> >>> 2013-04-07 00:35:51,252 DEBUG [cloud.network.NetworkManagerImpl]
> >>> (Job-Executor-38:job-45) Asking NiciraNvpElement to release
> >>> Nic[18-12-6416c373-20d8-4617-8dcb-30a8ff9d0f34-192.168.56.195]
> >>> 2013-04-07 00:35:51,252 DEBUG [network.element.NiciraNvpElement]
> >>> (Job-Executor-38:job-45) Checking if NiciraNvpElement can handle
> >>>service
> >>> Connectivity on network guestNetworkForBasicZone
> >>> 2013-04-07 00:35:51,252 DEBUG [cloud.network.NetworkManagerImpl]
> >>> (Job-Executor-38:job-45) Asking BigSwitchVnsElement to release
> >>> Nic[18-12-6416c373-20d8-4617-8dcb-30a8ff9d0f34-192.168.56.195]
> >>> 2013-04-07 00:35:51,252 DEBUG [network.element.BigSwitchVnsElement]
> >>> (Job-Executor-38:job-45) Checking if BigSwitchVnsElement can handle
> >>>service
> >>> Connectivity on network guestNetworkForBasicZone
> >>> 2013-04-07 00:35:51,252 DEBUG [cloud.network.NetworkManagerImpl]
> >>> (Job-Executor-38:job-45) Asking Ovs to release
> >>> Nic[18-12-6416c373-20d8-4617-8dcb-30a8ff9d0f34-192.168.56.195]
> >>> 2013-04-07 00:35:51,252 DEBUG [cloud.network.NetworkManagerImpl]
> >>> (Job-Executor-38:job-45) Asking BareMetalDhcp to release
> >>> Nic[18-12-6416c373-20d8-4617-8dcb-30a8ff9d0f34-192.168.56.195]
> >>> 2013-04-07 00:35:51,252 DEBUG [cloud.network.NetworkManagerImpl]
> >>> (Job-Executor-38:job-45) Asking BareMetalPxe to release
> >>> Nic[18-12-6416c373-20d8-4617-8dcb-30a8ff9d0f34-192.168.56.195]
> >>> 2013-04-07 00:35:51,252 DEBUG [cloud.network.NetworkManagerImpl]
> >>> (Job-Executor-38:job-45) Asking BareMetalUserdata to release
> >>> Nic[18-12-6416c373-20d8-4617-8dcb-30a8ff9d0f34-192.168.56.195]
> >>> 2013-04-07 00:35:51,252 DEBUG [cloud.network.NetworkManagerImpl]
> >>> (Job-Executor-38:job-45) Asking SecurityGroupProvider to release
> >>> Nic[18-12-6416c373-20d8-4617-8dcb-30a8ff9d0f34-192.168.56.195]
> >>> 2013-04-07 00:35:51,252 DEBUG [cloud.network.NetworkManagerImpl]
> >>> (Job-Executor-38:job-45) Asking VirtualRouter to release
> >>> Nic[18-12-6416c373-20d8-4617-8dcb-30a8ff9d0f34-192.168.56.195]
> >>> 2013-04-07 00:35:51,253 DEBUG [cloud.network.NetworkManagerImpl]
> >>> (Job-Executor-38:job-45) Asking VpcVirtualRouter to release
> >>> Nic[18-12-6416c373-20d8-4617-8dcb-30a8ff9d0f34-192.168.56.195]
> >>> 2013-04-07 00:35:51,253 DEBUG [cloud.network.NetworkManagerImpl]
> >>> (Job-Executor-38:job-45) Asking NiciraNvp to release
> >>> Nic[18-12-6416c373-20d8-4617-8dcb-30a8ff9d0f34-192.168.56.195]
> >>> 2013-04-07 00:35:51,253 DEBUG [network.element.NiciraNvpElement]
> >>> (Job-Executor-38:job-45) Checking if NiciraNvpElement can handle
> >>>service
> >>> Connectivity on network guestNetworkForBasicZone
> >>> 2013-04-07 00:35:51,253 DEBUG [cloud.network.NetworkManagerImpl]
> >>> (Job-Executor-38:job-45) Asking JuniperSRX to release
> >>> Nic[18-12-6416c373-20d8-4617-8dcb-30a8ff9d0f34-192.168.56.195]
> >>> 2013-04-07 00:35:51,253 DEBUG [cloud.network.NetworkManagerImpl]
> >>> (Job-Executor-38:job-45) Asking Netscaler to release
> >>> Nic[18-12-6416c373-20d8-4617-8dcb-30a8ff9d0f34-192.168.56.195]
> >>> 2013-04-07 00:35:51,253 DEBUG [cloud.network.NetworkManagerImpl]
> >>> (Job-Executor-38:job-45) Asking F5BigIP to release
> >>> Nic[18-12-6416c373-20d8-4617-8dcb-30a8ff9d0f34-192.168.56.195]
> >>> 2013-04-07 00:35:51,253 DEBUG [cloud.network.NetworkManagerImpl]
> >>> (Job-Executor-38:job-45) Asking CiscoNexus1000vVSM to release
> >>> Nic[18-12-6416c373-20d8-4617-8dcb-30a8ff9d0f34-192.168.56.195]
> >>> 2013-04-07 00:35:51,253 DEBUG [cloud.vm.VirtualMachineManagerImpl]
> >>> (Job-Executor-38:job-45) Successfully released network resources for
> >>>the vm
> >>> VM[User|c18ddf7c-fc61-40b0-af75-fdef05f8eae6]
> >>> 2013-04-07 00:35:51,253 DEBUG [cloud.vm.VirtualMachineManagerImpl]
> >>> (Job-Executor-38:job-45) Successfully released storage resources for
> >>>the vm
> >>> VM[User|c18ddf7c-fc61-40b0-af75-fdef05f8eae6]
> >>> 2013-04-07 00:35:51,298 DEBUG [cloud.capacity.CapacityManagerImpl]
> >>> (Job-Executor-38:job-45) VM state transitted from :Stopping to Stopped
> >>>with
> >>> event: OperationSucceededvm's original host id: 5 new host id: null
> >>>host id
> >>> before state transition: 5
> >>> 2013-04-07 00:35:51,302 DEBUG [cloud.capacity.CapacityManagerImpl]
> >>> (Job-Executor-38:job-45) Hosts's actual total CPU: 2479 and CPU after
> >>> applying overprovisioning: 2479
> >>> 2013-04-07 00:35:51,303 DEBUG [cloud.capacity.CapacityManagerImpl]
> >>> (Job-Executor-38:job-45) release cpu from host: 5, old used:
> >>>100,reserved:
> >>> 0, actual total: 2479, total with overprovisioning: 2479; new used:
> >>> 0,reserved:100; movedfromreserved: false,moveToReserveredtrue
> >>> 2013-04-07 00:35:51,303 DEBUG [cloud.capacity.CapacityManagerImpl]
> >>> (Job-Executor-38:job-45) release mem from host: 5, old used:
> >>> 1073741824,reserved: 0, total: 1671695424; new used:
> >>>0,reserved:1073741824;
> >>> movedfromreserved: false,moveToReserveredtrue
> >>> 2013-04-07 00:35:51,308 DEBUG [cloud.capacity.CapacityManagerImpl]
> >>> (Job-Executor-38:job-45) VM state transitted from :Stopped to Destroyed
> >>> with event: DestroyRequestedvm's original host id: 5 new host id: null
> >>>host
> >>> id before state transition: null
> >>> 2013-04-07 00:35:51,313 DEBUG [cloud.capacity.CapacityManagerImpl]
> >>> (Job-Executor-38:job-45) Hosts's actual total CPU: 2479 and CPU after
> >>> applying overprovisioning: 2479
> >>> 2013-04-07 00:35:51,313 DEBUG [cloud.capacity.CapacityManagerImpl]
> >>> (Job-Executor-38:job-45) release cpu from host: 5, old used:
> >>>0,reserved:
> >>> 100, actual total: 2479, total with overprovisioning: 2479; new used:
> >>> 0,reserved:0; movedfromreserved: true,moveToReserveredfalse
> >>> 2013-04-07 00:35:51,313 DEBUG [cloud.capacity.CapacityManagerImpl]
> >>> (Job-Executor-38:job-45) release mem from host: 5, old used:
> >>>0,reserved:
> >>> 1073741824, total: 1671695424; new used: 0,reserved:0;
> >>>movedfromreserved:
> >>> true,moveToReserveredfalse
> >>> 2013-04-07 00:35:51,328 DEBUG [cloud.async.AsyncJobManagerImpl]
> >>> (Job-Executor-38:job-45) Complete async job-45, jobStatus: 1,
> >>>resultCode:
> >>> 0, result: org.apache.cloudstack.api.response.UserVmResponse@324f6e41
> >>> 2013-04-07 00:35:51,332 DEBUG [cloud.async.AsyncJobManagerImpl]
> >>> (Job-Executor-38:job-45) Done executing
> >>> org.apache.cloudstack.api.command.user.vm.DestroyVMCmd for job-45
> >>> 2013-04-07 00:35:51,397 DEBUG [cloud.api.ApiServlet]
> >>> (1109449945@qtp-1008805148-34:null) ===START===  127.0.0.1 -- GET
> >>>
> >>>command=listVirtualMachines&id=94ddc16f-04fc-4da1-8326-
> 01d8d5cdeb44&resp
> >>>o
> >>>nse=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316551
> 394
> >>> 2013-04-07 00:35:51,417 DEBUG [cloud.api.ApiServlet]
> >>> (1109449945@qtp-1008805148-34:null) ===END===  127.0.0.1 -- GET
> >>>
> >>>command=listVirtualMachines&id=94ddc16f-04fc-4da1-8326-
> 01d8d5cdeb44&resp
> >>>o
> >>>nse=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316551
> 394
> >>> 2013-04-07 00:35:51,425 DEBUG [cloud.api.ApiServlet]
> >>> (1109449945@qtp-1008805148-34:null) ===START===  127.0.0.1 -- GET
> >>>
> >>>command=listOsTypes&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnR
> Rfl8GoVA
> >>>%
> >>>3D&_=1365316551423
> >>> 2013-04-07 00:35:51,472 INFO  [agent.manager.AgentMonitor]
> >>> (Thread-11:null) Found the following agents behind on ping: [6, 5]
> >>> 2013-04-07 00:35:51,473 DEBUG [cloud.host.Status] (Thread-11:null) Ping
> >>> timeout for host 6, do invstigation
> >>> 2013-04-07 00:35:51,475 DEBUG [cloud.host.Status] (Thread-11:null) Ping
> >>> timeout for host 5, do invstigation
> >>> 2013-04-07 00:35:51,475 INFO  [agent.manager.AgentManagerImpl]
> >>> (AgentTaskPool-7:null) Investigating why host 6 has disconnected with
> >>>event
> >>> PingTimeout
> >>> 2013-04-07 00:35:51,475 DEBUG [agent.manager.AgentManagerImpl]
> >>> (AgentTaskPool-7:null) checking if agent (6) is alive
> >>> 2013-04-07 00:35:51,478 INFO  [agent.manager.AgentManagerImpl]
> >>> (AgentTaskPool-8:null) Investigating why host 5 has disconnected with
> >>>event
> >>> PingTimeout
> >>> 2013-04-07 00:35:51,478 DEBUG [agent.manager.AgentManagerImpl]
> >>> (AgentTaskPool-8:null) checking if agent (5) is alive
> >>> 2013-04-07 00:35:51,480 DEBUG [agent.transport.Request]
> >>> (AgentTaskPool-7:null) Seq 6-324993313: Sending  { Cmd , MgmtId: 1,
> >>>via: 6,
> >>> Ver: v1, Flags: 100011, [{"CheckHealthCommand":{"wait":50}}] }
> >>> 2013-04-07 00:35:51,481 DEBUG [agent.transport.Request]
> >>> (AgentTaskPool-7:null) Seq 6-324993313: Executing:  { Cmd , MgmtId: 1,
> >>>via:
> >>> 6, Ver: v1, Flags: 100011, [{"CheckHealthCommand":{"wait":50}}] }
> >>> 2013-04-07 00:35:51,481 DEBUG [agent.manager.DirectAgentAttache]
> >>> (DirectAgent-361:null) Seq 6-324993313: Executing request
> >>> 2013-04-07 00:35:51,488 DEBUG [agent.transport.Request]
> >>> (AgentTaskPool-8:null) Seq 5-614334818: Sending  { Cmd , MgmtId: 1,
> >>>via: 5,
> >>> Ver: v1, Flags: 100011, [{"CheckHealthCommand":{"wait":50}}] }
> >>> 2013-04-07 00:35:51,489 DEBUG [agent.transport.Request]
> >>> (AgentTaskPool-8:null) Seq 5-614334818: Executing:  { Cmd , MgmtId: 1,
> >>>via:
> >>> 5, Ver: v1, Flags: 100011, [{"CheckHealthCommand":{"wait":50}}] }
> >>> 2013-04-07 00:35:51,489 DEBUG [agent.manager.DirectAgentAttache]
> >>> (DirectAgent-290:null) Seq 5-614334818: Executing request
> >>> 2013-04-07 00:35:51,556 DEBUG [agent.manager.DirectAgentAttache]
> >>> (DirectAgent-290:null) Seq 5-614334818: Response Received:
> >>> 2013-04-07 00:35:51,557 DEBUG [agent.transport.Request]
> >>> (DirectAgent-290:null) Seq 5-614334818: Processing:  { Ans: , MgmtId:
> >>>1,
> >>> via: 5, Ver: v1, Flags: 10,
> >>> [{"CheckHealthAnswer":{"result":true,"details":"resource is
> >>> alive","wait":0}}] }
> >>> 2013-04-07 00:35:51,557 DEBUG [agent.transport.Request]
> >>> (AgentTaskPool-8:null) Seq 5-614334818: Received:  { Ans: , MgmtId: 1,
> >>>via:
> >>> 5, Ver: v1, Flags: 10, { CheckHealthAnswer } }
> >>> 2013-04-07 00:35:51,557 DEBUG [agent.manager.AgentManagerImpl]
> >>> (AgentTaskPool-8:null) Details from executing class
> >>> com.cloud.agent.api.CheckHealthCommand: resource is alive
> >>> 2013-04-07 00:35:51,557 DEBUG [agent.manager.AgentManagerImpl]
> >>> (AgentTaskPool-8:null) agent (5) responded to checkHeathCommand,
> >>>reporting
> >>> that agent is Up
> >>> 2013-04-07 00:35:51,557 INFO  [agent.manager.AgentManagerImpl]
> >>> (AgentTaskPool-8:null) The state determined is Up
> >>> 2013-04-07 00:35:51,557 INFO  [agent.manager.AgentManagerImpl]
> >>> (AgentTaskPool-8:null) Agent is determined to be up and running
> >>> 2013-04-07 00:35:51,557 DEBUG [cloud.host.Status]
> >>>(AgentTaskPool-8:null)
> >>> Transition:[Resource state = Enabled, Agent event = Ping, Host id = 5,
> >>>name
> >>> = Tut-XenServer2]
> >>> 2013-04-07 00:35:51,563 DEBUG [cloud.host.Status]
> >>>(AgentTaskPool-8:null)
> >>> Agent status update: [id = 5; name = Tut-XenServer2; old status = Up;
> >>>event
> >>> = Ping; new status = Up; old update count = 149; new update count =
> >>>150]
> >>> 2013-04-07 00:35:51,568 DEBUG [agent.manager.DirectAgentAttache]
> >>> (DirectAgent-361:null) Seq 6-324993313: Response Received:
> >>> 2013-04-07 00:35:51,568 DEBUG [agent.transport.Request]
> >>> (DirectAgent-361:null) Seq 6-324993313: Processing:  { Ans: , MgmtId:
> >>>1,
> >>> via: 6, Ver: v1, Flags: 10,
> >>> [{"CheckHealthAnswer":{"result":true,"details":"resource is
> >>> alive","wait":0}}] }
> >>> 2013-04-07 00:35:51,569 DEBUG [agent.transport.Request]
> >>> (AgentTaskPool-7:null) Seq 6-324993313: Received:  { Ans: , MgmtId: 1,
> >>>via:
> >>> 6, Ver: v1, Flags: 10, { CheckHealthAnswer } }
> >>> 2013-04-07 00:35:51,569 DEBUG [agent.manager.AgentManagerImpl]
> >>> (AgentTaskPool-7:null) Details from executing class
> >>> com.cloud.agent.api.CheckHealthCommand: resource is alive
> >>> 2013-04-07 00:35:51,569 DEBUG [agent.manager.AgentManagerImpl]
> >>> (AgentTaskPool-7:null) agent (6) responded to checkHeathCommand,
> >>>reporting
> >>> that agent is Up
> >>> 2013-04-07 00:35:51,569 INFO  [agent.manager.AgentManagerImpl]
> >>> (AgentTaskPool-7:null) The state determined is Up
> >>> 2013-04-07 00:35:51,569 INFO  [agent.manager.AgentManagerImpl]
> >>> (AgentTaskPool-7:null) Agent is determined to be up and running
> >>> 2013-04-07 00:35:51,569 DEBUG [cloud.host.Status]
> >>>(AgentTaskPool-7:null)
> >>> Transition:[Resource state = Enabled, Agent event = Ping, Host id = 6,
> >>>name
> >>> = Tut-XenServer]
> >>> 2013-04-07 00:35:51,574 DEBUG [cloud.host.Status]
> >>>(AgentTaskPool-7:null)
> >>> Agent status update: [id = 6; name = Tut-XenServer; old status = Up;
> >>>event
> >>> = Ping; new status = Up; old update count = 312; new update count =
> >>>313]
> >>> 2013-04-07 00:35:51,668 DEBUG [cloud.api.ApiServlet]
> >>> (1109449945@qtp-1008805148-34:null) ===END===  127.0.0.1 -- GET
> >>>
> >>>command=listOsTypes&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnR
> Rfl8GoVA
> >>>%
> >>>3D&_=1365316551423
> >>> 2013-04-07 00:35:54,118 DEBUG [cloud.api.ApiServlet]
> >>> (1109449945@qtp-1008805148-34:null) ===START===  127.0.0.1 -- GET
> >>>
> >>>command=queryAsyncJobResult&jobId=1288fa5b-8b5f-4952-b056-
> b180437edfd5&r
> >>>e
> >>>sponse=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316
> 554116
> >>> 2013-04-07 00:35:54,129 DEBUG [cloud.async.AsyncJobManagerImpl]
> >>> (1109449945@qtp-1008805148-34:null) Async job-45 completed
> >>> 2013-04-07 00:35:54,135 DEBUG [cloud.api.ApiServlet]
> >>> (1109449945@qtp-1008805148-34:null) ===END===  127.0.0.1 -- GET
> >>>
> >>>command=queryAsyncJobResult&jobId=1288fa5b-8b5f-4952-b056-
> b180437edfd5&r
> >>>e
> >>>sponse=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316
> 554116
> >>> 2013-04-07 00:35:55,077 DEBUG [cloud.api.ApiServlet]
> >>> (1109449945@qtp-1008805148-34:null) ===START===  127.0.0.1 -- GET
> >>>
> >>>command=destroyVirtualMachine&id=94ddc16f-04fc-4da1-8326-
> 01d8d5cdeb44&re
> >>>s
> >>>ponse=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316
> 555075
> >>> 2013-04-07 00:35:55,098 DEBUG [cloud.async.AsyncJobManagerImpl]
> >>> (1109449945@qtp-1008805148-34:null) submit async job-46, details:
> >>> AsyncJobVO {id:46, userId: 2, accountId: 2, sessionKey: null,
> >>>instanceType:
> >>> null, instanceId: 13, cmd:
> >>> org.apache.cloudstack.api.command.user.vm.DestroyVMCmd,
> cmdOriginator:
> >>> null, cmdInfo:
> >>>
> >>>{"id":"94ddc16f-04fc-4da1-8326-
> 01d8d5cdeb44","response":"json","sessionk
> >>>e
> >>>y":"Z6QqzU0Fq1iT13bMgnRRfl8GoVA\u003d","ctxUserId":"2","_":"13653165
> 5507
> >>>5
> >>>","ctxAccountId":"2","ctxStartEventId":"51"},
> >>> cmdVersion: 0, callbackType: 0, callbackAddress: null, status: 0,
> >>> processStatus: 0, resultCode: 0, result: null, initMsid: 1,
> >>>completeMsid:
> >>> null, lastUpdated: null, lastPolled: null, created: null}
> >>> 2013-04-07 00:35:55,098 DEBUG [cloud.async.AsyncJobManagerImpl]
> >>> (Job-Executor-39:job-46) Executing
> >>> org.apache.cloudstack.api.command.user.vm.DestroyVMCmd for job-46
> >>> 2013-04-07 00:35:55,100 DEBUG [cloud.api.ApiServlet]
> >>> (1109449945@qtp-1008805148-34:null) ===END===  127.0.0.1 -- GET
> >>>
> >>>command=destroyVirtualMachine&id=94ddc16f-04fc-4da1-8326-
> 01d8d5cdeb44&re
> >>>s
> >>>ponse=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316
> 555075
> >>> 2013-04-07 00:35:55,113 DEBUG [cloud.vm.VirtualMachineManagerImpl]
> >>> (Job-Executor-39:job-46) Destroying vm
> >>> VM[User|94ddc16f-04fc-4da1-8326-01d8d5cdeb44]
> >>> 2013-04-07 00:35:55,116 DEBUG [cloud.capacity.CapacityManagerImpl]
> >>> (Job-Executor-39:job-46) VM state transitted from :Running to Stopping
> >>>with
> >>> event: StopRequestedvm's original host id: 6 new host id: 6 host id
> >>>before
> >>> state transition: 6
> >>> 2013-04-07 00:35:55,118 DEBUG [agent.transport.Request]
> >>> (Job-Executor-39:job-46) Seq 6-324993314: Sending  { Cmd , MgmtId: 1,
> >>>via:
> >>> 6, Ver: v1, Flags: 100111,
> >>> [{"StopCommand":{"isProxy":false,"vmName":"i-2-13-VM","wait":0}}] }
> >>> 2013-04-07 00:35:55,118 DEBUG [agent.transport.Request]
> >>> (Job-Executor-39:job-46) Seq 6-324993314: Executing:  { Cmd , MgmtId:
> >>>1,
> >>> via: 6, Ver: v1, Flags: 100111,
> >>> [{"StopCommand":{"isProxy":false,"vmName":"i-2-13-VM","wait":0}}] }
> >>> 2013-04-07 00:35:55,118 DEBUG [agent.manager.DirectAgentAttache]
> >>> (DirectAgent-7:null) Seq 6-324993314: Executing request
> >>> 2013-04-07 00:35:55,216 DEBUG [xen.resource.CitrixResourceBase]
> >>> (DirectAgent-7:null) 9. The VM i-2-13-VM is in Stopping state
> >>> 2013-04-07 00:35:55,532 INFO  [xen.resource.CitrixResourceBase]
> >>> (DirectAgent-7:null) Removed  network rules for vm i-2-13-VM
> >>> 2013-04-07 00:35:58,107 DEBUG [cloud.api.ApiServlet]
> >>> (1109449945@qtp-1008805148-34:null) ===START===  127.0.0.1 -- GET
> >>>
> >>>command=queryAsyncJobResult&jobId=042967f3-4fd4-4bcf-a646-
> 999eeca87235&r
> >>>e
> >>>sponse=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316
> 558105
> >>> 2013-04-07 00:35:58,121 DEBUG [cloud.api.ApiServlet]
> >>> (1109449945@qtp-1008805148-34:null) ===END===  127.0.0.1 -- GET
> >>>
> >>>command=queryAsyncJobResult&jobId=042967f3-4fd4-4bcf-a646-
> 999eeca87235&r
> >>>e
> >>>sponse=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316
> 558105
> >>> 2013-04-07 00:36:01,107 DEBUG [cloud.api.ApiServlet]
> >>> (1109449945@qtp-1008805148-34:null) ===START===  127.0.0.1 -- GET
> >>>
> >>>command=queryAsyncJobResult&jobId=042967f3-4fd4-4bcf-a646-
> 999eeca87235&r
> >>>e
> >>>sponse=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316
> 561105
> >>> 2013-04-07 00:36:01,121 DEBUG [cloud.api.ApiServlet]
> >>> (1109449945@qtp-1008805148-34:null) ===END===  127.0.0.1 -- GET
> >>>
> >>>command=queryAsyncJobResult&jobId=042967f3-4fd4-4bcf-a646-
> 999eeca87235&r
> >>>e
> >>>sponse=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316
> 561105
> >>> 2013-04-07 00:36:04,108 DEBUG [cloud.api.ApiServlet]
> >>> (1109449945@qtp-1008805148-34:null) ===START===  127.0.0.1 -- GET
> >>>
> >>>command=queryAsyncJobResult&jobId=042967f3-4fd4-4bcf-a646-
> 999eeca87235&r
> >>>e
> >>>sponse=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316
> 564106
> >>> 2013-04-07 00:36:04,128 DEBUG [cloud.api.ApiServlet]
> >>> (1109449945@qtp-1008805148-34:null) ===END===  127.0.0.1 -- GET
> >>>
> >>>command=queryAsyncJobResult&jobId=042967f3-4fd4-4bcf-a646-
> 999eeca87235&r
> >>>e
> >>>sponse=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316
> 564106
> >>> 2013-04-07 00:36:04,783 DEBUG [xen.resource.CitrixResourceBase]
> >>> (DirectAgent-7:null) 10. The VM i-2-13-VM is in Stopped state
> >>> 2013-04-07 00:36:04,783 DEBUG [agent.manager.DirectAgentAttache]
> >>> (DirectAgent-7:null) Seq 6-324993314: Response Received:
> >>> 2013-04-07 00:36:04,783 DEBUG [agent.transport.Request]
> >>> (DirectAgent-7:null) Seq 6-324993314: Processing:  { Ans: , MgmtId: 1,
> >>>via:
> >>> 6, Ver: v1, Flags: 110,
> >>> [{"StopAnswer":{"vncPort":0,"result":true,"details":"Stop VM i-2-13-VM
> >>> Succeed","wait":0}}] }
> >>> 2013-04-07 00:36:04,783 DEBUG [agent.transport.Request]
> >>> (Job-Executor-39:job-46) Seq 6-324993314: Received:  { Ans: , MgmtId:
> >>>1,
> >>> via: 6, Ver: v1, Flags: 110, { StopAnswer } }
> >>> 2013-04-07 00:36:04,783 DEBUG [agent.manager.AgentAttache]
> >>> (DirectAgent-7:null) Seq 6-324993314: No more commands found
> >>> 2013-04-07 00:36:04,784 DEBUG [cloud.vm.VirtualMachineManagerImpl]
> >>> (Job-Executor-39:job-46) VM[User|94ddc16f-04fc-4da1-8326-
> 01d8d5cdeb44]
> >>>is
> >>> stopped on the host.  Proceeding to release resource held.
> >>> 2013-04-07 00:36:04,793 DEBUG [cloud.network.NetworkManagerImpl]
> >>> (Job-Executor-39:job-46) Changing active number of nics for network
> >>>id=204
> >>> on -1
> >>> 2013-04-07 00:36:04,794 DEBUG [cloud.network.NetworkManagerImpl]
> >>> (Job-Executor-39:job-46) Asking ElasticLoadBalancerElement to release
> >>> Nic[19-13-a8349669-6ff2-443f-88d3-c5d69100df3a-192.168.56.146]
> >>> 2013-04-07 00:36:04,794 DEBUG [cloud.network.NetworkManagerImpl]
> >>> (Job-Executor-39:job-46) Asking NiciraNvpElement to release
> >>> Nic[19-13-a8349669-6ff2-443f-88d3-c5d69100df3a-192.168.56.146]
> >>> 2013-04-07 00:36:04,795 DEBUG [network.element.NiciraNvpElement]
> >>> (Job-Executor-39:job-46) Checking if NiciraNvpElement can handle
> >>>service
> >>> Connectivity on network guestNetworkForBasicZone
> >>> 2013-04-07 00:36:04,795 DEBUG [cloud.network.NetworkManagerImpl]
> >>> (Job-Executor-39:job-46) Asking BigSwitchVnsElement to release
> >>> Nic[19-13-a8349669-6ff2-443f-88d3-c5d69100df3a-192.168.56.146]
> >>> 2013-04-07 00:36:04,795 DEBUG [network.element.BigSwitchVnsElement]
> >>> (Job-Executor-39:job-46) Checking if BigSwitchVnsElement can handle
> >>>service
> >>> Connectivity on network guestNetworkForBasicZone
> >>> 2013-04-07 00:36:04,795 DEBUG [cloud.network.NetworkManagerImpl]
> >>> (Job-Executor-39:job-46) Asking Ovs to release
> >>> Nic[19-13-a8349669-6ff2-443f-88d3-c5d69100df3a-192.168.56.146]
> >>> 2013-04-07 00:36:04,795 DEBUG [cloud.network.NetworkManagerImpl]
> >>> (Job-Executor-39:job-46) Asking BareMetalDhcp to release
> >>> Nic[19-13-a8349669-6ff2-443f-88d3-c5d69100df3a-192.168.56.146]
> >>> 2013-04-07 00:36:04,795 DEBUG [cloud.network.NetworkManagerImpl]
> >>> (Job-Executor-39:job-46) Asking BareMetalPxe to release
> >>> Nic[19-13-a8349669-6ff2-443f-88d3-c5d69100df3a-192.168.56.146]
> >>> 2013-04-07 00:36:04,795 DEBUG [cloud.network.NetworkManagerImpl]
> >>> (Job-Executor-39:job-46) Asking BareMetalUserdata to release
> >>> Nic[19-13-a8349669-6ff2-443f-88d3-c5d69100df3a-192.168.56.146]
> >>> 2013-04-07 00:36:04,795 DEBUG [cloud.network.NetworkManagerImpl]
> >>> (Job-Executor-39:job-46) Asking SecurityGroupProvider to release
> >>> Nic[19-13-a8349669-6ff2-443f-88d3-c5d69100df3a-192.168.56.146]
> >>> 2013-04-07 00:36:04,795 DEBUG [cloud.network.NetworkManagerImpl]
> >>> (Job-Executor-39:job-46) Asking VirtualRouter to release
> >>> Nic[19-13-a8349669-6ff2-443f-88d3-c5d69100df3a-192.168.56.146]
> >>> 2013-04-07 00:36:04,795 DEBUG [cloud.network.NetworkManagerImpl]
> >>> (Job-Executor-39:job-46) Asking VpcVirtualRouter to release
> >>> Nic[19-13-a8349669-6ff2-443f-88d3-c5d69100df3a-192.168.56.146]
> >>> 2013-04-07 00:36:04,795 DEBUG [cloud.network.NetworkManagerImpl]
> >>> (Job-Executor-39:job-46) Asking NiciraNvp to release
> >>> Nic[19-13-a8349669-6ff2-443f-88d3-c5d69100df3a-192.168.56.146]
> >>> 2013-04-07 00:36:04,795 DEBUG [network.element.NiciraNvpElement]
> >>> (Job-Executor-39:job-46) Checking if NiciraNvpElement can handle
> >>>service
> >>> Connectivity on network guestNetworkForBasicZone
> >>> 2013-04-07 00:36:04,795 DEBUG [cloud.network.NetworkManagerImpl]
> >>> (Job-Executor-39:job-46) Asking JuniperSRX to release
> >>> Nic[19-13-a8349669-6ff2-443f-88d3-c5d69100df3a-192.168.56.146]
> >>> 2013-04-07 00:36:04,795 DEBUG [cloud.network.NetworkManagerImpl]
> >>> (Job-Executor-39:job-46) Asking Netscaler to release
> >>> Nic[19-13-a8349669-6ff2-443f-88d3-c5d69100df3a-192.168.56.146]
> >>> 2013-04-07 00:36:04,795 DEBUG [cloud.network.NetworkManagerImpl]
> >>> (Job-Executor-39:job-46) Asking F5BigIP to release
> >>> Nic[19-13-a8349669-6ff2-443f-88d3-c5d69100df3a-192.168.56.146]
> >>> 2013-04-07 00:36:04,795 DEBUG [cloud.network.NetworkManagerImpl]
> >>> (Job-Executor-39:job-46) Asking CiscoNexus1000vVSM to release
> >>> Nic[19-13-a8349669-6ff2-443f-88d3-c5d69100df3a-192.168.56.146]
> >>> 2013-04-07 00:36:04,795 DEBUG [cloud.vm.VirtualMachineManagerImpl]
> >>> (Job-Executor-39:job-46) Successfully released network resources for
> >>>the vm
> >>> VM[User|94ddc16f-04fc-4da1-8326-01d8d5cdeb44]
> >>> 2013-04-07 00:36:04,795 DEBUG [cloud.vm.VirtualMachineManagerImpl]
> >>> (Job-Executor-39:job-46) Successfully released storage resources for
> >>>the vm
> >>> VM[User|94ddc16f-04fc-4da1-8326-01d8d5cdeb44]
> >>> 2013-04-07 00:36:04,836 DEBUG [cloud.capacity.CapacityManagerImpl]
> >>> (Job-Executor-39:job-46) VM state transitted from :Stopping to Stopped
> >>>with
> >>> event: OperationSucceededvm's original host id: 6 new host id: null
> >>>host id
> >>> before state transition: 6
> >>> 2013-04-07 00:36:04,843 DEBUG [cloud.capacity.CapacityManagerImpl]
> >>> (Job-Executor-39:job-46) Hosts's actual total CPU: 2382 and CPU after
> >>> applying overprovisioning: 2382
> >>> 2013-04-07 00:36:04,844 DEBUG [cloud.capacity.CapacityManagerImpl]
> >>> (Job-Executor-39:job-46) release cpu from host: 6, old used:
> >>>200,reserved:
> >>> 0, actual total: 2382, total with overprovisioning: 2382; new used:
> >>> 100,reserved:100; movedfromreserved: false,moveToReserveredtrue
> >>> 2013-04-07 00:36:04,844 DEBUG [cloud.capacity.CapacityManagerImpl]
> >>> (Job-Executor-39:job-46) release mem from host: 6, old used:
> >>> 1178599424,reserved: 0, total: 1671695424; new used:
> >>> 104857600,reserved:1073741824; movedfromreserved:
> >>>false,moveToReserveredtrue
> >>> 2013-04-07 00:36:04,854 DEBUG [cloud.capacity.CapacityManagerImpl]
> >>> (Job-Executor-39:job-46) VM state transitted from :Stopped to Destroyed
> >>> with event: DestroyRequestedvm's original host id: 6 new host id: null
> >>>host
> >>> id before state transition: null
> >>> 2013-04-07 00:36:04,863 DEBUG [cloud.capacity.CapacityManagerImpl]
> >>> (Job-Executor-39:job-46) Hosts's actual total CPU: 2382 and CPU after
> >>> applying overprovisioning: 2382
> >>> 2013-04-07 00:36:04,863 DEBUG [cloud.capacity.CapacityManagerImpl]
> >>> (Job-Executor-39:job-46) release cpu from host: 6, old used:
> >>>100,reserved:
> >>> 100, actual total: 2382, total with overprovisioning: 2382; new used:
> >>> 100,reserved:0; movedfromreserved: true,moveToReserveredfalse
> >>> 2013-04-07 00:36:04,863 DEBUG [cloud.capacity.CapacityManagerImpl]
> >>> (Job-Executor-39:job-46) release mem from host: 6, old used:
> >>> 104857600,reserved: 1073741824, total: 1671695424; new used:
> >>> 104857600,reserved:0; movedfromreserved: true,moveToReserveredfalse
> >>> 2013-04-07 00:36:04,892 DEBUG [cloud.async.AsyncJobManagerImpl]
> >>> (Job-Executor-39:job-46) Complete async job-46, jobStatus: 1,
> >>>resultCode:
> >>> 0, result: org.apache.cloudstack.api.response.UserVmResponse@519ba6bb
> >>> 2013-04-07 00:36:04,897 DEBUG [cloud.async.AsyncJobManagerImpl]
> >>> (Job-Executor-39:job-46) Done executing
> >>> org.apache.cloudstack.api.command.user.vm.DestroyVMCmd for job-46
> >>> 2013-04-07 00:36:04,949 DEBUG [agent.manager.DirectAgentAttache]
> >>> (DirectAgent-410:null) Ping from 6
> >>> 2013-04-07 00:36:06,058 DEBUG [agent.manager.DirectAgentAttache]
> >>> (DirectAgent-234:null) Ping from 5
> >>> 2013-04-07 00:36:06,909 DEBUG [agent.manager.DirectAgentAttache]
> >>> (DirectAgent-407:null) Seq 6-324993028: Executing request
> >>> 2013-04-07 00:36:07,097 DEBUG [xen.resource.CitrixResourceBase]
> >>> (DirectAgent-407:null) VM missing i-2-13-VM old state stopped so
> >>>removing.
> >>> 2013-04-07 00:36:07,098 DEBUG [xen.resource.CitrixResourceBase]
> >>> (DirectAgent-407:null) VM missing i-2-12-VM old state stopped so
> >>>removing.
> >>> 2013-04-07 00:36:07,098 DEBUG [agent.manager.DirectAgentAttache]
> >>> (DirectAgent-407:null) Seq 6-324993028: Response Received:
> >>> 2013-04-07 00:36:07,098 DEBUG [agent.transport.Request]
> >>> (DirectAgent-407:null) Seq 6-324993028: Processing:  { Ans: , MgmtId:
> >>>1,
> >>> via: 6, Ver: v1, Flags: 10,
> >>>
> >>>[{"ClusterSyncAnswer":{"_clusterId":2,"_newStates":{},"_isExecuted":fals
> >>>e
> >>>,"result":true,"wait":0}}]
> >>> }
> >>> 2013-04-07 00:36:07,109 DEBUG [cloud.api.ApiServlet]
> >>> (1109449945@qtp-1008805148-34:null) ===START===  127.0.0.1 -- GET
> >>>
> >>>command=queryAsyncJobResult&jobId=042967f3-4fd4-4bcf-a646-
> 999eeca87235&r
> >>>e
> >>>sponse=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316
> 567107
> >>> 2013-04-07 00:36:07,119 DEBUG [cloud.async.AsyncJobManagerImpl]
> >>> (1109449945@qtp-1008805148-34:null) Async job-46 completed
> >>> 2013-04-07 00:36:07,125 DEBUG [cloud.api.ApiServlet]
> >>> (1109449945@qtp-1008805148-34:null) ===END===  127.0.0.1 -- GET
> >>>
> >>>command=queryAsyncJobResult&jobId=042967f3-4fd4-4bcf-a646-
> 999eeca87235&r
> >>>e
> >>>sponse=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316
> 567107
> >>> 2013-04-07 00:36:11,022 DEBUG [agent.manager.DirectAgentAttache]
> >>> (DirectAgent-110:null) Seq 5-614334468: Executing request
> >>> 2013-04-07 00:36:11,171 DEBUG [agent.manager.DirectAgentAttache]
> >>> (DirectAgent-110:null) Seq 5-614334468: Response Received:
> >>> 2013-04-07 00:36:11,171 DEBUG [agent.transport.Request]
> >>> (DirectAgent-110:null) Seq 5-614334468: Processing:  { Ans: , MgmtId:
> >>>1,
> >>> via: 5, Ver: v1, Flags: 10, [{"Answer":{"result":true,"wait":0}}] }
> >>> 2013-04-07 00:36:12,411 DEBUG [cloud.api.ApiServlet]
> >>> (1109449945@qtp-1008805148-34:null) ===START===  127.0.0.1 -- GET
> >>>
> >>>command=listVolumes&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnR
> Rfl8GoVA
> >>>%
> >>>3D&listAll=true&page=1&pagesize=20&_=1365316572408
> >>> 2013-04-07 00:36:12,426 DEBUG [cloud.api.ApiServlet]
> >>> (1109449945@qtp-1008805148-34:null) ===END===  127.0.0.1 -- GET
> >>>
> >>>command=listVolumes&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnR
> Rfl8GoVA
> >>>%
> >>>3D&listAll=true&page=1&pagesize=20&_=1365316572408
> >>> 2013-04-07 00:36:13,241 DEBUG [cloud.api.ApiServlet]
> >>> (1109449945@qtp-1008805148-34:null) ===START===  127.0.0.1 -- GET
> >>>
> >>>command=listVirtualMachines&response=json&sessionkey=Z6QqzU0Fq1iT13
> bMgnR
> >>>R
> >>>fl8GoVA%3D&listAll=true&page=1&pagesize=20&_=1365316573239
> >>> 2013-04-07 00:36:13,259 DEBUG [cloud.api.ApiServlet]
> >>> (1109449945@qtp-1008805148-34:null) ===END===  127.0.0.1 -- GET
> >>>
> >>>command=listVirtualMachines&response=json&sessionkey=Z6QqzU0Fq1iT13
> bMgnR
> >>>R
> >>>fl8GoVA%3D&listAll=true&page=1&pagesize=20&_=1365316573239
> >>> 2013-04-07 00:36:19,140 DEBUG [cloud.api.ApiServlet]
> >>> (1109449945@qtp-1008805148-34:null) ===START===  127.0.0.1 -- GET
> >>>
> >>>command=listVolumes&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnR
> Rfl8GoVA
> >>>%
> >>>3D&listAll=true&page=1&pagesize=20&_=1365316579137
> >>> 2013-04-07 00:36:19,155 DEBUG [cloud.api.ApiServlet]
> >>> (1109449945@qtp-1008805148-34:null) ===END===  127.0.0.1 -- GET
> >>>
> >>>command=listVolumes&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnR
> Rfl8GoVA
> >>>%
> >>>3D&listAll=true&page=1&pagesize=20&_=1365316579137
> >>> 2013-04-07 00:36:20,452 DEBUG
> >>> [storage.secondary.SecondaryStorageManagerImpl] (secstorage-1:null)
> >>>Zone 1
> >>> is ready to launch secondary storage VM
> >>> 2013-04-07 00:36:20,498 DEBUG [cloud.api.ApiServlet]
> >>> (1109449945@qtp-1008805148-34:null) ===START===  127.0.0.1 -- GET
> >>>
> >>>command=listVirtualMachines&response=json&sessionkey=Z6QqzU0Fq1iT13
> bMgnR
> >>>R
> >>>fl8GoVA%3D&listAll=true&page=1&pagesize=20&_=1365316580496
> >>> 2013-04-07 00:36:20,519 DEBUG [cloud.api.ApiServlet]
> >>> (1109449945@qtp-1008805148-34:null) ===END===  127.0.0.1 -- GET
> >>>
> >>>command=listVirtualMachines&response=json&sessionkey=Z6QqzU0Fq1iT13
> bMgnR
> >>>R
> >>>fl8GoVA%3D&listAll=true&page=1&pagesize=20&_=1365316580496
> >>> 2013-04-07 00:36:20,554 DEBUG
> >>>[cloud.consoleproxy.ConsoleProxyManagerImpl]
> >>> (consoleproxy-1:null) Zone 1 is ready to launch console proxy
> >>> 2013-04-07 00:36:20,820 DEBUG
> >>> [network.router.VirtualNetworkApplianceManagerImpl]
> >>> (RouterStatusMonitor-1:null) Found 0 routers to update status.
> >>> 2013-04-07 00:36:20,821 DEBUG
> >>> [network.router.VirtualNetworkApplianceManagerImpl]
> >>> (RouterStatusMonitor-1:null) Found 0 networks to update RvR status.
> >>> 2013-04-07 00:36:20,850 DEBUG
> >>> [network.router.VirtualNetworkApplianceManagerImpl]
> >>> (RouterStatusMonitor-1:null) Found 0 routers to update status.
> >>> 2013-04-07 00:36:20,852 DEBUG
> >>> [network.router.VirtualNetworkApplianceManagerImpl]
> >>> (RouterStatusMonitor-1:null) Found 0 networks to update RvR status.
> >>> 2013-04-07 00:36:21,588 DEBUG [cloud.api.ApiServlet]
> >>> (1109449945@qtp-1008805148-34:null) ===START===  127.0.0.1 -- GET
> >>>
> >>>command=listVolumes&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnR
> Rfl8GoVA
> >>>%
> >>>3D&listAll=true&page=1&pagesize=20&_=1365316581586
> >>> 2013-04-07 00:36:21,602 DEBUG [cloud.api.ApiServlet]
> >>> (1109449945@qtp-1008805148-34:null) ===END===  127.0.0.1 -- GET
> >>>
> >>>command=listVolumes&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnR
> Rfl8GoVA
> >>>%
> >>>3D&listAll=true&page=1&pagesize=20&_=1365316581586
> >>> 2013-04-07 00:36:22,324 DEBUG [cloud.api.ApiServlet]
> >>> (1109449945@qtp-1008805148-34:null) ===START===  127.0.0.1 -- GET
> >>>
> >>>command=listVirtualMachines&response=json&sessionkey=Z6QqzU0Fq1iT13
> bMgnR
> >>>R
> >>>fl8GoVA%3D&listAll=true&page=1&pagesize=20&_=1365316582321
> >>> 2013-04-07 00:36:22,348 DEBUG [cloud.api.ApiServlet]
> >>> (1109449945@qtp-1008805148-34:null) ===END===  127.0.0.1 -- GET
> >>>
> >>>command=listVirtualMachines&response=json&sessionkey=Z6QqzU0Fq1iT13
> bMgnR
> >>>R
> >>>fl8GoVA%3D&listAll=true&page=1&pagesize=20&_=1365316582321
> >>> 2013-04-07 00:36:24,891 DEBUG [agent.manager.AgentManagerImpl]
> >>> (AgentManager-Handler-4:null) Ping from 4
> >>> 2013-04-07 00:36:27,193 DEBUG [agent.manager.DirectAgentAttache]
> >>> (DirectAgent-204:null) Ping from 1
> >>> 2013-04-07 00:36:29,095 DEBUG [agent.manager.DirectAgentAttache]
> >>> (DirectAgent-277:null) Seq 1-90046472: Executing request
> >>> 2013-04-07 00:36:29,354 DEBUG [agent.manager.DirectAgentAttache]
> >>> (DirectAgent-277:null) Seq 1-90046472: Response Received:
> >>> 2013-04-07 00:36:29,355 DEBUG [agent.transport.Request]
> >>> (DirectAgent-277:null) Seq 1-90046472: Processing:  { Ans: , MgmtId: 1,
> >>> via: 1, Ver: v1, Flags: 10,
> >>>
> >>>[{"ClusterSyncAnswer":{"_clusterId":1,"_newStates":{},"_isExecuted":fals
> >>>e
> >>>,"result":true,"wait":0}}]
> >>> }
> >>> 2013-04-07 00:36:47,680 DEBUG [agent.manager.AgentManagerImpl]
> >>> (AgentManager-Handler-5:null) Ping from 3
> >>> 2013-04-07 00:36:50,451 DEBUG
> >>> [storage.secondary.SecondaryStorageManagerImpl] (secstorage-1:null)
> >>>Zone 1
> >>> is ready to launch secondary storage VM
> >>> 2013-04-07 00:36:50,554 DEBUG
> >>>[cloud.consoleproxy.ConsoleProxyManagerImpl]
> >>> (consoleproxy-1:null) Zone 1 is ready to launch console proxy
> >>> 2013-04-07 00:36:50,820 DEBUG
> >>> [network.router.VirtualNetworkApplianceManagerImpl]
> >>> (RouterStatusMonitor-1:null) Found 0 routers to update status.
> >>> 2013-04-07 00:36:50,821 DEBUG
> >>> [network.router.VirtualNetworkApplianceManagerImpl]
> >>> (RouterStatusMonitor-1:null) Found 0 networks to update RvR status.
> >>> 2013-04-07 00:36:50,851 DEBUG
> >>> [network.router.VirtualNetworkApplianceManagerImpl]
> >>> (RouterStatusMonitor-1:null) Found 0 routers to update status.
> >>> 2013-04-07 00:36:50,852 DEBUG
> >>> [network.router.VirtualNetworkApplianceManagerImpl]
> >>> (RouterStatusMonitor-1:null) Found 0 networks to update RvR status.
> >>> 2013-04-07 00:36:51,476 INFO  [agent.manager.AgentMonitor]
> >>> (Thread-11:null) Found the following agents behind on ping: [6, 5]
> >>> 2013-04-07 00:36:51,477 DEBUG [cloud.host.Status] (Thread-11:null) Ping
> >>> timeout for host 6, do invstigation
> >>> 2013-04-07 00:36:51,479 DEBUG [cloud.host.Status] (Thread-11:null) Ping
> >>> timeout for host 5, do invstigation
> >>> 2013-04-07 00:36:51,479 INFO  [agent.manager.AgentManagerImpl]
> >>> (AgentTaskPool-9:null) Investigating why host 6 has disconnected with
> >>>event
> >>> PingTimeout
> >>> 2013-04-07 00:36:51,479 DEBUG [agent.manager.AgentManagerImpl]
> >>> (AgentTaskPool-9:null) checking if agent (6) is alive
> >>> 2013-04-07 00:36:51,482 INFO  [agent.manager.AgentManagerImpl]
> >>> (AgentTaskPool-12:null) Investigating why host 5 has disconnected with
> >>> event PingTimeout
> >>> 2013-04-07 00:36:51,482 DEBUG [agent.manager.AgentManagerImpl]
> >>> (AgentTaskPool-12:null) checking if agent (5) is alive
> >>> 2013-04-07 00:36:51,483 DEBUG [agent.transport.Request]
> >>> (AgentTaskPool-9:null) Seq 6-324993315: Sending  { Cmd , MgmtId: 1,
> >>>via: 6,
> >>> Ver: v1, Flags: 100011, [{"CheckHealthCommand":{"wait":50}}] }
> >>> 2013-04-07 00:36:51,484 DEBUG [agent.transport.Request]
> >>> (AgentTaskPool-9:null) Seq 6-324993315: Executing:  { Cmd , MgmtId: 1,
> >>>via:
> >>> 6, Ver: v1, Flags: 100011, [{"CheckHealthCommand":{"wait":50}}] }
> >>> 2013-04-07 00:36:51,484 DEBUG [agent.manager.DirectAgentAttache]
> >>> (DirectAgent-169:null) Seq 6-324993315: Executing request
> >>> 2013-04-07 00:36:51,485 DEBUG [agent.transport.Request]
> >>> (AgentTaskPool-12:null) Seq 5-614334819: Sending  { Cmd , MgmtId: 1,
> >>>via:
> >>> 5, Ver: v1, Flags: 100011, [{"CheckHealthCommand":{"wait":50}}] }
> >>> 2013-04-07 00:36:51,485 DEBUG [agent.transport.Request]
> >>> (AgentTaskPool-12:null) Seq 5-614334819: Executing:  { Cmd , MgmtId: 1,
> >>> via: 5, Ver: v1, Flags: 100011, [{"CheckHealthCommand":{"wait":50}}] }
> >>> 2013-04-07 00:36:51,485 DEBUG [agent.manager.DirectAgentAttache]
> >>> (DirectAgent-498:null) Seq 5-614334819: Executing request
> >>> 2013-04-07 00:36:51,542 DEBUG [agent.manager.DirectAgentAttache]
> >>> (DirectAgent-169:null) Seq 6-324993315: Response Received:
> >>> 2013-04-07 00:36:51,542 DEBUG [agent.transport.Request]
> >>> (DirectAgent-169:null) Seq 6-324993315: Processing:  { Ans: , MgmtId:
> >>>1,
> >>> via: 6, Ver: v1, Flags: 10,
> >>> [{"CheckHealthAnswer":{"result":true,"details":"resource is
> >>> alive","wait":0}}] }
> >>> 2013-04-07 00:36:51,542 DEBUG [agent.transport.Request]
> >>> (AgentTaskPool-9:null) Seq 6-324993315: Received:  { Ans: , MgmtId: 1,
> >>>via:
> >>> 6, Ver: v1, Flags: 10, { CheckHealthAnswer } }
> >>> 2013-04-07 00:36:51,542 DEBUG [agent.manager.AgentManagerImpl]
> >>> (AgentTaskPool-9:null) Details from executing class
> >>> com.cloud.agent.api.CheckHealthCommand: resource is alive
> >>> 2013-04-07 00:36:51,542 DEBUG [agent.manager.AgentManagerImpl]
> >>> (AgentTaskPool-9:null) agent (6) responded to checkHeathCommand,
> >>>reporting
> >>> that agent is Up
> >>> 2013-04-07 00:36:51,542 INFO  [agent.manager.AgentManagerImpl]
> >>> (AgentTaskPool-9:null) The state determined is Up
> >>> 2013-04-07 00:36:51,542 INFO  [agent.manager.AgentManagerImpl]
> >>> (AgentTaskPool-9:null) Agent is determined to be up and running
> >>> 2013-04-07 00:36:51,542 DEBUG [cloud.host.Status]
> >>>(AgentTaskPool-9:null)
> >>> Transition:[Resource state = Enabled, Agent event = Ping, Host id = 6,
> >>>name
> >>> = Tut-XenServer]
> >>> 2013-04-07 00:36:51,546 DEBUG [cloud.host.Status]
> >>>(AgentTaskPool-9:null)
> >>> Agent status update: [id = 6; name = Tut-XenServer; old status = Up;
> >>>event
> >>> = Ping; new status = Up; old update count = 313; new update count =
> >>>314]
> >>> 2013-04-07 00:36:51,549 DEBUG [agent.manager.DirectAgentAttache]
> >>> (DirectAgent-498:null) Seq 5-614334819: Response Received:
> >>> 2013-04-07 00:36:51,549 DEBUG [agent.transport.Request]
> >>> (DirectAgent-498:null) Seq 5-614334819: Processing:  { Ans: , MgmtId:
> >>>1,
> >>> via: 5, Ver: v1, Flags: 10,
> >>> [{"CheckHealthAnswer":{"result":true,"details":"resource is
> >>> alive","wait":0}}] }
> >>> 2013-04-07 00:36:51,549 DEBUG [agent.transport.Request]
> >>> (AgentTaskPool-12:null) Seq 5-614334819: Received:  { Ans: , MgmtId: 1,
> >>> via: 5, Ver: v1, Flags: 10, { CheckHealthAnswer } }
> >>> 2013-04-07 00:36:51,549 DEBUG [agent.manager.AgentManagerImpl]
> >>> (AgentTaskPool-12:null) Details from executing class
> >>> com.cloud.agent.api.CheckHealthCommand: resource is alive
> >>> 2013-04-07 00:36:51,549 DEBUG [agent.manager.AgentManagerImpl]
> >>> (AgentTaskPool-12:null) agent (5) responded to checkHeathCommand,
> >>>reporting
> >>> that agent is Up
> >>> 2013-04-07 00:36:51,549 INFO  [agent.manager.AgentManagerImpl]
> >>> (AgentTaskPool-12:null) The state determined is Up
> >>> 2013-04-07 00:36:51,549 INFO  [agent.manager.AgentManagerImpl]
> >>> (AgentTaskPool-12:null) Agent is determined to be up and running
> >>> 2013-04-07 00:36:51,549 DEBUG [cloud.host.Status]
> >>>(AgentTaskPool-12:null)
> >>> Transition:[Resource state = Enabled, Agent event = Ping, Host id = 5,
> >>>name
> >>> = Tut-XenServer2]
> >>> 2013-04-07 00:36:51,552 DEBUG [cloud.host.Status]
> >>>(AgentTaskPool-12:null)
> >>> Agent status update: [id = 5; name = Tut-XenServer2; old status = Up;
> >>>event
> >>> = Ping; new status = Up; old update count = 150; new update count =
> >>>151]
> >>> 2013-04-07 00:36:54,389 INFO  [cloud.vm.UserVmManagerImpl]
> >>> (UserVm-Scavenger-1:null) Found 1 vms to expunge.
> >>> 2013-04-07 00:36:54,389 DEBUG [cloud.vm.VirtualMachineManagerImpl]
> >>> (UserVm-Scavenger-1:null) Stopped called on
> >>> VM[User|c18ddf7c-fc61-40b0-af75-fdef05f8eae6] but the state is
> >>>Destroyed
> >>> 2013-04-07 00:36:54,391 DEBUG [cloud.capacity.CapacityManagerImpl]
> >>> (UserVm-Scavenger-1:null) VM state transitted from :Destroyed to
> >>>Expunging
> >>> with event: ExpungeOperationvm's original host id: 5 new host id: null
> >>>host
> >>> id before state transition: null
> >>> 2013-04-07 00:36:54,391 DEBUG [cloud.vm.VirtualMachineManagerImpl]
> >>> (UserVm-Scavenger-1:null) Destroying vm
> >>> VM[User|c18ddf7c-fc61-40b0-af75-fdef05f8eae6]
> >>> 2013-04-07 00:36:54,391 DEBUG [cloud.vm.VirtualMachineManagerImpl]
> >>> (UserVm-Scavenger-1:null) Cleaning up NICS
> >>> 2013-04-07 00:36:54,391 DEBUG [cloud.network.NetworkManagerImpl]
> >>> (UserVm-Scavenger-1:null) Cleaning network for vm: 12
> >>> 2013-04-07 00:36:54,399 DEBUG [network.guru.DirectNetworkGuru]
> >>> (UserVm-Scavenger-1:null) Deallocate network: networkId: 204, ip:
> >>> 192.168.56.195
> >>> 2013-04-07 00:36:54,409 DEBUG [cloud.network.NetworkManagerImpl]
> >>> (UserVm-Scavenger-1:null) Removed nic id=18
> >>> 2013-04-07 00:36:54,409 DEBUG [cloud.storage.StorageManagerImpl]
> >>> (UserVm-Scavenger-1:null) Cleaning storage for vm: 12
> >>> 2013-04-07 00:36:54,417 DEBUG [cloud.storage.StorageManagerImpl]
> >>> (UserVm-Scavenger-1:null) Expunging Vol[12|vm=12|ROOT]
> >>> 2013-04-07 00:36:54,424 DEBUG [agent.transport.Request]
> >>> (UserVm-Scavenger-1:null) Seq 5-614334820: Sending  { Cmd , MgmtId: 1,
> >>>via:
> >>> 5, Ver: v1, Flags: 100111,
> >>>
> >>>[{"storage.DestroyCommand":{"vmName":"i-2-12-
> VM","volume":{"id":12,"name
> >>>"
> >>>:"ROOT-12","mountPoint":"/iSCSI_SR_3","path":"40a39639-e8aa-45b5-
> bfa1-59
> >>>1
> >>>b68571d0c","size":52428800,"type":"ROOT","storagePoolType":"PreSetup",
> "s
> >>>t
> >>>oragePoolUuid":"iSCSI_SR_3","deviceId":0},"wait":0}}]
> >>> }
> >>> 2013-04-07 00:36:54,424 DEBUG [agent.transport.Request]
> >>> (UserVm-Scavenger-1:null) Seq 5-614334820: Executing:  { Cmd , MgmtId:
> >>>1,
> >>> via: 5, Ver: v1, Flags: 100111,
> >>>
> >>>[{"storage.DestroyCommand":{"vmName":"i-2-12-
> VM","volume":{"id":12,"name
> >>>"
> >>>:"ROOT-12","mountPoint":"/iSCSI_SR_3","path":"40a39639-e8aa-45b5-
> bfa1-59
> >>>1
> >>>b68571d0c","size":52428800,"type":"ROOT","storagePoolType":"PreSetup",
> "s
> >>>t
> >>>oragePoolUuid":"iSCSI_SR_3","deviceId":0},"wait":0}}]
> >>> }
> >>> 2013-04-07 00:36:54,424 DEBUG [agent.manager.DirectAgentAttache]
> >>> (DirectAgent-411:null) Seq 5-614334820: Executing request
> >>> 2013-04-07 00:36:55,072 DEBUG [agent.manager.DirectAgentAttache]
> >>> (DirectAgent-411:null) Seq 5-614334820: Response Received:
> >>> 2013-04-07 00:36:55,072 DEBUG [agent.transport.Request]
> >>> (DirectAgent-411:null) Seq 5-614334820: Processing:  { Ans: , MgmtId:
> >>>1,
> >>> via: 5, Ver: v1, Flags: 110,
> >>> [{"Answer":{"result":true,"details":"Success","wait":0}}] }
> >>> 2013-04-07 00:36:55,072 DEBUG [agent.transport.Request]
> >>> (UserVm-Scavenger-1:null) Seq 5-614334820: Received:  { Ans: , MgmtId:
> >>>1,
> >>> via: 5, Ver: v1, Flags: 110, { Answer } }
> >>> 2013-04-07 00:36:55,072 DEBUG [agent.manager.AgentAttache]
> >>> (DirectAgent-411:null) Seq 5-614334820: No more commands found
> >>> 2013-04-07 00:36:55,076 DEBUG [cloud.storage.StorageManagerImpl]
> >>> (UserVm-Scavenger-1:null) Volume successfully expunged from 257
> >>> 2013-04-07 00:36:55,076 DEBUG [cloud.vm.VirtualMachineManagerImpl]
> >>> (UserVm-Scavenger-1:null) Expunged
> >>> VM[User|c18ddf7c-fc61-40b0-af75-fdef05f8eae6]
> >>> 2013-04-07 00:36:55,076 DEBUG [cloud.vm.UserVmManagerImpl]
> >>> (UserVm-Scavenger-1:null) Starting cleaning up vm
> >>> VM[User|c18ddf7c-fc61-40b0-af75-fdef05f8eae6] resources...
> >>> 2013-04-07 00:36:55,080 INFO
> >>>[network.security.SecurityGroupManagerImpl]
> >>> (UserVm-Scavenger-1:null) Disassociated 1 network groups  from uservm
> >>>12
> >>> 2013-04-07 00:36:55,081 DEBUG
> >>>[network.security.SecurityGroupManagerImpl]
> >>> (UserVm-Scavenger-1:null) Security group mappings are removed
> >>>successfully
> >>> for vm id=12
> >>> 2013-04-07 00:36:55,090 DEBUG [network.firewall.FirewallManagerImpl]
> >>> (UserVm-Scavenger-1:null) No firewall rules are found for vm id=12
> >>> 2013-04-07 00:36:55,090 DEBUG [cloud.vm.UserVmManagerImpl]
> >>> (UserVm-Scavenger-1:null) Firewall rules are removed successfully as a
> >>>part
> >>> of vm id=12 expunge
> >>> 2013-04-07 00:36:55,093 DEBUG [network.rules.RulesManagerImpl]
> >>> (UserVm-Scavenger-1:null) No port forwarding rules are found for vm
> >>>id=12
> >>> 2013-04-07 00:36:55,093 DEBUG [cloud.vm.UserVmManagerImpl]
> >>> (UserVm-Scavenger-1:null) Port forwarding rules are removed
> >>>successfully as
> >>> a part of vm id=12 expunge
> >>> 2013-04-07 00:36:55,095 DEBUG [cloud.vm.UserVmManagerImpl]
> >>> (UserVm-Scavenger-1:null) Removed vm id=12 from all load balancers as a
> >>> part of expunge process
> >>> 2013-04-07 00:36:55,096 DEBUG [cloud.vm.UserVmManagerImpl]
> >>> (UserVm-Scavenger-1:null) Successfully cleaned up vm
> >>> VM[User|c18ddf7c-fc61-40b0-af75-fdef05f8eae6] resources as a part of
> >>> expunge process
> >>> 2013-04-07 00:37:04,802 DEBUG [agent.manager.DirectAgentAttache]
> >>> (DirectAgent-110:null) Ping from 6
> >>> 2013-04-07 00:37:06,042 DEBUG [agent.manager.DirectAgentAttache]
> >>> (DirectAgent-409:null) Ping from 5
> >>> 2013-04-07 00:37:06,909 DEBUG [agent.manager.DirectAgentAttache]
> >>> (DirectAgent-239:null) Seq 6-324993028: Executing request
> >>> 2013-04-07 00:37:07,099 DEBUG [agent.manager.DirectAgentAttache]
> >>> (DirectAgent-239:null) Seq 6-324993028: Response Received:
> >>> 2013-04-07 00:37:07,100 DEBUG [agent.transport.Request]
> >>> (DirectAgent-239:null) Seq 6-324993028: Processing:  { Ans: , MgmtId:
> >>>1,
> >>> via: 6, Ver: v1, Flags: 10,
> >>>
> >>>[{"ClusterSyncAnswer":{"_clusterId":2,"_newStates":{},"_isExecuted":fals
> >>>e
> >>>,"result":true,"wait":0}}]
> >>> }
> >>> 2013-04-07 00:37:11,022 DEBUG [agent.manager.DirectAgentAttache]
> >>> (DirectAgent-225:null) Seq 5-614334468: Executing request
> >>> 2013-04-07 00:37:11,170 DEBUG [agent.manager.DirectAgentAttache]
> >>> (DirectAgent-225:null) Seq 5-614334468: Response Received:
> >>> 2013-04-07 00:37:11,171 DEBUG [agent.transport.Request]
> >>> (DirectAgent-225:null) Seq 5-614334468: Processing:  { Ans: , MgmtId:
> >>>1,
> >>> via: 5, Ver: v1, Flags: 10, [{"Answer":{"result":true,"wait":0}}] }
> >>> 2013-04-07 00:37:20,451 DEBUG
> >>> [storage.secondary.SecondaryStorageManagerImpl] (secstorage-1:null)
> >>>Zone 1
> >>> is ready to launch secondary storage VM
> >>> 2013-04-07 00:37:20,554 DEBUG
> >>>[cloud.consoleproxy.ConsoleProxyManagerImpl]
> >>> (consoleproxy-1:null) Zone 1 is ready to launch console proxy
> >>> 2013-04-07 00:37:20,820 DEBUG
> >>> [network.router.VirtualNetworkApplianceManagerImpl]
> >>> (RouterStatusMonitor-1:null) Found 0 routers to update status.
> >>> 2013-04-07 00:37:20,822 DEBUG
> >>> [network.router.VirtualNetworkApplianceManagerImpl]
> >>> (RouterStatusMonitor-1:null) Found 0 networks to update RvR status.
> >>> 2013-04-07 00:37:20,851 DEBUG
> >>> [network.router.VirtualNetworkApplianceManagerImpl]
> >>> (RouterStatusMonitor-1:null) Found 0 routers to update status.
> >>> 2013-04-07 00:37:20,852 DEBUG
> >>> [network.router.VirtualNetworkApplianceManagerImpl]
> >>> (RouterStatusMonitor-1:null) Found 0 networks to update RvR status.
> >>> 2013-04-07 00:37:24,890 DEBUG [agent.manager.AgentManagerImpl]
> >>> (AgentManager-Handler-6:null) Ping from 4
> >>> 2013-04-07 00:37:27,167 DEBUG [agent.manager.DirectAgentAttache]
> >>> (DirectAgent-354:null) Ping from 1
> >>> 2013-04-07 00:37:29,095 DEBUG [agent.manager.DirectAgentAttache]
> >>> (DirectAgent-97:null) Seq 1-90046472: Executing request
> >>> 2013-04-07 00:37:29,317 DEBUG [agent.manager.DirectAgentAttache]
> >>> (DirectAgent-97:null) Seq 1-90046472: Response Received:
> >>> 2013-04-07 00:37:29,317 DEBUG [agent.transport.Request]
> >>> (DirectAgent-97:null) Seq 1-90046472: Processing:  { Ans: , MgmtId: 1,
> >>>via:
> >>> 1, Ver: v1, Flags: 10,
> >>>
> >>>[{"ClusterSyncAnswer":{"_clusterId":1,"_newStates":{},"_isExecuted":fals
> >>>e
> >>>,"result":true,"wait":0}}]
> >>> }
> >>> 2013-04-07 00:37:47,679 DEBUG [agent.manager.AgentManagerImpl]
> >>> (AgentManager-Handler-7:null) Ping from 3
> >>> 2013-04-07 00:37:50,451 DEBUG
> >>> [storage.secondary.SecondaryStorageManagerImpl] (secstorage-1:null)
> >>>Zone 1
> >>> is ready to launch secondary storage VM
> >>> 2013-04-07 00:37:50,555 DEBUG
> >>>[cloud.consoleproxy.ConsoleProxyManagerImpl]
> >>> (consoleproxy-1:null) Zone 1 is ready to launch console proxy
> >>> 2013-04-07 00:37:50,798 INFO  [cloud.ha.HighAvailabilityManagerImpl]
> >>> (HA-2:null) checking health of usage server
> >>> 2013-04-07 00:37:50,799 DEBUG [cloud.ha.HighAvailabilityManagerImpl]
> >>> (HA-2:null) usage server running? false, heartbeat: null
> >>> 2013-04-07 00:37:50,801 DEBUG [cloud.alert.AlertManagerImpl]
> >>>(HA-2:null)
> >>> Have already sent: 1 emails for alert type '12' -- skipping send email
> >>> 2013-04-07 00:37:50,816 DEBUG
> >>> [network.router.VirtualNetworkApplianceManagerImpl]
> >>>(RouterMonitor-1:null)
> >>> Found 0 running routers.
> >>> 2013-04-07 00:37:50,820 DEBUG
> >>> [network.router.VirtualNetworkApplianceManagerImpl]
> >>> (RouterStatusMonitor-1:null) Found 0 routers to update status.
> >>> 2013-04-07 00:37:50,821 DEBUG
> >>> [network.router.VirtualNetworkApplianceManagerImpl]
> >>> (RouterStatusMonitor-1:null) Found 0 networks to update RvR status.
> >>> 2013-04-07 00:37:50,850 DEBUG
> >>> [network.router.VirtualNetworkApplianceManagerImpl]
> >>>(RouterMonitor-1:null)
> >>> Found 0 running routers.
> >>> 2013-04-07 00:37:50,851 DEBUG
> >>> [network.router.VirtualNetworkApplianceManagerImpl]
> >>> (RouterStatusMonitor-1:null) Found 0 routers to update status.
> >>> 2013-04-07 00:37:50,852 DEBUG
> >>> [network.router.VirtualNetworkApplianceManagerImpl]
> >>> (RouterStatusMonitor-1:null) Found 0 networks to update RvR status.
> >>> 2013-04-07 00:37:50,909 DEBUG
> >>> [cloud.network.ExternalLoadBalancerUsageManagerImpl]
> >>> (ExternalNetworkMonitor-1:null) External devices stats collector is
> >>> running...
> >>> 2013-04-07 00:37:50,920 DEBUG
> [storage.snapshot.SnapshotSchedulerImpl]
> >>> (SnapshotPollTask:null) Snapshot scheduler.poll is being called at
> >>> 2013-04-07 06:37:50 GMT
> >>> 2013-04-07 00:37:50,921 DEBUG
> [storage.snapshot.SnapshotSchedulerImpl]
> >>> (SnapshotPollTask:null) Got 0 snapshots to be executed at 2013-04-07
> >>> 06:37:50 GMT
> >>> 2013-04-07 00:37:51,480 INFO  [agent.manager.AgentMonitor]
> >>> (Thread-11:null) Found the following agents behind on ping: [6, 5]
> >>> 2013-04-07 00:37:51,481 DEBUG [cloud.host.Status] (Thread-11:null) Ping
> >>> timeout for host 6, do invstigation
> >>> 2013-04-07 00:37:51,482 DEBUG [cloud.host.Status] (Thread-11:null) Ping
> >>> timeout for host 5, do invstigation
> >>> 2013-04-07 00:37:51,483 INFO  [agent.manager.AgentManagerImpl]
> >>> (AgentTaskPool-10:null) Investigating why host 6 has disconnected with
> >>> event PingTimeout
> >>> 2013-04-07 00:37:51,483 DEBUG [agent.manager.AgentManagerImpl]
> >>> (AgentTaskPool-10:null) checking if agent (6) is alive
> >>> 2013-04-07 00:37:51,484 INFO  [agent.manager.AgentManagerImpl]
> >>> (AgentTaskPool-13:null) Investigating why host 5 has disconnected with
> >>> event PingTimeout
> >>> 2013-04-07 00:37:51,484 DEBUG [agent.manager.AgentManagerImpl]
> >>> (AgentTaskPool-13:null) checking if agent (5) is alive
> >>> 2013-04-07 00:37:51,486 DEBUG [agent.transport.Request]
> >>> (AgentTaskPool-10:null) Seq 6-324993316: Sending  { Cmd , MgmtId: 1,
> >>>via:
> >>> 6, Ver: v1, Flags: 100011, [{"CheckHealthCommand":{"wait":50}}] }
> >>> 2013-04-07 00:37:51,486 DEBUG [agent.transport.Request]
> >>> (AgentTaskPool-10:null) Seq 6-324993316: Executing:  { Cmd , MgmtId: 1,
> >>> via: 6, Ver: v1, Flags: 100011, [{"CheckHealthCommand":{"wait":50}}] }
> >>> 2013-04-07 00:37:51,486 DEBUG [agent.manager.DirectAgentAttache]
> >>> (DirectAgent-303:null) Seq 6-324993316: Executing request
> >>> 2013-04-07 00:37:51,488 DEBUG [agent.transport.Request]
> >>> (AgentTaskPool-13:null) Seq 5-614334821: Sending  { Cmd , MgmtId: 1,
> >>>via:
> >>> 5, Ver: v1, Flags: 100011, [{"CheckHealthCommand":{"wait":50}}] }
> >>> 2013-04-07 00:37:51,488 DEBUG [agent.transport.Request]
> >>> (AgentTaskPool-13:null) Seq 5-614334821: Executing:  { Cmd , MgmtId: 1,
> >>> via: 5, Ver: v1, Flags: 100011, [{"CheckHealthCommand":{"wait":50}}] }
> >>> 2013-04-07 00:37:51,488 DEBUG [agent.manager.DirectAgentAttache]
> >>> (DirectAgent-158:null) Seq 5-614334821: Executing request
> >>> 2013-04-07 00:37:51,537 DEBUG [agent.manager.DirectAgentAttache]
> >>> (DirectAgent-303:null) Seq 6-324993316: Response Received:
> >>> 2013-04-07 00:37:51,538 DEBUG [agent.transport.Request]
> >>> (DirectAgent-303:null) Seq 6-324993316: Processing:  { Ans: , MgmtId:
> >>>1,
> >>> via: 6, Ver: v1, Flags: 10,
> >>> [{"CheckHealthAnswer":{"result":true,"details":"resource is
> >>> alive","wait":0}}] }
> >>> 2013-04-07 00:37:51,538 DEBUG [agent.transport.Request]
> >>> (AgentTaskPool-10:null) Seq 6-324993316: Received:  { Ans: , MgmtId: 1,
> >>> via: 6, Ver: v1, Flags: 10, { CheckHealthAnswer } }
> >>> 2013-04-07 00:37:51,538 DEBUG [agent.manager.AgentManagerImpl]
> >>> (AgentTaskPool-10:null) Details from executing class
> >>> com.cloud.agent.api.CheckHealthCommand: resource is alive
> >>> 2013-04-07 00:37:51,538 DEBUG [agent.manager.AgentManagerImpl]
> >>> (AgentTaskPool-10:null) agent (6) responded to checkHeathCommand,
> >>>reporting
> >>> that agent is Up
> >>> 2013-04-07 00:37:51,538 INFO  [agent.manager.AgentManagerImpl]
> >>> (AgentTaskPool-10:null) The state determined is Up
> >>> 2013-04-07 00:37:51,538 INFO  [agent.manager.AgentManagerImpl]
> >>> (AgentTaskPool-10:null) Agent is determined to be up and running
> >>> 2013-04-07 00:37:51,538 DEBUG [cloud.host.Status]
> >>>(AgentTaskPool-10:null)
> >>> Transition:[Resource state = Enabled, Agent event = Ping, Host id = 6,
> >>>name
> >>> = Tut-XenServer]
> >>> 2013-04-07 00:37:51,541 DEBUG [agent.manager.DirectAgentAttache]
> >>> (DirectAgent-158:null) Seq 5-614334821: Response Received:
> >>> 2013-04-07 00:37:51,541 DEBUG [agent.transport.Request]
> >>> (DirectAgent-158:null) Seq 5-614334821: Processing:  { Ans: , MgmtId:
> >>>1,
> >>> via: 5, Ver: v1, Flags: 10,
> >>> [{"CheckHealthAnswer":{"result":true,"details":"resource is
> >>> alive","wait":0}}] }
> >>> 2013-04-07 00:37:51,541 DEBUG [agent.transport.Request]
> >>> (AgentTaskPool-13:null) Seq 5-614334821: Received:  { Ans: , MgmtId: 1,
> >>> via: 5, Ver: v1, Flags: 10, { CheckHealthAnswer } }
> >>> 2013-04-07 00:37:51,541 DEBUG [agent.manager.AgentManagerImpl]
> >>> (AgentTaskPool-13:null) Details from executing class
> >>> com.cloud.agent.api.CheckHealthCommand: resource is alive
> >>> 2013-04-07 00:37:51,541 DEBUG [agent.manager.AgentManagerImpl]
> >>> (AgentTaskPool-13:null) agent (5) responded to checkHeathCommand,
> >>>reporting
> >>> that agent is Up
> >>> 2013-04-07 00:37:51,541 INFO  [agent.manager.AgentManagerImpl]
> >>> (AgentTaskPool-13:null) The state determined is Up
> >>> 2013-04-07 00:37:51,541 DEBUG [cloud.host.Status]
> >>>(AgentTaskPool-10:null)
> >>> Agent status update: [id = 6; name = Tut-XenServer; old status = Up;
> >>>event
> >>> = Ping; new status = Up; old update count = 314; new update count =
> >>>315]
> >>> 2013-04-07 00:37:51,541 INFO  [agent.manager.AgentManagerImpl]
> >>> (AgentTaskPool-13:null) Agent is determined to be up and running
> >>> 2013-04-07 00:37:51,541 DEBUG [cloud.host.Status]
> >>>(AgentTaskPool-13:null)
> >>> Transition:[Resource state = Enabled, Agent event = Ping, Host id = 5,
> >>>name
> >>> = Tut-XenServer2]
> >>> 2013-04-07 00:37:51,544 DEBUG [cloud.host.Status]
> >>>(AgentTaskPool-13:null)
> >>> Agent status update: [id = 5; name = Tut-XenServer2; old status = Up;
> >>>event
> >>> = Ping; new status = Up; old update count = 151; new update count =
> >>>152]
> >>> 2013-04-07 00:37:55,103 INFO  [cloud.vm.UserVmManagerImpl]
> >>> (UserVm-Scavenger-1:null) Found 1 vms to expunge.
> >>> 2013-04-07 00:37:55,103 DEBUG [cloud.vm.VirtualMachineManagerImpl]
> >>> (UserVm-Scavenger-1:null) Stopped called on
> >>> VM[User|94ddc16f-04fc-4da1-8326-01d8d5cdeb44] but the state is
> >>>Destroyed
> >>> 2013-04-07 00:37:55,105 DEBUG [cloud.capacity.CapacityManagerImpl]
> >>> (UserVm-Scavenger-1:null) VM state transitted from :Destroyed to
> >>>Expunging
> >>> with event: ExpungeOperationvm's original host id: 6 new host id: null
> >>>host
> >>> id before state transition: null
> >>> 2013-04-07 00:37:55,105 DEBUG [cloud.vm.VirtualMachineManagerImpl]
> >>> (UserVm-Scavenger-1:null) Destroying vm
> >>> VM[User|94ddc16f-04fc-4da1-8326-01d8d5cdeb44]
> >>> 2013-04-07 00:37:55,105 DEBUG [cloud.vm.VirtualMachineManagerImpl]
> >>> (UserVm-Scavenger-1:null) Cleaning up NICS
> >>> 2013-04-07 00:37:55,105 DEBUG [cloud.network.NetworkManagerImpl]
> >>> (UserVm-Scavenger-1:null) Cleaning network for vm: 13
> >>> 2013-04-07 00:37:55,113 DEBUG [network.guru.DirectNetworkGuru]
> >>> (UserVm-Scavenger-1:null) Deallocate network: networkId: 204, ip:
> >>> 192.168.56.146
> >>> 2013-04-07 00:37:55,124 DEBUG [cloud.network.NetworkManagerImpl]
> >>> (UserVm-Scavenger-1:null) Removed nic id=19
> >>> 2013-04-07 00:37:55,124 DEBUG [cloud.storage.StorageManagerImpl]
> >>> (UserVm-Scavenger-1:null) Cleaning storage for vm: 13
> >>> 2013-04-07 00:37:55,132 DEBUG [cloud.storage.StorageManagerImpl]
> >>> (UserVm-Scavenger-1:null) Expunging Vol[13|vm=13|ROOT]
> >>> 2013-04-07 00:37:55,139 DEBUG [agent.transport.Request]
> >>> (UserVm-Scavenger-1:null) Seq 6-324993317: Sending  { Cmd , MgmtId: 1,
> >>>via:
> >>> 6, Ver: v1, Flags: 100111,
> >>>
> >>>[{"storage.DestroyCommand":{"vmName":"i-2-13-
> VM","volume":{"id":13,"name
> >>>"
> >>>:"ROOT-13","mountPoint":"/iSCSI_SR_3","path":"99154d9c-2665-465d-
> 8c71-e6
> >>>0
> >>>f1748895b","size":52428800,"type":"ROOT","storagePoolType":"PreSetup","
> s
> >>>t
> >>>oragePoolUuid":"iSCSI_SR_3","deviceId":0},"wait":0}}]
> >>> }
> >>> 2013-04-07 00:37:55,140 DEBUG [agent.transport.Request]
> >>> (UserVm-Scavenger-1:null) Seq 6-324993317: Executing:  { Cmd , MgmtId:
> >>>1,
> >>> via: 6, Ver: v1, Flags: 100111,
> >>>
> >>>[{"storage.DestroyCommand":{"vmName":"i-2-13-
> VM","volume":{"id":13,"name
> >>>"
> >>>:"ROOT-13","mountPoint":"/iSCSI_SR_3","path":"99154d9c-2665-465d-
> 8c71-e6
> >>>0
> >>>f1748895b","size":52428800,"type":"ROOT","storagePoolType":"PreSetup","
> s
> >>>t
> >>>oragePoolUuid":"iSCSI_SR_3","deviceId":0},"wait":0}}]
> >>> }
> >>> 2013-04-07 00:37:55,140 DEBUG [agent.manager.DirectAgentAttache]
> >>> (DirectAgent-87:null) Seq 6-324993317: Executing request
> >>> 2013-04-07 00:37:55,724 DEBUG [agent.manager.DirectAgentAttache]
> >>> (DirectAgent-87:null) Seq 6-324993317: Response Received:
> >>> 2013-04-07 00:37:55,724 DEBUG [agent.transport.Request]
> >>> (DirectAgent-87:null) Seq 6-324993317: Processing:  { Ans: , MgmtId: 1,
> >>> via: 6, Ver: v1, Flags: 110,
> >>> [{"Answer":{"result":true,"details":"Success","wait":0}}] }
> >>> 2013-04-07 00:37:55,724 DEBUG [agent.manager.AgentAttache]
> >>> (DirectAgent-87:null) Seq 6-324993317: No more commands found
> >>> 2013-04-07 00:37:55,724 DEBUG [agent.transport.Request]
> >>> (UserVm-Scavenger-1:null) Seq 6-324993317: Received:  { Ans: , MgmtId:
> >>>1,
> >>> via: 6, Ver: v1, Flags: 110, { Answer } }
> >>> 2013-04-07 00:37:55,727 DEBUG [cloud.storage.StorageManagerImpl]
> >>> (UserVm-Scavenger-1:null) Volume successfully expunged from 257
> >>> 2013-04-07 00:37:55,727 DEBUG [cloud.vm.VirtualMachineManagerImpl]
> >>> (UserVm-Scavenger-1:null) Expunged
> >>> VM[User|94ddc16f-04fc-4da1-8326-01d8d5cdeb44]
> >>> 2013-04-07 00:37:55,727 DEBUG [cloud.vm.UserVmManagerImpl]
> >>> (UserVm-Scavenger-1:null) Starting cleaning up vm
> >>> VM[User|94ddc16f-04fc-4da1-8326-01d8d5cdeb44] resources...
> >>> 2013-04-07 00:37:55,730 INFO
> >>>[network.security.SecurityGroupManagerImpl]
> >>> (UserVm-Scavenger-1:null) Disassociated 1 network groups  from uservm
> >>>13
> >>> 2013-04-07 00:37:55,732 DEBUG
> >>>[network.security.SecurityGroupManagerImpl]
> >>> (UserVm-Scavenger-1:null) Security group mappings are removed
> >>>successfully
> >>> for vm id=13
> >>> 2013-04-07 00:37:55,736 DEBUG [network.firewall.FirewallManagerImpl]
> >>> (UserVm-Scavenger-1:null) No firewall rules are found for vm id=13
> >>> 2013-04-07 00:37:55,737 DEBUG [cloud.vm.UserVmManagerImpl]
> >>> (UserVm-Scavenger-1:null) Firewall rules are removed successfully as a
> >>>part
> >>> of vm id=13 expunge
> >>> 2013-04-07 00:37:55,739 DEBUG [network.rules.RulesManagerImpl]
> >>> (UserVm-Scavenger-1:null) No port forwarding rules are found for vm
> >>>id=13
> >>> 2013-04-07 00:37:55,739 DEBUG [cloud.vm.UserVmManagerImpl]
> >>> (UserVm-Scavenger-1:null) Port forwarding rules are removed
> >>>successfully as
> >>> a part of vm id=13 expunge
> >>> 2013-04-07 00:37:55,740 DEBUG [cloud.vm.UserVmManagerImpl]
> >>> (UserVm-Scavenger-1:null) Removed vm id=13 from all load balancers as a
> >>> part of expunge process
> >>> 2013-04-07 00:37:55,741 DEBUG [cloud.vm.UserVmManagerImpl]
> >>> (UserVm-Scavenger-1:null) Successfully cleaned up vm
> >>> VM[User|94ddc16f-04fc-4da1-8326-01d8d5cdeb44] resources as a part of
> >>> expunge process
> >>> 2013-04-07 00:38:04,813 DEBUG [agent.manager.DirectAgentAttache]
> >>> (DirectAgent-442:null) Ping from 6
> >>> 2013-04-07 00:38:06,064 DEBUG [agent.manager.DirectAgentAttache]
> >>> (DirectAgent-374:null) Ping from 5
> >>> 2013-04-07 00:38:06,909 DEBUG [agent.manager.DirectAgentAttache]
> >>> (DirectAgent-157:null) Seq 6-324993028: Executing request
> >>> 2013-04-07 00:38:07,099 DEBUG [agent.manager.DirectAgentAttache]
> >>> (DirectAgent-157:null) Seq 6-324993028: Response Received:
> >>> 2013-04-07 00:38:07,100 DEBUG [agent.transport.Request]
> >>> (DirectAgent-157:null) Seq 6-324993028: Processing:  { Ans: , MgmtId:
> >>>1,
> >>> via: 6, Ver: v1, Flags: 10,
> >>>
> >>>[{"ClusterSyncAnswer":{"_clusterId":2,"_newStates":{},"_isExecuted":fals
> >>>e
> >>>,"result":true,"wait":0}}]
> >>> }
> >>> 2013-04-07 00:38:11,022 DEBUG [agent.manager.DirectAgentAttache]
> >>> (DirectAgent-192:null) Seq 5-614334468: Executing request
> >>> 2013-04-07 00:38:11,181 DEBUG [agent.manager.DirectAgentAttache]
> >>> (DirectAgent-192:null) Seq 5-614334468: Response Received:
> >>> 2013-04-07 00:38:11,181 DEBUG [agent.transport.Request]
> >>> (DirectAgent-192:null) Seq 5-614334468: Processing:  { Ans: , MgmtId:
> >>>1,
> >>> via: 5, Ver: v1, Flags: 10, [{"Answer":{"result":true,"wait":0}}] }
> >>> 2013-04-07 00:38:20,455 DEBUG
> >>> [storage.secondary.SecondaryStorageManagerImpl] (secstorage-1:null)
> >>>Zone 1
> >>> is ready to launch secondary storage VM
> >>> 2013-04-07 00:38:20,573 DEBUG
> >>>[cloud.consoleproxy.ConsoleProxyManagerImpl]
> >>> (consoleproxy-1:null) Zone 1 is ready to launch console proxy
> >>> 2013-04-07 00:38:20,820 DEBUG
> >>> [network.router.VirtualNetworkApplianceManagerImpl]
> >>> (RouterStatusMonitor-1:null) Found 0 routers to update status.
> >>> 2013-04-07 00:38:20,821 DEBUG
> >>> [network.router.VirtualNetworkApplianceManagerImpl]
> >>> (RouterStatusMonitor-1:null) Found 0 networks to update RvR status.
> >>> 2013-04-07 00:38:20,851 DEBUG
> >>> [network.router.VirtualNetworkApplianceManagerImpl]
> >>> (RouterStatusMonitor-1:null) Found 0 routers to update status.
> >>> 2013-04-07 00:38:20,853 DEBUG
> >>> [network.router.VirtualNetworkApplianceManagerImpl]
> >>> (RouterStatusMonitor-1:null) Found 0 networks to update RvR status.
> >>> 2013-04-07 00:38:20,921 DEBUG [cloud.alert.AlertManagerImpl]
> >>> (CapacityChecker:null) Running Capacity Checker ...
> >>> 2013-04-07 00:38:20,921 DEBUG [cloud.alert.AlertManagerImpl]
> >>> (CapacityChecker:null) recalculating system capacity
> >>> 2013-04-07 00:38:20,921 DEBUG [cloud.alert.AlertManagerImpl]
> >>> (CapacityChecker:null) Executing cpu/ram capacity update
> >>> 2013-04-07 00:38:20,931 DEBUG [cloud.capacity.CapacityManagerImpl]
> >>> (CapacityChecker:null) Found 2 VMs on host 1
> >>> 2013-04-07 00:38:20,932 DEBUG [cloud.capacity.CapacityManagerImpl]
> >>> (CapacityChecker:null) Found 0 VM, not running on host 1
> >>> 2013-04-07 00:38:20,935 DEBUG [cloud.capacity.CapacityManagerImpl]
> >>> (CapacityChecker:null) No need to calibrate cpu capacity, host:1
> >>>usedCpu:
> >>> 200 reservedCpu: 0
> >>> 2013-04-07 00:38:20,935 DEBUG [cloud.capacity.CapacityManagerImpl]
> >>> (CapacityChecker:null) No need to calibrate memory capacity, host:1
> >>> usedMem: 209715200 reservedMem: 0
> >>> 2013-04-07 00:38:20,940 DEBUG [cloud.capacity.CapacityManagerImpl]
> >>> (CapacityChecker:null) Found 0 VMs on host 5
> >>> 2013-04-07 00:38:20,941 DEBUG [cloud.capacity.CapacityManagerImpl]
> >>> (CapacityChecker:null) Found 0 VM, not running on host 5
> >>> 2013-04-07 00:38:20,944 DEBUG [cloud.capacity.CapacityManagerImpl]
> >>> (CapacityChecker:null) No need to calibrate cpu capacity, host:5
> >>>usedCpu: 0
> >>> reservedCpu: 0
> >>> 2013-04-07 00:38:20,944 DEBUG [cloud.capacity.CapacityManagerImpl]
> >>> (CapacityChecker:null) No need to calibrate memory capacity, host:5
> >>> usedMem: 0 reservedMem: 0
> >>> 2013-04-07 00:38:20,950 DEBUG [cloud.capacity.CapacityManagerImpl]
> >>> (CapacityChecker:null) Found 1 VMs on host 6
> >>> 2013-04-07 00:38:20,951 DEBUG [cloud.capacity.CapacityManagerImpl]
> >>> (CapacityChecker:null) Found 0 VM, not running on host 6
> >>> 2013-04-07 00:38:20,954 DEBUG [cloud.capacity.CapacityManagerImpl]
> >>> (CapacityChecker:null) No need to calibrate cpu capacity, host:6
> >>>usedCpu:
> >>> 100 reservedCpu: 0
> >>> 2013-04-07 00:38:20,954 DEBUG [cloud.capacity.CapacityManagerImpl]
> >>> (CapacityChecker:null) No need to calibrate memory capacity, host:6
> >>> usedMem: 104857600 reservedMem: 0
> >>> 2013-04-07 00:38:20,954 DEBUG [cloud.alert.AlertManagerImpl]
> >>> (CapacityChecker:null) Done executing cpu/ram capacity update
> >>> 2013-04-07 00:38:20,954 DEBUG [cloud.alert.AlertManagerImpl]
> >>> (CapacityChecker:null) Executing storage capacity update
> >>> 2013-04-07 00:38:20,961 DEBUG [cloud.storage.StorageManagerImpl]
> >>> (CapacityChecker:null) Successfully set Capacity - 31004332032 for
> >>>capacity
> >>> type - 9 , DataCenterId - 1, HostOrPoolId - 200, PodId 1
> >>> 2013-04-07 00:38:20,965 DEBUG [cloud.storage.StorageManagerImpl]
> >>> (CapacityChecker:null) Successfully set Capacity - 97221701632 for
> >>>capacity
> >>> type - 9 , DataCenterId - 1, HostOrPoolId - 201, PodId 1
> >>> 2013-04-07 00:38:20,970 DEBUG [cloud.storage.StorageManagerImpl]
> >>> (CapacityChecker:null) Successfully set Capacity - 97221701632 for
> >>>capacity
> >>> type - 9 , DataCenterId - 1, HostOrPoolId - 202, PodId 1
> >>> 2013-04-07 00:38:20,975 DEBUG [cloud.storage.StorageManagerImpl]
> >>> (CapacityChecker:null) Successfully set Capacity - 2084569088 for
> >>>capacity
> >>> type - 3 , DataCenterId - 1, HostOrPoolId - 256, PodId 1
> >>> 2013-04-07 00:38:20,980 DEBUG [cloud.storage.StorageManagerImpl]
> >>> (CapacityChecker:null) Successfully set Capacity - 2084569088 for
> >>>capacity
> >>> type - 3 , DataCenterId - 1, HostOrPoolId - 257, PodId 1
> >>> 2013-04-07 00:38:20,985 DEBUG [cloud.storage.StorageManagerImpl]
> >>> (CapacityChecker:null) Successfully set Capacity - 2084569088 for
> >>>capacity
> >>> type - 3 , DataCenterId - 1, HostOrPoolId - 262, PodId 1
> >>> 2013-04-07 00:38:20,985 DEBUG [cloud.alert.AlertManagerImpl]
> >>> (CapacityChecker:null) Done executing storage capacity update
> >>> 2013-04-07 00:38:20,985 DEBUG [cloud.alert.AlertManagerImpl]
> >>> (CapacityChecker:null) Executing capacity updates for public ip and
> >>>Vlans
> >>> 2013-04-07 00:38:20,995 DEBUG [cloud.alert.AlertManagerImpl]
> >>> (CapacityChecker:null) Done capacity updates for public ip and Vlans
> >>> 2013-04-07 00:38:20,996 DEBUG [cloud.alert.AlertManagerImpl]
> >>> (CapacityChecker:null) Executing capacity updates for private ip
> >>> 2013-04-07 00:38:21,003 DEBUG [cloud.alert.AlertManagerImpl]
> >>> (CapacityChecker:null) Done executing capacity updates for private ip
> >>> 2013-04-07 00:38:21,003 DEBUG [cloud.alert.AlertManagerImpl]
> >>> (CapacityChecker:null) Done recalculating system capacity
> >>> 2013-04-07 00:38:21,031 DEBUG [cloud.alert.AlertManagerImpl]
> >>> (CapacityChecker:null) Done running Capacity Checker ...
> >>> 2013-04-07 00:38:24,889 DEBUG [agent.manager.AgentManagerImpl]
> >>> (AgentManager-Handler-8:null) Ping from 4
> >>> 2013-04-07 00:38:27,157 DEBUG [agent.manager.DirectAgentAttache]
> >>> (DirectAgent-311:null) Ping from 1
> >>> 2013-04-07 00:38:29,095 DEBUG [agent.manager.DirectAgentAttache]
> >>> (DirectAgent-197:null) Seq 1-90046472: Executing request
> >>> 2013-04-07 00:38:29,323 DEBUG [agent.manager.DirectAgentAttache]
> >>> (DirectAgent-197:null) Seq 1-90046472: Response Received:
> >>> 2013-04-07 00:38:29,324 DEBUG [agent.transport.Request]
> >>> (DirectAgent-197:null) Seq 1-90046472: Processing:  { Ans: , MgmtId: 1,
> >>> via: 1, Ver: v1, Flags: 10,
> >>>
> >>>[{"ClusterSyncAnswer":{"_clusterId":1,"_newStates":{},"_isExecuted":fals
> >>>e
> >>>,"result":true,"wait":0}}]
> >>> }
> >>> 2013-04-07 00:38:47,679 DEBUG [agent.manager.AgentManagerImpl]
> >>> (AgentManager-Handler-9:null) Ping from 3
> >>> 2013-04-07 00:38:50,453 DEBUG
> >>> [storage.secondary.SecondaryStorageManagerImpl] (secstorage-1:null)
> >>>Zone 1
> >>> is ready to launch secondary storage VM
> >>> 2013-04-07 00:38:50,560 DEBUG
> >>>[cloud.consoleproxy.ConsoleProxyManagerImpl]
> >>> (consoleproxy-1:null) Zone 1 is ready to launch console proxy
> >>> 2013-04-07 00:38:50,819 DEBUG
> >>> [network.router.VirtualNetworkApplianceManagerImpl]
> >>> (RouterStatusMonitor-1:null) Found 0 routers to update status.
> >>> 2013-04-07 00:38:50,820 DEBUG
> >>> [network.router.VirtualNetworkApplianceManagerImpl]
> >>> (RouterStatusMonitor-1:null) Found 0 networks to update RvR status.
> >>> 2013-04-07 00:38:50,851 DEBUG
> >>> [network.router.VirtualNetworkApplianceManagerImpl]
> >>> (RouterStatusMonitor-1:null) Found 0 routers to update status.
> >>> 2013-04-07 00:38:50,852 DEBUG
> >>> [network.router.VirtualNetworkApplianceManagerImpl]
> >>> (RouterStatusMonitor-1:null) Found 0 networks to update RvR status.
> >>> 2013-04-07 00:38:51,483 INFO  [agent.manager.AgentMonitor]
> >>> (Thread-11:null) Found the following agents behind on ping: [6, 5]
> >>> 2013-04-07 00:38:51,485 DEBUG [cloud.host.Status] (Thread-11:null) Ping
> >>> timeout for host 6, do invstigation
> >>> 2013-04-07 00:38:51,486 DEBUG [cloud.host.Status] (Thread-11:null) Ping
> >>> timeout for host 5, do invstigation
> >>> 2013-04-07 00:38:51,486 INFO  [agent.manager.AgentManagerImpl]
> >>> (AgentTaskPool-11:null) Investigating why host 6 has disconnected with
> >>> event PingTimeout
> >>> 2013-04-07 00:38:51,486 DEBUG [agent.manager.AgentManagerImpl]
> >>> (AgentTaskPool-11:null) checking if agent (6) is alive
> >>> 2013-04-07 00:38:51,487 INFO  [agent.manager.AgentManagerImpl]
> >>> (AgentTaskPool-16:null) Investigating why host 5 has disconnected with
> >>> event PingTimeout
> >>> 2013-04-07 00:38:51,488 DEBUG [agent.manager.AgentManagerImpl]
> >>> (AgentTaskPool-16:null) checking if agent (5) is alive
> >>> 2013-04-07 00:38:51,489 DEBUG [agent.transport.Request]
> >>> (AgentTaskPool-11:null) Seq 6-324993318: Sending  { Cmd , MgmtId: 1,
> >>>via:
> >>> 6, Ver: v1, Flags: 100011, [{"CheckHealthCommand":{"wait":50}}] }
> >>> 2013-04-07 00:38:51,489 DEBUG [agent.transport.Request]
> >>> (AgentTaskPool-11:null) Seq 6-324993318: Executing:  { Cmd , MgmtId: 1,
> >>> via: 6, Ver: v1, Flags: 100011, [{"CheckHealthCommand":{"wait":50}}] }
> >>> 2013-04-07 00:38:51,489 DEBUG [agent.manager.DirectAgentAttache]
> >>> (DirectAgent-372:null) Seq 6-324993318: Executing request
> >>> 2013-04-07 00:38:51,491 DEBUG [agent.transport.Request]
> >>> (AgentTaskPool-16:null) Seq 5-614334822: Sending  { Cmd , MgmtId: 1,
> >>>via:
> >>> 5, Ver: v1, Flags: 100011, [{"CheckHealthCommand":{"wait":50}}] }
> >>> 2013-04-07 00:38:51,491 DEBUG [agent.transport.Request]
> >>> (AgentTaskPool-16:null) Seq 5-614334822: Executing:  { Cmd , MgmtId: 1,
> >>> via: 5, Ver: v1, Flags: 100011, [{"CheckHealthCommand":{"wait":50}}] }
> >>> 2013-04-07 00:38:51,491 DEBUG [agent.manager.DirectAgentAttache]
> >>> (DirectAgent-252:null) Seq 5-614334822: Executing request
> >>> 2013-04-07 00:38:51,546 DEBUG [agent.manager.DirectAgentAttache]
> >>> (DirectAgent-372:null) Seq 6-324993318: Response Received:
> >>> 2013-04-07 00:38:51,547 DEBUG [agent.transport.Request]
> >>> (DirectAgent-372:null) Seq 6-324993318: Processing:  { Ans: , MgmtId:
> >>>1,
> >>> via: 6, Ver: v1, Flags: 10,
> >>> [{"CheckHealthAnswer":{"result":true,"details":"resource is
> >>> alive","wait":0}}] }
> >>> 2013-04-07 00:38:51,547 DEBUG [agent.transport.Request]
> >>> (AgentTaskPool-11:null) Seq 6-324993318: Received:  { Ans: , MgmtId: 1,
> >>> via: 6, Ver: v1, Flags: 10, { CheckHealthAnswer } }
> >>> 2013-04-07 00:38:51,547 DEBUG [agent.manager.AgentManagerImpl]
> >>> (AgentTaskPool-11:null) Details from executing class
> >>> com.cloud.agent.api.CheckHealthCommand: resource is alive
> >>> 2013-04-07 00:38:51,547 DEBUG [agent.manager.AgentManagerImpl]
> >>> (AgentTaskPool-11:null) agent (6) responded to checkHeathCommand,
> >>>reporting
> >>> that agent is Up
> >>> 2013-04-07 00:38:51,547 INFO  [agent.manager.AgentManagerImpl]
> >>> (AgentTaskPool-11:null) The state determined is Up
> >>> 2013-04-07 00:38:51,547 INFO  [agent.manager.AgentManagerImpl]
> >>> (AgentTaskPool-11:null) Agent is determined to be up and running
> >>> 2013-04-07 00:38:51,547 DEBUG [cloud.host.Status]
> >>>(AgentTaskPool-11:null)
> >>> Transition:[Resource state = Enabled, Agent event = Ping, Host id = 6,
> >>>name
> >>> = Tut-XenServer]
> >>> 2013-04-07 00:38:51,549 DEBUG [agent.manager.DirectAgentAttache]
> >>> (DirectAgent-252:null) Seq 5-614334822: Response Received:
> >>> 2013-04-07 00:38:51,549 DEBUG [agent.transport.Request]
> >>> (DirectAgent-252:null) Seq 5-614334822: Processing:  { Ans: , MgmtId:
> >>>1,
> >>> via: 5, Ver: v1, Flags: 10,
> >>> [{"CheckHealthAnswer":{"result":true,"details":"resource is
> >>> alive","wait":0}}] }
> >>> 2013-04-07 00:38:51,549 DEBUG [agent.transport.Request]
> >>> (AgentTaskPool-16:null) Seq 5-614334822: Received:  { Ans: , MgmtId: 1,
> >>> via: 5, Ver: v1, Flags: 10, { CheckHealthAnswer } }
> >>> 2013-04-07 00:38:51,550 DEBUG [agent.manager.AgentManagerImpl]
> >>> (AgentTaskPool-16:null) Details from executing class
> >>> com.cloud.agent.api.CheckHealthCommand: resource is alive
> >>> 2013-04-07 00:38:51,550 DEBUG [agent.manager.AgentManagerImpl]
> >>> (AgentTaskPool-16:null) agent (5) responded to checkHeathCommand,
> >>>reporting
> >>> that agent is Up
> >>> 2013-04-07 00:38:51,550 INFO  [agent.manager.AgentManagerImpl]
> >>> (AgentTaskPool-16:null) The state determined is Up
> >>> 2013-04-07 00:38:51,550 INFO  [agent.manager.AgentManagerImpl]
> >>> (AgentTaskPool-16:null) Agent is determined to be up and running
> >>> 2013-04-07 00:38:51,550 DEBUG [cloud.host.Status]
> >>>(AgentTaskPool-11:null)
> >>> Agent status update: [id = 6; name = Tut-XenServer; old status = Up;
> >>>event
> >>> = Ping; new status = Up; old update count = 315; new update count =
> >>>316]
> >>> 2013-04-07 00:38:51,550 DEBUG [cloud.host.Status]
> >>>(AgentTaskPool-16:null)
> >>> Transition:[Resource state = Enabled, Agent event = Ping, Host id = 5,
> >>>name
> >>> = Tut-XenServer2]
> >>> 2013-04-07 00:38:51,553 DEBUG [cloud.host.Status]
> >>>(AgentTaskPool-16:null)
> >>> Agent status update: [id = 5; name = Tut-XenServer2; old status = Up;
> >>>event
> >>> = Ping; new status = Up; old update count = 152; new update count =
> >>>153]
> >>> 2013-04-07 00:39:04,800 DEBUG [agent.manager.DirectAgentAttache]
> >>> (DirectAgent-100:null) Ping from 6
> >>> 2013-04-07 00:39:06,054 DEBUG [agent.manager.DirectAgentAttache]
> >>> (DirectAgent-259:null) Ping from 5
> >>> 2013-04-07 00:39:06,909 DEBUG [agent.manager.DirectAgentAttache]
> >>> (DirectAgent-134:null) Seq 6-324993028: Executing request
> >>> 2013-04-07 00:39:07,104 DEBUG [agent.manager.DirectAgentAttache]
> >>> (DirectAgent-134:null) Seq 6-324993028: Response Received:
> >>> 2013-04-07 00:39:07,104 DEBUG [agent.transport.Request]
> >>> (DirectAgent-134:null) Seq 6-324993028: Processing:  { Ans: , MgmtId:
> >>>1,
> >>> via: 6, Ver: v1, Flags: 10,
> >>>
> >>>[{"ClusterSyncAnswer":{"_clusterId":2,"_newStates":{},"_isExecuted":fals
> >>>e
> >>>,"result":true,"wait":0}}]
> >>> }
> >>> 2013-04-07 00:39:11,022 DEBUG [agent.manager.DirectAgentAttache]
> >>> (DirectAgent-188:null) Seq 5-614334468: Executing request
> >>> 2013-04-07 00:39:11,164 DEBUG [agent.manager.DirectAgentAttache]
> >>> (DirectAgent-188:null) Seq 5-614334468: Response Received:
> >>> 2013-04-07 00:39:11,164 DEBUG [agent.transport.Request]
> >>> (DirectAgent-188:null) Seq 5-614334468: Processing:  { Ans: , MgmtId:
> >>>1,
> >>> via: 5, Ver: v1, Flags: 10, [{"Answer":{"result":true,"wait":0}}] }
> >>> 2013-04-07 00:39:20,451 DEBUG
> >>> [storage.secondary.SecondaryStorageManagerImpl] (secstorage-1:null)
> >>>Zone 1
> >>> is ready to launch secondary storage VM
> >>> 2013-04-07 00:39:20,552 DEBUG
> >>>[cloud.consoleproxy.ConsoleProxyManagerImpl]
> >>> (consoleproxy-1:null) Zone 1 is ready to launch console proxy
> >>> 2013-04-07 00:39:20,819 DEBUG
> >>> [network.router.VirtualNetworkApplianceManagerImpl]
> >>> (RouterStatusMonitor-1:null) Found 0 routers to update status.
> >>> 2013-04-07 00:39:20,820 DEBUG
> >>> [network.router.VirtualNetworkApplianceManagerImpl]
> >>> (RouterStatusMonitor-1:null) Found 0 networks to update RvR status.
> >>> 2013-04-07 00:39:20,851 DEBUG
> >>> [network.router.VirtualNetworkApplianceManagerImpl]
> >>> (RouterStatusMonitor-1:null) Found 0 routers to update status.
> >>> 2013-04-07 00:39:20,852 DEBUG
> >>> [network.router.VirtualNetworkApplianceManagerImpl]
> >>> (RouterStatusMonitor-1:null) Found 0 networks to update RvR status.
> >>> 2013-04-07 00:39:24,890 DEBUG [agent.manager.AgentManagerImpl]
> >>> (AgentManager-Handler-10:null) Ping from 4
> >>> 2013-04-07 00:39:27,161 DEBUG [agent.manager.DirectAgentAttache]
> >>> (DirectAgent-400:null) Ping from 1
> >>> 2013-04-07 00:39:27,661 DEBUG [cloud.api.ApiServlet]
> >>> (1109449945@qtp-1008805148-34:null) ===START===  127.0.0.1 -- GET
> >>>
> >>>command=listVolumes&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnR
> Rfl8GoVA
> >>>%
> >>>3D&listAll=true&page=1&pagesize=20&_=1365316767658
> >>> 2013-04-07 00:39:27,672 DEBUG [cloud.api.ApiServlet]
> >>> (1109449945@qtp-1008805148-34:null) ===END===  127.0.0.1 -- GET
> >>>
> >>>command=listVolumes&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnR
> Rfl8GoVA
> >>>%
> >>>3D&listAll=true&page=1&pagesize=20&_=1365316767658
> >>> 2013-04-07 00:39:28,628 DEBUG [cloud.api.ApiServlet]
> >>> (1109449945@qtp-1008805148-34:null) ===START===  127.0.0.1 -- GET
> >>>
> >>>command=listVirtualMachines&response=json&sessionkey=Z6QqzU0Fq1iT13
> bMgnR
> >>>R
> >>>fl8GoVA%3D&listAll=true&page=1&pagesize=20&_=1365316768625
> >>> 2013-04-07 00:39:28,640 DEBUG [cloud.api.ApiServlet]
> >>> (1109449945@qtp-1008805148-34:null) ===END===  127.0.0.1 -- GET
> >>>
> >>>command=listVirtualMachines&response=json&sessionkey=Z6QqzU0Fq1iT13
> bMgnR
> >>>R
> >>>fl8GoVA%3D&listAll=true&page=1&pagesize=20&_=1365316768625
> >>> 2013-04-07 00:39:29,095 DEBUG [agent.manager.DirectAgentAttache]
> >>> (DirectAgent-101:null) Seq 1-90046472: Executing request
> >>> 2013-04-07 00:39:29,311 DEBUG [agent.manager.DirectAgentAttache]
> >>> (DirectAgent-101:null) Seq 1-90046472: Response Received:
> >>> 2013-04-07 00:39:29,311 DEBUG [agent.transport.Request]
> >>> (DirectAgent-101:null) Seq 1-90046472: Processing:  { Ans: , MgmtId: 1,
> >>> via: 1, Ver: v1, Flags: 10,
> >>>
> >>>[{"ClusterSyncAnswer":{"_clusterId":1,"_newStates":{},"_isExecuted":fals
> >>>e
> >>>,"result":true,"wait":0}}]
> >>> }
> >>> 2013-04-07 00:39:31,530 DEBUG [cloud.api.ApiServlet]
> >>> (1109449945@qtp-1008805148-34:null) ===START===  127.0.0.1 -- GET
> >>>
> >>>command=logout&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8G
> oVA%3D&_
> >>>=
> >>>1365316771528
> >>> 2013-04-07 00:39:31,535 DEBUG [cloud.api.ApiServlet]
> >>> (1109449945@qtp-1008805148-34:null) ===END===  127.0.0.1 -- GET
> >>>
> >>>command=logout&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8G
> oVA%3D&_
> >>>=
> >>>1365316771528
> >>> 2013-04-07 00:39:31,969 DEBUG [cloud.api.ApiServlet]
> >>> (2107564436@qtp-1008805148-38:null) ===START===  127.0.0.1 -- GET
> >>>
> command=listCapabilities&response=json&sessionkey=null&_=1365316771968
> >>> 2013-04-07 00:39:31,970 DEBUG [cloud.api.ApiServlet]
> >>> (2107564436@qtp-1008805148-38:null) ===END===  127.0.0.1 -- GET
> >>>
> command=listCapabilities&response=json&sessionkey=null&_=1365316771968
> >>> 2013-04-07 00:39:47,679 DEBUG [agent.manager.AgentManagerImpl]
> >>> (AgentManager-Handler-11:null) Ping from 3
> >>> 2013-04-07 00:39:50,451 DEBUG
> >>> [storage.secondary.SecondaryStorageManagerImpl] (secstorage-1:null)
> >>>Zone 1
> >>> is ready to launch secondary storage VM
> >>> 2013-04-07 00:39:50,555 DEBUG
> >>>[cloud.consoleproxy.ConsoleProxyManagerImpl]
> >>> (consoleproxy-1:null) Zone 1 is ready to launch console proxy
> >>> 2013-04-07 00:39:50,819 DEBUG
> >>> [network.router.VirtualNetworkApplianceManagerImpl]
> >>> (RouterStatusMonitor-1:null) Found 0 routers to update status.
> >>> 2013-04-07 00:39:50,820 DEBUG
> >>> [network.router.VirtualNetworkApplianceManagerImpl]
> >>> (RouterStatusMonitor-1:null) Found 0 networks to update RvR status.
> >>> 2013-04-07 00:39:50,850 DEBUG
> >>> [network.router.VirtualNetworkApplianceManagerImpl]
> >>> (RouterStatusMonitor-1:null) Found 0 routers to update status.
> >>> 2013-04-07 00:39:50,851 DEBUG
> >>> [network.router.VirtualNetworkApplianceManagerImpl]
> >>> (RouterStatusMonitor-1:null) Found 0 networks to update RvR status.
> >>> 2013-04-07 00:39:51,486 INFO  [agent.manager.AgentMonitor]
> >>> (Thread-11:null) Found the following agents behind on ping: [6, 5]
> >>> 2013-04-07 00:39:51,488 DEBUG [cloud.host.Status] (Thread-11:null) Ping
> >>> timeout for host 6, do invstigation
> >>> 2013-04-07 00:39:51,489 DEBUG [cloud.host.Status] (Thread-11:null) Ping
> >>> timeout for host 5, do invstigation
> >>> 2013-04-07 00:39:51,489 INFO  [agent.manager.AgentManagerImpl]
> >>> (AgentTaskPool-2:null) Investigating why host 6 has disconnected with
> >>>event
> >>> PingTimeout
> >>> 2013-04-07 00:39:51,490 DEBUG [agent.manager.AgentManagerImpl]
> >>> (AgentTaskPool-2:null) checking if agent (6) is alive
> >>> 2013-04-07 00:39:51,491 INFO  [agent.manager.AgentManagerImpl]
> >>> (AgentTaskPool-14:null) Investigating why host 5 has disconnected with
> >>> event PingTimeout
> >>> 2013-04-07 00:39:51,491 DEBUG [agent.manager.AgentManagerImpl]
> >>> (AgentTaskPool-14:null) checking if agent (5) is alive
> >>> 2013-04-07 00:39:51,493 DEBUG [agent.transport.Request]
> >>> (AgentTaskPool-2:null) Seq 6-324993319: Sending  { Cmd , MgmtId: 1,
> >>>via: 6,
> >>> Ver: v1, Flags: 100011, [{"CheckHealthCommand":{"wait":50}}] }
> >>> 2013-04-07 00:39:51,493 DEBUG [agent.transport.Request]
> >>> (AgentTaskPool-2:null) Seq 6-324993319: Executing:  { Cmd , MgmtId: 1,
> >>>via:
> >>> 6, Ver: v1, Flags: 100011, [{"CheckHealthCommand":{"wait":50}}] }
> >>> 2013-04-07 00:39:51,493 DEBUG [agent.manager.DirectAgentAttache]
> >>> (DirectAgent-278:null) Seq 6-324993319: Executing request
> >>> 2013-04-07 00:39:51,494 DEBUG [agent.transport.Request]
> >>> (AgentTaskPool-14:null) Seq 5-614334823: Sending  { Cmd , MgmtId: 1,
> >>>via:
> >>> 5, Ver: v1, Flags: 100011, [{"CheckHealthCommand":{"wait":50}}] }
> >>> 2013-04-07 00:39:51,494 DEBUG [agent.transport.Request]
> >>> (AgentTaskPool-14:null) Seq 5-614334823: Executing:  { Cmd , MgmtId: 1,
> >>> via: 5, Ver: v1, Flags: 100011, [{"CheckHealthCommand":{"wait":50}}] }
> >>> 2013-04-07 00:39:51,495 DEBUG [agent.manager.DirectAgentAttache]
> >>> (DirectAgent-433:null) Seq 5-614334823: Executing request
> >>> 2013-04-07 00:39:51,547 DEBUG [agent.manager.DirectAgentAttache]
> >>> (DirectAgent-278:null) Seq 6-324993319: Response Received:
> >>> 2013-04-07 00:39:51,548 DEBUG [agent.transport.Request]
> >>> (DirectAgent-278:null) Seq 6-324993319: Processing:  { Ans: , MgmtId:
> >>>1,
> >>> via: 6, Ver: v1, Flags: 10,
> >>> [{"CheckHealthAnswer":{"result":true,"details":"resource is
> >>> alive","wait":0}}] }
> >>> 2013-04-07 00:39:51,548 DEBUG [agent.transport.Request]
> >>> (AgentTaskPool-2:null) Seq 6-324993319: Received:  { Ans: , MgmtId: 1,
> >>>via:
> >>> 6, Ver: v1, Flags: 10, { CheckHealthAnswer } }
> >>> 2013-04-07 00:39:51,548 DEBUG [agent.manager.AgentManagerImpl]
> >>> (AgentTaskPool-2:null) Details from executing class
> >>> com.cloud.agent.api.CheckHealthCommand: resource is alive
> >>> 2013-04-07 00:39:51,548 DEBUG [agent.manager.AgentManagerImpl]
> >>> (AgentTaskPool-2:null) agent (6) responded to checkHeathCommand,
> >>>reporting
> >>> that agent is Up
> >>> 2013-04-07 00:39:51,548 INFO  [agent.manager.AgentManagerImpl]
> >>> (AgentTaskPool-2:null) The state determined is Up
> >>> 2013-04-07 00:39:51,548 INFO  [agent.manager.AgentManagerImpl]
> >>> (AgentTaskPool-2:null) Agent is determined to be up and running
> >>> 2013-04-07 00:39:51,548 DEBUG [cloud.host.Status]
> >>>(AgentTaskPool-2:null)
> >>> Transition:[Resource state = Enabled, Agent event = Ping, Host id = 6,
> >>>name
> >>> = Tut-XenServer]
> >>> 2013-04-07 00:39:51,549 DEBUG [agent.manager.DirectAgentAttache]
> >>> (DirectAgent-433:null) Seq 5-614334823: Response Received:
> >>> 2013-04-07 00:39:51,549 DEBUG [agent.transport.Request]
> >>> (DirectAgent-433:null) Seq 5-614334823: Processing:  { Ans: , MgmtId:
> >>>1,
> >>> via: 5, Ver: v1, Flags: 10,
> >>> [{"CheckHealthAnswer":{"result":true,"details":"resource is
> >>> alive","wait":0}}] }
> >>> 2013-04-07 00:39:51,549 DEBUG [agent.transport.Request]
> >>> (AgentTaskPool-14:null) Seq 5-614334823: Received:  { Ans: , MgmtId: 1,
> >>> via: 5, Ver: v1, Flags: 10, { CheckHealthAnswer } }
> >>> 2013-04-07 00:39:51,549 DEBUG [agent.manager.AgentManagerImpl]
> >>> (AgentTaskPool-14:null) Details from executing class
> >>> com.cloud.agent.api.CheckHealthCommand: resource is alive
> >>> 2013-04-07 00:39:51,549 DEBUG [agent.manager.AgentManagerImpl]
> >>> (AgentTaskPool-14:null) agent (5) responded to checkHeathCommand,
> >>>reporting
> >>> that agent is Up
> >>> 2013-04-07 00:39:51,549 INFO  [agent.manager.AgentManagerImpl]
> >>> (AgentTaskPool-14:null) The state determined is Up
> >>> 2013-04-07 00:39:51,549 INFO  [agent.manager.AgentManagerImpl]
> >>> (AgentTaskPool-14:null) Agent is determined to be up and running
> >>> 2013-04-07 00:39:51,551 DEBUG [cloud.host.Status]
> >>>(AgentTaskPool-2:null)
> >>> Agent status update: [id = 6; name = Tut-XenServer; old status = Up;
> >>>event
> >>> = Ping; new status = Up; old update count = 316; new update count =
> >>>317]
> >>> 2013-04-07 00:39:51,551 DEBUG [cloud.host.Status]
> >>>(AgentTaskPool-14:null)
> >>> Transition:[Resource state = Enabled, Agent event = Ping, Host id = 5,
> >>>name
> >>> = Tut-XenServer2]
> >>> 2013-04-07 00:39:51,554 DEBUG [cloud.host.Status]
> >>>(AgentTaskPool-14:null)
> >>> Agent status update: [id = 5; name = Tut-XenServer2; old status = Up;
> >>>event
> >>> = Ping; new status = Up; old update count = 153; new update count =
> >>>154]
> >>> 2013-04-07 00:40:04,836 DEBUG [agent.manager.DirectAgentAttache]
> >>> (DirectAgent-238:null) Ping from 6
> >>> 2013-04-07 00:40:06,653 WARN  [xen.resource.CitrixResourceBase]
> >>> (DirectAgent-429:null)  can not ping xenserver
> >>> 5e02c608-155d-432e-a20f-f8c600ef3ab7
> >>> 2013-04-07 00:40:06,653 WARN  [agent.manager.DirectAgentAttache]
> >>> (DirectAgent-429:null) Unable to get current status on 5
> >>> 2013-04-07 00:40:06,655 INFO  [agent.manager.AgentManagerImpl]
> >>> (AgentTaskPool-1:null) Investigating why host 5 has disconnected with
> >>>event
> >>> AgentDisconnected
> >>> 2013-04-07 00:40:06,655 DEBUG [agent.manager.AgentManagerImpl]
> >>> (AgentTaskPool-1:null) checking if agent (5) is alive
> >>> 2013-04-07 00:40:06,658 DEBUG [agent.transport.Request]
> >>> (AgentTaskPool-1:null) Seq 5-614334824: Sending  { Cmd , MgmtId: 1,
> >>>via: 5,
> >>> Ver: v1, Flags: 100011, [{"CheckHealthCommand":{"wait":50}}] }
> >>> 2013-04-07 00:40:06,658 DEBUG [agent.transport.Request]
> >>> (AgentTaskPool-1:null) Seq 5-614334824: Executing:  { Cmd , MgmtId: 1,
> >>>via:
> >>> 5, Ver: v1, Flags: 100011, [{"CheckHealthCommand":{"wait":50}}] }
> >>> 2013-04-07 00:40:06,658 DEBUG [agent.manager.DirectAgentAttache]
> >>> (DirectAgent-28:null) Seq 5-614334824: Executing request
> >>> 2013-04-07 00:40:06,681 DEBUG [agent.manager.DirectAgentAttache]
> >>> (DirectAgent-28:null) Seq 5-614334824: Response Received:
> >>> 2013-04-07 00:40:06,682 DEBUG [agent.transport.Request]
> >>> (DirectAgent-28:null) Seq 5-614334824: Processing:  { Ans: , MgmtId: 1,
> >>> via: 5, Ver: v1, Flags: 10,
> >>> [{"CheckHealthAnswer":{"result":false,"details":"resource is not
> >>> alive","wait":0}}] }
> >>> 2013-04-07 00:40:06,682 DEBUG [agent.transport.Request]
> >>> (AgentTaskPool-1:null) Seq 5-614334824: Received:  { Ans: , MgmtId: 1,
> >>>via:
> >>> 5, Ver: v1, Flags: 10, { CheckHealthAnswer } }
> >>> 2013-04-07 00:40:06,682 DEBUG [agent.manager.AgentManagerImpl]
> >>> (AgentTaskPool-1:null) Details from executing class
> >>> com.cloud.agent.api.CheckHealthCommand: resource is not alive
> >>> 2013-04-07 00:40:06,684 DEBUG [cloud.ha.HighAvailabilityManagerImpl]
> >>> (AgentTaskPool-1:null) SimpleInvestigator unable to determine the
> >>>state
> >>>of
> >>> the host.  Moving on.
> >>> 2013-04-07 00:40:06,691 DEBUG [agent.transport.Request]
> >>> (AgentTaskPool-1:null) Seq 6-324993320: Sending  { Cmd , MgmtId: 1,
> >>>via: 6,
> >>> Ver: v1, Flags: 100011,
> >>>
> >>>[{"CheckOnHostCommand":{"host":{"guid":"5e02c608-155d-432e-a20f-
> f8c600ef
> >>>3
> >>>ab7","privateNetwork":{"ip":"192.168.56.11","netmask":"255.255.255.0","m
> >>>a
> >>>c":"08:00:27:f7:0d:28","isSecurityGroupEnabled":false},"publicNetwork":{
> >>>"
> >>>ip":"192.168.56.11","netmask":"255.255.255.0","mac":"08:00:27:f7:0d:28",
> >>>"
> >>>isSecurityGroupEnabled":false},"storageNetwork1":{"ip":"192.168.56.11","
> >>>n
> >>>etmask":"255.255.255.0","mac":"08:00:27:f7:0d:28","isSecurityGroupEnable
> >>>d
> >>>":false}},"wait":20}}]
> >>> }
> >>> 2013-04-07 00:40:06,691 DEBUG [agent.transport.Request]
> >>> (AgentTaskPool-1:null) Seq 6-324993320: Executing:  { Cmd , MgmtId: 1,
> >>>via:
> >>> 6, Ver: v1, Flags: 100011,
> >>>
> >>>[{"CheckOnHostCommand":{"host":{"guid":"5e02c608-155d-432e-a20f-
> f8c600ef
> >>>3
> >>>ab7","privateNetwork":{"ip":"192.168.56.11","netmask":"255.255.255.0","m
> >>>a
> >>>c":"08:00:27:f7:0d:28","isSecurityGroupEnabled":false},"publicNetwork":{
> >>>"
> >>>ip":"192.168.56.11","netmask":"255.255.255.0","mac":"08:00:27:f7:0d:28",
> >>>"
> >>>isSecurityGroupEnabled":false},"storageNetwork1":{"ip":"192.168.56.11","
> >>>n
> >>>etmask":"255.255.255.0","mac":"08:00:27:f7:0d:28","isSecurityGroupEnable
> >>>d
> >>>":false}},"wait":20}}]
> >>> }
> >>> 2013-04-07 00:40:06,692 DEBUG [agent.manager.DirectAgentAttache]
> >>> (DirectAgent-467:null) Seq 6-324993320: Executing request
> >>> 2013-04-07 00:40:06,909 DEBUG [agent.manager.DirectAgentAttache]
> >>> (DirectAgent-367:null) Seq 6-324993028: Executing request
> >>> 2013-04-07 00:40:07,178 DEBUG [xen.resource.XenServer56Resource]
> >>> (DirectAgent-467:null) Heart beat is still going
> >>> 2013-04-07 00:40:07,178 DEBUG [agent.manager.DirectAgentAttache]
> >>> (DirectAgent-467:null) Seq 6-324993320: Response Received:
> >>> 2013-04-07 00:40:07,178 DEBUG [agent.transport.Request]
> >>> (DirectAgent-467:null) Seq 6-324993320: Processing:  { Ans: , MgmtId:
> >>>1,
> >>> via: 6, Ver: v1, Flags: 10,
> >>>
> >>>[{"CheckOnHostAnswer":{"determined":true,"alive":true,"result":true,"det
> >>>a
> >>>ils":"Heartbeat
> >>> is still going","wait":0}}] }
> >>> 2013-04-07 00:40:07,178 DEBUG [agent.transport.Request]
> >>> (AgentTaskPool-1:null) Seq 6-324993320: Received:  { Ans: , MgmtId: 1,
> >>>via:
> >>> 6, Ver: v1, Flags: 10, { CheckOnHostAnswer } }
> >>> 2013-04-07 00:40:07,179 DEBUG [agent.manager.AgentManagerImpl]
> >>> (AgentTaskPool-1:null) Details from executing class
> >>> com.cloud.agent.api.CheckOnHostCommand: Heartbeat is still going
> >>> 2013-04-07 00:40:07,179 DEBUG [cloud.ha.HighAvailabilityManagerImpl]
> >>> (AgentTaskPool-1:null) XenServerInvestigator was able to determine
> >>>host
> >>>5
> >>> is in Up
> >>> 2013-04-07 00:40:07,179 INFO  [agent.manager.AgentManagerImpl]
> >>> (AgentTaskPool-1:null) The state determined is Up
> >>> 2013-04-07 00:40:07,179 INFO  [agent.manager.AgentManagerImpl]
> >>> (AgentTaskPool-1:null) Agent is determined to be up and running
> >>> 2013-04-07 00:40:07,179 DEBUG [cloud.host.Status]
> >>>(AgentTaskPool-1:null)
> >>> Transition:[Resource state = Enabled, Agent event = Ping, Host id = 5,
> >>>name
> >>> = Tut-XenServer2]
> >>> 2013-04-07 00:40:07,182 DEBUG [cloud.host.Status]
> >>>(AgentTaskPool-1:null)
> >>> Agent status update: [id = 5; name = Tut-XenServer2; old status = Up;
> >>>event
> >>> = Ping; new status = Up; old update count = 154; new update count =
> >>>155]
> >>> 2013-04-07 00:40:07,321 DEBUG [agent.manager.DirectAgentAttache]
> >>> (DirectAgent-367:null) Seq 6-324993028: Response Received:
> >>> 2013-04-07 00:40:07,322 DEBUG [agent.transport.Request]
> >>> (DirectAgent-367:null) Seq 6-324993028: Processing:  { Ans: , MgmtId:
> >>>1,
> >>> via: 6, Ver: v1, Flags: 10,
> >>>
> >>>[{"ClusterSyncAnswer":{"_clusterId":2,"_newStates":{},"_isExecuted":fals
> >>>e
> >>>,"result":true,"wait":0}}]
> >>> }
> >>> 2013-04-07 00:40:11,022 DEBUG [agent.manager.DirectAgentAttache]
> >>> (DirectAgent-430:null) Seq 5-614334468: Executing request
> >>> 2013-04-07 00:40:11,052 DEBUG [xen.resource.XenServerConnectionPool]
> >>> (DirectAgent-430:null) Catch Exception:
> >>> com.xensource.xenapi.Types$HostOffline Host is offline 192.168.56.11
> >>>due to
> >>> You attempted an operation which involves a host which could not be
> >>> contacted.
> >>> 2013-04-07 00:40:11,052 DEBUG [xen.resource.XenServerConnectionPool]
> >>> (DirectAgent-430:null) Trying to reset master of slave 192.168.56.11 to
> >>> 192.168.56.9
> >>> 2013-04-07 00:40:20,452 DEBUG
> >>> [storage.secondary.SecondaryStorageManagerImpl] (secstorage-1:null)
> >>>Zone 1
> >>> is ready to launch secondary storage VM
> >>> 2013-04-07 00:40:20,552 DEBUG
> >>>[cloud.consoleproxy.ConsoleProxyManagerImpl]
> >>> (consoleproxy-1:null) Zone 1 is ready to launch console proxy
> >>> 2013-04-07 00:40:20,820 DEBUG
> >>> [network.router.VirtualNetworkApplianceManagerImpl]
> >>> (RouterStatusMonitor-1:null) Found 0 routers to update status.
> >>> 2013-04-07 00:40:20,821 DEBUG
> >>> [network.router.VirtualNetworkApplianceManagerImpl]
> >>> (RouterStatusMonitor-1:null) Found 0 networks to update RvR status.
> >>> 2013-04-07 00:40:20,852 DEBUG
> >>> [network.router.VirtualNetworkApplianceManagerImpl]
> >>> (RouterStatusMonitor-1:null) Found 0 routers to update status.
> >>> 2013-04-07 00:40:20,853 DEBUG
> >>> [network.router.VirtualNetworkApplianceManagerImpl]
> >>> (RouterStatusMonitor-1:null) Found 0 networks to update RvR status.
> >>> 2013-04-07 00:40:21,055 DEBUG [xen.resource.XenServerConnectionPool]
> >>> (DirectAgent-430:null) localLogout has problem Failed to read server's
> >>> response: connect timed out
> >>> 2013-04-07 00:40:21,055 WARN  [agent.manager.DirectAgentAttache]
> >>> (DirectAgent-430:null) Seq 5-614334468: Exception Caught while
> >>>executing
> >>> command
> >>> com.cloud.utils.exception.CloudRuntimeException: Unable to reset
> >>>master
> >>>of
> >>> slave 192.168.56.11 to 192.168.56.9 due to
> >>> org.apache.xmlrpc.XmlRpcException: Failed to read server's response:
> >>> connect timed out
> >>>  at
> >>>
> >>>com.cloud.hypervisor.xen.resource.XenServerConnectionPool.PoolEmergen
> cyR
> >>>e
> >>>setMaster(XenServerConnectionPool.java:443)
> >>> at
> >>>
> >>>com.cloud.hypervisor.xen.resource.XenServerConnectionPool.connect(XenS
> er
> >>>v
> >>>erConnectionPool.java:661)
> >>>  at
> >>>
> >>>com.cloud.hypervisor.xen.resource.CitrixResourceBase.getConnection(Citri
> >>>x
> >>>ResourceBase.java:5380)
> >>> at
> >>>
> >>>com.cloud.hypervisor.xen.resource.CitrixResourceBase.execute(CitrixResou
> >>>r
> >>>ceBase.java:7248)
> >>>  at
> >>>
> >>>com.cloud.hypervisor.xen.resource.CitrixResourceBase.executeRequest(Citr
> >>>i
> >>>xResourceBase.java:555)
> >>> at
> >>>
> >>>com.cloud.hypervisor.xen.resource.XenServer56Resource.executeRequest(X
> en
> >>>S
> >>>erver56Resource.java:73)
> >>>  at
> >>>
> >>>com.cloud.agent.manager.DirectAgentAttache$Task.run(DirectAgentAttach
> e.j
> >>>a
> >>>va:186)
> >>> at
> >>>java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:439)
> >>>  at
> >>>
> >>>java.util.concurrent.FutureTask$Sync.innerRunAndReset(FutureTask.java:31
> >>>7
> >>>)
> >>> at java.util.concurrent.FutureTask.runAndReset(FutureTask.java:150)
> >>>  at
> >>>
> >>>java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.ac
> c
> >>>e
> >>>ss$101(ScheduledThreadPoolExecutor.java:98)
> >>> at
> >>>
> >>>java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.ru
> n
> >>>P
> >>>eriodic(ScheduledThreadPoolExecutor.java:180)
> >>>  at
> >>>
> >>>java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.ru
> n
> >>>(
> >>>ScheduledThreadPoolExecutor.java:204)
> >>> at
> >>>
> >>>java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecut
> o
> >>>r
> >>>.java:895)
> >>>  at
> >>>
> >>>java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.j
> a
> >>>v
> >>>a:918)
> >>> at java.lang.Thread.run(Thread.java:680)
> >>> 2013-04-07 00:40:21,056 DEBUG [agent.manager.DirectAgentAttache]
> >>> (DirectAgent-430:null) Seq 5-614334468: Response Received:
> >>> 2013-04-07 00:40:21,056 DEBUG [agent.transport.Request]
> >>> (DirectAgent-430:null) Seq 5-614334468: Processing:  { Ans: , MgmtId:
> >>>1,
> >>> via: 5, Ver: v1, Flags: 10,
> >>>
> >>>[{"Answer":{"result":false,"details":"com.cloud.utils.exception.CloudRun
> >>>t
> >>>imeException:
> >>> Unable to reset master of slave 192.168.56.11 to 192.168.56.9 due to
> >>> org.apache.xmlrpc.XmlRpcException: Failed to read server's response:
> >>> connect timed out","wait":0}}] }
> >>> 2013-04-07 00:40:24,888 DEBUG [agent.manager.AgentManagerImpl]
> >>> (AgentManager-Handler-12:null) Ping from 4
> >>> 2013-04-07 00:40:27,162 DEBUG [agent.manager.DirectAgentAttache]
> >>> (DirectAgent-321:null) Ping from 1
> >>> 2013-04-07 00:40:29,095 DEBUG [agent.manager.DirectAgentAttache]
> >>> (DirectAgent-423:null) Seq 1-90046472: Executing request
> >>> 2013-04-07 00:40:29,364 DEBUG [agent.manager.DirectAgentAttache]
> >>> (DirectAgent-423:null) Seq 1-90046472: Response Received:
> >>> 2013-04-07 00:40:29,364 DEBUG [agent.transport.Request]
> >>> (DirectAgent-423:null) Seq 1-90046472: Processing:  { Ans: , MgmtId: 1,
> >>> via: 1, Ver: v1, Flags: 10,
> >>>
> >>>[{"ClusterSyncAnswer":{"_clusterId":1,"_newStates":{},"_isExecuted":fals
> >>>e
> >>>,"result":true,"wait":0}}]
> >>> }
> >>> 2013-04-07 00:40:43,749 INFO
> >>>[context.support.XmlWebApplicationContext]
> >>> (Shutdown:null) Closing Root WebApplicationContext: startup date [Sat
> >>>Apr
> >>> 06 22:07:12 MDT 2013]; root of context hierarchy
> >>> 2013-04-07 00:40:43,751 INFO
> >>>[factory.support.DefaultListableBeanFactory]
> >>> (Shutdown:null) Destroying singletons in
> >>>
> >>>org.springframework.beans.factory.support.DefaultListableBeanFactory@7
> 4b
> >>>7
> >>>6ce4:
> >>> defining beans
> >>>
> >>>[org.springframework.context.annotation.internalConfigurationAnnotationP
> >>>r
> >>>ocessor,org.springframework.context.annotation.internalAutowiredAnnotat
> i
> >>>o
> >>>nProcessor,org.springframework.context.annotation.internalRequiredAnnot
> a
> >>>t
> >>>ionProcessor,org.springframework.context.annotation.internalCommonAnn
> ota
> >>>t
> >>>ionProcessor,ClusterRestService,NetworkRestService,PodService,VirtualMac
> >>>h
> >>>ineRestService,VolumeRestService,zoneService,dataDisk,iso,rootDisk,volum
> >>>e
> >>>TypeHelper,VMComputeTagDaoImpl,VMEntityDaoImpl,VMNetworkMapDao
> Impl,VMRes
> >>>e
> >>>rvationDaoImpl,VMRootDiskTagDaoImpl,volumeReservationDaoImpl,virtual
> Mach
> >>>i
> >>>neEntityImpl,VMEntityManagerImpl,dataCenterResourceManagerImpl,Engin
> eDcD
> >>>e
> >>>tailsDao,EngineClusterDao,EngineDataCenterDao,EngineHostDao,EngineHo
> stPo
> >>>d
> >>>Dao,EngineHostDetailsDao,EngineHostTagsDao,provisioningService,cloudOr
> ch
> >>>e
> >>>strator,dataObjectManagerImpl,dataStoreManagerImpl,dataStoreProviderD
> aoI
> >>>m
> >>>pl,primaryDataStoreDaoImpl,primaryDataStoreDetailsDaoImpl,objectInData
> St
> >>>o
> >>>reManagerImpl,dataStoreProviderManagerImpl,objectInDataStoreDaoImpl,
> defa
> >>>u
> >>>ltEndPointSelector,hypervsiorHostEndPointRpcServer,imageDataStoreHelper
> ,
> >>>i
> >>>mageDaoStoreDaoImpl,imageDataDaoImpl,imageDataStoreProviderDaoIm
> pl,BAREM
> >>>E
> >>>TAL,imageFormatHelper,ISO,OVA,imageformat_qcow2,unknown,image_for
> mat_vhd
> >>>,
> >>>dataMotionServiceImpl,primaryDataStoreHelper,templatePrimaryDataStore
> Dao
> >>>I
> >>>mpl,volumeDao2Impl,imageDataFactoryImpl,imageServiceImpl,imageData
> Manage
> >>>r
> >>>Impl,imageDataStoreManagerImpl,defaultImageDataStoreProvider,defaultI
> mag
> >>>e
> >>>MotionStrategy,imageMotionServiceImpl,snapshotDao2Impl,snapshotDataF
> acto
> >>>r
> >>>yImpl,snapshotServiceImpl,hypervisorBasedSnapshot,defaultPrimaryDataSto
> r
> >>>e
> >>>ProviderManagerImpl,defaultPrimaryDatastoreProviderImpl,ISCSI,networkFil
> >>>e
> >>>System,templateInstallStrategyImpl,volumeDataFactoryImpl,volumeManage
> rIm
> >>>p
> >>>l,volumeServiceImpl,apiDiscoveryServiceImpl,apiRateLimitServiceImpl,regi
> >>>o
> >>>nDaoImpl,regionManagerImpl,regionServiceImpl,userContextInitializer,even
> >>>t
> >>>DaoImpl,usageEventDaoImpl,randomAllocator,baremetalDhcpDaoImpl,bare
> metal
> >>>P
> >>>xeDaoImpl,vmwareContextFactory,ciscoNexusVSMDeviceDaoImpl,lunDaoI
> mpl,poo
> >>>l
> >>>DaoImpl,netappVolumeDaoImpl,netappManagerImpl,elasticLoadBalancerEl
> ement
> >>>,
> >>>elasticLbVmMapDaoImpl,elasticLoadBalancerManagerImpl,netScalerPodDa
> oImpl
> >>>,
> >>>niciraNvpDaoImpl,niciraNvpNicMappingDaoImpl,niciraNvpRouterMappingD
> aoImp
> >>>l
> >>>,niciraNvpElement,ovsGuestNetworkGuru,ovsTunnelInterfaceDaoImpl,ovsTu
> nne
> >>>l
> >>>NetworkDaoImpl,ovsTunnelManagerImpl,bigSwitchVnsDaoImpl,bigSwitchVn
> sElem
> >>>e
> >>>nt,randomStoragePoolAllocator,domainChecker,agentMonitor,firstFitAlloca
> t
> >>>o
> >>>r,recreateHostAllocator,testingAllocator,basicAgentAuthManager,alertMan
> a
> >>>g
> >>>erImpl,clusterAlertAdapter,consoleProxyAlertAdapter,alertDaoImpl,seconda
> >>>r
> >>>yStorageVmAlertAdapter,apiDBUtils,apiDispatcher,apiResponseHelper,apiSe
> r
> >>>v
> >>>er,apiServlet,accountJoinDaoImpl,asyncJobJoinDaoImpl,dataCenterJoinDaoI
> m
> >>>p
> >>>l,diskOfferingJoinDaoImpl,domainRouterJoinDaoImpl,hostJoinDaoImpl,insta
> n
> >>>c
> >>>eGroupJoinDaoImpl,projectAccountJoinDaoImpl,projectInvitationJoinDaoIm
> pl
> >>>,
> >>>projectJoinDaoImpl,resourceTagJoinDaoImpl,securityGroupJoinDaoImpl,ser
> vi
> >>>c
> >>>eOfferingJoinDaoImpl,storagePoolJoinDaoImpl,userAccountJoinDaoImpl,us
> erV
> >>>m
> >>>JoinDaoImpl,volumeJoinDaoImpl,queryManagerImpl,asyncJobExecutorCont
> extIm
> >>>p
> >>>l,asyncJobManagerImpl,asyncJobDaoImpl,syncQueueDaoImpl,syncQueueIte
> mDaoI
> >>>m
> >>>pl,syncQueueManagerImpl,capacityManagerImpl,capacityDaoImpl,certificat
> eD
> >>>a
> >>>oImpl,clusterBasedAgentLoadBalancerPlanner,hostTransferMapDaoImpl,clu
> ste
> >>>r
> >>>FenceManagerImpl,clusterServiceServletAdapter,managementServerHostDa
> oImp
> >>>l
> >>>,managementServerHostPeerDaoImpl,stackMaidDaoImpl,managementServe
> rNode,c
> >>>o
> >>>nfigurationManagerImpl,configurationDaoImpl,resourceCountDaoImpl,reso
> urc
> >>>e
> >>>LimitDaoImpl,entityManagerImpl,clusterDetailsDaoImpl,accountVlanMapDa
> oIm
> >>>p
> >>>l,clusterDaoImpl,clusterVSMMapDaoImpl,dataCenterDaoImpl,dataCenterIp
> Addr
> >>>e
> >>>ssDaoImpl,dataCenterLinkLocalIpAddressDaoImpl,dataCenterVnetDaoImpl,d
> cDe
> >>>t
> >>>ailsDaoImpl,hostPodDaoImpl,podVlanDaoImpl,podVlanMapDaoImpl,storage
> Netwo
> >>>r
> >>>kIpAddressDaoImpl,storageNetworkIpRangeDaoImpl,vlanDaoImpl,domainD
> aoImpl
> >>>,
> >>>actionEventUtils,alertGenerator,eventJoinDaoImpl,eventUtils,usageEventUt
> >>>i
> >>>ls,highAvailabilityDaoImpl,recreatableFencer,hostDaoImpl,hostDetailsDaoI
> >>>m
> >>>pl,hostTagsDaoImpl,cloudZonesStartupProcessor,hypervisorCapabilitiesDaoI
> >>>m
> >>>pl,hypervisorGuruManagerImpl,keystoreDaoImpl,keystoreManagerImpl,age
> ntUp
> >>>g
> >>>radeDaoImpl,upgradeManagerImpl,autoScaleManagerImpl,autoScalePolicy
> Condi
> >>>t
> >>>ionMapDaoImpl,autoScalePolicyDaoImpl,autoScaleVmGroupDaoImpl,autoS
> caleVm
> >>>G
> >>>roupPolicyMapDaoImpl,autoScaleVmProfileDaoImpl,conditionDaoImpl,coun
> terD
> >>>a
> >>>oImpl,externalFirewallDeviceDaoImpl,externalLoadBalancerDeviceDaoImpl,
> fi
> >>>r
> >>>ewallRulesCidrsDaoImpl,firewallRulesDaoImpl,inlineLoadBalancerNicMapDa
> oI
> >>>m
> >>>pl,IPAddressDaoImpl,LBStickinessPolicyDaoImpl,loadBalancerDaoImpl,loadB
> a
> >>>l
> >>>ancerVMMapDaoImpl,networkAccountDaoImpl,networkDaoImpl,networkD
> omainDaoI
> >>>m
> >>>pl,networkExternalFirewallDaoImpl,networkExternalLoadBalancerDaoImpl,n
> et
> >>>w
> >>>orkOpDaoImpl,networkRuleConfigDaoImpl,networkServiceMapDaoImpl,phy
> sicalN
> >>>e
> >>>tworkDaoImpl,physicalNetworkIsolationMethodDaoImpl,physicalNetworkSe
> rvic
> >>>e
> >>>ProviderDaoImpl,physicalNetworkTagDaoImpl,physicalNetworkTrafficTypeD
> aoI
> >>>m
> >>>pl,portProfileDaoImpl,remoteAccessVpnDaoImpl,routerNetworkDaoImpl,sit
> e2S
> >>>i
> >>>teCustomerGatewayDaoImpl,site2SiteVpnConnectionDaoImpl,site2SiteVpnG
> atew
> >>>a
> >>>yDaoImpl,userIpv6AddressDaoImpl,virtualRouterProviderDaoImpl,vpnUserD
> aoI
> >>>m
> >>>pl,externalLoadBalancerUsageManagerImpl,externalNetworkDeviceManage
> rImpl
> >>>,
> >>>firewallManagerImpl,loadBalancingRulesManagerImpl,networkManagerImp
> l,net
> >>>w
> >>>orkModelImpl,networkServiceImpl,networkUsageManagerImpl,virtualNetw
> orkAp
> >>>p
> >>>lianceManagerImpl,vpcVirtualNetworkApplianceManagerImpl,portForwardi
> ngRu
> >>>l
> >>>esDaoImpl,rulesManagerImpl,securityGroupDaoImpl,securityGroupRuleDaoI
> mpl
> >>>,
> >>>securityGroupRulesDaoImpl,securityGroupVMMapDaoImpl,securityGroupW
> orkDao
> >>>I
> >>>mpl,vmRulesetLogDaoImpl,storageNetworkManagerImpl,privateIpDaoImpl,
> stati
> >>>c
> >>>RouteDaoImpl,vpcDaoImpl,vpcGatewayDaoImpl,vpcOfferingDaoImpl,vpcOf
> fering
> >>>S
> >>>erviceMapDaoImpl,networkACLManagerImpl,vpcManagerImpl,remoteAcces
> sVpnMan
> >>>a
> >>>gerImpl,site2SiteVpnManagerImpl,networkOfferingDaoImpl,networkOfferin
> gSe
> >>>r
> >>>viceMapDaoImpl,projectAccountDaoImpl,projectDaoImpl,projectInvitationD
> ao
> >>>I
> >>>mpl,projectManagerImpl,dummyHostDiscoverer,resourceManagerImpl,reso
> urceL
> >>>i
> >>>mitManagerImpl,commandExecLogDaoImpl,configurationServerImpl,statsC
> ollec
> >>>t
> >>>or,serviceOfferingDaoImpl,consoleServlet,registerCompleteServlet,garbage
> >>>C
> >>>ollectingStoragePoolAllocator,useLocalForRootAllocator,diskOfferingDaoIm
> >>>p
> >>>l,guestOSCategoryDaoImpl,guestOSDaoImpl,launchPermissionDaoImpl,s3Da
> oImp
> >>>l
> >>>,snapshotDaoImpl,snapshotPolicyDaoImpl,snapshotScheduleDaoImpl,storag
> ePo
> >>>o
> >>>lDaoImpl,storagePoolDetailsDaoImpl,storagePoolHostDaoImpl,storagePool
> Wor
> >>>k
> >>>DaoImpl,swiftDaoImpl,uploadDaoImpl,VMTemplateDaoImpl,VMTemplateD
> etailsDa
> >>>o
> >>>Impl,VMTemplateHostDaoImpl,VMTemplatePoolDaoImpl,VMTemplateS3Da
> oImpl,VMT
> >>>e
> >>>mplateSwiftDaoImpl,VMTemplateZoneDaoImpl,volumeDaoImpl,volumeHost
> DaoImpl
> >>>,
> >>>downloadMonitorImpl,OCFS2ManagerImpl,s3ManagerImpl,secondaryStora
> geVmDef
> >>>a
> >>>ultAllocator,snapshotManagerImpl,snapshotSchedulerImpl,storageManagerI
> mp
> >>>l
> >>>,swiftManagerImpl,uploadMonitorImpl,resourceTagsDaoImpl,taggedResour
> ceMa
> >>>n
> >>>agerImpl,hyervisorTemplateAdapter,templateManagerImpl,versionDaoImpl,
> dat
> >>>a
> >>>baseIntegrityChecker,externalPublicIpStatisticsDaoImpl,usageDaoImpl,usag
> >>>e
> >>>IPAddressDaoImpl,usageJobDaoImpl,usageLoadBalancerPolicyDaoImpl,usag
> eNet
> >>>w
> >>>orkDaoImpl,usageNetworkOfferingDaoImpl,usagePortForwardingRuleDaoI
> mpl,us
> >>>a
> >>>geSecurityGroupDaoImpl,usageStorageDaoImpl,usageVMInstanceDaoImpl,u
> sageV
> >>>o
> >>>lumeDaoImpl,usageVPNUserDaoImpl,usageServiceImpl,accountDetailsDaoI
> mpl,a
> >>>c
> >>>countManagerImpl,accountDaoImpl,SSHKeyPairDaoImpl,userAccountDaoIm
> pl,use
> >>>r
> >>>DaoImpl,userStatisticsDaoImpl,userStatsLogDaoImpl,domainManagerImpl,i
> den
> >>>t
> >>>ityDaoImpl,identityServiceImpl,consoleProxyDaoImpl,domainRouterDaoImpl
> ,i
> >>>n
> >>>stanceGroupDaoImpl,instanceGroupVMMapDaoImpl,nicDaoImpl,secondary
> Storage
> >>>V
> >>>mDaoImpl,userVmDetailsDaoImpl,VMInstanceDaoImpl,itWorkDaoImpl,com
> ponentC
> >>>o
> >>>ntext,org.springframework.aop.config.internalAutoProxyCreator,org.spring
> >>>f
> >>>ramework.aop.aspectj.AspectJPointcutAdvisor#0,captureAnyMethod,org.spr
> in
> >>>g
> >>>framework.aop.aspectj.AspectJPointcutAdvisor#1,captureEventMethod,tran
> sa
> >>>c
> >>>tionContextBuilder,actionEventInterceptor,onwireRegistry,messageSerializ
> >>>e
> >>>r,transportProvider,rpcProvider,eventBus,premiumDatabaseUpgradeChecke
> r,m
> >>>a
> >>>nagementServerImpl,clusterManagerImpl,clusteredAgentManagerImpl,clust
> ere
> >>>d
> >>>VirtualMachineManagerImpl,highAvailabilityManagerExtImpl,userVmManag
> erIm
> >>>p
> >>>l,consoleProxyManagerImpl,securityGroupManagerImpl2,premiumSecondar
> yStor
> >>>a
> >>>geManagerImpl,userVmDaoImpl,ipv6AddressManagerImpl,VmwareManager
> ,NetappM
> >>>a
> >>>nager,BaremetalManager,BaremetalDhcpManager,BaremetalKickStartPxeSe
> rvice
> >>>,
> >>>BaremetalPingPxeService,BaremetalPxeManager,Ovs,BareMetalDhcp,Bare
> MetalP
> >>>x
> >>>e,BareMetalUserdata,SecurityGroupProvider,VirtualRouter,VpcVirtualRouter
> >>>,
> >>>NiciraNvp,JuniperSRX,Netscaler,F5BigIP,CiscoNexus1000vVSM,FirstFitRoutin
> >>>g
> >>>,LocalStoragePoolAllocator,FirstFitStoragePoolAllocator,UserConcentrated
> >>>A
> >>>llocator,ConsoleProxyAllocator,StaticRoleBasedAPIAccessChecker,ExteralIp
> >>>A
> >>>ddressAllocator,BareMetalTemplateAdapter,MD5UserAuthenticator,LDAPUs
> erAu
> >>>t
> >>>henticator,CheckOnAgentInvestigator,XenServerInvestigator,UserVmDomRI
> nve
> >>>s
> >>>tigator,ManagementIPSystemVMInvestigator,VmwareInvestigator,XenServe
> rFen
> >>>c
> >>>er,KVMFencer,OvmFencer,VmwareFencer,XcpServerDiscoverer,SecondarySt
> orage
> >>>D
> >>>iscoverer,KvmServerDiscoverer,BareMetalDiscoverer,HypervServerDiscovere
> r
> >>>,
> >>>OvmDiscoverer,vmwareServerDiscoverer,FirstFitPlanner,UserDispersingPlan
> n
> >>>e
> >>>r,UserConcentratedPodPlanner,BareMetalPlanner,StorageNetworkGuru,Ext
> erna
> >>>l
> >>>GuestNetworkGuru,PublicNetworkGuru,PodBasedNetworkGuru,ControlNet
> workGur
> >>>u
> >>>,DirectNetworkGuru,DirectPodBasedNetworkGuru,OvsGuestNetworkGuru,Pr
> ivate
> >>>N
> >>>etworkGuru,NiciraNvpGuestNetworkGuru,XenServerGuru,KVMGuru,OvmGur
> u,VMwar
> >>>e
> >>>Guru,BaremetalGuru,BaremetalPlannerSelector,HypervisorPlannerSelector,o
> r
> >>>g
> >>>.springframework.context.annotation.ConfigurationClassPostProcessor$Imp
> o
> >>>r
> >>>tAwareBeanPostProcessor#0];
> >>> root of factory hierarchy
> >>>
> >>>
> >>> On Sun, Apr 7, 2013 at 12:54 AM, Marcus Sorensen
> >>><sh...@gmail.com>wrote:
> >>>
> >>>> If you're running it the Dev way with jetty, look for vmops.log in
> >>>>your
> >>>> git
> >>>> root. If you've installed via package look for
> >>>> /var/log/cloudstack/management/management-server.log.
> >>>> On Apr 7, 2013 12:45 AM, "Mike Tutkowski"
> >>>><mi...@solidfire.com>
> >>>> wrote:
> >>>>
> >>>> > Hi Marcus,
> >>>> >
> >>>> > I was just looking at the output in the console.
> >>>> >
> >>>> > Can you remind me again where the related logs are stored?
> >>>> >
> >>>> > Thanks!
> >>>> >
> >>>> >
> >>>> > On Sun, Apr 7, 2013 at 12:39 AM, Marcus Sorensen
> >>>><shadowsor@gmail.com
> >>>> > >wrote:
> >>>> >
> >>>> > > Have you by chance looked at the debug logs to see if it by chance
> >>>> tried
> >>>> > > the proper storage and failed? I'm not sure that's OK either, but
> >>>>it
> >>>> > would
> >>>> > > be interesting to know.
> >>>> > > On Apr 7, 2013 12:25 AM, "Mike Tutkowski" <
> >>>> mike.tutkowski@solidfire.com>
> >>>> > > wrote:
> >>>> > >
> >>>> > > > Hi,
> >>>> > > >
> >>>> > > > I'm currently using 4.1 (from like a week or so ago).
> >>>> > > >
> >>>> > > > I have three tiers of shared, iSCSI-based storage represented in
> >>>> three
> >>>> > > > storage repositories in XenServer:
> >>>> > > >
> >>>> > > > SR_2
> >>>> > > > SR_3
> >>>> > > > SR_4
> >>>> > > >
> >>>> > > > SR_2 maps into CS via primary storage PS_2, which has the
> >>>>storage
> >>>> tag
> >>>> > > PS_2
> >>>> > > > SR_3 maps into CS via primary storage PS_3, which has the
> >>>>storage
> >>>> tag
> >>>> > > PS_3
> >>>> > > > SR_4 maps into CS via primary storage PS_4, which has the
> >>>>storage
> >>>> tag
> >>>> > > PS_4
> >>>> > > >
> >>>> > > > I have three compute offerings:
> >>>> > > >
> >>>> > > > CO_2, which only uses storage tag PS_2
> >>>> > > > CO_3, which only uses storage tag PS_3
> >>>> > > > CO_4, which only uses storage tag PS_4
> >>>> > > >
> >>>> > > > I walk through the wizard and select CO_3.  My VM ends up on
> >>>>SR_4.
> >>>> > > >
> >>>> > > > I have double checked the relationships and don't see any
> >>>>errors
> >>>>in
> >>>> > how I
> >>>> > > > have CS configured.
> >>>> > > >
> >>>> > > > Does anyone know of this being noted as a current bug?
> >>>> > > >
> >>>> > > > Thanks!
> >>>> > > >
> >>>> > > >
> >>>> > > > --
> >>>> > > > *Mike Tutkowski*
> >>>> > > > *Senior CloudStack Developer, SolidFire Inc.*
> >>>> > > > e: mike.tutkowski@solidfire.com
> >>>> > > > o: 303.746.7302
> >>>> > > > Advancing the way the world uses the
> >>>> > > > cloud<http://solidfire.com/solution/overview/?video=play>
> >>>> > > > *(tm)*
> >>>> > > >
> >>>> > >
> >>>> >
> >>>> >
> >>>> >
> >>>> > --
> >>>> > *Mike Tutkowski*
> >>>> > *Senior CloudStack Developer, SolidFire Inc.*
> >>>> > e: mike.tutkowski@solidfire.com
> >>>> > o: 303.746.7302
> >>>> > Advancing the way the world uses the
> >>>> > cloud<http://solidfire.com/solution/overview/?video=play>
> >>>> > *(tm)*
> >>>> >
> >>>>
> >>>
> >>>
> >>>
> >>> --
> >>> *Mike Tutkowski*
> >>> *Senior CloudStack Developer, SolidFire Inc.*
> >>> e: mike.tutkowski@solidfire.com
> >>> o: 303.746.7302
> >>> Advancing the way the world uses the
> >>>cloud<http://solidfire.com/solution/overview/?video=play>
> >>> *(tm)*
> >>>
> >>
> >>
> >>
> >>--
> >>*Mike Tutkowski*
> >>*Senior CloudStack Developer, SolidFire Inc.*
> >>e: mike.tutkowski@solidfire.com
> >>o: 303.746.7302
> >>Advancing the way the world uses the
> >>cloud<http://solidfire.com/solution/overview/?video=play>
> >>*(tm)*
> >


Re: VM deployed to wrong storage repository

Posted by Chip Childers <ch...@sungard.com>.
On Tue, Apr 09, 2013 at 01:24:20PM -0600, Mike Tutkowski wrote:
> Well, one reason is it seems to confuse Eclipse when you do a checkout from
> one branch to another.  If you have a workspace for master and one for 4.1,
> that seems to work more smoothly.
> 
> Maybe I'm doing something wrong there?

OK - I get it now.  Thanks for clarifying!

> 
> 
> On Tue, Apr 9, 2013 at 1:21 PM, Chip Childers <ch...@sungard.com>wrote:
> 
> > On Tue, Apr 09, 2013 at 01:18:11PM -0600, Mike Tutkowski wrote:
> > > Updating my remote repos now (I have a repo I use specifically for 4.1
> > and
> > > one for master).
> > >
> > > Over the past couple weeks, I was working on stuff related to 4.1 and was
> > > happy where it was at, so wasn't updating.
> > >
> > > When I "updated" today, I noticed nothing new...which seemed odd. :)
> > >
> >
> > Glad you made the shift!  It should be easier for you now.
> >
> > Sometime you'll have to explain why you are using a remote per branch
> > though... ;-)
> >
> 
> 
> 
> -- 
> *Mike Tutkowski*
> *Senior CloudStack Developer, SolidFire Inc.*
> e: mike.tutkowski@solidfire.com
> o: 303.746.7302
> Advancing the way the world uses the
> cloud<http://solidfire.com/solution/overview/?video=play>
> *™*

Re: VM deployed to wrong storage repository

Posted by Mike Tutkowski <mi...@solidfire.com>.
Well, one reason is it seems to confuse Eclipse when you do a checkout from
one branch to another.  If you have a workspace for master and one for 4.1,
that seems to work more smoothly.

Maybe I'm doing something wrong there?


On Tue, Apr 9, 2013 at 1:21 PM, Chip Childers <ch...@sungard.com>wrote:

> On Tue, Apr 09, 2013 at 01:18:11PM -0600, Mike Tutkowski wrote:
> > Updating my remote repos now (I have a repo I use specifically for 4.1
> and
> > one for master).
> >
> > Over the past couple weeks, I was working on stuff related to 4.1 and was
> > happy where it was at, so wasn't updating.
> >
> > When I "updated" today, I noticed nothing new...which seemed odd. :)
> >
>
> Glad you made the shift!  It should be easier for you now.
>
> Sometime you'll have to explain why you are using a remote per branch
> though... ;-)
>



-- 
*Mike Tutkowski*
*Senior CloudStack Developer, SolidFire Inc.*
e: mike.tutkowski@solidfire.com
o: 303.746.7302
Advancing the way the world uses the
cloud<http://solidfire.com/solution/overview/?video=play>
*™*

Re: VM deployed to wrong storage repository

Posted by Chip Childers <ch...@sungard.com>.
On Tue, Apr 09, 2013 at 01:18:11PM -0600, Mike Tutkowski wrote:
> Updating my remote repos now (I have a repo I use specifically for 4.1 and
> one for master).
> 
> Over the past couple weeks, I was working on stuff related to 4.1 and was
> happy where it was at, so wasn't updating.
> 
> When I "updated" today, I noticed nothing new...which seemed odd. :)
>

Glad you made the shift!  It should be easier for you now.

Sometime you'll have to explain why you are using a remote per branch
though... ;-)

Re: VM deployed to wrong storage repository

Posted by Mike Tutkowski <mi...@solidfire.com>.
Updating my remote repos now (I have a repo I use specifically for 4.1 and
one for master).

Over the past couple weeks, I was working on stuff related to 4.1 and was
happy where it was at, so wasn't updating.

When I "updated" today, I noticed nothing new...which seemed odd. :)


On Tue, Apr 9, 2013 at 1:12 PM, Chip Childers <ch...@sungard.com>wrote:

> On Tue, Apr 09, 2013 at 12:26:35PM -0600, Mike Tutkowski wrote:
> > Just added this to the Bug report:
> >
> > Hi Prachi,
> >
> > I am new to Git, so it is entirely possible I'm doing something wrong
> there.
> >
> > I ran a "git fetch upstream" where "upstream" is defined as the
> following:
> >
> > upstream https://github.com/apache/incubator-cloudstack.git (fetch)
> >
> > I then did a "git merge upstream/4.1" while on my local 4.1 branch and
> > received the following message:
> >
> > Already up-to-date.
> >
> > Is it possible my upstream repo is not the latest?
> >
> > Thanks!
>
> I think it's been mentioned before, but I would really suggest that you
> stop using github as your source remote.
>
> https://git-wip-us.apache.org/repos/asf/cloudstack.git is the correct
> repo.
>
> It also appears that github hasn't been updated to match our new repo
> name, and sync has been broken since we graduated.
>



-- 
*Mike Tutkowski*
*Senior CloudStack Developer, SolidFire Inc.*
e: mike.tutkowski@solidfire.com
o: 303.746.7302
Advancing the way the world uses the
cloud<http://solidfire.com/solution/overview/?video=play>
*™*

Re: VM deployed to wrong storage repository

Posted by Chip Childers <ch...@sungard.com>.
On Tue, Apr 09, 2013 at 12:26:35PM -0600, Mike Tutkowski wrote:
> Just added this to the Bug report:
> 
> Hi Prachi,
> 
> I am new to Git, so it is entirely possible I'm doing something wrong there.
> 
> I ran a "git fetch upstream" where "upstream" is defined as the following:
> 
> upstream https://github.com/apache/incubator-cloudstack.git (fetch)
> 
> I then did a "git merge upstream/4.1" while on my local 4.1 branch and
> received the following message:
> 
> Already up-to-date.
> 
> Is it possible my upstream repo is not the latest?
> 
> Thanks!

I think it's been mentioned before, but I would really suggest that you
stop using github as your source remote.

https://git-wip-us.apache.org/repos/asf/cloudstack.git is the correct
repo.

It also appears that github hasn't been updated to match our new repo
name, and sync has been broken since we graduated.

Re: VM deployed to wrong storage repository

Posted by Mike Tutkowski <mi...@solidfire.com>.
Just added this to the Bug report:

Hi Prachi,

I am new to Git, so it is entirely possible I'm doing something wrong there.

I ran a "git fetch upstream" where "upstream" is defined as the following:

upstream https://github.com/apache/incubator-cloudstack.git (fetch)

I then did a "git merge upstream/4.1" while on my local 4.1 branch and
received the following message:

Already up-to-date.

Is it possible my upstream repo is not the latest?

Thanks!


On Tue, Apr 9, 2013 at 12:13 PM, Nitin Mehta <Ni...@citrix.com> wrote:

> Ok got it, but then I think we should have a check not to enable the admin
> have Random allocator as the first allocator. IMHO each allocator should
> respect the tags. Either way we need to do the former or the later - what
> say or am I missing something here ?
>
> PS - Sorry to have a barrage of mails on this, but I see something is
> missing here.
>
> On 09/04/13 11:33 PM, "Prachi Damle" <Pr...@citrix.com> wrote:
>
> >Tags are being honored by the LocalStoragePoolAllocator and
> >FirstFitStoragePoolAllocator. The case here is Random allocator getting
> >loaded by default as the first allocator.
> >
> >In the ticket I just mentioned the problem- Mike's code is not having the
> >latest 4.1 - Kelven's patch to put a order to the allocators is missing
> >in his context files.
> >
> >-Prachi
> >
> >-----Original Message-----
> >From: Nitin Mehta [mailto:Nitin.Mehta@citrix.com]
> >Sent: Tuesday, April 09, 2013 10:53 AM
> >To: dev@cloudstack.apache.org
> >Subject: Re: VM deployed to wrong storage repository
> >
> >Thanks Prachi. But they should still honor the tags right ? Why is that
> >not the case here ?
> >
> >On 09/04/13 11:17 PM, "Prachi Damle" <Pr...@citrix.com> wrote:
> >
> >>We don't use this allocator by default- By default the context should
> >>loadthe LocalStoragePoolAllocator and FirstFitStoragePoolAllocator .
> >>Random is just a provision to let admin use it when they want to ignore
> >>any kind of filters during allocation.
> >>
> >>-Prachi
> >>
> >>-----Original Message-----
> >>From: Nitin Mehta [mailto:Nitin.Mehta@citrix.com]
> >>Sent: Tuesday, April 09, 2013 2:00 AM
> >>To: dev@cloudstack.apache.org
> >>Subject: Re: VM deployed to wrong storage repository
> >>
> >>Sorry for the typo. I meant bug instead of "bu"
> >>
> >>On 09/04/13 11:59 AM, "itin Mehta" <Ni...@citrix.com> wrote:
> >>
> >>>Hi Prachi - Do we use this allocator now ? And why does this allocator
> >>>not
> >>>honor the tag - is that not a bu ?
> >>>
> >>>Thanks,
> >>>Niti
> >>>
> >>>On 08/04/13 11:2 PM, "Prachi Damle" <Pr...@citrix.com> wrote:
> >>>
> >>>>Hi Mike,
> >>>>
> >>>>I checked the logs, looks like the RandomStoragePolAllocator is being
> >>>>picked upfor the storag allocation - tis allocatordoes not match any
> >>>>tags.
> >>>>
> >>>>You sould use FirstFitStoragePoolAllocato instead - change the
> >>>>component.ml to use this allocatr and not he random
> >>>
> >>>>Thanks,
> >>>>-Prachi
> >>>>
> >>>>-----Original Message-----
> >>>>From: Mike Tutkowski [mailto:mike.tutkowsi@solidfie.com
> >>>>Sent: Monday, April 08 2013 8:23 AM
> >>>>To: dev@cloudstack.apache.org
> >>>>Subject: Re: VM deployed t wrong stage repostory
> >>>>
> >>>>I pla to update to the latest 4.1 todayand re-try this.
> >>>>
> >>>>If I still see the problem, I'll open a bug.
> >>>>
> >>>>
> >>>>On Sun, Apr 7, 2013 at 4:6 PM, ike Tutkowski
> >>>><mik.tutkowski@solidire.com
> >>>>> wroe:
> >>>>
> >>>>> I don't see anything in vmops.log to indicate that another primary
> >>>>>storage
> >>>>> was tried first.  What do you tink?
> >>>>>
> >>>>> 2013-04-07 00:30:5,459 INFO  [agent.manager.AgentManagerImpl]
> >>>> (AgentTaskPool-11:null) Investigating why host 6 has disconnected wth
> >>>>> event PingTimeout
> >>>>> 2013-04-07 00:0:51,459 DEBUG [agentmanager.AgentManagerImpl]
> >>>>> (AgentTaskPool-11:null) checking if agent (6) isalive>> 2013-04-07
> >>>>>00:30:51,460 INFO  [agent.manager.AgentManagerImpl]
> >>>>> (AgentTaskPool-16:null) Investigating why host 5 has disconnected
> >>>>>with
> >>>>> event PingTimeot
> >>>>> 2013-04-07 00:3051460 DEBUG [agent.manger.AgentManagerImpl]
> >>>>> (AgentTaskPool-16:null) checking if aent (5) is alive
> >>>>> 2013-04-0700:30:51,462 DEBUG [gent.transport.Request]
> >>>>> (AgentTaskPool-11:null) Seq -324993302: Sending  { Cmd , MgmtId: 1,
> >>>>via:
> >>>>> 6, Ver: v1, Flags: 00011, [{"CheckHealthCommand":{"wit":50}}] }
> >>>>> 2013-04-07 00:30:51,42 DEUG agent.transport.Request]
> >>>>> (AgentTaskPool-11:null) Seq 6-324993302: Executing:  { Cmd , MgmtI:
> >>>>>1,
> >>>>> via: 6, Ver: v1, Flags: 100011, [{"CheckHealthommand"{"wait":50}}] }
> >>>>> 2013-04-07 0:30:51,462 DEBUG [agent.manager.DirectAgentttche]
> >>>>> (DirectAgent-26:null) Seq 6-324993302: Executing rquest
> >>>>> 21304-07 00:30:51,464 DEBUG[agent.transport.Request]
> >>>>> (AgenTaskPool-16null) Seq 5-614334808: Sending  { md , MgmtId: 1,
> >>>>>via:
> >>>>> 5, Ver: v1, Flags: 100011, [{"CheckHelthCommand":{"wait":50}}] }
> >>>>> 201304-07 00:30:51,464 DEBUG [agent.transport.Request]
> >>>>>(AgentTaskPool-16:null) Seq 5-614334808: Executing:  { Cmd , MgmtId:
> >>>>>1,
> >>>>> via: 5, Ver: v1, Flas: 100011, [{"CheckHealthComman":{"wait":50}}] }
> >>>>> 2013-04-07 00:30:51,465 DEBUG [agent.manager.DirectAgentAttace]
> >>>>> (DirectAgent-163:null) Seq 5-61433480: Executing request
> >>>>> 2013-04-07 00:0:51,511 DEBUG [agent.manager.DirectAgentAttache]
> >>>>> (DirectAgent-26:null) Seq 6324993302: Response Received:
> >>>>> 2013-04-07 00:30:51,512 DEBUG [agent.transpot.Request]
> >>>>> (DirectAgent-26:null) Seq 6-324993302: Processing:  { ns: , MgmtId:
> >>>>>1,
> >>>>> via: 6, Ver: v1, Flags: 10,
> >>>>> [{"CheckHealthAnswer":{"result":true,"details":"resource i
> >>>>> alive","ait":0}}] }
> >>>>> 2013-04-07 00:30:51,12 DEBUG [agent.transport.Request]
> >>>>> (AgentTaskPool-11:null) Seq 6-324993302: Received:  { Ans: , Mgmtd:
> >>>>>1,
> >>>>> via: 6, Ver: v1, Flags: 10, { CheckHealthAnswer } }
> >>>>> 2013-04-07 00:351,512 DEBUG [agent.manager.AgentManagerImpl]
> >>>>> (AgntTaskPool-11:null) Details from executin class
> >>>>> com.cloud.agent.api.CheckealthCommand: resource is alive
> >>>>> 2013-04-07 00:30:51,512 DEBUG [agent.maager.AgentManagerImpl]
> >>>>> (AgentTaskPool-11:null) agent (6) responded to checkHeathCommand,
> >>>>>reporting
> >>>>> that agent is Up
> >>>> 2013-04-07 00:30:51,512 INFO  [agent.manager.AgentManagerImpl]
> >>>>> (AgentTaskPool-11:null) he state determined is Up
> >>>>> 2013-4-07 00:30:51,512 INFO  [agent.manger.AgentManagerImpl]
> >>>>> (AgenTaskPool-11:null Agent s determinedto be up an runnng
> >>>>> 2013-04-07 00:30:51,512 DEBUG [cloud.host.Satus]
> >>>>>(AgentTaskPool-11:null)
> >>>>> Transition:[Resource state = Enabled, Agnt event = Ping, Host id = 6,
> >>>>>name
> >>>>> = Tut-XenServer]
> >>>>> 2013-04-07 00:30:51,515 DEBUG [cloud.host.Status]
> >>>>>(AgentTaskPool-11:null)
> >>>>> Agent status update: [id = 6; nae = Tut-XenServer; old status = Up;
> >>>>>event
> >>>>> = Ping; new status = Up; old update count = 307; new update count =
> >>>>>308]
> >>>>> 2013-04-07 00:30:51,517 DEBUG [agent.managr.DirectAgentAttache]
> >>>>> (DirectAgent-163:nll) Seq 5-614334808: Response Receied:
> >>>>> 2013-04-07 00:30:51,517 DEBUG [agent.transport.Request]
> >>>>> (DirectAgent-163:null) Seq 5-614334808: Processing:  { Ans: , MgmtId:
> >>>>>1,
> >>>>> via: 5, Ver: v1, Flags: 10,
> >>>>> [{"CheckHealthAnswer":{"result":true,"details":"resource is
> >>>>> alive","wait":0}}] }
> >>>>> 2013-04-07 00:30:51,517 DEBUG [agent.transport.Request]
> >>>>> (AgentaskPool-16:null) Se 5-614334808: Received:  { Ans: , MgmtId: 1,
> >>>>> via: 5, Ver: v1, Flags: 10, { CheckHeathAnswer } }
> >>>>> 2013-04-07 00:30:51,517 DEBUG [agent.manager.AgentManagerImpl]
> >>>>> (AgentTaskPool-16:null) Details fromexecuting class
> >>>>> com.cloud.agent.api.heckHealthCommand: resource is alive
> >>>>> 2013-04-07 00:30:51,517 DEBUG [agent.manager.AgentManaerImpl]
> >>>>> (AgentTaskPool-16:null) agent (5) responded to checkHeathommand,
> >>>>reporting
> >>>>> that agent is Up
> >>>>>2013-04-07 00:30:51,518 INFO  [agent.manager.AgentManagerImpl]
> >>>>> (AgentTaskPool-16:null) The state determine is Up
> >>>>> 2013-04-07 00:30:51,518 INFO  [agent.maager.AgentManagerImpl]
> >>>>> (AgentTskPool-16:null) Agent is determined to be up ad running
> >>>>> 2013-04-7 00:30:51,518 DEBUG [cloud.host.tatus]
> >>>>>(AgentTaskPool-16:null)
> >>>>> Transition:[Resouce state = Enabled, Agent event = Ping, Host id =
> >>>>>5,
> >>>>>name
> >>>>> = Tut-XenServer2]
> >>>>>2013-04-07 00:30:51,522 DEBUG [cloud.host.Status]
> >>>>>(AgentTaskPool16:null)
> >>>>> Agent status update: [id = 5; name = Tut-XenServer2; old status = Up;
> >>>>>event
> >>>> = Ping; new status = Up; old update count = 144; new update cout =
> >>>>>145]
> >>>>> 2013-04-07 00:30:52,927 DEUG [agent.manager.DirectAgentAttache]
> >>>>> (DirectAgent-157:null) Seq 6-324993301: Response Received:
> >>>>> 2013-04-07 00:30:52,927 DEBUG [agent.transport.Request]
> >>>>> (DirectAgent-15:null) Seq 6-324993301: Processing:  { Ans: , MgmtId:
> >>>>>1,
> >>>>> va: 6, Ver: v1, Flags: 110, [{"Answer":{"resut":true,"wait":0}}] }
> >>>>> 2013-04-07 00:30:52,927 DEBUG [agent.transport.Request]
> >>>>> (Job-Executor-35:job-42) Seq 6-324993301: Received:  { Ans:  MgmtId:
> >>>>>1,
> >>>>> via: 6, Ver: v1, Flags: 110, { Answer } }
> >>>>> 2013-04-07 00:30:52,927 DEBUG [agent.manager.gentAttache]
> >>>>> (DirectAgent-157:null) Seq 6-324993301: No more commands found
> >>>>> 2013-04-07 00:30:52,938 DEBUG
> >>>> [network.router.VirtualNetworkApplianceManagerImpl]
> >>>>> (Job-Executor-35:job-42) Applying userdata and password entry in
> >>>>>network
> >>>> Ntwk[204|uest|6]
> >>>>> 013-04-07 00:30:52,952 DEBUG [agent.transport.Request]
> >>>>> (Job-Executor-35:job-42) Seq -324993303: Sending  { Cmd , MgmtId: 1,
> >>>>>via:
> >>>>> 6, Ver: v1, Flas: 10111,
> >>>>>
> >>>>>[{"routing.SavePasswordCommand":{"password":fnirq_cnffjbeq","vmIpAddr
> >>>>>e
> >>>>>s
> >>>>>s
> >>>>>":"192.168.56.195","vmName":"c18ddf7c-fc61-40b0af75-fdef05f8eae6,"acce
> >>>>>s
> >>>>>sDetails":{"router.guest.ip":192.168.56.102","one.network.type":"Basic
> >>>>>"
> >>>>>,"router.ip":"169.254.1.168","
> >>>>> router.nam
> >>>>>
> >>>>>":"r-4-VM"},"wait":0}},{"routing.VmataCommand":{"vmpAddress":"192.168.
> >>>>>5
> >>>>>6.195","vmName":"c18ddf7c-fc61-40b0-af75-fdef05f8eae6","accessDetails"
> >>>>>:
> >>>>>{
> >>>>>"
> >>>>>router.gest.ip":"192.68.56.102","zone.network.type":"Basic","router.i
> >>>>>p
> >>>>>"
> >>>>>:"169.254.1.168","
> >>>>> router.name":"r-4-VM"},"wait":0}}] }
> >>>>> 2013-04-07 00:30:52,953 DEUG [agent.transprt.equest]
> >>>>> (JobExecutor-35:job-42) Seq 6-324993303: Executing:  {Cmd , MgmtId:
> >>>>>1,
> >>>>> via: 6, Ver: v1, Flags: 100111,
> >>>>>
> >>>>>[{"routig.SavePasswordCommand":{"password":"fnirq_nffjbeq",vmIpAddrs
> >>>>>s
> >>>>>":"192.168.56.195","vmName":"c18ddf7c-fc61-40b0-af75-fdef05f8eae6","ac
> >>>>>c
> >>>>>e
> >>>>>s
> >>>>>sDetails":{"router.guest.ip":"192.168.56.102","zone.networktype":"Basi
> >>>>>c
> >>>>>"
> >>>>,"router.ip":"169.254.1.168","
> >>>>> router.name
> >>>>>
> >>>>>":"r-4-VM"},"wait":0}},{"rting.VmDataCommand":{"vmIpAddress":"192.168.
> >>>>>5
> >>>>>6.195","vmName":"c18ddf7c-fc61-0b0-af75-fdef05f8eae6","accessDetails":
> >>>>>{
> >>>>>"
> >>>>>router.guest.ip":"192.168.56.102","zone.network.type":"Basic","router.
> >>>>>i
> >>>>>p
> >>>>>"
> >>>>>:"19.254.1.168","
> >>>>> router.name":"r-4-VM"},"wait":0}}] }
> >>>>> 2013-04-07 00:30:52,93 DEBUG [agent.manger.DirectAgentAttache]
> >>>>> (DirectAgent-37:null) Se 6-324993303: Executing requst
> >>>>> 2013-04-07 00:30:53,093 DEBUG [cloud.api.ApiServlet]
> >>>>> (1161145101@qtp-100880148-3:null) ===START===  127.0.0.1 -- GET
> >>>>>
> >>>>>command=queryAsyncJobResult&jobId=f75d8ce8-1193-43f-b171-f43d2534e6bc&
> >>>>>r
> >>>>>e
> >>>>>sponse=json&sessionkey=Z6QqzU0FqiT13bMgnRRfl8GoVA%3D&_=1365316253091
> >>>>> 2013-04-07 00:30:53,110 DEBUG [cloud.api.ApiServlet]
> >>>>> (116114511@qtp-1008805148-33:null) ===END===  127.0.0.1 -- GET
> >>>>>
> >>>>command=queryAsyncJobResult&jobId=f75d8ce8-1193-43bf-b171-f43d2534e6bc
> >>>>>&
> >>>>>r
> >>>>>e
> >>>>sponse=son&sessioney=Z6QqzU0Fq1iT13bMgnRRflGoVA%3D&_=1365316253091
> >>>> 2013-04-07 00:30:56,093 DEBUG [cloud.api.ApiServlet]
> >>>>> (1161145101@qtp-1008805148-33:null) ===START===  127.0.0.1 -- GET
> >>>>>
> >>>>>command=ueryAsyncJobResult&jobId=f75d8ce8-1193-43bf-b171-f43d2534e6bc&
> >>>>>r
> >>>>>e
> >>>>>sponse=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316256091
> >>>> 2013-4-07 00:30:56,109 DEBUG [clou.api.ApiServlet]
> >>>>> (1161145101@qtp-100805148-33:null) ===END===  127.0.0.1 -- GET
> >>>>>
> >>>>>comman=queryAsyncJobResult&joId=f75d8ce8-1193-43bf-b171-f43d2534e6bc&r
> >>>>>e
> >>>>>sponse=jon&sessokey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316256091
> >>>>>2013-0-07 00:30:59,094 DEBUG [cloud.api.ApiServlet]
> >>>>> (1161145101@qtp-1008805148-33:null) ===START==  127.0.0.1 -- GET
> >>>>>
> >>>>>command=queryAsyncJobResut&jobId=f75d8ce8-1193-43bf-b171f43d2534e6b&re
> >>>>>sponse=json&sssionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316259092
> >>>>> 2013-04-0700:30:59,11 DBUG [cloud.api.ApiServlet]
> >>>>> (1161145101@qtp-1008805148-33:null) ==END===  127.0.0.1 -- GET
> >>>>>
> >>>>>command=queryAsyncJobResult&jobId=f75d8ce8-1193-43bf-b171-f43d2534e6bc
> >>>>>&
> >>>>>r
> >>>>>e
> >>>>sponse=json&essionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316259092
> >>>>>2013-04-07 0:31:02,095 DEBUG [cloud.api.ApiSerlet]
> >>>>> (1161145101@qtp-1008805148-33:null) ===START===  127.0.0.1 -- GET
> >>>>>
> >>>>>command=queryAsyncJobResult&jobId=f75d8ce8-1193-43bf-b171-f43d2534e6bc
> >>>>>&
> >>>>>r
> >>>>>e
> >>>>>spne=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316262093
> >>>>> 2013-04-07 00:31:02,110 DEBUG [cloud.api.ApiServlet]
> >>>>> (1161145101@qtp-1008805148-33:null) ==END==  127.0.0.1 -- GET
> >>>>>
> >>>>>command=queryAsyncJobesult&jobId=f75d8ce8-1193-3bf-b171-f43d2534e6bc&r
> >>>>>e>>sponse=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=13653162620
> >>>>>9
> >>>>>3
> >>>>> 201-04-07 00:31:04,860 DEBUG [agent.manager.DirectAgentAttache]
> >>>>> (DirectAgent-145:null) Ping from 6
> >>>>> 2013-04-07 00:3105,99 DEBUG [cloud.api.ApiServlet]
> >>>>> (116115101@qtp-1008805148-33:null) ===START===  127.0.0.1 -- GE
> >>>>>
> >>>>>command=queryAsycJobResult&jobId=f75d8ce8-1193-4bf-b171-f43d2534e6bc&r
> >>>>>e
> >>>>>sponse=jsn&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316265096
> >>>>> 013-04-07 00:31:05,114 DEBUG [cloud.api.AiServlet]
> >>>>> (1161145101@qtp-1008805148-33:null) ==END===  127.0.0.1 -- GET
> >>>>>
> >>>>>command=queryAsyncJobResult&jobId=f75d8ce8-1193-43bf-b171-f43d2534e6bc
> >>>>>&
> >>>>>r
> >>>>>e
> >>>>>sponse=json&sessonkey=Z6QqzU0Fq1iT13bMgnRRflGoVA%3D&_=1365316265096
> >>>>> 2013-04-07 00:31:06,234 DEBUG [aet.anager.DirectAgentAttache]
> >>>>> (DirectAgent-372:null) Ping frm 5
> >>>>> 2013-04-07 00:31:06,909 DEBUG [agent.manage.DirectAgentAttache]
> >>>>> (DirectAgent-149:null) Seq 6-324993028: Executing request
> >>>>> 2013-04-07 00:31:07,239 DEBUG [agent.manager.DirectAgentAttache]
> >>>> (DirectAgent-149:null Seq 6-324993028: Response Received:
> >>>>> 2013-04-07 00:31:07,239 DEBUG [agent.transport.Request]
> >>>>> (DirectAgent-14:null) Seq 6-324993028: Processig:  { Ans: , MgmtId:
> >>>>>1,
> >>>>> va: 6, Ver: v1, Flags: 10,
> >>>>>
> >>>>>[{"CluterSyncAnswer":{"_clusterId":2,"_newStates":{},"_isExecuted":als
> >>>>>e
> >>>>>,"result":true,wait":0}}]
> >>>>> }
> >>>>> 2013-0-0 00:31:07,424 DEBUG [agent.manager.DirectAgentAttache]
> >>>>> (DirectAgen-37:null) Seq 6-324993303: Response Received:
> >>>> 2013-04-07 00:31:07,424 DEBUG [gent.trnsport.Rquest]
> >>>>> (DirectAgent-37:null) Seq 6-324993303: Processing:  { Ans: , MgmtId:
> >>>>>1,
> >>>>> via: 6, Ver: v1, Flags: 110,
> >>>>>
> >>>>>[{"Answer":{"result":true,"wait":0}},{"Answer":{"result":true,"wait":0
> >>>>>}
> >>>>>}
> >>>>>]
> >>>>> }
> >>>>> 2013-04-07 00:31:07,424 DEBUG [agent.transportRequest]
> >>>>> (Job-Executor-35:job-42) Seq 6-324993303: Received:  { Ans: , MgmId:
> >>>>>1,
> >>>>> vi: 6, Ver: v1, Flags: 110, { Answer, Answer } }
> >>>>> 2013-04-07 00:31:07,424 DEBUG [agent.maager.AgentAttache]
> >>>>> (DirectAgent-37:null) Seq 6-324993303: No more commands fond
> >>>>> 2013-04-07 00:31:07424 DEBUG [cloud.network.NetwrkManaerImpl]
> >>>>> (Job-Executor-35:job-42) Asking VpcVirtualRouter to prepare for
> >>>>> Nic[18-12-6416c373-20d8-4617-8dcb-30a8ff9d0f34-192.168.56.195]
> >>>>> 2013-04-07 00:31:07,424 WARN
> >>>>>[network.element.VpcVirtualRouterElement]
> >>>>> (Job-Executor-35:job-42) Network Ntwk[204|Guest|6] is not associated
> >>>>>with
> >>>>> any VPC
> >>>>> 201-04-07 0031:07,429 DEBUG [cloud.network.NetworkManagerImpl]
> >>>>> (Job-Executor-35:job-42) Asking NiciraNvp to prepare for
> >>>> Nic[18-12-6416c373-20d8-4617-8dcb-30a8ff9d0f34-192.168.56.195]
> >>>>> 2013-0-07 00:31:07,429 DEBUG [network.element.NiciraNvpElement
> >>>>> (ob-Executor-35:job-42) Checking if NiciraNvpElement can handle
> >>>>>service
> >>>>> Connectiity on network gustNetworkFrBasicZone
> >>>>> 2013-04-07 00:31:07,432 DEBUG [cloud.network.NetworkManagrIpl]
> >>>>> (Job-Executor-35:job-42) Asking JuniperSRX to prepare for
> >>>>> Nic[18-12-641c373-20d8-46178dcb-30a8ff9d0f34-192.68.56.195]
> >>>>> 2013-04-07 00:31:07,436DEBUG [cloud.networkNetwrkManagerImpl]
> >>>>> (Job-Executor-35:job-42) Asking Netscaler to prepare for
> >>>>> Nc[18-12-6416c373-20d8-4617-8dcb-308ff9d0f34192.168.56.195]
> >>>>> 201304-07 00:31:07,441 DEBUG [cloud.network.NetworkManagerImpl]
> >>>>> (Job-Executor-35:job-4) Asking F5BigIP to prepare for
> >>>>> Nic[18-12-6416c373-20d8-4617-8dcb-30a8ff9d0f34-192.168.56.195]
> >>>>> 2013-04-07 00:31:07,445 DEBUG [cloud.network.NetworkManagerImpl]
> >>>>> (Job-Executor-5:job-42) Asking CiscoNexus100vVSM to prepare for
> >>>>> Nic[18-12-6416c373-20d8-4617-8dcb-30a8ff9d0f34-192.168.56195]
> >>>> 2013-04-070:31:07,449 DEUG [cloud.storage.StorageMaagerImpl]
> >>>>> (Job-Executor-35:job-42) Checking if we need to prepare 1 volumes for
> >>>> VM[User|c18ddf7c-fc61-40b0-af75-fdef05f8eae6]
> >>>> 2013-04-07 00:317,451 DEBUG [cloud.storageStorageManagerImpl]
> >>>>> (Job-Executor-35:job42) Creating volume: Vol[12|vm=12|ROOT]
> >>>>> 2013-0-07 00:31:07,451 DEBUG [cloud.storage.StorageManagerImpl]
> >>>>> (Job-Executor-35:job-42) Trying to create in Pool[257|PreSetup]
> >>>>> 2013-04-07 00:31:07,459 DEBUG [loud.template.TemplateManagerImpl]
> >>>>> (Job-Executor-35:job-42) Downloading template 5 to pool 257
> >>>>> 2013-04-07 00:31:07,466 DEBUG [cloud.template.TemplateManagerImpl]
> >>>>> (Job-Executor-35:job-42) Downloading 5 via 5
> >>>>> 2013-04-07 00:31:07,470 DEBUG [agent.transport.Request]
> >>>>> (Job-Executor-35:job-2) Seq 5-614334809: Sending  { Cmd , MgmtI: 1,
> >>>>> via: 5, Ver: v1, Flags: 100111,
> >>>>>
> >>>>>[{"storage.PrimaryStorageDownloadComman":{"localPath":"/mnt/9a008517-e
> >>>>>3
> >>>>>2
> >>>>>1-37a0-a91-44695f9b6fe7","poolUuid":"iSCSI_SR_3","poolId":257,"primary
> >>>>>P
> >>>>>o
> >>>>>ol":{"id":257,"uuid":"iSCSI_SR_3","host":"192.168.56.9","path":"/iSCSI
> >>>>>_
> >>>>>S
> >>>>>R
> >>>>>_3","port":0,"type":"PreSetup"},"secondaryStorageUrl":"ns://192.168.56
> >>>>>.
> >>>>>1
> >>>>>0:
> >>>>>
> >>>>>/opt/sorage/secondary",primaryStorageUrl":nfs://
> 192.168.56.9/iSCSI_SR_
> >>>>>3
> >>>>>
> >>>>>","url":"nfs://192.168.56.10:
> /opt/storage/secondary/template/tmpl/1/5/
> >>>>>/
> >>>>>c
> >>>>>e
> >>>>>5b212e-215a-3461-94fb-814a6352215.vhd","format":"VHD","accountId":1,"n
> >>>>>a
> >>>>>m
> >>>>>e":"tiny>>> Linux","wait":10800}}] }
> >>>>> 2013-04-07 00:3107,470 DEBUG [agent.transportRequest]
> >>>>> (Job-Executor-35:job-42) Seq 5-614334809: Executing:  { Cm , MgmtId:
> >>>>>1
> >>>>> via: , Ver: v1, Flags: 100111,
> >>>>>
> >>>>>[{"storage.PrimaryStorageDownloadCommand":{"localPath":"/mnt/9a008517-
> >>>>>e
> >>>>>3
> >>>>>2
> >>>>>1-37a0-a941-44695f9b6fe7","pooUuid":"iSCSI_SR_3","polId":57,"primaryPo
> >>>>>l":{"id":257,"uuid":"iSCSI_SR_3","host":"192.168.56.9","path":"/iSCSI_
> >>>>>S
> >>>>>R
> >>>>>_3","port":0,"type":"PreSetup"},"secondaryStorageUrl":"nfs://192.168.5
> >>>>>6
> >>>>>.
> >>>>>1
> >>>>>0:
> >>>>>
> >>>>>/opt/storage/secondary","primaryStorageUr":"nfs://
> 192.168.56.9/iSSI_SR
> >>>>>_
> >>>>>3
> >>>>>
> >>>>>","url":"nfs://192.168.56.10:
> /opt/storage/secondary/template/tmpl/1///
> >>>>>c
> >>>>>e
> >>>>>5b212e-215a-3461-94fb-84a635b2215.vhd","format":"VHD","accountId":1,"n
> >>>>>a
> >>>>>m
> >>>>>e":"tiny
> >>>>> Linux","wait":10800}}] }
> >>>>> 2013-04-07 00:31:07,470 DEBUG [agnt.manager.DirectAgentAttache]
> >>>>> (DirectAgent-174:null) Seq 5-14334809: Executng request
> >>>>> 2013-04-07 00:31:08,097 DEBUG [cloud.api.ApiServlet]
> >>>>> (1161145101@qtp-10880518-33:null) ===START===  127.0.0.1 -- GET
> >>>>>
> >>>>>command=queryAsyncobReult&jobId=f75d8ce8-1193-43b-b171-f43d2534e6bc&r
> >>>>>e
> >>>>>sponse=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316268095
> >>>>> 2013-04-07 00:31:08,115 DEBUG [cloud.api.ApiServlet]
> >>>>> (116145101@qtp-1008805148-33:null) ===END===  127.0.0.1 - GET
> >>>>>
> >>>>>comand=queryAsyncJobResult&jobId=f75d8ce8-1193-43bf-b171-f43d2534e6bc&
> >>>>>r
> >>>>>e
> >>>>>sponse=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=136531626895
> >>>>> 2013-04-07 00:31:11,023 DEBUG [agent.manager.DirectAgentAttache]
> >>>>> (DirectAgent-309:nll) Seq 5-614334468: Executing request
> >>>>> 201-04-07 00:31:11,099 DEBUG [cloud.api.ApiServlet]
> >>>>> (1161145101@qtp-1008805148-33:null) ===START===  127.0.0.1 -- GET
> >>>>>
> >>>>>command=querAsyncJobResult&jobId=f75d8ce8-1193-43bf-b171-f43d2534e6bc&
> >>>>>r
> >>>>>e
> >>>>sponse=jsonsessionkeyZ6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316271096
> >>>>> 2013-04-07 00:31:11,121 DEBUG [cloud.api.ApiServlet]
> >>>>> (1161145101@qtp-1008805148-33:null) ===END===  127.0.0.1 -- GET
> >>>>>
> >>>>>command=queryAsyncJobResult&jobId=f75d8ce8-1193-43bf-b171-f43d2534e6bc
> >>>>>&
> >>>>>r
> >>>>>e
> >>>>>sponse=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316271096
> >>>>> 2013-04-07 00:31:11,363 DEBUG [aget.manager.DirectAgentAttache]
> >>>>> (DirectAgent-309:null) Seq 5-614334468: Response Received:
> >>>>> 2013-04-07 00:31:11,363 DEBUG [agent.transport.Request]
> >>>>> (DirectAgent-309:null) Seq 5-614334468: Processing:  { Ans: , MgmtId:
> >>>>>1,
> >>>>> via: 5, Ver: v1, Flags: 10, [{"Answer":{result":true,"wat":0}} }
> >>>>>2013-04-07 00:31:14,100 DEBUG [cloud.ai.ApiServlet]
> >>>>> (1161145101@qtp-1008805148-33:nll) ===START===  127.0.0.1 -- GET
> >>>>>
> >>>>>command=qeryAsyncJobResult&jobId=f75d8ce8-1193-43bf-b171-f43d253e6bc&r
> >>>>>e
> >>>>>sponse=json&sessinkey=Z6QqzU0Fq1iT13bMgnRRfl8oVA%3D&_=1365316274097
> >>>>> 2013-04-07 00:3:14,124 DEBUG [cloud.api.ApServlet]
> >>>>> (1161145101@qtp-1008805148-33:nll) ===END===  127.0.0.1 -- GET>>
> >>>>>ommand=queryAsyncJobResult&jobId=f75d8ce8-1193-43bf-b171-f43d2534e6bc&
> >>>>>e
> >>>>>sponse=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316274097
> >>>>> 2013-04-07 00:31:16,197 DEBUG [cloud.api.ApiServlet]
> >>>>> (1161145101@qtp-100880548-33:null) ===START===  127.0.0.1 -- GET
> >>>>
> >>>>>command=listVirtualMachines&response=json&sessionkey=Z6QqzU0Fq1iT13bMg
> >>>>>n
> >>>>>R
> >>>>>R
> >>>>>fl8GoVA%3D&listAll=true&pag=1&pagesize=20&_=1365316276194
> >>>>> 2013-04-7 00:31:16,219 DEBUG [cloud.api.ApiServlet]
> >>>>> (1161145101@qtp-1008805148-33:null) ===END===  127.0.0.1 - GET
> >>>>>
> >>>>>command=listVirtulMachies&response=json&sessionkey=Z6QqzU0FqiT13bMgnRR
> >>>>>fl8GoVA%3D&listAll=true&page=1&pagesize=20&_=136516276194
> >>>>> 2013-04-07 00:31:17,101 DEBUG [cloud.api.Apiervlet]
> >>>>> (1161145101@qtp-1008805148-33:null) ===START===  127.0.0.1 -- GET
> >>>>>
> >>>>>command=querAsyncJobResult&jobId=f75d8ce8-1193-43bf-b171-f43d2534e6bc&
> >>>>>r
> >>>>>e
> >>>>>sponse=json&sessiokey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316277098
> >>>>> 13-04-07 00:31:17,123 DEBUG [cloud.api.ApiServet]
> >>>>> (1161145101@qtp-1008805148-33:null) ===END===  127.0.0.1-- GET
> >>>>>
> >>>>>command=queryAsyncJobResult&jobId=f75d8ce8-1193-43bf-b171-f43d2534e6bc
> >>>>>&
> >>>>>r
> >>>>>e
> >>>>>sponse=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316277098
> >>>>> 2013-4-07 00:31:17,954 DEBUG [cloud.ai.ApiServlet]
> >>>>> (1161145101@qtp-1008805148-33:null) ===START===  17.0.0.1 -- GET
> >>>>>
> >>>>>command=lstVolumes&response=json&sessionkey=Z6QqzU0Fq1iT13bMnRfl8GoVA%
> >>>>>3D&listAll=true&page=1&pagesize=20&_=1365316277950
> >>>>> 2013-04-07 00:31:17,972 DEBUG [loud.api.ApiServlet]
> >>>>> (1161145101@qtp-1008805148-33:null) ===END===  27.0..1-- GET
> >>>>>
> >>>>>command=listVolumes&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8Go
> >>>>>V
> >>>>>A
> >>>>>%
> >>>>>3D&listAll=true&page=1&pagesize=20&_=135316277950
> >>>>> 2013-04-07 00:31:20,102 DEBUG [cloud.api.ApiServlet]
> >>>>> 1161145101@qtp1008805148-33:null) ===START===  127.0.0.1 -- GET
> >>>>>
> >>>>>command=queryAsyncJobResult&jobId=f75d8ce8-1193-43bf-b171-43d2534e6bc&
> >>>>>r
> >>>>>e
> >>>>>sponse=json&sessionkey=Z6QqU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316280099
> >>>>> 201304-07 00:31:20,118 DEBUG [cloud.api.ApiServlet]
> >>>>> (1161145101@qtp-1008805148-33null) ===END===  127.0.0.1 -- GET
> >>>>>
> >>>>>command=queryAsyncJbResult&jobId=f75d8ce8-1193-43bf-b11-f43d2534e6bc&r
> >>>>>e
> >>>>>sponse=json&sessionkey=Z6QqzU0Fq1iT13bMgnRfl8GoVA%3D&_=1365316280099
> >>>> 2013-04-07 00:31:2,454 DEBUG
> >>>>> [storage.secondary.SconaryStorageManagerImpl] (scstorage-1:null)
> >>>>>Zone 1
> >>>>> is ready to launch secondary storage VM
> >>>> 2013-04-07 00:31:20,558 DEBUG
> >>>>>[cloud.consoleproxy.ConsolePoxyManagerImpl]
> >>>>>(consoleproxy-1:null) Zone 1 is ready to launch console proxy
> >>>>> 2013-04-07 00:31:20,820 DEBUG
> >>>>> [network.router.VirtualNetworkApplianceManagerImpl]
> >>>>> (RouterStatusMonitor-1:null) Found routers to update status.
> >>>> 2013-04-0 00:31:20,821 DEBUG
> >>>>> [network.router.VirtualNetworkApplianceManagerImpl]
> >>>>> (RouterStatusMonitor-1:null) ound 0 networks to update RvR status.
> >>>>> 2013-04-07 00:31:20,82 DEBUG
> >>>>> [network.router.VirtuaNetworkApplianceManagerImpl]
> >>>>> (RouterStatusMontor-:null) Found 0 routers to update status.
> >>>>> 2013-04-07 0:31:20,853 DEBUG
> >>>>> [network.router.VirtualNetworkApplianceManagerImpl]
> >>>>> (RouterStatusMonitor-1:null) Found 0 netwoks to update RvR status.
> >>>>> 2013-04-07 00:31:21,075 DEBUG [cloud.api.ApiServlet]
> >>>>> (1161145101@qtp-1008805148-33:null) ===START===  127.0.0.1 -- GET
> >>>>>
> >>>>>commandlistVolumes&id=aed71ae1-732b-48d7-833f-e23287e2b2b9&response=js
> >>>>>o
> >>>>>n
> >>>>>&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316281073
> >>>>> 2013-04-07 00:31:21,097 DEBUG [cloud.api.ApiServlet]
> >>>>> (1161145101@qtp-100805148-33:null) ==END===  127.0.0.1 -- GET
> >>>>>
> >>>>>cmmand=listVolumes&id=aed71ae1-732b-48d7-833f-e23287e2b2b9&response=js
> >>>>>o
> >>>>>n
> >>>>>&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316281073
> >>>>> 2013-04-07 00:31:21,120 DEBUG [cloud.api.ApiServlet]
> >>>>> (1161145101@qtp-1008805148-33:null) ===START===  127.0.0.1 -- GET
> >>>>>
> >>>>>command=listTags&resonse=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3
> >>>>>D
> >>>>>&
> >>>>>resourceId=aed71ae1-732b-48d7-833f-e23287e2b2b9&resourceType=Volume&li
> >>>>>s
> >>>>>t
> >>>>>A
> >>>>>ll=true&_=136531628117
> >>>>> 2013-04-07 00:31:21,142 DEBUG [cloud.pi.ApiServlet]
> >>>>> (1161145101@qtp-1008805148-33:null) ===END===  127.0.0.1 - GE
> >>>>>
> >>>>>command=listTags&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%
> >>>>>3
> >>>>>D
> >>>>>&
> >>>>>resourceId=aed71ae1732b-48d7-833f-e232872b2b9&resourceType=Volume&list
> >>>>>A
> >>>>>ll=true&_=1365316281117
> >>>>> 2013-04-07 00:31:23,102DEBUG [cloud.api.ApiServlet]
> >>>>> (1161145101@qtp-100885148-33:null) ==START===  127.0.0.1 -- GET
> >>>>>
> >>>>>commandqueryAsyncJobResult&jobId=f75d8ce8-1193-43bf-b11-f43d2534e6bc&r
> >>>>>e
> >>>>>sponsejson&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316283100
> >>>>> 2013-04-07 00:31:23,122 EBUG [cloud.api.ApiServlet]
> >>>> (116145101@qtp-100880514-33:null) ===END===  127.0.0.1 -- GET
> >>>>>
> >>>>>command=queryAsyncJobResult&jobId=75d8ce8-1193-43bf-b171-f43d2534e6bc&
> >>>>>e
> >>>>>sponse=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316283100
> >>>>> 2013-04-07 00:3:24,894 DEBUG [agent.manager.AgentManagerImpl]
> >>>>> (AgentManager-Handler-9:null) Ping from 4
> >>>>> 2013-04-07 00:31:26,102 DEBUG [cloud.api.ApiServlet]
> >>>>> (1161145101@qtp-1008805148-33:null) ===START===  127.0.0.1 -- GET
> >>>>>
> >>>>>command=queryAsyncJobResult&jobId=f75d8ce8-1193-43bf-b171-f43d2534e6bc
> >>>>>&
> >>>>>r
> >>>>>e
> >>>>>sponse=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316286100
> >>>>> 2013-04-07 00:31:26,117 DEBUG [cloud.api.ApiServlet]
> >>>>> (1161145101@qtp-1008805148-33:null) ===END===  127.0.0.1 --GET
> >>>>>
> >>>>>command=queryAsyncJobResult&jbId=f75d8ce8-1193-43bf-b171-f43d2534e6bc&
> >>>>>r
> >>>>>e
> >>>>>spons=json&sessiony=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316286100
> >>>>> 2013-04-07 00:31:27,217 DEBUG [agent.manager.DirectAgentAttache]
> >>>>> (DirctAgen-164:null) Ping from 1
> >>>>> 2013-04-07 00:31:28,079 DEBUG [agent.manager.DirectAgentAttache]
> >>>>> (DirectAgent-174:null) Seq 5-614334809: Response Received:
> >>>>> 2013-04-07 00:31:28,079 DEBUG [agent.transport.equest]
> >>>>> (DirectAgent-174:null) Seq 5-614334809: Processing:  { Ans: , MgmtId
> >>>>>1,
> >>>>> via: 5, Ver: v1, Flags: 110,
> >>>>>
> >>>>>[{"storage.PrimaryStorageDownloadAnswer"{"installPath":"a8414926-81d6-
> >>>>>4
> >>>>>b
> >>>>>54-9b4b-feb498489df0","templateSize":54525952,"esult":true,"wait":0}}]
> >>>>> }
> >>>>> 2013-04-07 00:31:28,079 DEBUG [agent.transpot.Request]
> >>>>> (Job-Execur-35:jo-42) Seq -614334809: Received:   Ans: , MgmtId: 1,
> >>>>> via: 5, Ver: v1, Flgs: 110, { PrimaryStorageDownloadAnswer } }
> >>>>> 23-04-07 00:31:28,079 DEBUG [agent.mnager.AgentAttache]
> >>>>> (irectAgent-174:null) Seq 5-614334809: No more command found
> >>>>> 2013-04-07 00:31:28,081 EBUG [cloud.template.TemplateManagerImpl]
> >>>>> (Job-Executor-35:job-42) Template 5 is downloaded via 5
> >>>>> 2013-04-07 00:31:28,085 DEBUG [agent.tansport.Request]
> >>>>> (Job-Executor-35:job-42) Seq 5-614334810: ending  { Cmd , gmtId:
> >>>>>1,>>via:
> >>>>> 5, Ver: v1, Flags: 100111,
> >>>>>
> >>>>>[{"storage.CreateCommad":{"volId":12,"pool":{"id":257,"uuid":"iSCSI_S
> >>>>>R
> >>>>>_
> >>>>>3
> >>>>>","host":"192.168.56.9","path":"/iSCSI_SR_3","port":0,"type":"PreSetup
> >>>>>"
> >>>>>}
> >>>>>,
> >>>>>"diskCharacteritics":{"size":52428800,"tags":["iSCSI_SR_3"],"type":"RO
> >>>>>
> >>>>>>>>T
> >>>>>","name":"ROO-12","useLocalStorage":false,"recreatable":true,"diskOffe
> >>>>>r
> >>>>>i
> >>>>>ngId":37,"volumeId:12,"hyperType":"XenServer"},"templateUrl":"a841492
> >>>>>6
> >>>>>-
> >>>>>8
> >>>>>1d6-4b54-9b4b-feb498489df0","wait":0}}]
> >>>>> }
> >>>>> 2013-04-07 00:31:28,086 DEBUG [agent.ransport.Request]
> >>>>> (Job-Executor35:job-42) Se 5-614334810: Executing:  { Cmd , MgmtId:
> >>>>>1,
> >>>>> via: 5, Ver: v1, Flags: 100111,
> >>>>>
> >>>>>[{"storage.CreateComand":{"volId":12,"pool":{"id":257,"uuid":"iSCSI_SR
> >>>>>_
> >>>>>3
> >>>>>","host":"192.168.56.9","path":"/iSCSI_SR_3","port":0,"type":"PreSetup
> >>>>>"
> >>>>>}
> >>>>>,
> >>>>>"diskCharacteristics":{"size":52428800,"tags":["iSCSI_SR_3"],"type":"R
> >>>>>O
> >>>>>O
> >>>>>T
> >>>>>","name":"OOT-12","useLocalStorage":false,"recreatable":true,"diskOffe
> >>>>>r
> >>>>>i
> >>>>>ngId":37,"volumeId":12,"yperType":"Xenerver"}"templateUrl":"a8414926-
> >>>>>8
> >>>>>1d6-4b54-9b4b-feb498489df0","wait":0}}]
> >>>>> }
> >>>>> 2013-04-0700:31:28,086DEBUG [agent.manager.DirectAgentAttache]
> >>>>> (DirectAgent-327:null) Seq -614334810: Executing request
> >>>>> 2013-04-07 00:3:28,227 DEUG [xen.resource.CitrixResouceBase]
> >>>>> DirectAgent-327:null) SR retrieved for iSCSI_SR_3>> 2013-04-07
> >>>>>00:31:28,240 DEUG [xen.resource.CitrixResourceBase]
> >>>>> (DirectAgent-327:null) Checking iSCSI_SR_3 or SR
> >>>>> fe8ca696-22f5-ba1f-af68-7c3cf5a3cb39 on
> >>>>> XS[5e02c0-155d-432e-a20f-f8c600ef3ab7-192.168.5611]
> >>>>> 2013-04-07 00:31:29,095 DEBUG [agent.manager.DirectAentAttache]
> >>>>> (DirectAget-84:null) Seq 1-90046472: Executing request
> >>>>> 2013-04-07 00:31:29,106 DEBUG [cloud.api.ApiServlet]
> >>>>> (1161145101@qtp-100805148-33:null) ===START===  127.0.0.1 -- GET
> >>>>>
> >>>>>command=queryAsyncJobResult&jobId=f75d8ce8-193-43bf-b171-f43d2534e6bc&
> >>>>>r
> >>>>>e
> >>>>>sponse=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316289101
> >>>>> 2013-04-07 00:31:29,130 DEBUG [cloud.apiApiServlet]
> >>>>> (1161145101@qtp-100880518-33:null) ==END===  127.0.0.1 -- GET
> >>>>>
> >>>>>cmmand=queryAsyncJoResult&jobIdf75d8ce8-1193-43bf-b171-f43d2534e6bc&re
> >>>>>sponse=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316289101
> >>>>> 2013-04-07 00:31:29,687 DEBUG [agent.managr.DirectAgentAttache]
> >>>> (DirectAgent-84:null) Seq 1-90046472: Response Received:
> >>>>> 2013-04-07 00:31:29,688 DEBUG [agent.transport.Request]
> >>>>> (DirectAgent-84:null) Seq 1-90046472: Processing:  {Ans: , MgmtId: 1,
> >>>>>via:
> >>>>> 1, Ver: v1, Flags: 10,
> >>>>>
> >>>>>[{"ClusterSyncAnswer":{"_clsterId":1,"_newStates":{},"_isExecuted":fal
> >>>>>s
> >>>>>e
> >>>>>,"result":true,"wait":0}}]
> >>>>> }
> >>>>> 2013-04-07 00:31:30,685 DEBUG [xen.resource.CitrixResourceBase]
> >>>>> (DirectAgent-327:null) Succefully created VDI for
> >>>> com.cloudagent.api.storage.CreateCommand.  Uuid =
> >>>>> 40a39639-e8aa-45b5bfa1-91b68571d0c
> >>>>> 213-04-07 00:31:30,686 DEBUG [agent.manager.DirectAgentAttache]
> >>>>> (DirectAgent-327:null) Seq 5-614334810: Response Received:
> >>>>> 2013-04-07 00:31:30,686 DEBUG [aget.transport.Request]
> >>>>> (DirectAgent-327:null) Seq 5-614334810: Processing:  { Ans: , MgmtId:
> >>>>>1,
> >>>>> via: 5, Ver: v1, Flags: 110,
> >>>>>
> >>>>>[{"storage.CreateAnswer":{"volume":{"id":12,"name":"ROT-12","mountPoin
> >>>>>t
> >>>>>"
> >>>>>:"/iSCSI_SR_3","path":"40a39639-e8aa-45b5-bfa1-591b68571d0c","size":52
> >>>>>4
> >>>>>2
> >>>>>8
> >>>>>800,"type":"ROOT","storagePoolType":"PreSetup","storagePoolUuid":"iSCS
> >>>>>I
> >>>>>_
> >>>>>S>>>R_3","deviceId":0},"requestTemplateReload":false,"result":true,"wa
> >>>>>i
> >>>>>t":0}
> >>>>>}
> >>>>>]
> >>>>> }
> >>>>> 2013-04-07 00:31:30,686 DBUG [agent.transport.Request]
> >>>>> (Job-Executor-35:job-42) Seq 5-614334810: Received:  { Ans: , gmtId:
> >>>>1,
> >>>>> vi 5, Ver: v1, Flags: 110, { CreateAnswer } }
> >>>>> 2013-04-07 00:31:30,686 DEBG [agent.manager.AgentAttache]>>>
> >>>>>(DirectAgent-327:null) Seq 5-614334810: No mor commands found
> >>>>> 2013-04-07 00:31:30,689 DEBUG [loud.storage.StorageManagerImpl]
> >>>>> (Job-Executor-35:job-42)Volume Vol[12|vm=12|ROO] is created on
> >>>>> Pool[257|PreSetup]
> >>>>> 2013-04-07 00:31:30,705 DEBUG [agent.transport.Request]
> >>>> (Job-Executor-35:job-42) Seq 5-614334811: Sending  { Cmd , MgmtId: 1,
> >>>>>via:
> >>>> 5, Ver: v1, Flags:100111,
> >>>>>
> >>>>>[{"StartComman":{"vm":{"id":12,"nme":"i-2-12-VM","bootloader":"PyGrub"
> >>>>>,
> >>>>>>>"type":"User","cpus":1,"speed":100,"minRam":1073741824,"maxRam":1073
> >>>>>>>7
> >>>>>>>4
> >>>>>>>182
> >>>>>4,"arch":"x86_6","os":"entOS
> >>>>> 5.3
> >>>>>
> >>>>>(64-bit)","bootArgs":"","rebootOnCrash":false,enableHA":false,"limitCp
> >>>>>u
> >>>>>U
> >>>>>se":false,"vncPassword":"a0ed1e002d55dc0b","params":{},"uuid":"c18ddf7
> >>>>>c
> >>>>>-
> >>>>>f
> >>>>>c61-40b0-af75-fdef05f8eae6",disks":[{"d":12,"name":"ROOT-12","mountPoi
> >>>>>n
> >>>>>t":"/iSSI_SR_3","path":"40a39639-e8aa-45b5-bfa1-591b6857d0c","size":52
> >>>>>4
> >>>>>28800,"type":"ROOT","storagePoolType":"PreSetup","stoagePoolUuid":"iSC
> >>>>>S
> >>>>>
> >>>>>_SR_3","deviceId":0},{"id":12,"name":"tiny
> >>>>>
> >>>>>Linux","size":0,"type":"ISO","storagePoolType":"ISO","deviceId":3],"ni
> >>>>>s
> >>>>>":[{"deviceId":0,"networkRateMbps":200,"defaultNic":true,"uuid""70472c
> >>>>>4
> >>>>>3
> >>>>>-4913-4e0a-8e1d-87b030404b0a","ip":"192.168.56.195","netmask":"255.255
> >>>>>.
> >>>>>2
> >>>>>5
> >>>>5.0","gateway":"192.168.56.1","mac":"06:c8:0e:00:00:75","dns1":"8.8.8.8
> >>>>"
> >>>>>,
> >>>>>"dns2":"4.4.4.4","broadcastType":"Native","type":"Guest","broadcastUri
> >>>>>"
> >>>>>:
> >>>>>"
> >>>>>vlan://untagged","isolationUri":"ec2://untagged","isSecurityGroupEnabl
> >>>>>e
> >>>>>d
> >>>>>"
> >>>>>:true}]},"hostIp":"12.168.56.11","wait":0}}]
> >>>>> }
> >>>>> 201-04-07 00:31:30,705 DEBUG [agent.transpot.Request]
> >>>>> (Job-Executor-35:job-42) Seq 5-614334811: Executing:  { Cmd , MgmtId:
> >>>>>1,
> >>>>> via: 5 Ver: v1, Flags: 100111,
> >>>>>
> >>>>>[{"StartCommand":{"vm":{"id":12,"name":"i-2-12-VM""bootloader":"PyGrub
> >>>>>"
> >>>>>,
> >>>>>"type":"User","cpus":1,"speed":100,"minRam":1073741824,"maxRam":107371
> >>>>>8
> >>>>>2
> >>>>>4,"arch":"x86_64","os":"CentOS
> >>>>> 5.3
> >>>>>
> >>>>>(64-bit)","bootArgs":"""rebootOnCrash":false,"enableHA":false,"limitCp
> >>>>>u
> >>>>>U
> >>>>>se":false,"vncPassword":"a0ed1e002d55dc0b","params":{},"uuid":"c18ddf7
> >>>>>c
> >>>>>-
> >>>>>f
> >>>>>c61-40b0-af75-fdef05f8eae6","disks":[{"id":12,"ame":"ROOT-12","mountPo
> >>>>>i
> >>>>>n
> >>>>>t":"/iSCSI_SR_3,"path":"40a39639-e8aa-45b5-bfa1-591b68571d0c","size":5
> >>>>>2
> >>>>>4
> >>>>>28800,"type":"ROOT","storagePoolType":"PreSetup","storagePoolUuid":"iS
> >>>>>C
> >>>>>S
> >>>>>I
> >>>>>_SR_3","deviceId":0},{"id":12,"name":"tiny
> >>>>>
> >>>>>Linux","size":0,"type":"ISO","soragePoolType":"ISO","deviceId":3}],"ni
> >>>>>c
> >>>>>s
> >>>>>":[{"devicId":0,"netwrkRateMbps"200,"defaultNic":true,"uuid":"70472c43
> >>>>>-4913-4e0a-8e1d-87b030404b0a","ip":"192.168.56.195","netmask":"255.255
> >>>>>.
> >>>>>2
> >>>>>5
> >>>>>5.0","gatewy":"192.168.56.1","mac":"06:c8:0e:00:00:75","dns1":"8.8.8.8
> >>>>>"
> >>>>>,
> >>>>>"dns2":"4.4.4.4","broadcastType":"Native","type":"Guest","broadcastUri
> >>>>>"
> >>>>>:
> >>>>>"
> >>>>>vlan://untagged","isolationUri":"ec2://untagged","isSecurityGroupEnale
> >>>>>d
> >>>>>"
> >>>>>:true}]},"hostIp:"192.168.56.11","wait":0}}]
> >>>>> }
> >>>>> 2013-04-07 00:31:30,705 DEBUG [agent.manager.DirectAgentAttache]
> >>>>> (DirectAgent-265:null) Seq 5-614334811: Executing request
> >>>>> 2013-04-07 00:31:30,848 DEBUG [xen.resource.CitrixResourceBase]
> >>>>> (DirectAgent-265:null) 1. The VM i-2-12-VM is in Starting state.
> >>>>> 2013-04-07 00:31:30,907 DEBUG [xen.resource.XenServer56FP1Resource]
> >>>>> (DirectAgent-2:null) Created VM 6b192a90-bce6-7347-f184-d5b8538647a
> >>>>>for
> >>>>> i-2-12-VM
> >>>>> 2013-04-07 00:31:30,959 DEBUG [xen.resource.CitrixResourceBase]
> >>>>> (DirectAgent-265:null) VBD 9ea8a64a-9d04-76df-9d8b-103371b21d86
> >>>>>created
> >>>>>for
> >>>> Vol[12|ROOT|40a39639-e8aa-45b5-bfa1-591b68571d0c|52428800]
> >>>>> 2013-04-07 00:31:30,985 DEBUG [xen.resource.CitrixResourceBase]
> >>>>> (DirectAgent-265:null) VBD 0fb43cee-0512-beed-5d24-a33a2ceceeda
> >>>>>created
> >>>>>for
> >>>>> Vol[12|ISO|null|0]
> >>>>> 2013-04-07 00:31:30,985 DEBUG [xen.resource.CitrixResourceBase]
> >>>>> (DirectAgent-265:null) Creating VIF for i-2-12-VM on nic
> >>>>> [Nic:Guest-192.168.56.195-vlan://untagged]
> >>>>> 2013-04-07 00:31:31,037 DEBUG [xen.resource.CitrixResourceBase]
> >>>>> (DirectAgent-265:null) Created a vif
> >>>>>adbeb814-7d38-1fda-1bdb-b6850c7cb342
> >>>>> on 0
> >>>>> 2013-04-07 00:31:32,105 DEBUG [cloud.api.ApiServlet]
> >>>>> (1161145101@qtp-1008805148-33:null) ===START===  127.0.0.1 -- GET
> >>>>>
> >>>>>command=queryAsyncJobResult&jobId=f75d8ce8-1193-43bf-b171-f43d2534e6bc
> >>>>>&
> >>>>>r
> >>>>>e
> >>>>>sponse=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316292102
> >>>>> 2013-04-07 00:31:32,122 DEBUG [cloud.api.ApiServlet]
> >>>>> (1161145101@qtp-1008805148-33:null) ===END===  127.0.0.1 -- GET
> >>>>>
> >>>>>command=queryAsyncJobResult&jobId=f75d8ce8-1193-43bf-b171-f43d2534e6bc
> >>>>>&
> >>>>>r
> >>>>>e
> >>>>>sponse=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316292102
> >>>>> 2013-04-07 00:31:35,106 DEBUG [cloud.api.ApiServlet]
> >>>>> (1161145101@qtp-1008805148-33:null) ===START===  127.0.0.1 -- GET
> >>>>>
> >>>>>command=queryAsyncJobResult&jobId=f75d8ce8-1193-43bf-b171-f43d2534e6bc
> >>>>>&
> >>>>>r
> >>>>>e
> >>>>>sponse=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316295103
> >>>>> 2013-04-07 00:31:35,125 DEBUG [cloud.api.ApiServlet]
> >>>>> (1161145101@qtp-1008805148-33:null) ===END===  127.0.0.1 -- GET
> >>>>>
> >>>>>command=queryAsyncJobResult&jobId=f75d8ce8-1193-43bf-b171-f43d2534e6bc
> >>>>>&
> >>>>>r
> >>>>>e
> >>>>>sponse=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316295103
> >>>>> 2013-04-07 00:31:38,106 DEBUG [cloud.api.ApiServlet]
> >>>>> (1161145101@qtp-1008805148-33:null) ===START===  127.0.0.1 -- GET
> >>>>>
> >>>>>command=queryAsyncJobResult&jobId=f75d8ce8-1193-43bf-b171-f43d2534e6bc
> >>>>>&
> >>>>>r
> >>>>>e
> >>>>>sponse=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316298104
> >>>>> 2013-04-07 00:31:38,126 DEBUG [cloud.api.ApiServlet]
> >>>>> (1161145101@qtp-1008805148-33:null) ===END===  127.0.0.1 -- GET
> >>>>>
> >>>>>command=queryAsyncJobResult&jobId=f75d8ce8-1193-43bf-b171-f43d2534e6bc
> >>>>>&
> >>>>>r
> >>>>>e
> >>>>>sponse=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316298104
> >>>>> 2013-04-07 00:31:41,108 DEBUG [cloud.api.ApiServlet]
> >>>>> (1161145101@qtp-1008805148-33:null) ===START===  127.0.0.1 -- GET
> >>>>>
> >>>>>command=queryAsyncJobResult&jobId=f75d8ce8-1193-43bf-b171-f43d2534e6bc
> >>>>>&
> >>>>>r
> >>>>>e
> >>>>>sponse=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316301106
> >>>>> 2013-04-07 00:31:41,133 DEBUG [cloud.api.ApiServlet]
> >>>>> (1161145101@qtp-1008805148-33:null) ===END===  127.0.0.1 -- GET
> >>>>>
> >>>>>command=queryAsyncJobResult&jobId=f75d8ce8-1193-43bf-b171-f43d2534e6bc
> >>>>>&
> >>>>>r
> >>>>>e
> >>>>>sponse=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316301106
> >>>>> 2013-04-07 00:31:43,708 INFO  [xen.resource.CitrixResourceBase]
> >>>>> (DirectAgent-265:null) Programmed default network rules for i-2-12-VM
> >>>>>on
> >>>>> nic with ip:192.168.56.195 mac:06:c8:0e:00:00:75
> >>>>> 2013-04-07 00:31:43,708 DEBUG [xen.resource.CitrixResourceBase]
> >>>>> (DirectAgent-265:null) 2. The VM i-2-12-VM is in Running state.
> >>>>> 2013-04-07 00:31:43,708 DEBUG [agent.manager.DirectAgentAttache]
> >>>>> (DirectAgent-265:null) Seq 5-614334811: Response Received:
> >>>>> 2013-04-07 00:31:43,709 DEBUG [agent.transport.Request]
> >>>>> (DirectAgent-265:null) Seq 5-614334811: Processing:  { Ans: , MgmtId:
> >>>>>1,
> >>>>> via: 5, Ver: v1, Flags: 110,
> >>>>>
> >>>>>[{"StartAnswer":{"vm":{"id":12,"name":"i-2-12-VM","bootloader":"PyGrub
> >>>>>"
> >>>>>,
> >>>>>"
> >>>>>type":"User","cpus":1,"speed":100,"minRam":1073741824,"maxRam":1073741
> >>>>>8
> >>>>>2
> >>>>>4
> >>>>>,"arch":"x86_64","os":"CentOS
> >>>>> 5.3
> >>>>>
> >>>>>(64-bit)","bootArgs":"","rebootOnCrash":false,"enableHA":false,"limitC
> >>>>>p
> >>>>>u
> >>>>>U
> >>>>>se":false,"vncPassword":"a0ed1e002d55dc0b","params":{},"uuid":"c18ddf7
> >>>>>c
> >>>>>-
> >>>>>f
> >>>>>c61-40b0-af75-fdef05f8eae6","disks":[{"id":12,"name":"ROOT-12","mountP
> >>>>>o
> >>>>>i
> >>>>>n
> >>>>>t":"/iSCSI_SR_3","path":"40a39639-e8aa-45b5-bfa1-591b68571d0c","size":
> >>>>>5
> >>>>>2
> >>>>>4
> >>>>>28800,"type":"ROOT","storagePoolType":"PreSetup","storagePoolUuid":"iS
> >>>>>C
> >>>>>S
> >>>>>I
> >>>>>_SR_3","deviceId":0},{"id":12,"name":"tiny
> >>>>>
> >>>>>Linux","size":0,"type":"ISO","storagePoolType":"ISO","deviceId":3}],"n
> >>>>>i
> >>>>>c
> >>>>>s
> >>>>>":[{"deviceId":0,"networkRateMbps":200,"defaultNic":true,"uuid":"70472
> >>>>>c
> >>>>>4
> >>>>>3
> >>>>>-4913-4e0a-8e1d-87b030404b0a","ip":"192.168.56.195","netmask":"255.255
> >>>>>.
> >>>>>2
> >>>>>5
> >>>>>5.0","gateway":"192.168.56.1","mac":"06:c8:0e:00:00:75","dns1":"8.8.8.
> >>>>>8
> >>>>>"
> >>>>>,
> >>>>>"dns2":"4.4.4.4","broadcastType":"Native","type":"Guest","broadcastUri
> >>>>>"
> >>>>>:
> >>>>>"
> >>>>>vlan://untagged","isolationUri":"ec2://untagged","isSecurityGroupEnabl
> >>>>>e
> >>>>>d
> >>>>>"
> >>>>>:true}]},"result":true,"wait":0}}]
> >>>>> }
> >>>>> 2013-04-07 00:31:43,709 DEBUG [agent.transport.Request]
> >>>>> (Job-Executor-35:job-42) Seq 5-614334811: Received:  { Ans: , MgmtId:
> >>>>>1,
> >>>>> via: 5, Ver: v1, Flags: 110, { StartAnswer } }
> >>>>> 2013-04-07 00:31:43,709 DEBUG [agent.manager.AgentAttache]
> >>>>> (DirectAgent-265:null) Seq 5-614334811: No more commands found
> >>>>> 2013-04-07 00:31:43,763 DEBUG
> >>>>>[network.security.SecurityGroupManagerImpl]
> >>>>> (Job-Executor-35:job-42) Security Group Mgr v2: scheduling ruleset
> >>>>>updates
> >>>>> for 1 vms  (unique=1), current queue size=0
> >>>>> 2013-04-07 00:31:43,765 DEBUG
> >>>>>[network.security.SecurityGroupManagerImpl]
> >>>>> (Job-Executor-35:job-42) Security Group Mgr v2: done scheduling
> >>>>>ruleset
> >>>>> updates for 1 vms: num new jobs=1 num rows insert or updated=1 time
> >>>>>taken=2
> >>>>> 2013-04-07 00:31:43,769 DEBUG [cloud.capacity.CapacityManagerImpl]
> >>>>> (Job-Executor-35:job-42) VM state transitted from :Starting to
> >>>>>Running
> >>>>>with
> >>>>> event: OperationSucceededvm's original host id: 5 new host id: 5 host
> >>>>>id
> >>>>> before state transition: 5
> >>>>> 2013-04-07 00:31:43,769 DEBUG [cloud.vm.VirtualMachineManagerImpl]
> >>>>> (Job-Executor-35:job-42) Start completed for VM
> >>>>> VM[User|c18ddf7c-fc61-40b0-af75-fdef05f8eae6]
> >>>>> 2013-04-07 00:31:43,773 DEBUG
> >>>>>[network.security.SecurityGroupManagerImpl]
> >>>>> (SecGrp-Worker-3:null) SecurityGroupManager v2: sending ruleset
> >>>>>update
> >>>>>for
> >>>>> vm i-2-12-VM:ingress num rules=0:egress num rules=0 num cidrs=0
> >>>>> sig=d41d8cd98f00b204e9800998ecf8427e
> >>>>> 2013-04-07 00:31:43,777 DEBUG [cloud.async.AsyncJobManagerImpl]
> >>>>> (Job-Executor-35:job-42) Complete async job-42, jobStatus: 1,
> >>>>>resultCode:
> >>>>> 0, result: org.apache.cloudstack.api.response.UserVmResponse@d9c5b6f
> >>>>> 2013-04-07 00:31:43,782 DEBUG [cloud.async.AsyncJobManagerImpl]
> >>>>> (Job-Executor-35:job-42) Done executing
> >>>>> org.apache.cloudstack.api.command.user.vm.DeployVMCmd for job-42
> >>>>> 2013-04-07 00:31:43,796 DEBUG [agent.transport.Request]
> >>>>> (SecGrp-Worker-3:null) Seq 5-614334812: Sending  { Cmd , MgmtId: 1,
> >>>>>via: 5,
> >>>>> Ver: v1, Flags: 100111,
> >>>>>
> >>>>>[{"SecurityGroupRulesCmd":{"guestIp":"192.168.56.195","vmName":"i-2-12
> >>>>>-
> >>>>>V
> >>>>>M
> >>>>>","guestMac":"06:c8:0e:00:00:75","signature":"d41d8cd98f00b204e9800998
> >>>>>e
> >>>>>c
> >>>>>f
> >>>>>8427e","seqNum":1,"vmId":12,"msId":1,"ingressRuleSet":[],"egressRuleSe
> >>>>>t
> >>>>>"
> >>>>>:
> >>>>>[],"wait":0}}]
> >>>>> }
> >>>>> 2013-04-07 00:31:43,796 DEBUG [agent.transport.Request]
> >>>>> (SecGrp-Worker-3:null) Seq 5-614334812: Executing:  { Cmd , MgmtId:
> >>>>>1,
> >>>>>via:
> >>>>> 5, Ver: v1, Flags: 100111,
> >>>>>
> >>>>>[{"SecurityGroupRulesCmd":{"guestIp":"192.168.56.195","vmName":"i-2-12
> >>>>>-
> >>>>>V
> >>>>>M
> >>>>>","guestMac":"06:c8:0e:00:00:75","signature":"d41d8cd98f00b204e9800998
> >>>>>e
> >>>>>c
> >>>>>f
> >>>>>8427e","seqNum":1,"vmId":12,"msId":1,"ingressRuleSet":[],"egressRuleSe
> >>>>>t
> >>>>>"
> >>>>>:
> >>>>>[],"wait":0}}]
> >>>>> }
> >>>>> 2013-04-07 00:31:43,796 DEBUG [agent.manager.DirectAgentAttache]
> >>>>> (DirectAgent-77:null) Seq 5-614334812: Executing request
> >>>>> 2013-04-07 00:31:44,109 DEBUG [cloud.api.ApiServlet]
> >>>>> (1161145101@qtp-1008805148-33:null) ===START===  127.0.0.1 -- GET
> >>>>>
> >>>>>command=queryAsyncJobResult&jobId=f75d8ce8-1193-43bf-b171-f43d2534e6bc
> >>>>>&
> >>>>>r
> >>>>>e
> >>>>>sponse=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316304106
> >>>>> 2013-04-07 00:31:44,122 DEBUG [cloud.async.AsyncJobManagerImpl]
> >>>>> (1161145101@qtp-1008805148-33:null) Async job-42 completed
> >>>>> 2013-04-07 00:31:44,131 DEBUG [cloud.api.ApiServlet]
> >>>>> (1161145101@qtp-1008805148-33:null) ===END===  127.0.0.1 -- GET
> >>>>>
> >>>>>command=queryAsyncJobResult&jobId=f75d8ce8-1193-43bf-b171-f43d2534e6bc
> >>>>>&
> >>>>>r
> >>>>>e
> >>>>>sponse=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316304106
> >>>>> 2013-04-07 00:31:44,351 INFO  [xen.resource.CitrixResourceBase]
> >>>>> (DirectAgent-77:null) Programmed network rules for vm i-2-12-VM
> >>>>> guestIp=192.168.56.195, ingress numrules=0, egress numrules=0
> >>>>> 2013-04-07 00:31:44,351 DEBUG [agent.manager.DirectAgentAttache]
> >>>>> (DirectAgent-77:null) Seq 5-614334812: Response Received:
> >>>>> 2013-04-07 00:31:44,352 DEBUG [agent.transport.Request]
> >>>>> (DirectAgent-77:null) Seq 5-614334812: Processing:  { Ans: , MgmtId:
> >>>>>1,
> >>>>> via: 5, Ver: v1, Flags: 110,
> >>>>>
> >>>>>[{"SecurityGroupRuleAnswer":{"logSequenceNumber":1,"vmId":12,"reason":
> >>>>>"
> >>>>>N
> >>>>>O
> >>>>>NE","result":true,"wait":0}}]
> >>>>> }
> >>>>> 2013-04-07 00:31:44,353 DEBUG
> >>>>>[network.security.SecurityGroupListener]
> >>>>> (DirectAgent-77:null) Successfully programmed rule
> >>>>> com.cloud.agent.api.SecurityGroupRuleAnswer into host 5
> >>>>> 2013-04-07 00:31:44,357 DEBUG
> >>>>>[network.security.SecurityGroupListener]
> >>>>> (DirectAgent-77:null) Successfully programmed rule
> >>>>> com.cloud.agent.api.SecurityGroupRuleAnswer into host 5
> >>>>> 2013-04-07 00:31:44,359 DEBUG [agent.manager.AgentAttache]
> >>>>> (DirectAgent-77:null) Seq 5-614334812: No more commands found
> >>>>> 2013-04-07 00:31:47,679 DEBUG [agent.manager.AgentManagerImpl]
> >>>>> (AgentManager-Handler-10:null) Ping from 3
> >>>>> 2013-04-07 00:31:50,451 DEBUG
> >>>>> [storage.secondary.SecondaryStorageManagerImpl] (secstorage-1:null)
> >>>>>Zone 1
> >>>>> is ready to launch secondary storage VM
> >>>>> 2013-04-07 00:31:50,553 DEBUG
> >>>>>[cloud.consoleproxy.ConsoleProxyManagerImpl]
> >>>>> (consoleproxy-1:null) Zone 1 is ready to launch console proxy
> >>>>> 2013-04-07 00:31:50,819 DEBUG
> >>>>> [network.router.VirtualNetworkApplianceManagerImpl]
> >>>>> (RouterStatusMonitor-1:null) Found 0 routers to update status.
> >>>>> 2013-04-07 00:31:50,820 DEBUG
> >>>>> [network.router.VirtualNetworkApplianceManagerImpl]
> >>>>> (RouterStatusMonitor-1:null) Found 0 networks to update RvR status.
> >>>>> 2013-04-07 00:31:50,851 DEBUG
> >>>>> [network.router.VirtualNetworkApplianceManagerImpl]
> >>>>> (RouterStatusMonitor-1:null) Found 0 routers to update status.
> >>>>> 2013-04-07 00:31:50,852 DEBUG
> >>>>> [network.router.VirtualNetworkApplianceManagerImpl]
> >>>>> (RouterStatusMonitor-1:null) Found 0 networks to update RvR status.
> >>>>> 2013-04-07 00:31:51,459 INFO  [agent.manager.AgentMonitor]
> >>>>> (Thread-11:null) Found the following agents behind on ping: [6, 5]
> >>>>> 2013-04-07 00:31:51,460 DEBUG [cloud.host.Status] (Thread-11:null)
> >>>>>Ping
> >>>>> timeout for host 6, do invstigation
> >>>>> 2013-04-07 00:31:51,461 DEBUG [cloud.host.Status] (Thread-11:null)
> >>>>>Ping
> >>>>> timeout for host 5, do invstigation
> >>>>> 2013-04-07 00:31:51,462 INFO  [agent.manager.AgentManagerImpl]
> >>>>> (AgentTaskPool-2:null) Investigating why host 6 has disconnected with
> >>>>>event
> >>>>> PingTimeout
> >>>>> 2013-04-07 00:31:51,462 DEBUG [agent.manager.AgentManagerImpl]
> >>>>> (AgentTaskPool-2:null) checking if agent (6) is alive
> >>>>> 2013-04-07 00:31:51,463 INFO  [agent.manager.AgentManagerImpl]
> >>>>> (AgentTaskPool-14:null) Investigating why host 5 has disconnected
> >>>>>with
> >>>>> event PingTimeout
> >>>>> 2013-04-07 00:31:51,463 DEBUG [agent.manager.AgentManagerImpl]
> >>>>> (AgentTaskPool-14:null) checking if agent (5) is alive
> >>>>> 2013-04-07 00:31:51,465 DEBUG [agent.transport.Request]
> >>>>> (AgentTaskPool-2:null) Seq 6-324993304: Sending  { Cmd , MgmtId: 1,
> >>>>>via: 6,
> >>>>> Ver: v1, Flags: 100011, [{"CheckHealthCommand":{"wait":50}}] }
> >>>>> 2013-04-07 00:31:51,465 DEBUG [agent.transport.Request]
> >>>>> (AgentTaskPool-2:null) Seq 6-324993304: Executing:  { Cmd , MgmtId:
> >>>>>1,
> >>>>>via:
> >>>>> 6, Ver: v1, Flags: 100011, [{"CheckHealthCommand":{"wait":50}}] }
> >>>>> 2013-04-07 00:31:51,465 DEBUG [agent.manager.DirectAgentAttache]
> >>>>> (DirectAgent-151:null) Seq 6-324993304: Executing request
> >>>>> 2013-04-07 00:31:51,466 DEBUG [agent.transport.Request]
> >>>>> (AgentTaskPool-14:null) Seq 5-614334813: Sending  { Cmd , MgmtId: 1,
> >>>>>via:
> >>>>> 5, Ver: v1, Flags: 100011, [{"CheckHealthCommand":{"wait":50}}] }
> >>>>> 2013-04-07 00:31:51,467 DEBUG [agent.transport.Request]
> >>>>> (AgentTaskPool-14:null) Seq 5-614334813: Executing:  { Cmd , MgmtId:
> >>>>>1,
> >>>>> via: 5, Ver: v1, Flags: 100011, [{"CheckHealthCommand":{"wait":50}}]
> >>>>>}
> >>>>> 2013-04-07 00:31:51,467 DEBUG [agent.manager.DirectAgentAttache]
> >>>>> (DirectAgent-113:null) Seq 5-614334813: Executing request
> >>>>> 2013-04-07 00:31:51,525 DEBUG [agent.manager.DirectAgentAttache]
> >>>>> (DirectAgent-151:null) Seq 6-324993304: Response Received:
> >>>>> 2013-04-07 00:31:51,525 DEBUG [agent.transport.Request]
> >>>>> (DirectAgent-151:null) Seq 6-324993304: Processing:  { Ans: , MgmtId:
> >>>>>1,
> >>>>> via: 6, Ver: v1, Flags: 10,
> >>>>> [{"CheckHealthAnswer":{"result":true,"details":"resource is
> >>>>> alive","wait":0}}] }
> >>>>> 2013-04-07 00:31:51,526 DEBUG [agent.transport.Request]
> >>>>> (AgentTaskPool-2:null) Seq 6-324993304: Received:  { Ans: , MgmtId:
> >>>>>1,
> >>>>>via:
> >>>>> 6, Ver: v1, Flags: 10, { CheckHealthAnswer } }
> >>>>> 2013-04-07 00:31:51,526 DEBUG [agent.manager.AgentManagerImpl]
> >>>>> (AgentTaskPool-2:null) Details from executing class
> >>>>> com.cloud.agent.api.CheckHealthCommand: resource is alive
> >>>>> 2013-04-07 00:31:51,526 DEBUG [agent.manager.AgentManagerImpl]
> >>>>> (AgentTaskPool-2:null) agent (6) responded to checkHeathCommand,
> >>>>>reporting
> >>>>> that agent is Up
> >>>>> 2013-04-07 00:31:51,526 INFO  [agent.manager.AgentManagerImpl]
> >>>>> (AgentTaskPool-2:null) The state determined is Up
> >>>>> 2013-04-07 00:31:51,526 INFO  [agent.manager.AgentManagerImpl]
> >>>>> (AgentTaskPool-2:null) Agent is determined to be up and running
> >>>>> 2013-04-07 00:31:51,526 DEBUG [cloud.host.Status]
> >>>>>(AgentTaskPool-2:null)
> >>>>> Transition:[Resource state = Enabled, Agent event = Ping, Host id =
> >>>>>6,
> >>>>>name
> >>>>> = Tut-XenServer]
> >>>>> 2013-04-07 00:31:51,529 DEBUG [agent.manager.DirectAgentAttache]
> >>>>> (DirectAgent-113:null) Seq 5-614334813: Response Received:
> >>>>> 2013-04-07 00:31:51,529 DEBUG [agent.transport.Request]
> >>>>> (DirectAgent-113:null) Seq 5-614334813: Processing:  { Ans: , MgmtId:
> >>>>>1,
> >>>>> via: 5, Ver: v1, Flags: 10,
> >>>>> [{"CheckHealthAnswer":{"result":true,"details":"resource is
> >>>>> alive","wait":0}}] }
> >>>>> 2013-04-07 00:31:51,529 DEBUG [agent.transport.Request]
> >>>>> (AgentTaskPool-14:null) Seq 5-614334813: Received:  { Ans: , MgmtId:
> >>>>>1,
> >>>>> via: 5, Ver: v1, Flags: 10, { CheckHealthAnswer } }
> >>>>> 2013-04-07 00:31:51,529 DEBUG [agent.manager.AgentManagerImpl]
> >>>>> (AgentTaskPool-14:null) Details from executing class
> >>>>> com.cloud.agent.api.CheckHealthCommand: resource is alive
> >>>>> 2013-04-07 00:31:51,529 DEBUG [agent.manager.AgentManagerImpl]
> >>>>> (AgentTaskPool-14:null) agent (5) responded to checkHeathCommand,
> >>>>>reporting
> >>>>> that agent is Up
> >>>>> 2013-04-07 00:31:51,529 INFO  [agent.manager.AgentManagerImpl]
> >>>>> (AgentTaskPool-14:null) The state determined is Up
> >>>>> 2013-04-07 00:31:51,529 INFO  [agent.manager.AgentManagerImpl]
> >>>>> (AgentTaskPool-14:null) Agent is determined to be up and running
> >>>>> 2013-04-07 00:31:51,530 DEBUG [cloud.host.Status]
> >>>>>(AgentTaskPool-2:null)
> >>>>> Agent status update: [id = 6; name = Tut-XenServer; old status = Up;
> >>>>>event
> >>>>> = Ping; new status = Up; old update count = 308; new update count =
> >>>>>309]
> >>>>> 2013-04-07 00:31:51,530 DEBUG [cloud.host.Status]
> >>>>>(AgentTaskPool-14:null)
> >>>>> Transition:[Resource state = Enabled, Agent event = Ping, Host id =
> >>>>>5,
> >>>>>name
> >>>>> = Tut-XenServer2]
> >>>>> 2013-04-07 00:31:51,533 DEBUG [cloud.host.Status]
> >>>>>(AgentTaskPool-14:null)
> >>>>> Agent status update: [id = 5; name = Tut-XenServer2; old status = Up;
> >>>>>event
> >>>>> = Ping; new status = Up; old update count = 145; new update count =
> >>>>>146]
> >>>>> 2013-04-07 00:31:58,908 DEBUG [cloud.api.ApiServlet]
> >>>>> (1161145101@qtp-1008805148-33:null) ===START===  127.0.0.1 -- GET
> >>>>>
> >>>>>command=listVirtualMachines&response=json&sessionkey=Z6QqzU0Fq1iT13bMg
> >>>>>n
> >>>>>R
> >>>>>R
> >>>>>fl8GoVA%3D&listAll=true&page=1&pagesize=20&_=1365316318906
> >>>>> 2013-04-07 00:31:58,925 DEBUG [cloud.api.ApiServlet]
> >>>>> (1161145101@qtp-1008805148-33:null) ===END===  127.0.0.1 -- GET
> >>>>>
> >>>>>command=listVirtualMachines&response=json&sessionkey=Z6QqzU0Fq1iT13bMg
> >>>>>n
> >>>>>R
> >>>>>R
> >>>>>fl8GoVA%3D&listAll=true&page=1&pagesize=20&_=1365316318906
> >>>>> 2013-04-07 00:32:00,065 DEBUG [cloud.api.ApiServlet]
> >>>>> (1161145101@qtp-1008805148-33:null) ===START===  127.0.0.1 -- GET
> >>>>>
> >>>>>command=listVolumes&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8Go
> >>>>>V
> >>>>>A
> >>>>>%
> >>>>>3D&listAll=true&page=1&pagesize=20&_=1365316320063
> >>>>> 2013-04-07 00:32:00,079 DEBUG [cloud.api.ApiServlet]
> >>>>> (1161145101@qtp-1008805148-33:null) ===END===  127.0.0.1 -- GET
> >>>>>
> >>>>>command=listVolumes&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8Go
> >>>>>V
> >>>>>A
> >>>>>%
> >>>>>3D&listAll=true&page=1&pagesize=20&_=1365316320063
> >>>>> 2013-04-07 00:32:02,019 DEBUG [cloud.api.ApiServlet]
> >>>>> (1161145101@qtp-1008805148-33:null) ===START===  127.0.0.1 -- GET
> >>>>>
> >>>>>command=listVirtualMachines&response=json&sessionkey=Z6QqzU0Fq1iT13bMg
> >>>>>n
> >>>>>R
> >>>>>R
> >>>>>fl8GoVA%3D&listAll=true&page=1&pagesize=20&_=1365316322017
> >>>>> 2013-04-07 00:32:02,034 DEBUG [cloud.api.ApiServlet]
> >>>>> (1161145101@qtp-1008805148-33:null) ===END===  127.0.0.1 -- GET
> >>>>>
> >>>>>command=listVirtualMachines&response=json&sessionkey=Z6QqzU0Fq1iT13bMg
> >>>>>n
> >>>>>R
> >>>>>R
> >>>>>fl8GoVA%3D&listAll=true&page=1&pagesize=20&_=1365316322017
> >>>>> 2013-04-07 00:32:03,004 DEBUG [cloud.api.ApiServlet]
> >>>>> (1161145101@qtp-1008805148-33:null) ===START===  127.0.0.1 -- GET
> >>>>>
> >>>>>command=listVolumes&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8Go
> >>>>>V
> >>>>>A
> >>>>>%
> >>>>>3D&listAll=true&page=1&pagesize=20&_=1365316323002
> >>>>> 2013-04-07 00:32:03,019 DEBUG [cloud.api.ApiServlet]
> >>>>> (1161145101@qtp-1008805148-33:null) ===END===  127.0.0.1 -- GET
> >>>>>
> >>>>>command=listVolumes&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8Go
> >>>>>V
> >>>>>A
> >>>>>%
> >>>>>3D&listAll=true&page=1&pagesize=20&_=1365316323002
> >>>>> 2013-04-07 00:32:04,060 DEBUG [cloud.api.ApiServlet]
> >>>>> (1161145101@qtp-1008805148-33:null) ===START===  127.0.0.1 -- GET
> >>>>>
> >>>>>command=listVirtualMachines&response=json&sessionkey=Z6QqzU0Fq1iT13bMg
> >>>>>n
> >>>>>R
> >>>>>R
> >>>>>fl8GoVA%3D&listAll=true&page=1&pagesize=20&_=1365316324057
> >>>>> 2013-04-07 00:32:04,076 DEBUG [cloud.api.ApiServlet]
> >>>>> (1161145101@qtp-1008805148-33:null) ===END===  127.0.0.1 -- GET
> >>>>>
> >>>>>command=listVirtualMachines&response=json&sessionkey=Z6QqzU0Fq1iT13bMg
> >>>>>n
> >>>>>R
> >>>>>R
> >>>>>fl8GoVA%3D&listAll=true&page=1&pagesize=20&_=1365316324057
> >>>>> 2013-04-07 00:32:04,815 DEBUG [agent.manager.DirectAgentAttache]
> >>>>> (DirectAgent-240:null) Ping from 6
> >>>>> 2013-04-07 00:32:06,151 DEBUG [agent.manager.DirectAgentAttache]
> >>>>> (DirectAgent-401:null) Ping from 5
> >>>>> 2013-04-07 00:32:06,571 DEBUG [cloud.api.ApiServlet]
> >>>>> (1161145101@qtp-1008805148-33:null) ===START===  127.0.0.1 -- GET
> >>>>>
> >>>>>command=listZones&available=true&response=json&sessionkey=Z6QqzU0Fq1iT
> >>>>>1
> >>>>>3
> >>>>>b
> >>>>>MgnRRfl8GoVA%3D&_=1365316326569
> >>>>> 2013-04-07 00:32:06,578 DEBUG [cloud.api.ApiServlet]
> >>>>> (1161145101@qtp-1008805148-33:null) ===END===  127.0.0.1 -- GET
> >>>>>
> >>>>>command=listZones&available=true&response=json&sessionkey=Z6QqzU0Fq1iT
> >>>>>1
> >>>>>3
> >>>>>b
> >>>>>MgnRRfl8GoVA%3D&_=1365316326569
> >>>>> 2013-04-07 00:32:06,909 DEBUG [agent.manager.DirectAgentAttache]
> >>>>> (DirectAgent-334:null) Seq 6-324993028: Executing request
> >>>>> 2013-04-07 00:32:07,152 DEBUG [agent.manager.DirectAgentAttache]
> >>>>> (DirectAgent-334:null) Seq 6-324993028: Response Received:
> >>>>> 2013-04-07 00:32:07,152 DEBUG [agent.transport.Request]
> >>>>> (DirectAgent-334:null) Seq 6-324993028: Processing:  { Ans: , MgmtId:
> >>>>>1,
> >>>>> via: 6, Ver: v1, Flags: 10,
> >>>>>
> >>>>>[{"ClusterSyncAnswer":{"_clusterId":2,"_newStates":{},"_isExecuted":fa
> >>>>>l
> >>>>>s
> >>>>>e
> >>>>>,"result":true,"wait":0}}]
> >>>>> }
> >>>>> 2013-04-07 00:32:08,422 DEBUG [cloud.api.ApiServlet]
> >>>>> (1161145101@qtp-1008805148-33:null) ===START===  127.0.0.1 -- GET
> >>>>>
> >>>>>command=listHypervisors&zoneid=3a62dec3-cf95-4ba2-9af0-af2190af35e3&re
> >>>>>s
> >>>>>p
> >>>>>o
> >>>>>nse=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316328420
> >>>>> 2013-04-07 00:32:08,431 DEBUG [cloud.api.ApiServlet]
> >>>>> (1161145101@qtp-1008805148-33:null) ===END===  127.0.0.1 -- GET
> >>>>>
> >>>>>command=listHypervisors&zoneid=3a62dec3-cf95-4ba2-9af0-af2190af35e3&re
> >>>>>s
> >>>>>p
> >>>>>o
> >>>>>nse=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316328420
> >>>>> 2013-04-07 00:32:08,434 DEBUG [cloud.api.ApiServlet]
> >>>>> (1161145101@qtp-1008805148-33:null) ===START===  127.0.0.1 -- GET
> >>>>>
> >>>>>command=listTemplates&templatefilter=featured&zoneid=3a62dec3-cf95-4ba
> >>>>>2
> >>>>>-
> >>>>>9
> >>>>>af0-af2190af35e3&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%
> >>>>>3
> >>>>>D
> >>>>>&
> >>>>>_=1365316328432
> >>>>> 2013-04-07 00:32:08,461 DEBUG [cloud.api.ApiServlet]
> >>>>> (1161145101@qtp-1008805148-33:null) ===END===  127.0.0.1 -- GET
> >>>>>
> >>>>>command=listTemplates&templatefilter=featured&zoneid=3a62dec3-cf95-4ba
> >>>>>2
> >>>>>-
> >>>>>9
> >>>>>af0-af2190af35e3&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%
> >>>>>3
> >>>>>D
> >>>>>&
> >>>>>_=1365316328432
> >>>>> 2013-04-07 00:32:08,464 DEBUG [cloud.api.ApiServlet]
> >>>>> (1161145101@qtp-1008805148-33:null) ===START===  127.0.0.1 -- GET
> >>>>>
> >>>>>command=listTemplates&templatefilter=community&zoneid=3a62dec3-cf95-4b
> >>>>>a
> >>>>>2
> >>>>>-
> >>>>>9af0-af2190af35e3&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA
> >>>>>%
> >>>>>3
> >>>>>D
> >>>>>&_=1365316328462
> >>>>> 2013-04-07 00:32:08,492 DEBUG [cloud.api.ApiServlet]
> >>>>> (1161145101@qtp-1008805148-33:null) ===END===  127.0.0.1 -- GET
> >>>>>
> >>>>>command=listTemplates&templatefilter=community&zoneid=3a62dec3-cf95-4b
> >>>>>a
> >>>>>2
> >>>>>-
> >>>>>9af0-af2190af35e3&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA
> >>>>>%
> >>>>>3
> >>>>>D
> >>>>>&_=1365316328462
> >>>>> 2013-04-07 00:32:08,495 DEBUG [cloud.api.ApiServlet]
> >>>>> (1161145101@qtp-1008805148-33:null) ===START===  127.0.0.1 -- GET
> >>>>>
> >>>>>command=listTemplates&templatefilter=selfexecutable&zoneid=3a62dec3-cf
> >>>>>9
> >>>>>5
> >>>>>-
> >>>>>4ba2-9af0-af2190af35e3&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl
> >>>>>8
> >>>>>G
> >>>>>o
> >>>>>VA%3D&_=1365316328493
> >>>>> 2013-04-07 00:32:08,508 DEBUG [cloud.api.ApiServlet]
> >>>>> (1161145101@qtp-1008805148-33:null) ===END===  127.0.0.1 -- GET
> >>>>>
> >>>>>command=listTemplates&templatefilter=selfexecutable&zoneid=3a62dec3-cf
> >>>>>9
> >>>>>5
> >>>>>-
> >>>>>4ba2-9af0-af2190af35e3&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl
> >>>>>8
> >>>>>G
> >>>>>o
> >>>>>VA%3D&_=1365316328493
> >>>>> 2013-04-07 00:32:09,476 DEBUG [cloud.api.ApiServlet]
> >>>>> (1161145101@qtp-1008805148-33:null) ===START===  127.0.0.1 -- GET
> >>>>>
> >>>>>command=listServiceOfferings&issystem=false&response=json&sessionkey=Z
> >>>>>6
> >>>>>Q
> >>>>>q
> >>>>>zU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316329474
> >>>>> 2013-04-07 00:32:09,489 DEBUG [cloud.api.ApiServlet]
> >>>>> (1161145101@qtp-1008805148-33:null) ===END===  127.0.0.1 -- GET
> >>>>>
> >>>>>command=listServiceOfferings&issystem=false&response=json&sessionkey=Z
> >>>>>6
> >>>>>Q
> >>>>>q
> >>>>>zU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316329474
> >>>>> 2013-04-07 00:32:11,022 DEBUG [agent.manager.DirectAgentAttache]
> >>>>> (DirectAgent-161:null) Seq 5-614334468: Executing request
> >>>>> 2013-04-07 00:32:11,174 DEBUG [agent.manager.DirectAgentAttache]
> >>>>> (DirectAgent-161:null) Seq 5-614334468: Response Received:
> >>>>> 2013-04-07 00:32:11,174 DEBUG [agent.transport.Request]
> >>>>> (DirectAgent-161:null) Seq 5-614334468: Processing:  { Ans: , MgmtId:
> >>>>>1,
> >>>>> via: 5, Ver: v1, Flags: 10, [{"Answer":{"result":true,"wait":0}}] }
> >>>>> 2013-04-07 00:32:13,261 DEBUG [cloud.api.ApiServlet]
> >>>>> (1161145101@qtp-1008805148-33:null) ===START===  127.0.0.1 -- GET
> >>>>>
> >>>>>command=listDiskOfferings&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnR
> >>>>>R
> >>>>>f
> >>>>>l
> >>>>>8GoVA%3D&_=1365316333259
> >>>>> 2013-04-07 00:32:13,272 DEBUG [cloud.api.ApiServlet]
> >>>>> (1161145101@qtp-1008805148-33:null) ===END===  127.0.0.1 -- GET
> >>>>>
> >>>>>command=listDiskOfferings&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnR
> >>>>>R
> >>>>>f
> >>>>>l
> >>>>>8GoVA%3D&_=1365316333259
> >>>>> 2013-04-07 00:32:14,028 DEBUG [cloud.api.ApiServlet]
> >>>>> (1161145101@qtp-1008805148-33:null) ===START===  127.0.0.1 -- GET
> >>>>>
> >>>>>command=listNetworks&trafficType=Guest&zoneId=3a62dec3-cf95-4ba2-9af0-
> >>>>>a
> >>>>>f
> >>>>>2
> >>>>>190af35e3&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=13
> >>>>>6
> >>>>>5
> >>>>>3
> >>>>>16334026
> >>>>> 2013-04-07 00:32:14,053 DEBUG [cloud.api.ApiServlet]
> >>>>> (1161145101@qtp-1008805148-33:null) ===END===  127.0.0.1 -- GET
> >>>>>
> >>>>>command=listNetworks&trafficType=Guest&zoneId=3a62dec3-cf95-4ba2-9af0-
> >>>>>a
> >>>>>f
> >>>>>2
> >>>>>190af35e3&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=13
> >>>>>6
> >>>>>5
> >>>>>3
> >>>>>16334026
> >>>>> 2013-04-07 00:32:14,056 DEBUG [cloud.api.ApiServlet]
> >>>>> (1161145101@qtp-1008805148-33:null) ===START===  127.0.0.1 -- GET
> >>>>>
> >>>>>command=listSecurityGroups&response=json&sessionkey=Z6QqzU0Fq1iT13bMgn
> >>>>>R
> >>>>>R
> >>>>>f
> >>>>>l8GoVA%3D&domainid=e4ec5ddc-9e1c-11e2-a770-6e70e42a2333&account=admin&
> >>>>>_
> >>>>>=
> >>>>>1
> >>>>>365316334054
> >>>>> 2013-04-07 00:32:14,062 DEBUG [cloud.user.AccountManagerImpl]
> >>>>> (1161145101@qtp-1008805148-33:null) Access granted to Acct[2-admin]
> >>>>>to
> >>>>> Domain:1/ by DomainChecker
> >>>>> 2013-04-07 00:32:14,068 DEBUG [cloud.api.ApiServlet]
> >>>>> (1161145101@qtp-1008805148-33:null) ===END===  127.0.0.1 -- GET
> >>>>>
> >>>>>command=listSecurityGroups&response=json&sessionkey=Z6QqzU0Fq1iT13bMgn
> >>>>>R
> >>>>>R
> >>>>>f
> >>>>>l8GoVA%3D&domainid=e4ec5ddc-9e1c-11e2-a770-6e70e42a2333&account=admin&
> >>>>>_
> >>>>>=
> >>>>>1
> >>>>>365316334054
> >>>>> 2013-04-07 00:32:15,282 DEBUG [cloud.api.ApiServlet]
> >>>>> (1161145101@qtp-1008805148-33:null) ===START===  127.0.0.1 -- GET
> >>>>>
> >>>>>command=deployVirtualMachine&zoneId=3a62dec3-cf95-4ba2-9af0-af2190af35
> >>>>>e
> >>>>>3
> >>>>>&
> >>>>>templateId=e4a7df4a-9e1c-11e2-a770-6e70e42a2333&hypervisor=XenServer&s
> >>>>>e
> >>>>>r
> >>>>>v
> >>>>>iceOfferingId=425cf3cf-4bc4-4e53-82a0-ba6c20dd3688&response=json&sessi
> >>>>>o
> >>>>>n
> >>>>>k
> >>>>>ey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316335280
> >>>>> 2013-04-07 00:32:15,290 DEBUG [cloud.api.ApiDispatcher]
> >>>>> (1161145101@qtp-1008805148-33:null) InfrastructureEntity name
> >>>>> is:com.cloud.offering.ServiceOffering
> >>>>> 2013-04-07 00:32:15,292 DEBUG [cloud.api.ApiDispatcher]
> >>>>> (1161145101@qtp-1008805148-33:null) ControlledEntity name
> >>>>> is:com.cloud.template.VirtualMachineTemplate
> >>>>> 2013-04-07 00:32:15,316 DEBUG [cloud.vm.UserVmManagerImpl]
> >>>>> (1161145101@qtp-1008805148-33:null) Allocating in the DB for vm
> >>>>> 2013-04-07 00:32:15,327 DEBUG [cloud.vm.VirtualMachineManagerImpl]
> >>>>> (1161145101@qtp-1008805148-33:null) Allocating entries for VM:
> >>>>> VM[User|94ddc16f-04fc-4da1-8326-01d8d5cdeb44]
> >>>>> 2013-04-07 00:32:15,327 DEBUG [cloud.vm.VirtualMachineManagerImpl]
> >>>>> (1161145101@qtp-1008805148-33:null) Allocating nics for
> >>>>> VM[User|94ddc16f-04fc-4da1-8326-01d8d5cdeb44]
> >>>>> 2013-04-07 00:32:15,328 DEBUG [cloud.network.NetworkManagerImpl]
> >>>>> (1161145101@qtp-1008805148-33:null) Allocating nic for vm
> >>>>> VM[User|94ddc16f-04fc-4da1-8326-01d8d5cdeb44] in network
> >>>>>Ntwk[204|Guest|6]
> >>>>> with requested profile NicProfile[0-0-null-null-null
> >>>>> 2013-04-07 00:32:15,335 DEBUG [cloud.vm.VirtualMachineManagerImpl]
> >>>>> (1161145101@qtp-1008805148-33:null) Allocaing disks for
> >>>>> VM[User|94ddc16f-04fc-4da1-8326-01d8d5cdeb44]
> >>>>> 2013-04-07 00:32:15,342 DEBUG [cloud.vm.VirtualMachineManagerImpl]
> >>>>> (1161145101@qtp-1008805148-33:null) Allocation completed for VM:
> >>>>> VM[User|94ddc16f-04fc-4da1-8326-01d8d5cdeb44]
> >>>>> 2013-04-07 00:32:15,342 DEBUG [cloud.vm.UserVmManagerImpl]
> >>>>> (1161145101@qtp-1008805148-33:null) Successfully allocated DB entry
> >>>>>for
> >>>>> VM[User|94ddc16f-04fc-4da1-8326-01d8d5cdeb44]
> >>>>> 2013-04-07 00:32:15,374 DEBUG [cloud.async.AsyncJobManagerImpl]
> >>>>> (1161145101@qtp-1008805148-33:null) submit async job-43, details:
> >>>>> AsyncJobVO {id:43, userId: 2, accountId: 2, sessionKey: null,
> >>>>>instanceType:
> >>>>> null, instanceId: 13, cmd:
> >>>>> org.apache.cloudstack.api.command.user.vm.DeployVMCmd, cmdOriginator:
> >>>>>null,
> >>>>> cmdInfo:
> >>>>>
> >>>>>{"id":"13","templateId":"e4a7df4a-9e1c-11e2-a770-6e70e42a2333","respon
> >>>>>s
> >>>>>e
> >>>>>"
> >>>>>:"json","sessionkey":"Z6QqzU0Fq1iT13bMgnRRfl8GoVA\u003d","ctxUserId":"
> >>>>>2
> >>>>>"
> >>>>>,
> >>>>>"hypervisor":"XenServer","serviceOfferingId":"425cf3cf-4bc4-4e53-82a0-
> >>>>>b
> >>>>>a
> >>>>>6
> >>>>>c20dd3688","_":"1365316335280","ctxAccountId":"2","ctxStartEventId":"4
> >>>>>8
> >>>>>"
> >>>>>,
> >>>>>"zoneId":"3a62dec3-cf95-4ba2-9af0-af2190af35e3"},
> >>>>> cmdVersion: 0, callbackType: 0, callbackAddress: null, status: 0,
> >>>>> processStatus: 0, resultCode: 0, result: null, initMsid: 1,
> >>>>>completeMsid:
> >>>>> null, lastUpdated: null, lastPolled: null, created: null}
> >>>>> 2013-04-07 00:32:15,375 DEBUG [cloud.async.AsyncJobManagerImpl]
> >>>>> (Job-Executor-36:job-43) Executing
> >>>>> org.apache.cloudstack.api.command.user.vm.DeployVMCmd for job-43
> >>>>> 2013-04-07 00:32:15,376 DEBUG [cloud.api.ApiServlet]
> >>>>> (1161145101@qtp-1008805148-33:null) ===END===  127.0.0.1 -- GET
> >>>>>
> >>>>>command=deployVirtualMachine&zoneId=3a62dec3-cf95-4ba2-9af0-af2190af35
> >>>>>e
> >>>>>3
> >>>>>&
> >>>>>templateId=e4a7df4a-9e1c-11e2-a770-6e70e42a2333&hypervisor=XenServer&s
> >>>>>e
> >>>>>r
> >>>>>v
> >>>>>iceOfferingId=425cf3cf-4bc4-4e53-82a0-ba6c20dd3688&response=json&sessi
> >>>>>o
> >>>>>n
> >>>>>k
> >>>>>ey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316335280
> >>>>> 2013-04-07 00:32:15,380 DEBUG [cloud.api.ApiDispatcher]
> >>>>> (Job-Executor-36:job-43) InfrastructureEntity name
> >>>>> is:com.cloud.offering.ServiceOffering
> >>>>> 2013-04-07 00:32:15,383 DEBUG [cloud.api.ApiDispatcher]
> >>>>> (Job-Executor-36:job-43) ControlledEntity name
> >>>>> is:com.cloud.template.VirtualMachineTemplate
> >>>>> 2013-04-07 00:32:15,425 DEBUG [cloud.deploy.FirstFitPlanner]
> >>>>> (Job-Executor-36:job-43) DeploymentPlanner allocation algorithm:
> >>>>>random
> >>>>> 2013-04-07 00:32:15,425 DEBUG [cloud.deploy.FirstFitPlanner]
> >>>>> (Job-Executor-36:job-43) Trying to allocate a host and storage pools
> >>>>>from
> >>>>> dc:1, pod:null,cluster:null, requested cpu: 100, requested ram:
> >>>>>1073741824
> >>>>> 2013-04-07 00:32:15,425 DEBUG [cloud.deploy.FirstFitPlanner]
> >>>>> (Job-Executor-36:job-43) Is ROOT volume READY (pool already
> >>>>>allocated)?: No
> >>>>> 2013-04-07 00:32:15,425 DEBUG [cloud.deploy.FirstFitPlanner]
> >>>>> (Job-Executor-36:job-43) Searching all possible resources under this
> >>>>>Zone: 1
> >>>>> 2013-04-07 00:32:15,427 DEBUG [cloud.deploy.FirstFitPlanner]
> >>>>> (Job-Executor-36:job-43) Listing clusters in order of aggregate
> >>>>>capacity,
> >>>>> that have (atleast one host with) enough CPU and RAM capacity under
> >>>>>this
> >>>>> Zone: 1
> >>>>> 2013-04-07 00:32:15,428 DEBUG [cloud.deploy.FirstFitPlanner]
> >>>>> (Job-Executor-36:job-43) CPUOverprovisioningFactor considered: 1.0
> >>>>> 2013-04-07 00:32:15,442 DEBUG [cloud.deploy.FirstFitPlanner]
> >>>>> (Job-Executor-36:job-43) Cannot allocate cluster list [1] for vm
> >>>>>creation
> >>>>> since their allocated percentage crosses the disable capacity
> >>>>>threshold:
> >>>>> 0.85 for capacity Type : 0, skipping these clusters
> >>>>> 2013-04-07 00:32:15,444 DEBUG [cloud.deploy.FirstFitPlanner]
> >>>>> (Job-Executor-36:job-43) Checking resources in Cluster: 2 under Pod:
> >>>>>1
> >>>>> 2013-04-07 00:32:15,444 DEBUG [allocator.impl.RandomAllocator]
> >>>>> (Job-Executor-36:job-43) Looking for hosts in dc: 1  pod:1  cluster:2
> >>>>> 2013-04-07 00:32:15,447 DEBUG [allocator.impl.RandomAllocator]
> >>>>> (Job-Executor-36:job-43) Random Allocator found 2  hosts
> >>>>> 2013-04-07 00:32:15,447 DEBUG [allocator.impl.RandomAllocator]
> >>>>> (Job-Executor-36:job-43) Random Host Allocator returning 2 suitable
> >>>>>hosts
> >>>>> 2013-04-07 00:32:15,448 DEBUG [cloud.deploy.FirstFitPlanner]
> >>>>> (Job-Executor-36:job-43) Checking suitable pools for volume (Id,
> >>>>>Type):
> >>>>> (13,ROOT)
> >>>>> 2013-04-07 00:32:15,448 DEBUG [cloud.deploy.FirstFitPlanner]
> >>>>> (Job-Executor-36:job-43) We need to allocate new storagepool for this
> >>>>>volume
> >>>>> 2013-04-07 00:32:15,451 DEBUG [cloud.deploy.FirstFitPlanner]
> >>>>> (Job-Executor-36:job-43) Calling StoragePoolAllocators to find
> >>>>>suitable
> >>>>> pools
> >>>>> 2013-04-07 00:32:15,455 DEBUG
> >>>>> [storage.allocator.RandomStoragePoolAllocator]
> >>>>>(Job-Executor-36:job-43)
> >>>>> Looking for pools in dc: 1  pod:1  cluster:2
> >>>>> 2013-04-07 00:32:15,457 DEBUG
> >>>>> [storage.allocator.RandomStoragePoolAllocator]
> >>>>>(Job-Executor-36:job-43)
> >>>>> RandomStoragePoolAllocator has 5 pools to check for allocation
> >>>>> 2013-04-07 00:32:15,458 DEBUG
> >>>>> [storage.allocator.AbstractStoragePoolAllocator]
> >>>>>(Job-Executor-36:job-43)
> >>>>> Checking if storage pool is suitable, name: Tut-XenServer2 Local
> >>>>>Storage
> >>>>> ,poolId: 201
> >>>>> 2013-04-07 00:32:15,458 DEBUG
> >>>>> [storage.allocator.AbstractStoragePoolAllocator]
> >>>>>(Job-Executor-36:job-43)
> >>>>> Is localStorageAllocationNeeded? false
> >>>>> 2013-04-07 00:32:15,458 DEBUG
> >>>>> [storage.allocator.AbstractStoragePoolAllocator]
> >>>>>(Job-Executor-36:job-43)
> >>>>> Is storage pool shared? false
> >>>>> 2013-04-07 00:32:15,458 DEBUG
> >>>>> [storage.allocator.AbstractStoragePoolAllocator]
> >>>>>(Job-Executor-36:job-43)
> >>>>> StoragePool is not of correct type, skipping this pool
> >>>>> 2013-04-07 00:32:15,458 DEBUG
> >>>>> [storage.allocator.AbstractStoragePoolAllocator]
> >>>>>(Job-Executor-36:job-43)
> >>>>> Checking if storage pool is suitable, name: iSCSI_SR_3 ,poolId: 257
> >>>>> 2013-04-07 00:32:15,458 DEBUG
> >>>>> [storage.allocator.AbstractStoragePoolAllocator]
> >>>>>(Job-Executor-36:job-43)
> >>>>> Is localStorageAllocationNeeded? false
> >>>>> 2013-04-07 00:32:15,458 DEBUG
> >>>>> [storage.allocator.AbstractStoragePoolAllocator]
> >>>>>(Job-Executor-36:job-43)
> >>>>> Is storage pool shared? true
> >>>>> 2013-04-07 00:32:15,467 DEBUG [cloud.storage.StorageManagerImpl]
> >>>>> (Job-Executor-36:job-43) Checking pool: 257 for volume allocation
> >>>>> [Vol[13|vm=13|ROOT]], maxSize : 2084569088, totalAllocatedSize :
> >>>>>106954752,
> >>>>> askingSize : 52428800, allocated disable threshold: 0.85
> >>>>> 2013-04-07 00:32:15,467 DEBUG
> >>>>> [storage.allocator.AbstractStoragePoolAllocator]
> >>>>>(Job-Executor-36:job-43)
> >>>>> Checking if storage pool is suitable, name: iSCSI_SR_4 ,poolId: 262
> >>>>> 2013-04-07 00:32:15,467 DEBUG
> >>>>> [storage.allocator.AbstractStoragePoolAllocator]
> >>>>>(Job-Executor-36:job-43)
> >>>>> Is localStorageAllocationNeeded? false
> >>>>> 2013-04-07 00:32:15,467 DEBUG
> >>>>> [storage.allocator.AbstractStoragePoolAllocator]
> >>>>>(Job-Executor-36:job-43)
> >>>>> Is storage pool shared? true
> >>>>> 2013-04-07 00:32:15,479 DEBUG [cloud.storage.StorageManagerImpl]
> >>>>> (Job-Executor-36:job-43) Checking pool: 262 for volume allocation
> >>>>> [Vol[13|vm=13|ROOT]], maxSize : 2084569088, totalAllocatedSize :
> >>>>>54525952,
> >>>>> askingSize : 52428800, allocated disable threshold: 0.85
> >>>>> 2013-04-07 00:32:15,479 DEBUG
> >>>>> [storage.allocator.AbstractStoragePoolAllocator]
> >>>>>(Job-Executor-36:job-43)
> >>>>> Checking if storage pool is suitable, name: Tut-XenServer Local
> >>>>>Storage
> >>>>> ,poolId: 202
> >>>>> 2013-04-07 00:32:15,479 DEBUG
> >>>>> [storage.allocator.AbstractStoragePoolAllocator]
> >>>>>(Job-Executor-36:job-43)
> >>>>> Is localStorageAllocationNeeded? false
> >>>>> 2013-04-07 00:32:15,479 DEBUG
> >>>>> [storage.allocator.AbstractStoragePoolAllocator]
> >>>>>(Job-Executor-36:job-43)
> >>>>> Is storage pool shared? false
> >>>>> 2013-04-07 00:32:15,479 DEBUG
> >>>>> [storage.allocator.AbstractStoragePoolAllocator]
> >>>>>(Job-Executor-36:job-43)
> >>>>> StoragePool is not of correct type, skipping this pool
> >>>>> 2013-04-07 00:32:15,479 DEBUG
> >>>>> [storage.allocator.AbstractStoragePoolAllocator]
> >>>>>(Job-Executor-36:job-43)
> >>>>> Checking if storage pool is suitable, name: iSCSI_SR_2 ,poolId: 256
> >>>>> 2013-04-07 00:32:15,479 DEBUG
> >>>>> [storage.allocator.AbstractStoragePoolAllocator]
> >>>>>(Job-Executor-36:job-43)
> >>>>> Is localStorageAllocationNeeded? false
> >>>>> 2013-04-07 00:32:15,479 DEBUG
> >>>>> [storage.allocator.AbstractStoragePoolAllocator]
> >>>>>(Job-Executor-36:job-43)
> >>>>> Is storage pool shared? true
> >>>>> 2013-04-07 00:32:15,489 DEBUG [cloud.storage.StorageManagerImpl]
> >>>>> (Job-Executor-36:job-43) Checking pool: 256 for volume allocation
> >>>>> [Vol[13|vm=13|ROOT]], maxSize : 2084569088, totalAllocatedSize :
> >>>>>54525952,
> >>>>> askingSize : 52428800, allocated disable threshold: 0.85
> >>>>> 2013-04-07 00:32:15,489 DEBUG
> >>>>> [storage.allocator.RandomStoragePoolAllocator]
> >>>>>(Job-Executor-36:job-43)
> >>>>> RandomStoragePoolAllocator returning 3 suitable storage pools
> >>>>> 2013-04-07 00:32:15,489 DEBUG [cloud.deploy.FirstFitPlanner]
> >>>>> (Job-Executor-36:job-43) Trying to find a potenial host and
> >>>>>associated
> >>>>> storage pools from the suitable host/pool lists for this VM
> >>>>> 2013-04-07 00:32:15,489 DEBUG [cloud.deploy.FirstFitPlanner]
> >>>>> (Job-Executor-36:job-43) Checking if host: 6 can access any suitable
> >>>>> storage pool for volume: ROOT
> >>>>> 2013-04-07 00:32:15,492 DEBUG [cloud.deploy.FirstFitPlanner]
> >>>>> (Job-Executor-36:job-43) Host: 6 can access pool: 257
> >>>>> 2013-04-07 00:32:15,492 DEBUG [cloud.deploy.FirstFitPlanner]
> >>>>> (Job-Executor-36:job-43) Found a potential host id: 6 name:
> >>>>>Tut-XenServer
> >>>>> and associated storage pools for this VM
> >>>>> 2013-04-07 00:32:15,494 DEBUG [cloud.deploy.FirstFitPlanner]
> >>>>> (Job-Executor-36:job-43) Returning Deployment Destination:
> >>>>>
> >>>>>Dest[Zone(Id)-Pod(Id)-Cluster(Id)-Host(Id)-Storage(Volume(Id|Type-->Po
> >>>>>o
> >>>>>l
> >>>>>(
> >>>>>Id))]
> >>>>> :
> >>>>>
> >>>>>Dest[Zone(1)-Pod(1)-Cluster(2)-Host(6)-Storage(Volume(13|ROOT-->Pool(2
> >>>>>5
> >>>>>7
> >>>>>)
> >>>>>)]
> >>>>> 2013-04-07 00:32:15,514 DEBUG [cloud.capacity.CapacityManagerImpl]
> >>>>> (Job-Executor-36:job-43) VM state transitted from :Stopped to
> >>>>>Starting
> >>>>>with
> >>>>> event: StartRequestedvm's original host id: null new host id: null
> >>>>>host
> >>>>>id
> >>>>> before state transition: null
> >>>>> 2013-04-07 00:32:15,514 DEBUG [cloud.vm.VirtualMachineManagerImpl]
> >>>>> (Job-Executor-36:job-43) Successfully transitioned to start state for
> >>>>> VM[User|94ddc16f-04fc-4da1-8326-01d8d5cdeb44] reservation id =
> >>>>> a8349669-6ff2-443f-88d3-c5d69100df3a
> >>>>> 2013-04-07 00:32:15,518 DEBUG [cloud.vm.VirtualMachineManagerImpl]
> >>>>> (Job-Executor-36:job-43) Trying to deploy VM, vm has dcId: 1 and
> >>>>>podId:
> >>>>>null
> >>>>> 2013-04-07 00:32:15,518 DEBUG [cloud.vm.VirtualMachineManagerImpl]
> >>>>> (Job-Executor-36:job-43) advanceStart: DeploymentPlan is provided,
> >>>>>using
> >>>>> dcId:1, podId: 1, clusterId: 2, hostId: 6, poolId: 257
> >>>>> 2013-04-07 00:32:15,518 DEBUG [cloud.vm.VirtualMachineManagerImpl]
> >>>>> (Job-Executor-36:job-43) Deploy avoids pods: null, clusters: null,
> >>>>>hosts:
> >>>>> null
> >>>>> 2013-04-07 00:32:15,521 DEBUG [cloud.deploy.FirstFitPlanner]
> >>>>> (Job-Executor-36:job-43) DeploymentPlanner allocation algorithm:
> >>>>>random
> >>>>> 2013-04-07 00:32:15,521 DEBUG [cloud.deploy.FirstFitPlanner]
> >>>>> (Job-Executor-36:job-43) Trying to allocate a host and storage pools
> >>>>>from
> >>>>> dc:1, pod:1,cluster:2, requested cpu: 100, requested ram: 1073741824
> >>>>> 2013-04-07 00:32:15,522 DEBUG [cloud.deploy.FirstFitPlanner]
> >>>>> (Job-Executor-36:job-43) Is ROOT volume READY (pool already
> >>>>>allocated)?: Yes
> >>>>> 2013-04-07 00:32:15,522 DEBUG [cloud.deploy.FirstFitPlanner]
> >>>>> (Job-Executor-36:job-43) DeploymentPlan has host_id specified, making
> >>>>>no
> >>>>> checks on this host, looks like admin test: 6
> >>>>> 2013-04-07 00:32:15,523 DEBUG [cloud.deploy.FirstFitPlanner]
> >>>>> (Job-Executor-36:job-43) Looking for suitable pools for this host
> >>>>>under
> >>>>> zone: 1, pod: 1, cluster: 2
> >>>>> 2013-04-07 00:32:15,525 DEBUG [cloud.deploy.FirstFitPlanner]
> >>>>> (Job-Executor-36:job-43) Checking suitable pools for volume (Id,
> >>>>>Type):
> >>>>> (13,ROOT)
> >>>>> 2013-04-07 00:32:15,525 DEBUG [cloud.deploy.FirstFitPlanner]
> >>>>> (Job-Executor-36:job-43) Volume has pool already allocated, checking
> >>>>>if
> >>>>> pool can be reused, poolId: null
> >>>>> 2013-04-07 00:32:15,527 DEBUG [cloud.deploy.FirstFitPlanner]
> >>>>> (Job-Executor-36:job-43) Planner need not allocate a pool for this
> >>>>>volume
> >>>>> since its READY
> >>>>> 2013-04-07 00:32:15,527 DEBUG [cloud.deploy.FirstFitPlanner]
> >>>>> (Job-Executor-36:job-43) Trying to find a potenial host and
> >>>>>associated
> >>>>> storage pools from the suitable host/pool lists for this VM
> >>>>> 2013-04-07 00:32:15,527 DEBUG [cloud.deploy.FirstFitPlanner]
> >>>>> (Job-Executor-36:job-43) Checking if host: 6 can access any suitable
> >>>>> storage pool for volume: ROOT
> >>>>> 2013-04-07 00:32:15,529 DEBUG [cloud.deploy.FirstFitPlanner]
> >>>>> (Job-Executor-36:job-43) Host: 6 can access pool: 257
> >>>>> 2013-04-07 00:32:15,529 DEBUG [cloud.deploy.FirstFitPlanner]
> >>>>> (Job-Executor-36:job-43) Found a potential host id: 6 name:
> >>>>>Tut-XenServer
> >>>>> and associated storage pools for this VM
> >>>>> 2013-04-07 00:32:15,530 DEBUG [cloud.deploy.FirstFitPlanner]
> >>>>> (Job-Executor-36:job-43) Returning Deployment Destination:
> >>>>>
> >>>>>Dest[Zone(Id)-Pod(Id)-Cluster(Id)-Host(Id)-Storage(Volume(Id|Type-->Po
> >>>>>o
> >>>>>l
> >>>>>(
> >>>>>Id))]
> >>>>> :
> >>>>>
> >>>>>Dest[Zone(1)-Pod(1)-Cluster(2)-Host(6)-Storage(Volume(13|ROOT-->Pool(2
> >>>>>5
> >>>>>7
> >>>>>)
> >>>>>)]
> >>>>> 2013-04-07 00:32:15,530 DEBUG [cloud.vm.VirtualMachineManagerImpl]
> >>>>> (Job-Executor-36:job-43) Deployment found  -
> >>>>> P0=VM[User|94ddc16f-04fc-4da1-8326-01d8d5cdeb44],
> >>>>>
> >>>>>P0=Dest[Zone(Id)-Pod(Id)-Cluster(Id)-Host(Id)-Storage(Volume(Id|Type--
> >>>>>>
> >>>>>P
> >>>>>o
> >>>>>ol(Id))]
> >>>>> :
> >>>>>
> >>>>>Dest[Zone(1)-Pod(1)-Cluster(2)-Host(6)-Storage(Volume(13|ROOT-->Pool(2
> >>>>>5
> >>>>>7
> >>>>>)
> >>>>>)]
> >>>>> 2013-04-07 00:32:15,535 DEBUG [cloud.capacity.CapacityManagerImpl]
> >>>>> (Job-Executor-36:job-43) VM state transitted from :Starting to
> >>>>>Starting
> >>>>> with event: OperationRetryvm's original host id: null new host id: 6
> >>>>>host
> >>>>> id before state transition: null
> >>>>> 2013-04-07 00:32:15,551 DEBUG [cloud.capacity.CapacityManagerImpl]
> >>>>> (Job-Executor-36:job-43) Hosts's actual total CPU: 2382 and CPU after
> >>>>> applying overprovisioning: 2382
> >>>>> 2013-04-07 00:32:15,551 DEBUG [cloud.capacity.CapacityManagerImpl]
> >>>>> (Job-Executor-36:job-43) We are allocating VM, increasing the used
> >>>>>capacity
> >>>>> of this host:6
> >>>>> 2013-04-07 00:32:15,552 DEBUG [cloud.capacity.CapacityManagerImpl]
> >>>>> (Job-Executor-36:job-43) Current Used CPU: 100 , Free CPU:2282
> >>>>>,Requested
> >>>>> CPU: 100
> >>>>> 2013-04-07 00:32:15,552 DEBUG [cloud.capacity.CapacityManagerImpl]
> >>>>> (Job-Executor-36:job-43) Current Used RAM: 104857600 , Free
> >>>>>RAM:1566837824
> >>>>> ,Requested RAM: 1073741824
> >>>>> 2013-04-07 00:32:15,552 DEBUG [cloud.capacity.CapacityManagerImpl]
> >>>>> (Job-Executor-36:job-43) CPU STATS after allocation: for host: 6, old
> >>>>>used:
> >>>>> 100, old reserved: 0, actual total: 2382, total with
> >>>>>overprovisioning:
> >>>>> 2382; new used:200, reserved:0; requested
> >>>>>cpu:100,alloc_from_last:false
> >>>>> 2013-04-07 00:32:15,552 DEBUG [cloud.capacity.CapacityManagerImpl]
> >>>>> (Job-Executor-36:job-43) RAM STATS after allocation: for host: 6, old
> >>>>>used:
> >>>>> 104857600, old reserved: 0, total: 1671695424; new used: 1178599424,
> >>>>> reserved: 0; requested mem: 1073741824,alloc_from_last:false
> >>>>> 2013-04-07 00:32:15,555 DEBUG [cloud.vm.VirtualMachineManagerImpl]
> >>>>> (Job-Executor-36:job-43) VM is being created in podId: 1
> >>>>> 2013-04-07 00:32:15,559 DEBUG [cloud.network.NetworkManagerImpl]
> >>>>> (Job-Executor-36:job-43) Lock is acquired for network id 204 as a
> >>>>>part
> >>>>>of
> >>>>> network implement
> >>>>> 2013-04-07 00:32:15,559 DEBUG [cloud.network.NetworkManagerImpl]
> >>>>> (Job-Executor-36:job-43) Network id=204 is already implemented
> >>>>> 2013-04-07 00:32:15,560 DEBUG [cloud.network.NetworkManagerImpl]
> >>>>> (Job-Executor-36:job-43) Lock is released for network id 204 as a
> >>>>>part
> >>>>>of
> >>>>> network implement
> >>>>> 2013-04-07 00:32:15,592 DEBUG [cloud.network.NetworkManagerImpl]
> >>>>> (Job-Executor-36:job-43) Changing active number of nics for network
> >>>>>id=204
> >>>>> on 1
> >>>>> 2013-04-07 00:32:15,594 DEBUG [cloud.network.NetworkManagerImpl]
> >>>>> (Job-Executor-36:job-43) Asking ElasticLoadBalancerElement to prepare
> >>>>>for
> >>>>> Nic[19-13-a8349669-6ff2-443f-88d3-c5d69100df3a-192.168.56.146]
> >>>>> 2013-04-07 00:32:15,600 DEBUG [cloud.network.NetworkManagerImpl]
> >>>>> (Job-Executor-36:job-43) Asking NiciraNvpElement to prepare for
> >>>>> Nic[19-13-a8349669-6ff2-443f-88d3-c5d69100df3a-192.168.56.146]
> >>>>> 2013-04-07 00:32:15,600 DEBUG [network.element.NiciraNvpElement]
> >>>>> (Job-Executor-36:job-43) Checking if NiciraNvpElement can handle
> >>>>>service
> >>>>> Connectivity on network guestNetworkForBasicZone
> >>>>> 2013-04-07 00:32:15,606 DEBUG [cloud.network.NetworkManagerImpl]
> >>>>> (Job-Executor-36:job-43) Asking BigSwitchVnsElement to prepare for
> >>>>> Nic[19-13-a8349669-6ff2-443f-88d3-c5d69100df3a-192.168.56.146]
> >>>>> 2013-04-07 00:32:15,606 DEBUG [network.element.BigSwitchVnsElement]
> >>>>> (Job-Executor-36:job-43) Checking if BigSwitchVnsElement can handle
> >>>>>service
> >>>>> Connectivity on network guestNetworkForBasicZone
> >>>>> 2013-04-07 00:32:15,612 DEBUG [cloud.network.NetworkManagerImpl]
> >>>>> (Job-Executor-36:job-43) Asking Ovs to prepare for
> >>>>> Nic[19-13-a8349669-6ff2-443f-88d3-c5d69100df3a-192.168.56.146]
> >>>>> 2013-04-07 00:32:15,612 DEBUG [cloud.network.NetworkManagerImpl]
> >>>>> (Job-Executor-36:job-43) Asking BareMetalDhcp to prepare for
> >>>>> Nic[19-13-a8349669-6ff2-443f-88d3-c5d69100df3a-192.168.56.146]
> >>>>> 2013-04-07 00:32:15,617 DEBUG [cloud.network.NetworkManagerImpl]
> >>>>> (Job-Executor-36:job-43) Asking BareMetalPxe to prepare for
> >>>>> Nic[19-13-a8349669-6ff2-443f-88d3-c5d69100df3a-192.168.56.146]
> >>>>> 2013-04-07 00:32:15,623 DEBUG [cloud.network.NetworkManagerImpl]
> >>>>> (Job-Executor-36:job-43) Asking BareMetalUserdata to prepare for
> >>>>> Nic[19-13-a8349669-6ff2-443f-88d3-c5d69100df3a-192.168.56.146]
> >>>>> 2013-04-07 00:32:15,629 DEBUG [cloud.network.NetworkManagerImpl]
> >>>>> (Job-Executor-36:job-43) Asking SecurityGroupProvider to prepare for
> >>>>> Nic[19-13-a8349669-6ff2-443f-88d3-c5d69100df3a-192.168.56.146]
> >>>>> 2013-04-07 00:32:15,637 DEBUG [cloud.network.NetworkManagerImpl]
> >>>>> (Job-Executor-36:job-43) Asking VirtualRouter to prepare for
> >>>>> Nic[19-13-a8349669-6ff2-443f-88d3-c5d69100df3a-192.168.56.146]
> >>>>> 2013-04-07 00:32:15,653 DEBUG
> >>>>> [network.router.VirtualNetworkApplianceManagerImpl]
> >>>>> (Job-Executor-36:job-43) Lock is acquired for network id 204 as a
> >>>>>part
> >>>>>of
> >>>>> router startup in
> >>>>>
> >>>>>Dest[Zone(Id)-Pod(Id)-Cluster(Id)-Host(Id)-Storage(Volume(Id|Type-->Po
> >>>>>o
> >>>>>l
> >>>>>(
> >>>>>Id))]
> >>>>> :
> >>>>>
> >>>>>Dest[Zone(1)-Pod(1)-Cluster(2)-Host(6)-Storage(Volume(13|ROOT-->Pool(2
> >>>>>5
> >>>>>7
> >>>>>)
> >>>>>)]
> >>>>> 2013-04-07 00:32:15,657 DEBUG
> >>>>> [network.router.VirtualNetworkApplianceManagerImpl]
> >>>>> (Job-Executor-36:job-43) Skipping VR deployment: Found a running or
> >>>>> starting VR in Pod null id=1
> >>>>> 2013-04-07 00:32:15,658 DEBUG
> >>>>> [network.router.VirtualNetworkApplianceManagerImpl]
> >>>>> (Job-Executor-36:job-43) Lock is released for network id 204 as a
> >>>>>part
> >>>>>of
> >>>>> router startup in
> >>>>>
> >>>>>Dest[Zone(Id)-Pod(Id)-Cluster(Id)-Host(Id)-Storage(Volume(Id|Type-->Po
> >>>>>o
> >>>>>l
> >>>>>(
> >>>>>Id))]
> >>>>> :
> >>>>>
> >>>>>Dest[Zone(1)-Pod(1)-Cluster(2)-Host(6)-Storage(Volume(13|ROOT-->Pool(2
> >>>>>5
> >>>>>7
> >>>>>)
> >>>>>)]
> >>>>> 2013-04-07 00:32:15,674 DEBUG
> >>>>> [network.router.VirtualNetworkApplianceManagerImpl]
> >>>>> (Job-Executor-36:job-43) Applying dhcp entry in network
> >>>>>Ntwk[204|Guest|6]
> >>>>> 2013-04-07 00:32:15,706 DEBUG [agent.transport.Request]
> >>>>> (Job-Executor-36:job-43) Seq 6-324993305: Sending  { Cmd , MgmtId: 1,
> >>>>>via:
> >>>>> 6, Ver: v1, Flags: 100111,
> >>>>>
> >>>>>[{"routing.DhcpEntryCommand":{"vmMac":"06:06:fe:00:00:44","vmIpAddress
> >>>>>"
> >>>>>:
> >>>>>"
> >>>>>192.168.56.146","vmName":"94ddc16f-04fc-4da1-8326-01d8d5cdeb44","defau
> >>>>>l
> >>>>>t
> >>>>>R
> >>>>>outer":"192.168.56.1","defaultDns":"192.168.56.102","duid":"00:03:00:0
> >>>>>1
> >>>>>:
> >>>>>0
> >>>>>6:06:fe:00:00:44","accessDetails":{"router.guest.ip":"192.168.56.102",
> >>>>>"
> >>>>>z
> >>>>>o
> >>>>>ne.network.type":"Basic","
> >>>>> router.name":"r-4-VM","router.ip":"169.254.1.168"},"wait":0}}] }
> >>>>> 2013-04-07 00:32:15,706 DEBUG [agent.transport.Request]
> >>>>> (Job-Executor-36:job-43) Seq 6-324993305: Executing:  { Cmd , MgmtId:
> >>>>>1,
> >>>>> via: 6, Ver: v1, Flags: 100111,
> >>>>>
> >>>>>[{"routing.DhcpEntryCommand":{"vmMac":"06:06:fe:00:00:44","vmIpAddress
> >>>>>"
> >>>>>:
> >>>>>"
> >>>>>192.168.56.146","vmName":"94ddc16f-04fc-4da1-8326-01d8d5cdeb44","defau
> >>>>>l
> >>>>>t
> >>>>>R
> >>>>>outer":"192.168.56.1","defaultDns":"192.168.56.102","duid":"00:03:00:0
> >>>>>1
> >>>>>:
> >>>>>0
> >>>>>6:06:fe:00:00:44","accessDetails":{"router.guest.ip":"192.168.56.102",
> >>>>>"
> >>>>>z
> >>>>>o
> >>>>>ne.network.type":"Basic","
> >>>>> router.name":"r-4-VM","router.ip":"169.254.1.168"},"wait":0}}] }
> >>>>> 2013-04-07 00:32:15,706 DEBUG [agent.manager.DirectAgentAttache]
> >>>>> (DirectAgent-89:null) Seq 6-324993305: Executing request
> >>>>> 2013-04-07 00:32:18,273 DEBUG [agent.manager.DirectAgentAttache]
> >>>>> (DirectAgent-89:null) Seq 6-324993305: Response Received:
> >>>>> 2013-04-07 00:32:18,273 DEBUG [agent.transport.Request]
> >>>>> (DirectAgent-89:null) Seq 6-324993305: Processing:  { Ans: , MgmtId:
> >>>>>1,
> >>>>> via: 6, Ver: v1, Flags: 110, [{"Answer":{"result":true,"wait":0}}] }
> >>>>> 2013-04-07 00:32:18,273 DEBUG [agent.manager.AgentAttache]
> >>>>> (DirectAgent-89:null) Seq 6-324993305: No more commands found
> >>>>> 2013-04-07 00:32:18,273 DEBUG [agent.transport.Request]
> >>>>> (Job-Executor-36:job-43) Seq 6-324993305: Received:  { Ans: , MgmtId:
> >>>>>1,
> >>>>> via: 6, Ver: v1, Flags: 110, { Answer } }
> >>>>> 2013-04-07 00:32:18,286 DEBUG
> >>>>> [network.router.VirtualNetworkApplianceManagerImpl]
> >>>>> (Job-Executor-36:job-43) Applying userdata and password entry in
> >>>>>network
> >>>>> Ntwk[204|Guest|6]
> >>>>> 2013-04-07 00:32:18,303 DEBUG [agent.transport.Request]
> >>>>> (Job-Executor-36:job-43) Seq 6-324993306: Sending  { Cmd , MgmtId: 1,
> >>>>>via:
> >>>>> 6, Ver: v1, Flags: 100111,
> >>>>>
> >>>>>[{"routing.SavePasswordCommand":{"password":"fnirq_cnffjbeq","vmIpAddr
> >>>>>e
> >>>>>s
> >>>>>s
> >>>>>":"192.168.56.146","vmName":"94ddc16f-04fc-4da1-8326-01d8d5cdeb44","ac
> >>>>>c
> >>>>>e
> >>>>>s
> >>>>>sDetails":{"router.guest.ip":"192.168.56.102","zone.network.type":"Bas
> >>>>>i
> >>>>>c
> >>>>>"
> >>>>>,"router.ip":"169.254.1.168","
> >>>>> router.name
> >>>>>
> >>>>>":"r-4-VM"},"wait":0}},{"routing.VmDataCommand":{"vmIpAddress":"192.16
> >>>>>8
> >>>>>.
> >>>>>5
> >>>>>6.146","vmName":"94ddc16f-04fc-4da1-8326-01d8d5cdeb44","accessDetails"
> >>>>>:
> >>>>>{
> >>>>>"
> >>>>>router.guest.ip":"192.168.56.102","zone.network.type":"Basic","router.
> >>>>>i
> >>>>>p
> >>>>>"
> >>>>>:"169.254.1.168","
> >>>>> router.name":"r-4-VM"},"wait":0}}] }
> >>>>> 2013-04-07 00:32:18,304 DEBUG [agent.transport.Request]
> >>>>> (Job-Executor-36:job-43) Seq 6-324993306: Executing:  { Cmd , MgmtId:
> >>>>>1,
> >>>>> via: 6, Ver: v1, Flags: 100111,
> >>>>>
> >>>>>[{"routing.SavePasswordCommand":{"password":"fnirq_cnffjbeq","vmIpAddr
> >>>>>e
> >>>>>s
> >>>>>s
> >>>>>":"192.168.56.146","vmName":"94ddc16f-04fc-4da1-8326-01d8d5cdeb44","ac
> >>>>>c
> >>>>>e
> >>>>>s
> >>>>>sDetails":{"router.guest.ip":"192.168.56.102","zone.network.type":"Bas
> >>>>>i
> >>>>>c
> >>>>>"
> >>>>>,"router.ip":"169.254.1.168","
> >>>>> router.name
> >>>>>
> >>>>>":"r-4-VM"},"wait":0}},{"routing.VmDataCommand":{"vmIpAddress":"192.16
> >>>>>8
> >>>>>.
> >>>>>5
> >>>>>6.146","vmName":"94ddc16f-04fc-4da1-8326-01d8d5cdeb44","accessDetails"
> >>>>>:
> >>>>>{
> >>>>>"
> >>>>>router.guest.ip":"192.168.56.102","zone.network.type":"Basic","router.
> >>>>>i
> >>>>>p
> >>>>>"
> >>>>>:"169.254.1.168","
> >>>>> router.name":"r-4-VM"},"wait":0}}] }
> >>>>> 2013-04-07 00:32:18,304 DEBUG [agent.manager.DirectAgentAttache]
> >>>>> (DirectAgent-20:null) Seq 6-324993306: Executing request
> >>>>> 2013-04-07 00:32:18,391 DEBUG [cloud.api.ApiServlet]
> >>>>> (1161145101@qtp-1008805148-33:null) ===START===  127.0.0.1 -- GET
> >>>>>
> >>>>>command=queryAsyncJobResult&jobId=00aeb7f7-459c-477e-a0a1-5d9262bc583a
> >>>>>&
> >>>>>r
> >>>>>e
> >>>>>sponse=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316338388
> >>>>> 2013-04-07 00:32:18,412 DEBUG [cloud.api.ApiServlet]
> >>>>> (1161145101@qtp-1008805148-33:null) ===END===  127.0.0.1 -- GET
> >>>>>
> >>>>>command=queryAsyncJobResult&jobId=00aeb7f7-459c-477e-a0a1-5d9262bc583a
> >>>>>&
> >>>>>r
> >>>>>e
> >>>>>sponse=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316338388
> >>>>> 2013-04-07 00:32:20,452 DEBUG
> >>>>> [storage.secondary.SecondaryStorageManagerImpl] (secstorage-1:null)
> >>>>>Zone 1
> >>>>> is ready to launch secondary storage VM
> >>>>> 2013-04-07 00:32:20,554 DEBUG
> >>>>>[cloud.consoleproxy.ConsoleProxyManagerImpl]
> >>>>> (consoleproxy-1:null) Zone 1 is ready to launch console proxy
> >>>>> 2013-04-07 00:32:20,819 DEBUG
> >>>>> [network.router.VirtualNetworkApplianceManagerImpl]
> >>>>> (RouterStatusMonitor-1:null) Found 0 routers to update status.
> >>>>> 2013-04-07 00:32:20,821 DEBUG
> >>>>> [network.router.VirtualNetworkApplianceManagerImpl]
> >>>>> (RouterStatusMonitor-1:null) Found 0 networks to update RvR status.
> >>>>> 2013-04-07 00:32:20,851 DEBUG
> >>>>> [network.router.VirtualNetworkApplianceManagerImpl]
> >>>>> (RouterStatusMonitor-1:null) Found 0 routers to update status.
> >>>>> 2013-04-07 00:32:20,852 DEBUG
> >>>>> [network.router.VirtualNetworkApplianceManagerImpl]
> >>>>> (RouterStatusMonitor-1:null) Found 0 networks to update RvR status.
> >>>>> 2013-04-07 00:32:21,391 DEBUG [cloud.api.ApiServlet]
> >>>>> (1161145101@qtp-1008805148-33:null) ===START===  127.0.0.1 -- GET
> >>>>>
> >>>>>command=queryAsyncJobResult&jobId=00aeb7f7-459c-477e-a0a1-5d9262bc583a
> >>>>>&
> >>>>>r
> >>>>>e
> >>>>>sponse=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316341388
> >>>>> 2013-04-07 00:32:21,408 DEBUG [cloud.api.ApiServlet]
> >>>>> (1161145101@qtp-1008805148-33:null) ===END===  127.0.0.1 -- GET
> >>>>>
> >>>>>command=queryAsyncJobResult&jobId=00aeb7f7-459c-477e-a0a1-5d9262bc583a
> >>>>>&
> >>>>>r
> >>>>>e
> >>>>>sponse=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316341388
> >>>>> 2013-04-07 00:32:24,392 DEBUG [cloud.api.ApiServlet]
> >>>>> (1161145101@qtp-1008805148-33:null) ===START===  127.0.0.1 -- GET
> >>>>>
> >>>>>command=queryAsyncJobResult&jobId=00aeb7f7-459c-477e-a0a1-5d9262bc583a
> >>>>>&
> >>>>>r
> >>>>>e
> >>>>>sponse=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316344390
> >>>>> 2013-04-07 00:32:24,407 DEBUG [cloud.api.ApiServlet]
> >>>>> (1161145101@qtp-1008805148-33:null) ===END===  127.0.0.1 -- GET
> >>>>>
> >>>>>command=queryAsyncJobResult&jobId=00aeb7f7-459c-477e-a0a1-5d9262bc583a
> >>>>>&
> >>>>>r
> >>>>>e
> >>>>>sponse=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316344390
> >>>>> 2013-04-07 00:32:24,892 DEBUG [agent.manager.AgentManagerImpl]
> >>>>> (AgentManager-Handler-11:null) Ping from 4
> >>>>> 2013-04-07 00:32:27,183 DEBUG [agent.manager.DirectAgentAttache]
> >>>>> (DirectAgent-273:null) Ping from 1
> >>>>> 2013-04-07 00:32:27,392 DEBUG [cloud.api.ApiServlet]
> >>>>> (1161145101@qtp-1008805148-33:null) ===START===  127.0.0.1 -- GET
> >>>>>
> >>>>>command=queryAsyncJobResult&jobId=00aeb7f7-459c-477e-a0a1-5d9262bc583a
> >>>>>&
> >>>>>r
> >>>>>e
> >>>>>sponse=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316347390
> >>>>> 2013-04-07 00:32:27,407 DEBUG [cloud.api.ApiServlet]
> >>>>> (1161145101@qtp-1008805148-33:null) ===END===  127.0.0.1 -- GET
> >>>>>
> >>>>>command=queryAsyncJobResult&jobId=00aeb7f7-459c-477e-a0a1-5d9262bc583a
> >>>>>&
> >>>>>r
> >>>>>e
> >>>>>sponse=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316347390
> >>>>> 2013-04-07 00:32:29,095 DEBUG [agent.manager.DirectAgentAttache]
> >>>>> (DirectAgent-131:null) Seq 1-90046472: Executing request
> >>>>> 2013-04-07 00:32:29,345 DEBUG [agent.manager.DirectAgentAttache]
> >>>>> (DirectAgent-131:null) Seq 1-90046472: Response Received:
> >>>>> 2013-04-07 00:32:29,345 DEBUG [agent.transport.Request]
> >>>>> (DirectAgent-131:null) Seq 1-90046472: Processing:  { Ans: , MgmtId:
> >>>>>1,
> >>>>> via: 1, Ver: v1, Flags: 10,
> >>>>>
> >>>>>[{"ClusterSyncAnswer":{"_clusterId":1,"_newStates":{},"_isExecuted":fa
> >>>>>l
> >>>>>s
> >>>>>e
> >>>>>,"result":true,"wait":0}}]
> >>>>> }
> >>>>> 2013-04-07 00:32:30,393 DEBUG [cloud.api.ApiServlet]
> >>>>> (1161145101@qtp-1008805148-33:null) ===START===  127.0.0.1 -- GET
> >>>>>
> >>>>>command=queryAsyncJobResult&jobId=00aeb7f7-459c-477e-a0a1-5d9262bc583a
> >>>>>&
> >>>>>r
> >>>>>e
> >>>>>sponse=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316350391
> >>>>> 2013-04-07 00:32:30,408 DEBUG [cloud.api.ApiServlet]
> >>>>> (1161145101@qtp-1008805148-33:null) ===END===  127.0.0.1 -- GET
> >>>>>
> >>>>>command=queryAsyncJobResult&jobId=00aeb7f7-459c-477e-a0a1-5d9262bc583a
> >>>>>&
> >>>>>r
> >>>>>e
> >>>>>sponse=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316350391
> >>>>> 2013-04-07 00:32:32,146 DEBUG [agent.manager.DirectAgentAttache]
> >>>>> (DirectAgent-20:null) Seq 6-324993306: Response Received:
> >>>>> 2013-04-07 00:32:32,146 DEBUG [agent.transport.Request]
> >>>>> (DirectAgent-20:null) Seq 6-324993306: Processing:  { Ans: , MgmtId:
> >>>>>1,
> >>>>> via: 6, Ver: v1, Flags: 110,
> >>>>>
> >>>>>[{"Answer":{"result":true,"wait":0}},{"Answer":{"result":true,"wait":0
> >>>>>}
> >>>>>}
> >>>>>]
> >>>>> }
> >>>>> 2013-04-07 00:32:32,146 DEBUG [agent.manager.AgentAttache]
> >>>>> (DirectAgent-20:null) Seq 6-324993306: No more commands found
> >>>>> 2013-04-07 00:32:32,146 DEBUG [agent.transport.Request]
> >>>>> (Job-Executor-36:job-43) Seq 6-324993306: Received:  { Ans: , MgmtId:
> >>>>>1,
> >>>>> via: 6, Ver: v1, Flags: 110, { Answer, Answer } }
> >>>>> 2013-04-07 00:32:32,146 DEBUG [cloud.network.NetworkManagerImpl]
> >>>>> (Job-Executor-36:job-43) Asking VpcVirtualRouter to prepare for
> >>>>> Nic[19-13-a8349669-6ff2-443f-88d3-c5d69100df3a-192.168.56.146]
> >>>>> 2013-04-07 00:32:32,146 WARN
> >>>>>[network.element.VpcVirtualRouterElement]
> >>>>> (Job-Executor-36:job-43) Network Ntwk[204|Guest|6] is not associated
> >>>>>with
> >>>>> any VPC
> >>>>> 2013-04-07 00:32:32,151 DEBUG [cloud.network.NetworkManagerImpl]
> >>>>> (Job-Executor-36:job-43) Asking NiciraNvp to prepare for
> >>>>> Nic[19-13-a8349669-6ff2-443f-88d3-c5d69100df3a-192.168.56.146]
> >>>>> 2013-04-07 00:32:32,151 DEBUG [network.element.NiciraNvpElement]
> >>>>> (Job-Executor-36:job-43) Checking if NiciraNvpElement can handle
> >>>>>service
> >>>>> Connectivity on network guestNetworkForBasicZone
> >>>>> 2013-04-07 00:32:32,154 DEBUG [cloud.network.NetworkManagerImpl]
> >>>>> (Job-Executor-36:job-43) Asking JuniperSRX to prepare for
> >>>>> Nic[19-13-a8349669-6ff2-443f-88d3-c5d69100df3a-192.168.56.146]
> >>>>> 2013-04-07 00:32:32,157 DEBUG [cloud.network.NetworkManagerImpl]
> >>>>> (Job-Executor-36:job-43) Asking Netscaler to prepare for
> >>>>> Nic[19-13-a8349669-6ff2-443f-88d3-c5d69100df3a-192.168.56.146]
> >>>>> 2013-04-07 00:32:32,160 DEBUG [cloud.network.NetworkManagerImpl]
> >>>>> (Job-Executor-36:job-43) Asking F5BigIP to prepare for
> >>>>> Nic[19-13-a8349669-6ff2-443f-88d3-c5d69100df3a-192.168.56.146]
> >>>>> 2013-04-07 00:32:32,164 DEBUG [cloud.network.NetworkManagerImpl]
> >>>>> (Job-Executor-36:job-43) Asking CiscoNexus1000vVSM to prepare for
> >>>>> Nic[19-13-a8349669-6ff2-443f-88d3-c5d69100df3a-192.168.56.146]
> >>>>> 2013-04-07 00:32:32,168 DEBUG [cloud.storage.StorageManagerImpl]
> >>>>> (Job-Executor-36:job-43) Checking if we need to prepare 1 volumes for
> >>>>> VM[User|94ddc16f-04fc-4da1-8326-01d8d5cdeb44]
> >>>>> 2013-04-07 00:32:32,169 DEBUG [cloud.storage.StorageManagerImpl]
> >>>>> (Job-Executor-36:job-43) Creating volume: Vol[13|vm=13|ROOT]
> >>>>> 2013-04-07 00:32:32,170 DEBUG [cloud.storage.StorageManagerImpl]
> >>>>> (Job-Executor-36:job-43) Trying to create in Pool[257|PreSetup]
> >>>>> 2013-04-07 00:32:32,175 DEBUG [cloud.template.TemplateManagerImpl]
> >>>>> (Job-Executor-36:job-43) Template 5 has already been downloaded to
> >>>>>pool
> >>>>>257
> >>>>> 2013-04-07 00:32:32,179 DEBUG [agent.transport.Request]
> >>>>> (Job-Executor-36:job-43) Seq 6-324993307: Sending  { Cmd , MgmtId: 1,
> >>>>>via:
> >>>>> 6, Ver: v1, Flags: 100111,
> >>>>>
> >>>>>[{"storage.CreateCommand":{"volId":13,"pool":{"id":257,"uuid":"iSCSI_S
> >>>>>R
> >>>>>_
> >>>>>3
> >>>>>","host":"192.168.56.9","path":"/iSCSI_SR_3","port":0,"type":"PreSetup
> >>>>>"
> >>>>>}
> >>>>>,
> >>>>>"diskCharacteristics":{"size":52428800,"tags":["iSCSI_SR_4"],"type":"R
> >>>>>O
> >>>>>O
> >>>>>T
> >>>>>","name":"ROOT-13","useLocalStorage":false,"recreatable":true,"diskOff
> >>>>>e
> >>>>>r
> >>>>>i
> >>>>>ngId":38,"volumeId":13,"hyperType":"XenServer"},"templateUrl":"a841492
> >>>>>6
> >>>>>-
> >>>>>8
> >>>>>1d6-4b54-9b4b-feb498489df0","wait":0}}]
> >>>>> }
> >>>>> 2013-04-07 00:32:32,180 DEBUG [agent.transport.Request]
> >>>>> (Job-Executor-36:job-43) Seq 6-324993307: Executing:  { Cmd , MgmtId:
> >>>>>1,
> >>>>> via: 6, Ver: v1, Flags: 100111,
> >>>>>
> >>>>>[{"storage.CreateCommand":{"volId":13,"pool":{"id":257,"uuid":"iSCSI_S
> >>>>>R
> >>>>>_
> >>>>>3
> >>>>>","host":"192.168.56.9","path":"/iSCSI_SR_3","port":0,"type":"PreSetup
> >>>>>"
> >>>>>}
> >>>>>,
> >>>>>"diskCharacteristics":{"size":52428800,"tags":["iSCSI_SR_4"],"type":"R
> >>>>>O
> >>>>>O
> >>>>>T
> >>>>>","name":"ROOT-13","useLocalStorage":false,"recreatable":true,"diskOff
> >>>>>e
> >>>>>r
> >>>>>i
> >>>>>ngId":38,"volumeId":13,"hyperType":"XenServer"},"templateUrl":"a841492
> >>>>>6
> >>>>>-
> >>>>>8
> >>>>>1d6-4b54-9b4b-feb498489df0","wait":0}}]
> >>>>> }
> >>>>> 2013-04-07 00:32:32,180 DEBUG [agent.manager.DirectAgentAttache]
> >>>>> (DirectAgent-59:null) Seq 6-324993307: Executing request
> >>>>> 2013-04-07 00:32:32,265 DEBUG [xen.resource.CitrixResourceBase]
> >>>>> (DirectAgent-59:null) SR retrieved for iSCSI_SR_3
> >>>>> 2013-04-07 00:32:32,276 DEBUG [xen.resource.CitrixResourceBase]
> >>>>> (DirectAgent-59:null) Checking iSCSI_SR_3 or SR
> >>>>> fe8ca696-22f5-ba1f-af68-7c3cf5a3cb39 on
> >>>>> XS[f7a017da-3064-456a-89cd-28ee9e2d36b3-192.168.56.9]
> >>>>> 2013-04-07 00:32:33,395 DEBUG [cloud.api.ApiServlet]
> >>>>> (1161145101@qtp-1008805148-33:null) ===START===  127.0.0.1 -- GET
> >>>>>
> >>>>>command=queryAsyncJobResult&jobId=00aeb7f7-459c-477e-a0a1-5d9262bc583a
> >>>>>&
> >>>>>r
> >>>>>e
> >>>>>sponse=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316353392
> >>>>> 2013-04-07 00:32:33,419 DEBUG [cloud.api.ApiServlet]
> >>>>> (1161145101@qtp-1008805148-33:null) ===END===  127.0.0.1 -- GET
> >>>>>
> >>>>>command=queryAsyncJobResult&jobId=00aeb7f7-459c-477e-a0a1-5d9262bc583a
> >>>>>&
> >>>>>r
> >>>>>e
> >>>>>sponse=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316353392
> >>>>> 2013-04-07 00:32:34,687 DEBUG [xen.resource.CitrixResourceBase]
> >>>>> (DirectAgent-59:null) Succesfully created VDI for
> >>>>> com.cloud.agent.api.storage.CreateCommand.  Uuid =
> >>>>> 99154d9c-2665-465d-8c71-e60f1748895b
> >>>>> 2013-04-07 00:32:34,687 DEBUG [agent.manager.DirectAgentAttache]
> >>>>> (DirectAgent-59:null) Seq 6-324993307: Response Received:
> >>>>> 2013-04-07 00:32:34,688 DEBUG [agent.transport.Request]
> >>>>> (DirectAgent-59:null) Seq 6-324993307: Processing:  { Ans: , MgmtId:
> >>>>>1,
> >>>>> via: 6, Ver: v1, Flags: 110,
> >>>>>
> >>>>>[{"storage.CreateAnswer":{"volume":{"id":13,"name":"ROOT-13","mountPoi
> >>>>>n
> >>>>>t
> >>>>>"
> >>>>>:"/iSCSI_SR_3","path":"99154d9c-2665-465d-8c71-e60f1748895b","size":52
> >>>>>4
> >>>>>2
> >>>>>8
> >>>>>800,"type":"ROOT","storagePoolType":"PreSetup","storagePoolUuid":"iSCS
> >>>>>I
> >>>>>_
> >>>>>S
> >>>>>R_3","deviceId":0},"requestTemplateReload":false,"result":true,"wait":
> >>>>>0
> >>>>>}
> >>>>>}
> >>>>>]
> >>>>> }
> >>>>> 2013-04-07 00:32:34,688 DEBUG [agent.transport.Request]
> >>>>> (Job-Executor-36:job-43) Seq 6-324993307: Received:  { Ans: , MgmtId:
> >>>>>1,
> >>>>> via: 6, Ver: v1, Flags: 110, { CreateAnswer } }
> >>>>> 2013-04-07 00:32:34,688 DEBUG [agent.manager.AgentAttache]
> >>>>> (DirectAgent-59:null) Seq 6-324993307: No more commands found
> >>>>> 2013-04-07 00:32:34,690 DEBUG [cloud.storage.StorageManagerImpl]
> >>>>> (Job-Executor-36:job-43) Volume Vol[13|vm=13|ROOT] is created on
> >>>>> Pool[257|PreSetup]
> >>>>> 2013-04-07 00:32:34,701 DEBUG [agent.transport.Request]
> >>>>> (Job-Executor-36:job-43) Seq 6-324993308: Sending  { Cmd , MgmtId: 1,
> >>>>>via:
> >>>>> 6, Ver: v1, Flags: 100111,
> >>>>>
> >>>>>[{"StartCommand":{"vm":{"id":13,"name":"i-2-13-VM","bootloader":"PyGru
> >>>>>b
> >>>>>"
> >>>>>,
> >>>>>"type":"User","cpus":1,"speed":100,"minRam":1073741824,"maxRam":107374
> >>>>>1
> >>>>>8
> >>>>>2
> >>>>>4,"arch":"x86_64","os":"CentOS
> >>>>> 5.3
> >>>>>
> >>>>>(64-bit)","bootArgs":"","rebootOnCrash":false,"enableHA":false,"limitC
> >>>>>p
> >>>>>u
> >>>>>U
> >>>>>se":false,"vncPassword":"2e91fc6d6f16609d","params":{},"uuid":"94ddc16
> >>>>>f
> >>>>>-
> >>>>>0
> >>>>>4fc-4da1-8326-01d8d5cdeb44","disks":[{"id":13,"name":"ROOT-13","mountP
> >>>>>o
> >>>>>i
> >>>>>n
> >>>>>t":"/iSCSI_SR_3","path":"99154d9c-2665-465d-8c71-e60f1748895b","size":
> >>>>>5
> >>>>>2
> >>>>>4
> >>>>>28800,"type":"ROOT","storagePoolType":"PreSetup","storagePoolUuid":"iS
> >>>>>C
> >>>>>S
> >>>>>I
> >>>>>_SR_3","deviceId":0},{"id":13,"name":"tiny
> >>>>>
> >>>>>Linux","size":0,"type":"ISO","storagePoolType":"ISO","deviceId":3}],"n
> >>>>>i
> >>>>>c
> >>>>>s
> >>>>>":[{"deviceId":0,"networkRateMbps":200,"defaultNic":true,"uuid":"59b9a
> >>>>>8
> >>>>>a
> >>>>>a
> >>>>>-c867-40b8-95bb-6e40273569c9","ip":"192.168.56.146","netmask":"255.255
> >>>>>.
> >>>>>2
> >>>>>5
> >>>>>5.0","gateway":"192.168.56.1","mac":"06:06:fe:00:00:44","dns1":"8.8.8.
> >>>>>8
> >>>>>"
> >>>>>,
> >>>>>"dns2":"4.4.4.4","broadcastType":"Native","type":"Guest","broadcastUri
> >>>>>"
> >>>>>:
> >>>>>"
> >>>>>vlan://untagged","isolationUri":"ec2://untagged","isSecurityGroupEnabl
> >>>>>e
> >>>>>d
> >>>>>"
> >>>>>:true}]},"hostIp":"192.168.56.9","wait":0}}]
> >>>>> }
> >>>>> 2013-04-07 00:32:34,702 DEBUG [agent.transport.Request]
> >>>>> (Job-Executor-36:job-43) Seq 6-324993308: Executing:  { Cmd , MgmtId:
> >>>>>1,
> >>>>> via: 6, Ver: v1, Flags: 100111,
> >>>>>
> >>>>>[{"StartCommand":{"vm":{"id":13,"name":"i-2-13-VM","bootloader":"PyGru
> >>>>>b
> >>>>>"
> >>>>>,
> >>>>>"type":"User","cpus":1,"speed":100,"minRam":1073741824,"maxRam":107374
> >>>>>1
> >>>>>8
> >>>>>2
> >>>>>4,"arch":"x86_64","os":"CentOS
> >>>>> 5.3
> >>>>>
> >>>>>(64-bit)","bootArgs":"","rebootOnCrash":false,"enableHA":false,"limitC
> >>>>>p
> >>>>>u
> >>>>>U
> >>>>>se":false,"vncPassword":"2e91fc6d6f16609d","params":{},"uuid":"94ddc16
> >>>>>f
> >>>>>-
> >>>>>0
> >>>>>4fc-4da1-8326-01d8d5cdeb44","disks":[{"id":13,"name":"ROOT-13","mountP
> >>>>>o
> >>>>>i
> >>>>>n
> >>>>>t":"/iSCSI_SR_3","path":"99154d9c-2665-465d-8c71-e60f1748895b","size":
> >>>>>5
> >>>>>2
> >>>>>4
> >>>>>28800,"type":"ROOT","storagePoolType":"PreSetup","storagePoolUuid":"iS
> >>>>>C
> >>>>>S
> >>>>>I
> >>>>>_SR_3","deviceId":0},{"id":13,"name":"tiny
> >>>>>
> >>>>>Linux","size":0,"type":"ISO","storagePoolType":"ISO","deviceId":3}],"n
> >>>>>i
> >>>>>c
> >>>>>s
> >>>>>":[{"deviceId":0,"networkRateMbps":200,"defaultNic":true,"uuid":"59b9a
> >>>>>8
> >>>>>a
> >>>>>a
> >>>>>-c867-40b8-95bb-6e40273569c9","ip":"192.168.56.146","netmask":"255.255
> >>>>>.
> >>>>>2
> >>>>>5
> >>>>>5.0","gateway":"192.168.56.1","mac":"06:06:fe:00:00:44","dns1":"8.8.8.
> >>>>>8
> >>>>>"
> >>>>>,
> >>>>>"dns2":"4.4.4.4","broadcastType":"Native","type":"Guest","broadcastUri
> >>>>>"
> >>>>>:
> >>>>>"
> >>>>>vlan://untagged","isolationUri":"ec2://untagged","isSecurityGroupEnabl
> >>>>>e
> >>>>>d
> >>>>>"
> >>>>>:true}]},"hostIp":"192.168.56.9","wait":0}}]
> >>>>> }
> >>>>> 2013-04-07 00:32:34,702 DEBUG [agent.manager.DirectAgentAttache]
> >>>>> (DirectAgent-334:null) Seq 6-324993308: Executing request
> >>>>> 2013-04-07 00:32:34,787 DEBUG [xen.resource.CitrixResourceBase]
> >>>>> (DirectAgent-334:null) 1. The VM i-2-13-VM is in Starting state.
> >>>>> 2013-04-07 00:32:34,862 DEBUG [xen.resource.XenServer56FP1Resource]
> >>>>> (DirectAgent-334:null) Created VM
> >>>>>f21a0243-f342-fd59-98d8-00ed89224305
> >>>>>for
> >>>>> i-2-13-VM
> >>>>> 2013-04-07 00:32:34,912 DEBUG [xen.resource.CitrixResourceBase]
> >>>>> (DirectAgent-334:null) VBD 6e16b739-13fb-1891-fc66-f786b8db522b
> >>>>>created
> >>>>>for
> >>>>> Vol[13|ROOT|99154d9c-2665-465d-8c71-e60f1748895b|52428800]
> >>>>> 2013-04-07 00:32:34,937 DEBUG [xen.resource.CitrixResourceBase]
> >>>>> (DirectAgent-334:null) VBD f9ad291b-2a8d-4c81-94a5-ef8b8b38be8c
> >>>>>created
> >>>>>for
> >>>>> Vol[13|ISO|null|0]
> >>>>> 2013-04-07 00:32:34,937 DEBUG [xen.resource.CitrixResourceBase]
> >>>>> (DirectAgent-334:null) Creating VIF for i-2-13-VM on nic
> >>>>> [Nic:Guest-192.168.56.146-vlan://untagged]
> >>>>> 2013-04-07 00:32:34,991 DEBUG [xen.resource.CitrixResourceBase]
> >>>>> (DirectAgent-334:null) Created a vif
> >>>>>bec5565a-8c80-48a1-3ea4-88971784ce3b
> >>>>> on 0
> >>>>> 2013-04-07 00:32:36,396 DEBUG [cloud.api.ApiServlet]
> >>>>> (1161145101@qtp-1008805148-33:null) ===START===  127.0.0.1 -- GET
> >>>>>
> >>>>>command=queryAsyncJobResult&jobId=00aeb7f7-459c-477e-a0a1-5d9262bc583a
> >>>>>&
> >>>>>r
> >>>>>e
> >>>>>sponse=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316356393
> >>>>> 2013-04-07 00:32:36,418 DEBUG [cloud.api.ApiServlet]
> >>>>> (1161145101@qtp-1008805148-33:null) ===END===  127.0.0.1 -- GET
> >>>>>
> >>>>>command=queryAsyncJobResult&jobId=00aeb7f7-459c-477e-a0a1-5d9262bc583a
> >>>>>&
> >>>>>r
> >>>>>e
> >>>>>sponse=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316356393
> >>>>> 2013-04-07 00:32:39,395 DEBUG [cloud.api.ApiServlet]
> >>>>> (1161145101@qtp-1008805148-33:null) ===START===  127.0.0.1 -- GET
> >>>>>
> >>>>>command=queryAsyncJobResult&jobId=00aeb7f7-459c-477e-a0a1-5d9262bc583a
> >>>>>&
> >>>>>r
> >>>>>e
> >>>>>sponse=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316359393
> >>>>> 2013-04-07 00:32:39,410 DEBUG [cloud.api.ApiServlet]
> >>>>> (1161145101@qtp-1008805148-33:null) ===END===  127.0.0.1 -- GET
> >>>>>
> >>>>>command=queryAsyncJobResult&jobId=00aeb7f7-459c-477e-a0a1-5d9262bc583a
> >>>>>&
> >>>>>r
> >>>>>e
> >>>>>sponse=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316359393
> >>>>> 2013-04-07 00:32:41,550 INFO  [xen.resource.CitrixResourceBase]
> >>>>> (DirectAgent-334:null) Programmed default network rules for i-2-13-VM
> >>>>>on
> >>>>> nic with ip:192.168.56.146 mac:06:06:fe:00:00:44
> >>>>> 2013-04-07 00:32:41,550 DEBUG [xen.resource.CitrixResourceBase]
> >>>>> (DirectAgent-334:null) 2. The VM i-2-13-VM is in Running state.
> >>>>> 2013-04-07 00:32:41,550 DEBUG [agent.manager.DirectAgentAttache]
> >>>>> (DirectAgent-334:null) Seq 6-324993308: Response Received:
> >>>>> 2013-04-07 00:32:41,551 DEBUG [agent.transport.Request]
> >>>>> (DirectAgent-334:null) Seq 6-324993308: Processing:  { Ans: , MgmtId:
> >>>>>1,
> >>>>> via: 6, Ver: v1, Flags: 110,
> >>>>>
> >>>>>[{"StartAnswer":{"vm":{"id":13,"name":"i-2-13-VM","bootloader":"PyGrub
> >>>>>"
> >>>>>,
> >>>>>"
> >>>>>type":"User","cpus":1,"speed":100,"minRam":1073741824,"maxRam":1073741
> >>>>>8
> >>>>>2
> >>>>>4
> >>>>>,"arch":"x86_64","os":"CentOS
> >>>>> 5.3
> >>>>>
> >>>>>(64-bit)","bootArgs":"","rebootOnCrash":false,"enableHA":false,"limitC
> >>>>>p
> >>>>>u
> >>>>>U
> >>>>>se":false,"vncPassword":"2e91fc6d6f16609d","params":{},"uuid":"94ddc16
> >>>>>f
> >>>>>-
> >>>>>0
> >>>>>4fc-4da1-8326-01d8d5cdeb44","disks":[{"id":13,"name":"ROOT-13","mountP
> >>>>>o
> >>>>>i
> >>>>>n
> >>>>>t":"/iSCSI_SR_3","path":"99154d9c-2665-465d-8c71-e60f1748895b","size":
> >>>>>5
> >>>>>2
> >>>>>4
> >>>>>28800,"type":"ROOT","storagePoolType":"PreSetup","storagePoolUuid":"iS
> >>>>>C
> >>>>>S
> >>>>>I
> >>>>>_SR_3","deviceId":0},{"id":13,"name":"tiny
> >>>>>
> >>>>>Linux","size":0,"type":"ISO","storagePoolType":"ISO","deviceId":3}],"n
> >>>>>i
> >>>>>c
> >>>>>s
> >>>>>":[{"deviceId":0,"networkRateMbps":200,"defaultNic":true,"uuid":"59b9a
> >>>>>8
> >>>>>a
> >>>>>a
> >>>>>-c867-40b8-95bb-6e40273569c9","ip":"192.168.56.146","netmask":"255.255
> >>>>>.
> >>>>>2
> >>>>>5
> >>>>>5.0","gateway":"192.168.56.1","mac":"06:06:fe:00:00:44","dns1":"8.8.8.
> >>>>>8
> >>>>>"
> >>>>>,
> >>>>>"dns2":"4.4.4.4","broadcastType":"Native","type":"Guest","broadcastUri
> >>>>>"
> >>>>>:
> >>>>>"
> >>>>>vlan://untagged","isolationUri":"ec2://untagged","isSecurityGroupEnabl
> >>>>>e
> >>>>>d
> >>>>>"
> >>>>>:true}]},"result":true,"wait":0}}]
> >>>>> }
> >>>>> 2013-04-07 00:32:41,551 DEBUG [agent.transport.Request]
> >>>>> (Job-Executor-36:job-43) Seq 6-324993308: Received:  { Ans: , MgmtId:
> >>>>>1,
> >>>>> via: 6, Ver: v1, Flags: 110, { StartAnswer } }
> >>>>> 2013-04-07 00:32:41,551 DEBUG [agent.manager.AgentAttache]
> >>>>> (DirectAgent-334:null) Seq 6-324993308: No more commands found
> >>>>> 2013-04-07 00:32:41,592 DEBUG
> >>>>>[network.security.SecurityGroupManagerImpl]
> >>>>> (Job-Executor-36:job-43) Security Group Mgr v2: scheduling ruleset
> >>>>>updates
> >>>>> for 1 vms  (unique=1), current queue size=0
> >>>>> 2013-04-07 00:32:41,593 DEBUG
> >>>>>[network.security.SecurityGroupManagerImpl]
> >>>>> (Job-Executor-36:job-43) Security Group Mgr v2: done scheduling
> >>>>>ruleset
> >>>>> updates for 1 vms: num new jobs=1 num rows insert or updated=1 time
> >>>>>taken=1
> >>>>> 2013-04-07 00:32:41,596 DEBUG [cloud.capacity.CapacityManagerImpl]
> >>>>> (Job-Executor-36:job-43) VM state transitted from :Starting to
> >>>>>Running
> >>>>>with
> >>>>> event: OperationSucceededvm's original host id: 6 new host id: 6 host
> >>>>>id
> >>>>> before state transition: 6
> >>>>> 2013-04-07 00:32:41,596 DEBUG [cloud.vm.VirtualMachineManagerImpl]
> >>>>> (Job-Executor-36:job-43) Start completed for VM
> >>>>> VM[User|94ddc16f-04fc-4da1-8326-01d8d5cdeb44]
> >>>>> 2013-04-07 00:32:41,601 DEBUG
> >>>>>[network.security.SecurityGroupManagerImpl]
> >>>>> (SecGrp-Worker-4:null) SecurityGroupManager v2: sending ruleset
> >>>>>update
> >>>>>for
> >>>>> vm i-2-13-VM:ingress num rules=0:egress num rules=0 num cidrs=0
> >>>>> sig=d41d8cd98f00b204e9800998ecf8427e
> >>>>> 2013-04-07 00:32:41,605 DEBUG [agent.transport.Request]
> >>>>> (SecGrp-Worker-4:null) Seq 6-324993309: Sending  { Cmd , MgmtId: 1,
> >>>>>via: 6,
> >>>>> Ver: v1, Flags: 100111,
> >>>>>
> >>>>>[{"SecurityGroupRulesCmd":{"guestIp":"192.168.56.146","vmName":"i-2-13
> >>>>>-
> >>>>>V
> >>>>>M
> >>>>>","guestMac":"06:06:fe:00:00:44","signature":"d41d8cd98f00b204e9800998
> >>>>>e
> >>>>>c
> >>>>>f
> >>>>>8427e","seqNum":1,"vmId":13,"msId":1,"ingressRuleSet":[],"egressRuleSe
> >>>>>t
> >>>>>"
> >>>>>:
> >>>>>[],"wait":0}}]
> >>>>> }
> >>>>> 2013-04-07 00:32:41,605 DEBUG [cloud.async.AsyncJobManagerImpl]
> >>>>> (Job-Executor-36:job-43) Complete async job-43, jobStatus: 1,
> >>>>>resultCode:
> >>>>> 0, result: org.apache.cloudstack.api.response.UserVmResponse@68779e71
> >>>>> 2013-04-07 00:32:41,605 DEBUG [agent.transport.Request]
> >>>>> (SecGrp-Worker-4:null) Seq 6-324993309: Executing:  { Cmd , MgmtId:
> >>>>>1,
> >>>>>via:
> >>>>> 6, Ver: v1, Flags: 100111,
> >>>>>
> >>>>>[{"SecurityGroupRulesCmd":{"guestIp":"192.168.56.146","vmName":"i-2-13
> >>>>>-
> >>>>>V
> >>>>>M
> >>>>>","guestMac":"06:06:fe:00:00:44","signature":"d41d8cd98f00b204e9800998
> >>>>>e
> >>>>>c
> >>>>>f
> >>>>>8427e","seqNum":1,"vmId":13,"msId":1,"ingressRuleSet":[],"egressRuleSe
> >>>>>t
> >>>>>"
> >>>>>:
> >>>>>[],"wait":0}}]
> >>>>> }
> >>>>> 2013-04-07 00:32:41,606 DEBUG [agent.manager.DirectAgentAttache]
> >>>>> (DirectAgent-275:null) Seq 6-324993309: Executing request
> >>>>> 2013-04-07 00:32:41,611 DEBUG [cloud.async.AsyncJobManagerImpl]
> >>>>> (Job-Executor-36:job-43) Done executing
> >>>>> org.apache.cloudstack.api.command.user.vm.DeployVMCmd for job-43
> >>>>> 2013-04-07 00:32:41,866 INFO  [xen.resource.CitrixResourceBase]
> >>>>> (DirectAgent-275:null) Programmed network rules for vm i-2-13-VM
> >>>>> guestIp=192.168.56.146, ingress numrules=0, egress numrules=0
> >>>>> 2013-04-07 00:32:41,866 DEBUG [agent.manager.DirectAgentAttache]
> >>>>> (DirectAgent-275:null) Seq 6-324993309: Response Received:
> >>>>> 2013-04-07 00:32:41,866 DEBUG [agent.transport.Request]
> >>>>> (DirectAgent-275:null) Seq 6-324993309: Processing:  { Ans: , MgmtId:
> >>>>>1,
> >>>>> via: 6, Ver: v1, Flags: 110,
> >>>>>
> >>>>>[{"SecurityGroupRuleAnswer":{"logSequenceNumber":1,"vmId":13,"reason":
> >>>>>"
> >>>>>N
> >>>>>O
> >>>>>NE","result":true,"wait":0}}]
> >>>>> }
> >>>>> 2013-04-07 00:32:41,866 DEBUG
> >>>>>[network.security.SecurityGroupListener]
> >>>>> (DirectAgent-275:null) Successfully programmed rule
> >>>>> com.cloud.agent.api.SecurityGroupRuleAnswer into host 6
> >>>>> 2013-04-07 00:32:41,868 DEBUG
> >>>>>[network.security.SecurityGroupListener]
> >>>>> (DirectAgent-275:null) Successfully programmed rule
> >>>>> com.cloud.agent.api.SecurityGroupRuleAnswer into host 6
> >>>>> 2013-04-07 00:32:41,869 DEBUG [agent.manager.AgentAttache]
> >>>>> (DirectAgent-275:null) Seq 6-324993309: No more commands found
> >>>>> 2013-04-07 00:32:42,396 DEBUG [cloud.api.ApiServlet]
> >>>>> (1161145101@qtp-1008805148-33:null) ===START===  127.0.0.1 -- GET
> >>>>>
> >>>>>command=queryAsyncJobResult&jobId=00aeb7f7-459c-477e-a0a1-5d9262bc583a
> >>>>>&
> >>>>>r
> >>>>>e
> >>>>>sponse=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316362394
> >>>>> 2013-04-07 00:32:42,406 DEBUG [cloud.async.AsyncJobManagerImpl]
> >>>>> (1161145101@qtp-1008805148-33:null) Async job-43 completed
> >>>>> 2013-04-07 00:32:42,412 DEBUG [cloud.api.ApiServlet]
> >>>>> (1161145101@qtp-1008805148-33:null) ===END===  127.0.0.1 -- GET
> >>>>>
> >>>>>command=queryAsyncJobResult&jobId=00aeb7f7-459c-477e-a0a1-5d9262bc583a
> >>>>>&
> >>>>>r
> >>>>>e
> >>>>>sponse=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316362394
> >>>>> 2013-04-07 00:32:45,427 DEBUG [cloud.api.ApiServlet]
> >>>>> (1161145101@qtp-1008805148-33:null) ===START===  127.0.0.1 -- GET
> >>>>>
> >>>>>command=listVolumes&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8Go
> >>>>>V
> >>>>>A
> >>>>>%
> >>>>>3D&listAll=true&page=1&pagesize=20&_=1365316365425
> >>>>> 2013-04-07 00:32:45,442 DEBUG [cloud.api.ApiServlet]
> >>>>> (1161145101@qtp-1008805148-33:null) ===END===  127.0.0.1 -- GET
> >>>>>
> >>>>>command=listVolumes&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8Go
> >>>>>V
> >>>>>A
> >>>>>%
> >>>>>3D&listAll=true&page=1&pagesize=20&_=1365316365425
> >>>>> 2013-04-07 00:32:47,667 DEBUG [cloud.api.ApiServlet]
> >>>>> (1161145101@qtp-1008805148-33:null) ===START===  127.0.0.1 -- GET
> >>>>>
> >>>>>command=listVolumes&id=44d56727-6e5f-438a-8187-42adfac7c906&response=j
> >>>>>s
> >>>>>o
> >>>>>n
> >>>>>&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316367665
> >>>>> 2013-04-07 00:32:47,679 DEBUG [agent.manager.AgentManagerImpl]
> >>>>> (AgentManager-Handler-12:null) Ping from 3
> >>>>> 2013-04-07 00:32:47,684 DEBUG [cloud.api.ApiServlet]
> >>>>> (1161145101@qtp-1008805148-33:null) ===END===  127.0.0.1 -- GET
> >>>>>
> >>>>>command=listVolumes&id=44d56727-6e5f-438a-8187-42adfac7c906&response=j
> >>>>>s
> >>>>>o
> >>>>>n
> >>>>>&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316367665
> >>>>> 2013-04-07 00:32:47,698 DEBUG [cloud.api.ApiServlet]
> >>>>> (1161145101@qtp-1008805148-33:null) ===START===  127.0.0.1 -- GET
> >>>>>
> >>>>>command=listTags&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%
> >>>>>3
> >>>>>D
> >>>>>&
> >>>>>resourceId=44d56727-6e5f-438a-8187-42adfac7c906&resourceType=Volume&li
> >>>>>s
> >>>>>t
> >>>>>A
> >>>>>ll=true&_=1365316367696
> >>>>> 2013-04-07 00:32:47,708 DEBUG [cloud.api.ApiServlet]
> >>>>> (1161145101@qtp-1008805148-33:null) ===END===  127.0.0.1 -- GET
> >>>>>
> >>>>>command=listTags&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%
> >>>>>3
> >>>>>D
> >>>>>&
> >>>>>resourceId=44d56727-6e5f-438a-8187-42adfac7c906&resourceType=Volume&li
> >>>>>s
> >>>>>t
> >>>>>A
> >>>>>ll=true&_=1365316367696
> >>>>> 2013-04-07 00:32:50,453 DEBUG
> >>>>> [storage.secondary.SecondaryStorageManagerImpl] (secstorage-1:null)
> >>>>>Zone 1
> >>>>> is ready to launch secondary storage VM
> >>>>> 2013-04-07 00:32:50,556 DEBUG
> >>>>>[cloud.consoleproxy.ConsoleProxyManagerImpl]
> >>>>> (consoleproxy-1:null) Zone 1 is ready to launch console proxy
> >>>>> 2013-04-07 00:32:50,815 DEBUG
> >>>>> [network.router.VirtualNetworkApplianceManagerImpl]
> >>>>>(RouterMonitor-1:null)
> >>>>> Found 0 running routers.
> >>>>> 2013-04-07 00:32:50,820 DEBUG
> >>>>> [network.router.VirtualNetworkApplianceManagerImpl]
> >>>>> (RouterStatusMonitor-1:null) Found 0 routers to update status.
> >>>>> 2013-04-07 00:32:50,821 DEBUG
> >>>>> [network.router.VirtualNetworkApplianceManagerImpl]
> >>>>> (RouterStatusMonitor-1:null) Found 0 networks to update RvR status.
> >>>>> 2013-04-07 00:32:50,851 DEBUG
> >>>>> [network.router.VirtualNetworkApplianceManagerImpl]
> >>>>>(RouterMonitor-1:null)
> >>>>> Found 0 running routers.
> >>>>> 2013-04-07 00:32:50,851 DEBUG
> >>>>> [network.router.VirtualNetworkApplianceManagerImpl]
> >>>>> (RouterStatusMonitor-1:null) Found 0 routers to update status.
> >>>>> 2013-04-07 00:32:50,852 DEBUG
> >>>>> [network.router.VirtualNetworkApplianceManagerImpl]
> >>>>> (RouterStatusMonitor-1:null) Found 0 networks to update RvR status.
> >>>>> 2013-04-07 00:32:50,908 DEBUG
> >>>>> [cloud.network.ExternalLoadBalancerUsageManagerImpl]
> >>>>> (ExternalNetworkMonitor-1:null) External devices stats collector is
> >>>>> running...
> >>>>> 2013-04-07 00:32:50,919 DEBUG
> >>>>>[storage.snapshot.SnapshotSchedulerImpl]
> >>>>> (SnapshotPollTask:null) Snapshot scheduler.poll is being called at
> >>>>> 2013-04-07 06:32:50 GMT
> >>>>> 2013-04-07 00:32:50,920 DEBUG
> >>>>>[storage.snapshot.SnapshotSchedulerImpl]
> >>>>> (SnapshotPollTask:null) Got 0 snapshots to be executed at 2013-04-07
> >>>>> 06:32:50 GMT
> >>>>> 2013-04-07 00:32:51,462 INFO  [agent.manager.AgentMonitor]
> >>>>> (Thread-11:null) Found the following agents behind on ping: [6, 5]
> >>>>> 2013-04-07 00:32:51,464 DEBUG [cloud.host.Status] (Thread-11:null)
> >>>>>Ping
> >>>>> timeout for host 6, do invstigation
> >>>>> 2013-04-07 00:32:51,465 DEBUG [cloud.host.Status] (Thread-11:null)
> >>>>>Ping
> >>>>> timeout for host 5, do invstigation
> >>>>> 2013-04-07 00:32:51,465 INFO  [agent.manager.AgentManagerImpl]
> >>>>> (AgentTaskPool-15:null) Investigating why host 6 has disconnected
> >>>>>with
> >>>>> event PingTimeout
> >>>>> 2013-04-07 00:32:51,465 DEBUG [agent.manager.AgentManagerImpl]
> >>>>> (AgentTaskPool-15:null) checking if agent (6) is alive
> >>>>> 2013-04-07 00:32:51,467 INFO  [agent.manager.AgentManagerImpl]
> >>>>> (AgentTaskPool-1:null) Investigating why host 5 has disconnected with
> >>>>>event
> >>>>> PingTimeout
> >>>>> 2013-04-07 00:32:51,467 DEBUG [agent.manager.AgentManagerImpl]
> >>>>> (AgentTaskPool-1:null) checking if agent (5) is alive
> >>>>> 2013-04-07 00:32:51,469 DEBUG [agent.transport.Request]
> >>>>> (AgentTaskPool-15:null) Seq 6-324993310: Sending  { Cmd , MgmtId: 1,
> >>>>>via:
> >>>>> 6, Ver: v1, Flags: 100011, [{"CheckHealthCommand":{"wait":50}}] }
> >>>>> 2013-04-07 00:32:51,469 DEBUG [agent.transport.Request]
> >>>>> (AgentTaskPool-15:null) Seq 6-324993310: Executing:  { Cmd , MgmtId:
> >>>>>1,
> >>>>> via: 6, Ver: v1, Flags: 100011, [{"CheckHealthCommand":{"wait":50}}]
> >>>>>}
> >>>>> 2013-04-07 00:32:51,469 DEBUG [agent.manager.DirectAgentAttache]
> >>>>> (DirectAgent-335:null) Seq 6-324993310: Executing request
> >>>>> 2013-04-07 00:32:51,473 DEBUG [agent.transport.Request]
> >>>>> (AgentTaskPool-1:null) Seq 5-614334814: Sending  { Cmd , MgmtId: 1,
> >>>>>via: 5,
> >>>>> Ver: v1, Flags: 100011, [{"CheckHealthCommand":{"wait":50}}] }
> >>>>> 2013-04-07 00:32:51,473 DEBUG [agent.transport.Request]
> >>>>> (AgentTaskPool-1:null) Seq 5-614334814: Executing:  { Cmd , MgmtId:
> >>>>>1,
> >>>>>via:
> >>>>> 5, Ver: v1, Flags: 100011, [{"CheckHealthCommand":{"wait":50}}] }
> >>>>> 2013-04-07 00:32:51,473 DEBUG [agent.manager.DirectAgentAttache]
> >>>>> (DirectAgent-30:null) Seq 5-614334814: Executing request
> >>>>> 2013-04-07 00:32:51,536 DEBUG [agent.manager.DirectAgentAttache]
> >>>>> (DirectAgent-335:null) Seq 6-324993310: Response Received:
> >>>>> 2013-04-07 00:32:51,536 DEBUG [agent.manager.DirectAgentAttache]
> >>>>> (DirectAgent-30:null) Seq 5-614334814: Response Received:
> >>>>> 2013-04-07 00:32:51,536 DEBUG [agent.transport.Request]
> >>>>> (DirectAgent-30:null) Seq 5-614334814: Processing:  { Ans: , MgmtId:
> >>>>>1,
> >>>>> via: 5, Ver: v1, Flags: 10,
> >>>>> [{"CheckHealthAnswer":{"result":true,"details":"resource is
> >>>>> alive","wait":0}}] }
> >>>>> 2013-04-07 00:32:51,536 DEBUG [agent.transport.Request]
> >>>>> (DirectAgent-335:null) Seq 6-324993310: Processing:  { Ans: , MgmtId:
> >>>>>1,
> >>>>> via: 6, Ver: v1, Flags: 10,
> >>>>> [{"CheckHealthAnswer":{"result":true,"details":"resource is
> >>>>> alive","wait":0}}] }
> >>>>> 2013-04-07 00:32:51,536 DEBUG [agent.transport.Request]
> >>>>> (AgentTaskPool-1:null) Seq 5-614334814: Received:  { Ans: , MgmtId:
> >>>>>1,
> >>>>>via:
> >>>>> 5, Ver: v1, Flags: 10, { CheckHealthAnswer } }
> >>>>> 2013-04-07 00:32:51,536 DEBUG [agent.transport.Request]
> >>>>> (AgentTaskPool-15:null) Seq 6-324993310: Received:  { Ans: , MgmtId:
> >>>>>1,
> >>>>> via: 6, Ver: v1, Flags: 10, { CheckHealthAnswer } }
> >>>>> 2013-04-07 00:32:51,536 DEBUG [agent.manager.AgentManagerImpl]
> >>>>> (AgentTaskPool-1:null) Details from executing class
> >>>>> com.cloud.agent.api.CheckHealthCommand: resource is alive
> >>>>> 2013-04-07 00:32:51,536 DEBUG [agent.manager.AgentManagerImpl]
> >>>>> (AgentTaskPool-1:null) agent (5) responded to checkHeathCommand,
> >>>>>reporting
> >>>>> that agent is Up
> >>>>> 2013-04-07 00:32:51,536 DEBUG [agent.manager.AgentManagerImpl]
> >>>>> (AgentTaskPool-15:null) Details from executing class
> >>>>> com.cloud.agent.api.CheckHealthCommand: resource is alive
> >>>>> 2013-04-07 00:32:51,536 INFO  [agent.manager.AgentManagerImpl]
> >>>>> (AgentTaskPool-1:null) The state determined is Up
> >>>>> 2013-04-07 00:32:51,536 INFO  [agent.manager.AgentManagerImpl]
> >>>>> (AgentTaskPool-1:null) Agent is determined to be up and running
> >>>>> 2013-04-07 00:32:51,536 DEBUG [agent.manager.AgentManagerImpl]
> >>>>> (AgentTaskPool-15:null) agent (6) responded to checkHeathCommand,
> >>>>>reporting
> >>>>> that agent is Up
> >>>>> 2013-04-07 00:32:51,536 DEBUG [cloud.host.Status]
> >>>>>(AgentTaskPool-1:null)
> >>>>> Transition:[Resource state = Enabled, Agent event = Ping, Host id =
> >>>>>5,
> >>>>>name
> >>>>> = Tut-XenServer2]
> >>>>> 2013-04-07 00:32:51,536 INFO  [agent.manager.AgentManagerImpl]
> >>>>> (AgentTaskPool-15:null) The state determined is Up
> >>>>> 2013-04-07 00:32:51,537 INFO  [agent.manager.AgentManagerImpl]
> >>>>> (AgentTaskPool-15:null) Agent is determined to be up and running
> >>>>> 2013-04-07 00:32:51,540 DEBUG [cloud.host.Status]
> >>>>>(AgentTaskPool-1:null)
> >>>>> Agent status update: [id = 5; name = Tut-XenServer2; old status = Up;
> >>>>>event
> >>>>> = Ping; new status = Up; old update count = 146; new update count =
> >>>>>147]
> >>>>> 2013-04-07 00:32:51,540 DEBUG [cloud.host.Status]
> >>>>>(AgentTaskPool-15:null)
> >>>>> Transition:[Resource state = Enabled, Agent event = Ping, Host id =
> >>>>>6,
> >>>>>name
> >>>>> = Tut-XenServer]
> >>>>> 2013-04-07 00:32:51,542 DEBUG [cloud.host.Status]
> >>>>>(AgentTaskPool-15:null)
> >>>>> Agent status update: [id = 6; name = Tut-XenServer; old status = Up;
> >>>>>event
> >>>>> = Ping; new status = Up; old update count = 309; new update count =
> >>>>>310]
> >>>>> 2013-04-07 00:33:04,820 DEBUG [agent.manager.DirectAgentAttache]
> >>>>> (DirectAgent-422:null) Ping from 6
> >>>>> 2013-04-07 00:33:06,176 DEBUG [agent.manager.DirectAgentAttache]
> >>>>> (DirectAgent-135:null) Ping from 5
> >>>>> 2013-04-07 00:33:06,909 DEBUG [agent.manager.DirectAgentAttache]
> >>>>> (DirectAgent-152:null) Seq 6-324993028: Executing request
> >>>>> 2013-04-07 00:33:07,151 DEBUG [agent.manager.DirectAgentAttache]
> >>>>> (DirectAgent-152:null) Seq 6-324993028: Response Received:
> >>>>> 2013-04-07 00:33:07,151 DEBUG [agent.transport.Request]
> >>>>> (DirectAgent-152:null) Seq 6-324993028: Processing:  { Ans: , MgmtId:
> >>>>>1,
> >>>>> via: 6, Ver: v1, Flags: 10,
> >>>>>
> >>>>>[{"ClusterSyncAnswer":{"_clusterId":2,"_newStates":{},"_isExecuted":fa
> >>>>>l
> >>>>>s
> >>>>>e
> >>>>>,"result":true,"wait":0}}]
> >>>>> }
> >>>>> 2013-04-07 00:33:11,022 DEBUG [agent.manager.DirectAgentAttache]
> >>>>> (DirectAgent-50:null) Seq 5-614334468: Executing request
> >>>>> 2013-04-07 00:33:11,169 DEBUG [agent.manager.DirectAgentAttache]
> >>>>> (DirectAgent-50:null) Seq 5-614334468: Response Received:
> >>>>> 2013-04-07 00:33:11,169 DEBUG [agent.transport.Request]
> >>>>> (DirectAgent-50:null) Seq 5-614334468: Processing:  { Ans: , MgmtId:
> >>>>>1,
> >>>>> via: 5, Ver: v1, Flags: 10, [{"Answer":{"result":true,"wait":0}}] }
> >>>>> 2013-04-07 00:33:20,451 DEBUG
> >>>>> [storage.secondary.SecondaryStorageManagerImpl] (secstorage-1:null)
> >>>>>Zone 1
> >>>>> is ready to launch secondary storage VM
> >>>>> 2013-04-07 00:33:20,553 DEBUG
> >>>>>[cloud.consoleproxy.ConsoleProxyManagerImpl]
> >>>>> (consoleproxy-1:null) Zone 1 is ready to launch console proxy
> >>>>> 2013-04-07 00:33:20,819 DEBUG
> >>>>> [network.router.VirtualNetworkApplianceManagerImpl]
> >>>>> (RouterStatusMonitor-1:null) Found 0 routers to update status.
> >>>>> 2013-04-07 00:33:20,820 DEBUG
> >>>>> [network.router.VirtualNetworkApplianceManagerImpl]
> >>>>> (RouterStatusMonitor-1:null) Found 0 networks to update RvR status.
> >>>>> 2013-04-07 00:33:20,851 DEBUG
> >>>>> [network.router.VirtualNetworkApplianceManagerImpl]
> >>>>> (RouterStatusMonitor-1:null) Found 0 routers to update status.
> >>>>> 2013-04-07 00:33:20,852 DEBUG
> >>>>> [network.router.VirtualNetworkApplianceManagerImpl]
> >>>>> (RouterStatusMonitor-1:null) Found 0 networks to update RvR status.
> >>>>> 2013-04-07 00:33:20,921 DEBUG [cloud.alert.AlertManagerImpl]
> >>>>> (CapacityChecker:null) Running Capacity Checker ...
> >>>>> 2013-04-07 00:33:20,921 DEBUG [cloud.alert.AlertManagerImpl]
> >>>>> (CapacityChecker:null) recalculating system capacity
> >>>>> 2013-04-07 00:33:20,921 DEBUG [cloud.alert.AlertManagerImpl]
> >>>>> (CapacityChecker:null) Executing cpu/ram capacity update
> >>>>> 2013-04-07 00:33:20,929 DEBUG [cloud.capacity.CapacityManagerImpl]
> >>>>> (CapacityChecker:null) Found 2 VMs on host 1
> >>>>> 2013-04-07 00:33:20,931 DEBUG [cloud.capacity.CapacityManagerImpl]
> >>>>> (CapacityChecker:null) Found 0 VM, not running on host 1
> >>>>> 2013-04-07 00:33:20,933 DEBUG [cloud.capacity.CapacityManagerImpl]
> >>>>> (CapacityChecker:null) No need to calibrate cpu capacity, host:1
> >>>>>usedCpu:
> >>>>> 200 reservedCpu: 0
> >>>>> 2013-04-07 00:33:20,933 DEBUG [cloud.capacity.CapacityManagerImpl]
> >>>>> (CapacityChecker:null) No need to calibrate memory capacity, host:1
> >>>>> usedMem: 209715200 reservedMem: 0
> >>>>> 2013-04-07 00:33:20,939 DEBUG [cloud.capacity.CapacityManagerImpl]
> >>>>> (CapacityChecker:null) Found 1 VMs on host 5
> >>>>> 2013-04-07 00:33:20,940 DEBUG [cloud.capacity.CapacityManagerImpl]
> >>>>> (CapacityChecker:null) Found 0 VM, not running on host 5
> >>>>> 2013-04-07 00:33:20,942 DEBUG [cloud.capacity.CapacityManagerImpl]
> >>>>> (CapacityChecker:null) No need to calibrate cpu capacity, host:5
> >>>>>usedCpu:
> >>>>> 100 reservedCpu: 0
> >>>>> 2013-04-07 00:33:20,942 DEBUG [cloud.capacity.CapacityManagerImpl]
> >>>>> (CapacityChecker:null) No need to calibrate memory capacity, host:5
> >>>>> usedMem: 1073741824 reservedMem: 0
> >>>>> 2013-04-07 00:33:20,948 DEBUG [cloud.capacity.CapacityManagerImpl]
> >>>>> (CapacityChecker:null) Found 2 VMs on host 6
> >>>>> 2013-04-07 00:33:20,949 DEBUG [cloud.capacity.CapacityManagerImpl]
> >>>>> (CapacityChecker:null) Found 0 VM, not running on host 6
> >>>>> 2013-04-07 00:33:20,951 DEBUG [cloud.capacity.CapacityManagerImpl]
> >>>>> (CapacityChecker:null) No need to calibrate cpu capacity, host:6
> >>>>>usedCpu:
> >>>>> 200 reservedCpu: 0
> >>>>> 2013-04-07 00:33:20,951 DEBUG [cloud.capacity.CapacityManagerImpl]
> >>>>> (CapacityChecker:null) No need to calibrate memory capacity, host:6
> >>>>> usedMem: 1178599424 reservedMem: 0
> >>>>> 2013-04-07 00:33:20,951 DEBUG [cloud.alert.AlertManagerImpl]
> >>>>> (CapacityChecker:null) Done executing cpu/ram capacity update
> >>>>> 2013-04-07 00:33:20,951 DEBUG [cloud.alert.AlertManagerImpl]
> >>>>> (CapacityChecker:null) Executing storage capacity update
> >>>>> 2013-04-07 00:33:20,956 DEBUG [cloud.storage.StorageManagerImpl]
> >>>>> (CapacityChecker:null) Successfully set Capacity - 31004332032 for
> >>>>>capacity
> >>>>> type - 9 , DataCenterId - 1, HostOrPoolId - 200, PodId 1
> >>>>> 2013-04-07 00:33:20,959 DEBUG [cloud.storage.StorageManagerImpl]
> >>>>> (CapacityChecker:null) Successfully set Capacity - 97221701632 for
> >>>>>capacity
> >>>>> type - 9 , DataCenterId - 1, HostOrPoolId - 201, PodId 1
> >>>>> 2013-04-07 00:33:20,963 DEBUG [cloud.storage.StorageManagerImpl]
> >>>>> (CapacityChecker:null) Successfully set Capacity - 97221701632 for
> >>>>>capacity
> >>>>> type - 9 , DataCenterId - 1, HostOrPoolId - 202, PodId 1
> >>>>> 2013-04-07 00:33:20,967 DEBUG [cloud.storage.StorageManagerImpl]
> >>>>> (CapacityChecker:null) Successfully set Capacity - 2084569088 for
> >>>>>capacity
> >>>>> type - 3 , DataCenterId - 1, HostOrPoolId - 256, PodId 1
> >>>>> 2013-04-07 00:33:20,971 DEBUG [cloud.storage.StorageManagerImpl]
> >>>>> (CapacityChecker:null) Successfully set Capacity - 2084569088 for
> >>>>>capacity
> >>>>> type - 3 , DataCenterId - 1, HostOrPoolId - 257, PodId 1
> >>>>> 2013-04-07 00:33:20,975 DEBUG [cloud.storage.StorageManagerImpl]
> >>>>> (CapacityChecker:null) Successfully set Capacity - 2084569088 for
> >>>>>capacity
> >>>>> type - 3 , DataCenterId - 1, HostOrPoolId - 262, PodId 1
> >>>>> 2013-04-07 00:33:20,975 DEBUG [cloud.alert.AlertManagerImpl]
> >>>>> (CapacityChecker:null) Done executing storage capacity update
> >>>>> 2013-04-07 00:33:20,975 DEBUG [cloud.alert.AlertManagerImpl]
> >>>>> (CapacityChecker:null) Executing capacity updates for public ip and
> >>>>>Vlans
> >>>>> 2013-04-07 00:33:20,983 DEBUG [cloud.alert.AlertManagerImpl]
> >>>>> (CapacityChecker:null) Done capacity updates for public ip and Vlans
> >>>>> 2013-04-07 00:33:20,983 DEBUG [cloud.alert.AlertManagerImpl]
> >>>>> (CapacityChecker:null) Executing capacity updates for private ip
> >>>>> 2013-04-07 00:33:20,990 DEBUG [cloud.alert.AlertManagerImpl]
> >>>>> (CapacityChecker:null) Done executing capacity updates for private ip
> >>>>> 2013-04-07 00:33:20,990 DEBUG [cloud.alert.AlertManagerImpl]
> >>>>> (CapacityChecker:null) Done recalculating system capacity
> >>>>> 2013-04-07 00:33:21,012 DEBUG [cloud.alert.AlertManagerImpl]
> >>>>> (CapacityChecker:null) Done running Capacity Checker ...
> >>>>> 2013-04-07 00:33:24,891 DEBUG [agent.manager.AgentManagerImpl]
> >>>>> (AgentManager-Handler-13:null) Ping from 4
> >>>>> 2013-04-07 00:33:27,159 DEBUG [agent.manager.DirectAgentAttache]
> >>>>> (DirectAgent-459:null) Ping from 1
> >>>>> 2013-04-07 00:33:29,095 DEBUG [agent.manager.DirectAgentAttache]
> >>>>> (DirectAgent-457:null) Seq 1-90046472: Executing request
> >>>>> 2013-04-07 00:33:29,329 DEBUG [agent.manager.DirectAgentAttache]
> >>>>> (DirectAgent-457:null) Seq 1-90046472: Response Received:
> >>>>> 2013-04-07 00:33:29,330 DEBUG [agent.transport.Request]
> >>>>> (DirectAgent-457:null) Seq 1-90046472: Processing:  { Ans: , MgmtId:
> >>>>>1,
> >>>>> via: 1, Ver: v1, Flags: 10,
> >>>>>
> >>>>>[{"ClusterSyncAnswer":{"_clusterId":1,"_newStates":{},"_isExecuted":fa
> >>>>>l
> >>>>>s
> >>>>>e
> >>>>>,"result":true,"wait":0}}]
> >>>>> }
> >>>>> 2013-04-07 00:33:33,192 DEBUG [cloud.api.ApiServlet]
> >>>>> (1161145101@qtp-1008805148-33:null) ===START===  127.0.0.1 -- GET
> >>>>>
> >>>>>command=listVirtualMachines&response=json&sessionkey=Z6QqzU0Fq1iT13bMg
> >>>>>n
> >>>>>R
> >>>>>R
> >>>>>fl8GoVA%3D&listAll=true&page=1&pagesize=20&_=1365316413189
> >>>>> 2013-04-07 00:33:33,210 DEBUG [cloud.api.ApiServlet]
> >>>>> (1161145101@qtp-1008805148-33:null) ===END===  127.0.0.1 -- GET
> >>>>>
> >>>>>command=listVirtualMachines&response=json&sessionkey=Z6QqzU0Fq1iT13bMg
> >>>>>n
> >>>>>R
> >>>>>R
> >>>>>fl8GoVA%3D&listAll=true&page=1&pagesize=20&_=1365316413189
> >>>>> 2013-04-07 00:33:35,033 DEBUG [cloud.api.ApiServlet]
> >>>>> (1161145101@qtp-1008805148-33:null) ===START===  127.0.0.1 -- GET
> >>>>>
> >>>>>command=listZones&available=true&response=json&sessionkey=Z6QqzU0Fq1iT
> >>>>>1
> >>>>>3
> >>>>>b
> >>>>>MgnRRfl8GoVA%3D&_=1365316415031
> >>>>> 2013-04-07 00:33:35,040 DEBUG [cloud.api.ApiServlet]
> >>>>> (1161145101@qtp-1008805148-33:null) ===END===  127.0.0.1 -- GET
> >>>>>
> >>>>>command=listZones&available=true&response=json&sessionkey=Z6QqzU0Fq1iT
> >>>>>1
> >>>>>3
> >>>>>b
> >>>>>MgnRRfl8GoVA%3D&_=1365316415031
> >>>>> 2013-04-07 00:33:36,745 DEBUG [cloud.api.ApiServlet]
> >>>>> (1161145101@qtp-1008805148-33:null) ===START===  127.0.0.1 -- GET
> >>>>>
> >>>>>command=listHypervisors&zoneid=3a62dec3-cf95-4ba2-9af0-af2190af35e3&re
> >>>>>s
> >>>>>p
> >>>>>o
> >>>>>nse=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316416743
> >>>>> 2013-04-07 00:33:36,753 DEBUG [cloud.api.ApiServlet]
> >>>>> (1161145101@qtp-1008805148-33:null) ===END===  127.0.0.1 -- GET
> >>>>>
> >>>>>command=listHypervisors&zoneid=3a62dec3-cf95-4ba2-9af0-af2190af35e3&re
> >>>>>s
> >>>>>p
> >>>>>o
> >>>>>nse=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316416743
> >>>>> 2013-04-07 00:33:36,756 DEBUG [cloud.api.ApiServlet]
> >>>>> (1161145101@qtp-1008805148-33:null) ===START===  127.0.0.1 -- GET
> >>>>>
> >>>>>command=listTemplates&templatefilter=featured&zoneid=3a62dec3-cf95-4ba
> >>>>>2
> >>>>>-
> >>>>>9
> >>>>>af0-af2190af35e3&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%
> >>>>>3
> >>>>>D
> >>>>>&
> >>>>>_=1365316416754
> >>>>> 2013-04-07 00:33:36,781 DEBUG [cloud.api.ApiServlet]
> >>>>> (1161145101@qtp-1008805148-33:null) ===END===  127.0.0.1 -- GET
> >>>>>
> >>>>>command=listTemplates&templatefilter=featured&zoneid=3a62dec3-cf95-4ba
> >>>>>2
> >>>>>-
> >>>>>9
> >>>>>af0-af2190af35e3&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%
> >>>>>3
> >>>>>D
> >>>>>&
> >>>>>_=1365316416754
> >>>>> 2013-04-07 00:33:36,784 DEBUG [cloud.api.ApiServlet]
> >>>>> (1161145101@qtp-1008805148-33:null) ===START===  127.0.0.1 -- GET
> >>>>>
> >>>>>command=listTemplates&templatefilter=community&zoneid=3a62dec3-cf95-4b
> >>>>>a
> >>>>>2
> >>>>>-
> >>>>>9af0-af2190af35e3&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA
> >>>>>%
> >>>>>3
> >>>>>D
> >>>>>&_=1365316416782
> >>>>> 2013-04-07 00:33:36,812 DEBUG [cloud.api.ApiServlet]
> >>>>> (1161145101@qtp-1008805148-33:null) ===END===  127.0.0.1 -- GET
> >>>>>
> >>>>>command=listTemplates&templatefilter=community&zoneid=3a62dec3-cf95-4b
> >>>>>a
> >>>>>2
> >>>>>-
> >>>>>9af0-af2190af35e3&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA
> >>>>>%
> >>>>>3
> >>>>>D
> >>>>>&_=1365316416782
> >>>>> 2013-04-07 00:33:36,815 DEBUG [cloud.api.ApiServlet]
> >>>>> (1161145101@qtp-1008805148-33:null) ===START===  127.0.0.1 -- GET
> >>>>>
> >>>>>command=listTemplates&templatefilter=selfexecutable&zoneid=3a62dec3-cf
> >>>>>9
> >>>>>5
> >>>>>-
> >>>>>4ba2-9af0-af2190af35e3&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl
> >>>>>8
> >>>>>G
> >>>>>o
> >>>>>VA%3D&_=1365316416813
> >>>>> 2013-04-07 00:33:36,829 DEBUG [cloud.api.ApiServlet]
> >>>>> (1161145101@qtp-1008805148-33:null) ===END===  127.0.0.1 -- GET
> >>>>>
> >>>>>command=listTemplates&templatefilter=selfexecutable&zoneid=3a62dec3-cf
> >>>>>9
> >>>>>5
> >>>>>-
> >>>>>4ba2-9af0-af2190af35e3&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl
> >>>>>8
> >>>>>G
> >>>>>o
> >>>>>VA%3D&_=1365316416813
> >>>>> 2013-04-07 00:33:37,503 DEBUG [cloud.api.ApiServlet]
> >>>>> (1161145101@qtp-1008805148-33:null) ===START===  127.0.0.1 -- GET
> >>>>>
> >>>>>command=listServiceOfferings&issystem=false&response=json&sessionkey=Z
> >>>>>6
> >>>>>Q
> >>>>>q
> >>>>>zU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316417501
> >>>>> 2013-04-07 00:33:37,514 DEBUG [cloud.api.ApiServlet]
> >>>>> (1161145101@qtp-1008805148-33:null) ===END===  127.0.0.1 -- GET
> >>>>>
> >>>>>command=listServiceOfferings&issystem=false&response=json&sessionkey=Z
> >>>>>6
> >>>>>Q
> >>>>>q
> >>>>>zU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316417501
> >>>>> 2013-04-07 00:33:41,151 DEBUG [cloud.api.ApiServlet]
> >>>>> (1161145101@qtp-1008805148-33:null) ===START===  127.0.0.1 -- GET
> >>>>>
> >>>>>command=listDiskOfferings&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnR
> >>>>>R
> >>>>>f
> >>>>>l
> >>>>>8GoVA%3D&_=1365316421149
> >>>>> 2013-04-07 00:33:41,162 DEBUG [cloud.api.ApiServlet]
> >>>>> (1161145101@qtp-1008805148-33:null) ===END===  127.0.0.1 -- GET
> >>>>>
> >>>>>command=listDiskOfferings&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnR
> >>>>>R
> >>>>>f
> >>>>>l
> >>>>>8GoVA%3D&_=1365316421149
> >>>>> 2013-04-07 00:33:41,970 DEBUG [cloud.api.ApiServlet]
> >>>>> (1161145101@qtp-1008805148-33:null) ===START===  127.0.0.1 -- GET
> >>>>>
> >>>>>command=listNetworks&trafficType=Guest&zoneId=3a62dec3-cf95-4ba2-9af0-
> >>>>>a
> >>>>>f
> >>>>>2
> >>>>>190af35e3&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=13
> >>>>>6
> >>>>>5
> >>>>>3
> >>>>>16421968
> >>>>> 2013-04-07 00:33:41,994 DEBUG [cloud.api.ApiServlet]
> >>>>> (1161145101@qtp-1008805148-33:null) ===END===  127.0.0.1 -- GET
> >>>>>
> >>>>>command=listNetworks&trafficType=Guest&zoneId=3a62dec3-cf95-4ba2-9af0-
> >>>>>a
> >>>>>f
> >>>>>2
> >>>>>190af35e3&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=13
> >>>>>6
> >>>>>5
> >>>>>3
> >>>>>16421968
> >>>>> 2013-04-07 00:33:41,997 DEBUG [cloud.api.ApiServlet]
> >>>>> (1161145101@qtp-1008805148-33:null) ===START===  127.0.0.1 -- GET
> >>>>>
> >>>>>command=listSecurityGroups&response=json&sessionkey=Z6QqzU0Fq1iT13bMgn
> >>>>>R
> >>>>>R
> >>>>>f
> >>>>>l8GoVA%3D&domainid=e4ec5ddc-9e1c-11e2-a770-6e70e42a2333&account=admin&
> >>>>>_
> >>>>>=
> >>>>>1
> >>>>>365316421995
> >>>>> 2013-04-07 00:33:42,003 DEBUG [cloud.user.AccountManagerImpl]
> >>>>> (1161145101@qtp-1008805148-33:null) Access granted to Acct[2-admin]
> >>>>>to
> >>>>> Domain:1/ by DomainChecker
> >>>>> 2013-04-07 00:33:42,009 DEBUG [cloud.api.ApiServlet]
> >>>>> (1161145101@qtp-1008805148-33:null) ===END===  127.0.0.1 -- GET
> >>>>>
> >>>>>command=listSecurityGroups&response=json&sessionkey=Z6QqzU0Fq1iT13bMgn
> >>>>>R
> >>>>>R
> >>>>>f
> >>>>>l8GoVA%3D&domainid=e4ec5ddc-9e1c-11e2-a770-6e70e42a2333&account=admin&
> >>>>>_
> >>>>>=
> >>>>>1
> >>>>>365316421995
> >>>>> 2013-04-07 00:33:44,477 DEBUG [cloud.api.ApiServlet]
> >>>>> (1161145101@qtp-1008805148-33:null) ===START===  127.0.0.1 -- GET
> >>>>>
> >>>>>command=deployVirtualMachine&zoneId=3a62dec3-cf95-4ba2-9af0-af2190af35
> >>>>>e
> >>>>>3
> >>>>>&
> >>>>>templateId=e4a7df4a-9e1c-11e2-a770-6e70e42a2333&hypervisor=XenServer&s
> >>>>>e
> >>>>>r
> >>>>>v
> >>>>>iceOfferingId=9c1e08a2-2dfe-4fa8-aea9-3e4955a69cc2&response=json&sessi
> >>>>>o
> >>>>>n
> >>>>>k
> >>>>>ey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316424475
> >>>>> 2013-04-07 00:33:44,484 DEBUG [cloud.api.ApiDispatcher]
> >>>>> (1161145101@qtp-1008805148-33:null) InfrastructureEntity name
> >>>>> is:com.cloud.offering.ServiceOffering
> >>>>> 2013-04-07 00:33:44,486 DEBUG [cloud.api.ApiDispatcher]
> >>>>> (1161145101@qtp-1008805148-33:null) ControlledEntity name
> >>>>> is:com.cloud.template.VirtualMachineTemplate
> >>>>> 2013-04-07 00:33:44,510 DEBUG [cloud.vm.UserVmManagerImpl]
> >>>>> (1161145101@qtp-1008805148-33:null) Allocating in the DB for vm
> >>>>> 2013-04-07 00:33:44,523 DEBUG [cloud.vm.VirtualMachineManagerImpl]
> >>>>> (1161145101@qtp-1008805148-33:null) Allocating entries for VM:
> >>>>> VM[User|a30b991d-1c38-4bae-803f-ab3be57a384f]
> >>>>> 2013-04-07 00:33:44,523 DEBUG [cloud.vm.VirtualMachineManagerImpl]
> >>>>> (1161145101@qtp-1008805148-33:null) Allocating nics for
> >>>>> VM[User|a30b991d-1c38-4bae-803f-ab3be57a384f]
> >>>>> 2013-04-07 00:33:44,524 DEBUG [cloud.network.NetworkManagerImpl]
> >>>>> (1161145101@qtp-1008805148-33:null) Allocating nic for vm
> >>>>> VM[User|a30b991d-1c38-4bae-803f-ab3be57a384f] in network
> >>>>>Ntwk[204|Guest|6]
> >>>>> with requested profile NicProfile[0-0-null-null-null
> >>>>> 2013-04-07 00:33:44,531 DEBUG [cloud.vm.VirtualMachineManagerImpl]
> >>>>> (1161145101@qtp-1008805148-33:null) Allocaing disks for
> >>>>> VM[User|a30b991d-1c38-4bae-803f-ab3be57a384f]
> >>>>> 2013-04-07 00:33:44,538 DEBUG [cloud.vm.VirtualMachineManagerImpl]
> >>>>> (1161145101@qtp-1008805148-33:null) Allocation completed for VM:
> >>>>> VM[User|a30b991d-1c38-4bae-803f-ab3be57a384f]
> >>>>> 2013-04-07 00:33:44,538 DEBUG [cloud.vm.UserVmManagerImpl]
> >>>>> (1161145101@qtp-1008805148-33:null) Successfully allocated DB entry
> >>>>>for
> >>>>> VM[User|a30b991d-1c38-4bae-803f-ab3be57a384f]
> >>>>> 2013-04-07 00:33:44,571 DEBUG [cloud.async.AsyncJobManagerImpl]
> >>>>> (1161145101@qtp-1008805148-33:null) submit async job-44, details:
> >>>>> AsyncJobVO {id:44, userId: 2, accountId: 2, sessionKey: null,
> >>>>>instanceType:
> >>>>> null, instanceId: 14, cmd:
> >>>>> org.apache.cloudstack.api.command.user.vm.DeployVMCmd, cmdOriginator:
> >>>>>null,
> >>>>> cmdInfo:
> >>>>>
> >>>>>{"id":"14","templateId":"e4a7df4a-9e1c-11e2-a770-6e70e42a2333","respon
> >>>>>s
> >>>>>e
> >>>>>"
> >>>>>:"json","sessionkey":"Z6QqzU0Fq1iT13bMgnRRfl8GoVA\u003d","ctxUserId":"
> >>>>>2
> >>>>>"
> >>>>>,
> >>>>>"hypervisor":"XenServer","serviceOfferingId":"9c1e08a2-2dfe-4fa8-aea9-
> >>>>>3
> >>>>>e
> >>>>>4
> >>>>>955a69cc2","_":"1365316424475","ctxAccountId":"2","ctxStartEventId":"4
> >>>>>9
> >>>>>"
> >>>>>,
> >>>>>"zoneId":"3a62dec3-cf95-4ba2-9af0-af2190af35e3"},
> >>>>> cmdVersion: 0, callbackType: 0, callbackAddress: null, status: 0,
> >>>>> processStatus: 0, resultCode: 0, result: null, initMsid: 1,
> >>>>>completeMsid:
> >>>>> null, lastUpdated: null, lastPolled: null, created: null}
> >>>>> 2013-04-07 00:33:44,572 DEBUG [cloud.async.AsyncJobManagerImpl]
> >>>>> (Job-Executor-37:job-44) Executing
> >>>>> org.apache.cloudstack.api.command.user.vm.DeployVMCmd for job-44
> >>>>> 2013-04-07 00:33:44,573 DEBUG [cloud.api.ApiServlet]
> >>>>> (1161145101@qtp-1008805148-33:null) ===END===  127.0.0.1 -- GET
> >>>>>
> >>>>>command=deployVirtualMachine&zoneId=3a62dec3-cf95-4ba2-9af0-af2190af35
> >>>>>e
> >>>>>3
> >>>>>&
> >>>>>templateId=e4a7df4a-9e1c-11e2-a770-6e70e42a2333&hypervisor=XenServer&s
> >>>>>e
> >>>>>r
> >>>>>v
> >>>>>iceOfferingId=9c1e08a2-2dfe-4fa8-aea9-3e4955a69cc2&response=json&sessi
> >>>>>o
> >>>>>n
> >>>>>k
> >>>>>ey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316424475
> >>>>> 2013-04-07 00:33:44,578 DEBUG [cloud.api.ApiDispatcher]
> >>>>> (Job-Executor-37:job-44) InfrastructureEntity name
> >>>>> is:com.cloud.offering.ServiceOffering
> >>>>> 2013-04-07 00:33:44,581 DEBUG [cloud.api.ApiDispatcher]
> >>>>> (Job-Executor-37:job-44) ControlledEntity name
> >>>>> is:com.cloud.template.VirtualMachineTemplate
> >>>>> 2013-04-07 00:33:44,624 DEBUG [cloud.deploy.FirstFitPlanner]
> >>>>> (Job-Executor-37:job-44) DeploymentPlanner allocation algorithm:
> >>>>>random
> >>>>> 2013-04-07 00:33:44,624 DEBUG [cloud.deploy.FirstFitPlanner]
> >>>>> (Job-Executor-37:job-44) Trying to allocate a host and storage pools
> >>>>>from
> >>>>> dc:1, pod:null,cluster:null, requested cpu: 100, requested ram:
> >>>>>1073741824
> >>>>> 2013-04-07 00:33:44,624 DEBUG [cloud.deploy.FirstFitPlanner]
> >>>>> (Job-Executor-37:job-44) Is ROOT volume READY (pool already
> >>>>>allocated)?: No
> >>>>> 2013-04-07 00:33:44,624 DEBUG [cloud.deploy.FirstFitPlanner]
> >>>>> (Job-Executor-37:job-44) Searching all possible resources under this
> >>>>>Zone: 1
> >>>>> 2013-04-07 00:33:44,625 DEBUG [cloud.deploy.FirstFitPlanner]
> >>>>> (Job-Executor-37:job-44) Listing clusters in order of aggregate
> >>>>>capacity,
> >>>>> that have (atleast one host with) enough CPU and RAM capacity under
> >>>>>this
> >>>>> Zone: 1
> >>>>> 2013-04-07 00:33:44,626 DEBUG [cloud.deploy.FirstFitPlanner]
> >>>>> (Job-Executor-37:job-44) CPUOverprovisioningFactor considered: 1.0
> >>>>> 2013-04-07 00:33:44,638 DEBUG [cloud.deploy.FirstFitPlanner]
> >>>>> (Job-Executor-37:job-44) Cannot allocate cluster list [1, 2] for vm
> >>>>> creation since their allocated percentage crosses the disable
> >>>>>capacity
> >>>>> threshold: 0.85 for capacity Type : 0, skipping these clusters
> >>>>> 2013-04-07 00:33:44,639 DEBUG [cloud.deploy.FirstFitPlanner]
> >>>>> (Job-Executor-37:job-44) Could not find suitable Deployment
> >>>>>Destination
> >>>>>for
> >>>>> this VM under any clusters, returning.
> >>>>> 2013-04-07 00:33:44,641 DEBUG [cloud.vm.UserVmManagerImpl]
> >>>>> (Job-Executor-37:job-44) Destroying vm
> >>>>> VM[User|a30b991d-1c38-4bae-803f-ab3be57a384f] as it failed to create
> >>>>>on
> >>>>> Host with Id:null
> >>>>> 2013-04-07 00:33:44,646 DEBUG [cloud.capacity.CapacityManagerImpl]
> >>>>> (Job-Executor-37:job-44) VM state transitted from :Stopped to Error
> >>>>>with
> >>>>> event: OperationFailedToErrorvm's original host id: null new host id:
> >>>>>null
> >>>>> host id before state transition: null
> >>>>> 2013-04-07 00:33:44,672 INFO  [user.vm.DeployVMCmd]
> >>>>> (Job-Executor-37:job-44)
> >>>>> com.cloud.exception.InsufficientServerCapacityException: Unable to
> >>>>>create a
> >>>>> deployment for
> >>>>>VM[User|a30b991d-1c38-4bae-803f-ab3be57a384f]Scope=interface
> >>>>> com.cloud.dc.DataCenter; id=1
> >>>>> 2013-04-07 00:33:44,672 INFO  [user.vm.DeployVMCmd]
> >>>>> (Job-Executor-37:job-44) Unable to create a deployment for
> >>>>> VM[User|a30b991d-1c38-4bae-803f-ab3be57a384f]
> >>>>> com.cloud.exception.InsufficientServerCapacityException: Unable to
> >>>>>create
> >>>>> a deployment for
> >>>>> VM[User|a30b991d-1c38-4bae-803f-ab3be57a384f]Scope=interface
> >>>>> com.cloud.dc.DataCenter; id=1
> >>>>>  at
> >>>>>
> >>>>>org.apache.cloudstack.engine.cloud.entity.api.VMEntityManagerImpl.rese
> >>>>>r
> >>>>>v
> >>>>>e
> >>>>>VirtualMachine(VMEntityManagerImpl.java:186)
> >>>>> at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
> >>>>>  at
> >>>>>
> >>>>>sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.j
> >>>>>a
> >>>>>v
> >>>>>a
> >>>>>:39)
> >>>>> at
> >>>>>
> >>>>>sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccess
> >>>>>o
> >>>>>r
> >>>>>I
> >>>>>mpl.java:25)
> >>>>>  at java.lang.reflect.Method.invoke(Method.java:597)
> >>>>> at
> >>>>>
> >>>>>org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflectio
> >>>>>n
> >>>>>(
> >>>>>A
> >>>>>opUtils.java:319)
> >>>>>  at
> >>>>>
> >>>>>org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoi
> >>>>>n
> >>>>>p
> >>>>>o
> >>>>>int(ReflectiveMethodInvocation.java:183)
> >>>>> at
> >>>>>
> >>>>>org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(R
> >>>>>e
> >>>>>f
> >>>>>l
> >>>>>ectiveMethodInvocation.java:150)
> >>>>>  at
> >>>>>
> >>>>>
> org.springframework.aop.aspectj.MethodInvocationProceedingJoinPoint.pr
> >>>>>o
> >>>>>c
> >>>>>e
> >>>>>ed(MethodInvocationProceedingJoinPoint.java:80)
> >>>>> at
> >>>>>
> >>>>>com.cloud.utils.db.TransactionContextBuilder.AroundAnyMethod(Transacti
> >>>>>o
> >>>>>n
> >>>>>C
> >>>>>ontextBuilder.java:37)
> >>>>>  at sun.reflect.GeneratedMethodAccessor37.invoke(Unknown Source)
> >>>>> at
> >>>>>
> >>>>>sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccess
> >>>>>o
> >>>>>r
> >>>>>I
> >>>>>mpl.java:25)
> >>>>>  at java.lang.reflect.Method.invoke(Method.java:597)
> >>>>> at
> >>>>>
> >>>>>org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMeth
> >>>>>o
> >>>>>d
> >>>>>W
> >>>>>ithGivenArgs(AbstractAspectJAdvice.java:621)
> >>>>>  at
> >>>>>
> >>>>>org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMeth
> >>>>>o
> >>>>>d
> >>>>>(
> >>>>>AbstractAspectJAdvice.java:610)
> >>>>> at
> >>>>>
> >>>>>org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJArou
> >>>>>n
> >>>>>d
> >>>>>A
> >>>>>dvice.java:65)
> >>>>>  at
> >>>>>
> >>>>>org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(R
> >>>>>e
> >>>>>f
> >>>>>l
> >>>>>ectiveMethodInvocation.java:172)
> >>>>> at
> >>>>>
> >>>>>org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke
> >>>>>(
> >>>>>E
> >>>>>x
> >>>>>poseInvocationInterceptor.java:90)
> >>>>>  at
> >>>>>
> >>>>>org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(R
> >>>>>e
> >>>>>f
> >>>>>l
> >>>>>ectiveMethodInvocation.java:172)
> >>>>> at
> >>>>>
> >>>>>org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamic
> >>>>>A
> >>>>>o
> >>>>>p
> >>>>>Proxy.java:202)
> >>>>>  at com.sun.proxy.$Proxy297.reserveVirtualMachine(Unknown Source)
> >>>>> at
> >>>>>
> >>>>>org.apache.cloudstack.engine.cloud.entity.api.VirtualMachineEntityImpl
> >>>>>.
> >>>>>r
> >>>>>e
> >>>>>serve(VirtualMachineEntityImpl.java:198)
> >>>>>  at
> >>>>>
> >>>>>com.cloud.vm.UserVmManagerImpl.startVirtualMachine(UserVmManagerImpl.j
> >>>>>a
> >>>>>v
> >>>>>a
> >>>>>:3859)
> >>>>> at
> >>>>>
> >>>>>com.cloud.vm.UserVmManagerImpl.startVirtualMachine(UserVmManagerImpl.j
> >>>>>a
> >>>>>v
> >>>>>a
> >>>>>:3458)
> >>>>>  at
> >>>>>
> >>>>>com.cloud.vm.UserVmManagerImpl.startVirtualMachine(UserVmManagerImpl.j
> >>>>>a
> >>>>>v
> >>>>>a
> >>>>>:3444)
> >>>>> at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
> >>>>>  at
> >>>>>
> >>>>>sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.j
> >>>>>a
> >>>>>v
> >>>>>a
> >>>>>:39)
> >>>>> at
> >>>>>
> >>>>>sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccess
> >>>>>o
> >>>>>r
> >>>>>I
> >>>>>mpl.java:25)
> >>>>>  at java.lang.reflect.Method.invoke(Method.java:597)
> >>>>> at
> >>>>>
> >>>>>org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflectio
> >>>>>n
> >>>>>(
> >>>>>A
> >>>>>opUtils.java:319)
> >>>>>  at
> >>>>>
> >>>>>org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoi
> >>>>>n
> >>>>>p
> >>>>>o
> >>>>>int(ReflectiveMethodInvocation.java:183)
> >>>>> at
> >>>>>
> >>>>>org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(R
> >>>>>e
> >>>>>f
> >>>>>l
> >>>>>ectiveMethodInvocation.java:150)
> >>>>>  at
> >>>>>
> >>>>>
> org.springframework.aop.aspectj.MethodInvocationProceedingJoinPoint.pr
> >>>>>o
> >>>>>c
> >>>>>e
> >>>>>ed(MethodInvocationProceedingJoinPoint.java:80)
> >>>>> at
> >>>>>
> >>>>>com.cloud.event.ActionEventInterceptor.AroundAnyMethod(ActionEventInte
> >>>>>r
> >>>>>c
> >>>>>e
> >>>>>ptor.java:53)
> >>>>>  at sun.reflect.GeneratedMethodAccessor359.invoke(Unknown Source)
> >>>>> at
> >>>>>
> >>>>>sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccess
> >>>>>o
> >>>>>r
> >>>>>I
> >>>>>mpl.java:25)
> >>>>>  at java.lang.reflect.Method.invoke(Method.java:597)
> >>>>> at
> >>>>>
> >>>>>org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMeth
> >>>>>o
> >>>>>d
> >>>>>W
> >>>>>ithGivenArgs(AbstractAspectJAdvice.java:621)
> >>>>>  at
> >>>>>
> >>>>>org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMeth
> >>>>>o
> >>>>>d
> >>>>>(
> >>>>>AbstractAspectJAdvice.java:610)
> >>>>> at
> >>>>>
> >>>>>org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJArou
> >>>>>n
> >>>>>d
> >>>>>A
> >>>>>dvice.java:65)
> >>>>>  at
> >>>>>
> >>>>>org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(R
> >>>>>e
> >>>>>f
> >>>>>l
> >>>>>ectiveMethodInvocation.java:161)
> >>>>> at
> >>>>>
> >>>>>
> org.springframework.aop.aspectj.MethodInvocationProceedingJoinPoint.pr
> >>>>>o
> >>>>>c
> >>>>>e
> >>>>>ed(MethodInvocationProceedingJoinPoint.java:80)
> >>>>>  at
> >>>>>
> >>>>>com.cloud.utils.db.TransactionContextBuilder.AroundAnyMethod(Transacti
> >>>>>o
> >>>>>n
> >>>>>C
> >>>>>ontextBuilder.java:37)
> >>>>> at sun.reflect.GeneratedMethodAccessor37.invoke(Unknown Source)
> >>>>>  at
> >>>>>
> >>>>>sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccess
> >>>>>o
> >>>>>r
> >>>>>I
> >>>>>mpl.java:25)
> >>>>> at java.lang.reflect.Method.invoke(Method.java:597)
> >>>>>  at
> >>>>>
> >>>>>org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMeth
> >>>>>o
> >>>>>d
> >>>>>W
> >>>>>ithGivenArgs(AbstractAspectJAdvice.java:621)
> >>>>> at
> >>>>>
> >>>>>org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMeth
> >>>>>o
> >>>>>d
> >>>>>(
> >>>>>AbstractAspectJAdvice.java:610)
> >>>>>  at
> >>>>>
> >>>>>org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJArou
> >>>>>n
> >>>>>d
> >>>>>A
> >>>>>dvice.java:65)
> >>>>> at
> >>>>>
> >>>>>org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(R
> >>>>>e
> >>>>>f
> >>>>>l
> >>>>>ectiveMethodInvocation.java:172)
> >>>>>  at
> >>>>>
> >>>>>org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke
> >>>>>(
> >>>>>E
> >>>>>x
> >>>>>poseInvocationInterceptor.java:90)
> >>>>> at
> >>>>>
> >>>>>org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(R
> >>>>>e
> >>>>>f
> >>>>>l
> >>>>>ectiveMethodInvocation.java:172)
> >>>>>  at
> >>>>>
> >>>>>org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamic
> >>>>>A
> >>>>>o
> >>>>>p
> >>>>>Proxy.java:202)
> >>>>> at com.sun.proxy.$Proxy263.startVirtualMachine(Unknown Source)
> >>>>>  at
> >>>>>
> >>>>>org.apache.cloudstack.api.command.user.vm.DeployVMCmd.execute(DeployVM
> >>>>>C
> >>>>>m
> >>>>>d
> >>>>>.java:379)
> >>>>> at com.cloud.api.ApiDispatcher.dispatch(ApiDispatcher.java:163)
> >>>>>  at net.sf.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204)
> >>>>> at
> >>>>>
> >>>>>org.springframework.aop.framework.Cglib2AopProxy$CglibMethodInvocation
> >>>>>.
> >>>>>i
> >>>>>n
> >>>>>vokeJoinpoint(Cglib2AopProxy.java:689)
> >>>>>  at
> >>>>>
> >>>>>org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(R
> >>>>>e
> >>>>>f
> >>>>>l
> >>>>>ectiveMethodInvocation.java:150)
> >>>>> at
> >>>>>
> >>>>>
> org.springframework.aop.aspectj.MethodInvocationProceedingJoinPoint.pr
> >>>>>o
> >>>>>c
> >>>>>e
> >>>>>ed(MethodInvocationProceedingJoinPoint.java:80)
> >>>>>  at
> >>>>>
> >>>>>com.cloud.utils.db.TransactionContextBuilder.AroundAnyMethod(Transacti
> >>>>>o
> >>>>>n
> >>>>>C
> >>>>>ontextBuilder.java:37)
> >>>>> at sun.reflect.GeneratedMethodAccessor37.invoke(Unknown Source)
> >>>>>  at
> >>>>>
> >>>>>sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccess
> >>>>>o
> >>>>>r
> >>>>>I
> >>>>>mpl.java:25)
> >>>>> at java.lang.reflect.Method.invoke(Method.java:597)
> >>>>>  at
> >>>>>
> >>>>>org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMeth
> >>>>>o
> >>>>>d
> >>>>>W
> >>>>>ithGivenArgs(AbstractAspectJAdvice.java:621)
> >>>>> at
> >>>>>
> >>>>>org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMeth
> >>>>>o
> >>>>>d
> >>>>>(
> >>>>>AbstractAspectJAdvice.java:610)
> >>>>>  at
> >>>>>
> >>>>>org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJArou
> >>>>>n
> >>>>>d
> >>>>>A
> >>>>>dvice.java:65)
> >>>>> at
> >>>>>
> >>>>>org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(R
> >>>>>e
> >>>>>f
> >>>>>l
> >>>>>ectiveMethodInvocation.java:172)
> >>>>>  at
> >>>>>
> >>>>>org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke
> >>>>>(
> >>>>>E
> >>>>>x
> >>>>>poseInvocationInterceptor.java:90)
> >>>>> at
> >>>>>
> >>>>>org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(R
> >>>>>e
> >>>>>f
> >>>>>l
> >>>>>ectiveMethodInvocation.java:172)
> >>>>>  at
> >>>>>
> >>>>>org.springframework.aop.framework.Cglib2AopProxy$DynamicAdvisedInterce
> >>>>>p
> >>>>>t
> >>>>>o
> >>>>>r.intercept(Cglib2AopProxy.java:622)
> >>>>> at
> >>>>>com.cloud.async.AsyncJobManagerImpl$1.run(AsyncJobManagerImpl.java:437
> >>>>>)
> >>>>>  at
> >>>>>
> >>>>>java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:439
> >>>>>)
> >>>>> at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:303)
> >>>>>  at java.util.concurrent.FutureTask.run(FutureTask.java:138)
> >>>>> at
> >>>>>
> >>>>>java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecu
> >>>>>t
> >>>>>o
> >>>>>r
> >>>>>.java:895)
> >>>>>  at
> >>>>>
> >>>>>java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.
> >>>>>j
> >>>>>a
> >>>>>v
> >>>>>a:918)
> >>>>> at java.lang.Thread.run(Thread.java:680)
> >>>>> 2013-04-07 00:33:44,674 DEBUG [cloud.async.AsyncJobManagerImpl]
> >>>>> (Job-Executor-37:job-44) Complete async job-44, jobStatus: 2,
> >>>>>resultCode:
> >>>>> 530, result: Error Code: 533 Error text: Unable to create a
> >>>>>deployment
> >>>>>for
> >>>>> VM[User|a30b991d-1c38-4bae-803f-ab3be57a384f]
> >>>>> 2013-04-07 00:33:47,591 DEBUG [cloud.api.ApiServlet]
> >>>>> (1161145101@qtp-1008805148-33:null) ===START===  127.0.0.1 -- GET
> >>>>>
> >>>>>command=queryAsyncJobResult&jobId=8dd191cc-2709-4223-aee5-3ecd759d4afd
> >>>>>&
> >>>>>r
> >>>>>e
> >>>>>sponse=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316427589
> >>>>> 2013-04-07 00:33:47,601 DEBUG [cloud.async.AsyncJobManagerImpl]
> >>>>> (1161145101@qtp-1008805148-33:null) Async job-44 completed
> >>>>> 2013-04-07 00:33:47,605 DEBUG [cloud.api.ApiServlet]
> >>>>> (1161145101@qtp-1008805148-33:null) ===END===  127.0.0.1 -- GET
> >>>>>
> >>>>>command=queryAsyncJobResult&jobId=8dd191cc-2709-4223-aee5-3ecd759d4afd
> >>>>>&
> >>>>>r
> >>>>>e
> >>>>>sponse=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316427589
> >>>>> 2013-04-07 00:33:47,608 DEBUG [cloud.api.ApiServlet]
> >>>>> (1161145101@qtp-1008805148-33:null) ===START===  127.0.0.1 -- GET
> >>>>>
> >>>>>command=listVirtualMachines&id=a30b991d-1c38-4bae-803f-ab3be57a384f&re
> >>>>>s
> >>>>>p
> >>>>>o
> >>>>>nse=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316427606
> >>>>> 2013-04-07 00:33:47,621 DEBUG [cloud.api.ApiServlet]
> >>>>> (1161145101@qtp-1008805148-33:null) ===END===  127.0.0.1 -- GET
> >>>>>
> >>>>>command=listVirtualMachines&id=a30b991d-1c38-4bae-803f-ab3be57a384f&re
> >>>>>s
> >>>>>p
> >>>>>o
> >>>>>nse=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316427606
> >>>>> 2013-04-07 00:33:47,678 DEBUG [agent.manager.AgentManagerImpl]
> >>>>> (AgentManager-Handler-14:null) Ping from 3
> >>>>> 2013-04-07 00:33:50,451 DEBUG
> >>>>> [storage.secondary.SecondaryStorageManagerImpl] (secstorage-1:null)
> >>>>>Zone 1
> >>>>> is ready to launch secondary storage VM
> >>>>> 2013-04-07 00:33:50,559 DEBUG
> >>>>>[cloud.consoleproxy.ConsoleProxyManagerImpl]
> >>>>> (consoleproxy-1:null) Zone 1 is ready to launch console proxy
> >>>>> 2013-04-07 00:33:50,819 DEBUG
> >>>>> [network.router.VirtualNetworkApplianceManagerImpl]
> >>>>> (RouterStatusMonitor-1:null) Found 0 routers to update status.
> >>>>> 2013-04-07 00:33:50,820 DEBUG
> >>>>> [network.router.VirtualNetworkApplianceManagerImpl]
> >>>>> (RouterStatusMonitor-1:null) Found 0 networks to update RvR status.
> >>>>> 2013-04-07 00:33:50,851 DEBUG
> >>>>> [network.router.VirtualNetworkApplianceManagerImpl]
> >>>>> (RouterStatusMonitor-1:null) Found 0 routers to update status.
> >>>>> 2013-04-07 00:33:50,852 DEBUG
> >>>>> [network.router.VirtualNetworkApplianceManagerImpl]
> >>>>> (RouterStatusMonitor-1:null) Found 0 networks to update RvR status.
> >>>>> 2013-04-07 00:33:51,465 INFO  [agent.manager.AgentMonitor]
> >>>>> (Thread-11:null) Found the following agents behind on ping: [6, 5]
> >>>>> 2013-04-07 00:33:51,467 DEBUG [cloud.host.Status] (Thread-11:null)
> >>>>>Ping
> >>>>> timeout for host 6, do invstigation
> >>>>> 2013-04-07 00:33:51,468 DEBUG [cloud.host.Status] (Thread-11:null)
> >>>>>Ping
> >>>>> timeout for host 5, do invstigation
> >>>>> 2013-04-07 00:33:51,468 INFO  [agent.manager.AgentManagerImpl]
> >>>>> (AgentTaskPool-4:null) Investigating why host 6 has disconnected with
> >>>>>event
> >>>>> PingTimeout
> >>>>> 2013-04-07 00:33:51,468 DEBUG [agent.manager.AgentManagerImpl]
> >>>>> (AgentTaskPool-4:null) checking if agent (6) is alive
> >>>>> 2013-04-07 00:33:51,469 INFO  [agent.manager.AgentManagerImpl]
> >>>>> (AgentTaskPool-3:null) Investigating why host 5 has disconnected with
> >>>>>event
> >>>>> PingTimeout
> >>>>> 2013-04-07 00:33:51,470 DEBUG [agent.manager.AgentManagerImpl]
> >>>>> (AgentTaskPool-3:null) checking if agent (5) is alive
> >>>>> 2013-04-07 00:33:51,471 DEBUG [agent.transport.Request]
> >>>>> (AgentTaskPool-4:null) Seq 6-324993311: Sending  { Cmd , MgmtId: 1,
> >>>>>via: 6,
> >>>>> Ver: v1, Flags: 100011, [{"CheckHealthCommand":{"wait":50}}] }
> >>>>> 2013-04-07 00:33:51,471 DEBUG [agent.transport.Request]
> >>>>> (AgentTaskPool-4:null) Seq 6-324993311: Executing:  { Cmd , MgmtId:
> >>>>>1,
> >>>>>via:
> >>>>> 6, Ver: v1, Flags: 100011, [{"CheckHealthCommand":{"wait":50}}] }
> >>>>> 2013-04-07 00:33:51,472 DEBUG [agent.manager.DirectAgentAttache]
> >>>>> (DirectAgent-448:null) Seq 6-324993311: Executing request
> >>>>> 2013-04-07 00:33:51,473 DEBUG [agent.transport.Request]
> >>>>> (AgentTaskPool-3:null) Seq 5-614334815: Sending  { Cmd , MgmtId: 1,
> >>>>>via: 5,
> >>>>> Ver: v1, Flags: 100011, [{"CheckHealthCommand":{"wait":50}}] }
> >>>>> 2013-04-07 00:33:51,473 DEBUG [agent.transport.Request]
> >>>>> (AgentTaskPool-3:null) Seq 5-614334815: Executing:  { Cmd , MgmtId:
> >>>>>1,
> >>>>>via:
> >>>>> 5, Ver: v1, Flags: 100011, [{"CheckHealthCommand":{"wait":50}}] }
> >>>>> 2013-04-07 00:33:51,473 DEBUG [agent.manager.DirectAgentAttache]
> >>>>> (DirectAgent-261:null) Seq 5-614334815: Executing request
> >>>>> 2013-04-07 00:33:51,527 DEBUG [agent.manager.DirectAgentAttache]
> >>>>> (DirectAgent-448:null) Seq 6-324993311: Response Received:
> >>>>> 2013-04-07 00:33:51,527 DEBUG [agent.transport.Request]
> >>>>> (DirectAgent-448:null) Seq 6-324993311: Processing:  { Ans: , MgmtId:
> >>>>>1,
> >>>>> via: 6, Ver: v1, Flags: 10,
> >>>>> [{"CheckHealthAnswer":{"result":true,"details":"resource is
> >>>>> alive","wait":0}}] }
> >>>>> 2013-04-07 00:33:51,527 DEBUG [agent.transport.Request]
> >>>>> (AgentTaskPool-4:null) Seq 6-324993311: Received:  { Ans: , MgmtId:
> >>>>>1,
> >>>>>via:
> >>>>> 6, Ver: v1, Flags: 10, { CheckHealthAnswer } }
> >>>>> 2013-04-07 00:33:51,528 DEBUG [agent.manager.AgentManagerImpl]
> >>>>> (AgentTaskPool-4:null) Details from executing class
> >>>>> com.cloud.agent.api.CheckHealthCommand: resource is alive
> >>>>> 2013-04-07 00:33:51,528 DEBUG [agent.manager.AgentManagerImpl]
> >>>>> (AgentTaskPool-4:null) agent (6) responded to checkHeathCommand,
> >>>>>reporting
> >>>>> that agent is Up
> >>>>> 2013-04-07 00:33:51,528 INFO  [agent.manager.AgentManagerImpl]
> >>>>> (AgentTaskPool-4:null) The state determined is Up
> >>>>> 2013-04-07 00:33:51,528 INFO  [agent.manager.AgentManagerImpl]
> >>>>> (AgentTaskPool-4:null) Agent is determined to be up and running
> >>>>> 2013-04-07 00:33:51,528 DEBUG [cloud.host.Status]
> >>>>>(AgentTaskPool-4:null)
> >>>>> Transition:[Resource state = Enabled, Agent event = Ping, Host id =
> >>>>>6,
> >>>>>name
> >>>>> = Tut-XenServer]
> >>>>> 2013-04-07 00:33:51,531 DEBUG [cloud.host.Status]
> >>>>>(AgentTaskPool-4:null)
> >>>>> Agent status update: [id = 6; name = Tut-XenServer; old status = Up;
> >>>>>event
> >>>>> = Ping; new status = Up; old update count = 310; new update count =
> >>>>>311]
> >>>>> 2013-04-07 00:33:51,531 DEBUG [agent.manager.DirectAgentAttache]
> >>>>> (DirectAgent-261:null) Seq 5-614334815: Response Received:
> >>>>> 2013-04-07 00:33:51,531 DEBUG [agent.transport.Request]
> >>>>> (DirectAgent-261:null) Seq 5-614334815: Processing:  { Ans: , MgmtId:
> >>>>>1,
> >>>>> via: 5, Ver: v1, Flags: 10,
> >>>>> [{"CheckHealthAnswer":{"result":true,"details":"resource is
> >>>>> alive","wait":0}}] }
> >>>>> 2013-04-07 00:33:51,531 DEBUG [agent.transport.Request]
> >>>>> (AgentTaskPool-3:null) Seq 5-614334815: Received:  { Ans: , MgmtId:
> >>>>>1,
> >>>>>via:
> >>>>> 5, Ver: v1, Flags: 10, { CheckHealthAnswer } }
> >>>>> 2013-04-07 00:33:51,532 DEBUG [agent.manager.AgentManagerImpl]
> >>>>> (AgentTaskPool-3:null) Details from executing class
> >>>>> com.cloud.agent.api.CheckHealthCommand: resource is alive
> >>>>> 2013-04-07 00:33:51,532 DEBUG [agent.manager.AgentManagerImpl]
> >>>>> (AgentTaskPool-3:null) agent (5) responded to checkHeathCommand,
> >>>>>reporting
> >>>>> that agent is Up
> >>>>> 2013-04-07 00:33:51,532 INFO  [agent.manager.AgentManagerImpl]
> >>>>> (AgentTaskPool-3:null) The state determined is Up
> >>>>> 2013-04-07 00:33:51,532 INFO  [agent.manager.AgentManagerImpl]
> >>>>> (AgentTaskPool-3:null) Agent is determined to be up and running
> >>>>> 2013-04-07 00:33:51,532 DEBUG [cloud.host.Status]
> >>>>>(AgentTaskPool-3:null)
> >>>>> Transition:[Resource state = Enabled, Agent event = Ping, Host id =
> >>>>>5,
> >>>>>name
> >>>>> = Tut-XenServer2]
> >>>>> 2013-04-07 00:33:51,535 DEBUG [cloud.host.Status]
> >>>>>(AgentTaskPool-3:null)
> >>>>> Agent status update: [id = 5; name = Tut-XenServer2; old status = Up;
> >>>>>event
> >>>>> = Ping; new status = Up; old update count = 147; new update count =
> >>>>>148]
> >>>>> 2013-04-07 00:34:04,860 DEBUG [agent.manager.DirectAgentAttache]
> >>>>> (DirectAgent-239:null) Ping from 6
> >>>>> 2013-04-07 00:34:06,170 DEBUG [agent.manager.DirectAgentAttache]
> >>>>> (DirectAgent-185:null) Ping from 5
> >>>>> 2013-04-07 00:34:06,909 DEBUG [agent.manager.DirectAgentAttache]
> >>>>> (DirectAgent-461:null) Seq 6-324993028: Executing request
> >>>>> 2013-04-07 00:34:07,107 DEBUG [agent.manager.DirectAgentAttache]
> >>>>> (DirectAgent-461:null) Seq 6-324993028: Response Received:
> >>>>> 2013-04-07 00:34:07,107 DEBUG [agent.transport.Request]
> >>>>> (DirectAgent-461:null) Seq 6-324993028: Processing:  { Ans: , MgmtId:
> >>>>>1,
> >>>>> via: 6, Ver: v1, Flags: 10,
> >>>>>
> >>>>>[{"ClusterSyncAnswer":{"_clusterId":2,"_newStates":{},"_isExecuted":fa
> >>>>>l
> >>>>>s
> >>>>>e
> >>>>>,"result":true,"wait":0}}]
> >>>>> }
> >>>>> 2013-04-07 00:34:11,023 DEBUG [agent.manager.DirectAgentAttache]
> >>>>> (DirectAgent-450:null) Seq 5-614334468: Executing request
> >>>>> 2013-04-07 00:34:11,168 DEBUG [agent.manager.DirectAgentAttache]
> >>>>> (DirectAgent-450:null) Seq 5-614334468: Response Received:
> >>>>> 2013-04-07 00:34:11,168 DEBUG [agent.transport.Request]
> >>>>> (DirectAgent-450:null) Seq 5-614334468: Processing:  { Ans: , MgmtId:
> >>>>>1,
> >>>>> via: 5, Ver: v1, Flags: 10, [{"Answer":{"result":true,"wait":0}}] }
> >>>>> 2013-04-07 00:34:20,451 DEBUG
> >>>>> [storage.secondary.SecondaryStorageManagerImpl] (secstorage-1:null)
> >>>>>Zone 1
> >>>>> is ready to launch secondary storage VM
> >>>>> 2013-04-07 00:34:20,553 DEBUG
> >>>>>[cloud.consoleproxy.ConsoleProxyManagerImpl]
> >>>>> (consoleproxy-1:null) Zone 1 is ready to launch console proxy
> >>>>> 2013-04-07 00:34:20,820 DEBUG
> >>>>> [network.router.VirtualNetworkApplianceManagerImpl]
> >>>>> (RouterStatusMonitor-1:null) Found 0 routers to update status.
> >>>>> 2013-04-07 00:34:20,821 DEBUG
> >>>>> [network.router.VirtualNetworkApplianceManagerImpl]
> >>>>> (RouterStatusMonitor-1:null) Found 0 networks to update RvR status.
> >>>>> 2013-04-07 00:34:20,850 DEBUG
> >>>>> [network.router.VirtualNetworkApplianceManagerImpl]
> >>>>> (RouterStatusMonitor-1:null) Found 0 routers to update status.
> >>>>> 2013-04-07 00:34:20,851 DEBUG
> >>>>> [network.router.VirtualNetworkApplianceManagerImpl]
> >>>>> (RouterStatusMonitor-1:null) Found 0 networks to update RvR status.
> >>>>> 2013-04-07 00:34:24,891 DEBUG [agent.manager.AgentManagerImpl]
> >>>>> (AgentManager-Handler-15:null) Ping from 4
> >>>>> 2013-04-07 00:34:27,175 DEBUG [agent.manager.DirectAgentAttache]
> >>>>> (DirectAgent-126:null) Ping from 1
> >>>>> 2013-04-07 00:34:29,095 DEBUG [agent.manager.DirectAgentAttache]
> >>>>> (DirectAgent-182:null) Seq 1-90046472: Executing request
> >>>>> 2013-04-07 00:34:29,323 DEBUG [agent.manager.DirectAgentAttache]
> >>>>> (DirectAgent-182:null) Seq 1-90046472: Response Received:
> >>>>> 2013-04-07 00:34:29,323 DEBUG [agent.transport.Request]
> >>>>> (DirectAgent-182:null) Seq 1-90046472: Processing:  { Ans: , MgmtId:
> >>>>>1,
> >>>>> via: 1, Ver: v1, Flags: 10,
> >>>>>
> >>>>>[{"ClusterSyncAnswer":{"_clusterId":1,"_newStates":{},"_isExecuted":fa
> >>>>>l
> >>>>>s
> >>>>>e
> >>>>>,"result":true,"wait":0}}]
> >>>>> }
> >>>>> 2013-04-07 00:34:36,532 DEBUG [cloud.api.ApiServlet]
> >>>>> (1161145101@qtp-1008805148-33:null) ===START===  127.0.0.1 -- GET
> >>>>>
> >>>>>command=listVolumes&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8Go
> >>>>>V
> >>>>>A
> >>>>>%
> >>>>>3D&listAll=true&page=1&pagesize=20&_=1365316476530
> >>>>> 2013-04-07 00:34:36,548 DEBUG [cloud.api.ApiServlet]
> >>>>> (1161145101@qtp-1008805148-33:null) ===END===  127.0.0.1 -- GET
> >>>>>
> >>>>>command=listVolumes&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8Go
> >>>>>V
> >>>>>A
> >>>>>%
> >>>>>3D&listAll=true&page=1&pagesize=20&_=1365316476530
> >>>>> 2013-04-07 00:34:39,285 DEBUG [cloud.api.ApiServlet]
> >>>>> (1161145101@qtp-1008805148-33:null) ===START===  127.0.0.1 -- GET
> >>>>>
> >>>>>command=listVolumes&id=44d56727-6e5f-438a-8187-42adfac7c906&response=j
> >>>>>s
> >>>>>o
> >>>>>n
> >>>>>&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316479283
> >>>>> 2013-04-07 00:34:39,309 DEBUG [cloud.api.ApiServlet]
> >>>>> (1161145101@qtp-1008805148-33:null) ===END===  127.0.0.1 -- GET
> >>>>>
> >>>>>command=listVolumes&id=44d56727-6e5f-438a-8187-42adfac7c906&response=j
> >>>>>s
> >>>>>o
> >>>>>n
> >>>>>&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316479283
> >>>>> 2013-04-07 00:34:39,325 DEBUG [cloud.api.ApiServlet]
> >>>>> (1161145101@qtp-1008805148-33:null) ===START===  127.0.0.1 -- GET
> >>>>>
> >>>>>command=listTags&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%
> >>>>>3
> >>>>>D
> >>>>>&
> >>>>>resourceId=44d56727-6e5f-438a-8187-42adfac7c906&resourceType=Volume&li
> >>>>>s
> >>>>>t
> >>>>>A
> >>>>>ll=true&_=1365316479323
> >>>>> 2013-04-07 00:34:39,334 DEBUG [cloud.api.ApiServlet]
> >>>>> (1161145101@qtp-1008805148-33:null) ===END===  127.0.0.1 -- GET
> >>>>>
> >>>>>command=listTags&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%
> >>>>>3
> >>>>>D
> >>>>>&
> >>>>>resourceId=44d56727-6e5f-438a-8187-42adfac7c906&resourceType=Volume&li
> >>>>>s
> >>>>>t
> >>>>>A
> >>>>>ll=true&_=1365316479323
> >>>>> 2013-04-07 00:34:47,678 DEBUG [agent.manager.AgentManagerImpl]
> >>>>> (AgentManager-Handler-1:null) Ping from 3
> >>>>> 2013-04-07 00:34:50,455 DEBUG
> >>>>> [storage.secondary.SecondaryStorageManagerImpl] (secstorage-1:null)
> >>>>>Zone 1
> >>>>> is ready to launch secondary storage VM
> >>>>> 2013-04-07 00:34:50,557 DEBUG
> >>>>>[cloud.consoleproxy.ConsoleProxyManagerImpl]
> >>>>> (consoleproxy-1:null) Zone 1 is ready to launch console proxy
> >>>>> 2013-04-07 00:34:50,820 DEBUG
> >>>>> [network.router.VirtualNetworkApplianceManagerImpl]
> >>>>> (RouterStatusMonitor-1:null) Found 0 routers to update status.
> >>>>> 2013-04-07 00:34:50,821 DEBUG
> >>>>> [network.router.VirtualNetworkApplianceManagerImpl]
> >>>>> (RouterStatusMonitor-1:null) Found 0 networks to update RvR status.
> >>>>> 2013-04-07 00:34:50,850 DEBUG
> >>>>> [network.router.VirtualNetworkApplianceManagerImpl]
> >>>>> (RouterStatusMonitor-1:null) Found 0 routers to update status.
> >>>>> 2013-04-07 00:34:50,851 DEBUG
> >>>>> [network.router.VirtualNetworkApplianceManagerImpl]
> >>>>> (RouterStatusMonitor-1:null) Found 0 networks to update RvR status.
> >>>>> 2013-04-07 00:34:51,468 INFO  [agent.manager.AgentMonitor]
> >>>>> (Thread-11:null) Found the following agents behind on ping: [6, 5]
> >>>>> 2013-04-07 00:34:51,470 DEBUG [cloud.host.Status] (Thread-11:null)
> >>>>>Ping
> >>>>> timeout for host 6, do invstigation
> >>>>> 2013-04-07 00:34:51,471 DEBUG [cloud.host.Status] (Thread-11:null)
> >>>>>Ping
> >>>>> timeout for host 5, do invstigation
> >>>>> 2013-04-07 00:34:51,472 INFO  [agent.manager.AgentManagerImpl]
> >>>>> (AgentTaskPool-5:null) Investigating why host 6 has disconnected with
> >>>>>event
> >>>>> PingTimeout
> >>>>> 2013-04-07 00:34:51,472 DEBUG [agent.manager.AgentManagerImpl]
> >>>>> (AgentTaskPool-5:null) checking if agent (6) is alive
> >>>>> 2013-04-07 00:34:51,473 INFO  [agent.manager.AgentManagerImpl]
> >>>>> (AgentTaskPool-6:null) Investigating why host 5 has disconnected with
> >>>>>event
> >>>>> PingTimeout
> >>>>> 2013-04-07 00:34:51,473 DEBUG [agent.manager.AgentManagerImpl]
> >>>>> (AgentTaskPool-6:null) checking if agent (5) is alive
> >>>>> 2013-04-07 00:34:51,475 DEBUG [agent.transport.Request]
> >>>>> (AgentTaskPool-5:null) Seq 6-324993312: Sending  { Cmd , MgmtId: 1,
> >>>>>via: 6,
> >>>>> Ver: v1, Flags: 100011, [{"CheckHealthCommand":{"wait":50}}] }
> >>>>> 2013-04-07 00:34:51,475 DEBUG [agent.transport.Request]
> >>>>> (AgentTaskPool-5:null) Seq 6-324993312: Executing:  { Cmd , MgmtId:
> >>>>>1,
> >>>>>via:
> >>>>> 6, Ver: v1, Flags: 100011, [{"CheckHealthCommand":{"wait":50}}] }
> >>>>> 2013-04-07 00:34:51,475 DEBUG [agent.manager.DirectAgentAttache]
> >>>>> (DirectAgent-42:null) Seq 6-324993312: Executing request
> >>>>> 2013-04-07 00:34:51,476 DEBUG [agent.transport.Request]
> >>>>> (AgentTaskPool-6:null) Seq 5-614334816: Sending  { Cmd , MgmtId: 1,
> >>>>>via: 5,
> >>>>> Ver: v1, Flags: 100011, [{"CheckHealthCommand":{"wait":50}}] }
> >>>>> 2013-04-07 00:34:51,476 DEBUG [agent.transport.Request]
> >>>>> (AgentTaskPool-6:null) Seq 5-614334816: Executing:  { Cmd , MgmtId:
> >>>>>1,
> >>>>>via:
> >>>>> 5, Ver: v1, Flags: 100011, [{"CheckHealthCommand":{"wait":50}}] }
> >>>>> 2013-04-07 00:34:51,477 DEBUG [agent.manager.DirectAgentAttache]
> >>>>> (DirectAgent-164:null) Seq 5-614334816: Executing request
> >>>>> 2013-04-07 00:34:51,534 DEBUG [agent.manager.DirectAgentAttache]
> >>>>> (DirectAgent-164:null) Seq 5-614334816: Response Received:
> >>>>> 2013-04-07 00:34:51,535 DEBUG [agent.transport.Request]
> >>>>> (DirectAgent-164:null) Seq 5-614334816: Processing:  { Ans: , MgmtId:
> >>>>>1,
> >>>>> via: 5, Ver: v1, Flags: 10,
> >>>>> [{"CheckHealthAnswer":{"result":true,"details":"resource is
> >>>>> alive","wait":0}}] }
> >>>>> 2013-04-07 00:34:51,535 DEBUG [agent.transport.Request]
> >>>>> (AgentTaskPool-6:null) Seq 5-614334816: Received:  { Ans: , MgmtId:
> >>>>>1,
> >>>>>via:
> >>>>> 5, Ver: v1, Flags: 10, { CheckHealthAnswer } }
> >>>>> 2013-04-07 00:34:51,535 DEBUG [agent.manager.AgentManagerImpl]
> >>>>> (AgentTaskPool-6:null) Details from executing class
> >>>>> com.cloud.agent.api.CheckHealthCommand: resource is alive
> >>>>> 2013-04-07 00:34:51,535 DEBUG [agent.manager.AgentManagerImpl]
> >>>>> (AgentTaskPool-6:null) agent (5) responded to checkHeathCommand,
> >>>>>reporting
> >>>>> that agent is Up
> >>>>> 2013-04-07 00:34:51,535 INFO  [agent.manager.AgentManagerImpl]
> >>>>> (AgentTaskPool-6:null) The state determined is Up
> >>>>> 2013-04-07 00:34:51,535 INFO  [agent.manager.AgentManagerImpl]
> >>>>> (AgentTaskPool-6:null) Agent is determined to be up and running
> >>>>> 2013-04-07 00:34:51,535 DEBUG [cloud.host.Status]
> >>>>>(AgentTaskPool-6:null)
> >>>>> Transition:[Resource state = Enabled, Agent event = Ping, Host id =
> >>>>>5,
> >>>>>name
> >>>>> = Tut-XenServer2]
> >>>>> 2013-04-07 00:34:51,538 DEBUG [cloud.host.Status]
> >>>>>(AgentTaskPool-6:null)
> >>>>> Agent status update: [id = 5; name = Tut-XenServer2; old status = Up;
> >>>>>event
> >>>>> = Ping; new status = Up; old update count = 148; new update count =
> >>>>>149]
> >>>>> 2013-04-07 00:34:51,539 DEBUG [agent.manager.DirectAgentAttache]
> >>>>> (DirectAgent-42:null) Seq 6-324993312: Response Received:
> >>>>> 2013-04-07 00:34:51,539 DEBUG [agent.transport.Request]
> >>>>> (DirectAgent-42:null) Seq 6-324993312: Processing:  { Ans: , MgmtId:
> >>>>>1,
> >>>>> via: 6, Ver: v1, Flags: 10,
> >>>>> [{"CheckHealthAnswer":{"result":true,"details":"resource is
> >>>>> alive","wait":0}}] }
> >>>>> 2013-04-07 00:34:51,539 DEBUG [agent.transport.Request]
> >>>>> (AgentTaskPool-5:null) Seq 6-324993312: Received:  { Ans: , MgmtId:
> >>>>>1,
> >>>>>via:
> >>>>> 6, Ver: v1, Flags: 10, { CheckHealthAnswer } }
> >>>>> 2013-04-07 00:34:51,539 DEBUG [agent.manager.AgentManagerImpl]
> >>>>> (AgentTaskPool-5:null) Details from executing class
> >>>>> com.cloud.agent.api.CheckHealthCommand: resource is alive
> >>>>> 2013-04-07 00:34:51,539 DEBUG [agent.manager.AgentManagerImpl]
> >>>>> (AgentTaskPool-5:null) agent (6) responded to checkHeathCommand,
> >>>>>reporting
> >>>>> that agent is Up
> >>>>> 2013-04-07 00:34:51,539 INFO  [agent.manager.AgentManagerImpl]
> >>>>> (AgentTaskPool-5:null) The state determined is Up
> >>>>> 2013-04-07 00:34:51,539 INFO  [agent.manager.AgentManagerImpl]
> >>>>> (AgentTaskPool-5:null) Agent is determined to be up and running
> >>>>> 2013-04-07 00:34:51,539 DEBUG [cloud.host.Status]
> >>>>>(AgentTaskPool-5:null)
> >>>>> Transition:[Resource state = Enabled, Agent event = Ping, Host id =
> >>>>>6,
> >>>>>name
> >>>>> = Tut-XenServer]
> >>>>> 2013-04-07 00:34:51,542 DEBUG [cloud.host.Status]
> >>>>>(AgentTaskPool-5:null)
> >>>>> Agent status update: [id = 6; name = Tut-XenServer; old status = Up;
> >>>>>event
> >>>>> = Ping; new status = Up; old update count = 311; new update count =
> >>>>>312]
> >>>>> 2013-04-07 00:34:54,349 INFO  [cloud.vm.UserVmManagerImpl]
> >>>>> (UserVm-Scavenger-1:null) Found 1 vms to expunge.
> >>>>> 2013-04-07 00:34:54,349 DEBUG [cloud.vm.VirtualMachineManagerImpl]
> >>>>> (UserVm-Scavenger-1:null) Stopped called on
> >>>>> VM[User|a30b991d-1c38-4bae-803f-ab3be57a384f] but the state is Error
> >>>>> 2013-04-07 00:34:54,352 DEBUG [cloud.capacity.CapacityManagerImpl]
> >>>>> (UserVm-Scavenger-1:null) VM state transitted from :Error to
> >>>>>Expunging
> >>>>>with
> >>>>> event: ExpungeOperationvm's original host id: null new host id: null
> >>>>>host
> >>>>> id before state transition: null
> >>>>> 2013-04-07 00:34:54,352 DEBUG [cloud.vm.VirtualMachineManagerImpl]
> >>>>> (UserVm-Scavenger-1:null) Destroying vm
> >>>>> VM[User|a30b991d-1c38-4bae-803f-ab3be57a384f]
> >>>>> 2013-04-07 00:34:54,352 DEBUG [cloud.vm.VirtualMachineManagerImpl]
> >>>>> (UserVm-Scavenger-1:null) Cleaning up NICS
> >>>>> 2013-04-07 00:34:54,352 DEBUG [cloud.network.NetworkManagerImpl]
> >>>>> (UserVm-Scavenger-1:null) Cleaning network for vm: 14
> >>>>> 2013-04-07 00:34:54,360 DEBUG [network.guru.DirectNetworkGuru]
> >>>>> (UserVm-Scavenger-1:null) Deallocate network: networkId: 204, ip:
> >>>>>null
> >>>>> 2013-04-07 00:34:54,362 DEBUG [cloud.network.NetworkManagerImpl]
> >>>>> (UserVm-Scavenger-1:null) Removed nic id=20
> >>>>> 2013-04-07 00:34:54,362 DEBUG [cloud.storage.StorageManagerImpl]
> >>>>> (UserVm-Scavenger-1:null) Cleaning storage for vm: 14
> >>>>> 2013-04-07 00:34:54,363 DEBUG [cloud.storage.StorageManagerImpl]
> >>>>> (UserVm-Scavenger-1:null) Expunging Vol[14|vm=14|ROOT]
> >>>>> 2013-04-07 00:34:54,365 DEBUG [cloud.storage.StorageManagerImpl]
> >>>>> (UserVm-Scavenger-1:null) Marking volume that was never created as
> >>>>> destroyed: Vol[14|vm=14|ROOT]
> >>>>> 2013-04-07 00:34:54,368 DEBUG [cloud.vm.VirtualMachineManagerImpl]
> >>>>> (UserVm-Scavenger-1:null) Expunged
> >>>>> VM[User|a30b991d-1c38-4bae-803f-ab3be57a384f]
> >>>>> 2013-04-07 00:34:54,368 DEBUG [cloud.vm.UserVmManagerImpl]
> >>>>> (UserVm-Scavenger-1:null) Starting cleaning up vm
> >>>>> VM[User|a30b991d-1c38-4bae-803f-ab3be57a384f] resources...
> >>>>> 2013-04-07 00:34:54,371 INFO
> >>>>>[network.security.SecurityGroupManagerImpl]
> >>>>> (UserVm-Scavenger-1:null) Disassociated 1 network groups  from uservm
> >>>>>14
> >>>>> 2013-04-07 00:34:54,372 DEBUG
> >>>>>[network.security.SecurityGroupManagerImpl]
> >>>>> (UserVm-Scavenger-1:null) Security group mappings are removed
> >>>>>successfully
> >>>>> for vm id=14
> >>>>> 2013-04-07 00:34:54,376 DEBUG [network.firewall.FirewallManagerImpl]
> >>>>> (UserVm-Scavenger-1:null) No firewall rules are found for vm id=14
> >>>>> 2013-04-07 00:34:54,376 DEBUG [cloud.vm.UserVmManagerImpl]
> >>>>> (UserVm-Scavenger-1:null) Firewall rules are removed successfully as
> >>>>>a
> >>>>>part
> >>>>> of vm id=14 expunge
> >>>>> 2013-04-07 00:34:54,378 DEBUG [network.rules.RulesManagerImpl]
> >>>>> (UserVm-Scavenger-1:null) No port forwarding rules are found for vm
> >>>>>id=14
> >>>>> 2013-04-07 00:34:54,378 DEBUG [cloud.vm.UserVmManagerImpl]
> >>>>> (UserVm-Scavenger-1:null) Port forwarding rules are removed
> >>>>>successfully as
> >>>>> a part of vm id=14 expunge
> >>>>> 2013-04-07 00:34:54,379 DEBUG [cloud.vm.UserVmManagerImpl]
> >>>>> (UserVm-Scavenger-1:null) Removed vm id=14 from all load balancers as
> >>>>>a
> >>>>> part of expunge process
> >>>>> 2013-04-07 00:34:54,379 DEBUG [cloud.vm.UserVmManagerImpl]
> >>>>> (UserVm-Scavenger-1:null) Successfully cleaned up vm
> >>>>> VM[User|a30b991d-1c38-4bae-803f-ab3be57a384f] resources as a part of
> >>>>> expunge process
> >>>>> 2013-04-07 00:34:54,873 DEBUG [cloud.api.ApiServlet]
> >>>>> (1161145101@qtp-1008805148-33:null) ===START===  127.0.0.1 -- GET
> >>>>>
> >>>>>command=listVirtualMachines&response=json&sessionkey=Z6QqzU0Fq1iT13bMg
> >>>>>n
> >>>>>R
> >>>>>R
> >>>>>fl8GoVA%3D&listAll=true&page=1&pagesize=20&_=1365316494871
> >>>>> 2013-04-07 00:34:54,891 DEBUG [cloud.api.ApiServlet]
> >>>>> (1161145101@qtp-1008805148-33:null) ===END===  127.0.0.1 -- GET
> >>>>>
> >>>>>command=listVirtualMachines&response=json&sessionkey=Z6QqzU0Fq1iT13bMg
> >>>>>n
> >>>>>R
> >>>>>R
> >>>>>fl8GoVA%3D&listAll=true&page=1&pagesize=20&_=1365316494871
> >>>>> 2013-04-07 00:34:57,672 DEBUG [cloud.api.ApiServlet]
> >>>>> (1161145101@qtp-1008805148-33:null) ===START===  127.0.0.1 -- GET
> >>>>>
> >>>>>command=listZones&id=3a62dec3-cf95-4ba2-9af0-af2190af35e3&response=jso
> >>>>>n
> >>>>>&
> >>>>>s
> >>>>>essionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316497670
> >>>>> 2013-04-07 00:34:57,679 DEBUG [cloud.api.ApiServlet]
> >>>>> (1161145101@qtp-1008805148-33:null) ===END===  127.0.0.1 -- GET
> >>>>>
> >>>>>command=listZones&id=3a62dec3-cf95-4ba2-9af0-af2190af35e3&response=jso
> >>>>>n
> >>>>>&
> >>>>>s
> >>>>>essionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316497670
> >>>>> 2013-04-07 00:34:57,683 DEBUG [cloud.api.ApiServlet]
> >>>>> (1161145101@qtp-1008805148-33:null) ===START===  127.0.0.1 -- GET
> >>>>>
> >>>>>command=listNetworks&id=9d28211f-440e-4233-86d1-214b404074eb&response=
> >>>>>j
> >>>>>s
> >>>>>o
> >>>>>n&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316497681
> >>>>> 2013-04-07 00:34:57,708 DEBUG [cloud.api.ApiServlet]
> >>>>> (1161145101@qtp-1008805148-33:null) ===END===  127.0.0.1 -- GET
> >>>>>
> >>>>>command=listNetworks&id=9d28211f-440e-4233-86d1-214b404074eb&response=
> >>>>>j
> >>>>>s
> >>>>>o
> >>>>>n&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316497681
> >>>>> 2013-04-07 00:34:57,714 DEBUG [cloud.api.ApiServlet]
> >>>>> (1161145101@qtp-1008805148-33:null) ===START===  127.0.0.1 -- GET
> >>>>>
> >>>>>command=listVirtualMachines&id=94ddc16f-04fc-4da1-8326-01d8d5cdeb44&re
> >>>>>s
> >>>>>p
> >>>>>o
> >>>>>nse=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316497712
> >>>>> 2013-04-07 00:34:57,731 DEBUG [cloud.api.ApiServlet]
> >>>>> (1161145101@qtp-1008805148-33:null) ===END===  127.0.0.1 -- GET
> >>>>>
> >>>>>command=listVirtualMachines&id=94ddc16f-04fc-4da1-8326-01d8d5cdeb44&re
> >>>>>s
> >>>>>p
> >>>>>o
> >>>>>nse=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316497712
> >>>>> 2013-04-07 00:34:57,738 DEBUG [cloud.api.ApiServlet]
> >>>>> (1161145101@qtp-1008805148-33:null) ===START===  127.0.0.1 -- GET
> >>>>>
> >>>>>command=listOsTypes&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8Go
> >>>>>V
> >>>>>A
> >>>>>%
> >>>>>3D&_=1365316497736
> >>>>> 2013-04-07 00:34:57,754 DEBUG [cloud.api.ApiServlet]
> >>>>> (1109449945@qtp-1008805148-34:null) ===START===  127.0.0.1 -- GET
> >>>>>
> >>>>>command=listTags&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%
> >>>>>3
> >>>>>D
> >>>>>&
> >>>>>resourceId=94ddc16f-04fc-4da1-8326-01d8d5cdeb44&resourceType=UserVm&li
> >>>>>s
> >>>>>t
> >>>>>A
> >>>>>ll=true&_=1365316497750
> >>>>> 2013-04-07 00:34:57,763 DEBUG [cloud.api.ApiServlet]
> >>>>> (1109449945@qtp-1008805148-34:null) ===END===  127.0.0.1 -- GET
> >>>>>
> >>>>>command=listTags&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%
> >>>>>3
> >>>>>D
> >>>>>&
> >>>>>resourceId=94ddc16f-04fc-4da1-8326-01d8d5cdeb44&resourceType=UserVm&li
> >>>>>s
> >>>>>t
> >>>>>A
> >>>>>ll=true&_=1365316497750
> >>>>> 2013-04-07 00:34:57,889 DEBUG [cloud.api.ApiServlet]
> >>>>> (1161145101@qtp-1008805148-33:null) ===END===  127.0.0.1 -- GET
> >>>>>
> >>>>>command=listOsTypes&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8Go
> >>>>>V
> >>>>>A
> >>>>>%
> >>>>>3D&_=1365316497736
> >>>>> 2013-04-07 00:35:01,051 DEBUG [cloud.api.ApiServlet]
> >>>>> (1109449945@qtp-1008805148-34:null) ===START===  127.0.0.1 -- GET
> >>>>>
> >>>>>command=listServiceOfferings&response=json&sessionkey=Z6QqzU0Fq1iT13bM
> >>>>>g
> >>>>>n
> >>>>>R
> >>>>>Rfl8GoVA%3D&listAll=true&page=1&pagesize=20&issystem=false&_=136531650
> >>>>>1
> >>>>>0
> >>>>>4
> >>>>>7
> >>>>> 2013-04-07 00:35:01,064 DEBUG [cloud.api.ApiServlet]
> >>>>> (1109449945@qtp-1008805148-34:null) ===END===  127.0.0.1 -- GET
> >>>>>
> >>>>>command=listServiceOfferings&response=json&sessionkey=Z6QqzU0Fq1iT13bM
> >>>>>g
> >>>>>n
> >>>>>R
> >>>>>Rfl8GoVA%3D&listAll=true&page=1&pagesize=20&issystem=false&_=136531650
> >>>>>1
> >>>>>0
> >>>>>4
> >>>>>7
> >>>>> 2013-04-07 00:35:03,427 DEBUG [cloud.api.ApiServlet]
> >>>>> (1109449945@qtp-1008805148-34:null) ===START===  127.0.0.1 -- GET
> >>>>>
> >>>>>command=listServiceOfferings&response=json&sessionkey=Z6QqzU0Fq1iT13bM
> >>>>>g
> >>>>>n
> >>>>>R
> >>>>>Rfl8GoVA%3D&issystem=false&id=425cf3cf-4bc4-4e53-82a0-ba6c20dd3688&_=1
> >>>>>3
> >>>>>6
> >>>>>5
> >>>>>316503425
> >>>>> 2013-04-07 00:35:03,439 DEBUG [cloud.api.ApiServlet]
> >>>>> (1109449945@qtp-1008805148-34:null) ===END===  127.0.0.1 -- GET
> >>>>>
> >>>>>command=listServiceOfferings&response=json&sessionkey=Z6QqzU0Fq1iT13bM
> >>>>>g
> >>>>>n
> >>>>>R
> >>>>>Rfl8GoVA%3D&issystem=false&id=425cf3cf-4bc4-4e53-82a0-ba6c20dd3688&_=1
> >>>>>3
> >>>>>6
> >>>>>5
> >>>>>316503425
> >>>>> 2013-04-07 00:35:04,848 DEBUG [agent.manager.DirectAgentAttache]
> >>>>> (DirectAgent-349:null) Ping from 6
> >>>>> 2013-04-07 00:35:06,206 DEBUG [agent.manager.DirectAgentAttache]
> >>>>> (DirectAgent-292:null) Ping from 5
> >>>>> 2013-04-07 00:35:06,909 DEBUG [agent.manager.DirectAgentAttache]
> >>>>> (DirectAgent-334:null) Seq 6-324993028: Executing request
> >>>>> 2013-04-07 00:35:07,112 DEBUG [agent.manager.DirectAgentAttache]
> >>>>> (DirectAgent-334:null) Seq 6-324993028: Response Received:
> >>>>> 2013-04-07 00:35:07,112 DEBUG [agent.transport.Request]
> >>>>> (DirectAgent-334:null) Seq 6-324993028: Processing:  { Ans: , MgmtId:
> >>>>>1,
> >>>>> via: 6, Ver: v1, Flags: 10,
> >>>>>
> >>>>>[{"ClusterSyncAnswer":{"_clusterId":2,"_newStates":{},"_isExecuted":fa
> >>>>>l
> >>>>>s
> >>>>>e
> >>>>>,"result":true,"wait":0}}]
> >>>>> }
> >>>>> 2013-04-07 00:35:08,821 DEBUG [cloud.api.ApiServlet]
> >>>>> (1109449945@qtp-1008805148-34:null) ===START===  127.0.0.1 -- GET
> >>>>>
> >>>>>command=listConfigurations&response=json&sessionkey=Z6QqzU0Fq1iT13bMgn
> >>>>>R
> >>>>>R
> >>>>>f
> >>>>>l8GoVA%3D&page=1&pagesize=20&_=1365316508819
> >>>>> 2013-04-07 00:35:08,845 DEBUG [cloud.api.ApiServlet]
> >>>>> (1109449945@qtp-1008805148-34:null) ===END===  127.0.0.1 -- GET
> >>>>>
> >>>>>command=listConfigurations&response=json&sessionkey=Z6QqzU0Fq1iT13bMgn
> >>>>>R
> >>>>>R
> >>>>>f
> >>>>>l8GoVA%3D&page=1&pagesize=20&_=1365316508819
> >>>>> 2013-04-07 00:35:10,407 DEBUG [cloud.api.ApiServlet]
> >>>>> (1109449945@qtp-1008805148-34:null) ===START===  127.0.0.1 -- GET
> >>>>>
> >>>>>command=listZones&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA
> >>>>>%
> >>>>>3
> >>>>>D
> >>>>>&_=1365316510405
> >>>>> 2013-04-07 00:35:10,416 DEBUG [cloud.api.ApiServlet]
> >>>>> (1109449945@qtp-1008805148-34:null) ===END===  127.0.0.1 -- GET
> >>>>>
> >>>>>command=listZones&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA
> >>>>>%
> >>>>>3
> >>>>>D
> >>>>>&_=1365316510405
> >>>>> 2013-04-07 00:35:10,429 DEBUG [cloud.api.ApiServlet]
> >>>>> (1109449945@qtp-1008805148-34:null) ===START===  127.0.0.1 -- GET
> >>>>>
> >>>>>command=listPods&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%
> >>>>>3
> >>>>>D
> >>>>>&
> >>>>>page=1&pagesize=1&_=1365316510426
> >>>>> 2013-04-07 00:35:10,436 DEBUG [cloud.api.ApiServlet]
> >>>>> (1109449945@qtp-1008805148-34:null) ===END===  127.0.0.1 -- GET
> >>>>>
> >>>>>command=listPods&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%
> >>>>>3
> >>>>>D
> >>>>>&
> >>>>>page=1&pagesize=1&_=1365316510426
> >>>>> 2013-04-07 00:35:10,440 DEBUG [cloud.api.ApiServlet]
> >>>>> (1109449945@qtp-1008805148-34:null) ===START===  127.0.0.1 -- GET
> >>>>>
> >>>>>command=listClusters&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8G
> >>>>>o
> >>>>>V
> >>>>>A
> >>>>>%3D&page=1&pagesize=1&_=1365316510438
> >>>>> 2013-04-07 00:35:10,448 DEBUG [cloud.api.ApiServlet]
> >>>>> (1109449945@qtp-1008805148-34:null) ===END===  127.0.0.1 -- GET
> >>>>>
> >>>>>command=listClusters&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8G
> >>>>>o
> >>>>>V
> >>>>>A
> >>>>>%3D&page=1&pagesize=1&_=1365316510438
> >>>>> 2013-04-07 00:35:10,451 DEBUG [cloud.api.ApiServlet]
> >>>>> (1109449945@qtp-1008805148-34:null) ===START===  127.0.0.1 -- GET
> >>>>>
> >>>>>command=listHosts&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA
> >>>>>%
> >>>>>3
> >>>>>D
> >>>>>&type=routing&page=1&pagesize=1&_=1365316510449
> >>>>> 2013-04-07 00:35:10,456 DEBUG [api.query.QueryManagerImpl]
> >>>>> (1109449945@qtp-1008805148-34:null) >>>Searching for hosts>>>
> >>>>> 2013-04-07 00:35:10,461 DEBUG [api.query.QueryManagerImpl]
> >>>>> (1109449945@qtp-1008805148-34:null) >>>Generating Response>>>
> >>>>> 2013-04-07 00:35:10,466 DEBUG [cloud.api.ApiServlet]
> >>>>> (1109449945@qtp-1008805148-34:null) ===END===  127.0.0.1 -- GET
> >>>>>
> >>>>>command=listHosts&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA
> >>>>>%
> >>>>>3
> >>>>>D
> >>>>>&type=routing&page=1&pagesize=1&_=1365316510449
> >>>>> 2013-04-07 00:35:10,470 DEBUG [cloud.api.ApiServlet]
> >>>>> (1109449945@qtp-1008805148-34:null) ===START===  127.0.0.1 -- GET
> >>>>>
> >>>>>command=listStoragePools&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRR
> >>>>>f
> >>>>>l
> >>>>>8
> >>>>>GoVA%3D&page=1&pagesize=1&_=1365316510468
> >>>>> 2013-04-07 00:35:10,479 DEBUG [cloud.api.ApiServlet]
> >>>>> (1109449945@qtp-1008805148-34:null) ===END===  127.0.0.1 -- GET
> >>>>>
> >>>>>command=listStoragePools&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRR
> >>>>>f
> >>>>>l
> >>>>>8
> >>>>>GoVA%3D&page=1&pagesize=1&_=1365316510468
> >>>>> 2013-04-07 00:35:10,483 DEBUG [cloud.api.ApiServlet]
> >>>>> (1109449945@qtp-1008805148-34:null) ===START===  127.0.0.1 -- GET
> >>>>>
> >>>>>command=listHosts&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA
> >>>>>%
> >>>>>3
> >>>>>D
> >>>>>&type=SecondaryStorage&page=1&pagesize=1&_=1365316510481
> >>>>> 2013-04-07 00:35:10,488 DEBUG [api.query.QueryManagerImpl]
> >>>>> (1109449945@qtp-1008805148-34:null) >>>Searching for hosts>>>
> >>>>> 2013-04-07 00:35:10,493 DEBUG [api.query.QueryManagerImpl]
> >>>>> (1109449945@qtp-1008805148-34:null) >>>Generating Response>>>
> >>>>> 2013-04-07 00:35:10,494 DEBUG [cloud.api.ApiServlet]
> >>>>> (1109449945@qtp-1008805148-34:null) ===END===  127.0.0.1 -- GET
> >>>>>
> >>>>>command=listHosts&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA
> >>>>>%
> >>>>>3
> >>>>>D
> >>>>>&type=SecondaryStorage&page=1&pagesize=1&_=1365316510481
> >>>>> 2013-04-07 00:35:10,500 DEBUG [cloud.api.ApiServlet]
> >>>>> (1109449945@qtp-1008805148-34:null) ===START===  127.0.0.1 -- GET
> >>>>>
> >>>>>command=listSystemVms&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8
> >>>>>G
> >>>>>o
> >>>>>V
> >>>>>A%3D&page=1&pagesize=1&_=1365316510496
> >>>>> 2013-04-07 00:35:10,564 DEBUG [cloud.api.ApiServlet]
> >>>>> (1109449945@qtp-1008805148-34:null) ===END===  127.0.0.1 -- GET
> >>>>>
> >>>>>command=listSystemVms&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8
> >>>>>G
> >>>>>o
> >>>>>V
> >>>>>A%3D&page=1&pagesize=1&_=1365316510496
> >>>>> 2013-04-07 00:35:10,568 DEBUG [cloud.api.ApiServlet]
> >>>>> (1109449945@qtp-1008805148-34:null) ===START===  127.0.0.1 -- GET
> >>>>>
> >>>>>command=listRouters&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8Go
> >>>>>V
> >>>>>A
> >>>>>%
> >>>>>3D&projectid=-1&page=1&pagesize=1&_=1365316510566
> >>>>> 2013-04-07 00:35:10,576 DEBUG [cloud.api.ApiServlet]
> >>>>> (1109449945@qtp-1008805148-34:null) ===END===  127.0.0.1 -- GET
> >>>>>
> >>>>>command=listRouters&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8Go
> >>>>>V
> >>>>>A
> >>>>>%
> >>>>>3D&projectid=-1&page=1&pagesize=1&_=1365316510566
> >>>>> 2013-04-07 00:35:10,579 DEBUG [cloud.api.ApiServlet]
> >>>>> (1109449945@qtp-1008805148-34:null) ===START===  127.0.0.1 -- GET
> >>>>>
> >>>>>command=listRouters&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8Go
> >>>>>V
> >>>>>A
> >>>>>%
> >>>>>3D&listAll=true&page=1&pagesize=1&_=1365316510577
> >>>>> 2013-04-07 00:35:10,591 DEBUG [cloud.api.ApiServlet]
> >>>>> (1109449945@qtp-1008805148-34:null) ===END===  127.0.0.1 -- GET
> >>>>>
> >>>>>command=listRouters&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8Go
> >>>>>V
> >>>>>A
> >>>>>%
> >>>>>3D&listAll=true&page=1&pagesize=1&_=1365316510577
> >>>>> 2013-04-07 00:35:10,595 DEBUG [cloud.api.ApiServlet]
> >>>>> (1109449945@qtp-1008805148-34:null) ===START===  127.0.0.1 -- GET
> >>>>>
> >>>>>command=listCapacity&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8G
> >>>>>o
> >>>>>V
> >>>>>A
> >>>>>%3D&_=1365316510593
> >>>>> 2013-04-07 00:35:10,609 DEBUG [cloud.api.ApiServlet]
> >>>>> (1109449945@qtp-1008805148-34:null) ===END===  127.0.0.1 -- GET
> >>>>>
> >>>>>command=listCapacity&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8G
> >>>>>o
> >>>>>V
> >>>>>A
> >>>>>%3D&_=1365316510593
> >>>>> 2013-04-07 00:35:11,022 DEBUG [agent.manager.DirectAgentAttache]
> >>>>> (DirectAgent-298:null) Seq 5-614334468: Executing request
> >>>>> 2013-04-07 00:35:11,171 DEBUG [agent.manager.DirectAgentAttache]
> >>>>> (DirectAgent-298:null) Seq 5-614334468: Response Received:
> >>>>> 2013-04-07 00:35:11,172 DEBUG [agent.transport.Request]
> >>>>> (DirectAgent-298:null) Seq 5-614334468: Processing:  { Ans: , MgmtId:
> >>>>>1,
> >>>>> via: 5, Ver: v1, Flags: 10, [{"Answer":{"result":true,"wait":0}}] }
> >>>>> 2013-04-07 00:35:12,493 DEBUG [cloud.api.ApiServlet]
> >>>>> (1109449945@qtp-1008805148-34:null) ===START===  127.0.0.1 -- GET
> >>>>>
> >>>>>command=listStoragePools&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRR
> >>>>>f
> >>>>>l
> >>>>>8
> >>>>>GoVA%3D&page=1&pageSize=20&listAll=true&_=1365316512490
> >>>>> 2013-04-07 00:35:12,508 DEBUG [cloud.api.ApiServlet]
> >>>>> (1109449945@qtp-1008805148-34:null) ===END===  127.0.0.1 -- GET
> >>>>>
> >>>>>command=listStoragePools&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRR
> >>>>>f
> >>>>>l
> >>>>>8
> >>>>>GoVA%3D&page=1&pageSize=20&listAll=true&_=1365316512490
> >>>>> 2013-04-07 00:35:18,008 DEBUG [cloud.api.ApiServlet]
> >>>>> (1109449945@qtp-1008805148-34:null) ===START===  127.0.0.1 -- GET
> >>>>>
> >>>>>command=listZones&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA
> >>>>>%
> >>>>>3
> >>>>>D
> >>>>>&id=3a62dec3-cf95-4ba2-9af0-af2190af35e3&_=1365316518006
> >>>>> 2013-04-07 00:35:18,016 DEBUG [cloud.api.ApiServlet]
> >>>>> (1109449945@qtp-1008805148-34:null) ===END===  127.0.0.1 -- GET
> >>>>>
> >>>>>command=listZones&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA
> >>>>>%
> >>>>>3
> >>>>>D
> >>>>>&id=3a62dec3-cf95-4ba2-9af0-af2190af35e3&_=1365316518006
> >>>>> 2013-04-07 00:35:18,022 DEBUG [cloud.api.ApiServlet]
> >>>>> (1109449945@qtp-1008805148-34:null) ===START===  127.0.0.1 -- GET
> >>>>>
> >>>>>command=listStoragePools&id=iSCSI_SR_4&response=json&sessionkey=Z6QqzU
> >>>>>0
> >>>>>F
> >>>>>q
> >>>>>1iT13bMgnRRfl8GoVA%3D&_=1365316518019
> >>>>> 2013-04-07 00:35:18,036 DEBUG [cloud.api.ApiServlet]
> >>>>> (1109449945@qtp-1008805148-34:null) ===END===  127.0.0.1 -- GET
> >>>>>
> >>>>>command=listStoragePools&id=iSCSI_SR_4&response=json&sessionkey=Z6QqzU
> >>>>>0
> >>>>>F
> >>>>>q
> >>>>>1iT13bMgnRRfl8GoVA%3D&_=1365316518019
> >>>>> 2013-04-07 00:35:20,457 DEBUG
> >>>>> [storage.secondary.SecondaryStorageManagerImpl] (secstorage-1:null)
> >>>>>Zone 1
> >>>>> is ready to launch secondary storage VM
> >>>>> 2013-04-07 00:35:20,560 DEBUG
> >>>>>[cloud.consoleproxy.ConsoleProxyManagerImpl]
> >>>>> (consoleproxy-1:null) Zone 1 is ready to launch console proxy
> >>>>> 2013-04-07 00:35:20,820 DEBUG
> >>>>> [network.router.VirtualNetworkApplianceManagerImpl]
> >>>>> (RouterStatusMonitor-1:null) Found 0 routers to update status.
> >>>>> 2013-04-07 00:35:20,821 DEBUG
> >>>>> [network.router.VirtualNetworkApplianceManagerImpl]
> >>>>> (RouterStatusMonitor-1:null) Found 0 networks to update RvR status.
> >>>>> 2013-04-07 00:35:20,850 DEBUG
> >>>>> [network.router.VirtualNetworkApplianceManagerImpl]
> >>>>> (RouterStatusMonitor-1:null) Found 0 routers to update status.
> >>>>> 2013-04-07 00:35:20,851 DEBUG
> >>>>> [network.router.VirtualNetworkApplianceManagerImpl]
> >>>>> (RouterStatusMonitor-1:null) Found 0 networks to update RvR status.
> >>>>> 2013-04-07 00:35:23,644 DEBUG [cloud.api.ApiServlet]
> >>>>> (1109449945@qtp-1008805148-34:null) ===START===  127.0.0.1 -- GET
> >>>>>
> >>>>>command=listZones&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA
> >>>>>%
> >>>>>3
> >>>>>D
> >>>>>&id=3a62dec3-cf95-4ba2-9af0-af2190af35e3&_=1365316523642
> >>>>> 2013-04-07 00:35:23,652 DEBUG [cloud.api.ApiServlet]
> >>>>> (1109449945@qtp-1008805148-34:null) ===END===  127.0.0.1 -- GET
> >>>>>
> >>>>>command=listZones&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA
> >>>>>%
> >>>>>3
> >>>>>D
> >>>>>&id=3a62dec3-cf95-4ba2-9af0-af2190af35e3&_=1365316523642
> >>>>> 2013-04-07 00:35:23,657 DEBUG [cloud.api.ApiServlet]
> >>>>> (1109449945@qtp-1008805148-34:null) ===START===  127.0.0.1 -- GET
> >>>>>
> >>>>>command=listStoragePools&id=iSCSI_SR_3&response=json&sessionkey=Z6QqzU
> >>>>>0
> >>>>>F
> >>>>>q
> >>>>>1iT13bMgnRRfl8GoVA%3D&_=1365316523655
> >>>>> 2013-04-07 00:35:23,670 DEBUG [cloud.api.ApiServlet]
> >>>>> (1109449945@qtp-1008805148-34:null) ===END===  127.0.0.1 -- GET
> >>>>>
> >>>>>command=listStoragePools&id=iSCSI_SR_3&response=json&sessionkey=Z6QqzU
> >>>>>0
> >>>>>F
> >>>>>q
> >>>>>1iT13bMgnRRfl8GoVA%3D&_=1365316523655
> >>>>> 2013-04-07 00:35:24,890 DEBUG [agent.manager.AgentManagerImpl]
> >>>>> (AgentManager-Handler-2:null) Ping from 4
> >>>>> 2013-04-07 00:35:25,447 DEBUG [cloud.api.ApiServlet]
> >>>>> (1109449945@qtp-1008805148-34:null) ===START===  127.0.0.1 -- GET
> >>>>>
> >>>>>command=listZones&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA
> >>>>>%
> >>>>>3
> >>>>>D
> >>>>>&_=1365316525443
> >>>>> 2013-04-07 00:35:25,456 DEBUG [cloud.api.ApiServlet]
> >>>>> (1109449945@qtp-1008805148-34:null) ===END===  127.0.0.1 -- GET
> >>>>>
> >>>>>command=listZones&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA
> >>>>>%
> >>>>>3
> >>>>>D
> >>>>>&_=1365316525443
> >>>>> 2013-04-07 00:35:25,467 DEBUG [cloud.api.ApiServlet]
> >>>>> (1109449945@qtp-1008805148-34:null) ===START===  127.0.0.1 -- GET
> >>>>>
> >>>>>command=listPods&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%
> >>>>>3
> >>>>>D
> >>>>>&
> >>>>>page=1&pagesize=1&_=1365316525465
> >>>>> 2013-04-07 00:35:25,474 DEBUG [cloud.api.ApiServlet]
> >>>>> (1109449945@qtp-1008805148-34:null) ===END===  127.0.0.1 -- GET
> >>>>>
> >>>>>command=listPods&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%
> >>>>>3
> >>>>>D
> >>>>>&
> >>>>>page=1&pagesize=1&_=1365316525465
> >>>>> 2013-04-07 00:35:25,477 DEBUG [cloud.api.ApiServlet]
> >>>>> (1109449945@qtp-1008805148-34:null) ===START===  127.0.0.1 -- GET
> >>>>>
> >>>>>command=listClusters&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8G
> >>>>>o
> >>>>>V
> >>>>>A
> >>>>>%3D&page=1&pagesize=1&_=1365316525475
> >>>>> 2013-04-07 00:35:25,485 DEBUG [cloud.api.ApiServlet]
> >>>>> (1109449945@qtp-1008805148-34:null) ===END===  127.0.0.1 -- GET
> >>>>>
> >>>>>command=listClusters&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8G
> >>>>>o
> >>>>>V
> >>>>>A
> >>>>>%3D&page=1&pagesize=1&_=1365316525475
> >>>>> 2013-04-07 00:35:25,488 DEBUG [cloud.api.ApiServlet]
> >>>>> (1109449945@qtp-1008805148-34:null) ===START===  127.0.0.1 -- GET
> >>>>>
> >>>>>command=listHosts&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA
> >>>>>%
> >>>>>3
> >>>>>D
> >>>>>&type=routing&page=1&pagesize=1&_=1365316525486
> >>>>> 2013-04-07 00:35:25,493 DEBUG [api.query.QueryManagerImpl]
> >>>>> (1109449945@qtp-1008805148-34:null) >>>Searching for hosts>>>
> >>>>> 2013-04-07 00:35:25,498 DEBUG [api.query.QueryManagerImpl]
> >>>>> (1109449945@qtp-1008805148-34:null) >>>Generating Response>>>
> >>>>> 2013-04-07 00:35:25,504 DEBUG [cloud.api.ApiServlet]
> >>>>> (1109449945@qtp-1008805148-34:null) ===END===  127.0.0.1 -- GET
> >>>>>
> >>>>>command=listHosts&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA
> >>>>>%
> >>>>>3
> >>>>>D
> >>>>>&type=routing&page=1&pagesize=1&_=1365316525486
> >>>>> 2013-04-07 00:35:25,507 DEBUG [cloud.api.ApiServlet]
> >>>>> (1109449945@qtp-1008805148-34:null) ===START===  127.0.0.1 -- GET
> >>>>>
> >>>>>command=listStoragePools&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRR
> >>>>>f
> >>>>>l
> >>>>>8
> >>>>>GoVA%3D&page=1&pagesize=1&_=1365316525505
> >>>>> 2013-04-07 00:35:25,517 DEBUG [cloud.api.ApiServlet]
> >>>>> (1109449945@qtp-1008805148-34:null) ===END===  127.0.0.1 -- GET
> >>>>>
> >>>>>command=listStoragePools&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRR
> >>>>>f
> >>>>>l
> >>>>>8
> >>>>>GoVA%3D&page=1&pagesize=1&_=1365316525505
> >>>>> 2013-04-07 00:35:25,522 DEBUG [cloud.api.ApiServlet]
> >>>>> (1109449945@qtp-1008805148-34:null) ===START===  127.0.0.1 -- GET
> >>>>>
> >>>>>command=listHosts&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA
> >>>>>%
> >>>>>3
> >>>>>D
> >>>>>&type=SecondaryStorage&page=1&pagesize=1&_=1365316525519
> >>>>> 2013-04-07 00:35:25,526 DEBUG [api.query.QueryManagerImpl]
> >>>>> (1109449945@qtp-1008805148-34:null) >>>Searching for hosts>>>
> >>>>> 2013-04-07 00:35:25,531 DEBUG [api.query.QueryManagerImpl]
> >>>>> (1109449945@qtp-1008805148-34:null) >>>Generating Response>>>
> >>>>> 2013-04-07 00:35:25,533 DEBUG [cloud.api.ApiServlet]
> >>>>> (1109449945@qtp-1008805148-34:null) ===END===  127.0.0.1 -- GET
> >>>>>
> >>>>>command=listHosts&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA
> >>>>>%
> >>>>>3
> >>>>>D
> >>>>>&type=SecondaryStorage&page=1&pagesize=1&_=1365316525519
> >>>>> 2013-04-07 00:35:25,536 DEBUG [cloud.api.ApiServlet]
> >>>>> (1109449945@qtp-1008805148-34:null) ===START===  127.0.0.1 -- GET
> >>>>>
> >>>>>command=listSystemVms&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8
> >>>>>G
> >>>>>o
> >>>>>V
> >>>>>A%3D&page=1&pagesize=1&_=1365316525534
> >>>>> 2013-04-07 00:35:25,591 DEBUG [cloud.api.ApiServlet]
> >>>>> (1109449945@qtp-1008805148-34:null) ===END===  127.0.0.1 -- GET
> >>>>>
> >>>>>command=listSystemVms&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8
> >>>>>G
> >>>>>o
> >>>>>V
> >>>>>A%3D&page=1&pagesize=1&_=1365316525534
> >>>>> 2013-04-07 00:35:25,595 DEBUG [cloud.api.ApiServlet]
> >>>>> (1109449945@qtp-1008805148-34:null) ===START===  127.0.0.1 -- GET
> >>>>>
> >>>>>command=listRouters&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8Go
> >>>>>V
> >>>>>A
> >>>>>%
> >>>>>3D&projectid=-1&page=1&pagesize=1&_=1365316525593
> >>>>> 2013-04-07 00:35:25,603 DEBUG [cloud.api.ApiServlet]
> >>>>> (1109449945@qtp-1008805148-34:null) ===END===  127.0.0.1 -- GET
> >>>>>
> >>>>>command=listRouters&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8Go
> >>>>>V
> >>>>>A
> >>>>>%
> >>>>>3D&projectid=-1&page=1&pagesize=1&_=1365316525593
> >>>>> 2013-04-07 00:35:25,606 DEBUG [cloud.api.ApiServlet]
> >>>>> (1109449945@qtp-1008805148-34:null) ===START===  127.0.0.1 -- GET
> >>>>>
> >>>>>command=listRouters&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8Go
> >>>>>V
> >>>>>A
> >>>>>%
> >>>>>3D&listAll=true&page=1&pagesize=1&_=1365316525604
> >>>>> 2013-04-07 00:35:25,617 DEBUG [cloud.api.ApiServlet]
> >>>>> (1109449945@qtp-1008805148-34:null) ===END===  127.0.0.1 -- GET
> >>>>>
> >>>>>command=listRouters&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8Go
> >>>>>V
> >>>>>A
> >>>>>%
> >>>>>3D&listAll=true&page=1&pagesize=1&_=1365316525604
> >>>>> 2013-04-07 00:35:25,621 DEBUG [cloud.api.ApiServlet]
> >>>>> (1109449945@qtp-1008805148-34:null) ===START===  127.0.0.1 -- GET
> >>>>>
> >>>>>command=listCapacity&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8G
> >>>>>o
> >>>>>V
> >>>>>A
> >>>>>%3D&_=1365316525619
> >>>>> 2013-04-07 00:35:25,634 DEBUG [cloud.api.ApiServlet]
> >>>>> (1109449945@qtp-1008805148-34:null) ===END===  127.0.0.1 -- GET
> >>>>>
> >>>>>command=listCapacity&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8G
> >>>>>o
> >>>>>V
> >>>>>A
> >>>>>%3D&_=1365316525619
> >>>>> 2013-04-07 00:35:27,158 DEBUG [agent.manager.DirectAgentAttache]
> >>>>> (DirectAgent-276:null) Ping from 1
> >>>>> 2013-04-07 00:35:29,095 DEBUG [agent.manager.DirectAgentAttache]
> >>>>> (DirectAgent-139:null) Seq 1-90046472: Executing request
> >>>>> 2013-04-07 00:35:29,302 DEBUG [agent.manager.DirectAgentAttache]
> >>>>> (DirectAgent-139:null) Seq 1-90046472: Response Received:
> >>>>> 2013-04-07 00:35:29,303 DEBUG [agent.transport.Request]
> >>>>> (DirectAgent-139:null) Seq 1-90046472: Processing:  { Ans: , MgmtId:
> >>>>>1,
> >>>>> via: 1, Ver: v1, Flags: 10,
> >>>>>
> >>>>>[{"ClusterSyncAnswer":{"_clusterId":1,"_newStates":{},"_isExecuted":fa
> >>>>>l
> >>>>>s
> >>>>>e
> >>>>>,"result":true,"wait":0}}]
> >>>>> }
> >>>>> 2013-04-07 00:35:31,624 DEBUG [cloud.api.ApiServlet]
> >>>>> (1109449945@qtp-1008805148-34:null) ===START===  127.0.0.1 -- GET
> >>>>>
> >>>>>command=listVirtualMachines&response=json&sessionkey=Z6QqzU0Fq1iT13bMg
> >>>>>n
> >>>>>R
> >>>>>R
> >>>>>fl8GoVA%3D&listAll=true&page=1&pagesize=20&_=1365316531622
> >>>>> 2013-04-07 00:35:31,644 DEBUG [cloud.api.ApiServlet]
> >>>>> (1109449945@qtp-1008805148-34:null) ===END===  127.0.0.1 -- GET
> >>>>>
> >>>>>command=listVirtualMachines&response=json&sessionkey=Z6QqzU0Fq1iT13bMg
> >>>>>n
> >>>>>R
> >>>>>R
> >>>>>fl8GoVA%3D&listAll=true&page=1&pagesize=20&_=1365316531622
> >>>>> 2013-04-07 00:35:32,710 DEBUG [cloud.api.ApiServlet]
> >>>>> (1109449945@qtp-1008805148-34:null) ===START===  127.0.0.1 -- GET
> >>>>>
> >>>>>command=listVolumes&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8Go
> >>>>>V
> >>>>>A
> >>>>>%
> >>>>>3D&listAll=true&page=1&pagesize=20&_=1365316532708
> >>>>> 2013-04-07 00:35:32,724 DEBUG [cloud.api.ApiServlet]
> >>>>> (1109449945@qtp-1008805148-34:null) ===END===  127.0.0.1 -- GET
> >>>>>
> >>>>>command=listVolumes&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8Go
> >>>>>V
> >>>>>A
> >>>>>%
> >>>>>3D&listAll=true&page=1&pagesize=20&_=1365316532708
> >>>>> 2013-04-07 00:35:33,917 DEBUG [cloud.api.ApiServlet]
> >>>>> (1109449945@qtp-1008805148-34:null) ===START===  127.0.0.1 -- GET
> >>>>>
> >>>>>command=listVirtualMachines&response=json&sessionkey=Z6QqzU0Fq1iT13bMg
> >>>>>n
> >>>>>R
> >>>>>R
> >>>>>fl8GoVA%3D&listAll=true&page=1&pagesize=20&_=1365316533915
> >>>>> 2013-04-07 00:35:33,935 DEBUG [cloud.api.ApiServlet]
> >>>>> (1109449945@qtp-1008805148-34:null) ===END===  127.0.0.1 -- GET
> >>>>>
> >>>>>command=listVirtualMachines&response=json&sessionkey=Z6QqzU0Fq1iT13bMg
> >>>>>n
> >>>>>R
> >>>>>R
> >>>>>fl8GoVA%3D&listAll=true&page=1&pagesize=20&_=1365316533915
> >>>>> 2013-04-07 00:35:35,668 DEBUG [cloud.api.ApiServlet]
> >>>>> (1109449945@qtp-1008805148-34:null) ===START===  127.0.0.1 -- GET
> >>>>>
> >>>>>command=listVirtualMachines&id=c18ddf7c-fc61-40b0-af75-fdef05f8eae6&re
> >>>>>s
> >>>>>p
> >>>>>o
> >>>>>nse=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316535666
> >>>>> 2013-04-07 00:35:35,689 DEBUG [cloud.api.ApiServlet]
> >>>>> (1109449945@qtp-1008805148-34:null) ===END===  127.0.0.1 -- GET
> >>>>>
> >>>>>command=listVirtualMachines&id=c18ddf7c-fc61-40b0-af75-fdef05f8eae6&re
> >>>>>s
> >>>>>p
> >>>>>o
> >>>>>nse=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316535666
> >>>>> 2013-04-07 00:35:35,695 DEBUG [cloud.api.ApiServlet]
> >>>>> (1109449945@qtp-1008805148-34:null) ===START===  127.0.0.1 -- GET
> >>>>>
> >>>>>command=listOsTypes&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8Go
> >>>>>V
> >>>>>A
> >>>>>%
> >>>>>3D&_=1365316535693
> >>>>> 2013-04-07 00:35:35,873 DEBUG [cloud.api.ApiServlet]
> >>>>> (1109449945@qtp-1008805148-34:null) ===END===  127.0.0.1 -- GET
> >>>>>
> >>>>>command=listOsTypes&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8Go
> >>>>>V
> >>>>>A
> >>>>>%
> >>>>>3D&_=1365316535693
> >>>>> 2013-04-07 00:35:39,081 DEBUG [cloud.api.ApiServlet]
> >>>>> (1109449945@qtp-1008805148-34:null) ===START===  127.0.0.1 -- GET
> >>>>>
> >>>>>command=destroyVirtualMachine&id=c18ddf7c-fc61-40b0-af75-fdef05f8eae6&
> >>>>>r
> >>>>>e
> >>>>>s
> >>>>>ponse=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316539079
> >>>>> 2013-04-07 00:35:39,103 DEBUG [cloud.async.AsyncJobManagerImpl]
> >>>>> (1109449945@qtp-1008805148-34:null) submit async job-45, details:
> >>>>> AsyncJobVO {id:45, userId: 2, accountId: 2, sessionKey: null,
> >>>>>instanceType:
> >>>>> null, instanceId: 12, cmd:
> >>>>> org.apache.cloudstack.api.command.user.vm.DestroyVMCmd,
> >>>>>cmdOriginator:
> >>>>> null, cmdInfo:
> >>>>>
> >>>>>{"id":"c18ddf7c-fc61-40b0-af75-fdef05f8eae6","response":"json","sessio
> >>>>>n
> >>>>>k
> >>>>>e
> >>>>>y":"Z6QqzU0Fq1iT13bMgnRRfl8GoVA\u003d","ctxUserId":"2","_":"1365316539
> >>>>>0
> >>>>>7
> >>>>>9
> >>>>>","ctxAccountId":"2","ctxStartEventId":"50"},
> >>>>> cmdVersion: 0, callbackType: 0, callbackAddress: null, status: 0,
> >>>>> processStatus: 0, resultCode: 0, result: null, initMsid: 1,
> >>>>>completeMsid:
> >>>>> null, lastUpdated: null, lastPolled: null, created: null}
> >>>>> 2013-04-07 00:35:39,104 DEBUG [cloud.async.AsyncJobManagerImpl]
> >>>>> (Job-Executor-38:job-45) Executing
> >>>>> org.apache.cloudstack.api.command.user.vm.DestroyVMCmd for job-45
> >>>>> 2013-04-07 00:35:39,105 DEBUG [cloud.api.ApiServlet]
> >>>>> (1109449945@qtp-1008805148-34:null) ===END===  127.0.0.1 -- GET
> >>>>>
> >>>>>command=destroyVirtualMachine&id=c18ddf7c-fc61-40b0-af75-fdef05f8eae6&
> >>>>>r
> >>>>>e
> >>>>>s
> >>>>>ponse=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316539079
> >>>>> 2013-04-07 00:35:39,119 DEBUG [cloud.vm.VirtualMachineManagerImpl]
> >>>>> (Job-Executor-38:job-45) Destroying vm
> >>>>> VM[User|c18ddf7c-fc61-40b0-af75-fdef05f8eae6]
> >>>>> 2013-04-07 00:35:39,123 DEBUG [cloud.capacity.CapacityManagerImpl]
> >>>>> (Job-Executor-38:job-45) VM state transitted from :Running to
> >>>>>Stopping
> >>>>>with
> >>>>> event: StopRequestedvm's original host id: 5 new host id: 5 host id
> >>>>>before
> >>>>> state transition: 5
> >>>>> 2013-04-07 00:35:39,125 DEBUG [agent.transport.Request]
> >>>>> (Job-Executor-38:job-45) Seq 5-614334817: Sending  { Cmd , MgmtId: 1,
> >>>>>via:
> >>>>> 5, Ver: v1, Flags: 100111,
> >>>>> [{"StopCommand":{"isProxy":false,"vmName":"i-2-12-VM","wait":0}}] }
> >>>>> 2013-04-07 00:35:39,125 DEBUG [agent.transport.Request]
> >>>>> (Job-Executor-38:job-45) Seq 5-614334817: Executing:  { Cmd , MgmtId:
> >>>>>1,
> >>>>> via: 5, Ver: v1, Flags: 100111,
> >>>>> [{"StopCommand":{"isProxy":false,"vmName":"i-2-12-VM","wait":0}}] }
> >>>>> 2013-04-07 00:35:39,125 DEBUG [agent.manager.DirectAgentAttache]
> >>>>> (DirectAgent-414:null) Seq 5-614334817: Executing request
> >>>>> 2013-04-07 00:35:39,289 DEBUG [xen.resource.CitrixResourceBase]
> >>>>> (DirectAgent-414:null) 9. The VM i-2-12-VM is in Stopping state
> >>>>> 2013-04-07 00:35:39,720 INFO  [xen.resource.CitrixResourceBase]
> >>>>> (DirectAgent-414:null) Removed  network rules for vm i-2-12-VM
> >>>>> 2013-04-07 00:35:42,113 DEBUG [cloud.api.ApiServlet]
> >>>>> (1109449945@qtp-1008805148-34:null) ===START===  127.0.0.1 -- GET
> >>>>>
> >>>>>command=queryAsyncJobResult&jobId=1288fa5b-8b5f-4952-b056-b180437edfd5
> >>>>>&
> >>>>>r
> >>>>>e
> >>>>>sponse=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316542111
> >>>>> 2013-04-07 00:35:42,127 DEBUG [cloud.api.ApiServlet]
> >>>>> (1109449945@qtp-1008805148-34:null) ===END===  127.0.0.1 -- GET
> >>>>>
> >>>>>command=queryAsyncJobResult&jobId=1288fa5b-8b5f-4952-b056-b180437edfd5
> >>>>>&
> >>>>>r
> >>>>>e
> >>>>>sponse=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316542111
> >>>>> 2013-04-07 00:35:45,114 DEBUG [cloud.api.ApiServlet]
> >>>>> (1109449945@qtp-1008805148-34:null) ===START===  127.0.0.1 -- GET
> >>>>>
> >>>>>command=queryAsyncJobResult&jobId=1288fa5b-8b5f-4952-b056-b180437edfd5
> >>>>>&
> >>>>>r
> >>>>>e
> >>>>>sponse=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316545112
> >>>>> 2013-04-07 00:35:45,129 DEBUG [cloud.api.ApiServlet]
> >>>>> (1109449945@qtp-1008805148-34:null) ===END===  127.0.0.1 -- GET
> >>>>>
> >>>>>command=queryAsyncJobResult&jobId=1288fa5b-8b5f-4952-b056-b180437edfd5
> >>>>>&
> >>>>>r
> >>>>>e
> >>>>>sponse=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316545112
> >>>>> 2013-04-07 00:35:47,682 DEBUG [agent.manager.AgentManagerImpl]
> >>>>> (AgentManager-Handler-3:null) Ping from 3
> >>>>> 2013-04-07 00:35:48,115 DEBUG [cloud.api.ApiServlet]
> >>>>> (1109449945@qtp-1008805148-34:null) ===START===  127.0.0.1 -- GET
> >>>>>
> >>>>>command=queryAsyncJobResult&jobId=1288fa5b-8b5f-4952-b056-b180437edfd5
> >>>>>&
> >>>>>r
> >>>>>e
> >>>>>sponse=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316548112
> >>>>> 2013-04-07 00:35:48,133 DEBUG [cloud.api.ApiServlet]
> >>>>> (1109449945@qtp-1008805148-34:null) ===END===  127.0.0.1 -- GET
> >>>>>
> >>>>>command=queryAsyncJobResult&jobId=1288fa5b-8b5f-4952-b056-b180437edfd5
> >>>>>&
> >>>>>r
> >>>>>e
> >>>>>sponse=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316548112
> >>>>> 2013-04-07 00:35:50,456 DEBUG
> >>>>> [storage.secondary.SecondaryStorageManagerImpl] (secstorage-1:null)
> >>>>>Zone 1
> >>>>> is ready to launch secondary storage VM
> >>>>> 2013-04-07 00:35:50,564 DEBUG
> >>>>>[cloud.consoleproxy.ConsoleProxyManagerImpl]
> >>>>> (consoleproxy-1:null) Zone 1 is ready to launch console proxy
> >>>>> 2013-04-07 00:35:50,819 DEBUG
> >>>>> [network.router.VirtualNetworkApplianceManagerImpl]
> >>>>> (RouterStatusMonitor-1:null) Found 0 routers to update status.
> >>>>> 2013-04-07 00:35:50,821 DEBUG
> >>>>> [network.router.VirtualNetworkApplianceManagerImpl]
> >>>>> (RouterStatusMonitor-1:null) Found 0 networks to update RvR status.
> >>>>> 2013-04-07 00:35:50,851 DEBUG
> >>>>> [network.router.VirtualNetworkApplianceManagerImpl]
> >>>>> (RouterStatusMonitor-1:null) Found 0 routers to update status.
> >>>>> 2013-04-07 00:35:50,852 DEBUG
> >>>>> [network.router.VirtualNetworkApplianceManagerImpl]
> >>>>> (RouterStatusMonitor-1:null) Found 0 networks to update RvR status.
> >>>>> 2013-04-07 00:35:51,117 DEBUG [cloud.api.ApiServlet]
> >>>>> (1109449945@qtp-1008805148-34:null) ===START===  127.0.0.1 -- GET
> >>>>>
> >>>>>command=queryAsyncJobResult&jobId=1288fa5b-8b5f-4952-b056-b180437edfd5
> >>>>>&
> >>>>>r
> >>>>>e
> >>>>>sponse=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316551115
> >>>>> 2013-04-07 00:35:51,132 DEBUG [cloud.api.ApiServlet]
> >>>>> (1109449945@qtp-1008805148-34:null) ===END===  127.0.0.1 -- GET
> >>>>>
> >>>>>command=queryAsyncJobResult&jobId=1288fa5b-8b5f-4952-b056-b180437edfd5
> >>>>>&
> >>>>>r
> >>>>>e
> >>>>>sponse=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316551115
> >>>>> 2013-04-07 00:35:51,242 DEBUG [xen.resource.CitrixResourceBase]
> >>>>> (DirectAgent-414:null) 10. The VM i-2-12-VM is in Stopped state
> >>>>> 2013-04-07 00:35:51,242 DEBUG [agent.manager.DirectAgentAttache]
> >>>>> (DirectAgent-414:null) Seq 5-614334817: Response Received:
> >>>>> 2013-04-07 00:35:51,243 DEBUG [agent.transport.Request]
> >>>>> (DirectAgent-414:null) Seq 5-614334817: Processing:  { Ans: , MgmtId:
> >>>>>1,
> >>>>> via: 5, Ver: v1, Flags: 110,
> >>>>> [{"StopAnswer":{"vncPort":0,"result":true,"details":"Stop VM
> >>>>>i-2-12-VM
> >>>>> Succeed","wait":0}}] }
> >>>>> 2013-04-07 00:35:51,243 DEBUG [agent.transport.Request]
> >>>>> (Job-Executor-38:job-45) Seq 5-614334817: Received:  { Ans: , MgmtId:
> >>>>>1,
> >>>>> via: 5, Ver: v1, Flags: 110, { StopAnswer } }
> >>>>> 2013-04-07 00:35:51,243 DEBUG [agent.manager.AgentAttache]
> >>>>> (DirectAgent-414:null) Seq 5-614334817: No more commands found
> >>>>> 2013-04-07 00:35:51,244 DEBUG [cloud.vm.VirtualMachineManagerImpl]
> >>>>> (Job-Executor-38:job-45)
> >>>>>VM[User|c18ddf7c-fc61-40b0-af75-fdef05f8eae6]
> >>>>>is
> >>>>> stopped on the host.  Proceeding to release resource held.
> >>>>> 2013-04-07 00:35:51,251 DEBUG [cloud.network.NetworkManagerImpl]
> >>>>> (Job-Executor-38:job-45) Changing active number of nics for network
> >>>>>id=204
> >>>>> on -1
> >>>>> 2013-04-07 00:35:51,252 DEBUG [cloud.network.NetworkManagerImpl]
> >>>>> (Job-Executor-38:job-45) Asking ElasticLoadBalancerElement to release
> >>>>> Nic[18-12-6416c373-20d8-4617-8dcb-30a8ff9d0f34-192.168.56.195]
> >>>>> 2013-04-07 00:35:51,252 DEBUG [cloud.network.NetworkManagerImpl]
> >>>>> (Job-Executor-38:job-45) Asking NiciraNvpElement to release
> >>>>> Nic[18-12-6416c373-20d8-4617-8dcb-30a8ff9d0f34-192.168.56.195]
> >>>>> 2013-04-07 00:35:51,252 DEBUG [network.element.NiciraNvpElement]
> >>>>> (Job-Executor-38:job-45) Checking if NiciraNvpElement can handle
> >>>>>service
> >>>>> Connectivity on network guestNetworkForBasicZone
> >>>>> 2013-04-07 00:35:51,252 DEBUG [cloud.network.NetworkManagerImpl]
> >>>>> (Job-Executor-38:job-45) Asking BigSwitchVnsElement to release
> >>>>> Nic[18-12-6416c373-20d8-4617-8dcb-30a8ff9d0f34-192.168.56.195]
> >>>>> 2013-04-07 00:35:51,252 DEBUG [network.element.BigSwitchVnsElement]
> >>>>> (Job-Executor-38:job-45) Checking if BigSwitchVnsElement can handle
> >>>>>service
> >>>>> Connectivity on network guestNetworkForBasicZone
> >>>>> 2013-04-07 00:35:51,252 DEBUG [cloud.network.NetworkManagerImpl]
> >>>>> (Job-Executor-38:job-45) Asking Ovs to release
> >>>>> Nic[18-12-6416c373-20d8-4617-8dcb-30a8ff9d0f34-192.168.56.195]
> >>>>> 2013-04-07 00:35:51,252 DEBUG [cloud.network.NetworkManagerImpl]
> >>>>> (Job-Executor-38:job-45) Asking BareMetalDhcp to release
> >>>>> Nic[18-12-6416c373-20d8-4617-8dcb-30a8ff9d0f34-192.168.56.195]
> >>>>> 2013-04-07 00:35:51,252 DEBUG [cloud.network.NetworkManagerImpl]
> >>>>> (Job-Executor-38:job-45) Asking BareMetalPxe to release
> >>>>> Nic[18-12-6416c373-20d8-4617-8dcb-30a8ff9d0f34-192.168.56.195]
> >>>>> 2013-04-07 00:35:51,252 DEBUG [cloud.network.NetworkManagerImpl]
> >>>>> (Job-Executor-38:job-45) Asking BareMetalUserdata to release
> >>>>> Nic[18-12-6416c373-20d8-4617-8dcb-30a8ff9d0f34-192.168.56.195]
> >>>>> 2013-04-07 00:35:51,252 DEBUG [cloud.network.NetworkManagerImpl]
> >>>>> (Job-Executor-38:job-45) Asking SecurityGroupProvider to release
> >>>>> Nic[18-12-6416c373-20d8-4617-8dcb-30a8ff9d0f34-192.168.56.195]
> >>>>> 2013-04-07 00:35:51,252 DEBUG [cloud.network.NetworkManagerImpl]
> >>>>> (Job-Executor-38:job-45) Asking VirtualRouter to release
> >>>>> Nic[18-12-6416c373-20d8-4617-8dcb-30a8ff9d0f34-192.168.56.195]
> >>>>> 2013-04-07 00:35:51,253 DEBUG [cloud.network.NetworkManagerImpl]
> >>>>> (Job-Executor-38:job-45) Asking VpcVirtualRouter to release
> >>>>> Nic[18-12-6416c373-20d8-4617-8dcb-30a8ff9d0f34-192.168.56.195]
> >>>>> 2013-04-07 00:35:51,253 DEBUG [cloud.network.NetworkManagerImpl]
> >>>>> (Job-Executor-38:job-45) Asking NiciraNvp to release
> >>>>> Nic[18-12-6416c373-20d8-4617-8dcb-30a8ff9d0f34-192.168.56.195]
> >>>>> 2013-04-07 00:35:51,253 DEBUG [network.element.NiciraNvpElement]
> >>>>> (Job-Executor-38:job-45) Checking if NiciraNvpElement can handle
> >>>>>service
> >>>>> Connectivity on network guestNetworkForBasicZone
> >>>>> 2013-04-07 00:35:51,253 DEBUG [cloud.network.NetworkManagerImpl]
> >>>>> (Job-Executor-38:job-45) Asking JuniperSRX to release
> >>>>> Nic[18-12-6416c373-20d8-4617-8dcb-30a8ff9d0f34-192.168.56.195]
> >>>>> 2013-04-07 00:35:51,253 DEBUG [cloud.network.NetworkManagerImpl]
> >>>>> (Job-Executor-38:job-45) Asking Netscaler to release
> >>>>> Nic[18-12-6416c373-20d8-4617-8dcb-30a8ff9d0f34-192.168.56.195]
> >>>>> 2013-04-07 00:35:51,253 DEBUG [cloud.network.NetworkManagerImpl]
> >>>>> (Job-Executor-38:job-45) Asking F5BigIP to release
> >>>>> Nic[18-12-6416c373-20d8-4617-8dcb-30a8ff9d0f34-192.168.56.195]
> >>>>> 2013-04-07 00:35:51,253 DEBUG [cloud.network.NetworkManagerImpl]
> >>>>> (Job-Executor-38:job-45) Asking CiscoNexus1000vVSM to release
> >>>>> Nic[18-12-6416c373-20d8-4617-8dcb-30a8ff9d0f34-192.168.56.195]
> >>>>> 2013-04-07 00:35:51,253 DEBUG [cloud.vm.VirtualMachineManagerImpl]
> >>>>> (Job-Executor-38:job-45) Successfully released network resources for
> >>>>>the vm
> >>>>> VM[User|c18ddf7c-fc61-40b0-af75-fdef05f8eae6]
> >>>>> 2013-04-07 00:35:51,253 DEBUG [cloud.vm.VirtualMachineManagerImpl]
> >>>>> (Job-Executor-38:job-45) Successfully released storage resources for
> >>>>>the vm
> >>>>> VM[User|c18ddf7c-fc61-40b0-af75-fdef05f8eae6]
> >>>>> 2013-04-07 00:35:51,298 DEBUG [cloud.capacity.CapacityManagerImpl]
> >>>>> (Job-Executor-38:job-45) VM state transitted from :Stopping to
> >>>>>Stopped
> >>>>>with
> >>>>> event: OperationSucceededvm's original host id: 5 new host id: null
> >>>>>host id
> >>>>> before state transition: 5
> >>>>> 2013-04-07 00:35:51,302 DEBUG [cloud.capacity.CapacityManagerImpl]
> >>>>> (Job-Executor-38:job-45) Hosts's actual total CPU: 2479 and CPU after
> >>>>> applying overprovisioning: 2479
> >>>>> 2013-04-07 00:35:51,303 DEBUG [cloud.capacity.CapacityManagerImpl]
> >>>>> (Job-Executor-38:job-45) release cpu from host: 5, old used:
> >>>>>100,reserved:
> >>>>> 0, actual total: 2479, total with overprovisioning: 2479; new used:
> >>>>> 0,reserved:100; movedfromreserved: false,moveToReserveredtrue
> >>>>> 2013-04-07 00:35:51,303 DEBUG [cloud.capacity.CapacityManagerImpl]
> >>>>> (Job-Executor-38:job-45) release mem from host: 5, old used:
> >>>>> 1073741824,reserved: 0, total: 1671695424; new used:
> >>>>>0,reserved:1073741824;
> >>>>> movedfromreserved: false,moveToReserveredtrue
> >>>>> 2013-04-07 00:35:51,308 DEBUG [cloud.capacity.CapacityManagerImpl]
> >>>>> (Job-Executor-38:job-45) VM state transitted from :Stopped to
> >>>>>Destroyed
> >>>>> with event: DestroyRequestedvm's original host id: 5 new host id:
> >>>>>null
> >>>>>host
> >>>>> id before state transition: null
> >>>>> 2013-04-07 00:35:51,313 DEBUG [cloud.capacity.CapacityManagerImpl]
> >>>>> (Job-Executor-38:job-45) Hosts's actual total CPU: 2479 and CPU after
> >>>>> applying overprovisioning: 2479
> >>>>> 2013-04-07 00:35:51,313 DEBUG [cloud.capacity.CapacityManagerImpl]
> >>>>> (Job-Executor-38:job-45) release cpu from host: 5, old used:
> >>>>>0,reserved:
> >>>>> 100, actual total: 2479, total with overprovisioning: 2479; new used:
> >>>>> 0,reserved:0; movedfromreserved: true,moveToReserveredfalse
> >>>>> 2013-04-07 00:35:51,313 DEBUG [cloud.capacity.CapacityManagerImpl]
> >>>>> (Job-Executor-38:job-45) release mem from host: 5, old used:
> >>>>>0,reserved:
> >>>>> 1073741824, total: 1671695424; new used: 0,reserved:0;
> >>>>>movedfromreserved:
> >>>>> true,moveToReserveredfalse
> >>>>> 2013-04-07 00:35:51,328 DEBUG [cloud.async.AsyncJobManagerImpl]
> >>>>> (Job-Executor-38:job-45) Complete async job-45, jobStatus: 1,
> >>>>>resultCode:
> >>>>> 0, result: org.apache.cloudstack.api.response.UserVmResponse@324f6e41
> >>>>> 2013-04-07 00:35:51,332 DEBUG [cloud.async.AsyncJobManagerImpl]
> >>>>> (Job-Executor-38:job-45) Done executing
> >>>>> org.apache.cloudstack.api.command.user.vm.DestroyVMCmd for job-45
> >>>>> 2013-04-07 00:35:51,397 DEBUG [cloud.api.ApiServlet]
> >>>>> (1109449945@qtp-1008805148-34:null) ===START===  127.0.0.1 -- GET
> >>>>>
> >>>>>command=listVirtualMachines&id=94ddc16f-04fc-4da1-8326-01d8d5cdeb44&re
> >>>>>s
> >>>>>p
> >>>>>o
> >>>>>nse=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316551394
> >>>>> 2013-04-07 00:35:51,417 DEBUG [cloud.api.ApiServlet]
> >>>>> (1109449945@qtp-1008805148-34:null) ===END===  127.0.0.1 -- GET
> >>>>>
> >>>>>command=listVirtualMachines&id=94ddc16f-04fc-4da1-8326-01d8d5cdeb44&re
> >>>>>s
> >>>>>p
> >>>>>o
> >>>>>nse=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316551394
> >>>>> 2013-04-07 00:35:51,425 DEBUG [cloud.api.ApiServlet]
> >>>>> (1109449945@qtp-1008805148-34:null) ===START===  127.0.0.1 -- GET
> >>>>>
> >>>>>command=listOsTypes&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8Go
> >>>>>V
> >>>>>A
> >>>>>%
> >>>>>3D&_=1365316551423
> >>>>> 2013-04-07 00:35:51,472 INFO  [agent.manager.AgentMonitor]
> >>>>> (Thread-11:null) Found the following agents behind on ping: [6, 5]
> >>>>> 2013-04-07 00:35:51,473 DEBUG [cloud.host.Status] (Thread-11:null)
> >>>>>Ping
> >>>>> timeout for host 6, do invstigation
> >>>>> 2013-04-07 00:35:51,475 DEBUG [cloud.host.Status] (Thread-11:null)
> >>>>>Ping
> >>>>> timeout for host 5, do invstigation
> >>>>> 2013-04-07 00:35:51,475 INFO  [agent.manager.AgentManagerImpl]
> >>>>> (AgentTaskPool-7:null) Investigating why host 6 has disconnected with
> >>>>>event
> >>>>> PingTimeout
> >>>>> 2013-04-07 00:35:51,475 DEBUG [agent.manager.AgentManagerImpl]
> >>>>> (AgentTaskPool-7:null) checking if agent (6) is alive
> >>>>> 2013-04-07 00:35:51,478 INFO  [agent.manager.AgentManagerImpl]
> >>>>> (AgentTaskPool-8:null) Investigating why host 5 has disconnected with
> >>>>>event
> >>>>> PingTimeout
> >>>>> 2013-04-07 00:35:51,478 DEBUG [agent.manager.AgentManagerImpl]
> >>>>> (AgentTaskPool-8:null) checking if agent (5) is alive
> >>>>> 2013-04-07 00:35:51,480 DEBUG [agent.transport.Request]
> >>>>> (AgentTaskPool-7:null) Seq 6-324993313: Sending  { Cmd , MgmtId: 1,
> >>>>>via: 6,
> >>>>> Ver: v1, Flags: 100011, [{"CheckHealthCommand":{"wait":50}}] }
> >>>>> 2013-04-07 00:35:51,481 DEBUG [agent.transport.Request]
> >>>>> (AgentTaskPool-7:null) Seq 6-324993313: Executing:  { Cmd , MgmtId:
> >>>>>1,
> >>>>>via:
> >>>>> 6, Ver: v1, Flags: 100011, [{"CheckHealthCommand":{"wait":50}}] }
> >>>>> 2013-04-07 00:35:51,481 DEBUG [agent.manager.DirectAgentAttache]
> >>>>> (DirectAgent-361:null) Seq 6-324993313: Executing request
> >>>>> 2013-04-07 00:35:51,488 DEBUG [agent.transport.Request]
> >>>>> (AgentTaskPool-8:null) Seq 5-614334818: Sending  { Cmd , MgmtId: 1,
> >>>>>via: 5,
> >>>>> Ver: v1, Flags: 100011, [{"CheckHealthCommand":{"wait":50}}] }
> >>>>> 2013-04-07 00:35:51,489 DEBUG [agent.transport.Request]
> >>>>> (AgentTaskPool-8:null) Seq 5-614334818: Executing:  { Cmd , MgmtId:
> >>>>>1,
> >>>>>via:
> >>>>> 5, Ver: v1, Flags: 100011, [{"CheckHealthCommand":{"wait":50}}] }
> >>>>> 2013-04-07 00:35:51,489 DEBUG [agent.manager.DirectAgentAttache]
> >>>>> (DirectAgent-290:null) Seq 5-614334818: Executing request
> >>>>> 2013-04-07 00:35:51,556 DEBUG [agent.manager.DirectAgentAttache]
> >>>>> (DirectAgent-290:null) Seq 5-614334818: Response Received:
> >>>>> 2013-04-07 00:35:51,557 DEBUG [agent.transport.Request]
> >>>>> (DirectAgent-290:null) Seq 5-614334818: Processing:  { Ans: , MgmtId:
> >>>>>1,
> >>>>> via: 5, Ver: v1, Flags: 10,
> >>>>> [{"CheckHealthAnswer":{"result":true,"details":"resource is
> >>>>> alive","wait":0}}] }
> >>>>> 2013-04-07 00:35:51,557 DEBUG [agent.transport.Request]
> >>>>> (AgentTaskPool-8:null) Seq 5-614334818: Received:  { Ans: , MgmtId:
> >>>>>1,
> >>>>>via:
> >>>>> 5, Ver: v1, Flags: 10, { CheckHealthAnswer } }
> >>>>> 2013-04-07 00:35:51,557 DEBUG [agent.manager.AgentManagerImpl]
> >>>>> (AgentTaskPool-8:null) Details from executing class
> >>>>> com.cloud.agent.api.CheckHealthCommand: resource is alive
> >>>>> 2013-04-07 00:35:51,557 DEBUG [agent.manager.AgentManagerImpl]
> >>>>> (AgentTaskPool-8:null) agent (5) responded to checkHeathCommand,
> >>>>>reporting
> >>>>> that agent is Up
> >>>>> 2013-04-07 00:35:51,557 INFO  [agent.manager.AgentManagerImpl]
> >>>>> (AgentTaskPool-8:null) The state determined is Up
> >>>>> 2013-04-07 00:35:51,557 INFO  [agent.manager.AgentManagerImpl]
> >>>>> (AgentTaskPool-8:null) Agent is determined to be up and running
> >>>>> 2013-04-07 00:35:51,557 DEBUG [cloud.host.Status]
> >>>>>(AgentTaskPool-8:null)
> >>>>> Transition:[Resource state = Enabled, Agent event = Ping, Host id =
> >>>>>5,
> >>>>>name
> >>>>> = Tut-XenServer2]
> >>>>> 2013-04-07 00:35:51,563 DEBUG [cloud.host.Status]
> >>>>>(AgentTaskPool-8:null)
> >>>>> Agent status update: [id = 5; name = Tut-XenServer2; old status = Up;
> >>>>>event
> >>>>> = Ping; new status = Up; old update count = 149; new update count =
> >>>>>150]
> >>>>> 2013-04-07 00:35:51,568 DEBUG [agent.manager.DirectAgentAttache]
> >>>>> (DirectAgent-361:null) Seq 6-324993313: Response Received:
> >>>>> 2013-04-07 00:35:51,568 DEBUG [agent.transport.Request]
> >>>>> (DirectAgent-361:null) Seq 6-324993313: Processing:  { Ans: , MgmtId:
> >>>>>1,
> >>>>> via: 6, Ver: v1, Flags: 10,
> >>>>> [{"CheckHealthAnswer":{"result":true,"details":"resource is
> >>>>> alive","wait":0}}] }
> >>>>> 2013-04-07 00:35:51,569 DEBUG [agent.transport.Request]
> >>>>> (AgentTaskPool-7:null) Seq 6-324993313: Received:  { Ans: , MgmtId:
> >>>>>1,
> >>>>>via:
> >>>>> 6, Ver: v1, Flags: 10, { CheckHealthAnswer } }
> >>>>> 2013-04-07 00:35:51,569 DEBUG [agent.manager.AgentManagerImpl]
> >>>>> (AgentTaskPool-7:null) Details from executing class
> >>>>> com.cloud.agent.api.CheckHealthCommand: resource is alive
> >>>>> 2013-04-07 00:35:51,569 DEBUG [agent.manager.AgentManagerImpl]
> >>>>> (AgentTaskPool-7:null) agent (6) responded to checkHeathCommand,
> >>>>>reporting
> >>>>> that agent is Up
> >>>>> 2013-04-07 00:35:51,569 INFO  [agent.manager.AgentManagerImpl]
> >>>>> (AgentTaskPool-7:null) The state determined is Up
> >>>>> 2013-04-07 00:35:51,569 INFO  [agent.manager.AgentManagerImpl]
> >>>>> (AgentTaskPool-7:null) Agent is determined to be up and running
> >>>>> 2013-04-07 00:35:51,569 DEBUG [cloud.host.Status]
> >>>>>(AgentTaskPool-7:null)
> >>>>> Transition:[Resource state = Enabled, Agent event = Ping, Host id =
> >>>>>6,
> >>>>>name
> >>>>> = Tut-XenServer]
> >>>>> 2013-04-07 00:35:51,574 DEBUG [cloud.host.Status]
> >>>>>(AgentTaskPool-7:null)
> >>>>> Agent status update: [id = 6; name = Tut-XenServer; old status = Up;
> >>>>>event
> >>>>> = Ping; new status = Up; old update count = 312; new update count =
> >>>>>313]
> >>>>> 2013-04-07 00:35:51,668 DEBUG [cloud.api.ApiServlet]
> >>>>> (1109449945@qtp-1008805148-34:null) ===END===  127.0.0.1 -- GET
> >>>>>
> >>>>>command=listOsTypes&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8Go
> >>>>>V
> >>>>>A
> >>>>>%
> >>>>>3D&_=1365316551423
> >>>>> 2013-04-07 00:35:54,118 DEBUG [cloud.api.ApiServlet]
> >>>>> (1109449945@qtp-1008805148-34:null) ===START===  127.0.0.1 -- GET
> >>>>>
> >>>>>command=queryAsyncJobResult&jobId=1288fa5b-8b5f-4952-b056-b180437edfd5
> >>>>>&
> >>>>>r
> >>>>>e
> >>>>>sponse=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316554116
> >>>>> 2013-04-07 00:35:54,129 DEBUG [cloud.async.AsyncJobManagerImpl]
> >>>>> (1109449945@qtp-1008805148-34:null) Async job-45 completed
> >>>>> 2013-04-07 00:35:54,135 DEBUG [cloud.api.ApiServlet]
> >>>>> (1109449945@qtp-1008805148-34:null) ===END===  127.0.0.1 -- GET
> >>>>>
> >>>>>command=queryAsyncJobResult&jobId=1288fa5b-8b5f-4952-b056-b180437edfd5
> >>>>>&
> >>>>>r
> >>>>>e
> >>>>>sponse=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316554116
> >>>>> 2013-04-07 00:35:55,077 DEBUG [cloud.api.ApiServlet]
> >>>>> (1109449945@qtp-1008805148-34:null) ===START===  127.0.0.1 -- GET
> >>>>>
> >>>>>command=destroyVirtualMachine&id=94ddc16f-04fc-4da1-8326-01d8d5cdeb44&
> >>>>>r
> >>>>>e
> >>>>>s
> >>>>>ponse=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316555075
> >>>>> 2013-04-07 00:35:55,098 DEBUG [cloud.async.AsyncJobManagerImpl]
> >>>>> (1109449945@qtp-1008805148-34:null) submit async job-46, details:
> >>>>> AsyncJobVO {id:46, userId: 2, accountId: 2, sessionKey: null,
> >>>>>instanceType:
> >>>>> null, instanceId: 13, cmd:
> >>>>> org.apache.cloudstack.api.command.user.vm.DestroyVMCmd,
> >>>>>cmdOriginator:
> >>>>> null, cmdInfo:
> >>>>>
> >>>>>{"id":"94ddc16f-04fc-4da1-8326-01d8d5cdeb44","response":"json","sessio
> >>>>>n
> >>>>>k
> >>>>>e
> >>>>>y":"Z6QqzU0Fq1iT13bMgnRRfl8GoVA\u003d","ctxUserId":"2","_":"1365316555
> >>>>>0
> >>>>>7
> >>>>>5
> >>>>>","ctxAccountId":"2","ctxStartEventId":"51"},
> >>>>> cmdVersion: 0, callbackType: 0, callbackAddress: null, status: 0,
> >>>>> processStatus: 0, resultCode: 0, result: null, initMsid: 1,
> >>>>>completeMsid:
> >>>>> null, lastUpdated: null, lastPolled: null, created: null}
> >>>>> 2013-04-07 00:35:55,098 DEBUG [cloud.async.AsyncJobManagerImpl]
> >>>>> (Job-Executor-39:job-46) Executing
> >>>>> org.apache.cloudstack.api.command.user.vm.DestroyVMCmd for job-46
> >>>>> 2013-04-07 00:35:55,100 DEBUG [cloud.api.ApiServlet]
> >>>>> (1109449945@qtp-1008805148-34:null) ===END===  127.0.0.1 -- GET
> >>>>>
> >>>>>command=destroyVirtualMachine&id=94ddc16f-04fc-4da1-8326-01d8d5cdeb44&
> >>>>>r
> >>>>>e
> >>>>>s
> >>>>>ponse=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316555075
> >>>>> 2013-04-07 00:35:55,113 DEBUG [cloud.vm.VirtualMachineManagerImpl]
> >>>>> (Job-Executor-39:job-46) Destroying vm
> >>>>> VM[User|94ddc16f-04fc-4da1-8326-01d8d5cdeb44]
> >>>>> 2013-04-07 00:35:55,116 DEBUG [cloud.capacity.CapacityManagerImpl]
> >>>>> (Job-Executor-39:job-46) VM state transitted from :Running to
> >>>>>Stopping
> >>>>>with
> >>>>> event: StopRequestedvm's original host id: 6 new host id: 6 host id
> >>>>>before
> >>>>> state transition: 6
> >>>>> 2013-04-07 00:35:55,118 DEBUG [agent.transport.Request]
> >>>>> (Job-Executor-39:job-46) Seq 6-324993314: Sending  { Cmd , MgmtId: 1,
> >>>>>via:
> >>>>> 6, Ver: v1, Flags: 100111,
> >>>>> [{"StopCommand":{"isProxy":false,"vmName":"i-2-13-VM","wait":0}}] }
> >>>>> 2013-04-07 00:35:55,118 DEBUG [agent.transport.Request]
> >>>>> (Job-Executor-39:job-46) Seq 6-324993314: Executing:  { Cmd , MgmtId:
> >>>>>1,
> >>>>> via: 6, Ver: v1, Flags: 100111,
> >>>>> [{"StopCommand":{"isProxy":false,"vmName":"i-2-13-VM","wait":0}}] }
> >>>>> 2013-04-07 00:35:55,118 DEBUG [agent.manager.DirectAgentAttache]
> >>>>> (DirectAgent-7:null) Seq 6-324993314: Executing request
> >>>>> 2013-04-07 00:35:55,216 DEBUG [xen.resource.CitrixResourceBase]
> >>>>> (DirectAgent-7:null) 9. The VM i-2-13-VM is in Stopping state
> >>>>> 2013-04-07 00:35:55,532 INFO  [xen.resource.CitrixResourceBase]
> >>>>> (DirectAgent-7:null) Removed  network rules for vm i-2-13-VM
> >>>>> 2013-04-07 00:35:58,107 DEBUG [cloud.api.ApiServlet]
> >>>>> (1109449945@qtp-1008805148-34:null) ===START===  127.0.0.1 -- GET
> >>>>>
> >>>>>command=queryAsyncJobResult&jobId=042967f3-4fd4-4bcf-a646-999eeca87235
> >>>>>&
> >>>>>r
> >>>>>e
> >>>>>sponse=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316558105
> >>>>> 2013-04-07 00:35:58,121 DEBUG [cloud.api.ApiServlet]
> >>>>> (1109449945@qtp-1008805148-34:null) ===END===  127.0.0.1 -- GET
> >>>>>
> >>>>>command=queryAsyncJobResult&jobId=042967f3-4fd4-4bcf-a646-999eeca87235
> >>>>>&
> >>>>>r
> >>>>>e
> >>>>>sponse=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316558105
> >>>>> 2013-04-07 00:36:01,107 DEBUG [cloud.api.ApiServlet]
> >>>>> (1109449945@qtp-1008805148-34:null) ===START===  127.0.0.1 -- GET
> >>>>>
> >>>>>command=queryAsyncJobResult&jobId=042967f3-4fd4-4bcf-a646-999eeca87235
> >>>>>&
> >>>>>r
> >>>>>e
> >>>>>sponse=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316561105
> >>>>> 2013-04-07 00:36:01,121 DEBUG [cloud.api.ApiServlet]
> >>>>> (1109449945@qtp-1008805148-34:null) ===END===  127.0.0.1 -- GET
> >>>>>
> >>>>>command=queryAsyncJobResult&jobId=042967f3-4fd4-4bcf-a646-999eeca87235
> >>>>>&
> >>>>>r
> >>>>>e
> >>>>>sponse=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316561105
> >>>>> 2013-04-07 00:36:04,108 DEBUG [cloud.api.ApiServlet]
> >>>>> (1109449945@qtp-1008805148-34:null) ===START===  127.0.0.1 -- GET
> >>>>>
> >>>>>command=queryAsyncJobResult&jobId=042967f3-4fd4-4bcf-a646-999eeca87235
> >>>>>&
> >>>>>r
> >>>>>e
> >>>>>sponse=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316564106
> >>>>> 2013-04-07 00:36:04,128 DEBUG [cloud.api.ApiServlet]
> >>>>> (1109449945@qtp-1008805148-34:null) ===END===  127.0.0.1 -- GET
> >>>>>
> >>>>>command=queryAsyncJobResult&jobId=042967f3-4fd4-4bcf-a646-999eeca87235
> >>>>>&
> >>>>>r
> >>>>>e
> >>>>>sponse=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316564106
> >>>>> 2013-04-07 00:36:04,783 DEBUG [xen.resource.CitrixResourceBase]
> >>>>> (DirectAgent-7:null) 10. The VM i-2-13-VM is in Stopped state
> >>>>> 2013-04-07 00:36:04,783 DEBUG [agent.manager.DirectAgentAttache]
> >>>>> (DirectAgent-7:null) Seq 6-324993314: Response Received:
> >>>>> 2013-04-07 00:36:04,783 DEBUG [agent.transport.Request]
> >>>>> (DirectAgent-7:null) Seq 6-324993314: Processing:  { Ans: , MgmtId:
> >>>>>1,
> >>>>>via:
> >>>>> 6, Ver: v1, Flags: 110,
> >>>>> [{"StopAnswer":{"vncPort":0,"result":true,"details":"Stop VM
> >>>>>i-2-13-VM
> >>>>> Succeed","wait":0}}] }
> >>>>> 2013-04-07 00:36:04,783 DEBUG [agent.transport.Request]
> >>>>> (Job-Executor-39:job-46) Seq 6-324993314: Received:  { Ans: , MgmtId:
> >>>>>1,
> >>>>> via: 6, Ver: v1, Flags: 110, { StopAnswer } }
> >>>>> 2013-04-07 00:36:04,783 DEBUG [agent.manager.AgentAttache]
> >>>>> (DirectAgent-7:null) Seq 6-324993314: No more commands found
> >>>>> 2013-04-07 00:36:04,784 DEBUG [cloud.vm.VirtualMachineManagerImpl]
> >>>>> (Job-Executor-39:job-46)
> >>>>>VM[User|94ddc16f-04fc-4da1-8326-01d8d5cdeb44]
> >>>>>is
> >>>>> stopped on the host.  Proceeding to release resource held.
> >>>>> 2013-04-07 00:36:04,793 DEBUG [cloud.network.NetworkManagerImpl]
> >>>>> (Job-Executor-39:job-46) Changing active number of nics for network
> >>>>>id=204
> >>>>> on -1
> >>>>> 2013-04-07 00:36:04,794 DEBUG [cloud.network.NetworkManagerImpl]
> >>>>> (Job-Executor-39:job-46) Asking ElasticLoadBalancerElement to release
> >>>>> Nic[19-13-a8349669-6ff2-443f-88d3-c5d69100df3a-192.168.56.146]
> >>>>> 2013-04-07 00:36:04,794 DEBUG [cloud.network.NetworkManagerImpl]
> >>>>> (Job-Executor-39:job-46) Asking NiciraNvpElement to release
> >>>>> Nic[19-13-a8349669-6ff2-443f-88d3-c5d69100df3a-192.168.56.146]
> >>>>> 2013-04-07 00:36:04,795 DEBUG [network.element.NiciraNvpElement]
> >>>>> (Job-Executor-39:job-46) Checking if NiciraNvpElement can handle
> >>>>>service
> >>>>> Connectivity on network guestNetworkForBasicZone
> >>>>> 2013-04-07 00:36:04,795 DEBUG [cloud.network.NetworkManagerImpl]
> >>>>> (Job-Executor-39:job-46) Asking BigSwitchVnsElement to release
> >>>>> Nic[19-13-a8349669-6ff2-443f-88d3-c5d69100df3a-192.168.56.146]
> >>>>> 2013-04-07 00:36:04,795 DEBUG [network.element.BigSwitchVnsElement]
> >>>>> (Job-Executor-39:job-46) Checking if BigSwitchVnsElement can handle
> >>>>>service
> >>>>> Connectivity on network guestNetworkForBasicZone
> >>>>> 2013-04-07 00:36:04,795 DEBUG [cloud.network.NetworkManagerImpl]
> >>>>> (Job-Executor-39:job-46) Asking Ovs to release
> >>>>> Nic[19-13-a8349669-6ff2-443f-88d3-c5d69100df3a-192.168.56.146]
> >>>>> 2013-04-07 00:36:04,795 DEBUG [cloud.network.NetworkManagerImpl]
> >>>>> (Job-Executor-39:job-46) Asking BareMetalDhcp to release
> >>>>> Nic[19-13-a8349669-6ff2-443f-88d3-c5d69100df3a-192.168.56.146]
> >>>>> 2013-04-07 00:36:04,795 DEBUG [cloud.network.NetworkManagerImpl]
> >>>>> (Job-Executor-39:job-46) Asking BareMetalPxe to release
> >>>>> Nic[19-13-a8349669-6ff2-443f-88d3-c5d69100df3a-192.168.56.146]
> >>>>> 2013-04-07 00:36:04,795 DEBUG [cloud.network.NetworkManagerImpl]
> >>>>> (Job-Executor-39:job-46) Asking BareMetalUserdata to release
> >>>>> Nic[19-13-a8349669-6ff2-443f-88d3-c5d69100df3a-192.168.56.146]
> >>>>> 2013-04-07 00:36:04,795 DEBUG [cloud.network.NetworkManagerImpl]
> >>>>> (Job-Executor-39:job-46) Asking SecurityGroupProvider to release
> >>>>> Nic[19-13-a8349669-6ff2-443f-88d3-c5d69100df3a-192.168.56.146]
> >>>>> 2013-04-07 00:36:04,795 DEBUG [cloud.network.NetworkManagerImpl]
> >>>>> (Job-Executor-39:job-46) Asking VirtualRouter to release
> >>>>> Nic[19-13-a8349669-6ff2-443f-88d3-c5d69100df3a-192.168.56.146]
> >>>>> 2013-04-07 00:36:04,795 DEBUG [cloud.network.NetworkManagerImpl]
> >>>>> (Job-Executor-39:job-46) Asking VpcVirtualRouter to release
> >>>>> Nic[19-13-a8349669-6ff2-443f-88d3-c5d69100df3a-192.168.56.146]
> >>>>> 2013-04-07 00:36:04,795 DEBUG [cloud.network.NetworkManagerImpl]
> >>>>> (Job-Executor-39:job-46) Asking NiciraNvp to release
> >>>>> Nic[19-13-a8349669-6ff2-443f-88d3-c5d69100df3a-192.168.56.146]
> >>>>> 2013-04-07 00:36:04,795 DEBUG [network.element.NiciraNvpElement]
> >>>>> (Job-Executor-39:job-46) Checking if NiciraNvpElement can handle
> >>>>>service
> >>>>> Connectivity on network guestNetworkForBasicZone
> >>>>> 2013-04-07 00:36:04,795 DEBUG [cloud.network.NetworkManagerImpl]
> >>>>> (Job-Executor-39:job-46) Asking JuniperSRX to release
> >>>>> Nic[19-13-a8349669-6ff2-443f-88d3-c5d69100df3a-192.168.56.146]
> >>>>> 2013-04-07 00:36:04,795 DEBUG [cloud.network.NetworkManagerImpl]
> >>>>> (Job-Executor-39:job-46) Asking Netscaler to release
> >>>>> Nic[19-13-a8349669-6ff2-443f-88d3-c5d69100df3a-192.168.56.146]
> >>>>> 2013-04-07 00:36:04,795 DEBUG [cloud.network.NetworkManagerImpl]
> >>>>> (Job-Executor-39:job-46) Asking F5BigIP to release
> >>>>> Nic[19-13-a8349669-6ff2-443f-88d3-c5d69100df3a-192.168.56.146]
> >>>>> 2013-04-07 00:36:04,795 DEBUG [cloud.network.NetworkManagerImpl]
> >>>>> (Job-Executor-39:job-46) Asking CiscoNexus1000vVSM to release
> >>>>> Nic[19-13-a8349669-6ff2-443f-88d3-c5d69100df3a-192.168.56.146]
> >>>>> 2013-04-07 00:36:04,795 DEBUG [cloud.vm.VirtualMachineManagerImpl]
> >>>>> (Job-Executor-39:job-46) Successfully released network resources for
> >>>>>the vm
> >>>>> VM[User|94ddc16f-04fc-4da1-8326-01d8d5cdeb44]
> >>>>> 2013-04-07 00:36:04,795 DEBUG [cloud.vm.VirtualMachineManagerImpl]
> >>>>> (Job-Executor-39:job-46) Successfully released storage resources for
> >>>>>the vm
> >>>>> VM[User|94ddc16f-04fc-4da1-8326-01d8d5cdeb44]
> >>>>> 2013-04-07 00:36:04,836 DEBUG [cloud.capacity.CapacityManagerImpl]
> >>>>> (Job-Executor-39:job-46) VM state transitted from :Stopping to
> >>>>>Stopped
> >>>>>with
> >>>>> event: OperationSucceededvm's original host id: 6 new host id: null
> >>>>>host id
> >>>>> before state transition: 6
> >>>>> 2013-04-07 00:36:04,843 DEBUG [cloud.capacity.CapacityManagerImpl]
> >>>>> (Job-Executor-39:job-46) Hosts's actual total CPU: 2382 and CPU after
> >>>>> applying overprovisioning: 2382
> >>>>> 2013-04-07 00:36:04,844 DEBUG [cloud.capacity.CapacityManagerImpl]
> >>>>> (Job-Executor-39:job-46) release cpu from host: 6, old used:
> >>>>>200,reserved:
> >>>>> 0, actual total: 2382, total with overprovisioning: 2382; new used:
> >>>>> 100,reserved:100; movedfromreserved: false,moveToReserveredtrue
> >>>>> 2013-04-07 00:36:04,844 DEBUG [cloud.capacity.CapacityManagerImpl]
> >>>>> (Job-Executor-39:job-46) release mem from host: 6, old used:
> >>>>> 1178599424,reserved: 0, total: 1671695424; new used:
> >>>>> 104857600,reserved:1073741824; movedfromreserved:
> >>>>>false,moveToReserveredtrue
> >>>>> 2013-04-07 00:36:04,854 DEBUG [cloud.capacity.CapacityManagerImpl]
> >>>>> (Job-Executor-39:job-46) VM state transitted from :Stopped to
> >>>>>Destroyed
> >>>>> with event: DestroyRequestedvm's original host id: 6 new host id:
> >>>>>null
> >>>>>host
> >>>>> id before state transition: null
> >>>>> 2013-04-07 00:36:04,863 DEBUG [cloud.capacity.CapacityManagerImpl]
> >>>>> (Job-Executor-39:job-46) Hosts's actual total CPU: 2382 and CPU after
> >>>>> applying overprovisioning: 2382
> >>>>> 2013-04-07 00:36:04,863 DEBUG [cloud.capacity.CapacityManagerImpl]
> >>>>> (Job-Executor-39:job-46) release cpu from host: 6, old used:
> >>>>>100,reserved:
> >>>>> 100, actual total: 2382, total with overprovisioning: 2382; new used:
> >>>>> 100,reserved:0; movedfromreserved: true,moveToReserveredfalse
> >>>>> 2013-04-07 00:36:04,863 DEBUG [cloud.capacity.CapacityManagerImpl]
> >>>>> (Job-Executor-39:job-46) release mem from host: 6, old used:
> >>>>> 104857600,reserved: 1073741824, total: 1671695424; new used:
> >>>>> 104857600,reserved:0; movedfromreserved: true,moveToReserveredfalse
> >>>>> 2013-04-07 00:36:04,892 DEBUG [cloud.async.AsyncJobManagerImpl]
> >>>>> (Job-Executor-39:job-46) Complete async job-46, jobStatus: 1,
> >>>>>resultCode:
> >>>>> 0, result: org.apache.cloudstack.api.response.UserVmResponse@519ba6bb
> >>>>> 2013-04-07 00:36:04,897 DEBUG [cloud.async.AsyncJobManagerImpl]
> >>>>> (Job-Executor-39:job-46) Done executing
> >>>>> org.apache.cloudstack.api.command.user.vm.DestroyVMCmd for job-46
> >>>>> 2013-04-07 00:36:04,949 DEBUG [agent.manager.DirectAgentAttache]
> >>>>> (DirectAgent-410:null) Ping from 6
> >>>>> 2013-04-07 00:36:06,058 DEBUG [agent.manager.DirectAgentAttache]
> >>>>> (DirectAgent-234:null) Ping from 5
> >>>>> 2013-04-07 00:36:06,909 DEBUG [agent.manager.DirectAgentAttache]
> >>>>> (DirectAgent-407:null) Seq 6-324993028: Executing request
> >>>>> 2013-04-07 00:36:07,097 DEBUG [xen.resource.CitrixResourceBase]
> >>>>> (DirectAgent-407:null) VM missing i-2-13-VM old state stopped so
> >>>>>removing.
> >>>>> 2013-04-07 00:36:07,098 DEBUG [xen.resource.CitrixResourceBase]
> >>>>> (DirectAgent-407:null) VM missing i-2-12-VM old state stopped so
> >>>>>removing.
> >>>>> 2013-04-07 00:36:07,098 DEBUG [agent.manager.DirectAgentAttache]
> >>>>> (DirectAgent-407:null) Seq 6-324993028: Response Received:
> >>>>> 2013-04-07 00:36:07,098 DEBUG [agent.transport.Request]
> >>>>> (DirectAgent-407:null) Seq 6-324993028: Processing:  { Ans: , MgmtId:
> >>>>>1,
> >>>>> via: 6, Ver: v1, Flags: 10,
> >>>>>
> >>>>>[{"ClusterSyncAnswer":{"_clusterId":2,"_newStates":{},"_isExecuted":fa
> >>>>>l
> >>>>>s
> >>>>>e
> >>>>>,"result":true,"wait":0}}]
> >>>>> }
> >>>>> 2013-04-07 00:36:07,109 DEBUG [cloud.api.ApiServlet]
> >>>>> (1109449945@qtp-1008805148-34:null) ===START===  127.0.0.1 -- GET
> >>>>>
> >>>>>command=queryAsyncJobResult&jobId=042967f3-4fd4-4bcf-a646-999eeca87235
> >>>>>&
> >>>>>r
> >>>>>e
> >>>>>sponse=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316567107
> >>>>> 2013-04-07 00:36:07,119 DEBUG [cloud.async.AsyncJobManagerImpl]
> >>>>> (1109449945@qtp-1008805148-34:null) Async job-46 completed
> >>>>> 2013-04-07 00:36:07,125 DEBUG [cloud.api.ApiServlet]
> >>>>> (1109449945@qtp-1008805148-34:null) ===END===  127.0.0.1 -- GET
> >>>>>
> >>>>>command=queryAsyncJobResult&jobId=042967f3-4fd4-4bcf-a646-999eeca87235
> >>>>>&
> >>>>>r
> >>>>>e
> >>>>>sponse=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316567107
> >>>>> 2013-04-07 00:36:11,022 DEBUG [agent.manager.DirectAgentAttache]
> >>>>> (DirectAgent-110:null) Seq 5-614334468: Executing request
> >>>>> 2013-04-07 00:36:11,171 DEBUG [agent.manager.DirectAgentAttache]
> >>>>> (DirectAgent-110:null) Seq 5-614334468: Response Received:
> >>>>> 2013-04-07 00:36:11,171 DEBUG [agent.transport.Request]
> >>>>> (DirectAgent-110:null) Seq 5-614334468: Processing:  { Ans: , MgmtId:
> >>>>>1,
> >>>>> via: 5, Ver: v1, Flags: 10, [{"Answer":{"result":true,"wait":0}}] }
> >>>>> 2013-04-07 00:36:12,411 DEBUG [cloud.api.ApiServlet]
> >>>>> (1109449945@qtp-1008805148-34:null) ===START===  127.0.0.1 -- GET
> >>>>>
> >>>>>command=listVolumes&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8Go
> >>>>>V
> >>>>>A
> >>>>>%
> >>>>>3D&listAll=true&page=1&pagesize=20&_=1365316572408
> >>>>> 2013-04-07 00:36:12,426 DEBUG [cloud.api.ApiServlet]
> >>>>> (1109449945@qtp-1008805148-34:null) ===END===  127.0.0.1 -- GET
> >>>>>
> >>>>>command=listVolumes&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8Go
> >>>>>V
> >>>>>A
> >>>>>%
> >>>>>3D&listAll=true&page=1&pagesize=20&_=1365316572408
> >>>>> 2013-04-07 00:36:13,241 DEBUG [cloud.api.ApiServlet]
> >>>>> (1109449945@qtp-1008805148-34:null) ===START===  127.0.0.1 -- GET
> >>>>>
> >>>>>command=listVirtualMachines&response=json&sessionkey=Z6QqzU0Fq1iT13bMg
> >>>>>n
> >>>>>R
> >>>>>R
> >>>>>fl8GoVA%3D&listAll=true&page=1&pagesize=20&_=1365316573239
> >>>>> 2013-04-07 00:36:13,259 DEBUG [cloud.api.ApiServlet]
> >>>>> (1109449945@qtp-1008805148-34:null) ===END===  127.0.0.1 -- GET
> >>>>>
> >>>>>command=listVirtualMachines&response=json&sessionkey=Z6QqzU0Fq1iT13bMg
> >>>>>n
> >>>>>R
> >>>>>R
> >>>>>fl8GoVA%3D&listAll=true&page=1&pagesize=20&_=1365316573239
> >>>>> 2013-04-07 00:36:19,140 DEBUG [cloud.api.ApiServlet]
> >>>>> (1109449945@qtp-1008805148-34:null) ===START===  127.0.0.1 -- GET
> >>>>>
> >>>>>command=listVolumes&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8Go
> >>>>>V
> >>>>>A
> >>>>>%
> >>>>>3D&listAll=true&page=1&pagesize=20&_=1365316579137
> >>>>> 2013-04-07 00:36:19,155 DEBUG [cloud.api.ApiServlet]
> >>>>> (1109449945@qtp-1008805148-34:null) ===END===  127.0.0.1 -- GET
> >>>>>
> >>>>>command=listVolumes&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8Go
> >>>>>V
> >>>>>A
> >>>>>%
> >>>>>3D&listAll=true&page=1&pagesize=20&_=1365316579137
> >>>>> 2013-04-07 00:36:20,452 DEBUG
> >>>>> [storage.secondary.SecondaryStorageManagerImpl] (secstorage-1:null)
> >>>>>Zone 1
> >>>>> is ready to launch secondary storage VM
> >>>>> 2013-04-07 00:36:20,498 DEBUG [cloud.api.ApiServlet]
> >>>>> (1109449945@qtp-1008805148-34:null) ===START===  127.0.0.1 -- GET
> >>>>>
> >>>>>command=listVirtualMachines&response=json&sessionkey=Z6QqzU0Fq1iT13bMg
> >>>>>n
> >>>>>R
> >>>>>R
> >>>>>fl8GoVA%3D&listAll=true&page=1&pagesize=20&_=1365316580496
> >>>>> 2013-04-07 00:36:20,519 DEBUG [cloud.api.ApiServlet]
> >>>>> (1109449945@qtp-1008805148-34:null) ===END===  127.0.0.1 -- GET
> >>>>>
> >>>>>command=listVirtualMachines&response=json&sessionkey=Z6QqzU0Fq1iT13bMg
> >>>>>n
> >>>>>R
> >>>>>R
> >>>>>fl8GoVA%3D&listAll=true&page=1&pagesize=20&_=1365316580496
> >>>>> 2013-04-07 00:36:20,554 DEBUG
> >>>>>[cloud.consoleproxy.ConsoleProxyManagerImpl]
> >>>>> (consoleproxy-1:null) Zone 1 is ready to launch console proxy
> >>>>> 2013-04-07 00:36:20,820 DEBUG
> >>>>> [network.router.VirtualNetworkApplianceManagerImpl]
> >>>>> (RouterStatusMonitor-1:null) Found 0 routers to update status.
> >>>>> 2013-04-07 00:36:20,821 DEBUG
> >>>>> [network.router.VirtualNetworkApplianceManagerImpl]
> >>>>> (RouterStatusMonitor-1:null) Found 0 networks to update RvR status.
> >>>>> 2013-04-07 00:36:20,850 DEBUG
> >>>>> [network.router.VirtualNetworkApplianceManagerImpl]
> >>>>> (RouterStatusMonitor-1:null) Found 0 routers to update status.
> >>>>> 2013-04-07 00:36:20,852 DEBUG
> >>>>> [network.router.VirtualNetworkApplianceManagerImpl]
> >>>>> (RouterStatusMonitor-1:null) Found 0 networks to update RvR status.
> >>>>> 2013-04-07 00:36:21,588 DEBUG [cloud.api.ApiServlet]
> >>>>> (1109449945@qtp-1008805148-34:null) ===START===  127.0.0.1 -- GET
> >>>>>
> >>>>>command=listVolumes&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8Go
> >>>>>V
> >>>>>A
> >>>>>%
> >>>>>3D&listAll=true&page=1&pagesize=20&_=1365316581586
> >>>>> 2013-04-07 00:36:21,602 DEBUG [cloud.api.ApiServlet]
> >>>>> (1109449945@qtp-1008805148-34:null) ===END===  127.0.0.1 -- GET
> >>>>>
> >>>>>command=listVolumes&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8Go
> >>>>>V
> >>>>>A
> >>>>>%
> >>>>>3D&listAll=true&page=1&pagesize=20&_=1365316581586
> >>>>> 2013-04-07 00:36:22,324 DEBUG [cloud.api.ApiServlet]
> >>>>> (1109449945@qtp-1008805148-34:null) ===START===  127.0.0.1 -- GET
> >>>>>
> >>>>>command=listVirtualMachines&response=json&sessionkey=Z6QqzU0Fq1iT13bMg
> >>>>>n
> >>>>>R
> >>>>>R
> >>>>>fl8GoVA%3D&listAll=true&page=1&pagesize=20&_=1365316582321
> >>>>> 2013-04-07 00:36:22,348 DEBUG [cloud.api.ApiServlet]
> >>>>> (1109449945@qtp-1008805148-34:null) ===END===  127.0.0.1 -- GET
> >>>>>
> >>>>>command=listVirtualMachines&response=json&sessionkey=Z6QqzU0Fq1iT13bMg
> >>>>>n
> >>>>>R
> >>>>>R
> >>>>>fl8GoVA%3D&listAll=true&page=1&pagesize=20&_=1365316582321
> >>>>> 2013-04-07 00:36:24,891 DEBUG [agent.manager.AgentManagerImpl]
> >>>>> (AgentManager-Handler-4:null) Ping from 4
> >>>>> 2013-04-07 00:36:27,193 DEBUG [agent.manager.DirectAgentAttache]
> >>>>> (DirectAgent-204:null) Ping from 1
> >>>>> 2013-04-07 00:36:29,095 DEBUG [agent.manager.DirectAgentAttache]
> >>>>> (DirectAgent-277:null) Seq 1-90046472: Executing request
> >>>>> 2013-04-07 00:36:29,354 DEBUG [agent.manager.DirectAgentAttache]
> >>>>> (DirectAgent-277:null) Seq 1-90046472: Response Received:
> >>>>> 2013-04-07 00:36:29,355 DEBUG [agent.transport.Request]
> >>>>> (DirectAgent-277:null) Seq 1-90046472: Processing:  { Ans: , MgmtId:
> >>>>>1,
> >>>>> via: 1, Ver: v1, Flags: 10,
> >>>>>
> >>>>>[{"ClusterSyncAnswer":{"_clusterId":1,"_newStates":{},"_isExecuted":fa
> >>>>>l
> >>>>>s
> >>>>>e
> >>>>>,"result":true,"wait":0}}]
> >>>>> }
> >>>>> 2013-04-07 00:36:47,680 DEBUG [agent.manager.AgentManagerImpl]
> >>>>> (AgentManager-Handler-5:null) Ping from 3
> >>>>> 2013-04-07 00:36:50,451 DEBUG
> >>>>> [storage.secondary.SecondaryStorageManagerImpl] (secstorage-1:null)
> >>>>>Zone 1
> >>>>> is ready to launch secondary storage VM
> >>>>> 2013-04-07 00:36:50,554 DEBUG
> >>>>>[cloud.consoleproxy.ConsoleProxyManagerImpl]
> >>>>> (consoleproxy-1:null) Zone 1 is ready to launch console proxy
> >>>>> 2013-04-07 00:36:50,820 DEBUG
> >>>>> [network.router.VirtualNetworkApplianceManagerImpl]
> >>>>> (RouterStatusMonitor-1:null) Found 0 routers to update status.
> >>>>> 2013-04-07 00:36:50,821 DEBUG
> >>>>> [network.router.VirtualNetworkApplianceManagerImpl]
> >>>>> (RouterStatusMonitor-1:null) Found 0 networks to update RvR status.
> >>>>> 2013-04-07 00:36:50,851 DEBUG
> >>>>> [network.router.VirtualNetworkApplianceManagerImpl]
> >>>>> (RouterStatusMonitor-1:null) Found 0 routers to update status.
> >>>>> 2013-04-07 00:36:50,852 DEBUG
> >>>>> [network.router.VirtualNetworkApplianceManagerImpl]
> >>>>> (RouterStatusMonitor-1:null) Found 0 networks to update RvR status.
> >>>>> 2013-04-07 00:36:51,476 INFO  [agent.manager.AgentMonitor]
> >>>>> (Thread-11:null) Found the following agents behind on ping: [6, 5]
> >>>>> 2013-04-07 00:36:51,477 DEBUG [cloud.host.Status] (Thread-11:null)
> >>>>>Ping
> >>>>> timeout for host 6, do invstigation
> >>>>> 2013-04-07 00:36:51,479 DEBUG [cloud.host.Status] (Thread-11:null)
> >>>>>Ping
> >>>>> timeout for host 5, do invstigation
> >>>>> 2013-04-07 00:36:51,479 INFO  [agent.manager.AgentManagerImpl]
> >>>>> (AgentTaskPool-9:null) Investigating why host 6 has disconnected with
> >>>>>event
> >>>>> PingTimeout
> >>>>> 2013-04-07 00:36:51,479 DEBUG [agent.manager.AgentManagerImpl]
> >>>>> (AgentTaskPool-9:null) checking if agent (6) is alive
> >>>>> 2013-04-07 00:36:51,482 INFO  [agent.manager.AgentManagerImpl]
> >>>>> (AgentTaskPool-12:null) Investigating why host 5 has disconnected
> >>>>>with
> >>>>> event PingTimeout
> >>>>> 2013-04-07 00:36:51,482 DEBUG [agent.manager.AgentManagerImpl]
> >>>>> (AgentTaskPool-12:null) checking if agent (5) is alive
> >>>>> 2013-04-07 00:36:51,483 DEBUG [agent.transport.Request]
> >>>>> (AgentTaskPool-9:null) Seq 6-324993315: Sending  { Cmd , MgmtId: 1,
> >>>>>via: 6,
> >>>>> Ver: v1, Flags: 100011, [{"CheckHealthCommand":{"wait":50}}] }
> >>>>> 2013-04-07 00:36:51,484 DEBUG [agent.transport.Request]
> >>>>> (AgentTaskPool-9:null) Seq 6-324993315: Executing:  { Cmd , MgmtId:
> >>>>>1,
> >>>>>via:
> >>>>> 6, Ver: v1, Flags: 100011, [{"CheckHealthCommand":{"wait":50}}] }
> >>>>> 2013-04-07 00:36:51,484 DEBUG [agent.manager.DirectAgentAttache]
> >>>>> (DirectAgent-169:null) Seq 6-324993315: Executing request
> >>>>> 2013-04-07 00:36:51,485 DEBUG [agent.transport.Request]
> >>>>> (AgentTaskPool-12:null) Seq 5-614334819: Sending  { Cmd , MgmtId: 1,
> >>>>>via:
> >>>>> 5, Ver: v1, Flags: 100011, [{"CheckHealthCommand":{"wait":50}}] }
> >>>>> 2013-04-07 00:36:51,485 DEBUG [agent.transport.Request]
> >>>>> (AgentTaskPool-12:null) Seq 5-614334819: Executing:  { Cmd , MgmtId:
> >>>>>1,
> >>>>> via: 5, Ver: v1, Flags: 100011, [{"CheckHealthCommand":{"wait":50}}]
> >>>>>}
> >>>>> 2013-04-07 00:36:51,485 DEBUG [agent.manager.DirectAgentAttache]
> >>>>> (DirectAgent-498:null) Seq 5-614334819: Executing request
> >>>>> 2013-04-07 00:36:51,542 DEBUG [agent.manager.DirectAgentAttache]
> >>>>> (DirectAgent-169:null) Seq 6-324993315: Response Received:
> >>>>> 2013-04-07 00:36:51,542 DEBUG [agent.transport.Request]
> >>>>> (DirectAgent-169:null) Seq 6-324993315: Processing:  { Ans: , MgmtId:
> >>>>>1,
> >>>>> via: 6, Ver: v1, Flags: 10,
> >>>>> [{"CheckHealthAnswer":{"result":true,"details":"resource is
> >>>>> alive","wait":0}}] }
> >>>>> 2013-04-07 00:36:51,542 DEBUG [agent.transport.Request]
> >>>>> (AgentTaskPool-9:null) Seq 6-324993315: Received:  { Ans: , MgmtId:
> >>>>>1,
> >>>>>via:
> >>>>> 6, Ver: v1, Flags: 10, { CheckHealthAnswer } }
> >>>>> 2013-04-07 00:36:51,542 DEBUG [agent.manager.AgentManagerImpl]
> >>>>> (AgentTaskPool-9:null) Details from executing class
> >>>>> com.cloud.agent.api.CheckHealthCommand: resource is alive
> >>>>> 2013-04-07 00:36:51,542 DEBUG [agent.manager.AgentManagerImpl]
> >>>>> (AgentTaskPool-9:null) agent (6) responded to checkHeathCommand,
> >>>>>reporting
> >>>>> that agent is Up
> >>>>> 2013-04-07 00:36:51,542 INFO  [agent.manager.AgentManagerImpl]
> >>>>> (AgentTaskPool-9:null) The state determined is Up
> >>>>> 2013-04-07 00:36:51,542 INFO  [agent.manager.AgentManagerImpl]
> >>>>> (AgentTaskPool-9:null) Agent is determined to be up and running
> >>>>> 2013-04-07 00:36:51,542 DEBUG [cloud.host.Status]
> >>>>>(AgentTaskPool-9:null)
> >>>>> Transition:[Resource state = Enabled, Agent event = Ping, Host id =
> >>>>>6,
> >>>>>name
> >>>>> = Tut-XenServer]
> >>>>> 2013-04-07 00:36:51,546 DEBUG [cloud.host.Status]
> >>>>>(AgentTaskPool-9:null)
> >>>>> Agent status update: [id = 6; name = Tut-XenServer; old status = Up;
> >>>>>event
> >>>>> = Ping; new status = Up; old update count = 313; new update count =
> >>>>>314]
> >>>>> 2013-04-07 00:36:51,549 DEBUG [agent.manager.DirectAgentAttache]
> >>>>> (DirectAgent-498:null) Seq 5-614334819: Response Received:
> >>>>> 2013-04-07 00:36:51,549 DEBUG [agent.transport.Request]
> >>>>> (DirectAgent-498:null) Seq 5-614334819: Processing:  { Ans: , MgmtId:
> >>>>>1,
> >>>>> via: 5, Ver: v1, Flags: 10,
> >>>>> [{"CheckHealthAnswer":{"result":true,"details":"resource is
> >>>>> alive","wait":0}}] }
> >>>>> 2013-04-07 00:36:51,549 DEBUG [agent.transport.Request]
> >>>>> (AgentTaskPool-12:null) Seq 5-614334819: Received:  { Ans: , MgmtId:
> >>>>>1,
> >>>>> via: 5, Ver: v1, Flags: 10, { CheckHealthAnswer } }
> >>>>> 2013-04-07 00:36:51,549 DEBUG [agent.manager.AgentManagerImpl]
> >>>>> (AgentTaskPool-12:null) Details from executing class
> >>>>> com.cloud.agent.api.CheckHealthCommand: resource is alive
> >>>>> 2013-04-07 00:36:51,549 DEBUG [agent.manager.AgentManagerImpl]
> >>>>> (AgentTaskPool-12:null) agent (5) responded to checkHeathCommand,
> >>>>>reporting
> >>>>> that agent is Up
> >>>>> 2013-04-07 00:36:51,549 INFO  [agent.manager.AgentManagerImpl]
> >>>>> (AgentTaskPool-12:null) The state determined is Up
> >>>>> 2013-04-07 00:36:51,549 INFO  [agent.manager.AgentManagerImpl]
> >>>>> (AgentTaskPool-12:null) Agent is determined to be up and running
> >>>>> 2013-04-07 00:36:51,549 DEBUG [cloud.host.Status]
> >>>>>(AgentTaskPool-12:null)
> >>>>> Transition:[Resource state = Enabled, Agent event = Ping, Host id =
> >>>>>5,
> >>>>>name
> >>>>> = Tut-XenServer2]
> >>>>> 2013-04-07 00:36:51,552 DEBUG [cloud.host.Status]
> >>>>>(AgentTaskPool-12:null)
> >>>>> Agent status update: [id = 5; name = Tut-XenServer2; old status = Up;
> >>>>>event
> >>>>> = Ping; new status = Up; old update count = 150; new update count =
> >>>>>151]
> >>>>> 2013-04-07 00:36:54,389 INFO  [cloud.vm.UserVmManagerImpl]
> >>>>> (UserVm-Scavenger-1:null) Found 1 vms to expunge.
> >>>>> 2013-04-07 00:36:54,389 DEBUG [cloud.vm.VirtualMachineManagerImpl]
> >>>>> (UserVm-Scavenger-1:null) Stopped called on
> >>>>> VM[User|c18ddf7c-fc61-40b0-af75-fdef05f8eae6] but the state is
> >>>>>Destroyed
> >>>>> 2013-04-07 00:36:54,391 DEBUG [cloud.capacity.CapacityManagerImpl]
> >>>>> (UserVm-Scavenger-1:null) VM state transitted from :Destroyed to
> >>>>>Expunging
> >>>>> with event: ExpungeOperationvm's original host id: 5 new host id:
> >>>>>null
> >>>>>host
> >>>>> id before state transition: null
> >>>>> 2013-04-07 00:36:54,391 DEBUG [cloud.vm.VirtualMachineManagerImpl]
> >>>>> (UserVm-Scavenger-1:null) Destroying vm
> >>>>> VM[User|c18ddf7c-fc61-40b0-af75-fdef05f8eae6]
> >>>>> 2013-04-07 00:36:54,391 DEBUG [cloud.vm.VirtualMachineManagerImpl]
> >>>>> (UserVm-Scavenger-1:null) Cleaning up NICS
> >>>>> 2013-04-07 00:36:54,391 DEBUG [cloud.network.NetworkManagerImpl]
> >>>>> (UserVm-Scavenger-1:null) Cleaning network for vm: 12
> >>>>> 2013-04-07 00:36:54,399 DEBUG [network.guru.DirectNetworkGuru]
> >>>>> (UserVm-Scavenger-1:null) Deallocate network: networkId: 204, ip:
> >>>>> 192.168.56.195
> >>>>> 2013-04-07 00:36:54,409 DEBUG [cloud.network.NetworkManagerImpl]
> >>>>> (UserVm-Scavenger-1:null) Removed nic id=18
> >>>>> 2013-04-07 00:36:54,409 DEBUG [cloud.storage.StorageManagerImpl]
> >>>>> (UserVm-Scavenger-1:null) Cleaning storage for vm: 12
> >>>>> 2013-04-07 00:36:54,417 DEBUG [cloud.storage.StorageManagerImpl]
> >>>>> (UserVm-Scavenger-1:null) Expunging Vol[12|vm=12|ROOT]
> >>>>> 2013-04-07 00:36:54,424 DEBUG [agent.transport.Request]
> >>>>> (UserVm-Scavenger-1:null) Seq 5-614334820: Sending  { Cmd , MgmtId:
> >>>>>1,
> >>>>>via:
> >>>>> 5, Ver: v1, Flags: 100111,
> >>>>>
> >>>>>[{"storage.DestroyCommand":{"vmName":"i-2-12-VM","volume":{"id":12,"na
> >>>>>m
> >>>>>e
> >>>>>"
> >>>>>:"ROOT-12","mountPoint":"/iSCSI_SR_3","path":"40a39639-e8aa-45b5-bfa1-
> >>>>>5
> >>>>>9
> >>>>>1
> >>>>>b68571d0c","size":52428800,"type":"ROOT","storagePoolType":"PreSetup",
> >>>>>"
> >>>>>s
> >>>>>t
> >>>>>oragePoolUuid":"iSCSI_SR_3","deviceId":0},"wait":0}}]
> >>>>> }
> >>>>> 2013-04-07 00:36:54,424 DEBUG [agent.transport.Request]
> >>>>> (UserVm-Scavenger-1:null) Seq 5-614334820: Executing:  { Cmd ,
> >>>>>MgmtId:
> >>>>>1,
> >>>>> via: 5, Ver: v1, Flags: 100111,
> >>>>>
> >>>>>[{"storage.DestroyCommand":{"vmName":"i-2-12-VM","volume":{"id":12,"na
> >>>>>m
> >>>>>e
> >>>>>"
> >>>>>:"ROOT-12","mountPoint":"/iSCSI_SR_3","path":"40a39639-e8aa-45b5-bfa1-
> >>>>>5
> >>>>>9
> >>>>>1
> >>>>>b68571d0c","size":52428800,"type":"ROOT","storagePoolType":"PreSetup",
> >>>>>"
> >>>>>s
> >>>>>t
> >>>>>oragePoolUuid":"iSCSI_SR_3","deviceId":0},"wait":0}}]
> >>>>> }
> >>>>> 2013-04-07 00:36:54,424 DEBUG [agent.manager.DirectAgentAttache]
> >>>>> (DirectAgent-411:null) Seq 5-614334820: Executing request
> >>>>> 2013-04-07 00:36:55,072 DEBUG [agent.manager.DirectAgentAttache]
> >>>>> (DirectAgent-411:null) Seq 5-614334820: Response Received:
> >>>>> 2013-04-07 00:36:55,072 DEBUG [agent.transport.Request]
> >>>>> (DirectAgent-411:null) Seq 5-614334820: Processing:  { Ans: , MgmtId:
> >>>>>1,
> >>>>> via: 5, Ver: v1, Flags: 110,
> >>>>> [{"Answer":{"result":true,"details":"Success","wait":0}}] }
> >>>>> 2013-04-07 00:36:55,072 DEBUG [agent.transport.Request]
> >>>>> (UserVm-Scavenger-1:null) Seq 5-614334820: Received:  { Ans: ,
> >>>>>MgmtId:
> >>>>>1,
> >>>>> via: 5, Ver: v1, Flags: 110, { Answer } }
> >>>>> 2013-04-07 00:36:55,072 DEBUG [agent.manager.AgentAttache]
> >>>>> (DirectAgent-411:null) Seq 5-614334820: No more commands found
> >>>>> 2013-04-07 00:36:55,076 DEBUG [cloud.storage.StorageManagerImpl]
> >>>>> (UserVm-Scavenger-1:null) Volume successfully expunged from 257
> >>>>> 2013-04-07 00:36:55,076 DEBUG [cloud.vm.VirtualMachineManagerImpl]
> >>>>> (UserVm-Scavenger-1:null) Expunged
> >>>>> VM[User|c18ddf7c-fc61-40b0-af75-fdef05f8eae6]
> >>>>> 2013-04-07 00:36:55,076 DEBUG [cloud.vm.UserVmManagerImpl]
> >>>>> (UserVm-Scavenger-1:null) Starting cleaning up vm
> >>>>> VM[User|c18ddf7c-fc61-40b0-af75-fdef05f8eae6] resources...
> >>>>> 2013-04-07 00:36:55,080 INFO
> >>>>>[network.security.SecurityGroupManagerImpl]
> >>>>> (UserVm-Scavenger-1:null) Disassociated 1 network groups  from uservm
> >>>>>12
> >>>>> 2013-04-07 00:36:55,081 DEBUG
> >>>>>[network.security.SecurityGroupManagerImpl]
> >>>>> (UserVm-Scavenger-1:null) Security group mappings are removed
> >>>>>successfully
> >>>>> for vm id=12
> >>>>> 2013-04-07 00:36:55,090 DEBUG [network.firewall.FirewallManagerImpl]
> >>>>> (UserVm-Scavenger-1:null) No firewall rules are found for vm id=12
> >>>>> 2013-04-07 00:36:55,090 DEBUG [cloud.vm.UserVmManagerImpl]
> >>>>> (UserVm-Scavenger-1:null) Firewall rules are removed successfully as
> >>>>>a
> >>>>>part
> >>>>> of vm id=12 expunge
> >>>>> 2013-04-07 00:36:55,093 DEBUG [network.rules.RulesManagerImpl]
> >>>>> (UserVm-Scavenger-1:null) No port forwarding rules are found for vm
> >>>>>id=12
> >>>>> 2013-04-07 00:36:55,093 DEBUG [cloud.vm.UserVmManagerImpl]
> >>>>> (UserVm-Scavenger-1:null) Port forwarding rules are removed
> >>>>>successfully as
> >>>>> a part of vm id=12 expunge
> >>>>> 2013-04-07 00:36:55,095 DEBUG [cloud.vm.UserVmManagerImpl]
> >>>>> (UserVm-Scavenger-1:null) Removed vm id=12 from all load balancers as
> >>>>>a
> >>>>> part of expunge process
> >>>>> 2013-04-07 00:36:55,096 DEBUG [cloud.vm.UserVmManagerImpl]
> >>>>> (UserVm-Scavenger-1:null) Successfully cleaned up vm
> >>>>> VM[User|c18ddf7c-fc61-40b0-af75-fdef05f8eae6] resources as a part of
> >>>>> expunge process
> >>>>> 2013-04-07 00:37:04,802 DEBUG [agent.manager.DirectAgentAttache]
> >>>>> (DirectAgent-110:null) Ping from 6
> >>>>> 2013-04-07 00:37:06,042 DEBUG [agent.manager.DirectAgentAttache]
> >>>>> (DirectAgent-409:null) Ping from 5
> >>>>> 2013-04-07 00:37:06,909 DEBUG [agent.manager.DirectAgentAttache]
> >>>>> (DirectAgent-239:null) Seq 6-324993028: Executing request
> >>>>> 2013-04-07 00:37:07,099 DEBUG [agent.manager.DirectAgentAttache]
> >>>>> (DirectAgent-239:null) Seq 6-324993028: Response Received:
> >>>>> 2013-04-07 00:37:07,100 DEBUG [agent.transport.Request]
> >>>>> (DirectAgent-239:null) Seq 6-324993028: Processing:  { Ans: , MgmtId:
> >>>>>1,
> >>>>> via: 6, Ver: v1, Flags: 10,
> >>>>>
> >>>>>[{"ClusterSyncAnswer":{"_clusterId":2,"_newStates":{},"_isExecuted":fa
> >>>>>l
> >>>>>s
> >>>>>e
> >>>>>,"result":true,"wait":0}}]
> >>>>> }
> >>>>> 2013-04-07 00:37:11,022 DEBUG [agent.manager.DirectAgentAttache]
> >>>>> (DirectAgent-225:null) Seq 5-614334468: Executing request
> >>>>> 2013-04-07 00:37:11,170 DEBUG [agent.manager.DirectAgentAttache]
> >>>>> (DirectAgent-225:null) Seq 5-614334468: Response Received:
> >>>>> 2013-04-07 00:37:11,171 DEBUG [agent.transport.Request]
> >>>>> (DirectAgent-225:null) Seq 5-614334468: Processing:  { Ans: , MgmtId:
> >>>>>1,
> >>>>> via: 5, Ver: v1, Flags: 10, [{"Answer":{"result":true,"wait":0}}] }
> >>>>> 2013-04-07 00:37:20,451 DEBUG
> >>>>> [storage.secondary.SecondaryStorageManagerImpl] (secstorage-1:null)
> >>>>>Zone 1
> >>>>> is ready to launch secondary storage VM
> >>>>> 2013-04-07 00:37:20,554 DEBUG
> >>>>>[cloud.consoleproxy.ConsoleProxyManagerImpl]
> >>>>> (consoleproxy-1:null) Zone 1 is ready to launch console proxy
> >>>>> 2013-04-07 00:37:20,820 DEBUG
> >>>>> [network.router.VirtualNetworkApplianceManagerImpl]
> >>>>> (RouterStatusMonitor-1:null) Found 0 routers to update status.
> >>>>> 2013-04-07 00:37:20,822 DEBUG
> >>>>> [network.router.VirtualNetworkApplianceManagerImpl]
> >>>>> (RouterStatusMonitor-1:null) Found 0 networks to update RvR status.
> >>>>> 2013-04-07 00:37:20,851 DEBUG
> >>>>> [network.router.VirtualNetworkApplianceManagerImpl]
> >>>>> (RouterStatusMonitor-1:null) Found 0 routers to update status.
> >>>>> 2013-04-07 00:37:20,852 DEBUG
> >>>>> [network.router.VirtualNetworkApplianceManagerImpl]
> >>>>> (RouterStatusMonitor-1:null) Found 0 networks to update RvR status.
> >>>>> 2013-04-07 00:37:24,890 DEBUG [agent.manager.AgentManagerImpl]
> >>>>> (AgentManager-Handler-6:null) Ping from 4
> >>>>> 2013-04-07 00:37:27,167 DEBUG [agent.manager.DirectAgentAttache]
> >>>>> (DirectAgent-354:null) Ping from 1
> >>>>> 2013-04-07 00:37:29,095 DEBUG [agent.manager.DirectAgentAttache]
> >>>>> (DirectAgent-97:null) Seq 1-90046472: Executing request
> >>>>> 2013-04-07 00:37:29,317 DEBUG [agent.manager.DirectAgentAttache]
> >>>>> (DirectAgent-97:null) Seq 1-90046472: Response Received:
> >>>>> 2013-04-07 00:37:29,317 DEBUG [agent.transport.Request]
> >>>>> (DirectAgent-97:null) Seq 1-90046472: Processing:  { Ans: , MgmtId:
> >>>>>1,
> >>>>>via:
> >>>>> 1, Ver: v1, Flags: 10,
> >>>>>
> >>>>>[{"ClusterSyncAnswer":{"_clusterId":1,"_newStates":{},"_isExecuted":fa
> >>>>>l
> >>>>>s
> >>>>>e
> >>>>>,"result":true,"wait":0}}]
> >>>>> }
> >>>>> 2013-04-07 00:37:47,679 DEBUG [agent.manager.AgentManagerImpl]
> >>>>> (AgentManager-Handler-7:null) Ping from 3
> >>>>> 2013-04-07 00:37:50,451 DEBUG
> >>>>> [storage.secondary.SecondaryStorageManagerImpl] (secstorage-1:null)
> >>>>>Zone 1
> >>>>> is ready to launch secondary storage VM
> >>>>> 2013-04-07 00:37:50,555 DEBUG
> >>>>>[cloud.consoleproxy.ConsoleProxyManagerImpl]
> >>>>> (consoleproxy-1:null) Zone 1 is ready to launch console proxy
> >>>>> 2013-04-07 00:37:50,798 INFO  [cloud.ha.HighAvailabilityManagerImpl]
> >>>>> (HA-2:null) checking health of usage server
> >>>>> 2013-04-07 00:37:50,799 DEBUG [cloud.ha.HighAvailabilityManagerImpl]
> >>>>> (HA-2:null) usage server running? false, heartbeat: null
> >>>>> 2013-04-07 00:37:50,801 DEBUG [cloud.alert.AlertManagerImpl]
> >>>>>(HA-2:null)
> >>>>> Have already sent: 1 emails for alert type '12' -- skipping send
> >>>>>email
> >>>>> 2013-04-07 00:37:50,816 DEBUG
> >>>>> [network.router.VirtualNetworkApplianceManagerImpl]
> >>>>>(RouterMonitor-1:null)
> >>>>> Found 0 running routers.
> >>>>> 2013-04-07 00:37:50,820 DEBUG
> >>>>> [network.router.VirtualNetworkApplianceManagerImpl]
> >>>>> (RouterStatusMonitor-1:null) Found 0 routers to update status.
> >>>>> 2013-04-07 00:37:50,821 DEBUG
> >>>>> [network.router.VirtualNetworkApplianceManagerImpl]
> >>>>> (RouterStatusMonitor-1:null) Found 0 networks to update RvR status.
> >>>>> 2013-04-07 00:37:50,850 DEBUG
> >>>>> [network.router.VirtualNetworkApplianceManagerImpl]
> >>>>>(RouterMonitor-1:null)
> >>>>> Found 0 running routers.
> >>>>> 2013-04-07 00:37:50,851 DEBUG
> >>>>> [network.router.VirtualNetworkApplianceManagerImpl]
> >>>>> (RouterStatusMonitor-1:null) Found 0 routers to update status.
> >>>>> 2013-04-07 00:37:50,852 DEBUG
> >>>>> [network.router.VirtualNetworkApplianceManagerImpl]
> >>>>> (RouterStatusMonitor-1:null) Found 0 networks to update RvR status.
> >>>>> 2013-04-07 00:37:50,909 DEBUG
> >>>>> [cloud.network.ExternalLoadBalancerUsageManagerImpl]
> >>>>> (ExternalNetworkMonitor-1:null) External devices stats collector is
> >>>>> running...
> >>>>> 2013-04-07 00:37:50,920 DEBUG
> >>>>>[storage.snapshot.SnapshotSchedulerImpl]
> >>>>> (SnapshotPollTask:null) Snapshot scheduler.poll is being called at
> >>>>> 2013-04-07 06:37:50 GMT
> >>>>> 2013-04-07 00:37:50,921 DEBUG
> >>>>>[storage.snapshot.SnapshotSchedulerImpl]
> >>>>> (SnapshotPollTask:null) Got 0 snapshots to be executed at 2013-04-07
> >>>>> 06:37:50 GMT
> >>>>> 2013-04-07 00:37:51,480 INFO  [agent.manager.AgentMonitor]
> >>>>> (Thread-11:null) Found the following agents behind on ping: [6, 5]
> >>>>> 2013-04-07 00:37:51,481 DEBUG [cloud.host.Status] (Thread-11:null)
> >>>>>Ping
> >>>>> timeout for host 6, do invstigation
> >>>>> 2013-04-07 00:37:51,482 DEBUG [cloud.host.Status] (Thread-11:null)
> >>>>>Ping
> >>>>> timeout for host 5, do invstigation
> >>>>> 2013-04-07 00:37:51,483 INFO  [agent.manager.AgentManagerImpl]
> >>>>> (AgentTaskPool-10:null) Investigating why host 6 has disconnected
> >>>>>with
> >>>>> event PingTimeout
> >>>>> 2013-04-07 00:37:51,483 DEBUG [agent.manager.AgentManagerImpl]
> >>>>> (AgentTaskPool-10:null) checking if agent (6) is alive
> >>>>> 2013-04-07 00:37:51,484 INFO  [agent.manager.AgentManagerImpl]
> >>>>> (AgentTaskPool-13:null) Investigating why host 5 has disconnected
> >>>>>with
> >>>>> event PingTimeout
> >>>>> 2013-04-07 00:37:51,484 DEBUG [agent.manager.AgentManagerImpl]
> >>>>> (AgentTaskPool-13:null) checking if agent (5) is alive
> >>>>> 2013-04-07 00:37:51,486 DEBUG [agent.transport.Request]
> >>>>> (AgentTaskPool-10:null) Seq 6-324993316: Sending  { Cmd , MgmtId: 1,
> >>>>>via:
> >>>>> 6, Ver: v1, Flags: 100011, [{"CheckHealthCommand":{"wait":50}}] }
> >>>>> 2013-04-07 00:37:51,486 DEBUG [agent.transport.Request]
> >>>>> (AgentTaskPool-10:null) Seq 6-324993316: Executing:  { Cmd , MgmtId:
> >>>>>1,
> >>>>> via: 6, Ver: v1, Flags: 100011, [{"CheckHealthCommand":{"wait":50}}]
> >>>>>}
> >>>>> 2013-04-07 00:37:51,486 DEBUG [agent.manager.DirectAgentAttache]
> >>>>> (DirectAgent-303:null) Seq 6-324993316: Executing request
> >>>>> 2013-04-07 00:37:51,488 DEBUG [agent.transport.Request]
> >>>>> (AgentTaskPool-13:null) Seq 5-614334821: Sending  { Cmd , MgmtId: 1,
> >>>>>via:
> >>>>> 5, Ver: v1, Flags: 100011, [{"CheckHealthCommand":{"wait":50}}] }
> >>>>> 2013-04-07 00:37:51,488 DEBUG [agent.transport.Request]
> >>>>> (AgentTaskPool-13:null) Seq 5-614334821: Executing:  { Cmd , MgmtId:
> >>>>>1,
> >>>>> via: 5, Ver: v1, Flags: 100011, [{"CheckHealthCommand":{"wait":50}}]
> >>>>>}
> >>>>> 2013-04-07 00:37:51,488 DEBUG [agent.manager.DirectAgentAttache]
> >>>>> (DirectAgent-158:null) Seq 5-614334821: Executing request
> >>>>> 2013-04-07 00:37:51,537 DEBUG [agent.manager.DirectAgentAttache]
> >>>>> (DirectAgent-303:null) Seq 6-324993316: Response Received:
> >>>>> 2013-04-07 00:37:51,538 DEBUG [agent.transport.Request]
> >>>>> (DirectAgent-303:null) Seq 6-324993316: Processing:  { Ans: , MgmtId:
> >>>>>1,
> >>>>> via: 6, Ver: v1, Flags: 10,
> >>>>> [{"CheckHealthAnswer":{"result":true,"details":"resource is
> >>>>> alive","wait":0}}] }
> >>>>> 2013-04-07 00:37:51,538 DEBUG [agent.transport.Request]
> >>>>> (AgentTaskPool-10:null) Seq 6-324993316: Received:  { Ans: , MgmtId:
> >>>>>1,
> >>>>> via: 6, Ver: v1, Flags: 10, { CheckHealthAnswer } }
> >>>>> 2013-04-07 00:37:51,538 DEBUG [agent.manager.AgentManagerImpl]
> >>>>> (AgentTaskPool-10:null) Details from executing class
> >>>>> com.cloud.agent.api.CheckHealthCommand: resource is alive
> >>>>> 2013-04-07 00:37:51,538 DEBUG [agent.manager.AgentManagerImpl]
> >>>>> (AgentTaskPool-10:null) agent (6) responded to checkHeathCommand,
> >>>>>reporting
> >>>>> that agent is Up
> >>>>> 2013-04-07 00:37:51,538 INFO  [agent.manager.AgentManagerImpl]
> >>>>> (AgentTaskPool-10:null) The state determined is Up
> >>>>> 2013-04-07 00:37:51,538 INFO  [agent.manager.AgentManagerImpl]
> >>>>> (AgentTaskPool-10:null) Agent is determined to be up and running
> >>>>> 2013-04-07 00:37:51,538 DEBUG [cloud.host.Status]
> >>>>>(AgentTaskPool-10:null)
> >>>>> Transition:[Resource state = Enabled, Agent event = Ping, Host id =
> >>>>>6,
> >>>>>name
> >>>>> = Tut-XenServer]
> >>>>> 2013-04-07 00:37:51,541 DEBUG [agent.manager.DirectAgentAttache]
> >>>>> (DirectAgent-158:null) Seq 5-614334821: Response Received:
> >>>>> 2013-04-07 00:37:51,541 DEBUG [agent.transport.Request]
> >>>>> (DirectAgent-158:null) Seq 5-614334821: Processing:  { Ans: , MgmtId:
> >>>>>1,
> >>>>> via: 5, Ver: v1, Flags: 10,
> >>>>> [{"CheckHealthAnswer":{"result":true,"details":"resource is
> >>>>> alive","wait":0}}] }
> >>>>> 2013-04-07 00:37:51,541 DEBUG [agent.transport.Request]
> >>>>> (AgentTaskPool-13:null) Seq 5-614334821: Received:  { Ans: , MgmtId:
> >>>>>1,
> >>>>> via: 5, Ver: v1, Flags: 10, { CheckHealthAnswer } }
> >>>>> 2013-04-07 00:37:51,541 DEBUG [agent.manager.AgentManagerImpl]
> >>>>> (AgentTaskPool-13:null) Details from executing class
> >>>>> com.cloud.agent.api.CheckHealthCommand: resource is alive
> >>>>> 2013-04-07 00:37:51,541 DEBUG [agent.manager.AgentManagerImpl]
> >>>>> (AgentTaskPool-13:null) agent (5) responded to checkHeathCommand,
> >>>>>reporting
> >>>>> that agent is Up
> >>>>> 2013-04-07 00:37:51,541 INFO  [agent.manager.AgentManagerImpl]
> >>>>> (AgentTaskPool-13:null) The state determined is Up
> >>>>> 2013-04-07 00:37:51,541 DEBUG [cloud.host.Status]
> >>>>>(AgentTaskPool-10:null)
> >>>>> Agent status update: [id = 6; name = Tut-XenServer; old status = Up;
> >>>>>event
> >>>>> = Ping; new status = Up; old update count = 314; new update count =
> >>>>>315]
> >>>>> 2013-04-07 00:37:51,541 INFO  [agent.manager.AgentManagerImpl]
> >>>>> (AgentTaskPool-13:null) Agent is determined to be up and running
> >>>>> 2013-04-07 00:37:51,541 DEBUG [cloud.host.Status]
> >>>>>(AgentTaskPool-13:null)
> >>>>> Transition:[Resource state = Enabled, Agent event = Ping, Host id =
> >>>>>5,
> >>>>>name
> >>>>> = Tut-XenServer2]
> >>>>> 2013-04-07 00:37:51,544 DEBUG [cloud.host.Status]
> >>>>>(AgentTaskPool-13:null)
> >>>>> Agent status update: [id = 5; name = Tut-XenServer2; old status = Up;
> >>>>>event
> >>>>> = Ping; new status = Up; old update count = 151; new update count =
> >>>>>152]
> >>>>> 2013-04-07 00:37:55,103 INFO  [cloud.vm.UserVmManagerImpl]
> >>>>> (UserVm-Scavenger-1:null) Found 1 vms to expunge.
> >>>>> 2013-04-07 00:37:55,103 DEBUG [cloud.vm.VirtualMachineManagerImpl]
> >>>>> (UserVm-Scavenger-1:null) Stopped called on
> >>>>> VM[User|94ddc16f-04fc-4da1-8326-01d8d5cdeb44] but the state is
> >>>>>Destroyed
> >>>>> 2013-04-07 00:37:55,105 DEBUG [cloud.capacity.CapacityManagerImpl]
> >>>>> (UserVm-Scavenger-1:null) VM state transitted from :Destroyed to
> >>>>>Expunging
> >>>>> with event: ExpungeOperationvm's original host id: 6 new host id:
> >>>>>null
> >>>>>host
> >>>>> id before state transition: null
> >>>>> 2013-04-07 00:37:55,105 DEBUG [cloud.vm.VirtualMachineManagerImpl]
> >>>>> (UserVm-Scavenger-1:null) Destroying vm
> >>>>> VM[User|94ddc16f-04fc-4da1-8326-01d8d5cdeb44]
> >>>>> 2013-04-07 00:37:55,105 DEBUG [cloud.vm.VirtualMachineManagerImpl]
> >>>>> (UserVm-Scavenger-1:null) Cleaning up NICS
> >>>>> 2013-04-07 00:37:55,105 DEBUG [cloud.network.NetworkManagerImpl]
> >>>>> (UserVm-Scavenger-1:null) Cleaning network for vm: 13
> >>>>> 2013-04-07 00:37:55,113 DEBUG [network.guru.DirectNetworkGuru]
> >>>>> (UserVm-Scavenger-1:null) Deallocate network: networkId: 204, ip:
> >>>>> 192.168.56.146
> >>>>> 2013-04-07 00:37:55,124 DEBUG [cloud.network.NetworkManagerImpl]
> >>>>> (UserVm-Scavenger-1:null) Removed nic id=19
> >>>>> 2013-04-07 00:37:55,124 DEBUG [cloud.storage.StorageManagerImpl]
> >>>>> (UserVm-Scavenger-1:null) Cleaning storage for vm: 13
> >>>>> 2013-04-07 00:37:55,132 DEBUG [cloud.storage.StorageManagerImpl]
> >>>>> (UserVm-Scavenger-1:null) Expunging Vol[13|vm=13|ROOT]
> >>>>> 2013-04-07 00:37:55,139 DEBUG [agent.transport.Request]
> >>>>> (UserVm-Scavenger-1:null) Seq 6-324993317: Sending  { Cmd , MgmtId:
> >>>>>1,
> >>>>>via:
> >>>>> 6, Ver: v1, Flags: 100111,
> >>>>>
> >>>>>[{"storage.DestroyCommand":{"vmName":"i-2-13-VM","volume":{"id":13,"na
> >>>>>m
> >>>>>e
> >>>>>"
> >>>>>:"ROOT-13","mountPoint":"/iSCSI_SR_3","path":"99154d9c-2665-465d-8c71-
> >>>>>e
> >>>>>6
> >>>>>0
> >>>>>f1748895b","size":52428800,"type":"ROOT","storagePoolType":"PreSetup",
> >>>>>"
> >>>>>s
> >>>>>t
> >>>>>oragePoolUuid":"iSCSI_SR_3","deviceId":0},"wait":0}}]
> >>>>> }
> >>>>> 2013-04-07 00:37:55,140 DEBUG [agent.transport.Request]
> >>>>> (UserVm-Scavenger-1:null) Seq 6-324993317: Executing:  { Cmd ,
> >>>>>MgmtId:
> >>>>>1,
> >>>>> via: 6, Ver: v1, Flags: 100111,
> >>>>>
> >>>>>[{"storage.DestroyCommand":{"vmName":"i-2-13-VM","volume":{"id":13,"na
> >>>>>m
> >>>>>e
> >>>>>"
> >>>>>:"ROOT-13","mountPoint":"/iSCSI_SR_3","path":"99154d9c-2665-465d-8c71-
> >>>>>e
> >>>>>6
> >>>>>0
> >>>>>f1748895b","size":52428800,"type":"ROOT","storagePoolType":"PreSetup",
> >>>>>"
> >>>>>s
> >>>>>t
> >>>>>oragePoolUuid":"iSCSI_SR_3","deviceId":0},"wait":0}}]
> >>>>> }
> >>>>> 2013-04-07 00:37:55,140 DEBUG [agent.manager.DirectAgentAttache]
> >>>>> (DirectAgent-87:null) Seq 6-324993317: Executing request
> >>>>> 2013-04-07 00:37:55,724 DEBUG [agent.manager.DirectAgentAttache]
> >>>>> (DirectAgent-87:null) Seq 6-324993317: Response Received:
> >>>>> 2013-04-07 00:37:55,724 DEBUG [agent.transport.Request]
> >>>>> (DirectAgent-87:null) Seq 6-324993317: Processing:  { Ans: , MgmtId:
> >>>>>1,
> >>>>> via: 6, Ver: v1, Flags: 110,
> >>>>> [{"Answer":{"result":true,"details":"Success","wait":0}}] }
> >>>>> 2013-04-07 00:37:55,724 DEBUG [agent.manager.AgentAttache]
> >>>>> (DirectAgent-87:null) Seq 6-324993317: No more commands found
> >>>>> 2013-04-07 00:37:55,724 DEBUG [agent.transport.Request]
> >>>>> (UserVm-Scavenger-1:null) Seq 6-324993317: Received:  { Ans: ,
> >>>>>MgmtId:
> >>>>>1,
> >>>>> via: 6, Ver: v1, Flags: 110, { Answer } }
> >>>>> 2013-04-07 00:37:55,727 DEBUG [cloud.storage.StorageManagerImpl]
> >>>>> (UserVm-Scavenger-1:null) Volume successfully expunged from 257
> >>>>> 2013-04-07 00:37:55,727 DEBUG [cloud.vm.VirtualMachineManagerImpl]
> >>>>> (UserVm-Scavenger-1:null) Expunged
> >>>>> VM[User|94ddc16f-04fc-4da1-8326-01d8d5cdeb44]
> >>>>> 2013-04-07 00:37:55,727 DEBUG [cloud.vm.UserVmManagerImpl]
> >>>>> (UserVm-Scavenger-1:null) Starting cleaning up vm
> >>>>> VM[User|94ddc16f-04fc-4da1-8326-01d8d5cdeb44] resources...
> >>>>> 2013-04-07 00:37:55,730 INFO
> >>>>>[network.security.SecurityGroupManagerImpl]
> >>>>> (UserVm-Scavenger-1:null) Disassociated 1 network groups  from uservm
> >>>>>13
> >>>>> 2013-04-07 00:37:55,732 DEBUG
> >>>>>[network.security.SecurityGroupManagerImpl]
> >>>>> (UserVm-Scavenger-1:null) Security group mappings are removed
> >>>>>successfully
> >>>>> for vm id=13
> >>>>> 2013-04-07 00:37:55,736 DEBUG [network.firewall.FirewallManagerImpl]
> >>>>> (UserVm-Scavenger-1:null) No firewall rules are found for vm id=13
> >>>>> 2013-04-07 00:37:55,737 DEBUG [cloud.vm.UserVmManagerImpl]
> >>>>> (UserVm-Scavenger-1:null) Firewall rules are removed successfully as
> >>>>>a
> >>>>>part
> >>>>> of vm id=13 expunge
> >>>>> 2013-04-07 00:37:55,739 DEBUG [network.rules.RulesManagerImpl]
> >>>>> (UserVm-Scavenger-1:null) No port forwarding rules are found for vm
> >>>>>id=13
> >>>>> 2013-04-07 00:37:55,739 DEBUG [cloud.vm.UserVmManagerImpl]
> >>>>> (UserVm-Scavenger-1:null) Port forwarding rules are removed
> >>>>>successfully as
> >>>>> a part of vm id=13 expunge
> >>>>> 2013-04-07 00:37:55,740 DEBUG [cloud.vm.UserVmManagerImpl]
> >>>>> (UserVm-Scavenger-1:null) Removed vm id=13 from all load balancers as
> >>>>>a
> >>>>> part of expunge process
> >>>>> 2013-04-07 00:37:55,741 DEBUG [cloud.vm.UserVmManagerImpl]
> >>>>> (UserVm-Scavenger-1:null) Successfully cleaned up vm
> >>>>> VM[User|94ddc16f-04fc-4da1-8326-01d8d5cdeb44] resources as a part of
> >>>>> expunge process
> >>>>> 2013-04-07 00:38:04,813 DEBUG [agent.manager.DirectAgentAttache]
> >>>>> (DirectAgent-442:null) Ping from 6
> >>>>> 2013-04-07 00:38:06,064 DEBUG [agent.manager.DirectAgentAttache]
> >>>>> (DirectAgent-374:null) Ping from 5
> >>>>> 2013-04-07 00:38:06,909 DEBUG [agent.manager.DirectAgentAttache]
> >>>>> (DirectAgent-157:null) Seq 6-324993028: Executing request
> >>>>> 2013-04-07 00:38:07,099 DEBUG [agent.manager.DirectAgentAttache]
> >>>>> (DirectAgent-157:null) Seq 6-324993028: Response Received:
> >>>>> 2013-04-07 00:38:07,100 DEBUG [agent.transport.Request]
> >>>>> (DirectAgent-157:null) Seq 6-324993028: Processing:  { Ans: , MgmtId:
> >>>>>1,
> >>>>> via: 6, Ver: v1, Flags: 10,
> >>>>>
> >>>>>[{"ClusterSyncAnswer":{"_clusterId":2,"_newStates":{},"_isExecuted":fa
> >>>>>l
> >>>>>s
> >>>>>e
> >>>>>,"result":true,"wait":0}}]
> >>>>> }
> >>>>> 2013-04-07 00:38:11,022 DEBUG [agent.manager.DirectAgentAttache]
> >>>>> (DirectAgent-192:null) Seq 5-614334468: Executing request
> >>>>> 2013-04-07 00:38:11,181 DEBUG [agent.manager.DirectAgentAttache]
> >>>>> (DirectAgent-192:null) Seq 5-614334468: Response Received:
> >>>>> 2013-04-07 00:38:11,181 DEBUG [agent.transport.Request]
> >>>>> (DirectAgent-192:null) Seq 5-614334468: Processing:  { Ans: , MgmtId:
> >>>>>1,
> >>>>> via: 5, Ver: v1, Flags: 10, [{"Answer":{"result":true,"wait":0}}] }
> >>>>> 2013-04-07 00:38:20,455 DEBUG
> >>>>> [storage.secondary.SecondaryStorageManagerImpl] (secstorage-1:null)
> >>>>>Zone 1
> >>>>> is ready to launch secondary storage VM
> >>>>> 2013-04-07 00:38:20,573 DEBUG
> >>>>>[cloud.consoleproxy.ConsoleProxyManagerImpl]
> >>>>> (consoleproxy-1:null) Zone 1 is ready to launch console proxy
> >>>>> 2013-04-07 00:38:20,820 DEBUG
> >>>>> [network.router.VirtualNetworkApplianceManagerImpl]
> >>>>> (RouterStatusMonitor-1:null) Found 0 routers to update status.
> >>>>> 2013-04-07 00:38:20,821 DEBUG
> >>>>> [network.router.VirtualNetworkApplianceManagerImpl]
> >>>>> (RouterStatusMonitor-1:null) Found 0 networks to update RvR status.
> >>>>> 2013-04-07 00:38:20,851 DEBUG
> >>>>> [network.router.VirtualNetworkApplianceManagerImpl]
> >>>>> (RouterStatusMonitor-1:null) Found 0 routers to update status.
> >>>>> 2013-04-07 00:38:20,853 DEBUG
> >>>>> [network.router.VirtualNetworkApplianceManagerImpl]
> >>>>> (RouterStatusMonitor-1:null) Found 0 networks to update RvR status.
> >>>>> 2013-04-07 00:38:20,921 DEBUG [cloud.alert.AlertManagerImpl]
> >>>>> (CapacityChecker:null) Running Capacity Checker ...
> >>>>> 2013-04-07 00:38:20,921 DEBUG [cloud.alert.AlertManagerImpl]
> >>>>> (CapacityChecker:null) recalculating system capacity
> >>>>> 2013-04-07 00:38:20,921 DEBUG [cloud.alert.AlertManagerImpl]
> >>>>> (CapacityChecker:null) Executing cpu/ram capacity update
> >>>>> 2013-04-07 00:38:20,931 DEBUG [cloud.capacity.CapacityManagerImpl]
> >>>>> (CapacityChecker:null) Found 2 VMs on host 1
> >>>>> 2013-04-07 00:38:20,932 DEBUG [cloud.capacity.CapacityManagerImpl]
> >>>>> (CapacityChecker:null) Found 0 VM, not running on host 1
> >>>>> 2013-04-07 00:38:20,935 DEBUG [cloud.capacity.CapacityManagerImpl]
> >>>>> (CapacityChecker:null) No need to calibrate cpu capacity, host:1
> >>>>>usedCpu:
> >>>>> 200 reservedCpu: 0
> >>>>> 2013-04-07 00:38:20,935 DEBUG [cloud.capacity.CapacityManagerImpl]
> >>>>> (CapacityChecker:null) No need to calibrate memory capacity, host:1
> >>>>> usedMem: 209715200 reservedMem: 0
> >>>>> 2013-04-07 00:38:20,940 DEBUG [cloud.capacity.CapacityManagerImpl]
> >>>>> (CapacityChecker:null) Found 0 VMs on host 5
> >>>>> 2013-04-07 00:38:20,941 DEBUG [cloud.capacity.CapacityManagerImpl]
> >>>>> (CapacityChecker:null) Found 0 VM, not running on host 5
> >>>>> 2013-04-07 00:38:20,944 DEBUG [cloud.capacity.CapacityManagerImpl]
> >>>>> (CapacityChecker:null) No need to calibrate cpu capacity, host:5
> >>>>>usedCpu: 0
> >>>>> reservedCpu: 0
> >>>>> 2013-04-07 00:38:20,944 DEBUG [cloud.capacity.CapacityManagerImpl]
> >>>>> (CapacityChecker:null) No need to calibrate memory capacity, host:5
> >>>>> usedMem: 0 reservedMem: 0
> >>>>> 2013-04-07 00:38:20,950 DEBUG [cloud.capacity.CapacityManagerImpl]
> >>>>> (CapacityChecker:null) Found 1 VMs on host 6
> >>>>> 2013-04-07 00:38:20,951 DEBUG [cloud.capacity.CapacityManagerImpl]
> >>>>> (CapacityChecker:null) Found 0 VM, not running on host 6
> >>>>> 2013-04-07 00:38:20,954 DEBUG [cloud.capacity.CapacityManagerImpl]
> >>>>> (CapacityChecker:null) No need to calibrate cpu capacity, host:6
> >>>>>usedCpu:
> >>>>> 100 reservedCpu: 0
> >>>>> 2013-04-07 00:38:20,954 DEBUG [cloud.capacity.CapacityManagerImpl]
> >>>>> (CapacityChecker:null) No need to calibrate memory capacity, host:6
> >>>>> usedMem: 104857600 reservedMem: 0
> >>>>> 2013-04-07 00:38:20,954 DEBUG [cloud.alert.AlertManagerImpl]
> >>>>> (CapacityChecker:null) Done executing cpu/ram capacity update
> >>>>> 2013-04-07 00:38:20,954 DEBUG [cloud.alert.AlertManagerImpl]
> >>>>> (CapacityChecker:null) Executing storage capacity update
> >>>>> 2013-04-07 00:38:20,961 DEBUG [cloud.storage.StorageManagerImpl]
> >>>>> (CapacityChecker:null) Successfully set Capacity - 31004332032 for
> >>>>>capacity
> >>>>> type - 9 , DataCenterId - 1, HostOrPoolId - 200, PodId 1
> >>>>> 2013-04-07 00:38:20,965 DEBUG [cloud.storage.StorageManagerImpl]
> >>>>> (CapacityChecker:null) Successfully set Capacity - 97221701632 for
> >>>>>capacity
> >>>>> type - 9 , DataCenterId - 1, HostOrPoolId - 201, PodId 1
> >>>>> 2013-04-07 00:38:20,970 DEBUG [cloud.storage.StorageManagerImpl]
> >>>>> (CapacityChecker:null) Successfully set Capacity - 97221701632 for
> >>>>>capacity
> >>>>> type - 9 , DataCenterId - 1, HostOrPoolId - 202, PodId 1
> >>>>> 2013-04-07 00:38:20,975 DEBUG [cloud.storage.StorageManagerImpl]
> >>>>> (CapacityChecker:null) Successfully set Capacity - 2084569088 for
> >>>>>capacity
> >>>>> type - 3 , DataCenterId - 1, HostOrPoolId - 256, PodId 1
> >>>>> 2013-04-07 00:38:20,980 DEBUG [cloud.storage.StorageManagerImpl]
> >>>>> (CapacityChecker:null) Successfully set Capacity - 2084569088 for
> >>>>>capacity
> >>>>> type - 3 , DataCenterId - 1, HostOrPoolId - 257, PodId 1
> >>>>> 2013-04-07 00:38:20,985 DEBUG [cloud.storage.StorageManagerImpl]
> >>>>> (CapacityChecker:null) Successfully set Capacity - 2084569088 for
> >>>>>capacity
> >>>>> type - 3 , DataCenterId - 1, HostOrPoolId - 262, PodId 1
> >>>>> 2013-04-07 00:38:20,985 DEBUG [cloud.alert.AlertManagerImpl]
> >>>>> (CapacityChecker:null) Done executing storage capacity update
> >>>>> 2013-04-07 00:38:20,985 DEBUG [cloud.alert.AlertManagerImpl]
> >>>>> (CapacityChecker:null) Executing capacity updates for public ip and
> >>>>>Vlans
> >>>>> 2013-04-07 00:38:20,995 DEBUG [cloud.alert.AlertManagerImpl]
> >>>>> (CapacityChecker:null) Done capacity updates for public ip and Vlans
> >>>>> 2013-04-07 00:38:20,996 DEBUG [cloud.alert.AlertManagerImpl]
> >>>>> (CapacityChecker:null) Executing capacity updates for private ip
> >>>>> 2013-04-07 00:38:21,003 DEBUG [cloud.alert.AlertManagerImpl]
> >>>>> (CapacityChecker:null) Done executing capacity updates for private ip
> >>>>> 2013-04-07 00:38:21,003 DEBUG [cloud.alert.AlertManagerImpl]
> >>>>> (CapacityChecker:null) Done recalculating system capacity
> >>>>> 2013-04-07 00:38:21,031 DEBUG [cloud.alert.AlertManagerImpl]
> >>>>> (CapacityChecker:null) Done running Capacity Checker ...
> >>>>> 2013-04-07 00:38:24,889 DEBUG [agent.manager.AgentManagerImpl]
> >>>>> (AgentManager-Handler-8:null) Ping from 4
> >>>>> 2013-04-07 00:38:27,157 DEBUG [agent.manager.DirectAgentAttache]
> >>>>> (DirectAgent-311:null) Ping from 1
> >>>>> 2013-04-07 00:38:29,095 DEBUG [agent.manager.DirectAgentAttache]
> >>>>> (DirectAgent-197:null) Seq 1-90046472: Executing request
> >>>>> 2013-04-07 00:38:29,323 DEBUG [agent.manager.DirectAgentAttache]
> >>>>> (DirectAgent-197:null) Seq 1-90046472: Response Received:
> >>>>> 2013-04-07 00:38:29,324 DEBUG [agent.transport.Request]
> >>>>> (DirectAgent-197:null) Seq 1-90046472: Processing:  { Ans: , MgmtId:
> >>>>>1,
> >>>>> via: 1, Ver: v1, Flags: 10,
> >>>>>
> >>>>>[{"ClusterSyncAnswer":{"_clusterId":1,"_newStates":{},"_isExecuted":fa
> >>>>>l
> >>>>>s
> >>>>>e
> >>>>>,"result":true,"wait":0}}]
> >>>>> }
> >>>>> 2013-04-07 00:38:47,679 DEBUG [agent.manager.AgentManagerImpl]
> >>>>> (AgentManager-Handler-9:null) Ping from 3
> >>>>> 2013-04-07 00:38:50,453 DEBUG
> >>>>> [storage.secondary.SecondaryStorageManagerImpl] (secstorage-1:null)
> >>>>>Zone 1
> >>>>> is ready to launch secondary storage VM
> >>>>> 2013-04-07 00:38:50,560 DEBUG
> >>>>>[cloud.consoleproxy.ConsoleProxyManagerImpl]
> >>>>> (consoleproxy-1:null) Zone 1 is ready to launch console proxy
> >>>>> 2013-04-07 00:38:50,819 DEBUG
> >>>>> [network.router.VirtualNetworkApplianceManagerImpl]
> >>>>> (RouterStatusMonitor-1:null) Found 0 routers to update status.
> >>>>> 2013-04-07 00:38:50,820 DEBUG
> >>>>> [network.router.VirtualNetworkApplianceManagerImpl]
> >>>>> (RouterStatusMonitor-1:null) Found 0 networks to update RvR status.
> >>>>> 2013-04-07 00:38:50,851 DEBUG
> >>>>> [network.router.VirtualNetworkApplianceManagerImpl]
> >>>>> (RouterStatusMonitor-1:null) Found 0 routers to update status.
> >>>>> 2013-04-07 00:38:50,852 DEBUG
> >>>>> [network.router.VirtualNetworkApplianceManagerImpl]
> >>>>> (RouterStatusMonitor-1:null) Found 0 networks to update RvR status.
> >>>>> 2013-04-07 00:38:51,483 INFO  [agent.manager.AgentMonitor]
> >>>>> (Thread-11:null) Found the following agents behind on ping: [6, 5]
> >>>>> 2013-04-07 00:38:51,485 DEBUG [cloud.host.Status] (Thread-11:null)
> >>>>>Ping
> >>>>> timeout for host 6, do invstigation
> >>>>> 2013-04-07 00:38:51,486 DEBUG [cloud.host.Status] (Thread-11:null)
> >>>>>Ping
> >>>>> timeout for host 5, do invstigation
> >>>>> 2013-04-07 00:38:51,486 INFO  [agent.manager.AgentManagerImpl]
> >>>>> (AgentTaskPool-11:null) Investigating why host 6 has disconnected
> >>>>>with
> >>>>> event PingTimeout
> >>>>> 2013-04-07 00:38:51,486 DEBUG [agent.manager.AgentManagerImpl]
> >>>>> (AgentTaskPool-11:null) checking if agent (6) is alive
> >>>>> 2013-04-07 00:38:51,487 INFO  [agent.manager.AgentManagerImpl]
> >>>>> (AgentTaskPool-16:null) Investigating why host 5 has disconnected
> >>>>>with
> >>>>> event PingTimeout
> >>>>> 2013-04-07 00:38:51,488 DEBUG [agent.manager.AgentManagerImpl]
> >>>>> (AgentTaskPool-16:null) checking if agent (5) is alive
> >>>>> 2013-04-07 00:38:51,489 DEBUG [agent.transport.Request]
> >>>>> (AgentTaskPool-11:null) Seq 6-324993318: Sending  { Cmd , MgmtId: 1,
> >>>>>via:
> >>>>> 6, Ver: v1, Flags: 100011, [{"CheckHealthCommand":{"wait":50}}] }
> >>>>> 2013-04-07 00:38:51,489 DEBUG [agent.transport.Request]
> >>>>> (AgentTaskPool-11:null) Seq 6-324993318: Executing:  { Cmd , MgmtId:
> >>>>>1,
> >>>>> via: 6, Ver: v1, Flags: 100011, [{"CheckHealthCommand":{"wait":50}}]
> >>>>>}
> >>>>> 2013-04-07 00:38:51,489 DEBUG [agent.manager.DirectAgentAttache]
> >>>>> (DirectAgent-372:null) Seq 6-324993318: Executing request
> >>>>> 2013-04-07 00:38:51,491 DEBUG [agent.transport.Request]
> >>>>> (AgentTaskPool-16:null) Seq 5-614334822: Sending  { Cmd , MgmtId: 1,
> >>>>>via:
> >>>>> 5, Ver: v1, Flags: 100011, [{"CheckHealthCommand":{"wait":50}}] }
> >>>>> 2013-04-07 00:38:51,491 DEBUG [agent.transport.Request]
> >>>>> (AgentTaskPool-16:null) Seq 5-614334822: Executing:  { Cmd , MgmtId:
> >>>>>1,
> >>>>> via: 5, Ver: v1, Flags: 100011, [{"CheckHealthCommand":{"wait":50}}]
> >>>>>}
> >>>>> 2013-04-07 00:38:51,491 DEBUG [agent.manager.DirectAgentAttache]
> >>>>> (DirectAgent-252:null) Seq 5-614334822: Executing request
> >>>>> 2013-04-07 00:38:51,546 DEBUG [agent.manager.DirectAgentAttache]
> >>>>> (DirectAgent-372:null) Seq 6-324993318: Response Received:
> >>>>> 2013-04-07 00:38:51,547 DEBUG [agent.transport.Request]
> >>>>> (DirectAgent-372:null) Seq 6-324993318: Processing:  { Ans: , MgmtId:
> >>>>>1,
> >>>>> via: 6, Ver: v1, Flags: 10,
> >>>>> [{"CheckHealthAnswer":{"result":true,"details":"resource is
> >>>>> alive","wait":0}}] }
> >>>>> 2013-04-07 00:38:51,547 DEBUG [agent.transport.Request]
> >>>>> (AgentTaskPool-11:null) Seq 6-324993318: Received:  { Ans: , MgmtId:
> >>>>>1,
> >>>>> via: 6, Ver: v1, Flags: 10, { CheckHealthAnswer } }
> >>>>> 2013-04-07 00:38:51,547 DEBUG [agent.manager.AgentManagerImpl]
> >>>>> (AgentTaskPool-11:null) Details from executing class
> >>>>> com.cloud.agent.api.CheckHealthCommand: resource is alive
> >>>>> 2013-04-07 00:38:51,547 DEBUG [agent.manager.AgentManagerImpl]
> >>>>> (AgentTaskPool-11:null) agent (6) responded to checkHeathCommand,
> >>>>>reporting
> >>>>> that agent is Up
> >>>>> 2013-04-07 00:38:51,547 INFO  [agent.manager.AgentManagerImpl]
> >>>>> (AgentTaskPool-11:null) The state determined is Up
> >>>>> 2013-04-07 00:38:51,547 INFO  [agent.manager.AgentManagerImpl]
> >>>>> (AgentTaskPool-11:null) Agent is determined to be up and running
> >>>>> 2013-04-07 00:38:51,547 DEBUG [cloud.host.Status]
> >>>>>(AgentTaskPool-11:null)
> >>>>> Transition:[Resource state = Enabled, Agent event = Ping, Host id =
> >>>>>6,
> >>>>>name
> >>>>> = Tut-XenServer]
> >>>>> 2013-04-07 00:38:51,549 DEBUG [agent.manager.DirectAgentAttache]
> >>>>> (DirectAgent-252:null) Seq 5-614334822: Response Received:
> >>>>> 2013-04-07 00:38:51,549 DEBUG [agent.transport.Request]
> >>>>> (DirectAgent-252:null) Seq 5-614334822: Processing:  { Ans: , MgmtId:
> >>>>>1,
> >>>>> via: 5, Ver: v1, Flags: 10,
> >>>>> [{"CheckHealthAnswer":{"result":true,"details":"resource is
> >>>>> alive","wait":0}}] }
> >>>>> 2013-04-07 00:38:51,549 DEBUG [agent.transport.Request]
> >>>>> (AgentTaskPool-16:null) Seq 5-614334822: Received:  { Ans: , MgmtId:
> >>>>>1,
> >>>>> via: 5, Ver: v1, Flags: 10, { CheckHealthAnswer } }
> >>>>> 2013-04-07 00:38:51,550 DEBUG [agent.manager.AgentManagerImpl]
> >>>>> (AgentTaskPool-16:null) Details from executing class
> >>>>> com.cloud.agent.api.CheckHealthCommand: resource is alive
> >>>>> 2013-04-07 00:38:51,550 DEBUG [agent.manager.AgentManagerImpl]
> >>>>> (AgentTaskPool-16:null) agent (5) responded to checkHeathCommand,
> >>>>>reporting
> >>>>> that agent is Up
> >>>>> 2013-04-07 00:38:51,550 INFO  [agent.manager.AgentManagerImpl]
> >>>>> (AgentTaskPool-16:null) The state determined is Up
> >>>>> 2013-04-07 00:38:51,550 INFO  [agent.manager.AgentManagerImpl]
> >>>>> (AgentTaskPool-16:null) Agent is determined to be up and running
> >>>>> 2013-04-07 00:38:51,550 DEBUG [cloud.host.Status]
> >>>>>(AgentTaskPool-11:null)
> >>>>> Agent status update: [id = 6; name = Tut-XenServer; old status = Up;
> >>>>>event
> >>>>> = Ping; new status = Up; old update count = 315; new update count =
> >>>>>316]
> >>>>> 2013-04-07 00:38:51,550 DEBUG [cloud.host.Status]
> >>>>>(AgentTaskPool-16:null)
> >>>>> Transition:[Resource state = Enabled, Agent event = Ping, Host id =
> >>>>>5,
> >>>>>name
> >>>>> = Tut-XenServer2]
> >>>>> 2013-04-07 00:38:51,553 DEBUG [cloud.host.Status]
> >>>>>(AgentTaskPool-16:null)
> >>>>> Agent status update: [id = 5; name = Tut-XenServer2; old status = Up;
> >>>>>event
> >>>>> = Ping; new status = Up; old update count = 152; new update count =
> >>>>>153]
> >>>>> 2013-04-07 00:39:04,800 DEBUG [agent.manager.DirectAgentAttache]
> >>>>> (DirectAgent-100:null) Ping from 6
> >>>>> 2013-04-07 00:39:06,054 DEBUG [agent.manager.DirectAgentAttache]
> >>>>> (DirectAgent-259:null) Ping from 5
> >>>>> 2013-04-07 00:39:06,909 DEBUG [agent.manager.DirectAgentAttache]
> >>>>> (DirectAgent-134:null) Seq 6-324993028: Executing request
> >>>>> 2013-04-07 00:39:07,104 DEBUG [agent.manager.DirectAgentAttache]
> >>>>> (DirectAgent-134:null) Seq 6-324993028: Response Received:
> >>>>> 2013-04-07 00:39:07,104 DEBUG [agent.transport.Request]
> >>>>> (DirectAgent-134:null) Seq 6-324993028: Processing:  { Ans: , MgmtId:
> >>>>>1,
> >>>>> via: 6, Ver: v1, Flags: 10,
> >>>>>
> >>>>>[{"ClusterSyncAnswer":{"_clusterId":2,"_newStates":{},"_isExecuted":fa
> >>>>>l
> >>>>>s
> >>>>>e
> >>>>>,"result":true,"wait":0}}]
> >>>>> }
> >>>>> 2013-04-07 00:39:11,022 DEBUG [agent.manager.DirectAgentAttache]
> >>>>> (DirectAgent-188:null) Seq 5-614334468: Executing request
> >>>>> 2013-04-07 00:39:11,164 DEBUG [agent.manager.DirectAgentAttache]
> >>>>> (DirectAgent-188:null) Seq 5-614334468: Response Received:
> >>>>> 2013-04-07 00:39:11,164 DEBUG [agent.transport.Request]
> >>>>> (DirectAgent-188:null) Seq 5-614334468: Processing:  { Ans: , MgmtId:
> >>>>>1,
> >>>>> via: 5, Ver: v1, Flags: 10, [{"Answer":{"result":true,"wait":0}}] }
> >>>>> 2013-04-07 00:39:20,451 DEBUG
> >>>>> [storage.secondary.SecondaryStorageManagerImpl] (secstorage-1:null)
> >>>>>Zone 1
> >>>>> is ready to launch secondary storage VM
> >>>>> 2013-04-07 00:39:20,552 DEBUG
> >>>>>[cloud.consoleproxy.ConsoleProxyManagerImpl]
> >>>>> (consoleproxy-1:null) Zone 1 is ready to launch console proxy
> >>>>> 2013-04-07 00:39:20,819 DEBUG
> >>>>> [network.router.VirtualNetworkApplianceManagerImpl]
> >>>>> (RouterStatusMonitor-1:null) Found 0 routers to update status.
> >>>>> 2013-04-07 00:39:20,820 DEBUG
> >>>>> [network.router.VirtualNetworkApplianceManagerImpl]
> >>>>> (RouterStatusMonitor-1:null) Found 0 networks to update RvR status.
> >>>>> 2013-04-07 00:39:20,851 DEBUG
> >>>>> [network.router.VirtualNetworkApplianceManagerImpl]
> >>>>> (RouterStatusMonitor-1:null) Found 0 routers to update status.
> >>>>> 2013-04-07 00:39:20,852 DEBUG
> >>>>> [network.router.VirtualNetworkApplianceManagerImpl]
> >>>>> (RouterStatusMonitor-1:null) Found 0 networks to update RvR status.
> >>>>> 2013-04-07 00:39:24,890 DEBUG [agent.manager.AgentManagerImpl]
> >>>>> (AgentManager-Handler-10:null) Ping from 4
> >>>>> 2013-04-07 00:39:27,161 DEBUG [agent.manager.DirectAgentAttache]
> >>>>> (DirectAgent-400:null) Ping from 1
> >>>>> 2013-04-07 00:39:27,661 DEBUG [cloud.api.ApiServlet]
> >>>>> (1109449945@qtp-1008805148-34:null) ===START===  127.0.0.1 -- GET
> >>>>>
> >>>>>command=listVolumes&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8Go
> >>>>>V
> >>>>>A
> >>>>>%
> >>>>>3D&listAll=true&page=1&pagesize=20&_=1365316767658
> >>>>> 2013-04-07 00:39:27,672 DEBUG [cloud.api.ApiServlet]
> >>>>> (1109449945@qtp-1008805148-34:null) ===END===  127.0.0.1 -- GET
> >>>>>
> >>>>>command=listVolumes&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8Go
> >>>>>V
> >>>>>A
> >>>>>%
> >>>>>3D&listAll=true&page=1&pagesize=20&_=1365316767658
> >>>>> 2013-04-07 00:39:28,628 DEBUG [cloud.api.ApiServlet]
> >>>>> (1109449945@qtp-1008805148-34:null) ===START===  127.0.0.1 -- GET
> >>>>>
> >>>>>command=listVirtualMachines&response=json&sessionkey=Z6QqzU0Fq1iT13bMg
> >>>>>n
> >>>>>R
> >>>>>R
> >>>>>fl8GoVA%3D&listAll=true&page=1&pagesize=20&_=1365316768625
> >>>>> 2013-04-07 00:39:28,640 DEBUG [cloud.api.ApiServlet]
> >>>>> (1109449945@qtp-1008805148-34:null) ===END===  127.0.0.1 -- GET
> >>>>>
> >>>>>command=listVirtualMachines&response=json&sessionkey=Z6QqzU0Fq1iT13bMg
> >>>>>n
> >>>>>R
> >>>>>R
> >>>>>fl8GoVA%3D&listAll=true&page=1&pagesize=20&_=1365316768625
> >>>>> 2013-04-07 00:39:29,095 DEBUG [agent.manager.DirectAgentAttache]
> >>>>> (DirectAgent-101:null) Seq 1-90046472: Executing request
> >>>>> 2013-04-07 00:39:29,311 DEBUG [agent.manager.DirectAgentAttache]
> >>>>> (DirectAgent-101:null) Seq 1-90046472: Response Received:
> >>>>> 2013-04-07 00:39:29,311 DEBUG [agent.transport.Request]
> >>>>> (DirectAgent-101:null) Seq 1-90046472: Processing:  { Ans: , MgmtId:
> >>>>>1,
> >>>>> via: 1, Ver: v1, Flags: 10,
> >>>>>
> >>>>>[{"ClusterSyncAnswer":{"_clusterId":1,"_newStates":{},"_isExecuted":fa
> >>>>>l
> >>>>>s
> >>>>>e
> >>>>>,"result":true,"wait":0}}]
> >>>>> }
> >>>>> 2013-04-07 00:39:31,530 DEBUG [cloud.api.ApiServlet]
> >>>>> (1109449945@qtp-1008805148-34:null) ===START===  127.0.0.1 -- GET
> >>>>>
> >>>>>command=logout&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D
> >>>>>&
> >>>>>_
> >>>>>=
> >>>>>1365316771528
> >>>>> 2013-04-07 00:39:31,535 DEBUG [cloud.api.ApiServlet]
> >>>>> (1109449945@qtp-1008805148-34:null) ===END===  127.0.0.1 -- GET
> >>>>>
> >>>>>command=logout&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D
> >>>>>&
> >>>>>_
> >>>>>=
> >>>>>1365316771528
> >>>>> 2013-04-07 00:39:31,969 DEBUG [cloud.api.ApiServlet]
> >>>>> (2107564436@qtp-1008805148-38:null) ===START===  127.0.0.1 -- GET
> >>>>>
> >>>>>command=listCapabilities&response=json&sessionkey=null&_=1365316771968
> >>>>> 2013-04-07 00:39:31,970 DEBUG [cloud.api.ApiServlet]
> >>>>> (2107564436@qtp-1008805148-38:null) ===END===  127.0.0.1 -- GET
> >>>>>
> >>>>>command=listCapabilities&response=json&sessionkey=null&_=1365316771968
> >>>>> 2013-04-07 00:39:47,679 DEBUG [agent.manager.AgentManagerImpl]
> >>>>> (AgentManager-Handler-11:null) Ping from 3
> >>>>> 2013-04-07 00:39:50,451 DEBUG
> >>>>> [storage.secondary.SecondaryStorageManagerImpl] (secstorage-1:null)
> >>>>>Zone 1
> >>>>> is ready to launch secondary storage VM
> >>>>> 2013-04-07 00:39:50,555 DEBUG
> >>>>>[cloud.consoleproxy.ConsoleProxyManagerImpl]
> >>>>> (consoleproxy-1:null) Zone 1 is ready to launch console proxy
> >>>>> 2013-04-07 00:39:50,819 DEBUG
> >>>>> [network.router.VirtualNetworkApplianceManagerImpl]
> >>>>> (RouterStatusMonitor-1:null) Found 0 routers to update status.
> >>>>> 2013-04-07 00:39:50,820 DEBUG
> >>>>> [network.router.VirtualNetworkApplianceManagerImpl]
> >>>>> (RouterStatusMonitor-1:null) Found 0 networks to update RvR status.
> >>>>> 2013-04-07 00:39:50,850 DEBUG
> >>>>> [network.router.VirtualNetworkApplianceManagerImpl]
> >>>>> (RouterStatusMonitor-1:null) Found 0 routers to update status.
> >>>>> 2013-04-07 00:39:50,851 DEBUG
> >>>>> [network.router.VirtualNetworkApplianceManagerImpl]
> >>>>> (RouterStatusMonitor-1:null) Found 0 networks to update RvR status.
> >>>>> 2013-04-07 00:39:51,486 INFO  [agent.manager.AgentMonitor]
> >>>>> (Thread-11:null) Found the following agents behind on ping: [6, 5]
> >>>>> 2013-04-07 00:39:51,488 DEBUG [cloud.host.Status] (Thread-11:null)
> >>>>>Ping
> >>>>> timeout for host 6, do invstigation
> >>>>> 2013-04-07 00:39:51,489 DEBUG [cloud.host.Status] (Thread-11:null)
> >>>>>Ping
> >>>>> timeout for host 5, do invstigation
> >>>>> 2013-04-07 00:39:51,489 INFO  [agent.manager.AgentManagerImpl]
> >>>>> (AgentTaskPool-2:null) Investigating why host 6 has disconnected with
> >>>>>event
> >>>>> PingTimeout
> >>>>> 2013-04-07 00:39:51,490 DEBUG [agent.manager.AgentManagerImpl]
> >>>>> (AgentTaskPool-2:null) checking if agent (6) is alive
> >>>>> 2013-04-07 00:39:51,491 INFO  [agent.manager.AgentManagerImpl]
> >>>>> (AgentTaskPool-14:null) Investigating why host 5 has disconnected
> >>>>>with
> >>>>> event PingTimeout
> >>>>> 2013-04-07 00:39:51,491 DEBUG [agent.manager.AgentManagerImpl]
> >>>>> (AgentTaskPool-14:null) checking if agent (5) is alive
> >>>>> 2013-04-07 00:39:51,493 DEBUG [agent.transport.Request]
> >>>>> (AgentTaskPool-2:null) Seq 6-324993319: Sending  { Cmd , MgmtId: 1,
> >>>>>via: 6,
> >>>>> Ver: v1, Flags: 100011, [{"CheckHealthCommand":{"wait":50}}] }
> >>>>> 2013-04-07 00:39:51,493 DEBUG [agent.transport.Request]
> >>>>> (AgentTaskPool-2:null) Seq 6-324993319: Executing:  { Cmd , MgmtId:
> >>>>>1,
> >>>>>via:
> >>>>> 6, Ver: v1, Flags: 100011, [{"CheckHealthCommand":{"wait":50}}] }
> >>>>> 2013-04-07 00:39:51,493 DEBUG [agent.manager.DirectAgentAttache]
> >>>>> (DirectAgent-278:null) Seq 6-324993319: Executing request
> >>>>> 2013-04-07 00:39:51,494 DEBUG [agent.transport.Request]
> >>>>> (AgentTaskPool-14:null) Seq 5-614334823: Sending  { Cmd , MgmtId: 1,
> >>>>>via:
> >>>>> 5, Ver: v1, Flags: 100011, [{"CheckHealthCommand":{"wait":50}}] }
> >>>>> 2013-04-07 00:39:51,494 DEBUG [agent.transport.Request]
> >>>>> (AgentTaskPool-14:null) Seq 5-614334823: Executing:  { Cmd , MgmtId:
> >>>>>1,
> >>>>> via: 5, Ver: v1, Flags: 100011, [{"CheckHealthCommand":{"wait":50}}]
> >>>>>}
> >>>>> 2013-04-07 00:39:51,495 DEBUG [agent.manager.DirectAgentAttache]
> >>>>> (DirectAgent-433:null) Seq 5-614334823: Executing request
> >>>>> 2013-04-07 00:39:51,547 DEBUG [agent.manager.DirectAgentAttache]
> >>>>> (DirectAgent-278:null) Seq 6-324993319: Response Received:
> >>>>> 2013-04-07 00:39:51,548 DEBUG [agent.transport.Request]
> >>>>> (DirectAgent-278:null) Seq 6-324993319: Processing:  { Ans: , MgmtId:
> >>>>>1,
> >>>>> via: 6, Ver: v1, Flags: 10,
> >>>>> [{"CheckHealthAnswer":{"result":true,"details":"resource is
> >>>>> alive","wait":0}}] }
> >>>>> 2013-04-07 00:39:51,548 DEBUG [agent.transport.Request]
> >>>>> (AgentTaskPool-2:null) Seq 6-324993319: Received:  { Ans: , MgmtId:
> >>>>>1,
> >>>>>via:
> >>>>> 6, Ver: v1, Flags: 10, { CheckHealthAnswer } }
> >>>>> 2013-04-07 00:39:51,548 DEBUG [agent.manager.AgentManagerImpl]
> >>>>> (AgentTaskPool-2:null) Details from executing class
> >>>>> com.cloud.agent.api.CheckHealthCommand: resource is alive
> >>>>> 2013-04-07 00:39:51,548 DEBUG [agent.manager.AgentManagerImpl]
> >>>>> (AgentTaskPool-2:null) agent (6) responded to checkHeathCommand,
> >>>>>reporting
> >>>>> that agent is Up
> >>>>> 2013-04-07 00:39:51,548 INFO  [agent.manager.AgentManagerImpl]
> >>>>> (AgentTaskPool-2:null) The state determined is Up
> >>>>> 2013-04-07 00:39:51,548 INFO  [agent.manager.AgentManagerImpl]
> >>>>> (AgentTaskPool-2:null) Agent is determined to be up and running
> >>>>> 2013-04-07 00:39:51,548 DEBUG [cloud.host.Status]
> >>>>>(AgentTaskPool-2:null)
> >>>>> Transition:[Resource state = Enabled, Agent event = Ping, Host id =
> >>>>>6,
> >>>>>name
> >>>>> = Tut-XenServer]
> >>>>> 2013-04-07 00:39:51,549 DEBUG [agent.manager.DirectAgentAttache]
> >>>>> (DirectAgent-433:null) Seq 5-614334823: Response Received:
> >>>>> 2013-04-07 00:39:51,549 DEBUG [agent.transport.Request]
> >>>>> (DirectAgent-433:null) Seq 5-614334823: Processing:  { Ans: , MgmtId:
> >>>>>1,
> >>>>> via: 5, Ver: v1, Flags: 10,
> >>>>> [{"CheckHealthAnswer":{"result":true,"details":"resource is
> >>>>> alive","wait":0}}] }
> >>>>> 2013-04-07 00:39:51,549 DEBUG [agent.transport.Request]
> >>>>> (AgentTaskPool-14:null) Seq 5-614334823: Received:  { Ans: , MgmtId:
> >>>>>1,
> >>>>> via: 5, Ver: v1, Flags: 10, { CheckHealthAnswer } }
> >>>>> 2013-04-07 00:39:51,549 DEBUG [agent.manager.AgentManagerImpl]
> >>>>> (AgentTaskPool-14:null) Details from executing class
> >>>>> com.cloud.agent.api.CheckHealthCommand: resource is alive
> >>>>> 2013-04-07 00:39:51,549 DEBUG [agent.manager.AgentManagerImpl]
> >>>>> (AgentTaskPool-14:null) agent (5) responded to checkHeathCommand,
> >>>>>reporting
> >>>>> that agent is Up
> >>>>> 2013-04-07 00:39:51,549 INFO  [agent.manager.AgentManagerImpl]
> >>>>> (AgentTaskPool-14:null) The state determined is Up
> >>>>> 2013-04-07 00:39:51,549 INFO  [agent.manager.AgentManagerImpl]
> >>>>> (AgentTaskPool-14:null) Agent is determined to be up and running
> >>>>> 2013-04-07 00:39:51,551 DEBUG [cloud.host.Status]
> >>>>>(AgentTaskPool-2:null)
> >>>>> Agent status update: [id = 6; name = Tut-XenServer; old status = Up;
> >>>>>event
> >>>>> = Ping; new status = Up; old update count = 316; new update count =
> >>>>>317]
> >>>>> 2013-04-07 00:39:51,551 DEBUG [cloud.host.Status]
> >>>>>(AgentTaskPool-14:null)
> >>>>> Transition:[Resource state = Enabled, Agent event = Ping, Host id =
> >>>>>5,
> >>>>>name
> >>>>> = Tut-XenServer2]
> >>>>> 2013-04-07 00:39:51,554 DEBUG [cloud.host.Status]
> >>>>>(AgentTaskPool-14:null)
> >>>>> Agent status update: [id = 5; name = Tut-XenServer2; old status = Up;
> >>>>>event
> >>>>> = Ping; new status = Up; old update count = 153; new update count =
> >>>>>154]
> >>>>> 2013-04-07 00:40:04,836 DEBUG [agent.manager.DirectAgentAttache]
> >>>>> (DirectAgent-238:null) Ping from 6
> >>>>> 2013-04-07 00:40:06,653 WARN  [xen.resource.CitrixResourceBase]
> >>>>> (DirectAgent-429:null)  can not ping xenserver
> >>>>> 5e02c608-155d-432e-a20f-f8c600ef3ab7
> >>>>> 2013-04-07 00:40:06,653 WARN  [agent.manager.DirectAgentAttache]
> >>>>> (DirectAgent-429:null) Unable to get current status on 5
> >>>>> 2013-04-07 00:40:06,655 INFO  [agent.manager.AgentManagerImpl]
> >>>>> (AgentTaskPool-1:null) Investigating why host 5 has disconnected with
> >>>>>event
> >>>>> AgentDisconnected
> >>>>> 2013-04-07 00:40:06,655 DEBUG [agent.manager.AgentManagerImpl]
> >>>>> (AgentTaskPool-1:null) checking if agent (5) is alive
> >>>>> 2013-04-07 00:40:06,658 DEBUG [agent.transport.Request]
> >>>>> (AgentTaskPool-1:null) Seq 5-614334824: Sending  { Cmd , MgmtId: 1,
> >>>>>via: 5,
> >>>>> Ver: v1, Flags: 100011, [{"CheckHealthCommand":{"wait":50}}] }
> >>>>> 2013-04-07 00:40:06,658 DEBUG [agent.transport.Request]
> >>>>> (AgentTaskPool-1:null) Seq 5-614334824: Executing:  { Cmd , MgmtId:
> >>>>>1,
> >>>>>via:
> >>>>> 5, Ver: v1, Flags: 100011, [{"CheckHealthCommand":{"wait":50}}] }
> >>>>> 2013-04-07 00:40:06,658 DEBUG [agent.manager.DirectAgentAttache]
> >>>>> (DirectAgent-28:null) Seq 5-614334824: Executing request
> >>>>> 2013-04-07 00:40:06,681 DEBUG [agent.manager.DirectAgentAttache]
> >>>>> (DirectAgent-28:null) Seq 5-614334824: Response Received:
> >>>>> 2013-04-07 00:40:06,682 DEBUG [agent.transport.Request]
> >>>>> (DirectAgent-28:null) Seq 5-614334824: Processing:  { Ans: , MgmtId:
> >>>>>1,
> >>>>> via: 5, Ver: v1, Flags: 10,
> >>>>> [{"CheckHealthAnswer":{"result":false,"details":"resource is not
> >>>>> alive","wait":0}}] }
> >>>>> 2013-04-07 00:40:06,682 DEBUG [agent.transport.Request]
> >>>>> (AgentTaskPool-1:null) Seq 5-614334824: Received:  { Ans: , MgmtId:
> >>>>>1,
> >>>>>via:
> >>>>> 5, Ver: v1, Flags: 10, { CheckHealthAnswer } }
> >>>>> 2013-04-07 00:40:06,682 DEBUG [agent.manager.AgentManagerImpl]
> >>>>> (AgentTaskPool-1:null) Details from executing class
> >>>>> com.cloud.agent.api.CheckHealthCommand: resource is not alive
> >>>>> 2013-04-07 00:40:06,684 DEBUG [cloud.ha.HighAvailabilityManagerImpl]
> >>>>> (AgentTaskPool-1:null) SimpleInvestigator unable to determine the
> >>>>>state
> >>>>>of
> >>>>> the host.  Moving on.
> >>>>> 2013-04-07 00:40:06,691 DEBUG [agent.transport.Request]
> >>>>> (AgentTaskPool-1:null) Seq 6-324993320: Sending  { Cmd , MgmtId: 1,
> >>>>>via: 6,
> >>>>> Ver: v1, Flags: 100011,
> >>>>>
> >>>>>[{"CheckOnHostCommand":{"host":{"guid":"5e02c608-155d-432e-a20f-f8c600
> >>>>>e
> >>>>>f
> >>>>>3
> >>>>>ab7","privateNetwork":{"ip":"192.168.56.11","netmask":"255.255.255.0",
> >>>>>"
> >>>>>m
> >>>>>a
> >>>>>c":"08:00:27:f7:0d:28","isSecurityGroupEnabled":false},"publicNetwork"
> >>>>>:
> >>>>>{
> >>>>>"
> >>>>>ip":"192.168.56.11","netmask":"255.255.255.0","mac":"08:00:27:f7:0d:28
> >>>>>"
> >>>>>,
> >>>>>"
> >>>>>isSecurityGroupEnabled":false},"storageNetwork1":{"ip":"192.168.56.11"
> >>>>>,
> >>>>>"
> >>>>>n
> >>>>>etmask":"255.255.255.0","mac":"08:00:27:f7:0d:28","isSecurityGroupEnab
> >>>>>l
> >>>>>e
> >>>>>d
> >>>>>":false}},"wait":20}}]
> >>>>> }
> >>>>> 2013-04-07 00:40:06,691 DEBUG [agent.transport.Request]
> >>>>> (AgentTaskPool-1:null) Seq 6-324993320: Executing:  { Cmd , MgmtId:
> >>>>>1,
> >>>>>via:
> >>>>> 6, Ver: v1, Flags: 100011,
> >>>>>
> >>>>>[{"CheckOnHostCommand":{"host":{"guid":"5e02c608-155d-432e-a20f-f8c600
> >>>>>e
> >>>>>f
> >>>>>3
> >>>>>ab7","privateNetwork":{"ip":"192.168.56.11","netmask":"255.255.255.0",
> >>>>>"
> >>>>>m
> >>>>>a
> >>>>>c":"08:00:27:f7:0d:28","isSecurityGroupEnabled":false},"publicNetwork"
> >>>>>:
> >>>>>{
> >>>>>"
> >>>>>ip":"192.168.56.11","netmask":"255.255.255.0","mac":"08:00:27:f7:0d:28
> >>>>>"
> >>>>>,
> >>>>>"
> >>>>>isSecurityGroupEnabled":false},"storageNetwork1":{"ip":"192.168.56.11"
> >>>>>,
> >>>>>"
> >>>>>n
> >>>>>etmask":"255.255.255.0","mac":"08:00:27:f7:0d:28","isSecurityGroupEnab
> >>>>>l
> >>>>>e
> >>>>>d
> >>>>>":false}},"wait":20}}]
> >>>>> }
> >>>>> 2013-04-07 00:40:06,692 DEBUG [agent.manager.DirectAgentAttache]
> >>>>> (DirectAgent-467:null) Seq 6-324993320: Executing request
> >>>>> 2013-04-07 00:40:06,909 DEBUG [agent.manager.DirectAgentAttache]
> >>>>> (DirectAgent-367:null) Seq 6-324993028: Executing request
> >>>>> 2013-04-07 00:40:07,178 DEBUG [xen.resource.XenServer56Resource]
> >>>>> (DirectAgent-467:null) Heart beat is still going
> >>>>> 2013-04-07 00:40:07,178 DEBUG [agent.manager.DirectAgentAttache]
> >>>>> (DirectAgent-467:null) Seq 6-324993320: Response Received:
> >>>>> 2013-04-07 00:40:07,178 DEBUG [agent.transport.Request]
> >>>>> (DirectAgent-467:null) Seq 6-324993320: Processing:  { Ans: , MgmtId:
> >>>>>1,
> >>>>> via: 6, Ver: v1, Flags: 10,
> >>>>>
> >>>>>[{"CheckOnHostAnswer":{"determined":true,"alive":true,"result":true,"d
> >>>>>e
> >>>>>t
> >>>>>a
> >>>>>ils":"Heartbeat
> >>>>> is still going","wait":0}}] }
> >>>>> 2013-04-07 00:40:07,178 DEBUG [agent.transport.Request]
> >>>>> (AgentTaskPool-1:null) Seq 6-324993320: Received:  { Ans: , MgmtId:
> >>>>>1,
> >>>>>via:
> >>>>> 6, Ver: v1, Flags: 10, { CheckOnHostAnswer } }
> >>>>> 2013-04-07 00:40:07,179 DEBUG [agent.manager.AgentManagerImpl]
> >>>>> (AgentTaskPool-1:null) Details from executing class
> >>>>> com.cloud.agent.api.CheckOnHostCommand: Heartbeat is still going
> >>>>> 2013-04-07 00:40:07,179 DEBUG [cloud.ha.HighAvailabilityManagerImpl]
> >>>>> (AgentTaskPool-1:null) XenServerInvestigator was able to determine
> >>>>>host
> >>>>>5
> >>>>> is in Up
> >>>>> 2013-04-07 00:40:07,179 INFO  [agent.manager.AgentManagerImpl]
> >>>>> (AgentTaskPool-1:null) The state determined is Up
> >>>>> 2013-04-07 00:40:07,179 INFO  [agent.manager.AgentManagerImpl]
> >>>>> (AgentTaskPool-1:null) Agent is determined to be up and running
> >>>>> 2013-04-07 00:40:07,179 DEBUG [cloud.host.Status]
> >>>>>(AgentTaskPool-1:null)
> >>>>> Transition:[Resource state = Enabled, Agent event = Ping, Host id =
> >>>>>5,
> >>>>>name
> >>>>> = Tut-XenServer2]
> >>>>> 2013-04-07 00:40:07,182 DEBUG [cloud.host.Status]
> >>>>>(AgentTaskPool-1:null)
> >>>>> Agent status update: [id = 5; name = Tut-XenServer2; old status = Up;
> >>>>>event
> >>>>> = Ping; new status = Up; old update count = 154; new update count =
> >>>>>155]
> >>>>> 2013-04-07 00:40:07,321 DEBUG [agent.manager.DirectAgentAttache]
> >>>>> (DirectAgent-367:null) Seq 6-324993028: Response Received:
> >>>>> 2013-04-07 00:40:07,322 DEBUG [agent.transport.Request]
> >>>>> (DirectAgent-367:null) Seq 6-324993028: Processing:  { Ans: , MgmtId:
> >>>>>1,
> >>>>> via: 6, Ver: v1, Flags: 10,
> >>>>>
> >>>>>[{"ClusterSyncAnswer":{"_clusterId":2,"_newStates":{},"_isExecuted":fa
> >>>>>l
> >>>>>s
> >>>>>e
> >>>>>,"result":true,"wait":0}}]
> >>>>> }
> >>>>> 2013-04-07 00:40:11,022 DEBUG [agent.manager.DirectAgentAttache]
> >>>>> (DirectAgent-430:null) Seq 5-614334468: Executing request
> >>>>> 2013-04-07 00:40:11,052 DEBUG [xen.resource.XenServerConnectionPool]
> >>>>> (DirectAgent-430:null) Catch Exception:
> >>>>> com.xensource.xenapi.Types$HostOffline Host is offline 192.168.56.11
> >>>>>due to
> >>>>> You attempted an operation which involves a host which could not be
> >>>>> contacted.
> >>>>> 2013-04-07 00:40:11,052 DEBUG [xen.resource.XenServerConnectionPool]
> >>>>> (DirectAgent-430:null) Trying to reset master of slave 192.168.56.11
> >>>>>to
> >>>>> 192.168.56.9
> >>>>> 2013-04-07 00:40:20,452 DEBUG
> >>>>> [storage.secondary.SecondaryStorageManagerImpl] (secstorage-1:null)
> >>>>>Zone 1
> >>>>> is ready to launch secondary storage VM
> >>>>> 2013-04-07 00:40:20,552 DEBUG
> >>>>>[cloud.consoleproxy.ConsoleProxyManagerImpl]
> >>>>> (consoleproxy-1:null) Zone 1 is ready to launch console proxy
> >>>>> 2013-04-07 00:40:20,820 DEBUG
> >>>>> [network.router.VirtualNetworkApplianceManagerImpl]
> >>>>> (RouterStatusMonitor-1:null) Found 0 routers to update status.
> >>>>> 2013-04-07 00:40:20,821 DEBUG
> >>>>> [network.router.VirtualNetworkApplianceManagerImpl]
> >>>>> (RouterStatusMonitor-1:null) Found 0 networks to update RvR status.
> >>>>> 2013-04-07 00:40:20,852 DEBUG
> >>>>> [network.router.VirtualNetworkApplianceManagerImpl]
> >>>>> (RouterStatusMonitor-1:null) Found 0 routers to update status.
> >>>>> 2013-04-07 00:40:20,853 DEBUG
> >>>>> [network.router.VirtualNetworkApplianceManagerImpl]
> >>>>> (RouterStatusMonitor-1:null) Found 0 networks to update RvR status.
> >>>>> 2013-04-07 00:40:21,055 DEBUG [xen.resource.XenServerConnectionPool]
> >>>>> (DirectAgent-430:null) localLogout has problem Failed to read
> >>>>>server's
> >>>>> response: connect timed out
> >>>>> 2013-04-07 00:40:21,055 WARN  [agent.manager.DirectAgentAttache]
> >>>>> (DirectAgent-430:null) Seq 5-614334468: Exception Caught while
> >>>>>executing
> >>>>> command
> >>>>> com.cloud.utils.exception.CloudRuntimeException: Unable to reset
> >>>>>master
> >>>>>of
> >>>>> slave 192.168.56.11 to 192.168.56.9 due to
> >>>>> org.apache.xmlrpc.XmlRpcException: Failed to read server's response:
> >>>>> connect timed out
> >>>>>  at
> >>>>>
> >>>>>com.cloud.hypervisor.xen.resource.XenServerConnectionPool.PoolEmergenc
> >>>>>y
> >>>>>R
> >>>>>e
> >>>>>setMaster(XenServerConnectionPool.java:443)
> >>>>> at
> >>>>>
> >>>>>com.cloud.hypervisor.xen.resource.XenServerConnectionPool.connect(XenS
> >>>>>e
> >>>>>r
> >>>>>v
> >>>>>erConnectionPool.java:661)
> >>>>>  at
> >>>>>
> >>>>>com.cloud.hypervisor.xen.resource.CitrixResourceBase.getConnection(Cit
> >>>>>r
> >>>>>i
> >>>>>x
> >>>>>ResourceBase.java:5380)
> >>>>> at
> >>>>>
> >>>>>com.cloud.hypervisor.xen.resource.CitrixResourceBase.execute(CitrixRes
> >>>>>o
> >>>>>u
> >>>>>r
> >>>>>ceBase.java:7248)
> >>>>>  at
> >>>>>
> >>>>>com.cloud.hypervisor.xen.resource.CitrixResourceBase.executeRequest(Ci
> >>>>>t
> >>>>>r
> >>>>>i
> >>>>>xResourceBase.java:555)
> >>>>> at
> >>>>>
> >>>>>com.cloud.hypervisor.xen.resource.XenServer56Resource.executeRequest(X
> >>>>>e
> >>>>>n
> >>>>>S
> >>>>>erver56Resource.java:73)
> >>>>>  at
> >>>>>
> >>>>>com.cloud.agent.manager.DirectAgentAttache$Task.run(DirectAgentAttache
> >>>>>.
> >>>>>j
> >>>>>a
> >>>>>va:186)
> >>>>> at
> >>>>>java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:439
> >>>>>)
> >>>>>  at
> >>>>>
> >>>>>java.util.concurrent.FutureTask$Sync.innerRunAndReset(FutureTask.java:
> >>>>>3
> >>>>>1
> >>>>>7
> >>>>>)
> >>>>> at java.util.concurrent.FutureTask.runAndReset(FutureTask.java:150)
> >>>>>  at
> >>>>>
> >>>>>java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.a
> >>>>>c
> >>>>>c
> >>>>>e
> >>>>>ss$101(ScheduledThreadPoolExecutor.java:98)
> >>>>> at
> >>>>>
> >>>>>java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.r
> >>>>>u
> >>>>>n
> >>>>>P
> >>>>>eriodic(ScheduledThreadPoolExecutor.java:180)
> >>>>>  at
> >>>>>
> >>>>>java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.r
> >>>>>u
> >>>>>n
> >>>>>(
> >>>>>ScheduledThreadPoolExecutor.java:204)
> >>>>> at
> >>>>>
> >>>>>java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecu
> >>>>>t
> >>>>>o
> >>>>>r
> >>>>>.java:895)
> >>>>>  at
> >>>>>
> >>>>>java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.
> >>>>>j
> >>>>>a
> >>>>>v
> >>>>>a:918)
> >>>>> at java.lang.Thread.run(Thread.java:680)
> >>>>> 2013-04-07 00:40:21,056 DEBUG [agent.manager.DirectAgentAttache]
> >>>>> (DirectAgent-430:null) Seq 5-614334468: Response Received:
> >>>>> 2013-04-07 00:40:21,056 DEBUG [agent.transport.Request]
> >>>>> (DirectAgent-430:null) Seq 5-614334468: Processing:  { Ans: , MgmtId:
> >>>>>1,
> >>>>> via: 5, Ver: v1, Flags: 10,
> >>>>>
> >>>>>[{"Answer":{"result":false,"details":"com.cloud.utils.exception.CloudR
> >>>>>u
> >>>>>n
> >>>>>t
> >>>>>imeException:
> >>>>> Unable to reset master of slave 192.168.56.11 to 192.168.56.9 due to
> >>>>> org.apache.xmlrpc.XmlRpcException: Failed to read server's response:
> >>>>> connect timed out","wait":0}}] }
> >>>>> 2013-04-07 00:40:24,888 DEBUG [agent.manager.AgentManagerImpl]
> >>>>> (AgentManager-Handler-12:null) Ping from 4
> >>>>> 2013-04-07 00:40:27,162 DEBUG [agent.manager.DirectAgentAttache]
> >>>>> (DirectAgent-321:null) Ping from 1
> >>>>> 2013-04-07 00:40:29,095 DEBUG [agent.manager.DirectAgentAttache]
> >>>>> (DirectAgent-423:null) Seq 1-90046472: Executing request
> >>>>> 2013-04-07 00:40:29,364 DEBUG [agent.manager.DirectAgentAttache]
> >>>>> (DirectAgent-423:null) Seq 1-90046472: Response Received:
> >>>>> 2013-04-07 00:40:29,364 DEBUG [agent.transport.Request]
> >>>>> (DirectAgent-423:null) Seq 1-90046472: Processing:  { Ans: , MgmtId:
> >>>>>1,
> >>>>> via: 1, Ver: v1, Flags: 10,
> >>>>>
> >>>>>[{"ClusterSyncAnswer":{"_clusterId":1,"_newStates":{},"_isExecuted":fa
> >>>>>l
> >>>>>s
> >>>>>e
> >>>>>,"result":true,"wait":0}}]
> >>>>> }
> >>>>> 2013-04-07 00:40:43,749 INFO
> >>>>>[context.support.XmlWebApplicationContext]
> >>>>> (Shutdown:null) Closing Root WebApplicationContext: startup date [Sat
> >>>>>Apr
> >>>>> 06 22:07:12 MDT 2013]; root of context hierarchy
> >>>>> 2013-04-07 00:40:43,751 INFO
> >>>>>[factory.support.DefaultListableBeanFactory]
> >>>>> (Shutdown:null) Destroying singletons in
> >>>>>
> >>>>>org.springframework.beans.factory.support.DefaultListableBeanFactory@7
> >>>>>4
> >>>>>b
> >>>>>7
> >>>>>6ce4:
> >>>>> defining beans
> >>>>>
> >>>>>[org.springframework.context.annotation.internalConfigurationAnnotatio
> >>>>>n
> >>>>>P
> >>>>>r
> >>>>>ocessor,org.springframework.context.annotation.internalAutowiredAnnota
> >>>>>t
> >>>>>i
> >>>>>o
> >>>>>nProcessor,org.springframework.context.annotation.internalRequiredAnno
> >>>>>t
> >>>>>a
> >>>>>t
> >>>>>ionProcessor,org.springframework.context.annotation.internalCommonAnno
> >>>>>t
> >>>>>a
> >>>>>t
> >>>>>ionProcessor,ClusterRestService,NetworkRestService,PodService,VirtualM
> >>>>>a
> >>>>>c
> >>>>>h
> >>>>>ineRestService,VolumeRestService,zoneService,dataDisk,iso,rootDisk,vol
> >>>>>u
> >>>>>m
> >>>>>e
> >>>>>TypeHelper,VMComputeTagDaoImpl,VMEntityDaoImpl,VMNetworkMapDaoImpl,VMR
> >>>>>e
> >>>>>s
> >>>>>e
> >>>>>rvationDaoImpl,VMRootDiskTagDaoImpl,volumeReservationDaoImpl,virtualMa
> >>>>>c
> >>>>>h
> >>>>>i
> >>>>>neEntityImpl,VMEntityManagerImpl,dataCenterResourceManagerImpl,EngineD
> >>>>>c
> >>>>>D
> >>>>>e
> >>>>>tailsDao,EngineClusterDao,EngineDataCenterDao,EngineHostDao,EngineHost
> >>>>>P
> >>>>>o
> >>>>>d
> >>>>>Dao,EngineHostDetailsDao,EngineHostTagsDao,provisioningService,cloudOr
> >>>>>c
> >>>>>h
> >>>>>e
> >>>>>strator,dataObjectManagerImpl,dataStoreManagerImpl,dataStoreProviderDa
> >>>>>o
> >>>>>I
> >>>>>m
> >>>>>pl,primaryDataStoreDaoImpl,primaryDataStoreDetailsDaoImpl,objectInData
> >>>>>S
> >>>>>t
> >>>>>o
> >>>>>reManagerImpl,dataStoreProviderManagerImpl,objectInDataStoreDaoImpl,de
> >>>>>f
> >>>>>a
> >>>>>u
> >>>>>ltEndPointSelector,hypervsiorHostEndPointRpcServer,imageDataStoreHelpe
> >>>>>r
> >>>>>,
> >>>>>i
> >>>>>mageDaoStoreDaoImpl,imageDataDaoImpl,imageDataStoreProviderDaoImpl,BAR
> >>>>>E
> >>>>>M
> >>>>>E
> >>>>>TAL,imageFormatHelper,ISO,OVA,imageformat_qcow2,unknown,image_format_v
> >>>>>h
> >>>>>d
> >>>>>,
> >>>>>dataMotionServiceImpl,primaryDataStoreHelper,templatePrimaryDataStoreD
> >>>>>a
> >>>>>o
> >>>>>I
> >>>>>mpl,volumeDao2Impl,imageDataFactoryImpl,imageServiceImpl,imageDataMana
> >>>>>g
> >>>>>e
> >>>>>r
> >>>>>Impl,imageDataStoreManagerImpl,defaultImageDataStoreProvider,defaultIm
> >>>>>a
> >>>>>g
> >>>>>e
> >>>>>MotionStrategy,imageMotionServiceImpl,snapshotDao2Impl,snapshotDataFac
> >>>>>t
> >>>>>o
> >>>>>r
> >>>>>yImpl,snapshotServiceImpl,hypervisorBasedSnapshot,defaultPrimaryDataSt
> >>>>>o
> >>>>>r
> >>>>>e
> >>>>>ProviderManagerImpl,defaultPrimaryDatastoreProviderImpl,ISCSI,networkF
> >>>>>i
> >>>>>l
> >>>>>e
> >>>>>System,templateInstallStrategyImpl,volumeDataFactoryImpl,volumeManager
> >>>>>I
> >>>>>m
> >>>>>p
> >>>>>l,volumeServiceImpl,apiDiscoveryServiceImpl,apiRateLimitServiceImpl,re
> >>>>>g
> >>>>>i
> >>>>>o
> >>>>>nDaoImpl,regionManagerImpl,regionServiceImpl,userContextInitializer,ev
> >>>>>e
> >>>>>n
> >>>>>t
> >>>>>DaoImpl,usageEventDaoImpl,randomAllocator,baremetalDhcpDaoImpl,baremet
> >>>>>a
> >>>>>l
> >>>>>P
> >>>>>xeDaoImpl,vmwareContextFactory,ciscoNexusVSMDeviceDaoImpl,lunDaoImpl,p
> >>>>>o
> >>>>>o
> >>>>>l
> >>>>>DaoImpl,netappVolumeDaoImpl,netappManagerImpl,elasticLoadBalancerEleme
> >>>>>n
> >>>>>t
> >>>>>,
> >>>>>elasticLbVmMapDaoImpl,elasticLoadBalancerManagerImpl,netScalerPodDaoIm
> >>>>>p
> >>>>>l
> >>>>>,
> >>>>>niciraNvpDaoImpl,niciraNvpNicMappingDaoImpl,niciraNvpRouterMappingDaoI
> >>>>>m
> >>>>>p
> >>>>>l
> >>>>>,niciraNvpElement,ovsGuestNetworkGuru,ovsTunnelInterfaceDaoImpl,ovsTun
> >>>>>n
> >>>>>e
> >>>>>l
> >>>>>NetworkDaoImpl,ovsTunnelManagerImpl,bigSwitchVnsDaoImpl,bigSwitchVnsEl
> >>>>>e
> >>>>>m
> >>>>>e
> >>>>>nt,randomStoragePoolAllocator,domainChecker,agentMonitor,firstFitAlloc
> >>>>>a
> >>>>>t
> >>>>>o
> >>>>>r,recreateHostAllocator,testingAllocator,basicAgentAuthManager,alertMa
> >>>>>n
> >>>>>a
> >>>>>g
> >>>>>erImpl,clusterAlertAdapter,consoleProxyAlertAdapter,alertDaoImpl,secon
> >>>>>d
> >>>>>a
> >>>>>r
> >>>>>yStorageVmAlertAdapter,apiDBUtils,apiDispatcher,apiResponseHelper,apiS
> >>>>>e
> >>>>>r
> >>>>>v
> >>>>>er,apiServlet,accountJoinDaoImpl,asyncJobJoinDaoImpl,dataCenterJoinDao
> >>>>>I
> >>>>>m
> >>>>>p
> >>>>>l,diskOfferingJoinDaoImpl,domainRouterJoinDaoImpl,hostJoinDaoImpl,inst
> >>>>>a
> >>>>>n
> >>>>>c
> >>>>>eGroupJoinDaoImpl,projectAccountJoinDaoImpl,projectInvitationJoinDaoIm
> >>>>>p
> >>>>>l
> >>>>>,
> >>>>>projectJoinDaoImpl,resourceTagJoinDaoImpl,securityGroupJoinDaoImpl,ser
> >>>>>v
> >>>>>i
> >>>>>c
> >>>>>eOfferingJoinDaoImpl,storagePoolJoinDaoImpl,userAccountJoinDaoImpl,use
> >>>>>r
> >>>>>V
> >>>>>m
> >>>>>JoinDaoImpl,volumeJoinDaoImpl,queryManagerImpl,asyncJobExecutorContext
> >>>>>I
> >>>>>m
> >>>>>p
> >>>>>l,asyncJobManagerImpl,asyncJobDaoImpl,syncQueueDaoImpl,syncQueueItemDa
> >>>>>o
> >>>>>I
> >>>>>m
> >>>>>pl,syncQueueManagerImpl,capacityManagerImpl,capacityDaoImpl,certificat
> >>>>>e
> >>>>>D
> >>>>>a
> >>>>>oImpl,clusterBasedAgentLoadBalancerPlanner,hostTransferMapDaoImpl,clus
> >>>>>t
> >>>>>e
> >>>>>r
> >>>>>FenceManagerImpl,clusterServiceServletAdapter,managementServerHostDaoI
> >>>>>m
> >>>>>p
> >>>>>l
> >>>>>,managementServerHostPeerDaoImpl,stackMaidDaoImpl,managementServerNode
> >>>>>,
> >>>>>c
> >>>>>o
> >>>>>nfigurationManagerImpl,configurationDaoImpl,resourceCountDaoImpl,resou
> >>>>>r
> >>>>>c
> >>>>>e
> >>>>>LimitDaoImpl,entityManagerImpl,clusterDetailsDaoImpl,accountVlanMapDao
> >>>>>I
> >>>>>m
> >>>>>p
> >>>>>l,clusterDaoImpl,clusterVSMMapDaoImpl,dataCenterDaoImpl,dataCenterIpAd
> >>>>>d
> >>>>>r
> >>>>>e
> >>>>>ssDaoImpl,dataCenterLinkLocalIpAddressDaoImpl,dataCenterVnetDaoImpl,dc
> >>>>>D
> >>>>>e
> >>>>>t
> >>>>>ailsDaoImpl,hostPodDaoImpl,podVlanDaoImpl,podVlanMapDaoImpl,storageNet
> >>>>>w
> >>>>>o
> >>>>>r
> >>>>>kIpAddressDaoImpl,storageNetworkIpRangeDaoImpl,vlanDaoImpl,domainDaoIm
> >>>>>p
> >>>>>l
> >>>>>,
> >>>>>actionEventUtils,alertGenerator,eventJoinDaoImpl,eventUtils,usageEvent
> >>>>>U
> >>>>>t
> >>>>>i
> >>>>>ls,highAvailabilityDaoImpl,recreatableFencer,hostDaoImpl,hostDetailsDa
> >>>>>o
> >>>>>I
> >>>>>m
> >>>>>pl,hostTagsDaoImpl,cloudZonesStartupProcessor,hypervisorCapabilitiesDa
> >>>>>o
> >>>>>I
> >>>>>m
> >>>>>pl,hypervisorGuruManagerImpl,keystoreDaoImpl,keystoreManagerImpl,agent
> >>>>>U
> >>>>>p
> >>>>>g
> >>>>>radeDaoImpl,upgradeManagerImpl,autoScaleManagerImpl,autoScalePolicyCon
> >>>>>d
> >>>>>i
> >>>>>t
> >>>>>ionMapDaoImpl,autoScalePolicyDaoImpl,autoScaleVmGroupDaoImpl,autoScale
> >>>>>V
> >>>>>m
> >>>>>G
> >>>>>roupPolicyMapDaoImpl,autoScaleVmProfileDaoImpl,conditionDaoImpl,counte
> >>>>>r
> >>>>>D
> >>>>>a
> >>>>>oImpl,externalFirewallDeviceDaoImpl,externalLoadBalancerDeviceDaoImpl,
> >>>>>f
> >>>>>i
> >>>>>r
> >>>>>ewallRulesCidrsDaoImpl,firewallRulesDaoImpl,inlineLoadBalancerNicMapDa
> >>>>>o
> >>>>>I
> >>>>>m
> >>>>>pl,IPAddressDaoImpl,LBStickinessPolicyDaoImpl,loadBalancerDaoImpl,load
> >>>>>B
> >>>>>a
> >>>>>l
> >>>>>ancerVMMapDaoImpl,networkAccountDaoImpl,networkDaoImpl,networkDomainDa
> >>>>>o
> >>>>>I
> >>>>>m
> >>>>>pl,networkExternalFirewallDaoImpl,networkExternalLoadBalancerDaoImpl,n
> >>>>>e
> >>>>>t
> >>>>>w
> >>>>>orkOpDaoImpl,networkRuleConfigDaoImpl,networkServiceMapDaoImpl,physica
> >>>>>l
> >>>>>N
> >>>>>e
> >>>>>tworkDaoImpl,physicalNetworkIsolationMethodDaoImpl,physicalNetworkServ
> >>>>>i
> >>>>>c
> >>>>>e
> >>>>>ProviderDaoImpl,physicalNetworkTagDaoImpl,physicalNetworkTrafficTypeDa
> >>>>>o
> >>>>>I
> >>>>>m
> >>>>>pl,portProfileDaoImpl,remoteAccessVpnDaoImpl,routerNetworkDaoImpl,site
> >>>>>2
> >>>>>S
> >>>>>i
> >>>>>teCustomerGatewayDaoImpl,site2SiteVpnConnectionDaoImpl,site2SiteVpnGat
> >>>>>e
> >>>>>w
> >>>>>a
> >>>>>yDaoImpl,userIpv6AddressDaoImpl,virtualRouterProviderDaoImpl,vpnUserDa
> >>>>>o
> >>>>>I
> >>>>>m
> >>>>>pl,externalLoadBalancerUsageManagerImpl,externalNetworkDeviceManagerIm
> >>>>>p
> >>>>>l
> >>>>>,
> >>>>>firewallManagerImpl,loadBalancingRulesManagerImpl,networkManagerImpl,n
> >>>>>e
> >>>>>t
> >>>>>w
> >>>>>orkModelImpl,networkServiceImpl,networkUsageManagerImpl,virtualNetwork
> >>>>>A
> >>>>>p
> >>>>>p
> >>>>>lianceManagerImpl,vpcVirtualNetworkApplianceManagerImpl,portForwarding
> >>>>>R
> >>>>>u
> >>>>>l
> >>>>>esDaoImpl,rulesManagerImpl,securityGroupDaoImpl,securityGroupRuleDaoIm
> >>>>>p
> >>>>>l
> >>>>>,
> >>>>>securityGroupRulesDaoImpl,securityGroupVMMapDaoImpl,securityGroupWorkD
> >>>>>a
> >>>>>o
> >>>>>I
> >>>>>mpl,vmRulesetLogDaoImpl,storageNetworkManagerImpl,privateIpDaoImpl,sta
> >>>>>t
> >>>>>i
> >>>>>c
> >>>>>RouteDaoImpl,vpcDaoImpl,vpcGatewayDaoImpl,vpcOfferingDaoImpl,vpcOfferi
> >>>>>n
> >>>>>g
> >>>>>S
> >>>>>erviceMapDaoImpl,networkACLManagerImpl,vpcManagerImpl,remoteAccessVpnM
> >>>>>a
> >>>>>n
> >>>>>a
> >>>>>gerImpl,site2SiteVpnManagerImpl,networkOfferingDaoImpl,networkOffering
> >>>>>S
> >>>>>e
> >>>>>r
> >>>>>viceMapDaoImpl,projectAccountDaoImpl,projectDaoImpl,projectInvitationD
> >>>>>a
> >>>>>o
> >>>>>I
> >>>>>mpl,projectManagerImpl,dummyHostDiscoverer,resourceManagerImpl,resourc
> >>>>>e
> >>>>>L
> >>>>>i
> >>>>>mitManagerImpl,commandExecLogDaoImpl,configurationServerImpl,statsColl
> >>>>>e
> >>>>>c
> >>>>>t
> >>>>>or,serviceOfferingDaoImpl,consoleServlet,registerCompleteServlet,garba
> >>>>>g
> >>>>>e
> >>>>>C
> >>>>>ollectingStoragePoolAllocator,useLocalForRootAllocator,diskOfferingDao
> >>>>>I
> >>>>>m
> >>>>>p
> >>>>>l,guestOSCategoryDaoImpl,guestOSDaoImpl,launchPermissionDaoImpl,s3DaoI
> >>>>>m
> >>>>>p
> >>>>>l
> >>>>>,snapshotDaoImpl,snapshotPolicyDaoImpl,snapshotScheduleDaoImpl,storage
> >>>>>P
> >>>>>o
> >>>>>o
> >>>>>lDaoImpl,storagePoolDetailsDaoImpl,storagePoolHostDaoImpl,storagePoolW
> >>>>>o
> >>>>>r
> >>>>>k
> >>>>>DaoImpl,swiftDaoImpl,uploadDaoImpl,VMTemplateDaoImpl,VMTemplateDetails
> >>>>>D
> >>>>>a
> >>>>>o
> >>>>>Impl,VMTemplateHostDaoImpl,VMTemplatePoolDaoImpl,VMTemplateS3DaoImpl,V
> >>>>>M
> >>>>>T
> >>>>>e
> >>>>>mplateSwiftDaoImpl,VMTemplateZoneDaoImpl,volumeDaoImpl,volumeHostDaoIm
> >>>>>p
> >>>>>l
> >>>>>,
> >>>>>downloadMonitorImpl,OCFS2ManagerImpl,s3ManagerImpl,secondaryStorageVmD
> >>>>>e
> >>>>>f
> >>>>>a
> >>>>>ultAllocator,snapshotManagerImpl,snapshotSchedulerImpl,storageManagerI
> >>>>>m
> >>>>>p
> >>>>>l
> >>>>>,swiftManagerImpl,uploadMonitorImpl,resourceTagsDaoImpl,taggedResource
> >>>>>M
> >>>>>a
> >>>>>n
> >>>>>agerImpl,hyervisorTemplateAdapter,templateManagerImpl,versionDaoImpl,d
> >>>>>a
> >>>>>t
> >>>>>a
> >>>>>baseIntegrityChecker,externalPublicIpStatisticsDaoImpl,usageDaoImpl,us
> >>>>>a
> >>>>>g
> >>>>>e
> >>>>>IPAddressDaoImpl,usageJobDaoImpl,usageLoadBalancerPolicyDaoImpl,usageN
> >>>>>e
> >>>>>t
> >>>>>w
> >>>>>orkDaoImpl,usageNetworkOfferingDaoImpl,usagePortForwardingRuleDaoImpl,
> >>>>>u
> >>>>>s
> >>>>>a
> >>>>>geSecurityGroupDaoImpl,usageStorageDaoImpl,usageVMInstanceDaoImpl,usag
> >>>>>e
> >>>>>V
> >>>>>o
> >>>>>lumeDaoImpl,usageVPNUserDaoImpl,usageServiceImpl,accountDetailsDaoImpl
> >>>>>,
> >>>>>a
> >>>>>c
> >>>>>countManagerImpl,accountDaoImpl,SSHKeyPairDaoImpl,userAccountDaoImpl,u
> >>>>>s
> >>>>>e
> >>>>>r
> >>>>>DaoImpl,userStatisticsDaoImpl,userStatsLogDaoImpl,domainManagerImpl,id
> >>>>>e
> >>>>>n
> >>>>>t
> >>>>>ityDaoImpl,identityServiceImpl,consoleProxyDaoImpl,domainRouterDaoImpl
> >>>>>,
> >>>>>i
> >>>>>n
> >>>>>stanceGroupDaoImpl,instanceGroupVMMapDaoImpl,nicDaoImpl,secondaryStora
> >>>>>g
> >>>>>e
> >>>>>V
> >>>>>mDaoImpl,userVmDetailsDaoImpl,VMInstanceDaoImpl,itWorkDaoImpl,componen
> >>>>>t
> >>>>>C
> >>>>>o
> >>>>>ntext,org.springframework.aop.config.internalAutoProxyCreator,org.spri
> >>>>>n
> >>>>>g
> >>>>>f
> >>>>>ramework.aop.aspectj.AspectJPointcutAdvisor#0,captureAnyMethod,org.spr
> >>>>>i
> >>>>>n
> >>>>>g
> >>>>>framework.aop.aspectj.AspectJPointcutAdvisor#1,captureEventMethod,tran
> >>>>>s
> >>>>>a
> >>>>>c
> >>>>>tionContextBuilder,actionEventInterceptor,onwireRegistry,messageSerial
> >>>>>i
> >>>>>z
> >>>>>e
> >>>>>r,transportProvider,rpcProvider,eventBus,premiumDatabaseUpgradeChecker
> >>>>>,
> >>>>>m
> >>>>>a
> >>>>>nagementServerImpl,clusterManagerImpl,clusteredAgentManagerImpl,cluste
> >>>>>r
> >>>>>e
> >>>>>d
> >>>>>VirtualMachineManagerImpl,highAvailabilityManagerExtImpl,userVmManager
> >>>>>I
> >>>>>m
> >>>>>p
> >>>>>l,consoleProxyManagerImpl,securityGroupManagerImpl2,premiumSecondarySt
> >>>>>o
> >>>>>r
> >>>>>a
> >>>>>geManagerImpl,userVmDaoImpl,ipv6AddressManagerImpl,VmwareManager,Netap
> >>>>>p
> >>>>>M
> >>>>>a
> >>>>>nager,BaremetalManager,BaremetalDhcpManager,BaremetalKickStartPxeServi
> >>>>>c
> >>>>>e
> >>>>>,
> >>>>>BaremetalPingPxeService,BaremetalPxeManager,Ovs,BareMetalDhcp,BareMeta
> >>>>>l
> >>>>>P
> >>>>>x
> >>>>>e,BareMetalUserdata,SecurityGroupProvider,VirtualRouter,VpcVirtualRout
> >>>>>e
> >>>>>r
> >>>>>,
> >>>>>NiciraNvp,JuniperSRX,Netscaler,F5BigIP,CiscoNexus1000vVSM,FirstFitRout
> >>>>>i
> >>>>>n
> >>>>>g
> >>>>>,LocalStoragePoolAllocator,FirstFitStoragePoolAllocator,UserConcentrat
> >>>>>e
> >>>>>d
> >>>>>A
> >>>>>llocator,ConsoleProxyAllocator,StaticRoleBasedAPIAccessChecker,Exteral
> >>>>>I
> >>>>>p
> >>>>>A
> >>>>>ddressAllocator,BareMetalTemplateAdapter,MD5UserAuthenticator,LDAPUser
> >>>>>A
> >>>>>u
> >>>>>t
> >>>>>henticator,CheckOnAgentInvestigator,XenServerInvestigator,UserVmDomRIn
> >>>>>v
> >>>>>e
> >>>>>s
> >>>>>tigator,ManagementIPSystemVMInvestigator,VmwareInvestigator,XenServerF
> >>>>>e
> >>>>>n
> >>>>>c
> >>>>>er,KVMFencer,OvmFencer,VmwareFencer,XcpServerDiscoverer,SecondaryStora
> >>>>>g
> >>>>>e
> >>>>>D
> >>>>>iscoverer,KvmServerDiscoverer,BareMetalDiscoverer,HypervServerDiscover
> >>>>>e
> >>>>>r
> >>>>>,
> >>>>>OvmDiscoverer,vmwareServerDiscoverer,FirstFitPlanner,UserDispersingPla
> >>>>>n
> >>>>>n
> >>>>>e
> >>>>>r,UserConcentratedPodPlanner,BareMetalPlanner,StorageNetworkGuru,Exter
> >>>>>n
> >>>>>a
> >>>>>l
> >>>>>GuestNetworkGuru,PublicNetworkGuru,PodBasedNetworkGuru,ControlNetworkG
> >>>>>u
> >>>>>r
> >>>>>u
> >>>>>,DirectNetworkGuru,DirectPodBasedNetworkGuru,OvsGuestNetworkGuru,Priva
> >>>>>t
> >>>>>e
> >>>>>N
> >>>>>etworkGuru,NiciraNvpGuestNetworkGuru,XenServerGuru,KVMGuru,OvmGuru,VMw
> >>>>>a
> >>>>>r
> >>>>>e
> >>>>>Guru,BaremetalGuru,BaremetalPlannerSelector,HypervisorPlannerSelector,
> >>>>>o
> >>>>>r
> >>>>>g
> >>>>>.springframework.context.annotation.ConfigurationClassPostProcessor$Im
> >>>>>p
> >>>>>o
> >>>>>r
> >>>>>tAwareBeanPostProcessor#0];
> >>>>> root of factory hierarchy
> >>>>>
> >>>>>
> >>>>> On Sun, Apr 7, 2013 at 12:54 AM, Marcus Sorensen
> >>>>><sh...@gmail.com>wrote:
> >>>>>
> >>>>>> If you're running it the Dev way with jetty, look for vmops.log in
> >>>>>>your
> >>>>>> git
> >>>>>> root. If you've installed via package look for
> >>>>>> /var/log/cloudstack/management/management-server.log.
> >>>>>> On Apr 7, 2013 12:45 AM, "Mike Tutkowski"
> >>>>>><mi...@solidfire.com>
> >>>>>> wrote:
> >>>>>>
> >>>>>> > Hi Marcus,
> >>>>>> >
> >>>>>> > I was just looking at the output in the console.
> >>>>>> >
> >>>>>> > Can you remind me again where the related logs are stored?
> >>>>>> >
> >>>>>> > Thanks!
> >>>>>> >
> >>>>>> >
> >>>>>> > On Sun, Apr 7, 2013 at 12:39 AM, Marcus Sorensen
> >>>>>><shadowsor@gmail.com
> >>>>>> > >wrote:
> >>>>>> >
> >>>>>> > > Have you by chance looked at the debug logs to see if it by
> >>>>>>chance
> >>>>>> tried
> >>>>>> > > the proper storage and failed? I'm not sure that's OK either,
> >>>>>>but
> >>>>>>it
> >>>>>> > would
> >>>>>> > > be interesting to know.
> >>>>>> > > On Apr 7, 2013 12:25 AM, "Mike Tutkowski" <
> >>>>>> mike.tutkowski@solidfire.com>
> >>>>>> > > wrote:
> >>>>>> > >
> >>>>>> > > > Hi,
> >>>>>> > > >
> >>>>>> > > > I'm currently using 4.1 (from like a week or so ago).
> >>>>>> > > >
> >>>>>> > > > I have three tiers of shared, iSCSI-based storage represented
> >>>>>>in
> >>>>>> three
> >>>>>> > > > storage repositories in XenServer:
> >>>>>> > > >
> >>>>>> > > > SR_2
> >>>>>> > > > SR_3
> >>>>>> > > > SR_4
> >>>>>> > > >
> >>>>>> > > > SR_2 maps into CS via primary storage PS_2, which has the
> >>>>>>storage
> >>>>>> tag
> >>>>>> > > PS_2
> >>>>>> > > > SR_3 maps into CS via primary storage PS_3, which has the
> >>>>>>storage
> >>>>>> tag
> >>>>>> > > PS_3
> >>>>>> > > > SR_4 maps into CS via primary storage PS_4, which has the
> >>>>>>storage
> >>>>>> tag
> >>>>>> > > PS_4
> >>>>>> > > >
> >>>>>> > > > I have three compute offerings:
> >>>>>> > > >
> >>>>>> > > > CO_2, which only uses storage tag PS_2
> >>>>>> > > > CO_3, which only uses storage tag PS_3
> >>>>>> > > > CO_4, which only uses storage tag PS_4
> >>>>>> > > >
> >>>>>> > > > I walk through the wizard and select CO_3.  My VM ends up on
> >>>>>>SR_4.
> >>>>>> > > >
> >>>>>> > > > I have double checked the relationships and don't see any
> >>>>>>errors
> >>>>>>in
> >>>>>> > how I
> >>>>>> > > > have CS configured.
> >>>>>> > > >
> >>>>>> > > > Does anyone know of this being noted as a current bug?
> >>>>>> > > >
> >>>>>> > > > Thanks!
> >>>>>> > > >
> >>>>>> > > >
> >>>>>> > > > --
> >>>>>> > > > *Mike Tutkowski*
> >>>>>> > > > *Senior CloudStack Developer, SolidFire Inc.*
> >>>>>> > > > e: mike.tutkowski@solidfire.com
> >>>>>> > > > o: 303.746.7302
> >>>>>> > > > Advancing the way the world uses the
> >>>>>> > > > cloud<http://solidfire.com/solution/overview/?video=play>
> >>>>>> > > > *(tm)*
> >>>>>> > > >
> >>>>>> > >
> >>>>>> >
> >>>>>> >
> >>>>>> >
> >>>>>> > --
> >>>>>> > *Mike Tutkowski*
> >>>>>> > *Senior CloudStack Developer, SolidFire Inc.*
> >>>>>> > e: mike.tutkowski@solidfire.com
> >>>>>> > o: 303.746.7302
> >>>>>> > Advancing the way the world uses the
> >>>>>> > cloud<http://solidfire.com/solution/overview/?video=play>
> >>>>>> > *(tm)*
> >>>>>> >
> >>>>>>
> >>>>>
> >>>>>
> >>>>>
> >>>>> --
> >>>>> *Mike Tutkowski*
> >>>>> *Senior CloudStack Developer, SolidFire Inc.*
> >>>>> e: mike.tutkowski@solidfire.com
> >>>>> o: 303.746.7302
> >>>>> Advancing the way the world uses the
> >>>>>cloud<http://solidfire.com/solution/overview/?video=play>
> >>>>> *(tm)*
> >>>>>
> >>>>
> >>>>
> >>>>
> >>>>--
> >>>>*Mike Tutkowski*
> >>>>*Senior CloudStack Developer, SolidFire Inc.*
> >>>>e: mike.tutkowski@solidfire.com
> >>>>o: 303.746.7302
> >>>>Advancing the way the world uses the
> >>>>cloud<http://solidfire.com/solution/overview/?video=play>
> >>>>*(tm)*
> >>>
> >>
> >
>
>


-- 
*Mike Tutkowski*
*Senior CloudStack Developer, SolidFire Inc.*
e: mike.tutkowski@solidfire.com
o: 303.746.7302
Advancing the way the world uses the
cloud<http://solidfire.com/solution/overview/?video=play>
*™*

Re: VM deployed to wrong storage repository

Posted by Mike Tutkowski <mi...@solidfire.com>.
Looks like I should be fetching from here instead:

https://git-wip-us.apache.org/repos/asf/cloudstack.git

I plan to update and re-try a bit.


On Tue, Apr 9, 2013 at 12:45 PM, Mike Tutkowski <
mike.tutkowski@solidfire.com> wrote:

> Not sure if you were directing that question to me, Prachi? If so, yeah,
> those are the steps I followed when noting this problem in 4.1. Do my git
> steps look OK? Am I fetching from the wrong repo maybe (or an outdated one)?
>
>
> On Tue, Apr 9, 2013 at 12:37 PM, Prachi Damle <Pr...@citrix.com>wrote:
>
>> In master or 4.1, Random allocator is not included in the list of
>> allocators a planner uses by default .
>> It is available in the deployment, so if admin wants to use it the list
>> should be modified.
>>
>> Thanks,
>> Prachi
>> -----Original Message-----
>> From: Nitin Mehta [mailto:Nitin.Mehta@citrix.com]
>> Sent: Tuesday, April 09, 2013 11:14 AM
>> To: dev@cloudstack.apache.org
>> Subject: Re: VM deployed to wrong storage repository
>>
>> Ok got it, but then I think we should have a check not to enable the admin
>> have Random allocator as the first allocator. IMHO each allocator should
>> respect the tags. Either way we need to do the former or the later - what
>> say or am I missing something here ?
>>
>> PS - Sorry to have a barrage of mails on this, but I see something is
>> missing here.
>>
>> On 09/04/13 11:33 PM, "Prachi Damle" <Pr...@citrix.com> wrote:
>>
>> >Tags are being honored by the LocalStoragePoolAllocator and
>> >FirstFitStoragePoolAllocator. The case here is Random allocator getting
>> >loaded by default as the first allocator.
>> >
>> >In the ticket I just mentioned the problem- Mike's code is not having the
>> >latest 4.1 - Kelven's patch to put a order to the allocators is missing
>> >in his context files.
>> >
>> >-Prachi
>> >
>> >-----Original Message-----
>> >From: Nitin Mehta [mailto:Nitin.Mehta@citrix.com]
>> >Sent: Tuesday, April 09, 2013 10:53 AM
>> >To: dev@cloudstack.apache.org
>> >Subject: Re: VM deployed to wrong storage repository
>> >
>> >Thanks Prachi. But they should still honor the tags right ? Why is that
>> >not the case here ?
>> >
>> >On 09/04/13 11:17 PM, "Prachi Damle" <Pr...@citrix.com> wrote:
>> >
>> >>We don't use this allocator by default- By default the context should
>> >>loadthe LocalStoragePoolAllocator and FirstFitStoragePoolAllocator .
>> >>Random is just a provision to let admin use it when they want to ignore
>> >>any kind of filters during allocation.
>> >>
>> >>-Prachi
>> >>
>> >>-----Original Message-----
>> >>From: Nitin Mehta [mailto:Nitin.Mehta@citrix.com]
>> >>Sent: Tuesday, April 09, 2013 2:00 AM
>> >>To: dev@cloudstack.apache.org
>> >>Subject: Re: VM deployed to wrong storage repository
>> >>
>> >>Sorry for the typo. I meant bug instead of "bu"
>> >>
>> >>On 09/04/13 11:59 AM, "itin Mehta" <Ni...@citrix.com> wrote:
>> >>
>> >>>Hi Prachi - Do we use this allocator now ? And why does this allocator
>> >>>not
>> >>>honor the tag - is that not a bu ?
>> >>>
>> >>>Thanks,
>> >>>Niti
>> >>>
>> >>>On 08/04/13 11:2 PM, "Prachi Damle" <Pr...@citrix.com> wrote:
>> >>>
>> >>>>Hi Mike,
>> >>>>
>> >>>>I checked the logs, looks like the RandomStoragePolAllocator is being
>> >>>>picked upfor the storag allocation - tis allocatordoes not match any
>> >>>>tags.
>> >>>>
>> >>>>You sould use FirstFitStoragePoolAllocato instead - change the
>> >>>>component.ml to use this allocatr and not he random
>> >>>
>> >>>>Thanks,
>> >>>>-Prachi
>> >>>>
>> >>>>-----Original Message-----
>> >>>>From: Mike Tutkowski [mailto:mike.tutkowsi@solidfie.com
>> >>>>Sent: Monday, April 08 2013 8:23 AM
>> >>>>To: dev@cloudstack.apache.org
>> >>>>Subject: Re: VM deployed t wrong stage repostory
>> >>>>
>> >>>>I pla to update to the latest 4.1 todayand re-try this.
>> >>>>
>> >>>>If I still see the problem, I'll open a bug.
>> >>>>
>> >>>>
>> >>>>On Sun, Apr 7, 2013 at 4:6 PM, ike Tutkowski
>> >>>><mik.tutkowski@solidire.com
>> >>>>> wroe:
>> >>>>
>> >>>>> I don't see anything in vmops.log to indicate that another primary
>> >>>>>storage
>> >>>>> was tried first.  What do you tink?
>> >>>>>
>> >>>>> 2013-04-07 00:30:5,459 INFO  [agent.manager.AgentManagerImpl]
>> >>>> (AgentTaskPool-11:null) Investigating why host 6 has disconnected wth
>> >>>>> event PingTimeout
>> >>>>> 2013-04-07 00:0:51,459 DEBUG [agentmanager.AgentManagerImpl]
>> >>>>> (AgentTaskPool-11:null) checking if agent (6) isalive>> 2013-04-07
>> >>>>>00:30:51,460 INFO  [agent.manager.AgentManagerImpl]
>> >>>>> (AgentTaskPool-16:null) Investigating why host 5 has disconnected
>> >>>>>with
>> >>>>> event PingTimeot
>> >>>>> 2013-04-07 00:3051460 DEBUG [agent.manger.AgentManagerImpl]
>> >>>>> (AgentTaskPool-16:null) checking if aent (5) is alive
>> >>>>> 2013-04-0700:30:51,462 DEBUG [gent.transport.Request]
>> >>>>> (AgentTaskPool-11:null) Seq -324993302: Sending  { Cmd , MgmtId: 1,
>> >>>>via:
>> >>>>> 6, Ver: v1, Flags: 00011, [{"CheckHealthCommand":{"wit":50}}] }
>> >>>>> 2013-04-07 00:30:51,42 DEUG agent.transport.Request]
>> >>>>> (AgentTaskPool-11:null) Seq 6-324993302: Executing:  { Cmd , MgmtI:
>> >>>>>1,
>> >>>>> via: 6, Ver: v1, Flags: 100011, [{"CheckHealthommand"{"wait":50}}] }
>> >>>>> 2013-04-07 0:30:51,462 DEBUG [agent.manager.DirectAgentttche]
>> >>>>> (DirectAgent-26:null) Seq 6-324993302: Executing rquest
>> >>>>> 21304-07 00:30:51,464 DEBUG[agent.transport.Request]
>> >>>>> (AgenTaskPool-16null) Seq 5-614334808: Sending  { md , MgmtId: 1,
>> >>>>>via:
>> >>>>> 5, Ver: v1, Flags: 100011, [{"CheckHelthCommand":{"wait":50}}] }
>> >>>>> 201304-07 00:30:51,464 DEBUG [agent.transport.Request]
>> >>>>>(AgentTaskPool-16:null) Seq 5-614334808: Executing:  { Cmd , MgmtId:
>> >>>>>1,
>> >>>>> via: 5, Ver: v1, Flas: 100011, [{"CheckHealthComman":{"wait":50}}] }
>> >>>>> 2013-04-07 00:30:51,465 DEBUG [agent.manager.DirectAgentAttace]
>> >>>>> (DirectAgent-163:null) Seq 5-61433480: Executing request
>> >>>>> 2013-04-07 00:0:51,511 DEBUG [agent.manager.DirectAgentAttache]
>> >>>>> (DirectAgent-26:null) Seq 6324993302: Response Received:
>> >>>>> 2013-04-07 00:30:51,512 DEBUG [agent.transpot.Request]
>> >>>>> (DirectAgent-26:null) Seq 6-324993302: Processing:  { ns: , MgmtId:
>> >>>>>1,
>> >>>>> via: 6, Ver: v1, Flags: 10,
>> >>>>> [{"CheckHealthAnswer":{"result":true,"details":"resource i
>> >>>>> alive","ait":0}}] }
>> >>>>> 2013-04-07 00:30:51,12 DEBUG [agent.transport.Request]
>> >>>>> (AgentTaskPool-11:null) Seq 6-324993302: Received:  { Ans: , Mgmtd:
>> >>>>>1,
>> >>>>> via: 6, Ver: v1, Flags: 10, { CheckHealthAnswer } }
>> >>>>> 2013-04-07 00:351,512 DEBUG [agent.manager.AgentManagerImpl]
>> >>>>> (AgntTaskPool-11:null) Details from executin class
>> >>>>> com.cloud.agent.api.CheckealthCommand: resource is alive
>> >>>>> 2013-04-07 00:30:51,512 DEBUG [agent.maager.AgentManagerImpl]
>> >>>>> (AgentTaskPool-11:null) agent (6) responded to checkHeathCommand,
>> >>>>>reporting
>> >>>>> that agent is Up
>> >>>> 2013-04-07 00:30:51,512 INFO  [agent.manager.AgentManagerImpl]
>> >>>>> (AgentTaskPool-11:null) he state determined is Up
>> >>>>> 2013-4-07 00:30:51,512 INFO  [agent.manger.AgentManagerImpl]
>> >>>>> (AgenTaskPool-11:null Agent s determinedto be up an runnng
>> >>>>> 2013-04-07 00:30:51,512 DEBUG [cloud.host.Satus]
>> >>>>>(AgentTaskPool-11:null)
>> >>>>> Transition:[Resource state = Enabled, Agnt event = Ping, Host id =
>> 6,
>> >>>>>name
>> >>>>> = Tut-XenServer]
>> >>>>> 2013-04-07 00:30:51,515 DEBUG [cloud.host.Status]
>> >>>>>(AgentTaskPool-11:null)
>> >>>>> Agent status update: [id = 6; nae = Tut-XenServer; old status = Up;
>> >>>>>event
>> >>>>> = Ping; new status = Up; old update count = 307; new update count =
>> >>>>>308]
>> >>>>> 2013-04-07 00:30:51,517 DEBUG [agent.managr.DirectAgentAttache]
>> >>>>> (DirectAgent-163:nll) Seq 5-614334808: Response Receied:
>> >>>>> 2013-04-07 00:30:51,517 DEBUG [agent.transport.Request]
>> >>>>> (DirectAgent-163:null) Seq 5-614334808: Processing:  { Ans: ,
>> MgmtId:
>> >>>>>1,
>> >>>>> via: 5, Ver: v1, Flags: 10,
>> >>>>> [{"CheckHealthAnswer":{"result":true,"details":"resource is
>> >>>>> alive","wait":0}}] }
>> >>>>> 2013-04-07 00:30:51,517 DEBUG [agent.transport.Request]
>> >>>>> (AgentaskPool-16:null) Se 5-614334808: Received:  { Ans: , MgmtId:
>> 1,
>> >>>>> via: 5, Ver: v1, Flags: 10, { CheckHeathAnswer } }
>> >>>>> 2013-04-07 00:30:51,517 DEBUG [agent.manager.AgentManagerImpl]
>> >>>>> (AgentTaskPool-16:null) Details fromexecuting class
>> >>>>> com.cloud.agent.api.heckHealthCommand: resource is alive
>> >>>>> 2013-04-07 00:30:51,517 DEBUG [agent.manager.AgentManaerImpl]
>> >>>>> (AgentTaskPool-16:null) agent (5) responded to checkHeathommand,
>> >>>>reporting
>> >>>>> that agent is Up
>> >>>>>2013-04-07 00:30:51,518 INFO  [agent.manager.AgentManagerImpl]
>> >>>>> (AgentTaskPool-16:null) The state determine is Up
>> >>>>> 2013-04-07 00:30:51,518 INFO  [agent.maager.AgentManagerImpl]
>> >>>>> (AgentTskPool-16:null) Agent is determined to be up ad running
>> >>>>> 2013-04-7 00:30:51,518 DEBUG [cloud.host.tatus]
>> >>>>>(AgentTaskPool-16:null)
>> >>>>> Transition:[Resouce state = Enabled, Agent event = Ping, Host id =
>> >>>>>5,
>> >>>>>name
>> >>>>> = Tut-XenServer2]
>> >>>>>2013-04-07 00:30:51,522 DEBUG [cloud.host.Status]
>> >>>>>(AgentTaskPool16:null)
>> >>>>> Agent status update: [id = 5; name = Tut-XenServer2; old status =
>> Up;
>> >>>>>event
>> >>>> = Ping; new status = Up; old update count = 144; new update cout =
>> >>>>>145]
>> >>>>> 2013-04-07 00:30:52,927 DEUG [agent.manager.DirectAgentAttache]
>> >>>>> (DirectAgent-157:null) Seq 6-324993301: Response Received:
>> >>>>> 2013-04-07 00:30:52,927 DEBUG [agent.transport.Request]
>> >>>>> (DirectAgent-15:null) Seq 6-324993301: Processing:  { Ans: , MgmtId:
>> >>>>>1,
>> >>>>> va: 6, Ver: v1, Flags: 110, [{"Answer":{"resut":true,"wait":0}}] }
>> >>>>> 2013-04-07 00:30:52,927 DEBUG [agent.transport.Request]
>> >>>>> (Job-Executor-35:job-42) Seq 6-324993301: Received:  { Ans:  MgmtId:
>> >>>>>1,
>> >>>>> via: 6, Ver: v1, Flags: 110, { Answer } }
>> >>>>> 2013-04-07 00:30:52,927 DEBUG [agent.manager.gentAttache]
>> >>>>> (DirectAgent-157:null) Seq 6-324993301: No more commands found
>> >>>>> 2013-04-07 00:30:52,938 DEBUG
>> >>>> [network.router.VirtualNetworkApplianceManagerImpl]
>> >>>>> (Job-Executor-35:job-42) Applying userdata and password entry in
>> >>>>>network
>> >>>> Ntwk[204|uest|6]
>> >>>>> 013-04-07 00:30:52,952 DEBUG [agent.transport.Request]
>> >>>>> (Job-Executor-35:job-42) Seq -324993303: Sending  { Cmd , MgmtId: 1,
>> >>>>>via:
>> >>>>> 6, Ver: v1, Flas: 10111,
>> >>>>>
>> >>>>>[{"routing.SavePasswordCommand":{"password":fnirq_cnffjbeq","vmIpAddr
>> >>>>>e
>> >>>>>s
>> >>>>>s
>>
>> >>>>>":"192.168.56.195","vmName":"c18ddf7c-fc61-40b0af75-fdef05f8eae6,"acce
>> >>>>>s
>>
>> >>>>>sDetails":{"router.guest.ip":192.168.56.102","one.network.type":"Basic
>> >>>>>"
>> >>>>>,"router.ip":"169.254.1.168","
>> >>>>> router.nam
>> >>>>>
>>
>> >>>>>":"r-4-VM"},"wait":0}},{"routing.VmataCommand":{"vmpAddress":"192.168.
>> >>>>>5
>>
>> >>>>>6.195","vmName":"c18ddf7c-fc61-40b0-af75-fdef05f8eae6","accessDetails"
>> >>>>>:
>> >>>>>{
>> >>>>>"
>> >>>>>router.gest.ip":"192.68.56.102","zone.network.type":"Basic","router.i
>> >>>>>p
>> >>>>>"
>> >>>>>:"169.254.1.168","
>> >>>>> router.name":"r-4-VM"},"wait":0}}] }
>> >>>>> 2013-04-07 00:30:52,953 DEUG [agent.transprt.equest]
>> >>>>> (JobExecutor-35:job-42) Seq 6-324993303: Executing:  {Cmd , MgmtId:
>> >>>>>1,
>> >>>>> via: 6, Ver: v1, Flags: 100111,
>> >>>>>
>> >>>>>[{"routig.SavePasswordCommand":{"password":"fnirq_nffjbeq",vmIpAddrs
>> >>>>>s
>>
>> >>>>>":"192.168.56.195","vmName":"c18ddf7c-fc61-40b0-af75-fdef05f8eae6","ac
>> >>>>>c
>> >>>>>e
>> >>>>>s
>>
>> >>>>>sDetails":{"router.guest.ip":"192.168.56.102","zone.networktype":"Basi
>> >>>>>c
>> >>>>>"
>> >>>>,"router.ip":"169.254.1.168","
>> >>>>> router.name
>> >>>>>
>>
>> >>>>>":"r-4-VM"},"wait":0}},{"rting.VmDataCommand":{"vmIpAddress":"192.168.
>> >>>>>5
>>
>> >>>>>6.195","vmName":"c18ddf7c-fc61-0b0-af75-fdef05f8eae6","accessDetails":
>> >>>>>{
>> >>>>>"
>>
>> >>>>>router.guest.ip":"192.168.56.102","zone.network.type":"Basic","router.
>> >>>>>i
>> >>>>>p
>> >>>>>"
>> >>>>>:"19.254.1.168","
>> >>>>> router.name":"r-4-VM"},"wait":0}}] }
>> >>>>> 2013-04-07 00:30:52,93 DEBUG [agent.manger.DirectAgentAttache]
>> >>>>> (DirectAgent-37:null) Se 6-324993303: Executing requst
>> >>>>> 2013-04-07 00:30:53,093 DEBUG [cloud.api.ApiServlet]
>> >>>>> (1161145101@qtp-100880148-3:null) ===START===  127.0.0.1 -- GET
>> >>>>>
>>
>> >>>>>command=queryAsyncJobResult&jobId=f75d8ce8-1193-43f-b171-f43d2534e6bc&
>> >>>>>r
>> >>>>>e
>> >>>>>sponse=json&sessionkey=Z6QqzU0FqiT13bMgnRRfl8GoVA%3D&_=1365316253091
>> >>>>> 2013-04-07 00:30:53,110 DEBUG [cloud.api.ApiServlet]
>> >>>>> (116114511@qtp-1008805148-33:null) ===END===  127.0.0.1 -- GET
>> >>>>>
>> >>>>command=queryAsyncJobResult&jobId=f75d8ce8-1193-43bf-b171-f43d2534e6bc
>> >>>>>&
>> >>>>>r
>> >>>>>e
>> >>>>sponse=son&sessioney=Z6QqzU0Fq1iT13bMgnRRflGoVA%3D&_=1365316253091
>> >>>> 2013-04-07 00:30:56,093 DEBUG [cloud.api.ApiServlet]
>> >>>>> (1161145101@qtp-1008805148-33:null) ===START===  127.0.0.1 -- GET
>> >>>>>
>>
>> >>>>>command=ueryAsyncJobResult&jobId=f75d8ce8-1193-43bf-b171-f43d2534e6bc&
>> >>>>>r
>> >>>>>e
>> >>>>>sponse=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316256091
>> >>>> 2013-4-07 00:30:56,109 DEBUG [clou.api.ApiServlet]
>> >>>>> (1161145101@qtp-100805148-33:null) ===END===  127.0.0.1 -- GET
>> >>>>>
>>
>> >>>>>comman=queryAsyncJobResult&joId=f75d8ce8-1193-43bf-b171-f43d2534e6bc&r
>> >>>>>e
>> >>>>>sponse=jon&sessokey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316256091
>> >>>>>2013-0-07 00:30:59,094 DEBUG [cloud.api.ApiServlet]
>> >>>>> (1161145101@qtp-1008805148-33:null) ===START==  127.0.0.1 -- GET
>> >>>>>
>>
>> >>>>>command=queryAsyncJobResut&jobId=f75d8ce8-1193-43bf-b171f43d2534e6b&re
>> >>>>>sponse=json&sssionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316259092
>> >>>>> 2013-04-0700:30:59,11 DBUG [cloud.api.ApiServlet]
>> >>>>> (1161145101@qtp-1008805148-33:null) ==END===  127.0.0.1 -- GET
>> >>>>>
>>
>> >>>>>command=queryAsyncJobResult&jobId=f75d8ce8-1193-43bf-b171-f43d2534e6bc
>> >>>>>&
>> >>>>>r
>> >>>>>e
>> >>>>sponse=json&essionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316259092
>> >>>>>2013-04-07 0:31:02,095 DEBUG [cloud.api.ApiSerlet]
>> >>>>> (1161145101@qtp-1008805148-33:null) ===START===  127.0.0.1 -- GET
>> >>>>>
>>
>> >>>>>command=queryAsyncJobResult&jobId=f75d8ce8-1193-43bf-b171-f43d2534e6bc
>> >>>>>&
>> >>>>>r
>> >>>>>e
>> >>>>>spne=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316262093
>> >>>>> 2013-04-07 00:31:02,110 DEBUG [cloud.api.ApiServlet]
>> >>>>> (1161145101@qtp-1008805148-33:null) ==END==  127.0.0.1 -- GET
>> >>>>>
>>
>> >>>>>command=queryAsyncJobesult&jobId=f75d8ce8-1193-3bf-b171-f43d2534e6bc&r
>> >>>>>e>>sponse=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=
>> 13653162620
>> >>>>>9
>> >>>>>3
>> >>>>> 201-04-07 00:31:04,860 DEBUG [agent.manager.DirectAgentAttache]
>> >>>>> (DirectAgent-145:null) Ping from 6
>> >>>>> 2013-04-07 00:3105,99 DEBUG [cloud.api.ApiServlet]
>> >>>>> (116115101@qtp-1008805148-33:null) ===START===  127.0.0.1 -- GE
>> >>>>>
>>
>> >>>>>command=queryAsycJobResult&jobId=f75d8ce8-1193-4bf-b171-f43d2534e6bc&r
>> >>>>>e
>> >>>>>sponse=jsn&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316265096
>> >>>>> 013-04-07 00:31:05,114 DEBUG [cloud.api.AiServlet]
>> >>>>> (1161145101@qtp-1008805148-33:null) ==END===  127.0.0.1 -- GET
>> >>>>>
>>
>> >>>>>command=queryAsyncJobResult&jobId=f75d8ce8-1193-43bf-b171-f43d2534e6bc
>> >>>>>&
>> >>>>>r
>> >>>>>e
>> >>>>>sponse=json&sessonkey=Z6QqzU0Fq1iT13bMgnRRflGoVA%3D&_=1365316265096
>> >>>>> 2013-04-07 00:31:06,234 DEBUG [aet.anager.DirectAgentAttache]
>> >>>>> (DirectAgent-372:null) Ping frm 5
>> >>>>> 2013-04-07 00:31:06,909 DEBUG [agent.manage.DirectAgentAttache]
>> >>>>> (DirectAgent-149:null) Seq 6-324993028: Executing request
>> >>>>> 2013-04-07 00:31:07,239 DEBUG [agent.manager.DirectAgentAttache]
>> >>>> (DirectAgent-149:null Seq 6-324993028: Response Received:
>> >>>>> 2013-04-07 00:31:07,239 DEBUG [agent.transport.Request]
>> >>>>> (DirectAgent-14:null) Seq 6-324993028: Processig:  { Ans: , MgmtId:
>> >>>>>1,
>> >>>>> va: 6, Ver: v1, Flags: 10,
>> >>>>>
>>
>> >>>>>[{"CluterSyncAnswer":{"_clusterId":2,"_newStates":{},"_isExecuted":als
>> >>>>>e
>> >>>>>,"result":true,wait":0}}]
>> >>>>> }
>> >>>>> 2013-0-0 00:31:07,424 DEBUG [agent.manager.DirectAgentAttache]
>> >>>>> (DirectAgen-37:null) Seq 6-324993303: Response Received:
>> >>>> 2013-04-07 00:31:07,424 DEBUG [gent.trnsport.Rquest]
>> >>>>> (DirectAgent-37:null) Seq 6-324993303: Processing:  { Ans: , MgmtId:
>> >>>>>1,
>> >>>>> via: 6, Ver: v1, Flags: 110,
>> >>>>>
>>
>> >>>>>[{"Answer":{"result":true,"wait":0}},{"Answer":{"result":true,"wait":0
>> >>>>>}
>> >>>>>}
>> >>>>>]
>> >>>>> }
>> >>>>> 2013-04-07 00:31:07,424 DEBUG [agent.transportRequest]
>> >>>>> (Job-Executor-35:job-42) Seq 6-324993303: Received:  { Ans: , MgmId:
>> >>>>>1,
>> >>>>> vi: 6, Ver: v1, Flags: 110, { Answer, Answer } }
>> >>>>> 2013-04-07 00:31:07,424 DEBUG [agent.maager.AgentAttache]
>> >>>>> (DirectAgent-37:null) Seq 6-324993303: No more commands fond
>> >>>>> 2013-04-07 00:31:07424 DEBUG [cloud.network.NetwrkManaerImpl]
>> >>>>> (Job-Executor-35:job-42) Asking VpcVirtualRouter to prepare for
>> >>>>> Nic[18-12-6416c373-20d8-4617-8dcb-30a8ff9d0f34-192.168.56.195]
>> >>>>> 2013-04-07 00:31:07,424 WARN
>> >>>>>[network.element.VpcVirtualRouterElement]
>> >>>>> (Job-Executor-35:job-42) Network Ntwk[204|Guest|6] is not associated
>> >>>>>with
>> >>>>> any VPC
>> >>>>> 201-04-07 0031:07,429 DEBUG [cloud.network.NetworkManagerImpl]
>> >>>>> (Job-Executor-35:job-42) Asking NiciraNvp to prepare for
>> >>>> Nic[18-12-6416c373-20d8-4617-8dcb-30a8ff9d0f34-192.168.56.195]
>> >>>>> 2013-0-07 00:31:07,429 DEBUG [network.element.NiciraNvpElement
>> >>>>> (ob-Executor-35:job-42) Checking if NiciraNvpElement can handle
>> >>>>>service
>> >>>>> Connectiity on network gustNetworkFrBasicZone
>> >>>>> 2013-04-07 00:31:07,432 DEBUG [cloud.network.NetworkManagrIpl]
>> >>>>> (Job-Executor-35:job-42) Asking JuniperSRX to prepare for
>> >>>>> Nic[18-12-641c373-20d8-46178dcb-30a8ff9d0f34-192.68.56.195]
>> >>>>> 2013-04-07 00:31:07,436DEBUG [cloud.networkNetwrkManagerImpl]
>> >>>>> (Job-Executor-35:job-42) Asking Netscaler to prepare for
>> >>>>> Nc[18-12-6416c373-20d8-4617-8dcb-308ff9d0f34192.168.56.195]
>> >>>>> 201304-07 00:31:07,441 DEBUG [cloud.network.NetworkManagerImpl]
>> >>>>> (Job-Executor-35:job-4) Asking F5BigIP to prepare for
>> >>>>> Nic[18-12-6416c373-20d8-4617-8dcb-30a8ff9d0f34-192.168.56.195]
>> >>>>> 2013-04-07 00:31:07,445 DEBUG [cloud.network.NetworkManagerImpl]
>> >>>>> (Job-Executor-5:job-42) Asking CiscoNexus100vVSM to prepare for
>> >>>>> Nic[18-12-6416c373-20d8-4617-8dcb-30a8ff9d0f34-192.168.56195]
>> >>>> 2013-04-070:31:07,449 DEUG [cloud.storage.StorageMaagerImpl]
>> >>>>> (Job-Executor-35:job-42) Checking if we need to prepare 1 volumes
>> for
>> >>>> VM[User|c18ddf7c-fc61-40b0-af75-fdef05f8eae6]
>> >>>> 2013-04-07 00:317,451 DEBUG [cloud.storageStorageManagerImpl]
>> >>>>> (Job-Executor-35:job42) Creating volume: Vol[12|vm=12|ROOT]
>> >>>>> 2013-0-07 00:31:07,451 DEBUG [cloud.storage.StorageManagerImpl]
>> >>>>> (Job-Executor-35:job-42) Trying to create in Pool[257|PreSetup]
>> >>>>> 2013-04-07 00:31:07,459 DEBUG [loud.template.TemplateManagerImpl]
>> >>>>> (Job-Executor-35:job-42) Downloading template 5 to pool 257
>> >>>>> 2013-04-07 00:31:07,466 DEBUG [cloud.template.TemplateManagerImpl]
>> >>>>> (Job-Executor-35:job-42) Downloading 5 via 5
>> >>>>> 2013-04-07 00:31:07,470 DEBUG [agent.transport.Request]
>> >>>>> (Job-Executor-35:job-2) Seq 5-614334809: Sending  { Cmd , MgmtI: 1,
>> >>>>> via: 5, Ver: v1, Flags: 100111,
>> >>>>>
>>
>> >>>>>[{"storage.PrimaryStorageDownloadComman":{"localPath":"/mnt/9a008517-e
>> >>>>>3
>> >>>>>2
>>
>> >>>>>1-37a0-a91-44695f9b6fe7","poolUuid":"iSCSI_SR_3","poolId":257,"primary
>> >>>>>P
>> >>>>>o
>>
>> >>>>>ol":{"id":257,"uuid":"iSCSI_SR_3","host":"192.168.56.9","path":"/iSCSI
>> >>>>>_
>> >>>>>S
>> >>>>>R
>>
>> >>>>>_3","port":0,"type":"PreSetup"},"secondaryStorageUrl":"ns://192.168.56
>> >>>>>.
>> >>>>>1
>> >>>>>0:
>> >>>>>
>> >>>>>/opt/sorage/secondary",primaryStorageUrl":nfs://
>> 192.168.56.9/iSCSI_SR_
>> >>>>>3
>> >>>>>
>> >>>>>","url":"nfs://192.168.56.10:
>> /opt/storage/secondary/template/tmpl/1/5/
>> >>>>>/
>> >>>>>c
>> >>>>>e
>>
>> >>>>>5b212e-215a-3461-94fb-814a6352215.vhd","format":"VHD","accountId":1,"n
>> >>>>>a
>> >>>>>m
>> >>>>>e":"tiny>>> Linux","wait":10800}}] }
>> >>>>> 2013-04-07 00:3107,470 DEBUG [agent.transportRequest]
>> >>>>> (Job-Executor-35:job-42) Seq 5-614334809: Executing:  { Cm ,
>> MgmtId:
>> >>>>>1
>> >>>>> via: , Ver: v1, Flags: 100111,
>> >>>>>
>>
>> >>>>>[{"storage.PrimaryStorageDownloadCommand":{"localPath":"/mnt/9a008517-
>> >>>>>e
>> >>>>>3
>> >>>>>2
>>
>> >>>>>1-37a0-a941-44695f9b6fe7","pooUuid":"iSCSI_SR_3","polId":57,"primaryPo
>>
>> >>>>>l":{"id":257,"uuid":"iSCSI_SR_3","host":"192.168.56.9","path":"/iSCSI_
>> >>>>>S
>> >>>>>R
>>
>> >>>>>_3","port":0,"type":"PreSetup"},"secondaryStorageUrl":"nfs://192.168.5
>> >>>>>6
>> >>>>>.
>> >>>>>1
>> >>>>>0:
>> >>>>>
>> >>>>>/opt/storage/secondary","primaryStorageUr":"nfs://
>> 192.168.56.9/iSSI_SR
>> >>>>>_
>> >>>>>3
>> >>>>>
>> >>>>>","url":"nfs://192.168.56.10:
>> /opt/storage/secondary/template/tmpl/1///
>> >>>>>c
>> >>>>>e
>>
>> >>>>>5b212e-215a-3461-94fb-84a635b2215.vhd","format":"VHD","accountId":1,"n
>> >>>>>a
>> >>>>>m
>> >>>>>e":"tiny
>> >>>>> Linux","wait":10800}}] }
>> >>>>> 2013-04-07 00:31:07,470 DEBUG [agnt.manager.DirectAgentAttache]
>> >>>>> (DirectAgent-174:null) Seq 5-14334809: Executng request
>> >>>>> 2013-04-07 00:31:08,097 DEBUG [cloud.api.ApiServlet]
>> >>>>> (1161145101@qtp-10880518-33:null) ===START===  127.0.0.1 -- GET
>> >>>>>
>> >>>>>command=queryAsyncobReult&jobId=f75d8ce8-1193-43b-b171-f43d2534e6bc&r
>> >>>>>e
>> >>>>>sponse=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316268095
>> >>>>> 2013-04-07 00:31:08,115 DEBUG [cloud.api.ApiServlet]
>> >>>>> (116145101@qtp-1008805148-33:null) ===END===  127.0.0.1 - GET
>> >>>>>
>>
>> >>>>>comand=queryAsyncJobResult&jobId=f75d8ce8-1193-43bf-b171-f43d2534e6bc&
>> >>>>>r
>> >>>>>e
>> >>>>>sponse=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=136531626895
>> >>>>> 2013-04-07 00:31:11,023 DEBUG [agent.manager.DirectAgentAttache]
>> >>>>> (DirectAgent-309:nll) Seq 5-614334468: Executing request
>> >>>>> 201-04-07 00:31:11,099 DEBUG [cloud.api.ApiServlet]
>> >>>>> (1161145101@qtp-1008805148-33:null) ===START===  127.0.0.1 -- GET
>> >>>>>
>>
>> >>>>>command=querAsyncJobResult&jobId=f75d8ce8-1193-43bf-b171-f43d2534e6bc&
>> >>>>>r
>> >>>>>e
>> >>>>sponse=jsonsessionkeyZ6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316271096
>> >>>>> 2013-04-07 00:31:11,121 DEBUG [cloud.api.ApiServlet]
>> >>>>> (1161145101@qtp-1008805148-33:null) ===END===  127.0.0.1 -- GET
>> >>>>>
>>
>> >>>>>command=queryAsyncJobResult&jobId=f75d8ce8-1193-43bf-b171-f43d2534e6bc
>> >>>>>&
>> >>>>>r
>> >>>>>e
>> >>>>>sponse=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316271096
>> >>>>> 2013-04-07 00:31:11,363 DEBUG [aget.manager.DirectAgentAttache]
>> >>>>> (DirectAgent-309:null) Seq 5-614334468: Response Received:
>> >>>>> 2013-04-07 00:31:11,363 DEBUG [agent.transport.Request]
>> >>>>> (DirectAgent-309:null) Seq 5-614334468: Processing:  { Ans: ,
>> MgmtId:
>> >>>>>1,
>> >>>>> via: 5, Ver: v1, Flags: 10, [{"Answer":{result":true,"wat":0}} }
>> >>>>>2013-04-07 00:31:14,100 DEBUG [cloud.ai.ApiServlet]
>> >>>>> (1161145101@qtp-1008805148-33:nll) ===START===  127.0.0.1 -- GET
>> >>>>>
>>
>> >>>>>command=qeryAsyncJobResult&jobId=f75d8ce8-1193-43bf-b171-f43d253e6bc&r
>> >>>>>e
>> >>>>>sponse=json&sessinkey=Z6QqzU0Fq1iT13bMgnRRfl8oVA%3D&_=1365316274097
>> >>>>> 2013-04-07 00:3:14,124 DEBUG [cloud.api.ApServlet]
>> >>>>> (1161145101@qtp-1008805148-33:nll) ===END===  127.0.0.1 -- GET>>
>>
>> >>>>>ommand=queryAsyncJobResult&jobId=f75d8ce8-1193-43bf-b171-f43d2534e6bc&
>> >>>>>e
>> >>>>>sponse=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316274097
>> >>>>> 2013-04-07 00:31:16,197 DEBUG [cloud.api.ApiServlet]
>> >>>>> (1161145101@qtp-100880548-33:null) ===START===  127.0.0.1 -- GET
>> >>>>
>>
>> >>>>>command=listVirtualMachines&response=json&sessionkey=Z6QqzU0Fq1iT13bMg
>> >>>>>n
>> >>>>>R
>> >>>>>R
>> >>>>>fl8GoVA%3D&listAll=true&pag=1&pagesize=20&_=1365316276194
>> >>>>> 2013-04-7 00:31:16,219 DEBUG [cloud.api.ApiServlet]
>> >>>>> (1161145101@qtp-1008805148-33:null) ===END===  127.0.0.1 - GET
>> >>>>>
>>
>> >>>>>command=listVirtulMachies&response=json&sessionkey=Z6QqzU0FqiT13bMgnRR
>> >>>>>fl8GoVA%3D&listAll=true&page=1&pagesize=20&_=136516276194
>> >>>>> 2013-04-07 00:31:17,101 DEBUG [cloud.api.Apiervlet]
>> >>>>> (1161145101@qtp-1008805148-33:null) ===START===  127.0.0.1 -- GET
>> >>>>>
>>
>> >>>>>command=querAsyncJobResult&jobId=f75d8ce8-1193-43bf-b171-f43d2534e6bc&
>> >>>>>r
>> >>>>>e
>> >>>>>sponse=json&sessiokey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316277098
>> >>>>> 13-04-07 00:31:17,123 DEBUG [cloud.api.ApiServet]
>> >>>>> (1161145101@qtp-1008805148-33:null) ===END===  127.0.0.1-- GET
>> >>>>>
>>
>> >>>>>command=queryAsyncJobResult&jobId=f75d8ce8-1193-43bf-b171-f43d2534e6bc
>> >>>>>&
>> >>>>>r
>> >>>>>e
>> >>>>>sponse=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316277098
>> >>>>> 2013-4-07 00:31:17,954 DEBUG [cloud.ai.ApiServlet]
>> >>>>> (1161145101@qtp-1008805148-33:null) ===START===  17.0.0.1 -- GET
>> >>>>>
>>
>> >>>>>command=lstVolumes&response=json&sessionkey=Z6QqzU0Fq1iT13bMnRfl8GoVA%
>> >>>>>3D&listAll=true&page=1&pagesize=20&_=1365316277950
>> >>>>> 2013-04-07 00:31:17,972 DEBUG [loud.api.ApiServlet]
>> >>>>> (1161145101@qtp-1008805148-33:null) ===END===  27.0..1-- GET
>> >>>>>
>>
>> >>>>>command=listVolumes&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8Go
>> >>>>>V
>> >>>>>A
>> >>>>>%
>> >>>>>3D&listAll=true&page=1&pagesize=20&_=135316277950
>> >>>>> 2013-04-07 00:31:20,102 DEBUG [cloud.api.ApiServlet]
>> >>>>> 1161145101@qtp1008805148-33:null) ===START===  127.0.0.1 -- GET
>> >>>>>
>>
>> >>>>>command=queryAsyncJobResult&jobId=f75d8ce8-1193-43bf-b171-43d2534e6bc&
>> >>>>>r
>> >>>>>e
>> >>>>>sponse=json&sessionkey=Z6QqU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316280099
>> >>>>> 201304-07 00:31:20,118 DEBUG [cloud.api.ApiServlet]
>> >>>>> (1161145101@qtp-1008805148-33null) ===END===  127.0.0.1 -- GET
>> >>>>>
>>
>> >>>>>command=queryAsyncJbResult&jobId=f75d8ce8-1193-43bf-b11-f43d2534e6bc&r
>> >>>>>e
>> >>>>>sponse=json&sessionkey=Z6QqzU0Fq1iT13bMgnRfl8GoVA%3D&_=1365316280099
>> >>>> 2013-04-07 00:31:2,454 DEBUG
>> >>>>> [storage.secondary.SconaryStorageManagerImpl] (scstorage-1:null)
>> >>>>>Zone 1
>> >>>>> is ready to launch secondary storage VM
>> >>>> 2013-04-07 00:31:20,558 DEBUG
>> >>>>>[cloud.consoleproxy.ConsolePoxyManagerImpl]
>> >>>>>(consoleproxy-1:null) Zone 1 is ready to launch console proxy
>> >>>>> 2013-04-07 00:31:20,820 DEBUG
>> >>>>> [network.router.VirtualNetworkApplianceManagerImpl]
>> >>>>> (RouterStatusMonitor-1:null) Found routers to update status.
>> >>>> 2013-04-0 00:31:20,821 DEBUG
>> >>>>> [network.router.VirtualNetworkApplianceManagerImpl]
>> >>>>> (RouterStatusMonitor-1:null) ound 0 networks to update RvR status.
>> >>>>> 2013-04-07 00:31:20,82 DEBUG
>> >>>>> [network.router.VirtuaNetworkApplianceManagerImpl]
>> >>>>> (RouterStatusMontor-:null) Found 0 routers to update status.
>> >>>>> 2013-04-07 0:31:20,853 DEBUG
>> >>>>> [network.router.VirtualNetworkApplianceManagerImpl]
>> >>>>> (RouterStatusMonitor-1:null) Found 0 netwoks to update RvR status.
>> >>>>> 2013-04-07 00:31:21,075 DEBUG [cloud.api.ApiServlet]
>> >>>>> (1161145101@qtp-1008805148-33:null) ===START===  127.0.0.1 -- GET
>> >>>>>
>>
>> >>>>>commandlistVolumes&id=aed71ae1-732b-48d7-833f-e23287e2b2b9&response=js
>> >>>>>o
>> >>>>>n
>> >>>>>&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316281073
>> >>>>> 2013-04-07 00:31:21,097 DEBUG [cloud.api.ApiServlet]
>> >>>>> (1161145101@qtp-100805148-33:null) ==END===  127.0.0.1 -- GET
>> >>>>>
>>
>> >>>>>cmmand=listVolumes&id=aed71ae1-732b-48d7-833f-e23287e2b2b9&response=js
>> >>>>>o
>> >>>>>n
>> >>>>>&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316281073
>> >>>>> 2013-04-07 00:31:21,120 DEBUG [cloud.api.ApiServlet]
>> >>>>> (1161145101@qtp-1008805148-33:null) ===START===  127.0.0.1 -- GET
>> >>>>>
>>
>> >>>>>command=listTags&resonse=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3
>> >>>>>D
>> >>>>>&
>>
>> >>>>>resourceId=aed71ae1-732b-48d7-833f-e23287e2b2b9&resourceType=Volume&li
>> >>>>>s
>> >>>>>t
>> >>>>>A
>> >>>>>ll=true&_=136531628117
>> >>>>> 2013-04-07 00:31:21,142 DEBUG [cloud.pi.ApiServlet]
>> >>>>> (1161145101@qtp-1008805148-33:null) ===END===  127.0.0.1 - GE
>> >>>>>
>>
>> >>>>>command=listTags&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%
>> >>>>>3
>> >>>>>D
>> >>>>>&
>>
>> >>>>>resourceId=aed71ae1732b-48d7-833f-e232872b2b9&resourceType=Volume&list
>> >>>>>A
>> >>>>>ll=true&_=1365316281117
>> >>>>> 2013-04-07 00:31:23,102DEBUG [cloud.api.ApiServlet]
>> >>>>> (1161145101@qtp-100885148-33:null) ==START===  127.0.0.1 -- GET
>> >>>>>
>>
>> >>>>>commandqueryAsyncJobResult&jobId=f75d8ce8-1193-43bf-b11-f43d2534e6bc&r
>> >>>>>e
>> >>>>>sponsejson&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316283100
>> >>>>> 2013-04-07 00:31:23,122 EBUG [cloud.api.ApiServlet]
>> >>>> (116145101@qtp-100880514-33:null) ===END===  127.0.0.1 -- GET
>> >>>>>
>>
>> >>>>>command=queryAsyncJobResult&jobId=75d8ce8-1193-43bf-b171-f43d2534e6bc&
>> >>>>>e
>> >>>>>sponse=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316283100
>> >>>>> 2013-04-07 00:3:24,894 DEBUG [agent.manager.AgentManagerImpl]
>> >>>>> (AgentManager-Handler-9:null) Ping from 4
>> >>>>> 2013-04-07 00:31:26,102 DEBUG [cloud.api.ApiServlet]
>> >>>>> (1161145101@qtp-1008805148-33:null) ===START===  127.0.0.1 -- GET
>> >>>>>
>>
>> >>>>>command=queryAsyncJobResult&jobId=f75d8ce8-1193-43bf-b171-f43d2534e6bc
>> >>>>>&
>> >>>>>r
>> >>>>>e
>> >>>>>sponse=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316286100
>> >>>>> 2013-04-07 00:31:26,117 DEBUG [cloud.api.ApiServlet]
>> >>>>> (1161145101@qtp-1008805148-33:null) ===END===  127.0.0.1 --GET
>> >>>>>
>>
>> >>>>>command=queryAsyncJobResult&jbId=f75d8ce8-1193-43bf-b171-f43d2534e6bc&
>> >>>>>r
>> >>>>>e
>> >>>>>spons=json&sessiony=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316286100
>> >>>>> 2013-04-07 00:31:27,217 DEBUG [agent.manager.DirectAgentAttache]
>> >>>>> (DirctAgen-164:null) Ping from 1
>> >>>>> 2013-04-07 00:31:28,079 DEBUG [agent.manager.DirectAgentAttache]
>> >>>>> (DirectAgent-174:null) Seq 5-614334809: Response Received:
>> >>>>> 2013-04-07 00:31:28,079 DEBUG [agent.transport.equest]
>> >>>>> (DirectAgent-174:null) Seq 5-614334809: Processing:  { Ans: , MgmtId
>> >>>>>1,
>> >>>>> via: 5, Ver: v1, Flags: 110,
>> >>>>>
>>
>> >>>>>[{"storage.PrimaryStorageDownloadAnswer"{"installPath":"a8414926-81d6-
>> >>>>>4
>> >>>>>b
>>
>> >>>>>54-9b4b-feb498489df0","templateSize":54525952,"esult":true,"wait":0}}]
>> >>>>> }
>> >>>>> 2013-04-07 00:31:28,079 DEBUG [agent.transpot.Request]
>> >>>>> (Job-Execur-35:jo-42) Seq -614334809: Received:   Ans: , MgmtId: 1,
>> >>>>> via: 5, Ver: v1, Flgs: 110, { PrimaryStorageDownloadAnswer } }
>> >>>>> 23-04-07 00:31:28,079 DEBUG [agent.mnager.AgentAttache]
>> >>>>> (irectAgent-174:null) Seq 5-614334809: No more command found
>> >>>>> 2013-04-07 00:31:28,081 EBUG [cloud.template.TemplateManagerImpl]
>> >>>>> (Job-Executor-35:job-42) Template 5 is downloaded via 5
>> >>>>> 2013-04-07 00:31:28,085 DEBUG [agent.tansport.Request]
>> >>>>> (Job-Executor-35:job-42) Seq 5-614334810: ending  { Cmd , gmtId:
>> >>>>>1,>>via:
>> >>>>> 5, Ver: v1, Flags: 100111,
>> >>>>>
>> >>>>>[{"storage.CreateCommad":{"volId":12,"pool":{"id":257,"uuid":"iSCSI_S
>> >>>>>R
>> >>>>>_
>> >>>>>3
>>
>> >>>>>","host":"192.168.56.9","path":"/iSCSI_SR_3","port":0,"type":"PreSetup
>> >>>>>"
>> >>>>>}
>> >>>>>,
>>
>> >>>>>"diskCharacteritics":{"size":52428800,"tags":["iSCSI_SR_3"],"type":"RO
>> >>>>>
>> >>>>>>>>T
>>
>> >>>>>","name":"ROO-12","useLocalStorage":false,"recreatable":true,"diskOffe
>> >>>>>r
>> >>>>>i
>> >>>>>ngId":37,"volumeId:12,"hyperType":"XenServer"},"templateUrl":"a841492
>> >>>>>6
>> >>>>>-
>> >>>>>8
>> >>>>>1d6-4b54-9b4b-feb498489df0","wait":0}}]
>> >>>>> }
>> >>>>> 2013-04-07 00:31:28,086 DEBUG [agent.ransport.Request]
>> >>>>> (Job-Executor35:job-42) Se 5-614334810: Executing:  { Cmd , MgmtId:
>> >>>>>1,
>> >>>>> via: 5, Ver: v1, Flags: 100111,
>> >>>>>
>>
>> >>>>>[{"storage.CreateComand":{"volId":12,"pool":{"id":257,"uuid":"iSCSI_SR
>> >>>>>_
>> >>>>>3
>>
>> >>>>>","host":"192.168.56.9","path":"/iSCSI_SR_3","port":0,"type":"PreSetup
>> >>>>>"
>> >>>>>}
>> >>>>>,
>>
>> >>>>>"diskCharacteristics":{"size":52428800,"tags":["iSCSI_SR_3"],"type":"R
>> >>>>>O
>> >>>>>O
>> >>>>>T
>>
>> >>>>>","name":"OOT-12","useLocalStorage":false,"recreatable":true,"diskOffe
>> >>>>>r
>> >>>>>i
>> >>>>>ngId":37,"volumeId":12,"yperType":"Xenerver"}"templateUrl":"a8414926-
>> >>>>>8
>> >>>>>1d6-4b54-9b4b-feb498489df0","wait":0}}]
>> >>>>> }
>> >>>>> 2013-04-0700:31:28,086DEBUG [agent.manager.DirectAgentAttache]
>> >>>>> (DirectAgent-327:null) Seq -614334810: Executing request
>> >>>>> 2013-04-07 00:3:28,227 DEUG [xen.resource.CitrixResouceBase]
>> >>>>> DirectAgent-327:null) SR retrieved for iSCSI_SR_3>> 2013-04-07
>> >>>>>00:31:28,240 DEUG [xen.resource.CitrixResourceBase]
>> >>>>> (DirectAgent-327:null) Checking iSCSI_SR_3 or SR
>> >>>>> fe8ca696-22f5-ba1f-af68-7c3cf5a3cb39 on
>> >>>>> XS[5e02c0-155d-432e-a20f-f8c600ef3ab7-192.168.5611]
>> >>>>> 2013-04-07 00:31:29,095 DEBUG [agent.manager.DirectAentAttache]
>> >>>>> (DirectAget-84:null) Seq 1-90046472: Executing request
>> >>>>> 2013-04-07 00:31:29,106 DEBUG [cloud.api.ApiServlet]
>> >>>>> (1161145101@qtp-100805148-33:null) ===START===  127.0.0.1 -- GET
>> >>>>>
>>
>> >>>>>command=queryAsyncJobResult&jobId=f75d8ce8-193-43bf-b171-f43d2534e6bc&
>> >>>>>r
>> >>>>>e
>> >>>>>sponse=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316289101
>> >>>>> 2013-04-07 00:31:29,130 DEBUG [cloud.apiApiServlet]
>> >>>>> (1161145101@qtp-100880518-33:null) ==END===  127.0.0.1 -- GET
>> >>>>>
>>
>> >>>>>cmmand=queryAsyncJoResult&jobIdf75d8ce8-1193-43bf-b171-f43d2534e6bc&re
>> >>>>>sponse=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316289101
>> >>>>> 2013-04-07 00:31:29,687 DEBUG [agent.managr.DirectAgentAttache]
>> >>>> (DirectAgent-84:null) Seq 1-90046472: Response Received:
>> >>>>> 2013-04-07 00:31:29,688 DEBUG [agent.transport.Request]
>> >>>>> (DirectAgent-84:null) Seq 1-90046472: Processing:  {Ans: , MgmtId:
>> 1,
>> >>>>>via:
>> >>>>> 1, Ver: v1, Flags: 10,
>> >>>>>
>>
>> >>>>>[{"ClusterSyncAnswer":{"_clsterId":1,"_newStates":{},"_isExecuted":fal
>> >>>>>s
>> >>>>>e
>> >>>>>,"result":true,"wait":0}}]
>> >>>>> }
>> >>>>> 2013-04-07 00:31:30,685 DEBUG [xen.resource.CitrixResourceBase]
>> >>>>> (DirectAgent-327:null) Succefully created VDI for
>> >>>> com.cloudagent.api.storage.CreateCommand.  Uuid =
>> >>>>> 40a39639-e8aa-45b5bfa1-91b68571d0c
>> >>>>> 213-04-07 00:31:30,686 DEBUG [agent.manager.DirectAgentAttache]
>> >>>>> (DirectAgent-327:null) Seq 5-614334810: Response Received:
>> >>>>> 2013-04-07 00:31:30,686 DEBUG [aget.transport.Request]
>> >>>>> (DirectAgent-327:null) Seq 5-614334810: Processing:  { Ans: ,
>> MgmtId:
>> >>>>>1,
>> >>>>> via: 5, Ver: v1, Flags: 110,
>> >>>>>
>>
>> >>>>>[{"storage.CreateAnswer":{"volume":{"id":12,"name":"ROT-12","mountPoin
>> >>>>>t
>> >>>>>"
>>
>> >>>>>:"/iSCSI_SR_3","path":"40a39639-e8aa-45b5-bfa1-591b68571d0c","size":52
>> >>>>>4
>> >>>>>2
>> >>>>>8
>>
>> >>>>>800,"type":"ROOT","storagePoolType":"PreSetup","storagePoolUuid":"iSCS
>> >>>>>I
>> >>>>>_
>>
>> >>>>>S>>>R_3","deviceId":0},"requestTemplateReload":false,"result":true,"wa
>> >>>>>i
>> >>>>>t":0}
>> >>>>>}
>> >>>>>]
>> >>>>> }
>> >>>>> 2013-04-07 00:31:30,686 DBUG [agent.transport.Request]
>> >>>>> (Job-Executor-35:job-42) Seq 5-614334810: Received:  { Ans: , gmtId:
>> >>>>1,
>> >>>>> vi 5, Ver: v1, Flags: 110, { CreateAnswer } }
>> >>>>> 2013-04-07 00:31:30,686 DEBG [agent.manager.AgentAttache]>>>
>> >>>>>(DirectAgent-327:null) Seq 5-614334810: No mor commands found
>> >>>>> 2013-04-07 00:31:30,689 DEBUG [loud.storage.StorageManagerImpl]
>> >>>>> (Job-Executor-35:job-42)Volume Vol[12|vm=12|ROO] is created on
>> >>>>> Pool[257|PreSetup]
>> >>>>> 2013-04-07 00:31:30,705 DEBUG [agent.transport.Request]
>> >>>> (Job-Executor-35:job-42) Seq 5-614334811: Sending  { Cmd , MgmtId: 1,
>> >>>>>via:
>> >>>> 5, Ver: v1, Flags:100111,
>> >>>>>
>>
>> >>>>>[{"StartComman":{"vm":{"id":12,"nme":"i-2-12-VM","bootloader":"PyGrub"
>> >>>>>,
>>
>> >>>>>>>"type":"User","cpus":1,"speed":100,"minRam":1073741824,"maxRam":1073
>> >>>>>>>7
>> >>>>>>>4
>> >>>>>>>182
>> >>>>>4,"arch":"x86_6","os":"entOS
>> >>>>> 5.3
>> >>>>>
>>
>> >>>>>(64-bit)","bootArgs":"","rebootOnCrash":false,enableHA":false,"limitCp
>> >>>>>u
>> >>>>>U
>>
>> >>>>>se":false,"vncPassword":"a0ed1e002d55dc0b","params":{},"uuid":"c18ddf7
>> >>>>>c
>> >>>>>-
>> >>>>>f
>>
>> >>>>>c61-40b0-af75-fdef05f8eae6",disks":[{"d":12,"name":"ROOT-12","mountPoi
>> >>>>>n
>>
>> >>>>>t":"/iSSI_SR_3","path":"40a39639-e8aa-45b5-bfa1-591b6857d0c","size":52
>> >>>>>4
>>
>> >>>>>28800,"type":"ROOT","storagePoolType":"PreSetup","stoagePoolUuid":"iSC
>> >>>>>S
>> >>>>>
>> >>>>>_SR_3","deviceId":0},{"id":12,"name":"tiny
>> >>>>>
>>
>> >>>>>Linux","size":0,"type":"ISO","storagePoolType":"ISO","deviceId":3],"ni
>> >>>>>s
>>
>> >>>>>":[{"deviceId":0,"networkRateMbps":200,"defaultNic":true,"uuid""70472c
>> >>>>>4
>> >>>>>3
>>
>> >>>>>-4913-4e0a-8e1d-87b030404b0a","ip":"192.168.56.195","netmask":"255.255
>> >>>>>.
>> >>>>>2
>> >>>>>5
>>
>> >>>>5.0","gateway":"192.168.56.1","mac":"06:c8:0e:00:00:75","dns1":"8.8.8.8
>> >>>>"
>> >>>>>,
>>
>> >>>>>"dns2":"4.4.4.4","broadcastType":"Native","type":"Guest","broadcastUri
>> >>>>>"
>> >>>>>:
>> >>>>>"
>>
>> >>>>>vlan://untagged","isolationUri":"ec2://untagged","isSecurityGroupEnabl
>> >>>>>e
>> >>>>>d
>> >>>>>"
>> >>>>>:true}]},"hostIp":"12.168.56.11","wait":0}}]
>> >>>>> }
>> >>>>> 201-04-07 00:31:30,705 DEBUG [agent.transpot.Request]
>> >>>>> (Job-Executor-35:job-42) Seq 5-614334811: Executing:  { Cmd ,
>> MgmtId:
>> >>>>>1,
>> >>>>> via: 5 Ver: v1, Flags: 100111,
>> >>>>>
>>
>> >>>>>[{"StartCommand":{"vm":{"id":12,"name":"i-2-12-VM""bootloader":"PyGrub
>> >>>>>"
>> >>>>>,
>>
>> >>>>>"type":"User","cpus":1,"speed":100,"minRam":1073741824,"maxRam":107371
>> >>>>>8
>> >>>>>2
>> >>>>>4,"arch":"x86_64","os":"CentOS
>> >>>>> 5.3
>> >>>>>
>>
>> >>>>>(64-bit)","bootArgs":"""rebootOnCrash":false,"enableHA":false,"limitCp
>> >>>>>u
>> >>>>>U
>>
>> >>>>>se":false,"vncPassword":"a0ed1e002d55dc0b","params":{},"uuid":"c18ddf7
>> >>>>>c
>> >>>>>-
>> >>>>>f
>>
>> >>>>>c61-40b0-af75-fdef05f8eae6","disks":[{"id":12,"ame":"ROOT-12","mountPo
>> >>>>>i
>> >>>>>n
>>
>> >>>>>t":"/iSCSI_SR_3,"path":"40a39639-e8aa-45b5-bfa1-591b68571d0c","size":5
>> >>>>>2
>> >>>>>4
>>
>> >>>>>28800,"type":"ROOT","storagePoolType":"PreSetup","storagePoolUuid":"iS
>> >>>>>C
>> >>>>>S
>> >>>>>I
>> >>>>>_SR_3","deviceId":0},{"id":12,"name":"tiny
>> >>>>>
>>
>> >>>>>Linux","size":0,"type":"ISO","soragePoolType":"ISO","deviceId":3}],"ni
>> >>>>>c
>> >>>>>s
>>
>> >>>>>":[{"devicId":0,"netwrkRateMbps"200,"defaultNic":true,"uuid":"70472c43
>>
>> >>>>>-4913-4e0a-8e1d-87b030404b0a","ip":"192.168.56.195","netmask":"255.255
>> >>>>>.
>> >>>>>2
>> >>>>>5
>>
>> >>>>>5.0","gatewy":"192.168.56.1","mac":"06:c8:0e:00:00:75","dns1":"8.8.8.8
>> >>>>>"
>> >>>>>,
>>
>> >>>>>"dns2":"4.4.4.4","broadcastType":"Native","type":"Guest","broadcastUri
>> >>>>>"
>> >>>>>:
>> >>>>>"
>>
>> >>>>>vlan://untagged","isolationUri":"ec2://untagged","isSecurityGroupEnale
>> >>>>>d
>> >>>>>"
>> >>>>>:true}]},"hostIp:"192.168.56.11","wait":0}}]
>> >>>>> }
>> >>>>> 2013-04-07 00:31:30,705 DEBUG [agent.manager.DirectAgentAttache]
>> >>>>> (DirectAgent-265:null) Seq 5-614334811: Executing request
>> >>>>> 2013-04-07 00:31:30,848 DEBUG [xen.resource.CitrixResourceBase]
>> >>>>> (DirectAgent-265:null) 1. The VM i-2-12-VM is in Starting state.
>> >>>>> 2013-04-07 00:31:30,907 DEBUG [xen.resource.XenServer56FP1Resource]
>> >>>>> (DirectAgent-2:null) Created VM 6b192a90-bce6-7347-f184-d5b8538647a
>> >>>>>for
>> >>>>> i-2-12-VM
>> >>>>> 2013-04-07 00:31:30,959 DEBUG [xen.resource.CitrixResourceBase]
>> >>>>> (DirectAgent-265:null) VBD 9ea8a64a-9d04-76df-9d8b-103371b21d86
>> >>>>>created
>> >>>>>for
>> >>>> Vol[12|ROOT|40a39639-e8aa-45b5-bfa1-591b68571d0c|52428800]
>> >>>>> 2013-04-07 00:31:30,985 DEBUG [xen.resource.CitrixResourceBase]
>> >>>>> (DirectAgent-265:null) VBD 0fb43cee-0512-beed-5d24-a33a2ceceeda
>> >>>>>created
>> >>>>>for
>> >>>>> Vol[12|ISO|null|0]
>> >>>>> 2013-04-07 00:31:30,985 DEBUG [xen.resource.CitrixResourceBase]
>> >>>>> (DirectAgent-265:null) Creating VIF for i-2-12-VM on nic
>> >>>>> [Nic:Guest-192.168.56.195-vlan://untagged]
>> >>>>> 2013-04-07 00:31:31,037 DEBUG [xen.resource.CitrixResourceBase]
>> >>>>> (DirectAgent-265:null) Created a vif
>> >>>>>adbeb814-7d38-1fda-1bdb-b6850c7cb342
>> >>>>> on 0
>> >>>>> 2013-04-07 00:31:32,105 DEBUG [cloud.api.ApiServlet]
>> >>>>> (1161145101@qtp-1008805148-33:null) ===START===  127.0.0.1 -- GET
>> >>>>>
>>
>> >>>>>command=queryAsyncJobResult&jobId=f75d8ce8-1193-43bf-b171-f43d2534e6bc
>> >>>>>&
>> >>>>>r
>> >>>>>e
>> >>>>>sponse=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316292102
>> >>>>> 2013-04-07 00:31:32,122 DEBUG [cloud.api.ApiServlet]
>> >>>>> (1161145101@qtp-1008805148-33:null) ===END===  127.0.0.1 -- GET
>> >>>>>
>>
>> >>>>>command=queryAsyncJobResult&jobId=f75d8ce8-1193-43bf-b171-f43d2534e6bc
>> >>>>>&
>> >>>>>r
>> >>>>>e
>> >>>>>sponse=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316292102
>> >>>>> 2013-04-07 00:31:35,106 DEBUG [cloud.api.ApiServlet]
>> >>>>> (1161145101@qtp-1008805148-33:null) ===START===  127.0.0.1 -- GET
>> >>>>>
>>
>> >>>>>command=queryAsyncJobResult&jobId=f75d8ce8-1193-43bf-b171-f43d2534e6bc
>> >>>>>&
>> >>>>>r
>> >>>>>e
>> >>>>>sponse=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316295103
>> >>>>> 2013-04-07 00:31:35,125 DEBUG [cloud.api.ApiServlet]
>> >>>>> (1161145101@qtp-1008805148-33:null) ===END===  127.0.0.1 -- GET
>> >>>>>
>>
>> >>>>>command=queryAsyncJobResult&jobId=f75d8ce8-1193-43bf-b171-f43d2534e6bc
>> >>>>>&
>> >>>>>r
>> >>>>>e
>> >>>>>sponse=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316295103
>> >>>>> 2013-04-07 00:31:38,106 DEBUG [cloud.api.ApiServlet]
>> >>>>> (1161145101@qtp-1008805148-33:null) ===START===  127.0.0.1 -- GET
>> >>>>>
>>
>> >>>>>command=queryAsyncJobResult&jobId=f75d8ce8-1193-43bf-b171-f43d2534e6bc
>> >>>>>&
>> >>>>>r
>> >>>>>e
>> >>>>>sponse=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316298104
>> >>>>> 2013-04-07 00:31:38,126 DEBUG [cloud.api.ApiServlet]
>> >>>>> (1161145101@qtp-1008805148-33:null) ===END===  127.0.0.1 -- GET
>> >>>>>
>>
>> >>>>>command=queryAsyncJobResult&jobId=f75d8ce8-1193-43bf-b171-f43d2534e6bc
>> >>>>>&
>> >>>>>r
>> >>>>>e
>> >>>>>sponse=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316298104
>> >>>>> 2013-04-07 00:31:41,108 DEBUG [cloud.api.ApiServlet]
>> >>>>> (1161145101@qtp-1008805148-33:null) ===START===  127.0.0.1 -- GET
>> >>>>>
>>
>> >>>>>command=queryAsyncJobResult&jobId=f75d8ce8-1193-43bf-b171-f43d2534e6bc
>> >>>>>&
>> >>>>>r
>> >>>>>e
>> >>>>>sponse=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316301106
>> >>>>> 2013-04-07 00:31:41,133 DEBUG [cloud.api.ApiServlet]
>> >>>>> (1161145101@qtp-1008805148-33:null) ===END===  127.0.0.1 -- GET
>> >>>>>
>>
>> >>>>>command=queryAsyncJobResult&jobId=f75d8ce8-1193-43bf-b171-f43d2534e6bc
>> >>>>>&
>> >>>>>r
>> >>>>>e
>> >>>>>sponse=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316301106
>> >>>>> 2013-04-07 00:31:43,708 INFO  [xen.resource.CitrixResourceBase]
>> >>>>> (DirectAgent-265:null) Programmed default network rules for
>> i-2-12-VM
>> >>>>>on
>> >>>>> nic with ip:192.168.56.195 mac:06:c8:0e:00:00:75
>> >>>>> 2013-04-07 00:31:43,708 DEBUG [xen.resource.CitrixResourceBase]
>> >>>>> (DirectAgent-265:null) 2. The VM i-2-12-VM is in Running state.
>> >>>>> 2013-04-07 00:31:43,708 DEBUG [agent.manager.DirectAgentAttache]
>> >>>>> (DirectAgent-265:null) Seq 5-614334811: Response Received:
>> >>>>> 2013-04-07 00:31:43,709 DEBUG [agent.transport.Request]
>> >>>>> (DirectAgent-265:null) Seq 5-614334811: Processing:  { Ans: ,
>> MgmtId:
>> >>>>>1,
>> >>>>> via: 5, Ver: v1, Flags: 110,
>> >>>>>
>>
>> >>>>>[{"StartAnswer":{"vm":{"id":12,"name":"i-2-12-VM","bootloader":"PyGrub
>> >>>>>"
>> >>>>>,
>> >>>>>"
>>
>> >>>>>type":"User","cpus":1,"speed":100,"minRam":1073741824,"maxRam":1073741
>> >>>>>8
>> >>>>>2
>> >>>>>4
>> >>>>>,"arch":"x86_64","os":"CentOS
>> >>>>> 5.3
>> >>>>>
>>
>> >>>>>(64-bit)","bootArgs":"","rebootOnCrash":false,"enableHA":false,"limitC
>> >>>>>p
>> >>>>>u
>> >>>>>U
>>
>> >>>>>se":false,"vncPassword":"a0ed1e002d55dc0b","params":{},"uuid":"c18ddf7
>> >>>>>c
>> >>>>>-
>> >>>>>f
>>
>> >>>>>c61-40b0-af75-fdef05f8eae6","disks":[{"id":12,"name":"ROOT-12","mountP
>> >>>>>o
>> >>>>>i
>> >>>>>n
>>
>> >>>>>t":"/iSCSI_SR_3","path":"40a39639-e8aa-45b5-bfa1-591b68571d0c","size":
>> >>>>>5
>> >>>>>2
>> >>>>>4
>>
>> >>>>>28800,"type":"ROOT","storagePoolType":"PreSetup","storagePoolUuid":"iS
>> >>>>>C
>> >>>>>S
>> >>>>>I
>> >>>>>_SR_3","deviceId":0},{"id":12,"name":"tiny
>> >>>>>
>>
>> >>>>>Linux","size":0,"type":"ISO","storagePoolType":"ISO","deviceId":3}],"n
>> >>>>>i
>> >>>>>c
>> >>>>>s
>>
>> >>>>>":[{"deviceId":0,"networkRateMbps":200,"defaultNic":true,"uuid":"70472
>> >>>>>c
>> >>>>>4
>> >>>>>3
>>
>> >>>>>-4913-4e0a-8e1d-87b030404b0a","ip":"192.168.56.195","netmask":"255.255
>> >>>>>.
>> >>>>>2
>> >>>>>5
>>
>> >>>>>5.0","gateway":"192.168.56.1","mac":"06:c8:0e:00:00:75","dns1":"8.8.8.
>> >>>>>8
>> >>>>>"
>> >>>>>,
>>
>> >>>>>"dns2":"4.4.4.4","broadcastType":"Native","type":"Guest","broadcastUri
>> >>>>>"
>> >>>>>:
>> >>>>>"
>>
>> >>>>>vlan://untagged","isolationUri":"ec2://untagged","isSecurityGroupEnabl
>> >>>>>e
>> >>>>>d
>> >>>>>"
>> >>>>>:true}]},"result":true,"wait":0}}]
>> >>>>> }
>> >>>>> 2013-04-07 00:31:43,709 DEBUG [agent.transport.Request]
>> >>>>> (Job-Executor-35:job-42) Seq 5-614334811: Received:  { Ans: ,
>> MgmtId:
>> >>>>>1,
>> >>>>> via: 5, Ver: v1, Flags: 110, { StartAnswer } }
>> >>>>> 2013-04-07 00:31:43,709 DEBUG [agent.manager.AgentAttache]
>> >>>>> (DirectAgent-265:null) Seq 5-614334811: No more commands found
>> >>>>> 2013-04-07 00:31:43,763 DEBUG
>> >>>>>[network.security.SecurityGroupManagerImpl]
>> >>>>> (Job-Executor-35:job-42) Security Group Mgr v2: scheduling ruleset
>> >>>>>updates
>> >>>>> for 1 vms  (unique=1), current queue size=0
>> >>>>> 2013-04-07 00:31:43,765 DEBUG
>> >>>>>[network.security.SecurityGroupManagerImpl]
>> >>>>> (Job-Executor-35:job-42) Security Group Mgr v2: done scheduling
>> >>>>>ruleset
>> >>>>> updates for 1 vms: num new jobs=1 num rows insert or updated=1 time
>> >>>>>taken=2
>> >>>>> 2013-04-07 00:31:43,769 DEBUG [cloud.capacity.CapacityManagerImpl]
>> >>>>> (Job-Executor-35:job-42) VM state transitted from :Starting to
>> >>>>>Running
>> >>>>>with
>> >>>>> event: OperationSucceededvm's original host id: 5 new host id: 5
>> host
>> >>>>>id
>> >>>>> before state transition: 5
>> >>>>> 2013-04-07 00:31:43,769 DEBUG [cloud.vm.VirtualMachineManagerImpl]
>> >>>>> (Job-Executor-35:job-42) Start completed for VM
>> >>>>> VM[User|c18ddf7c-fc61-40b0-af75-fdef05f8eae6]
>> >>>>> 2013-04-07 00:31:43,773 DEBUG
>> >>>>>[network.security.SecurityGroupManagerImpl]
>> >>>>> (SecGrp-Worker-3:null) SecurityGroupManager v2: sending ruleset
>> >>>>>update
>> >>>>>for
>> >>>>> vm i-2-12-VM:ingress num rules=0:egress num rules=0 num cidrs=0
>> >>>>> sig=d41d8cd98f00b204e9800998ecf8427e
>> >>>>> 2013-04-07 00:31:43,777 DEBUG [cloud.async.AsyncJobManagerImpl]
>> >>>>> (Job-Executor-35:job-42) Complete async job-42, jobStatus: 1,
>> >>>>>resultCode:
>> >>>>> 0, result: org.apache.cloudstack.api.response.UserVmResponse@d9c5b6f
>> >>>>> 2013-04-07 00:31:43,782 DEBUG [cloud.async.AsyncJobManagerImpl]
>> >>>>> (Job-Executor-35:job-42) Done executing
>> >>>>> org.apache.cloudstack.api.command.user.vm.DeployVMCmd for job-42
>> >>>>> 2013-04-07 00:31:43,796 DEBUG [agent.transport.Request]
>> >>>>> (SecGrp-Worker-3:null) Seq 5-614334812: Sending  { Cmd , MgmtId: 1,
>> >>>>>via: 5,
>> >>>>> Ver: v1, Flags: 100111,
>> >>>>>
>>
>> >>>>>[{"SecurityGroupRulesCmd":{"guestIp":"192.168.56.195","vmName":"i-2-12
>> >>>>>-
>> >>>>>V
>> >>>>>M
>>
>> >>>>>","guestMac":"06:c8:0e:00:00:75","signature":"d41d8cd98f00b204e9800998
>> >>>>>e
>> >>>>>c
>> >>>>>f
>>
>> >>>>>8427e","seqNum":1,"vmId":12,"msId":1,"ingressRuleSet":[],"egressRuleSe
>> >>>>>t
>> >>>>>"
>> >>>>>:
>> >>>>>[],"wait":0}}]
>> >>>>> }
>> >>>>> 2013-04-07 00:31:43,796 DEBUG [agent.transport.Request]
>> >>>>> (SecGrp-Worker-3:null) Seq 5-614334812: Executing:  { Cmd , MgmtId:
>> >>>>>1,
>> >>>>>via:
>> >>>>> 5, Ver: v1, Flags: 100111,
>> >>>>>
>>
>> >>>>>[{"SecurityGroupRulesCmd":{"guestIp":"192.168.56.195","vmName":"i-2-12
>> >>>>>-
>> >>>>>V
>> >>>>>M
>>
>> >>>>>","guestMac":"06:c8:0e:00:00:75","signature":"d41d8cd98f00b204e9800998
>> >>>>>e
>> >>>>>c
>> >>>>>f
>>
>> >>>>>8427e","seqNum":1,"vmId":12,"msId":1,"ingressRuleSet":[],"egressRuleSe
>> >>>>>t
>> >>>>>"
>> >>>>>:
>> >>>>>[],"wait":0}}]
>> >>>>> }
>> >>>>> 2013-04-07 00:31:43,796 DEBUG [agent.manager.DirectAgentAttache]
>> >>>>> (DirectAgent-77:null) Seq 5-614334812: Executing request
>> >>>>> 2013-04-07 00:31:44,109 DEBUG [cloud.api.ApiServlet]
>> >>>>> (1161145101@qtp-1008805148-33:null) ===START===  127.0.0.1 -- GET
>> >>>>>
>>
>> >>>>>command=queryAsyncJobResult&jobId=f75d8ce8-1193-43bf-b171-f43d2534e6bc
>> >>>>>&
>> >>>>>r
>> >>>>>e
>> >>>>>sponse=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316304106
>> >>>>> 2013-04-07 00:31:44,122 DEBUG [cloud.async.AsyncJobManagerImpl]
>> >>>>> (1161145101@qtp-1008805148-33:null) Async job-42 completed
>> >>>>> 2013-04-07 00:31:44,131 DEBUG [cloud.api.ApiServlet]
>> >>>>> (1161145101@qtp-1008805148-33:null) ===END===  127.0.0.1 -- GET
>> >>>>>
>>
>> >>>>>command=queryAsyncJobResult&jobId=f75d8ce8-1193-43bf-b171-f43d2534e6bc
>> >>>>>&
>> >>>>>r
>> >>>>>e
>> >>>>>sponse=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316304106
>> >>>>> 2013-04-07 00:31:44,351 INFO  [xen.resource.CitrixResourceBase]
>> >>>>> (DirectAgent-77:null) Programmed network rules for vm i-2-12-VM
>> >>>>> guestIp=192.168.56.195, ingress numrules=0, egress numrules=0
>> >>>>> 2013-04-07 00:31:44,351 DEBUG [agent.manager.DirectAgentAttache]
>> >>>>> (DirectAgent-77:null) Seq 5-614334812: Response Received:
>> >>>>> 2013-04-07 00:31:44,352 DEBUG [agent.transport.Request]
>> >>>>> (DirectAgent-77:null) Seq 5-614334812: Processing:  { Ans: , MgmtId:
>> >>>>>1,
>> >>>>> via: 5, Ver: v1, Flags: 110,
>> >>>>>
>>
>> >>>>>[{"SecurityGroupRuleAnswer":{"logSequenceNumber":1,"vmId":12,"reason":
>> >>>>>"
>> >>>>>N
>> >>>>>O
>> >>>>>NE","result":true,"wait":0}}]
>> >>>>> }
>> >>>>> 2013-04-07 00:31:44,353 DEBUG
>> >>>>>[network.security.SecurityGroupListener]
>> >>>>> (DirectAgent-77:null) Successfully programmed rule
>> >>>>> com.cloud.agent.api.SecurityGroupRuleAnswer into host 5
>> >>>>> 2013-04-07 00:31:44,357 DEBUG
>> >>>>>[network.security.SecurityGroupListener]
>> >>>>> (DirectAgent-77:null) Successfully programmed rule
>> >>>>> com.cloud.agent.api.SecurityGroupRuleAnswer into host 5
>> >>>>> 2013-04-07 00:31:44,359 DEBUG [agent.manager.AgentAttache]
>> >>>>> (DirectAgent-77:null) Seq 5-614334812: No more commands found
>> >>>>> 2013-04-07 00:31:47,679 DEBUG [agent.manager.AgentManagerImpl]
>> >>>>> (AgentManager-Handler-10:null) Ping from 3
>> >>>>> 2013-04-07 00:31:50,451 DEBUG
>> >>>>> [storage.secondary.SecondaryStorageManagerImpl] (secstorage-1:null)
>> >>>>>Zone 1
>> >>>>> is ready to launch secondary storage VM
>> >>>>> 2013-04-07 00:31:50,553 DEBUG
>> >>>>>[cloud.consoleproxy.ConsoleProxyManagerImpl]
>> >>>>> (consoleproxy-1:null) Zone 1 is ready to launch console proxy
>> >>>>> 2013-04-07 00:31:50,819 DEBUG
>> >>>>> [network.router.VirtualNetworkApplianceManagerImpl]
>> >>>>> (RouterStatusMonitor-1:null) Found 0 routers to update status.
>> >>>>> 2013-04-07 00:31:50,820 DEBUG
>> >>>>> [network.router.VirtualNetworkApplianceManagerImpl]
>> >>>>> (RouterStatusMonitor-1:null) Found 0 networks to update RvR status.
>> >>>>> 2013-04-07 00:31:50,851 DEBUG
>> >>>>> [network.router.VirtualNetworkApplianceManagerImpl]
>> >>>>> (RouterStatusMonitor-1:null) Found 0 routers to update status.
>> >>>>> 2013-04-07 00:31:50,852 DEBUG
>> >>>>> [network.router.VirtualNetworkApplianceManagerImpl]
>> >>>>> (RouterStatusMonitor-1:null) Found 0 networks to update RvR status.
>> >>>>> 2013-04-07 00:31:51,459 INFO  [agent.manager.AgentMonitor]
>> >>>>> (Thread-11:null) Found the following agents behind on ping: [6, 5]
>> >>>>> 2013-04-07 00:31:51,460 DEBUG [cloud.host.Status] (Thread-11:null)
>> >>>>>Ping
>> >>>>> timeout for host 6, do invstigation
>> >>>>> 2013-04-07 00:31:51,461 DEBUG [cloud.host.Status] (Thread-11:null)
>> >>>>>Ping
>> >>>>> timeout for host 5, do invstigation
>> >>>>> 2013-04-07 00:31:51,462 INFO  [agent.manager.AgentManagerImpl]
>> >>>>> (AgentTaskPool-2:null) Investigating why host 6 has disconnected
>> with
>> >>>>>event
>> >>>>> PingTimeout
>> >>>>> 2013-04-07 00:31:51,462 DEBUG [agent.manager.AgentManagerImpl]
>> >>>>> (AgentTaskPool-2:null) checking if agent (6) is alive
>> >>>>> 2013-04-07 00:31:51,463 INFO  [agent.manager.AgentManagerImpl]
>> >>>>> (AgentTaskPool-14:null) Investigating why host 5 has disconnected
>> >>>>>with
>> >>>>> event PingTimeout
>> >>>>> 2013-04-07 00:31:51,463 DEBUG [agent.manager.AgentManagerImpl]
>> >>>>> (AgentTaskPool-14:null) checking if agent (5) is alive
>> >>>>> 2013-04-07 00:31:51,465 DEBUG [agent.transport.Request]
>> >>>>> (AgentTaskPool-2:null) Seq 6-324993304: Sending  { Cmd , MgmtId: 1,
>> >>>>>via: 6,
>> >>>>> Ver: v1, Flags: 100011, [{"CheckHealthCommand":{"wait":50}}] }
>> >>>>> 2013-04-07 00:31:51,465 DEBUG [agent.transport.Request]
>> >>>>> (AgentTaskPool-2:null) Seq 6-324993304: Executing:  { Cmd , MgmtId:
>> >>>>>1,
>> >>>>>via:
>> >>>>> 6, Ver: v1, Flags: 100011, [{"CheckHealthCommand":{"wait":50}}] }
>> >>>>> 2013-04-07 00:31:51,465 DEBUG [agent.manager.DirectAgentAttache]
>> >>>>> (DirectAgent-151:null) Seq 6-324993304: Executing request
>> >>>>> 2013-04-07 00:31:51,466 DEBUG [agent.transport.Request]
>> >>>>> (AgentTaskPool-14:null) Seq 5-614334813: Sending  { Cmd , MgmtId: 1,
>> >>>>>via:
>> >>>>> 5, Ver: v1, Flags: 100011, [{"CheckHealthCommand":{"wait":50}}] }
>> >>>>> 2013-04-07 00:31:51,467 DEBUG [agent.transport.Request]
>> >>>>> (AgentTaskPool-14:null) Seq 5-614334813: Executing:  { Cmd , MgmtId:
>> >>>>>1,
>> >>>>> via: 5, Ver: v1, Flags: 100011, [{"CheckHealthCommand":{"wait":50}}]
>> >>>>>}
>> >>>>> 2013-04-07 00:31:51,467 DEBUG [agent.manager.DirectAgentAttache]
>> >>>>> (DirectAgent-113:null) Seq 5-614334813: Executing request
>> >>>>> 2013-04-07 00:31:51,525 DEBUG [agent.manager.DirectAgentAttache]
>> >>>>> (DirectAgent-151:null) Seq 6-324993304: Response Received:
>> >>>>> 2013-04-07 00:31:51,525 DEBUG [agent.transport.Request]
>> >>>>> (DirectAgent-151:null) Seq 6-324993304: Processing:  { Ans: ,
>> MgmtId:
>> >>>>>1,
>> >>>>> via: 6, Ver: v1, Flags: 10,
>> >>>>> [{"CheckHealthAnswer":{"result":true,"details":"resource is
>> >>>>> alive","wait":0}}] }
>> >>>>> 2013-04-07 00:31:51,526 DEBUG [agent.transport.Request]
>> >>>>> (AgentTaskPool-2:null) Seq 6-324993304: Received:  { Ans: , MgmtId:
>> >>>>>1,
>> >>>>>via:
>> >>>>> 6, Ver: v1, Flags: 10, { CheckHealthAnswer } }
>> >>>>> 2013-04-07 00:31:51,526 DEBUG [agent.manager.AgentManagerImpl]
>> >>>>> (AgentTaskPool-2:null) Details from executing class
>> >>>>> com.cloud.agent.api.CheckHealthCommand: resource is alive
>> >>>>> 2013-04-07 00:31:51,526 DEBUG [agent.manager.AgentManagerImpl]
>> >>>>> (AgentTaskPool-2:null) agent (6) responded to checkHeathCommand,
>> >>>>>reporting
>> >>>>> that agent is Up
>> >>>>> 2013-04-07 00:31:51,526 INFO  [agent.manager.AgentManagerImpl]
>> >>>>> (AgentTaskPool-2:null) The state determined is Up
>> >>>>> 2013-04-07 00:31:51,526 INFO  [agent.manager.AgentManagerImpl]
>> >>>>> (AgentTaskPool-2:null) Agent is determined to be up and running
>> >>>>> 2013-04-07 00:31:51,526 DEBUG [cloud.host.Status]
>> >>>>>(AgentTaskPool-2:null)
>> >>>>> Transition:[Resource state = Enabled, Agent event = Ping, Host id =
>> >>>>>6,
>> >>>>>name
>> >>>>> = Tut-XenServer]
>> >>>>> 2013-04-07 00:31:51,529 DEBUG [agent.manager.DirectAgentAttache]
>> >>>>> (DirectAgent-113:null) Seq 5-614334813: Response Received:
>> >>>>> 2013-04-07 00:31:51,529 DEBUG [agent.transport.Request]
>> >>>>> (DirectAgent-113:null) Seq 5-614334813: Processing:  { Ans: ,
>> MgmtId:
>> >>>>>1,
>> >>>>> via: 5, Ver: v1, Flags: 10,
>> >>>>> [{"CheckHealthAnswer":{"result":true,"details":"resource is
>> >>>>> alive","wait":0}}] }
>> >>>>> 2013-04-07 00:31:51,529 DEBUG [agent.transport.Request]
>> >>>>> (AgentTaskPool-14:null) Seq 5-614334813: Received:  { Ans: , MgmtId:
>> >>>>>1,
>> >>>>> via: 5, Ver: v1, Flags: 10, { CheckHealthAnswer } }
>> >>>>> 2013-04-07 00:31:51,529 DEBUG [agent.manager.AgentManagerImpl]
>> >>>>> (AgentTaskPool-14:null) Details from executing class
>> >>>>> com.cloud.agent.api.CheckHealthCommand: resource is alive
>> >>>>> 2013-04-07 00:31:51,529 DEBUG [agent.manager.AgentManagerImpl]
>> >>>>> (AgentTaskPool-14:null) agent (5) responded to checkHeathCommand,
>> >>>>>reporting
>> >>>>> that agent is Up
>> >>>>> 2013-04-07 00:31:51,529 INFO  [agent.manager.AgentManagerImpl]
>> >>>>> (AgentTaskPool-14:null) The state determined is Up
>> >>>>> 2013-04-07 00:31:51,529 INFO  [agent.manager.AgentManagerImpl]
>> >>>>> (AgentTaskPool-14:null) Agent is determined to be up and running
>> >>>>> 2013-04-07 00:31:51,530 DEBUG [cloud.host.Status]
>> >>>>>(AgentTaskPool-2:null)
>> >>>>> Agent status update: [id = 6; name = Tut-XenServer; old status = Up;
>> >>>>>event
>> >>>>> = Ping; new status = Up; old update count = 308; new update count =
>> >>>>>309]
>> >>>>> 2013-04-07 00:31:51,530 DEBUG [cloud.host.Status]
>> >>>>>(AgentTaskPool-14:null)
>> >>>>> Transition:[Resource state = Enabled, Agent event = Ping, Host id =
>> >>>>>5,
>> >>>>>name
>> >>>>> = Tut-XenServer2]
>> >>>>> 2013-04-07 00:31:51,533 DEBUG [cloud.host.Status]
>> >>>>>(AgentTaskPool-14:null)
>> >>>>> Agent status update: [id = 5; name = Tut-XenServer2; old status =
>> Up;
>> >>>>>event
>> >>>>> = Ping; new status = Up; old update count = 145; new update count =
>> >>>>>146]
>> >>>>> 2013-04-07 00:31:58,908 DEBUG [cloud.api.ApiServlet]
>> >>>>> (1161145101@qtp-1008805148-33:null) ===START===  127.0.0.1 -- GET
>> >>>>>
>>
>> >>>>>command=listVirtualMachines&response=json&sessionkey=Z6QqzU0Fq1iT13bMg
>> >>>>>n
>> >>>>>R
>> >>>>>R
>> >>>>>fl8GoVA%3D&listAll=true&page=1&pagesize=20&_=1365316318906
>> >>>>> 2013-04-07 00:31:58,925 DEBUG [cloud.api.ApiServlet]
>> >>>>> (1161145101@qtp-1008805148-33:null) ===END===  127.0.0.1 -- GET
>> >>>>>
>>
>> >>>>>command=listVirtualMachines&response=json&sessionkey=Z6QqzU0Fq1iT13bMg
>> >>>>>n
>> >>>>>R
>> >>>>>R
>> >>>>>fl8GoVA%3D&listAll=true&page=1&pagesize=20&_=1365316318906
>> >>>>> 2013-04-07 00:32:00,065 DEBUG [cloud.api.ApiServlet]
>> >>>>> (1161145101@qtp-1008805148-33:null) ===START===  127.0.0.1 -- GET
>> >>>>>
>>
>> >>>>>command=listVolumes&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8Go
>> >>>>>V
>> >>>>>A
>> >>>>>%
>> >>>>>3D&listAll=true&page=1&pagesize=20&_=1365316320063
>> >>>>> 2013-04-07 00:32:00,079 DEBUG [cloud.api.ApiServlet]
>> >>>>> (1161145101@qtp-1008805148-33:null) ===END===  127.0.0.1 -- GET
>> >>>>>
>>
>> >>>>>command=listVolumes&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8Go
>> >>>>>V
>> >>>>>A
>> >>>>>%
>> >>>>>3D&listAll=true&page=1&pagesize=20&_=1365316320063
>> >>>>> 2013-04-07 00:32:02,019 DEBUG [cloud.api.ApiServlet]
>> >>>>> (1161145101@qtp-1008805148-33:null) ===START===  127.0.0.1 -- GET
>> >>>>>
>>
>> >>>>>command=listVirtualMachines&response=json&sessionkey=Z6QqzU0Fq1iT13bMg
>> >>>>>n
>> >>>>>R
>> >>>>>R
>> >>>>>fl8GoVA%3D&listAll=true&page=1&pagesize=20&_=1365316322017
>> >>>>> 2013-04-07 00:32:02,034 DEBUG [cloud.api.ApiServlet]
>> >>>>> (1161145101@qtp-1008805148-33:null) ===END===  127.0.0.1 -- GET
>> >>>>>
>>
>> >>>>>command=listVirtualMachines&response=json&sessionkey=Z6QqzU0Fq1iT13bMg
>> >>>>>n
>> >>>>>R
>> >>>>>R
>> >>>>>fl8GoVA%3D&listAll=true&page=1&pagesize=20&_=1365316322017
>> >>>>> 2013-04-07 00:32:03,004 DEBUG [cloud.api.ApiServlet]
>> >>>>> (1161145101@qtp-1008805148-33:null) ===START===  127.0.0.1 -- GET
>> >>>>>
>>
>> >>>>>command=listVolumes&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8Go
>> >>>>>V
>> >>>>>A
>> >>>>>%
>> >>>>>3D&listAll=true&page=1&pagesize=20&_=1365316323002
>> >>>>> 2013-04-07 00:32:03,019 DEBUG [cloud.api.ApiServlet]
>> >>>>> (1161145101@qtp-1008805148-33:null) ===END===  127.0.0.1 -- GET
>> >>>>>
>>
>> >>>>>command=listVolumes&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8Go
>> >>>>>V
>> >>>>>A
>> >>>>>%
>> >>>>>3D&listAll=true&page=1&pagesize=20&_=1365316323002
>> >>>>> 2013-04-07 00:32:04,060 DEBUG [cloud.api.ApiServlet]
>> >>>>> (1161145101@qtp-1008805148-33:null) ===START===  127.0.0.1 -- GET
>> >>>>>
>>
>> >>>>>command=listVirtualMachines&response=json&sessionkey=Z6QqzU0Fq1iT13bMg
>> >>>>>n
>> >>>>>R
>> >>>>>R
>> >>>>>fl8GoVA%3D&listAll=true&page=1&pagesize=20&_=1365316324057
>> >>>>> 2013-04-07 00:32:04,076 DEBUG [cloud.api.ApiServlet]
>> >>>>> (1161145101@qtp-1008805148-33:null) ===END===  127.0.0.1 -- GET
>> >>>>>
>>
>> >>>>>command=listVirtualMachines&response=json&sessionkey=Z6QqzU0Fq1iT13bMg
>> >>>>>n
>> >>>>>R
>> >>>>>R
>> >>>>>fl8GoVA%3D&listAll=true&page=1&pagesize=20&_=1365316324057
>> >>>>> 2013-04-07 00:32:04,815 DEBUG [agent.manager.DirectAgentAttache]
>> >>>>> (DirectAgent-240:null) Ping from 6
>> >>>>> 2013-04-07 00:32:06,151 DEBUG [agent.manager.DirectAgentAttache]
>> >>>>> (DirectAgent-401:null) Ping from 5
>> >>>>> 2013-04-07 00:32:06,571 DEBUG [cloud.api.ApiServlet]
>> >>>>> (1161145101@qtp-1008805148-33:null) ===START===  127.0.0.1 -- GET
>> >>>>>
>>
>> >>>>>command=listZones&available=true&response=json&sessionkey=Z6QqzU0Fq1iT
>> >>>>>1
>> >>>>>3
>> >>>>>b
>> >>>>>MgnRRfl8GoVA%3D&_=1365316326569
>> >>>>> 2013-04-07 00:32:06,578 DEBUG [cloud.api.ApiServlet]
>> >>>>> (1161145101@qtp-1008805148-33:null) ===END===  127.0.0.1 -- GET
>> >>>>>
>>
>> >>>>>command=listZones&available=true&response=json&sessionkey=Z6QqzU0Fq1iT
>> >>>>>1
>> >>>>>3
>> >>>>>b
>> >>>>>MgnRRfl8GoVA%3D&_=1365316326569
>> >>>>> 2013-04-07 00:32:06,909 DEBUG [agent.manager.DirectAgentAttache]
>> >>>>> (DirectAgent-334:null) Seq 6-324993028: Executing request
>> >>>>> 2013-04-07 00:32:07,152 DEBUG [agent.manager.DirectAgentAttache]
>> >>>>> (DirectAgent-334:null) Seq 6-324993028: Response Received:
>> >>>>> 2013-04-07 00:32:07,152 DEBUG [agent.transport.Request]
>> >>>>> (DirectAgent-334:null) Seq 6-324993028: Processing:  { Ans: ,
>> MgmtId:
>> >>>>>1,
>> >>>>> via: 6, Ver: v1, Flags: 10,
>> >>>>>
>>
>> >>>>>[{"ClusterSyncAnswer":{"_clusterId":2,"_newStates":{},"_isExecuted":fa
>> >>>>>l
>> >>>>>s
>> >>>>>e
>> >>>>>,"result":true,"wait":0}}]
>> >>>>> }
>> >>>>> 2013-04-07 00:32:08,422 DEBUG [cloud.api.ApiServlet]
>> >>>>> (1161145101@qtp-1008805148-33:null) ===START===  127.0.0.1 -- GET
>> >>>>>
>>
>> >>>>>command=listHypervisors&zoneid=3a62dec3-cf95-4ba2-9af0-af2190af35e3&re
>> >>>>>s
>> >>>>>p
>> >>>>>o
>> >>>>>nse=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316328420
>> >>>>> 2013-04-07 00:32:08,431 DEBUG [cloud.api.ApiServlet]
>> >>>>> (1161145101@qtp-1008805148-33:null) ===END===  127.0.0.1 -- GET
>> >>>>>
>>
>> >>>>>command=listHypervisors&zoneid=3a62dec3-cf95-4ba2-9af0-af2190af35e3&re
>> >>>>>s
>> >>>>>p
>> >>>>>o
>> >>>>>nse=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316328420
>> >>>>> 2013-04-07 00:32:08,434 DEBUG [cloud.api.ApiServlet]
>> >>>>> (1161145101@qtp-1008805148-33:null) ===START===  127.0.0.1 -- GET
>> >>>>>
>>
>> >>>>>command=listTemplates&templatefilter=featured&zoneid=3a62dec3-cf95-4ba
>> >>>>>2
>> >>>>>-
>> >>>>>9
>>
>> >>>>>af0-af2190af35e3&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%
>> >>>>>3
>> >>>>>D
>> >>>>>&
>> >>>>>_=1365316328432
>> >>>>> 2013-04-07 00:32:08,461 DEBUG [cloud.api.ApiServlet]
>> >>>>> (1161145101@qtp-1008805148-33:null) ===END===  127.0.0.1 -- GET
>> >>>>>
>>
>> >>>>>command=listTemplates&templatefilter=featured&zoneid=3a62dec3-cf95-4ba
>> >>>>>2
>> >>>>>-
>> >>>>>9
>>
>> >>>>>af0-af2190af35e3&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%
>> >>>>>3
>> >>>>>D
>> >>>>>&
>> >>>>>_=1365316328432
>> >>>>> 2013-04-07 00:32:08,464 DEBUG [cloud.api.ApiServlet]
>> >>>>> (1161145101@qtp-1008805148-33:null) ===START===  127.0.0.1 -- GET
>> >>>>>
>>
>> >>>>>command=listTemplates&templatefilter=community&zoneid=3a62dec3-cf95-4b
>> >>>>>a
>> >>>>>2
>> >>>>>-
>>
>> >>>>>9af0-af2190af35e3&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA
>> >>>>>%
>> >>>>>3
>> >>>>>D
>> >>>>>&_=1365316328462
>> >>>>> 2013-04-07 00:32:08,492 DEBUG [cloud.api.ApiServlet]
>> >>>>> (1161145101@qtp-1008805148-33:null) ===END===  127.0.0.1 -- GET
>> >>>>>
>>
>> >>>>>command=listTemplates&templatefilter=community&zoneid=3a62dec3-cf95-4b
>> >>>>>a
>> >>>>>2
>> >>>>>-
>>
>> >>>>>9af0-af2190af35e3&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA
>> >>>>>%
>> >>>>>3
>> >>>>>D
>> >>>>>&_=1365316328462
>> >>>>> 2013-04-07 00:32:08,495 DEBUG [cloud.api.ApiServlet]
>> >>>>> (1161145101@qtp-1008805148-33:null) ===START===  127.0.0.1 -- GET
>> >>>>>
>>
>> >>>>>command=listTemplates&templatefilter=selfexecutable&zoneid=3a62dec3-cf
>> >>>>>9
>> >>>>>5
>> >>>>>-
>>
>> >>>>>4ba2-9af0-af2190af35e3&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl
>> >>>>>8
>> >>>>>G
>> >>>>>o
>> >>>>>VA%3D&_=1365316328493
>> >>>>> 2013-04-07 00:32:08,508 DEBUG [cloud.api.ApiServlet]
>> >>>>> (1161145101@qtp-1008805148-33:null) ===END===  127.0.0.1 -- GET
>> >>>>>
>>
>> >>>>>command=listTemplates&templatefilter=selfexecutable&zoneid=3a62dec3-cf
>> >>>>>9
>> >>>>>5
>> >>>>>-
>>
>> >>>>>4ba2-9af0-af2190af35e3&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl
>> >>>>>8
>> >>>>>G
>> >>>>>o
>> >>>>>VA%3D&_=1365316328493
>> >>>>> 2013-04-07 00:32:09,476 DEBUG [cloud.api.ApiServlet]
>> >>>>> (1161145101@qtp-1008805148-33:null) ===START===  127.0.0.1 -- GET
>> >>>>>
>>
>> >>>>>command=listServiceOfferings&issystem=false&response=json&sessionkey=Z
>> >>>>>6
>> >>>>>Q
>> >>>>>q
>> >>>>>zU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316329474
>> >>>>> 2013-04-07 00:32:09,489 DEBUG [cloud.api.ApiServlet]
>> >>>>> (1161145101@qtp-1008805148-33:null) ===END===  127.0.0.1 -- GET
>> >>>>>
>>
>> >>>>>command=listServiceOfferings&issystem=false&response=json&sessionkey=Z
>> >>>>>6
>> >>>>>Q
>> >>>>>q
>> >>>>>zU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316329474
>> >>>>> 2013-04-07 00:32:11,022 DEBUG [agent.manager.DirectAgentAttache]
>> >>>>> (DirectAgent-161:null) Seq 5-614334468: Executing request
>> >>>>> 2013-04-07 00:32:11,174 DEBUG [agent.manager.DirectAgentAttache]
>> >>>>> (DirectAgent-161:null) Seq 5-614334468: Response Received:
>> >>>>> 2013-04-07 00:32:11,174 DEBUG [agent.transport.Request]
>> >>>>> (DirectAgent-161:null) Seq 5-614334468: Processing:  { Ans: ,
>> MgmtId:
>> >>>>>1,
>> >>>>> via: 5, Ver: v1, Flags: 10, [{"Answer":{"result":true,"wait":0}}] }
>> >>>>> 2013-04-07 00:32:13,261 DEBUG [cloud.api.ApiServlet]
>> >>>>> (1161145101@qtp-1008805148-33:null) ===START===  127.0.0.1 -- GET
>> >>>>>
>>
>> >>>>>command=listDiskOfferings&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnR
>> >>>>>R
>> >>>>>f
>> >>>>>l
>> >>>>>8GoVA%3D&_=1365316333259
>> >>>>> 2013-04-07 00:32:13,272 DEBUG [cloud.api.ApiServlet]
>> >>>>> (1161145101@qtp-1008805148-33:null) ===END===  127.0.0.1 -- GET
>> >>>>>
>>
>> >>>>>command=listDiskOfferings&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnR
>> >>>>>R
>> >>>>>f
>> >>>>>l
>> >>>>>8GoVA%3D&_=1365316333259
>> >>>>> 2013-04-07 00:32:14,028 DEBUG [cloud.api.ApiServlet]
>> >>>>> (1161145101@qtp-1008805148-33:null) ===START===  127.0.0.1 -- GET
>> >>>>>
>>
>> >>>>>command=listNetworks&trafficType=Guest&zoneId=3a62dec3-cf95-4ba2-9af0-
>> >>>>>a
>> >>>>>f
>> >>>>>2
>>
>> >>>>>190af35e3&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=13
>> >>>>>6
>> >>>>>5
>> >>>>>3
>> >>>>>16334026
>> >>>>> 2013-04-07 00:32:14,053 DEBUG [cloud.api.ApiServlet]
>> >>>>> (1161145101@qtp-1008805148-33:null) ===END===  127.0.0.1 -- GET
>> >>>>>
>>
>> >>>>>command=listNetworks&trafficType=Guest&zoneId=3a62dec3-cf95-4ba2-9af0-
>> >>>>>a
>> >>>>>f
>> >>>>>2
>>
>> >>>>>190af35e3&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=13
>> >>>>>6
>> >>>>>5
>> >>>>>3
>> >>>>>16334026
>> >>>>> 2013-04-07 00:32:14,056 DEBUG [cloud.api.ApiServlet]
>> >>>>> (1161145101@qtp-1008805148-33:null) ===START===  127.0.0.1 -- GET
>> >>>>>
>>
>> >>>>>command=listSecurityGroups&response=json&sessionkey=Z6QqzU0Fq1iT13bMgn
>> >>>>>R
>> >>>>>R
>> >>>>>f
>>
>> >>>>>l8GoVA%3D&domainid=e4ec5ddc-9e1c-11e2-a770-6e70e42a2333&account=admin&
>> >>>>>_
>> >>>>>=
>> >>>>>1
>> >>>>>365316334054
>> >>>>> 2013-04-07 00:32:14,062 DEBUG [cloud.user.AccountManagerImpl]
>> >>>>> (1161145101@qtp-1008805148-33:null) Access granted to Acct[2-admin]
>> >>>>>to
>> >>>>> Domain:1/ by DomainChecker
>> >>>>> 2013-04-07 00:32:14,068 DEBUG [cloud.api.ApiServlet]
>> >>>>> (1161145101@qtp-1008805148-33:null) ===END===  127.0.0.1 -- GET
>> >>>>>
>>
>> >>>>>command=listSecurityGroups&response=json&sessionkey=Z6QqzU0Fq1iT13bMgn
>> >>>>>R
>> >>>>>R
>> >>>>>f
>>
>> >>>>>l8GoVA%3D&domainid=e4ec5ddc-9e1c-11e2-a770-6e70e42a2333&account=admin&
>> >>>>>_
>> >>>>>=
>> >>>>>1
>> >>>>>365316334054
>> >>>>> 2013-04-07 00:32:15,282 DEBUG [cloud.api.ApiServlet]
>> >>>>> (1161145101@qtp-1008805148-33:null) ===START===  127.0.0.1 -- GET
>> >>>>>
>>
>> >>>>>command=deployVirtualMachine&zoneId=3a62dec3-cf95-4ba2-9af0-af2190af35
>> >>>>>e
>> >>>>>3
>> >>>>>&
>>
>> >>>>>templateId=e4a7df4a-9e1c-11e2-a770-6e70e42a2333&hypervisor=XenServer&s
>> >>>>>e
>> >>>>>r
>> >>>>>v
>>
>> >>>>>iceOfferingId=425cf3cf-4bc4-4e53-82a0-ba6c20dd3688&response=json&sessi
>> >>>>>o
>> >>>>>n
>> >>>>>k
>> >>>>>ey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316335280
>> >>>>> 2013-04-07 00:32:15,290 DEBUG [cloud.api.ApiDispatcher]
>> >>>>> (1161145101@qtp-1008805148-33:null) InfrastructureEntity name
>> >>>>> is:com.cloud.offering.ServiceOffering
>> >>>>> 2013-04-07 00:32:15,292 DEBUG [cloud.api.ApiDispatcher]
>> >>>>> (1161145101@qtp-1008805148-33:null) ControlledEntity name
>> >>>>> is:com.cloud.template.VirtualMachineTemplate
>> >>>>> 2013-04-07 00:32:15,316 DEBUG [cloud.vm.UserVmManagerImpl]
>> >>>>> (1161145101@qtp-1008805148-33:null) Allocating in the DB for vm
>> >>>>> 2013-04-07 00:32:15,327 DEBUG [cloud.vm.VirtualMachineManagerImpl]
>> >>>>> (1161145101@qtp-1008805148-33:null) Allocating entries for VM:
>> >>>>> VM[User|94ddc16f-04fc-4da1-8326-01d8d5cdeb44]
>> >>>>> 2013-04-07 00:32:15,327 DEBUG [cloud.vm.VirtualMachineManagerImpl]
>> >>>>> (1161145101@qtp-1008805148-33:null) Allocating nics for
>> >>>>> VM[User|94ddc16f-04fc-4da1-8326-01d8d5cdeb44]
>> >>>>> 2013-04-07 00:32:15,328 DEBUG [cloud.network.NetworkManagerImpl]
>> >>>>> (1161145101@qtp-1008805148-33:null) Allocating nic for vm
>> >>>>> VM[User|94ddc16f-04fc-4da1-8326-01d8d5cdeb44] in network
>> >>>>>Ntwk[204|Guest|6]
>> >>>>> with requested profile NicProfile[0-0-null-null-null
>> >>>>> 2013-04-07 00:32:15,335 DEBUG [cloud.vm.VirtualMachineManagerImpl]
>> >>>>> (1161145101@qtp-1008805148-33:null) Allocaing disks for
>> >>>>> VM[User|94ddc16f-04fc-4da1-8326-01d8d5cdeb44]
>> >>>>> 2013-04-07 00:32:15,342 DEBUG [cloud.vm.VirtualMachineManagerImpl]
>> >>>>> (1161145101@qtp-1008805148-33:null) Allocation completed for VM:
>> >>>>> VM[User|94ddc16f-04fc-4da1-8326-01d8d5cdeb44]
>> >>>>> 2013-04-07 00:32:15,342 DEBUG [cloud.vm.UserVmManagerImpl]
>> >>>>> (1161145101@qtp-1008805148-33:null) Successfully allocated DB entry
>> >>>>>for
>> >>>>> VM[User|94ddc16f-04fc-4da1-8326-01d8d5cdeb44]
>> >>>>> 2013-04-07 00:32:15,374 DEBUG [cloud.async.AsyncJobManagerImpl]
>> >>>>> (1161145101@qtp-1008805148-33:null) submit async job-43, details:
>> >>>>> AsyncJobVO {id:43, userId: 2, accountId: 2, sessionKey: null,
>> >>>>>instanceType:
>> >>>>> null, instanceId: 13, cmd:
>> >>>>> org.apache.cloudstack.api.command.user.vm.DeployVMCmd,
>> cmdOriginator:
>> >>>>>null,
>> >>>>> cmdInfo:
>> >>>>>
>>
>> >>>>>{"id":"13","templateId":"e4a7df4a-9e1c-11e2-a770-6e70e42a2333","respon
>> >>>>>s
>> >>>>>e
>> >>>>>"
>>
>> >>>>>:"json","sessionkey":"Z6QqzU0Fq1iT13bMgnRRfl8GoVA\u003d","ctxUserId":"
>> >>>>>2
>> >>>>>"
>> >>>>>,
>>
>> >>>>>"hypervisor":"XenServer","serviceOfferingId":"425cf3cf-4bc4-4e53-82a0-
>> >>>>>b
>> >>>>>a
>> >>>>>6
>>
>> >>>>>c20dd3688","_":"1365316335280","ctxAccountId":"2","ctxStartEventId":"4
>> >>>>>8
>> >>>>>"
>> >>>>>,
>> >>>>>"zoneId":"3a62dec3-cf95-4ba2-9af0-af2190af35e3"},
>> >>>>> cmdVersion: 0, callbackType: 0, callbackAddress: null, status: 0,
>> >>>>> processStatus: 0, resultCode: 0, result: null, initMsid: 1,
>> >>>>>completeMsid:
>> >>>>> null, lastUpdated: null, lastPolled: null, created: null}
>> >>>>> 2013-04-07 00:32:15,375 DEBUG [cloud.async.AsyncJobManagerImpl]
>> >>>>> (Job-Executor-36:job-43) Executing
>> >>>>> org.apache.cloudstack.api.command.user.vm.DeployVMCmd for job-43
>> >>>>> 2013-04-07 00:32:15,376 DEBUG [cloud.api.ApiServlet]
>> >>>>> (1161145101@qtp-1008805148-33:null) ===END===  127.0.0.1 -- GET
>> >>>>>
>>
>> >>>>>command=deployVirtualMachine&zoneId=3a62dec3-cf95-4ba2-9af0-af2190af35
>> >>>>>e
>> >>>>>3
>> >>>>>&
>>
>> >>>>>templateId=e4a7df4a-9e1c-11e2-a770-6e70e42a2333&hypervisor=XenServer&s
>> >>>>>e
>> >>>>>r
>> >>>>>v
>>
>> >>>>>iceOfferingId=425cf3cf-4bc4-4e53-82a0-ba6c20dd3688&response=json&sessi
>> >>>>>o
>> >>>>>n
>> >>>>>k
>> >>>>>ey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316335280
>> >>>>> 2013-04-07 00:32:15,380 DEBUG [cloud.api.ApiDispatcher]
>> >>>>> (Job-Executor-36:job-43) InfrastructureEntity name
>> >>>>> is:com.cloud.offering.ServiceOffering
>> >>>>> 2013-04-07 00:32:15,383 DEBUG [cloud.api.ApiDispatcher]
>> >>>>> (Job-Executor-36:job-43) ControlledEntity name
>> >>>>> is:com.cloud.template.VirtualMachineTemplate
>> >>>>> 2013-04-07 00:32:15,425 DEBUG [cloud.deploy.FirstFitPlanner]
>> >>>>> (Job-Executor-36:job-43) DeploymentPlanner allocation algorithm:
>> >>>>>random
>> >>>>> 2013-04-07 00:32:15,425 DEBUG [cloud.deploy.FirstFitPlanner]
>> >>>>> (Job-Executor-36:job-43) Trying to allocate a host and storage pools
>> >>>>>from
>> >>>>> dc:1, pod:null,cluster:null, requested cpu: 100, requested ram:
>> >>>>>1073741824
>> >>>>> 2013-04-07 00:32:15,425 DEBUG [cloud.deploy.FirstFitPlanner]
>> >>>>> (Job-Executor-36:job-43) Is ROOT volume READY (pool already
>> >>>>>allocated)?: No
>> >>>>> 2013-04-07 00:32:15,425 DEBUG [cloud.deploy.FirstFitPlanner]
>> >>>>> (Job-Executor-36:job-43) Searching all possible resources under this
>> >>>>>Zone: 1
>> >>>>> 2013-04-07 00:32:15,427 DEBUG [cloud.deploy.FirstFitPlanner]
>> >>>>> (Job-Executor-36:job-43) Listing clusters in order of aggregate
>> >>>>>capacity,
>> >>>>> that have (atleast one host with) enough CPU and RAM capacity under
>> >>>>>this
>> >>>>> Zone: 1
>> >>>>> 2013-04-07 00:32:15,428 DEBUG [cloud.deploy.FirstFitPlanner]
>> >>>>> (Job-Executor-36:job-43) CPUOverprovisioningFactor considered: 1.0
>> >>>>> 2013-04-07 00:32:15,442 DEBUG [cloud.deploy.FirstFitPlanner]
>> >>>>> (Job-Executor-36:job-43) Cannot allocate cluster list [1] for vm
>> >>>>>creation
>> >>>>> since their allocated percentage crosses the disable capacity
>> >>>>>threshold:
>> >>>>> 0.85 for capacity Type : 0, skipping these clusters
>> >>>>> 2013-04-07 00:32:15,444 DEBUG [cloud.deploy.FirstFitPlanner]
>> >>>>> (Job-Executor-36:job-43) Checking resources in Cluster: 2 under Pod:
>> >>>>>1
>> >>>>> 2013-04-07 00:32:15,444 DEBUG [allocator.impl.RandomAllocator]
>> >>>>> (Job-Executor-36:job-43) Looking for hosts in dc: 1  pod:1
>>  cluster:2
>> >>>>> 2013-04-07 00:32:15,447 DEBUG [allocator.impl.RandomAllocator]
>> >>>>> (Job-Executor-36:job-43) Random Allocator found 2  hosts
>> >>>>> 2013-04-07 00:32:15,447 DEBUG [allocator.impl.RandomAllocator]
>> >>>>> (Job-Executor-36:job-43) Random Host Allocator returning 2 suitable
>> >>>>>hosts
>> >>>>> 2013-04-07 00:32:15,448 DEBUG [cloud.deploy.FirstFitPlanner]
>> >>>>> (Job-Executor-36:job-43) Checking suitable pools for volume (Id,
>> >>>>>Type):
>> >>>>> (13,ROOT)
>> >>>>> 2013-04-07 00:32:15,448 DEBUG [cloud.deploy.FirstFitPlanner]
>> >>>>> (Job-Executor-36:job-43) We need to allocate new storagepool for
>> this
>> >>>>>volume
>> >>>>> 2013-04-07 00:32:15,451 DEBUG [cloud.deploy.FirstFitPlanner]
>> >>>>> (Job-Executor-36:job-43) Calling StoragePoolAllocators to find
>> >>>>>suitable
>> >>>>> pools
>> >>>>> 2013-04-07 00:32:15,455 DEBUG
>> >>>>> [storage.allocator.RandomStoragePoolAllocator]
>> >>>>>(Job-Executor-36:job-43)
>> >>>>> Looking for pools in dc: 1  pod:1  cluster:2
>> >>>>> 2013-04-07 00:32:15,457 DEBUG
>> >>>>> [storage.allocator.RandomStoragePoolAllocator]
>> >>>>>(Job-Executor-36:job-43)
>> >>>>> RandomStoragePoolAllocator has 5 pools to check for allocation
>> >>>>> 2013-04-07 00:32:15,458 DEBUG
>> >>>>> [storage.allocator.AbstractStoragePoolAllocator]
>> >>>>>(Job-Executor-36:job-43)
>> >>>>> Checking if storage pool is suitable, name: Tut-XenServer2 Local
>> >>>>>Storage
>> >>>>> ,poolId: 201
>> >>>>> 2013-04-07 00:32:15,458 DEBUG
>> >>>>> [storage.allocator.AbstractStoragePoolAllocator]
>> >>>>>(Job-Executor-36:job-43)
>> >>>>> Is localStorageAllocationNeeded? false
>> >>>>> 2013-04-07 00:32:15,458 DEBUG
>> >>>>> [storage.allocator.AbstractStoragePoolAllocator]
>> >>>>>(Job-Executor-36:job-43)
>> >>>>> Is storage pool shared? false
>> >>>>> 2013-04-07 00:32:15,458 DEBUG
>> >>>>> [storage.allocator.AbstractStoragePoolAllocator]
>> >>>>>(Job-Executor-36:job-43)
>> >>>>> StoragePool is not of correct type, skipping this pool
>> >>>>> 2013-04-07 00:32:15,458 DEBUG
>> >>>>> [storage.allocator.AbstractStoragePoolAllocator]
>> >>>>>(Job-Executor-36:job-43)
>> >>>>> Checking if storage pool is suitable, name: iSCSI_SR_3 ,poolId: 257
>> >>>>> 2013-04-07 00:32:15,458 DEBUG
>> >>>>> [storage.allocator.AbstractStoragePoolAllocator]
>> >>>>>(Job-Executor-36:job-43)
>> >>>>> Is localStorageAllocationNeeded? false
>> >>>>> 2013-04-07 00:32:15,458 DEBUG
>> >>>>> [storage.allocator.AbstractStoragePoolAllocator]
>> >>>>>(Job-Executor-36:job-43)
>> >>>>> Is storage pool shared? true
>> >>>>> 2013-04-07 00:32:15,467 DEBUG [cloud.storage.StorageManagerImpl]
>> >>>>> (Job-Executor-36:job-43) Checking pool: 257 for volume allocation
>> >>>>> [Vol[13|vm=13|ROOT]], maxSize : 2084569088, totalAllocatedSize :
>> >>>>>106954752,
>> >>>>> askingSize : 52428800, allocated disable threshold: 0.85
>> >>>>> 2013-04-07 00:32:15,467 DEBUG
>> >>>>> [storage.allocator.AbstractStoragePoolAllocator]
>> >>>>>(Job-Executor-36:job-43)
>> >>>>> Checking if storage pool is suitable, name: iSCSI_SR_4 ,poolId: 262
>> >>>>> 2013-04-07 00:32:15,467 DEBUG
>> >>>>> [storage.allocator.AbstractStoragePoolAllocator]
>> >>>>>(Job-Executor-36:job-43)
>> >>>>> Is localStorageAllocationNeeded? false
>> >>>>> 2013-04-07 00:32:15,467 DEBUG
>> >>>>> [storage.allocator.AbstractStoragePoolAllocator]
>> >>>>>(Job-Executor-36:job-43)
>> >>>>> Is storage pool shared? true
>> >>>>> 2013-04-07 00:32:15,479 DEBUG [cloud.storage.StorageManagerImpl]
>> >>>>> (Job-Executor-36:job-43) Checking pool: 262 for volume allocation
>> >>>>> [Vol[13|vm=13|ROOT]], maxSize : 2084569088, totalAllocatedSize :
>> >>>>>54525952,
>> >>>>> askingSize : 52428800, allocated disable threshold: 0.85
>> >>>>> 2013-04-07 00:32:15,479 DEBUG
>> >>>>> [storage.allocator.AbstractStoragePoolAllocator]
>> >>>>>(Job-Executor-36:job-43)
>> >>>>> Checking if storage pool is suitable, name: Tut-XenServer Local
>> >>>>>Storage
>> >>>>> ,poolId: 202
>> >>>>> 2013-04-07 00:32:15,479 DEBUG
>> >>>>> [storage.allocator.AbstractStoragePoolAllocator]
>> >>>>>(Job-Executor-36:job-43)
>> >>>>> Is localStorageAllocationNeeded? false
>> >>>>> 2013-04-07 00:32:15,479 DEBUG
>> >>>>> [storage.allocator.AbstractStoragePoolAllocator]
>> >>>>>(Job-Executor-36:job-43)
>> >>>>> Is storage pool shared? false
>> >>>>> 2013-04-07 00:32:15,479 DEBUG
>> >>>>> [storage.allocator.AbstractStoragePoolAllocator]
>> >>>>>(Job-Executor-36:job-43)
>> >>>>> StoragePool is not of correct type, skipping this pool
>> >>>>> 2013-04-07 00:32:15,479 DEBUG
>> >>>>> [storage.allocator.AbstractStoragePoolAllocator]
>> >>>>>(Job-Executor-36:job-43)
>> >>>>> Checking if storage pool is suitable, name: iSCSI_SR_2 ,poolId: 256
>> >>>>> 2013-04-07 00:32:15,479 DEBUG
>> >>>>> [storage.allocator.AbstractStoragePoolAllocator]
>> >>>>>(Job-Executor-36:job-43)
>> >>>>> Is localStorageAllocationNeeded? false
>> >>>>> 2013-04-07 00:32:15,479 DEBUG
>> >>>>> [storage.allocator.AbstractStoragePoolAllocator]
>> >>>>>(Job-Executor-36:job-43)
>> >>>>> Is storage pool shared? true
>> >>>>> 2013-04-07 00:32:15,489 DEBUG [cloud.storage.StorageManagerImpl]
>> >>>>> (Job-Executor-36:job-43) Checking pool: 256 for volume allocation
>> >>>>> [Vol[13|vm=13|ROOT]], maxSize : 2084569088, totalAllocatedSize :
>> >>>>>54525952,
>> >>>>> askingSize : 52428800, allocated disable threshold: 0.85
>> >>>>> 2013-04-07 00:32:15,489 DEBUG
>> >>>>> [storage.allocator.RandomStoragePoolAllocator]
>> >>>>>(Job-Executor-36:job-43)
>> >>>>> RandomStoragePoolAllocator returning 3 suitable storage pools
>> >>>>> 2013-04-07 00:32:15,489 DEBUG [cloud.deploy.FirstFitPlanner]
>> >>>>> (Job-Executor-36:job-43) Trying to find a potenial host and
>> >>>>>associated
>> >>>>> storage pools from the suitable host/pool lists for this VM
>> >>>>> 2013-04-07 00:32:15,489 DEBUG [cloud.deploy.FirstFitPlanner]
>> >>>>> (Job-Executor-36:job-43) Checking if host: 6 can access any suitable
>> >>>>> storage pool for volume: ROOT
>> >>>>> 2013-04-07 00:32:15,492 DEBUG [cloud.deploy.FirstFitPlanner]
>> >>>>> (Job-Executor-36:job-43) Host: 6 can access pool: 257
>> >>>>> 2013-04-07 00:32:15,492 DEBUG [cloud.deploy.FirstFitPlanner]
>> >>>>> (Job-Executor-36:job-43) Found a potential host id: 6 name:
>> >>>>>Tut-XenServer
>> >>>>> and associated storage pools for this VM
>> >>>>> 2013-04-07 00:32:15,494 DEBUG [cloud.deploy.FirstFitPlanner]
>> >>>>> (Job-Executor-36:job-43) Returning Deployment Destination:
>> >>>>>
>>
>> >>>>>Dest[Zone(Id)-Pod(Id)-Cluster(Id)-Host(Id)-Storage(Volume(Id|Type-->Po
>> >>>>>o
>> >>>>>l
>> >>>>>(
>> >>>>>Id))]
>> >>>>> :
>> >>>>>
>>
>> >>>>>Dest[Zone(1)-Pod(1)-Cluster(2)-Host(6)-Storage(Volume(13|ROOT-->Pool(2
>> >>>>>5
>> >>>>>7
>> >>>>>)
>> >>>>>)]
>> >>>>> 2013-04-07 00:32:15,514 DEBUG [cloud.capacity.CapacityManagerImpl]
>> >>>>> (Job-Executor-36:job-43) VM state transitted from :Stopped to
>> >>>>>Starting
>> >>>>>with
>> >>>>> event: StartRequestedvm's original host id: null new host id: null
>> >>>>>host
>> >>>>>id
>> >>>>> before state transition: null
>> >>>>> 2013-04-07 00:32:15,514 DEBUG [cloud.vm.VirtualMachineManagerImpl]
>> >>>>> (Job-Executor-36:job-43) Successfully transitioned to start state
>> for
>> >>>>> VM[User|94ddc16f-04fc-4da1-8326-01d8d5cdeb44] reservation id =
>> >>>>> a8349669-6ff2-443f-88d3-c5d69100df3a
>> >>>>> 2013-04-07 00:32:15,518 DEBUG [cloud.vm.VirtualMachineManagerImpl]
>> >>>>> (Job-Executor-36:job-43) Trying to deploy VM, vm has dcId: 1 and
>> >>>>>podId:
>> >>>>>null
>> >>>>> 2013-04-07 00:32:15,518 DEBUG [cloud.vm.VirtualMachineManagerImpl]
>> >>>>> (Job-Executor-36:job-43) advanceStart: DeploymentPlan is provided,
>> >>>>>using
>> >>>>> dcId:1, podId: 1, clusterId: 2, hostId: 6, poolId: 257
>> >>>>> 2013-04-07 00:32:15,518 DEBUG [cloud.vm.VirtualMachineManagerImpl]
>> >>>>> (Job-Executor-36:job-43) Deploy avoids pods: null, clusters: null,
>> >>>>>hosts:
>> >>>>> null
>> >>>>> 2013-04-07 00:32:15,521 DEBUG [cloud.deploy.FirstFitPlanner]
>> >>>>> (Job-Executor-36:job-43) DeploymentPlanner allocation algorithm:
>> >>>>>random
>> >>>>> 2013-04-07 00:32:15,521 DEBUG [cloud.deploy.FirstFitPlanner]
>> >>>>> (Job-Executor-36:job-43) Trying to allocate a host and storage pools
>> >>>>>from
>> >>>>> dc:1, pod:1,cluster:2, requested cpu: 100, requested ram: 1073741824
>> >>>>> 2013-04-07 00:32:15,522 DEBUG [cloud.deploy.FirstFitPlanner]
>> >>>>> (Job-Executor-36:job-43) Is ROOT volume READY (pool already
>> >>>>>allocated)?: Yes
>> >>>>> 2013-04-07 00:32:15,522 DEBUG [cloud.deploy.FirstFitPlanner]
>> >>>>> (Job-Executor-36:job-43) DeploymentPlan has host_id specified,
>> making
>> >>>>>no
>> >>>>> checks on this host, looks like admin test: 6
>> >>>>> 2013-04-07 00:32:15,523 DEBUG [cloud.deploy.FirstFitPlanner]
>> >>>>> (Job-Executor-36:job-43) Looking for suitable pools for this host
>> >>>>>under
>> >>>>> zone: 1, pod: 1, cluster: 2
>> >>>>> 2013-04-07 00:32:15,525 DEBUG [cloud.deploy.FirstFitPlanner]
>> >>>>> (Job-Executor-36:job-43) Checking suitable pools for volume (Id,
>> >>>>>Type):
>> >>>>> (13,ROOT)
>> >>>>> 2013-04-07 00:32:15,525 DEBUG [cloud.deploy.FirstFitPlanner]
>> >>>>> (Job-Executor-36:job-43) Volume has pool already allocated, checking
>> >>>>>if
>> >>>>> pool can be reused, poolId: null
>> >>>>> 2013-04-07 00:32:15,527 DEBUG [cloud.deploy.FirstFitPlanner]
>> >>>>> (Job-Executor-36:job-43) Planner need not allocate a pool for this
>> >>>>>volume
>> >>>>> since its READY
>> >>>>> 2013-04-07 00:32:15,527 DEBUG [cloud.deploy.FirstFitPlanner]
>> >>>>> (Job-Executor-36:job-43) Trying to find a potenial host and
>> >>>>>associated
>> >>>>> storage pools from the suitable host/pool lists for this VM
>> >>>>> 2013-04-07 00:32:15,527 DEBUG [cloud.deploy.FirstFitPlanner]
>> >>>>> (Job-Executor-36:job-43) Checking if host: 6 can access any suitable
>> >>>>> storage pool for volume: ROOT
>> >>>>> 2013-04-07 00:32:15,529 DEBUG [cloud.deploy.FirstFitPlanner]
>> >>>>> (Job-Executor-36:job-43) Host: 6 can access pool: 257
>> >>>>> 2013-04-07 00:32:15,529 DEBUG [cloud.deploy.FirstFitPlanner]
>> >>>>> (Job-Executor-36:job-43) Found a potential host id: 6 name:
>> >>>>>Tut-XenServer
>> >>>>> and associated storage pools for this VM
>> >>>>> 2013-04-07 00:32:15,530 DEBUG [cloud.deploy.FirstFitPlanner]
>> >>>>> (Job-Executor-36:job-43) Returning Deployment Destination:
>> >>>>>
>>
>> >>>>>Dest[Zone(Id)-Pod(Id)-Cluster(Id)-Host(Id)-Storage(Volume(Id|Type-->Po
>> >>>>>o
>> >>>>>l
>> >>>>>(
>> >>>>>Id))]
>> >>>>> :
>> >>>>>
>>
>> >>>>>Dest[Zone(1)-Pod(1)-Cluster(2)-Host(6)-Storage(Volume(13|ROOT-->Pool(2
>> >>>>>5
>> >>>>>7
>> >>>>>)
>> >>>>>)]
>> >>>>> 2013-04-07 00:32:15,530 DEBUG [cloud.vm.VirtualMachineManagerImpl]
>> >>>>> (Job-Executor-36:job-43) Deployment found  -
>> >>>>> P0=VM[User|94ddc16f-04fc-4da1-8326-01d8d5cdeb44],
>> >>>>>
>>
>> >>>>>P0=Dest[Zone(Id)-Pod(Id)-Cluster(Id)-Host(Id)-Storage(Volume(Id|Type--
>> >>>>>>
>> >>>>>P
>> >>>>>o
>> >>>>>ol(Id))]
>> >>>>> :
>> >>>>>
>>
>> >>>>>Dest[Zone(1)-Pod(1)-Cluster(2)-Host(6)-Storage(Volume(13|ROOT-->Pool(2
>> >>>>>5
>> >>>>>7
>> >>>>>)
>> >>>>>)]
>> >>>>> 2013-04-07 00:32:15,535 DEBUG [cloud.capacity.CapacityManagerImpl]
>> >>>>> (Job-Executor-36:job-43) VM state transitted from :Starting to
>> >>>>>Starting
>> >>>>> with event: OperationRetryvm's original host id: null new host id: 6
>> >>>>>host
>> >>>>> id before state transition: null
>> >>>>> 2013-04-07 00:32:15,551 DEBUG [cloud.capacity.CapacityManagerImpl]
>> >>>>> (Job-Executor-36:job-43) Hosts's actual total CPU: 2382 and CPU
>> after
>> >>>>> applying overprovisioning: 2382
>> >>>>> 2013-04-07 00:32:15,551 DEBUG [cloud.capacity.CapacityManagerImpl]
>> >>>>> (Job-Executor-36:job-43) We are allocating VM, increasing the used
>> >>>>>capacity
>> >>>>> of this host:6
>> >>>>> 2013-04-07 00:32:15,552 DEBUG [cloud.capacity.CapacityManagerImpl]
>> >>>>> (Job-Executor-36:job-43) Current Used CPU: 100 , Free CPU:2282
>> >>>>>,Requested
>> >>>>> CPU: 100
>> >>>>> 2013-04-07 00:32:15,552 DEBUG [cloud.capacity.CapacityManagerImpl]
>> >>>>> (Job-Executor-36:job-43) Current Used RAM: 104857600 , Free
>> >>>>>RAM:1566837824
>> >>>>> ,Requested RAM: 1073741824
>> >>>>> 2013-04-07 00:32:15,552 DEBUG [cloud.capacity.CapacityManagerImpl]
>> >>>>> (Job-Executor-36:job-43) CPU STATS after allocation: for host: 6,
>> old
>> >>>>>used:
>> >>>>> 100, old reserved: 0, actual total: 2382, total with
>> >>>>>overprovisioning:
>> >>>>> 2382; new used:200, reserved:0; requested
>> >>>>>cpu:100,alloc_from_last:false
>> >>>>> 2013-04-07 00:32:15,552 DEBUG [cloud.capacity.CapacityManagerImpl]
>> >>>>> (Job-Executor-36:job-43) RAM STATS after allocation: for host: 6,
>> old
>> >>>>>used:
>> >>>>> 104857600, old reserved: 0, total: 1671695424; new used: 1178599424,
>> >>>>> reserved: 0; requested mem: 1073741824,alloc_from_last:false
>> >>>>> 2013-04-07 00:32:15,555 DEBUG [cloud.vm.VirtualMachineManagerImpl]
>> >>>>> (Job-Executor-36:job-43) VM is being created in podId: 1
>> >>>>> 2013-04-07 00:32:15,559 DEBUG [cloud.network.NetworkManagerImpl]
>> >>>>> (Job-Executor-36:job-43) Lock is acquired for network id 204 as a
>> >>>>>part
>> >>>>>of
>> >>>>> network implement
>> >>>>> 2013-04-07 00:32:15,559 DEBUG [cloud.network.NetworkManagerImpl]
>> >>>>> (Job-Executor-36:job-43) Network id=204 is already implemented
>> >>>>> 2013-04-07 00:32:15,560 DEBUG [cloud.network.NetworkManagerImpl]
>> >>>>> (Job-Executor-36:job-43) Lock is released for network id 204 as a
>> >>>>>part
>> >>>>>of
>> >>>>> network implement
>> >>>>> 2013-04-07 00:32:15,592 DEBUG [cloud.network.NetworkManagerImpl]
>> >>>>> (Job-Executor-36:job-43) Changing active number of nics for network
>> >>>>>id=204
>> >>>>> on 1
>> >>>>> 2013-04-07 00:32:15,594 DEBUG [cloud.network.NetworkManagerImpl]
>> >>>>> (Job-Executor-36:job-43) Asking ElasticLoadBalancerElement to
>> prepare
>> >>>>>for
>> >>>>> Nic[19-13-a8349669-6ff2-443f-88d3-c5d69100df3a-192.168.56.146]
>> >>>>> 2013-04-07 00:32:15,600 DEBUG [cloud.network.NetworkManagerImpl]
>> >>>>> (Job-Executor-36:job-43) Asking NiciraNvpElement to prepare for
>> >>>>> Nic[19-13-a8349669-6ff2-443f-88d3-c5d69100df3a-192.168.56.146]
>> >>>>> 2013-04-07 00:32:15,600 DEBUG [network.element.NiciraNvpElement]
>> >>>>> (Job-Executor-36:job-43) Checking if NiciraNvpElement can handle
>> >>>>>service
>> >>>>> Connectivity on network guestNetworkForBasicZone
>> >>>>> 2013-04-07 00:32:15,606 DEBUG [cloud.network.NetworkManagerImpl]
>> >>>>> (Job-Executor-36:job-43) Asking BigSwitchVnsElement to prepare for
>> >>>>> Nic[19-13-a8349669-6ff2-443f-88d3-c5d69100df3a-192.168.56.146]
>> >>>>> 2013-04-07 00:32:15,606 DEBUG [network.element.BigSwitchVnsElement]
>> >>>>> (Job-Executor-36:job-43) Checking if BigSwitchVnsElement can handle
>> >>>>>service
>> >>>>> Connectivity on network guestNetworkForBasicZone
>> >>>>> 2013-04-07 00:32:15,612 DEBUG [cloud.network.NetworkManagerImpl]
>> >>>>> (Job-Executor-36:job-43) Asking Ovs to prepare for
>> >>>>> Nic[19-13-a8349669-6ff2-443f-88d3-c5d69100df3a-192.168.56.146]
>> >>>>> 2013-04-07 00:32:15,612 DEBUG [cloud.network.NetworkManagerImpl]
>> >>>>> (Job-Executor-36:job-43) Asking BareMetalDhcp to prepare for
>> >>>>> Nic[19-13-a8349669-6ff2-443f-88d3-c5d69100df3a-192.168.56.146]
>> >>>>> 2013-04-07 00:32:15,617 DEBUG [cloud.network.NetworkManagerImpl]
>> >>>>> (Job-Executor-36:job-43) Asking BareMetalPxe to prepare for
>> >>>>> Nic[19-13-a8349669-6ff2-443f-88d3-c5d69100df3a-192.168.56.146]
>> >>>>> 2013-04-07 00:32:15,623 DEBUG [cloud.network.NetworkManagerImpl]
>> >>>>> (Job-Executor-36:job-43) Asking BareMetalUserdata to prepare for
>> >>>>> Nic[19-13-a8349669-6ff2-443f-88d3-c5d69100df3a-192.168.56.146]
>> >>>>> 2013-04-07 00:32:15,629 DEBUG [cloud.network.NetworkManagerImpl]
>> >>>>> (Job-Executor-36:job-43) Asking SecurityGroupProvider to prepare for
>> >>>>> Nic[19-13-a8349669-6ff2-443f-88d3-c5d69100df3a-192.168.56.146]
>> >>>>> 2013-04-07 00:32:15,637 DEBUG [cloud.network.NetworkManagerImpl]
>> >>>>> (Job-Executor-36:job-43) Asking VirtualRouter to prepare for
>> >>>>> Nic[19-13-a8349669-6ff2-443f-88d3-c5d69100df3a-192.168.56.146]
>> >>>>> 2013-04-07 00:32:15,653 DEBUG
>> >>>>> [network.router.VirtualNetworkApplianceManagerImpl]
>> >>>>> (Job-Executor-36:job-43) Lock is acquired for network id 204 as a
>> >>>>>part
>> >>>>>of
>> >>>>> router startup in
>> >>>>>
>>
>> >>>>>Dest[Zone(Id)-Pod(Id)-Cluster(Id)-Host(Id)-Storage(Volume(Id|Type-->Po
>> >>>>>o
>> >>>>>l
>> >>>>>(
>> >>>>>Id))]
>> >>>>> :
>> >>>>>
>>
>> >>>>>Dest[Zone(1)-Pod(1)-Cluster(2)-Host(6)-Storage(Volume(13|ROOT-->Pool(2
>> >>>>>5
>> >>>>>7
>> >>>>>)
>> >>>>>)]
>> >>>>> 2013-04-07 00:32:15,657 DEBUG
>> >>>>> [network.router.VirtualNetworkApplianceManagerImpl]
>> >>>>> (Job-Executor-36:job-43) Skipping VR deployment: Found a running or
>> >>>>> starting VR in Pod null id=1
>> >>>>> 2013-04-07 00:32:15,658 DEBUG
>> >>>>> [network.router.VirtualNetworkApplianceManagerImpl]
>> >>>>> (Job-Executor-36:job-43) Lock is released for network id 204 as a
>> >>>>>part
>> >>>>>of
>> >>>>> router startup in
>> >>>>>
>>
>> >>>>>Dest[Zone(Id)-Pod(Id)-Cluster(Id)-Host(Id)-Storage(Volume(Id|Type-->Po
>> >>>>>o
>> >>>>>l
>> >>>>>(
>> >>>>>Id))]
>> >>>>> :
>> >>>>>
>>
>> >>>>>Dest[Zone(1)-Pod(1)-Cluster(2)-Host(6)-Storage(Volume(13|ROOT-->Pool(2
>> >>>>>5
>> >>>>>7
>> >>>>>)
>> >>>>>)]
>> >>>>> 2013-04-07 00:32:15,674 DEBUG
>> >>>>> [network.router.VirtualNetworkApplianceManagerImpl]
>> >>>>> (Job-Executor-36:job-43) Applying dhcp entry in network
>> >>>>>Ntwk[204|Guest|6]
>> >>>>> 2013-04-07 00:32:15,706 DEBUG [agent.transport.Request]
>> >>>>> (Job-Executor-36:job-43) Seq 6-324993305: Sending  { Cmd , MgmtId:
>> 1,
>> >>>>>via:
>> >>>>> 6, Ver: v1, Flags: 100111,
>> >>>>>
>>
>> >>>>>[{"routing.DhcpEntryCommand":{"vmMac":"06:06:fe:00:00:44","vmIpAddress
>> >>>>>"
>> >>>>>:
>> >>>>>"
>>
>> >>>>>192.168.56.146","vmName":"94ddc16f-04fc-4da1-8326-01d8d5cdeb44","defau
>> >>>>>l
>> >>>>>t
>> >>>>>R
>>
>> >>>>>outer":"192.168.56.1","defaultDns":"192.168.56.102","duid":"00:03:00:0
>> >>>>>1
>> >>>>>:
>> >>>>>0
>>
>> >>>>>6:06:fe:00:00:44","accessDetails":{"router.guest.ip":"192.168.56.102",
>> >>>>>"
>> >>>>>z
>> >>>>>o
>> >>>>>ne.network.type":"Basic","
>> >>>>> router.name":"r-4-VM","router.ip":"169.254.1.168"},"wait":0}}] }
>> >>>>> 2013-04-07 00:32:15,706 DEBUG [agent.transport.Request]
>> >>>>> (Job-Executor-36:job-43) Seq 6-324993305: Executing:  { Cmd ,
>> MgmtId:
>> >>>>>1,
>> >>>>> via: 6, Ver: v1, Flags: 100111,
>> >>>>>
>>
>> >>>>>[{"routing.DhcpEntryCommand":{"vmMac":"06:06:fe:00:00:44","vmIpAddress
>> >>>>>"
>> >>>>>:
>> >>>>>"
>>
>> >>>>>192.168.56.146","vmName":"94ddc16f-04fc-4da1-8326-01d8d5cdeb44","defau
>> >>>>>l
>> >>>>>t
>> >>>>>R
>>
>> >>>>>outer":"192.168.56.1","defaultDns":"192.168.56.102","duid":"00:03:00:0
>> >>>>>1
>> >>>>>:
>> >>>>>0
>>
>> >>>>>6:06:fe:00:00:44","accessDetails":{"router.guest.ip":"192.168.56.102",
>> >>>>>"
>> >>>>>z
>> >>>>>o
>> >>>>>ne.network.type":"Basic","
>> >>>>> router.name":"r-4-VM","router.ip":"169.254.1.168"},"wait":0}}] }
>> >>>>> 2013-04-07 00:32:15,706 DEBUG [agent.manager.DirectAgentAttache]
>> >>>>> (DirectAgent-89:null) Seq 6-324993305: Executing request
>> >>>>> 2013-04-07 00:32:18,273 DEBUG [agent.manager.DirectAgentAttache]
>> >>>>> (DirectAgent-89:null) Seq 6-324993305: Response Received:
>> >>>>> 2013-04-07 00:32:18,273 DEBUG [agent.transport.Request]
>> >>>>> (DirectAgent-89:null) Seq 6-324993305: Processing:  { Ans: , MgmtId:
>> >>>>>1,
>> >>>>> via: 6, Ver: v1, Flags: 110, [{"Answer":{"result":true,"wait":0}}] }
>> >>>>> 2013-04-07 00:32:18,273 DEBUG [agent.manager.AgentAttache]
>> >>>>> (DirectAgent-89:null) Seq 6-324993305: No more commands found
>> >>>>> 2013-04-07 00:32:18,273 DEBUG [agent.transport.Request]
>> >>>>> (Job-Executor-36:job-43) Seq 6-324993305: Received:  { Ans: ,
>> MgmtId:
>> >>>>>1,
>> >>>>> via: 6, Ver: v1, Flags: 110, { Answer } }
>> >>>>> 2013-04-07 00:32:18,286 DEBUG
>> >>>>> [network.router.VirtualNetworkApplianceManagerImpl]
>> >>>>> (Job-Executor-36:job-43) Applying userdata and password entry in
>> >>>>>network
>> >>>>> Ntwk[204|Guest|6]
>> >>>>> 2013-04-07 00:32:18,303 DEBUG [agent.transport.Request]
>> >>>>> (Job-Executor-36:job-43) Seq 6-324993306: Sending  { Cmd , MgmtId:
>> 1,
>> >>>>>via:
>> >>>>> 6, Ver: v1, Flags: 100111,
>> >>>>>
>>
>> >>>>>[{"routing.SavePasswordCommand":{"password":"fnirq_cnffjbeq","vmIpAddr
>> >>>>>e
>> >>>>>s
>> >>>>>s
>>
>> >>>>>":"192.168.56.146","vmName":"94ddc16f-04fc-4da1-8326-01d8d5cdeb44","ac
>> >>>>>c
>> >>>>>e
>> >>>>>s
>>
>> >>>>>sDetails":{"router.guest.ip":"192.168.56.102","zone.network.type":"Bas
>> >>>>>i
>> >>>>>c
>> >>>>>"
>> >>>>>,"router.ip":"169.254.1.168","
>> >>>>> router.name
>> >>>>>
>>
>> >>>>>":"r-4-VM"},"wait":0}},{"routing.VmDataCommand":{"vmIpAddress":"192.16
>> >>>>>8
>> >>>>>.
>> >>>>>5
>>
>> >>>>>6.146","vmName":"94ddc16f-04fc-4da1-8326-01d8d5cdeb44","accessDetails"
>> >>>>>:
>> >>>>>{
>> >>>>>"
>>
>> >>>>>router.guest.ip":"192.168.56.102","zone.network.type":"Basic","router.
>> >>>>>i
>> >>>>>p
>> >>>>>"
>> >>>>>:"169.254.1.168","
>> >>>>> router.name":"r-4-VM"},"wait":0}}] }
>> >>>>> 2013-04-07 00:32:18,304 DEBUG [agent.transport.Request]
>> >>>>> (Job-Executor-36:job-43) Seq 6-324993306: Executing:  { Cmd ,
>> MgmtId:
>> >>>>>1,
>> >>>>> via: 6, Ver: v1, Flags: 100111,
>> >>>>>
>>
>> >>>>>[{"routing.SavePasswordCommand":{"password":"fnirq_cnffjbeq","vmIpAddr
>> >>>>>e
>> >>>>>s
>> >>>>>s
>>
>> >>>>>":"192.168.56.146","vmName":"94ddc16f-04fc-4da1-8326-01d8d5cdeb44","ac
>> >>>>>c
>> >>>>>e
>> >>>>>s
>>
>> >>>>>sDetails":{"router.guest.ip":"192.168.56.102","zone.network.type":"Bas
>> >>>>>i
>> >>>>>c
>> >>>>>"
>> >>>>>,"router.ip":"169.254.1.168","
>> >>>>> router.name
>> >>>>>
>>
>> >>>>>":"r-4-VM"},"wait":0}},{"routing.VmDataCommand":{"vmIpAddress":"192.16
>> >>>>>8
>> >>>>>.
>> >>>>>5
>>
>> >>>>>6.146","vmName":"94ddc16f-04fc-4da1-8326-01d8d5cdeb44","accessDetails"
>> >>>>>:
>> >>>>>{
>> >>>>>"
>>
>> >>>>>router.guest.ip":"192.168.56.102","zone.network.type":"Basic","router.
>> >>>>>i
>> >>>>>p
>> >>>>>"
>> >>>>>:"169.254.1.168","
>> >>>>> router.name":"r-4-VM"},"wait":0}}] }
>> >>>>> 2013-04-07 00:32:18,304 DEBUG [agent.manager.DirectAgentAttache]
>> >>>>> (DirectAgent-20:null) Seq 6-324993306: Executing request
>> >>>>> 2013-04-07 00:32:18,391 DEBUG [cloud.api.ApiServlet]
>> >>>>> (1161145101@qtp-1008805148-33:null) ===START===  127.0.0.1 -- GET
>> >>>>>
>>
>> >>>>>command=queryAsyncJobResult&jobId=00aeb7f7-459c-477e-a0a1-5d9262bc583a
>> >>>>>&
>> >>>>>r
>> >>>>>e
>> >>>>>sponse=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316338388
>> >>>>> 2013-04-07 00:32:18,412 DEBUG [cloud.api.ApiServlet]
>> >>>>> (1161145101@qtp-1008805148-33:null) ===END===  127.0.0.1 -- GET
>> >>>>>
>>
>> >>>>>command=queryAsyncJobResult&jobId=00aeb7f7-459c-477e-a0a1-5d9262bc583a
>> >>>>>&
>> >>>>>r
>> >>>>>e
>> >>>>>sponse=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316338388
>> >>>>> 2013-04-07 00:32:20,452 DEBUG
>> >>>>> [storage.secondary.SecondaryStorageManagerImpl] (secstorage-1:null)
>> >>>>>Zone 1
>> >>>>> is ready to launch secondary storage VM
>> >>>>> 2013-04-07 00:32:20,554 DEBUG
>> >>>>>[cloud.consoleproxy.ConsoleProxyManagerImpl]
>> >>>>> (consoleproxy-1:null) Zone 1 is ready to launch console proxy
>> >>>>> 2013-04-07 00:32:20,819 DEBUG
>> >>>>> [network.router.VirtualNetworkApplianceManagerImpl]
>> >>>>> (RouterStatusMonitor-1:null) Found 0 routers to update status.
>> >>>>> 2013-04-07 00:32:20,821 DEBUG
>> >>>>> [network.router.VirtualNetworkApplianceManagerImpl]
>> >>>>> (RouterStatusMonitor-1:null) Found 0 networks to update RvR status.
>> >>>>> 2013-04-07 00:32:20,851 DEBUG
>> >>>>> [network.router.VirtualNetworkApplianceManagerImpl]
>> >>>>> (RouterStatusMonitor-1:null) Found 0 routers to update status.
>> >>>>> 2013-04-07 00:32:20,852 DEBUG
>> >>>>> [network.router.VirtualNetworkApplianceManagerImpl]
>> >>>>> (RouterStatusMonitor-1:null) Found 0 networks to update RvR status.
>> >>>>> 2013-04-07 00:32:21,391 DEBUG [cloud.api.ApiServlet]
>> >>>>> (1161145101@qtp-1008805148-33:null) ===START===  127.0.0.1 -- GET
>> >>>>>
>>
>> >>>>>command=queryAsyncJobResult&jobId=00aeb7f7-459c-477e-a0a1-5d9262bc583a
>> >>>>>&
>> >>>>>r
>> >>>>>e
>> >>>>>sponse=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316341388
>> >>>>> 2013-04-07 00:32:21,408 DEBUG [cloud.api.ApiServlet]
>> >>>>> (1161145101@qtp-1008805148-33:null) ===END===  127.0.0.1 -- GET
>> >>>>>
>>
>> >>>>>command=queryAsyncJobResult&jobId=00aeb7f7-459c-477e-a0a1-5d9262bc583a
>> >>>>>&
>> >>>>>r
>> >>>>>e
>> >>>>>sponse=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316341388
>> >>>>> 2013-04-07 00:32:24,392 DEBUG [cloud.api.ApiServlet]
>> >>>>> (1161145101@qtp-1008805148-33:null) ===START===  127.0.0.1 -- GET
>> >>>>>
>>
>> >>>>>command=queryAsyncJobResult&jobId=00aeb7f7-459c-477e-a0a1-5d9262bc583a
>> >>>>>&
>> >>>>>r
>> >>>>>e
>> >>>>>sponse=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316344390
>> >>>>> 2013-04-07 00:32:24,407 DEBUG [cloud.api.ApiServlet]
>> >>>>> (1161145101@qtp-1008805148-33:null) ===END===  127.0.0.1 -- GET
>> >>>>>
>>
>> >>>>>command=queryAsyncJobResult&jobId=00aeb7f7-459c-477e-a0a1-5d9262bc583a
>> >>>>>&
>> >>>>>r
>> >>>>>e
>> >>>>>sponse=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316344390
>> >>>>> 2013-04-07 00:32:24,892 DEBUG [agent.manager.AgentManagerImpl]
>> >>>>> (AgentManager-Handler-11:null) Ping from 4
>> >>>>> 2013-04-07 00:32:27,183 DEBUG [agent.manager.DirectAgentAttache]
>> >>>>> (DirectAgent-273:null) Ping from 1
>> >>>>> 2013-04-07 00:32:27,392 DEBUG [cloud.api.ApiServlet]
>> >>>>> (1161145101@qtp-1008805148-33:null) ===START===  127.0.0.1 -- GET
>> >>>>>
>>
>> >>>>>command=queryAsyncJobResult&jobId=00aeb7f7-459c-477e-a0a1-5d9262bc583a
>> >>>>>&
>> >>>>>r
>> >>>>>e
>> >>>>>sponse=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316347390
>> >>>>> 2013-04-07 00:32:27,407 DEBUG [cloud.api.ApiServlet]
>> >>>>> (1161145101@qtp-1008805148-33:null) ===END===  127.0.0.1 -- GET
>> >>>>>
>>
>> >>>>>command=queryAsyncJobResult&jobId=00aeb7f7-459c-477e-a0a1-5d9262bc583a
>> >>>>>&
>> >>>>>r
>> >>>>>e
>> >>>>>sponse=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316347390
>> >>>>> 2013-04-07 00:32:29,095 DEBUG [agent.manager.DirectAgentAttache]
>> >>>>> (DirectAgent-131:null) Seq 1-90046472: Executing request
>> >>>>> 2013-04-07 00:32:29,345 DEBUG [agent.manager.DirectAgentAttache]
>> >>>>> (DirectAgent-131:null) Seq 1-90046472: Response Received:
>> >>>>> 2013-04-07 00:32:29,345 DEBUG [agent.transport.Request]
>> >>>>> (DirectAgent-131:null) Seq 1-90046472: Processing:  { Ans: , MgmtId:
>> >>>>>1,
>> >>>>> via: 1, Ver: v1, Flags: 10,
>> >>>>>
>>
>> >>>>>[{"ClusterSyncAnswer":{"_clusterId":1,"_newStates":{},"_isExecuted":fa
>> >>>>>l
>> >>>>>s
>> >>>>>e
>> >>>>>,"result":true,"wait":0}}]
>> >>>>> }
>> >>>>> 2013-04-07 00:32:30,393 DEBUG [cloud.api.ApiServlet]
>> >>>>> (1161145101@qtp-1008805148-33:null) ===START===  127.0.0.1 -- GET
>> >>>>>
>>
>> >>>>>command=queryAsyncJobResult&jobId=00aeb7f7-459c-477e-a0a1-5d9262bc583a
>> >>>>>&
>> >>>>>r
>> >>>>>e
>> >>>>>sponse=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316350391
>> >>>>> 2013-04-07 00:32:30,408 DEBUG [cloud.api.ApiServlet]
>> >>>>> (1161145101@qtp-1008805148-33:null) ===END===  127.0.0.1 -- GET
>> >>>>>
>>
>> >>>>>command=queryAsyncJobResult&jobId=00aeb7f7-459c-477e-a0a1-5d9262bc583a
>> >>>>>&
>> >>>>>r
>> >>>>>e
>> >>>>>sponse=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316350391
>> >>>>> 2013-04-07 00:32:32,146 DEBUG [agent.manager.DirectAgentAttache]
>> >>>>> (DirectAgent-20:null) Seq 6-324993306: Response Received:
>> >>>>> 2013-04-07 00:32:32,146 DEBUG [agent.transport.Request]
>> >>>>> (DirectAgent-20:null) Seq 6-324993306: Processing:  { Ans: , MgmtId:
>> >>>>>1,
>> >>>>> via: 6, Ver: v1, Flags: 110,
>> >>>>>
>>
>> >>>>>[{"Answer":{"result":true,"wait":0}},{"Answer":{"result":true,"wait":0
>> >>>>>}
>> >>>>>}
>> >>>>>]
>> >>>>> }
>> >>>>> 2013-04-07 00:32:32,146 DEBUG [agent.manager.AgentAttache]
>> >>>>> (DirectAgent-20:null) Seq 6-324993306: No more commands found
>> >>>>> 2013-04-07 00:32:32,146 DEBUG [agent.transport.Request]
>> >>>>> (Job-Executor-36:job-43) Seq 6-324993306: Received:  { Ans: ,
>> MgmtId:
>> >>>>>1,
>> >>>>> via: 6, Ver: v1, Flags: 110, { Answer, Answer } }
>> >>>>> 2013-04-07 00:32:32,146 DEBUG [cloud.network.NetworkManagerImpl]
>> >>>>> (Job-Executor-36:job-43) Asking VpcVirtualRouter to prepare for
>> >>>>> Nic[19-13-a8349669-6ff2-443f-88d3-c5d69100df3a-192.168.56.146]
>> >>>>> 2013-04-07 00:32:32,146 WARN
>> >>>>>[network.element.VpcVirtualRouterElement]
>> >>>>> (Job-Executor-36:job-43) Network Ntwk[204|Guest|6] is not associated
>> >>>>>with
>> >>>>> any VPC
>> >>>>> 2013-04-07 00:32:32,151 DEBUG [cloud.network.NetworkManagerImpl]
>> >>>>> (Job-Executor-36:job-43) Asking NiciraNvp to prepare for
>> >>>>> Nic[19-13-a8349669-6ff2-443f-88d3-c5d69100df3a-192.168.56.146]
>> >>>>> 2013-04-07 00:32:32,151 DEBUG [network.element.NiciraNvpElement]
>> >>>>> (Job-Executor-36:job-43) Checking if NiciraNvpElement can handle
>> >>>>>service
>> >>>>> Connectivity on network guestNetworkForBasicZone
>> >>>>> 2013-04-07 00:32:32,154 DEBUG [cloud.network.NetworkManagerImpl]
>> >>>>> (Job-Executor-36:job-43) Asking JuniperSRX to prepare for
>> >>>>> Nic[19-13-a8349669-6ff2-443f-88d3-c5d69100df3a-192.168.56.146]
>> >>>>> 2013-04-07 00:32:32,157 DEBUG [cloud.network.NetworkManagerImpl]
>> >>>>> (Job-Executor-36:job-43) Asking Netscaler to prepare for
>> >>>>> Nic[19-13-a8349669-6ff2-443f-88d3-c5d69100df3a-192.168.56.146]
>> >>>>> 2013-04-07 00:32:32,160 DEBUG [cloud.network.NetworkManagerImpl]
>> >>>>> (Job-Executor-36:job-43) Asking F5BigIP to prepare for
>> >>>>> Nic[19-13-a8349669-6ff2-443f-88d3-c5d69100df3a-192.168.56.146]
>> >>>>> 2013-04-07 00:32:32,164 DEBUG [cloud.network.NetworkManagerImpl]
>> >>>>> (Job-Executor-36:job-43) Asking CiscoNexus1000vVSM to prepare for
>> >>>>> Nic[19-13-a8349669-6ff2-443f-88d3-c5d69100df3a-192.168.56.146]
>> >>>>> 2013-04-07 00:32:32,168 DEBUG [cloud.storage.StorageManagerImpl]
>> >>>>> (Job-Executor-36:job-43) Checking if we need to prepare 1 volumes
>> for
>> >>>>> VM[User|94ddc16f-04fc-4da1-8326-01d8d5cdeb44]
>> >>>>> 2013-04-07 00:32:32,169 DEBUG [cloud.storage.StorageManagerImpl]
>> >>>>> (Job-Executor-36:job-43) Creating volume: Vol[13|vm=13|ROOT]
>> >>>>> 2013-04-07 00:32:32,170 DEBUG [cloud.storage.StorageManagerImpl]
>> >>>>> (Job-Executor-36:job-43) Trying to create in Pool[257|PreSetup]
>> >>>>> 2013-04-07 00:32:32,175 DEBUG [cloud.template.TemplateManagerImpl]
>> >>>>> (Job-Executor-36:job-43) Template 5 has already been downloaded to
>> >>>>>pool
>> >>>>>257
>> >>>>> 2013-04-07 00:32:32,179 DEBUG [agent.transport.Request]
>> >>>>> (Job-Executor-36:job-43) Seq 6-324993307: Sending  { Cmd , MgmtId:
>> 1,
>> >>>>>via:
>> >>>>> 6, Ver: v1, Flags: 100111,
>> >>>>>
>>
>> >>>>>[{"storage.CreateCommand":{"volId":13,"pool":{"id":257,"uuid":"iSCSI_S
>> >>>>>R
>> >>>>>_
>> >>>>>3
>>
>> >>>>>","host":"192.168.56.9","path":"/iSCSI_SR_3","port":0,"type":"PreSetup
>> >>>>>"
>> >>>>>}
>> >>>>>,
>>
>> >>>>>"diskCharacteristics":{"size":52428800,"tags":["iSCSI_SR_4"],"type":"R
>> >>>>>O
>> >>>>>O
>> >>>>>T
>>
>> >>>>>","name":"ROOT-13","useLocalStorage":false,"recreatable":true,"diskOff
>> >>>>>e
>> >>>>>r
>> >>>>>i
>>
>> >>>>>ngId":38,"volumeId":13,"hyperType":"XenServer"},"templateUrl":"a841492
>> >>>>>6
>> >>>>>-
>> >>>>>8
>> >>>>>1d6-4b54-9b4b-feb498489df0","wait":0}}]
>> >>>>> }
>> >>>>> 2013-04-07 00:32:32,180 DEBUG [agent.transport.Request]
>> >>>>> (Job-Executor-36:job-43) Seq 6-324993307: Executing:  { Cmd ,
>> MgmtId:
>> >>>>>1,
>> >>>>> via: 6, Ver: v1, Flags: 100111,
>> >>>>>
>>
>> >>>>>[{"storage.CreateCommand":{"volId":13,"pool":{"id":257,"uuid":"iSCSI_S
>> >>>>>R
>> >>>>>_
>> >>>>>3
>>
>> >>>>>","host":"192.168.56.9","path":"/iSCSI_SR_3","port":0,"type":"PreSetup
>> >>>>>"
>> >>>>>}
>> >>>>>,
>>
>> >>>>>"diskCharacteristics":{"size":52428800,"tags":["iSCSI_SR_4"],"type":"R
>> >>>>>O
>> >>>>>O
>> >>>>>T
>>
>> >>>>>","name":"ROOT-13","useLocalStorage":false,"recreatable":true,"diskOff
>> >>>>>e
>> >>>>>r
>> >>>>>i
>>
>> >>>>>ngId":38,"volumeId":13,"hyperType":"XenServer"},"templateUrl":"a841492
>> >>>>>6
>> >>>>>-
>> >>>>>8
>> >>>>>1d6-4b54-9b4b-feb498489df0","wait":0}}]
>> >>>>> }
>> >>>>> 2013-04-07 00:32:32,180 DEBUG [agent.manager.DirectAgentAttache]
>> >>>>> (DirectAgent-59:null) Seq 6-324993307: Executing request
>> >>>>> 2013-04-07 00:32:32,265 DEBUG [xen.resource.CitrixResourceBase]
>> >>>>> (DirectAgent-59:null) SR retrieved for iSCSI_SR_3
>> >>>>> 2013-04-07 00:32:32,276 DEBUG [xen.resource.CitrixResourceBase]
>> >>>>> (DirectAgent-59:null) Checking iSCSI_SR_3 or SR
>> >>>>> fe8ca696-22f5-ba1f-af68-7c3cf5a3cb39 on
>> >>>>> XS[f7a017da-3064-456a-89cd-28ee9e2d36b3-192.168.56.9]
>> >>>>> 2013-04-07 00:32:33,395 DEBUG [cloud.api.ApiServlet]
>> >>>>> (1161145101@qtp-1008805148-33:null) ===START===  127.0.0.1 -- GET
>> >>>>>
>>
>> >>>>>command=queryAsyncJobResult&jobId=00aeb7f7-459c-477e-a0a1-5d9262bc583a
>> >>>>>&
>> >>>>>r
>> >>>>>e
>> >>>>>sponse=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316353392
>> >>>>> 2013-04-07 00:32:33,419 DEBUG [cloud.api.ApiServlet]
>> >>>>> (1161145101@qtp-1008805148-33:null) ===END===  127.0.0.1 -- GET
>> >>>>>
>>
>> >>>>>command=queryAsyncJobResult&jobId=00aeb7f7-459c-477e-a0a1-5d9262bc583a
>> >>>>>&
>> >>>>>r
>> >>>>>e
>> >>>>>sponse=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316353392
>> >>>>> 2013-04-07 00:32:34,687 DEBUG [xen.resource.CitrixResourceBase]
>> >>>>> (DirectAgent-59:null) Succesfully created VDI for
>> >>>>> com.cloud.agent.api.storage.CreateCommand.  Uuid =
>> >>>>> 99154d9c-2665-465d-8c71-e60f1748895b
>> >>>>> 2013-04-07 00:32:34,687 DEBUG [agent.manager.DirectAgentAttache]
>> >>>>> (DirectAgent-59:null) Seq 6-324993307: Response Received:
>> >>>>> 2013-04-07 00:32:34,688 DEBUG [agent.transport.Request]
>> >>>>> (DirectAgent-59:null) Seq 6-324993307: Processing:  { Ans: , MgmtId:
>> >>>>>1,
>> >>>>> via: 6, Ver: v1, Flags: 110,
>> >>>>>
>>
>> >>>>>[{"storage.CreateAnswer":{"volume":{"id":13,"name":"ROOT-13","mountPoi
>> >>>>>n
>> >>>>>t
>> >>>>>"
>>
>> >>>>>:"/iSCSI_SR_3","path":"99154d9c-2665-465d-8c71-e60f1748895b","size":52
>> >>>>>4
>> >>>>>2
>> >>>>>8
>>
>> >>>>>800,"type":"ROOT","storagePoolType":"PreSetup","storagePoolUuid":"iSCS
>> >>>>>I
>> >>>>>_
>> >>>>>S
>>
>> >>>>>R_3","deviceId":0},"requestTemplateReload":false,"result":true,"wait":
>> >>>>>0
>> >>>>>}
>> >>>>>}
>> >>>>>]
>> >>>>> }
>> >>>>> 2013-04-07 00:32:34,688 DEBUG [agent.transport.Request]
>> >>>>> (Job-Executor-36:job-43) Seq 6-324993307: Received:  { Ans: ,
>> MgmtId:
>> >>>>>1,
>> >>>>> via: 6, Ver: v1, Flags: 110, { CreateAnswer } }
>> >>>>> 2013-04-07 00:32:34,688 DEBUG [agent.manager.AgentAttache]
>> >>>>> (DirectAgent-59:null) Seq 6-324993307: No more commands found
>> >>>>> 2013-04-07 00:32:34,690 DEBUG [cloud.storage.StorageManagerImpl]
>> >>>>> (Job-Executor-36:job-43) Volume Vol[13|vm=13|ROOT] is created on
>> >>>>> Pool[257|PreSetup]
>> >>>>> 2013-04-07 00:32:34,701 DEBUG [agent.transport.Request]
>> >>>>> (Job-Executor-36:job-43) Seq 6-324993308: Sending  { Cmd , MgmtId:
>> 1,
>> >>>>>via:
>> >>>>> 6, Ver: v1, Flags: 100111,
>> >>>>>
>>
>> >>>>>[{"StartCommand":{"vm":{"id":13,"name":"i-2-13-VM","bootloader":"PyGru
>> >>>>>b
>> >>>>>"
>> >>>>>,
>>
>> >>>>>"type":"User","cpus":1,"speed":100,"minRam":1073741824,"maxRam":107374
>> >>>>>1
>> >>>>>8
>> >>>>>2
>> >>>>>4,"arch":"x86_64","os":"CentOS
>> >>>>> 5.3
>> >>>>>
>>
>> >>>>>(64-bit)","bootArgs":"","rebootOnCrash":false,"enableHA":false,"limitC
>> >>>>>p
>> >>>>>u
>> >>>>>U
>>
>> >>>>>se":false,"vncPassword":"2e91fc6d6f16609d","params":{},"uuid":"94ddc16
>> >>>>>f
>> >>>>>-
>> >>>>>0
>>
>> >>>>>4fc-4da1-8326-01d8d5cdeb44","disks":[{"id":13,"name":"ROOT-13","mountP
>> >>>>>o
>> >>>>>i
>> >>>>>n
>>
>> >>>>>t":"/iSCSI_SR_3","path":"99154d9c-2665-465d-8c71-e60f1748895b","size":
>> >>>>>5
>> >>>>>2
>> >>>>>4
>>
>> >>>>>28800,"type":"ROOT","storagePoolType":"PreSetup","storagePoolUuid":"iS
>> >>>>>C
>> >>>>>S
>> >>>>>I
>> >>>>>_SR_3","deviceId":0},{"id":13,"name":"tiny
>> >>>>>
>>
>> >>>>>Linux","size":0,"type":"ISO","storagePoolType":"ISO","deviceId":3}],"n
>> >>>>>i
>> >>>>>c
>> >>>>>s
>>
>> >>>>>":[{"deviceId":0,"networkRateMbps":200,"defaultNic":true,"uuid":"59b9a
>> >>>>>8
>> >>>>>a
>> >>>>>a
>>
>> >>>>>-c867-40b8-95bb-6e40273569c9","ip":"192.168.56.146","netmask":"255.255
>> >>>>>.
>> >>>>>2
>> >>>>>5
>>
>> >>>>>5.0","gateway":"192.168.56.1","mac":"06:06:fe:00:00:44","dns1":"8.8.8.
>> >>>>>8
>> >>>>>"
>> >>>>>,
>>
>> >>>>>"dns2":"4.4.4.4","broadcastType":"Native","type":"Guest","broadcastUri
>> >>>>>"
>> >>>>>:
>> >>>>>"
>>
>> >>>>>vlan://untagged","isolationUri":"ec2://untagged","isSecurityGroupEnabl
>> >>>>>e
>> >>>>>d
>> >>>>>"
>> >>>>>:true}]},"hostIp":"192.168.56.9","wait":0}}]
>> >>>>> }
>> >>>>> 2013-04-07 00:32:34,702 DEBUG [agent.transport.Request]
>> >>>>> (Job-Executor-36:job-43) Seq 6-324993308: Executing:  { Cmd ,
>> MgmtId:
>> >>>>>1,
>> >>>>> via: 6, Ver: v1, Flags: 100111,
>> >>>>>
>>
>> >>>>>[{"StartCommand":{"vm":{"id":13,"name":"i-2-13-VM","bootloader":"PyGru
>> >>>>>b
>> >>>>>"
>> >>>>>,
>>
>> >>>>>"type":"User","cpus":1,"speed":100,"minRam":1073741824,"maxRam":107374
>> >>>>>1
>> >>>>>8
>> >>>>>2
>> >>>>>4,"arch":"x86_64","os":"CentOS
>> >>>>> 5.3
>> >>>>>
>>
>> >>>>>(64-bit)","bootArgs":"","rebootOnCrash":false,"enableHA":false,"limitC
>> >>>>>p
>> >>>>>u
>> >>>>>U
>>
>> >>>>>se":false,"vncPassword":"2e91fc6d6f16609d","params":{},"uuid":"94ddc16
>> >>>>>f
>> >>>>>-
>> >>>>>0
>>
>> >>>>>4fc-4da1-8326-01d8d5cdeb44","disks":[{"id":13,"name":"ROOT-13","mountP
>> >>>>>o
>> >>>>>i
>> >>>>>n
>>
>> >>>>>t":"/iSCSI_SR_3","path":"99154d9c-2665-465d-8c71-e60f1748895b","size":
>> >>>>>5
>> >>>>>2
>> >>>>>4
>>
>> >>>>>28800,"type":"ROOT","storagePoolType":"PreSetup","storagePoolUuid":"iS
>> >>>>>C
>> >>>>>S
>> >>>>>I
>> >>>>>_SR_3","deviceId":0},{"id":13,"name":"tiny
>> >>>>>
>>
>> >>>>>Linux","size":0,"type":"ISO","storagePoolType":"ISO","deviceId":3}],"n
>> >>>>>i
>> >>>>>c
>> >>>>>s
>>
>> >>>>>":[{"deviceId":0,"networkRateMbps":200,"defaultNic":true,"uuid":"59b9a
>> >>>>>8
>> >>>>>a
>> >>>>>a
>>
>> >>>>>-c867-40b8-95bb-6e40273569c9","ip":"192.168.56.146","netmask":"255.255
>> >>>>>.
>> >>>>>2
>> >>>>>5
>>
>> >>>>>5.0","gateway":"192.168.56.1","mac":"06:06:fe:00:00:44","dns1":"8.8.8.
>> >>>>>8
>> >>>>>"
>> >>>>>,
>>
>> >>>>>"dns2":"4.4.4.4","broadcastType":"Native","type":"Guest","broadcastUri
>> >>>>>"
>> >>>>>:
>> >>>>>"
>>
>> >>>>>vlan://untagged","isolationUri":"ec2://untagged","isSecurityGroupEnabl
>> >>>>>e
>> >>>>>d
>> >>>>>"
>> >>>>>:true}]},"hostIp":"192.168.56.9","wait":0}}]
>> >>>>> }
>> >>>>> 2013-04-07 00:32:34,702 DEBUG [agent.manager.DirectAgentAttache]
>> >>>>> (DirectAgent-334:null) Seq 6-324993308: Executing request
>> >>>>> 2013-04-07 00:32:34,787 DEBUG [xen.resource.CitrixResourceBase]
>> >>>>> (DirectAgent-334:null) 1. The VM i-2-13-VM is in Starting state.
>> >>>>> 2013-04-07 00:32:34,862 DEBUG [xen.resource.XenServer56FP1Resource]
>> >>>>> (DirectAgent-334:null) Created VM
>> >>>>>f21a0243-f342-fd59-98d8-00ed89224305
>> >>>>>for
>> >>>>> i-2-13-VM
>> >>>>> 2013-04-07 00:32:34,912 DEBUG [xen.resource.CitrixResourceBase]
>> >>>>> (DirectAgent-334:null) VBD 6e16b739-13fb-1891-fc66-f786b8db522b
>> >>>>>created
>> >>>>>for
>> >>>>> Vol[13|ROOT|99154d9c-2665-465d-8c71-e60f1748895b|52428800]
>> >>>>> 2013-04-07 00:32:34,937 DEBUG [xen.resource.CitrixResourceBase]
>> >>>>> (DirectAgent-334:null) VBD f9ad291b-2a8d-4c81-94a5-ef8b8b38be8c
>> >>>>>created
>> >>>>>for
>> >>>>> Vol[13|ISO|null|0]
>> >>>>> 2013-04-07 00:32:34,937 DEBUG [xen.resource.CitrixResourceBase]
>> >>>>> (DirectAgent-334:null) Creating VIF for i-2-13-VM on nic
>> >>>>> [Nic:Guest-192.168.56.146-vlan://untagged]
>> >>>>> 2013-04-07 00:32:34,991 DEBUG [xen.resource.CitrixResourceBase]
>> >>>>> (DirectAgent-334:null) Created a vif
>> >>>>>bec5565a-8c80-48a1-3ea4-88971784ce3b
>> >>>>> on 0
>> >>>>> 2013-04-07 00:32:36,396 DEBUG [cloud.api.ApiServlet]
>> >>>>> (1161145101@qtp-1008805148-33:null) ===START===  127.0.0.1 -- GET
>> >>>>>
>>
>> >>>>>command=queryAsyncJobResult&jobId=00aeb7f7-459c-477e-a0a1-5d9262bc583a
>> >>>>>&
>> >>>>>r
>> >>>>>e
>> >>>>>sponse=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316356393
>> >>>>> 2013-04-07 00:32:36,418 DEBUG [cloud.api.ApiServlet]
>> >>>>> (1161145101@qtp-1008805148-33:null) ===END===  127.0.0.1 -- GET
>> >>>>>
>>
>> >>>>>command=queryAsyncJobResult&jobId=00aeb7f7-459c-477e-a0a1-5d9262bc583a
>> >>>>>&
>> >>>>>r
>> >>>>>e
>> >>>>>sponse=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316356393
>> >>>>> 2013-04-07 00:32:39,395 DEBUG [cloud.api.ApiServlet]
>> >>>>> (1161145101@qtp-1008805148-33:null) ===START===  127.0.0.1 -- GET
>> >>>>>
>>
>> >>>>>command=queryAsyncJobResult&jobId=00aeb7f7-459c-477e-a0a1-5d9262bc583a
>> >>>>>&
>> >>>>>r
>> >>>>>e
>> >>>>>sponse=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316359393
>> >>>>> 2013-04-07 00:32:39,410 DEBUG [cloud.api.ApiServlet]
>> >>>>> (1161145101@qtp-1008805148-33:null) ===END===  127.0.0.1 -- GET
>> >>>>>
>>
>> >>>>>command=queryAsyncJobResult&jobId=00aeb7f7-459c-477e-a0a1-5d9262bc583a
>> >>>>>&
>> >>>>>r
>> >>>>>e
>> >>>>>sponse=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316359393
>> >>>>> 2013-04-07 00:32:41,550 INFO  [xen.resource.CitrixResourceBase]
>> >>>>> (DirectAgent-334:null) Programmed default network rules for
>> i-2-13-VM
>> >>>>>on
>> >>>>> nic with ip:192.168.56.146 mac:06:06:fe:00:00:44
>> >>>>> 2013-04-07 00:32:41,550 DEBUG [xen.resource.CitrixResourceBase]
>> >>>>> (DirectAgent-334:null) 2. The VM i-2-13-VM is in Running state.
>> >>>>> 2013-04-07 00:32:41,550 DEBUG [agent.manager.DirectAgentAttache]
>> >>>>> (DirectAgent-334:null) Seq 6-324993308: Response Received:
>> >>>>> 2013-04-07 00:32:41,551 DEBUG [agent.transport.Request]
>> >>>>> (DirectAgent-334:null) Seq 6-324993308: Processing:  { Ans: ,
>> MgmtId:
>> >>>>>1,
>> >>>>> via: 6, Ver: v1, Flags: 110,
>> >>>>>
>>
>> >>>>>[{"StartAnswer":{"vm":{"id":13,"name":"i-2-13-VM","bootloader":"PyGrub
>> >>>>>"
>> >>>>>,
>> >>>>>"
>>
>> >>>>>type":"User","cpus":1,"speed":100,"minRam":1073741824,"maxRam":1073741
>> >>>>>8
>> >>>>>2
>> >>>>>4
>> >>>>>,"arch":"x86_64","os":"CentOS
>> >>>>> 5.3
>> >>>>>
>>
>> >>>>>(64-bit)","bootArgs":"","rebootOnCrash":false,"enableHA":false,"limitC
>> >>>>>p
>> >>>>>u
>> >>>>>U
>>
>> >>>>>se":false,"vncPassword":"2e91fc6d6f16609d","params":{},"uuid":"94ddc16
>> >>>>>f
>> >>>>>-
>> >>>>>0
>>
>> >>>>>4fc-4da1-8326-01d8d5cdeb44","disks":[{"id":13,"name":"ROOT-13","mountP
>> >>>>>o
>> >>>>>i
>> >>>>>n
>>
>> >>>>>t":"/iSCSI_SR_3","path":"99154d9c-2665-465d-8c71-e60f1748895b","size":
>> >>>>>5
>> >>>>>2
>> >>>>>4
>>
>> >>>>>28800,"type":"ROOT","storagePoolType":"PreSetup","storagePoolUuid":"iS
>> >>>>>C
>> >>>>>S
>> >>>>>I
>> >>>>>_SR_3","deviceId":0},{"id":13,"name":"tiny
>> >>>>>
>>
>> >>>>>Linux","size":0,"type":"ISO","storagePoolType":"ISO","deviceId":3}],"n
>> >>>>>i
>> >>>>>c
>> >>>>>s
>>
>> >>>>>":[{"deviceId":0,"networkRateMbps":200,"defaultNic":true,"uuid":"59b9a
>> >>>>>8
>> >>>>>a
>> >>>>>a
>>
>> >>>>>-c867-40b8-95bb-6e40273569c9","ip":"192.168.56.146","netmask":"255.255
>> >>>>>.
>> >>>>>2
>> >>>>>5
>>
>> >>>>>5.0","gateway":"192.168.56.1","mac":"06:06:fe:00:00:44","dns1":"8.8.8.
>> >>>>>8
>> >>>>>"
>> >>>>>,
>>
>> >>>>>"dns2":"4.4.4.4","broadcastType":"Native","type":"Guest","broadcastUri
>> >>>>>"
>> >>>>>:
>> >>>>>"
>>
>> >>>>>vlan://untagged","isolationUri":"ec2://untagged","isSecurityGroupEnabl
>> >>>>>e
>> >>>>>d
>> >>>>>"
>> >>>>>:true}]},"result":true,"wait":0}}]
>> >>>>> }
>> >>>>> 2013-04-07 00:32:41,551 DEBUG [agent.transport.Request]
>> >>>>> (Job-Executor-36:job-43) Seq 6-324993308: Received:  { Ans: ,
>> MgmtId:
>> >>>>>1,
>> >>>>> via: 6, Ver: v1, Flags: 110, { StartAnswer } }
>> >>>>> 2013-04-07 00:32:41,551 DEBUG [agent.manager.AgentAttache]
>> >>>>> (DirectAgent-334:null) Seq 6-324993308: No more commands found
>> >>>>> 2013-04-07 00:32:41,592 DEBUG
>> >>>>>[network.security.SecurityGroupManagerImpl]
>> >>>>> (Job-Executor-36:job-43) Security Group Mgr v2: scheduling ruleset
>> >>>>>updates
>> >>>>> for 1 vms  (unique=1), current queue size=0
>> >>>>> 2013-04-07 00:32:41,593 DEBUG
>> >>>>>[network.security.SecurityGroupManagerImpl]
>> >>>>> (Job-Executor-36:job-43) Security Group Mgr v2: done scheduling
>> >>>>>ruleset
>> >>>>> updates for 1 vms: num new jobs=1 num rows insert or updated=1 time
>> >>>>>taken=1
>> >>>>> 2013-04-07 00:32:41,596 DEBUG [cloud.capacity.CapacityManagerImpl]
>> >>>>> (Job-Executor-36:job-43) VM state transitted from :Starting to
>> >>>>>Running
>> >>>>>with
>> >>>>> event: OperationSucceededvm's original host id: 6 new host id: 6
>> host
>> >>>>>id
>> >>>>> before state transition: 6
>> >>>>> 2013-04-07 00:32:41,596 DEBUG [cloud.vm.VirtualMachineManagerImpl]
>> >>>>> (Job-Executor-36:job-43) Start completed for VM
>> >>>>> VM[User|94ddc16f-04fc-4da1-8326-01d8d5cdeb44]
>> >>>>> 2013-04-07 00:32:41,601 DEBUG
>> >>>>>[network.security.SecurityGroupManagerImpl]
>> >>>>> (SecGrp-Worker-4:null) SecurityGroupManager v2: sending ruleset
>> >>>>>update
>> >>>>>for
>> >>>>> vm i-2-13-VM:ingress num rules=0:egress num rules=0 num cidrs=0
>> >>>>> sig=d41d8cd98f00b204e9800998ecf8427e
>> >>>>> 2013-04-07 00:32:41,605 DEBUG [agent.transport.Request]
>> >>>>> (SecGrp-Worker-4:null) Seq 6-324993309: Sending  { Cmd , MgmtId: 1,
>> >>>>>via: 6,
>> >>>>> Ver: v1, Flags: 100111,
>> >>>>>
>>
>> >>>>>[{"SecurityGroupRulesCmd":{"guestIp":"192.168.56.146","vmName":"i-2-13
>> >>>>>-
>> >>>>>V
>> >>>>>M
>>
>> >>>>>","guestMac":"06:06:fe:00:00:44","signature":"d41d8cd98f00b204e9800998
>> >>>>>e
>> >>>>>c
>> >>>>>f
>>
>> >>>>>8427e","seqNum":1,"vmId":13,"msId":1,"ingressRuleSet":[],"egressRuleSe
>> >>>>>t
>> >>>>>"
>> >>>>>:
>> >>>>>[],"wait":0}}]
>> >>>>> }
>> >>>>> 2013-04-07 00:32:41,605 DEBUG [cloud.async.AsyncJobManagerImpl]
>> >>>>> (Job-Executor-36:job-43) Complete async job-43, jobStatus: 1,
>> >>>>>resultCode:
>> >>>>> 0, result:
>> org.apache.cloudstack.api.response.UserVmResponse@68779e71
>> >>>>> 2013-04-07 00:32:41,605 DEBUG [agent.transport.Request]
>> >>>>> (SecGrp-Worker-4:null) Seq 6-324993309: Executing:  { Cmd , MgmtId:
>> >>>>>1,
>> >>>>>via:
>> >>>>> 6, Ver: v1, Flags: 100111,
>> >>>>>
>>
>> >>>>>[{"SecurityGroupRulesCmd":{"guestIp":"192.168.56.146","vmName":"i-2-13
>> >>>>>-
>> >>>>>V
>> >>>>>M
>>
>> >>>>>","guestMac":"06:06:fe:00:00:44","signature":"d41d8cd98f00b204e9800998
>> >>>>>e
>> >>>>>c
>> >>>>>f
>>
>> >>>>>8427e","seqNum":1,"vmId":13,"msId":1,"ingressRuleSet":[],"egressRuleSe
>> >>>>>t
>> >>>>>"
>> >>>>>:
>> >>>>>[],"wait":0}}]
>> >>>>> }
>> >>>>> 2013-04-07 00:32:41,606 DEBUG [agent.manager.DirectAgentAttache]
>> >>>>> (DirectAgent-275:null) Seq 6-324993309: Executing request
>> >>>>> 2013-04-07 00:32:41,611 DEBUG [cloud.async.AsyncJobManagerImpl]
>> >>>>> (Job-Executor-36:job-43) Done executing
>> >>>>> org.apache.cloudstack.api.command.user.vm.DeployVMCmd for job-43
>> >>>>> 2013-04-07 00:32:41,866 INFO  [xen.resource.CitrixResourceBase]
>> >>>>> (DirectAgent-275:null) Programmed network rules for vm i-2-13-VM
>> >>>>> guestIp=192.168.56.146, ingress numrules=0, egress numrules=0
>> >>>>> 2013-04-07 00:32:41,866 DEBUG [agent.manager.DirectAgentAttache]
>> >>>>> (DirectAgent-275:null) Seq 6-324993309: Response Received:
>> >>>>> 2013-04-07 00:32:41,866 DEBUG [agent.transport.Request]
>> >>>>> (DirectAgent-275:null) Seq 6-324993309: Processing:  { Ans: ,
>> MgmtId:
>> >>>>>1,
>> >>>>> via: 6, Ver: v1, Flags: 110,
>> >>>>>
>>
>> >>>>>[{"SecurityGroupRuleAnswer":{"logSequenceNumber":1,"vmId":13,"reason":
>> >>>>>"
>> >>>>>N
>> >>>>>O
>> >>>>>NE","result":true,"wait":0}}]
>> >>>>> }
>> >>>>> 2013-04-07 00:32:41,866 DEBUG
>> >>>>>[network.security.SecurityGroupListener]
>> >>>>> (DirectAgent-275:null) Successfully programmed rule
>> >>>>> com.cloud.agent.api.SecurityGroupRuleAnswer into host 6
>> >>>>> 2013-04-07 00:32:41,868 DEBUG
>> >>>>>[network.security.SecurityGroupListener]
>> >>>>> (DirectAgent-275:null) Successfully programmed rule
>> >>>>> com.cloud.agent.api.SecurityGroupRuleAnswer into host 6
>> >>>>> 2013-04-07 00:32:41,869 DEBUG [agent.manager.AgentAttache]
>> >>>>> (DirectAgent-275:null) Seq 6-324993309: No more commands found
>> >>>>> 2013-04-07 00:32:42,396 DEBUG [cloud.api.ApiServlet]
>> >>>>> (1161145101@qtp-1008805148-33:null) ===START===  127.0.0.1 -- GET
>> >>>>>
>>
>> >>>>>command=queryAsyncJobResult&jobId=00aeb7f7-459c-477e-a0a1-5d9262bc583a
>> >>>>>&
>> >>>>>r
>> >>>>>e
>> >>>>>sponse=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316362394
>> >>>>> 2013-04-07 00:32:42,406 DEBUG [cloud.async.AsyncJobManagerImpl]
>> >>>>> (1161145101@qtp-1008805148-33:null) Async job-43 completed
>> >>>>> 2013-04-07 00:32:42,412 DEBUG [cloud.api.ApiServlet]
>> >>>>> (1161145101@qtp-1008805148-33:null) ===END===  127.0.0.1 -- GET
>> >>>>>
>>
>> >>>>>command=queryAsyncJobResult&jobId=00aeb7f7-459c-477e-a0a1-5d9262bc583a
>> >>>>>&
>> >>>>>r
>> >>>>>e
>> >>>>>sponse=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316362394
>> >>>>> 2013-04-07 00:32:45,427 DEBUG [cloud.api.ApiServlet]
>> >>>>> (1161145101@qtp-1008805148-33:null) ===START===  127.0.0.1 -- GET
>> >>>>>
>>
>> >>>>>command=listVolumes&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8Go
>> >>>>>V
>> >>>>>A
>> >>>>>%
>> >>>>>3D&listAll=true&page=1&pagesize=20&_=1365316365425
>> >>>>> 2013-04-07 00:32:45,442 DEBUG [cloud.api.ApiServlet]
>> >>>>> (1161145101@qtp-1008805148-33:null) ===END===  127.0.0.1 -- GET
>> >>>>>
>>
>> >>>>>command=listVolumes&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8Go
>> >>>>>V
>> >>>>>A
>> >>>>>%
>> >>>>>3D&listAll=true&page=1&pagesize=20&_=1365316365425
>> >>>>> 2013-04-07 00:32:47,667 DEBUG [cloud.api.ApiServlet]
>> >>>>> (1161145101@qtp-1008805148-33:null) ===START===  127.0.0.1 -- GET
>> >>>>>
>>
>> >>>>>command=listVolumes&id=44d56727-6e5f-438a-8187-42adfac7c906&response=j
>> >>>>>s
>> >>>>>o
>> >>>>>n
>> >>>>>&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316367665
>> >>>>> 2013-04-07 00:32:47,679 DEBUG [agent.manager.AgentManagerImpl]
>> >>>>> (AgentManager-Handler-12:null) Ping from 3
>> >>>>> 2013-04-07 00:32:47,684 DEBUG [cloud.api.ApiServlet]
>> >>>>> (1161145101@qtp-1008805148-33:null) ===END===  127.0.0.1 -- GET
>> >>>>>
>>
>> >>>>>command=listVolumes&id=44d56727-6e5f-438a-8187-42adfac7c906&response=j
>> >>>>>s
>> >>>>>o
>> >>>>>n
>> >>>>>&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316367665
>> >>>>> 2013-04-07 00:32:47,698 DEBUG [cloud.api.ApiServlet]
>> >>>>> (1161145101@qtp-1008805148-33:null) ===START===  127.0.0.1 -- GET
>> >>>>>
>>
>> >>>>>command=listTags&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%
>> >>>>>3
>> >>>>>D
>> >>>>>&
>>
>> >>>>>resourceId=44d56727-6e5f-438a-8187-42adfac7c906&resourceType=Volume&li
>> >>>>>s
>> >>>>>t
>> >>>>>A
>> >>>>>ll=true&_=1365316367696
>> >>>>> 2013-04-07 00:32:47,708 DEBUG [cloud.api.ApiServlet]
>> >>>>> (1161145101@qtp-1008805148-33:null) ===END===  127.0.0.1 -- GET
>> >>>>>
>>
>> >>>>>command=listTags&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%
>> >>>>>3
>> >>>>>D
>> >>>>>&
>>
>> >>>>>resourceId=44d56727-6e5f-438a-8187-42adfac7c906&resourceType=Volume&li
>> >>>>>s
>> >>>>>t
>> >>>>>A
>> >>>>>ll=true&_=1365316367696
>> >>>>> 2013-04-07 00:32:50,453 DEBUG
>> >>>>> [storage.secondary.SecondaryStorageManagerImpl] (secstorage-1:null)
>> >>>>>Zone 1
>> >>>>> is ready to launch secondary storage VM
>> >>>>> 2013-04-07 00:32:50,556 DEBUG
>> >>>>>[cloud.consoleproxy.ConsoleProxyManagerImpl]
>> >>>>> (consoleproxy-1:null) Zone 1 is ready to launch console proxy
>> >>>>> 2013-04-07 00:32:50,815 DEBUG
>> >>>>> [network.router.VirtualNetworkApplianceManagerImpl]
>> >>>>>(RouterMonitor-1:null)
>> >>>>> Found 0 running routers.
>> >>>>> 2013-04-07 00:32:50,820 DEBUG
>> >>>>> [network.router.VirtualNetworkApplianceManagerImpl]
>> >>>>> (RouterStatusMonitor-1:null) Found 0 routers to update status.
>> >>>>> 2013-04-07 00:32:50,821 DEBUG
>> >>>>> [network.router.VirtualNetworkApplianceManagerImpl]
>> >>>>> (RouterStatusMonitor-1:null) Found 0 networks to update RvR status.
>> >>>>> 2013-04-07 00:32:50,851 DEBUG
>> >>>>> [network.router.VirtualNetworkApplianceManagerImpl]
>> >>>>>(RouterMonitor-1:null)
>> >>>>> Found 0 running routers.
>> >>>>> 2013-04-07 00:32:50,851 DEBUG
>> >>>>> [network.router.VirtualNetworkApplianceManagerImpl]
>> >>>>> (RouterStatusMonitor-1:null) Found 0 routers to update status.
>> >>>>> 2013-04-07 00:32:50,852 DEBUG
>> >>>>> [network.router.VirtualNetworkApplianceManagerImpl]
>> >>>>> (RouterStatusMonitor-1:null) Found 0 networks to update RvR status.
>> >>>>> 2013-04-07 00:32:50,908 DEBUG
>> >>>>> [cloud.network.ExternalLoadBalancerUsageManagerImpl]
>> >>>>> (ExternalNetworkMonitor-1:null) External devices stats collector is
>> >>>>> running...
>> >>>>> 2013-04-07 00:32:50,919 DEBUG
>> >>>>>[storage.snapshot.SnapshotSchedulerImpl]
>> >>>>> (SnapshotPollTask:null) Snapshot scheduler.poll is being called at
>> >>>>> 2013-04-07 06:32:50 GMT
>> >>>>> 2013-04-07 00:32:50,920 DEBUG
>> >>>>>[storage.snapshot.SnapshotSchedulerImpl]
>> >>>>> (SnapshotPollTask:null) Got 0 snapshots to be executed at 2013-04-07
>> >>>>> 06:32:50 GMT
>> >>>>> 2013-04-07 00:32:51,462 INFO  [agent.manager.AgentMonitor]
>> >>>>> (Thread-11:null) Found the following agents behind on ping: [6, 5]
>> >>>>> 2013-04-07 00:32:51,464 DEBUG [cloud.host.Status] (Thread-11:null)
>> >>>>>Ping
>> >>>>> timeout for host 6, do invstigation
>> >>>>> 2013-04-07 00:32:51,465 DEBUG [cloud.host.Status] (Thread-11:null)
>> >>>>>Ping
>> >>>>> timeout for host 5, do invstigation
>> >>>>> 2013-04-07 00:32:51,465 INFO  [agent.manager.AgentManagerImpl]
>> >>>>> (AgentTaskPool-15:null) Investigating why host 6 has disconnected
>> >>>>>with
>> >>>>> event PingTimeout
>> >>>>> 2013-04-07 00:32:51,465 DEBUG [agent.manager.AgentManagerImpl]
>> >>>>> (AgentTaskPool-15:null) checking if agent (6) is alive
>> >>>>> 2013-04-07 00:32:51,467 INFO  [agent.manager.AgentManagerImpl]
>> >>>>> (AgentTaskPool-1:null) Investigating why host 5 has disconnected
>> with
>> >>>>>event
>> >>>>> PingTimeout
>> >>>>> 2013-04-07 00:32:51,467 DEBUG [agent.manager.AgentManagerImpl]
>> >>>>> (AgentTaskPool-1:null) checking if agent (5) is alive
>> >>>>> 2013-04-07 00:32:51,469 DEBUG [agent.transport.Request]
>> >>>>> (AgentTaskPool-15:null) Seq 6-324993310: Sending  { Cmd , MgmtId: 1,
>> >>>>>via:
>> >>>>> 6, Ver: v1, Flags: 100011, [{"CheckHealthCommand":{"wait":50}}] }
>> >>>>> 2013-04-07 00:32:51,469 DEBUG [agent.transport.Request]
>> >>>>> (AgentTaskPool-15:null) Seq 6-324993310: Executing:  { Cmd , MgmtId:
>> >>>>>1,
>> >>>>> via: 6, Ver: v1, Flags: 100011, [{"CheckHealthCommand":{"wait":50}}]
>> >>>>>}
>> >>>>> 2013-04-07 00:32:51,469 DEBUG [agent.manager.DirectAgentAttache]
>> >>>>> (DirectAgent-335:null) Seq 6-324993310: Executing request
>> >>>>> 2013-04-07 00:32:51,473 DEBUG [agent.transport.Request]
>> >>>>> (AgentTaskPool-1:null) Seq 5-614334814: Sending  { Cmd , MgmtId: 1,
>> >>>>>via: 5,
>> >>>>> Ver: v1, Flags: 100011, [{"CheckHealthCommand":{"wait":50}}] }
>> >>>>> 2013-04-07 00:32:51,473 DEBUG [agent.transport.Request]
>> >>>>> (AgentTaskPool-1:null) Seq 5-614334814: Executing:  { Cmd , MgmtId:
>> >>>>>1,
>> >>>>>via:
>> >>>>> 5, Ver: v1, Flags: 100011, [{"CheckHealthCommand":{"wait":50}}] }
>> >>>>> 2013-04-07 00:32:51,473 DEBUG [agent.manager.DirectAgentAttache]
>> >>>>> (DirectAgent-30:null) Seq 5-614334814: Executing request
>> >>>>> 2013-04-07 00:32:51,536 DEBUG [agent.manager.DirectAgentAttache]
>> >>>>> (DirectAgent-335:null) Seq 6-324993310: Response Received:
>> >>>>> 2013-04-07 00:32:51,536 DEBUG [agent.manager.DirectAgentAttache]
>> >>>>> (DirectAgent-30:null) Seq 5-614334814: Response Received:
>> >>>>> 2013-04-07 00:32:51,536 DEBUG [agent.transport.Request]
>> >>>>> (DirectAgent-30:null) Seq 5-614334814: Processing:  { Ans: , MgmtId:
>> >>>>>1,
>> >>>>> via: 5, Ver: v1, Flags: 10,
>> >>>>> [{"CheckHealthAnswer":{"result":true,"details":"resource is
>> >>>>> alive","wait":0}}] }
>> >>>>> 2013-04-07 00:32:51,536 DEBUG [agent.transport.Request]
>> >>>>> (DirectAgent-335:null) Seq 6-324993310: Processing:  { Ans: ,
>> MgmtId:
>> >>>>>1,
>> >>>>> via: 6, Ver: v1, Flags: 10,
>> >>>>> [{"CheckHealthAnswer":{"result":true,"details":"resource is
>> >>>>> alive","wait":0}}] }
>> >>>>> 2013-04-07 00:32:51,536 DEBUG [agent.transport.Request]
>> >>>>> (AgentTaskPool-1:null) Seq 5-614334814: Received:  { Ans: , MgmtId:
>> >>>>>1,
>> >>>>>via:
>> >>>>> 5, Ver: v1, Flags: 10, { CheckHealthAnswer } }
>> >>>>> 2013-04-07 00:32:51,536 DEBUG [agent.transport.Request]
>> >>>>> (AgentTaskPool-15:null) Seq 6-324993310: Received:  { Ans: , MgmtId:
>> >>>>>1,
>> >>>>> via: 6, Ver: v1, Flags: 10, { CheckHealthAnswer } }
>> >>>>> 2013-04-07 00:32:51,536 DEBUG [agent.manager.AgentManagerImpl]
>> >>>>> (AgentTaskPool-1:null) Details from executing class
>> >>>>> com.cloud.agent.api.CheckHealthCommand: resource is alive
>> >>>>> 2013-04-07 00:32:51,536 DEBUG [agent.manager.AgentManagerImpl]
>> >>>>> (AgentTaskPool-1:null) agent (5) responded to checkHeathCommand,
>> >>>>>reporting
>> >>>>> that agent is Up
>> >>>>> 2013-04-07 00:32:51,536 DEBUG [agent.manager.AgentManagerImpl]
>> >>>>> (AgentTaskPool-15:null) Details from executing class
>> >>>>> com.cloud.agent.api.CheckHealthCommand: resource is alive
>> >>>>> 2013-04-07 00:32:51,536 INFO  [agent.manager.AgentManagerImpl]
>> >>>>> (AgentTaskPool-1:null) The state determined is Up
>> >>>>> 2013-04-07 00:32:51,536 INFO  [agent.manager.AgentManagerImpl]
>> >>>>> (AgentTaskPool-1:null) Agent is determined to be up and running
>> >>>>> 2013-04-07 00:32:51,536 DEBUG [agent.manager.AgentManagerImpl]
>> >>>>> (AgentTaskPool-15:null) agent (6) responded to checkHeathCommand,
>> >>>>>reporting
>> >>>>> that agent is Up
>> >>>>> 2013-04-07 00:32:51,536 DEBUG [cloud.host.Status]
>> >>>>>(AgentTaskPool-1:null)
>> >>>>> Transition:[Resource state = Enabled, Agent event = Ping, Host id =
>> >>>>>5,
>> >>>>>name
>> >>>>> = Tut-XenServer2]
>> >>>>> 2013-04-07 00:32:51,536 INFO  [agent.manager.AgentManagerImpl]
>> >>>>> (AgentTaskPool-15:null) The state determined is Up
>> >>>>> 2013-04-07 00:32:51,537 INFO  [agent.manager.AgentManagerImpl]
>> >>>>> (AgentTaskPool-15:null) Agent is determined to be up and running
>> >>>>> 2013-04-07 00:32:51,540 DEBUG [cloud.host.Status]
>> >>>>>(AgentTaskPool-1:null)
>> >>>>> Agent status update: [id = 5; name = Tut-XenServer2; old status =
>> Up;
>> >>>>>event
>> >>>>> = Ping; new status = Up; old update count = 146; new update count =
>> >>>>>147]
>> >>>>> 2013-04-07 00:32:51,540 DEBUG [cloud.host.Status]
>> >>>>>(AgentTaskPool-15:null)
>> >>>>> Transition:[Resource state = Enabled, Agent event = Ping, Host id =
>> >>>>>6,
>> >>>>>name
>> >>>>> = Tut-XenServer]
>> >>>>> 2013-04-07 00:32:51,542 DEBUG [cloud.host.Status]
>> >>>>>(AgentTaskPool-15:null)
>> >>>>> Agent status update: [id = 6; name = Tut-XenServer; old status = Up;
>> >>>>>event
>> >>>>> = Ping; new status = Up; old update count = 309; new update count =
>> >>>>>310]
>> >>>>> 2013-04-07 00:33:04,820 DEBUG [agent.manager.DirectAgentAttache]
>> >>>>> (DirectAgent-422:null) Ping from 6
>> >>>>> 2013-04-07 00:33:06,176 DEBUG [agent.manager.DirectAgentAttache]
>> >>>>> (DirectAgent-135:null) Ping from 5
>> >>>>> 2013-04-07 00:33:06,909 DEBUG [agent.manager.DirectAgentAttache]
>> >>>>> (DirectAgent-152:null) Seq 6-324993028: Executing request
>> >>>>> 2013-04-07 00:33:07,151 DEBUG [agent.manager.DirectAgentAttache]
>> >>>>> (DirectAgent-152:null) Seq 6-324993028: Response Received:
>> >>>>> 2013-04-07 00:33:07,151 DEBUG [agent.transport.Request]
>> >>>>> (DirectAgent-152:null) Seq 6-324993028: Processing:  { Ans: ,
>> MgmtId:
>> >>>>>1,
>> >>>>> via: 6, Ver: v1, Flags: 10,
>> >>>>>
>>
>> >>>>>[{"ClusterSyncAnswer":{"_clusterId":2,"_newStates":{},"_isExecuted":fa
>> >>>>>l
>> >>>>>s
>> >>>>>e
>> >>>>>,"result":true,"wait":0}}]
>> >>>>> }
>> >>>>> 2013-04-07 00:33:11,022 DEBUG [agent.manager.DirectAgentAttache]
>> >>>>> (DirectAgent-50:null) Seq 5-614334468: Executing request
>> >>>>> 2013-04-07 00:33:11,169 DEBUG [agent.manager.DirectAgentAttache]
>> >>>>> (DirectAgent-50:null) Seq 5-614334468: Response Received:
>> >>>>> 2013-04-07 00:33:11,169 DEBUG [agent.transport.Request]
>> >>>>> (DirectAgent-50:null) Seq 5-614334468: Processing:  { Ans: , MgmtId:
>> >>>>>1,
>> >>>>> via: 5, Ver: v1, Flags: 10, [{"Answer":{"result":true,"wait":0}}] }
>> >>>>> 2013-04-07 00:33:20,451 DEBUG
>> >>>>> [storage.secondary.SecondaryStorageManagerImpl] (secstorage-1:null)
>> >>>>>Zone 1
>> >>>>> is ready to launch secondary storage VM
>> >>>>> 2013-04-07 00:33:20,553 DEBUG
>> >>>>>[cloud.consoleproxy.ConsoleProxyManagerImpl]
>> >>>>> (consoleproxy-1:null) Zone 1 is ready to launch console proxy
>> >>>>> 2013-04-07 00:33:20,819 DEBUG
>> >>>>> [network.router.VirtualNetworkApplianceManagerImpl]
>> >>>>> (RouterStatusMonitor-1:null) Found 0 routers to update status.
>> >>>>> 2013-04-07 00:33:20,820 DEBUG
>> >>>>> [network.router.VirtualNetworkApplianceManagerImpl]
>> >>>>> (RouterStatusMonitor-1:null) Found 0 networks to update RvR status.
>> >>>>> 2013-04-07 00:33:20,851 DEBUG
>> >>>>> [network.router.VirtualNetworkApplianceManagerImpl]
>> >>>>> (RouterStatusMonitor-1:null) Found 0 routers to update status.
>> >>>>> 2013-04-07 00:33:20,852 DEBUG
>> >>>>> [network.router.VirtualNetworkApplianceManagerImpl]
>> >>>>> (RouterStatusMonitor-1:null) Found 0 networks to update RvR status.
>> >>>>> 2013-04-07 00:33:20,921 DEBUG [cloud.alert.AlertManagerImpl]
>> >>>>> (CapacityChecker:null) Running Capacity Checker ...
>> >>>>> 2013-04-07 00:33:20,921 DEBUG [cloud.alert.AlertManagerImpl]
>> >>>>> (CapacityChecker:null) recalculating system capacity
>> >>>>> 2013-04-07 00:33:20,921 DEBUG [cloud.alert.AlertManagerImpl]
>> >>>>> (CapacityChecker:null) Executing cpu/ram capacity update
>> >>>>> 2013-04-07 00:33:20,929 DEBUG [cloud.capacity.CapacityManagerImpl]
>> >>>>> (CapacityChecker:null) Found 2 VMs on host 1
>> >>>>> 2013-04-07 00:33:20,931 DEBUG [cloud.capacity.CapacityManagerImpl]
>> >>>>> (CapacityChecker:null) Found 0 VM, not running on host 1
>> >>>>> 2013-04-07 00:33:20,933 DEBUG [cloud.capacity.CapacityManagerImpl]
>> >>>>> (CapacityChecker:null) No need to calibrate cpu capacity, host:1
>> >>>>>usedCpu:
>> >>>>> 200 reservedCpu: 0
>> >>>>> 2013-04-07 00:33:20,933 DEBUG [cloud.capacity.CapacityManagerImpl]
>> >>>>> (CapacityChecker:null) No need to calibrate memory capacity, host:1
>> >>>>> usedMem: 209715200 reservedMem: 0
>> >>>>> 2013-04-07 00:33:20,939 DEBUG [cloud.capacity.CapacityManagerImpl]
>> >>>>> (CapacityChecker:null) Found 1 VMs on host 5
>> >>>>> 2013-04-07 00:33:20,940 DEBUG [cloud.capacity.CapacityManagerImpl]
>> >>>>> (CapacityChecker:null) Found 0 VM, not running on host 5
>> >>>>> 2013-04-07 00:33:20,942 DEBUG [cloud.capacity.CapacityManagerImpl]
>> >>>>> (CapacityChecker:null) No need to calibrate cpu capacity, host:5
>> >>>>>usedCpu:
>> >>>>> 100 reservedCpu: 0
>> >>>>> 2013-04-07 00:33:20,942 DEBUG [cloud.capacity.CapacityManagerImpl]
>> >>>>> (CapacityChecker:null) No need to calibrate memory capacity, host:5
>> >>>>> usedMem: 1073741824 reservedMem: 0
>> >>>>> 2013-04-07 00:33:20,948 DEBUG [cloud.capacity.CapacityManagerImpl]
>> >>>>> (CapacityChecker:null) Found 2 VMs on host 6
>> >>>>> 2013-04-07 00:33:20,949 DEBUG [cloud.capacity.CapacityManagerImpl]
>> >>>>> (CapacityChecker:null) Found 0 VM, not running on host 6
>> >>>>> 2013-04-07 00:33:20,951 DEBUG [cloud.capacity.CapacityManagerImpl]
>> >>>>> (CapacityChecker:null) No need to calibrate cpu capacity, host:6
>> >>>>>usedCpu:
>> >>>>> 200 reservedCpu: 0
>> >>>>> 2013-04-07 00:33:20,951 DEBUG [cloud.capacity.CapacityManagerImpl]
>> >>>>> (CapacityChecker:null) No need to calibrate memory capacity, host:6
>> >>>>> usedMem: 1178599424 reservedMem: 0
>> >>>>> 2013-04-07 00:33:20,951 DEBUG [cloud.alert.AlertManagerImpl]
>> >>>>> (CapacityChecker:null) Done executing cpu/ram capacity update
>> >>>>> 2013-04-07 00:33:20,951 DEBUG [cloud.alert.AlertManagerImpl]
>> >>>>> (CapacityChecker:null) Executing storage capacity update
>> >>>>> 2013-04-07 00:33:20,956 DEBUG [cloud.storage.StorageManagerImpl]
>> >>>>> (CapacityChecker:null) Successfully set Capacity - 31004332032 for
>> >>>>>capacity
>> >>>>> type - 9 , DataCenterId - 1, HostOrPoolId - 200, PodId 1
>> >>>>> 2013-04-07 00:33:20,959 DEBUG [cloud.storage.StorageManagerImpl]
>> >>>>> (CapacityChecker:null) Successfully set Capacity - 97221701632 for
>> >>>>>capacity
>> >>>>> type - 9 , DataCenterId - 1, HostOrPoolId - 201, PodId 1
>> >>>>> 2013-04-07 00:33:20,963 DEBUG [cloud.storage.StorageManagerImpl]
>> >>>>> (CapacityChecker:null) Successfully set Capacity - 97221701632 for
>> >>>>>capacity
>> >>>>> type - 9 , DataCenterId - 1, HostOrPoolId - 202, PodId 1
>> >>>>> 2013-04-07 00:33:20,967 DEBUG [cloud.storage.StorageManagerImpl]
>> >>>>> (CapacityChecker:null) Successfully set Capacity - 2084569088 for
>> >>>>>capacity
>> >>>>> type - 3 , DataCenterId - 1, HostOrPoolId - 256, PodId 1
>> >>>>> 2013-04-07 00:33:20,971 DEBUG [cloud.storage.StorageManagerImpl]
>> >>>>> (CapacityChecker:null) Successfully set Capacity - 2084569088 for
>> >>>>>capacity
>> >>>>> type - 3 , DataCenterId - 1, HostOrPoolId - 257, PodId 1
>> >>>>> 2013-04-07 00:33:20,975 DEBUG [cloud.storage.StorageManagerImpl]
>> >>>>> (CapacityChecker:null) Successfully set Capacity - 2084569088 for
>> >>>>>capacity
>> >>>>> type - 3 , DataCenterId - 1, HostOrPoolId - 262, PodId 1
>> >>>>> 2013-04-07 00:33:20,975 DEBUG [cloud.alert.AlertManagerImpl]
>> >>>>> (CapacityChecker:null) Done executing storage capacity update
>> >>>>> 2013-04-07 00:33:20,975 DEBUG [cloud.alert.AlertManagerImpl]
>> >>>>> (CapacityChecker:null) Executing capacity updates for public ip and
>> >>>>>Vlans
>> >>>>> 2013-04-07 00:33:20,983 DEBUG [cloud.alert.AlertManagerImpl]
>> >>>>> (CapacityChecker:null) Done capacity updates for public ip and Vlans
>> >>>>> 2013-04-07 00:33:20,983 DEBUG [cloud.alert.AlertManagerImpl]
>> >>>>> (CapacityChecker:null) Executing capacity updates for private ip
>> >>>>> 2013-04-07 00:33:20,990 DEBUG [cloud.alert.AlertManagerImpl]
>> >>>>> (CapacityChecker:null) Done executing capacity updates for private
>> ip
>> >>>>> 2013-04-07 00:33:20,990 DEBUG [cloud.alert.AlertManagerImpl]
>> >>>>> (CapacityChecker:null) Done recalculating system capacity
>> >>>>> 2013-04-07 00:33:21,012 DEBUG [cloud.alert.AlertManagerImpl]
>> >>>>> (CapacityChecker:null) Done running Capacity Checker ...
>> >>>>> 2013-04-07 00:33:24,891 DEBUG [agent.manager.AgentManagerImpl]
>> >>>>> (AgentManager-Handler-13:null) Ping from 4
>> >>>>> 2013-04-07 00:33:27,159 DEBUG [agent.manager.DirectAgentAttache]
>> >>>>> (DirectAgent-459:null) Ping from 1
>> >>>>> 2013-04-07 00:33:29,095 DEBUG [agent.manager.DirectAgentAttache]
>> >>>>> (DirectAgent-457:null) Seq 1-90046472: Executing request
>> >>>>> 2013-04-07 00:33:29,329 DEBUG [agent.manager.DirectAgentAttache]
>> >>>>> (DirectAgent-457:null) Seq 1-90046472: Response Received:
>> >>>>> 2013-04-07 00:33:29,330 DEBUG [agent.transport.Request]
>> >>>>> (DirectAgent-457:null) Seq 1-90046472: Processing:  { Ans: , MgmtId:
>> >>>>>1,
>> >>>>> via: 1, Ver: v1, Flags: 10,
>> >>>>>
>>
>> >>>>>[{"ClusterSyncAnswer":{"_clusterId":1,"_newStates":{},"_isExecuted":fa
>> >>>>>l
>> >>>>>s
>> >>>>>e
>> >>>>>,"result":true,"wait":0}}]
>> >>>>> }
>> >>>>> 2013-04-07 00:33:33,192 DEBUG [cloud.api.ApiServlet]
>> >>>>> (1161145101@qtp-1008805148-33:null) ===START===  127.0.0.1 -- GET
>> >>>>>
>>
>> >>>>>command=listVirtualMachines&response=json&sessionkey=Z6QqzU0Fq1iT13bMg
>> >>>>>n
>> >>>>>R
>> >>>>>R
>> >>>>>fl8GoVA%3D&listAll=true&page=1&pagesize=20&_=1365316413189
>> >>>>> 2013-04-07 00:33:33,210 DEBUG [cloud.api.ApiServlet]
>> >>>>> (1161145101@qtp-1008805148-33:null) ===END===  127.0.0.1 -- GET
>> >>>>>
>>
>> >>>>>command=listVirtualMachines&response=json&sessionkey=Z6QqzU0Fq1iT13bMg
>> >>>>>n
>> >>>>>R
>> >>>>>R
>> >>>>>fl8GoVA%3D&listAll=true&page=1&pagesize=20&_=1365316413189
>> >>>>> 2013-04-07 00:33:35,033 DEBUG [cloud.api.ApiServlet]
>> >>>>> (1161145101@qtp-1008805148-33:null) ===START===  127.0.0.1 -- GET
>> >>>>>
>>
>> >>>>>command=listZones&available=true&response=json&sessionkey=Z6QqzU0Fq1iT
>> >>>>>1
>> >>>>>3
>> >>>>>b
>> >>>>>MgnRRfl8GoVA%3D&_=1365316415031
>> >>>>> 2013-04-07 00:33:35,040 DEBUG [cloud.api.ApiServlet]
>> >>>>> (1161145101@qtp-1008805148-33:null) ===END===  127.0.0.1 -- GET
>> >>>>>
>>
>> >>>>>command=listZones&available=true&response=json&sessionkey=Z6QqzU0Fq1iT
>> >>>>>1
>> >>>>>3
>> >>>>>b
>> >>>>>MgnRRfl8GoVA%3D&_=1365316415031
>> >>>>> 2013-04-07 00:33:36,745 DEBUG [cloud.api.ApiServlet]
>> >>>>> (1161145101@qtp-1008805148-33:null) ===START===  127.0.0.1 -- GET
>> >>>>>
>>
>> >>>>>command=listHypervisors&zoneid=3a62dec3-cf95-4ba2-9af0-af2190af35e3&re
>> >>>>>s
>> >>>>>p
>> >>>>>o
>> >>>>>nse=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316416743
>> >>>>> 2013-04-07 00:33:36,753 DEBUG [cloud.api.ApiServlet]
>> >>>>> (1161145101@qtp-1008805148-33:null) ===END===  127.0.0.1 -- GET
>> >>>>>
>>
>> >>>>>command=listHypervisors&zoneid=3a62dec3-cf95-4ba2-9af0-af2190af35e3&re
>> >>>>>s
>> >>>>>p
>> >>>>>o
>> >>>>>nse=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316416743
>> >>>>> 2013-04-07 00:33:36,756 DEBUG [cloud.api.ApiServlet]
>> >>>>> (1161145101@qtp-1008805148-33:null) ===START===  127.0.0.1 -- GET
>> >>>>>
>>
>> >>>>>command=listTemplates&templatefilter=featured&zoneid=3a62dec3-cf95-4ba
>> >>>>>2
>> >>>>>-
>> >>>>>9
>>
>> >>>>>af0-af2190af35e3&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%
>> >>>>>3
>> >>>>>D
>> >>>>>&
>> >>>>>_=1365316416754
>> >>>>> 2013-04-07 00:33:36,781 DEBUG [cloud.api.ApiServlet]
>> >>>>> (1161145101@qtp-1008805148-33:null) ===END===  127.0.0.1 -- GET
>> >>>>>
>>
>> >>>>>command=listTemplates&templatefilter=featured&zoneid=3a62dec3-cf95-4ba
>> >>>>>2
>> >>>>>-
>> >>>>>9
>>
>> >>>>>af0-af2190af35e3&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%
>> >>>>>3
>> >>>>>D
>> >>>>>&
>> >>>>>_=1365316416754
>> >>>>> 2013-04-07 00:33:36,784 DEBUG [cloud.api.ApiServlet]
>> >>>>> (1161145101@qtp-1008805148-33:null) ===START===  127.0.0.1 -- GET
>> >>>>>
>>
>> >>>>>command=listTemplates&templatefilter=community&zoneid=3a62dec3-cf95-4b
>> >>>>>a
>> >>>>>2
>> >>>>>-
>>
>> >>>>>9af0-af2190af35e3&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA
>> >>>>>%
>> >>>>>3
>> >>>>>D
>> >>>>>&_=1365316416782
>> >>>>> 2013-04-07 00:33:36,812 DEBUG [cloud.api.ApiServlet]
>> >>>>> (1161145101@qtp-1008805148-33:null) ===END===  127.0.0.1 -- GET
>> >>>>>
>>
>> >>>>>command=listTemplates&templatefilter=community&zoneid=3a62dec3-cf95-4b
>> >>>>>a
>> >>>>>2
>> >>>>>-
>>
>> >>>>>9af0-af2190af35e3&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA
>> >>>>>%
>> >>>>>3
>> >>>>>D
>> >>>>>&_=1365316416782
>> >>>>> 2013-04-07 00:33:36,815 DEBUG [cloud.api.ApiServlet]
>> >>>>> (1161145101@qtp-1008805148-33:null) ===START===  127.0.0.1 -- GET
>> >>>>>
>>
>> >>>>>command=listTemplates&templatefilter=selfexecutable&zoneid=3a62dec3-cf
>> >>>>>9
>> >>>>>5
>> >>>>>-
>>
>> >>>>>4ba2-9af0-af2190af35e3&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl
>> >>>>>8
>> >>>>>G
>> >>>>>o
>> >>>>>VA%3D&_=1365316416813
>> >>>>> 2013-04-07 00:33:36,829 DEBUG [cloud.api.ApiServlet]
>> >>>>> (1161145101@qtp-1008805148-33:null) ===END===  127.0.0.1 -- GET
>> >>>>>
>>
>> >>>>>command=listTemplates&templatefilter=selfexecutable&zoneid=3a62dec3-cf
>> >>>>>9
>> >>>>>5
>> >>>>>-
>>
>> >>>>>4ba2-9af0-af2190af35e3&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl
>> >>>>>8
>> >>>>>G
>> >>>>>o
>> >>>>>VA%3D&_=1365316416813
>> >>>>> 2013-04-07 00:33:37,503 DEBUG [cloud.api.ApiServlet]
>> >>>>> (1161145101@qtp-1008805148-33:null) ===START===  127.0.0.1 -- GET
>> >>>>>
>>
>> >>>>>command=listServiceOfferings&issystem=false&response=json&sessionkey=Z
>> >>>>>6
>> >>>>>Q
>> >>>>>q
>> >>>>>zU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316417501
>> >>>>> 2013-04-07 00:33:37,514 DEBUG [cloud.api.ApiServlet]
>> >>>>> (1161145101@qtp-1008805148-33:null) ===END===  127.0.0.1 -- GET
>> >>>>>
>>
>> >>>>>command=listServiceOfferings&issystem=false&response=json&sessionkey=Z
>> >>>>>6
>> >>>>>Q
>> >>>>>q
>> >>>>>zU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316417501
>> >>>>> 2013-04-07 00:33:41,151 DEBUG [cloud.api.ApiServlet]
>> >>>>> (1161145101@qtp-1008805148-33:null) ===START===  127.0.0.1 -- GET
>> >>>>>
>>
>> >>>>>command=listDiskOfferings&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnR
>> >>>>>R
>> >>>>>f
>> >>>>>l
>> >>>>>8GoVA%3D&_=1365316421149
>> >>>>> 2013-04-07 00:33:41,162 DEBUG [cloud.api.ApiServlet]
>> >>>>> (1161145101@qtp-1008805148-33:null) ===END===  127.0.0.1 -- GET
>> >>>>>
>>
>> >>>>>command=listDiskOfferings&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnR
>> >>>>>R
>> >>>>>f
>> >>>>>l
>> >>>>>8GoVA%3D&_=1365316421149
>> >>>>> 2013-04-07 00:33:41,970 DEBUG [cloud.api.ApiServlet]
>> >>>>> (1161145101@qtp-1008805148-33:null) ===START===  127.0.0.1 -- GET
>> >>>>>
>>
>> >>>>>command=listNetworks&trafficType=Guest&zoneId=3a62dec3-cf95-4ba2-9af0-
>> >>>>>a
>> >>>>>f
>> >>>>>2
>>
>> >>>>>190af35e3&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=13
>> >>>>>6
>> >>>>>5
>> >>>>>3
>> >>>>>16421968
>> >>>>> 2013-04-07 00:33:41,994 DEBUG [cloud.api.ApiServlet]
>> >>>>> (1161145101@qtp-1008805148-33:null) ===END===  127.0.0.1 -- GET
>> >>>>>
>>
>> >>>>>command=listNetworks&trafficType=Guest&zoneId=3a62dec3-cf95-4ba2-9af0-
>> >>>>>a
>> >>>>>f
>> >>>>>2
>>
>> >>>>>190af35e3&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=13
>> >>>>>6
>> >>>>>5
>> >>>>>3
>> >>>>>16421968
>> >>>>> 2013-04-07 00:33:41,997 DEBUG [cloud.api.ApiServlet]
>> >>>>> (1161145101@qtp-1008805148-33:null) ===START===  127.0.0.1 -- GET
>> >>>>>
>>
>> >>>>>command=listSecurityGroups&response=json&sessionkey=Z6QqzU0Fq1iT13bMgn
>> >>>>>R
>> >>>>>R
>> >>>>>f
>>
>> >>>>>l8GoVA%3D&domainid=e4ec5ddc-9e1c-11e2-a770-6e70e42a2333&account=admin&
>> >>>>>_
>> >>>>>=
>> >>>>>1
>> >>>>>365316421995
>> >>>>> 2013-04-07 00:33:42,003 DEBUG [cloud.user.AccountManagerImpl]
>> >>>>> (1161145101@qtp-1008805148-33:null) Access granted to Acct[2-admin]
>> >>>>>to
>> >>>>> Domain:1/ by DomainChecker
>> >>>>> 2013-04-07 00:33:42,009 DEBUG [cloud.api.ApiServlet]
>> >>>>> (1161145101@qtp-1008805148-33:null) ===END===  127.0.0.1 -- GET
>> >>>>>
>>
>> >>>>>command=listSecurityGroups&response=json&sessionkey=Z6QqzU0Fq1iT13bMgn
>> >>>>>R
>> >>>>>R
>> >>>>>f
>>
>> >>>>>l8GoVA%3D&domainid=e4ec5ddc-9e1c-11e2-a770-6e70e42a2333&account=admin&
>> >>>>>_
>> >>>>>=
>> >>>>>1
>> >>>>>365316421995
>> >>>>> 2013-04-07 00:33:44,477 DEBUG [cloud.api.ApiServlet]
>> >>>>> (1161145101@qtp-1008805148-33:null) ===START===  127.0.0.1 -- GET
>> >>>>>
>>
>> >>>>>command=deployVirtualMachine&zoneId=3a62dec3-cf95-4ba2-9af0-af2190af35
>> >>>>>e
>> >>>>>3
>> >>>>>&
>>
>> >>>>>templateId=e4a7df4a-9e1c-11e2-a770-6e70e42a2333&hypervisor=XenServer&s
>> >>>>>e
>> >>>>>r
>> >>>>>v
>>
>> >>>>>iceOfferingId=9c1e08a2-2dfe-4fa8-aea9-3e4955a69cc2&response=json&sessi
>> >>>>>o
>> >>>>>n
>> >>>>>k
>> >>>>>ey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316424475
>> >>>>> 2013-04-07 00:33:44,484 DEBUG [cloud.api.ApiDispatcher]
>> >>>>> (1161145101@qtp-1008805148-33:null) InfrastructureEntity name
>> >>>>> is:com.cloud.offering.ServiceOffering
>> >>>>> 2013-04-07 00:33:44,486 DEBUG [cloud.api.ApiDispatcher]
>> >>>>> (1161145101@qtp-1008805148-33:null) ControlledEntity name
>> >>>>> is:com.cloud.template.VirtualMachineTemplate
>> >>>>> 2013-04-07 00:33:44,510 DEBUG [cloud.vm.UserVmManagerImpl]
>> >>>>> (1161145101@qtp-1008805148-33:null) Allocating in the DB for vm
>> >>>>> 2013-04-07 00:33:44,523 DEBUG [cloud.vm.VirtualMachineManagerImpl]
>> >>>>> (1161145101@qtp-1008805148-33:null) Allocating entries for VM:
>> >>>>> VM[User|a30b991d-1c38-4bae-803f-ab3be57a384f]
>> >>>>> 2013-04-07 00:33:44,523 DEBUG [cloud.vm.VirtualMachineManagerImpl]
>> >>>>> (1161145101@qtp-1008805148-33:null) Allocating nics for
>> >>>>> VM[User|a30b991d-1c38-4bae-803f-ab3be57a384f]
>> >>>>> 2013-04-07 00:33:44,524 DEBUG [cloud.network.NetworkManagerImpl]
>> >>>>> (1161145101@qtp-1008805148-33:null) Allocating nic for vm
>> >>>>> VM[User|a30b991d-1c38-4bae-803f-ab3be57a384f] in network
>> >>>>>Ntwk[204|Guest|6]
>> >>>>> with requested profile NicProfile[0-0-null-null-null
>> >>>>> 2013-04-07 00:33:44,531 DEBUG [cloud.vm.VirtualMachineManagerImpl]
>> >>>>> (1161145101@qtp-1008805148-33:null) Allocaing disks for
>> >>>>> VM[User|a30b991d-1c38-4bae-803f-ab3be57a384f]
>> >>>>> 2013-04-07 00:33:44,538 DEBUG [cloud.vm.VirtualMachineManagerImpl]
>> >>>>> (1161145101@qtp-1008805148-33:null) Allocation completed for VM:
>> >>>>> VM[User|a30b991d-1c38-4bae-803f-ab3be57a384f]
>> >>>>> 2013-04-07 00:33:44,538 DEBUG [cloud.vm.UserVmManagerImpl]
>> >>>>> (1161145101@qtp-1008805148-33:null) Successfully allocated DB entry
>> >>>>>for
>> >>>>> VM[User|a30b991d-1c38-4bae-803f-ab3be57a384f]
>> >>>>> 2013-04-07 00:33:44,571 DEBUG [cloud.async.AsyncJobManagerImpl]
>> >>>>> (1161145101@qtp-1008805148-33:null) submit async job-44, details:
>> >>>>> AsyncJobVO {id:44, userId: 2, accountId: 2, sessionKey: null,
>> >>>>>instanceType:
>> >>>>> null, instanceId: 14, cmd:
>> >>>>> org.apache.cloudstack.api.command.user.vm.DeployVMCmd,
>> cmdOriginator:
>> >>>>>null,
>> >>>>> cmdInfo:
>> >>>>>
>>
>> >>>>>{"id":"14","templateId":"e4a7df4a-9e1c-11e2-a770-6e70e42a2333","respon
>> >>>>>s
>> >>>>>e
>> >>>>>"
>>
>> >>>>>:"json","sessionkey":"Z6QqzU0Fq1iT13bMgnRRfl8GoVA\u003d","ctxUserId":"
>> >>>>>2
>> >>>>>"
>> >>>>>,
>>
>> >>>>>"hypervisor":"XenServer","serviceOfferingId":"9c1e08a2-2dfe-4fa8-aea9-
>> >>>>>3
>> >>>>>e
>> >>>>>4
>>
>> >>>>>955a69cc2","_":"1365316424475","ctxAccountId":"2","ctxStartEventId":"4
>> >>>>>9
>> >>>>>"
>> >>>>>,
>> >>>>>"zoneId":"3a62dec3-cf95-4ba2-9af0-af2190af35e3"},
>> >>>>> cmdVersion: 0, callbackType: 0, callbackAddress: null, status: 0,
>> >>>>> processStatus: 0, resultCode: 0, result: null, initMsid: 1,
>> >>>>>completeMsid:
>> >>>>> null, lastUpdated: null, lastPolled: null, created: null}
>> >>>>> 2013-04-07 00:33:44,572 DEBUG [cloud.async.AsyncJobManagerImpl]
>> >>>>> (Job-Executor-37:job-44) Executing
>> >>>>> org.apache.cloudstack.api.command.user.vm.DeployVMCmd for job-44
>> >>>>> 2013-04-07 00:33:44,573 DEBUG [cloud.api.ApiServlet]
>> >>>>> (1161145101@qtp-1008805148-33:null) ===END===  127.0.0.1 -- GET
>> >>>>>
>>
>> >>>>>command=deployVirtualMachine&zoneId=3a62dec3-cf95-4ba2-9af0-af2190af35
>> >>>>>e
>> >>>>>3
>> >>>>>&
>>
>> >>>>>templateId=e4a7df4a-9e1c-11e2-a770-6e70e42a2333&hypervisor=XenServer&s
>> >>>>>e
>> >>>>>r
>> >>>>>v
>>
>> >>>>>iceOfferingId=9c1e08a2-2dfe-4fa8-aea9-3e4955a69cc2&response=json&sessi
>> >>>>>o
>> >>>>>n
>> >>>>>k
>> >>>>>ey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316424475
>> >>>>> 2013-04-07 00:33:44,578 DEBUG [cloud.api.ApiDispatcher]
>> >>>>> (Job-Executor-37:job-44) InfrastructureEntity name
>> >>>>> is:com.cloud.offering.ServiceOffering
>> >>>>> 2013-04-07 00:33:44,581 DEBUG [cloud.api.ApiDispatcher]
>> >>>>> (Job-Executor-37:job-44) ControlledEntity name
>> >>>>> is:com.cloud.template.VirtualMachineTemplate
>> >>>>> 2013-04-07 00:33:44,624 DEBUG [cloud.deploy.FirstFitPlanner]
>> >>>>> (Job-Executor-37:job-44) DeploymentPlanner allocation algorithm:
>> >>>>>random
>> >>>>> 2013-04-07 00:33:44,624 DEBUG [cloud.deploy.FirstFitPlanner]
>> >>>>> (Job-Executor-37:job-44) Trying to allocate a host and storage pools
>> >>>>>from
>> >>>>> dc:1, pod:null,cluster:null, requested cpu: 100, requested ram:
>> >>>>>1073741824
>> >>>>> 2013-04-07 00:33:44,624 DEBUG [cloud.deploy.FirstFitPlanner]
>> >>>>> (Job-Executor-37:job-44) Is ROOT volume READY (pool already
>> >>>>>allocated)?: No
>> >>>>> 2013-04-07 00:33:44,624 DEBUG [cloud.deploy.FirstFitPlanner]
>> >>>>> (Job-Executor-37:job-44) Searching all possible resources under this
>> >>>>>Zone: 1
>> >>>>> 2013-04-07 00:33:44,625 DEBUG [cloud.deploy.FirstFitPlanner]
>> >>>>> (Job-Executor-37:job-44) Listing clusters in order of aggregate
>> >>>>>capacity,
>> >>>>> that have (atleast one host with) enough CPU and RAM capacity under
>> >>>>>this
>> >>>>> Zone: 1
>> >>>>> 2013-04-07 00:33:44,626 DEBUG [cloud.deploy.FirstFitPlanner]
>> >>>>> (Job-Executor-37:job-44) CPUOverprovisioningFactor considered: 1.0
>> >>>>> 2013-04-07 00:33:44,638 DEBUG [cloud.deploy.FirstFitPlanner]
>> >>>>> (Job-Executor-37:job-44) Cannot allocate cluster list [1, 2] for vm
>> >>>>> creation since their allocated percentage crosses the disable
>> >>>>>capacity
>> >>>>> threshold: 0.85 for capacity Type : 0, skipping these clusters
>> >>>>> 2013-04-07 00:33:44,639 DEBUG [cloud.deploy.FirstFitPlanner]
>> >>>>> (Job-Executor-37:job-44) Could not find suitable Deployment
>> >>>>>Destination
>> >>>>>for
>> >>>>> this VM under any clusters, returning.
>> >>>>> 2013-04-07 00:33:44,641 DEBUG [cloud.vm.UserVmManagerImpl]
>> >>>>> (Job-Executor-37:job-44) Destroying vm
>> >>>>> VM[User|a30b991d-1c38-4bae-803f-ab3be57a384f] as it failed to create
>> >>>>>on
>> >>>>> Host with Id:null
>> >>>>> 2013-04-07 00:33:44,646 DEBUG [cloud.capacity.CapacityManagerImpl]
>> >>>>> (Job-Executor-37:job-44) VM state transitted from :Stopped to Error
>> >>>>>with
>> >>>>> event: OperationFailedToErrorvm's original host id: null new host
>> id:
>> >>>>>null
>> >>>>> host id before state transition: null
>> >>>>> 2013-04-07 00:33:44,672 INFO  [user.vm.DeployVMCmd]
>> >>>>> (Job-Executor-37:job-44)
>> >>>>> com.cloud.exception.InsufficientServerCapacityException: Unable to
>> >>>>>create a
>> >>>>> deployment for
>> >>>>>VM[User|a30b991d-1c38-4bae-803f-ab3be57a384f]Scope=interface
>> >>>>> com.cloud.dc.DataCenter; id=1
>> >>>>> 2013-04-07 00:33:44,672 INFO  [user.vm.DeployVMCmd]
>> >>>>> (Job-Executor-37:job-44) Unable to create a deployment for
>> >>>>> VM[User|a30b991d-1c38-4bae-803f-ab3be57a384f]
>> >>>>> com.cloud.exception.InsufficientServerCapacityException: Unable to
>> >>>>>create
>> >>>>> a deployment for
>> >>>>> VM[User|a30b991d-1c38-4bae-803f-ab3be57a384f]Scope=interface
>> >>>>> com.cloud.dc.DataCenter; id=1
>> >>>>>  at
>> >>>>>
>>
>> >>>>>org.apache.cloudstack.engine.cloud.entity.api.VMEntityManagerImpl.rese
>> >>>>>r
>> >>>>>v
>> >>>>>e
>> >>>>>VirtualMachine(VMEntityManagerImpl.java:186)
>> >>>>> at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
>> >>>>>  at
>> >>>>>
>>
>> >>>>>sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.j
>> >>>>>a
>> >>>>>v
>> >>>>>a
>> >>>>>:39)
>> >>>>> at
>> >>>>>
>>
>> >>>>>sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccess
>> >>>>>o
>> >>>>>r
>> >>>>>I
>> >>>>>mpl.java:25)
>> >>>>>  at java.lang.reflect.Method.invoke(Method.java:597)
>> >>>>> at
>> >>>>>
>>
>> >>>>>org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflectio
>> >>>>>n
>> >>>>>(
>> >>>>>A
>> >>>>>opUtils.java:319)
>> >>>>>  at
>> >>>>>
>>
>> >>>>>org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoi
>> >>>>>n
>> >>>>>p
>> >>>>>o
>> >>>>>int(ReflectiveMethodInvocation.java:183)
>> >>>>> at
>> >>>>>
>>
>> >>>>>org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(R
>> >>>>>e
>> >>>>>f
>> >>>>>l
>> >>>>>ectiveMethodInvocation.java:150)
>> >>>>>  at
>> >>>>>
>> >>>>>
>> org.springframework.aop.aspectj.MethodInvocationProceedingJoinPoint.pr
>> >>>>>o
>> >>>>>c
>> >>>>>e
>> >>>>>ed(MethodInvocationProceedingJoinPoint.java:80)
>> >>>>> at
>> >>>>>
>>
>> >>>>>com.cloud.utils.db.TransactionContextBuilder.AroundAnyMethod(Transacti
>> >>>>>o
>> >>>>>n
>> >>>>>C
>> >>>>>ontextBuilder.java:37)
>> >>>>>  at sun.reflect.GeneratedMethodAccessor37.invoke(Unknown Source)
>> >>>>> at
>> >>>>>
>>
>> >>>>>sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccess
>> >>>>>o
>> >>>>>r
>> >>>>>I
>> >>>>>mpl.java:25)
>> >>>>>  at java.lang.reflect.Method.invoke(Method.java:597)
>> >>>>> at
>> >>>>>
>>
>> >>>>>org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMeth
>> >>>>>o
>> >>>>>d
>> >>>>>W
>> >>>>>ithGivenArgs(AbstractAspectJAdvice.java:621)
>> >>>>>  at
>> >>>>>
>>
>> >>>>>org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMeth
>> >>>>>o
>> >>>>>d
>> >>>>>(
>> >>>>>AbstractAspectJAdvice.java:610)
>> >>>>> at
>> >>>>>
>>
>> >>>>>org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJArou
>> >>>>>n
>> >>>>>d
>> >>>>>A
>> >>>>>dvice.java:65)
>> >>>>>  at
>> >>>>>
>>
>> >>>>>org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(R
>> >>>>>e
>> >>>>>f
>> >>>>>l
>> >>>>>ectiveMethodInvocation.java:172)
>> >>>>> at
>> >>>>>
>>
>> >>>>>org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke
>> >>>>>(
>> >>>>>E
>> >>>>>x
>> >>>>>poseInvocationInterceptor.java:90)
>> >>>>>  at
>> >>>>>
>>
>> >>>>>org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(R
>> >>>>>e
>> >>>>>f
>> >>>>>l
>> >>>>>ectiveMethodInvocation.java:172)
>> >>>>> at
>> >>>>>
>>
>> >>>>>org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamic
>> >>>>>A
>> >>>>>o
>> >>>>>p
>> >>>>>Proxy.java:202)
>> >>>>>  at com.sun.proxy.$Proxy297.reserveVirtualMachine(Unknown Source)
>> >>>>> at
>> >>>>>
>>
>> >>>>>org.apache.cloudstack.engine.cloud.entity.api.VirtualMachineEntityImpl
>> >>>>>.
>> >>>>>r
>> >>>>>e
>> >>>>>serve(VirtualMachineEntityImpl.java:198)
>> >>>>>  at
>> >>>>>
>>
>> >>>>>com.cloud.vm.UserVmManagerImpl.startVirtualMachine(UserVmManagerImpl.j
>> >>>>>a
>> >>>>>v
>> >>>>>a
>> >>>>>:3859)
>> >>>>> at
>> >>>>>
>>
>> >>>>>com.cloud.vm.UserVmManagerImpl.startVirtualMachine(UserVmManagerImpl.j
>> >>>>>a
>> >>>>>v
>> >>>>>a
>> >>>>>:3458)
>> >>>>>  at
>> >>>>>
>>
>> >>>>>com.cloud.vm.UserVmManagerImpl.startVirtualMachine(UserVmManagerImpl.j
>> >>>>>a
>> >>>>>v
>> >>>>>a
>> >>>>>:3444)
>> >>>>> at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
>> >>>>>  at
>> >>>>>
>>
>> >>>>>sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.j
>> >>>>>a
>> >>>>>v
>> >>>>>a
>> >>>>>:39)
>> >>>>> at
>> >>>>>
>>
>> >>>>>sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccess
>> >>>>>o
>> >>>>>r
>> >>>>>I
>> >>>>>mpl.java:25)
>> >>>>>  at java.lang.reflect.Method.invoke(Method.java:597)
>> >>>>> at
>> >>>>>
>>
>> >>>>>org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflectio
>> >>>>>n
>> >>>>>(
>> >>>>>A
>> >>>>>opUtils.java:319)
>> >>>>>  at
>> >>>>>
>>
>> >>>>>org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoi
>> >>>>>n
>> >>>>>p
>> >>>>>o
>> >>>>>int(ReflectiveMethodInvocation.java:183)
>> >>>>> at
>> >>>>>
>>
>> >>>>>org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(R
>> >>>>>e
>> >>>>>f
>> >>>>>l
>> >>>>>ectiveMethodInvocation.java:150)
>> >>>>>  at
>> >>>>>
>> >>>>>
>> org.springframework.aop.aspectj.MethodInvocationProceedingJoinPoint.pr
>> >>>>>o
>> >>>>>c
>> >>>>>e
>> >>>>>ed(MethodInvocationProceedingJoinPoint.java:80)
>> >>>>> at
>> >>>>>
>>
>> >>>>>com.cloud.event.ActionEventInterceptor.AroundAnyMethod(ActionEventInte
>> >>>>>r
>> >>>>>c
>> >>>>>e
>> >>>>>ptor.java:53)
>> >>>>>  at sun.reflect.GeneratedMethodAccessor359.invoke(Unknown Source)
>> >>>>> at
>> >>>>>
>>
>> >>>>>sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccess
>> >>>>>o
>> >>>>>r
>> >>>>>I
>> >>>>>mpl.java:25)
>> >>>>>  at java.lang.reflect.Method.invoke(Method.java:597)
>> >>>>> at
>> >>>>>
>>
>> >>>>>org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMeth
>> >>>>>o
>> >>>>>d
>> >>>>>W
>> >>>>>ithGivenArgs(AbstractAspectJAdvice.java:621)
>> >>>>>  at
>> >>>>>
>>
>> >>>>>org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMeth
>> >>>>>o
>> >>>>>d
>> >>>>>(
>> >>>>>AbstractAspectJAdvice.java:610)
>> >>>>> at
>> >>>>>
>>
>> >>>>>org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJArou
>> >>>>>n
>> >>>>>d
>> >>>>>A
>> >>>>>dvice.java:65)
>> >>>>>  at
>> >>>>>
>>
>> >>>>>org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(R
>> >>>>>e
>> >>>>>f
>> >>>>>l
>> >>>>>ectiveMethodInvocation.java:161)
>> >>>>> at
>> >>>>>
>> >>>>>
>> org.springframework.aop.aspectj.MethodInvocationProceedingJoinPoint.pr
>> >>>>>o
>> >>>>>c
>> >>>>>e
>> >>>>>ed(MethodInvocationProceedingJoinPoint.java:80)
>> >>>>>  at
>> >>>>>
>>
>> >>>>>com.cloud.utils.db.TransactionContextBuilder.AroundAnyMethod(Transacti
>> >>>>>o
>> >>>>>n
>> >>>>>C
>> >>>>>ontextBuilder.java:37)
>> >>>>> at sun.reflect.GeneratedMethodAccessor37.invoke(Unknown Source)
>> >>>>>  at
>> >>>>>
>>
>> >>>>>sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccess
>> >>>>>o
>> >>>>>r
>> >>>>>I
>> >>>>>mpl.java:25)
>> >>>>> at java.lang.reflect.Method.invoke(Method.java:597)
>> >>>>>  at
>> >>>>>
>>
>> >>>>>org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMeth
>> >>>>>o
>> >>>>>d
>> >>>>>W
>> >>>>>ithGivenArgs(AbstractAspectJAdvice.java:621)
>> >>>>> at
>> >>>>>
>>
>> >>>>>org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMeth
>> >>>>>o
>> >>>>>d
>> >>>>>(
>> >>>>>AbstractAspectJAdvice.java:610)
>> >>>>>  at
>> >>>>>
>>
>> >>>>>org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJArou
>> >>>>>n
>> >>>>>d
>> >>>>>A
>> >>>>>dvice.java:65)
>> >>>>> at
>> >>>>>
>>
>> >>>>>org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(R
>> >>>>>e
>> >>>>>f
>> >>>>>l
>> >>>>>ectiveMethodInvocation.java:172)
>> >>>>>  at
>> >>>>>
>>
>> >>>>>org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke
>> >>>>>(
>> >>>>>E
>> >>>>>x
>> >>>>>poseInvocationInterceptor.java:90)
>> >>>>> at
>> >>>>>
>>
>> >>>>>org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(R
>> >>>>>e
>> >>>>>f
>> >>>>>l
>> >>>>>ectiveMethodInvocation.java:172)
>> >>>>>  at
>> >>>>>
>>
>> >>>>>org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamic
>> >>>>>A
>> >>>>>o
>> >>>>>p
>> >>>>>Proxy.java:202)
>> >>>>> at com.sun.proxy.$Proxy263.startVirtualMachine(Unknown Source)
>> >>>>>  at
>> >>>>>
>>
>> >>>>>org.apache.cloudstack.api.command.user.vm.DeployVMCmd.execute(DeployVM
>> >>>>>C
>> >>>>>m
>> >>>>>d
>> >>>>>.java:379)
>> >>>>> at com.cloud.api.ApiDispatcher.dispatch(ApiDispatcher.java:163)
>> >>>>>  at net.sf.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204)
>> >>>>> at
>> >>>>>
>>
>> >>>>>org.springframework.aop.framework.Cglib2AopProxy$CglibMethodInvocation
>> >>>>>.
>> >>>>>i
>> >>>>>n
>> >>>>>vokeJoinpoint(Cglib2AopProxy.java:689)
>> >>>>>  at
>> >>>>>
>>
>> >>>>>org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(R
>> >>>>>e
>> >>>>>f
>> >>>>>l
>> >>>>>ectiveMethodInvocation.java:150)
>> >>>>> at
>> >>>>>
>> >>>>>
>> org.springframework.aop.aspectj.MethodInvocationProceedingJoinPoint.pr
>> >>>>>o
>> >>>>>c
>> >>>>>e
>> >>>>>ed(MethodInvocationProceedingJoinPoint.java:80)
>> >>>>>  at
>> >>>>>
>>
>> >>>>>com.cloud.utils.db.TransactionContextBuilder.AroundAnyMethod(Transacti
>> >>>>>o
>> >>>>>n
>> >>>>>C
>> >>>>>ontextBuilder.java:37)
>> >>>>> at sun.reflect.GeneratedMethodAccessor37.invoke(Unknown Source)
>> >>>>>  at
>> >>>>>
>>
>> >>>>>sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccess
>> >>>>>o
>> >>>>>r
>> >>>>>I
>> >>>>>mpl.java:25)
>> >>>>> at java.lang.reflect.Method.invoke(Method.java:597)
>> >>>>>  at
>> >>>>>
>>
>> >>>>>org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMeth
>> >>>>>o
>> >>>>>d
>> >>>>>W
>> >>>>>ithGivenArgs(AbstractAspectJAdvice.java:621)
>> >>>>> at
>> >>>>>
>>
>> >>>>>org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMeth
>> >>>>>o
>> >>>>>d
>> >>>>>(
>> >>>>>AbstractAspectJAdvice.java:610)
>> >>>>>  at
>> >>>>>
>>
>> >>>>>org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJArou
>> >>>>>n
>> >>>>>d
>> >>>>>A
>> >>>>>dvice.java:65)
>> >>>>> at
>> >>>>>
>>
>> >>>>>org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(R
>> >>>>>e
>> >>>>>f
>> >>>>>l
>> >>>>>ectiveMethodInvocation.java:172)
>> >>>>>  at
>> >>>>>
>>
>> >>>>>org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke
>> >>>>>(
>> >>>>>E
>> >>>>>x
>> >>>>>poseInvocationInterceptor.java:90)
>> >>>>> at
>> >>>>>
>>
>> >>>>>org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(R
>> >>>>>e
>> >>>>>f
>> >>>>>l
>> >>>>>ectiveMethodInvocation.java:172)
>> >>>>>  at
>> >>>>>
>>
>> >>>>>org.springframework.aop.framework.Cglib2AopProxy$DynamicAdvisedInterce
>> >>>>>p
>> >>>>>t
>> >>>>>o
>> >>>>>r.intercept(Cglib2AopProxy.java:622)
>> >>>>> at
>>
>> >>>>>com.cloud.async.AsyncJobManagerImpl$1.run(AsyncJobManagerImpl.java:437
>> >>>>>)
>> >>>>>  at
>> >>>>>
>>
>> >>>>>java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:439
>> >>>>>)
>> >>>>> at
>> java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:303)
>> >>>>>  at java.util.concurrent.FutureTask.run(FutureTask.java:138)
>> >>>>> at
>> >>>>>
>>
>> >>>>>java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecu
>> >>>>>t
>> >>>>>o
>> >>>>>r
>> >>>>>.java:895)
>> >>>>>  at
>> >>>>>
>>
>> >>>>>java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.
>> >>>>>j
>> >>>>>a
>> >>>>>v
>> >>>>>a:918)
>> >>>>> at java.lang.Thread.run(Thread.java:680)
>> >>>>> 2013-04-07 00:33:44,674 DEBUG [cloud.async.AsyncJobManagerImpl]
>> >>>>> (Job-Executor-37:job-44) Complete async job-44, jobStatus: 2,
>> >>>>>resultCode:
>> >>>>> 530, result: Error Code: 533 Error text: Unable to create a
>> >>>>>deployment
>> >>>>>for
>> >>>>> VM[User|a30b991d-1c38-4bae-803f-ab3be57a384f]
>> >>>>> 2013-04-07 00:33:47,591 DEBUG [cloud.api.ApiServlet]
>> >>>>> (1161145101@qtp-1008805148-33:null) ===START===  127.0.0.1 -- GET
>> >>>>>
>>
>> >>>>>command=queryAsyncJobResult&jobId=8dd191cc-2709-4223-aee5-3ecd759d4afd
>> >>>>>&
>> >>>>>r
>> >>>>>e
>> >>>>>sponse=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316427589
>> >>>>> 2013-04-07 00:33:47,601 DEBUG [cloud.async.AsyncJobManagerImpl]
>> >>>>> (1161145101@qtp-1008805148-33:null) Async job-44 completed
>> >>>>> 2013-04-07 00:33:47,605 DEBUG [cloud.api.ApiServlet]
>> >>>>> (1161145101@qtp-1008805148-33:null) ===END===  127.0.0.1 -- GET
>> >>>>>
>>
>> >>>>>command=queryAsyncJobResult&jobId=8dd191cc-2709-4223-aee5-3ecd759d4afd
>> >>>>>&
>> >>>>>r
>> >>>>>e
>> >>>>>sponse=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316427589
>> >>>>> 2013-04-07 00:33:47,608 DEBUG [cloud.api.ApiServlet]
>> >>>>> (1161145101@qtp-1008805148-33:null) ===START===  127.0.0.1 -- GET
>> >>>>>
>>
>> >>>>>command=listVirtualMachines&id=a30b991d-1c38-4bae-803f-ab3be57a384f&re
>> >>>>>s
>> >>>>>p
>> >>>>>o
>> >>>>>nse=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316427606
>> >>>>> 2013-04-07 00:33:47,621 DEBUG [cloud.api.ApiServlet]
>> >>>>> (1161145101@qtp-1008805148-33:null) ===END===  127.0.0.1 -- GET
>> >>>>>
>>
>> >>>>>command=listVirtualMachines&id=a30b991d-1c38-4bae-803f-ab3be57a384f&re
>> >>>>>s
>> >>>>>p
>> >>>>>o
>> >>>>>nse=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316427606
>> >>>>> 2013-04-07 00:33:47,678 DEBUG [agent.manager.AgentManagerImpl]
>> >>>>> (AgentManager-Handler-14:null) Ping from 3
>> >>>>> 2013-04-07 00:33:50,451 DEBUG
>> >>>>> [storage.secondary.SecondaryStorageManagerImpl] (secstorage-1:null)
>> >>>>>Zone 1
>> >>>>> is ready to launch secondary storage VM
>> >>>>> 2013-04-07 00:33:50,559 DEBUG
>> >>>>>[cloud.consoleproxy.ConsoleProxyManagerImpl]
>> >>>>> (consoleproxy-1:null) Zone 1 is ready to launch console proxy
>> >>>>> 2013-04-07 00:33:50,819 DEBUG
>> >>>>> [network.router.VirtualNetworkApplianceManagerImpl]
>> >>>>> (RouterStatusMonitor-1:null) Found 0 routers to update status.
>> >>>>> 2013-04-07 00:33:50,820 DEBUG
>> >>>>> [network.router.VirtualNetworkApplianceManagerImpl]
>> >>>>> (RouterStatusMonitor-1:null) Found 0 networks to update RvR status.
>> >>>>> 2013-04-07 00:33:50,851 DEBUG
>> >>>>> [network.router.VirtualNetworkApplianceManagerImpl]
>> >>>>> (RouterStatusMonitor-1:null) Found 0 routers to update status.
>> >>>>> 2013-04-07 00:33:50,852 DEBUG
>> >>>>> [network.router.VirtualNetworkApplianceManagerImpl]
>> >>>>> (RouterStatusMonitor-1:null) Found 0 networks to update RvR status.
>> >>>>> 2013-04-07 00:33:51,465 INFO  [agent.manager.AgentMonitor]
>> >>>>> (Thread-11:null) Found the following agents behind on ping: [6, 5]
>> >>>>> 2013-04-07 00:33:51,467 DEBUG [cloud.host.Status] (Thread-11:null)
>> >>>>>Ping
>> >>>>> timeout for host 6, do invstigation
>> >>>>> 2013-04-07 00:33:51,468 DEBUG [cloud.host.Status] (Thread-11:null)
>> >>>>>Ping
>> >>>>> timeout for host 5, do invstigation
>> >>>>> 2013-04-07 00:33:51,468 INFO  [agent.manager.AgentManagerImpl]
>> >>>>> (AgentTaskPool-4:null) Investigating why host 6 has disconnected
>> with
>> >>>>>event
>> >>>>> PingTimeout
>> >>>>> 2013-04-07 00:33:51,468 DEBUG [agent.manager.AgentManagerImpl]
>> >>>>> (AgentTaskPool-4:null) checking if agent (6) is alive
>> >>>>> 2013-04-07 00:33:51,469 INFO  [agent.manager.AgentManagerImpl]
>> >>>>> (AgentTaskPool-3:null) Investigating why host 5 has disconnected
>> with
>> >>>>>event
>> >>>>> PingTimeout
>> >>>>> 2013-04-07 00:33:51,470 DEBUG [agent.manager.AgentManagerImpl]
>> >>>>> (AgentTaskPool-3:null) checking if agent (5) is alive
>> >>>>> 2013-04-07 00:33:51,471 DEBUG [agent.transport.Request]
>> >>>>> (AgentTaskPool-4:null) Seq 6-324993311: Sending  { Cmd , MgmtId: 1,
>> >>>>>via: 6,
>> >>>>> Ver: v1, Flags: 100011, [{"CheckHealthCommand":{"wait":50}}] }
>> >>>>> 2013-04-07 00:33:51,471 DEBUG [agent.transport.Request]
>> >>>>> (AgentTaskPool-4:null) Seq 6-324993311: Executing:  { Cmd , MgmtId:
>> >>>>>1,
>> >>>>>via:
>> >>>>> 6, Ver: v1, Flags: 100011, [{"CheckHealthCommand":{"wait":50}}] }
>> >>>>> 2013-04-07 00:33:51,472 DEBUG [agent.manager.DirectAgentAttache]
>> >>>>> (DirectAgent-448:null) Seq 6-324993311: Executing request
>> >>>>> 2013-04-07 00:33:51,473 DEBUG [agent.transport.Request]
>> >>>>> (AgentTaskPool-3:null) Seq 5-614334815: Sending  { Cmd , MgmtId: 1,
>> >>>>>via: 5,
>> >>>>> Ver: v1, Flags: 100011, [{"CheckHealthCommand":{"wait":50}}] }
>> >>>>> 2013-04-07 00:33:51,473 DEBUG [agent.transport.Request]
>> >>>>> (AgentTaskPool-3:null) Seq 5-614334815: Executing:  { Cmd , MgmtId:
>> >>>>>1,
>> >>>>>via:
>> >>>>> 5, Ver: v1, Flags: 100011, [{"CheckHealthCommand":{"wait":50}}] }
>> >>>>> 2013-04-07 00:33:51,473 DEBUG [agent.manager.DirectAgentAttache]
>> >>>>> (DirectAgent-261:null) Seq 5-614334815: Executing request
>> >>>>> 2013-04-07 00:33:51,527 DEBUG [agent.manager.DirectAgentAttache]
>> >>>>> (DirectAgent-448:null) Seq 6-324993311: Response Received:
>> >>>>> 2013-04-07 00:33:51,527 DEBUG [agent.transport.Request]
>> >>>>> (DirectAgent-448:null) Seq 6-324993311: Processing:  { Ans: ,
>> MgmtId:
>> >>>>>1,
>> >>>>> via: 6, Ver: v1, Flags: 10,
>> >>>>> [{"CheckHealthAnswer":{"result":true,"details":"resource is
>> >>>>> alive","wait":0}}] }
>> >>>>> 2013-04-07 00:33:51,527 DEBUG [agent.transport.Request]
>> >>>>> (AgentTaskPool-4:null) Seq 6-324993311: Received:  { Ans: , MgmtId:
>> >>>>>1,
>> >>>>>via:
>> >>>>> 6, Ver: v1, Flags: 10, { CheckHealthAnswer } }
>> >>>>> 2013-04-07 00:33:51,528 DEBUG [agent.manager.AgentManagerImpl]
>> >>>>> (AgentTaskPool-4:null) Details from executing class
>> >>>>> com.cloud.agent.api.CheckHealthCommand: resource is alive
>> >>>>> 2013-04-07 00:33:51,528 DEBUG [agent.manager.AgentManagerImpl]
>> >>>>> (AgentTaskPool-4:null) agent (6) responded to checkHeathCommand,
>> >>>>>reporting
>> >>>>> that agent is Up
>> >>>>> 2013-04-07 00:33:51,528 INFO  [agent.manager.AgentManagerImpl]
>> >>>>> (AgentTaskPool-4:null) The state determined is Up
>> >>>>> 2013-04-07 00:33:51,528 INFO  [agent.manager.AgentManagerImpl]
>> >>>>> (AgentTaskPool-4:null) Agent is determined to be up and running
>> >>>>> 2013-04-07 00:33:51,528 DEBUG [cloud.host.Status]
>> >>>>>(AgentTaskPool-4:null)
>> >>>>> Transition:[Resource state = Enabled, Agent event = Ping, Host id =
>> >>>>>6,
>> >>>>>name
>> >>>>> = Tut-XenServer]
>> >>>>> 2013-04-07 00:33:51,531 DEBUG [cloud.host.Status]
>> >>>>>(AgentTaskPool-4:null)
>> >>>>> Agent status update: [id = 6; name = Tut-XenServer; old status = Up;
>> >>>>>event
>> >>>>> = Ping; new status = Up; old update count = 310; new update count =
>> >>>>>311]
>> >>>>> 2013-04-07 00:33:51,531 DEBUG [agent.manager.DirectAgentAttache]
>> >>>>> (DirectAgent-261:null) Seq 5-614334815: Response Received:
>> >>>>> 2013-04-07 00:33:51,531 DEBUG [agent.transport.Request]
>> >>>>> (DirectAgent-261:null) Seq 5-614334815: Processing:  { Ans: ,
>> MgmtId:
>> >>>>>1,
>> >>>>> via: 5, Ver: v1, Flags: 10,
>> >>>>> [{"CheckHealthAnswer":{"result":true,"details":"resource is
>> >>>>> alive","wait":0}}] }
>> >>>>> 2013-04-07 00:33:51,531 DEBUG [agent.transport.Request]
>> >>>>> (AgentTaskPool-3:null) Seq 5-614334815: Received:  { Ans: , MgmtId:
>> >>>>>1,
>> >>>>>via:
>> >>>>> 5, Ver: v1, Flags: 10, { CheckHealthAnswer } }
>> >>>>> 2013-04-07 00:33:51,532 DEBUG [agent.manager.AgentManagerImpl]
>> >>>>> (AgentTaskPool-3:null) Details from executing class
>> >>>>> com.cloud.agent.api.CheckHealthCommand: resource is alive
>> >>>>> 2013-04-07 00:33:51,532 DEBUG [agent.manager.AgentManagerImpl]
>> >>>>> (AgentTaskPool-3:null) agent (5) responded to checkHeathCommand,
>> >>>>>reporting
>> >>>>> that agent is Up
>> >>>>> 2013-04-07 00:33:51,532 INFO  [agent.manager.AgentManagerImpl]
>> >>>>> (AgentTaskPool-3:null) The state determined is Up
>> >>>>> 2013-04-07 00:33:51,532 INFO  [agent.manager.AgentManagerImpl]
>> >>>>> (AgentTaskPool-3:null) Agent is determined to be up and running
>> >>>>> 2013-04-07 00:33:51,532 DEBUG [cloud.host.Status]
>> >>>>>(AgentTaskPool-3:null)
>> >>>>> Transition:[Resource state = Enabled, Agent event = Ping, Host id =
>> >>>>>5,
>> >>>>>name
>> >>>>> = Tut-XenServer2]
>> >>>>> 2013-04-07 00:33:51,535 DEBUG [cloud.host.Status]
>> >>>>>(AgentTaskPool-3:null)
>> >>>>> Agent status update: [id = 5; name = Tut-XenServer2; old status =
>> Up;
>> >>>>>event
>> >>>>> = Ping; new status = Up; old update count = 147; new update count =
>> >>>>>148]
>> >>>>> 2013-04-07 00:34:04,860 DEBUG [agent.manager.DirectAgentAttache]
>> >>>>> (DirectAgent-239:null) Ping from 6
>> >>>>> 2013-04-07 00:34:06,170 DEBUG [agent.manager.DirectAgentAttache]
>> >>>>> (DirectAgent-185:null) Ping from 5
>> >>>>> 2013-04-07 00:34:06,909 DEBUG [agent.manager.DirectAgentAttache]
>> >>>>> (DirectAgent-461:null) Seq 6-324993028: Executing request
>> >>>>> 2013-04-07 00:34:07,107 DEBUG [agent.manager.DirectAgentAttache]
>> >>>>> (DirectAgent-461:null) Seq 6-324993028: Response Received:
>> >>>>> 2013-04-07 00:34:07,107 DEBUG [agent.transport.Request]
>> >>>>> (DirectAgent-461:null) Seq 6-324993028: Processing:  { Ans: ,
>> MgmtId:
>> >>>>>1,
>> >>>>> via: 6, Ver: v1, Flags: 10,
>> >>>>>
>>
>> >>>>>[{"ClusterSyncAnswer":{"_clusterId":2,"_newStates":{},"_isExecuted":fa
>> >>>>>l
>> >>>>>s
>> >>>>>e
>> >>>>>,"result":true,"wait":0}}]
>> >>>>> }
>> >>>>> 2013-04-07 00:34:11,023 DEBUG [agent.manager.DirectAgentAttache]
>> >>>>> (DirectAgent-450:null) Seq 5-614334468: Executing request
>> >>>>> 2013-04-07 00:34:11,168 DEBUG [agent.manager.DirectAgentAttache]
>> >>>>> (DirectAgent-450:null) Seq 5-614334468: Response Received:
>> >>>>> 2013-04-07 00:34:11,168 DEBUG [agent.transport.Request]
>> >>>>> (DirectAgent-450:null) Seq 5-614334468: Processing:  { Ans: ,
>> MgmtId:
>> >>>>>1,
>> >>>>> via: 5, Ver: v1, Flags: 10, [{"Answer":{"result":true,"wait":0}}] }
>> >>>>> 2013-04-07 00:34:20,451 DEBUG
>> >>>>> [storage.secondary.SecondaryStorageManagerImpl] (secstorage-1:null)
>> >>>>>Zone 1
>> >>>>> is ready to launch secondary storage VM
>> >>>>> 2013-04-07 00:34:20,553 DEBUG
>> >>>>>[cloud.consoleproxy.ConsoleProxyManagerImpl]
>> >>>>> (consoleproxy-1:null) Zone 1 is ready to launch console proxy
>> >>>>> 2013-04-07 00:34:20,820 DEBUG
>> >>>>> [network.router.VirtualNetworkApplianceManagerImpl]
>> >>>>> (RouterStatusMonitor-1:null) Found 0 routers to update status.
>> >>>>> 2013-04-07 00:34:20,821 DEBUG
>> >>>>> [network.router.VirtualNetworkApplianceManagerImpl]
>> >>>>> (RouterStatusMonitor-1:null) Found 0 networks to update RvR status.
>> >>>>> 2013-04-07 00:34:20,850 DEBUG
>> >>>>> [network.router.VirtualNetworkApplianceManagerImpl]
>> >>>>> (RouterStatusMonitor-1:null) Found 0 routers to update status.
>> >>>>> 2013-04-07 00:34:20,851 DEBUG
>> >>>>> [network.router.VirtualNetworkApplianceManagerImpl]
>> >>>>> (RouterStatusMonitor-1:null) Found 0 networks to update RvR status.
>> >>>>> 2013-04-07 00:34:24,891 DEBUG [agent.manager.AgentManagerImpl]
>> >>>>> (AgentManager-Handler-15:null) Ping from 4
>> >>>>> 2013-04-07 00:34:27,175 DEBUG [agent.manager.DirectAgentAttache]
>> >>>>> (DirectAgent-126:null) Ping from 1
>> >>>>> 2013-04-07 00:34:29,095 DEBUG [agent.manager.DirectAgentAttache]
>> >>>>> (DirectAgent-182:null) Seq 1-90046472: Executing request
>> >>>>> 2013-04-07 00:34:29,323 DEBUG [agent.manager.DirectAgentAttache]
>> >>>>> (DirectAgent-182:null) Seq 1-90046472: Response Received:
>> >>>>> 2013-04-07 00:34:29,323 DEBUG [agent.transport.Request]
>> >>>>> (DirectAgent-182:null) Seq 1-90046472: Processing:  { Ans: , MgmtId:
>> >>>>>1,
>> >>>>> via: 1, Ver: v1, Flags: 10,
>> >>>>>
>>
>> >>>>>[{"ClusterSyncAnswer":{"_clusterId":1,"_newStates":{},"_isExecuted":fa
>> >>>>>l
>> >>>>>s
>> >>>>>e
>> >>>>>,"result":true,"wait":0}}]
>> >>>>> }
>> >>>>> 2013-04-07 00:34:36,532 DEBUG [cloud.api.ApiServlet]
>> >>>>> (1161145101@qtp-1008805148-33:null) ===START===  127.0.0.1 -- GET
>> >>>>>
>>
>> >>>>>command=listVolumes&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8Go
>> >>>>>V
>> >>>>>A
>> >>>>>%
>> >>>>>3D&listAll=true&page=1&pagesize=20&_=1365316476530
>> >>>>> 2013-04-07 00:34:36,548 DEBUG [cloud.api.ApiServlet]
>> >>>>> (1161145101@qtp-1008805148-33:null) ===END===  127.0.0.1 -- GET
>> >>>>>
>>
>> >>>>>command=listVolumes&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8Go
>> >>>>>V
>> >>>>>A
>> >>>>>%
>> >>>>>3D&listAll=true&page=1&pagesize=20&_=1365316476530
>> >>>>> 2013-04-07 00:34:39,285 DEBUG [cloud.api.ApiServlet]
>> >>>>> (1161145101@qtp-1008805148-33:null) ===START===  127.0.0.1 -- GET
>> >>>>>
>>
>> >>>>>command=listVolumes&id=44d56727-6e5f-438a-8187-42adfac7c906&response=j
>> >>>>>s
>> >>>>>o
>> >>>>>n
>> >>>>>&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316479283
>> >>>>> 2013-04-07 00:34:39,309 DEBUG [cloud.api.ApiServlet]
>> >>>>> (1161145101@qtp-1008805148-33:null) ===END===  127.0.0.1 -- GET
>> >>>>>
>>
>> >>>>>command=listVolumes&id=44d56727-6e5f-438a-8187-42adfac7c906&response=j
>> >>>>>s
>> >>>>>o
>> >>>>>n
>> >>>>>&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316479283
>> >>>>> 2013-04-07 00:34:39,325 DEBUG [cloud.api.ApiServlet]
>> >>>>> (1161145101@qtp-1008805148-33:null) ===START===  127.0.0.1 -- GET
>> >>>>>
>>
>> >>>>>command=listTags&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%
>> >>>>>3
>> >>>>>D
>> >>>>>&
>>
>> >>>>>resourceId=44d56727-6e5f-438a-8187-42adfac7c906&resourceType=Volume&li
>> >>>>>s
>> >>>>>t
>> >>>>>A
>> >>>>>ll=true&_=1365316479323
>> >>>>> 2013-04-07 00:34:39,334 DEBUG [cloud.api.ApiServlet]
>> >>>>> (1161145101@qtp-1008805148-33:null) ===END===  127.0.0.1 -- GET
>> >>>>>
>>
>> >>>>>command=listTags&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%
>> >>>>>3
>> >>>>>D
>> >>>>>&
>>
>> >>>>>resourceId=44d56727-6e5f-438a-8187-42adfac7c906&resourceType=Volume&li
>> >>>>>s
>> >>>>>t
>> >>>>>A
>> >>>>>ll=true&_=1365316479323
>> >>>>> 2013-04-07 00:34:47,678 DEBUG [agent.manager.AgentManagerImpl]
>> >>>>> (AgentManager-Handler-1:null) Ping from 3
>> >>>>> 2013-04-07 00:34:50,455 DEBUG
>> >>>>> [storage.secondary.SecondaryStorageManagerImpl] (secstorage-1:null)
>> >>>>>Zone 1
>> >>>>> is ready to launch secondary storage VM
>> >>>>> 2013-04-07 00:34:50,557 DEBUG
>> >>>>>[cloud.consoleproxy.ConsoleProxyManagerImpl]
>> >>>>> (consoleproxy-1:null) Zone 1 is ready to launch console proxy
>> >>>>> 2013-04-07 00:34:50,820 DEBUG
>> >>>>> [network.router.VirtualNetworkApplianceManagerImpl]
>> >>>>> (RouterStatusMonitor-1:null) Found 0 routers to update status.
>> >>>>> 2013-04-07 00:34:50,821 DEBUG
>> >>>>> [network.router.VirtualNetworkApplianceManagerImpl]
>> >>>>> (RouterStatusMonitor-1:null) Found 0 networks to update RvR status.
>> >>>>> 2013-04-07 00:34:50,850 DEBUG
>> >>>>> [network.router.VirtualNetworkApplianceManagerImpl]
>> >>>>> (RouterStatusMonitor-1:null) Found 0 routers to update status.
>> >>>>> 2013-04-07 00:34:50,851 DEBUG
>> >>>>> [network.router.VirtualNetworkApplianceManagerImpl]
>> >>>>> (RouterStatusMonitor-1:null) Found 0 networks to update RvR status.
>> >>>>> 2013-04-07 00:34:51,468 INFO  [agent.manager.AgentMonitor]
>> >>>>> (Thread-11:null) Found the following agents behind on ping: [6, 5]
>> >>>>> 2013-04-07 00:34:51,470 DEBUG [cloud.host.Status] (Thread-11:null)
>> >>>>>Ping
>> >>>>> timeout for host 6, do invstigation
>> >>>>> 2013-04-07 00:34:51,471 DEBUG [cloud.host.Status] (Thread-11:null)
>> >>>>>Ping
>> >>>>> timeout for host 5, do invstigation
>> >>>>> 2013-04-07 00:34:51,472 INFO  [agent.manager.AgentManagerImpl]
>> >>>>> (AgentTaskPool-5:null) Investigating why host 6 has disconnected
>> with
>> >>>>>event
>> >>>>> PingTimeout
>> >>>>> 2013-04-07 00:34:51,472 DEBUG [agent.manager.AgentManagerImpl]
>> >>>>> (AgentTaskPool-5:null) checking if agent (6) is alive
>> >>>>> 2013-04-07 00:34:51,473 INFO  [agent.manager.AgentManagerImpl]
>> >>>>> (AgentTaskPool-6:null) Investigating why host 5 has disconnected
>> with
>> >>>>>event
>> >>>>> PingTimeout
>> >>>>> 2013-04-07 00:34:51,473 DEBUG [agent.manager.AgentManagerImpl]
>> >>>>> (AgentTaskPool-6:null) checking if agent (5) is alive
>> >>>>> 2013-04-07 00:34:51,475 DEBUG [agent.transport.Request]
>> >>>>> (AgentTaskPool-5:null) Seq 6-324993312: Sending  { Cmd , MgmtId: 1,
>> >>>>>via: 6,
>> >>>>> Ver: v1, Flags: 100011, [{"CheckHealthCommand":{"wait":50}}] }
>> >>>>> 2013-04-07 00:34:51,475 DEBUG [agent.transport.Request]
>> >>>>> (AgentTaskPool-5:null) Seq 6-324993312: Executing:  { Cmd , MgmtId:
>> >>>>>1,
>> >>>>>via:
>> >>>>> 6, Ver: v1, Flags: 100011, [{"CheckHealthCommand":{"wait":50}}] }
>> >>>>> 2013-04-07 00:34:51,475 DEBUG [agent.manager.DirectAgentAttache]
>> >>>>> (DirectAgent-42:null) Seq 6-324993312: Executing request
>> >>>>> 2013-04-07 00:34:51,476 DEBUG [agent.transport.Request]
>> >>>>> (AgentTaskPool-6:null) Seq 5-614334816: Sending  { Cmd , MgmtId: 1,
>> >>>>>via: 5,
>> >>>>> Ver: v1, Flags: 100011, [{"CheckHealthCommand":{"wait":50}}] }
>> >>>>> 2013-04-07 00:34:51,476 DEBUG [agent.transport.Request]
>> >>>>> (AgentTaskPool-6:null) Seq 5-614334816: Executing:  { Cmd , MgmtId:
>> >>>>>1,
>> >>>>>via:
>> >>>>> 5, Ver: v1, Flags: 100011, [{"CheckHealthCommand":{"wait":50}}] }
>> >>>>> 2013-04-07 00:34:51,477 DEBUG [agent.manager.DirectAgentAttache]
>> >>>>> (DirectAgent-164:null) Seq 5-614334816: Executing request
>> >>>>> 2013-04-07 00:34:51,534 DEBUG [agent.manager.DirectAgentAttache]
>> >>>>> (DirectAgent-164:null) Seq 5-614334816: Response Received:
>> >>>>> 2013-04-07 00:34:51,535 DEBUG [agent.transport.Request]
>> >>>>> (DirectAgent-164:null) Seq 5-614334816: Processing:  { Ans: ,
>> MgmtId:
>> >>>>>1,
>> >>>>> via: 5, Ver: v1, Flags: 10,
>> >>>>> [{"CheckHealthAnswer":{"result":true,"details":"resource is
>> >>>>> alive","wait":0}}] }
>> >>>>> 2013-04-07 00:34:51,535 DEBUG [agent.transport.Request]
>> >>>>> (AgentTaskPool-6:null) Seq 5-614334816: Received:  { Ans: , MgmtId:
>> >>>>>1,
>> >>>>>via:
>> >>>>> 5, Ver: v1, Flags: 10, { CheckHealthAnswer } }
>> >>>>> 2013-04-07 00:34:51,535 DEBUG [agent.manager.AgentManagerImpl]
>> >>>>> (AgentTaskPool-6:null) Details from executing class
>> >>>>> com.cloud.agent.api.CheckHealthCommand: resource is alive
>> >>>>> 2013-04-07 00:34:51,535 DEBUG [agent.manager.AgentManagerImpl]
>> >>>>> (AgentTaskPool-6:null) agent (5) responded to checkHeathCommand,
>> >>>>>reporting
>> >>>>> that agent is Up
>> >>>>> 2013-04-07 00:34:51,535 INFO  [agent.manager.AgentManagerImpl]
>> >>>>> (AgentTaskPool-6:null) The state determined is Up
>> >>>>> 2013-04-07 00:34:51,535 INFO  [agent.manager.AgentManagerImpl]
>> >>>>> (AgentTaskPool-6:null) Agent is determined to be up and running
>> >>>>> 2013-04-07 00:34:51,535 DEBUG [cloud.host.Status]
>> >>>>>(AgentTaskPool-6:null)
>> >>>>> Transition:[Resource state = Enabled, Agent event = Ping, Host id =
>> >>>>>5,
>> >>>>>name
>> >>>>> = Tut-XenServer2]
>> >>>>> 2013-04-07 00:34:51,538 DEBUG [cloud.host.Status]
>> >>>>>(AgentTaskPool-6:null)
>> >>>>> Agent status update: [id = 5; name = Tut-XenServer2; old status =
>> Up;
>> >>>>>event
>> >>>>> = Ping; new status = Up; old update count = 148; new update count =
>> >>>>>149]
>> >>>>> 2013-04-07 00:34:51,539 DEBUG [agent.manager.DirectAgentAttache]
>> >>>>> (DirectAgent-42:null) Seq 6-324993312: Response Received:
>> >>>>> 2013-04-07 00:34:51,539 DEBUG [agent.transport.Request]
>> >>>>> (DirectAgent-42:null) Seq 6-324993312: Processing:  { Ans: , MgmtId:
>> >>>>>1,
>> >>>>> via: 6, Ver: v1, Flags: 10,
>> >>>>> [{"CheckHealthAnswer":{"result":true,"details":"resource is
>> >>>>> alive","wait":0}}] }
>> >>>>> 2013-04-07 00:34:51,539 DEBUG [agent.transport.Request]
>> >>>>> (AgentTaskPool-5:null) Seq 6-324993312: Received:  { Ans: , MgmtId:
>> >>>>>1,
>> >>>>>via:
>> >>>>> 6, Ver: v1, Flags: 10, { CheckHealthAnswer } }
>> >>>>> 2013-04-07 00:34:51,539 DEBUG [agent.manager.AgentManagerImpl]
>> >>>>> (AgentTaskPool-5:null) Details from executing class
>> >>>>> com.cloud.agent.api.CheckHealthCommand: resource is alive
>> >>>>> 2013-04-07 00:34:51,539 DEBUG [agent.manager.AgentManagerImpl]
>> >>>>> (AgentTaskPool-5:null) agent (6) responded to checkHeathCommand,
>> >>>>>reporting
>> >>>>> that agent is Up
>> >>>>> 2013-04-07 00:34:51,539 INFO  [agent.manager.AgentManagerImpl]
>> >>>>> (AgentTaskPool-5:null) The state determined is Up
>> >>>>> 2013-04-07 00:34:51,539 INFO  [agent.manager.AgentManagerImpl]
>> >>>>> (AgentTaskPool-5:null) Agent is determined to be up and running
>> >>>>> 2013-04-07 00:34:51,539 DEBUG [cloud.host.Status]
>> >>>>>(AgentTaskPool-5:null)
>> >>>>> Transition:[Resource state = Enabled, Agent event = Ping, Host id =
>> >>>>>6,
>> >>>>>name
>> >>>>> = Tut-XenServer]
>> >>>>> 2013-04-07 00:34:51,542 DEBUG [cloud.host.Status]
>> >>>>>(AgentTaskPool-5:null)
>> >>>>> Agent status update: [id = 6; name = Tut-XenServer; old status = Up;
>> >>>>>event
>> >>>>> = Ping; new status = Up; old update count = 311; new update count =
>> >>>>>312]
>> >>>>> 2013-04-07 00:34:54,349 INFO  [cloud.vm.UserVmManagerImpl]
>> >>>>> (UserVm-Scavenger-1:null) Found 1 vms to expunge.
>> >>>>> 2013-04-07 00:34:54,349 DEBUG [cloud.vm.VirtualMachineManagerImpl]
>> >>>>> (UserVm-Scavenger-1:null) Stopped called on
>> >>>>> VM[User|a30b991d-1c38-4bae-803f-ab3be57a384f] but the state is Error
>> >>>>> 2013-04-07 00:34:54,352 DEBUG [cloud.capacity.CapacityManagerImpl]
>> >>>>> (UserVm-Scavenger-1:null) VM state transitted from :Error to
>> >>>>>Expunging
>> >>>>>with
>> >>>>> event: ExpungeOperationvm's original host id: null new host id: null
>> >>>>>host
>> >>>>> id before state transition: null
>> >>>>> 2013-04-07 00:34:54,352 DEBUG [cloud.vm.VirtualMachineManagerImpl]
>> >>>>> (UserVm-Scavenger-1:null) Destroying vm
>> >>>>> VM[User|a30b991d-1c38-4bae-803f-ab3be57a384f]
>> >>>>> 2013-04-07 00:34:54,352 DEBUG [cloud.vm.VirtualMachineManagerImpl]
>> >>>>> (UserVm-Scavenger-1:null) Cleaning up NICS
>> >>>>> 2013-04-07 00:34:54,352 DEBUG [cloud.network.NetworkManagerImpl]
>> >>>>> (UserVm-Scavenger-1:null) Cleaning network for vm: 14
>> >>>>> 2013-04-07 00:34:54,360 DEBUG [network.guru.DirectNetworkGuru]
>> >>>>> (UserVm-Scavenger-1:null) Deallocate network: networkId: 204, ip:
>> >>>>>null
>> >>>>> 2013-04-07 00:34:54,362 DEBUG [cloud.network.NetworkManagerImpl]
>> >>>>> (UserVm-Scavenger-1:null) Removed nic id=20
>> >>>>> 2013-04-07 00:34:54,362 DEBUG [cloud.storage.StorageManagerImpl]
>> >>>>> (UserVm-Scavenger-1:null) Cleaning storage for vm: 14
>> >>>>> 2013-04-07 00:34:54,363 DEBUG [cloud.storage.StorageManagerImpl]
>> >>>>> (UserVm-Scavenger-1:null) Expunging Vol[14|vm=14|ROOT]
>> >>>>> 2013-04-07 00:34:54,365 DEBUG [cloud.storage.StorageManagerImpl]
>> >>>>> (UserVm-Scavenger-1:null) Marking volume that was never created as
>> >>>>> destroyed: Vol[14|vm=14|ROOT]
>> >>>>> 2013-04-07 00:34:54,368 DEBUG [cloud.vm.VirtualMachineManagerImpl]
>> >>>>> (UserVm-Scavenger-1:null) Expunged
>> >>>>> VM[User|a30b991d-1c38-4bae-803f-ab3be57a384f]
>> >>>>> 2013-04-07 00:34:54,368 DEBUG [cloud.vm.UserVmManagerImpl]
>> >>>>> (UserVm-Scavenger-1:null) Starting cleaning up vm
>> >>>>> VM[User|a30b991d-1c38-4bae-803f-ab3be57a384f] resources...
>> >>>>> 2013-04-07 00:34:54,371 INFO
>> >>>>>[network.security.SecurityGroupManagerImpl]
>> >>>>> (UserVm-Scavenger-1:null) Disassociated 1 network groups  from
>> uservm
>> >>>>>14
>> >>>>> 2013-04-07 00:34:54,372 DEBUG
>> >>>>>[network.security.SecurityGroupManagerImpl]
>> >>>>> (UserVm-Scavenger-1:null) Security group mappings are removed
>> >>>>>successfully
>> >>>>> for vm id=14
>> >>>>> 2013-04-07 00:34:54,376 DEBUG [network.firewall.FirewallManagerImpl]
>> >>>>> (UserVm-Scavenger-1:null) No firewall rules are found for vm id=14
>> >>>>> 2013-04-07 00:34:54,376 DEBUG [cloud.vm.UserVmManagerImpl]
>> >>>>> (UserVm-Scavenger-1:null) Firewall rules are removed successfully as
>> >>>>>a
>> >>>>>part
>> >>>>> of vm id=14 expunge
>> >>>>> 2013-04-07 00:34:54,378 DEBUG [network.rules.RulesManagerImpl]
>> >>>>> (UserVm-Scavenger-1:null) No port forwarding rules are found for vm
>> >>>>>id=14
>> >>>>> 2013-04-07 00:34:54,378 DEBUG [cloud.vm.UserVmManagerImpl]
>> >>>>> (UserVm-Scavenger-1:null) Port forwarding rules are removed
>> >>>>>successfully as
>> >>>>> a part of vm id=14 expunge
>> >>>>> 2013-04-07 00:34:54,379 DEBUG [cloud.vm.UserVmManagerImpl]
>> >>>>> (UserVm-Scavenger-1:null) Removed vm id=14 from all load balancers
>> as
>> >>>>>a
>> >>>>> part of expunge process
>> >>>>> 2013-04-07 00:34:54,379 DEBUG [cloud.vm.UserVmManagerImpl]
>> >>>>> (UserVm-Scavenger-1:null) Successfully cleaned up vm
>> >>>>> VM[User|a30b991d-1c38-4bae-803f-ab3be57a384f] resources as a part of
>> >>>>> expunge process
>> >>>>> 2013-04-07 00:34:54,873 DEBUG [cloud.api.ApiServlet]
>> >>>>> (1161145101@qtp-1008805148-33:null) ===START===  127.0.0.1 -- GET
>> >>>>>
>>
>> >>>>>command=listVirtualMachines&response=json&sessionkey=Z6QqzU0Fq1iT13bMg
>> >>>>>n
>> >>>>>R
>> >>>>>R
>> >>>>>fl8GoVA%3D&listAll=true&page=1&pagesize=20&_=1365316494871
>> >>>>> 2013-04-07 00:34:54,891 DEBUG [cloud.api.ApiServlet]
>> >>>>> (1161145101@qtp-1008805148-33:null) ===END===  127.0.0.1 -- GET
>> >>>>>
>>
>> >>>>>command=listVirtualMachines&response=json&sessionkey=Z6QqzU0Fq1iT13bMg
>> >>>>>n
>> >>>>>R
>> >>>>>R
>> >>>>>fl8GoVA%3D&listAll=true&page=1&pagesize=20&_=1365316494871
>> >>>>> 2013-04-07 00:34:57,672 DEBUG [cloud.api.ApiServlet]
>> >>>>> (1161145101@qtp-1008805148-33:null) ===START===  127.0.0.1 -- GET
>> >>>>>
>>
>> >>>>>command=listZones&id=3a62dec3-cf95-4ba2-9af0-af2190af35e3&response=jso
>> >>>>>n
>> >>>>>&
>> >>>>>s
>> >>>>>essionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316497670
>> >>>>> 2013-04-07 00:34:57,679 DEBUG [cloud.api.ApiServlet]
>> >>>>> (1161145101@qtp-1008805148-33:null) ===END===  127.0.0.1 -- GET
>> >>>>>
>>
>> >>>>>command=listZones&id=3a62dec3-cf95-4ba2-9af0-af2190af35e3&response=jso
>> >>>>>n
>> >>>>>&
>> >>>>>s
>> >>>>>essionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316497670
>> >>>>> 2013-04-07 00:34:57,683 DEBUG [cloud.api.ApiServlet]
>> >>>>> (1161145101@qtp-1008805148-33:null) ===START===  127.0.0.1 -- GET
>> >>>>>
>>
>> >>>>>command=listNetworks&id=9d28211f-440e-4233-86d1-214b404074eb&response=
>> >>>>>j
>> >>>>>s
>> >>>>>o
>> >>>>>n&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316497681
>> >>>>> 2013-04-07 00:34:57,708 DEBUG [cloud.api.ApiServlet]
>> >>>>> (1161145101@qtp-1008805148-33:null) ===END===  127.0.0.1 -- GET
>> >>>>>
>>
>> >>>>>command=listNetworks&id=9d28211f-440e-4233-86d1-214b404074eb&response=
>> >>>>>j
>> >>>>>s
>> >>>>>o
>> >>>>>n&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316497681
>> >>>>> 2013-04-07 00:34:57,714 DEBUG [cloud.api.ApiServlet]
>> >>>>> (1161145101@qtp-1008805148-33:null) ===START===  127.0.0.1 -- GET
>> >>>>>
>>
>> >>>>>command=listVirtualMachines&id=94ddc16f-04fc-4da1-8326-01d8d5cdeb44&re
>> >>>>>s
>> >>>>>p
>> >>>>>o
>> >>>>>nse=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316497712
>> >>>>> 2013-04-07 00:34:57,731 DEBUG [cloud.api.ApiServlet]
>> >>>>> (1161145101@qtp-1008805148-33:null) ===END===  127.0.0.1 -- GET
>> >>>>>
>>
>> >>>>>command=listVirtualMachines&id=94ddc16f-04fc-4da1-8326-01d8d5cdeb44&re
>> >>>>>s
>> >>>>>p
>> >>>>>o
>> >>>>>nse=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316497712
>> >>>>> 2013-04-07 00:34:57,738 DEBUG [cloud.api.ApiServlet]
>> >>>>> (1161145101@qtp-1008805148-33:null) ===START===  127.0.0.1 -- GET
>> >>>>>
>>
>> >>>>>command=listOsTypes&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8Go
>> >>>>>V
>> >>>>>A
>> >>>>>%
>> >>>>>3D&_=1365316497736
>> >>>>> 2013-04-07 00:34:57,754 DEBUG [cloud.api.ApiServlet]
>> >>>>> (1109449945@qtp-1008805148-34:null) ===START===  127.0.0.1 -- GET
>> >>>>>
>>
>> >>>>>command=listTags&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%
>> >>>>>3
>> >>>>>D
>> >>>>>&
>>
>> >>>>>resourceId=94ddc16f-04fc-4da1-8326-01d8d5cdeb44&resourceType=UserVm&li
>> >>>>>s
>> >>>>>t
>> >>>>>A
>> >>>>>ll=true&_=1365316497750
>> >>>>> 2013-04-07 00:34:57,763 DEBUG [cloud.api.ApiServlet]
>> >>>>> (1109449945@qtp-1008805148-34:null) ===END===  127.0.0.1 -- GET
>> >>>>>
>>
>> >>>>>command=listTags&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%
>> >>>>>3
>> >>>>>D
>> >>>>>&
>>
>> >>>>>resourceId=94ddc16f-04fc-4da1-8326-01d8d5cdeb44&resourceType=UserVm&li
>> >>>>>s
>> >>>>>t
>> >>>>>A
>> >>>>>ll=true&_=1365316497750
>> >>>>> 2013-04-07 00:34:57,889 DEBUG [cloud.api.ApiServlet]
>> >>>>> (1161145101@qtp-1008805148-33:null) ===END===  127.0.0.1 -- GET
>> >>>>>
>>
>> >>>>>command=listOsTypes&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8Go
>> >>>>>V
>> >>>>>A
>> >>>>>%
>> >>>>>3D&_=1365316497736
>> >>>>> 2013-04-07 00:35:01,051 DEBUG [cloud.api.ApiServlet]
>> >>>>> (1109449945@qtp-1008805148-34:null) ===START===  127.0.0.1 -- GET
>> >>>>>
>>
>> >>>>>command=listServiceOfferings&response=json&sessionkey=Z6QqzU0Fq1iT13bM
>> >>>>>g
>> >>>>>n
>> >>>>>R
>>
>> >>>>>Rfl8GoVA%3D&listAll=true&page=1&pagesize=20&issystem=false&_=136531650
>> >>>>>1
>> >>>>>0
>> >>>>>4
>> >>>>>7
>> >>>>> 2013-04-07 00:35:01,064 DEBUG [cloud.api.ApiServlet]
>> >>>>> (1109449945@qtp-1008805148-34:null) ===END===  127.0.0.1 -- GET
>> >>>>>
>>
>> >>>>>command=listServiceOfferings&response=json&sessionkey=Z6QqzU0Fq1iT13bM
>> >>>>>g
>> >>>>>n
>> >>>>>R
>>
>> >>>>>Rfl8GoVA%3D&listAll=true&page=1&pagesize=20&issystem=false&_=136531650
>> >>>>>1
>> >>>>>0
>> >>>>>4
>> >>>>>7
>> >>>>> 2013-04-07 00:35:03,427 DEBUG [cloud.api.ApiServlet]
>> >>>>> (1109449945@qtp-1008805148-34:null) ===START===  127.0.0.1 -- GET
>> >>>>>
>>
>> >>>>>command=listServiceOfferings&response=json&sessionkey=Z6QqzU0Fq1iT13bM
>> >>>>>g
>> >>>>>n
>> >>>>>R
>>
>> >>>>>Rfl8GoVA%3D&issystem=false&id=425cf3cf-4bc4-4e53-82a0-ba6c20dd3688&_=1
>> >>>>>3
>> >>>>>6
>> >>>>>5
>> >>>>>316503425
>> >>>>> 2013-04-07 00:35:03,439 DEBUG [cloud.api.ApiServlet]
>> >>>>> (1109449945@qtp-1008805148-34:null) ===END===  127.0.0.1 -- GET
>> >>>>>
>>
>> >>>>>command=listServiceOfferings&response=json&sessionkey=Z6QqzU0Fq1iT13bM
>> >>>>>g
>> >>>>>n
>> >>>>>R
>>
>> >>>>>Rfl8GoVA%3D&issystem=false&id=425cf3cf-4bc4-4e53-82a0-ba6c20dd3688&_=1
>> >>>>>3
>> >>>>>6
>> >>>>>5
>> >>>>>316503425
>> >>>>> 2013-04-07 00:35:04,848 DEBUG [agent.manager.DirectAgentAttache]
>> >>>>> (DirectAgent-349:null) Ping from 6
>> >>>>> 2013-04-07 00:35:06,206 DEBUG [agent.manager.DirectAgentAttache]
>> >>>>> (DirectAgent-292:null) Ping from 5
>> >>>>> 2013-04-07 00:35:06,909 DEBUG [agent.manager.DirectAgentAttache]
>> >>>>> (DirectAgent-334:null) Seq 6-324993028: Executing request
>> >>>>> 2013-04-07 00:35:07,112 DEBUG [agent.manager.DirectAgentAttache]
>> >>>>> (DirectAgent-334:null) Seq 6-324993028: Response Received:
>> >>>>> 2013-04-07 00:35:07,112 DEBUG [agent.transport.Request]
>> >>>>> (DirectAgent-334:null) Seq 6-324993028: Processing:  { Ans: ,
>> MgmtId:
>> >>>>>1,
>> >>>>> via: 6, Ver: v1, Flags: 10,
>> >>>>>
>>
>> >>>>>[{"ClusterSyncAnswer":{"_clusterId":2,"_newStates":{},"_isExecuted":fa
>> >>>>>l
>> >>>>>s
>> >>>>>e
>> >>>>>,"result":true,"wait":0}}]
>> >>>>> }
>> >>>>> 2013-04-07 00:35:08,821 DEBUG [cloud.api.ApiServlet]
>> >>>>> (1109449945@qtp-1008805148-34:null) ===START===  127.0.0.1 -- GET
>> >>>>>
>>
>> >>>>>command=listConfigurations&response=json&sessionkey=Z6QqzU0Fq1iT13bMgn
>> >>>>>R
>> >>>>>R
>> >>>>>f
>> >>>>>l8GoVA%3D&page=1&pagesize=20&_=1365316508819
>> >>>>> 2013-04-07 00:35:08,845 DEBUG [cloud.api.ApiServlet]
>> >>>>> (1109449945@qtp-1008805148-34:null) ===END===  127.0.0.1 -- GET
>> >>>>>
>>
>> >>>>>command=listConfigurations&response=json&sessionkey=Z6QqzU0Fq1iT13bMgn
>> >>>>>R
>> >>>>>R
>> >>>>>f
>> >>>>>l8GoVA%3D&page=1&pagesize=20&_=1365316508819
>> >>>>> 2013-04-07 00:35:10,407 DEBUG [cloud.api.ApiServlet]
>> >>>>> (1109449945@qtp-1008805148-34:null) ===START===  127.0.0.1 -- GET
>> >>>>>
>>
>> >>>>>command=listZones&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA
>> >>>>>%
>> >>>>>3
>> >>>>>D
>> >>>>>&_=1365316510405
>> >>>>> 2013-04-07 00:35:10,416 DEBUG [cloud.api.ApiServlet]
>> >>>>> (1109449945@qtp-1008805148-34:null) ===END===  127.0.0.1 -- GET
>> >>>>>
>>
>> >>>>>command=listZones&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA
>> >>>>>%
>> >>>>>3
>> >>>>>D
>> >>>>>&_=1365316510405
>> >>>>> 2013-04-07 00:35:10,429 DEBUG [cloud.api.ApiServlet]
>> >>>>> (1109449945@qtp-1008805148-34:null) ===START===  127.0.0.1 -- GET
>> >>>>>
>>
>> >>>>>command=listPods&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%
>> >>>>>3
>> >>>>>D
>> >>>>>&
>> >>>>>page=1&pagesize=1&_=1365316510426
>> >>>>> 2013-04-07 00:35:10,436 DEBUG [cloud.api.ApiServlet]
>> >>>>> (1109449945@qtp-1008805148-34:null) ===END===  127.0.0.1 -- GET
>> >>>>>
>>
>> >>>>>command=listPods&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%
>> >>>>>3
>> >>>>>D
>> >>>>>&
>> >>>>>page=1&pagesize=1&_=1365316510426
>> >>>>> 2013-04-07 00:35:10,440 DEBUG [cloud.api.ApiServlet]
>> >>>>> (1109449945@qtp-1008805148-34:null) ===START===  127.0.0.1 -- GET
>> >>>>>
>>
>> >>>>>command=listClusters&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8G
>> >>>>>o
>> >>>>>V
>> >>>>>A
>> >>>>>%3D&page=1&pagesize=1&_=1365316510438
>> >>>>> 2013-04-07 00:35:10,448 DEBUG [cloud.api.ApiServlet]
>> >>>>> (1109449945@qtp-1008805148-34:null) ===END===  127.0.0.1 -- GET
>> >>>>>
>>
>> >>>>>command=listClusters&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8G
>> >>>>>o
>> >>>>>V
>> >>>>>A
>> >>>>>%3D&page=1&pagesize=1&_=1365316510438
>> >>>>> 2013-04-07 00:35:10,451 DEBUG [cloud.api.ApiServlet]
>> >>>>> (1109449945@qtp-1008805148-34:null) ===START===  127.0.0.1 -- GET
>> >>>>>
>>
>> >>>>>command=listHosts&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA
>> >>>>>%
>> >>>>>3
>> >>>>>D
>> >>>>>&type=routing&page=1&pagesize=1&_=1365316510449
>> >>>>> 2013-04-07 00:35:10,456 DEBUG [api.query.QueryManagerImpl]
>> >>>>> (1109449945@qtp-1008805148-34:null) >>>Searching for hosts>>>
>> >>>>> 2013-04-07 00:35:10,461 DEBUG [api.query.QueryManagerImpl]
>> >>>>> (1109449945@qtp-1008805148-34:null) >>>Generating Response>>>
>> >>>>> 2013-04-07 00:35:10,466 DEBUG [cloud.api.ApiServlet]
>> >>>>> (1109449945@qtp-1008805148-34:null) ===END===  127.0.0.1 -- GET
>> >>>>>
>>
>> >>>>>command=listHosts&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA
>> >>>>>%
>> >>>>>3
>> >>>>>D
>> >>>>>&type=routing&page=1&pagesize=1&_=1365316510449
>> >>>>> 2013-04-07 00:35:10,470 DEBUG [cloud.api.ApiServlet]
>> >>>>> (1109449945@qtp-1008805148-34:null) ===START===  127.0.0.1 -- GET
>> >>>>>
>>
>> >>>>>command=listStoragePools&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRR
>> >>>>>f
>> >>>>>l
>> >>>>>8
>> >>>>>GoVA%3D&page=1&pagesize=1&_=1365316510468
>> >>>>> 2013-04-07 00:35:10,479 DEBUG [cloud.api.ApiServlet]
>> >>>>> (1109449945@qtp-1008805148-34:null) ===END===  127.0.0.1 -- GET
>> >>>>>
>>
>> >>>>>command=listStoragePools&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRR
>> >>>>>f
>> >>>>>l
>> >>>>>8
>> >>>>>GoVA%3D&page=1&pagesize=1&_=1365316510468
>> >>>>> 2013-04-07 00:35:10,483 DEBUG [cloud.api.ApiServlet]
>> >>>>> (1109449945@qtp-1008805148-34:null) ===START===  127.0.0.1 -- GET
>> >>>>>
>>
>> >>>>>command=listHosts&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA
>> >>>>>%
>> >>>>>3
>> >>>>>D
>> >>>>>&type=SecondaryStorage&page=1&pagesize=1&_=1365316510481
>> >>>>> 2013-04-07 00:35:10,488 DEBUG [api.query.QueryManagerImpl]
>> >>>>> (1109449945@qtp-1008805148-34:null) >>>Searching for hosts>>>
>> >>>>> 2013-04-07 00:35:10,493 DEBUG [api.query.QueryManagerImpl]
>> >>>>> (1109449945@qtp-1008805148-34:null) >>>Generating Response>>>
>> >>>>> 2013-04-07 00:35:10,494 DEBUG [cloud.api.ApiServlet]
>> >>>>> (1109449945@qtp-1008805148-34:null) ===END===  127.0.0.1 -- GET
>> >>>>>
>>
>> >>>>>command=listHosts&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA
>> >>>>>%
>> >>>>>3
>> >>>>>D
>> >>>>>&type=SecondaryStorage&page=1&pagesize=1&_=1365316510481
>> >>>>> 2013-04-07 00:35:10,500 DEBUG [cloud.api.ApiServlet]
>> >>>>> (1109449945@qtp-1008805148-34:null) ===START===  127.0.0.1 -- GET
>> >>>>>
>>
>> >>>>>command=listSystemVms&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8
>> >>>>>G
>> >>>>>o
>> >>>>>V
>> >>>>>A%3D&page=1&pagesize=1&_=1365316510496
>> >>>>> 2013-04-07 00:35:10,564 DEBUG [cloud.api.ApiServlet]
>> >>>>> (1109449945@qtp-1008805148-34:null) ===END===  127.0.0.1 -- GET
>> >>>>>
>>
>> >>>>>command=listSystemVms&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8
>> >>>>>G
>> >>>>>o
>> >>>>>V
>> >>>>>A%3D&page=1&pagesize=1&_=1365316510496
>> >>>>> 2013-04-07 00:35:10,568 DEBUG [cloud.api.ApiServlet]
>> >>>>> (1109449945@qtp-1008805148-34:null) ===START===  127.0.0.1 -- GET
>> >>>>>
>>
>> >>>>>command=listRouters&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8Go
>> >>>>>V
>> >>>>>A
>> >>>>>%
>> >>>>>3D&projectid=-1&page=1&pagesize=1&_=1365316510566
>> >>>>> 2013-04-07 00:35:10,576 DEBUG [cloud.api.ApiServlet]
>> >>>>> (1109449945@qtp-1008805148-34:null) ===END===  127.0.0.1 -- GET
>> >>>>>
>>
>> >>>>>command=listRouters&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8Go
>> >>>>>V
>> >>>>>A
>> >>>>>%
>> >>>>>3D&projectid=-1&page=1&pagesize=1&_=1365316510566
>> >>>>> 2013-04-07 00:35:10,579 DEBUG [cloud.api.ApiServlet]
>> >>>>> (1109449945@qtp-1008805148-34:null) ===START===  127.0.0.1 -- GET
>> >>>>>
>>
>> >>>>>command=listRouters&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8Go
>> >>>>>V
>> >>>>>A
>> >>>>>%
>> >>>>>3D&listAll=true&page=1&pagesize=1&_=1365316510577
>> >>>>> 2013-04-07 00:35:10,591 DEBUG [cloud.api.ApiServlet]
>> >>>>> (1109449945@qtp-1008805148-34:null) ===END===  127.0.0.1 -- GET
>> >>>>>
>>
>> >>>>>command=listRouters&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8Go
>> >>>>>V
>> >>>>>A
>> >>>>>%
>> >>>>>3D&listAll=true&page=1&pagesize=1&_=1365316510577
>> >>>>> 2013-04-07 00:35:10,595 DEBUG [cloud.api.ApiServlet]
>> >>>>> (1109449945@qtp-1008805148-34:null) ===START===  127.0.0.1 -- GET
>> >>>>>
>>
>> >>>>>command=listCapacity&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8G
>> >>>>>o
>> >>>>>V
>> >>>>>A
>> >>>>>%3D&_=1365316510593
>> >>>>> 2013-04-07 00:35:10,609 DEBUG [cloud.api.ApiServlet]
>> >>>>> (1109449945@qtp-1008805148-34:null) ===END===  127.0.0.1 -- GET
>> >>>>>
>>
>> >>>>>command=listCapacity&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8G
>> >>>>>o
>> >>>>>V
>> >>>>>A
>> >>>>>%3D&_=1365316510593
>> >>>>> 2013-04-07 00:35:11,022 DEBUG [agent.manager.DirectAgentAttache]
>> >>>>> (DirectAgent-298:null) Seq 5-614334468: Executing request
>> >>>>> 2013-04-07 00:35:11,171 DEBUG [agent.manager.DirectAgentAttache]
>> >>>>> (DirectAgent-298:null) Seq 5-614334468: Response Received:
>> >>>>> 2013-04-07 00:35:11,172 DEBUG [agent.transport.Request]
>> >>>>> (DirectAgent-298:null) Seq 5-614334468: Processing:  { Ans: ,
>> MgmtId:
>> >>>>>1,
>> >>>>> via: 5, Ver: v1, Flags: 10, [{"Answer":{"result":true,"wait":0}}] }
>> >>>>> 2013-04-07 00:35:12,493 DEBUG [cloud.api.ApiServlet]
>> >>>>> (1109449945@qtp-1008805148-34:null) ===START===  127.0.0.1 -- GET
>> >>>>>
>>
>> >>>>>command=listStoragePools&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRR
>> >>>>>f
>> >>>>>l
>> >>>>>8
>> >>>>>GoVA%3D&page=1&pageSize=20&listAll=true&_=1365316512490
>> >>>>> 2013-04-07 00:35:12,508 DEBUG [cloud.api.ApiServlet]
>> >>>>> (1109449945@qtp-1008805148-34:null) ===END===  127.0.0.1 -- GET
>> >>>>>
>>
>> >>>>>command=listStoragePools&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRR
>> >>>>>f
>> >>>>>l
>> >>>>>8
>> >>>>>GoVA%3D&page=1&pageSize=20&listAll=true&_=1365316512490
>> >>>>> 2013-04-07 00:35:18,008 DEBUG [cloud.api.ApiServlet]
>> >>>>> (1109449945@qtp-1008805148-34:null) ===START===  127.0.0.1 -- GET
>> >>>>>
>>
>> >>>>>command=listZones&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA
>> >>>>>%
>> >>>>>3
>> >>>>>D
>> >>>>>&id=3a62dec3-cf95-4ba2-9af0-af2190af35e3&_=1365316518006
>> >>>>> 2013-04-07 00:35:18,016 DEBUG [cloud.api.ApiServlet]
>> >>>>> (1109449945@qtp-1008805148-34:null) ===END===  127.0.0.1 -- GET
>> >>>>>
>>
>> >>>>>command=listZones&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA
>> >>>>>%
>> >>>>>3
>> >>>>>D
>> >>>>>&id=3a62dec3-cf95-4ba2-9af0-af2190af35e3&_=1365316518006
>> >>>>> 2013-04-07 00:35:18,022 DEBUG [cloud.api.ApiServlet]
>> >>>>> (1109449945@qtp-1008805148-34:null) ===START===  127.0.0.1 -- GET
>> >>>>>
>>
>> >>>>>command=listStoragePools&id=iSCSI_SR_4&response=json&sessionkey=Z6QqzU
>> >>>>>0
>> >>>>>F
>> >>>>>q
>> >>>>>1iT13bMgnRRfl8GoVA%3D&_=1365316518019
>> >>>>> 2013-04-07 00:35:18,036 DEBUG [cloud.api.ApiServlet]
>> >>>>> (1109449945@qtp-1008805148-34:null) ===END===  127.0.0.1 -- GET
>> >>>>>
>>
>> >>>>>command=listStoragePools&id=iSCSI_SR_4&response=json&sessionkey=Z6QqzU
>> >>>>>0
>> >>>>>F
>> >>>>>q
>> >>>>>1iT13bMgnRRfl8GoVA%3D&_=1365316518019
>> >>>>> 2013-04-07 00:35:20,457 DEBUG
>> >>>>> [storage.secondary.SecondaryStorageManagerImpl] (secstorage-1:null)
>> >>>>>Zone 1
>> >>>>> is ready to launch secondary storage VM
>> >>>>> 2013-04-07 00:35:20,560 DEBUG
>> >>>>>[cloud.consoleproxy.ConsoleProxyManagerImpl]
>> >>>>> (consoleproxy-1:null) Zone 1 is ready to launch console proxy
>> >>>>> 2013-04-07 00:35:20,820 DEBUG
>> >>>>> [network.router.VirtualNetworkApplianceManagerImpl]
>> >>>>> (RouterStatusMonitor-1:null) Found 0 routers to update status.
>> >>>>> 2013-04-07 00:35:20,821 DEBUG
>> >>>>> [network.router.VirtualNetworkApplianceManagerImpl]
>> >>>>> (RouterStatusMonitor-1:null) Found 0 networks to update RvR status.
>> >>>>> 2013-04-07 00:35:20,850 DEBUG
>> >>>>> [network.router.VirtualNetworkApplianceManagerImpl]
>> >>>>> (RouterStatusMonitor-1:null) Found 0 routers to update status.
>> >>>>> 2013-04-07 00:35:20,851 DEBUG
>> >>>>> [network.router.VirtualNetworkApplianceManagerImpl]
>> >>>>> (RouterStatusMonitor-1:null) Found 0 networks to update RvR status.
>> >>>>> 2013-04-07 00:35:23,644 DEBUG [cloud.api.ApiServlet]
>> >>>>> (1109449945@qtp-1008805148-34:null) ===START===  127.0.0.1 -- GET
>> >>>>>
>>
>> >>>>>command=listZones&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA
>> >>>>>%
>> >>>>>3
>> >>>>>D
>> >>>>>&id=3a62dec3-cf95-4ba2-9af0-af2190af35e3&_=1365316523642
>> >>>>> 2013-04-07 00:35:23,652 DEBUG [cloud.api.ApiServlet]
>> >>>>> (1109449945@qtp-1008805148-34:null) ===END===  127.0.0.1 -- GET
>> >>>>>
>>
>> >>>>>command=listZones&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA
>> >>>>>%
>> >>>>>3
>> >>>>>D
>> >>>>>&id=3a62dec3-cf95-4ba2-9af0-af2190af35e3&_=1365316523642
>> >>>>> 2013-04-07 00:35:23,657 DEBUG [cloud.api.ApiServlet]
>> >>>>> (1109449945@qtp-1008805148-34:null) ===START===  127.0.0.1 -- GET
>> >>>>>
>>
>> >>>>>command=listStoragePools&id=iSCSI_SR_3&response=json&sessionkey=Z6QqzU
>> >>>>>0
>> >>>>>F
>> >>>>>q
>> >>>>>1iT13bMgnRRfl8GoVA%3D&_=1365316523655
>> >>>>> 2013-04-07 00:35:23,670 DEBUG [cloud.api.ApiServlet]
>> >>>>> (1109449945@qtp-1008805148-34:null) ===END===  127.0.0.1 -- GET
>> >>>>>
>>
>> >>>>>command=listStoragePools&id=iSCSI_SR_3&response=json&sessionkey=Z6QqzU
>> >>>>>0
>> >>>>>F
>> >>>>>q
>> >>>>>1iT13bMgnRRfl8GoVA%3D&_=1365316523655
>> >>>>> 2013-04-07 00:35:24,890 DEBUG [agent.manager.AgentManagerImpl]
>> >>>>> (AgentManager-Handler-2:null) Ping from 4
>> >>>>> 2013-04-07 00:35:25,447 DEBUG [cloud.api.ApiServlet]
>> >>>>> (1109449945@qtp-1008805148-34:null) ===START===  127.0.0.1 -- GET
>> >>>>>
>>
>> >>>>>command=listZones&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA
>> >>>>>%
>> >>>>>3
>> >>>>>D
>> >>>>>&_=1365316525443
>> >>>>> 2013-04-07 00:35:25,456 DEBUG [cloud.api.ApiServlet]
>> >>>>> (1109449945@qtp-1008805148-34:null) ===END===  127.0.0.1 -- GET
>> >>>>>
>>
>> >>>>>command=listZones&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA
>> >>>>>%
>> >>>>>3
>> >>>>>D
>> >>>>>&_=1365316525443
>> >>>>> 2013-04-07 00:35:25,467 DEBUG [cloud.api.ApiServlet]
>> >>>>> (1109449945@qtp-1008805148-34:null) ===START===  127.0.0.1 -- GET
>> >>>>>
>>
>> >>>>>command=listPods&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%
>> >>>>>3
>> >>>>>D
>> >>>>>&
>> >>>>>page=1&pagesize=1&_=1365316525465
>> >>>>> 2013-04-07 00:35:25,474 DEBUG [cloud.api.ApiServlet]
>> >>>>> (1109449945@qtp-1008805148-34:null) ===END===  127.0.0.1 -- GET
>> >>>>>
>>
>> >>>>>command=listPods&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%
>> >>>>>3
>> >>>>>D
>> >>>>>&
>> >>>>>page=1&pagesize=1&_=1365316525465
>> >>>>> 2013-04-07 00:35:25,477 DEBUG [cloud.api.ApiServlet]
>> >>>>> (1109449945@qtp-1008805148-34:null) ===START===  127.0.0.1 -- GET
>> >>>>>
>>
>> >>>>>command=listClusters&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8G
>> >>>>>o
>> >>>>>V
>> >>>>>A
>> >>>>>%3D&page=1&pagesize=1&_=1365316525475
>> >>>>> 2013-04-07 00:35:25,485 DEBUG [cloud.api.ApiServlet]
>> >>>>> (1109449945@qtp-1008805148-34:null) ===END===  127.0.0.1 -- GET
>> >>>>>
>>
>> >>>>>command=listClusters&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8G
>> >>>>>o
>> >>>>>V
>> >>>>>A
>> >>>>>%3D&page=1&pagesize=1&_=1365316525475
>> >>>>> 2013-04-07 00:35:25,488 DEBUG [cloud.api.ApiServlet]
>> >>>>> (1109449945@qtp-1008805148-34:null) ===START===  127.0.0.1 -- GET
>> >>>>>
>>
>> >>>>>command=listHosts&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA
>> >>>>>%
>> >>>>>3
>> >>>>>D
>> >>>>>&type=routing&page=1&pagesize=1&_=1365316525486
>> >>>>> 2013-04-07 00:35:25,493 DEBUG [api.query.QueryManagerImpl]
>> >>>>> (1109449945@qtp-1008805148-34:null) >>>Searching for hosts>>>
>> >>>>> 2013-04-07 00:35:25,498 DEBUG [api.query.QueryManagerImpl]
>> >>>>> (1109449945@qtp-1008805148-34:null) >>>Generating Response>>>
>> >>>>> 2013-04-07 00:35:25,504 DEBUG [cloud.api.ApiServlet]
>> >>>>> (1109449945@qtp-1008805148-34:null) ===END===  127.0.0.1 -- GET
>> >>>>>
>>
>> >>>>>command=listHosts&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA
>> >>>>>%
>> >>>>>3
>> >>>>>D
>> >>>>>&type=routing&page=1&pagesize=1&_=1365316525486
>> >>>>> 2013-04-07 00:35:25,507 DEBUG [cloud.api.ApiServlet]
>> >>>>> (1109449945@qtp-1008805148-34:null) ===START===  127.0.0.1 -- GET
>> >>>>>
>>
>> >>>>>command=listStoragePools&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRR
>> >>>>>f
>> >>>>>l
>> >>>>>8
>> >>>>>GoVA%3D&page=1&pagesize=1&_=1365316525505
>> >>>>> 2013-04-07 00:35:25,517 DEBUG [cloud.api.ApiServlet]
>> >>>>> (1109449945@qtp-1008805148-34:null) ===END===  127.0.0.1 -- GET
>> >>>>>
>>
>> >>>>>command=listStoragePools&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRR
>> >>>>>f
>> >>>>>l
>> >>>>>8
>> >>>>>GoVA%3D&page=1&pagesize=1&_=1365316525505
>> >>>>> 2013-04-07 00:35:25,522 DEBUG [cloud.api.ApiServlet]
>> >>>>> (1109449945@qtp-1008805148-34:null) ===START===  127.0.0.1 -- GET
>> >>>>>
>>
>> >>>>>command=listHosts&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA
>> >>>>>%
>> >>>>>3
>> >>>>>D
>> >>>>>&type=SecondaryStorage&page=1&pagesize=1&_=1365316525519
>> >>>>> 2013-04-07 00:35:25,526 DEBUG [api.query.QueryManagerImpl]
>> >>>>> (1109449945@qtp-1008805148-34:null) >>>Searching for hosts>>>
>> >>>>> 2013-04-07 00:35:25,531 DEBUG [api.query.QueryManagerImpl]
>> >>>>> (1109449945@qtp-1008805148-34:null) >>>Generating Response>>>
>> >>>>> 2013-04-07 00:35:25,533 DEBUG [cloud.api.ApiServlet]
>> >>>>> (1109449945@qtp-1008805148-34:null) ===END===  127.0.0.1 -- GET
>> >>>>>
>>
>> >>>>>command=listHosts&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA
>> >>>>>%
>> >>>>>3
>> >>>>>D
>> >>>>>&type=SecondaryStorage&page=1&pagesize=1&_=1365316525519
>> >>>>> 2013-04-07 00:35:25,536 DEBUG [cloud.api.ApiServlet]
>> >>>>> (1109449945@qtp-1008805148-34:null) ===START===  127.0.0.1 -- GET
>> >>>>>
>>
>> >>>>>command=listSystemVms&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8
>> >>>>>G
>> >>>>>o
>> >>>>>V
>> >>>>>A%3D&page=1&pagesize=1&_=1365316525534
>> >>>>> 2013-04-07 00:35:25,591 DEBUG [cloud.api.ApiServlet]
>> >>>>> (1109449945@qtp-1008805148-34:null) ===END===  127.0.0.1 -- GET
>> >>>>>
>>
>> >>>>>command=listSystemVms&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8
>> >>>>>G
>> >>>>>o
>> >>>>>V
>> >>>>>A%3D&page=1&pagesize=1&_=1365316525534
>> >>>>> 2013-04-07 00:35:25,595 DEBUG [cloud.api.ApiServlet]
>> >>>>> (1109449945@qtp-1008805148-34:null) ===START===  127.0.0.1 -- GET
>> >>>>>
>>
>> >>>>>command=listRouters&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8Go
>> >>>>>V
>> >>>>>A
>> >>>>>%
>> >>>>>3D&projectid=-1&page=1&pagesize=1&_=1365316525593
>> >>>>> 2013-04-07 00:35:25,603 DEBUG [cloud.api.ApiServlet]
>> >>>>> (1109449945@qtp-1008805148-34:null) ===END===  127.0.0.1 -- GET
>> >>>>>
>>
>> >>>>>command=listRouters&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8Go
>> >>>>>V
>> >>>>>A
>> >>>>>%
>> >>>>>3D&projectid=-1&page=1&pagesize=1&_=1365316525593
>> >>>>> 2013-04-07 00:35:25,606 DEBUG [cloud.api.ApiServlet]
>> >>>>> (1109449945@qtp-1008805148-34:null) ===START===  127.0.0.1 -- GET
>> >>>>>
>>
>> >>>>>command=listRouters&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8Go
>> >>>>>V
>> >>>>>A
>> >>>>>%
>> >>>>>3D&listAll=true&page=1&pagesize=1&_=1365316525604
>> >>>>> 2013-04-07 00:35:25,617 DEBUG [cloud.api.ApiServlet]
>> >>>>> (1109449945@qtp-1008805148-34:null) ===END===  127.0.0.1 -- GET
>> >>>>>
>>
>> >>>>>command=listRouters&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8Go
>> >>>>>V
>> >>>>>A
>> >>>>>%
>> >>>>>3D&listAll=true&page=1&pagesize=1&_=1365316525604
>> >>>>> 2013-04-07 00:35:25,621 DEBUG [cloud.api.ApiServlet]
>> >>>>> (1109449945@qtp-1008805148-34:null) ===START===  127.0.0.1 -- GET
>> >>>>>
>>
>> >>>>>command=listCapacity&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8G
>> >>>>>o
>> >>>>>V
>> >>>>>A
>> >>>>>%3D&_=1365316525619
>> >>>>> 2013-04-07 00:35:25,634 DEBUG [cloud.api.ApiServlet]
>> >>>>> (1109449945@qtp-1008805148-34:null) ===END===  127.0.0.1 -- GET
>> >>>>>
>>
>> >>>>>command=listCapacity&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8G
>> >>>>>o
>> >>>>>V
>> >>>>>A
>> >>>>>%3D&_=1365316525619
>> >>>>> 2013-04-07 00:35:27,158 DEBUG [agent.manager.DirectAgentAttache]
>> >>>>> (DirectAgent-276:null) Ping from 1
>> >>>>> 2013-04-07 00:35:29,095 DEBUG [agent.manager.DirectAgentAttache]
>> >>>>> (DirectAgent-139:null) Seq 1-90046472: Executing request
>> >>>>> 2013-04-07 00:35:29,302 DEBUG [agent.manager.DirectAgentAttache]
>> >>>>> (DirectAgent-139:null) Seq 1-90046472: Response Received:
>> >>>>> 2013-04-07 00:35:29,303 DEBUG [agent.transport.Request]
>> >>>>> (DirectAgent-139:null) Seq 1-90046472: Processing:  { Ans: , MgmtId:
>> >>>>>1,
>> >>>>> via: 1, Ver: v1, Flags: 10,
>> >>>>>
>>
>> >>>>>[{"ClusterSyncAnswer":{"_clusterId":1,"_newStates":{},"_isExecuted":fa
>> >>>>>l
>> >>>>>s
>> >>>>>e
>> >>>>>,"result":true,"wait":0}}]
>> >>>>> }
>> >>>>> 2013-04-07 00:35:31,624 DEBUG [cloud.api.ApiServlet]
>> >>>>> (1109449945@qtp-1008805148-34:null) ===START===  127.0.0.1 -- GET
>> >>>>>
>>
>> >>>>>command=listVirtualMachines&response=json&sessionkey=Z6QqzU0Fq1iT13bMg
>> >>>>>n
>> >>>>>R
>> >>>>>R
>> >>>>>fl8GoVA%3D&listAll=true&page=1&pagesize=20&_=1365316531622
>> >>>>> 2013-04-07 00:35:31,644 DEBUG [cloud.api.ApiServlet]
>> >>>>> (1109449945@qtp-1008805148-34:null) ===END===  127.0.0.1 -- GET
>> >>>>>
>>
>> >>>>>command=listVirtualMachines&response=json&sessionkey=Z6QqzU0Fq1iT13bMg
>> >>>>>n
>> >>>>>R
>> >>>>>R
>> >>>>>fl8GoVA%3D&listAll=true&page=1&pagesize=20&_=1365316531622
>> >>>>> 2013-04-07 00:35:32,710 DEBUG [cloud.api.ApiServlet]
>> >>>>> (1109449945@qtp-1008805148-34:null) ===START===  127.0.0.1 -- GET
>> >>>>>
>>
>> >>>>>command=listVolumes&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8Go
>> >>>>>V
>> >>>>>A
>> >>>>>%
>> >>>>>3D&listAll=true&page=1&pagesize=20&_=1365316532708
>> >>>>> 2013-04-07 00:35:32,724 DEBUG [cloud.api.ApiServlet]
>> >>>>> (1109449945@qtp-1008805148-34:null) ===END===  127.0.0.1 -- GET
>> >>>>>
>>
>> >>>>>command=listVolumes&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8Go
>> >>>>>V
>> >>>>>A
>> >>>>>%
>> >>>>>3D&listAll=true&page=1&pagesize=20&_=1365316532708
>> >>>>> 2013-04-07 00:35:33,917 DEBUG [cloud.api.ApiServlet]
>> >>>>> (1109449945@qtp-1008805148-34:null) ===START===  127.0.0.1 -- GET
>> >>>>>
>>
>> >>>>>command=listVirtualMachines&response=json&sessionkey=Z6QqzU0Fq1iT13bMg
>> >>>>>n
>> >>>>>R
>> >>>>>R
>> >>>>>fl8GoVA%3D&listAll=true&page=1&pagesize=20&_=1365316533915
>> >>>>> 2013-04-07 00:35:33,935 DEBUG [cloud.api.ApiServlet]
>> >>>>> (1109449945@qtp-1008805148-34:null) ===END===  127.0.0.1 -- GET
>> >>>>>
>>
>> >>>>>command=listVirtualMachines&response=json&sessionkey=Z6QqzU0Fq1iT13bMg
>> >>>>>n
>> >>>>>R
>> >>>>>R
>> >>>>>fl8GoVA%3D&listAll=true&page=1&pagesize=20&_=1365316533915
>> >>>>> 2013-04-07 00:35:35,668 DEBUG [cloud.api.ApiServlet]
>> >>>>> (1109449945@qtp-1008805148-34:null) ===START===  127.0.0.1 -- GET
>> >>>>>
>>
>> >>>>>command=listVirtualMachines&id=c18ddf7c-fc61-40b0-af75-fdef05f8eae6&re
>> >>>>>s
>> >>>>>p
>> >>>>>o
>> >>>>>nse=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316535666
>> >>>>> 2013-04-07 00:35:35,689 DEBUG [cloud.api.ApiServlet]
>> >>>>> (1109449945@qtp-1008805148-34:null) ===END===  127.0.0.1 -- GET
>> >>>>>
>>
>> >>>>>command=listVirtualMachines&id=c18ddf7c-fc61-40b0-af75-fdef05f8eae6&re
>> >>>>>s
>> >>>>>p
>> >>>>>o
>> >>>>>nse=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316535666
>> >>>>> 2013-04-07 00:35:35,695 DEBUG [cloud.api.ApiServlet]
>> >>>>> (1109449945@qtp-1008805148-34:null) ===START===  127.0.0.1 -- GET
>> >>>>>
>>
>> >>>>>command=listOsTypes&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8Go
>> >>>>>V
>> >>>>>A
>> >>>>>%
>> >>>>>3D&_=1365316535693
>> >>>>> 2013-04-07 00:35:35,873 DEBUG [cloud.api.ApiServlet]
>> >>>>> (1109449945@qtp-1008805148-34:null) ===END===  127.0.0.1 -- GET
>> >>>>>
>>
>> >>>>>command=listOsTypes&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8Go
>> >>>>>V
>> >>>>>A
>> >>>>>%
>> >>>>>3D&_=1365316535693
>> >>>>> 2013-04-07 00:35:39,081 DEBUG [cloud.api.ApiServlet]
>> >>>>> (1109449945@qtp-1008805148-34:null) ===START===  127.0.0.1 -- GET
>> >>>>>
>>
>> >>>>>command=destroyVirtualMachine&id=c18ddf7c-fc61-40b0-af75-fdef05f8eae6&
>> >>>>>r
>> >>>>>e
>> >>>>>s
>> >>>>>ponse=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316539079
>> >>>>> 2013-04-07 00:35:39,103 DEBUG [cloud.async.AsyncJobManagerImpl]
>> >>>>> (1109449945@qtp-1008805148-34:null) submit async job-45, details:
>> >>>>> AsyncJobVO {id:45, userId: 2, accountId: 2, sessionKey: null,
>> >>>>>instanceType:
>> >>>>> null, instanceId: 12, cmd:
>> >>>>> org.apache.cloudstack.api.command.user.vm.DestroyVMCmd,
>> >>>>>cmdOriginator:
>> >>>>> null, cmdInfo:
>> >>>>>
>>
>> >>>>>{"id":"c18ddf7c-fc61-40b0-af75-fdef05f8eae6","response":"json","sessio
>> >>>>>n
>> >>>>>k
>> >>>>>e
>>
>> >>>>>y":"Z6QqzU0Fq1iT13bMgnRRfl8GoVA\u003d","ctxUserId":"2","_":"1365316539
>> >>>>>0
>> >>>>>7
>> >>>>>9
>> >>>>>","ctxAccountId":"2","ctxStartEventId":"50"},
>> >>>>> cmdVersion: 0, callbackType: 0, callbackAddress: null, status: 0,
>> >>>>> processStatus: 0, resultCode: 0, result: null, initMsid: 1,
>> >>>>>completeMsid:
>> >>>>> null, lastUpdated: null, lastPolled: null, created: null}
>> >>>>> 2013-04-07 00:35:39,104 DEBUG [cloud.async.AsyncJobManagerImpl]
>> >>>>> (Job-Executor-38:job-45) Executing
>> >>>>> org.apache.cloudstack.api.command.user.vm.DestroyVMCmd for job-45
>> >>>>> 2013-04-07 00:35:39,105 DEBUG [cloud.api.ApiServlet]
>> >>>>> (1109449945@qtp-1008805148-34:null) ===END===  127.0.0.1 -- GET
>> >>>>>
>>
>> >>>>>command=destroyVirtualMachine&id=c18ddf7c-fc61-40b0-af75-fdef05f8eae6&
>> >>>>>r
>> >>>>>e
>> >>>>>s
>> >>>>>ponse=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316539079
>> >>>>> 2013-04-07 00:35:39,119 DEBUG [cloud.vm.VirtualMachineManagerImpl]
>> >>>>> (Job-Executor-38:job-45) Destroying vm
>> >>>>> VM[User|c18ddf7c-fc61-40b0-af75-fdef05f8eae6]
>> >>>>> 2013-04-07 00:35:39,123 DEBUG [cloud.capacity.CapacityManagerImpl]
>> >>>>> (Job-Executor-38:job-45) VM state transitted from :Running to
>> >>>>>Stopping
>> >>>>>with
>> >>>>> event: StopRequestedvm's original host id: 5 new host id: 5 host id
>> >>>>>before
>> >>>>> state transition: 5
>> >>>>> 2013-04-07 00:35:39,125 DEBUG [agent.transport.Request]
>> >>>>> (Job-Executor-38:job-45) Seq 5-614334817: Sending  { Cmd , MgmtId:
>> 1,
>> >>>>>via:
>> >>>>> 5, Ver: v1, Flags: 100111,
>> >>>>> [{"StopCommand":{"isProxy":false,"vmName":"i-2-12-VM","wait":0}}] }
>> >>>>> 2013-04-07 00:35:39,125 DEBUG [agent.transport.Request]
>> >>>>> (Job-Executor-38:job-45) Seq 5-614334817: Executing:  { Cmd ,
>> MgmtId:
>> >>>>>1,
>> >>>>> via: 5, Ver: v1, Flags: 100111,
>> >>>>> [{"StopCommand":{"isProxy":false,"vmName":"i-2-12-VM","wait":0}}] }
>> >>>>> 2013-04-07 00:35:39,125 DEBUG [agent.manager.DirectAgentAttache]
>> >>>>> (DirectAgent-414:null) Seq 5-614334817: Executing request
>> >>>>> 2013-04-07 00:35:39,289 DEBUG [xen.resource.CitrixResourceBase]
>> >>>>> (DirectAgent-414:null) 9. The VM i-2-12-VM is in Stopping state
>> >>>>> 2013-04-07 00:35:39,720 INFO  [xen.resource.CitrixResourceBase]
>> >>>>> (DirectAgent-414:null) Removed  network rules for vm i-2-12-VM
>> >>>>> 2013-04-07 00:35:42,113 DEBUG [cloud.api.ApiServlet]
>> >>>>> (1109449945@qtp-1008805148-34:null) ===START===  127.0.0.1 -- GET
>> >>>>>
>>
>> >>>>>command=queryAsyncJobResult&jobId=1288fa5b-8b5f-4952-b056-b180437edfd5
>> >>>>>&
>> >>>>>r
>> >>>>>e
>> >>>>>sponse=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316542111
>> >>>>> 2013-04-07 00:35:42,127 DEBUG [cloud.api.ApiServlet]
>> >>>>> (1109449945@qtp-1008805148-34:null) ===END===  127.0.0.1 -- GET
>> >>>>>
>>
>> >>>>>command=queryAsyncJobResult&jobId=1288fa5b-8b5f-4952-b056-b180437edfd5
>> >>>>>&
>> >>>>>r
>> >>>>>e
>> >>>>>sponse=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316542111
>> >>>>> 2013-04-07 00:35:45,114 DEBUG [cloud.api.ApiServlet]
>> >>>>> (1109449945@qtp-1008805148-34:null) ===START===  127.0.0.1 -- GET
>> >>>>>
>>
>> >>>>>command=queryAsyncJobResult&jobId=1288fa5b-8b5f-4952-b056-b180437edfd5
>> >>>>>&
>> >>>>>r
>> >>>>>e
>> >>>>>sponse=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316545112
>> >>>>> 2013-04-07 00:35:45,129 DEBUG [cloud.api.ApiServlet]
>> >>>>> (1109449945@qtp-1008805148-34:null) ===END===  127.0.0.1 -- GET
>> >>>>>
>>
>> >>>>>command=queryAsyncJobResult&jobId=1288fa5b-8b5f-4952-b056-b180437edfd5
>> >>>>>&
>> >>>>>r
>> >>>>>e
>> >>>>>sponse=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316545112
>> >>>>> 2013-04-07 00:35:47,682 DEBUG [agent.manager.AgentManagerImpl]
>> >>>>> (AgentManager-Handler-3:null) Ping from 3
>> >>>>> 2013-04-07 00:35:48,115 DEBUG [cloud.api.ApiServlet]
>> >>>>> (1109449945@qtp-1008805148-34:null) ===START===  127.0.0.1 -- GET
>> >>>>>
>>
>> >>>>>command=queryAsyncJobResult&jobId=1288fa5b-8b5f-4952-b056-b180437edfd5
>> >>>>>&
>> >>>>>r
>> >>>>>e
>> >>>>>sponse=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316548112
>> >>>>> 2013-04-07 00:35:48,133 DEBUG [cloud.api.ApiServlet]
>> >>>>> (1109449945@qtp-1008805148-34:null) ===END===  127.0.0.1 -- GET
>> >>>>>
>>
>> >>>>>command=queryAsyncJobResult&jobId=1288fa5b-8b5f-4952-b056-b180437edfd5
>> >>>>>&
>> >>>>>r
>> >>>>>e
>> >>>>>sponse=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316548112
>> >>>>> 2013-04-07 00:35:50,456 DEBUG
>> >>>>> [storage.secondary.SecondaryStorageManagerImpl] (secstorage-1:null)
>> >>>>>Zone 1
>> >>>>> is ready to launch secondary storage VM
>> >>>>> 2013-04-07 00:35:50,564 DEBUG
>> >>>>>[cloud.consoleproxy.ConsoleProxyManagerImpl]
>> >>>>> (consoleproxy-1:null) Zone 1 is ready to launch console proxy
>> >>>>> 2013-04-07 00:35:50,819 DEBUG
>> >>>>> [network.router.VirtualNetworkApplianceManagerImpl]
>> >>>>> (RouterStatusMonitor-1:null) Found 0 routers to update status.
>> >>>>> 2013-04-07 00:35:50,821 DEBUG
>> >>>>> [network.router.VirtualNetworkApplianceManagerImpl]
>> >>>>> (RouterStatusMonitor-1:null) Found 0 networks to update RvR status.
>> >>>>> 2013-04-07 00:35:50,851 DEBUG
>> >>>>> [network.router.VirtualNetworkApplianceManagerImpl]
>> >>>>> (RouterStatusMonitor-1:null) Found 0 routers to update status.
>> >>>>> 2013-04-07 00:35:50,852 DEBUG
>> >>>>> [network.router.VirtualNetworkApplianceManagerImpl]
>> >>>>> (RouterStatusMonitor-1:null) Found 0 networks to update RvR status.
>> >>>>> 2013-04-07 00:35:51,117 DEBUG [cloud.api.ApiServlet]
>> >>>>> (1109449945@qtp-1008805148-34:null) ===START===  127.0.0.1 -- GET
>> >>>>>
>>
>> >>>>>command=queryAsyncJobResult&jobId=1288fa5b-8b5f-4952-b056-b180437edfd5
>> >>>>>&
>> >>>>>r
>> >>>>>e
>> >>>>>sponse=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316551115
>> >>>>> 2013-04-07 00:35:51,132 DEBUG [cloud.api.ApiServlet]
>> >>>>> (1109449945@qtp-1008805148-34:null) ===END===  127.0.0.1 -- GET
>> >>>>>
>>
>> >>>>>command=queryAsyncJobResult&jobId=1288fa5b-8b5f-4952-b056-b180437edfd5
>> >>>>>&
>> >>>>>r
>> >>>>>e
>> >>>>>sponse=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316551115
>> >>>>> 2013-04-07 00:35:51,242 DEBUG [xen.resource.CitrixResourceBase]
>> >>>>> (DirectAgent-414:null) 10. The VM i-2-12-VM is in Stopped state
>> >>>>> 2013-04-07 00:35:51,242 DEBUG [agent.manager.DirectAgentAttache]
>> >>>>> (DirectAgent-414:null) Seq 5-614334817: Response Received:
>> >>>>> 2013-04-07 00:35:51,243 DEBUG [agent.transport.Request]
>> >>>>> (DirectAgent-414:null) Seq 5-614334817: Processing:  { Ans: ,
>> MgmtId:
>> >>>>>1,
>> >>>>> via: 5, Ver: v1, Flags: 110,
>> >>>>> [{"StopAnswer":{"vncPort":0,"result":true,"details":"Stop VM
>> >>>>>i-2-12-VM
>> >>>>> Succeed","wait":0}}] }
>> >>>>> 2013-04-07 00:35:51,243 DEBUG [agent.transport.Request]
>> >>>>> (Job-Executor-38:job-45) Seq 5-614334817: Received:  { Ans: ,
>> MgmtId:
>> >>>>>1,
>> >>>>> via: 5, Ver: v1, Flags: 110, { StopAnswer } }
>> >>>>> 2013-04-07 00:35:51,243 DEBUG [agent.manager.AgentAttache]
>> >>>>> (DirectAgent-414:null) Seq 5-614334817: No more commands found
>> >>>>> 2013-04-07 00:35:51,244 DEBUG [cloud.vm.VirtualMachineManagerImpl]
>> >>>>> (Job-Executor-38:job-45)
>> >>>>>VM[User|c18ddf7c-fc61-40b0-af75-fdef05f8eae6]
>> >>>>>is
>> >>>>> stopped on the host.  Proceeding to release resource held.
>> >>>>> 2013-04-07 00:35:51,251 DEBUG [cloud.network.NetworkManagerImpl]
>> >>>>> (Job-Executor-38:job-45) Changing active number of nics for network
>> >>>>>id=204
>> >>>>> on -1
>> >>>>> 2013-04-07 00:35:51,252 DEBUG [cloud.network.NetworkManagerImpl]
>> >>>>> (Job-Executor-38:job-45) Asking ElasticLoadBalancerElement to
>> release
>> >>>>> Nic[18-12-6416c373-20d8-4617-8dcb-30a8ff9d0f34-192.168.56.195]
>> >>>>> 2013-04-07 00:35:51,252 DEBUG [cloud.network.NetworkManagerImpl]
>> >>>>> (Job-Executor-38:job-45) Asking NiciraNvpElement to release
>> >>>>> Nic[18-12-6416c373-20d8-4617-8dcb-30a8ff9d0f34-192.168.56.195]
>> >>>>> 2013-04-07 00:35:51,252 DEBUG [network.element.NiciraNvpElement]
>> >>>>> (Job-Executor-38:job-45) Checking if NiciraNvpElement can handle
>> >>>>>service
>> >>>>> Connectivity on network guestNetworkForBasicZone
>> >>>>> 2013-04-07 00:35:51,252 DEBUG [cloud.network.NetworkManagerImpl]
>> >>>>> (Job-Executor-38:job-45) Asking BigSwitchVnsElement to release
>> >>>>> Nic[18-12-6416c373-20d8-4617-8dcb-30a8ff9d0f34-192.168.56.195]
>> >>>>> 2013-04-07 00:35:51,252 DEBUG [network.element.BigSwitchVnsElement]
>> >>>>> (Job-Executor-38:job-45) Checking if BigSwitchVnsElement can handle
>> >>>>>service
>> >>>>> Connectivity on network guestNetworkForBasicZone
>> >>>>> 2013-04-07 00:35:51,252 DEBUG [cloud.network.NetworkManagerImpl]
>> >>>>> (Job-Executor-38:job-45) Asking Ovs to release
>> >>>>> Nic[18-12-6416c373-20d8-4617-8dcb-30a8ff9d0f34-192.168.56.195]
>> >>>>> 2013-04-07 00:35:51,252 DEBUG [cloud.network.NetworkManagerImpl]
>> >>>>> (Job-Executor-38:job-45) Asking BareMetalDhcp to release
>> >>>>> Nic[18-12-6416c373-20d8-4617-8dcb-30a8ff9d0f34-192.168.56.195]
>> >>>>> 2013-04-07 00:35:51,252 DEBUG [cloud.network.NetworkManagerImpl]
>> >>>>> (Job-Executor-38:job-45) Asking BareMetalPxe to release
>> >>>>> Nic[18-12-6416c373-20d8-4617-8dcb-30a8ff9d0f34-192.168.56.195]
>> >>>>> 2013-04-07 00:35:51,252 DEBUG [cloud.network.NetworkManagerImpl]
>> >>>>> (Job-Executor-38:job-45) Asking BareMetalUserdata to release
>> >>>>> Nic[18-12-6416c373-20d8-4617-8dcb-30a8ff9d0f34-192.168.56.195]
>> >>>>> 2013-04-07 00:35:51,252 DEBUG [cloud.network.NetworkManagerImpl]
>> >>>>> (Job-Executor-38:job-45) Asking SecurityGroupProvider to release
>> >>>>> Nic[18-12-6416c373-20d8-4617-8dcb-30a8ff9d0f34-192.168.56.195]
>> >>>>> 2013-04-07 00:35:51,252 DEBUG [cloud.network.NetworkManagerImpl]
>> >>>>> (Job-Executor-38:job-45) Asking VirtualRouter to release
>> >>>>> Nic[18-12-6416c373-20d8-4617-8dcb-30a8ff9d0f34-192.168.56.195]
>> >>>>> 2013-04-07 00:35:51,253 DEBUG [cloud.network.NetworkManagerImpl]
>> >>>>> (Job-Executor-38:job-45) Asking VpcVirtualRouter to release
>> >>>>> Nic[18-12-6416c373-20d8-4617-8dcb-30a8ff9d0f34-192.168.56.195]
>> >>>>> 2013-04-07 00:35:51,253 DEBUG [cloud.network.NetworkManagerImpl]
>> >>>>> (Job-Executor-38:job-45) Asking NiciraNvp to release
>> >>>>> Nic[18-12-6416c373-20d8-4617-8dcb-30a8ff9d0f34-192.168.56.195]
>> >>>>> 2013-04-07 00:35:51,253 DEBUG [network.element.NiciraNvpElement]
>> >>>>> (Job-Executor-38:job-45) Checking if NiciraNvpElement can handle
>> >>>>>service
>> >>>>> Connectivity on network guestNetworkForBasicZone
>> >>>>> 2013-04-07 00:35:51,253 DEBUG [cloud.network.NetworkManagerImpl]
>> >>>>> (Job-Executor-38:job-45) Asking JuniperSRX to release
>> >>>>> Nic[18-12-6416c373-20d8-4617-8dcb-30a8ff9d0f34-192.168.56.195]
>> >>>>> 2013-04-07 00:35:51,253 DEBUG [cloud.network.NetworkManagerImpl]
>> >>>>> (Job-Executor-38:job-45) Asking Netscaler to release
>> >>>>> Nic[18-12-6416c373-20d8-4617-8dcb-30a8ff9d0f34-192.168.56.195]
>> >>>>> 2013-04-07 00:35:51,253 DEBUG [cloud.network.NetworkManagerImpl]
>> >>>>> (Job-Executor-38:job-45) Asking F5BigIP to release
>> >>>>> Nic[18-12-6416c373-20d8-4617-8dcb-30a8ff9d0f34-192.168.56.195]
>> >>>>> 2013-04-07 00:35:51,253 DEBUG [cloud.network.NetworkManagerImpl]
>> >>>>> (Job-Executor-38:job-45) Asking CiscoNexus1000vVSM to release
>> >>>>> Nic[18-12-6416c373-20d8-4617-8dcb-30a8ff9d0f34-192.168.56.195]
>> >>>>> 2013-04-07 00:35:51,253 DEBUG [cloud.vm.VirtualMachineManagerImpl]
>> >>>>> (Job-Executor-38:job-45) Successfully released network resources for
>> >>>>>the vm
>> >>>>> VM[User|c18ddf7c-fc61-40b0-af75-fdef05f8eae6]
>> >>>>> 2013-04-07 00:35:51,253 DEBUG [cloud.vm.VirtualMachineManagerImpl]
>> >>>>> (Job-Executor-38:job-45) Successfully released storage resources for
>> >>>>>the vm
>> >>>>> VM[User|c18ddf7c-fc61-40b0-af75-fdef05f8eae6]
>> >>>>> 2013-04-07 00:35:51,298 DEBUG [cloud.capacity.CapacityManagerImpl]
>> >>>>> (Job-Executor-38:job-45) VM state transitted from :Stopping to
>> >>>>>Stopped
>> >>>>>with
>> >>>>> event: OperationSucceededvm's original host id: 5 new host id: null
>> >>>>>host id
>> >>>>> before state transition: 5
>> >>>>> 2013-04-07 00:35:51,302 DEBUG [cloud.capacity.CapacityManagerImpl]
>> >>>>> (Job-Executor-38:job-45) Hosts's actual total CPU: 2479 and CPU
>> after
>> >>>>> applying overprovisioning: 2479
>> >>>>> 2013-04-07 00:35:51,303 DEBUG [cloud.capacity.CapacityManagerImpl]
>> >>>>> (Job-Executor-38:job-45) release cpu from host: 5, old used:
>> >>>>>100,reserved:
>> >>>>> 0, actual total: 2479, total with overprovisioning: 2479; new used:
>> >>>>> 0,reserved:100; movedfromreserved: false,moveToReserveredtrue
>> >>>>> 2013-04-07 00:35:51,303 DEBUG [cloud.capacity.CapacityManagerImpl]
>> >>>>> (Job-Executor-38:job-45) release mem from host: 5, old used:
>> >>>>> 1073741824,reserved: 0, total: 1671695424; new used:
>> >>>>>0,reserved:1073741824;
>> >>>>> movedfromreserved: false,moveToReserveredtrue
>> >>>>> 2013-04-07 00:35:51,308 DEBUG [cloud.capacity.CapacityManagerImpl]
>> >>>>> (Job-Executor-38:job-45) VM state transitted from :Stopped to
>> >>>>>Destroyed
>> >>>>> with event: DestroyRequestedvm's original host id: 5 new host id:
>> >>>>>null
>> >>>>>host
>> >>>>> id before state transition: null
>> >>>>> 2013-04-07 00:35:51,313 DEBUG [cloud.capacity.CapacityManagerImpl]
>> >>>>> (Job-Executor-38:job-45) Hosts's actual total CPU: 2479 and CPU
>> after
>> >>>>> applying overprovisioning: 2479
>> >>>>> 2013-04-07 00:35:51,313 DEBUG [cloud.capacity.CapacityManagerImpl]
>> >>>>> (Job-Executor-38:job-45) release cpu from host: 5, old used:
>> >>>>>0,reserved:
>> >>>>> 100, actual total: 2479, total with overprovisioning: 2479; new
>> used:
>> >>>>> 0,reserved:0; movedfromreserved: true,moveToReserveredfalse
>> >>>>> 2013-04-07 00:35:51,313 DEBUG [cloud.capacity.CapacityManagerImpl]
>> >>>>> (Job-Executor-38:job-45) release mem from host: 5, old used:
>> >>>>>0,reserved:
>> >>>>> 1073741824, total: 1671695424; new used: 0,reserved:0;
>> >>>>>movedfromreserved:
>> >>>>> true,moveToReserveredfalse
>> >>>>> 2013-04-07 00:35:51,328 DEBUG [cloud.async.AsyncJobManagerImpl]
>> >>>>> (Job-Executor-38:job-45) Complete async job-45, jobStatus: 1,
>> >>>>>resultCode:
>> >>>>> 0, result:
>> org.apache.cloudstack.api.response.UserVmResponse@324f6e41
>> >>>>> 2013-04-07 00:35:51,332 DEBUG [cloud.async.AsyncJobManagerImpl]
>> >>>>> (Job-Executor-38:job-45) Done executing
>> >>>>> org.apache.cloudstack.api.command.user.vm.DestroyVMCmd for job-45
>> >>>>> 2013-04-07 00:35:51,397 DEBUG [cloud.api.ApiServlet]
>> >>>>> (1109449945@qtp-1008805148-34:null) ===START===  127.0.0.1 -- GET
>> >>>>>
>>
>> >>>>>command=listVirtualMachines&id=94ddc16f-04fc-4da1-8326-01d8d5cdeb44&re
>> >>>>>s
>> >>>>>p
>> >>>>>o
>> >>>>>nse=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316551394
>> >>>>> 2013-04-07 00:35:51,417 DEBUG [cloud.api.ApiServlet]
>> >>>>> (1109449945@qtp-1008805148-34:null) ===END===  127.0.0.1 -- GET
>> >>>>>
>>
>> >>>>>command=listVirtualMachines&id=94ddc16f-04fc-4da1-8326-01d8d5cdeb44&re
>> >>>>>s
>> >>>>>p
>> >>>>>o
>> >>>>>nse=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316551394
>> >>>>> 2013-04-07 00:35:51,425 DEBUG [cloud.api.ApiServlet]
>> >>>>> (1109449945@qtp-1008805148-34:null) ===START===  127.0.0.1 -- GET
>> >>>>>
>>
>> >>>>>command=listOsTypes&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8Go
>> >>>>>V
>> >>>>>A
>> >>>>>%
>> >>>>>3D&_=1365316551423
>> >>>>> 2013-04-07 00:35:51,472 INFO  [agent.manager.AgentMonitor]
>> >>>>> (Thread-11:null) Found the following agents behind on ping: [6, 5]
>> >>>>> 2013-04-07 00:35:51,473 DEBUG [cloud.host.Status] (Thread-11:null)
>> >>>>>Ping
>> >>>>> timeout for host 6, do invstigation
>> >>>>> 2013-04-07 00:35:51,475 DEBUG [cloud.host.Status] (Thread-11:null)
>> >>>>>Ping
>> >>>>> timeout for host 5, do invstigation
>> >>>>> 2013-04-07 00:35:51,475 INFO  [agent.manager.AgentManagerImpl]
>> >>>>> (AgentTaskPool-7:null) Investigating why host 6 has disconnected
>> with
>> >>>>>event
>> >>>>> PingTimeout
>> >>>>> 2013-04-07 00:35:51,475 DEBUG [agent.manager.AgentManagerImpl]
>> >>>>> (AgentTaskPool-7:null) checking if agent (6) is alive
>> >>>>> 2013-04-07 00:35:51,478 INFO  [agent.manager.AgentManagerImpl]
>> >>>>> (AgentTaskPool-8:null) Investigating why host 5 has disconnected
>> with
>> >>>>>event
>> >>>>> PingTimeout
>> >>>>> 2013-04-07 00:35:51,478 DEBUG [agent.manager.AgentManagerImpl]
>> >>>>> (AgentTaskPool-8:null) checking if agent (5) is alive
>> >>>>> 2013-04-07 00:35:51,480 DEBUG [agent.transport.Request]
>> >>>>> (AgentTaskPool-7:null) Seq 6-324993313: Sending  { Cmd , MgmtId: 1,
>> >>>>>via: 6,
>> >>>>> Ver: v1, Flags: 100011, [{"CheckHealthCommand":{"wait":50}}] }
>> >>>>> 2013-04-07 00:35:51,481 DEBUG [agent.transport.Request]
>> >>>>> (AgentTaskPool-7:null) Seq 6-324993313: Executing:  { Cmd , MgmtId:
>> >>>>>1,
>> >>>>>via:
>> >>>>> 6, Ver: v1, Flags: 100011, [{"CheckHealthCommand":{"wait":50}}] }
>> >>>>> 2013-04-07 00:35:51,481 DEBUG [agent.manager.DirectAgentAttache]
>> >>>>> (DirectAgent-361:null) Seq 6-324993313: Executing request
>> >>>>> 2013-04-07 00:35:51,488 DEBUG [agent.transport.Request]
>> >>>>> (AgentTaskPool-8:null) Seq 5-614334818: Sending  { Cmd , MgmtId: 1,
>> >>>>>via: 5,
>> >>>>> Ver: v1, Flags: 100011, [{"CheckHealthCommand":{"wait":50}}] }
>> >>>>> 2013-04-07 00:35:51,489 DEBUG [agent.transport.Request]
>> >>>>> (AgentTaskPool-8:null) Seq 5-614334818: Executing:  { Cmd , MgmtId:
>> >>>>>1,
>> >>>>>via:
>> >>>>> 5, Ver: v1, Flags: 100011, [{"CheckHealthCommand":{"wait":50}}] }
>> >>>>> 2013-04-07 00:35:51,489 DEBUG [agent.manager.DirectAgentAttache]
>> >>>>> (DirectAgent-290:null) Seq 5-614334818: Executing request
>> >>>>> 2013-04-07 00:35:51,556 DEBUG [agent.manager.DirectAgentAttache]
>> >>>>> (DirectAgent-290:null) Seq 5-614334818: Response Received:
>> >>>>> 2013-04-07 00:35:51,557 DEBUG [agent.transport.Request]
>> >>>>> (DirectAgent-290:null) Seq 5-614334818: Processing:  { Ans: ,
>> MgmtId:
>> >>>>>1,
>> >>>>> via: 5, Ver: v1, Flags: 10,
>> >>>>> [{"CheckHealthAnswer":{"result":true,"details":"resource is
>> >>>>> alive","wait":0}}] }
>> >>>>> 2013-04-07 00:35:51,557 DEBUG [agent.transport.Request]
>> >>>>> (AgentTaskPool-8:null) Seq 5-614334818: Received:  { Ans: , MgmtId:
>> >>>>>1,
>> >>>>>via:
>> >>>>> 5, Ver: v1, Flags: 10, { CheckHealthAnswer } }
>> >>>>> 2013-04-07 00:35:51,557 DEBUG [agent.manager.AgentManagerImpl]
>> >>>>> (AgentTaskPool-8:null) Details from executing class
>> >>>>> com.cloud.agent.api.CheckHealthCommand: resource is alive
>> >>>>> 2013-04-07 00:35:51,557 DEBUG [agent.manager.AgentManagerImpl]
>> >>>>> (AgentTaskPool-8:null) agent (5) responded to checkHeathCommand,
>> >>>>>reporting
>> >>>>> that agent is Up
>> >>>>> 2013-04-07 00:35:51,557 INFO  [agent.manager.AgentManagerImpl]
>> >>>>> (AgentTaskPool-8:null) The state determined is Up
>> >>>>> 2013-04-07 00:35:51,557 INFO  [agent.manager.AgentManagerImpl]
>> >>>>> (AgentTaskPool-8:null) Agent is determined to be up and running
>> >>>>> 2013-04-07 00:35:51,557 DEBUG [cloud.host.Status]
>> >>>>>(AgentTaskPool-8:null)
>> >>>>> Transition:[Resource state = Enabled, Agent event = Ping, Host id =
>> >>>>>5,
>> >>>>>name
>> >>>>> = Tut-XenServer2]
>> >>>>> 2013-04-07 00:35:51,563 DEBUG [cloud.host.Status]
>> >>>>>(AgentTaskPool-8:null)
>> >>>>> Agent status update: [id = 5; name = Tut-XenServer2; old status =
>> Up;
>> >>>>>event
>> >>>>> = Ping; new status = Up; old update count = 149; new update count =
>> >>>>>150]
>> >>>>> 2013-04-07 00:35:51,568 DEBUG [agent.manager.DirectAgentAttache]
>> >>>>> (DirectAgent-361:null) Seq 6-324993313: Response Received:
>> >>>>> 2013-04-07 00:35:51,568 DEBUG [agent.transport.Request]
>> >>>>> (DirectAgent-361:null) Seq 6-324993313: Processing:  { Ans: ,
>> MgmtId:
>> >>>>>1,
>> >>>>> via: 6, Ver: v1, Flags: 10,
>> >>>>> [{"CheckHealthAnswer":{"result":true,"details":"resource is
>> >>>>> alive","wait":0}}] }
>> >>>>> 2013-04-07 00:35:51,569 DEBUG [agent.transport.Request]
>> >>>>> (AgentTaskPool-7:null) Seq 6-324993313: Received:  { Ans: , MgmtId:
>> >>>>>1,
>> >>>>>via:
>> >>>>> 6, Ver: v1, Flags: 10, { CheckHealthAnswer } }
>> >>>>> 2013-04-07 00:35:51,569 DEBUG [agent.manager.AgentManagerImpl]
>> >>>>> (AgentTaskPool-7:null) Details from executing class
>> >>>>> com.cloud.agent.api.CheckHealthCommand: resource is alive
>> >>>>> 2013-04-07 00:35:51,569 DEBUG [agent.manager.AgentManagerImpl]
>> >>>>> (AgentTaskPool-7:null) agent (6) responded to checkHeathCommand,
>> >>>>>reporting
>> >>>>> that agent is Up
>> >>>>> 2013-04-07 00:35:51,569 INFO  [agent.manager.AgentManagerImpl]
>> >>>>> (AgentTaskPool-7:null) The state determined is Up
>> >>>>> 2013-04-07 00:35:51,569 INFO  [agent.manager.AgentManagerImpl]
>> >>>>> (AgentTaskPool-7:null) Agent is determined to be up and running
>> >>>>> 2013-04-07 00:35:51,569 DEBUG [cloud.host.Status]
>> >>>>>(AgentTaskPool-7:null)
>> >>>>> Transition:[Resource state = Enabled, Agent event = Ping, Host id =
>> >>>>>6,
>> >>>>>name
>> >>>>> = Tut-XenServer]
>> >>>>> 2013-04-07 00:35:51,574 DEBUG [cloud.host.Status]
>> >>>>>(AgentTaskPool-7:null)
>> >>>>> Agent status update: [id = 6; name = Tut-XenServer; old status = Up;
>> >>>>>event
>> >>>>> = Ping; new status = Up; old update count = 312; new update count =
>> >>>>>313]
>> >>>>> 2013-04-07 00:35:51,668 DEBUG [cloud.api.ApiServlet]
>> >>>>> (1109449945@qtp-1008805148-34:null) ===END===  127.0.0.1 -- GET
>> >>>>>
>>
>> >>>>>command=listOsTypes&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8Go
>> >>>>>V
>> >>>>>A
>> >>>>>%
>> >>>>>3D&_=1365316551423
>> >>>>> 2013-04-07 00:35:54,118 DEBUG [cloud.api.ApiServlet]
>> >>>>> (1109449945@qtp-1008805148-34:null) ===START===  127.0.0.1 -- GET
>> >>>>>
>>
>> >>>>>command=queryAsyncJobResult&jobId=1288fa5b-8b5f-4952-b056-b180437edfd5
>> >>>>>&
>> >>>>>r
>> >>>>>e
>> >>>>>sponse=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316554116
>> >>>>> 2013-04-07 00:35:54,129 DEBUG [cloud.async.AsyncJobManagerImpl]
>> >>>>> (1109449945@qtp-1008805148-34:null) Async job-45 completed
>> >>>>> 2013-04-07 00:35:54,135 DEBUG [cloud.api.ApiServlet]
>> >>>>> (1109449945@qtp-1008805148-34:null) ===END===  127.0.0.1 -- GET
>> >>>>>
>>
>> >>>>>command=queryAsyncJobResult&jobId=1288fa5b-8b5f-4952-b056-b180437edfd5
>> >>>>>&
>> >>>>>r
>> >>>>>e
>> >>>>>sponse=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316554116
>> >>>>> 2013-04-07 00:35:55,077 DEBUG [cloud.api.ApiServlet]
>> >>>>> (1109449945@qtp-1008805148-34:null) ===START===  127.0.0.1 -- GET
>> >>>>>
>>
>> >>>>>command=destroyVirtualMachine&id=94ddc16f-04fc-4da1-8326-01d8d5cdeb44&
>> >>>>>r
>> >>>>>e
>> >>>>>s
>> >>>>>ponse=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316555075
>> >>>>> 2013-04-07 00:35:55,098 DEBUG [cloud.async.AsyncJobManagerImpl]
>> >>>>> (1109449945@qtp-1008805148-34:null) submit async job-46, details:
>> >>>>> AsyncJobVO {id:46, userId: 2, accountId: 2, sessionKey: null,
>> >>>>>instanceType:
>> >>>>> null, instanceId: 13, cmd:
>> >>>>> org.apache.cloudstack.api.command.user.vm.DestroyVMCmd,
>> >>>>>cmdOriginator:
>> >>>>> null, cmdInfo:
>> >>>>>
>>
>> >>>>>{"id":"94ddc16f-04fc-4da1-8326-01d8d5cdeb44","response":"json","sessio
>> >>>>>n
>> >>>>>k
>> >>>>>e
>>
>> >>>>>y":"Z6QqzU0Fq1iT13bMgnRRfl8GoVA\u003d","ctxUserId":"2","_":"1365316555
>> >>>>>0
>> >>>>>7
>> >>>>>5
>> >>>>>","ctxAccountId":"2","ctxStartEventId":"51"},
>> >>>>> cmdVersion: 0, callbackType: 0, callbackAddress: null, status: 0,
>> >>>>> processStatus: 0, resultCode: 0, result: null, initMsid: 1,
>> >>>>>completeMsid:
>> >>>>> null, lastUpdated: null, lastPolled: null, created: null}
>> >>>>> 2013-04-07 00:35:55,098 DEBUG [cloud.async.AsyncJobManagerImpl]
>> >>>>> (Job-Executor-39:job-46) Executing
>> >>>>> org.apache.cloudstack.api.command.user.vm.DestroyVMCmd for job-46
>> >>>>> 2013-04-07 00:35:55,100 DEBUG [cloud.api.ApiServlet]
>> >>>>> (1109449945@qtp-1008805148-34:null) ===END===  127.0.0.1 -- GET
>> >>>>>
>>
>> >>>>>command=destroyVirtualMachine&id=94ddc16f-04fc-4da1-8326-01d8d5cdeb44&
>> >>>>>r
>> >>>>>e
>> >>>>>s
>> >>>>>ponse=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316555075
>> >>>>> 2013-04-07 00:35:55,113 DEBUG [cloud.vm.VirtualMachineManagerImpl]
>> >>>>> (Job-Executor-39:job-46) Destroying vm
>> >>>>> VM[User|94ddc16f-04fc-4da1-8326-01d8d5cdeb44]
>> >>>>> 2013-04-07 00:35:55,116 DEBUG [cloud.capacity.CapacityManagerImpl]
>> >>>>> (Job-Executor-39:job-46) VM state transitted from :Running to
>> >>>>>Stopping
>> >>>>>with
>> >>>>> event: StopRequestedvm's original host id: 6 new host id: 6 host id
>> >>>>>before
>> >>>>> state transition: 6
>> >>>>> 2013-04-07 00:35:55,118 DEBUG [agent.transport.Request]
>> >>>>> (Job-Executor-39:job-46) Seq 6-324993314: Sending  { Cmd , MgmtId:
>> 1,
>> >>>>>via:
>> >>>>> 6, Ver: v1, Flags: 100111,
>> >>>>> [{"StopCommand":{"isProxy":false,"vmName":"i-2-13-VM","wait":0}}] }
>> >>>>> 2013-04-07 00:35:55,118 DEBUG [agent.transport.Request]
>> >>>>> (Job-Executor-39:job-46) Seq 6-324993314: Executing:  { Cmd ,
>> MgmtId:
>> >>>>>1,
>> >>>>> via: 6, Ver: v1, Flags: 100111,
>> >>>>> [{"StopCommand":{"isProxy":false,"vmName":"i-2-13-VM","wait":0}}] }
>> >>>>> 2013-04-07 00:35:55,118 DEBUG [agent.manager.DirectAgentAttache]
>> >>>>> (DirectAgent-7:null) Seq 6-324993314: Executing request
>> >>>>> 2013-04-07 00:35:55,216 DEBUG [xen.resource.CitrixResourceBase]
>> >>>>> (DirectAgent-7:null) 9. The VM i-2-13-VM is in Stopping state
>> >>>>> 2013-04-07 00:35:55,532 INFO  [xen.resource.CitrixResourceBase]
>> >>>>> (DirectAgent-7:null) Removed  network rules for vm i-2-13-VM
>> >>>>> 2013-04-07 00:35:58,107 DEBUG [cloud.api.ApiServlet]
>> >>>>> (1109449945@qtp-1008805148-34:null) ===START===  127.0.0.1 -- GET
>> >>>>>
>>
>> >>>>>command=queryAsyncJobResult&jobId=042967f3-4fd4-4bcf-a646-999eeca87235
>> >>>>>&
>> >>>>>r
>> >>>>>e
>> >>>>>sponse=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316558105
>> >>>>> 2013-04-07 00:35:58,121 DEBUG [cloud.api.ApiServlet]
>> >>>>> (1109449945@qtp-1008805148-34:null) ===END===  127.0.0.1 -- GET
>> >>>>>
>>
>> >>>>>command=queryAsyncJobResult&jobId=042967f3-4fd4-4bcf-a646-999eeca87235
>> >>>>>&
>> >>>>>r
>> >>>>>e
>> >>>>>sponse=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316558105
>> >>>>> 2013-04-07 00:36:01,107 DEBUG [cloud.api.ApiServlet]
>> >>>>> (1109449945@qtp-1008805148-34:null) ===START===  127.0.0.1 -- GET
>> >>>>>
>>
>> >>>>>command=queryAsyncJobResult&jobId=042967f3-4fd4-4bcf-a646-999eeca87235
>> >>>>>&
>> >>>>>r
>> >>>>>e
>> >>>>>sponse=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316561105
>> >>>>> 2013-04-07 00:36:01,121 DEBUG [cloud.api.ApiServlet]
>> >>>>> (1109449945@qtp-1008805148-34:null) ===END===  127.0.0.1 -- GET
>> >>>>>
>>
>> >>>>>command=queryAsyncJobResult&jobId=042967f3-4fd4-4bcf-a646-999eeca87235
>> >>>>>&
>> >>>>>r
>> >>>>>e
>> >>>>>sponse=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316561105
>> >>>>> 2013-04-07 00:36:04,108 DEBUG [cloud.api.ApiServlet]
>> >>>>> (1109449945@qtp-1008805148-34:null) ===START===  127.0.0.1 -- GET
>> >>>>>
>>
>> >>>>>command=queryAsyncJobResult&jobId=042967f3-4fd4-4bcf-a646-999eeca87235
>> >>>>>&
>> >>>>>r
>> >>>>>e
>> >>>>>sponse=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316564106
>> >>>>> 2013-04-07 00:36:04,128 DEBUG [cloud.api.ApiServlet]
>> >>>>> (1109449945@qtp-1008805148-34:null) ===END===  127.0.0.1 -- GET
>> >>>>>
>>
>> >>>>>command=queryAsyncJobResult&jobId=042967f3-4fd4-4bcf-a646-999eeca87235
>> >>>>>&
>> >>>>>r
>> >>>>>e
>> >>>>>sponse=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316564106
>> >>>>> 2013-04-07 00:36:04,783 DEBUG [xen.resource.CitrixResourceBase]
>> >>>>> (DirectAgent-7:null) 10. The VM i-2-13-VM is in Stopped state
>> >>>>> 2013-04-07 00:36:04,783 DEBUG [agent.manager.DirectAgentAttache]
>> >>>>> (DirectAgent-7:null) Seq 6-324993314: Response Received:
>> >>>>> 2013-04-07 00:36:04,783 DEBUG [agent.transport.Request]
>> >>>>> (DirectAgent-7:null) Seq 6-324993314: Processing:  { Ans: , MgmtId:
>> >>>>>1,
>> >>>>>via:
>> >>>>> 6, Ver: v1, Flags: 110,
>> >>>>> [{"StopAnswer":{"vncPort":0,"result":true,"details":"Stop VM
>> >>>>>i-2-13-VM
>> >>>>> Succeed","wait":0}}] }
>> >>>>> 2013-04-07 00:36:04,783 DEBUG [agent.transport.Request]
>> >>>>> (Job-Executor-39:job-46) Seq 6-324993314: Received:  { Ans: ,
>> MgmtId:
>> >>>>>1,
>> >>>>> via: 6, Ver: v1, Flags: 110, { StopAnswer } }
>> >>>>> 2013-04-07 00:36:04,783 DEBUG [agent.manager.AgentAttache]
>> >>>>> (DirectAgent-7:null) Seq 6-324993314: No more commands found
>> >>>>> 2013-04-07 00:36:04,784 DEBUG [cloud.vm.VirtualMachineManagerImpl]
>> >>>>> (Job-Executor-39:job-46)
>> >>>>>VM[User|94ddc16f-04fc-4da1-8326-01d8d5cdeb44]
>> >>>>>is
>> >>>>> stopped on the host.  Proceeding to release resource held.
>> >>>>> 2013-04-07 00:36:04,793 DEBUG [cloud.network.NetworkManagerImpl]
>> >>>>> (Job-Executor-39:job-46) Changing active number of nics for network
>> >>>>>id=204
>> >>>>> on -1
>> >>>>> 2013-04-07 00:36:04,794 DEBUG [cloud.network.NetworkManagerImpl]
>> >>>>> (Job-Executor-39:job-46) Asking ElasticLoadBalancerElement to
>> release
>> >>>>> Nic[19-13-a8349669-6ff2-443f-88d3-c5d69100df3a-192.168.56.146]
>> >>>>> 2013-04-07 00:36:04,794 DEBUG [cloud.network.NetworkManagerImpl]
>> >>>>> (Job-Executor-39:job-46) Asking NiciraNvpElement to release
>> >>>>> Nic[19-13-a8349669-6ff2-443f-88d3-c5d69100df3a-192.168.56.146]
>> >>>>> 2013-04-07 00:36:04,795 DEBUG [network.element.NiciraNvpElement]
>> >>>>> (Job-Executor-39:job-46) Checking if NiciraNvpElement can handle
>> >>>>>service
>> >>>>> Connectivity on network guestNetworkForBasicZone
>> >>>>> 2013-04-07 00:36:04,795 DEBUG [cloud.network.NetworkManagerImpl]
>> >>>>> (Job-Executor-39:job-46) Asking BigSwitchVnsElement to release
>> >>>>> Nic[19-13-a8349669-6ff2-443f-88d3-c5d69100df3a-192.168.56.146]
>> >>>>> 2013-04-07 00:36:04,795 DEBUG [network.element.BigSwitchVnsElement]
>> >>>>> (Job-Executor-39:job-46) Checking if BigSwitchVnsElement can handle
>> >>>>>service
>> >>>>> Connectivity on network guestNetworkForBasicZone
>> >>>>> 2013-04-07 00:36:04,795 DEBUG [cloud.network.NetworkManagerImpl]
>> >>>>> (Job-Executor-39:job-46) Asking Ovs to release
>> >>>>> Nic[19-13-a8349669-6ff2-443f-88d3-c5d69100df3a-192.168.56.146]
>> >>>>> 2013-04-07 00:36:04,795 DEBUG [cloud.network.NetworkManagerImpl]
>> >>>>> (Job-Executor-39:job-46) Asking BareMetalDhcp to release
>> >>>>> Nic[19-13-a8349669-6ff2-443f-88d3-c5d69100df3a-192.168.56.146]
>> >>>>> 2013-04-07 00:36:04,795 DEBUG [cloud.network.NetworkManagerImpl]
>> >>>>> (Job-Executor-39:job-46) Asking BareMetalPxe to release
>> >>>>> Nic[19-13-a8349669-6ff2-443f-88d3-c5d69100df3a-192.168.56.146]
>> >>>>> 2013-04-07 00:36:04,795 DEBUG [cloud.network.NetworkManagerImpl]
>> >>>>> (Job-Executor-39:job-46) Asking BareMetalUserdata to release
>> >>>>> Nic[19-13-a8349669-6ff2-443f-88d3-c5d69100df3a-192.168.56.146]
>> >>>>> 2013-04-07 00:36:04,795 DEBUG [cloud.network.NetworkManagerImpl]
>> >>>>> (Job-Executor-39:job-46) Asking SecurityGroupProvider to release
>> >>>>> Nic[19-13-a8349669-6ff2-443f-88d3-c5d69100df3a-192.168.56.146]
>> >>>>> 2013-04-07 00:36:04,795 DEBUG [cloud.network.NetworkManagerImpl]
>> >>>>> (Job-Executor-39:job-46) Asking VirtualRouter to release
>> >>>>> Nic[19-13-a8349669-6ff2-443f-88d3-c5d69100df3a-192.168.56.146]
>> >>>>> 2013-04-07 00:36:04,795 DEBUG [cloud.network.NetworkManagerImpl]
>> >>>>> (Job-Executor-39:job-46) Asking VpcVirtualRouter to release
>> >>>>> Nic[19-13-a8349669-6ff2-443f-88d3-c5d69100df3a-192.168.56.146]
>> >>>>> 2013-04-07 00:36:04,795 DEBUG [cloud.network.NetworkManagerImpl]
>> >>>>> (Job-Executor-39:job-46) Asking NiciraNvp to release
>> >>>>> Nic[19-13-a8349669-6ff2-443f-88d3-c5d69100df3a-192.168.56.146]
>> >>>>> 2013-04-07 00:36:04,795 DEBUG [network.element.NiciraNvpElement]
>> >>>>> (Job-Executor-39:job-46) Checking if NiciraNvpElement can handle
>> >>>>>service
>> >>>>> Connectivity on network guestNetworkForBasicZone
>> >>>>> 2013-04-07 00:36:04,795 DEBUG [cloud.network.NetworkManagerImpl]
>> >>>>> (Job-Executor-39:job-46) Asking JuniperSRX to release
>> >>>>> Nic[19-13-a8349669-6ff2-443f-88d3-c5d69100df3a-192.168.56.146]
>> >>>>> 2013-04-07 00:36:04,795 DEBUG [cloud.network.NetworkManagerImpl]
>> >>>>> (Job-Executor-39:job-46) Asking Netscaler to release
>> >>>>> Nic[19-13-a8349669-6ff2-443f-88d3-c5d69100df3a-192.168.56.146]
>> >>>>> 2013-04-07 00:36:04,795 DEBUG [cloud.network.NetworkManagerImpl]
>> >>>>> (Job-Executor-39:job-46) Asking F5BigIP to release
>> >>>>> Nic[19-13-a8349669-6ff2-443f-88d3-c5d69100df3a-192.168.56.146]
>> >>>>> 2013-04-07 00:36:04,795 DEBUG [cloud.network.NetworkManagerImpl]
>> >>>>> (Job-Executor-39:job-46) Asking CiscoNexus1000vVSM to release
>> >>>>> Nic[19-13-a8349669-6ff2-443f-88d3-c5d69100df3a-192.168.56.146]
>> >>>>> 2013-04-07 00:36:04,795 DEBUG [cloud.vm.VirtualMachineManagerImpl]
>> >>>>> (Job-Executor-39:job-46) Successfully released network resources for
>> >>>>>the vm
>> >>>>> VM[User|94ddc16f-04fc-4da1-8326-01d8d5cdeb44]
>> >>>>> 2013-04-07 00:36:04,795 DEBUG [cloud.vm.VirtualMachineManagerImpl]
>> >>>>> (Job-Executor-39:job-46) Successfully released storage resources for
>> >>>>>the vm
>> >>>>> VM[User|94ddc16f-04fc-4da1-8326-01d8d5cdeb44]
>> >>>>> 2013-04-07 00:36:04,836 DEBUG [cloud.capacity.CapacityManagerImpl]
>> >>>>> (Job-Executor-39:job-46) VM state transitted from :Stopping to
>> >>>>>Stopped
>> >>>>>with
>> >>>>> event: OperationSucceededvm's original host id: 6 new host id: null
>> >>>>>host id
>> >>>>> before state transition: 6
>> >>>>> 2013-04-07 00:36:04,843 DEBUG [cloud.capacity.CapacityManagerImpl]
>> >>>>> (Job-Executor-39:job-46) Hosts's actual total CPU: 2382 and CPU
>> after
>> >>>>> applying overprovisioning: 2382
>> >>>>> 2013-04-07 00:36:04,844 DEBUG [cloud.capacity.CapacityManagerImpl]
>> >>>>> (Job-Executor-39:job-46) release cpu from host: 6, old used:
>> >>>>>200,reserved:
>> >>>>> 0, actual total: 2382, total with overprovisioning: 2382; new used:
>> >>>>> 100,reserved:100; movedfromreserved: false,moveToReserveredtrue
>> >>>>> 2013-04-07 00:36:04,844 DEBUG [cloud.capacity.CapacityManagerImpl]
>> >>>>> (Job-Executor-39:job-46) release mem from host: 6, old used:
>> >>>>> 1178599424,reserved: 0, total: 1671695424; new used:
>> >>>>> 104857600,reserved:1073741824; movedfromreserved:
>> >>>>>false,moveToReserveredtrue
>> >>>>> 2013-04-07 00:36:04,854 DEBUG [cloud.capacity.CapacityManagerImpl]
>> >>>>> (Job-Executor-39:job-46) VM state transitted from :Stopped to
>> >>>>>Destroyed
>> >>>>> with event: DestroyRequestedvm's original host id: 6 new host id:
>> >>>>>null
>> >>>>>host
>> >>>>> id before state transition: null
>> >>>>> 2013-04-07 00:36:04,863 DEBUG [cloud.capacity.CapacityManagerImpl]
>> >>>>> (Job-Executor-39:job-46) Hosts's actual total CPU: 2382 and CPU
>> after
>> >>>>> applying overprovisioning: 2382
>> >>>>> 2013-04-07 00:36:04,863 DEBUG [cloud.capacity.CapacityManagerImpl]
>> >>>>> (Job-Executor-39:job-46) release cpu from host: 6, old used:
>> >>>>>100,reserved:
>> >>>>> 100, actual total: 2382, total with overprovisioning: 2382; new
>> used:
>> >>>>> 100,reserved:0; movedfromreserved: true,moveToReserveredfalse
>> >>>>> 2013-04-07 00:36:04,863 DEBUG [cloud.capacity.CapacityManagerImpl]
>> >>>>> (Job-Executor-39:job-46) release mem from host: 6, old used:
>> >>>>> 104857600,reserved: 1073741824, total: 1671695424; new used:
>> >>>>> 104857600,reserved:0; movedfromreserved: true,moveToReserveredfalse
>> >>>>> 2013-04-07 00:36:04,892 DEBUG [cloud.async.AsyncJobManagerImpl]
>> >>>>> (Job-Executor-39:job-46) Complete async job-46, jobStatus: 1,
>> >>>>>resultCode:
>> >>>>> 0, result:
>> org.apache.cloudstack.api.response.UserVmResponse@519ba6bb
>> >>>>> 2013-04-07 00:36:04,897 DEBUG [cloud.async.AsyncJobManagerImpl]
>> >>>>> (Job-Executor-39:job-46) Done executing
>> >>>>> org.apache.cloudstack.api.command.user.vm.DestroyVMCmd for job-46
>> >>>>> 2013-04-07 00:36:04,949 DEBUG [agent.manager.DirectAgentAttache]
>> >>>>> (DirectAgent-410:null) Ping from 6
>> >>>>> 2013-04-07 00:36:06,058 DEBUG [agent.manager.DirectAgentAttache]
>> >>>>> (DirectAgent-234:null) Ping from 5
>> >>>>> 2013-04-07 00:36:06,909 DEBUG [agent.manager.DirectAgentAttache]
>> >>>>> (DirectAgent-407:null) Seq 6-324993028: Executing request
>> >>>>> 2013-04-07 00:36:07,097 DEBUG [xen.resource.CitrixResourceBase]
>> >>>>> (DirectAgent-407:null) VM missing i-2-13-VM old state stopped so
>> >>>>>removing.
>> >>>>> 2013-04-07 00:36:07,098 DEBUG [xen.resource.CitrixResourceBase]
>> >>>>> (DirectAgent-407:null) VM missing i-2-12-VM old state stopped so
>> >>>>>removing.
>> >>>>> 2013-04-07 00:36:07,098 DEBUG [agent.manager.DirectAgentAttache]
>> >>>>> (DirectAgent-407:null) Seq 6-324993028: Response Received:
>> >>>>> 2013-04-07 00:36:07,098 DEBUG [agent.transport.Request]
>> >>>>> (DirectAgent-407:null) Seq 6-324993028: Processing:  { Ans: ,
>> MgmtId:
>> >>>>>1,
>> >>>>> via: 6, Ver: v1, Flags: 10,
>> >>>>>
>>
>> >>>>>[{"ClusterSyncAnswer":{"_clusterId":2,"_newStates":{},"_isExecuted":fa
>> >>>>>l
>> >>>>>s
>> >>>>>e
>> >>>>>,"result":true,"wait":0}}]
>> >>>>> }
>> >>>>> 2013-04-07 00:36:07,109 DEBUG [cloud.api.ApiServlet]
>> >>>>> (1109449945@qtp-1008805148-34:null) ===START===  127.0.0.1 -- GET
>> >>>>>
>>
>> >>>>>command=queryAsyncJobResult&jobId=042967f3-4fd4-4bcf-a646-999eeca87235
>> >>>>>&
>> >>>>>r
>> >>>>>e
>> >>>>>sponse=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316567107
>> >>>>> 2013-04-07 00:36:07,119 DEBUG [cloud.async.AsyncJobManagerImpl]
>> >>>>> (1109449945@qtp-1008805148-34:null) Async job-46 completed
>> >>>>> 2013-04-07 00:36:07,125 DEBUG [cloud.api.ApiServlet]
>> >>>>> (1109449945@qtp-1008805148-34:null) ===END===  127.0.0.1 -- GET
>> >>>>>
>>
>> >>>>>command=queryAsyncJobResult&jobId=042967f3-4fd4-4bcf-a646-999eeca87235
>> >>>>>&
>> >>>>>r
>> >>>>>e
>> >>>>>sponse=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316567107
>> >>>>> 2013-04-07 00:36:11,022 DEBUG [agent.manager.DirectAgentAttache]
>> >>>>> (DirectAgent-110:null) Seq 5-614334468: Executing request
>> >>>>> 2013-04-07 00:36:11,171 DEBUG [agent.manager.DirectAgentAttache]
>> >>>>> (DirectAgent-110:null) Seq 5-614334468: Response Received:
>> >>>>> 2013-04-07 00:36:11,171 DEBUG [agent.transport.Request]
>> >>>>> (DirectAgent-110:null) Seq 5-614334468: Processing:  { Ans: ,
>> MgmtId:
>> >>>>>1,
>> >>>>> via: 5, Ver: v1, Flags: 10, [{"Answer":{"result":true,"wait":0}}] }
>> >>>>> 2013-04-07 00:36:12,411 DEBUG [cloud.api.ApiServlet]
>> >>>>> (1109449945@qtp-1008805148-34:null) ===START===  127.0.0.1 -- GET
>> >>>>>
>>
>> >>>>>command=listVolumes&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8Go
>> >>>>>V
>> >>>>>A
>> >>>>>%
>> >>>>>3D&listAll=true&page=1&pagesize=20&_=1365316572408
>> >>>>> 2013-04-07 00:36:12,426 DEBUG [cloud.api.ApiServlet]
>> >>>>> (1109449945@qtp-1008805148-34:null) ===END===  127.0.0.1 -- GET
>> >>>>>
>>
>> >>>>>command=listVolumes&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8Go
>> >>>>>V
>> >>>>>A
>> >>>>>%
>> >>>>>3D&listAll=true&page=1&pagesize=20&_=1365316572408
>> >>>>> 2013-04-07 00:36:13,241 DEBUG [cloud.api.ApiServlet]
>> >>>>> (1109449945@qtp-1008805148-34:null) ===START===  127.0.0.1 -- GET
>> >>>>>
>>
>> >>>>>command=listVirtualMachines&response=json&sessionkey=Z6QqzU0Fq1iT13bMg
>> >>>>>n
>> >>>>>R
>> >>>>>R
>> >>>>>fl8GoVA%3D&listAll=true&page=1&pagesize=20&_=1365316573239
>> >>>>> 2013-04-07 00:36:13,259 DEBUG [cloud.api.ApiServlet]
>> >>>>> (1109449945@qtp-1008805148-34:null) ===END===  127.0.0.1 -- GET
>> >>>>>
>>
>> >>>>>command=listVirtualMachines&response=json&sessionkey=Z6QqzU0Fq1iT13bMg
>> >>>>>n
>> >>>>>R
>> >>>>>R
>> >>>>>fl8GoVA%3D&listAll=true&page=1&pagesize=20&_=1365316573239
>> >>>>> 2013-04-07 00:36:19,140 DEBUG [cloud.api.ApiServlet]
>> >>>>> (1109449945@qtp-1008805148-34:null) ===START===  127.0.0.1 -- GET
>> >>>>>
>>
>> >>>>>command=listVolumes&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8Go
>> >>>>>V
>> >>>>>A
>> >>>>>%
>> >>>>>3D&listAll=true&page=1&pagesize=20&_=1365316579137
>> >>>>> 2013-04-07 00:36:19,155 DEBUG [cloud.api.ApiServlet]
>> >>>>> (1109449945@qtp-1008805148-34:null) ===END===  127.0.0.1 -- GET
>> >>>>>
>>
>> >>>>>command=listVolumes&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8Go
>> >>>>>V
>> >>>>>A
>> >>>>>%
>> >>>>>3D&listAll=true&page=1&pagesize=20&_=1365316579137
>> >>>>> 2013-04-07 00:36:20,452 DEBUG
>> >>>>> [storage.secondary.SecondaryStorageManagerImpl] (secstorage-1:null)
>> >>>>>Zone 1
>> >>>>> is ready to launch secondary storage VM
>> >>>>> 2013-04-07 00:36:20,498 DEBUG [cloud.api.ApiServlet]
>> >>>>> (1109449945@qtp-1008805148-34:null) ===START===  127.0.0.1 -- GET
>> >>>>>
>>
>> >>>>>command=listVirtualMachines&response=json&sessionkey=Z6QqzU0Fq1iT13bMg
>> >>>>>n
>> >>>>>R
>> >>>>>R
>> >>>>>fl8GoVA%3D&listAll=true&page=1&pagesize=20&_=1365316580496
>> >>>>> 2013-04-07 00:36:20,519 DEBUG [cloud.api.ApiServlet]
>> >>>>> (1109449945@qtp-1008805148-34:null) ===END===  127.0.0.1 -- GET
>> >>>>>
>>
>> >>>>>command=listVirtualMachines&response=json&sessionkey=Z6QqzU0Fq1iT13bMg
>> >>>>>n
>> >>>>>R
>> >>>>>R
>> >>>>>fl8GoVA%3D&listAll=true&page=1&pagesize=20&_=1365316580496
>> >>>>> 2013-04-07 00:36:20,554 DEBUG
>> >>>>>[cloud.consoleproxy.ConsoleProxyManagerImpl]
>> >>>>> (consoleproxy-1:null) Zone 1 is ready to launch console proxy
>> >>>>> 2013-04-07 00:36:20,820 DEBUG
>> >>>>> [network.router.VirtualNetworkApplianceManagerImpl]
>> >>>>> (RouterStatusMonitor-1:null) Found 0 routers to update status.
>> >>>>> 2013-04-07 00:36:20,821 DEBUG
>> >>>>> [network.router.VirtualNetworkApplianceManagerImpl]
>> >>>>> (RouterStatusMonitor-1:null) Found 0 networks to update RvR status.
>> >>>>> 2013-04-07 00:36:20,850 DEBUG
>> >>>>> [network.router.VirtualNetworkApplianceManagerImpl]
>> >>>>> (RouterStatusMonitor-1:null) Found 0 routers to update status.
>> >>>>> 2013-04-07 00:36:20,852 DEBUG
>> >>>>> [network.router.VirtualNetworkApplianceManagerImpl]
>> >>>>> (RouterStatusMonitor-1:null) Found 0 networks to update RvR status.
>> >>>>> 2013-04-07 00:36:21,588 DEBUG [cloud.api.ApiServlet]
>> >>>>> (1109449945@qtp-1008805148-34:null) ===START===  127.0.0.1 -- GET
>> >>>>>
>>
>> >>>>>command=listVolumes&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8Go
>> >>>>>V
>> >>>>>A
>> >>>>>%
>> >>>>>3D&listAll=true&page=1&pagesize=20&_=1365316581586
>> >>>>> 2013-04-07 00:36:21,602 DEBUG [cloud.api.ApiServlet]
>> >>>>> (1109449945@qtp-1008805148-34:null) ===END===  127.0.0.1 -- GET
>> >>>>>
>>
>> >>>>>command=listVolumes&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8Go
>> >>>>>V
>> >>>>>A
>> >>>>>%
>> >>>>>3D&listAll=true&page=1&pagesize=20&_=1365316581586
>> >>>>> 2013-04-07 00:36:22,324 DEBUG [cloud.api.ApiServlet]
>> >>>>> (1109449945@qtp-1008805148-34:null) ===START===  127.0.0.1 -- GET
>> >>>>>
>>
>> >>>>>command=listVirtualMachines&response=json&sessionkey=Z6QqzU0Fq1iT13bMg
>> >>>>>n
>> >>>>>R
>> >>>>>R
>> >>>>>fl8GoVA%3D&listAll=true&page=1&pagesize=20&_=1365316582321
>> >>>>> 2013-04-07 00:36:22,348 DEBUG [cloud.api.ApiServlet]
>> >>>>> (1109449945@qtp-1008805148-34:null) ===END===  127.0.0.1 -- GET
>> >>>>>
>>
>> >>>>>command=listVirtualMachines&response=json&sessionkey=Z6QqzU0Fq1iT13bMg
>> >>>>>n
>> >>>>>R
>> >>>>>R
>> >>>>>fl8GoVA%3D&listAll=true&page=1&pagesize=20&_=1365316582321
>> >>>>> 2013-04-07 00:36:24,891 DEBUG [agent.manager.AgentManagerImpl]
>> >>>>> (AgentManager-Handler-4:null) Ping from 4
>> >>>>> 2013-04-07 00:36:27,193 DEBUG [agent.manager.DirectAgentAttache]
>> >>>>> (DirectAgent-204:null) Ping from 1
>> >>>>> 2013-04-07 00:36:29,095 DEBUG [agent.manager.DirectAgentAttache]
>> >>>>> (DirectAgent-277:null) Seq 1-90046472: Executing request
>> >>>>> 2013-04-07 00:36:29,354 DEBUG [agent.manager.DirectAgentAttache]
>> >>>>> (DirectAgent-277:null) Seq 1-90046472: Response Received:
>> >>>>> 2013-04-07 00:36:29,355 DEBUG [agent.transport.Request]
>> >>>>> (DirectAgent-277:null) Seq 1-90046472: Processing:  { Ans: , MgmtId:
>> >>>>>1,
>> >>>>> via: 1, Ver: v1, Flags: 10,
>> >>>>>
>>
>> >>>>>[{"ClusterSyncAnswer":{"_clusterId":1,"_newStates":{},"_isExecuted":fa
>> >>>>>l
>> >>>>>s
>> >>>>>e
>> >>>>>,"result":true,"wait":0}}]
>> >>>>> }
>> >>>>> 2013-04-07 00:36:47,680 DEBUG [agent.manager.AgentManagerImpl]
>> >>>>> (AgentManager-Handler-5:null) Ping from 3
>> >>>>> 2013-04-07 00:36:50,451 DEBUG
>> >>>>> [storage.secondary.SecondaryStorageManagerImpl] (secstorage-1:null)
>> >>>>>Zone 1
>> >>>>> is ready to launch secondary storage VM
>> >>>>> 2013-04-07 00:36:50,554 DEBUG
>> >>>>>[cloud.consoleproxy.ConsoleProxyManagerImpl]
>> >>>>> (consoleproxy-1:null) Zone 1 is ready to launch console proxy
>> >>>>> 2013-04-07 00:36:50,820 DEBUG
>> >>>>> [network.router.VirtualNetworkApplianceManagerImpl]
>> >>>>> (RouterStatusMonitor-1:null) Found 0 routers to update status.
>> >>>>> 2013-04-07 00:36:50,821 DEBUG
>> >>>>> [network.router.VirtualNetworkApplianceManagerImpl]
>> >>>>> (RouterStatusMonitor-1:null) Found 0 networks to update RvR status.
>> >>>>> 2013-04-07 00:36:50,851 DEBUG
>> >>>>> [network.router.VirtualNetworkApplianceManagerImpl]
>> >>>>> (RouterStatusMonitor-1:null) Found 0 routers to update status.
>> >>>>> 2013-04-07 00:36:50,852 DEBUG
>> >>>>> [network.router.VirtualNetworkApplianceManagerImpl]
>> >>>>> (RouterStatusMonitor-1:null) Found 0 networks to update RvR status.
>> >>>>> 2013-04-07 00:36:51,476 INFO  [agent.manager.AgentMonitor]
>> >>>>> (Thread-11:null) Found the following agents behind on ping: [6, 5]
>> >>>>> 2013-04-07 00:36:51,477 DEBUG [cloud.host.Status] (Thread-11:null)
>> >>>>>Ping
>> >>>>> timeout for host 6, do invstigation
>> >>>>> 2013-04-07 00:36:51,479 DEBUG [cloud.host.Status] (Thread-11:null)
>> >>>>>Ping
>> >>>>> timeout for host 5, do invstigation
>> >>>>> 2013-04-07 00:36:51,479 INFO  [agent.manager.AgentManagerImpl]
>> >>>>> (AgentTaskPool-9:null) Investigating why host 6 has disconnected
>> with
>> >>>>>event
>> >>>>> PingTimeout
>> >>>>> 2013-04-07 00:36:51,479 DEBUG [agent.manager.AgentManagerImpl]
>> >>>>> (AgentTaskPool-9:null) checking if agent (6) is alive
>> >>>>> 2013-04-07 00:36:51,482 INFO  [agent.manager.AgentManagerImpl]
>> >>>>> (AgentTaskPool-12:null) Investigating why host 5 has disconnected
>> >>>>>with
>> >>>>> event PingTimeout
>> >>>>> 2013-04-07 00:36:51,482 DEBUG [agent.manager.AgentManagerImpl]
>> >>>>> (AgentTaskPool-12:null) checking if agent (5) is alive
>> >>>>> 2013-04-07 00:36:51,483 DEBUG [agent.transport.Request]
>> >>>>> (AgentTaskPool-9:null) Seq 6-324993315: Sending  { Cmd , MgmtId: 1,
>> >>>>>via: 6,
>> >>>>> Ver: v1, Flags: 100011, [{"CheckHealthCommand":{"wait":50}}] }
>> >>>>> 2013-04-07 00:36:51,484 DEBUG [agent.transport.Request]
>> >>>>> (AgentTaskPool-9:null) Seq 6-324993315: Executing:  { Cmd , MgmtId:
>> >>>>>1,
>> >>>>>via:
>> >>>>> 6, Ver: v1, Flags: 100011, [{"CheckHealthCommand":{"wait":50}}] }
>> >>>>> 2013-04-07 00:36:51,484 DEBUG [agent.manager.DirectAgentAttache]
>> >>>>> (DirectAgent-169:null) Seq 6-324993315: Executing request
>> >>>>> 2013-04-07 00:36:51,485 DEBUG [agent.transport.Request]
>> >>>>> (AgentTaskPool-12:null) Seq 5-614334819: Sending  { Cmd , MgmtId: 1,
>> >>>>>via:
>> >>>>> 5, Ver: v1, Flags: 100011, [{"CheckHealthCommand":{"wait":50}}] }
>> >>>>> 2013-04-07 00:36:51,485 DEBUG [agent.transport.Request]
>> >>>>> (AgentTaskPool-12:null) Seq 5-614334819: Executing:  { Cmd , MgmtId:
>> >>>>>1,
>> >>>>> via: 5, Ver: v1, Flags: 100011, [{"CheckHealthCommand":{"wait":50}}]
>> >>>>>}
>> >>>>> 2013-04-07 00:36:51,485 DEBUG [agent.manager.DirectAgentAttache]
>> >>>>> (DirectAgent-498:null) Seq 5-614334819: Executing request
>> >>>>> 2013-04-07 00:36:51,542 DEBUG [agent.manager.DirectAgentAttache]
>> >>>>> (DirectAgent-169:null) Seq 6-324993315: Response Received:
>> >>>>> 2013-04-07 00:36:51,542 DEBUG [agent.transport.Request]
>> >>>>> (DirectAgent-169:null) Seq 6-324993315: Processing:  { Ans: ,
>> MgmtId:
>> >>>>>1,
>> >>>>> via: 6, Ver: v1, Flags: 10,
>> >>>>> [{"CheckHealthAnswer":{"result":true,"details":"resource is
>> >>>>> alive","wait":0}}] }
>> >>>>> 2013-04-07 00:36:51,542 DEBUG [agent.transport.Request]
>> >>>>> (AgentTaskPool-9:null) Seq 6-324993315: Received:  { Ans: , MgmtId:
>> >>>>>1,
>> >>>>>via:
>> >>>>> 6, Ver: v1, Flags: 10, { CheckHealthAnswer } }
>> >>>>> 2013-04-07 00:36:51,542 DEBUG [agent.manager.AgentManagerImpl]
>> >>>>> (AgentTaskPool-9:null) Details from executing class
>> >>>>> com.cloud.agent.api.CheckHealthCommand: resource is alive
>> >>>>> 2013-04-07 00:36:51,542 DEBUG [agent.manager.AgentManagerImpl]
>> >>>>> (AgentTaskPool-9:null) agent (6) responded to checkHeathCommand,
>> >>>>>reporting
>> >>>>> that agent is Up
>> >>>>> 2013-04-07 00:36:51,542 INFO  [agent.manager.AgentManagerImpl]
>> >>>>> (AgentTaskPool-9:null) The state determined is Up
>> >>>>> 2013-04-07 00:36:51,542 INFO  [agent.manager.AgentManagerImpl]
>> >>>>> (AgentTaskPool-9:null) Agent is determined to be up and running
>> >>>>> 2013-04-07 00:36:51,542 DEBUG [cloud.host.Status]
>> >>>>>(AgentTaskPool-9:null)
>> >>>>> Transition:[Resource state = Enabled, Agent event = Ping, Host id =
>> >>>>>6,
>> >>>>>name
>> >>>>> = Tut-XenServer]
>> >>>>> 2013-04-07 00:36:51,546 DEBUG [cloud.host.Status]
>> >>>>>(AgentTaskPool-9:null)
>> >>>>> Agent status update: [id = 6; name = Tut-XenServer; old status = Up;
>> >>>>>event
>> >>>>> = Ping; new status = Up; old update count = 313; new update count =
>> >>>>>314]
>> >>>>> 2013-04-07 00:36:51,549 DEBUG [agent.manager.DirectAgentAttache]
>> >>>>> (DirectAgent-498:null) Seq 5-614334819: Response Received:
>> >>>>> 2013-04-07 00:36:51,549 DEBUG [agent.transport.Request]
>> >>>>> (DirectAgent-498:null) Seq 5-614334819: Processing:  { Ans: ,
>> MgmtId:
>> >>>>>1,
>> >>>>> via: 5, Ver: v1, Flags: 10,
>> >>>>> [{"CheckHealthAnswer":{"result":true,"details":"resource is
>> >>>>> alive","wait":0}}] }
>> >>>>> 2013-04-07 00:36:51,549 DEBUG [agent.transport.Request]
>> >>>>> (AgentTaskPool-12:null) Seq 5-614334819: Received:  { Ans: , MgmtId:
>> >>>>>1,
>> >>>>> via: 5, Ver: v1, Flags: 10, { CheckHealthAnswer } }
>> >>>>> 2013-04-07 00:36:51,549 DEBUG [agent.manager.AgentManagerImpl]
>> >>>>> (AgentTaskPool-12:null) Details from executing class
>> >>>>> com.cloud.agent.api.CheckHealthCommand: resource is alive
>> >>>>> 2013-04-07 00:36:51,549 DEBUG [agent.manager.AgentManagerImpl]
>> >>>>> (AgentTaskPool-12:null) agent (5) responded to checkHeathCommand,
>> >>>>>reporting
>> >>>>> that agent is Up
>> >>>>> 2013-04-07 00:36:51,549 INFO  [agent.manager.AgentManagerImpl]
>> >>>>> (AgentTaskPool-12:null) The state determined is Up
>> >>>>> 2013-04-07 00:36:51,549 INFO  [agent.manager.AgentManagerImpl]
>> >>>>> (AgentTaskPool-12:null) Agent is determined to be up and running
>> >>>>> 2013-04-07 00:36:51,549 DEBUG [cloud.host.Status]
>> >>>>>(AgentTaskPool-12:null)
>> >>>>> Transition:[Resource state = Enabled, Agent event = Ping, Host id =
>> >>>>>5,
>> >>>>>name
>> >>>>> = Tut-XenServer2]
>> >>>>> 2013-04-07 00:36:51,552 DEBUG [cloud.host.Status]
>> >>>>>(AgentTaskPool-12:null)
>> >>>>> Agent status update: [id = 5; name = Tut-XenServer2; old status =
>> Up;
>> >>>>>event
>> >>>>> = Ping; new status = Up; old update count = 150; new update count =
>> >>>>>151]
>> >>>>> 2013-04-07 00:36:54,389 INFO  [cloud.vm.UserVmManagerImpl]
>> >>>>> (UserVm-Scavenger-1:null) Found 1 vms to expunge.
>> >>>>> 2013-04-07 00:36:54,389 DEBUG [cloud.vm.VirtualMachineManagerImpl]
>> >>>>> (UserVm-Scavenger-1:null) Stopped called on
>> >>>>> VM[User|c18ddf7c-fc61-40b0-af75-fdef05f8eae6] but the state is
>> >>>>>Destroyed
>> >>>>> 2013-04-07 00:36:54,391 DEBUG [cloud.capacity.CapacityManagerImpl]
>> >>>>> (UserVm-Scavenger-1:null) VM state transitted from :Destroyed to
>> >>>>>Expunging
>> >>>>> with event: ExpungeOperationvm's original host id: 5 new host id:
>> >>>>>null
>> >>>>>host
>> >>>>> id before state transition: null
>> >>>>> 2013-04-07 00:36:54,391 DEBUG [cloud.vm.VirtualMachineManagerImpl]
>> >>>>> (UserVm-Scavenger-1:null) Destroying vm
>> >>>>> VM[User|c18ddf7c-fc61-40b0-af75-fdef05f8eae6]
>> >>>>> 2013-04-07 00:36:54,391 DEBUG [cloud.vm.VirtualMachineManagerImpl]
>> >>>>> (UserVm-Scavenger-1:null) Cleaning up NICS
>> >>>>> 2013-04-07 00:36:54,391 DEBUG [cloud.network.NetworkManagerImpl]
>> >>>>> (UserVm-Scavenger-1:null) Cleaning network for vm: 12
>> >>>>> 2013-04-07 00:36:54,399 DEBUG [network.guru.DirectNetworkGuru]
>> >>>>> (UserVm-Scavenger-1:null) Deallocate network: networkId: 204, ip:
>> >>>>> 192.168.56.195
>> >>>>> 2013-04-07 00:36:54,409 DEBUG [cloud.network.NetworkManagerImpl]
>> >>>>> (UserVm-Scavenger-1:null) Removed nic id=18
>> >>>>> 2013-04-07 00:36:54,409 DEBUG [cloud.storage.StorageManagerImpl]
>> >>>>> (UserVm-Scavenger-1:null) Cleaning storage for vm: 12
>> >>>>> 2013-04-07 00:36:54,417 DEBUG [cloud.storage.StorageManagerImpl]
>> >>>>> (UserVm-Scavenger-1:null) Expunging Vol[12|vm=12|ROOT]
>> >>>>> 2013-04-07 00:36:54,424 DEBUG [agent.transport.Request]
>> >>>>> (UserVm-Scavenger-1:null) Seq 5-614334820: Sending  { Cmd , MgmtId:
>> >>>>>1,
>> >>>>>via:
>> >>>>> 5, Ver: v1, Flags: 100111,
>> >>>>>
>>
>> >>>>>[{"storage.DestroyCommand":{"vmName":"i-2-12-VM","volume":{"id":12,"na
>> >>>>>m
>> >>>>>e
>> >>>>>"
>>
>> >>>>>:"ROOT-12","mountPoint":"/iSCSI_SR_3","path":"40a39639-e8aa-45b5-bfa1-
>> >>>>>5
>> >>>>>9
>> >>>>>1
>>
>> >>>>>b68571d0c","size":52428800,"type":"ROOT","storagePoolType":"PreSetup",
>> >>>>>"
>> >>>>>s
>> >>>>>t
>> >>>>>oragePoolUuid":"iSCSI_SR_3","deviceId":0},"wait":0}}]
>> >>>>> }
>> >>>>> 2013-04-07 00:36:54,424 DEBUG [agent.transport.Request]
>> >>>>> (UserVm-Scavenger-1:null) Seq 5-614334820: Executing:  { Cmd ,
>> >>>>>MgmtId:
>> >>>>>1,
>> >>>>> via: 5, Ver: v1, Flags: 100111,
>> >>>>>
>>
>> >>>>>[{"storage.DestroyCommand":{"vmName":"i-2-12-VM","volume":{"id":12,"na
>> >>>>>m
>> >>>>>e
>> >>>>>"
>>
>> >>>>>:"ROOT-12","mountPoint":"/iSCSI_SR_3","path":"40a39639-e8aa-45b5-bfa1-
>> >>>>>5
>> >>>>>9
>> >>>>>1
>>
>> >>>>>b68571d0c","size":52428800,"type":"ROOT","storagePoolType":"PreSetup",
>> >>>>>"
>> >>>>>s
>> >>>>>t
>> >>>>>oragePoolUuid":"iSCSI_SR_3","deviceId":0},"wait":0}}]
>> >>>>> }
>> >>>>> 2013-04-07 00:36:54,424 DEBUG [agent.manager.DirectAgentAttache]
>> >>>>> (DirectAgent-411:null) Seq 5-614334820: Executing request
>> >>>>> 2013-04-07 00:36:55,072 DEBUG [agent.manager.DirectAgentAttache]
>> >>>>> (DirectAgent-411:null) Seq 5-614334820: Response Received:
>> >>>>> 2013-04-07 00:36:55,072 DEBUG [agent.transport.Request]
>> >>>>> (DirectAgent-411:null) Seq 5-614334820: Processing:  { Ans: ,
>> MgmtId:
>> >>>>>1,
>> >>>>> via: 5, Ver: v1, Flags: 110,
>> >>>>> [{"Answer":{"result":true,"details":"Success","wait":0}}] }
>> >>>>> 2013-04-07 00:36:55,072 DEBUG [agent.transport.Request]
>> >>>>> (UserVm-Scavenger-1:null) Seq 5-614334820: Received:  { Ans: ,
>> >>>>>MgmtId:
>> >>>>>1,
>> >>>>> via: 5, Ver: v1, Flags: 110, { Answer } }
>> >>>>> 2013-04-07 00:36:55,072 DEBUG [agent.manager.AgentAttache]
>> >>>>> (DirectAgent-411:null) Seq 5-614334820: No more commands found
>> >>>>> 2013-04-07 00:36:55,076 DEBUG [cloud.storage.StorageManagerImpl]
>> >>>>> (UserVm-Scavenger-1:null) Volume successfully expunged from 257
>> >>>>> 2013-04-07 00:36:55,076 DEBUG [cloud.vm.VirtualMachineManagerImpl]
>> >>>>> (UserVm-Scavenger-1:null) Expunged
>> >>>>> VM[User|c18ddf7c-fc61-40b0-af75-fdef05f8eae6]
>> >>>>> 2013-04-07 00:36:55,076 DEBUG [cloud.vm.UserVmManagerImpl]
>> >>>>> (UserVm-Scavenger-1:null) Starting cleaning up vm
>> >>>>> VM[User|c18ddf7c-fc61-40b0-af75-fdef05f8eae6] resources...
>> >>>>> 2013-04-07 00:36:55,080 INFO
>> >>>>>[network.security.SecurityGroupManagerImpl]
>> >>>>> (UserVm-Scavenger-1:null) Disassociated 1 network groups  from
>> uservm
>> >>>>>12
>> >>>>> 2013-04-07 00:36:55,081 DEBUG
>> >>>>>[network.security.SecurityGroupManagerImpl]
>> >>>>> (UserVm-Scavenger-1:null) Security group mappings are removed
>> >>>>>successfully
>> >>>>> for vm id=12
>> >>>>> 2013-04-07 00:36:55,090 DEBUG [network.firewall.FirewallManagerImpl]
>> >>>>> (UserVm-Scavenger-1:null) No firewall rules are found for vm id=12
>> >>>>> 2013-04-07 00:36:55,090 DEBUG [cloud.vm.UserVmManagerImpl]
>> >>>>> (UserVm-Scavenger-1:null) Firewall rules are removed successfully as
>> >>>>>a
>> >>>>>part
>> >>>>> of vm id=12 expunge
>> >>>>> 2013-04-07 00:36:55,093 DEBUG [network.rules.RulesManagerImpl]
>> >>>>> (UserVm-Scavenger-1:null) No port forwarding rules are found for vm
>> >>>>>id=12
>> >>>>> 2013-04-07 00:36:55,093 DEBUG [cloud.vm.UserVmManagerImpl]
>> >>>>> (UserVm-Scavenger-1:null) Port forwarding rules are removed
>> >>>>>successfully as
>> >>>>> a part of vm id=12 expunge
>> >>>>> 2013-04-07 00:36:55,095 DEBUG [cloud.vm.UserVmManagerImpl]
>> >>>>> (UserVm-Scavenger-1:null) Removed vm id=12 from all load balancers
>> as
>> >>>>>a
>> >>>>> part of expunge process
>> >>>>> 2013-04-07 00:36:55,096 DEBUG [cloud.vm.UserVmManagerImpl]
>> >>>>> (UserVm-Scavenger-1:null) Successfully cleaned up vm
>> >>>>> VM[User|c18ddf7c-fc61-40b0-af75-fdef05f8eae6] resources as a part of
>> >>>>> expunge process
>> >>>>> 2013-04-07 00:37:04,802 DEBUG [agent.manager.DirectAgentAttache]
>> >>>>> (DirectAgent-110:null) Ping from 6
>> >>>>> 2013-04-07 00:37:06,042 DEBUG [agent.manager.DirectAgentAttache]
>> >>>>> (DirectAgent-409:null) Ping from 5
>> >>>>> 2013-04-07 00:37:06,909 DEBUG [agent.manager.DirectAgentAttache]
>> >>>>> (DirectAgent-239:null) Seq 6-324993028: Executing request
>> >>>>> 2013-04-07 00:37:07,099 DEBUG [agent.manager.DirectAgentAttache]
>> >>>>> (DirectAgent-239:null) Seq 6-324993028: Response Received:
>> >>>>> 2013-04-07 00:37:07,100 DEBUG [agent.transport.Request]
>> >>>>> (DirectAgent-239:null) Seq 6-324993028: Processing:  { Ans: ,
>> MgmtId:
>> >>>>>1,
>> >>>>> via: 6, Ver: v1, Flags: 10,
>> >>>>>
>>
>> >>>>>[{"ClusterSyncAnswer":{"_clusterId":2,"_newStates":{},"_isExecuted":fa
>> >>>>>l
>> >>>>>s
>> >>>>>e
>> >>>>>,"result":true,"wait":0}}]
>> >>>>> }
>> >>>>> 2013-04-07 00:37:11,022 DEBUG [agent.manager.DirectAgentAttache]
>> >>>>> (DirectAgent-225:null) Seq 5-614334468: Executing request
>> >>>>> 2013-04-07 00:37:11,170 DEBUG [agent.manager.DirectAgentAttache]
>> >>>>> (DirectAgent-225:null) Seq 5-614334468: Response Received:
>> >>>>> 2013-04-07 00:37:11,171 DEBUG [agent.transport.Request]
>> >>>>> (DirectAgent-225:null) Seq 5-614334468: Processing:  { Ans: ,
>> MgmtId:
>> >>>>>1,
>> >>>>> via: 5, Ver: v1, Flags: 10, [{"Answer":{"result":true,"wait":0}}] }
>> >>>>> 2013-04-07 00:37:20,451 DEBUG
>> >>>>> [storage.secondary.SecondaryStorageManagerImpl] (secstorage-1:null)
>> >>>>>Zone 1
>> >>>>> is ready to launch secondary storage VM
>> >>>>> 2013-04-07 00:37:20,554 DEBUG
>> >>>>>[cloud.consoleproxy.ConsoleProxyManagerImpl]
>> >>>>> (consoleproxy-1:null) Zone 1 is ready to launch console proxy
>> >>>>> 2013-04-07 00:37:20,820 DEBUG
>> >>>>> [network.router.VirtualNetworkApplianceManagerImpl]
>> >>>>> (RouterStatusMonitor-1:null) Found 0 routers to update status.
>> >>>>> 2013-04-07 00:37:20,822 DEBUG
>> >>>>> [network.router.VirtualNetworkApplianceManagerImpl]
>> >>>>> (RouterStatusMonitor-1:null) Found 0 networks to update RvR status.
>> >>>>> 2013-04-07 00:37:20,851 DEBUG
>> >>>>> [network.router.VirtualNetworkApplianceManagerImpl]
>> >>>>> (RouterStatusMonitor-1:null) Found 0 routers to update status.
>> >>>>> 2013-04-07 00:37:20,852 DEBUG
>> >>>>> [network.router.VirtualNetworkApplianceManagerImpl]
>> >>>>> (RouterStatusMonitor-1:null) Found 0 networks to update RvR status.
>> >>>>> 2013-04-07 00:37:24,890 DEBUG [agent.manager.AgentManagerImpl]
>> >>>>> (AgentManager-Handler-6:null) Ping from 4
>> >>>>> 2013-04-07 00:37:27,167 DEBUG [agent.manager.DirectAgentAttache]
>> >>>>> (DirectAgent-354:null) Ping from 1
>> >>>>> 2013-04-07 00:37:29,095 DEBUG [agent.manager.DirectAgentAttache]
>> >>>>> (DirectAgent-97:null) Seq 1-90046472: Executing request
>> >>>>> 2013-04-07 00:37:29,317 DEBUG [agent.manager.DirectAgentAttache]
>> >>>>> (DirectAgent-97:null) Seq 1-90046472: Response Received:
>> >>>>> 2013-04-07 00:37:29,317 DEBUG [agent.transport.Request]
>> >>>>> (DirectAgent-97:null) Seq 1-90046472: Processing:  { Ans: , MgmtId:
>> >>>>>1,
>> >>>>>via:
>> >>>>> 1, Ver: v1, Flags: 10,
>> >>>>>
>>
>> >>>>>[{"ClusterSyncAnswer":{"_clusterId":1,"_newStates":{},"_isExecuted":fa
>> >>>>>l
>> >>>>>s
>> >>>>>e
>> >>>>>,"result":true,"wait":0}}]
>> >>>>> }
>> >>>>> 2013-04-07 00:37:47,679 DEBUG [agent.manager.AgentManagerImpl]
>> >>>>> (AgentManager-Handler-7:null) Ping from 3
>> >>>>> 2013-04-07 00:37:50,451 DEBUG
>> >>>>> [storage.secondary.SecondaryStorageManagerImpl] (secstorage-1:null)
>> >>>>>Zone 1
>> >>>>> is ready to launch secondary storage VM
>> >>>>> 2013-04-07 00:37:50,555 DEBUG
>> >>>>>[cloud.consoleproxy.ConsoleProxyManagerImpl]
>> >>>>> (consoleproxy-1:null) Zone 1 is ready to launch console proxy
>> >>>>> 2013-04-07 00:37:50,798 INFO  [cloud.ha.HighAvailabilityManagerImpl]
>> >>>>> (HA-2:null) checking health of usage server
>> >>>>> 2013-04-07 00:37:50,799 DEBUG [cloud.ha.HighAvailabilityManagerImpl]
>> >>>>> (HA-2:null) usage server running? false, heartbeat: null
>> >>>>> 2013-04-07 00:37:50,801 DEBUG [cloud.alert.AlertManagerImpl]
>> >>>>>(HA-2:null)
>> >>>>> Have already sent: 1 emails for alert type '12' -- skipping send
>> >>>>>email
>> >>>>> 2013-04-07 00:37:50,816 DEBUG
>> >>>>> [network.router.VirtualNetworkApplianceManagerImpl]
>> >>>>>(RouterMonitor-1:null)
>> >>>>> Found 0 running routers.
>> >>>>> 2013-04-07 00:37:50,820 DEBUG
>> >>>>> [network.router.VirtualNetworkApplianceManagerImpl]
>> >>>>> (RouterStatusMonitor-1:null) Found 0 routers to update status.
>> >>>>> 2013-04-07 00:37:50,821 DEBUG
>> >>>>> [network.router.VirtualNetworkApplianceManagerImpl]
>> >>>>> (RouterStatusMonitor-1:null) Found 0 networks to update RvR status.
>> >>>>> 2013-04-07 00:37:50,850 DEBUG
>> >>>>> [network.router.VirtualNetworkApplianceManagerImpl]
>> >>>>>(RouterMonitor-1:null)
>> >>>>> Found 0 running routers.
>> >>>>> 2013-04-07 00:37:50,851 DEBUG
>> >>>>> [network.router.VirtualNetworkApplianceManagerImpl]
>> >>>>> (RouterStatusMonitor-1:null) Found 0 routers to update status.
>> >>>>> 2013-04-07 00:37:50,852 DEBUG
>> >>>>> [network.router.VirtualNetworkApplianceManagerImpl]
>> >>>>> (RouterStatusMonitor-1:null) Found 0 networks to update RvR status.
>> >>>>> 2013-04-07 00:37:50,909 DEBUG
>> >>>>> [cloud.network.ExternalLoadBalancerUsageManagerImpl]
>> >>>>> (ExternalNetworkMonitor-1:null) External devices stats collector is
>> >>>>> running...
>> >>>>> 2013-04-07 00:37:50,920 DEBUG
>> >>>>>[storage.snapshot.SnapshotSchedulerImpl]
>> >>>>> (SnapshotPollTask:null) Snapshot scheduler.poll is being called at
>> >>>>> 2013-04-07 06:37:50 GMT
>> >>>>> 2013-04-07 00:37:50,921 DEBUG
>> >>>>>[storage.snapshot.SnapshotSchedulerImpl]
>> >>>>> (SnapshotPollTask:null) Got 0 snapshots to be executed at 2013-04-07
>> >>>>> 06:37:50 GMT
>> >>>>> 2013-04-07 00:37:51,480 INFO  [agent.manager.AgentMonitor]
>> >>>>> (Thread-11:null) Found the following agents behind on ping: [6, 5]
>> >>>>> 2013-04-07 00:37:51,481 DEBUG [cloud.host.Status] (Thread-11:null)
>> >>>>>Ping
>> >>>>> timeout for host 6, do invstigation
>> >>>>> 2013-04-07 00:37:51,482 DEBUG [cloud.host.Status] (Thread-11:null)
>> >>>>>Ping
>> >>>>> timeout for host 5, do invstigation
>> >>>>> 2013-04-07 00:37:51,483 INFO  [agent.manager.AgentManagerImpl]
>> >>>>> (AgentTaskPool-10:null) Investigating why host 6 has disconnected
>> >>>>>with
>> >>>>> event PingTimeout
>> >>>>> 2013-04-07 00:37:51,483 DEBUG [agent.manager.AgentManagerImpl]
>> >>>>> (AgentTaskPool-10:null) checking if agent (6) is alive
>> >>>>> 2013-04-07 00:37:51,484 INFO  [agent.manager.AgentManagerImpl]
>> >>>>> (AgentTaskPool-13:null) Investigating why host 5 has disconnected
>> >>>>>with
>> >>>>> event PingTimeout
>> >>>>> 2013-04-07 00:37:51,484 DEBUG [agent.manager.AgentManagerImpl]
>> >>>>> (AgentTaskPool-13:null) checking if agent (5) is alive
>> >>>>> 2013-04-07 00:37:51,486 DEBUG [agent.transport.Request]
>> >>>>> (AgentTaskPool-10:null) Seq 6-324993316: Sending  { Cmd , MgmtId: 1,
>> >>>>>via:
>> >>>>> 6, Ver: v1, Flags: 100011, [{"CheckHealthCommand":{"wait":50}}] }
>> >>>>> 2013-04-07 00:37:51,486 DEBUG [agent.transport.Request]
>> >>>>> (AgentTaskPool-10:null) Seq 6-324993316: Executing:  { Cmd , MgmtId:
>> >>>>>1,
>> >>>>> via: 6, Ver: v1, Flags: 100011, [{"CheckHealthCommand":{"wait":50}}]
>> >>>>>}
>> >>>>> 2013-04-07 00:37:51,486 DEBUG [agent.manager.DirectAgentAttache]
>> >>>>> (DirectAgent-303:null) Seq 6-324993316: Executing request
>> >>>>> 2013-04-07 00:37:51,488 DEBUG [agent.transport.Request]
>> >>>>> (AgentTaskPool-13:null) Seq 5-614334821: Sending  { Cmd , MgmtId: 1,
>> >>>>>via:
>> >>>>> 5, Ver: v1, Flags: 100011, [{"CheckHealthCommand":{"wait":50}}] }
>> >>>>> 2013-04-07 00:37:51,488 DEBUG [agent.transport.Request]
>> >>>>> (AgentTaskPool-13:null) Seq 5-614334821: Executing:  { Cmd , MgmtId:
>> >>>>>1,
>> >>>>> via: 5, Ver: v1, Flags: 100011, [{"CheckHealthCommand":{"wait":50}}]
>> >>>>>}
>> >>>>> 2013-04-07 00:37:51,488 DEBUG [agent.manager.DirectAgentAttache]
>> >>>>> (DirectAgent-158:null) Seq 5-614334821: Executing request
>> >>>>> 2013-04-07 00:37:51,537 DEBUG [agent.manager.DirectAgentAttache]
>> >>>>> (DirectAgent-303:null) Seq 6-324993316: Response Received:
>> >>>>> 2013-04-07 00:37:51,538 DEBUG [agent.transport.Request]
>> >>>>> (DirectAgent-303:null) Seq 6-324993316: Processing:  { Ans: ,
>> MgmtId:
>> >>>>>1,
>> >>>>> via: 6, Ver: v1, Flags: 10,
>> >>>>> [{"CheckHealthAnswer":{"result":true,"details":"resource is
>> >>>>> alive","wait":0}}] }
>> >>>>> 2013-04-07 00:37:51,538 DEBUG [agent.transport.Request]
>> >>>>> (AgentTaskPool-10:null) Seq 6-324993316: Received:  { Ans: , MgmtId:
>> >>>>>1,
>> >>>>> via: 6, Ver: v1, Flags: 10, { CheckHealthAnswer } }
>> >>>>> 2013-04-07 00:37:51,538 DEBUG [agent.manager.AgentManagerImpl]
>> >>>>> (AgentTaskPool-10:null) Details from executing class
>> >>>>> com.cloud.agent.api.CheckHealthCommand: resource is alive
>> >>>>> 2013-04-07 00:37:51,538 DEBUG [agent.manager.AgentManagerImpl]
>> >>>>> (AgentTaskPool-10:null) agent (6) responded to checkHeathCommand,
>> >>>>>reporting
>> >>>>> that agent is Up
>> >>>>> 2013-04-07 00:37:51,538 INFO  [agent.manager.AgentManagerImpl]
>> >>>>> (AgentTaskPool-10:null) The state determined is Up
>> >>>>> 2013-04-07 00:37:51,538 INFO  [agent.manager.AgentManagerImpl]
>> >>>>> (AgentTaskPool-10:null) Agent is determined to be up and running
>> >>>>> 2013-04-07 00:37:51,538 DEBUG [cloud.host.Status]
>> >>>>>(AgentTaskPool-10:null)
>> >>>>> Transition:[Resource state = Enabled, Agent event = Ping, Host id =
>> >>>>>6,
>> >>>>>name
>> >>>>> = Tut-XenServer]
>> >>>>> 2013-04-07 00:37:51,541 DEBUG [agent.manager.DirectAgentAttache]
>> >>>>> (DirectAgent-158:null) Seq 5-614334821: Response Received:
>> >>>>> 2013-04-07 00:37:51,541 DEBUG [agent.transport.Request]
>> >>>>> (DirectAgent-158:null) Seq 5-614334821: Processing:  { Ans: ,
>> MgmtId:
>> >>>>>1,
>> >>>>> via: 5, Ver: v1, Flags: 10,
>> >>>>> [{"CheckHealthAnswer":{"result":true,"details":"resource is
>> >>>>> alive","wait":0}}] }
>> >>>>> 2013-04-07 00:37:51,541 DEBUG [agent.transport.Request]
>> >>>>> (AgentTaskPool-13:null) Seq 5-614334821: Received:  { Ans: , MgmtId:
>> >>>>>1,
>> >>>>> via: 5, Ver: v1, Flags: 10, { CheckHealthAnswer } }
>> >>>>> 2013-04-07 00:37:51,541 DEBUG [agent.manager.AgentManagerImpl]
>> >>>>> (AgentTaskPool-13:null) Details from executing class
>> >>>>> com.cloud.agent.api.CheckHealthCommand: resource is alive
>> >>>>> 2013-04-07 00:37:51,541 DEBUG [agent.manager.AgentManagerImpl]
>> >>>>> (AgentTaskPool-13:null) agent (5) responded to checkHeathCommand,
>> >>>>>reporting
>> >>>>> that agent is Up
>> >>>>> 2013-04-07 00:37:51,541 INFO  [agent.manager.AgentManagerImpl]
>> >>>>> (AgentTaskPool-13:null) The state determined is Up
>> >>>>> 2013-04-07 00:37:51,541 DEBUG [cloud.host.Status]
>> >>>>>(AgentTaskPool-10:null)
>> >>>>> Agent status update: [id = 6; name = Tut-XenServer; old status = Up;
>> >>>>>event
>> >>>>> = Ping; new status = Up; old update count = 314; new update count =
>> >>>>>315]
>> >>>>> 2013-04-07 00:37:51,541 INFO  [agent.manager.AgentManagerImpl]
>> >>>>> (AgentTaskPool-13:null) Agent is determined to be up and running
>> >>>>> 2013-04-07 00:37:51,541 DEBUG [cloud.host.Status]
>> >>>>>(AgentTaskPool-13:null)
>> >>>>> Transition:[Resource state = Enabled, Agent event = Ping, Host id =
>> >>>>>5,
>> >>>>>name
>> >>>>> = Tut-XenServer2]
>> >>>>> 2013-04-07 00:37:51,544 DEBUG [cloud.host.Status]
>> >>>>>(AgentTaskPool-13:null)
>> >>>>> Agent status update: [id = 5; name = Tut-XenServer2; old status =
>> Up;
>> >>>>>event
>> >>>>> = Ping; new status = Up; old update count = 151; new update count =
>> >>>>>152]
>> >>>>> 2013-04-07 00:37:55,103 INFO  [cloud.vm.UserVmManagerImpl]
>> >>>>> (UserVm-Scavenger-1:null) Found 1 vms to expunge.
>> >>>>> 2013-04-07 00:37:55,103 DEBUG [cloud.vm.VirtualMachineManagerImpl]
>> >>>>> (UserVm-Scavenger-1:null) Stopped called on
>> >>>>> VM[User|94ddc16f-04fc-4da1-8326-01d8d5cdeb44] but the state is
>> >>>>>Destroyed
>> >>>>> 2013-04-07 00:37:55,105 DEBUG [cloud.capacity.CapacityManagerImpl]
>> >>>>> (UserVm-Scavenger-1:null) VM state transitted from :Destroyed to
>> >>>>>Expunging
>> >>>>> with event: ExpungeOperationvm's original host id: 6 new host id:
>> >>>>>null
>> >>>>>host
>> >>>>> id before state transition: null
>> >>>>> 2013-04-07 00:37:55,105 DEBUG [cloud.vm.VirtualMachineManagerImpl]
>> >>>>> (UserVm-Scavenger-1:null) Destroying vm
>> >>>>> VM[User|94ddc16f-04fc-4da1-8326-01d8d5cdeb44]
>> >>>>> 2013-04-07 00:37:55,105 DEBUG [cloud.vm.VirtualMachineManagerImpl]
>> >>>>> (UserVm-Scavenger-1:null) Cleaning up NICS
>> >>>>> 2013-04-07 00:37:55,105 DEBUG [cloud.network.NetworkManagerImpl]
>> >>>>> (UserVm-Scavenger-1:null) Cleaning network for vm: 13
>> >>>>> 2013-04-07 00:37:55,113 DEBUG [network.guru.DirectNetworkGuru]
>> >>>>> (UserVm-Scavenger-1:null) Deallocate network: networkId: 204, ip:
>> >>>>> 192.168.56.146
>> >>>>> 2013-04-07 00:37:55,124 DEBUG [cloud.network.NetworkManagerImpl]
>> >>>>> (UserVm-Scavenger-1:null) Removed nic id=19
>> >>>>> 2013-04-07 00:37:55,124 DEBUG [cloud.storage.StorageManagerImpl]
>> >>>>> (UserVm-Scavenger-1:null) Cleaning storage for vm: 13
>> >>>>> 2013-04-07 00:37:55,132 DEBUG [cloud.storage.StorageManagerImpl]
>> >>>>> (UserVm-Scavenger-1:null) Expunging Vol[13|vm=13|ROOT]
>> >>>>> 2013-04-07 00:37:55,139 DEBUG [agent.transport.Request]
>> >>>>> (UserVm-Scavenger-1:null) Seq 6-324993317: Sending  { Cmd , MgmtId:
>> >>>>>1,
>> >>>>>via:
>> >>>>> 6, Ver: v1, Flags: 100111,
>> >>>>>
>>
>> >>>>>[{"storage.DestroyCommand":{"vmName":"i-2-13-VM","volume":{"id":13,"na
>> >>>>>m
>> >>>>>e
>> >>>>>"
>>
>> >>>>>:"ROOT-13","mountPoint":"/iSCSI_SR_3","path":"99154d9c-2665-465d-8c71-
>> >>>>>e
>> >>>>>6
>> >>>>>0
>>
>> >>>>>f1748895b","size":52428800,"type":"ROOT","storagePoolType":"PreSetup",
>> >>>>>"
>> >>>>>s
>> >>>>>t
>> >>>>>oragePoolUuid":"iSCSI_SR_3","deviceId":0},"wait":0}}]
>> >>>>> }
>> >>>>> 2013-04-07 00:37:55,140 DEBUG [agent.transport.Request]
>> >>>>> (UserVm-Scavenger-1:null) Seq 6-324993317: Executing:  { Cmd ,
>> >>>>>MgmtId:
>> >>>>>1,
>> >>>>> via: 6, Ver: v1, Flags: 100111,
>> >>>>>
>>
>> >>>>>[{"storage.DestroyCommand":{"vmName":"i-2-13-VM","volume":{"id":13,"na
>> >>>>>m
>> >>>>>e
>> >>>>>"
>>
>> >>>>>:"ROOT-13","mountPoint":"/iSCSI_SR_3","path":"99154d9c-2665-465d-8c71-
>> >>>>>e
>> >>>>>6
>> >>>>>0
>>
>> >>>>>f1748895b","size":52428800,"type":"ROOT","storagePoolType":"PreSetup",
>> >>>>>"
>> >>>>>s
>> >>>>>t
>> >>>>>oragePoolUuid":"iSCSI_SR_3","deviceId":0},"wait":0}}]
>> >>>>> }
>> >>>>> 2013-04-07 00:37:55,140 DEBUG [agent.manager.DirectAgentAttache]
>> >>>>> (DirectAgent-87:null) Seq 6-324993317: Executing request
>> >>>>> 2013-04-07 00:37:55,724 DEBUG [agent.manager.DirectAgentAttache]
>> >>>>> (DirectAgent-87:null) Seq 6-324993317: Response Received:
>> >>>>> 2013-04-07 00:37:55,724 DEBUG [agent.transport.Request]
>> >>>>> (DirectAgent-87:null) Seq 6-324993317: Processing:  { Ans: , MgmtId:
>> >>>>>1,
>> >>>>> via: 6, Ver: v1, Flags: 110,
>> >>>>> [{"Answer":{"result":true,"details":"Success","wait":0}}] }
>> >>>>> 2013-04-07 00:37:55,724 DEBUG [agent.manager.AgentAttache]
>> >>>>> (DirectAgent-87:null) Seq 6-324993317: No more commands found
>> >>>>> 2013-04-07 00:37:55,724 DEBUG [agent.transport.Request]
>> >>>>> (UserVm-Scavenger-1:null) Seq 6-324993317: Received:  { Ans: ,
>> >>>>>MgmtId:
>> >>>>>1,
>> >>>>> via: 6, Ver: v1, Flags: 110, { Answer } }
>> >>>>> 2013-04-07 00:37:55,727 DEBUG [cloud.storage.StorageManagerImpl]
>> >>>>> (UserVm-Scavenger-1:null) Volume successfully expunged from 257
>> >>>>> 2013-04-07 00:37:55,727 DEBUG [cloud.vm.VirtualMachineManagerImpl]
>> >>>>> (UserVm-Scavenger-1:null) Expunged
>> >>>>> VM[User|94ddc16f-04fc-4da1-8326-01d8d5cdeb44]
>> >>>>> 2013-04-07 00:37:55,727 DEBUG [cloud.vm.UserVmManagerImpl]
>> >>>>> (UserVm-Scavenger-1:null) Starting cleaning up vm
>> >>>>> VM[User|94ddc16f-04fc-4da1-8326-01d8d5cdeb44] resources...
>> >>>>> 2013-04-07 00:37:55,730 INFO
>> >>>>>[network.security.SecurityGroupManagerImpl]
>> >>>>> (UserVm-Scavenger-1:null) Disassociated 1 network groups  from
>> uservm
>> >>>>>13
>> >>>>> 2013-04-07 00:37:55,732 DEBUG
>> >>>>>[network.security.SecurityGroupManagerImpl]
>> >>>>> (UserVm-Scavenger-1:null) Security group mappings are removed
>> >>>>>successfully
>> >>>>> for vm id=13
>> >>>>> 2013-04-07 00:37:55,736 DEBUG [network.firewall.FirewallManagerImpl]
>> >>>>> (UserVm-Scavenger-1:null) No firewall rules are found for vm id=13
>> >>>>> 2013-04-07 00:37:55,737 DEBUG [cloud.vm.UserVmManagerImpl]
>> >>>>> (UserVm-Scavenger-1:null) Firewall rules are removed successfully as
>> >>>>>a
>> >>>>>part
>> >>>>> of vm id=13 expunge
>> >>>>> 2013-04-07 00:37:55,739 DEBUG [network.rules.RulesManagerImpl]
>> >>>>> (UserVm-Scavenger-1:null) No port forwarding rules are found for vm
>> >>>>>id=13
>> >>>>> 2013-04-07 00:37:55,739 DEBUG [cloud.vm.UserVmManagerImpl]
>> >>>>> (UserVm-Scavenger-1:null) Port forwarding rules are removed
>> >>>>>successfully as
>> >>>>> a part of vm id=13 expunge
>> >>>>> 2013-04-07 00:37:55,740 DEBUG [cloud.vm.UserVmManagerImpl]
>> >>>>> (UserVm-Scavenger-1:null) Removed vm id=13 from all load balancers
>> as
>> >>>>>a
>> >>>>> part of expunge process
>> >>>>> 2013-04-07 00:37:55,741 DEBUG [cloud.vm.UserVmManagerImpl]
>> >>>>> (UserVm-Scavenger-1:null) Successfully cleaned up vm
>> >>>>> VM[User|94ddc16f-04fc-4da1-8326-01d8d5cdeb44] resources as a part of
>> >>>>> expunge process
>> >>>>> 2013-04-07 00:38:04,813 DEBUG [agent.manager.DirectAgentAttache]
>> >>>>> (DirectAgent-442:null) Ping from 6
>> >>>>> 2013-04-07 00:38:06,064 DEBUG [agent.manager.DirectAgentAttache]
>> >>>>> (DirectAgent-374:null) Ping from 5
>> >>>>> 2013-04-07 00:38:06,909 DEBUG [agent.manager.DirectAgentAttache]
>> >>>>> (DirectAgent-157:null) Seq 6-324993028: Executing request
>> >>>>> 2013-04-07 00:38:07,099 DEBUG [agent.manager.DirectAgentAttache]
>> >>>>> (DirectAgent-157:null) Seq 6-324993028: Response Received:
>> >>>>> 2013-04-07 00:38:07,100 DEBUG [agent.transport.Request]
>> >>>>> (DirectAgent-157:null) Seq 6-324993028: Processing:  { Ans: ,
>> MgmtId:
>> >>>>>1,
>> >>>>> via: 6, Ver: v1, Flags: 10,
>> >>>>>
>>
>> >>>>>[{"ClusterSyncAnswer":{"_clusterId":2,"_newStates":{},"_isExecuted":fa
>> >>>>>l
>> >>>>>s
>> >>>>>e
>> >>>>>,"result":true,"wait":0}}]
>> >>>>> }
>> >>>>> 2013-04-07 00:38:11,022 DEBUG [agent.manager.DirectAgentAttache]
>> >>>>> (DirectAgent-192:null) Seq 5-614334468: Executing request
>> >>>>> 2013-04-07 00:38:11,181 DEBUG [agent.manager.DirectAgentAttache]
>> >>>>> (DirectAgent-192:null) Seq 5-614334468: Response Received:
>> >>>>> 2013-04-07 00:38:11,181 DEBUG [agent.transport.Request]
>> >>>>> (DirectAgent-192:null) Seq 5-614334468: Processing:  { Ans: ,
>> MgmtId:
>> >>>>>1,
>> >>>>> via: 5, Ver: v1, Flags: 10, [{"Answer":{"result":true,"wait":0}}] }
>> >>>>> 2013-04-07 00:38:20,455 DEBUG
>> >>>>> [storage.secondary.SecondaryStorageManagerImpl] (secstorage-1:null)
>> >>>>>Zone 1
>> >>>>> is ready to launch secondary storage VM
>> >>>>> 2013-04-07 00:38:20,573 DEBUG
>> >>>>>[cloud.consoleproxy.ConsoleProxyManagerImpl]
>> >>>>> (consoleproxy-1:null) Zone 1 is ready to launch console proxy
>> >>>>> 2013-04-07 00:38:20,820 DEBUG
>> >>>>> [network.router.VirtualNetworkApplianceManagerImpl]
>> >>>>> (RouterStatusMonitor-1:null) Found 0 routers to update status.
>> >>>>> 2013-04-07 00:38:20,821 DEBUG
>> >>>>> [network.router.VirtualNetworkApplianceManagerImpl]
>> >>>>> (RouterStatusMonitor-1:null) Found 0 networks to update RvR status.
>> >>>>> 2013-04-07 00:38:20,851 DEBUG
>> >>>>> [network.router.VirtualNetworkApplianceManagerImpl]
>> >>>>> (RouterStatusMonitor-1:null) Found 0 routers to update status.
>> >>>>> 2013-04-07 00:38:20,853 DEBUG
>> >>>>> [network.router.VirtualNetworkApplianceManagerImpl]
>> >>>>> (RouterStatusMonitor-1:null) Found 0 networks to update RvR status.
>> >>>>> 2013-04-07 00:38:20,921 DEBUG [cloud.alert.AlertManagerImpl]
>> >>>>> (CapacityChecker:null) Running Capacity Checker ...
>> >>>>> 2013-04-07 00:38:20,921 DEBUG [cloud.alert.AlertManagerImpl]
>> >>>>> (CapacityChecker:null) recalculating system capacity
>> >>>>> 2013-04-07 00:38:20,921 DEBUG [cloud.alert.AlertManagerImpl]
>> >>>>> (CapacityChecker:null) Executing cpu/ram capacity update
>> >>>>> 2013-04-07 00:38:20,931 DEBUG [cloud.capacity.CapacityManagerImpl]
>> >>>>> (CapacityChecker:null) Found 2 VMs on host 1
>> >>>>> 2013-04-07 00:38:20,932 DEBUG [cloud.capacity.CapacityManagerImpl]
>> >>>>> (CapacityChecker:null) Found 0 VM, not running on host 1
>> >>>>> 2013-04-07 00:38:20,935 DEBUG [cloud.capacity.CapacityManagerImpl]
>> >>>>> (CapacityChecker:null) No need to calibrate cpu capacity, host:1
>> >>>>>usedCpu:
>> >>>>> 200 reservedCpu: 0
>> >>>>> 2013-04-07 00:38:20,935 DEBUG [cloud.capacity.CapacityManagerImpl]
>> >>>>> (CapacityChecker:null) No need to calibrate memory capacity, host:1
>> >>>>> usedMem: 209715200 reservedMem: 0
>> >>>>> 2013-04-07 00:38:20,940 DEBUG [cloud.capacity.CapacityManagerImpl]
>> >>>>> (CapacityChecker:null) Found 0 VMs on host 5
>> >>>>> 2013-04-07 00:38:20,941 DEBUG [cloud.capacity.CapacityManagerImpl]
>> >>>>> (CapacityChecker:null) Found 0 VM, not running on host 5
>> >>>>> 2013-04-07 00:38:20,944 DEBUG [cloud.capacity.CapacityManagerImpl]
>> >>>>> (CapacityChecker:null) No need to calibrate cpu capacity, host:5
>> >>>>>usedCpu: 0
>> >>>>> reservedCpu: 0
>> >>>>> 2013-04-07 00:38:20,944 DEBUG [cloud.capacity.CapacityManagerImpl]
>> >>>>> (CapacityChecker:null) No need to calibrate memory capacity, host:5
>> >>>>> usedMem: 0 reservedMem: 0
>> >>>>> 2013-04-07 00:38:20,950 DEBUG [cloud.capacity.CapacityManagerImpl]
>> >>>>> (CapacityChecker:null) Found 1 VMs on host 6
>> >>>>> 2013-04-07 00:38:20,951 DEBUG [cloud.capacity.CapacityManagerImpl]
>> >>>>> (CapacityChecker:null) Found 0 VM, not running on host 6
>> >>>>> 2013-04-07 00:38:20,954 DEBUG [cloud.capacity.CapacityManagerImpl]
>> >>>>> (CapacityChecker:null) No need to calibrate cpu capacity, host:6
>> >>>>>usedCpu:
>> >>>>> 100 reservedCpu: 0
>> >>>>> 2013-04-07 00:38:20,954 DEBUG [cloud.capacity.CapacityManagerImpl]
>> >>>>> (CapacityChecker:null) No need to calibrate memory capacity, host:6
>> >>>>> usedMem: 104857600 reservedMem: 0
>> >>>>> 2013-04-07 00:38:20,954 DEBUG [cloud.alert.AlertManagerImpl]
>> >>>>> (CapacityChecker:null) Done executing cpu/ram capacity update
>> >>>>> 2013-04-07 00:38:20,954 DEBUG [cloud.alert.AlertManagerImpl]
>> >>>>> (CapacityChecker:null) Executing storage capacity update
>> >>>>> 2013-04-07 00:38:20,961 DEBUG [cloud.storage.StorageManagerImpl]
>> >>>>> (CapacityChecker:null) Successfully set Capacity - 31004332032 for
>> >>>>>capacity
>> >>>>> type - 9 , DataCenterId - 1, HostOrPoolId - 200, PodId 1
>> >>>>> 2013-04-07 00:38:20,965 DEBUG [cloud.storage.StorageManagerImpl]
>> >>>>> (CapacityChecker:null) Successfully set Capacity - 97221701632 for
>> >>>>>capacity
>> >>>>> type - 9 , DataCenterId - 1, HostOrPoolId - 201, PodId 1
>> >>>>> 2013-04-07 00:38:20,970 DEBUG [cloud.storage.StorageManagerImpl]
>> >>>>> (CapacityChecker:null) Successfully set Capacity - 97221701632 for
>> >>>>>capacity
>> >>>>> type - 9 , DataCenterId - 1, HostOrPoolId - 202, PodId 1
>> >>>>> 2013-04-07 00:38:20,975 DEBUG [cloud.storage.StorageManagerImpl]
>> >>>>> (CapacityChecker:null) Successfully set Capacity - 2084569088 for
>> >>>>>capacity
>> >>>>> type - 3 , DataCenterId - 1, HostOrPoolId - 256, PodId 1
>> >>>>> 2013-04-07 00:38:20,980 DEBUG [cloud.storage.StorageManagerImpl]
>> >>>>> (CapacityChecker:null) Successfully set Capacity - 2084569088 for
>> >>>>>capacity
>> >>>>> type - 3 , DataCenterId - 1, HostOrPoolId - 257, PodId 1
>> >>>>> 2013-04-07 00:38:20,985 DEBUG [cloud.storage.StorageManagerImpl]
>> >>>>> (CapacityChecker:null) Successfully set Capacity - 2084569088 for
>> >>>>>capacity
>> >>>>> type - 3 , DataCenterId - 1, HostOrPoolId - 262, PodId 1
>> >>>>> 2013-04-07 00:38:20,985 DEBUG [cloud.alert.AlertManagerImpl]
>> >>>>> (CapacityChecker:null) Done executing storage capacity update
>> >>>>> 2013-04-07 00:38:20,985 DEBUG [cloud.alert.AlertManagerImpl]
>> >>>>> (CapacityChecker:null) Executing capacity updates for public ip and
>> >>>>>Vlans
>> >>>>> 2013-04-07 00:38:20,995 DEBUG [cloud.alert.AlertManagerImpl]
>> >>>>> (CapacityChecker:null) Done capacity updates for public ip and Vlans
>> >>>>> 2013-04-07 00:38:20,996 DEBUG [cloud.alert.AlertManagerImpl]
>> >>>>> (CapacityChecker:null) Executing capacity updates for private ip
>> >>>>> 2013-04-07 00:38:21,003 DEBUG [cloud.alert.AlertManagerImpl]
>> >>>>> (CapacityChecker:null) Done executing capacity updates for private
>> ip
>> >>>>> 2013-04-07 00:38:21,003 DEBUG [cloud.alert.AlertManagerImpl]
>> >>>>> (CapacityChecker:null) Done recalculating system capacity
>> >>>>> 2013-04-07 00:38:21,031 DEBUG [cloud.alert.AlertManagerImpl]
>> >>>>> (CapacityChecker:null) Done running Capacity Checker ...
>> >>>>> 2013-04-07 00:38:24,889 DEBUG [agent.manager.AgentManagerImpl]
>> >>>>> (AgentManager-Handler-8:null) Ping from 4
>> >>>>> 2013-04-07 00:38:27,157 DEBUG [agent.manager.DirectAgentAttache]
>> >>>>> (DirectAgent-311:null) Ping from 1
>> >>>>> 2013-04-07 00:38:29,095 DEBUG [agent.manager.DirectAgentAttache]
>> >>>>> (DirectAgent-197:null) Seq 1-90046472: Executing request
>> >>>>> 2013-04-07 00:38:29,323 DEBUG [agent.manager.DirectAgentAttache]
>> >>>>> (DirectAgent-197:null) Seq 1-90046472: Response Received:
>> >>>>> 2013-04-07 00:38:29,324 DEBUG [agent.transport.Request]
>> >>>>> (DirectAgent-197:null) Seq 1-90046472: Processing:  { Ans: , MgmtId:
>> >>>>>1,
>> >>>>> via: 1, Ver: v1, Flags: 10,
>> >>>>>
>>
>> >>>>>[{"ClusterSyncAnswer":{"_clusterId":1,"_newStates":{},"_isExecuted":fa
>> >>>>>l
>> >>>>>s
>> >>>>>e
>> >>>>>,"result":true,"wait":0}}]
>> >>>>> }
>> >>>>> 2013-04-07 00:38:47,679 DEBUG [agent.manager.AgentManagerImpl]
>> >>>>> (AgentManager-Handler-9:null) Ping from 3
>> >>>>> 2013-04-07 00:38:50,453 DEBUG
>> >>>>> [storage.secondary.SecondaryStorageManagerImpl] (secstorage-1:null)
>> >>>>>Zone 1
>> >>>>> is ready to launch secondary storage VM
>> >>>>> 2013-04-07 00:38:50,560 DEBUG
>> >>>>>[cloud.consoleproxy.ConsoleProxyManagerImpl]
>> >>>>> (consoleproxy-1:null) Zone 1 is ready to launch console proxy
>> >>>>> 2013-04-07 00:38:50,819 DEBUG
>> >>>>> [network.router.VirtualNetworkApplianceManagerImpl]
>> >>>>> (RouterStatusMonitor-1:null) Found 0 routers to update status.
>> >>>>> 2013-04-07 00:38:50,820 DEBUG
>> >>>>> [network.router.VirtualNetworkApplianceManagerImpl]
>> >>>>> (RouterStatusMonitor-1:null) Found 0 networks to update RvR status.
>> >>>>> 2013-04-07 00:38:50,851 DEBUG
>> >>>>> [network.router.VirtualNetworkApplianceManagerImpl]
>> >>>>> (RouterStatusMonitor-1:null) Found 0 routers to update status.
>> >>>>> 2013-04-07 00:38:50,852 DEBUG
>> >>>>> [network.router.VirtualNetworkApplianceManagerImpl]
>> >>>>> (RouterStatusMonitor-1:null) Found 0 networks to update RvR status.
>> >>>>> 2013-04-07 00:38:51,483 INFO  [agent.manager.AgentMonitor]
>> >>>>> (Thread-11:null) Found the following agents behind on ping: [6, 5]
>> >>>>> 2013-04-07 00:38:51,485 DEBUG [cloud.host.Status] (Thread-11:null)
>> >>>>>Ping
>> >>>>> timeout for host 6, do invstigation
>> >>>>> 2013-04-07 00:38:51,486 DEBUG [cloud.host.Status] (Thread-11:null)
>> >>>>>Ping
>> >>>>> timeout for host 5, do invstigation
>> >>>>> 2013-04-07 00:38:51,486 INFO  [agent.manager.AgentManagerImpl]
>> >>>>> (AgentTaskPool-11:null) Investigating why host 6 has disconnected
>> >>>>>with
>> >>>>> event PingTimeout
>> >>>>> 2013-04-07 00:38:51,486 DEBUG [agent.manager.AgentManagerImpl]
>> >>>>> (AgentTaskPool-11:null) checking if agent (6) is alive
>> >>>>> 2013-04-07 00:38:51,487 INFO  [agent.manager.AgentManagerImpl]
>> >>>>> (AgentTaskPool-16:null) Investigating why host 5 has disconnected
>> >>>>>with
>> >>>>> event PingTimeout
>> >>>>> 2013-04-07 00:38:51,488 DEBUG [agent.manager.AgentManagerImpl]
>> >>>>> (AgentTaskPool-16:null) checking if agent (5) is alive
>> >>>>> 2013-04-07 00:38:51,489 DEBUG [agent.transport.Request]
>> >>>>> (AgentTaskPool-11:null) Seq 6-324993318: Sending  { Cmd , MgmtId: 1,
>> >>>>>via:
>> >>>>> 6, Ver: v1, Flags: 100011, [{"CheckHealthCommand":{"wait":50}}] }
>> >>>>> 2013-04-07 00:38:51,489 DEBUG [agent.transport.Request]
>> >>>>> (AgentTaskPool-11:null) Seq 6-324993318: Executing:  { Cmd , MgmtId:
>> >>>>>1,
>> >>>>> via: 6, Ver: v1, Flags: 100011, [{"CheckHealthCommand":{"wait":50}}]
>> >>>>>}
>> >>>>> 2013-04-07 00:38:51,489 DEBUG [agent.manager.DirectAgentAttache]
>> >>>>> (DirectAgent-372:null) Seq 6-324993318: Executing request
>> >>>>> 2013-04-07 00:38:51,491 DEBUG [agent.transport.Request]
>> >>>>> (AgentTaskPool-16:null) Seq 5-614334822: Sending  { Cmd , MgmtId: 1,
>> >>>>>via:
>> >>>>> 5, Ver: v1, Flags: 100011, [{"CheckHealthCommand":{"wait":50}}] }
>> >>>>> 2013-04-07 00:38:51,491 DEBUG [agent.transport.Request]
>> >>>>> (AgentTaskPool-16:null) Seq 5-614334822: Executing:  { Cmd , MgmtId:
>> >>>>>1,
>> >>>>> via: 5, Ver: v1, Flags: 100011, [{"CheckHealthCommand":{"wait":50}}]
>> >>>>>}
>> >>>>> 2013-04-07 00:38:51,491 DEBUG [agent.manager.DirectAgentAttache]
>> >>>>> (DirectAgent-252:null) Seq 5-614334822: Executing request
>> >>>>> 2013-04-07 00:38:51,546 DEBUG [agent.manager.DirectAgentAttache]
>> >>>>> (DirectAgent-372:null) Seq 6-324993318: Response Received:
>> >>>>> 2013-04-07 00:38:51,547 DEBUG [agent.transport.Request]
>> >>>>> (DirectAgent-372:null) Seq 6-324993318: Processing:  { Ans: ,
>> MgmtId:
>> >>>>>1,
>> >>>>> via: 6, Ver: v1, Flags: 10,
>> >>>>> [{"CheckHealthAnswer":{"result":true,"details":"resource is
>> >>>>> alive","wait":0}}] }
>> >>>>> 2013-04-07 00:38:51,547 DEBUG [agent.transport.Request]
>> >>>>> (AgentTaskPool-11:null) Seq 6-324993318: Received:  { Ans: , MgmtId:
>> >>>>>1,
>> >>>>> via: 6, Ver: v1, Flags: 10, { CheckHealthAnswer } }
>> >>>>> 2013-04-07 00:38:51,547 DEBUG [agent.manager.AgentManagerImpl]
>> >>>>> (AgentTaskPool-11:null) Details from executing class
>> >>>>> com.cloud.agent.api.CheckHealthCommand: resource is alive
>> >>>>> 2013-04-07 00:38:51,547 DEBUG [agent.manager.AgentManagerImpl]
>> >>>>> (AgentTaskPool-11:null) agent (6) responded to checkHeathCommand,
>> >>>>>reporting
>> >>>>> that agent is Up
>> >>>>> 2013-04-07 00:38:51,547 INFO  [agent.manager.AgentManagerImpl]
>> >>>>> (AgentTaskPool-11:null) The state determined is Up
>> >>>>> 2013-04-07 00:38:51,547 INFO  [agent.manager.AgentManagerImpl]
>> >>>>> (AgentTaskPool-11:null) Agent is determined to be up and running
>> >>>>> 2013-04-07 00:38:51,547 DEBUG [cloud.host.Status]
>> >>>>>(AgentTaskPool-11:null)
>> >>>>> Transition:[Resource state = Enabled, Agent event = Ping, Host id =
>> >>>>>6,
>> >>>>>name
>> >>>>> = Tut-XenServer]
>> >>>>> 2013-04-07 00:38:51,549 DEBUG [agent.manager.DirectAgentAttache]
>> >>>>> (DirectAgent-252:null) Seq 5-614334822: Response Received:
>> >>>>> 2013-04-07 00:38:51,549 DEBUG [agent.transport.Request]
>> >>>>> (DirectAgent-252:null) Seq 5-614334822: Processing:  { Ans: ,
>> MgmtId:
>> >>>>>1,
>> >>>>> via: 5, Ver: v1, Flags: 10,
>> >>>>> [{"CheckHealthAnswer":{"result":true,"details":"resource is
>> >>>>> alive","wait":0}}] }
>> >>>>> 2013-04-07 00:38:51,549 DEBUG [agent.transport.Request]
>> >>>>> (AgentTaskPool-16:null) Seq 5-614334822: Received:  { Ans: , MgmtId:
>> >>>>>1,
>> >>>>> via: 5, Ver: v1, Flags: 10, { CheckHealthAnswer } }
>> >>>>> 2013-04-07 00:38:51,550 DEBUG [agent.manager.AgentManagerImpl]
>> >>>>> (AgentTaskPool-16:null) Details from executing class
>> >>>>> com.cloud.agent.api.CheckHealthCommand: resource is alive
>> >>>>> 2013-04-07 00:38:51,550 DEBUG [agent.manager.AgentManagerImpl]
>> >>>>> (AgentTaskPool-16:null) agent (5) responded to checkHeathCommand,
>> >>>>>reporting
>> >>>>> that agent is Up
>> >>>>> 2013-04-07 00:38:51,550 INFO  [agent.manager.AgentManagerImpl]
>> >>>>> (AgentTaskPool-16:null) The state determined is Up
>> >>>>> 2013-04-07 00:38:51,550 INFO  [agent.manager.AgentManagerImpl]
>> >>>>> (AgentTaskPool-16:null) Agent is determined to be up and running
>> >>>>> 2013-04-07 00:38:51,550 DEBUG [cloud.host.Status]
>> >>>>>(AgentTaskPool-11:null)
>> >>>>> Agent status update: [id = 6; name = Tut-XenServer; old status = Up;
>> >>>>>event
>> >>>>> = Ping; new status = Up; old update count = 315; new update count =
>> >>>>>316]
>> >>>>> 2013-04-07 00:38:51,550 DEBUG [cloud.host.Status]
>> >>>>>(AgentTaskPool-16:null)
>> >>>>> Transition:[Resource state = Enabled, Agent event = Ping, Host id =
>> >>>>>5,
>> >>>>>name
>> >>>>> = Tut-XenServer2]
>> >>>>> 2013-04-07 00:38:51,553 DEBUG [cloud.host.Status]
>> >>>>>(AgentTaskPool-16:null)
>> >>>>> Agent status update: [id = 5; name = Tut-XenServer2; old status =
>> Up;
>> >>>>>event
>> >>>>> = Ping; new status = Up; old update count = 152; new update count =
>> >>>>>153]
>> >>>>> 2013-04-07 00:39:04,800 DEBUG [agent.manager.DirectAgentAttache]
>> >>>>> (DirectAgent-100:null) Ping from 6
>> >>>>> 2013-04-07 00:39:06,054 DEBUG [agent.manager.DirectAgentAttache]
>> >>>>> (DirectAgent-259:null) Ping from 5
>> >>>>> 2013-04-07 00:39:06,909 DEBUG [agent.manager.DirectAgentAttache]
>> >>>>> (DirectAgent-134:null) Seq 6-324993028: Executing request
>> >>>>> 2013-04-07 00:39:07,104 DEBUG [agent.manager.DirectAgentAttache]
>> >>>>> (DirectAgent-134:null) Seq 6-324993028: Response Received:
>> >>>>> 2013-04-07 00:39:07,104 DEBUG [agent.transport.Request]
>> >>>>> (DirectAgent-134:null) Seq 6-324993028: Processing:  { Ans: ,
>> MgmtId:
>> >>>>>1,
>> >>>>> via: 6, Ver: v1, Flags: 10,
>> >>>>>
>>
>> >>>>>[{"ClusterSyncAnswer":{"_clusterId":2,"_newStates":{},"_isExecuted":fa
>> >>>>>l
>> >>>>>s
>> >>>>>e
>> >>>>>,"result":true,"wait":0}}]
>> >>>>> }
>> >>>>> 2013-04-07 00:39:11,022 DEBUG [agent.manager.DirectAgentAttache]
>> >>>>> (DirectAgent-188:null) Seq 5-614334468: Executing request
>> >>>>> 2013-04-07 00:39:11,164 DEBUG [agent.manager.DirectAgentAttache]
>> >>>>> (DirectAgent-188:null) Seq 5-614334468: Response Received:
>> >>>>> 2013-04-07 00:39:11,164 DEBUG [agent.transport.Request]
>> >>>>> (DirectAgent-188:null) Seq 5-614334468: Processing:  { Ans: ,
>> MgmtId:
>> >>>>>1,
>> >>>>> via: 5, Ver: v1, Flags: 10, [{"Answer":{"result":true,"wait":0}}] }
>> >>>>> 2013-04-07 00:39:20,451 DEBUG
>> >>>>> [storage.secondary.SecondaryStorageManagerImpl] (secstorage-1:null)
>> >>>>>Zone 1
>> >>>>> is ready to launch secondary storage VM
>> >>>>> 2013-04-07 00:39:20,552 DEBUG
>> >>>>>[cloud.consoleproxy.ConsoleProxyManagerImpl]
>> >>>>> (consoleproxy-1:null) Zone 1 is ready to launch console proxy
>> >>>>> 2013-04-07 00:39:20,819 DEBUG
>> >>>>> [network.router.VirtualNetworkApplianceManagerImpl]
>> >>>>> (RouterStatusMonitor-1:null) Found 0 routers to update status.
>> >>>>> 2013-04-07 00:39:20,820 DEBUG
>> >>>>> [network.router.VirtualNetworkApplianceManagerImpl]
>> >>>>> (RouterStatusMonitor-1:null) Found 0 networks to update RvR status.
>> >>>>> 2013-04-07 00:39:20,851 DEBUG
>> >>>>> [network.router.VirtualNetworkApplianceManagerImpl]
>> >>>>> (RouterStatusMonitor-1:null) Found 0 routers to update status.
>> >>>>> 2013-04-07 00:39:20,852 DEBUG
>> >>>>> [network.router.VirtualNetworkApplianceManagerImpl]
>> >>>>> (RouterStatusMonitor-1:null) Found 0 networks to update RvR status.
>> >>>>> 2013-04-07 00:39:24,890 DEBUG [agent.manager.AgentManagerImpl]
>> >>>>> (AgentManager-Handler-10:null) Ping from 4
>> >>>>> 2013-04-07 00:39:27,161 DEBUG [agent.manager.DirectAgentAttache]
>> >>>>> (DirectAgent-400:null) Ping from 1
>> >>>>> 2013-04-07 00:39:27,661 DEBUG [cloud.api.ApiServlet]
>> >>>>> (1109449945@qtp-1008805148-34:null) ===START===  127.0.0.1 -- GET
>> >>>>>
>>
>> >>>>>command=listVolumes&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8Go
>> >>>>>V
>> >>>>>A
>> >>>>>%
>> >>>>>3D&listAll=true&page=1&pagesize=20&_=1365316767658
>> >>>>> 2013-04-07 00:39:27,672 DEBUG [cloud.api.ApiServlet]
>> >>>>> (1109449945@qtp-1008805148-34:null) ===END===  127.0.0.1 -- GET
>> >>>>>
>>
>> >>>>>command=listVolumes&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8Go
>> >>>>>V
>> >>>>>A
>> >>>>>%
>> >>>>>3D&listAll=true&page=1&pagesize=20&_=1365316767658
>> >>>>> 2013-04-07 00:39:28,628 DEBUG [cloud.api.ApiServlet]
>> >>>>> (1109449945@qtp-1008805148-34:null) ===START===  127.0.0.1 -- GET
>> >>>>>
>>
>> >>>>>command=listVirtualMachines&response=json&sessionkey=Z6QqzU0Fq1iT13bMg
>> >>>>>n
>> >>>>>R
>> >>>>>R
>> >>>>>fl8GoVA%3D&listAll=true&page=1&pagesize=20&_=1365316768625
>> >>>>> 2013-04-07 00:39:28,640 DEBUG [cloud.api.ApiServlet]
>> >>>>> (1109449945@qtp-1008805148-34:null) ===END===  127.0.0.1 -- GET
>> >>>>>
>>
>> >>>>>command=listVirtualMachines&response=json&sessionkey=Z6QqzU0Fq1iT13bMg
>> >>>>>n
>> >>>>>R
>> >>>>>R
>> >>>>>fl8GoVA%3D&listAll=true&page=1&pagesize=20&_=1365316768625
>> >>>>> 2013-04-07 00:39:29,095 DEBUG [agent.manager.DirectAgentAttache]
>> >>>>> (DirectAgent-101:null) Seq 1-90046472: Executing request
>> >>>>> 2013-04-07 00:39:29,311 DEBUG [agent.manager.DirectAgentAttache]
>> >>>>> (DirectAgent-101:null) Seq 1-90046472: Response Received:
>> >>>>> 2013-04-07 00:39:29,311 DEBUG [agent.transport.Request]
>> >>>>> (DirectAgent-101:null) Seq 1-90046472: Processing:  { Ans: , MgmtId:
>> >>>>>1,
>> >>>>> via: 1, Ver: v1, Flags: 10,
>> >>>>>
>>
>> >>>>>[{"ClusterSyncAnswer":{"_clusterId":1,"_newStates":{},"_isExecuted":fa
>> >>>>>l
>> >>>>>s
>> >>>>>e
>> >>>>>,"result":true,"wait":0}}]
>> >>>>> }
>> >>>>> 2013-04-07 00:39:31,530 DEBUG [cloud.api.ApiServlet]
>> >>>>> (1109449945@qtp-1008805148-34:null) ===START===  127.0.0.1 -- GET
>> >>>>>
>>
>> >>>>>command=logout&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D
>> >>>>>&
>> >>>>>_
>> >>>>>=
>> >>>>>1365316771528
>> >>>>> 2013-04-07 00:39:31,535 DEBUG [cloud.api.ApiServlet]
>> >>>>> (1109449945@qtp-1008805148-34:null) ===END===  127.0.0.1 -- GET
>> >>>>>
>>
>> >>>>>command=logout&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D
>> >>>>>&
>> >>>>>_
>> >>>>>=
>> >>>>>1365316771528
>> >>>>> 2013-04-07 00:39:31,969 DEBUG [cloud.api.ApiServlet]
>> >>>>> (2107564436@qtp-1008805148-38:null) ===START===  127.0.0.1 -- GET
>> >>>>>
>>
>> >>>>>command=listCapabilities&response=json&sessionkey=null&_=1365316771968
>> >>>>> 2013-04-07 00:39:31,970 DEBUG [cloud.api.ApiServlet]
>> >>>>> (2107564436@qtp-1008805148-38:null) ===END===  127.0.0.1 -- GET
>> >>>>>
>>
>> >>>>>command=listCapabilities&response=json&sessionkey=null&_=1365316771968
>> >>>>> 2013-04-07 00:39:47,679 DEBUG [agent.manager.AgentManagerImpl]
>> >>>>> (AgentManager-Handler-11:null) Ping from 3
>> >>>>> 2013-04-07 00:39:50,451 DEBUG
>> >>>>> [storage.secondary.SecondaryStorageManagerImpl] (secstorage-1:null)
>> >>>>>Zone 1
>> >>>>> is ready to launch secondary storage VM
>> >>>>> 2013-04-07 00:39:50,555 DEBUG
>> >>>>>[cloud.consoleproxy.ConsoleProxyManagerImpl]
>> >>>>> (consoleproxy-1:null) Zone 1 is ready to launch console proxy
>> >>>>> 2013-04-07 00:39:50,819 DEBUG
>> >>>>> [network.router.VirtualNetworkApplianceManagerImpl]
>> >>>>> (RouterStatusMonitor-1:null) Found 0 routers to update status.
>> >>>>> 2013-04-07 00:39:50,820 DEBUG
>> >>>>> [network.router.VirtualNetworkApplianceManagerImpl]
>> >>>>> (RouterStatusMonitor-1:null) Found 0 networks to update RvR status.
>> >>>>> 2013-04-07 00:39:50,850 DEBUG
>> >>>>> [network.router.VirtualNetworkApplianceManagerImpl]
>> >>>>> (RouterStatusMonitor-1:null) Found 0 routers to update status.
>> >>>>> 2013-04-07 00:39:50,851 DEBUG
>> >>>>> [network.router.VirtualNetworkApplianceManagerImpl]
>> >>>>> (RouterStatusMonitor-1:null) Found 0 networks to update RvR status.
>> >>>>> 2013-04-07 00:39:51,486 INFO  [agent.manager.AgentMonitor]
>> >>>>> (Thread-11:null) Found the following agents behind on ping: [6, 5]
>> >>>>> 2013-04-07 00:39:51,488 DEBUG [cloud.host.Status] (Thread-11:null)
>> >>>>>Ping
>> >>>>> timeout for host 6, do invstigation
>> >>>>> 2013-04-07 00:39:51,489 DEBUG [cloud.host.Status] (Thread-11:null)
>> >>>>>Ping
>> >>>>> timeout for host 5, do invstigation
>> >>>>> 2013-04-07 00:39:51,489 INFO  [agent.manager.AgentManagerImpl]
>> >>>>> (AgentTaskPool-2:null) Investigating why host 6 has disconnected
>> with
>> >>>>>event
>> >>>>> PingTimeout
>> >>>>> 2013-04-07 00:39:51,490 DEBUG [agent.manager.AgentManagerImpl]
>> >>>>> (AgentTaskPool-2:null) checking if agent (6) is alive
>> >>>>> 2013-04-07 00:39:51,491 INFO  [agent.manager.AgentManagerImpl]
>> >>>>> (AgentTaskPool-14:null) Investigating why host 5 has disconnected
>> >>>>>with
>> >>>>> event PingTimeout
>> >>>>> 2013-04-07 00:39:51,491 DEBUG [agent.manager.AgentManagerImpl]
>> >>>>> (AgentTaskPool-14:null) checking if agent (5) is alive
>> >>>>> 2013-04-07 00:39:51,493 DEBUG [agent.transport.Request]
>> >>>>> (AgentTaskPool-2:null) Seq 6-324993319: Sending  { Cmd , MgmtId: 1,
>> >>>>>via: 6,
>> >>>>> Ver: v1, Flags: 100011, [{"CheckHealthCommand":{"wait":50}}] }
>> >>>>> 2013-04-07 00:39:51,493 DEBUG [agent.transport.Request]
>> >>>>> (AgentTaskPool-2:null) Seq 6-324993319: Executing:  { Cmd , MgmtId:
>> >>>>>1,
>> >>>>>via:
>> >>>>> 6, Ver: v1, Flags: 100011, [{"CheckHealthCommand":{"wait":50}}] }
>> >>>>> 2013-04-07 00:39:51,493 DEBUG [agent.manager.DirectAgentAttache]
>> >>>>> (DirectAgent-278:null) Seq 6-324993319: Executing request
>> >>>>> 2013-04-07 00:39:51,494 DEBUG [agent.transport.Request]
>> >>>>> (AgentTaskPool-14:null) Seq 5-614334823: Sending  { Cmd , MgmtId: 1,
>> >>>>>via:
>> >>>>> 5, Ver: v1, Flags: 100011, [{"CheckHealthCommand":{"wait":50}}] }
>> >>>>> 2013-04-07 00:39:51,494 DEBUG [agent.transport.Request]
>> >>>>> (AgentTaskPool-14:null) Seq 5-614334823: Executing:  { Cmd , MgmtId:
>> >>>>>1,
>> >>>>> via: 5, Ver: v1, Flags: 100011, [{"CheckHealthCommand":{"wait":50}}]
>> >>>>>}
>> >>>>> 2013-04-07 00:39:51,495 DEBUG [agent.manager.DirectAgentAttache]
>> >>>>> (DirectAgent-433:null) Seq 5-614334823: Executing request
>> >>>>> 2013-04-07 00:39:51,547 DEBUG [agent.manager.DirectAgentAttache]
>> >>>>> (DirectAgent-278:null) Seq 6-324993319: Response Received:
>> >>>>> 2013-04-07 00:39:51,548 DEBUG [agent.transport.Request]
>> >>>>> (DirectAgent-278:null) Seq 6-324993319: Processing:  { Ans: ,
>> MgmtId:
>> >>>>>1,
>> >>>>> via: 6, Ver: v1, Flags: 10,
>> >>>>> [{"CheckHealthAnswer":{"result":true,"details":"resource is
>> >>>>> alive","wait":0}}] }
>> >>>>> 2013-04-07 00:39:51,548 DEBUG [agent.transport.Request]
>> >>>>> (AgentTaskPool-2:null) Seq 6-324993319: Received:  { Ans: , MgmtId:
>> >>>>>1,
>> >>>>>via:
>> >>>>> 6, Ver: v1, Flags: 10, { CheckHealthAnswer } }
>> >>>>> 2013-04-07 00:39:51,548 DEBUG [agent.manager.AgentManagerImpl]
>> >>>>> (AgentTaskPool-2:null) Details from executing class
>> >>>>> com.cloud.agent.api.CheckHealthCommand: resource is alive
>> >>>>> 2013-04-07 00:39:51,548 DEBUG [agent.manager.AgentManagerImpl]
>> >>>>> (AgentTaskPool-2:null) agent (6) responded to checkHeathCommand,
>> >>>>>reporting
>> >>>>> that agent is Up
>> >>>>> 2013-04-07 00:39:51,548 INFO  [agent.manager.AgentManagerImpl]
>> >>>>> (AgentTaskPool-2:null) The state determined is Up
>> >>>>> 2013-04-07 00:39:51,548 INFO  [agent.manager.AgentManagerImpl]
>> >>>>> (AgentTaskPool-2:null) Agent is determined to be up and running
>> >>>>> 2013-04-07 00:39:51,548 DEBUG [cloud.host.Status]
>> >>>>>(AgentTaskPool-2:null)
>> >>>>> Transition:[Resource state = Enabled, Agent event = Ping, Host id =
>> >>>>>6,
>> >>>>>name
>> >>>>> = Tut-XenServer]
>> >>>>> 2013-04-07 00:39:51,549 DEBUG [agent.manager.DirectAgentAttache]
>> >>>>> (DirectAgent-433:null) Seq 5-614334823: Response Received:
>> >>>>> 2013-04-07 00:39:51,549 DEBUG [agent.transport.Request]
>> >>>>> (DirectAgent-433:null) Seq 5-614334823: Processing:  { Ans: ,
>> MgmtId:
>> >>>>>1,
>> >>>>> via: 5, Ver: v1, Flags: 10,
>> >>>>> [{"CheckHealthAnswer":{"result":true,"details":"resource is
>> >>>>> alive","wait":0}}] }
>> >>>>> 2013-04-07 00:39:51,549 DEBUG [agent.transport.Request]
>> >>>>> (AgentTaskPool-14:null) Seq 5-614334823: Received:  { Ans: , MgmtId:
>> >>>>>1,
>> >>>>> via: 5, Ver: v1, Flags: 10, { CheckHealthAnswer } }
>> >>>>> 2013-04-07 00:39:51,549 DEBUG [agent.manager.AgentManagerImpl]
>> >>>>> (AgentTaskPool-14:null) Details from executing class
>> >>>>> com.cloud.agent.api.CheckHealthCommand: resource is alive
>> >>>>> 2013-04-07 00:39:51,549 DEBUG [agent.manager.AgentManagerImpl]
>> >>>>> (AgentTaskPool-14:null) agent (5) responded to checkHeathCommand,
>> >>>>>reporting
>> >>>>> that agent is Up
>> >>>>> 2013-04-07 00:39:51,549 INFO  [agent.manager.AgentManagerImpl]
>> >>>>> (AgentTaskPool-14:null) The state determined is Up
>> >>>>> 2013-04-07 00:39:51,549 INFO  [agent.manager.AgentManagerImpl]
>> >>>>> (AgentTaskPool-14:null) Agent is determined to be up and running
>> >>>>> 2013-04-07 00:39:51,551 DEBUG [cloud.host.Status]
>> >>>>>(AgentTaskPool-2:null)
>> >>>>> Agent status update: [id = 6; name = Tut-XenServer; old status = Up;
>> >>>>>event
>> >>>>> = Ping; new status = Up; old update count = 316; new update count =
>> >>>>>317]
>> >>>>> 2013-04-07 00:39:51,551 DEBUG [cloud.host.Status]
>> >>>>>(AgentTaskPool-14:null)
>> >>>>> Transition:[Resource state = Enabled, Agent event = Ping, Host id =
>> >>>>>5,
>> >>>>>name
>> >>>>> = Tut-XenServer2]
>> >>>>> 2013-04-07 00:39:51,554 DEBUG [cloud.host.Status]
>> >>>>>(AgentTaskPool-14:null)
>> >>>>> Agent status update: [id = 5; name = Tut-XenServer2; old status =
>> Up;
>> >>>>>event
>> >>>>> = Ping; new status = Up; old update count = 153; new update count =
>> >>>>>154]
>> >>>>> 2013-04-07 00:40:04,836 DEBUG [agent.manager.DirectAgentAttache]
>> >>>>> (DirectAgent-238:null) Ping from 6
>> >>>>> 2013-04-07 00:40:06,653 WARN  [xen.resource.CitrixResourceBase]
>> >>>>> (DirectAgent-429:null)  can not ping xenserver
>> >>>>> 5e02c608-155d-432e-a20f-f8c600ef3ab7
>> >>>>> 2013-04-07 00:40:06,653 WARN  [agent.manager.DirectAgentAttache]
>> >>>>> (DirectAgent-429:null) Unable to get current status on 5
>> >>>>> 2013-04-07 00:40:06,655 INFO  [agent.manager.AgentManagerImpl]
>> >>>>> (AgentTaskPool-1:null) Investigating why host 5 has disconnected
>> with
>> >>>>>event
>> >>>>> AgentDisconnected
>> >>>>> 2013-04-07 00:40:06,655 DEBUG [agent.manager.AgentManagerImpl]
>> >>>>> (AgentTaskPool-1:null) checking if agent (5) is alive
>> >>>>> 2013-04-07 00:40:06,658 DEBUG [agent.transport.Request]
>> >>>>> (AgentTaskPool-1:null) Seq 5-614334824: Sending  { Cmd , MgmtId: 1,
>> >>>>>via: 5,
>> >>>>> Ver: v1, Flags: 100011, [{"CheckHealthCommand":{"wait":50}}] }
>> >>>>> 2013-04-07 00:40:06,658 DEBUG [agent.transport.Request]
>> >>>>> (AgentTaskPool-1:null) Seq 5-614334824: Executing:  { Cmd , MgmtId:
>> >>>>>1,
>> >>>>>via:
>> >>>>> 5, Ver: v1, Flags: 100011, [{"CheckHealthCommand":{"wait":50}}] }
>> >>>>> 2013-04-07 00:40:06,658 DEBUG [agent.manager.DirectAgentAttache]
>> >>>>> (DirectAgent-28:null) Seq 5-614334824: Executing request
>> >>>>> 2013-04-07 00:40:06,681 DEBUG [agent.manager.DirectAgentAttache]
>> >>>>> (DirectAgent-28:null) Seq 5-614334824: Response Received:
>> >>>>> 2013-04-07 00:40:06,682 DEBUG [agent.transport.Request]
>> >>>>> (DirectAgent-28:null) Seq 5-614334824: Processing:  { Ans: , MgmtId:
>> >>>>>1,
>> >>>>> via: 5, Ver: v1, Flags: 10,
>> >>>>> [{"CheckHealthAnswer":{"result":false,"details":"resource is not
>> >>>>> alive","wait":0}}] }
>> >>>>> 2013-04-07 00:40:06,682 DEBUG [agent.transport.Request]
>> >>>>> (AgentTaskPool-1:null) Seq 5-614334824: Received:  { Ans: , MgmtId:
>> >>>>>1,
>> >>>>>via:
>> >>>>> 5, Ver: v1, Flags: 10, { CheckHealthAnswer } }
>> >>>>> 2013-04-07 00:40:06,682 DEBUG [agent.manager.AgentManagerImpl]
>> >>>>> (AgentTaskPool-1:null) Details from executing class
>> >>>>> com.cloud.agent.api.CheckHealthCommand: resource is not alive
>> >>>>> 2013-04-07 00:40:06,684 DEBUG [cloud.ha.HighAvailabilityManagerImpl]
>> >>>>> (AgentTaskPool-1:null) SimpleInvestigator unable to determine the
>> >>>>>state
>> >>>>>of
>> >>>>> the host.  Moving on.
>> >>>>> 2013-04-07 00:40:06,691 DEBUG [agent.transport.Request]
>> >>>>> (AgentTaskPool-1:null) Seq 6-324993320: Sending  { Cmd , MgmtId: 1,
>> >>>>>via: 6,
>> >>>>> Ver: v1, Flags: 100011,
>> >>>>>
>>
>> >>>>>[{"CheckOnHostCommand":{"host":{"guid":"5e02c608-155d-432e-a20f-f8c600
>> >>>>>e
>> >>>>>f
>> >>>>>3
>>
>> >>>>>ab7","privateNetwork":{"ip":"192.168.56.11","netmask":"255.255.255.0",
>> >>>>>"
>> >>>>>m
>> >>>>>a
>>
>> >>>>>c":"08:00:27:f7:0d:28","isSecurityGroupEnabled":false},"publicNetwork"
>> >>>>>:
>> >>>>>{
>> >>>>>"
>>
>> >>>>>ip":"192.168.56.11","netmask":"255.255.255.0","mac":"08:00:27:f7:0d:28
>> >>>>>"
>> >>>>>,
>> >>>>>"
>>
>> >>>>>isSecurityGroupEnabled":false},"storageNetwork1":{"ip":"192.168.56.11"
>> >>>>>,
>> >>>>>"
>> >>>>>n
>>
>> >>>>>etmask":"255.255.255.0","mac":"08:00:27:f7:0d:28","isSecurityGroupEnab
>> >>>>>l
>> >>>>>e
>> >>>>>d
>> >>>>>":false}},"wait":20}}]
>> >>>>> }
>> >>>>> 2013-04-07 00:40:06,691 DEBUG [agent.transport.Request]
>> >>>>> (AgentTaskPool-1:null) Seq 6-324993320: Executing:  { Cmd , MgmtId:
>> >>>>>1,
>> >>>>>via:
>> >>>>> 6, Ver: v1, Flags: 100011,
>> >>>>>
>>
>> >>>>>[{"CheckOnHostCommand":{"host":{"guid":"5e02c608-155d-432e-a20f-f8c600
>> >>>>>e
>> >>>>>f
>> >>>>>3
>>
>> >>>>>ab7","privateNetwork":{"ip":"192.168.56.11","netmask":"255.255.255.0",
>> >>>>>"
>> >>>>>m
>> >>>>>a
>>
>> >>>>>c":"08:00:27:f7:0d:28","isSecurityGroupEnabled":false},"publicNetwork"
>> >>>>>:
>> >>>>>{
>> >>>>>"
>>
>> >>>>>ip":"192.168.56.11","netmask":"255.255.255.0","mac":"08:00:27:f7:0d:28
>> >>>>>"
>> >>>>>,
>> >>>>>"
>>
>> >>>>>isSecurityGroupEnabled":false},"storageNetwork1":{"ip":"192.168.56.11"
>> >>>>>,
>> >>>>>"
>> >>>>>n
>>
>> >>>>>etmask":"255.255.255.0","mac":"08:00:27:f7:0d:28","isSecurityGroupEnab
>> >>>>>l
>> >>>>>e
>> >>>>>d
>> >>>>>":false}},"wait":20}}]
>> >>>>> }
>> >>>>> 2013-04-07 00:40:06,692 DEBUG [agent.manager.DirectAgentAttache]
>> >>>>> (DirectAgent-467:null) Seq 6-324993320: Executing request
>> >>>>> 2013-04-07 00:40:06,909 DEBUG [agent.manager.DirectAgentAttache]
>> >>>>> (DirectAgent-367:null) Seq 6-324993028: Executing request
>> >>>>> 2013-04-07 00:40:07,178 DEBUG [xen.resource.XenServer56Resource]
>> >>>>> (DirectAgent-467:null) Heart beat is still going
>> >>>>> 2013-04-07 00:40:07,178 DEBUG [agent.manager.DirectAgentAttache]
>> >>>>> (DirectAgent-467:null) Seq 6-324993320: Response Received:
>> >>>>> 2013-04-07 00:40:07,178 DEBUG [agent.transport.Request]
>> >>>>> (DirectAgent-467:null) Seq 6-324993320: Processing:  { Ans: ,
>> MgmtId:
>> >>>>>1,
>> >>>>> via: 6, Ver: v1, Flags: 10,
>> >>>>>
>>
>> >>>>>[{"CheckOnHostAnswer":{"determined":true,"alive":true,"result":true,"d
>> >>>>>e
>> >>>>>t
>> >>>>>a
>> >>>>>ils":"Heartbeat
>> >>>>> is still going","wait":0}}] }
>> >>>>> 2013-04-07 00:40:07,178 DEBUG [agent.transport.Request]
>> >>>>> (AgentTaskPool-1:null) Seq 6-324993320: Received:  { Ans: , MgmtId:
>> >>>>>1,
>> >>>>>via:
>> >>>>> 6, Ver: v1, Flags: 10, { CheckOnHostAnswer } }
>> >>>>> 2013-04-07 00:40:07,179 DEBUG [agent.manager.AgentManagerImpl]
>> >>>>> (AgentTaskPool-1:null) Details from executing class
>> >>>>> com.cloud.agent.api.CheckOnHostCommand: Heartbeat is still going
>> >>>>> 2013-04-07 00:40:07,179 DEBUG [cloud.ha.HighAvailabilityManagerImpl]
>> >>>>> (AgentTaskPool-1:null) XenServerInvestigator was able to determine
>> >>>>>host
>> >>>>>5
>> >>>>> is in Up
>> >>>>> 2013-04-07 00:40:07,179 INFO  [agent.manager.AgentManagerImpl]
>> >>>>> (AgentTaskPool-1:null) The state determined is Up
>> >>>>> 2013-04-07 00:40:07,179 INFO  [agent.manager.AgentManagerImpl]
>> >>>>> (AgentTaskPool-1:null) Agent is determined to be up and running
>> >>>>> 2013-04-07 00:40:07,179 DEBUG [cloud.host.Status]
>> >>>>>(AgentTaskPool-1:null)
>> >>>>> Transition:[Resource state = Enabled, Agent event = Ping, Host id =
>> >>>>>5,
>> >>>>>name
>> >>>>> = Tut-XenServer2]
>> >>>>> 2013-04-07 00:40:07,182 DEBUG [cloud.host.Status]
>> >>>>>(AgentTaskPool-1:null)
>> >>>>> Agent status update: [id = 5; name = Tut-XenServer2; old status =
>> Up;
>> >>>>>event
>> >>>>> = Ping; new status = Up; old update count = 154; new update count =
>> >>>>>155]
>> >>>>> 2013-04-07 00:40:07,321 DEBUG [agent.manager.DirectAgentAttache]
>> >>>>> (DirectAgent-367:null) Seq 6-324993028: Response Received:
>> >>>>> 2013-04-07 00:40:07,322 DEBUG [agent.transport.Request]
>> >>>>> (DirectAgent-367:null) Seq 6-324993028: Processing:  { Ans: ,
>> MgmtId:
>> >>>>>1,
>> >>>>> via: 6, Ver: v1, Flags: 10,
>> >>>>>
>>
>> >>>>>[{"ClusterSyncAnswer":{"_clusterId":2,"_newStates":{},"_isExecuted":fa
>> >>>>>l
>> >>>>>s
>> >>>>>e
>> >>>>>,"result":true,"wait":0}}]
>> >>>>> }
>> >>>>> 2013-04-07 00:40:11,022 DEBUG [agent.manager.DirectAgentAttache]
>> >>>>> (DirectAgent-430:null) Seq 5-614334468: Executing request
>> >>>>> 2013-04-07 00:40:11,052 DEBUG [xen.resource.XenServerConnectionPool]
>> >>>>> (DirectAgent-430:null) Catch Exception:
>> >>>>> com.xensource.xenapi.Types$HostOffline Host is offline 192.168.56.11
>> >>>>>due to
>> >>>>> You attempted an operation which involves a host which could not be
>> >>>>> contacted.
>> >>>>> 2013-04-07 00:40:11,052 DEBUG [xen.resource.XenServerConnectionPool]
>> >>>>> (DirectAgent-430:null) Trying to reset master of slave 192.168.56.11
>> >>>>>to
>> >>>>> 192.168.56.9
>> >>>>> 2013-04-07 00:40:20,452 DEBUG
>> >>>>> [storage.secondary.SecondaryStorageManagerImpl] (secstorage-1:null)
>> >>>>>Zone 1
>> >>>>> is ready to launch secondary storage VM
>> >>>>> 2013-04-07 00:40:20,552 DEBUG
>> >>>>>[cloud.consoleproxy.ConsoleProxyManagerImpl]
>> >>>>> (consoleproxy-1:null) Zone 1 is ready to launch console proxy
>> >>>>> 2013-04-07 00:40:20,820 DEBUG
>> >>>>> [network.router.VirtualNetworkApplianceManagerImpl]
>> >>>>> (RouterStatusMonitor-1:null) Found 0 routers to update status.
>> >>>>> 2013-04-07 00:40:20,821 DEBUG
>> >>>>> [network.router.VirtualNetworkApplianceManagerImpl]
>> >>>>> (RouterStatusMonitor-1:null) Found 0 networks to update RvR status.
>> >>>>> 2013-04-07 00:40:20,852 DEBUG
>> >>>>> [network.router.VirtualNetworkApplianceManagerImpl]
>> >>>>> (RouterStatusMonitor-1:null) Found 0 routers to update status.
>> >>>>> 2013-04-07 00:40:20,853 DEBUG
>> >>>>> [network.router.VirtualNetworkApplianceManagerImpl]
>> >>>>> (RouterStatusMonitor-1:null) Found 0 networks to update RvR status.
>> >>>>> 2013-04-07 00:40:21,055 DEBUG [xen.resource.XenServerConnectionPool]
>> >>>>> (DirectAgent-430:null) localLogout has problem Failed to read
>> >>>>>server's
>> >>>>> response: connect timed out
>> >>>>> 2013-04-07 00:40:21,055 WARN  [agent.manager.DirectAgentAttache]
>> >>>>> (DirectAgent-430:null) Seq 5-614334468: Exception Caught while
>> >>>>>executing
>> >>>>> command
>> >>>>> com.cloud.utils.exception.CloudRuntimeException: Unable to reset
>> >>>>>master
>> >>>>>of
>> >>>>> slave 192.168.56.11 to 192.168.56.9 due to
>> >>>>> org.apache.xmlrpc.XmlRpcException: Failed to read server's response:
>> >>>>> connect timed out
>> >>>>>  at
>> >>>>>
>>
>> >>>>>com.cloud.hypervisor.xen.resource.XenServerConnectionPool.PoolEmergenc
>> >>>>>y
>> >>>>>R
>> >>>>>e
>> >>>>>setMaster(XenServerConnectionPool.java:443)
>> >>>>> at
>> >>>>>
>>
>> >>>>>com.cloud.hypervisor.xen.resource.XenServerConnectionPool.connect(XenS
>> >>>>>e
>> >>>>>r
>> >>>>>v
>> >>>>>erConnectionPool.java:661)
>> >>>>>  at
>> >>>>>
>>
>> >>>>>com.cloud.hypervisor.xen.resource.CitrixResourceBase.getConnection(Cit
>> >>>>>r
>> >>>>>i
>> >>>>>x
>> >>>>>ResourceBase.java:5380)
>> >>>>> at
>> >>>>>
>>
>> >>>>>com.cloud.hypervisor.xen.resource.CitrixResourceBase.execute(CitrixRes
>> >>>>>o
>> >>>>>u
>> >>>>>r
>> >>>>>ceBase.java:7248)
>> >>>>>  at
>> >>>>>
>>
>> >>>>>com.cloud.hypervisor.xen.resource.CitrixResourceBase.executeRequest(Ci
>> >>>>>t
>> >>>>>r
>> >>>>>i
>> >>>>>xResourceBase.java:555)
>> >>>>> at
>> >>>>>
>>
>> >>>>>com.cloud.hypervisor.xen.resource.XenServer56Resource.executeRequest(X
>> >>>>>e
>> >>>>>n
>> >>>>>S
>> >>>>>erver56Resource.java:73)
>> >>>>>  at
>> >>>>>
>>
>> >>>>>com.cloud.agent.manager.DirectAgentAttache$Task.run(DirectAgentAttache
>> >>>>>.
>> >>>>>j
>> >>>>>a
>> >>>>>va:186)
>> >>>>> at
>>
>> >>>>>java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:439
>> >>>>>)
>> >>>>>  at
>> >>>>>
>>
>> >>>>>java.util.concurrent.FutureTask$Sync.innerRunAndReset(FutureTask.java:
>> >>>>>3
>> >>>>>1
>> >>>>>7
>> >>>>>)
>> >>>>> at java.util.concurrent.FutureTask.runAndReset(FutureTask.java:150)
>> >>>>>  at
>> >>>>>
>>
>> >>>>>java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.a
>> >>>>>c
>> >>>>>c
>> >>>>>e
>> >>>>>ss$101(ScheduledThreadPoolExecutor.java:98)
>> >>>>> at
>> >>>>>
>>
>> >>>>>java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.r
>> >>>>>u
>> >>>>>n
>> >>>>>P
>> >>>>>eriodic(ScheduledThreadPoolExecutor.java:180)
>> >>>>>  at
>> >>>>>
>>
>> >>>>>java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.r
>> >>>>>u
>> >>>>>n
>> >>>>>(
>> >>>>>ScheduledThreadPoolExecutor.java:204)
>> >>>>> at
>> >>>>>
>>
>> >>>>>java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecu
>> >>>>>t
>> >>>>>o
>> >>>>>r
>> >>>>>.java:895)
>> >>>>>  at
>> >>>>>
>>
>> >>>>>java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.
>> >>>>>j
>> >>>>>a
>> >>>>>v
>> >>>>>a:918)
>> >>>>> at java.lang.Thread.run(Thread.java:680)
>> >>>>> 2013-04-07 00:40:21,056 DEBUG [agent.manager.DirectAgentAttache]
>> >>>>> (DirectAgent-430:null) Seq 5-614334468: Response Received:
>> >>>>> 2013-04-07 00:40:21,056 DEBUG [agent.transport.Request]
>> >>>>> (DirectAgent-430:null) Seq 5-614334468: Processing:  { Ans: ,
>> MgmtId:
>> >>>>>1,
>> >>>>> via: 5, Ver: v1, Flags: 10,
>> >>>>>
>>
>> >>>>>[{"Answer":{"result":false,"details":"com.cloud.utils.exception.CloudR
>> >>>>>u
>> >>>>>n
>> >>>>>t
>> >>>>>imeException:
>> >>>>> Unable to reset master of slave 192.168.56.11 to 192.168.56.9 due to
>> >>>>> org.apache.xmlrpc.XmlRpcException: Failed to read server's response:
>> >>>>> connect timed out","wait":0}}] }
>> >>>>> 2013-04-07 00:40:24,888 DEBUG [agent.manager.AgentManagerImpl]
>> >>>>> (AgentManager-Handler-12:null) Ping from 4
>> >>>>> 2013-04-07 00:40:27,162 DEBUG [agent.manager.DirectAgentAttache]
>> >>>>> (DirectAgent-321:null) Ping from 1
>> >>>>> 2013-04-07 00:40:29,095 DEBUG [agent.manager.DirectAgentAttache]
>> >>>>> (DirectAgent-423:null) Seq 1-90046472: Executing request
>> >>>>> 2013-04-07 00:40:29,364 DEBUG [agent.manager.DirectAgentAttache]
>> >>>>> (DirectAgent-423:null) Seq 1-90046472: Response Received:
>> >>>>> 2013-04-07 00:40:29,364 DEBUG [agent.transport.Request]
>> >>>>> (DirectAgent-423:null) Seq 1-90046472: Processing:  { Ans: , MgmtId:
>> >>>>>1,
>> >>>>> via: 1, Ver: v1, Flags: 10,
>> >>>>>
>>
>> >>>>>[{"ClusterSyncAnswer":{"_clusterId":1,"_newStates":{},"_isExecuted":fa
>> >>>>>l
>> >>>>>s
>> >>>>>e
>> >>>>>,"result":true,"wait":0}}]
>> >>>>> }
>> >>>>> 2013-04-07 00:40:43,749 INFO
>> >>>>>[context.support.XmlWebApplicationContext]
>> >>>>> (Shutdown:null) Closing Root WebApplicationContext: startup date
>> [Sat
>> >>>>>Apr
>> >>>>> 06 22:07:12 MDT 2013]; root of context hierarchy
>> >>>>> 2013-04-07 00:40:43,751 INFO
>> >>>>>[factory.support.DefaultListableBeanFactory]
>> >>>>> (Shutdown:null) Destroying singletons in
>> >>>>>
>>
>> >>>>>org.springframework.beans.factory.support.DefaultListableBeanFactory@7
>> >>>>>4
>> >>>>>b
>> >>>>>7
>> >>>>>6ce4:
>> >>>>> defining beans
>> >>>>>
>>
>> >>>>>[org.springframework.context.annotation.internalConfigurationAnnotatio
>> >>>>>n
>> >>>>>P
>> >>>>>r
>>
>> >>>>>ocessor,org.springframework.context.annotation.internalAutowiredAnnota
>> >>>>>t
>> >>>>>i
>> >>>>>o
>>
>> >>>>>nProcessor,org.springframework.context.annotation.internalRequiredAnno
>> >>>>>t
>> >>>>>a
>> >>>>>t
>>
>> >>>>>ionProcessor,org.springframework.context.annotation.internalCommonAnno
>> >>>>>t
>> >>>>>a
>> >>>>>t
>>
>> >>>>>ionProcessor,ClusterRestService,NetworkRestService,PodService,VirtualM
>> >>>>>a
>> >>>>>c
>> >>>>>h
>>
>> >>>>>ineRestService,VolumeRestService,zoneService,dataDisk,iso,rootDisk,vol
>> >>>>>u
>> >>>>>m
>> >>>>>e
>>
>> >>>>>TypeHelper,VMComputeTagDaoImpl,VMEntityDaoImpl,VMNetworkMapDaoImpl,VMR
>> >>>>>e
>> >>>>>s
>> >>>>>e
>>
>> >>>>>rvationDaoImpl,VMRootDiskTagDaoImpl,volumeReservationDaoImpl,virtualMa
>> >>>>>c
>> >>>>>h
>> >>>>>i
>>
>> >>>>>neEntityImpl,VMEntityManagerImpl,dataCenterResourceManagerImpl,EngineD
>> >>>>>c
>> >>>>>D
>> >>>>>e
>>
>> >>>>>tailsDao,EngineClusterDao,EngineDataCenterDao,EngineHostDao,EngineHost
>> >>>>>P
>> >>>>>o
>> >>>>>d
>>
>> >>>>>Dao,EngineHostDetailsDao,EngineHostTagsDao,provisioningService,cloudOr
>> >>>>>c
>> >>>>>h
>> >>>>>e
>>
>> >>>>>strator,dataObjectManagerImpl,dataStoreManagerImpl,dataStoreProviderDa
>> >>>>>o
>> >>>>>I
>> >>>>>m
>>
>> >>>>>pl,primaryDataStoreDaoImpl,primaryDataStoreDetailsDaoImpl,objectInData
>> >>>>>S
>> >>>>>t
>> >>>>>o
>>
>> >>>>>reManagerImpl,dataStoreProviderManagerImpl,objectInDataStoreDaoImpl,de
>> >>>>>f
>> >>>>>a
>> >>>>>u
>>
>> >>>>>ltEndPointSelector,hypervsiorHostEndPointRpcServer,imageDataStoreHelpe
>> >>>>>r
>> >>>>>,
>> >>>>>i
>>
>> >>>>>mageDaoStoreDaoImpl,imageDataDaoImpl,imageDataStoreProviderDaoImpl,BAR
>> >>>>>E
>> >>>>>M
>> >>>>>E
>>
>> >>>>>TAL,imageFormatHelper,ISO,OVA,imageformat_qcow2,unknown,image_format_v
>> >>>>>h
>> >>>>>d
>> >>>>>,
>>
>> >>>>>dataMotionServiceImpl,primaryDataStoreHelper,templatePrimaryDataStoreD
>> >>>>>a
>> >>>>>o
>> >>>>>I
>>
>> >>>>>mpl,volumeDao2Impl,imageDataFactoryImpl,imageServiceImpl,imageDataMana
>> >>>>>g
>> >>>>>e
>> >>>>>r
>>
>> >>>>>Impl,imageDataStoreManagerImpl,defaultImageDataStoreProvider,defaultIm
>> >>>>>a
>> >>>>>g
>> >>>>>e
>>
>> >>>>>MotionStrategy,imageMotionServiceImpl,snapshotDao2Impl,snapshotDataFac
>> >>>>>t
>> >>>>>o
>> >>>>>r
>>
>> >>>>>yImpl,snapshotServiceImpl,hypervisorBasedSnapshot,defaultPrimaryDataSt
>> >>>>>o
>> >>>>>r
>> >>>>>e
>>
>> >>>>>ProviderManagerImpl,defaultPrimaryDatastoreProviderImpl,ISCSI,networkF
>> >>>>>i
>> >>>>>l
>> >>>>>e
>>
>> >>>>>System,templateInstallStrategyImpl,volumeDataFactoryImpl,volumeManager
>> >>>>>I
>> >>>>>m
>> >>>>>p
>>
>> >>>>>l,volumeServiceImpl,apiDiscoveryServiceImpl,apiRateLimitServiceImpl,re
>> >>>>>g
>> >>>>>i
>> >>>>>o
>>
>> >>>>>nDaoImpl,regionManagerImpl,regionServiceImpl,userContextInitializer,ev
>> >>>>>e
>> >>>>>n
>> >>>>>t
>>
>> >>>>>DaoImpl,usageEventDaoImpl,randomAllocator,baremetalDhcpDaoImpl,baremet
>> >>>>>a
>> >>>>>l
>> >>>>>P
>>
>> >>>>>xeDaoImpl,vmwareContextFactory,ciscoNexusVSMDeviceDaoImpl,lunDaoImpl,p
>> >>>>>o
>> >>>>>o
>> >>>>>l
>>
>> >>>>>DaoImpl,netappVolumeDaoImpl,netappManagerImpl,elasticLoadBalancerEleme
>> >>>>>n
>> >>>>>t
>> >>>>>,
>>
>> >>>>>elasticLbVmMapDaoImpl,elasticLoadBalancerManagerImpl,netScalerPodDaoIm
>> >>>>>p
>> >>>>>l
>> >>>>>,
>>
>> >>>>>niciraNvpDaoImpl,niciraNvpNicMappingDaoImpl,niciraNvpRouterMappingDaoI
>> >>>>>m
>> >>>>>p
>> >>>>>l
>>
>> >>>>>,niciraNvpElement,ovsGuestNetworkGuru,ovsTunnelInterfaceDaoImpl,ovsTun
>> >>>>>n
>> >>>>>e
>> >>>>>l
>>
>> >>>>>NetworkDaoImpl,ovsTunnelManagerImpl,bigSwitchVnsDaoImpl,bigSwitchVnsEl
>> >>>>>e
>> >>>>>m
>> >>>>>e
>>
>> >>>>>nt,randomStoragePoolAllocator,domainChecker,agentMonitor,firstFitAlloc
>> >>>>>a
>> >>>>>t
>> >>>>>o
>>
>> >>>>>r,recreateHostAllocator,testingAllocator,basicAgentAuthManager,alertMa
>> >>>>>n
>> >>>>>a
>> >>>>>g
>>
>> >>>>>erImpl,clusterAlertAdapter,consoleProxyAlertAdapter,alertDaoImpl,secon
>> >>>>>d
>> >>>>>a
>> >>>>>r
>>
>> >>>>>yStorageVmAlertAdapter,apiDBUtils,apiDispatcher,apiResponseHelper,apiS
>> >>>>>e
>> >>>>>r
>> >>>>>v
>>
>> >>>>>er,apiServlet,accountJoinDaoImpl,asyncJobJoinDaoImpl,dataCenterJoinDao
>> >>>>>I
>> >>>>>m
>> >>>>>p
>>
>> >>>>>l,diskOfferingJoinDaoImpl,domainRouterJoinDaoImpl,hostJoinDaoImpl,inst
>> >>>>>a
>> >>>>>n
>> >>>>>c
>>
>> >>>>>eGroupJoinDaoImpl,projectAccountJoinDaoImpl,projectInvitationJoinDaoIm
>> >>>>>p
>> >>>>>l
>> >>>>>,
>>
>> >>>>>projectJoinDaoImpl,resourceTagJoinDaoImpl,securityGroupJoinDaoImpl,ser
>> >>>>>v
>> >>>>>i
>> >>>>>c
>>
>> >>>>>eOfferingJoinDaoImpl,storagePoolJoinDaoImpl,userAccountJoinDaoImpl,use
>> >>>>>r
>> >>>>>V
>> >>>>>m
>>
>> >>>>>JoinDaoImpl,volumeJoinDaoImpl,queryManagerImpl,asyncJobExecutorContext
>> >>>>>I
>> >>>>>m
>> >>>>>p
>>
>> >>>>>l,asyncJobManagerImpl,asyncJobDaoImpl,syncQueueDaoImpl,syncQueueItemDa
>> >>>>>o
>> >>>>>I
>> >>>>>m
>>
>> >>>>>pl,syncQueueManagerImpl,capacityManagerImpl,capacityDaoImpl,certificat
>> >>>>>e
>> >>>>>D
>> >>>>>a
>>
>> >>>>>oImpl,clusterBasedAgentLoadBalancerPlanner,hostTransferMapDaoImpl,clus
>> >>>>>t
>> >>>>>e
>> >>>>>r
>>
>> >>>>>FenceManagerImpl,clusterServiceServletAdapter,managementServerHostDaoI
>> >>>>>m
>> >>>>>p
>> >>>>>l
>>
>> >>>>>,managementServerHostPeerDaoImpl,stackMaidDaoImpl,managementServerNode
>> >>>>>,
>> >>>>>c
>> >>>>>o
>>
>> >>>>>nfigurationManagerImpl,configurationDaoImpl,resourceCountDaoImpl,resou
>> >>>>>r
>> >>>>>c
>> >>>>>e
>>
>> >>>>>LimitDaoImpl,entityManagerImpl,clusterDetailsDaoImpl,accountVlanMapDao
>> >>>>>I
>> >>>>>m
>> >>>>>p
>>
>> >>>>>l,clusterDaoImpl,clusterVSMMapDaoImpl,dataCenterDaoImpl,dataCenterIpAd
>> >>>>>d
>> >>>>>r
>> >>>>>e
>>
>> >>>>>ssDaoImpl,dataCenterLinkLocalIpAddressDaoImpl,dataCenterVnetDaoImpl,dc
>> >>>>>D
>> >>>>>e
>> >>>>>t
>>
>> >>>>>ailsDaoImpl,hostPodDaoImpl,podVlanDaoImpl,podVlanMapDaoImpl,storageNet
>> >>>>>w
>> >>>>>o
>> >>>>>r
>>
>> >>>>>kIpAddressDaoImpl,storageNetworkIpRangeDaoImpl,vlanDaoImpl,domainDaoIm
>> >>>>>p
>> >>>>>l
>> >>>>>,
>>
>> >>>>>actionEventUtils,alertGenerator,eventJoinDaoImpl,eventUtils,usageEvent
>> >>>>>U
>> >>>>>t
>> >>>>>i
>>
>> >>>>>ls,highAvailabilityDaoImpl,recreatableFencer,hostDaoImpl,hostDetailsDa
>> >>>>>o
>> >>>>>I
>> >>>>>m
>>
>> >>>>>pl,hostTagsDaoImpl,cloudZonesStartupProcessor,hypervisorCapabilitiesDa
>> >>>>>o
>> >>>>>I
>> >>>>>m
>>
>> >>>>>pl,hypervisorGuruManagerImpl,keystoreDaoImpl,keystoreManagerImpl,agent
>> >>>>>U
>> >>>>>p
>> >>>>>g
>>
>> >>>>>radeDaoImpl,upgradeManagerImpl,autoScaleManagerImpl,autoScalePolicyCon
>> >>>>>d
>> >>>>>i
>> >>>>>t
>>
>> >>>>>ionMapDaoImpl,autoScalePolicyDaoImpl,autoScaleVmGroupDaoImpl,autoScale
>> >>>>>V
>> >>>>>m
>> >>>>>G
>>
>> >>>>>roupPolicyMapDaoImpl,autoScaleVmProfileDaoImpl,conditionDaoImpl,counte
>> >>>>>r
>> >>>>>D
>> >>>>>a
>>
>> >>>>>oImpl,externalFirewallDeviceDaoImpl,externalLoadBalancerDeviceDaoImpl,
>> >>>>>f
>> >>>>>i
>> >>>>>r
>>
>> >>>>>ewallRulesCidrsDaoImpl,firewallRulesDaoImpl,inlineLoadBalancerNicMapDa
>> >>>>>o
>> >>>>>I
>> >>>>>m
>>
>> >>>>>pl,IPAddressDaoImpl,LBStickinessPolicyDaoImpl,loadBalancerDaoImpl,load
>> >>>>>B
>> >>>>>a
>> >>>>>l
>>
>> >>>>>ancerVMMapDaoImpl,networkAccountDaoImpl,networkDaoImpl,networkDomainDa
>> >>>>>o
>> >>>>>I
>> >>>>>m
>>
>> >>>>>pl,networkExternalFirewallDaoImpl,networkExternalLoadBalancerDaoImpl,n
>> >>>>>e
>> >>>>>t
>> >>>>>w
>>
>> >>>>>orkOpDaoImpl,networkRuleConfigDaoImpl,networkServiceMapDaoImpl,physica
>> >>>>>l
>> >>>>>N
>> >>>>>e
>>
>> >>>>>tworkDaoImpl,physicalNetworkIsolationMethodDaoImpl,physicalNetworkServ
>> >>>>>i
>> >>>>>c
>> >>>>>e
>>
>> >>>>>ProviderDaoImpl,physicalNetworkTagDaoImpl,physicalNetworkTrafficTypeDa
>> >>>>>o
>> >>>>>I
>> >>>>>m
>>
>> >>>>>pl,portProfileDaoImpl,remoteAccessVpnDaoImpl,routerNetworkDaoImpl,site
>> >>>>>2
>> >>>>>S
>> >>>>>i
>>
>> >>>>>teCustomerGatewayDaoImpl,site2SiteVpnConnectionDaoImpl,site2SiteVpnGat
>> >>>>>e
>> >>>>>w
>> >>>>>a
>>
>> >>>>>yDaoImpl,userIpv6AddressDaoImpl,virtualRouterProviderDaoImpl,vpnUserDa
>> >>>>>o
>> >>>>>I
>> >>>>>m
>>
>> >>>>>pl,externalLoadBalancerUsageManagerImpl,externalNetworkDeviceManagerIm
>> >>>>>p
>> >>>>>l
>> >>>>>,
>>
>> >>>>>firewallManagerImpl,loadBalancingRulesManagerImpl,networkManagerImpl,n
>> >>>>>e
>> >>>>>t
>> >>>>>w
>>
>> >>>>>orkModelImpl,networkServiceImpl,networkUsageManagerImpl,virtualNetwork
>> >>>>>A
>> >>>>>p
>> >>>>>p
>>
>> >>>>>lianceManagerImpl,vpcVirtualNetworkApplianceManagerImpl,portForwarding
>> >>>>>R
>> >>>>>u
>> >>>>>l
>>
>> >>>>>esDaoImpl,rulesManagerImpl,securityGroupDaoImpl,securityGroupRuleDaoIm
>> >>>>>p
>> >>>>>l
>> >>>>>,
>>
>> >>>>>securityGroupRulesDaoImpl,securityGroupVMMapDaoImpl,securityGroupWorkD
>> >>>>>a
>> >>>>>o
>> >>>>>I
>>
>> >>>>>mpl,vmRulesetLogDaoImpl,storageNetworkManagerImpl,privateIpDaoImpl,sta
>> >>>>>t
>> >>>>>i
>> >>>>>c
>>
>> >>>>>RouteDaoImpl,vpcDaoImpl,vpcGatewayDaoImpl,vpcOfferingDaoImpl,vpcOfferi
>> >>>>>n
>> >>>>>g
>> >>>>>S
>>
>> >>>>>erviceMapDaoImpl,networkACLManagerImpl,vpcManagerImpl,remoteAccessVpnM
>> >>>>>a
>> >>>>>n
>> >>>>>a
>>
>> >>>>>gerImpl,site2SiteVpnManagerImpl,networkOfferingDaoImpl,networkOffering
>> >>>>>S
>> >>>>>e
>> >>>>>r
>>
>> >>>>>viceMapDaoImpl,projectAccountDaoImpl,projectDaoImpl,projectInvitationD
>> >>>>>a
>> >>>>>o
>> >>>>>I
>>
>> >>>>>mpl,projectManagerImpl,dummyHostDiscoverer,resourceManagerImpl,resourc
>> >>>>>e
>> >>>>>L
>> >>>>>i
>>
>> >>>>>mitManagerImpl,commandExecLogDaoImpl,configurationServerImpl,statsColl
>> >>>>>e
>> >>>>>c
>> >>>>>t
>>
>> >>>>>or,serviceOfferingDaoImpl,consoleServlet,registerCompleteServlet,garba
>> >>>>>g
>> >>>>>e
>> >>>>>C
>>
>> >>>>>ollectingStoragePoolAllocator,useLocalForRootAllocator,diskOfferingDao
>> >>>>>I
>> >>>>>m
>> >>>>>p
>>
>> >>>>>l,guestOSCategoryDaoImpl,guestOSDaoImpl,launchPermissionDaoImpl,s3DaoI
>> >>>>>m
>> >>>>>p
>> >>>>>l
>>
>> >>>>>,snapshotDaoImpl,snapshotPolicyDaoImpl,snapshotScheduleDaoImpl,storage
>> >>>>>P
>> >>>>>o
>> >>>>>o
>>
>> >>>>>lDaoImpl,storagePoolDetailsDaoImpl,storagePoolHostDaoImpl,storagePoolW
>> >>>>>o
>> >>>>>r
>> >>>>>k
>>
>> >>>>>DaoImpl,swiftDaoImpl,uploadDaoImpl,VMTemplateDaoImpl,VMTemplateDetails
>> >>>>>D
>> >>>>>a
>> >>>>>o
>>
>> >>>>>Impl,VMTemplateHostDaoImpl,VMTemplatePoolDaoImpl,VMTemplateS3DaoImpl,V
>> >>>>>M
>> >>>>>T
>> >>>>>e
>>
>> >>>>>mplateSwiftDaoImpl,VMTemplateZoneDaoImpl,volumeDaoImpl,volumeHostDaoIm
>> >>>>>p
>> >>>>>l
>> >>>>>,
>>
>> >>>>>downloadMonitorImpl,OCFS2ManagerImpl,s3ManagerImpl,secondaryStorageVmD
>> >>>>>e
>> >>>>>f
>> >>>>>a
>>
>> >>>>>ultAllocator,snapshotManagerImpl,snapshotSchedulerImpl,storageManagerI
>> >>>>>m
>> >>>>>p
>> >>>>>l
>>
>> >>>>>,swiftManagerImpl,uploadMonitorImpl,resourceTagsDaoImpl,taggedResource
>> >>>>>M
>> >>>>>a
>> >>>>>n
>>
>> >>>>>agerImpl,hyervisorTemplateAdapter,templateManagerImpl,versionDaoImpl,d
>> >>>>>a
>> >>>>>t
>> >>>>>a
>>
>> >>>>>baseIntegrityChecker,externalPublicIpStatisticsDaoImpl,usageDaoImpl,us
>> >>>>>a
>> >>>>>g
>> >>>>>e
>>
>> >>>>>IPAddressDaoImpl,usageJobDaoImpl,usageLoadBalancerPolicyDaoImpl,usageN
>> >>>>>e
>> >>>>>t
>> >>>>>w
>>
>> >>>>>orkDaoImpl,usageNetworkOfferingDaoImpl,usagePortForwardingRuleDaoImpl,
>> >>>>>u
>> >>>>>s
>> >>>>>a
>>
>> >>>>>geSecurityGroupDaoImpl,usageStorageDaoImpl,usageVMInstanceDaoImpl,usag
>> >>>>>e
>> >>>>>V
>> >>>>>o
>>
>> >>>>>lumeDaoImpl,usageVPNUserDaoImpl,usageServiceImpl,accountDetailsDaoImpl
>> >>>>>,
>> >>>>>a
>> >>>>>c
>>
>> >>>>>countManagerImpl,accountDaoImpl,SSHKeyPairDaoImpl,userAccountDaoImpl,u
>> >>>>>s
>> >>>>>e
>> >>>>>r
>>
>> >>>>>DaoImpl,userStatisticsDaoImpl,userStatsLogDaoImpl,domainManagerImpl,id
>> >>>>>e
>> >>>>>n
>> >>>>>t
>>
>> >>>>>ityDaoImpl,identityServiceImpl,consoleProxyDaoImpl,domainRouterDaoImpl
>> >>>>>,
>> >>>>>i
>> >>>>>n
>>
>> >>>>>stanceGroupDaoImpl,instanceGroupVMMapDaoImpl,nicDaoImpl,secondaryStora
>> >>>>>g
>> >>>>>e
>> >>>>>V
>>
>> >>>>>mDaoImpl,userVmDetailsDaoImpl,VMInstanceDaoImpl,itWorkDaoImpl,componen
>> >>>>>t
>> >>>>>C
>> >>>>>o
>>
>> >>>>>ntext,org.springframework.aop.config.internalAutoProxyCreator,org.spri
>> >>>>>n
>> >>>>>g
>> >>>>>f
>>
>> >>>>>ramework.aop.aspectj.AspectJPointcutAdvisor#0,captureAnyMethod,org.spr
>> >>>>>i
>> >>>>>n
>> >>>>>g
>>
>> >>>>>framework.aop.aspectj.AspectJPointcutAdvisor#1,captureEventMethod,tran
>> >>>>>s
>> >>>>>a
>> >>>>>c
>>
>> >>>>>tionContextBuilder,actionEventInterceptor,onwireRegistry,messageSerial
>> >>>>>i
>> >>>>>z
>> >>>>>e
>>
>> >>>>>r,transportProvider,rpcProvider,eventBus,premiumDatabaseUpgradeChecker
>> >>>>>,
>> >>>>>m
>> >>>>>a
>>
>> >>>>>nagementServerImpl,clusterManagerImpl,clusteredAgentManagerImpl,cluste
>> >>>>>r
>> >>>>>e
>> >>>>>d
>>
>> >>>>>VirtualMachineManagerImpl,highAvailabilityManagerExtImpl,userVmManager
>> >>>>>I
>> >>>>>m
>> >>>>>p
>>
>> >>>>>l,consoleProxyManagerImpl,securityGroupManagerImpl2,premiumSecondarySt
>> >>>>>o
>> >>>>>r
>> >>>>>a
>>
>> >>>>>geManagerImpl,userVmDaoImpl,ipv6AddressManagerImpl,VmwareManager,Netap
>> >>>>>p
>> >>>>>M
>> >>>>>a
>>
>> >>>>>nager,BaremetalManager,BaremetalDhcpManager,BaremetalKickStartPxeServi
>> >>>>>c
>> >>>>>e
>> >>>>>,
>>
>> >>>>>BaremetalPingPxeService,BaremetalPxeManager,Ovs,BareMetalDhcp,BareMeta
>> >>>>>l
>> >>>>>P
>> >>>>>x
>>
>> >>>>>e,BareMetalUserdata,SecurityGroupProvider,VirtualRouter,VpcVirtualRout
>> >>>>>e
>> >>>>>r
>> >>>>>,
>>
>> >>>>>NiciraNvp,JuniperSRX,Netscaler,F5BigIP,CiscoNexus1000vVSM,FirstFitRout
>> >>>>>i
>> >>>>>n
>> >>>>>g
>>
>> >>>>>,LocalStoragePoolAllocator,FirstFitStoragePoolAllocator,UserConcentrat
>> >>>>>e
>> >>>>>d
>> >>>>>A
>>
>> >>>>>llocator,ConsoleProxyAllocator,StaticRoleBasedAPIAccessChecker,Exteral
>> >>>>>I
>> >>>>>p
>> >>>>>A
>>
>> >>>>>ddressAllocator,BareMetalTemplateAdapter,MD5UserAuthenticator,LDAPUser
>> >>>>>A
>> >>>>>u
>> >>>>>t
>>
>> >>>>>henticator,CheckOnAgentInvestigator,XenServerInvestigator,UserVmDomRIn
>> >>>>>v
>> >>>>>e
>> >>>>>s
>>
>> >>>>>tigator,ManagementIPSystemVMInvestigator,VmwareInvestigator,XenServerF
>> >>>>>e
>> >>>>>n
>> >>>>>c
>>
>> >>>>>er,KVMFencer,OvmFencer,VmwareFencer,XcpServerDiscoverer,SecondaryStora
>> >>>>>g
>> >>>>>e
>> >>>>>D
>>
>> >>>>>iscoverer,KvmServerDiscoverer,BareMetalDiscoverer,HypervServerDiscover
>> >>>>>e
>> >>>>>r
>> >>>>>,
>>
>> >>>>>OvmDiscoverer,vmwareServerDiscoverer,FirstFitPlanner,UserDispersingPla
>> >>>>>n
>> >>>>>n
>> >>>>>e
>>
>> >>>>>r,UserConcentratedPodPlanner,BareMetalPlanner,StorageNetworkGuru,Exter
>> >>>>>n
>> >>>>>a
>> >>>>>l
>>
>> >>>>>GuestNetworkGuru,PublicNetworkGuru,PodBasedNetworkGuru,ControlNetworkG
>> >>>>>u
>> >>>>>r
>> >>>>>u
>>
>> >>>>>,DirectNetworkGuru,DirectPodBasedNetworkGuru,OvsGuestNetworkGuru,Priva
>> >>>>>t
>> >>>>>e
>> >>>>>N
>>
>> >>>>>etworkGuru,NiciraNvpGuestNetworkGuru,XenServerGuru,KVMGuru,OvmGuru,VMw
>> >>>>>a
>> >>>>>r
>> >>>>>e
>>
>> >>>>>Guru,BaremetalGuru,BaremetalPlannerSelector,HypervisorPlannerSelector,
>> >>>>>o
>> >>>>>r
>> >>>>>g
>>
>> >>>>>.springframework.context.annotation.ConfigurationClassPostProcessor$Im
>> >>>>>p
>> >>>>>o
>> >>>>>r
>> >>>>>tAwareBeanPostProcessor#0];
>> >>>>> root of factory hierarchy
>> >>>>>
>> >>>>>
>> >>>>> On Sun, Apr 7, 2013 at 12:54 AM, Marcus Sorensen
>> >>>>><sh...@gmail.com>wrote:
>> >>>>>
>> >>>>>> If you're running it the Dev way with jetty, look for vmops.log in
>> >>>>>>your
>> >>>>>> git
>> >>>>>> root. If you've installed via package look for
>> >>>>>> /var/log/cloudstack/management/management-server.log.
>> >>>>>> On Apr 7, 2013 12:45 AM, "Mike Tutkowski"
>> >>>>>><mi...@solidfire.com>
>> >>>>>> wrote:
>> >>>>>>
>> >>>>>> > Hi Marcus,
>> >>>>>> >
>> >>>>>> > I was just looking at the output in the console.
>> >>>>>> >
>> >>>>>> > Can you remind me again where the related logs are stored?
>> >>>>>> >
>> >>>>>> > Thanks!
>> >>>>>> >
>> >>>>>> >
>> >>>>>> > On Sun, Apr 7, 2013 at 12:39 AM, Marcus Sorensen
>> >>>>>><shadowsor@gmail.com
>> >>>>>> > >wrote:
>> >>>>>> >
>> >>>>>> > > Have you by chance looked at the debug logs to see if it by
>> >>>>>>chance
>> >>>>>> tried
>> >>>>>> > > the proper storage and failed? I'm not sure that's OK either,
>> >>>>>>but
>> >>>>>>it
>> >>>>>> > would
>> >>>>>> > > be interesting to know.
>> >>>>>> > > On Apr 7, 2013 12:25 AM, "Mike Tutkowski" <
>> >>>>>> mike.tutkowski@solidfire.com>
>> >>>>>> > > wrote:
>> >>>>>> > >
>> >>>>>> > > > Hi,
>> >>>>>> > > >
>> >>>>>> > > > I'm currently using 4.1 (from like a week or so ago).
>> >>>>>> > > >
>> >>>>>> > > > I have three tiers of shared, iSCSI-based storage represented
>> >>>>>>in
>> >>>>>> three
>> >>>>>> > > > storage repositories in XenServer:
>> >>>>>> > > >
>> >>>>>> > > > SR_2
>> >>>>>> > > > SR_3
>> >>>>>> > > > SR_4
>> >>>>>> > > >
>> >>>>>> > > > SR_2 maps into CS via primary storage PS_2, which has the
>> >>>>>>storage
>> >>>>>> tag
>> >>>>>> > > PS_2
>> >>>>>> > > > SR_3 maps into CS via primary storage PS_3, which has the
>> >>>>>>storage
>> >>>>>> tag
>> >>>>>> > > PS_3
>> >>>>>> > > > SR_4 maps into CS via primary storage PS_4, which has the
>> >>>>>>storage
>> >>>>>> tag
>> >>>>>> > > PS_4
>> >>>>>> > > >
>> >>>>>> > > > I have three compute offerings:
>> >>>>>> > > >
>> >>>>>> > > > CO_2, which only uses storage tag PS_2
>> >>>>>> > > > CO_3, which only uses storage tag PS_3
>> >>>>>> > > > CO_4, which only uses storage tag PS_4
>> >>>>>> > > >
>> >>>>>> > > > I walk through the wizard and select CO_3.  My VM ends up on
>> >>>>>>SR_4.
>> >>>>>> > > >
>> >>>>>> > > > I have double checked the relationships and don't see any
>> >>>>>>errors
>> >>>>>>in
>> >>>>>> > how I
>> >>>>>> > > > have CS configured.
>> >>>>>> > > >
>> >>>>>> > > > Does anyone know of this being noted as a current bug?
>> >>>>>> > > >
>> >>>>>> > > > Thanks!
>> >>>>>> > > >
>> >>>>>> > > >
>> >>>>>> > > > --
>> >>>>>> > > > *Mike Tutkowski*
>> >>>>>> > > > *Senior CloudStack Developer, SolidFire Inc.*
>> >>>>>> > > > e: mike.tutkowski@solidfire.com
>> >>>>>> > > > o: 303.746.7302
>> >>>>>> > > > Advancing the way the world uses the
>> >>>>>> > > > cloud<http://solidfire.com/solution/overview/?video=play>
>> >>>>>> > > > *(tm)*
>> >>>>>> > > >
>> >>>>>> > >
>> >>>>>> >
>> >>>>>> >
>> >>>>>> >
>> >>>>>> > --
>> >>>>>> > *Mike Tutkowski*
>> >>>>>> > *Senior CloudStack Developer, SolidFire Inc.*
>> >>>>>> > e: mike.tutkowski@solidfire.com
>> >>>>>> > o: 303.746.7302
>> >>>>>> > Advancing the way the world uses the
>> >>>>>> > cloud<http://solidfire.com/solution/overview/?video=play>
>> >>>>>> > *(tm)*
>> >>>>>> >
>> >>>>>>
>> >>>>>
>> >>>>>
>> >>>>>
>> >>>>> --
>> >>>>> *Mike Tutkowski*
>> >>>>> *Senior CloudStack Developer, SolidFire Inc.*
>> >>>>> e: mike.tutkowski@solidfire.com
>> >>>>> o: 303.746.7302
>> >>>>> Advancing the way the world uses the
>> >>>>>cloud<http://solidfire.com/solution/overview/?video=play>
>> >>>>> *(tm)*
>> >>>>>
>> >>>>
>> >>>>
>> >>>>
>> >>>>--
>> >>>>*Mike Tutkowski*
>> >>>>*Senior CloudStack Developer, SolidFire Inc.*
>> >>>>e: mike.tutkowski@solidfire.com
>> >>>>o: 303.746.7302
>> >>>>Advancing the way the world uses the
>> >>>>cloud<http://solidfire.com/solution/overview/?video=play>
>> >>>>*(tm)*
>> >>>
>> >>
>> >
>>
>>
>
>
> --
> *Mike Tutkowski*
> *Senior CloudStack Developer, SolidFire Inc.*
> e: mike.tutkowski@solidfire.com
> o: 303.746.7302
> Advancing the way the world uses the cloud<http://solidfire.com/solution/overview/?video=play>
> *™*
>



-- 
*Mike Tutkowski*
*Senior CloudStack Developer, SolidFire Inc.*
e: mike.tutkowski@solidfire.com
o: 303.746.7302
Advancing the way the world uses the
cloud<http://solidfire.com/solution/overview/?video=play>
*™*

Re: VM deployed to wrong storage repository

Posted by Mike Tutkowski <mi...@solidfire.com>.
Not sure if you were directing that question to me, Prachi? If so, yeah,
those are the steps I followed when noting this problem in 4.1. Do my git
steps look OK? Am I fetching from the wrong repo maybe (or an outdated one)?


On Tue, Apr 9, 2013 at 12:37 PM, Prachi Damle <Pr...@citrix.com>wrote:

> In master or 4.1, Random allocator is not included in the list of
> allocators a planner uses by default .
> It is available in the deployment, so if admin wants to use it the list
> should be modified.
>
> Thanks,
> Prachi
> -----Original Message-----
> From: Nitin Mehta [mailto:Nitin.Mehta@citrix.com]
> Sent: Tuesday, April 09, 2013 11:14 AM
> To: dev@cloudstack.apache.org
> Subject: Re: VM deployed to wrong storage repository
>
> Ok got it, but then I think we should have a check not to enable the admin
> have Random allocator as the first allocator. IMHO each allocator should
> respect the tags. Either way we need to do the former or the later - what
> say or am I missing something here ?
>
> PS - Sorry to have a barrage of mails on this, but I see something is
> missing here.
>
> On 09/04/13 11:33 PM, "Prachi Damle" <Pr...@citrix.com> wrote:
>
> >Tags are being honored by the LocalStoragePoolAllocator and
> >FirstFitStoragePoolAllocator. The case here is Random allocator getting
> >loaded by default as the first allocator.
> >
> >In the ticket I just mentioned the problem- Mike's code is not having the
> >latest 4.1 - Kelven's patch to put a order to the allocators is missing
> >in his context files.
> >
> >-Prachi
> >
> >-----Original Message-----
> >From: Nitin Mehta [mailto:Nitin.Mehta@citrix.com]
> >Sent: Tuesday, April 09, 2013 10:53 AM
> >To: dev@cloudstack.apache.org
> >Subject: Re: VM deployed to wrong storage repository
> >
> >Thanks Prachi. But they should still honor the tags right ? Why is that
> >not the case here ?
> >
> >On 09/04/13 11:17 PM, "Prachi Damle" <Pr...@citrix.com> wrote:
> >
> >>We don't use this allocator by default- By default the context should
> >>loadthe LocalStoragePoolAllocator and FirstFitStoragePoolAllocator .
> >>Random is just a provision to let admin use it when they want to ignore
> >>any kind of filters during allocation.
> >>
> >>-Prachi
> >>
> >>-----Original Message-----
> >>From: Nitin Mehta [mailto:Nitin.Mehta@citrix.com]
> >>Sent: Tuesday, April 09, 2013 2:00 AM
> >>To: dev@cloudstack.apache.org
> >>Subject: Re: VM deployed to wrong storage repository
> >>
> >>Sorry for the typo. I meant bug instead of "bu"
> >>
> >>On 09/04/13 11:59 AM, "itin Mehta" <Ni...@citrix.com> wrote:
> >>
> >>>Hi Prachi - Do we use this allocator now ? And why does this allocator
> >>>not
> >>>honor the tag - is that not a bu ?
> >>>
> >>>Thanks,
> >>>Niti
> >>>
> >>>On 08/04/13 11:2 PM, "Prachi Damle" <Pr...@citrix.com> wrote:
> >>>
> >>>>Hi Mike,
> >>>>
> >>>>I checked the logs, looks like the RandomStoragePolAllocator is being
> >>>>picked upfor the storag allocation - tis allocatordoes not match any
> >>>>tags.
> >>>>
> >>>>You sould use FirstFitStoragePoolAllocato instead - change the
> >>>>component.ml to use this allocatr and not he random
> >>>
> >>>>Thanks,
> >>>>-Prachi
> >>>>
> >>>>-----Original Message-----
> >>>>From: Mike Tutkowski [mailto:mike.tutkowsi@solidfie.com
> >>>>Sent: Monday, April 08 2013 8:23 AM
> >>>>To: dev@cloudstack.apache.org
> >>>>Subject: Re: VM deployed t wrong stage repostory
> >>>>
> >>>>I pla to update to the latest 4.1 todayand re-try this.
> >>>>
> >>>>If I still see the problem, I'll open a bug.
> >>>>
> >>>>
> >>>>On Sun, Apr 7, 2013 at 4:6 PM, ike Tutkowski
> >>>><mik.tutkowski@solidire.com
> >>>>> wroe:
> >>>>
> >>>>> I don't see anything in vmops.log to indicate that another primary
> >>>>>storage
> >>>>> was tried first.  What do you tink?
> >>>>>
> >>>>> 2013-04-07 00:30:5,459 INFO  [agent.manager.AgentManagerImpl]
> >>>> (AgentTaskPool-11:null) Investigating why host 6 has disconnected wth
> >>>>> event PingTimeout
> >>>>> 2013-04-07 00:0:51,459 DEBUG [agentmanager.AgentManagerImpl]
> >>>>> (AgentTaskPool-11:null) checking if agent (6) isalive>> 2013-04-07
> >>>>>00:30:51,460 INFO  [agent.manager.AgentManagerImpl]
> >>>>> (AgentTaskPool-16:null) Investigating why host 5 has disconnected
> >>>>>with
> >>>>> event PingTimeot
> >>>>> 2013-04-07 00:3051460 DEBUG [agent.manger.AgentManagerImpl]
> >>>>> (AgentTaskPool-16:null) checking if aent (5) is alive
> >>>>> 2013-04-0700:30:51,462 DEBUG [gent.transport.Request]
> >>>>> (AgentTaskPool-11:null) Seq -324993302: Sending  { Cmd , MgmtId: 1,
> >>>>via:
> >>>>> 6, Ver: v1, Flags: 00011, [{"CheckHealthCommand":{"wit":50}}] }
> >>>>> 2013-04-07 00:30:51,42 DEUG agent.transport.Request]
> >>>>> (AgentTaskPool-11:null) Seq 6-324993302: Executing:  { Cmd , MgmtI:
> >>>>>1,
> >>>>> via: 6, Ver: v1, Flags: 100011, [{"CheckHealthommand"{"wait":50}}] }
> >>>>> 2013-04-07 0:30:51,462 DEBUG [agent.manager.DirectAgentttche]
> >>>>> (DirectAgent-26:null) Seq 6-324993302: Executing rquest
> >>>>> 21304-07 00:30:51,464 DEBUG[agent.transport.Request]
> >>>>> (AgenTaskPool-16null) Seq 5-614334808: Sending  { md , MgmtId: 1,
> >>>>>via:
> >>>>> 5, Ver: v1, Flags: 100011, [{"CheckHelthCommand":{"wait":50}}] }
> >>>>> 201304-07 00:30:51,464 DEBUG [agent.transport.Request]
> >>>>>(AgentTaskPool-16:null) Seq 5-614334808: Executing:  { Cmd , MgmtId:
> >>>>>1,
> >>>>> via: 5, Ver: v1, Flas: 100011, [{"CheckHealthComman":{"wait":50}}] }
> >>>>> 2013-04-07 00:30:51,465 DEBUG [agent.manager.DirectAgentAttace]
> >>>>> (DirectAgent-163:null) Seq 5-61433480: Executing request
> >>>>> 2013-04-07 00:0:51,511 DEBUG [agent.manager.DirectAgentAttache]
> >>>>> (DirectAgent-26:null) Seq 6324993302: Response Received:
> >>>>> 2013-04-07 00:30:51,512 DEBUG [agent.transpot.Request]
> >>>>> (DirectAgent-26:null) Seq 6-324993302: Processing:  { ns: , MgmtId:
> >>>>>1,
> >>>>> via: 6, Ver: v1, Flags: 10,
> >>>>> [{"CheckHealthAnswer":{"result":true,"details":"resource i
> >>>>> alive","ait":0}}] }
> >>>>> 2013-04-07 00:30:51,12 DEBUG [agent.transport.Request]
> >>>>> (AgentTaskPool-11:null) Seq 6-324993302: Received:  { Ans: , Mgmtd:
> >>>>>1,
> >>>>> via: 6, Ver: v1, Flags: 10, { CheckHealthAnswer } }
> >>>>> 2013-04-07 00:351,512 DEBUG [agent.manager.AgentManagerImpl]
> >>>>> (AgntTaskPool-11:null) Details from executin class
> >>>>> com.cloud.agent.api.CheckealthCommand: resource is alive
> >>>>> 2013-04-07 00:30:51,512 DEBUG [agent.maager.AgentManagerImpl]
> >>>>> (AgentTaskPool-11:null) agent (6) responded to checkHeathCommand,
> >>>>>reporting
> >>>>> that agent is Up
> >>>> 2013-04-07 00:30:51,512 INFO  [agent.manager.AgentManagerImpl]
> >>>>> (AgentTaskPool-11:null) he state determined is Up
> >>>>> 2013-4-07 00:30:51,512 INFO  [agent.manger.AgentManagerImpl]
> >>>>> (AgenTaskPool-11:null Agent s determinedto be up an runnng
> >>>>> 2013-04-07 00:30:51,512 DEBUG [cloud.host.Satus]
> >>>>>(AgentTaskPool-11:null)
> >>>>> Transition:[Resource state = Enabled, Agnt event = Ping, Host id = 6,
> >>>>>name
> >>>>> = Tut-XenServer]
> >>>>> 2013-04-07 00:30:51,515 DEBUG [cloud.host.Status]
> >>>>>(AgentTaskPool-11:null)
> >>>>> Agent status update: [id = 6; nae = Tut-XenServer; old status = Up;
> >>>>>event
> >>>>> = Ping; new status = Up; old update count = 307; new update count =
> >>>>>308]
> >>>>> 2013-04-07 00:30:51,517 DEBUG [agent.managr.DirectAgentAttache]
> >>>>> (DirectAgent-163:nll) Seq 5-614334808: Response Receied:
> >>>>> 2013-04-07 00:30:51,517 DEBUG [agent.transport.Request]
> >>>>> (DirectAgent-163:null) Seq 5-614334808: Processing:  { Ans: , MgmtId:
> >>>>>1,
> >>>>> via: 5, Ver: v1, Flags: 10,
> >>>>> [{"CheckHealthAnswer":{"result":true,"details":"resource is
> >>>>> alive","wait":0}}] }
> >>>>> 2013-04-07 00:30:51,517 DEBUG [agent.transport.Request]
> >>>>> (AgentaskPool-16:null) Se 5-614334808: Received:  { Ans: , MgmtId: 1,
> >>>>> via: 5, Ver: v1, Flags: 10, { CheckHeathAnswer } }
> >>>>> 2013-04-07 00:30:51,517 DEBUG [agent.manager.AgentManagerImpl]
> >>>>> (AgentTaskPool-16:null) Details fromexecuting class
> >>>>> com.cloud.agent.api.heckHealthCommand: resource is alive
> >>>>> 2013-04-07 00:30:51,517 DEBUG [agent.manager.AgentManaerImpl]
> >>>>> (AgentTaskPool-16:null) agent (5) responded to checkHeathommand,
> >>>>reporting
> >>>>> that agent is Up
> >>>>>2013-04-07 00:30:51,518 INFO  [agent.manager.AgentManagerImpl]
> >>>>> (AgentTaskPool-16:null) The state determine is Up
> >>>>> 2013-04-07 00:30:51,518 INFO  [agent.maager.AgentManagerImpl]
> >>>>> (AgentTskPool-16:null) Agent is determined to be up ad running
> >>>>> 2013-04-7 00:30:51,518 DEBUG [cloud.host.tatus]
> >>>>>(AgentTaskPool-16:null)
> >>>>> Transition:[Resouce state = Enabled, Agent event = Ping, Host id =
> >>>>>5,
> >>>>>name
> >>>>> = Tut-XenServer2]
> >>>>>2013-04-07 00:30:51,522 DEBUG [cloud.host.Status]
> >>>>>(AgentTaskPool16:null)
> >>>>> Agent status update: [id = 5; name = Tut-XenServer2; old status = Up;
> >>>>>event
> >>>> = Ping; new status = Up; old update count = 144; new update cout =
> >>>>>145]
> >>>>> 2013-04-07 00:30:52,927 DEUG [agent.manager.DirectAgentAttache]
> >>>>> (DirectAgent-157:null) Seq 6-324993301: Response Received:
> >>>>> 2013-04-07 00:30:52,927 DEBUG [agent.transport.Request]
> >>>>> (DirectAgent-15:null) Seq 6-324993301: Processing:  { Ans: , MgmtId:
> >>>>>1,
> >>>>> va: 6, Ver: v1, Flags: 110, [{"Answer":{"resut":true,"wait":0}}] }
> >>>>> 2013-04-07 00:30:52,927 DEBUG [agent.transport.Request]
> >>>>> (Job-Executor-35:job-42) Seq 6-324993301: Received:  { Ans:  MgmtId:
> >>>>>1,
> >>>>> via: 6, Ver: v1, Flags: 110, { Answer } }
> >>>>> 2013-04-07 00:30:52,927 DEBUG [agent.manager.gentAttache]
> >>>>> (DirectAgent-157:null) Seq 6-324993301: No more commands found
> >>>>> 2013-04-07 00:30:52,938 DEBUG
> >>>> [network.router.VirtualNetworkApplianceManagerImpl]
> >>>>> (Job-Executor-35:job-42) Applying userdata and password entry in
> >>>>>network
> >>>> Ntwk[204|uest|6]
> >>>>> 013-04-07 00:30:52,952 DEBUG [agent.transport.Request]
> >>>>> (Job-Executor-35:job-42) Seq -324993303: Sending  { Cmd , MgmtId: 1,
> >>>>>via:
> >>>>> 6, Ver: v1, Flas: 10111,
> >>>>>
> >>>>>[{"routing.SavePasswordCommand":{"password":fnirq_cnffjbeq","vmIpAddr
> >>>>>e
> >>>>>s
> >>>>>s
> >>>>>":"192.168.56.195","vmName":"c18ddf7c-fc61-40b0af75-fdef05f8eae6,"acce
> >>>>>s
> >>>>>sDetails":{"router.guest.ip":192.168.56.102","one.network.type":"Basic
> >>>>>"
> >>>>>,"router.ip":"169.254.1.168","
> >>>>> router.nam
> >>>>>
> >>>>>":"r-4-VM"},"wait":0}},{"routing.VmataCommand":{"vmpAddress":"192.168.
> >>>>>5
> >>>>>6.195","vmName":"c18ddf7c-fc61-40b0-af75-fdef05f8eae6","accessDetails"
> >>>>>:
> >>>>>{
> >>>>>"
> >>>>>router.gest.ip":"192.68.56.102","zone.network.type":"Basic","router.i
> >>>>>p
> >>>>>"
> >>>>>:"169.254.1.168","
> >>>>> router.name":"r-4-VM"},"wait":0}}] }
> >>>>> 2013-04-07 00:30:52,953 DEUG [agent.transprt.equest]
> >>>>> (JobExecutor-35:job-42) Seq 6-324993303: Executing:  {Cmd , MgmtId:
> >>>>>1,
> >>>>> via: 6, Ver: v1, Flags: 100111,
> >>>>>
> >>>>>[{"routig.SavePasswordCommand":{"password":"fnirq_nffjbeq",vmIpAddrs
> >>>>>s
> >>>>>":"192.168.56.195","vmName":"c18ddf7c-fc61-40b0-af75-fdef05f8eae6","ac
> >>>>>c
> >>>>>e
> >>>>>s
> >>>>>sDetails":{"router.guest.ip":"192.168.56.102","zone.networktype":"Basi
> >>>>>c
> >>>>>"
> >>>>,"router.ip":"169.254.1.168","
> >>>>> router.name
> >>>>>
> >>>>>":"r-4-VM"},"wait":0}},{"rting.VmDataCommand":{"vmIpAddress":"192.168.
> >>>>>5
> >>>>>6.195","vmName":"c18ddf7c-fc61-0b0-af75-fdef05f8eae6","accessDetails":
> >>>>>{
> >>>>>"
> >>>>>router.guest.ip":"192.168.56.102","zone.network.type":"Basic","router.
> >>>>>i
> >>>>>p
> >>>>>"
> >>>>>:"19.254.1.168","
> >>>>> router.name":"r-4-VM"},"wait":0}}] }
> >>>>> 2013-04-07 00:30:52,93 DEBUG [agent.manger.DirectAgentAttache]
> >>>>> (DirectAgent-37:null) Se 6-324993303: Executing requst
> >>>>> 2013-04-07 00:30:53,093 DEBUG [cloud.api.ApiServlet]
> >>>>> (1161145101@qtp-100880148-3:null) ===START===  127.0.0.1 -- GET
> >>>>>
> >>>>>command=queryAsyncJobResult&jobId=f75d8ce8-1193-43f-b171-f43d2534e6bc&
> >>>>>r
> >>>>>e
> >>>>>sponse=json&sessionkey=Z6QqzU0FqiT13bMgnRRfl8GoVA%3D&_=1365316253091
> >>>>> 2013-04-07 00:30:53,110 DEBUG [cloud.api.ApiServlet]
> >>>>> (116114511@qtp-1008805148-33:null) ===END===  127.0.0.1 -- GET
> >>>>>
> >>>>command=queryAsyncJobResult&jobId=f75d8ce8-1193-43bf-b171-f43d2534e6bc
> >>>>>&
> >>>>>r
> >>>>>e
> >>>>sponse=son&sessioney=Z6QqzU0Fq1iT13bMgnRRflGoVA%3D&_=1365316253091
> >>>> 2013-04-07 00:30:56,093 DEBUG [cloud.api.ApiServlet]
> >>>>> (1161145101@qtp-1008805148-33:null) ===START===  127.0.0.1 -- GET
> >>>>>
> >>>>>command=ueryAsyncJobResult&jobId=f75d8ce8-1193-43bf-b171-f43d2534e6bc&
> >>>>>r
> >>>>>e
> >>>>>sponse=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316256091
> >>>> 2013-4-07 00:30:56,109 DEBUG [clou.api.ApiServlet]
> >>>>> (1161145101@qtp-100805148-33:null) ===END===  127.0.0.1 -- GET
> >>>>>
> >>>>>comman=queryAsyncJobResult&joId=f75d8ce8-1193-43bf-b171-f43d2534e6bc&r
> >>>>>e
> >>>>>sponse=jon&sessokey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316256091
> >>>>>2013-0-07 00:30:59,094 DEBUG [cloud.api.ApiServlet]
> >>>>> (1161145101@qtp-1008805148-33:null) ===START==  127.0.0.1 -- GET
> >>>>>
> >>>>>command=queryAsyncJobResut&jobId=f75d8ce8-1193-43bf-b171f43d2534e6b&re
> >>>>>sponse=json&sssionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316259092
> >>>>> 2013-04-0700:30:59,11 DBUG [cloud.api.ApiServlet]
> >>>>> (1161145101@qtp-1008805148-33:null) ==END===  127.0.0.1 -- GET
> >>>>>
> >>>>>command=queryAsyncJobResult&jobId=f75d8ce8-1193-43bf-b171-f43d2534e6bc
> >>>>>&
> >>>>>r
> >>>>>e
> >>>>sponse=json&essionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316259092
> >>>>>2013-04-07 0:31:02,095 DEBUG [cloud.api.ApiSerlet]
> >>>>> (1161145101@qtp-1008805148-33:null) ===START===  127.0.0.1 -- GET
> >>>>>
> >>>>>command=queryAsyncJobResult&jobId=f75d8ce8-1193-43bf-b171-f43d2534e6bc
> >>>>>&
> >>>>>r
> >>>>>e
> >>>>>spne=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316262093
> >>>>> 2013-04-07 00:31:02,110 DEBUG [cloud.api.ApiServlet]
> >>>>> (1161145101@qtp-1008805148-33:null) ==END==  127.0.0.1 -- GET
> >>>>>
> >>>>>command=queryAsyncJobesult&jobId=f75d8ce8-1193-3bf-b171-f43d2534e6bc&r
> >>>>>e>>sponse=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=13653162620
> >>>>>9
> >>>>>3
> >>>>> 201-04-07 00:31:04,860 DEBUG [agent.manager.DirectAgentAttache]
> >>>>> (DirectAgent-145:null) Ping from 6
> >>>>> 2013-04-07 00:3105,99 DEBUG [cloud.api.ApiServlet]
> >>>>> (116115101@qtp-1008805148-33:null) ===START===  127.0.0.1 -- GE
> >>>>>
> >>>>>command=queryAsycJobResult&jobId=f75d8ce8-1193-4bf-b171-f43d2534e6bc&r
> >>>>>e
> >>>>>sponse=jsn&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316265096
> >>>>> 013-04-07 00:31:05,114 DEBUG [cloud.api.AiServlet]
> >>>>> (1161145101@qtp-1008805148-33:null) ==END===  127.0.0.1 -- GET
> >>>>>
> >>>>>command=queryAsyncJobResult&jobId=f75d8ce8-1193-43bf-b171-f43d2534e6bc
> >>>>>&
> >>>>>r
> >>>>>e
> >>>>>sponse=json&sessonkey=Z6QqzU0Fq1iT13bMgnRRflGoVA%3D&_=1365316265096
> >>>>> 2013-04-07 00:31:06,234 DEBUG [aet.anager.DirectAgentAttache]
> >>>>> (DirectAgent-372:null) Ping frm 5
> >>>>> 2013-04-07 00:31:06,909 DEBUG [agent.manage.DirectAgentAttache]
> >>>>> (DirectAgent-149:null) Seq 6-324993028: Executing request
> >>>>> 2013-04-07 00:31:07,239 DEBUG [agent.manager.DirectAgentAttache]
> >>>> (DirectAgent-149:null Seq 6-324993028: Response Received:
> >>>>> 2013-04-07 00:31:07,239 DEBUG [agent.transport.Request]
> >>>>> (DirectAgent-14:null) Seq 6-324993028: Processig:  { Ans: , MgmtId:
> >>>>>1,
> >>>>> va: 6, Ver: v1, Flags: 10,
> >>>>>
> >>>>>[{"CluterSyncAnswer":{"_clusterId":2,"_newStates":{},"_isExecuted":als
> >>>>>e
> >>>>>,"result":true,wait":0}}]
> >>>>> }
> >>>>> 2013-0-0 00:31:07,424 DEBUG [agent.manager.DirectAgentAttache]
> >>>>> (DirectAgen-37:null) Seq 6-324993303: Response Received:
> >>>> 2013-04-07 00:31:07,424 DEBUG [gent.trnsport.Rquest]
> >>>>> (DirectAgent-37:null) Seq 6-324993303: Processing:  { Ans: , MgmtId:
> >>>>>1,
> >>>>> via: 6, Ver: v1, Flags: 110,
> >>>>>
> >>>>>[{"Answer":{"result":true,"wait":0}},{"Answer":{"result":true,"wait":0
> >>>>>}
> >>>>>}
> >>>>>]
> >>>>> }
> >>>>> 2013-04-07 00:31:07,424 DEBUG [agent.transportRequest]
> >>>>> (Job-Executor-35:job-42) Seq 6-324993303: Received:  { Ans: , MgmId:
> >>>>>1,
> >>>>> vi: 6, Ver: v1, Flags: 110, { Answer, Answer } }
> >>>>> 2013-04-07 00:31:07,424 DEBUG [agent.maager.AgentAttache]
> >>>>> (DirectAgent-37:null) Seq 6-324993303: No more commands fond
> >>>>> 2013-04-07 00:31:07424 DEBUG [cloud.network.NetwrkManaerImpl]
> >>>>> (Job-Executor-35:job-42) Asking VpcVirtualRouter to prepare for
> >>>>> Nic[18-12-6416c373-20d8-4617-8dcb-30a8ff9d0f34-192.168.56.195]
> >>>>> 2013-04-07 00:31:07,424 WARN
> >>>>>[network.element.VpcVirtualRouterElement]
> >>>>> (Job-Executor-35:job-42) Network Ntwk[204|Guest|6] is not associated
> >>>>>with
> >>>>> any VPC
> >>>>> 201-04-07 0031:07,429 DEBUG [cloud.network.NetworkManagerImpl]
> >>>>> (Job-Executor-35:job-42) Asking NiciraNvp to prepare for
> >>>> Nic[18-12-6416c373-20d8-4617-8dcb-30a8ff9d0f34-192.168.56.195]
> >>>>> 2013-0-07 00:31:07,429 DEBUG [network.element.NiciraNvpElement
> >>>>> (ob-Executor-35:job-42) Checking if NiciraNvpElement can handle
> >>>>>service
> >>>>> Connectiity on network gustNetworkFrBasicZone
> >>>>> 2013-04-07 00:31:07,432 DEBUG [cloud.network.NetworkManagrIpl]
> >>>>> (Job-Executor-35:job-42) Asking JuniperSRX to prepare for
> >>>>> Nic[18-12-641c373-20d8-46178dcb-30a8ff9d0f34-192.68.56.195]
> >>>>> 2013-04-07 00:31:07,436DEBUG [cloud.networkNetwrkManagerImpl]
> >>>>> (Job-Executor-35:job-42) Asking Netscaler to prepare for
> >>>>> Nc[18-12-6416c373-20d8-4617-8dcb-308ff9d0f34192.168.56.195]
> >>>>> 201304-07 00:31:07,441 DEBUG [cloud.network.NetworkManagerImpl]
> >>>>> (Job-Executor-35:job-4) Asking F5BigIP to prepare for
> >>>>> Nic[18-12-6416c373-20d8-4617-8dcb-30a8ff9d0f34-192.168.56.195]
> >>>>> 2013-04-07 00:31:07,445 DEBUG [cloud.network.NetworkManagerImpl]
> >>>>> (Job-Executor-5:job-42) Asking CiscoNexus100vVSM to prepare for
> >>>>> Nic[18-12-6416c373-20d8-4617-8dcb-30a8ff9d0f34-192.168.56195]
> >>>> 2013-04-070:31:07,449 DEUG [cloud.storage.StorageMaagerImpl]
> >>>>> (Job-Executor-35:job-42) Checking if we need to prepare 1 volumes for
> >>>> VM[User|c18ddf7c-fc61-40b0-af75-fdef05f8eae6]
> >>>> 2013-04-07 00:317,451 DEBUG [cloud.storageStorageManagerImpl]
> >>>>> (Job-Executor-35:job42) Creating volume: Vol[12|vm=12|ROOT]
> >>>>> 2013-0-07 00:31:07,451 DEBUG [cloud.storage.StorageManagerImpl]
> >>>>> (Job-Executor-35:job-42) Trying to create in Pool[257|PreSetup]
> >>>>> 2013-04-07 00:31:07,459 DEBUG [loud.template.TemplateManagerImpl]
> >>>>> (Job-Executor-35:job-42) Downloading template 5 to pool 257
> >>>>> 2013-04-07 00:31:07,466 DEBUG [cloud.template.TemplateManagerImpl]
> >>>>> (Job-Executor-35:job-42) Downloading 5 via 5
> >>>>> 2013-04-07 00:31:07,470 DEBUG [agent.transport.Request]
> >>>>> (Job-Executor-35:job-2) Seq 5-614334809: Sending  { Cmd , MgmtI: 1,
> >>>>> via: 5, Ver: v1, Flags: 100111,
> >>>>>
> >>>>>[{"storage.PrimaryStorageDownloadComman":{"localPath":"/mnt/9a008517-e
> >>>>>3
> >>>>>2
> >>>>>1-37a0-a91-44695f9b6fe7","poolUuid":"iSCSI_SR_3","poolId":257,"primary
> >>>>>P
> >>>>>o
> >>>>>ol":{"id":257,"uuid":"iSCSI_SR_3","host":"192.168.56.9","path":"/iSCSI
> >>>>>_
> >>>>>S
> >>>>>R
> >>>>>_3","port":0,"type":"PreSetup"},"secondaryStorageUrl":"ns://192.168.56
> >>>>>.
> >>>>>1
> >>>>>0:
> >>>>>
> >>>>>/opt/sorage/secondary",primaryStorageUrl":nfs://
> 192.168.56.9/iSCSI_SR_
> >>>>>3
> >>>>>
> >>>>>","url":"nfs://192.168.56.10:
> /opt/storage/secondary/template/tmpl/1/5/
> >>>>>/
> >>>>>c
> >>>>>e
> >>>>>5b212e-215a-3461-94fb-814a6352215.vhd","format":"VHD","accountId":1,"n
> >>>>>a
> >>>>>m
> >>>>>e":"tiny>>> Linux","wait":10800}}] }
> >>>>> 2013-04-07 00:3107,470 DEBUG [agent.transportRequest]
> >>>>> (Job-Executor-35:job-42) Seq 5-614334809: Executing:  { Cm , MgmtId:
> >>>>>1
> >>>>> via: , Ver: v1, Flags: 100111,
> >>>>>
> >>>>>[{"storage.PrimaryStorageDownloadCommand":{"localPath":"/mnt/9a008517-
> >>>>>e
> >>>>>3
> >>>>>2
> >>>>>1-37a0-a941-44695f9b6fe7","pooUuid":"iSCSI_SR_3","polId":57,"primaryPo
> >>>>>l":{"id":257,"uuid":"iSCSI_SR_3","host":"192.168.56.9","path":"/iSCSI_
> >>>>>S
> >>>>>R
> >>>>>_3","port":0,"type":"PreSetup"},"secondaryStorageUrl":"nfs://192.168.5
> >>>>>6
> >>>>>.
> >>>>>1
> >>>>>0:
> >>>>>
> >>>>>/opt/storage/secondary","primaryStorageUr":"nfs://
> 192.168.56.9/iSSI_SR
> >>>>>_
> >>>>>3
> >>>>>
> >>>>>","url":"nfs://192.168.56.10:
> /opt/storage/secondary/template/tmpl/1///
> >>>>>c
> >>>>>e
> >>>>>5b212e-215a-3461-94fb-84a635b2215.vhd","format":"VHD","accountId":1,"n
> >>>>>a
> >>>>>m
> >>>>>e":"tiny
> >>>>> Linux","wait":10800}}] }
> >>>>> 2013-04-07 00:31:07,470 DEBUG [agnt.manager.DirectAgentAttache]
> >>>>> (DirectAgent-174:null) Seq 5-14334809: Executng request
> >>>>> 2013-04-07 00:31:08,097 DEBUG [cloud.api.ApiServlet]
> >>>>> (1161145101@qtp-10880518-33:null) ===START===  127.0.0.1 -- GET
> >>>>>
> >>>>>command=queryAsyncobReult&jobId=f75d8ce8-1193-43b-b171-f43d2534e6bc&r
> >>>>>e
> >>>>>sponse=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316268095
> >>>>> 2013-04-07 00:31:08,115 DEBUG [cloud.api.ApiServlet]
> >>>>> (116145101@qtp-1008805148-33:null) ===END===  127.0.0.1 - GET
> >>>>>
> >>>>>comand=queryAsyncJobResult&jobId=f75d8ce8-1193-43bf-b171-f43d2534e6bc&
> >>>>>r
> >>>>>e
> >>>>>sponse=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=136531626895
> >>>>> 2013-04-07 00:31:11,023 DEBUG [agent.manager.DirectAgentAttache]
> >>>>> (DirectAgent-309:nll) Seq 5-614334468: Executing request
> >>>>> 201-04-07 00:31:11,099 DEBUG [cloud.api.ApiServlet]
> >>>>> (1161145101@qtp-1008805148-33:null) ===START===  127.0.0.1 -- GET
> >>>>>
> >>>>>command=querAsyncJobResult&jobId=f75d8ce8-1193-43bf-b171-f43d2534e6bc&
> >>>>>r
> >>>>>e
> >>>>sponse=jsonsessionkeyZ6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316271096
> >>>>> 2013-04-07 00:31:11,121 DEBUG [cloud.api.ApiServlet]
> >>>>> (1161145101@qtp-1008805148-33:null) ===END===  127.0.0.1 -- GET
> >>>>>
> >>>>>command=queryAsyncJobResult&jobId=f75d8ce8-1193-43bf-b171-f43d2534e6bc
> >>>>>&
> >>>>>r
> >>>>>e
> >>>>>sponse=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316271096
> >>>>> 2013-04-07 00:31:11,363 DEBUG [aget.manager.DirectAgentAttache]
> >>>>> (DirectAgent-309:null) Seq 5-614334468: Response Received:
> >>>>> 2013-04-07 00:31:11,363 DEBUG [agent.transport.Request]
> >>>>> (DirectAgent-309:null) Seq 5-614334468: Processing:  { Ans: , MgmtId:
> >>>>>1,
> >>>>> via: 5, Ver: v1, Flags: 10, [{"Answer":{result":true,"wat":0}} }
> >>>>>2013-04-07 00:31:14,100 DEBUG [cloud.ai.ApiServlet]
> >>>>> (1161145101@qtp-1008805148-33:nll) ===START===  127.0.0.1 -- GET
> >>>>>
> >>>>>command=qeryAsyncJobResult&jobId=f75d8ce8-1193-43bf-b171-f43d253e6bc&r
> >>>>>e
> >>>>>sponse=json&sessinkey=Z6QqzU0Fq1iT13bMgnRRfl8oVA%3D&_=1365316274097
> >>>>> 2013-04-07 00:3:14,124 DEBUG [cloud.api.ApServlet]
> >>>>> (1161145101@qtp-1008805148-33:nll) ===END===  127.0.0.1 -- GET>>
> >>>>>ommand=queryAsyncJobResult&jobId=f75d8ce8-1193-43bf-b171-f43d2534e6bc&
> >>>>>e
> >>>>>sponse=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316274097
> >>>>> 2013-04-07 00:31:16,197 DEBUG [cloud.api.ApiServlet]
> >>>>> (1161145101@qtp-100880548-33:null) ===START===  127.0.0.1 -- GET
> >>>>
> >>>>>command=listVirtualMachines&response=json&sessionkey=Z6QqzU0Fq1iT13bMg
> >>>>>n
> >>>>>R
> >>>>>R
> >>>>>fl8GoVA%3D&listAll=true&pag=1&pagesize=20&_=1365316276194
> >>>>> 2013-04-7 00:31:16,219 DEBUG [cloud.api.ApiServlet]
> >>>>> (1161145101@qtp-1008805148-33:null) ===END===  127.0.0.1 - GET
> >>>>>
> >>>>>command=listVirtulMachies&response=json&sessionkey=Z6QqzU0FqiT13bMgnRR
> >>>>>fl8GoVA%3D&listAll=true&page=1&pagesize=20&_=136516276194
> >>>>> 2013-04-07 00:31:17,101 DEBUG [cloud.api.Apiervlet]
> >>>>> (1161145101@qtp-1008805148-33:null) ===START===  127.0.0.1 -- GET
> >>>>>
> >>>>>command=querAsyncJobResult&jobId=f75d8ce8-1193-43bf-b171-f43d2534e6bc&
> >>>>>r
> >>>>>e
> >>>>>sponse=json&sessiokey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316277098
> >>>>> 13-04-07 00:31:17,123 DEBUG [cloud.api.ApiServet]
> >>>>> (1161145101@qtp-1008805148-33:null) ===END===  127.0.0.1-- GET
> >>>>>
> >>>>>command=queryAsyncJobResult&jobId=f75d8ce8-1193-43bf-b171-f43d2534e6bc
> >>>>>&
> >>>>>r
> >>>>>e
> >>>>>sponse=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316277098
> >>>>> 2013-4-07 00:31:17,954 DEBUG [cloud.ai.ApiServlet]
> >>>>> (1161145101@qtp-1008805148-33:null) ===START===  17.0.0.1 -- GET
> >>>>>
> >>>>>command=lstVolumes&response=json&sessionkey=Z6QqzU0Fq1iT13bMnRfl8GoVA%
> >>>>>3D&listAll=true&page=1&pagesize=20&_=1365316277950
> >>>>> 2013-04-07 00:31:17,972 DEBUG [loud.api.ApiServlet]
> >>>>> (1161145101@qtp-1008805148-33:null) ===END===  27.0..1-- GET
> >>>>>
> >>>>>command=listVolumes&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8Go
> >>>>>V
> >>>>>A
> >>>>>%
> >>>>>3D&listAll=true&page=1&pagesize=20&_=135316277950
> >>>>> 2013-04-07 00:31:20,102 DEBUG [cloud.api.ApiServlet]
> >>>>> 1161145101@qtp1008805148-33:null) ===START===  127.0.0.1 -- GET
> >>>>>
> >>>>>command=queryAsyncJobResult&jobId=f75d8ce8-1193-43bf-b171-43d2534e6bc&
> >>>>>r
> >>>>>e
> >>>>>sponse=json&sessionkey=Z6QqU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316280099
> >>>>> 201304-07 00:31:20,118 DEBUG [cloud.api.ApiServlet]
> >>>>> (1161145101@qtp-1008805148-33null) ===END===  127.0.0.1 -- GET
> >>>>>
> >>>>>command=queryAsyncJbResult&jobId=f75d8ce8-1193-43bf-b11-f43d2534e6bc&r
> >>>>>e
> >>>>>sponse=json&sessionkey=Z6QqzU0Fq1iT13bMgnRfl8GoVA%3D&_=1365316280099
> >>>> 2013-04-07 00:31:2,454 DEBUG
> >>>>> [storage.secondary.SconaryStorageManagerImpl] (scstorage-1:null)
> >>>>>Zone 1
> >>>>> is ready to launch secondary storage VM
> >>>> 2013-04-07 00:31:20,558 DEBUG
> >>>>>[cloud.consoleproxy.ConsolePoxyManagerImpl]
> >>>>>(consoleproxy-1:null) Zone 1 is ready to launch console proxy
> >>>>> 2013-04-07 00:31:20,820 DEBUG
> >>>>> [network.router.VirtualNetworkApplianceManagerImpl]
> >>>>> (RouterStatusMonitor-1:null) Found routers to update status.
> >>>> 2013-04-0 00:31:20,821 DEBUG
> >>>>> [network.router.VirtualNetworkApplianceManagerImpl]
> >>>>> (RouterStatusMonitor-1:null) ound 0 networks to update RvR status.
> >>>>> 2013-04-07 00:31:20,82 DEBUG
> >>>>> [network.router.VirtuaNetworkApplianceManagerImpl]
> >>>>> (RouterStatusMontor-:null) Found 0 routers to update status.
> >>>>> 2013-04-07 0:31:20,853 DEBUG
> >>>>> [network.router.VirtualNetworkApplianceManagerImpl]
> >>>>> (RouterStatusMonitor-1:null) Found 0 netwoks to update RvR status.
> >>>>> 2013-04-07 00:31:21,075 DEBUG [cloud.api.ApiServlet]
> >>>>> (1161145101@qtp-1008805148-33:null) ===START===  127.0.0.1 -- GET
> >>>>>
> >>>>>commandlistVolumes&id=aed71ae1-732b-48d7-833f-e23287e2b2b9&response=js
> >>>>>o
> >>>>>n
> >>>>>&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316281073
> >>>>> 2013-04-07 00:31:21,097 DEBUG [cloud.api.ApiServlet]
> >>>>> (1161145101@qtp-100805148-33:null) ==END===  127.0.0.1 -- GET
> >>>>>
> >>>>>cmmand=listVolumes&id=aed71ae1-732b-48d7-833f-e23287e2b2b9&response=js
> >>>>>o
> >>>>>n
> >>>>>&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316281073
> >>>>> 2013-04-07 00:31:21,120 DEBUG [cloud.api.ApiServlet]
> >>>>> (1161145101@qtp-1008805148-33:null) ===START===  127.0.0.1 -- GET
> >>>>>
> >>>>>command=listTags&resonse=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3
> >>>>>D
> >>>>>&
> >>>>>resourceId=aed71ae1-732b-48d7-833f-e23287e2b2b9&resourceType=Volume&li
> >>>>>s
> >>>>>t
> >>>>>A
> >>>>>ll=true&_=136531628117
> >>>>> 2013-04-07 00:31:21,142 DEBUG [cloud.pi.ApiServlet]
> >>>>> (1161145101@qtp-1008805148-33:null) ===END===  127.0.0.1 - GE
> >>>>>
> >>>>>command=listTags&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%
> >>>>>3
> >>>>>D
> >>>>>&
> >>>>>resourceId=aed71ae1732b-48d7-833f-e232872b2b9&resourceType=Volume&list
> >>>>>A
> >>>>>ll=true&_=1365316281117
> >>>>> 2013-04-07 00:31:23,102DEBUG [cloud.api.ApiServlet]
> >>>>> (1161145101@qtp-100885148-33:null) ==START===  127.0.0.1 -- GET
> >>>>>
> >>>>>commandqueryAsyncJobResult&jobId=f75d8ce8-1193-43bf-b11-f43d2534e6bc&r
> >>>>>e
> >>>>>sponsejson&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316283100
> >>>>> 2013-04-07 00:31:23,122 EBUG [cloud.api.ApiServlet]
> >>>> (116145101@qtp-100880514-33:null) ===END===  127.0.0.1 -- GET
> >>>>>
> >>>>>command=queryAsyncJobResult&jobId=75d8ce8-1193-43bf-b171-f43d2534e6bc&
> >>>>>e
> >>>>>sponse=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316283100
> >>>>> 2013-04-07 00:3:24,894 DEBUG [agent.manager.AgentManagerImpl]
> >>>>> (AgentManager-Handler-9:null) Ping from 4
> >>>>> 2013-04-07 00:31:26,102 DEBUG [cloud.api.ApiServlet]
> >>>>> (1161145101@qtp-1008805148-33:null) ===START===  127.0.0.1 -- GET
> >>>>>
> >>>>>command=queryAsyncJobResult&jobId=f75d8ce8-1193-43bf-b171-f43d2534e6bc
> >>>>>&
> >>>>>r
> >>>>>e
> >>>>>sponse=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316286100
> >>>>> 2013-04-07 00:31:26,117 DEBUG [cloud.api.ApiServlet]
> >>>>> (1161145101@qtp-1008805148-33:null) ===END===  127.0.0.1 --GET
> >>>>>
> >>>>>command=queryAsyncJobResult&jbId=f75d8ce8-1193-43bf-b171-f43d2534e6bc&
> >>>>>r
> >>>>>e
> >>>>>spons=json&sessiony=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316286100
> >>>>> 2013-04-07 00:31:27,217 DEBUG [agent.manager.DirectAgentAttache]
> >>>>> (DirctAgen-164:null) Ping from 1
> >>>>> 2013-04-07 00:31:28,079 DEBUG [agent.manager.DirectAgentAttache]
> >>>>> (DirectAgent-174:null) Seq 5-614334809: Response Received:
> >>>>> 2013-04-07 00:31:28,079 DEBUG [agent.transport.equest]
> >>>>> (DirectAgent-174:null) Seq 5-614334809: Processing:  { Ans: , MgmtId
> >>>>>1,
> >>>>> via: 5, Ver: v1, Flags: 110,
> >>>>>
> >>>>>[{"storage.PrimaryStorageDownloadAnswer"{"installPath":"a8414926-81d6-
> >>>>>4
> >>>>>b
> >>>>>54-9b4b-feb498489df0","templateSize":54525952,"esult":true,"wait":0}}]
> >>>>> }
> >>>>> 2013-04-07 00:31:28,079 DEBUG [agent.transpot.Request]
> >>>>> (Job-Execur-35:jo-42) Seq -614334809: Received:   Ans: , MgmtId: 1,
> >>>>> via: 5, Ver: v1, Flgs: 110, { PrimaryStorageDownloadAnswer } }
> >>>>> 23-04-07 00:31:28,079 DEBUG [agent.mnager.AgentAttache]
> >>>>> (irectAgent-174:null) Seq 5-614334809: No more command found
> >>>>> 2013-04-07 00:31:28,081 EBUG [cloud.template.TemplateManagerImpl]
> >>>>> (Job-Executor-35:job-42) Template 5 is downloaded via 5
> >>>>> 2013-04-07 00:31:28,085 DEBUG [agent.tansport.Request]
> >>>>> (Job-Executor-35:job-42) Seq 5-614334810: ending  { Cmd , gmtId:
> >>>>>1,>>via:
> >>>>> 5, Ver: v1, Flags: 100111,
> >>>>>
> >>>>>[{"storage.CreateCommad":{"volId":12,"pool":{"id":257,"uuid":"iSCSI_S
> >>>>>R
> >>>>>_
> >>>>>3
> >>>>>","host":"192.168.56.9","path":"/iSCSI_SR_3","port":0,"type":"PreSetup
> >>>>>"
> >>>>>}
> >>>>>,
> >>>>>"diskCharacteritics":{"size":52428800,"tags":["iSCSI_SR_3"],"type":"RO
> >>>>>
> >>>>>>>>T
> >>>>>","name":"ROO-12","useLocalStorage":false,"recreatable":true,"diskOffe
> >>>>>r
> >>>>>i
> >>>>>ngId":37,"volumeId:12,"hyperType":"XenServer"},"templateUrl":"a841492
> >>>>>6
> >>>>>-
> >>>>>8
> >>>>>1d6-4b54-9b4b-feb498489df0","wait":0}}]
> >>>>> }
> >>>>> 2013-04-07 00:31:28,086 DEBUG [agent.ransport.Request]
> >>>>> (Job-Executor35:job-42) Se 5-614334810: Executing:  { Cmd , MgmtId:
> >>>>>1,
> >>>>> via: 5, Ver: v1, Flags: 100111,
> >>>>>
> >>>>>[{"storage.CreateComand":{"volId":12,"pool":{"id":257,"uuid":"iSCSI_SR
> >>>>>_
> >>>>>3
> >>>>>","host":"192.168.56.9","path":"/iSCSI_SR_3","port":0,"type":"PreSetup
> >>>>>"
> >>>>>}
> >>>>>,
> >>>>>"diskCharacteristics":{"size":52428800,"tags":["iSCSI_SR_3"],"type":"R
> >>>>>O
> >>>>>O
> >>>>>T
> >>>>>","name":"OOT-12","useLocalStorage":false,"recreatable":true,"diskOffe
> >>>>>r
> >>>>>i
> >>>>>ngId":37,"volumeId":12,"yperType":"Xenerver"}"templateUrl":"a8414926-
> >>>>>8
> >>>>>1d6-4b54-9b4b-feb498489df0","wait":0}}]
> >>>>> }
> >>>>> 2013-04-0700:31:28,086DEBUG [agent.manager.DirectAgentAttache]
> >>>>> (DirectAgent-327:null) Seq -614334810: Executing request
> >>>>> 2013-04-07 00:3:28,227 DEUG [xen.resource.CitrixResouceBase]
> >>>>> DirectAgent-327:null) SR retrieved for iSCSI_SR_3>> 2013-04-07
> >>>>>00:31:28,240 DEUG [xen.resource.CitrixResourceBase]
> >>>>> (DirectAgent-327:null) Checking iSCSI_SR_3 or SR
> >>>>> fe8ca696-22f5-ba1f-af68-7c3cf5a3cb39 on
> >>>>> XS[5e02c0-155d-432e-a20f-f8c600ef3ab7-192.168.5611]
> >>>>> 2013-04-07 00:31:29,095 DEBUG [agent.manager.DirectAentAttache]
> >>>>> (DirectAget-84:null) Seq 1-90046472: Executing request
> >>>>> 2013-04-07 00:31:29,106 DEBUG [cloud.api.ApiServlet]
> >>>>> (1161145101@qtp-100805148-33:null) ===START===  127.0.0.1 -- GET
> >>>>>
> >>>>>command=queryAsyncJobResult&jobId=f75d8ce8-193-43bf-b171-f43d2534e6bc&
> >>>>>r
> >>>>>e
> >>>>>sponse=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316289101
> >>>>> 2013-04-07 00:31:29,130 DEBUG [cloud.apiApiServlet]
> >>>>> (1161145101@qtp-100880518-33:null) ==END===  127.0.0.1 -- GET
> >>>>>
> >>>>>cmmand=queryAsyncJoResult&jobIdf75d8ce8-1193-43bf-b171-f43d2534e6bc&re
> >>>>>sponse=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316289101
> >>>>> 2013-04-07 00:31:29,687 DEBUG [agent.managr.DirectAgentAttache]
> >>>> (DirectAgent-84:null) Seq 1-90046472: Response Received:
> >>>>> 2013-04-07 00:31:29,688 DEBUG [agent.transport.Request]
> >>>>> (DirectAgent-84:null) Seq 1-90046472: Processing:  {Ans: , MgmtId: 1,
> >>>>>via:
> >>>>> 1, Ver: v1, Flags: 10,
> >>>>>
> >>>>>[{"ClusterSyncAnswer":{"_clsterId":1,"_newStates":{},"_isExecuted":fal
> >>>>>s
> >>>>>e
> >>>>>,"result":true,"wait":0}}]
> >>>>> }
> >>>>> 2013-04-07 00:31:30,685 DEBUG [xen.resource.CitrixResourceBase]
> >>>>> (DirectAgent-327:null) Succefully created VDI for
> >>>> com.cloudagent.api.storage.CreateCommand.  Uuid =
> >>>>> 40a39639-e8aa-45b5bfa1-91b68571d0c
> >>>>> 213-04-07 00:31:30,686 DEBUG [agent.manager.DirectAgentAttache]
> >>>>> (DirectAgent-327:null) Seq 5-614334810: Response Received:
> >>>>> 2013-04-07 00:31:30,686 DEBUG [aget.transport.Request]
> >>>>> (DirectAgent-327:null) Seq 5-614334810: Processing:  { Ans: , MgmtId:
> >>>>>1,
> >>>>> via: 5, Ver: v1, Flags: 110,
> >>>>>
> >>>>>[{"storage.CreateAnswer":{"volume":{"id":12,"name":"ROT-12","mountPoin
> >>>>>t
> >>>>>"
> >>>>>:"/iSCSI_SR_3","path":"40a39639-e8aa-45b5-bfa1-591b68571d0c","size":52
> >>>>>4
> >>>>>2
> >>>>>8
> >>>>>800,"type":"ROOT","storagePoolType":"PreSetup","storagePoolUuid":"iSCS
> >>>>>I
> >>>>>_
> >>>>>S>>>R_3","deviceId":0},"requestTemplateReload":false,"result":true,"wa
> >>>>>i
> >>>>>t":0}
> >>>>>}
> >>>>>]
> >>>>> }
> >>>>> 2013-04-07 00:31:30,686 DBUG [agent.transport.Request]
> >>>>> (Job-Executor-35:job-42) Seq 5-614334810: Received:  { Ans: , gmtId:
> >>>>1,
> >>>>> vi 5, Ver: v1, Flags: 110, { CreateAnswer } }
> >>>>> 2013-04-07 00:31:30,686 DEBG [agent.manager.AgentAttache]>>>
> >>>>>(DirectAgent-327:null) Seq 5-614334810: No mor commands found
> >>>>> 2013-04-07 00:31:30,689 DEBUG [loud.storage.StorageManagerImpl]
> >>>>> (Job-Executor-35:job-42)Volume Vol[12|vm=12|ROO] is created on
> >>>>> Pool[257|PreSetup]
> >>>>> 2013-04-07 00:31:30,705 DEBUG [agent.transport.Request]
> >>>> (Job-Executor-35:job-42) Seq 5-614334811: Sending  { Cmd , MgmtId: 1,
> >>>>>via:
> >>>> 5, Ver: v1, Flags:100111,
> >>>>>
> >>>>>[{"StartComman":{"vm":{"id":12,"nme":"i-2-12-VM","bootloader":"PyGrub"
> >>>>>,
> >>>>>>>"type":"User","cpus":1,"speed":100,"minRam":1073741824,"maxRam":1073
> >>>>>>>7
> >>>>>>>4
> >>>>>>>182
> >>>>>4,"arch":"x86_6","os":"entOS
> >>>>> 5.3
> >>>>>
> >>>>>(64-bit)","bootArgs":"","rebootOnCrash":false,enableHA":false,"limitCp
> >>>>>u
> >>>>>U
> >>>>>se":false,"vncPassword":"a0ed1e002d55dc0b","params":{},"uuid":"c18ddf7
> >>>>>c
> >>>>>-
> >>>>>f
> >>>>>c61-40b0-af75-fdef05f8eae6",disks":[{"d":12,"name":"ROOT-12","mountPoi
> >>>>>n
> >>>>>t":"/iSSI_SR_3","path":"40a39639-e8aa-45b5-bfa1-591b6857d0c","size":52
> >>>>>4
> >>>>>28800,"type":"ROOT","storagePoolType":"PreSetup","stoagePoolUuid":"iSC
> >>>>>S
> >>>>>
> >>>>>_SR_3","deviceId":0},{"id":12,"name":"tiny
> >>>>>
> >>>>>Linux","size":0,"type":"ISO","storagePoolType":"ISO","deviceId":3],"ni
> >>>>>s
> >>>>>":[{"deviceId":0,"networkRateMbps":200,"defaultNic":true,"uuid""70472c
> >>>>>4
> >>>>>3
> >>>>>-4913-4e0a-8e1d-87b030404b0a","ip":"192.168.56.195","netmask":"255.255
> >>>>>.
> >>>>>2
> >>>>>5
> >>>>5.0","gateway":"192.168.56.1","mac":"06:c8:0e:00:00:75","dns1":"8.8.8.8
> >>>>"
> >>>>>,
> >>>>>"dns2":"4.4.4.4","broadcastType":"Native","type":"Guest","broadcastUri
> >>>>>"
> >>>>>:
> >>>>>"
> >>>>>vlan://untagged","isolationUri":"ec2://untagged","isSecurityGroupEnabl
> >>>>>e
> >>>>>d
> >>>>>"
> >>>>>:true}]},"hostIp":"12.168.56.11","wait":0}}]
> >>>>> }
> >>>>> 201-04-07 00:31:30,705 DEBUG [agent.transpot.Request]
> >>>>> (Job-Executor-35:job-42) Seq 5-614334811: Executing:  { Cmd , MgmtId:
> >>>>>1,
> >>>>> via: 5 Ver: v1, Flags: 100111,
> >>>>>
> >>>>>[{"StartCommand":{"vm":{"id":12,"name":"i-2-12-VM""bootloader":"PyGrub
> >>>>>"
> >>>>>,
> >>>>>"type":"User","cpus":1,"speed":100,"minRam":1073741824,"maxRam":107371
> >>>>>8
> >>>>>2
> >>>>>4,"arch":"x86_64","os":"CentOS
> >>>>> 5.3
> >>>>>
> >>>>>(64-bit)","bootArgs":"""rebootOnCrash":false,"enableHA":false,"limitCp
> >>>>>u
> >>>>>U
> >>>>>se":false,"vncPassword":"a0ed1e002d55dc0b","params":{},"uuid":"c18ddf7
> >>>>>c
> >>>>>-
> >>>>>f
> >>>>>c61-40b0-af75-fdef05f8eae6","disks":[{"id":12,"ame":"ROOT-12","mountPo
> >>>>>i
> >>>>>n
> >>>>>t":"/iSCSI_SR_3,"path":"40a39639-e8aa-45b5-bfa1-591b68571d0c","size":5
> >>>>>2
> >>>>>4
> >>>>>28800,"type":"ROOT","storagePoolType":"PreSetup","storagePoolUuid":"iS
> >>>>>C
> >>>>>S
> >>>>>I
> >>>>>_SR_3","deviceId":0},{"id":12,"name":"tiny
> >>>>>
> >>>>>Linux","size":0,"type":"ISO","soragePoolType":"ISO","deviceId":3}],"ni
> >>>>>c
> >>>>>s
> >>>>>":[{"devicId":0,"netwrkRateMbps"200,"defaultNic":true,"uuid":"70472c43
> >>>>>-4913-4e0a-8e1d-87b030404b0a","ip":"192.168.56.195","netmask":"255.255
> >>>>>.
> >>>>>2
> >>>>>5
> >>>>>5.0","gatewy":"192.168.56.1","mac":"06:c8:0e:00:00:75","dns1":"8.8.8.8
> >>>>>"
> >>>>>,
> >>>>>"dns2":"4.4.4.4","broadcastType":"Native","type":"Guest","broadcastUri
> >>>>>"
> >>>>>:
> >>>>>"
> >>>>>vlan://untagged","isolationUri":"ec2://untagged","isSecurityGroupEnale
> >>>>>d
> >>>>>"
> >>>>>:true}]},"hostIp:"192.168.56.11","wait":0}}]
> >>>>> }
> >>>>> 2013-04-07 00:31:30,705 DEBUG [agent.manager.DirectAgentAttache]
> >>>>> (DirectAgent-265:null) Seq 5-614334811: Executing request
> >>>>> 2013-04-07 00:31:30,848 DEBUG [xen.resource.CitrixResourceBase]
> >>>>> (DirectAgent-265:null) 1. The VM i-2-12-VM is in Starting state.
> >>>>> 2013-04-07 00:31:30,907 DEBUG [xen.resource.XenServer56FP1Resource]
> >>>>> (DirectAgent-2:null) Created VM 6b192a90-bce6-7347-f184-d5b8538647a
> >>>>>for
> >>>>> i-2-12-VM
> >>>>> 2013-04-07 00:31:30,959 DEBUG [xen.resource.CitrixResourceBase]
> >>>>> (DirectAgent-265:null) VBD 9ea8a64a-9d04-76df-9d8b-103371b21d86
> >>>>>created
> >>>>>for
> >>>> Vol[12|ROOT|40a39639-e8aa-45b5-bfa1-591b68571d0c|52428800]
> >>>>> 2013-04-07 00:31:30,985 DEBUG [xen.resource.CitrixResourceBase]
> >>>>> (DirectAgent-265:null) VBD 0fb43cee-0512-beed-5d24-a33a2ceceeda
> >>>>>created
> >>>>>for
> >>>>> Vol[12|ISO|null|0]
> >>>>> 2013-04-07 00:31:30,985 DEBUG [xen.resource.CitrixResourceBase]
> >>>>> (DirectAgent-265:null) Creating VIF for i-2-12-VM on nic
> >>>>> [Nic:Guest-192.168.56.195-vlan://untagged]
> >>>>> 2013-04-07 00:31:31,037 DEBUG [xen.resource.CitrixResourceBase]
> >>>>> (DirectAgent-265:null) Created a vif
> >>>>>adbeb814-7d38-1fda-1bdb-b6850c7cb342
> >>>>> on 0
> >>>>> 2013-04-07 00:31:32,105 DEBUG [cloud.api.ApiServlet]
> >>>>> (1161145101@qtp-1008805148-33:null) ===START===  127.0.0.1 -- GET
> >>>>>
> >>>>>command=queryAsyncJobResult&jobId=f75d8ce8-1193-43bf-b171-f43d2534e6bc
> >>>>>&
> >>>>>r
> >>>>>e
> >>>>>sponse=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316292102
> >>>>> 2013-04-07 00:31:32,122 DEBUG [cloud.api.ApiServlet]
> >>>>> (1161145101@qtp-1008805148-33:null) ===END===  127.0.0.1 -- GET
> >>>>>
> >>>>>command=queryAsyncJobResult&jobId=f75d8ce8-1193-43bf-b171-f43d2534e6bc
> >>>>>&
> >>>>>r
> >>>>>e
> >>>>>sponse=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316292102
> >>>>> 2013-04-07 00:31:35,106 DEBUG [cloud.api.ApiServlet]
> >>>>> (1161145101@qtp-1008805148-33:null) ===START===  127.0.0.1 -- GET
> >>>>>
> >>>>>command=queryAsyncJobResult&jobId=f75d8ce8-1193-43bf-b171-f43d2534e6bc
> >>>>>&
> >>>>>r
> >>>>>e
> >>>>>sponse=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316295103
> >>>>> 2013-04-07 00:31:35,125 DEBUG [cloud.api.ApiServlet]
> >>>>> (1161145101@qtp-1008805148-33:null) ===END===  127.0.0.1 -- GET
> >>>>>
> >>>>>command=queryAsyncJobResult&jobId=f75d8ce8-1193-43bf-b171-f43d2534e6bc
> >>>>>&
> >>>>>r
> >>>>>e
> >>>>>sponse=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316295103
> >>>>> 2013-04-07 00:31:38,106 DEBUG [cloud.api.ApiServlet]
> >>>>> (1161145101@qtp-1008805148-33:null) ===START===  127.0.0.1 -- GET
> >>>>>
> >>>>>command=queryAsyncJobResult&jobId=f75d8ce8-1193-43bf-b171-f43d2534e6bc
> >>>>>&
> >>>>>r
> >>>>>e
> >>>>>sponse=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316298104
> >>>>> 2013-04-07 00:31:38,126 DEBUG [cloud.api.ApiServlet]
> >>>>> (1161145101@qtp-1008805148-33:null) ===END===  127.0.0.1 -- GET
> >>>>>
> >>>>>command=queryAsyncJobResult&jobId=f75d8ce8-1193-43bf-b171-f43d2534e6bc
> >>>>>&
> >>>>>r
> >>>>>e
> >>>>>sponse=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316298104
> >>>>> 2013-04-07 00:31:41,108 DEBUG [cloud.api.ApiServlet]
> >>>>> (1161145101@qtp-1008805148-33:null) ===START===  127.0.0.1 -- GET
> >>>>>
> >>>>>command=queryAsyncJobResult&jobId=f75d8ce8-1193-43bf-b171-f43d2534e6bc
> >>>>>&
> >>>>>r
> >>>>>e
> >>>>>sponse=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316301106
> >>>>> 2013-04-07 00:31:41,133 DEBUG [cloud.api.ApiServlet]
> >>>>> (1161145101@qtp-1008805148-33:null) ===END===  127.0.0.1 -- GET
> >>>>>
> >>>>>command=queryAsyncJobResult&jobId=f75d8ce8-1193-43bf-b171-f43d2534e6bc
> >>>>>&
> >>>>>r
> >>>>>e
> >>>>>sponse=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316301106
> >>>>> 2013-04-07 00:31:43,708 INFO  [xen.resource.CitrixResourceBase]
> >>>>> (DirectAgent-265:null) Programmed default network rules for i-2-12-VM
> >>>>>on
> >>>>> nic with ip:192.168.56.195 mac:06:c8:0e:00:00:75
> >>>>> 2013-04-07 00:31:43,708 DEBUG [xen.resource.CitrixResourceBase]
> >>>>> (DirectAgent-265:null) 2. The VM i-2-12-VM is in Running state.
> >>>>> 2013-04-07 00:31:43,708 DEBUG [agent.manager.DirectAgentAttache]
> >>>>> (DirectAgent-265:null) Seq 5-614334811: Response Received:
> >>>>> 2013-04-07 00:31:43,709 DEBUG [agent.transport.Request]
> >>>>> (DirectAgent-265:null) Seq 5-614334811: Processing:  { Ans: , MgmtId:
> >>>>>1,
> >>>>> via: 5, Ver: v1, Flags: 110,
> >>>>>
> >>>>>[{"StartAnswer":{"vm":{"id":12,"name":"i-2-12-VM","bootloader":"PyGrub
> >>>>>"
> >>>>>,
> >>>>>"
> >>>>>type":"User","cpus":1,"speed":100,"minRam":1073741824,"maxRam":1073741
> >>>>>8
> >>>>>2
> >>>>>4
> >>>>>,"arch":"x86_64","os":"CentOS
> >>>>> 5.3
> >>>>>
> >>>>>(64-bit)","bootArgs":"","rebootOnCrash":false,"enableHA":false,"limitC
> >>>>>p
> >>>>>u
> >>>>>U
> >>>>>se":false,"vncPassword":"a0ed1e002d55dc0b","params":{},"uuid":"c18ddf7
> >>>>>c
> >>>>>-
> >>>>>f
> >>>>>c61-40b0-af75-fdef05f8eae6","disks":[{"id":12,"name":"ROOT-12","mountP
> >>>>>o
> >>>>>i
> >>>>>n
> >>>>>t":"/iSCSI_SR_3","path":"40a39639-e8aa-45b5-bfa1-591b68571d0c","size":
> >>>>>5
> >>>>>2
> >>>>>4
> >>>>>28800,"type":"ROOT","storagePoolType":"PreSetup","storagePoolUuid":"iS
> >>>>>C
> >>>>>S
> >>>>>I
> >>>>>_SR_3","deviceId":0},{"id":12,"name":"tiny
> >>>>>
> >>>>>Linux","size":0,"type":"ISO","storagePoolType":"ISO","deviceId":3}],"n
> >>>>>i
> >>>>>c
> >>>>>s
> >>>>>":[{"deviceId":0,"networkRateMbps":200,"defaultNic":true,"uuid":"70472
> >>>>>c
> >>>>>4
> >>>>>3
> >>>>>-4913-4e0a-8e1d-87b030404b0a","ip":"192.168.56.195","netmask":"255.255
> >>>>>.
> >>>>>2
> >>>>>5
> >>>>>5.0","gateway":"192.168.56.1","mac":"06:c8:0e:00:00:75","dns1":"8.8.8.
> >>>>>8
> >>>>>"
> >>>>>,
> >>>>>"dns2":"4.4.4.4","broadcastType":"Native","type":"Guest","broadcastUri
> >>>>>"
> >>>>>:
> >>>>>"
> >>>>>vlan://untagged","isolationUri":"ec2://untagged","isSecurityGroupEnabl
> >>>>>e
> >>>>>d
> >>>>>"
> >>>>>:true}]},"result":true,"wait":0}}]
> >>>>> }
> >>>>> 2013-04-07 00:31:43,709 DEBUG [agent.transport.Request]
> >>>>> (Job-Executor-35:job-42) Seq 5-614334811: Received:  { Ans: , MgmtId:
> >>>>>1,
> >>>>> via: 5, Ver: v1, Flags: 110, { StartAnswer } }
> >>>>> 2013-04-07 00:31:43,709 DEBUG [agent.manager.AgentAttache]
> >>>>> (DirectAgent-265:null) Seq 5-614334811: No more commands found
> >>>>> 2013-04-07 00:31:43,763 DEBUG
> >>>>>[network.security.SecurityGroupManagerImpl]
> >>>>> (Job-Executor-35:job-42) Security Group Mgr v2: scheduling ruleset
> >>>>>updates
> >>>>> for 1 vms  (unique=1), current queue size=0
> >>>>> 2013-04-07 00:31:43,765 DEBUG
> >>>>>[network.security.SecurityGroupManagerImpl]
> >>>>> (Job-Executor-35:job-42) Security Group Mgr v2: done scheduling
> >>>>>ruleset
> >>>>> updates for 1 vms: num new jobs=1 num rows insert or updated=1 time
> >>>>>taken=2
> >>>>> 2013-04-07 00:31:43,769 DEBUG [cloud.capacity.CapacityManagerImpl]
> >>>>> (Job-Executor-35:job-42) VM state transitted from :Starting to
> >>>>>Running
> >>>>>with
> >>>>> event: OperationSucceededvm's original host id: 5 new host id: 5 host
> >>>>>id
> >>>>> before state transition: 5
> >>>>> 2013-04-07 00:31:43,769 DEBUG [cloud.vm.VirtualMachineManagerImpl]
> >>>>> (Job-Executor-35:job-42) Start completed for VM
> >>>>> VM[User|c18ddf7c-fc61-40b0-af75-fdef05f8eae6]
> >>>>> 2013-04-07 00:31:43,773 DEBUG
> >>>>>[network.security.SecurityGroupManagerImpl]
> >>>>> (SecGrp-Worker-3:null) SecurityGroupManager v2: sending ruleset
> >>>>>update
> >>>>>for
> >>>>> vm i-2-12-VM:ingress num rules=0:egress num rules=0 num cidrs=0
> >>>>> sig=d41d8cd98f00b204e9800998ecf8427e
> >>>>> 2013-04-07 00:31:43,777 DEBUG [cloud.async.AsyncJobManagerImpl]
> >>>>> (Job-Executor-35:job-42) Complete async job-42, jobStatus: 1,
> >>>>>resultCode:
> >>>>> 0, result: org.apache.cloudstack.api.response.UserVmResponse@d9c5b6f
> >>>>> 2013-04-07 00:31:43,782 DEBUG [cloud.async.AsyncJobManagerImpl]
> >>>>> (Job-Executor-35:job-42) Done executing
> >>>>> org.apache.cloudstack.api.command.user.vm.DeployVMCmd for job-42
> >>>>> 2013-04-07 00:31:43,796 DEBUG [agent.transport.Request]
> >>>>> (SecGrp-Worker-3:null) Seq 5-614334812: Sending  { Cmd , MgmtId: 1,
> >>>>>via: 5,
> >>>>> Ver: v1, Flags: 100111,
> >>>>>
> >>>>>[{"SecurityGroupRulesCmd":{"guestIp":"192.168.56.195","vmName":"i-2-12
> >>>>>-
> >>>>>V
> >>>>>M
> >>>>>","guestMac":"06:c8:0e:00:00:75","signature":"d41d8cd98f00b204e9800998
> >>>>>e
> >>>>>c
> >>>>>f
> >>>>>8427e","seqNum":1,"vmId":12,"msId":1,"ingressRuleSet":[],"egressRuleSe
> >>>>>t
> >>>>>"
> >>>>>:
> >>>>>[],"wait":0}}]
> >>>>> }
> >>>>> 2013-04-07 00:31:43,796 DEBUG [agent.transport.Request]
> >>>>> (SecGrp-Worker-3:null) Seq 5-614334812: Executing:  { Cmd , MgmtId:
> >>>>>1,
> >>>>>via:
> >>>>> 5, Ver: v1, Flags: 100111,
> >>>>>
> >>>>>[{"SecurityGroupRulesCmd":{"guestIp":"192.168.56.195","vmName":"i-2-12
> >>>>>-
> >>>>>V
> >>>>>M
> >>>>>","guestMac":"06:c8:0e:00:00:75","signature":"d41d8cd98f00b204e9800998
> >>>>>e
> >>>>>c
> >>>>>f
> >>>>>8427e","seqNum":1,"vmId":12,"msId":1,"ingressRuleSet":[],"egressRuleSe
> >>>>>t
> >>>>>"
> >>>>>:
> >>>>>[],"wait":0}}]
> >>>>> }
> >>>>> 2013-04-07 00:31:43,796 DEBUG [agent.manager.DirectAgentAttache]
> >>>>> (DirectAgent-77:null) Seq 5-614334812: Executing request
> >>>>> 2013-04-07 00:31:44,109 DEBUG [cloud.api.ApiServlet]
> >>>>> (1161145101@qtp-1008805148-33:null) ===START===  127.0.0.1 -- GET
> >>>>>
> >>>>>command=queryAsyncJobResult&jobId=f75d8ce8-1193-43bf-b171-f43d2534e6bc
> >>>>>&
> >>>>>r
> >>>>>e
> >>>>>sponse=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316304106
> >>>>> 2013-04-07 00:31:44,122 DEBUG [cloud.async.AsyncJobManagerImpl]
> >>>>> (1161145101@qtp-1008805148-33:null) Async job-42 completed
> >>>>> 2013-04-07 00:31:44,131 DEBUG [cloud.api.ApiServlet]
> >>>>> (1161145101@qtp-1008805148-33:null) ===END===  127.0.0.1 -- GET
> >>>>>
> >>>>>command=queryAsyncJobResult&jobId=f75d8ce8-1193-43bf-b171-f43d2534e6bc
> >>>>>&
> >>>>>r
> >>>>>e
> >>>>>sponse=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316304106
> >>>>> 2013-04-07 00:31:44,351 INFO  [xen.resource.CitrixResourceBase]
> >>>>> (DirectAgent-77:null) Programmed network rules for vm i-2-12-VM
> >>>>> guestIp=192.168.56.195, ingress numrules=0, egress numrules=0
> >>>>> 2013-04-07 00:31:44,351 DEBUG [agent.manager.DirectAgentAttache]
> >>>>> (DirectAgent-77:null) Seq 5-614334812: Response Received:
> >>>>> 2013-04-07 00:31:44,352 DEBUG [agent.transport.Request]
> >>>>> (DirectAgent-77:null) Seq 5-614334812: Processing:  { Ans: , MgmtId:
> >>>>>1,
> >>>>> via: 5, Ver: v1, Flags: 110,
> >>>>>
> >>>>>[{"SecurityGroupRuleAnswer":{"logSequenceNumber":1,"vmId":12,"reason":
> >>>>>"
> >>>>>N
> >>>>>O
> >>>>>NE","result":true,"wait":0}}]
> >>>>> }
> >>>>> 2013-04-07 00:31:44,353 DEBUG
> >>>>>[network.security.SecurityGroupListener]
> >>>>> (DirectAgent-77:null) Successfully programmed rule
> >>>>> com.cloud.agent.api.SecurityGroupRuleAnswer into host 5
> >>>>> 2013-04-07 00:31:44,357 DEBUG
> >>>>>[network.security.SecurityGroupListener]
> >>>>> (DirectAgent-77:null) Successfully programmed rule
> >>>>> com.cloud.agent.api.SecurityGroupRuleAnswer into host 5
> >>>>> 2013-04-07 00:31:44,359 DEBUG [agent.manager.AgentAttache]
> >>>>> (DirectAgent-77:null) Seq 5-614334812: No more commands found
> >>>>> 2013-04-07 00:31:47,679 DEBUG [agent.manager.AgentManagerImpl]
> >>>>> (AgentManager-Handler-10:null) Ping from 3
> >>>>> 2013-04-07 00:31:50,451 DEBUG
> >>>>> [storage.secondary.SecondaryStorageManagerImpl] (secstorage-1:null)
> >>>>>Zone 1
> >>>>> is ready to launch secondary storage VM
> >>>>> 2013-04-07 00:31:50,553 DEBUG
> >>>>>[cloud.consoleproxy.ConsoleProxyManagerImpl]
> >>>>> (consoleproxy-1:null) Zone 1 is ready to launch console proxy
> >>>>> 2013-04-07 00:31:50,819 DEBUG
> >>>>> [network.router.VirtualNetworkApplianceManagerImpl]
> >>>>> (RouterStatusMonitor-1:null) Found 0 routers to update status.
> >>>>> 2013-04-07 00:31:50,820 DEBUG
> >>>>> [network.router.VirtualNetworkApplianceManagerImpl]
> >>>>> (RouterStatusMonitor-1:null) Found 0 networks to update RvR status.
> >>>>> 2013-04-07 00:31:50,851 DEBUG
> >>>>> [network.router.VirtualNetworkApplianceManagerImpl]
> >>>>> (RouterStatusMonitor-1:null) Found 0 routers to update status.
> >>>>> 2013-04-07 00:31:50,852 DEBUG
> >>>>> [network.router.VirtualNetworkApplianceManagerImpl]
> >>>>> (RouterStatusMonitor-1:null) Found 0 networks to update RvR status.
> >>>>> 2013-04-07 00:31:51,459 INFO  [agent.manager.AgentMonitor]
> >>>>> (Thread-11:null) Found the following agents behind on ping: [6, 5]
> >>>>> 2013-04-07 00:31:51,460 DEBUG [cloud.host.Status] (Thread-11:null)
> >>>>>Ping
> >>>>> timeout for host 6, do invstigation
> >>>>> 2013-04-07 00:31:51,461 DEBUG [cloud.host.Status] (Thread-11:null)
> >>>>>Ping
> >>>>> timeout for host 5, do invstigation
> >>>>> 2013-04-07 00:31:51,462 INFO  [agent.manager.AgentManagerImpl]
> >>>>> (AgentTaskPool-2:null) Investigating why host 6 has disconnected with
> >>>>>event
> >>>>> PingTimeout
> >>>>> 2013-04-07 00:31:51,462 DEBUG [agent.manager.AgentManagerImpl]
> >>>>> (AgentTaskPool-2:null) checking if agent (6) is alive
> >>>>> 2013-04-07 00:31:51,463 INFO  [agent.manager.AgentManagerImpl]
> >>>>> (AgentTaskPool-14:null) Investigating why host 5 has disconnected
> >>>>>with
> >>>>> event PingTimeout
> >>>>> 2013-04-07 00:31:51,463 DEBUG [agent.manager.AgentManagerImpl]
> >>>>> (AgentTaskPool-14:null) checking if agent (5) is alive
> >>>>> 2013-04-07 00:31:51,465 DEBUG [agent.transport.Request]
> >>>>> (AgentTaskPool-2:null) Seq 6-324993304: Sending  { Cmd , MgmtId: 1,
> >>>>>via: 6,
> >>>>> Ver: v1, Flags: 100011, [{"CheckHealthCommand":{"wait":50}}] }
> >>>>> 2013-04-07 00:31:51,465 DEBUG [agent.transport.Request]
> >>>>> (AgentTaskPool-2:null) Seq 6-324993304: Executing:  { Cmd , MgmtId:
> >>>>>1,
> >>>>>via:
> >>>>> 6, Ver: v1, Flags: 100011, [{"CheckHealthCommand":{"wait":50}}] }
> >>>>> 2013-04-07 00:31:51,465 DEBUG [agent.manager.DirectAgentAttache]
> >>>>> (DirectAgent-151:null) Seq 6-324993304: Executing request
> >>>>> 2013-04-07 00:31:51,466 DEBUG [agent.transport.Request]
> >>>>> (AgentTaskPool-14:null) Seq 5-614334813: Sending  { Cmd , MgmtId: 1,
> >>>>>via:
> >>>>> 5, Ver: v1, Flags: 100011, [{"CheckHealthCommand":{"wait":50}}] }
> >>>>> 2013-04-07 00:31:51,467 DEBUG [agent.transport.Request]
> >>>>> (AgentTaskPool-14:null) Seq 5-614334813: Executing:  { Cmd , MgmtId:
> >>>>>1,
> >>>>> via: 5, Ver: v1, Flags: 100011, [{"CheckHealthCommand":{"wait":50}}]
> >>>>>}
> >>>>> 2013-04-07 00:31:51,467 DEBUG [agent.manager.DirectAgentAttache]
> >>>>> (DirectAgent-113:null) Seq 5-614334813: Executing request
> >>>>> 2013-04-07 00:31:51,525 DEBUG [agent.manager.DirectAgentAttache]
> >>>>> (DirectAgent-151:null) Seq 6-324993304: Response Received:
> >>>>> 2013-04-07 00:31:51,525 DEBUG [agent.transport.Request]
> >>>>> (DirectAgent-151:null) Seq 6-324993304: Processing:  { Ans: , MgmtId:
> >>>>>1,
> >>>>> via: 6, Ver: v1, Flags: 10,
> >>>>> [{"CheckHealthAnswer":{"result":true,"details":"resource is
> >>>>> alive","wait":0}}] }
> >>>>> 2013-04-07 00:31:51,526 DEBUG [agent.transport.Request]
> >>>>> (AgentTaskPool-2:null) Seq 6-324993304: Received:  { Ans: , MgmtId:
> >>>>>1,
> >>>>>via:
> >>>>> 6, Ver: v1, Flags: 10, { CheckHealthAnswer } }
> >>>>> 2013-04-07 00:31:51,526 DEBUG [agent.manager.AgentManagerImpl]
> >>>>> (AgentTaskPool-2:null) Details from executing class
> >>>>> com.cloud.agent.api.CheckHealthCommand: resource is alive
> >>>>> 2013-04-07 00:31:51,526 DEBUG [agent.manager.AgentManagerImpl]
> >>>>> (AgentTaskPool-2:null) agent (6) responded to checkHeathCommand,
> >>>>>reporting
> >>>>> that agent is Up
> >>>>> 2013-04-07 00:31:51,526 INFO  [agent.manager.AgentManagerImpl]
> >>>>> (AgentTaskPool-2:null) The state determined is Up
> >>>>> 2013-04-07 00:31:51,526 INFO  [agent.manager.AgentManagerImpl]
> >>>>> (AgentTaskPool-2:null) Agent is determined to be up and running
> >>>>> 2013-04-07 00:31:51,526 DEBUG [cloud.host.Status]
> >>>>>(AgentTaskPool-2:null)
> >>>>> Transition:[Resource state = Enabled, Agent event = Ping, Host id =
> >>>>>6,
> >>>>>name
> >>>>> = Tut-XenServer]
> >>>>> 2013-04-07 00:31:51,529 DEBUG [agent.manager.DirectAgentAttache]
> >>>>> (DirectAgent-113:null) Seq 5-614334813: Response Received:
> >>>>> 2013-04-07 00:31:51,529 DEBUG [agent.transport.Request]
> >>>>> (DirectAgent-113:null) Seq 5-614334813: Processing:  { Ans: , MgmtId:
> >>>>>1,
> >>>>> via: 5, Ver: v1, Flags: 10,
> >>>>> [{"CheckHealthAnswer":{"result":true,"details":"resource is
> >>>>> alive","wait":0}}] }
> >>>>> 2013-04-07 00:31:51,529 DEBUG [agent.transport.Request]
> >>>>> (AgentTaskPool-14:null) Seq 5-614334813: Received:  { Ans: , MgmtId:
> >>>>>1,
> >>>>> via: 5, Ver: v1, Flags: 10, { CheckHealthAnswer } }
> >>>>> 2013-04-07 00:31:51,529 DEBUG [agent.manager.AgentManagerImpl]
> >>>>> (AgentTaskPool-14:null) Details from executing class
> >>>>> com.cloud.agent.api.CheckHealthCommand: resource is alive
> >>>>> 2013-04-07 00:31:51,529 DEBUG [agent.manager.AgentManagerImpl]
> >>>>> (AgentTaskPool-14:null) agent (5) responded to checkHeathCommand,
> >>>>>reporting
> >>>>> that agent is Up
> >>>>> 2013-04-07 00:31:51,529 INFO  [agent.manager.AgentManagerImpl]
> >>>>> (AgentTaskPool-14:null) The state determined is Up
> >>>>> 2013-04-07 00:31:51,529 INFO  [agent.manager.AgentManagerImpl]
> >>>>> (AgentTaskPool-14:null) Agent is determined to be up and running
> >>>>> 2013-04-07 00:31:51,530 DEBUG [cloud.host.Status]
> >>>>>(AgentTaskPool-2:null)
> >>>>> Agent status update: [id = 6; name = Tut-XenServer; old status = Up;
> >>>>>event
> >>>>> = Ping; new status = Up; old update count = 308; new update count =
> >>>>>309]
> >>>>> 2013-04-07 00:31:51,530 DEBUG [cloud.host.Status]
> >>>>>(AgentTaskPool-14:null)
> >>>>> Transition:[Resource state = Enabled, Agent event = Ping, Host id =
> >>>>>5,
> >>>>>name
> >>>>> = Tut-XenServer2]
> >>>>> 2013-04-07 00:31:51,533 DEBUG [cloud.host.Status]
> >>>>>(AgentTaskPool-14:null)
> >>>>> Agent status update: [id = 5; name = Tut-XenServer2; old status = Up;
> >>>>>event
> >>>>> = Ping; new status = Up; old update count = 145; new update count =
> >>>>>146]
> >>>>> 2013-04-07 00:31:58,908 DEBUG [cloud.api.ApiServlet]
> >>>>> (1161145101@qtp-1008805148-33:null) ===START===  127.0.0.1 -- GET
> >>>>>
> >>>>>command=listVirtualMachines&response=json&sessionkey=Z6QqzU0Fq1iT13bMg
> >>>>>n
> >>>>>R
> >>>>>R
> >>>>>fl8GoVA%3D&listAll=true&page=1&pagesize=20&_=1365316318906
> >>>>> 2013-04-07 00:31:58,925 DEBUG [cloud.api.ApiServlet]
> >>>>> (1161145101@qtp-1008805148-33:null) ===END===  127.0.0.1 -- GET
> >>>>>
> >>>>>command=listVirtualMachines&response=json&sessionkey=Z6QqzU0Fq1iT13bMg
> >>>>>n
> >>>>>R
> >>>>>R
> >>>>>fl8GoVA%3D&listAll=true&page=1&pagesize=20&_=1365316318906
> >>>>> 2013-04-07 00:32:00,065 DEBUG [cloud.api.ApiServlet]
> >>>>> (1161145101@qtp-1008805148-33:null) ===START===  127.0.0.1 -- GET
> >>>>>
> >>>>>command=listVolumes&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8Go
> >>>>>V
> >>>>>A
> >>>>>%
> >>>>>3D&listAll=true&page=1&pagesize=20&_=1365316320063
> >>>>> 2013-04-07 00:32:00,079 DEBUG [cloud.api.ApiServlet]
> >>>>> (1161145101@qtp-1008805148-33:null) ===END===  127.0.0.1 -- GET
> >>>>>
> >>>>>command=listVolumes&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8Go
> >>>>>V
> >>>>>A
> >>>>>%
> >>>>>3D&listAll=true&page=1&pagesize=20&_=1365316320063
> >>>>> 2013-04-07 00:32:02,019 DEBUG [cloud.api.ApiServlet]
> >>>>> (1161145101@qtp-1008805148-33:null) ===START===  127.0.0.1 -- GET
> >>>>>
> >>>>>command=listVirtualMachines&response=json&sessionkey=Z6QqzU0Fq1iT13bMg
> >>>>>n
> >>>>>R
> >>>>>R
> >>>>>fl8GoVA%3D&listAll=true&page=1&pagesize=20&_=1365316322017
> >>>>> 2013-04-07 00:32:02,034 DEBUG [cloud.api.ApiServlet]
> >>>>> (1161145101@qtp-1008805148-33:null) ===END===  127.0.0.1 -- GET
> >>>>>
> >>>>>command=listVirtualMachines&response=json&sessionkey=Z6QqzU0Fq1iT13bMg
> >>>>>n
> >>>>>R
> >>>>>R
> >>>>>fl8GoVA%3D&listAll=true&page=1&pagesize=20&_=1365316322017
> >>>>> 2013-04-07 00:32:03,004 DEBUG [cloud.api.ApiServlet]
> >>>>> (1161145101@qtp-1008805148-33:null) ===START===  127.0.0.1 -- GET
> >>>>>
> >>>>>command=listVolumes&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8Go
> >>>>>V
> >>>>>A
> >>>>>%
> >>>>>3D&listAll=true&page=1&pagesize=20&_=1365316323002
> >>>>> 2013-04-07 00:32:03,019 DEBUG [cloud.api.ApiServlet]
> >>>>> (1161145101@qtp-1008805148-33:null) ===END===  127.0.0.1 -- GET
> >>>>>
> >>>>>command=listVolumes&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8Go
> >>>>>V
> >>>>>A
> >>>>>%
> >>>>>3D&listAll=true&page=1&pagesize=20&_=1365316323002
> >>>>> 2013-04-07 00:32:04,060 DEBUG [cloud.api.ApiServlet]
> >>>>> (1161145101@qtp-1008805148-33:null) ===START===  127.0.0.1 -- GET
> >>>>>
> >>>>>command=listVirtualMachines&response=json&sessionkey=Z6QqzU0Fq1iT13bMg
> >>>>>n
> >>>>>R
> >>>>>R
> >>>>>fl8GoVA%3D&listAll=true&page=1&pagesize=20&_=1365316324057
> >>>>> 2013-04-07 00:32:04,076 DEBUG [cloud.api.ApiServlet]
> >>>>> (1161145101@qtp-1008805148-33:null) ===END===  127.0.0.1 -- GET
> >>>>>
> >>>>>command=listVirtualMachines&response=json&sessionkey=Z6QqzU0Fq1iT13bMg
> >>>>>n
> >>>>>R
> >>>>>R
> >>>>>fl8GoVA%3D&listAll=true&page=1&pagesize=20&_=1365316324057
> >>>>> 2013-04-07 00:32:04,815 DEBUG [agent.manager.DirectAgentAttache]
> >>>>> (DirectAgent-240:null) Ping from 6
> >>>>> 2013-04-07 00:32:06,151 DEBUG [agent.manager.DirectAgentAttache]
> >>>>> (DirectAgent-401:null) Ping from 5
> >>>>> 2013-04-07 00:32:06,571 DEBUG [cloud.api.ApiServlet]
> >>>>> (1161145101@qtp-1008805148-33:null) ===START===  127.0.0.1 -- GET
> >>>>>
> >>>>>command=listZones&available=true&response=json&sessionkey=Z6QqzU0Fq1iT
> >>>>>1
> >>>>>3
> >>>>>b
> >>>>>MgnRRfl8GoVA%3D&_=1365316326569
> >>>>> 2013-04-07 00:32:06,578 DEBUG [cloud.api.ApiServlet]
> >>>>> (1161145101@qtp-1008805148-33:null) ===END===  127.0.0.1 -- GET
> >>>>>
> >>>>>command=listZones&available=true&response=json&sessionkey=Z6QqzU0Fq1iT
> >>>>>1
> >>>>>3
> >>>>>b
> >>>>>MgnRRfl8GoVA%3D&_=1365316326569
> >>>>> 2013-04-07 00:32:06,909 DEBUG [agent.manager.DirectAgentAttache]
> >>>>> (DirectAgent-334:null) Seq 6-324993028: Executing request
> >>>>> 2013-04-07 00:32:07,152 DEBUG [agent.manager.DirectAgentAttache]
> >>>>> (DirectAgent-334:null) Seq 6-324993028: Response Received:
> >>>>> 2013-04-07 00:32:07,152 DEBUG [agent.transport.Request]
> >>>>> (DirectAgent-334:null) Seq 6-324993028: Processing:  { Ans: , MgmtId:
> >>>>>1,
> >>>>> via: 6, Ver: v1, Flags: 10,
> >>>>>
> >>>>>[{"ClusterSyncAnswer":{"_clusterId":2,"_newStates":{},"_isExecuted":fa
> >>>>>l
> >>>>>s
> >>>>>e
> >>>>>,"result":true,"wait":0}}]
> >>>>> }
> >>>>> 2013-04-07 00:32:08,422 DEBUG [cloud.api.ApiServlet]
> >>>>> (1161145101@qtp-1008805148-33:null) ===START===  127.0.0.1 -- GET
> >>>>>
> >>>>>command=listHypervisors&zoneid=3a62dec3-cf95-4ba2-9af0-af2190af35e3&re
> >>>>>s
> >>>>>p
> >>>>>o
> >>>>>nse=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316328420
> >>>>> 2013-04-07 00:32:08,431 DEBUG [cloud.api.ApiServlet]
> >>>>> (1161145101@qtp-1008805148-33:null) ===END===  127.0.0.1 -- GET
> >>>>>
> >>>>>command=listHypervisors&zoneid=3a62dec3-cf95-4ba2-9af0-af2190af35e3&re
> >>>>>s
> >>>>>p
> >>>>>o
> >>>>>nse=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316328420
> >>>>> 2013-04-07 00:32:08,434 DEBUG [cloud.api.ApiServlet]
> >>>>> (1161145101@qtp-1008805148-33:null) ===START===  127.0.0.1 -- GET
> >>>>>
> >>>>>command=listTemplates&templatefilter=featured&zoneid=3a62dec3-cf95-4ba
> >>>>>2
> >>>>>-
> >>>>>9
> >>>>>af0-af2190af35e3&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%
> >>>>>3
> >>>>>D
> >>>>>&
> >>>>>_=1365316328432
> >>>>> 2013-04-07 00:32:08,461 DEBUG [cloud.api.ApiServlet]
> >>>>> (1161145101@qtp-1008805148-33:null) ===END===  127.0.0.1 -- GET
> >>>>>
> >>>>>command=listTemplates&templatefilter=featured&zoneid=3a62dec3-cf95-4ba
> >>>>>2
> >>>>>-
> >>>>>9
> >>>>>af0-af2190af35e3&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%
> >>>>>3
> >>>>>D
> >>>>>&
> >>>>>_=1365316328432
> >>>>> 2013-04-07 00:32:08,464 DEBUG [cloud.api.ApiServlet]
> >>>>> (1161145101@qtp-1008805148-33:null) ===START===  127.0.0.1 -- GET
> >>>>>
> >>>>>command=listTemplates&templatefilter=community&zoneid=3a62dec3-cf95-4b
> >>>>>a
> >>>>>2
> >>>>>-
> >>>>>9af0-af2190af35e3&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA
> >>>>>%
> >>>>>3
> >>>>>D
> >>>>>&_=1365316328462
> >>>>> 2013-04-07 00:32:08,492 DEBUG [cloud.api.ApiServlet]
> >>>>> (1161145101@qtp-1008805148-33:null) ===END===  127.0.0.1 -- GET
> >>>>>
> >>>>>command=listTemplates&templatefilter=community&zoneid=3a62dec3-cf95-4b
> >>>>>a
> >>>>>2
> >>>>>-
> >>>>>9af0-af2190af35e3&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA
> >>>>>%
> >>>>>3
> >>>>>D
> >>>>>&_=1365316328462
> >>>>> 2013-04-07 00:32:08,495 DEBUG [cloud.api.ApiServlet]
> >>>>> (1161145101@qtp-1008805148-33:null) ===START===  127.0.0.1 -- GET
> >>>>>
> >>>>>command=listTemplates&templatefilter=selfexecutable&zoneid=3a62dec3-cf
> >>>>>9
> >>>>>5
> >>>>>-
> >>>>>4ba2-9af0-af2190af35e3&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl
> >>>>>8
> >>>>>G
> >>>>>o
> >>>>>VA%3D&_=1365316328493
> >>>>> 2013-04-07 00:32:08,508 DEBUG [cloud.api.ApiServlet]
> >>>>> (1161145101@qtp-1008805148-33:null) ===END===  127.0.0.1 -- GET
> >>>>>
> >>>>>command=listTemplates&templatefilter=selfexecutable&zoneid=3a62dec3-cf
> >>>>>9
> >>>>>5
> >>>>>-
> >>>>>4ba2-9af0-af2190af35e3&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl
> >>>>>8
> >>>>>G
> >>>>>o
> >>>>>VA%3D&_=1365316328493
> >>>>> 2013-04-07 00:32:09,476 DEBUG [cloud.api.ApiServlet]
> >>>>> (1161145101@qtp-1008805148-33:null) ===START===  127.0.0.1 -- GET
> >>>>>
> >>>>>command=listServiceOfferings&issystem=false&response=json&sessionkey=Z
> >>>>>6
> >>>>>Q
> >>>>>q
> >>>>>zU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316329474
> >>>>> 2013-04-07 00:32:09,489 DEBUG [cloud.api.ApiServlet]
> >>>>> (1161145101@qtp-1008805148-33:null) ===END===  127.0.0.1 -- GET
> >>>>>
> >>>>>command=listServiceOfferings&issystem=false&response=json&sessionkey=Z
> >>>>>6
> >>>>>Q
> >>>>>q
> >>>>>zU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316329474
> >>>>> 2013-04-07 00:32:11,022 DEBUG [agent.manager.DirectAgentAttache]
> >>>>> (DirectAgent-161:null) Seq 5-614334468: Executing request
> >>>>> 2013-04-07 00:32:11,174 DEBUG [agent.manager.DirectAgentAttache]
> >>>>> (DirectAgent-161:null) Seq 5-614334468: Response Received:
> >>>>> 2013-04-07 00:32:11,174 DEBUG [agent.transport.Request]
> >>>>> (DirectAgent-161:null) Seq 5-614334468: Processing:  { Ans: , MgmtId:
> >>>>>1,
> >>>>> via: 5, Ver: v1, Flags: 10, [{"Answer":{"result":true,"wait":0}}] }
> >>>>> 2013-04-07 00:32:13,261 DEBUG [cloud.api.ApiServlet]
> >>>>> (1161145101@qtp-1008805148-33:null) ===START===  127.0.0.1 -- GET
> >>>>>
> >>>>>command=listDiskOfferings&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnR
> >>>>>R
> >>>>>f
> >>>>>l
> >>>>>8GoVA%3D&_=1365316333259
> >>>>> 2013-04-07 00:32:13,272 DEBUG [cloud.api.ApiServlet]
> >>>>> (1161145101@qtp-1008805148-33:null) ===END===  127.0.0.1 -- GET
> >>>>>
> >>>>>command=listDiskOfferings&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnR
> >>>>>R
> >>>>>f
> >>>>>l
> >>>>>8GoVA%3D&_=1365316333259
> >>>>> 2013-04-07 00:32:14,028 DEBUG [cloud.api.ApiServlet]
> >>>>> (1161145101@qtp-1008805148-33:null) ===START===  127.0.0.1 -- GET
> >>>>>
> >>>>>command=listNetworks&trafficType=Guest&zoneId=3a62dec3-cf95-4ba2-9af0-
> >>>>>a
> >>>>>f
> >>>>>2
> >>>>>190af35e3&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=13
> >>>>>6
> >>>>>5
> >>>>>3
> >>>>>16334026
> >>>>> 2013-04-07 00:32:14,053 DEBUG [cloud.api.ApiServlet]
> >>>>> (1161145101@qtp-1008805148-33:null) ===END===  127.0.0.1 -- GET
> >>>>>
> >>>>>command=listNetworks&trafficType=Guest&zoneId=3a62dec3-cf95-4ba2-9af0-
> >>>>>a
> >>>>>f
> >>>>>2
> >>>>>190af35e3&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=13
> >>>>>6
> >>>>>5
> >>>>>3
> >>>>>16334026
> >>>>> 2013-04-07 00:32:14,056 DEBUG [cloud.api.ApiServlet]
> >>>>> (1161145101@qtp-1008805148-33:null) ===START===  127.0.0.1 -- GET
> >>>>>
> >>>>>command=listSecurityGroups&response=json&sessionkey=Z6QqzU0Fq1iT13bMgn
> >>>>>R
> >>>>>R
> >>>>>f
> >>>>>l8GoVA%3D&domainid=e4ec5ddc-9e1c-11e2-a770-6e70e42a2333&account=admin&
> >>>>>_
> >>>>>=
> >>>>>1
> >>>>>365316334054
> >>>>> 2013-04-07 00:32:14,062 DEBUG [cloud.user.AccountManagerImpl]
> >>>>> (1161145101@qtp-1008805148-33:null) Access granted to Acct[2-admin]
> >>>>>to
> >>>>> Domain:1/ by DomainChecker
> >>>>> 2013-04-07 00:32:14,068 DEBUG [cloud.api.ApiServlet]
> >>>>> (1161145101@qtp-1008805148-33:null) ===END===  127.0.0.1 -- GET
> >>>>>
> >>>>>command=listSecurityGroups&response=json&sessionkey=Z6QqzU0Fq1iT13bMgn
> >>>>>R
> >>>>>R
> >>>>>f
> >>>>>l8GoVA%3D&domainid=e4ec5ddc-9e1c-11e2-a770-6e70e42a2333&account=admin&
> >>>>>_
> >>>>>=
> >>>>>1
> >>>>>365316334054
> >>>>> 2013-04-07 00:32:15,282 DEBUG [cloud.api.ApiServlet]
> >>>>> (1161145101@qtp-1008805148-33:null) ===START===  127.0.0.1 -- GET
> >>>>>
> >>>>>command=deployVirtualMachine&zoneId=3a62dec3-cf95-4ba2-9af0-af2190af35
> >>>>>e
> >>>>>3
> >>>>>&
> >>>>>templateId=e4a7df4a-9e1c-11e2-a770-6e70e42a2333&hypervisor=XenServer&s
> >>>>>e
> >>>>>r
> >>>>>v
> >>>>>iceOfferingId=425cf3cf-4bc4-4e53-82a0-ba6c20dd3688&response=json&sessi
> >>>>>o
> >>>>>n
> >>>>>k
> >>>>>ey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316335280
> >>>>> 2013-04-07 00:32:15,290 DEBUG [cloud.api.ApiDispatcher]
> >>>>> (1161145101@qtp-1008805148-33:null) InfrastructureEntity name
> >>>>> is:com.cloud.offering.ServiceOffering
> >>>>> 2013-04-07 00:32:15,292 DEBUG [cloud.api.ApiDispatcher]
> >>>>> (1161145101@qtp-1008805148-33:null) ControlledEntity name
> >>>>> is:com.cloud.template.VirtualMachineTemplate
> >>>>> 2013-04-07 00:32:15,316 DEBUG [cloud.vm.UserVmManagerImpl]
> >>>>> (1161145101@qtp-1008805148-33:null) Allocating in the DB for vm
> >>>>> 2013-04-07 00:32:15,327 DEBUG [cloud.vm.VirtualMachineManagerImpl]
> >>>>> (1161145101@qtp-1008805148-33:null) Allocating entries for VM:
> >>>>> VM[User|94ddc16f-04fc-4da1-8326-01d8d5cdeb44]
> >>>>> 2013-04-07 00:32:15,327 DEBUG [cloud.vm.VirtualMachineManagerImpl]
> >>>>> (1161145101@qtp-1008805148-33:null) Allocating nics for
> >>>>> VM[User|94ddc16f-04fc-4da1-8326-01d8d5cdeb44]
> >>>>> 2013-04-07 00:32:15,328 DEBUG [cloud.network.NetworkManagerImpl]
> >>>>> (1161145101@qtp-1008805148-33:null) Allocating nic for vm
> >>>>> VM[User|94ddc16f-04fc-4da1-8326-01d8d5cdeb44] in network
> >>>>>Ntwk[204|Guest|6]
> >>>>> with requested profile NicProfile[0-0-null-null-null
> >>>>> 2013-04-07 00:32:15,335 DEBUG [cloud.vm.VirtualMachineManagerImpl]
> >>>>> (1161145101@qtp-1008805148-33:null) Allocaing disks for
> >>>>> VM[User|94ddc16f-04fc-4da1-8326-01d8d5cdeb44]
> >>>>> 2013-04-07 00:32:15,342 DEBUG [cloud.vm.VirtualMachineManagerImpl]
> >>>>> (1161145101@qtp-1008805148-33:null) Allocation completed for VM:
> >>>>> VM[User|94ddc16f-04fc-4da1-8326-01d8d5cdeb44]
> >>>>> 2013-04-07 00:32:15,342 DEBUG [cloud.vm.UserVmManagerImpl]
> >>>>> (1161145101@qtp-1008805148-33:null) Successfully allocated DB entry
> >>>>>for
> >>>>> VM[User|94ddc16f-04fc-4da1-8326-01d8d5cdeb44]
> >>>>> 2013-04-07 00:32:15,374 DEBUG [cloud.async.AsyncJobManagerImpl]
> >>>>> (1161145101@qtp-1008805148-33:null) submit async job-43, details:
> >>>>> AsyncJobVO {id:43, userId: 2, accountId: 2, sessionKey: null,
> >>>>>instanceType:
> >>>>> null, instanceId: 13, cmd:
> >>>>> org.apache.cloudstack.api.command.user.vm.DeployVMCmd, cmdOriginator:
> >>>>>null,
> >>>>> cmdInfo:
> >>>>>
> >>>>>{"id":"13","templateId":"e4a7df4a-9e1c-11e2-a770-6e70e42a2333","respon
> >>>>>s
> >>>>>e
> >>>>>"
> >>>>>:"json","sessionkey":"Z6QqzU0Fq1iT13bMgnRRfl8GoVA\u003d","ctxUserId":"
> >>>>>2
> >>>>>"
> >>>>>,
> >>>>>"hypervisor":"XenServer","serviceOfferingId":"425cf3cf-4bc4-4e53-82a0-
> >>>>>b
> >>>>>a
> >>>>>6
> >>>>>c20dd3688","_":"1365316335280","ctxAccountId":"2","ctxStartEventId":"4
> >>>>>8
> >>>>>"
> >>>>>,
> >>>>>"zoneId":"3a62dec3-cf95-4ba2-9af0-af2190af35e3"},
> >>>>> cmdVersion: 0, callbackType: 0, callbackAddress: null, status: 0,
> >>>>> processStatus: 0, resultCode: 0, result: null, initMsid: 1,
> >>>>>completeMsid:
> >>>>> null, lastUpdated: null, lastPolled: null, created: null}
> >>>>> 2013-04-07 00:32:15,375 DEBUG [cloud.async.AsyncJobManagerImpl]
> >>>>> (Job-Executor-36:job-43) Executing
> >>>>> org.apache.cloudstack.api.command.user.vm.DeployVMCmd for job-43
> >>>>> 2013-04-07 00:32:15,376 DEBUG [cloud.api.ApiServlet]
> >>>>> (1161145101@qtp-1008805148-33:null) ===END===  127.0.0.1 -- GET
> >>>>>
> >>>>>command=deployVirtualMachine&zoneId=3a62dec3-cf95-4ba2-9af0-af2190af35
> >>>>>e
> >>>>>3
> >>>>>&
> >>>>>templateId=e4a7df4a-9e1c-11e2-a770-6e70e42a2333&hypervisor=XenServer&s
> >>>>>e
> >>>>>r
> >>>>>v
> >>>>>iceOfferingId=425cf3cf-4bc4-4e53-82a0-ba6c20dd3688&response=json&sessi
> >>>>>o
> >>>>>n
> >>>>>k
> >>>>>ey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316335280
> >>>>> 2013-04-07 00:32:15,380 DEBUG [cloud.api.ApiDispatcher]
> >>>>> (Job-Executor-36:job-43) InfrastructureEntity name
> >>>>> is:com.cloud.offering.ServiceOffering
> >>>>> 2013-04-07 00:32:15,383 DEBUG [cloud.api.ApiDispatcher]
> >>>>> (Job-Executor-36:job-43) ControlledEntity name
> >>>>> is:com.cloud.template.VirtualMachineTemplate
> >>>>> 2013-04-07 00:32:15,425 DEBUG [cloud.deploy.FirstFitPlanner]
> >>>>> (Job-Executor-36:job-43) DeploymentPlanner allocation algorithm:
> >>>>>random
> >>>>> 2013-04-07 00:32:15,425 DEBUG [cloud.deploy.FirstFitPlanner]
> >>>>> (Job-Executor-36:job-43) Trying to allocate a host and storage pools
> >>>>>from
> >>>>> dc:1, pod:null,cluster:null, requested cpu: 100, requested ram:
> >>>>>1073741824
> >>>>> 2013-04-07 00:32:15,425 DEBUG [cloud.deploy.FirstFitPlanner]
> >>>>> (Job-Executor-36:job-43) Is ROOT volume READY (pool already
> >>>>>allocated)?: No
> >>>>> 2013-04-07 00:32:15,425 DEBUG [cloud.deploy.FirstFitPlanner]
> >>>>> (Job-Executor-36:job-43) Searching all possible resources under this
> >>>>>Zone: 1
> >>>>> 2013-04-07 00:32:15,427 DEBUG [cloud.deploy.FirstFitPlanner]
> >>>>> (Job-Executor-36:job-43) Listing clusters in order of aggregate
> >>>>>capacity,
> >>>>> that have (atleast one host with) enough CPU and RAM capacity under
> >>>>>this
> >>>>> Zone: 1
> >>>>> 2013-04-07 00:32:15,428 DEBUG [cloud.deploy.FirstFitPlanner]
> >>>>> (Job-Executor-36:job-43) CPUOverprovisioningFactor considered: 1.0
> >>>>> 2013-04-07 00:32:15,442 DEBUG [cloud.deploy.FirstFitPlanner]
> >>>>> (Job-Executor-36:job-43) Cannot allocate cluster list [1] for vm
> >>>>>creation
> >>>>> since their allocated percentage crosses the disable capacity
> >>>>>threshold:
> >>>>> 0.85 for capacity Type : 0, skipping these clusters
> >>>>> 2013-04-07 00:32:15,444 DEBUG [cloud.deploy.FirstFitPlanner]
> >>>>> (Job-Executor-36:job-43) Checking resources in Cluster: 2 under Pod:
> >>>>>1
> >>>>> 2013-04-07 00:32:15,444 DEBUG [allocator.impl.RandomAllocator]
> >>>>> (Job-Executor-36:job-43) Looking for hosts in dc: 1  pod:1  cluster:2
> >>>>> 2013-04-07 00:32:15,447 DEBUG [allocator.impl.RandomAllocator]
> >>>>> (Job-Executor-36:job-43) Random Allocator found 2  hosts
> >>>>> 2013-04-07 00:32:15,447 DEBUG [allocator.impl.RandomAllocator]
> >>>>> (Job-Executor-36:job-43) Random Host Allocator returning 2 suitable
> >>>>>hosts
> >>>>> 2013-04-07 00:32:15,448 DEBUG [cloud.deploy.FirstFitPlanner]
> >>>>> (Job-Executor-36:job-43) Checking suitable pools for volume (Id,
> >>>>>Type):
> >>>>> (13,ROOT)
> >>>>> 2013-04-07 00:32:15,448 DEBUG [cloud.deploy.FirstFitPlanner]
> >>>>> (Job-Executor-36:job-43) We need to allocate new storagepool for this
> >>>>>volume
> >>>>> 2013-04-07 00:32:15,451 DEBUG [cloud.deploy.FirstFitPlanner]
> >>>>> (Job-Executor-36:job-43) Calling StoragePoolAllocators to find
> >>>>>suitable
> >>>>> pools
> >>>>> 2013-04-07 00:32:15,455 DEBUG
> >>>>> [storage.allocator.RandomStoragePoolAllocator]
> >>>>>(Job-Executor-36:job-43)
> >>>>> Looking for pools in dc: 1  pod:1  cluster:2
> >>>>> 2013-04-07 00:32:15,457 DEBUG
> >>>>> [storage.allocator.RandomStoragePoolAllocator]
> >>>>>(Job-Executor-36:job-43)
> >>>>> RandomStoragePoolAllocator has 5 pools to check for allocation
> >>>>> 2013-04-07 00:32:15,458 DEBUG
> >>>>> [storage.allocator.AbstractStoragePoolAllocator]
> >>>>>(Job-Executor-36:job-43)
> >>>>> Checking if storage pool is suitable, name: Tut-XenServer2 Local
> >>>>>Storage
> >>>>> ,poolId: 201
> >>>>> 2013-04-07 00:32:15,458 DEBUG
> >>>>> [storage.allocator.AbstractStoragePoolAllocator]
> >>>>>(Job-Executor-36:job-43)
> >>>>> Is localStorageAllocationNeeded? false
> >>>>> 2013-04-07 00:32:15,458 DEBUG
> >>>>> [storage.allocator.AbstractStoragePoolAllocator]
> >>>>>(Job-Executor-36:job-43)
> >>>>> Is storage pool shared? false
> >>>>> 2013-04-07 00:32:15,458 DEBUG
> >>>>> [storage.allocator.AbstractStoragePoolAllocator]
> >>>>>(Job-Executor-36:job-43)
> >>>>> StoragePool is not of correct type, skipping this pool
> >>>>> 2013-04-07 00:32:15,458 DEBUG
> >>>>> [storage.allocator.AbstractStoragePoolAllocator]
> >>>>>(Job-Executor-36:job-43)
> >>>>> Checking if storage pool is suitable, name: iSCSI_SR_3 ,poolId: 257
> >>>>> 2013-04-07 00:32:15,458 DEBUG
> >>>>> [storage.allocator.AbstractStoragePoolAllocator]
> >>>>>(Job-Executor-36:job-43)
> >>>>> Is localStorageAllocationNeeded? false
> >>>>> 2013-04-07 00:32:15,458 DEBUG
> >>>>> [storage.allocator.AbstractStoragePoolAllocator]
> >>>>>(Job-Executor-36:job-43)
> >>>>> Is storage pool shared? true
> >>>>> 2013-04-07 00:32:15,467 DEBUG [cloud.storage.StorageManagerImpl]
> >>>>> (Job-Executor-36:job-43) Checking pool: 257 for volume allocation
> >>>>> [Vol[13|vm=13|ROOT]], maxSize : 2084569088, totalAllocatedSize :
> >>>>>106954752,
> >>>>> askingSize : 52428800, allocated disable threshold: 0.85
> >>>>> 2013-04-07 00:32:15,467 DEBUG
> >>>>> [storage.allocator.AbstractStoragePoolAllocator]
> >>>>>(Job-Executor-36:job-43)
> >>>>> Checking if storage pool is suitable, name: iSCSI_SR_4 ,poolId: 262
> >>>>> 2013-04-07 00:32:15,467 DEBUG
> >>>>> [storage.allocator.AbstractStoragePoolAllocator]
> >>>>>(Job-Executor-36:job-43)
> >>>>> Is localStorageAllocationNeeded? false
> >>>>> 2013-04-07 00:32:15,467 DEBUG
> >>>>> [storage.allocator.AbstractStoragePoolAllocator]
> >>>>>(Job-Executor-36:job-43)
> >>>>> Is storage pool shared? true
> >>>>> 2013-04-07 00:32:15,479 DEBUG [cloud.storage.StorageManagerImpl]
> >>>>> (Job-Executor-36:job-43) Checking pool: 262 for volume allocation
> >>>>> [Vol[13|vm=13|ROOT]], maxSize : 2084569088, totalAllocatedSize :
> >>>>>54525952,
> >>>>> askingSize : 52428800, allocated disable threshold: 0.85
> >>>>> 2013-04-07 00:32:15,479 DEBUG
> >>>>> [storage.allocator.AbstractStoragePoolAllocator]
> >>>>>(Job-Executor-36:job-43)
> >>>>> Checking if storage pool is suitable, name: Tut-XenServer Local
> >>>>>Storage
> >>>>> ,poolId: 202
> >>>>> 2013-04-07 00:32:15,479 DEBUG
> >>>>> [storage.allocator.AbstractStoragePoolAllocator]
> >>>>>(Job-Executor-36:job-43)
> >>>>> Is localStorageAllocationNeeded? false
> >>>>> 2013-04-07 00:32:15,479 DEBUG
> >>>>> [storage.allocator.AbstractStoragePoolAllocator]
> >>>>>(Job-Executor-36:job-43)
> >>>>> Is storage pool shared? false
> >>>>> 2013-04-07 00:32:15,479 DEBUG
> >>>>> [storage.allocator.AbstractStoragePoolAllocator]
> >>>>>(Job-Executor-36:job-43)
> >>>>> StoragePool is not of correct type, skipping this pool
> >>>>> 2013-04-07 00:32:15,479 DEBUG
> >>>>> [storage.allocator.AbstractStoragePoolAllocator]
> >>>>>(Job-Executor-36:job-43)
> >>>>> Checking if storage pool is suitable, name: iSCSI_SR_2 ,poolId: 256
> >>>>> 2013-04-07 00:32:15,479 DEBUG
> >>>>> [storage.allocator.AbstractStoragePoolAllocator]
> >>>>>(Job-Executor-36:job-43)
> >>>>> Is localStorageAllocationNeeded? false
> >>>>> 2013-04-07 00:32:15,479 DEBUG
> >>>>> [storage.allocator.AbstractStoragePoolAllocator]
> >>>>>(Job-Executor-36:job-43)
> >>>>> Is storage pool shared? true
> >>>>> 2013-04-07 00:32:15,489 DEBUG [cloud.storage.StorageManagerImpl]
> >>>>> (Job-Executor-36:job-43) Checking pool: 256 for volume allocation
> >>>>> [Vol[13|vm=13|ROOT]], maxSize : 2084569088, totalAllocatedSize :
> >>>>>54525952,
> >>>>> askingSize : 52428800, allocated disable threshold: 0.85
> >>>>> 2013-04-07 00:32:15,489 DEBUG
> >>>>> [storage.allocator.RandomStoragePoolAllocator]
> >>>>>(Job-Executor-36:job-43)
> >>>>> RandomStoragePoolAllocator returning 3 suitable storage pools
> >>>>> 2013-04-07 00:32:15,489 DEBUG [cloud.deploy.FirstFitPlanner]
> >>>>> (Job-Executor-36:job-43) Trying to find a potenial host and
> >>>>>associated
> >>>>> storage pools from the suitable host/pool lists for this VM
> >>>>> 2013-04-07 00:32:15,489 DEBUG [cloud.deploy.FirstFitPlanner]
> >>>>> (Job-Executor-36:job-43) Checking if host: 6 can access any suitable
> >>>>> storage pool for volume: ROOT
> >>>>> 2013-04-07 00:32:15,492 DEBUG [cloud.deploy.FirstFitPlanner]
> >>>>> (Job-Executor-36:job-43) Host: 6 can access pool: 257
> >>>>> 2013-04-07 00:32:15,492 DEBUG [cloud.deploy.FirstFitPlanner]
> >>>>> (Job-Executor-36:job-43) Found a potential host id: 6 name:
> >>>>>Tut-XenServer
> >>>>> and associated storage pools for this VM
> >>>>> 2013-04-07 00:32:15,494 DEBUG [cloud.deploy.FirstFitPlanner]
> >>>>> (Job-Executor-36:job-43) Returning Deployment Destination:
> >>>>>
> >>>>>Dest[Zone(Id)-Pod(Id)-Cluster(Id)-Host(Id)-Storage(Volume(Id|Type-->Po
> >>>>>o
> >>>>>l
> >>>>>(
> >>>>>Id))]
> >>>>> :
> >>>>>
> >>>>>Dest[Zone(1)-Pod(1)-Cluster(2)-Host(6)-Storage(Volume(13|ROOT-->Pool(2
> >>>>>5
> >>>>>7
> >>>>>)
> >>>>>)]
> >>>>> 2013-04-07 00:32:15,514 DEBUG [cloud.capacity.CapacityManagerImpl]
> >>>>> (Job-Executor-36:job-43) VM state transitted from :Stopped to
> >>>>>Starting
> >>>>>with
> >>>>> event: StartRequestedvm's original host id: null new host id: null
> >>>>>host
> >>>>>id
> >>>>> before state transition: null
> >>>>> 2013-04-07 00:32:15,514 DEBUG [cloud.vm.VirtualMachineManagerImpl]
> >>>>> (Job-Executor-36:job-43) Successfully transitioned to start state for
> >>>>> VM[User|94ddc16f-04fc-4da1-8326-01d8d5cdeb44] reservation id =
> >>>>> a8349669-6ff2-443f-88d3-c5d69100df3a
> >>>>> 2013-04-07 00:32:15,518 DEBUG [cloud.vm.VirtualMachineManagerImpl]
> >>>>> (Job-Executor-36:job-43) Trying to deploy VM, vm has dcId: 1 and
> >>>>>podId:
> >>>>>null
> >>>>> 2013-04-07 00:32:15,518 DEBUG [cloud.vm.VirtualMachineManagerImpl]
> >>>>> (Job-Executor-36:job-43) advanceStart: DeploymentPlan is provided,
> >>>>>using
> >>>>> dcId:1, podId: 1, clusterId: 2, hostId: 6, poolId: 257
> >>>>> 2013-04-07 00:32:15,518 DEBUG [cloud.vm.VirtualMachineManagerImpl]
> >>>>> (Job-Executor-36:job-43) Deploy avoids pods: null, clusters: null,
> >>>>>hosts:
> >>>>> null
> >>>>> 2013-04-07 00:32:15,521 DEBUG [cloud.deploy.FirstFitPlanner]
> >>>>> (Job-Executor-36:job-43) DeploymentPlanner allocation algorithm:
> >>>>>random
> >>>>> 2013-04-07 00:32:15,521 DEBUG [cloud.deploy.FirstFitPlanner]
> >>>>> (Job-Executor-36:job-43) Trying to allocate a host and storage pools
> >>>>>from
> >>>>> dc:1, pod:1,cluster:2, requested cpu: 100, requested ram: 1073741824
> >>>>> 2013-04-07 00:32:15,522 DEBUG [cloud.deploy.FirstFitPlanner]
> >>>>> (Job-Executor-36:job-43) Is ROOT volume READY (pool already
> >>>>>allocated)?: Yes
> >>>>> 2013-04-07 00:32:15,522 DEBUG [cloud.deploy.FirstFitPlanner]
> >>>>> (Job-Executor-36:job-43) DeploymentPlan has host_id specified, making
> >>>>>no
> >>>>> checks on this host, looks like admin test: 6
> >>>>> 2013-04-07 00:32:15,523 DEBUG [cloud.deploy.FirstFitPlanner]
> >>>>> (Job-Executor-36:job-43) Looking for suitable pools for this host
> >>>>>under
> >>>>> zone: 1, pod: 1, cluster: 2
> >>>>> 2013-04-07 00:32:15,525 DEBUG [cloud.deploy.FirstFitPlanner]
> >>>>> (Job-Executor-36:job-43) Checking suitable pools for volume (Id,
> >>>>>Type):
> >>>>> (13,ROOT)
> >>>>> 2013-04-07 00:32:15,525 DEBUG [cloud.deploy.FirstFitPlanner]
> >>>>> (Job-Executor-36:job-43) Volume has pool already allocated, checking
> >>>>>if
> >>>>> pool can be reused, poolId: null
> >>>>> 2013-04-07 00:32:15,527 DEBUG [cloud.deploy.FirstFitPlanner]
> >>>>> (Job-Executor-36:job-43) Planner need not allocate a pool for this
> >>>>>volume
> >>>>> since its READY
> >>>>> 2013-04-07 00:32:15,527 DEBUG [cloud.deploy.FirstFitPlanner]
> >>>>> (Job-Executor-36:job-43) Trying to find a potenial host and
> >>>>>associated
> >>>>> storage pools from the suitable host/pool lists for this VM
> >>>>> 2013-04-07 00:32:15,527 DEBUG [cloud.deploy.FirstFitPlanner]
> >>>>> (Job-Executor-36:job-43) Checking if host: 6 can access any suitable
> >>>>> storage pool for volume: ROOT
> >>>>> 2013-04-07 00:32:15,529 DEBUG [cloud.deploy.FirstFitPlanner]
> >>>>> (Job-Executor-36:job-43) Host: 6 can access pool: 257
> >>>>> 2013-04-07 00:32:15,529 DEBUG [cloud.deploy.FirstFitPlanner]
> >>>>> (Job-Executor-36:job-43) Found a potential host id: 6 name:
> >>>>>Tut-XenServer
> >>>>> and associated storage pools for this VM
> >>>>> 2013-04-07 00:32:15,530 DEBUG [cloud.deploy.FirstFitPlanner]
> >>>>> (Job-Executor-36:job-43) Returning Deployment Destination:
> >>>>>
> >>>>>Dest[Zone(Id)-Pod(Id)-Cluster(Id)-Host(Id)-Storage(Volume(Id|Type-->Po
> >>>>>o
> >>>>>l
> >>>>>(
> >>>>>Id))]
> >>>>> :
> >>>>>
> >>>>>Dest[Zone(1)-Pod(1)-Cluster(2)-Host(6)-Storage(Volume(13|ROOT-->Pool(2
> >>>>>5
> >>>>>7
> >>>>>)
> >>>>>)]
> >>>>> 2013-04-07 00:32:15,530 DEBUG [cloud.vm.VirtualMachineManagerImpl]
> >>>>> (Job-Executor-36:job-43) Deployment found  -
> >>>>> P0=VM[User|94ddc16f-04fc-4da1-8326-01d8d5cdeb44],
> >>>>>
> >>>>>P0=Dest[Zone(Id)-Pod(Id)-Cluster(Id)-Host(Id)-Storage(Volume(Id|Type--
> >>>>>>
> >>>>>P
> >>>>>o
> >>>>>ol(Id))]
> >>>>> :
> >>>>>
> >>>>>Dest[Zone(1)-Pod(1)-Cluster(2)-Host(6)-Storage(Volume(13|ROOT-->Pool(2
> >>>>>5
> >>>>>7
> >>>>>)
> >>>>>)]
> >>>>> 2013-04-07 00:32:15,535 DEBUG [cloud.capacity.CapacityManagerImpl]
> >>>>> (Job-Executor-36:job-43) VM state transitted from :Starting to
> >>>>>Starting
> >>>>> with event: OperationRetryvm's original host id: null new host id: 6
> >>>>>host
> >>>>> id before state transition: null
> >>>>> 2013-04-07 00:32:15,551 DEBUG [cloud.capacity.CapacityManagerImpl]
> >>>>> (Job-Executor-36:job-43) Hosts's actual total CPU: 2382 and CPU after
> >>>>> applying overprovisioning: 2382
> >>>>> 2013-04-07 00:32:15,551 DEBUG [cloud.capacity.CapacityManagerImpl]
> >>>>> (Job-Executor-36:job-43) We are allocating VM, increasing the used
> >>>>>capacity
> >>>>> of this host:6
> >>>>> 2013-04-07 00:32:15,552 DEBUG [cloud.capacity.CapacityManagerImpl]
> >>>>> (Job-Executor-36:job-43) Current Used CPU: 100 , Free CPU:2282
> >>>>>,Requested
> >>>>> CPU: 100
> >>>>> 2013-04-07 00:32:15,552 DEBUG [cloud.capacity.CapacityManagerImpl]
> >>>>> (Job-Executor-36:job-43) Current Used RAM: 104857600 , Free
> >>>>>RAM:1566837824
> >>>>> ,Requested RAM: 1073741824
> >>>>> 2013-04-07 00:32:15,552 DEBUG [cloud.capacity.CapacityManagerImpl]
> >>>>> (Job-Executor-36:job-43) CPU STATS after allocation: for host: 6, old
> >>>>>used:
> >>>>> 100, old reserved: 0, actual total: 2382, total with
> >>>>>overprovisioning:
> >>>>> 2382; new used:200, reserved:0; requested
> >>>>>cpu:100,alloc_from_last:false
> >>>>> 2013-04-07 00:32:15,552 DEBUG [cloud.capacity.CapacityManagerImpl]
> >>>>> (Job-Executor-36:job-43) RAM STATS after allocation: for host: 6, old
> >>>>>used:
> >>>>> 104857600, old reserved: 0, total: 1671695424; new used: 1178599424,
> >>>>> reserved: 0; requested mem: 1073741824,alloc_from_last:false
> >>>>> 2013-04-07 00:32:15,555 DEBUG [cloud.vm.VirtualMachineManagerImpl]
> >>>>> (Job-Executor-36:job-43) VM is being created in podId: 1
> >>>>> 2013-04-07 00:32:15,559 DEBUG [cloud.network.NetworkManagerImpl]
> >>>>> (Job-Executor-36:job-43) Lock is acquired for network id 204 as a
> >>>>>part
> >>>>>of
> >>>>> network implement
> >>>>> 2013-04-07 00:32:15,559 DEBUG [cloud.network.NetworkManagerImpl]
> >>>>> (Job-Executor-36:job-43) Network id=204 is already implemented
> >>>>> 2013-04-07 00:32:15,560 DEBUG [cloud.network.NetworkManagerImpl]
> >>>>> (Job-Executor-36:job-43) Lock is released for network id 204 as a
> >>>>>part
> >>>>>of
> >>>>> network implement
> >>>>> 2013-04-07 00:32:15,592 DEBUG [cloud.network.NetworkManagerImpl]
> >>>>> (Job-Executor-36:job-43) Changing active number of nics for network
> >>>>>id=204
> >>>>> on 1
> >>>>> 2013-04-07 00:32:15,594 DEBUG [cloud.network.NetworkManagerImpl]
> >>>>> (Job-Executor-36:job-43) Asking ElasticLoadBalancerElement to prepare
> >>>>>for
> >>>>> Nic[19-13-a8349669-6ff2-443f-88d3-c5d69100df3a-192.168.56.146]
> >>>>> 2013-04-07 00:32:15,600 DEBUG [cloud.network.NetworkManagerImpl]
> >>>>> (Job-Executor-36:job-43) Asking NiciraNvpElement to prepare for
> >>>>> Nic[19-13-a8349669-6ff2-443f-88d3-c5d69100df3a-192.168.56.146]
> >>>>> 2013-04-07 00:32:15,600 DEBUG [network.element.NiciraNvpElement]
> >>>>> (Job-Executor-36:job-43) Checking if NiciraNvpElement can handle
> >>>>>service
> >>>>> Connectivity on network guestNetworkForBasicZone
> >>>>> 2013-04-07 00:32:15,606 DEBUG [cloud.network.NetworkManagerImpl]
> >>>>> (Job-Executor-36:job-43) Asking BigSwitchVnsElement to prepare for
> >>>>> Nic[19-13-a8349669-6ff2-443f-88d3-c5d69100df3a-192.168.56.146]
> >>>>> 2013-04-07 00:32:15,606 DEBUG [network.element.BigSwitchVnsElement]
> >>>>> (Job-Executor-36:job-43) Checking if BigSwitchVnsElement can handle
> >>>>>service
> >>>>> Connectivity on network guestNetworkForBasicZone
> >>>>> 2013-04-07 00:32:15,612 DEBUG [cloud.network.NetworkManagerImpl]
> >>>>> (Job-Executor-36:job-43) Asking Ovs to prepare for
> >>>>> Nic[19-13-a8349669-6ff2-443f-88d3-c5d69100df3a-192.168.56.146]
> >>>>> 2013-04-07 00:32:15,612 DEBUG [cloud.network.NetworkManagerImpl]
> >>>>> (Job-Executor-36:job-43) Asking BareMetalDhcp to prepare for
> >>>>> Nic[19-13-a8349669-6ff2-443f-88d3-c5d69100df3a-192.168.56.146]
> >>>>> 2013-04-07 00:32:15,617 DEBUG [cloud.network.NetworkManagerImpl]
> >>>>> (Job-Executor-36:job-43) Asking BareMetalPxe to prepare for
> >>>>> Nic[19-13-a8349669-6ff2-443f-88d3-c5d69100df3a-192.168.56.146]
> >>>>> 2013-04-07 00:32:15,623 DEBUG [cloud.network.NetworkManagerImpl]
> >>>>> (Job-Executor-36:job-43) Asking BareMetalUserdata to prepare for
> >>>>> Nic[19-13-a8349669-6ff2-443f-88d3-c5d69100df3a-192.168.56.146]
> >>>>> 2013-04-07 00:32:15,629 DEBUG [cloud.network.NetworkManagerImpl]
> >>>>> (Job-Executor-36:job-43) Asking SecurityGroupProvider to prepare for
> >>>>> Nic[19-13-a8349669-6ff2-443f-88d3-c5d69100df3a-192.168.56.146]
> >>>>> 2013-04-07 00:32:15,637 DEBUG [cloud.network.NetworkManagerImpl]
> >>>>> (Job-Executor-36:job-43) Asking VirtualRouter to prepare for
> >>>>> Nic[19-13-a8349669-6ff2-443f-88d3-c5d69100df3a-192.168.56.146]
> >>>>> 2013-04-07 00:32:15,653 DEBUG
> >>>>> [network.router.VirtualNetworkApplianceManagerImpl]
> >>>>> (Job-Executor-36:job-43) Lock is acquired for network id 204 as a
> >>>>>part
> >>>>>of
> >>>>> router startup in
> >>>>>
> >>>>>Dest[Zone(Id)-Pod(Id)-Cluster(Id)-Host(Id)-Storage(Volume(Id|Type-->Po
> >>>>>o
> >>>>>l
> >>>>>(
> >>>>>Id))]
> >>>>> :
> >>>>>
> >>>>>Dest[Zone(1)-Pod(1)-Cluster(2)-Host(6)-Storage(Volume(13|ROOT-->Pool(2
> >>>>>5
> >>>>>7
> >>>>>)
> >>>>>)]
> >>>>> 2013-04-07 00:32:15,657 DEBUG
> >>>>> [network.router.VirtualNetworkApplianceManagerImpl]
> >>>>> (Job-Executor-36:job-43) Skipping VR deployment: Found a running or
> >>>>> starting VR in Pod null id=1
> >>>>> 2013-04-07 00:32:15,658 DEBUG
> >>>>> [network.router.VirtualNetworkApplianceManagerImpl]
> >>>>> (Job-Executor-36:job-43) Lock is released for network id 204 as a
> >>>>>part
> >>>>>of
> >>>>> router startup in
> >>>>>
> >>>>>Dest[Zone(Id)-Pod(Id)-Cluster(Id)-Host(Id)-Storage(Volume(Id|Type-->Po
> >>>>>o
> >>>>>l
> >>>>>(
> >>>>>Id))]
> >>>>> :
> >>>>>
> >>>>>Dest[Zone(1)-Pod(1)-Cluster(2)-Host(6)-Storage(Volume(13|ROOT-->Pool(2
> >>>>>5
> >>>>>7
> >>>>>)
> >>>>>)]
> >>>>> 2013-04-07 00:32:15,674 DEBUG
> >>>>> [network.router.VirtualNetworkApplianceManagerImpl]
> >>>>> (Job-Executor-36:job-43) Applying dhcp entry in network
> >>>>>Ntwk[204|Guest|6]
> >>>>> 2013-04-07 00:32:15,706 DEBUG [agent.transport.Request]
> >>>>> (Job-Executor-36:job-43) Seq 6-324993305: Sending  { Cmd , MgmtId: 1,
> >>>>>via:
> >>>>> 6, Ver: v1, Flags: 100111,
> >>>>>
> >>>>>[{"routing.DhcpEntryCommand":{"vmMac":"06:06:fe:00:00:44","vmIpAddress
> >>>>>"
> >>>>>:
> >>>>>"
> >>>>>192.168.56.146","vmName":"94ddc16f-04fc-4da1-8326-01d8d5cdeb44","defau
> >>>>>l
> >>>>>t
> >>>>>R
> >>>>>outer":"192.168.56.1","defaultDns":"192.168.56.102","duid":"00:03:00:0
> >>>>>1
> >>>>>:
> >>>>>0
> >>>>>6:06:fe:00:00:44","accessDetails":{"router.guest.ip":"192.168.56.102",
> >>>>>"
> >>>>>z
> >>>>>o
> >>>>>ne.network.type":"Basic","
> >>>>> router.name":"r-4-VM","router.ip":"169.254.1.168"},"wait":0}}] }
> >>>>> 2013-04-07 00:32:15,706 DEBUG [agent.transport.Request]
> >>>>> (Job-Executor-36:job-43) Seq 6-324993305: Executing:  { Cmd , MgmtId:
> >>>>>1,
> >>>>> via: 6, Ver: v1, Flags: 100111,
> >>>>>
> >>>>>[{"routing.DhcpEntryCommand":{"vmMac":"06:06:fe:00:00:44","vmIpAddress
> >>>>>"
> >>>>>:
> >>>>>"
> >>>>>192.168.56.146","vmName":"94ddc16f-04fc-4da1-8326-01d8d5cdeb44","defau
> >>>>>l
> >>>>>t
> >>>>>R
> >>>>>outer":"192.168.56.1","defaultDns":"192.168.56.102","duid":"00:03:00:0
> >>>>>1
> >>>>>:
> >>>>>0
> >>>>>6:06:fe:00:00:44","accessDetails":{"router.guest.ip":"192.168.56.102",
> >>>>>"
> >>>>>z
> >>>>>o
> >>>>>ne.network.type":"Basic","
> >>>>> router.name":"r-4-VM","router.ip":"169.254.1.168"},"wait":0}}] }
> >>>>> 2013-04-07 00:32:15,706 DEBUG [agent.manager.DirectAgentAttache]
> >>>>> (DirectAgent-89:null) Seq 6-324993305: Executing request
> >>>>> 2013-04-07 00:32:18,273 DEBUG [agent.manager.DirectAgentAttache]
> >>>>> (DirectAgent-89:null) Seq 6-324993305: Response Received:
> >>>>> 2013-04-07 00:32:18,273 DEBUG [agent.transport.Request]
> >>>>> (DirectAgent-89:null) Seq 6-324993305: Processing:  { Ans: , MgmtId:
> >>>>>1,
> >>>>> via: 6, Ver: v1, Flags: 110, [{"Answer":{"result":true,"wait":0}}] }
> >>>>> 2013-04-07 00:32:18,273 DEBUG [agent.manager.AgentAttache]
> >>>>> (DirectAgent-89:null) Seq 6-324993305: No more commands found
> >>>>> 2013-04-07 00:32:18,273 DEBUG [agent.transport.Request]
> >>>>> (Job-Executor-36:job-43) Seq 6-324993305: Received:  { Ans: , MgmtId:
> >>>>>1,
> >>>>> via: 6, Ver: v1, Flags: 110, { Answer } }
> >>>>> 2013-04-07 00:32:18,286 DEBUG
> >>>>> [network.router.VirtualNetworkApplianceManagerImpl]
> >>>>> (Job-Executor-36:job-43) Applying userdata and password entry in
> >>>>>network
> >>>>> Ntwk[204|Guest|6]
> >>>>> 2013-04-07 00:32:18,303 DEBUG [agent.transport.Request]
> >>>>> (Job-Executor-36:job-43) Seq 6-324993306: Sending  { Cmd , MgmtId: 1,
> >>>>>via:
> >>>>> 6, Ver: v1, Flags: 100111,
> >>>>>
> >>>>>[{"routing.SavePasswordCommand":{"password":"fnirq_cnffjbeq","vmIpAddr
> >>>>>e
> >>>>>s
> >>>>>s
> >>>>>":"192.168.56.146","vmName":"94ddc16f-04fc-4da1-8326-01d8d5cdeb44","ac
> >>>>>c
> >>>>>e
> >>>>>s
> >>>>>sDetails":{"router.guest.ip":"192.168.56.102","zone.network.type":"Bas
> >>>>>i
> >>>>>c
> >>>>>"
> >>>>>,"router.ip":"169.254.1.168","
> >>>>> router.name
> >>>>>
> >>>>>":"r-4-VM"},"wait":0}},{"routing.VmDataCommand":{"vmIpAddress":"192.16
> >>>>>8
> >>>>>.
> >>>>>5
> >>>>>6.146","vmName":"94ddc16f-04fc-4da1-8326-01d8d5cdeb44","accessDetails"
> >>>>>:
> >>>>>{
> >>>>>"
> >>>>>router.guest.ip":"192.168.56.102","zone.network.type":"Basic","router.
> >>>>>i
> >>>>>p
> >>>>>"
> >>>>>:"169.254.1.168","
> >>>>> router.name":"r-4-VM"},"wait":0}}] }
> >>>>> 2013-04-07 00:32:18,304 DEBUG [agent.transport.Request]
> >>>>> (Job-Executor-36:job-43) Seq 6-324993306: Executing:  { Cmd , MgmtId:
> >>>>>1,
> >>>>> via: 6, Ver: v1, Flags: 100111,
> >>>>>
> >>>>>[{"routing.SavePasswordCommand":{"password":"fnirq_cnffjbeq","vmIpAddr
> >>>>>e
> >>>>>s
> >>>>>s
> >>>>>":"192.168.56.146","vmName":"94ddc16f-04fc-4da1-8326-01d8d5cdeb44","ac
> >>>>>c
> >>>>>e
> >>>>>s
> >>>>>sDetails":{"router.guest.ip":"192.168.56.102","zone.network.type":"Bas
> >>>>>i
> >>>>>c
> >>>>>"
> >>>>>,"router.ip":"169.254.1.168","
> >>>>> router.name
> >>>>>
> >>>>>":"r-4-VM"},"wait":0}},{"routing.VmDataCommand":{"vmIpAddress":"192.16
> >>>>>8
> >>>>>.
> >>>>>5
> >>>>>6.146","vmName":"94ddc16f-04fc-4da1-8326-01d8d5cdeb44","accessDetails"
> >>>>>:
> >>>>>{
> >>>>>"
> >>>>>router.guest.ip":"192.168.56.102","zone.network.type":"Basic","router.
> >>>>>i
> >>>>>p
> >>>>>"
> >>>>>:"169.254.1.168","
> >>>>> router.name":"r-4-VM"},"wait":0}}] }
> >>>>> 2013-04-07 00:32:18,304 DEBUG [agent.manager.DirectAgentAttache]
> >>>>> (DirectAgent-20:null) Seq 6-324993306: Executing request
> >>>>> 2013-04-07 00:32:18,391 DEBUG [cloud.api.ApiServlet]
> >>>>> (1161145101@qtp-1008805148-33:null) ===START===  127.0.0.1 -- GET
> >>>>>
> >>>>>command=queryAsyncJobResult&jobId=00aeb7f7-459c-477e-a0a1-5d9262bc583a
> >>>>>&
> >>>>>r
> >>>>>e
> >>>>>sponse=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316338388
> >>>>> 2013-04-07 00:32:18,412 DEBUG [cloud.api.ApiServlet]
> >>>>> (1161145101@qtp-1008805148-33:null) ===END===  127.0.0.1 -- GET
> >>>>>
> >>>>>command=queryAsyncJobResult&jobId=00aeb7f7-459c-477e-a0a1-5d9262bc583a
> >>>>>&
> >>>>>r
> >>>>>e
> >>>>>sponse=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316338388
> >>>>> 2013-04-07 00:32:20,452 DEBUG
> >>>>> [storage.secondary.SecondaryStorageManagerImpl] (secstorage-1:null)
> >>>>>Zone 1
> >>>>> is ready to launch secondary storage VM
> >>>>> 2013-04-07 00:32:20,554 DEBUG
> >>>>>[cloud.consoleproxy.ConsoleProxyManagerImpl]
> >>>>> (consoleproxy-1:null) Zone 1 is ready to launch console proxy
> >>>>> 2013-04-07 00:32:20,819 DEBUG
> >>>>> [network.router.VirtualNetworkApplianceManagerImpl]
> >>>>> (RouterStatusMonitor-1:null) Found 0 routers to update status.
> >>>>> 2013-04-07 00:32:20,821 DEBUG
> >>>>> [network.router.VirtualNetworkApplianceManagerImpl]
> >>>>> (RouterStatusMonitor-1:null) Found 0 networks to update RvR status.
> >>>>> 2013-04-07 00:32:20,851 DEBUG
> >>>>> [network.router.VirtualNetworkApplianceManagerImpl]
> >>>>> (RouterStatusMonitor-1:null) Found 0 routers to update status.
> >>>>> 2013-04-07 00:32:20,852 DEBUG
> >>>>> [network.router.VirtualNetworkApplianceManagerImpl]
> >>>>> (RouterStatusMonitor-1:null) Found 0 networks to update RvR status.
> >>>>> 2013-04-07 00:32:21,391 DEBUG [cloud.api.ApiServlet]
> >>>>> (1161145101@qtp-1008805148-33:null) ===START===  127.0.0.1 -- GET
> >>>>>
> >>>>>command=queryAsyncJobResult&jobId=00aeb7f7-459c-477e-a0a1-5d9262bc583a
> >>>>>&
> >>>>>r
> >>>>>e
> >>>>>sponse=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316341388
> >>>>> 2013-04-07 00:32:21,408 DEBUG [cloud.api.ApiServlet]
> >>>>> (1161145101@qtp-1008805148-33:null) ===END===  127.0.0.1 -- GET
> >>>>>
> >>>>>command=queryAsyncJobResult&jobId=00aeb7f7-459c-477e-a0a1-5d9262bc583a
> >>>>>&
> >>>>>r
> >>>>>e
> >>>>>sponse=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316341388
> >>>>> 2013-04-07 00:32:24,392 DEBUG [cloud.api.ApiServlet]
> >>>>> (1161145101@qtp-1008805148-33:null) ===START===  127.0.0.1 -- GET
> >>>>>
> >>>>>command=queryAsyncJobResult&jobId=00aeb7f7-459c-477e-a0a1-5d9262bc583a
> >>>>>&
> >>>>>r
> >>>>>e
> >>>>>sponse=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316344390
> >>>>> 2013-04-07 00:32:24,407 DEBUG [cloud.api.ApiServlet]
> >>>>> (1161145101@qtp-1008805148-33:null) ===END===  127.0.0.1 -- GET
> >>>>>
> >>>>>command=queryAsyncJobResult&jobId=00aeb7f7-459c-477e-a0a1-5d9262bc583a
> >>>>>&
> >>>>>r
> >>>>>e
> >>>>>sponse=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316344390
> >>>>> 2013-04-07 00:32:24,892 DEBUG [agent.manager.AgentManagerImpl]
> >>>>> (AgentManager-Handler-11:null) Ping from 4
> >>>>> 2013-04-07 00:32:27,183 DEBUG [agent.manager.DirectAgentAttache]
> >>>>> (DirectAgent-273:null) Ping from 1
> >>>>> 2013-04-07 00:32:27,392 DEBUG [cloud.api.ApiServlet]
> >>>>> (1161145101@qtp-1008805148-33:null) ===START===  127.0.0.1 -- GET
> >>>>>
> >>>>>command=queryAsyncJobResult&jobId=00aeb7f7-459c-477e-a0a1-5d9262bc583a
> >>>>>&
> >>>>>r
> >>>>>e
> >>>>>sponse=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316347390
> >>>>> 2013-04-07 00:32:27,407 DEBUG [cloud.api.ApiServlet]
> >>>>> (1161145101@qtp-1008805148-33:null) ===END===  127.0.0.1 -- GET
> >>>>>
> >>>>>command=queryAsyncJobResult&jobId=00aeb7f7-459c-477e-a0a1-5d9262bc583a
> >>>>>&
> >>>>>r
> >>>>>e
> >>>>>sponse=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316347390
> >>>>> 2013-04-07 00:32:29,095 DEBUG [agent.manager.DirectAgentAttache]
> >>>>> (DirectAgent-131:null) Seq 1-90046472: Executing request
> >>>>> 2013-04-07 00:32:29,345 DEBUG [agent.manager.DirectAgentAttache]
> >>>>> (DirectAgent-131:null) Seq 1-90046472: Response Received:
> >>>>> 2013-04-07 00:32:29,345 DEBUG [agent.transport.Request]
> >>>>> (DirectAgent-131:null) Seq 1-90046472: Processing:  { Ans: , MgmtId:
> >>>>>1,
> >>>>> via: 1, Ver: v1, Flags: 10,
> >>>>>
> >>>>>[{"ClusterSyncAnswer":{"_clusterId":1,"_newStates":{},"_isExecuted":fa
> >>>>>l
> >>>>>s
> >>>>>e
> >>>>>,"result":true,"wait":0}}]
> >>>>> }
> >>>>> 2013-04-07 00:32:30,393 DEBUG [cloud.api.ApiServlet]
> >>>>> (1161145101@qtp-1008805148-33:null) ===START===  127.0.0.1 -- GET
> >>>>>
> >>>>>command=queryAsyncJobResult&jobId=00aeb7f7-459c-477e-a0a1-5d9262bc583a
> >>>>>&
> >>>>>r
> >>>>>e
> >>>>>sponse=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316350391
> >>>>> 2013-04-07 00:32:30,408 DEBUG [cloud.api.ApiServlet]
> >>>>> (1161145101@qtp-1008805148-33:null) ===END===  127.0.0.1 -- GET
> >>>>>
> >>>>>command=queryAsyncJobResult&jobId=00aeb7f7-459c-477e-a0a1-5d9262bc583a
> >>>>>&
> >>>>>r
> >>>>>e
> >>>>>sponse=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316350391
> >>>>> 2013-04-07 00:32:32,146 DEBUG [agent.manager.DirectAgentAttache]
> >>>>> (DirectAgent-20:null) Seq 6-324993306: Response Received:
> >>>>> 2013-04-07 00:32:32,146 DEBUG [agent.transport.Request]
> >>>>> (DirectAgent-20:null) Seq 6-324993306: Processing:  { Ans: , MgmtId:
> >>>>>1,
> >>>>> via: 6, Ver: v1, Flags: 110,
> >>>>>
> >>>>>[{"Answer":{"result":true,"wait":0}},{"Answer":{"result":true,"wait":0
> >>>>>}
> >>>>>}
> >>>>>]
> >>>>> }
> >>>>> 2013-04-07 00:32:32,146 DEBUG [agent.manager.AgentAttache]
> >>>>> (DirectAgent-20:null) Seq 6-324993306: No more commands found
> >>>>> 2013-04-07 00:32:32,146 DEBUG [agent.transport.Request]
> >>>>> (Job-Executor-36:job-43) Seq 6-324993306: Received:  { Ans: , MgmtId:
> >>>>>1,
> >>>>> via: 6, Ver: v1, Flags: 110, { Answer, Answer } }
> >>>>> 2013-04-07 00:32:32,146 DEBUG [cloud.network.NetworkManagerImpl]
> >>>>> (Job-Executor-36:job-43) Asking VpcVirtualRouter to prepare for
> >>>>> Nic[19-13-a8349669-6ff2-443f-88d3-c5d69100df3a-192.168.56.146]
> >>>>> 2013-04-07 00:32:32,146 WARN
> >>>>>[network.element.VpcVirtualRouterElement]
> >>>>> (Job-Executor-36:job-43) Network Ntwk[204|Guest|6] is not associated
> >>>>>with
> >>>>> any VPC
> >>>>> 2013-04-07 00:32:32,151 DEBUG [cloud.network.NetworkManagerImpl]
> >>>>> (Job-Executor-36:job-43) Asking NiciraNvp to prepare for
> >>>>> Nic[19-13-a8349669-6ff2-443f-88d3-c5d69100df3a-192.168.56.146]
> >>>>> 2013-04-07 00:32:32,151 DEBUG [network.element.NiciraNvpElement]
> >>>>> (Job-Executor-36:job-43) Checking if NiciraNvpElement can handle
> >>>>>service
> >>>>> Connectivity on network guestNetworkForBasicZone
> >>>>> 2013-04-07 00:32:32,154 DEBUG [cloud.network.NetworkManagerImpl]
> >>>>> (Job-Executor-36:job-43) Asking JuniperSRX to prepare for
> >>>>> Nic[19-13-a8349669-6ff2-443f-88d3-c5d69100df3a-192.168.56.146]
> >>>>> 2013-04-07 00:32:32,157 DEBUG [cloud.network.NetworkManagerImpl]
> >>>>> (Job-Executor-36:job-43) Asking Netscaler to prepare for
> >>>>> Nic[19-13-a8349669-6ff2-443f-88d3-c5d69100df3a-192.168.56.146]
> >>>>> 2013-04-07 00:32:32,160 DEBUG [cloud.network.NetworkManagerImpl]
> >>>>> (Job-Executor-36:job-43) Asking F5BigIP to prepare for
> >>>>> Nic[19-13-a8349669-6ff2-443f-88d3-c5d69100df3a-192.168.56.146]
> >>>>> 2013-04-07 00:32:32,164 DEBUG [cloud.network.NetworkManagerImpl]
> >>>>> (Job-Executor-36:job-43) Asking CiscoNexus1000vVSM to prepare for
> >>>>> Nic[19-13-a8349669-6ff2-443f-88d3-c5d69100df3a-192.168.56.146]
> >>>>> 2013-04-07 00:32:32,168 DEBUG [cloud.storage.StorageManagerImpl]
> >>>>> (Job-Executor-36:job-43) Checking if we need to prepare 1 volumes for
> >>>>> VM[User|94ddc16f-04fc-4da1-8326-01d8d5cdeb44]
> >>>>> 2013-04-07 00:32:32,169 DEBUG [cloud.storage.StorageManagerImpl]
> >>>>> (Job-Executor-36:job-43) Creating volume: Vol[13|vm=13|ROOT]
> >>>>> 2013-04-07 00:32:32,170 DEBUG [cloud.storage.StorageManagerImpl]
> >>>>> (Job-Executor-36:job-43) Trying to create in Pool[257|PreSetup]
> >>>>> 2013-04-07 00:32:32,175 DEBUG [cloud.template.TemplateManagerImpl]
> >>>>> (Job-Executor-36:job-43) Template 5 has already been downloaded to
> >>>>>pool
> >>>>>257
> >>>>> 2013-04-07 00:32:32,179 DEBUG [agent.transport.Request]
> >>>>> (Job-Executor-36:job-43) Seq 6-324993307: Sending  { Cmd , MgmtId: 1,
> >>>>>via:
> >>>>> 6, Ver: v1, Flags: 100111,
> >>>>>
> >>>>>[{"storage.CreateCommand":{"volId":13,"pool":{"id":257,"uuid":"iSCSI_S
> >>>>>R
> >>>>>_
> >>>>>3
> >>>>>","host":"192.168.56.9","path":"/iSCSI_SR_3","port":0,"type":"PreSetup
> >>>>>"
> >>>>>}
> >>>>>,
> >>>>>"diskCharacteristics":{"size":52428800,"tags":["iSCSI_SR_4"],"type":"R
> >>>>>O
> >>>>>O
> >>>>>T
> >>>>>","name":"ROOT-13","useLocalStorage":false,"recreatable":true,"diskOff
> >>>>>e
> >>>>>r
> >>>>>i
> >>>>>ngId":38,"volumeId":13,"hyperType":"XenServer"},"templateUrl":"a841492
> >>>>>6
> >>>>>-
> >>>>>8
> >>>>>1d6-4b54-9b4b-feb498489df0","wait":0}}]
> >>>>> }
> >>>>> 2013-04-07 00:32:32,180 DEBUG [agent.transport.Request]
> >>>>> (Job-Executor-36:job-43) Seq 6-324993307: Executing:  { Cmd , MgmtId:
> >>>>>1,
> >>>>> via: 6, Ver: v1, Flags: 100111,
> >>>>>
> >>>>>[{"storage.CreateCommand":{"volId":13,"pool":{"id":257,"uuid":"iSCSI_S
> >>>>>R
> >>>>>_
> >>>>>3
> >>>>>","host":"192.168.56.9","path":"/iSCSI_SR_3","port":0,"type":"PreSetup
> >>>>>"
> >>>>>}
> >>>>>,
> >>>>>"diskCharacteristics":{"size":52428800,"tags":["iSCSI_SR_4"],"type":"R
> >>>>>O
> >>>>>O
> >>>>>T
> >>>>>","name":"ROOT-13","useLocalStorage":false,"recreatable":true,"diskOff
> >>>>>e
> >>>>>r
> >>>>>i
> >>>>>ngId":38,"volumeId":13,"hyperType":"XenServer"},"templateUrl":"a841492
> >>>>>6
> >>>>>-
> >>>>>8
> >>>>>1d6-4b54-9b4b-feb498489df0","wait":0}}]
> >>>>> }
> >>>>> 2013-04-07 00:32:32,180 DEBUG [agent.manager.DirectAgentAttache]
> >>>>> (DirectAgent-59:null) Seq 6-324993307: Executing request
> >>>>> 2013-04-07 00:32:32,265 DEBUG [xen.resource.CitrixResourceBase]
> >>>>> (DirectAgent-59:null) SR retrieved for iSCSI_SR_3
> >>>>> 2013-04-07 00:32:32,276 DEBUG [xen.resource.CitrixResourceBase]
> >>>>> (DirectAgent-59:null) Checking iSCSI_SR_3 or SR
> >>>>> fe8ca696-22f5-ba1f-af68-7c3cf5a3cb39 on
> >>>>> XS[f7a017da-3064-456a-89cd-28ee9e2d36b3-192.168.56.9]
> >>>>> 2013-04-07 00:32:33,395 DEBUG [cloud.api.ApiServlet]
> >>>>> (1161145101@qtp-1008805148-33:null) ===START===  127.0.0.1 -- GET
> >>>>>
> >>>>>command=queryAsyncJobResult&jobId=00aeb7f7-459c-477e-a0a1-5d9262bc583a
> >>>>>&
> >>>>>r
> >>>>>e
> >>>>>sponse=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316353392
> >>>>> 2013-04-07 00:32:33,419 DEBUG [cloud.api.ApiServlet]
> >>>>> (1161145101@qtp-1008805148-33:null) ===END===  127.0.0.1 -- GET
> >>>>>
> >>>>>command=queryAsyncJobResult&jobId=00aeb7f7-459c-477e-a0a1-5d9262bc583a
> >>>>>&
> >>>>>r
> >>>>>e
> >>>>>sponse=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316353392
> >>>>> 2013-04-07 00:32:34,687 DEBUG [xen.resource.CitrixResourceBase]
> >>>>> (DirectAgent-59:null) Succesfully created VDI for
> >>>>> com.cloud.agent.api.storage.CreateCommand.  Uuid =
> >>>>> 99154d9c-2665-465d-8c71-e60f1748895b
> >>>>> 2013-04-07 00:32:34,687 DEBUG [agent.manager.DirectAgentAttache]
> >>>>> (DirectAgent-59:null) Seq 6-324993307: Response Received:
> >>>>> 2013-04-07 00:32:34,688 DEBUG [agent.transport.Request]
> >>>>> (DirectAgent-59:null) Seq 6-324993307: Processing:  { Ans: , MgmtId:
> >>>>>1,
> >>>>> via: 6, Ver: v1, Flags: 110,
> >>>>>
> >>>>>[{"storage.CreateAnswer":{"volume":{"id":13,"name":"ROOT-13","mountPoi
> >>>>>n
> >>>>>t
> >>>>>"
> >>>>>:"/iSCSI_SR_3","path":"99154d9c-2665-465d-8c71-e60f1748895b","size":52
> >>>>>4
> >>>>>2
> >>>>>8
> >>>>>800,"type":"ROOT","storagePoolType":"PreSetup","storagePoolUuid":"iSCS
> >>>>>I
> >>>>>_
> >>>>>S
> >>>>>R_3","deviceId":0},"requestTemplateReload":false,"result":true,"wait":
> >>>>>0
> >>>>>}
> >>>>>}
> >>>>>]
> >>>>> }
> >>>>> 2013-04-07 00:32:34,688 DEBUG [agent.transport.Request]
> >>>>> (Job-Executor-36:job-43) Seq 6-324993307: Received:  { Ans: , MgmtId:
> >>>>>1,
> >>>>> via: 6, Ver: v1, Flags: 110, { CreateAnswer } }
> >>>>> 2013-04-07 00:32:34,688 DEBUG [agent.manager.AgentAttache]
> >>>>> (DirectAgent-59:null) Seq 6-324993307: No more commands found
> >>>>> 2013-04-07 00:32:34,690 DEBUG [cloud.storage.StorageManagerImpl]
> >>>>> (Job-Executor-36:job-43) Volume Vol[13|vm=13|ROOT] is created on
> >>>>> Pool[257|PreSetup]
> >>>>> 2013-04-07 00:32:34,701 DEBUG [agent.transport.Request]
> >>>>> (Job-Executor-36:job-43) Seq 6-324993308: Sending  { Cmd , MgmtId: 1,
> >>>>>via:
> >>>>> 6, Ver: v1, Flags: 100111,
> >>>>>
> >>>>>[{"StartCommand":{"vm":{"id":13,"name":"i-2-13-VM","bootloader":"PyGru
> >>>>>b
> >>>>>"
> >>>>>,
> >>>>>"type":"User","cpus":1,"speed":100,"minRam":1073741824,"maxRam":107374
> >>>>>1
> >>>>>8
> >>>>>2
> >>>>>4,"arch":"x86_64","os":"CentOS
> >>>>> 5.3
> >>>>>
> >>>>>(64-bit)","bootArgs":"","rebootOnCrash":false,"enableHA":false,"limitC
> >>>>>p
> >>>>>u
> >>>>>U
> >>>>>se":false,"vncPassword":"2e91fc6d6f16609d","params":{},"uuid":"94ddc16
> >>>>>f
> >>>>>-
> >>>>>0
> >>>>>4fc-4da1-8326-01d8d5cdeb44","disks":[{"id":13,"name":"ROOT-13","mountP
> >>>>>o
> >>>>>i
> >>>>>n
> >>>>>t":"/iSCSI_SR_3","path":"99154d9c-2665-465d-8c71-e60f1748895b","size":
> >>>>>5
> >>>>>2
> >>>>>4
> >>>>>28800,"type":"ROOT","storagePoolType":"PreSetup","storagePoolUuid":"iS
> >>>>>C
> >>>>>S
> >>>>>I
> >>>>>_SR_3","deviceId":0},{"id":13,"name":"tiny
> >>>>>
> >>>>>Linux","size":0,"type":"ISO","storagePoolType":"ISO","deviceId":3}],"n
> >>>>>i
> >>>>>c
> >>>>>s
> >>>>>":[{"deviceId":0,"networkRateMbps":200,"defaultNic":true,"uuid":"59b9a
> >>>>>8
> >>>>>a
> >>>>>a
> >>>>>-c867-40b8-95bb-6e40273569c9","ip":"192.168.56.146","netmask":"255.255
> >>>>>.
> >>>>>2
> >>>>>5
> >>>>>5.0","gateway":"192.168.56.1","mac":"06:06:fe:00:00:44","dns1":"8.8.8.
> >>>>>8
> >>>>>"
> >>>>>,
> >>>>>"dns2":"4.4.4.4","broadcastType":"Native","type":"Guest","broadcastUri
> >>>>>"
> >>>>>:
> >>>>>"
> >>>>>vlan://untagged","isolationUri":"ec2://untagged","isSecurityGroupEnabl
> >>>>>e
> >>>>>d
> >>>>>"
> >>>>>:true}]},"hostIp":"192.168.56.9","wait":0}}]
> >>>>> }
> >>>>> 2013-04-07 00:32:34,702 DEBUG [agent.transport.Request]
> >>>>> (Job-Executor-36:job-43) Seq 6-324993308: Executing:  { Cmd , MgmtId:
> >>>>>1,
> >>>>> via: 6, Ver: v1, Flags: 100111,
> >>>>>
> >>>>>[{"StartCommand":{"vm":{"id":13,"name":"i-2-13-VM","bootloader":"PyGru
> >>>>>b
> >>>>>"
> >>>>>,
> >>>>>"type":"User","cpus":1,"speed":100,"minRam":1073741824,"maxRam":107374
> >>>>>1
> >>>>>8
> >>>>>2
> >>>>>4,"arch":"x86_64","os":"CentOS
> >>>>> 5.3
> >>>>>
> >>>>>(64-bit)","bootArgs":"","rebootOnCrash":false,"enableHA":false,"limitC
> >>>>>p
> >>>>>u
> >>>>>U
> >>>>>se":false,"vncPassword":"2e91fc6d6f16609d","params":{},"uuid":"94ddc16
> >>>>>f
> >>>>>-
> >>>>>0
> >>>>>4fc-4da1-8326-01d8d5cdeb44","disks":[{"id":13,"name":"ROOT-13","mountP
> >>>>>o
> >>>>>i
> >>>>>n
> >>>>>t":"/iSCSI_SR_3","path":"99154d9c-2665-465d-8c71-e60f1748895b","size":
> >>>>>5
> >>>>>2
> >>>>>4
> >>>>>28800,"type":"ROOT","storagePoolType":"PreSetup","storagePoolUuid":"iS
> >>>>>C
> >>>>>S
> >>>>>I
> >>>>>_SR_3","deviceId":0},{"id":13,"name":"tiny
> >>>>>
> >>>>>Linux","size":0,"type":"ISO","storagePoolType":"ISO","deviceId":3}],"n
> >>>>>i
> >>>>>c
> >>>>>s
> >>>>>":[{"deviceId":0,"networkRateMbps":200,"defaultNic":true,"uuid":"59b9a
> >>>>>8
> >>>>>a
> >>>>>a
> >>>>>-c867-40b8-95bb-6e40273569c9","ip":"192.168.56.146","netmask":"255.255
> >>>>>.
> >>>>>2
> >>>>>5
> >>>>>5.0","gateway":"192.168.56.1","mac":"06:06:fe:00:00:44","dns1":"8.8.8.
> >>>>>8
> >>>>>"
> >>>>>,
> >>>>>"dns2":"4.4.4.4","broadcastType":"Native","type":"Guest","broadcastUri
> >>>>>"
> >>>>>:
> >>>>>"
> >>>>>vlan://untagged","isolationUri":"ec2://untagged","isSecurityGroupEnabl
> >>>>>e
> >>>>>d
> >>>>>"
> >>>>>:true}]},"hostIp":"192.168.56.9","wait":0}}]
> >>>>> }
> >>>>> 2013-04-07 00:32:34,702 DEBUG [agent.manager.DirectAgentAttache]
> >>>>> (DirectAgent-334:null) Seq 6-324993308: Executing request
> >>>>> 2013-04-07 00:32:34,787 DEBUG [xen.resource.CitrixResourceBase]
> >>>>> (DirectAgent-334:null) 1. The VM i-2-13-VM is in Starting state.
> >>>>> 2013-04-07 00:32:34,862 DEBUG [xen.resource.XenServer56FP1Resource]
> >>>>> (DirectAgent-334:null) Created VM
> >>>>>f21a0243-f342-fd59-98d8-00ed89224305
> >>>>>for
> >>>>> i-2-13-VM
> >>>>> 2013-04-07 00:32:34,912 DEBUG [xen.resource.CitrixResourceBase]
> >>>>> (DirectAgent-334:null) VBD 6e16b739-13fb-1891-fc66-f786b8db522b
> >>>>>created
> >>>>>for
> >>>>> Vol[13|ROOT|99154d9c-2665-465d-8c71-e60f1748895b|52428800]
> >>>>> 2013-04-07 00:32:34,937 DEBUG [xen.resource.CitrixResourceBase]
> >>>>> (DirectAgent-334:null) VBD f9ad291b-2a8d-4c81-94a5-ef8b8b38be8c
> >>>>>created
> >>>>>for
> >>>>> Vol[13|ISO|null|0]
> >>>>> 2013-04-07 00:32:34,937 DEBUG [xen.resource.CitrixResourceBase]
> >>>>> (DirectAgent-334:null) Creating VIF for i-2-13-VM on nic
> >>>>> [Nic:Guest-192.168.56.146-vlan://untagged]
> >>>>> 2013-04-07 00:32:34,991 DEBUG [xen.resource.CitrixResourceBase]
> >>>>> (DirectAgent-334:null) Created a vif
> >>>>>bec5565a-8c80-48a1-3ea4-88971784ce3b
> >>>>> on 0
> >>>>> 2013-04-07 00:32:36,396 DEBUG [cloud.api.ApiServlet]
> >>>>> (1161145101@qtp-1008805148-33:null) ===START===  127.0.0.1 -- GET
> >>>>>
> >>>>>command=queryAsyncJobResult&jobId=00aeb7f7-459c-477e-a0a1-5d9262bc583a
> >>>>>&
> >>>>>r
> >>>>>e
> >>>>>sponse=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316356393
> >>>>> 2013-04-07 00:32:36,418 DEBUG [cloud.api.ApiServlet]
> >>>>> (1161145101@qtp-1008805148-33:null) ===END===  127.0.0.1 -- GET
> >>>>>
> >>>>>command=queryAsyncJobResult&jobId=00aeb7f7-459c-477e-a0a1-5d9262bc583a
> >>>>>&
> >>>>>r
> >>>>>e
> >>>>>sponse=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316356393
> >>>>> 2013-04-07 00:32:39,395 DEBUG [cloud.api.ApiServlet]
> >>>>> (1161145101@qtp-1008805148-33:null) ===START===  127.0.0.1 -- GET
> >>>>>
> >>>>>command=queryAsyncJobResult&jobId=00aeb7f7-459c-477e-a0a1-5d9262bc583a
> >>>>>&
> >>>>>r
> >>>>>e
> >>>>>sponse=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316359393
> >>>>> 2013-04-07 00:32:39,410 DEBUG [cloud.api.ApiServlet]
> >>>>> (1161145101@qtp-1008805148-33:null) ===END===  127.0.0.1 -- GET
> >>>>>
> >>>>>command=queryAsyncJobResult&jobId=00aeb7f7-459c-477e-a0a1-5d9262bc583a
> >>>>>&
> >>>>>r
> >>>>>e
> >>>>>sponse=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316359393
> >>>>> 2013-04-07 00:32:41,550 INFO  [xen.resource.CitrixResourceBase]
> >>>>> (DirectAgent-334:null) Programmed default network rules for i-2-13-VM
> >>>>>on
> >>>>> nic with ip:192.168.56.146 mac:06:06:fe:00:00:44
> >>>>> 2013-04-07 00:32:41,550 DEBUG [xen.resource.CitrixResourceBase]
> >>>>> (DirectAgent-334:null) 2. The VM i-2-13-VM is in Running state.
> >>>>> 2013-04-07 00:32:41,550 DEBUG [agent.manager.DirectAgentAttache]
> >>>>> (DirectAgent-334:null) Seq 6-324993308: Response Received:
> >>>>> 2013-04-07 00:32:41,551 DEBUG [agent.transport.Request]
> >>>>> (DirectAgent-334:null) Seq 6-324993308: Processing:  { Ans: , MgmtId:
> >>>>>1,
> >>>>> via: 6, Ver: v1, Flags: 110,
> >>>>>
> >>>>>[{"StartAnswer":{"vm":{"id":13,"name":"i-2-13-VM","bootloader":"PyGrub
> >>>>>"
> >>>>>,
> >>>>>"
> >>>>>type":"User","cpus":1,"speed":100,"minRam":1073741824,"maxRam":1073741
> >>>>>8
> >>>>>2
> >>>>>4
> >>>>>,"arch":"x86_64","os":"CentOS
> >>>>> 5.3
> >>>>>
> >>>>>(64-bit)","bootArgs":"","rebootOnCrash":false,"enableHA":false,"limitC
> >>>>>p
> >>>>>u
> >>>>>U
> >>>>>se":false,"vncPassword":"2e91fc6d6f16609d","params":{},"uuid":"94ddc16
> >>>>>f
> >>>>>-
> >>>>>0
> >>>>>4fc-4da1-8326-01d8d5cdeb44","disks":[{"id":13,"name":"ROOT-13","mountP
> >>>>>o
> >>>>>i
> >>>>>n
> >>>>>t":"/iSCSI_SR_3","path":"99154d9c-2665-465d-8c71-e60f1748895b","size":
> >>>>>5
> >>>>>2
> >>>>>4
> >>>>>28800,"type":"ROOT","storagePoolType":"PreSetup","storagePoolUuid":"iS
> >>>>>C
> >>>>>S
> >>>>>I
> >>>>>_SR_3","deviceId":0},{"id":13,"name":"tiny
> >>>>>
> >>>>>Linux","size":0,"type":"ISO","storagePoolType":"ISO","deviceId":3}],"n
> >>>>>i
> >>>>>c
> >>>>>s
> >>>>>":[{"deviceId":0,"networkRateMbps":200,"defaultNic":true,"uuid":"59b9a
> >>>>>8
> >>>>>a
> >>>>>a
> >>>>>-c867-40b8-95bb-6e40273569c9","ip":"192.168.56.146","netmask":"255.255
> >>>>>.
> >>>>>2
> >>>>>5
> >>>>>5.0","gateway":"192.168.56.1","mac":"06:06:fe:00:00:44","dns1":"8.8.8.
> >>>>>8
> >>>>>"
> >>>>>,
> >>>>>"dns2":"4.4.4.4","broadcastType":"Native","type":"Guest","broadcastUri
> >>>>>"
> >>>>>:
> >>>>>"
> >>>>>vlan://untagged","isolationUri":"ec2://untagged","isSecurityGroupEnabl
> >>>>>e
> >>>>>d
> >>>>>"
> >>>>>:true}]},"result":true,"wait":0}}]
> >>>>> }
> >>>>> 2013-04-07 00:32:41,551 DEBUG [agent.transport.Request]
> >>>>> (Job-Executor-36:job-43) Seq 6-324993308: Received:  { Ans: , MgmtId:
> >>>>>1,
> >>>>> via: 6, Ver: v1, Flags: 110, { StartAnswer } }
> >>>>> 2013-04-07 00:32:41,551 DEBUG [agent.manager.AgentAttache]
> >>>>> (DirectAgent-334:null) Seq 6-324993308: No more commands found
> >>>>> 2013-04-07 00:32:41,592 DEBUG
> >>>>>[network.security.SecurityGroupManagerImpl]
> >>>>> (Job-Executor-36:job-43) Security Group Mgr v2: scheduling ruleset
> >>>>>updates
> >>>>> for 1 vms  (unique=1), current queue size=0
> >>>>> 2013-04-07 00:32:41,593 DEBUG
> >>>>>[network.security.SecurityGroupManagerImpl]
> >>>>> (Job-Executor-36:job-43) Security Group Mgr v2: done scheduling
> >>>>>ruleset
> >>>>> updates for 1 vms: num new jobs=1 num rows insert or updated=1 time
> >>>>>taken=1
> >>>>> 2013-04-07 00:32:41,596 DEBUG [cloud.capacity.CapacityManagerImpl]
> >>>>> (Job-Executor-36:job-43) VM state transitted from :Starting to
> >>>>>Running
> >>>>>with
> >>>>> event: OperationSucceededvm's original host id: 6 new host id: 6 host
> >>>>>id
> >>>>> before state transition: 6
> >>>>> 2013-04-07 00:32:41,596 DEBUG [cloud.vm.VirtualMachineManagerImpl]
> >>>>> (Job-Executor-36:job-43) Start completed for VM
> >>>>> VM[User|94ddc16f-04fc-4da1-8326-01d8d5cdeb44]
> >>>>> 2013-04-07 00:32:41,601 DEBUG
> >>>>>[network.security.SecurityGroupManagerImpl]
> >>>>> (SecGrp-Worker-4:null) SecurityGroupManager v2: sending ruleset
> >>>>>update
> >>>>>for
> >>>>> vm i-2-13-VM:ingress num rules=0:egress num rules=0 num cidrs=0
> >>>>> sig=d41d8cd98f00b204e9800998ecf8427e
> >>>>> 2013-04-07 00:32:41,605 DEBUG [agent.transport.Request]
> >>>>> (SecGrp-Worker-4:null) Seq 6-324993309: Sending  { Cmd , MgmtId: 1,
> >>>>>via: 6,
> >>>>> Ver: v1, Flags: 100111,
> >>>>>
> >>>>>[{"SecurityGroupRulesCmd":{"guestIp":"192.168.56.146","vmName":"i-2-13
> >>>>>-
> >>>>>V
> >>>>>M
> >>>>>","guestMac":"06:06:fe:00:00:44","signature":"d41d8cd98f00b204e9800998
> >>>>>e
> >>>>>c
> >>>>>f
> >>>>>8427e","seqNum":1,"vmId":13,"msId":1,"ingressRuleSet":[],"egressRuleSe
> >>>>>t
> >>>>>"
> >>>>>:
> >>>>>[],"wait":0}}]
> >>>>> }
> >>>>> 2013-04-07 00:32:41,605 DEBUG [cloud.async.AsyncJobManagerImpl]
> >>>>> (Job-Executor-36:job-43) Complete async job-43, jobStatus: 1,
> >>>>>resultCode:
> >>>>> 0, result: org.apache.cloudstack.api.response.UserVmResponse@68779e71
> >>>>> 2013-04-07 00:32:41,605 DEBUG [agent.transport.Request]
> >>>>> (SecGrp-Worker-4:null) Seq 6-324993309: Executing:  { Cmd , MgmtId:
> >>>>>1,
> >>>>>via:
> >>>>> 6, Ver: v1, Flags: 100111,
> >>>>>
> >>>>>[{"SecurityGroupRulesCmd":{"guestIp":"192.168.56.146","vmName":"i-2-13
> >>>>>-
> >>>>>V
> >>>>>M
> >>>>>","guestMac":"06:06:fe:00:00:44","signature":"d41d8cd98f00b204e9800998
> >>>>>e
> >>>>>c
> >>>>>f
> >>>>>8427e","seqNum":1,"vmId":13,"msId":1,"ingressRuleSet":[],"egressRuleSe
> >>>>>t
> >>>>>"
> >>>>>:
> >>>>>[],"wait":0}}]
> >>>>> }
> >>>>> 2013-04-07 00:32:41,606 DEBUG [agent.manager.DirectAgentAttache]
> >>>>> (DirectAgent-275:null) Seq 6-324993309: Executing request
> >>>>> 2013-04-07 00:32:41,611 DEBUG [cloud.async.AsyncJobManagerImpl]
> >>>>> (Job-Executor-36:job-43) Done executing
> >>>>> org.apache.cloudstack.api.command.user.vm.DeployVMCmd for job-43
> >>>>> 2013-04-07 00:32:41,866 INFO  [xen.resource.CitrixResourceBase]
> >>>>> (DirectAgent-275:null) Programmed network rules for vm i-2-13-VM
> >>>>> guestIp=192.168.56.146, ingress numrules=0, egress numrules=0
> >>>>> 2013-04-07 00:32:41,866 DEBUG [agent.manager.DirectAgentAttache]
> >>>>> (DirectAgent-275:null) Seq 6-324993309: Response Received:
> >>>>> 2013-04-07 00:32:41,866 DEBUG [agent.transport.Request]
> >>>>> (DirectAgent-275:null) Seq 6-324993309: Processing:  { Ans: , MgmtId:
> >>>>>1,
> >>>>> via: 6, Ver: v1, Flags: 110,
> >>>>>
> >>>>>[{"SecurityGroupRuleAnswer":{"logSequenceNumber":1,"vmId":13,"reason":
> >>>>>"
> >>>>>N
> >>>>>O
> >>>>>NE","result":true,"wait":0}}]
> >>>>> }
> >>>>> 2013-04-07 00:32:41,866 DEBUG
> >>>>>[network.security.SecurityGroupListener]
> >>>>> (DirectAgent-275:null) Successfully programmed rule
> >>>>> com.cloud.agent.api.SecurityGroupRuleAnswer into host 6
> >>>>> 2013-04-07 00:32:41,868 DEBUG
> >>>>>[network.security.SecurityGroupListener]
> >>>>> (DirectAgent-275:null) Successfully programmed rule
> >>>>> com.cloud.agent.api.SecurityGroupRuleAnswer into host 6
> >>>>> 2013-04-07 00:32:41,869 DEBUG [agent.manager.AgentAttache]
> >>>>> (DirectAgent-275:null) Seq 6-324993309: No more commands found
> >>>>> 2013-04-07 00:32:42,396 DEBUG [cloud.api.ApiServlet]
> >>>>> (1161145101@qtp-1008805148-33:null) ===START===  127.0.0.1 -- GET
> >>>>>
> >>>>>command=queryAsyncJobResult&jobId=00aeb7f7-459c-477e-a0a1-5d9262bc583a
> >>>>>&
> >>>>>r
> >>>>>e
> >>>>>sponse=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316362394
> >>>>> 2013-04-07 00:32:42,406 DEBUG [cloud.async.AsyncJobManagerImpl]
> >>>>> (1161145101@qtp-1008805148-33:null) Async job-43 completed
> >>>>> 2013-04-07 00:32:42,412 DEBUG [cloud.api.ApiServlet]
> >>>>> (1161145101@qtp-1008805148-33:null) ===END===  127.0.0.1 -- GET
> >>>>>
> >>>>>command=queryAsyncJobResult&jobId=00aeb7f7-459c-477e-a0a1-5d9262bc583a
> >>>>>&
> >>>>>r
> >>>>>e
> >>>>>sponse=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316362394
> >>>>> 2013-04-07 00:32:45,427 DEBUG [cloud.api.ApiServlet]
> >>>>> (1161145101@qtp-1008805148-33:null) ===START===  127.0.0.1 -- GET
> >>>>>
> >>>>>command=listVolumes&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8Go
> >>>>>V
> >>>>>A
> >>>>>%
> >>>>>3D&listAll=true&page=1&pagesize=20&_=1365316365425
> >>>>> 2013-04-07 00:32:45,442 DEBUG [cloud.api.ApiServlet]
> >>>>> (1161145101@qtp-1008805148-33:null) ===END===  127.0.0.1 -- GET
> >>>>>
> >>>>>command=listVolumes&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8Go
> >>>>>V
> >>>>>A
> >>>>>%
> >>>>>3D&listAll=true&page=1&pagesize=20&_=1365316365425
> >>>>> 2013-04-07 00:32:47,667 DEBUG [cloud.api.ApiServlet]
> >>>>> (1161145101@qtp-1008805148-33:null) ===START===  127.0.0.1 -- GET
> >>>>>
> >>>>>command=listVolumes&id=44d56727-6e5f-438a-8187-42adfac7c906&response=j
> >>>>>s
> >>>>>o
> >>>>>n
> >>>>>&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316367665
> >>>>> 2013-04-07 00:32:47,679 DEBUG [agent.manager.AgentManagerImpl]
> >>>>> (AgentManager-Handler-12:null) Ping from 3
> >>>>> 2013-04-07 00:32:47,684 DEBUG [cloud.api.ApiServlet]
> >>>>> (1161145101@qtp-1008805148-33:null) ===END===  127.0.0.1 -- GET
> >>>>>
> >>>>>command=listVolumes&id=44d56727-6e5f-438a-8187-42adfac7c906&response=j
> >>>>>s
> >>>>>o
> >>>>>n
> >>>>>&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316367665
> >>>>> 2013-04-07 00:32:47,698 DEBUG [cloud.api.ApiServlet]
> >>>>> (1161145101@qtp-1008805148-33:null) ===START===  127.0.0.1 -- GET
> >>>>>
> >>>>>command=listTags&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%
> >>>>>3
> >>>>>D
> >>>>>&
> >>>>>resourceId=44d56727-6e5f-438a-8187-42adfac7c906&resourceType=Volume&li
> >>>>>s
> >>>>>t
> >>>>>A
> >>>>>ll=true&_=1365316367696
> >>>>> 2013-04-07 00:32:47,708 DEBUG [cloud.api.ApiServlet]
> >>>>> (1161145101@qtp-1008805148-33:null) ===END===  127.0.0.1 -- GET
> >>>>>
> >>>>>command=listTags&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%
> >>>>>3
> >>>>>D
> >>>>>&
> >>>>>resourceId=44d56727-6e5f-438a-8187-42adfac7c906&resourceType=Volume&li
> >>>>>s
> >>>>>t
> >>>>>A
> >>>>>ll=true&_=1365316367696
> >>>>> 2013-04-07 00:32:50,453 DEBUG
> >>>>> [storage.secondary.SecondaryStorageManagerImpl] (secstorage-1:null)
> >>>>>Zone 1
> >>>>> is ready to launch secondary storage VM
> >>>>> 2013-04-07 00:32:50,556 DEBUG
> >>>>>[cloud.consoleproxy.ConsoleProxyManagerImpl]
> >>>>> (consoleproxy-1:null) Zone 1 is ready to launch console proxy
> >>>>> 2013-04-07 00:32:50,815 DEBUG
> >>>>> [network.router.VirtualNetworkApplianceManagerImpl]
> >>>>>(RouterMonitor-1:null)
> >>>>> Found 0 running routers.
> >>>>> 2013-04-07 00:32:50,820 DEBUG
> >>>>> [network.router.VirtualNetworkApplianceManagerImpl]
> >>>>> (RouterStatusMonitor-1:null) Found 0 routers to update status.
> >>>>> 2013-04-07 00:32:50,821 DEBUG
> >>>>> [network.router.VirtualNetworkApplianceManagerImpl]
> >>>>> (RouterStatusMonitor-1:null) Found 0 networks to update RvR status.
> >>>>> 2013-04-07 00:32:50,851 DEBUG
> >>>>> [network.router.VirtualNetworkApplianceManagerImpl]
> >>>>>(RouterMonitor-1:null)
> >>>>> Found 0 running routers.
> >>>>> 2013-04-07 00:32:50,851 DEBUG
> >>>>> [network.router.VirtualNetworkApplianceManagerImpl]
> >>>>> (RouterStatusMonitor-1:null) Found 0 routers to update status.
> >>>>> 2013-04-07 00:32:50,852 DEBUG
> >>>>> [network.router.VirtualNetworkApplianceManagerImpl]
> >>>>> (RouterStatusMonitor-1:null) Found 0 networks to update RvR status.
> >>>>> 2013-04-07 00:32:50,908 DEBUG
> >>>>> [cloud.network.ExternalLoadBalancerUsageManagerImpl]
> >>>>> (ExternalNetworkMonitor-1:null) External devices stats collector is
> >>>>> running...
> >>>>> 2013-04-07 00:32:50,919 DEBUG
> >>>>>[storage.snapshot.SnapshotSchedulerImpl]
> >>>>> (SnapshotPollTask:null) Snapshot scheduler.poll is being called at
> >>>>> 2013-04-07 06:32:50 GMT
> >>>>> 2013-04-07 00:32:50,920 DEBUG
> >>>>>[storage.snapshot.SnapshotSchedulerImpl]
> >>>>> (SnapshotPollTask:null) Got 0 snapshots to be executed at 2013-04-07
> >>>>> 06:32:50 GMT
> >>>>> 2013-04-07 00:32:51,462 INFO  [agent.manager.AgentMonitor]
> >>>>> (Thread-11:null) Found the following agents behind on ping: [6, 5]
> >>>>> 2013-04-07 00:32:51,464 DEBUG [cloud.host.Status] (Thread-11:null)
> >>>>>Ping
> >>>>> timeout for host 6, do invstigation
> >>>>> 2013-04-07 00:32:51,465 DEBUG [cloud.host.Status] (Thread-11:null)
> >>>>>Ping
> >>>>> timeout for host 5, do invstigation
> >>>>> 2013-04-07 00:32:51,465 INFO  [agent.manager.AgentManagerImpl]
> >>>>> (AgentTaskPool-15:null) Investigating why host 6 has disconnected
> >>>>>with
> >>>>> event PingTimeout
> >>>>> 2013-04-07 00:32:51,465 DEBUG [agent.manager.AgentManagerImpl]
> >>>>> (AgentTaskPool-15:null) checking if agent (6) is alive
> >>>>> 2013-04-07 00:32:51,467 INFO  [agent.manager.AgentManagerImpl]
> >>>>> (AgentTaskPool-1:null) Investigating why host 5 has disconnected with
> >>>>>event
> >>>>> PingTimeout
> >>>>> 2013-04-07 00:32:51,467 DEBUG [agent.manager.AgentManagerImpl]
> >>>>> (AgentTaskPool-1:null) checking if agent (5) is alive
> >>>>> 2013-04-07 00:32:51,469 DEBUG [agent.transport.Request]
> >>>>> (AgentTaskPool-15:null) Seq 6-324993310: Sending  { Cmd , MgmtId: 1,
> >>>>>via:
> >>>>> 6, Ver: v1, Flags: 100011, [{"CheckHealthCommand":{"wait":50}}] }
> >>>>> 2013-04-07 00:32:51,469 DEBUG [agent.transport.Request]
> >>>>> (AgentTaskPool-15:null) Seq 6-324993310: Executing:  { Cmd , MgmtId:
> >>>>>1,
> >>>>> via: 6, Ver: v1, Flags: 100011, [{"CheckHealthCommand":{"wait":50}}]
> >>>>>}
> >>>>> 2013-04-07 00:32:51,469 DEBUG [agent.manager.DirectAgentAttache]
> >>>>> (DirectAgent-335:null) Seq 6-324993310: Executing request
> >>>>> 2013-04-07 00:32:51,473 DEBUG [agent.transport.Request]
> >>>>> (AgentTaskPool-1:null) Seq 5-614334814: Sending  { Cmd , MgmtId: 1,
> >>>>>via: 5,
> >>>>> Ver: v1, Flags: 100011, [{"CheckHealthCommand":{"wait":50}}] }
> >>>>> 2013-04-07 00:32:51,473 DEBUG [agent.transport.Request]
> >>>>> (AgentTaskPool-1:null) Seq 5-614334814: Executing:  { Cmd , MgmtId:
> >>>>>1,
> >>>>>via:
> >>>>> 5, Ver: v1, Flags: 100011, [{"CheckHealthCommand":{"wait":50}}] }
> >>>>> 2013-04-07 00:32:51,473 DEBUG [agent.manager.DirectAgentAttache]
> >>>>> (DirectAgent-30:null) Seq 5-614334814: Executing request
> >>>>> 2013-04-07 00:32:51,536 DEBUG [agent.manager.DirectAgentAttache]
> >>>>> (DirectAgent-335:null) Seq 6-324993310: Response Received:
> >>>>> 2013-04-07 00:32:51,536 DEBUG [agent.manager.DirectAgentAttache]
> >>>>> (DirectAgent-30:null) Seq 5-614334814: Response Received:
> >>>>> 2013-04-07 00:32:51,536 DEBUG [agent.transport.Request]
> >>>>> (DirectAgent-30:null) Seq 5-614334814: Processing:  { Ans: , MgmtId:
> >>>>>1,
> >>>>> via: 5, Ver: v1, Flags: 10,
> >>>>> [{"CheckHealthAnswer":{"result":true,"details":"resource is
> >>>>> alive","wait":0}}] }
> >>>>> 2013-04-07 00:32:51,536 DEBUG [agent.transport.Request]
> >>>>> (DirectAgent-335:null) Seq 6-324993310: Processing:  { Ans: , MgmtId:
> >>>>>1,
> >>>>> via: 6, Ver: v1, Flags: 10,
> >>>>> [{"CheckHealthAnswer":{"result":true,"details":"resource is
> >>>>> alive","wait":0}}] }
> >>>>> 2013-04-07 00:32:51,536 DEBUG [agent.transport.Request]
> >>>>> (AgentTaskPool-1:null) Seq 5-614334814: Received:  { Ans: , MgmtId:
> >>>>>1,
> >>>>>via:
> >>>>> 5, Ver: v1, Flags: 10, { CheckHealthAnswer } }
> >>>>> 2013-04-07 00:32:51,536 DEBUG [agent.transport.Request]
> >>>>> (AgentTaskPool-15:null) Seq 6-324993310: Received:  { Ans: , MgmtId:
> >>>>>1,
> >>>>> via: 6, Ver: v1, Flags: 10, { CheckHealthAnswer } }
> >>>>> 2013-04-07 00:32:51,536 DEBUG [agent.manager.AgentManagerImpl]
> >>>>> (AgentTaskPool-1:null) Details from executing class
> >>>>> com.cloud.agent.api.CheckHealthCommand: resource is alive
> >>>>> 2013-04-07 00:32:51,536 DEBUG [agent.manager.AgentManagerImpl]
> >>>>> (AgentTaskPool-1:null) agent (5) responded to checkHeathCommand,
> >>>>>reporting
> >>>>> that agent is Up
> >>>>> 2013-04-07 00:32:51,536 DEBUG [agent.manager.AgentManagerImpl]
> >>>>> (AgentTaskPool-15:null) Details from executing class
> >>>>> com.cloud.agent.api.CheckHealthCommand: resource is alive
> >>>>> 2013-04-07 00:32:51,536 INFO  [agent.manager.AgentManagerImpl]
> >>>>> (AgentTaskPool-1:null) The state determined is Up
> >>>>> 2013-04-07 00:32:51,536 INFO  [agent.manager.AgentManagerImpl]
> >>>>> (AgentTaskPool-1:null) Agent is determined to be up and running
> >>>>> 2013-04-07 00:32:51,536 DEBUG [agent.manager.AgentManagerImpl]
> >>>>> (AgentTaskPool-15:null) agent (6) responded to checkHeathCommand,
> >>>>>reporting
> >>>>> that agent is Up
> >>>>> 2013-04-07 00:32:51,536 DEBUG [cloud.host.Status]
> >>>>>(AgentTaskPool-1:null)
> >>>>> Transition:[Resource state = Enabled, Agent event = Ping, Host id =
> >>>>>5,
> >>>>>name
> >>>>> = Tut-XenServer2]
> >>>>> 2013-04-07 00:32:51,536 INFO  [agent.manager.AgentManagerImpl]
> >>>>> (AgentTaskPool-15:null) The state determined is Up
> >>>>> 2013-04-07 00:32:51,537 INFO  [agent.manager.AgentManagerImpl]
> >>>>> (AgentTaskPool-15:null) Agent is determined to be up and running
> >>>>> 2013-04-07 00:32:51,540 DEBUG [cloud.host.Status]
> >>>>>(AgentTaskPool-1:null)
> >>>>> Agent status update: [id = 5; name = Tut-XenServer2; old status = Up;
> >>>>>event
> >>>>> = Ping; new status = Up; old update count = 146; new update count =
> >>>>>147]
> >>>>> 2013-04-07 00:32:51,540 DEBUG [cloud.host.Status]
> >>>>>(AgentTaskPool-15:null)
> >>>>> Transition:[Resource state = Enabled, Agent event = Ping, Host id =
> >>>>>6,
> >>>>>name
> >>>>> = Tut-XenServer]
> >>>>> 2013-04-07 00:32:51,542 DEBUG [cloud.host.Status]
> >>>>>(AgentTaskPool-15:null)
> >>>>> Agent status update: [id = 6; name = Tut-XenServer; old status = Up;
> >>>>>event
> >>>>> = Ping; new status = Up; old update count = 309; new update count =
> >>>>>310]
> >>>>> 2013-04-07 00:33:04,820 DEBUG [agent.manager.DirectAgentAttache]
> >>>>> (DirectAgent-422:null) Ping from 6
> >>>>> 2013-04-07 00:33:06,176 DEBUG [agent.manager.DirectAgentAttache]
> >>>>> (DirectAgent-135:null) Ping from 5
> >>>>> 2013-04-07 00:33:06,909 DEBUG [agent.manager.DirectAgentAttache]
> >>>>> (DirectAgent-152:null) Seq 6-324993028: Executing request
> >>>>> 2013-04-07 00:33:07,151 DEBUG [agent.manager.DirectAgentAttache]
> >>>>> (DirectAgent-152:null) Seq 6-324993028: Response Received:
> >>>>> 2013-04-07 00:33:07,151 DEBUG [agent.transport.Request]
> >>>>> (DirectAgent-152:null) Seq 6-324993028: Processing:  { Ans: , MgmtId:
> >>>>>1,
> >>>>> via: 6, Ver: v1, Flags: 10,
> >>>>>
> >>>>>[{"ClusterSyncAnswer":{"_clusterId":2,"_newStates":{},"_isExecuted":fa
> >>>>>l
> >>>>>s
> >>>>>e
> >>>>>,"result":true,"wait":0}}]
> >>>>> }
> >>>>> 2013-04-07 00:33:11,022 DEBUG [agent.manager.DirectAgentAttache]
> >>>>> (DirectAgent-50:null) Seq 5-614334468: Executing request
> >>>>> 2013-04-07 00:33:11,169 DEBUG [agent.manager.DirectAgentAttache]
> >>>>> (DirectAgent-50:null) Seq 5-614334468: Response Received:
> >>>>> 2013-04-07 00:33:11,169 DEBUG [agent.transport.Request]
> >>>>> (DirectAgent-50:null) Seq 5-614334468: Processing:  { Ans: , MgmtId:
> >>>>>1,
> >>>>> via: 5, Ver: v1, Flags: 10, [{"Answer":{"result":true,"wait":0}}] }
> >>>>> 2013-04-07 00:33:20,451 DEBUG
> >>>>> [storage.secondary.SecondaryStorageManagerImpl] (secstorage-1:null)
> >>>>>Zone 1
> >>>>> is ready to launch secondary storage VM
> >>>>> 2013-04-07 00:33:20,553 DEBUG
> >>>>>[cloud.consoleproxy.ConsoleProxyManagerImpl]
> >>>>> (consoleproxy-1:null) Zone 1 is ready to launch console proxy
> >>>>> 2013-04-07 00:33:20,819 DEBUG
> >>>>> [network.router.VirtualNetworkApplianceManagerImpl]
> >>>>> (RouterStatusMonitor-1:null) Found 0 routers to update status.
> >>>>> 2013-04-07 00:33:20,820 DEBUG
> >>>>> [network.router.VirtualNetworkApplianceManagerImpl]
> >>>>> (RouterStatusMonitor-1:null) Found 0 networks to update RvR status.
> >>>>> 2013-04-07 00:33:20,851 DEBUG
> >>>>> [network.router.VirtualNetworkApplianceManagerImpl]
> >>>>> (RouterStatusMonitor-1:null) Found 0 routers to update status.
> >>>>> 2013-04-07 00:33:20,852 DEBUG
> >>>>> [network.router.VirtualNetworkApplianceManagerImpl]
> >>>>> (RouterStatusMonitor-1:null) Found 0 networks to update RvR status.
> >>>>> 2013-04-07 00:33:20,921 DEBUG [cloud.alert.AlertManagerImpl]
> >>>>> (CapacityChecker:null) Running Capacity Checker ...
> >>>>> 2013-04-07 00:33:20,921 DEBUG [cloud.alert.AlertManagerImpl]
> >>>>> (CapacityChecker:null) recalculating system capacity
> >>>>> 2013-04-07 00:33:20,921 DEBUG [cloud.alert.AlertManagerImpl]
> >>>>> (CapacityChecker:null) Executing cpu/ram capacity update
> >>>>> 2013-04-07 00:33:20,929 DEBUG [cloud.capacity.CapacityManagerImpl]
> >>>>> (CapacityChecker:null) Found 2 VMs on host 1
> >>>>> 2013-04-07 00:33:20,931 DEBUG [cloud.capacity.CapacityManagerImpl]
> >>>>> (CapacityChecker:null) Found 0 VM, not running on host 1
> >>>>> 2013-04-07 00:33:20,933 DEBUG [cloud.capacity.CapacityManagerImpl]
> >>>>> (CapacityChecker:null) No need to calibrate cpu capacity, host:1
> >>>>>usedCpu:
> >>>>> 200 reservedCpu: 0
> >>>>> 2013-04-07 00:33:20,933 DEBUG [cloud.capacity.CapacityManagerImpl]
> >>>>> (CapacityChecker:null) No need to calibrate memory capacity, host:1
> >>>>> usedMem: 209715200 reservedMem: 0
> >>>>> 2013-04-07 00:33:20,939 DEBUG [cloud.capacity.CapacityManagerImpl]
> >>>>> (CapacityChecker:null) Found 1 VMs on host 5
> >>>>> 2013-04-07 00:33:20,940 DEBUG [cloud.capacity.CapacityManagerImpl]
> >>>>> (CapacityChecker:null) Found 0 VM, not running on host 5
> >>>>> 2013-04-07 00:33:20,942 DEBUG [cloud.capacity.CapacityManagerImpl]
> >>>>> (CapacityChecker:null) No need to calibrate cpu capacity, host:5
> >>>>>usedCpu:
> >>>>> 100 reservedCpu: 0
> >>>>> 2013-04-07 00:33:20,942 DEBUG [cloud.capacity.CapacityManagerImpl]
> >>>>> (CapacityChecker:null) No need to calibrate memory capacity, host:5
> >>>>> usedMem: 1073741824 reservedMem: 0
> >>>>> 2013-04-07 00:33:20,948 DEBUG [cloud.capacity.CapacityManagerImpl]
> >>>>> (CapacityChecker:null) Found 2 VMs on host 6
> >>>>> 2013-04-07 00:33:20,949 DEBUG [cloud.capacity.CapacityManagerImpl]
> >>>>> (CapacityChecker:null) Found 0 VM, not running on host 6
> >>>>> 2013-04-07 00:33:20,951 DEBUG [cloud.capacity.CapacityManagerImpl]
> >>>>> (CapacityChecker:null) No need to calibrate cpu capacity, host:6
> >>>>>usedCpu:
> >>>>> 200 reservedCpu: 0
> >>>>> 2013-04-07 00:33:20,951 DEBUG [cloud.capacity.CapacityManagerImpl]
> >>>>> (CapacityChecker:null) No need to calibrate memory capacity, host:6
> >>>>> usedMem: 1178599424 reservedMem: 0
> >>>>> 2013-04-07 00:33:20,951 DEBUG [cloud.alert.AlertManagerImpl]
> >>>>> (CapacityChecker:null) Done executing cpu/ram capacity update
> >>>>> 2013-04-07 00:33:20,951 DEBUG [cloud.alert.AlertManagerImpl]
> >>>>> (CapacityChecker:null) Executing storage capacity update
> >>>>> 2013-04-07 00:33:20,956 DEBUG [cloud.storage.StorageManagerImpl]
> >>>>> (CapacityChecker:null) Successfully set Capacity - 31004332032 for
> >>>>>capacity
> >>>>> type - 9 , DataCenterId - 1, HostOrPoolId - 200, PodId 1
> >>>>> 2013-04-07 00:33:20,959 DEBUG [cloud.storage.StorageManagerImpl]
> >>>>> (CapacityChecker:null) Successfully set Capacity - 97221701632 for
> >>>>>capacity
> >>>>> type - 9 , DataCenterId - 1, HostOrPoolId - 201, PodId 1
> >>>>> 2013-04-07 00:33:20,963 DEBUG [cloud.storage.StorageManagerImpl]
> >>>>> (CapacityChecker:null) Successfully set Capacity - 97221701632 for
> >>>>>capacity
> >>>>> type - 9 , DataCenterId - 1, HostOrPoolId - 202, PodId 1
> >>>>> 2013-04-07 00:33:20,967 DEBUG [cloud.storage.StorageManagerImpl]
> >>>>> (CapacityChecker:null) Successfully set Capacity - 2084569088 for
> >>>>>capacity
> >>>>> type - 3 , DataCenterId - 1, HostOrPoolId - 256, PodId 1
> >>>>> 2013-04-07 00:33:20,971 DEBUG [cloud.storage.StorageManagerImpl]
> >>>>> (CapacityChecker:null) Successfully set Capacity - 2084569088 for
> >>>>>capacity
> >>>>> type - 3 , DataCenterId - 1, HostOrPoolId - 257, PodId 1
> >>>>> 2013-04-07 00:33:20,975 DEBUG [cloud.storage.StorageManagerImpl]
> >>>>> (CapacityChecker:null) Successfully set Capacity - 2084569088 for
> >>>>>capacity
> >>>>> type - 3 , DataCenterId - 1, HostOrPoolId - 262, PodId 1
> >>>>> 2013-04-07 00:33:20,975 DEBUG [cloud.alert.AlertManagerImpl]
> >>>>> (CapacityChecker:null) Done executing storage capacity update
> >>>>> 2013-04-07 00:33:20,975 DEBUG [cloud.alert.AlertManagerImpl]
> >>>>> (CapacityChecker:null) Executing capacity updates for public ip and
> >>>>>Vlans
> >>>>> 2013-04-07 00:33:20,983 DEBUG [cloud.alert.AlertManagerImpl]
> >>>>> (CapacityChecker:null) Done capacity updates for public ip and Vlans
> >>>>> 2013-04-07 00:33:20,983 DEBUG [cloud.alert.AlertManagerImpl]
> >>>>> (CapacityChecker:null) Executing capacity updates for private ip
> >>>>> 2013-04-07 00:33:20,990 DEBUG [cloud.alert.AlertManagerImpl]
> >>>>> (CapacityChecker:null) Done executing capacity updates for private ip
> >>>>> 2013-04-07 00:33:20,990 DEBUG [cloud.alert.AlertManagerImpl]
> >>>>> (CapacityChecker:null) Done recalculating system capacity
> >>>>> 2013-04-07 00:33:21,012 DEBUG [cloud.alert.AlertManagerImpl]
> >>>>> (CapacityChecker:null) Done running Capacity Checker ...
> >>>>> 2013-04-07 00:33:24,891 DEBUG [agent.manager.AgentManagerImpl]
> >>>>> (AgentManager-Handler-13:null) Ping from 4
> >>>>> 2013-04-07 00:33:27,159 DEBUG [agent.manager.DirectAgentAttache]
> >>>>> (DirectAgent-459:null) Ping from 1
> >>>>> 2013-04-07 00:33:29,095 DEBUG [agent.manager.DirectAgentAttache]
> >>>>> (DirectAgent-457:null) Seq 1-90046472: Executing request
> >>>>> 2013-04-07 00:33:29,329 DEBUG [agent.manager.DirectAgentAttache]
> >>>>> (DirectAgent-457:null) Seq 1-90046472: Response Received:
> >>>>> 2013-04-07 00:33:29,330 DEBUG [agent.transport.Request]
> >>>>> (DirectAgent-457:null) Seq 1-90046472: Processing:  { Ans: , MgmtId:
> >>>>>1,
> >>>>> via: 1, Ver: v1, Flags: 10,
> >>>>>
> >>>>>[{"ClusterSyncAnswer":{"_clusterId":1,"_newStates":{},"_isExecuted":fa
> >>>>>l
> >>>>>s
> >>>>>e
> >>>>>,"result":true,"wait":0}}]
> >>>>> }
> >>>>> 2013-04-07 00:33:33,192 DEBUG [cloud.api.ApiServlet]
> >>>>> (1161145101@qtp-1008805148-33:null) ===START===  127.0.0.1 -- GET
> >>>>>
> >>>>>command=listVirtualMachines&response=json&sessionkey=Z6QqzU0Fq1iT13bMg
> >>>>>n
> >>>>>R
> >>>>>R
> >>>>>fl8GoVA%3D&listAll=true&page=1&pagesize=20&_=1365316413189
> >>>>> 2013-04-07 00:33:33,210 DEBUG [cloud.api.ApiServlet]
> >>>>> (1161145101@qtp-1008805148-33:null) ===END===  127.0.0.1 -- GET
> >>>>>
> >>>>>command=listVirtualMachines&response=json&sessionkey=Z6QqzU0Fq1iT13bMg
> >>>>>n
> >>>>>R
> >>>>>R
> >>>>>fl8GoVA%3D&listAll=true&page=1&pagesize=20&_=1365316413189
> >>>>> 2013-04-07 00:33:35,033 DEBUG [cloud.api.ApiServlet]
> >>>>> (1161145101@qtp-1008805148-33:null) ===START===  127.0.0.1 -- GET
> >>>>>
> >>>>>command=listZones&available=true&response=json&sessionkey=Z6QqzU0Fq1iT
> >>>>>1
> >>>>>3
> >>>>>b
> >>>>>MgnRRfl8GoVA%3D&_=1365316415031
> >>>>> 2013-04-07 00:33:35,040 DEBUG [cloud.api.ApiServlet]
> >>>>> (1161145101@qtp-1008805148-33:null) ===END===  127.0.0.1 -- GET
> >>>>>
> >>>>>command=listZones&available=true&response=json&sessionkey=Z6QqzU0Fq1iT
> >>>>>1
> >>>>>3
> >>>>>b
> >>>>>MgnRRfl8GoVA%3D&_=1365316415031
> >>>>> 2013-04-07 00:33:36,745 DEBUG [cloud.api.ApiServlet]
> >>>>> (1161145101@qtp-1008805148-33:null) ===START===  127.0.0.1 -- GET
> >>>>>
> >>>>>command=listHypervisors&zoneid=3a62dec3-cf95-4ba2-9af0-af2190af35e3&re
> >>>>>s
> >>>>>p
> >>>>>o
> >>>>>nse=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316416743
> >>>>> 2013-04-07 00:33:36,753 DEBUG [cloud.api.ApiServlet]
> >>>>> (1161145101@qtp-1008805148-33:null) ===END===  127.0.0.1 -- GET
> >>>>>
> >>>>>command=listHypervisors&zoneid=3a62dec3-cf95-4ba2-9af0-af2190af35e3&re
> >>>>>s
> >>>>>p
> >>>>>o
> >>>>>nse=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316416743
> >>>>> 2013-04-07 00:33:36,756 DEBUG [cloud.api.ApiServlet]
> >>>>> (1161145101@qtp-1008805148-33:null) ===START===  127.0.0.1 -- GET
> >>>>>
> >>>>>command=listTemplates&templatefilter=featured&zoneid=3a62dec3-cf95-4ba
> >>>>>2
> >>>>>-
> >>>>>9
> >>>>>af0-af2190af35e3&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%
> >>>>>3
> >>>>>D
> >>>>>&
> >>>>>_=1365316416754
> >>>>> 2013-04-07 00:33:36,781 DEBUG [cloud.api.ApiServlet]
> >>>>> (1161145101@qtp-1008805148-33:null) ===END===  127.0.0.1 -- GET
> >>>>>
> >>>>>command=listTemplates&templatefilter=featured&zoneid=3a62dec3-cf95-4ba
> >>>>>2
> >>>>>-
> >>>>>9
> >>>>>af0-af2190af35e3&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%
> >>>>>3
> >>>>>D
> >>>>>&
> >>>>>_=1365316416754
> >>>>> 2013-04-07 00:33:36,784 DEBUG [cloud.api.ApiServlet]
> >>>>> (1161145101@qtp-1008805148-33:null) ===START===  127.0.0.1 -- GET
> >>>>>
> >>>>>command=listTemplates&templatefilter=community&zoneid=3a62dec3-cf95-4b
> >>>>>a
> >>>>>2
> >>>>>-
> >>>>>9af0-af2190af35e3&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA
> >>>>>%
> >>>>>3
> >>>>>D
> >>>>>&_=1365316416782
> >>>>> 2013-04-07 00:33:36,812 DEBUG [cloud.api.ApiServlet]
> >>>>> (1161145101@qtp-1008805148-33:null) ===END===  127.0.0.1 -- GET
> >>>>>
> >>>>>command=listTemplates&templatefilter=community&zoneid=3a62dec3-cf95-4b
> >>>>>a
> >>>>>2
> >>>>>-
> >>>>>9af0-af2190af35e3&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA
> >>>>>%
> >>>>>3
> >>>>>D
> >>>>>&_=1365316416782
> >>>>> 2013-04-07 00:33:36,815 DEBUG [cloud.api.ApiServlet]
> >>>>> (1161145101@qtp-1008805148-33:null) ===START===  127.0.0.1 -- GET
> >>>>>
> >>>>>command=listTemplates&templatefilter=selfexecutable&zoneid=3a62dec3-cf
> >>>>>9
> >>>>>5
> >>>>>-
> >>>>>4ba2-9af0-af2190af35e3&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl
> >>>>>8
> >>>>>G
> >>>>>o
> >>>>>VA%3D&_=1365316416813
> >>>>> 2013-04-07 00:33:36,829 DEBUG [cloud.api.ApiServlet]
> >>>>> (1161145101@qtp-1008805148-33:null) ===END===  127.0.0.1 -- GET
> >>>>>
> >>>>>command=listTemplates&templatefilter=selfexecutable&zoneid=3a62dec3-cf
> >>>>>9
> >>>>>5
> >>>>>-
> >>>>>4ba2-9af0-af2190af35e3&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl
> >>>>>8
> >>>>>G
> >>>>>o
> >>>>>VA%3D&_=1365316416813
> >>>>> 2013-04-07 00:33:37,503 DEBUG [cloud.api.ApiServlet]
> >>>>> (1161145101@qtp-1008805148-33:null) ===START===  127.0.0.1 -- GET
> >>>>>
> >>>>>command=listServiceOfferings&issystem=false&response=json&sessionkey=Z
> >>>>>6
> >>>>>Q
> >>>>>q
> >>>>>zU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316417501
> >>>>> 2013-04-07 00:33:37,514 DEBUG [cloud.api.ApiServlet]
> >>>>> (1161145101@qtp-1008805148-33:null) ===END===  127.0.0.1 -- GET
> >>>>>
> >>>>>command=listServiceOfferings&issystem=false&response=json&sessionkey=Z
> >>>>>6
> >>>>>Q
> >>>>>q
> >>>>>zU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316417501
> >>>>> 2013-04-07 00:33:41,151 DEBUG [cloud.api.ApiServlet]
> >>>>> (1161145101@qtp-1008805148-33:null) ===START===  127.0.0.1 -- GET
> >>>>>
> >>>>>command=listDiskOfferings&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnR
> >>>>>R
> >>>>>f
> >>>>>l
> >>>>>8GoVA%3D&_=1365316421149
> >>>>> 2013-04-07 00:33:41,162 DEBUG [cloud.api.ApiServlet]
> >>>>> (1161145101@qtp-1008805148-33:null) ===END===  127.0.0.1 -- GET
> >>>>>
> >>>>>command=listDiskOfferings&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnR
> >>>>>R
> >>>>>f
> >>>>>l
> >>>>>8GoVA%3D&_=1365316421149
> >>>>> 2013-04-07 00:33:41,970 DEBUG [cloud.api.ApiServlet]
> >>>>> (1161145101@qtp-1008805148-33:null) ===START===  127.0.0.1 -- GET
> >>>>>
> >>>>>command=listNetworks&trafficType=Guest&zoneId=3a62dec3-cf95-4ba2-9af0-
> >>>>>a
> >>>>>f
> >>>>>2
> >>>>>190af35e3&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=13
> >>>>>6
> >>>>>5
> >>>>>3
> >>>>>16421968
> >>>>> 2013-04-07 00:33:41,994 DEBUG [cloud.api.ApiServlet]
> >>>>> (1161145101@qtp-1008805148-33:null) ===END===  127.0.0.1 -- GET
> >>>>>
> >>>>>command=listNetworks&trafficType=Guest&zoneId=3a62dec3-cf95-4ba2-9af0-
> >>>>>a
> >>>>>f
> >>>>>2
> >>>>>190af35e3&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=13
> >>>>>6
> >>>>>5
> >>>>>3
> >>>>>16421968
> >>>>> 2013-04-07 00:33:41,997 DEBUG [cloud.api.ApiServlet]
> >>>>> (1161145101@qtp-1008805148-33:null) ===START===  127.0.0.1 -- GET
> >>>>>
> >>>>>command=listSecurityGroups&response=json&sessionkey=Z6QqzU0Fq1iT13bMgn
> >>>>>R
> >>>>>R
> >>>>>f
> >>>>>l8GoVA%3D&domainid=e4ec5ddc-9e1c-11e2-a770-6e70e42a2333&account=admin&
> >>>>>_
> >>>>>=
> >>>>>1
> >>>>>365316421995
> >>>>> 2013-04-07 00:33:42,003 DEBUG [cloud.user.AccountManagerImpl]
> >>>>> (1161145101@qtp-1008805148-33:null) Access granted to Acct[2-admin]
> >>>>>to
> >>>>> Domain:1/ by DomainChecker
> >>>>> 2013-04-07 00:33:42,009 DEBUG [cloud.api.ApiServlet]
> >>>>> (1161145101@qtp-1008805148-33:null) ===END===  127.0.0.1 -- GET
> >>>>>
> >>>>>command=listSecurityGroups&response=json&sessionkey=Z6QqzU0Fq1iT13bMgn
> >>>>>R
> >>>>>R
> >>>>>f
> >>>>>l8GoVA%3D&domainid=e4ec5ddc-9e1c-11e2-a770-6e70e42a2333&account=admin&
> >>>>>_
> >>>>>=
> >>>>>1
> >>>>>365316421995
> >>>>> 2013-04-07 00:33:44,477 DEBUG [cloud.api.ApiServlet]
> >>>>> (1161145101@qtp-1008805148-33:null) ===START===  127.0.0.1 -- GET
> >>>>>
> >>>>>command=deployVirtualMachine&zoneId=3a62dec3-cf95-4ba2-9af0-af2190af35
> >>>>>e
> >>>>>3
> >>>>>&
> >>>>>templateId=e4a7df4a-9e1c-11e2-a770-6e70e42a2333&hypervisor=XenServer&s
> >>>>>e
> >>>>>r
> >>>>>v
> >>>>>iceOfferingId=9c1e08a2-2dfe-4fa8-aea9-3e4955a69cc2&response=json&sessi
> >>>>>o
> >>>>>n
> >>>>>k
> >>>>>ey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316424475
> >>>>> 2013-04-07 00:33:44,484 DEBUG [cloud.api.ApiDispatcher]
> >>>>> (1161145101@qtp-1008805148-33:null) InfrastructureEntity name
> >>>>> is:com.cloud.offering.ServiceOffering
> >>>>> 2013-04-07 00:33:44,486 DEBUG [cloud.api.ApiDispatcher]
> >>>>> (1161145101@qtp-1008805148-33:null) ControlledEntity name
> >>>>> is:com.cloud.template.VirtualMachineTemplate
> >>>>> 2013-04-07 00:33:44,510 DEBUG [cloud.vm.UserVmManagerImpl]
> >>>>> (1161145101@qtp-1008805148-33:null) Allocating in the DB for vm
> >>>>> 2013-04-07 00:33:44,523 DEBUG [cloud.vm.VirtualMachineManagerImpl]
> >>>>> (1161145101@qtp-1008805148-33:null) Allocating entries for VM:
> >>>>> VM[User|a30b991d-1c38-4bae-803f-ab3be57a384f]
> >>>>> 2013-04-07 00:33:44,523 DEBUG [cloud.vm.VirtualMachineManagerImpl]
> >>>>> (1161145101@qtp-1008805148-33:null) Allocating nics for
> >>>>> VM[User|a30b991d-1c38-4bae-803f-ab3be57a384f]
> >>>>> 2013-04-07 00:33:44,524 DEBUG [cloud.network.NetworkManagerImpl]
> >>>>> (1161145101@qtp-1008805148-33:null) Allocating nic for vm
> >>>>> VM[User|a30b991d-1c38-4bae-803f-ab3be57a384f] in network
> >>>>>Ntwk[204|Guest|6]
> >>>>> with requested profile NicProfile[0-0-null-null-null
> >>>>> 2013-04-07 00:33:44,531 DEBUG [cloud.vm.VirtualMachineManagerImpl]
> >>>>> (1161145101@qtp-1008805148-33:null) Allocaing disks for
> >>>>> VM[User|a30b991d-1c38-4bae-803f-ab3be57a384f]
> >>>>> 2013-04-07 00:33:44,538 DEBUG [cloud.vm.VirtualMachineManagerImpl]
> >>>>> (1161145101@qtp-1008805148-33:null) Allocation completed for VM:
> >>>>> VM[User|a30b991d-1c38-4bae-803f-ab3be57a384f]
> >>>>> 2013-04-07 00:33:44,538 DEBUG [cloud.vm.UserVmManagerImpl]
> >>>>> (1161145101@qtp-1008805148-33:null) Successfully allocated DB entry
> >>>>>for
> >>>>> VM[User|a30b991d-1c38-4bae-803f-ab3be57a384f]
> >>>>> 2013-04-07 00:33:44,571 DEBUG [cloud.async.AsyncJobManagerImpl]
> >>>>> (1161145101@qtp-1008805148-33:null) submit async job-44, details:
> >>>>> AsyncJobVO {id:44, userId: 2, accountId: 2, sessionKey: null,
> >>>>>instanceType:
> >>>>> null, instanceId: 14, cmd:
> >>>>> org.apache.cloudstack.api.command.user.vm.DeployVMCmd, cmdOriginator:
> >>>>>null,
> >>>>> cmdInfo:
> >>>>>
> >>>>>{"id":"14","templateId":"e4a7df4a-9e1c-11e2-a770-6e70e42a2333","respon
> >>>>>s
> >>>>>e
> >>>>>"
> >>>>>:"json","sessionkey":"Z6QqzU0Fq1iT13bMgnRRfl8GoVA\u003d","ctxUserId":"
> >>>>>2
> >>>>>"
> >>>>>,
> >>>>>"hypervisor":"XenServer","serviceOfferingId":"9c1e08a2-2dfe-4fa8-aea9-
> >>>>>3
> >>>>>e
> >>>>>4
> >>>>>955a69cc2","_":"1365316424475","ctxAccountId":"2","ctxStartEventId":"4
> >>>>>9
> >>>>>"
> >>>>>,
> >>>>>"zoneId":"3a62dec3-cf95-4ba2-9af0-af2190af35e3"},
> >>>>> cmdVersion: 0, callbackType: 0, callbackAddress: null, status: 0,
> >>>>> processStatus: 0, resultCode: 0, result: null, initMsid: 1,
> >>>>>completeMsid:
> >>>>> null, lastUpdated: null, lastPolled: null, created: null}
> >>>>> 2013-04-07 00:33:44,572 DEBUG [cloud.async.AsyncJobManagerImpl]
> >>>>> (Job-Executor-37:job-44) Executing
> >>>>> org.apache.cloudstack.api.command.user.vm.DeployVMCmd for job-44
> >>>>> 2013-04-07 00:33:44,573 DEBUG [cloud.api.ApiServlet]
> >>>>> (1161145101@qtp-1008805148-33:null) ===END===  127.0.0.1 -- GET
> >>>>>
> >>>>>command=deployVirtualMachine&zoneId=3a62dec3-cf95-4ba2-9af0-af2190af35
> >>>>>e
> >>>>>3
> >>>>>&
> >>>>>templateId=e4a7df4a-9e1c-11e2-a770-6e70e42a2333&hypervisor=XenServer&s
> >>>>>e
> >>>>>r
> >>>>>v
> >>>>>iceOfferingId=9c1e08a2-2dfe-4fa8-aea9-3e4955a69cc2&response=json&sessi
> >>>>>o
> >>>>>n
> >>>>>k
> >>>>>ey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316424475
> >>>>> 2013-04-07 00:33:44,578 DEBUG [cloud.api.ApiDispatcher]
> >>>>> (Job-Executor-37:job-44) InfrastructureEntity name
> >>>>> is:com.cloud.offering.ServiceOffering
> >>>>> 2013-04-07 00:33:44,581 DEBUG [cloud.api.ApiDispatcher]
> >>>>> (Job-Executor-37:job-44) ControlledEntity name
> >>>>> is:com.cloud.template.VirtualMachineTemplate
> >>>>> 2013-04-07 00:33:44,624 DEBUG [cloud.deploy.FirstFitPlanner]
> >>>>> (Job-Executor-37:job-44) DeploymentPlanner allocation algorithm:
> >>>>>random
> >>>>> 2013-04-07 00:33:44,624 DEBUG [cloud.deploy.FirstFitPlanner]
> >>>>> (Job-Executor-37:job-44) Trying to allocate a host and storage pools
> >>>>>from
> >>>>> dc:1, pod:null,cluster:null, requested cpu: 100, requested ram:
> >>>>>1073741824
> >>>>> 2013-04-07 00:33:44,624 DEBUG [cloud.deploy.FirstFitPlanner]
> >>>>> (Job-Executor-37:job-44) Is ROOT volume READY (pool already
> >>>>>allocated)?: No
> >>>>> 2013-04-07 00:33:44,624 DEBUG [cloud.deploy.FirstFitPlanner]
> >>>>> (Job-Executor-37:job-44) Searching all possible resources under this
> >>>>>Zone: 1
> >>>>> 2013-04-07 00:33:44,625 DEBUG [cloud.deploy.FirstFitPlanner]
> >>>>> (Job-Executor-37:job-44) Listing clusters in order of aggregate
> >>>>>capacity,
> >>>>> that have (atleast one host with) enough CPU and RAM capacity under
> >>>>>this
> >>>>> Zone: 1
> >>>>> 2013-04-07 00:33:44,626 DEBUG [cloud.deploy.FirstFitPlanner]
> >>>>> (Job-Executor-37:job-44) CPUOverprovisioningFactor considered: 1.0
> >>>>> 2013-04-07 00:33:44,638 DEBUG [cloud.deploy.FirstFitPlanner]
> >>>>> (Job-Executor-37:job-44) Cannot allocate cluster list [1, 2] for vm
> >>>>> creation since their allocated percentage crosses the disable
> >>>>>capacity
> >>>>> threshold: 0.85 for capacity Type : 0, skipping these clusters
> >>>>> 2013-04-07 00:33:44,639 DEBUG [cloud.deploy.FirstFitPlanner]
> >>>>> (Job-Executor-37:job-44) Could not find suitable Deployment
> >>>>>Destination
> >>>>>for
> >>>>> this VM under any clusters, returning.
> >>>>> 2013-04-07 00:33:44,641 DEBUG [cloud.vm.UserVmManagerImpl]
> >>>>> (Job-Executor-37:job-44) Destroying vm
> >>>>> VM[User|a30b991d-1c38-4bae-803f-ab3be57a384f] as it failed to create
> >>>>>on
> >>>>> Host with Id:null
> >>>>> 2013-04-07 00:33:44,646 DEBUG [cloud.capacity.CapacityManagerImpl]
> >>>>> (Job-Executor-37:job-44) VM state transitted from :Stopped to Error
> >>>>>with
> >>>>> event: OperationFailedToErrorvm's original host id: null new host id:
> >>>>>null
> >>>>> host id before state transition: null
> >>>>> 2013-04-07 00:33:44,672 INFO  [user.vm.DeployVMCmd]
> >>>>> (Job-Executor-37:job-44)
> >>>>> com.cloud.exception.InsufficientServerCapacityException: Unable to
> >>>>>create a
> >>>>> deployment for
> >>>>>VM[User|a30b991d-1c38-4bae-803f-ab3be57a384f]Scope=interface
> >>>>> com.cloud.dc.DataCenter; id=1
> >>>>> 2013-04-07 00:33:44,672 INFO  [user.vm.DeployVMCmd]
> >>>>> (Job-Executor-37:job-44) Unable to create a deployment for
> >>>>> VM[User|a30b991d-1c38-4bae-803f-ab3be57a384f]
> >>>>> com.cloud.exception.InsufficientServerCapacityException: Unable to
> >>>>>create
> >>>>> a deployment for
> >>>>> VM[User|a30b991d-1c38-4bae-803f-ab3be57a384f]Scope=interface
> >>>>> com.cloud.dc.DataCenter; id=1
> >>>>>  at
> >>>>>
> >>>>>org.apache.cloudstack.engine.cloud.entity.api.VMEntityManagerImpl.rese
> >>>>>r
> >>>>>v
> >>>>>e
> >>>>>VirtualMachine(VMEntityManagerImpl.java:186)
> >>>>> at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
> >>>>>  at
> >>>>>
> >>>>>sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.j
> >>>>>a
> >>>>>v
> >>>>>a
> >>>>>:39)
> >>>>> at
> >>>>>
> >>>>>sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccess
> >>>>>o
> >>>>>r
> >>>>>I
> >>>>>mpl.java:25)
> >>>>>  at java.lang.reflect.Method.invoke(Method.java:597)
> >>>>> at
> >>>>>
> >>>>>org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflectio
> >>>>>n
> >>>>>(
> >>>>>A
> >>>>>opUtils.java:319)
> >>>>>  at
> >>>>>
> >>>>>org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoi
> >>>>>n
> >>>>>p
> >>>>>o
> >>>>>int(ReflectiveMethodInvocation.java:183)
> >>>>> at
> >>>>>
> >>>>>org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(R
> >>>>>e
> >>>>>f
> >>>>>l
> >>>>>ectiveMethodInvocation.java:150)
> >>>>>  at
> >>>>>
> >>>>>
> org.springframework.aop.aspectj.MethodInvocationProceedingJoinPoint.pr
> >>>>>o
> >>>>>c
> >>>>>e
> >>>>>ed(MethodInvocationProceedingJoinPoint.java:80)
> >>>>> at
> >>>>>
> >>>>>com.cloud.utils.db.TransactionContextBuilder.AroundAnyMethod(Transacti
> >>>>>o
> >>>>>n
> >>>>>C
> >>>>>ontextBuilder.java:37)
> >>>>>  at sun.reflect.GeneratedMethodAccessor37.invoke(Unknown Source)
> >>>>> at
> >>>>>
> >>>>>sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccess
> >>>>>o
> >>>>>r
> >>>>>I
> >>>>>mpl.java:25)
> >>>>>  at java.lang.reflect.Method.invoke(Method.java:597)
> >>>>> at
> >>>>>
> >>>>>org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMeth
> >>>>>o
> >>>>>d
> >>>>>W
> >>>>>ithGivenArgs(AbstractAspectJAdvice.java:621)
> >>>>>  at
> >>>>>
> >>>>>org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMeth
> >>>>>o
> >>>>>d
> >>>>>(
> >>>>>AbstractAspectJAdvice.java:610)
> >>>>> at
> >>>>>
> >>>>>org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJArou
> >>>>>n
> >>>>>d
> >>>>>A
> >>>>>dvice.java:65)
> >>>>>  at
> >>>>>
> >>>>>org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(R
> >>>>>e
> >>>>>f
> >>>>>l
> >>>>>ectiveMethodInvocation.java:172)
> >>>>> at
> >>>>>
> >>>>>org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke
> >>>>>(
> >>>>>E
> >>>>>x
> >>>>>poseInvocationInterceptor.java:90)
> >>>>>  at
> >>>>>
> >>>>>org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(R
> >>>>>e
> >>>>>f
> >>>>>l
> >>>>>ectiveMethodInvocation.java:172)
> >>>>> at
> >>>>>
> >>>>>org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamic
> >>>>>A
> >>>>>o
> >>>>>p
> >>>>>Proxy.java:202)
> >>>>>  at com.sun.proxy.$Proxy297.reserveVirtualMachine(Unknown Source)
> >>>>> at
> >>>>>
> >>>>>org.apache.cloudstack.engine.cloud.entity.api.VirtualMachineEntityImpl
> >>>>>.
> >>>>>r
> >>>>>e
> >>>>>serve(VirtualMachineEntityImpl.java:198)
> >>>>>  at
> >>>>>
> >>>>>com.cloud.vm.UserVmManagerImpl.startVirtualMachine(UserVmManagerImpl.j
> >>>>>a
> >>>>>v
> >>>>>a
> >>>>>:3859)
> >>>>> at
> >>>>>
> >>>>>com.cloud.vm.UserVmManagerImpl.startVirtualMachine(UserVmManagerImpl.j
> >>>>>a
> >>>>>v
> >>>>>a
> >>>>>:3458)
> >>>>>  at
> >>>>>
> >>>>>com.cloud.vm.UserVmManagerImpl.startVirtualMachine(UserVmManagerImpl.j
> >>>>>a
> >>>>>v
> >>>>>a
> >>>>>:3444)
> >>>>> at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
> >>>>>  at
> >>>>>
> >>>>>sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.j
> >>>>>a
> >>>>>v
> >>>>>a
> >>>>>:39)
> >>>>> at
> >>>>>
> >>>>>sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccess
> >>>>>o
> >>>>>r
> >>>>>I
> >>>>>mpl.java:25)
> >>>>>  at java.lang.reflect.Method.invoke(Method.java:597)
> >>>>> at
> >>>>>
> >>>>>org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflectio
> >>>>>n
> >>>>>(
> >>>>>A
> >>>>>opUtils.java:319)
> >>>>>  at
> >>>>>
> >>>>>org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoi
> >>>>>n
> >>>>>p
> >>>>>o
> >>>>>int(ReflectiveMethodInvocation.java:183)
> >>>>> at
> >>>>>
> >>>>>org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(R
> >>>>>e
> >>>>>f
> >>>>>l
> >>>>>ectiveMethodInvocation.java:150)
> >>>>>  at
> >>>>>
> >>>>>
> org.springframework.aop.aspectj.MethodInvocationProceedingJoinPoint.pr
> >>>>>o
> >>>>>c
> >>>>>e
> >>>>>ed(MethodInvocationProceedingJoinPoint.java:80)
> >>>>> at
> >>>>>
> >>>>>com.cloud.event.ActionEventInterceptor.AroundAnyMethod(ActionEventInte
> >>>>>r
> >>>>>c
> >>>>>e
> >>>>>ptor.java:53)
> >>>>>  at sun.reflect.GeneratedMethodAccessor359.invoke(Unknown Source)
> >>>>> at
> >>>>>
> >>>>>sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccess
> >>>>>o
> >>>>>r
> >>>>>I
> >>>>>mpl.java:25)
> >>>>>  at java.lang.reflect.Method.invoke(Method.java:597)
> >>>>> at
> >>>>>
> >>>>>org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMeth
> >>>>>o
> >>>>>d
> >>>>>W
> >>>>>ithGivenArgs(AbstractAspectJAdvice.java:621)
> >>>>>  at
> >>>>>
> >>>>>org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMeth
> >>>>>o
> >>>>>d
> >>>>>(
> >>>>>AbstractAspectJAdvice.java:610)
> >>>>> at
> >>>>>
> >>>>>org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJArou
> >>>>>n
> >>>>>d
> >>>>>A
> >>>>>dvice.java:65)
> >>>>>  at
> >>>>>
> >>>>>org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(R
> >>>>>e
> >>>>>f
> >>>>>l
> >>>>>ectiveMethodInvocation.java:161)
> >>>>> at
> >>>>>
> >>>>>
> org.springframework.aop.aspectj.MethodInvocationProceedingJoinPoint.pr
> >>>>>o
> >>>>>c
> >>>>>e
> >>>>>ed(MethodInvocationProceedingJoinPoint.java:80)
> >>>>>  at
> >>>>>
> >>>>>com.cloud.utils.db.TransactionContextBuilder.AroundAnyMethod(Transacti
> >>>>>o
> >>>>>n
> >>>>>C
> >>>>>ontextBuilder.java:37)
> >>>>> at sun.reflect.GeneratedMethodAccessor37.invoke(Unknown Source)
> >>>>>  at
> >>>>>
> >>>>>sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccess
> >>>>>o
> >>>>>r
> >>>>>I
> >>>>>mpl.java:25)
> >>>>> at java.lang.reflect.Method.invoke(Method.java:597)
> >>>>>  at
> >>>>>
> >>>>>org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMeth
> >>>>>o
> >>>>>d
> >>>>>W
> >>>>>ithGivenArgs(AbstractAspectJAdvice.java:621)
> >>>>> at
> >>>>>
> >>>>>org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMeth
> >>>>>o
> >>>>>d
> >>>>>(
> >>>>>AbstractAspectJAdvice.java:610)
> >>>>>  at
> >>>>>
> >>>>>org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJArou
> >>>>>n
> >>>>>d
> >>>>>A
> >>>>>dvice.java:65)
> >>>>> at
> >>>>>
> >>>>>org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(R
> >>>>>e
> >>>>>f
> >>>>>l
> >>>>>ectiveMethodInvocation.java:172)
> >>>>>  at
> >>>>>
> >>>>>org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke
> >>>>>(
> >>>>>E
> >>>>>x
> >>>>>poseInvocationInterceptor.java:90)
> >>>>> at
> >>>>>
> >>>>>org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(R
> >>>>>e
> >>>>>f
> >>>>>l
> >>>>>ectiveMethodInvocation.java:172)
> >>>>>  at
> >>>>>
> >>>>>org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamic
> >>>>>A
> >>>>>o
> >>>>>p
> >>>>>Proxy.java:202)
> >>>>> at com.sun.proxy.$Proxy263.startVirtualMachine(Unknown Source)
> >>>>>  at
> >>>>>
> >>>>>org.apache.cloudstack.api.command.user.vm.DeployVMCmd.execute(DeployVM
> >>>>>C
> >>>>>m
> >>>>>d
> >>>>>.java:379)
> >>>>> at com.cloud.api.ApiDispatcher.dispatch(ApiDispatcher.java:163)
> >>>>>  at net.sf.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204)
> >>>>> at
> >>>>>
> >>>>>org.springframework.aop.framework.Cglib2AopProxy$CglibMethodInvocation
> >>>>>.
> >>>>>i
> >>>>>n
> >>>>>vokeJoinpoint(Cglib2AopProxy.java:689)
> >>>>>  at
> >>>>>
> >>>>>org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(R
> >>>>>e
> >>>>>f
> >>>>>l
> >>>>>ectiveMethodInvocation.java:150)
> >>>>> at
> >>>>>
> >>>>>
> org.springframework.aop.aspectj.MethodInvocationProceedingJoinPoint.pr
> >>>>>o
> >>>>>c
> >>>>>e
> >>>>>ed(MethodInvocationProceedingJoinPoint.java:80)
> >>>>>  at
> >>>>>
> >>>>>com.cloud.utils.db.TransactionContextBuilder.AroundAnyMethod(Transacti
> >>>>>o
> >>>>>n
> >>>>>C
> >>>>>ontextBuilder.java:37)
> >>>>> at sun.reflect.GeneratedMethodAccessor37.invoke(Unknown Source)
> >>>>>  at
> >>>>>
> >>>>>sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccess
> >>>>>o
> >>>>>r
> >>>>>I
> >>>>>mpl.java:25)
> >>>>> at java.lang.reflect.Method.invoke(Method.java:597)
> >>>>>  at
> >>>>>
> >>>>>org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMeth
> >>>>>o
> >>>>>d
> >>>>>W
> >>>>>ithGivenArgs(AbstractAspectJAdvice.java:621)
> >>>>> at
> >>>>>
> >>>>>org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMeth
> >>>>>o
> >>>>>d
> >>>>>(
> >>>>>AbstractAspectJAdvice.java:610)
> >>>>>  at
> >>>>>
> >>>>>org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJArou
> >>>>>n
> >>>>>d
> >>>>>A
> >>>>>dvice.java:65)
> >>>>> at
> >>>>>
> >>>>>org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(R
> >>>>>e
> >>>>>f
> >>>>>l
> >>>>>ectiveMethodInvocation.java:172)
> >>>>>  at
> >>>>>
> >>>>>org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke
> >>>>>(
> >>>>>E
> >>>>>x
> >>>>>poseInvocationInterceptor.java:90)
> >>>>> at
> >>>>>
> >>>>>org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(R
> >>>>>e
> >>>>>f
> >>>>>l
> >>>>>ectiveMethodInvocation.java:172)
> >>>>>  at
> >>>>>
> >>>>>org.springframework.aop.framework.Cglib2AopProxy$DynamicAdvisedInterce
> >>>>>p
> >>>>>t
> >>>>>o
> >>>>>r.intercept(Cglib2AopProxy.java:622)
> >>>>> at
> >>>>>com.cloud.async.AsyncJobManagerImpl$1.run(AsyncJobManagerImpl.java:437
> >>>>>)
> >>>>>  at
> >>>>>
> >>>>>java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:439
> >>>>>)
> >>>>> at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:303)
> >>>>>  at java.util.concurrent.FutureTask.run(FutureTask.java:138)
> >>>>> at
> >>>>>
> >>>>>java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecu
> >>>>>t
> >>>>>o
> >>>>>r
> >>>>>.java:895)
> >>>>>  at
> >>>>>
> >>>>>java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.
> >>>>>j
> >>>>>a
> >>>>>v
> >>>>>a:918)
> >>>>> at java.lang.Thread.run(Thread.java:680)
> >>>>> 2013-04-07 00:33:44,674 DEBUG [cloud.async.AsyncJobManagerImpl]
> >>>>> (Job-Executor-37:job-44) Complete async job-44, jobStatus: 2,
> >>>>>resultCode:
> >>>>> 530, result: Error Code: 533 Error text: Unable to create a
> >>>>>deployment
> >>>>>for
> >>>>> VM[User|a30b991d-1c38-4bae-803f-ab3be57a384f]
> >>>>> 2013-04-07 00:33:47,591 DEBUG [cloud.api.ApiServlet]
> >>>>> (1161145101@qtp-1008805148-33:null) ===START===  127.0.0.1 -- GET
> >>>>>
> >>>>>command=queryAsyncJobResult&jobId=8dd191cc-2709-4223-aee5-3ecd759d4afd
> >>>>>&
> >>>>>r
> >>>>>e
> >>>>>sponse=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316427589
> >>>>> 2013-04-07 00:33:47,601 DEBUG [cloud.async.AsyncJobManagerImpl]
> >>>>> (1161145101@qtp-1008805148-33:null) Async job-44 completed
> >>>>> 2013-04-07 00:33:47,605 DEBUG [cloud.api.ApiServlet]
> >>>>> (1161145101@qtp-1008805148-33:null) ===END===  127.0.0.1 -- GET
> >>>>>
> >>>>>command=queryAsyncJobResult&jobId=8dd191cc-2709-4223-aee5-3ecd759d4afd
> >>>>>&
> >>>>>r
> >>>>>e
> >>>>>sponse=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316427589
> >>>>> 2013-04-07 00:33:47,608 DEBUG [cloud.api.ApiServlet]
> >>>>> (1161145101@qtp-1008805148-33:null) ===START===  127.0.0.1 -- GET
> >>>>>
> >>>>>command=listVirtualMachines&id=a30b991d-1c38-4bae-803f-ab3be57a384f&re
> >>>>>s
> >>>>>p
> >>>>>o
> >>>>>nse=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316427606
> >>>>> 2013-04-07 00:33:47,621 DEBUG [cloud.api.ApiServlet]
> >>>>> (1161145101@qtp-1008805148-33:null) ===END===  127.0.0.1 -- GET
> >>>>>
> >>>>>command=listVirtualMachines&id=a30b991d-1c38-4bae-803f-ab3be57a384f&re
> >>>>>s
> >>>>>p
> >>>>>o
> >>>>>nse=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316427606
> >>>>> 2013-04-07 00:33:47,678 DEBUG [agent.manager.AgentManagerImpl]
> >>>>> (AgentManager-Handler-14:null) Ping from 3
> >>>>> 2013-04-07 00:33:50,451 DEBUG
> >>>>> [storage.secondary.SecondaryStorageManagerImpl] (secstorage-1:null)
> >>>>>Zone 1
> >>>>> is ready to launch secondary storage VM
> >>>>> 2013-04-07 00:33:50,559 DEBUG
> >>>>>[cloud.consoleproxy.ConsoleProxyManagerImpl]
> >>>>> (consoleproxy-1:null) Zone 1 is ready to launch console proxy
> >>>>> 2013-04-07 00:33:50,819 DEBUG
> >>>>> [network.router.VirtualNetworkApplianceManagerImpl]
> >>>>> (RouterStatusMonitor-1:null) Found 0 routers to update status.
> >>>>> 2013-04-07 00:33:50,820 DEBUG
> >>>>> [network.router.VirtualNetworkApplianceManagerImpl]
> >>>>> (RouterStatusMonitor-1:null) Found 0 networks to update RvR status.
> >>>>> 2013-04-07 00:33:50,851 DEBUG
> >>>>> [network.router.VirtualNetworkApplianceManagerImpl]
> >>>>> (RouterStatusMonitor-1:null) Found 0 routers to update status.
> >>>>> 2013-04-07 00:33:50,852 DEBUG
> >>>>> [network.router.VirtualNetworkApplianceManagerImpl]
> >>>>> (RouterStatusMonitor-1:null) Found 0 networks to update RvR status.
> >>>>> 2013-04-07 00:33:51,465 INFO  [agent.manager.AgentMonitor]
> >>>>> (Thread-11:null) Found the following agents behind on ping: [6, 5]
> >>>>> 2013-04-07 00:33:51,467 DEBUG [cloud.host.Status] (Thread-11:null)
> >>>>>Ping
> >>>>> timeout for host 6, do invstigation
> >>>>> 2013-04-07 00:33:51,468 DEBUG [cloud.host.Status] (Thread-11:null)
> >>>>>Ping
> >>>>> timeout for host 5, do invstigation
> >>>>> 2013-04-07 00:33:51,468 INFO  [agent.manager.AgentManagerImpl]
> >>>>> (AgentTaskPool-4:null) Investigating why host 6 has disconnected with
> >>>>>event
> >>>>> PingTimeout
> >>>>> 2013-04-07 00:33:51,468 DEBUG [agent.manager.AgentManagerImpl]
> >>>>> (AgentTaskPool-4:null) checking if agent (6) is alive
> >>>>> 2013-04-07 00:33:51,469 INFO  [agent.manager.AgentManagerImpl]
> >>>>> (AgentTaskPool-3:null) Investigating why host 5 has disconnected with
> >>>>>event
> >>>>> PingTimeout
> >>>>> 2013-04-07 00:33:51,470 DEBUG [agent.manager.AgentManagerImpl]
> >>>>> (AgentTaskPool-3:null) checking if agent (5) is alive
> >>>>> 2013-04-07 00:33:51,471 DEBUG [agent.transport.Request]
> >>>>> (AgentTaskPool-4:null) Seq 6-324993311: Sending  { Cmd , MgmtId: 1,
> >>>>>via: 6,
> >>>>> Ver: v1, Flags: 100011, [{"CheckHealthCommand":{"wait":50}}] }
> >>>>> 2013-04-07 00:33:51,471 DEBUG [agent.transport.Request]
> >>>>> (AgentTaskPool-4:null) Seq 6-324993311: Executing:  { Cmd , MgmtId:
> >>>>>1,
> >>>>>via:
> >>>>> 6, Ver: v1, Flags: 100011, [{"CheckHealthCommand":{"wait":50}}] }
> >>>>> 2013-04-07 00:33:51,472 DEBUG [agent.manager.DirectAgentAttache]
> >>>>> (DirectAgent-448:null) Seq 6-324993311: Executing request
> >>>>> 2013-04-07 00:33:51,473 DEBUG [agent.transport.Request]
> >>>>> (AgentTaskPool-3:null) Seq 5-614334815: Sending  { Cmd , MgmtId: 1,
> >>>>>via: 5,
> >>>>> Ver: v1, Flags: 100011, [{"CheckHealthCommand":{"wait":50}}] }
> >>>>> 2013-04-07 00:33:51,473 DEBUG [agent.transport.Request]
> >>>>> (AgentTaskPool-3:null) Seq 5-614334815: Executing:  { Cmd , MgmtId:
> >>>>>1,
> >>>>>via:
> >>>>> 5, Ver: v1, Flags: 100011, [{"CheckHealthCommand":{"wait":50}}] }
> >>>>> 2013-04-07 00:33:51,473 DEBUG [agent.manager.DirectAgentAttache]
> >>>>> (DirectAgent-261:null) Seq 5-614334815: Executing request
> >>>>> 2013-04-07 00:33:51,527 DEBUG [agent.manager.DirectAgentAttache]
> >>>>> (DirectAgent-448:null) Seq 6-324993311: Response Received:
> >>>>> 2013-04-07 00:33:51,527 DEBUG [agent.transport.Request]
> >>>>> (DirectAgent-448:null) Seq 6-324993311: Processing:  { Ans: , MgmtId:
> >>>>>1,
> >>>>> via: 6, Ver: v1, Flags: 10,
> >>>>> [{"CheckHealthAnswer":{"result":true,"details":"resource is
> >>>>> alive","wait":0}}] }
> >>>>> 2013-04-07 00:33:51,527 DEBUG [agent.transport.Request]
> >>>>> (AgentTaskPool-4:null) Seq 6-324993311: Received:  { Ans: , MgmtId:
> >>>>>1,
> >>>>>via:
> >>>>> 6, Ver: v1, Flags: 10, { CheckHealthAnswer } }
> >>>>> 2013-04-07 00:33:51,528 DEBUG [agent.manager.AgentManagerImpl]
> >>>>> (AgentTaskPool-4:null) Details from executing class
> >>>>> com.cloud.agent.api.CheckHealthCommand: resource is alive
> >>>>> 2013-04-07 00:33:51,528 DEBUG [agent.manager.AgentManagerImpl]
> >>>>> (AgentTaskPool-4:null) agent (6) responded to checkHeathCommand,
> >>>>>reporting
> >>>>> that agent is Up
> >>>>> 2013-04-07 00:33:51,528 INFO  [agent.manager.AgentManagerImpl]
> >>>>> (AgentTaskPool-4:null) The state determined is Up
> >>>>> 2013-04-07 00:33:51,528 INFO  [agent.manager.AgentManagerImpl]
> >>>>> (AgentTaskPool-4:null) Agent is determined to be up and running
> >>>>> 2013-04-07 00:33:51,528 DEBUG [cloud.host.Status]
> >>>>>(AgentTaskPool-4:null)
> >>>>> Transition:[Resource state = Enabled, Agent event = Ping, Host id =
> >>>>>6,
> >>>>>name
> >>>>> = Tut-XenServer]
> >>>>> 2013-04-07 00:33:51,531 DEBUG [cloud.host.Status]
> >>>>>(AgentTaskPool-4:null)
> >>>>> Agent status update: [id = 6; name = Tut-XenServer; old status = Up;
> >>>>>event
> >>>>> = Ping; new status = Up; old update count = 310; new update count =
> >>>>>311]
> >>>>> 2013-04-07 00:33:51,531 DEBUG [agent.manager.DirectAgentAttache]
> >>>>> (DirectAgent-261:null) Seq 5-614334815: Response Received:
> >>>>> 2013-04-07 00:33:51,531 DEBUG [agent.transport.Request]
> >>>>> (DirectAgent-261:null) Seq 5-614334815: Processing:  { Ans: , MgmtId:
> >>>>>1,
> >>>>> via: 5, Ver: v1, Flags: 10,
> >>>>> [{"CheckHealthAnswer":{"result":true,"details":"resource is
> >>>>> alive","wait":0}}] }
> >>>>> 2013-04-07 00:33:51,531 DEBUG [agent.transport.Request]
> >>>>> (AgentTaskPool-3:null) Seq 5-614334815: Received:  { Ans: , MgmtId:
> >>>>>1,
> >>>>>via:
> >>>>> 5, Ver: v1, Flags: 10, { CheckHealthAnswer } }
> >>>>> 2013-04-07 00:33:51,532 DEBUG [agent.manager.AgentManagerImpl]
> >>>>> (AgentTaskPool-3:null) Details from executing class
> >>>>> com.cloud.agent.api.CheckHealthCommand: resource is alive
> >>>>> 2013-04-07 00:33:51,532 DEBUG [agent.manager.AgentManagerImpl]
> >>>>> (AgentTaskPool-3:null) agent (5) responded to checkHeathCommand,
> >>>>>reporting
> >>>>> that agent is Up
> >>>>> 2013-04-07 00:33:51,532 INFO  [agent.manager.AgentManagerImpl]
> >>>>> (AgentTaskPool-3:null) The state determined is Up
> >>>>> 2013-04-07 00:33:51,532 INFO  [agent.manager.AgentManagerImpl]
> >>>>> (AgentTaskPool-3:null) Agent is determined to be up and running
> >>>>> 2013-04-07 00:33:51,532 DEBUG [cloud.host.Status]
> >>>>>(AgentTaskPool-3:null)
> >>>>> Transition:[Resource state = Enabled, Agent event = Ping, Host id =
> >>>>>5,
> >>>>>name
> >>>>> = Tut-XenServer2]
> >>>>> 2013-04-07 00:33:51,535 DEBUG [cloud.host.Status]
> >>>>>(AgentTaskPool-3:null)
> >>>>> Agent status update: [id = 5; name = Tut-XenServer2; old status = Up;
> >>>>>event
> >>>>> = Ping; new status = Up; old update count = 147; new update count =
> >>>>>148]
> >>>>> 2013-04-07 00:34:04,860 DEBUG [agent.manager.DirectAgentAttache]
> >>>>> (DirectAgent-239:null) Ping from 6
> >>>>> 2013-04-07 00:34:06,170 DEBUG [agent.manager.DirectAgentAttache]
> >>>>> (DirectAgent-185:null) Ping from 5
> >>>>> 2013-04-07 00:34:06,909 DEBUG [agent.manager.DirectAgentAttache]
> >>>>> (DirectAgent-461:null) Seq 6-324993028: Executing request
> >>>>> 2013-04-07 00:34:07,107 DEBUG [agent.manager.DirectAgentAttache]
> >>>>> (DirectAgent-461:null) Seq 6-324993028: Response Received:
> >>>>> 2013-04-07 00:34:07,107 DEBUG [agent.transport.Request]
> >>>>> (DirectAgent-461:null) Seq 6-324993028: Processing:  { Ans: , MgmtId:
> >>>>>1,
> >>>>> via: 6, Ver: v1, Flags: 10,
> >>>>>
> >>>>>[{"ClusterSyncAnswer":{"_clusterId":2,"_newStates":{},"_isExecuted":fa
> >>>>>l
> >>>>>s
> >>>>>e
> >>>>>,"result":true,"wait":0}}]
> >>>>> }
> >>>>> 2013-04-07 00:34:11,023 DEBUG [agent.manager.DirectAgentAttache]
> >>>>> (DirectAgent-450:null) Seq 5-614334468: Executing request
> >>>>> 2013-04-07 00:34:11,168 DEBUG [agent.manager.DirectAgentAttache]
> >>>>> (DirectAgent-450:null) Seq 5-614334468: Response Received:
> >>>>> 2013-04-07 00:34:11,168 DEBUG [agent.transport.Request]
> >>>>> (DirectAgent-450:null) Seq 5-614334468: Processing:  { Ans: , MgmtId:
> >>>>>1,
> >>>>> via: 5, Ver: v1, Flags: 10, [{"Answer":{"result":true,"wait":0}}] }
> >>>>> 2013-04-07 00:34:20,451 DEBUG
> >>>>> [storage.secondary.SecondaryStorageManagerImpl] (secstorage-1:null)
> >>>>>Zone 1
> >>>>> is ready to launch secondary storage VM
> >>>>> 2013-04-07 00:34:20,553 DEBUG
> >>>>>[cloud.consoleproxy.ConsoleProxyManagerImpl]
> >>>>> (consoleproxy-1:null) Zone 1 is ready to launch console proxy
> >>>>> 2013-04-07 00:34:20,820 DEBUG
> >>>>> [network.router.VirtualNetworkApplianceManagerImpl]
> >>>>> (RouterStatusMonitor-1:null) Found 0 routers to update status.
> >>>>> 2013-04-07 00:34:20,821 DEBUG
> >>>>> [network.router.VirtualNetworkApplianceManagerImpl]
> >>>>> (RouterStatusMonitor-1:null) Found 0 networks to update RvR status.
> >>>>> 2013-04-07 00:34:20,850 DEBUG
> >>>>> [network.router.VirtualNetworkApplianceManagerImpl]
> >>>>> (RouterStatusMonitor-1:null) Found 0 routers to update status.
> >>>>> 2013-04-07 00:34:20,851 DEBUG
> >>>>> [network.router.VirtualNetworkApplianceManagerImpl]
> >>>>> (RouterStatusMonitor-1:null) Found 0 networks to update RvR status.
> >>>>> 2013-04-07 00:34:24,891 DEBUG [agent.manager.AgentManagerImpl]
> >>>>> (AgentManager-Handler-15:null) Ping from 4
> >>>>> 2013-04-07 00:34:27,175 DEBUG [agent.manager.DirectAgentAttache]
> >>>>> (DirectAgent-126:null) Ping from 1
> >>>>> 2013-04-07 00:34:29,095 DEBUG [agent.manager.DirectAgentAttache]
> >>>>> (DirectAgent-182:null) Seq 1-90046472: Executing request
> >>>>> 2013-04-07 00:34:29,323 DEBUG [agent.manager.DirectAgentAttache]
> >>>>> (DirectAgent-182:null) Seq 1-90046472: Response Received:
> >>>>> 2013-04-07 00:34:29,323 DEBUG [agent.transport.Request]
> >>>>> (DirectAgent-182:null) Seq 1-90046472: Processing:  { Ans: , MgmtId:
> >>>>>1,
> >>>>> via: 1, Ver: v1, Flags: 10,
> >>>>>
> >>>>>[{"ClusterSyncAnswer":{"_clusterId":1,"_newStates":{},"_isExecuted":fa
> >>>>>l
> >>>>>s
> >>>>>e
> >>>>>,"result":true,"wait":0}}]
> >>>>> }
> >>>>> 2013-04-07 00:34:36,532 DEBUG [cloud.api.ApiServlet]
> >>>>> (1161145101@qtp-1008805148-33:null) ===START===  127.0.0.1 -- GET
> >>>>>
> >>>>>command=listVolumes&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8Go
> >>>>>V
> >>>>>A
> >>>>>%
> >>>>>3D&listAll=true&page=1&pagesize=20&_=1365316476530
> >>>>> 2013-04-07 00:34:36,548 DEBUG [cloud.api.ApiServlet]
> >>>>> (1161145101@qtp-1008805148-33:null) ===END===  127.0.0.1 -- GET
> >>>>>
> >>>>>command=listVolumes&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8Go
> >>>>>V
> >>>>>A
> >>>>>%
> >>>>>3D&listAll=true&page=1&pagesize=20&_=1365316476530
> >>>>> 2013-04-07 00:34:39,285 DEBUG [cloud.api.ApiServlet]
> >>>>> (1161145101@qtp-1008805148-33:null) ===START===  127.0.0.1 -- GET
> >>>>>
> >>>>>command=listVolumes&id=44d56727-6e5f-438a-8187-42adfac7c906&response=j
> >>>>>s
> >>>>>o
> >>>>>n
> >>>>>&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316479283
> >>>>> 2013-04-07 00:34:39,309 DEBUG [cloud.api.ApiServlet]
> >>>>> (1161145101@qtp-1008805148-33:null) ===END===  127.0.0.1 -- GET
> >>>>>
> >>>>>command=listVolumes&id=44d56727-6e5f-438a-8187-42adfac7c906&response=j
> >>>>>s
> >>>>>o
> >>>>>n
> >>>>>&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316479283
> >>>>> 2013-04-07 00:34:39,325 DEBUG [cloud.api.ApiServlet]
> >>>>> (1161145101@qtp-1008805148-33:null) ===START===  127.0.0.1 -- GET
> >>>>>
> >>>>>command=listTags&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%
> >>>>>3
> >>>>>D
> >>>>>&
> >>>>>resourceId=44d56727-6e5f-438a-8187-42adfac7c906&resourceType=Volume&li
> >>>>>s
> >>>>>t
> >>>>>A
> >>>>>ll=true&_=1365316479323
> >>>>> 2013-04-07 00:34:39,334 DEBUG [cloud.api.ApiServlet]
> >>>>> (1161145101@qtp-1008805148-33:null) ===END===  127.0.0.1 -- GET
> >>>>>
> >>>>>command=listTags&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%
> >>>>>3
> >>>>>D
> >>>>>&
> >>>>>resourceId=44d56727-6e5f-438a-8187-42adfac7c906&resourceType=Volume&li
> >>>>>s
> >>>>>t
> >>>>>A
> >>>>>ll=true&_=1365316479323
> >>>>> 2013-04-07 00:34:47,678 DEBUG [agent.manager.AgentManagerImpl]
> >>>>> (AgentManager-Handler-1:null) Ping from 3
> >>>>> 2013-04-07 00:34:50,455 DEBUG
> >>>>> [storage.secondary.SecondaryStorageManagerImpl] (secstorage-1:null)
> >>>>>Zone 1
> >>>>> is ready to launch secondary storage VM
> >>>>> 2013-04-07 00:34:50,557 DEBUG
> >>>>>[cloud.consoleproxy.ConsoleProxyManagerImpl]
> >>>>> (consoleproxy-1:null) Zone 1 is ready to launch console proxy
> >>>>> 2013-04-07 00:34:50,820 DEBUG
> >>>>> [network.router.VirtualNetworkApplianceManagerImpl]
> >>>>> (RouterStatusMonitor-1:null) Found 0 routers to update status.
> >>>>> 2013-04-07 00:34:50,821 DEBUG
> >>>>> [network.router.VirtualNetworkApplianceManagerImpl]
> >>>>> (RouterStatusMonitor-1:null) Found 0 networks to update RvR status.
> >>>>> 2013-04-07 00:34:50,850 DEBUG
> >>>>> [network.router.VirtualNetworkApplianceManagerImpl]
> >>>>> (RouterStatusMonitor-1:null) Found 0 routers to update status.
> >>>>> 2013-04-07 00:34:50,851 DEBUG
> >>>>> [network.router.VirtualNetworkApplianceManagerImpl]
> >>>>> (RouterStatusMonitor-1:null) Found 0 networks to update RvR status.
> >>>>> 2013-04-07 00:34:51,468 INFO  [agent.manager.AgentMonitor]
> >>>>> (Thread-11:null) Found the following agents behind on ping: [6, 5]
> >>>>> 2013-04-07 00:34:51,470 DEBUG [cloud.host.Status] (Thread-11:null)
> >>>>>Ping
> >>>>> timeout for host 6, do invstigation
> >>>>> 2013-04-07 00:34:51,471 DEBUG [cloud.host.Status] (Thread-11:null)
> >>>>>Ping
> >>>>> timeout for host 5, do invstigation
> >>>>> 2013-04-07 00:34:51,472 INFO  [agent.manager.AgentManagerImpl]
> >>>>> (AgentTaskPool-5:null) Investigating why host 6 has disconnected with
> >>>>>event
> >>>>> PingTimeout
> >>>>> 2013-04-07 00:34:51,472 DEBUG [agent.manager.AgentManagerImpl]
> >>>>> (AgentTaskPool-5:null) checking if agent (6) is alive
> >>>>> 2013-04-07 00:34:51,473 INFO  [agent.manager.AgentManagerImpl]
> >>>>> (AgentTaskPool-6:null) Investigating why host 5 has disconnected with
> >>>>>event
> >>>>> PingTimeout
> >>>>> 2013-04-07 00:34:51,473 DEBUG [agent.manager.AgentManagerImpl]
> >>>>> (AgentTaskPool-6:null) checking if agent (5) is alive
> >>>>> 2013-04-07 00:34:51,475 DEBUG [agent.transport.Request]
> >>>>> (AgentTaskPool-5:null) Seq 6-324993312: Sending  { Cmd , MgmtId: 1,
> >>>>>via: 6,
> >>>>> Ver: v1, Flags: 100011, [{"CheckHealthCommand":{"wait":50}}] }
> >>>>> 2013-04-07 00:34:51,475 DEBUG [agent.transport.Request]
> >>>>> (AgentTaskPool-5:null) Seq 6-324993312: Executing:  { Cmd , MgmtId:
> >>>>>1,
> >>>>>via:
> >>>>> 6, Ver: v1, Flags: 100011, [{"CheckHealthCommand":{"wait":50}}] }
> >>>>> 2013-04-07 00:34:51,475 DEBUG [agent.manager.DirectAgentAttache]
> >>>>> (DirectAgent-42:null) Seq 6-324993312: Executing request
> >>>>> 2013-04-07 00:34:51,476 DEBUG [agent.transport.Request]
> >>>>> (AgentTaskPool-6:null) Seq 5-614334816: Sending  { Cmd , MgmtId: 1,
> >>>>>via: 5,
> >>>>> Ver: v1, Flags: 100011, [{"CheckHealthCommand":{"wait":50}}] }
> >>>>> 2013-04-07 00:34:51,476 DEBUG [agent.transport.Request]
> >>>>> (AgentTaskPool-6:null) Seq 5-614334816: Executing:  { Cmd , MgmtId:
> >>>>>1,
> >>>>>via:
> >>>>> 5, Ver: v1, Flags: 100011, [{"CheckHealthCommand":{"wait":50}}] }
> >>>>> 2013-04-07 00:34:51,477 DEBUG [agent.manager.DirectAgentAttache]
> >>>>> (DirectAgent-164:null) Seq 5-614334816: Executing request
> >>>>> 2013-04-07 00:34:51,534 DEBUG [agent.manager.DirectAgentAttache]
> >>>>> (DirectAgent-164:null) Seq 5-614334816: Response Received:
> >>>>> 2013-04-07 00:34:51,535 DEBUG [agent.transport.Request]
> >>>>> (DirectAgent-164:null) Seq 5-614334816: Processing:  { Ans: , MgmtId:
> >>>>>1,
> >>>>> via: 5, Ver: v1, Flags: 10,
> >>>>> [{"CheckHealthAnswer":{"result":true,"details":"resource is
> >>>>> alive","wait":0}}] }
> >>>>> 2013-04-07 00:34:51,535 DEBUG [agent.transport.Request]
> >>>>> (AgentTaskPool-6:null) Seq 5-614334816: Received:  { Ans: , MgmtId:
> >>>>>1,
> >>>>>via:
> >>>>> 5, Ver: v1, Flags: 10, { CheckHealthAnswer } }
> >>>>> 2013-04-07 00:34:51,535 DEBUG [agent.manager.AgentManagerImpl]
> >>>>> (AgentTaskPool-6:null) Details from executing class
> >>>>> com.cloud.agent.api.CheckHealthCommand: resource is alive
> >>>>> 2013-04-07 00:34:51,535 DEBUG [agent.manager.AgentManagerImpl]
> >>>>> (AgentTaskPool-6:null) agent (5) responded to checkHeathCommand,
> >>>>>reporting
> >>>>> that agent is Up
> >>>>> 2013-04-07 00:34:51,535 INFO  [agent.manager.AgentManagerImpl]
> >>>>> (AgentTaskPool-6:null) The state determined is Up
> >>>>> 2013-04-07 00:34:51,535 INFO  [agent.manager.AgentManagerImpl]
> >>>>> (AgentTaskPool-6:null) Agent is determined to be up and running
> >>>>> 2013-04-07 00:34:51,535 DEBUG [cloud.host.Status]
> >>>>>(AgentTaskPool-6:null)
> >>>>> Transition:[Resource state = Enabled, Agent event = Ping, Host id =
> >>>>>5,
> >>>>>name
> >>>>> = Tut-XenServer2]
> >>>>> 2013-04-07 00:34:51,538 DEBUG [cloud.host.Status]
> >>>>>(AgentTaskPool-6:null)
> >>>>> Agent status update: [id = 5; name = Tut-XenServer2; old status = Up;
> >>>>>event
> >>>>> = Ping; new status = Up; old update count = 148; new update count =
> >>>>>149]
> >>>>> 2013-04-07 00:34:51,539 DEBUG [agent.manager.DirectAgentAttache]
> >>>>> (DirectAgent-42:null) Seq 6-324993312: Response Received:
> >>>>> 2013-04-07 00:34:51,539 DEBUG [agent.transport.Request]
> >>>>> (DirectAgent-42:null) Seq 6-324993312: Processing:  { Ans: , MgmtId:
> >>>>>1,
> >>>>> via: 6, Ver: v1, Flags: 10,
> >>>>> [{"CheckHealthAnswer":{"result":true,"details":"resource is
> >>>>> alive","wait":0}}] }
> >>>>> 2013-04-07 00:34:51,539 DEBUG [agent.transport.Request]
> >>>>> (AgentTaskPool-5:null) Seq 6-324993312: Received:  { Ans: , MgmtId:
> >>>>>1,
> >>>>>via:
> >>>>> 6, Ver: v1, Flags: 10, { CheckHealthAnswer } }
> >>>>> 2013-04-07 00:34:51,539 DEBUG [agent.manager.AgentManagerImpl]
> >>>>> (AgentTaskPool-5:null) Details from executing class
> >>>>> com.cloud.agent.api.CheckHealthCommand: resource is alive
> >>>>> 2013-04-07 00:34:51,539 DEBUG [agent.manager.AgentManagerImpl]
> >>>>> (AgentTaskPool-5:null) agent (6) responded to checkHeathCommand,
> >>>>>reporting
> >>>>> that agent is Up
> >>>>> 2013-04-07 00:34:51,539 INFO  [agent.manager.AgentManagerImpl]
> >>>>> (AgentTaskPool-5:null) The state determined is Up
> >>>>> 2013-04-07 00:34:51,539 INFO  [agent.manager.AgentManagerImpl]
> >>>>> (AgentTaskPool-5:null) Agent is determined to be up and running
> >>>>> 2013-04-07 00:34:51,539 DEBUG [cloud.host.Status]
> >>>>>(AgentTaskPool-5:null)
> >>>>> Transition:[Resource state = Enabled, Agent event = Ping, Host id =
> >>>>>6,
> >>>>>name
> >>>>> = Tut-XenServer]
> >>>>> 2013-04-07 00:34:51,542 DEBUG [cloud.host.Status]
> >>>>>(AgentTaskPool-5:null)
> >>>>> Agent status update: [id = 6; name = Tut-XenServer; old status = Up;
> >>>>>event
> >>>>> = Ping; new status = Up; old update count = 311; new update count =
> >>>>>312]
> >>>>> 2013-04-07 00:34:54,349 INFO  [cloud.vm.UserVmManagerImpl]
> >>>>> (UserVm-Scavenger-1:null) Found 1 vms to expunge.
> >>>>> 2013-04-07 00:34:54,349 DEBUG [cloud.vm.VirtualMachineManagerImpl]
> >>>>> (UserVm-Scavenger-1:null) Stopped called on
> >>>>> VM[User|a30b991d-1c38-4bae-803f-ab3be57a384f] but the state is Error
> >>>>> 2013-04-07 00:34:54,352 DEBUG [cloud.capacity.CapacityManagerImpl]
> >>>>> (UserVm-Scavenger-1:null) VM state transitted from :Error to
> >>>>>Expunging
> >>>>>with
> >>>>> event: ExpungeOperationvm's original host id: null new host id: null
> >>>>>host
> >>>>> id before state transition: null
> >>>>> 2013-04-07 00:34:54,352 DEBUG [cloud.vm.VirtualMachineManagerImpl]
> >>>>> (UserVm-Scavenger-1:null) Destroying vm
> >>>>> VM[User|a30b991d-1c38-4bae-803f-ab3be57a384f]
> >>>>> 2013-04-07 00:34:54,352 DEBUG [cloud.vm.VirtualMachineManagerImpl]
> >>>>> (UserVm-Scavenger-1:null) Cleaning up NICS
> >>>>> 2013-04-07 00:34:54,352 DEBUG [cloud.network.NetworkManagerImpl]
> >>>>> (UserVm-Scavenger-1:null) Cleaning network for vm: 14
> >>>>> 2013-04-07 00:34:54,360 DEBUG [network.guru.DirectNetworkGuru]
> >>>>> (UserVm-Scavenger-1:null) Deallocate network: networkId: 204, ip:
> >>>>>null
> >>>>> 2013-04-07 00:34:54,362 DEBUG [cloud.network.NetworkManagerImpl]
> >>>>> (UserVm-Scavenger-1:null) Removed nic id=20
> >>>>> 2013-04-07 00:34:54,362 DEBUG [cloud.storage.StorageManagerImpl]
> >>>>> (UserVm-Scavenger-1:null) Cleaning storage for vm: 14
> >>>>> 2013-04-07 00:34:54,363 DEBUG [cloud.storage.StorageManagerImpl]
> >>>>> (UserVm-Scavenger-1:null) Expunging Vol[14|vm=14|ROOT]
> >>>>> 2013-04-07 00:34:54,365 DEBUG [cloud.storage.StorageManagerImpl]
> >>>>> (UserVm-Scavenger-1:null) Marking volume that was never created as
> >>>>> destroyed: Vol[14|vm=14|ROOT]
> >>>>> 2013-04-07 00:34:54,368 DEBUG [cloud.vm.VirtualMachineManagerImpl]
> >>>>> (UserVm-Scavenger-1:null) Expunged
> >>>>> VM[User|a30b991d-1c38-4bae-803f-ab3be57a384f]
> >>>>> 2013-04-07 00:34:54,368 DEBUG [cloud.vm.UserVmManagerImpl]
> >>>>> (UserVm-Scavenger-1:null) Starting cleaning up vm
> >>>>> VM[User|a30b991d-1c38-4bae-803f-ab3be57a384f] resources...
> >>>>> 2013-04-07 00:34:54,371 INFO
> >>>>>[network.security.SecurityGroupManagerImpl]
> >>>>> (UserVm-Scavenger-1:null) Disassociated 1 network groups  from uservm
> >>>>>14
> >>>>> 2013-04-07 00:34:54,372 DEBUG
> >>>>>[network.security.SecurityGroupManagerImpl]
> >>>>> (UserVm-Scavenger-1:null) Security group mappings are removed
> >>>>>successfully
> >>>>> for vm id=14
> >>>>> 2013-04-07 00:34:54,376 DEBUG [network.firewall.FirewallManagerImpl]
> >>>>> (UserVm-Scavenger-1:null) No firewall rules are found for vm id=14
> >>>>> 2013-04-07 00:34:54,376 DEBUG [cloud.vm.UserVmManagerImpl]
> >>>>> (UserVm-Scavenger-1:null) Firewall rules are removed successfully as
> >>>>>a
> >>>>>part
> >>>>> of vm id=14 expunge
> >>>>> 2013-04-07 00:34:54,378 DEBUG [network.rules.RulesManagerImpl]
> >>>>> (UserVm-Scavenger-1:null) No port forwarding rules are found for vm
> >>>>>id=14
> >>>>> 2013-04-07 00:34:54,378 DEBUG [cloud.vm.UserVmManagerImpl]
> >>>>> (UserVm-Scavenger-1:null) Port forwarding rules are removed
> >>>>>successfully as
> >>>>> a part of vm id=14 expunge
> >>>>> 2013-04-07 00:34:54,379 DEBUG [cloud.vm.UserVmManagerImpl]
> >>>>> (UserVm-Scavenger-1:null) Removed vm id=14 from all load balancers as
> >>>>>a
> >>>>> part of expunge process
> >>>>> 2013-04-07 00:34:54,379 DEBUG [cloud.vm.UserVmManagerImpl]
> >>>>> (UserVm-Scavenger-1:null) Successfully cleaned up vm
> >>>>> VM[User|a30b991d-1c38-4bae-803f-ab3be57a384f] resources as a part of
> >>>>> expunge process
> >>>>> 2013-04-07 00:34:54,873 DEBUG [cloud.api.ApiServlet]
> >>>>> (1161145101@qtp-1008805148-33:null) ===START===  127.0.0.1 -- GET
> >>>>>
> >>>>>command=listVirtualMachines&response=json&sessionkey=Z6QqzU0Fq1iT13bMg
> >>>>>n
> >>>>>R
> >>>>>R
> >>>>>fl8GoVA%3D&listAll=true&page=1&pagesize=20&_=1365316494871
> >>>>> 2013-04-07 00:34:54,891 DEBUG [cloud.api.ApiServlet]
> >>>>> (1161145101@qtp-1008805148-33:null) ===END===  127.0.0.1 -- GET
> >>>>>
> >>>>>command=listVirtualMachines&response=json&sessionkey=Z6QqzU0Fq1iT13bMg
> >>>>>n
> >>>>>R
> >>>>>R
> >>>>>fl8GoVA%3D&listAll=true&page=1&pagesize=20&_=1365316494871
> >>>>> 2013-04-07 00:34:57,672 DEBUG [cloud.api.ApiServlet]
> >>>>> (1161145101@qtp-1008805148-33:null) ===START===  127.0.0.1 -- GET
> >>>>>
> >>>>>command=listZones&id=3a62dec3-cf95-4ba2-9af0-af2190af35e3&response=jso
> >>>>>n
> >>>>>&
> >>>>>s
> >>>>>essionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316497670
> >>>>> 2013-04-07 00:34:57,679 DEBUG [cloud.api.ApiServlet]
> >>>>> (1161145101@qtp-1008805148-33:null) ===END===  127.0.0.1 -- GET
> >>>>>
> >>>>>command=listZones&id=3a62dec3-cf95-4ba2-9af0-af2190af35e3&response=jso
> >>>>>n
> >>>>>&
> >>>>>s
> >>>>>essionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316497670
> >>>>> 2013-04-07 00:34:57,683 DEBUG [cloud.api.ApiServlet]
> >>>>> (1161145101@qtp-1008805148-33:null) ===START===  127.0.0.1 -- GET
> >>>>>
> >>>>>command=listNetworks&id=9d28211f-440e-4233-86d1-214b404074eb&response=
> >>>>>j
> >>>>>s
> >>>>>o
> >>>>>n&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316497681
> >>>>> 2013-04-07 00:34:57,708 DEBUG [cloud.api.ApiServlet]
> >>>>> (1161145101@qtp-1008805148-33:null) ===END===  127.0.0.1 -- GET
> >>>>>
> >>>>>command=listNetworks&id=9d28211f-440e-4233-86d1-214b404074eb&response=
> >>>>>j
> >>>>>s
> >>>>>o
> >>>>>n&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316497681
> >>>>> 2013-04-07 00:34:57,714 DEBUG [cloud.api.ApiServlet]
> >>>>> (1161145101@qtp-1008805148-33:null) ===START===  127.0.0.1 -- GET
> >>>>>
> >>>>>command=listVirtualMachines&id=94ddc16f-04fc-4da1-8326-01d8d5cdeb44&re
> >>>>>s
> >>>>>p
> >>>>>o
> >>>>>nse=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316497712
> >>>>> 2013-04-07 00:34:57,731 DEBUG [cloud.api.ApiServlet]
> >>>>> (1161145101@qtp-1008805148-33:null) ===END===  127.0.0.1 -- GET
> >>>>>
> >>>>>command=listVirtualMachines&id=94ddc16f-04fc-4da1-8326-01d8d5cdeb44&re
> >>>>>s
> >>>>>p
> >>>>>o
> >>>>>nse=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316497712
> >>>>> 2013-04-07 00:34:57,738 DEBUG [cloud.api.ApiServlet]
> >>>>> (1161145101@qtp-1008805148-33:null) ===START===  127.0.0.1 -- GET
> >>>>>
> >>>>>command=listOsTypes&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8Go
> >>>>>V
> >>>>>A
> >>>>>%
> >>>>>3D&_=1365316497736
> >>>>> 2013-04-07 00:34:57,754 DEBUG [cloud.api.ApiServlet]
> >>>>> (1109449945@qtp-1008805148-34:null) ===START===  127.0.0.1 -- GET
> >>>>>
> >>>>>command=listTags&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%
> >>>>>3
> >>>>>D
> >>>>>&
> >>>>>resourceId=94ddc16f-04fc-4da1-8326-01d8d5cdeb44&resourceType=UserVm&li
> >>>>>s
> >>>>>t
> >>>>>A
> >>>>>ll=true&_=1365316497750
> >>>>> 2013-04-07 00:34:57,763 DEBUG [cloud.api.ApiServlet]
> >>>>> (1109449945@qtp-1008805148-34:null) ===END===  127.0.0.1 -- GET
> >>>>>
> >>>>>command=listTags&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%
> >>>>>3
> >>>>>D
> >>>>>&
> >>>>>resourceId=94ddc16f-04fc-4da1-8326-01d8d5cdeb44&resourceType=UserVm&li
> >>>>>s
> >>>>>t
> >>>>>A
> >>>>>ll=true&_=1365316497750
> >>>>> 2013-04-07 00:34:57,889 DEBUG [cloud.api.ApiServlet]
> >>>>> (1161145101@qtp-1008805148-33:null) ===END===  127.0.0.1 -- GET
> >>>>>
> >>>>>command=listOsTypes&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8Go
> >>>>>V
> >>>>>A
> >>>>>%
> >>>>>3D&_=1365316497736
> >>>>> 2013-04-07 00:35:01,051 DEBUG [cloud.api.ApiServlet]
> >>>>> (1109449945@qtp-1008805148-34:null) ===START===  127.0.0.1 -- GET
> >>>>>
> >>>>>command=listServiceOfferings&response=json&sessionkey=Z6QqzU0Fq1iT13bM
> >>>>>g
> >>>>>n
> >>>>>R
> >>>>>Rfl8GoVA%3D&listAll=true&page=1&pagesize=20&issystem=false&_=136531650
> >>>>>1
> >>>>>0
> >>>>>4
> >>>>>7
> >>>>> 2013-04-07 00:35:01,064 DEBUG [cloud.api.ApiServlet]
> >>>>> (1109449945@qtp-1008805148-34:null) ===END===  127.0.0.1 -- GET
> >>>>>
> >>>>>command=listServiceOfferings&response=json&sessionkey=Z6QqzU0Fq1iT13bM
> >>>>>g
> >>>>>n
> >>>>>R
> >>>>>Rfl8GoVA%3D&listAll=true&page=1&pagesize=20&issystem=false&_=136531650
> >>>>>1
> >>>>>0
> >>>>>4
> >>>>>7
> >>>>> 2013-04-07 00:35:03,427 DEBUG [cloud.api.ApiServlet]
> >>>>> (1109449945@qtp-1008805148-34:null) ===START===  127.0.0.1 -- GET
> >>>>>
> >>>>>command=listServiceOfferings&response=json&sessionkey=Z6QqzU0Fq1iT13bM
> >>>>>g
> >>>>>n
> >>>>>R
> >>>>>Rfl8GoVA%3D&issystem=false&id=425cf3cf-4bc4-4e53-82a0-ba6c20dd3688&_=1
> >>>>>3
> >>>>>6
> >>>>>5
> >>>>>316503425
> >>>>> 2013-04-07 00:35:03,439 DEBUG [cloud.api.ApiServlet]
> >>>>> (1109449945@qtp-1008805148-34:null) ===END===  127.0.0.1 -- GET
> >>>>>
> >>>>>command=listServiceOfferings&response=json&sessionkey=Z6QqzU0Fq1iT13bM
> >>>>>g
> >>>>>n
> >>>>>R
> >>>>>Rfl8GoVA%3D&issystem=false&id=425cf3cf-4bc4-4e53-82a0-ba6c20dd3688&_=1
> >>>>>3
> >>>>>6
> >>>>>5
> >>>>>316503425
> >>>>> 2013-04-07 00:35:04,848 DEBUG [agent.manager.DirectAgentAttache]
> >>>>> (DirectAgent-349:null) Ping from 6
> >>>>> 2013-04-07 00:35:06,206 DEBUG [agent.manager.DirectAgentAttache]
> >>>>> (DirectAgent-292:null) Ping from 5
> >>>>> 2013-04-07 00:35:06,909 DEBUG [agent.manager.DirectAgentAttache]
> >>>>> (DirectAgent-334:null) Seq 6-324993028: Executing request
> >>>>> 2013-04-07 00:35:07,112 DEBUG [agent.manager.DirectAgentAttache]
> >>>>> (DirectAgent-334:null) Seq 6-324993028: Response Received:
> >>>>> 2013-04-07 00:35:07,112 DEBUG [agent.transport.Request]
> >>>>> (DirectAgent-334:null) Seq 6-324993028: Processing:  { Ans: , MgmtId:
> >>>>>1,
> >>>>> via: 6, Ver: v1, Flags: 10,
> >>>>>
> >>>>>[{"ClusterSyncAnswer":{"_clusterId":2,"_newStates":{},"_isExecuted":fa
> >>>>>l
> >>>>>s
> >>>>>e
> >>>>>,"result":true,"wait":0}}]
> >>>>> }
> >>>>> 2013-04-07 00:35:08,821 DEBUG [cloud.api.ApiServlet]
> >>>>> (1109449945@qtp-1008805148-34:null) ===START===  127.0.0.1 -- GET
> >>>>>
> >>>>>command=listConfigurations&response=json&sessionkey=Z6QqzU0Fq1iT13bMgn
> >>>>>R
> >>>>>R
> >>>>>f
> >>>>>l8GoVA%3D&page=1&pagesize=20&_=1365316508819
> >>>>> 2013-04-07 00:35:08,845 DEBUG [cloud.api.ApiServlet]
> >>>>> (1109449945@qtp-1008805148-34:null) ===END===  127.0.0.1 -- GET
> >>>>>
> >>>>>command=listConfigurations&response=json&sessionkey=Z6QqzU0Fq1iT13bMgn
> >>>>>R
> >>>>>R
> >>>>>f
> >>>>>l8GoVA%3D&page=1&pagesize=20&_=1365316508819
> >>>>> 2013-04-07 00:35:10,407 DEBUG [cloud.api.ApiServlet]
> >>>>> (1109449945@qtp-1008805148-34:null) ===START===  127.0.0.1 -- GET
> >>>>>
> >>>>>command=listZones&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA
> >>>>>%
> >>>>>3
> >>>>>D
> >>>>>&_=1365316510405
> >>>>> 2013-04-07 00:35:10,416 DEBUG [cloud.api.ApiServlet]
> >>>>> (1109449945@qtp-1008805148-34:null) ===END===  127.0.0.1 -- GET
> >>>>>
> >>>>>command=listZones&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA
> >>>>>%
> >>>>>3
> >>>>>D
> >>>>>&_=1365316510405
> >>>>> 2013-04-07 00:35:10,429 DEBUG [cloud.api.ApiServlet]
> >>>>> (1109449945@qtp-1008805148-34:null) ===START===  127.0.0.1 -- GET
> >>>>>
> >>>>>command=listPods&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%
> >>>>>3
> >>>>>D
> >>>>>&
> >>>>>page=1&pagesize=1&_=1365316510426
> >>>>> 2013-04-07 00:35:10,436 DEBUG [cloud.api.ApiServlet]
> >>>>> (1109449945@qtp-1008805148-34:null) ===END===  127.0.0.1 -- GET
> >>>>>
> >>>>>command=listPods&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%
> >>>>>3
> >>>>>D
> >>>>>&
> >>>>>page=1&pagesize=1&_=1365316510426
> >>>>> 2013-04-07 00:35:10,440 DEBUG [cloud.api.ApiServlet]
> >>>>> (1109449945@qtp-1008805148-34:null) ===START===  127.0.0.1 -- GET
> >>>>>
> >>>>>command=listClusters&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8G
> >>>>>o
> >>>>>V
> >>>>>A
> >>>>>%3D&page=1&pagesize=1&_=1365316510438
> >>>>> 2013-04-07 00:35:10,448 DEBUG [cloud.api.ApiServlet]
> >>>>> (1109449945@qtp-1008805148-34:null) ===END===  127.0.0.1 -- GET
> >>>>>
> >>>>>command=listClusters&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8G
> >>>>>o
> >>>>>V
> >>>>>A
> >>>>>%3D&page=1&pagesize=1&_=1365316510438
> >>>>> 2013-04-07 00:35:10,451 DEBUG [cloud.api.ApiServlet]
> >>>>> (1109449945@qtp-1008805148-34:null) ===START===  127.0.0.1 -- GET
> >>>>>
> >>>>>command=listHosts&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA
> >>>>>%
> >>>>>3
> >>>>>D
> >>>>>&type=routing&page=1&pagesize=1&_=1365316510449
> >>>>> 2013-04-07 00:35:10,456 DEBUG [api.query.QueryManagerImpl]
> >>>>> (1109449945@qtp-1008805148-34:null) >>>Searching for hosts>>>
> >>>>> 2013-04-07 00:35:10,461 DEBUG [api.query.QueryManagerImpl]
> >>>>> (1109449945@qtp-1008805148-34:null) >>>Generating Response>>>
> >>>>> 2013-04-07 00:35:10,466 DEBUG [cloud.api.ApiServlet]
> >>>>> (1109449945@qtp-1008805148-34:null) ===END===  127.0.0.1 -- GET
> >>>>>
> >>>>>command=listHosts&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA
> >>>>>%
> >>>>>3
> >>>>>D
> >>>>>&type=routing&page=1&pagesize=1&_=1365316510449
> >>>>> 2013-04-07 00:35:10,470 DEBUG [cloud.api.ApiServlet]
> >>>>> (1109449945@qtp-1008805148-34:null) ===START===  127.0.0.1 -- GET
> >>>>>
> >>>>>command=listStoragePools&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRR
> >>>>>f
> >>>>>l
> >>>>>8
> >>>>>GoVA%3D&page=1&pagesize=1&_=1365316510468
> >>>>> 2013-04-07 00:35:10,479 DEBUG [cloud.api.ApiServlet]
> >>>>> (1109449945@qtp-1008805148-34:null) ===END===  127.0.0.1 -- GET
> >>>>>
> >>>>>command=listStoragePools&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRR
> >>>>>f
> >>>>>l
> >>>>>8
> >>>>>GoVA%3D&page=1&pagesize=1&_=1365316510468
> >>>>> 2013-04-07 00:35:10,483 DEBUG [cloud.api.ApiServlet]
> >>>>> (1109449945@qtp-1008805148-34:null) ===START===  127.0.0.1 -- GET
> >>>>>
> >>>>>command=listHosts&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA
> >>>>>%
> >>>>>3
> >>>>>D
> >>>>>&type=SecondaryStorage&page=1&pagesize=1&_=1365316510481
> >>>>> 2013-04-07 00:35:10,488 DEBUG [api.query.QueryManagerImpl]
> >>>>> (1109449945@qtp-1008805148-34:null) >>>Searching for hosts>>>
> >>>>> 2013-04-07 00:35:10,493 DEBUG [api.query.QueryManagerImpl]
> >>>>> (1109449945@qtp-1008805148-34:null) >>>Generating Response>>>
> >>>>> 2013-04-07 00:35:10,494 DEBUG [cloud.api.ApiServlet]
> >>>>> (1109449945@qtp-1008805148-34:null) ===END===  127.0.0.1 -- GET
> >>>>>
> >>>>>command=listHosts&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA
> >>>>>%
> >>>>>3
> >>>>>D
> >>>>>&type=SecondaryStorage&page=1&pagesize=1&_=1365316510481
> >>>>> 2013-04-07 00:35:10,500 DEBUG [cloud.api.ApiServlet]
> >>>>> (1109449945@qtp-1008805148-34:null) ===START===  127.0.0.1 -- GET
> >>>>>
> >>>>>command=listSystemVms&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8
> >>>>>G
> >>>>>o
> >>>>>V
> >>>>>A%3D&page=1&pagesize=1&_=1365316510496
> >>>>> 2013-04-07 00:35:10,564 DEBUG [cloud.api.ApiServlet]
> >>>>> (1109449945@qtp-1008805148-34:null) ===END===  127.0.0.1 -- GET
> >>>>>
> >>>>>command=listSystemVms&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8
> >>>>>G
> >>>>>o
> >>>>>V
> >>>>>A%3D&page=1&pagesize=1&_=1365316510496
> >>>>> 2013-04-07 00:35:10,568 DEBUG [cloud.api.ApiServlet]
> >>>>> (1109449945@qtp-1008805148-34:null) ===START===  127.0.0.1 -- GET
> >>>>>
> >>>>>command=listRouters&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8Go
> >>>>>V
> >>>>>A
> >>>>>%
> >>>>>3D&projectid=-1&page=1&pagesize=1&_=1365316510566
> >>>>> 2013-04-07 00:35:10,576 DEBUG [cloud.api.ApiServlet]
> >>>>> (1109449945@qtp-1008805148-34:null) ===END===  127.0.0.1 -- GET
> >>>>>
> >>>>>command=listRouters&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8Go
> >>>>>V
> >>>>>A
> >>>>>%
> >>>>>3D&projectid=-1&page=1&pagesize=1&_=1365316510566
> >>>>> 2013-04-07 00:35:10,579 DEBUG [cloud.api.ApiServlet]
> >>>>> (1109449945@qtp-1008805148-34:null) ===START===  127.0.0.1 -- GET
> >>>>>
> >>>>>command=listRouters&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8Go
> >>>>>V
> >>>>>A
> >>>>>%
> >>>>>3D&listAll=true&page=1&pagesize=1&_=1365316510577
> >>>>> 2013-04-07 00:35:10,591 DEBUG [cloud.api.ApiServlet]
> >>>>> (1109449945@qtp-1008805148-34:null) ===END===  127.0.0.1 -- GET
> >>>>>
> >>>>>command=listRouters&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8Go
> >>>>>V
> >>>>>A
> >>>>>%
> >>>>>3D&listAll=true&page=1&pagesize=1&_=1365316510577
> >>>>> 2013-04-07 00:35:10,595 DEBUG [cloud.api.ApiServlet]
> >>>>> (1109449945@qtp-1008805148-34:null) ===START===  127.0.0.1 -- GET
> >>>>>
> >>>>>command=listCapacity&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8G
> >>>>>o
> >>>>>V
> >>>>>A
> >>>>>%3D&_=1365316510593
> >>>>> 2013-04-07 00:35:10,609 DEBUG [cloud.api.ApiServlet]
> >>>>> (1109449945@qtp-1008805148-34:null) ===END===  127.0.0.1 -- GET
> >>>>>
> >>>>>command=listCapacity&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8G
> >>>>>o
> >>>>>V
> >>>>>A
> >>>>>%3D&_=1365316510593
> >>>>> 2013-04-07 00:35:11,022 DEBUG [agent.manager.DirectAgentAttache]
> >>>>> (DirectAgent-298:null) Seq 5-614334468: Executing request
> >>>>> 2013-04-07 00:35:11,171 DEBUG [agent.manager.DirectAgentAttache]
> >>>>> (DirectAgent-298:null) Seq 5-614334468: Response Received:
> >>>>> 2013-04-07 00:35:11,172 DEBUG [agent.transport.Request]
> >>>>> (DirectAgent-298:null) Seq 5-614334468: Processing:  { Ans: , MgmtId:
> >>>>>1,
> >>>>> via: 5, Ver: v1, Flags: 10, [{"Answer":{"result":true,"wait":0}}] }
> >>>>> 2013-04-07 00:35:12,493 DEBUG [cloud.api.ApiServlet]
> >>>>> (1109449945@qtp-1008805148-34:null) ===START===  127.0.0.1 -- GET
> >>>>>
> >>>>>command=listStoragePools&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRR
> >>>>>f
> >>>>>l
> >>>>>8
> >>>>>GoVA%3D&page=1&pageSize=20&listAll=true&_=1365316512490
> >>>>> 2013-04-07 00:35:12,508 DEBUG [cloud.api.ApiServlet]
> >>>>> (1109449945@qtp-1008805148-34:null) ===END===  127.0.0.1 -- GET
> >>>>>
> >>>>>command=listStoragePools&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRR
> >>>>>f
> >>>>>l
> >>>>>8
> >>>>>GoVA%3D&page=1&pageSize=20&listAll=true&_=1365316512490
> >>>>> 2013-04-07 00:35:18,008 DEBUG [cloud.api.ApiServlet]
> >>>>> (1109449945@qtp-1008805148-34:null) ===START===  127.0.0.1 -- GET
> >>>>>
> >>>>>command=listZones&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA
> >>>>>%
> >>>>>3
> >>>>>D
> >>>>>&id=3a62dec3-cf95-4ba2-9af0-af2190af35e3&_=1365316518006
> >>>>> 2013-04-07 00:35:18,016 DEBUG [cloud.api.ApiServlet]
> >>>>> (1109449945@qtp-1008805148-34:null) ===END===  127.0.0.1 -- GET
> >>>>>
> >>>>>command=listZones&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA
> >>>>>%
> >>>>>3
> >>>>>D
> >>>>>&id=3a62dec3-cf95-4ba2-9af0-af2190af35e3&_=1365316518006
> >>>>> 2013-04-07 00:35:18,022 DEBUG [cloud.api.ApiServlet]
> >>>>> (1109449945@qtp-1008805148-34:null) ===START===  127.0.0.1 -- GET
> >>>>>
> >>>>>command=listStoragePools&id=iSCSI_SR_4&response=json&sessionkey=Z6QqzU
> >>>>>0
> >>>>>F
> >>>>>q
> >>>>>1iT13bMgnRRfl8GoVA%3D&_=1365316518019
> >>>>> 2013-04-07 00:35:18,036 DEBUG [cloud.api.ApiServlet]
> >>>>> (1109449945@qtp-1008805148-34:null) ===END===  127.0.0.1 -- GET
> >>>>>
> >>>>>command=listStoragePools&id=iSCSI_SR_4&response=json&sessionkey=Z6QqzU
> >>>>>0
> >>>>>F
> >>>>>q
> >>>>>1iT13bMgnRRfl8GoVA%3D&_=1365316518019
> >>>>> 2013-04-07 00:35:20,457 DEBUG
> >>>>> [storage.secondary.SecondaryStorageManagerImpl] (secstorage-1:null)
> >>>>>Zone 1
> >>>>> is ready to launch secondary storage VM
> >>>>> 2013-04-07 00:35:20,560 DEBUG
> >>>>>[cloud.consoleproxy.ConsoleProxyManagerImpl]
> >>>>> (consoleproxy-1:null) Zone 1 is ready to launch console proxy
> >>>>> 2013-04-07 00:35:20,820 DEBUG
> >>>>> [network.router.VirtualNetworkApplianceManagerImpl]
> >>>>> (RouterStatusMonitor-1:null) Found 0 routers to update status.
> >>>>> 2013-04-07 00:35:20,821 DEBUG
> >>>>> [network.router.VirtualNetworkApplianceManagerImpl]
> >>>>> (RouterStatusMonitor-1:null) Found 0 networks to update RvR status.
> >>>>> 2013-04-07 00:35:20,850 DEBUG
> >>>>> [network.router.VirtualNetworkApplianceManagerImpl]
> >>>>> (RouterStatusMonitor-1:null) Found 0 routers to update status.
> >>>>> 2013-04-07 00:35:20,851 DEBUG
> >>>>> [network.router.VirtualNetworkApplianceManagerImpl]
> >>>>> (RouterStatusMonitor-1:null) Found 0 networks to update RvR status.
> >>>>> 2013-04-07 00:35:23,644 DEBUG [cloud.api.ApiServlet]
> >>>>> (1109449945@qtp-1008805148-34:null) ===START===  127.0.0.1 -- GET
> >>>>>
> >>>>>command=listZones&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA
> >>>>>%
> >>>>>3
> >>>>>D
> >>>>>&id=3a62dec3-cf95-4ba2-9af0-af2190af35e3&_=1365316523642
> >>>>> 2013-04-07 00:35:23,652 DEBUG [cloud.api.ApiServlet]
> >>>>> (1109449945@qtp-1008805148-34:null) ===END===  127.0.0.1 -- GET
> >>>>>
> >>>>>command=listZones&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA
> >>>>>%
> >>>>>3
> >>>>>D
> >>>>>&id=3a62dec3-cf95-4ba2-9af0-af2190af35e3&_=1365316523642
> >>>>> 2013-04-07 00:35:23,657 DEBUG [cloud.api.ApiServlet]
> >>>>> (1109449945@qtp-1008805148-34:null) ===START===  127.0.0.1 -- GET
> >>>>>
> >>>>>command=listStoragePools&id=iSCSI_SR_3&response=json&sessionkey=Z6QqzU
> >>>>>0
> >>>>>F
> >>>>>q
> >>>>>1iT13bMgnRRfl8GoVA%3D&_=1365316523655
> >>>>> 2013-04-07 00:35:23,670 DEBUG [cloud.api.ApiServlet]
> >>>>> (1109449945@qtp-1008805148-34:null) ===END===  127.0.0.1 -- GET
> >>>>>
> >>>>>command=listStoragePools&id=iSCSI_SR_3&response=json&sessionkey=Z6QqzU
> >>>>>0
> >>>>>F
> >>>>>q
> >>>>>1iT13bMgnRRfl8GoVA%3D&_=1365316523655
> >>>>> 2013-04-07 00:35:24,890 DEBUG [agent.manager.AgentManagerImpl]
> >>>>> (AgentManager-Handler-2:null) Ping from 4
> >>>>> 2013-04-07 00:35:25,447 DEBUG [cloud.api.ApiServlet]
> >>>>> (1109449945@qtp-1008805148-34:null) ===START===  127.0.0.1 -- GET
> >>>>>
> >>>>>command=listZones&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA
> >>>>>%
> >>>>>3
> >>>>>D
> >>>>>&_=1365316525443
> >>>>> 2013-04-07 00:35:25,456 DEBUG [cloud.api.ApiServlet]
> >>>>> (1109449945@qtp-1008805148-34:null) ===END===  127.0.0.1 -- GET
> >>>>>
> >>>>>command=listZones&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA
> >>>>>%
> >>>>>3
> >>>>>D
> >>>>>&_=1365316525443
> >>>>> 2013-04-07 00:35:25,467 DEBUG [cloud.api.ApiServlet]
> >>>>> (1109449945@qtp-1008805148-34:null) ===START===  127.0.0.1 -- GET
> >>>>>
> >>>>>command=listPods&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%
> >>>>>3
> >>>>>D
> >>>>>&
> >>>>>page=1&pagesize=1&_=1365316525465
> >>>>> 2013-04-07 00:35:25,474 DEBUG [cloud.api.ApiServlet]
> >>>>> (1109449945@qtp-1008805148-34:null) ===END===  127.0.0.1 -- GET
> >>>>>
> >>>>>command=listPods&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%
> >>>>>3
> >>>>>D
> >>>>>&
> >>>>>page=1&pagesize=1&_=1365316525465
> >>>>> 2013-04-07 00:35:25,477 DEBUG [cloud.api.ApiServlet]
> >>>>> (1109449945@qtp-1008805148-34:null) ===START===  127.0.0.1 -- GET
> >>>>>
> >>>>>command=listClusters&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8G
> >>>>>o
> >>>>>V
> >>>>>A
> >>>>>%3D&page=1&pagesize=1&_=1365316525475
> >>>>> 2013-04-07 00:35:25,485 DEBUG [cloud.api.ApiServlet]
> >>>>> (1109449945@qtp-1008805148-34:null) ===END===  127.0.0.1 -- GET
> >>>>>
> >>>>>command=listClusters&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8G
> >>>>>o
> >>>>>V
> >>>>>A
> >>>>>%3D&page=1&pagesize=1&_=1365316525475
> >>>>> 2013-04-07 00:35:25,488 DEBUG [cloud.api.ApiServlet]
> >>>>> (1109449945@qtp-1008805148-34:null) ===START===  127.0.0.1 -- GET
> >>>>>
> >>>>>command=listHosts&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA
> >>>>>%
> >>>>>3
> >>>>>D
> >>>>>&type=routing&page=1&pagesize=1&_=1365316525486
> >>>>> 2013-04-07 00:35:25,493 DEBUG [api.query.QueryManagerImpl]
> >>>>> (1109449945@qtp-1008805148-34:null) >>>Searching for hosts>>>
> >>>>> 2013-04-07 00:35:25,498 DEBUG [api.query.QueryManagerImpl]
> >>>>> (1109449945@qtp-1008805148-34:null) >>>Generating Response>>>
> >>>>> 2013-04-07 00:35:25,504 DEBUG [cloud.api.ApiServlet]
> >>>>> (1109449945@qtp-1008805148-34:null) ===END===  127.0.0.1 -- GET
> >>>>>
> >>>>>command=listHosts&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA
> >>>>>%
> >>>>>3
> >>>>>D
> >>>>>&type=routing&page=1&pagesize=1&_=1365316525486
> >>>>> 2013-04-07 00:35:25,507 DEBUG [cloud.api.ApiServlet]
> >>>>> (1109449945@qtp-1008805148-34:null) ===START===  127.0.0.1 -- GET
> >>>>>
> >>>>>command=listStoragePools&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRR
> >>>>>f
> >>>>>l
> >>>>>8
> >>>>>GoVA%3D&page=1&pagesize=1&_=1365316525505
> >>>>> 2013-04-07 00:35:25,517 DEBUG [cloud.api.ApiServlet]
> >>>>> (1109449945@qtp-1008805148-34:null) ===END===  127.0.0.1 -- GET
> >>>>>
> >>>>>command=listStoragePools&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRR
> >>>>>f
> >>>>>l
> >>>>>8
> >>>>>GoVA%3D&page=1&pagesize=1&_=1365316525505
> >>>>> 2013-04-07 00:35:25,522 DEBUG [cloud.api.ApiServlet]
> >>>>> (1109449945@qtp-1008805148-34:null) ===START===  127.0.0.1 -- GET
> >>>>>
> >>>>>command=listHosts&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA
> >>>>>%
> >>>>>3
> >>>>>D
> >>>>>&type=SecondaryStorage&page=1&pagesize=1&_=1365316525519
> >>>>> 2013-04-07 00:35:25,526 DEBUG [api.query.QueryManagerImpl]
> >>>>> (1109449945@qtp-1008805148-34:null) >>>Searching for hosts>>>
> >>>>> 2013-04-07 00:35:25,531 DEBUG [api.query.QueryManagerImpl]
> >>>>> (1109449945@qtp-1008805148-34:null) >>>Generating Response>>>
> >>>>> 2013-04-07 00:35:25,533 DEBUG [cloud.api.ApiServlet]
> >>>>> (1109449945@qtp-1008805148-34:null) ===END===  127.0.0.1 -- GET
> >>>>>
> >>>>>command=listHosts&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA
> >>>>>%
> >>>>>3
> >>>>>D
> >>>>>&type=SecondaryStorage&page=1&pagesize=1&_=1365316525519
> >>>>> 2013-04-07 00:35:25,536 DEBUG [cloud.api.ApiServlet]
> >>>>> (1109449945@qtp-1008805148-34:null) ===START===  127.0.0.1 -- GET
> >>>>>
> >>>>>command=listSystemVms&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8
> >>>>>G
> >>>>>o
> >>>>>V
> >>>>>A%3D&page=1&pagesize=1&_=1365316525534
> >>>>> 2013-04-07 00:35:25,591 DEBUG [cloud.api.ApiServlet]
> >>>>> (1109449945@qtp-1008805148-34:null) ===END===  127.0.0.1 -- GET
> >>>>>
> >>>>>command=listSystemVms&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8
> >>>>>G
> >>>>>o
> >>>>>V
> >>>>>A%3D&page=1&pagesize=1&_=1365316525534
> >>>>> 2013-04-07 00:35:25,595 DEBUG [cloud.api.ApiServlet]
> >>>>> (1109449945@qtp-1008805148-34:null) ===START===  127.0.0.1 -- GET
> >>>>>
> >>>>>command=listRouters&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8Go
> >>>>>V
> >>>>>A
> >>>>>%
> >>>>>3D&projectid=-1&page=1&pagesize=1&_=1365316525593
> >>>>> 2013-04-07 00:35:25,603 DEBUG [cloud.api.ApiServlet]
> >>>>> (1109449945@qtp-1008805148-34:null) ===END===  127.0.0.1 -- GET
> >>>>>
> >>>>>command=listRouters&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8Go
> >>>>>V
> >>>>>A
> >>>>>%
> >>>>>3D&projectid=-1&page=1&pagesize=1&_=1365316525593
> >>>>> 2013-04-07 00:35:25,606 DEBUG [cloud.api.ApiServlet]
> >>>>> (1109449945@qtp-1008805148-34:null) ===START===  127.0.0.1 -- GET
> >>>>>
> >>>>>command=listRouters&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8Go
> >>>>>V
> >>>>>A
> >>>>>%
> >>>>>3D&listAll=true&page=1&pagesize=1&_=1365316525604
> >>>>> 2013-04-07 00:35:25,617 DEBUG [cloud.api.ApiServlet]
> >>>>> (1109449945@qtp-1008805148-34:null) ===END===  127.0.0.1 -- GET
> >>>>>
> >>>>>command=listRouters&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8Go
> >>>>>V
> >>>>>A
> >>>>>%
> >>>>>3D&listAll=true&page=1&pagesize=1&_=1365316525604
> >>>>> 2013-04-07 00:35:25,621 DEBUG [cloud.api.ApiServlet]
> >>>>> (1109449945@qtp-1008805148-34:null) ===START===  127.0.0.1 -- GET
> >>>>>
> >>>>>command=listCapacity&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8G
> >>>>>o
> >>>>>V
> >>>>>A
> >>>>>%3D&_=1365316525619
> >>>>> 2013-04-07 00:35:25,634 DEBUG [cloud.api.ApiServlet]
> >>>>> (1109449945@qtp-1008805148-34:null) ===END===  127.0.0.1 -- GET
> >>>>>
> >>>>>command=listCapacity&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8G
> >>>>>o
> >>>>>V
> >>>>>A
> >>>>>%3D&_=1365316525619
> >>>>> 2013-04-07 00:35:27,158 DEBUG [agent.manager.DirectAgentAttache]
> >>>>> (DirectAgent-276:null) Ping from 1
> >>>>> 2013-04-07 00:35:29,095 DEBUG [agent.manager.DirectAgentAttache]
> >>>>> (DirectAgent-139:null) Seq 1-90046472: Executing request
> >>>>> 2013-04-07 00:35:29,302 DEBUG [agent.manager.DirectAgentAttache]
> >>>>> (DirectAgent-139:null) Seq 1-90046472: Response Received:
> >>>>> 2013-04-07 00:35:29,303 DEBUG [agent.transport.Request]
> >>>>> (DirectAgent-139:null) Seq 1-90046472: Processing:  { Ans: , MgmtId:
> >>>>>1,
> >>>>> via: 1, Ver: v1, Flags: 10,
> >>>>>
> >>>>>[{"ClusterSyncAnswer":{"_clusterId":1,"_newStates":{},"_isExecuted":fa
> >>>>>l
> >>>>>s
> >>>>>e
> >>>>>,"result":true,"wait":0}}]
> >>>>> }
> >>>>> 2013-04-07 00:35:31,624 DEBUG [cloud.api.ApiServlet]
> >>>>> (1109449945@qtp-1008805148-34:null) ===START===  127.0.0.1 -- GET
> >>>>>
> >>>>>command=listVirtualMachines&response=json&sessionkey=Z6QqzU0Fq1iT13bMg
> >>>>>n
> >>>>>R
> >>>>>R
> >>>>>fl8GoVA%3D&listAll=true&page=1&pagesize=20&_=1365316531622
> >>>>> 2013-04-07 00:35:31,644 DEBUG [cloud.api.ApiServlet]
> >>>>> (1109449945@qtp-1008805148-34:null) ===END===  127.0.0.1 -- GET
> >>>>>
> >>>>>command=listVirtualMachines&response=json&sessionkey=Z6QqzU0Fq1iT13bMg
> >>>>>n
> >>>>>R
> >>>>>R
> >>>>>fl8GoVA%3D&listAll=true&page=1&pagesize=20&_=1365316531622
> >>>>> 2013-04-07 00:35:32,710 DEBUG [cloud.api.ApiServlet]
> >>>>> (1109449945@qtp-1008805148-34:null) ===START===  127.0.0.1 -- GET
> >>>>>
> >>>>>command=listVolumes&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8Go
> >>>>>V
> >>>>>A
> >>>>>%
> >>>>>3D&listAll=true&page=1&pagesize=20&_=1365316532708
> >>>>> 2013-04-07 00:35:32,724 DEBUG [cloud.api.ApiServlet]
> >>>>> (1109449945@qtp-1008805148-34:null) ===END===  127.0.0.1 -- GET
> >>>>>
> >>>>>command=listVolumes&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8Go
> >>>>>V
> >>>>>A
> >>>>>%
> >>>>>3D&listAll=true&page=1&pagesize=20&_=1365316532708
> >>>>> 2013-04-07 00:35:33,917 DEBUG [cloud.api.ApiServlet]
> >>>>> (1109449945@qtp-1008805148-34:null) ===START===  127.0.0.1 -- GET
> >>>>>
> >>>>>command=listVirtualMachines&response=json&sessionkey=Z6QqzU0Fq1iT13bMg
> >>>>>n
> >>>>>R
> >>>>>R
> >>>>>fl8GoVA%3D&listAll=true&page=1&pagesize=20&_=1365316533915
> >>>>> 2013-04-07 00:35:33,935 DEBUG [cloud.api.ApiServlet]
> >>>>> (1109449945@qtp-1008805148-34:null) ===END===  127.0.0.1 -- GET
> >>>>>
> >>>>>command=listVirtualMachines&response=json&sessionkey=Z6QqzU0Fq1iT13bMg
> >>>>>n
> >>>>>R
> >>>>>R
> >>>>>fl8GoVA%3D&listAll=true&page=1&pagesize=20&_=1365316533915
> >>>>> 2013-04-07 00:35:35,668 DEBUG [cloud.api.ApiServlet]
> >>>>> (1109449945@qtp-1008805148-34:null) ===START===  127.0.0.1 -- GET
> >>>>>
> >>>>>command=listVirtualMachines&id=c18ddf7c-fc61-40b0-af75-fdef05f8eae6&re
> >>>>>s
> >>>>>p
> >>>>>o
> >>>>>nse=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316535666
> >>>>> 2013-04-07 00:35:35,689 DEBUG [cloud.api.ApiServlet]
> >>>>> (1109449945@qtp-1008805148-34:null) ===END===  127.0.0.1 -- GET
> >>>>>
> >>>>>command=listVirtualMachines&id=c18ddf7c-fc61-40b0-af75-fdef05f8eae6&re
> >>>>>s
> >>>>>p
> >>>>>o
> >>>>>nse=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316535666
> >>>>> 2013-04-07 00:35:35,695 DEBUG [cloud.api.ApiServlet]
> >>>>> (1109449945@qtp-1008805148-34:null) ===START===  127.0.0.1 -- GET
> >>>>>
> >>>>>command=listOsTypes&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8Go
> >>>>>V
> >>>>>A
> >>>>>%
> >>>>>3D&_=1365316535693
> >>>>> 2013-04-07 00:35:35,873 DEBUG [cloud.api.ApiServlet]
> >>>>> (1109449945@qtp-1008805148-34:null) ===END===  127.0.0.1 -- GET
> >>>>>
> >>>>>command=listOsTypes&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8Go
> >>>>>V
> >>>>>A
> >>>>>%
> >>>>>3D&_=1365316535693
> >>>>> 2013-04-07 00:35:39,081 DEBUG [cloud.api.ApiServlet]
> >>>>> (1109449945@qtp-1008805148-34:null) ===START===  127.0.0.1 -- GET
> >>>>>
> >>>>>command=destroyVirtualMachine&id=c18ddf7c-fc61-40b0-af75-fdef05f8eae6&
> >>>>>r
> >>>>>e
> >>>>>s
> >>>>>ponse=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316539079
> >>>>> 2013-04-07 00:35:39,103 DEBUG [cloud.async.AsyncJobManagerImpl]
> >>>>> (1109449945@qtp-1008805148-34:null) submit async job-45, details:
> >>>>> AsyncJobVO {id:45, userId: 2, accountId: 2, sessionKey: null,
> >>>>>instanceType:
> >>>>> null, instanceId: 12, cmd:
> >>>>> org.apache.cloudstack.api.command.user.vm.DestroyVMCmd,
> >>>>>cmdOriginator:
> >>>>> null, cmdInfo:
> >>>>>
> >>>>>{"id":"c18ddf7c-fc61-40b0-af75-fdef05f8eae6","response":"json","sessio
> >>>>>n
> >>>>>k
> >>>>>e
> >>>>>y":"Z6QqzU0Fq1iT13bMgnRRfl8GoVA\u003d","ctxUserId":"2","_":"1365316539
> >>>>>0
> >>>>>7
> >>>>>9
> >>>>>","ctxAccountId":"2","ctxStartEventId":"50"},
> >>>>> cmdVersion: 0, callbackType: 0, callbackAddress: null, status: 0,
> >>>>> processStatus: 0, resultCode: 0, result: null, initMsid: 1,
> >>>>>completeMsid:
> >>>>> null, lastUpdated: null, lastPolled: null, created: null}
> >>>>> 2013-04-07 00:35:39,104 DEBUG [cloud.async.AsyncJobManagerImpl]
> >>>>> (Job-Executor-38:job-45) Executing
> >>>>> org.apache.cloudstack.api.command.user.vm.DestroyVMCmd for job-45
> >>>>> 2013-04-07 00:35:39,105 DEBUG [cloud.api.ApiServlet]
> >>>>> (1109449945@qtp-1008805148-34:null) ===END===  127.0.0.1 -- GET
> >>>>>
> >>>>>command=destroyVirtualMachine&id=c18ddf7c-fc61-40b0-af75-fdef05f8eae6&
> >>>>>r
> >>>>>e
> >>>>>s
> >>>>>ponse=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316539079
> >>>>> 2013-04-07 00:35:39,119 DEBUG [cloud.vm.VirtualMachineManagerImpl]
> >>>>> (Job-Executor-38:job-45) Destroying vm
> >>>>> VM[User|c18ddf7c-fc61-40b0-af75-fdef05f8eae6]
> >>>>> 2013-04-07 00:35:39,123 DEBUG [cloud.capacity.CapacityManagerImpl]
> >>>>> (Job-Executor-38:job-45) VM state transitted from :Running to
> >>>>>Stopping
> >>>>>with
> >>>>> event: StopRequestedvm's original host id: 5 new host id: 5 host id
> >>>>>before
> >>>>> state transition: 5
> >>>>> 2013-04-07 00:35:39,125 DEBUG [agent.transport.Request]
> >>>>> (Job-Executor-38:job-45) Seq 5-614334817: Sending  { Cmd , MgmtId: 1,
> >>>>>via:
> >>>>> 5, Ver: v1, Flags: 100111,
> >>>>> [{"StopCommand":{"isProxy":false,"vmName":"i-2-12-VM","wait":0}}] }
> >>>>> 2013-04-07 00:35:39,125 DEBUG [agent.transport.Request]
> >>>>> (Job-Executor-38:job-45) Seq 5-614334817: Executing:  { Cmd , MgmtId:
> >>>>>1,
> >>>>> via: 5, Ver: v1, Flags: 100111,
> >>>>> [{"StopCommand":{"isProxy":false,"vmName":"i-2-12-VM","wait":0}}] }
> >>>>> 2013-04-07 00:35:39,125 DEBUG [agent.manager.DirectAgentAttache]
> >>>>> (DirectAgent-414:null) Seq 5-614334817: Executing request
> >>>>> 2013-04-07 00:35:39,289 DEBUG [xen.resource.CitrixResourceBase]
> >>>>> (DirectAgent-414:null) 9. The VM i-2-12-VM is in Stopping state
> >>>>> 2013-04-07 00:35:39,720 INFO  [xen.resource.CitrixResourceBase]
> >>>>> (DirectAgent-414:null) Removed  network rules for vm i-2-12-VM
> >>>>> 2013-04-07 00:35:42,113 DEBUG [cloud.api.ApiServlet]
> >>>>> (1109449945@qtp-1008805148-34:null) ===START===  127.0.0.1 -- GET
> >>>>>
> >>>>>command=queryAsyncJobResult&jobId=1288fa5b-8b5f-4952-b056-b180437edfd5
> >>>>>&
> >>>>>r
> >>>>>e
> >>>>>sponse=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316542111
> >>>>> 2013-04-07 00:35:42,127 DEBUG [cloud.api.ApiServlet]
> >>>>> (1109449945@qtp-1008805148-34:null) ===END===  127.0.0.1 -- GET
> >>>>>
> >>>>>command=queryAsyncJobResult&jobId=1288fa5b-8b5f-4952-b056-b180437edfd5
> >>>>>&
> >>>>>r
> >>>>>e
> >>>>>sponse=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316542111
> >>>>> 2013-04-07 00:35:45,114 DEBUG [cloud.api.ApiServlet]
> >>>>> (1109449945@qtp-1008805148-34:null) ===START===  127.0.0.1 -- GET
> >>>>>
> >>>>>command=queryAsyncJobResult&jobId=1288fa5b-8b5f-4952-b056-b180437edfd5
> >>>>>&
> >>>>>r
> >>>>>e
> >>>>>sponse=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316545112
> >>>>> 2013-04-07 00:35:45,129 DEBUG [cloud.api.ApiServlet]
> >>>>> (1109449945@qtp-1008805148-34:null) ===END===  127.0.0.1 -- GET
> >>>>>
> >>>>>command=queryAsyncJobResult&jobId=1288fa5b-8b5f-4952-b056-b180437edfd5
> >>>>>&
> >>>>>r
> >>>>>e
> >>>>>sponse=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316545112
> >>>>> 2013-04-07 00:35:47,682 DEBUG [agent.manager.AgentManagerImpl]
> >>>>> (AgentManager-Handler-3:null) Ping from 3
> >>>>> 2013-04-07 00:35:48,115 DEBUG [cloud.api.ApiServlet]
> >>>>> (1109449945@qtp-1008805148-34:null) ===START===  127.0.0.1 -- GET
> >>>>>
> >>>>>command=queryAsyncJobResult&jobId=1288fa5b-8b5f-4952-b056-b180437edfd5
> >>>>>&
> >>>>>r
> >>>>>e
> >>>>>sponse=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316548112
> >>>>> 2013-04-07 00:35:48,133 DEBUG [cloud.api.ApiServlet]
> >>>>> (1109449945@qtp-1008805148-34:null) ===END===  127.0.0.1 -- GET
> >>>>>
> >>>>>command=queryAsyncJobResult&jobId=1288fa5b-8b5f-4952-b056-b180437edfd5
> >>>>>&
> >>>>>r
> >>>>>e
> >>>>>sponse=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316548112
> >>>>> 2013-04-07 00:35:50,456 DEBUG
> >>>>> [storage.secondary.SecondaryStorageManagerImpl] (secstorage-1:null)
> >>>>>Zone 1
> >>>>> is ready to launch secondary storage VM
> >>>>> 2013-04-07 00:35:50,564 DEBUG
> >>>>>[cloud.consoleproxy.ConsoleProxyManagerImpl]
> >>>>> (consoleproxy-1:null) Zone 1 is ready to launch console proxy
> >>>>> 2013-04-07 00:35:50,819 DEBUG
> >>>>> [network.router.VirtualNetworkApplianceManagerImpl]
> >>>>> (RouterStatusMonitor-1:null) Found 0 routers to update status.
> >>>>> 2013-04-07 00:35:50,821 DEBUG
> >>>>> [network.router.VirtualNetworkApplianceManagerImpl]
> >>>>> (RouterStatusMonitor-1:null) Found 0 networks to update RvR status.
> >>>>> 2013-04-07 00:35:50,851 DEBUG
> >>>>> [network.router.VirtualNetworkApplianceManagerImpl]
> >>>>> (RouterStatusMonitor-1:null) Found 0 routers to update status.
> >>>>> 2013-04-07 00:35:50,852 DEBUG
> >>>>> [network.router.VirtualNetworkApplianceManagerImpl]
> >>>>> (RouterStatusMonitor-1:null) Found 0 networks to update RvR status.
> >>>>> 2013-04-07 00:35:51,117 DEBUG [cloud.api.ApiServlet]
> >>>>> (1109449945@qtp-1008805148-34:null) ===START===  127.0.0.1 -- GET
> >>>>>
> >>>>>command=queryAsyncJobResult&jobId=1288fa5b-8b5f-4952-b056-b180437edfd5
> >>>>>&
> >>>>>r
> >>>>>e
> >>>>>sponse=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316551115
> >>>>> 2013-04-07 00:35:51,132 DEBUG [cloud.api.ApiServlet]
> >>>>> (1109449945@qtp-1008805148-34:null) ===END===  127.0.0.1 -- GET
> >>>>>
> >>>>>command=queryAsyncJobResult&jobId=1288fa5b-8b5f-4952-b056-b180437edfd5
> >>>>>&
> >>>>>r
> >>>>>e
> >>>>>sponse=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316551115
> >>>>> 2013-04-07 00:35:51,242 DEBUG [xen.resource.CitrixResourceBase]
> >>>>> (DirectAgent-414:null) 10. The VM i-2-12-VM is in Stopped state
> >>>>> 2013-04-07 00:35:51,242 DEBUG [agent.manager.DirectAgentAttache]
> >>>>> (DirectAgent-414:null) Seq 5-614334817: Response Received:
> >>>>> 2013-04-07 00:35:51,243 DEBUG [agent.transport.Request]
> >>>>> (DirectAgent-414:null) Seq 5-614334817: Processing:  { Ans: , MgmtId:
> >>>>>1,
> >>>>> via: 5, Ver: v1, Flags: 110,
> >>>>> [{"StopAnswer":{"vncPort":0,"result":true,"details":"Stop VM
> >>>>>i-2-12-VM
> >>>>> Succeed","wait":0}}] }
> >>>>> 2013-04-07 00:35:51,243 DEBUG [agent.transport.Request]
> >>>>> (Job-Executor-38:job-45) Seq 5-614334817: Received:  { Ans: , MgmtId:
> >>>>>1,
> >>>>> via: 5, Ver: v1, Flags: 110, { StopAnswer } }
> >>>>> 2013-04-07 00:35:51,243 DEBUG [agent.manager.AgentAttache]
> >>>>> (DirectAgent-414:null) Seq 5-614334817: No more commands found
> >>>>> 2013-04-07 00:35:51,244 DEBUG [cloud.vm.VirtualMachineManagerImpl]
> >>>>> (Job-Executor-38:job-45)
> >>>>>VM[User|c18ddf7c-fc61-40b0-af75-fdef05f8eae6]
> >>>>>is
> >>>>> stopped on the host.  Proceeding to release resource held.
> >>>>> 2013-04-07 00:35:51,251 DEBUG [cloud.network.NetworkManagerImpl]
> >>>>> (Job-Executor-38:job-45) Changing active number of nics for network
> >>>>>id=204
> >>>>> on -1
> >>>>> 2013-04-07 00:35:51,252 DEBUG [cloud.network.NetworkManagerImpl]
> >>>>> (Job-Executor-38:job-45) Asking ElasticLoadBalancerElement to release
> >>>>> Nic[18-12-6416c373-20d8-4617-8dcb-30a8ff9d0f34-192.168.56.195]
> >>>>> 2013-04-07 00:35:51,252 DEBUG [cloud.network.NetworkManagerImpl]
> >>>>> (Job-Executor-38:job-45) Asking NiciraNvpElement to release
> >>>>> Nic[18-12-6416c373-20d8-4617-8dcb-30a8ff9d0f34-192.168.56.195]
> >>>>> 2013-04-07 00:35:51,252 DEBUG [network.element.NiciraNvpElement]
> >>>>> (Job-Executor-38:job-45) Checking if NiciraNvpElement can handle
> >>>>>service
> >>>>> Connectivity on network guestNetworkForBasicZone
> >>>>> 2013-04-07 00:35:51,252 DEBUG [cloud.network.NetworkManagerImpl]
> >>>>> (Job-Executor-38:job-45) Asking BigSwitchVnsElement to release
> >>>>> Nic[18-12-6416c373-20d8-4617-8dcb-30a8ff9d0f34-192.168.56.195]
> >>>>> 2013-04-07 00:35:51,252 DEBUG [network.element.BigSwitchVnsElement]
> >>>>> (Job-Executor-38:job-45) Checking if BigSwitchVnsElement can handle
> >>>>>service
> >>>>> Connectivity on network guestNetworkForBasicZone
> >>>>> 2013-04-07 00:35:51,252 DEBUG [cloud.network.NetworkManagerImpl]
> >>>>> (Job-Executor-38:job-45) Asking Ovs to release
> >>>>> Nic[18-12-6416c373-20d8-4617-8dcb-30a8ff9d0f34-192.168.56.195]
> >>>>> 2013-04-07 00:35:51,252 DEBUG [cloud.network.NetworkManagerImpl]
> >>>>> (Job-Executor-38:job-45) Asking BareMetalDhcp to release
> >>>>> Nic[18-12-6416c373-20d8-4617-8dcb-30a8ff9d0f34-192.168.56.195]
> >>>>> 2013-04-07 00:35:51,252 DEBUG [cloud.network.NetworkManagerImpl]
> >>>>> (Job-Executor-38:job-45) Asking BareMetalPxe to release
> >>>>> Nic[18-12-6416c373-20d8-4617-8dcb-30a8ff9d0f34-192.168.56.195]
> >>>>> 2013-04-07 00:35:51,252 DEBUG [cloud.network.NetworkManagerImpl]
> >>>>> (Job-Executor-38:job-45) Asking BareMetalUserdata to release
> >>>>> Nic[18-12-6416c373-20d8-4617-8dcb-30a8ff9d0f34-192.168.56.195]
> >>>>> 2013-04-07 00:35:51,252 DEBUG [cloud.network.NetworkManagerImpl]
> >>>>> (Job-Executor-38:job-45) Asking SecurityGroupProvider to release
> >>>>> Nic[18-12-6416c373-20d8-4617-8dcb-30a8ff9d0f34-192.168.56.195]
> >>>>> 2013-04-07 00:35:51,252 DEBUG [cloud.network.NetworkManagerImpl]
> >>>>> (Job-Executor-38:job-45) Asking VirtualRouter to release
> >>>>> Nic[18-12-6416c373-20d8-4617-8dcb-30a8ff9d0f34-192.168.56.195]
> >>>>> 2013-04-07 00:35:51,253 DEBUG [cloud.network.NetworkManagerImpl]
> >>>>> (Job-Executor-38:job-45) Asking VpcVirtualRouter to release
> >>>>> Nic[18-12-6416c373-20d8-4617-8dcb-30a8ff9d0f34-192.168.56.195]
> >>>>> 2013-04-07 00:35:51,253 DEBUG [cloud.network.NetworkManagerImpl]
> >>>>> (Job-Executor-38:job-45) Asking NiciraNvp to release
> >>>>> Nic[18-12-6416c373-20d8-4617-8dcb-30a8ff9d0f34-192.168.56.195]
> >>>>> 2013-04-07 00:35:51,253 DEBUG [network.element.NiciraNvpElement]
> >>>>> (Job-Executor-38:job-45) Checking if NiciraNvpElement can handle
> >>>>>service
> >>>>> Connectivity on network guestNetworkForBasicZone
> >>>>> 2013-04-07 00:35:51,253 DEBUG [cloud.network.NetworkManagerImpl]
> >>>>> (Job-Executor-38:job-45) Asking JuniperSRX to release
> >>>>> Nic[18-12-6416c373-20d8-4617-8dcb-30a8ff9d0f34-192.168.56.195]
> >>>>> 2013-04-07 00:35:51,253 DEBUG [cloud.network.NetworkManagerImpl]
> >>>>> (Job-Executor-38:job-45) Asking Netscaler to release
> >>>>> Nic[18-12-6416c373-20d8-4617-8dcb-30a8ff9d0f34-192.168.56.195]
> >>>>> 2013-04-07 00:35:51,253 DEBUG [cloud.network.NetworkManagerImpl]
> >>>>> (Job-Executor-38:job-45) Asking F5BigIP to release
> >>>>> Nic[18-12-6416c373-20d8-4617-8dcb-30a8ff9d0f34-192.168.56.195]
> >>>>> 2013-04-07 00:35:51,253 DEBUG [cloud.network.NetworkManagerImpl]
> >>>>> (Job-Executor-38:job-45) Asking CiscoNexus1000vVSM to release
> >>>>> Nic[18-12-6416c373-20d8-4617-8dcb-30a8ff9d0f34-192.168.56.195]
> >>>>> 2013-04-07 00:35:51,253 DEBUG [cloud.vm.VirtualMachineManagerImpl]
> >>>>> (Job-Executor-38:job-45) Successfully released network resources for
> >>>>>the vm
> >>>>> VM[User|c18ddf7c-fc61-40b0-af75-fdef05f8eae6]
> >>>>> 2013-04-07 00:35:51,253 DEBUG [cloud.vm.VirtualMachineManagerImpl]
> >>>>> (Job-Executor-38:job-45) Successfully released storage resources for
> >>>>>the vm
> >>>>> VM[User|c18ddf7c-fc61-40b0-af75-fdef05f8eae6]
> >>>>> 2013-04-07 00:35:51,298 DEBUG [cloud.capacity.CapacityManagerImpl]
> >>>>> (Job-Executor-38:job-45) VM state transitted from :Stopping to
> >>>>>Stopped
> >>>>>with
> >>>>> event: OperationSucceededvm's original host id: 5 new host id: null
> >>>>>host id
> >>>>> before state transition: 5
> >>>>> 2013-04-07 00:35:51,302 DEBUG [cloud.capacity.CapacityManagerImpl]
> >>>>> (Job-Executor-38:job-45) Hosts's actual total CPU: 2479 and CPU after
> >>>>> applying overprovisioning: 2479
> >>>>> 2013-04-07 00:35:51,303 DEBUG [cloud.capacity.CapacityManagerImpl]
> >>>>> (Job-Executor-38:job-45) release cpu from host: 5, old used:
> >>>>>100,reserved:
> >>>>> 0, actual total: 2479, total with overprovisioning: 2479; new used:
> >>>>> 0,reserved:100; movedfromreserved: false,moveToReserveredtrue
> >>>>> 2013-04-07 00:35:51,303 DEBUG [cloud.capacity.CapacityManagerImpl]
> >>>>> (Job-Executor-38:job-45) release mem from host: 5, old used:
> >>>>> 1073741824,reserved: 0, total: 1671695424; new used:
> >>>>>0,reserved:1073741824;
> >>>>> movedfromreserved: false,moveToReserveredtrue
> >>>>> 2013-04-07 00:35:51,308 DEBUG [cloud.capacity.CapacityManagerImpl]
> >>>>> (Job-Executor-38:job-45) VM state transitted from :Stopped to
> >>>>>Destroyed
> >>>>> with event: DestroyRequestedvm's original host id: 5 new host id:
> >>>>>null
> >>>>>host
> >>>>> id before state transition: null
> >>>>> 2013-04-07 00:35:51,313 DEBUG [cloud.capacity.CapacityManagerImpl]
> >>>>> (Job-Executor-38:job-45) Hosts's actual total CPU: 2479 and CPU after
> >>>>> applying overprovisioning: 2479
> >>>>> 2013-04-07 00:35:51,313 DEBUG [cloud.capacity.CapacityManagerImpl]
> >>>>> (Job-Executor-38:job-45) release cpu from host: 5, old used:
> >>>>>0,reserved:
> >>>>> 100, actual total: 2479, total with overprovisioning: 2479; new used:
> >>>>> 0,reserved:0; movedfromreserved: true,moveToReserveredfalse
> >>>>> 2013-04-07 00:35:51,313 DEBUG [cloud.capacity.CapacityManagerImpl]
> >>>>> (Job-Executor-38:job-45) release mem from host: 5, old used:
> >>>>>0,reserved:
> >>>>> 1073741824, total: 1671695424; new used: 0,reserved:0;
> >>>>>movedfromreserved:
> >>>>> true,moveToReserveredfalse
> >>>>> 2013-04-07 00:35:51,328 DEBUG [cloud.async.AsyncJobManagerImpl]
> >>>>> (Job-Executor-38:job-45) Complete async job-45, jobStatus: 1,
> >>>>>resultCode:
> >>>>> 0, result: org.apache.cloudstack.api.response.UserVmResponse@324f6e41
> >>>>> 2013-04-07 00:35:51,332 DEBUG [cloud.async.AsyncJobManagerImpl]
> >>>>> (Job-Executor-38:job-45) Done executing
> >>>>> org.apache.cloudstack.api.command.user.vm.DestroyVMCmd for job-45
> >>>>> 2013-04-07 00:35:51,397 DEBUG [cloud.api.ApiServlet]
> >>>>> (1109449945@qtp-1008805148-34:null) ===START===  127.0.0.1 -- GET
> >>>>>
> >>>>>command=listVirtualMachines&id=94ddc16f-04fc-4da1-8326-01d8d5cdeb44&re
> >>>>>s
> >>>>>p
> >>>>>o
> >>>>>nse=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316551394
> >>>>> 2013-04-07 00:35:51,417 DEBUG [cloud.api.ApiServlet]
> >>>>> (1109449945@qtp-1008805148-34:null) ===END===  127.0.0.1 -- GET
> >>>>>
> >>>>>command=listVirtualMachines&id=94ddc16f-04fc-4da1-8326-01d8d5cdeb44&re
> >>>>>s
> >>>>>p
> >>>>>o
> >>>>>nse=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316551394
> >>>>> 2013-04-07 00:35:51,425 DEBUG [cloud.api.ApiServlet]
> >>>>> (1109449945@qtp-1008805148-34:null) ===START===  127.0.0.1 -- GET
> >>>>>
> >>>>>command=listOsTypes&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8Go
> >>>>>V
> >>>>>A
> >>>>>%
> >>>>>3D&_=1365316551423
> >>>>> 2013-04-07 00:35:51,472 INFO  [agent.manager.AgentMonitor]
> >>>>> (Thread-11:null) Found the following agents behind on ping: [6, 5]
> >>>>> 2013-04-07 00:35:51,473 DEBUG [cloud.host.Status] (Thread-11:null)
> >>>>>Ping
> >>>>> timeout for host 6, do invstigation
> >>>>> 2013-04-07 00:35:51,475 DEBUG [cloud.host.Status] (Thread-11:null)
> >>>>>Ping
> >>>>> timeout for host 5, do invstigation
> >>>>> 2013-04-07 00:35:51,475 INFO  [agent.manager.AgentManagerImpl]
> >>>>> (AgentTaskPool-7:null) Investigating why host 6 has disconnected with
> >>>>>event
> >>>>> PingTimeout
> >>>>> 2013-04-07 00:35:51,475 DEBUG [agent.manager.AgentManagerImpl]
> >>>>> (AgentTaskPool-7:null) checking if agent (6) is alive
> >>>>> 2013-04-07 00:35:51,478 INFO  [agent.manager.AgentManagerImpl]
> >>>>> (AgentTaskPool-8:null) Investigating why host 5 has disconnected with
> >>>>>event
> >>>>> PingTimeout
> >>>>> 2013-04-07 00:35:51,478 DEBUG [agent.manager.AgentManagerImpl]
> >>>>> (AgentTaskPool-8:null) checking if agent (5) is alive
> >>>>> 2013-04-07 00:35:51,480 DEBUG [agent.transport.Request]
> >>>>> (AgentTaskPool-7:null) Seq 6-324993313: Sending  { Cmd , MgmtId: 1,
> >>>>>via: 6,
> >>>>> Ver: v1, Flags: 100011, [{"CheckHealthCommand":{"wait":50}}] }
> >>>>> 2013-04-07 00:35:51,481 DEBUG [agent.transport.Request]
> >>>>> (AgentTaskPool-7:null) Seq 6-324993313: Executing:  { Cmd , MgmtId:
> >>>>>1,
> >>>>>via:
> >>>>> 6, Ver: v1, Flags: 100011, [{"CheckHealthCommand":{"wait":50}}] }
> >>>>> 2013-04-07 00:35:51,481 DEBUG [agent.manager.DirectAgentAttache]
> >>>>> (DirectAgent-361:null) Seq 6-324993313: Executing request
> >>>>> 2013-04-07 00:35:51,488 DEBUG [agent.transport.Request]
> >>>>> (AgentTaskPool-8:null) Seq 5-614334818: Sending  { Cmd , MgmtId: 1,
> >>>>>via: 5,
> >>>>> Ver: v1, Flags: 100011, [{"CheckHealthCommand":{"wait":50}}] }
> >>>>> 2013-04-07 00:35:51,489 DEBUG [agent.transport.Request]
> >>>>> (AgentTaskPool-8:null) Seq 5-614334818: Executing:  { Cmd , MgmtId:
> >>>>>1,
> >>>>>via:
> >>>>> 5, Ver: v1, Flags: 100011, [{"CheckHealthCommand":{"wait":50}}] }
> >>>>> 2013-04-07 00:35:51,489 DEBUG [agent.manager.DirectAgentAttache]
> >>>>> (DirectAgent-290:null) Seq 5-614334818: Executing request
> >>>>> 2013-04-07 00:35:51,556 DEBUG [agent.manager.DirectAgentAttache]
> >>>>> (DirectAgent-290:null) Seq 5-614334818: Response Received:
> >>>>> 2013-04-07 00:35:51,557 DEBUG [agent.transport.Request]
> >>>>> (DirectAgent-290:null) Seq 5-614334818: Processing:  { Ans: , MgmtId:
> >>>>>1,
> >>>>> via: 5, Ver: v1, Flags: 10,
> >>>>> [{"CheckHealthAnswer":{"result":true,"details":"resource is
> >>>>> alive","wait":0}}] }
> >>>>> 2013-04-07 00:35:51,557 DEBUG [agent.transport.Request]
> >>>>> (AgentTaskPool-8:null) Seq 5-614334818: Received:  { Ans: , MgmtId:
> >>>>>1,
> >>>>>via:
> >>>>> 5, Ver: v1, Flags: 10, { CheckHealthAnswer } }
> >>>>> 2013-04-07 00:35:51,557 DEBUG [agent.manager.AgentManagerImpl]
> >>>>> (AgentTaskPool-8:null) Details from executing class
> >>>>> com.cloud.agent.api.CheckHealthCommand: resource is alive
> >>>>> 2013-04-07 00:35:51,557 DEBUG [agent.manager.AgentManagerImpl]
> >>>>> (AgentTaskPool-8:null) agent (5) responded to checkHeathCommand,
> >>>>>reporting
> >>>>> that agent is Up
> >>>>> 2013-04-07 00:35:51,557 INFO  [agent.manager.AgentManagerImpl]
> >>>>> (AgentTaskPool-8:null) The state determined is Up
> >>>>> 2013-04-07 00:35:51,557 INFO  [agent.manager.AgentManagerImpl]
> >>>>> (AgentTaskPool-8:null) Agent is determined to be up and running
> >>>>> 2013-04-07 00:35:51,557 DEBUG [cloud.host.Status]
> >>>>>(AgentTaskPool-8:null)
> >>>>> Transition:[Resource state = Enabled, Agent event = Ping, Host id =
> >>>>>5,
> >>>>>name
> >>>>> = Tut-XenServer2]
> >>>>> 2013-04-07 00:35:51,563 DEBUG [cloud.host.Status]
> >>>>>(AgentTaskPool-8:null)
> >>>>> Agent status update: [id = 5; name = Tut-XenServer2; old status = Up;
> >>>>>event
> >>>>> = Ping; new status = Up; old update count = 149; new update count =
> >>>>>150]
> >>>>> 2013-04-07 00:35:51,568 DEBUG [agent.manager.DirectAgentAttache]
> >>>>> (DirectAgent-361:null) Seq 6-324993313: Response Received:
> >>>>> 2013-04-07 00:35:51,568 DEBUG [agent.transport.Request]
> >>>>> (DirectAgent-361:null) Seq 6-324993313: Processing:  { Ans: , MgmtId:
> >>>>>1,
> >>>>> via: 6, Ver: v1, Flags: 10,
> >>>>> [{"CheckHealthAnswer":{"result":true,"details":"resource is
> >>>>> alive","wait":0}}] }
> >>>>> 2013-04-07 00:35:51,569 DEBUG [agent.transport.Request]
> >>>>> (AgentTaskPool-7:null) Seq 6-324993313: Received:  { Ans: , MgmtId:
> >>>>>1,
> >>>>>via:
> >>>>> 6, Ver: v1, Flags: 10, { CheckHealthAnswer } }
> >>>>> 2013-04-07 00:35:51,569 DEBUG [agent.manager.AgentManagerImpl]
> >>>>> (AgentTaskPool-7:null) Details from executing class
> >>>>> com.cloud.agent.api.CheckHealthCommand: resource is alive
> >>>>> 2013-04-07 00:35:51,569 DEBUG [agent.manager.AgentManagerImpl]
> >>>>> (AgentTaskPool-7:null) agent (6) responded to checkHeathCommand,
> >>>>>reporting
> >>>>> that agent is Up
> >>>>> 2013-04-07 00:35:51,569 INFO  [agent.manager.AgentManagerImpl]
> >>>>> (AgentTaskPool-7:null) The state determined is Up
> >>>>> 2013-04-07 00:35:51,569 INFO  [agent.manager.AgentManagerImpl]
> >>>>> (AgentTaskPool-7:null) Agent is determined to be up and running
> >>>>> 2013-04-07 00:35:51,569 DEBUG [cloud.host.Status]
> >>>>>(AgentTaskPool-7:null)
> >>>>> Transition:[Resource state = Enabled, Agent event = Ping, Host id =
> >>>>>6,
> >>>>>name
> >>>>> = Tut-XenServer]
> >>>>> 2013-04-07 00:35:51,574 DEBUG [cloud.host.Status]
> >>>>>(AgentTaskPool-7:null)
> >>>>> Agent status update: [id = 6; name = Tut-XenServer; old status = Up;
> >>>>>event
> >>>>> = Ping; new status = Up; old update count = 312; new update count =
> >>>>>313]
> >>>>> 2013-04-07 00:35:51,668 DEBUG [cloud.api.ApiServlet]
> >>>>> (1109449945@qtp-1008805148-34:null) ===END===  127.0.0.1 -- GET
> >>>>>
> >>>>>command=listOsTypes&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8Go
> >>>>>V
> >>>>>A
> >>>>>%
> >>>>>3D&_=1365316551423
> >>>>> 2013-04-07 00:35:54,118 DEBUG [cloud.api.ApiServlet]
> >>>>> (1109449945@qtp-1008805148-34:null) ===START===  127.0.0.1 -- GET
> >>>>>
> >>>>>command=queryAsyncJobResult&jobId=1288fa5b-8b5f-4952-b056-b180437edfd5
> >>>>>&
> >>>>>r
> >>>>>e
> >>>>>sponse=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316554116
> >>>>> 2013-04-07 00:35:54,129 DEBUG [cloud.async.AsyncJobManagerImpl]
> >>>>> (1109449945@qtp-1008805148-34:null) Async job-45 completed
> >>>>> 2013-04-07 00:35:54,135 DEBUG [cloud.api.ApiServlet]
> >>>>> (1109449945@qtp-1008805148-34:null) ===END===  127.0.0.1 -- GET
> >>>>>
> >>>>>command=queryAsyncJobResult&jobId=1288fa5b-8b5f-4952-b056-b180437edfd5
> >>>>>&
> >>>>>r
> >>>>>e
> >>>>>sponse=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316554116
> >>>>> 2013-04-07 00:35:55,077 DEBUG [cloud.api.ApiServlet]
> >>>>> (1109449945@qtp-1008805148-34:null) ===START===  127.0.0.1 -- GET
> >>>>>
> >>>>>command=destroyVirtualMachine&id=94ddc16f-04fc-4da1-8326-01d8d5cdeb44&
> >>>>>r
> >>>>>e
> >>>>>s
> >>>>>ponse=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316555075
> >>>>> 2013-04-07 00:35:55,098 DEBUG [cloud.async.AsyncJobManagerImpl]
> >>>>> (1109449945@qtp-1008805148-34:null) submit async job-46, details:
> >>>>> AsyncJobVO {id:46, userId: 2, accountId: 2, sessionKey: null,
> >>>>>instanceType:
> >>>>> null, instanceId: 13, cmd:
> >>>>> org.apache.cloudstack.api.command.user.vm.DestroyVMCmd,
> >>>>>cmdOriginator:
> >>>>> null, cmdInfo:
> >>>>>
> >>>>>{"id":"94ddc16f-04fc-4da1-8326-01d8d5cdeb44","response":"json","sessio
> >>>>>n
> >>>>>k
> >>>>>e
> >>>>>y":"Z6QqzU0Fq1iT13bMgnRRfl8GoVA\u003d","ctxUserId":"2","_":"1365316555
> >>>>>0
> >>>>>7
> >>>>>5
> >>>>>","ctxAccountId":"2","ctxStartEventId":"51"},
> >>>>> cmdVersion: 0, callbackType: 0, callbackAddress: null, status: 0,
> >>>>> processStatus: 0, resultCode: 0, result: null, initMsid: 1,
> >>>>>completeMsid:
> >>>>> null, lastUpdated: null, lastPolled: null, created: null}
> >>>>> 2013-04-07 00:35:55,098 DEBUG [cloud.async.AsyncJobManagerImpl]
> >>>>> (Job-Executor-39:job-46) Executing
> >>>>> org.apache.cloudstack.api.command.user.vm.DestroyVMCmd for job-46
> >>>>> 2013-04-07 00:35:55,100 DEBUG [cloud.api.ApiServlet]
> >>>>> (1109449945@qtp-1008805148-34:null) ===END===  127.0.0.1 -- GET
> >>>>>
> >>>>>command=destroyVirtualMachine&id=94ddc16f-04fc-4da1-8326-01d8d5cdeb44&
> >>>>>r
> >>>>>e
> >>>>>s
> >>>>>ponse=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316555075
> >>>>> 2013-04-07 00:35:55,113 DEBUG [cloud.vm.VirtualMachineManagerImpl]
> >>>>> (Job-Executor-39:job-46) Destroying vm
> >>>>> VM[User|94ddc16f-04fc-4da1-8326-01d8d5cdeb44]
> >>>>> 2013-04-07 00:35:55,116 DEBUG [cloud.capacity.CapacityManagerImpl]
> >>>>> (Job-Executor-39:job-46) VM state transitted from :Running to
> >>>>>Stopping
> >>>>>with
> >>>>> event: StopRequestedvm's original host id: 6 new host id: 6 host id
> >>>>>before
> >>>>> state transition: 6
> >>>>> 2013-04-07 00:35:55,118 DEBUG [agent.transport.Request]
> >>>>> (Job-Executor-39:job-46) Seq 6-324993314: Sending  { Cmd , MgmtId: 1,
> >>>>>via:
> >>>>> 6, Ver: v1, Flags: 100111,
> >>>>> [{"StopCommand":{"isProxy":false,"vmName":"i-2-13-VM","wait":0}}] }
> >>>>> 2013-04-07 00:35:55,118 DEBUG [agent.transport.Request]
> >>>>> (Job-Executor-39:job-46) Seq 6-324993314: Executing:  { Cmd , MgmtId:
> >>>>>1,
> >>>>> via: 6, Ver: v1, Flags: 100111,
> >>>>> [{"StopCommand":{"isProxy":false,"vmName":"i-2-13-VM","wait":0}}] }
> >>>>> 2013-04-07 00:35:55,118 DEBUG [agent.manager.DirectAgentAttache]
> >>>>> (DirectAgent-7:null) Seq 6-324993314: Executing request
> >>>>> 2013-04-07 00:35:55,216 DEBUG [xen.resource.CitrixResourceBase]
> >>>>> (DirectAgent-7:null) 9. The VM i-2-13-VM is in Stopping state
> >>>>> 2013-04-07 00:35:55,532 INFO  [xen.resource.CitrixResourceBase]
> >>>>> (DirectAgent-7:null) Removed  network rules for vm i-2-13-VM
> >>>>> 2013-04-07 00:35:58,107 DEBUG [cloud.api.ApiServlet]
> >>>>> (1109449945@qtp-1008805148-34:null) ===START===  127.0.0.1 -- GET
> >>>>>
> >>>>>command=queryAsyncJobResult&jobId=042967f3-4fd4-4bcf-a646-999eeca87235
> >>>>>&
> >>>>>r
> >>>>>e
> >>>>>sponse=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316558105
> >>>>> 2013-04-07 00:35:58,121 DEBUG [cloud.api.ApiServlet]
> >>>>> (1109449945@qtp-1008805148-34:null) ===END===  127.0.0.1 -- GET
> >>>>>
> >>>>>command=queryAsyncJobResult&jobId=042967f3-4fd4-4bcf-a646-999eeca87235
> >>>>>&
> >>>>>r
> >>>>>e
> >>>>>sponse=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316558105
> >>>>> 2013-04-07 00:36:01,107 DEBUG [cloud.api.ApiServlet]
> >>>>> (1109449945@qtp-1008805148-34:null) ===START===  127.0.0.1 -- GET
> >>>>>
> >>>>>command=queryAsyncJobResult&jobId=042967f3-4fd4-4bcf-a646-999eeca87235
> >>>>>&
> >>>>>r
> >>>>>e
> >>>>>sponse=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316561105
> >>>>> 2013-04-07 00:36:01,121 DEBUG [cloud.api.ApiServlet]
> >>>>> (1109449945@qtp-1008805148-34:null) ===END===  127.0.0.1 -- GET
> >>>>>
> >>>>>command=queryAsyncJobResult&jobId=042967f3-4fd4-4bcf-a646-999eeca87235
> >>>>>&
> >>>>>r
> >>>>>e
> >>>>>sponse=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316561105
> >>>>> 2013-04-07 00:36:04,108 DEBUG [cloud.api.ApiServlet]
> >>>>> (1109449945@qtp-1008805148-34:null) ===START===  127.0.0.1 -- GET
> >>>>>
> >>>>>command=queryAsyncJobResult&jobId=042967f3-4fd4-4bcf-a646-999eeca87235
> >>>>>&
> >>>>>r
> >>>>>e
> >>>>>sponse=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316564106
> >>>>> 2013-04-07 00:36:04,128 DEBUG [cloud.api.ApiServlet]
> >>>>> (1109449945@qtp-1008805148-34:null) ===END===  127.0.0.1 -- GET
> >>>>>
> >>>>>command=queryAsyncJobResult&jobId=042967f3-4fd4-4bcf-a646-999eeca87235
> >>>>>&
> >>>>>r
> >>>>>e
> >>>>>sponse=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316564106
> >>>>> 2013-04-07 00:36:04,783 DEBUG [xen.resource.CitrixResourceBase]
> >>>>> (DirectAgent-7:null) 10. The VM i-2-13-VM is in Stopped state
> >>>>> 2013-04-07 00:36:04,783 DEBUG [agent.manager.DirectAgentAttache]
> >>>>> (DirectAgent-7:null) Seq 6-324993314: Response Received:
> >>>>> 2013-04-07 00:36:04,783 DEBUG [agent.transport.Request]
> >>>>> (DirectAgent-7:null) Seq 6-324993314: Processing:  { Ans: , MgmtId:
> >>>>>1,
> >>>>>via:
> >>>>> 6, Ver: v1, Flags: 110,
> >>>>> [{"StopAnswer":{"vncPort":0,"result":true,"details":"Stop VM
> >>>>>i-2-13-VM
> >>>>> Succeed","wait":0}}] }
> >>>>> 2013-04-07 00:36:04,783 DEBUG [agent.transport.Request]
> >>>>> (Job-Executor-39:job-46) Seq 6-324993314: Received:  { Ans: , MgmtId:
> >>>>>1,
> >>>>> via: 6, Ver: v1, Flags: 110, { StopAnswer } }
> >>>>> 2013-04-07 00:36:04,783 DEBUG [agent.manager.AgentAttache]
> >>>>> (DirectAgent-7:null) Seq 6-324993314: No more commands found
> >>>>> 2013-04-07 00:36:04,784 DEBUG [cloud.vm.VirtualMachineManagerImpl]
> >>>>> (Job-Executor-39:job-46)
> >>>>>VM[User|94ddc16f-04fc-4da1-8326-01d8d5cdeb44]
> >>>>>is
> >>>>> stopped on the host.  Proceeding to release resource held.
> >>>>> 2013-04-07 00:36:04,793 DEBUG [cloud.network.NetworkManagerImpl]
> >>>>> (Job-Executor-39:job-46) Changing active number of nics for network
> >>>>>id=204
> >>>>> on -1
> >>>>> 2013-04-07 00:36:04,794 DEBUG [cloud.network.NetworkManagerImpl]
> >>>>> (Job-Executor-39:job-46) Asking ElasticLoadBalancerElement to release
> >>>>> Nic[19-13-a8349669-6ff2-443f-88d3-c5d69100df3a-192.168.56.146]
> >>>>> 2013-04-07 00:36:04,794 DEBUG [cloud.network.NetworkManagerImpl]
> >>>>> (Job-Executor-39:job-46) Asking NiciraNvpElement to release
> >>>>> Nic[19-13-a8349669-6ff2-443f-88d3-c5d69100df3a-192.168.56.146]
> >>>>> 2013-04-07 00:36:04,795 DEBUG [network.element.NiciraNvpElement]
> >>>>> (Job-Executor-39:job-46) Checking if NiciraNvpElement can handle
> >>>>>service
> >>>>> Connectivity on network guestNetworkForBasicZone
> >>>>> 2013-04-07 00:36:04,795 DEBUG [cloud.network.NetworkManagerImpl]
> >>>>> (Job-Executor-39:job-46) Asking BigSwitchVnsElement to release
> >>>>> Nic[19-13-a8349669-6ff2-443f-88d3-c5d69100df3a-192.168.56.146]
> >>>>> 2013-04-07 00:36:04,795 DEBUG [network.element.BigSwitchVnsElement]
> >>>>> (Job-Executor-39:job-46) Checking if BigSwitchVnsElement can handle
> >>>>>service
> >>>>> Connectivity on network guestNetworkForBasicZone
> >>>>> 2013-04-07 00:36:04,795 DEBUG [cloud.network.NetworkManagerImpl]
> >>>>> (Job-Executor-39:job-46) Asking Ovs to release
> >>>>> Nic[19-13-a8349669-6ff2-443f-88d3-c5d69100df3a-192.168.56.146]
> >>>>> 2013-04-07 00:36:04,795 DEBUG [cloud.network.NetworkManagerImpl]
> >>>>> (Job-Executor-39:job-46) Asking BareMetalDhcp to release
> >>>>> Nic[19-13-a8349669-6ff2-443f-88d3-c5d69100df3a-192.168.56.146]
> >>>>> 2013-04-07 00:36:04,795 DEBUG [cloud.network.NetworkManagerImpl]
> >>>>> (Job-Executor-39:job-46) Asking BareMetalPxe to release
> >>>>> Nic[19-13-a8349669-6ff2-443f-88d3-c5d69100df3a-192.168.56.146]
> >>>>> 2013-04-07 00:36:04,795 DEBUG [cloud.network.NetworkManagerImpl]
> >>>>> (Job-Executor-39:job-46) Asking BareMetalUserdata to release
> >>>>> Nic[19-13-a8349669-6ff2-443f-88d3-c5d69100df3a-192.168.56.146]
> >>>>> 2013-04-07 00:36:04,795 DEBUG [cloud.network.NetworkManagerImpl]
> >>>>> (Job-Executor-39:job-46) Asking SecurityGroupProvider to release
> >>>>> Nic[19-13-a8349669-6ff2-443f-88d3-c5d69100df3a-192.168.56.146]
> >>>>> 2013-04-07 00:36:04,795 DEBUG [cloud.network.NetworkManagerImpl]
> >>>>> (Job-Executor-39:job-46) Asking VirtualRouter to release
> >>>>> Nic[19-13-a8349669-6ff2-443f-88d3-c5d69100df3a-192.168.56.146]
> >>>>> 2013-04-07 00:36:04,795 DEBUG [cloud.network.NetworkManagerImpl]
> >>>>> (Job-Executor-39:job-46) Asking VpcVirtualRouter to release
> >>>>> Nic[19-13-a8349669-6ff2-443f-88d3-c5d69100df3a-192.168.56.146]
> >>>>> 2013-04-07 00:36:04,795 DEBUG [cloud.network.NetworkManagerImpl]
> >>>>> (Job-Executor-39:job-46) Asking NiciraNvp to release
> >>>>> Nic[19-13-a8349669-6ff2-443f-88d3-c5d69100df3a-192.168.56.146]
> >>>>> 2013-04-07 00:36:04,795 DEBUG [network.element.NiciraNvpElement]
> >>>>> (Job-Executor-39:job-46) Checking if NiciraNvpElement can handle
> >>>>>service
> >>>>> Connectivity on network guestNetworkForBasicZone
> >>>>> 2013-04-07 00:36:04,795 DEBUG [cloud.network.NetworkManagerImpl]
> >>>>> (Job-Executor-39:job-46) Asking JuniperSRX to release
> >>>>> Nic[19-13-a8349669-6ff2-443f-88d3-c5d69100df3a-192.168.56.146]
> >>>>> 2013-04-07 00:36:04,795 DEBUG [cloud.network.NetworkManagerImpl]
> >>>>> (Job-Executor-39:job-46) Asking Netscaler to release
> >>>>> Nic[19-13-a8349669-6ff2-443f-88d3-c5d69100df3a-192.168.56.146]
> >>>>> 2013-04-07 00:36:04,795 DEBUG [cloud.network.NetworkManagerImpl]
> >>>>> (Job-Executor-39:job-46) Asking F5BigIP to release
> >>>>> Nic[19-13-a8349669-6ff2-443f-88d3-c5d69100df3a-192.168.56.146]
> >>>>> 2013-04-07 00:36:04,795 DEBUG [cloud.network.NetworkManagerImpl]
> >>>>> (Job-Executor-39:job-46) Asking CiscoNexus1000vVSM to release
> >>>>> Nic[19-13-a8349669-6ff2-443f-88d3-c5d69100df3a-192.168.56.146]
> >>>>> 2013-04-07 00:36:04,795 DEBUG [cloud.vm.VirtualMachineManagerImpl]
> >>>>> (Job-Executor-39:job-46) Successfully released network resources for
> >>>>>the vm
> >>>>> VM[User|94ddc16f-04fc-4da1-8326-01d8d5cdeb44]
> >>>>> 2013-04-07 00:36:04,795 DEBUG [cloud.vm.VirtualMachineManagerImpl]
> >>>>> (Job-Executor-39:job-46) Successfully released storage resources for
> >>>>>the vm
> >>>>> VM[User|94ddc16f-04fc-4da1-8326-01d8d5cdeb44]
> >>>>> 2013-04-07 00:36:04,836 DEBUG [cloud.capacity.CapacityManagerImpl]
> >>>>> (Job-Executor-39:job-46) VM state transitted from :Stopping to
> >>>>>Stopped
> >>>>>with
> >>>>> event: OperationSucceededvm's original host id: 6 new host id: null
> >>>>>host id
> >>>>> before state transition: 6
> >>>>> 2013-04-07 00:36:04,843 DEBUG [cloud.capacity.CapacityManagerImpl]
> >>>>> (Job-Executor-39:job-46) Hosts's actual total CPU: 2382 and CPU after
> >>>>> applying overprovisioning: 2382
> >>>>> 2013-04-07 00:36:04,844 DEBUG [cloud.capacity.CapacityManagerImpl]
> >>>>> (Job-Executor-39:job-46) release cpu from host: 6, old used:
> >>>>>200,reserved:
> >>>>> 0, actual total: 2382, total with overprovisioning: 2382; new used:
> >>>>> 100,reserved:100; movedfromreserved: false,moveToReserveredtrue
> >>>>> 2013-04-07 00:36:04,844 DEBUG [cloud.capacity.CapacityManagerImpl]
> >>>>> (Job-Executor-39:job-46) release mem from host: 6, old used:
> >>>>> 1178599424,reserved: 0, total: 1671695424; new used:
> >>>>> 104857600,reserved:1073741824; movedfromreserved:
> >>>>>false,moveToReserveredtrue
> >>>>> 2013-04-07 00:36:04,854 DEBUG [cloud.capacity.CapacityManagerImpl]
> >>>>> (Job-Executor-39:job-46) VM state transitted from :Stopped to
> >>>>>Destroyed
> >>>>> with event: DestroyRequestedvm's original host id: 6 new host id:
> >>>>>null
> >>>>>host
> >>>>> id before state transition: null
> >>>>> 2013-04-07 00:36:04,863 DEBUG [cloud.capacity.CapacityManagerImpl]
> >>>>> (Job-Executor-39:job-46) Hosts's actual total CPU: 2382 and CPU after
> >>>>> applying overprovisioning: 2382
> >>>>> 2013-04-07 00:36:04,863 DEBUG [cloud.capacity.CapacityManagerImpl]
> >>>>> (Job-Executor-39:job-46) release cpu from host: 6, old used:
> >>>>>100,reserved:
> >>>>> 100, actual total: 2382, total with overprovisioning: 2382; new used:
> >>>>> 100,reserved:0; movedfromreserved: true,moveToReserveredfalse
> >>>>> 2013-04-07 00:36:04,863 DEBUG [cloud.capacity.CapacityManagerImpl]
> >>>>> (Job-Executor-39:job-46) release mem from host: 6, old used:
> >>>>> 104857600,reserved: 1073741824, total: 1671695424; new used:
> >>>>> 104857600,reserved:0; movedfromreserved: true,moveToReserveredfalse
> >>>>> 2013-04-07 00:36:04,892 DEBUG [cloud.async.AsyncJobManagerImpl]
> >>>>> (Job-Executor-39:job-46) Complete async job-46, jobStatus: 1,
> >>>>>resultCode:
> >>>>> 0, result: org.apache.cloudstack.api.response.UserVmResponse@519ba6bb
> >>>>> 2013-04-07 00:36:04,897 DEBUG [cloud.async.AsyncJobManagerImpl]
> >>>>> (Job-Executor-39:job-46) Done executing
> >>>>> org.apache.cloudstack.api.command.user.vm.DestroyVMCmd for job-46
> >>>>> 2013-04-07 00:36:04,949 DEBUG [agent.manager.DirectAgentAttache]
> >>>>> (DirectAgent-410:null) Ping from 6
> >>>>> 2013-04-07 00:36:06,058 DEBUG [agent.manager.DirectAgentAttache]
> >>>>> (DirectAgent-234:null) Ping from 5
> >>>>> 2013-04-07 00:36:06,909 DEBUG [agent.manager.DirectAgentAttache]
> >>>>> (DirectAgent-407:null) Seq 6-324993028: Executing request
> >>>>> 2013-04-07 00:36:07,097 DEBUG [xen.resource.CitrixResourceBase]
> >>>>> (DirectAgent-407:null) VM missing i-2-13-VM old state stopped so
> >>>>>removing.
> >>>>> 2013-04-07 00:36:07,098 DEBUG [xen.resource.CitrixResourceBase]
> >>>>> (DirectAgent-407:null) VM missing i-2-12-VM old state stopped so
> >>>>>removing.
> >>>>> 2013-04-07 00:36:07,098 DEBUG [agent.manager.DirectAgentAttache]
> >>>>> (DirectAgent-407:null) Seq 6-324993028: Response Received:
> >>>>> 2013-04-07 00:36:07,098 DEBUG [agent.transport.Request]
> >>>>> (DirectAgent-407:null) Seq 6-324993028: Processing:  { Ans: , MgmtId:
> >>>>>1,
> >>>>> via: 6, Ver: v1, Flags: 10,
> >>>>>
> >>>>>[{"ClusterSyncAnswer":{"_clusterId":2,"_newStates":{},"_isExecuted":fa
> >>>>>l
> >>>>>s
> >>>>>e
> >>>>>,"result":true,"wait":0}}]
> >>>>> }
> >>>>> 2013-04-07 00:36:07,109 DEBUG [cloud.api.ApiServlet]
> >>>>> (1109449945@qtp-1008805148-34:null) ===START===  127.0.0.1 -- GET
> >>>>>
> >>>>>command=queryAsyncJobResult&jobId=042967f3-4fd4-4bcf-a646-999eeca87235
> >>>>>&
> >>>>>r
> >>>>>e
> >>>>>sponse=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316567107
> >>>>> 2013-04-07 00:36:07,119 DEBUG [cloud.async.AsyncJobManagerImpl]
> >>>>> (1109449945@qtp-1008805148-34:null) Async job-46 completed
> >>>>> 2013-04-07 00:36:07,125 DEBUG [cloud.api.ApiServlet]
> >>>>> (1109449945@qtp-1008805148-34:null) ===END===  127.0.0.1 -- GET
> >>>>>
> >>>>>command=queryAsyncJobResult&jobId=042967f3-4fd4-4bcf-a646-999eeca87235
> >>>>>&
> >>>>>r
> >>>>>e
> >>>>>sponse=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316567107
> >>>>> 2013-04-07 00:36:11,022 DEBUG [agent.manager.DirectAgentAttache]
> >>>>> (DirectAgent-110:null) Seq 5-614334468: Executing request
> >>>>> 2013-04-07 00:36:11,171 DEBUG [agent.manager.DirectAgentAttache]
> >>>>> (DirectAgent-110:null) Seq 5-614334468: Response Received:
> >>>>> 2013-04-07 00:36:11,171 DEBUG [agent.transport.Request]
> >>>>> (DirectAgent-110:null) Seq 5-614334468: Processing:  { Ans: , MgmtId:
> >>>>>1,
> >>>>> via: 5, Ver: v1, Flags: 10, [{"Answer":{"result":true,"wait":0}}] }
> >>>>> 2013-04-07 00:36:12,411 DEBUG [cloud.api.ApiServlet]
> >>>>> (1109449945@qtp-1008805148-34:null) ===START===  127.0.0.1 -- GET
> >>>>>
> >>>>>command=listVolumes&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8Go
> >>>>>V
> >>>>>A
> >>>>>%
> >>>>>3D&listAll=true&page=1&pagesize=20&_=1365316572408
> >>>>> 2013-04-07 00:36:12,426 DEBUG [cloud.api.ApiServlet]
> >>>>> (1109449945@qtp-1008805148-34:null) ===END===  127.0.0.1 -- GET
> >>>>>
> >>>>>command=listVolumes&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8Go
> >>>>>V
> >>>>>A
> >>>>>%
> >>>>>3D&listAll=true&page=1&pagesize=20&_=1365316572408
> >>>>> 2013-04-07 00:36:13,241 DEBUG [cloud.api.ApiServlet]
> >>>>> (1109449945@qtp-1008805148-34:null) ===START===  127.0.0.1 -- GET
> >>>>>
> >>>>>command=listVirtualMachines&response=json&sessionkey=Z6QqzU0Fq1iT13bMg
> >>>>>n
> >>>>>R
> >>>>>R
> >>>>>fl8GoVA%3D&listAll=true&page=1&pagesize=20&_=1365316573239
> >>>>> 2013-04-07 00:36:13,259 DEBUG [cloud.api.ApiServlet]
> >>>>> (1109449945@qtp-1008805148-34:null) ===END===  127.0.0.1 -- GET
> >>>>>
> >>>>>command=listVirtualMachines&response=json&sessionkey=Z6QqzU0Fq1iT13bMg
> >>>>>n
> >>>>>R
> >>>>>R
> >>>>>fl8GoVA%3D&listAll=true&page=1&pagesize=20&_=1365316573239
> >>>>> 2013-04-07 00:36:19,140 DEBUG [cloud.api.ApiServlet]
> >>>>> (1109449945@qtp-1008805148-34:null) ===START===  127.0.0.1 -- GET
> >>>>>
> >>>>>command=listVolumes&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8Go
> >>>>>V
> >>>>>A
> >>>>>%
> >>>>>3D&listAll=true&page=1&pagesize=20&_=1365316579137
> >>>>> 2013-04-07 00:36:19,155 DEBUG [cloud.api.ApiServlet]
> >>>>> (1109449945@qtp-1008805148-34:null) ===END===  127.0.0.1 -- GET
> >>>>>
> >>>>>command=listVolumes&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8Go
> >>>>>V
> >>>>>A
> >>>>>%
> >>>>>3D&listAll=true&page=1&pagesize=20&_=1365316579137
> >>>>> 2013-04-07 00:36:20,452 DEBUG
> >>>>> [storage.secondary.SecondaryStorageManagerImpl] (secstorage-1:null)
> >>>>>Zone 1
> >>>>> is ready to launch secondary storage VM
> >>>>> 2013-04-07 00:36:20,498 DEBUG [cloud.api.ApiServlet]
> >>>>> (1109449945@qtp-1008805148-34:null) ===START===  127.0.0.1 -- GET
> >>>>>
> >>>>>command=listVirtualMachines&response=json&sessionkey=Z6QqzU0Fq1iT13bMg
> >>>>>n
> >>>>>R
> >>>>>R
> >>>>>fl8GoVA%3D&listAll=true&page=1&pagesize=20&_=1365316580496
> >>>>> 2013-04-07 00:36:20,519 DEBUG [cloud.api.ApiServlet]
> >>>>> (1109449945@qtp-1008805148-34:null) ===END===  127.0.0.1 -- GET
> >>>>>
> >>>>>command=listVirtualMachines&response=json&sessionkey=Z6QqzU0Fq1iT13bMg
> >>>>>n
> >>>>>R
> >>>>>R
> >>>>>fl8GoVA%3D&listAll=true&page=1&pagesize=20&_=1365316580496
> >>>>> 2013-04-07 00:36:20,554 DEBUG
> >>>>>[cloud.consoleproxy.ConsoleProxyManagerImpl]
> >>>>> (consoleproxy-1:null) Zone 1 is ready to launch console proxy
> >>>>> 2013-04-07 00:36:20,820 DEBUG
> >>>>> [network.router.VirtualNetworkApplianceManagerImpl]
> >>>>> (RouterStatusMonitor-1:null) Found 0 routers to update status.
> >>>>> 2013-04-07 00:36:20,821 DEBUG
> >>>>> [network.router.VirtualNetworkApplianceManagerImpl]
> >>>>> (RouterStatusMonitor-1:null) Found 0 networks to update RvR status.
> >>>>> 2013-04-07 00:36:20,850 DEBUG
> >>>>> [network.router.VirtualNetworkApplianceManagerImpl]
> >>>>> (RouterStatusMonitor-1:null) Found 0 routers to update status.
> >>>>> 2013-04-07 00:36:20,852 DEBUG
> >>>>> [network.router.VirtualNetworkApplianceManagerImpl]
> >>>>> (RouterStatusMonitor-1:null) Found 0 networks to update RvR status.
> >>>>> 2013-04-07 00:36:21,588 DEBUG [cloud.api.ApiServlet]
> >>>>> (1109449945@qtp-1008805148-34:null) ===START===  127.0.0.1 -- GET
> >>>>>
> >>>>>command=listVolumes&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8Go
> >>>>>V
> >>>>>A
> >>>>>%
> >>>>>3D&listAll=true&page=1&pagesize=20&_=1365316581586
> >>>>> 2013-04-07 00:36:21,602 DEBUG [cloud.api.ApiServlet]
> >>>>> (1109449945@qtp-1008805148-34:null) ===END===  127.0.0.1 -- GET
> >>>>>
> >>>>>command=listVolumes&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8Go
> >>>>>V
> >>>>>A
> >>>>>%
> >>>>>3D&listAll=true&page=1&pagesize=20&_=1365316581586
> >>>>> 2013-04-07 00:36:22,324 DEBUG [cloud.api.ApiServlet]
> >>>>> (1109449945@qtp-1008805148-34:null) ===START===  127.0.0.1 -- GET
> >>>>>
> >>>>>command=listVirtualMachines&response=json&sessionkey=Z6QqzU0Fq1iT13bMg
> >>>>>n
> >>>>>R
> >>>>>R
> >>>>>fl8GoVA%3D&listAll=true&page=1&pagesize=20&_=1365316582321
> >>>>> 2013-04-07 00:36:22,348 DEBUG [cloud.api.ApiServlet]
> >>>>> (1109449945@qtp-1008805148-34:null) ===END===  127.0.0.1 -- GET
> >>>>>
> >>>>>command=listVirtualMachines&response=json&sessionkey=Z6QqzU0Fq1iT13bMg
> >>>>>n
> >>>>>R
> >>>>>R
> >>>>>fl8GoVA%3D&listAll=true&page=1&pagesize=20&_=1365316582321
> >>>>> 2013-04-07 00:36:24,891 DEBUG [agent.manager.AgentManagerImpl]
> >>>>> (AgentManager-Handler-4:null) Ping from 4
> >>>>> 2013-04-07 00:36:27,193 DEBUG [agent.manager.DirectAgentAttache]
> >>>>> (DirectAgent-204:null) Ping from 1
> >>>>> 2013-04-07 00:36:29,095 DEBUG [agent.manager.DirectAgentAttache]
> >>>>> (DirectAgent-277:null) Seq 1-90046472: Executing request
> >>>>> 2013-04-07 00:36:29,354 DEBUG [agent.manager.DirectAgentAttache]
> >>>>> (DirectAgent-277:null) Seq 1-90046472: Response Received:
> >>>>> 2013-04-07 00:36:29,355 DEBUG [agent.transport.Request]
> >>>>> (DirectAgent-277:null) Seq 1-90046472: Processing:  { Ans: , MgmtId:
> >>>>>1,
> >>>>> via: 1, Ver: v1, Flags: 10,
> >>>>>
> >>>>>[{"ClusterSyncAnswer":{"_clusterId":1,"_newStates":{},"_isExecuted":fa
> >>>>>l
> >>>>>s
> >>>>>e
> >>>>>,"result":true,"wait":0}}]
> >>>>> }
> >>>>> 2013-04-07 00:36:47,680 DEBUG [agent.manager.AgentManagerImpl]
> >>>>> (AgentManager-Handler-5:null) Ping from 3
> >>>>> 2013-04-07 00:36:50,451 DEBUG
> >>>>> [storage.secondary.SecondaryStorageManagerImpl] (secstorage-1:null)
> >>>>>Zone 1
> >>>>> is ready to launch secondary storage VM
> >>>>> 2013-04-07 00:36:50,554 DEBUG
> >>>>>[cloud.consoleproxy.ConsoleProxyManagerImpl]
> >>>>> (consoleproxy-1:null) Zone 1 is ready to launch console proxy
> >>>>> 2013-04-07 00:36:50,820 DEBUG
> >>>>> [network.router.VirtualNetworkApplianceManagerImpl]
> >>>>> (RouterStatusMonitor-1:null) Found 0 routers to update status.
> >>>>> 2013-04-07 00:36:50,821 DEBUG
> >>>>> [network.router.VirtualNetworkApplianceManagerImpl]
> >>>>> (RouterStatusMonitor-1:null) Found 0 networks to update RvR status.
> >>>>> 2013-04-07 00:36:50,851 DEBUG
> >>>>> [network.router.VirtualNetworkApplianceManagerImpl]
> >>>>> (RouterStatusMonitor-1:null) Found 0 routers to update status.
> >>>>> 2013-04-07 00:36:50,852 DEBUG
> >>>>> [network.router.VirtualNetworkApplianceManagerImpl]
> >>>>> (RouterStatusMonitor-1:null) Found 0 networks to update RvR status.
> >>>>> 2013-04-07 00:36:51,476 INFO  [agent.manager.AgentMonitor]
> >>>>> (Thread-11:null) Found the following agents behind on ping: [6, 5]
> >>>>> 2013-04-07 00:36:51,477 DEBUG [cloud.host.Status] (Thread-11:null)
> >>>>>Ping
> >>>>> timeout for host 6, do invstigation
> >>>>> 2013-04-07 00:36:51,479 DEBUG [cloud.host.Status] (Thread-11:null)
> >>>>>Ping
> >>>>> timeout for host 5, do invstigation
> >>>>> 2013-04-07 00:36:51,479 INFO  [agent.manager.AgentManagerImpl]
> >>>>> (AgentTaskPool-9:null) Investigating why host 6 has disconnected with
> >>>>>event
> >>>>> PingTimeout
> >>>>> 2013-04-07 00:36:51,479 DEBUG [agent.manager.AgentManagerImpl]
> >>>>> (AgentTaskPool-9:null) checking if agent (6) is alive
> >>>>> 2013-04-07 00:36:51,482 INFO  [agent.manager.AgentManagerImpl]
> >>>>> (AgentTaskPool-12:null) Investigating why host 5 has disconnected
> >>>>>with
> >>>>> event PingTimeout
> >>>>> 2013-04-07 00:36:51,482 DEBUG [agent.manager.AgentManagerImpl]
> >>>>> (AgentTaskPool-12:null) checking if agent (5) is alive
> >>>>> 2013-04-07 00:36:51,483 DEBUG [agent.transport.Request]
> >>>>> (AgentTaskPool-9:null) Seq 6-324993315: Sending  { Cmd , MgmtId: 1,
> >>>>>via: 6,
> >>>>> Ver: v1, Flags: 100011, [{"CheckHealthCommand":{"wait":50}}] }
> >>>>> 2013-04-07 00:36:51,484 DEBUG [agent.transport.Request]
> >>>>> (AgentTaskPool-9:null) Seq 6-324993315: Executing:  { Cmd , MgmtId:
> >>>>>1,
> >>>>>via:
> >>>>> 6, Ver: v1, Flags: 100011, [{"CheckHealthCommand":{"wait":50}}] }
> >>>>> 2013-04-07 00:36:51,484 DEBUG [agent.manager.DirectAgentAttache]
> >>>>> (DirectAgent-169:null) Seq 6-324993315: Executing request
> >>>>> 2013-04-07 00:36:51,485 DEBUG [agent.transport.Request]
> >>>>> (AgentTaskPool-12:null) Seq 5-614334819: Sending  { Cmd , MgmtId: 1,
> >>>>>via:
> >>>>> 5, Ver: v1, Flags: 100011, [{"CheckHealthCommand":{"wait":50}}] }
> >>>>> 2013-04-07 00:36:51,485 DEBUG [agent.transport.Request]
> >>>>> (AgentTaskPool-12:null) Seq 5-614334819: Executing:  { Cmd , MgmtId:
> >>>>>1,
> >>>>> via: 5, Ver: v1, Flags: 100011, [{"CheckHealthCommand":{"wait":50}}]
> >>>>>}
> >>>>> 2013-04-07 00:36:51,485 DEBUG [agent.manager.DirectAgentAttache]
> >>>>> (DirectAgent-498:null) Seq 5-614334819: Executing request
> >>>>> 2013-04-07 00:36:51,542 DEBUG [agent.manager.DirectAgentAttache]
> >>>>> (DirectAgent-169:null) Seq 6-324993315: Response Received:
> >>>>> 2013-04-07 00:36:51,542 DEBUG [agent.transport.Request]
> >>>>> (DirectAgent-169:null) Seq 6-324993315: Processing:  { Ans: , MgmtId:
> >>>>>1,
> >>>>> via: 6, Ver: v1, Flags: 10,
> >>>>> [{"CheckHealthAnswer":{"result":true,"details":"resource is
> >>>>> alive","wait":0}}] }
> >>>>> 2013-04-07 00:36:51,542 DEBUG [agent.transport.Request]
> >>>>> (AgentTaskPool-9:null) Seq 6-324993315: Received:  { Ans: , MgmtId:
> >>>>>1,
> >>>>>via:
> >>>>> 6, Ver: v1, Flags: 10, { CheckHealthAnswer } }
> >>>>> 2013-04-07 00:36:51,542 DEBUG [agent.manager.AgentManagerImpl]
> >>>>> (AgentTaskPool-9:null) Details from executing class
> >>>>> com.cloud.agent.api.CheckHealthCommand: resource is alive
> >>>>> 2013-04-07 00:36:51,542 DEBUG [agent.manager.AgentManagerImpl]
> >>>>> (AgentTaskPool-9:null) agent (6) responded to checkHeathCommand,
> >>>>>reporting
> >>>>> that agent is Up
> >>>>> 2013-04-07 00:36:51,542 INFO  [agent.manager.AgentManagerImpl]
> >>>>> (AgentTaskPool-9:null) The state determined is Up
> >>>>> 2013-04-07 00:36:51,542 INFO  [agent.manager.AgentManagerImpl]
> >>>>> (AgentTaskPool-9:null) Agent is determined to be up and running
> >>>>> 2013-04-07 00:36:51,542 DEBUG [cloud.host.Status]
> >>>>>(AgentTaskPool-9:null)
> >>>>> Transition:[Resource state = Enabled, Agent event = Ping, Host id =
> >>>>>6,
> >>>>>name
> >>>>> = Tut-XenServer]
> >>>>> 2013-04-07 00:36:51,546 DEBUG [cloud.host.Status]
> >>>>>(AgentTaskPool-9:null)
> >>>>> Agent status update: [id = 6; name = Tut-XenServer; old status = Up;
> >>>>>event
> >>>>> = Ping; new status = Up; old update count = 313; new update count =
> >>>>>314]
> >>>>> 2013-04-07 00:36:51,549 DEBUG [agent.manager.DirectAgentAttache]
> >>>>> (DirectAgent-498:null) Seq 5-614334819: Response Received:
> >>>>> 2013-04-07 00:36:51,549 DEBUG [agent.transport.Request]
> >>>>> (DirectAgent-498:null) Seq 5-614334819: Processing:  { Ans: , MgmtId:
> >>>>>1,
> >>>>> via: 5, Ver: v1, Flags: 10,
> >>>>> [{"CheckHealthAnswer":{"result":true,"details":"resource is
> >>>>> alive","wait":0}}] }
> >>>>> 2013-04-07 00:36:51,549 DEBUG [agent.transport.Request]
> >>>>> (AgentTaskPool-12:null) Seq 5-614334819: Received:  { Ans: , MgmtId:
> >>>>>1,
> >>>>> via: 5, Ver: v1, Flags: 10, { CheckHealthAnswer } }
> >>>>> 2013-04-07 00:36:51,549 DEBUG [agent.manager.AgentManagerImpl]
> >>>>> (AgentTaskPool-12:null) Details from executing class
> >>>>> com.cloud.agent.api.CheckHealthCommand: resource is alive
> >>>>> 2013-04-07 00:36:51,549 DEBUG [agent.manager.AgentManagerImpl]
> >>>>> (AgentTaskPool-12:null) agent (5) responded to checkHeathCommand,
> >>>>>reporting
> >>>>> that agent is Up
> >>>>> 2013-04-07 00:36:51,549 INFO  [agent.manager.AgentManagerImpl]
> >>>>> (AgentTaskPool-12:null) The state determined is Up
> >>>>> 2013-04-07 00:36:51,549 INFO  [agent.manager.AgentManagerImpl]
> >>>>> (AgentTaskPool-12:null) Agent is determined to be up and running
> >>>>> 2013-04-07 00:36:51,549 DEBUG [cloud.host.Status]
> >>>>>(AgentTaskPool-12:null)
> >>>>> Transition:[Resource state = Enabled, Agent event = Ping, Host id =
> >>>>>5,
> >>>>>name
> >>>>> = Tut-XenServer2]
> >>>>> 2013-04-07 00:36:51,552 DEBUG [cloud.host.Status]
> >>>>>(AgentTaskPool-12:null)
> >>>>> Agent status update: [id = 5; name = Tut-XenServer2; old status = Up;
> >>>>>event
> >>>>> = Ping; new status = Up; old update count = 150; new update count =
> >>>>>151]
> >>>>> 2013-04-07 00:36:54,389 INFO  [cloud.vm.UserVmManagerImpl]
> >>>>> (UserVm-Scavenger-1:null) Found 1 vms to expunge.
> >>>>> 2013-04-07 00:36:54,389 DEBUG [cloud.vm.VirtualMachineManagerImpl]
> >>>>> (UserVm-Scavenger-1:null) Stopped called on
> >>>>> VM[User|c18ddf7c-fc61-40b0-af75-fdef05f8eae6] but the state is
> >>>>>Destroyed
> >>>>> 2013-04-07 00:36:54,391 DEBUG [cloud.capacity.CapacityManagerImpl]
> >>>>> (UserVm-Scavenger-1:null) VM state transitted from :Destroyed to
> >>>>>Expunging
> >>>>> with event: ExpungeOperationvm's original host id: 5 new host id:
> >>>>>null
> >>>>>host
> >>>>> id before state transition: null
> >>>>> 2013-04-07 00:36:54,391 DEBUG [cloud.vm.VirtualMachineManagerImpl]
> >>>>> (UserVm-Scavenger-1:null) Destroying vm
> >>>>> VM[User|c18ddf7c-fc61-40b0-af75-fdef05f8eae6]
> >>>>> 2013-04-07 00:36:54,391 DEBUG [cloud.vm.VirtualMachineManagerImpl]
> >>>>> (UserVm-Scavenger-1:null) Cleaning up NICS
> >>>>> 2013-04-07 00:36:54,391 DEBUG [cloud.network.NetworkManagerImpl]
> >>>>> (UserVm-Scavenger-1:null) Cleaning network for vm: 12
> >>>>> 2013-04-07 00:36:54,399 DEBUG [network.guru.DirectNetworkGuru]
> >>>>> (UserVm-Scavenger-1:null) Deallocate network: networkId: 204, ip:
> >>>>> 192.168.56.195
> >>>>> 2013-04-07 00:36:54,409 DEBUG [cloud.network.NetworkManagerImpl]
> >>>>> (UserVm-Scavenger-1:null) Removed nic id=18
> >>>>> 2013-04-07 00:36:54,409 DEBUG [cloud.storage.StorageManagerImpl]
> >>>>> (UserVm-Scavenger-1:null) Cleaning storage for vm: 12
> >>>>> 2013-04-07 00:36:54,417 DEBUG [cloud.storage.StorageManagerImpl]
> >>>>> (UserVm-Scavenger-1:null) Expunging Vol[12|vm=12|ROOT]
> >>>>> 2013-04-07 00:36:54,424 DEBUG [agent.transport.Request]
> >>>>> (UserVm-Scavenger-1:null) Seq 5-614334820: Sending  { Cmd , MgmtId:
> >>>>>1,
> >>>>>via:
> >>>>> 5, Ver: v1, Flags: 100111,
> >>>>>
> >>>>>[{"storage.DestroyCommand":{"vmName":"i-2-12-VM","volume":{"id":12,"na
> >>>>>m
> >>>>>e
> >>>>>"
> >>>>>:"ROOT-12","mountPoint":"/iSCSI_SR_3","path":"40a39639-e8aa-45b5-bfa1-
> >>>>>5
> >>>>>9
> >>>>>1
> >>>>>b68571d0c","size":52428800,"type":"ROOT","storagePoolType":"PreSetup",
> >>>>>"
> >>>>>s
> >>>>>t
> >>>>>oragePoolUuid":"iSCSI_SR_3","deviceId":0},"wait":0}}]
> >>>>> }
> >>>>> 2013-04-07 00:36:54,424 DEBUG [agent.transport.Request]
> >>>>> (UserVm-Scavenger-1:null) Seq 5-614334820: Executing:  { Cmd ,
> >>>>>MgmtId:
> >>>>>1,
> >>>>> via: 5, Ver: v1, Flags: 100111,
> >>>>>
> >>>>>[{"storage.DestroyCommand":{"vmName":"i-2-12-VM","volume":{"id":12,"na
> >>>>>m
> >>>>>e
> >>>>>"
> >>>>>:"ROOT-12","mountPoint":"/iSCSI_SR_3","path":"40a39639-e8aa-45b5-bfa1-
> >>>>>5
> >>>>>9
> >>>>>1
> >>>>>b68571d0c","size":52428800,"type":"ROOT","storagePoolType":"PreSetup",
> >>>>>"
> >>>>>s
> >>>>>t
> >>>>>oragePoolUuid":"iSCSI_SR_3","deviceId":0},"wait":0}}]
> >>>>> }
> >>>>> 2013-04-07 00:36:54,424 DEBUG [agent.manager.DirectAgentAttache]
> >>>>> (DirectAgent-411:null) Seq 5-614334820: Executing request
> >>>>> 2013-04-07 00:36:55,072 DEBUG [agent.manager.DirectAgentAttache]
> >>>>> (DirectAgent-411:null) Seq 5-614334820: Response Received:
> >>>>> 2013-04-07 00:36:55,072 DEBUG [agent.transport.Request]
> >>>>> (DirectAgent-411:null) Seq 5-614334820: Processing:  { Ans: , MgmtId:
> >>>>>1,
> >>>>> via: 5, Ver: v1, Flags: 110,
> >>>>> [{"Answer":{"result":true,"details":"Success","wait":0}}] }
> >>>>> 2013-04-07 00:36:55,072 DEBUG [agent.transport.Request]
> >>>>> (UserVm-Scavenger-1:null) Seq 5-614334820: Received:  { Ans: ,
> >>>>>MgmtId:
> >>>>>1,
> >>>>> via: 5, Ver: v1, Flags: 110, { Answer } }
> >>>>> 2013-04-07 00:36:55,072 DEBUG [agent.manager.AgentAttache]
> >>>>> (DirectAgent-411:null) Seq 5-614334820: No more commands found
> >>>>> 2013-04-07 00:36:55,076 DEBUG [cloud.storage.StorageManagerImpl]
> >>>>> (UserVm-Scavenger-1:null) Volume successfully expunged from 257
> >>>>> 2013-04-07 00:36:55,076 DEBUG [cloud.vm.VirtualMachineManagerImpl]
> >>>>> (UserVm-Scavenger-1:null) Expunged
> >>>>> VM[User|c18ddf7c-fc61-40b0-af75-fdef05f8eae6]
> >>>>> 2013-04-07 00:36:55,076 DEBUG [cloud.vm.UserVmManagerImpl]
> >>>>> (UserVm-Scavenger-1:null) Starting cleaning up vm
> >>>>> VM[User|c18ddf7c-fc61-40b0-af75-fdef05f8eae6] resources...
> >>>>> 2013-04-07 00:36:55,080 INFO
> >>>>>[network.security.SecurityGroupManagerImpl]
> >>>>> (UserVm-Scavenger-1:null) Disassociated 1 network groups  from uservm
> >>>>>12
> >>>>> 2013-04-07 00:36:55,081 DEBUG
> >>>>>[network.security.SecurityGroupManagerImpl]
> >>>>> (UserVm-Scavenger-1:null) Security group mappings are removed
> >>>>>successfully
> >>>>> for vm id=12
> >>>>> 2013-04-07 00:36:55,090 DEBUG [network.firewall.FirewallManagerImpl]
> >>>>> (UserVm-Scavenger-1:null) No firewall rules are found for vm id=12
> >>>>> 2013-04-07 00:36:55,090 DEBUG [cloud.vm.UserVmManagerImpl]
> >>>>> (UserVm-Scavenger-1:null) Firewall rules are removed successfully as
> >>>>>a
> >>>>>part
> >>>>> of vm id=12 expunge
> >>>>> 2013-04-07 00:36:55,093 DEBUG [network.rules.RulesManagerImpl]
> >>>>> (UserVm-Scavenger-1:null) No port forwarding rules are found for vm
> >>>>>id=12
> >>>>> 2013-04-07 00:36:55,093 DEBUG [cloud.vm.UserVmManagerImpl]
> >>>>> (UserVm-Scavenger-1:null) Port forwarding rules are removed
> >>>>>successfully as
> >>>>> a part of vm id=12 expunge
> >>>>> 2013-04-07 00:36:55,095 DEBUG [cloud.vm.UserVmManagerImpl]
> >>>>> (UserVm-Scavenger-1:null) Removed vm id=12 from all load balancers as
> >>>>>a
> >>>>> part of expunge process
> >>>>> 2013-04-07 00:36:55,096 DEBUG [cloud.vm.UserVmManagerImpl]
> >>>>> (UserVm-Scavenger-1:null) Successfully cleaned up vm
> >>>>> VM[User|c18ddf7c-fc61-40b0-af75-fdef05f8eae6] resources as a part of
> >>>>> expunge process
> >>>>> 2013-04-07 00:37:04,802 DEBUG [agent.manager.DirectAgentAttache]
> >>>>> (DirectAgent-110:null) Ping from 6
> >>>>> 2013-04-07 00:37:06,042 DEBUG [agent.manager.DirectAgentAttache]
> >>>>> (DirectAgent-409:null) Ping from 5
> >>>>> 2013-04-07 00:37:06,909 DEBUG [agent.manager.DirectAgentAttache]
> >>>>> (DirectAgent-239:null) Seq 6-324993028: Executing request
> >>>>> 2013-04-07 00:37:07,099 DEBUG [agent.manager.DirectAgentAttache]
> >>>>> (DirectAgent-239:null) Seq 6-324993028: Response Received:
> >>>>> 2013-04-07 00:37:07,100 DEBUG [agent.transport.Request]
> >>>>> (DirectAgent-239:null) Seq 6-324993028: Processing:  { Ans: , MgmtId:
> >>>>>1,
> >>>>> via: 6, Ver: v1, Flags: 10,
> >>>>>
> >>>>>[{"ClusterSyncAnswer":{"_clusterId":2,"_newStates":{},"_isExecuted":fa
> >>>>>l
> >>>>>s
> >>>>>e
> >>>>>,"result":true,"wait":0}}]
> >>>>> }
> >>>>> 2013-04-07 00:37:11,022 DEBUG [agent.manager.DirectAgentAttache]
> >>>>> (DirectAgent-225:null) Seq 5-614334468: Executing request
> >>>>> 2013-04-07 00:37:11,170 DEBUG [agent.manager.DirectAgentAttache]
> >>>>> (DirectAgent-225:null) Seq 5-614334468: Response Received:
> >>>>> 2013-04-07 00:37:11,171 DEBUG [agent.transport.Request]
> >>>>> (DirectAgent-225:null) Seq 5-614334468: Processing:  { Ans: , MgmtId:
> >>>>>1,
> >>>>> via: 5, Ver: v1, Flags: 10, [{"Answer":{"result":true,"wait":0}}] }
> >>>>> 2013-04-07 00:37:20,451 DEBUG
> >>>>> [storage.secondary.SecondaryStorageManagerImpl] (secstorage-1:null)
> >>>>>Zone 1
> >>>>> is ready to launch secondary storage VM
> >>>>> 2013-04-07 00:37:20,554 DEBUG
> >>>>>[cloud.consoleproxy.ConsoleProxyManagerImpl]
> >>>>> (consoleproxy-1:null) Zone 1 is ready to launch console proxy
> >>>>> 2013-04-07 00:37:20,820 DEBUG
> >>>>> [network.router.VirtualNetworkApplianceManagerImpl]
> >>>>> (RouterStatusMonitor-1:null) Found 0 routers to update status.
> >>>>> 2013-04-07 00:37:20,822 DEBUG
> >>>>> [network.router.VirtualNetworkApplianceManagerImpl]
> >>>>> (RouterStatusMonitor-1:null) Found 0 networks to update RvR status.
> >>>>> 2013-04-07 00:37:20,851 DEBUG
> >>>>> [network.router.VirtualNetworkApplianceManagerImpl]
> >>>>> (RouterStatusMonitor-1:null) Found 0 routers to update status.
> >>>>> 2013-04-07 00:37:20,852 DEBUG
> >>>>> [network.router.VirtualNetworkApplianceManagerImpl]
> >>>>> (RouterStatusMonitor-1:null) Found 0 networks to update RvR status.
> >>>>> 2013-04-07 00:37:24,890 DEBUG [agent.manager.AgentManagerImpl]
> >>>>> (AgentManager-Handler-6:null) Ping from 4
> >>>>> 2013-04-07 00:37:27,167 DEBUG [agent.manager.DirectAgentAttache]
> >>>>> (DirectAgent-354:null) Ping from 1
> >>>>> 2013-04-07 00:37:29,095 DEBUG [agent.manager.DirectAgentAttache]
> >>>>> (DirectAgent-97:null) Seq 1-90046472: Executing request
> >>>>> 2013-04-07 00:37:29,317 DEBUG [agent.manager.DirectAgentAttache]
> >>>>> (DirectAgent-97:null) Seq 1-90046472: Response Received:
> >>>>> 2013-04-07 00:37:29,317 DEBUG [agent.transport.Request]
> >>>>> (DirectAgent-97:null) Seq 1-90046472: Processing:  { Ans: , MgmtId:
> >>>>>1,
> >>>>>via:
> >>>>> 1, Ver: v1, Flags: 10,
> >>>>>
> >>>>>[{"ClusterSyncAnswer":{"_clusterId":1,"_newStates":{},"_isExecuted":fa
> >>>>>l
> >>>>>s
> >>>>>e
> >>>>>,"result":true,"wait":0}}]
> >>>>> }
> >>>>> 2013-04-07 00:37:47,679 DEBUG [agent.manager.AgentManagerImpl]
> >>>>> (AgentManager-Handler-7:null) Ping from 3
> >>>>> 2013-04-07 00:37:50,451 DEBUG
> >>>>> [storage.secondary.SecondaryStorageManagerImpl] (secstorage-1:null)
> >>>>>Zone 1
> >>>>> is ready to launch secondary storage VM
> >>>>> 2013-04-07 00:37:50,555 DEBUG
> >>>>>[cloud.consoleproxy.ConsoleProxyManagerImpl]
> >>>>> (consoleproxy-1:null) Zone 1 is ready to launch console proxy
> >>>>> 2013-04-07 00:37:50,798 INFO  [cloud.ha.HighAvailabilityManagerImpl]
> >>>>> (HA-2:null) checking health of usage server
> >>>>> 2013-04-07 00:37:50,799 DEBUG [cloud.ha.HighAvailabilityManagerImpl]
> >>>>> (HA-2:null) usage server running? false, heartbeat: null
> >>>>> 2013-04-07 00:37:50,801 DEBUG [cloud.alert.AlertManagerImpl]
> >>>>>(HA-2:null)
> >>>>> Have already sent: 1 emails for alert type '12' -- skipping send
> >>>>>email
> >>>>> 2013-04-07 00:37:50,816 DEBUG
> >>>>> [network.router.VirtualNetworkApplianceManagerImpl]
> >>>>>(RouterMonitor-1:null)
> >>>>> Found 0 running routers.
> >>>>> 2013-04-07 00:37:50,820 DEBUG
> >>>>> [network.router.VirtualNetworkApplianceManagerImpl]
> >>>>> (RouterStatusMonitor-1:null) Found 0 routers to update status.
> >>>>> 2013-04-07 00:37:50,821 DEBUG
> >>>>> [network.router.VirtualNetworkApplianceManagerImpl]
> >>>>> (RouterStatusMonitor-1:null) Found 0 networks to update RvR status.
> >>>>> 2013-04-07 00:37:50,850 DEBUG
> >>>>> [network.router.VirtualNetworkApplianceManagerImpl]
> >>>>>(RouterMonitor-1:null)
> >>>>> Found 0 running routers.
> >>>>> 2013-04-07 00:37:50,851 DEBUG
> >>>>> [network.router.VirtualNetworkApplianceManagerImpl]
> >>>>> (RouterStatusMonitor-1:null) Found 0 routers to update status.
> >>>>> 2013-04-07 00:37:50,852 DEBUG
> >>>>> [network.router.VirtualNetworkApplianceManagerImpl]
> >>>>> (RouterStatusMonitor-1:null) Found 0 networks to update RvR status.
> >>>>> 2013-04-07 00:37:50,909 DEBUG
> >>>>> [cloud.network.ExternalLoadBalancerUsageManagerImpl]
> >>>>> (ExternalNetworkMonitor-1:null) External devices stats collector is
> >>>>> running...
> >>>>> 2013-04-07 00:37:50,920 DEBUG
> >>>>>[storage.snapshot.SnapshotSchedulerImpl]
> >>>>> (SnapshotPollTask:null) Snapshot scheduler.poll is being called at
> >>>>> 2013-04-07 06:37:50 GMT
> >>>>> 2013-04-07 00:37:50,921 DEBUG
> >>>>>[storage.snapshot.SnapshotSchedulerImpl]
> >>>>> (SnapshotPollTask:null) Got 0 snapshots to be executed at 2013-04-07
> >>>>> 06:37:50 GMT
> >>>>> 2013-04-07 00:37:51,480 INFO  [agent.manager.AgentMonitor]
> >>>>> (Thread-11:null) Found the following agents behind on ping: [6, 5]
> >>>>> 2013-04-07 00:37:51,481 DEBUG [cloud.host.Status] (Thread-11:null)
> >>>>>Ping
> >>>>> timeout for host 6, do invstigation
> >>>>> 2013-04-07 00:37:51,482 DEBUG [cloud.host.Status] (Thread-11:null)
> >>>>>Ping
> >>>>> timeout for host 5, do invstigation
> >>>>> 2013-04-07 00:37:51,483 INFO  [agent.manager.AgentManagerImpl]
> >>>>> (AgentTaskPool-10:null) Investigating why host 6 has disconnected
> >>>>>with
> >>>>> event PingTimeout
> >>>>> 2013-04-07 00:37:51,483 DEBUG [agent.manager.AgentManagerImpl]
> >>>>> (AgentTaskPool-10:null) checking if agent (6) is alive
> >>>>> 2013-04-07 00:37:51,484 INFO  [agent.manager.AgentManagerImpl]
> >>>>> (AgentTaskPool-13:null) Investigating why host 5 has disconnected
> >>>>>with
> >>>>> event PingTimeout
> >>>>> 2013-04-07 00:37:51,484 DEBUG [agent.manager.AgentManagerImpl]
> >>>>> (AgentTaskPool-13:null) checking if agent (5) is alive
> >>>>> 2013-04-07 00:37:51,486 DEBUG [agent.transport.Request]
> >>>>> (AgentTaskPool-10:null) Seq 6-324993316: Sending  { Cmd , MgmtId: 1,
> >>>>>via:
> >>>>> 6, Ver: v1, Flags: 100011, [{"CheckHealthCommand":{"wait":50}}] }
> >>>>> 2013-04-07 00:37:51,486 DEBUG [agent.transport.Request]
> >>>>> (AgentTaskPool-10:null) Seq 6-324993316: Executing:  { Cmd , MgmtId:
> >>>>>1,
> >>>>> via: 6, Ver: v1, Flags: 100011, [{"CheckHealthCommand":{"wait":50}}]
> >>>>>}
> >>>>> 2013-04-07 00:37:51,486 DEBUG [agent.manager.DirectAgentAttache]
> >>>>> (DirectAgent-303:null) Seq 6-324993316: Executing request
> >>>>> 2013-04-07 00:37:51,488 DEBUG [agent.transport.Request]
> >>>>> (AgentTaskPool-13:null) Seq 5-614334821: Sending  { Cmd , MgmtId: 1,
> >>>>>via:
> >>>>> 5, Ver: v1, Flags: 100011, [{"CheckHealthCommand":{"wait":50}}] }
> >>>>> 2013-04-07 00:37:51,488 DEBUG [agent.transport.Request]
> >>>>> (AgentTaskPool-13:null) Seq 5-614334821: Executing:  { Cmd , MgmtId:
> >>>>>1,
> >>>>> via: 5, Ver: v1, Flags: 100011, [{"CheckHealthCommand":{"wait":50}}]
> >>>>>}
> >>>>> 2013-04-07 00:37:51,488 DEBUG [agent.manager.DirectAgentAttache]
> >>>>> (DirectAgent-158:null) Seq 5-614334821: Executing request
> >>>>> 2013-04-07 00:37:51,537 DEBUG [agent.manager.DirectAgentAttache]
> >>>>> (DirectAgent-303:null) Seq 6-324993316: Response Received:
> >>>>> 2013-04-07 00:37:51,538 DEBUG [agent.transport.Request]
> >>>>> (DirectAgent-303:null) Seq 6-324993316: Processing:  { Ans: , MgmtId:
> >>>>>1,
> >>>>> via: 6, Ver: v1, Flags: 10,
> >>>>> [{"CheckHealthAnswer":{"result":true,"details":"resource is
> >>>>> alive","wait":0}}] }
> >>>>> 2013-04-07 00:37:51,538 DEBUG [agent.transport.Request]
> >>>>> (AgentTaskPool-10:null) Seq 6-324993316: Received:  { Ans: , MgmtId:
> >>>>>1,
> >>>>> via: 6, Ver: v1, Flags: 10, { CheckHealthAnswer } }
> >>>>> 2013-04-07 00:37:51,538 DEBUG [agent.manager.AgentManagerImpl]
> >>>>> (AgentTaskPool-10:null) Details from executing class
> >>>>> com.cloud.agent.api.CheckHealthCommand: resource is alive
> >>>>> 2013-04-07 00:37:51,538 DEBUG [agent.manager.AgentManagerImpl]
> >>>>> (AgentTaskPool-10:null) agent (6) responded to checkHeathCommand,
> >>>>>reporting
> >>>>> that agent is Up
> >>>>> 2013-04-07 00:37:51,538 INFO  [agent.manager.AgentManagerImpl]
> >>>>> (AgentTaskPool-10:null) The state determined is Up
> >>>>> 2013-04-07 00:37:51,538 INFO  [agent.manager.AgentManagerImpl]
> >>>>> (AgentTaskPool-10:null) Agent is determined to be up and running
> >>>>> 2013-04-07 00:37:51,538 DEBUG [cloud.host.Status]
> >>>>>(AgentTaskPool-10:null)
> >>>>> Transition:[Resource state = Enabled, Agent event = Ping, Host id =
> >>>>>6,
> >>>>>name
> >>>>> = Tut-XenServer]
> >>>>> 2013-04-07 00:37:51,541 DEBUG [agent.manager.DirectAgentAttache]
> >>>>> (DirectAgent-158:null) Seq 5-614334821: Response Received:
> >>>>> 2013-04-07 00:37:51,541 DEBUG [agent.transport.Request]
> >>>>> (DirectAgent-158:null) Seq 5-614334821: Processing:  { Ans: , MgmtId:
> >>>>>1,
> >>>>> via: 5, Ver: v1, Flags: 10,
> >>>>> [{"CheckHealthAnswer":{"result":true,"details":"resource is
> >>>>> alive","wait":0}}] }
> >>>>> 2013-04-07 00:37:51,541 DEBUG [agent.transport.Request]
> >>>>> (AgentTaskPool-13:null) Seq 5-614334821: Received:  { Ans: , MgmtId:
> >>>>>1,
> >>>>> via: 5, Ver: v1, Flags: 10, { CheckHealthAnswer } }
> >>>>> 2013-04-07 00:37:51,541 DEBUG [agent.manager.AgentManagerImpl]
> >>>>> (AgentTaskPool-13:null) Details from executing class
> >>>>> com.cloud.agent.api.CheckHealthCommand: resource is alive
> >>>>> 2013-04-07 00:37:51,541 DEBUG [agent.manager.AgentManagerImpl]
> >>>>> (AgentTaskPool-13:null) agent (5) responded to checkHeathCommand,
> >>>>>reporting
> >>>>> that agent is Up
> >>>>> 2013-04-07 00:37:51,541 INFO  [agent.manager.AgentManagerImpl]
> >>>>> (AgentTaskPool-13:null) The state determined is Up
> >>>>> 2013-04-07 00:37:51,541 DEBUG [cloud.host.Status]
> >>>>>(AgentTaskPool-10:null)
> >>>>> Agent status update: [id = 6; name = Tut-XenServer; old status = Up;
> >>>>>event
> >>>>> = Ping; new status = Up; old update count = 314; new update count =
> >>>>>315]
> >>>>> 2013-04-07 00:37:51,541 INFO  [agent.manager.AgentManagerImpl]
> >>>>> (AgentTaskPool-13:null) Agent is determined to be up and running
> >>>>> 2013-04-07 00:37:51,541 DEBUG [cloud.host.Status]
> >>>>>(AgentTaskPool-13:null)
> >>>>> Transition:[Resource state = Enabled, Agent event = Ping, Host id =
> >>>>>5,
> >>>>>name
> >>>>> = Tut-XenServer2]
> >>>>> 2013-04-07 00:37:51,544 DEBUG [cloud.host.Status]
> >>>>>(AgentTaskPool-13:null)
> >>>>> Agent status update: [id = 5; name = Tut-XenServer2; old status = Up;
> >>>>>event
> >>>>> = Ping; new status = Up; old update count = 151; new update count =
> >>>>>152]
> >>>>> 2013-04-07 00:37:55,103 INFO  [cloud.vm.UserVmManagerImpl]
> >>>>> (UserVm-Scavenger-1:null) Found 1 vms to expunge.
> >>>>> 2013-04-07 00:37:55,103 DEBUG [cloud.vm.VirtualMachineManagerImpl]
> >>>>> (UserVm-Scavenger-1:null) Stopped called on
> >>>>> VM[User|94ddc16f-04fc-4da1-8326-01d8d5cdeb44] but the state is
> >>>>>Destroyed
> >>>>> 2013-04-07 00:37:55,105 DEBUG [cloud.capacity.CapacityManagerImpl]
> >>>>> (UserVm-Scavenger-1:null) VM state transitted from :Destroyed to
> >>>>>Expunging
> >>>>> with event: ExpungeOperationvm's original host id: 6 new host id:
> >>>>>null
> >>>>>host
> >>>>> id before state transition: null
> >>>>> 2013-04-07 00:37:55,105 DEBUG [cloud.vm.VirtualMachineManagerImpl]
> >>>>> (UserVm-Scavenger-1:null) Destroying vm
> >>>>> VM[User|94ddc16f-04fc-4da1-8326-01d8d5cdeb44]
> >>>>> 2013-04-07 00:37:55,105 DEBUG [cloud.vm.VirtualMachineManagerImpl]
> >>>>> (UserVm-Scavenger-1:null) Cleaning up NICS
> >>>>> 2013-04-07 00:37:55,105 DEBUG [cloud.network.NetworkManagerImpl]
> >>>>> (UserVm-Scavenger-1:null) Cleaning network for vm: 13
> >>>>> 2013-04-07 00:37:55,113 DEBUG [network.guru.DirectNetworkGuru]
> >>>>> (UserVm-Scavenger-1:null) Deallocate network: networkId: 204, ip:
> >>>>> 192.168.56.146
> >>>>> 2013-04-07 00:37:55,124 DEBUG [cloud.network.NetworkManagerImpl]
> >>>>> (UserVm-Scavenger-1:null) Removed nic id=19
> >>>>> 2013-04-07 00:37:55,124 DEBUG [cloud.storage.StorageManagerImpl]
> >>>>> (UserVm-Scavenger-1:null) Cleaning storage for vm: 13
> >>>>> 2013-04-07 00:37:55,132 DEBUG [cloud.storage.StorageManagerImpl]
> >>>>> (UserVm-Scavenger-1:null) Expunging Vol[13|vm=13|ROOT]
> >>>>> 2013-04-07 00:37:55,139 DEBUG [agent.transport.Request]
> >>>>> (UserVm-Scavenger-1:null) Seq 6-324993317: Sending  { Cmd , MgmtId:
> >>>>>1,
> >>>>>via:
> >>>>> 6, Ver: v1, Flags: 100111,
> >>>>>
> >>>>>[{"storage.DestroyCommand":{"vmName":"i-2-13-VM","volume":{"id":13,"na
> >>>>>m
> >>>>>e
> >>>>>"
> >>>>>:"ROOT-13","mountPoint":"/iSCSI_SR_3","path":"99154d9c-2665-465d-8c71-
> >>>>>e
> >>>>>6
> >>>>>0
> >>>>>f1748895b","size":52428800,"type":"ROOT","storagePoolType":"PreSetup",
> >>>>>"
> >>>>>s
> >>>>>t
> >>>>>oragePoolUuid":"iSCSI_SR_3","deviceId":0},"wait":0}}]
> >>>>> }
> >>>>> 2013-04-07 00:37:55,140 DEBUG [agent.transport.Request]
> >>>>> (UserVm-Scavenger-1:null) Seq 6-324993317: Executing:  { Cmd ,
> >>>>>MgmtId:
> >>>>>1,
> >>>>> via: 6, Ver: v1, Flags: 100111,
> >>>>>
> >>>>>[{"storage.DestroyCommand":{"vmName":"i-2-13-VM","volume":{"id":13,"na
> >>>>>m
> >>>>>e
> >>>>>"
> >>>>>:"ROOT-13","mountPoint":"/iSCSI_SR_3","path":"99154d9c-2665-465d-8c71-
> >>>>>e
> >>>>>6
> >>>>>0
> >>>>>f1748895b","size":52428800,"type":"ROOT","storagePoolType":"PreSetup",
> >>>>>"
> >>>>>s
> >>>>>t
> >>>>>oragePoolUuid":"iSCSI_SR_3","deviceId":0},"wait":0}}]
> >>>>> }
> >>>>> 2013-04-07 00:37:55,140 DEBUG [agent.manager.DirectAgentAttache]
> >>>>> (DirectAgent-87:null) Seq 6-324993317: Executing request
> >>>>> 2013-04-07 00:37:55,724 DEBUG [agent.manager.DirectAgentAttache]
> >>>>> (DirectAgent-87:null) Seq 6-324993317: Response Received:
> >>>>> 2013-04-07 00:37:55,724 DEBUG [agent.transport.Request]
> >>>>> (DirectAgent-87:null) Seq 6-324993317: Processing:  { Ans: , MgmtId:
> >>>>>1,
> >>>>> via: 6, Ver: v1, Flags: 110,
> >>>>> [{"Answer":{"result":true,"details":"Success","wait":0}}] }
> >>>>> 2013-04-07 00:37:55,724 DEBUG [agent.manager.AgentAttache]
> >>>>> (DirectAgent-87:null) Seq 6-324993317: No more commands found
> >>>>> 2013-04-07 00:37:55,724 DEBUG [agent.transport.Request]
> >>>>> (UserVm-Scavenger-1:null) Seq 6-324993317: Received:  { Ans: ,
> >>>>>MgmtId:
> >>>>>1,
> >>>>> via: 6, Ver: v1, Flags: 110, { Answer } }
> >>>>> 2013-04-07 00:37:55,727 DEBUG [cloud.storage.StorageManagerImpl]
> >>>>> (UserVm-Scavenger-1:null) Volume successfully expunged from 257
> >>>>> 2013-04-07 00:37:55,727 DEBUG [cloud.vm.VirtualMachineManagerImpl]
> >>>>> (UserVm-Scavenger-1:null) Expunged
> >>>>> VM[User|94ddc16f-04fc-4da1-8326-01d8d5cdeb44]
> >>>>> 2013-04-07 00:37:55,727 DEBUG [cloud.vm.UserVmManagerImpl]
> >>>>> (UserVm-Scavenger-1:null) Starting cleaning up vm
> >>>>> VM[User|94ddc16f-04fc-4da1-8326-01d8d5cdeb44] resources...
> >>>>> 2013-04-07 00:37:55,730 INFO
> >>>>>[network.security.SecurityGroupManagerImpl]
> >>>>> (UserVm-Scavenger-1:null) Disassociated 1 network groups  from uservm
> >>>>>13
> >>>>> 2013-04-07 00:37:55,732 DEBUG
> >>>>>[network.security.SecurityGroupManagerImpl]
> >>>>> (UserVm-Scavenger-1:null) Security group mappings are removed
> >>>>>successfully
> >>>>> for vm id=13
> >>>>> 2013-04-07 00:37:55,736 DEBUG [network.firewall.FirewallManagerImpl]
> >>>>> (UserVm-Scavenger-1:null) No firewall rules are found for vm id=13
> >>>>> 2013-04-07 00:37:55,737 DEBUG [cloud.vm.UserVmManagerImpl]
> >>>>> (UserVm-Scavenger-1:null) Firewall rules are removed successfully as
> >>>>>a
> >>>>>part
> >>>>> of vm id=13 expunge
> >>>>> 2013-04-07 00:37:55,739 DEBUG [network.rules.RulesManagerImpl]
> >>>>> (UserVm-Scavenger-1:null) No port forwarding rules are found for vm
> >>>>>id=13
> >>>>> 2013-04-07 00:37:55,739 DEBUG [cloud.vm.UserVmManagerImpl]
> >>>>> (UserVm-Scavenger-1:null) Port forwarding rules are removed
> >>>>>successfully as
> >>>>> a part of vm id=13 expunge
> >>>>> 2013-04-07 00:37:55,740 DEBUG [cloud.vm.UserVmManagerImpl]
> >>>>> (UserVm-Scavenger-1:null) Removed vm id=13 from all load balancers as
> >>>>>a
> >>>>> part of expunge process
> >>>>> 2013-04-07 00:37:55,741 DEBUG [cloud.vm.UserVmManagerImpl]
> >>>>> (UserVm-Scavenger-1:null) Successfully cleaned up vm
> >>>>> VM[User|94ddc16f-04fc-4da1-8326-01d8d5cdeb44] resources as a part of
> >>>>> expunge process
> >>>>> 2013-04-07 00:38:04,813 DEBUG [agent.manager.DirectAgentAttache]
> >>>>> (DirectAgent-442:null) Ping from 6
> >>>>> 2013-04-07 00:38:06,064 DEBUG [agent.manager.DirectAgentAttache]
> >>>>> (DirectAgent-374:null) Ping from 5
> >>>>> 2013-04-07 00:38:06,909 DEBUG [agent.manager.DirectAgentAttache]
> >>>>> (DirectAgent-157:null) Seq 6-324993028: Executing request
> >>>>> 2013-04-07 00:38:07,099 DEBUG [agent.manager.DirectAgentAttache]
> >>>>> (DirectAgent-157:null) Seq 6-324993028: Response Received:
> >>>>> 2013-04-07 00:38:07,100 DEBUG [agent.transport.Request]
> >>>>> (DirectAgent-157:null) Seq 6-324993028: Processing:  { Ans: , MgmtId:
> >>>>>1,
> >>>>> via: 6, Ver: v1, Flags: 10,
> >>>>>
> >>>>>[{"ClusterSyncAnswer":{"_clusterId":2,"_newStates":{},"_isExecuted":fa
> >>>>>l
> >>>>>s
> >>>>>e
> >>>>>,"result":true,"wait":0}}]
> >>>>> }
> >>>>> 2013-04-07 00:38:11,022 DEBUG [agent.manager.DirectAgentAttache]
> >>>>> (DirectAgent-192:null) Seq 5-614334468: Executing request
> >>>>> 2013-04-07 00:38:11,181 DEBUG [agent.manager.DirectAgentAttache]
> >>>>> (DirectAgent-192:null) Seq 5-614334468: Response Received:
> >>>>> 2013-04-07 00:38:11,181 DEBUG [agent.transport.Request]
> >>>>> (DirectAgent-192:null) Seq 5-614334468: Processing:  { Ans: , MgmtId:
> >>>>>1,
> >>>>> via: 5, Ver: v1, Flags: 10, [{"Answer":{"result":true,"wait":0}}] }
> >>>>> 2013-04-07 00:38:20,455 DEBUG
> >>>>> [storage.secondary.SecondaryStorageManagerImpl] (secstorage-1:null)
> >>>>>Zone 1
> >>>>> is ready to launch secondary storage VM
> >>>>> 2013-04-07 00:38:20,573 DEBUG
> >>>>>[cloud.consoleproxy.ConsoleProxyManagerImpl]
> >>>>> (consoleproxy-1:null) Zone 1 is ready to launch console proxy
> >>>>> 2013-04-07 00:38:20,820 DEBUG
> >>>>> [network.router.VirtualNetworkApplianceManagerImpl]
> >>>>> (RouterStatusMonitor-1:null) Found 0 routers to update status.
> >>>>> 2013-04-07 00:38:20,821 DEBUG
> >>>>> [network.router.VirtualNetworkApplianceManagerImpl]
> >>>>> (RouterStatusMonitor-1:null) Found 0 networks to update RvR status.
> >>>>> 2013-04-07 00:38:20,851 DEBUG
> >>>>> [network.router.VirtualNetworkApplianceManagerImpl]
> >>>>> (RouterStatusMonitor-1:null) Found 0 routers to update status.
> >>>>> 2013-04-07 00:38:20,853 DEBUG
> >>>>> [network.router.VirtualNetworkApplianceManagerImpl]
> >>>>> (RouterStatusMonitor-1:null) Found 0 networks to update RvR status.
> >>>>> 2013-04-07 00:38:20,921 DEBUG [cloud.alert.AlertManagerImpl]
> >>>>> (CapacityChecker:null) Running Capacity Checker ...
> >>>>> 2013-04-07 00:38:20,921 DEBUG [cloud.alert.AlertManagerImpl]
> >>>>> (CapacityChecker:null) recalculating system capacity
> >>>>> 2013-04-07 00:38:20,921 DEBUG [cloud.alert.AlertManagerImpl]
> >>>>> (CapacityChecker:null) Executing cpu/ram capacity update
> >>>>> 2013-04-07 00:38:20,931 DEBUG [cloud.capacity.CapacityManagerImpl]
> >>>>> (CapacityChecker:null) Found 2 VMs on host 1
> >>>>> 2013-04-07 00:38:20,932 DEBUG [cloud.capacity.CapacityManagerImpl]
> >>>>> (CapacityChecker:null) Found 0 VM, not running on host 1
> >>>>> 2013-04-07 00:38:20,935 DEBUG [cloud.capacity.CapacityManagerImpl]
> >>>>> (CapacityChecker:null) No need to calibrate cpu capacity, host:1
> >>>>>usedCpu:
> >>>>> 200 reservedCpu: 0
> >>>>> 2013-04-07 00:38:20,935 DEBUG [cloud.capacity.CapacityManagerImpl]
> >>>>> (CapacityChecker:null) No need to calibrate memory capacity, host:1
> >>>>> usedMem: 209715200 reservedMem: 0
> >>>>> 2013-04-07 00:38:20,940 DEBUG [cloud.capacity.CapacityManagerImpl]
> >>>>> (CapacityChecker:null) Found 0 VMs on host 5
> >>>>> 2013-04-07 00:38:20,941 DEBUG [cloud.capacity.CapacityManagerImpl]
> >>>>> (CapacityChecker:null) Found 0 VM, not running on host 5
> >>>>> 2013-04-07 00:38:20,944 DEBUG [cloud.capacity.CapacityManagerImpl]
> >>>>> (CapacityChecker:null) No need to calibrate cpu capacity, host:5
> >>>>>usedCpu: 0
> >>>>> reservedCpu: 0
> >>>>> 2013-04-07 00:38:20,944 DEBUG [cloud.capacity.CapacityManagerImpl]
> >>>>> (CapacityChecker:null) No need to calibrate memory capacity, host:5
> >>>>> usedMem: 0 reservedMem: 0
> >>>>> 2013-04-07 00:38:20,950 DEBUG [cloud.capacity.CapacityManagerImpl]
> >>>>> (CapacityChecker:null) Found 1 VMs on host 6
> >>>>> 2013-04-07 00:38:20,951 DEBUG [cloud.capacity.CapacityManagerImpl]
> >>>>> (CapacityChecker:null) Found 0 VM, not running on host 6
> >>>>> 2013-04-07 00:38:20,954 DEBUG [cloud.capacity.CapacityManagerImpl]
> >>>>> (CapacityChecker:null) No need to calibrate cpu capacity, host:6
> >>>>>usedCpu:
> >>>>> 100 reservedCpu: 0
> >>>>> 2013-04-07 00:38:20,954 DEBUG [cloud.capacity.CapacityManagerImpl]
> >>>>> (CapacityChecker:null) No need to calibrate memory capacity, host:6
> >>>>> usedMem: 104857600 reservedMem: 0
> >>>>> 2013-04-07 00:38:20,954 DEBUG [cloud.alert.AlertManagerImpl]
> >>>>> (CapacityChecker:null) Done executing cpu/ram capacity update
> >>>>> 2013-04-07 00:38:20,954 DEBUG [cloud.alert.AlertManagerImpl]
> >>>>> (CapacityChecker:null) Executing storage capacity update
> >>>>> 2013-04-07 00:38:20,961 DEBUG [cloud.storage.StorageManagerImpl]
> >>>>> (CapacityChecker:null) Successfully set Capacity - 31004332032 for
> >>>>>capacity
> >>>>> type - 9 , DataCenterId - 1, HostOrPoolId - 200, PodId 1
> >>>>> 2013-04-07 00:38:20,965 DEBUG [cloud.storage.StorageManagerImpl]
> >>>>> (CapacityChecker:null) Successfully set Capacity - 97221701632 for
> >>>>>capacity
> >>>>> type - 9 , DataCenterId - 1, HostOrPoolId - 201, PodId 1
> >>>>> 2013-04-07 00:38:20,970 DEBUG [cloud.storage.StorageManagerImpl]
> >>>>> (CapacityChecker:null) Successfully set Capacity - 97221701632 for
> >>>>>capacity
> >>>>> type - 9 , DataCenterId - 1, HostOrPoolId - 202, PodId 1
> >>>>> 2013-04-07 00:38:20,975 DEBUG [cloud.storage.StorageManagerImpl]
> >>>>> (CapacityChecker:null) Successfully set Capacity - 2084569088 for
> >>>>>capacity
> >>>>> type - 3 , DataCenterId - 1, HostOrPoolId - 256, PodId 1
> >>>>> 2013-04-07 00:38:20,980 DEBUG [cloud.storage.StorageManagerImpl]
> >>>>> (CapacityChecker:null) Successfully set Capacity - 2084569088 for
> >>>>>capacity
> >>>>> type - 3 , DataCenterId - 1, HostOrPoolId - 257, PodId 1
> >>>>> 2013-04-07 00:38:20,985 DEBUG [cloud.storage.StorageManagerImpl]
> >>>>> (CapacityChecker:null) Successfully set Capacity - 2084569088 for
> >>>>>capacity
> >>>>> type - 3 , DataCenterId - 1, HostOrPoolId - 262, PodId 1
> >>>>> 2013-04-07 00:38:20,985 DEBUG [cloud.alert.AlertManagerImpl]
> >>>>> (CapacityChecker:null) Done executing storage capacity update
> >>>>> 2013-04-07 00:38:20,985 DEBUG [cloud.alert.AlertManagerImpl]
> >>>>> (CapacityChecker:null) Executing capacity updates for public ip and
> >>>>>Vlans
> >>>>> 2013-04-07 00:38:20,995 DEBUG [cloud.alert.AlertManagerImpl]
> >>>>> (CapacityChecker:null) Done capacity updates for public ip and Vlans
> >>>>> 2013-04-07 00:38:20,996 DEBUG [cloud.alert.AlertManagerImpl]
> >>>>> (CapacityChecker:null) Executing capacity updates for private ip
> >>>>> 2013-04-07 00:38:21,003 DEBUG [cloud.alert.AlertManagerImpl]
> >>>>> (CapacityChecker:null) Done executing capacity updates for private ip
> >>>>> 2013-04-07 00:38:21,003 DEBUG [cloud.alert.AlertManagerImpl]
> >>>>> (CapacityChecker:null) Done recalculating system capacity
> >>>>> 2013-04-07 00:38:21,031 DEBUG [cloud.alert.AlertManagerImpl]
> >>>>> (CapacityChecker:null) Done running Capacity Checker ...
> >>>>> 2013-04-07 00:38:24,889 DEBUG [agent.manager.AgentManagerImpl]
> >>>>> (AgentManager-Handler-8:null) Ping from 4
> >>>>> 2013-04-07 00:38:27,157 DEBUG [agent.manager.DirectAgentAttache]
> >>>>> (DirectAgent-311:null) Ping from 1
> >>>>> 2013-04-07 00:38:29,095 DEBUG [agent.manager.DirectAgentAttache]
> >>>>> (DirectAgent-197:null) Seq 1-90046472: Executing request
> >>>>> 2013-04-07 00:38:29,323 DEBUG [agent.manager.DirectAgentAttache]
> >>>>> (DirectAgent-197:null) Seq 1-90046472: Response Received:
> >>>>> 2013-04-07 00:38:29,324 DEBUG [agent.transport.Request]
> >>>>> (DirectAgent-197:null) Seq 1-90046472: Processing:  { Ans: , MgmtId:
> >>>>>1,
> >>>>> via: 1, Ver: v1, Flags: 10,
> >>>>>
> >>>>>[{"ClusterSyncAnswer":{"_clusterId":1,"_newStates":{},"_isExecuted":fa
> >>>>>l
> >>>>>s
> >>>>>e
> >>>>>,"result":true,"wait":0}}]
> >>>>> }
> >>>>> 2013-04-07 00:38:47,679 DEBUG [agent.manager.AgentManagerImpl]
> >>>>> (AgentManager-Handler-9:null) Ping from 3
> >>>>> 2013-04-07 00:38:50,453 DEBUG
> >>>>> [storage.secondary.SecondaryStorageManagerImpl] (secstorage-1:null)
> >>>>>Zone 1
> >>>>> is ready to launch secondary storage VM
> >>>>> 2013-04-07 00:38:50,560 DEBUG
> >>>>>[cloud.consoleproxy.ConsoleProxyManagerImpl]
> >>>>> (consoleproxy-1:null) Zone 1 is ready to launch console proxy
> >>>>> 2013-04-07 00:38:50,819 DEBUG
> >>>>> [network.router.VirtualNetworkApplianceManagerImpl]
> >>>>> (RouterStatusMonitor-1:null) Found 0 routers to update status.
> >>>>> 2013-04-07 00:38:50,820 DEBUG
> >>>>> [network.router.VirtualNetworkApplianceManagerImpl]
> >>>>> (RouterStatusMonitor-1:null) Found 0 networks to update RvR status.
> >>>>> 2013-04-07 00:38:50,851 DEBUG
> >>>>> [network.router.VirtualNetworkApplianceManagerImpl]
> >>>>> (RouterStatusMonitor-1:null) Found 0 routers to update status.
> >>>>> 2013-04-07 00:38:50,852 DEBUG
> >>>>> [network.router.VirtualNetworkApplianceManagerImpl]
> >>>>> (RouterStatusMonitor-1:null) Found 0 networks to update RvR status.
> >>>>> 2013-04-07 00:38:51,483 INFO  [agent.manager.AgentMonitor]
> >>>>> (Thread-11:null) Found the following agents behind on ping: [6, 5]
> >>>>> 2013-04-07 00:38:51,485 DEBUG [cloud.host.Status] (Thread-11:null)
> >>>>>Ping
> >>>>> timeout for host 6, do invstigation
> >>>>> 2013-04-07 00:38:51,486 DEBUG [cloud.host.Status] (Thread-11:null)
> >>>>>Ping
> >>>>> timeout for host 5, do invstigation
> >>>>> 2013-04-07 00:38:51,486 INFO  [agent.manager.AgentManagerImpl]
> >>>>> (AgentTaskPool-11:null) Investigating why host 6 has disconnected
> >>>>>with
> >>>>> event PingTimeout
> >>>>> 2013-04-07 00:38:51,486 DEBUG [agent.manager.AgentManagerImpl]
> >>>>> (AgentTaskPool-11:null) checking if agent (6) is alive
> >>>>> 2013-04-07 00:38:51,487 INFO  [agent.manager.AgentManagerImpl]
> >>>>> (AgentTaskPool-16:null) Investigating why host 5 has disconnected
> >>>>>with
> >>>>> event PingTimeout
> >>>>> 2013-04-07 00:38:51,488 DEBUG [agent.manager.AgentManagerImpl]
> >>>>> (AgentTaskPool-16:null) checking if agent (5) is alive
> >>>>> 2013-04-07 00:38:51,489 DEBUG [agent.transport.Request]
> >>>>> (AgentTaskPool-11:null) Seq 6-324993318: Sending  { Cmd , MgmtId: 1,
> >>>>>via:
> >>>>> 6, Ver: v1, Flags: 100011, [{"CheckHealthCommand":{"wait":50}}] }
> >>>>> 2013-04-07 00:38:51,489 DEBUG [agent.transport.Request]
> >>>>> (AgentTaskPool-11:null) Seq 6-324993318: Executing:  { Cmd , MgmtId:
> >>>>>1,
> >>>>> via: 6, Ver: v1, Flags: 100011, [{"CheckHealthCommand":{"wait":50}}]
> >>>>>}
> >>>>> 2013-04-07 00:38:51,489 DEBUG [agent.manager.DirectAgentAttache]
> >>>>> (DirectAgent-372:null) Seq 6-324993318: Executing request
> >>>>> 2013-04-07 00:38:51,491 DEBUG [agent.transport.Request]
> >>>>> (AgentTaskPool-16:null) Seq 5-614334822: Sending  { Cmd , MgmtId: 1,
> >>>>>via:
> >>>>> 5, Ver: v1, Flags: 100011, [{"CheckHealthCommand":{"wait":50}}] }
> >>>>> 2013-04-07 00:38:51,491 DEBUG [agent.transport.Request]
> >>>>> (AgentTaskPool-16:null) Seq 5-614334822: Executing:  { Cmd , MgmtId:
> >>>>>1,
> >>>>> via: 5, Ver: v1, Flags: 100011, [{"CheckHealthCommand":{"wait":50}}]
> >>>>>}
> >>>>> 2013-04-07 00:38:51,491 DEBUG [agent.manager.DirectAgentAttache]
> >>>>> (DirectAgent-252:null) Seq 5-614334822: Executing request
> >>>>> 2013-04-07 00:38:51,546 DEBUG [agent.manager.DirectAgentAttache]
> >>>>> (DirectAgent-372:null) Seq 6-324993318: Response Received:
> >>>>> 2013-04-07 00:38:51,547 DEBUG [agent.transport.Request]
> >>>>> (DirectAgent-372:null) Seq 6-324993318: Processing:  { Ans: , MgmtId:
> >>>>>1,
> >>>>> via: 6, Ver: v1, Flags: 10,
> >>>>> [{"CheckHealthAnswer":{"result":true,"details":"resource is
> >>>>> alive","wait":0}}] }
> >>>>> 2013-04-07 00:38:51,547 DEBUG [agent.transport.Request]
> >>>>> (AgentTaskPool-11:null) Seq 6-324993318: Received:  { Ans: , MgmtId:
> >>>>>1,
> >>>>> via: 6, Ver: v1, Flags: 10, { CheckHealthAnswer } }
> >>>>> 2013-04-07 00:38:51,547 DEBUG [agent.manager.AgentManagerImpl]
> >>>>> (AgentTaskPool-11:null) Details from executing class
> >>>>> com.cloud.agent.api.CheckHealthCommand: resource is alive
> >>>>> 2013-04-07 00:38:51,547 DEBUG [agent.manager.AgentManagerImpl]
> >>>>> (AgentTaskPool-11:null) agent (6) responded to checkHeathCommand,
> >>>>>reporting
> >>>>> that agent is Up
> >>>>> 2013-04-07 00:38:51,547 INFO  [agent.manager.AgentManagerImpl]
> >>>>> (AgentTaskPool-11:null) The state determined is Up
> >>>>> 2013-04-07 00:38:51,547 INFO  [agent.manager.AgentManagerImpl]
> >>>>> (AgentTaskPool-11:null) Agent is determined to be up and running
> >>>>> 2013-04-07 00:38:51,547 DEBUG [cloud.host.Status]
> >>>>>(AgentTaskPool-11:null)
> >>>>> Transition:[Resource state = Enabled, Agent event = Ping, Host id =
> >>>>>6,
> >>>>>name
> >>>>> = Tut-XenServer]
> >>>>> 2013-04-07 00:38:51,549 DEBUG [agent.manager.DirectAgentAttache]
> >>>>> (DirectAgent-252:null) Seq 5-614334822: Response Received:
> >>>>> 2013-04-07 00:38:51,549 DEBUG [agent.transport.Request]
> >>>>> (DirectAgent-252:null) Seq 5-614334822: Processing:  { Ans: , MgmtId:
> >>>>>1,
> >>>>> via: 5, Ver: v1, Flags: 10,
> >>>>> [{"CheckHealthAnswer":{"result":true,"details":"resource is
> >>>>> alive","wait":0}}] }
> >>>>> 2013-04-07 00:38:51,549 DEBUG [agent.transport.Request]
> >>>>> (AgentTaskPool-16:null) Seq 5-614334822: Received:  { Ans: , MgmtId:
> >>>>>1,
> >>>>> via: 5, Ver: v1, Flags: 10, { CheckHealthAnswer } }
> >>>>> 2013-04-07 00:38:51,550 DEBUG [agent.manager.AgentManagerImpl]
> >>>>> (AgentTaskPool-16:null) Details from executing class
> >>>>> com.cloud.agent.api.CheckHealthCommand: resource is alive
> >>>>> 2013-04-07 00:38:51,550 DEBUG [agent.manager.AgentManagerImpl]
> >>>>> (AgentTaskPool-16:null) agent (5) responded to checkHeathCommand,
> >>>>>reporting
> >>>>> that agent is Up
> >>>>> 2013-04-07 00:38:51,550 INFO  [agent.manager.AgentManagerImpl]
> >>>>> (AgentTaskPool-16:null) The state determined is Up
> >>>>> 2013-04-07 00:38:51,550 INFO  [agent.manager.AgentManagerImpl]
> >>>>> (AgentTaskPool-16:null) Agent is determined to be up and running
> >>>>> 2013-04-07 00:38:51,550 DEBUG [cloud.host.Status]
> >>>>>(AgentTaskPool-11:null)
> >>>>> Agent status update: [id = 6; name = Tut-XenServer; old status = Up;
> >>>>>event
> >>>>> = Ping; new status = Up; old update count = 315; new update count =
> >>>>>316]
> >>>>> 2013-04-07 00:38:51,550 DEBUG [cloud.host.Status]
> >>>>>(AgentTaskPool-16:null)
> >>>>> Transition:[Resource state = Enabled, Agent event = Ping, Host id =
> >>>>>5,
> >>>>>name
> >>>>> = Tut-XenServer2]
> >>>>> 2013-04-07 00:38:51,553 DEBUG [cloud.host.Status]
> >>>>>(AgentTaskPool-16:null)
> >>>>> Agent status update: [id = 5; name = Tut-XenServer2; old status = Up;
> >>>>>event
> >>>>> = Ping; new status = Up; old update count = 152; new update count =
> >>>>>153]
> >>>>> 2013-04-07 00:39:04,800 DEBUG [agent.manager.DirectAgentAttache]
> >>>>> (DirectAgent-100:null) Ping from 6
> >>>>> 2013-04-07 00:39:06,054 DEBUG [agent.manager.DirectAgentAttache]
> >>>>> (DirectAgent-259:null) Ping from 5
> >>>>> 2013-04-07 00:39:06,909 DEBUG [agent.manager.DirectAgentAttache]
> >>>>> (DirectAgent-134:null) Seq 6-324993028: Executing request
> >>>>> 2013-04-07 00:39:07,104 DEBUG [agent.manager.DirectAgentAttache]
> >>>>> (DirectAgent-134:null) Seq 6-324993028: Response Received:
> >>>>> 2013-04-07 00:39:07,104 DEBUG [agent.transport.Request]
> >>>>> (DirectAgent-134:null) Seq 6-324993028: Processing:  { Ans: , MgmtId:
> >>>>>1,
> >>>>> via: 6, Ver: v1, Flags: 10,
> >>>>>
> >>>>>[{"ClusterSyncAnswer":{"_clusterId":2,"_newStates":{},"_isExecuted":fa
> >>>>>l
> >>>>>s
> >>>>>e
> >>>>>,"result":true,"wait":0}}]
> >>>>> }
> >>>>> 2013-04-07 00:39:11,022 DEBUG [agent.manager.DirectAgentAttache]
> >>>>> (DirectAgent-188:null) Seq 5-614334468: Executing request
> >>>>> 2013-04-07 00:39:11,164 DEBUG [agent.manager.DirectAgentAttache]
> >>>>> (DirectAgent-188:null) Seq 5-614334468: Response Received:
> >>>>> 2013-04-07 00:39:11,164 DEBUG [agent.transport.Request]
> >>>>> (DirectAgent-188:null) Seq 5-614334468: Processing:  { Ans: , MgmtId:
> >>>>>1,
> >>>>> via: 5, Ver: v1, Flags: 10, [{"Answer":{"result":true,"wait":0}}] }
> >>>>> 2013-04-07 00:39:20,451 DEBUG
> >>>>> [storage.secondary.SecondaryStorageManagerImpl] (secstorage-1:null)
> >>>>>Zone 1
> >>>>> is ready to launch secondary storage VM
> >>>>> 2013-04-07 00:39:20,552 DEBUG
> >>>>>[cloud.consoleproxy.ConsoleProxyManagerImpl]
> >>>>> (consoleproxy-1:null) Zone 1 is ready to launch console proxy
> >>>>> 2013-04-07 00:39:20,819 DEBUG
> >>>>> [network.router.VirtualNetworkApplianceManagerImpl]
> >>>>> (RouterStatusMonitor-1:null) Found 0 routers to update status.
> >>>>> 2013-04-07 00:39:20,820 DEBUG
> >>>>> [network.router.VirtualNetworkApplianceManagerImpl]
> >>>>> (RouterStatusMonitor-1:null) Found 0 networks to update RvR status.
> >>>>> 2013-04-07 00:39:20,851 DEBUG
> >>>>> [network.router.VirtualNetworkApplianceManagerImpl]
> >>>>> (RouterStatusMonitor-1:null) Found 0 routers to update status.
> >>>>> 2013-04-07 00:39:20,852 DEBUG
> >>>>> [network.router.VirtualNetworkApplianceManagerImpl]
> >>>>> (RouterStatusMonitor-1:null) Found 0 networks to update RvR status.
> >>>>> 2013-04-07 00:39:24,890 DEBUG [agent.manager.AgentManagerImpl]
> >>>>> (AgentManager-Handler-10:null) Ping from 4
> >>>>> 2013-04-07 00:39:27,161 DEBUG [agent.manager.DirectAgentAttache]
> >>>>> (DirectAgent-400:null) Ping from 1
> >>>>> 2013-04-07 00:39:27,661 DEBUG [cloud.api.ApiServlet]
> >>>>> (1109449945@qtp-1008805148-34:null) ===START===  127.0.0.1 -- GET
> >>>>>
> >>>>>command=listVolumes&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8Go
> >>>>>V
> >>>>>A
> >>>>>%
> >>>>>3D&listAll=true&page=1&pagesize=20&_=1365316767658
> >>>>> 2013-04-07 00:39:27,672 DEBUG [cloud.api.ApiServlet]
> >>>>> (1109449945@qtp-1008805148-34:null) ===END===  127.0.0.1 -- GET
> >>>>>
> >>>>>command=listVolumes&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8Go
> >>>>>V
> >>>>>A
> >>>>>%
> >>>>>3D&listAll=true&page=1&pagesize=20&_=1365316767658
> >>>>> 2013-04-07 00:39:28,628 DEBUG [cloud.api.ApiServlet]
> >>>>> (1109449945@qtp-1008805148-34:null) ===START===  127.0.0.1 -- GET
> >>>>>
> >>>>>command=listVirtualMachines&response=json&sessionkey=Z6QqzU0Fq1iT13bMg
> >>>>>n
> >>>>>R
> >>>>>R
> >>>>>fl8GoVA%3D&listAll=true&page=1&pagesize=20&_=1365316768625
> >>>>> 2013-04-07 00:39:28,640 DEBUG [cloud.api.ApiServlet]
> >>>>> (1109449945@qtp-1008805148-34:null) ===END===  127.0.0.1 -- GET
> >>>>>
> >>>>>command=listVirtualMachines&response=json&sessionkey=Z6QqzU0Fq1iT13bMg
> >>>>>n
> >>>>>R
> >>>>>R
> >>>>>fl8GoVA%3D&listAll=true&page=1&pagesize=20&_=1365316768625
> >>>>> 2013-04-07 00:39:29,095 DEBUG [agent.manager.DirectAgentAttache]
> >>>>> (DirectAgent-101:null) Seq 1-90046472: Executing request
> >>>>> 2013-04-07 00:39:29,311 DEBUG [agent.manager.DirectAgentAttache]
> >>>>> (DirectAgent-101:null) Seq 1-90046472: Response Received:
> >>>>> 2013-04-07 00:39:29,311 DEBUG [agent.transport.Request]
> >>>>> (DirectAgent-101:null) Seq 1-90046472: Processing:  { Ans: , MgmtId:
> >>>>>1,
> >>>>> via: 1, Ver: v1, Flags: 10,
> >>>>>
> >>>>>[{"ClusterSyncAnswer":{"_clusterId":1,"_newStates":{},"_isExecuted":fa
> >>>>>l
> >>>>>s
> >>>>>e
> >>>>>,"result":true,"wait":0}}]
> >>>>> }
> >>>>> 2013-04-07 00:39:31,530 DEBUG [cloud.api.ApiServlet]
> >>>>> (1109449945@qtp-1008805148-34:null) ===START===  127.0.0.1 -- GET
> >>>>>
> >>>>>command=logout&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D
> >>>>>&
> >>>>>_
> >>>>>=
> >>>>>1365316771528
> >>>>> 2013-04-07 00:39:31,535 DEBUG [cloud.api.ApiServlet]
> >>>>> (1109449945@qtp-1008805148-34:null) ===END===  127.0.0.1 -- GET
> >>>>>
> >>>>>command=logout&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D
> >>>>>&
> >>>>>_
> >>>>>=
> >>>>>1365316771528
> >>>>> 2013-04-07 00:39:31,969 DEBUG [cloud.api.ApiServlet]
> >>>>> (2107564436@qtp-1008805148-38:null) ===START===  127.0.0.1 -- GET
> >>>>>
> >>>>>command=listCapabilities&response=json&sessionkey=null&_=1365316771968
> >>>>> 2013-04-07 00:39:31,970 DEBUG [cloud.api.ApiServlet]
> >>>>> (2107564436@qtp-1008805148-38:null) ===END===  127.0.0.1 -- GET
> >>>>>
> >>>>>command=listCapabilities&response=json&sessionkey=null&_=1365316771968
> >>>>> 2013-04-07 00:39:47,679 DEBUG [agent.manager.AgentManagerImpl]
> >>>>> (AgentManager-Handler-11:null) Ping from 3
> >>>>> 2013-04-07 00:39:50,451 DEBUG
> >>>>> [storage.secondary.SecondaryStorageManagerImpl] (secstorage-1:null)
> >>>>>Zone 1
> >>>>> is ready to launch secondary storage VM
> >>>>> 2013-04-07 00:39:50,555 DEBUG
> >>>>>[cloud.consoleproxy.ConsoleProxyManagerImpl]
> >>>>> (consoleproxy-1:null) Zone 1 is ready to launch console proxy
> >>>>> 2013-04-07 00:39:50,819 DEBUG
> >>>>> [network.router.VirtualNetworkApplianceManagerImpl]
> >>>>> (RouterStatusMonitor-1:null) Found 0 routers to update status.
> >>>>> 2013-04-07 00:39:50,820 DEBUG
> >>>>> [network.router.VirtualNetworkApplianceManagerImpl]
> >>>>> (RouterStatusMonitor-1:null) Found 0 networks to update RvR status.
> >>>>> 2013-04-07 00:39:50,850 DEBUG
> >>>>> [network.router.VirtualNetworkApplianceManagerImpl]
> >>>>> (RouterStatusMonitor-1:null) Found 0 routers to update status.
> >>>>> 2013-04-07 00:39:50,851 DEBUG
> >>>>> [network.router.VirtualNetworkApplianceManagerImpl]
> >>>>> (RouterStatusMonitor-1:null) Found 0 networks to update RvR status.
> >>>>> 2013-04-07 00:39:51,486 INFO  [agent.manager.AgentMonitor]
> >>>>> (Thread-11:null) Found the following agents behind on ping: [6, 5]
> >>>>> 2013-04-07 00:39:51,488 DEBUG [cloud.host.Status] (Thread-11:null)
> >>>>>Ping
> >>>>> timeout for host 6, do invstigation
> >>>>> 2013-04-07 00:39:51,489 DEBUG [cloud.host.Status] (Thread-11:null)
> >>>>>Ping
> >>>>> timeout for host 5, do invstigation
> >>>>> 2013-04-07 00:39:51,489 INFO  [agent.manager.AgentManagerImpl]
> >>>>> (AgentTaskPool-2:null) Investigating why host 6 has disconnected with
> >>>>>event
> >>>>> PingTimeout
> >>>>> 2013-04-07 00:39:51,490 DEBUG [agent.manager.AgentManagerImpl]
> >>>>> (AgentTaskPool-2:null) checking if agent (6) is alive
> >>>>> 2013-04-07 00:39:51,491 INFO  [agent.manager.AgentManagerImpl]
> >>>>> (AgentTaskPool-14:null) Investigating why host 5 has disconnected
> >>>>>with
> >>>>> event PingTimeout
> >>>>> 2013-04-07 00:39:51,491 DEBUG [agent.manager.AgentManagerImpl]
> >>>>> (AgentTaskPool-14:null) checking if agent (5) is alive
> >>>>> 2013-04-07 00:39:51,493 DEBUG [agent.transport.Request]
> >>>>> (AgentTaskPool-2:null) Seq 6-324993319: Sending  { Cmd , MgmtId: 1,
> >>>>>via: 6,
> >>>>> Ver: v1, Flags: 100011, [{"CheckHealthCommand":{"wait":50}}] }
> >>>>> 2013-04-07 00:39:51,493 DEBUG [agent.transport.Request]
> >>>>> (AgentTaskPool-2:null) Seq 6-324993319: Executing:  { Cmd , MgmtId:
> >>>>>1,
> >>>>>via:
> >>>>> 6, Ver: v1, Flags: 100011, [{"CheckHealthCommand":{"wait":50}}] }
> >>>>> 2013-04-07 00:39:51,493 DEBUG [agent.manager.DirectAgentAttache]
> >>>>> (DirectAgent-278:null) Seq 6-324993319: Executing request
> >>>>> 2013-04-07 00:39:51,494 DEBUG [agent.transport.Request]
> >>>>> (AgentTaskPool-14:null) Seq 5-614334823: Sending  { Cmd , MgmtId: 1,
> >>>>>via:
> >>>>> 5, Ver: v1, Flags: 100011, [{"CheckHealthCommand":{"wait":50}}] }
> >>>>> 2013-04-07 00:39:51,494 DEBUG [agent.transport.Request]
> >>>>> (AgentTaskPool-14:null) Seq 5-614334823: Executing:  { Cmd , MgmtId:
> >>>>>1,
> >>>>> via: 5, Ver: v1, Flags: 100011, [{"CheckHealthCommand":{"wait":50}}]
> >>>>>}
> >>>>> 2013-04-07 00:39:51,495 DEBUG [agent.manager.DirectAgentAttache]
> >>>>> (DirectAgent-433:null) Seq 5-614334823: Executing request
> >>>>> 2013-04-07 00:39:51,547 DEBUG [agent.manager.DirectAgentAttache]
> >>>>> (DirectAgent-278:null) Seq 6-324993319: Response Received:
> >>>>> 2013-04-07 00:39:51,548 DEBUG [agent.transport.Request]
> >>>>> (DirectAgent-278:null) Seq 6-324993319: Processing:  { Ans: , MgmtId:
> >>>>>1,
> >>>>> via: 6, Ver: v1, Flags: 10,
> >>>>> [{"CheckHealthAnswer":{"result":true,"details":"resource is
> >>>>> alive","wait":0}}] }
> >>>>> 2013-04-07 00:39:51,548 DEBUG [agent.transport.Request]
> >>>>> (AgentTaskPool-2:null) Seq 6-324993319: Received:  { Ans: , MgmtId:
> >>>>>1,
> >>>>>via:
> >>>>> 6, Ver: v1, Flags: 10, { CheckHealthAnswer } }
> >>>>> 2013-04-07 00:39:51,548 DEBUG [agent.manager.AgentManagerImpl]
> >>>>> (AgentTaskPool-2:null) Details from executing class
> >>>>> com.cloud.agent.api.CheckHealthCommand: resource is alive
> >>>>> 2013-04-07 00:39:51,548 DEBUG [agent.manager.AgentManagerImpl]
> >>>>> (AgentTaskPool-2:null) agent (6) responded to checkHeathCommand,
> >>>>>reporting
> >>>>> that agent is Up
> >>>>> 2013-04-07 00:39:51,548 INFO  [agent.manager.AgentManagerImpl]
> >>>>> (AgentTaskPool-2:null) The state determined is Up
> >>>>> 2013-04-07 00:39:51,548 INFO  [agent.manager.AgentManagerImpl]
> >>>>> (AgentTaskPool-2:null) Agent is determined to be up and running
> >>>>> 2013-04-07 00:39:51,548 DEBUG [cloud.host.Status]
> >>>>>(AgentTaskPool-2:null)
> >>>>> Transition:[Resource state = Enabled, Agent event = Ping, Host id =
> >>>>>6,
> >>>>>name
> >>>>> = Tut-XenServer]
> >>>>> 2013-04-07 00:39:51,549 DEBUG [agent.manager.DirectAgentAttache]
> >>>>> (DirectAgent-433:null) Seq 5-614334823: Response Received:
> >>>>> 2013-04-07 00:39:51,549 DEBUG [agent.transport.Request]
> >>>>> (DirectAgent-433:null) Seq 5-614334823: Processing:  { Ans: , MgmtId:
> >>>>>1,
> >>>>> via: 5, Ver: v1, Flags: 10,
> >>>>> [{"CheckHealthAnswer":{"result":true,"details":"resource is
> >>>>> alive","wait":0}}] }
> >>>>> 2013-04-07 00:39:51,549 DEBUG [agent.transport.Request]
> >>>>> (AgentTaskPool-14:null) Seq 5-614334823: Received:  { Ans: , MgmtId:
> >>>>>1,
> >>>>> via: 5, Ver: v1, Flags: 10, { CheckHealthAnswer } }
> >>>>> 2013-04-07 00:39:51,549 DEBUG [agent.manager.AgentManagerImpl]
> >>>>> (AgentTaskPool-14:null) Details from executing class
> >>>>> com.cloud.agent.api.CheckHealthCommand: resource is alive
> >>>>> 2013-04-07 00:39:51,549 DEBUG [agent.manager.AgentManagerImpl]
> >>>>> (AgentTaskPool-14:null) agent (5) responded to checkHeathCommand,
> >>>>>reporting
> >>>>> that agent is Up
> >>>>> 2013-04-07 00:39:51,549 INFO  [agent.manager.AgentManagerImpl]
> >>>>> (AgentTaskPool-14:null) The state determined is Up
> >>>>> 2013-04-07 00:39:51,549 INFO  [agent.manager.AgentManagerImpl]
> >>>>> (AgentTaskPool-14:null) Agent is determined to be up and running
> >>>>> 2013-04-07 00:39:51,551 DEBUG [cloud.host.Status]
> >>>>>(AgentTaskPool-2:null)
> >>>>> Agent status update: [id = 6; name = Tut-XenServer; old status = Up;
> >>>>>event
> >>>>> = Ping; new status = Up; old update count = 316; new update count =
> >>>>>317]
> >>>>> 2013-04-07 00:39:51,551 DEBUG [cloud.host.Status]
> >>>>>(AgentTaskPool-14:null)
> >>>>> Transition:[Resource state = Enabled, Agent event = Ping, Host id =
> >>>>>5,
> >>>>>name
> >>>>> = Tut-XenServer2]
> >>>>> 2013-04-07 00:39:51,554 DEBUG [cloud.host.Status]
> >>>>>(AgentTaskPool-14:null)
> >>>>> Agent status update: [id = 5; name = Tut-XenServer2; old status = Up;
> >>>>>event
> >>>>> = Ping; new status = Up; old update count = 153; new update count =
> >>>>>154]
> >>>>> 2013-04-07 00:40:04,836 DEBUG [agent.manager.DirectAgentAttache]
> >>>>> (DirectAgent-238:null) Ping from 6
> >>>>> 2013-04-07 00:40:06,653 WARN  [xen.resource.CitrixResourceBase]
> >>>>> (DirectAgent-429:null)  can not ping xenserver
> >>>>> 5e02c608-155d-432e-a20f-f8c600ef3ab7
> >>>>> 2013-04-07 00:40:06,653 WARN  [agent.manager.DirectAgentAttache]
> >>>>> (DirectAgent-429:null) Unable to get current status on 5
> >>>>> 2013-04-07 00:40:06,655 INFO  [agent.manager.AgentManagerImpl]
> >>>>> (AgentTaskPool-1:null) Investigating why host 5 has disconnected with
> >>>>>event
> >>>>> AgentDisconnected
> >>>>> 2013-04-07 00:40:06,655 DEBUG [agent.manager.AgentManagerImpl]
> >>>>> (AgentTaskPool-1:null) checking if agent (5) is alive
> >>>>> 2013-04-07 00:40:06,658 DEBUG [agent.transport.Request]
> >>>>> (AgentTaskPool-1:null) Seq 5-614334824: Sending  { Cmd , MgmtId: 1,
> >>>>>via: 5,
> >>>>> Ver: v1, Flags: 100011, [{"CheckHealthCommand":{"wait":50}}] }
> >>>>> 2013-04-07 00:40:06,658 DEBUG [agent.transport.Request]
> >>>>> (AgentTaskPool-1:null) Seq 5-614334824: Executing:  { Cmd , MgmtId:
> >>>>>1,
> >>>>>via:
> >>>>> 5, Ver: v1, Flags: 100011, [{"CheckHealthCommand":{"wait":50}}] }
> >>>>> 2013-04-07 00:40:06,658 DEBUG [agent.manager.DirectAgentAttache]
> >>>>> (DirectAgent-28:null) Seq 5-614334824: Executing request
> >>>>> 2013-04-07 00:40:06,681 DEBUG [agent.manager.DirectAgentAttache]
> >>>>> (DirectAgent-28:null) Seq 5-614334824: Response Received:
> >>>>> 2013-04-07 00:40:06,682 DEBUG [agent.transport.Request]
> >>>>> (DirectAgent-28:null) Seq 5-614334824: Processing:  { Ans: , MgmtId:
> >>>>>1,
> >>>>> via: 5, Ver: v1, Flags: 10,
> >>>>> [{"CheckHealthAnswer":{"result":false,"details":"resource is not
> >>>>> alive","wait":0}}] }
> >>>>> 2013-04-07 00:40:06,682 DEBUG [agent.transport.Request]
> >>>>> (AgentTaskPool-1:null) Seq 5-614334824: Received:  { Ans: , MgmtId:
> >>>>>1,
> >>>>>via:
> >>>>> 5, Ver: v1, Flags: 10, { CheckHealthAnswer } }
> >>>>> 2013-04-07 00:40:06,682 DEBUG [agent.manager.AgentManagerImpl]
> >>>>> (AgentTaskPool-1:null) Details from executing class
> >>>>> com.cloud.agent.api.CheckHealthCommand: resource is not alive
> >>>>> 2013-04-07 00:40:06,684 DEBUG [cloud.ha.HighAvailabilityManagerImpl]
> >>>>> (AgentTaskPool-1:null) SimpleInvestigator unable to determine the
> >>>>>state
> >>>>>of
> >>>>> the host.  Moving on.
> >>>>> 2013-04-07 00:40:06,691 DEBUG [agent.transport.Request]
> >>>>> (AgentTaskPool-1:null) Seq 6-324993320: Sending  { Cmd , MgmtId: 1,
> >>>>>via: 6,
> >>>>> Ver: v1, Flags: 100011,
> >>>>>
> >>>>>[{"CheckOnHostCommand":{"host":{"guid":"5e02c608-155d-432e-a20f-f8c600
> >>>>>e
> >>>>>f
> >>>>>3
> >>>>>ab7","privateNetwork":{"ip":"192.168.56.11","netmask":"255.255.255.0",
> >>>>>"
> >>>>>m
> >>>>>a
> >>>>>c":"08:00:27:f7:0d:28","isSecurityGroupEnabled":false},"publicNetwork"
> >>>>>:
> >>>>>{
> >>>>>"
> >>>>>ip":"192.168.56.11","netmask":"255.255.255.0","mac":"08:00:27:f7:0d:28
> >>>>>"
> >>>>>,
> >>>>>"
> >>>>>isSecurityGroupEnabled":false},"storageNetwork1":{"ip":"192.168.56.11"
> >>>>>,
> >>>>>"
> >>>>>n
> >>>>>etmask":"255.255.255.0","mac":"08:00:27:f7:0d:28","isSecurityGroupEnab
> >>>>>l
> >>>>>e
> >>>>>d
> >>>>>":false}},"wait":20}}]
> >>>>> }
> >>>>> 2013-04-07 00:40:06,691 DEBUG [agent.transport.Request]
> >>>>> (AgentTaskPool-1:null) Seq 6-324993320: Executing:  { Cmd , MgmtId:
> >>>>>1,
> >>>>>via:
> >>>>> 6, Ver: v1, Flags: 100011,
> >>>>>
> >>>>>[{"CheckOnHostCommand":{"host":{"guid":"5e02c608-155d-432e-a20f-f8c600
> >>>>>e
> >>>>>f
> >>>>>3
> >>>>>ab7","privateNetwork":{"ip":"192.168.56.11","netmask":"255.255.255.0",
> >>>>>"
> >>>>>m
> >>>>>a
> >>>>>c":"08:00:27:f7:0d:28","isSecurityGroupEnabled":false},"publicNetwork"
> >>>>>:
> >>>>>{
> >>>>>"
> >>>>>ip":"192.168.56.11","netmask":"255.255.255.0","mac":"08:00:27:f7:0d:28
> >>>>>"
> >>>>>,
> >>>>>"
> >>>>>isSecurityGroupEnabled":false},"storageNetwork1":{"ip":"192.168.56.11"
> >>>>>,
> >>>>>"
> >>>>>n
> >>>>>etmask":"255.255.255.0","mac":"08:00:27:f7:0d:28","isSecurityGroupEnab
> >>>>>l
> >>>>>e
> >>>>>d
> >>>>>":false}},"wait":20}}]
> >>>>> }
> >>>>> 2013-04-07 00:40:06,692 DEBUG [agent.manager.DirectAgentAttache]
> >>>>> (DirectAgent-467:null) Seq 6-324993320: Executing request
> >>>>> 2013-04-07 00:40:06,909 DEBUG [agent.manager.DirectAgentAttache]
> >>>>> (DirectAgent-367:null) Seq 6-324993028: Executing request
> >>>>> 2013-04-07 00:40:07,178 DEBUG [xen.resource.XenServer56Resource]
> >>>>> (DirectAgent-467:null) Heart beat is still going
> >>>>> 2013-04-07 00:40:07,178 DEBUG [agent.manager.DirectAgentAttache]
> >>>>> (DirectAgent-467:null) Seq 6-324993320: Response Received:
> >>>>> 2013-04-07 00:40:07,178 DEBUG [agent.transport.Request]
> >>>>> (DirectAgent-467:null) Seq 6-324993320: Processing:  { Ans: , MgmtId:
> >>>>>1,
> >>>>> via: 6, Ver: v1, Flags: 10,
> >>>>>
> >>>>>[{"CheckOnHostAnswer":{"determined":true,"alive":true,"result":true,"d
> >>>>>e
> >>>>>t
> >>>>>a
> >>>>>ils":"Heartbeat
> >>>>> is still going","wait":0}}] }
> >>>>> 2013-04-07 00:40:07,178 DEBUG [agent.transport.Request]
> >>>>> (AgentTaskPool-1:null) Seq 6-324993320: Received:  { Ans: , MgmtId:
> >>>>>1,
> >>>>>via:
> >>>>> 6, Ver: v1, Flags: 10, { CheckOnHostAnswer } }
> >>>>> 2013-04-07 00:40:07,179 DEBUG [agent.manager.AgentManagerImpl]
> >>>>> (AgentTaskPool-1:null) Details from executing class
> >>>>> com.cloud.agent.api.CheckOnHostCommand: Heartbeat is still going
> >>>>> 2013-04-07 00:40:07,179 DEBUG [cloud.ha.HighAvailabilityManagerImpl]
> >>>>> (AgentTaskPool-1:null) XenServerInvestigator was able to determine
> >>>>>host
> >>>>>5
> >>>>> is in Up
> >>>>> 2013-04-07 00:40:07,179 INFO  [agent.manager.AgentManagerImpl]
> >>>>> (AgentTaskPool-1:null) The state determined is Up
> >>>>> 2013-04-07 00:40:07,179 INFO  [agent.manager.AgentManagerImpl]
> >>>>> (AgentTaskPool-1:null) Agent is determined to be up and running
> >>>>> 2013-04-07 00:40:07,179 DEBUG [cloud.host.Status]
> >>>>>(AgentTaskPool-1:null)
> >>>>> Transition:[Resource state = Enabled, Agent event = Ping, Host id =
> >>>>>5,
> >>>>>name
> >>>>> = Tut-XenServer2]
> >>>>> 2013-04-07 00:40:07,182 DEBUG [cloud.host.Status]
> >>>>>(AgentTaskPool-1:null)
> >>>>> Agent status update: [id = 5; name = Tut-XenServer2; old status = Up;
> >>>>>event
> >>>>> = Ping; new status = Up; old update count = 154; new update count =
> >>>>>155]
> >>>>> 2013-04-07 00:40:07,321 DEBUG [agent.manager.DirectAgentAttache]
> >>>>> (DirectAgent-367:null) Seq 6-324993028: Response Received:
> >>>>> 2013-04-07 00:40:07,322 DEBUG [agent.transport.Request]
> >>>>> (DirectAgent-367:null) Seq 6-324993028: Processing:  { Ans: , MgmtId:
> >>>>>1,
> >>>>> via: 6, Ver: v1, Flags: 10,
> >>>>>
> >>>>>[{"ClusterSyncAnswer":{"_clusterId":2,"_newStates":{},"_isExecuted":fa
> >>>>>l
> >>>>>s
> >>>>>e
> >>>>>,"result":true,"wait":0}}]
> >>>>> }
> >>>>> 2013-04-07 00:40:11,022 DEBUG [agent.manager.DirectAgentAttache]
> >>>>> (DirectAgent-430:null) Seq 5-614334468: Executing request
> >>>>> 2013-04-07 00:40:11,052 DEBUG [xen.resource.XenServerConnectionPool]
> >>>>> (DirectAgent-430:null) Catch Exception:
> >>>>> com.xensource.xenapi.Types$HostOffline Host is offline 192.168.56.11
> >>>>>due to
> >>>>> You attempted an operation which involves a host which could not be
> >>>>> contacted.
> >>>>> 2013-04-07 00:40:11,052 DEBUG [xen.resource.XenServerConnectionPool]
> >>>>> (DirectAgent-430:null) Trying to reset master of slave 192.168.56.11
> >>>>>to
> >>>>> 192.168.56.9
> >>>>> 2013-04-07 00:40:20,452 DEBUG
> >>>>> [storage.secondary.SecondaryStorageManagerImpl] (secstorage-1:null)
> >>>>>Zone 1
> >>>>> is ready to launch secondary storage VM
> >>>>> 2013-04-07 00:40:20,552 DEBUG
> >>>>>[cloud.consoleproxy.ConsoleProxyManagerImpl]
> >>>>> (consoleproxy-1:null) Zone 1 is ready to launch console proxy
> >>>>> 2013-04-07 00:40:20,820 DEBUG
> >>>>> [network.router.VirtualNetworkApplianceManagerImpl]
> >>>>> (RouterStatusMonitor-1:null) Found 0 routers to update status.
> >>>>> 2013-04-07 00:40:20,821 DEBUG
> >>>>> [network.router.VirtualNetworkApplianceManagerImpl]
> >>>>> (RouterStatusMonitor-1:null) Found 0 networks to update RvR status.
> >>>>> 2013-04-07 00:40:20,852 DEBUG
> >>>>> [network.router.VirtualNetworkApplianceManagerImpl]
> >>>>> (RouterStatusMonitor-1:null) Found 0 routers to update status.
> >>>>> 2013-04-07 00:40:20,853 DEBUG
> >>>>> [network.router.VirtualNetworkApplianceManagerImpl]
> >>>>> (RouterStatusMonitor-1:null) Found 0 networks to update RvR status.
> >>>>> 2013-04-07 00:40:21,055 DEBUG [xen.resource.XenServerConnectionPool]
> >>>>> (DirectAgent-430:null) localLogout has problem Failed to read
> >>>>>server's
> >>>>> response: connect timed out
> >>>>> 2013-04-07 00:40:21,055 WARN  [agent.manager.DirectAgentAttache]
> >>>>> (DirectAgent-430:null) Seq 5-614334468: Exception Caught while
> >>>>>executing
> >>>>> command
> >>>>> com.cloud.utils.exception.CloudRuntimeException: Unable to reset
> >>>>>master
> >>>>>of
> >>>>> slave 192.168.56.11 to 192.168.56.9 due to
> >>>>> org.apache.xmlrpc.XmlRpcException: Failed to read server's response:
> >>>>> connect timed out
> >>>>>  at
> >>>>>
> >>>>>com.cloud.hypervisor.xen.resource.XenServerConnectionPool.PoolEmergenc
> >>>>>y
> >>>>>R
> >>>>>e
> >>>>>setMaster(XenServerConnectionPool.java:443)
> >>>>> at
> >>>>>
> >>>>>com.cloud.hypervisor.xen.resource.XenServerConnectionPool.connect(XenS
> >>>>>e
> >>>>>r
> >>>>>v
> >>>>>erConnectionPool.java:661)
> >>>>>  at
> >>>>>
> >>>>>com.cloud.hypervisor.xen.resource.CitrixResourceBase.getConnection(Cit
> >>>>>r
> >>>>>i
> >>>>>x
> >>>>>ResourceBase.java:5380)
> >>>>> at
> >>>>>
> >>>>>com.cloud.hypervisor.xen.resource.CitrixResourceBase.execute(CitrixRes
> >>>>>o
> >>>>>u
> >>>>>r
> >>>>>ceBase.java:7248)
> >>>>>  at
> >>>>>
> >>>>>com.cloud.hypervisor.xen.resource.CitrixResourceBase.executeRequest(Ci
> >>>>>t
> >>>>>r
> >>>>>i
> >>>>>xResourceBase.java:555)
> >>>>> at
> >>>>>
> >>>>>com.cloud.hypervisor.xen.resource.XenServer56Resource.executeRequest(X
> >>>>>e
> >>>>>n
> >>>>>S
> >>>>>erver56Resource.java:73)
> >>>>>  at
> >>>>>
> >>>>>com.cloud.agent.manager.DirectAgentAttache$Task.run(DirectAgentAttache
> >>>>>.
> >>>>>j
> >>>>>a
> >>>>>va:186)
> >>>>> at
> >>>>>java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:439
> >>>>>)
> >>>>>  at
> >>>>>
> >>>>>java.util.concurrent.FutureTask$Sync.innerRunAndReset(FutureTask.java:
> >>>>>3
> >>>>>1
> >>>>>7
> >>>>>)
> >>>>> at java.util.concurrent.FutureTask.runAndReset(FutureTask.java:150)
> >>>>>  at
> >>>>>
> >>>>>java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.a
> >>>>>c
> >>>>>c
> >>>>>e
> >>>>>ss$101(ScheduledThreadPoolExecutor.java:98)
> >>>>> at
> >>>>>
> >>>>>java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.r
> >>>>>u
> >>>>>n
> >>>>>P
> >>>>>eriodic(ScheduledThreadPoolExecutor.java:180)
> >>>>>  at
> >>>>>
> >>>>>java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.r
> >>>>>u
> >>>>>n
> >>>>>(
> >>>>>ScheduledThreadPoolExecutor.java:204)
> >>>>> at
> >>>>>
> >>>>>java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecu
> >>>>>t
> >>>>>o
> >>>>>r
> >>>>>.java:895)
> >>>>>  at
> >>>>>
> >>>>>java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.
> >>>>>j
> >>>>>a
> >>>>>v
> >>>>>a:918)
> >>>>> at java.lang.Thread.run(Thread.java:680)
> >>>>> 2013-04-07 00:40:21,056 DEBUG [agent.manager.DirectAgentAttache]
> >>>>> (DirectAgent-430:null) Seq 5-614334468: Response Received:
> >>>>> 2013-04-07 00:40:21,056 DEBUG [agent.transport.Request]
> >>>>> (DirectAgent-430:null) Seq 5-614334468: Processing:  { Ans: , MgmtId:
> >>>>>1,
> >>>>> via: 5, Ver: v1, Flags: 10,
> >>>>>
> >>>>>[{"Answer":{"result":false,"details":"com.cloud.utils.exception.CloudR
> >>>>>u
> >>>>>n
> >>>>>t
> >>>>>imeException:
> >>>>> Unable to reset master of slave 192.168.56.11 to 192.168.56.9 due to
> >>>>> org.apache.xmlrpc.XmlRpcException: Failed to read server's response:
> >>>>> connect timed out","wait":0}}] }
> >>>>> 2013-04-07 00:40:24,888 DEBUG [agent.manager.AgentManagerImpl]
> >>>>> (AgentManager-Handler-12:null) Ping from 4
> >>>>> 2013-04-07 00:40:27,162 DEBUG [agent.manager.DirectAgentAttache]
> >>>>> (DirectAgent-321:null) Ping from 1
> >>>>> 2013-04-07 00:40:29,095 DEBUG [agent.manager.DirectAgentAttache]
> >>>>> (DirectAgent-423:null) Seq 1-90046472: Executing request
> >>>>> 2013-04-07 00:40:29,364 DEBUG [agent.manager.DirectAgentAttache]
> >>>>> (DirectAgent-423:null) Seq 1-90046472: Response Received:
> >>>>> 2013-04-07 00:40:29,364 DEBUG [agent.transport.Request]
> >>>>> (DirectAgent-423:null) Seq 1-90046472: Processing:  { Ans: , MgmtId:
> >>>>>1,
> >>>>> via: 1, Ver: v1, Flags: 10,
> >>>>>
> >>>>>[{"ClusterSyncAnswer":{"_clusterId":1,"_newStates":{},"_isExecuted":fa
> >>>>>l
> >>>>>s
> >>>>>e
> >>>>>,"result":true,"wait":0}}]
> >>>>> }
> >>>>> 2013-04-07 00:40:43,749 INFO
> >>>>>[context.support.XmlWebApplicationContext]
> >>>>> (Shutdown:null) Closing Root WebApplicationContext: startup date [Sat
> >>>>>Apr
> >>>>> 06 22:07:12 MDT 2013]; root of context hierarchy
> >>>>> 2013-04-07 00:40:43,751 INFO
> >>>>>[factory.support.DefaultListableBeanFactory]
> >>>>> (Shutdown:null) Destroying singletons in
> >>>>>
> >>>>>org.springframework.beans.factory.support.DefaultListableBeanFactory@7
> >>>>>4
> >>>>>b
> >>>>>7
> >>>>>6ce4:
> >>>>> defining beans
> >>>>>
> >>>>>[org.springframework.context.annotation.internalConfigurationAnnotatio
> >>>>>n
> >>>>>P
> >>>>>r
> >>>>>ocessor,org.springframework.context.annotation.internalAutowiredAnnota
> >>>>>t
> >>>>>i
> >>>>>o
> >>>>>nProcessor,org.springframework.context.annotation.internalRequiredAnno
> >>>>>t
> >>>>>a
> >>>>>t
> >>>>>ionProcessor,org.springframework.context.annotation.internalCommonAnno
> >>>>>t
> >>>>>a
> >>>>>t
> >>>>>ionProcessor,ClusterRestService,NetworkRestService,PodService,VirtualM
> >>>>>a
> >>>>>c
> >>>>>h
> >>>>>ineRestService,VolumeRestService,zoneService,dataDisk,iso,rootDisk,vol
> >>>>>u
> >>>>>m
> >>>>>e
> >>>>>TypeHelper,VMComputeTagDaoImpl,VMEntityDaoImpl,VMNetworkMapDaoImpl,VMR
> >>>>>e
> >>>>>s
> >>>>>e
> >>>>>rvationDaoImpl,VMRootDiskTagDaoImpl,volumeReservationDaoImpl,virtualMa
> >>>>>c
> >>>>>h
> >>>>>i
> >>>>>neEntityImpl,VMEntityManagerImpl,dataCenterResourceManagerImpl,EngineD
> >>>>>c
> >>>>>D
> >>>>>e
> >>>>>tailsDao,EngineClusterDao,EngineDataCenterDao,EngineHostDao,EngineHost
> >>>>>P
> >>>>>o
> >>>>>d
> >>>>>Dao,EngineHostDetailsDao,EngineHostTagsDao,provisioningService,cloudOr
> >>>>>c
> >>>>>h
> >>>>>e
> >>>>>strator,dataObjectManagerImpl,dataStoreManagerImpl,dataStoreProviderDa
> >>>>>o
> >>>>>I
> >>>>>m
> >>>>>pl,primaryDataStoreDaoImpl,primaryDataStoreDetailsDaoImpl,objectInData
> >>>>>S
> >>>>>t
> >>>>>o
> >>>>>reManagerImpl,dataStoreProviderManagerImpl,objectInDataStoreDaoImpl,de
> >>>>>f
> >>>>>a
> >>>>>u
> >>>>>ltEndPointSelector,hypervsiorHostEndPointRpcServer,imageDataStoreHelpe
> >>>>>r
> >>>>>,
> >>>>>i
> >>>>>mageDaoStoreDaoImpl,imageDataDaoImpl,imageDataStoreProviderDaoImpl,BAR
> >>>>>E
> >>>>>M
> >>>>>E
> >>>>>TAL,imageFormatHelper,ISO,OVA,imageformat_qcow2,unknown,image_format_v
> >>>>>h
> >>>>>d
> >>>>>,
> >>>>>dataMotionServiceImpl,primaryDataStoreHelper,templatePrimaryDataStoreD
> >>>>>a
> >>>>>o
> >>>>>I
> >>>>>mpl,volumeDao2Impl,imageDataFactoryImpl,imageServiceImpl,imageDataMana
> >>>>>g
> >>>>>e
> >>>>>r
> >>>>>Impl,imageDataStoreManagerImpl,defaultImageDataStoreProvider,defaultIm
> >>>>>a
> >>>>>g
> >>>>>e
> >>>>>MotionStrategy,imageMotionServiceImpl,snapshotDao2Impl,snapshotDataFac
> >>>>>t
> >>>>>o
> >>>>>r
> >>>>>yImpl,snapshotServiceImpl,hypervisorBasedSnapshot,defaultPrimaryDataSt
> >>>>>o
> >>>>>r
> >>>>>e
> >>>>>ProviderManagerImpl,defaultPrimaryDatastoreProviderImpl,ISCSI,networkF
> >>>>>i
> >>>>>l
> >>>>>e
> >>>>>System,templateInstallStrategyImpl,volumeDataFactoryImpl,volumeManager
> >>>>>I
> >>>>>m
> >>>>>p
> >>>>>l,volumeServiceImpl,apiDiscoveryServiceImpl,apiRateLimitServiceImpl,re
> >>>>>g
> >>>>>i
> >>>>>o
> >>>>>nDaoImpl,regionManagerImpl,regionServiceImpl,userContextInitializer,ev
> >>>>>e
> >>>>>n
> >>>>>t
> >>>>>DaoImpl,usageEventDaoImpl,randomAllocator,baremetalDhcpDaoImpl,baremet
> >>>>>a
> >>>>>l
> >>>>>P
> >>>>>xeDaoImpl,vmwareContextFactory,ciscoNexusVSMDeviceDaoImpl,lunDaoImpl,p
> >>>>>o
> >>>>>o
> >>>>>l
> >>>>>DaoImpl,netappVolumeDaoImpl,netappManagerImpl,elasticLoadBalancerEleme
> >>>>>n
> >>>>>t
> >>>>>,
> >>>>>elasticLbVmMapDaoImpl,elasticLoadBalancerManagerImpl,netScalerPodDaoIm
> >>>>>p
> >>>>>l
> >>>>>,
> >>>>>niciraNvpDaoImpl,niciraNvpNicMappingDaoImpl,niciraNvpRouterMappingDaoI
> >>>>>m
> >>>>>p
> >>>>>l
> >>>>>,niciraNvpElement,ovsGuestNetworkGuru,ovsTunnelInterfaceDaoImpl,ovsTun
> >>>>>n
> >>>>>e
> >>>>>l
> >>>>>NetworkDaoImpl,ovsTunnelManagerImpl,bigSwitchVnsDaoImpl,bigSwitchVnsEl
> >>>>>e
> >>>>>m
> >>>>>e
> >>>>>nt,randomStoragePoolAllocator,domainChecker,agentMonitor,firstFitAlloc
> >>>>>a
> >>>>>t
> >>>>>o
> >>>>>r,recreateHostAllocator,testingAllocator,basicAgentAuthManager,alertMa
> >>>>>n
> >>>>>a
> >>>>>g
> >>>>>erImpl,clusterAlertAdapter,consoleProxyAlertAdapter,alertDaoImpl,secon
> >>>>>d
> >>>>>a
> >>>>>r
> >>>>>yStorageVmAlertAdapter,apiDBUtils,apiDispatcher,apiResponseHelper,apiS
> >>>>>e
> >>>>>r
> >>>>>v
> >>>>>er,apiServlet,accountJoinDaoImpl,asyncJobJoinDaoImpl,dataCenterJoinDao
> >>>>>I
> >>>>>m
> >>>>>p
> >>>>>l,diskOfferingJoinDaoImpl,domainRouterJoinDaoImpl,hostJoinDaoImpl,inst
> >>>>>a
> >>>>>n
> >>>>>c
> >>>>>eGroupJoinDaoImpl,projectAccountJoinDaoImpl,projectInvitationJoinDaoIm
> >>>>>p
> >>>>>l
> >>>>>,
> >>>>>projectJoinDaoImpl,resourceTagJoinDaoImpl,securityGroupJoinDaoImpl,ser
> >>>>>v
> >>>>>i
> >>>>>c
> >>>>>eOfferingJoinDaoImpl,storagePoolJoinDaoImpl,userAccountJoinDaoImpl,use
> >>>>>r
> >>>>>V
> >>>>>m
> >>>>>JoinDaoImpl,volumeJoinDaoImpl,queryManagerImpl,asyncJobExecutorContext
> >>>>>I
> >>>>>m
> >>>>>p
> >>>>>l,asyncJobManagerImpl,asyncJobDaoImpl,syncQueueDaoImpl,syncQueueItemDa
> >>>>>o
> >>>>>I
> >>>>>m
> >>>>>pl,syncQueueManagerImpl,capacityManagerImpl,capacityDaoImpl,certificat
> >>>>>e
> >>>>>D
> >>>>>a
> >>>>>oImpl,clusterBasedAgentLoadBalancerPlanner,hostTransferMapDaoImpl,clus
> >>>>>t
> >>>>>e
> >>>>>r
> >>>>>FenceManagerImpl,clusterServiceServletAdapter,managementServerHostDaoI
> >>>>>m
> >>>>>p
> >>>>>l
> >>>>>,managementServerHostPeerDaoImpl,stackMaidDaoImpl,managementServerNode
> >>>>>,
> >>>>>c
> >>>>>o
> >>>>>nfigurationManagerImpl,configurationDaoImpl,resourceCountDaoImpl,resou
> >>>>>r
> >>>>>c
> >>>>>e
> >>>>>LimitDaoImpl,entityManagerImpl,clusterDetailsDaoImpl,accountVlanMapDao
> >>>>>I
> >>>>>m
> >>>>>p
> >>>>>l,clusterDaoImpl,clusterVSMMapDaoImpl,dataCenterDaoImpl,dataCenterIpAd
> >>>>>d
> >>>>>r
> >>>>>e
> >>>>>ssDaoImpl,dataCenterLinkLocalIpAddressDaoImpl,dataCenterVnetDaoImpl,dc
> >>>>>D
> >>>>>e
> >>>>>t
> >>>>>ailsDaoImpl,hostPodDaoImpl,podVlanDaoImpl,podVlanMapDaoImpl,storageNet
> >>>>>w
> >>>>>o
> >>>>>r
> >>>>>kIpAddressDaoImpl,storageNetworkIpRangeDaoImpl,vlanDaoImpl,domainDaoIm
> >>>>>p
> >>>>>l
> >>>>>,
> >>>>>actionEventUtils,alertGenerator,eventJoinDaoImpl,eventUtils,usageEvent
> >>>>>U
> >>>>>t
> >>>>>i
> >>>>>ls,highAvailabilityDaoImpl,recreatableFencer,hostDaoImpl,hostDetailsDa
> >>>>>o
> >>>>>I
> >>>>>m
> >>>>>pl,hostTagsDaoImpl,cloudZonesStartupProcessor,hypervisorCapabilitiesDa
> >>>>>o
> >>>>>I
> >>>>>m
> >>>>>pl,hypervisorGuruManagerImpl,keystoreDaoImpl,keystoreManagerImpl,agent
> >>>>>U
> >>>>>p
> >>>>>g
> >>>>>radeDaoImpl,upgradeManagerImpl,autoScaleManagerImpl,autoScalePolicyCon
> >>>>>d
> >>>>>i
> >>>>>t
> >>>>>ionMapDaoImpl,autoScalePolicyDaoImpl,autoScaleVmGroupDaoImpl,autoScale
> >>>>>V
> >>>>>m
> >>>>>G
> >>>>>roupPolicyMapDaoImpl,autoScaleVmProfileDaoImpl,conditionDaoImpl,counte
> >>>>>r
> >>>>>D
> >>>>>a
> >>>>>oImpl,externalFirewallDeviceDaoImpl,externalLoadBalancerDeviceDaoImpl,
> >>>>>f
> >>>>>i
> >>>>>r
> >>>>>ewallRulesCidrsDaoImpl,firewallRulesDaoImpl,inlineLoadBalancerNicMapDa
> >>>>>o
> >>>>>I
> >>>>>m
> >>>>>pl,IPAddressDaoImpl,LBStickinessPolicyDaoImpl,loadBalancerDaoImpl,load
> >>>>>B
> >>>>>a
> >>>>>l
> >>>>>ancerVMMapDaoImpl,networkAccountDaoImpl,networkDaoImpl,networkDomainDa
> >>>>>o
> >>>>>I
> >>>>>m
> >>>>>pl,networkExternalFirewallDaoImpl,networkExternalLoadBalancerDaoImpl,n
> >>>>>e
> >>>>>t
> >>>>>w
> >>>>>orkOpDaoImpl,networkRuleConfigDaoImpl,networkServiceMapDaoImpl,physica
> >>>>>l
> >>>>>N
> >>>>>e
> >>>>>tworkDaoImpl,physicalNetworkIsolationMethodDaoImpl,physicalNetworkServ
> >>>>>i
> >>>>>c
> >>>>>e
> >>>>>ProviderDaoImpl,physicalNetworkTagDaoImpl,physicalNetworkTrafficTypeDa
> >>>>>o
> >>>>>I
> >>>>>m
> >>>>>pl,portProfileDaoImpl,remoteAccessVpnDaoImpl,routerNetworkDaoImpl,site
> >>>>>2
> >>>>>S
> >>>>>i
> >>>>>teCustomerGatewayDaoImpl,site2SiteVpnConnectionDaoImpl,site2SiteVpnGat
> >>>>>e
> >>>>>w
> >>>>>a
> >>>>>yDaoImpl,userIpv6AddressDaoImpl,virtualRouterProviderDaoImpl,vpnUserDa
> >>>>>o
> >>>>>I
> >>>>>m
> >>>>>pl,externalLoadBalancerUsageManagerImpl,externalNetworkDeviceManagerIm
> >>>>>p
> >>>>>l
> >>>>>,
> >>>>>firewallManagerImpl,loadBalancingRulesManagerImpl,networkManagerImpl,n
> >>>>>e
> >>>>>t
> >>>>>w
> >>>>>orkModelImpl,networkServiceImpl,networkUsageManagerImpl,virtualNetwork
> >>>>>A
> >>>>>p
> >>>>>p
> >>>>>lianceManagerImpl,vpcVirtualNetworkApplianceManagerImpl,portForwarding
> >>>>>R
> >>>>>u
> >>>>>l
> >>>>>esDaoImpl,rulesManagerImpl,securityGroupDaoImpl,securityGroupRuleDaoIm
> >>>>>p
> >>>>>l
> >>>>>,
> >>>>>securityGroupRulesDaoImpl,securityGroupVMMapDaoImpl,securityGroupWorkD
> >>>>>a
> >>>>>o
> >>>>>I
> >>>>>mpl,vmRulesetLogDaoImpl,storageNetworkManagerImpl,privateIpDaoImpl,sta
> >>>>>t
> >>>>>i
> >>>>>c
> >>>>>RouteDaoImpl,vpcDaoImpl,vpcGatewayDaoImpl,vpcOfferingDaoImpl,vpcOfferi
> >>>>>n
> >>>>>g
> >>>>>S
> >>>>>erviceMapDaoImpl,networkACLManagerImpl,vpcManagerImpl,remoteAccessVpnM
> >>>>>a
> >>>>>n
> >>>>>a
> >>>>>gerImpl,site2SiteVpnManagerImpl,networkOfferingDaoImpl,networkOffering
> >>>>>S
> >>>>>e
> >>>>>r
> >>>>>viceMapDaoImpl,projectAccountDaoImpl,projectDaoImpl,projectInvitationD
> >>>>>a
> >>>>>o
> >>>>>I
> >>>>>mpl,projectManagerImpl,dummyHostDiscoverer,resourceManagerImpl,resourc
> >>>>>e
> >>>>>L
> >>>>>i
> >>>>>mitManagerImpl,commandExecLogDaoImpl,configurationServerImpl,statsColl
> >>>>>e
> >>>>>c
> >>>>>t
> >>>>>or,serviceOfferingDaoImpl,consoleServlet,registerCompleteServlet,garba
> >>>>>g
> >>>>>e
> >>>>>C
> >>>>>ollectingStoragePoolAllocator,useLocalForRootAllocator,diskOfferingDao
> >>>>>I
> >>>>>m
> >>>>>p
> >>>>>l,guestOSCategoryDaoImpl,guestOSDaoImpl,launchPermissionDaoImpl,s3DaoI
> >>>>>m
> >>>>>p
> >>>>>l
> >>>>>,snapshotDaoImpl,snapshotPolicyDaoImpl,snapshotScheduleDaoImpl,storage
> >>>>>P
> >>>>>o
> >>>>>o
> >>>>>lDaoImpl,storagePoolDetailsDaoImpl,storagePoolHostDaoImpl,storagePoolW
> >>>>>o
> >>>>>r
> >>>>>k
> >>>>>DaoImpl,swiftDaoImpl,uploadDaoImpl,VMTemplateDaoImpl,VMTemplateDetails
> >>>>>D
> >>>>>a
> >>>>>o
> >>>>>Impl,VMTemplateHostDaoImpl,VMTemplatePoolDaoImpl,VMTemplateS3DaoImpl,V
> >>>>>M
> >>>>>T
> >>>>>e
> >>>>>mplateSwiftDaoImpl,VMTemplateZoneDaoImpl,volumeDaoImpl,volumeHostDaoIm
> >>>>>p
> >>>>>l
> >>>>>,
> >>>>>downloadMonitorImpl,OCFS2ManagerImpl,s3ManagerImpl,secondaryStorageVmD
> >>>>>e
> >>>>>f
> >>>>>a
> >>>>>ultAllocator,snapshotManagerImpl,snapshotSchedulerImpl,storageManagerI
> >>>>>m
> >>>>>p
> >>>>>l
> >>>>>,swiftManagerImpl,uploadMonitorImpl,resourceTagsDaoImpl,taggedResource
> >>>>>M
> >>>>>a
> >>>>>n
> >>>>>agerImpl,hyervisorTemplateAdapter,templateManagerImpl,versionDaoImpl,d
> >>>>>a
> >>>>>t
> >>>>>a
> >>>>>baseIntegrityChecker,externalPublicIpStatisticsDaoImpl,usageDaoImpl,us
> >>>>>a
> >>>>>g
> >>>>>e
> >>>>>IPAddressDaoImpl,usageJobDaoImpl,usageLoadBalancerPolicyDaoImpl,usageN
> >>>>>e
> >>>>>t
> >>>>>w
> >>>>>orkDaoImpl,usageNetworkOfferingDaoImpl,usagePortForwardingRuleDaoImpl,
> >>>>>u
> >>>>>s
> >>>>>a
> >>>>>geSecurityGroupDaoImpl,usageStorageDaoImpl,usageVMInstanceDaoImpl,usag
> >>>>>e
> >>>>>V
> >>>>>o
> >>>>>lumeDaoImpl,usageVPNUserDaoImpl,usageServiceImpl,accountDetailsDaoImpl
> >>>>>,
> >>>>>a
> >>>>>c
> >>>>>countManagerImpl,accountDaoImpl,SSHKeyPairDaoImpl,userAccountDaoImpl,u
> >>>>>s
> >>>>>e
> >>>>>r
> >>>>>DaoImpl,userStatisticsDaoImpl,userStatsLogDaoImpl,domainManagerImpl,id
> >>>>>e
> >>>>>n
> >>>>>t
> >>>>>ityDaoImpl,identityServiceImpl,consoleProxyDaoImpl,domainRouterDaoImpl
> >>>>>,
> >>>>>i
> >>>>>n
> >>>>>stanceGroupDaoImpl,instanceGroupVMMapDaoImpl,nicDaoImpl,secondaryStora
> >>>>>g
> >>>>>e
> >>>>>V
> >>>>>mDaoImpl,userVmDetailsDaoImpl,VMInstanceDaoImpl,itWorkDaoImpl,componen
> >>>>>t
> >>>>>C
> >>>>>o
> >>>>>ntext,org.springframework.aop.config.internalAutoProxyCreator,org.spri
> >>>>>n
> >>>>>g
> >>>>>f
> >>>>>ramework.aop.aspectj.AspectJPointcutAdvisor#0,captureAnyMethod,org.spr
> >>>>>i
> >>>>>n
> >>>>>g
> >>>>>framework.aop.aspectj.AspectJPointcutAdvisor#1,captureEventMethod,tran
> >>>>>s
> >>>>>a
> >>>>>c
> >>>>>tionContextBuilder,actionEventInterceptor,onwireRegistry,messageSerial
> >>>>>i
> >>>>>z
> >>>>>e
> >>>>>r,transportProvider,rpcProvider,eventBus,premiumDatabaseUpgradeChecker
> >>>>>,
> >>>>>m
> >>>>>a
> >>>>>nagementServerImpl,clusterManagerImpl,clusteredAgentManagerImpl,cluste
> >>>>>r
> >>>>>e
> >>>>>d
> >>>>>VirtualMachineManagerImpl,highAvailabilityManagerExtImpl,userVmManager
> >>>>>I
> >>>>>m
> >>>>>p
> >>>>>l,consoleProxyManagerImpl,securityGroupManagerImpl2,premiumSecondarySt
> >>>>>o
> >>>>>r
> >>>>>a
> >>>>>geManagerImpl,userVmDaoImpl,ipv6AddressManagerImpl,VmwareManager,Netap
> >>>>>p
> >>>>>M
> >>>>>a
> >>>>>nager,BaremetalManager,BaremetalDhcpManager,BaremetalKickStartPxeServi
> >>>>>c
> >>>>>e
> >>>>>,
> >>>>>BaremetalPingPxeService,BaremetalPxeManager,Ovs,BareMetalDhcp,BareMeta
> >>>>>l
> >>>>>P
> >>>>>x
> >>>>>e,BareMetalUserdata,SecurityGroupProvider,VirtualRouter,VpcVirtualRout
> >>>>>e
> >>>>>r
> >>>>>,
> >>>>>NiciraNvp,JuniperSRX,Netscaler,F5BigIP,CiscoNexus1000vVSM,FirstFitRout
> >>>>>i
> >>>>>n
> >>>>>g
> >>>>>,LocalStoragePoolAllocator,FirstFitStoragePoolAllocator,UserConcentrat
> >>>>>e
> >>>>>d
> >>>>>A
> >>>>>llocator,ConsoleProxyAllocator,StaticRoleBasedAPIAccessChecker,Exteral
> >>>>>I
> >>>>>p
> >>>>>A
> >>>>>ddressAllocator,BareMetalTemplateAdapter,MD5UserAuthenticator,LDAPUser
> >>>>>A
> >>>>>u
> >>>>>t
> >>>>>henticator,CheckOnAgentInvestigator,XenServerInvestigator,UserVmDomRIn
> >>>>>v
> >>>>>e
> >>>>>s
> >>>>>tigator,ManagementIPSystemVMInvestigator,VmwareInvestigator,XenServerF
> >>>>>e
> >>>>>n
> >>>>>c
> >>>>>er,KVMFencer,OvmFencer,VmwareFencer,XcpServerDiscoverer,SecondaryStora
> >>>>>g
> >>>>>e
> >>>>>D
> >>>>>iscoverer,KvmServerDiscoverer,BareMetalDiscoverer,HypervServerDiscover
> >>>>>e
> >>>>>r
> >>>>>,
> >>>>>OvmDiscoverer,vmwareServerDiscoverer,FirstFitPlanner,UserDispersingPla
> >>>>>n
> >>>>>n
> >>>>>e
> >>>>>r,UserConcentratedPodPlanner,BareMetalPlanner,StorageNetworkGuru,Exter
> >>>>>n
> >>>>>a
> >>>>>l
> >>>>>GuestNetworkGuru,PublicNetworkGuru,PodBasedNetworkGuru,ControlNetworkG
> >>>>>u
> >>>>>r
> >>>>>u
> >>>>>,DirectNetworkGuru,DirectPodBasedNetworkGuru,OvsGuestNetworkGuru,Priva
> >>>>>t
> >>>>>e
> >>>>>N
> >>>>>etworkGuru,NiciraNvpGuestNetworkGuru,XenServerGuru,KVMGuru,OvmGuru,VMw
> >>>>>a
> >>>>>r
> >>>>>e
> >>>>>Guru,BaremetalGuru,BaremetalPlannerSelector,HypervisorPlannerSelector,
> >>>>>o
> >>>>>r
> >>>>>g
> >>>>>.springframework.context.annotation.ConfigurationClassPostProcessor$Im
> >>>>>p
> >>>>>o
> >>>>>r
> >>>>>tAwareBeanPostProcessor#0];
> >>>>> root of factory hierarchy
> >>>>>
> >>>>>
> >>>>> On Sun, Apr 7, 2013 at 12:54 AM, Marcus Sorensen
> >>>>><sh...@gmail.com>wrote:
> >>>>>
> >>>>>> If you're running it the Dev way with jetty, look for vmops.log in
> >>>>>>your
> >>>>>> git
> >>>>>> root. If you've installed via package look for
> >>>>>> /var/log/cloudstack/management/management-server.log.
> >>>>>> On Apr 7, 2013 12:45 AM, "Mike Tutkowski"
> >>>>>><mi...@solidfire.com>
> >>>>>> wrote:
> >>>>>>
> >>>>>> > Hi Marcus,
> >>>>>> >
> >>>>>> > I was just looking at the output in the console.
> >>>>>> >
> >>>>>> > Can you remind me again where the related logs are stored?
> >>>>>> >
> >>>>>> > Thanks!
> >>>>>> >
> >>>>>> >
> >>>>>> > On Sun, Apr 7, 2013 at 12:39 AM, Marcus Sorensen
> >>>>>><shadowsor@gmail.com
> >>>>>> > >wrote:
> >>>>>> >
> >>>>>> > > Have you by chance looked at the debug logs to see if it by
> >>>>>>chance
> >>>>>> tried
> >>>>>> > > the proper storage and failed? I'm not sure that's OK either,
> >>>>>>but
> >>>>>>it
> >>>>>> > would
> >>>>>> > > be interesting to know.
> >>>>>> > > On Apr 7, 2013 12:25 AM, "Mike Tutkowski" <
> >>>>>> mike.tutkowski@solidfire.com>
> >>>>>> > > wrote:
> >>>>>> > >
> >>>>>> > > > Hi,
> >>>>>> > > >
> >>>>>> > > > I'm currently using 4.1 (from like a week or so ago).
> >>>>>> > > >
> >>>>>> > > > I have three tiers of shared, iSCSI-based storage represented
> >>>>>>in
> >>>>>> three
> >>>>>> > > > storage repositories in XenServer:
> >>>>>> > > >
> >>>>>> > > > SR_2
> >>>>>> > > > SR_3
> >>>>>> > > > SR_4
> >>>>>> > > >
> >>>>>> > > > SR_2 maps into CS via primary storage PS_2, which has the
> >>>>>>storage
> >>>>>> tag
> >>>>>> > > PS_2
> >>>>>> > > > SR_3 maps into CS via primary storage PS_3, which has the
> >>>>>>storage
> >>>>>> tag
> >>>>>> > > PS_3
> >>>>>> > > > SR_4 maps into CS via primary storage PS_4, which has the
> >>>>>>storage
> >>>>>> tag
> >>>>>> > > PS_4
> >>>>>> > > >
> >>>>>> > > > I have three compute offerings:
> >>>>>> > > >
> >>>>>> > > > CO_2, which only uses storage tag PS_2
> >>>>>> > > > CO_3, which only uses storage tag PS_3
> >>>>>> > > > CO_4, which only uses storage tag PS_4
> >>>>>> > > >
> >>>>>> > > > I walk through the wizard and select CO_3.  My VM ends up on
> >>>>>>SR_4.
> >>>>>> > > >
> >>>>>> > > > I have double checked the relationships and don't see any
> >>>>>>errors
> >>>>>>in
> >>>>>> > how I
> >>>>>> > > > have CS configured.
> >>>>>> > > >
> >>>>>> > > > Does anyone know of this being noted as a current bug?
> >>>>>> > > >
> >>>>>> > > > Thanks!
> >>>>>> > > >
> >>>>>> > > >
> >>>>>> > > > --
> >>>>>> > > > *Mike Tutkowski*
> >>>>>> > > > *Senior CloudStack Developer, SolidFire Inc.*
> >>>>>> > > > e: mike.tutkowski@solidfire.com
> >>>>>> > > > o: 303.746.7302
> >>>>>> > > > Advancing the way the world uses the
> >>>>>> > > > cloud<http://solidfire.com/solution/overview/?video=play>
> >>>>>> > > > *(tm)*
> >>>>>> > > >
> >>>>>> > >
> >>>>>> >
> >>>>>> >
> >>>>>> >
> >>>>>> > --
> >>>>>> > *Mike Tutkowski*
> >>>>>> > *Senior CloudStack Developer, SolidFire Inc.*
> >>>>>> > e: mike.tutkowski@solidfire.com
> >>>>>> > o: 303.746.7302
> >>>>>> > Advancing the way the world uses the
> >>>>>> > cloud<http://solidfire.com/solution/overview/?video=play>
> >>>>>> > *(tm)*
> >>>>>> >
> >>>>>>
> >>>>>
> >>>>>
> >>>>>
> >>>>> --
> >>>>> *Mike Tutkowski*
> >>>>> *Senior CloudStack Developer, SolidFire Inc.*
> >>>>> e: mike.tutkowski@solidfire.com
> >>>>> o: 303.746.7302
> >>>>> Advancing the way the world uses the
> >>>>>cloud<http://solidfire.com/solution/overview/?video=play>
> >>>>> *(tm)*
> >>>>>
> >>>>
> >>>>
> >>>>
> >>>>--
> >>>>*Mike Tutkowski*
> >>>>*Senior CloudStack Developer, SolidFire Inc.*
> >>>>e: mike.tutkowski@solidfire.com
> >>>>o: 303.746.7302
> >>>>Advancing the way the world uses the
> >>>>cloud<http://solidfire.com/solution/overview/?video=play>
> >>>>*(tm)*
> >>>
> >>
> >
>
>


-- 
*Mike Tutkowski*
*Senior CloudStack Developer, SolidFire Inc.*
e: mike.tutkowski@solidfire.com
o: 303.746.7302
Advancing the way the world uses the
cloud<http://solidfire.com/solution/overview/?video=play>
*™*

RE: VM deployed to wrong storage repository

Posted by Prachi Damle <Pr...@citrix.com>.
In master or 4.1, Random allocator is not included in the list of allocators a planner uses by default .
It is available in the deployment, so if admin wants to use it the list should be modified.

Thanks,
Prachi
-----Original Message-----
From: Nitin Mehta [mailto:Nitin.Mehta@citrix.com]
Sent: Tuesday, April 09, 2013 11:14 AM
To: dev@cloudstack.apache.org
Subject: Re: VM deployed to wrong storage repository

Ok got it, but then I think we should have a check not to enable the admin
have Random allocator as the first allocator. IMHO each allocator should
respect the tags. Either way we need to do the former or the later - what
say or am I missing something here ?

PS - Sorry to have a barrage of mails on this, but I see something is
missing here.

On 09/04/13 11:33 PM, "Prachi Damle" <Pr...@citrix.com> wrote:

>Tags are being honored by the LocalStoragePoolAllocator and
>FirstFitStoragePoolAllocator. The case here is Random allocator getting
>loaded by default as the first allocator.
>
>In the ticket I just mentioned the problem- Mike's code is not having the
>latest 4.1 - Kelven's patch to put a order to the allocators is missing
>in his context files.
>
>-Prachi
>
>-----Original Message-----
>From: Nitin Mehta [mailto:Nitin.Mehta@citrix.com]
>Sent: Tuesday, April 09, 2013 10:53 AM
>To: dev@cloudstack.apache.org
>Subject: Re: VM deployed to wrong storage repository
>
>Thanks Prachi. But they should still honor the tags right ? Why is that
>not the case here ?
>
>On 09/04/13 11:17 PM, "Prachi Damle" <Pr...@citrix.com> wrote:
>
>>We don't use this allocator by default- By default the context should
>>loadthe LocalStoragePoolAllocator and FirstFitStoragePoolAllocator .
>>Random is just a provision to let admin use it when they want to ignore
>>any kind of filters during allocation.
>>
>>-Prachi
>>
>>-----Original Message-----
>>From: Nitin Mehta [mailto:Nitin.Mehta@citrix.com]
>>Sent: Tuesday, April 09, 2013 2:00 AM
>>To: dev@cloudstack.apache.org
>>Subject: Re: VM deployed to wrong storage repository
>>
>>Sorry for the typo. I meant bug instead of "bu"
>>
>>On 09/04/13 11:59 AM, "itin Mehta" <Ni...@citrix.com> wrote:
>>
>>>Hi Prachi - Do we use this allocator now ? And why does this allocator
>>>not
>>>honor the tag - is that not a bu ?
>>>
>>>Thanks,
>>>Niti
>>>
>>>On 08/04/13 11:2 PM, "Prachi Damle" <Pr...@citrix.com> wrote:
>>>
>>>>Hi Mike,
>>>>
>>>>I checked the logs, looks like the RandomStoragePolAllocator is being
>>>>picked upfor the storag allocation - tis allocatordoes not match any
>>>>tags.
>>>>
>>>>You sould use FirstFitStoragePoolAllocato instead - change the
>>>>component.ml to use this allocatr and not he random
>>>
>>>>Thanks,
>>>>-Prachi
>>>>
>>>>-----Original Message-----
>>>>From: Mike Tutkowski [mailto:mike.tutkowsi@solidfie.com
>>>>Sent: Monday, April 08 2013 8:23 AM
>>>>To: dev@cloudstack.apache.org
>>>>Subject: Re: VM deployed t wrong stage repostory
>>>>
>>>>I pla to update to the latest 4.1 todayand re-try this.
>>>>
>>>>If I still see the problem, I'll open a bug.
>>>>
>>>>
>>>>On Sun, Apr 7, 2013 at 4:6 PM, ike Tutkowski
>>>><mik.tutkowski@solidire.com
>>>>> wroe:
>>>>
>>>>> I don't see anything in vmops.log to indicate that another primary
>>>>>storage
>>>>> was tried first.  What do you tink?
>>>>>
>>>>> 2013-04-07 00:30:5,459 INFO  [agent.manager.AgentManagerImpl]
>>>> (AgentTaskPool-11:null) Investigating why host 6 has disconnected wth
>>>>> event PingTimeout
>>>>> 2013-04-07 00:0:51,459 DEBUG [agentmanager.AgentManagerImpl]
>>>>> (AgentTaskPool-11:null) checking if agent (6) isalive>> 2013-04-07
>>>>>00:30:51,460 INFO  [agent.manager.AgentManagerImpl]
>>>>> (AgentTaskPool-16:null) Investigating why host 5 has disconnected
>>>>>with
>>>>> event PingTimeot
>>>>> 2013-04-07 00:3051460 DEBUG [agent.manger.AgentManagerImpl]
>>>>> (AgentTaskPool-16:null) checking if aent (5) is alive
>>>>> 2013-04-0700:30:51,462 DEBUG [gent.transport.Request]
>>>>> (AgentTaskPool-11:null) Seq -324993302: Sending  { Cmd , MgmtId: 1,
>>>>via:
>>>>> 6, Ver: v1, Flags: 00011, [{"CheckHealthCommand":{"wit":50}}] }
>>>>> 2013-04-07 00:30:51,42 DEUG agent.transport.Request]
>>>>> (AgentTaskPool-11:null) Seq 6-324993302: Executing:  { Cmd , MgmtI:
>>>>>1,
>>>>> via: 6, Ver: v1, Flags: 100011, [{"CheckHealthommand"{"wait":50}}] }
>>>>> 2013-04-07 0:30:51,462 DEBUG [agent.manager.DirectAgentttche]
>>>>> (DirectAgent-26:null) Seq 6-324993302: Executing rquest
>>>>> 21304-07 00:30:51,464 DEBUG[agent.transport.Request]
>>>>> (AgenTaskPool-16null) Seq 5-614334808: Sending  { md , MgmtId: 1,
>>>>>via:
>>>>> 5, Ver: v1, Flags: 100011, [{"CheckHelthCommand":{"wait":50}}] }
>>>>> 201304-07 00:30:51,464 DEBUG [agent.transport.Request]
>>>>>(AgentTaskPool-16:null) Seq 5-614334808: Executing:  { Cmd , MgmtId:
>>>>>1,
>>>>> via: 5, Ver: v1, Flas: 100011, [{"CheckHealthComman":{"wait":50}}] }
>>>>> 2013-04-07 00:30:51,465 DEBUG [agent.manager.DirectAgentAttace]
>>>>> (DirectAgent-163:null) Seq 5-61433480: Executing request
>>>>> 2013-04-07 00:0:51,511 DEBUG [agent.manager.DirectAgentAttache]
>>>>> (DirectAgent-26:null) Seq 6324993302: Response Received:
>>>>> 2013-04-07 00:30:51,512 DEBUG [agent.transpot.Request]
>>>>> (DirectAgent-26:null) Seq 6-324993302: Processing:  { ns: , MgmtId:
>>>>>1,
>>>>> via: 6, Ver: v1, Flags: 10,
>>>>> [{"CheckHealthAnswer":{"result":true,"details":"resource i
>>>>> alive","ait":0}}] }
>>>>> 2013-04-07 00:30:51,12 DEBUG [agent.transport.Request]
>>>>> (AgentTaskPool-11:null) Seq 6-324993302: Received:  { Ans: , Mgmtd:
>>>>>1,
>>>>> via: 6, Ver: v1, Flags: 10, { CheckHealthAnswer } }
>>>>> 2013-04-07 00:351,512 DEBUG [agent.manager.AgentManagerImpl]
>>>>> (AgntTaskPool-11:null) Details from executin class
>>>>> com.cloud.agent.api.CheckealthCommand: resource is alive
>>>>> 2013-04-07 00:30:51,512 DEBUG [agent.maager.AgentManagerImpl]
>>>>> (AgentTaskPool-11:null) agent (6) responded to checkHeathCommand,
>>>>>reporting
>>>>> that agent is Up
>>>> 2013-04-07 00:30:51,512 INFO  [agent.manager.AgentManagerImpl]
>>>>> (AgentTaskPool-11:null) he state determined is Up
>>>>> 2013-4-07 00:30:51,512 INFO  [agent.manger.AgentManagerImpl]
>>>>> (AgenTaskPool-11:null Agent s determinedto be up an runnng
>>>>> 2013-04-07 00:30:51,512 DEBUG [cloud.host.Satus]
>>>>>(AgentTaskPool-11:null)
>>>>> Transition:[Resource state = Enabled, Agnt event = Ping, Host id = 6,
>>>>>name
>>>>> = Tut-XenServer]
>>>>> 2013-04-07 00:30:51,515 DEBUG [cloud.host.Status]
>>>>>(AgentTaskPool-11:null)
>>>>> Agent status update: [id = 6; nae = Tut-XenServer; old status = Up;
>>>>>event
>>>>> = Ping; new status = Up; old update count = 307; new update count =
>>>>>308]
>>>>> 2013-04-07 00:30:51,517 DEBUG [agent.managr.DirectAgentAttache]
>>>>> (DirectAgent-163:nll) Seq 5-614334808: Response Receied:
>>>>> 2013-04-07 00:30:51,517 DEBUG [agent.transport.Request]
>>>>> (DirectAgent-163:null) Seq 5-614334808: Processing:  { Ans: , MgmtId:
>>>>>1,
>>>>> via: 5, Ver: v1, Flags: 10,
>>>>> [{"CheckHealthAnswer":{"result":true,"details":"resource is
>>>>> alive","wait":0}}] }
>>>>> 2013-04-07 00:30:51,517 DEBUG [agent.transport.Request]
>>>>> (AgentaskPool-16:null) Se 5-614334808: Received:  { Ans: , MgmtId: 1,
>>>>> via: 5, Ver: v1, Flags: 10, { CheckHeathAnswer } }
>>>>> 2013-04-07 00:30:51,517 DEBUG [agent.manager.AgentManagerImpl]
>>>>> (AgentTaskPool-16:null) Details fromexecuting class
>>>>> com.cloud.agent.api.heckHealthCommand: resource is alive
>>>>> 2013-04-07 00:30:51,517 DEBUG [agent.manager.AgentManaerImpl]
>>>>> (AgentTaskPool-16:null) agent (5) responded to checkHeathommand,
>>>>reporting
>>>>> that agent is Up
>>>>>2013-04-07 00:30:51,518 INFO  [agent.manager.AgentManagerImpl]
>>>>> (AgentTaskPool-16:null) The state determine is Up
>>>>> 2013-04-07 00:30:51,518 INFO  [agent.maager.AgentManagerImpl]
>>>>> (AgentTskPool-16:null) Agent is determined to be up ad running
>>>>> 2013-04-7 00:30:51,518 DEBUG [cloud.host.tatus]
>>>>>(AgentTaskPool-16:null)
>>>>> Transition:[Resouce state = Enabled, Agent event = Ping, Host id =
>>>>>5,
>>>>>name
>>>>> = Tut-XenServer2]
>>>>>2013-04-07 00:30:51,522 DEBUG [cloud.host.Status]
>>>>>(AgentTaskPool16:null)
>>>>> Agent status update: [id = 5; name = Tut-XenServer2; old status = Up;
>>>>>event
>>>> = Ping; new status = Up; old update count = 144; new update cout =
>>>>>145]
>>>>> 2013-04-07 00:30:52,927 DEUG [agent.manager.DirectAgentAttache]
>>>>> (DirectAgent-157:null) Seq 6-324993301: Response Received:
>>>>> 2013-04-07 00:30:52,927 DEBUG [agent.transport.Request]
>>>>> (DirectAgent-15:null) Seq 6-324993301: Processing:  { Ans: , MgmtId:
>>>>>1,
>>>>> va: 6, Ver: v1, Flags: 110, [{"Answer":{"resut":true,"wait":0}}] }
>>>>> 2013-04-07 00:30:52,927 DEBUG [agent.transport.Request]
>>>>> (Job-Executor-35:job-42) Seq 6-324993301: Received:  { Ans:  MgmtId:
>>>>>1,
>>>>> via: 6, Ver: v1, Flags: 110, { Answer } }
>>>>> 2013-04-07 00:30:52,927 DEBUG [agent.manager.gentAttache]
>>>>> (DirectAgent-157:null) Seq 6-324993301: No more commands found
>>>>> 2013-04-07 00:30:52,938 DEBUG
>>>> [network.router.VirtualNetworkApplianceManagerImpl]
>>>>> (Job-Executor-35:job-42) Applying userdata and password entry in
>>>>>network
>>>> Ntwk[204|uest|6]
>>>>> 013-04-07 00:30:52,952 DEBUG [agent.transport.Request]
>>>>> (Job-Executor-35:job-42) Seq -324993303: Sending  { Cmd , MgmtId: 1,
>>>>>via:
>>>>> 6, Ver: v1, Flas: 10111,
>>>>>
>>>>>[{"routing.SavePasswordCommand":{"password":fnirq_cnffjbeq","vmIpAddr
>>>>>e
>>>>>s
>>>>>s
>>>>>":"192.168.56.195","vmName":"c18ddf7c-fc61-40b0af75-fdef05f8eae6,"acce
>>>>>s
>>>>>sDetails":{"router.guest.ip":192.168.56.102","one.network.type":"Basic
>>>>>"
>>>>>,"router.ip":"169.254.1.168","
>>>>> router.nam
>>>>>
>>>>>":"r-4-VM"},"wait":0}},{"routing.VmataCommand":{"vmpAddress":"192.168.
>>>>>5
>>>>>6.195","vmName":"c18ddf7c-fc61-40b0-af75-fdef05f8eae6","accessDetails"
>>>>>:
>>>>>{
>>>>>"
>>>>>router.gest.ip":"192.68.56.102","zone.network.type":"Basic","router.i
>>>>>p
>>>>>"
>>>>>:"169.254.1.168","
>>>>> router.name":"r-4-VM"},"wait":0}}] }
>>>>> 2013-04-07 00:30:52,953 DEUG [agent.transprt.equest]
>>>>> (JobExecutor-35:job-42) Seq 6-324993303: Executing:  {Cmd , MgmtId:
>>>>>1,
>>>>> via: 6, Ver: v1, Flags: 100111,
>>>>>
>>>>>[{"routig.SavePasswordCommand":{"password":"fnirq_nffjbeq",vmIpAddrs
>>>>>s
>>>>>":"192.168.56.195","vmName":"c18ddf7c-fc61-40b0-af75-fdef05f8eae6","ac
>>>>>c
>>>>>e
>>>>>s
>>>>>sDetails":{"router.guest.ip":"192.168.56.102","zone.networktype":"Basi
>>>>>c
>>>>>"
>>>>,"router.ip":"169.254.1.168","
>>>>> router.name
>>>>>
>>>>>":"r-4-VM"},"wait":0}},{"rting.VmDataCommand":{"vmIpAddress":"192.168.
>>>>>5
>>>>>6.195","vmName":"c18ddf7c-fc61-0b0-af75-fdef05f8eae6","accessDetails":
>>>>>{
>>>>>"
>>>>>router.guest.ip":"192.168.56.102","zone.network.type":"Basic","router.
>>>>>i
>>>>>p
>>>>>"
>>>>>:"19.254.1.168","
>>>>> router.name":"r-4-VM"},"wait":0}}] }
>>>>> 2013-04-07 00:30:52,93 DEBUG [agent.manger.DirectAgentAttache]
>>>>> (DirectAgent-37:null) Se 6-324993303: Executing requst
>>>>> 2013-04-07 00:30:53,093 DEBUG [cloud.api.ApiServlet]
>>>>> (1161145101@qtp-100880148-3:null) ===START===  127.0.0.1 -- GET
>>>>>
>>>>>command=queryAsyncJobResult&jobId=f75d8ce8-1193-43f-b171-f43d2534e6bc&
>>>>>r
>>>>>e
>>>>>sponse=json&sessionkey=Z6QqzU0FqiT13bMgnRRfl8GoVA%3D&_=1365316253091
>>>>> 2013-04-07 00:30:53,110 DEBUG [cloud.api.ApiServlet]
>>>>> (116114511@qtp-1008805148-33:null) ===END===  127.0.0.1 -- GET
>>>>>
>>>>command=queryAsyncJobResult&jobId=f75d8ce8-1193-43bf-b171-f43d2534e6bc
>>>>>&
>>>>>r
>>>>>e
>>>>sponse=son&sessioney=Z6QqzU0Fq1iT13bMgnRRflGoVA%3D&_=1365316253091
>>>> 2013-04-07 00:30:56,093 DEBUG [cloud.api.ApiServlet]
>>>>> (1161145101@qtp-1008805148-33:null) ===START===  127.0.0.1 -- GET
>>>>>
>>>>>command=ueryAsyncJobResult&jobId=f75d8ce8-1193-43bf-b171-f43d2534e6bc&
>>>>>r
>>>>>e
>>>>>sponse=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316256091
>>>> 2013-4-07 00:30:56,109 DEBUG [clou.api.ApiServlet]
>>>>> (1161145101@qtp-100805148-33:null) ===END===  127.0.0.1 -- GET
>>>>>
>>>>>comman=queryAsyncJobResult&joId=f75d8ce8-1193-43bf-b171-f43d2534e6bc&r
>>>>>e
>>>>>sponse=jon&sessokey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316256091
>>>>>2013-0-07 00:30:59,094 DEBUG [cloud.api.ApiServlet]
>>>>> (1161145101@qtp-1008805148-33:null) ===START==  127.0.0.1 -- GET
>>>>>
>>>>>command=queryAsyncJobResut&jobId=f75d8ce8-1193-43bf-b171f43d2534e6b&re
>>>>>sponse=json&sssionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316259092
>>>>> 2013-04-0700:30:59,11 DBUG [cloud.api.ApiServlet]
>>>>> (1161145101@qtp-1008805148-33:null) ==END===  127.0.0.1 -- GET
>>>>>
>>>>>command=queryAsyncJobResult&jobId=f75d8ce8-1193-43bf-b171-f43d2534e6bc
>>>>>&
>>>>>r
>>>>>e
>>>>sponse=json&essionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316259092
>>>>>2013-04-07 0:31:02,095 DEBUG [cloud.api.ApiSerlet]
>>>>> (1161145101@qtp-1008805148-33:null) ===START===  127.0.0.1 -- GET
>>>>>
>>>>>command=queryAsyncJobResult&jobId=f75d8ce8-1193-43bf-b171-f43d2534e6bc
>>>>>&
>>>>>r
>>>>>e
>>>>>spne=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316262093
>>>>> 2013-04-07 00:31:02,110 DEBUG [cloud.api.ApiServlet]
>>>>> (1161145101@qtp-1008805148-33:null) ==END==  127.0.0.1 -- GET
>>>>>
>>>>>command=queryAsyncJobesult&jobId=f75d8ce8-1193-3bf-b171-f43d2534e6bc&r
>>>>>e>>sponse=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=13653162620
>>>>>9
>>>>>3
>>>>> 201-04-07 00:31:04,860 DEBUG [agent.manager.DirectAgentAttache]
>>>>> (DirectAgent-145:null) Ping from 6
>>>>> 2013-04-07 00:3105,99 DEBUG [cloud.api.ApiServlet]
>>>>> (116115101@qtp-1008805148-33:null) ===START===  127.0.0.1 -- GE
>>>>>
>>>>>command=queryAsycJobResult&jobId=f75d8ce8-1193-4bf-b171-f43d2534e6bc&r
>>>>>e
>>>>>sponse=jsn&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316265096
>>>>> 013-04-07 00:31:05,114 DEBUG [cloud.api.AiServlet]
>>>>> (1161145101@qtp-1008805148-33:null) ==END===  127.0.0.1 -- GET
>>>>>
>>>>>command=queryAsyncJobResult&jobId=f75d8ce8-1193-43bf-b171-f43d2534e6bc
>>>>>&
>>>>>r
>>>>>e
>>>>>sponse=json&sessonkey=Z6QqzU0Fq1iT13bMgnRRflGoVA%3D&_=1365316265096
>>>>> 2013-04-07 00:31:06,234 DEBUG [aet.anager.DirectAgentAttache]
>>>>> (DirectAgent-372:null) Ping frm 5
>>>>> 2013-04-07 00:31:06,909 DEBUG [agent.manage.DirectAgentAttache]
>>>>> (DirectAgent-149:null) Seq 6-324993028: Executing request
>>>>> 2013-04-07 00:31:07,239 DEBUG [agent.manager.DirectAgentAttache]
>>>> (DirectAgent-149:null Seq 6-324993028: Response Received:
>>>>> 2013-04-07 00:31:07,239 DEBUG [agent.transport.Request]
>>>>> (DirectAgent-14:null) Seq 6-324993028: Processig:  { Ans: , MgmtId:
>>>>>1,
>>>>> va: 6, Ver: v1, Flags: 10,
>>>>>
>>>>>[{"CluterSyncAnswer":{"_clusterId":2,"_newStates":{},"_isExecuted":als
>>>>>e
>>>>>,"result":true,wait":0}}]
>>>>> }
>>>>> 2013-0-0 00:31:07,424 DEBUG [agent.manager.DirectAgentAttache]
>>>>> (DirectAgen-37:null) Seq 6-324993303: Response Received:
>>>> 2013-04-07 00:31:07,424 DEBUG [gent.trnsport.Rquest]
>>>>> (DirectAgent-37:null) Seq 6-324993303: Processing:  { Ans: , MgmtId:
>>>>>1,
>>>>> via: 6, Ver: v1, Flags: 110,
>>>>>
>>>>>[{"Answer":{"result":true,"wait":0}},{"Answer":{"result":true,"wait":0
>>>>>}
>>>>>}
>>>>>]
>>>>> }
>>>>> 2013-04-07 00:31:07,424 DEBUG [agent.transportRequest]
>>>>> (Job-Executor-35:job-42) Seq 6-324993303: Received:  { Ans: , MgmId:
>>>>>1,
>>>>> vi: 6, Ver: v1, Flags: 110, { Answer, Answer } }
>>>>> 2013-04-07 00:31:07,424 DEBUG [agent.maager.AgentAttache]
>>>>> (DirectAgent-37:null) Seq 6-324993303: No more commands fond
>>>>> 2013-04-07 00:31:07424 DEBUG [cloud.network.NetwrkManaerImpl]
>>>>> (Job-Executor-35:job-42) Asking VpcVirtualRouter to prepare for
>>>>> Nic[18-12-6416c373-20d8-4617-8dcb-30a8ff9d0f34-192.168.56.195]
>>>>> 2013-04-07 00:31:07,424 WARN
>>>>>[network.element.VpcVirtualRouterElement]
>>>>> (Job-Executor-35:job-42) Network Ntwk[204|Guest|6] is not associated
>>>>>with
>>>>> any VPC
>>>>> 201-04-07 0031:07,429 DEBUG [cloud.network.NetworkManagerImpl]
>>>>> (Job-Executor-35:job-42) Asking NiciraNvp to prepare for
>>>> Nic[18-12-6416c373-20d8-4617-8dcb-30a8ff9d0f34-192.168.56.195]
>>>>> 2013-0-07 00:31:07,429 DEBUG [network.element.NiciraNvpElement
>>>>> (ob-Executor-35:job-42) Checking if NiciraNvpElement can handle
>>>>>service
>>>>> Connectiity on network gustNetworkFrBasicZone
>>>>> 2013-04-07 00:31:07,432 DEBUG [cloud.network.NetworkManagrIpl]
>>>>> (Job-Executor-35:job-42) Asking JuniperSRX to prepare for
>>>>> Nic[18-12-641c373-20d8-46178dcb-30a8ff9d0f34-192.68.56.195]
>>>>> 2013-04-07 00:31:07,436DEBUG [cloud.networkNetwrkManagerImpl]
>>>>> (Job-Executor-35:job-42) Asking Netscaler to prepare for
>>>>> Nc[18-12-6416c373-20d8-4617-8dcb-308ff9d0f34192.168.56.195]
>>>>> 201304-07 00:31:07,441 DEBUG [cloud.network.NetworkManagerImpl]
>>>>> (Job-Executor-35:job-4) Asking F5BigIP to prepare for
>>>>> Nic[18-12-6416c373-20d8-4617-8dcb-30a8ff9d0f34-192.168.56.195]
>>>>> 2013-04-07 00:31:07,445 DEBUG [cloud.network.NetworkManagerImpl]
>>>>> (Job-Executor-5:job-42) Asking CiscoNexus100vVSM to prepare for
>>>>> Nic[18-12-6416c373-20d8-4617-8dcb-30a8ff9d0f34-192.168.56195]
>>>> 2013-04-070:31:07,449 DEUG [cloud.storage.StorageMaagerImpl]
>>>>> (Job-Executor-35:job-42) Checking if we need to prepare 1 volumes for
>>>> VM[User|c18ddf7c-fc61-40b0-af75-fdef05f8eae6]
>>>> 2013-04-07 00:317,451 DEBUG [cloud.storageStorageManagerImpl]
>>>>> (Job-Executor-35:job42) Creating volume: Vol[12|vm=12|ROOT]
>>>>> 2013-0-07 00:31:07,451 DEBUG [cloud.storage.StorageManagerImpl]
>>>>> (Job-Executor-35:job-42) Trying to create in Pool[257|PreSetup]
>>>>> 2013-04-07 00:31:07,459 DEBUG [loud.template.TemplateManagerImpl]
>>>>> (Job-Executor-35:job-42) Downloading template 5 to pool 257
>>>>> 2013-04-07 00:31:07,466 DEBUG [cloud.template.TemplateManagerImpl]
>>>>> (Job-Executor-35:job-42) Downloading 5 via 5
>>>>> 2013-04-07 00:31:07,470 DEBUG [agent.transport.Request]
>>>>> (Job-Executor-35:job-2) Seq 5-614334809: Sending  { Cmd , MgmtI: 1,
>>>>> via: 5, Ver: v1, Flags: 100111,
>>>>>
>>>>>[{"storage.PrimaryStorageDownloadComman":{"localPath":"/mnt/9a008517-e
>>>>>3
>>>>>2
>>>>>1-37a0-a91-44695f9b6fe7","poolUuid":"iSCSI_SR_3","poolId":257,"primary
>>>>>P
>>>>>o
>>>>>ol":{"id":257,"uuid":"iSCSI_SR_3","host":"192.168.56.9","path":"/iSCSI
>>>>>_
>>>>>S
>>>>>R
>>>>>_3","port":0,"type":"PreSetup"},"secondaryStorageUrl":"ns://192.168.56
>>>>>.
>>>>>1
>>>>>0:
>>>>>
>>>>>/opt/sorage/secondary",primaryStorageUrl":nfs://192.168.56.9/iSCSI_SR_
>>>>>3
>>>>>
>>>>>","url":"nfs://192.168.56.10:/opt/storage/secondary/template/tmpl/1/5/
>>>>>/
>>>>>c
>>>>>e
>>>>>5b212e-215a-3461-94fb-814a6352215.vhd","format":"VHD","accountId":1,"n
>>>>>a
>>>>>m
>>>>>e":"tiny>>> Linux","wait":10800}}] }
>>>>> 2013-04-07 00:3107,470 DEBUG [agent.transportRequest]
>>>>> (Job-Executor-35:job-42) Seq 5-614334809: Executing:  { Cm , MgmtId:
>>>>>1
>>>>> via: , Ver: v1, Flags: 100111,
>>>>>
>>>>>[{"storage.PrimaryStorageDownloadCommand":{"localPath":"/mnt/9a008517-
>>>>>e
>>>>>3
>>>>>2
>>>>>1-37a0-a941-44695f9b6fe7","pooUuid":"iSCSI_SR_3","polId":57,"primaryPo
>>>>>l":{"id":257,"uuid":"iSCSI_SR_3","host":"192.168.56.9","path":"/iSCSI_
>>>>>S
>>>>>R
>>>>>_3","port":0,"type":"PreSetup"},"secondaryStorageUrl":"nfs://192.168.5
>>>>>6
>>>>>.
>>>>>1
>>>>>0:
>>>>>
>>>>>/opt/storage/secondary","primaryStorageUr":"nfs://192.168.56.9/iSSI_SR
>>>>>_
>>>>>3
>>>>>
>>>>>","url":"nfs://192.168.56.10:/opt/storage/secondary/template/tmpl/1///
>>>>>c
>>>>>e
>>>>>5b212e-215a-3461-94fb-84a635b2215.vhd","format":"VHD","accountId":1,"n
>>>>>a
>>>>>m
>>>>>e":"tiny
>>>>> Linux","wait":10800}}] }
>>>>> 2013-04-07 00:31:07,470 DEBUG [agnt.manager.DirectAgentAttache]
>>>>> (DirectAgent-174:null) Seq 5-14334809: Executng request
>>>>> 2013-04-07 00:31:08,097 DEBUG [cloud.api.ApiServlet]
>>>>> (1161145101@qtp-10880518-33:null) ===START===  127.0.0.1 -- GET
>>>>>
>>>>>command=queryAsyncobReult&jobId=f75d8ce8-1193-43b-b171-f43d2534e6bc&r
>>>>>e
>>>>>sponse=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316268095
>>>>> 2013-04-07 00:31:08,115 DEBUG [cloud.api.ApiServlet]
>>>>> (116145101@qtp-1008805148-33:null) ===END===  127.0.0.1 - GET
>>>>>
>>>>>comand=queryAsyncJobResult&jobId=f75d8ce8-1193-43bf-b171-f43d2534e6bc&
>>>>>r
>>>>>e
>>>>>sponse=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=136531626895
>>>>> 2013-04-07 00:31:11,023 DEBUG [agent.manager.DirectAgentAttache]
>>>>> (DirectAgent-309:nll) Seq 5-614334468: Executing request
>>>>> 201-04-07 00:31:11,099 DEBUG [cloud.api.ApiServlet]
>>>>> (1161145101@qtp-1008805148-33:null) ===START===  127.0.0.1 -- GET
>>>>>
>>>>>command=querAsyncJobResult&jobId=f75d8ce8-1193-43bf-b171-f43d2534e6bc&
>>>>>r
>>>>>e
>>>>sponse=jsonsessionkeyZ6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316271096
>>>>> 2013-04-07 00:31:11,121 DEBUG [cloud.api.ApiServlet]
>>>>> (1161145101@qtp-1008805148-33:null) ===END===  127.0.0.1 -- GET
>>>>>
>>>>>command=queryAsyncJobResult&jobId=f75d8ce8-1193-43bf-b171-f43d2534e6bc
>>>>>&
>>>>>r
>>>>>e
>>>>>sponse=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316271096
>>>>> 2013-04-07 00:31:11,363 DEBUG [aget.manager.DirectAgentAttache]
>>>>> (DirectAgent-309:null) Seq 5-614334468: Response Received:
>>>>> 2013-04-07 00:31:11,363 DEBUG [agent.transport.Request]
>>>>> (DirectAgent-309:null) Seq 5-614334468: Processing:  { Ans: , MgmtId:
>>>>>1,
>>>>> via: 5, Ver: v1, Flags: 10, [{"Answer":{result":true,"wat":0}} }
>>>>>2013-04-07 00:31:14,100 DEBUG [cloud.ai.ApiServlet]
>>>>> (1161145101@qtp-1008805148-33:nll) ===START===  127.0.0.1 -- GET
>>>>>
>>>>>command=qeryAsyncJobResult&jobId=f75d8ce8-1193-43bf-b171-f43d253e6bc&r
>>>>>e
>>>>>sponse=json&sessinkey=Z6QqzU0Fq1iT13bMgnRRfl8oVA%3D&_=1365316274097
>>>>> 2013-04-07 00:3:14,124 DEBUG [cloud.api.ApServlet]
>>>>> (1161145101@qtp-1008805148-33:nll) ===END===  127.0.0.1 -- GET>>
>>>>>ommand=queryAsyncJobResult&jobId=f75d8ce8-1193-43bf-b171-f43d2534e6bc&
>>>>>e
>>>>>sponse=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316274097
>>>>> 2013-04-07 00:31:16,197 DEBUG [cloud.api.ApiServlet]
>>>>> (1161145101@qtp-100880548-33:null) ===START===  127.0.0.1 -- GET
>>>>
>>>>>command=listVirtualMachines&response=json&sessionkey=Z6QqzU0Fq1iT13bMg
>>>>>n
>>>>>R
>>>>>R
>>>>>fl8GoVA%3D&listAll=true&pag=1&pagesize=20&_=1365316276194
>>>>> 2013-04-7 00:31:16,219 DEBUG [cloud.api.ApiServlet]
>>>>> (1161145101@qtp-1008805148-33:null) ===END===  127.0.0.1 - GET
>>>>>
>>>>>command=listVirtulMachies&response=json&sessionkey=Z6QqzU0FqiT13bMgnRR
>>>>>fl8GoVA%3D&listAll=true&page=1&pagesize=20&_=136516276194
>>>>> 2013-04-07 00:31:17,101 DEBUG [cloud.api.Apiervlet]
>>>>> (1161145101@qtp-1008805148-33:null) ===START===  127.0.0.1 -- GET
>>>>>
>>>>>command=querAsyncJobResult&jobId=f75d8ce8-1193-43bf-b171-f43d2534e6bc&
>>>>>r
>>>>>e
>>>>>sponse=json&sessiokey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316277098
>>>>> 13-04-07 00:31:17,123 DEBUG [cloud.api.ApiServet]
>>>>> (1161145101@qtp-1008805148-33:null) ===END===  127.0.0.1-- GET
>>>>>
>>>>>command=queryAsyncJobResult&jobId=f75d8ce8-1193-43bf-b171-f43d2534e6bc
>>>>>&
>>>>>r
>>>>>e
>>>>>sponse=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316277098
>>>>> 2013-4-07 00:31:17,954 DEBUG [cloud.ai.ApiServlet]
>>>>> (1161145101@qtp-1008805148-33:null) ===START===  17.0.0.1 -- GET
>>>>>
>>>>>command=lstVolumes&response=json&sessionkey=Z6QqzU0Fq1iT13bMnRfl8GoVA%
>>>>>3D&listAll=true&page=1&pagesize=20&_=1365316277950
>>>>> 2013-04-07 00:31:17,972 DEBUG [loud.api.ApiServlet]
>>>>> (1161145101@qtp-1008805148-33:null) ===END===  27.0..1-- GET
>>>>>
>>>>>command=listVolumes&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8Go
>>>>>V
>>>>>A
>>>>>%
>>>>>3D&listAll=true&page=1&pagesize=20&_=135316277950
>>>>> 2013-04-07 00:31:20,102 DEBUG [cloud.api.ApiServlet]
>>>>> 1161145101@qtp1008805148-33:null) ===START===  127.0.0.1 -- GET
>>>>>
>>>>>command=queryAsyncJobResult&jobId=f75d8ce8-1193-43bf-b171-43d2534e6bc&
>>>>>r
>>>>>e
>>>>>sponse=json&sessionkey=Z6QqU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316280099
>>>>> 201304-07 00:31:20,118 DEBUG [cloud.api.ApiServlet]
>>>>> (1161145101@qtp-1008805148-33null) ===END===  127.0.0.1 -- GET
>>>>>
>>>>>command=queryAsyncJbResult&jobId=f75d8ce8-1193-43bf-b11-f43d2534e6bc&r
>>>>>e
>>>>>sponse=json&sessionkey=Z6QqzU0Fq1iT13bMgnRfl8GoVA%3D&_=1365316280099
>>>> 2013-04-07 00:31:2,454 DEBUG
>>>>> [storage.secondary.SconaryStorageManagerImpl] (scstorage-1:null)
>>>>>Zone 1
>>>>> is ready to launch secondary storage VM
>>>> 2013-04-07 00:31:20,558 DEBUG
>>>>>[cloud.consoleproxy.ConsolePoxyManagerImpl]
>>>>>(consoleproxy-1:null) Zone 1 is ready to launch console proxy
>>>>> 2013-04-07 00:31:20,820 DEBUG
>>>>> [network.router.VirtualNetworkApplianceManagerImpl]
>>>>> (RouterStatusMonitor-1:null) Found routers to update status.
>>>> 2013-04-0 00:31:20,821 DEBUG
>>>>> [network.router.VirtualNetworkApplianceManagerImpl]
>>>>> (RouterStatusMonitor-1:null) ound 0 networks to update RvR status.
>>>>> 2013-04-07 00:31:20,82 DEBUG
>>>>> [network.router.VirtuaNetworkApplianceManagerImpl]
>>>>> (RouterStatusMontor-:null) Found 0 routers to update status.
>>>>> 2013-04-07 0:31:20,853 DEBUG
>>>>> [network.router.VirtualNetworkApplianceManagerImpl]
>>>>> (RouterStatusMonitor-1:null) Found 0 netwoks to update RvR status.
>>>>> 2013-04-07 00:31:21,075 DEBUG [cloud.api.ApiServlet]
>>>>> (1161145101@qtp-1008805148-33:null) ===START===  127.0.0.1 -- GET
>>>>>
>>>>>commandlistVolumes&id=aed71ae1-732b-48d7-833f-e23287e2b2b9&response=js
>>>>>o
>>>>>n
>>>>>&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316281073
>>>>> 2013-04-07 00:31:21,097 DEBUG [cloud.api.ApiServlet]
>>>>> (1161145101@qtp-100805148-33:null) ==END===  127.0.0.1 -- GET
>>>>>
>>>>>cmmand=listVolumes&id=aed71ae1-732b-48d7-833f-e23287e2b2b9&response=js
>>>>>o
>>>>>n
>>>>>&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316281073
>>>>> 2013-04-07 00:31:21,120 DEBUG [cloud.api.ApiServlet]
>>>>> (1161145101@qtp-1008805148-33:null) ===START===  127.0.0.1 -- GET
>>>>>
>>>>>command=listTags&resonse=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3
>>>>>D
>>>>>&
>>>>>resourceId=aed71ae1-732b-48d7-833f-e23287e2b2b9&resourceType=Volume&li
>>>>>s
>>>>>t
>>>>>A
>>>>>ll=true&_=136531628117
>>>>> 2013-04-07 00:31:21,142 DEBUG [cloud.pi.ApiServlet]
>>>>> (1161145101@qtp-1008805148-33:null) ===END===  127.0.0.1 - GE
>>>>>
>>>>>command=listTags&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%
>>>>>3
>>>>>D
>>>>>&
>>>>>resourceId=aed71ae1732b-48d7-833f-e232872b2b9&resourceType=Volume&list
>>>>>A
>>>>>ll=true&_=1365316281117
>>>>> 2013-04-07 00:31:23,102DEBUG [cloud.api.ApiServlet]
>>>>> (1161145101@qtp-100885148-33:null) ==START===  127.0.0.1 -- GET
>>>>>
>>>>>commandqueryAsyncJobResult&jobId=f75d8ce8-1193-43bf-b11-f43d2534e6bc&r
>>>>>e
>>>>>sponsejson&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316283100
>>>>> 2013-04-07 00:31:23,122 EBUG [cloud.api.ApiServlet]
>>>> (116145101@qtp-100880514-33:null) ===END===  127.0.0.1 -- GET
>>>>>
>>>>>command=queryAsyncJobResult&jobId=75d8ce8-1193-43bf-b171-f43d2534e6bc&
>>>>>e
>>>>>sponse=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316283100
>>>>> 2013-04-07 00:3:24,894 DEBUG [agent.manager.AgentManagerImpl]
>>>>> (AgentManager-Handler-9:null) Ping from 4
>>>>> 2013-04-07 00:31:26,102 DEBUG [cloud.api.ApiServlet]
>>>>> (1161145101@qtp-1008805148-33:null) ===START===  127.0.0.1 -- GET
>>>>>
>>>>>command=queryAsyncJobResult&jobId=f75d8ce8-1193-43bf-b171-f43d2534e6bc
>>>>>&
>>>>>r
>>>>>e
>>>>>sponse=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316286100
>>>>> 2013-04-07 00:31:26,117 DEBUG [cloud.api.ApiServlet]
>>>>> (1161145101@qtp-1008805148-33:null) ===END===  127.0.0.1 --GET
>>>>>
>>>>>command=queryAsyncJobResult&jbId=f75d8ce8-1193-43bf-b171-f43d2534e6bc&
>>>>>r
>>>>>e
>>>>>spons=json&sessiony=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316286100
>>>>> 2013-04-07 00:31:27,217 DEBUG [agent.manager.DirectAgentAttache]
>>>>> (DirctAgen-164:null) Ping from 1
>>>>> 2013-04-07 00:31:28,079 DEBUG [agent.manager.DirectAgentAttache]
>>>>> (DirectAgent-174:null) Seq 5-614334809: Response Received:
>>>>> 2013-04-07 00:31:28,079 DEBUG [agent.transport.equest]
>>>>> (DirectAgent-174:null) Seq 5-614334809: Processing:  { Ans: , MgmtId
>>>>>1,
>>>>> via: 5, Ver: v1, Flags: 110,
>>>>>
>>>>>[{"storage.PrimaryStorageDownloadAnswer"{"installPath":"a8414926-81d6-
>>>>>4
>>>>>b
>>>>>54-9b4b-feb498489df0","templateSize":54525952,"esult":true,"wait":0}}]
>>>>> }
>>>>> 2013-04-07 00:31:28,079 DEBUG [agent.transpot.Request]
>>>>> (Job-Execur-35:jo-42) Seq -614334809: Received:   Ans: , MgmtId: 1,
>>>>> via: 5, Ver: v1, Flgs: 110, { PrimaryStorageDownloadAnswer } }
>>>>> 23-04-07 00:31:28,079 DEBUG [agent.mnager.AgentAttache]
>>>>> (irectAgent-174:null) Seq 5-614334809: No more command found
>>>>> 2013-04-07 00:31:28,081 EBUG [cloud.template.TemplateManagerImpl]
>>>>> (Job-Executor-35:job-42) Template 5 is downloaded via 5
>>>>> 2013-04-07 00:31:28,085 DEBUG [agent.tansport.Request]
>>>>> (Job-Executor-35:job-42) Seq 5-614334810: ending  { Cmd , gmtId:
>>>>>1,>>via:
>>>>> 5, Ver: v1, Flags: 100111,
>>>>>
>>>>>[{"storage.CreateCommad":{"volId":12,"pool":{"id":257,"uuid":"iSCSI_S
>>>>>R
>>>>>_
>>>>>3
>>>>>","host":"192.168.56.9","path":"/iSCSI_SR_3","port":0,"type":"PreSetup
>>>>>"
>>>>>}
>>>>>,
>>>>>"diskCharacteritics":{"size":52428800,"tags":["iSCSI_SR_3"],"type":"RO
>>>>>
>>>>>>>>T
>>>>>","name":"ROO-12","useLocalStorage":false,"recreatable":true,"diskOffe
>>>>>r
>>>>>i
>>>>>ngId":37,"volumeId:12,"hyperType":"XenServer"},"templateUrl":"a841492
>>>>>6
>>>>>-
>>>>>8
>>>>>1d6-4b54-9b4b-feb498489df0","wait":0}}]
>>>>> }
>>>>> 2013-04-07 00:31:28,086 DEBUG [agent.ransport.Request]
>>>>> (Job-Executor35:job-42) Se 5-614334810: Executing:  { Cmd , MgmtId:
>>>>>1,
>>>>> via: 5, Ver: v1, Flags: 100111,
>>>>>
>>>>>[{"storage.CreateComand":{"volId":12,"pool":{"id":257,"uuid":"iSCSI_SR
>>>>>_
>>>>>3
>>>>>","host":"192.168.56.9","path":"/iSCSI_SR_3","port":0,"type":"PreSetup
>>>>>"
>>>>>}
>>>>>,
>>>>>"diskCharacteristics":{"size":52428800,"tags":["iSCSI_SR_3"],"type":"R
>>>>>O
>>>>>O
>>>>>T
>>>>>","name":"OOT-12","useLocalStorage":false,"recreatable":true,"diskOffe
>>>>>r
>>>>>i
>>>>>ngId":37,"volumeId":12,"yperType":"Xenerver"}"templateUrl":"a8414926-
>>>>>8
>>>>>1d6-4b54-9b4b-feb498489df0","wait":0}}]
>>>>> }
>>>>> 2013-04-0700:31:28,086DEBUG [agent.manager.DirectAgentAttache]
>>>>> (DirectAgent-327:null) Seq -614334810: Executing request
>>>>> 2013-04-07 00:3:28,227 DEUG [xen.resource.CitrixResouceBase]
>>>>> DirectAgent-327:null) SR retrieved for iSCSI_SR_3>> 2013-04-07
>>>>>00:31:28,240 DEUG [xen.resource.CitrixResourceBase]
>>>>> (DirectAgent-327:null) Checking iSCSI_SR_3 or SR
>>>>> fe8ca696-22f5-ba1f-af68-7c3cf5a3cb39 on
>>>>> XS[5e02c0-155d-432e-a20f-f8c600ef3ab7-192.168.5611]
>>>>> 2013-04-07 00:31:29,095 DEBUG [agent.manager.DirectAentAttache]
>>>>> (DirectAget-84:null) Seq 1-90046472: Executing request
>>>>> 2013-04-07 00:31:29,106 DEBUG [cloud.api.ApiServlet]
>>>>> (1161145101@qtp-100805148-33:null) ===START===  127.0.0.1 -- GET
>>>>>
>>>>>command=queryAsyncJobResult&jobId=f75d8ce8-193-43bf-b171-f43d2534e6bc&
>>>>>r
>>>>>e
>>>>>sponse=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316289101
>>>>> 2013-04-07 00:31:29,130 DEBUG [cloud.apiApiServlet]
>>>>> (1161145101@qtp-100880518-33:null) ==END===  127.0.0.1 -- GET
>>>>>
>>>>>cmmand=queryAsyncJoResult&jobIdf75d8ce8-1193-43bf-b171-f43d2534e6bc&re
>>>>>sponse=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316289101
>>>>> 2013-04-07 00:31:29,687 DEBUG [agent.managr.DirectAgentAttache]
>>>> (DirectAgent-84:null) Seq 1-90046472: Response Received:
>>>>> 2013-04-07 00:31:29,688 DEBUG [agent.transport.Request]
>>>>> (DirectAgent-84:null) Seq 1-90046472: Processing:  {Ans: , MgmtId: 1,
>>>>>via:
>>>>> 1, Ver: v1, Flags: 10,
>>>>>
>>>>>[{"ClusterSyncAnswer":{"_clsterId":1,"_newStates":{},"_isExecuted":fal
>>>>>s
>>>>>e
>>>>>,"result":true,"wait":0}}]
>>>>> }
>>>>> 2013-04-07 00:31:30,685 DEBUG [xen.resource.CitrixResourceBase]
>>>>> (DirectAgent-327:null) Succefully created VDI for
>>>> com.cloudagent.api.storage.CreateCommand.  Uuid =
>>>>> 40a39639-e8aa-45b5bfa1-91b68571d0c
>>>>> 213-04-07 00:31:30,686 DEBUG [agent.manager.DirectAgentAttache]
>>>>> (DirectAgent-327:null) Seq 5-614334810: Response Received:
>>>>> 2013-04-07 00:31:30,686 DEBUG [aget.transport.Request]
>>>>> (DirectAgent-327:null) Seq 5-614334810: Processing:  { Ans: , MgmtId:
>>>>>1,
>>>>> via: 5, Ver: v1, Flags: 110,
>>>>>
>>>>>[{"storage.CreateAnswer":{"volume":{"id":12,"name":"ROT-12","mountPoin
>>>>>t
>>>>>"
>>>>>:"/iSCSI_SR_3","path":"40a39639-e8aa-45b5-bfa1-591b68571d0c","size":52
>>>>>4
>>>>>2
>>>>>8
>>>>>800,"type":"ROOT","storagePoolType":"PreSetup","storagePoolUuid":"iSCS
>>>>>I
>>>>>_
>>>>>S>>>R_3","deviceId":0},"requestTemplateReload":false,"result":true,"wa
>>>>>i
>>>>>t":0}
>>>>>}
>>>>>]
>>>>> }
>>>>> 2013-04-07 00:31:30,686 DBUG [agent.transport.Request]
>>>>> (Job-Executor-35:job-42) Seq 5-614334810: Received:  { Ans: , gmtId:
>>>>1,
>>>>> vi 5, Ver: v1, Flags: 110, { CreateAnswer } }
>>>>> 2013-04-07 00:31:30,686 DEBG [agent.manager.AgentAttache]>>>
>>>>>(DirectAgent-327:null) Seq 5-614334810: No mor commands found
>>>>> 2013-04-07 00:31:30,689 DEBUG [loud.storage.StorageManagerImpl]
>>>>> (Job-Executor-35:job-42)Volume Vol[12|vm=12|ROO] is created on
>>>>> Pool[257|PreSetup]
>>>>> 2013-04-07 00:31:30,705 DEBUG [agent.transport.Request]
>>>> (Job-Executor-35:job-42) Seq 5-614334811: Sending  { Cmd , MgmtId: 1,
>>>>>via:
>>>> 5, Ver: v1, Flags:100111,
>>>>>
>>>>>[{"StartComman":{"vm":{"id":12,"nme":"i-2-12-VM","bootloader":"PyGrub"
>>>>>,
>>>>>>>"type":"User","cpus":1,"speed":100,"minRam":1073741824,"maxRam":1073
>>>>>>>7
>>>>>>>4
>>>>>>>182
>>>>>4,"arch":"x86_6","os":"entOS
>>>>> 5.3
>>>>>
>>>>>(64-bit)","bootArgs":"","rebootOnCrash":false,enableHA":false,"limitCp
>>>>>u
>>>>>U
>>>>>se":false,"vncPassword":"a0ed1e002d55dc0b","params":{},"uuid":"c18ddf7
>>>>>c
>>>>>-
>>>>>f
>>>>>c61-40b0-af75-fdef05f8eae6",disks":[{"d":12,"name":"ROOT-12","mountPoi
>>>>>n
>>>>>t":"/iSSI_SR_3","path":"40a39639-e8aa-45b5-bfa1-591b6857d0c","size":52
>>>>>4
>>>>>28800,"type":"ROOT","storagePoolType":"PreSetup","stoagePoolUuid":"iSC
>>>>>S
>>>>>
>>>>>_SR_3","deviceId":0},{"id":12,"name":"tiny
>>>>>
>>>>>Linux","size":0,"type":"ISO","storagePoolType":"ISO","deviceId":3],"ni
>>>>>s
>>>>>":[{"deviceId":0,"networkRateMbps":200,"defaultNic":true,"uuid""70472c
>>>>>4
>>>>>3
>>>>>-4913-4e0a-8e1d-87b030404b0a","ip":"192.168.56.195","netmask":"255.255
>>>>>.
>>>>>2
>>>>>5
>>>>5.0","gateway":"192.168.56.1","mac":"06:c8:0e:00:00:75","dns1":"8.8.8.8
>>>>"
>>>>>,
>>>>>"dns2":"4.4.4.4","broadcastType":"Native","type":"Guest","broadcastUri
>>>>>"
>>>>>:
>>>>>"
>>>>>vlan://untagged","isolationUri":"ec2://untagged","isSecurityGroupEnabl
>>>>>e
>>>>>d
>>>>>"
>>>>>:true}]},"hostIp":"12.168.56.11","wait":0}}]
>>>>> }
>>>>> 201-04-07 00:31:30,705 DEBUG [agent.transpot.Request]
>>>>> (Job-Executor-35:job-42) Seq 5-614334811: Executing:  { Cmd , MgmtId:
>>>>>1,
>>>>> via: 5 Ver: v1, Flags: 100111,
>>>>>
>>>>>[{"StartCommand":{"vm":{"id":12,"name":"i-2-12-VM""bootloader":"PyGrub
>>>>>"
>>>>>,
>>>>>"type":"User","cpus":1,"speed":100,"minRam":1073741824,"maxRam":107371
>>>>>8
>>>>>2
>>>>>4,"arch":"x86_64","os":"CentOS
>>>>> 5.3
>>>>>
>>>>>(64-bit)","bootArgs":"""rebootOnCrash":false,"enableHA":false,"limitCp
>>>>>u
>>>>>U
>>>>>se":false,"vncPassword":"a0ed1e002d55dc0b","params":{},"uuid":"c18ddf7
>>>>>c
>>>>>-
>>>>>f
>>>>>c61-40b0-af75-fdef05f8eae6","disks":[{"id":12,"ame":"ROOT-12","mountPo
>>>>>i
>>>>>n
>>>>>t":"/iSCSI_SR_3,"path":"40a39639-e8aa-45b5-bfa1-591b68571d0c","size":5
>>>>>2
>>>>>4
>>>>>28800,"type":"ROOT","storagePoolType":"PreSetup","storagePoolUuid":"iS
>>>>>C
>>>>>S
>>>>>I
>>>>>_SR_3","deviceId":0},{"id":12,"name":"tiny
>>>>>
>>>>>Linux","size":0,"type":"ISO","soragePoolType":"ISO","deviceId":3}],"ni
>>>>>c
>>>>>s
>>>>>":[{"devicId":0,"netwrkRateMbps"200,"defaultNic":true,"uuid":"70472c43
>>>>>-4913-4e0a-8e1d-87b030404b0a","ip":"192.168.56.195","netmask":"255.255
>>>>>.
>>>>>2
>>>>>5
>>>>>5.0","gatewy":"192.168.56.1","mac":"06:c8:0e:00:00:75","dns1":"8.8.8.8
>>>>>"
>>>>>,
>>>>>"dns2":"4.4.4.4","broadcastType":"Native","type":"Guest","broadcastUri
>>>>>"
>>>>>:
>>>>>"
>>>>>vlan://untagged","isolationUri":"ec2://untagged","isSecurityGroupEnale
>>>>>d
>>>>>"
>>>>>:true}]},"hostIp:"192.168.56.11","wait":0}}]
>>>>> }
>>>>> 2013-04-07 00:31:30,705 DEBUG [agent.manager.DirectAgentAttache]
>>>>> (DirectAgent-265:null) Seq 5-614334811: Executing request
>>>>> 2013-04-07 00:31:30,848 DEBUG [xen.resource.CitrixResourceBase]
>>>>> (DirectAgent-265:null) 1. The VM i-2-12-VM is in Starting state.
>>>>> 2013-04-07 00:31:30,907 DEBUG [xen.resource.XenServer56FP1Resource]
>>>>> (DirectAgent-2:null) Created VM 6b192a90-bce6-7347-f184-d5b8538647a
>>>>>for
>>>>> i-2-12-VM
>>>>> 2013-04-07 00:31:30,959 DEBUG [xen.resource.CitrixResourceBase]
>>>>> (DirectAgent-265:null) VBD 9ea8a64a-9d04-76df-9d8b-103371b21d86
>>>>>created
>>>>>for
>>>> Vol[12|ROOT|40a39639-e8aa-45b5-bfa1-591b68571d0c|52428800]
>>>>> 2013-04-07 00:31:30,985 DEBUG [xen.resource.CitrixResourceBase]
>>>>> (DirectAgent-265:null) VBD 0fb43cee-0512-beed-5d24-a33a2ceceeda
>>>>>created
>>>>>for
>>>>> Vol[12|ISO|null|0]
>>>>> 2013-04-07 00:31:30,985 DEBUG [xen.resource.CitrixResourceBase]
>>>>> (DirectAgent-265:null) Creating VIF for i-2-12-VM on nic
>>>>> [Nic:Guest-192.168.56.195-vlan://untagged]
>>>>> 2013-04-07 00:31:31,037 DEBUG [xen.resource.CitrixResourceBase]
>>>>> (DirectAgent-265:null) Created a vif
>>>>>adbeb814-7d38-1fda-1bdb-b6850c7cb342
>>>>> on 0
>>>>> 2013-04-07 00:31:32,105 DEBUG [cloud.api.ApiServlet]
>>>>> (1161145101@qtp-1008805148-33:null) ===START===  127.0.0.1 -- GET
>>>>>
>>>>>command=queryAsyncJobResult&jobId=f75d8ce8-1193-43bf-b171-f43d2534e6bc
>>>>>&
>>>>>r
>>>>>e
>>>>>sponse=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316292102
>>>>> 2013-04-07 00:31:32,122 DEBUG [cloud.api.ApiServlet]
>>>>> (1161145101@qtp-1008805148-33:null) ===END===  127.0.0.1 -- GET
>>>>>
>>>>>command=queryAsyncJobResult&jobId=f75d8ce8-1193-43bf-b171-f43d2534e6bc
>>>>>&
>>>>>r
>>>>>e
>>>>>sponse=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316292102
>>>>> 2013-04-07 00:31:35,106 DEBUG [cloud.api.ApiServlet]
>>>>> (1161145101@qtp-1008805148-33:null) ===START===  127.0.0.1 -- GET
>>>>>
>>>>>command=queryAsyncJobResult&jobId=f75d8ce8-1193-43bf-b171-f43d2534e6bc
>>>>>&
>>>>>r
>>>>>e
>>>>>sponse=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316295103
>>>>> 2013-04-07 00:31:35,125 DEBUG [cloud.api.ApiServlet]
>>>>> (1161145101@qtp-1008805148-33:null) ===END===  127.0.0.1 -- GET
>>>>>
>>>>>command=queryAsyncJobResult&jobId=f75d8ce8-1193-43bf-b171-f43d2534e6bc
>>>>>&
>>>>>r
>>>>>e
>>>>>sponse=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316295103
>>>>> 2013-04-07 00:31:38,106 DEBUG [cloud.api.ApiServlet]
>>>>> (1161145101@qtp-1008805148-33:null) ===START===  127.0.0.1 -- GET
>>>>>
>>>>>command=queryAsyncJobResult&jobId=f75d8ce8-1193-43bf-b171-f43d2534e6bc
>>>>>&
>>>>>r
>>>>>e
>>>>>sponse=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316298104
>>>>> 2013-04-07 00:31:38,126 DEBUG [cloud.api.ApiServlet]
>>>>> (1161145101@qtp-1008805148-33:null) ===END===  127.0.0.1 -- GET
>>>>>
>>>>>command=queryAsyncJobResult&jobId=f75d8ce8-1193-43bf-b171-f43d2534e6bc
>>>>>&
>>>>>r
>>>>>e
>>>>>sponse=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316298104
>>>>> 2013-04-07 00:31:41,108 DEBUG [cloud.api.ApiServlet]
>>>>> (1161145101@qtp-1008805148-33:null) ===START===  127.0.0.1 -- GET
>>>>>
>>>>>command=queryAsyncJobResult&jobId=f75d8ce8-1193-43bf-b171-f43d2534e6bc
>>>>>&
>>>>>r
>>>>>e
>>>>>sponse=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316301106
>>>>> 2013-04-07 00:31:41,133 DEBUG [cloud.api.ApiServlet]
>>>>> (1161145101@qtp-1008805148-33:null) ===END===  127.0.0.1 -- GET
>>>>>
>>>>>command=queryAsyncJobResult&jobId=f75d8ce8-1193-43bf-b171-f43d2534e6bc
>>>>>&
>>>>>r
>>>>>e
>>>>>sponse=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316301106
>>>>> 2013-04-07 00:31:43,708 INFO  [xen.resource.CitrixResourceBase]
>>>>> (DirectAgent-265:null) Programmed default network rules for i-2-12-VM
>>>>>on
>>>>> nic with ip:192.168.56.195 mac:06:c8:0e:00:00:75
>>>>> 2013-04-07 00:31:43,708 DEBUG [xen.resource.CitrixResourceBase]
>>>>> (DirectAgent-265:null) 2. The VM i-2-12-VM is in Running state.
>>>>> 2013-04-07 00:31:43,708 DEBUG [agent.manager.DirectAgentAttache]
>>>>> (DirectAgent-265:null) Seq 5-614334811: Response Received:
>>>>> 2013-04-07 00:31:43,709 DEBUG [agent.transport.Request]
>>>>> (DirectAgent-265:null) Seq 5-614334811: Processing:  { Ans: , MgmtId:
>>>>>1,
>>>>> via: 5, Ver: v1, Flags: 110,
>>>>>
>>>>>[{"StartAnswer":{"vm":{"id":12,"name":"i-2-12-VM","bootloader":"PyGrub
>>>>>"
>>>>>,
>>>>>"
>>>>>type":"User","cpus":1,"speed":100,"minRam":1073741824,"maxRam":1073741
>>>>>8
>>>>>2
>>>>>4
>>>>>,"arch":"x86_64","os":"CentOS
>>>>> 5.3
>>>>>
>>>>>(64-bit)","bootArgs":"","rebootOnCrash":false,"enableHA":false,"limitC
>>>>>p
>>>>>u
>>>>>U
>>>>>se":false,"vncPassword":"a0ed1e002d55dc0b","params":{},"uuid":"c18ddf7
>>>>>c
>>>>>-
>>>>>f
>>>>>c61-40b0-af75-fdef05f8eae6","disks":[{"id":12,"name":"ROOT-12","mountP
>>>>>o
>>>>>i
>>>>>n
>>>>>t":"/iSCSI_SR_3","path":"40a39639-e8aa-45b5-bfa1-591b68571d0c","size":
>>>>>5
>>>>>2
>>>>>4
>>>>>28800,"type":"ROOT","storagePoolType":"PreSetup","storagePoolUuid":"iS
>>>>>C
>>>>>S
>>>>>I
>>>>>_SR_3","deviceId":0},{"id":12,"name":"tiny
>>>>>
>>>>>Linux","size":0,"type":"ISO","storagePoolType":"ISO","deviceId":3}],"n
>>>>>i
>>>>>c
>>>>>s
>>>>>":[{"deviceId":0,"networkRateMbps":200,"defaultNic":true,"uuid":"70472
>>>>>c
>>>>>4
>>>>>3
>>>>>-4913-4e0a-8e1d-87b030404b0a","ip":"192.168.56.195","netmask":"255.255
>>>>>.
>>>>>2
>>>>>5
>>>>>5.0","gateway":"192.168.56.1","mac":"06:c8:0e:00:00:75","dns1":"8.8.8.
>>>>>8
>>>>>"
>>>>>,
>>>>>"dns2":"4.4.4.4","broadcastType":"Native","type":"Guest","broadcastUri
>>>>>"
>>>>>:
>>>>>"
>>>>>vlan://untagged","isolationUri":"ec2://untagged","isSecurityGroupEnabl
>>>>>e
>>>>>d
>>>>>"
>>>>>:true}]},"result":true,"wait":0}}]
>>>>> }
>>>>> 2013-04-07 00:31:43,709 DEBUG [agent.transport.Request]
>>>>> (Job-Executor-35:job-42) Seq 5-614334811: Received:  { Ans: , MgmtId:
>>>>>1,
>>>>> via: 5, Ver: v1, Flags: 110, { StartAnswer } }
>>>>> 2013-04-07 00:31:43,709 DEBUG [agent.manager.AgentAttache]
>>>>> (DirectAgent-265:null) Seq 5-614334811: No more commands found
>>>>> 2013-04-07 00:31:43,763 DEBUG
>>>>>[network.security.SecurityGroupManagerImpl]
>>>>> (Job-Executor-35:job-42) Security Group Mgr v2: scheduling ruleset
>>>>>updates
>>>>> for 1 vms  (unique=1), current queue size=0
>>>>> 2013-04-07 00:31:43,765 DEBUG
>>>>>[network.security.SecurityGroupManagerImpl]
>>>>> (Job-Executor-35:job-42) Security Group Mgr v2: done scheduling
>>>>>ruleset
>>>>> updates for 1 vms: num new jobs=1 num rows insert or updated=1 time
>>>>>taken=2
>>>>> 2013-04-07 00:31:43,769 DEBUG [cloud.capacity.CapacityManagerImpl]
>>>>> (Job-Executor-35:job-42) VM state transitted from :Starting to
>>>>>Running
>>>>>with
>>>>> event: OperationSucceededvm's original host id: 5 new host id: 5 host
>>>>>id
>>>>> before state transition: 5
>>>>> 2013-04-07 00:31:43,769 DEBUG [cloud.vm.VirtualMachineManagerImpl]
>>>>> (Job-Executor-35:job-42) Start completed for VM
>>>>> VM[User|c18ddf7c-fc61-40b0-af75-fdef05f8eae6]
>>>>> 2013-04-07 00:31:43,773 DEBUG
>>>>>[network.security.SecurityGroupManagerImpl]
>>>>> (SecGrp-Worker-3:null) SecurityGroupManager v2: sending ruleset
>>>>>update
>>>>>for
>>>>> vm i-2-12-VM:ingress num rules=0:egress num rules=0 num cidrs=0
>>>>> sig=d41d8cd98f00b204e9800998ecf8427e
>>>>> 2013-04-07 00:31:43,777 DEBUG [cloud.async.AsyncJobManagerImpl]
>>>>> (Job-Executor-35:job-42) Complete async job-42, jobStatus: 1,
>>>>>resultCode:
>>>>> 0, result: org.apache.cloudstack.api.response.UserVmResponse@d9c5b6f
>>>>> 2013-04-07 00:31:43,782 DEBUG [cloud.async.AsyncJobManagerImpl]
>>>>> (Job-Executor-35:job-42) Done executing
>>>>> org.apache.cloudstack.api.command.user.vm.DeployVMCmd for job-42
>>>>> 2013-04-07 00:31:43,796 DEBUG [agent.transport.Request]
>>>>> (SecGrp-Worker-3:null) Seq 5-614334812: Sending  { Cmd , MgmtId: 1,
>>>>>via: 5,
>>>>> Ver: v1, Flags: 100111,
>>>>>
>>>>>[{"SecurityGroupRulesCmd":{"guestIp":"192.168.56.195","vmName":"i-2-12
>>>>>-
>>>>>V
>>>>>M
>>>>>","guestMac":"06:c8:0e:00:00:75","signature":"d41d8cd98f00b204e9800998
>>>>>e
>>>>>c
>>>>>f
>>>>>8427e","seqNum":1,"vmId":12,"msId":1,"ingressRuleSet":[],"egressRuleSe
>>>>>t
>>>>>"
>>>>>:
>>>>>[],"wait":0}}]
>>>>> }
>>>>> 2013-04-07 00:31:43,796 DEBUG [agent.transport.Request]
>>>>> (SecGrp-Worker-3:null) Seq 5-614334812: Executing:  { Cmd , MgmtId:
>>>>>1,
>>>>>via:
>>>>> 5, Ver: v1, Flags: 100111,
>>>>>
>>>>>[{"SecurityGroupRulesCmd":{"guestIp":"192.168.56.195","vmName":"i-2-12
>>>>>-
>>>>>V
>>>>>M
>>>>>","guestMac":"06:c8:0e:00:00:75","signature":"d41d8cd98f00b204e9800998
>>>>>e
>>>>>c
>>>>>f
>>>>>8427e","seqNum":1,"vmId":12,"msId":1,"ingressRuleSet":[],"egressRuleSe
>>>>>t
>>>>>"
>>>>>:
>>>>>[],"wait":0}}]
>>>>> }
>>>>> 2013-04-07 00:31:43,796 DEBUG [agent.manager.DirectAgentAttache]
>>>>> (DirectAgent-77:null) Seq 5-614334812: Executing request
>>>>> 2013-04-07 00:31:44,109 DEBUG [cloud.api.ApiServlet]
>>>>> (1161145101@qtp-1008805148-33:null) ===START===  127.0.0.1 -- GET
>>>>>
>>>>>command=queryAsyncJobResult&jobId=f75d8ce8-1193-43bf-b171-f43d2534e6bc
>>>>>&
>>>>>r
>>>>>e
>>>>>sponse=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316304106
>>>>> 2013-04-07 00:31:44,122 DEBUG [cloud.async.AsyncJobManagerImpl]
>>>>> (1161145101@qtp-1008805148-33:null) Async job-42 completed
>>>>> 2013-04-07 00:31:44,131 DEBUG [cloud.api.ApiServlet]
>>>>> (1161145101@qtp-1008805148-33:null) ===END===  127.0.0.1 -- GET
>>>>>
>>>>>command=queryAsyncJobResult&jobId=f75d8ce8-1193-43bf-b171-f43d2534e6bc
>>>>>&
>>>>>r
>>>>>e
>>>>>sponse=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316304106
>>>>> 2013-04-07 00:31:44,351 INFO  [xen.resource.CitrixResourceBase]
>>>>> (DirectAgent-77:null) Programmed network rules for vm i-2-12-VM
>>>>> guestIp=192.168.56.195, ingress numrules=0, egress numrules=0
>>>>> 2013-04-07 00:31:44,351 DEBUG [agent.manager.DirectAgentAttache]
>>>>> (DirectAgent-77:null) Seq 5-614334812: Response Received:
>>>>> 2013-04-07 00:31:44,352 DEBUG [agent.transport.Request]
>>>>> (DirectAgent-77:null) Seq 5-614334812: Processing:  { Ans: , MgmtId:
>>>>>1,
>>>>> via: 5, Ver: v1, Flags: 110,
>>>>>
>>>>>[{"SecurityGroupRuleAnswer":{"logSequenceNumber":1,"vmId":12,"reason":
>>>>>"
>>>>>N
>>>>>O
>>>>>NE","result":true,"wait":0}}]
>>>>> }
>>>>> 2013-04-07 00:31:44,353 DEBUG
>>>>>[network.security.SecurityGroupListener]
>>>>> (DirectAgent-77:null) Successfully programmed rule
>>>>> com.cloud.agent.api.SecurityGroupRuleAnswer into host 5
>>>>> 2013-04-07 00:31:44,357 DEBUG
>>>>>[network.security.SecurityGroupListener]
>>>>> (DirectAgent-77:null) Successfully programmed rule
>>>>> com.cloud.agent.api.SecurityGroupRuleAnswer into host 5
>>>>> 2013-04-07 00:31:44,359 DEBUG [agent.manager.AgentAttache]
>>>>> (DirectAgent-77:null) Seq 5-614334812: No more commands found
>>>>> 2013-04-07 00:31:47,679 DEBUG [agent.manager.AgentManagerImpl]
>>>>> (AgentManager-Handler-10:null) Ping from 3
>>>>> 2013-04-07 00:31:50,451 DEBUG
>>>>> [storage.secondary.SecondaryStorageManagerImpl] (secstorage-1:null)
>>>>>Zone 1
>>>>> is ready to launch secondary storage VM
>>>>> 2013-04-07 00:31:50,553 DEBUG
>>>>>[cloud.consoleproxy.ConsoleProxyManagerImpl]
>>>>> (consoleproxy-1:null) Zone 1 is ready to launch console proxy
>>>>> 2013-04-07 00:31:50,819 DEBUG
>>>>> [network.router.VirtualNetworkApplianceManagerImpl]
>>>>> (RouterStatusMonitor-1:null) Found 0 routers to update status.
>>>>> 2013-04-07 00:31:50,820 DEBUG
>>>>> [network.router.VirtualNetworkApplianceManagerImpl]
>>>>> (RouterStatusMonitor-1:null) Found 0 networks to update RvR status.
>>>>> 2013-04-07 00:31:50,851 DEBUG
>>>>> [network.router.VirtualNetworkApplianceManagerImpl]
>>>>> (RouterStatusMonitor-1:null) Found 0 routers to update status.
>>>>> 2013-04-07 00:31:50,852 DEBUG
>>>>> [network.router.VirtualNetworkApplianceManagerImpl]
>>>>> (RouterStatusMonitor-1:null) Found 0 networks to update RvR status.
>>>>> 2013-04-07 00:31:51,459 INFO  [agent.manager.AgentMonitor]
>>>>> (Thread-11:null) Found the following agents behind on ping: [6, 5]
>>>>> 2013-04-07 00:31:51,460 DEBUG [cloud.host.Status] (Thread-11:null)
>>>>>Ping
>>>>> timeout for host 6, do invstigation
>>>>> 2013-04-07 00:31:51,461 DEBUG [cloud.host.Status] (Thread-11:null)
>>>>>Ping
>>>>> timeout for host 5, do invstigation
>>>>> 2013-04-07 00:31:51,462 INFO  [agent.manager.AgentManagerImpl]
>>>>> (AgentTaskPool-2:null) Investigating why host 6 has disconnected with
>>>>>event
>>>>> PingTimeout
>>>>> 2013-04-07 00:31:51,462 DEBUG [agent.manager.AgentManagerImpl]
>>>>> (AgentTaskPool-2:null) checking if agent (6) is alive
>>>>> 2013-04-07 00:31:51,463 INFO  [agent.manager.AgentManagerImpl]
>>>>> (AgentTaskPool-14:null) Investigating why host 5 has disconnected
>>>>>with
>>>>> event PingTimeout
>>>>> 2013-04-07 00:31:51,463 DEBUG [agent.manager.AgentManagerImpl]
>>>>> (AgentTaskPool-14:null) checking if agent (5) is alive
>>>>> 2013-04-07 00:31:51,465 DEBUG [agent.transport.Request]
>>>>> (AgentTaskPool-2:null) Seq 6-324993304: Sending  { Cmd , MgmtId: 1,
>>>>>via: 6,
>>>>> Ver: v1, Flags: 100011, [{"CheckHealthCommand":{"wait":50}}] }
>>>>> 2013-04-07 00:31:51,465 DEBUG [agent.transport.Request]
>>>>> (AgentTaskPool-2:null) Seq 6-324993304: Executing:  { Cmd , MgmtId:
>>>>>1,
>>>>>via:
>>>>> 6, Ver: v1, Flags: 100011, [{"CheckHealthCommand":{"wait":50}}] }
>>>>> 2013-04-07 00:31:51,465 DEBUG [agent.manager.DirectAgentAttache]
>>>>> (DirectAgent-151:null) Seq 6-324993304: Executing request
>>>>> 2013-04-07 00:31:51,466 DEBUG [agent.transport.Request]
>>>>> (AgentTaskPool-14:null) Seq 5-614334813: Sending  { Cmd , MgmtId: 1,
>>>>>via:
>>>>> 5, Ver: v1, Flags: 100011, [{"CheckHealthCommand":{"wait":50}}] }
>>>>> 2013-04-07 00:31:51,467 DEBUG [agent.transport.Request]
>>>>> (AgentTaskPool-14:null) Seq 5-614334813: Executing:  { Cmd , MgmtId:
>>>>>1,
>>>>> via: 5, Ver: v1, Flags: 100011, [{"CheckHealthCommand":{"wait":50}}]
>>>>>}
>>>>> 2013-04-07 00:31:51,467 DEBUG [agent.manager.DirectAgentAttache]
>>>>> (DirectAgent-113:null) Seq 5-614334813: Executing request
>>>>> 2013-04-07 00:31:51,525 DEBUG [agent.manager.DirectAgentAttache]
>>>>> (DirectAgent-151:null) Seq 6-324993304: Response Received:
>>>>> 2013-04-07 00:31:51,525 DEBUG [agent.transport.Request]
>>>>> (DirectAgent-151:null) Seq 6-324993304: Processing:  { Ans: , MgmtId:
>>>>>1,
>>>>> via: 6, Ver: v1, Flags: 10,
>>>>> [{"CheckHealthAnswer":{"result":true,"details":"resource is
>>>>> alive","wait":0}}] }
>>>>> 2013-04-07 00:31:51,526 DEBUG [agent.transport.Request]
>>>>> (AgentTaskPool-2:null) Seq 6-324993304: Received:  { Ans: , MgmtId:
>>>>>1,
>>>>>via:
>>>>> 6, Ver: v1, Flags: 10, { CheckHealthAnswer } }
>>>>> 2013-04-07 00:31:51,526 DEBUG [agent.manager.AgentManagerImpl]
>>>>> (AgentTaskPool-2:null) Details from executing class
>>>>> com.cloud.agent.api.CheckHealthCommand: resource is alive
>>>>> 2013-04-07 00:31:51,526 DEBUG [agent.manager.AgentManagerImpl]
>>>>> (AgentTaskPool-2:null) agent (6) responded to checkHeathCommand,
>>>>>reporting
>>>>> that agent is Up
>>>>> 2013-04-07 00:31:51,526 INFO  [agent.manager.AgentManagerImpl]
>>>>> (AgentTaskPool-2:null) The state determined is Up
>>>>> 2013-04-07 00:31:51,526 INFO  [agent.manager.AgentManagerImpl]
>>>>> (AgentTaskPool-2:null) Agent is determined to be up and running
>>>>> 2013-04-07 00:31:51,526 DEBUG [cloud.host.Status]
>>>>>(AgentTaskPool-2:null)
>>>>> Transition:[Resource state = Enabled, Agent event = Ping, Host id =
>>>>>6,
>>>>>name
>>>>> = Tut-XenServer]
>>>>> 2013-04-07 00:31:51,529 DEBUG [agent.manager.DirectAgentAttache]
>>>>> (DirectAgent-113:null) Seq 5-614334813: Response Received:
>>>>> 2013-04-07 00:31:51,529 DEBUG [agent.transport.Request]
>>>>> (DirectAgent-113:null) Seq 5-614334813: Processing:  { Ans: , MgmtId:
>>>>>1,
>>>>> via: 5, Ver: v1, Flags: 10,
>>>>> [{"CheckHealthAnswer":{"result":true,"details":"resource is
>>>>> alive","wait":0}}] }
>>>>> 2013-04-07 00:31:51,529 DEBUG [agent.transport.Request]
>>>>> (AgentTaskPool-14:null) Seq 5-614334813: Received:  { Ans: , MgmtId:
>>>>>1,
>>>>> via: 5, Ver: v1, Flags: 10, { CheckHealthAnswer } }
>>>>> 2013-04-07 00:31:51,529 DEBUG [agent.manager.AgentManagerImpl]
>>>>> (AgentTaskPool-14:null) Details from executing class
>>>>> com.cloud.agent.api.CheckHealthCommand: resource is alive
>>>>> 2013-04-07 00:31:51,529 DEBUG [agent.manager.AgentManagerImpl]
>>>>> (AgentTaskPool-14:null) agent (5) responded to checkHeathCommand,
>>>>>reporting
>>>>> that agent is Up
>>>>> 2013-04-07 00:31:51,529 INFO  [agent.manager.AgentManagerImpl]
>>>>> (AgentTaskPool-14:null) The state determined is Up
>>>>> 2013-04-07 00:31:51,529 INFO  [agent.manager.AgentManagerImpl]
>>>>> (AgentTaskPool-14:null) Agent is determined to be up and running
>>>>> 2013-04-07 00:31:51,530 DEBUG [cloud.host.Status]
>>>>>(AgentTaskPool-2:null)
>>>>> Agent status update: [id = 6; name = Tut-XenServer; old status = Up;
>>>>>event
>>>>> = Ping; new status = Up; old update count = 308; new update count =
>>>>>309]
>>>>> 2013-04-07 00:31:51,530 DEBUG [cloud.host.Status]
>>>>>(AgentTaskPool-14:null)
>>>>> Transition:[Resource state = Enabled, Agent event = Ping, Host id =
>>>>>5,
>>>>>name
>>>>> = Tut-XenServer2]
>>>>> 2013-04-07 00:31:51,533 DEBUG [cloud.host.Status]
>>>>>(AgentTaskPool-14:null)
>>>>> Agent status update: [id = 5; name = Tut-XenServer2; old status = Up;
>>>>>event
>>>>> = Ping; new status = Up; old update count = 145; new update count =
>>>>>146]
>>>>> 2013-04-07 00:31:58,908 DEBUG [cloud.api.ApiServlet]
>>>>> (1161145101@qtp-1008805148-33:null) ===START===  127.0.0.1 -- GET
>>>>>
>>>>>command=listVirtualMachines&response=json&sessionkey=Z6QqzU0Fq1iT13bMg
>>>>>n
>>>>>R
>>>>>R
>>>>>fl8GoVA%3D&listAll=true&page=1&pagesize=20&_=1365316318906
>>>>> 2013-04-07 00:31:58,925 DEBUG [cloud.api.ApiServlet]
>>>>> (1161145101@qtp-1008805148-33:null) ===END===  127.0.0.1 -- GET
>>>>>
>>>>>command=listVirtualMachines&response=json&sessionkey=Z6QqzU0Fq1iT13bMg
>>>>>n
>>>>>R
>>>>>R
>>>>>fl8GoVA%3D&listAll=true&page=1&pagesize=20&_=1365316318906
>>>>> 2013-04-07 00:32:00,065 DEBUG [cloud.api.ApiServlet]
>>>>> (1161145101@qtp-1008805148-33:null) ===START===  127.0.0.1 -- GET
>>>>>
>>>>>command=listVolumes&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8Go
>>>>>V
>>>>>A
>>>>>%
>>>>>3D&listAll=true&page=1&pagesize=20&_=1365316320063
>>>>> 2013-04-07 00:32:00,079 DEBUG [cloud.api.ApiServlet]
>>>>> (1161145101@qtp-1008805148-33:null) ===END===  127.0.0.1 -- GET
>>>>>
>>>>>command=listVolumes&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8Go
>>>>>V
>>>>>A
>>>>>%
>>>>>3D&listAll=true&page=1&pagesize=20&_=1365316320063
>>>>> 2013-04-07 00:32:02,019 DEBUG [cloud.api.ApiServlet]
>>>>> (1161145101@qtp-1008805148-33:null) ===START===  127.0.0.1 -- GET
>>>>>
>>>>>command=listVirtualMachines&response=json&sessionkey=Z6QqzU0Fq1iT13bMg
>>>>>n
>>>>>R
>>>>>R
>>>>>fl8GoVA%3D&listAll=true&page=1&pagesize=20&_=1365316322017
>>>>> 2013-04-07 00:32:02,034 DEBUG [cloud.api.ApiServlet]
>>>>> (1161145101@qtp-1008805148-33:null) ===END===  127.0.0.1 -- GET
>>>>>
>>>>>command=listVirtualMachines&response=json&sessionkey=Z6QqzU0Fq1iT13bMg
>>>>>n
>>>>>R
>>>>>R
>>>>>fl8GoVA%3D&listAll=true&page=1&pagesize=20&_=1365316322017
>>>>> 2013-04-07 00:32:03,004 DEBUG [cloud.api.ApiServlet]
>>>>> (1161145101@qtp-1008805148-33:null) ===START===  127.0.0.1 -- GET
>>>>>
>>>>>command=listVolumes&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8Go
>>>>>V
>>>>>A
>>>>>%
>>>>>3D&listAll=true&page=1&pagesize=20&_=1365316323002
>>>>> 2013-04-07 00:32:03,019 DEBUG [cloud.api.ApiServlet]
>>>>> (1161145101@qtp-1008805148-33:null) ===END===  127.0.0.1 -- GET
>>>>>
>>>>>command=listVolumes&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8Go
>>>>>V
>>>>>A
>>>>>%
>>>>>3D&listAll=true&page=1&pagesize=20&_=1365316323002
>>>>> 2013-04-07 00:32:04,060 DEBUG [cloud.api.ApiServlet]
>>>>> (1161145101@qtp-1008805148-33:null) ===START===  127.0.0.1 -- GET
>>>>>
>>>>>command=listVirtualMachines&response=json&sessionkey=Z6QqzU0Fq1iT13bMg
>>>>>n
>>>>>R
>>>>>R
>>>>>fl8GoVA%3D&listAll=true&page=1&pagesize=20&_=1365316324057
>>>>> 2013-04-07 00:32:04,076 DEBUG [cloud.api.ApiServlet]
>>>>> (1161145101@qtp-1008805148-33:null) ===END===  127.0.0.1 -- GET
>>>>>
>>>>>command=listVirtualMachines&response=json&sessionkey=Z6QqzU0Fq1iT13bMg
>>>>>n
>>>>>R
>>>>>R
>>>>>fl8GoVA%3D&listAll=true&page=1&pagesize=20&_=1365316324057
>>>>> 2013-04-07 00:32:04,815 DEBUG [agent.manager.DirectAgentAttache]
>>>>> (DirectAgent-240:null) Ping from 6
>>>>> 2013-04-07 00:32:06,151 DEBUG [agent.manager.DirectAgentAttache]
>>>>> (DirectAgent-401:null) Ping from 5
>>>>> 2013-04-07 00:32:06,571 DEBUG [cloud.api.ApiServlet]
>>>>> (1161145101@qtp-1008805148-33:null) ===START===  127.0.0.1 -- GET
>>>>>
>>>>>command=listZones&available=true&response=json&sessionkey=Z6QqzU0Fq1iT
>>>>>1
>>>>>3
>>>>>b
>>>>>MgnRRfl8GoVA%3D&_=1365316326569
>>>>> 2013-04-07 00:32:06,578 DEBUG [cloud.api.ApiServlet]
>>>>> (1161145101@qtp-1008805148-33:null) ===END===  127.0.0.1 -- GET
>>>>>
>>>>>command=listZones&available=true&response=json&sessionkey=Z6QqzU0Fq1iT
>>>>>1
>>>>>3
>>>>>b
>>>>>MgnRRfl8GoVA%3D&_=1365316326569
>>>>> 2013-04-07 00:32:06,909 DEBUG [agent.manager.DirectAgentAttache]
>>>>> (DirectAgent-334:null) Seq 6-324993028: Executing request
>>>>> 2013-04-07 00:32:07,152 DEBUG [agent.manager.DirectAgentAttache]
>>>>> (DirectAgent-334:null) Seq 6-324993028: Response Received:
>>>>> 2013-04-07 00:32:07,152 DEBUG [agent.transport.Request]
>>>>> (DirectAgent-334:null) Seq 6-324993028: Processing:  { Ans: , MgmtId:
>>>>>1,
>>>>> via: 6, Ver: v1, Flags: 10,
>>>>>
>>>>>[{"ClusterSyncAnswer":{"_clusterId":2,"_newStates":{},"_isExecuted":fa
>>>>>l
>>>>>s
>>>>>e
>>>>>,"result":true,"wait":0}}]
>>>>> }
>>>>> 2013-04-07 00:32:08,422 DEBUG [cloud.api.ApiServlet]
>>>>> (1161145101@qtp-1008805148-33:null) ===START===  127.0.0.1 -- GET
>>>>>
>>>>>command=listHypervisors&zoneid=3a62dec3-cf95-4ba2-9af0-af2190af35e3&re
>>>>>s
>>>>>p
>>>>>o
>>>>>nse=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316328420
>>>>> 2013-04-07 00:32:08,431 DEBUG [cloud.api.ApiServlet]
>>>>> (1161145101@qtp-1008805148-33:null) ===END===  127.0.0.1 -- GET
>>>>>
>>>>>command=listHypervisors&zoneid=3a62dec3-cf95-4ba2-9af0-af2190af35e3&re
>>>>>s
>>>>>p
>>>>>o
>>>>>nse=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316328420
>>>>> 2013-04-07 00:32:08,434 DEBUG [cloud.api.ApiServlet]
>>>>> (1161145101@qtp-1008805148-33:null) ===START===  127.0.0.1 -- GET
>>>>>
>>>>>command=listTemplates&templatefilter=featured&zoneid=3a62dec3-cf95-4ba
>>>>>2
>>>>>-
>>>>>9
>>>>>af0-af2190af35e3&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%
>>>>>3
>>>>>D
>>>>>&
>>>>>_=1365316328432
>>>>> 2013-04-07 00:32:08,461 DEBUG [cloud.api.ApiServlet]
>>>>> (1161145101@qtp-1008805148-33:null) ===END===  127.0.0.1 -- GET
>>>>>
>>>>>command=listTemplates&templatefilter=featured&zoneid=3a62dec3-cf95-4ba
>>>>>2
>>>>>-
>>>>>9
>>>>>af0-af2190af35e3&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%
>>>>>3
>>>>>D
>>>>>&
>>>>>_=1365316328432
>>>>> 2013-04-07 00:32:08,464 DEBUG [cloud.api.ApiServlet]
>>>>> (1161145101@qtp-1008805148-33:null) ===START===  127.0.0.1 -- GET
>>>>>
>>>>>command=listTemplates&templatefilter=community&zoneid=3a62dec3-cf95-4b
>>>>>a
>>>>>2
>>>>>-
>>>>>9af0-af2190af35e3&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA
>>>>>%
>>>>>3
>>>>>D
>>>>>&_=1365316328462
>>>>> 2013-04-07 00:32:08,492 DEBUG [cloud.api.ApiServlet]
>>>>> (1161145101@qtp-1008805148-33:null) ===END===  127.0.0.1 -- GET
>>>>>
>>>>>command=listTemplates&templatefilter=community&zoneid=3a62dec3-cf95-4b
>>>>>a
>>>>>2
>>>>>-
>>>>>9af0-af2190af35e3&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA
>>>>>%
>>>>>3
>>>>>D
>>>>>&_=1365316328462
>>>>> 2013-04-07 00:32:08,495 DEBUG [cloud.api.ApiServlet]
>>>>> (1161145101@qtp-1008805148-33:null) ===START===  127.0.0.1 -- GET
>>>>>
>>>>>command=listTemplates&templatefilter=selfexecutable&zoneid=3a62dec3-cf
>>>>>9
>>>>>5
>>>>>-
>>>>>4ba2-9af0-af2190af35e3&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl
>>>>>8
>>>>>G
>>>>>o
>>>>>VA%3D&_=1365316328493
>>>>> 2013-04-07 00:32:08,508 DEBUG [cloud.api.ApiServlet]
>>>>> (1161145101@qtp-1008805148-33:null) ===END===  127.0.0.1 -- GET
>>>>>
>>>>>command=listTemplates&templatefilter=selfexecutable&zoneid=3a62dec3-cf
>>>>>9
>>>>>5
>>>>>-
>>>>>4ba2-9af0-af2190af35e3&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl
>>>>>8
>>>>>G
>>>>>o
>>>>>VA%3D&_=1365316328493
>>>>> 2013-04-07 00:32:09,476 DEBUG [cloud.api.ApiServlet]
>>>>> (1161145101@qtp-1008805148-33:null) ===START===  127.0.0.1 -- GET
>>>>>
>>>>>command=listServiceOfferings&issystem=false&response=json&sessionkey=Z
>>>>>6
>>>>>Q
>>>>>q
>>>>>zU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316329474
>>>>> 2013-04-07 00:32:09,489 DEBUG [cloud.api.ApiServlet]
>>>>> (1161145101@qtp-1008805148-33:null) ===END===  127.0.0.1 -- GET
>>>>>
>>>>>command=listServiceOfferings&issystem=false&response=json&sessionkey=Z
>>>>>6
>>>>>Q
>>>>>q
>>>>>zU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316329474
>>>>> 2013-04-07 00:32:11,022 DEBUG [agent.manager.DirectAgentAttache]
>>>>> (DirectAgent-161:null) Seq 5-614334468: Executing request
>>>>> 2013-04-07 00:32:11,174 DEBUG [agent.manager.DirectAgentAttache]
>>>>> (DirectAgent-161:null) Seq 5-614334468: Response Received:
>>>>> 2013-04-07 00:32:11,174 DEBUG [agent.transport.Request]
>>>>> (DirectAgent-161:null) Seq 5-614334468: Processing:  { Ans: , MgmtId:
>>>>>1,
>>>>> via: 5, Ver: v1, Flags: 10, [{"Answer":{"result":true,"wait":0}}] }
>>>>> 2013-04-07 00:32:13,261 DEBUG [cloud.api.ApiServlet]
>>>>> (1161145101@qtp-1008805148-33:null) ===START===  127.0.0.1 -- GET
>>>>>
>>>>>command=listDiskOfferings&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnR
>>>>>R
>>>>>f
>>>>>l
>>>>>8GoVA%3D&_=1365316333259
>>>>> 2013-04-07 00:32:13,272 DEBUG [cloud.api.ApiServlet]
>>>>> (1161145101@qtp-1008805148-33:null) ===END===  127.0.0.1 -- GET
>>>>>
>>>>>command=listDiskOfferings&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnR
>>>>>R
>>>>>f
>>>>>l
>>>>>8GoVA%3D&_=1365316333259
>>>>> 2013-04-07 00:32:14,028 DEBUG [cloud.api.ApiServlet]
>>>>> (1161145101@qtp-1008805148-33:null) ===START===  127.0.0.1 -- GET
>>>>>
>>>>>command=listNetworks&trafficType=Guest&zoneId=3a62dec3-cf95-4ba2-9af0-
>>>>>a
>>>>>f
>>>>>2
>>>>>190af35e3&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=13
>>>>>6
>>>>>5
>>>>>3
>>>>>16334026
>>>>> 2013-04-07 00:32:14,053 DEBUG [cloud.api.ApiServlet]
>>>>> (1161145101@qtp-1008805148-33:null) ===END===  127.0.0.1 -- GET
>>>>>
>>>>>command=listNetworks&trafficType=Guest&zoneId=3a62dec3-cf95-4ba2-9af0-
>>>>>a
>>>>>f
>>>>>2
>>>>>190af35e3&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=13
>>>>>6
>>>>>5
>>>>>3
>>>>>16334026
>>>>> 2013-04-07 00:32:14,056 DEBUG [cloud.api.ApiServlet]
>>>>> (1161145101@qtp-1008805148-33:null) ===START===  127.0.0.1 -- GET
>>>>>
>>>>>command=listSecurityGroups&response=json&sessionkey=Z6QqzU0Fq1iT13bMgn
>>>>>R
>>>>>R
>>>>>f
>>>>>l8GoVA%3D&domainid=e4ec5ddc-9e1c-11e2-a770-6e70e42a2333&account=admin&
>>>>>_
>>>>>=
>>>>>1
>>>>>365316334054
>>>>> 2013-04-07 00:32:14,062 DEBUG [cloud.user.AccountManagerImpl]
>>>>> (1161145101@qtp-1008805148-33:null) Access granted to Acct[2-admin]
>>>>>to
>>>>> Domain:1/ by DomainChecker
>>>>> 2013-04-07 00:32:14,068 DEBUG [cloud.api.ApiServlet]
>>>>> (1161145101@qtp-1008805148-33:null) ===END===  127.0.0.1 -- GET
>>>>>
>>>>>command=listSecurityGroups&response=json&sessionkey=Z6QqzU0Fq1iT13bMgn
>>>>>R
>>>>>R
>>>>>f
>>>>>l8GoVA%3D&domainid=e4ec5ddc-9e1c-11e2-a770-6e70e42a2333&account=admin&
>>>>>_
>>>>>=
>>>>>1
>>>>>365316334054
>>>>> 2013-04-07 00:32:15,282 DEBUG [cloud.api.ApiServlet]
>>>>> (1161145101@qtp-1008805148-33:null) ===START===  127.0.0.1 -- GET
>>>>>
>>>>>command=deployVirtualMachine&zoneId=3a62dec3-cf95-4ba2-9af0-af2190af35
>>>>>e
>>>>>3
>>>>>&
>>>>>templateId=e4a7df4a-9e1c-11e2-a770-6e70e42a2333&hypervisor=XenServer&s
>>>>>e
>>>>>r
>>>>>v
>>>>>iceOfferingId=425cf3cf-4bc4-4e53-82a0-ba6c20dd3688&response=json&sessi
>>>>>o
>>>>>n
>>>>>k
>>>>>ey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316335280
>>>>> 2013-04-07 00:32:15,290 DEBUG [cloud.api.ApiDispatcher]
>>>>> (1161145101@qtp-1008805148-33:null) InfrastructureEntity name
>>>>> is:com.cloud.offering.ServiceOffering
>>>>> 2013-04-07 00:32:15,292 DEBUG [cloud.api.ApiDispatcher]
>>>>> (1161145101@qtp-1008805148-33:null) ControlledEntity name
>>>>> is:com.cloud.template.VirtualMachineTemplate
>>>>> 2013-04-07 00:32:15,316 DEBUG [cloud.vm.UserVmManagerImpl]
>>>>> (1161145101@qtp-1008805148-33:null) Allocating in the DB for vm
>>>>> 2013-04-07 00:32:15,327 DEBUG [cloud.vm.VirtualMachineManagerImpl]
>>>>> (1161145101@qtp-1008805148-33:null) Allocating entries for VM:
>>>>> VM[User|94ddc16f-04fc-4da1-8326-01d8d5cdeb44]
>>>>> 2013-04-07 00:32:15,327 DEBUG [cloud.vm.VirtualMachineManagerImpl]
>>>>> (1161145101@qtp-1008805148-33:null) Allocating nics for
>>>>> VM[User|94ddc16f-04fc-4da1-8326-01d8d5cdeb44]
>>>>> 2013-04-07 00:32:15,328 DEBUG [cloud.network.NetworkManagerImpl]
>>>>> (1161145101@qtp-1008805148-33:null) Allocating nic for vm
>>>>> VM[User|94ddc16f-04fc-4da1-8326-01d8d5cdeb44] in network
>>>>>Ntwk[204|Guest|6]
>>>>> with requested profile NicProfile[0-0-null-null-null
>>>>> 2013-04-07 00:32:15,335 DEBUG [cloud.vm.VirtualMachineManagerImpl]
>>>>> (1161145101@qtp-1008805148-33:null) Allocaing disks for
>>>>> VM[User|94ddc16f-04fc-4da1-8326-01d8d5cdeb44]
>>>>> 2013-04-07 00:32:15,342 DEBUG [cloud.vm.VirtualMachineManagerImpl]
>>>>> (1161145101@qtp-1008805148-33:null) Allocation completed for VM:
>>>>> VM[User|94ddc16f-04fc-4da1-8326-01d8d5cdeb44]
>>>>> 2013-04-07 00:32:15,342 DEBUG [cloud.vm.UserVmManagerImpl]
>>>>> (1161145101@qtp-1008805148-33:null) Successfully allocated DB entry
>>>>>for
>>>>> VM[User|94ddc16f-04fc-4da1-8326-01d8d5cdeb44]
>>>>> 2013-04-07 00:32:15,374 DEBUG [cloud.async.AsyncJobManagerImpl]
>>>>> (1161145101@qtp-1008805148-33:null) submit async job-43, details:
>>>>> AsyncJobVO {id:43, userId: 2, accountId: 2, sessionKey: null,
>>>>>instanceType:
>>>>> null, instanceId: 13, cmd:
>>>>> org.apache.cloudstack.api.command.user.vm.DeployVMCmd, cmdOriginator:
>>>>>null,
>>>>> cmdInfo:
>>>>>
>>>>>{"id":"13","templateId":"e4a7df4a-9e1c-11e2-a770-6e70e42a2333","respon
>>>>>s
>>>>>e
>>>>>"
>>>>>:"json","sessionkey":"Z6QqzU0Fq1iT13bMgnRRfl8GoVA\u003d","ctxUserId":"
>>>>>2
>>>>>"
>>>>>,
>>>>>"hypervisor":"XenServer","serviceOfferingId":"425cf3cf-4bc4-4e53-82a0-
>>>>>b
>>>>>a
>>>>>6
>>>>>c20dd3688","_":"1365316335280","ctxAccountId":"2","ctxStartEventId":"4
>>>>>8
>>>>>"
>>>>>,
>>>>>"zoneId":"3a62dec3-cf95-4ba2-9af0-af2190af35e3"},
>>>>> cmdVersion: 0, callbackType: 0, callbackAddress: null, status: 0,
>>>>> processStatus: 0, resultCode: 0, result: null, initMsid: 1,
>>>>>completeMsid:
>>>>> null, lastUpdated: null, lastPolled: null, created: null}
>>>>> 2013-04-07 00:32:15,375 DEBUG [cloud.async.AsyncJobManagerImpl]
>>>>> (Job-Executor-36:job-43) Executing
>>>>> org.apache.cloudstack.api.command.user.vm.DeployVMCmd for job-43
>>>>> 2013-04-07 00:32:15,376 DEBUG [cloud.api.ApiServlet]
>>>>> (1161145101@qtp-1008805148-33:null) ===END===  127.0.0.1 -- GET
>>>>>
>>>>>command=deployVirtualMachine&zoneId=3a62dec3-cf95-4ba2-9af0-af2190af35
>>>>>e
>>>>>3
>>>>>&
>>>>>templateId=e4a7df4a-9e1c-11e2-a770-6e70e42a2333&hypervisor=XenServer&s
>>>>>e
>>>>>r
>>>>>v
>>>>>iceOfferingId=425cf3cf-4bc4-4e53-82a0-ba6c20dd3688&response=json&sessi
>>>>>o
>>>>>n
>>>>>k
>>>>>ey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316335280
>>>>> 2013-04-07 00:32:15,380 DEBUG [cloud.api.ApiDispatcher]
>>>>> (Job-Executor-36:job-43) InfrastructureEntity name
>>>>> is:com.cloud.offering.ServiceOffering
>>>>> 2013-04-07 00:32:15,383 DEBUG [cloud.api.ApiDispatcher]
>>>>> (Job-Executor-36:job-43) ControlledEntity name
>>>>> is:com.cloud.template.VirtualMachineTemplate
>>>>> 2013-04-07 00:32:15,425 DEBUG [cloud.deploy.FirstFitPlanner]
>>>>> (Job-Executor-36:job-43) DeploymentPlanner allocation algorithm:
>>>>>random
>>>>> 2013-04-07 00:32:15,425 DEBUG [cloud.deploy.FirstFitPlanner]
>>>>> (Job-Executor-36:job-43) Trying to allocate a host and storage pools
>>>>>from
>>>>> dc:1, pod:null,cluster:null, requested cpu: 100, requested ram:
>>>>>1073741824
>>>>> 2013-04-07 00:32:15,425 DEBUG [cloud.deploy.FirstFitPlanner]
>>>>> (Job-Executor-36:job-43) Is ROOT volume READY (pool already
>>>>>allocated)?: No
>>>>> 2013-04-07 00:32:15,425 DEBUG [cloud.deploy.FirstFitPlanner]
>>>>> (Job-Executor-36:job-43) Searching all possible resources under this
>>>>>Zone: 1
>>>>> 2013-04-07 00:32:15,427 DEBUG [cloud.deploy.FirstFitPlanner]
>>>>> (Job-Executor-36:job-43) Listing clusters in order of aggregate
>>>>>capacity,
>>>>> that have (atleast one host with) enough CPU and RAM capacity under
>>>>>this
>>>>> Zone: 1
>>>>> 2013-04-07 00:32:15,428 DEBUG [cloud.deploy.FirstFitPlanner]
>>>>> (Job-Executor-36:job-43) CPUOverprovisioningFactor considered: 1.0
>>>>> 2013-04-07 00:32:15,442 DEBUG [cloud.deploy.FirstFitPlanner]
>>>>> (Job-Executor-36:job-43) Cannot allocate cluster list [1] for vm
>>>>>creation
>>>>> since their allocated percentage crosses the disable capacity
>>>>>threshold:
>>>>> 0.85 for capacity Type : 0, skipping these clusters
>>>>> 2013-04-07 00:32:15,444 DEBUG [cloud.deploy.FirstFitPlanner]
>>>>> (Job-Executor-36:job-43) Checking resources in Cluster: 2 under Pod:
>>>>>1
>>>>> 2013-04-07 00:32:15,444 DEBUG [allocator.impl.RandomAllocator]
>>>>> (Job-Executor-36:job-43) Looking for hosts in dc: 1  pod:1  cluster:2
>>>>> 2013-04-07 00:32:15,447 DEBUG [allocator.impl.RandomAllocator]
>>>>> (Job-Executor-36:job-43) Random Allocator found 2  hosts
>>>>> 2013-04-07 00:32:15,447 DEBUG [allocator.impl.RandomAllocator]
>>>>> (Job-Executor-36:job-43) Random Host Allocator returning 2 suitable
>>>>>hosts
>>>>> 2013-04-07 00:32:15,448 DEBUG [cloud.deploy.FirstFitPlanner]
>>>>> (Job-Executor-36:job-43) Checking suitable pools for volume (Id,
>>>>>Type):
>>>>> (13,ROOT)
>>>>> 2013-04-07 00:32:15,448 DEBUG [cloud.deploy.FirstFitPlanner]
>>>>> (Job-Executor-36:job-43) We need to allocate new storagepool for this
>>>>>volume
>>>>> 2013-04-07 00:32:15,451 DEBUG [cloud.deploy.FirstFitPlanner]
>>>>> (Job-Executor-36:job-43) Calling StoragePoolAllocators to find
>>>>>suitable
>>>>> pools
>>>>> 2013-04-07 00:32:15,455 DEBUG
>>>>> [storage.allocator.RandomStoragePoolAllocator]
>>>>>(Job-Executor-36:job-43)
>>>>> Looking for pools in dc: 1  pod:1  cluster:2
>>>>> 2013-04-07 00:32:15,457 DEBUG
>>>>> [storage.allocator.RandomStoragePoolAllocator]
>>>>>(Job-Executor-36:job-43)
>>>>> RandomStoragePoolAllocator has 5 pools to check for allocation
>>>>> 2013-04-07 00:32:15,458 DEBUG
>>>>> [storage.allocator.AbstractStoragePoolAllocator]
>>>>>(Job-Executor-36:job-43)
>>>>> Checking if storage pool is suitable, name: Tut-XenServer2 Local
>>>>>Storage
>>>>> ,poolId: 201
>>>>> 2013-04-07 00:32:15,458 DEBUG
>>>>> [storage.allocator.AbstractStoragePoolAllocator]
>>>>>(Job-Executor-36:job-43)
>>>>> Is localStorageAllocationNeeded? false
>>>>> 2013-04-07 00:32:15,458 DEBUG
>>>>> [storage.allocator.AbstractStoragePoolAllocator]
>>>>>(Job-Executor-36:job-43)
>>>>> Is storage pool shared? false
>>>>> 2013-04-07 00:32:15,458 DEBUG
>>>>> [storage.allocator.AbstractStoragePoolAllocator]
>>>>>(Job-Executor-36:job-43)
>>>>> StoragePool is not of correct type, skipping this pool
>>>>> 2013-04-07 00:32:15,458 DEBUG
>>>>> [storage.allocator.AbstractStoragePoolAllocator]
>>>>>(Job-Executor-36:job-43)
>>>>> Checking if storage pool is suitable, name: iSCSI_SR_3 ,poolId: 257
>>>>> 2013-04-07 00:32:15,458 DEBUG
>>>>> [storage.allocator.AbstractStoragePoolAllocator]
>>>>>(Job-Executor-36:job-43)
>>>>> Is localStorageAllocationNeeded? false
>>>>> 2013-04-07 00:32:15,458 DEBUG
>>>>> [storage.allocator.AbstractStoragePoolAllocator]
>>>>>(Job-Executor-36:job-43)
>>>>> Is storage pool shared? true
>>>>> 2013-04-07 00:32:15,467 DEBUG [cloud.storage.StorageManagerImpl]
>>>>> (Job-Executor-36:job-43) Checking pool: 257 for volume allocation
>>>>> [Vol[13|vm=13|ROOT]], maxSize : 2084569088, totalAllocatedSize :
>>>>>106954752,
>>>>> askingSize : 52428800, allocated disable threshold: 0.85
>>>>> 2013-04-07 00:32:15,467 DEBUG
>>>>> [storage.allocator.AbstractStoragePoolAllocator]
>>>>>(Job-Executor-36:job-43)
>>>>> Checking if storage pool is suitable, name: iSCSI_SR_4 ,poolId: 262
>>>>> 2013-04-07 00:32:15,467 DEBUG
>>>>> [storage.allocator.AbstractStoragePoolAllocator]
>>>>>(Job-Executor-36:job-43)
>>>>> Is localStorageAllocationNeeded? false
>>>>> 2013-04-07 00:32:15,467 DEBUG
>>>>> [storage.allocator.AbstractStoragePoolAllocator]
>>>>>(Job-Executor-36:job-43)
>>>>> Is storage pool shared? true
>>>>> 2013-04-07 00:32:15,479 DEBUG [cloud.storage.StorageManagerImpl]
>>>>> (Job-Executor-36:job-43) Checking pool: 262 for volume allocation
>>>>> [Vol[13|vm=13|ROOT]], maxSize : 2084569088, totalAllocatedSize :
>>>>>54525952,
>>>>> askingSize : 52428800, allocated disable threshold: 0.85
>>>>> 2013-04-07 00:32:15,479 DEBUG
>>>>> [storage.allocator.AbstractStoragePoolAllocator]
>>>>>(Job-Executor-36:job-43)
>>>>> Checking if storage pool is suitable, name: Tut-XenServer Local
>>>>>Storage
>>>>> ,poolId: 202
>>>>> 2013-04-07 00:32:15,479 DEBUG
>>>>> [storage.allocator.AbstractStoragePoolAllocator]
>>>>>(Job-Executor-36:job-43)
>>>>> Is localStorageAllocationNeeded? false
>>>>> 2013-04-07 00:32:15,479 DEBUG
>>>>> [storage.allocator.AbstractStoragePoolAllocator]
>>>>>(Job-Executor-36:job-43)
>>>>> Is storage pool shared? false
>>>>> 2013-04-07 00:32:15,479 DEBUG
>>>>> [storage.allocator.AbstractStoragePoolAllocator]
>>>>>(Job-Executor-36:job-43)
>>>>> StoragePool is not of correct type, skipping this pool
>>>>> 2013-04-07 00:32:15,479 DEBUG
>>>>> [storage.allocator.AbstractStoragePoolAllocator]
>>>>>(Job-Executor-36:job-43)
>>>>> Checking if storage pool is suitable, name: iSCSI_SR_2 ,poolId: 256
>>>>> 2013-04-07 00:32:15,479 DEBUG
>>>>> [storage.allocator.AbstractStoragePoolAllocator]
>>>>>(Job-Executor-36:job-43)
>>>>> Is localStorageAllocationNeeded? false
>>>>> 2013-04-07 00:32:15,479 DEBUG
>>>>> [storage.allocator.AbstractStoragePoolAllocator]
>>>>>(Job-Executor-36:job-43)
>>>>> Is storage pool shared? true
>>>>> 2013-04-07 00:32:15,489 DEBUG [cloud.storage.StorageManagerImpl]
>>>>> (Job-Executor-36:job-43) Checking pool: 256 for volume allocation
>>>>> [Vol[13|vm=13|ROOT]], maxSize : 2084569088, totalAllocatedSize :
>>>>>54525952,
>>>>> askingSize : 52428800, allocated disable threshold: 0.85
>>>>> 2013-04-07 00:32:15,489 DEBUG
>>>>> [storage.allocator.RandomStoragePoolAllocator]
>>>>>(Job-Executor-36:job-43)
>>>>> RandomStoragePoolAllocator returning 3 suitable storage pools
>>>>> 2013-04-07 00:32:15,489 DEBUG [cloud.deploy.FirstFitPlanner]
>>>>> (Job-Executor-36:job-43) Trying to find a potenial host and
>>>>>associated
>>>>> storage pools from the suitable host/pool lists for this VM
>>>>> 2013-04-07 00:32:15,489 DEBUG [cloud.deploy.FirstFitPlanner]
>>>>> (Job-Executor-36:job-43) Checking if host: 6 can access any suitable
>>>>> storage pool for volume: ROOT
>>>>> 2013-04-07 00:32:15,492 DEBUG [cloud.deploy.FirstFitPlanner]
>>>>> (Job-Executor-36:job-43) Host: 6 can access pool: 257
>>>>> 2013-04-07 00:32:15,492 DEBUG [cloud.deploy.FirstFitPlanner]
>>>>> (Job-Executor-36:job-43) Found a potential host id: 6 name:
>>>>>Tut-XenServer
>>>>> and associated storage pools for this VM
>>>>> 2013-04-07 00:32:15,494 DEBUG [cloud.deploy.FirstFitPlanner]
>>>>> (Job-Executor-36:job-43) Returning Deployment Destination:
>>>>>
>>>>>Dest[Zone(Id)-Pod(Id)-Cluster(Id)-Host(Id)-Storage(Volume(Id|Type-->Po
>>>>>o
>>>>>l
>>>>>(
>>>>>Id))]
>>>>> :
>>>>>
>>>>>Dest[Zone(1)-Pod(1)-Cluster(2)-Host(6)-Storage(Volume(13|ROOT-->Pool(2
>>>>>5
>>>>>7
>>>>>)
>>>>>)]
>>>>> 2013-04-07 00:32:15,514 DEBUG [cloud.capacity.CapacityManagerImpl]
>>>>> (Job-Executor-36:job-43) VM state transitted from :Stopped to
>>>>>Starting
>>>>>with
>>>>> event: StartRequestedvm's original host id: null new host id: null
>>>>>host
>>>>>id
>>>>> before state transition: null
>>>>> 2013-04-07 00:32:15,514 DEBUG [cloud.vm.VirtualMachineManagerImpl]
>>>>> (Job-Executor-36:job-43) Successfully transitioned to start state for
>>>>> VM[User|94ddc16f-04fc-4da1-8326-01d8d5cdeb44] reservation id =
>>>>> a8349669-6ff2-443f-88d3-c5d69100df3a
>>>>> 2013-04-07 00:32:15,518 DEBUG [cloud.vm.VirtualMachineManagerImpl]
>>>>> (Job-Executor-36:job-43) Trying to deploy VM, vm has dcId: 1 and
>>>>>podId:
>>>>>null
>>>>> 2013-04-07 00:32:15,518 DEBUG [cloud.vm.VirtualMachineManagerImpl]
>>>>> (Job-Executor-36:job-43) advanceStart: DeploymentPlan is provided,
>>>>>using
>>>>> dcId:1, podId: 1, clusterId: 2, hostId: 6, poolId: 257
>>>>> 2013-04-07 00:32:15,518 DEBUG [cloud.vm.VirtualMachineManagerImpl]
>>>>> (Job-Executor-36:job-43) Deploy avoids pods: null, clusters: null,
>>>>>hosts:
>>>>> null
>>>>> 2013-04-07 00:32:15,521 DEBUG [cloud.deploy.FirstFitPlanner]
>>>>> (Job-Executor-36:job-43) DeploymentPlanner allocation algorithm:
>>>>>random
>>>>> 2013-04-07 00:32:15,521 DEBUG [cloud.deploy.FirstFitPlanner]
>>>>> (Job-Executor-36:job-43) Trying to allocate a host and storage pools
>>>>>from
>>>>> dc:1, pod:1,cluster:2, requested cpu: 100, requested ram: 1073741824
>>>>> 2013-04-07 00:32:15,522 DEBUG [cloud.deploy.FirstFitPlanner]
>>>>> (Job-Executor-36:job-43) Is ROOT volume READY (pool already
>>>>>allocated)?: Yes
>>>>> 2013-04-07 00:32:15,522 DEBUG [cloud.deploy.FirstFitPlanner]
>>>>> (Job-Executor-36:job-43) DeploymentPlan has host_id specified, making
>>>>>no
>>>>> checks on this host, looks like admin test: 6
>>>>> 2013-04-07 00:32:15,523 DEBUG [cloud.deploy.FirstFitPlanner]
>>>>> (Job-Executor-36:job-43) Looking for suitable pools for this host
>>>>>under
>>>>> zone: 1, pod: 1, cluster: 2
>>>>> 2013-04-07 00:32:15,525 DEBUG [cloud.deploy.FirstFitPlanner]
>>>>> (Job-Executor-36:job-43) Checking suitable pools for volume (Id,
>>>>>Type):
>>>>> (13,ROOT)
>>>>> 2013-04-07 00:32:15,525 DEBUG [cloud.deploy.FirstFitPlanner]
>>>>> (Job-Executor-36:job-43) Volume has pool already allocated, checking
>>>>>if
>>>>> pool can be reused, poolId: null
>>>>> 2013-04-07 00:32:15,527 DEBUG [cloud.deploy.FirstFitPlanner]
>>>>> (Job-Executor-36:job-43) Planner need not allocate a pool for this
>>>>>volume
>>>>> since its READY
>>>>> 2013-04-07 00:32:15,527 DEBUG [cloud.deploy.FirstFitPlanner]
>>>>> (Job-Executor-36:job-43) Trying to find a potenial host and
>>>>>associated
>>>>> storage pools from the suitable host/pool lists for this VM
>>>>> 2013-04-07 00:32:15,527 DEBUG [cloud.deploy.FirstFitPlanner]
>>>>> (Job-Executor-36:job-43) Checking if host: 6 can access any suitable
>>>>> storage pool for volume: ROOT
>>>>> 2013-04-07 00:32:15,529 DEBUG [cloud.deploy.FirstFitPlanner]
>>>>> (Job-Executor-36:job-43) Host: 6 can access pool: 257
>>>>> 2013-04-07 00:32:15,529 DEBUG [cloud.deploy.FirstFitPlanner]
>>>>> (Job-Executor-36:job-43) Found a potential host id: 6 name:
>>>>>Tut-XenServer
>>>>> and associated storage pools for this VM
>>>>> 2013-04-07 00:32:15,530 DEBUG [cloud.deploy.FirstFitPlanner]
>>>>> (Job-Executor-36:job-43) Returning Deployment Destination:
>>>>>
>>>>>Dest[Zone(Id)-Pod(Id)-Cluster(Id)-Host(Id)-Storage(Volume(Id|Type-->Po
>>>>>o
>>>>>l
>>>>>(
>>>>>Id))]
>>>>> :
>>>>>
>>>>>Dest[Zone(1)-Pod(1)-Cluster(2)-Host(6)-Storage(Volume(13|ROOT-->Pool(2
>>>>>5
>>>>>7
>>>>>)
>>>>>)]
>>>>> 2013-04-07 00:32:15,530 DEBUG [cloud.vm.VirtualMachineManagerImpl]
>>>>> (Job-Executor-36:job-43) Deployment found  -
>>>>> P0=VM[User|94ddc16f-04fc-4da1-8326-01d8d5cdeb44],
>>>>>
>>>>>P0=Dest[Zone(Id)-Pod(Id)-Cluster(Id)-Host(Id)-Storage(Volume(Id|Type--
>>>>>>
>>>>>P
>>>>>o
>>>>>ol(Id))]
>>>>> :
>>>>>
>>>>>Dest[Zone(1)-Pod(1)-Cluster(2)-Host(6)-Storage(Volume(13|ROOT-->Pool(2
>>>>>5
>>>>>7
>>>>>)
>>>>>)]
>>>>> 2013-04-07 00:32:15,535 DEBUG [cloud.capacity.CapacityManagerImpl]
>>>>> (Job-Executor-36:job-43) VM state transitted from :Starting to
>>>>>Starting
>>>>> with event: OperationRetryvm's original host id: null new host id: 6
>>>>>host
>>>>> id before state transition: null
>>>>> 2013-04-07 00:32:15,551 DEBUG [cloud.capacity.CapacityManagerImpl]
>>>>> (Job-Executor-36:job-43) Hosts's actual total CPU: 2382 and CPU after
>>>>> applying overprovisioning: 2382
>>>>> 2013-04-07 00:32:15,551 DEBUG [cloud.capacity.CapacityManagerImpl]
>>>>> (Job-Executor-36:job-43) We are allocating VM, increasing the used
>>>>>capacity
>>>>> of this host:6
>>>>> 2013-04-07 00:32:15,552 DEBUG [cloud.capacity.CapacityManagerImpl]
>>>>> (Job-Executor-36:job-43) Current Used CPU: 100 , Free CPU:2282
>>>>>,Requested
>>>>> CPU: 100
>>>>> 2013-04-07 00:32:15,552 DEBUG [cloud.capacity.CapacityManagerImpl]
>>>>> (Job-Executor-36:job-43) Current Used RAM: 104857600 , Free
>>>>>RAM:1566837824
>>>>> ,Requested RAM: 1073741824
>>>>> 2013-04-07 00:32:15,552 DEBUG [cloud.capacity.CapacityManagerImpl]
>>>>> (Job-Executor-36:job-43) CPU STATS after allocation: for host: 6, old
>>>>>used:
>>>>> 100, old reserved: 0, actual total: 2382, total with
>>>>>overprovisioning:
>>>>> 2382; new used:200, reserved:0; requested
>>>>>cpu:100,alloc_from_last:false
>>>>> 2013-04-07 00:32:15,552 DEBUG [cloud.capacity.CapacityManagerImpl]
>>>>> (Job-Executor-36:job-43) RAM STATS after allocation: for host: 6, old
>>>>>used:
>>>>> 104857600, old reserved: 0, total: 1671695424; new used: 1178599424,
>>>>> reserved: 0; requested mem: 1073741824,alloc_from_last:false
>>>>> 2013-04-07 00:32:15,555 DEBUG [cloud.vm.VirtualMachineManagerImpl]
>>>>> (Job-Executor-36:job-43) VM is being created in podId: 1
>>>>> 2013-04-07 00:32:15,559 DEBUG [cloud.network.NetworkManagerImpl]
>>>>> (Job-Executor-36:job-43) Lock is acquired for network id 204 as a
>>>>>part
>>>>>of
>>>>> network implement
>>>>> 2013-04-07 00:32:15,559 DEBUG [cloud.network.NetworkManagerImpl]
>>>>> (Job-Executor-36:job-43) Network id=204 is already implemented
>>>>> 2013-04-07 00:32:15,560 DEBUG [cloud.network.NetworkManagerImpl]
>>>>> (Job-Executor-36:job-43) Lock is released for network id 204 as a
>>>>>part
>>>>>of
>>>>> network implement
>>>>> 2013-04-07 00:32:15,592 DEBUG [cloud.network.NetworkManagerImpl]
>>>>> (Job-Executor-36:job-43) Changing active number of nics for network
>>>>>id=204
>>>>> on 1
>>>>> 2013-04-07 00:32:15,594 DEBUG [cloud.network.NetworkManagerImpl]
>>>>> (Job-Executor-36:job-43) Asking ElasticLoadBalancerElement to prepare
>>>>>for
>>>>> Nic[19-13-a8349669-6ff2-443f-88d3-c5d69100df3a-192.168.56.146]
>>>>> 2013-04-07 00:32:15,600 DEBUG [cloud.network.NetworkManagerImpl]
>>>>> (Job-Executor-36:job-43) Asking NiciraNvpElement to prepare for
>>>>> Nic[19-13-a8349669-6ff2-443f-88d3-c5d69100df3a-192.168.56.146]
>>>>> 2013-04-07 00:32:15,600 DEBUG [network.element.NiciraNvpElement]
>>>>> (Job-Executor-36:job-43) Checking if NiciraNvpElement can handle
>>>>>service
>>>>> Connectivity on network guestNetworkForBasicZone
>>>>> 2013-04-07 00:32:15,606 DEBUG [cloud.network.NetworkManagerImpl]
>>>>> (Job-Executor-36:job-43) Asking BigSwitchVnsElement to prepare for
>>>>> Nic[19-13-a8349669-6ff2-443f-88d3-c5d69100df3a-192.168.56.146]
>>>>> 2013-04-07 00:32:15,606 DEBUG [network.element.BigSwitchVnsElement]
>>>>> (Job-Executor-36:job-43) Checking if BigSwitchVnsElement can handle
>>>>>service
>>>>> Connectivity on network guestNetworkForBasicZone
>>>>> 2013-04-07 00:32:15,612 DEBUG [cloud.network.NetworkManagerImpl]
>>>>> (Job-Executor-36:job-43) Asking Ovs to prepare for
>>>>> Nic[19-13-a8349669-6ff2-443f-88d3-c5d69100df3a-192.168.56.146]
>>>>> 2013-04-07 00:32:15,612 DEBUG [cloud.network.NetworkManagerImpl]
>>>>> (Job-Executor-36:job-43) Asking BareMetalDhcp to prepare for
>>>>> Nic[19-13-a8349669-6ff2-443f-88d3-c5d69100df3a-192.168.56.146]
>>>>> 2013-04-07 00:32:15,617 DEBUG [cloud.network.NetworkManagerImpl]
>>>>> (Job-Executor-36:job-43) Asking BareMetalPxe to prepare for
>>>>> Nic[19-13-a8349669-6ff2-443f-88d3-c5d69100df3a-192.168.56.146]
>>>>> 2013-04-07 00:32:15,623 DEBUG [cloud.network.NetworkManagerImpl]
>>>>> (Job-Executor-36:job-43) Asking BareMetalUserdata to prepare for
>>>>> Nic[19-13-a8349669-6ff2-443f-88d3-c5d69100df3a-192.168.56.146]
>>>>> 2013-04-07 00:32:15,629 DEBUG [cloud.network.NetworkManagerImpl]
>>>>> (Job-Executor-36:job-43) Asking SecurityGroupProvider to prepare for
>>>>> Nic[19-13-a8349669-6ff2-443f-88d3-c5d69100df3a-192.168.56.146]
>>>>> 2013-04-07 00:32:15,637 DEBUG [cloud.network.NetworkManagerImpl]
>>>>> (Job-Executor-36:job-43) Asking VirtualRouter to prepare for
>>>>> Nic[19-13-a8349669-6ff2-443f-88d3-c5d69100df3a-192.168.56.146]
>>>>> 2013-04-07 00:32:15,653 DEBUG
>>>>> [network.router.VirtualNetworkApplianceManagerImpl]
>>>>> (Job-Executor-36:job-43) Lock is acquired for network id 204 as a
>>>>>part
>>>>>of
>>>>> router startup in
>>>>>
>>>>>Dest[Zone(Id)-Pod(Id)-Cluster(Id)-Host(Id)-Storage(Volume(Id|Type-->Po
>>>>>o
>>>>>l
>>>>>(
>>>>>Id))]
>>>>> :
>>>>>
>>>>>Dest[Zone(1)-Pod(1)-Cluster(2)-Host(6)-Storage(Volume(13|ROOT-->Pool(2
>>>>>5
>>>>>7
>>>>>)
>>>>>)]
>>>>> 2013-04-07 00:32:15,657 DEBUG
>>>>> [network.router.VirtualNetworkApplianceManagerImpl]
>>>>> (Job-Executor-36:job-43) Skipping VR deployment: Found a running or
>>>>> starting VR in Pod null id=1
>>>>> 2013-04-07 00:32:15,658 DEBUG
>>>>> [network.router.VirtualNetworkApplianceManagerImpl]
>>>>> (Job-Executor-36:job-43) Lock is released for network id 204 as a
>>>>>part
>>>>>of
>>>>> router startup in
>>>>>
>>>>>Dest[Zone(Id)-Pod(Id)-Cluster(Id)-Host(Id)-Storage(Volume(Id|Type-->Po
>>>>>o
>>>>>l
>>>>>(
>>>>>Id))]
>>>>> :
>>>>>
>>>>>Dest[Zone(1)-Pod(1)-Cluster(2)-Host(6)-Storage(Volume(13|ROOT-->Pool(2
>>>>>5
>>>>>7
>>>>>)
>>>>>)]
>>>>> 2013-04-07 00:32:15,674 DEBUG
>>>>> [network.router.VirtualNetworkApplianceManagerImpl]
>>>>> (Job-Executor-36:job-43) Applying dhcp entry in network
>>>>>Ntwk[204|Guest|6]
>>>>> 2013-04-07 00:32:15,706 DEBUG [agent.transport.Request]
>>>>> (Job-Executor-36:job-43) Seq 6-324993305: Sending  { Cmd , MgmtId: 1,
>>>>>via:
>>>>> 6, Ver: v1, Flags: 100111,
>>>>>
>>>>>[{"routing.DhcpEntryCommand":{"vmMac":"06:06:fe:00:00:44","vmIpAddress
>>>>>"
>>>>>:
>>>>>"
>>>>>192.168.56.146","vmName":"94ddc16f-04fc-4da1-8326-01d8d5cdeb44","defau
>>>>>l
>>>>>t
>>>>>R
>>>>>outer":"192.168.56.1","defaultDns":"192.168.56.102","duid":"00:03:00:0
>>>>>1
>>>>>:
>>>>>0
>>>>>6:06:fe:00:00:44","accessDetails":{"router.guest.ip":"192.168.56.102",
>>>>>"
>>>>>z
>>>>>o
>>>>>ne.network.type":"Basic","
>>>>> router.name":"r-4-VM","router.ip":"169.254.1.168"},"wait":0}}] }
>>>>> 2013-04-07 00:32:15,706 DEBUG [agent.transport.Request]
>>>>> (Job-Executor-36:job-43) Seq 6-324993305: Executing:  { Cmd , MgmtId:
>>>>>1,
>>>>> via: 6, Ver: v1, Flags: 100111,
>>>>>
>>>>>[{"routing.DhcpEntryCommand":{"vmMac":"06:06:fe:00:00:44","vmIpAddress
>>>>>"
>>>>>:
>>>>>"
>>>>>192.168.56.146","vmName":"94ddc16f-04fc-4da1-8326-01d8d5cdeb44","defau
>>>>>l
>>>>>t
>>>>>R
>>>>>outer":"192.168.56.1","defaultDns":"192.168.56.102","duid":"00:03:00:0
>>>>>1
>>>>>:
>>>>>0
>>>>>6:06:fe:00:00:44","accessDetails":{"router.guest.ip":"192.168.56.102",
>>>>>"
>>>>>z
>>>>>o
>>>>>ne.network.type":"Basic","
>>>>> router.name":"r-4-VM","router.ip":"169.254.1.168"},"wait":0}}] }
>>>>> 2013-04-07 00:32:15,706 DEBUG [agent.manager.DirectAgentAttache]
>>>>> (DirectAgent-89:null) Seq 6-324993305: Executing request
>>>>> 2013-04-07 00:32:18,273 DEBUG [agent.manager.DirectAgentAttache]
>>>>> (DirectAgent-89:null) Seq 6-324993305: Response Received:
>>>>> 2013-04-07 00:32:18,273 DEBUG [agent.transport.Request]
>>>>> (DirectAgent-89:null) Seq 6-324993305: Processing:  { Ans: , MgmtId:
>>>>>1,
>>>>> via: 6, Ver: v1, Flags: 110, [{"Answer":{"result":true,"wait":0}}] }
>>>>> 2013-04-07 00:32:18,273 DEBUG [agent.manager.AgentAttache]
>>>>> (DirectAgent-89:null) Seq 6-324993305: No more commands found
>>>>> 2013-04-07 00:32:18,273 DEBUG [agent.transport.Request]
>>>>> (Job-Executor-36:job-43) Seq 6-324993305: Received:  { Ans: , MgmtId:
>>>>>1,
>>>>> via: 6, Ver: v1, Flags: 110, { Answer } }
>>>>> 2013-04-07 00:32:18,286 DEBUG
>>>>> [network.router.VirtualNetworkApplianceManagerImpl]
>>>>> (Job-Executor-36:job-43) Applying userdata and password entry in
>>>>>network
>>>>> Ntwk[204|Guest|6]
>>>>> 2013-04-07 00:32:18,303 DEBUG [agent.transport.Request]
>>>>> (Job-Executor-36:job-43) Seq 6-324993306: Sending  { Cmd , MgmtId: 1,
>>>>>via:
>>>>> 6, Ver: v1, Flags: 100111,
>>>>>
>>>>>[{"routing.SavePasswordCommand":{"password":"fnirq_cnffjbeq","vmIpAddr
>>>>>e
>>>>>s
>>>>>s
>>>>>":"192.168.56.146","vmName":"94ddc16f-04fc-4da1-8326-01d8d5cdeb44","ac
>>>>>c
>>>>>e
>>>>>s
>>>>>sDetails":{"router.guest.ip":"192.168.56.102","zone.network.type":"Bas
>>>>>i
>>>>>c
>>>>>"
>>>>>,"router.ip":"169.254.1.168","
>>>>> router.name
>>>>>
>>>>>":"r-4-VM"},"wait":0}},{"routing.VmDataCommand":{"vmIpAddress":"192.16
>>>>>8
>>>>>.
>>>>>5
>>>>>6.146","vmName":"94ddc16f-04fc-4da1-8326-01d8d5cdeb44","accessDetails"
>>>>>:
>>>>>{
>>>>>"
>>>>>router.guest.ip":"192.168.56.102","zone.network.type":"Basic","router.
>>>>>i
>>>>>p
>>>>>"
>>>>>:"169.254.1.168","
>>>>> router.name":"r-4-VM"},"wait":0}}] }
>>>>> 2013-04-07 00:32:18,304 DEBUG [agent.transport.Request]
>>>>> (Job-Executor-36:job-43) Seq 6-324993306: Executing:  { Cmd , MgmtId:
>>>>>1,
>>>>> via: 6, Ver: v1, Flags: 100111,
>>>>>
>>>>>[{"routing.SavePasswordCommand":{"password":"fnirq_cnffjbeq","vmIpAddr
>>>>>e
>>>>>s
>>>>>s
>>>>>":"192.168.56.146","vmName":"94ddc16f-04fc-4da1-8326-01d8d5cdeb44","ac
>>>>>c
>>>>>e
>>>>>s
>>>>>sDetails":{"router.guest.ip":"192.168.56.102","zone.network.type":"Bas
>>>>>i
>>>>>c
>>>>>"
>>>>>,"router.ip":"169.254.1.168","
>>>>> router.name
>>>>>
>>>>>":"r-4-VM"},"wait":0}},{"routing.VmDataCommand":{"vmIpAddress":"192.16
>>>>>8
>>>>>.
>>>>>5
>>>>>6.146","vmName":"94ddc16f-04fc-4da1-8326-01d8d5cdeb44","accessDetails"
>>>>>:
>>>>>{
>>>>>"
>>>>>router.guest.ip":"192.168.56.102","zone.network.type":"Basic","router.
>>>>>i
>>>>>p
>>>>>"
>>>>>:"169.254.1.168","
>>>>> router.name":"r-4-VM"},"wait":0}}] }
>>>>> 2013-04-07 00:32:18,304 DEBUG [agent.manager.DirectAgentAttache]
>>>>> (DirectAgent-20:null) Seq 6-324993306: Executing request
>>>>> 2013-04-07 00:32:18,391 DEBUG [cloud.api.ApiServlet]
>>>>> (1161145101@qtp-1008805148-33:null) ===START===  127.0.0.1 -- GET
>>>>>
>>>>>command=queryAsyncJobResult&jobId=00aeb7f7-459c-477e-a0a1-5d9262bc583a
>>>>>&
>>>>>r
>>>>>e
>>>>>sponse=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316338388
>>>>> 2013-04-07 00:32:18,412 DEBUG [cloud.api.ApiServlet]
>>>>> (1161145101@qtp-1008805148-33:null) ===END===  127.0.0.1 -- GET
>>>>>
>>>>>command=queryAsyncJobResult&jobId=00aeb7f7-459c-477e-a0a1-5d9262bc583a
>>>>>&
>>>>>r
>>>>>e
>>>>>sponse=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316338388
>>>>> 2013-04-07 00:32:20,452 DEBUG
>>>>> [storage.secondary.SecondaryStorageManagerImpl] (secstorage-1:null)
>>>>>Zone 1
>>>>> is ready to launch secondary storage VM
>>>>> 2013-04-07 00:32:20,554 DEBUG
>>>>>[cloud.consoleproxy.ConsoleProxyManagerImpl]
>>>>> (consoleproxy-1:null) Zone 1 is ready to launch console proxy
>>>>> 2013-04-07 00:32:20,819 DEBUG
>>>>> [network.router.VirtualNetworkApplianceManagerImpl]
>>>>> (RouterStatusMonitor-1:null) Found 0 routers to update status.
>>>>> 2013-04-07 00:32:20,821 DEBUG
>>>>> [network.router.VirtualNetworkApplianceManagerImpl]
>>>>> (RouterStatusMonitor-1:null) Found 0 networks to update RvR status.
>>>>> 2013-04-07 00:32:20,851 DEBUG
>>>>> [network.router.VirtualNetworkApplianceManagerImpl]
>>>>> (RouterStatusMonitor-1:null) Found 0 routers to update status.
>>>>> 2013-04-07 00:32:20,852 DEBUG
>>>>> [network.router.VirtualNetworkApplianceManagerImpl]
>>>>> (RouterStatusMonitor-1:null) Found 0 networks to update RvR status.
>>>>> 2013-04-07 00:32:21,391 DEBUG [cloud.api.ApiServlet]
>>>>> (1161145101@qtp-1008805148-33:null) ===START===  127.0.0.1 -- GET
>>>>>
>>>>>command=queryAsyncJobResult&jobId=00aeb7f7-459c-477e-a0a1-5d9262bc583a
>>>>>&
>>>>>r
>>>>>e
>>>>>sponse=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316341388
>>>>> 2013-04-07 00:32:21,408 DEBUG [cloud.api.ApiServlet]
>>>>> (1161145101@qtp-1008805148-33:null) ===END===  127.0.0.1 -- GET
>>>>>
>>>>>command=queryAsyncJobResult&jobId=00aeb7f7-459c-477e-a0a1-5d9262bc583a
>>>>>&
>>>>>r
>>>>>e
>>>>>sponse=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316341388
>>>>> 2013-04-07 00:32:24,392 DEBUG [cloud.api.ApiServlet]
>>>>> (1161145101@qtp-1008805148-33:null) ===START===  127.0.0.1 -- GET
>>>>>
>>>>>command=queryAsyncJobResult&jobId=00aeb7f7-459c-477e-a0a1-5d9262bc583a
>>>>>&
>>>>>r
>>>>>e
>>>>>sponse=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316344390
>>>>> 2013-04-07 00:32:24,407 DEBUG [cloud.api.ApiServlet]
>>>>> (1161145101@qtp-1008805148-33:null) ===END===  127.0.0.1 -- GET
>>>>>
>>>>>command=queryAsyncJobResult&jobId=00aeb7f7-459c-477e-a0a1-5d9262bc583a
>>>>>&
>>>>>r
>>>>>e
>>>>>sponse=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316344390
>>>>> 2013-04-07 00:32:24,892 DEBUG [agent.manager.AgentManagerImpl]
>>>>> (AgentManager-Handler-11:null) Ping from 4
>>>>> 2013-04-07 00:32:27,183 DEBUG [agent.manager.DirectAgentAttache]
>>>>> (DirectAgent-273:null) Ping from 1
>>>>> 2013-04-07 00:32:27,392 DEBUG [cloud.api.ApiServlet]
>>>>> (1161145101@qtp-1008805148-33:null) ===START===  127.0.0.1 -- GET
>>>>>
>>>>>command=queryAsyncJobResult&jobId=00aeb7f7-459c-477e-a0a1-5d9262bc583a
>>>>>&
>>>>>r
>>>>>e
>>>>>sponse=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316347390
>>>>> 2013-04-07 00:32:27,407 DEBUG [cloud.api.ApiServlet]
>>>>> (1161145101@qtp-1008805148-33:null) ===END===  127.0.0.1 -- GET
>>>>>
>>>>>command=queryAsyncJobResult&jobId=00aeb7f7-459c-477e-a0a1-5d9262bc583a
>>>>>&
>>>>>r
>>>>>e
>>>>>sponse=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316347390
>>>>> 2013-04-07 00:32:29,095 DEBUG [agent.manager.DirectAgentAttache]
>>>>> (DirectAgent-131:null) Seq 1-90046472: Executing request
>>>>> 2013-04-07 00:32:29,345 DEBUG [agent.manager.DirectAgentAttache]
>>>>> (DirectAgent-131:null) Seq 1-90046472: Response Received:
>>>>> 2013-04-07 00:32:29,345 DEBUG [agent.transport.Request]
>>>>> (DirectAgent-131:null) Seq 1-90046472: Processing:  { Ans: , MgmtId:
>>>>>1,
>>>>> via: 1, Ver: v1, Flags: 10,
>>>>>
>>>>>[{"ClusterSyncAnswer":{"_clusterId":1,"_newStates":{},"_isExecuted":fa
>>>>>l
>>>>>s
>>>>>e
>>>>>,"result":true,"wait":0}}]
>>>>> }
>>>>> 2013-04-07 00:32:30,393 DEBUG [cloud.api.ApiServlet]
>>>>> (1161145101@qtp-1008805148-33:null) ===START===  127.0.0.1 -- GET
>>>>>
>>>>>command=queryAsyncJobResult&jobId=00aeb7f7-459c-477e-a0a1-5d9262bc583a
>>>>>&
>>>>>r
>>>>>e
>>>>>sponse=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316350391
>>>>> 2013-04-07 00:32:30,408 DEBUG [cloud.api.ApiServlet]
>>>>> (1161145101@qtp-1008805148-33:null) ===END===  127.0.0.1 -- GET
>>>>>
>>>>>command=queryAsyncJobResult&jobId=00aeb7f7-459c-477e-a0a1-5d9262bc583a
>>>>>&
>>>>>r
>>>>>e
>>>>>sponse=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316350391
>>>>> 2013-04-07 00:32:32,146 DEBUG [agent.manager.DirectAgentAttache]
>>>>> (DirectAgent-20:null) Seq 6-324993306: Response Received:
>>>>> 2013-04-07 00:32:32,146 DEBUG [agent.transport.Request]
>>>>> (DirectAgent-20:null) Seq 6-324993306: Processing:  { Ans: , MgmtId:
>>>>>1,
>>>>> via: 6, Ver: v1, Flags: 110,
>>>>>
>>>>>[{"Answer":{"result":true,"wait":0}},{"Answer":{"result":true,"wait":0
>>>>>}
>>>>>}
>>>>>]
>>>>> }
>>>>> 2013-04-07 00:32:32,146 DEBUG [agent.manager.AgentAttache]
>>>>> (DirectAgent-20:null) Seq 6-324993306: No more commands found
>>>>> 2013-04-07 00:32:32,146 DEBUG [agent.transport.Request]
>>>>> (Job-Executor-36:job-43) Seq 6-324993306: Received:  { Ans: , MgmtId:
>>>>>1,
>>>>> via: 6, Ver: v1, Flags: 110, { Answer, Answer } }
>>>>> 2013-04-07 00:32:32,146 DEBUG [cloud.network.NetworkManagerImpl]
>>>>> (Job-Executor-36:job-43) Asking VpcVirtualRouter to prepare for
>>>>> Nic[19-13-a8349669-6ff2-443f-88d3-c5d69100df3a-192.168.56.146]
>>>>> 2013-04-07 00:32:32,146 WARN
>>>>>[network.element.VpcVirtualRouterElement]
>>>>> (Job-Executor-36:job-43) Network Ntwk[204|Guest|6] is not associated
>>>>>with
>>>>> any VPC
>>>>> 2013-04-07 00:32:32,151 DEBUG [cloud.network.NetworkManagerImpl]
>>>>> (Job-Executor-36:job-43) Asking NiciraNvp to prepare for
>>>>> Nic[19-13-a8349669-6ff2-443f-88d3-c5d69100df3a-192.168.56.146]
>>>>> 2013-04-07 00:32:32,151 DEBUG [network.element.NiciraNvpElement]
>>>>> (Job-Executor-36:job-43) Checking if NiciraNvpElement can handle
>>>>>service
>>>>> Connectivity on network guestNetworkForBasicZone
>>>>> 2013-04-07 00:32:32,154 DEBUG [cloud.network.NetworkManagerImpl]
>>>>> (Job-Executor-36:job-43) Asking JuniperSRX to prepare for
>>>>> Nic[19-13-a8349669-6ff2-443f-88d3-c5d69100df3a-192.168.56.146]
>>>>> 2013-04-07 00:32:32,157 DEBUG [cloud.network.NetworkManagerImpl]
>>>>> (Job-Executor-36:job-43) Asking Netscaler to prepare for
>>>>> Nic[19-13-a8349669-6ff2-443f-88d3-c5d69100df3a-192.168.56.146]
>>>>> 2013-04-07 00:32:32,160 DEBUG [cloud.network.NetworkManagerImpl]
>>>>> (Job-Executor-36:job-43) Asking F5BigIP to prepare for
>>>>> Nic[19-13-a8349669-6ff2-443f-88d3-c5d69100df3a-192.168.56.146]
>>>>> 2013-04-07 00:32:32,164 DEBUG [cloud.network.NetworkManagerImpl]
>>>>> (Job-Executor-36:job-43) Asking CiscoNexus1000vVSM to prepare for
>>>>> Nic[19-13-a8349669-6ff2-443f-88d3-c5d69100df3a-192.168.56.146]
>>>>> 2013-04-07 00:32:32,168 DEBUG [cloud.storage.StorageManagerImpl]
>>>>> (Job-Executor-36:job-43) Checking if we need to prepare 1 volumes for
>>>>> VM[User|94ddc16f-04fc-4da1-8326-01d8d5cdeb44]
>>>>> 2013-04-07 00:32:32,169 DEBUG [cloud.storage.StorageManagerImpl]
>>>>> (Job-Executor-36:job-43) Creating volume: Vol[13|vm=13|ROOT]
>>>>> 2013-04-07 00:32:32,170 DEBUG [cloud.storage.StorageManagerImpl]
>>>>> (Job-Executor-36:job-43) Trying to create in Pool[257|PreSetup]
>>>>> 2013-04-07 00:32:32,175 DEBUG [cloud.template.TemplateManagerImpl]
>>>>> (Job-Executor-36:job-43) Template 5 has already been downloaded to
>>>>>pool
>>>>>257
>>>>> 2013-04-07 00:32:32,179 DEBUG [agent.transport.Request]
>>>>> (Job-Executor-36:job-43) Seq 6-324993307: Sending  { Cmd , MgmtId: 1,
>>>>>via:
>>>>> 6, Ver: v1, Flags: 100111,
>>>>>
>>>>>[{"storage.CreateCommand":{"volId":13,"pool":{"id":257,"uuid":"iSCSI_S
>>>>>R
>>>>>_
>>>>>3
>>>>>","host":"192.168.56.9","path":"/iSCSI_SR_3","port":0,"type":"PreSetup
>>>>>"
>>>>>}
>>>>>,
>>>>>"diskCharacteristics":{"size":52428800,"tags":["iSCSI_SR_4"],"type":"R
>>>>>O
>>>>>O
>>>>>T
>>>>>","name":"ROOT-13","useLocalStorage":false,"recreatable":true,"diskOff
>>>>>e
>>>>>r
>>>>>i
>>>>>ngId":38,"volumeId":13,"hyperType":"XenServer"},"templateUrl":"a841492
>>>>>6
>>>>>-
>>>>>8
>>>>>1d6-4b54-9b4b-feb498489df0","wait":0}}]
>>>>> }
>>>>> 2013-04-07 00:32:32,180 DEBUG [agent.transport.Request]
>>>>> (Job-Executor-36:job-43) Seq 6-324993307: Executing:  { Cmd , MgmtId:
>>>>>1,
>>>>> via: 6, Ver: v1, Flags: 100111,
>>>>>
>>>>>[{"storage.CreateCommand":{"volId":13,"pool":{"id":257,"uuid":"iSCSI_S
>>>>>R
>>>>>_
>>>>>3
>>>>>","host":"192.168.56.9","path":"/iSCSI_SR_3","port":0,"type":"PreSetup
>>>>>"
>>>>>}
>>>>>,
>>>>>"diskCharacteristics":{"size":52428800,"tags":["iSCSI_SR_4"],"type":"R
>>>>>O
>>>>>O
>>>>>T
>>>>>","name":"ROOT-13","useLocalStorage":false,"recreatable":true,"diskOff
>>>>>e
>>>>>r
>>>>>i
>>>>>ngId":38,"volumeId":13,"hyperType":"XenServer"},"templateUrl":"a841492
>>>>>6
>>>>>-
>>>>>8
>>>>>1d6-4b54-9b4b-feb498489df0","wait":0}}]
>>>>> }
>>>>> 2013-04-07 00:32:32,180 DEBUG [agent.manager.DirectAgentAttache]
>>>>> (DirectAgent-59:null) Seq 6-324993307: Executing request
>>>>> 2013-04-07 00:32:32,265 DEBUG [xen.resource.CitrixResourceBase]
>>>>> (DirectAgent-59:null) SR retrieved for iSCSI_SR_3
>>>>> 2013-04-07 00:32:32,276 DEBUG [xen.resource.CitrixResourceBase]
>>>>> (DirectAgent-59:null) Checking iSCSI_SR_3 or SR
>>>>> fe8ca696-22f5-ba1f-af68-7c3cf5a3cb39 on
>>>>> XS[f7a017da-3064-456a-89cd-28ee9e2d36b3-192.168.56.9]
>>>>> 2013-04-07 00:32:33,395 DEBUG [cloud.api.ApiServlet]
>>>>> (1161145101@qtp-1008805148-33:null) ===START===  127.0.0.1 -- GET
>>>>>
>>>>>command=queryAsyncJobResult&jobId=00aeb7f7-459c-477e-a0a1-5d9262bc583a
>>>>>&
>>>>>r
>>>>>e
>>>>>sponse=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316353392
>>>>> 2013-04-07 00:32:33,419 DEBUG [cloud.api.ApiServlet]
>>>>> (1161145101@qtp-1008805148-33:null) ===END===  127.0.0.1 -- GET
>>>>>
>>>>>command=queryAsyncJobResult&jobId=00aeb7f7-459c-477e-a0a1-5d9262bc583a
>>>>>&
>>>>>r
>>>>>e
>>>>>sponse=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316353392
>>>>> 2013-04-07 00:32:34,687 DEBUG [xen.resource.CitrixResourceBase]
>>>>> (DirectAgent-59:null) Succesfully created VDI for
>>>>> com.cloud.agent.api.storage.CreateCommand.  Uuid =
>>>>> 99154d9c-2665-465d-8c71-e60f1748895b
>>>>> 2013-04-07 00:32:34,687 DEBUG [agent.manager.DirectAgentAttache]
>>>>> (DirectAgent-59:null) Seq 6-324993307: Response Received:
>>>>> 2013-04-07 00:32:34,688 DEBUG [agent.transport.Request]
>>>>> (DirectAgent-59:null) Seq 6-324993307: Processing:  { Ans: , MgmtId:
>>>>>1,
>>>>> via: 6, Ver: v1, Flags: 110,
>>>>>
>>>>>[{"storage.CreateAnswer":{"volume":{"id":13,"name":"ROOT-13","mountPoi
>>>>>n
>>>>>t
>>>>>"
>>>>>:"/iSCSI_SR_3","path":"99154d9c-2665-465d-8c71-e60f1748895b","size":52
>>>>>4
>>>>>2
>>>>>8
>>>>>800,"type":"ROOT","storagePoolType":"PreSetup","storagePoolUuid":"iSCS
>>>>>I
>>>>>_
>>>>>S
>>>>>R_3","deviceId":0},"requestTemplateReload":false,"result":true,"wait":
>>>>>0
>>>>>}
>>>>>}
>>>>>]
>>>>> }
>>>>> 2013-04-07 00:32:34,688 DEBUG [agent.transport.Request]
>>>>> (Job-Executor-36:job-43) Seq 6-324993307: Received:  { Ans: , MgmtId:
>>>>>1,
>>>>> via: 6, Ver: v1, Flags: 110, { CreateAnswer } }
>>>>> 2013-04-07 00:32:34,688 DEBUG [agent.manager.AgentAttache]
>>>>> (DirectAgent-59:null) Seq 6-324993307: No more commands found
>>>>> 2013-04-07 00:32:34,690 DEBUG [cloud.storage.StorageManagerImpl]
>>>>> (Job-Executor-36:job-43) Volume Vol[13|vm=13|ROOT] is created on
>>>>> Pool[257|PreSetup]
>>>>> 2013-04-07 00:32:34,701 DEBUG [agent.transport.Request]
>>>>> (Job-Executor-36:job-43) Seq 6-324993308: Sending  { Cmd , MgmtId: 1,
>>>>>via:
>>>>> 6, Ver: v1, Flags: 100111,
>>>>>
>>>>>[{"StartCommand":{"vm":{"id":13,"name":"i-2-13-VM","bootloader":"PyGru
>>>>>b
>>>>>"
>>>>>,
>>>>>"type":"User","cpus":1,"speed":100,"minRam":1073741824,"maxRam":107374
>>>>>1
>>>>>8
>>>>>2
>>>>>4,"arch":"x86_64","os":"CentOS
>>>>> 5.3
>>>>>
>>>>>(64-bit)","bootArgs":"","rebootOnCrash":false,"enableHA":false,"limitC
>>>>>p
>>>>>u
>>>>>U
>>>>>se":false,"vncPassword":"2e91fc6d6f16609d","params":{},"uuid":"94ddc16
>>>>>f
>>>>>-
>>>>>0
>>>>>4fc-4da1-8326-01d8d5cdeb44","disks":[{"id":13,"name":"ROOT-13","mountP
>>>>>o
>>>>>i
>>>>>n
>>>>>t":"/iSCSI_SR_3","path":"99154d9c-2665-465d-8c71-e60f1748895b","size":
>>>>>5
>>>>>2
>>>>>4
>>>>>28800,"type":"ROOT","storagePoolType":"PreSetup","storagePoolUuid":"iS
>>>>>C
>>>>>S
>>>>>I
>>>>>_SR_3","deviceId":0},{"id":13,"name":"tiny
>>>>>
>>>>>Linux","size":0,"type":"ISO","storagePoolType":"ISO","deviceId":3}],"n
>>>>>i
>>>>>c
>>>>>s
>>>>>":[{"deviceId":0,"networkRateMbps":200,"defaultNic":true,"uuid":"59b9a
>>>>>8
>>>>>a
>>>>>a
>>>>>-c867-40b8-95bb-6e40273569c9","ip":"192.168.56.146","netmask":"255.255
>>>>>.
>>>>>2
>>>>>5
>>>>>5.0","gateway":"192.168.56.1","mac":"06:06:fe:00:00:44","dns1":"8.8.8.
>>>>>8
>>>>>"
>>>>>,
>>>>>"dns2":"4.4.4.4","broadcastType":"Native","type":"Guest","broadcastUri
>>>>>"
>>>>>:
>>>>>"
>>>>>vlan://untagged","isolationUri":"ec2://untagged","isSecurityGroupEnabl
>>>>>e
>>>>>d
>>>>>"
>>>>>:true}]},"hostIp":"192.168.56.9","wait":0}}]
>>>>> }
>>>>> 2013-04-07 00:32:34,702 DEBUG [agent.transport.Request]
>>>>> (Job-Executor-36:job-43) Seq 6-324993308: Executing:  { Cmd , MgmtId:
>>>>>1,
>>>>> via: 6, Ver: v1, Flags: 100111,
>>>>>
>>>>>[{"StartCommand":{"vm":{"id":13,"name":"i-2-13-VM","bootloader":"PyGru
>>>>>b
>>>>>"
>>>>>,
>>>>>"type":"User","cpus":1,"speed":100,"minRam":1073741824,"maxRam":107374
>>>>>1
>>>>>8
>>>>>2
>>>>>4,"arch":"x86_64","os":"CentOS
>>>>> 5.3
>>>>>
>>>>>(64-bit)","bootArgs":"","rebootOnCrash":false,"enableHA":false,"limitC
>>>>>p
>>>>>u
>>>>>U
>>>>>se":false,"vncPassword":"2e91fc6d6f16609d","params":{},"uuid":"94ddc16
>>>>>f
>>>>>-
>>>>>0
>>>>>4fc-4da1-8326-01d8d5cdeb44","disks":[{"id":13,"name":"ROOT-13","mountP
>>>>>o
>>>>>i
>>>>>n
>>>>>t":"/iSCSI_SR_3","path":"99154d9c-2665-465d-8c71-e60f1748895b","size":
>>>>>5
>>>>>2
>>>>>4
>>>>>28800,"type":"ROOT","storagePoolType":"PreSetup","storagePoolUuid":"iS
>>>>>C
>>>>>S
>>>>>I
>>>>>_SR_3","deviceId":0},{"id":13,"name":"tiny
>>>>>
>>>>>Linux","size":0,"type":"ISO","storagePoolType":"ISO","deviceId":3}],"n
>>>>>i
>>>>>c
>>>>>s
>>>>>":[{"deviceId":0,"networkRateMbps":200,"defaultNic":true,"uuid":"59b9a
>>>>>8
>>>>>a
>>>>>a
>>>>>-c867-40b8-95bb-6e40273569c9","ip":"192.168.56.146","netmask":"255.255
>>>>>.
>>>>>2
>>>>>5
>>>>>5.0","gateway":"192.168.56.1","mac":"06:06:fe:00:00:44","dns1":"8.8.8.
>>>>>8
>>>>>"
>>>>>,
>>>>>"dns2":"4.4.4.4","broadcastType":"Native","type":"Guest","broadcastUri
>>>>>"
>>>>>:
>>>>>"
>>>>>vlan://untagged","isolationUri":"ec2://untagged","isSecurityGroupEnabl
>>>>>e
>>>>>d
>>>>>"
>>>>>:true}]},"hostIp":"192.168.56.9","wait":0}}]
>>>>> }
>>>>> 2013-04-07 00:32:34,702 DEBUG [agent.manager.DirectAgentAttache]
>>>>> (DirectAgent-334:null) Seq 6-324993308: Executing request
>>>>> 2013-04-07 00:32:34,787 DEBUG [xen.resource.CitrixResourceBase]
>>>>> (DirectAgent-334:null) 1. The VM i-2-13-VM is in Starting state.
>>>>> 2013-04-07 00:32:34,862 DEBUG [xen.resource.XenServer56FP1Resource]
>>>>> (DirectAgent-334:null) Created VM
>>>>>f21a0243-f342-fd59-98d8-00ed89224305
>>>>>for
>>>>> i-2-13-VM
>>>>> 2013-04-07 00:32:34,912 DEBUG [xen.resource.CitrixResourceBase]
>>>>> (DirectAgent-334:null) VBD 6e16b739-13fb-1891-fc66-f786b8db522b
>>>>>created
>>>>>for
>>>>> Vol[13|ROOT|99154d9c-2665-465d-8c71-e60f1748895b|52428800]
>>>>> 2013-04-07 00:32:34,937 DEBUG [xen.resource.CitrixResourceBase]
>>>>> (DirectAgent-334:null) VBD f9ad291b-2a8d-4c81-94a5-ef8b8b38be8c
>>>>>created
>>>>>for
>>>>> Vol[13|ISO|null|0]
>>>>> 2013-04-07 00:32:34,937 DEBUG [xen.resource.CitrixResourceBase]
>>>>> (DirectAgent-334:null) Creating VIF for i-2-13-VM on nic
>>>>> [Nic:Guest-192.168.56.146-vlan://untagged]
>>>>> 2013-04-07 00:32:34,991 DEBUG [xen.resource.CitrixResourceBase]
>>>>> (DirectAgent-334:null) Created a vif
>>>>>bec5565a-8c80-48a1-3ea4-88971784ce3b
>>>>> on 0
>>>>> 2013-04-07 00:32:36,396 DEBUG [cloud.api.ApiServlet]
>>>>> (1161145101@qtp-1008805148-33:null) ===START===  127.0.0.1 -- GET
>>>>>
>>>>>command=queryAsyncJobResult&jobId=00aeb7f7-459c-477e-a0a1-5d9262bc583a
>>>>>&
>>>>>r
>>>>>e
>>>>>sponse=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316356393
>>>>> 2013-04-07 00:32:36,418 DEBUG [cloud.api.ApiServlet]
>>>>> (1161145101@qtp-1008805148-33:null) ===END===  127.0.0.1 -- GET
>>>>>
>>>>>command=queryAsyncJobResult&jobId=00aeb7f7-459c-477e-a0a1-5d9262bc583a
>>>>>&
>>>>>r
>>>>>e
>>>>>sponse=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316356393
>>>>> 2013-04-07 00:32:39,395 DEBUG [cloud.api.ApiServlet]
>>>>> (1161145101@qtp-1008805148-33:null) ===START===  127.0.0.1 -- GET
>>>>>
>>>>>command=queryAsyncJobResult&jobId=00aeb7f7-459c-477e-a0a1-5d9262bc583a
>>>>>&
>>>>>r
>>>>>e
>>>>>sponse=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316359393
>>>>> 2013-04-07 00:32:39,410 DEBUG [cloud.api.ApiServlet]
>>>>> (1161145101@qtp-1008805148-33:null) ===END===  127.0.0.1 -- GET
>>>>>
>>>>>command=queryAsyncJobResult&jobId=00aeb7f7-459c-477e-a0a1-5d9262bc583a
>>>>>&
>>>>>r
>>>>>e
>>>>>sponse=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316359393
>>>>> 2013-04-07 00:32:41,550 INFO  [xen.resource.CitrixResourceBase]
>>>>> (DirectAgent-334:null) Programmed default network rules for i-2-13-VM
>>>>>on
>>>>> nic with ip:192.168.56.146 mac:06:06:fe:00:00:44
>>>>> 2013-04-07 00:32:41,550 DEBUG [xen.resource.CitrixResourceBase]
>>>>> (DirectAgent-334:null) 2. The VM i-2-13-VM is in Running state.
>>>>> 2013-04-07 00:32:41,550 DEBUG [agent.manager.DirectAgentAttache]
>>>>> (DirectAgent-334:null) Seq 6-324993308: Response Received:
>>>>> 2013-04-07 00:32:41,551 DEBUG [agent.transport.Request]
>>>>> (DirectAgent-334:null) Seq 6-324993308: Processing:  { Ans: , MgmtId:
>>>>>1,
>>>>> via: 6, Ver: v1, Flags: 110,
>>>>>
>>>>>[{"StartAnswer":{"vm":{"id":13,"name":"i-2-13-VM","bootloader":"PyGrub
>>>>>"
>>>>>,
>>>>>"
>>>>>type":"User","cpus":1,"speed":100,"minRam":1073741824,"maxRam":1073741
>>>>>8
>>>>>2
>>>>>4
>>>>>,"arch":"x86_64","os":"CentOS
>>>>> 5.3
>>>>>
>>>>>(64-bit)","bootArgs":"","rebootOnCrash":false,"enableHA":false,"limitC
>>>>>p
>>>>>u
>>>>>U
>>>>>se":false,"vncPassword":"2e91fc6d6f16609d","params":{},"uuid":"94ddc16
>>>>>f
>>>>>-
>>>>>0
>>>>>4fc-4da1-8326-01d8d5cdeb44","disks":[{"id":13,"name":"ROOT-13","mountP
>>>>>o
>>>>>i
>>>>>n
>>>>>t":"/iSCSI_SR_3","path":"99154d9c-2665-465d-8c71-e60f1748895b","size":
>>>>>5
>>>>>2
>>>>>4
>>>>>28800,"type":"ROOT","storagePoolType":"PreSetup","storagePoolUuid":"iS
>>>>>C
>>>>>S
>>>>>I
>>>>>_SR_3","deviceId":0},{"id":13,"name":"tiny
>>>>>
>>>>>Linux","size":0,"type":"ISO","storagePoolType":"ISO","deviceId":3}],"n
>>>>>i
>>>>>c
>>>>>s
>>>>>":[{"deviceId":0,"networkRateMbps":200,"defaultNic":true,"uuid":"59b9a
>>>>>8
>>>>>a
>>>>>a
>>>>>-c867-40b8-95bb-6e40273569c9","ip":"192.168.56.146","netmask":"255.255
>>>>>.
>>>>>2
>>>>>5
>>>>>5.0","gateway":"192.168.56.1","mac":"06:06:fe:00:00:44","dns1":"8.8.8.
>>>>>8
>>>>>"
>>>>>,
>>>>>"dns2":"4.4.4.4","broadcastType":"Native","type":"Guest","broadcastUri
>>>>>"
>>>>>:
>>>>>"
>>>>>vlan://untagged","isolationUri":"ec2://untagged","isSecurityGroupEnabl
>>>>>e
>>>>>d
>>>>>"
>>>>>:true}]},"result":true,"wait":0}}]
>>>>> }
>>>>> 2013-04-07 00:32:41,551 DEBUG [agent.transport.Request]
>>>>> (Job-Executor-36:job-43) Seq 6-324993308: Received:  { Ans: , MgmtId:
>>>>>1,
>>>>> via: 6, Ver: v1, Flags: 110, { StartAnswer } }
>>>>> 2013-04-07 00:32:41,551 DEBUG [agent.manager.AgentAttache]
>>>>> (DirectAgent-334:null) Seq 6-324993308: No more commands found
>>>>> 2013-04-07 00:32:41,592 DEBUG
>>>>>[network.security.SecurityGroupManagerImpl]
>>>>> (Job-Executor-36:job-43) Security Group Mgr v2: scheduling ruleset
>>>>>updates
>>>>> for 1 vms  (unique=1), current queue size=0
>>>>> 2013-04-07 00:32:41,593 DEBUG
>>>>>[network.security.SecurityGroupManagerImpl]
>>>>> (Job-Executor-36:job-43) Security Group Mgr v2: done scheduling
>>>>>ruleset
>>>>> updates for 1 vms: num new jobs=1 num rows insert or updated=1 time
>>>>>taken=1
>>>>> 2013-04-07 00:32:41,596 DEBUG [cloud.capacity.CapacityManagerImpl]
>>>>> (Job-Executor-36:job-43) VM state transitted from :Starting to
>>>>>Running
>>>>>with
>>>>> event: OperationSucceededvm's original host id: 6 new host id: 6 host
>>>>>id
>>>>> before state transition: 6
>>>>> 2013-04-07 00:32:41,596 DEBUG [cloud.vm.VirtualMachineManagerImpl]
>>>>> (Job-Executor-36:job-43) Start completed for VM
>>>>> VM[User|94ddc16f-04fc-4da1-8326-01d8d5cdeb44]
>>>>> 2013-04-07 00:32:41,601 DEBUG
>>>>>[network.security.SecurityGroupManagerImpl]
>>>>> (SecGrp-Worker-4:null) SecurityGroupManager v2: sending ruleset
>>>>>update
>>>>>for
>>>>> vm i-2-13-VM:ingress num rules=0:egress num rules=0 num cidrs=0
>>>>> sig=d41d8cd98f00b204e9800998ecf8427e
>>>>> 2013-04-07 00:32:41,605 DEBUG [agent.transport.Request]
>>>>> (SecGrp-Worker-4:null) Seq 6-324993309: Sending  { Cmd , MgmtId: 1,
>>>>>via: 6,
>>>>> Ver: v1, Flags: 100111,
>>>>>
>>>>>[{"SecurityGroupRulesCmd":{"guestIp":"192.168.56.146","vmName":"i-2-13
>>>>>-
>>>>>V
>>>>>M
>>>>>","guestMac":"06:06:fe:00:00:44","signature":"d41d8cd98f00b204e9800998
>>>>>e
>>>>>c
>>>>>f
>>>>>8427e","seqNum":1,"vmId":13,"msId":1,"ingressRuleSet":[],"egressRuleSe
>>>>>t
>>>>>"
>>>>>:
>>>>>[],"wait":0}}]
>>>>> }
>>>>> 2013-04-07 00:32:41,605 DEBUG [cloud.async.AsyncJobManagerImpl]
>>>>> (Job-Executor-36:job-43) Complete async job-43, jobStatus: 1,
>>>>>resultCode:
>>>>> 0, result: org.apache.cloudstack.api.response.UserVmResponse@68779e71
>>>>> 2013-04-07 00:32:41,605 DEBUG [agent.transport.Request]
>>>>> (SecGrp-Worker-4:null) Seq 6-324993309: Executing:  { Cmd , MgmtId:
>>>>>1,
>>>>>via:
>>>>> 6, Ver: v1, Flags: 100111,
>>>>>
>>>>>[{"SecurityGroupRulesCmd":{"guestIp":"192.168.56.146","vmName":"i-2-13
>>>>>-
>>>>>V
>>>>>M
>>>>>","guestMac":"06:06:fe:00:00:44","signature":"d41d8cd98f00b204e9800998
>>>>>e
>>>>>c
>>>>>f
>>>>>8427e","seqNum":1,"vmId":13,"msId":1,"ingressRuleSet":[],"egressRuleSe
>>>>>t
>>>>>"
>>>>>:
>>>>>[],"wait":0}}]
>>>>> }
>>>>> 2013-04-07 00:32:41,606 DEBUG [agent.manager.DirectAgentAttache]
>>>>> (DirectAgent-275:null) Seq 6-324993309: Executing request
>>>>> 2013-04-07 00:32:41,611 DEBUG [cloud.async.AsyncJobManagerImpl]
>>>>> (Job-Executor-36:job-43) Done executing
>>>>> org.apache.cloudstack.api.command.user.vm.DeployVMCmd for job-43
>>>>> 2013-04-07 00:32:41,866 INFO  [xen.resource.CitrixResourceBase]
>>>>> (DirectAgent-275:null) Programmed network rules for vm i-2-13-VM
>>>>> guestIp=192.168.56.146, ingress numrules=0, egress numrules=0
>>>>> 2013-04-07 00:32:41,866 DEBUG [agent.manager.DirectAgentAttache]
>>>>> (DirectAgent-275:null) Seq 6-324993309: Response Received:
>>>>> 2013-04-07 00:32:41,866 DEBUG [agent.transport.Request]
>>>>> (DirectAgent-275:null) Seq 6-324993309: Processing:  { Ans: , MgmtId:
>>>>>1,
>>>>> via: 6, Ver: v1, Flags: 110,
>>>>>
>>>>>[{"SecurityGroupRuleAnswer":{"logSequenceNumber":1,"vmId":13,"reason":
>>>>>"
>>>>>N
>>>>>O
>>>>>NE","result":true,"wait":0}}]
>>>>> }
>>>>> 2013-04-07 00:32:41,866 DEBUG
>>>>>[network.security.SecurityGroupListener]
>>>>> (DirectAgent-275:null) Successfully programmed rule
>>>>> com.cloud.agent.api.SecurityGroupRuleAnswer into host 6
>>>>> 2013-04-07 00:32:41,868 DEBUG
>>>>>[network.security.SecurityGroupListener]
>>>>> (DirectAgent-275:null) Successfully programmed rule
>>>>> com.cloud.agent.api.SecurityGroupRuleAnswer into host 6
>>>>> 2013-04-07 00:32:41,869 DEBUG [agent.manager.AgentAttache]
>>>>> (DirectAgent-275:null) Seq 6-324993309: No more commands found
>>>>> 2013-04-07 00:32:42,396 DEBUG [cloud.api.ApiServlet]
>>>>> (1161145101@qtp-1008805148-33:null) ===START===  127.0.0.1 -- GET
>>>>>
>>>>>command=queryAsyncJobResult&jobId=00aeb7f7-459c-477e-a0a1-5d9262bc583a
>>>>>&
>>>>>r
>>>>>e
>>>>>sponse=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316362394
>>>>> 2013-04-07 00:32:42,406 DEBUG [cloud.async.AsyncJobManagerImpl]
>>>>> (1161145101@qtp-1008805148-33:null) Async job-43 completed
>>>>> 2013-04-07 00:32:42,412 DEBUG [cloud.api.ApiServlet]
>>>>> (1161145101@qtp-1008805148-33:null) ===END===  127.0.0.1 -- GET
>>>>>
>>>>>command=queryAsyncJobResult&jobId=00aeb7f7-459c-477e-a0a1-5d9262bc583a
>>>>>&
>>>>>r
>>>>>e
>>>>>sponse=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316362394
>>>>> 2013-04-07 00:32:45,427 DEBUG [cloud.api.ApiServlet]
>>>>> (1161145101@qtp-1008805148-33:null) ===START===  127.0.0.1 -- GET
>>>>>
>>>>>command=listVolumes&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8Go
>>>>>V
>>>>>A
>>>>>%
>>>>>3D&listAll=true&page=1&pagesize=20&_=1365316365425
>>>>> 2013-04-07 00:32:45,442 DEBUG [cloud.api.ApiServlet]
>>>>> (1161145101@qtp-1008805148-33:null) ===END===  127.0.0.1 -- GET
>>>>>
>>>>>command=listVolumes&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8Go
>>>>>V
>>>>>A
>>>>>%
>>>>>3D&listAll=true&page=1&pagesize=20&_=1365316365425
>>>>> 2013-04-07 00:32:47,667 DEBUG [cloud.api.ApiServlet]
>>>>> (1161145101@qtp-1008805148-33:null) ===START===  127.0.0.1 -- GET
>>>>>
>>>>>command=listVolumes&id=44d56727-6e5f-438a-8187-42adfac7c906&response=j
>>>>>s
>>>>>o
>>>>>n
>>>>>&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316367665
>>>>> 2013-04-07 00:32:47,679 DEBUG [agent.manager.AgentManagerImpl]
>>>>> (AgentManager-Handler-12:null) Ping from 3
>>>>> 2013-04-07 00:32:47,684 DEBUG [cloud.api.ApiServlet]
>>>>> (1161145101@qtp-1008805148-33:null) ===END===  127.0.0.1 -- GET
>>>>>
>>>>>command=listVolumes&id=44d56727-6e5f-438a-8187-42adfac7c906&response=j
>>>>>s
>>>>>o
>>>>>n
>>>>>&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316367665
>>>>> 2013-04-07 00:32:47,698 DEBUG [cloud.api.ApiServlet]
>>>>> (1161145101@qtp-1008805148-33:null) ===START===  127.0.0.1 -- GET
>>>>>
>>>>>command=listTags&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%
>>>>>3
>>>>>D
>>>>>&
>>>>>resourceId=44d56727-6e5f-438a-8187-42adfac7c906&resourceType=Volume&li
>>>>>s
>>>>>t
>>>>>A
>>>>>ll=true&_=1365316367696
>>>>> 2013-04-07 00:32:47,708 DEBUG [cloud.api.ApiServlet]
>>>>> (1161145101@qtp-1008805148-33:null) ===END===  127.0.0.1 -- GET
>>>>>
>>>>>command=listTags&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%
>>>>>3
>>>>>D
>>>>>&
>>>>>resourceId=44d56727-6e5f-438a-8187-42adfac7c906&resourceType=Volume&li
>>>>>s
>>>>>t
>>>>>A
>>>>>ll=true&_=1365316367696
>>>>> 2013-04-07 00:32:50,453 DEBUG
>>>>> [storage.secondary.SecondaryStorageManagerImpl] (secstorage-1:null)
>>>>>Zone 1
>>>>> is ready to launch secondary storage VM
>>>>> 2013-04-07 00:32:50,556 DEBUG
>>>>>[cloud.consoleproxy.ConsoleProxyManagerImpl]
>>>>> (consoleproxy-1:null) Zone 1 is ready to launch console proxy
>>>>> 2013-04-07 00:32:50,815 DEBUG
>>>>> [network.router.VirtualNetworkApplianceManagerImpl]
>>>>>(RouterMonitor-1:null)
>>>>> Found 0 running routers.
>>>>> 2013-04-07 00:32:50,820 DEBUG
>>>>> [network.router.VirtualNetworkApplianceManagerImpl]
>>>>> (RouterStatusMonitor-1:null) Found 0 routers to update status.
>>>>> 2013-04-07 00:32:50,821 DEBUG
>>>>> [network.router.VirtualNetworkApplianceManagerImpl]
>>>>> (RouterStatusMonitor-1:null) Found 0 networks to update RvR status.
>>>>> 2013-04-07 00:32:50,851 DEBUG
>>>>> [network.router.VirtualNetworkApplianceManagerImpl]
>>>>>(RouterMonitor-1:null)
>>>>> Found 0 running routers.
>>>>> 2013-04-07 00:32:50,851 DEBUG
>>>>> [network.router.VirtualNetworkApplianceManagerImpl]
>>>>> (RouterStatusMonitor-1:null) Found 0 routers to update status.
>>>>> 2013-04-07 00:32:50,852 DEBUG
>>>>> [network.router.VirtualNetworkApplianceManagerImpl]
>>>>> (RouterStatusMonitor-1:null) Found 0 networks to update RvR status.
>>>>> 2013-04-07 00:32:50,908 DEBUG
>>>>> [cloud.network.ExternalLoadBalancerUsageManagerImpl]
>>>>> (ExternalNetworkMonitor-1:null) External devices stats collector is
>>>>> running...
>>>>> 2013-04-07 00:32:50,919 DEBUG
>>>>>[storage.snapshot.SnapshotSchedulerImpl]
>>>>> (SnapshotPollTask:null) Snapshot scheduler.poll is being called at
>>>>> 2013-04-07 06:32:50 GMT
>>>>> 2013-04-07 00:32:50,920 DEBUG
>>>>>[storage.snapshot.SnapshotSchedulerImpl]
>>>>> (SnapshotPollTask:null) Got 0 snapshots to be executed at 2013-04-07
>>>>> 06:32:50 GMT
>>>>> 2013-04-07 00:32:51,462 INFO  [agent.manager.AgentMonitor]
>>>>> (Thread-11:null) Found the following agents behind on ping: [6, 5]
>>>>> 2013-04-07 00:32:51,464 DEBUG [cloud.host.Status] (Thread-11:null)
>>>>>Ping
>>>>> timeout for host 6, do invstigation
>>>>> 2013-04-07 00:32:51,465 DEBUG [cloud.host.Status] (Thread-11:null)
>>>>>Ping
>>>>> timeout for host 5, do invstigation
>>>>> 2013-04-07 00:32:51,465 INFO  [agent.manager.AgentManagerImpl]
>>>>> (AgentTaskPool-15:null) Investigating why host 6 has disconnected
>>>>>with
>>>>> event PingTimeout
>>>>> 2013-04-07 00:32:51,465 DEBUG [agent.manager.AgentManagerImpl]
>>>>> (AgentTaskPool-15:null) checking if agent (6) is alive
>>>>> 2013-04-07 00:32:51,467 INFO  [agent.manager.AgentManagerImpl]
>>>>> (AgentTaskPool-1:null) Investigating why host 5 has disconnected with
>>>>>event
>>>>> PingTimeout
>>>>> 2013-04-07 00:32:51,467 DEBUG [agent.manager.AgentManagerImpl]
>>>>> (AgentTaskPool-1:null) checking if agent (5) is alive
>>>>> 2013-04-07 00:32:51,469 DEBUG [agent.transport.Request]
>>>>> (AgentTaskPool-15:null) Seq 6-324993310: Sending  { Cmd , MgmtId: 1,
>>>>>via:
>>>>> 6, Ver: v1, Flags: 100011, [{"CheckHealthCommand":{"wait":50}}] }
>>>>> 2013-04-07 00:32:51,469 DEBUG [agent.transport.Request]
>>>>> (AgentTaskPool-15:null) Seq 6-324993310: Executing:  { Cmd , MgmtId:
>>>>>1,
>>>>> via: 6, Ver: v1, Flags: 100011, [{"CheckHealthCommand":{"wait":50}}]
>>>>>}
>>>>> 2013-04-07 00:32:51,469 DEBUG [agent.manager.DirectAgentAttache]
>>>>> (DirectAgent-335:null) Seq 6-324993310: Executing request
>>>>> 2013-04-07 00:32:51,473 DEBUG [agent.transport.Request]
>>>>> (AgentTaskPool-1:null) Seq 5-614334814: Sending  { Cmd , MgmtId: 1,
>>>>>via: 5,
>>>>> Ver: v1, Flags: 100011, [{"CheckHealthCommand":{"wait":50}}] }
>>>>> 2013-04-07 00:32:51,473 DEBUG [agent.transport.Request]
>>>>> (AgentTaskPool-1:null) Seq 5-614334814: Executing:  { Cmd , MgmtId:
>>>>>1,
>>>>>via:
>>>>> 5, Ver: v1, Flags: 100011, [{"CheckHealthCommand":{"wait":50}}] }
>>>>> 2013-04-07 00:32:51,473 DEBUG [agent.manager.DirectAgentAttache]
>>>>> (DirectAgent-30:null) Seq 5-614334814: Executing request
>>>>> 2013-04-07 00:32:51,536 DEBUG [agent.manager.DirectAgentAttache]
>>>>> (DirectAgent-335:null) Seq 6-324993310: Response Received:
>>>>> 2013-04-07 00:32:51,536 DEBUG [agent.manager.DirectAgentAttache]
>>>>> (DirectAgent-30:null) Seq 5-614334814: Response Received:
>>>>> 2013-04-07 00:32:51,536 DEBUG [agent.transport.Request]
>>>>> (DirectAgent-30:null) Seq 5-614334814: Processing:  { Ans: , MgmtId:
>>>>>1,
>>>>> via: 5, Ver: v1, Flags: 10,
>>>>> [{"CheckHealthAnswer":{"result":true,"details":"resource is
>>>>> alive","wait":0}}] }
>>>>> 2013-04-07 00:32:51,536 DEBUG [agent.transport.Request]
>>>>> (DirectAgent-335:null) Seq 6-324993310: Processing:  { Ans: , MgmtId:
>>>>>1,
>>>>> via: 6, Ver: v1, Flags: 10,
>>>>> [{"CheckHealthAnswer":{"result":true,"details":"resource is
>>>>> alive","wait":0}}] }
>>>>> 2013-04-07 00:32:51,536 DEBUG [agent.transport.Request]
>>>>> (AgentTaskPool-1:null) Seq 5-614334814: Received:  { Ans: , MgmtId:
>>>>>1,
>>>>>via:
>>>>> 5, Ver: v1, Flags: 10, { CheckHealthAnswer } }
>>>>> 2013-04-07 00:32:51,536 DEBUG [agent.transport.Request]
>>>>> (AgentTaskPool-15:null) Seq 6-324993310: Received:  { Ans: , MgmtId:
>>>>>1,
>>>>> via: 6, Ver: v1, Flags: 10, { CheckHealthAnswer } }
>>>>> 2013-04-07 00:32:51,536 DEBUG [agent.manager.AgentManagerImpl]
>>>>> (AgentTaskPool-1:null) Details from executing class
>>>>> com.cloud.agent.api.CheckHealthCommand: resource is alive
>>>>> 2013-04-07 00:32:51,536 DEBUG [agent.manager.AgentManagerImpl]
>>>>> (AgentTaskPool-1:null) agent (5) responded to checkHeathCommand,
>>>>>reporting
>>>>> that agent is Up
>>>>> 2013-04-07 00:32:51,536 DEBUG [agent.manager.AgentManagerImpl]
>>>>> (AgentTaskPool-15:null) Details from executing class
>>>>> com.cloud.agent.api.CheckHealthCommand: resource is alive
>>>>> 2013-04-07 00:32:51,536 INFO  [agent.manager.AgentManagerImpl]
>>>>> (AgentTaskPool-1:null) The state determined is Up
>>>>> 2013-04-07 00:32:51,536 INFO  [agent.manager.AgentManagerImpl]
>>>>> (AgentTaskPool-1:null) Agent is determined to be up and running
>>>>> 2013-04-07 00:32:51,536 DEBUG [agent.manager.AgentManagerImpl]
>>>>> (AgentTaskPool-15:null) agent (6) responded to checkHeathCommand,
>>>>>reporting
>>>>> that agent is Up
>>>>> 2013-04-07 00:32:51,536 DEBUG [cloud.host.Status]
>>>>>(AgentTaskPool-1:null)
>>>>> Transition:[Resource state = Enabled, Agent event = Ping, Host id =
>>>>>5,
>>>>>name
>>>>> = Tut-XenServer2]
>>>>> 2013-04-07 00:32:51,536 INFO  [agent.manager.AgentManagerImpl]
>>>>> (AgentTaskPool-15:null) The state determined is Up
>>>>> 2013-04-07 00:32:51,537 INFO  [agent.manager.AgentManagerImpl]
>>>>> (AgentTaskPool-15:null) Agent is determined to be up and running
>>>>> 2013-04-07 00:32:51,540 DEBUG [cloud.host.Status]
>>>>>(AgentTaskPool-1:null)
>>>>> Agent status update: [id = 5; name = Tut-XenServer2; old status = Up;
>>>>>event
>>>>> = Ping; new status = Up; old update count = 146; new update count =
>>>>>147]
>>>>> 2013-04-07 00:32:51,540 DEBUG [cloud.host.Status]
>>>>>(AgentTaskPool-15:null)
>>>>> Transition:[Resource state = Enabled, Agent event = Ping, Host id =
>>>>>6,
>>>>>name
>>>>> = Tut-XenServer]
>>>>> 2013-04-07 00:32:51,542 DEBUG [cloud.host.Status]
>>>>>(AgentTaskPool-15:null)
>>>>> Agent status update: [id = 6; name = Tut-XenServer; old status = Up;
>>>>>event
>>>>> = Ping; new status = Up; old update count = 309; new update count =
>>>>>310]
>>>>> 2013-04-07 00:33:04,820 DEBUG [agent.manager.DirectAgentAttache]
>>>>> (DirectAgent-422:null) Ping from 6
>>>>> 2013-04-07 00:33:06,176 DEBUG [agent.manager.DirectAgentAttache]
>>>>> (DirectAgent-135:null) Ping from 5
>>>>> 2013-04-07 00:33:06,909 DEBUG [agent.manager.DirectAgentAttache]
>>>>> (DirectAgent-152:null) Seq 6-324993028: Executing request
>>>>> 2013-04-07 00:33:07,151 DEBUG [agent.manager.DirectAgentAttache]
>>>>> (DirectAgent-152:null) Seq 6-324993028: Response Received:
>>>>> 2013-04-07 00:33:07,151 DEBUG [agent.transport.Request]
>>>>> (DirectAgent-152:null) Seq 6-324993028: Processing:  { Ans: , MgmtId:
>>>>>1,
>>>>> via: 6, Ver: v1, Flags: 10,
>>>>>
>>>>>[{"ClusterSyncAnswer":{"_clusterId":2,"_newStates":{},"_isExecuted":fa
>>>>>l
>>>>>s
>>>>>e
>>>>>,"result":true,"wait":0}}]
>>>>> }
>>>>> 2013-04-07 00:33:11,022 DEBUG [agent.manager.DirectAgentAttache]
>>>>> (DirectAgent-50:null) Seq 5-614334468: Executing request
>>>>> 2013-04-07 00:33:11,169 DEBUG [agent.manager.DirectAgentAttache]
>>>>> (DirectAgent-50:null) Seq 5-614334468: Response Received:
>>>>> 2013-04-07 00:33:11,169 DEBUG [agent.transport.Request]
>>>>> (DirectAgent-50:null) Seq 5-614334468: Processing:  { Ans: , MgmtId:
>>>>>1,
>>>>> via: 5, Ver: v1, Flags: 10, [{"Answer":{"result":true,"wait":0}}] }
>>>>> 2013-04-07 00:33:20,451 DEBUG
>>>>> [storage.secondary.SecondaryStorageManagerImpl] (secstorage-1:null)
>>>>>Zone 1
>>>>> is ready to launch secondary storage VM
>>>>> 2013-04-07 00:33:20,553 DEBUG
>>>>>[cloud.consoleproxy.ConsoleProxyManagerImpl]
>>>>> (consoleproxy-1:null) Zone 1 is ready to launch console proxy
>>>>> 2013-04-07 00:33:20,819 DEBUG
>>>>> [network.router.VirtualNetworkApplianceManagerImpl]
>>>>> (RouterStatusMonitor-1:null) Found 0 routers to update status.
>>>>> 2013-04-07 00:33:20,820 DEBUG
>>>>> [network.router.VirtualNetworkApplianceManagerImpl]
>>>>> (RouterStatusMonitor-1:null) Found 0 networks to update RvR status.
>>>>> 2013-04-07 00:33:20,851 DEBUG
>>>>> [network.router.VirtualNetworkApplianceManagerImpl]
>>>>> (RouterStatusMonitor-1:null) Found 0 routers to update status.
>>>>> 2013-04-07 00:33:20,852 DEBUG
>>>>> [network.router.VirtualNetworkApplianceManagerImpl]
>>>>> (RouterStatusMonitor-1:null) Found 0 networks to update RvR status.
>>>>> 2013-04-07 00:33:20,921 DEBUG [cloud.alert.AlertManagerImpl]
>>>>> (CapacityChecker:null) Running Capacity Checker ...
>>>>> 2013-04-07 00:33:20,921 DEBUG [cloud.alert.AlertManagerImpl]
>>>>> (CapacityChecker:null) recalculating system capacity
>>>>> 2013-04-07 00:33:20,921 DEBUG [cloud.alert.AlertManagerImpl]
>>>>> (CapacityChecker:null) Executing cpu/ram capacity update
>>>>> 2013-04-07 00:33:20,929 DEBUG [cloud.capacity.CapacityManagerImpl]
>>>>> (CapacityChecker:null) Found 2 VMs on host 1
>>>>> 2013-04-07 00:33:20,931 DEBUG [cloud.capacity.CapacityManagerImpl]
>>>>> (CapacityChecker:null) Found 0 VM, not running on host 1
>>>>> 2013-04-07 00:33:20,933 DEBUG [cloud.capacity.CapacityManagerImpl]
>>>>> (CapacityChecker:null) No need to calibrate cpu capacity, host:1
>>>>>usedCpu:
>>>>> 200 reservedCpu: 0
>>>>> 2013-04-07 00:33:20,933 DEBUG [cloud.capacity.CapacityManagerImpl]
>>>>> (CapacityChecker:null) No need to calibrate memory capacity, host:1
>>>>> usedMem: 209715200 reservedMem: 0
>>>>> 2013-04-07 00:33:20,939 DEBUG [cloud.capacity.CapacityManagerImpl]
>>>>> (CapacityChecker:null) Found 1 VMs on host 5
>>>>> 2013-04-07 00:33:20,940 DEBUG [cloud.capacity.CapacityManagerImpl]
>>>>> (CapacityChecker:null) Found 0 VM, not running on host 5
>>>>> 2013-04-07 00:33:20,942 DEBUG [cloud.capacity.CapacityManagerImpl]
>>>>> (CapacityChecker:null) No need to calibrate cpu capacity, host:5
>>>>>usedCpu:
>>>>> 100 reservedCpu: 0
>>>>> 2013-04-07 00:33:20,942 DEBUG [cloud.capacity.CapacityManagerImpl]
>>>>> (CapacityChecker:null) No need to calibrate memory capacity, host:5
>>>>> usedMem: 1073741824 reservedMem: 0
>>>>> 2013-04-07 00:33:20,948 DEBUG [cloud.capacity.CapacityManagerImpl]
>>>>> (CapacityChecker:null) Found 2 VMs on host 6
>>>>> 2013-04-07 00:33:20,949 DEBUG [cloud.capacity.CapacityManagerImpl]
>>>>> (CapacityChecker:null) Found 0 VM, not running on host 6
>>>>> 2013-04-07 00:33:20,951 DEBUG [cloud.capacity.CapacityManagerImpl]
>>>>> (CapacityChecker:null) No need to calibrate cpu capacity, host:6
>>>>>usedCpu:
>>>>> 200 reservedCpu: 0
>>>>> 2013-04-07 00:33:20,951 DEBUG [cloud.capacity.CapacityManagerImpl]
>>>>> (CapacityChecker:null) No need to calibrate memory capacity, host:6
>>>>> usedMem: 1178599424 reservedMem: 0
>>>>> 2013-04-07 00:33:20,951 DEBUG [cloud.alert.AlertManagerImpl]
>>>>> (CapacityChecker:null) Done executing cpu/ram capacity update
>>>>> 2013-04-07 00:33:20,951 DEBUG [cloud.alert.AlertManagerImpl]
>>>>> (CapacityChecker:null) Executing storage capacity update
>>>>> 2013-04-07 00:33:20,956 DEBUG [cloud.storage.StorageManagerImpl]
>>>>> (CapacityChecker:null) Successfully set Capacity - 31004332032 for
>>>>>capacity
>>>>> type - 9 , DataCenterId - 1, HostOrPoolId - 200, PodId 1
>>>>> 2013-04-07 00:33:20,959 DEBUG [cloud.storage.StorageManagerImpl]
>>>>> (CapacityChecker:null) Successfully set Capacity - 97221701632 for
>>>>>capacity
>>>>> type - 9 , DataCenterId - 1, HostOrPoolId - 201, PodId 1
>>>>> 2013-04-07 00:33:20,963 DEBUG [cloud.storage.StorageManagerImpl]
>>>>> (CapacityChecker:null) Successfully set Capacity - 97221701632 for
>>>>>capacity
>>>>> type - 9 , DataCenterId - 1, HostOrPoolId - 202, PodId 1
>>>>> 2013-04-07 00:33:20,967 DEBUG [cloud.storage.StorageManagerImpl]
>>>>> (CapacityChecker:null) Successfully set Capacity - 2084569088 for
>>>>>capacity
>>>>> type - 3 , DataCenterId - 1, HostOrPoolId - 256, PodId 1
>>>>> 2013-04-07 00:33:20,971 DEBUG [cloud.storage.StorageManagerImpl]
>>>>> (CapacityChecker:null) Successfully set Capacity - 2084569088 for
>>>>>capacity
>>>>> type - 3 , DataCenterId - 1, HostOrPoolId - 257, PodId 1
>>>>> 2013-04-07 00:33:20,975 DEBUG [cloud.storage.StorageManagerImpl]
>>>>> (CapacityChecker:null) Successfully set Capacity - 2084569088 for
>>>>>capacity
>>>>> type - 3 , DataCenterId - 1, HostOrPoolId - 262, PodId 1
>>>>> 2013-04-07 00:33:20,975 DEBUG [cloud.alert.AlertManagerImpl]
>>>>> (CapacityChecker:null) Done executing storage capacity update
>>>>> 2013-04-07 00:33:20,975 DEBUG [cloud.alert.AlertManagerImpl]
>>>>> (CapacityChecker:null) Executing capacity updates for public ip and
>>>>>Vlans
>>>>> 2013-04-07 00:33:20,983 DEBUG [cloud.alert.AlertManagerImpl]
>>>>> (CapacityChecker:null) Done capacity updates for public ip and Vlans
>>>>> 2013-04-07 00:33:20,983 DEBUG [cloud.alert.AlertManagerImpl]
>>>>> (CapacityChecker:null) Executing capacity updates for private ip
>>>>> 2013-04-07 00:33:20,990 DEBUG [cloud.alert.AlertManagerImpl]
>>>>> (CapacityChecker:null) Done executing capacity updates for private ip
>>>>> 2013-04-07 00:33:20,990 DEBUG [cloud.alert.AlertManagerImpl]
>>>>> (CapacityChecker:null) Done recalculating system capacity
>>>>> 2013-04-07 00:33:21,012 DEBUG [cloud.alert.AlertManagerImpl]
>>>>> (CapacityChecker:null) Done running Capacity Checker ...
>>>>> 2013-04-07 00:33:24,891 DEBUG [agent.manager.AgentManagerImpl]
>>>>> (AgentManager-Handler-13:null) Ping from 4
>>>>> 2013-04-07 00:33:27,159 DEBUG [agent.manager.DirectAgentAttache]
>>>>> (DirectAgent-459:null) Ping from 1
>>>>> 2013-04-07 00:33:29,095 DEBUG [agent.manager.DirectAgentAttache]
>>>>> (DirectAgent-457:null) Seq 1-90046472: Executing request
>>>>> 2013-04-07 00:33:29,329 DEBUG [agent.manager.DirectAgentAttache]
>>>>> (DirectAgent-457:null) Seq 1-90046472: Response Received:
>>>>> 2013-04-07 00:33:29,330 DEBUG [agent.transport.Request]
>>>>> (DirectAgent-457:null) Seq 1-90046472: Processing:  { Ans: , MgmtId:
>>>>>1,
>>>>> via: 1, Ver: v1, Flags: 10,
>>>>>
>>>>>[{"ClusterSyncAnswer":{"_clusterId":1,"_newStates":{},"_isExecuted":fa
>>>>>l
>>>>>s
>>>>>e
>>>>>,"result":true,"wait":0}}]
>>>>> }
>>>>> 2013-04-07 00:33:33,192 DEBUG [cloud.api.ApiServlet]
>>>>> (1161145101@qtp-1008805148-33:null) ===START===  127.0.0.1 -- GET
>>>>>
>>>>>command=listVirtualMachines&response=json&sessionkey=Z6QqzU0Fq1iT13bMg
>>>>>n
>>>>>R
>>>>>R
>>>>>fl8GoVA%3D&listAll=true&page=1&pagesize=20&_=1365316413189
>>>>> 2013-04-07 00:33:33,210 DEBUG [cloud.api.ApiServlet]
>>>>> (1161145101@qtp-1008805148-33:null) ===END===  127.0.0.1 -- GET
>>>>>
>>>>>command=listVirtualMachines&response=json&sessionkey=Z6QqzU0Fq1iT13bMg
>>>>>n
>>>>>R
>>>>>R
>>>>>fl8GoVA%3D&listAll=true&page=1&pagesize=20&_=1365316413189
>>>>> 2013-04-07 00:33:35,033 DEBUG [cloud.api.ApiServlet]
>>>>> (1161145101@qtp-1008805148-33:null) ===START===  127.0.0.1 -- GET
>>>>>
>>>>>command=listZones&available=true&response=json&sessionkey=Z6QqzU0Fq1iT
>>>>>1
>>>>>3
>>>>>b
>>>>>MgnRRfl8GoVA%3D&_=1365316415031
>>>>> 2013-04-07 00:33:35,040 DEBUG [cloud.api.ApiServlet]
>>>>> (1161145101@qtp-1008805148-33:null) ===END===  127.0.0.1 -- GET
>>>>>
>>>>>command=listZones&available=true&response=json&sessionkey=Z6QqzU0Fq1iT
>>>>>1
>>>>>3
>>>>>b
>>>>>MgnRRfl8GoVA%3D&_=1365316415031
>>>>> 2013-04-07 00:33:36,745 DEBUG [cloud.api.ApiServlet]
>>>>> (1161145101@qtp-1008805148-33:null) ===START===  127.0.0.1 -- GET
>>>>>
>>>>>command=listHypervisors&zoneid=3a62dec3-cf95-4ba2-9af0-af2190af35e3&re
>>>>>s
>>>>>p
>>>>>o
>>>>>nse=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316416743
>>>>> 2013-04-07 00:33:36,753 DEBUG [cloud.api.ApiServlet]
>>>>> (1161145101@qtp-1008805148-33:null) ===END===  127.0.0.1 -- GET
>>>>>
>>>>>command=listHypervisors&zoneid=3a62dec3-cf95-4ba2-9af0-af2190af35e3&re
>>>>>s
>>>>>p
>>>>>o
>>>>>nse=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316416743
>>>>> 2013-04-07 00:33:36,756 DEBUG [cloud.api.ApiServlet]
>>>>> (1161145101@qtp-1008805148-33:null) ===START===  127.0.0.1 -- GET
>>>>>
>>>>>command=listTemplates&templatefilter=featured&zoneid=3a62dec3-cf95-4ba
>>>>>2
>>>>>-
>>>>>9
>>>>>af0-af2190af35e3&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%
>>>>>3
>>>>>D
>>>>>&
>>>>>_=1365316416754
>>>>> 2013-04-07 00:33:36,781 DEBUG [cloud.api.ApiServlet]
>>>>> (1161145101@qtp-1008805148-33:null) ===END===  127.0.0.1 -- GET
>>>>>
>>>>>command=listTemplates&templatefilter=featured&zoneid=3a62dec3-cf95-4ba
>>>>>2
>>>>>-
>>>>>9
>>>>>af0-af2190af35e3&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%
>>>>>3
>>>>>D
>>>>>&
>>>>>_=1365316416754
>>>>> 2013-04-07 00:33:36,784 DEBUG [cloud.api.ApiServlet]
>>>>> (1161145101@qtp-1008805148-33:null) ===START===  127.0.0.1 -- GET
>>>>>
>>>>>command=listTemplates&templatefilter=community&zoneid=3a62dec3-cf95-4b
>>>>>a
>>>>>2
>>>>>-
>>>>>9af0-af2190af35e3&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA
>>>>>%
>>>>>3
>>>>>D
>>>>>&_=1365316416782
>>>>> 2013-04-07 00:33:36,812 DEBUG [cloud.api.ApiServlet]
>>>>> (1161145101@qtp-1008805148-33:null) ===END===  127.0.0.1 -- GET
>>>>>
>>>>>command=listTemplates&templatefilter=community&zoneid=3a62dec3-cf95-4b
>>>>>a
>>>>>2
>>>>>-
>>>>>9af0-af2190af35e3&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA
>>>>>%
>>>>>3
>>>>>D
>>>>>&_=1365316416782
>>>>> 2013-04-07 00:33:36,815 DEBUG [cloud.api.ApiServlet]
>>>>> (1161145101@qtp-1008805148-33:null) ===START===  127.0.0.1 -- GET
>>>>>
>>>>>command=listTemplates&templatefilter=selfexecutable&zoneid=3a62dec3-cf
>>>>>9
>>>>>5
>>>>>-
>>>>>4ba2-9af0-af2190af35e3&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl
>>>>>8
>>>>>G
>>>>>o
>>>>>VA%3D&_=1365316416813
>>>>> 2013-04-07 00:33:36,829 DEBUG [cloud.api.ApiServlet]
>>>>> (1161145101@qtp-1008805148-33:null) ===END===  127.0.0.1 -- GET
>>>>>
>>>>>command=listTemplates&templatefilter=selfexecutable&zoneid=3a62dec3-cf
>>>>>9
>>>>>5
>>>>>-
>>>>>4ba2-9af0-af2190af35e3&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl
>>>>>8
>>>>>G
>>>>>o
>>>>>VA%3D&_=1365316416813
>>>>> 2013-04-07 00:33:37,503 DEBUG [cloud.api.ApiServlet]
>>>>> (1161145101@qtp-1008805148-33:null) ===START===  127.0.0.1 -- GET
>>>>>
>>>>>command=listServiceOfferings&issystem=false&response=json&sessionkey=Z
>>>>>6
>>>>>Q
>>>>>q
>>>>>zU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316417501
>>>>> 2013-04-07 00:33:37,514 DEBUG [cloud.api.ApiServlet]
>>>>> (1161145101@qtp-1008805148-33:null) ===END===  127.0.0.1 -- GET
>>>>>
>>>>>command=listServiceOfferings&issystem=false&response=json&sessionkey=Z
>>>>>6
>>>>>Q
>>>>>q
>>>>>zU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316417501
>>>>> 2013-04-07 00:33:41,151 DEBUG [cloud.api.ApiServlet]
>>>>> (1161145101@qtp-1008805148-33:null) ===START===  127.0.0.1 -- GET
>>>>>
>>>>>command=listDiskOfferings&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnR
>>>>>R
>>>>>f
>>>>>l
>>>>>8GoVA%3D&_=1365316421149
>>>>> 2013-04-07 00:33:41,162 DEBUG [cloud.api.ApiServlet]
>>>>> (1161145101@qtp-1008805148-33:null) ===END===  127.0.0.1 -- GET
>>>>>
>>>>>command=listDiskOfferings&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnR
>>>>>R
>>>>>f
>>>>>l
>>>>>8GoVA%3D&_=1365316421149
>>>>> 2013-04-07 00:33:41,970 DEBUG [cloud.api.ApiServlet]
>>>>> (1161145101@qtp-1008805148-33:null) ===START===  127.0.0.1 -- GET
>>>>>
>>>>>command=listNetworks&trafficType=Guest&zoneId=3a62dec3-cf95-4ba2-9af0-
>>>>>a
>>>>>f
>>>>>2
>>>>>190af35e3&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=13
>>>>>6
>>>>>5
>>>>>3
>>>>>16421968
>>>>> 2013-04-07 00:33:41,994 DEBUG [cloud.api.ApiServlet]
>>>>> (1161145101@qtp-1008805148-33:null) ===END===  127.0.0.1 -- GET
>>>>>
>>>>>command=listNetworks&trafficType=Guest&zoneId=3a62dec3-cf95-4ba2-9af0-
>>>>>a
>>>>>f
>>>>>2
>>>>>190af35e3&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=13
>>>>>6
>>>>>5
>>>>>3
>>>>>16421968
>>>>> 2013-04-07 00:33:41,997 DEBUG [cloud.api.ApiServlet]
>>>>> (1161145101@qtp-1008805148-33:null) ===START===  127.0.0.1 -- GET
>>>>>
>>>>>command=listSecurityGroups&response=json&sessionkey=Z6QqzU0Fq1iT13bMgn
>>>>>R
>>>>>R
>>>>>f
>>>>>l8GoVA%3D&domainid=e4ec5ddc-9e1c-11e2-a770-6e70e42a2333&account=admin&
>>>>>_
>>>>>=
>>>>>1
>>>>>365316421995
>>>>> 2013-04-07 00:33:42,003 DEBUG [cloud.user.AccountManagerImpl]
>>>>> (1161145101@qtp-1008805148-33:null) Access granted to Acct[2-admin]
>>>>>to
>>>>> Domain:1/ by DomainChecker
>>>>> 2013-04-07 00:33:42,009 DEBUG [cloud.api.ApiServlet]
>>>>> (1161145101@qtp-1008805148-33:null) ===END===  127.0.0.1 -- GET
>>>>>
>>>>>command=listSecurityGroups&response=json&sessionkey=Z6QqzU0Fq1iT13bMgn
>>>>>R
>>>>>R
>>>>>f
>>>>>l8GoVA%3D&domainid=e4ec5ddc-9e1c-11e2-a770-6e70e42a2333&account=admin&
>>>>>_
>>>>>=
>>>>>1
>>>>>365316421995
>>>>> 2013-04-07 00:33:44,477 DEBUG [cloud.api.ApiServlet]
>>>>> (1161145101@qtp-1008805148-33:null) ===START===  127.0.0.1 -- GET
>>>>>
>>>>>command=deployVirtualMachine&zoneId=3a62dec3-cf95-4ba2-9af0-af2190af35
>>>>>e
>>>>>3
>>>>>&
>>>>>templateId=e4a7df4a-9e1c-11e2-a770-6e70e42a2333&hypervisor=XenServer&s
>>>>>e
>>>>>r
>>>>>v
>>>>>iceOfferingId=9c1e08a2-2dfe-4fa8-aea9-3e4955a69cc2&response=json&sessi
>>>>>o
>>>>>n
>>>>>k
>>>>>ey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316424475
>>>>> 2013-04-07 00:33:44,484 DEBUG [cloud.api.ApiDispatcher]
>>>>> (1161145101@qtp-1008805148-33:null) InfrastructureEntity name
>>>>> is:com.cloud.offering.ServiceOffering
>>>>> 2013-04-07 00:33:44,486 DEBUG [cloud.api.ApiDispatcher]
>>>>> (1161145101@qtp-1008805148-33:null) ControlledEntity name
>>>>> is:com.cloud.template.VirtualMachineTemplate
>>>>> 2013-04-07 00:33:44,510 DEBUG [cloud.vm.UserVmManagerImpl]
>>>>> (1161145101@qtp-1008805148-33:null) Allocating in the DB for vm
>>>>> 2013-04-07 00:33:44,523 DEBUG [cloud.vm.VirtualMachineManagerImpl]
>>>>> (1161145101@qtp-1008805148-33:null) Allocating entries for VM:
>>>>> VM[User|a30b991d-1c38-4bae-803f-ab3be57a384f]
>>>>> 2013-04-07 00:33:44,523 DEBUG [cloud.vm.VirtualMachineManagerImpl]
>>>>> (1161145101@qtp-1008805148-33:null) Allocating nics for
>>>>> VM[User|a30b991d-1c38-4bae-803f-ab3be57a384f]
>>>>> 2013-04-07 00:33:44,524 DEBUG [cloud.network.NetworkManagerImpl]
>>>>> (1161145101@qtp-1008805148-33:null) Allocating nic for vm
>>>>> VM[User|a30b991d-1c38-4bae-803f-ab3be57a384f] in network
>>>>>Ntwk[204|Guest|6]
>>>>> with requested profile NicProfile[0-0-null-null-null
>>>>> 2013-04-07 00:33:44,531 DEBUG [cloud.vm.VirtualMachineManagerImpl]
>>>>> (1161145101@qtp-1008805148-33:null) Allocaing disks for
>>>>> VM[User|a30b991d-1c38-4bae-803f-ab3be57a384f]
>>>>> 2013-04-07 00:33:44,538 DEBUG [cloud.vm.VirtualMachineManagerImpl]
>>>>> (1161145101@qtp-1008805148-33:null) Allocation completed for VM:
>>>>> VM[User|a30b991d-1c38-4bae-803f-ab3be57a384f]
>>>>> 2013-04-07 00:33:44,538 DEBUG [cloud.vm.UserVmManagerImpl]
>>>>> (1161145101@qtp-1008805148-33:null) Successfully allocated DB entry
>>>>>for
>>>>> VM[User|a30b991d-1c38-4bae-803f-ab3be57a384f]
>>>>> 2013-04-07 00:33:44,571 DEBUG [cloud.async.AsyncJobManagerImpl]
>>>>> (1161145101@qtp-1008805148-33:null) submit async job-44, details:
>>>>> AsyncJobVO {id:44, userId: 2, accountId: 2, sessionKey: null,
>>>>>instanceType:
>>>>> null, instanceId: 14, cmd:
>>>>> org.apache.cloudstack.api.command.user.vm.DeployVMCmd, cmdOriginator:
>>>>>null,
>>>>> cmdInfo:
>>>>>
>>>>>{"id":"14","templateId":"e4a7df4a-9e1c-11e2-a770-6e70e42a2333","respon
>>>>>s
>>>>>e
>>>>>"
>>>>>:"json","sessionkey":"Z6QqzU0Fq1iT13bMgnRRfl8GoVA\u003d","ctxUserId":"
>>>>>2
>>>>>"
>>>>>,
>>>>>"hypervisor":"XenServer","serviceOfferingId":"9c1e08a2-2dfe-4fa8-aea9-
>>>>>3
>>>>>e
>>>>>4
>>>>>955a69cc2","_":"1365316424475","ctxAccountId":"2","ctxStartEventId":"4
>>>>>9
>>>>>"
>>>>>,
>>>>>"zoneId":"3a62dec3-cf95-4ba2-9af0-af2190af35e3"},
>>>>> cmdVersion: 0, callbackType: 0, callbackAddress: null, status: 0,
>>>>> processStatus: 0, resultCode: 0, result: null, initMsid: 1,
>>>>>completeMsid:
>>>>> null, lastUpdated: null, lastPolled: null, created: null}
>>>>> 2013-04-07 00:33:44,572 DEBUG [cloud.async.AsyncJobManagerImpl]
>>>>> (Job-Executor-37:job-44) Executing
>>>>> org.apache.cloudstack.api.command.user.vm.DeployVMCmd for job-44
>>>>> 2013-04-07 00:33:44,573 DEBUG [cloud.api.ApiServlet]
>>>>> (1161145101@qtp-1008805148-33:null) ===END===  127.0.0.1 -- GET
>>>>>
>>>>>command=deployVirtualMachine&zoneId=3a62dec3-cf95-4ba2-9af0-af2190af35
>>>>>e
>>>>>3
>>>>>&
>>>>>templateId=e4a7df4a-9e1c-11e2-a770-6e70e42a2333&hypervisor=XenServer&s
>>>>>e
>>>>>r
>>>>>v
>>>>>iceOfferingId=9c1e08a2-2dfe-4fa8-aea9-3e4955a69cc2&response=json&sessi
>>>>>o
>>>>>n
>>>>>k
>>>>>ey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316424475
>>>>> 2013-04-07 00:33:44,578 DEBUG [cloud.api.ApiDispatcher]
>>>>> (Job-Executor-37:job-44) InfrastructureEntity name
>>>>> is:com.cloud.offering.ServiceOffering
>>>>> 2013-04-07 00:33:44,581 DEBUG [cloud.api.ApiDispatcher]
>>>>> (Job-Executor-37:job-44) ControlledEntity name
>>>>> is:com.cloud.template.VirtualMachineTemplate
>>>>> 2013-04-07 00:33:44,624 DEBUG [cloud.deploy.FirstFitPlanner]
>>>>> (Job-Executor-37:job-44) DeploymentPlanner allocation algorithm:
>>>>>random
>>>>> 2013-04-07 00:33:44,624 DEBUG [cloud.deploy.FirstFitPlanner]
>>>>> (Job-Executor-37:job-44) Trying to allocate a host and storage pools
>>>>>from
>>>>> dc:1, pod:null,cluster:null, requested cpu: 100, requested ram:
>>>>>1073741824
>>>>> 2013-04-07 00:33:44,624 DEBUG [cloud.deploy.FirstFitPlanner]
>>>>> (Job-Executor-37:job-44) Is ROOT volume READY (pool already
>>>>>allocated)?: No
>>>>> 2013-04-07 00:33:44,624 DEBUG [cloud.deploy.FirstFitPlanner]
>>>>> (Job-Executor-37:job-44) Searching all possible resources under this
>>>>>Zone: 1
>>>>> 2013-04-07 00:33:44,625 DEBUG [cloud.deploy.FirstFitPlanner]
>>>>> (Job-Executor-37:job-44) Listing clusters in order of aggregate
>>>>>capacity,
>>>>> that have (atleast one host with) enough CPU and RAM capacity under
>>>>>this
>>>>> Zone: 1
>>>>> 2013-04-07 00:33:44,626 DEBUG [cloud.deploy.FirstFitPlanner]
>>>>> (Job-Executor-37:job-44) CPUOverprovisioningFactor considered: 1.0
>>>>> 2013-04-07 00:33:44,638 DEBUG [cloud.deploy.FirstFitPlanner]
>>>>> (Job-Executor-37:job-44) Cannot allocate cluster list [1, 2] for vm
>>>>> creation since their allocated percentage crosses the disable
>>>>>capacity
>>>>> threshold: 0.85 for capacity Type : 0, skipping these clusters
>>>>> 2013-04-07 00:33:44,639 DEBUG [cloud.deploy.FirstFitPlanner]
>>>>> (Job-Executor-37:job-44) Could not find suitable Deployment
>>>>>Destination
>>>>>for
>>>>> this VM under any clusters, returning.
>>>>> 2013-04-07 00:33:44,641 DEBUG [cloud.vm.UserVmManagerImpl]
>>>>> (Job-Executor-37:job-44) Destroying vm
>>>>> VM[User|a30b991d-1c38-4bae-803f-ab3be57a384f] as it failed to create
>>>>>on
>>>>> Host with Id:null
>>>>> 2013-04-07 00:33:44,646 DEBUG [cloud.capacity.CapacityManagerImpl]
>>>>> (Job-Executor-37:job-44) VM state transitted from :Stopped to Error
>>>>>with
>>>>> event: OperationFailedToErrorvm's original host id: null new host id:
>>>>>null
>>>>> host id before state transition: null
>>>>> 2013-04-07 00:33:44,672 INFO  [user.vm.DeployVMCmd]
>>>>> (Job-Executor-37:job-44)
>>>>> com.cloud.exception.InsufficientServerCapacityException: Unable to
>>>>>create a
>>>>> deployment for
>>>>>VM[User|a30b991d-1c38-4bae-803f-ab3be57a384f]Scope=interface
>>>>> com.cloud.dc.DataCenter; id=1
>>>>> 2013-04-07 00:33:44,672 INFO  [user.vm.DeployVMCmd]
>>>>> (Job-Executor-37:job-44) Unable to create a deployment for
>>>>> VM[User|a30b991d-1c38-4bae-803f-ab3be57a384f]
>>>>> com.cloud.exception.InsufficientServerCapacityException: Unable to
>>>>>create
>>>>> a deployment for
>>>>> VM[User|a30b991d-1c38-4bae-803f-ab3be57a384f]Scope=interface
>>>>> com.cloud.dc.DataCenter; id=1
>>>>>  at
>>>>>
>>>>>org.apache.cloudstack.engine.cloud.entity.api.VMEntityManagerImpl.rese
>>>>>r
>>>>>v
>>>>>e
>>>>>VirtualMachine(VMEntityManagerImpl.java:186)
>>>>> at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
>>>>>  at
>>>>>
>>>>>sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.j
>>>>>a
>>>>>v
>>>>>a
>>>>>:39)
>>>>> at
>>>>>
>>>>>sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccess
>>>>>o
>>>>>r
>>>>>I
>>>>>mpl.java:25)
>>>>>  at java.lang.reflect.Method.invoke(Method.java:597)
>>>>> at
>>>>>
>>>>>org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflectio
>>>>>n
>>>>>(
>>>>>A
>>>>>opUtils.java:319)
>>>>>  at
>>>>>
>>>>>org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoi
>>>>>n
>>>>>p
>>>>>o
>>>>>int(ReflectiveMethodInvocation.java:183)
>>>>> at
>>>>>
>>>>>org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(R
>>>>>e
>>>>>f
>>>>>l
>>>>>ectiveMethodInvocation.java:150)
>>>>>  at
>>>>>
>>>>>org.springframework.aop.aspectj.MethodInvocationProceedingJoinPoint.pr
>>>>>o
>>>>>c
>>>>>e
>>>>>ed(MethodInvocationProceedingJoinPoint.java:80)
>>>>> at
>>>>>
>>>>>com.cloud.utils.db.TransactionContextBuilder.AroundAnyMethod(Transacti
>>>>>o
>>>>>n
>>>>>C
>>>>>ontextBuilder.java:37)
>>>>>  at sun.reflect.GeneratedMethodAccessor37.invoke(Unknown Source)
>>>>> at
>>>>>
>>>>>sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccess
>>>>>o
>>>>>r
>>>>>I
>>>>>mpl.java:25)
>>>>>  at java.lang.reflect.Method.invoke(Method.java:597)
>>>>> at
>>>>>
>>>>>org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMeth
>>>>>o
>>>>>d
>>>>>W
>>>>>ithGivenArgs(AbstractAspectJAdvice.java:621)
>>>>>  at
>>>>>
>>>>>org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMeth
>>>>>o
>>>>>d
>>>>>(
>>>>>AbstractAspectJAdvice.java:610)
>>>>> at
>>>>>
>>>>>org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJArou
>>>>>n
>>>>>d
>>>>>A
>>>>>dvice.java:65)
>>>>>  at
>>>>>
>>>>>org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(R
>>>>>e
>>>>>f
>>>>>l
>>>>>ectiveMethodInvocation.java:172)
>>>>> at
>>>>>
>>>>>org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke
>>>>>(
>>>>>E
>>>>>x
>>>>>poseInvocationInterceptor.java:90)
>>>>>  at
>>>>>
>>>>>org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(R
>>>>>e
>>>>>f
>>>>>l
>>>>>ectiveMethodInvocation.java:172)
>>>>> at
>>>>>
>>>>>org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamic
>>>>>A
>>>>>o
>>>>>p
>>>>>Proxy.java:202)
>>>>>  at com.sun.proxy.$Proxy297.reserveVirtualMachine(Unknown Source)
>>>>> at
>>>>>
>>>>>org.apache.cloudstack.engine.cloud.entity.api.VirtualMachineEntityImpl
>>>>>.
>>>>>r
>>>>>e
>>>>>serve(VirtualMachineEntityImpl.java:198)
>>>>>  at
>>>>>
>>>>>com.cloud.vm.UserVmManagerImpl.startVirtualMachine(UserVmManagerImpl.j
>>>>>a
>>>>>v
>>>>>a
>>>>>:3859)
>>>>> at
>>>>>
>>>>>com.cloud.vm.UserVmManagerImpl.startVirtualMachine(UserVmManagerImpl.j
>>>>>a
>>>>>v
>>>>>a
>>>>>:3458)
>>>>>  at
>>>>>
>>>>>com.cloud.vm.UserVmManagerImpl.startVirtualMachine(UserVmManagerImpl.j
>>>>>a
>>>>>v
>>>>>a
>>>>>:3444)
>>>>> at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
>>>>>  at
>>>>>
>>>>>sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.j
>>>>>a
>>>>>v
>>>>>a
>>>>>:39)
>>>>> at
>>>>>
>>>>>sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccess
>>>>>o
>>>>>r
>>>>>I
>>>>>mpl.java:25)
>>>>>  at java.lang.reflect.Method.invoke(Method.java:597)
>>>>> at
>>>>>
>>>>>org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflectio
>>>>>n
>>>>>(
>>>>>A
>>>>>opUtils.java:319)
>>>>>  at
>>>>>
>>>>>org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoi
>>>>>n
>>>>>p
>>>>>o
>>>>>int(ReflectiveMethodInvocation.java:183)
>>>>> at
>>>>>
>>>>>org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(R
>>>>>e
>>>>>f
>>>>>l
>>>>>ectiveMethodInvocation.java:150)
>>>>>  at
>>>>>
>>>>>org.springframework.aop.aspectj.MethodInvocationProceedingJoinPoint.pr
>>>>>o
>>>>>c
>>>>>e
>>>>>ed(MethodInvocationProceedingJoinPoint.java:80)
>>>>> at
>>>>>
>>>>>com.cloud.event.ActionEventInterceptor.AroundAnyMethod(ActionEventInte
>>>>>r
>>>>>c
>>>>>e
>>>>>ptor.java:53)
>>>>>  at sun.reflect.GeneratedMethodAccessor359.invoke(Unknown Source)
>>>>> at
>>>>>
>>>>>sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccess
>>>>>o
>>>>>r
>>>>>I
>>>>>mpl.java:25)
>>>>>  at java.lang.reflect.Method.invoke(Method.java:597)
>>>>> at
>>>>>
>>>>>org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMeth
>>>>>o
>>>>>d
>>>>>W
>>>>>ithGivenArgs(AbstractAspectJAdvice.java:621)
>>>>>  at
>>>>>
>>>>>org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMeth
>>>>>o
>>>>>d
>>>>>(
>>>>>AbstractAspectJAdvice.java:610)
>>>>> at
>>>>>
>>>>>org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJArou
>>>>>n
>>>>>d
>>>>>A
>>>>>dvice.java:65)
>>>>>  at
>>>>>
>>>>>org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(R
>>>>>e
>>>>>f
>>>>>l
>>>>>ectiveMethodInvocation.java:161)
>>>>> at
>>>>>
>>>>>org.springframework.aop.aspectj.MethodInvocationProceedingJoinPoint.pr
>>>>>o
>>>>>c
>>>>>e
>>>>>ed(MethodInvocationProceedingJoinPoint.java:80)
>>>>>  at
>>>>>
>>>>>com.cloud.utils.db.TransactionContextBuilder.AroundAnyMethod(Transacti
>>>>>o
>>>>>n
>>>>>C
>>>>>ontextBuilder.java:37)
>>>>> at sun.reflect.GeneratedMethodAccessor37.invoke(Unknown Source)
>>>>>  at
>>>>>
>>>>>sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccess
>>>>>o
>>>>>r
>>>>>I
>>>>>mpl.java:25)
>>>>> at java.lang.reflect.Method.invoke(Method.java:597)
>>>>>  at
>>>>>
>>>>>org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMeth
>>>>>o
>>>>>d
>>>>>W
>>>>>ithGivenArgs(AbstractAspectJAdvice.java:621)
>>>>> at
>>>>>
>>>>>org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMeth
>>>>>o
>>>>>d
>>>>>(
>>>>>AbstractAspectJAdvice.java:610)
>>>>>  at
>>>>>
>>>>>org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJArou
>>>>>n
>>>>>d
>>>>>A
>>>>>dvice.java:65)
>>>>> at
>>>>>
>>>>>org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(R
>>>>>e
>>>>>f
>>>>>l
>>>>>ectiveMethodInvocation.java:172)
>>>>>  at
>>>>>
>>>>>org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke
>>>>>(
>>>>>E
>>>>>x
>>>>>poseInvocationInterceptor.java:90)
>>>>> at
>>>>>
>>>>>org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(R
>>>>>e
>>>>>f
>>>>>l
>>>>>ectiveMethodInvocation.java:172)
>>>>>  at
>>>>>
>>>>>org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamic
>>>>>A
>>>>>o
>>>>>p
>>>>>Proxy.java:202)
>>>>> at com.sun.proxy.$Proxy263.startVirtualMachine(Unknown Source)
>>>>>  at
>>>>>
>>>>>org.apache.cloudstack.api.command.user.vm.DeployVMCmd.execute(DeployVM
>>>>>C
>>>>>m
>>>>>d
>>>>>.java:379)
>>>>> at com.cloud.api.ApiDispatcher.dispatch(ApiDispatcher.java:163)
>>>>>  at net.sf.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204)
>>>>> at
>>>>>
>>>>>org.springframework.aop.framework.Cglib2AopProxy$CglibMethodInvocation
>>>>>.
>>>>>i
>>>>>n
>>>>>vokeJoinpoint(Cglib2AopProxy.java:689)
>>>>>  at
>>>>>
>>>>>org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(R
>>>>>e
>>>>>f
>>>>>l
>>>>>ectiveMethodInvocation.java:150)
>>>>> at
>>>>>
>>>>>org.springframework.aop.aspectj.MethodInvocationProceedingJoinPoint.pr
>>>>>o
>>>>>c
>>>>>e
>>>>>ed(MethodInvocationProceedingJoinPoint.java:80)
>>>>>  at
>>>>>
>>>>>com.cloud.utils.db.TransactionContextBuilder.AroundAnyMethod(Transacti
>>>>>o
>>>>>n
>>>>>C
>>>>>ontextBuilder.java:37)
>>>>> at sun.reflect.GeneratedMethodAccessor37.invoke(Unknown Source)
>>>>>  at
>>>>>
>>>>>sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccess
>>>>>o
>>>>>r
>>>>>I
>>>>>mpl.java:25)
>>>>> at java.lang.reflect.Method.invoke(Method.java:597)
>>>>>  at
>>>>>
>>>>>org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMeth
>>>>>o
>>>>>d
>>>>>W
>>>>>ithGivenArgs(AbstractAspectJAdvice.java:621)
>>>>> at
>>>>>
>>>>>org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMeth
>>>>>o
>>>>>d
>>>>>(
>>>>>AbstractAspectJAdvice.java:610)
>>>>>  at
>>>>>
>>>>>org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJArou
>>>>>n
>>>>>d
>>>>>A
>>>>>dvice.java:65)
>>>>> at
>>>>>
>>>>>org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(R
>>>>>e
>>>>>f
>>>>>l
>>>>>ectiveMethodInvocation.java:172)
>>>>>  at
>>>>>
>>>>>org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke
>>>>>(
>>>>>E
>>>>>x
>>>>>poseInvocationInterceptor.java:90)
>>>>> at
>>>>>
>>>>>org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(R
>>>>>e
>>>>>f
>>>>>l
>>>>>ectiveMethodInvocation.java:172)
>>>>>  at
>>>>>
>>>>>org.springframework.aop.framework.Cglib2AopProxy$DynamicAdvisedInterce
>>>>>p
>>>>>t
>>>>>o
>>>>>r.intercept(Cglib2AopProxy.java:622)
>>>>> at
>>>>>com.cloud.async.AsyncJobManagerImpl$1.run(AsyncJobManagerImpl.java:437
>>>>>)
>>>>>  at
>>>>>
>>>>>java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:439
>>>>>)
>>>>> at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:303)
>>>>>  at java.util.concurrent.FutureTask.run(FutureTask.java:138)
>>>>> at
>>>>>
>>>>>java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecu
>>>>>t
>>>>>o
>>>>>r
>>>>>.java:895)
>>>>>  at
>>>>>
>>>>>java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.
>>>>>j
>>>>>a
>>>>>v
>>>>>a:918)
>>>>> at java.lang.Thread.run(Thread.java:680)
>>>>> 2013-04-07 00:33:44,674 DEBUG [cloud.async.AsyncJobManagerImpl]
>>>>> (Job-Executor-37:job-44) Complete async job-44, jobStatus: 2,
>>>>>resultCode:
>>>>> 530, result: Error Code: 533 Error text: Unable to create a
>>>>>deployment
>>>>>for
>>>>> VM[User|a30b991d-1c38-4bae-803f-ab3be57a384f]
>>>>> 2013-04-07 00:33:47,591 DEBUG [cloud.api.ApiServlet]
>>>>> (1161145101@qtp-1008805148-33:null) ===START===  127.0.0.1 -- GET
>>>>>
>>>>>command=queryAsyncJobResult&jobId=8dd191cc-2709-4223-aee5-3ecd759d4afd
>>>>>&
>>>>>r
>>>>>e
>>>>>sponse=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316427589
>>>>> 2013-04-07 00:33:47,601 DEBUG [cloud.async.AsyncJobManagerImpl]
>>>>> (1161145101@qtp-1008805148-33:null) Async job-44 completed
>>>>> 2013-04-07 00:33:47,605 DEBUG [cloud.api.ApiServlet]
>>>>> (1161145101@qtp-1008805148-33:null) ===END===  127.0.0.1 -- GET
>>>>>
>>>>>command=queryAsyncJobResult&jobId=8dd191cc-2709-4223-aee5-3ecd759d4afd
>>>>>&
>>>>>r
>>>>>e
>>>>>sponse=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316427589
>>>>> 2013-04-07 00:33:47,608 DEBUG [cloud.api.ApiServlet]
>>>>> (1161145101@qtp-1008805148-33:null) ===START===  127.0.0.1 -- GET
>>>>>
>>>>>command=listVirtualMachines&id=a30b991d-1c38-4bae-803f-ab3be57a384f&re
>>>>>s
>>>>>p
>>>>>o
>>>>>nse=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316427606
>>>>> 2013-04-07 00:33:47,621 DEBUG [cloud.api.ApiServlet]
>>>>> (1161145101@qtp-1008805148-33:null) ===END===  127.0.0.1 -- GET
>>>>>
>>>>>command=listVirtualMachines&id=a30b991d-1c38-4bae-803f-ab3be57a384f&re
>>>>>s
>>>>>p
>>>>>o
>>>>>nse=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316427606
>>>>> 2013-04-07 00:33:47,678 DEBUG [agent.manager.AgentManagerImpl]
>>>>> (AgentManager-Handler-14:null) Ping from 3
>>>>> 2013-04-07 00:33:50,451 DEBUG
>>>>> [storage.secondary.SecondaryStorageManagerImpl] (secstorage-1:null)
>>>>>Zone 1
>>>>> is ready to launch secondary storage VM
>>>>> 2013-04-07 00:33:50,559 DEBUG
>>>>>[cloud.consoleproxy.ConsoleProxyManagerImpl]
>>>>> (consoleproxy-1:null) Zone 1 is ready to launch console proxy
>>>>> 2013-04-07 00:33:50,819 DEBUG
>>>>> [network.router.VirtualNetworkApplianceManagerImpl]
>>>>> (RouterStatusMonitor-1:null) Found 0 routers to update status.
>>>>> 2013-04-07 00:33:50,820 DEBUG
>>>>> [network.router.VirtualNetworkApplianceManagerImpl]
>>>>> (RouterStatusMonitor-1:null) Found 0 networks to update RvR status.
>>>>> 2013-04-07 00:33:50,851 DEBUG
>>>>> [network.router.VirtualNetworkApplianceManagerImpl]
>>>>> (RouterStatusMonitor-1:null) Found 0 routers to update status.
>>>>> 2013-04-07 00:33:50,852 DEBUG
>>>>> [network.router.VirtualNetworkApplianceManagerImpl]
>>>>> (RouterStatusMonitor-1:null) Found 0 networks to update RvR status.
>>>>> 2013-04-07 00:33:51,465 INFO  [agent.manager.AgentMonitor]
>>>>> (Thread-11:null) Found the following agents behind on ping: [6, 5]
>>>>> 2013-04-07 00:33:51,467 DEBUG [cloud.host.Status] (Thread-11:null)
>>>>>Ping
>>>>> timeout for host 6, do invstigation
>>>>> 2013-04-07 00:33:51,468 DEBUG [cloud.host.Status] (Thread-11:null)
>>>>>Ping
>>>>> timeout for host 5, do invstigation
>>>>> 2013-04-07 00:33:51,468 INFO  [agent.manager.AgentManagerImpl]
>>>>> (AgentTaskPool-4:null) Investigating why host 6 has disconnected with
>>>>>event
>>>>> PingTimeout
>>>>> 2013-04-07 00:33:51,468 DEBUG [agent.manager.AgentManagerImpl]
>>>>> (AgentTaskPool-4:null) checking if agent (6) is alive
>>>>> 2013-04-07 00:33:51,469 INFO  [agent.manager.AgentManagerImpl]
>>>>> (AgentTaskPool-3:null) Investigating why host 5 has disconnected with
>>>>>event
>>>>> PingTimeout
>>>>> 2013-04-07 00:33:51,470 DEBUG [agent.manager.AgentManagerImpl]
>>>>> (AgentTaskPool-3:null) checking if agent (5) is alive
>>>>> 2013-04-07 00:33:51,471 DEBUG [agent.transport.Request]
>>>>> (AgentTaskPool-4:null) Seq 6-324993311: Sending  { Cmd , MgmtId: 1,
>>>>>via: 6,
>>>>> Ver: v1, Flags: 100011, [{"CheckHealthCommand":{"wait":50}}] }
>>>>> 2013-04-07 00:33:51,471 DEBUG [agent.transport.Request]
>>>>> (AgentTaskPool-4:null) Seq 6-324993311: Executing:  { Cmd , MgmtId:
>>>>>1,
>>>>>via:
>>>>> 6, Ver: v1, Flags: 100011, [{"CheckHealthCommand":{"wait":50}}] }
>>>>> 2013-04-07 00:33:51,472 DEBUG [agent.manager.DirectAgentAttache]
>>>>> (DirectAgent-448:null) Seq 6-324993311: Executing request
>>>>> 2013-04-07 00:33:51,473 DEBUG [agent.transport.Request]
>>>>> (AgentTaskPool-3:null) Seq 5-614334815: Sending  { Cmd , MgmtId: 1,
>>>>>via: 5,
>>>>> Ver: v1, Flags: 100011, [{"CheckHealthCommand":{"wait":50}}] }
>>>>> 2013-04-07 00:33:51,473 DEBUG [agent.transport.Request]
>>>>> (AgentTaskPool-3:null) Seq 5-614334815: Executing:  { Cmd , MgmtId:
>>>>>1,
>>>>>via:
>>>>> 5, Ver: v1, Flags: 100011, [{"CheckHealthCommand":{"wait":50}}] }
>>>>> 2013-04-07 00:33:51,473 DEBUG [agent.manager.DirectAgentAttache]
>>>>> (DirectAgent-261:null) Seq 5-614334815: Executing request
>>>>> 2013-04-07 00:33:51,527 DEBUG [agent.manager.DirectAgentAttache]
>>>>> (DirectAgent-448:null) Seq 6-324993311: Response Received:
>>>>> 2013-04-07 00:33:51,527 DEBUG [agent.transport.Request]
>>>>> (DirectAgent-448:null) Seq 6-324993311: Processing:  { Ans: , MgmtId:
>>>>>1,
>>>>> via: 6, Ver: v1, Flags: 10,
>>>>> [{"CheckHealthAnswer":{"result":true,"details":"resource is
>>>>> alive","wait":0}}] }
>>>>> 2013-04-07 00:33:51,527 DEBUG [agent.transport.Request]
>>>>> (AgentTaskPool-4:null) Seq 6-324993311: Received:  { Ans: , MgmtId:
>>>>>1,
>>>>>via:
>>>>> 6, Ver: v1, Flags: 10, { CheckHealthAnswer } }
>>>>> 2013-04-07 00:33:51,528 DEBUG [agent.manager.AgentManagerImpl]
>>>>> (AgentTaskPool-4:null) Details from executing class
>>>>> com.cloud.agent.api.CheckHealthCommand: resource is alive
>>>>> 2013-04-07 00:33:51,528 DEBUG [agent.manager.AgentManagerImpl]
>>>>> (AgentTaskPool-4:null) agent (6) responded to checkHeathCommand,
>>>>>reporting
>>>>> that agent is Up
>>>>> 2013-04-07 00:33:51,528 INFO  [agent.manager.AgentManagerImpl]
>>>>> (AgentTaskPool-4:null) The state determined is Up
>>>>> 2013-04-07 00:33:51,528 INFO  [agent.manager.AgentManagerImpl]
>>>>> (AgentTaskPool-4:null) Agent is determined to be up and running
>>>>> 2013-04-07 00:33:51,528 DEBUG [cloud.host.Status]
>>>>>(AgentTaskPool-4:null)
>>>>> Transition:[Resource state = Enabled, Agent event = Ping, Host id =
>>>>>6,
>>>>>name
>>>>> = Tut-XenServer]
>>>>> 2013-04-07 00:33:51,531 DEBUG [cloud.host.Status]
>>>>>(AgentTaskPool-4:null)
>>>>> Agent status update: [id = 6; name = Tut-XenServer; old status = Up;
>>>>>event
>>>>> = Ping; new status = Up; old update count = 310; new update count =
>>>>>311]
>>>>> 2013-04-07 00:33:51,531 DEBUG [agent.manager.DirectAgentAttache]
>>>>> (DirectAgent-261:null) Seq 5-614334815: Response Received:
>>>>> 2013-04-07 00:33:51,531 DEBUG [agent.transport.Request]
>>>>> (DirectAgent-261:null) Seq 5-614334815: Processing:  { Ans: , MgmtId:
>>>>>1,
>>>>> via: 5, Ver: v1, Flags: 10,
>>>>> [{"CheckHealthAnswer":{"result":true,"details":"resource is
>>>>> alive","wait":0}}] }
>>>>> 2013-04-07 00:33:51,531 DEBUG [agent.transport.Request]
>>>>> (AgentTaskPool-3:null) Seq 5-614334815: Received:  { Ans: , MgmtId:
>>>>>1,
>>>>>via:
>>>>> 5, Ver: v1, Flags: 10, { CheckHealthAnswer } }
>>>>> 2013-04-07 00:33:51,532 DEBUG [agent.manager.AgentManagerImpl]
>>>>> (AgentTaskPool-3:null) Details from executing class
>>>>> com.cloud.agent.api.CheckHealthCommand: resource is alive
>>>>> 2013-04-07 00:33:51,532 DEBUG [agent.manager.AgentManagerImpl]
>>>>> (AgentTaskPool-3:null) agent (5) responded to checkHeathCommand,
>>>>>reporting
>>>>> that agent is Up
>>>>> 2013-04-07 00:33:51,532 INFO  [agent.manager.AgentManagerImpl]
>>>>> (AgentTaskPool-3:null) The state determined is Up
>>>>> 2013-04-07 00:33:51,532 INFO  [agent.manager.AgentManagerImpl]
>>>>> (AgentTaskPool-3:null) Agent is determined to be up and running
>>>>> 2013-04-07 00:33:51,532 DEBUG [cloud.host.Status]
>>>>>(AgentTaskPool-3:null)
>>>>> Transition:[Resource state = Enabled, Agent event = Ping, Host id =
>>>>>5,
>>>>>name
>>>>> = Tut-XenServer2]
>>>>> 2013-04-07 00:33:51,535 DEBUG [cloud.host.Status]
>>>>>(AgentTaskPool-3:null)
>>>>> Agent status update: [id = 5; name = Tut-XenServer2; old status = Up;
>>>>>event
>>>>> = Ping; new status = Up; old update count = 147; new update count =
>>>>>148]
>>>>> 2013-04-07 00:34:04,860 DEBUG [agent.manager.DirectAgentAttache]
>>>>> (DirectAgent-239:null) Ping from 6
>>>>> 2013-04-07 00:34:06,170 DEBUG [agent.manager.DirectAgentAttache]
>>>>> (DirectAgent-185:null) Ping from 5
>>>>> 2013-04-07 00:34:06,909 DEBUG [agent.manager.DirectAgentAttache]
>>>>> (DirectAgent-461:null) Seq 6-324993028: Executing request
>>>>> 2013-04-07 00:34:07,107 DEBUG [agent.manager.DirectAgentAttache]
>>>>> (DirectAgent-461:null) Seq 6-324993028: Response Received:
>>>>> 2013-04-07 00:34:07,107 DEBUG [agent.transport.Request]
>>>>> (DirectAgent-461:null) Seq 6-324993028: Processing:  { Ans: , MgmtId:
>>>>>1,
>>>>> via: 6, Ver: v1, Flags: 10,
>>>>>
>>>>>[{"ClusterSyncAnswer":{"_clusterId":2,"_newStates":{},"_isExecuted":fa
>>>>>l
>>>>>s
>>>>>e
>>>>>,"result":true,"wait":0}}]
>>>>> }
>>>>> 2013-04-07 00:34:11,023 DEBUG [agent.manager.DirectAgentAttache]
>>>>> (DirectAgent-450:null) Seq 5-614334468: Executing request
>>>>> 2013-04-07 00:34:11,168 DEBUG [agent.manager.DirectAgentAttache]
>>>>> (DirectAgent-450:null) Seq 5-614334468: Response Received:
>>>>> 2013-04-07 00:34:11,168 DEBUG [agent.transport.Request]
>>>>> (DirectAgent-450:null) Seq 5-614334468: Processing:  { Ans: , MgmtId:
>>>>>1,
>>>>> via: 5, Ver: v1, Flags: 10, [{"Answer":{"result":true,"wait":0}}] }
>>>>> 2013-04-07 00:34:20,451 DEBUG
>>>>> [storage.secondary.SecondaryStorageManagerImpl] (secstorage-1:null)
>>>>>Zone 1
>>>>> is ready to launch secondary storage VM
>>>>> 2013-04-07 00:34:20,553 DEBUG
>>>>>[cloud.consoleproxy.ConsoleProxyManagerImpl]
>>>>> (consoleproxy-1:null) Zone 1 is ready to launch console proxy
>>>>> 2013-04-07 00:34:20,820 DEBUG
>>>>> [network.router.VirtualNetworkApplianceManagerImpl]
>>>>> (RouterStatusMonitor-1:null) Found 0 routers to update status.
>>>>> 2013-04-07 00:34:20,821 DEBUG
>>>>> [network.router.VirtualNetworkApplianceManagerImpl]
>>>>> (RouterStatusMonitor-1:null) Found 0 networks to update RvR status.
>>>>> 2013-04-07 00:34:20,850 DEBUG
>>>>> [network.router.VirtualNetworkApplianceManagerImpl]
>>>>> (RouterStatusMonitor-1:null) Found 0 routers to update status.
>>>>> 2013-04-07 00:34:20,851 DEBUG
>>>>> [network.router.VirtualNetworkApplianceManagerImpl]
>>>>> (RouterStatusMonitor-1:null) Found 0 networks to update RvR status.
>>>>> 2013-04-07 00:34:24,891 DEBUG [agent.manager.AgentManagerImpl]
>>>>> (AgentManager-Handler-15:null) Ping from 4
>>>>> 2013-04-07 00:34:27,175 DEBUG [agent.manager.DirectAgentAttache]
>>>>> (DirectAgent-126:null) Ping from 1
>>>>> 2013-04-07 00:34:29,095 DEBUG [agent.manager.DirectAgentAttache]
>>>>> (DirectAgent-182:null) Seq 1-90046472: Executing request
>>>>> 2013-04-07 00:34:29,323 DEBUG [agent.manager.DirectAgentAttache]
>>>>> (DirectAgent-182:null) Seq 1-90046472: Response Received:
>>>>> 2013-04-07 00:34:29,323 DEBUG [agent.transport.Request]
>>>>> (DirectAgent-182:null) Seq 1-90046472: Processing:  { Ans: , MgmtId:
>>>>>1,
>>>>> via: 1, Ver: v1, Flags: 10,
>>>>>
>>>>>[{"ClusterSyncAnswer":{"_clusterId":1,"_newStates":{},"_isExecuted":fa
>>>>>l
>>>>>s
>>>>>e
>>>>>,"result":true,"wait":0}}]
>>>>> }
>>>>> 2013-04-07 00:34:36,532 DEBUG [cloud.api.ApiServlet]
>>>>> (1161145101@qtp-1008805148-33:null) ===START===  127.0.0.1 -- GET
>>>>>
>>>>>command=listVolumes&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8Go
>>>>>V
>>>>>A
>>>>>%
>>>>>3D&listAll=true&page=1&pagesize=20&_=1365316476530
>>>>> 2013-04-07 00:34:36,548 DEBUG [cloud.api.ApiServlet]
>>>>> (1161145101@qtp-1008805148-33:null) ===END===  127.0.0.1 -- GET
>>>>>
>>>>>command=listVolumes&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8Go
>>>>>V
>>>>>A
>>>>>%
>>>>>3D&listAll=true&page=1&pagesize=20&_=1365316476530
>>>>> 2013-04-07 00:34:39,285 DEBUG [cloud.api.ApiServlet]
>>>>> (1161145101@qtp-1008805148-33:null) ===START===  127.0.0.1 -- GET
>>>>>
>>>>>command=listVolumes&id=44d56727-6e5f-438a-8187-42adfac7c906&response=j
>>>>>s
>>>>>o
>>>>>n
>>>>>&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316479283
>>>>> 2013-04-07 00:34:39,309 DEBUG [cloud.api.ApiServlet]
>>>>> (1161145101@qtp-1008805148-33:null) ===END===  127.0.0.1 -- GET
>>>>>
>>>>>command=listVolumes&id=44d56727-6e5f-438a-8187-42adfac7c906&response=j
>>>>>s
>>>>>o
>>>>>n
>>>>>&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316479283
>>>>> 2013-04-07 00:34:39,325 DEBUG [cloud.api.ApiServlet]
>>>>> (1161145101@qtp-1008805148-33:null) ===START===  127.0.0.1 -- GET
>>>>>
>>>>>command=listTags&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%
>>>>>3
>>>>>D
>>>>>&
>>>>>resourceId=44d56727-6e5f-438a-8187-42adfac7c906&resourceType=Volume&li
>>>>>s
>>>>>t
>>>>>A
>>>>>ll=true&_=1365316479323
>>>>> 2013-04-07 00:34:39,334 DEBUG [cloud.api.ApiServlet]
>>>>> (1161145101@qtp-1008805148-33:null) ===END===  127.0.0.1 -- GET
>>>>>
>>>>>command=listTags&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%
>>>>>3
>>>>>D
>>>>>&
>>>>>resourceId=44d56727-6e5f-438a-8187-42adfac7c906&resourceType=Volume&li
>>>>>s
>>>>>t
>>>>>A
>>>>>ll=true&_=1365316479323
>>>>> 2013-04-07 00:34:47,678 DEBUG [agent.manager.AgentManagerImpl]
>>>>> (AgentManager-Handler-1:null) Ping from 3
>>>>> 2013-04-07 00:34:50,455 DEBUG
>>>>> [storage.secondary.SecondaryStorageManagerImpl] (secstorage-1:null)
>>>>>Zone 1
>>>>> is ready to launch secondary storage VM
>>>>> 2013-04-07 00:34:50,557 DEBUG
>>>>>[cloud.consoleproxy.ConsoleProxyManagerImpl]
>>>>> (consoleproxy-1:null) Zone 1 is ready to launch console proxy
>>>>> 2013-04-07 00:34:50,820 DEBUG
>>>>> [network.router.VirtualNetworkApplianceManagerImpl]
>>>>> (RouterStatusMonitor-1:null) Found 0 routers to update status.
>>>>> 2013-04-07 00:34:50,821 DEBUG
>>>>> [network.router.VirtualNetworkApplianceManagerImpl]
>>>>> (RouterStatusMonitor-1:null) Found 0 networks to update RvR status.
>>>>> 2013-04-07 00:34:50,850 DEBUG
>>>>> [network.router.VirtualNetworkApplianceManagerImpl]
>>>>> (RouterStatusMonitor-1:null) Found 0 routers to update status.
>>>>> 2013-04-07 00:34:50,851 DEBUG
>>>>> [network.router.VirtualNetworkApplianceManagerImpl]
>>>>> (RouterStatusMonitor-1:null) Found 0 networks to update RvR status.
>>>>> 2013-04-07 00:34:51,468 INFO  [agent.manager.AgentMonitor]
>>>>> (Thread-11:null) Found the following agents behind on ping: [6, 5]
>>>>> 2013-04-07 00:34:51,470 DEBUG [cloud.host.Status] (Thread-11:null)
>>>>>Ping
>>>>> timeout for host 6, do invstigation
>>>>> 2013-04-07 00:34:51,471 DEBUG [cloud.host.Status] (Thread-11:null)
>>>>>Ping
>>>>> timeout for host 5, do invstigation
>>>>> 2013-04-07 00:34:51,472 INFO  [agent.manager.AgentManagerImpl]
>>>>> (AgentTaskPool-5:null) Investigating why host 6 has disconnected with
>>>>>event
>>>>> PingTimeout
>>>>> 2013-04-07 00:34:51,472 DEBUG [agent.manager.AgentManagerImpl]
>>>>> (AgentTaskPool-5:null) checking if agent (6) is alive
>>>>> 2013-04-07 00:34:51,473 INFO  [agent.manager.AgentManagerImpl]
>>>>> (AgentTaskPool-6:null) Investigating why host 5 has disconnected with
>>>>>event
>>>>> PingTimeout
>>>>> 2013-04-07 00:34:51,473 DEBUG [agent.manager.AgentManagerImpl]
>>>>> (AgentTaskPool-6:null) checking if agent (5) is alive
>>>>> 2013-04-07 00:34:51,475 DEBUG [agent.transport.Request]
>>>>> (AgentTaskPool-5:null) Seq 6-324993312: Sending  { Cmd , MgmtId: 1,
>>>>>via: 6,
>>>>> Ver: v1, Flags: 100011, [{"CheckHealthCommand":{"wait":50}}] }
>>>>> 2013-04-07 00:34:51,475 DEBUG [agent.transport.Request]
>>>>> (AgentTaskPool-5:null) Seq 6-324993312: Executing:  { Cmd , MgmtId:
>>>>>1,
>>>>>via:
>>>>> 6, Ver: v1, Flags: 100011, [{"CheckHealthCommand":{"wait":50}}] }
>>>>> 2013-04-07 00:34:51,475 DEBUG [agent.manager.DirectAgentAttache]
>>>>> (DirectAgent-42:null) Seq 6-324993312: Executing request
>>>>> 2013-04-07 00:34:51,476 DEBUG [agent.transport.Request]
>>>>> (AgentTaskPool-6:null) Seq 5-614334816: Sending  { Cmd , MgmtId: 1,
>>>>>via: 5,
>>>>> Ver: v1, Flags: 100011, [{"CheckHealthCommand":{"wait":50}}] }
>>>>> 2013-04-07 00:34:51,476 DEBUG [agent.transport.Request]
>>>>> (AgentTaskPool-6:null) Seq 5-614334816: Executing:  { Cmd , MgmtId:
>>>>>1,
>>>>>via:
>>>>> 5, Ver: v1, Flags: 100011, [{"CheckHealthCommand":{"wait":50}}] }
>>>>> 2013-04-07 00:34:51,477 DEBUG [agent.manager.DirectAgentAttache]
>>>>> (DirectAgent-164:null) Seq 5-614334816: Executing request
>>>>> 2013-04-07 00:34:51,534 DEBUG [agent.manager.DirectAgentAttache]
>>>>> (DirectAgent-164:null) Seq 5-614334816: Response Received:
>>>>> 2013-04-07 00:34:51,535 DEBUG [agent.transport.Request]
>>>>> (DirectAgent-164:null) Seq 5-614334816: Processing:  { Ans: , MgmtId:
>>>>>1,
>>>>> via: 5, Ver: v1, Flags: 10,
>>>>> [{"CheckHealthAnswer":{"result":true,"details":"resource is
>>>>> alive","wait":0}}] }
>>>>> 2013-04-07 00:34:51,535 DEBUG [agent.transport.Request]
>>>>> (AgentTaskPool-6:null) Seq 5-614334816: Received:  { Ans: , MgmtId:
>>>>>1,
>>>>>via:
>>>>> 5, Ver: v1, Flags: 10, { CheckHealthAnswer } }
>>>>> 2013-04-07 00:34:51,535 DEBUG [agent.manager.AgentManagerImpl]
>>>>> (AgentTaskPool-6:null) Details from executing class
>>>>> com.cloud.agent.api.CheckHealthCommand: resource is alive
>>>>> 2013-04-07 00:34:51,535 DEBUG [agent.manager.AgentManagerImpl]
>>>>> (AgentTaskPool-6:null) agent (5) responded to checkHeathCommand,
>>>>>reporting
>>>>> that agent is Up
>>>>> 2013-04-07 00:34:51,535 INFO  [agent.manager.AgentManagerImpl]
>>>>> (AgentTaskPool-6:null) The state determined is Up
>>>>> 2013-04-07 00:34:51,535 INFO  [agent.manager.AgentManagerImpl]
>>>>> (AgentTaskPool-6:null) Agent is determined to be up and running
>>>>> 2013-04-07 00:34:51,535 DEBUG [cloud.host.Status]
>>>>>(AgentTaskPool-6:null)
>>>>> Transition:[Resource state = Enabled, Agent event = Ping, Host id =
>>>>>5,
>>>>>name
>>>>> = Tut-XenServer2]
>>>>> 2013-04-07 00:34:51,538 DEBUG [cloud.host.Status]
>>>>>(AgentTaskPool-6:null)
>>>>> Agent status update: [id = 5; name = Tut-XenServer2; old status = Up;
>>>>>event
>>>>> = Ping; new status = Up; old update count = 148; new update count =
>>>>>149]
>>>>> 2013-04-07 00:34:51,539 DEBUG [agent.manager.DirectAgentAttache]
>>>>> (DirectAgent-42:null) Seq 6-324993312: Response Received:
>>>>> 2013-04-07 00:34:51,539 DEBUG [agent.transport.Request]
>>>>> (DirectAgent-42:null) Seq 6-324993312: Processing:  { Ans: , MgmtId:
>>>>>1,
>>>>> via: 6, Ver: v1, Flags: 10,
>>>>> [{"CheckHealthAnswer":{"result":true,"details":"resource is
>>>>> alive","wait":0}}] }
>>>>> 2013-04-07 00:34:51,539 DEBUG [agent.transport.Request]
>>>>> (AgentTaskPool-5:null) Seq 6-324993312: Received:  { Ans: , MgmtId:
>>>>>1,
>>>>>via:
>>>>> 6, Ver: v1, Flags: 10, { CheckHealthAnswer } }
>>>>> 2013-04-07 00:34:51,539 DEBUG [agent.manager.AgentManagerImpl]
>>>>> (AgentTaskPool-5:null) Details from executing class
>>>>> com.cloud.agent.api.CheckHealthCommand: resource is alive
>>>>> 2013-04-07 00:34:51,539 DEBUG [agent.manager.AgentManagerImpl]
>>>>> (AgentTaskPool-5:null) agent (6) responded to checkHeathCommand,
>>>>>reporting
>>>>> that agent is Up
>>>>> 2013-04-07 00:34:51,539 INFO  [agent.manager.AgentManagerImpl]
>>>>> (AgentTaskPool-5:null) The state determined is Up
>>>>> 2013-04-07 00:34:51,539 INFO  [agent.manager.AgentManagerImpl]
>>>>> (AgentTaskPool-5:null) Agent is determined to be up and running
>>>>> 2013-04-07 00:34:51,539 DEBUG [cloud.host.Status]
>>>>>(AgentTaskPool-5:null)
>>>>> Transition:[Resource state = Enabled, Agent event = Ping, Host id =
>>>>>6,
>>>>>name
>>>>> = Tut-XenServer]
>>>>> 2013-04-07 00:34:51,542 DEBUG [cloud.host.Status]
>>>>>(AgentTaskPool-5:null)
>>>>> Agent status update: [id = 6; name = Tut-XenServer; old status = Up;
>>>>>event
>>>>> = Ping; new status = Up; old update count = 311; new update count =
>>>>>312]
>>>>> 2013-04-07 00:34:54,349 INFO  [cloud.vm.UserVmManagerImpl]
>>>>> (UserVm-Scavenger-1:null) Found 1 vms to expunge.
>>>>> 2013-04-07 00:34:54,349 DEBUG [cloud.vm.VirtualMachineManagerImpl]
>>>>> (UserVm-Scavenger-1:null) Stopped called on
>>>>> VM[User|a30b991d-1c38-4bae-803f-ab3be57a384f] but the state is Error
>>>>> 2013-04-07 00:34:54,352 DEBUG [cloud.capacity.CapacityManagerImpl]
>>>>> (UserVm-Scavenger-1:null) VM state transitted from :Error to
>>>>>Expunging
>>>>>with
>>>>> event: ExpungeOperationvm's original host id: null new host id: null
>>>>>host
>>>>> id before state transition: null
>>>>> 2013-04-07 00:34:54,352 DEBUG [cloud.vm.VirtualMachineManagerImpl]
>>>>> (UserVm-Scavenger-1:null) Destroying vm
>>>>> VM[User|a30b991d-1c38-4bae-803f-ab3be57a384f]
>>>>> 2013-04-07 00:34:54,352 DEBUG [cloud.vm.VirtualMachineManagerImpl]
>>>>> (UserVm-Scavenger-1:null) Cleaning up NICS
>>>>> 2013-04-07 00:34:54,352 DEBUG [cloud.network.NetworkManagerImpl]
>>>>> (UserVm-Scavenger-1:null) Cleaning network for vm: 14
>>>>> 2013-04-07 00:34:54,360 DEBUG [network.guru.DirectNetworkGuru]
>>>>> (UserVm-Scavenger-1:null) Deallocate network: networkId: 204, ip:
>>>>>null
>>>>> 2013-04-07 00:34:54,362 DEBUG [cloud.network.NetworkManagerImpl]
>>>>> (UserVm-Scavenger-1:null) Removed nic id=20
>>>>> 2013-04-07 00:34:54,362 DEBUG [cloud.storage.StorageManagerImpl]
>>>>> (UserVm-Scavenger-1:null) Cleaning storage for vm: 14
>>>>> 2013-04-07 00:34:54,363 DEBUG [cloud.storage.StorageManagerImpl]
>>>>> (UserVm-Scavenger-1:null) Expunging Vol[14|vm=14|ROOT]
>>>>> 2013-04-07 00:34:54,365 DEBUG [cloud.storage.StorageManagerImpl]
>>>>> (UserVm-Scavenger-1:null) Marking volume that was never created as
>>>>> destroyed: Vol[14|vm=14|ROOT]
>>>>> 2013-04-07 00:34:54,368 DEBUG [cloud.vm.VirtualMachineManagerImpl]
>>>>> (UserVm-Scavenger-1:null) Expunged
>>>>> VM[User|a30b991d-1c38-4bae-803f-ab3be57a384f]
>>>>> 2013-04-07 00:34:54,368 DEBUG [cloud.vm.UserVmManagerImpl]
>>>>> (UserVm-Scavenger-1:null) Starting cleaning up vm
>>>>> VM[User|a30b991d-1c38-4bae-803f-ab3be57a384f] resources...
>>>>> 2013-04-07 00:34:54,371 INFO
>>>>>[network.security.SecurityGroupManagerImpl]
>>>>> (UserVm-Scavenger-1:null) Disassociated 1 network groups  from uservm
>>>>>14
>>>>> 2013-04-07 00:34:54,372 DEBUG
>>>>>[network.security.SecurityGroupManagerImpl]
>>>>> (UserVm-Scavenger-1:null) Security group mappings are removed
>>>>>successfully
>>>>> for vm id=14
>>>>> 2013-04-07 00:34:54,376 DEBUG [network.firewall.FirewallManagerImpl]
>>>>> (UserVm-Scavenger-1:null) No firewall rules are found for vm id=14
>>>>> 2013-04-07 00:34:54,376 DEBUG [cloud.vm.UserVmManagerImpl]
>>>>> (UserVm-Scavenger-1:null) Firewall rules are removed successfully as
>>>>>a
>>>>>part
>>>>> of vm id=14 expunge
>>>>> 2013-04-07 00:34:54,378 DEBUG [network.rules.RulesManagerImpl]
>>>>> (UserVm-Scavenger-1:null) No port forwarding rules are found for vm
>>>>>id=14
>>>>> 2013-04-07 00:34:54,378 DEBUG [cloud.vm.UserVmManagerImpl]
>>>>> (UserVm-Scavenger-1:null) Port forwarding rules are removed
>>>>>successfully as
>>>>> a part of vm id=14 expunge
>>>>> 2013-04-07 00:34:54,379 DEBUG [cloud.vm.UserVmManagerImpl]
>>>>> (UserVm-Scavenger-1:null) Removed vm id=14 from all load balancers as
>>>>>a
>>>>> part of expunge process
>>>>> 2013-04-07 00:34:54,379 DEBUG [cloud.vm.UserVmManagerImpl]
>>>>> (UserVm-Scavenger-1:null) Successfully cleaned up vm
>>>>> VM[User|a30b991d-1c38-4bae-803f-ab3be57a384f] resources as a part of
>>>>> expunge process
>>>>> 2013-04-07 00:34:54,873 DEBUG [cloud.api.ApiServlet]
>>>>> (1161145101@qtp-1008805148-33:null) ===START===  127.0.0.1 -- GET
>>>>>
>>>>>command=listVirtualMachines&response=json&sessionkey=Z6QqzU0Fq1iT13bMg
>>>>>n
>>>>>R
>>>>>R
>>>>>fl8GoVA%3D&listAll=true&page=1&pagesize=20&_=1365316494871
>>>>> 2013-04-07 00:34:54,891 DEBUG [cloud.api.ApiServlet]
>>>>> (1161145101@qtp-1008805148-33:null) ===END===  127.0.0.1 -- GET
>>>>>
>>>>>command=listVirtualMachines&response=json&sessionkey=Z6QqzU0Fq1iT13bMg
>>>>>n
>>>>>R
>>>>>R
>>>>>fl8GoVA%3D&listAll=true&page=1&pagesize=20&_=1365316494871
>>>>> 2013-04-07 00:34:57,672 DEBUG [cloud.api.ApiServlet]
>>>>> (1161145101@qtp-1008805148-33:null) ===START===  127.0.0.1 -- GET
>>>>>
>>>>>command=listZones&id=3a62dec3-cf95-4ba2-9af0-af2190af35e3&response=jso
>>>>>n
>>>>>&
>>>>>s
>>>>>essionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316497670
>>>>> 2013-04-07 00:34:57,679 DEBUG [cloud.api.ApiServlet]
>>>>> (1161145101@qtp-1008805148-33:null) ===END===  127.0.0.1 -- GET
>>>>>
>>>>>command=listZones&id=3a62dec3-cf95-4ba2-9af0-af2190af35e3&response=jso
>>>>>n
>>>>>&
>>>>>s
>>>>>essionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316497670
>>>>> 2013-04-07 00:34:57,683 DEBUG [cloud.api.ApiServlet]
>>>>> (1161145101@qtp-1008805148-33:null) ===START===  127.0.0.1 -- GET
>>>>>
>>>>>command=listNetworks&id=9d28211f-440e-4233-86d1-214b404074eb&response=
>>>>>j
>>>>>s
>>>>>o
>>>>>n&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316497681
>>>>> 2013-04-07 00:34:57,708 DEBUG [cloud.api.ApiServlet]
>>>>> (1161145101@qtp-1008805148-33:null) ===END===  127.0.0.1 -- GET
>>>>>
>>>>>command=listNetworks&id=9d28211f-440e-4233-86d1-214b404074eb&response=
>>>>>j
>>>>>s
>>>>>o
>>>>>n&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316497681
>>>>> 2013-04-07 00:34:57,714 DEBUG [cloud.api.ApiServlet]
>>>>> (1161145101@qtp-1008805148-33:null) ===START===  127.0.0.1 -- GET
>>>>>
>>>>>command=listVirtualMachines&id=94ddc16f-04fc-4da1-8326-01d8d5cdeb44&re
>>>>>s
>>>>>p
>>>>>o
>>>>>nse=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316497712
>>>>> 2013-04-07 00:34:57,731 DEBUG [cloud.api.ApiServlet]
>>>>> (1161145101@qtp-1008805148-33:null) ===END===  127.0.0.1 -- GET
>>>>>
>>>>>command=listVirtualMachines&id=94ddc16f-04fc-4da1-8326-01d8d5cdeb44&re
>>>>>s
>>>>>p
>>>>>o
>>>>>nse=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316497712
>>>>> 2013-04-07 00:34:57,738 DEBUG [cloud.api.ApiServlet]
>>>>> (1161145101@qtp-1008805148-33:null) ===START===  127.0.0.1 -- GET
>>>>>
>>>>>command=listOsTypes&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8Go
>>>>>V
>>>>>A
>>>>>%
>>>>>3D&_=1365316497736
>>>>> 2013-04-07 00:34:57,754 DEBUG [cloud.api.ApiServlet]
>>>>> (1109449945@qtp-1008805148-34:null) ===START===  127.0.0.1 -- GET
>>>>>
>>>>>command=listTags&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%
>>>>>3
>>>>>D
>>>>>&
>>>>>resourceId=94ddc16f-04fc-4da1-8326-01d8d5cdeb44&resourceType=UserVm&li
>>>>>s
>>>>>t
>>>>>A
>>>>>ll=true&_=1365316497750
>>>>> 2013-04-07 00:34:57,763 DEBUG [cloud.api.ApiServlet]
>>>>> (1109449945@qtp-1008805148-34:null) ===END===  127.0.0.1 -- GET
>>>>>
>>>>>command=listTags&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%
>>>>>3
>>>>>D
>>>>>&
>>>>>resourceId=94ddc16f-04fc-4da1-8326-01d8d5cdeb44&resourceType=UserVm&li
>>>>>s
>>>>>t
>>>>>A
>>>>>ll=true&_=1365316497750
>>>>> 2013-04-07 00:34:57,889 DEBUG [cloud.api.ApiServlet]
>>>>> (1161145101@qtp-1008805148-33:null) ===END===  127.0.0.1 -- GET
>>>>>
>>>>>command=listOsTypes&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8Go
>>>>>V
>>>>>A
>>>>>%
>>>>>3D&_=1365316497736
>>>>> 2013-04-07 00:35:01,051 DEBUG [cloud.api.ApiServlet]
>>>>> (1109449945@qtp-1008805148-34:null) ===START===  127.0.0.1 -- GET
>>>>>
>>>>>command=listServiceOfferings&response=json&sessionkey=Z6QqzU0Fq1iT13bM
>>>>>g
>>>>>n
>>>>>R
>>>>>Rfl8GoVA%3D&listAll=true&page=1&pagesize=20&issystem=false&_=136531650
>>>>>1
>>>>>0
>>>>>4
>>>>>7
>>>>> 2013-04-07 00:35:01,064 DEBUG [cloud.api.ApiServlet]
>>>>> (1109449945@qtp-1008805148-34:null) ===END===  127.0.0.1 -- GET
>>>>>
>>>>>command=listServiceOfferings&response=json&sessionkey=Z6QqzU0Fq1iT13bM
>>>>>g
>>>>>n
>>>>>R
>>>>>Rfl8GoVA%3D&listAll=true&page=1&pagesize=20&issystem=false&_=136531650
>>>>>1
>>>>>0
>>>>>4
>>>>>7
>>>>> 2013-04-07 00:35:03,427 DEBUG [cloud.api.ApiServlet]
>>>>> (1109449945@qtp-1008805148-34:null) ===START===  127.0.0.1 -- GET
>>>>>
>>>>>command=listServiceOfferings&response=json&sessionkey=Z6QqzU0Fq1iT13bM
>>>>>g
>>>>>n
>>>>>R
>>>>>Rfl8GoVA%3D&issystem=false&id=425cf3cf-4bc4-4e53-82a0-ba6c20dd3688&_=1
>>>>>3
>>>>>6
>>>>>5
>>>>>316503425
>>>>> 2013-04-07 00:35:03,439 DEBUG [cloud.api.ApiServlet]
>>>>> (1109449945@qtp-1008805148-34:null) ===END===  127.0.0.1 -- GET
>>>>>
>>>>>command=listServiceOfferings&response=json&sessionkey=Z6QqzU0Fq1iT13bM
>>>>>g
>>>>>n
>>>>>R
>>>>>Rfl8GoVA%3D&issystem=false&id=425cf3cf-4bc4-4e53-82a0-ba6c20dd3688&_=1
>>>>>3
>>>>>6
>>>>>5
>>>>>316503425
>>>>> 2013-04-07 00:35:04,848 DEBUG [agent.manager.DirectAgentAttache]
>>>>> (DirectAgent-349:null) Ping from 6
>>>>> 2013-04-07 00:35:06,206 DEBUG [agent.manager.DirectAgentAttache]
>>>>> (DirectAgent-292:null) Ping from 5
>>>>> 2013-04-07 00:35:06,909 DEBUG [agent.manager.DirectAgentAttache]
>>>>> (DirectAgent-334:null) Seq 6-324993028: Executing request
>>>>> 2013-04-07 00:35:07,112 DEBUG [agent.manager.DirectAgentAttache]
>>>>> (DirectAgent-334:null) Seq 6-324993028: Response Received:
>>>>> 2013-04-07 00:35:07,112 DEBUG [agent.transport.Request]
>>>>> (DirectAgent-334:null) Seq 6-324993028: Processing:  { Ans: , MgmtId:
>>>>>1,
>>>>> via: 6, Ver: v1, Flags: 10,
>>>>>
>>>>>[{"ClusterSyncAnswer":{"_clusterId":2,"_newStates":{},"_isExecuted":fa
>>>>>l
>>>>>s
>>>>>e
>>>>>,"result":true,"wait":0}}]
>>>>> }
>>>>> 2013-04-07 00:35:08,821 DEBUG [cloud.api.ApiServlet]
>>>>> (1109449945@qtp-1008805148-34:null) ===START===  127.0.0.1 -- GET
>>>>>
>>>>>command=listConfigurations&response=json&sessionkey=Z6QqzU0Fq1iT13bMgn
>>>>>R
>>>>>R
>>>>>f
>>>>>l8GoVA%3D&page=1&pagesize=20&_=1365316508819
>>>>> 2013-04-07 00:35:08,845 DEBUG [cloud.api.ApiServlet]
>>>>> (1109449945@qtp-1008805148-34:null) ===END===  127.0.0.1 -- GET
>>>>>
>>>>>command=listConfigurations&response=json&sessionkey=Z6QqzU0Fq1iT13bMgn
>>>>>R
>>>>>R
>>>>>f
>>>>>l8GoVA%3D&page=1&pagesize=20&_=1365316508819
>>>>> 2013-04-07 00:35:10,407 DEBUG [cloud.api.ApiServlet]
>>>>> (1109449945@qtp-1008805148-34:null) ===START===  127.0.0.1 -- GET
>>>>>
>>>>>command=listZones&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA
>>>>>%
>>>>>3
>>>>>D
>>>>>&_=1365316510405
>>>>> 2013-04-07 00:35:10,416 DEBUG [cloud.api.ApiServlet]
>>>>> (1109449945@qtp-1008805148-34:null) ===END===  127.0.0.1 -- GET
>>>>>
>>>>>command=listZones&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA
>>>>>%
>>>>>3
>>>>>D
>>>>>&_=1365316510405
>>>>> 2013-04-07 00:35:10,429 DEBUG [cloud.api.ApiServlet]
>>>>> (1109449945@qtp-1008805148-34:null) ===START===  127.0.0.1 -- GET
>>>>>
>>>>>command=listPods&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%
>>>>>3
>>>>>D
>>>>>&
>>>>>page=1&pagesize=1&_=1365316510426
>>>>> 2013-04-07 00:35:10,436 DEBUG [cloud.api.ApiServlet]
>>>>> (1109449945@qtp-1008805148-34:null) ===END===  127.0.0.1 -- GET
>>>>>
>>>>>command=listPods&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%
>>>>>3
>>>>>D
>>>>>&
>>>>>page=1&pagesize=1&_=1365316510426
>>>>> 2013-04-07 00:35:10,440 DEBUG [cloud.api.ApiServlet]
>>>>> (1109449945@qtp-1008805148-34:null) ===START===  127.0.0.1 -- GET
>>>>>
>>>>>command=listClusters&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8G
>>>>>o
>>>>>V
>>>>>A
>>>>>%3D&page=1&pagesize=1&_=1365316510438
>>>>> 2013-04-07 00:35:10,448 DEBUG [cloud.api.ApiServlet]
>>>>> (1109449945@qtp-1008805148-34:null) ===END===  127.0.0.1 -- GET
>>>>>
>>>>>command=listClusters&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8G
>>>>>o
>>>>>V
>>>>>A
>>>>>%3D&page=1&pagesize=1&_=1365316510438
>>>>> 2013-04-07 00:35:10,451 DEBUG [cloud.api.ApiServlet]
>>>>> (1109449945@qtp-1008805148-34:null) ===START===  127.0.0.1 -- GET
>>>>>
>>>>>command=listHosts&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA
>>>>>%
>>>>>3
>>>>>D
>>>>>&type=routing&page=1&pagesize=1&_=1365316510449
>>>>> 2013-04-07 00:35:10,456 DEBUG [api.query.QueryManagerImpl]
>>>>> (1109449945@qtp-1008805148-34:null) >>>Searching for hosts>>>
>>>>> 2013-04-07 00:35:10,461 DEBUG [api.query.QueryManagerImpl]
>>>>> (1109449945@qtp-1008805148-34:null) >>>Generating Response>>>
>>>>> 2013-04-07 00:35:10,466 DEBUG [cloud.api.ApiServlet]
>>>>> (1109449945@qtp-1008805148-34:null) ===END===  127.0.0.1 -- GET
>>>>>
>>>>>command=listHosts&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA
>>>>>%
>>>>>3
>>>>>D
>>>>>&type=routing&page=1&pagesize=1&_=1365316510449
>>>>> 2013-04-07 00:35:10,470 DEBUG [cloud.api.ApiServlet]
>>>>> (1109449945@qtp-1008805148-34:null) ===START===  127.0.0.1 -- GET
>>>>>
>>>>>command=listStoragePools&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRR
>>>>>f
>>>>>l
>>>>>8
>>>>>GoVA%3D&page=1&pagesize=1&_=1365316510468
>>>>> 2013-04-07 00:35:10,479 DEBUG [cloud.api.ApiServlet]
>>>>> (1109449945@qtp-1008805148-34:null) ===END===  127.0.0.1 -- GET
>>>>>
>>>>>command=listStoragePools&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRR
>>>>>f
>>>>>l
>>>>>8
>>>>>GoVA%3D&page=1&pagesize=1&_=1365316510468
>>>>> 2013-04-07 00:35:10,483 DEBUG [cloud.api.ApiServlet]
>>>>> (1109449945@qtp-1008805148-34:null) ===START===  127.0.0.1 -- GET
>>>>>
>>>>>command=listHosts&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA
>>>>>%
>>>>>3
>>>>>D
>>>>>&type=SecondaryStorage&page=1&pagesize=1&_=1365316510481
>>>>> 2013-04-07 00:35:10,488 DEBUG [api.query.QueryManagerImpl]
>>>>> (1109449945@qtp-1008805148-34:null) >>>Searching for hosts>>>
>>>>> 2013-04-07 00:35:10,493 DEBUG [api.query.QueryManagerImpl]
>>>>> (1109449945@qtp-1008805148-34:null) >>>Generating Response>>>
>>>>> 2013-04-07 00:35:10,494 DEBUG [cloud.api.ApiServlet]
>>>>> (1109449945@qtp-1008805148-34:null) ===END===  127.0.0.1 -- GET
>>>>>
>>>>>command=listHosts&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA
>>>>>%
>>>>>3
>>>>>D
>>>>>&type=SecondaryStorage&page=1&pagesize=1&_=1365316510481
>>>>> 2013-04-07 00:35:10,500 DEBUG [cloud.api.ApiServlet]
>>>>> (1109449945@qtp-1008805148-34:null) ===START===  127.0.0.1 -- GET
>>>>>
>>>>>command=listSystemVms&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8
>>>>>G
>>>>>o
>>>>>V
>>>>>A%3D&page=1&pagesize=1&_=1365316510496
>>>>> 2013-04-07 00:35:10,564 DEBUG [cloud.api.ApiServlet]
>>>>> (1109449945@qtp-1008805148-34:null) ===END===  127.0.0.1 -- GET
>>>>>
>>>>>command=listSystemVms&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8
>>>>>G
>>>>>o
>>>>>V
>>>>>A%3D&page=1&pagesize=1&_=1365316510496
>>>>> 2013-04-07 00:35:10,568 DEBUG [cloud.api.ApiServlet]
>>>>> (1109449945@qtp-1008805148-34:null) ===START===  127.0.0.1 -- GET
>>>>>
>>>>>command=listRouters&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8Go
>>>>>V
>>>>>A
>>>>>%
>>>>>3D&projectid=-1&page=1&pagesize=1&_=1365316510566
>>>>> 2013-04-07 00:35:10,576 DEBUG [cloud.api.ApiServlet]
>>>>> (1109449945@qtp-1008805148-34:null) ===END===  127.0.0.1 -- GET
>>>>>
>>>>>command=listRouters&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8Go
>>>>>V
>>>>>A
>>>>>%
>>>>>3D&projectid=-1&page=1&pagesize=1&_=1365316510566
>>>>> 2013-04-07 00:35:10,579 DEBUG [cloud.api.ApiServlet]
>>>>> (1109449945@qtp-1008805148-34:null) ===START===  127.0.0.1 -- GET
>>>>>
>>>>>command=listRouters&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8Go
>>>>>V
>>>>>A
>>>>>%
>>>>>3D&listAll=true&page=1&pagesize=1&_=1365316510577
>>>>> 2013-04-07 00:35:10,591 DEBUG [cloud.api.ApiServlet]
>>>>> (1109449945@qtp-1008805148-34:null) ===END===  127.0.0.1 -- GET
>>>>>
>>>>>command=listRouters&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8Go
>>>>>V
>>>>>A
>>>>>%
>>>>>3D&listAll=true&page=1&pagesize=1&_=1365316510577
>>>>> 2013-04-07 00:35:10,595 DEBUG [cloud.api.ApiServlet]
>>>>> (1109449945@qtp-1008805148-34:null) ===START===  127.0.0.1 -- GET
>>>>>
>>>>>command=listCapacity&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8G
>>>>>o
>>>>>V
>>>>>A
>>>>>%3D&_=1365316510593
>>>>> 2013-04-07 00:35:10,609 DEBUG [cloud.api.ApiServlet]
>>>>> (1109449945@qtp-1008805148-34:null) ===END===  127.0.0.1 -- GET
>>>>>
>>>>>command=listCapacity&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8G
>>>>>o
>>>>>V
>>>>>A
>>>>>%3D&_=1365316510593
>>>>> 2013-04-07 00:35:11,022 DEBUG [agent.manager.DirectAgentAttache]
>>>>> (DirectAgent-298:null) Seq 5-614334468: Executing request
>>>>> 2013-04-07 00:35:11,171 DEBUG [agent.manager.DirectAgentAttache]
>>>>> (DirectAgent-298:null) Seq 5-614334468: Response Received:
>>>>> 2013-04-07 00:35:11,172 DEBUG [agent.transport.Request]
>>>>> (DirectAgent-298:null) Seq 5-614334468: Processing:  { Ans: , MgmtId:
>>>>>1,
>>>>> via: 5, Ver: v1, Flags: 10, [{"Answer":{"result":true,"wait":0}}] }
>>>>> 2013-04-07 00:35:12,493 DEBUG [cloud.api.ApiServlet]
>>>>> (1109449945@qtp-1008805148-34:null) ===START===  127.0.0.1 -- GET
>>>>>
>>>>>command=listStoragePools&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRR
>>>>>f
>>>>>l
>>>>>8
>>>>>GoVA%3D&page=1&pageSize=20&listAll=true&_=1365316512490
>>>>> 2013-04-07 00:35:12,508 DEBUG [cloud.api.ApiServlet]
>>>>> (1109449945@qtp-1008805148-34:null) ===END===  127.0.0.1 -- GET
>>>>>
>>>>>command=listStoragePools&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRR
>>>>>f
>>>>>l
>>>>>8
>>>>>GoVA%3D&page=1&pageSize=20&listAll=true&_=1365316512490
>>>>> 2013-04-07 00:35:18,008 DEBUG [cloud.api.ApiServlet]
>>>>> (1109449945@qtp-1008805148-34:null) ===START===  127.0.0.1 -- GET
>>>>>
>>>>>command=listZones&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA
>>>>>%
>>>>>3
>>>>>D
>>>>>&id=3a62dec3-cf95-4ba2-9af0-af2190af35e3&_=1365316518006
>>>>> 2013-04-07 00:35:18,016 DEBUG [cloud.api.ApiServlet]
>>>>> (1109449945@qtp-1008805148-34:null) ===END===  127.0.0.1 -- GET
>>>>>
>>>>>command=listZones&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA
>>>>>%
>>>>>3
>>>>>D
>>>>>&id=3a62dec3-cf95-4ba2-9af0-af2190af35e3&_=1365316518006
>>>>> 2013-04-07 00:35:18,022 DEBUG [cloud.api.ApiServlet]
>>>>> (1109449945@qtp-1008805148-34:null) ===START===  127.0.0.1 -- GET
>>>>>
>>>>>command=listStoragePools&id=iSCSI_SR_4&response=json&sessionkey=Z6QqzU
>>>>>0
>>>>>F
>>>>>q
>>>>>1iT13bMgnRRfl8GoVA%3D&_=1365316518019
>>>>> 2013-04-07 00:35:18,036 DEBUG [cloud.api.ApiServlet]
>>>>> (1109449945@qtp-1008805148-34:null) ===END===  127.0.0.1 -- GET
>>>>>
>>>>>command=listStoragePools&id=iSCSI_SR_4&response=json&sessionkey=Z6QqzU
>>>>>0
>>>>>F
>>>>>q
>>>>>1iT13bMgnRRfl8GoVA%3D&_=1365316518019
>>>>> 2013-04-07 00:35:20,457 DEBUG
>>>>> [storage.secondary.SecondaryStorageManagerImpl] (secstorage-1:null)
>>>>>Zone 1
>>>>> is ready to launch secondary storage VM
>>>>> 2013-04-07 00:35:20,560 DEBUG
>>>>>[cloud.consoleproxy.ConsoleProxyManagerImpl]
>>>>> (consoleproxy-1:null) Zone 1 is ready to launch console proxy
>>>>> 2013-04-07 00:35:20,820 DEBUG
>>>>> [network.router.VirtualNetworkApplianceManagerImpl]
>>>>> (RouterStatusMonitor-1:null) Found 0 routers to update status.
>>>>> 2013-04-07 00:35:20,821 DEBUG
>>>>> [network.router.VirtualNetworkApplianceManagerImpl]
>>>>> (RouterStatusMonitor-1:null) Found 0 networks to update RvR status.
>>>>> 2013-04-07 00:35:20,850 DEBUG
>>>>> [network.router.VirtualNetworkApplianceManagerImpl]
>>>>> (RouterStatusMonitor-1:null) Found 0 routers to update status.
>>>>> 2013-04-07 00:35:20,851 DEBUG
>>>>> [network.router.VirtualNetworkApplianceManagerImpl]
>>>>> (RouterStatusMonitor-1:null) Found 0 networks to update RvR status.
>>>>> 2013-04-07 00:35:23,644 DEBUG [cloud.api.ApiServlet]
>>>>> (1109449945@qtp-1008805148-34:null) ===START===  127.0.0.1 -- GET
>>>>>
>>>>>command=listZones&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA
>>>>>%
>>>>>3
>>>>>D
>>>>>&id=3a62dec3-cf95-4ba2-9af0-af2190af35e3&_=1365316523642
>>>>> 2013-04-07 00:35:23,652 DEBUG [cloud.api.ApiServlet]
>>>>> (1109449945@qtp-1008805148-34:null) ===END===  127.0.0.1 -- GET
>>>>>
>>>>>command=listZones&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA
>>>>>%
>>>>>3
>>>>>D
>>>>>&id=3a62dec3-cf95-4ba2-9af0-af2190af35e3&_=1365316523642
>>>>> 2013-04-07 00:35:23,657 DEBUG [cloud.api.ApiServlet]
>>>>> (1109449945@qtp-1008805148-34:null) ===START===  127.0.0.1 -- GET
>>>>>
>>>>>command=listStoragePools&id=iSCSI_SR_3&response=json&sessionkey=Z6QqzU
>>>>>0
>>>>>F
>>>>>q
>>>>>1iT13bMgnRRfl8GoVA%3D&_=1365316523655
>>>>> 2013-04-07 00:35:23,670 DEBUG [cloud.api.ApiServlet]
>>>>> (1109449945@qtp-1008805148-34:null) ===END===  127.0.0.1 -- GET
>>>>>
>>>>>command=listStoragePools&id=iSCSI_SR_3&response=json&sessionkey=Z6QqzU
>>>>>0
>>>>>F
>>>>>q
>>>>>1iT13bMgnRRfl8GoVA%3D&_=1365316523655
>>>>> 2013-04-07 00:35:24,890 DEBUG [agent.manager.AgentManagerImpl]
>>>>> (AgentManager-Handler-2:null) Ping from 4
>>>>> 2013-04-07 00:35:25,447 DEBUG [cloud.api.ApiServlet]
>>>>> (1109449945@qtp-1008805148-34:null) ===START===  127.0.0.1 -- GET
>>>>>
>>>>>command=listZones&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA
>>>>>%
>>>>>3
>>>>>D
>>>>>&_=1365316525443
>>>>> 2013-04-07 00:35:25,456 DEBUG [cloud.api.ApiServlet]
>>>>> (1109449945@qtp-1008805148-34:null) ===END===  127.0.0.1 -- GET
>>>>>
>>>>>command=listZones&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA
>>>>>%
>>>>>3
>>>>>D
>>>>>&_=1365316525443
>>>>> 2013-04-07 00:35:25,467 DEBUG [cloud.api.ApiServlet]
>>>>> (1109449945@qtp-1008805148-34:null) ===START===  127.0.0.1 -- GET
>>>>>
>>>>>command=listPods&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%
>>>>>3
>>>>>D
>>>>>&
>>>>>page=1&pagesize=1&_=1365316525465
>>>>> 2013-04-07 00:35:25,474 DEBUG [cloud.api.ApiServlet]
>>>>> (1109449945@qtp-1008805148-34:null) ===END===  127.0.0.1 -- GET
>>>>>
>>>>>command=listPods&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%
>>>>>3
>>>>>D
>>>>>&
>>>>>page=1&pagesize=1&_=1365316525465
>>>>> 2013-04-07 00:35:25,477 DEBUG [cloud.api.ApiServlet]
>>>>> (1109449945@qtp-1008805148-34:null) ===START===  127.0.0.1 -- GET
>>>>>
>>>>>command=listClusters&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8G
>>>>>o
>>>>>V
>>>>>A
>>>>>%3D&page=1&pagesize=1&_=1365316525475
>>>>> 2013-04-07 00:35:25,485 DEBUG [cloud.api.ApiServlet]
>>>>> (1109449945@qtp-1008805148-34:null) ===END===  127.0.0.1 -- GET
>>>>>
>>>>>command=listClusters&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8G
>>>>>o
>>>>>V
>>>>>A
>>>>>%3D&page=1&pagesize=1&_=1365316525475
>>>>> 2013-04-07 00:35:25,488 DEBUG [cloud.api.ApiServlet]
>>>>> (1109449945@qtp-1008805148-34:null) ===START===  127.0.0.1 -- GET
>>>>>
>>>>>command=listHosts&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA
>>>>>%
>>>>>3
>>>>>D
>>>>>&type=routing&page=1&pagesize=1&_=1365316525486
>>>>> 2013-04-07 00:35:25,493 DEBUG [api.query.QueryManagerImpl]
>>>>> (1109449945@qtp-1008805148-34:null) >>>Searching for hosts>>>
>>>>> 2013-04-07 00:35:25,498 DEBUG [api.query.QueryManagerImpl]
>>>>> (1109449945@qtp-1008805148-34:null) >>>Generating Response>>>
>>>>> 2013-04-07 00:35:25,504 DEBUG [cloud.api.ApiServlet]
>>>>> (1109449945@qtp-1008805148-34:null) ===END===  127.0.0.1 -- GET
>>>>>
>>>>>command=listHosts&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA
>>>>>%
>>>>>3
>>>>>D
>>>>>&type=routing&page=1&pagesize=1&_=1365316525486
>>>>> 2013-04-07 00:35:25,507 DEBUG [cloud.api.ApiServlet]
>>>>> (1109449945@qtp-1008805148-34:null) ===START===  127.0.0.1 -- GET
>>>>>
>>>>>command=listStoragePools&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRR
>>>>>f
>>>>>l
>>>>>8
>>>>>GoVA%3D&page=1&pagesize=1&_=1365316525505
>>>>> 2013-04-07 00:35:25,517 DEBUG [cloud.api.ApiServlet]
>>>>> (1109449945@qtp-1008805148-34:null) ===END===  127.0.0.1 -- GET
>>>>>
>>>>>command=listStoragePools&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRR
>>>>>f
>>>>>l
>>>>>8
>>>>>GoVA%3D&page=1&pagesize=1&_=1365316525505
>>>>> 2013-04-07 00:35:25,522 DEBUG [cloud.api.ApiServlet]
>>>>> (1109449945@qtp-1008805148-34:null) ===START===  127.0.0.1 -- GET
>>>>>
>>>>>command=listHosts&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA
>>>>>%
>>>>>3
>>>>>D
>>>>>&type=SecondaryStorage&page=1&pagesize=1&_=1365316525519
>>>>> 2013-04-07 00:35:25,526 DEBUG [api.query.QueryManagerImpl]
>>>>> (1109449945@qtp-1008805148-34:null) >>>Searching for hosts>>>
>>>>> 2013-04-07 00:35:25,531 DEBUG [api.query.QueryManagerImpl]
>>>>> (1109449945@qtp-1008805148-34:null) >>>Generating Response>>>
>>>>> 2013-04-07 00:35:25,533 DEBUG [cloud.api.ApiServlet]
>>>>> (1109449945@qtp-1008805148-34:null) ===END===  127.0.0.1 -- GET
>>>>>
>>>>>command=listHosts&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA
>>>>>%
>>>>>3
>>>>>D
>>>>>&type=SecondaryStorage&page=1&pagesize=1&_=1365316525519
>>>>> 2013-04-07 00:35:25,536 DEBUG [cloud.api.ApiServlet]
>>>>> (1109449945@qtp-1008805148-34:null) ===START===  127.0.0.1 -- GET
>>>>>
>>>>>command=listSystemVms&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8
>>>>>G
>>>>>o
>>>>>V
>>>>>A%3D&page=1&pagesize=1&_=1365316525534
>>>>> 2013-04-07 00:35:25,591 DEBUG [cloud.api.ApiServlet]
>>>>> (1109449945@qtp-1008805148-34:null) ===END===  127.0.0.1 -- GET
>>>>>
>>>>>command=listSystemVms&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8
>>>>>G
>>>>>o
>>>>>V
>>>>>A%3D&page=1&pagesize=1&_=1365316525534
>>>>> 2013-04-07 00:35:25,595 DEBUG [cloud.api.ApiServlet]
>>>>> (1109449945@qtp-1008805148-34:null) ===START===  127.0.0.1 -- GET
>>>>>
>>>>>command=listRouters&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8Go
>>>>>V
>>>>>A
>>>>>%
>>>>>3D&projectid=-1&page=1&pagesize=1&_=1365316525593
>>>>> 2013-04-07 00:35:25,603 DEBUG [cloud.api.ApiServlet]
>>>>> (1109449945@qtp-1008805148-34:null) ===END===  127.0.0.1 -- GET
>>>>>
>>>>>command=listRouters&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8Go
>>>>>V
>>>>>A
>>>>>%
>>>>>3D&projectid=-1&page=1&pagesize=1&_=1365316525593
>>>>> 2013-04-07 00:35:25,606 DEBUG [cloud.api.ApiServlet]
>>>>> (1109449945@qtp-1008805148-34:null) ===START===  127.0.0.1 -- GET
>>>>>
>>>>>command=listRouters&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8Go
>>>>>V
>>>>>A
>>>>>%
>>>>>3D&listAll=true&page=1&pagesize=1&_=1365316525604
>>>>> 2013-04-07 00:35:25,617 DEBUG [cloud.api.ApiServlet]
>>>>> (1109449945@qtp-1008805148-34:null) ===END===  127.0.0.1 -- GET
>>>>>
>>>>>command=listRouters&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8Go
>>>>>V
>>>>>A
>>>>>%
>>>>>3D&listAll=true&page=1&pagesize=1&_=1365316525604
>>>>> 2013-04-07 00:35:25,621 DEBUG [cloud.api.ApiServlet]
>>>>> (1109449945@qtp-1008805148-34:null) ===START===  127.0.0.1 -- GET
>>>>>
>>>>>command=listCapacity&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8G
>>>>>o
>>>>>V
>>>>>A
>>>>>%3D&_=1365316525619
>>>>> 2013-04-07 00:35:25,634 DEBUG [cloud.api.ApiServlet]
>>>>> (1109449945@qtp-1008805148-34:null) ===END===  127.0.0.1 -- GET
>>>>>
>>>>>command=listCapacity&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8G
>>>>>o
>>>>>V
>>>>>A
>>>>>%3D&_=1365316525619
>>>>> 2013-04-07 00:35:27,158 DEBUG [agent.manager.DirectAgentAttache]
>>>>> (DirectAgent-276:null) Ping from 1
>>>>> 2013-04-07 00:35:29,095 DEBUG [agent.manager.DirectAgentAttache]
>>>>> (DirectAgent-139:null) Seq 1-90046472: Executing request
>>>>> 2013-04-07 00:35:29,302 DEBUG [agent.manager.DirectAgentAttache]
>>>>> (DirectAgent-139:null) Seq 1-90046472: Response Received:
>>>>> 2013-04-07 00:35:29,303 DEBUG [agent.transport.Request]
>>>>> (DirectAgent-139:null) Seq 1-90046472: Processing:  { Ans: , MgmtId:
>>>>>1,
>>>>> via: 1, Ver: v1, Flags: 10,
>>>>>
>>>>>[{"ClusterSyncAnswer":{"_clusterId":1,"_newStates":{},"_isExecuted":fa
>>>>>l
>>>>>s
>>>>>e
>>>>>,"result":true,"wait":0}}]
>>>>> }
>>>>> 2013-04-07 00:35:31,624 DEBUG [cloud.api.ApiServlet]
>>>>> (1109449945@qtp-1008805148-34:null) ===START===  127.0.0.1 -- GET
>>>>>
>>>>>command=listVirtualMachines&response=json&sessionkey=Z6QqzU0Fq1iT13bMg
>>>>>n
>>>>>R
>>>>>R
>>>>>fl8GoVA%3D&listAll=true&page=1&pagesize=20&_=1365316531622
>>>>> 2013-04-07 00:35:31,644 DEBUG [cloud.api.ApiServlet]
>>>>> (1109449945@qtp-1008805148-34:null) ===END===  127.0.0.1 -- GET
>>>>>
>>>>>command=listVirtualMachines&response=json&sessionkey=Z6QqzU0Fq1iT13bMg
>>>>>n
>>>>>R
>>>>>R
>>>>>fl8GoVA%3D&listAll=true&page=1&pagesize=20&_=1365316531622
>>>>> 2013-04-07 00:35:32,710 DEBUG [cloud.api.ApiServlet]
>>>>> (1109449945@qtp-1008805148-34:null) ===START===  127.0.0.1 -- GET
>>>>>
>>>>>command=listVolumes&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8Go
>>>>>V
>>>>>A
>>>>>%
>>>>>3D&listAll=true&page=1&pagesize=20&_=1365316532708
>>>>> 2013-04-07 00:35:32,724 DEBUG [cloud.api.ApiServlet]
>>>>> (1109449945@qtp-1008805148-34:null) ===END===  127.0.0.1 -- GET
>>>>>
>>>>>command=listVolumes&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8Go
>>>>>V
>>>>>A
>>>>>%
>>>>>3D&listAll=true&page=1&pagesize=20&_=1365316532708
>>>>> 2013-04-07 00:35:33,917 DEBUG [cloud.api.ApiServlet]
>>>>> (1109449945@qtp-1008805148-34:null) ===START===  127.0.0.1 -- GET
>>>>>
>>>>>command=listVirtualMachines&response=json&sessionkey=Z6QqzU0Fq1iT13bMg
>>>>>n
>>>>>R
>>>>>R
>>>>>fl8GoVA%3D&listAll=true&page=1&pagesize=20&_=1365316533915
>>>>> 2013-04-07 00:35:33,935 DEBUG [cloud.api.ApiServlet]
>>>>> (1109449945@qtp-1008805148-34:null) ===END===  127.0.0.1 -- GET
>>>>>
>>>>>command=listVirtualMachines&response=json&sessionkey=Z6QqzU0Fq1iT13bMg
>>>>>n
>>>>>R
>>>>>R
>>>>>fl8GoVA%3D&listAll=true&page=1&pagesize=20&_=1365316533915
>>>>> 2013-04-07 00:35:35,668 DEBUG [cloud.api.ApiServlet]
>>>>> (1109449945@qtp-1008805148-34:null) ===START===  127.0.0.1 -- GET
>>>>>
>>>>>command=listVirtualMachines&id=c18ddf7c-fc61-40b0-af75-fdef05f8eae6&re
>>>>>s
>>>>>p
>>>>>o
>>>>>nse=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316535666
>>>>> 2013-04-07 00:35:35,689 DEBUG [cloud.api.ApiServlet]
>>>>> (1109449945@qtp-1008805148-34:null) ===END===  127.0.0.1 -- GET
>>>>>
>>>>>command=listVirtualMachines&id=c18ddf7c-fc61-40b0-af75-fdef05f8eae6&re
>>>>>s
>>>>>p
>>>>>o
>>>>>nse=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316535666
>>>>> 2013-04-07 00:35:35,695 DEBUG [cloud.api.ApiServlet]
>>>>> (1109449945@qtp-1008805148-34:null) ===START===  127.0.0.1 -- GET
>>>>>
>>>>>command=listOsTypes&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8Go
>>>>>V
>>>>>A
>>>>>%
>>>>>3D&_=1365316535693
>>>>> 2013-04-07 00:35:35,873 DEBUG [cloud.api.ApiServlet]
>>>>> (1109449945@qtp-1008805148-34:null) ===END===  127.0.0.1 -- GET
>>>>>
>>>>>command=listOsTypes&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8Go
>>>>>V
>>>>>A
>>>>>%
>>>>>3D&_=1365316535693
>>>>> 2013-04-07 00:35:39,081 DEBUG [cloud.api.ApiServlet]
>>>>> (1109449945@qtp-1008805148-34:null) ===START===  127.0.0.1 -- GET
>>>>>
>>>>>command=destroyVirtualMachine&id=c18ddf7c-fc61-40b0-af75-fdef05f8eae6&
>>>>>r
>>>>>e
>>>>>s
>>>>>ponse=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316539079
>>>>> 2013-04-07 00:35:39,103 DEBUG [cloud.async.AsyncJobManagerImpl]
>>>>> (1109449945@qtp-1008805148-34:null) submit async job-45, details:
>>>>> AsyncJobVO {id:45, userId: 2, accountId: 2, sessionKey: null,
>>>>>instanceType:
>>>>> null, instanceId: 12, cmd:
>>>>> org.apache.cloudstack.api.command.user.vm.DestroyVMCmd,
>>>>>cmdOriginator:
>>>>> null, cmdInfo:
>>>>>
>>>>>{"id":"c18ddf7c-fc61-40b0-af75-fdef05f8eae6","response":"json","sessio
>>>>>n
>>>>>k
>>>>>e
>>>>>y":"Z6QqzU0Fq1iT13bMgnRRfl8GoVA\u003d","ctxUserId":"2","_":"1365316539
>>>>>0
>>>>>7
>>>>>9
>>>>>","ctxAccountId":"2","ctxStartEventId":"50"},
>>>>> cmdVersion: 0, callbackType: 0, callbackAddress: null, status: 0,
>>>>> processStatus: 0, resultCode: 0, result: null, initMsid: 1,
>>>>>completeMsid:
>>>>> null, lastUpdated: null, lastPolled: null, created: null}
>>>>> 2013-04-07 00:35:39,104 DEBUG [cloud.async.AsyncJobManagerImpl]
>>>>> (Job-Executor-38:job-45) Executing
>>>>> org.apache.cloudstack.api.command.user.vm.DestroyVMCmd for job-45
>>>>> 2013-04-07 00:35:39,105 DEBUG [cloud.api.ApiServlet]
>>>>> (1109449945@qtp-1008805148-34:null) ===END===  127.0.0.1 -- GET
>>>>>
>>>>>command=destroyVirtualMachine&id=c18ddf7c-fc61-40b0-af75-fdef05f8eae6&
>>>>>r
>>>>>e
>>>>>s
>>>>>ponse=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316539079
>>>>> 2013-04-07 00:35:39,119 DEBUG [cloud.vm.VirtualMachineManagerImpl]
>>>>> (Job-Executor-38:job-45) Destroying vm
>>>>> VM[User|c18ddf7c-fc61-40b0-af75-fdef05f8eae6]
>>>>> 2013-04-07 00:35:39,123 DEBUG [cloud.capacity.CapacityManagerImpl]
>>>>> (Job-Executor-38:job-45) VM state transitted from :Running to
>>>>>Stopping
>>>>>with
>>>>> event: StopRequestedvm's original host id: 5 new host id: 5 host id
>>>>>before
>>>>> state transition: 5
>>>>> 2013-04-07 00:35:39,125 DEBUG [agent.transport.Request]
>>>>> (Job-Executor-38:job-45) Seq 5-614334817: Sending  { Cmd , MgmtId: 1,
>>>>>via:
>>>>> 5, Ver: v1, Flags: 100111,
>>>>> [{"StopCommand":{"isProxy":false,"vmName":"i-2-12-VM","wait":0}}] }
>>>>> 2013-04-07 00:35:39,125 DEBUG [agent.transport.Request]
>>>>> (Job-Executor-38:job-45) Seq 5-614334817: Executing:  { Cmd , MgmtId:
>>>>>1,
>>>>> via: 5, Ver: v1, Flags: 100111,
>>>>> [{"StopCommand":{"isProxy":false,"vmName":"i-2-12-VM","wait":0}}] }
>>>>> 2013-04-07 00:35:39,125 DEBUG [agent.manager.DirectAgentAttache]
>>>>> (DirectAgent-414:null) Seq 5-614334817: Executing request
>>>>> 2013-04-07 00:35:39,289 DEBUG [xen.resource.CitrixResourceBase]
>>>>> (DirectAgent-414:null) 9. The VM i-2-12-VM is in Stopping state
>>>>> 2013-04-07 00:35:39,720 INFO  [xen.resource.CitrixResourceBase]
>>>>> (DirectAgent-414:null) Removed  network rules for vm i-2-12-VM
>>>>> 2013-04-07 00:35:42,113 DEBUG [cloud.api.ApiServlet]
>>>>> (1109449945@qtp-1008805148-34:null) ===START===  127.0.0.1 -- GET
>>>>>
>>>>>command=queryAsyncJobResult&jobId=1288fa5b-8b5f-4952-b056-b180437edfd5
>>>>>&
>>>>>r
>>>>>e
>>>>>sponse=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316542111
>>>>> 2013-04-07 00:35:42,127 DEBUG [cloud.api.ApiServlet]
>>>>> (1109449945@qtp-1008805148-34:null) ===END===  127.0.0.1 -- GET
>>>>>
>>>>>command=queryAsyncJobResult&jobId=1288fa5b-8b5f-4952-b056-b180437edfd5
>>>>>&
>>>>>r
>>>>>e
>>>>>sponse=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316542111
>>>>> 2013-04-07 00:35:45,114 DEBUG [cloud.api.ApiServlet]
>>>>> (1109449945@qtp-1008805148-34:null) ===START===  127.0.0.1 -- GET
>>>>>
>>>>>command=queryAsyncJobResult&jobId=1288fa5b-8b5f-4952-b056-b180437edfd5
>>>>>&
>>>>>r
>>>>>e
>>>>>sponse=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316545112
>>>>> 2013-04-07 00:35:45,129 DEBUG [cloud.api.ApiServlet]
>>>>> (1109449945@qtp-1008805148-34:null) ===END===  127.0.0.1 -- GET
>>>>>
>>>>>command=queryAsyncJobResult&jobId=1288fa5b-8b5f-4952-b056-b180437edfd5
>>>>>&
>>>>>r
>>>>>e
>>>>>sponse=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316545112
>>>>> 2013-04-07 00:35:47,682 DEBUG [agent.manager.AgentManagerImpl]
>>>>> (AgentManager-Handler-3:null) Ping from 3
>>>>> 2013-04-07 00:35:48,115 DEBUG [cloud.api.ApiServlet]
>>>>> (1109449945@qtp-1008805148-34:null) ===START===  127.0.0.1 -- GET
>>>>>
>>>>>command=queryAsyncJobResult&jobId=1288fa5b-8b5f-4952-b056-b180437edfd5
>>>>>&
>>>>>r
>>>>>e
>>>>>sponse=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316548112
>>>>> 2013-04-07 00:35:48,133 DEBUG [cloud.api.ApiServlet]
>>>>> (1109449945@qtp-1008805148-34:null) ===END===  127.0.0.1 -- GET
>>>>>
>>>>>command=queryAsyncJobResult&jobId=1288fa5b-8b5f-4952-b056-b180437edfd5
>>>>>&
>>>>>r
>>>>>e
>>>>>sponse=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316548112
>>>>> 2013-04-07 00:35:50,456 DEBUG
>>>>> [storage.secondary.SecondaryStorageManagerImpl] (secstorage-1:null)
>>>>>Zone 1
>>>>> is ready to launch secondary storage VM
>>>>> 2013-04-07 00:35:50,564 DEBUG
>>>>>[cloud.consoleproxy.ConsoleProxyManagerImpl]
>>>>> (consoleproxy-1:null) Zone 1 is ready to launch console proxy
>>>>> 2013-04-07 00:35:50,819 DEBUG
>>>>> [network.router.VirtualNetworkApplianceManagerImpl]
>>>>> (RouterStatusMonitor-1:null) Found 0 routers to update status.
>>>>> 2013-04-07 00:35:50,821 DEBUG
>>>>> [network.router.VirtualNetworkApplianceManagerImpl]
>>>>> (RouterStatusMonitor-1:null) Found 0 networks to update RvR status.
>>>>> 2013-04-07 00:35:50,851 DEBUG
>>>>> [network.router.VirtualNetworkApplianceManagerImpl]
>>>>> (RouterStatusMonitor-1:null) Found 0 routers to update status.
>>>>> 2013-04-07 00:35:50,852 DEBUG
>>>>> [network.router.VirtualNetworkApplianceManagerImpl]
>>>>> (RouterStatusMonitor-1:null) Found 0 networks to update RvR status.
>>>>> 2013-04-07 00:35:51,117 DEBUG [cloud.api.ApiServlet]
>>>>> (1109449945@qtp-1008805148-34:null) ===START===  127.0.0.1 -- GET
>>>>>
>>>>>command=queryAsyncJobResult&jobId=1288fa5b-8b5f-4952-b056-b180437edfd5
>>>>>&
>>>>>r
>>>>>e
>>>>>sponse=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316551115
>>>>> 2013-04-07 00:35:51,132 DEBUG [cloud.api.ApiServlet]
>>>>> (1109449945@qtp-1008805148-34:null) ===END===  127.0.0.1 -- GET
>>>>>
>>>>>command=queryAsyncJobResult&jobId=1288fa5b-8b5f-4952-b056-b180437edfd5
>>>>>&
>>>>>r
>>>>>e
>>>>>sponse=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316551115
>>>>> 2013-04-07 00:35:51,242 DEBUG [xen.resource.CitrixResourceBase]
>>>>> (DirectAgent-414:null) 10. The VM i-2-12-VM is in Stopped state
>>>>> 2013-04-07 00:35:51,242 DEBUG [agent.manager.DirectAgentAttache]
>>>>> (DirectAgent-414:null) Seq 5-614334817: Response Received:
>>>>> 2013-04-07 00:35:51,243 DEBUG [agent.transport.Request]
>>>>> (DirectAgent-414:null) Seq 5-614334817: Processing:  { Ans: , MgmtId:
>>>>>1,
>>>>> via: 5, Ver: v1, Flags: 110,
>>>>> [{"StopAnswer":{"vncPort":0,"result":true,"details":"Stop VM
>>>>>i-2-12-VM
>>>>> Succeed","wait":0}}] }
>>>>> 2013-04-07 00:35:51,243 DEBUG [agent.transport.Request]
>>>>> (Job-Executor-38:job-45) Seq 5-614334817: Received:  { Ans: , MgmtId:
>>>>>1,
>>>>> via: 5, Ver: v1, Flags: 110, { StopAnswer } }
>>>>> 2013-04-07 00:35:51,243 DEBUG [agent.manager.AgentAttache]
>>>>> (DirectAgent-414:null) Seq 5-614334817: No more commands found
>>>>> 2013-04-07 00:35:51,244 DEBUG [cloud.vm.VirtualMachineManagerImpl]
>>>>> (Job-Executor-38:job-45)
>>>>>VM[User|c18ddf7c-fc61-40b0-af75-fdef05f8eae6]
>>>>>is
>>>>> stopped on the host.  Proceeding to release resource held.
>>>>> 2013-04-07 00:35:51,251 DEBUG [cloud.network.NetworkManagerImpl]
>>>>> (Job-Executor-38:job-45) Changing active number of nics for network
>>>>>id=204
>>>>> on -1
>>>>> 2013-04-07 00:35:51,252 DEBUG [cloud.network.NetworkManagerImpl]
>>>>> (Job-Executor-38:job-45) Asking ElasticLoadBalancerElement to release
>>>>> Nic[18-12-6416c373-20d8-4617-8dcb-30a8ff9d0f34-192.168.56.195]
>>>>> 2013-04-07 00:35:51,252 DEBUG [cloud.network.NetworkManagerImpl]
>>>>> (Job-Executor-38:job-45) Asking NiciraNvpElement to release
>>>>> Nic[18-12-6416c373-20d8-4617-8dcb-30a8ff9d0f34-192.168.56.195]
>>>>> 2013-04-07 00:35:51,252 DEBUG [network.element.NiciraNvpElement]
>>>>> (Job-Executor-38:job-45) Checking if NiciraNvpElement can handle
>>>>>service
>>>>> Connectivity on network guestNetworkForBasicZone
>>>>> 2013-04-07 00:35:51,252 DEBUG [cloud.network.NetworkManagerImpl]
>>>>> (Job-Executor-38:job-45) Asking BigSwitchVnsElement to release
>>>>> Nic[18-12-6416c373-20d8-4617-8dcb-30a8ff9d0f34-192.168.56.195]
>>>>> 2013-04-07 00:35:51,252 DEBUG [network.element.BigSwitchVnsElement]
>>>>> (Job-Executor-38:job-45) Checking if BigSwitchVnsElement can handle
>>>>>service
>>>>> Connectivity on network guestNetworkForBasicZone
>>>>> 2013-04-07 00:35:51,252 DEBUG [cloud.network.NetworkManagerImpl]
>>>>> (Job-Executor-38:job-45) Asking Ovs to release
>>>>> Nic[18-12-6416c373-20d8-4617-8dcb-30a8ff9d0f34-192.168.56.195]
>>>>> 2013-04-07 00:35:51,252 DEBUG [cloud.network.NetworkManagerImpl]
>>>>> (Job-Executor-38:job-45) Asking BareMetalDhcp to release
>>>>> Nic[18-12-6416c373-20d8-4617-8dcb-30a8ff9d0f34-192.168.56.195]
>>>>> 2013-04-07 00:35:51,252 DEBUG [cloud.network.NetworkManagerImpl]
>>>>> (Job-Executor-38:job-45) Asking BareMetalPxe to release
>>>>> Nic[18-12-6416c373-20d8-4617-8dcb-30a8ff9d0f34-192.168.56.195]
>>>>> 2013-04-07 00:35:51,252 DEBUG [cloud.network.NetworkManagerImpl]
>>>>> (Job-Executor-38:job-45) Asking BareMetalUserdata to release
>>>>> Nic[18-12-6416c373-20d8-4617-8dcb-30a8ff9d0f34-192.168.56.195]
>>>>> 2013-04-07 00:35:51,252 DEBUG [cloud.network.NetworkManagerImpl]
>>>>> (Job-Executor-38:job-45) Asking SecurityGroupProvider to release
>>>>> Nic[18-12-6416c373-20d8-4617-8dcb-30a8ff9d0f34-192.168.56.195]
>>>>> 2013-04-07 00:35:51,252 DEBUG [cloud.network.NetworkManagerImpl]
>>>>> (Job-Executor-38:job-45) Asking VirtualRouter to release
>>>>> Nic[18-12-6416c373-20d8-4617-8dcb-30a8ff9d0f34-192.168.56.195]
>>>>> 2013-04-07 00:35:51,253 DEBUG [cloud.network.NetworkManagerImpl]
>>>>> (Job-Executor-38:job-45) Asking VpcVirtualRouter to release
>>>>> Nic[18-12-6416c373-20d8-4617-8dcb-30a8ff9d0f34-192.168.56.195]
>>>>> 2013-04-07 00:35:51,253 DEBUG [cloud.network.NetworkManagerImpl]
>>>>> (Job-Executor-38:job-45) Asking NiciraNvp to release
>>>>> Nic[18-12-6416c373-20d8-4617-8dcb-30a8ff9d0f34-192.168.56.195]
>>>>> 2013-04-07 00:35:51,253 DEBUG [network.element.NiciraNvpElement]
>>>>> (Job-Executor-38:job-45) Checking if NiciraNvpElement can handle
>>>>>service
>>>>> Connectivity on network guestNetworkForBasicZone
>>>>> 2013-04-07 00:35:51,253 DEBUG [cloud.network.NetworkManagerImpl]
>>>>> (Job-Executor-38:job-45) Asking JuniperSRX to release
>>>>> Nic[18-12-6416c373-20d8-4617-8dcb-30a8ff9d0f34-192.168.56.195]
>>>>> 2013-04-07 00:35:51,253 DEBUG [cloud.network.NetworkManagerImpl]
>>>>> (Job-Executor-38:job-45) Asking Netscaler to release
>>>>> Nic[18-12-6416c373-20d8-4617-8dcb-30a8ff9d0f34-192.168.56.195]
>>>>> 2013-04-07 00:35:51,253 DEBUG [cloud.network.NetworkManagerImpl]
>>>>> (Job-Executor-38:job-45) Asking F5BigIP to release
>>>>> Nic[18-12-6416c373-20d8-4617-8dcb-30a8ff9d0f34-192.168.56.195]
>>>>> 2013-04-07 00:35:51,253 DEBUG [cloud.network.NetworkManagerImpl]
>>>>> (Job-Executor-38:job-45) Asking CiscoNexus1000vVSM to release
>>>>> Nic[18-12-6416c373-20d8-4617-8dcb-30a8ff9d0f34-192.168.56.195]
>>>>> 2013-04-07 00:35:51,253 DEBUG [cloud.vm.VirtualMachineManagerImpl]
>>>>> (Job-Executor-38:job-45) Successfully released network resources for
>>>>>the vm
>>>>> VM[User|c18ddf7c-fc61-40b0-af75-fdef05f8eae6]
>>>>> 2013-04-07 00:35:51,253 DEBUG [cloud.vm.VirtualMachineManagerImpl]
>>>>> (Job-Executor-38:job-45) Successfully released storage resources for
>>>>>the vm
>>>>> VM[User|c18ddf7c-fc61-40b0-af75-fdef05f8eae6]
>>>>> 2013-04-07 00:35:51,298 DEBUG [cloud.capacity.CapacityManagerImpl]
>>>>> (Job-Executor-38:job-45) VM state transitted from :Stopping to
>>>>>Stopped
>>>>>with
>>>>> event: OperationSucceededvm's original host id: 5 new host id: null
>>>>>host id
>>>>> before state transition: 5
>>>>> 2013-04-07 00:35:51,302 DEBUG [cloud.capacity.CapacityManagerImpl]
>>>>> (Job-Executor-38:job-45) Hosts's actual total CPU: 2479 and CPU after
>>>>> applying overprovisioning: 2479
>>>>> 2013-04-07 00:35:51,303 DEBUG [cloud.capacity.CapacityManagerImpl]
>>>>> (Job-Executor-38:job-45) release cpu from host: 5, old used:
>>>>>100,reserved:
>>>>> 0, actual total: 2479, total with overprovisioning: 2479; new used:
>>>>> 0,reserved:100; movedfromreserved: false,moveToReserveredtrue
>>>>> 2013-04-07 00:35:51,303 DEBUG [cloud.capacity.CapacityManagerImpl]
>>>>> (Job-Executor-38:job-45) release mem from host: 5, old used:
>>>>> 1073741824,reserved: 0, total: 1671695424; new used:
>>>>>0,reserved:1073741824;
>>>>> movedfromreserved: false,moveToReserveredtrue
>>>>> 2013-04-07 00:35:51,308 DEBUG [cloud.capacity.CapacityManagerImpl]
>>>>> (Job-Executor-38:job-45) VM state transitted from :Stopped to
>>>>>Destroyed
>>>>> with event: DestroyRequestedvm's original host id: 5 new host id:
>>>>>null
>>>>>host
>>>>> id before state transition: null
>>>>> 2013-04-07 00:35:51,313 DEBUG [cloud.capacity.CapacityManagerImpl]
>>>>> (Job-Executor-38:job-45) Hosts's actual total CPU: 2479 and CPU after
>>>>> applying overprovisioning: 2479
>>>>> 2013-04-07 00:35:51,313 DEBUG [cloud.capacity.CapacityManagerImpl]
>>>>> (Job-Executor-38:job-45) release cpu from host: 5, old used:
>>>>>0,reserved:
>>>>> 100, actual total: 2479, total with overprovisioning: 2479; new used:
>>>>> 0,reserved:0; movedfromreserved: true,moveToReserveredfalse
>>>>> 2013-04-07 00:35:51,313 DEBUG [cloud.capacity.CapacityManagerImpl]
>>>>> (Job-Executor-38:job-45) release mem from host: 5, old used:
>>>>>0,reserved:
>>>>> 1073741824, total: 1671695424; new used: 0,reserved:0;
>>>>>movedfromreserved:
>>>>> true,moveToReserveredfalse
>>>>> 2013-04-07 00:35:51,328 DEBUG [cloud.async.AsyncJobManagerImpl]
>>>>> (Job-Executor-38:job-45) Complete async job-45, jobStatus: 1,
>>>>>resultCode:
>>>>> 0, result: org.apache.cloudstack.api.response.UserVmResponse@324f6e41
>>>>> 2013-04-07 00:35:51,332 DEBUG [cloud.async.AsyncJobManagerImpl]
>>>>> (Job-Executor-38:job-45) Done executing
>>>>> org.apache.cloudstack.api.command.user.vm.DestroyVMCmd for job-45
>>>>> 2013-04-07 00:35:51,397 DEBUG [cloud.api.ApiServlet]
>>>>> (1109449945@qtp-1008805148-34:null) ===START===  127.0.0.1 -- GET
>>>>>
>>>>>command=listVirtualMachines&id=94ddc16f-04fc-4da1-8326-01d8d5cdeb44&re
>>>>>s
>>>>>p
>>>>>o
>>>>>nse=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316551394
>>>>> 2013-04-07 00:35:51,417 DEBUG [cloud.api.ApiServlet]
>>>>> (1109449945@qtp-1008805148-34:null) ===END===  127.0.0.1 -- GET
>>>>>
>>>>>command=listVirtualMachines&id=94ddc16f-04fc-4da1-8326-01d8d5cdeb44&re
>>>>>s
>>>>>p
>>>>>o
>>>>>nse=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316551394
>>>>> 2013-04-07 00:35:51,425 DEBUG [cloud.api.ApiServlet]
>>>>> (1109449945@qtp-1008805148-34:null) ===START===  127.0.0.1 -- GET
>>>>>
>>>>>command=listOsTypes&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8Go
>>>>>V
>>>>>A
>>>>>%
>>>>>3D&_=1365316551423
>>>>> 2013-04-07 00:35:51,472 INFO  [agent.manager.AgentMonitor]
>>>>> (Thread-11:null) Found the following agents behind on ping: [6, 5]
>>>>> 2013-04-07 00:35:51,473 DEBUG [cloud.host.Status] (Thread-11:null)
>>>>>Ping
>>>>> timeout for host 6, do invstigation
>>>>> 2013-04-07 00:35:51,475 DEBUG [cloud.host.Status] (Thread-11:null)
>>>>>Ping
>>>>> timeout for host 5, do invstigation
>>>>> 2013-04-07 00:35:51,475 INFO  [agent.manager.AgentManagerImpl]
>>>>> (AgentTaskPool-7:null) Investigating why host 6 has disconnected with
>>>>>event
>>>>> PingTimeout
>>>>> 2013-04-07 00:35:51,475 DEBUG [agent.manager.AgentManagerImpl]
>>>>> (AgentTaskPool-7:null) checking if agent (6) is alive
>>>>> 2013-04-07 00:35:51,478 INFO  [agent.manager.AgentManagerImpl]
>>>>> (AgentTaskPool-8:null) Investigating why host 5 has disconnected with
>>>>>event
>>>>> PingTimeout
>>>>> 2013-04-07 00:35:51,478 DEBUG [agent.manager.AgentManagerImpl]
>>>>> (AgentTaskPool-8:null) checking if agent (5) is alive
>>>>> 2013-04-07 00:35:51,480 DEBUG [agent.transport.Request]
>>>>> (AgentTaskPool-7:null) Seq 6-324993313: Sending  { Cmd , MgmtId: 1,
>>>>>via: 6,
>>>>> Ver: v1, Flags: 100011, [{"CheckHealthCommand":{"wait":50}}] }
>>>>> 2013-04-07 00:35:51,481 DEBUG [agent.transport.Request]
>>>>> (AgentTaskPool-7:null) Seq 6-324993313: Executing:  { Cmd , MgmtId:
>>>>>1,
>>>>>via:
>>>>> 6, Ver: v1, Flags: 100011, [{"CheckHealthCommand":{"wait":50}}] }
>>>>> 2013-04-07 00:35:51,481 DEBUG [agent.manager.DirectAgentAttache]
>>>>> (DirectAgent-361:null) Seq 6-324993313: Executing request
>>>>> 2013-04-07 00:35:51,488 DEBUG [agent.transport.Request]
>>>>> (AgentTaskPool-8:null) Seq 5-614334818: Sending  { Cmd , MgmtId: 1,
>>>>>via: 5,
>>>>> Ver: v1, Flags: 100011, [{"CheckHealthCommand":{"wait":50}}] }
>>>>> 2013-04-07 00:35:51,489 DEBUG [agent.transport.Request]
>>>>> (AgentTaskPool-8:null) Seq 5-614334818: Executing:  { Cmd , MgmtId:
>>>>>1,
>>>>>via:
>>>>> 5, Ver: v1, Flags: 100011, [{"CheckHealthCommand":{"wait":50}}] }
>>>>> 2013-04-07 00:35:51,489 DEBUG [agent.manager.DirectAgentAttache]
>>>>> (DirectAgent-290:null) Seq 5-614334818: Executing request
>>>>> 2013-04-07 00:35:51,556 DEBUG [agent.manager.DirectAgentAttache]
>>>>> (DirectAgent-290:null) Seq 5-614334818: Response Received:
>>>>> 2013-04-07 00:35:51,557 DEBUG [agent.transport.Request]
>>>>> (DirectAgent-290:null) Seq 5-614334818: Processing:  { Ans: , MgmtId:
>>>>>1,
>>>>> via: 5, Ver: v1, Flags: 10,
>>>>> [{"CheckHealthAnswer":{"result":true,"details":"resource is
>>>>> alive","wait":0}}] }
>>>>> 2013-04-07 00:35:51,557 DEBUG [agent.transport.Request]
>>>>> (AgentTaskPool-8:null) Seq 5-614334818: Received:  { Ans: , MgmtId:
>>>>>1,
>>>>>via:
>>>>> 5, Ver: v1, Flags: 10, { CheckHealthAnswer } }
>>>>> 2013-04-07 00:35:51,557 DEBUG [agent.manager.AgentManagerImpl]
>>>>> (AgentTaskPool-8:null) Details from executing class
>>>>> com.cloud.agent.api.CheckHealthCommand: resource is alive
>>>>> 2013-04-07 00:35:51,557 DEBUG [agent.manager.AgentManagerImpl]
>>>>> (AgentTaskPool-8:null) agent (5) responded to checkHeathCommand,
>>>>>reporting
>>>>> that agent is Up
>>>>> 2013-04-07 00:35:51,557 INFO  [agent.manager.AgentManagerImpl]
>>>>> (AgentTaskPool-8:null) The state determined is Up
>>>>> 2013-04-07 00:35:51,557 INFO  [agent.manager.AgentManagerImpl]
>>>>> (AgentTaskPool-8:null) Agent is determined to be up and running
>>>>> 2013-04-07 00:35:51,557 DEBUG [cloud.host.Status]
>>>>>(AgentTaskPool-8:null)
>>>>> Transition:[Resource state = Enabled, Agent event = Ping, Host id =
>>>>>5,
>>>>>name
>>>>> = Tut-XenServer2]
>>>>> 2013-04-07 00:35:51,563 DEBUG [cloud.host.Status]
>>>>>(AgentTaskPool-8:null)
>>>>> Agent status update: [id = 5; name = Tut-XenServer2; old status = Up;
>>>>>event
>>>>> = Ping; new status = Up; old update count = 149; new update count =
>>>>>150]
>>>>> 2013-04-07 00:35:51,568 DEBUG [agent.manager.DirectAgentAttache]
>>>>> (DirectAgent-361:null) Seq 6-324993313: Response Received:
>>>>> 2013-04-07 00:35:51,568 DEBUG [agent.transport.Request]
>>>>> (DirectAgent-361:null) Seq 6-324993313: Processing:  { Ans: , MgmtId:
>>>>>1,
>>>>> via: 6, Ver: v1, Flags: 10,
>>>>> [{"CheckHealthAnswer":{"result":true,"details":"resource is
>>>>> alive","wait":0}}] }
>>>>> 2013-04-07 00:35:51,569 DEBUG [agent.transport.Request]
>>>>> (AgentTaskPool-7:null) Seq 6-324993313: Received:  { Ans: , MgmtId:
>>>>>1,
>>>>>via:
>>>>> 6, Ver: v1, Flags: 10, { CheckHealthAnswer } }
>>>>> 2013-04-07 00:35:51,569 DEBUG [agent.manager.AgentManagerImpl]
>>>>> (AgentTaskPool-7:null) Details from executing class
>>>>> com.cloud.agent.api.CheckHealthCommand: resource is alive
>>>>> 2013-04-07 00:35:51,569 DEBUG [agent.manager.AgentManagerImpl]
>>>>> (AgentTaskPool-7:null) agent (6) responded to checkHeathCommand,
>>>>>reporting
>>>>> that agent is Up
>>>>> 2013-04-07 00:35:51,569 INFO  [agent.manager.AgentManagerImpl]
>>>>> (AgentTaskPool-7:null) The state determined is Up
>>>>> 2013-04-07 00:35:51,569 INFO  [agent.manager.AgentManagerImpl]
>>>>> (AgentTaskPool-7:null) Agent is determined to be up and running
>>>>> 2013-04-07 00:35:51,569 DEBUG [cloud.host.Status]
>>>>>(AgentTaskPool-7:null)
>>>>> Transition:[Resource state = Enabled, Agent event = Ping, Host id =
>>>>>6,
>>>>>name
>>>>> = Tut-XenServer]
>>>>> 2013-04-07 00:35:51,574 DEBUG [cloud.host.Status]
>>>>>(AgentTaskPool-7:null)
>>>>> Agent status update: [id = 6; name = Tut-XenServer; old status = Up;
>>>>>event
>>>>> = Ping; new status = Up; old update count = 312; new update count =
>>>>>313]
>>>>> 2013-04-07 00:35:51,668 DEBUG [cloud.api.ApiServlet]
>>>>> (1109449945@qtp-1008805148-34:null) ===END===  127.0.0.1 -- GET
>>>>>
>>>>>command=listOsTypes&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8Go
>>>>>V
>>>>>A
>>>>>%
>>>>>3D&_=1365316551423
>>>>> 2013-04-07 00:35:54,118 DEBUG [cloud.api.ApiServlet]
>>>>> (1109449945@qtp-1008805148-34:null) ===START===  127.0.0.1 -- GET
>>>>>
>>>>>command=queryAsyncJobResult&jobId=1288fa5b-8b5f-4952-b056-b180437edfd5
>>>>>&
>>>>>r
>>>>>e
>>>>>sponse=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316554116
>>>>> 2013-04-07 00:35:54,129 DEBUG [cloud.async.AsyncJobManagerImpl]
>>>>> (1109449945@qtp-1008805148-34:null) Async job-45 completed
>>>>> 2013-04-07 00:35:54,135 DEBUG [cloud.api.ApiServlet]
>>>>> (1109449945@qtp-1008805148-34:null) ===END===  127.0.0.1 -- GET
>>>>>
>>>>>command=queryAsyncJobResult&jobId=1288fa5b-8b5f-4952-b056-b180437edfd5
>>>>>&
>>>>>r
>>>>>e
>>>>>sponse=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316554116
>>>>> 2013-04-07 00:35:55,077 DEBUG [cloud.api.ApiServlet]
>>>>> (1109449945@qtp-1008805148-34:null) ===START===  127.0.0.1 -- GET
>>>>>
>>>>>command=destroyVirtualMachine&id=94ddc16f-04fc-4da1-8326-01d8d5cdeb44&
>>>>>r
>>>>>e
>>>>>s
>>>>>ponse=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316555075
>>>>> 2013-04-07 00:35:55,098 DEBUG [cloud.async.AsyncJobManagerImpl]
>>>>> (1109449945@qtp-1008805148-34:null) submit async job-46, details:
>>>>> AsyncJobVO {id:46, userId: 2, accountId: 2, sessionKey: null,
>>>>>instanceType:
>>>>> null, instanceId: 13, cmd:
>>>>> org.apache.cloudstack.api.command.user.vm.DestroyVMCmd,
>>>>>cmdOriginator:
>>>>> null, cmdInfo:
>>>>>
>>>>>{"id":"94ddc16f-04fc-4da1-8326-01d8d5cdeb44","response":"json","sessio
>>>>>n
>>>>>k
>>>>>e
>>>>>y":"Z6QqzU0Fq1iT13bMgnRRfl8GoVA\u003d","ctxUserId":"2","_":"1365316555
>>>>>0
>>>>>7
>>>>>5
>>>>>","ctxAccountId":"2","ctxStartEventId":"51"},
>>>>> cmdVersion: 0, callbackType: 0, callbackAddress: null, status: 0,
>>>>> processStatus: 0, resultCode: 0, result: null, initMsid: 1,
>>>>>completeMsid:
>>>>> null, lastUpdated: null, lastPolled: null, created: null}
>>>>> 2013-04-07 00:35:55,098 DEBUG [cloud.async.AsyncJobManagerImpl]
>>>>> (Job-Executor-39:job-46) Executing
>>>>> org.apache.cloudstack.api.command.user.vm.DestroyVMCmd for job-46
>>>>> 2013-04-07 00:35:55,100 DEBUG [cloud.api.ApiServlet]
>>>>> (1109449945@qtp-1008805148-34:null) ===END===  127.0.0.1 -- GET
>>>>>
>>>>>command=destroyVirtualMachine&id=94ddc16f-04fc-4da1-8326-01d8d5cdeb44&
>>>>>r
>>>>>e
>>>>>s
>>>>>ponse=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316555075
>>>>> 2013-04-07 00:35:55,113 DEBUG [cloud.vm.VirtualMachineManagerImpl]
>>>>> (Job-Executor-39:job-46) Destroying vm
>>>>> VM[User|94ddc16f-04fc-4da1-8326-01d8d5cdeb44]
>>>>> 2013-04-07 00:35:55,116 DEBUG [cloud.capacity.CapacityManagerImpl]
>>>>> (Job-Executor-39:job-46) VM state transitted from :Running to
>>>>>Stopping
>>>>>with
>>>>> event: StopRequestedvm's original host id: 6 new host id: 6 host id
>>>>>before
>>>>> state transition: 6
>>>>> 2013-04-07 00:35:55,118 DEBUG [agent.transport.Request]
>>>>> (Job-Executor-39:job-46) Seq 6-324993314: Sending  { Cmd , MgmtId: 1,
>>>>>via:
>>>>> 6, Ver: v1, Flags: 100111,
>>>>> [{"StopCommand":{"isProxy":false,"vmName":"i-2-13-VM","wait":0}}] }
>>>>> 2013-04-07 00:35:55,118 DEBUG [agent.transport.Request]
>>>>> (Job-Executor-39:job-46) Seq 6-324993314: Executing:  { Cmd , MgmtId:
>>>>>1,
>>>>> via: 6, Ver: v1, Flags: 100111,
>>>>> [{"StopCommand":{"isProxy":false,"vmName":"i-2-13-VM","wait":0}}] }
>>>>> 2013-04-07 00:35:55,118 DEBUG [agent.manager.DirectAgentAttache]
>>>>> (DirectAgent-7:null) Seq 6-324993314: Executing request
>>>>> 2013-04-07 00:35:55,216 DEBUG [xen.resource.CitrixResourceBase]
>>>>> (DirectAgent-7:null) 9. The VM i-2-13-VM is in Stopping state
>>>>> 2013-04-07 00:35:55,532 INFO  [xen.resource.CitrixResourceBase]
>>>>> (DirectAgent-7:null) Removed  network rules for vm i-2-13-VM
>>>>> 2013-04-07 00:35:58,107 DEBUG [cloud.api.ApiServlet]
>>>>> (1109449945@qtp-1008805148-34:null) ===START===  127.0.0.1 -- GET
>>>>>
>>>>>command=queryAsyncJobResult&jobId=042967f3-4fd4-4bcf-a646-999eeca87235
>>>>>&
>>>>>r
>>>>>e
>>>>>sponse=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316558105
>>>>> 2013-04-07 00:35:58,121 DEBUG [cloud.api.ApiServlet]
>>>>> (1109449945@qtp-1008805148-34:null) ===END===  127.0.0.1 -- GET
>>>>>
>>>>>command=queryAsyncJobResult&jobId=042967f3-4fd4-4bcf-a646-999eeca87235
>>>>>&
>>>>>r
>>>>>e
>>>>>sponse=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316558105
>>>>> 2013-04-07 00:36:01,107 DEBUG [cloud.api.ApiServlet]
>>>>> (1109449945@qtp-1008805148-34:null) ===START===  127.0.0.1 -- GET
>>>>>
>>>>>command=queryAsyncJobResult&jobId=042967f3-4fd4-4bcf-a646-999eeca87235
>>>>>&
>>>>>r
>>>>>e
>>>>>sponse=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316561105
>>>>> 2013-04-07 00:36:01,121 DEBUG [cloud.api.ApiServlet]
>>>>> (1109449945@qtp-1008805148-34:null) ===END===  127.0.0.1 -- GET
>>>>>
>>>>>command=queryAsyncJobResult&jobId=042967f3-4fd4-4bcf-a646-999eeca87235
>>>>>&
>>>>>r
>>>>>e
>>>>>sponse=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316561105
>>>>> 2013-04-07 00:36:04,108 DEBUG [cloud.api.ApiServlet]
>>>>> (1109449945@qtp-1008805148-34:null) ===START===  127.0.0.1 -- GET
>>>>>
>>>>>command=queryAsyncJobResult&jobId=042967f3-4fd4-4bcf-a646-999eeca87235
>>>>>&
>>>>>r
>>>>>e
>>>>>sponse=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316564106
>>>>> 2013-04-07 00:36:04,128 DEBUG [cloud.api.ApiServlet]
>>>>> (1109449945@qtp-1008805148-34:null) ===END===  127.0.0.1 -- GET
>>>>>
>>>>>command=queryAsyncJobResult&jobId=042967f3-4fd4-4bcf-a646-999eeca87235
>>>>>&
>>>>>r
>>>>>e
>>>>>sponse=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316564106
>>>>> 2013-04-07 00:36:04,783 DEBUG [xen.resource.CitrixResourceBase]
>>>>> (DirectAgent-7:null) 10. The VM i-2-13-VM is in Stopped state
>>>>> 2013-04-07 00:36:04,783 DEBUG [agent.manager.DirectAgentAttache]
>>>>> (DirectAgent-7:null) Seq 6-324993314: Response Received:
>>>>> 2013-04-07 00:36:04,783 DEBUG [agent.transport.Request]
>>>>> (DirectAgent-7:null) Seq 6-324993314: Processing:  { Ans: , MgmtId:
>>>>>1,
>>>>>via:
>>>>> 6, Ver: v1, Flags: 110,
>>>>> [{"StopAnswer":{"vncPort":0,"result":true,"details":"Stop VM
>>>>>i-2-13-VM
>>>>> Succeed","wait":0}}] }
>>>>> 2013-04-07 00:36:04,783 DEBUG [agent.transport.Request]
>>>>> (Job-Executor-39:job-46) Seq 6-324993314: Received:  { Ans: , MgmtId:
>>>>>1,
>>>>> via: 6, Ver: v1, Flags: 110, { StopAnswer } }
>>>>> 2013-04-07 00:36:04,783 DEBUG [agent.manager.AgentAttache]
>>>>> (DirectAgent-7:null) Seq 6-324993314: No more commands found
>>>>> 2013-04-07 00:36:04,784 DEBUG [cloud.vm.VirtualMachineManagerImpl]
>>>>> (Job-Executor-39:job-46)
>>>>>VM[User|94ddc16f-04fc-4da1-8326-01d8d5cdeb44]
>>>>>is
>>>>> stopped on the host.  Proceeding to release resource held.
>>>>> 2013-04-07 00:36:04,793 DEBUG [cloud.network.NetworkManagerImpl]
>>>>> (Job-Executor-39:job-46) Changing active number of nics for network
>>>>>id=204
>>>>> on -1
>>>>> 2013-04-07 00:36:04,794 DEBUG [cloud.network.NetworkManagerImpl]
>>>>> (Job-Executor-39:job-46) Asking ElasticLoadBalancerElement to release
>>>>> Nic[19-13-a8349669-6ff2-443f-88d3-c5d69100df3a-192.168.56.146]
>>>>> 2013-04-07 00:36:04,794 DEBUG [cloud.network.NetworkManagerImpl]
>>>>> (Job-Executor-39:job-46) Asking NiciraNvpElement to release
>>>>> Nic[19-13-a8349669-6ff2-443f-88d3-c5d69100df3a-192.168.56.146]
>>>>> 2013-04-07 00:36:04,795 DEBUG [network.element.NiciraNvpElement]
>>>>> (Job-Executor-39:job-46) Checking if NiciraNvpElement can handle
>>>>>service
>>>>> Connectivity on network guestNetworkForBasicZone
>>>>> 2013-04-07 00:36:04,795 DEBUG [cloud.network.NetworkManagerImpl]
>>>>> (Job-Executor-39:job-46) Asking BigSwitchVnsElement to release
>>>>> Nic[19-13-a8349669-6ff2-443f-88d3-c5d69100df3a-192.168.56.146]
>>>>> 2013-04-07 00:36:04,795 DEBUG [network.element.BigSwitchVnsElement]
>>>>> (Job-Executor-39:job-46) Checking if BigSwitchVnsElement can handle
>>>>>service
>>>>> Connectivity on network guestNetworkForBasicZone
>>>>> 2013-04-07 00:36:04,795 DEBUG [cloud.network.NetworkManagerImpl]
>>>>> (Job-Executor-39:job-46) Asking Ovs to release
>>>>> Nic[19-13-a8349669-6ff2-443f-88d3-c5d69100df3a-192.168.56.146]
>>>>> 2013-04-07 00:36:04,795 DEBUG [cloud.network.NetworkManagerImpl]
>>>>> (Job-Executor-39:job-46) Asking BareMetalDhcp to release
>>>>> Nic[19-13-a8349669-6ff2-443f-88d3-c5d69100df3a-192.168.56.146]
>>>>> 2013-04-07 00:36:04,795 DEBUG [cloud.network.NetworkManagerImpl]
>>>>> (Job-Executor-39:job-46) Asking BareMetalPxe to release
>>>>> Nic[19-13-a8349669-6ff2-443f-88d3-c5d69100df3a-192.168.56.146]
>>>>> 2013-04-07 00:36:04,795 DEBUG [cloud.network.NetworkManagerImpl]
>>>>> (Job-Executor-39:job-46) Asking BareMetalUserdata to release
>>>>> Nic[19-13-a8349669-6ff2-443f-88d3-c5d69100df3a-192.168.56.146]
>>>>> 2013-04-07 00:36:04,795 DEBUG [cloud.network.NetworkManagerImpl]
>>>>> (Job-Executor-39:job-46) Asking SecurityGroupProvider to release
>>>>> Nic[19-13-a8349669-6ff2-443f-88d3-c5d69100df3a-192.168.56.146]
>>>>> 2013-04-07 00:36:04,795 DEBUG [cloud.network.NetworkManagerImpl]
>>>>> (Job-Executor-39:job-46) Asking VirtualRouter to release
>>>>> Nic[19-13-a8349669-6ff2-443f-88d3-c5d69100df3a-192.168.56.146]
>>>>> 2013-04-07 00:36:04,795 DEBUG [cloud.network.NetworkManagerImpl]
>>>>> (Job-Executor-39:job-46) Asking VpcVirtualRouter to release
>>>>> Nic[19-13-a8349669-6ff2-443f-88d3-c5d69100df3a-192.168.56.146]
>>>>> 2013-04-07 00:36:04,795 DEBUG [cloud.network.NetworkManagerImpl]
>>>>> (Job-Executor-39:job-46) Asking NiciraNvp to release
>>>>> Nic[19-13-a8349669-6ff2-443f-88d3-c5d69100df3a-192.168.56.146]
>>>>> 2013-04-07 00:36:04,795 DEBUG [network.element.NiciraNvpElement]
>>>>> (Job-Executor-39:job-46) Checking if NiciraNvpElement can handle
>>>>>service
>>>>> Connectivity on network guestNetworkForBasicZone
>>>>> 2013-04-07 00:36:04,795 DEBUG [cloud.network.NetworkManagerImpl]
>>>>> (Job-Executor-39:job-46) Asking JuniperSRX to release
>>>>> Nic[19-13-a8349669-6ff2-443f-88d3-c5d69100df3a-192.168.56.146]
>>>>> 2013-04-07 00:36:04,795 DEBUG [cloud.network.NetworkManagerImpl]
>>>>> (Job-Executor-39:job-46) Asking Netscaler to release
>>>>> Nic[19-13-a8349669-6ff2-443f-88d3-c5d69100df3a-192.168.56.146]
>>>>> 2013-04-07 00:36:04,795 DEBUG [cloud.network.NetworkManagerImpl]
>>>>> (Job-Executor-39:job-46) Asking F5BigIP to release
>>>>> Nic[19-13-a8349669-6ff2-443f-88d3-c5d69100df3a-192.168.56.146]
>>>>> 2013-04-07 00:36:04,795 DEBUG [cloud.network.NetworkManagerImpl]
>>>>> (Job-Executor-39:job-46) Asking CiscoNexus1000vVSM to release
>>>>> Nic[19-13-a8349669-6ff2-443f-88d3-c5d69100df3a-192.168.56.146]
>>>>> 2013-04-07 00:36:04,795 DEBUG [cloud.vm.VirtualMachineManagerImpl]
>>>>> (Job-Executor-39:job-46) Successfully released network resources for
>>>>>the vm
>>>>> VM[User|94ddc16f-04fc-4da1-8326-01d8d5cdeb44]
>>>>> 2013-04-07 00:36:04,795 DEBUG [cloud.vm.VirtualMachineManagerImpl]
>>>>> (Job-Executor-39:job-46) Successfully released storage resources for
>>>>>the vm
>>>>> VM[User|94ddc16f-04fc-4da1-8326-01d8d5cdeb44]
>>>>> 2013-04-07 00:36:04,836 DEBUG [cloud.capacity.CapacityManagerImpl]
>>>>> (Job-Executor-39:job-46) VM state transitted from :Stopping to
>>>>>Stopped
>>>>>with
>>>>> event: OperationSucceededvm's original host id: 6 new host id: null
>>>>>host id
>>>>> before state transition: 6
>>>>> 2013-04-07 00:36:04,843 DEBUG [cloud.capacity.CapacityManagerImpl]
>>>>> (Job-Executor-39:job-46) Hosts's actual total CPU: 2382 and CPU after
>>>>> applying overprovisioning: 2382
>>>>> 2013-04-07 00:36:04,844 DEBUG [cloud.capacity.CapacityManagerImpl]
>>>>> (Job-Executor-39:job-46) release cpu from host: 6, old used:
>>>>>200,reserved:
>>>>> 0, actual total: 2382, total with overprovisioning: 2382; new used:
>>>>> 100,reserved:100; movedfromreserved: false,moveToReserveredtrue
>>>>> 2013-04-07 00:36:04,844 DEBUG [cloud.capacity.CapacityManagerImpl]
>>>>> (Job-Executor-39:job-46) release mem from host: 6, old used:
>>>>> 1178599424,reserved: 0, total: 1671695424; new used:
>>>>> 104857600,reserved:1073741824; movedfromreserved:
>>>>>false,moveToReserveredtrue
>>>>> 2013-04-07 00:36:04,854 DEBUG [cloud.capacity.CapacityManagerImpl]
>>>>> (Job-Executor-39:job-46) VM state transitted from :Stopped to
>>>>>Destroyed
>>>>> with event: DestroyRequestedvm's original host id: 6 new host id:
>>>>>null
>>>>>host
>>>>> id before state transition: null
>>>>> 2013-04-07 00:36:04,863 DEBUG [cloud.capacity.CapacityManagerImpl]
>>>>> (Job-Executor-39:job-46) Hosts's actual total CPU: 2382 and CPU after
>>>>> applying overprovisioning: 2382
>>>>> 2013-04-07 00:36:04,863 DEBUG [cloud.capacity.CapacityManagerImpl]
>>>>> (Job-Executor-39:job-46) release cpu from host: 6, old used:
>>>>>100,reserved:
>>>>> 100, actual total: 2382, total with overprovisioning: 2382; new used:
>>>>> 100,reserved:0; movedfromreserved: true,moveToReserveredfalse
>>>>> 2013-04-07 00:36:04,863 DEBUG [cloud.capacity.CapacityManagerImpl]
>>>>> (Job-Executor-39:job-46) release mem from host: 6, old used:
>>>>> 104857600,reserved: 1073741824, total: 1671695424; new used:
>>>>> 104857600,reserved:0; movedfromreserved: true,moveToReserveredfalse
>>>>> 2013-04-07 00:36:04,892 DEBUG [cloud.async.AsyncJobManagerImpl]
>>>>> (Job-Executor-39:job-46) Complete async job-46, jobStatus: 1,
>>>>>resultCode:
>>>>> 0, result: org.apache.cloudstack.api.response.UserVmResponse@519ba6bb
>>>>> 2013-04-07 00:36:04,897 DEBUG [cloud.async.AsyncJobManagerImpl]
>>>>> (Job-Executor-39:job-46) Done executing
>>>>> org.apache.cloudstack.api.command.user.vm.DestroyVMCmd for job-46
>>>>> 2013-04-07 00:36:04,949 DEBUG [agent.manager.DirectAgentAttache]
>>>>> (DirectAgent-410:null) Ping from 6
>>>>> 2013-04-07 00:36:06,058 DEBUG [agent.manager.DirectAgentAttache]
>>>>> (DirectAgent-234:null) Ping from 5
>>>>> 2013-04-07 00:36:06,909 DEBUG [agent.manager.DirectAgentAttache]
>>>>> (DirectAgent-407:null) Seq 6-324993028: Executing request
>>>>> 2013-04-07 00:36:07,097 DEBUG [xen.resource.CitrixResourceBase]
>>>>> (DirectAgent-407:null) VM missing i-2-13-VM old state stopped so
>>>>>removing.
>>>>> 2013-04-07 00:36:07,098 DEBUG [xen.resource.CitrixResourceBase]
>>>>> (DirectAgent-407:null) VM missing i-2-12-VM old state stopped so
>>>>>removing.
>>>>> 2013-04-07 00:36:07,098 DEBUG [agent.manager.DirectAgentAttache]
>>>>> (DirectAgent-407:null) Seq 6-324993028: Response Received:
>>>>> 2013-04-07 00:36:07,098 DEBUG [agent.transport.Request]
>>>>> (DirectAgent-407:null) Seq 6-324993028: Processing:  { Ans: , MgmtId:
>>>>>1,
>>>>> via: 6, Ver: v1, Flags: 10,
>>>>>
>>>>>[{"ClusterSyncAnswer":{"_clusterId":2,"_newStates":{},"_isExecuted":fa
>>>>>l
>>>>>s
>>>>>e
>>>>>,"result":true,"wait":0}}]
>>>>> }
>>>>> 2013-04-07 00:36:07,109 DEBUG [cloud.api.ApiServlet]
>>>>> (1109449945@qtp-1008805148-34:null) ===START===  127.0.0.1 -- GET
>>>>>
>>>>>command=queryAsyncJobResult&jobId=042967f3-4fd4-4bcf-a646-999eeca87235
>>>>>&
>>>>>r
>>>>>e
>>>>>sponse=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316567107
>>>>> 2013-04-07 00:36:07,119 DEBUG [cloud.async.AsyncJobManagerImpl]
>>>>> (1109449945@qtp-1008805148-34:null) Async job-46 completed
>>>>> 2013-04-07 00:36:07,125 DEBUG [cloud.api.ApiServlet]
>>>>> (1109449945@qtp-1008805148-34:null) ===END===  127.0.0.1 -- GET
>>>>>
>>>>>command=queryAsyncJobResult&jobId=042967f3-4fd4-4bcf-a646-999eeca87235
>>>>>&
>>>>>r
>>>>>e
>>>>>sponse=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316567107
>>>>> 2013-04-07 00:36:11,022 DEBUG [agent.manager.DirectAgentAttache]
>>>>> (DirectAgent-110:null) Seq 5-614334468: Executing request
>>>>> 2013-04-07 00:36:11,171 DEBUG [agent.manager.DirectAgentAttache]
>>>>> (DirectAgent-110:null) Seq 5-614334468: Response Received:
>>>>> 2013-04-07 00:36:11,171 DEBUG [agent.transport.Request]
>>>>> (DirectAgent-110:null) Seq 5-614334468: Processing:  { Ans: , MgmtId:
>>>>>1,
>>>>> via: 5, Ver: v1, Flags: 10, [{"Answer":{"result":true,"wait":0}}] }
>>>>> 2013-04-07 00:36:12,411 DEBUG [cloud.api.ApiServlet]
>>>>> (1109449945@qtp-1008805148-34:null) ===START===  127.0.0.1 -- GET
>>>>>
>>>>>command=listVolumes&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8Go
>>>>>V
>>>>>A
>>>>>%
>>>>>3D&listAll=true&page=1&pagesize=20&_=1365316572408
>>>>> 2013-04-07 00:36:12,426 DEBUG [cloud.api.ApiServlet]
>>>>> (1109449945@qtp-1008805148-34:null) ===END===  127.0.0.1 -- GET
>>>>>
>>>>>command=listVolumes&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8Go
>>>>>V
>>>>>A
>>>>>%
>>>>>3D&listAll=true&page=1&pagesize=20&_=1365316572408
>>>>> 2013-04-07 00:36:13,241 DEBUG [cloud.api.ApiServlet]
>>>>> (1109449945@qtp-1008805148-34:null) ===START===  127.0.0.1 -- GET
>>>>>
>>>>>command=listVirtualMachines&response=json&sessionkey=Z6QqzU0Fq1iT13bMg
>>>>>n
>>>>>R
>>>>>R
>>>>>fl8GoVA%3D&listAll=true&page=1&pagesize=20&_=1365316573239
>>>>> 2013-04-07 00:36:13,259 DEBUG [cloud.api.ApiServlet]
>>>>> (1109449945@qtp-1008805148-34:null) ===END===  127.0.0.1 -- GET
>>>>>
>>>>>command=listVirtualMachines&response=json&sessionkey=Z6QqzU0Fq1iT13bMg
>>>>>n
>>>>>R
>>>>>R
>>>>>fl8GoVA%3D&listAll=true&page=1&pagesize=20&_=1365316573239
>>>>> 2013-04-07 00:36:19,140 DEBUG [cloud.api.ApiServlet]
>>>>> (1109449945@qtp-1008805148-34:null) ===START===  127.0.0.1 -- GET
>>>>>
>>>>>command=listVolumes&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8Go
>>>>>V
>>>>>A
>>>>>%
>>>>>3D&listAll=true&page=1&pagesize=20&_=1365316579137
>>>>> 2013-04-07 00:36:19,155 DEBUG [cloud.api.ApiServlet]
>>>>> (1109449945@qtp-1008805148-34:null) ===END===  127.0.0.1 -- GET
>>>>>
>>>>>command=listVolumes&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8Go
>>>>>V
>>>>>A
>>>>>%
>>>>>3D&listAll=true&page=1&pagesize=20&_=1365316579137
>>>>> 2013-04-07 00:36:20,452 DEBUG
>>>>> [storage.secondary.SecondaryStorageManagerImpl] (secstorage-1:null)
>>>>>Zone 1
>>>>> is ready to launch secondary storage VM
>>>>> 2013-04-07 00:36:20,498 DEBUG [cloud.api.ApiServlet]
>>>>> (1109449945@qtp-1008805148-34:null) ===START===  127.0.0.1 -- GET
>>>>>
>>>>>command=listVirtualMachines&response=json&sessionkey=Z6QqzU0Fq1iT13bMg
>>>>>n
>>>>>R
>>>>>R
>>>>>fl8GoVA%3D&listAll=true&page=1&pagesize=20&_=1365316580496
>>>>> 2013-04-07 00:36:20,519 DEBUG [cloud.api.ApiServlet]
>>>>> (1109449945@qtp-1008805148-34:null) ===END===  127.0.0.1 -- GET
>>>>>
>>>>>command=listVirtualMachines&response=json&sessionkey=Z6QqzU0Fq1iT13bMg
>>>>>n
>>>>>R
>>>>>R
>>>>>fl8GoVA%3D&listAll=true&page=1&pagesize=20&_=1365316580496
>>>>> 2013-04-07 00:36:20,554 DEBUG
>>>>>[cloud.consoleproxy.ConsoleProxyManagerImpl]
>>>>> (consoleproxy-1:null) Zone 1 is ready to launch console proxy
>>>>> 2013-04-07 00:36:20,820 DEBUG
>>>>> [network.router.VirtualNetworkApplianceManagerImpl]
>>>>> (RouterStatusMonitor-1:null) Found 0 routers to update status.
>>>>> 2013-04-07 00:36:20,821 DEBUG
>>>>> [network.router.VirtualNetworkApplianceManagerImpl]
>>>>> (RouterStatusMonitor-1:null) Found 0 networks to update RvR status.
>>>>> 2013-04-07 00:36:20,850 DEBUG
>>>>> [network.router.VirtualNetworkApplianceManagerImpl]
>>>>> (RouterStatusMonitor-1:null) Found 0 routers to update status.
>>>>> 2013-04-07 00:36:20,852 DEBUG
>>>>> [network.router.VirtualNetworkApplianceManagerImpl]
>>>>> (RouterStatusMonitor-1:null) Found 0 networks to update RvR status.
>>>>> 2013-04-07 00:36:21,588 DEBUG [cloud.api.ApiServlet]
>>>>> (1109449945@qtp-1008805148-34:null) ===START===  127.0.0.1 -- GET
>>>>>
>>>>>command=listVolumes&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8Go
>>>>>V
>>>>>A
>>>>>%
>>>>>3D&listAll=true&page=1&pagesize=20&_=1365316581586
>>>>> 2013-04-07 00:36:21,602 DEBUG [cloud.api.ApiServlet]
>>>>> (1109449945@qtp-1008805148-34:null) ===END===  127.0.0.1 -- GET
>>>>>
>>>>>command=listVolumes&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8Go
>>>>>V
>>>>>A
>>>>>%
>>>>>3D&listAll=true&page=1&pagesize=20&_=1365316581586
>>>>> 2013-04-07 00:36:22,324 DEBUG [cloud.api.ApiServlet]
>>>>> (1109449945@qtp-1008805148-34:null) ===START===  127.0.0.1 -- GET
>>>>>
>>>>>command=listVirtualMachines&response=json&sessionkey=Z6QqzU0Fq1iT13bMg
>>>>>n
>>>>>R
>>>>>R
>>>>>fl8GoVA%3D&listAll=true&page=1&pagesize=20&_=1365316582321
>>>>> 2013-04-07 00:36:22,348 DEBUG [cloud.api.ApiServlet]
>>>>> (1109449945@qtp-1008805148-34:null) ===END===  127.0.0.1 -- GET
>>>>>
>>>>>command=listVirtualMachines&response=json&sessionkey=Z6QqzU0Fq1iT13bMg
>>>>>n
>>>>>R
>>>>>R
>>>>>fl8GoVA%3D&listAll=true&page=1&pagesize=20&_=1365316582321
>>>>> 2013-04-07 00:36:24,891 DEBUG [agent.manager.AgentManagerImpl]
>>>>> (AgentManager-Handler-4:null) Ping from 4
>>>>> 2013-04-07 00:36:27,193 DEBUG [agent.manager.DirectAgentAttache]
>>>>> (DirectAgent-204:null) Ping from 1
>>>>> 2013-04-07 00:36:29,095 DEBUG [agent.manager.DirectAgentAttache]
>>>>> (DirectAgent-277:null) Seq 1-90046472: Executing request
>>>>> 2013-04-07 00:36:29,354 DEBUG [agent.manager.DirectAgentAttache]
>>>>> (DirectAgent-277:null) Seq 1-90046472: Response Received:
>>>>> 2013-04-07 00:36:29,355 DEBUG [agent.transport.Request]
>>>>> (DirectAgent-277:null) Seq 1-90046472: Processing:  { Ans: , MgmtId:
>>>>>1,
>>>>> via: 1, Ver: v1, Flags: 10,
>>>>>
>>>>>[{"ClusterSyncAnswer":{"_clusterId":1,"_newStates":{},"_isExecuted":fa
>>>>>l
>>>>>s
>>>>>e
>>>>>,"result":true,"wait":0}}]
>>>>> }
>>>>> 2013-04-07 00:36:47,680 DEBUG [agent.manager.AgentManagerImpl]
>>>>> (AgentManager-Handler-5:null) Ping from 3
>>>>> 2013-04-07 00:36:50,451 DEBUG
>>>>> [storage.secondary.SecondaryStorageManagerImpl] (secstorage-1:null)
>>>>>Zone 1
>>>>> is ready to launch secondary storage VM
>>>>> 2013-04-07 00:36:50,554 DEBUG
>>>>>[cloud.consoleproxy.ConsoleProxyManagerImpl]
>>>>> (consoleproxy-1:null) Zone 1 is ready to launch console proxy
>>>>> 2013-04-07 00:36:50,820 DEBUG
>>>>> [network.router.VirtualNetworkApplianceManagerImpl]
>>>>> (RouterStatusMonitor-1:null) Found 0 routers to update status.
>>>>> 2013-04-07 00:36:50,821 DEBUG
>>>>> [network.router.VirtualNetworkApplianceManagerImpl]
>>>>> (RouterStatusMonitor-1:null) Found 0 networks to update RvR status.
>>>>> 2013-04-07 00:36:50,851 DEBUG
>>>>> [network.router.VirtualNetworkApplianceManagerImpl]
>>>>> (RouterStatusMonitor-1:null) Found 0 routers to update status.
>>>>> 2013-04-07 00:36:50,852 DEBUG
>>>>> [network.router.VirtualNetworkApplianceManagerImpl]
>>>>> (RouterStatusMonitor-1:null) Found 0 networks to update RvR status.
>>>>> 2013-04-07 00:36:51,476 INFO  [agent.manager.AgentMonitor]
>>>>> (Thread-11:null) Found the following agents behind on ping: [6, 5]
>>>>> 2013-04-07 00:36:51,477 DEBUG [cloud.host.Status] (Thread-11:null)
>>>>>Ping
>>>>> timeout for host 6, do invstigation
>>>>> 2013-04-07 00:36:51,479 DEBUG [cloud.host.Status] (Thread-11:null)
>>>>>Ping
>>>>> timeout for host 5, do invstigation
>>>>> 2013-04-07 00:36:51,479 INFO  [agent.manager.AgentManagerImpl]
>>>>> (AgentTaskPool-9:null) Investigating why host 6 has disconnected with
>>>>>event
>>>>> PingTimeout
>>>>> 2013-04-07 00:36:51,479 DEBUG [agent.manager.AgentManagerImpl]
>>>>> (AgentTaskPool-9:null) checking if agent (6) is alive
>>>>> 2013-04-07 00:36:51,482 INFO  [agent.manager.AgentManagerImpl]
>>>>> (AgentTaskPool-12:null) Investigating why host 5 has disconnected
>>>>>with
>>>>> event PingTimeout
>>>>> 2013-04-07 00:36:51,482 DEBUG [agent.manager.AgentManagerImpl]
>>>>> (AgentTaskPool-12:null) checking if agent (5) is alive
>>>>> 2013-04-07 00:36:51,483 DEBUG [agent.transport.Request]
>>>>> (AgentTaskPool-9:null) Seq 6-324993315: Sending  { Cmd , MgmtId: 1,
>>>>>via: 6,
>>>>> Ver: v1, Flags: 100011, [{"CheckHealthCommand":{"wait":50}}] }
>>>>> 2013-04-07 00:36:51,484 DEBUG [agent.transport.Request]
>>>>> (AgentTaskPool-9:null) Seq 6-324993315: Executing:  { Cmd , MgmtId:
>>>>>1,
>>>>>via:
>>>>> 6, Ver: v1, Flags: 100011, [{"CheckHealthCommand":{"wait":50}}] }
>>>>> 2013-04-07 00:36:51,484 DEBUG [agent.manager.DirectAgentAttache]
>>>>> (DirectAgent-169:null) Seq 6-324993315: Executing request
>>>>> 2013-04-07 00:36:51,485 DEBUG [agent.transport.Request]
>>>>> (AgentTaskPool-12:null) Seq 5-614334819: Sending  { Cmd , MgmtId: 1,
>>>>>via:
>>>>> 5, Ver: v1, Flags: 100011, [{"CheckHealthCommand":{"wait":50}}] }
>>>>> 2013-04-07 00:36:51,485 DEBUG [agent.transport.Request]
>>>>> (AgentTaskPool-12:null) Seq 5-614334819: Executing:  { Cmd , MgmtId:
>>>>>1,
>>>>> via: 5, Ver: v1, Flags: 100011, [{"CheckHealthCommand":{"wait":50}}]
>>>>>}
>>>>> 2013-04-07 00:36:51,485 DEBUG [agent.manager.DirectAgentAttache]
>>>>> (DirectAgent-498:null) Seq 5-614334819: Executing request
>>>>> 2013-04-07 00:36:51,542 DEBUG [agent.manager.DirectAgentAttache]
>>>>> (DirectAgent-169:null) Seq 6-324993315: Response Received:
>>>>> 2013-04-07 00:36:51,542 DEBUG [agent.transport.Request]
>>>>> (DirectAgent-169:null) Seq 6-324993315: Processing:  { Ans: , MgmtId:
>>>>>1,
>>>>> via: 6, Ver: v1, Flags: 10,
>>>>> [{"CheckHealthAnswer":{"result":true,"details":"resource is
>>>>> alive","wait":0}}] }
>>>>> 2013-04-07 00:36:51,542 DEBUG [agent.transport.Request]
>>>>> (AgentTaskPool-9:null) Seq 6-324993315: Received:  { Ans: , MgmtId:
>>>>>1,
>>>>>via:
>>>>> 6, Ver: v1, Flags: 10, { CheckHealthAnswer } }
>>>>> 2013-04-07 00:36:51,542 DEBUG [agent.manager.AgentManagerImpl]
>>>>> (AgentTaskPool-9:null) Details from executing class
>>>>> com.cloud.agent.api.CheckHealthCommand: resource is alive
>>>>> 2013-04-07 00:36:51,542 DEBUG [agent.manager.AgentManagerImpl]
>>>>> (AgentTaskPool-9:null) agent (6) responded to checkHeathCommand,
>>>>>reporting
>>>>> that agent is Up
>>>>> 2013-04-07 00:36:51,542 INFO  [agent.manager.AgentManagerImpl]
>>>>> (AgentTaskPool-9:null) The state determined is Up
>>>>> 2013-04-07 00:36:51,542 INFO  [agent.manager.AgentManagerImpl]
>>>>> (AgentTaskPool-9:null) Agent is determined to be up and running
>>>>> 2013-04-07 00:36:51,542 DEBUG [cloud.host.Status]
>>>>>(AgentTaskPool-9:null)
>>>>> Transition:[Resource state = Enabled, Agent event = Ping, Host id =
>>>>>6,
>>>>>name
>>>>> = Tut-XenServer]
>>>>> 2013-04-07 00:36:51,546 DEBUG [cloud.host.Status]
>>>>>(AgentTaskPool-9:null)
>>>>> Agent status update: [id = 6; name = Tut-XenServer; old status = Up;
>>>>>event
>>>>> = Ping; new status = Up; old update count = 313; new update count =
>>>>>314]
>>>>> 2013-04-07 00:36:51,549 DEBUG [agent.manager.DirectAgentAttache]
>>>>> (DirectAgent-498:null) Seq 5-614334819: Response Received:
>>>>> 2013-04-07 00:36:51,549 DEBUG [agent.transport.Request]
>>>>> (DirectAgent-498:null) Seq 5-614334819: Processing:  { Ans: , MgmtId:
>>>>>1,
>>>>> via: 5, Ver: v1, Flags: 10,
>>>>> [{"CheckHealthAnswer":{"result":true,"details":"resource is
>>>>> alive","wait":0}}] }
>>>>> 2013-04-07 00:36:51,549 DEBUG [agent.transport.Request]
>>>>> (AgentTaskPool-12:null) Seq 5-614334819: Received:  { Ans: , MgmtId:
>>>>>1,
>>>>> via: 5, Ver: v1, Flags: 10, { CheckHealthAnswer } }
>>>>> 2013-04-07 00:36:51,549 DEBUG [agent.manager.AgentManagerImpl]
>>>>> (AgentTaskPool-12:null) Details from executing class
>>>>> com.cloud.agent.api.CheckHealthCommand: resource is alive
>>>>> 2013-04-07 00:36:51,549 DEBUG [agent.manager.AgentManagerImpl]
>>>>> (AgentTaskPool-12:null) agent (5) responded to checkHeathCommand,
>>>>>reporting
>>>>> that agent is Up
>>>>> 2013-04-07 00:36:51,549 INFO  [agent.manager.AgentManagerImpl]
>>>>> (AgentTaskPool-12:null) The state determined is Up
>>>>> 2013-04-07 00:36:51,549 INFO  [agent.manager.AgentManagerImpl]
>>>>> (AgentTaskPool-12:null) Agent is determined to be up and running
>>>>> 2013-04-07 00:36:51,549 DEBUG [cloud.host.Status]
>>>>>(AgentTaskPool-12:null)
>>>>> Transition:[Resource state = Enabled, Agent event = Ping, Host id =
>>>>>5,
>>>>>name
>>>>> = Tut-XenServer2]
>>>>> 2013-04-07 00:36:51,552 DEBUG [cloud.host.Status]
>>>>>(AgentTaskPool-12:null)
>>>>> Agent status update: [id = 5; name = Tut-XenServer2; old status = Up;
>>>>>event
>>>>> = Ping; new status = Up; old update count = 150; new update count =
>>>>>151]
>>>>> 2013-04-07 00:36:54,389 INFO  [cloud.vm.UserVmManagerImpl]
>>>>> (UserVm-Scavenger-1:null) Found 1 vms to expunge.
>>>>> 2013-04-07 00:36:54,389 DEBUG [cloud.vm.VirtualMachineManagerImpl]
>>>>> (UserVm-Scavenger-1:null) Stopped called on
>>>>> VM[User|c18ddf7c-fc61-40b0-af75-fdef05f8eae6] but the state is
>>>>>Destroyed
>>>>> 2013-04-07 00:36:54,391 DEBUG [cloud.capacity.CapacityManagerImpl]
>>>>> (UserVm-Scavenger-1:null) VM state transitted from :Destroyed to
>>>>>Expunging
>>>>> with event: ExpungeOperationvm's original host id: 5 new host id:
>>>>>null
>>>>>host
>>>>> id before state transition: null
>>>>> 2013-04-07 00:36:54,391 DEBUG [cloud.vm.VirtualMachineManagerImpl]
>>>>> (UserVm-Scavenger-1:null) Destroying vm
>>>>> VM[User|c18ddf7c-fc61-40b0-af75-fdef05f8eae6]
>>>>> 2013-04-07 00:36:54,391 DEBUG [cloud.vm.VirtualMachineManagerImpl]
>>>>> (UserVm-Scavenger-1:null) Cleaning up NICS
>>>>> 2013-04-07 00:36:54,391 DEBUG [cloud.network.NetworkManagerImpl]
>>>>> (UserVm-Scavenger-1:null) Cleaning network for vm: 12
>>>>> 2013-04-07 00:36:54,399 DEBUG [network.guru.DirectNetworkGuru]
>>>>> (UserVm-Scavenger-1:null) Deallocate network: networkId: 204, ip:
>>>>> 192.168.56.195
>>>>> 2013-04-07 00:36:54,409 DEBUG [cloud.network.NetworkManagerImpl]
>>>>> (UserVm-Scavenger-1:null) Removed nic id=18
>>>>> 2013-04-07 00:36:54,409 DEBUG [cloud.storage.StorageManagerImpl]
>>>>> (UserVm-Scavenger-1:null) Cleaning storage for vm: 12
>>>>> 2013-04-07 00:36:54,417 DEBUG [cloud.storage.StorageManagerImpl]
>>>>> (UserVm-Scavenger-1:null) Expunging Vol[12|vm=12|ROOT]
>>>>> 2013-04-07 00:36:54,424 DEBUG [agent.transport.Request]
>>>>> (UserVm-Scavenger-1:null) Seq 5-614334820: Sending  { Cmd , MgmtId:
>>>>>1,
>>>>>via:
>>>>> 5, Ver: v1, Flags: 100111,
>>>>>
>>>>>[{"storage.DestroyCommand":{"vmName":"i-2-12-VM","volume":{"id":12,"na
>>>>>m
>>>>>e
>>>>>"
>>>>>:"ROOT-12","mountPoint":"/iSCSI_SR_3","path":"40a39639-e8aa-45b5-bfa1-
>>>>>5
>>>>>9
>>>>>1
>>>>>b68571d0c","size":52428800,"type":"ROOT","storagePoolType":"PreSetup",
>>>>>"
>>>>>s
>>>>>t
>>>>>oragePoolUuid":"iSCSI_SR_3","deviceId":0},"wait":0}}]
>>>>> }
>>>>> 2013-04-07 00:36:54,424 DEBUG [agent.transport.Request]
>>>>> (UserVm-Scavenger-1:null) Seq 5-614334820: Executing:  { Cmd ,
>>>>>MgmtId:
>>>>>1,
>>>>> via: 5, Ver: v1, Flags: 100111,
>>>>>
>>>>>[{"storage.DestroyCommand":{"vmName":"i-2-12-VM","volume":{"id":12,"na
>>>>>m
>>>>>e
>>>>>"
>>>>>:"ROOT-12","mountPoint":"/iSCSI_SR_3","path":"40a39639-e8aa-45b5-bfa1-
>>>>>5
>>>>>9
>>>>>1
>>>>>b68571d0c","size":52428800,"type":"ROOT","storagePoolType":"PreSetup",
>>>>>"
>>>>>s
>>>>>t
>>>>>oragePoolUuid":"iSCSI_SR_3","deviceId":0},"wait":0}}]
>>>>> }
>>>>> 2013-04-07 00:36:54,424 DEBUG [agent.manager.DirectAgentAttache]
>>>>> (DirectAgent-411:null) Seq 5-614334820: Executing request
>>>>> 2013-04-07 00:36:55,072 DEBUG [agent.manager.DirectAgentAttache]
>>>>> (DirectAgent-411:null) Seq 5-614334820: Response Received:
>>>>> 2013-04-07 00:36:55,072 DEBUG [agent.transport.Request]
>>>>> (DirectAgent-411:null) Seq 5-614334820: Processing:  { Ans: , MgmtId:
>>>>>1,
>>>>> via: 5, Ver: v1, Flags: 110,
>>>>> [{"Answer":{"result":true,"details":"Success","wait":0}}] }
>>>>> 2013-04-07 00:36:55,072 DEBUG [agent.transport.Request]
>>>>> (UserVm-Scavenger-1:null) Seq 5-614334820: Received:  { Ans: ,
>>>>>MgmtId:
>>>>>1,
>>>>> via: 5, Ver: v1, Flags: 110, { Answer } }
>>>>> 2013-04-07 00:36:55,072 DEBUG [agent.manager.AgentAttache]
>>>>> (DirectAgent-411:null) Seq 5-614334820: No more commands found
>>>>> 2013-04-07 00:36:55,076 DEBUG [cloud.storage.StorageManagerImpl]
>>>>> (UserVm-Scavenger-1:null) Volume successfully expunged from 257
>>>>> 2013-04-07 00:36:55,076 DEBUG [cloud.vm.VirtualMachineManagerImpl]
>>>>> (UserVm-Scavenger-1:null) Expunged
>>>>> VM[User|c18ddf7c-fc61-40b0-af75-fdef05f8eae6]
>>>>> 2013-04-07 00:36:55,076 DEBUG [cloud.vm.UserVmManagerImpl]
>>>>> (UserVm-Scavenger-1:null) Starting cleaning up vm
>>>>> VM[User|c18ddf7c-fc61-40b0-af75-fdef05f8eae6] resources...
>>>>> 2013-04-07 00:36:55,080 INFO
>>>>>[network.security.SecurityGroupManagerImpl]
>>>>> (UserVm-Scavenger-1:null) Disassociated 1 network groups  from uservm
>>>>>12
>>>>> 2013-04-07 00:36:55,081 DEBUG
>>>>>[network.security.SecurityGroupManagerImpl]
>>>>> (UserVm-Scavenger-1:null) Security group mappings are removed
>>>>>successfully
>>>>> for vm id=12
>>>>> 2013-04-07 00:36:55,090 DEBUG [network.firewall.FirewallManagerImpl]
>>>>> (UserVm-Scavenger-1:null) No firewall rules are found for vm id=12
>>>>> 2013-04-07 00:36:55,090 DEBUG [cloud.vm.UserVmManagerImpl]
>>>>> (UserVm-Scavenger-1:null) Firewall rules are removed successfully as
>>>>>a
>>>>>part
>>>>> of vm id=12 expunge
>>>>> 2013-04-07 00:36:55,093 DEBUG [network.rules.RulesManagerImpl]
>>>>> (UserVm-Scavenger-1:null) No port forwarding rules are found for vm
>>>>>id=12
>>>>> 2013-04-07 00:36:55,093 DEBUG [cloud.vm.UserVmManagerImpl]
>>>>> (UserVm-Scavenger-1:null) Port forwarding rules are removed
>>>>>successfully as
>>>>> a part of vm id=12 expunge
>>>>> 2013-04-07 00:36:55,095 DEBUG [cloud.vm.UserVmManagerImpl]
>>>>> (UserVm-Scavenger-1:null) Removed vm id=12 from all load balancers as
>>>>>a
>>>>> part of expunge process
>>>>> 2013-04-07 00:36:55,096 DEBUG [cloud.vm.UserVmManagerImpl]
>>>>> (UserVm-Scavenger-1:null) Successfully cleaned up vm
>>>>> VM[User|c18ddf7c-fc61-40b0-af75-fdef05f8eae6] resources as a part of
>>>>> expunge process
>>>>> 2013-04-07 00:37:04,802 DEBUG [agent.manager.DirectAgentAttache]
>>>>> (DirectAgent-110:null) Ping from 6
>>>>> 2013-04-07 00:37:06,042 DEBUG [agent.manager.DirectAgentAttache]
>>>>> (DirectAgent-409:null) Ping from 5
>>>>> 2013-04-07 00:37:06,909 DEBUG [agent.manager.DirectAgentAttache]
>>>>> (DirectAgent-239:null) Seq 6-324993028: Executing request
>>>>> 2013-04-07 00:37:07,099 DEBUG [agent.manager.DirectAgentAttache]
>>>>> (DirectAgent-239:null) Seq 6-324993028: Response Received:
>>>>> 2013-04-07 00:37:07,100 DEBUG [agent.transport.Request]
>>>>> (DirectAgent-239:null) Seq 6-324993028: Processing:  { Ans: , MgmtId:
>>>>>1,
>>>>> via: 6, Ver: v1, Flags: 10,
>>>>>
>>>>>[{"ClusterSyncAnswer":{"_clusterId":2,"_newStates":{},"_isExecuted":fa
>>>>>l
>>>>>s
>>>>>e
>>>>>,"result":true,"wait":0}}]
>>>>> }
>>>>> 2013-04-07 00:37:11,022 DEBUG [agent.manager.DirectAgentAttache]
>>>>> (DirectAgent-225:null) Seq 5-614334468: Executing request
>>>>> 2013-04-07 00:37:11,170 DEBUG [agent.manager.DirectAgentAttache]
>>>>> (DirectAgent-225:null) Seq 5-614334468: Response Received:
>>>>> 2013-04-07 00:37:11,171 DEBUG [agent.transport.Request]
>>>>> (DirectAgent-225:null) Seq 5-614334468: Processing:  { Ans: , MgmtId:
>>>>>1,
>>>>> via: 5, Ver: v1, Flags: 10, [{"Answer":{"result":true,"wait":0}}] }
>>>>> 2013-04-07 00:37:20,451 DEBUG
>>>>> [storage.secondary.SecondaryStorageManagerImpl] (secstorage-1:null)
>>>>>Zone 1
>>>>> is ready to launch secondary storage VM
>>>>> 2013-04-07 00:37:20,554 DEBUG
>>>>>[cloud.consoleproxy.ConsoleProxyManagerImpl]
>>>>> (consoleproxy-1:null) Zone 1 is ready to launch console proxy
>>>>> 2013-04-07 00:37:20,820 DEBUG
>>>>> [network.router.VirtualNetworkApplianceManagerImpl]
>>>>> (RouterStatusMonitor-1:null) Found 0 routers to update status.
>>>>> 2013-04-07 00:37:20,822 DEBUG
>>>>> [network.router.VirtualNetworkApplianceManagerImpl]
>>>>> (RouterStatusMonitor-1:null) Found 0 networks to update RvR status.
>>>>> 2013-04-07 00:37:20,851 DEBUG
>>>>> [network.router.VirtualNetworkApplianceManagerImpl]
>>>>> (RouterStatusMonitor-1:null) Found 0 routers to update status.
>>>>> 2013-04-07 00:37:20,852 DEBUG
>>>>> [network.router.VirtualNetworkApplianceManagerImpl]
>>>>> (RouterStatusMonitor-1:null) Found 0 networks to update RvR status.
>>>>> 2013-04-07 00:37:24,890 DEBUG [agent.manager.AgentManagerImpl]
>>>>> (AgentManager-Handler-6:null) Ping from 4
>>>>> 2013-04-07 00:37:27,167 DEBUG [agent.manager.DirectAgentAttache]
>>>>> (DirectAgent-354:null) Ping from 1
>>>>> 2013-04-07 00:37:29,095 DEBUG [agent.manager.DirectAgentAttache]
>>>>> (DirectAgent-97:null) Seq 1-90046472: Executing request
>>>>> 2013-04-07 00:37:29,317 DEBUG [agent.manager.DirectAgentAttache]
>>>>> (DirectAgent-97:null) Seq 1-90046472: Response Received:
>>>>> 2013-04-07 00:37:29,317 DEBUG [agent.transport.Request]
>>>>> (DirectAgent-97:null) Seq 1-90046472: Processing:  { Ans: , MgmtId:
>>>>>1,
>>>>>via:
>>>>> 1, Ver: v1, Flags: 10,
>>>>>
>>>>>[{"ClusterSyncAnswer":{"_clusterId":1,"_newStates":{},"_isExecuted":fa
>>>>>l
>>>>>s
>>>>>e
>>>>>,"result":true,"wait":0}}]
>>>>> }
>>>>> 2013-04-07 00:37:47,679 DEBUG [agent.manager.AgentManagerImpl]
>>>>> (AgentManager-Handler-7:null) Ping from 3
>>>>> 2013-04-07 00:37:50,451 DEBUG
>>>>> [storage.secondary.SecondaryStorageManagerImpl] (secstorage-1:null)
>>>>>Zone 1
>>>>> is ready to launch secondary storage VM
>>>>> 2013-04-07 00:37:50,555 DEBUG
>>>>>[cloud.consoleproxy.ConsoleProxyManagerImpl]
>>>>> (consoleproxy-1:null) Zone 1 is ready to launch console proxy
>>>>> 2013-04-07 00:37:50,798 INFO  [cloud.ha.HighAvailabilityManagerImpl]
>>>>> (HA-2:null) checking health of usage server
>>>>> 2013-04-07 00:37:50,799 DEBUG [cloud.ha.HighAvailabilityManagerImpl]
>>>>> (HA-2:null) usage server running? false, heartbeat: null
>>>>> 2013-04-07 00:37:50,801 DEBUG [cloud.alert.AlertManagerImpl]
>>>>>(HA-2:null)
>>>>> Have already sent: 1 emails for alert type '12' -- skipping send
>>>>>email
>>>>> 2013-04-07 00:37:50,816 DEBUG
>>>>> [network.router.VirtualNetworkApplianceManagerImpl]
>>>>>(RouterMonitor-1:null)
>>>>> Found 0 running routers.
>>>>> 2013-04-07 00:37:50,820 DEBUG
>>>>> [network.router.VirtualNetworkApplianceManagerImpl]
>>>>> (RouterStatusMonitor-1:null) Found 0 routers to update status.
>>>>> 2013-04-07 00:37:50,821 DEBUG
>>>>> [network.router.VirtualNetworkApplianceManagerImpl]
>>>>> (RouterStatusMonitor-1:null) Found 0 networks to update RvR status.
>>>>> 2013-04-07 00:37:50,850 DEBUG
>>>>> [network.router.VirtualNetworkApplianceManagerImpl]
>>>>>(RouterMonitor-1:null)
>>>>> Found 0 running routers.
>>>>> 2013-04-07 00:37:50,851 DEBUG
>>>>> [network.router.VirtualNetworkApplianceManagerImpl]
>>>>> (RouterStatusMonitor-1:null) Found 0 routers to update status.
>>>>> 2013-04-07 00:37:50,852 DEBUG
>>>>> [network.router.VirtualNetworkApplianceManagerImpl]
>>>>> (RouterStatusMonitor-1:null) Found 0 networks to update RvR status.
>>>>> 2013-04-07 00:37:50,909 DEBUG
>>>>> [cloud.network.ExternalLoadBalancerUsageManagerImpl]
>>>>> (ExternalNetworkMonitor-1:null) External devices stats collector is
>>>>> running...
>>>>> 2013-04-07 00:37:50,920 DEBUG
>>>>>[storage.snapshot.SnapshotSchedulerImpl]
>>>>> (SnapshotPollTask:null) Snapshot scheduler.poll is being called at
>>>>> 2013-04-07 06:37:50 GMT
>>>>> 2013-04-07 00:37:50,921 DEBUG
>>>>>[storage.snapshot.SnapshotSchedulerImpl]
>>>>> (SnapshotPollTask:null) Got 0 snapshots to be executed at 2013-04-07
>>>>> 06:37:50 GMT
>>>>> 2013-04-07 00:37:51,480 INFO  [agent.manager.AgentMonitor]
>>>>> (Thread-11:null) Found the following agents behind on ping: [6, 5]
>>>>> 2013-04-07 00:37:51,481 DEBUG [cloud.host.Status] (Thread-11:null)
>>>>>Ping
>>>>> timeout for host 6, do invstigation
>>>>> 2013-04-07 00:37:51,482 DEBUG [cloud.host.Status] (Thread-11:null)
>>>>>Ping
>>>>> timeout for host 5, do invstigation
>>>>> 2013-04-07 00:37:51,483 INFO  [agent.manager.AgentManagerImpl]
>>>>> (AgentTaskPool-10:null) Investigating why host 6 has disconnected
>>>>>with
>>>>> event PingTimeout
>>>>> 2013-04-07 00:37:51,483 DEBUG [agent.manager.AgentManagerImpl]
>>>>> (AgentTaskPool-10:null) checking if agent (6) is alive
>>>>> 2013-04-07 00:37:51,484 INFO  [agent.manager.AgentManagerImpl]
>>>>> (AgentTaskPool-13:null) Investigating why host 5 has disconnected
>>>>>with
>>>>> event PingTimeout
>>>>> 2013-04-07 00:37:51,484 DEBUG [agent.manager.AgentManagerImpl]
>>>>> (AgentTaskPool-13:null) checking if agent (5) is alive
>>>>> 2013-04-07 00:37:51,486 DEBUG [agent.transport.Request]
>>>>> (AgentTaskPool-10:null) Seq 6-324993316: Sending  { Cmd , MgmtId: 1,
>>>>>via:
>>>>> 6, Ver: v1, Flags: 100011, [{"CheckHealthCommand":{"wait":50}}] }
>>>>> 2013-04-07 00:37:51,486 DEBUG [agent.transport.Request]
>>>>> (AgentTaskPool-10:null) Seq 6-324993316: Executing:  { Cmd , MgmtId:
>>>>>1,
>>>>> via: 6, Ver: v1, Flags: 100011, [{"CheckHealthCommand":{"wait":50}}]
>>>>>}
>>>>> 2013-04-07 00:37:51,486 DEBUG [agent.manager.DirectAgentAttache]
>>>>> (DirectAgent-303:null) Seq 6-324993316: Executing request
>>>>> 2013-04-07 00:37:51,488 DEBUG [agent.transport.Request]
>>>>> (AgentTaskPool-13:null) Seq 5-614334821: Sending  { Cmd , MgmtId: 1,
>>>>>via:
>>>>> 5, Ver: v1, Flags: 100011, [{"CheckHealthCommand":{"wait":50}}] }
>>>>> 2013-04-07 00:37:51,488 DEBUG [agent.transport.Request]
>>>>> (AgentTaskPool-13:null) Seq 5-614334821: Executing:  { Cmd , MgmtId:
>>>>>1,
>>>>> via: 5, Ver: v1, Flags: 100011, [{"CheckHealthCommand":{"wait":50}}]
>>>>>}
>>>>> 2013-04-07 00:37:51,488 DEBUG [agent.manager.DirectAgentAttache]
>>>>> (DirectAgent-158:null) Seq 5-614334821: Executing request
>>>>> 2013-04-07 00:37:51,537 DEBUG [agent.manager.DirectAgentAttache]
>>>>> (DirectAgent-303:null) Seq 6-324993316: Response Received:
>>>>> 2013-04-07 00:37:51,538 DEBUG [agent.transport.Request]
>>>>> (DirectAgent-303:null) Seq 6-324993316: Processing:  { Ans: , MgmtId:
>>>>>1,
>>>>> via: 6, Ver: v1, Flags: 10,
>>>>> [{"CheckHealthAnswer":{"result":true,"details":"resource is
>>>>> alive","wait":0}}] }
>>>>> 2013-04-07 00:37:51,538 DEBUG [agent.transport.Request]
>>>>> (AgentTaskPool-10:null) Seq 6-324993316: Received:  { Ans: , MgmtId:
>>>>>1,
>>>>> via: 6, Ver: v1, Flags: 10, { CheckHealthAnswer } }
>>>>> 2013-04-07 00:37:51,538 DEBUG [agent.manager.AgentManagerImpl]
>>>>> (AgentTaskPool-10:null) Details from executing class
>>>>> com.cloud.agent.api.CheckHealthCommand: resource is alive
>>>>> 2013-04-07 00:37:51,538 DEBUG [agent.manager.AgentManagerImpl]
>>>>> (AgentTaskPool-10:null) agent (6) responded to checkHeathCommand,
>>>>>reporting
>>>>> that agent is Up
>>>>> 2013-04-07 00:37:51,538 INFO  [agent.manager.AgentManagerImpl]
>>>>> (AgentTaskPool-10:null) The state determined is Up
>>>>> 2013-04-07 00:37:51,538 INFO  [agent.manager.AgentManagerImpl]
>>>>> (AgentTaskPool-10:null) Agent is determined to be up and running
>>>>> 2013-04-07 00:37:51,538 DEBUG [cloud.host.Status]
>>>>>(AgentTaskPool-10:null)
>>>>> Transition:[Resource state = Enabled, Agent event = Ping, Host id =
>>>>>6,
>>>>>name
>>>>> = Tut-XenServer]
>>>>> 2013-04-07 00:37:51,541 DEBUG [agent.manager.DirectAgentAttache]
>>>>> (DirectAgent-158:null) Seq 5-614334821: Response Received:
>>>>> 2013-04-07 00:37:51,541 DEBUG [agent.transport.Request]
>>>>> (DirectAgent-158:null) Seq 5-614334821: Processing:  { Ans: , MgmtId:
>>>>>1,
>>>>> via: 5, Ver: v1, Flags: 10,
>>>>> [{"CheckHealthAnswer":{"result":true,"details":"resource is
>>>>> alive","wait":0}}] }
>>>>> 2013-04-07 00:37:51,541 DEBUG [agent.transport.Request]
>>>>> (AgentTaskPool-13:null) Seq 5-614334821: Received:  { Ans: , MgmtId:
>>>>>1,
>>>>> via: 5, Ver: v1, Flags: 10, { CheckHealthAnswer } }
>>>>> 2013-04-07 00:37:51,541 DEBUG [agent.manager.AgentManagerImpl]
>>>>> (AgentTaskPool-13:null) Details from executing class
>>>>> com.cloud.agent.api.CheckHealthCommand: resource is alive
>>>>> 2013-04-07 00:37:51,541 DEBUG [agent.manager.AgentManagerImpl]
>>>>> (AgentTaskPool-13:null) agent (5) responded to checkHeathCommand,
>>>>>reporting
>>>>> that agent is Up
>>>>> 2013-04-07 00:37:51,541 INFO  [agent.manager.AgentManagerImpl]
>>>>> (AgentTaskPool-13:null) The state determined is Up
>>>>> 2013-04-07 00:37:51,541 DEBUG [cloud.host.Status]
>>>>>(AgentTaskPool-10:null)
>>>>> Agent status update: [id = 6; name = Tut-XenServer; old status = Up;
>>>>>event
>>>>> = Ping; new status = Up; old update count = 314; new update count =
>>>>>315]
>>>>> 2013-04-07 00:37:51,541 INFO  [agent.manager.AgentManagerImpl]
>>>>> (AgentTaskPool-13:null) Agent is determined to be up and running
>>>>> 2013-04-07 00:37:51,541 DEBUG [cloud.host.Status]
>>>>>(AgentTaskPool-13:null)
>>>>> Transition:[Resource state = Enabled, Agent event = Ping, Host id =
>>>>>5,
>>>>>name
>>>>> = Tut-XenServer2]
>>>>> 2013-04-07 00:37:51,544 DEBUG [cloud.host.Status]
>>>>>(AgentTaskPool-13:null)
>>>>> Agent status update: [id = 5; name = Tut-XenServer2; old status = Up;
>>>>>event
>>>>> = Ping; new status = Up; old update count = 151; new update count =
>>>>>152]
>>>>> 2013-04-07 00:37:55,103 INFO  [cloud.vm.UserVmManagerImpl]
>>>>> (UserVm-Scavenger-1:null) Found 1 vms to expunge.
>>>>> 2013-04-07 00:37:55,103 DEBUG [cloud.vm.VirtualMachineManagerImpl]
>>>>> (UserVm-Scavenger-1:null) Stopped called on
>>>>> VM[User|94ddc16f-04fc-4da1-8326-01d8d5cdeb44] but the state is
>>>>>Destroyed
>>>>> 2013-04-07 00:37:55,105 DEBUG [cloud.capacity.CapacityManagerImpl]
>>>>> (UserVm-Scavenger-1:null) VM state transitted from :Destroyed to
>>>>>Expunging
>>>>> with event: ExpungeOperationvm's original host id: 6 new host id:
>>>>>null
>>>>>host
>>>>> id before state transition: null
>>>>> 2013-04-07 00:37:55,105 DEBUG [cloud.vm.VirtualMachineManagerImpl]
>>>>> (UserVm-Scavenger-1:null) Destroying vm
>>>>> VM[User|94ddc16f-04fc-4da1-8326-01d8d5cdeb44]
>>>>> 2013-04-07 00:37:55,105 DEBUG [cloud.vm.VirtualMachineManagerImpl]
>>>>> (UserVm-Scavenger-1:null) Cleaning up NICS
>>>>> 2013-04-07 00:37:55,105 DEBUG [cloud.network.NetworkManagerImpl]
>>>>> (UserVm-Scavenger-1:null) Cleaning network for vm: 13
>>>>> 2013-04-07 00:37:55,113 DEBUG [network.guru.DirectNetworkGuru]
>>>>> (UserVm-Scavenger-1:null) Deallocate network: networkId: 204, ip:
>>>>> 192.168.56.146
>>>>> 2013-04-07 00:37:55,124 DEBUG [cloud.network.NetworkManagerImpl]
>>>>> (UserVm-Scavenger-1:null) Removed nic id=19
>>>>> 2013-04-07 00:37:55,124 DEBUG [cloud.storage.StorageManagerImpl]
>>>>> (UserVm-Scavenger-1:null) Cleaning storage for vm: 13
>>>>> 2013-04-07 00:37:55,132 DEBUG [cloud.storage.StorageManagerImpl]
>>>>> (UserVm-Scavenger-1:null) Expunging Vol[13|vm=13|ROOT]
>>>>> 2013-04-07 00:37:55,139 DEBUG [agent.transport.Request]
>>>>> (UserVm-Scavenger-1:null) Seq 6-324993317: Sending  { Cmd , MgmtId:
>>>>>1,
>>>>>via:
>>>>> 6, Ver: v1, Flags: 100111,
>>>>>
>>>>>[{"storage.DestroyCommand":{"vmName":"i-2-13-VM","volume":{"id":13,"na
>>>>>m
>>>>>e
>>>>>"
>>>>>:"ROOT-13","mountPoint":"/iSCSI_SR_3","path":"99154d9c-2665-465d-8c71-
>>>>>e
>>>>>6
>>>>>0
>>>>>f1748895b","size":52428800,"type":"ROOT","storagePoolType":"PreSetup",
>>>>>"
>>>>>s
>>>>>t
>>>>>oragePoolUuid":"iSCSI_SR_3","deviceId":0},"wait":0}}]
>>>>> }
>>>>> 2013-04-07 00:37:55,140 DEBUG [agent.transport.Request]
>>>>> (UserVm-Scavenger-1:null) Seq 6-324993317: Executing:  { Cmd ,
>>>>>MgmtId:
>>>>>1,
>>>>> via: 6, Ver: v1, Flags: 100111,
>>>>>
>>>>>[{"storage.DestroyCommand":{"vmName":"i-2-13-VM","volume":{"id":13,"na
>>>>>m
>>>>>e
>>>>>"
>>>>>:"ROOT-13","mountPoint":"/iSCSI_SR_3","path":"99154d9c-2665-465d-8c71-
>>>>>e
>>>>>6
>>>>>0
>>>>>f1748895b","size":52428800,"type":"ROOT","storagePoolType":"PreSetup",
>>>>>"
>>>>>s
>>>>>t
>>>>>oragePoolUuid":"iSCSI_SR_3","deviceId":0},"wait":0}}]
>>>>> }
>>>>> 2013-04-07 00:37:55,140 DEBUG [agent.manager.DirectAgentAttache]
>>>>> (DirectAgent-87:null) Seq 6-324993317: Executing request
>>>>> 2013-04-07 00:37:55,724 DEBUG [agent.manager.DirectAgentAttache]
>>>>> (DirectAgent-87:null) Seq 6-324993317: Response Received:
>>>>> 2013-04-07 00:37:55,724 DEBUG [agent.transport.Request]
>>>>> (DirectAgent-87:null) Seq 6-324993317: Processing:  { Ans: , MgmtId:
>>>>>1,
>>>>> via: 6, Ver: v1, Flags: 110,
>>>>> [{"Answer":{"result":true,"details":"Success","wait":0}}] }
>>>>> 2013-04-07 00:37:55,724 DEBUG [agent.manager.AgentAttache]
>>>>> (DirectAgent-87:null) Seq 6-324993317: No more commands found
>>>>> 2013-04-07 00:37:55,724 DEBUG [agent.transport.Request]
>>>>> (UserVm-Scavenger-1:null) Seq 6-324993317: Received:  { Ans: ,
>>>>>MgmtId:
>>>>>1,
>>>>> via: 6, Ver: v1, Flags: 110, { Answer } }
>>>>> 2013-04-07 00:37:55,727 DEBUG [cloud.storage.StorageManagerImpl]
>>>>> (UserVm-Scavenger-1:null) Volume successfully expunged from 257
>>>>> 2013-04-07 00:37:55,727 DEBUG [cloud.vm.VirtualMachineManagerImpl]
>>>>> (UserVm-Scavenger-1:null) Expunged
>>>>> VM[User|94ddc16f-04fc-4da1-8326-01d8d5cdeb44]
>>>>> 2013-04-07 00:37:55,727 DEBUG [cloud.vm.UserVmManagerImpl]
>>>>> (UserVm-Scavenger-1:null) Starting cleaning up vm
>>>>> VM[User|94ddc16f-04fc-4da1-8326-01d8d5cdeb44] resources...
>>>>> 2013-04-07 00:37:55,730 INFO
>>>>>[network.security.SecurityGroupManagerImpl]
>>>>> (UserVm-Scavenger-1:null) Disassociated 1 network groups  from uservm
>>>>>13
>>>>> 2013-04-07 00:37:55,732 DEBUG
>>>>>[network.security.SecurityGroupManagerImpl]
>>>>> (UserVm-Scavenger-1:null) Security group mappings are removed
>>>>>successfully
>>>>> for vm id=13
>>>>> 2013-04-07 00:37:55,736 DEBUG [network.firewall.FirewallManagerImpl]
>>>>> (UserVm-Scavenger-1:null) No firewall rules are found for vm id=13
>>>>> 2013-04-07 00:37:55,737 DEBUG [cloud.vm.UserVmManagerImpl]
>>>>> (UserVm-Scavenger-1:null) Firewall rules are removed successfully as
>>>>>a
>>>>>part
>>>>> of vm id=13 expunge
>>>>> 2013-04-07 00:37:55,739 DEBUG [network.rules.RulesManagerImpl]
>>>>> (UserVm-Scavenger-1:null) No port forwarding rules are found for vm
>>>>>id=13
>>>>> 2013-04-07 00:37:55,739 DEBUG [cloud.vm.UserVmManagerImpl]
>>>>> (UserVm-Scavenger-1:null) Port forwarding rules are removed
>>>>>successfully as
>>>>> a part of vm id=13 expunge
>>>>> 2013-04-07 00:37:55,740 DEBUG [cloud.vm.UserVmManagerImpl]
>>>>> (UserVm-Scavenger-1:null) Removed vm id=13 from all load balancers as
>>>>>a
>>>>> part of expunge process
>>>>> 2013-04-07 00:37:55,741 DEBUG [cloud.vm.UserVmManagerImpl]
>>>>> (UserVm-Scavenger-1:null) Successfully cleaned up vm
>>>>> VM[User|94ddc16f-04fc-4da1-8326-01d8d5cdeb44] resources as a part of
>>>>> expunge process
>>>>> 2013-04-07 00:38:04,813 DEBUG [agent.manager.DirectAgentAttache]
>>>>> (DirectAgent-442:null) Ping from 6
>>>>> 2013-04-07 00:38:06,064 DEBUG [agent.manager.DirectAgentAttache]
>>>>> (DirectAgent-374:null) Ping from 5
>>>>> 2013-04-07 00:38:06,909 DEBUG [agent.manager.DirectAgentAttache]
>>>>> (DirectAgent-157:null) Seq 6-324993028: Executing request
>>>>> 2013-04-07 00:38:07,099 DEBUG [agent.manager.DirectAgentAttache]
>>>>> (DirectAgent-157:null) Seq 6-324993028: Response Received:
>>>>> 2013-04-07 00:38:07,100 DEBUG [agent.transport.Request]
>>>>> (DirectAgent-157:null) Seq 6-324993028: Processing:  { Ans: , MgmtId:
>>>>>1,
>>>>> via: 6, Ver: v1, Flags: 10,
>>>>>
>>>>>[{"ClusterSyncAnswer":{"_clusterId":2,"_newStates":{},"_isExecuted":fa
>>>>>l
>>>>>s
>>>>>e
>>>>>,"result":true,"wait":0}}]
>>>>> }
>>>>> 2013-04-07 00:38:11,022 DEBUG [agent.manager.DirectAgentAttache]
>>>>> (DirectAgent-192:null) Seq 5-614334468: Executing request
>>>>> 2013-04-07 00:38:11,181 DEBUG [agent.manager.DirectAgentAttache]
>>>>> (DirectAgent-192:null) Seq 5-614334468: Response Received:
>>>>> 2013-04-07 00:38:11,181 DEBUG [agent.transport.Request]
>>>>> (DirectAgent-192:null) Seq 5-614334468: Processing:  { Ans: , MgmtId:
>>>>>1,
>>>>> via: 5, Ver: v1, Flags: 10, [{"Answer":{"result":true,"wait":0}}] }
>>>>> 2013-04-07 00:38:20,455 DEBUG
>>>>> [storage.secondary.SecondaryStorageManagerImpl] (secstorage-1:null)
>>>>>Zone 1
>>>>> is ready to launch secondary storage VM
>>>>> 2013-04-07 00:38:20,573 DEBUG
>>>>>[cloud.consoleproxy.ConsoleProxyManagerImpl]
>>>>> (consoleproxy-1:null) Zone 1 is ready to launch console proxy
>>>>> 2013-04-07 00:38:20,820 DEBUG
>>>>> [network.router.VirtualNetworkApplianceManagerImpl]
>>>>> (RouterStatusMonitor-1:null) Found 0 routers to update status.
>>>>> 2013-04-07 00:38:20,821 DEBUG
>>>>> [network.router.VirtualNetworkApplianceManagerImpl]
>>>>> (RouterStatusMonitor-1:null) Found 0 networks to update RvR status.
>>>>> 2013-04-07 00:38:20,851 DEBUG
>>>>> [network.router.VirtualNetworkApplianceManagerImpl]
>>>>> (RouterStatusMonitor-1:null) Found 0 routers to update status.
>>>>> 2013-04-07 00:38:20,853 DEBUG
>>>>> [network.router.VirtualNetworkApplianceManagerImpl]
>>>>> (RouterStatusMonitor-1:null) Found 0 networks to update RvR status.
>>>>> 2013-04-07 00:38:20,921 DEBUG [cloud.alert.AlertManagerImpl]
>>>>> (CapacityChecker:null) Running Capacity Checker ...
>>>>> 2013-04-07 00:38:20,921 DEBUG [cloud.alert.AlertManagerImpl]
>>>>> (CapacityChecker:null) recalculating system capacity
>>>>> 2013-04-07 00:38:20,921 DEBUG [cloud.alert.AlertManagerImpl]
>>>>> (CapacityChecker:null) Executing cpu/ram capacity update
>>>>> 2013-04-07 00:38:20,931 DEBUG [cloud.capacity.CapacityManagerImpl]
>>>>> (CapacityChecker:null) Found 2 VMs on host 1
>>>>> 2013-04-07 00:38:20,932 DEBUG [cloud.capacity.CapacityManagerImpl]
>>>>> (CapacityChecker:null) Found 0 VM, not running on host 1
>>>>> 2013-04-07 00:38:20,935 DEBUG [cloud.capacity.CapacityManagerImpl]
>>>>> (CapacityChecker:null) No need to calibrate cpu capacity, host:1
>>>>>usedCpu:
>>>>> 200 reservedCpu: 0
>>>>> 2013-04-07 00:38:20,935 DEBUG [cloud.capacity.CapacityManagerImpl]
>>>>> (CapacityChecker:null) No need to calibrate memory capacity, host:1
>>>>> usedMem: 209715200 reservedMem: 0
>>>>> 2013-04-07 00:38:20,940 DEBUG [cloud.capacity.CapacityManagerImpl]
>>>>> (CapacityChecker:null) Found 0 VMs on host 5
>>>>> 2013-04-07 00:38:20,941 DEBUG [cloud.capacity.CapacityManagerImpl]
>>>>> (CapacityChecker:null) Found 0 VM, not running on host 5
>>>>> 2013-04-07 00:38:20,944 DEBUG [cloud.capacity.CapacityManagerImpl]
>>>>> (CapacityChecker:null) No need to calibrate cpu capacity, host:5
>>>>>usedCpu: 0
>>>>> reservedCpu: 0
>>>>> 2013-04-07 00:38:20,944 DEBUG [cloud.capacity.CapacityManagerImpl]
>>>>> (CapacityChecker:null) No need to calibrate memory capacity, host:5
>>>>> usedMem: 0 reservedMem: 0
>>>>> 2013-04-07 00:38:20,950 DEBUG [cloud.capacity.CapacityManagerImpl]
>>>>> (CapacityChecker:null) Found 1 VMs on host 6
>>>>> 2013-04-07 00:38:20,951 DEBUG [cloud.capacity.CapacityManagerImpl]
>>>>> (CapacityChecker:null) Found 0 VM, not running on host 6
>>>>> 2013-04-07 00:38:20,954 DEBUG [cloud.capacity.CapacityManagerImpl]
>>>>> (CapacityChecker:null) No need to calibrate cpu capacity, host:6
>>>>>usedCpu:
>>>>> 100 reservedCpu: 0
>>>>> 2013-04-07 00:38:20,954 DEBUG [cloud.capacity.CapacityManagerImpl]
>>>>> (CapacityChecker:null) No need to calibrate memory capacity, host:6
>>>>> usedMem: 104857600 reservedMem: 0
>>>>> 2013-04-07 00:38:20,954 DEBUG [cloud.alert.AlertManagerImpl]
>>>>> (CapacityChecker:null) Done executing cpu/ram capacity update
>>>>> 2013-04-07 00:38:20,954 DEBUG [cloud.alert.AlertManagerImpl]
>>>>> (CapacityChecker:null) Executing storage capacity update
>>>>> 2013-04-07 00:38:20,961 DEBUG [cloud.storage.StorageManagerImpl]
>>>>> (CapacityChecker:null) Successfully set Capacity - 31004332032 for
>>>>>capacity
>>>>> type - 9 , DataCenterId - 1, HostOrPoolId - 200, PodId 1
>>>>> 2013-04-07 00:38:20,965 DEBUG [cloud.storage.StorageManagerImpl]
>>>>> (CapacityChecker:null) Successfully set Capacity - 97221701632 for
>>>>>capacity
>>>>> type - 9 , DataCenterId - 1, HostOrPoolId - 201, PodId 1
>>>>> 2013-04-07 00:38:20,970 DEBUG [cloud.storage.StorageManagerImpl]
>>>>> (CapacityChecker:null) Successfully set Capacity - 97221701632 for
>>>>>capacity
>>>>> type - 9 , DataCenterId - 1, HostOrPoolId - 202, PodId 1
>>>>> 2013-04-07 00:38:20,975 DEBUG [cloud.storage.StorageManagerImpl]
>>>>> (CapacityChecker:null) Successfully set Capacity - 2084569088 for
>>>>>capacity
>>>>> type - 3 , DataCenterId - 1, HostOrPoolId - 256, PodId 1
>>>>> 2013-04-07 00:38:20,980 DEBUG [cloud.storage.StorageManagerImpl]
>>>>> (CapacityChecker:null) Successfully set Capacity - 2084569088 for
>>>>>capacity
>>>>> type - 3 , DataCenterId - 1, HostOrPoolId - 257, PodId 1
>>>>> 2013-04-07 00:38:20,985 DEBUG [cloud.storage.StorageManagerImpl]
>>>>> (CapacityChecker:null) Successfully set Capacity - 2084569088 for
>>>>>capacity
>>>>> type - 3 , DataCenterId - 1, HostOrPoolId - 262, PodId 1
>>>>> 2013-04-07 00:38:20,985 DEBUG [cloud.alert.AlertManagerImpl]
>>>>> (CapacityChecker:null) Done executing storage capacity update
>>>>> 2013-04-07 00:38:20,985 DEBUG [cloud.alert.AlertManagerImpl]
>>>>> (CapacityChecker:null) Executing capacity updates for public ip and
>>>>>Vlans
>>>>> 2013-04-07 00:38:20,995 DEBUG [cloud.alert.AlertManagerImpl]
>>>>> (CapacityChecker:null) Done capacity updates for public ip and Vlans
>>>>> 2013-04-07 00:38:20,996 DEBUG [cloud.alert.AlertManagerImpl]
>>>>> (CapacityChecker:null) Executing capacity updates for private ip
>>>>> 2013-04-07 00:38:21,003 DEBUG [cloud.alert.AlertManagerImpl]
>>>>> (CapacityChecker:null) Done executing capacity updates for private ip
>>>>> 2013-04-07 00:38:21,003 DEBUG [cloud.alert.AlertManagerImpl]
>>>>> (CapacityChecker:null) Done recalculating system capacity
>>>>> 2013-04-07 00:38:21,031 DEBUG [cloud.alert.AlertManagerImpl]
>>>>> (CapacityChecker:null) Done running Capacity Checker ...
>>>>> 2013-04-07 00:38:24,889 DEBUG [agent.manager.AgentManagerImpl]
>>>>> (AgentManager-Handler-8:null) Ping from 4
>>>>> 2013-04-07 00:38:27,157 DEBUG [agent.manager.DirectAgentAttache]
>>>>> (DirectAgent-311:null) Ping from 1
>>>>> 2013-04-07 00:38:29,095 DEBUG [agent.manager.DirectAgentAttache]
>>>>> (DirectAgent-197:null) Seq 1-90046472: Executing request
>>>>> 2013-04-07 00:38:29,323 DEBUG [agent.manager.DirectAgentAttache]
>>>>> (DirectAgent-197:null) Seq 1-90046472: Response Received:
>>>>> 2013-04-07 00:38:29,324 DEBUG [agent.transport.Request]
>>>>> (DirectAgent-197:null) Seq 1-90046472: Processing:  { Ans: , MgmtId:
>>>>>1,
>>>>> via: 1, Ver: v1, Flags: 10,
>>>>>
>>>>>[{"ClusterSyncAnswer":{"_clusterId":1,"_newStates":{},"_isExecuted":fa
>>>>>l
>>>>>s
>>>>>e
>>>>>,"result":true,"wait":0}}]
>>>>> }
>>>>> 2013-04-07 00:38:47,679 DEBUG [agent.manager.AgentManagerImpl]
>>>>> (AgentManager-Handler-9:null) Ping from 3
>>>>> 2013-04-07 00:38:50,453 DEBUG
>>>>> [storage.secondary.SecondaryStorageManagerImpl] (secstorage-1:null)
>>>>>Zone 1
>>>>> is ready to launch secondary storage VM
>>>>> 2013-04-07 00:38:50,560 DEBUG
>>>>>[cloud.consoleproxy.ConsoleProxyManagerImpl]
>>>>> (consoleproxy-1:null) Zone 1 is ready to launch console proxy
>>>>> 2013-04-07 00:38:50,819 DEBUG
>>>>> [network.router.VirtualNetworkApplianceManagerImpl]
>>>>> (RouterStatusMonitor-1:null) Found 0 routers to update status.
>>>>> 2013-04-07 00:38:50,820 DEBUG
>>>>> [network.router.VirtualNetworkApplianceManagerImpl]
>>>>> (RouterStatusMonitor-1:null) Found 0 networks to update RvR status.
>>>>> 2013-04-07 00:38:50,851 DEBUG
>>>>> [network.router.VirtualNetworkApplianceManagerImpl]
>>>>> (RouterStatusMonitor-1:null) Found 0 routers to update status.
>>>>> 2013-04-07 00:38:50,852 DEBUG
>>>>> [network.router.VirtualNetworkApplianceManagerImpl]
>>>>> (RouterStatusMonitor-1:null) Found 0 networks to update RvR status.
>>>>> 2013-04-07 00:38:51,483 INFO  [agent.manager.AgentMonitor]
>>>>> (Thread-11:null) Found the following agents behind on ping: [6, 5]
>>>>> 2013-04-07 00:38:51,485 DEBUG [cloud.host.Status] (Thread-11:null)
>>>>>Ping
>>>>> timeout for host 6, do invstigation
>>>>> 2013-04-07 00:38:51,486 DEBUG [cloud.host.Status] (Thread-11:null)
>>>>>Ping
>>>>> timeout for host 5, do invstigation
>>>>> 2013-04-07 00:38:51,486 INFO  [agent.manager.AgentManagerImpl]
>>>>> (AgentTaskPool-11:null) Investigating why host 6 has disconnected
>>>>>with
>>>>> event PingTimeout
>>>>> 2013-04-07 00:38:51,486 DEBUG [agent.manager.AgentManagerImpl]
>>>>> (AgentTaskPool-11:null) checking if agent (6) is alive
>>>>> 2013-04-07 00:38:51,487 INFO  [agent.manager.AgentManagerImpl]
>>>>> (AgentTaskPool-16:null) Investigating why host 5 has disconnected
>>>>>with
>>>>> event PingTimeout
>>>>> 2013-04-07 00:38:51,488 DEBUG [agent.manager.AgentManagerImpl]
>>>>> (AgentTaskPool-16:null) checking if agent (5) is alive
>>>>> 2013-04-07 00:38:51,489 DEBUG [agent.transport.Request]
>>>>> (AgentTaskPool-11:null) Seq 6-324993318: Sending  { Cmd , MgmtId: 1,
>>>>>via:
>>>>> 6, Ver: v1, Flags: 100011, [{"CheckHealthCommand":{"wait":50}}] }
>>>>> 2013-04-07 00:38:51,489 DEBUG [agent.transport.Request]
>>>>> (AgentTaskPool-11:null) Seq 6-324993318: Executing:  { Cmd , MgmtId:
>>>>>1,
>>>>> via: 6, Ver: v1, Flags: 100011, [{"CheckHealthCommand":{"wait":50}}]
>>>>>}
>>>>> 2013-04-07 00:38:51,489 DEBUG [agent.manager.DirectAgentAttache]
>>>>> (DirectAgent-372:null) Seq 6-324993318: Executing request
>>>>> 2013-04-07 00:38:51,491 DEBUG [agent.transport.Request]
>>>>> (AgentTaskPool-16:null) Seq 5-614334822: Sending  { Cmd , MgmtId: 1,
>>>>>via:
>>>>> 5, Ver: v1, Flags: 100011, [{"CheckHealthCommand":{"wait":50}}] }
>>>>> 2013-04-07 00:38:51,491 DEBUG [agent.transport.Request]
>>>>> (AgentTaskPool-16:null) Seq 5-614334822: Executing:  { Cmd , MgmtId:
>>>>>1,
>>>>> via: 5, Ver: v1, Flags: 100011, [{"CheckHealthCommand":{"wait":50}}]
>>>>>}
>>>>> 2013-04-07 00:38:51,491 DEBUG [agent.manager.DirectAgentAttache]
>>>>> (DirectAgent-252:null) Seq 5-614334822: Executing request
>>>>> 2013-04-07 00:38:51,546 DEBUG [agent.manager.DirectAgentAttache]
>>>>> (DirectAgent-372:null) Seq 6-324993318: Response Received:
>>>>> 2013-04-07 00:38:51,547 DEBUG [agent.transport.Request]
>>>>> (DirectAgent-372:null) Seq 6-324993318: Processing:  { Ans: , MgmtId:
>>>>>1,
>>>>> via: 6, Ver: v1, Flags: 10,
>>>>> [{"CheckHealthAnswer":{"result":true,"details":"resource is
>>>>> alive","wait":0}}] }
>>>>> 2013-04-07 00:38:51,547 DEBUG [agent.transport.Request]
>>>>> (AgentTaskPool-11:null) Seq 6-324993318: Received:  { Ans: , MgmtId:
>>>>>1,
>>>>> via: 6, Ver: v1, Flags: 10, { CheckHealthAnswer } }
>>>>> 2013-04-07 00:38:51,547 DEBUG [agent.manager.AgentManagerImpl]
>>>>> (AgentTaskPool-11:null) Details from executing class
>>>>> com.cloud.agent.api.CheckHealthCommand: resource is alive
>>>>> 2013-04-07 00:38:51,547 DEBUG [agent.manager.AgentManagerImpl]
>>>>> (AgentTaskPool-11:null) agent (6) responded to checkHeathCommand,
>>>>>reporting
>>>>> that agent is Up
>>>>> 2013-04-07 00:38:51,547 INFO  [agent.manager.AgentManagerImpl]
>>>>> (AgentTaskPool-11:null) The state determined is Up
>>>>> 2013-04-07 00:38:51,547 INFO  [agent.manager.AgentManagerImpl]
>>>>> (AgentTaskPool-11:null) Agent is determined to be up and running
>>>>> 2013-04-07 00:38:51,547 DEBUG [cloud.host.Status]
>>>>>(AgentTaskPool-11:null)
>>>>> Transition:[Resource state = Enabled, Agent event = Ping, Host id =
>>>>>6,
>>>>>name
>>>>> = Tut-XenServer]
>>>>> 2013-04-07 00:38:51,549 DEBUG [agent.manager.DirectAgentAttache]
>>>>> (DirectAgent-252:null) Seq 5-614334822: Response Received:
>>>>> 2013-04-07 00:38:51,549 DEBUG [agent.transport.Request]
>>>>> (DirectAgent-252:null) Seq 5-614334822: Processing:  { Ans: , MgmtId:
>>>>>1,
>>>>> via: 5, Ver: v1, Flags: 10,
>>>>> [{"CheckHealthAnswer":{"result":true,"details":"resource is
>>>>> alive","wait":0}}] }
>>>>> 2013-04-07 00:38:51,549 DEBUG [agent.transport.Request]
>>>>> (AgentTaskPool-16:null) Seq 5-614334822: Received:  { Ans: , MgmtId:
>>>>>1,
>>>>> via: 5, Ver: v1, Flags: 10, { CheckHealthAnswer } }
>>>>> 2013-04-07 00:38:51,550 DEBUG [agent.manager.AgentManagerImpl]
>>>>> (AgentTaskPool-16:null) Details from executing class
>>>>> com.cloud.agent.api.CheckHealthCommand: resource is alive
>>>>> 2013-04-07 00:38:51,550 DEBUG [agent.manager.AgentManagerImpl]
>>>>> (AgentTaskPool-16:null) agent (5) responded to checkHeathCommand,
>>>>>reporting
>>>>> that agent is Up
>>>>> 2013-04-07 00:38:51,550 INFO  [agent.manager.AgentManagerImpl]
>>>>> (AgentTaskPool-16:null) The state determined is Up
>>>>> 2013-04-07 00:38:51,550 INFO  [agent.manager.AgentManagerImpl]
>>>>> (AgentTaskPool-16:null) Agent is determined to be up and running
>>>>> 2013-04-07 00:38:51,550 DEBUG [cloud.host.Status]
>>>>>(AgentTaskPool-11:null)
>>>>> Agent status update: [id = 6; name = Tut-XenServer; old status = Up;
>>>>>event
>>>>> = Ping; new status = Up; old update count = 315; new update count =
>>>>>316]
>>>>> 2013-04-07 00:38:51,550 DEBUG [cloud.host.Status]
>>>>>(AgentTaskPool-16:null)
>>>>> Transition:[Resource state = Enabled, Agent event = Ping, Host id =
>>>>>5,
>>>>>name
>>>>> = Tut-XenServer2]
>>>>> 2013-04-07 00:38:51,553 DEBUG [cloud.host.Status]
>>>>>(AgentTaskPool-16:null)
>>>>> Agent status update: [id = 5; name = Tut-XenServer2; old status = Up;
>>>>>event
>>>>> = Ping; new status = Up; old update count = 152; new update count =
>>>>>153]
>>>>> 2013-04-07 00:39:04,800 DEBUG [agent.manager.DirectAgentAttache]
>>>>> (DirectAgent-100:null) Ping from 6
>>>>> 2013-04-07 00:39:06,054 DEBUG [agent.manager.DirectAgentAttache]
>>>>> (DirectAgent-259:null) Ping from 5
>>>>> 2013-04-07 00:39:06,909 DEBUG [agent.manager.DirectAgentAttache]
>>>>> (DirectAgent-134:null) Seq 6-324993028: Executing request
>>>>> 2013-04-07 00:39:07,104 DEBUG [agent.manager.DirectAgentAttache]
>>>>> (DirectAgent-134:null) Seq 6-324993028: Response Received:
>>>>> 2013-04-07 00:39:07,104 DEBUG [agent.transport.Request]
>>>>> (DirectAgent-134:null) Seq 6-324993028: Processing:  { Ans: , MgmtId:
>>>>>1,
>>>>> via: 6, Ver: v1, Flags: 10,
>>>>>
>>>>>[{"ClusterSyncAnswer":{"_clusterId":2,"_newStates":{},"_isExecuted":fa
>>>>>l
>>>>>s
>>>>>e
>>>>>,"result":true,"wait":0}}]
>>>>> }
>>>>> 2013-04-07 00:39:11,022 DEBUG [agent.manager.DirectAgentAttache]
>>>>> (DirectAgent-188:null) Seq 5-614334468: Executing request
>>>>> 2013-04-07 00:39:11,164 DEBUG [agent.manager.DirectAgentAttache]
>>>>> (DirectAgent-188:null) Seq 5-614334468: Response Received:
>>>>> 2013-04-07 00:39:11,164 DEBUG [agent.transport.Request]
>>>>> (DirectAgent-188:null) Seq 5-614334468: Processing:  { Ans: , MgmtId:
>>>>>1,
>>>>> via: 5, Ver: v1, Flags: 10, [{"Answer":{"result":true,"wait":0}}] }
>>>>> 2013-04-07 00:39:20,451 DEBUG
>>>>> [storage.secondary.SecondaryStorageManagerImpl] (secstorage-1:null)
>>>>>Zone 1
>>>>> is ready to launch secondary storage VM
>>>>> 2013-04-07 00:39:20,552 DEBUG
>>>>>[cloud.consoleproxy.ConsoleProxyManagerImpl]
>>>>> (consoleproxy-1:null) Zone 1 is ready to launch console proxy
>>>>> 2013-04-07 00:39:20,819 DEBUG
>>>>> [network.router.VirtualNetworkApplianceManagerImpl]
>>>>> (RouterStatusMonitor-1:null) Found 0 routers to update status.
>>>>> 2013-04-07 00:39:20,820 DEBUG
>>>>> [network.router.VirtualNetworkApplianceManagerImpl]
>>>>> (RouterStatusMonitor-1:null) Found 0 networks to update RvR status.
>>>>> 2013-04-07 00:39:20,851 DEBUG
>>>>> [network.router.VirtualNetworkApplianceManagerImpl]
>>>>> (RouterStatusMonitor-1:null) Found 0 routers to update status.
>>>>> 2013-04-07 00:39:20,852 DEBUG
>>>>> [network.router.VirtualNetworkApplianceManagerImpl]
>>>>> (RouterStatusMonitor-1:null) Found 0 networks to update RvR status.
>>>>> 2013-04-07 00:39:24,890 DEBUG [agent.manager.AgentManagerImpl]
>>>>> (AgentManager-Handler-10:null) Ping from 4
>>>>> 2013-04-07 00:39:27,161 DEBUG [agent.manager.DirectAgentAttache]
>>>>> (DirectAgent-400:null) Ping from 1
>>>>> 2013-04-07 00:39:27,661 DEBUG [cloud.api.ApiServlet]
>>>>> (1109449945@qtp-1008805148-34:null) ===START===  127.0.0.1 -- GET
>>>>>
>>>>>command=listVolumes&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8Go
>>>>>V
>>>>>A
>>>>>%
>>>>>3D&listAll=true&page=1&pagesize=20&_=1365316767658
>>>>> 2013-04-07 00:39:27,672 DEBUG [cloud.api.ApiServlet]
>>>>> (1109449945@qtp-1008805148-34:null) ===END===  127.0.0.1 -- GET
>>>>>
>>>>>command=listVolumes&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8Go
>>>>>V
>>>>>A
>>>>>%
>>>>>3D&listAll=true&page=1&pagesize=20&_=1365316767658
>>>>> 2013-04-07 00:39:28,628 DEBUG [cloud.api.ApiServlet]
>>>>> (1109449945@qtp-1008805148-34:null) ===START===  127.0.0.1 -- GET
>>>>>
>>>>>command=listVirtualMachines&response=json&sessionkey=Z6QqzU0Fq1iT13bMg
>>>>>n
>>>>>R
>>>>>R
>>>>>fl8GoVA%3D&listAll=true&page=1&pagesize=20&_=1365316768625
>>>>> 2013-04-07 00:39:28,640 DEBUG [cloud.api.ApiServlet]
>>>>> (1109449945@qtp-1008805148-34:null) ===END===  127.0.0.1 -- GET
>>>>>
>>>>>command=listVirtualMachines&response=json&sessionkey=Z6QqzU0Fq1iT13bMg
>>>>>n
>>>>>R
>>>>>R
>>>>>fl8GoVA%3D&listAll=true&page=1&pagesize=20&_=1365316768625
>>>>> 2013-04-07 00:39:29,095 DEBUG [agent.manager.DirectAgentAttache]
>>>>> (DirectAgent-101:null) Seq 1-90046472: Executing request
>>>>> 2013-04-07 00:39:29,311 DEBUG [agent.manager.DirectAgentAttache]
>>>>> (DirectAgent-101:null) Seq 1-90046472: Response Received:
>>>>> 2013-04-07 00:39:29,311 DEBUG [agent.transport.Request]
>>>>> (DirectAgent-101:null) Seq 1-90046472: Processing:  { Ans: , MgmtId:
>>>>>1,
>>>>> via: 1, Ver: v1, Flags: 10,
>>>>>
>>>>>[{"ClusterSyncAnswer":{"_clusterId":1,"_newStates":{},"_isExecuted":fa
>>>>>l
>>>>>s
>>>>>e
>>>>>,"result":true,"wait":0}}]
>>>>> }
>>>>> 2013-04-07 00:39:31,530 DEBUG [cloud.api.ApiServlet]
>>>>> (1109449945@qtp-1008805148-34:null) ===START===  127.0.0.1 -- GET
>>>>>
>>>>>command=logout&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D
>>>>>&
>>>>>_
>>>>>=
>>>>>1365316771528
>>>>> 2013-04-07 00:39:31,535 DEBUG [cloud.api.ApiServlet]
>>>>> (1109449945@qtp-1008805148-34:null) ===END===  127.0.0.1 -- GET
>>>>>
>>>>>command=logout&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D
>>>>>&
>>>>>_
>>>>>=
>>>>>1365316771528
>>>>> 2013-04-07 00:39:31,969 DEBUG [cloud.api.ApiServlet]
>>>>> (2107564436@qtp-1008805148-38:null) ===START===  127.0.0.1 -- GET
>>>>>
>>>>>command=listCapabilities&response=json&sessionkey=null&_=1365316771968
>>>>> 2013-04-07 00:39:31,970 DEBUG [cloud.api.ApiServlet]
>>>>> (2107564436@qtp-1008805148-38:null) ===END===  127.0.0.1 -- GET
>>>>>
>>>>>command=listCapabilities&response=json&sessionkey=null&_=1365316771968
>>>>> 2013-04-07 00:39:47,679 DEBUG [agent.manager.AgentManagerImpl]
>>>>> (AgentManager-Handler-11:null) Ping from 3
>>>>> 2013-04-07 00:39:50,451 DEBUG
>>>>> [storage.secondary.SecondaryStorageManagerImpl] (secstorage-1:null)
>>>>>Zone 1
>>>>> is ready to launch secondary storage VM
>>>>> 2013-04-07 00:39:50,555 DEBUG
>>>>>[cloud.consoleproxy.ConsoleProxyManagerImpl]
>>>>> (consoleproxy-1:null) Zone 1 is ready to launch console proxy
>>>>> 2013-04-07 00:39:50,819 DEBUG
>>>>> [network.router.VirtualNetworkApplianceManagerImpl]
>>>>> (RouterStatusMonitor-1:null) Found 0 routers to update status.
>>>>> 2013-04-07 00:39:50,820 DEBUG
>>>>> [network.router.VirtualNetworkApplianceManagerImpl]
>>>>> (RouterStatusMonitor-1:null) Found 0 networks to update RvR status.
>>>>> 2013-04-07 00:39:50,850 DEBUG
>>>>> [network.router.VirtualNetworkApplianceManagerImpl]
>>>>> (RouterStatusMonitor-1:null) Found 0 routers to update status.
>>>>> 2013-04-07 00:39:50,851 DEBUG
>>>>> [network.router.VirtualNetworkApplianceManagerImpl]
>>>>> (RouterStatusMonitor-1:null) Found 0 networks to update RvR status.
>>>>> 2013-04-07 00:39:51,486 INFO  [agent.manager.AgentMonitor]
>>>>> (Thread-11:null) Found the following agents behind on ping: [6, 5]
>>>>> 2013-04-07 00:39:51,488 DEBUG [cloud.host.Status] (Thread-11:null)
>>>>>Ping
>>>>> timeout for host 6, do invstigation
>>>>> 2013-04-07 00:39:51,489 DEBUG [cloud.host.Status] (Thread-11:null)
>>>>>Ping
>>>>> timeout for host 5, do invstigation
>>>>> 2013-04-07 00:39:51,489 INFO  [agent.manager.AgentManagerImpl]
>>>>> (AgentTaskPool-2:null) Investigating why host 6 has disconnected with
>>>>>event
>>>>> PingTimeout
>>>>> 2013-04-07 00:39:51,490 DEBUG [agent.manager.AgentManagerImpl]
>>>>> (AgentTaskPool-2:null) checking if agent (6) is alive
>>>>> 2013-04-07 00:39:51,491 INFO  [agent.manager.AgentManagerImpl]
>>>>> (AgentTaskPool-14:null) Investigating why host 5 has disconnected
>>>>>with
>>>>> event PingTimeout
>>>>> 2013-04-07 00:39:51,491 DEBUG [agent.manager.AgentManagerImpl]
>>>>> (AgentTaskPool-14:null) checking if agent (5) is alive
>>>>> 2013-04-07 00:39:51,493 DEBUG [agent.transport.Request]
>>>>> (AgentTaskPool-2:null) Seq 6-324993319: Sending  { Cmd , MgmtId: 1,
>>>>>via: 6,
>>>>> Ver: v1, Flags: 100011, [{"CheckHealthCommand":{"wait":50}}] }
>>>>> 2013-04-07 00:39:51,493 DEBUG [agent.transport.Request]
>>>>> (AgentTaskPool-2:null) Seq 6-324993319: Executing:  { Cmd , MgmtId:
>>>>>1,
>>>>>via:
>>>>> 6, Ver: v1, Flags: 100011, [{"CheckHealthCommand":{"wait":50}}] }
>>>>> 2013-04-07 00:39:51,493 DEBUG [agent.manager.DirectAgentAttache]
>>>>> (DirectAgent-278:null) Seq 6-324993319: Executing request
>>>>> 2013-04-07 00:39:51,494 DEBUG [agent.transport.Request]
>>>>> (AgentTaskPool-14:null) Seq 5-614334823: Sending  { Cmd , MgmtId: 1,
>>>>>via:
>>>>> 5, Ver: v1, Flags: 100011, [{"CheckHealthCommand":{"wait":50}}] }
>>>>> 2013-04-07 00:39:51,494 DEBUG [agent.transport.Request]
>>>>> (AgentTaskPool-14:null) Seq 5-614334823: Executing:  { Cmd , MgmtId:
>>>>>1,
>>>>> via: 5, Ver: v1, Flags: 100011, [{"CheckHealthCommand":{"wait":50}}]
>>>>>}
>>>>> 2013-04-07 00:39:51,495 DEBUG [agent.manager.DirectAgentAttache]
>>>>> (DirectAgent-433:null) Seq 5-614334823: Executing request
>>>>> 2013-04-07 00:39:51,547 DEBUG [agent.manager.DirectAgentAttache]
>>>>> (DirectAgent-278:null) Seq 6-324993319: Response Received:
>>>>> 2013-04-07 00:39:51,548 DEBUG [agent.transport.Request]
>>>>> (DirectAgent-278:null) Seq 6-324993319: Processing:  { Ans: , MgmtId:
>>>>>1,
>>>>> via: 6, Ver: v1, Flags: 10,
>>>>> [{"CheckHealthAnswer":{"result":true,"details":"resource is
>>>>> alive","wait":0}}] }
>>>>> 2013-04-07 00:39:51,548 DEBUG [agent.transport.Request]
>>>>> (AgentTaskPool-2:null) Seq 6-324993319: Received:  { Ans: , MgmtId:
>>>>>1,
>>>>>via:
>>>>> 6, Ver: v1, Flags: 10, { CheckHealthAnswer } }
>>>>> 2013-04-07 00:39:51,548 DEBUG [agent.manager.AgentManagerImpl]
>>>>> (AgentTaskPool-2:null) Details from executing class
>>>>> com.cloud.agent.api.CheckHealthCommand: resource is alive
>>>>> 2013-04-07 00:39:51,548 DEBUG [agent.manager.AgentManagerImpl]
>>>>> (AgentTaskPool-2:null) agent (6) responded to checkHeathCommand,
>>>>>reporting
>>>>> that agent is Up
>>>>> 2013-04-07 00:39:51,548 INFO  [agent.manager.AgentManagerImpl]
>>>>> (AgentTaskPool-2:null) The state determined is Up
>>>>> 2013-04-07 00:39:51,548 INFO  [agent.manager.AgentManagerImpl]
>>>>> (AgentTaskPool-2:null) Agent is determined to be up and running
>>>>> 2013-04-07 00:39:51,548 DEBUG [cloud.host.Status]
>>>>>(AgentTaskPool-2:null)
>>>>> Transition:[Resource state = Enabled, Agent event = Ping, Host id =
>>>>>6,
>>>>>name
>>>>> = Tut-XenServer]
>>>>> 2013-04-07 00:39:51,549 DEBUG [agent.manager.DirectAgentAttache]
>>>>> (DirectAgent-433:null) Seq 5-614334823: Response Received:
>>>>> 2013-04-07 00:39:51,549 DEBUG [agent.transport.Request]
>>>>> (DirectAgent-433:null) Seq 5-614334823: Processing:  { Ans: , MgmtId:
>>>>>1,
>>>>> via: 5, Ver: v1, Flags: 10,
>>>>> [{"CheckHealthAnswer":{"result":true,"details":"resource is
>>>>> alive","wait":0}}] }
>>>>> 2013-04-07 00:39:51,549 DEBUG [agent.transport.Request]
>>>>> (AgentTaskPool-14:null) Seq 5-614334823: Received:  { Ans: , MgmtId:
>>>>>1,
>>>>> via: 5, Ver: v1, Flags: 10, { CheckHealthAnswer } }
>>>>> 2013-04-07 00:39:51,549 DEBUG [agent.manager.AgentManagerImpl]
>>>>> (AgentTaskPool-14:null) Details from executing class
>>>>> com.cloud.agent.api.CheckHealthCommand: resource is alive
>>>>> 2013-04-07 00:39:51,549 DEBUG [agent.manager.AgentManagerImpl]
>>>>> (AgentTaskPool-14:null) agent (5) responded to checkHeathCommand,
>>>>>reporting
>>>>> that agent is Up
>>>>> 2013-04-07 00:39:51,549 INFO  [agent.manager.AgentManagerImpl]
>>>>> (AgentTaskPool-14:null) The state determined is Up
>>>>> 2013-04-07 00:39:51,549 INFO  [agent.manager.AgentManagerImpl]
>>>>> (AgentTaskPool-14:null) Agent is determined to be up and running
>>>>> 2013-04-07 00:39:51,551 DEBUG [cloud.host.Status]
>>>>>(AgentTaskPool-2:null)
>>>>> Agent status update: [id = 6; name = Tut-XenServer; old status = Up;
>>>>>event
>>>>> = Ping; new status = Up; old update count = 316; new update count =
>>>>>317]
>>>>> 2013-04-07 00:39:51,551 DEBUG [cloud.host.Status]
>>>>>(AgentTaskPool-14:null)
>>>>> Transition:[Resource state = Enabled, Agent event = Ping, Host id =
>>>>>5,
>>>>>name
>>>>> = Tut-XenServer2]
>>>>> 2013-04-07 00:39:51,554 DEBUG [cloud.host.Status]
>>>>>(AgentTaskPool-14:null)
>>>>> Agent status update: [id = 5; name = Tut-XenServer2; old status = Up;
>>>>>event
>>>>> = Ping; new status = Up; old update count = 153; new update count =
>>>>>154]
>>>>> 2013-04-07 00:40:04,836 DEBUG [agent.manager.DirectAgentAttache]
>>>>> (DirectAgent-238:null) Ping from 6
>>>>> 2013-04-07 00:40:06,653 WARN  [xen.resource.CitrixResourceBase]
>>>>> (DirectAgent-429:null)  can not ping xenserver
>>>>> 5e02c608-155d-432e-a20f-f8c600ef3ab7
>>>>> 2013-04-07 00:40:06,653 WARN  [agent.manager.DirectAgentAttache]
>>>>> (DirectAgent-429:null) Unable to get current status on 5
>>>>> 2013-04-07 00:40:06,655 INFO  [agent.manager.AgentManagerImpl]
>>>>> (AgentTaskPool-1:null) Investigating why host 5 has disconnected with
>>>>>event
>>>>> AgentDisconnected
>>>>> 2013-04-07 00:40:06,655 DEBUG [agent.manager.AgentManagerImpl]
>>>>> (AgentTaskPool-1:null) checking if agent (5) is alive
>>>>> 2013-04-07 00:40:06,658 DEBUG [agent.transport.Request]
>>>>> (AgentTaskPool-1:null) Seq 5-614334824: Sending  { Cmd , MgmtId: 1,
>>>>>via: 5,
>>>>> Ver: v1, Flags: 100011, [{"CheckHealthCommand":{"wait":50}}] }
>>>>> 2013-04-07 00:40:06,658 DEBUG [agent.transport.Request]
>>>>> (AgentTaskPool-1:null) Seq 5-614334824: Executing:  { Cmd , MgmtId:
>>>>>1,
>>>>>via:
>>>>> 5, Ver: v1, Flags: 100011, [{"CheckHealthCommand":{"wait":50}}] }
>>>>> 2013-04-07 00:40:06,658 DEBUG [agent.manager.DirectAgentAttache]
>>>>> (DirectAgent-28:null) Seq 5-614334824: Executing request
>>>>> 2013-04-07 00:40:06,681 DEBUG [agent.manager.DirectAgentAttache]
>>>>> (DirectAgent-28:null) Seq 5-614334824: Response Received:
>>>>> 2013-04-07 00:40:06,682 DEBUG [agent.transport.Request]
>>>>> (DirectAgent-28:null) Seq 5-614334824: Processing:  { Ans: , MgmtId:
>>>>>1,
>>>>> via: 5, Ver: v1, Flags: 10,
>>>>> [{"CheckHealthAnswer":{"result":false,"details":"resource is not
>>>>> alive","wait":0}}] }
>>>>> 2013-04-07 00:40:06,682 DEBUG [agent.transport.Request]
>>>>> (AgentTaskPool-1:null) Seq 5-614334824: Received:  { Ans: , MgmtId:
>>>>>1,
>>>>>via:
>>>>> 5, Ver: v1, Flags: 10, { CheckHealthAnswer } }
>>>>> 2013-04-07 00:40:06,682 DEBUG [agent.manager.AgentManagerImpl]
>>>>> (AgentTaskPool-1:null) Details from executing class
>>>>> com.cloud.agent.api.CheckHealthCommand: resource is not alive
>>>>> 2013-04-07 00:40:06,684 DEBUG [cloud.ha.HighAvailabilityManagerImpl]
>>>>> (AgentTaskPool-1:null) SimpleInvestigator unable to determine the
>>>>>state
>>>>>of
>>>>> the host.  Moving on.
>>>>> 2013-04-07 00:40:06,691 DEBUG [agent.transport.Request]
>>>>> (AgentTaskPool-1:null) Seq 6-324993320: Sending  { Cmd , MgmtId: 1,
>>>>>via: 6,
>>>>> Ver: v1, Flags: 100011,
>>>>>
>>>>>[{"CheckOnHostCommand":{"host":{"guid":"5e02c608-155d-432e-a20f-f8c600
>>>>>e
>>>>>f
>>>>>3
>>>>>ab7","privateNetwork":{"ip":"192.168.56.11","netmask":"255.255.255.0",
>>>>>"
>>>>>m
>>>>>a
>>>>>c":"08:00:27:f7:0d:28","isSecurityGroupEnabled":false},"publicNetwork"
>>>>>:
>>>>>{
>>>>>"
>>>>>ip":"192.168.56.11","netmask":"255.255.255.0","mac":"08:00:27:f7:0d:28
>>>>>"
>>>>>,
>>>>>"
>>>>>isSecurityGroupEnabled":false},"storageNetwork1":{"ip":"192.168.56.11"
>>>>>,
>>>>>"
>>>>>n
>>>>>etmask":"255.255.255.0","mac":"08:00:27:f7:0d:28","isSecurityGroupEnab
>>>>>l
>>>>>e
>>>>>d
>>>>>":false}},"wait":20}}]
>>>>> }
>>>>> 2013-04-07 00:40:06,691 DEBUG [agent.transport.Request]
>>>>> (AgentTaskPool-1:null) Seq 6-324993320: Executing:  { Cmd , MgmtId:
>>>>>1,
>>>>>via:
>>>>> 6, Ver: v1, Flags: 100011,
>>>>>
>>>>>[{"CheckOnHostCommand":{"host":{"guid":"5e02c608-155d-432e-a20f-f8c600
>>>>>e
>>>>>f
>>>>>3
>>>>>ab7","privateNetwork":{"ip":"192.168.56.11","netmask":"255.255.255.0",
>>>>>"
>>>>>m
>>>>>a
>>>>>c":"08:00:27:f7:0d:28","isSecurityGroupEnabled":false},"publicNetwork"
>>>>>:
>>>>>{
>>>>>"
>>>>>ip":"192.168.56.11","netmask":"255.255.255.0","mac":"08:00:27:f7:0d:28
>>>>>"
>>>>>,
>>>>>"
>>>>>isSecurityGroupEnabled":false},"storageNetwork1":{"ip":"192.168.56.11"
>>>>>,
>>>>>"
>>>>>n
>>>>>etmask":"255.255.255.0","mac":"08:00:27:f7:0d:28","isSecurityGroupEnab
>>>>>l
>>>>>e
>>>>>d
>>>>>":false}},"wait":20}}]
>>>>> }
>>>>> 2013-04-07 00:40:06,692 DEBUG [agent.manager.DirectAgentAttache]
>>>>> (DirectAgent-467:null) Seq 6-324993320: Executing request
>>>>> 2013-04-07 00:40:06,909 DEBUG [agent.manager.DirectAgentAttache]
>>>>> (DirectAgent-367:null) Seq 6-324993028: Executing request
>>>>> 2013-04-07 00:40:07,178 DEBUG [xen.resource.XenServer56Resource]
>>>>> (DirectAgent-467:null) Heart beat is still going
>>>>> 2013-04-07 00:40:07,178 DEBUG [agent.manager.DirectAgentAttache]
>>>>> (DirectAgent-467:null) Seq 6-324993320: Response Received:
>>>>> 2013-04-07 00:40:07,178 DEBUG [agent.transport.Request]
>>>>> (DirectAgent-467:null) Seq 6-324993320: Processing:  { Ans: , MgmtId:
>>>>>1,
>>>>> via: 6, Ver: v1, Flags: 10,
>>>>>
>>>>>[{"CheckOnHostAnswer":{"determined":true,"alive":true,"result":true,"d
>>>>>e
>>>>>t
>>>>>a
>>>>>ils":"Heartbeat
>>>>> is still going","wait":0}}] }
>>>>> 2013-04-07 00:40:07,178 DEBUG [agent.transport.Request]
>>>>> (AgentTaskPool-1:null) Seq 6-324993320: Received:  { Ans: , MgmtId:
>>>>>1,
>>>>>via:
>>>>> 6, Ver: v1, Flags: 10, { CheckOnHostAnswer } }
>>>>> 2013-04-07 00:40:07,179 DEBUG [agent.manager.AgentManagerImpl]
>>>>> (AgentTaskPool-1:null) Details from executing class
>>>>> com.cloud.agent.api.CheckOnHostCommand: Heartbeat is still going
>>>>> 2013-04-07 00:40:07,179 DEBUG [cloud.ha.HighAvailabilityManagerImpl]
>>>>> (AgentTaskPool-1:null) XenServerInvestigator was able to determine
>>>>>host
>>>>>5
>>>>> is in Up
>>>>> 2013-04-07 00:40:07,179 INFO  [agent.manager.AgentManagerImpl]
>>>>> (AgentTaskPool-1:null) The state determined is Up
>>>>> 2013-04-07 00:40:07,179 INFO  [agent.manager.AgentManagerImpl]
>>>>> (AgentTaskPool-1:null) Agent is determined to be up and running
>>>>> 2013-04-07 00:40:07,179 DEBUG [cloud.host.Status]
>>>>>(AgentTaskPool-1:null)
>>>>> Transition:[Resource state = Enabled, Agent event = Ping, Host id =
>>>>>5,
>>>>>name
>>>>> = Tut-XenServer2]
>>>>> 2013-04-07 00:40:07,182 DEBUG [cloud.host.Status]
>>>>>(AgentTaskPool-1:null)
>>>>> Agent status update: [id = 5; name = Tut-XenServer2; old status = Up;
>>>>>event
>>>>> = Ping; new status = Up; old update count = 154; new update count =
>>>>>155]
>>>>> 2013-04-07 00:40:07,321 DEBUG [agent.manager.DirectAgentAttache]
>>>>> (DirectAgent-367:null) Seq 6-324993028: Response Received:
>>>>> 2013-04-07 00:40:07,322 DEBUG [agent.transport.Request]
>>>>> (DirectAgent-367:null) Seq 6-324993028: Processing:  { Ans: , MgmtId:
>>>>>1,
>>>>> via: 6, Ver: v1, Flags: 10,
>>>>>
>>>>>[{"ClusterSyncAnswer":{"_clusterId":2,"_newStates":{},"_isExecuted":fa
>>>>>l
>>>>>s
>>>>>e
>>>>>,"result":true,"wait":0}}]
>>>>> }
>>>>> 2013-04-07 00:40:11,022 DEBUG [agent.manager.DirectAgentAttache]
>>>>> (DirectAgent-430:null) Seq 5-614334468: Executing request
>>>>> 2013-04-07 00:40:11,052 DEBUG [xen.resource.XenServerConnectionPool]
>>>>> (DirectAgent-430:null) Catch Exception:
>>>>> com.xensource.xenapi.Types$HostOffline Host is offline 192.168.56.11
>>>>>due to
>>>>> You attempted an operation which involves a host which could not be
>>>>> contacted.
>>>>> 2013-04-07 00:40:11,052 DEBUG [xen.resource.XenServerConnectionPool]
>>>>> (DirectAgent-430:null) Trying to reset master of slave 192.168.56.11
>>>>>to
>>>>> 192.168.56.9
>>>>> 2013-04-07 00:40:20,452 DEBUG
>>>>> [storage.secondary.SecondaryStorageManagerImpl] (secstorage-1:null)
>>>>>Zone 1
>>>>> is ready to launch secondary storage VM
>>>>> 2013-04-07 00:40:20,552 DEBUG
>>>>>[cloud.consoleproxy.ConsoleProxyManagerImpl]
>>>>> (consoleproxy-1:null) Zone 1 is ready to launch console proxy
>>>>> 2013-04-07 00:40:20,820 DEBUG
>>>>> [network.router.VirtualNetworkApplianceManagerImpl]
>>>>> (RouterStatusMonitor-1:null) Found 0 routers to update status.
>>>>> 2013-04-07 00:40:20,821 DEBUG
>>>>> [network.router.VirtualNetworkApplianceManagerImpl]
>>>>> (RouterStatusMonitor-1:null) Found 0 networks to update RvR status.
>>>>> 2013-04-07 00:40:20,852 DEBUG
>>>>> [network.router.VirtualNetworkApplianceManagerImpl]
>>>>> (RouterStatusMonitor-1:null) Found 0 routers to update status.
>>>>> 2013-04-07 00:40:20,853 DEBUG
>>>>> [network.router.VirtualNetworkApplianceManagerImpl]
>>>>> (RouterStatusMonitor-1:null) Found 0 networks to update RvR status.
>>>>> 2013-04-07 00:40:21,055 DEBUG [xen.resource.XenServerConnectionPool]
>>>>> (DirectAgent-430:null) localLogout has problem Failed to read
>>>>>server's
>>>>> response: connect timed out
>>>>> 2013-04-07 00:40:21,055 WARN  [agent.manager.DirectAgentAttache]
>>>>> (DirectAgent-430:null) Seq 5-614334468: Exception Caught while
>>>>>executing
>>>>> command
>>>>> com.cloud.utils.exception.CloudRuntimeException: Unable to reset
>>>>>master
>>>>>of
>>>>> slave 192.168.56.11 to 192.168.56.9 due to
>>>>> org.apache.xmlrpc.XmlRpcException: Failed to read server's response:
>>>>> connect timed out
>>>>>  at
>>>>>
>>>>>com.cloud.hypervisor.xen.resource.XenServerConnectionPool.PoolEmergenc
>>>>>y
>>>>>R
>>>>>e
>>>>>setMaster(XenServerConnectionPool.java:443)
>>>>> at
>>>>>
>>>>>com.cloud.hypervisor.xen.resource.XenServerConnectionPool.connect(XenS
>>>>>e
>>>>>r
>>>>>v
>>>>>erConnectionPool.java:661)
>>>>>  at
>>>>>
>>>>>com.cloud.hypervisor.xen.resource.CitrixResourceBase.getConnection(Cit
>>>>>r
>>>>>i
>>>>>x
>>>>>ResourceBase.java:5380)
>>>>> at
>>>>>
>>>>>com.cloud.hypervisor.xen.resource.CitrixResourceBase.execute(CitrixRes
>>>>>o
>>>>>u
>>>>>r
>>>>>ceBase.java:7248)
>>>>>  at
>>>>>
>>>>>com.cloud.hypervisor.xen.resource.CitrixResourceBase.executeRequest(Ci
>>>>>t
>>>>>r
>>>>>i
>>>>>xResourceBase.java:555)
>>>>> at
>>>>>
>>>>>com.cloud.hypervisor.xen.resource.XenServer56Resource.executeRequest(X
>>>>>e
>>>>>n
>>>>>S
>>>>>erver56Resource.java:73)
>>>>>  at
>>>>>
>>>>>com.cloud.agent.manager.DirectAgentAttache$Task.run(DirectAgentAttache
>>>>>.
>>>>>j
>>>>>a
>>>>>va:186)
>>>>> at
>>>>>java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:439
>>>>>)
>>>>>  at
>>>>>
>>>>>java.util.concurrent.FutureTask$Sync.innerRunAndReset(FutureTask.java:
>>>>>3
>>>>>1
>>>>>7
>>>>>)
>>>>> at java.util.concurrent.FutureTask.runAndReset(FutureTask.java:150)
>>>>>  at
>>>>>
>>>>>java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.a
>>>>>c
>>>>>c
>>>>>e
>>>>>ss$101(ScheduledThreadPoolExecutor.java:98)
>>>>> at
>>>>>
>>>>>java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.r
>>>>>u
>>>>>n
>>>>>P
>>>>>eriodic(ScheduledThreadPoolExecutor.java:180)
>>>>>  at
>>>>>
>>>>>java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.r
>>>>>u
>>>>>n
>>>>>(
>>>>>ScheduledThreadPoolExecutor.java:204)
>>>>> at
>>>>>
>>>>>java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecu
>>>>>t
>>>>>o
>>>>>r
>>>>>.java:895)
>>>>>  at
>>>>>
>>>>>java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.
>>>>>j
>>>>>a
>>>>>v
>>>>>a:918)
>>>>> at java.lang.Thread.run(Thread.java:680)
>>>>> 2013-04-07 00:40:21,056 DEBUG [agent.manager.DirectAgentAttache]
>>>>> (DirectAgent-430:null) Seq 5-614334468: Response Received:
>>>>> 2013-04-07 00:40:21,056 DEBUG [agent.transport.Request]
>>>>> (DirectAgent-430:null) Seq 5-614334468: Processing:  { Ans: , MgmtId:
>>>>>1,
>>>>> via: 5, Ver: v1, Flags: 10,
>>>>>
>>>>>[{"Answer":{"result":false,"details":"com.cloud.utils.exception.CloudR
>>>>>u
>>>>>n
>>>>>t
>>>>>imeException:
>>>>> Unable to reset master of slave 192.168.56.11 to 192.168.56.9 due to
>>>>> org.apache.xmlrpc.XmlRpcException: Failed to read server's response:
>>>>> connect timed out","wait":0}}] }
>>>>> 2013-04-07 00:40:24,888 DEBUG [agent.manager.AgentManagerImpl]
>>>>> (AgentManager-Handler-12:null) Ping from 4
>>>>> 2013-04-07 00:40:27,162 DEBUG [agent.manager.DirectAgentAttache]
>>>>> (DirectAgent-321:null) Ping from 1
>>>>> 2013-04-07 00:40:29,095 DEBUG [agent.manager.DirectAgentAttache]
>>>>> (DirectAgent-423:null) Seq 1-90046472: Executing request
>>>>> 2013-04-07 00:40:29,364 DEBUG [agent.manager.DirectAgentAttache]
>>>>> (DirectAgent-423:null) Seq 1-90046472: Response Received:
>>>>> 2013-04-07 00:40:29,364 DEBUG [agent.transport.Request]
>>>>> (DirectAgent-423:null) Seq 1-90046472: Processing:  { Ans: , MgmtId:
>>>>>1,
>>>>> via: 1, Ver: v1, Flags: 10,
>>>>>
>>>>>[{"ClusterSyncAnswer":{"_clusterId":1,"_newStates":{},"_isExecuted":fa
>>>>>l
>>>>>s
>>>>>e
>>>>>,"result":true,"wait":0}}]
>>>>> }
>>>>> 2013-04-07 00:40:43,749 INFO
>>>>>[context.support.XmlWebApplicationContext]
>>>>> (Shutdown:null) Closing Root WebApplicationContext: startup date [Sat
>>>>>Apr
>>>>> 06 22:07:12 MDT 2013]; root of context hierarchy
>>>>> 2013-04-07 00:40:43,751 INFO
>>>>>[factory.support.DefaultListableBeanFactory]
>>>>> (Shutdown:null) Destroying singletons in
>>>>>
>>>>>org.springframework.beans.factory.support.DefaultListableBeanFactory@7
>>>>>4
>>>>>b
>>>>>7
>>>>>6ce4:
>>>>> defining beans
>>>>>
>>>>>[org.springframework.context.annotation.internalConfigurationAnnotatio
>>>>>n
>>>>>P
>>>>>r
>>>>>ocessor,org.springframework.context.annotation.internalAutowiredAnnota
>>>>>t
>>>>>i
>>>>>o
>>>>>nProcessor,org.springframework.context.annotation.internalRequiredAnno
>>>>>t
>>>>>a
>>>>>t
>>>>>ionProcessor,org.springframework.context.annotation.internalCommonAnno
>>>>>t
>>>>>a
>>>>>t
>>>>>ionProcessor,ClusterRestService,NetworkRestService,PodService,VirtualM
>>>>>a
>>>>>c
>>>>>h
>>>>>ineRestService,VolumeRestService,zoneService,dataDisk,iso,rootDisk,vol
>>>>>u
>>>>>m
>>>>>e
>>>>>TypeHelper,VMComputeTagDaoImpl,VMEntityDaoImpl,VMNetworkMapDaoImpl,VMR
>>>>>e
>>>>>s
>>>>>e
>>>>>rvationDaoImpl,VMRootDiskTagDaoImpl,volumeReservationDaoImpl,virtualMa
>>>>>c
>>>>>h
>>>>>i
>>>>>neEntityImpl,VMEntityManagerImpl,dataCenterResourceManagerImpl,EngineD
>>>>>c
>>>>>D
>>>>>e
>>>>>tailsDao,EngineClusterDao,EngineDataCenterDao,EngineHostDao,EngineHost
>>>>>P
>>>>>o
>>>>>d
>>>>>Dao,EngineHostDetailsDao,EngineHostTagsDao,provisioningService,cloudOr
>>>>>c
>>>>>h
>>>>>e
>>>>>strator,dataObjectManagerImpl,dataStoreManagerImpl,dataStoreProviderDa
>>>>>o
>>>>>I
>>>>>m
>>>>>pl,primaryDataStoreDaoImpl,primaryDataStoreDetailsDaoImpl,objectInData
>>>>>S
>>>>>t
>>>>>o
>>>>>reManagerImpl,dataStoreProviderManagerImpl,objectInDataStoreDaoImpl,de
>>>>>f
>>>>>a
>>>>>u
>>>>>ltEndPointSelector,hypervsiorHostEndPointRpcServer,imageDataStoreHelpe
>>>>>r
>>>>>,
>>>>>i
>>>>>mageDaoStoreDaoImpl,imageDataDaoImpl,imageDataStoreProviderDaoImpl,BAR
>>>>>E
>>>>>M
>>>>>E
>>>>>TAL,imageFormatHelper,ISO,OVA,imageformat_qcow2,unknown,image_format_v
>>>>>h
>>>>>d
>>>>>,
>>>>>dataMotionServiceImpl,primaryDataStoreHelper,templatePrimaryDataStoreD
>>>>>a
>>>>>o
>>>>>I
>>>>>mpl,volumeDao2Impl,imageDataFactoryImpl,imageServiceImpl,imageDataMana
>>>>>g
>>>>>e
>>>>>r
>>>>>Impl,imageDataStoreManagerImpl,defaultImageDataStoreProvider,defaultIm
>>>>>a
>>>>>g
>>>>>e
>>>>>MotionStrategy,imageMotionServiceImpl,snapshotDao2Impl,snapshotDataFac
>>>>>t
>>>>>o
>>>>>r
>>>>>yImpl,snapshotServiceImpl,hypervisorBasedSnapshot,defaultPrimaryDataSt
>>>>>o
>>>>>r
>>>>>e
>>>>>ProviderManagerImpl,defaultPrimaryDatastoreProviderImpl,ISCSI,networkF
>>>>>i
>>>>>l
>>>>>e
>>>>>System,templateInstallStrategyImpl,volumeDataFactoryImpl,volumeManager
>>>>>I
>>>>>m
>>>>>p
>>>>>l,volumeServiceImpl,apiDiscoveryServiceImpl,apiRateLimitServiceImpl,re
>>>>>g
>>>>>i
>>>>>o
>>>>>nDaoImpl,regionManagerImpl,regionServiceImpl,userContextInitializer,ev
>>>>>e
>>>>>n
>>>>>t
>>>>>DaoImpl,usageEventDaoImpl,randomAllocator,baremetalDhcpDaoImpl,baremet
>>>>>a
>>>>>l
>>>>>P
>>>>>xeDaoImpl,vmwareContextFactory,ciscoNexusVSMDeviceDaoImpl,lunDaoImpl,p
>>>>>o
>>>>>o
>>>>>l
>>>>>DaoImpl,netappVolumeDaoImpl,netappManagerImpl,elasticLoadBalancerEleme
>>>>>n
>>>>>t
>>>>>,
>>>>>elasticLbVmMapDaoImpl,elasticLoadBalancerManagerImpl,netScalerPodDaoIm
>>>>>p
>>>>>l
>>>>>,
>>>>>niciraNvpDaoImpl,niciraNvpNicMappingDaoImpl,niciraNvpRouterMappingDaoI
>>>>>m
>>>>>p
>>>>>l
>>>>>,niciraNvpElement,ovsGuestNetworkGuru,ovsTunnelInterfaceDaoImpl,ovsTun
>>>>>n
>>>>>e
>>>>>l
>>>>>NetworkDaoImpl,ovsTunnelManagerImpl,bigSwitchVnsDaoImpl,bigSwitchVnsEl
>>>>>e
>>>>>m
>>>>>e
>>>>>nt,randomStoragePoolAllocator,domainChecker,agentMonitor,firstFitAlloc
>>>>>a
>>>>>t
>>>>>o
>>>>>r,recreateHostAllocator,testingAllocator,basicAgentAuthManager,alertMa
>>>>>n
>>>>>a
>>>>>g
>>>>>erImpl,clusterAlertAdapter,consoleProxyAlertAdapter,alertDaoImpl,secon
>>>>>d
>>>>>a
>>>>>r
>>>>>yStorageVmAlertAdapter,apiDBUtils,apiDispatcher,apiResponseHelper,apiS
>>>>>e
>>>>>r
>>>>>v
>>>>>er,apiServlet,accountJoinDaoImpl,asyncJobJoinDaoImpl,dataCenterJoinDao
>>>>>I
>>>>>m
>>>>>p
>>>>>l,diskOfferingJoinDaoImpl,domainRouterJoinDaoImpl,hostJoinDaoImpl,inst
>>>>>a
>>>>>n
>>>>>c
>>>>>eGroupJoinDaoImpl,projectAccountJoinDaoImpl,projectInvitationJoinDaoIm
>>>>>p
>>>>>l
>>>>>,
>>>>>projectJoinDaoImpl,resourceTagJoinDaoImpl,securityGroupJoinDaoImpl,ser
>>>>>v
>>>>>i
>>>>>c
>>>>>eOfferingJoinDaoImpl,storagePoolJoinDaoImpl,userAccountJoinDaoImpl,use
>>>>>r
>>>>>V
>>>>>m
>>>>>JoinDaoImpl,volumeJoinDaoImpl,queryManagerImpl,asyncJobExecutorContext
>>>>>I
>>>>>m
>>>>>p
>>>>>l,asyncJobManagerImpl,asyncJobDaoImpl,syncQueueDaoImpl,syncQueueItemDa
>>>>>o
>>>>>I
>>>>>m
>>>>>pl,syncQueueManagerImpl,capacityManagerImpl,capacityDaoImpl,certificat
>>>>>e
>>>>>D
>>>>>a
>>>>>oImpl,clusterBasedAgentLoadBalancerPlanner,hostTransferMapDaoImpl,clus
>>>>>t
>>>>>e
>>>>>r
>>>>>FenceManagerImpl,clusterServiceServletAdapter,managementServerHostDaoI
>>>>>m
>>>>>p
>>>>>l
>>>>>,managementServerHostPeerDaoImpl,stackMaidDaoImpl,managementServerNode
>>>>>,
>>>>>c
>>>>>o
>>>>>nfigurationManagerImpl,configurationDaoImpl,resourceCountDaoImpl,resou
>>>>>r
>>>>>c
>>>>>e
>>>>>LimitDaoImpl,entityManagerImpl,clusterDetailsDaoImpl,accountVlanMapDao
>>>>>I
>>>>>m
>>>>>p
>>>>>l,clusterDaoImpl,clusterVSMMapDaoImpl,dataCenterDaoImpl,dataCenterIpAd
>>>>>d
>>>>>r
>>>>>e
>>>>>ssDaoImpl,dataCenterLinkLocalIpAddressDaoImpl,dataCenterVnetDaoImpl,dc
>>>>>D
>>>>>e
>>>>>t
>>>>>ailsDaoImpl,hostPodDaoImpl,podVlanDaoImpl,podVlanMapDaoImpl,storageNet
>>>>>w
>>>>>o
>>>>>r
>>>>>kIpAddressDaoImpl,storageNetworkIpRangeDaoImpl,vlanDaoImpl,domainDaoIm
>>>>>p
>>>>>l
>>>>>,
>>>>>actionEventUtils,alertGenerator,eventJoinDaoImpl,eventUtils,usageEvent
>>>>>U
>>>>>t
>>>>>i
>>>>>ls,highAvailabilityDaoImpl,recreatableFencer,hostDaoImpl,hostDetailsDa
>>>>>o
>>>>>I
>>>>>m
>>>>>pl,hostTagsDaoImpl,cloudZonesStartupProcessor,hypervisorCapabilitiesDa
>>>>>o
>>>>>I
>>>>>m
>>>>>pl,hypervisorGuruManagerImpl,keystoreDaoImpl,keystoreManagerImpl,agent
>>>>>U
>>>>>p
>>>>>g
>>>>>radeDaoImpl,upgradeManagerImpl,autoScaleManagerImpl,autoScalePolicyCon
>>>>>d
>>>>>i
>>>>>t
>>>>>ionMapDaoImpl,autoScalePolicyDaoImpl,autoScaleVmGroupDaoImpl,autoScale
>>>>>V
>>>>>m
>>>>>G
>>>>>roupPolicyMapDaoImpl,autoScaleVmProfileDaoImpl,conditionDaoImpl,counte
>>>>>r
>>>>>D
>>>>>a
>>>>>oImpl,externalFirewallDeviceDaoImpl,externalLoadBalancerDeviceDaoImpl,
>>>>>f
>>>>>i
>>>>>r
>>>>>ewallRulesCidrsDaoImpl,firewallRulesDaoImpl,inlineLoadBalancerNicMapDa
>>>>>o
>>>>>I
>>>>>m
>>>>>pl,IPAddressDaoImpl,LBStickinessPolicyDaoImpl,loadBalancerDaoImpl,load
>>>>>B
>>>>>a
>>>>>l
>>>>>ancerVMMapDaoImpl,networkAccountDaoImpl,networkDaoImpl,networkDomainDa
>>>>>o
>>>>>I
>>>>>m
>>>>>pl,networkExternalFirewallDaoImpl,networkExternalLoadBalancerDaoImpl,n
>>>>>e
>>>>>t
>>>>>w
>>>>>orkOpDaoImpl,networkRuleConfigDaoImpl,networkServiceMapDaoImpl,physica
>>>>>l
>>>>>N
>>>>>e
>>>>>tworkDaoImpl,physicalNetworkIsolationMethodDaoImpl,physicalNetworkServ
>>>>>i
>>>>>c
>>>>>e
>>>>>ProviderDaoImpl,physicalNetworkTagDaoImpl,physicalNetworkTrafficTypeDa
>>>>>o
>>>>>I
>>>>>m
>>>>>pl,portProfileDaoImpl,remoteAccessVpnDaoImpl,routerNetworkDaoImpl,site
>>>>>2
>>>>>S
>>>>>i
>>>>>teCustomerGatewayDaoImpl,site2SiteVpnConnectionDaoImpl,site2SiteVpnGat
>>>>>e
>>>>>w
>>>>>a
>>>>>yDaoImpl,userIpv6AddressDaoImpl,virtualRouterProviderDaoImpl,vpnUserDa
>>>>>o
>>>>>I
>>>>>m
>>>>>pl,externalLoadBalancerUsageManagerImpl,externalNetworkDeviceManagerIm
>>>>>p
>>>>>l
>>>>>,
>>>>>firewallManagerImpl,loadBalancingRulesManagerImpl,networkManagerImpl,n
>>>>>e
>>>>>t
>>>>>w
>>>>>orkModelImpl,networkServiceImpl,networkUsageManagerImpl,virtualNetwork
>>>>>A
>>>>>p
>>>>>p
>>>>>lianceManagerImpl,vpcVirtualNetworkApplianceManagerImpl,portForwarding
>>>>>R
>>>>>u
>>>>>l
>>>>>esDaoImpl,rulesManagerImpl,securityGroupDaoImpl,securityGroupRuleDaoIm
>>>>>p
>>>>>l
>>>>>,
>>>>>securityGroupRulesDaoImpl,securityGroupVMMapDaoImpl,securityGroupWorkD
>>>>>a
>>>>>o
>>>>>I
>>>>>mpl,vmRulesetLogDaoImpl,storageNetworkManagerImpl,privateIpDaoImpl,sta
>>>>>t
>>>>>i
>>>>>c
>>>>>RouteDaoImpl,vpcDaoImpl,vpcGatewayDaoImpl,vpcOfferingDaoImpl,vpcOfferi
>>>>>n
>>>>>g
>>>>>S
>>>>>erviceMapDaoImpl,networkACLManagerImpl,vpcManagerImpl,remoteAccessVpnM
>>>>>a
>>>>>n
>>>>>a
>>>>>gerImpl,site2SiteVpnManagerImpl,networkOfferingDaoImpl,networkOffering
>>>>>S
>>>>>e
>>>>>r
>>>>>viceMapDaoImpl,projectAccountDaoImpl,projectDaoImpl,projectInvitationD
>>>>>a
>>>>>o
>>>>>I
>>>>>mpl,projectManagerImpl,dummyHostDiscoverer,resourceManagerImpl,resourc
>>>>>e
>>>>>L
>>>>>i
>>>>>mitManagerImpl,commandExecLogDaoImpl,configurationServerImpl,statsColl
>>>>>e
>>>>>c
>>>>>t
>>>>>or,serviceOfferingDaoImpl,consoleServlet,registerCompleteServlet,garba
>>>>>g
>>>>>e
>>>>>C
>>>>>ollectingStoragePoolAllocator,useLocalForRootAllocator,diskOfferingDao
>>>>>I
>>>>>m
>>>>>p
>>>>>l,guestOSCategoryDaoImpl,guestOSDaoImpl,launchPermissionDaoImpl,s3DaoI
>>>>>m
>>>>>p
>>>>>l
>>>>>,snapshotDaoImpl,snapshotPolicyDaoImpl,snapshotScheduleDaoImpl,storage
>>>>>P
>>>>>o
>>>>>o
>>>>>lDaoImpl,storagePoolDetailsDaoImpl,storagePoolHostDaoImpl,storagePoolW
>>>>>o
>>>>>r
>>>>>k
>>>>>DaoImpl,swiftDaoImpl,uploadDaoImpl,VMTemplateDaoImpl,VMTemplateDetails
>>>>>D
>>>>>a
>>>>>o
>>>>>Impl,VMTemplateHostDaoImpl,VMTemplatePoolDaoImpl,VMTemplateS3DaoImpl,V
>>>>>M
>>>>>T
>>>>>e
>>>>>mplateSwiftDaoImpl,VMTemplateZoneDaoImpl,volumeDaoImpl,volumeHostDaoIm
>>>>>p
>>>>>l
>>>>>,
>>>>>downloadMonitorImpl,OCFS2ManagerImpl,s3ManagerImpl,secondaryStorageVmD
>>>>>e
>>>>>f
>>>>>a
>>>>>ultAllocator,snapshotManagerImpl,snapshotSchedulerImpl,storageManagerI
>>>>>m
>>>>>p
>>>>>l
>>>>>,swiftManagerImpl,uploadMonitorImpl,resourceTagsDaoImpl,taggedResource
>>>>>M
>>>>>a
>>>>>n
>>>>>agerImpl,hyervisorTemplateAdapter,templateManagerImpl,versionDaoImpl,d
>>>>>a
>>>>>t
>>>>>a
>>>>>baseIntegrityChecker,externalPublicIpStatisticsDaoImpl,usageDaoImpl,us
>>>>>a
>>>>>g
>>>>>e
>>>>>IPAddressDaoImpl,usageJobDaoImpl,usageLoadBalancerPolicyDaoImpl,usageN
>>>>>e
>>>>>t
>>>>>w
>>>>>orkDaoImpl,usageNetworkOfferingDaoImpl,usagePortForwardingRuleDaoImpl,
>>>>>u
>>>>>s
>>>>>a
>>>>>geSecurityGroupDaoImpl,usageStorageDaoImpl,usageVMInstanceDaoImpl,usag
>>>>>e
>>>>>V
>>>>>o
>>>>>lumeDaoImpl,usageVPNUserDaoImpl,usageServiceImpl,accountDetailsDaoImpl
>>>>>,
>>>>>a
>>>>>c
>>>>>countManagerImpl,accountDaoImpl,SSHKeyPairDaoImpl,userAccountDaoImpl,u
>>>>>s
>>>>>e
>>>>>r
>>>>>DaoImpl,userStatisticsDaoImpl,userStatsLogDaoImpl,domainManagerImpl,id
>>>>>e
>>>>>n
>>>>>t
>>>>>ityDaoImpl,identityServiceImpl,consoleProxyDaoImpl,domainRouterDaoImpl
>>>>>,
>>>>>i
>>>>>n
>>>>>stanceGroupDaoImpl,instanceGroupVMMapDaoImpl,nicDaoImpl,secondaryStora
>>>>>g
>>>>>e
>>>>>V
>>>>>mDaoImpl,userVmDetailsDaoImpl,VMInstanceDaoImpl,itWorkDaoImpl,componen
>>>>>t
>>>>>C
>>>>>o
>>>>>ntext,org.springframework.aop.config.internalAutoProxyCreator,org.spri
>>>>>n
>>>>>g
>>>>>f
>>>>>ramework.aop.aspectj.AspectJPointcutAdvisor#0,captureAnyMethod,org.spr
>>>>>i
>>>>>n
>>>>>g
>>>>>framework.aop.aspectj.AspectJPointcutAdvisor#1,captureEventMethod,tran
>>>>>s
>>>>>a
>>>>>c
>>>>>tionContextBuilder,actionEventInterceptor,onwireRegistry,messageSerial
>>>>>i
>>>>>z
>>>>>e
>>>>>r,transportProvider,rpcProvider,eventBus,premiumDatabaseUpgradeChecker
>>>>>,
>>>>>m
>>>>>a
>>>>>nagementServerImpl,clusterManagerImpl,clusteredAgentManagerImpl,cluste
>>>>>r
>>>>>e
>>>>>d
>>>>>VirtualMachineManagerImpl,highAvailabilityManagerExtImpl,userVmManager
>>>>>I
>>>>>m
>>>>>p
>>>>>l,consoleProxyManagerImpl,securityGroupManagerImpl2,premiumSecondarySt
>>>>>o
>>>>>r
>>>>>a
>>>>>geManagerImpl,userVmDaoImpl,ipv6AddressManagerImpl,VmwareManager,Netap
>>>>>p
>>>>>M
>>>>>a
>>>>>nager,BaremetalManager,BaremetalDhcpManager,BaremetalKickStartPxeServi
>>>>>c
>>>>>e
>>>>>,
>>>>>BaremetalPingPxeService,BaremetalPxeManager,Ovs,BareMetalDhcp,BareMeta
>>>>>l
>>>>>P
>>>>>x
>>>>>e,BareMetalUserdata,SecurityGroupProvider,VirtualRouter,VpcVirtualRout
>>>>>e
>>>>>r
>>>>>,
>>>>>NiciraNvp,JuniperSRX,Netscaler,F5BigIP,CiscoNexus1000vVSM,FirstFitRout
>>>>>i
>>>>>n
>>>>>g
>>>>>,LocalStoragePoolAllocator,FirstFitStoragePoolAllocator,UserConcentrat
>>>>>e
>>>>>d
>>>>>A
>>>>>llocator,ConsoleProxyAllocator,StaticRoleBasedAPIAccessChecker,Exteral
>>>>>I
>>>>>p
>>>>>A
>>>>>ddressAllocator,BareMetalTemplateAdapter,MD5UserAuthenticator,LDAPUser
>>>>>A
>>>>>u
>>>>>t
>>>>>henticator,CheckOnAgentInvestigator,XenServerInvestigator,UserVmDomRIn
>>>>>v
>>>>>e
>>>>>s
>>>>>tigator,ManagementIPSystemVMInvestigator,VmwareInvestigator,XenServerF
>>>>>e
>>>>>n
>>>>>c
>>>>>er,KVMFencer,OvmFencer,VmwareFencer,XcpServerDiscoverer,SecondaryStora
>>>>>g
>>>>>e
>>>>>D
>>>>>iscoverer,KvmServerDiscoverer,BareMetalDiscoverer,HypervServerDiscover
>>>>>e
>>>>>r
>>>>>,
>>>>>OvmDiscoverer,vmwareServerDiscoverer,FirstFitPlanner,UserDispersingPla
>>>>>n
>>>>>n
>>>>>e
>>>>>r,UserConcentratedPodPlanner,BareMetalPlanner,StorageNetworkGuru,Exter
>>>>>n
>>>>>a
>>>>>l
>>>>>GuestNetworkGuru,PublicNetworkGuru,PodBasedNetworkGuru,ControlNetworkG
>>>>>u
>>>>>r
>>>>>u
>>>>>,DirectNetworkGuru,DirectPodBasedNetworkGuru,OvsGuestNetworkGuru,Priva
>>>>>t
>>>>>e
>>>>>N
>>>>>etworkGuru,NiciraNvpGuestNetworkGuru,XenServerGuru,KVMGuru,OvmGuru,VMw
>>>>>a
>>>>>r
>>>>>e
>>>>>Guru,BaremetalGuru,BaremetalPlannerSelector,HypervisorPlannerSelector,
>>>>>o
>>>>>r
>>>>>g
>>>>>.springframework.context.annotation.ConfigurationClassPostProcessor$Im
>>>>>p
>>>>>o
>>>>>r
>>>>>tAwareBeanPostProcessor#0];
>>>>> root of factory hierarchy
>>>>>
>>>>>
>>>>> On Sun, Apr 7, 2013 at 12:54 AM, Marcus Sorensen
>>>>><sh...@gmail.com>wrote:
>>>>>
>>>>>> If you're running it the Dev way with jetty, look for vmops.log in
>>>>>>your
>>>>>> git
>>>>>> root. If you've installed via package look for
>>>>>> /var/log/cloudstack/management/management-server.log.
>>>>>> On Apr 7, 2013 12:45 AM, "Mike Tutkowski"
>>>>>><mi...@solidfire.com>
>>>>>> wrote:
>>>>>>
>>>>>> > Hi Marcus,
>>>>>> >
>>>>>> > I was just looking at the output in the console.
>>>>>> >
>>>>>> > Can you remind me again where the related logs are stored?
>>>>>> >
>>>>>> > Thanks!
>>>>>> >
>>>>>> >
>>>>>> > On Sun, Apr 7, 2013 at 12:39 AM, Marcus Sorensen
>>>>>><shadowsor@gmail.com
>>>>>> > >wrote:
>>>>>> >
>>>>>> > > Have you by chance looked at the debug logs to see if it by
>>>>>>chance
>>>>>> tried
>>>>>> > > the proper storage and failed? I'm not sure that's OK either,
>>>>>>but
>>>>>>it
>>>>>> > would
>>>>>> > > be interesting to know.
>>>>>> > > On Apr 7, 2013 12:25 AM, "Mike Tutkowski" <
>>>>>> mike.tutkowski@solidfire.com>
>>>>>> > > wrote:
>>>>>> > >
>>>>>> > > > Hi,
>>>>>> > > >
>>>>>> > > > I'm currently using 4.1 (from like a week or so ago).
>>>>>> > > >
>>>>>> > > > I have three tiers of shared, iSCSI-based storage represented
>>>>>>in
>>>>>> three
>>>>>> > > > storage repositories in XenServer:
>>>>>> > > >
>>>>>> > > > SR_2
>>>>>> > > > SR_3
>>>>>> > > > SR_4
>>>>>> > > >
>>>>>> > > > SR_2 maps into CS via primary storage PS_2, which has the
>>>>>>storage
>>>>>> tag
>>>>>> > > PS_2
>>>>>> > > > SR_3 maps into CS via primary storage PS_3, which has the
>>>>>>storage
>>>>>> tag
>>>>>> > > PS_3
>>>>>> > > > SR_4 maps into CS via primary storage PS_4, which has the
>>>>>>storage
>>>>>> tag
>>>>>> > > PS_4
>>>>>> > > >
>>>>>> > > > I have three compute offerings:
>>>>>> > > >
>>>>>> > > > CO_2, which only uses storage tag PS_2
>>>>>> > > > CO_3, which only uses storage tag PS_3
>>>>>> > > > CO_4, which only uses storage tag PS_4
>>>>>> > > >
>>>>>> > > > I walk through the wizard and select CO_3.  My VM ends up on
>>>>>>SR_4.
>>>>>> > > >
>>>>>> > > > I have double checked the relationships and don't see any
>>>>>>errors
>>>>>>in
>>>>>> > how I
>>>>>> > > > have CS configured.
>>>>>> > > >
>>>>>> > > > Does anyone know of this being noted as a current bug?
>>>>>> > > >
>>>>>> > > > Thanks!
>>>>>> > > >
>>>>>> > > >
>>>>>> > > > --
>>>>>> > > > *Mike Tutkowski*
>>>>>> > > > *Senior CloudStack Developer, SolidFire Inc.*
>>>>>> > > > e: mike.tutkowski@solidfire.com
>>>>>> > > > o: 303.746.7302
>>>>>> > > > Advancing the way the world uses the
>>>>>> > > > cloud<http://solidfire.com/solution/overview/?video=play>
>>>>>> > > > *(tm)*
>>>>>> > > >
>>>>>> > >
>>>>>> >
>>>>>> >
>>>>>> >
>>>>>> > --
>>>>>> > *Mike Tutkowski*
>>>>>> > *Senior CloudStack Developer, SolidFire Inc.*
>>>>>> > e: mike.tutkowski@solidfire.com
>>>>>> > o: 303.746.7302
>>>>>> > Advancing the way the world uses the
>>>>>> > cloud<http://solidfire.com/solution/overview/?video=play>
>>>>>> > *(tm)*
>>>>>> >
>>>>>>
>>>>>
>>>>>
>>>>>
>>>>> --
>>>>> *Mike Tutkowski*
>>>>> *Senior CloudStack Developer, SolidFire Inc.*
>>>>> e: mike.tutkowski@solidfire.com
>>>>> o: 303.746.7302
>>>>> Advancing the way the world uses the
>>>>>cloud<http://solidfire.com/solution/overview/?video=play>
>>>>> *(tm)*
>>>>>
>>>>
>>>>
>>>>
>>>>--
>>>>*Mike Tutkowski*
>>>>*Senior CloudStack Developer, SolidFire Inc.*
>>>>e: mike.tutkowski@solidfire.com
>>>>o: 303.746.7302
>>>>Advancing the way the world uses the
>>>>cloud<http://solidfire.com/solution/overview/?video=play>
>>>>*(tm)*
>>>
>>
>


Re: VM deployed to wrong storage repository

Posted by Nitin Mehta <Ni...@citrix.com>.
Ok got it, but then I think we should have a check not to enable the admin
have Random allocator as the first allocator. IMHO each allocator should
respect the tags. Either way we need to do the former or the later - what
say or am I missing something here ?

PS - Sorry to have a barrage of mails on this, but I see something is
missing here.

On 09/04/13 11:33 PM, "Prachi Damle" <Pr...@citrix.com> wrote:

>Tags are being honored by the LocalStoragePoolAllocator and
>FirstFitStoragePoolAllocator. The case here is Random allocator getting
>loaded by default as the first allocator.
>
>In the ticket I just mentioned the problem- Mike's code is not having the
>latest 4.1 - Kelven's patch to put a order to the allocators is missing
>in his context files.
>
>-Prachi
>
>-----Original Message-----
>From: Nitin Mehta [mailto:Nitin.Mehta@citrix.com]
>Sent: Tuesday, April 09, 2013 10:53 AM
>To: dev@cloudstack.apache.org
>Subject: Re: VM deployed to wrong storage repository
>
>Thanks Prachi. But they should still honor the tags right ? Why is that
>not the case here ?
>
>On 09/04/13 11:17 PM, "Prachi Damle" <Pr...@citrix.com> wrote:
>
>>We don't use this allocator by default- By default the context should
>>loadthe LocalStoragePoolAllocator and FirstFitStoragePoolAllocator .
>>Random is just a provision to let admin use it when they want to ignore
>>any kind of filters during allocation.
>>
>>-Prachi
>>
>>-----Original Message-----
>>From: Nitin Mehta [mailto:Nitin.Mehta@citrix.com]
>>Sent: Tuesday, April 09, 2013 2:00 AM
>>To: dev@cloudstack.apache.org
>>Subject: Re: VM deployed to wrong storage repository
>>
>>Sorry for the typo. I meant bug instead of "bu"
>>
>>On 09/04/13 11:59 AM, "itin Mehta" <Ni...@citrix.com> wrote:
>>
>>>Hi Prachi - Do we use this allocator now ? And why does this allocator
>>>not
>>>honor the tag - is that not a bu ?
>>>
>>>Thanks,
>>>Niti
>>>
>>>On 08/04/13 11:2 PM, "Prachi Damle" <Pr...@citrix.com> wrote:
>>>
>>>>Hi Mike,
>>>>
>>>>I checked the logs, looks like the RandomStoragePolAllocator is being
>>>>picked upfor the storag allocation - tis allocatordoes not match any
>>>>tags.
>>>>
>>>>You sould use FirstFitStoragePoolAllocato instead - change the
>>>>component.ml to use this allocatr and not he random
>>>
>>>>Thanks,
>>>>-Prachi
>>>>
>>>>-----Original Message-----
>>>>From: Mike Tutkowski [mailto:mike.tutkowsi@solidfie.com
>>>>Sent: Monday, April 08 2013 8:23 AM
>>>>To: dev@cloudstack.apache.org
>>>>Subject: Re: VM deployed t wrong stage repostory
>>>>
>>>>I pla to update to the latest 4.1 todayand re-try this.
>>>>
>>>>If I still see the problem, I'll open a bug.
>>>>
>>>>
>>>>On Sun, Apr 7, 2013 at 4:6 PM, ike Tutkowski
>>>><mik.tutkowski@solidire.com
>>>>> wroe:
>>>>
>>>>> I don't see anything in vmops.log to indicate that another primary
>>>>>storage
>>>>> was tried first.  What do you tink?
>>>>>
>>>>> 2013-04-07 00:30:5,459 INFO  [agent.manager.AgentManagerImpl]
>>>> (AgentTaskPool-11:null) Investigating why host 6 has disconnected wth
>>>>> event PingTimeout
>>>>> 2013-04-07 00:0:51,459 DEBUG [agentmanager.AgentManagerImpl]
>>>>> (AgentTaskPool-11:null) checking if agent (6) isalive>> 2013-04-07
>>>>>00:30:51,460 INFO  [agent.manager.AgentManagerImpl]
>>>>> (AgentTaskPool-16:null) Investigating why host 5 has disconnected
>>>>>with
>>>>> event PingTimeot
>>>>> 2013-04-07 00:3051460 DEBUG [agent.manger.AgentManagerImpl]
>>>>> (AgentTaskPool-16:null) checking if aent (5) is alive
>>>>> 2013-04-0700:30:51,462 DEBUG [gent.transport.Request]
>>>>> (AgentTaskPool-11:null) Seq -324993302: Sending  { Cmd , MgmtId: 1,
>>>>via:
>>>>> 6, Ver: v1, Flags: 00011, [{"CheckHealthCommand":{"wit":50}}] }
>>>>> 2013-04-07 00:30:51,42 DEUG agent.transport.Request]
>>>>> (AgentTaskPool-11:null) Seq 6-324993302: Executing:  { Cmd , MgmtI:
>>>>>1,
>>>>> via: 6, Ver: v1, Flags: 100011, [{"CheckHealthommand"{"wait":50}}] }
>>>>> 2013-04-07 0:30:51,462 DEBUG [agent.manager.DirectAgentttche]
>>>>> (DirectAgent-26:null) Seq 6-324993302: Executing rquest
>>>>> 21304-07 00:30:51,464 DEBUG[agent.transport.Request]
>>>>> (AgenTaskPool-16null) Seq 5-614334808: Sending  { md , MgmtId: 1,
>>>>>via:
>>>>> 5, Ver: v1, Flags: 100011, [{"CheckHelthCommand":{"wait":50}}] }
>>>>> 201304-07 00:30:51,464 DEBUG [agent.transport.Request]
>>>>>(AgentTaskPool-16:null) Seq 5-614334808: Executing:  { Cmd , MgmtId:
>>>>>1,
>>>>> via: 5, Ver: v1, Flas: 100011, [{"CheckHealthComman":{"wait":50}}] }
>>>>> 2013-04-07 00:30:51,465 DEBUG [agent.manager.DirectAgentAttace]
>>>>> (DirectAgent-163:null) Seq 5-61433480: Executing request
>>>>> 2013-04-07 00:0:51,511 DEBUG [agent.manager.DirectAgentAttache]
>>>>> (DirectAgent-26:null) Seq 6324993302: Response Received:
>>>>> 2013-04-07 00:30:51,512 DEBUG [agent.transpot.Request]
>>>>> (DirectAgent-26:null) Seq 6-324993302: Processing:  { ns: , MgmtId:
>>>>>1,
>>>>> via: 6, Ver: v1, Flags: 10,
>>>>> [{"CheckHealthAnswer":{"result":true,"details":"resource i
>>>>> alive","ait":0}}] }
>>>>> 2013-04-07 00:30:51,12 DEBUG [agent.transport.Request]
>>>>> (AgentTaskPool-11:null) Seq 6-324993302: Received:  { Ans: , Mgmtd:
>>>>>1,
>>>>> via: 6, Ver: v1, Flags: 10, { CheckHealthAnswer } }
>>>>> 2013-04-07 00:351,512 DEBUG [agent.manager.AgentManagerImpl]
>>>>> (AgntTaskPool-11:null) Details from executin class
>>>>> com.cloud.agent.api.CheckealthCommand: resource is alive
>>>>> 2013-04-07 00:30:51,512 DEBUG [agent.maager.AgentManagerImpl]
>>>>> (AgentTaskPool-11:null) agent (6) responded to checkHeathCommand,
>>>>>reporting
>>>>> that agent is Up
>>>> 2013-04-07 00:30:51,512 INFO  [agent.manager.AgentManagerImpl]
>>>>> (AgentTaskPool-11:null) he state determined is Up
>>>>> 2013-4-07 00:30:51,512 INFO  [agent.manger.AgentManagerImpl]
>>>>> (AgenTaskPool-11:null Agent s determinedto be up an runnng
>>>>> 2013-04-07 00:30:51,512 DEBUG [cloud.host.Satus]
>>>>>(AgentTaskPool-11:null)
>>>>> Transition:[Resource state = Enabled, Agnt event = Ping, Host id = 6,
>>>>>name
>>>>> = Tut-XenServer]
>>>>> 2013-04-07 00:30:51,515 DEBUG [cloud.host.Status]
>>>>>(AgentTaskPool-11:null)
>>>>> Agent status update: [id = 6; nae = Tut-XenServer; old status = Up;
>>>>>event
>>>>> = Ping; new status = Up; old update count = 307; new update count =
>>>>>308]
>>>>> 2013-04-07 00:30:51,517 DEBUG [agent.managr.DirectAgentAttache]
>>>>> (DirectAgent-163:nll) Seq 5-614334808: Response Receied:
>>>>> 2013-04-07 00:30:51,517 DEBUG [agent.transport.Request]
>>>>> (DirectAgent-163:null) Seq 5-614334808: Processing:  { Ans: , MgmtId:
>>>>>1,
>>>>> via: 5, Ver: v1, Flags: 10,
>>>>> [{"CheckHealthAnswer":{"result":true,"details":"resource is
>>>>> alive","wait":0}}] }
>>>>> 2013-04-07 00:30:51,517 DEBUG [agent.transport.Request]
>>>>> (AgentaskPool-16:null) Se 5-614334808: Received:  { Ans: , MgmtId: 1,
>>>>> via: 5, Ver: v1, Flags: 10, { CheckHeathAnswer } }
>>>>> 2013-04-07 00:30:51,517 DEBUG [agent.manager.AgentManagerImpl]
>>>>> (AgentTaskPool-16:null) Details fromexecuting class
>>>>> com.cloud.agent.api.heckHealthCommand: resource is alive
>>>>> 2013-04-07 00:30:51,517 DEBUG [agent.manager.AgentManaerImpl]
>>>>> (AgentTaskPool-16:null) agent (5) responded to checkHeathommand,
>>>>reporting
>>>>> that agent is Up
>>>>>2013-04-07 00:30:51,518 INFO  [agent.manager.AgentManagerImpl]
>>>>> (AgentTaskPool-16:null) The state determine is Up
>>>>> 2013-04-07 00:30:51,518 INFO  [agent.maager.AgentManagerImpl]
>>>>> (AgentTskPool-16:null) Agent is determined to be up ad running
>>>>> 2013-04-7 00:30:51,518 DEBUG [cloud.host.tatus]
>>>>>(AgentTaskPool-16:null)
>>>>> Transition:[Resouce state = Enabled, Agent event = Ping, Host id =
>>>>>5,
>>>>>name
>>>>> = Tut-XenServer2]
>>>>>2013-04-07 00:30:51,522 DEBUG [cloud.host.Status]
>>>>>(AgentTaskPool16:null)
>>>>> Agent status update: [id = 5; name = Tut-XenServer2; old status = Up;
>>>>>event
>>>> = Ping; new status = Up; old update count = 144; new update cout =
>>>>>145]
>>>>> 2013-04-07 00:30:52,927 DEUG [agent.manager.DirectAgentAttache]
>>>>> (DirectAgent-157:null) Seq 6-324993301: Response Received:
>>>>> 2013-04-07 00:30:52,927 DEBUG [agent.transport.Request]
>>>>> (DirectAgent-15:null) Seq 6-324993301: Processing:  { Ans: , MgmtId:
>>>>>1,
>>>>> va: 6, Ver: v1, Flags: 110, [{"Answer":{"resut":true,"wait":0}}] }
>>>>> 2013-04-07 00:30:52,927 DEBUG [agent.transport.Request]
>>>>> (Job-Executor-35:job-42) Seq 6-324993301: Received:  { Ans:  MgmtId:
>>>>>1,
>>>>> via: 6, Ver: v1, Flags: 110, { Answer } }
>>>>> 2013-04-07 00:30:52,927 DEBUG [agent.manager.gentAttache]
>>>>> (DirectAgent-157:null) Seq 6-324993301: No more commands found
>>>>> 2013-04-07 00:30:52,938 DEBUG
>>>> [network.router.VirtualNetworkApplianceManagerImpl]
>>>>> (Job-Executor-35:job-42) Applying userdata and password entry in
>>>>>network
>>>> Ntwk[204|uest|6]
>>>>> 013-04-07 00:30:52,952 DEBUG [agent.transport.Request]
>>>>> (Job-Executor-35:job-42) Seq -324993303: Sending  { Cmd , MgmtId: 1,
>>>>>via:
>>>>> 6, Ver: v1, Flas: 10111,
>>>>>
>>>>>[{"routing.SavePasswordCommand":{"password":fnirq_cnffjbeq","vmIpAddr
>>>>>e
>>>>>s
>>>>>s
>>>>>":"192.168.56.195","vmName":"c18ddf7c-fc61-40b0af75-fdef05f8eae6,"acce
>>>>>s
>>>>>sDetails":{"router.guest.ip":192.168.56.102","one.network.type":"Basic
>>>>>"
>>>>>,"router.ip":"169.254.1.168","
>>>>> router.nam
>>>>>
>>>>>":"r-4-VM"},"wait":0}},{"routing.VmataCommand":{"vmpAddress":"192.168.
>>>>>5
>>>>>6.195","vmName":"c18ddf7c-fc61-40b0-af75-fdef05f8eae6","accessDetails"
>>>>>:
>>>>>{
>>>>>"
>>>>>router.gest.ip":"192.68.56.102","zone.network.type":"Basic","router.i
>>>>>p
>>>>>"
>>>>>:"169.254.1.168","
>>>>> router.name":"r-4-VM"},"wait":0}}] }
>>>>> 2013-04-07 00:30:52,953 DEUG [agent.transprt.equest]
>>>>> (JobExecutor-35:job-42) Seq 6-324993303: Executing:  {Cmd , MgmtId:
>>>>>1,
>>>>> via: 6, Ver: v1, Flags: 100111,
>>>>>
>>>>>[{"routig.SavePasswordCommand":{"password":"fnirq_nffjbeq",vmIpAddrs
>>>>>s
>>>>>":"192.168.56.195","vmName":"c18ddf7c-fc61-40b0-af75-fdef05f8eae6","ac
>>>>>c
>>>>>e
>>>>>s
>>>>>sDetails":{"router.guest.ip":"192.168.56.102","zone.networktype":"Basi
>>>>>c
>>>>>"
>>>>,"router.ip":"169.254.1.168","
>>>>> router.name
>>>>>
>>>>>":"r-4-VM"},"wait":0}},{"rting.VmDataCommand":{"vmIpAddress":"192.168.
>>>>>5
>>>>>6.195","vmName":"c18ddf7c-fc61-0b0-af75-fdef05f8eae6","accessDetails":
>>>>>{
>>>>>"
>>>>>router.guest.ip":"192.168.56.102","zone.network.type":"Basic","router.
>>>>>i
>>>>>p
>>>>>"
>>>>>:"19.254.1.168","
>>>>> router.name":"r-4-VM"},"wait":0}}] }
>>>>> 2013-04-07 00:30:52,93 DEBUG [agent.manger.DirectAgentAttache]
>>>>> (DirectAgent-37:null) Se 6-324993303: Executing requst
>>>>> 2013-04-07 00:30:53,093 DEBUG [cloud.api.ApiServlet]
>>>>> (1161145101@qtp-100880148-3:null) ===START===  127.0.0.1 -- GET
>>>>>
>>>>>command=queryAsyncJobResult&jobId=f75d8ce8-1193-43f-b171-f43d2534e6bc&
>>>>>r
>>>>>e
>>>>>sponse=json&sessionkey=Z6QqzU0FqiT13bMgnRRfl8GoVA%3D&_=1365316253091
>>>>> 2013-04-07 00:30:53,110 DEBUG [cloud.api.ApiServlet]
>>>>> (116114511@qtp-1008805148-33:null) ===END===  127.0.0.1 -- GET
>>>>>
>>>>command=queryAsyncJobResult&jobId=f75d8ce8-1193-43bf-b171-f43d2534e6bc
>>>>>&
>>>>>r
>>>>>e
>>>>sponse=son&sessioney=Z6QqzU0Fq1iT13bMgnRRflGoVA%3D&_=1365316253091
>>>> 2013-04-07 00:30:56,093 DEBUG [cloud.api.ApiServlet]
>>>>> (1161145101@qtp-1008805148-33:null) ===START===  127.0.0.1 -- GET
>>>>>
>>>>>command=ueryAsyncJobResult&jobId=f75d8ce8-1193-43bf-b171-f43d2534e6bc&
>>>>>r
>>>>>e
>>>>>sponse=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316256091
>>>> 2013-4-07 00:30:56,109 DEBUG [clou.api.ApiServlet]
>>>>> (1161145101@qtp-100805148-33:null) ===END===  127.0.0.1 -- GET
>>>>>
>>>>>comman=queryAsyncJobResult&joId=f75d8ce8-1193-43bf-b171-f43d2534e6bc&r
>>>>>e
>>>>>sponse=jon&sessokey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316256091
>>>>>2013-0-07 00:30:59,094 DEBUG [cloud.api.ApiServlet]
>>>>> (1161145101@qtp-1008805148-33:null) ===START==  127.0.0.1 -- GET
>>>>>
>>>>>command=queryAsyncJobResut&jobId=f75d8ce8-1193-43bf-b171f43d2534e6b&re
>>>>>sponse=json&sssionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316259092
>>>>> 2013-04-0700:30:59,11 DBUG [cloud.api.ApiServlet]
>>>>> (1161145101@qtp-1008805148-33:null) ==END===  127.0.0.1 -- GET
>>>>>
>>>>>command=queryAsyncJobResult&jobId=f75d8ce8-1193-43bf-b171-f43d2534e6bc
>>>>>&
>>>>>r
>>>>>e
>>>>sponse=json&essionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316259092
>>>>>2013-04-07 0:31:02,095 DEBUG [cloud.api.ApiSerlet]
>>>>> (1161145101@qtp-1008805148-33:null) ===START===  127.0.0.1 -- GET
>>>>>
>>>>>command=queryAsyncJobResult&jobId=f75d8ce8-1193-43bf-b171-f43d2534e6bc
>>>>>&
>>>>>r
>>>>>e
>>>>>spne=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316262093
>>>>> 2013-04-07 00:31:02,110 DEBUG [cloud.api.ApiServlet]
>>>>> (1161145101@qtp-1008805148-33:null) ==END==  127.0.0.1 -- GET
>>>>>
>>>>>command=queryAsyncJobesult&jobId=f75d8ce8-1193-3bf-b171-f43d2534e6bc&r
>>>>>e>>sponse=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=13653162620
>>>>>9
>>>>>3
>>>>> 201-04-07 00:31:04,860 DEBUG [agent.manager.DirectAgentAttache]
>>>>> (DirectAgent-145:null) Ping from 6
>>>>> 2013-04-07 00:3105,99 DEBUG [cloud.api.ApiServlet]
>>>>> (116115101@qtp-1008805148-33:null) ===START===  127.0.0.1 -- GE
>>>>>
>>>>>command=queryAsycJobResult&jobId=f75d8ce8-1193-4bf-b171-f43d2534e6bc&r
>>>>>e
>>>>>sponse=jsn&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316265096
>>>>> 013-04-07 00:31:05,114 DEBUG [cloud.api.AiServlet]
>>>>> (1161145101@qtp-1008805148-33:null) ==END===  127.0.0.1 -- GET
>>>>>
>>>>>command=queryAsyncJobResult&jobId=f75d8ce8-1193-43bf-b171-f43d2534e6bc
>>>>>&
>>>>>r
>>>>>e
>>>>>sponse=json&sessonkey=Z6QqzU0Fq1iT13bMgnRRflGoVA%3D&_=1365316265096
>>>>> 2013-04-07 00:31:06,234 DEBUG [aet.anager.DirectAgentAttache]
>>>>> (DirectAgent-372:null) Ping frm 5
>>>>> 2013-04-07 00:31:06,909 DEBUG [agent.manage.DirectAgentAttache]
>>>>> (DirectAgent-149:null) Seq 6-324993028: Executing request
>>>>> 2013-04-07 00:31:07,239 DEBUG [agent.manager.DirectAgentAttache]
>>>> (DirectAgent-149:null Seq 6-324993028: Response Received:
>>>>> 2013-04-07 00:31:07,239 DEBUG [agent.transport.Request]
>>>>> (DirectAgent-14:null) Seq 6-324993028: Processig:  { Ans: , MgmtId:
>>>>>1,
>>>>> va: 6, Ver: v1, Flags: 10,
>>>>>
>>>>>[{"CluterSyncAnswer":{"_clusterId":2,"_newStates":{},"_isExecuted":als
>>>>>e
>>>>>,"result":true,wait":0}}]
>>>>> }
>>>>> 2013-0-0 00:31:07,424 DEBUG [agent.manager.DirectAgentAttache]
>>>>> (DirectAgen-37:null) Seq 6-324993303: Response Received:
>>>> 2013-04-07 00:31:07,424 DEBUG [gent.trnsport.Rquest]
>>>>> (DirectAgent-37:null) Seq 6-324993303: Processing:  { Ans: , MgmtId:
>>>>>1,
>>>>> via: 6, Ver: v1, Flags: 110,
>>>>>
>>>>>[{"Answer":{"result":true,"wait":0}},{"Answer":{"result":true,"wait":0
>>>>>}
>>>>>}
>>>>>]
>>>>> }
>>>>> 2013-04-07 00:31:07,424 DEBUG [agent.transportRequest]
>>>>> (Job-Executor-35:job-42) Seq 6-324993303: Received:  { Ans: , MgmId:
>>>>>1,
>>>>> vi: 6, Ver: v1, Flags: 110, { Answer, Answer } }
>>>>> 2013-04-07 00:31:07,424 DEBUG [agent.maager.AgentAttache]
>>>>> (DirectAgent-37:null) Seq 6-324993303: No more commands fond
>>>>> 2013-04-07 00:31:07424 DEBUG [cloud.network.NetwrkManaerImpl]
>>>>> (Job-Executor-35:job-42) Asking VpcVirtualRouter to prepare for
>>>>> Nic[18-12-6416c373-20d8-4617-8dcb-30a8ff9d0f34-192.168.56.195]
>>>>> 2013-04-07 00:31:07,424 WARN
>>>>>[network.element.VpcVirtualRouterElement]
>>>>> (Job-Executor-35:job-42) Network Ntwk[204|Guest|6] is not associated
>>>>>with
>>>>> any VPC
>>>>> 201-04-07 0031:07,429 DEBUG [cloud.network.NetworkManagerImpl]
>>>>> (Job-Executor-35:job-42) Asking NiciraNvp to prepare for
>>>> Nic[18-12-6416c373-20d8-4617-8dcb-30a8ff9d0f34-192.168.56.195]
>>>>> 2013-0-07 00:31:07,429 DEBUG [network.element.NiciraNvpElement
>>>>> (ob-Executor-35:job-42) Checking if NiciraNvpElement can handle
>>>>>service
>>>>> Connectiity on network gustNetworkFrBasicZone
>>>>> 2013-04-07 00:31:07,432 DEBUG [cloud.network.NetworkManagrIpl]
>>>>> (Job-Executor-35:job-42) Asking JuniperSRX to prepare for
>>>>> Nic[18-12-641c373-20d8-46178dcb-30a8ff9d0f34-192.68.56.195]
>>>>> 2013-04-07 00:31:07,436DEBUG [cloud.networkNetwrkManagerImpl]
>>>>> (Job-Executor-35:job-42) Asking Netscaler to prepare for
>>>>> Nc[18-12-6416c373-20d8-4617-8dcb-308ff9d0f34192.168.56.195]
>>>>> 201304-07 00:31:07,441 DEBUG [cloud.network.NetworkManagerImpl]
>>>>> (Job-Executor-35:job-4) Asking F5BigIP to prepare for
>>>>> Nic[18-12-6416c373-20d8-4617-8dcb-30a8ff9d0f34-192.168.56.195]
>>>>> 2013-04-07 00:31:07,445 DEBUG [cloud.network.NetworkManagerImpl]
>>>>> (Job-Executor-5:job-42) Asking CiscoNexus100vVSM to prepare for
>>>>> Nic[18-12-6416c373-20d8-4617-8dcb-30a8ff9d0f34-192.168.56195]
>>>> 2013-04-070:31:07,449 DEUG [cloud.storage.StorageMaagerImpl]
>>>>> (Job-Executor-35:job-42) Checking if we need to prepare 1 volumes for
>>>> VM[User|c18ddf7c-fc61-40b0-af75-fdef05f8eae6]
>>>> 2013-04-07 00:317,451 DEBUG [cloud.storageStorageManagerImpl]
>>>>> (Job-Executor-35:job42) Creating volume: Vol[12|vm=12|ROOT]
>>>>> 2013-0-07 00:31:07,451 DEBUG [cloud.storage.StorageManagerImpl]
>>>>> (Job-Executor-35:job-42) Trying to create in Pool[257|PreSetup]
>>>>> 2013-04-07 00:31:07,459 DEBUG [loud.template.TemplateManagerImpl]
>>>>> (Job-Executor-35:job-42) Downloading template 5 to pool 257
>>>>> 2013-04-07 00:31:07,466 DEBUG [cloud.template.TemplateManagerImpl]
>>>>> (Job-Executor-35:job-42) Downloading 5 via 5
>>>>> 2013-04-07 00:31:07,470 DEBUG [agent.transport.Request]
>>>>> (Job-Executor-35:job-2) Seq 5-614334809: Sending  { Cmd , MgmtI: 1,
>>>>> via: 5, Ver: v1, Flags: 100111,
>>>>>
>>>>>[{"storage.PrimaryStorageDownloadComman":{"localPath":"/mnt/9a008517-e
>>>>>3
>>>>>2
>>>>>1-37a0-a91-44695f9b6fe7","poolUuid":"iSCSI_SR_3","poolId":257,"primary
>>>>>P
>>>>>o
>>>>>ol":{"id":257,"uuid":"iSCSI_SR_3","host":"192.168.56.9","path":"/iSCSI
>>>>>_
>>>>>S
>>>>>R
>>>>>_3","port":0,"type":"PreSetup"},"secondaryStorageUrl":"ns://192.168.56
>>>>>.
>>>>>1
>>>>>0:
>>>>>
>>>>>/opt/sorage/secondary",primaryStorageUrl":nfs://192.168.56.9/iSCSI_SR_
>>>>>3
>>>>>
>>>>>","url":"nfs://192.168.56.10:/opt/storage/secondary/template/tmpl/1/5/
>>>>>/
>>>>>c
>>>>>e
>>>>>5b212e-215a-3461-94fb-814a6352215.vhd","format":"VHD","accountId":1,"n
>>>>>a
>>>>>m
>>>>>e":"tiny>>> Linux","wait":10800}}] }
>>>>> 2013-04-07 00:3107,470 DEBUG [agent.transportRequest]
>>>>> (Job-Executor-35:job-42) Seq 5-614334809: Executing:  { Cm , MgmtId:
>>>>>1
>>>>> via: , Ver: v1, Flags: 100111,
>>>>>
>>>>>[{"storage.PrimaryStorageDownloadCommand":{"localPath":"/mnt/9a008517-
>>>>>e
>>>>>3
>>>>>2
>>>>>1-37a0-a941-44695f9b6fe7","pooUuid":"iSCSI_SR_3","polId":57,"primaryPo
>>>>>l":{"id":257,"uuid":"iSCSI_SR_3","host":"192.168.56.9","path":"/iSCSI_
>>>>>S
>>>>>R
>>>>>_3","port":0,"type":"PreSetup"},"secondaryStorageUrl":"nfs://192.168.5
>>>>>6
>>>>>.
>>>>>1
>>>>>0:
>>>>>
>>>>>/opt/storage/secondary","primaryStorageUr":"nfs://192.168.56.9/iSSI_SR
>>>>>_
>>>>>3
>>>>>
>>>>>","url":"nfs://192.168.56.10:/opt/storage/secondary/template/tmpl/1///
>>>>>c
>>>>>e
>>>>>5b212e-215a-3461-94fb-84a635b2215.vhd","format":"VHD","accountId":1,"n
>>>>>a
>>>>>m
>>>>>e":"tiny
>>>>> Linux","wait":10800}}] }
>>>>> 2013-04-07 00:31:07,470 DEBUG [agnt.manager.DirectAgentAttache]
>>>>> (DirectAgent-174:null) Seq 5-14334809: Executng request
>>>>> 2013-04-07 00:31:08,097 DEBUG [cloud.api.ApiServlet]
>>>>> (1161145101@qtp-10880518-33:null) ===START===  127.0.0.1 -- GET
>>>>>
>>>>>command=queryAsyncobReult&jobId=f75d8ce8-1193-43b-b171-f43d2534e6bc&r
>>>>>e
>>>>>sponse=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316268095
>>>>> 2013-04-07 00:31:08,115 DEBUG [cloud.api.ApiServlet]
>>>>> (116145101@qtp-1008805148-33:null) ===END===  127.0.0.1 - GET
>>>>>
>>>>>comand=queryAsyncJobResult&jobId=f75d8ce8-1193-43bf-b171-f43d2534e6bc&
>>>>>r
>>>>>e
>>>>>sponse=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=136531626895
>>>>> 2013-04-07 00:31:11,023 DEBUG [agent.manager.DirectAgentAttache]
>>>>> (DirectAgent-309:nll) Seq 5-614334468: Executing request
>>>>> 201-04-07 00:31:11,099 DEBUG [cloud.api.ApiServlet]
>>>>> (1161145101@qtp-1008805148-33:null) ===START===  127.0.0.1 -- GET
>>>>>
>>>>>command=querAsyncJobResult&jobId=f75d8ce8-1193-43bf-b171-f43d2534e6bc&
>>>>>r
>>>>>e
>>>>sponse=jsonsessionkeyZ6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316271096
>>>>> 2013-04-07 00:31:11,121 DEBUG [cloud.api.ApiServlet]
>>>>> (1161145101@qtp-1008805148-33:null) ===END===  127.0.0.1 -- GET
>>>>>
>>>>>command=queryAsyncJobResult&jobId=f75d8ce8-1193-43bf-b171-f43d2534e6bc
>>>>>&
>>>>>r
>>>>>e
>>>>>sponse=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316271096
>>>>> 2013-04-07 00:31:11,363 DEBUG [aget.manager.DirectAgentAttache]
>>>>> (DirectAgent-309:null) Seq 5-614334468: Response Received:
>>>>> 2013-04-07 00:31:11,363 DEBUG [agent.transport.Request]
>>>>> (DirectAgent-309:null) Seq 5-614334468: Processing:  { Ans: , MgmtId:
>>>>>1,
>>>>> via: 5, Ver: v1, Flags: 10, [{"Answer":{result":true,"wat":0}} }
>>>>>2013-04-07 00:31:14,100 DEBUG [cloud.ai.ApiServlet]
>>>>> (1161145101@qtp-1008805148-33:nll) ===START===  127.0.0.1 -- GET
>>>>>
>>>>>command=qeryAsyncJobResult&jobId=f75d8ce8-1193-43bf-b171-f43d253e6bc&r
>>>>>e
>>>>>sponse=json&sessinkey=Z6QqzU0Fq1iT13bMgnRRfl8oVA%3D&_=1365316274097
>>>>> 2013-04-07 00:3:14,124 DEBUG [cloud.api.ApServlet]
>>>>> (1161145101@qtp-1008805148-33:nll) ===END===  127.0.0.1 -- GET>>
>>>>>ommand=queryAsyncJobResult&jobId=f75d8ce8-1193-43bf-b171-f43d2534e6bc&
>>>>>e
>>>>>sponse=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316274097
>>>>> 2013-04-07 00:31:16,197 DEBUG [cloud.api.ApiServlet]
>>>>> (1161145101@qtp-100880548-33:null) ===START===  127.0.0.1 -- GET
>>>>
>>>>>command=listVirtualMachines&response=json&sessionkey=Z6QqzU0Fq1iT13bMg
>>>>>n
>>>>>R
>>>>>R
>>>>>fl8GoVA%3D&listAll=true&pag=1&pagesize=20&_=1365316276194
>>>>> 2013-04-7 00:31:16,219 DEBUG [cloud.api.ApiServlet]
>>>>> (1161145101@qtp-1008805148-33:null) ===END===  127.0.0.1 - GET
>>>>>
>>>>>command=listVirtulMachies&response=json&sessionkey=Z6QqzU0FqiT13bMgnRR
>>>>>fl8GoVA%3D&listAll=true&page=1&pagesize=20&_=136516276194
>>>>> 2013-04-07 00:31:17,101 DEBUG [cloud.api.Apiervlet]
>>>>> (1161145101@qtp-1008805148-33:null) ===START===  127.0.0.1 -- GET
>>>>>
>>>>>command=querAsyncJobResult&jobId=f75d8ce8-1193-43bf-b171-f43d2534e6bc&
>>>>>r
>>>>>e
>>>>>sponse=json&sessiokey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316277098
>>>>> 13-04-07 00:31:17,123 DEBUG [cloud.api.ApiServet]
>>>>> (1161145101@qtp-1008805148-33:null) ===END===  127.0.0.1-- GET
>>>>>
>>>>>command=queryAsyncJobResult&jobId=f75d8ce8-1193-43bf-b171-f43d2534e6bc
>>>>>&
>>>>>r
>>>>>e
>>>>>sponse=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316277098
>>>>> 2013-4-07 00:31:17,954 DEBUG [cloud.ai.ApiServlet]
>>>>> (1161145101@qtp-1008805148-33:null) ===START===  17.0.0.1 -- GET
>>>>>
>>>>>command=lstVolumes&response=json&sessionkey=Z6QqzU0Fq1iT13bMnRfl8GoVA%
>>>>>3D&listAll=true&page=1&pagesize=20&_=1365316277950
>>>>> 2013-04-07 00:31:17,972 DEBUG [loud.api.ApiServlet]
>>>>> (1161145101@qtp-1008805148-33:null) ===END===  27.0..1-- GET
>>>>>
>>>>>command=listVolumes&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8Go
>>>>>V
>>>>>A
>>>>>%
>>>>>3D&listAll=true&page=1&pagesize=20&_=135316277950
>>>>> 2013-04-07 00:31:20,102 DEBUG [cloud.api.ApiServlet]
>>>>> 1161145101@qtp1008805148-33:null) ===START===  127.0.0.1 -- GET
>>>>>
>>>>>command=queryAsyncJobResult&jobId=f75d8ce8-1193-43bf-b171-43d2534e6bc&
>>>>>r
>>>>>e
>>>>>sponse=json&sessionkey=Z6QqU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316280099
>>>>> 201304-07 00:31:20,118 DEBUG [cloud.api.ApiServlet]
>>>>> (1161145101@qtp-1008805148-33null) ===END===  127.0.0.1 -- GET
>>>>>
>>>>>command=queryAsyncJbResult&jobId=f75d8ce8-1193-43bf-b11-f43d2534e6bc&r
>>>>>e
>>>>>sponse=json&sessionkey=Z6QqzU0Fq1iT13bMgnRfl8GoVA%3D&_=1365316280099
>>>> 2013-04-07 00:31:2,454 DEBUG
>>>>> [storage.secondary.SconaryStorageManagerImpl] (scstorage-1:null)
>>>>>Zone 1
>>>>> is ready to launch secondary storage VM
>>>> 2013-04-07 00:31:20,558 DEBUG
>>>>>[cloud.consoleproxy.ConsolePoxyManagerImpl]
>>>>>(consoleproxy-1:null) Zone 1 is ready to launch console proxy
>>>>> 2013-04-07 00:31:20,820 DEBUG
>>>>> [network.router.VirtualNetworkApplianceManagerImpl]
>>>>> (RouterStatusMonitor-1:null) Found routers to update status.
>>>> 2013-04-0 00:31:20,821 DEBUG
>>>>> [network.router.VirtualNetworkApplianceManagerImpl]
>>>>> (RouterStatusMonitor-1:null) ound 0 networks to update RvR status.
>>>>> 2013-04-07 00:31:20,82 DEBUG
>>>>> [network.router.VirtuaNetworkApplianceManagerImpl]
>>>>> (RouterStatusMontor-:null) Found 0 routers to update status.
>>>>> 2013-04-07 0:31:20,853 DEBUG
>>>>> [network.router.VirtualNetworkApplianceManagerImpl]
>>>>> (RouterStatusMonitor-1:null) Found 0 netwoks to update RvR status.
>>>>> 2013-04-07 00:31:21,075 DEBUG [cloud.api.ApiServlet]
>>>>> (1161145101@qtp-1008805148-33:null) ===START===  127.0.0.1 -- GET
>>>>>
>>>>>commandlistVolumes&id=aed71ae1-732b-48d7-833f-e23287e2b2b9&response=js
>>>>>o
>>>>>n
>>>>>&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316281073
>>>>> 2013-04-07 00:31:21,097 DEBUG [cloud.api.ApiServlet]
>>>>> (1161145101@qtp-100805148-33:null) ==END===  127.0.0.1 -- GET
>>>>>
>>>>>cmmand=listVolumes&id=aed71ae1-732b-48d7-833f-e23287e2b2b9&response=js
>>>>>o
>>>>>n
>>>>>&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316281073
>>>>> 2013-04-07 00:31:21,120 DEBUG [cloud.api.ApiServlet]
>>>>> (1161145101@qtp-1008805148-33:null) ===START===  127.0.0.1 -- GET
>>>>>
>>>>>command=listTags&resonse=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3
>>>>>D
>>>>>&
>>>>>resourceId=aed71ae1-732b-48d7-833f-e23287e2b2b9&resourceType=Volume&li
>>>>>s
>>>>>t
>>>>>A
>>>>>ll=true&_=136531628117
>>>>> 2013-04-07 00:31:21,142 DEBUG [cloud.pi.ApiServlet]
>>>>> (1161145101@qtp-1008805148-33:null) ===END===  127.0.0.1 - GE
>>>>>
>>>>>command=listTags&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%
>>>>>3
>>>>>D
>>>>>&
>>>>>resourceId=aed71ae1732b-48d7-833f-e232872b2b9&resourceType=Volume&list
>>>>>A
>>>>>ll=true&_=1365316281117
>>>>> 2013-04-07 00:31:23,102DEBUG [cloud.api.ApiServlet]
>>>>> (1161145101@qtp-100885148-33:null) ==START===  127.0.0.1 -- GET
>>>>>
>>>>>commandqueryAsyncJobResult&jobId=f75d8ce8-1193-43bf-b11-f43d2534e6bc&r
>>>>>e
>>>>>sponsejson&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316283100
>>>>> 2013-04-07 00:31:23,122 EBUG [cloud.api.ApiServlet]
>>>> (116145101@qtp-100880514-33:null) ===END===  127.0.0.1 -- GET
>>>>>
>>>>>command=queryAsyncJobResult&jobId=75d8ce8-1193-43bf-b171-f43d2534e6bc&
>>>>>e
>>>>>sponse=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316283100
>>>>> 2013-04-07 00:3:24,894 DEBUG [agent.manager.AgentManagerImpl]
>>>>> (AgentManager-Handler-9:null) Ping from 4
>>>>> 2013-04-07 00:31:26,102 DEBUG [cloud.api.ApiServlet]
>>>>> (1161145101@qtp-1008805148-33:null) ===START===  127.0.0.1 -- GET
>>>>>
>>>>>command=queryAsyncJobResult&jobId=f75d8ce8-1193-43bf-b171-f43d2534e6bc
>>>>>&
>>>>>r
>>>>>e
>>>>>sponse=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316286100
>>>>> 2013-04-07 00:31:26,117 DEBUG [cloud.api.ApiServlet]
>>>>> (1161145101@qtp-1008805148-33:null) ===END===  127.0.0.1 --GET
>>>>>
>>>>>command=queryAsyncJobResult&jbId=f75d8ce8-1193-43bf-b171-f43d2534e6bc&
>>>>>r
>>>>>e
>>>>>spons=json&sessiony=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316286100
>>>>> 2013-04-07 00:31:27,217 DEBUG [agent.manager.DirectAgentAttache]
>>>>> (DirctAgen-164:null) Ping from 1
>>>>> 2013-04-07 00:31:28,079 DEBUG [agent.manager.DirectAgentAttache]
>>>>> (DirectAgent-174:null) Seq 5-614334809: Response Received:
>>>>> 2013-04-07 00:31:28,079 DEBUG [agent.transport.equest]
>>>>> (DirectAgent-174:null) Seq 5-614334809: Processing:  { Ans: , MgmtId
>>>>>1,
>>>>> via: 5, Ver: v1, Flags: 110,
>>>>>
>>>>>[{"storage.PrimaryStorageDownloadAnswer"{"installPath":"a8414926-81d6-
>>>>>4
>>>>>b
>>>>>54-9b4b-feb498489df0","templateSize":54525952,"esult":true,"wait":0}}]
>>>>> }
>>>>> 2013-04-07 00:31:28,079 DEBUG [agent.transpot.Request]
>>>>> (Job-Execur-35:jo-42) Seq -614334809: Received:   Ans: , MgmtId: 1,
>>>>> via: 5, Ver: v1, Flgs: 110, { PrimaryStorageDownloadAnswer } }
>>>>> 23-04-07 00:31:28,079 DEBUG [agent.mnager.AgentAttache]
>>>>> (irectAgent-174:null) Seq 5-614334809: No more command found
>>>>> 2013-04-07 00:31:28,081 EBUG [cloud.template.TemplateManagerImpl]
>>>>> (Job-Executor-35:job-42) Template 5 is downloaded via 5
>>>>> 2013-04-07 00:31:28,085 DEBUG [agent.tansport.Request]
>>>>> (Job-Executor-35:job-42) Seq 5-614334810: ending  { Cmd , gmtId:
>>>>>1,>>via:
>>>>> 5, Ver: v1, Flags: 100111,
>>>>>
>>>>>[{"storage.CreateCommad":{"volId":12,"pool":{"id":257,"uuid":"iSCSI_S
>>>>>R
>>>>>_
>>>>>3
>>>>>","host":"192.168.56.9","path":"/iSCSI_SR_3","port":0,"type":"PreSetup
>>>>>"
>>>>>}
>>>>>,
>>>>>"diskCharacteritics":{"size":52428800,"tags":["iSCSI_SR_3"],"type":"RO
>>>>>
>>>>>>>>T
>>>>>","name":"ROO-12","useLocalStorage":false,"recreatable":true,"diskOffe
>>>>>r
>>>>>i
>>>>>ngId":37,"volumeId:12,"hyperType":"XenServer"},"templateUrl":"a841492
>>>>>6
>>>>>-
>>>>>8
>>>>>1d6-4b54-9b4b-feb498489df0","wait":0}}]
>>>>> }
>>>>> 2013-04-07 00:31:28,086 DEBUG [agent.ransport.Request]
>>>>> (Job-Executor35:job-42) Se 5-614334810: Executing:  { Cmd , MgmtId:
>>>>>1,
>>>>> via: 5, Ver: v1, Flags: 100111,
>>>>>
>>>>>[{"storage.CreateComand":{"volId":12,"pool":{"id":257,"uuid":"iSCSI_SR
>>>>>_
>>>>>3
>>>>>","host":"192.168.56.9","path":"/iSCSI_SR_3","port":0,"type":"PreSetup
>>>>>"
>>>>>}
>>>>>,
>>>>>"diskCharacteristics":{"size":52428800,"tags":["iSCSI_SR_3"],"type":"R
>>>>>O
>>>>>O
>>>>>T
>>>>>","name":"OOT-12","useLocalStorage":false,"recreatable":true,"diskOffe
>>>>>r
>>>>>i
>>>>>ngId":37,"volumeId":12,"yperType":"Xenerver"}"templateUrl":"a8414926-
>>>>>8
>>>>>1d6-4b54-9b4b-feb498489df0","wait":0}}]
>>>>> }
>>>>> 2013-04-0700:31:28,086DEBUG [agent.manager.DirectAgentAttache]
>>>>> (DirectAgent-327:null) Seq -614334810: Executing request
>>>>> 2013-04-07 00:3:28,227 DEUG [xen.resource.CitrixResouceBase]
>>>>> DirectAgent-327:null) SR retrieved for iSCSI_SR_3>> 2013-04-07
>>>>>00:31:28,240 DEUG [xen.resource.CitrixResourceBase]
>>>>> (DirectAgent-327:null) Checking iSCSI_SR_3 or SR
>>>>> fe8ca696-22f5-ba1f-af68-7c3cf5a3cb39 on
>>>>> XS[5e02c0-155d-432e-a20f-f8c600ef3ab7-192.168.5611]
>>>>> 2013-04-07 00:31:29,095 DEBUG [agent.manager.DirectAentAttache]
>>>>> (DirectAget-84:null) Seq 1-90046472: Executing request
>>>>> 2013-04-07 00:31:29,106 DEBUG [cloud.api.ApiServlet]
>>>>> (1161145101@qtp-100805148-33:null) ===START===  127.0.0.1 -- GET
>>>>>
>>>>>command=queryAsyncJobResult&jobId=f75d8ce8-193-43bf-b171-f43d2534e6bc&
>>>>>r
>>>>>e
>>>>>sponse=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316289101
>>>>> 2013-04-07 00:31:29,130 DEBUG [cloud.apiApiServlet]
>>>>> (1161145101@qtp-100880518-33:null) ==END===  127.0.0.1 -- GET
>>>>>
>>>>>cmmand=queryAsyncJoResult&jobIdf75d8ce8-1193-43bf-b171-f43d2534e6bc&re
>>>>>sponse=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316289101
>>>>> 2013-04-07 00:31:29,687 DEBUG [agent.managr.DirectAgentAttache]
>>>> (DirectAgent-84:null) Seq 1-90046472: Response Received:
>>>>> 2013-04-07 00:31:29,688 DEBUG [agent.transport.Request]
>>>>> (DirectAgent-84:null) Seq 1-90046472: Processing:  {Ans: , MgmtId: 1,
>>>>>via:
>>>>> 1, Ver: v1, Flags: 10,
>>>>>
>>>>>[{"ClusterSyncAnswer":{"_clsterId":1,"_newStates":{},"_isExecuted":fal
>>>>>s
>>>>>e
>>>>>,"result":true,"wait":0}}]
>>>>> }
>>>>> 2013-04-07 00:31:30,685 DEBUG [xen.resource.CitrixResourceBase]
>>>>> (DirectAgent-327:null) Succefully created VDI for
>>>> com.cloudagent.api.storage.CreateCommand.  Uuid =
>>>>> 40a39639-e8aa-45b5bfa1-91b68571d0c
>>>>> 213-04-07 00:31:30,686 DEBUG [agent.manager.DirectAgentAttache]
>>>>> (DirectAgent-327:null) Seq 5-614334810: Response Received:
>>>>> 2013-04-07 00:31:30,686 DEBUG [aget.transport.Request]
>>>>> (DirectAgent-327:null) Seq 5-614334810: Processing:  { Ans: , MgmtId:
>>>>>1,
>>>>> via: 5, Ver: v1, Flags: 110,
>>>>>
>>>>>[{"storage.CreateAnswer":{"volume":{"id":12,"name":"ROT-12","mountPoin
>>>>>t
>>>>>"
>>>>>:"/iSCSI_SR_3","path":"40a39639-e8aa-45b5-bfa1-591b68571d0c","size":52
>>>>>4
>>>>>2
>>>>>8
>>>>>800,"type":"ROOT","storagePoolType":"PreSetup","storagePoolUuid":"iSCS
>>>>>I
>>>>>_
>>>>>S>>>R_3","deviceId":0},"requestTemplateReload":false,"result":true,"wa
>>>>>i
>>>>>t":0}
>>>>>}
>>>>>]
>>>>> }
>>>>> 2013-04-07 00:31:30,686 DBUG [agent.transport.Request]
>>>>> (Job-Executor-35:job-42) Seq 5-614334810: Received:  { Ans: , gmtId:
>>>>1,
>>>>> vi 5, Ver: v1, Flags: 110, { CreateAnswer } }
>>>>> 2013-04-07 00:31:30,686 DEBG [agent.manager.AgentAttache]>>>
>>>>>(DirectAgent-327:null) Seq 5-614334810: No mor commands found
>>>>> 2013-04-07 00:31:30,689 DEBUG [loud.storage.StorageManagerImpl]
>>>>> (Job-Executor-35:job-42)Volume Vol[12|vm=12|ROO] is created on
>>>>> Pool[257|PreSetup]
>>>>> 2013-04-07 00:31:30,705 DEBUG [agent.transport.Request]
>>>> (Job-Executor-35:job-42) Seq 5-614334811: Sending  { Cmd , MgmtId: 1,
>>>>>via:
>>>> 5, Ver: v1, Flags:100111,
>>>>>
>>>>>[{"StartComman":{"vm":{"id":12,"nme":"i-2-12-VM","bootloader":"PyGrub"
>>>>>,
>>>>>>>"type":"User","cpus":1,"speed":100,"minRam":1073741824,"maxRam":1073
>>>>>>>7
>>>>>>>4
>>>>>>>182
>>>>>4,"arch":"x86_6","os":"entOS
>>>>> 5.3
>>>>>
>>>>>(64-bit)","bootArgs":"","rebootOnCrash":false,enableHA":false,"limitCp
>>>>>u
>>>>>U
>>>>>se":false,"vncPassword":"a0ed1e002d55dc0b","params":{},"uuid":"c18ddf7
>>>>>c
>>>>>-
>>>>>f
>>>>>c61-40b0-af75-fdef05f8eae6",disks":[{"d":12,"name":"ROOT-12","mountPoi
>>>>>n
>>>>>t":"/iSSI_SR_3","path":"40a39639-e8aa-45b5-bfa1-591b6857d0c","size":52
>>>>>4
>>>>>28800,"type":"ROOT","storagePoolType":"PreSetup","stoagePoolUuid":"iSC
>>>>>S
>>>>>
>>>>>_SR_3","deviceId":0},{"id":12,"name":"tiny
>>>>>
>>>>>Linux","size":0,"type":"ISO","storagePoolType":"ISO","deviceId":3],"ni
>>>>>s
>>>>>":[{"deviceId":0,"networkRateMbps":200,"defaultNic":true,"uuid""70472c
>>>>>4
>>>>>3
>>>>>-4913-4e0a-8e1d-87b030404b0a","ip":"192.168.56.195","netmask":"255.255
>>>>>.
>>>>>2
>>>>>5
>>>>5.0","gateway":"192.168.56.1","mac":"06:c8:0e:00:00:75","dns1":"8.8.8.8
>>>>"
>>>>>,
>>>>>"dns2":"4.4.4.4","broadcastType":"Native","type":"Guest","broadcastUri
>>>>>"
>>>>>:
>>>>>"
>>>>>vlan://untagged","isolationUri":"ec2://untagged","isSecurityGroupEnabl
>>>>>e
>>>>>d
>>>>>"
>>>>>:true}]},"hostIp":"12.168.56.11","wait":0}}]
>>>>> }
>>>>> 201-04-07 00:31:30,705 DEBUG [agent.transpot.Request]
>>>>> (Job-Executor-35:job-42) Seq 5-614334811: Executing:  { Cmd , MgmtId:
>>>>>1,
>>>>> via: 5 Ver: v1, Flags: 100111,
>>>>>
>>>>>[{"StartCommand":{"vm":{"id":12,"name":"i-2-12-VM""bootloader":"PyGrub
>>>>>"
>>>>>,
>>>>>"type":"User","cpus":1,"speed":100,"minRam":1073741824,"maxRam":107371
>>>>>8
>>>>>2
>>>>>4,"arch":"x86_64","os":"CentOS
>>>>> 5.3
>>>>>
>>>>>(64-bit)","bootArgs":"""rebootOnCrash":false,"enableHA":false,"limitCp
>>>>>u
>>>>>U
>>>>>se":false,"vncPassword":"a0ed1e002d55dc0b","params":{},"uuid":"c18ddf7
>>>>>c
>>>>>-
>>>>>f
>>>>>c61-40b0-af75-fdef05f8eae6","disks":[{"id":12,"ame":"ROOT-12","mountPo
>>>>>i
>>>>>n
>>>>>t":"/iSCSI_SR_3,"path":"40a39639-e8aa-45b5-bfa1-591b68571d0c","size":5
>>>>>2
>>>>>4
>>>>>28800,"type":"ROOT","storagePoolType":"PreSetup","storagePoolUuid":"iS
>>>>>C
>>>>>S
>>>>>I
>>>>>_SR_3","deviceId":0},{"id":12,"name":"tiny
>>>>>
>>>>>Linux","size":0,"type":"ISO","soragePoolType":"ISO","deviceId":3}],"ni
>>>>>c
>>>>>s
>>>>>":[{"devicId":0,"netwrkRateMbps"200,"defaultNic":true,"uuid":"70472c43
>>>>>-4913-4e0a-8e1d-87b030404b0a","ip":"192.168.56.195","netmask":"255.255
>>>>>.
>>>>>2
>>>>>5
>>>>>5.0","gatewy":"192.168.56.1","mac":"06:c8:0e:00:00:75","dns1":"8.8.8.8
>>>>>"
>>>>>,
>>>>>"dns2":"4.4.4.4","broadcastType":"Native","type":"Guest","broadcastUri
>>>>>"
>>>>>:
>>>>>"
>>>>>vlan://untagged","isolationUri":"ec2://untagged","isSecurityGroupEnale
>>>>>d
>>>>>"
>>>>>:true}]},"hostIp:"192.168.56.11","wait":0}}]
>>>>> }
>>>>> 2013-04-07 00:31:30,705 DEBUG [agent.manager.DirectAgentAttache]
>>>>> (DirectAgent-265:null) Seq 5-614334811: Executing request
>>>>> 2013-04-07 00:31:30,848 DEBUG [xen.resource.CitrixResourceBase]
>>>>> (DirectAgent-265:null) 1. The VM i-2-12-VM is in Starting state.
>>>>> 2013-04-07 00:31:30,907 DEBUG [xen.resource.XenServer56FP1Resource]
>>>>> (DirectAgent-2:null) Created VM 6b192a90-bce6-7347-f184-d5b8538647a
>>>>>for
>>>>> i-2-12-VM
>>>>> 2013-04-07 00:31:30,959 DEBUG [xen.resource.CitrixResourceBase]
>>>>> (DirectAgent-265:null) VBD 9ea8a64a-9d04-76df-9d8b-103371b21d86
>>>>>created
>>>>>for
>>>> Vol[12|ROOT|40a39639-e8aa-45b5-bfa1-591b68571d0c|52428800]
>>>>> 2013-04-07 00:31:30,985 DEBUG [xen.resource.CitrixResourceBase]
>>>>> (DirectAgent-265:null) VBD 0fb43cee-0512-beed-5d24-a33a2ceceeda
>>>>>created
>>>>>for
>>>>> Vol[12|ISO|null|0]
>>>>> 2013-04-07 00:31:30,985 DEBUG [xen.resource.CitrixResourceBase]
>>>>> (DirectAgent-265:null) Creating VIF for i-2-12-VM on nic
>>>>> [Nic:Guest-192.168.56.195-vlan://untagged]
>>>>> 2013-04-07 00:31:31,037 DEBUG [xen.resource.CitrixResourceBase]
>>>>> (DirectAgent-265:null) Created a vif
>>>>>adbeb814-7d38-1fda-1bdb-b6850c7cb342
>>>>> on 0
>>>>> 2013-04-07 00:31:32,105 DEBUG [cloud.api.ApiServlet]
>>>>> (1161145101@qtp-1008805148-33:null) ===START===  127.0.0.1 -- GET
>>>>>
>>>>>command=queryAsyncJobResult&jobId=f75d8ce8-1193-43bf-b171-f43d2534e6bc
>>>>>&
>>>>>r
>>>>>e
>>>>>sponse=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316292102
>>>>> 2013-04-07 00:31:32,122 DEBUG [cloud.api.ApiServlet]
>>>>> (1161145101@qtp-1008805148-33:null) ===END===  127.0.0.1 -- GET
>>>>>
>>>>>command=queryAsyncJobResult&jobId=f75d8ce8-1193-43bf-b171-f43d2534e6bc
>>>>>&
>>>>>r
>>>>>e
>>>>>sponse=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316292102
>>>>> 2013-04-07 00:31:35,106 DEBUG [cloud.api.ApiServlet]
>>>>> (1161145101@qtp-1008805148-33:null) ===START===  127.0.0.1 -- GET
>>>>>
>>>>>command=queryAsyncJobResult&jobId=f75d8ce8-1193-43bf-b171-f43d2534e6bc
>>>>>&
>>>>>r
>>>>>e
>>>>>sponse=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316295103
>>>>> 2013-04-07 00:31:35,125 DEBUG [cloud.api.ApiServlet]
>>>>> (1161145101@qtp-1008805148-33:null) ===END===  127.0.0.1 -- GET
>>>>>
>>>>>command=queryAsyncJobResult&jobId=f75d8ce8-1193-43bf-b171-f43d2534e6bc
>>>>>&
>>>>>r
>>>>>e
>>>>>sponse=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316295103
>>>>> 2013-04-07 00:31:38,106 DEBUG [cloud.api.ApiServlet]
>>>>> (1161145101@qtp-1008805148-33:null) ===START===  127.0.0.1 -- GET
>>>>>
>>>>>command=queryAsyncJobResult&jobId=f75d8ce8-1193-43bf-b171-f43d2534e6bc
>>>>>&
>>>>>r
>>>>>e
>>>>>sponse=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316298104
>>>>> 2013-04-07 00:31:38,126 DEBUG [cloud.api.ApiServlet]
>>>>> (1161145101@qtp-1008805148-33:null) ===END===  127.0.0.1 -- GET
>>>>>
>>>>>command=queryAsyncJobResult&jobId=f75d8ce8-1193-43bf-b171-f43d2534e6bc
>>>>>&
>>>>>r
>>>>>e
>>>>>sponse=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316298104
>>>>> 2013-04-07 00:31:41,108 DEBUG [cloud.api.ApiServlet]
>>>>> (1161145101@qtp-1008805148-33:null) ===START===  127.0.0.1 -- GET
>>>>>
>>>>>command=queryAsyncJobResult&jobId=f75d8ce8-1193-43bf-b171-f43d2534e6bc
>>>>>&
>>>>>r
>>>>>e
>>>>>sponse=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316301106
>>>>> 2013-04-07 00:31:41,133 DEBUG [cloud.api.ApiServlet]
>>>>> (1161145101@qtp-1008805148-33:null) ===END===  127.0.0.1 -- GET
>>>>>
>>>>>command=queryAsyncJobResult&jobId=f75d8ce8-1193-43bf-b171-f43d2534e6bc
>>>>>&
>>>>>r
>>>>>e
>>>>>sponse=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316301106
>>>>> 2013-04-07 00:31:43,708 INFO  [xen.resource.CitrixResourceBase]
>>>>> (DirectAgent-265:null) Programmed default network rules for i-2-12-VM
>>>>>on
>>>>> nic with ip:192.168.56.195 mac:06:c8:0e:00:00:75
>>>>> 2013-04-07 00:31:43,708 DEBUG [xen.resource.CitrixResourceBase]
>>>>> (DirectAgent-265:null) 2. The VM i-2-12-VM is in Running state.
>>>>> 2013-04-07 00:31:43,708 DEBUG [agent.manager.DirectAgentAttache]
>>>>> (DirectAgent-265:null) Seq 5-614334811: Response Received:
>>>>> 2013-04-07 00:31:43,709 DEBUG [agent.transport.Request]
>>>>> (DirectAgent-265:null) Seq 5-614334811: Processing:  { Ans: , MgmtId:
>>>>>1,
>>>>> via: 5, Ver: v1, Flags: 110,
>>>>>
>>>>>[{"StartAnswer":{"vm":{"id":12,"name":"i-2-12-VM","bootloader":"PyGrub
>>>>>"
>>>>>,
>>>>>"
>>>>>type":"User","cpus":1,"speed":100,"minRam":1073741824,"maxRam":1073741
>>>>>8
>>>>>2
>>>>>4
>>>>>,"arch":"x86_64","os":"CentOS
>>>>> 5.3
>>>>>
>>>>>(64-bit)","bootArgs":"","rebootOnCrash":false,"enableHA":false,"limitC
>>>>>p
>>>>>u
>>>>>U
>>>>>se":false,"vncPassword":"a0ed1e002d55dc0b","params":{},"uuid":"c18ddf7
>>>>>c
>>>>>-
>>>>>f
>>>>>c61-40b0-af75-fdef05f8eae6","disks":[{"id":12,"name":"ROOT-12","mountP
>>>>>o
>>>>>i
>>>>>n
>>>>>t":"/iSCSI_SR_3","path":"40a39639-e8aa-45b5-bfa1-591b68571d0c","size":
>>>>>5
>>>>>2
>>>>>4
>>>>>28800,"type":"ROOT","storagePoolType":"PreSetup","storagePoolUuid":"iS
>>>>>C
>>>>>S
>>>>>I
>>>>>_SR_3","deviceId":0},{"id":12,"name":"tiny
>>>>>
>>>>>Linux","size":0,"type":"ISO","storagePoolType":"ISO","deviceId":3}],"n
>>>>>i
>>>>>c
>>>>>s
>>>>>":[{"deviceId":0,"networkRateMbps":200,"defaultNic":true,"uuid":"70472
>>>>>c
>>>>>4
>>>>>3
>>>>>-4913-4e0a-8e1d-87b030404b0a","ip":"192.168.56.195","netmask":"255.255
>>>>>.
>>>>>2
>>>>>5
>>>>>5.0","gateway":"192.168.56.1","mac":"06:c8:0e:00:00:75","dns1":"8.8.8.
>>>>>8
>>>>>"
>>>>>,
>>>>>"dns2":"4.4.4.4","broadcastType":"Native","type":"Guest","broadcastUri
>>>>>"
>>>>>:
>>>>>"
>>>>>vlan://untagged","isolationUri":"ec2://untagged","isSecurityGroupEnabl
>>>>>e
>>>>>d
>>>>>"
>>>>>:true}]},"result":true,"wait":0}}]
>>>>> }
>>>>> 2013-04-07 00:31:43,709 DEBUG [agent.transport.Request]
>>>>> (Job-Executor-35:job-42) Seq 5-614334811: Received:  { Ans: , MgmtId:
>>>>>1,
>>>>> via: 5, Ver: v1, Flags: 110, { StartAnswer } }
>>>>> 2013-04-07 00:31:43,709 DEBUG [agent.manager.AgentAttache]
>>>>> (DirectAgent-265:null) Seq 5-614334811: No more commands found
>>>>> 2013-04-07 00:31:43,763 DEBUG
>>>>>[network.security.SecurityGroupManagerImpl]
>>>>> (Job-Executor-35:job-42) Security Group Mgr v2: scheduling ruleset
>>>>>updates
>>>>> for 1 vms  (unique=1), current queue size=0
>>>>> 2013-04-07 00:31:43,765 DEBUG
>>>>>[network.security.SecurityGroupManagerImpl]
>>>>> (Job-Executor-35:job-42) Security Group Mgr v2: done scheduling
>>>>>ruleset
>>>>> updates for 1 vms: num new jobs=1 num rows insert or updated=1 time
>>>>>taken=2
>>>>> 2013-04-07 00:31:43,769 DEBUG [cloud.capacity.CapacityManagerImpl]
>>>>> (Job-Executor-35:job-42) VM state transitted from :Starting to 
>>>>>Running
>>>>>with
>>>>> event: OperationSucceededvm's original host id: 5 new host id: 5 host
>>>>>id
>>>>> before state transition: 5
>>>>> 2013-04-07 00:31:43,769 DEBUG [cloud.vm.VirtualMachineManagerImpl]
>>>>> (Job-Executor-35:job-42) Start completed for VM
>>>>> VM[User|c18ddf7c-fc61-40b0-af75-fdef05f8eae6]
>>>>> 2013-04-07 00:31:43,773 DEBUG
>>>>>[network.security.SecurityGroupManagerImpl]
>>>>> (SecGrp-Worker-3:null) SecurityGroupManager v2: sending ruleset 
>>>>>update
>>>>>for
>>>>> vm i-2-12-VM:ingress num rules=0:egress num rules=0 num cidrs=0
>>>>> sig=d41d8cd98f00b204e9800998ecf8427e
>>>>> 2013-04-07 00:31:43,777 DEBUG [cloud.async.AsyncJobManagerImpl]
>>>>> (Job-Executor-35:job-42) Complete async job-42, jobStatus: 1,
>>>>>resultCode:
>>>>> 0, result: org.apache.cloudstack.api.response.UserVmResponse@d9c5b6f
>>>>> 2013-04-07 00:31:43,782 DEBUG [cloud.async.AsyncJobManagerImpl]
>>>>> (Job-Executor-35:job-42) Done executing
>>>>> org.apache.cloudstack.api.command.user.vm.DeployVMCmd for job-42
>>>>> 2013-04-07 00:31:43,796 DEBUG [agent.transport.Request]
>>>>> (SecGrp-Worker-3:null) Seq 5-614334812: Sending  { Cmd , MgmtId: 1,
>>>>>via: 5,
>>>>> Ver: v1, Flags: 100111,
>>>>>
>>>>>[{"SecurityGroupRulesCmd":{"guestIp":"192.168.56.195","vmName":"i-2-12
>>>>>-
>>>>>V
>>>>>M
>>>>>","guestMac":"06:c8:0e:00:00:75","signature":"d41d8cd98f00b204e9800998
>>>>>e
>>>>>c
>>>>>f
>>>>>8427e","seqNum":1,"vmId":12,"msId":1,"ingressRuleSet":[],"egressRuleSe
>>>>>t
>>>>>"
>>>>>:
>>>>>[],"wait":0}}]
>>>>> }
>>>>> 2013-04-07 00:31:43,796 DEBUG [agent.transport.Request]
>>>>> (SecGrp-Worker-3:null) Seq 5-614334812: Executing:  { Cmd , MgmtId: 
>>>>>1,
>>>>>via:
>>>>> 5, Ver: v1, Flags: 100111,
>>>>>
>>>>>[{"SecurityGroupRulesCmd":{"guestIp":"192.168.56.195","vmName":"i-2-12
>>>>>-
>>>>>V
>>>>>M
>>>>>","guestMac":"06:c8:0e:00:00:75","signature":"d41d8cd98f00b204e9800998
>>>>>e
>>>>>c
>>>>>f
>>>>>8427e","seqNum":1,"vmId":12,"msId":1,"ingressRuleSet":[],"egressRuleSe
>>>>>t
>>>>>"
>>>>>:
>>>>>[],"wait":0}}]
>>>>> }
>>>>> 2013-04-07 00:31:43,796 DEBUG [agent.manager.DirectAgentAttache]
>>>>> (DirectAgent-77:null) Seq 5-614334812: Executing request
>>>>> 2013-04-07 00:31:44,109 DEBUG [cloud.api.ApiServlet]
>>>>> (1161145101@qtp-1008805148-33:null) ===START===  127.0.0.1 -- GET
>>>>>
>>>>>command=queryAsyncJobResult&jobId=f75d8ce8-1193-43bf-b171-f43d2534e6bc
>>>>>&
>>>>>r
>>>>>e
>>>>>sponse=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316304106
>>>>> 2013-04-07 00:31:44,122 DEBUG [cloud.async.AsyncJobManagerImpl]
>>>>> (1161145101@qtp-1008805148-33:null) Async job-42 completed
>>>>> 2013-04-07 00:31:44,131 DEBUG [cloud.api.ApiServlet]
>>>>> (1161145101@qtp-1008805148-33:null) ===END===  127.0.0.1 -- GET
>>>>>
>>>>>command=queryAsyncJobResult&jobId=f75d8ce8-1193-43bf-b171-f43d2534e6bc
>>>>>&
>>>>>r
>>>>>e
>>>>>sponse=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316304106
>>>>> 2013-04-07 00:31:44,351 INFO  [xen.resource.CitrixResourceBase]
>>>>> (DirectAgent-77:null) Programmed network rules for vm i-2-12-VM
>>>>> guestIp=192.168.56.195, ingress numrules=0, egress numrules=0
>>>>> 2013-04-07 00:31:44,351 DEBUG [agent.manager.DirectAgentAttache]
>>>>> (DirectAgent-77:null) Seq 5-614334812: Response Received:
>>>>> 2013-04-07 00:31:44,352 DEBUG [agent.transport.Request]
>>>>> (DirectAgent-77:null) Seq 5-614334812: Processing:  { Ans: , MgmtId:
>>>>>1,
>>>>> via: 5, Ver: v1, Flags: 110,
>>>>>
>>>>>[{"SecurityGroupRuleAnswer":{"logSequenceNumber":1,"vmId":12,"reason":
>>>>>"
>>>>>N
>>>>>O
>>>>>NE","result":true,"wait":0}}]
>>>>> }
>>>>> 2013-04-07 00:31:44,353 DEBUG 
>>>>>[network.security.SecurityGroupListener]
>>>>> (DirectAgent-77:null) Successfully programmed rule
>>>>> com.cloud.agent.api.SecurityGroupRuleAnswer into host 5
>>>>> 2013-04-07 00:31:44,357 DEBUG 
>>>>>[network.security.SecurityGroupListener]
>>>>> (DirectAgent-77:null) Successfully programmed rule
>>>>> com.cloud.agent.api.SecurityGroupRuleAnswer into host 5
>>>>> 2013-04-07 00:31:44,359 DEBUG [agent.manager.AgentAttache]
>>>>> (DirectAgent-77:null) Seq 5-614334812: No more commands found
>>>>> 2013-04-07 00:31:47,679 DEBUG [agent.manager.AgentManagerImpl]
>>>>> (AgentManager-Handler-10:null) Ping from 3
>>>>> 2013-04-07 00:31:50,451 DEBUG
>>>>> [storage.secondary.SecondaryStorageManagerImpl] (secstorage-1:null)
>>>>>Zone 1
>>>>> is ready to launch secondary storage VM
>>>>> 2013-04-07 00:31:50,553 DEBUG
>>>>>[cloud.consoleproxy.ConsoleProxyManagerImpl]
>>>>> (consoleproxy-1:null) Zone 1 is ready to launch console proxy
>>>>> 2013-04-07 00:31:50,819 DEBUG
>>>>> [network.router.VirtualNetworkApplianceManagerImpl]
>>>>> (RouterStatusMonitor-1:null) Found 0 routers to update status.
>>>>> 2013-04-07 00:31:50,820 DEBUG
>>>>> [network.router.VirtualNetworkApplianceManagerImpl]
>>>>> (RouterStatusMonitor-1:null) Found 0 networks to update RvR status.
>>>>> 2013-04-07 00:31:50,851 DEBUG
>>>>> [network.router.VirtualNetworkApplianceManagerImpl]
>>>>> (RouterStatusMonitor-1:null) Found 0 routers to update status.
>>>>> 2013-04-07 00:31:50,852 DEBUG
>>>>> [network.router.VirtualNetworkApplianceManagerImpl]
>>>>> (RouterStatusMonitor-1:null) Found 0 networks to update RvR status.
>>>>> 2013-04-07 00:31:51,459 INFO  [agent.manager.AgentMonitor]
>>>>> (Thread-11:null) Found the following agents behind on ping: [6, 5]
>>>>> 2013-04-07 00:31:51,460 DEBUG [cloud.host.Status] (Thread-11:null)
>>>>>Ping
>>>>> timeout for host 6, do invstigation
>>>>> 2013-04-07 00:31:51,461 DEBUG [cloud.host.Status] (Thread-11:null)
>>>>>Ping
>>>>> timeout for host 5, do invstigation
>>>>> 2013-04-07 00:31:51,462 INFO  [agent.manager.AgentManagerImpl]
>>>>> (AgentTaskPool-2:null) Investigating why host 6 has disconnected with
>>>>>event
>>>>> PingTimeout
>>>>> 2013-04-07 00:31:51,462 DEBUG [agent.manager.AgentManagerImpl]
>>>>> (AgentTaskPool-2:null) checking if agent (6) is alive
>>>>> 2013-04-07 00:31:51,463 INFO  [agent.manager.AgentManagerImpl]
>>>>> (AgentTaskPool-14:null) Investigating why host 5 has disconnected 
>>>>>with
>>>>> event PingTimeout
>>>>> 2013-04-07 00:31:51,463 DEBUG [agent.manager.AgentManagerImpl]
>>>>> (AgentTaskPool-14:null) checking if agent (5) is alive
>>>>> 2013-04-07 00:31:51,465 DEBUG [agent.transport.Request]
>>>>> (AgentTaskPool-2:null) Seq 6-324993304: Sending  { Cmd , MgmtId: 1,
>>>>>via: 6,
>>>>> Ver: v1, Flags: 100011, [{"CheckHealthCommand":{"wait":50}}] }
>>>>> 2013-04-07 00:31:51,465 DEBUG [agent.transport.Request]
>>>>> (AgentTaskPool-2:null) Seq 6-324993304: Executing:  { Cmd , MgmtId: 
>>>>>1,
>>>>>via:
>>>>> 6, Ver: v1, Flags: 100011, [{"CheckHealthCommand":{"wait":50}}] }
>>>>> 2013-04-07 00:31:51,465 DEBUG [agent.manager.DirectAgentAttache]
>>>>> (DirectAgent-151:null) Seq 6-324993304: Executing request
>>>>> 2013-04-07 00:31:51,466 DEBUG [agent.transport.Request]
>>>>> (AgentTaskPool-14:null) Seq 5-614334813: Sending  { Cmd , MgmtId: 1,
>>>>>via:
>>>>> 5, Ver: v1, Flags: 100011, [{"CheckHealthCommand":{"wait":50}}] }
>>>>> 2013-04-07 00:31:51,467 DEBUG [agent.transport.Request]
>>>>> (AgentTaskPool-14:null) Seq 5-614334813: Executing:  { Cmd , MgmtId:
>>>>>1,
>>>>> via: 5, Ver: v1, Flags: 100011, [{"CheckHealthCommand":{"wait":50}}] 
>>>>>}
>>>>> 2013-04-07 00:31:51,467 DEBUG [agent.manager.DirectAgentAttache]
>>>>> (DirectAgent-113:null) Seq 5-614334813: Executing request
>>>>> 2013-04-07 00:31:51,525 DEBUG [agent.manager.DirectAgentAttache]
>>>>> (DirectAgent-151:null) Seq 6-324993304: Response Received:
>>>>> 2013-04-07 00:31:51,525 DEBUG [agent.transport.Request]
>>>>> (DirectAgent-151:null) Seq 6-324993304: Processing:  { Ans: , MgmtId:
>>>>>1,
>>>>> via: 6, Ver: v1, Flags: 10,
>>>>> [{"CheckHealthAnswer":{"result":true,"details":"resource is
>>>>> alive","wait":0}}] }
>>>>> 2013-04-07 00:31:51,526 DEBUG [agent.transport.Request]
>>>>> (AgentTaskPool-2:null) Seq 6-324993304: Received:  { Ans: , MgmtId: 
>>>>>1,
>>>>>via:
>>>>> 6, Ver: v1, Flags: 10, { CheckHealthAnswer } }
>>>>> 2013-04-07 00:31:51,526 DEBUG [agent.manager.AgentManagerImpl]
>>>>> (AgentTaskPool-2:null) Details from executing class
>>>>> com.cloud.agent.api.CheckHealthCommand: resource is alive
>>>>> 2013-04-07 00:31:51,526 DEBUG [agent.manager.AgentManagerImpl]
>>>>> (AgentTaskPool-2:null) agent (6) responded to checkHeathCommand,
>>>>>reporting
>>>>> that agent is Up
>>>>> 2013-04-07 00:31:51,526 INFO  [agent.manager.AgentManagerImpl]
>>>>> (AgentTaskPool-2:null) The state determined is Up
>>>>> 2013-04-07 00:31:51,526 INFO  [agent.manager.AgentManagerImpl]
>>>>> (AgentTaskPool-2:null) Agent is determined to be up and running
>>>>> 2013-04-07 00:31:51,526 DEBUG [cloud.host.Status]
>>>>>(AgentTaskPool-2:null)
>>>>> Transition:[Resource state = Enabled, Agent event = Ping, Host id = 
>>>>>6,
>>>>>name
>>>>> = Tut-XenServer]
>>>>> 2013-04-07 00:31:51,529 DEBUG [agent.manager.DirectAgentAttache]
>>>>> (DirectAgent-113:null) Seq 5-614334813: Response Received:
>>>>> 2013-04-07 00:31:51,529 DEBUG [agent.transport.Request]
>>>>> (DirectAgent-113:null) Seq 5-614334813: Processing:  { Ans: , MgmtId:
>>>>>1,
>>>>> via: 5, Ver: v1, Flags: 10,
>>>>> [{"CheckHealthAnswer":{"result":true,"details":"resource is
>>>>> alive","wait":0}}] }
>>>>> 2013-04-07 00:31:51,529 DEBUG [agent.transport.Request]
>>>>> (AgentTaskPool-14:null) Seq 5-614334813: Received:  { Ans: , MgmtId:
>>>>>1,
>>>>> via: 5, Ver: v1, Flags: 10, { CheckHealthAnswer } }
>>>>> 2013-04-07 00:31:51,529 DEBUG [agent.manager.AgentManagerImpl]
>>>>> (AgentTaskPool-14:null) Details from executing class
>>>>> com.cloud.agent.api.CheckHealthCommand: resource is alive
>>>>> 2013-04-07 00:31:51,529 DEBUG [agent.manager.AgentManagerImpl]
>>>>> (AgentTaskPool-14:null) agent (5) responded to checkHeathCommand,
>>>>>reporting
>>>>> that agent is Up
>>>>> 2013-04-07 00:31:51,529 INFO  [agent.manager.AgentManagerImpl]
>>>>> (AgentTaskPool-14:null) The state determined is Up
>>>>> 2013-04-07 00:31:51,529 INFO  [agent.manager.AgentManagerImpl]
>>>>> (AgentTaskPool-14:null) Agent is determined to be up and running
>>>>> 2013-04-07 00:31:51,530 DEBUG [cloud.host.Status]
>>>>>(AgentTaskPool-2:null)
>>>>> Agent status update: [id = 6; name = Tut-XenServer; old status = Up;
>>>>>event
>>>>> = Ping; new status = Up; old update count = 308; new update count =
>>>>>309]
>>>>> 2013-04-07 00:31:51,530 DEBUG [cloud.host.Status]
>>>>>(AgentTaskPool-14:null)
>>>>> Transition:[Resource state = Enabled, Agent event = Ping, Host id = 
>>>>>5,
>>>>>name
>>>>> = Tut-XenServer2]
>>>>> 2013-04-07 00:31:51,533 DEBUG [cloud.host.Status]
>>>>>(AgentTaskPool-14:null)
>>>>> Agent status update: [id = 5; name = Tut-XenServer2; old status = Up;
>>>>>event
>>>>> = Ping; new status = Up; old update count = 145; new update count =
>>>>>146]
>>>>> 2013-04-07 00:31:58,908 DEBUG [cloud.api.ApiServlet]
>>>>> (1161145101@qtp-1008805148-33:null) ===START===  127.0.0.1 -- GET
>>>>>
>>>>>command=listVirtualMachines&response=json&sessionkey=Z6QqzU0Fq1iT13bMg
>>>>>n
>>>>>R
>>>>>R
>>>>>fl8GoVA%3D&listAll=true&page=1&pagesize=20&_=1365316318906
>>>>> 2013-04-07 00:31:58,925 DEBUG [cloud.api.ApiServlet]
>>>>> (1161145101@qtp-1008805148-33:null) ===END===  127.0.0.1 -- GET
>>>>>
>>>>>command=listVirtualMachines&response=json&sessionkey=Z6QqzU0Fq1iT13bMg
>>>>>n
>>>>>R
>>>>>R
>>>>>fl8GoVA%3D&listAll=true&page=1&pagesize=20&_=1365316318906
>>>>> 2013-04-07 00:32:00,065 DEBUG [cloud.api.ApiServlet]
>>>>> (1161145101@qtp-1008805148-33:null) ===START===  127.0.0.1 -- GET
>>>>>
>>>>>command=listVolumes&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8Go
>>>>>V
>>>>>A
>>>>>%
>>>>>3D&listAll=true&page=1&pagesize=20&_=1365316320063
>>>>> 2013-04-07 00:32:00,079 DEBUG [cloud.api.ApiServlet]
>>>>> (1161145101@qtp-1008805148-33:null) ===END===  127.0.0.1 -- GET
>>>>>
>>>>>command=listVolumes&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8Go
>>>>>V
>>>>>A
>>>>>%
>>>>>3D&listAll=true&page=1&pagesize=20&_=1365316320063
>>>>> 2013-04-07 00:32:02,019 DEBUG [cloud.api.ApiServlet]
>>>>> (1161145101@qtp-1008805148-33:null) ===START===  127.0.0.1 -- GET
>>>>>
>>>>>command=listVirtualMachines&response=json&sessionkey=Z6QqzU0Fq1iT13bMg
>>>>>n
>>>>>R
>>>>>R
>>>>>fl8GoVA%3D&listAll=true&page=1&pagesize=20&_=1365316322017
>>>>> 2013-04-07 00:32:02,034 DEBUG [cloud.api.ApiServlet]
>>>>> (1161145101@qtp-1008805148-33:null) ===END===  127.0.0.1 -- GET
>>>>>
>>>>>command=listVirtualMachines&response=json&sessionkey=Z6QqzU0Fq1iT13bMg
>>>>>n
>>>>>R
>>>>>R
>>>>>fl8GoVA%3D&listAll=true&page=1&pagesize=20&_=1365316322017
>>>>> 2013-04-07 00:32:03,004 DEBUG [cloud.api.ApiServlet]
>>>>> (1161145101@qtp-1008805148-33:null) ===START===  127.0.0.1 -- GET
>>>>>
>>>>>command=listVolumes&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8Go
>>>>>V
>>>>>A
>>>>>%
>>>>>3D&listAll=true&page=1&pagesize=20&_=1365316323002
>>>>> 2013-04-07 00:32:03,019 DEBUG [cloud.api.ApiServlet]
>>>>> (1161145101@qtp-1008805148-33:null) ===END===  127.0.0.1 -- GET
>>>>>
>>>>>command=listVolumes&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8Go
>>>>>V
>>>>>A
>>>>>%
>>>>>3D&listAll=true&page=1&pagesize=20&_=1365316323002
>>>>> 2013-04-07 00:32:04,060 DEBUG [cloud.api.ApiServlet]
>>>>> (1161145101@qtp-1008805148-33:null) ===START===  127.0.0.1 -- GET
>>>>>
>>>>>command=listVirtualMachines&response=json&sessionkey=Z6QqzU0Fq1iT13bMg
>>>>>n
>>>>>R
>>>>>R
>>>>>fl8GoVA%3D&listAll=true&page=1&pagesize=20&_=1365316324057
>>>>> 2013-04-07 00:32:04,076 DEBUG [cloud.api.ApiServlet]
>>>>> (1161145101@qtp-1008805148-33:null) ===END===  127.0.0.1 -- GET
>>>>>
>>>>>command=listVirtualMachines&response=json&sessionkey=Z6QqzU0Fq1iT13bMg
>>>>>n
>>>>>R
>>>>>R
>>>>>fl8GoVA%3D&listAll=true&page=1&pagesize=20&_=1365316324057
>>>>> 2013-04-07 00:32:04,815 DEBUG [agent.manager.DirectAgentAttache]
>>>>> (DirectAgent-240:null) Ping from 6
>>>>> 2013-04-07 00:32:06,151 DEBUG [agent.manager.DirectAgentAttache]
>>>>> (DirectAgent-401:null) Ping from 5
>>>>> 2013-04-07 00:32:06,571 DEBUG [cloud.api.ApiServlet]
>>>>> (1161145101@qtp-1008805148-33:null) ===START===  127.0.0.1 -- GET
>>>>>
>>>>>command=listZones&available=true&response=json&sessionkey=Z6QqzU0Fq1iT
>>>>>1
>>>>>3
>>>>>b
>>>>>MgnRRfl8GoVA%3D&_=1365316326569
>>>>> 2013-04-07 00:32:06,578 DEBUG [cloud.api.ApiServlet]
>>>>> (1161145101@qtp-1008805148-33:null) ===END===  127.0.0.1 -- GET
>>>>>
>>>>>command=listZones&available=true&response=json&sessionkey=Z6QqzU0Fq1iT
>>>>>1
>>>>>3
>>>>>b
>>>>>MgnRRfl8GoVA%3D&_=1365316326569
>>>>> 2013-04-07 00:32:06,909 DEBUG [agent.manager.DirectAgentAttache]
>>>>> (DirectAgent-334:null) Seq 6-324993028: Executing request
>>>>> 2013-04-07 00:32:07,152 DEBUG [agent.manager.DirectAgentAttache]
>>>>> (DirectAgent-334:null) Seq 6-324993028: Response Received:
>>>>> 2013-04-07 00:32:07,152 DEBUG [agent.transport.Request]
>>>>> (DirectAgent-334:null) Seq 6-324993028: Processing:  { Ans: , MgmtId:
>>>>>1,
>>>>> via: 6, Ver: v1, Flags: 10,
>>>>>
>>>>>[{"ClusterSyncAnswer":{"_clusterId":2,"_newStates":{},"_isExecuted":fa
>>>>>l
>>>>>s
>>>>>e
>>>>>,"result":true,"wait":0}}]
>>>>> }
>>>>> 2013-04-07 00:32:08,422 DEBUG [cloud.api.ApiServlet]
>>>>> (1161145101@qtp-1008805148-33:null) ===START===  127.0.0.1 -- GET
>>>>>
>>>>>command=listHypervisors&zoneid=3a62dec3-cf95-4ba2-9af0-af2190af35e3&re
>>>>>s
>>>>>p
>>>>>o
>>>>>nse=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316328420
>>>>> 2013-04-07 00:32:08,431 DEBUG [cloud.api.ApiServlet]
>>>>> (1161145101@qtp-1008805148-33:null) ===END===  127.0.0.1 -- GET
>>>>>
>>>>>command=listHypervisors&zoneid=3a62dec3-cf95-4ba2-9af0-af2190af35e3&re
>>>>>s
>>>>>p
>>>>>o
>>>>>nse=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316328420
>>>>> 2013-04-07 00:32:08,434 DEBUG [cloud.api.ApiServlet]
>>>>> (1161145101@qtp-1008805148-33:null) ===START===  127.0.0.1 -- GET
>>>>>
>>>>>command=listTemplates&templatefilter=featured&zoneid=3a62dec3-cf95-4ba
>>>>>2
>>>>>-
>>>>>9
>>>>>af0-af2190af35e3&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%
>>>>>3
>>>>>D
>>>>>&
>>>>>_=1365316328432
>>>>> 2013-04-07 00:32:08,461 DEBUG [cloud.api.ApiServlet]
>>>>> (1161145101@qtp-1008805148-33:null) ===END===  127.0.0.1 -- GET
>>>>>
>>>>>command=listTemplates&templatefilter=featured&zoneid=3a62dec3-cf95-4ba
>>>>>2
>>>>>-
>>>>>9
>>>>>af0-af2190af35e3&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%
>>>>>3
>>>>>D
>>>>>&
>>>>>_=1365316328432
>>>>> 2013-04-07 00:32:08,464 DEBUG [cloud.api.ApiServlet]
>>>>> (1161145101@qtp-1008805148-33:null) ===START===  127.0.0.1 -- GET
>>>>>
>>>>>command=listTemplates&templatefilter=community&zoneid=3a62dec3-cf95-4b
>>>>>a
>>>>>2
>>>>>-
>>>>>9af0-af2190af35e3&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA
>>>>>%
>>>>>3
>>>>>D
>>>>>&_=1365316328462
>>>>> 2013-04-07 00:32:08,492 DEBUG [cloud.api.ApiServlet]
>>>>> (1161145101@qtp-1008805148-33:null) ===END===  127.0.0.1 -- GET
>>>>>
>>>>>command=listTemplates&templatefilter=community&zoneid=3a62dec3-cf95-4b
>>>>>a
>>>>>2
>>>>>-
>>>>>9af0-af2190af35e3&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA
>>>>>%
>>>>>3
>>>>>D
>>>>>&_=1365316328462
>>>>> 2013-04-07 00:32:08,495 DEBUG [cloud.api.ApiServlet]
>>>>> (1161145101@qtp-1008805148-33:null) ===START===  127.0.0.1 -- GET
>>>>>
>>>>>command=listTemplates&templatefilter=selfexecutable&zoneid=3a62dec3-cf
>>>>>9
>>>>>5
>>>>>-
>>>>>4ba2-9af0-af2190af35e3&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl
>>>>>8
>>>>>G
>>>>>o
>>>>>VA%3D&_=1365316328493
>>>>> 2013-04-07 00:32:08,508 DEBUG [cloud.api.ApiServlet]
>>>>> (1161145101@qtp-1008805148-33:null) ===END===  127.0.0.1 -- GET
>>>>>
>>>>>command=listTemplates&templatefilter=selfexecutable&zoneid=3a62dec3-cf
>>>>>9
>>>>>5
>>>>>-
>>>>>4ba2-9af0-af2190af35e3&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl
>>>>>8
>>>>>G
>>>>>o
>>>>>VA%3D&_=1365316328493
>>>>> 2013-04-07 00:32:09,476 DEBUG [cloud.api.ApiServlet]
>>>>> (1161145101@qtp-1008805148-33:null) ===START===  127.0.0.1 -- GET
>>>>>
>>>>>command=listServiceOfferings&issystem=false&response=json&sessionkey=Z
>>>>>6
>>>>>Q
>>>>>q
>>>>>zU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316329474
>>>>> 2013-04-07 00:32:09,489 DEBUG [cloud.api.ApiServlet]
>>>>> (1161145101@qtp-1008805148-33:null) ===END===  127.0.0.1 -- GET
>>>>>
>>>>>command=listServiceOfferings&issystem=false&response=json&sessionkey=Z
>>>>>6
>>>>>Q
>>>>>q
>>>>>zU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316329474
>>>>> 2013-04-07 00:32:11,022 DEBUG [agent.manager.DirectAgentAttache]
>>>>> (DirectAgent-161:null) Seq 5-614334468: Executing request
>>>>> 2013-04-07 00:32:11,174 DEBUG [agent.manager.DirectAgentAttache]
>>>>> (DirectAgent-161:null) Seq 5-614334468: Response Received:
>>>>> 2013-04-07 00:32:11,174 DEBUG [agent.transport.Request]
>>>>> (DirectAgent-161:null) Seq 5-614334468: Processing:  { Ans: , MgmtId:
>>>>>1,
>>>>> via: 5, Ver: v1, Flags: 10, [{"Answer":{"result":true,"wait":0}}] }
>>>>> 2013-04-07 00:32:13,261 DEBUG [cloud.api.ApiServlet]
>>>>> (1161145101@qtp-1008805148-33:null) ===START===  127.0.0.1 -- GET
>>>>>
>>>>>command=listDiskOfferings&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnR
>>>>>R
>>>>>f
>>>>>l
>>>>>8GoVA%3D&_=1365316333259
>>>>> 2013-04-07 00:32:13,272 DEBUG [cloud.api.ApiServlet]
>>>>> (1161145101@qtp-1008805148-33:null) ===END===  127.0.0.1 -- GET
>>>>>
>>>>>command=listDiskOfferings&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnR
>>>>>R
>>>>>f
>>>>>l
>>>>>8GoVA%3D&_=1365316333259
>>>>> 2013-04-07 00:32:14,028 DEBUG [cloud.api.ApiServlet]
>>>>> (1161145101@qtp-1008805148-33:null) ===START===  127.0.0.1 -- GET
>>>>>
>>>>>command=listNetworks&trafficType=Guest&zoneId=3a62dec3-cf95-4ba2-9af0-
>>>>>a
>>>>>f
>>>>>2
>>>>>190af35e3&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=13
>>>>>6
>>>>>5
>>>>>3
>>>>>16334026
>>>>> 2013-04-07 00:32:14,053 DEBUG [cloud.api.ApiServlet]
>>>>> (1161145101@qtp-1008805148-33:null) ===END===  127.0.0.1 -- GET
>>>>>
>>>>>command=listNetworks&trafficType=Guest&zoneId=3a62dec3-cf95-4ba2-9af0-
>>>>>a
>>>>>f
>>>>>2
>>>>>190af35e3&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=13
>>>>>6
>>>>>5
>>>>>3
>>>>>16334026
>>>>> 2013-04-07 00:32:14,056 DEBUG [cloud.api.ApiServlet]
>>>>> (1161145101@qtp-1008805148-33:null) ===START===  127.0.0.1 -- GET
>>>>>
>>>>>command=listSecurityGroups&response=json&sessionkey=Z6QqzU0Fq1iT13bMgn
>>>>>R
>>>>>R
>>>>>f
>>>>>l8GoVA%3D&domainid=e4ec5ddc-9e1c-11e2-a770-6e70e42a2333&account=admin&
>>>>>_
>>>>>=
>>>>>1
>>>>>365316334054
>>>>> 2013-04-07 00:32:14,062 DEBUG [cloud.user.AccountManagerImpl]
>>>>> (1161145101@qtp-1008805148-33:null) Access granted to Acct[2-admin] 
>>>>>to
>>>>> Domain:1/ by DomainChecker
>>>>> 2013-04-07 00:32:14,068 DEBUG [cloud.api.ApiServlet]
>>>>> (1161145101@qtp-1008805148-33:null) ===END===  127.0.0.1 -- GET
>>>>>
>>>>>command=listSecurityGroups&response=json&sessionkey=Z6QqzU0Fq1iT13bMgn
>>>>>R
>>>>>R
>>>>>f
>>>>>l8GoVA%3D&domainid=e4ec5ddc-9e1c-11e2-a770-6e70e42a2333&account=admin&
>>>>>_
>>>>>=
>>>>>1
>>>>>365316334054
>>>>> 2013-04-07 00:32:15,282 DEBUG [cloud.api.ApiServlet]
>>>>> (1161145101@qtp-1008805148-33:null) ===START===  127.0.0.1 -- GET
>>>>>
>>>>>command=deployVirtualMachine&zoneId=3a62dec3-cf95-4ba2-9af0-af2190af35
>>>>>e
>>>>>3
>>>>>&
>>>>>templateId=e4a7df4a-9e1c-11e2-a770-6e70e42a2333&hypervisor=XenServer&s
>>>>>e
>>>>>r
>>>>>v
>>>>>iceOfferingId=425cf3cf-4bc4-4e53-82a0-ba6c20dd3688&response=json&sessi
>>>>>o
>>>>>n
>>>>>k
>>>>>ey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316335280
>>>>> 2013-04-07 00:32:15,290 DEBUG [cloud.api.ApiDispatcher]
>>>>> (1161145101@qtp-1008805148-33:null) InfrastructureEntity name
>>>>> is:com.cloud.offering.ServiceOffering
>>>>> 2013-04-07 00:32:15,292 DEBUG [cloud.api.ApiDispatcher]
>>>>> (1161145101@qtp-1008805148-33:null) ControlledEntity name
>>>>> is:com.cloud.template.VirtualMachineTemplate
>>>>> 2013-04-07 00:32:15,316 DEBUG [cloud.vm.UserVmManagerImpl]
>>>>> (1161145101@qtp-1008805148-33:null) Allocating in the DB for vm
>>>>> 2013-04-07 00:32:15,327 DEBUG [cloud.vm.VirtualMachineManagerImpl]
>>>>> (1161145101@qtp-1008805148-33:null) Allocating entries for VM:
>>>>> VM[User|94ddc16f-04fc-4da1-8326-01d8d5cdeb44]
>>>>> 2013-04-07 00:32:15,327 DEBUG [cloud.vm.VirtualMachineManagerImpl]
>>>>> (1161145101@qtp-1008805148-33:null) Allocating nics for
>>>>> VM[User|94ddc16f-04fc-4da1-8326-01d8d5cdeb44]
>>>>> 2013-04-07 00:32:15,328 DEBUG [cloud.network.NetworkManagerImpl]
>>>>> (1161145101@qtp-1008805148-33:null) Allocating nic for vm
>>>>> VM[User|94ddc16f-04fc-4da1-8326-01d8d5cdeb44] in network
>>>>>Ntwk[204|Guest|6]
>>>>> with requested profile NicProfile[0-0-null-null-null
>>>>> 2013-04-07 00:32:15,335 DEBUG [cloud.vm.VirtualMachineManagerImpl]
>>>>> (1161145101@qtp-1008805148-33:null) Allocaing disks for
>>>>> VM[User|94ddc16f-04fc-4da1-8326-01d8d5cdeb44]
>>>>> 2013-04-07 00:32:15,342 DEBUG [cloud.vm.VirtualMachineManagerImpl]
>>>>> (1161145101@qtp-1008805148-33:null) Allocation completed for VM:
>>>>> VM[User|94ddc16f-04fc-4da1-8326-01d8d5cdeb44]
>>>>> 2013-04-07 00:32:15,342 DEBUG [cloud.vm.UserVmManagerImpl]
>>>>> (1161145101@qtp-1008805148-33:null) Successfully allocated DB entry
>>>>>for
>>>>> VM[User|94ddc16f-04fc-4da1-8326-01d8d5cdeb44]
>>>>> 2013-04-07 00:32:15,374 DEBUG [cloud.async.AsyncJobManagerImpl]
>>>>> (1161145101@qtp-1008805148-33:null) submit async job-43, details:
>>>>> AsyncJobVO {id:43, userId: 2, accountId: 2, sessionKey: null,
>>>>>instanceType:
>>>>> null, instanceId: 13, cmd:
>>>>> org.apache.cloudstack.api.command.user.vm.DeployVMCmd, cmdOriginator:
>>>>>null,
>>>>> cmdInfo:
>>>>>
>>>>>{"id":"13","templateId":"e4a7df4a-9e1c-11e2-a770-6e70e42a2333","respon
>>>>>s
>>>>>e
>>>>>"
>>>>>:"json","sessionkey":"Z6QqzU0Fq1iT13bMgnRRfl8GoVA\u003d","ctxUserId":"
>>>>>2
>>>>>"
>>>>>,
>>>>>"hypervisor":"XenServer","serviceOfferingId":"425cf3cf-4bc4-4e53-82a0-
>>>>>b
>>>>>a
>>>>>6
>>>>>c20dd3688","_":"1365316335280","ctxAccountId":"2","ctxStartEventId":"4
>>>>>8
>>>>>"
>>>>>,
>>>>>"zoneId":"3a62dec3-cf95-4ba2-9af0-af2190af35e3"},
>>>>> cmdVersion: 0, callbackType: 0, callbackAddress: null, status: 0,
>>>>> processStatus: 0, resultCode: 0, result: null, initMsid: 1,
>>>>>completeMsid:
>>>>> null, lastUpdated: null, lastPolled: null, created: null}
>>>>> 2013-04-07 00:32:15,375 DEBUG [cloud.async.AsyncJobManagerImpl]
>>>>> (Job-Executor-36:job-43) Executing
>>>>> org.apache.cloudstack.api.command.user.vm.DeployVMCmd for job-43
>>>>> 2013-04-07 00:32:15,376 DEBUG [cloud.api.ApiServlet]
>>>>> (1161145101@qtp-1008805148-33:null) ===END===  127.0.0.1 -- GET
>>>>>
>>>>>command=deployVirtualMachine&zoneId=3a62dec3-cf95-4ba2-9af0-af2190af35
>>>>>e
>>>>>3
>>>>>&
>>>>>templateId=e4a7df4a-9e1c-11e2-a770-6e70e42a2333&hypervisor=XenServer&s
>>>>>e
>>>>>r
>>>>>v
>>>>>iceOfferingId=425cf3cf-4bc4-4e53-82a0-ba6c20dd3688&response=json&sessi
>>>>>o
>>>>>n
>>>>>k
>>>>>ey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316335280
>>>>> 2013-04-07 00:32:15,380 DEBUG [cloud.api.ApiDispatcher]
>>>>> (Job-Executor-36:job-43) InfrastructureEntity name
>>>>> is:com.cloud.offering.ServiceOffering
>>>>> 2013-04-07 00:32:15,383 DEBUG [cloud.api.ApiDispatcher]
>>>>> (Job-Executor-36:job-43) ControlledEntity name
>>>>> is:com.cloud.template.VirtualMachineTemplate
>>>>> 2013-04-07 00:32:15,425 DEBUG [cloud.deploy.FirstFitPlanner]
>>>>> (Job-Executor-36:job-43) DeploymentPlanner allocation algorithm:
>>>>>random
>>>>> 2013-04-07 00:32:15,425 DEBUG [cloud.deploy.FirstFitPlanner]
>>>>> (Job-Executor-36:job-43) Trying to allocate a host and storage pools
>>>>>from
>>>>> dc:1, pod:null,cluster:null, requested cpu: 100, requested ram:
>>>>>1073741824
>>>>> 2013-04-07 00:32:15,425 DEBUG [cloud.deploy.FirstFitPlanner]
>>>>> (Job-Executor-36:job-43) Is ROOT volume READY (pool already
>>>>>allocated)?: No
>>>>> 2013-04-07 00:32:15,425 DEBUG [cloud.deploy.FirstFitPlanner]
>>>>> (Job-Executor-36:job-43) Searching all possible resources under this
>>>>>Zone: 1
>>>>> 2013-04-07 00:32:15,427 DEBUG [cloud.deploy.FirstFitPlanner]
>>>>> (Job-Executor-36:job-43) Listing clusters in order of aggregate
>>>>>capacity,
>>>>> that have (atleast one host with) enough CPU and RAM capacity under
>>>>>this
>>>>> Zone: 1
>>>>> 2013-04-07 00:32:15,428 DEBUG [cloud.deploy.FirstFitPlanner]
>>>>> (Job-Executor-36:job-43) CPUOverprovisioningFactor considered: 1.0
>>>>> 2013-04-07 00:32:15,442 DEBUG [cloud.deploy.FirstFitPlanner]
>>>>> (Job-Executor-36:job-43) Cannot allocate cluster list [1] for vm
>>>>>creation
>>>>> since their allocated percentage crosses the disable capacity
>>>>>threshold:
>>>>> 0.85 for capacity Type : 0, skipping these clusters
>>>>> 2013-04-07 00:32:15,444 DEBUG [cloud.deploy.FirstFitPlanner]
>>>>> (Job-Executor-36:job-43) Checking resources in Cluster: 2 under Pod: 
>>>>>1
>>>>> 2013-04-07 00:32:15,444 DEBUG [allocator.impl.RandomAllocator]
>>>>> (Job-Executor-36:job-43) Looking for hosts in dc: 1  pod:1  cluster:2
>>>>> 2013-04-07 00:32:15,447 DEBUG [allocator.impl.RandomAllocator]
>>>>> (Job-Executor-36:job-43) Random Allocator found 2  hosts
>>>>> 2013-04-07 00:32:15,447 DEBUG [allocator.impl.RandomAllocator]
>>>>> (Job-Executor-36:job-43) Random Host Allocator returning 2 suitable
>>>>>hosts
>>>>> 2013-04-07 00:32:15,448 DEBUG [cloud.deploy.FirstFitPlanner]
>>>>> (Job-Executor-36:job-43) Checking suitable pools for volume (Id,
>>>>>Type):
>>>>> (13,ROOT)
>>>>> 2013-04-07 00:32:15,448 DEBUG [cloud.deploy.FirstFitPlanner]
>>>>> (Job-Executor-36:job-43) We need to allocate new storagepool for this
>>>>>volume
>>>>> 2013-04-07 00:32:15,451 DEBUG [cloud.deploy.FirstFitPlanner]
>>>>> (Job-Executor-36:job-43) Calling StoragePoolAllocators to find
>>>>>suitable
>>>>> pools
>>>>> 2013-04-07 00:32:15,455 DEBUG
>>>>> [storage.allocator.RandomStoragePoolAllocator]
>>>>>(Job-Executor-36:job-43)
>>>>> Looking for pools in dc: 1  pod:1  cluster:2
>>>>> 2013-04-07 00:32:15,457 DEBUG
>>>>> [storage.allocator.RandomStoragePoolAllocator]
>>>>>(Job-Executor-36:job-43)
>>>>> RandomStoragePoolAllocator has 5 pools to check for allocation
>>>>> 2013-04-07 00:32:15,458 DEBUG
>>>>> [storage.allocator.AbstractStoragePoolAllocator]
>>>>>(Job-Executor-36:job-43)
>>>>> Checking if storage pool is suitable, name: Tut-XenServer2 Local
>>>>>Storage
>>>>> ,poolId: 201
>>>>> 2013-04-07 00:32:15,458 DEBUG
>>>>> [storage.allocator.AbstractStoragePoolAllocator]
>>>>>(Job-Executor-36:job-43)
>>>>> Is localStorageAllocationNeeded? false
>>>>> 2013-04-07 00:32:15,458 DEBUG
>>>>> [storage.allocator.AbstractStoragePoolAllocator]
>>>>>(Job-Executor-36:job-43)
>>>>> Is storage pool shared? false
>>>>> 2013-04-07 00:32:15,458 DEBUG
>>>>> [storage.allocator.AbstractStoragePoolAllocator]
>>>>>(Job-Executor-36:job-43)
>>>>> StoragePool is not of correct type, skipping this pool
>>>>> 2013-04-07 00:32:15,458 DEBUG
>>>>> [storage.allocator.AbstractStoragePoolAllocator]
>>>>>(Job-Executor-36:job-43)
>>>>> Checking if storage pool is suitable, name: iSCSI_SR_3 ,poolId: 257
>>>>> 2013-04-07 00:32:15,458 DEBUG
>>>>> [storage.allocator.AbstractStoragePoolAllocator]
>>>>>(Job-Executor-36:job-43)
>>>>> Is localStorageAllocationNeeded? false
>>>>> 2013-04-07 00:32:15,458 DEBUG
>>>>> [storage.allocator.AbstractStoragePoolAllocator]
>>>>>(Job-Executor-36:job-43)
>>>>> Is storage pool shared? true
>>>>> 2013-04-07 00:32:15,467 DEBUG [cloud.storage.StorageManagerImpl]
>>>>> (Job-Executor-36:job-43) Checking pool: 257 for volume allocation
>>>>> [Vol[13|vm=13|ROOT]], maxSize : 2084569088, totalAllocatedSize :
>>>>>106954752,
>>>>> askingSize : 52428800, allocated disable threshold: 0.85
>>>>> 2013-04-07 00:32:15,467 DEBUG
>>>>> [storage.allocator.AbstractStoragePoolAllocator]
>>>>>(Job-Executor-36:job-43)
>>>>> Checking if storage pool is suitable, name: iSCSI_SR_4 ,poolId: 262
>>>>> 2013-04-07 00:32:15,467 DEBUG
>>>>> [storage.allocator.AbstractStoragePoolAllocator]
>>>>>(Job-Executor-36:job-43)
>>>>> Is localStorageAllocationNeeded? false
>>>>> 2013-04-07 00:32:15,467 DEBUG
>>>>> [storage.allocator.AbstractStoragePoolAllocator]
>>>>>(Job-Executor-36:job-43)
>>>>> Is storage pool shared? true
>>>>> 2013-04-07 00:32:15,479 DEBUG [cloud.storage.StorageManagerImpl]
>>>>> (Job-Executor-36:job-43) Checking pool: 262 for volume allocation
>>>>> [Vol[13|vm=13|ROOT]], maxSize : 2084569088, totalAllocatedSize :
>>>>>54525952,
>>>>> askingSize : 52428800, allocated disable threshold: 0.85
>>>>> 2013-04-07 00:32:15,479 DEBUG
>>>>> [storage.allocator.AbstractStoragePoolAllocator]
>>>>>(Job-Executor-36:job-43)
>>>>> Checking if storage pool is suitable, name: Tut-XenServer Local
>>>>>Storage
>>>>> ,poolId: 202
>>>>> 2013-04-07 00:32:15,479 DEBUG
>>>>> [storage.allocator.AbstractStoragePoolAllocator]
>>>>>(Job-Executor-36:job-43)
>>>>> Is localStorageAllocationNeeded? false
>>>>> 2013-04-07 00:32:15,479 DEBUG
>>>>> [storage.allocator.AbstractStoragePoolAllocator]
>>>>>(Job-Executor-36:job-43)
>>>>> Is storage pool shared? false
>>>>> 2013-04-07 00:32:15,479 DEBUG
>>>>> [storage.allocator.AbstractStoragePoolAllocator]
>>>>>(Job-Executor-36:job-43)
>>>>> StoragePool is not of correct type, skipping this pool
>>>>> 2013-04-07 00:32:15,479 DEBUG
>>>>> [storage.allocator.AbstractStoragePoolAllocator]
>>>>>(Job-Executor-36:job-43)
>>>>> Checking if storage pool is suitable, name: iSCSI_SR_2 ,poolId: 256
>>>>> 2013-04-07 00:32:15,479 DEBUG
>>>>> [storage.allocator.AbstractStoragePoolAllocator]
>>>>>(Job-Executor-36:job-43)
>>>>> Is localStorageAllocationNeeded? false
>>>>> 2013-04-07 00:32:15,479 DEBUG
>>>>> [storage.allocator.AbstractStoragePoolAllocator]
>>>>>(Job-Executor-36:job-43)
>>>>> Is storage pool shared? true
>>>>> 2013-04-07 00:32:15,489 DEBUG [cloud.storage.StorageManagerImpl]
>>>>> (Job-Executor-36:job-43) Checking pool: 256 for volume allocation
>>>>> [Vol[13|vm=13|ROOT]], maxSize : 2084569088, totalAllocatedSize :
>>>>>54525952,
>>>>> askingSize : 52428800, allocated disable threshold: 0.85
>>>>> 2013-04-07 00:32:15,489 DEBUG
>>>>> [storage.allocator.RandomStoragePoolAllocator]
>>>>>(Job-Executor-36:job-43)
>>>>> RandomStoragePoolAllocator returning 3 suitable storage pools
>>>>> 2013-04-07 00:32:15,489 DEBUG [cloud.deploy.FirstFitPlanner]
>>>>> (Job-Executor-36:job-43) Trying to find a potenial host and 
>>>>>associated
>>>>> storage pools from the suitable host/pool lists for this VM
>>>>> 2013-04-07 00:32:15,489 DEBUG [cloud.deploy.FirstFitPlanner]
>>>>> (Job-Executor-36:job-43) Checking if host: 6 can access any suitable
>>>>> storage pool for volume: ROOT
>>>>> 2013-04-07 00:32:15,492 DEBUG [cloud.deploy.FirstFitPlanner]
>>>>> (Job-Executor-36:job-43) Host: 6 can access pool: 257
>>>>> 2013-04-07 00:32:15,492 DEBUG [cloud.deploy.FirstFitPlanner]
>>>>> (Job-Executor-36:job-43) Found a potential host id: 6 name:
>>>>>Tut-XenServer
>>>>> and associated storage pools for this VM
>>>>> 2013-04-07 00:32:15,494 DEBUG [cloud.deploy.FirstFitPlanner]
>>>>> (Job-Executor-36:job-43) Returning Deployment Destination:
>>>>>
>>>>>Dest[Zone(Id)-Pod(Id)-Cluster(Id)-Host(Id)-Storage(Volume(Id|Type-->Po
>>>>>o
>>>>>l
>>>>>(
>>>>>Id))]
>>>>> :
>>>>>
>>>>>Dest[Zone(1)-Pod(1)-Cluster(2)-Host(6)-Storage(Volume(13|ROOT-->Pool(2
>>>>>5
>>>>>7
>>>>>)
>>>>>)]
>>>>> 2013-04-07 00:32:15,514 DEBUG [cloud.capacity.CapacityManagerImpl]
>>>>> (Job-Executor-36:job-43) VM state transitted from :Stopped to 
>>>>>Starting
>>>>>with
>>>>> event: StartRequestedvm's original host id: null new host id: null
>>>>>host
>>>>>id
>>>>> before state transition: null
>>>>> 2013-04-07 00:32:15,514 DEBUG [cloud.vm.VirtualMachineManagerImpl]
>>>>> (Job-Executor-36:job-43) Successfully transitioned to start state for
>>>>> VM[User|94ddc16f-04fc-4da1-8326-01d8d5cdeb44] reservation id =
>>>>> a8349669-6ff2-443f-88d3-c5d69100df3a
>>>>> 2013-04-07 00:32:15,518 DEBUG [cloud.vm.VirtualMachineManagerImpl]
>>>>> (Job-Executor-36:job-43) Trying to deploy VM, vm has dcId: 1 and
>>>>>podId:
>>>>>null
>>>>> 2013-04-07 00:32:15,518 DEBUG [cloud.vm.VirtualMachineManagerImpl]
>>>>> (Job-Executor-36:job-43) advanceStart: DeploymentPlan is provided,
>>>>>using
>>>>> dcId:1, podId: 1, clusterId: 2, hostId: 6, poolId: 257
>>>>> 2013-04-07 00:32:15,518 DEBUG [cloud.vm.VirtualMachineManagerImpl]
>>>>> (Job-Executor-36:job-43) Deploy avoids pods: null, clusters: null,
>>>>>hosts:
>>>>> null
>>>>> 2013-04-07 00:32:15,521 DEBUG [cloud.deploy.FirstFitPlanner]
>>>>> (Job-Executor-36:job-43) DeploymentPlanner allocation algorithm:
>>>>>random
>>>>> 2013-04-07 00:32:15,521 DEBUG [cloud.deploy.FirstFitPlanner]
>>>>> (Job-Executor-36:job-43) Trying to allocate a host and storage pools
>>>>>from
>>>>> dc:1, pod:1,cluster:2, requested cpu: 100, requested ram: 1073741824
>>>>> 2013-04-07 00:32:15,522 DEBUG [cloud.deploy.FirstFitPlanner]
>>>>> (Job-Executor-36:job-43) Is ROOT volume READY (pool already
>>>>>allocated)?: Yes
>>>>> 2013-04-07 00:32:15,522 DEBUG [cloud.deploy.FirstFitPlanner]
>>>>> (Job-Executor-36:job-43) DeploymentPlan has host_id specified, making
>>>>>no
>>>>> checks on this host, looks like admin test: 6
>>>>> 2013-04-07 00:32:15,523 DEBUG [cloud.deploy.FirstFitPlanner]
>>>>> (Job-Executor-36:job-43) Looking for suitable pools for this host
>>>>>under
>>>>> zone: 1, pod: 1, cluster: 2
>>>>> 2013-04-07 00:32:15,525 DEBUG [cloud.deploy.FirstFitPlanner]
>>>>> (Job-Executor-36:job-43) Checking suitable pools for volume (Id,
>>>>>Type):
>>>>> (13,ROOT)
>>>>> 2013-04-07 00:32:15,525 DEBUG [cloud.deploy.FirstFitPlanner]
>>>>> (Job-Executor-36:job-43) Volume has pool already allocated, checking
>>>>>if
>>>>> pool can be reused, poolId: null
>>>>> 2013-04-07 00:32:15,527 DEBUG [cloud.deploy.FirstFitPlanner]
>>>>> (Job-Executor-36:job-43) Planner need not allocate a pool for this
>>>>>volume
>>>>> since its READY
>>>>> 2013-04-07 00:32:15,527 DEBUG [cloud.deploy.FirstFitPlanner]
>>>>> (Job-Executor-36:job-43) Trying to find a potenial host and 
>>>>>associated
>>>>> storage pools from the suitable host/pool lists for this VM
>>>>> 2013-04-07 00:32:15,527 DEBUG [cloud.deploy.FirstFitPlanner]
>>>>> (Job-Executor-36:job-43) Checking if host: 6 can access any suitable
>>>>> storage pool for volume: ROOT
>>>>> 2013-04-07 00:32:15,529 DEBUG [cloud.deploy.FirstFitPlanner]
>>>>> (Job-Executor-36:job-43) Host: 6 can access pool: 257
>>>>> 2013-04-07 00:32:15,529 DEBUG [cloud.deploy.FirstFitPlanner]
>>>>> (Job-Executor-36:job-43) Found a potential host id: 6 name:
>>>>>Tut-XenServer
>>>>> and associated storage pools for this VM
>>>>> 2013-04-07 00:32:15,530 DEBUG [cloud.deploy.FirstFitPlanner]
>>>>> (Job-Executor-36:job-43) Returning Deployment Destination:
>>>>>
>>>>>Dest[Zone(Id)-Pod(Id)-Cluster(Id)-Host(Id)-Storage(Volume(Id|Type-->Po
>>>>>o
>>>>>l
>>>>>(
>>>>>Id))]
>>>>> :
>>>>>
>>>>>Dest[Zone(1)-Pod(1)-Cluster(2)-Host(6)-Storage(Volume(13|ROOT-->Pool(2
>>>>>5
>>>>>7
>>>>>)
>>>>>)]
>>>>> 2013-04-07 00:32:15,530 DEBUG [cloud.vm.VirtualMachineManagerImpl]
>>>>> (Job-Executor-36:job-43) Deployment found  -
>>>>> P0=VM[User|94ddc16f-04fc-4da1-8326-01d8d5cdeb44],
>>>>>
>>>>>P0=Dest[Zone(Id)-Pod(Id)-Cluster(Id)-Host(Id)-Storage(Volume(Id|Type--
>>>>>>
>>>>>P
>>>>>o
>>>>>ol(Id))]
>>>>> :
>>>>>
>>>>>Dest[Zone(1)-Pod(1)-Cluster(2)-Host(6)-Storage(Volume(13|ROOT-->Pool(2
>>>>>5
>>>>>7
>>>>>)
>>>>>)]
>>>>> 2013-04-07 00:32:15,535 DEBUG [cloud.capacity.CapacityManagerImpl]
>>>>> (Job-Executor-36:job-43) VM state transitted from :Starting to
>>>>>Starting
>>>>> with event: OperationRetryvm's original host id: null new host id: 6
>>>>>host
>>>>> id before state transition: null
>>>>> 2013-04-07 00:32:15,551 DEBUG [cloud.capacity.CapacityManagerImpl]
>>>>> (Job-Executor-36:job-43) Hosts's actual total CPU: 2382 and CPU after
>>>>> applying overprovisioning: 2382
>>>>> 2013-04-07 00:32:15,551 DEBUG [cloud.capacity.CapacityManagerImpl]
>>>>> (Job-Executor-36:job-43) We are allocating VM, increasing the used
>>>>>capacity
>>>>> of this host:6
>>>>> 2013-04-07 00:32:15,552 DEBUG [cloud.capacity.CapacityManagerImpl]
>>>>> (Job-Executor-36:job-43) Current Used CPU: 100 , Free CPU:2282
>>>>>,Requested
>>>>> CPU: 100
>>>>> 2013-04-07 00:32:15,552 DEBUG [cloud.capacity.CapacityManagerImpl]
>>>>> (Job-Executor-36:job-43) Current Used RAM: 104857600 , Free
>>>>>RAM:1566837824
>>>>> ,Requested RAM: 1073741824
>>>>> 2013-04-07 00:32:15,552 DEBUG [cloud.capacity.CapacityManagerImpl]
>>>>> (Job-Executor-36:job-43) CPU STATS after allocation: for host: 6, old
>>>>>used:
>>>>> 100, old reserved: 0, actual total: 2382, total with 
>>>>>overprovisioning:
>>>>> 2382; new used:200, reserved:0; requested
>>>>>cpu:100,alloc_from_last:false
>>>>> 2013-04-07 00:32:15,552 DEBUG [cloud.capacity.CapacityManagerImpl]
>>>>> (Job-Executor-36:job-43) RAM STATS after allocation: for host: 6, old
>>>>>used:
>>>>> 104857600, old reserved: 0, total: 1671695424; new used: 1178599424,
>>>>> reserved: 0; requested mem: 1073741824,alloc_from_last:false
>>>>> 2013-04-07 00:32:15,555 DEBUG [cloud.vm.VirtualMachineManagerImpl]
>>>>> (Job-Executor-36:job-43) VM is being created in podId: 1
>>>>> 2013-04-07 00:32:15,559 DEBUG [cloud.network.NetworkManagerImpl]
>>>>> (Job-Executor-36:job-43) Lock is acquired for network id 204 as a 
>>>>>part
>>>>>of
>>>>> network implement
>>>>> 2013-04-07 00:32:15,559 DEBUG [cloud.network.NetworkManagerImpl]
>>>>> (Job-Executor-36:job-43) Network id=204 is already implemented
>>>>> 2013-04-07 00:32:15,560 DEBUG [cloud.network.NetworkManagerImpl]
>>>>> (Job-Executor-36:job-43) Lock is released for network id 204 as a 
>>>>>part
>>>>>of
>>>>> network implement
>>>>> 2013-04-07 00:32:15,592 DEBUG [cloud.network.NetworkManagerImpl]
>>>>> (Job-Executor-36:job-43) Changing active number of nics for network
>>>>>id=204
>>>>> on 1
>>>>> 2013-04-07 00:32:15,594 DEBUG [cloud.network.NetworkManagerImpl]
>>>>> (Job-Executor-36:job-43) Asking ElasticLoadBalancerElement to prepare
>>>>>for
>>>>> Nic[19-13-a8349669-6ff2-443f-88d3-c5d69100df3a-192.168.56.146]
>>>>> 2013-04-07 00:32:15,600 DEBUG [cloud.network.NetworkManagerImpl]
>>>>> (Job-Executor-36:job-43) Asking NiciraNvpElement to prepare for
>>>>> Nic[19-13-a8349669-6ff2-443f-88d3-c5d69100df3a-192.168.56.146]
>>>>> 2013-04-07 00:32:15,600 DEBUG [network.element.NiciraNvpElement]
>>>>> (Job-Executor-36:job-43) Checking if NiciraNvpElement can handle
>>>>>service
>>>>> Connectivity on network guestNetworkForBasicZone
>>>>> 2013-04-07 00:32:15,606 DEBUG [cloud.network.NetworkManagerImpl]
>>>>> (Job-Executor-36:job-43) Asking BigSwitchVnsElement to prepare for
>>>>> Nic[19-13-a8349669-6ff2-443f-88d3-c5d69100df3a-192.168.56.146]
>>>>> 2013-04-07 00:32:15,606 DEBUG [network.element.BigSwitchVnsElement]
>>>>> (Job-Executor-36:job-43) Checking if BigSwitchVnsElement can handle
>>>>>service
>>>>> Connectivity on network guestNetworkForBasicZone
>>>>> 2013-04-07 00:32:15,612 DEBUG [cloud.network.NetworkManagerImpl]
>>>>> (Job-Executor-36:job-43) Asking Ovs to prepare for
>>>>> Nic[19-13-a8349669-6ff2-443f-88d3-c5d69100df3a-192.168.56.146]
>>>>> 2013-04-07 00:32:15,612 DEBUG [cloud.network.NetworkManagerImpl]
>>>>> (Job-Executor-36:job-43) Asking BareMetalDhcp to prepare for
>>>>> Nic[19-13-a8349669-6ff2-443f-88d3-c5d69100df3a-192.168.56.146]
>>>>> 2013-04-07 00:32:15,617 DEBUG [cloud.network.NetworkManagerImpl]
>>>>> (Job-Executor-36:job-43) Asking BareMetalPxe to prepare for
>>>>> Nic[19-13-a8349669-6ff2-443f-88d3-c5d69100df3a-192.168.56.146]
>>>>> 2013-04-07 00:32:15,623 DEBUG [cloud.network.NetworkManagerImpl]
>>>>> (Job-Executor-36:job-43) Asking BareMetalUserdata to prepare for
>>>>> Nic[19-13-a8349669-6ff2-443f-88d3-c5d69100df3a-192.168.56.146]
>>>>> 2013-04-07 00:32:15,629 DEBUG [cloud.network.NetworkManagerImpl]
>>>>> (Job-Executor-36:job-43) Asking SecurityGroupProvider to prepare for
>>>>> Nic[19-13-a8349669-6ff2-443f-88d3-c5d69100df3a-192.168.56.146]
>>>>> 2013-04-07 00:32:15,637 DEBUG [cloud.network.NetworkManagerImpl]
>>>>> (Job-Executor-36:job-43) Asking VirtualRouter to prepare for
>>>>> Nic[19-13-a8349669-6ff2-443f-88d3-c5d69100df3a-192.168.56.146]
>>>>> 2013-04-07 00:32:15,653 DEBUG
>>>>> [network.router.VirtualNetworkApplianceManagerImpl]
>>>>> (Job-Executor-36:job-43) Lock is acquired for network id 204 as a 
>>>>>part
>>>>>of
>>>>> router startup in
>>>>>
>>>>>Dest[Zone(Id)-Pod(Id)-Cluster(Id)-Host(Id)-Storage(Volume(Id|Type-->Po
>>>>>o
>>>>>l
>>>>>(
>>>>>Id))]
>>>>> :
>>>>>
>>>>>Dest[Zone(1)-Pod(1)-Cluster(2)-Host(6)-Storage(Volume(13|ROOT-->Pool(2
>>>>>5
>>>>>7
>>>>>)
>>>>>)]
>>>>> 2013-04-07 00:32:15,657 DEBUG
>>>>> [network.router.VirtualNetworkApplianceManagerImpl]
>>>>> (Job-Executor-36:job-43) Skipping VR deployment: Found a running or
>>>>> starting VR in Pod null id=1
>>>>> 2013-04-07 00:32:15,658 DEBUG
>>>>> [network.router.VirtualNetworkApplianceManagerImpl]
>>>>> (Job-Executor-36:job-43) Lock is released for network id 204 as a 
>>>>>part
>>>>>of
>>>>> router startup in
>>>>>
>>>>>Dest[Zone(Id)-Pod(Id)-Cluster(Id)-Host(Id)-Storage(Volume(Id|Type-->Po
>>>>>o
>>>>>l
>>>>>(
>>>>>Id))]
>>>>> :
>>>>>
>>>>>Dest[Zone(1)-Pod(1)-Cluster(2)-Host(6)-Storage(Volume(13|ROOT-->Pool(2
>>>>>5
>>>>>7
>>>>>)
>>>>>)]
>>>>> 2013-04-07 00:32:15,674 DEBUG
>>>>> [network.router.VirtualNetworkApplianceManagerImpl]
>>>>> (Job-Executor-36:job-43) Applying dhcp entry in network
>>>>>Ntwk[204|Guest|6]
>>>>> 2013-04-07 00:32:15,706 DEBUG [agent.transport.Request]
>>>>> (Job-Executor-36:job-43) Seq 6-324993305: Sending  { Cmd , MgmtId: 1,
>>>>>via:
>>>>> 6, Ver: v1, Flags: 100111,
>>>>>
>>>>>[{"routing.DhcpEntryCommand":{"vmMac":"06:06:fe:00:00:44","vmIpAddress
>>>>>"
>>>>>:
>>>>>"
>>>>>192.168.56.146","vmName":"94ddc16f-04fc-4da1-8326-01d8d5cdeb44","defau
>>>>>l
>>>>>t
>>>>>R
>>>>>outer":"192.168.56.1","defaultDns":"192.168.56.102","duid":"00:03:00:0
>>>>>1
>>>>>:
>>>>>0
>>>>>6:06:fe:00:00:44","accessDetails":{"router.guest.ip":"192.168.56.102",
>>>>>"
>>>>>z
>>>>>o
>>>>>ne.network.type":"Basic","
>>>>> router.name":"r-4-VM","router.ip":"169.254.1.168"},"wait":0}}] }
>>>>> 2013-04-07 00:32:15,706 DEBUG [agent.transport.Request]
>>>>> (Job-Executor-36:job-43) Seq 6-324993305: Executing:  { Cmd , MgmtId:
>>>>>1,
>>>>> via: 6, Ver: v1, Flags: 100111,
>>>>>
>>>>>[{"routing.DhcpEntryCommand":{"vmMac":"06:06:fe:00:00:44","vmIpAddress
>>>>>"
>>>>>:
>>>>>"
>>>>>192.168.56.146","vmName":"94ddc16f-04fc-4da1-8326-01d8d5cdeb44","defau
>>>>>l
>>>>>t
>>>>>R
>>>>>outer":"192.168.56.1","defaultDns":"192.168.56.102","duid":"00:03:00:0
>>>>>1
>>>>>:
>>>>>0
>>>>>6:06:fe:00:00:44","accessDetails":{"router.guest.ip":"192.168.56.102",
>>>>>"
>>>>>z
>>>>>o
>>>>>ne.network.type":"Basic","
>>>>> router.name":"r-4-VM","router.ip":"169.254.1.168"},"wait":0}}] }
>>>>> 2013-04-07 00:32:15,706 DEBUG [agent.manager.DirectAgentAttache]
>>>>> (DirectAgent-89:null) Seq 6-324993305: Executing request
>>>>> 2013-04-07 00:32:18,273 DEBUG [agent.manager.DirectAgentAttache]
>>>>> (DirectAgent-89:null) Seq 6-324993305: Response Received:
>>>>> 2013-04-07 00:32:18,273 DEBUG [agent.transport.Request]
>>>>> (DirectAgent-89:null) Seq 6-324993305: Processing:  { Ans: , MgmtId:
>>>>>1,
>>>>> via: 6, Ver: v1, Flags: 110, [{"Answer":{"result":true,"wait":0}}] }
>>>>> 2013-04-07 00:32:18,273 DEBUG [agent.manager.AgentAttache]
>>>>> (DirectAgent-89:null) Seq 6-324993305: No more commands found
>>>>> 2013-04-07 00:32:18,273 DEBUG [agent.transport.Request]
>>>>> (Job-Executor-36:job-43) Seq 6-324993305: Received:  { Ans: , MgmtId:
>>>>>1,
>>>>> via: 6, Ver: v1, Flags: 110, { Answer } }
>>>>> 2013-04-07 00:32:18,286 DEBUG
>>>>> [network.router.VirtualNetworkApplianceManagerImpl]
>>>>> (Job-Executor-36:job-43) Applying userdata and password entry in
>>>>>network
>>>>> Ntwk[204|Guest|6]
>>>>> 2013-04-07 00:32:18,303 DEBUG [agent.transport.Request]
>>>>> (Job-Executor-36:job-43) Seq 6-324993306: Sending  { Cmd , MgmtId: 1,
>>>>>via:
>>>>> 6, Ver: v1, Flags: 100111,
>>>>>
>>>>>[{"routing.SavePasswordCommand":{"password":"fnirq_cnffjbeq","vmIpAddr
>>>>>e
>>>>>s
>>>>>s
>>>>>":"192.168.56.146","vmName":"94ddc16f-04fc-4da1-8326-01d8d5cdeb44","ac
>>>>>c
>>>>>e
>>>>>s
>>>>>sDetails":{"router.guest.ip":"192.168.56.102","zone.network.type":"Bas
>>>>>i
>>>>>c
>>>>>"
>>>>>,"router.ip":"169.254.1.168","
>>>>> router.name
>>>>>
>>>>>":"r-4-VM"},"wait":0}},{"routing.VmDataCommand":{"vmIpAddress":"192.16
>>>>>8
>>>>>.
>>>>>5
>>>>>6.146","vmName":"94ddc16f-04fc-4da1-8326-01d8d5cdeb44","accessDetails"
>>>>>:
>>>>>{
>>>>>"
>>>>>router.guest.ip":"192.168.56.102","zone.network.type":"Basic","router.
>>>>>i
>>>>>p
>>>>>"
>>>>>:"169.254.1.168","
>>>>> router.name":"r-4-VM"},"wait":0}}] }
>>>>> 2013-04-07 00:32:18,304 DEBUG [agent.transport.Request]
>>>>> (Job-Executor-36:job-43) Seq 6-324993306: Executing:  { Cmd , MgmtId:
>>>>>1,
>>>>> via: 6, Ver: v1, Flags: 100111,
>>>>>
>>>>>[{"routing.SavePasswordCommand":{"password":"fnirq_cnffjbeq","vmIpAddr
>>>>>e
>>>>>s
>>>>>s
>>>>>":"192.168.56.146","vmName":"94ddc16f-04fc-4da1-8326-01d8d5cdeb44","ac
>>>>>c
>>>>>e
>>>>>s
>>>>>sDetails":{"router.guest.ip":"192.168.56.102","zone.network.type":"Bas
>>>>>i
>>>>>c
>>>>>"
>>>>>,"router.ip":"169.254.1.168","
>>>>> router.name
>>>>>
>>>>>":"r-4-VM"},"wait":0}},{"routing.VmDataCommand":{"vmIpAddress":"192.16
>>>>>8
>>>>>.
>>>>>5
>>>>>6.146","vmName":"94ddc16f-04fc-4da1-8326-01d8d5cdeb44","accessDetails"
>>>>>:
>>>>>{
>>>>>"
>>>>>router.guest.ip":"192.168.56.102","zone.network.type":"Basic","router.
>>>>>i
>>>>>p
>>>>>"
>>>>>:"169.254.1.168","
>>>>> router.name":"r-4-VM"},"wait":0}}] }
>>>>> 2013-04-07 00:32:18,304 DEBUG [agent.manager.DirectAgentAttache]
>>>>> (DirectAgent-20:null) Seq 6-324993306: Executing request
>>>>> 2013-04-07 00:32:18,391 DEBUG [cloud.api.ApiServlet]
>>>>> (1161145101@qtp-1008805148-33:null) ===START===  127.0.0.1 -- GET
>>>>>
>>>>>command=queryAsyncJobResult&jobId=00aeb7f7-459c-477e-a0a1-5d9262bc583a
>>>>>&
>>>>>r
>>>>>e
>>>>>sponse=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316338388
>>>>> 2013-04-07 00:32:18,412 DEBUG [cloud.api.ApiServlet]
>>>>> (1161145101@qtp-1008805148-33:null) ===END===  127.0.0.1 -- GET
>>>>>
>>>>>command=queryAsyncJobResult&jobId=00aeb7f7-459c-477e-a0a1-5d9262bc583a
>>>>>&
>>>>>r
>>>>>e
>>>>>sponse=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316338388
>>>>> 2013-04-07 00:32:20,452 DEBUG
>>>>> [storage.secondary.SecondaryStorageManagerImpl] (secstorage-1:null)
>>>>>Zone 1
>>>>> is ready to launch secondary storage VM
>>>>> 2013-04-07 00:32:20,554 DEBUG
>>>>>[cloud.consoleproxy.ConsoleProxyManagerImpl]
>>>>> (consoleproxy-1:null) Zone 1 is ready to launch console proxy
>>>>> 2013-04-07 00:32:20,819 DEBUG
>>>>> [network.router.VirtualNetworkApplianceManagerImpl]
>>>>> (RouterStatusMonitor-1:null) Found 0 routers to update status.
>>>>> 2013-04-07 00:32:20,821 DEBUG
>>>>> [network.router.VirtualNetworkApplianceManagerImpl]
>>>>> (RouterStatusMonitor-1:null) Found 0 networks to update RvR status.
>>>>> 2013-04-07 00:32:20,851 DEBUG
>>>>> [network.router.VirtualNetworkApplianceManagerImpl]
>>>>> (RouterStatusMonitor-1:null) Found 0 routers to update status.
>>>>> 2013-04-07 00:32:20,852 DEBUG
>>>>> [network.router.VirtualNetworkApplianceManagerImpl]
>>>>> (RouterStatusMonitor-1:null) Found 0 networks to update RvR status.
>>>>> 2013-04-07 00:32:21,391 DEBUG [cloud.api.ApiServlet]
>>>>> (1161145101@qtp-1008805148-33:null) ===START===  127.0.0.1 -- GET
>>>>>
>>>>>command=queryAsyncJobResult&jobId=00aeb7f7-459c-477e-a0a1-5d9262bc583a
>>>>>&
>>>>>r
>>>>>e
>>>>>sponse=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316341388
>>>>> 2013-04-07 00:32:21,408 DEBUG [cloud.api.ApiServlet]
>>>>> (1161145101@qtp-1008805148-33:null) ===END===  127.0.0.1 -- GET
>>>>>
>>>>>command=queryAsyncJobResult&jobId=00aeb7f7-459c-477e-a0a1-5d9262bc583a
>>>>>&
>>>>>r
>>>>>e
>>>>>sponse=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316341388
>>>>> 2013-04-07 00:32:24,392 DEBUG [cloud.api.ApiServlet]
>>>>> (1161145101@qtp-1008805148-33:null) ===START===  127.0.0.1 -- GET
>>>>>
>>>>>command=queryAsyncJobResult&jobId=00aeb7f7-459c-477e-a0a1-5d9262bc583a
>>>>>&
>>>>>r
>>>>>e
>>>>>sponse=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316344390
>>>>> 2013-04-07 00:32:24,407 DEBUG [cloud.api.ApiServlet]
>>>>> (1161145101@qtp-1008805148-33:null) ===END===  127.0.0.1 -- GET
>>>>>
>>>>>command=queryAsyncJobResult&jobId=00aeb7f7-459c-477e-a0a1-5d9262bc583a
>>>>>&
>>>>>r
>>>>>e
>>>>>sponse=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316344390
>>>>> 2013-04-07 00:32:24,892 DEBUG [agent.manager.AgentManagerImpl]
>>>>> (AgentManager-Handler-11:null) Ping from 4
>>>>> 2013-04-07 00:32:27,183 DEBUG [agent.manager.DirectAgentAttache]
>>>>> (DirectAgent-273:null) Ping from 1
>>>>> 2013-04-07 00:32:27,392 DEBUG [cloud.api.ApiServlet]
>>>>> (1161145101@qtp-1008805148-33:null) ===START===  127.0.0.1 -- GET
>>>>>
>>>>>command=queryAsyncJobResult&jobId=00aeb7f7-459c-477e-a0a1-5d9262bc583a
>>>>>&
>>>>>r
>>>>>e
>>>>>sponse=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316347390
>>>>> 2013-04-07 00:32:27,407 DEBUG [cloud.api.ApiServlet]
>>>>> (1161145101@qtp-1008805148-33:null) ===END===  127.0.0.1 -- GET
>>>>>
>>>>>command=queryAsyncJobResult&jobId=00aeb7f7-459c-477e-a0a1-5d9262bc583a
>>>>>&
>>>>>r
>>>>>e
>>>>>sponse=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316347390
>>>>> 2013-04-07 00:32:29,095 DEBUG [agent.manager.DirectAgentAttache]
>>>>> (DirectAgent-131:null) Seq 1-90046472: Executing request
>>>>> 2013-04-07 00:32:29,345 DEBUG [agent.manager.DirectAgentAttache]
>>>>> (DirectAgent-131:null) Seq 1-90046472: Response Received:
>>>>> 2013-04-07 00:32:29,345 DEBUG [agent.transport.Request]
>>>>> (DirectAgent-131:null) Seq 1-90046472: Processing:  { Ans: , MgmtId:
>>>>>1,
>>>>> via: 1, Ver: v1, Flags: 10,
>>>>>
>>>>>[{"ClusterSyncAnswer":{"_clusterId":1,"_newStates":{},"_isExecuted":fa
>>>>>l
>>>>>s
>>>>>e
>>>>>,"result":true,"wait":0}}]
>>>>> }
>>>>> 2013-04-07 00:32:30,393 DEBUG [cloud.api.ApiServlet]
>>>>> (1161145101@qtp-1008805148-33:null) ===START===  127.0.0.1 -- GET
>>>>>
>>>>>command=queryAsyncJobResult&jobId=00aeb7f7-459c-477e-a0a1-5d9262bc583a
>>>>>&
>>>>>r
>>>>>e
>>>>>sponse=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316350391
>>>>> 2013-04-07 00:32:30,408 DEBUG [cloud.api.ApiServlet]
>>>>> (1161145101@qtp-1008805148-33:null) ===END===  127.0.0.1 -- GET
>>>>>
>>>>>command=queryAsyncJobResult&jobId=00aeb7f7-459c-477e-a0a1-5d9262bc583a
>>>>>&
>>>>>r
>>>>>e
>>>>>sponse=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316350391
>>>>> 2013-04-07 00:32:32,146 DEBUG [agent.manager.DirectAgentAttache]
>>>>> (DirectAgent-20:null) Seq 6-324993306: Response Received:
>>>>> 2013-04-07 00:32:32,146 DEBUG [agent.transport.Request]
>>>>> (DirectAgent-20:null) Seq 6-324993306: Processing:  { Ans: , MgmtId:
>>>>>1,
>>>>> via: 6, Ver: v1, Flags: 110,
>>>>>
>>>>>[{"Answer":{"result":true,"wait":0}},{"Answer":{"result":true,"wait":0
>>>>>}
>>>>>}
>>>>>]
>>>>> }
>>>>> 2013-04-07 00:32:32,146 DEBUG [agent.manager.AgentAttache]
>>>>> (DirectAgent-20:null) Seq 6-324993306: No more commands found
>>>>> 2013-04-07 00:32:32,146 DEBUG [agent.transport.Request]
>>>>> (Job-Executor-36:job-43) Seq 6-324993306: Received:  { Ans: , MgmtId:
>>>>>1,
>>>>> via: 6, Ver: v1, Flags: 110, { Answer, Answer } }
>>>>> 2013-04-07 00:32:32,146 DEBUG [cloud.network.NetworkManagerImpl]
>>>>> (Job-Executor-36:job-43) Asking VpcVirtualRouter to prepare for
>>>>> Nic[19-13-a8349669-6ff2-443f-88d3-c5d69100df3a-192.168.56.146]
>>>>> 2013-04-07 00:32:32,146 WARN
>>>>>[network.element.VpcVirtualRouterElement]
>>>>> (Job-Executor-36:job-43) Network Ntwk[204|Guest|6] is not associated
>>>>>with
>>>>> any VPC
>>>>> 2013-04-07 00:32:32,151 DEBUG [cloud.network.NetworkManagerImpl]
>>>>> (Job-Executor-36:job-43) Asking NiciraNvp to prepare for
>>>>> Nic[19-13-a8349669-6ff2-443f-88d3-c5d69100df3a-192.168.56.146]
>>>>> 2013-04-07 00:32:32,151 DEBUG [network.element.NiciraNvpElement]
>>>>> (Job-Executor-36:job-43) Checking if NiciraNvpElement can handle
>>>>>service
>>>>> Connectivity on network guestNetworkForBasicZone
>>>>> 2013-04-07 00:32:32,154 DEBUG [cloud.network.NetworkManagerImpl]
>>>>> (Job-Executor-36:job-43) Asking JuniperSRX to prepare for
>>>>> Nic[19-13-a8349669-6ff2-443f-88d3-c5d69100df3a-192.168.56.146]
>>>>> 2013-04-07 00:32:32,157 DEBUG [cloud.network.NetworkManagerImpl]
>>>>> (Job-Executor-36:job-43) Asking Netscaler to prepare for
>>>>> Nic[19-13-a8349669-6ff2-443f-88d3-c5d69100df3a-192.168.56.146]
>>>>> 2013-04-07 00:32:32,160 DEBUG [cloud.network.NetworkManagerImpl]
>>>>> (Job-Executor-36:job-43) Asking F5BigIP to prepare for
>>>>> Nic[19-13-a8349669-6ff2-443f-88d3-c5d69100df3a-192.168.56.146]
>>>>> 2013-04-07 00:32:32,164 DEBUG [cloud.network.NetworkManagerImpl]
>>>>> (Job-Executor-36:job-43) Asking CiscoNexus1000vVSM to prepare for
>>>>> Nic[19-13-a8349669-6ff2-443f-88d3-c5d69100df3a-192.168.56.146]
>>>>> 2013-04-07 00:32:32,168 DEBUG [cloud.storage.StorageManagerImpl]
>>>>> (Job-Executor-36:job-43) Checking if we need to prepare 1 volumes for
>>>>> VM[User|94ddc16f-04fc-4da1-8326-01d8d5cdeb44]
>>>>> 2013-04-07 00:32:32,169 DEBUG [cloud.storage.StorageManagerImpl]
>>>>> (Job-Executor-36:job-43) Creating volume: Vol[13|vm=13|ROOT]
>>>>> 2013-04-07 00:32:32,170 DEBUG [cloud.storage.StorageManagerImpl]
>>>>> (Job-Executor-36:job-43) Trying to create in Pool[257|PreSetup]
>>>>> 2013-04-07 00:32:32,175 DEBUG [cloud.template.TemplateManagerImpl]
>>>>> (Job-Executor-36:job-43) Template 5 has already been downloaded to
>>>>>pool
>>>>>257
>>>>> 2013-04-07 00:32:32,179 DEBUG [agent.transport.Request]
>>>>> (Job-Executor-36:job-43) Seq 6-324993307: Sending  { Cmd , MgmtId: 1,
>>>>>via:
>>>>> 6, Ver: v1, Flags: 100111,
>>>>>
>>>>>[{"storage.CreateCommand":{"volId":13,"pool":{"id":257,"uuid":"iSCSI_S
>>>>>R
>>>>>_
>>>>>3
>>>>>","host":"192.168.56.9","path":"/iSCSI_SR_3","port":0,"type":"PreSetup
>>>>>"
>>>>>}
>>>>>,
>>>>>"diskCharacteristics":{"size":52428800,"tags":["iSCSI_SR_4"],"type":"R
>>>>>O
>>>>>O
>>>>>T
>>>>>","name":"ROOT-13","useLocalStorage":false,"recreatable":true,"diskOff
>>>>>e
>>>>>r
>>>>>i
>>>>>ngId":38,"volumeId":13,"hyperType":"XenServer"},"templateUrl":"a841492
>>>>>6
>>>>>-
>>>>>8
>>>>>1d6-4b54-9b4b-feb498489df0","wait":0}}]
>>>>> }
>>>>> 2013-04-07 00:32:32,180 DEBUG [agent.transport.Request]
>>>>> (Job-Executor-36:job-43) Seq 6-324993307: Executing:  { Cmd , MgmtId:
>>>>>1,
>>>>> via: 6, Ver: v1, Flags: 100111,
>>>>>
>>>>>[{"storage.CreateCommand":{"volId":13,"pool":{"id":257,"uuid":"iSCSI_S
>>>>>R
>>>>>_
>>>>>3
>>>>>","host":"192.168.56.9","path":"/iSCSI_SR_3","port":0,"type":"PreSetup
>>>>>"
>>>>>}
>>>>>,
>>>>>"diskCharacteristics":{"size":52428800,"tags":["iSCSI_SR_4"],"type":"R
>>>>>O
>>>>>O
>>>>>T
>>>>>","name":"ROOT-13","useLocalStorage":false,"recreatable":true,"diskOff
>>>>>e
>>>>>r
>>>>>i
>>>>>ngId":38,"volumeId":13,"hyperType":"XenServer"},"templateUrl":"a841492
>>>>>6
>>>>>-
>>>>>8
>>>>>1d6-4b54-9b4b-feb498489df0","wait":0}}]
>>>>> }
>>>>> 2013-04-07 00:32:32,180 DEBUG [agent.manager.DirectAgentAttache]
>>>>> (DirectAgent-59:null) Seq 6-324993307: Executing request
>>>>> 2013-04-07 00:32:32,265 DEBUG [xen.resource.CitrixResourceBase]
>>>>> (DirectAgent-59:null) SR retrieved for iSCSI_SR_3
>>>>> 2013-04-07 00:32:32,276 DEBUG [xen.resource.CitrixResourceBase]
>>>>> (DirectAgent-59:null) Checking iSCSI_SR_3 or SR
>>>>> fe8ca696-22f5-ba1f-af68-7c3cf5a3cb39 on
>>>>> XS[f7a017da-3064-456a-89cd-28ee9e2d36b3-192.168.56.9]
>>>>> 2013-04-07 00:32:33,395 DEBUG [cloud.api.ApiServlet]
>>>>> (1161145101@qtp-1008805148-33:null) ===START===  127.0.0.1 -- GET
>>>>>
>>>>>command=queryAsyncJobResult&jobId=00aeb7f7-459c-477e-a0a1-5d9262bc583a
>>>>>&
>>>>>r
>>>>>e
>>>>>sponse=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316353392
>>>>> 2013-04-07 00:32:33,419 DEBUG [cloud.api.ApiServlet]
>>>>> (1161145101@qtp-1008805148-33:null) ===END===  127.0.0.1 -- GET
>>>>>
>>>>>command=queryAsyncJobResult&jobId=00aeb7f7-459c-477e-a0a1-5d9262bc583a
>>>>>&
>>>>>r
>>>>>e
>>>>>sponse=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316353392
>>>>> 2013-04-07 00:32:34,687 DEBUG [xen.resource.CitrixResourceBase]
>>>>> (DirectAgent-59:null) Succesfully created VDI for
>>>>> com.cloud.agent.api.storage.CreateCommand.  Uuid =
>>>>> 99154d9c-2665-465d-8c71-e60f1748895b
>>>>> 2013-04-07 00:32:34,687 DEBUG [agent.manager.DirectAgentAttache]
>>>>> (DirectAgent-59:null) Seq 6-324993307: Response Received:
>>>>> 2013-04-07 00:32:34,688 DEBUG [agent.transport.Request]
>>>>> (DirectAgent-59:null) Seq 6-324993307: Processing:  { Ans: , MgmtId:
>>>>>1,
>>>>> via: 6, Ver: v1, Flags: 110,
>>>>>
>>>>>[{"storage.CreateAnswer":{"volume":{"id":13,"name":"ROOT-13","mountPoi
>>>>>n
>>>>>t
>>>>>"
>>>>>:"/iSCSI_SR_3","path":"99154d9c-2665-465d-8c71-e60f1748895b","size":52
>>>>>4
>>>>>2
>>>>>8
>>>>>800,"type":"ROOT","storagePoolType":"PreSetup","storagePoolUuid":"iSCS
>>>>>I
>>>>>_
>>>>>S
>>>>>R_3","deviceId":0},"requestTemplateReload":false,"result":true,"wait":
>>>>>0
>>>>>}
>>>>>}
>>>>>]
>>>>> }
>>>>> 2013-04-07 00:32:34,688 DEBUG [agent.transport.Request]
>>>>> (Job-Executor-36:job-43) Seq 6-324993307: Received:  { Ans: , MgmtId:
>>>>>1,
>>>>> via: 6, Ver: v1, Flags: 110, { CreateAnswer } }
>>>>> 2013-04-07 00:32:34,688 DEBUG [agent.manager.AgentAttache]
>>>>> (DirectAgent-59:null) Seq 6-324993307: No more commands found
>>>>> 2013-04-07 00:32:34,690 DEBUG [cloud.storage.StorageManagerImpl]
>>>>> (Job-Executor-36:job-43) Volume Vol[13|vm=13|ROOT] is created on
>>>>> Pool[257|PreSetup]
>>>>> 2013-04-07 00:32:34,701 DEBUG [agent.transport.Request]
>>>>> (Job-Executor-36:job-43) Seq 6-324993308: Sending  { Cmd , MgmtId: 1,
>>>>>via:
>>>>> 6, Ver: v1, Flags: 100111,
>>>>>
>>>>>[{"StartCommand":{"vm":{"id":13,"name":"i-2-13-VM","bootloader":"PyGru
>>>>>b
>>>>>"
>>>>>,
>>>>>"type":"User","cpus":1,"speed":100,"minRam":1073741824,"maxRam":107374
>>>>>1
>>>>>8
>>>>>2
>>>>>4,"arch":"x86_64","os":"CentOS
>>>>> 5.3
>>>>>
>>>>>(64-bit)","bootArgs":"","rebootOnCrash":false,"enableHA":false,"limitC
>>>>>p
>>>>>u
>>>>>U
>>>>>se":false,"vncPassword":"2e91fc6d6f16609d","params":{},"uuid":"94ddc16
>>>>>f
>>>>>-
>>>>>0
>>>>>4fc-4da1-8326-01d8d5cdeb44","disks":[{"id":13,"name":"ROOT-13","mountP
>>>>>o
>>>>>i
>>>>>n
>>>>>t":"/iSCSI_SR_3","path":"99154d9c-2665-465d-8c71-e60f1748895b","size":
>>>>>5
>>>>>2
>>>>>4
>>>>>28800,"type":"ROOT","storagePoolType":"PreSetup","storagePoolUuid":"iS
>>>>>C
>>>>>S
>>>>>I
>>>>>_SR_3","deviceId":0},{"id":13,"name":"tiny
>>>>>
>>>>>Linux","size":0,"type":"ISO","storagePoolType":"ISO","deviceId":3}],"n
>>>>>i
>>>>>c
>>>>>s
>>>>>":[{"deviceId":0,"networkRateMbps":200,"defaultNic":true,"uuid":"59b9a
>>>>>8
>>>>>a
>>>>>a
>>>>>-c867-40b8-95bb-6e40273569c9","ip":"192.168.56.146","netmask":"255.255
>>>>>.
>>>>>2
>>>>>5
>>>>>5.0","gateway":"192.168.56.1","mac":"06:06:fe:00:00:44","dns1":"8.8.8.
>>>>>8
>>>>>"
>>>>>,
>>>>>"dns2":"4.4.4.4","broadcastType":"Native","type":"Guest","broadcastUri
>>>>>"
>>>>>:
>>>>>"
>>>>>vlan://untagged","isolationUri":"ec2://untagged","isSecurityGroupEnabl
>>>>>e
>>>>>d
>>>>>"
>>>>>:true}]},"hostIp":"192.168.56.9","wait":0}}]
>>>>> }
>>>>> 2013-04-07 00:32:34,702 DEBUG [agent.transport.Request]
>>>>> (Job-Executor-36:job-43) Seq 6-324993308: Executing:  { Cmd , MgmtId:
>>>>>1,
>>>>> via: 6, Ver: v1, Flags: 100111,
>>>>>
>>>>>[{"StartCommand":{"vm":{"id":13,"name":"i-2-13-VM","bootloader":"PyGru
>>>>>b
>>>>>"
>>>>>,
>>>>>"type":"User","cpus":1,"speed":100,"minRam":1073741824,"maxRam":107374
>>>>>1
>>>>>8
>>>>>2
>>>>>4,"arch":"x86_64","os":"CentOS
>>>>> 5.3
>>>>>
>>>>>(64-bit)","bootArgs":"","rebootOnCrash":false,"enableHA":false,"limitC
>>>>>p
>>>>>u
>>>>>U
>>>>>se":false,"vncPassword":"2e91fc6d6f16609d","params":{},"uuid":"94ddc16
>>>>>f
>>>>>-
>>>>>0
>>>>>4fc-4da1-8326-01d8d5cdeb44","disks":[{"id":13,"name":"ROOT-13","mountP
>>>>>o
>>>>>i
>>>>>n
>>>>>t":"/iSCSI_SR_3","path":"99154d9c-2665-465d-8c71-e60f1748895b","size":
>>>>>5
>>>>>2
>>>>>4
>>>>>28800,"type":"ROOT","storagePoolType":"PreSetup","storagePoolUuid":"iS
>>>>>C
>>>>>S
>>>>>I
>>>>>_SR_3","deviceId":0},{"id":13,"name":"tiny
>>>>>
>>>>>Linux","size":0,"type":"ISO","storagePoolType":"ISO","deviceId":3}],"n
>>>>>i
>>>>>c
>>>>>s
>>>>>":[{"deviceId":0,"networkRateMbps":200,"defaultNic":true,"uuid":"59b9a
>>>>>8
>>>>>a
>>>>>a
>>>>>-c867-40b8-95bb-6e40273569c9","ip":"192.168.56.146","netmask":"255.255
>>>>>.
>>>>>2
>>>>>5
>>>>>5.0","gateway":"192.168.56.1","mac":"06:06:fe:00:00:44","dns1":"8.8.8.
>>>>>8
>>>>>"
>>>>>,
>>>>>"dns2":"4.4.4.4","broadcastType":"Native","type":"Guest","broadcastUri
>>>>>"
>>>>>:
>>>>>"
>>>>>vlan://untagged","isolationUri":"ec2://untagged","isSecurityGroupEnabl
>>>>>e
>>>>>d
>>>>>"
>>>>>:true}]},"hostIp":"192.168.56.9","wait":0}}]
>>>>> }
>>>>> 2013-04-07 00:32:34,702 DEBUG [agent.manager.DirectAgentAttache]
>>>>> (DirectAgent-334:null) Seq 6-324993308: Executing request
>>>>> 2013-04-07 00:32:34,787 DEBUG [xen.resource.CitrixResourceBase]
>>>>> (DirectAgent-334:null) 1. The VM i-2-13-VM is in Starting state.
>>>>> 2013-04-07 00:32:34,862 DEBUG [xen.resource.XenServer56FP1Resource]
>>>>> (DirectAgent-334:null) Created VM 
>>>>>f21a0243-f342-fd59-98d8-00ed89224305
>>>>>for
>>>>> i-2-13-VM
>>>>> 2013-04-07 00:32:34,912 DEBUG [xen.resource.CitrixResourceBase]
>>>>> (DirectAgent-334:null) VBD 6e16b739-13fb-1891-fc66-f786b8db522b
>>>>>created
>>>>>for
>>>>> Vol[13|ROOT|99154d9c-2665-465d-8c71-e60f1748895b|52428800]
>>>>> 2013-04-07 00:32:34,937 DEBUG [xen.resource.CitrixResourceBase]
>>>>> (DirectAgent-334:null) VBD f9ad291b-2a8d-4c81-94a5-ef8b8b38be8c
>>>>>created
>>>>>for
>>>>> Vol[13|ISO|null|0]
>>>>> 2013-04-07 00:32:34,937 DEBUG [xen.resource.CitrixResourceBase]
>>>>> (DirectAgent-334:null) Creating VIF for i-2-13-VM on nic
>>>>> [Nic:Guest-192.168.56.146-vlan://untagged]
>>>>> 2013-04-07 00:32:34,991 DEBUG [xen.resource.CitrixResourceBase]
>>>>> (DirectAgent-334:null) Created a vif
>>>>>bec5565a-8c80-48a1-3ea4-88971784ce3b
>>>>> on 0
>>>>> 2013-04-07 00:32:36,396 DEBUG [cloud.api.ApiServlet]
>>>>> (1161145101@qtp-1008805148-33:null) ===START===  127.0.0.1 -- GET
>>>>>
>>>>>command=queryAsyncJobResult&jobId=00aeb7f7-459c-477e-a0a1-5d9262bc583a
>>>>>&
>>>>>r
>>>>>e
>>>>>sponse=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316356393
>>>>> 2013-04-07 00:32:36,418 DEBUG [cloud.api.ApiServlet]
>>>>> (1161145101@qtp-1008805148-33:null) ===END===  127.0.0.1 -- GET
>>>>>
>>>>>command=queryAsyncJobResult&jobId=00aeb7f7-459c-477e-a0a1-5d9262bc583a
>>>>>&
>>>>>r
>>>>>e
>>>>>sponse=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316356393
>>>>> 2013-04-07 00:32:39,395 DEBUG [cloud.api.ApiServlet]
>>>>> (1161145101@qtp-1008805148-33:null) ===START===  127.0.0.1 -- GET
>>>>>
>>>>>command=queryAsyncJobResult&jobId=00aeb7f7-459c-477e-a0a1-5d9262bc583a
>>>>>&
>>>>>r
>>>>>e
>>>>>sponse=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316359393
>>>>> 2013-04-07 00:32:39,410 DEBUG [cloud.api.ApiServlet]
>>>>> (1161145101@qtp-1008805148-33:null) ===END===  127.0.0.1 -- GET
>>>>>
>>>>>command=queryAsyncJobResult&jobId=00aeb7f7-459c-477e-a0a1-5d9262bc583a
>>>>>&
>>>>>r
>>>>>e
>>>>>sponse=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316359393
>>>>> 2013-04-07 00:32:41,550 INFO  [xen.resource.CitrixResourceBase]
>>>>> (DirectAgent-334:null) Programmed default network rules for i-2-13-VM
>>>>>on
>>>>> nic with ip:192.168.56.146 mac:06:06:fe:00:00:44
>>>>> 2013-04-07 00:32:41,550 DEBUG [xen.resource.CitrixResourceBase]
>>>>> (DirectAgent-334:null) 2. The VM i-2-13-VM is in Running state.
>>>>> 2013-04-07 00:32:41,550 DEBUG [agent.manager.DirectAgentAttache]
>>>>> (DirectAgent-334:null) Seq 6-324993308: Response Received:
>>>>> 2013-04-07 00:32:41,551 DEBUG [agent.transport.Request]
>>>>> (DirectAgent-334:null) Seq 6-324993308: Processing:  { Ans: , MgmtId:
>>>>>1,
>>>>> via: 6, Ver: v1, Flags: 110,
>>>>>
>>>>>[{"StartAnswer":{"vm":{"id":13,"name":"i-2-13-VM","bootloader":"PyGrub
>>>>>"
>>>>>,
>>>>>"
>>>>>type":"User","cpus":1,"speed":100,"minRam":1073741824,"maxRam":1073741
>>>>>8
>>>>>2
>>>>>4
>>>>>,"arch":"x86_64","os":"CentOS
>>>>> 5.3
>>>>>
>>>>>(64-bit)","bootArgs":"","rebootOnCrash":false,"enableHA":false,"limitC
>>>>>p
>>>>>u
>>>>>U
>>>>>se":false,"vncPassword":"2e91fc6d6f16609d","params":{},"uuid":"94ddc16
>>>>>f
>>>>>-
>>>>>0
>>>>>4fc-4da1-8326-01d8d5cdeb44","disks":[{"id":13,"name":"ROOT-13","mountP
>>>>>o
>>>>>i
>>>>>n
>>>>>t":"/iSCSI_SR_3","path":"99154d9c-2665-465d-8c71-e60f1748895b","size":
>>>>>5
>>>>>2
>>>>>4
>>>>>28800,"type":"ROOT","storagePoolType":"PreSetup","storagePoolUuid":"iS
>>>>>C
>>>>>S
>>>>>I
>>>>>_SR_3","deviceId":0},{"id":13,"name":"tiny
>>>>>
>>>>>Linux","size":0,"type":"ISO","storagePoolType":"ISO","deviceId":3}],"n
>>>>>i
>>>>>c
>>>>>s
>>>>>":[{"deviceId":0,"networkRateMbps":200,"defaultNic":true,"uuid":"59b9a
>>>>>8
>>>>>a
>>>>>a
>>>>>-c867-40b8-95bb-6e40273569c9","ip":"192.168.56.146","netmask":"255.255
>>>>>.
>>>>>2
>>>>>5
>>>>>5.0","gateway":"192.168.56.1","mac":"06:06:fe:00:00:44","dns1":"8.8.8.
>>>>>8
>>>>>"
>>>>>,
>>>>>"dns2":"4.4.4.4","broadcastType":"Native","type":"Guest","broadcastUri
>>>>>"
>>>>>:
>>>>>"
>>>>>vlan://untagged","isolationUri":"ec2://untagged","isSecurityGroupEnabl
>>>>>e
>>>>>d
>>>>>"
>>>>>:true}]},"result":true,"wait":0}}]
>>>>> }
>>>>> 2013-04-07 00:32:41,551 DEBUG [agent.transport.Request]
>>>>> (Job-Executor-36:job-43) Seq 6-324993308: Received:  { Ans: , MgmtId:
>>>>>1,
>>>>> via: 6, Ver: v1, Flags: 110, { StartAnswer } }
>>>>> 2013-04-07 00:32:41,551 DEBUG [agent.manager.AgentAttache]
>>>>> (DirectAgent-334:null) Seq 6-324993308: No more commands found
>>>>> 2013-04-07 00:32:41,592 DEBUG
>>>>>[network.security.SecurityGroupManagerImpl]
>>>>> (Job-Executor-36:job-43) Security Group Mgr v2: scheduling ruleset
>>>>>updates
>>>>> for 1 vms  (unique=1), current queue size=0
>>>>> 2013-04-07 00:32:41,593 DEBUG
>>>>>[network.security.SecurityGroupManagerImpl]
>>>>> (Job-Executor-36:job-43) Security Group Mgr v2: done scheduling
>>>>>ruleset
>>>>> updates for 1 vms: num new jobs=1 num rows insert or updated=1 time
>>>>>taken=1
>>>>> 2013-04-07 00:32:41,596 DEBUG [cloud.capacity.CapacityManagerImpl]
>>>>> (Job-Executor-36:job-43) VM state transitted from :Starting to 
>>>>>Running
>>>>>with
>>>>> event: OperationSucceededvm's original host id: 6 new host id: 6 host
>>>>>id
>>>>> before state transition: 6
>>>>> 2013-04-07 00:32:41,596 DEBUG [cloud.vm.VirtualMachineManagerImpl]
>>>>> (Job-Executor-36:job-43) Start completed for VM
>>>>> VM[User|94ddc16f-04fc-4da1-8326-01d8d5cdeb44]
>>>>> 2013-04-07 00:32:41,601 DEBUG
>>>>>[network.security.SecurityGroupManagerImpl]
>>>>> (SecGrp-Worker-4:null) SecurityGroupManager v2: sending ruleset 
>>>>>update
>>>>>for
>>>>> vm i-2-13-VM:ingress num rules=0:egress num rules=0 num cidrs=0
>>>>> sig=d41d8cd98f00b204e9800998ecf8427e
>>>>> 2013-04-07 00:32:41,605 DEBUG [agent.transport.Request]
>>>>> (SecGrp-Worker-4:null) Seq 6-324993309: Sending  { Cmd , MgmtId: 1,
>>>>>via: 6,
>>>>> Ver: v1, Flags: 100111,
>>>>>
>>>>>[{"SecurityGroupRulesCmd":{"guestIp":"192.168.56.146","vmName":"i-2-13
>>>>>-
>>>>>V
>>>>>M
>>>>>","guestMac":"06:06:fe:00:00:44","signature":"d41d8cd98f00b204e9800998
>>>>>e
>>>>>c
>>>>>f
>>>>>8427e","seqNum":1,"vmId":13,"msId":1,"ingressRuleSet":[],"egressRuleSe
>>>>>t
>>>>>"
>>>>>:
>>>>>[],"wait":0}}]
>>>>> }
>>>>> 2013-04-07 00:32:41,605 DEBUG [cloud.async.AsyncJobManagerImpl]
>>>>> (Job-Executor-36:job-43) Complete async job-43, jobStatus: 1,
>>>>>resultCode:
>>>>> 0, result: org.apache.cloudstack.api.response.UserVmResponse@68779e71
>>>>> 2013-04-07 00:32:41,605 DEBUG [agent.transport.Request]
>>>>> (SecGrp-Worker-4:null) Seq 6-324993309: Executing:  { Cmd , MgmtId: 
>>>>>1,
>>>>>via:
>>>>> 6, Ver: v1, Flags: 100111,
>>>>>
>>>>>[{"SecurityGroupRulesCmd":{"guestIp":"192.168.56.146","vmName":"i-2-13
>>>>>-
>>>>>V
>>>>>M
>>>>>","guestMac":"06:06:fe:00:00:44","signature":"d41d8cd98f00b204e9800998
>>>>>e
>>>>>c
>>>>>f
>>>>>8427e","seqNum":1,"vmId":13,"msId":1,"ingressRuleSet":[],"egressRuleSe
>>>>>t
>>>>>"
>>>>>:
>>>>>[],"wait":0}}]
>>>>> }
>>>>> 2013-04-07 00:32:41,606 DEBUG [agent.manager.DirectAgentAttache]
>>>>> (DirectAgent-275:null) Seq 6-324993309: Executing request
>>>>> 2013-04-07 00:32:41,611 DEBUG [cloud.async.AsyncJobManagerImpl]
>>>>> (Job-Executor-36:job-43) Done executing
>>>>> org.apache.cloudstack.api.command.user.vm.DeployVMCmd for job-43
>>>>> 2013-04-07 00:32:41,866 INFO  [xen.resource.CitrixResourceBase]
>>>>> (DirectAgent-275:null) Programmed network rules for vm i-2-13-VM
>>>>> guestIp=192.168.56.146, ingress numrules=0, egress numrules=0
>>>>> 2013-04-07 00:32:41,866 DEBUG [agent.manager.DirectAgentAttache]
>>>>> (DirectAgent-275:null) Seq 6-324993309: Response Received:
>>>>> 2013-04-07 00:32:41,866 DEBUG [agent.transport.Request]
>>>>> (DirectAgent-275:null) Seq 6-324993309: Processing:  { Ans: , MgmtId:
>>>>>1,
>>>>> via: 6, Ver: v1, Flags: 110,
>>>>>
>>>>>[{"SecurityGroupRuleAnswer":{"logSequenceNumber":1,"vmId":13,"reason":
>>>>>"
>>>>>N
>>>>>O
>>>>>NE","result":true,"wait":0}}]
>>>>> }
>>>>> 2013-04-07 00:32:41,866 DEBUG 
>>>>>[network.security.SecurityGroupListener]
>>>>> (DirectAgent-275:null) Successfully programmed rule
>>>>> com.cloud.agent.api.SecurityGroupRuleAnswer into host 6
>>>>> 2013-04-07 00:32:41,868 DEBUG 
>>>>>[network.security.SecurityGroupListener]
>>>>> (DirectAgent-275:null) Successfully programmed rule
>>>>> com.cloud.agent.api.SecurityGroupRuleAnswer into host 6
>>>>> 2013-04-07 00:32:41,869 DEBUG [agent.manager.AgentAttache]
>>>>> (DirectAgent-275:null) Seq 6-324993309: No more commands found
>>>>> 2013-04-07 00:32:42,396 DEBUG [cloud.api.ApiServlet]
>>>>> (1161145101@qtp-1008805148-33:null) ===START===  127.0.0.1 -- GET
>>>>>
>>>>>command=queryAsyncJobResult&jobId=00aeb7f7-459c-477e-a0a1-5d9262bc583a
>>>>>&
>>>>>r
>>>>>e
>>>>>sponse=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316362394
>>>>> 2013-04-07 00:32:42,406 DEBUG [cloud.async.AsyncJobManagerImpl]
>>>>> (1161145101@qtp-1008805148-33:null) Async job-43 completed
>>>>> 2013-04-07 00:32:42,412 DEBUG [cloud.api.ApiServlet]
>>>>> (1161145101@qtp-1008805148-33:null) ===END===  127.0.0.1 -- GET
>>>>>
>>>>>command=queryAsyncJobResult&jobId=00aeb7f7-459c-477e-a0a1-5d9262bc583a
>>>>>&
>>>>>r
>>>>>e
>>>>>sponse=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316362394
>>>>> 2013-04-07 00:32:45,427 DEBUG [cloud.api.ApiServlet]
>>>>> (1161145101@qtp-1008805148-33:null) ===START===  127.0.0.1 -- GET
>>>>>
>>>>>command=listVolumes&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8Go
>>>>>V
>>>>>A
>>>>>%
>>>>>3D&listAll=true&page=1&pagesize=20&_=1365316365425
>>>>> 2013-04-07 00:32:45,442 DEBUG [cloud.api.ApiServlet]
>>>>> (1161145101@qtp-1008805148-33:null) ===END===  127.0.0.1 -- GET
>>>>>
>>>>>command=listVolumes&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8Go
>>>>>V
>>>>>A
>>>>>%
>>>>>3D&listAll=true&page=1&pagesize=20&_=1365316365425
>>>>> 2013-04-07 00:32:47,667 DEBUG [cloud.api.ApiServlet]
>>>>> (1161145101@qtp-1008805148-33:null) ===START===  127.0.0.1 -- GET
>>>>>
>>>>>command=listVolumes&id=44d56727-6e5f-438a-8187-42adfac7c906&response=j
>>>>>s
>>>>>o
>>>>>n
>>>>>&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316367665
>>>>> 2013-04-07 00:32:47,679 DEBUG [agent.manager.AgentManagerImpl]
>>>>> (AgentManager-Handler-12:null) Ping from 3
>>>>> 2013-04-07 00:32:47,684 DEBUG [cloud.api.ApiServlet]
>>>>> (1161145101@qtp-1008805148-33:null) ===END===  127.0.0.1 -- GET
>>>>>
>>>>>command=listVolumes&id=44d56727-6e5f-438a-8187-42adfac7c906&response=j
>>>>>s
>>>>>o
>>>>>n
>>>>>&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316367665
>>>>> 2013-04-07 00:32:47,698 DEBUG [cloud.api.ApiServlet]
>>>>> (1161145101@qtp-1008805148-33:null) ===START===  127.0.0.1 -- GET
>>>>>
>>>>>command=listTags&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%
>>>>>3
>>>>>D
>>>>>&
>>>>>resourceId=44d56727-6e5f-438a-8187-42adfac7c906&resourceType=Volume&li
>>>>>s
>>>>>t
>>>>>A
>>>>>ll=true&_=1365316367696
>>>>> 2013-04-07 00:32:47,708 DEBUG [cloud.api.ApiServlet]
>>>>> (1161145101@qtp-1008805148-33:null) ===END===  127.0.0.1 -- GET
>>>>>
>>>>>command=listTags&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%
>>>>>3
>>>>>D
>>>>>&
>>>>>resourceId=44d56727-6e5f-438a-8187-42adfac7c906&resourceType=Volume&li
>>>>>s
>>>>>t
>>>>>A
>>>>>ll=true&_=1365316367696
>>>>> 2013-04-07 00:32:50,453 DEBUG
>>>>> [storage.secondary.SecondaryStorageManagerImpl] (secstorage-1:null)
>>>>>Zone 1
>>>>> is ready to launch secondary storage VM
>>>>> 2013-04-07 00:32:50,556 DEBUG
>>>>>[cloud.consoleproxy.ConsoleProxyManagerImpl]
>>>>> (consoleproxy-1:null) Zone 1 is ready to launch console proxy
>>>>> 2013-04-07 00:32:50,815 DEBUG
>>>>> [network.router.VirtualNetworkApplianceManagerImpl]
>>>>>(RouterMonitor-1:null)
>>>>> Found 0 running routers.
>>>>> 2013-04-07 00:32:50,820 DEBUG
>>>>> [network.router.VirtualNetworkApplianceManagerImpl]
>>>>> (RouterStatusMonitor-1:null) Found 0 routers to update status.
>>>>> 2013-04-07 00:32:50,821 DEBUG
>>>>> [network.router.VirtualNetworkApplianceManagerImpl]
>>>>> (RouterStatusMonitor-1:null) Found 0 networks to update RvR status.
>>>>> 2013-04-07 00:32:50,851 DEBUG
>>>>> [network.router.VirtualNetworkApplianceManagerImpl]
>>>>>(RouterMonitor-1:null)
>>>>> Found 0 running routers.
>>>>> 2013-04-07 00:32:50,851 DEBUG
>>>>> [network.router.VirtualNetworkApplianceManagerImpl]
>>>>> (RouterStatusMonitor-1:null) Found 0 routers to update status.
>>>>> 2013-04-07 00:32:50,852 DEBUG
>>>>> [network.router.VirtualNetworkApplianceManagerImpl]
>>>>> (RouterStatusMonitor-1:null) Found 0 networks to update RvR status.
>>>>> 2013-04-07 00:32:50,908 DEBUG
>>>>> [cloud.network.ExternalLoadBalancerUsageManagerImpl]
>>>>> (ExternalNetworkMonitor-1:null) External devices stats collector is
>>>>> running...
>>>>> 2013-04-07 00:32:50,919 DEBUG 
>>>>>[storage.snapshot.SnapshotSchedulerImpl]
>>>>> (SnapshotPollTask:null) Snapshot scheduler.poll is being called at
>>>>> 2013-04-07 06:32:50 GMT
>>>>> 2013-04-07 00:32:50,920 DEBUG 
>>>>>[storage.snapshot.SnapshotSchedulerImpl]
>>>>> (SnapshotPollTask:null) Got 0 snapshots to be executed at 2013-04-07
>>>>> 06:32:50 GMT
>>>>> 2013-04-07 00:32:51,462 INFO  [agent.manager.AgentMonitor]
>>>>> (Thread-11:null) Found the following agents behind on ping: [6, 5]
>>>>> 2013-04-07 00:32:51,464 DEBUG [cloud.host.Status] (Thread-11:null)
>>>>>Ping
>>>>> timeout for host 6, do invstigation
>>>>> 2013-04-07 00:32:51,465 DEBUG [cloud.host.Status] (Thread-11:null)
>>>>>Ping
>>>>> timeout for host 5, do invstigation
>>>>> 2013-04-07 00:32:51,465 INFO  [agent.manager.AgentManagerImpl]
>>>>> (AgentTaskPool-15:null) Investigating why host 6 has disconnected 
>>>>>with
>>>>> event PingTimeout
>>>>> 2013-04-07 00:32:51,465 DEBUG [agent.manager.AgentManagerImpl]
>>>>> (AgentTaskPool-15:null) checking if agent (6) is alive
>>>>> 2013-04-07 00:32:51,467 INFO  [agent.manager.AgentManagerImpl]
>>>>> (AgentTaskPool-1:null) Investigating why host 5 has disconnected with
>>>>>event
>>>>> PingTimeout
>>>>> 2013-04-07 00:32:51,467 DEBUG [agent.manager.AgentManagerImpl]
>>>>> (AgentTaskPool-1:null) checking if agent (5) is alive
>>>>> 2013-04-07 00:32:51,469 DEBUG [agent.transport.Request]
>>>>> (AgentTaskPool-15:null) Seq 6-324993310: Sending  { Cmd , MgmtId: 1,
>>>>>via:
>>>>> 6, Ver: v1, Flags: 100011, [{"CheckHealthCommand":{"wait":50}}] }
>>>>> 2013-04-07 00:32:51,469 DEBUG [agent.transport.Request]
>>>>> (AgentTaskPool-15:null) Seq 6-324993310: Executing:  { Cmd , MgmtId:
>>>>>1,
>>>>> via: 6, Ver: v1, Flags: 100011, [{"CheckHealthCommand":{"wait":50}}] 
>>>>>}
>>>>> 2013-04-07 00:32:51,469 DEBUG [agent.manager.DirectAgentAttache]
>>>>> (DirectAgent-335:null) Seq 6-324993310: Executing request
>>>>> 2013-04-07 00:32:51,473 DEBUG [agent.transport.Request]
>>>>> (AgentTaskPool-1:null) Seq 5-614334814: Sending  { Cmd , MgmtId: 1,
>>>>>via: 5,
>>>>> Ver: v1, Flags: 100011, [{"CheckHealthCommand":{"wait":50}}] }
>>>>> 2013-04-07 00:32:51,473 DEBUG [agent.transport.Request]
>>>>> (AgentTaskPool-1:null) Seq 5-614334814: Executing:  { Cmd , MgmtId: 
>>>>>1,
>>>>>via:
>>>>> 5, Ver: v1, Flags: 100011, [{"CheckHealthCommand":{"wait":50}}] }
>>>>> 2013-04-07 00:32:51,473 DEBUG [agent.manager.DirectAgentAttache]
>>>>> (DirectAgent-30:null) Seq 5-614334814: Executing request
>>>>> 2013-04-07 00:32:51,536 DEBUG [agent.manager.DirectAgentAttache]
>>>>> (DirectAgent-335:null) Seq 6-324993310: Response Received:
>>>>> 2013-04-07 00:32:51,536 DEBUG [agent.manager.DirectAgentAttache]
>>>>> (DirectAgent-30:null) Seq 5-614334814: Response Received:
>>>>> 2013-04-07 00:32:51,536 DEBUG [agent.transport.Request]
>>>>> (DirectAgent-30:null) Seq 5-614334814: Processing:  { Ans: , MgmtId:
>>>>>1,
>>>>> via: 5, Ver: v1, Flags: 10,
>>>>> [{"CheckHealthAnswer":{"result":true,"details":"resource is
>>>>> alive","wait":0}}] }
>>>>> 2013-04-07 00:32:51,536 DEBUG [agent.transport.Request]
>>>>> (DirectAgent-335:null) Seq 6-324993310: Processing:  { Ans: , MgmtId:
>>>>>1,
>>>>> via: 6, Ver: v1, Flags: 10,
>>>>> [{"CheckHealthAnswer":{"result":true,"details":"resource is
>>>>> alive","wait":0}}] }
>>>>> 2013-04-07 00:32:51,536 DEBUG [agent.transport.Request]
>>>>> (AgentTaskPool-1:null) Seq 5-614334814: Received:  { Ans: , MgmtId: 
>>>>>1,
>>>>>via:
>>>>> 5, Ver: v1, Flags: 10, { CheckHealthAnswer } }
>>>>> 2013-04-07 00:32:51,536 DEBUG [agent.transport.Request]
>>>>> (AgentTaskPool-15:null) Seq 6-324993310: Received:  { Ans: , MgmtId:
>>>>>1,
>>>>> via: 6, Ver: v1, Flags: 10, { CheckHealthAnswer } }
>>>>> 2013-04-07 00:32:51,536 DEBUG [agent.manager.AgentManagerImpl]
>>>>> (AgentTaskPool-1:null) Details from executing class
>>>>> com.cloud.agent.api.CheckHealthCommand: resource is alive
>>>>> 2013-04-07 00:32:51,536 DEBUG [agent.manager.AgentManagerImpl]
>>>>> (AgentTaskPool-1:null) agent (5) responded to checkHeathCommand,
>>>>>reporting
>>>>> that agent is Up
>>>>> 2013-04-07 00:32:51,536 DEBUG [agent.manager.AgentManagerImpl]
>>>>> (AgentTaskPool-15:null) Details from executing class
>>>>> com.cloud.agent.api.CheckHealthCommand: resource is alive
>>>>> 2013-04-07 00:32:51,536 INFO  [agent.manager.AgentManagerImpl]
>>>>> (AgentTaskPool-1:null) The state determined is Up
>>>>> 2013-04-07 00:32:51,536 INFO  [agent.manager.AgentManagerImpl]
>>>>> (AgentTaskPool-1:null) Agent is determined to be up and running
>>>>> 2013-04-07 00:32:51,536 DEBUG [agent.manager.AgentManagerImpl]
>>>>> (AgentTaskPool-15:null) agent (6) responded to checkHeathCommand,
>>>>>reporting
>>>>> that agent is Up
>>>>> 2013-04-07 00:32:51,536 DEBUG [cloud.host.Status]
>>>>>(AgentTaskPool-1:null)
>>>>> Transition:[Resource state = Enabled, Agent event = Ping, Host id = 
>>>>>5,
>>>>>name
>>>>> = Tut-XenServer2]
>>>>> 2013-04-07 00:32:51,536 INFO  [agent.manager.AgentManagerImpl]
>>>>> (AgentTaskPool-15:null) The state determined is Up
>>>>> 2013-04-07 00:32:51,537 INFO  [agent.manager.AgentManagerImpl]
>>>>> (AgentTaskPool-15:null) Agent is determined to be up and running
>>>>> 2013-04-07 00:32:51,540 DEBUG [cloud.host.Status]
>>>>>(AgentTaskPool-1:null)
>>>>> Agent status update: [id = 5; name = Tut-XenServer2; old status = Up;
>>>>>event
>>>>> = Ping; new status = Up; old update count = 146; new update count =
>>>>>147]
>>>>> 2013-04-07 00:32:51,540 DEBUG [cloud.host.Status]
>>>>>(AgentTaskPool-15:null)
>>>>> Transition:[Resource state = Enabled, Agent event = Ping, Host id = 
>>>>>6,
>>>>>name
>>>>> = Tut-XenServer]
>>>>> 2013-04-07 00:32:51,542 DEBUG [cloud.host.Status]
>>>>>(AgentTaskPool-15:null)
>>>>> Agent status update: [id = 6; name = Tut-XenServer; old status = Up;
>>>>>event
>>>>> = Ping; new status = Up; old update count = 309; new update count =
>>>>>310]
>>>>> 2013-04-07 00:33:04,820 DEBUG [agent.manager.DirectAgentAttache]
>>>>> (DirectAgent-422:null) Ping from 6
>>>>> 2013-04-07 00:33:06,176 DEBUG [agent.manager.DirectAgentAttache]
>>>>> (DirectAgent-135:null) Ping from 5
>>>>> 2013-04-07 00:33:06,909 DEBUG [agent.manager.DirectAgentAttache]
>>>>> (DirectAgent-152:null) Seq 6-324993028: Executing request
>>>>> 2013-04-07 00:33:07,151 DEBUG [agent.manager.DirectAgentAttache]
>>>>> (DirectAgent-152:null) Seq 6-324993028: Response Received:
>>>>> 2013-04-07 00:33:07,151 DEBUG [agent.transport.Request]
>>>>> (DirectAgent-152:null) Seq 6-324993028: Processing:  { Ans: , MgmtId:
>>>>>1,
>>>>> via: 6, Ver: v1, Flags: 10,
>>>>>
>>>>>[{"ClusterSyncAnswer":{"_clusterId":2,"_newStates":{},"_isExecuted":fa
>>>>>l
>>>>>s
>>>>>e
>>>>>,"result":true,"wait":0}}]
>>>>> }
>>>>> 2013-04-07 00:33:11,022 DEBUG [agent.manager.DirectAgentAttache]
>>>>> (DirectAgent-50:null) Seq 5-614334468: Executing request
>>>>> 2013-04-07 00:33:11,169 DEBUG [agent.manager.DirectAgentAttache]
>>>>> (DirectAgent-50:null) Seq 5-614334468: Response Received:
>>>>> 2013-04-07 00:33:11,169 DEBUG [agent.transport.Request]
>>>>> (DirectAgent-50:null) Seq 5-614334468: Processing:  { Ans: , MgmtId:
>>>>>1,
>>>>> via: 5, Ver: v1, Flags: 10, [{"Answer":{"result":true,"wait":0}}] }
>>>>> 2013-04-07 00:33:20,451 DEBUG
>>>>> [storage.secondary.SecondaryStorageManagerImpl] (secstorage-1:null)
>>>>>Zone 1
>>>>> is ready to launch secondary storage VM
>>>>> 2013-04-07 00:33:20,553 DEBUG
>>>>>[cloud.consoleproxy.ConsoleProxyManagerImpl]
>>>>> (consoleproxy-1:null) Zone 1 is ready to launch console proxy
>>>>> 2013-04-07 00:33:20,819 DEBUG
>>>>> [network.router.VirtualNetworkApplianceManagerImpl]
>>>>> (RouterStatusMonitor-1:null) Found 0 routers to update status.
>>>>> 2013-04-07 00:33:20,820 DEBUG
>>>>> [network.router.VirtualNetworkApplianceManagerImpl]
>>>>> (RouterStatusMonitor-1:null) Found 0 networks to update RvR status.
>>>>> 2013-04-07 00:33:20,851 DEBUG
>>>>> [network.router.VirtualNetworkApplianceManagerImpl]
>>>>> (RouterStatusMonitor-1:null) Found 0 routers to update status.
>>>>> 2013-04-07 00:33:20,852 DEBUG
>>>>> [network.router.VirtualNetworkApplianceManagerImpl]
>>>>> (RouterStatusMonitor-1:null) Found 0 networks to update RvR status.
>>>>> 2013-04-07 00:33:20,921 DEBUG [cloud.alert.AlertManagerImpl]
>>>>> (CapacityChecker:null) Running Capacity Checker ...
>>>>> 2013-04-07 00:33:20,921 DEBUG [cloud.alert.AlertManagerImpl]
>>>>> (CapacityChecker:null) recalculating system capacity
>>>>> 2013-04-07 00:33:20,921 DEBUG [cloud.alert.AlertManagerImpl]
>>>>> (CapacityChecker:null) Executing cpu/ram capacity update
>>>>> 2013-04-07 00:33:20,929 DEBUG [cloud.capacity.CapacityManagerImpl]
>>>>> (CapacityChecker:null) Found 2 VMs on host 1
>>>>> 2013-04-07 00:33:20,931 DEBUG [cloud.capacity.CapacityManagerImpl]
>>>>> (CapacityChecker:null) Found 0 VM, not running on host 1
>>>>> 2013-04-07 00:33:20,933 DEBUG [cloud.capacity.CapacityManagerImpl]
>>>>> (CapacityChecker:null) No need to calibrate cpu capacity, host:1
>>>>>usedCpu:
>>>>> 200 reservedCpu: 0
>>>>> 2013-04-07 00:33:20,933 DEBUG [cloud.capacity.CapacityManagerImpl]
>>>>> (CapacityChecker:null) No need to calibrate memory capacity, host:1
>>>>> usedMem: 209715200 reservedMem: 0
>>>>> 2013-04-07 00:33:20,939 DEBUG [cloud.capacity.CapacityManagerImpl]
>>>>> (CapacityChecker:null) Found 1 VMs on host 5
>>>>> 2013-04-07 00:33:20,940 DEBUG [cloud.capacity.CapacityManagerImpl]
>>>>> (CapacityChecker:null) Found 0 VM, not running on host 5
>>>>> 2013-04-07 00:33:20,942 DEBUG [cloud.capacity.CapacityManagerImpl]
>>>>> (CapacityChecker:null) No need to calibrate cpu capacity, host:5
>>>>>usedCpu:
>>>>> 100 reservedCpu: 0
>>>>> 2013-04-07 00:33:20,942 DEBUG [cloud.capacity.CapacityManagerImpl]
>>>>> (CapacityChecker:null) No need to calibrate memory capacity, host:5
>>>>> usedMem: 1073741824 reservedMem: 0
>>>>> 2013-04-07 00:33:20,948 DEBUG [cloud.capacity.CapacityManagerImpl]
>>>>> (CapacityChecker:null) Found 2 VMs on host 6
>>>>> 2013-04-07 00:33:20,949 DEBUG [cloud.capacity.CapacityManagerImpl]
>>>>> (CapacityChecker:null) Found 0 VM, not running on host 6
>>>>> 2013-04-07 00:33:20,951 DEBUG [cloud.capacity.CapacityManagerImpl]
>>>>> (CapacityChecker:null) No need to calibrate cpu capacity, host:6
>>>>>usedCpu:
>>>>> 200 reservedCpu: 0
>>>>> 2013-04-07 00:33:20,951 DEBUG [cloud.capacity.CapacityManagerImpl]
>>>>> (CapacityChecker:null) No need to calibrate memory capacity, host:6
>>>>> usedMem: 1178599424 reservedMem: 0
>>>>> 2013-04-07 00:33:20,951 DEBUG [cloud.alert.AlertManagerImpl]
>>>>> (CapacityChecker:null) Done executing cpu/ram capacity update
>>>>> 2013-04-07 00:33:20,951 DEBUG [cloud.alert.AlertManagerImpl]
>>>>> (CapacityChecker:null) Executing storage capacity update
>>>>> 2013-04-07 00:33:20,956 DEBUG [cloud.storage.StorageManagerImpl]
>>>>> (CapacityChecker:null) Successfully set Capacity - 31004332032 for
>>>>>capacity
>>>>> type - 9 , DataCenterId - 1, HostOrPoolId - 200, PodId 1
>>>>> 2013-04-07 00:33:20,959 DEBUG [cloud.storage.StorageManagerImpl]
>>>>> (CapacityChecker:null) Successfully set Capacity - 97221701632 for
>>>>>capacity
>>>>> type - 9 , DataCenterId - 1, HostOrPoolId - 201, PodId 1
>>>>> 2013-04-07 00:33:20,963 DEBUG [cloud.storage.StorageManagerImpl]
>>>>> (CapacityChecker:null) Successfully set Capacity - 97221701632 for
>>>>>capacity
>>>>> type - 9 , DataCenterId - 1, HostOrPoolId - 202, PodId 1
>>>>> 2013-04-07 00:33:20,967 DEBUG [cloud.storage.StorageManagerImpl]
>>>>> (CapacityChecker:null) Successfully set Capacity - 2084569088 for
>>>>>capacity
>>>>> type - 3 , DataCenterId - 1, HostOrPoolId - 256, PodId 1
>>>>> 2013-04-07 00:33:20,971 DEBUG [cloud.storage.StorageManagerImpl]
>>>>> (CapacityChecker:null) Successfully set Capacity - 2084569088 for
>>>>>capacity
>>>>> type - 3 , DataCenterId - 1, HostOrPoolId - 257, PodId 1
>>>>> 2013-04-07 00:33:20,975 DEBUG [cloud.storage.StorageManagerImpl]
>>>>> (CapacityChecker:null) Successfully set Capacity - 2084569088 for
>>>>>capacity
>>>>> type - 3 , DataCenterId - 1, HostOrPoolId - 262, PodId 1
>>>>> 2013-04-07 00:33:20,975 DEBUG [cloud.alert.AlertManagerImpl]
>>>>> (CapacityChecker:null) Done executing storage capacity update
>>>>> 2013-04-07 00:33:20,975 DEBUG [cloud.alert.AlertManagerImpl]
>>>>> (CapacityChecker:null) Executing capacity updates for public ip and
>>>>>Vlans
>>>>> 2013-04-07 00:33:20,983 DEBUG [cloud.alert.AlertManagerImpl]
>>>>> (CapacityChecker:null) Done capacity updates for public ip and Vlans
>>>>> 2013-04-07 00:33:20,983 DEBUG [cloud.alert.AlertManagerImpl]
>>>>> (CapacityChecker:null) Executing capacity updates for private ip
>>>>> 2013-04-07 00:33:20,990 DEBUG [cloud.alert.AlertManagerImpl]
>>>>> (CapacityChecker:null) Done executing capacity updates for private ip
>>>>> 2013-04-07 00:33:20,990 DEBUG [cloud.alert.AlertManagerImpl]
>>>>> (CapacityChecker:null) Done recalculating system capacity
>>>>> 2013-04-07 00:33:21,012 DEBUG [cloud.alert.AlertManagerImpl]
>>>>> (CapacityChecker:null) Done running Capacity Checker ...
>>>>> 2013-04-07 00:33:24,891 DEBUG [agent.manager.AgentManagerImpl]
>>>>> (AgentManager-Handler-13:null) Ping from 4
>>>>> 2013-04-07 00:33:27,159 DEBUG [agent.manager.DirectAgentAttache]
>>>>> (DirectAgent-459:null) Ping from 1
>>>>> 2013-04-07 00:33:29,095 DEBUG [agent.manager.DirectAgentAttache]
>>>>> (DirectAgent-457:null) Seq 1-90046472: Executing request
>>>>> 2013-04-07 00:33:29,329 DEBUG [agent.manager.DirectAgentAttache]
>>>>> (DirectAgent-457:null) Seq 1-90046472: Response Received:
>>>>> 2013-04-07 00:33:29,330 DEBUG [agent.transport.Request]
>>>>> (DirectAgent-457:null) Seq 1-90046472: Processing:  { Ans: , MgmtId:
>>>>>1,
>>>>> via: 1, Ver: v1, Flags: 10,
>>>>>
>>>>>[{"ClusterSyncAnswer":{"_clusterId":1,"_newStates":{},"_isExecuted":fa
>>>>>l
>>>>>s
>>>>>e
>>>>>,"result":true,"wait":0}}]
>>>>> }
>>>>> 2013-04-07 00:33:33,192 DEBUG [cloud.api.ApiServlet]
>>>>> (1161145101@qtp-1008805148-33:null) ===START===  127.0.0.1 -- GET
>>>>>
>>>>>command=listVirtualMachines&response=json&sessionkey=Z6QqzU0Fq1iT13bMg
>>>>>n
>>>>>R
>>>>>R
>>>>>fl8GoVA%3D&listAll=true&page=1&pagesize=20&_=1365316413189
>>>>> 2013-04-07 00:33:33,210 DEBUG [cloud.api.ApiServlet]
>>>>> (1161145101@qtp-1008805148-33:null) ===END===  127.0.0.1 -- GET
>>>>>
>>>>>command=listVirtualMachines&response=json&sessionkey=Z6QqzU0Fq1iT13bMg
>>>>>n
>>>>>R
>>>>>R
>>>>>fl8GoVA%3D&listAll=true&page=1&pagesize=20&_=1365316413189
>>>>> 2013-04-07 00:33:35,033 DEBUG [cloud.api.ApiServlet]
>>>>> (1161145101@qtp-1008805148-33:null) ===START===  127.0.0.1 -- GET
>>>>>
>>>>>command=listZones&available=true&response=json&sessionkey=Z6QqzU0Fq1iT
>>>>>1
>>>>>3
>>>>>b
>>>>>MgnRRfl8GoVA%3D&_=1365316415031
>>>>> 2013-04-07 00:33:35,040 DEBUG [cloud.api.ApiServlet]
>>>>> (1161145101@qtp-1008805148-33:null) ===END===  127.0.0.1 -- GET
>>>>>
>>>>>command=listZones&available=true&response=json&sessionkey=Z6QqzU0Fq1iT
>>>>>1
>>>>>3
>>>>>b
>>>>>MgnRRfl8GoVA%3D&_=1365316415031
>>>>> 2013-04-07 00:33:36,745 DEBUG [cloud.api.ApiServlet]
>>>>> (1161145101@qtp-1008805148-33:null) ===START===  127.0.0.1 -- GET
>>>>>
>>>>>command=listHypervisors&zoneid=3a62dec3-cf95-4ba2-9af0-af2190af35e3&re
>>>>>s
>>>>>p
>>>>>o
>>>>>nse=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316416743
>>>>> 2013-04-07 00:33:36,753 DEBUG [cloud.api.ApiServlet]
>>>>> (1161145101@qtp-1008805148-33:null) ===END===  127.0.0.1 -- GET
>>>>>
>>>>>command=listHypervisors&zoneid=3a62dec3-cf95-4ba2-9af0-af2190af35e3&re
>>>>>s
>>>>>p
>>>>>o
>>>>>nse=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316416743
>>>>> 2013-04-07 00:33:36,756 DEBUG [cloud.api.ApiServlet]
>>>>> (1161145101@qtp-1008805148-33:null) ===START===  127.0.0.1 -- GET
>>>>>
>>>>>command=listTemplates&templatefilter=featured&zoneid=3a62dec3-cf95-4ba
>>>>>2
>>>>>-
>>>>>9
>>>>>af0-af2190af35e3&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%
>>>>>3
>>>>>D
>>>>>&
>>>>>_=1365316416754
>>>>> 2013-04-07 00:33:36,781 DEBUG [cloud.api.ApiServlet]
>>>>> (1161145101@qtp-1008805148-33:null) ===END===  127.0.0.1 -- GET
>>>>>
>>>>>command=listTemplates&templatefilter=featured&zoneid=3a62dec3-cf95-4ba
>>>>>2
>>>>>-
>>>>>9
>>>>>af0-af2190af35e3&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%
>>>>>3
>>>>>D
>>>>>&
>>>>>_=1365316416754
>>>>> 2013-04-07 00:33:36,784 DEBUG [cloud.api.ApiServlet]
>>>>> (1161145101@qtp-1008805148-33:null) ===START===  127.0.0.1 -- GET
>>>>>
>>>>>command=listTemplates&templatefilter=community&zoneid=3a62dec3-cf95-4b
>>>>>a
>>>>>2
>>>>>-
>>>>>9af0-af2190af35e3&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA
>>>>>%
>>>>>3
>>>>>D
>>>>>&_=1365316416782
>>>>> 2013-04-07 00:33:36,812 DEBUG [cloud.api.ApiServlet]
>>>>> (1161145101@qtp-1008805148-33:null) ===END===  127.0.0.1 -- GET
>>>>>
>>>>>command=listTemplates&templatefilter=community&zoneid=3a62dec3-cf95-4b
>>>>>a
>>>>>2
>>>>>-
>>>>>9af0-af2190af35e3&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA
>>>>>%
>>>>>3
>>>>>D
>>>>>&_=1365316416782
>>>>> 2013-04-07 00:33:36,815 DEBUG [cloud.api.ApiServlet]
>>>>> (1161145101@qtp-1008805148-33:null) ===START===  127.0.0.1 -- GET
>>>>>
>>>>>command=listTemplates&templatefilter=selfexecutable&zoneid=3a62dec3-cf
>>>>>9
>>>>>5
>>>>>-
>>>>>4ba2-9af0-af2190af35e3&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl
>>>>>8
>>>>>G
>>>>>o
>>>>>VA%3D&_=1365316416813
>>>>> 2013-04-07 00:33:36,829 DEBUG [cloud.api.ApiServlet]
>>>>> (1161145101@qtp-1008805148-33:null) ===END===  127.0.0.1 -- GET
>>>>>
>>>>>command=listTemplates&templatefilter=selfexecutable&zoneid=3a62dec3-cf
>>>>>9
>>>>>5
>>>>>-
>>>>>4ba2-9af0-af2190af35e3&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl
>>>>>8
>>>>>G
>>>>>o
>>>>>VA%3D&_=1365316416813
>>>>> 2013-04-07 00:33:37,503 DEBUG [cloud.api.ApiServlet]
>>>>> (1161145101@qtp-1008805148-33:null) ===START===  127.0.0.1 -- GET
>>>>>
>>>>>command=listServiceOfferings&issystem=false&response=json&sessionkey=Z
>>>>>6
>>>>>Q
>>>>>q
>>>>>zU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316417501
>>>>> 2013-04-07 00:33:37,514 DEBUG [cloud.api.ApiServlet]
>>>>> (1161145101@qtp-1008805148-33:null) ===END===  127.0.0.1 -- GET
>>>>>
>>>>>command=listServiceOfferings&issystem=false&response=json&sessionkey=Z
>>>>>6
>>>>>Q
>>>>>q
>>>>>zU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316417501
>>>>> 2013-04-07 00:33:41,151 DEBUG [cloud.api.ApiServlet]
>>>>> (1161145101@qtp-1008805148-33:null) ===START===  127.0.0.1 -- GET
>>>>>
>>>>>command=listDiskOfferings&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnR
>>>>>R
>>>>>f
>>>>>l
>>>>>8GoVA%3D&_=1365316421149
>>>>> 2013-04-07 00:33:41,162 DEBUG [cloud.api.ApiServlet]
>>>>> (1161145101@qtp-1008805148-33:null) ===END===  127.0.0.1 -- GET
>>>>>
>>>>>command=listDiskOfferings&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnR
>>>>>R
>>>>>f
>>>>>l
>>>>>8GoVA%3D&_=1365316421149
>>>>> 2013-04-07 00:33:41,970 DEBUG [cloud.api.ApiServlet]
>>>>> (1161145101@qtp-1008805148-33:null) ===START===  127.0.0.1 -- GET
>>>>>
>>>>>command=listNetworks&trafficType=Guest&zoneId=3a62dec3-cf95-4ba2-9af0-
>>>>>a
>>>>>f
>>>>>2
>>>>>190af35e3&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=13
>>>>>6
>>>>>5
>>>>>3
>>>>>16421968
>>>>> 2013-04-07 00:33:41,994 DEBUG [cloud.api.ApiServlet]
>>>>> (1161145101@qtp-1008805148-33:null) ===END===  127.0.0.1 -- GET
>>>>>
>>>>>command=listNetworks&trafficType=Guest&zoneId=3a62dec3-cf95-4ba2-9af0-
>>>>>a
>>>>>f
>>>>>2
>>>>>190af35e3&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=13
>>>>>6
>>>>>5
>>>>>3
>>>>>16421968
>>>>> 2013-04-07 00:33:41,997 DEBUG [cloud.api.ApiServlet]
>>>>> (1161145101@qtp-1008805148-33:null) ===START===  127.0.0.1 -- GET
>>>>>
>>>>>command=listSecurityGroups&response=json&sessionkey=Z6QqzU0Fq1iT13bMgn
>>>>>R
>>>>>R
>>>>>f
>>>>>l8GoVA%3D&domainid=e4ec5ddc-9e1c-11e2-a770-6e70e42a2333&account=admin&
>>>>>_
>>>>>=
>>>>>1
>>>>>365316421995
>>>>> 2013-04-07 00:33:42,003 DEBUG [cloud.user.AccountManagerImpl]
>>>>> (1161145101@qtp-1008805148-33:null) Access granted to Acct[2-admin] 
>>>>>to
>>>>> Domain:1/ by DomainChecker
>>>>> 2013-04-07 00:33:42,009 DEBUG [cloud.api.ApiServlet]
>>>>> (1161145101@qtp-1008805148-33:null) ===END===  127.0.0.1 -- GET
>>>>>
>>>>>command=listSecurityGroups&response=json&sessionkey=Z6QqzU0Fq1iT13bMgn
>>>>>R
>>>>>R
>>>>>f
>>>>>l8GoVA%3D&domainid=e4ec5ddc-9e1c-11e2-a770-6e70e42a2333&account=admin&
>>>>>_
>>>>>=
>>>>>1
>>>>>365316421995
>>>>> 2013-04-07 00:33:44,477 DEBUG [cloud.api.ApiServlet]
>>>>> (1161145101@qtp-1008805148-33:null) ===START===  127.0.0.1 -- GET
>>>>>
>>>>>command=deployVirtualMachine&zoneId=3a62dec3-cf95-4ba2-9af0-af2190af35
>>>>>e
>>>>>3
>>>>>&
>>>>>templateId=e4a7df4a-9e1c-11e2-a770-6e70e42a2333&hypervisor=XenServer&s
>>>>>e
>>>>>r
>>>>>v
>>>>>iceOfferingId=9c1e08a2-2dfe-4fa8-aea9-3e4955a69cc2&response=json&sessi
>>>>>o
>>>>>n
>>>>>k
>>>>>ey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316424475
>>>>> 2013-04-07 00:33:44,484 DEBUG [cloud.api.ApiDispatcher]
>>>>> (1161145101@qtp-1008805148-33:null) InfrastructureEntity name
>>>>> is:com.cloud.offering.ServiceOffering
>>>>> 2013-04-07 00:33:44,486 DEBUG [cloud.api.ApiDispatcher]
>>>>> (1161145101@qtp-1008805148-33:null) ControlledEntity name
>>>>> is:com.cloud.template.VirtualMachineTemplate
>>>>> 2013-04-07 00:33:44,510 DEBUG [cloud.vm.UserVmManagerImpl]
>>>>> (1161145101@qtp-1008805148-33:null) Allocating in the DB for vm
>>>>> 2013-04-07 00:33:44,523 DEBUG [cloud.vm.VirtualMachineManagerImpl]
>>>>> (1161145101@qtp-1008805148-33:null) Allocating entries for VM:
>>>>> VM[User|a30b991d-1c38-4bae-803f-ab3be57a384f]
>>>>> 2013-04-07 00:33:44,523 DEBUG [cloud.vm.VirtualMachineManagerImpl]
>>>>> (1161145101@qtp-1008805148-33:null) Allocating nics for
>>>>> VM[User|a30b991d-1c38-4bae-803f-ab3be57a384f]
>>>>> 2013-04-07 00:33:44,524 DEBUG [cloud.network.NetworkManagerImpl]
>>>>> (1161145101@qtp-1008805148-33:null) Allocating nic for vm
>>>>> VM[User|a30b991d-1c38-4bae-803f-ab3be57a384f] in network
>>>>>Ntwk[204|Guest|6]
>>>>> with requested profile NicProfile[0-0-null-null-null
>>>>> 2013-04-07 00:33:44,531 DEBUG [cloud.vm.VirtualMachineManagerImpl]
>>>>> (1161145101@qtp-1008805148-33:null) Allocaing disks for
>>>>> VM[User|a30b991d-1c38-4bae-803f-ab3be57a384f]
>>>>> 2013-04-07 00:33:44,538 DEBUG [cloud.vm.VirtualMachineManagerImpl]
>>>>> (1161145101@qtp-1008805148-33:null) Allocation completed for VM:
>>>>> VM[User|a30b991d-1c38-4bae-803f-ab3be57a384f]
>>>>> 2013-04-07 00:33:44,538 DEBUG [cloud.vm.UserVmManagerImpl]
>>>>> (1161145101@qtp-1008805148-33:null) Successfully allocated DB entry
>>>>>for
>>>>> VM[User|a30b991d-1c38-4bae-803f-ab3be57a384f]
>>>>> 2013-04-07 00:33:44,571 DEBUG [cloud.async.AsyncJobManagerImpl]
>>>>> (1161145101@qtp-1008805148-33:null) submit async job-44, details:
>>>>> AsyncJobVO {id:44, userId: 2, accountId: 2, sessionKey: null,
>>>>>instanceType:
>>>>> null, instanceId: 14, cmd:
>>>>> org.apache.cloudstack.api.command.user.vm.DeployVMCmd, cmdOriginator:
>>>>>null,
>>>>> cmdInfo:
>>>>>
>>>>>{"id":"14","templateId":"e4a7df4a-9e1c-11e2-a770-6e70e42a2333","respon
>>>>>s
>>>>>e
>>>>>"
>>>>>:"json","sessionkey":"Z6QqzU0Fq1iT13bMgnRRfl8GoVA\u003d","ctxUserId":"
>>>>>2
>>>>>"
>>>>>,
>>>>>"hypervisor":"XenServer","serviceOfferingId":"9c1e08a2-2dfe-4fa8-aea9-
>>>>>3
>>>>>e
>>>>>4
>>>>>955a69cc2","_":"1365316424475","ctxAccountId":"2","ctxStartEventId":"4
>>>>>9
>>>>>"
>>>>>,
>>>>>"zoneId":"3a62dec3-cf95-4ba2-9af0-af2190af35e3"},
>>>>> cmdVersion: 0, callbackType: 0, callbackAddress: null, status: 0,
>>>>> processStatus: 0, resultCode: 0, result: null, initMsid: 1,
>>>>>completeMsid:
>>>>> null, lastUpdated: null, lastPolled: null, created: null}
>>>>> 2013-04-07 00:33:44,572 DEBUG [cloud.async.AsyncJobManagerImpl]
>>>>> (Job-Executor-37:job-44) Executing
>>>>> org.apache.cloudstack.api.command.user.vm.DeployVMCmd for job-44
>>>>> 2013-04-07 00:33:44,573 DEBUG [cloud.api.ApiServlet]
>>>>> (1161145101@qtp-1008805148-33:null) ===END===  127.0.0.1 -- GET
>>>>>
>>>>>command=deployVirtualMachine&zoneId=3a62dec3-cf95-4ba2-9af0-af2190af35
>>>>>e
>>>>>3
>>>>>&
>>>>>templateId=e4a7df4a-9e1c-11e2-a770-6e70e42a2333&hypervisor=XenServer&s
>>>>>e
>>>>>r
>>>>>v
>>>>>iceOfferingId=9c1e08a2-2dfe-4fa8-aea9-3e4955a69cc2&response=json&sessi
>>>>>o
>>>>>n
>>>>>k
>>>>>ey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316424475
>>>>> 2013-04-07 00:33:44,578 DEBUG [cloud.api.ApiDispatcher]
>>>>> (Job-Executor-37:job-44) InfrastructureEntity name
>>>>> is:com.cloud.offering.ServiceOffering
>>>>> 2013-04-07 00:33:44,581 DEBUG [cloud.api.ApiDispatcher]
>>>>> (Job-Executor-37:job-44) ControlledEntity name
>>>>> is:com.cloud.template.VirtualMachineTemplate
>>>>> 2013-04-07 00:33:44,624 DEBUG [cloud.deploy.FirstFitPlanner]
>>>>> (Job-Executor-37:job-44) DeploymentPlanner allocation algorithm:
>>>>>random
>>>>> 2013-04-07 00:33:44,624 DEBUG [cloud.deploy.FirstFitPlanner]
>>>>> (Job-Executor-37:job-44) Trying to allocate a host and storage pools
>>>>>from
>>>>> dc:1, pod:null,cluster:null, requested cpu: 100, requested ram:
>>>>>1073741824
>>>>> 2013-04-07 00:33:44,624 DEBUG [cloud.deploy.FirstFitPlanner]
>>>>> (Job-Executor-37:job-44) Is ROOT volume READY (pool already
>>>>>allocated)?: No
>>>>> 2013-04-07 00:33:44,624 DEBUG [cloud.deploy.FirstFitPlanner]
>>>>> (Job-Executor-37:job-44) Searching all possible resources under this
>>>>>Zone: 1
>>>>> 2013-04-07 00:33:44,625 DEBUG [cloud.deploy.FirstFitPlanner]
>>>>> (Job-Executor-37:job-44) Listing clusters in order of aggregate
>>>>>capacity,
>>>>> that have (atleast one host with) enough CPU and RAM capacity under
>>>>>this
>>>>> Zone: 1
>>>>> 2013-04-07 00:33:44,626 DEBUG [cloud.deploy.FirstFitPlanner]
>>>>> (Job-Executor-37:job-44) CPUOverprovisioningFactor considered: 1.0
>>>>> 2013-04-07 00:33:44,638 DEBUG [cloud.deploy.FirstFitPlanner]
>>>>> (Job-Executor-37:job-44) Cannot allocate cluster list [1, 2] for vm
>>>>> creation since their allocated percentage crosses the disable 
>>>>>capacity
>>>>> threshold: 0.85 for capacity Type : 0, skipping these clusters
>>>>> 2013-04-07 00:33:44,639 DEBUG [cloud.deploy.FirstFitPlanner]
>>>>> (Job-Executor-37:job-44) Could not find suitable Deployment
>>>>>Destination
>>>>>for
>>>>> this VM under any clusters, returning.
>>>>> 2013-04-07 00:33:44,641 DEBUG [cloud.vm.UserVmManagerImpl]
>>>>> (Job-Executor-37:job-44) Destroying vm
>>>>> VM[User|a30b991d-1c38-4bae-803f-ab3be57a384f] as it failed to create
>>>>>on
>>>>> Host with Id:null
>>>>> 2013-04-07 00:33:44,646 DEBUG [cloud.capacity.CapacityManagerImpl]
>>>>> (Job-Executor-37:job-44) VM state transitted from :Stopped to Error
>>>>>with
>>>>> event: OperationFailedToErrorvm's original host id: null new host id:
>>>>>null
>>>>> host id before state transition: null
>>>>> 2013-04-07 00:33:44,672 INFO  [user.vm.DeployVMCmd]
>>>>> (Job-Executor-37:job-44)
>>>>> com.cloud.exception.InsufficientServerCapacityException: Unable to
>>>>>create a
>>>>> deployment for
>>>>>VM[User|a30b991d-1c38-4bae-803f-ab3be57a384f]Scope=interface
>>>>> com.cloud.dc.DataCenter; id=1
>>>>> 2013-04-07 00:33:44,672 INFO  [user.vm.DeployVMCmd]
>>>>> (Job-Executor-37:job-44) Unable to create a deployment for
>>>>> VM[User|a30b991d-1c38-4bae-803f-ab3be57a384f]
>>>>> com.cloud.exception.InsufficientServerCapacityException: Unable to
>>>>>create
>>>>> a deployment for
>>>>> VM[User|a30b991d-1c38-4bae-803f-ab3be57a384f]Scope=interface
>>>>> com.cloud.dc.DataCenter; id=1
>>>>>  at
>>>>>
>>>>>org.apache.cloudstack.engine.cloud.entity.api.VMEntityManagerImpl.rese
>>>>>r
>>>>>v
>>>>>e
>>>>>VirtualMachine(VMEntityManagerImpl.java:186)
>>>>> at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
>>>>>  at
>>>>>
>>>>>sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.j
>>>>>a
>>>>>v
>>>>>a
>>>>>:39)
>>>>> at
>>>>>
>>>>>sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccess
>>>>>o
>>>>>r
>>>>>I
>>>>>mpl.java:25)
>>>>>  at java.lang.reflect.Method.invoke(Method.java:597)
>>>>> at
>>>>>
>>>>>org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflectio
>>>>>n
>>>>>(
>>>>>A
>>>>>opUtils.java:319)
>>>>>  at
>>>>>
>>>>>org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoi
>>>>>n
>>>>>p
>>>>>o
>>>>>int(ReflectiveMethodInvocation.java:183)
>>>>> at
>>>>>
>>>>>org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(R
>>>>>e
>>>>>f
>>>>>l
>>>>>ectiveMethodInvocation.java:150)
>>>>>  at
>>>>>
>>>>>org.springframework.aop.aspectj.MethodInvocationProceedingJoinPoint.pr
>>>>>o
>>>>>c
>>>>>e
>>>>>ed(MethodInvocationProceedingJoinPoint.java:80)
>>>>> at
>>>>>
>>>>>com.cloud.utils.db.TransactionContextBuilder.AroundAnyMethod(Transacti
>>>>>o
>>>>>n
>>>>>C
>>>>>ontextBuilder.java:37)
>>>>>  at sun.reflect.GeneratedMethodAccessor37.invoke(Unknown Source)
>>>>> at
>>>>>
>>>>>sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccess
>>>>>o
>>>>>r
>>>>>I
>>>>>mpl.java:25)
>>>>>  at java.lang.reflect.Method.invoke(Method.java:597)
>>>>> at
>>>>>
>>>>>org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMeth
>>>>>o
>>>>>d
>>>>>W
>>>>>ithGivenArgs(AbstractAspectJAdvice.java:621)
>>>>>  at
>>>>>
>>>>>org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMeth
>>>>>o
>>>>>d
>>>>>(
>>>>>AbstractAspectJAdvice.java:610)
>>>>> at
>>>>>
>>>>>org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJArou
>>>>>n
>>>>>d
>>>>>A
>>>>>dvice.java:65)
>>>>>  at
>>>>>
>>>>>org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(R
>>>>>e
>>>>>f
>>>>>l
>>>>>ectiveMethodInvocation.java:172)
>>>>> at
>>>>>
>>>>>org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke
>>>>>(
>>>>>E
>>>>>x
>>>>>poseInvocationInterceptor.java:90)
>>>>>  at
>>>>>
>>>>>org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(R
>>>>>e
>>>>>f
>>>>>l
>>>>>ectiveMethodInvocation.java:172)
>>>>> at
>>>>>
>>>>>org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamic
>>>>>A
>>>>>o
>>>>>p
>>>>>Proxy.java:202)
>>>>>  at com.sun.proxy.$Proxy297.reserveVirtualMachine(Unknown Source)
>>>>> at
>>>>>
>>>>>org.apache.cloudstack.engine.cloud.entity.api.VirtualMachineEntityImpl
>>>>>.
>>>>>r
>>>>>e
>>>>>serve(VirtualMachineEntityImpl.java:198)
>>>>>  at
>>>>>
>>>>>com.cloud.vm.UserVmManagerImpl.startVirtualMachine(UserVmManagerImpl.j
>>>>>a
>>>>>v
>>>>>a
>>>>>:3859)
>>>>> at
>>>>>
>>>>>com.cloud.vm.UserVmManagerImpl.startVirtualMachine(UserVmManagerImpl.j
>>>>>a
>>>>>v
>>>>>a
>>>>>:3458)
>>>>>  at
>>>>>
>>>>>com.cloud.vm.UserVmManagerImpl.startVirtualMachine(UserVmManagerImpl.j
>>>>>a
>>>>>v
>>>>>a
>>>>>:3444)
>>>>> at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
>>>>>  at
>>>>>
>>>>>sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.j
>>>>>a
>>>>>v
>>>>>a
>>>>>:39)
>>>>> at
>>>>>
>>>>>sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccess
>>>>>o
>>>>>r
>>>>>I
>>>>>mpl.java:25)
>>>>>  at java.lang.reflect.Method.invoke(Method.java:597)
>>>>> at
>>>>>
>>>>>org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflectio
>>>>>n
>>>>>(
>>>>>A
>>>>>opUtils.java:319)
>>>>>  at
>>>>>
>>>>>org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoi
>>>>>n
>>>>>p
>>>>>o
>>>>>int(ReflectiveMethodInvocation.java:183)
>>>>> at
>>>>>
>>>>>org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(R
>>>>>e
>>>>>f
>>>>>l
>>>>>ectiveMethodInvocation.java:150)
>>>>>  at
>>>>>
>>>>>org.springframework.aop.aspectj.MethodInvocationProceedingJoinPoint.pr
>>>>>o
>>>>>c
>>>>>e
>>>>>ed(MethodInvocationProceedingJoinPoint.java:80)
>>>>> at
>>>>>
>>>>>com.cloud.event.ActionEventInterceptor.AroundAnyMethod(ActionEventInte
>>>>>r
>>>>>c
>>>>>e
>>>>>ptor.java:53)
>>>>>  at sun.reflect.GeneratedMethodAccessor359.invoke(Unknown Source)
>>>>> at
>>>>>
>>>>>sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccess
>>>>>o
>>>>>r
>>>>>I
>>>>>mpl.java:25)
>>>>>  at java.lang.reflect.Method.invoke(Method.java:597)
>>>>> at
>>>>>
>>>>>org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMeth
>>>>>o
>>>>>d
>>>>>W
>>>>>ithGivenArgs(AbstractAspectJAdvice.java:621)
>>>>>  at
>>>>>
>>>>>org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMeth
>>>>>o
>>>>>d
>>>>>(
>>>>>AbstractAspectJAdvice.java:610)
>>>>> at
>>>>>
>>>>>org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJArou
>>>>>n
>>>>>d
>>>>>A
>>>>>dvice.java:65)
>>>>>  at
>>>>>
>>>>>org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(R
>>>>>e
>>>>>f
>>>>>l
>>>>>ectiveMethodInvocation.java:161)
>>>>> at
>>>>>
>>>>>org.springframework.aop.aspectj.MethodInvocationProceedingJoinPoint.pr
>>>>>o
>>>>>c
>>>>>e
>>>>>ed(MethodInvocationProceedingJoinPoint.java:80)
>>>>>  at
>>>>>
>>>>>com.cloud.utils.db.TransactionContextBuilder.AroundAnyMethod(Transacti
>>>>>o
>>>>>n
>>>>>C
>>>>>ontextBuilder.java:37)
>>>>> at sun.reflect.GeneratedMethodAccessor37.invoke(Unknown Source)
>>>>>  at
>>>>>
>>>>>sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccess
>>>>>o
>>>>>r
>>>>>I
>>>>>mpl.java:25)
>>>>> at java.lang.reflect.Method.invoke(Method.java:597)
>>>>>  at
>>>>>
>>>>>org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMeth
>>>>>o
>>>>>d
>>>>>W
>>>>>ithGivenArgs(AbstractAspectJAdvice.java:621)
>>>>> at
>>>>>
>>>>>org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMeth
>>>>>o
>>>>>d
>>>>>(
>>>>>AbstractAspectJAdvice.java:610)
>>>>>  at
>>>>>
>>>>>org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJArou
>>>>>n
>>>>>d
>>>>>A
>>>>>dvice.java:65)
>>>>> at
>>>>>
>>>>>org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(R
>>>>>e
>>>>>f
>>>>>l
>>>>>ectiveMethodInvocation.java:172)
>>>>>  at
>>>>>
>>>>>org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke
>>>>>(
>>>>>E
>>>>>x
>>>>>poseInvocationInterceptor.java:90)
>>>>> at
>>>>>
>>>>>org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(R
>>>>>e
>>>>>f
>>>>>l
>>>>>ectiveMethodInvocation.java:172)
>>>>>  at
>>>>>
>>>>>org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamic
>>>>>A
>>>>>o
>>>>>p
>>>>>Proxy.java:202)
>>>>> at com.sun.proxy.$Proxy263.startVirtualMachine(Unknown Source)
>>>>>  at
>>>>>
>>>>>org.apache.cloudstack.api.command.user.vm.DeployVMCmd.execute(DeployVM
>>>>>C
>>>>>m
>>>>>d
>>>>>.java:379)
>>>>> at com.cloud.api.ApiDispatcher.dispatch(ApiDispatcher.java:163)
>>>>>  at net.sf.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204)
>>>>> at
>>>>>
>>>>>org.springframework.aop.framework.Cglib2AopProxy$CglibMethodInvocation
>>>>>.
>>>>>i
>>>>>n
>>>>>vokeJoinpoint(Cglib2AopProxy.java:689)
>>>>>  at
>>>>>
>>>>>org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(R
>>>>>e
>>>>>f
>>>>>l
>>>>>ectiveMethodInvocation.java:150)
>>>>> at
>>>>>
>>>>>org.springframework.aop.aspectj.MethodInvocationProceedingJoinPoint.pr
>>>>>o
>>>>>c
>>>>>e
>>>>>ed(MethodInvocationProceedingJoinPoint.java:80)
>>>>>  at
>>>>>
>>>>>com.cloud.utils.db.TransactionContextBuilder.AroundAnyMethod(Transacti
>>>>>o
>>>>>n
>>>>>C
>>>>>ontextBuilder.java:37)
>>>>> at sun.reflect.GeneratedMethodAccessor37.invoke(Unknown Source)
>>>>>  at
>>>>>
>>>>>sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccess
>>>>>o
>>>>>r
>>>>>I
>>>>>mpl.java:25)
>>>>> at java.lang.reflect.Method.invoke(Method.java:597)
>>>>>  at
>>>>>
>>>>>org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMeth
>>>>>o
>>>>>d
>>>>>W
>>>>>ithGivenArgs(AbstractAspectJAdvice.java:621)
>>>>> at
>>>>>
>>>>>org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMeth
>>>>>o
>>>>>d
>>>>>(
>>>>>AbstractAspectJAdvice.java:610)
>>>>>  at
>>>>>
>>>>>org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJArou
>>>>>n
>>>>>d
>>>>>A
>>>>>dvice.java:65)
>>>>> at
>>>>>
>>>>>org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(R
>>>>>e
>>>>>f
>>>>>l
>>>>>ectiveMethodInvocation.java:172)
>>>>>  at
>>>>>
>>>>>org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke
>>>>>(
>>>>>E
>>>>>x
>>>>>poseInvocationInterceptor.java:90)
>>>>> at
>>>>>
>>>>>org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(R
>>>>>e
>>>>>f
>>>>>l
>>>>>ectiveMethodInvocation.java:172)
>>>>>  at
>>>>>
>>>>>org.springframework.aop.framework.Cglib2AopProxy$DynamicAdvisedInterce
>>>>>p
>>>>>t
>>>>>o
>>>>>r.intercept(Cglib2AopProxy.java:622)
>>>>> at
>>>>>com.cloud.async.AsyncJobManagerImpl$1.run(AsyncJobManagerImpl.java:437
>>>>>)
>>>>>  at
>>>>>
>>>>>java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:439
>>>>>)
>>>>> at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:303)
>>>>>  at java.util.concurrent.FutureTask.run(FutureTask.java:138)
>>>>> at
>>>>>
>>>>>java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecu
>>>>>t
>>>>>o
>>>>>r
>>>>>.java:895)
>>>>>  at
>>>>>
>>>>>java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.
>>>>>j
>>>>>a
>>>>>v
>>>>>a:918)
>>>>> at java.lang.Thread.run(Thread.java:680)
>>>>> 2013-04-07 00:33:44,674 DEBUG [cloud.async.AsyncJobManagerImpl]
>>>>> (Job-Executor-37:job-44) Complete async job-44, jobStatus: 2,
>>>>>resultCode:
>>>>> 530, result: Error Code: 533 Error text: Unable to create a 
>>>>>deployment
>>>>>for
>>>>> VM[User|a30b991d-1c38-4bae-803f-ab3be57a384f]
>>>>> 2013-04-07 00:33:47,591 DEBUG [cloud.api.ApiServlet]
>>>>> (1161145101@qtp-1008805148-33:null) ===START===  127.0.0.1 -- GET
>>>>>
>>>>>command=queryAsyncJobResult&jobId=8dd191cc-2709-4223-aee5-3ecd759d4afd
>>>>>&
>>>>>r
>>>>>e
>>>>>sponse=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316427589
>>>>> 2013-04-07 00:33:47,601 DEBUG [cloud.async.AsyncJobManagerImpl]
>>>>> (1161145101@qtp-1008805148-33:null) Async job-44 completed
>>>>> 2013-04-07 00:33:47,605 DEBUG [cloud.api.ApiServlet]
>>>>> (1161145101@qtp-1008805148-33:null) ===END===  127.0.0.1 -- GET
>>>>>
>>>>>command=queryAsyncJobResult&jobId=8dd191cc-2709-4223-aee5-3ecd759d4afd
>>>>>&
>>>>>r
>>>>>e
>>>>>sponse=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316427589
>>>>> 2013-04-07 00:33:47,608 DEBUG [cloud.api.ApiServlet]
>>>>> (1161145101@qtp-1008805148-33:null) ===START===  127.0.0.1 -- GET
>>>>>
>>>>>command=listVirtualMachines&id=a30b991d-1c38-4bae-803f-ab3be57a384f&re
>>>>>s
>>>>>p
>>>>>o
>>>>>nse=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316427606
>>>>> 2013-04-07 00:33:47,621 DEBUG [cloud.api.ApiServlet]
>>>>> (1161145101@qtp-1008805148-33:null) ===END===  127.0.0.1 -- GET
>>>>>
>>>>>command=listVirtualMachines&id=a30b991d-1c38-4bae-803f-ab3be57a384f&re
>>>>>s
>>>>>p
>>>>>o
>>>>>nse=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316427606
>>>>> 2013-04-07 00:33:47,678 DEBUG [agent.manager.AgentManagerImpl]
>>>>> (AgentManager-Handler-14:null) Ping from 3
>>>>> 2013-04-07 00:33:50,451 DEBUG
>>>>> [storage.secondary.SecondaryStorageManagerImpl] (secstorage-1:null)
>>>>>Zone 1
>>>>> is ready to launch secondary storage VM
>>>>> 2013-04-07 00:33:50,559 DEBUG
>>>>>[cloud.consoleproxy.ConsoleProxyManagerImpl]
>>>>> (consoleproxy-1:null) Zone 1 is ready to launch console proxy
>>>>> 2013-04-07 00:33:50,819 DEBUG
>>>>> [network.router.VirtualNetworkApplianceManagerImpl]
>>>>> (RouterStatusMonitor-1:null) Found 0 routers to update status.
>>>>> 2013-04-07 00:33:50,820 DEBUG
>>>>> [network.router.VirtualNetworkApplianceManagerImpl]
>>>>> (RouterStatusMonitor-1:null) Found 0 networks to update RvR status.
>>>>> 2013-04-07 00:33:50,851 DEBUG
>>>>> [network.router.VirtualNetworkApplianceManagerImpl]
>>>>> (RouterStatusMonitor-1:null) Found 0 routers to update status.
>>>>> 2013-04-07 00:33:50,852 DEBUG
>>>>> [network.router.VirtualNetworkApplianceManagerImpl]
>>>>> (RouterStatusMonitor-1:null) Found 0 networks to update RvR status.
>>>>> 2013-04-07 00:33:51,465 INFO  [agent.manager.AgentMonitor]
>>>>> (Thread-11:null) Found the following agents behind on ping: [6, 5]
>>>>> 2013-04-07 00:33:51,467 DEBUG [cloud.host.Status] (Thread-11:null)
>>>>>Ping
>>>>> timeout for host 6, do invstigation
>>>>> 2013-04-07 00:33:51,468 DEBUG [cloud.host.Status] (Thread-11:null)
>>>>>Ping
>>>>> timeout for host 5, do invstigation
>>>>> 2013-04-07 00:33:51,468 INFO  [agent.manager.AgentManagerImpl]
>>>>> (AgentTaskPool-4:null) Investigating why host 6 has disconnected with
>>>>>event
>>>>> PingTimeout
>>>>> 2013-04-07 00:33:51,468 DEBUG [agent.manager.AgentManagerImpl]
>>>>> (AgentTaskPool-4:null) checking if agent (6) is alive
>>>>> 2013-04-07 00:33:51,469 INFO  [agent.manager.AgentManagerImpl]
>>>>> (AgentTaskPool-3:null) Investigating why host 5 has disconnected with
>>>>>event
>>>>> PingTimeout
>>>>> 2013-04-07 00:33:51,470 DEBUG [agent.manager.AgentManagerImpl]
>>>>> (AgentTaskPool-3:null) checking if agent (5) is alive
>>>>> 2013-04-07 00:33:51,471 DEBUG [agent.transport.Request]
>>>>> (AgentTaskPool-4:null) Seq 6-324993311: Sending  { Cmd , MgmtId: 1,
>>>>>via: 6,
>>>>> Ver: v1, Flags: 100011, [{"CheckHealthCommand":{"wait":50}}] }
>>>>> 2013-04-07 00:33:51,471 DEBUG [agent.transport.Request]
>>>>> (AgentTaskPool-4:null) Seq 6-324993311: Executing:  { Cmd , MgmtId: 
>>>>>1,
>>>>>via:
>>>>> 6, Ver: v1, Flags: 100011, [{"CheckHealthCommand":{"wait":50}}] }
>>>>> 2013-04-07 00:33:51,472 DEBUG [agent.manager.DirectAgentAttache]
>>>>> (DirectAgent-448:null) Seq 6-324993311: Executing request
>>>>> 2013-04-07 00:33:51,473 DEBUG [agent.transport.Request]
>>>>> (AgentTaskPool-3:null) Seq 5-614334815: Sending  { Cmd , MgmtId: 1,
>>>>>via: 5,
>>>>> Ver: v1, Flags: 100011, [{"CheckHealthCommand":{"wait":50}}] }
>>>>> 2013-04-07 00:33:51,473 DEBUG [agent.transport.Request]
>>>>> (AgentTaskPool-3:null) Seq 5-614334815: Executing:  { Cmd , MgmtId: 
>>>>>1,
>>>>>via:
>>>>> 5, Ver: v1, Flags: 100011, [{"CheckHealthCommand":{"wait":50}}] }
>>>>> 2013-04-07 00:33:51,473 DEBUG [agent.manager.DirectAgentAttache]
>>>>> (DirectAgent-261:null) Seq 5-614334815: Executing request
>>>>> 2013-04-07 00:33:51,527 DEBUG [agent.manager.DirectAgentAttache]
>>>>> (DirectAgent-448:null) Seq 6-324993311: Response Received:
>>>>> 2013-04-07 00:33:51,527 DEBUG [agent.transport.Request]
>>>>> (DirectAgent-448:null) Seq 6-324993311: Processing:  { Ans: , MgmtId:
>>>>>1,
>>>>> via: 6, Ver: v1, Flags: 10,
>>>>> [{"CheckHealthAnswer":{"result":true,"details":"resource is
>>>>> alive","wait":0}}] }
>>>>> 2013-04-07 00:33:51,527 DEBUG [agent.transport.Request]
>>>>> (AgentTaskPool-4:null) Seq 6-324993311: Received:  { Ans: , MgmtId: 
>>>>>1,
>>>>>via:
>>>>> 6, Ver: v1, Flags: 10, { CheckHealthAnswer } }
>>>>> 2013-04-07 00:33:51,528 DEBUG [agent.manager.AgentManagerImpl]
>>>>> (AgentTaskPool-4:null) Details from executing class
>>>>> com.cloud.agent.api.CheckHealthCommand: resource is alive
>>>>> 2013-04-07 00:33:51,528 DEBUG [agent.manager.AgentManagerImpl]
>>>>> (AgentTaskPool-4:null) agent (6) responded to checkHeathCommand,
>>>>>reporting
>>>>> that agent is Up
>>>>> 2013-04-07 00:33:51,528 INFO  [agent.manager.AgentManagerImpl]
>>>>> (AgentTaskPool-4:null) The state determined is Up
>>>>> 2013-04-07 00:33:51,528 INFO  [agent.manager.AgentManagerImpl]
>>>>> (AgentTaskPool-4:null) Agent is determined to be up and running
>>>>> 2013-04-07 00:33:51,528 DEBUG [cloud.host.Status]
>>>>>(AgentTaskPool-4:null)
>>>>> Transition:[Resource state = Enabled, Agent event = Ping, Host id = 
>>>>>6,
>>>>>name
>>>>> = Tut-XenServer]
>>>>> 2013-04-07 00:33:51,531 DEBUG [cloud.host.Status]
>>>>>(AgentTaskPool-4:null)
>>>>> Agent status update: [id = 6; name = Tut-XenServer; old status = Up;
>>>>>event
>>>>> = Ping; new status = Up; old update count = 310; new update count =
>>>>>311]
>>>>> 2013-04-07 00:33:51,531 DEBUG [agent.manager.DirectAgentAttache]
>>>>> (DirectAgent-261:null) Seq 5-614334815: Response Received:
>>>>> 2013-04-07 00:33:51,531 DEBUG [agent.transport.Request]
>>>>> (DirectAgent-261:null) Seq 5-614334815: Processing:  { Ans: , MgmtId:
>>>>>1,
>>>>> via: 5, Ver: v1, Flags: 10,
>>>>> [{"CheckHealthAnswer":{"result":true,"details":"resource is
>>>>> alive","wait":0}}] }
>>>>> 2013-04-07 00:33:51,531 DEBUG [agent.transport.Request]
>>>>> (AgentTaskPool-3:null) Seq 5-614334815: Received:  { Ans: , MgmtId: 
>>>>>1,
>>>>>via:
>>>>> 5, Ver: v1, Flags: 10, { CheckHealthAnswer } }
>>>>> 2013-04-07 00:33:51,532 DEBUG [agent.manager.AgentManagerImpl]
>>>>> (AgentTaskPool-3:null) Details from executing class
>>>>> com.cloud.agent.api.CheckHealthCommand: resource is alive
>>>>> 2013-04-07 00:33:51,532 DEBUG [agent.manager.AgentManagerImpl]
>>>>> (AgentTaskPool-3:null) agent (5) responded to checkHeathCommand,
>>>>>reporting
>>>>> that agent is Up
>>>>> 2013-04-07 00:33:51,532 INFO  [agent.manager.AgentManagerImpl]
>>>>> (AgentTaskPool-3:null) The state determined is Up
>>>>> 2013-04-07 00:33:51,532 INFO  [agent.manager.AgentManagerImpl]
>>>>> (AgentTaskPool-3:null) Agent is determined to be up and running
>>>>> 2013-04-07 00:33:51,532 DEBUG [cloud.host.Status]
>>>>>(AgentTaskPool-3:null)
>>>>> Transition:[Resource state = Enabled, Agent event = Ping, Host id = 
>>>>>5,
>>>>>name
>>>>> = Tut-XenServer2]
>>>>> 2013-04-07 00:33:51,535 DEBUG [cloud.host.Status]
>>>>>(AgentTaskPool-3:null)
>>>>> Agent status update: [id = 5; name = Tut-XenServer2; old status = Up;
>>>>>event
>>>>> = Ping; new status = Up; old update count = 147; new update count =
>>>>>148]
>>>>> 2013-04-07 00:34:04,860 DEBUG [agent.manager.DirectAgentAttache]
>>>>> (DirectAgent-239:null) Ping from 6
>>>>> 2013-04-07 00:34:06,170 DEBUG [agent.manager.DirectAgentAttache]
>>>>> (DirectAgent-185:null) Ping from 5
>>>>> 2013-04-07 00:34:06,909 DEBUG [agent.manager.DirectAgentAttache]
>>>>> (DirectAgent-461:null) Seq 6-324993028: Executing request
>>>>> 2013-04-07 00:34:07,107 DEBUG [agent.manager.DirectAgentAttache]
>>>>> (DirectAgent-461:null) Seq 6-324993028: Response Received:
>>>>> 2013-04-07 00:34:07,107 DEBUG [agent.transport.Request]
>>>>> (DirectAgent-461:null) Seq 6-324993028: Processing:  { Ans: , MgmtId:
>>>>>1,
>>>>> via: 6, Ver: v1, Flags: 10,
>>>>>
>>>>>[{"ClusterSyncAnswer":{"_clusterId":2,"_newStates":{},"_isExecuted":fa
>>>>>l
>>>>>s
>>>>>e
>>>>>,"result":true,"wait":0}}]
>>>>> }
>>>>> 2013-04-07 00:34:11,023 DEBUG [agent.manager.DirectAgentAttache]
>>>>> (DirectAgent-450:null) Seq 5-614334468: Executing request
>>>>> 2013-04-07 00:34:11,168 DEBUG [agent.manager.DirectAgentAttache]
>>>>> (DirectAgent-450:null) Seq 5-614334468: Response Received:
>>>>> 2013-04-07 00:34:11,168 DEBUG [agent.transport.Request]
>>>>> (DirectAgent-450:null) Seq 5-614334468: Processing:  { Ans: , MgmtId:
>>>>>1,
>>>>> via: 5, Ver: v1, Flags: 10, [{"Answer":{"result":true,"wait":0}}] }
>>>>> 2013-04-07 00:34:20,451 DEBUG
>>>>> [storage.secondary.SecondaryStorageManagerImpl] (secstorage-1:null)
>>>>>Zone 1
>>>>> is ready to launch secondary storage VM
>>>>> 2013-04-07 00:34:20,553 DEBUG
>>>>>[cloud.consoleproxy.ConsoleProxyManagerImpl]
>>>>> (consoleproxy-1:null) Zone 1 is ready to launch console proxy
>>>>> 2013-04-07 00:34:20,820 DEBUG
>>>>> [network.router.VirtualNetworkApplianceManagerImpl]
>>>>> (RouterStatusMonitor-1:null) Found 0 routers to update status.
>>>>> 2013-04-07 00:34:20,821 DEBUG
>>>>> [network.router.VirtualNetworkApplianceManagerImpl]
>>>>> (RouterStatusMonitor-1:null) Found 0 networks to update RvR status.
>>>>> 2013-04-07 00:34:20,850 DEBUG
>>>>> [network.router.VirtualNetworkApplianceManagerImpl]
>>>>> (RouterStatusMonitor-1:null) Found 0 routers to update status.
>>>>> 2013-04-07 00:34:20,851 DEBUG
>>>>> [network.router.VirtualNetworkApplianceManagerImpl]
>>>>> (RouterStatusMonitor-1:null) Found 0 networks to update RvR status.
>>>>> 2013-04-07 00:34:24,891 DEBUG [agent.manager.AgentManagerImpl]
>>>>> (AgentManager-Handler-15:null) Ping from 4
>>>>> 2013-04-07 00:34:27,175 DEBUG [agent.manager.DirectAgentAttache]
>>>>> (DirectAgent-126:null) Ping from 1
>>>>> 2013-04-07 00:34:29,095 DEBUG [agent.manager.DirectAgentAttache]
>>>>> (DirectAgent-182:null) Seq 1-90046472: Executing request
>>>>> 2013-04-07 00:34:29,323 DEBUG [agent.manager.DirectAgentAttache]
>>>>> (DirectAgent-182:null) Seq 1-90046472: Response Received:
>>>>> 2013-04-07 00:34:29,323 DEBUG [agent.transport.Request]
>>>>> (DirectAgent-182:null) Seq 1-90046472: Processing:  { Ans: , MgmtId:
>>>>>1,
>>>>> via: 1, Ver: v1, Flags: 10,
>>>>>
>>>>>[{"ClusterSyncAnswer":{"_clusterId":1,"_newStates":{},"_isExecuted":fa
>>>>>l
>>>>>s
>>>>>e
>>>>>,"result":true,"wait":0}}]
>>>>> }
>>>>> 2013-04-07 00:34:36,532 DEBUG [cloud.api.ApiServlet]
>>>>> (1161145101@qtp-1008805148-33:null) ===START===  127.0.0.1 -- GET
>>>>>
>>>>>command=listVolumes&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8Go
>>>>>V
>>>>>A
>>>>>%
>>>>>3D&listAll=true&page=1&pagesize=20&_=1365316476530
>>>>> 2013-04-07 00:34:36,548 DEBUG [cloud.api.ApiServlet]
>>>>> (1161145101@qtp-1008805148-33:null) ===END===  127.0.0.1 -- GET
>>>>>
>>>>>command=listVolumes&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8Go
>>>>>V
>>>>>A
>>>>>%
>>>>>3D&listAll=true&page=1&pagesize=20&_=1365316476530
>>>>> 2013-04-07 00:34:39,285 DEBUG [cloud.api.ApiServlet]
>>>>> (1161145101@qtp-1008805148-33:null) ===START===  127.0.0.1 -- GET
>>>>>
>>>>>command=listVolumes&id=44d56727-6e5f-438a-8187-42adfac7c906&response=j
>>>>>s
>>>>>o
>>>>>n
>>>>>&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316479283
>>>>> 2013-04-07 00:34:39,309 DEBUG [cloud.api.ApiServlet]
>>>>> (1161145101@qtp-1008805148-33:null) ===END===  127.0.0.1 -- GET
>>>>>
>>>>>command=listVolumes&id=44d56727-6e5f-438a-8187-42adfac7c906&response=j
>>>>>s
>>>>>o
>>>>>n
>>>>>&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316479283
>>>>> 2013-04-07 00:34:39,325 DEBUG [cloud.api.ApiServlet]
>>>>> (1161145101@qtp-1008805148-33:null) ===START===  127.0.0.1 -- GET
>>>>>
>>>>>command=listTags&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%
>>>>>3
>>>>>D
>>>>>&
>>>>>resourceId=44d56727-6e5f-438a-8187-42adfac7c906&resourceType=Volume&li
>>>>>s
>>>>>t
>>>>>A
>>>>>ll=true&_=1365316479323
>>>>> 2013-04-07 00:34:39,334 DEBUG [cloud.api.ApiServlet]
>>>>> (1161145101@qtp-1008805148-33:null) ===END===  127.0.0.1 -- GET
>>>>>
>>>>>command=listTags&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%
>>>>>3
>>>>>D
>>>>>&
>>>>>resourceId=44d56727-6e5f-438a-8187-42adfac7c906&resourceType=Volume&li
>>>>>s
>>>>>t
>>>>>A
>>>>>ll=true&_=1365316479323
>>>>> 2013-04-07 00:34:47,678 DEBUG [agent.manager.AgentManagerImpl]
>>>>> (AgentManager-Handler-1:null) Ping from 3
>>>>> 2013-04-07 00:34:50,455 DEBUG
>>>>> [storage.secondary.SecondaryStorageManagerImpl] (secstorage-1:null)
>>>>>Zone 1
>>>>> is ready to launch secondary storage VM
>>>>> 2013-04-07 00:34:50,557 DEBUG
>>>>>[cloud.consoleproxy.ConsoleProxyManagerImpl]
>>>>> (consoleproxy-1:null) Zone 1 is ready to launch console proxy
>>>>> 2013-04-07 00:34:50,820 DEBUG
>>>>> [network.router.VirtualNetworkApplianceManagerImpl]
>>>>> (RouterStatusMonitor-1:null) Found 0 routers to update status.
>>>>> 2013-04-07 00:34:50,821 DEBUG
>>>>> [network.router.VirtualNetworkApplianceManagerImpl]
>>>>> (RouterStatusMonitor-1:null) Found 0 networks to update RvR status.
>>>>> 2013-04-07 00:34:50,850 DEBUG
>>>>> [network.router.VirtualNetworkApplianceManagerImpl]
>>>>> (RouterStatusMonitor-1:null) Found 0 routers to update status.
>>>>> 2013-04-07 00:34:50,851 DEBUG
>>>>> [network.router.VirtualNetworkApplianceManagerImpl]
>>>>> (RouterStatusMonitor-1:null) Found 0 networks to update RvR status.
>>>>> 2013-04-07 00:34:51,468 INFO  [agent.manager.AgentMonitor]
>>>>> (Thread-11:null) Found the following agents behind on ping: [6, 5]
>>>>> 2013-04-07 00:34:51,470 DEBUG [cloud.host.Status] (Thread-11:null)
>>>>>Ping
>>>>> timeout for host 6, do invstigation
>>>>> 2013-04-07 00:34:51,471 DEBUG [cloud.host.Status] (Thread-11:null)
>>>>>Ping
>>>>> timeout for host 5, do invstigation
>>>>> 2013-04-07 00:34:51,472 INFO  [agent.manager.AgentManagerImpl]
>>>>> (AgentTaskPool-5:null) Investigating why host 6 has disconnected with
>>>>>event
>>>>> PingTimeout
>>>>> 2013-04-07 00:34:51,472 DEBUG [agent.manager.AgentManagerImpl]
>>>>> (AgentTaskPool-5:null) checking if agent (6) is alive
>>>>> 2013-04-07 00:34:51,473 INFO  [agent.manager.AgentManagerImpl]
>>>>> (AgentTaskPool-6:null) Investigating why host 5 has disconnected with
>>>>>event
>>>>> PingTimeout
>>>>> 2013-04-07 00:34:51,473 DEBUG [agent.manager.AgentManagerImpl]
>>>>> (AgentTaskPool-6:null) checking if agent (5) is alive
>>>>> 2013-04-07 00:34:51,475 DEBUG [agent.transport.Request]
>>>>> (AgentTaskPool-5:null) Seq 6-324993312: Sending  { Cmd , MgmtId: 1,
>>>>>via: 6,
>>>>> Ver: v1, Flags: 100011, [{"CheckHealthCommand":{"wait":50}}] }
>>>>> 2013-04-07 00:34:51,475 DEBUG [agent.transport.Request]
>>>>> (AgentTaskPool-5:null) Seq 6-324993312: Executing:  { Cmd , MgmtId: 
>>>>>1,
>>>>>via:
>>>>> 6, Ver: v1, Flags: 100011, [{"CheckHealthCommand":{"wait":50}}] }
>>>>> 2013-04-07 00:34:51,475 DEBUG [agent.manager.DirectAgentAttache]
>>>>> (DirectAgent-42:null) Seq 6-324993312: Executing request
>>>>> 2013-04-07 00:34:51,476 DEBUG [agent.transport.Request]
>>>>> (AgentTaskPool-6:null) Seq 5-614334816: Sending  { Cmd , MgmtId: 1,
>>>>>via: 5,
>>>>> Ver: v1, Flags: 100011, [{"CheckHealthCommand":{"wait":50}}] }
>>>>> 2013-04-07 00:34:51,476 DEBUG [agent.transport.Request]
>>>>> (AgentTaskPool-6:null) Seq 5-614334816: Executing:  { Cmd , MgmtId: 
>>>>>1,
>>>>>via:
>>>>> 5, Ver: v1, Flags: 100011, [{"CheckHealthCommand":{"wait":50}}] }
>>>>> 2013-04-07 00:34:51,477 DEBUG [agent.manager.DirectAgentAttache]
>>>>> (DirectAgent-164:null) Seq 5-614334816: Executing request
>>>>> 2013-04-07 00:34:51,534 DEBUG [agent.manager.DirectAgentAttache]
>>>>> (DirectAgent-164:null) Seq 5-614334816: Response Received:
>>>>> 2013-04-07 00:34:51,535 DEBUG [agent.transport.Request]
>>>>> (DirectAgent-164:null) Seq 5-614334816: Processing:  { Ans: , MgmtId:
>>>>>1,
>>>>> via: 5, Ver: v1, Flags: 10,
>>>>> [{"CheckHealthAnswer":{"result":true,"details":"resource is
>>>>> alive","wait":0}}] }
>>>>> 2013-04-07 00:34:51,535 DEBUG [agent.transport.Request]
>>>>> (AgentTaskPool-6:null) Seq 5-614334816: Received:  { Ans: , MgmtId: 
>>>>>1,
>>>>>via:
>>>>> 5, Ver: v1, Flags: 10, { CheckHealthAnswer } }
>>>>> 2013-04-07 00:34:51,535 DEBUG [agent.manager.AgentManagerImpl]
>>>>> (AgentTaskPool-6:null) Details from executing class
>>>>> com.cloud.agent.api.CheckHealthCommand: resource is alive
>>>>> 2013-04-07 00:34:51,535 DEBUG [agent.manager.AgentManagerImpl]
>>>>> (AgentTaskPool-6:null) agent (5) responded to checkHeathCommand,
>>>>>reporting
>>>>> that agent is Up
>>>>> 2013-04-07 00:34:51,535 INFO  [agent.manager.AgentManagerImpl]
>>>>> (AgentTaskPool-6:null) The state determined is Up
>>>>> 2013-04-07 00:34:51,535 INFO  [agent.manager.AgentManagerImpl]
>>>>> (AgentTaskPool-6:null) Agent is determined to be up and running
>>>>> 2013-04-07 00:34:51,535 DEBUG [cloud.host.Status]
>>>>>(AgentTaskPool-6:null)
>>>>> Transition:[Resource state = Enabled, Agent event = Ping, Host id = 
>>>>>5,
>>>>>name
>>>>> = Tut-XenServer2]
>>>>> 2013-04-07 00:34:51,538 DEBUG [cloud.host.Status]
>>>>>(AgentTaskPool-6:null)
>>>>> Agent status update: [id = 5; name = Tut-XenServer2; old status = Up;
>>>>>event
>>>>> = Ping; new status = Up; old update count = 148; new update count =
>>>>>149]
>>>>> 2013-04-07 00:34:51,539 DEBUG [agent.manager.DirectAgentAttache]
>>>>> (DirectAgent-42:null) Seq 6-324993312: Response Received:
>>>>> 2013-04-07 00:34:51,539 DEBUG [agent.transport.Request]
>>>>> (DirectAgent-42:null) Seq 6-324993312: Processing:  { Ans: , MgmtId:
>>>>>1,
>>>>> via: 6, Ver: v1, Flags: 10,
>>>>> [{"CheckHealthAnswer":{"result":true,"details":"resource is
>>>>> alive","wait":0}}] }
>>>>> 2013-04-07 00:34:51,539 DEBUG [agent.transport.Request]
>>>>> (AgentTaskPool-5:null) Seq 6-324993312: Received:  { Ans: , MgmtId: 
>>>>>1,
>>>>>via:
>>>>> 6, Ver: v1, Flags: 10, { CheckHealthAnswer } }
>>>>> 2013-04-07 00:34:51,539 DEBUG [agent.manager.AgentManagerImpl]
>>>>> (AgentTaskPool-5:null) Details from executing class
>>>>> com.cloud.agent.api.CheckHealthCommand: resource is alive
>>>>> 2013-04-07 00:34:51,539 DEBUG [agent.manager.AgentManagerImpl]
>>>>> (AgentTaskPool-5:null) agent (6) responded to checkHeathCommand,
>>>>>reporting
>>>>> that agent is Up
>>>>> 2013-04-07 00:34:51,539 INFO  [agent.manager.AgentManagerImpl]
>>>>> (AgentTaskPool-5:null) The state determined is Up
>>>>> 2013-04-07 00:34:51,539 INFO  [agent.manager.AgentManagerImpl]
>>>>> (AgentTaskPool-5:null) Agent is determined to be up and running
>>>>> 2013-04-07 00:34:51,539 DEBUG [cloud.host.Status]
>>>>>(AgentTaskPool-5:null)
>>>>> Transition:[Resource state = Enabled, Agent event = Ping, Host id = 
>>>>>6,
>>>>>name
>>>>> = Tut-XenServer]
>>>>> 2013-04-07 00:34:51,542 DEBUG [cloud.host.Status]
>>>>>(AgentTaskPool-5:null)
>>>>> Agent status update: [id = 6; name = Tut-XenServer; old status = Up;
>>>>>event
>>>>> = Ping; new status = Up; old update count = 311; new update count =
>>>>>312]
>>>>> 2013-04-07 00:34:54,349 INFO  [cloud.vm.UserVmManagerImpl]
>>>>> (UserVm-Scavenger-1:null) Found 1 vms to expunge.
>>>>> 2013-04-07 00:34:54,349 DEBUG [cloud.vm.VirtualMachineManagerImpl]
>>>>> (UserVm-Scavenger-1:null) Stopped called on
>>>>> VM[User|a30b991d-1c38-4bae-803f-ab3be57a384f] but the state is Error
>>>>> 2013-04-07 00:34:54,352 DEBUG [cloud.capacity.CapacityManagerImpl]
>>>>> (UserVm-Scavenger-1:null) VM state transitted from :Error to 
>>>>>Expunging
>>>>>with
>>>>> event: ExpungeOperationvm's original host id: null new host id: null
>>>>>host
>>>>> id before state transition: null
>>>>> 2013-04-07 00:34:54,352 DEBUG [cloud.vm.VirtualMachineManagerImpl]
>>>>> (UserVm-Scavenger-1:null) Destroying vm
>>>>> VM[User|a30b991d-1c38-4bae-803f-ab3be57a384f]
>>>>> 2013-04-07 00:34:54,352 DEBUG [cloud.vm.VirtualMachineManagerImpl]
>>>>> (UserVm-Scavenger-1:null) Cleaning up NICS
>>>>> 2013-04-07 00:34:54,352 DEBUG [cloud.network.NetworkManagerImpl]
>>>>> (UserVm-Scavenger-1:null) Cleaning network for vm: 14
>>>>> 2013-04-07 00:34:54,360 DEBUG [network.guru.DirectNetworkGuru]
>>>>> (UserVm-Scavenger-1:null) Deallocate network: networkId: 204, ip: 
>>>>>null
>>>>> 2013-04-07 00:34:54,362 DEBUG [cloud.network.NetworkManagerImpl]
>>>>> (UserVm-Scavenger-1:null) Removed nic id=20
>>>>> 2013-04-07 00:34:54,362 DEBUG [cloud.storage.StorageManagerImpl]
>>>>> (UserVm-Scavenger-1:null) Cleaning storage for vm: 14
>>>>> 2013-04-07 00:34:54,363 DEBUG [cloud.storage.StorageManagerImpl]
>>>>> (UserVm-Scavenger-1:null) Expunging Vol[14|vm=14|ROOT]
>>>>> 2013-04-07 00:34:54,365 DEBUG [cloud.storage.StorageManagerImpl]
>>>>> (UserVm-Scavenger-1:null) Marking volume that was never created as
>>>>> destroyed: Vol[14|vm=14|ROOT]
>>>>> 2013-04-07 00:34:54,368 DEBUG [cloud.vm.VirtualMachineManagerImpl]
>>>>> (UserVm-Scavenger-1:null) Expunged
>>>>> VM[User|a30b991d-1c38-4bae-803f-ab3be57a384f]
>>>>> 2013-04-07 00:34:54,368 DEBUG [cloud.vm.UserVmManagerImpl]
>>>>> (UserVm-Scavenger-1:null) Starting cleaning up vm
>>>>> VM[User|a30b991d-1c38-4bae-803f-ab3be57a384f] resources...
>>>>> 2013-04-07 00:34:54,371 INFO
>>>>>[network.security.SecurityGroupManagerImpl]
>>>>> (UserVm-Scavenger-1:null) Disassociated 1 network groups  from uservm
>>>>>14
>>>>> 2013-04-07 00:34:54,372 DEBUG
>>>>>[network.security.SecurityGroupManagerImpl]
>>>>> (UserVm-Scavenger-1:null) Security group mappings are removed
>>>>>successfully
>>>>> for vm id=14
>>>>> 2013-04-07 00:34:54,376 DEBUG [network.firewall.FirewallManagerImpl]
>>>>> (UserVm-Scavenger-1:null) No firewall rules are found for vm id=14
>>>>> 2013-04-07 00:34:54,376 DEBUG [cloud.vm.UserVmManagerImpl]
>>>>> (UserVm-Scavenger-1:null) Firewall rules are removed successfully as 
>>>>>a
>>>>>part
>>>>> of vm id=14 expunge
>>>>> 2013-04-07 00:34:54,378 DEBUG [network.rules.RulesManagerImpl]
>>>>> (UserVm-Scavenger-1:null) No port forwarding rules are found for vm
>>>>>id=14
>>>>> 2013-04-07 00:34:54,378 DEBUG [cloud.vm.UserVmManagerImpl]
>>>>> (UserVm-Scavenger-1:null) Port forwarding rules are removed
>>>>>successfully as
>>>>> a part of vm id=14 expunge
>>>>> 2013-04-07 00:34:54,379 DEBUG [cloud.vm.UserVmManagerImpl]
>>>>> (UserVm-Scavenger-1:null) Removed vm id=14 from all load balancers as
>>>>>a
>>>>> part of expunge process
>>>>> 2013-04-07 00:34:54,379 DEBUG [cloud.vm.UserVmManagerImpl]
>>>>> (UserVm-Scavenger-1:null) Successfully cleaned up vm
>>>>> VM[User|a30b991d-1c38-4bae-803f-ab3be57a384f] resources as a part of
>>>>> expunge process
>>>>> 2013-04-07 00:34:54,873 DEBUG [cloud.api.ApiServlet]
>>>>> (1161145101@qtp-1008805148-33:null) ===START===  127.0.0.1 -- GET
>>>>>
>>>>>command=listVirtualMachines&response=json&sessionkey=Z6QqzU0Fq1iT13bMg
>>>>>n
>>>>>R
>>>>>R
>>>>>fl8GoVA%3D&listAll=true&page=1&pagesize=20&_=1365316494871
>>>>> 2013-04-07 00:34:54,891 DEBUG [cloud.api.ApiServlet]
>>>>> (1161145101@qtp-1008805148-33:null) ===END===  127.0.0.1 -- GET
>>>>>
>>>>>command=listVirtualMachines&response=json&sessionkey=Z6QqzU0Fq1iT13bMg
>>>>>n
>>>>>R
>>>>>R
>>>>>fl8GoVA%3D&listAll=true&page=1&pagesize=20&_=1365316494871
>>>>> 2013-04-07 00:34:57,672 DEBUG [cloud.api.ApiServlet]
>>>>> (1161145101@qtp-1008805148-33:null) ===START===  127.0.0.1 -- GET
>>>>>
>>>>>command=listZones&id=3a62dec3-cf95-4ba2-9af0-af2190af35e3&response=jso
>>>>>n
>>>>>&
>>>>>s
>>>>>essionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316497670
>>>>> 2013-04-07 00:34:57,679 DEBUG [cloud.api.ApiServlet]
>>>>> (1161145101@qtp-1008805148-33:null) ===END===  127.0.0.1 -- GET
>>>>>
>>>>>command=listZones&id=3a62dec3-cf95-4ba2-9af0-af2190af35e3&response=jso
>>>>>n
>>>>>&
>>>>>s
>>>>>essionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316497670
>>>>> 2013-04-07 00:34:57,683 DEBUG [cloud.api.ApiServlet]
>>>>> (1161145101@qtp-1008805148-33:null) ===START===  127.0.0.1 -- GET
>>>>>
>>>>>command=listNetworks&id=9d28211f-440e-4233-86d1-214b404074eb&response=
>>>>>j
>>>>>s
>>>>>o
>>>>>n&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316497681
>>>>> 2013-04-07 00:34:57,708 DEBUG [cloud.api.ApiServlet]
>>>>> (1161145101@qtp-1008805148-33:null) ===END===  127.0.0.1 -- GET
>>>>>
>>>>>command=listNetworks&id=9d28211f-440e-4233-86d1-214b404074eb&response=
>>>>>j
>>>>>s
>>>>>o
>>>>>n&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316497681
>>>>> 2013-04-07 00:34:57,714 DEBUG [cloud.api.ApiServlet]
>>>>> (1161145101@qtp-1008805148-33:null) ===START===  127.0.0.1 -- GET
>>>>>
>>>>>command=listVirtualMachines&id=94ddc16f-04fc-4da1-8326-01d8d5cdeb44&re
>>>>>s
>>>>>p
>>>>>o
>>>>>nse=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316497712
>>>>> 2013-04-07 00:34:57,731 DEBUG [cloud.api.ApiServlet]
>>>>> (1161145101@qtp-1008805148-33:null) ===END===  127.0.0.1 -- GET
>>>>>
>>>>>command=listVirtualMachines&id=94ddc16f-04fc-4da1-8326-01d8d5cdeb44&re
>>>>>s
>>>>>p
>>>>>o
>>>>>nse=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316497712
>>>>> 2013-04-07 00:34:57,738 DEBUG [cloud.api.ApiServlet]
>>>>> (1161145101@qtp-1008805148-33:null) ===START===  127.0.0.1 -- GET
>>>>>
>>>>>command=listOsTypes&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8Go
>>>>>V
>>>>>A
>>>>>%
>>>>>3D&_=1365316497736
>>>>> 2013-04-07 00:34:57,754 DEBUG [cloud.api.ApiServlet]
>>>>> (1109449945@qtp-1008805148-34:null) ===START===  127.0.0.1 -- GET
>>>>>
>>>>>command=listTags&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%
>>>>>3
>>>>>D
>>>>>&
>>>>>resourceId=94ddc16f-04fc-4da1-8326-01d8d5cdeb44&resourceType=UserVm&li
>>>>>s
>>>>>t
>>>>>A
>>>>>ll=true&_=1365316497750
>>>>> 2013-04-07 00:34:57,763 DEBUG [cloud.api.ApiServlet]
>>>>> (1109449945@qtp-1008805148-34:null) ===END===  127.0.0.1 -- GET
>>>>>
>>>>>command=listTags&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%
>>>>>3
>>>>>D
>>>>>&
>>>>>resourceId=94ddc16f-04fc-4da1-8326-01d8d5cdeb44&resourceType=UserVm&li
>>>>>s
>>>>>t
>>>>>A
>>>>>ll=true&_=1365316497750
>>>>> 2013-04-07 00:34:57,889 DEBUG [cloud.api.ApiServlet]
>>>>> (1161145101@qtp-1008805148-33:null) ===END===  127.0.0.1 -- GET
>>>>>
>>>>>command=listOsTypes&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8Go
>>>>>V
>>>>>A
>>>>>%
>>>>>3D&_=1365316497736
>>>>> 2013-04-07 00:35:01,051 DEBUG [cloud.api.ApiServlet]
>>>>> (1109449945@qtp-1008805148-34:null) ===START===  127.0.0.1 -- GET
>>>>>
>>>>>command=listServiceOfferings&response=json&sessionkey=Z6QqzU0Fq1iT13bM
>>>>>g
>>>>>n
>>>>>R
>>>>>Rfl8GoVA%3D&listAll=true&page=1&pagesize=20&issystem=false&_=136531650
>>>>>1
>>>>>0
>>>>>4
>>>>>7
>>>>> 2013-04-07 00:35:01,064 DEBUG [cloud.api.ApiServlet]
>>>>> (1109449945@qtp-1008805148-34:null) ===END===  127.0.0.1 -- GET
>>>>>
>>>>>command=listServiceOfferings&response=json&sessionkey=Z6QqzU0Fq1iT13bM
>>>>>g
>>>>>n
>>>>>R
>>>>>Rfl8GoVA%3D&listAll=true&page=1&pagesize=20&issystem=false&_=136531650
>>>>>1
>>>>>0
>>>>>4
>>>>>7
>>>>> 2013-04-07 00:35:03,427 DEBUG [cloud.api.ApiServlet]
>>>>> (1109449945@qtp-1008805148-34:null) ===START===  127.0.0.1 -- GET
>>>>>
>>>>>command=listServiceOfferings&response=json&sessionkey=Z6QqzU0Fq1iT13bM
>>>>>g
>>>>>n
>>>>>R
>>>>>Rfl8GoVA%3D&issystem=false&id=425cf3cf-4bc4-4e53-82a0-ba6c20dd3688&_=1
>>>>>3
>>>>>6
>>>>>5
>>>>>316503425
>>>>> 2013-04-07 00:35:03,439 DEBUG [cloud.api.ApiServlet]
>>>>> (1109449945@qtp-1008805148-34:null) ===END===  127.0.0.1 -- GET
>>>>>
>>>>>command=listServiceOfferings&response=json&sessionkey=Z6QqzU0Fq1iT13bM
>>>>>g
>>>>>n
>>>>>R
>>>>>Rfl8GoVA%3D&issystem=false&id=425cf3cf-4bc4-4e53-82a0-ba6c20dd3688&_=1
>>>>>3
>>>>>6
>>>>>5
>>>>>316503425
>>>>> 2013-04-07 00:35:04,848 DEBUG [agent.manager.DirectAgentAttache]
>>>>> (DirectAgent-349:null) Ping from 6
>>>>> 2013-04-07 00:35:06,206 DEBUG [agent.manager.DirectAgentAttache]
>>>>> (DirectAgent-292:null) Ping from 5
>>>>> 2013-04-07 00:35:06,909 DEBUG [agent.manager.DirectAgentAttache]
>>>>> (DirectAgent-334:null) Seq 6-324993028: Executing request
>>>>> 2013-04-07 00:35:07,112 DEBUG [agent.manager.DirectAgentAttache]
>>>>> (DirectAgent-334:null) Seq 6-324993028: Response Received:
>>>>> 2013-04-07 00:35:07,112 DEBUG [agent.transport.Request]
>>>>> (DirectAgent-334:null) Seq 6-324993028: Processing:  { Ans: , MgmtId:
>>>>>1,
>>>>> via: 6, Ver: v1, Flags: 10,
>>>>>
>>>>>[{"ClusterSyncAnswer":{"_clusterId":2,"_newStates":{},"_isExecuted":fa
>>>>>l
>>>>>s
>>>>>e
>>>>>,"result":true,"wait":0}}]
>>>>> }
>>>>> 2013-04-07 00:35:08,821 DEBUG [cloud.api.ApiServlet]
>>>>> (1109449945@qtp-1008805148-34:null) ===START===  127.0.0.1 -- GET
>>>>>
>>>>>command=listConfigurations&response=json&sessionkey=Z6QqzU0Fq1iT13bMgn
>>>>>R
>>>>>R
>>>>>f
>>>>>l8GoVA%3D&page=1&pagesize=20&_=1365316508819
>>>>> 2013-04-07 00:35:08,845 DEBUG [cloud.api.ApiServlet]
>>>>> (1109449945@qtp-1008805148-34:null) ===END===  127.0.0.1 -- GET
>>>>>
>>>>>command=listConfigurations&response=json&sessionkey=Z6QqzU0Fq1iT13bMgn
>>>>>R
>>>>>R
>>>>>f
>>>>>l8GoVA%3D&page=1&pagesize=20&_=1365316508819
>>>>> 2013-04-07 00:35:10,407 DEBUG [cloud.api.ApiServlet]
>>>>> (1109449945@qtp-1008805148-34:null) ===START===  127.0.0.1 -- GET
>>>>>
>>>>>command=listZones&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA
>>>>>%
>>>>>3
>>>>>D
>>>>>&_=1365316510405
>>>>> 2013-04-07 00:35:10,416 DEBUG [cloud.api.ApiServlet]
>>>>> (1109449945@qtp-1008805148-34:null) ===END===  127.0.0.1 -- GET
>>>>>
>>>>>command=listZones&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA
>>>>>%
>>>>>3
>>>>>D
>>>>>&_=1365316510405
>>>>> 2013-04-07 00:35:10,429 DEBUG [cloud.api.ApiServlet]
>>>>> (1109449945@qtp-1008805148-34:null) ===START===  127.0.0.1 -- GET
>>>>>
>>>>>command=listPods&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%
>>>>>3
>>>>>D
>>>>>&
>>>>>page=1&pagesize=1&_=1365316510426
>>>>> 2013-04-07 00:35:10,436 DEBUG [cloud.api.ApiServlet]
>>>>> (1109449945@qtp-1008805148-34:null) ===END===  127.0.0.1 -- GET
>>>>>
>>>>>command=listPods&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%
>>>>>3
>>>>>D
>>>>>&
>>>>>page=1&pagesize=1&_=1365316510426
>>>>> 2013-04-07 00:35:10,440 DEBUG [cloud.api.ApiServlet]
>>>>> (1109449945@qtp-1008805148-34:null) ===START===  127.0.0.1 -- GET
>>>>>
>>>>>command=listClusters&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8G
>>>>>o
>>>>>V
>>>>>A
>>>>>%3D&page=1&pagesize=1&_=1365316510438
>>>>> 2013-04-07 00:35:10,448 DEBUG [cloud.api.ApiServlet]
>>>>> (1109449945@qtp-1008805148-34:null) ===END===  127.0.0.1 -- GET
>>>>>
>>>>>command=listClusters&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8G
>>>>>o
>>>>>V
>>>>>A
>>>>>%3D&page=1&pagesize=1&_=1365316510438
>>>>> 2013-04-07 00:35:10,451 DEBUG [cloud.api.ApiServlet]
>>>>> (1109449945@qtp-1008805148-34:null) ===START===  127.0.0.1 -- GET
>>>>>
>>>>>command=listHosts&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA
>>>>>%
>>>>>3
>>>>>D
>>>>>&type=routing&page=1&pagesize=1&_=1365316510449
>>>>> 2013-04-07 00:35:10,456 DEBUG [api.query.QueryManagerImpl]
>>>>> (1109449945@qtp-1008805148-34:null) >>>Searching for hosts>>>
>>>>> 2013-04-07 00:35:10,461 DEBUG [api.query.QueryManagerImpl]
>>>>> (1109449945@qtp-1008805148-34:null) >>>Generating Response>>>
>>>>> 2013-04-07 00:35:10,466 DEBUG [cloud.api.ApiServlet]
>>>>> (1109449945@qtp-1008805148-34:null) ===END===  127.0.0.1 -- GET
>>>>>
>>>>>command=listHosts&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA
>>>>>%
>>>>>3
>>>>>D
>>>>>&type=routing&page=1&pagesize=1&_=1365316510449
>>>>> 2013-04-07 00:35:10,470 DEBUG [cloud.api.ApiServlet]
>>>>> (1109449945@qtp-1008805148-34:null) ===START===  127.0.0.1 -- GET
>>>>>
>>>>>command=listStoragePools&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRR
>>>>>f
>>>>>l
>>>>>8
>>>>>GoVA%3D&page=1&pagesize=1&_=1365316510468
>>>>> 2013-04-07 00:35:10,479 DEBUG [cloud.api.ApiServlet]
>>>>> (1109449945@qtp-1008805148-34:null) ===END===  127.0.0.1 -- GET
>>>>>
>>>>>command=listStoragePools&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRR
>>>>>f
>>>>>l
>>>>>8
>>>>>GoVA%3D&page=1&pagesize=1&_=1365316510468
>>>>> 2013-04-07 00:35:10,483 DEBUG [cloud.api.ApiServlet]
>>>>> (1109449945@qtp-1008805148-34:null) ===START===  127.0.0.1 -- GET
>>>>>
>>>>>command=listHosts&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA
>>>>>%
>>>>>3
>>>>>D
>>>>>&type=SecondaryStorage&page=1&pagesize=1&_=1365316510481
>>>>> 2013-04-07 00:35:10,488 DEBUG [api.query.QueryManagerImpl]
>>>>> (1109449945@qtp-1008805148-34:null) >>>Searching for hosts>>>
>>>>> 2013-04-07 00:35:10,493 DEBUG [api.query.QueryManagerImpl]
>>>>> (1109449945@qtp-1008805148-34:null) >>>Generating Response>>>
>>>>> 2013-04-07 00:35:10,494 DEBUG [cloud.api.ApiServlet]
>>>>> (1109449945@qtp-1008805148-34:null) ===END===  127.0.0.1 -- GET
>>>>>
>>>>>command=listHosts&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA
>>>>>%
>>>>>3
>>>>>D
>>>>>&type=SecondaryStorage&page=1&pagesize=1&_=1365316510481
>>>>> 2013-04-07 00:35:10,500 DEBUG [cloud.api.ApiServlet]
>>>>> (1109449945@qtp-1008805148-34:null) ===START===  127.0.0.1 -- GET
>>>>>
>>>>>command=listSystemVms&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8
>>>>>G
>>>>>o
>>>>>V
>>>>>A%3D&page=1&pagesize=1&_=1365316510496
>>>>> 2013-04-07 00:35:10,564 DEBUG [cloud.api.ApiServlet]
>>>>> (1109449945@qtp-1008805148-34:null) ===END===  127.0.0.1 -- GET
>>>>>
>>>>>command=listSystemVms&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8
>>>>>G
>>>>>o
>>>>>V
>>>>>A%3D&page=1&pagesize=1&_=1365316510496
>>>>> 2013-04-07 00:35:10,568 DEBUG [cloud.api.ApiServlet]
>>>>> (1109449945@qtp-1008805148-34:null) ===START===  127.0.0.1 -- GET
>>>>>
>>>>>command=listRouters&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8Go
>>>>>V
>>>>>A
>>>>>%
>>>>>3D&projectid=-1&page=1&pagesize=1&_=1365316510566
>>>>> 2013-04-07 00:35:10,576 DEBUG [cloud.api.ApiServlet]
>>>>> (1109449945@qtp-1008805148-34:null) ===END===  127.0.0.1 -- GET
>>>>>
>>>>>command=listRouters&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8Go
>>>>>V
>>>>>A
>>>>>%
>>>>>3D&projectid=-1&page=1&pagesize=1&_=1365316510566
>>>>> 2013-04-07 00:35:10,579 DEBUG [cloud.api.ApiServlet]
>>>>> (1109449945@qtp-1008805148-34:null) ===START===  127.0.0.1 -- GET
>>>>>
>>>>>command=listRouters&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8Go
>>>>>V
>>>>>A
>>>>>%
>>>>>3D&listAll=true&page=1&pagesize=1&_=1365316510577
>>>>> 2013-04-07 00:35:10,591 DEBUG [cloud.api.ApiServlet]
>>>>> (1109449945@qtp-1008805148-34:null) ===END===  127.0.0.1 -- GET
>>>>>
>>>>>command=listRouters&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8Go
>>>>>V
>>>>>A
>>>>>%
>>>>>3D&listAll=true&page=1&pagesize=1&_=1365316510577
>>>>> 2013-04-07 00:35:10,595 DEBUG [cloud.api.ApiServlet]
>>>>> (1109449945@qtp-1008805148-34:null) ===START===  127.0.0.1 -- GET
>>>>>
>>>>>command=listCapacity&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8G
>>>>>o
>>>>>V
>>>>>A
>>>>>%3D&_=1365316510593
>>>>> 2013-04-07 00:35:10,609 DEBUG [cloud.api.ApiServlet]
>>>>> (1109449945@qtp-1008805148-34:null) ===END===  127.0.0.1 -- GET
>>>>>
>>>>>command=listCapacity&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8G
>>>>>o
>>>>>V
>>>>>A
>>>>>%3D&_=1365316510593
>>>>> 2013-04-07 00:35:11,022 DEBUG [agent.manager.DirectAgentAttache]
>>>>> (DirectAgent-298:null) Seq 5-614334468: Executing request
>>>>> 2013-04-07 00:35:11,171 DEBUG [agent.manager.DirectAgentAttache]
>>>>> (DirectAgent-298:null) Seq 5-614334468: Response Received:
>>>>> 2013-04-07 00:35:11,172 DEBUG [agent.transport.Request]
>>>>> (DirectAgent-298:null) Seq 5-614334468: Processing:  { Ans: , MgmtId:
>>>>>1,
>>>>> via: 5, Ver: v1, Flags: 10, [{"Answer":{"result":true,"wait":0}}] }
>>>>> 2013-04-07 00:35:12,493 DEBUG [cloud.api.ApiServlet]
>>>>> (1109449945@qtp-1008805148-34:null) ===START===  127.0.0.1 -- GET
>>>>>
>>>>>command=listStoragePools&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRR
>>>>>f
>>>>>l
>>>>>8
>>>>>GoVA%3D&page=1&pageSize=20&listAll=true&_=1365316512490
>>>>> 2013-04-07 00:35:12,508 DEBUG [cloud.api.ApiServlet]
>>>>> (1109449945@qtp-1008805148-34:null) ===END===  127.0.0.1 -- GET
>>>>>
>>>>>command=listStoragePools&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRR
>>>>>f
>>>>>l
>>>>>8
>>>>>GoVA%3D&page=1&pageSize=20&listAll=true&_=1365316512490
>>>>> 2013-04-07 00:35:18,008 DEBUG [cloud.api.ApiServlet]
>>>>> (1109449945@qtp-1008805148-34:null) ===START===  127.0.0.1 -- GET
>>>>>
>>>>>command=listZones&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA
>>>>>%
>>>>>3
>>>>>D
>>>>>&id=3a62dec3-cf95-4ba2-9af0-af2190af35e3&_=1365316518006
>>>>> 2013-04-07 00:35:18,016 DEBUG [cloud.api.ApiServlet]
>>>>> (1109449945@qtp-1008805148-34:null) ===END===  127.0.0.1 -- GET
>>>>>
>>>>>command=listZones&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA
>>>>>%
>>>>>3
>>>>>D
>>>>>&id=3a62dec3-cf95-4ba2-9af0-af2190af35e3&_=1365316518006
>>>>> 2013-04-07 00:35:18,022 DEBUG [cloud.api.ApiServlet]
>>>>> (1109449945@qtp-1008805148-34:null) ===START===  127.0.0.1 -- GET
>>>>>
>>>>>command=listStoragePools&id=iSCSI_SR_4&response=json&sessionkey=Z6QqzU
>>>>>0
>>>>>F
>>>>>q
>>>>>1iT13bMgnRRfl8GoVA%3D&_=1365316518019
>>>>> 2013-04-07 00:35:18,036 DEBUG [cloud.api.ApiServlet]
>>>>> (1109449945@qtp-1008805148-34:null) ===END===  127.0.0.1 -- GET
>>>>>
>>>>>command=listStoragePools&id=iSCSI_SR_4&response=json&sessionkey=Z6QqzU
>>>>>0
>>>>>F
>>>>>q
>>>>>1iT13bMgnRRfl8GoVA%3D&_=1365316518019
>>>>> 2013-04-07 00:35:20,457 DEBUG
>>>>> [storage.secondary.SecondaryStorageManagerImpl] (secstorage-1:null)
>>>>>Zone 1
>>>>> is ready to launch secondary storage VM
>>>>> 2013-04-07 00:35:20,560 DEBUG
>>>>>[cloud.consoleproxy.ConsoleProxyManagerImpl]
>>>>> (consoleproxy-1:null) Zone 1 is ready to launch console proxy
>>>>> 2013-04-07 00:35:20,820 DEBUG
>>>>> [network.router.VirtualNetworkApplianceManagerImpl]
>>>>> (RouterStatusMonitor-1:null) Found 0 routers to update status.
>>>>> 2013-04-07 00:35:20,821 DEBUG
>>>>> [network.router.VirtualNetworkApplianceManagerImpl]
>>>>> (RouterStatusMonitor-1:null) Found 0 networks to update RvR status.
>>>>> 2013-04-07 00:35:20,850 DEBUG
>>>>> [network.router.VirtualNetworkApplianceManagerImpl]
>>>>> (RouterStatusMonitor-1:null) Found 0 routers to update status.
>>>>> 2013-04-07 00:35:20,851 DEBUG
>>>>> [network.router.VirtualNetworkApplianceManagerImpl]
>>>>> (RouterStatusMonitor-1:null) Found 0 networks to update RvR status.
>>>>> 2013-04-07 00:35:23,644 DEBUG [cloud.api.ApiServlet]
>>>>> (1109449945@qtp-1008805148-34:null) ===START===  127.0.0.1 -- GET
>>>>>
>>>>>command=listZones&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA
>>>>>%
>>>>>3
>>>>>D
>>>>>&id=3a62dec3-cf95-4ba2-9af0-af2190af35e3&_=1365316523642
>>>>> 2013-04-07 00:35:23,652 DEBUG [cloud.api.ApiServlet]
>>>>> (1109449945@qtp-1008805148-34:null) ===END===  127.0.0.1 -- GET
>>>>>
>>>>>command=listZones&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA
>>>>>%
>>>>>3
>>>>>D
>>>>>&id=3a62dec3-cf95-4ba2-9af0-af2190af35e3&_=1365316523642
>>>>> 2013-04-07 00:35:23,657 DEBUG [cloud.api.ApiServlet]
>>>>> (1109449945@qtp-1008805148-34:null) ===START===  127.0.0.1 -- GET
>>>>>
>>>>>command=listStoragePools&id=iSCSI_SR_3&response=json&sessionkey=Z6QqzU
>>>>>0
>>>>>F
>>>>>q
>>>>>1iT13bMgnRRfl8GoVA%3D&_=1365316523655
>>>>> 2013-04-07 00:35:23,670 DEBUG [cloud.api.ApiServlet]
>>>>> (1109449945@qtp-1008805148-34:null) ===END===  127.0.0.1 -- GET
>>>>>
>>>>>command=listStoragePools&id=iSCSI_SR_3&response=json&sessionkey=Z6QqzU
>>>>>0
>>>>>F
>>>>>q
>>>>>1iT13bMgnRRfl8GoVA%3D&_=1365316523655
>>>>> 2013-04-07 00:35:24,890 DEBUG [agent.manager.AgentManagerImpl]
>>>>> (AgentManager-Handler-2:null) Ping from 4
>>>>> 2013-04-07 00:35:25,447 DEBUG [cloud.api.ApiServlet]
>>>>> (1109449945@qtp-1008805148-34:null) ===START===  127.0.0.1 -- GET
>>>>>
>>>>>command=listZones&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA
>>>>>%
>>>>>3
>>>>>D
>>>>>&_=1365316525443
>>>>> 2013-04-07 00:35:25,456 DEBUG [cloud.api.ApiServlet]
>>>>> (1109449945@qtp-1008805148-34:null) ===END===  127.0.0.1 -- GET
>>>>>
>>>>>command=listZones&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA
>>>>>%
>>>>>3
>>>>>D
>>>>>&_=1365316525443
>>>>> 2013-04-07 00:35:25,467 DEBUG [cloud.api.ApiServlet]
>>>>> (1109449945@qtp-1008805148-34:null) ===START===  127.0.0.1 -- GET
>>>>>
>>>>>command=listPods&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%
>>>>>3
>>>>>D
>>>>>&
>>>>>page=1&pagesize=1&_=1365316525465
>>>>> 2013-04-07 00:35:25,474 DEBUG [cloud.api.ApiServlet]
>>>>> (1109449945@qtp-1008805148-34:null) ===END===  127.0.0.1 -- GET
>>>>>
>>>>>command=listPods&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%
>>>>>3
>>>>>D
>>>>>&
>>>>>page=1&pagesize=1&_=1365316525465
>>>>> 2013-04-07 00:35:25,477 DEBUG [cloud.api.ApiServlet]
>>>>> (1109449945@qtp-1008805148-34:null) ===START===  127.0.0.1 -- GET
>>>>>
>>>>>command=listClusters&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8G
>>>>>o
>>>>>V
>>>>>A
>>>>>%3D&page=1&pagesize=1&_=1365316525475
>>>>> 2013-04-07 00:35:25,485 DEBUG [cloud.api.ApiServlet]
>>>>> (1109449945@qtp-1008805148-34:null) ===END===  127.0.0.1 -- GET
>>>>>
>>>>>command=listClusters&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8G
>>>>>o
>>>>>V
>>>>>A
>>>>>%3D&page=1&pagesize=1&_=1365316525475
>>>>> 2013-04-07 00:35:25,488 DEBUG [cloud.api.ApiServlet]
>>>>> (1109449945@qtp-1008805148-34:null) ===START===  127.0.0.1 -- GET
>>>>>
>>>>>command=listHosts&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA
>>>>>%
>>>>>3
>>>>>D
>>>>>&type=routing&page=1&pagesize=1&_=1365316525486
>>>>> 2013-04-07 00:35:25,493 DEBUG [api.query.QueryManagerImpl]
>>>>> (1109449945@qtp-1008805148-34:null) >>>Searching for hosts>>>
>>>>> 2013-04-07 00:35:25,498 DEBUG [api.query.QueryManagerImpl]
>>>>> (1109449945@qtp-1008805148-34:null) >>>Generating Response>>>
>>>>> 2013-04-07 00:35:25,504 DEBUG [cloud.api.ApiServlet]
>>>>> (1109449945@qtp-1008805148-34:null) ===END===  127.0.0.1 -- GET
>>>>>
>>>>>command=listHosts&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA
>>>>>%
>>>>>3
>>>>>D
>>>>>&type=routing&page=1&pagesize=1&_=1365316525486
>>>>> 2013-04-07 00:35:25,507 DEBUG [cloud.api.ApiServlet]
>>>>> (1109449945@qtp-1008805148-34:null) ===START===  127.0.0.1 -- GET
>>>>>
>>>>>command=listStoragePools&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRR
>>>>>f
>>>>>l
>>>>>8
>>>>>GoVA%3D&page=1&pagesize=1&_=1365316525505
>>>>> 2013-04-07 00:35:25,517 DEBUG [cloud.api.ApiServlet]
>>>>> (1109449945@qtp-1008805148-34:null) ===END===  127.0.0.1 -- GET
>>>>>
>>>>>command=listStoragePools&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRR
>>>>>f
>>>>>l
>>>>>8
>>>>>GoVA%3D&page=1&pagesize=1&_=1365316525505
>>>>> 2013-04-07 00:35:25,522 DEBUG [cloud.api.ApiServlet]
>>>>> (1109449945@qtp-1008805148-34:null) ===START===  127.0.0.1 -- GET
>>>>>
>>>>>command=listHosts&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA
>>>>>%
>>>>>3
>>>>>D
>>>>>&type=SecondaryStorage&page=1&pagesize=1&_=1365316525519
>>>>> 2013-04-07 00:35:25,526 DEBUG [api.query.QueryManagerImpl]
>>>>> (1109449945@qtp-1008805148-34:null) >>>Searching for hosts>>>
>>>>> 2013-04-07 00:35:25,531 DEBUG [api.query.QueryManagerImpl]
>>>>> (1109449945@qtp-1008805148-34:null) >>>Generating Response>>>
>>>>> 2013-04-07 00:35:25,533 DEBUG [cloud.api.ApiServlet]
>>>>> (1109449945@qtp-1008805148-34:null) ===END===  127.0.0.1 -- GET
>>>>>
>>>>>command=listHosts&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA
>>>>>%
>>>>>3
>>>>>D
>>>>>&type=SecondaryStorage&page=1&pagesize=1&_=1365316525519
>>>>> 2013-04-07 00:35:25,536 DEBUG [cloud.api.ApiServlet]
>>>>> (1109449945@qtp-1008805148-34:null) ===START===  127.0.0.1 -- GET
>>>>>
>>>>>command=listSystemVms&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8
>>>>>G
>>>>>o
>>>>>V
>>>>>A%3D&page=1&pagesize=1&_=1365316525534
>>>>> 2013-04-07 00:35:25,591 DEBUG [cloud.api.ApiServlet]
>>>>> (1109449945@qtp-1008805148-34:null) ===END===  127.0.0.1 -- GET
>>>>>
>>>>>command=listSystemVms&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8
>>>>>G
>>>>>o
>>>>>V
>>>>>A%3D&page=1&pagesize=1&_=1365316525534
>>>>> 2013-04-07 00:35:25,595 DEBUG [cloud.api.ApiServlet]
>>>>> (1109449945@qtp-1008805148-34:null) ===START===  127.0.0.1 -- GET
>>>>>
>>>>>command=listRouters&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8Go
>>>>>V
>>>>>A
>>>>>%
>>>>>3D&projectid=-1&page=1&pagesize=1&_=1365316525593
>>>>> 2013-04-07 00:35:25,603 DEBUG [cloud.api.ApiServlet]
>>>>> (1109449945@qtp-1008805148-34:null) ===END===  127.0.0.1 -- GET
>>>>>
>>>>>command=listRouters&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8Go
>>>>>V
>>>>>A
>>>>>%
>>>>>3D&projectid=-1&page=1&pagesize=1&_=1365316525593
>>>>> 2013-04-07 00:35:25,606 DEBUG [cloud.api.ApiServlet]
>>>>> (1109449945@qtp-1008805148-34:null) ===START===  127.0.0.1 -- GET
>>>>>
>>>>>command=listRouters&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8Go
>>>>>V
>>>>>A
>>>>>%
>>>>>3D&listAll=true&page=1&pagesize=1&_=1365316525604
>>>>> 2013-04-07 00:35:25,617 DEBUG [cloud.api.ApiServlet]
>>>>> (1109449945@qtp-1008805148-34:null) ===END===  127.0.0.1 -- GET
>>>>>
>>>>>command=listRouters&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8Go
>>>>>V
>>>>>A
>>>>>%
>>>>>3D&listAll=true&page=1&pagesize=1&_=1365316525604
>>>>> 2013-04-07 00:35:25,621 DEBUG [cloud.api.ApiServlet]
>>>>> (1109449945@qtp-1008805148-34:null) ===START===  127.0.0.1 -- GET
>>>>>
>>>>>command=listCapacity&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8G
>>>>>o
>>>>>V
>>>>>A
>>>>>%3D&_=1365316525619
>>>>> 2013-04-07 00:35:25,634 DEBUG [cloud.api.ApiServlet]
>>>>> (1109449945@qtp-1008805148-34:null) ===END===  127.0.0.1 -- GET
>>>>>
>>>>>command=listCapacity&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8G
>>>>>o
>>>>>V
>>>>>A
>>>>>%3D&_=1365316525619
>>>>> 2013-04-07 00:35:27,158 DEBUG [agent.manager.DirectAgentAttache]
>>>>> (DirectAgent-276:null) Ping from 1
>>>>> 2013-04-07 00:35:29,095 DEBUG [agent.manager.DirectAgentAttache]
>>>>> (DirectAgent-139:null) Seq 1-90046472: Executing request
>>>>> 2013-04-07 00:35:29,302 DEBUG [agent.manager.DirectAgentAttache]
>>>>> (DirectAgent-139:null) Seq 1-90046472: Response Received:
>>>>> 2013-04-07 00:35:29,303 DEBUG [agent.transport.Request]
>>>>> (DirectAgent-139:null) Seq 1-90046472: Processing:  { Ans: , MgmtId:
>>>>>1,
>>>>> via: 1, Ver: v1, Flags: 10,
>>>>>
>>>>>[{"ClusterSyncAnswer":{"_clusterId":1,"_newStates":{},"_isExecuted":fa
>>>>>l
>>>>>s
>>>>>e
>>>>>,"result":true,"wait":0}}]
>>>>> }
>>>>> 2013-04-07 00:35:31,624 DEBUG [cloud.api.ApiServlet]
>>>>> (1109449945@qtp-1008805148-34:null) ===START===  127.0.0.1 -- GET
>>>>>
>>>>>command=listVirtualMachines&response=json&sessionkey=Z6QqzU0Fq1iT13bMg
>>>>>n
>>>>>R
>>>>>R
>>>>>fl8GoVA%3D&listAll=true&page=1&pagesize=20&_=1365316531622
>>>>> 2013-04-07 00:35:31,644 DEBUG [cloud.api.ApiServlet]
>>>>> (1109449945@qtp-1008805148-34:null) ===END===  127.0.0.1 -- GET
>>>>>
>>>>>command=listVirtualMachines&response=json&sessionkey=Z6QqzU0Fq1iT13bMg
>>>>>n
>>>>>R
>>>>>R
>>>>>fl8GoVA%3D&listAll=true&page=1&pagesize=20&_=1365316531622
>>>>> 2013-04-07 00:35:32,710 DEBUG [cloud.api.ApiServlet]
>>>>> (1109449945@qtp-1008805148-34:null) ===START===  127.0.0.1 -- GET
>>>>>
>>>>>command=listVolumes&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8Go
>>>>>V
>>>>>A
>>>>>%
>>>>>3D&listAll=true&page=1&pagesize=20&_=1365316532708
>>>>> 2013-04-07 00:35:32,724 DEBUG [cloud.api.ApiServlet]
>>>>> (1109449945@qtp-1008805148-34:null) ===END===  127.0.0.1 -- GET
>>>>>
>>>>>command=listVolumes&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8Go
>>>>>V
>>>>>A
>>>>>%
>>>>>3D&listAll=true&page=1&pagesize=20&_=1365316532708
>>>>> 2013-04-07 00:35:33,917 DEBUG [cloud.api.ApiServlet]
>>>>> (1109449945@qtp-1008805148-34:null) ===START===  127.0.0.1 -- GET
>>>>>
>>>>>command=listVirtualMachines&response=json&sessionkey=Z6QqzU0Fq1iT13bMg
>>>>>n
>>>>>R
>>>>>R
>>>>>fl8GoVA%3D&listAll=true&page=1&pagesize=20&_=1365316533915
>>>>> 2013-04-07 00:35:33,935 DEBUG [cloud.api.ApiServlet]
>>>>> (1109449945@qtp-1008805148-34:null) ===END===  127.0.0.1 -- GET
>>>>>
>>>>>command=listVirtualMachines&response=json&sessionkey=Z6QqzU0Fq1iT13bMg
>>>>>n
>>>>>R
>>>>>R
>>>>>fl8GoVA%3D&listAll=true&page=1&pagesize=20&_=1365316533915
>>>>> 2013-04-07 00:35:35,668 DEBUG [cloud.api.ApiServlet]
>>>>> (1109449945@qtp-1008805148-34:null) ===START===  127.0.0.1 -- GET
>>>>>
>>>>>command=listVirtualMachines&id=c18ddf7c-fc61-40b0-af75-fdef05f8eae6&re
>>>>>s
>>>>>p
>>>>>o
>>>>>nse=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316535666
>>>>> 2013-04-07 00:35:35,689 DEBUG [cloud.api.ApiServlet]
>>>>> (1109449945@qtp-1008805148-34:null) ===END===  127.0.0.1 -- GET
>>>>>
>>>>>command=listVirtualMachines&id=c18ddf7c-fc61-40b0-af75-fdef05f8eae6&re
>>>>>s
>>>>>p
>>>>>o
>>>>>nse=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316535666
>>>>> 2013-04-07 00:35:35,695 DEBUG [cloud.api.ApiServlet]
>>>>> (1109449945@qtp-1008805148-34:null) ===START===  127.0.0.1 -- GET
>>>>>
>>>>>command=listOsTypes&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8Go
>>>>>V
>>>>>A
>>>>>%
>>>>>3D&_=1365316535693
>>>>> 2013-04-07 00:35:35,873 DEBUG [cloud.api.ApiServlet]
>>>>> (1109449945@qtp-1008805148-34:null) ===END===  127.0.0.1 -- GET
>>>>>
>>>>>command=listOsTypes&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8Go
>>>>>V
>>>>>A
>>>>>%
>>>>>3D&_=1365316535693
>>>>> 2013-04-07 00:35:39,081 DEBUG [cloud.api.ApiServlet]
>>>>> (1109449945@qtp-1008805148-34:null) ===START===  127.0.0.1 -- GET
>>>>>
>>>>>command=destroyVirtualMachine&id=c18ddf7c-fc61-40b0-af75-fdef05f8eae6&
>>>>>r
>>>>>e
>>>>>s
>>>>>ponse=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316539079
>>>>> 2013-04-07 00:35:39,103 DEBUG [cloud.async.AsyncJobManagerImpl]
>>>>> (1109449945@qtp-1008805148-34:null) submit async job-45, details:
>>>>> AsyncJobVO {id:45, userId: 2, accountId: 2, sessionKey: null,
>>>>>instanceType:
>>>>> null, instanceId: 12, cmd:
>>>>> org.apache.cloudstack.api.command.user.vm.DestroyVMCmd, 
>>>>>cmdOriginator:
>>>>> null, cmdInfo:
>>>>>
>>>>>{"id":"c18ddf7c-fc61-40b0-af75-fdef05f8eae6","response":"json","sessio
>>>>>n
>>>>>k
>>>>>e
>>>>>y":"Z6QqzU0Fq1iT13bMgnRRfl8GoVA\u003d","ctxUserId":"2","_":"1365316539
>>>>>0
>>>>>7
>>>>>9
>>>>>","ctxAccountId":"2","ctxStartEventId":"50"},
>>>>> cmdVersion: 0, callbackType: 0, callbackAddress: null, status: 0,
>>>>> processStatus: 0, resultCode: 0, result: null, initMsid: 1,
>>>>>completeMsid:
>>>>> null, lastUpdated: null, lastPolled: null, created: null}
>>>>> 2013-04-07 00:35:39,104 DEBUG [cloud.async.AsyncJobManagerImpl]
>>>>> (Job-Executor-38:job-45) Executing
>>>>> org.apache.cloudstack.api.command.user.vm.DestroyVMCmd for job-45
>>>>> 2013-04-07 00:35:39,105 DEBUG [cloud.api.ApiServlet]
>>>>> (1109449945@qtp-1008805148-34:null) ===END===  127.0.0.1 -- GET
>>>>>
>>>>>command=destroyVirtualMachine&id=c18ddf7c-fc61-40b0-af75-fdef05f8eae6&
>>>>>r
>>>>>e
>>>>>s
>>>>>ponse=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316539079
>>>>> 2013-04-07 00:35:39,119 DEBUG [cloud.vm.VirtualMachineManagerImpl]
>>>>> (Job-Executor-38:job-45) Destroying vm
>>>>> VM[User|c18ddf7c-fc61-40b0-af75-fdef05f8eae6]
>>>>> 2013-04-07 00:35:39,123 DEBUG [cloud.capacity.CapacityManagerImpl]
>>>>> (Job-Executor-38:job-45) VM state transitted from :Running to 
>>>>>Stopping
>>>>>with
>>>>> event: StopRequestedvm's original host id: 5 new host id: 5 host id
>>>>>before
>>>>> state transition: 5
>>>>> 2013-04-07 00:35:39,125 DEBUG [agent.transport.Request]
>>>>> (Job-Executor-38:job-45) Seq 5-614334817: Sending  { Cmd , MgmtId: 1,
>>>>>via:
>>>>> 5, Ver: v1, Flags: 100111,
>>>>> [{"StopCommand":{"isProxy":false,"vmName":"i-2-12-VM","wait":0}}] }
>>>>> 2013-04-07 00:35:39,125 DEBUG [agent.transport.Request]
>>>>> (Job-Executor-38:job-45) Seq 5-614334817: Executing:  { Cmd , MgmtId:
>>>>>1,
>>>>> via: 5, Ver: v1, Flags: 100111,
>>>>> [{"StopCommand":{"isProxy":false,"vmName":"i-2-12-VM","wait":0}}] }
>>>>> 2013-04-07 00:35:39,125 DEBUG [agent.manager.DirectAgentAttache]
>>>>> (DirectAgent-414:null) Seq 5-614334817: Executing request
>>>>> 2013-04-07 00:35:39,289 DEBUG [xen.resource.CitrixResourceBase]
>>>>> (DirectAgent-414:null) 9. The VM i-2-12-VM is in Stopping state
>>>>> 2013-04-07 00:35:39,720 INFO  [xen.resource.CitrixResourceBase]
>>>>> (DirectAgent-414:null) Removed  network rules for vm i-2-12-VM
>>>>> 2013-04-07 00:35:42,113 DEBUG [cloud.api.ApiServlet]
>>>>> (1109449945@qtp-1008805148-34:null) ===START===  127.0.0.1 -- GET
>>>>>
>>>>>command=queryAsyncJobResult&jobId=1288fa5b-8b5f-4952-b056-b180437edfd5
>>>>>&
>>>>>r
>>>>>e
>>>>>sponse=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316542111
>>>>> 2013-04-07 00:35:42,127 DEBUG [cloud.api.ApiServlet]
>>>>> (1109449945@qtp-1008805148-34:null) ===END===  127.0.0.1 -- GET
>>>>>
>>>>>command=queryAsyncJobResult&jobId=1288fa5b-8b5f-4952-b056-b180437edfd5
>>>>>&
>>>>>r
>>>>>e
>>>>>sponse=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316542111
>>>>> 2013-04-07 00:35:45,114 DEBUG [cloud.api.ApiServlet]
>>>>> (1109449945@qtp-1008805148-34:null) ===START===  127.0.0.1 -- GET
>>>>>
>>>>>command=queryAsyncJobResult&jobId=1288fa5b-8b5f-4952-b056-b180437edfd5
>>>>>&
>>>>>r
>>>>>e
>>>>>sponse=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316545112
>>>>> 2013-04-07 00:35:45,129 DEBUG [cloud.api.ApiServlet]
>>>>> (1109449945@qtp-1008805148-34:null) ===END===  127.0.0.1 -- GET
>>>>>
>>>>>command=queryAsyncJobResult&jobId=1288fa5b-8b5f-4952-b056-b180437edfd5
>>>>>&
>>>>>r
>>>>>e
>>>>>sponse=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316545112
>>>>> 2013-04-07 00:35:47,682 DEBUG [agent.manager.AgentManagerImpl]
>>>>> (AgentManager-Handler-3:null) Ping from 3
>>>>> 2013-04-07 00:35:48,115 DEBUG [cloud.api.ApiServlet]
>>>>> (1109449945@qtp-1008805148-34:null) ===START===  127.0.0.1 -- GET
>>>>>
>>>>>command=queryAsyncJobResult&jobId=1288fa5b-8b5f-4952-b056-b180437edfd5
>>>>>&
>>>>>r
>>>>>e
>>>>>sponse=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316548112
>>>>> 2013-04-07 00:35:48,133 DEBUG [cloud.api.ApiServlet]
>>>>> (1109449945@qtp-1008805148-34:null) ===END===  127.0.0.1 -- GET
>>>>>
>>>>>command=queryAsyncJobResult&jobId=1288fa5b-8b5f-4952-b056-b180437edfd5
>>>>>&
>>>>>r
>>>>>e
>>>>>sponse=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316548112
>>>>> 2013-04-07 00:35:50,456 DEBUG
>>>>> [storage.secondary.SecondaryStorageManagerImpl] (secstorage-1:null)
>>>>>Zone 1
>>>>> is ready to launch secondary storage VM
>>>>> 2013-04-07 00:35:50,564 DEBUG
>>>>>[cloud.consoleproxy.ConsoleProxyManagerImpl]
>>>>> (consoleproxy-1:null) Zone 1 is ready to launch console proxy
>>>>> 2013-04-07 00:35:50,819 DEBUG
>>>>> [network.router.VirtualNetworkApplianceManagerImpl]
>>>>> (RouterStatusMonitor-1:null) Found 0 routers to update status.
>>>>> 2013-04-07 00:35:50,821 DEBUG
>>>>> [network.router.VirtualNetworkApplianceManagerImpl]
>>>>> (RouterStatusMonitor-1:null) Found 0 networks to update RvR status.
>>>>> 2013-04-07 00:35:50,851 DEBUG
>>>>> [network.router.VirtualNetworkApplianceManagerImpl]
>>>>> (RouterStatusMonitor-1:null) Found 0 routers to update status.
>>>>> 2013-04-07 00:35:50,852 DEBUG
>>>>> [network.router.VirtualNetworkApplianceManagerImpl]
>>>>> (RouterStatusMonitor-1:null) Found 0 networks to update RvR status.
>>>>> 2013-04-07 00:35:51,117 DEBUG [cloud.api.ApiServlet]
>>>>> (1109449945@qtp-1008805148-34:null) ===START===  127.0.0.1 -- GET
>>>>>
>>>>>command=queryAsyncJobResult&jobId=1288fa5b-8b5f-4952-b056-b180437edfd5
>>>>>&
>>>>>r
>>>>>e
>>>>>sponse=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316551115
>>>>> 2013-04-07 00:35:51,132 DEBUG [cloud.api.ApiServlet]
>>>>> (1109449945@qtp-1008805148-34:null) ===END===  127.0.0.1 -- GET
>>>>>
>>>>>command=queryAsyncJobResult&jobId=1288fa5b-8b5f-4952-b056-b180437edfd5
>>>>>&
>>>>>r
>>>>>e
>>>>>sponse=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316551115
>>>>> 2013-04-07 00:35:51,242 DEBUG [xen.resource.CitrixResourceBase]
>>>>> (DirectAgent-414:null) 10. The VM i-2-12-VM is in Stopped state
>>>>> 2013-04-07 00:35:51,242 DEBUG [agent.manager.DirectAgentAttache]
>>>>> (DirectAgent-414:null) Seq 5-614334817: Response Received:
>>>>> 2013-04-07 00:35:51,243 DEBUG [agent.transport.Request]
>>>>> (DirectAgent-414:null) Seq 5-614334817: Processing:  { Ans: , MgmtId:
>>>>>1,
>>>>> via: 5, Ver: v1, Flags: 110,
>>>>> [{"StopAnswer":{"vncPort":0,"result":true,"details":"Stop VM 
>>>>>i-2-12-VM
>>>>> Succeed","wait":0}}] }
>>>>> 2013-04-07 00:35:51,243 DEBUG [agent.transport.Request]
>>>>> (Job-Executor-38:job-45) Seq 5-614334817: Received:  { Ans: , MgmtId:
>>>>>1,
>>>>> via: 5, Ver: v1, Flags: 110, { StopAnswer } }
>>>>> 2013-04-07 00:35:51,243 DEBUG [agent.manager.AgentAttache]
>>>>> (DirectAgent-414:null) Seq 5-614334817: No more commands found
>>>>> 2013-04-07 00:35:51,244 DEBUG [cloud.vm.VirtualMachineManagerImpl]
>>>>> (Job-Executor-38:job-45) 
>>>>>VM[User|c18ddf7c-fc61-40b0-af75-fdef05f8eae6]
>>>>>is
>>>>> stopped on the host.  Proceeding to release resource held.
>>>>> 2013-04-07 00:35:51,251 DEBUG [cloud.network.NetworkManagerImpl]
>>>>> (Job-Executor-38:job-45) Changing active number of nics for network
>>>>>id=204
>>>>> on -1
>>>>> 2013-04-07 00:35:51,252 DEBUG [cloud.network.NetworkManagerImpl]
>>>>> (Job-Executor-38:job-45) Asking ElasticLoadBalancerElement to release
>>>>> Nic[18-12-6416c373-20d8-4617-8dcb-30a8ff9d0f34-192.168.56.195]
>>>>> 2013-04-07 00:35:51,252 DEBUG [cloud.network.NetworkManagerImpl]
>>>>> (Job-Executor-38:job-45) Asking NiciraNvpElement to release
>>>>> Nic[18-12-6416c373-20d8-4617-8dcb-30a8ff9d0f34-192.168.56.195]
>>>>> 2013-04-07 00:35:51,252 DEBUG [network.element.NiciraNvpElement]
>>>>> (Job-Executor-38:job-45) Checking if NiciraNvpElement can handle
>>>>>service
>>>>> Connectivity on network guestNetworkForBasicZone
>>>>> 2013-04-07 00:35:51,252 DEBUG [cloud.network.NetworkManagerImpl]
>>>>> (Job-Executor-38:job-45) Asking BigSwitchVnsElement to release
>>>>> Nic[18-12-6416c373-20d8-4617-8dcb-30a8ff9d0f34-192.168.56.195]
>>>>> 2013-04-07 00:35:51,252 DEBUG [network.element.BigSwitchVnsElement]
>>>>> (Job-Executor-38:job-45) Checking if BigSwitchVnsElement can handle
>>>>>service
>>>>> Connectivity on network guestNetworkForBasicZone
>>>>> 2013-04-07 00:35:51,252 DEBUG [cloud.network.NetworkManagerImpl]
>>>>> (Job-Executor-38:job-45) Asking Ovs to release
>>>>> Nic[18-12-6416c373-20d8-4617-8dcb-30a8ff9d0f34-192.168.56.195]
>>>>> 2013-04-07 00:35:51,252 DEBUG [cloud.network.NetworkManagerImpl]
>>>>> (Job-Executor-38:job-45) Asking BareMetalDhcp to release
>>>>> Nic[18-12-6416c373-20d8-4617-8dcb-30a8ff9d0f34-192.168.56.195]
>>>>> 2013-04-07 00:35:51,252 DEBUG [cloud.network.NetworkManagerImpl]
>>>>> (Job-Executor-38:job-45) Asking BareMetalPxe to release
>>>>> Nic[18-12-6416c373-20d8-4617-8dcb-30a8ff9d0f34-192.168.56.195]
>>>>> 2013-04-07 00:35:51,252 DEBUG [cloud.network.NetworkManagerImpl]
>>>>> (Job-Executor-38:job-45) Asking BareMetalUserdata to release
>>>>> Nic[18-12-6416c373-20d8-4617-8dcb-30a8ff9d0f34-192.168.56.195]
>>>>> 2013-04-07 00:35:51,252 DEBUG [cloud.network.NetworkManagerImpl]
>>>>> (Job-Executor-38:job-45) Asking SecurityGroupProvider to release
>>>>> Nic[18-12-6416c373-20d8-4617-8dcb-30a8ff9d0f34-192.168.56.195]
>>>>> 2013-04-07 00:35:51,252 DEBUG [cloud.network.NetworkManagerImpl]
>>>>> (Job-Executor-38:job-45) Asking VirtualRouter to release
>>>>> Nic[18-12-6416c373-20d8-4617-8dcb-30a8ff9d0f34-192.168.56.195]
>>>>> 2013-04-07 00:35:51,253 DEBUG [cloud.network.NetworkManagerImpl]
>>>>> (Job-Executor-38:job-45) Asking VpcVirtualRouter to release
>>>>> Nic[18-12-6416c373-20d8-4617-8dcb-30a8ff9d0f34-192.168.56.195]
>>>>> 2013-04-07 00:35:51,253 DEBUG [cloud.network.NetworkManagerImpl]
>>>>> (Job-Executor-38:job-45) Asking NiciraNvp to release
>>>>> Nic[18-12-6416c373-20d8-4617-8dcb-30a8ff9d0f34-192.168.56.195]
>>>>> 2013-04-07 00:35:51,253 DEBUG [network.element.NiciraNvpElement]
>>>>> (Job-Executor-38:job-45) Checking if NiciraNvpElement can handle
>>>>>service
>>>>> Connectivity on network guestNetworkForBasicZone
>>>>> 2013-04-07 00:35:51,253 DEBUG [cloud.network.NetworkManagerImpl]
>>>>> (Job-Executor-38:job-45) Asking JuniperSRX to release
>>>>> Nic[18-12-6416c373-20d8-4617-8dcb-30a8ff9d0f34-192.168.56.195]
>>>>> 2013-04-07 00:35:51,253 DEBUG [cloud.network.NetworkManagerImpl]
>>>>> (Job-Executor-38:job-45) Asking Netscaler to release
>>>>> Nic[18-12-6416c373-20d8-4617-8dcb-30a8ff9d0f34-192.168.56.195]
>>>>> 2013-04-07 00:35:51,253 DEBUG [cloud.network.NetworkManagerImpl]
>>>>> (Job-Executor-38:job-45) Asking F5BigIP to release
>>>>> Nic[18-12-6416c373-20d8-4617-8dcb-30a8ff9d0f34-192.168.56.195]
>>>>> 2013-04-07 00:35:51,253 DEBUG [cloud.network.NetworkManagerImpl]
>>>>> (Job-Executor-38:job-45) Asking CiscoNexus1000vVSM to release
>>>>> Nic[18-12-6416c373-20d8-4617-8dcb-30a8ff9d0f34-192.168.56.195]
>>>>> 2013-04-07 00:35:51,253 DEBUG [cloud.vm.VirtualMachineManagerImpl]
>>>>> (Job-Executor-38:job-45) Successfully released network resources for
>>>>>the vm
>>>>> VM[User|c18ddf7c-fc61-40b0-af75-fdef05f8eae6]
>>>>> 2013-04-07 00:35:51,253 DEBUG [cloud.vm.VirtualMachineManagerImpl]
>>>>> (Job-Executor-38:job-45) Successfully released storage resources for
>>>>>the vm
>>>>> VM[User|c18ddf7c-fc61-40b0-af75-fdef05f8eae6]
>>>>> 2013-04-07 00:35:51,298 DEBUG [cloud.capacity.CapacityManagerImpl]
>>>>> (Job-Executor-38:job-45) VM state transitted from :Stopping to 
>>>>>Stopped
>>>>>with
>>>>> event: OperationSucceededvm's original host id: 5 new host id: null
>>>>>host id
>>>>> before state transition: 5
>>>>> 2013-04-07 00:35:51,302 DEBUG [cloud.capacity.CapacityManagerImpl]
>>>>> (Job-Executor-38:job-45) Hosts's actual total CPU: 2479 and CPU after
>>>>> applying overprovisioning: 2479
>>>>> 2013-04-07 00:35:51,303 DEBUG [cloud.capacity.CapacityManagerImpl]
>>>>> (Job-Executor-38:job-45) release cpu from host: 5, old used:
>>>>>100,reserved:
>>>>> 0, actual total: 2479, total with overprovisioning: 2479; new used:
>>>>> 0,reserved:100; movedfromreserved: false,moveToReserveredtrue
>>>>> 2013-04-07 00:35:51,303 DEBUG [cloud.capacity.CapacityManagerImpl]
>>>>> (Job-Executor-38:job-45) release mem from host: 5, old used:
>>>>> 1073741824,reserved: 0, total: 1671695424; new used:
>>>>>0,reserved:1073741824;
>>>>> movedfromreserved: false,moveToReserveredtrue
>>>>> 2013-04-07 00:35:51,308 DEBUG [cloud.capacity.CapacityManagerImpl]
>>>>> (Job-Executor-38:job-45) VM state transitted from :Stopped to
>>>>>Destroyed
>>>>> with event: DestroyRequestedvm's original host id: 5 new host id: 
>>>>>null
>>>>>host
>>>>> id before state transition: null
>>>>> 2013-04-07 00:35:51,313 DEBUG [cloud.capacity.CapacityManagerImpl]
>>>>> (Job-Executor-38:job-45) Hosts's actual total CPU: 2479 and CPU after
>>>>> applying overprovisioning: 2479
>>>>> 2013-04-07 00:35:51,313 DEBUG [cloud.capacity.CapacityManagerImpl]
>>>>> (Job-Executor-38:job-45) release cpu from host: 5, old used:
>>>>>0,reserved:
>>>>> 100, actual total: 2479, total with overprovisioning: 2479; new used:
>>>>> 0,reserved:0; movedfromreserved: true,moveToReserveredfalse
>>>>> 2013-04-07 00:35:51,313 DEBUG [cloud.capacity.CapacityManagerImpl]
>>>>> (Job-Executor-38:job-45) release mem from host: 5, old used:
>>>>>0,reserved:
>>>>> 1073741824, total: 1671695424; new used: 0,reserved:0;
>>>>>movedfromreserved:
>>>>> true,moveToReserveredfalse
>>>>> 2013-04-07 00:35:51,328 DEBUG [cloud.async.AsyncJobManagerImpl]
>>>>> (Job-Executor-38:job-45) Complete async job-45, jobStatus: 1,
>>>>>resultCode:
>>>>> 0, result: org.apache.cloudstack.api.response.UserVmResponse@324f6e41
>>>>> 2013-04-07 00:35:51,332 DEBUG [cloud.async.AsyncJobManagerImpl]
>>>>> (Job-Executor-38:job-45) Done executing
>>>>> org.apache.cloudstack.api.command.user.vm.DestroyVMCmd for job-45
>>>>> 2013-04-07 00:35:51,397 DEBUG [cloud.api.ApiServlet]
>>>>> (1109449945@qtp-1008805148-34:null) ===START===  127.0.0.1 -- GET
>>>>>
>>>>>command=listVirtualMachines&id=94ddc16f-04fc-4da1-8326-01d8d5cdeb44&re
>>>>>s
>>>>>p
>>>>>o
>>>>>nse=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316551394
>>>>> 2013-04-07 00:35:51,417 DEBUG [cloud.api.ApiServlet]
>>>>> (1109449945@qtp-1008805148-34:null) ===END===  127.0.0.1 -- GET
>>>>>
>>>>>command=listVirtualMachines&id=94ddc16f-04fc-4da1-8326-01d8d5cdeb44&re
>>>>>s
>>>>>p
>>>>>o
>>>>>nse=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316551394
>>>>> 2013-04-07 00:35:51,425 DEBUG [cloud.api.ApiServlet]
>>>>> (1109449945@qtp-1008805148-34:null) ===START===  127.0.0.1 -- GET
>>>>>
>>>>>command=listOsTypes&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8Go
>>>>>V
>>>>>A
>>>>>%
>>>>>3D&_=1365316551423
>>>>> 2013-04-07 00:35:51,472 INFO  [agent.manager.AgentMonitor]
>>>>> (Thread-11:null) Found the following agents behind on ping: [6, 5]
>>>>> 2013-04-07 00:35:51,473 DEBUG [cloud.host.Status] (Thread-11:null)
>>>>>Ping
>>>>> timeout for host 6, do invstigation
>>>>> 2013-04-07 00:35:51,475 DEBUG [cloud.host.Status] (Thread-11:null)
>>>>>Ping
>>>>> timeout for host 5, do invstigation
>>>>> 2013-04-07 00:35:51,475 INFO  [agent.manager.AgentManagerImpl]
>>>>> (AgentTaskPool-7:null) Investigating why host 6 has disconnected with
>>>>>event
>>>>> PingTimeout
>>>>> 2013-04-07 00:35:51,475 DEBUG [agent.manager.AgentManagerImpl]
>>>>> (AgentTaskPool-7:null) checking if agent (6) is alive
>>>>> 2013-04-07 00:35:51,478 INFO  [agent.manager.AgentManagerImpl]
>>>>> (AgentTaskPool-8:null) Investigating why host 5 has disconnected with
>>>>>event
>>>>> PingTimeout
>>>>> 2013-04-07 00:35:51,478 DEBUG [agent.manager.AgentManagerImpl]
>>>>> (AgentTaskPool-8:null) checking if agent (5) is alive
>>>>> 2013-04-07 00:35:51,480 DEBUG [agent.transport.Request]
>>>>> (AgentTaskPool-7:null) Seq 6-324993313: Sending  { Cmd , MgmtId: 1,
>>>>>via: 6,
>>>>> Ver: v1, Flags: 100011, [{"CheckHealthCommand":{"wait":50}}] }
>>>>> 2013-04-07 00:35:51,481 DEBUG [agent.transport.Request]
>>>>> (AgentTaskPool-7:null) Seq 6-324993313: Executing:  { Cmd , MgmtId: 
>>>>>1,
>>>>>via:
>>>>> 6, Ver: v1, Flags: 100011, [{"CheckHealthCommand":{"wait":50}}] }
>>>>> 2013-04-07 00:35:51,481 DEBUG [agent.manager.DirectAgentAttache]
>>>>> (DirectAgent-361:null) Seq 6-324993313: Executing request
>>>>> 2013-04-07 00:35:51,488 DEBUG [agent.transport.Request]
>>>>> (AgentTaskPool-8:null) Seq 5-614334818: Sending  { Cmd , MgmtId: 1,
>>>>>via: 5,
>>>>> Ver: v1, Flags: 100011, [{"CheckHealthCommand":{"wait":50}}] }
>>>>> 2013-04-07 00:35:51,489 DEBUG [agent.transport.Request]
>>>>> (AgentTaskPool-8:null) Seq 5-614334818: Executing:  { Cmd , MgmtId: 
>>>>>1,
>>>>>via:
>>>>> 5, Ver: v1, Flags: 100011, [{"CheckHealthCommand":{"wait":50}}] }
>>>>> 2013-04-07 00:35:51,489 DEBUG [agent.manager.DirectAgentAttache]
>>>>> (DirectAgent-290:null) Seq 5-614334818: Executing request
>>>>> 2013-04-07 00:35:51,556 DEBUG [agent.manager.DirectAgentAttache]
>>>>> (DirectAgent-290:null) Seq 5-614334818: Response Received:
>>>>> 2013-04-07 00:35:51,557 DEBUG [agent.transport.Request]
>>>>> (DirectAgent-290:null) Seq 5-614334818: Processing:  { Ans: , MgmtId:
>>>>>1,
>>>>> via: 5, Ver: v1, Flags: 10,
>>>>> [{"CheckHealthAnswer":{"result":true,"details":"resource is
>>>>> alive","wait":0}}] }
>>>>> 2013-04-07 00:35:51,557 DEBUG [agent.transport.Request]
>>>>> (AgentTaskPool-8:null) Seq 5-614334818: Received:  { Ans: , MgmtId: 
>>>>>1,
>>>>>via:
>>>>> 5, Ver: v1, Flags: 10, { CheckHealthAnswer } }
>>>>> 2013-04-07 00:35:51,557 DEBUG [agent.manager.AgentManagerImpl]
>>>>> (AgentTaskPool-8:null) Details from executing class
>>>>> com.cloud.agent.api.CheckHealthCommand: resource is alive
>>>>> 2013-04-07 00:35:51,557 DEBUG [agent.manager.AgentManagerImpl]
>>>>> (AgentTaskPool-8:null) agent (5) responded to checkHeathCommand,
>>>>>reporting
>>>>> that agent is Up
>>>>> 2013-04-07 00:35:51,557 INFO  [agent.manager.AgentManagerImpl]
>>>>> (AgentTaskPool-8:null) The state determined is Up
>>>>> 2013-04-07 00:35:51,557 INFO  [agent.manager.AgentManagerImpl]
>>>>> (AgentTaskPool-8:null) Agent is determined to be up and running
>>>>> 2013-04-07 00:35:51,557 DEBUG [cloud.host.Status]
>>>>>(AgentTaskPool-8:null)
>>>>> Transition:[Resource state = Enabled, Agent event = Ping, Host id = 
>>>>>5,
>>>>>name
>>>>> = Tut-XenServer2]
>>>>> 2013-04-07 00:35:51,563 DEBUG [cloud.host.Status]
>>>>>(AgentTaskPool-8:null)
>>>>> Agent status update: [id = 5; name = Tut-XenServer2; old status = Up;
>>>>>event
>>>>> = Ping; new status = Up; old update count = 149; new update count =
>>>>>150]
>>>>> 2013-04-07 00:35:51,568 DEBUG [agent.manager.DirectAgentAttache]
>>>>> (DirectAgent-361:null) Seq 6-324993313: Response Received:
>>>>> 2013-04-07 00:35:51,568 DEBUG [agent.transport.Request]
>>>>> (DirectAgent-361:null) Seq 6-324993313: Processing:  { Ans: , MgmtId:
>>>>>1,
>>>>> via: 6, Ver: v1, Flags: 10,
>>>>> [{"CheckHealthAnswer":{"result":true,"details":"resource is
>>>>> alive","wait":0}}] }
>>>>> 2013-04-07 00:35:51,569 DEBUG [agent.transport.Request]
>>>>> (AgentTaskPool-7:null) Seq 6-324993313: Received:  { Ans: , MgmtId: 
>>>>>1,
>>>>>via:
>>>>> 6, Ver: v1, Flags: 10, { CheckHealthAnswer } }
>>>>> 2013-04-07 00:35:51,569 DEBUG [agent.manager.AgentManagerImpl]
>>>>> (AgentTaskPool-7:null) Details from executing class
>>>>> com.cloud.agent.api.CheckHealthCommand: resource is alive
>>>>> 2013-04-07 00:35:51,569 DEBUG [agent.manager.AgentManagerImpl]
>>>>> (AgentTaskPool-7:null) agent (6) responded to checkHeathCommand,
>>>>>reporting
>>>>> that agent is Up
>>>>> 2013-04-07 00:35:51,569 INFO  [agent.manager.AgentManagerImpl]
>>>>> (AgentTaskPool-7:null) The state determined is Up
>>>>> 2013-04-07 00:35:51,569 INFO  [agent.manager.AgentManagerImpl]
>>>>> (AgentTaskPool-7:null) Agent is determined to be up and running
>>>>> 2013-04-07 00:35:51,569 DEBUG [cloud.host.Status]
>>>>>(AgentTaskPool-7:null)
>>>>> Transition:[Resource state = Enabled, Agent event = Ping, Host id = 
>>>>>6,
>>>>>name
>>>>> = Tut-XenServer]
>>>>> 2013-04-07 00:35:51,574 DEBUG [cloud.host.Status]
>>>>>(AgentTaskPool-7:null)
>>>>> Agent status update: [id = 6; name = Tut-XenServer; old status = Up;
>>>>>event
>>>>> = Ping; new status = Up; old update count = 312; new update count =
>>>>>313]
>>>>> 2013-04-07 00:35:51,668 DEBUG [cloud.api.ApiServlet]
>>>>> (1109449945@qtp-1008805148-34:null) ===END===  127.0.0.1 -- GET
>>>>>
>>>>>command=listOsTypes&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8Go
>>>>>V
>>>>>A
>>>>>%
>>>>>3D&_=1365316551423
>>>>> 2013-04-07 00:35:54,118 DEBUG [cloud.api.ApiServlet]
>>>>> (1109449945@qtp-1008805148-34:null) ===START===  127.0.0.1 -- GET
>>>>>
>>>>>command=queryAsyncJobResult&jobId=1288fa5b-8b5f-4952-b056-b180437edfd5
>>>>>&
>>>>>r
>>>>>e
>>>>>sponse=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316554116
>>>>> 2013-04-07 00:35:54,129 DEBUG [cloud.async.AsyncJobManagerImpl]
>>>>> (1109449945@qtp-1008805148-34:null) Async job-45 completed
>>>>> 2013-04-07 00:35:54,135 DEBUG [cloud.api.ApiServlet]
>>>>> (1109449945@qtp-1008805148-34:null) ===END===  127.0.0.1 -- GET
>>>>>
>>>>>command=queryAsyncJobResult&jobId=1288fa5b-8b5f-4952-b056-b180437edfd5
>>>>>&
>>>>>r
>>>>>e
>>>>>sponse=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316554116
>>>>> 2013-04-07 00:35:55,077 DEBUG [cloud.api.ApiServlet]
>>>>> (1109449945@qtp-1008805148-34:null) ===START===  127.0.0.1 -- GET
>>>>>
>>>>>command=destroyVirtualMachine&id=94ddc16f-04fc-4da1-8326-01d8d5cdeb44&
>>>>>r
>>>>>e
>>>>>s
>>>>>ponse=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316555075
>>>>> 2013-04-07 00:35:55,098 DEBUG [cloud.async.AsyncJobManagerImpl]
>>>>> (1109449945@qtp-1008805148-34:null) submit async job-46, details:
>>>>> AsyncJobVO {id:46, userId: 2, accountId: 2, sessionKey: null,
>>>>>instanceType:
>>>>> null, instanceId: 13, cmd:
>>>>> org.apache.cloudstack.api.command.user.vm.DestroyVMCmd, 
>>>>>cmdOriginator:
>>>>> null, cmdInfo:
>>>>>
>>>>>{"id":"94ddc16f-04fc-4da1-8326-01d8d5cdeb44","response":"json","sessio
>>>>>n
>>>>>k
>>>>>e
>>>>>y":"Z6QqzU0Fq1iT13bMgnRRfl8GoVA\u003d","ctxUserId":"2","_":"1365316555
>>>>>0
>>>>>7
>>>>>5
>>>>>","ctxAccountId":"2","ctxStartEventId":"51"},
>>>>> cmdVersion: 0, callbackType: 0, callbackAddress: null, status: 0,
>>>>> processStatus: 0, resultCode: 0, result: null, initMsid: 1,
>>>>>completeMsid:
>>>>> null, lastUpdated: null, lastPolled: null, created: null}
>>>>> 2013-04-07 00:35:55,098 DEBUG [cloud.async.AsyncJobManagerImpl]
>>>>> (Job-Executor-39:job-46) Executing
>>>>> org.apache.cloudstack.api.command.user.vm.DestroyVMCmd for job-46
>>>>> 2013-04-07 00:35:55,100 DEBUG [cloud.api.ApiServlet]
>>>>> (1109449945@qtp-1008805148-34:null) ===END===  127.0.0.1 -- GET
>>>>>
>>>>>command=destroyVirtualMachine&id=94ddc16f-04fc-4da1-8326-01d8d5cdeb44&
>>>>>r
>>>>>e
>>>>>s
>>>>>ponse=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316555075
>>>>> 2013-04-07 00:35:55,113 DEBUG [cloud.vm.VirtualMachineManagerImpl]
>>>>> (Job-Executor-39:job-46) Destroying vm
>>>>> VM[User|94ddc16f-04fc-4da1-8326-01d8d5cdeb44]
>>>>> 2013-04-07 00:35:55,116 DEBUG [cloud.capacity.CapacityManagerImpl]
>>>>> (Job-Executor-39:job-46) VM state transitted from :Running to 
>>>>>Stopping
>>>>>with
>>>>> event: StopRequestedvm's original host id: 6 new host id: 6 host id
>>>>>before
>>>>> state transition: 6
>>>>> 2013-04-07 00:35:55,118 DEBUG [agent.transport.Request]
>>>>> (Job-Executor-39:job-46) Seq 6-324993314: Sending  { Cmd , MgmtId: 1,
>>>>>via:
>>>>> 6, Ver: v1, Flags: 100111,
>>>>> [{"StopCommand":{"isProxy":false,"vmName":"i-2-13-VM","wait":0}}] }
>>>>> 2013-04-07 00:35:55,118 DEBUG [agent.transport.Request]
>>>>> (Job-Executor-39:job-46) Seq 6-324993314: Executing:  { Cmd , MgmtId:
>>>>>1,
>>>>> via: 6, Ver: v1, Flags: 100111,
>>>>> [{"StopCommand":{"isProxy":false,"vmName":"i-2-13-VM","wait":0}}] }
>>>>> 2013-04-07 00:35:55,118 DEBUG [agent.manager.DirectAgentAttache]
>>>>> (DirectAgent-7:null) Seq 6-324993314: Executing request
>>>>> 2013-04-07 00:35:55,216 DEBUG [xen.resource.CitrixResourceBase]
>>>>> (DirectAgent-7:null) 9. The VM i-2-13-VM is in Stopping state
>>>>> 2013-04-07 00:35:55,532 INFO  [xen.resource.CitrixResourceBase]
>>>>> (DirectAgent-7:null) Removed  network rules for vm i-2-13-VM
>>>>> 2013-04-07 00:35:58,107 DEBUG [cloud.api.ApiServlet]
>>>>> (1109449945@qtp-1008805148-34:null) ===START===  127.0.0.1 -- GET
>>>>>
>>>>>command=queryAsyncJobResult&jobId=042967f3-4fd4-4bcf-a646-999eeca87235
>>>>>&
>>>>>r
>>>>>e
>>>>>sponse=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316558105
>>>>> 2013-04-07 00:35:58,121 DEBUG [cloud.api.ApiServlet]
>>>>> (1109449945@qtp-1008805148-34:null) ===END===  127.0.0.1 -- GET
>>>>>
>>>>>command=queryAsyncJobResult&jobId=042967f3-4fd4-4bcf-a646-999eeca87235
>>>>>&
>>>>>r
>>>>>e
>>>>>sponse=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316558105
>>>>> 2013-04-07 00:36:01,107 DEBUG [cloud.api.ApiServlet]
>>>>> (1109449945@qtp-1008805148-34:null) ===START===  127.0.0.1 -- GET
>>>>>
>>>>>command=queryAsyncJobResult&jobId=042967f3-4fd4-4bcf-a646-999eeca87235
>>>>>&
>>>>>r
>>>>>e
>>>>>sponse=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316561105
>>>>> 2013-04-07 00:36:01,121 DEBUG [cloud.api.ApiServlet]
>>>>> (1109449945@qtp-1008805148-34:null) ===END===  127.0.0.1 -- GET
>>>>>
>>>>>command=queryAsyncJobResult&jobId=042967f3-4fd4-4bcf-a646-999eeca87235
>>>>>&
>>>>>r
>>>>>e
>>>>>sponse=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316561105
>>>>> 2013-04-07 00:36:04,108 DEBUG [cloud.api.ApiServlet]
>>>>> (1109449945@qtp-1008805148-34:null) ===START===  127.0.0.1 -- GET
>>>>>
>>>>>command=queryAsyncJobResult&jobId=042967f3-4fd4-4bcf-a646-999eeca87235
>>>>>&
>>>>>r
>>>>>e
>>>>>sponse=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316564106
>>>>> 2013-04-07 00:36:04,128 DEBUG [cloud.api.ApiServlet]
>>>>> (1109449945@qtp-1008805148-34:null) ===END===  127.0.0.1 -- GET
>>>>>
>>>>>command=queryAsyncJobResult&jobId=042967f3-4fd4-4bcf-a646-999eeca87235
>>>>>&
>>>>>r
>>>>>e
>>>>>sponse=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316564106
>>>>> 2013-04-07 00:36:04,783 DEBUG [xen.resource.CitrixResourceBase]
>>>>> (DirectAgent-7:null) 10. The VM i-2-13-VM is in Stopped state
>>>>> 2013-04-07 00:36:04,783 DEBUG [agent.manager.DirectAgentAttache]
>>>>> (DirectAgent-7:null) Seq 6-324993314: Response Received:
>>>>> 2013-04-07 00:36:04,783 DEBUG [agent.transport.Request]
>>>>> (DirectAgent-7:null) Seq 6-324993314: Processing:  { Ans: , MgmtId: 
>>>>>1,
>>>>>via:
>>>>> 6, Ver: v1, Flags: 110,
>>>>> [{"StopAnswer":{"vncPort":0,"result":true,"details":"Stop VM 
>>>>>i-2-13-VM
>>>>> Succeed","wait":0}}] }
>>>>> 2013-04-07 00:36:04,783 DEBUG [agent.transport.Request]
>>>>> (Job-Executor-39:job-46) Seq 6-324993314: Received:  { Ans: , MgmtId:
>>>>>1,
>>>>> via: 6, Ver: v1, Flags: 110, { StopAnswer } }
>>>>> 2013-04-07 00:36:04,783 DEBUG [agent.manager.AgentAttache]
>>>>> (DirectAgent-7:null) Seq 6-324993314: No more commands found
>>>>> 2013-04-07 00:36:04,784 DEBUG [cloud.vm.VirtualMachineManagerImpl]
>>>>> (Job-Executor-39:job-46) 
>>>>>VM[User|94ddc16f-04fc-4da1-8326-01d8d5cdeb44]
>>>>>is
>>>>> stopped on the host.  Proceeding to release resource held.
>>>>> 2013-04-07 00:36:04,793 DEBUG [cloud.network.NetworkManagerImpl]
>>>>> (Job-Executor-39:job-46) Changing active number of nics for network
>>>>>id=204
>>>>> on -1
>>>>> 2013-04-07 00:36:04,794 DEBUG [cloud.network.NetworkManagerImpl]
>>>>> (Job-Executor-39:job-46) Asking ElasticLoadBalancerElement to release
>>>>> Nic[19-13-a8349669-6ff2-443f-88d3-c5d69100df3a-192.168.56.146]
>>>>> 2013-04-07 00:36:04,794 DEBUG [cloud.network.NetworkManagerImpl]
>>>>> (Job-Executor-39:job-46) Asking NiciraNvpElement to release
>>>>> Nic[19-13-a8349669-6ff2-443f-88d3-c5d69100df3a-192.168.56.146]
>>>>> 2013-04-07 00:36:04,795 DEBUG [network.element.NiciraNvpElement]
>>>>> (Job-Executor-39:job-46) Checking if NiciraNvpElement can handle
>>>>>service
>>>>> Connectivity on network guestNetworkForBasicZone
>>>>> 2013-04-07 00:36:04,795 DEBUG [cloud.network.NetworkManagerImpl]
>>>>> (Job-Executor-39:job-46) Asking BigSwitchVnsElement to release
>>>>> Nic[19-13-a8349669-6ff2-443f-88d3-c5d69100df3a-192.168.56.146]
>>>>> 2013-04-07 00:36:04,795 DEBUG [network.element.BigSwitchVnsElement]
>>>>> (Job-Executor-39:job-46) Checking if BigSwitchVnsElement can handle
>>>>>service
>>>>> Connectivity on network guestNetworkForBasicZone
>>>>> 2013-04-07 00:36:04,795 DEBUG [cloud.network.NetworkManagerImpl]
>>>>> (Job-Executor-39:job-46) Asking Ovs to release
>>>>> Nic[19-13-a8349669-6ff2-443f-88d3-c5d69100df3a-192.168.56.146]
>>>>> 2013-04-07 00:36:04,795 DEBUG [cloud.network.NetworkManagerImpl]
>>>>> (Job-Executor-39:job-46) Asking BareMetalDhcp to release
>>>>> Nic[19-13-a8349669-6ff2-443f-88d3-c5d69100df3a-192.168.56.146]
>>>>> 2013-04-07 00:36:04,795 DEBUG [cloud.network.NetworkManagerImpl]
>>>>> (Job-Executor-39:job-46) Asking BareMetalPxe to release
>>>>> Nic[19-13-a8349669-6ff2-443f-88d3-c5d69100df3a-192.168.56.146]
>>>>> 2013-04-07 00:36:04,795 DEBUG [cloud.network.NetworkManagerImpl]
>>>>> (Job-Executor-39:job-46) Asking BareMetalUserdata to release
>>>>> Nic[19-13-a8349669-6ff2-443f-88d3-c5d69100df3a-192.168.56.146]
>>>>> 2013-04-07 00:36:04,795 DEBUG [cloud.network.NetworkManagerImpl]
>>>>> (Job-Executor-39:job-46) Asking SecurityGroupProvider to release
>>>>> Nic[19-13-a8349669-6ff2-443f-88d3-c5d69100df3a-192.168.56.146]
>>>>> 2013-04-07 00:36:04,795 DEBUG [cloud.network.NetworkManagerImpl]
>>>>> (Job-Executor-39:job-46) Asking VirtualRouter to release
>>>>> Nic[19-13-a8349669-6ff2-443f-88d3-c5d69100df3a-192.168.56.146]
>>>>> 2013-04-07 00:36:04,795 DEBUG [cloud.network.NetworkManagerImpl]
>>>>> (Job-Executor-39:job-46) Asking VpcVirtualRouter to release
>>>>> Nic[19-13-a8349669-6ff2-443f-88d3-c5d69100df3a-192.168.56.146]
>>>>> 2013-04-07 00:36:04,795 DEBUG [cloud.network.NetworkManagerImpl]
>>>>> (Job-Executor-39:job-46) Asking NiciraNvp to release
>>>>> Nic[19-13-a8349669-6ff2-443f-88d3-c5d69100df3a-192.168.56.146]
>>>>> 2013-04-07 00:36:04,795 DEBUG [network.element.NiciraNvpElement]
>>>>> (Job-Executor-39:job-46) Checking if NiciraNvpElement can handle
>>>>>service
>>>>> Connectivity on network guestNetworkForBasicZone
>>>>> 2013-04-07 00:36:04,795 DEBUG [cloud.network.NetworkManagerImpl]
>>>>> (Job-Executor-39:job-46) Asking JuniperSRX to release
>>>>> Nic[19-13-a8349669-6ff2-443f-88d3-c5d69100df3a-192.168.56.146]
>>>>> 2013-04-07 00:36:04,795 DEBUG [cloud.network.NetworkManagerImpl]
>>>>> (Job-Executor-39:job-46) Asking Netscaler to release
>>>>> Nic[19-13-a8349669-6ff2-443f-88d3-c5d69100df3a-192.168.56.146]
>>>>> 2013-04-07 00:36:04,795 DEBUG [cloud.network.NetworkManagerImpl]
>>>>> (Job-Executor-39:job-46) Asking F5BigIP to release
>>>>> Nic[19-13-a8349669-6ff2-443f-88d3-c5d69100df3a-192.168.56.146]
>>>>> 2013-04-07 00:36:04,795 DEBUG [cloud.network.NetworkManagerImpl]
>>>>> (Job-Executor-39:job-46) Asking CiscoNexus1000vVSM to release
>>>>> Nic[19-13-a8349669-6ff2-443f-88d3-c5d69100df3a-192.168.56.146]
>>>>> 2013-04-07 00:36:04,795 DEBUG [cloud.vm.VirtualMachineManagerImpl]
>>>>> (Job-Executor-39:job-46) Successfully released network resources for
>>>>>the vm
>>>>> VM[User|94ddc16f-04fc-4da1-8326-01d8d5cdeb44]
>>>>> 2013-04-07 00:36:04,795 DEBUG [cloud.vm.VirtualMachineManagerImpl]
>>>>> (Job-Executor-39:job-46) Successfully released storage resources for
>>>>>the vm
>>>>> VM[User|94ddc16f-04fc-4da1-8326-01d8d5cdeb44]
>>>>> 2013-04-07 00:36:04,836 DEBUG [cloud.capacity.CapacityManagerImpl]
>>>>> (Job-Executor-39:job-46) VM state transitted from :Stopping to 
>>>>>Stopped
>>>>>with
>>>>> event: OperationSucceededvm's original host id: 6 new host id: null
>>>>>host id
>>>>> before state transition: 6
>>>>> 2013-04-07 00:36:04,843 DEBUG [cloud.capacity.CapacityManagerImpl]
>>>>> (Job-Executor-39:job-46) Hosts's actual total CPU: 2382 and CPU after
>>>>> applying overprovisioning: 2382
>>>>> 2013-04-07 00:36:04,844 DEBUG [cloud.capacity.CapacityManagerImpl]
>>>>> (Job-Executor-39:job-46) release cpu from host: 6, old used:
>>>>>200,reserved:
>>>>> 0, actual total: 2382, total with overprovisioning: 2382; new used:
>>>>> 100,reserved:100; movedfromreserved: false,moveToReserveredtrue
>>>>> 2013-04-07 00:36:04,844 DEBUG [cloud.capacity.CapacityManagerImpl]
>>>>> (Job-Executor-39:job-46) release mem from host: 6, old used:
>>>>> 1178599424,reserved: 0, total: 1671695424; new used:
>>>>> 104857600,reserved:1073741824; movedfromreserved:
>>>>>false,moveToReserveredtrue
>>>>> 2013-04-07 00:36:04,854 DEBUG [cloud.capacity.CapacityManagerImpl]
>>>>> (Job-Executor-39:job-46) VM state transitted from :Stopped to
>>>>>Destroyed
>>>>> with event: DestroyRequestedvm's original host id: 6 new host id: 
>>>>>null
>>>>>host
>>>>> id before state transition: null
>>>>> 2013-04-07 00:36:04,863 DEBUG [cloud.capacity.CapacityManagerImpl]
>>>>> (Job-Executor-39:job-46) Hosts's actual total CPU: 2382 and CPU after
>>>>> applying overprovisioning: 2382
>>>>> 2013-04-07 00:36:04,863 DEBUG [cloud.capacity.CapacityManagerImpl]
>>>>> (Job-Executor-39:job-46) release cpu from host: 6, old used:
>>>>>100,reserved:
>>>>> 100, actual total: 2382, total with overprovisioning: 2382; new used:
>>>>> 100,reserved:0; movedfromreserved: true,moveToReserveredfalse
>>>>> 2013-04-07 00:36:04,863 DEBUG [cloud.capacity.CapacityManagerImpl]
>>>>> (Job-Executor-39:job-46) release mem from host: 6, old used:
>>>>> 104857600,reserved: 1073741824, total: 1671695424; new used:
>>>>> 104857600,reserved:0; movedfromreserved: true,moveToReserveredfalse
>>>>> 2013-04-07 00:36:04,892 DEBUG [cloud.async.AsyncJobManagerImpl]
>>>>> (Job-Executor-39:job-46) Complete async job-46, jobStatus: 1,
>>>>>resultCode:
>>>>> 0, result: org.apache.cloudstack.api.response.UserVmResponse@519ba6bb
>>>>> 2013-04-07 00:36:04,897 DEBUG [cloud.async.AsyncJobManagerImpl]
>>>>> (Job-Executor-39:job-46) Done executing
>>>>> org.apache.cloudstack.api.command.user.vm.DestroyVMCmd for job-46
>>>>> 2013-04-07 00:36:04,949 DEBUG [agent.manager.DirectAgentAttache]
>>>>> (DirectAgent-410:null) Ping from 6
>>>>> 2013-04-07 00:36:06,058 DEBUG [agent.manager.DirectAgentAttache]
>>>>> (DirectAgent-234:null) Ping from 5
>>>>> 2013-04-07 00:36:06,909 DEBUG [agent.manager.DirectAgentAttache]
>>>>> (DirectAgent-407:null) Seq 6-324993028: Executing request
>>>>> 2013-04-07 00:36:07,097 DEBUG [xen.resource.CitrixResourceBase]
>>>>> (DirectAgent-407:null) VM missing i-2-13-VM old state stopped so
>>>>>removing.
>>>>> 2013-04-07 00:36:07,098 DEBUG [xen.resource.CitrixResourceBase]
>>>>> (DirectAgent-407:null) VM missing i-2-12-VM old state stopped so
>>>>>removing.
>>>>> 2013-04-07 00:36:07,098 DEBUG [agent.manager.DirectAgentAttache]
>>>>> (DirectAgent-407:null) Seq 6-324993028: Response Received:
>>>>> 2013-04-07 00:36:07,098 DEBUG [agent.transport.Request]
>>>>> (DirectAgent-407:null) Seq 6-324993028: Processing:  { Ans: , MgmtId:
>>>>>1,
>>>>> via: 6, Ver: v1, Flags: 10,
>>>>>
>>>>>[{"ClusterSyncAnswer":{"_clusterId":2,"_newStates":{},"_isExecuted":fa
>>>>>l
>>>>>s
>>>>>e
>>>>>,"result":true,"wait":0}}]
>>>>> }
>>>>> 2013-04-07 00:36:07,109 DEBUG [cloud.api.ApiServlet]
>>>>> (1109449945@qtp-1008805148-34:null) ===START===  127.0.0.1 -- GET
>>>>>
>>>>>command=queryAsyncJobResult&jobId=042967f3-4fd4-4bcf-a646-999eeca87235
>>>>>&
>>>>>r
>>>>>e
>>>>>sponse=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316567107
>>>>> 2013-04-07 00:36:07,119 DEBUG [cloud.async.AsyncJobManagerImpl]
>>>>> (1109449945@qtp-1008805148-34:null) Async job-46 completed
>>>>> 2013-04-07 00:36:07,125 DEBUG [cloud.api.ApiServlet]
>>>>> (1109449945@qtp-1008805148-34:null) ===END===  127.0.0.1 -- GET
>>>>>
>>>>>command=queryAsyncJobResult&jobId=042967f3-4fd4-4bcf-a646-999eeca87235
>>>>>&
>>>>>r
>>>>>e
>>>>>sponse=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316567107
>>>>> 2013-04-07 00:36:11,022 DEBUG [agent.manager.DirectAgentAttache]
>>>>> (DirectAgent-110:null) Seq 5-614334468: Executing request
>>>>> 2013-04-07 00:36:11,171 DEBUG [agent.manager.DirectAgentAttache]
>>>>> (DirectAgent-110:null) Seq 5-614334468: Response Received:
>>>>> 2013-04-07 00:36:11,171 DEBUG [agent.transport.Request]
>>>>> (DirectAgent-110:null) Seq 5-614334468: Processing:  { Ans: , MgmtId:
>>>>>1,
>>>>> via: 5, Ver: v1, Flags: 10, [{"Answer":{"result":true,"wait":0}}] }
>>>>> 2013-04-07 00:36:12,411 DEBUG [cloud.api.ApiServlet]
>>>>> (1109449945@qtp-1008805148-34:null) ===START===  127.0.0.1 -- GET
>>>>>
>>>>>command=listVolumes&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8Go
>>>>>V
>>>>>A
>>>>>%
>>>>>3D&listAll=true&page=1&pagesize=20&_=1365316572408
>>>>> 2013-04-07 00:36:12,426 DEBUG [cloud.api.ApiServlet]
>>>>> (1109449945@qtp-1008805148-34:null) ===END===  127.0.0.1 -- GET
>>>>>
>>>>>command=listVolumes&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8Go
>>>>>V
>>>>>A
>>>>>%
>>>>>3D&listAll=true&page=1&pagesize=20&_=1365316572408
>>>>> 2013-04-07 00:36:13,241 DEBUG [cloud.api.ApiServlet]
>>>>> (1109449945@qtp-1008805148-34:null) ===START===  127.0.0.1 -- GET
>>>>>
>>>>>command=listVirtualMachines&response=json&sessionkey=Z6QqzU0Fq1iT13bMg
>>>>>n
>>>>>R
>>>>>R
>>>>>fl8GoVA%3D&listAll=true&page=1&pagesize=20&_=1365316573239
>>>>> 2013-04-07 00:36:13,259 DEBUG [cloud.api.ApiServlet]
>>>>> (1109449945@qtp-1008805148-34:null) ===END===  127.0.0.1 -- GET
>>>>>
>>>>>command=listVirtualMachines&response=json&sessionkey=Z6QqzU0Fq1iT13bMg
>>>>>n
>>>>>R
>>>>>R
>>>>>fl8GoVA%3D&listAll=true&page=1&pagesize=20&_=1365316573239
>>>>> 2013-04-07 00:36:19,140 DEBUG [cloud.api.ApiServlet]
>>>>> (1109449945@qtp-1008805148-34:null) ===START===  127.0.0.1 -- GET
>>>>>
>>>>>command=listVolumes&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8Go
>>>>>V
>>>>>A
>>>>>%
>>>>>3D&listAll=true&page=1&pagesize=20&_=1365316579137
>>>>> 2013-04-07 00:36:19,155 DEBUG [cloud.api.ApiServlet]
>>>>> (1109449945@qtp-1008805148-34:null) ===END===  127.0.0.1 -- GET
>>>>>
>>>>>command=listVolumes&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8Go
>>>>>V
>>>>>A
>>>>>%
>>>>>3D&listAll=true&page=1&pagesize=20&_=1365316579137
>>>>> 2013-04-07 00:36:20,452 DEBUG
>>>>> [storage.secondary.SecondaryStorageManagerImpl] (secstorage-1:null)
>>>>>Zone 1
>>>>> is ready to launch secondary storage VM
>>>>> 2013-04-07 00:36:20,498 DEBUG [cloud.api.ApiServlet]
>>>>> (1109449945@qtp-1008805148-34:null) ===START===  127.0.0.1 -- GET
>>>>>
>>>>>command=listVirtualMachines&response=json&sessionkey=Z6QqzU0Fq1iT13bMg
>>>>>n
>>>>>R
>>>>>R
>>>>>fl8GoVA%3D&listAll=true&page=1&pagesize=20&_=1365316580496
>>>>> 2013-04-07 00:36:20,519 DEBUG [cloud.api.ApiServlet]
>>>>> (1109449945@qtp-1008805148-34:null) ===END===  127.0.0.1 -- GET
>>>>>
>>>>>command=listVirtualMachines&response=json&sessionkey=Z6QqzU0Fq1iT13bMg
>>>>>n
>>>>>R
>>>>>R
>>>>>fl8GoVA%3D&listAll=true&page=1&pagesize=20&_=1365316580496
>>>>> 2013-04-07 00:36:20,554 DEBUG
>>>>>[cloud.consoleproxy.ConsoleProxyManagerImpl]
>>>>> (consoleproxy-1:null) Zone 1 is ready to launch console proxy
>>>>> 2013-04-07 00:36:20,820 DEBUG
>>>>> [network.router.VirtualNetworkApplianceManagerImpl]
>>>>> (RouterStatusMonitor-1:null) Found 0 routers to update status.
>>>>> 2013-04-07 00:36:20,821 DEBUG
>>>>> [network.router.VirtualNetworkApplianceManagerImpl]
>>>>> (RouterStatusMonitor-1:null) Found 0 networks to update RvR status.
>>>>> 2013-04-07 00:36:20,850 DEBUG
>>>>> [network.router.VirtualNetworkApplianceManagerImpl]
>>>>> (RouterStatusMonitor-1:null) Found 0 routers to update status.
>>>>> 2013-04-07 00:36:20,852 DEBUG
>>>>> [network.router.VirtualNetworkApplianceManagerImpl]
>>>>> (RouterStatusMonitor-1:null) Found 0 networks to update RvR status.
>>>>> 2013-04-07 00:36:21,588 DEBUG [cloud.api.ApiServlet]
>>>>> (1109449945@qtp-1008805148-34:null) ===START===  127.0.0.1 -- GET
>>>>>
>>>>>command=listVolumes&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8Go
>>>>>V
>>>>>A
>>>>>%
>>>>>3D&listAll=true&page=1&pagesize=20&_=1365316581586
>>>>> 2013-04-07 00:36:21,602 DEBUG [cloud.api.ApiServlet]
>>>>> (1109449945@qtp-1008805148-34:null) ===END===  127.0.0.1 -- GET
>>>>>
>>>>>command=listVolumes&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8Go
>>>>>V
>>>>>A
>>>>>%
>>>>>3D&listAll=true&page=1&pagesize=20&_=1365316581586
>>>>> 2013-04-07 00:36:22,324 DEBUG [cloud.api.ApiServlet]
>>>>> (1109449945@qtp-1008805148-34:null) ===START===  127.0.0.1 -- GET
>>>>>
>>>>>command=listVirtualMachines&response=json&sessionkey=Z6QqzU0Fq1iT13bMg
>>>>>n
>>>>>R
>>>>>R
>>>>>fl8GoVA%3D&listAll=true&page=1&pagesize=20&_=1365316582321
>>>>> 2013-04-07 00:36:22,348 DEBUG [cloud.api.ApiServlet]
>>>>> (1109449945@qtp-1008805148-34:null) ===END===  127.0.0.1 -- GET
>>>>>
>>>>>command=listVirtualMachines&response=json&sessionkey=Z6QqzU0Fq1iT13bMg
>>>>>n
>>>>>R
>>>>>R
>>>>>fl8GoVA%3D&listAll=true&page=1&pagesize=20&_=1365316582321
>>>>> 2013-04-07 00:36:24,891 DEBUG [agent.manager.AgentManagerImpl]
>>>>> (AgentManager-Handler-4:null) Ping from 4
>>>>> 2013-04-07 00:36:27,193 DEBUG [agent.manager.DirectAgentAttache]
>>>>> (DirectAgent-204:null) Ping from 1
>>>>> 2013-04-07 00:36:29,095 DEBUG [agent.manager.DirectAgentAttache]
>>>>> (DirectAgent-277:null) Seq 1-90046472: Executing request
>>>>> 2013-04-07 00:36:29,354 DEBUG [agent.manager.DirectAgentAttache]
>>>>> (DirectAgent-277:null) Seq 1-90046472: Response Received:
>>>>> 2013-04-07 00:36:29,355 DEBUG [agent.transport.Request]
>>>>> (DirectAgent-277:null) Seq 1-90046472: Processing:  { Ans: , MgmtId:
>>>>>1,
>>>>> via: 1, Ver: v1, Flags: 10,
>>>>>
>>>>>[{"ClusterSyncAnswer":{"_clusterId":1,"_newStates":{},"_isExecuted":fa
>>>>>l
>>>>>s
>>>>>e
>>>>>,"result":true,"wait":0}}]
>>>>> }
>>>>> 2013-04-07 00:36:47,680 DEBUG [agent.manager.AgentManagerImpl]
>>>>> (AgentManager-Handler-5:null) Ping from 3
>>>>> 2013-04-07 00:36:50,451 DEBUG
>>>>> [storage.secondary.SecondaryStorageManagerImpl] (secstorage-1:null)
>>>>>Zone 1
>>>>> is ready to launch secondary storage VM
>>>>> 2013-04-07 00:36:50,554 DEBUG
>>>>>[cloud.consoleproxy.ConsoleProxyManagerImpl]
>>>>> (consoleproxy-1:null) Zone 1 is ready to launch console proxy
>>>>> 2013-04-07 00:36:50,820 DEBUG
>>>>> [network.router.VirtualNetworkApplianceManagerImpl]
>>>>> (RouterStatusMonitor-1:null) Found 0 routers to update status.
>>>>> 2013-04-07 00:36:50,821 DEBUG
>>>>> [network.router.VirtualNetworkApplianceManagerImpl]
>>>>> (RouterStatusMonitor-1:null) Found 0 networks to update RvR status.
>>>>> 2013-04-07 00:36:50,851 DEBUG
>>>>> [network.router.VirtualNetworkApplianceManagerImpl]
>>>>> (RouterStatusMonitor-1:null) Found 0 routers to update status.
>>>>> 2013-04-07 00:36:50,852 DEBUG
>>>>> [network.router.VirtualNetworkApplianceManagerImpl]
>>>>> (RouterStatusMonitor-1:null) Found 0 networks to update RvR status.
>>>>> 2013-04-07 00:36:51,476 INFO  [agent.manager.AgentMonitor]
>>>>> (Thread-11:null) Found the following agents behind on ping: [6, 5]
>>>>> 2013-04-07 00:36:51,477 DEBUG [cloud.host.Status] (Thread-11:null)
>>>>>Ping
>>>>> timeout for host 6, do invstigation
>>>>> 2013-04-07 00:36:51,479 DEBUG [cloud.host.Status] (Thread-11:null)
>>>>>Ping
>>>>> timeout for host 5, do invstigation
>>>>> 2013-04-07 00:36:51,479 INFO  [agent.manager.AgentManagerImpl]
>>>>> (AgentTaskPool-9:null) Investigating why host 6 has disconnected with
>>>>>event
>>>>> PingTimeout
>>>>> 2013-04-07 00:36:51,479 DEBUG [agent.manager.AgentManagerImpl]
>>>>> (AgentTaskPool-9:null) checking if agent (6) is alive
>>>>> 2013-04-07 00:36:51,482 INFO  [agent.manager.AgentManagerImpl]
>>>>> (AgentTaskPool-12:null) Investigating why host 5 has disconnected 
>>>>>with
>>>>> event PingTimeout
>>>>> 2013-04-07 00:36:51,482 DEBUG [agent.manager.AgentManagerImpl]
>>>>> (AgentTaskPool-12:null) checking if agent (5) is alive
>>>>> 2013-04-07 00:36:51,483 DEBUG [agent.transport.Request]
>>>>> (AgentTaskPool-9:null) Seq 6-324993315: Sending  { Cmd , MgmtId: 1,
>>>>>via: 6,
>>>>> Ver: v1, Flags: 100011, [{"CheckHealthCommand":{"wait":50}}] }
>>>>> 2013-04-07 00:36:51,484 DEBUG [agent.transport.Request]
>>>>> (AgentTaskPool-9:null) Seq 6-324993315: Executing:  { Cmd , MgmtId: 
>>>>>1,
>>>>>via:
>>>>> 6, Ver: v1, Flags: 100011, [{"CheckHealthCommand":{"wait":50}}] }
>>>>> 2013-04-07 00:36:51,484 DEBUG [agent.manager.DirectAgentAttache]
>>>>> (DirectAgent-169:null) Seq 6-324993315: Executing request
>>>>> 2013-04-07 00:36:51,485 DEBUG [agent.transport.Request]
>>>>> (AgentTaskPool-12:null) Seq 5-614334819: Sending  { Cmd , MgmtId: 1,
>>>>>via:
>>>>> 5, Ver: v1, Flags: 100011, [{"CheckHealthCommand":{"wait":50}}] }
>>>>> 2013-04-07 00:36:51,485 DEBUG [agent.transport.Request]
>>>>> (AgentTaskPool-12:null) Seq 5-614334819: Executing:  { Cmd , MgmtId:
>>>>>1,
>>>>> via: 5, Ver: v1, Flags: 100011, [{"CheckHealthCommand":{"wait":50}}] 
>>>>>}
>>>>> 2013-04-07 00:36:51,485 DEBUG [agent.manager.DirectAgentAttache]
>>>>> (DirectAgent-498:null) Seq 5-614334819: Executing request
>>>>> 2013-04-07 00:36:51,542 DEBUG [agent.manager.DirectAgentAttache]
>>>>> (DirectAgent-169:null) Seq 6-324993315: Response Received:
>>>>> 2013-04-07 00:36:51,542 DEBUG [agent.transport.Request]
>>>>> (DirectAgent-169:null) Seq 6-324993315: Processing:  { Ans: , MgmtId:
>>>>>1,
>>>>> via: 6, Ver: v1, Flags: 10,
>>>>> [{"CheckHealthAnswer":{"result":true,"details":"resource is
>>>>> alive","wait":0}}] }
>>>>> 2013-04-07 00:36:51,542 DEBUG [agent.transport.Request]
>>>>> (AgentTaskPool-9:null) Seq 6-324993315: Received:  { Ans: , MgmtId: 
>>>>>1,
>>>>>via:
>>>>> 6, Ver: v1, Flags: 10, { CheckHealthAnswer } }
>>>>> 2013-04-07 00:36:51,542 DEBUG [agent.manager.AgentManagerImpl]
>>>>> (AgentTaskPool-9:null) Details from executing class
>>>>> com.cloud.agent.api.CheckHealthCommand: resource is alive
>>>>> 2013-04-07 00:36:51,542 DEBUG [agent.manager.AgentManagerImpl]
>>>>> (AgentTaskPool-9:null) agent (6) responded to checkHeathCommand,
>>>>>reporting
>>>>> that agent is Up
>>>>> 2013-04-07 00:36:51,542 INFO  [agent.manager.AgentManagerImpl]
>>>>> (AgentTaskPool-9:null) The state determined is Up
>>>>> 2013-04-07 00:36:51,542 INFO  [agent.manager.AgentManagerImpl]
>>>>> (AgentTaskPool-9:null) Agent is determined to be up and running
>>>>> 2013-04-07 00:36:51,542 DEBUG [cloud.host.Status]
>>>>>(AgentTaskPool-9:null)
>>>>> Transition:[Resource state = Enabled, Agent event = Ping, Host id = 
>>>>>6,
>>>>>name
>>>>> = Tut-XenServer]
>>>>> 2013-04-07 00:36:51,546 DEBUG [cloud.host.Status]
>>>>>(AgentTaskPool-9:null)
>>>>> Agent status update: [id = 6; name = Tut-XenServer; old status = Up;
>>>>>event
>>>>> = Ping; new status = Up; old update count = 313; new update count =
>>>>>314]
>>>>> 2013-04-07 00:36:51,549 DEBUG [agent.manager.DirectAgentAttache]
>>>>> (DirectAgent-498:null) Seq 5-614334819: Response Received:
>>>>> 2013-04-07 00:36:51,549 DEBUG [agent.transport.Request]
>>>>> (DirectAgent-498:null) Seq 5-614334819: Processing:  { Ans: , MgmtId:
>>>>>1,
>>>>> via: 5, Ver: v1, Flags: 10,
>>>>> [{"CheckHealthAnswer":{"result":true,"details":"resource is
>>>>> alive","wait":0}}] }
>>>>> 2013-04-07 00:36:51,549 DEBUG [agent.transport.Request]
>>>>> (AgentTaskPool-12:null) Seq 5-614334819: Received:  { Ans: , MgmtId:
>>>>>1,
>>>>> via: 5, Ver: v1, Flags: 10, { CheckHealthAnswer } }
>>>>> 2013-04-07 00:36:51,549 DEBUG [agent.manager.AgentManagerImpl]
>>>>> (AgentTaskPool-12:null) Details from executing class
>>>>> com.cloud.agent.api.CheckHealthCommand: resource is alive
>>>>> 2013-04-07 00:36:51,549 DEBUG [agent.manager.AgentManagerImpl]
>>>>> (AgentTaskPool-12:null) agent (5) responded to checkHeathCommand,
>>>>>reporting
>>>>> that agent is Up
>>>>> 2013-04-07 00:36:51,549 INFO  [agent.manager.AgentManagerImpl]
>>>>> (AgentTaskPool-12:null) The state determined is Up
>>>>> 2013-04-07 00:36:51,549 INFO  [agent.manager.AgentManagerImpl]
>>>>> (AgentTaskPool-12:null) Agent is determined to be up and running
>>>>> 2013-04-07 00:36:51,549 DEBUG [cloud.host.Status]
>>>>>(AgentTaskPool-12:null)
>>>>> Transition:[Resource state = Enabled, Agent event = Ping, Host id = 
>>>>>5,
>>>>>name
>>>>> = Tut-XenServer2]
>>>>> 2013-04-07 00:36:51,552 DEBUG [cloud.host.Status]
>>>>>(AgentTaskPool-12:null)
>>>>> Agent status update: [id = 5; name = Tut-XenServer2; old status = Up;
>>>>>event
>>>>> = Ping; new status = Up; old update count = 150; new update count =
>>>>>151]
>>>>> 2013-04-07 00:36:54,389 INFO  [cloud.vm.UserVmManagerImpl]
>>>>> (UserVm-Scavenger-1:null) Found 1 vms to expunge.
>>>>> 2013-04-07 00:36:54,389 DEBUG [cloud.vm.VirtualMachineManagerImpl]
>>>>> (UserVm-Scavenger-1:null) Stopped called on
>>>>> VM[User|c18ddf7c-fc61-40b0-af75-fdef05f8eae6] but the state is
>>>>>Destroyed
>>>>> 2013-04-07 00:36:54,391 DEBUG [cloud.capacity.CapacityManagerImpl]
>>>>> (UserVm-Scavenger-1:null) VM state transitted from :Destroyed to
>>>>>Expunging
>>>>> with event: ExpungeOperationvm's original host id: 5 new host id: 
>>>>>null
>>>>>host
>>>>> id before state transition: null
>>>>> 2013-04-07 00:36:54,391 DEBUG [cloud.vm.VirtualMachineManagerImpl]
>>>>> (UserVm-Scavenger-1:null) Destroying vm
>>>>> VM[User|c18ddf7c-fc61-40b0-af75-fdef05f8eae6]
>>>>> 2013-04-07 00:36:54,391 DEBUG [cloud.vm.VirtualMachineManagerImpl]
>>>>> (UserVm-Scavenger-1:null) Cleaning up NICS
>>>>> 2013-04-07 00:36:54,391 DEBUG [cloud.network.NetworkManagerImpl]
>>>>> (UserVm-Scavenger-1:null) Cleaning network for vm: 12
>>>>> 2013-04-07 00:36:54,399 DEBUG [network.guru.DirectNetworkGuru]
>>>>> (UserVm-Scavenger-1:null) Deallocate network: networkId: 204, ip:
>>>>> 192.168.56.195
>>>>> 2013-04-07 00:36:54,409 DEBUG [cloud.network.NetworkManagerImpl]
>>>>> (UserVm-Scavenger-1:null) Removed nic id=18
>>>>> 2013-04-07 00:36:54,409 DEBUG [cloud.storage.StorageManagerImpl]
>>>>> (UserVm-Scavenger-1:null) Cleaning storage for vm: 12
>>>>> 2013-04-07 00:36:54,417 DEBUG [cloud.storage.StorageManagerImpl]
>>>>> (UserVm-Scavenger-1:null) Expunging Vol[12|vm=12|ROOT]
>>>>> 2013-04-07 00:36:54,424 DEBUG [agent.transport.Request]
>>>>> (UserVm-Scavenger-1:null) Seq 5-614334820: Sending  { Cmd , MgmtId: 
>>>>>1,
>>>>>via:
>>>>> 5, Ver: v1, Flags: 100111,
>>>>>
>>>>>[{"storage.DestroyCommand":{"vmName":"i-2-12-VM","volume":{"id":12,"na
>>>>>m
>>>>>e
>>>>>"
>>>>>:"ROOT-12","mountPoint":"/iSCSI_SR_3","path":"40a39639-e8aa-45b5-bfa1-
>>>>>5
>>>>>9
>>>>>1
>>>>>b68571d0c","size":52428800,"type":"ROOT","storagePoolType":"PreSetup",
>>>>>"
>>>>>s
>>>>>t
>>>>>oragePoolUuid":"iSCSI_SR_3","deviceId":0},"wait":0}}]
>>>>> }
>>>>> 2013-04-07 00:36:54,424 DEBUG [agent.transport.Request]
>>>>> (UserVm-Scavenger-1:null) Seq 5-614334820: Executing:  { Cmd , 
>>>>>MgmtId:
>>>>>1,
>>>>> via: 5, Ver: v1, Flags: 100111,
>>>>>
>>>>>[{"storage.DestroyCommand":{"vmName":"i-2-12-VM","volume":{"id":12,"na
>>>>>m
>>>>>e
>>>>>"
>>>>>:"ROOT-12","mountPoint":"/iSCSI_SR_3","path":"40a39639-e8aa-45b5-bfa1-
>>>>>5
>>>>>9
>>>>>1
>>>>>b68571d0c","size":52428800,"type":"ROOT","storagePoolType":"PreSetup",
>>>>>"
>>>>>s
>>>>>t
>>>>>oragePoolUuid":"iSCSI_SR_3","deviceId":0},"wait":0}}]
>>>>> }
>>>>> 2013-04-07 00:36:54,424 DEBUG [agent.manager.DirectAgentAttache]
>>>>> (DirectAgent-411:null) Seq 5-614334820: Executing request
>>>>> 2013-04-07 00:36:55,072 DEBUG [agent.manager.DirectAgentAttache]
>>>>> (DirectAgent-411:null) Seq 5-614334820: Response Received:
>>>>> 2013-04-07 00:36:55,072 DEBUG [agent.transport.Request]
>>>>> (DirectAgent-411:null) Seq 5-614334820: Processing:  { Ans: , MgmtId:
>>>>>1,
>>>>> via: 5, Ver: v1, Flags: 110,
>>>>> [{"Answer":{"result":true,"details":"Success","wait":0}}] }
>>>>> 2013-04-07 00:36:55,072 DEBUG [agent.transport.Request]
>>>>> (UserVm-Scavenger-1:null) Seq 5-614334820: Received:  { Ans: , 
>>>>>MgmtId:
>>>>>1,
>>>>> via: 5, Ver: v1, Flags: 110, { Answer } }
>>>>> 2013-04-07 00:36:55,072 DEBUG [agent.manager.AgentAttache]
>>>>> (DirectAgent-411:null) Seq 5-614334820: No more commands found
>>>>> 2013-04-07 00:36:55,076 DEBUG [cloud.storage.StorageManagerImpl]
>>>>> (UserVm-Scavenger-1:null) Volume successfully expunged from 257
>>>>> 2013-04-07 00:36:55,076 DEBUG [cloud.vm.VirtualMachineManagerImpl]
>>>>> (UserVm-Scavenger-1:null) Expunged
>>>>> VM[User|c18ddf7c-fc61-40b0-af75-fdef05f8eae6]
>>>>> 2013-04-07 00:36:55,076 DEBUG [cloud.vm.UserVmManagerImpl]
>>>>> (UserVm-Scavenger-1:null) Starting cleaning up vm
>>>>> VM[User|c18ddf7c-fc61-40b0-af75-fdef05f8eae6] resources...
>>>>> 2013-04-07 00:36:55,080 INFO
>>>>>[network.security.SecurityGroupManagerImpl]
>>>>> (UserVm-Scavenger-1:null) Disassociated 1 network groups  from uservm
>>>>>12
>>>>> 2013-04-07 00:36:55,081 DEBUG
>>>>>[network.security.SecurityGroupManagerImpl]
>>>>> (UserVm-Scavenger-1:null) Security group mappings are removed
>>>>>successfully
>>>>> for vm id=12
>>>>> 2013-04-07 00:36:55,090 DEBUG [network.firewall.FirewallManagerImpl]
>>>>> (UserVm-Scavenger-1:null) No firewall rules are found for vm id=12
>>>>> 2013-04-07 00:36:55,090 DEBUG [cloud.vm.UserVmManagerImpl]
>>>>> (UserVm-Scavenger-1:null) Firewall rules are removed successfully as 
>>>>>a
>>>>>part
>>>>> of vm id=12 expunge
>>>>> 2013-04-07 00:36:55,093 DEBUG [network.rules.RulesManagerImpl]
>>>>> (UserVm-Scavenger-1:null) No port forwarding rules are found for vm
>>>>>id=12
>>>>> 2013-04-07 00:36:55,093 DEBUG [cloud.vm.UserVmManagerImpl]
>>>>> (UserVm-Scavenger-1:null) Port forwarding rules are removed
>>>>>successfully as
>>>>> a part of vm id=12 expunge
>>>>> 2013-04-07 00:36:55,095 DEBUG [cloud.vm.UserVmManagerImpl]
>>>>> (UserVm-Scavenger-1:null) Removed vm id=12 from all load balancers as
>>>>>a
>>>>> part of expunge process
>>>>> 2013-04-07 00:36:55,096 DEBUG [cloud.vm.UserVmManagerImpl]
>>>>> (UserVm-Scavenger-1:null) Successfully cleaned up vm
>>>>> VM[User|c18ddf7c-fc61-40b0-af75-fdef05f8eae6] resources as a part of
>>>>> expunge process
>>>>> 2013-04-07 00:37:04,802 DEBUG [agent.manager.DirectAgentAttache]
>>>>> (DirectAgent-110:null) Ping from 6
>>>>> 2013-04-07 00:37:06,042 DEBUG [agent.manager.DirectAgentAttache]
>>>>> (DirectAgent-409:null) Ping from 5
>>>>> 2013-04-07 00:37:06,909 DEBUG [agent.manager.DirectAgentAttache]
>>>>> (DirectAgent-239:null) Seq 6-324993028: Executing request
>>>>> 2013-04-07 00:37:07,099 DEBUG [agent.manager.DirectAgentAttache]
>>>>> (DirectAgent-239:null) Seq 6-324993028: Response Received:
>>>>> 2013-04-07 00:37:07,100 DEBUG [agent.transport.Request]
>>>>> (DirectAgent-239:null) Seq 6-324993028: Processing:  { Ans: , MgmtId:
>>>>>1,
>>>>> via: 6, Ver: v1, Flags: 10,
>>>>>
>>>>>[{"ClusterSyncAnswer":{"_clusterId":2,"_newStates":{},"_isExecuted":fa
>>>>>l
>>>>>s
>>>>>e
>>>>>,"result":true,"wait":0}}]
>>>>> }
>>>>> 2013-04-07 00:37:11,022 DEBUG [agent.manager.DirectAgentAttache]
>>>>> (DirectAgent-225:null) Seq 5-614334468: Executing request
>>>>> 2013-04-07 00:37:11,170 DEBUG [agent.manager.DirectAgentAttache]
>>>>> (DirectAgent-225:null) Seq 5-614334468: Response Received:
>>>>> 2013-04-07 00:37:11,171 DEBUG [agent.transport.Request]
>>>>> (DirectAgent-225:null) Seq 5-614334468: Processing:  { Ans: , MgmtId:
>>>>>1,
>>>>> via: 5, Ver: v1, Flags: 10, [{"Answer":{"result":true,"wait":0}}] }
>>>>> 2013-04-07 00:37:20,451 DEBUG
>>>>> [storage.secondary.SecondaryStorageManagerImpl] (secstorage-1:null)
>>>>>Zone 1
>>>>> is ready to launch secondary storage VM
>>>>> 2013-04-07 00:37:20,554 DEBUG
>>>>>[cloud.consoleproxy.ConsoleProxyManagerImpl]
>>>>> (consoleproxy-1:null) Zone 1 is ready to launch console proxy
>>>>> 2013-04-07 00:37:20,820 DEBUG
>>>>> [network.router.VirtualNetworkApplianceManagerImpl]
>>>>> (RouterStatusMonitor-1:null) Found 0 routers to update status.
>>>>> 2013-04-07 00:37:20,822 DEBUG
>>>>> [network.router.VirtualNetworkApplianceManagerImpl]
>>>>> (RouterStatusMonitor-1:null) Found 0 networks to update RvR status.
>>>>> 2013-04-07 00:37:20,851 DEBUG
>>>>> [network.router.VirtualNetworkApplianceManagerImpl]
>>>>> (RouterStatusMonitor-1:null) Found 0 routers to update status.
>>>>> 2013-04-07 00:37:20,852 DEBUG
>>>>> [network.router.VirtualNetworkApplianceManagerImpl]
>>>>> (RouterStatusMonitor-1:null) Found 0 networks to update RvR status.
>>>>> 2013-04-07 00:37:24,890 DEBUG [agent.manager.AgentManagerImpl]
>>>>> (AgentManager-Handler-6:null) Ping from 4
>>>>> 2013-04-07 00:37:27,167 DEBUG [agent.manager.DirectAgentAttache]
>>>>> (DirectAgent-354:null) Ping from 1
>>>>> 2013-04-07 00:37:29,095 DEBUG [agent.manager.DirectAgentAttache]
>>>>> (DirectAgent-97:null) Seq 1-90046472: Executing request
>>>>> 2013-04-07 00:37:29,317 DEBUG [agent.manager.DirectAgentAttache]
>>>>> (DirectAgent-97:null) Seq 1-90046472: Response Received:
>>>>> 2013-04-07 00:37:29,317 DEBUG [agent.transport.Request]
>>>>> (DirectAgent-97:null) Seq 1-90046472: Processing:  { Ans: , MgmtId: 
>>>>>1,
>>>>>via:
>>>>> 1, Ver: v1, Flags: 10,
>>>>>
>>>>>[{"ClusterSyncAnswer":{"_clusterId":1,"_newStates":{},"_isExecuted":fa
>>>>>l
>>>>>s
>>>>>e
>>>>>,"result":true,"wait":0}}]
>>>>> }
>>>>> 2013-04-07 00:37:47,679 DEBUG [agent.manager.AgentManagerImpl]
>>>>> (AgentManager-Handler-7:null) Ping from 3
>>>>> 2013-04-07 00:37:50,451 DEBUG
>>>>> [storage.secondary.SecondaryStorageManagerImpl] (secstorage-1:null)
>>>>>Zone 1
>>>>> is ready to launch secondary storage VM
>>>>> 2013-04-07 00:37:50,555 DEBUG
>>>>>[cloud.consoleproxy.ConsoleProxyManagerImpl]
>>>>> (consoleproxy-1:null) Zone 1 is ready to launch console proxy
>>>>> 2013-04-07 00:37:50,798 INFO  [cloud.ha.HighAvailabilityManagerImpl]
>>>>> (HA-2:null) checking health of usage server
>>>>> 2013-04-07 00:37:50,799 DEBUG [cloud.ha.HighAvailabilityManagerImpl]
>>>>> (HA-2:null) usage server running? false, heartbeat: null
>>>>> 2013-04-07 00:37:50,801 DEBUG [cloud.alert.AlertManagerImpl]
>>>>>(HA-2:null)
>>>>> Have already sent: 1 emails for alert type '12' -- skipping send 
>>>>>email
>>>>> 2013-04-07 00:37:50,816 DEBUG
>>>>> [network.router.VirtualNetworkApplianceManagerImpl]
>>>>>(RouterMonitor-1:null)
>>>>> Found 0 running routers.
>>>>> 2013-04-07 00:37:50,820 DEBUG
>>>>> [network.router.VirtualNetworkApplianceManagerImpl]
>>>>> (RouterStatusMonitor-1:null) Found 0 routers to update status.
>>>>> 2013-04-07 00:37:50,821 DEBUG
>>>>> [network.router.VirtualNetworkApplianceManagerImpl]
>>>>> (RouterStatusMonitor-1:null) Found 0 networks to update RvR status.
>>>>> 2013-04-07 00:37:50,850 DEBUG
>>>>> [network.router.VirtualNetworkApplianceManagerImpl]
>>>>>(RouterMonitor-1:null)
>>>>> Found 0 running routers.
>>>>> 2013-04-07 00:37:50,851 DEBUG
>>>>> [network.router.VirtualNetworkApplianceManagerImpl]
>>>>> (RouterStatusMonitor-1:null) Found 0 routers to update status.
>>>>> 2013-04-07 00:37:50,852 DEBUG
>>>>> [network.router.VirtualNetworkApplianceManagerImpl]
>>>>> (RouterStatusMonitor-1:null) Found 0 networks to update RvR status.
>>>>> 2013-04-07 00:37:50,909 DEBUG
>>>>> [cloud.network.ExternalLoadBalancerUsageManagerImpl]
>>>>> (ExternalNetworkMonitor-1:null) External devices stats collector is
>>>>> running...
>>>>> 2013-04-07 00:37:50,920 DEBUG 
>>>>>[storage.snapshot.SnapshotSchedulerImpl]
>>>>> (SnapshotPollTask:null) Snapshot scheduler.poll is being called at
>>>>> 2013-04-07 06:37:50 GMT
>>>>> 2013-04-07 00:37:50,921 DEBUG 
>>>>>[storage.snapshot.SnapshotSchedulerImpl]
>>>>> (SnapshotPollTask:null) Got 0 snapshots to be executed at 2013-04-07
>>>>> 06:37:50 GMT
>>>>> 2013-04-07 00:37:51,480 INFO  [agent.manager.AgentMonitor]
>>>>> (Thread-11:null) Found the following agents behind on ping: [6, 5]
>>>>> 2013-04-07 00:37:51,481 DEBUG [cloud.host.Status] (Thread-11:null)
>>>>>Ping
>>>>> timeout for host 6, do invstigation
>>>>> 2013-04-07 00:37:51,482 DEBUG [cloud.host.Status] (Thread-11:null)
>>>>>Ping
>>>>> timeout for host 5, do invstigation
>>>>> 2013-04-07 00:37:51,483 INFO  [agent.manager.AgentManagerImpl]
>>>>> (AgentTaskPool-10:null) Investigating why host 6 has disconnected 
>>>>>with
>>>>> event PingTimeout
>>>>> 2013-04-07 00:37:51,483 DEBUG [agent.manager.AgentManagerImpl]
>>>>> (AgentTaskPool-10:null) checking if agent (6) is alive
>>>>> 2013-04-07 00:37:51,484 INFO  [agent.manager.AgentManagerImpl]
>>>>> (AgentTaskPool-13:null) Investigating why host 5 has disconnected 
>>>>>with
>>>>> event PingTimeout
>>>>> 2013-04-07 00:37:51,484 DEBUG [agent.manager.AgentManagerImpl]
>>>>> (AgentTaskPool-13:null) checking if agent (5) is alive
>>>>> 2013-04-07 00:37:51,486 DEBUG [agent.transport.Request]
>>>>> (AgentTaskPool-10:null) Seq 6-324993316: Sending  { Cmd , MgmtId: 1,
>>>>>via:
>>>>> 6, Ver: v1, Flags: 100011, [{"CheckHealthCommand":{"wait":50}}] }
>>>>> 2013-04-07 00:37:51,486 DEBUG [agent.transport.Request]
>>>>> (AgentTaskPool-10:null) Seq 6-324993316: Executing:  { Cmd , MgmtId:
>>>>>1,
>>>>> via: 6, Ver: v1, Flags: 100011, [{"CheckHealthCommand":{"wait":50}}] 
>>>>>}
>>>>> 2013-04-07 00:37:51,486 DEBUG [agent.manager.DirectAgentAttache]
>>>>> (DirectAgent-303:null) Seq 6-324993316: Executing request
>>>>> 2013-04-07 00:37:51,488 DEBUG [agent.transport.Request]
>>>>> (AgentTaskPool-13:null) Seq 5-614334821: Sending  { Cmd , MgmtId: 1,
>>>>>via:
>>>>> 5, Ver: v1, Flags: 100011, [{"CheckHealthCommand":{"wait":50}}] }
>>>>> 2013-04-07 00:37:51,488 DEBUG [agent.transport.Request]
>>>>> (AgentTaskPool-13:null) Seq 5-614334821: Executing:  { Cmd , MgmtId:
>>>>>1,
>>>>> via: 5, Ver: v1, Flags: 100011, [{"CheckHealthCommand":{"wait":50}}] 
>>>>>}
>>>>> 2013-04-07 00:37:51,488 DEBUG [agent.manager.DirectAgentAttache]
>>>>> (DirectAgent-158:null) Seq 5-614334821: Executing request
>>>>> 2013-04-07 00:37:51,537 DEBUG [agent.manager.DirectAgentAttache]
>>>>> (DirectAgent-303:null) Seq 6-324993316: Response Received:
>>>>> 2013-04-07 00:37:51,538 DEBUG [agent.transport.Request]
>>>>> (DirectAgent-303:null) Seq 6-324993316: Processing:  { Ans: , MgmtId:
>>>>>1,
>>>>> via: 6, Ver: v1, Flags: 10,
>>>>> [{"CheckHealthAnswer":{"result":true,"details":"resource is
>>>>> alive","wait":0}}] }
>>>>> 2013-04-07 00:37:51,538 DEBUG [agent.transport.Request]
>>>>> (AgentTaskPool-10:null) Seq 6-324993316: Received:  { Ans: , MgmtId:
>>>>>1,
>>>>> via: 6, Ver: v1, Flags: 10, { CheckHealthAnswer } }
>>>>> 2013-04-07 00:37:51,538 DEBUG [agent.manager.AgentManagerImpl]
>>>>> (AgentTaskPool-10:null) Details from executing class
>>>>> com.cloud.agent.api.CheckHealthCommand: resource is alive
>>>>> 2013-04-07 00:37:51,538 DEBUG [agent.manager.AgentManagerImpl]
>>>>> (AgentTaskPool-10:null) agent (6) responded to checkHeathCommand,
>>>>>reporting
>>>>> that agent is Up
>>>>> 2013-04-07 00:37:51,538 INFO  [agent.manager.AgentManagerImpl]
>>>>> (AgentTaskPool-10:null) The state determined is Up
>>>>> 2013-04-07 00:37:51,538 INFO  [agent.manager.AgentManagerImpl]
>>>>> (AgentTaskPool-10:null) Agent is determined to be up and running
>>>>> 2013-04-07 00:37:51,538 DEBUG [cloud.host.Status]
>>>>>(AgentTaskPool-10:null)
>>>>> Transition:[Resource state = Enabled, Agent event = Ping, Host id = 
>>>>>6,
>>>>>name
>>>>> = Tut-XenServer]
>>>>> 2013-04-07 00:37:51,541 DEBUG [agent.manager.DirectAgentAttache]
>>>>> (DirectAgent-158:null) Seq 5-614334821: Response Received:
>>>>> 2013-04-07 00:37:51,541 DEBUG [agent.transport.Request]
>>>>> (DirectAgent-158:null) Seq 5-614334821: Processing:  { Ans: , MgmtId:
>>>>>1,
>>>>> via: 5, Ver: v1, Flags: 10,
>>>>> [{"CheckHealthAnswer":{"result":true,"details":"resource is
>>>>> alive","wait":0}}] }
>>>>> 2013-04-07 00:37:51,541 DEBUG [agent.transport.Request]
>>>>> (AgentTaskPool-13:null) Seq 5-614334821: Received:  { Ans: , MgmtId:
>>>>>1,
>>>>> via: 5, Ver: v1, Flags: 10, { CheckHealthAnswer } }
>>>>> 2013-04-07 00:37:51,541 DEBUG [agent.manager.AgentManagerImpl]
>>>>> (AgentTaskPool-13:null) Details from executing class
>>>>> com.cloud.agent.api.CheckHealthCommand: resource is alive
>>>>> 2013-04-07 00:37:51,541 DEBUG [agent.manager.AgentManagerImpl]
>>>>> (AgentTaskPool-13:null) agent (5) responded to checkHeathCommand,
>>>>>reporting
>>>>> that agent is Up
>>>>> 2013-04-07 00:37:51,541 INFO  [agent.manager.AgentManagerImpl]
>>>>> (AgentTaskPool-13:null) The state determined is Up
>>>>> 2013-04-07 00:37:51,541 DEBUG [cloud.host.Status]
>>>>>(AgentTaskPool-10:null)
>>>>> Agent status update: [id = 6; name = Tut-XenServer; old status = Up;
>>>>>event
>>>>> = Ping; new status = Up; old update count = 314; new update count =
>>>>>315]
>>>>> 2013-04-07 00:37:51,541 INFO  [agent.manager.AgentManagerImpl]
>>>>> (AgentTaskPool-13:null) Agent is determined to be up and running
>>>>> 2013-04-07 00:37:51,541 DEBUG [cloud.host.Status]
>>>>>(AgentTaskPool-13:null)
>>>>> Transition:[Resource state = Enabled, Agent event = Ping, Host id = 
>>>>>5,
>>>>>name
>>>>> = Tut-XenServer2]
>>>>> 2013-04-07 00:37:51,544 DEBUG [cloud.host.Status]
>>>>>(AgentTaskPool-13:null)
>>>>> Agent status update: [id = 5; name = Tut-XenServer2; old status = Up;
>>>>>event
>>>>> = Ping; new status = Up; old update count = 151; new update count =
>>>>>152]
>>>>> 2013-04-07 00:37:55,103 INFO  [cloud.vm.UserVmManagerImpl]
>>>>> (UserVm-Scavenger-1:null) Found 1 vms to expunge.
>>>>> 2013-04-07 00:37:55,103 DEBUG [cloud.vm.VirtualMachineManagerImpl]
>>>>> (UserVm-Scavenger-1:null) Stopped called on
>>>>> VM[User|94ddc16f-04fc-4da1-8326-01d8d5cdeb44] but the state is
>>>>>Destroyed
>>>>> 2013-04-07 00:37:55,105 DEBUG [cloud.capacity.CapacityManagerImpl]
>>>>> (UserVm-Scavenger-1:null) VM state transitted from :Destroyed to
>>>>>Expunging
>>>>> with event: ExpungeOperationvm's original host id: 6 new host id: 
>>>>>null
>>>>>host
>>>>> id before state transition: null
>>>>> 2013-04-07 00:37:55,105 DEBUG [cloud.vm.VirtualMachineManagerImpl]
>>>>> (UserVm-Scavenger-1:null) Destroying vm
>>>>> VM[User|94ddc16f-04fc-4da1-8326-01d8d5cdeb44]
>>>>> 2013-04-07 00:37:55,105 DEBUG [cloud.vm.VirtualMachineManagerImpl]
>>>>> (UserVm-Scavenger-1:null) Cleaning up NICS
>>>>> 2013-04-07 00:37:55,105 DEBUG [cloud.network.NetworkManagerImpl]
>>>>> (UserVm-Scavenger-1:null) Cleaning network for vm: 13
>>>>> 2013-04-07 00:37:55,113 DEBUG [network.guru.DirectNetworkGuru]
>>>>> (UserVm-Scavenger-1:null) Deallocate network: networkId: 204, ip:
>>>>> 192.168.56.146
>>>>> 2013-04-07 00:37:55,124 DEBUG [cloud.network.NetworkManagerImpl]
>>>>> (UserVm-Scavenger-1:null) Removed nic id=19
>>>>> 2013-04-07 00:37:55,124 DEBUG [cloud.storage.StorageManagerImpl]
>>>>> (UserVm-Scavenger-1:null) Cleaning storage for vm: 13
>>>>> 2013-04-07 00:37:55,132 DEBUG [cloud.storage.StorageManagerImpl]
>>>>> (UserVm-Scavenger-1:null) Expunging Vol[13|vm=13|ROOT]
>>>>> 2013-04-07 00:37:55,139 DEBUG [agent.transport.Request]
>>>>> (UserVm-Scavenger-1:null) Seq 6-324993317: Sending  { Cmd , MgmtId: 
>>>>>1,
>>>>>via:
>>>>> 6, Ver: v1, Flags: 100111,
>>>>>
>>>>>[{"storage.DestroyCommand":{"vmName":"i-2-13-VM","volume":{"id":13,"na
>>>>>m
>>>>>e
>>>>>"
>>>>>:"ROOT-13","mountPoint":"/iSCSI_SR_3","path":"99154d9c-2665-465d-8c71-
>>>>>e
>>>>>6
>>>>>0
>>>>>f1748895b","size":52428800,"type":"ROOT","storagePoolType":"PreSetup",
>>>>>"
>>>>>s
>>>>>t
>>>>>oragePoolUuid":"iSCSI_SR_3","deviceId":0},"wait":0}}]
>>>>> }
>>>>> 2013-04-07 00:37:55,140 DEBUG [agent.transport.Request]
>>>>> (UserVm-Scavenger-1:null) Seq 6-324993317: Executing:  { Cmd , 
>>>>>MgmtId:
>>>>>1,
>>>>> via: 6, Ver: v1, Flags: 100111,
>>>>>
>>>>>[{"storage.DestroyCommand":{"vmName":"i-2-13-VM","volume":{"id":13,"na
>>>>>m
>>>>>e
>>>>>"
>>>>>:"ROOT-13","mountPoint":"/iSCSI_SR_3","path":"99154d9c-2665-465d-8c71-
>>>>>e
>>>>>6
>>>>>0
>>>>>f1748895b","size":52428800,"type":"ROOT","storagePoolType":"PreSetup",
>>>>>"
>>>>>s
>>>>>t
>>>>>oragePoolUuid":"iSCSI_SR_3","deviceId":0},"wait":0}}]
>>>>> }
>>>>> 2013-04-07 00:37:55,140 DEBUG [agent.manager.DirectAgentAttache]
>>>>> (DirectAgent-87:null) Seq 6-324993317: Executing request
>>>>> 2013-04-07 00:37:55,724 DEBUG [agent.manager.DirectAgentAttache]
>>>>> (DirectAgent-87:null) Seq 6-324993317: Response Received:
>>>>> 2013-04-07 00:37:55,724 DEBUG [agent.transport.Request]
>>>>> (DirectAgent-87:null) Seq 6-324993317: Processing:  { Ans: , MgmtId:
>>>>>1,
>>>>> via: 6, Ver: v1, Flags: 110,
>>>>> [{"Answer":{"result":true,"details":"Success","wait":0}}] }
>>>>> 2013-04-07 00:37:55,724 DEBUG [agent.manager.AgentAttache]
>>>>> (DirectAgent-87:null) Seq 6-324993317: No more commands found
>>>>> 2013-04-07 00:37:55,724 DEBUG [agent.transport.Request]
>>>>> (UserVm-Scavenger-1:null) Seq 6-324993317: Received:  { Ans: , 
>>>>>MgmtId:
>>>>>1,
>>>>> via: 6, Ver: v1, Flags: 110, { Answer } }
>>>>> 2013-04-07 00:37:55,727 DEBUG [cloud.storage.StorageManagerImpl]
>>>>> (UserVm-Scavenger-1:null) Volume successfully expunged from 257
>>>>> 2013-04-07 00:37:55,727 DEBUG [cloud.vm.VirtualMachineManagerImpl]
>>>>> (UserVm-Scavenger-1:null) Expunged
>>>>> VM[User|94ddc16f-04fc-4da1-8326-01d8d5cdeb44]
>>>>> 2013-04-07 00:37:55,727 DEBUG [cloud.vm.UserVmManagerImpl]
>>>>> (UserVm-Scavenger-1:null) Starting cleaning up vm
>>>>> VM[User|94ddc16f-04fc-4da1-8326-01d8d5cdeb44] resources...
>>>>> 2013-04-07 00:37:55,730 INFO
>>>>>[network.security.SecurityGroupManagerImpl]
>>>>> (UserVm-Scavenger-1:null) Disassociated 1 network groups  from uservm
>>>>>13
>>>>> 2013-04-07 00:37:55,732 DEBUG
>>>>>[network.security.SecurityGroupManagerImpl]
>>>>> (UserVm-Scavenger-1:null) Security group mappings are removed
>>>>>successfully
>>>>> for vm id=13
>>>>> 2013-04-07 00:37:55,736 DEBUG [network.firewall.FirewallManagerImpl]
>>>>> (UserVm-Scavenger-1:null) No firewall rules are found for vm id=13
>>>>> 2013-04-07 00:37:55,737 DEBUG [cloud.vm.UserVmManagerImpl]
>>>>> (UserVm-Scavenger-1:null) Firewall rules are removed successfully as 
>>>>>a
>>>>>part
>>>>> of vm id=13 expunge
>>>>> 2013-04-07 00:37:55,739 DEBUG [network.rules.RulesManagerImpl]
>>>>> (UserVm-Scavenger-1:null) No port forwarding rules are found for vm
>>>>>id=13
>>>>> 2013-04-07 00:37:55,739 DEBUG [cloud.vm.UserVmManagerImpl]
>>>>> (UserVm-Scavenger-1:null) Port forwarding rules are removed
>>>>>successfully as
>>>>> a part of vm id=13 expunge
>>>>> 2013-04-07 00:37:55,740 DEBUG [cloud.vm.UserVmManagerImpl]
>>>>> (UserVm-Scavenger-1:null) Removed vm id=13 from all load balancers as
>>>>>a
>>>>> part of expunge process
>>>>> 2013-04-07 00:37:55,741 DEBUG [cloud.vm.UserVmManagerImpl]
>>>>> (UserVm-Scavenger-1:null) Successfully cleaned up vm
>>>>> VM[User|94ddc16f-04fc-4da1-8326-01d8d5cdeb44] resources as a part of
>>>>> expunge process
>>>>> 2013-04-07 00:38:04,813 DEBUG [agent.manager.DirectAgentAttache]
>>>>> (DirectAgent-442:null) Ping from 6
>>>>> 2013-04-07 00:38:06,064 DEBUG [agent.manager.DirectAgentAttache]
>>>>> (DirectAgent-374:null) Ping from 5
>>>>> 2013-04-07 00:38:06,909 DEBUG [agent.manager.DirectAgentAttache]
>>>>> (DirectAgent-157:null) Seq 6-324993028: Executing request
>>>>> 2013-04-07 00:38:07,099 DEBUG [agent.manager.DirectAgentAttache]
>>>>> (DirectAgent-157:null) Seq 6-324993028: Response Received:
>>>>> 2013-04-07 00:38:07,100 DEBUG [agent.transport.Request]
>>>>> (DirectAgent-157:null) Seq 6-324993028: Processing:  { Ans: , MgmtId:
>>>>>1,
>>>>> via: 6, Ver: v1, Flags: 10,
>>>>>
>>>>>[{"ClusterSyncAnswer":{"_clusterId":2,"_newStates":{},"_isExecuted":fa
>>>>>l
>>>>>s
>>>>>e
>>>>>,"result":true,"wait":0}}]
>>>>> }
>>>>> 2013-04-07 00:38:11,022 DEBUG [agent.manager.DirectAgentAttache]
>>>>> (DirectAgent-192:null) Seq 5-614334468: Executing request
>>>>> 2013-04-07 00:38:11,181 DEBUG [agent.manager.DirectAgentAttache]
>>>>> (DirectAgent-192:null) Seq 5-614334468: Response Received:
>>>>> 2013-04-07 00:38:11,181 DEBUG [agent.transport.Request]
>>>>> (DirectAgent-192:null) Seq 5-614334468: Processing:  { Ans: , MgmtId:
>>>>>1,
>>>>> via: 5, Ver: v1, Flags: 10, [{"Answer":{"result":true,"wait":0}}] }
>>>>> 2013-04-07 00:38:20,455 DEBUG
>>>>> [storage.secondary.SecondaryStorageManagerImpl] (secstorage-1:null)
>>>>>Zone 1
>>>>> is ready to launch secondary storage VM
>>>>> 2013-04-07 00:38:20,573 DEBUG
>>>>>[cloud.consoleproxy.ConsoleProxyManagerImpl]
>>>>> (consoleproxy-1:null) Zone 1 is ready to launch console proxy
>>>>> 2013-04-07 00:38:20,820 DEBUG
>>>>> [network.router.VirtualNetworkApplianceManagerImpl]
>>>>> (RouterStatusMonitor-1:null) Found 0 routers to update status.
>>>>> 2013-04-07 00:38:20,821 DEBUG
>>>>> [network.router.VirtualNetworkApplianceManagerImpl]
>>>>> (RouterStatusMonitor-1:null) Found 0 networks to update RvR status.
>>>>> 2013-04-07 00:38:20,851 DEBUG
>>>>> [network.router.VirtualNetworkApplianceManagerImpl]
>>>>> (RouterStatusMonitor-1:null) Found 0 routers to update status.
>>>>> 2013-04-07 00:38:20,853 DEBUG
>>>>> [network.router.VirtualNetworkApplianceManagerImpl]
>>>>> (RouterStatusMonitor-1:null) Found 0 networks to update RvR status.
>>>>> 2013-04-07 00:38:20,921 DEBUG [cloud.alert.AlertManagerImpl]
>>>>> (CapacityChecker:null) Running Capacity Checker ...
>>>>> 2013-04-07 00:38:20,921 DEBUG [cloud.alert.AlertManagerImpl]
>>>>> (CapacityChecker:null) recalculating system capacity
>>>>> 2013-04-07 00:38:20,921 DEBUG [cloud.alert.AlertManagerImpl]
>>>>> (CapacityChecker:null) Executing cpu/ram capacity update
>>>>> 2013-04-07 00:38:20,931 DEBUG [cloud.capacity.CapacityManagerImpl]
>>>>> (CapacityChecker:null) Found 2 VMs on host 1
>>>>> 2013-04-07 00:38:20,932 DEBUG [cloud.capacity.CapacityManagerImpl]
>>>>> (CapacityChecker:null) Found 0 VM, not running on host 1
>>>>> 2013-04-07 00:38:20,935 DEBUG [cloud.capacity.CapacityManagerImpl]
>>>>> (CapacityChecker:null) No need to calibrate cpu capacity, host:1
>>>>>usedCpu:
>>>>> 200 reservedCpu: 0
>>>>> 2013-04-07 00:38:20,935 DEBUG [cloud.capacity.CapacityManagerImpl]
>>>>> (CapacityChecker:null) No need to calibrate memory capacity, host:1
>>>>> usedMem: 209715200 reservedMem: 0
>>>>> 2013-04-07 00:38:20,940 DEBUG [cloud.capacity.CapacityManagerImpl]
>>>>> (CapacityChecker:null) Found 0 VMs on host 5
>>>>> 2013-04-07 00:38:20,941 DEBUG [cloud.capacity.CapacityManagerImpl]
>>>>> (CapacityChecker:null) Found 0 VM, not running on host 5
>>>>> 2013-04-07 00:38:20,944 DEBUG [cloud.capacity.CapacityManagerImpl]
>>>>> (CapacityChecker:null) No need to calibrate cpu capacity, host:5
>>>>>usedCpu: 0
>>>>> reservedCpu: 0
>>>>> 2013-04-07 00:38:20,944 DEBUG [cloud.capacity.CapacityManagerImpl]
>>>>> (CapacityChecker:null) No need to calibrate memory capacity, host:5
>>>>> usedMem: 0 reservedMem: 0
>>>>> 2013-04-07 00:38:20,950 DEBUG [cloud.capacity.CapacityManagerImpl]
>>>>> (CapacityChecker:null) Found 1 VMs on host 6
>>>>> 2013-04-07 00:38:20,951 DEBUG [cloud.capacity.CapacityManagerImpl]
>>>>> (CapacityChecker:null) Found 0 VM, not running on host 6
>>>>> 2013-04-07 00:38:20,954 DEBUG [cloud.capacity.CapacityManagerImpl]
>>>>> (CapacityChecker:null) No need to calibrate cpu capacity, host:6
>>>>>usedCpu:
>>>>> 100 reservedCpu: 0
>>>>> 2013-04-07 00:38:20,954 DEBUG [cloud.capacity.CapacityManagerImpl]
>>>>> (CapacityChecker:null) No need to calibrate memory capacity, host:6
>>>>> usedMem: 104857600 reservedMem: 0
>>>>> 2013-04-07 00:38:20,954 DEBUG [cloud.alert.AlertManagerImpl]
>>>>> (CapacityChecker:null) Done executing cpu/ram capacity update
>>>>> 2013-04-07 00:38:20,954 DEBUG [cloud.alert.AlertManagerImpl]
>>>>> (CapacityChecker:null) Executing storage capacity update
>>>>> 2013-04-07 00:38:20,961 DEBUG [cloud.storage.StorageManagerImpl]
>>>>> (CapacityChecker:null) Successfully set Capacity - 31004332032 for
>>>>>capacity
>>>>> type - 9 , DataCenterId - 1, HostOrPoolId - 200, PodId 1
>>>>> 2013-04-07 00:38:20,965 DEBUG [cloud.storage.StorageManagerImpl]
>>>>> (CapacityChecker:null) Successfully set Capacity - 97221701632 for
>>>>>capacity
>>>>> type - 9 , DataCenterId - 1, HostOrPoolId - 201, PodId 1
>>>>> 2013-04-07 00:38:20,970 DEBUG [cloud.storage.StorageManagerImpl]
>>>>> (CapacityChecker:null) Successfully set Capacity - 97221701632 for
>>>>>capacity
>>>>> type - 9 , DataCenterId - 1, HostOrPoolId - 202, PodId 1
>>>>> 2013-04-07 00:38:20,975 DEBUG [cloud.storage.StorageManagerImpl]
>>>>> (CapacityChecker:null) Successfully set Capacity - 2084569088 for
>>>>>capacity
>>>>> type - 3 , DataCenterId - 1, HostOrPoolId - 256, PodId 1
>>>>> 2013-04-07 00:38:20,980 DEBUG [cloud.storage.StorageManagerImpl]
>>>>> (CapacityChecker:null) Successfully set Capacity - 2084569088 for
>>>>>capacity
>>>>> type - 3 , DataCenterId - 1, HostOrPoolId - 257, PodId 1
>>>>> 2013-04-07 00:38:20,985 DEBUG [cloud.storage.StorageManagerImpl]
>>>>> (CapacityChecker:null) Successfully set Capacity - 2084569088 for
>>>>>capacity
>>>>> type - 3 , DataCenterId - 1, HostOrPoolId - 262, PodId 1
>>>>> 2013-04-07 00:38:20,985 DEBUG [cloud.alert.AlertManagerImpl]
>>>>> (CapacityChecker:null) Done executing storage capacity update
>>>>> 2013-04-07 00:38:20,985 DEBUG [cloud.alert.AlertManagerImpl]
>>>>> (CapacityChecker:null) Executing capacity updates for public ip and
>>>>>Vlans
>>>>> 2013-04-07 00:38:20,995 DEBUG [cloud.alert.AlertManagerImpl]
>>>>> (CapacityChecker:null) Done capacity updates for public ip and Vlans
>>>>> 2013-04-07 00:38:20,996 DEBUG [cloud.alert.AlertManagerImpl]
>>>>> (CapacityChecker:null) Executing capacity updates for private ip
>>>>> 2013-04-07 00:38:21,003 DEBUG [cloud.alert.AlertManagerImpl]
>>>>> (CapacityChecker:null) Done executing capacity updates for private ip
>>>>> 2013-04-07 00:38:21,003 DEBUG [cloud.alert.AlertManagerImpl]
>>>>> (CapacityChecker:null) Done recalculating system capacity
>>>>> 2013-04-07 00:38:21,031 DEBUG [cloud.alert.AlertManagerImpl]
>>>>> (CapacityChecker:null) Done running Capacity Checker ...
>>>>> 2013-04-07 00:38:24,889 DEBUG [agent.manager.AgentManagerImpl]
>>>>> (AgentManager-Handler-8:null) Ping from 4
>>>>> 2013-04-07 00:38:27,157 DEBUG [agent.manager.DirectAgentAttache]
>>>>> (DirectAgent-311:null) Ping from 1
>>>>> 2013-04-07 00:38:29,095 DEBUG [agent.manager.DirectAgentAttache]
>>>>> (DirectAgent-197:null) Seq 1-90046472: Executing request
>>>>> 2013-04-07 00:38:29,323 DEBUG [agent.manager.DirectAgentAttache]
>>>>> (DirectAgent-197:null) Seq 1-90046472: Response Received:
>>>>> 2013-04-07 00:38:29,324 DEBUG [agent.transport.Request]
>>>>> (DirectAgent-197:null) Seq 1-90046472: Processing:  { Ans: , MgmtId:
>>>>>1,
>>>>> via: 1, Ver: v1, Flags: 10,
>>>>>
>>>>>[{"ClusterSyncAnswer":{"_clusterId":1,"_newStates":{},"_isExecuted":fa
>>>>>l
>>>>>s
>>>>>e
>>>>>,"result":true,"wait":0}}]
>>>>> }
>>>>> 2013-04-07 00:38:47,679 DEBUG [agent.manager.AgentManagerImpl]
>>>>> (AgentManager-Handler-9:null) Ping from 3
>>>>> 2013-04-07 00:38:50,453 DEBUG
>>>>> [storage.secondary.SecondaryStorageManagerImpl] (secstorage-1:null)
>>>>>Zone 1
>>>>> is ready to launch secondary storage VM
>>>>> 2013-04-07 00:38:50,560 DEBUG
>>>>>[cloud.consoleproxy.ConsoleProxyManagerImpl]
>>>>> (consoleproxy-1:null) Zone 1 is ready to launch console proxy
>>>>> 2013-04-07 00:38:50,819 DEBUG
>>>>> [network.router.VirtualNetworkApplianceManagerImpl]
>>>>> (RouterStatusMonitor-1:null) Found 0 routers to update status.
>>>>> 2013-04-07 00:38:50,820 DEBUG
>>>>> [network.router.VirtualNetworkApplianceManagerImpl]
>>>>> (RouterStatusMonitor-1:null) Found 0 networks to update RvR status.
>>>>> 2013-04-07 00:38:50,851 DEBUG
>>>>> [network.router.VirtualNetworkApplianceManagerImpl]
>>>>> (RouterStatusMonitor-1:null) Found 0 routers to update status.
>>>>> 2013-04-07 00:38:50,852 DEBUG
>>>>> [network.router.VirtualNetworkApplianceManagerImpl]
>>>>> (RouterStatusMonitor-1:null) Found 0 networks to update RvR status.
>>>>> 2013-04-07 00:38:51,483 INFO  [agent.manager.AgentMonitor]
>>>>> (Thread-11:null) Found the following agents behind on ping: [6, 5]
>>>>> 2013-04-07 00:38:51,485 DEBUG [cloud.host.Status] (Thread-11:null)
>>>>>Ping
>>>>> timeout for host 6, do invstigation
>>>>> 2013-04-07 00:38:51,486 DEBUG [cloud.host.Status] (Thread-11:null)
>>>>>Ping
>>>>> timeout for host 5, do invstigation
>>>>> 2013-04-07 00:38:51,486 INFO  [agent.manager.AgentManagerImpl]
>>>>> (AgentTaskPool-11:null) Investigating why host 6 has disconnected 
>>>>>with
>>>>> event PingTimeout
>>>>> 2013-04-07 00:38:51,486 DEBUG [agent.manager.AgentManagerImpl]
>>>>> (AgentTaskPool-11:null) checking if agent (6) is alive
>>>>> 2013-04-07 00:38:51,487 INFO  [agent.manager.AgentManagerImpl]
>>>>> (AgentTaskPool-16:null) Investigating why host 5 has disconnected 
>>>>>with
>>>>> event PingTimeout
>>>>> 2013-04-07 00:38:51,488 DEBUG [agent.manager.AgentManagerImpl]
>>>>> (AgentTaskPool-16:null) checking if agent (5) is alive
>>>>> 2013-04-07 00:38:51,489 DEBUG [agent.transport.Request]
>>>>> (AgentTaskPool-11:null) Seq 6-324993318: Sending  { Cmd , MgmtId: 1,
>>>>>via:
>>>>> 6, Ver: v1, Flags: 100011, [{"CheckHealthCommand":{"wait":50}}] }
>>>>> 2013-04-07 00:38:51,489 DEBUG [agent.transport.Request]
>>>>> (AgentTaskPool-11:null) Seq 6-324993318: Executing:  { Cmd , MgmtId:
>>>>>1,
>>>>> via: 6, Ver: v1, Flags: 100011, [{"CheckHealthCommand":{"wait":50}}] 
>>>>>}
>>>>> 2013-04-07 00:38:51,489 DEBUG [agent.manager.DirectAgentAttache]
>>>>> (DirectAgent-372:null) Seq 6-324993318: Executing request
>>>>> 2013-04-07 00:38:51,491 DEBUG [agent.transport.Request]
>>>>> (AgentTaskPool-16:null) Seq 5-614334822: Sending  { Cmd , MgmtId: 1,
>>>>>via:
>>>>> 5, Ver: v1, Flags: 100011, [{"CheckHealthCommand":{"wait":50}}] }
>>>>> 2013-04-07 00:38:51,491 DEBUG [agent.transport.Request]
>>>>> (AgentTaskPool-16:null) Seq 5-614334822: Executing:  { Cmd , MgmtId:
>>>>>1,
>>>>> via: 5, Ver: v1, Flags: 100011, [{"CheckHealthCommand":{"wait":50}}] 
>>>>>}
>>>>> 2013-04-07 00:38:51,491 DEBUG [agent.manager.DirectAgentAttache]
>>>>> (DirectAgent-252:null) Seq 5-614334822: Executing request
>>>>> 2013-04-07 00:38:51,546 DEBUG [agent.manager.DirectAgentAttache]
>>>>> (DirectAgent-372:null) Seq 6-324993318: Response Received:
>>>>> 2013-04-07 00:38:51,547 DEBUG [agent.transport.Request]
>>>>> (DirectAgent-372:null) Seq 6-324993318: Processing:  { Ans: , MgmtId:
>>>>>1,
>>>>> via: 6, Ver: v1, Flags: 10,
>>>>> [{"CheckHealthAnswer":{"result":true,"details":"resource is
>>>>> alive","wait":0}}] }
>>>>> 2013-04-07 00:38:51,547 DEBUG [agent.transport.Request]
>>>>> (AgentTaskPool-11:null) Seq 6-324993318: Received:  { Ans: , MgmtId:
>>>>>1,
>>>>> via: 6, Ver: v1, Flags: 10, { CheckHealthAnswer } }
>>>>> 2013-04-07 00:38:51,547 DEBUG [agent.manager.AgentManagerImpl]
>>>>> (AgentTaskPool-11:null) Details from executing class
>>>>> com.cloud.agent.api.CheckHealthCommand: resource is alive
>>>>> 2013-04-07 00:38:51,547 DEBUG [agent.manager.AgentManagerImpl]
>>>>> (AgentTaskPool-11:null) agent (6) responded to checkHeathCommand,
>>>>>reporting
>>>>> that agent is Up
>>>>> 2013-04-07 00:38:51,547 INFO  [agent.manager.AgentManagerImpl]
>>>>> (AgentTaskPool-11:null) The state determined is Up
>>>>> 2013-04-07 00:38:51,547 INFO  [agent.manager.AgentManagerImpl]
>>>>> (AgentTaskPool-11:null) Agent is determined to be up and running
>>>>> 2013-04-07 00:38:51,547 DEBUG [cloud.host.Status]
>>>>>(AgentTaskPool-11:null)
>>>>> Transition:[Resource state = Enabled, Agent event = Ping, Host id = 
>>>>>6,
>>>>>name
>>>>> = Tut-XenServer]
>>>>> 2013-04-07 00:38:51,549 DEBUG [agent.manager.DirectAgentAttache]
>>>>> (DirectAgent-252:null) Seq 5-614334822: Response Received:
>>>>> 2013-04-07 00:38:51,549 DEBUG [agent.transport.Request]
>>>>> (DirectAgent-252:null) Seq 5-614334822: Processing:  { Ans: , MgmtId:
>>>>>1,
>>>>> via: 5, Ver: v1, Flags: 10,
>>>>> [{"CheckHealthAnswer":{"result":true,"details":"resource is
>>>>> alive","wait":0}}] }
>>>>> 2013-04-07 00:38:51,549 DEBUG [agent.transport.Request]
>>>>> (AgentTaskPool-16:null) Seq 5-614334822: Received:  { Ans: , MgmtId:
>>>>>1,
>>>>> via: 5, Ver: v1, Flags: 10, { CheckHealthAnswer } }
>>>>> 2013-04-07 00:38:51,550 DEBUG [agent.manager.AgentManagerImpl]
>>>>> (AgentTaskPool-16:null) Details from executing class
>>>>> com.cloud.agent.api.CheckHealthCommand: resource is alive
>>>>> 2013-04-07 00:38:51,550 DEBUG [agent.manager.AgentManagerImpl]
>>>>> (AgentTaskPool-16:null) agent (5) responded to checkHeathCommand,
>>>>>reporting
>>>>> that agent is Up
>>>>> 2013-04-07 00:38:51,550 INFO  [agent.manager.AgentManagerImpl]
>>>>> (AgentTaskPool-16:null) The state determined is Up
>>>>> 2013-04-07 00:38:51,550 INFO  [agent.manager.AgentManagerImpl]
>>>>> (AgentTaskPool-16:null) Agent is determined to be up and running
>>>>> 2013-04-07 00:38:51,550 DEBUG [cloud.host.Status]
>>>>>(AgentTaskPool-11:null)
>>>>> Agent status update: [id = 6; name = Tut-XenServer; old status = Up;
>>>>>event
>>>>> = Ping; new status = Up; old update count = 315; new update count =
>>>>>316]
>>>>> 2013-04-07 00:38:51,550 DEBUG [cloud.host.Status]
>>>>>(AgentTaskPool-16:null)
>>>>> Transition:[Resource state = Enabled, Agent event = Ping, Host id = 
>>>>>5,
>>>>>name
>>>>> = Tut-XenServer2]
>>>>> 2013-04-07 00:38:51,553 DEBUG [cloud.host.Status]
>>>>>(AgentTaskPool-16:null)
>>>>> Agent status update: [id = 5; name = Tut-XenServer2; old status = Up;
>>>>>event
>>>>> = Ping; new status = Up; old update count = 152; new update count =
>>>>>153]
>>>>> 2013-04-07 00:39:04,800 DEBUG [agent.manager.DirectAgentAttache]
>>>>> (DirectAgent-100:null) Ping from 6
>>>>> 2013-04-07 00:39:06,054 DEBUG [agent.manager.DirectAgentAttache]
>>>>> (DirectAgent-259:null) Ping from 5
>>>>> 2013-04-07 00:39:06,909 DEBUG [agent.manager.DirectAgentAttache]
>>>>> (DirectAgent-134:null) Seq 6-324993028: Executing request
>>>>> 2013-04-07 00:39:07,104 DEBUG [agent.manager.DirectAgentAttache]
>>>>> (DirectAgent-134:null) Seq 6-324993028: Response Received:
>>>>> 2013-04-07 00:39:07,104 DEBUG [agent.transport.Request]
>>>>> (DirectAgent-134:null) Seq 6-324993028: Processing:  { Ans: , MgmtId:
>>>>>1,
>>>>> via: 6, Ver: v1, Flags: 10,
>>>>>
>>>>>[{"ClusterSyncAnswer":{"_clusterId":2,"_newStates":{},"_isExecuted":fa
>>>>>l
>>>>>s
>>>>>e
>>>>>,"result":true,"wait":0}}]
>>>>> }
>>>>> 2013-04-07 00:39:11,022 DEBUG [agent.manager.DirectAgentAttache]
>>>>> (DirectAgent-188:null) Seq 5-614334468: Executing request
>>>>> 2013-04-07 00:39:11,164 DEBUG [agent.manager.DirectAgentAttache]
>>>>> (DirectAgent-188:null) Seq 5-614334468: Response Received:
>>>>> 2013-04-07 00:39:11,164 DEBUG [agent.transport.Request]
>>>>> (DirectAgent-188:null) Seq 5-614334468: Processing:  { Ans: , MgmtId:
>>>>>1,
>>>>> via: 5, Ver: v1, Flags: 10, [{"Answer":{"result":true,"wait":0}}] }
>>>>> 2013-04-07 00:39:20,451 DEBUG
>>>>> [storage.secondary.SecondaryStorageManagerImpl] (secstorage-1:null)
>>>>>Zone 1
>>>>> is ready to launch secondary storage VM
>>>>> 2013-04-07 00:39:20,552 DEBUG
>>>>>[cloud.consoleproxy.ConsoleProxyManagerImpl]
>>>>> (consoleproxy-1:null) Zone 1 is ready to launch console proxy
>>>>> 2013-04-07 00:39:20,819 DEBUG
>>>>> [network.router.VirtualNetworkApplianceManagerImpl]
>>>>> (RouterStatusMonitor-1:null) Found 0 routers to update status.
>>>>> 2013-04-07 00:39:20,820 DEBUG
>>>>> [network.router.VirtualNetworkApplianceManagerImpl]
>>>>> (RouterStatusMonitor-1:null) Found 0 networks to update RvR status.
>>>>> 2013-04-07 00:39:20,851 DEBUG
>>>>> [network.router.VirtualNetworkApplianceManagerImpl]
>>>>> (RouterStatusMonitor-1:null) Found 0 routers to update status.
>>>>> 2013-04-07 00:39:20,852 DEBUG
>>>>> [network.router.VirtualNetworkApplianceManagerImpl]
>>>>> (RouterStatusMonitor-1:null) Found 0 networks to update RvR status.
>>>>> 2013-04-07 00:39:24,890 DEBUG [agent.manager.AgentManagerImpl]
>>>>> (AgentManager-Handler-10:null) Ping from 4
>>>>> 2013-04-07 00:39:27,161 DEBUG [agent.manager.DirectAgentAttache]
>>>>> (DirectAgent-400:null) Ping from 1
>>>>> 2013-04-07 00:39:27,661 DEBUG [cloud.api.ApiServlet]
>>>>> (1109449945@qtp-1008805148-34:null) ===START===  127.0.0.1 -- GET
>>>>>
>>>>>command=listVolumes&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8Go
>>>>>V
>>>>>A
>>>>>%
>>>>>3D&listAll=true&page=1&pagesize=20&_=1365316767658
>>>>> 2013-04-07 00:39:27,672 DEBUG [cloud.api.ApiServlet]
>>>>> (1109449945@qtp-1008805148-34:null) ===END===  127.0.0.1 -- GET
>>>>>
>>>>>command=listVolumes&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8Go
>>>>>V
>>>>>A
>>>>>%
>>>>>3D&listAll=true&page=1&pagesize=20&_=1365316767658
>>>>> 2013-04-07 00:39:28,628 DEBUG [cloud.api.ApiServlet]
>>>>> (1109449945@qtp-1008805148-34:null) ===START===  127.0.0.1 -- GET
>>>>>
>>>>>command=listVirtualMachines&response=json&sessionkey=Z6QqzU0Fq1iT13bMg
>>>>>n
>>>>>R
>>>>>R
>>>>>fl8GoVA%3D&listAll=true&page=1&pagesize=20&_=1365316768625
>>>>> 2013-04-07 00:39:28,640 DEBUG [cloud.api.ApiServlet]
>>>>> (1109449945@qtp-1008805148-34:null) ===END===  127.0.0.1 -- GET
>>>>>
>>>>>command=listVirtualMachines&response=json&sessionkey=Z6QqzU0Fq1iT13bMg
>>>>>n
>>>>>R
>>>>>R
>>>>>fl8GoVA%3D&listAll=true&page=1&pagesize=20&_=1365316768625
>>>>> 2013-04-07 00:39:29,095 DEBUG [agent.manager.DirectAgentAttache]
>>>>> (DirectAgent-101:null) Seq 1-90046472: Executing request
>>>>> 2013-04-07 00:39:29,311 DEBUG [agent.manager.DirectAgentAttache]
>>>>> (DirectAgent-101:null) Seq 1-90046472: Response Received:
>>>>> 2013-04-07 00:39:29,311 DEBUG [agent.transport.Request]
>>>>> (DirectAgent-101:null) Seq 1-90046472: Processing:  { Ans: , MgmtId:
>>>>>1,
>>>>> via: 1, Ver: v1, Flags: 10,
>>>>>
>>>>>[{"ClusterSyncAnswer":{"_clusterId":1,"_newStates":{},"_isExecuted":fa
>>>>>l
>>>>>s
>>>>>e
>>>>>,"result":true,"wait":0}}]
>>>>> }
>>>>> 2013-04-07 00:39:31,530 DEBUG [cloud.api.ApiServlet]
>>>>> (1109449945@qtp-1008805148-34:null) ===START===  127.0.0.1 -- GET
>>>>>
>>>>>command=logout&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D
>>>>>&
>>>>>_
>>>>>=
>>>>>1365316771528
>>>>> 2013-04-07 00:39:31,535 DEBUG [cloud.api.ApiServlet]
>>>>> (1109449945@qtp-1008805148-34:null) ===END===  127.0.0.1 -- GET
>>>>>
>>>>>command=logout&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D
>>>>>&
>>>>>_
>>>>>=
>>>>>1365316771528
>>>>> 2013-04-07 00:39:31,969 DEBUG [cloud.api.ApiServlet]
>>>>> (2107564436@qtp-1008805148-38:null) ===START===  127.0.0.1 -- GET
>>>>>
>>>>>command=listCapabilities&response=json&sessionkey=null&_=1365316771968
>>>>> 2013-04-07 00:39:31,970 DEBUG [cloud.api.ApiServlet]
>>>>> (2107564436@qtp-1008805148-38:null) ===END===  127.0.0.1 -- GET
>>>>>
>>>>>command=listCapabilities&response=json&sessionkey=null&_=1365316771968
>>>>> 2013-04-07 00:39:47,679 DEBUG [agent.manager.AgentManagerImpl]
>>>>> (AgentManager-Handler-11:null) Ping from 3
>>>>> 2013-04-07 00:39:50,451 DEBUG
>>>>> [storage.secondary.SecondaryStorageManagerImpl] (secstorage-1:null)
>>>>>Zone 1
>>>>> is ready to launch secondary storage VM
>>>>> 2013-04-07 00:39:50,555 DEBUG
>>>>>[cloud.consoleproxy.ConsoleProxyManagerImpl]
>>>>> (consoleproxy-1:null) Zone 1 is ready to launch console proxy
>>>>> 2013-04-07 00:39:50,819 DEBUG
>>>>> [network.router.VirtualNetworkApplianceManagerImpl]
>>>>> (RouterStatusMonitor-1:null) Found 0 routers to update status.
>>>>> 2013-04-07 00:39:50,820 DEBUG
>>>>> [network.router.VirtualNetworkApplianceManagerImpl]
>>>>> (RouterStatusMonitor-1:null) Found 0 networks to update RvR status.
>>>>> 2013-04-07 00:39:50,850 DEBUG
>>>>> [network.router.VirtualNetworkApplianceManagerImpl]
>>>>> (RouterStatusMonitor-1:null) Found 0 routers to update status.
>>>>> 2013-04-07 00:39:50,851 DEBUG
>>>>> [network.router.VirtualNetworkApplianceManagerImpl]
>>>>> (RouterStatusMonitor-1:null) Found 0 networks to update RvR status.
>>>>> 2013-04-07 00:39:51,486 INFO  [agent.manager.AgentMonitor]
>>>>> (Thread-11:null) Found the following agents behind on ping: [6, 5]
>>>>> 2013-04-07 00:39:51,488 DEBUG [cloud.host.Status] (Thread-11:null)
>>>>>Ping
>>>>> timeout for host 6, do invstigation
>>>>> 2013-04-07 00:39:51,489 DEBUG [cloud.host.Status] (Thread-11:null)
>>>>>Ping
>>>>> timeout for host 5, do invstigation
>>>>> 2013-04-07 00:39:51,489 INFO  [agent.manager.AgentManagerImpl]
>>>>> (AgentTaskPool-2:null) Investigating why host 6 has disconnected with
>>>>>event
>>>>> PingTimeout
>>>>> 2013-04-07 00:39:51,490 DEBUG [agent.manager.AgentManagerImpl]
>>>>> (AgentTaskPool-2:null) checking if agent (6) is alive
>>>>> 2013-04-07 00:39:51,491 INFO  [agent.manager.AgentManagerImpl]
>>>>> (AgentTaskPool-14:null) Investigating why host 5 has disconnected 
>>>>>with
>>>>> event PingTimeout
>>>>> 2013-04-07 00:39:51,491 DEBUG [agent.manager.AgentManagerImpl]
>>>>> (AgentTaskPool-14:null) checking if agent (5) is alive
>>>>> 2013-04-07 00:39:51,493 DEBUG [agent.transport.Request]
>>>>> (AgentTaskPool-2:null) Seq 6-324993319: Sending  { Cmd , MgmtId: 1,
>>>>>via: 6,
>>>>> Ver: v1, Flags: 100011, [{"CheckHealthCommand":{"wait":50}}] }
>>>>> 2013-04-07 00:39:51,493 DEBUG [agent.transport.Request]
>>>>> (AgentTaskPool-2:null) Seq 6-324993319: Executing:  { Cmd , MgmtId: 
>>>>>1,
>>>>>via:
>>>>> 6, Ver: v1, Flags: 100011, [{"CheckHealthCommand":{"wait":50}}] }
>>>>> 2013-04-07 00:39:51,493 DEBUG [agent.manager.DirectAgentAttache]
>>>>> (DirectAgent-278:null) Seq 6-324993319: Executing request
>>>>> 2013-04-07 00:39:51,494 DEBUG [agent.transport.Request]
>>>>> (AgentTaskPool-14:null) Seq 5-614334823: Sending  { Cmd , MgmtId: 1,
>>>>>via:
>>>>> 5, Ver: v1, Flags: 100011, [{"CheckHealthCommand":{"wait":50}}] }
>>>>> 2013-04-07 00:39:51,494 DEBUG [agent.transport.Request]
>>>>> (AgentTaskPool-14:null) Seq 5-614334823: Executing:  { Cmd , MgmtId:
>>>>>1,
>>>>> via: 5, Ver: v1, Flags: 100011, [{"CheckHealthCommand":{"wait":50}}] 
>>>>>}
>>>>> 2013-04-07 00:39:51,495 DEBUG [agent.manager.DirectAgentAttache]
>>>>> (DirectAgent-433:null) Seq 5-614334823: Executing request
>>>>> 2013-04-07 00:39:51,547 DEBUG [agent.manager.DirectAgentAttache]
>>>>> (DirectAgent-278:null) Seq 6-324993319: Response Received:
>>>>> 2013-04-07 00:39:51,548 DEBUG [agent.transport.Request]
>>>>> (DirectAgent-278:null) Seq 6-324993319: Processing:  { Ans: , MgmtId:
>>>>>1,
>>>>> via: 6, Ver: v1, Flags: 10,
>>>>> [{"CheckHealthAnswer":{"result":true,"details":"resource is
>>>>> alive","wait":0}}] }
>>>>> 2013-04-07 00:39:51,548 DEBUG [agent.transport.Request]
>>>>> (AgentTaskPool-2:null) Seq 6-324993319: Received:  { Ans: , MgmtId: 
>>>>>1,
>>>>>via:
>>>>> 6, Ver: v1, Flags: 10, { CheckHealthAnswer } }
>>>>> 2013-04-07 00:39:51,548 DEBUG [agent.manager.AgentManagerImpl]
>>>>> (AgentTaskPool-2:null) Details from executing class
>>>>> com.cloud.agent.api.CheckHealthCommand: resource is alive
>>>>> 2013-04-07 00:39:51,548 DEBUG [agent.manager.AgentManagerImpl]
>>>>> (AgentTaskPool-2:null) agent (6) responded to checkHeathCommand,
>>>>>reporting
>>>>> that agent is Up
>>>>> 2013-04-07 00:39:51,548 INFO  [agent.manager.AgentManagerImpl]
>>>>> (AgentTaskPool-2:null) The state determined is Up
>>>>> 2013-04-07 00:39:51,548 INFO  [agent.manager.AgentManagerImpl]
>>>>> (AgentTaskPool-2:null) Agent is determined to be up and running
>>>>> 2013-04-07 00:39:51,548 DEBUG [cloud.host.Status]
>>>>>(AgentTaskPool-2:null)
>>>>> Transition:[Resource state = Enabled, Agent event = Ping, Host id = 
>>>>>6,
>>>>>name
>>>>> = Tut-XenServer]
>>>>> 2013-04-07 00:39:51,549 DEBUG [agent.manager.DirectAgentAttache]
>>>>> (DirectAgent-433:null) Seq 5-614334823: Response Received:
>>>>> 2013-04-07 00:39:51,549 DEBUG [agent.transport.Request]
>>>>> (DirectAgent-433:null) Seq 5-614334823: Processing:  { Ans: , MgmtId:
>>>>>1,
>>>>> via: 5, Ver: v1, Flags: 10,
>>>>> [{"CheckHealthAnswer":{"result":true,"details":"resource is
>>>>> alive","wait":0}}] }
>>>>> 2013-04-07 00:39:51,549 DEBUG [agent.transport.Request]
>>>>> (AgentTaskPool-14:null) Seq 5-614334823: Received:  { Ans: , MgmtId:
>>>>>1,
>>>>> via: 5, Ver: v1, Flags: 10, { CheckHealthAnswer } }
>>>>> 2013-04-07 00:39:51,549 DEBUG [agent.manager.AgentManagerImpl]
>>>>> (AgentTaskPool-14:null) Details from executing class
>>>>> com.cloud.agent.api.CheckHealthCommand: resource is alive
>>>>> 2013-04-07 00:39:51,549 DEBUG [agent.manager.AgentManagerImpl]
>>>>> (AgentTaskPool-14:null) agent (5) responded to checkHeathCommand,
>>>>>reporting
>>>>> that agent is Up
>>>>> 2013-04-07 00:39:51,549 INFO  [agent.manager.AgentManagerImpl]
>>>>> (AgentTaskPool-14:null) The state determined is Up
>>>>> 2013-04-07 00:39:51,549 INFO  [agent.manager.AgentManagerImpl]
>>>>> (AgentTaskPool-14:null) Agent is determined to be up and running
>>>>> 2013-04-07 00:39:51,551 DEBUG [cloud.host.Status]
>>>>>(AgentTaskPool-2:null)
>>>>> Agent status update: [id = 6; name = Tut-XenServer; old status = Up;
>>>>>event
>>>>> = Ping; new status = Up; old update count = 316; new update count =
>>>>>317]
>>>>> 2013-04-07 00:39:51,551 DEBUG [cloud.host.Status]
>>>>>(AgentTaskPool-14:null)
>>>>> Transition:[Resource state = Enabled, Agent event = Ping, Host id = 
>>>>>5,
>>>>>name
>>>>> = Tut-XenServer2]
>>>>> 2013-04-07 00:39:51,554 DEBUG [cloud.host.Status]
>>>>>(AgentTaskPool-14:null)
>>>>> Agent status update: [id = 5; name = Tut-XenServer2; old status = Up;
>>>>>event
>>>>> = Ping; new status = Up; old update count = 153; new update count =
>>>>>154]
>>>>> 2013-04-07 00:40:04,836 DEBUG [agent.manager.DirectAgentAttache]
>>>>> (DirectAgent-238:null) Ping from 6
>>>>> 2013-04-07 00:40:06,653 WARN  [xen.resource.CitrixResourceBase]
>>>>> (DirectAgent-429:null)  can not ping xenserver
>>>>> 5e02c608-155d-432e-a20f-f8c600ef3ab7
>>>>> 2013-04-07 00:40:06,653 WARN  [agent.manager.DirectAgentAttache]
>>>>> (DirectAgent-429:null) Unable to get current status on 5
>>>>> 2013-04-07 00:40:06,655 INFO  [agent.manager.AgentManagerImpl]
>>>>> (AgentTaskPool-1:null) Investigating why host 5 has disconnected with
>>>>>event
>>>>> AgentDisconnected
>>>>> 2013-04-07 00:40:06,655 DEBUG [agent.manager.AgentManagerImpl]
>>>>> (AgentTaskPool-1:null) checking if agent (5) is alive
>>>>> 2013-04-07 00:40:06,658 DEBUG [agent.transport.Request]
>>>>> (AgentTaskPool-1:null) Seq 5-614334824: Sending  { Cmd , MgmtId: 1,
>>>>>via: 5,
>>>>> Ver: v1, Flags: 100011, [{"CheckHealthCommand":{"wait":50}}] }
>>>>> 2013-04-07 00:40:06,658 DEBUG [agent.transport.Request]
>>>>> (AgentTaskPool-1:null) Seq 5-614334824: Executing:  { Cmd , MgmtId: 
>>>>>1,
>>>>>via:
>>>>> 5, Ver: v1, Flags: 100011, [{"CheckHealthCommand":{"wait":50}}] }
>>>>> 2013-04-07 00:40:06,658 DEBUG [agent.manager.DirectAgentAttache]
>>>>> (DirectAgent-28:null) Seq 5-614334824: Executing request
>>>>> 2013-04-07 00:40:06,681 DEBUG [agent.manager.DirectAgentAttache]
>>>>> (DirectAgent-28:null) Seq 5-614334824: Response Received:
>>>>> 2013-04-07 00:40:06,682 DEBUG [agent.transport.Request]
>>>>> (DirectAgent-28:null) Seq 5-614334824: Processing:  { Ans: , MgmtId:
>>>>>1,
>>>>> via: 5, Ver: v1, Flags: 10,
>>>>> [{"CheckHealthAnswer":{"result":false,"details":"resource is not
>>>>> alive","wait":0}}] }
>>>>> 2013-04-07 00:40:06,682 DEBUG [agent.transport.Request]
>>>>> (AgentTaskPool-1:null) Seq 5-614334824: Received:  { Ans: , MgmtId: 
>>>>>1,
>>>>>via:
>>>>> 5, Ver: v1, Flags: 10, { CheckHealthAnswer } }
>>>>> 2013-04-07 00:40:06,682 DEBUG [agent.manager.AgentManagerImpl]
>>>>> (AgentTaskPool-1:null) Details from executing class
>>>>> com.cloud.agent.api.CheckHealthCommand: resource is not alive
>>>>> 2013-04-07 00:40:06,684 DEBUG [cloud.ha.HighAvailabilityManagerImpl]
>>>>> (AgentTaskPool-1:null) SimpleInvestigator unable to determine the
>>>>>state
>>>>>of
>>>>> the host.  Moving on.
>>>>> 2013-04-07 00:40:06,691 DEBUG [agent.transport.Request]
>>>>> (AgentTaskPool-1:null) Seq 6-324993320: Sending  { Cmd , MgmtId: 1,
>>>>>via: 6,
>>>>> Ver: v1, Flags: 100011,
>>>>>
>>>>>[{"CheckOnHostCommand":{"host":{"guid":"5e02c608-155d-432e-a20f-f8c600
>>>>>e
>>>>>f
>>>>>3
>>>>>ab7","privateNetwork":{"ip":"192.168.56.11","netmask":"255.255.255.0",
>>>>>"
>>>>>m
>>>>>a
>>>>>c":"08:00:27:f7:0d:28","isSecurityGroupEnabled":false},"publicNetwork"
>>>>>:
>>>>>{
>>>>>"
>>>>>ip":"192.168.56.11","netmask":"255.255.255.0","mac":"08:00:27:f7:0d:28
>>>>>"
>>>>>,
>>>>>"
>>>>>isSecurityGroupEnabled":false},"storageNetwork1":{"ip":"192.168.56.11"
>>>>>,
>>>>>"
>>>>>n
>>>>>etmask":"255.255.255.0","mac":"08:00:27:f7:0d:28","isSecurityGroupEnab
>>>>>l
>>>>>e
>>>>>d
>>>>>":false}},"wait":20}}]
>>>>> }
>>>>> 2013-04-07 00:40:06,691 DEBUG [agent.transport.Request]
>>>>> (AgentTaskPool-1:null) Seq 6-324993320: Executing:  { Cmd , MgmtId: 
>>>>>1,
>>>>>via:
>>>>> 6, Ver: v1, Flags: 100011,
>>>>>
>>>>>[{"CheckOnHostCommand":{"host":{"guid":"5e02c608-155d-432e-a20f-f8c600
>>>>>e
>>>>>f
>>>>>3
>>>>>ab7","privateNetwork":{"ip":"192.168.56.11","netmask":"255.255.255.0",
>>>>>"
>>>>>m
>>>>>a
>>>>>c":"08:00:27:f7:0d:28","isSecurityGroupEnabled":false},"publicNetwork"
>>>>>:
>>>>>{
>>>>>"
>>>>>ip":"192.168.56.11","netmask":"255.255.255.0","mac":"08:00:27:f7:0d:28
>>>>>"
>>>>>,
>>>>>"
>>>>>isSecurityGroupEnabled":false},"storageNetwork1":{"ip":"192.168.56.11"
>>>>>,
>>>>>"
>>>>>n
>>>>>etmask":"255.255.255.0","mac":"08:00:27:f7:0d:28","isSecurityGroupEnab
>>>>>l
>>>>>e
>>>>>d
>>>>>":false}},"wait":20}}]
>>>>> }
>>>>> 2013-04-07 00:40:06,692 DEBUG [agent.manager.DirectAgentAttache]
>>>>> (DirectAgent-467:null) Seq 6-324993320: Executing request
>>>>> 2013-04-07 00:40:06,909 DEBUG [agent.manager.DirectAgentAttache]
>>>>> (DirectAgent-367:null) Seq 6-324993028: Executing request
>>>>> 2013-04-07 00:40:07,178 DEBUG [xen.resource.XenServer56Resource]
>>>>> (DirectAgent-467:null) Heart beat is still going
>>>>> 2013-04-07 00:40:07,178 DEBUG [agent.manager.DirectAgentAttache]
>>>>> (DirectAgent-467:null) Seq 6-324993320: Response Received:
>>>>> 2013-04-07 00:40:07,178 DEBUG [agent.transport.Request]
>>>>> (DirectAgent-467:null) Seq 6-324993320: Processing:  { Ans: , MgmtId:
>>>>>1,
>>>>> via: 6, Ver: v1, Flags: 10,
>>>>>
>>>>>[{"CheckOnHostAnswer":{"determined":true,"alive":true,"result":true,"d
>>>>>e
>>>>>t
>>>>>a
>>>>>ils":"Heartbeat
>>>>> is still going","wait":0}}] }
>>>>> 2013-04-07 00:40:07,178 DEBUG [agent.transport.Request]
>>>>> (AgentTaskPool-1:null) Seq 6-324993320: Received:  { Ans: , MgmtId: 
>>>>>1,
>>>>>via:
>>>>> 6, Ver: v1, Flags: 10, { CheckOnHostAnswer } }
>>>>> 2013-04-07 00:40:07,179 DEBUG [agent.manager.AgentManagerImpl]
>>>>> (AgentTaskPool-1:null) Details from executing class
>>>>> com.cloud.agent.api.CheckOnHostCommand: Heartbeat is still going
>>>>> 2013-04-07 00:40:07,179 DEBUG [cloud.ha.HighAvailabilityManagerImpl]
>>>>> (AgentTaskPool-1:null) XenServerInvestigator was able to determine
>>>>>host
>>>>>5
>>>>> is in Up
>>>>> 2013-04-07 00:40:07,179 INFO  [agent.manager.AgentManagerImpl]
>>>>> (AgentTaskPool-1:null) The state determined is Up
>>>>> 2013-04-07 00:40:07,179 INFO  [agent.manager.AgentManagerImpl]
>>>>> (AgentTaskPool-1:null) Agent is determined to be up and running
>>>>> 2013-04-07 00:40:07,179 DEBUG [cloud.host.Status]
>>>>>(AgentTaskPool-1:null)
>>>>> Transition:[Resource state = Enabled, Agent event = Ping, Host id = 
>>>>>5,
>>>>>name
>>>>> = Tut-XenServer2]
>>>>> 2013-04-07 00:40:07,182 DEBUG [cloud.host.Status]
>>>>>(AgentTaskPool-1:null)
>>>>> Agent status update: [id = 5; name = Tut-XenServer2; old status = Up;
>>>>>event
>>>>> = Ping; new status = Up; old update count = 154; new update count =
>>>>>155]
>>>>> 2013-04-07 00:40:07,321 DEBUG [agent.manager.DirectAgentAttache]
>>>>> (DirectAgent-367:null) Seq 6-324993028: Response Received:
>>>>> 2013-04-07 00:40:07,322 DEBUG [agent.transport.Request]
>>>>> (DirectAgent-367:null) Seq 6-324993028: Processing:  { Ans: , MgmtId:
>>>>>1,
>>>>> via: 6, Ver: v1, Flags: 10,
>>>>>
>>>>>[{"ClusterSyncAnswer":{"_clusterId":2,"_newStates":{},"_isExecuted":fa
>>>>>l
>>>>>s
>>>>>e
>>>>>,"result":true,"wait":0}}]
>>>>> }
>>>>> 2013-04-07 00:40:11,022 DEBUG [agent.manager.DirectAgentAttache]
>>>>> (DirectAgent-430:null) Seq 5-614334468: Executing request
>>>>> 2013-04-07 00:40:11,052 DEBUG [xen.resource.XenServerConnectionPool]
>>>>> (DirectAgent-430:null) Catch Exception:
>>>>> com.xensource.xenapi.Types$HostOffline Host is offline 192.168.56.11
>>>>>due to
>>>>> You attempted an operation which involves a host which could not be
>>>>> contacted.
>>>>> 2013-04-07 00:40:11,052 DEBUG [xen.resource.XenServerConnectionPool]
>>>>> (DirectAgent-430:null) Trying to reset master of slave 192.168.56.11
>>>>>to
>>>>> 192.168.56.9
>>>>> 2013-04-07 00:40:20,452 DEBUG
>>>>> [storage.secondary.SecondaryStorageManagerImpl] (secstorage-1:null)
>>>>>Zone 1
>>>>> is ready to launch secondary storage VM
>>>>> 2013-04-07 00:40:20,552 DEBUG
>>>>>[cloud.consoleproxy.ConsoleProxyManagerImpl]
>>>>> (consoleproxy-1:null) Zone 1 is ready to launch console proxy
>>>>> 2013-04-07 00:40:20,820 DEBUG
>>>>> [network.router.VirtualNetworkApplianceManagerImpl]
>>>>> (RouterStatusMonitor-1:null) Found 0 routers to update status.
>>>>> 2013-04-07 00:40:20,821 DEBUG
>>>>> [network.router.VirtualNetworkApplianceManagerImpl]
>>>>> (RouterStatusMonitor-1:null) Found 0 networks to update RvR status.
>>>>> 2013-04-07 00:40:20,852 DEBUG
>>>>> [network.router.VirtualNetworkApplianceManagerImpl]
>>>>> (RouterStatusMonitor-1:null) Found 0 routers to update status.
>>>>> 2013-04-07 00:40:20,853 DEBUG
>>>>> [network.router.VirtualNetworkApplianceManagerImpl]
>>>>> (RouterStatusMonitor-1:null) Found 0 networks to update RvR status.
>>>>> 2013-04-07 00:40:21,055 DEBUG [xen.resource.XenServerConnectionPool]
>>>>> (DirectAgent-430:null) localLogout has problem Failed to read 
>>>>>server's
>>>>> response: connect timed out
>>>>> 2013-04-07 00:40:21,055 WARN  [agent.manager.DirectAgentAttache]
>>>>> (DirectAgent-430:null) Seq 5-614334468: Exception Caught while
>>>>>executing
>>>>> command
>>>>> com.cloud.utils.exception.CloudRuntimeException: Unable to reset
>>>>>master
>>>>>of
>>>>> slave 192.168.56.11 to 192.168.56.9 due to
>>>>> org.apache.xmlrpc.XmlRpcException: Failed to read server's response:
>>>>> connect timed out
>>>>>  at
>>>>>
>>>>>com.cloud.hypervisor.xen.resource.XenServerConnectionPool.PoolEmergenc
>>>>>y
>>>>>R
>>>>>e
>>>>>setMaster(XenServerConnectionPool.java:443)
>>>>> at
>>>>>
>>>>>com.cloud.hypervisor.xen.resource.XenServerConnectionPool.connect(XenS
>>>>>e
>>>>>r
>>>>>v
>>>>>erConnectionPool.java:661)
>>>>>  at
>>>>>
>>>>>com.cloud.hypervisor.xen.resource.CitrixResourceBase.getConnection(Cit
>>>>>r
>>>>>i
>>>>>x
>>>>>ResourceBase.java:5380)
>>>>> at
>>>>>
>>>>>com.cloud.hypervisor.xen.resource.CitrixResourceBase.execute(CitrixRes
>>>>>o
>>>>>u
>>>>>r
>>>>>ceBase.java:7248)
>>>>>  at
>>>>>
>>>>>com.cloud.hypervisor.xen.resource.CitrixResourceBase.executeRequest(Ci
>>>>>t
>>>>>r
>>>>>i
>>>>>xResourceBase.java:555)
>>>>> at
>>>>>
>>>>>com.cloud.hypervisor.xen.resource.XenServer56Resource.executeRequest(X
>>>>>e
>>>>>n
>>>>>S
>>>>>erver56Resource.java:73)
>>>>>  at
>>>>>
>>>>>com.cloud.agent.manager.DirectAgentAttache$Task.run(DirectAgentAttache
>>>>>.
>>>>>j
>>>>>a
>>>>>va:186)
>>>>> at
>>>>>java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:439
>>>>>)
>>>>>  at
>>>>>
>>>>>java.util.concurrent.FutureTask$Sync.innerRunAndReset(FutureTask.java:
>>>>>3
>>>>>1
>>>>>7
>>>>>)
>>>>> at java.util.concurrent.FutureTask.runAndReset(FutureTask.java:150)
>>>>>  at
>>>>>
>>>>>java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.a
>>>>>c
>>>>>c
>>>>>e
>>>>>ss$101(ScheduledThreadPoolExecutor.java:98)
>>>>> at
>>>>>
>>>>>java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.r
>>>>>u
>>>>>n
>>>>>P
>>>>>eriodic(ScheduledThreadPoolExecutor.java:180)
>>>>>  at
>>>>>
>>>>>java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.r
>>>>>u
>>>>>n
>>>>>(
>>>>>ScheduledThreadPoolExecutor.java:204)
>>>>> at
>>>>>
>>>>>java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecu
>>>>>t
>>>>>o
>>>>>r
>>>>>.java:895)
>>>>>  at
>>>>>
>>>>>java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.
>>>>>j
>>>>>a
>>>>>v
>>>>>a:918)
>>>>> at java.lang.Thread.run(Thread.java:680)
>>>>> 2013-04-07 00:40:21,056 DEBUG [agent.manager.DirectAgentAttache]
>>>>> (DirectAgent-430:null) Seq 5-614334468: Response Received:
>>>>> 2013-04-07 00:40:21,056 DEBUG [agent.transport.Request]
>>>>> (DirectAgent-430:null) Seq 5-614334468: Processing:  { Ans: , MgmtId:
>>>>>1,
>>>>> via: 5, Ver: v1, Flags: 10,
>>>>>
>>>>>[{"Answer":{"result":false,"details":"com.cloud.utils.exception.CloudR
>>>>>u
>>>>>n
>>>>>t
>>>>>imeException:
>>>>> Unable to reset master of slave 192.168.56.11 to 192.168.56.9 due to
>>>>> org.apache.xmlrpc.XmlRpcException: Failed to read server's response:
>>>>> connect timed out","wait":0}}] }
>>>>> 2013-04-07 00:40:24,888 DEBUG [agent.manager.AgentManagerImpl]
>>>>> (AgentManager-Handler-12:null) Ping from 4
>>>>> 2013-04-07 00:40:27,162 DEBUG [agent.manager.DirectAgentAttache]
>>>>> (DirectAgent-321:null) Ping from 1
>>>>> 2013-04-07 00:40:29,095 DEBUG [agent.manager.DirectAgentAttache]
>>>>> (DirectAgent-423:null) Seq 1-90046472: Executing request
>>>>> 2013-04-07 00:40:29,364 DEBUG [agent.manager.DirectAgentAttache]
>>>>> (DirectAgent-423:null) Seq 1-90046472: Response Received:
>>>>> 2013-04-07 00:40:29,364 DEBUG [agent.transport.Request]
>>>>> (DirectAgent-423:null) Seq 1-90046472: Processing:  { Ans: , MgmtId:
>>>>>1,
>>>>> via: 1, Ver: v1, Flags: 10,
>>>>>
>>>>>[{"ClusterSyncAnswer":{"_clusterId":1,"_newStates":{},"_isExecuted":fa
>>>>>l
>>>>>s
>>>>>e
>>>>>,"result":true,"wait":0}}]
>>>>> }
>>>>> 2013-04-07 00:40:43,749 INFO
>>>>>[context.support.XmlWebApplicationContext]
>>>>> (Shutdown:null) Closing Root WebApplicationContext: startup date [Sat
>>>>>Apr
>>>>> 06 22:07:12 MDT 2013]; root of context hierarchy
>>>>> 2013-04-07 00:40:43,751 INFO
>>>>>[factory.support.DefaultListableBeanFactory]
>>>>> (Shutdown:null) Destroying singletons in
>>>>>
>>>>>org.springframework.beans.factory.support.DefaultListableBeanFactory@7
>>>>>4
>>>>>b
>>>>>7
>>>>>6ce4:
>>>>> defining beans
>>>>>
>>>>>[org.springframework.context.annotation.internalConfigurationAnnotatio
>>>>>n
>>>>>P
>>>>>r
>>>>>ocessor,org.springframework.context.annotation.internalAutowiredAnnota
>>>>>t
>>>>>i
>>>>>o
>>>>>nProcessor,org.springframework.context.annotation.internalRequiredAnno
>>>>>t
>>>>>a
>>>>>t
>>>>>ionProcessor,org.springframework.context.annotation.internalCommonAnno
>>>>>t
>>>>>a
>>>>>t
>>>>>ionProcessor,ClusterRestService,NetworkRestService,PodService,VirtualM
>>>>>a
>>>>>c
>>>>>h
>>>>>ineRestService,VolumeRestService,zoneService,dataDisk,iso,rootDisk,vol
>>>>>u
>>>>>m
>>>>>e
>>>>>TypeHelper,VMComputeTagDaoImpl,VMEntityDaoImpl,VMNetworkMapDaoImpl,VMR
>>>>>e
>>>>>s
>>>>>e
>>>>>rvationDaoImpl,VMRootDiskTagDaoImpl,volumeReservationDaoImpl,virtualMa
>>>>>c
>>>>>h
>>>>>i
>>>>>neEntityImpl,VMEntityManagerImpl,dataCenterResourceManagerImpl,EngineD
>>>>>c
>>>>>D
>>>>>e
>>>>>tailsDao,EngineClusterDao,EngineDataCenterDao,EngineHostDao,EngineHost
>>>>>P
>>>>>o
>>>>>d
>>>>>Dao,EngineHostDetailsDao,EngineHostTagsDao,provisioningService,cloudOr
>>>>>c
>>>>>h
>>>>>e
>>>>>strator,dataObjectManagerImpl,dataStoreManagerImpl,dataStoreProviderDa
>>>>>o
>>>>>I
>>>>>m
>>>>>pl,primaryDataStoreDaoImpl,primaryDataStoreDetailsDaoImpl,objectInData
>>>>>S
>>>>>t
>>>>>o
>>>>>reManagerImpl,dataStoreProviderManagerImpl,objectInDataStoreDaoImpl,de
>>>>>f
>>>>>a
>>>>>u
>>>>>ltEndPointSelector,hypervsiorHostEndPointRpcServer,imageDataStoreHelpe
>>>>>r
>>>>>,
>>>>>i
>>>>>mageDaoStoreDaoImpl,imageDataDaoImpl,imageDataStoreProviderDaoImpl,BAR
>>>>>E
>>>>>M
>>>>>E
>>>>>TAL,imageFormatHelper,ISO,OVA,imageformat_qcow2,unknown,image_format_v
>>>>>h
>>>>>d
>>>>>,
>>>>>dataMotionServiceImpl,primaryDataStoreHelper,templatePrimaryDataStoreD
>>>>>a
>>>>>o
>>>>>I
>>>>>mpl,volumeDao2Impl,imageDataFactoryImpl,imageServiceImpl,imageDataMana
>>>>>g
>>>>>e
>>>>>r
>>>>>Impl,imageDataStoreManagerImpl,defaultImageDataStoreProvider,defaultIm
>>>>>a
>>>>>g
>>>>>e
>>>>>MotionStrategy,imageMotionServiceImpl,snapshotDao2Impl,snapshotDataFac
>>>>>t
>>>>>o
>>>>>r
>>>>>yImpl,snapshotServiceImpl,hypervisorBasedSnapshot,defaultPrimaryDataSt
>>>>>o
>>>>>r
>>>>>e
>>>>>ProviderManagerImpl,defaultPrimaryDatastoreProviderImpl,ISCSI,networkF
>>>>>i
>>>>>l
>>>>>e
>>>>>System,templateInstallStrategyImpl,volumeDataFactoryImpl,volumeManager
>>>>>I
>>>>>m
>>>>>p
>>>>>l,volumeServiceImpl,apiDiscoveryServiceImpl,apiRateLimitServiceImpl,re
>>>>>g
>>>>>i
>>>>>o
>>>>>nDaoImpl,regionManagerImpl,regionServiceImpl,userContextInitializer,ev
>>>>>e
>>>>>n
>>>>>t
>>>>>DaoImpl,usageEventDaoImpl,randomAllocator,baremetalDhcpDaoImpl,baremet
>>>>>a
>>>>>l
>>>>>P
>>>>>xeDaoImpl,vmwareContextFactory,ciscoNexusVSMDeviceDaoImpl,lunDaoImpl,p
>>>>>o
>>>>>o
>>>>>l
>>>>>DaoImpl,netappVolumeDaoImpl,netappManagerImpl,elasticLoadBalancerEleme
>>>>>n
>>>>>t
>>>>>,
>>>>>elasticLbVmMapDaoImpl,elasticLoadBalancerManagerImpl,netScalerPodDaoIm
>>>>>p
>>>>>l
>>>>>,
>>>>>niciraNvpDaoImpl,niciraNvpNicMappingDaoImpl,niciraNvpRouterMappingDaoI
>>>>>m
>>>>>p
>>>>>l
>>>>>,niciraNvpElement,ovsGuestNetworkGuru,ovsTunnelInterfaceDaoImpl,ovsTun
>>>>>n
>>>>>e
>>>>>l
>>>>>NetworkDaoImpl,ovsTunnelManagerImpl,bigSwitchVnsDaoImpl,bigSwitchVnsEl
>>>>>e
>>>>>m
>>>>>e
>>>>>nt,randomStoragePoolAllocator,domainChecker,agentMonitor,firstFitAlloc
>>>>>a
>>>>>t
>>>>>o
>>>>>r,recreateHostAllocator,testingAllocator,basicAgentAuthManager,alertMa
>>>>>n
>>>>>a
>>>>>g
>>>>>erImpl,clusterAlertAdapter,consoleProxyAlertAdapter,alertDaoImpl,secon
>>>>>d
>>>>>a
>>>>>r
>>>>>yStorageVmAlertAdapter,apiDBUtils,apiDispatcher,apiResponseHelper,apiS
>>>>>e
>>>>>r
>>>>>v
>>>>>er,apiServlet,accountJoinDaoImpl,asyncJobJoinDaoImpl,dataCenterJoinDao
>>>>>I
>>>>>m
>>>>>p
>>>>>l,diskOfferingJoinDaoImpl,domainRouterJoinDaoImpl,hostJoinDaoImpl,inst
>>>>>a
>>>>>n
>>>>>c
>>>>>eGroupJoinDaoImpl,projectAccountJoinDaoImpl,projectInvitationJoinDaoIm
>>>>>p
>>>>>l
>>>>>,
>>>>>projectJoinDaoImpl,resourceTagJoinDaoImpl,securityGroupJoinDaoImpl,ser
>>>>>v
>>>>>i
>>>>>c
>>>>>eOfferingJoinDaoImpl,storagePoolJoinDaoImpl,userAccountJoinDaoImpl,use
>>>>>r
>>>>>V
>>>>>m
>>>>>JoinDaoImpl,volumeJoinDaoImpl,queryManagerImpl,asyncJobExecutorContext
>>>>>I
>>>>>m
>>>>>p
>>>>>l,asyncJobManagerImpl,asyncJobDaoImpl,syncQueueDaoImpl,syncQueueItemDa
>>>>>o
>>>>>I
>>>>>m
>>>>>pl,syncQueueManagerImpl,capacityManagerImpl,capacityDaoImpl,certificat
>>>>>e
>>>>>D
>>>>>a
>>>>>oImpl,clusterBasedAgentLoadBalancerPlanner,hostTransferMapDaoImpl,clus
>>>>>t
>>>>>e
>>>>>r
>>>>>FenceManagerImpl,clusterServiceServletAdapter,managementServerHostDaoI
>>>>>m
>>>>>p
>>>>>l
>>>>>,managementServerHostPeerDaoImpl,stackMaidDaoImpl,managementServerNode
>>>>>,
>>>>>c
>>>>>o
>>>>>nfigurationManagerImpl,configurationDaoImpl,resourceCountDaoImpl,resou
>>>>>r
>>>>>c
>>>>>e
>>>>>LimitDaoImpl,entityManagerImpl,clusterDetailsDaoImpl,accountVlanMapDao
>>>>>I
>>>>>m
>>>>>p
>>>>>l,clusterDaoImpl,clusterVSMMapDaoImpl,dataCenterDaoImpl,dataCenterIpAd
>>>>>d
>>>>>r
>>>>>e
>>>>>ssDaoImpl,dataCenterLinkLocalIpAddressDaoImpl,dataCenterVnetDaoImpl,dc
>>>>>D
>>>>>e
>>>>>t
>>>>>ailsDaoImpl,hostPodDaoImpl,podVlanDaoImpl,podVlanMapDaoImpl,storageNet
>>>>>w
>>>>>o
>>>>>r
>>>>>kIpAddressDaoImpl,storageNetworkIpRangeDaoImpl,vlanDaoImpl,domainDaoIm
>>>>>p
>>>>>l
>>>>>,
>>>>>actionEventUtils,alertGenerator,eventJoinDaoImpl,eventUtils,usageEvent
>>>>>U
>>>>>t
>>>>>i
>>>>>ls,highAvailabilityDaoImpl,recreatableFencer,hostDaoImpl,hostDetailsDa
>>>>>o
>>>>>I
>>>>>m
>>>>>pl,hostTagsDaoImpl,cloudZonesStartupProcessor,hypervisorCapabilitiesDa
>>>>>o
>>>>>I
>>>>>m
>>>>>pl,hypervisorGuruManagerImpl,keystoreDaoImpl,keystoreManagerImpl,agent
>>>>>U
>>>>>p
>>>>>g
>>>>>radeDaoImpl,upgradeManagerImpl,autoScaleManagerImpl,autoScalePolicyCon
>>>>>d
>>>>>i
>>>>>t
>>>>>ionMapDaoImpl,autoScalePolicyDaoImpl,autoScaleVmGroupDaoImpl,autoScale
>>>>>V
>>>>>m
>>>>>G
>>>>>roupPolicyMapDaoImpl,autoScaleVmProfileDaoImpl,conditionDaoImpl,counte
>>>>>r
>>>>>D
>>>>>a
>>>>>oImpl,externalFirewallDeviceDaoImpl,externalLoadBalancerDeviceDaoImpl,
>>>>>f
>>>>>i
>>>>>r
>>>>>ewallRulesCidrsDaoImpl,firewallRulesDaoImpl,inlineLoadBalancerNicMapDa
>>>>>o
>>>>>I
>>>>>m
>>>>>pl,IPAddressDaoImpl,LBStickinessPolicyDaoImpl,loadBalancerDaoImpl,load
>>>>>B
>>>>>a
>>>>>l
>>>>>ancerVMMapDaoImpl,networkAccountDaoImpl,networkDaoImpl,networkDomainDa
>>>>>o
>>>>>I
>>>>>m
>>>>>pl,networkExternalFirewallDaoImpl,networkExternalLoadBalancerDaoImpl,n
>>>>>e
>>>>>t
>>>>>w
>>>>>orkOpDaoImpl,networkRuleConfigDaoImpl,networkServiceMapDaoImpl,physica
>>>>>l
>>>>>N
>>>>>e
>>>>>tworkDaoImpl,physicalNetworkIsolationMethodDaoImpl,physicalNetworkServ
>>>>>i
>>>>>c
>>>>>e
>>>>>ProviderDaoImpl,physicalNetworkTagDaoImpl,physicalNetworkTrafficTypeDa
>>>>>o
>>>>>I
>>>>>m
>>>>>pl,portProfileDaoImpl,remoteAccessVpnDaoImpl,routerNetworkDaoImpl,site
>>>>>2
>>>>>S
>>>>>i
>>>>>teCustomerGatewayDaoImpl,site2SiteVpnConnectionDaoImpl,site2SiteVpnGat
>>>>>e
>>>>>w
>>>>>a
>>>>>yDaoImpl,userIpv6AddressDaoImpl,virtualRouterProviderDaoImpl,vpnUserDa
>>>>>o
>>>>>I
>>>>>m
>>>>>pl,externalLoadBalancerUsageManagerImpl,externalNetworkDeviceManagerIm
>>>>>p
>>>>>l
>>>>>,
>>>>>firewallManagerImpl,loadBalancingRulesManagerImpl,networkManagerImpl,n
>>>>>e
>>>>>t
>>>>>w
>>>>>orkModelImpl,networkServiceImpl,networkUsageManagerImpl,virtualNetwork
>>>>>A
>>>>>p
>>>>>p
>>>>>lianceManagerImpl,vpcVirtualNetworkApplianceManagerImpl,portForwarding
>>>>>R
>>>>>u
>>>>>l
>>>>>esDaoImpl,rulesManagerImpl,securityGroupDaoImpl,securityGroupRuleDaoIm
>>>>>p
>>>>>l
>>>>>,
>>>>>securityGroupRulesDaoImpl,securityGroupVMMapDaoImpl,securityGroupWorkD
>>>>>a
>>>>>o
>>>>>I
>>>>>mpl,vmRulesetLogDaoImpl,storageNetworkManagerImpl,privateIpDaoImpl,sta
>>>>>t
>>>>>i
>>>>>c
>>>>>RouteDaoImpl,vpcDaoImpl,vpcGatewayDaoImpl,vpcOfferingDaoImpl,vpcOfferi
>>>>>n
>>>>>g
>>>>>S
>>>>>erviceMapDaoImpl,networkACLManagerImpl,vpcManagerImpl,remoteAccessVpnM
>>>>>a
>>>>>n
>>>>>a
>>>>>gerImpl,site2SiteVpnManagerImpl,networkOfferingDaoImpl,networkOffering
>>>>>S
>>>>>e
>>>>>r
>>>>>viceMapDaoImpl,projectAccountDaoImpl,projectDaoImpl,projectInvitationD
>>>>>a
>>>>>o
>>>>>I
>>>>>mpl,projectManagerImpl,dummyHostDiscoverer,resourceManagerImpl,resourc
>>>>>e
>>>>>L
>>>>>i
>>>>>mitManagerImpl,commandExecLogDaoImpl,configurationServerImpl,statsColl
>>>>>e
>>>>>c
>>>>>t
>>>>>or,serviceOfferingDaoImpl,consoleServlet,registerCompleteServlet,garba
>>>>>g
>>>>>e
>>>>>C
>>>>>ollectingStoragePoolAllocator,useLocalForRootAllocator,diskOfferingDao
>>>>>I
>>>>>m
>>>>>p
>>>>>l,guestOSCategoryDaoImpl,guestOSDaoImpl,launchPermissionDaoImpl,s3DaoI
>>>>>m
>>>>>p
>>>>>l
>>>>>,snapshotDaoImpl,snapshotPolicyDaoImpl,snapshotScheduleDaoImpl,storage
>>>>>P
>>>>>o
>>>>>o
>>>>>lDaoImpl,storagePoolDetailsDaoImpl,storagePoolHostDaoImpl,storagePoolW
>>>>>o
>>>>>r
>>>>>k
>>>>>DaoImpl,swiftDaoImpl,uploadDaoImpl,VMTemplateDaoImpl,VMTemplateDetails
>>>>>D
>>>>>a
>>>>>o
>>>>>Impl,VMTemplateHostDaoImpl,VMTemplatePoolDaoImpl,VMTemplateS3DaoImpl,V
>>>>>M
>>>>>T
>>>>>e
>>>>>mplateSwiftDaoImpl,VMTemplateZoneDaoImpl,volumeDaoImpl,volumeHostDaoIm
>>>>>p
>>>>>l
>>>>>,
>>>>>downloadMonitorImpl,OCFS2ManagerImpl,s3ManagerImpl,secondaryStorageVmD
>>>>>e
>>>>>f
>>>>>a
>>>>>ultAllocator,snapshotManagerImpl,snapshotSchedulerImpl,storageManagerI
>>>>>m
>>>>>p
>>>>>l
>>>>>,swiftManagerImpl,uploadMonitorImpl,resourceTagsDaoImpl,taggedResource
>>>>>M
>>>>>a
>>>>>n
>>>>>agerImpl,hyervisorTemplateAdapter,templateManagerImpl,versionDaoImpl,d
>>>>>a
>>>>>t
>>>>>a
>>>>>baseIntegrityChecker,externalPublicIpStatisticsDaoImpl,usageDaoImpl,us
>>>>>a
>>>>>g
>>>>>e
>>>>>IPAddressDaoImpl,usageJobDaoImpl,usageLoadBalancerPolicyDaoImpl,usageN
>>>>>e
>>>>>t
>>>>>w
>>>>>orkDaoImpl,usageNetworkOfferingDaoImpl,usagePortForwardingRuleDaoImpl,
>>>>>u
>>>>>s
>>>>>a
>>>>>geSecurityGroupDaoImpl,usageStorageDaoImpl,usageVMInstanceDaoImpl,usag
>>>>>e
>>>>>V
>>>>>o
>>>>>lumeDaoImpl,usageVPNUserDaoImpl,usageServiceImpl,accountDetailsDaoImpl
>>>>>,
>>>>>a
>>>>>c
>>>>>countManagerImpl,accountDaoImpl,SSHKeyPairDaoImpl,userAccountDaoImpl,u
>>>>>s
>>>>>e
>>>>>r
>>>>>DaoImpl,userStatisticsDaoImpl,userStatsLogDaoImpl,domainManagerImpl,id
>>>>>e
>>>>>n
>>>>>t
>>>>>ityDaoImpl,identityServiceImpl,consoleProxyDaoImpl,domainRouterDaoImpl
>>>>>,
>>>>>i
>>>>>n
>>>>>stanceGroupDaoImpl,instanceGroupVMMapDaoImpl,nicDaoImpl,secondaryStora
>>>>>g
>>>>>e
>>>>>V
>>>>>mDaoImpl,userVmDetailsDaoImpl,VMInstanceDaoImpl,itWorkDaoImpl,componen
>>>>>t
>>>>>C
>>>>>o
>>>>>ntext,org.springframework.aop.config.internalAutoProxyCreator,org.spri
>>>>>n
>>>>>g
>>>>>f
>>>>>ramework.aop.aspectj.AspectJPointcutAdvisor#0,captureAnyMethod,org.spr
>>>>>i
>>>>>n
>>>>>g
>>>>>framework.aop.aspectj.AspectJPointcutAdvisor#1,captureEventMethod,tran
>>>>>s
>>>>>a
>>>>>c
>>>>>tionContextBuilder,actionEventInterceptor,onwireRegistry,messageSerial
>>>>>i
>>>>>z
>>>>>e
>>>>>r,transportProvider,rpcProvider,eventBus,premiumDatabaseUpgradeChecker
>>>>>,
>>>>>m
>>>>>a
>>>>>nagementServerImpl,clusterManagerImpl,clusteredAgentManagerImpl,cluste
>>>>>r
>>>>>e
>>>>>d
>>>>>VirtualMachineManagerImpl,highAvailabilityManagerExtImpl,userVmManager
>>>>>I
>>>>>m
>>>>>p
>>>>>l,consoleProxyManagerImpl,securityGroupManagerImpl2,premiumSecondarySt
>>>>>o
>>>>>r
>>>>>a
>>>>>geManagerImpl,userVmDaoImpl,ipv6AddressManagerImpl,VmwareManager,Netap
>>>>>p
>>>>>M
>>>>>a
>>>>>nager,BaremetalManager,BaremetalDhcpManager,BaremetalKickStartPxeServi
>>>>>c
>>>>>e
>>>>>,
>>>>>BaremetalPingPxeService,BaremetalPxeManager,Ovs,BareMetalDhcp,BareMeta
>>>>>l
>>>>>P
>>>>>x
>>>>>e,BareMetalUserdata,SecurityGroupProvider,VirtualRouter,VpcVirtualRout
>>>>>e
>>>>>r
>>>>>,
>>>>>NiciraNvp,JuniperSRX,Netscaler,F5BigIP,CiscoNexus1000vVSM,FirstFitRout
>>>>>i
>>>>>n
>>>>>g
>>>>>,LocalStoragePoolAllocator,FirstFitStoragePoolAllocator,UserConcentrat
>>>>>e
>>>>>d
>>>>>A
>>>>>llocator,ConsoleProxyAllocator,StaticRoleBasedAPIAccessChecker,Exteral
>>>>>I
>>>>>p
>>>>>A
>>>>>ddressAllocator,BareMetalTemplateAdapter,MD5UserAuthenticator,LDAPUser
>>>>>A
>>>>>u
>>>>>t
>>>>>henticator,CheckOnAgentInvestigator,XenServerInvestigator,UserVmDomRIn
>>>>>v
>>>>>e
>>>>>s
>>>>>tigator,ManagementIPSystemVMInvestigator,VmwareInvestigator,XenServerF
>>>>>e
>>>>>n
>>>>>c
>>>>>er,KVMFencer,OvmFencer,VmwareFencer,XcpServerDiscoverer,SecondaryStora
>>>>>g
>>>>>e
>>>>>D
>>>>>iscoverer,KvmServerDiscoverer,BareMetalDiscoverer,HypervServerDiscover
>>>>>e
>>>>>r
>>>>>,
>>>>>OvmDiscoverer,vmwareServerDiscoverer,FirstFitPlanner,UserDispersingPla
>>>>>n
>>>>>n
>>>>>e
>>>>>r,UserConcentratedPodPlanner,BareMetalPlanner,StorageNetworkGuru,Exter
>>>>>n
>>>>>a
>>>>>l
>>>>>GuestNetworkGuru,PublicNetworkGuru,PodBasedNetworkGuru,ControlNetworkG
>>>>>u
>>>>>r
>>>>>u
>>>>>,DirectNetworkGuru,DirectPodBasedNetworkGuru,OvsGuestNetworkGuru,Priva
>>>>>t
>>>>>e
>>>>>N
>>>>>etworkGuru,NiciraNvpGuestNetworkGuru,XenServerGuru,KVMGuru,OvmGuru,VMw
>>>>>a
>>>>>r
>>>>>e
>>>>>Guru,BaremetalGuru,BaremetalPlannerSelector,HypervisorPlannerSelector,
>>>>>o
>>>>>r
>>>>>g
>>>>>.springframework.context.annotation.ConfigurationClassPostProcessor$Im
>>>>>p
>>>>>o
>>>>>r
>>>>>tAwareBeanPostProcessor#0];
>>>>> root of factory hierarchy
>>>>>
>>>>>
>>>>> On Sun, Apr 7, 2013 at 12:54 AM, Marcus Sorensen
>>>>><sh...@gmail.com>wrote:
>>>>>
>>>>>> If you're running it the Dev way with jetty, look for vmops.log in
>>>>>>your
>>>>>> git
>>>>>> root. If you've installed via package look for
>>>>>> /var/log/cloudstack/management/management-server.log.
>>>>>> On Apr 7, 2013 12:45 AM, "Mike Tutkowski"
>>>>>><mi...@solidfire.com>
>>>>>> wrote:
>>>>>>
>>>>>> > Hi Marcus,
>>>>>> >
>>>>>> > I was just looking at the output in the console.
>>>>>> >
>>>>>> > Can you remind me again where the related logs are stored?
>>>>>> >
>>>>>> > Thanks!
>>>>>> >
>>>>>> >
>>>>>> > On Sun, Apr 7, 2013 at 12:39 AM, Marcus Sorensen
>>>>>><shadowsor@gmail.com
>>>>>> > >wrote:
>>>>>> >
>>>>>> > > Have you by chance looked at the debug logs to see if it by
>>>>>>chance
>>>>>> tried
>>>>>> > > the proper storage and failed? I'm not sure that's OK either, 
>>>>>>but
>>>>>>it
>>>>>> > would
>>>>>> > > be interesting to know.
>>>>>> > > On Apr 7, 2013 12:25 AM, "Mike Tutkowski" <
>>>>>> mike.tutkowski@solidfire.com>
>>>>>> > > wrote:
>>>>>> > >
>>>>>> > > > Hi,
>>>>>> > > >
>>>>>> > > > I'm currently using 4.1 (from like a week or so ago).
>>>>>> > > >
>>>>>> > > > I have three tiers of shared, iSCSI-based storage represented
>>>>>>in
>>>>>> three
>>>>>> > > > storage repositories in XenServer:
>>>>>> > > >
>>>>>> > > > SR_2
>>>>>> > > > SR_3
>>>>>> > > > SR_4
>>>>>> > > >
>>>>>> > > > SR_2 maps into CS via primary storage PS_2, which has the
>>>>>>storage
>>>>>> tag
>>>>>> > > PS_2
>>>>>> > > > SR_3 maps into CS via primary storage PS_3, which has the
>>>>>>storage
>>>>>> tag
>>>>>> > > PS_3
>>>>>> > > > SR_4 maps into CS via primary storage PS_4, which has the
>>>>>>storage
>>>>>> tag
>>>>>> > > PS_4
>>>>>> > > >
>>>>>> > > > I have three compute offerings:
>>>>>> > > >
>>>>>> > > > CO_2, which only uses storage tag PS_2
>>>>>> > > > CO_3, which only uses storage tag PS_3
>>>>>> > > > CO_4, which only uses storage tag PS_4
>>>>>> > > >
>>>>>> > > > I walk through the wizard and select CO_3.  My VM ends up on
>>>>>>SR_4.
>>>>>> > > >
>>>>>> > > > I have double checked the relationships and don't see any
>>>>>>errors
>>>>>>in
>>>>>> > how I
>>>>>> > > > have CS configured.
>>>>>> > > >
>>>>>> > > > Does anyone know of this being noted as a current bug?
>>>>>> > > >
>>>>>> > > > Thanks!
>>>>>> > > >
>>>>>> > > >
>>>>>> > > > --
>>>>>> > > > *Mike Tutkowski*
>>>>>> > > > *Senior CloudStack Developer, SolidFire Inc.*
>>>>>> > > > e: mike.tutkowski@solidfire.com
>>>>>> > > > o: 303.746.7302
>>>>>> > > > Advancing the way the world uses the
>>>>>> > > > cloud<http://solidfire.com/solution/overview/?video=play>
>>>>>> > > > *(tm)*
>>>>>> > > >
>>>>>> > >
>>>>>> >
>>>>>> >
>>>>>> >
>>>>>> > --
>>>>>> > *Mike Tutkowski*
>>>>>> > *Senior CloudStack Developer, SolidFire Inc.*
>>>>>> > e: mike.tutkowski@solidfire.com
>>>>>> > o: 303.746.7302
>>>>>> > Advancing the way the world uses the
>>>>>> > cloud<http://solidfire.com/solution/overview/?video=play>
>>>>>> > *(tm)*
>>>>>> >
>>>>>>
>>>>>
>>>>>
>>>>>
>>>>> --
>>>>> *Mike Tutkowski*
>>>>> *Senior CloudStack Developer, SolidFire Inc.*
>>>>> e: mike.tutkowski@solidfire.com
>>>>> o: 303.746.7302
>>>>> Advancing the way the world uses the
>>>>>cloud<http://solidfire.com/solution/overview/?video=play>
>>>>> *(tm)*
>>>>>
>>>>
>>>>
>>>>
>>>>--
>>>>*Mike Tutkowski*
>>>>*Senior CloudStack Developer, SolidFire Inc.*
>>>>e: mike.tutkowski@solidfire.com
>>>>o: 303.746.7302
>>>>Advancing the way the world uses the
>>>>cloud<http://solidfire.com/solution/overview/?video=play>
>>>>*(tm)*
>>>
>>
>


RE: VM deployed to wrong storage repository

Posted by Prachi Damle <Pr...@citrix.com>.
Tags are being honored by the LocalStoragePoolAllocator and FirstFitStoragePoolAllocator. The case here is Random allocator getting loaded by default as the first allocator.

In the ticket I just mentioned the problem- Mike's code is not having the latest 4.1 - Kelven's patch to put a order to the allocators is missing in his context files.

-Prachi

-----Original Message-----
From: Nitin Mehta [mailto:Nitin.Mehta@citrix.com]
Sent: Tuesday, April 09, 2013 10:53 AM
To: dev@cloudstack.apache.org
Subject: Re: VM deployed to wrong storage repository

Thanks Prachi. But they should still honor the tags right ? Why is that
not the case here ?

On 09/04/13 11:17 PM, "Prachi Damle" <Pr...@citrix.com> wrote:

>We don't use this allocator by default- By default the context should
>load the LocalStoragePoolAllocator and FirstFitStoragePoolAllocator .
>Random is just a provision to let admin use it when they want to ignore
>any kind of filters during allocation.
>
>-Prachi
>
>-----Original Message-----
>From: Nitin Mehta [mailto:Nitin.Mehta@citrix.com]
>Sent: Tuesday, April 09, 2013 2:00 AM
>To: dev@cloudstack.apache.org
>Subject: Re: VM deployed to wrong storage repository
>
>Sorry for the typo. I meant bug instead of "bu"
>
>On 09/04/13 11:59 AM, "itin Mehta" <Ni...@citrix.com> wrote:
>
>>Hi Prachi - Do we use this allocator now ? And why does this allocator
>>not
>>honor the tag - is that not a bu ?
>>
>>Thanks,
>>Niti
>>
>>On 08/04/13 11:2 PM, "Prachi Damle" <Pr...@citrix.com> wrote:
>>
>>>Hi Mike,
>>>
>>>I checked the logs, looks like the RandomStoragePolAllocator is being
>>>picked upfor the storag allocation - tis allocatordoes not match any
>>>tags.
>>>
>>>You sould use FirstFitStoragePoolAllocato instead - change the
>>>component.ml to use this allocatr and not the random
>>
>>>Thanks,
>>>-Prachi
>>>
>>>-----Original Message-----
>>>From: Mike Tutkowski [mailto:mike.tutkowsi@solidfie.com
>>>Sent: Monday, April 08 2013 8:23 AM
>>>To: dev@cloudstack.apache.org
>>>Subject: Re: VM deployed t wrong strage repostory
>>>
>>>I pla to update to the latest 4.1 todayand re-try this.
>>>
>>>If I still see the problem, I'll open a bug.
>>>
>>>
>>>On Sun, Apr 7, 2013 at 4:6 PM, ike Tutkowski
>>><mik.tutkowski@solidire.com
>>>> wroe:
>>>
>>>> I don't see anything in vmops.log to indicate that another primary
>>>>storage
>>>> was tried first.  What do you tink?
>>>>
>>>> 2013-04-07 00:30:5,459 INFO  [agent.manager.AgentManagerImpl]
>>> (AgentTaskPool-11:null) Investigating why host 6 has disconnected wth
>>>> event PingTimeout
>>>> 2013-04-07 00:0:51,459 DEBUG [agentmanager.AgentManagerImpl]
>>>> (AgentTaskPool-11:null) checking if agent (6) isalive>> 2013-04-07
>>>>00:30:51,460 INFO  [agent.manager.AgentManagerImpl]
>>>> (AgentTaskPool-16:null) Investigating why host 5 has disconnected with
>>>> event PingTimeot
>>>> 2013-04-07 00:3051460 DEBUG [agent.manger.AgentManagerImpl]
>>>> (AgentTaskPool-16:null) checking if agent (5) is alive
>>>> 2013-04-0700:30:51,462 DEBUG [gent.transport.Request]
>>>> (AgentTaskPool-11:null) Seq -324993302: Sending  { Cmd , MgmtId: 1,
>>>via:
>>>> 6, Ver: v1, Flags: 100011, [{"CheckHealthCommand":{"wit":50}}] }
>>>> 2013-04-07 00:30:51,42 DEUG agent.transport.Request]
>>>> (AgentTaskPool-11:null) Seq 6-324993302: Executing:  { Cmd , MgmtI: 1,
>>>> via: 6, Ver: v1, Flags: 100011, [{"CheckHealthommand"{"wait":50}}] }
>>>> 2013-04-07 0:30:51,462 DEBUG [agent.manager.DirectAgentttche]
>>>> (DirectAgent-26:null) Seq 6-324993302: Executing rquest
>>>> 213-04-07 00:30:51,464 DEBUG[agent.transport.Request]
>>>> (AgenTaskPool-16null) Seq 5-614334808: Sending  { md , MgmtId: 1,
>>>>via:
>>>> 5, Ver: v1, Flags: 100011, [{"CheckHelthCommand":{"wait":50}}] }
>>>> 201304-07 00:30:51,464 DEBUG [agent.transport.Request]
>>>> (AgentTaskPool-16:null) Seq 5-614334808: Executing:  { Cmd , MgmtId:
>>>>1,
>>>> via: 5, Ver: v1, Flas: 100011, [{"CheckHealthComman":{"wait":50}}] }
>>>> 2013-04-07 00:30:51,465 DEBUG [agent.manager.DirectAgentAttace]
>>>> (DirectAgent-163:null) Seq 5-61433480: Executing request
>>>> 2013-04-07 00:30:51,511 DEBUG [agent.manager.DirectAgentAttache]
>>>> (DirectAgent-26:null) Seq 6324993302: Response Received:
>>>> 2013-04-07 00:30:51,512 DEBUG [agent.transpot.Request]
>>>> (DirectAgent-26:null) Seq 6-324993302: Processing:  { ns: , MgmtId: 1,
>>>> via: 6, Ver: v1, Flags: 10,
>>>> [{"CheckHealthAnswer":{"result":true,"details":"resource i
>>>> alive","ait":0}}] }
>>>> 2013-04-07 00:30:51,12 DEBUG [agent.transport.Request]
>>>> (AgentTaskPool-11:null) Seq 6-324993302: Received:  { Ans: , Mgmtd: 1,
>>>> via: 6, Ver: v1, Flags: 10, { CheckHealthAnswer } }
>>>> 2013-04-07 00:3051,512 DEBUG [agent.manager.AgentManagerImpl]
>>>> (AgntTaskPool-11:null) Details from executin class
>>>> com.cloud.agent.api.CheckealthCommand: resource is alive
>>>> 2013-04-07 00:30:51,512 DEBUG [agent.maager.AgentManagerImpl]
>>>> (AgentTaskPool-11:null) agent (6) responded to checkHeathCommand,
>>>>reporting
>>>> that agent is Up
>>> 2013-04-07 00:30:51,512 INFO  [agent.manager.AgentManagerImpl]
>>>> (AgentTaskPool-11:null) he state determined is Up
>>>> 2013-4-07 00:30:51,512 INFO  [agent.manger.AgentManagerImpl]
>>>> (AgenTaskPool-11:null Agent s determined to be up an runnng
>>>> 2013-04-07 00:30:51,512 DEBUG [cloud.host.Satus]
>>>>(AgentTaskPool-11:null)
>>>> Transition:[Resource state = Enabled, Agnt event = Ping, Host id = 6,
>>>>name
>>>> = Tut-XenServer]
>>>> 2013-04-07 00:30:51,515 DEBUG [cloud.host.Status]
>>>>(AgentTaskPool-11:null)
>>>> Agent status update: [id = 6; nae = Tut-XenServer; old status = Up;
>>>>event
>>>> = Ping; new status = Up; old update count = 307; new update count =
>>>>308]
>>>> 2013-04-07 00:30:51,517 DEBUG [agent.managr.DirectAgentAttache]
>>>> (DirectAgent-163:nll) Seq 5-614334808: Response Receied:
>>>> 2013-04-07 00:30:51,517 DEBUG [agent.transport.Request]
>>>> (DirectAgent-163:null) Seq 5-614334808: Processing:  { Ans: , MgmtId:
>>>>1,
>>>> via: 5, Ver: v1, Flags: 10,
>>>> [{"CheckHealthAnswer":{"result":true,"details":"resource is
>>>> alive","wait":0}}] }
>>>> 2013-04-07 00:30:51,517 DEBUG [agent.transport.Request]
>>>> (AgentaskPool-16:null) Se 5-614334808: Received:  { Ans: , MgmtId: 1,
>>>> via: 5, Ver: v1, Flags: 10, { CheckHeathAnswer } }
>>>> 2013-04-07 00:30:51,517 DEBUG [agent.manager.AgentManagerImpl]
>>>> (AgentTaskPool-16:null) Details fromexecuting class
>>>> com.cloud.agent.api.heckHealthCommand: resource is alive
>>>> 2013-04-07 00:30:51,517 DEBUG [agent.manager.AgentManaerImpl]
>>>> (AgentTaskPool-16:null) agent (5) responded to checkHeathommand,
>>>reporting
>>>> that agent is Up
>>>>2013-04-07 00:30:51,518 INFO  [agent.manager.AgentManagerImpl]
>>>> (AgentTaskPool-16:null) The state determined is Up
>>>> 2013-04-07 00:30:51,518 INFO  [agent.maager.AgentManagerImpl]
>>>> (AgentTskPool-16:null) Agent is determined to be up ad running
>>>> 2013-04-7 00:30:51,518 DEBUG [cloud.host.tatus]
>>>>(AgentTaskPool-16:null)
>>>> Transition:[Resource state = Enabled, Agent event = Ping, Host id = 5,
>>>>name
>>>> = Tut-XenServer2]
>>>>2013-04-07 00:30:51,522 DEBUG [cloud.host.Status]
>>>>(AgentTaskPool16:null)
>>>> Agent status update: [id = 5; name = Tut-XenServer2; old status = Up;
>>>>event
>>> = Ping; new status = Up; old update count = 144; new update cout =
>>>>145]
>>>> 2013-04-07 00:30:52,927 DEUG [agent.manager.DirectAgentAttache]
>>>> (DirectAgent-157:null) Seq 6-324993301: Response Received:
>>>> 2013-04-07 00:30:52,927 DEBUG [agent.transport.Request]
>>>> (DirectAgent-15:null) Seq 6-324993301: Processing:  { Ans: , MgmtId:
>>>>1,
>>>> va: 6, Ver: v1, Flags: 110, [{"Answer":{"resut":true,"wait":0}}] }
>>>> 2013-04-07 00:30:52,927 DEBUG [agent.transport.Request]
>>>> (Job-Executor-35:job-42) Seq 6-324993301: Received:  { Ans:  MgmtId:
>>>>1,
>>>> via: 6, Ver: v1, Flags: 110, { Answer } }
>>>> 2013-04-07 00:30:52,927 DEBUG [agent.manager.gentAttache]
>>>> (DirectAgent-157:null) Seq 6-324993301: No more commands found
>>>> 2013-04-07 00:30:52,938 DEBUG
>>> [network.router.VirtualNetworkApplianceManagerImpl]
>>>> (Job-Executor-35:job-42) Applying userdata and password entry in
>>>>network
>>> Ntwk[204|uest|6]
>>>> 013-04-07 00:30:52,952 DEBUG [agent.transport.Request]
>>>> (Job-Executor-35:job-42) Seq -324993303: Sending  { Cmd , MgmtId: 1,
>>>>via:
>>>> 6, Ver: v1, Flas: 10111,
>>>>
>>>>[{"routing.SavePasswordCommand":{"password":"fnirq_cnffjbeq","vmIpAddre
>>>>s
>>>>s
>>>>":"192.168.56.195","vmName":"c18ddf7c-fc61-40b0af75-fdef05f8eae6,"acce
>>>>s
>>>>sDetails":{"router.guest.ip":192.168.56.102","one.network.type":"Basic"
>>>>,"router.ip":"169.254.1.168","
>>>> router.nam
>>>>
>>>>":"r-4-VM"},"wait":0}},{"routing.VmataCommand":{"vmpAddress":"192.168.5
>>>>6.195","vmName":"c18ddf7c-fc61-40b0-af75-fdef05f8eae6","accessDetails":
>>>>{
>>>>"
>>>>router.guest.ip":"192.68.56.102","zone.network.type":"Basic","router.ip
>>>>"
>>>>:"169.254.1.168","
>>>> router.name":"r-4-VM"},"wait":0}}] }
>>>> 2013-04-07 00:30:52,953 DEUG [agent.transprt.equest]
>>>> (JobExecutor-35:job-42) Seq 6-324993303: Executing:  {Cmd , MgmtId: 1,
>>>> via: 6, Ver: v1, Flags: 100111,
>>>>
>>>>[{"routing.SavePasswordCommand":{"password":"fnirq_nffjbeq","vmIpAddrs
>>>>s
>>>>":"192.168.56.195","vmName":"c18ddf7c-fc61-40b0-af75-fdef05f8eae6","acc
>>>>e
>>>>s
>>>>sDetails":{"router.guest.ip":"192.168.56.102","zone.networktype":"Basic
>>>>"
>>>,"router.ip":"169.254.1.168","
>>>> router.name
>>>>
>>>>":"r-4-VM"},"wait":0}},{"rting.VmDataCommand":{"vmIpAddress":"192.168.5
>>>>6.195","vmName":"c18ddf7c-fc61-0b0-af75-fdef05f8eae6","accessDetails":
>>>>{
>>>>"
>>>>router.guest.ip":"192.168.56.102","zone.network.type":"Basic","router.i
>>>>p
>>>>"
>>>>:"19.254.1.168","
>>>> router.name":"r-4-VM"},"wait":0}}] }
>>>> 2013-04-07 00:30:52,93 DEBUG [agent.manger.DirectAgentAttache]
>>>> (DirectAgent-37:null) Seq 6-324993303: Executing requst
>>>> 2013-04-07 00:30:53,093 DEBUG [cloud.api.ApiServlet]
>>>> (1161145101@qtp-100880148-3:null) ===START===  127.0.0.1 -- GET
>>>>
>>>>command=queryAsyncJobResult&jobId=f75d8ce8-1193-43f-b171-f43d2534e6bc&r
>>>>e
>>>>sponse=json&sessionkey=Z6QqzU0FqiT13bMgnRRfl8GoVA%3D&_=1365316253091
>>>> 2013-04-07 00:30:53,110 DEBUG [cloud.api.ApiServlet]
>>>> (116114511@qtp-1008805148-33:null) ===END===  127.0.0.1 -- GET
>>>>
>>>>command=queryAsyncJobResult&jobId=f75d8ce8-1193-43bf-b171-f43d2534e6bc&
>>>>r
>>>>e
>>>>sponse=son&sessioney=Z6QqzU0Fq1iT13bMgnRRflGoVA%3D&_=1365316253091
>>> 2013-04-07 00:30:56,093 DEBUG [cloud.api.ApiServlet]
>>>> (1161145101@qtp-1008805148-33:null) ===START===  127.0.0.1 -- GET
>>>>
>>>>command=ueryAsyncJobResult&jobId=f75d8ce8-1193-43bf-b171-f43d2534e6bc&r
>>>>e
>>>>sponse=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316256091
>>> 2013-4-07 00:30:56,109 DEBUG [clou.api.ApiServlet]
>>>> (1161145101@qtp-1008805148-33:null) ===END===  127.0.0.1 -- GET
>>>>
>>>>comman=queryAsyncJobResult&joId=f75d8ce8-1193-43bf-b171-f43d2534e6bc&r
>>>>e
>>>>sponse=jon&sessokey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316256091
>>>>2013-0-07 00:30:59,094 DEBUG [cloud.api.ApiServlet]
>>>> (1161145101@qtp-1008805148-33:null) ===START==  127.0.0.1 -- GET
>>>>
>>>>command=queryAsyncJobResut&jobId=f75d8ce8-1193-43bf-b171f43d2534e6b&re
>>>>sponse=json&sssionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316259092
>>>> 2013-04-0700:30:59,11 DBUG [cloud.api.ApiServlet]
>>>> (1161145101@qtp-1008805148-33:null) ==END===  127.0.0.1 -- GET
>>>>
>>>>command=queryAsyncJobResult&jobId=f75d8ce8-1193-43bf-b171-f43d2534e6bc&
>>>>r
>>>>e
>>>sponse=json&essionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316259092
>>>>2013-04-07 0:31:02,095 DEBUG [cloud.api.ApiSerlet]
>>>> (1161145101@qtp-1008805148-33:null) ===START===  127.0.0.1 -- GET
>>>>
>>>>command=queryAsyncJobResult&jobId=f75d8ce8-1193-43bf-b171-f43d2534e6bc&
>>>>r
>>>>e
>>>>spne=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316262093
>>>> 2013-04-07 00:31:02,110 DEBUG [cloud.api.ApiServlet]
>>>> (1161145101@qtp-1008805148-33:null) ==END===  127.0.0.1 -- GET
>>>>
>>>>command=queryAsyncJobesult&jobId=f75d8ce8-1193-3bf-b171-f43d2534e6bc&r
>>>>e>>sponse=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=136531626209
>>>>3
>>>> 201-04-07 00:31:04,860 DEBUG [agent.manager.DirectAgentAttache]
>>>> (DirectAgent-145:null) Ping from 6
>>>> 2013-04-07 00:3105,099 DEBUG [cloud.api.ApiServlet]
>>>> (116115101@qtp-1008805148-33:null) ===START===  127.0.0.1 -- GE
>>>>
>>>>command=queryAsycJobResult&jobId=f75d8ce8-1193-4bf-b171-f43d2534e6bc&r
>>>>e
>>>>sponse=jsn&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316265096
>>>> 013-04-07 00:31:05,114 DEBUG [cloud.api.AiServlet]
>>>> (1161145101@qtp-1008805148-33:null) ===END===  127.0.0.1 -- GET
>>>>
>>>>command=queryAsyncJobResult&jobId=f75d8ce8-1193-43bf-b171-f43d2534e6bc&
>>>>r
>>>>e
>>>>sponse=json&sessonkey=Z6QqzU0Fq1iT13bMgnRRflGoVA%3D&_=1365316265096
>>>> 2013-04-07 00:31:06,234 DEBUG [aet.anager.DirectAgentAttache]
>>>> (DirectAgent-372:null) Ping frm 5
>>>> 2013-04-07 00:31:06,909 DEBUG [agent.manage.DirectAgentAttache]
>>>> (DirectAgent-149:null) Seq 6-324993028: Executing request
>>>> 2013-04-07 00:31:07,239 DEBUG [agent.manager.DirectAgentAttache]
>>>> (DirectAgent-149:null Seq 6-324993028: Response Received:
>>>> 2013-04-07 00:31:07,239 DEBUG [agent.transport.Request]
>>>> (DirectAgent-14:null) Seq 6-324993028: Processig:  { Ans: , MgmtId: 1,
>>>> va: 6, Ver: v1, Flags: 10,
>>>>
>>>>[{"CluterSyncAnswer":{"_clusterId":2,"_newStates":{},"_isExecuted":alse
>>>>,"result":true,wait":0}}]
>>>> }
>>>> 2013-0-0 00:31:07,424 DEBUG [agent.manager.DirectAgentAttache]
>>>> (DirectAgen-37:null) Seq 6-324993303: Response Received:
>>> 2013-04-07 00:31:07,424 DEBUG [gent.trnsport.Rquest]
>>>> (DirectAgent-37:null) Seq 6-324993303: Processing:  { Ans: , MgmtId:
>>>>1,
>>>> via: 6, Ver: v1, Flags: 110,
>>>>
>>>>[{"Answer":{"result":true,"wait":0}},{"Answer":{"result":true,"wait":0}
>>>>}
>>>>]
>>>> }
>>>> 2013-04-07 00:31:07,424 DEBUG [agent.transportRequest]
>>>> (Job-Executor-35:job-42) Seq 6-324993303: Received:  { Ans: , MgmId:
>>>>1,
>>>> vi: 6, Ver: v1, Flags: 110, { Answer, Answer } }
>>>> 2013-04-07 00:31:07,424 DEBUG [agent.maager.AgentAttache]
>>>> (DirectAgent-37:null) Seq 6-324993303: No more commands fond
>>>> 2013-04-07 00:31:07424 DEBUG [cloud.network.NetwrkManaerImpl]
>>>> (Job-Executor-35:job-42) Asking VpcVirtualRouter to prepare for
>>>> Nic[18-12-6416c373-20d8-4617-8dcb-30a8ff9d0f34-192.168.56.195]
>>>> 2013-04-07 00:31:07,424 WARN
>>>>[network.element.VpcVirtualRouterElement]
>>>> (Job-Executor-35:job-42) Network Ntwk[204|Guest|6] is not associated
>>>>with
>>>> any VPC
>>>> 201-04-07 0031:07,429 DEBUG [cloud.network.NetworkManagerImpl]
>>>> (Job-Executor-35:job-42) Asking NiciraNvp to prepare for
>>> Nic[18-12-6416c373-20d8-4617-8dcb-30a8ff9d0f34-192.168.56.195]
>>>> 2013-04-07 00:31:07,429 DEBUG [network.element.NiciraNvpElement
>>>> (ob-Executor-35:job-42) Checking if NiciraNvpElement can handle
>>>>service
>>>> Connectiity on network gustNetworkFrBasicZone
>>>> 2013-04-07 00:31:07,432 DEBUG [cloud.network.NetworkManagrIpl]
>>>> (Job-Executor-35:job-42) Asking JuniperSRX to prepare for
>>>> Nic[18-12-641c373-20d8-46178dcb-30a8ff9d0f34-192.68.56.195]
>>>> 2013-04-07 00:31:07,436DEBUG [cloud.networkNetwrkManagerImpl]
>>>> (Job-Executor-35:job-42) Asking Netscaler to prepare for
>>>> Nc[18-12-6416c373-20d8-4617-8dcb-308ff9d0f34-192.168.56.195]
>>>> 201304-07 00:31:07,441 DEBUG [cloud.network.NetworkManagerImpl]
>>>> (Job-Executor-35:job-42) Asking F5BigIP to prepare for
>>>> Nic[18-12-6416c373-20d8-4617-8dcb-30a8ff9d0f34-192.168.56.195]
>>>> 2013-04-07 00:31:07,445 DEBUG [cloud.network.NetworkManagerImpl]
>>>> (Job-Executor-5:job-42) Asking CiscoNexus100vVSM to prepare for
>>>> Nic[18-12-6416c373-20d8-4617-8dcb-30a8ff9d0f34-192.168.56195]
>>> 2013-04-07 0:31:07,449 DEUG [cloud.storage.StorageManagerImpl]
>>>> (Job-Executor-35:job-42) Checking if we need to prepare 1 volumes for
>>> VM[User|c18ddf7c-fc61-40b0-af75-fdef05f8eae6]
>>> 2013-04-07 00:317,451 DEBUG [cloud.storageStorageManagerImpl]
>>>> (Job-Executor-35:job42) Creating volume: Vol[12|vm=12|ROOT]
>>>> 2013-0-07 00:31:07,451 DEBUG [cloud.storage.StorageManagerImpl]
>>>> (Job-Executor-35:job-42) Trying to create in Pool[257|PreSetup]
>>>> 2013-04-07 00:31:07,459 DEBUG [loud.template.TemplateManagerImpl]
>>>> (Job-Executor-35:job-42) Downloading template 5 to pool 257
>>>> 2013-04-07 00:31:07,466 DEBUG [cloud.template.TemplateManagerImpl]
>>>> (Job-Executor-35:job-42) Downloading 5 via 5
>>>> 2013-04-07 00:31:07,470 DEBUG [agent.transport.Request]
>>>> (Job-Executor-35:job-2) Seq 5-614334809: Sending  { Cmd , MgmtI: 1,
>>>> via: 5, Ver: v1, Flags: 100111,
>>>>
>>>>[{"storage.PrimaryStorageDownloadComman":{"localPath":"/mnt/9a008517-e3
>>>>2
>>>>1-37a0-a91-44695f9b6fe7","poolUuid":"iSCSI_SR_3","poolId":257,"primaryP
>>>>o
>>>>ol":{"id":257,"uuid":"iSCSI_SR_3","host":"192.168.56.9","path":"/iSCSI_
>>>>S
>>>>R
>>>>_3","port":0,"type":"PreSetup"},"secondaryStorageUrl":"ns://192.168.56.
>>>>1
>>>>0:
>>>>
>>>>/opt/sorage/secondary",primaryStorageUrl":nfs://192.168.56.9/iSCSI_SR_
>>>>3
>>>>
>>>>","url":"nfs://192.168.56.10:/opt/storage/secondary/template/tmpl/1/5//
>>>>c
>>>>e
>>>>5b212e-215a-3461-94fb-814a6352215.vhd","format":"VHD","accountId":1,"na
>>>>m
>>>>e":"tiny>>> Linux","wait":10800}}] }
>>>> 2013-04-07 00:3107,470 DEBUG [agent.transportRequest]
>>>> (Job-Executor-35:job-42) Seq 5-614334809: Executing:  { Cm , MgmtId: 1
>>>> via: , Ver: v1, Flags: 100111,
>>>>
>>>>[{"storage.PrimaryStorageDownloadCommand":{"localPath":"/mnt/9a008517-e
>>>>3
>>>>2
>>>>1-37a0-a941-44695f9b6fe7","pooUuid":"iSCSI_SR_3","polId":57,"primaryPo
>>>>l":{"id":257,"uuid":"iSCSI_SR_3","host":"192.168.56.9","path":"/iSCSI_S
>>>>R
>>>>_3","port":0,"type":"PreSetup"},"secondaryStorageUrl":"nfs://192.168.56
>>>>.
>>>>1
>>>>0:
>>>>
>>>>/opt/storage/secondary","primaryStorageUr":"nfs://192.168.56.9/iSSI_SR_
>>>>3
>>>>
>>>>","url":"nfs://192.168.56.10:/opt/storage/secondary/template/tmpl/1///c
>>>>e
>>>>5b212e-215a-3461-94fb-84a635b2215.vhd","format":"VHD","accountId":1,"na
>>>>m
>>>>e":"tiny
>>>> Linux","wait":10800}}] }
>>>> 2013-04-07 00:31:07,470 DEBUG [agnt.manager.DirectAgentAttache]
>>>> (DirectAgent-174:null) Seq 5-14334809: Executng request
>>>> 2013-04-07 00:31:08,097 DEBUG [cloud.api.ApiServlet]
>>>> (1161145101@qtp-108805148-33:null) ===START===  127.0.0.1 -- GET
>>>>
>>>>command=queryAsyncobReult&jobId=f75d8ce8-1193-43b-b171-f43d2534e6bc&r
>>>>e
>>>>sponse=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316268095
>>>> 2013-04-07 00:31:08,115 DEBUG [cloud.api.ApiServlet]
>>>> (116145101@qtp-1008805148-33:null) ===END===  127.0.0.1 - GET
>>>>
>>>>comand=queryAsyncJobResult&jobId=f75d8ce8-1193-43bf-b171-f43d2534e6bc&
>>>>r
>>>>e
>>>>sponse=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=136531626895
>>>> 2013-04-07 00:31:11,023 DEBUG [agent.manager.DirectAgentAttache]
>>>> (DirectAgent-309:nll) Seq 5-614334468: Executing request
>>>> 2013-04-07 00:31:11,099 DEBUG [cloud.api.ApiServlet]
>>>> (1161145101@qtp-1008805148-33:null) ===START===  127.0.0.1 -- GET
>>>>
>>>>command=querAsyncJobResult&jobId=f75d8ce8-1193-43bf-b171-f43d2534e6bc&r
>>>>e
>>>sponse=jsonsessionkeyZ6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316271096
>>>> 2013-04-07 00:31:11,121 DEBUG [cloud.api.ApiServlet]
>>>> (1161145101@qtp-1008805148-33:null) ===END===  127.0.0.1 -- GET
>>>>
>>>>command=queryAsyncJobResult&jobId=f75d8ce8-1193-43bf-b171-f43d2534e6bc&
>>>>r
>>>>e
>>>>sponse=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316271096
>>>> 2013-04-07 00:31:11,363 DEBUG [aget.manager.DirectAgentAttache]
>>>> (DirectAgent-309:null) Seq 5-614334468: Response Received:
>>>> 2013-04-07 00:31:11,363 DEBUG [agent.transport.Request]
>>>> (DirectAgent-309:null) Seq 5-614334468: Processing:  { Ans: , MgmtId:
>>>>1,
>>>> via: 5, Ver: v1, Flags: 10, [{"Answer":{result":true,"wat":0}} }
>>>>2013-04-07 00:31:14,100 DEBUG [cloud.ai.ApiServlet]
>>>> (1161145101@qtp-1008805148-33:nll) ===START===  127.0.0.1 -- GET
>>>>
>>>>command=qeryAsyncJobResult&jobId=f75d8ce8-1193-43bf-b171-f43d253e6bc&re
>>>>sponse=json&sessinkey=Z6QqzU0Fq1iT13bMgnRRfl8oVA%3D&_=1365316274097
>>>> 2013-04-07 00:31:14,124 DEBUG [cloud.api.ApServlet]
>>>> (1161145101@qtp-1008805148-33:nll) ===END===  127.0.0.1 -- GET>>
>>>>ommand=queryAsyncJobResult&jobId=f75d8ce8-1193-43bf-b171-f43d2534e6bc&e
>>>>sponse=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316274097
>>>> 2013-04-07 00:31:16,197 DEBUG [cloud.api.ApiServlet]
>>>> (1161145101@qtp-100880548-33:null) ===START===  127.0.0.1 -- GET
>>>
>>>>command=listVirtualMachines&response=json&sessionkey=Z6QqzU0Fq1iT13bMgn
>>>>R
>>>>R
>>>>fl8GoVA%3D&listAll=true&pag=1&pagesize=20&_=1365316276194
>>>> 2013-04-7 00:31:16,219 DEBUG [cloud.api.ApiServlet]
>>>> (1161145101@qtp-1008805148-33:null) ===END===  127.0.0.1 - GET
>>>>
>>>>command=listVirtulMachies&response=json&sessionkey=Z6QqzU0FqiT13bMgnRR
>>>>fl8GoVA%3D&listAll=true&page=1&pagesize=20&_=136516276194
>>>> 2013-04-07 00:31:17,101 DEBUG [cloud.api.Apiervlet]
>>>> (1161145101@qtp-1008805148-33:null) ===START===  127.0.0.1 -- GET
>>>>
>>>>command=querAsyncJobResult&jobId=f75d8ce8-1193-43bf-b171-f43d2534e6bc&r
>>>>e
>>>>sponse=json&sessiokey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316277098
>>>> 213-04-07 00:31:17,123 DEBUG [cloud.api.ApiServet]
>>>> (1161145101@qtp-1008805148-33:null) ===END===  127.0.0.1-- GET
>>>>
>>>>command=queryAsyncJobResult&jobId=f75d8ce8-1193-43bf-b171-f43d2534e6bc&
>>>>r
>>>>e
>>>>sponse=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316277098
>>>> 2013-4-07 00:31:17,954 DEBUG [cloud.ai.ApiServlet]
>>>> (1161145101@qtp-1008805148-33:null) ===START===  17.0.0.1 -- GET
>>>>
>>>>command=lstVolumes&response=json&sessionkey=Z6QqzU0Fq1iT13bMnRfl8GoVA%
>>>>3D&listAll=true&page=1&pagesize=20&_=1365316277950
>>>> 2013-04-07 00:31:17,972 DEBUG [loud.api.ApiServlet]
>>>> (1161145101@qtp-1008805148-33:null) ===END===  27.0..1-- GET
>>>>
>>>>command=listVolumes&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoV
>>>>A
>>>>%
>>>>3D&listAll=true&page=1&pagesize=20&_=135316277950
>>>> 2013-04-07 00:31:20,102 DEBUG [cloud.api.ApiServlet]
>>>> 1161145101@qtp1008805148-33:null) ===START===  127.0.0.1 -- GET
>>>>
>>>>command=queryAsyncJobResult&jobId=f75d8ce8-1193-43bf-b171-43d2534e6bc&r
>>>>e
>>>>sponse=json&sessionkey=Z6QqU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316280099
>>>> 201304-07 00:31:20,118 DEBUG [cloud.api.ApiServlet]
>>>> (1161145101@qtp-1008805148-33null) ===END===  127.0.0.1 -- GET
>>>>
>>>>command=queryAsyncJbResult&jobId=f75d8ce8-1193-43bf-b11-f43d2534e6bc&r
>>>>e
>>>>sponse=json&sessionkey=Z6QqzU0Fq1iT13bMgnRfl8GoVA%3D&_=1365316280099
>>> 2013-04-07 00:31:2,454 DEBUG
>>>> [storage.secondary.SconaryStorageManagerImpl] (scstorage-1:null)
>>>>Zone 1
>>>> is ready to launch secondary storage VM
>>> 2013-04-07 00:31:20,558 DEBUG
>>>>[cloud.consoleproxy.ConsolePoxyManagerImpl]
>>>>(consoleproxy-1:null) Zone 1 is ready to launch console proxy
>>>> 2013-04-07 00:31:20,820 DEBUG
>>>> [network.router.VirtualNetworkApplianceManagerImpl]
>>>> (RouterStatusMonitor-1:null) Found  routers to update status.
>>> 2013-04-0 00:31:20,821 DEBUG
>>>> [network.router.VirtualNetworkApplianceManagerImpl]
>>>> (RouterStatusMonitor-1:null) ound 0 networks to update RvR status.
>>>> 2013-04-07 00:31:20,82 DEBUG
>>>> [network.router.VirtuaNetworkApplianceManagerImpl]
>>>> (RouterStatusMonitor-:null) Found 0 routers to update status.
>>>> 2013-04-07 0:31:20,853 DEBUG
>>>> [network.router.VirtualNetworkApplianceManagerImpl]
>>>> (RouterStatusMonitor-1:null) Found 0 networks to update RvR status.
>>>> 2013-04-07 00:31:21,075 DEBUG [cloud.api.ApiServlet]
>>>> (1161145101@qtp-1008805148-33:null) ===START===  127.0.0.1 -- GET
>>>>
>>>>commandlistVolumes&id=aed71ae1-732b-48d7-833f-e23287e2b2b9&response=jso
>>>>n
>>>>&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316281073
>>>> 2013-04-07 00:31:21,097 DEBUG [cloud.api.ApiServlet]
>>>> (1161145101@qtp-100805148-33:null) ===END===  127.0.0.1 -- GET
>>>>
>>>>cmmand=listVolumes&id=aed71ae1-732b-48d7-833f-e23287e2b2b9&response=jso
>>>>n
>>>>&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316281073
>>>> 2013-04-07 00:31:21,120 DEBUG [cloud.api.ApiServlet]
>>>> (1161145101@qtp-1008805148-33:null) ===START===  127.0.0.1 -- GET
>>>>
>>>>command=listTags&resonse=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D
>>>>&
>>>>resourceId=aed71ae1-732b-48d7-833f-e23287e2b2b9&resourceType=Volume&lis
>>>>t
>>>>A
>>>>ll=true&_=136531628117
>>>> 2013-04-07 00:31:21,142 DEBUG [cloud.api.ApiServlet]
>>>> (1161145101@qtp-1008805148-33:null) ===END===  127.0.0.1 -- GE
>>>>
>>>>command=listTags&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3
>>>>D
>>>>&
>>>>resourceId=aed71ae1732b-48d7-833f-e232872b2b9&resourceType=Volume&listA
>>>>ll=true&_=1365316281117
>>>> 2013-04-07 00:31:23,102DEBUG [cloud.api.ApiServlet]
>>>> (1161145101@qtp-100885148-33:null) ==START===  127.0.0.1 -- GET
>>>>
>>>>commandqueryAsyncJobResult&jobId=f75d8ce8-1193-43bf-b11-f43d2534e6bc&r
>>>>e
>>>>sponsejson&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316283100
>>>> 2013-04-07 00:31:23,122 EBUG [cloud.api.ApiServlet]
>>> (1161145101@qtp-100880514-33:null) ===END===  127.0.0.1 -- GET
>>>>
>>>>command=queryAsyncJobResult&jobId=75d8ce8-1193-43bf-b171-f43d2534e6bc&
>>>>e
>>>>sponse=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316283100
>>>> 2013-04-07 00:3:24,894 DEBUG [agent.manager.AgentManagerImpl]
>>>> (AgentManager-Handler-9:null) Ping from 4
>>>> 2013-04-07 00:31:26,102 DEBUG [cloud.api.ApiServlet]
>>>> (1161145101@qtp-1008805148-33:null) ===START===  127.0.0.1 -- GET
>>>>
>>>>command=queryAsyncJobResult&jobId=f75d8ce8-1193-43bf-b171-f43d2534e6bc&
>>>>r
>>>>e
>>>>sponse=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316286100
>>>> 2013-04-07 00:31:26,117 DEBUG [cloud.api.ApiServlet]
>>>> (1161145101@qtp-1008805148-33:null) ===END===  127.0.0.1 -- GET
>>>>
>>>>command=queryAsyncJobResult&jbId=f75d8ce8-1193-43bf-b171-f43d2534e6bc&r
>>>>e
>>>>spons=json&sessionky=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316286100
>>>> 2013-04-07 00:31:27,217 DEBUG [agent.manager.DirectAgentAttache]
>>>> (DirctAgen-164:null) Ping from 1
>>>> 2013-04-07 00:31:28,079 DEBUG [agent.manager.DirectAgentAttache]
>>>> (DirectAgent-174:null) Seq 5-614334809: Response Received:
>>>> 2013-04-07 00:31:28,079 DEBUG [agent.transport.equest]
>>>> (DirectAgent-174:null) Seq 5-614334809: Processing:  { Ans: , MgmtId
>>>>1,
>>>> via: 5, Ver: v1, Flags: 110,
>>>>
>>>>[{"storage.PrimaryStorageDownloadAnswer"{"installPath":"a8414926-81d6-4
>>>>b
>>>>54-9b4b-feb498489df0","templateSize":54525952,"esult":true,"wait":0}}]
>>>> }
>>>> 2013-04-07 00:31:28,079 DEBUG [agent.transpot.Request]
>>>> (Job-Execur-35:job-42) Seq -614334809: Received:   Ans: , MgmtId: 1,
>>>> via: 5, Ver: v1, Flgs: 110, { PrimaryStorageDownloadAnswer } }
>>>> 23-04-07 00:31:28,079 DEBUG [agent.mnager.AgentAttache]
>>>> (irectAgent-174:null) Seq 5-614334809: No more command found
>>>> 2013-04-07 00:31:28,081 EBUG [cloud.template.TemplateManagerImpl]
>>>> (Job-Executor-35:job-42) Template 5 is downloaded via 5
>>>> 2013-04-07 00:31:28,085 DEBUG [agent.tansport.Request]
>>>> (Job-Executor-35:job-42) Seq 5-614334810: ending  { Cmd , gmtId:
>>>>1,>>via:
>>>> 5, Ver: v1, Flags: 100111,
>>>>
>>>>[{"storage.CreateCommand":{"volId":12,"pool":{"id":257,"uuid":"iSCSI_SR
>>>>_
>>>>3
>>>>","host":"192.168.56.9","path":"/iSCSI_SR_3","port":0,"type":"PreSetup"
>>>>}
>>>>,
>>>>"diskCharacteritics":{"size":52428800,"tags":["iSCSI_SR_3"],"type":"ROO
>>>>>>>T
>>>>","name":"ROO-12","useLocalStorage":false,"recreatable":true,"diskOffer
>>>>i
>>>>ngId":37,"volumeId":12,"hyperType":"XenServer"},"templateUrl":"a8414926
>>>>-
>>>>8
>>>>1d6-4b54-9b4b-feb498489df0","wait":0}}]
>>>> }
>>>> 2013-04-07 00:31:28,086 DEBUG [agent.ransport.Request]
>>>> (Job-Executor-35:job-42) Se 5-614334810: Executing:  { Cmd , MgmtId:
>>>>1,
>>>> via: 5, Ver: v1, Flags: 100111,
>>>>
>>>>[{"storage.CreateComand":{"volId":12,"pool":{"id":257,"uuid":"iSCSI_SR_
>>>>3
>>>>","host":"192.168.56.9","path":"/iSCSI_SR_3","port":0,"type":"PreSetup"
>>>>}
>>>>,
>>>>"diskCharacteristics":{"size":52428800,"tags":["iSCSI_SR_3"],"type":"RO
>>>>O
>>>>T
>>>>","name":"OOT-12","useLocalStorage":false,"recreatable":true,"diskOffer
>>>>i
>>>>ngId":37,"volumeId":12,"yperType":"Xenerver"},"templateUrl":"a8414926-
>>>>8
>>>>1d6-4b54-9b4b-feb498489df0","wait":0}}]
>>>> }
>>>> 2013-04-0700:31:28,086DEBUG [agent.manager.DirectAgentAttache]
>>>> (DirectAgent-327:null) Seq -614334810: Executing request
>>>> 2013-04-07 00:31:28,227 DEUG [xen.resource.CitrixResouceBase]
>>>> DirectAgent-327:null) SR retrieved for iSCSI_SR_3>> 2013-04-07
>>>>00:31:28,240 DEUG [xen.resource.CitrixResourceBase]
>>>> (DirectAgent-327:null) Checking iSCSI_SR_3 or SR
>>>> fe8ca696-22f5-ba1f-af68-7c3cf5a3cb39 on
>>>> XS[5e02c0-155d-432e-a20f-f8c600ef3ab7-192.168.5611]
>>>> 2013-04-07 00:31:29,095 DEBUG [agent.manager.DirectAentAttache]
>>>> (DirectAget-84:null) Seq 1-90046472: Executing request
>>>> 2013-04-07 00:31:29,106 DEBUG [cloud.api.ApiServlet]
>>>> (1161145101@qtp-100805148-33:null) ===START===  127.0.0.1 -- GET
>>>>
>>>>command=queryAsyncJobResult&jobId=f75d8ce8-193-43bf-b171-f43d2534e6bc&r
>>>>e
>>>>sponse=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316289101
>>>> 2013-04-07 00:31:29,130 DEBUG [cloud.apiApiServlet]
>>>> (1161145101@qtp-100880518-33:null) ===END===  127.0.0.1 -- GET
>>>>
>>>>cmmand=queryAsyncJoResult&jobIdf75d8ce8-1193-43bf-b171-f43d2534e6bc&re
>>>>sponse=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316289101
>>>> 2013-04-07 00:31:29,687 DEBUG [agent.managr.DirectAgentAttache]
>>> (DirectAgent-84:null) Seq 1-90046472: Response Received:
>>>> 2013-04-07 00:31:29,688 DEBUG [agent.transport.Request]
>>>> (DirectAgent-84:null) Seq 1-90046472: Processing:  {Ans: , MgmtId: 1,
>>>>via:
>>>> 1, Ver: v1, Flags: 10,
>>>>
>>>>[{"ClusterSyncAnswer":{"_clsterId":1,"_newStates":{},"_isExecuted":fals
>>>>e
>>>>,"result":true,"wait":0}}]
>>>> }
>>>> 2013-04-07 00:31:30,685 DEBUG [xen.resource.CitrixResourceBase]
>>>> (DirectAgent-327:null) Succefully created VDI for
>>> com.cloudagent.api.storage.CreateCommand.  Uuid =
>>>> 40a39639-e8aa-45b5-bfa1-591b68571d0c
>>>> 213-04-07 00:31:30,686 DEBUG [agent.manager.DirectAgentAttache]
>>>> (DirectAgent-327:null) Seq 5-614334810: Response Received:
>>>> 2013-04-07 00:31:30,686 DEBUG [aget.transport.Request]
>>>> (DirectAgent-327:null) Seq 5-614334810: Processing:  { Ans: , MgmtId:
>>>>1,
>>>> via: 5, Ver: v1, Flags: 110,
>>>>
>>>>[{"storage.CreateAnswer":{"volume":{"id":12,"name":"ROT-12","mountPoint
>>>>"
>>>>:"/iSCSI_SR_3","path":"40a39639-e8aa-45b5-bfa1-591b68571d0c","size":524
>>>>2
>>>>8
>>>>800,"type":"ROOT","storagePoolType":"PreSetup","storagePoolUuid":"iSCSI
>>>>_
>>>>S>>>R_3","deviceId":0},"requestTemplateReload":false,"result":true,"wai
>>>>t":0}
>>>>}
>>>>]
>>>> }
>>>> 2013-04-07 00:31:30,686 DBUG [agent.transport.Request]
>>>> (Job-Executor-35:job-42) Seq 5-614334810: Received:  { Ans: , gmtId:
>>>>1,
>>>> vi 5, Ver: v1, Flags: 110, { CreateAnswer } }
>>>> 2013-04-07 00:31:30,686 DEBG [agent.manager.AgentAttache]>>>
>>>>(DirectAgent-327:null) Seq 5-614334810: No mor commands found
>>>> 2013-04-07 00:31:30,689 DEBUG [loud.storage.StorageManagerImpl]
>>>> (Job-Executor-35:job-42)Volume Vol[12|vm=12|ROO] is created on
>>>> Pool[257|PreSetup]
>>>> 2013-04-07 00:31:30,705 DEBUG [agent.transport.Request]
>>> (Job-Executor-35:job-42) Seq 5-614334811: Sending  { Cmd , MgmtId: 1,
>>>>via:
>>> 5, Ver: v1, Flags:100111,
>>>>
>>>>[{"StartComman":{"vm":{"id":12,"nme":"i-2-12-VM","bootloader":"PyGrub"
>>>>,
>>>>>>"type":"User","cpus":1,"speed":100,"minRam":1073741824,"maxRam":10737
>>>>>>4
>>>>>>182
>>>>4,"arch":"x86_6","os":"entOS
>>>> 5.3
>>>>
>>>>(64-bit)","bootArgs":"","rebootOnCrash":false,enableHA":false,"limitCpu
>>>>U
>>>>se":false,"vncPassword":"a0ed1e002d55dc0b","params":{},"uuid":"c18ddf7c
>>>>-
>>>>f
>>>>c61-40b0-af75-fdef05f8eae6",disks":[{"d":12,"name":"ROOT-12","mountPoin
>>>>t":"/iSSI_SR_3","path":"40a39639-e8aa-45b5-bfa1-591b6857d0c","size":52
>>>>4
>>>>28800,"type":"ROOT","storagePoolType":"PreSetup","stoagePoolUuid":"iSCS
>>>>
>>>>_SR_3","deviceId":0},{"id":12,"name":"tiny
>>>>
>>>>Linux","size":0,"type":"ISO","storagePoolType":"ISO","deviceId":3],"ni
>>>>s
>>>>":[{"deviceId":0,"networkRateMbps":200,"defaultNic":true,"uuid""70472c4
>>>>3
>>>>-4913-4e0a-8e1d-87b030404b0a","ip":"192.168.56.195","netmask":"255.255.
>>>>2
>>>>5
>>>5.0","gateway":"192.168.56.1","mac":"06:c8:0e:00:00:75","dns1":"8.8.8.8"
>>>>,
>>>>"dns2":"4.4.4.4","broadcastType":"Native","type":"Guest","broadcastUri"
>>>>:
>>>>"
>>>>vlan://untagged","isolationUri":"ec2://untagged","isSecurityGroupEnable
>>>>d
>>>>"
>>>>:true}]},"hostIp":"12.168.56.11","wait":0}}]
>>>> }
>>>> 201-04-07 00:31:30,705 DEBUG [agent.transpot.Request]
>>>> (Job-Executor-35:job-42) Seq 5-614334811: Executing:  { Cmd , MgmtId:
>>>>1,
>>>> via: 5 Ver: v1, Flags: 100111,
>>>>
>>>>[{"StartCommand":{"vm":{"id":12,"name":"i-2-12-VM""bootloader":"PyGrub"
>>>>,
>>>>"type":"User","cpus":1,"speed":100,"minRam":1073741824,"maxRam":1073718
>>>>2
>>>>4,"arch":"x86_64","os":"CentOS
>>>> 5.3
>>>>
>>>>(64-bit)","bootArgs":"""rebootOnCrash":false,"enableHA":false,"limitCpu
>>>>U
>>>>se":false,"vncPassword":"a0ed1e002d55dc0b","params":{},"uuid":"c18ddf7c
>>>>-
>>>>f
>>>>c61-40b0-af75-fdef05f8eae6","disks":[{"id":12,"ame":"ROOT-12","mountPoi
>>>>n
>>>>t":"/iSCSI_SR_3,"path":"40a39639-e8aa-45b5-bfa1-591b68571d0c","size":52
>>>>4
>>>>28800,"type":"ROOT","storagePoolType":"PreSetup","storagePoolUuid":"iSC
>>>>S
>>>>I
>>>>_SR_3","deviceId":0},{"id":12,"name":"tiny
>>>>
>>>>Linux","size":0,"type":"ISO","soragePoolType":"ISO","deviceId":3}],"nic
>>>>s
>>>>":[{"devicId":0,"netwrkRateMbps"200,"defaultNic":true,"uuid":"70472c43
>>>>-4913-4e0a-8e1d-87b030404b0a","ip":"192.168.56.195","netmask":"255.255.
>>>>2
>>>>5
>>>>5.0","gatewy":"192.168.56.1","mac":"06:c8:0e:00:00:75","dns1":"8.8.8.8"
>>>>,
>>>>"dns2":"4.4.4.4","broadcastType":"Native","type":"Guest","broadcastUri"
>>>>:
>>>>"
>>>>vlan://untagged","isolationUri":"ec2://untagged","isSecurityGroupEnaled
>>>>"
>>>>:true}]},"hostIp:"192.168.56.11","wait":0}}]
>>>> }
>>>> 2013-04-07 00:31:30,705 DEBUG [agent.manager.DirectAgentAttache]
>>>> (DirectAgent-265:null) Seq 5-614334811: Executing request
>>>> 2013-04-07 00:31:30,848 DEBUG [xen.resource.CitrixResourceBase]
>>>> (DirectAgent-265:null) 1. The VM i-2-12-VM is in Starting state.
>>>> 2013-04-07 00:31:30,907 DEBUG [xen.resource.XenServer56FP1Resource]
>>>> (DirectAgent-2:null) Created VM 6b192a90-bce6-7347-f184-d5b8538647a
>>>>for
>>>> i-2-12-VM
>>>> 2013-04-07 00:31:30,959 DEBUG [xen.resource.CitrixResourceBase]
>>>> (DirectAgent-265:null) VBD 9ea8a64a-9d04-76df-9d8b-103371b21d86
>>>>created
>>>>for
>>> Vol[12|ROOT|40a39639-e8aa-45b5-bfa1-591b68571d0c|52428800]
>>>> 2013-04-07 00:31:30,985 DEBUG [xen.resource.CitrixResourceBase]
>>>> (DirectAgent-265:null) VBD 0fb43cee-0512-beed-5d24-a33a2ceceeda
>>>>created
>>>>for
>>>> Vol[12|ISO|null|0]
>>>> 2013-04-07 00:31:30,985 DEBUG [xen.resource.CitrixResourceBase]
>>>> (DirectAgent-265:null) Creating VIF for i-2-12-VM on nic
>>>> [Nic:Guest-192.168.56.195-vlan://untagged]
>>>> 2013-04-07 00:31:31,037 DEBUG [xen.resource.CitrixResourceBase]
>>>> (DirectAgent-265:null) Created a vif
>>>>adbeb814-7d38-1fda-1bdb-b6850c7cb342
>>>> on 0
>>>> 2013-04-07 00:31:32,105 DEBUG [cloud.api.ApiServlet]
>>>> (1161145101@qtp-1008805148-33:null) ===START===  127.0.0.1 -- GET
>>>>
>>>>command=queryAsyncJobResult&jobId=f75d8ce8-1193-43bf-b171-f43d2534e6bc&
>>>>r
>>>>e
>>>>sponse=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316292102
>>>> 2013-04-07 00:31:32,122 DEBUG [cloud.api.ApiServlet]
>>>> (1161145101@qtp-1008805148-33:null) ===END===  127.0.0.1 -- GET
>>>>
>>>>command=queryAsyncJobResult&jobId=f75d8ce8-1193-43bf-b171-f43d2534e6bc&
>>>>r
>>>>e
>>>>sponse=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316292102
>>>> 2013-04-07 00:31:35,106 DEBUG [cloud.api.ApiServlet]
>>>> (1161145101@qtp-1008805148-33:null) ===START===  127.0.0.1 -- GET
>>>>
>>>>command=queryAsyncJobResult&jobId=f75d8ce8-1193-43bf-b171-f43d2534e6bc&
>>>>r
>>>>e
>>>>sponse=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316295103
>>>> 2013-04-07 00:31:35,125 DEBUG [cloud.api.ApiServlet]
>>>> (1161145101@qtp-1008805148-33:null) ===END===  127.0.0.1 -- GET
>>>>
>>>>command=queryAsyncJobResult&jobId=f75d8ce8-1193-43bf-b171-f43d2534e6bc&
>>>>r
>>>>e
>>>>sponse=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316295103
>>>> 2013-04-07 00:31:38,106 DEBUG [cloud.api.ApiServlet]
>>>> (1161145101@qtp-1008805148-33:null) ===START===  127.0.0.1 -- GET
>>>>
>>>>command=queryAsyncJobResult&jobId=f75d8ce8-1193-43bf-b171-f43d2534e6bc&
>>>>r
>>>>e
>>>>sponse=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316298104
>>>> 2013-04-07 00:31:38,126 DEBUG [cloud.api.ApiServlet]
>>>> (1161145101@qtp-1008805148-33:null) ===END===  127.0.0.1 -- GET
>>>>
>>>>command=queryAsyncJobResult&jobId=f75d8ce8-1193-43bf-b171-f43d2534e6bc&
>>>>r
>>>>e
>>>>sponse=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316298104
>>>> 2013-04-07 00:31:41,108 DEBUG [cloud.api.ApiServlet]
>>>> (1161145101@qtp-1008805148-33:null) ===START===  127.0.0.1 -- GET
>>>>
>>>>command=queryAsyncJobResult&jobId=f75d8ce8-1193-43bf-b171-f43d2534e6bc&
>>>>r
>>>>e
>>>>sponse=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316301106
>>>> 2013-04-07 00:31:41,133 DEBUG [cloud.api.ApiServlet]
>>>> (1161145101@qtp-1008805148-33:null) ===END===  127.0.0.1 -- GET
>>>>
>>>>command=queryAsyncJobResult&jobId=f75d8ce8-1193-43bf-b171-f43d2534e6bc&
>>>>r
>>>>e
>>>>sponse=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316301106
>>>> 2013-04-07 00:31:43,708 INFO  [xen.resource.CitrixResourceBase]
>>>> (DirectAgent-265:null) Programmed default network rules for i-2-12-VM
>>>>on
>>>> nic with ip:192.168.56.195 mac:06:c8:0e:00:00:75
>>>> 2013-04-07 00:31:43,708 DEBUG [xen.resource.CitrixResourceBase]
>>>> (DirectAgent-265:null) 2. The VM i-2-12-VM is in Running state.
>>>> 2013-04-07 00:31:43,708 DEBUG [agent.manager.DirectAgentAttache]
>>>> (DirectAgent-265:null) Seq 5-614334811: Response Received:
>>>> 2013-04-07 00:31:43,709 DEBUG [agent.transport.Request]
>>>> (DirectAgent-265:null) Seq 5-614334811: Processing:  { Ans: , MgmtId:
>>>>1,
>>>> via: 5, Ver: v1, Flags: 110,
>>>>
>>>>[{"StartAnswer":{"vm":{"id":12,"name":"i-2-12-VM","bootloader":"PyGrub"
>>>>,
>>>>"
>>>>type":"User","cpus":1,"speed":100,"minRam":1073741824,"maxRam":10737418
>>>>2
>>>>4
>>>>,"arch":"x86_64","os":"CentOS
>>>> 5.3
>>>>
>>>>(64-bit)","bootArgs":"","rebootOnCrash":false,"enableHA":false,"limitCp
>>>>u
>>>>U
>>>>se":false,"vncPassword":"a0ed1e002d55dc0b","params":{},"uuid":"c18ddf7c
>>>>-
>>>>f
>>>>c61-40b0-af75-fdef05f8eae6","disks":[{"id":12,"name":"ROOT-12","mountPo
>>>>i
>>>>n
>>>>t":"/iSCSI_SR_3","path":"40a39639-e8aa-45b5-bfa1-591b68571d0c","size":5
>>>>2
>>>>4
>>>>28800,"type":"ROOT","storagePoolType":"PreSetup","storagePoolUuid":"iSC
>>>>S
>>>>I
>>>>_SR_3","deviceId":0},{"id":12,"name":"tiny
>>>>
>>>>Linux","size":0,"type":"ISO","storagePoolType":"ISO","deviceId":3}],"ni
>>>>c
>>>>s
>>>>":[{"deviceId":0,"networkRateMbps":200,"defaultNic":true,"uuid":"70472c
>>>>4
>>>>3
>>>>-4913-4e0a-8e1d-87b030404b0a","ip":"192.168.56.195","netmask":"255.255.
>>>>2
>>>>5
>>>>5.0","gateway":"192.168.56.1","mac":"06:c8:0e:00:00:75","dns1":"8.8.8.8
>>>>"
>>>>,
>>>>"dns2":"4.4.4.4","broadcastType":"Native","type":"Guest","broadcastUri"
>>>>:
>>>>"
>>>>vlan://untagged","isolationUri":"ec2://untagged","isSecurityGroupEnable
>>>>d
>>>>"
>>>>:true}]},"result":true,"wait":0}}]
>>>> }
>>>> 2013-04-07 00:31:43,709 DEBUG [agent.transport.Request]
>>>> (Job-Executor-35:job-42) Seq 5-614334811: Received:  { Ans: , MgmtId:
>>>>1,
>>>> via: 5, Ver: v1, Flags: 110, { StartAnswer } }
>>>> 2013-04-07 00:31:43,709 DEBUG [agent.manager.AgentAttache]
>>>> (DirectAgent-265:null) Seq 5-614334811: No more commands found
>>>> 2013-04-07 00:31:43,763 DEBUG
>>>>[network.security.SecurityGroupManagerImpl]
>>>> (Job-Executor-35:job-42) Security Group Mgr v2: scheduling ruleset
>>>>updates
>>>> for 1 vms  (unique=1), current queue size=0
>>>> 2013-04-07 00:31:43,765 DEBUG
>>>>[network.security.SecurityGroupManagerImpl]
>>>> (Job-Executor-35:job-42) Security Group Mgr v2: done scheduling
>>>>ruleset
>>>> updates for 1 vms: num new jobs=1 num rows insert or updated=1 time
>>>>taken=2
>>>> 2013-04-07 00:31:43,769 DEBUG [cloud.capacity.CapacityManagerImpl]
>>>> (Job-Executor-35:job-42) VM state transitted from :Starting to Running
>>>>with
>>>> event: OperationSucceededvm's original host id: 5 new host id: 5 host
>>>>id
>>>> before state transition: 5
>>>> 2013-04-07 00:31:43,769 DEBUG [cloud.vm.VirtualMachineManagerImpl]
>>>> (Job-Executor-35:job-42) Start completed for VM
>>>> VM[User|c18ddf7c-fc61-40b0-af75-fdef05f8eae6]
>>>> 2013-04-07 00:31:43,773 DEBUG
>>>>[network.security.SecurityGroupManagerImpl]
>>>> (SecGrp-Worker-3:null) SecurityGroupManager v2: sending ruleset update
>>>>for
>>>> vm i-2-12-VM:ingress num rules=0:egress num rules=0 num cidrs=0
>>>> sig=d41d8cd98f00b204e9800998ecf8427e
>>>> 2013-04-07 00:31:43,777 DEBUG [cloud.async.AsyncJobManagerImpl]
>>>> (Job-Executor-35:job-42) Complete async job-42, jobStatus: 1,
>>>>resultCode:
>>>> 0, result: org.apache.cloudstack.api.response.UserVmResponse@d9c5b6f
>>>> 2013-04-07 00:31:43,782 DEBUG [cloud.async.AsyncJobManagerImpl]
>>>> (Job-Executor-35:job-42) Done executing
>>>> org.apache.cloudstack.api.command.user.vm.DeployVMCmd for job-42
>>>> 2013-04-07 00:31:43,796 DEBUG [agent.transport.Request]
>>>> (SecGrp-Worker-3:null) Seq 5-614334812: Sending  { Cmd , MgmtId: 1,
>>>>via: 5,
>>>> Ver: v1, Flags: 100111,
>>>>
>>>>[{"SecurityGroupRulesCmd":{"guestIp":"192.168.56.195","vmName":"i-2-12-
>>>>V
>>>>M
>>>>","guestMac":"06:c8:0e:00:00:75","signature":"d41d8cd98f00b204e9800998e
>>>>c
>>>>f
>>>>8427e","seqNum":1,"vmId":12,"msId":1,"ingressRuleSet":[],"egressRuleSet
>>>>"
>>>>:
>>>>[],"wait":0}}]
>>>> }
>>>> 2013-04-07 00:31:43,796 DEBUG [agent.transport.Request]
>>>> (SecGrp-Worker-3:null) Seq 5-614334812: Executing:  { Cmd , MgmtId: 1,
>>>>via:
>>>> 5, Ver: v1, Flags: 100111,
>>>>
>>>>[{"SecurityGroupRulesCmd":{"guestIp":"192.168.56.195","vmName":"i-2-12-
>>>>V
>>>>M
>>>>","guestMac":"06:c8:0e:00:00:75","signature":"d41d8cd98f00b204e9800998e
>>>>c
>>>>f
>>>>8427e","seqNum":1,"vmId":12,"msId":1,"ingressRuleSet":[],"egressRuleSet
>>>>"
>>>>:
>>>>[],"wait":0}}]
>>>> }
>>>> 2013-04-07 00:31:43,796 DEBUG [agent.manager.DirectAgentAttache]
>>>> (DirectAgent-77:null) Seq 5-614334812: Executing request
>>>> 2013-04-07 00:31:44,109 DEBUG [cloud.api.ApiServlet]
>>>> (1161145101@qtp-1008805148-33:null) ===START===  127.0.0.1 -- GET
>>>>
>>>>command=queryAsyncJobResult&jobId=f75d8ce8-1193-43bf-b171-f43d2534e6bc&
>>>>r
>>>>e
>>>>sponse=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316304106
>>>> 2013-04-07 00:31:44,122 DEBUG [cloud.async.AsyncJobManagerImpl]
>>>> (1161145101@qtp-1008805148-33:null) Async job-42 completed
>>>> 2013-04-07 00:31:44,131 DEBUG [cloud.api.ApiServlet]
>>>> (1161145101@qtp-1008805148-33:null) ===END===  127.0.0.1 -- GET
>>>>
>>>>command=queryAsyncJobResult&jobId=f75d8ce8-1193-43bf-b171-f43d2534e6bc&
>>>>r
>>>>e
>>>>sponse=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316304106
>>>> 2013-04-07 00:31:44,351 INFO  [xen.resource.CitrixResourceBase]
>>>> (DirectAgent-77:null) Programmed network rules for vm i-2-12-VM
>>>> guestIp=192.168.56.195, ingress numrules=0, egress numrules=0
>>>> 2013-04-07 00:31:44,351 DEBUG [agent.manager.DirectAgentAttache]
>>>> (DirectAgent-77:null) Seq 5-614334812: Response Received:
>>>> 2013-04-07 00:31:44,352 DEBUG [agent.transport.Request]
>>>> (DirectAgent-77:null) Seq 5-614334812: Processing:  { Ans: , MgmtId:
>>>>1,
>>>> via: 5, Ver: v1, Flags: 110,
>>>>
>>>>[{"SecurityGroupRuleAnswer":{"logSequenceNumber":1,"vmId":12,"reason":"
>>>>N
>>>>O
>>>>NE","result":true,"wait":0}}]
>>>> }
>>>> 2013-04-07 00:31:44,353 DEBUG [network.security.SecurityGroupListener]
>>>> (DirectAgent-77:null) Successfully programmed rule
>>>> com.cloud.agent.api.SecurityGroupRuleAnswer into host 5
>>>> 2013-04-07 00:31:44,357 DEBUG [network.security.SecurityGroupListener]
>>>> (DirectAgent-77:null) Successfully programmed rule
>>>> com.cloud.agent.api.SecurityGroupRuleAnswer into host 5
>>>> 2013-04-07 00:31:44,359 DEBUG [agent.manager.AgentAttache]
>>>> (DirectAgent-77:null) Seq 5-614334812: No more commands found
>>>> 2013-04-07 00:31:47,679 DEBUG [agent.manager.AgentManagerImpl]
>>>> (AgentManager-Handler-10:null) Ping from 3
>>>> 2013-04-07 00:31:50,451 DEBUG
>>>> [storage.secondary.SecondaryStorageManagerImpl] (secstorage-1:null)
>>>>Zone 1
>>>> is ready to launch secondary storage VM
>>>> 2013-04-07 00:31:50,553 DEBUG
>>>>[cloud.consoleproxy.ConsoleProxyManagerImpl]
>>>> (consoleproxy-1:null) Zone 1 is ready to launch console proxy
>>>> 2013-04-07 00:31:50,819 DEBUG
>>>> [network.router.VirtualNetworkApplianceManagerImpl]
>>>> (RouterStatusMonitor-1:null) Found 0 routers to update status.
>>>> 2013-04-07 00:31:50,820 DEBUG
>>>> [network.router.VirtualNetworkApplianceManagerImpl]
>>>> (RouterStatusMonitor-1:null) Found 0 networks to update RvR status.
>>>> 2013-04-07 00:31:50,851 DEBUG
>>>> [network.router.VirtualNetworkApplianceManagerImpl]
>>>> (RouterStatusMonitor-1:null) Found 0 routers to update status.
>>>> 2013-04-07 00:31:50,852 DEBUG
>>>> [network.router.VirtualNetworkApplianceManagerImpl]
>>>> (RouterStatusMonitor-1:null) Found 0 networks to update RvR status.
>>>> 2013-04-07 00:31:51,459 INFO  [agent.manager.AgentMonitor]
>>>> (Thread-11:null) Found the following agents behind on ping: [6, 5]
>>>> 2013-04-07 00:31:51,460 DEBUG [cloud.host.Status] (Thread-11:null)
>>>>Ping
>>>> timeout for host 6, do invstigation
>>>> 2013-04-07 00:31:51,461 DEBUG [cloud.host.Status] (Thread-11:null)
>>>>Ping
>>>> timeout for host 5, do invstigation
>>>> 2013-04-07 00:31:51,462 INFO  [agent.manager.AgentManagerImpl]
>>>> (AgentTaskPool-2:null) Investigating why host 6 has disconnected with
>>>>event
>>>> PingTimeout
>>>> 2013-04-07 00:31:51,462 DEBUG [agent.manager.AgentManagerImpl]
>>>> (AgentTaskPool-2:null) checking if agent (6) is alive
>>>> 2013-04-07 00:31:51,463 INFO  [agent.manager.AgentManagerImpl]
>>>> (AgentTaskPool-14:null) Investigating why host 5 has disconnected with
>>>> event PingTimeout
>>>> 2013-04-07 00:31:51,463 DEBUG [agent.manager.AgentManagerImpl]
>>>> (AgentTaskPool-14:null) checking if agent (5) is alive
>>>> 2013-04-07 00:31:51,465 DEBUG [agent.transport.Request]
>>>> (AgentTaskPool-2:null) Seq 6-324993304: Sending  { Cmd , MgmtId: 1,
>>>>via: 6,
>>>> Ver: v1, Flags: 100011, [{"CheckHealthCommand":{"wait":50}}] }
>>>> 2013-04-07 00:31:51,465 DEBUG [agent.transport.Request]
>>>> (AgentTaskPool-2:null) Seq 6-324993304: Executing:  { Cmd , MgmtId: 1,
>>>>via:
>>>> 6, Ver: v1, Flags: 100011, [{"CheckHealthCommand":{"wait":50}}] }
>>>> 2013-04-07 00:31:51,465 DEBUG [agent.manager.DirectAgentAttache]
>>>> (DirectAgent-151:null) Seq 6-324993304: Executing request
>>>> 2013-04-07 00:31:51,466 DEBUG [agent.transport.Request]
>>>> (AgentTaskPool-14:null) Seq 5-614334813: Sending  { Cmd , MgmtId: 1,
>>>>via:
>>>> 5, Ver: v1, Flags: 100011, [{"CheckHealthCommand":{"wait":50}}] }
>>>> 2013-04-07 00:31:51,467 DEBUG [agent.transport.Request]
>>>> (AgentTaskPool-14:null) Seq 5-614334813: Executing:  { Cmd , MgmtId:
>>>>1,
>>>> via: 5, Ver: v1, Flags: 100011, [{"CheckHealthCommand":{"wait":50}}] }
>>>> 2013-04-07 00:31:51,467 DEBUG [agent.manager.DirectAgentAttache]
>>>> (DirectAgent-113:null) Seq 5-614334813: Executing request
>>>> 2013-04-07 00:31:51,525 DEBUG [agent.manager.DirectAgentAttache]
>>>> (DirectAgent-151:null) Seq 6-324993304: Response Received:
>>>> 2013-04-07 00:31:51,525 DEBUG [agent.transport.Request]
>>>> (DirectAgent-151:null) Seq 6-324993304: Processing:  { Ans: , MgmtId:
>>>>1,
>>>> via: 6, Ver: v1, Flags: 10,
>>>> [{"CheckHealthAnswer":{"result":true,"details":"resource is
>>>> alive","wait":0}}] }
>>>> 2013-04-07 00:31:51,526 DEBUG [agent.transport.Request]
>>>> (AgentTaskPool-2:null) Seq 6-324993304: Received:  { Ans: , MgmtId: 1,
>>>>via:
>>>> 6, Ver: v1, Flags: 10, { CheckHealthAnswer } }
>>>> 2013-04-07 00:31:51,526 DEBUG [agent.manager.AgentManagerImpl]
>>>> (AgentTaskPool-2:null) Details from executing class
>>>> com.cloud.agent.api.CheckHealthCommand: resource is alive
>>>> 2013-04-07 00:31:51,526 DEBUG [agent.manager.AgentManagerImpl]
>>>> (AgentTaskPool-2:null) agent (6) responded to checkHeathCommand,
>>>>reporting
>>>> that agent is Up
>>>> 2013-04-07 00:31:51,526 INFO  [agent.manager.AgentManagerImpl]
>>>> (AgentTaskPool-2:null) The state determined is Up
>>>> 2013-04-07 00:31:51,526 INFO  [agent.manager.AgentManagerImpl]
>>>> (AgentTaskPool-2:null) Agent is determined to be up and running
>>>> 2013-04-07 00:31:51,526 DEBUG [cloud.host.Status]
>>>>(AgentTaskPool-2:null)
>>>> Transition:[Resource state = Enabled, Agent event = Ping, Host id = 6,
>>>>name
>>>> = Tut-XenServer]
>>>> 2013-04-07 00:31:51,529 DEBUG [agent.manager.DirectAgentAttache]
>>>> (DirectAgent-113:null) Seq 5-614334813: Response Received:
>>>> 2013-04-07 00:31:51,529 DEBUG [agent.transport.Request]
>>>> (DirectAgent-113:null) Seq 5-614334813: Processing:  { Ans: , MgmtId:
>>>>1,
>>>> via: 5, Ver: v1, Flags: 10,
>>>> [{"CheckHealthAnswer":{"result":true,"details":"resource is
>>>> alive","wait":0}}] }
>>>> 2013-04-07 00:31:51,529 DEBUG [agent.transport.Request]
>>>> (AgentTaskPool-14:null) Seq 5-614334813: Received:  { Ans: , MgmtId:
>>>>1,
>>>> via: 5, Ver: v1, Flags: 10, { CheckHealthAnswer } }
>>>> 2013-04-07 00:31:51,529 DEBUG [agent.manager.AgentManagerImpl]
>>>> (AgentTaskPool-14:null) Details from executing class
>>>> com.cloud.agent.api.CheckHealthCommand: resource is alive
>>>> 2013-04-07 00:31:51,529 DEBUG [agent.manager.AgentManagerImpl]
>>>> (AgentTaskPool-14:null) agent (5) responded to checkHeathCommand,
>>>>reporting
>>>> that agent is Up
>>>> 2013-04-07 00:31:51,529 INFO  [agent.manager.AgentManagerImpl]
>>>> (AgentTaskPool-14:null) The state determined is Up
>>>> 2013-04-07 00:31:51,529 INFO  [agent.manager.AgentManagerImpl]
>>>> (AgentTaskPool-14:null) Agent is determined to be up and running
>>>> 2013-04-07 00:31:51,530 DEBUG [cloud.host.Status]
>>>>(AgentTaskPool-2:null)
>>>> Agent status update: [id = 6; name = Tut-XenServer; old status = Up;
>>>>event
>>>> = Ping; new status = Up; old update count = 308; new update count =
>>>>309]
>>>> 2013-04-07 00:31:51,530 DEBUG [cloud.host.Status]
>>>>(AgentTaskPool-14:null)
>>>> Transition:[Resource state = Enabled, Agent event = Ping, Host id = 5,
>>>>name
>>>> = Tut-XenServer2]
>>>> 2013-04-07 00:31:51,533 DEBUG [cloud.host.Status]
>>>>(AgentTaskPool-14:null)
>>>> Agent status update: [id = 5; name = Tut-XenServer2; old status = Up;
>>>>event
>>>> = Ping; new status = Up; old update count = 145; new update count =
>>>>146]
>>>> 2013-04-07 00:31:58,908 DEBUG [cloud.api.ApiServlet]
>>>> (1161145101@qtp-1008805148-33:null) ===START===  127.0.0.1 -- GET
>>>>
>>>>command=listVirtualMachines&response=json&sessionkey=Z6QqzU0Fq1iT13bMgn
>>>>R
>>>>R
>>>>fl8GoVA%3D&listAll=true&page=1&pagesize=20&_=1365316318906
>>>> 2013-04-07 00:31:58,925 DEBUG [cloud.api.ApiServlet]
>>>> (1161145101@qtp-1008805148-33:null) ===END===  127.0.0.1 -- GET
>>>>
>>>>command=listVirtualMachines&response=json&sessionkey=Z6QqzU0Fq1iT13bMgn
>>>>R
>>>>R
>>>>fl8GoVA%3D&listAll=true&page=1&pagesize=20&_=1365316318906
>>>> 2013-04-07 00:32:00,065 DEBUG [cloud.api.ApiServlet]
>>>> (1161145101@qtp-1008805148-33:null) ===START===  127.0.0.1 -- GET
>>>>
>>>>command=listVolumes&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoV
>>>>A
>>>>%
>>>>3D&listAll=true&page=1&pagesize=20&_=1365316320063
>>>> 2013-04-07 00:32:00,079 DEBUG [cloud.api.ApiServlet]
>>>> (1161145101@qtp-1008805148-33:null) ===END===  127.0.0.1 -- GET
>>>>
>>>>command=listVolumes&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoV
>>>>A
>>>>%
>>>>3D&listAll=true&page=1&pagesize=20&_=1365316320063
>>>> 2013-04-07 00:32:02,019 DEBUG [cloud.api.ApiServlet]
>>>> (1161145101@qtp-1008805148-33:null) ===START===  127.0.0.1 -- GET
>>>>
>>>>command=listVirtualMachines&response=json&sessionkey=Z6QqzU0Fq1iT13bMgn
>>>>R
>>>>R
>>>>fl8GoVA%3D&listAll=true&page=1&pagesize=20&_=1365316322017
>>>> 2013-04-07 00:32:02,034 DEBUG [cloud.api.ApiServlet]
>>>> (1161145101@qtp-1008805148-33:null) ===END===  127.0.0.1 -- GET
>>>>
>>>>command=listVirtualMachines&response=json&sessionkey=Z6QqzU0Fq1iT13bMgn
>>>>R
>>>>R
>>>>fl8GoVA%3D&listAll=true&page=1&pagesize=20&_=1365316322017
>>>> 2013-04-07 00:32:03,004 DEBUG [cloud.api.ApiServlet]
>>>> (1161145101@qtp-1008805148-33:null) ===START===  127.0.0.1 -- GET
>>>>
>>>>command=listVolumes&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoV
>>>>A
>>>>%
>>>>3D&listAll=true&page=1&pagesize=20&_=1365316323002
>>>> 2013-04-07 00:32:03,019 DEBUG [cloud.api.ApiServlet]
>>>> (1161145101@qtp-1008805148-33:null) ===END===  127.0.0.1 -- GET
>>>>
>>>>command=listVolumes&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoV
>>>>A
>>>>%
>>>>3D&listAll=true&page=1&pagesize=20&_=1365316323002
>>>> 2013-04-07 00:32:04,060 DEBUG [cloud.api.ApiServlet]
>>>> (1161145101@qtp-1008805148-33:null) ===START===  127.0.0.1 -- GET
>>>>
>>>>command=listVirtualMachines&response=json&sessionkey=Z6QqzU0Fq1iT13bMgn
>>>>R
>>>>R
>>>>fl8GoVA%3D&listAll=true&page=1&pagesize=20&_=1365316324057
>>>> 2013-04-07 00:32:04,076 DEBUG [cloud.api.ApiServlet]
>>>> (1161145101@qtp-1008805148-33:null) ===END===  127.0.0.1 -- GET
>>>>
>>>>command=listVirtualMachines&response=json&sessionkey=Z6QqzU0Fq1iT13bMgn
>>>>R
>>>>R
>>>>fl8GoVA%3D&listAll=true&page=1&pagesize=20&_=1365316324057
>>>> 2013-04-07 00:32:04,815 DEBUG [agent.manager.DirectAgentAttache]
>>>> (DirectAgent-240:null) Ping from 6
>>>> 2013-04-07 00:32:06,151 DEBUG [agent.manager.DirectAgentAttache]
>>>> (DirectAgent-401:null) Ping from 5
>>>> 2013-04-07 00:32:06,571 DEBUG [cloud.api.ApiServlet]
>>>> (1161145101@qtp-1008805148-33:null) ===START===  127.0.0.1 -- GET
>>>>
>>>>command=listZones&available=true&response=json&sessionkey=Z6QqzU0Fq1iT1
>>>>3
>>>>b
>>>>MgnRRfl8GoVA%3D&_=1365316326569
>>>> 2013-04-07 00:32:06,578 DEBUG [cloud.api.ApiServlet]
>>>> (1161145101@qtp-1008805148-33:null) ===END===  127.0.0.1 -- GET
>>>>
>>>>command=listZones&available=true&response=json&sessionkey=Z6QqzU0Fq1iT1
>>>>3
>>>>b
>>>>MgnRRfl8GoVA%3D&_=1365316326569
>>>> 2013-04-07 00:32:06,909 DEBUG [agent.manager.DirectAgentAttache]
>>>> (DirectAgent-334:null) Seq 6-324993028: Executing request
>>>> 2013-04-07 00:32:07,152 DEBUG [agent.manager.DirectAgentAttache]
>>>> (DirectAgent-334:null) Seq 6-324993028: Response Received:
>>>> 2013-04-07 00:32:07,152 DEBUG [agent.transport.Request]
>>>> (DirectAgent-334:null) Seq 6-324993028: Processing:  { Ans: , MgmtId:
>>>>1,
>>>> via: 6, Ver: v1, Flags: 10,
>>>>
>>>>[{"ClusterSyncAnswer":{"_clusterId":2,"_newStates":{},"_isExecuted":fal
>>>>s
>>>>e
>>>>,"result":true,"wait":0}}]
>>>> }
>>>> 2013-04-07 00:32:08,422 DEBUG [cloud.api.ApiServlet]
>>>> (1161145101@qtp-1008805148-33:null) ===START===  127.0.0.1 -- GET
>>>>
>>>>command=listHypervisors&zoneid=3a62dec3-cf95-4ba2-9af0-af2190af35e3&res
>>>>p
>>>>o
>>>>nse=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316328420
>>>> 2013-04-07 00:32:08,431 DEBUG [cloud.api.ApiServlet]
>>>> (1161145101@qtp-1008805148-33:null) ===END===  127.0.0.1 -- GET
>>>>
>>>>command=listHypervisors&zoneid=3a62dec3-cf95-4ba2-9af0-af2190af35e3&res
>>>>p
>>>>o
>>>>nse=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316328420
>>>> 2013-04-07 00:32:08,434 DEBUG [cloud.api.ApiServlet]
>>>> (1161145101@qtp-1008805148-33:null) ===START===  127.0.0.1 -- GET
>>>>
>>>>command=listTemplates&templatefilter=featured&zoneid=3a62dec3-cf95-4ba2
>>>>-
>>>>9
>>>>af0-af2190af35e3&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3
>>>>D
>>>>&
>>>>_=1365316328432
>>>> 2013-04-07 00:32:08,461 DEBUG [cloud.api.ApiServlet]
>>>> (1161145101@qtp-1008805148-33:null) ===END===  127.0.0.1 -- GET
>>>>
>>>>command=listTemplates&templatefilter=featured&zoneid=3a62dec3-cf95-4ba2
>>>>-
>>>>9
>>>>af0-af2190af35e3&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3
>>>>D
>>>>&
>>>>_=1365316328432
>>>> 2013-04-07 00:32:08,464 DEBUG [cloud.api.ApiServlet]
>>>> (1161145101@qtp-1008805148-33:null) ===START===  127.0.0.1 -- GET
>>>>
>>>>command=listTemplates&templatefilter=community&zoneid=3a62dec3-cf95-4ba
>>>>2
>>>>-
>>>>9af0-af2190af35e3&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%
>>>>3
>>>>D
>>>>&_=1365316328462
>>>> 2013-04-07 00:32:08,492 DEBUG [cloud.api.ApiServlet]
>>>> (1161145101@qtp-1008805148-33:null) ===END===  127.0.0.1 -- GET
>>>>
>>>>command=listTemplates&templatefilter=community&zoneid=3a62dec3-cf95-4ba
>>>>2
>>>>-
>>>>9af0-af2190af35e3&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%
>>>>3
>>>>D
>>>>&_=1365316328462
>>>> 2013-04-07 00:32:08,495 DEBUG [cloud.api.ApiServlet]
>>>> (1161145101@qtp-1008805148-33:null) ===START===  127.0.0.1 -- GET
>>>>
>>>>command=listTemplates&templatefilter=selfexecutable&zoneid=3a62dec3-cf9
>>>>5
>>>>-
>>>>4ba2-9af0-af2190af35e3&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8
>>>>G
>>>>o
>>>>VA%3D&_=1365316328493
>>>> 2013-04-07 00:32:08,508 DEBUG [cloud.api.ApiServlet]
>>>> (1161145101@qtp-1008805148-33:null) ===END===  127.0.0.1 -- GET
>>>>
>>>>command=listTemplates&templatefilter=selfexecutable&zoneid=3a62dec3-cf9
>>>>5
>>>>-
>>>>4ba2-9af0-af2190af35e3&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8
>>>>G
>>>>o
>>>>VA%3D&_=1365316328493
>>>> 2013-04-07 00:32:09,476 DEBUG [cloud.api.ApiServlet]
>>>> (1161145101@qtp-1008805148-33:null) ===START===  127.0.0.1 -- GET
>>>>
>>>>command=listServiceOfferings&issystem=false&response=json&sessionkey=Z6
>>>>Q
>>>>q
>>>>zU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316329474
>>>> 2013-04-07 00:32:09,489 DEBUG [cloud.api.ApiServlet]
>>>> (1161145101@qtp-1008805148-33:null) ===END===  127.0.0.1 -- GET
>>>>
>>>>command=listServiceOfferings&issystem=false&response=json&sessionkey=Z6
>>>>Q
>>>>q
>>>>zU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316329474
>>>> 2013-04-07 00:32:11,022 DEBUG [agent.manager.DirectAgentAttache]
>>>> (DirectAgent-161:null) Seq 5-614334468: Executing request
>>>> 2013-04-07 00:32:11,174 DEBUG [agent.manager.DirectAgentAttache]
>>>> (DirectAgent-161:null) Seq 5-614334468: Response Received:
>>>> 2013-04-07 00:32:11,174 DEBUG [agent.transport.Request]
>>>> (DirectAgent-161:null) Seq 5-614334468: Processing:  { Ans: , MgmtId:
>>>>1,
>>>> via: 5, Ver: v1, Flags: 10, [{"Answer":{"result":true,"wait":0}}] }
>>>> 2013-04-07 00:32:13,261 DEBUG [cloud.api.ApiServlet]
>>>> (1161145101@qtp-1008805148-33:null) ===START===  127.0.0.1 -- GET
>>>>
>>>>command=listDiskOfferings&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRR
>>>>f
>>>>l
>>>>8GoVA%3D&_=1365316333259
>>>> 2013-04-07 00:32:13,272 DEBUG [cloud.api.ApiServlet]
>>>> (1161145101@qtp-1008805148-33:null) ===END===  127.0.0.1 -- GET
>>>>
>>>>command=listDiskOfferings&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRR
>>>>f
>>>>l
>>>>8GoVA%3D&_=1365316333259
>>>> 2013-04-07 00:32:14,028 DEBUG [cloud.api.ApiServlet]
>>>> (1161145101@qtp-1008805148-33:null) ===START===  127.0.0.1 -- GET
>>>>
>>>>command=listNetworks&trafficType=Guest&zoneId=3a62dec3-cf95-4ba2-9af0-a
>>>>f
>>>>2
>>>>190af35e3&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=136
>>>>5
>>>>3
>>>>16334026
>>>> 2013-04-07 00:32:14,053 DEBUG [cloud.api.ApiServlet]
>>>> (1161145101@qtp-1008805148-33:null) ===END===  127.0.0.1 -- GET
>>>>
>>>>command=listNetworks&trafficType=Guest&zoneId=3a62dec3-cf95-4ba2-9af0-a
>>>>f
>>>>2
>>>>190af35e3&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=136
>>>>5
>>>>3
>>>>16334026
>>>> 2013-04-07 00:32:14,056 DEBUG [cloud.api.ApiServlet]
>>>> (1161145101@qtp-1008805148-33:null) ===START===  127.0.0.1 -- GET
>>>>
>>>>command=listSecurityGroups&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnR
>>>>R
>>>>f
>>>>l8GoVA%3D&domainid=e4ec5ddc-9e1c-11e2-a770-6e70e42a2333&account=admin&_
>>>>=
>>>>1
>>>>365316334054
>>>> 2013-04-07 00:32:14,062 DEBUG [cloud.user.AccountManagerImpl]
>>>> (1161145101@qtp-1008805148-33:null) Access granted to Acct[2-admin] to
>>>> Domain:1/ by DomainChecker
>>>> 2013-04-07 00:32:14,068 DEBUG [cloud.api.ApiServlet]
>>>> (1161145101@qtp-1008805148-33:null) ===END===  127.0.0.1 -- GET
>>>>
>>>>command=listSecurityGroups&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnR
>>>>R
>>>>f
>>>>l8GoVA%3D&domainid=e4ec5ddc-9e1c-11e2-a770-6e70e42a2333&account=admin&_
>>>>=
>>>>1
>>>>365316334054
>>>> 2013-04-07 00:32:15,282 DEBUG [cloud.api.ApiServlet]
>>>> (1161145101@qtp-1008805148-33:null) ===START===  127.0.0.1 -- GET
>>>>
>>>>command=deployVirtualMachine&zoneId=3a62dec3-cf95-4ba2-9af0-af2190af35e
>>>>3
>>>>&
>>>>templateId=e4a7df4a-9e1c-11e2-a770-6e70e42a2333&hypervisor=XenServer&se
>>>>r
>>>>v
>>>>iceOfferingId=425cf3cf-4bc4-4e53-82a0-ba6c20dd3688&response=json&sessio
>>>>n
>>>>k
>>>>ey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316335280
>>>> 2013-04-07 00:32:15,290 DEBUG [cloud.api.ApiDispatcher]
>>>> (1161145101@qtp-1008805148-33:null) InfrastructureEntity name
>>>> is:com.cloud.offering.ServiceOffering
>>>> 2013-04-07 00:32:15,292 DEBUG [cloud.api.ApiDispatcher]
>>>> (1161145101@qtp-1008805148-33:null) ControlledEntity name
>>>> is:com.cloud.template.VirtualMachineTemplate
>>>> 2013-04-07 00:32:15,316 DEBUG [cloud.vm.UserVmManagerImpl]
>>>> (1161145101@qtp-1008805148-33:null) Allocating in the DB for vm
>>>> 2013-04-07 00:32:15,327 DEBUG [cloud.vm.VirtualMachineManagerImpl]
>>>> (1161145101@qtp-1008805148-33:null) Allocating entries for VM:
>>>> VM[User|94ddc16f-04fc-4da1-8326-01d8d5cdeb44]
>>>> 2013-04-07 00:32:15,327 DEBUG [cloud.vm.VirtualMachineManagerImpl]
>>>> (1161145101@qtp-1008805148-33:null) Allocating nics for
>>>> VM[User|94ddc16f-04fc-4da1-8326-01d8d5cdeb44]
>>>> 2013-04-07 00:32:15,328 DEBUG [cloud.network.NetworkManagerImpl]
>>>> (1161145101@qtp-1008805148-33:null) Allocating nic for vm
>>>> VM[User|94ddc16f-04fc-4da1-8326-01d8d5cdeb44] in network
>>>>Ntwk[204|Guest|6]
>>>> with requested profile NicProfile[0-0-null-null-null
>>>> 2013-04-07 00:32:15,335 DEBUG [cloud.vm.VirtualMachineManagerImpl]
>>>> (1161145101@qtp-1008805148-33:null) Allocaing disks for
>>>> VM[User|94ddc16f-04fc-4da1-8326-01d8d5cdeb44]
>>>> 2013-04-07 00:32:15,342 DEBUG [cloud.vm.VirtualMachineManagerImpl]
>>>> (1161145101@qtp-1008805148-33:null) Allocation completed for VM:
>>>> VM[User|94ddc16f-04fc-4da1-8326-01d8d5cdeb44]
>>>> 2013-04-07 00:32:15,342 DEBUG [cloud.vm.UserVmManagerImpl]
>>>> (1161145101@qtp-1008805148-33:null) Successfully allocated DB entry
>>>>for
>>>> VM[User|94ddc16f-04fc-4da1-8326-01d8d5cdeb44]
>>>> 2013-04-07 00:32:15,374 DEBUG [cloud.async.AsyncJobManagerImpl]
>>>> (1161145101@qtp-1008805148-33:null) submit async job-43, details:
>>>> AsyncJobVO {id:43, userId: 2, accountId: 2, sessionKey: null,
>>>>instanceType:
>>>> null, instanceId: 13, cmd:
>>>> org.apache.cloudstack.api.command.user.vm.DeployVMCmd, cmdOriginator:
>>>>null,
>>>> cmdInfo:
>>>>
>>>>{"id":"13","templateId":"e4a7df4a-9e1c-11e2-a770-6e70e42a2333","respons
>>>>e
>>>>"
>>>>:"json","sessionkey":"Z6QqzU0Fq1iT13bMgnRRfl8GoVA\u003d","ctxUserId":"2
>>>>"
>>>>,
>>>>"hypervisor":"XenServer","serviceOfferingId":"425cf3cf-4bc4-4e53-82a0-b
>>>>a
>>>>6
>>>>c20dd3688","_":"1365316335280","ctxAccountId":"2","ctxStartEventId":"48
>>>>"
>>>>,
>>>>"zoneId":"3a62dec3-cf95-4ba2-9af0-af2190af35e3"},
>>>> cmdVersion: 0, callbackType: 0, callbackAddress: null, status: 0,
>>>> processStatus: 0, resultCode: 0, result: null, initMsid: 1,
>>>>completeMsid:
>>>> null, lastUpdated: null, lastPolled: null, created: null}
>>>> 2013-04-07 00:32:15,375 DEBUG [cloud.async.AsyncJobManagerImpl]
>>>> (Job-Executor-36:job-43) Executing
>>>> org.apache.cloudstack.api.command.user.vm.DeployVMCmd for job-43
>>>> 2013-04-07 00:32:15,376 DEBUG [cloud.api.ApiServlet]
>>>> (1161145101@qtp-1008805148-33:null) ===END===  127.0.0.1 -- GET
>>>>
>>>>command=deployVirtualMachine&zoneId=3a62dec3-cf95-4ba2-9af0-af2190af35e
>>>>3
>>>>&
>>>>templateId=e4a7df4a-9e1c-11e2-a770-6e70e42a2333&hypervisor=XenServer&se
>>>>r
>>>>v
>>>>iceOfferingId=425cf3cf-4bc4-4e53-82a0-ba6c20dd3688&response=json&sessio
>>>>n
>>>>k
>>>>ey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316335280
>>>> 2013-04-07 00:32:15,380 DEBUG [cloud.api.ApiDispatcher]
>>>> (Job-Executor-36:job-43) InfrastructureEntity name
>>>> is:com.cloud.offering.ServiceOffering
>>>> 2013-04-07 00:32:15,383 DEBUG [cloud.api.ApiDispatcher]
>>>> (Job-Executor-36:job-43) ControlledEntity name
>>>> is:com.cloud.template.VirtualMachineTemplate
>>>> 2013-04-07 00:32:15,425 DEBUG [cloud.deploy.FirstFitPlanner]
>>>> (Job-Executor-36:job-43) DeploymentPlanner allocation algorithm:
>>>>random
>>>> 2013-04-07 00:32:15,425 DEBUG [cloud.deploy.FirstFitPlanner]
>>>> (Job-Executor-36:job-43) Trying to allocate a host and storage pools
>>>>from
>>>> dc:1, pod:null,cluster:null, requested cpu: 100, requested ram:
>>>>1073741824
>>>> 2013-04-07 00:32:15,425 DEBUG [cloud.deploy.FirstFitPlanner]
>>>> (Job-Executor-36:job-43) Is ROOT volume READY (pool already
>>>>allocated)?: No
>>>> 2013-04-07 00:32:15,425 DEBUG [cloud.deploy.FirstFitPlanner]
>>>> (Job-Executor-36:job-43) Searching all possible resources under this
>>>>Zone: 1
>>>> 2013-04-07 00:32:15,427 DEBUG [cloud.deploy.FirstFitPlanner]
>>>> (Job-Executor-36:job-43) Listing clusters in order of aggregate
>>>>capacity,
>>>> that have (atleast one host with) enough CPU and RAM capacity under
>>>>this
>>>> Zone: 1
>>>> 2013-04-07 00:32:15,428 DEBUG [cloud.deploy.FirstFitPlanner]
>>>> (Job-Executor-36:job-43) CPUOverprovisioningFactor considered: 1.0
>>>> 2013-04-07 00:32:15,442 DEBUG [cloud.deploy.FirstFitPlanner]
>>>> (Job-Executor-36:job-43) Cannot allocate cluster list [1] for vm
>>>>creation
>>>> since their allocated percentage crosses the disable capacity
>>>>threshold:
>>>> 0.85 for capacity Type : 0, skipping these clusters
>>>> 2013-04-07 00:32:15,444 DEBUG [cloud.deploy.FirstFitPlanner]
>>>> (Job-Executor-36:job-43) Checking resources in Cluster: 2 under Pod: 1
>>>> 2013-04-07 00:32:15,444 DEBUG [allocator.impl.RandomAllocator]
>>>> (Job-Executor-36:job-43) Looking for hosts in dc: 1  pod:1  cluster:2
>>>> 2013-04-07 00:32:15,447 DEBUG [allocator.impl.RandomAllocator]
>>>> (Job-Executor-36:job-43) Random Allocator found 2  hosts
>>>> 2013-04-07 00:32:15,447 DEBUG [allocator.impl.RandomAllocator]
>>>> (Job-Executor-36:job-43) Random Host Allocator returning 2 suitable
>>>>hosts
>>>> 2013-04-07 00:32:15,448 DEBUG [cloud.deploy.FirstFitPlanner]
>>>> (Job-Executor-36:job-43) Checking suitable pools for volume (Id,
>>>>Type):
>>>> (13,ROOT)
>>>> 2013-04-07 00:32:15,448 DEBUG [cloud.deploy.FirstFitPlanner]
>>>> (Job-Executor-36:job-43) We need to allocate new storagepool for this
>>>>volume
>>>> 2013-04-07 00:32:15,451 DEBUG [cloud.deploy.FirstFitPlanner]
>>>> (Job-Executor-36:job-43) Calling StoragePoolAllocators to find
>>>>suitable
>>>> pools
>>>> 2013-04-07 00:32:15,455 DEBUG
>>>> [storage.allocator.RandomStoragePoolAllocator]
>>>>(Job-Executor-36:job-43)
>>>> Looking for pools in dc: 1  pod:1  cluster:2
>>>> 2013-04-07 00:32:15,457 DEBUG
>>>> [storage.allocator.RandomStoragePoolAllocator]
>>>>(Job-Executor-36:job-43)
>>>> RandomStoragePoolAllocator has 5 pools to check for allocation
>>>> 2013-04-07 00:32:15,458 DEBUG
>>>> [storage.allocator.AbstractStoragePoolAllocator]
>>>>(Job-Executor-36:job-43)
>>>> Checking if storage pool is suitable, name: Tut-XenServer2 Local
>>>>Storage
>>>> ,poolId: 201
>>>> 2013-04-07 00:32:15,458 DEBUG
>>>> [storage.allocator.AbstractStoragePoolAllocator]
>>>>(Job-Executor-36:job-43)
>>>> Is localStorageAllocationNeeded? false
>>>> 2013-04-07 00:32:15,458 DEBUG
>>>> [storage.allocator.AbstractStoragePoolAllocator]
>>>>(Job-Executor-36:job-43)
>>>> Is storage pool shared? false
>>>> 2013-04-07 00:32:15,458 DEBUG
>>>> [storage.allocator.AbstractStoragePoolAllocator]
>>>>(Job-Executor-36:job-43)
>>>> StoragePool is not of correct type, skipping this pool
>>>> 2013-04-07 00:32:15,458 DEBUG
>>>> [storage.allocator.AbstractStoragePoolAllocator]
>>>>(Job-Executor-36:job-43)
>>>> Checking if storage pool is suitable, name: iSCSI_SR_3 ,poolId: 257
>>>> 2013-04-07 00:32:15,458 DEBUG
>>>> [storage.allocator.AbstractStoragePoolAllocator]
>>>>(Job-Executor-36:job-43)
>>>> Is localStorageAllocationNeeded? false
>>>> 2013-04-07 00:32:15,458 DEBUG
>>>> [storage.allocator.AbstractStoragePoolAllocator]
>>>>(Job-Executor-36:job-43)
>>>> Is storage pool shared? true
>>>> 2013-04-07 00:32:15,467 DEBUG [cloud.storage.StorageManagerImpl]
>>>> (Job-Executor-36:job-43) Checking pool: 257 for volume allocation
>>>> [Vol[13|vm=13|ROOT]], maxSize : 2084569088, totalAllocatedSize :
>>>>106954752,
>>>> askingSize : 52428800, allocated disable threshold: 0.85
>>>> 2013-04-07 00:32:15,467 DEBUG
>>>> [storage.allocator.AbstractStoragePoolAllocator]
>>>>(Job-Executor-36:job-43)
>>>> Checking if storage pool is suitable, name: iSCSI_SR_4 ,poolId: 262
>>>> 2013-04-07 00:32:15,467 DEBUG
>>>> [storage.allocator.AbstractStoragePoolAllocator]
>>>>(Job-Executor-36:job-43)
>>>> Is localStorageAllocationNeeded? false
>>>> 2013-04-07 00:32:15,467 DEBUG
>>>> [storage.allocator.AbstractStoragePoolAllocator]
>>>>(Job-Executor-36:job-43)
>>>> Is storage pool shared? true
>>>> 2013-04-07 00:32:15,479 DEBUG [cloud.storage.StorageManagerImpl]
>>>> (Job-Executor-36:job-43) Checking pool: 262 for volume allocation
>>>> [Vol[13|vm=13|ROOT]], maxSize : 2084569088, totalAllocatedSize :
>>>>54525952,
>>>> askingSize : 52428800, allocated disable threshold: 0.85
>>>> 2013-04-07 00:32:15,479 DEBUG
>>>> [storage.allocator.AbstractStoragePoolAllocator]
>>>>(Job-Executor-36:job-43)
>>>> Checking if storage pool is suitable, name: Tut-XenServer Local
>>>>Storage
>>>> ,poolId: 202
>>>> 2013-04-07 00:32:15,479 DEBUG
>>>> [storage.allocator.AbstractStoragePoolAllocator]
>>>>(Job-Executor-36:job-43)
>>>> Is localStorageAllocationNeeded? false
>>>> 2013-04-07 00:32:15,479 DEBUG
>>>> [storage.allocator.AbstractStoragePoolAllocator]
>>>>(Job-Executor-36:job-43)
>>>> Is storage pool shared? false
>>>> 2013-04-07 00:32:15,479 DEBUG
>>>> [storage.allocator.AbstractStoragePoolAllocator]
>>>>(Job-Executor-36:job-43)
>>>> StoragePool is not of correct type, skipping this pool
>>>> 2013-04-07 00:32:15,479 DEBUG
>>>> [storage.allocator.AbstractStoragePoolAllocator]
>>>>(Job-Executor-36:job-43)
>>>> Checking if storage pool is suitable, name: iSCSI_SR_2 ,poolId: 256
>>>> 2013-04-07 00:32:15,479 DEBUG
>>>> [storage.allocator.AbstractStoragePoolAllocator]
>>>>(Job-Executor-36:job-43)
>>>> Is localStorageAllocationNeeded? false
>>>> 2013-04-07 00:32:15,479 DEBUG
>>>> [storage.allocator.AbstractStoragePoolAllocator]
>>>>(Job-Executor-36:job-43)
>>>> Is storage pool shared? true
>>>> 2013-04-07 00:32:15,489 DEBUG [cloud.storage.StorageManagerImpl]
>>>> (Job-Executor-36:job-43) Checking pool: 256 for volume allocation
>>>> [Vol[13|vm=13|ROOT]], maxSize : 2084569088, totalAllocatedSize :
>>>>54525952,
>>>> askingSize : 52428800, allocated disable threshold: 0.85
>>>> 2013-04-07 00:32:15,489 DEBUG
>>>> [storage.allocator.RandomStoragePoolAllocator]
>>>>(Job-Executor-36:job-43)
>>>> RandomStoragePoolAllocator returning 3 suitable storage pools
>>>> 2013-04-07 00:32:15,489 DEBUG [cloud.deploy.FirstFitPlanner]
>>>> (Job-Executor-36:job-43) Trying to find a potenial host and associated
>>>> storage pools from the suitable host/pool lists for this VM
>>>> 2013-04-07 00:32:15,489 DEBUG [cloud.deploy.FirstFitPlanner]
>>>> (Job-Executor-36:job-43) Checking if host: 6 can access any suitable
>>>> storage pool for volume: ROOT
>>>> 2013-04-07 00:32:15,492 DEBUG [cloud.deploy.FirstFitPlanner]
>>>> (Job-Executor-36:job-43) Host: 6 can access pool: 257
>>>> 2013-04-07 00:32:15,492 DEBUG [cloud.deploy.FirstFitPlanner]
>>>> (Job-Executor-36:job-43) Found a potential host id: 6 name:
>>>>Tut-XenServer
>>>> and associated storage pools for this VM
>>>> 2013-04-07 00:32:15,494 DEBUG [cloud.deploy.FirstFitPlanner]
>>>> (Job-Executor-36:job-43) Returning Deployment Destination:
>>>>
>>>>Dest[Zone(Id)-Pod(Id)-Cluster(Id)-Host(Id)-Storage(Volume(Id|Type-->Poo
>>>>l
>>>>(
>>>>Id))]
>>>> :
>>>>
>>>>Dest[Zone(1)-Pod(1)-Cluster(2)-Host(6)-Storage(Volume(13|ROOT-->Pool(25
>>>>7
>>>>)
>>>>)]
>>>> 2013-04-07 00:32:15,514 DEBUG [cloud.capacity.CapacityManagerImpl]
>>>> (Job-Executor-36:job-43) VM state transitted from :Stopped to Starting
>>>>with
>>>> event: StartRequestedvm's original host id: null new host id: null
>>>>host
>>>>id
>>>> before state transition: null
>>>> 2013-04-07 00:32:15,514 DEBUG [cloud.vm.VirtualMachineManagerImpl]
>>>> (Job-Executor-36:job-43) Successfully transitioned to start state for
>>>> VM[User|94ddc16f-04fc-4da1-8326-01d8d5cdeb44] reservation id =
>>>> a8349669-6ff2-443f-88d3-c5d69100df3a
>>>> 2013-04-07 00:32:15,518 DEBUG [cloud.vm.VirtualMachineManagerImpl]
>>>> (Job-Executor-36:job-43) Trying to deploy VM, vm has dcId: 1 and
>>>>podId:
>>>>null
>>>> 2013-04-07 00:32:15,518 DEBUG [cloud.vm.VirtualMachineManagerImpl]
>>>> (Job-Executor-36:job-43) advanceStart: DeploymentPlan is provided,
>>>>using
>>>> dcId:1, podId: 1, clusterId: 2, hostId: 6, poolId: 257
>>>> 2013-04-07 00:32:15,518 DEBUG [cloud.vm.VirtualMachineManagerImpl]
>>>> (Job-Executor-36:job-43) Deploy avoids pods: null, clusters: null,
>>>>hosts:
>>>> null
>>>> 2013-04-07 00:32:15,521 DEBUG [cloud.deploy.FirstFitPlanner]
>>>> (Job-Executor-36:job-43) DeploymentPlanner allocation algorithm:
>>>>random
>>>> 2013-04-07 00:32:15,521 DEBUG [cloud.deploy.FirstFitPlanner]
>>>> (Job-Executor-36:job-43) Trying to allocate a host and storage pools
>>>>from
>>>> dc:1, pod:1,cluster:2, requested cpu: 100, requested ram: 1073741824
>>>> 2013-04-07 00:32:15,522 DEBUG [cloud.deploy.FirstFitPlanner]
>>>> (Job-Executor-36:job-43) Is ROOT volume READY (pool already
>>>>allocated)?: Yes
>>>> 2013-04-07 00:32:15,522 DEBUG [cloud.deploy.FirstFitPlanner]
>>>> (Job-Executor-36:job-43) DeploymentPlan has host_id specified, making
>>>>no
>>>> checks on this host, looks like admin test: 6
>>>> 2013-04-07 00:32:15,523 DEBUG [cloud.deploy.FirstFitPlanner]
>>>> (Job-Executor-36:job-43) Looking for suitable pools for this host
>>>>under
>>>> zone: 1, pod: 1, cluster: 2
>>>> 2013-04-07 00:32:15,525 DEBUG [cloud.deploy.FirstFitPlanner]
>>>> (Job-Executor-36:job-43) Checking suitable pools for volume (Id,
>>>>Type):
>>>> (13,ROOT)
>>>> 2013-04-07 00:32:15,525 DEBUG [cloud.deploy.FirstFitPlanner]
>>>> (Job-Executor-36:job-43) Volume has pool already allocated, checking
>>>>if
>>>> pool can be reused, poolId: null
>>>> 2013-04-07 00:32:15,527 DEBUG [cloud.deploy.FirstFitPlanner]
>>>> (Job-Executor-36:job-43) Planner need not allocate a pool for this
>>>>volume
>>>> since its READY
>>>> 2013-04-07 00:32:15,527 DEBUG [cloud.deploy.FirstFitPlanner]
>>>> (Job-Executor-36:job-43) Trying to find a potenial host and associated
>>>> storage pools from the suitable host/pool lists for this VM
>>>> 2013-04-07 00:32:15,527 DEBUG [cloud.deploy.FirstFitPlanner]
>>>> (Job-Executor-36:job-43) Checking if host: 6 can access any suitable
>>>> storage pool for volume: ROOT
>>>> 2013-04-07 00:32:15,529 DEBUG [cloud.deploy.FirstFitPlanner]
>>>> (Job-Executor-36:job-43) Host: 6 can access pool: 257
>>>> 2013-04-07 00:32:15,529 DEBUG [cloud.deploy.FirstFitPlanner]
>>>> (Job-Executor-36:job-43) Found a potential host id: 6 name:
>>>>Tut-XenServer
>>>> and associated storage pools for this VM
>>>> 2013-04-07 00:32:15,530 DEBUG [cloud.deploy.FirstFitPlanner]
>>>> (Job-Executor-36:job-43) Returning Deployment Destination:
>>>>
>>>>Dest[Zone(Id)-Pod(Id)-Cluster(Id)-Host(Id)-Storage(Volume(Id|Type-->Poo
>>>>l
>>>>(
>>>>Id))]
>>>> :
>>>>
>>>>Dest[Zone(1)-Pod(1)-Cluster(2)-Host(6)-Storage(Volume(13|ROOT-->Pool(25
>>>>7
>>>>)
>>>>)]
>>>> 2013-04-07 00:32:15,530 DEBUG [cloud.vm.VirtualMachineManagerImpl]
>>>> (Job-Executor-36:job-43) Deployment found  -
>>>> P0=VM[User|94ddc16f-04fc-4da1-8326-01d8d5cdeb44],
>>>>
>>>>P0=Dest[Zone(Id)-Pod(Id)-Cluster(Id)-Host(Id)-Storage(Volume(Id|Type-->
>>>>P
>>>>o
>>>>ol(Id))]
>>>> :
>>>>
>>>>Dest[Zone(1)-Pod(1)-Cluster(2)-Host(6)-Storage(Volume(13|ROOT-->Pool(25
>>>>7
>>>>)
>>>>)]
>>>> 2013-04-07 00:32:15,535 DEBUG [cloud.capacity.CapacityManagerImpl]
>>>> (Job-Executor-36:job-43) VM state transitted from :Starting to
>>>>Starting
>>>> with event: OperationRetryvm's original host id: null new host id: 6
>>>>host
>>>> id before state transition: null
>>>> 2013-04-07 00:32:15,551 DEBUG [cloud.capacity.CapacityManagerImpl]
>>>> (Job-Executor-36:job-43) Hosts's actual total CPU: 2382 and CPU after
>>>> applying overprovisioning: 2382
>>>> 2013-04-07 00:32:15,551 DEBUG [cloud.capacity.CapacityManagerImpl]
>>>> (Job-Executor-36:job-43) We are allocating VM, increasing the used
>>>>capacity
>>>> of this host:6
>>>> 2013-04-07 00:32:15,552 DEBUG [cloud.capacity.CapacityManagerImpl]
>>>> (Job-Executor-36:job-43) Current Used CPU: 100 , Free CPU:2282
>>>>,Requested
>>>> CPU: 100
>>>> 2013-04-07 00:32:15,552 DEBUG [cloud.capacity.CapacityManagerImpl]
>>>> (Job-Executor-36:job-43) Current Used RAM: 104857600 , Free
>>>>RAM:1566837824
>>>> ,Requested RAM: 1073741824
>>>> 2013-04-07 00:32:15,552 DEBUG [cloud.capacity.CapacityManagerImpl]
>>>> (Job-Executor-36:job-43) CPU STATS after allocation: for host: 6, old
>>>>used:
>>>> 100, old reserved: 0, actual total: 2382, total with overprovisioning:
>>>> 2382; new used:200, reserved:0; requested
>>>>cpu:100,alloc_from_last:false
>>>> 2013-04-07 00:32:15,552 DEBUG [cloud.capacity.CapacityManagerImpl]
>>>> (Job-Executor-36:job-43) RAM STATS after allocation: for host: 6, old
>>>>used:
>>>> 104857600, old reserved: 0, total: 1671695424; new used: 1178599424,
>>>> reserved: 0; requested mem: 1073741824,alloc_from_last:false
>>>> 2013-04-07 00:32:15,555 DEBUG [cloud.vm.VirtualMachineManagerImpl]
>>>> (Job-Executor-36:job-43) VM is being created in podId: 1
>>>> 2013-04-07 00:32:15,559 DEBUG [cloud.network.NetworkManagerImpl]
>>>> (Job-Executor-36:job-43) Lock is acquired for network id 204 as a part
>>>>of
>>>> network implement
>>>> 2013-04-07 00:32:15,559 DEBUG [cloud.network.NetworkManagerImpl]
>>>> (Job-Executor-36:job-43) Network id=204 is already implemented
>>>> 2013-04-07 00:32:15,560 DEBUG [cloud.network.NetworkManagerImpl]
>>>> (Job-Executor-36:job-43) Lock is released for network id 204 as a part
>>>>of
>>>> network implement
>>>> 2013-04-07 00:32:15,592 DEBUG [cloud.network.NetworkManagerImpl]
>>>> (Job-Executor-36:job-43) Changing active number of nics for network
>>>>id=204
>>>> on 1
>>>> 2013-04-07 00:32:15,594 DEBUG [cloud.network.NetworkManagerImpl]
>>>> (Job-Executor-36:job-43) Asking ElasticLoadBalancerElement to prepare
>>>>for
>>>> Nic[19-13-a8349669-6ff2-443f-88d3-c5d69100df3a-192.168.56.146]
>>>> 2013-04-07 00:32:15,600 DEBUG [cloud.network.NetworkManagerImpl]
>>>> (Job-Executor-36:job-43) Asking NiciraNvpElement to prepare for
>>>> Nic[19-13-a8349669-6ff2-443f-88d3-c5d69100df3a-192.168.56.146]
>>>> 2013-04-07 00:32:15,600 DEBUG [network.element.NiciraNvpElement]
>>>> (Job-Executor-36:job-43) Checking if NiciraNvpElement can handle
>>>>service
>>>> Connectivity on network guestNetworkForBasicZone
>>>> 2013-04-07 00:32:15,606 DEBUG [cloud.network.NetworkManagerImpl]
>>>> (Job-Executor-36:job-43) Asking BigSwitchVnsElement to prepare for
>>>> Nic[19-13-a8349669-6ff2-443f-88d3-c5d69100df3a-192.168.56.146]
>>>> 2013-04-07 00:32:15,606 DEBUG [network.element.BigSwitchVnsElement]
>>>> (Job-Executor-36:job-43) Checking if BigSwitchVnsElement can handle
>>>>service
>>>> Connectivity on network guestNetworkForBasicZone
>>>> 2013-04-07 00:32:15,612 DEBUG [cloud.network.NetworkManagerImpl]
>>>> (Job-Executor-36:job-43) Asking Ovs to prepare for
>>>> Nic[19-13-a8349669-6ff2-443f-88d3-c5d69100df3a-192.168.56.146]
>>>> 2013-04-07 00:32:15,612 DEBUG [cloud.network.NetworkManagerImpl]
>>>> (Job-Executor-36:job-43) Asking BareMetalDhcp to prepare for
>>>> Nic[19-13-a8349669-6ff2-443f-88d3-c5d69100df3a-192.168.56.146]
>>>> 2013-04-07 00:32:15,617 DEBUG [cloud.network.NetworkManagerImpl]
>>>> (Job-Executor-36:job-43) Asking BareMetalPxe to prepare for
>>>> Nic[19-13-a8349669-6ff2-443f-88d3-c5d69100df3a-192.168.56.146]
>>>> 2013-04-07 00:32:15,623 DEBUG [cloud.network.NetworkManagerImpl]
>>>> (Job-Executor-36:job-43) Asking BareMetalUserdata to prepare for
>>>> Nic[19-13-a8349669-6ff2-443f-88d3-c5d69100df3a-192.168.56.146]
>>>> 2013-04-07 00:32:15,629 DEBUG [cloud.network.NetworkManagerImpl]
>>>> (Job-Executor-36:job-43) Asking SecurityGroupProvider to prepare for
>>>> Nic[19-13-a8349669-6ff2-443f-88d3-c5d69100df3a-192.168.56.146]
>>>> 2013-04-07 00:32:15,637 DEBUG [cloud.network.NetworkManagerImpl]
>>>> (Job-Executor-36:job-43) Asking VirtualRouter to prepare for
>>>> Nic[19-13-a8349669-6ff2-443f-88d3-c5d69100df3a-192.168.56.146]
>>>> 2013-04-07 00:32:15,653 DEBUG
>>>> [network.router.VirtualNetworkApplianceManagerImpl]
>>>> (Job-Executor-36:job-43) Lock is acquired for network id 204 as a part
>>>>of
>>>> router startup in
>>>>
>>>>Dest[Zone(Id)-Pod(Id)-Cluster(Id)-Host(Id)-Storage(Volume(Id|Type-->Poo
>>>>l
>>>>(
>>>>Id))]
>>>> :
>>>>
>>>>Dest[Zone(1)-Pod(1)-Cluster(2)-Host(6)-Storage(Volume(13|ROOT-->Pool(25
>>>>7
>>>>)
>>>>)]
>>>> 2013-04-07 00:32:15,657 DEBUG
>>>> [network.router.VirtualNetworkApplianceManagerImpl]
>>>> (Job-Executor-36:job-43) Skipping VR deployment: Found a running or
>>>> starting VR in Pod null id=1
>>>> 2013-04-07 00:32:15,658 DEBUG
>>>> [network.router.VirtualNetworkApplianceManagerImpl]
>>>> (Job-Executor-36:job-43) Lock is released for network id 204 as a part
>>>>of
>>>> router startup in
>>>>
>>>>Dest[Zone(Id)-Pod(Id)-Cluster(Id)-Host(Id)-Storage(Volume(Id|Type-->Poo
>>>>l
>>>>(
>>>>Id))]
>>>> :
>>>>
>>>>Dest[Zone(1)-Pod(1)-Cluster(2)-Host(6)-Storage(Volume(13|ROOT-->Pool(25
>>>>7
>>>>)
>>>>)]
>>>> 2013-04-07 00:32:15,674 DEBUG
>>>> [network.router.VirtualNetworkApplianceManagerImpl]
>>>> (Job-Executor-36:job-43) Applying dhcp entry in network
>>>>Ntwk[204|Guest|6]
>>>> 2013-04-07 00:32:15,706 DEBUG [agent.transport.Request]
>>>> (Job-Executor-36:job-43) Seq 6-324993305: Sending  { Cmd , MgmtId: 1,
>>>>via:
>>>> 6, Ver: v1, Flags: 100111,
>>>>
>>>>[{"routing.DhcpEntryCommand":{"vmMac":"06:06:fe:00:00:44","vmIpAddress"
>>>>:
>>>>"
>>>>192.168.56.146","vmName":"94ddc16f-04fc-4da1-8326-01d8d5cdeb44","defaul
>>>>t
>>>>R
>>>>outer":"192.168.56.1","defaultDns":"192.168.56.102","duid":"00:03:00:01
>>>>:
>>>>0
>>>>6:06:fe:00:00:44","accessDetails":{"router.guest.ip":"192.168.56.102","
>>>>z
>>>>o
>>>>ne.network.type":"Basic","
>>>> router.name":"r-4-VM","router.ip":"169.254.1.168"},"wait":0}}] }
>>>> 2013-04-07 00:32:15,706 DEBUG [agent.transport.Request]
>>>> (Job-Executor-36:job-43) Seq 6-324993305: Executing:  { Cmd , MgmtId:
>>>>1,
>>>> via: 6, Ver: v1, Flags: 100111,
>>>>
>>>>[{"routing.DhcpEntryCommand":{"vmMac":"06:06:fe:00:00:44","vmIpAddress"
>>>>:
>>>>"
>>>>192.168.56.146","vmName":"94ddc16f-04fc-4da1-8326-01d8d5cdeb44","defaul
>>>>t
>>>>R
>>>>outer":"192.168.56.1","defaultDns":"192.168.56.102","duid":"00:03:00:01
>>>>:
>>>>0
>>>>6:06:fe:00:00:44","accessDetails":{"router.guest.ip":"192.168.56.102","
>>>>z
>>>>o
>>>>ne.network.type":"Basic","
>>>> router.name":"r-4-VM","router.ip":"169.254.1.168"},"wait":0}}] }
>>>> 2013-04-07 00:32:15,706 DEBUG [agent.manager.DirectAgentAttache]
>>>> (DirectAgent-89:null) Seq 6-324993305: Executing request
>>>> 2013-04-07 00:32:18,273 DEBUG [agent.manager.DirectAgentAttache]
>>>> (DirectAgent-89:null) Seq 6-324993305: Response Received:
>>>> 2013-04-07 00:32:18,273 DEBUG [agent.transport.Request]
>>>> (DirectAgent-89:null) Seq 6-324993305: Processing:  { Ans: , MgmtId:
>>>>1,
>>>> via: 6, Ver: v1, Flags: 110, [{"Answer":{"result":true,"wait":0}}] }
>>>> 2013-04-07 00:32:18,273 DEBUG [agent.manager.AgentAttache]
>>>> (DirectAgent-89:null) Seq 6-324993305: No more commands found
>>>> 2013-04-07 00:32:18,273 DEBUG [agent.transport.Request]
>>>> (Job-Executor-36:job-43) Seq 6-324993305: Received:  { Ans: , MgmtId:
>>>>1,
>>>> via: 6, Ver: v1, Flags: 110, { Answer } }
>>>> 2013-04-07 00:32:18,286 DEBUG
>>>> [network.router.VirtualNetworkApplianceManagerImpl]
>>>> (Job-Executor-36:job-43) Applying userdata and password entry in
>>>>network
>>>> Ntwk[204|Guest|6]
>>>> 2013-04-07 00:32:18,303 DEBUG [agent.transport.Request]
>>>> (Job-Executor-36:job-43) Seq 6-324993306: Sending  { Cmd , MgmtId: 1,
>>>>via:
>>>> 6, Ver: v1, Flags: 100111,
>>>>
>>>>[{"routing.SavePasswordCommand":{"password":"fnirq_cnffjbeq","vmIpAddre
>>>>s
>>>>s
>>>>":"192.168.56.146","vmName":"94ddc16f-04fc-4da1-8326-01d8d5cdeb44","acc
>>>>e
>>>>s
>>>>sDetails":{"router.guest.ip":"192.168.56.102","zone.network.type":"Basi
>>>>c
>>>>"
>>>>,"router.ip":"169.254.1.168","
>>>> router.name
>>>>
>>>>":"r-4-VM"},"wait":0}},{"routing.VmDataCommand":{"vmIpAddress":"192.168
>>>>.
>>>>5
>>>>6.146","vmName":"94ddc16f-04fc-4da1-8326-01d8d5cdeb44","accessDetails":
>>>>{
>>>>"
>>>>router.guest.ip":"192.168.56.102","zone.network.type":"Basic","router.i
>>>>p
>>>>"
>>>>:"169.254.1.168","
>>>> router.name":"r-4-VM"},"wait":0}}] }
>>>> 2013-04-07 00:32:18,304 DEBUG [agent.transport.Request]
>>>> (Job-Executor-36:job-43) Seq 6-324993306: Executing:  { Cmd , MgmtId:
>>>>1,
>>>> via: 6, Ver: v1, Flags: 100111,
>>>>
>>>>[{"routing.SavePasswordCommand":{"password":"fnirq_cnffjbeq","vmIpAddre
>>>>s
>>>>s
>>>>":"192.168.56.146","vmName":"94ddc16f-04fc-4da1-8326-01d8d5cdeb44","acc
>>>>e
>>>>s
>>>>sDetails":{"router.guest.ip":"192.168.56.102","zone.network.type":"Basi
>>>>c
>>>>"
>>>>,"router.ip":"169.254.1.168","
>>>> router.name
>>>>
>>>>":"r-4-VM"},"wait":0}},{"routing.VmDataCommand":{"vmIpAddress":"192.168
>>>>.
>>>>5
>>>>6.146","vmName":"94ddc16f-04fc-4da1-8326-01d8d5cdeb44","accessDetails":
>>>>{
>>>>"
>>>>router.guest.ip":"192.168.56.102","zone.network.type":"Basic","router.i
>>>>p
>>>>"
>>>>:"169.254.1.168","
>>>> router.name":"r-4-VM"},"wait":0}}] }
>>>> 2013-04-07 00:32:18,304 DEBUG [agent.manager.DirectAgentAttache]
>>>> (DirectAgent-20:null) Seq 6-324993306: Executing request
>>>> 2013-04-07 00:32:18,391 DEBUG [cloud.api.ApiServlet]
>>>> (1161145101@qtp-1008805148-33:null) ===START===  127.0.0.1 -- GET
>>>>
>>>>command=queryAsyncJobResult&jobId=00aeb7f7-459c-477e-a0a1-5d9262bc583a&
>>>>r
>>>>e
>>>>sponse=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316338388
>>>> 2013-04-07 00:32:18,412 DEBUG [cloud.api.ApiServlet]
>>>> (1161145101@qtp-1008805148-33:null) ===END===  127.0.0.1 -- GET
>>>>
>>>>command=queryAsyncJobResult&jobId=00aeb7f7-459c-477e-a0a1-5d9262bc583a&
>>>>r
>>>>e
>>>>sponse=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316338388
>>>> 2013-04-07 00:32:20,452 DEBUG
>>>> [storage.secondary.SecondaryStorageManagerImpl] (secstorage-1:null)
>>>>Zone 1
>>>> is ready to launch secondary storage VM
>>>> 2013-04-07 00:32:20,554 DEBUG
>>>>[cloud.consoleproxy.ConsoleProxyManagerImpl]
>>>> (consoleproxy-1:null) Zone 1 is ready to launch console proxy
>>>> 2013-04-07 00:32:20,819 DEBUG
>>>> [network.router.VirtualNetworkApplianceManagerImpl]
>>>> (RouterStatusMonitor-1:null) Found 0 routers to update status.
>>>> 2013-04-07 00:32:20,821 DEBUG
>>>> [network.router.VirtualNetworkApplianceManagerImpl]
>>>> (RouterStatusMonitor-1:null) Found 0 networks to update RvR status.
>>>> 2013-04-07 00:32:20,851 DEBUG
>>>> [network.router.VirtualNetworkApplianceManagerImpl]
>>>> (RouterStatusMonitor-1:null) Found 0 routers to update status.
>>>> 2013-04-07 00:32:20,852 DEBUG
>>>> [network.router.VirtualNetworkApplianceManagerImpl]
>>>> (RouterStatusMonitor-1:null) Found 0 networks to update RvR status.
>>>> 2013-04-07 00:32:21,391 DEBUG [cloud.api.ApiServlet]
>>>> (1161145101@qtp-1008805148-33:null) ===START===  127.0.0.1 -- GET
>>>>
>>>>command=queryAsyncJobResult&jobId=00aeb7f7-459c-477e-a0a1-5d9262bc583a&
>>>>r
>>>>e
>>>>sponse=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316341388
>>>> 2013-04-07 00:32:21,408 DEBUG [cloud.api.ApiServlet]
>>>> (1161145101@qtp-1008805148-33:null) ===END===  127.0.0.1 -- GET
>>>>
>>>>command=queryAsyncJobResult&jobId=00aeb7f7-459c-477e-a0a1-5d9262bc583a&
>>>>r
>>>>e
>>>>sponse=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316341388
>>>> 2013-04-07 00:32:24,392 DEBUG [cloud.api.ApiServlet]
>>>> (1161145101@qtp-1008805148-33:null) ===START===  127.0.0.1 -- GET
>>>>
>>>>command=queryAsyncJobResult&jobId=00aeb7f7-459c-477e-a0a1-5d9262bc583a&
>>>>r
>>>>e
>>>>sponse=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316344390
>>>> 2013-04-07 00:32:24,407 DEBUG [cloud.api.ApiServlet]
>>>> (1161145101@qtp-1008805148-33:null) ===END===  127.0.0.1 -- GET
>>>>
>>>>command=queryAsyncJobResult&jobId=00aeb7f7-459c-477e-a0a1-5d9262bc583a&
>>>>r
>>>>e
>>>>sponse=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316344390
>>>> 2013-04-07 00:32:24,892 DEBUG [agent.manager.AgentManagerImpl]
>>>> (AgentManager-Handler-11:null) Ping from 4
>>>> 2013-04-07 00:32:27,183 DEBUG [agent.manager.DirectAgentAttache]
>>>> (DirectAgent-273:null) Ping from 1
>>>> 2013-04-07 00:32:27,392 DEBUG [cloud.api.ApiServlet]
>>>> (1161145101@qtp-1008805148-33:null) ===START===  127.0.0.1 -- GET
>>>>
>>>>command=queryAsyncJobResult&jobId=00aeb7f7-459c-477e-a0a1-5d9262bc583a&
>>>>r
>>>>e
>>>>sponse=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316347390
>>>> 2013-04-07 00:32:27,407 DEBUG [cloud.api.ApiServlet]
>>>> (1161145101@qtp-1008805148-33:null) ===END===  127.0.0.1 -- GET
>>>>
>>>>command=queryAsyncJobResult&jobId=00aeb7f7-459c-477e-a0a1-5d9262bc583a&
>>>>r
>>>>e
>>>>sponse=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316347390
>>>> 2013-04-07 00:32:29,095 DEBUG [agent.manager.DirectAgentAttache]
>>>> (DirectAgent-131:null) Seq 1-90046472: Executing request
>>>> 2013-04-07 00:32:29,345 DEBUG [agent.manager.DirectAgentAttache]
>>>> (DirectAgent-131:null) Seq 1-90046472: Response Received:
>>>> 2013-04-07 00:32:29,345 DEBUG [agent.transport.Request]
>>>> (DirectAgent-131:null) Seq 1-90046472: Processing:  { Ans: , MgmtId:
>>>>1,
>>>> via: 1, Ver: v1, Flags: 10,
>>>>
>>>>[{"ClusterSyncAnswer":{"_clusterId":1,"_newStates":{},"_isExecuted":fal
>>>>s
>>>>e
>>>>,"result":true,"wait":0}}]
>>>> }
>>>> 2013-04-07 00:32:30,393 DEBUG [cloud.api.ApiServlet]
>>>> (1161145101@qtp-1008805148-33:null) ===START===  127.0.0.1 -- GET
>>>>
>>>>command=queryAsyncJobResult&jobId=00aeb7f7-459c-477e-a0a1-5d9262bc583a&
>>>>r
>>>>e
>>>>sponse=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316350391
>>>> 2013-04-07 00:32:30,408 DEBUG [cloud.api.ApiServlet]
>>>> (1161145101@qtp-1008805148-33:null) ===END===  127.0.0.1 -- GET
>>>>
>>>>command=queryAsyncJobResult&jobId=00aeb7f7-459c-477e-a0a1-5d9262bc583a&
>>>>r
>>>>e
>>>>sponse=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316350391
>>>> 2013-04-07 00:32:32,146 DEBUG [agent.manager.DirectAgentAttache]
>>>> (DirectAgent-20:null) Seq 6-324993306: Response Received:
>>>> 2013-04-07 00:32:32,146 DEBUG [agent.transport.Request]
>>>> (DirectAgent-20:null) Seq 6-324993306: Processing:  { Ans: , MgmtId:
>>>>1,
>>>> via: 6, Ver: v1, Flags: 110,
>>>>
>>>>[{"Answer":{"result":true,"wait":0}},{"Answer":{"result":true,"wait":0}
>>>>}
>>>>]
>>>> }
>>>> 2013-04-07 00:32:32,146 DEBUG [agent.manager.AgentAttache]
>>>> (DirectAgent-20:null) Seq 6-324993306: No more commands found
>>>> 2013-04-07 00:32:32,146 DEBUG [agent.transport.Request]
>>>> (Job-Executor-36:job-43) Seq 6-324993306: Received:  { Ans: , MgmtId:
>>>>1,
>>>> via: 6, Ver: v1, Flags: 110, { Answer, Answer } }
>>>> 2013-04-07 00:32:32,146 DEBUG [cloud.network.NetworkManagerImpl]
>>>> (Job-Executor-36:job-43) Asking VpcVirtualRouter to prepare for
>>>> Nic[19-13-a8349669-6ff2-443f-88d3-c5d69100df3a-192.168.56.146]
>>>> 2013-04-07 00:32:32,146 WARN
>>>>[network.element.VpcVirtualRouterElement]
>>>> (Job-Executor-36:job-43) Network Ntwk[204|Guest|6] is not associated
>>>>with
>>>> any VPC
>>>> 2013-04-07 00:32:32,151 DEBUG [cloud.network.NetworkManagerImpl]
>>>> (Job-Executor-36:job-43) Asking NiciraNvp to prepare for
>>>> Nic[19-13-a8349669-6ff2-443f-88d3-c5d69100df3a-192.168.56.146]
>>>> 2013-04-07 00:32:32,151 DEBUG [network.element.NiciraNvpElement]
>>>> (Job-Executor-36:job-43) Checking if NiciraNvpElement can handle
>>>>service
>>>> Connectivity on network guestNetworkForBasicZone
>>>> 2013-04-07 00:32:32,154 DEBUG [cloud.network.NetworkManagerImpl]
>>>> (Job-Executor-36:job-43) Asking JuniperSRX to prepare for
>>>> Nic[19-13-a8349669-6ff2-443f-88d3-c5d69100df3a-192.168.56.146]
>>>> 2013-04-07 00:32:32,157 DEBUG [cloud.network.NetworkManagerImpl]
>>>> (Job-Executor-36:job-43) Asking Netscaler to prepare for
>>>> Nic[19-13-a8349669-6ff2-443f-88d3-c5d69100df3a-192.168.56.146]
>>>> 2013-04-07 00:32:32,160 DEBUG [cloud.network.NetworkManagerImpl]
>>>> (Job-Executor-36:job-43) Asking F5BigIP to prepare for
>>>> Nic[19-13-a8349669-6ff2-443f-88d3-c5d69100df3a-192.168.56.146]
>>>> 2013-04-07 00:32:32,164 DEBUG [cloud.network.NetworkManagerImpl]
>>>> (Job-Executor-36:job-43) Asking CiscoNexus1000vVSM to prepare for
>>>> Nic[19-13-a8349669-6ff2-443f-88d3-c5d69100df3a-192.168.56.146]
>>>> 2013-04-07 00:32:32,168 DEBUG [cloud.storage.StorageManagerImpl]
>>>> (Job-Executor-36:job-43) Checking if we need to prepare 1 volumes for
>>>> VM[User|94ddc16f-04fc-4da1-8326-01d8d5cdeb44]
>>>> 2013-04-07 00:32:32,169 DEBUG [cloud.storage.StorageManagerImpl]
>>>> (Job-Executor-36:job-43) Creating volume: Vol[13|vm=13|ROOT]
>>>> 2013-04-07 00:32:32,170 DEBUG [cloud.storage.StorageManagerImpl]
>>>> (Job-Executor-36:job-43) Trying to create in Pool[257|PreSetup]
>>>> 2013-04-07 00:32:32,175 DEBUG [cloud.template.TemplateManagerImpl]
>>>> (Job-Executor-36:job-43) Template 5 has already been downloaded to
>>>>pool
>>>>257
>>>> 2013-04-07 00:32:32,179 DEBUG [agent.transport.Request]
>>>> (Job-Executor-36:job-43) Seq 6-324993307: Sending  { Cmd , MgmtId: 1,
>>>>via:
>>>> 6, Ver: v1, Flags: 100111,
>>>>
>>>>[{"storage.CreateCommand":{"volId":13,"pool":{"id":257,"uuid":"iSCSI_SR
>>>>_
>>>>3
>>>>","host":"192.168.56.9","path":"/iSCSI_SR_3","port":0,"type":"PreSetup"
>>>>}
>>>>,
>>>>"diskCharacteristics":{"size":52428800,"tags":["iSCSI_SR_4"],"type":"RO
>>>>O
>>>>T
>>>>","name":"ROOT-13","useLocalStorage":false,"recreatable":true,"diskOffe
>>>>r
>>>>i
>>>>ngId":38,"volumeId":13,"hyperType":"XenServer"},"templateUrl":"a8414926
>>>>-
>>>>8
>>>>1d6-4b54-9b4b-feb498489df0","wait":0}}]
>>>> }
>>>> 2013-04-07 00:32:32,180 DEBUG [agent.transport.Request]
>>>> (Job-Executor-36:job-43) Seq 6-324993307: Executing:  { Cmd , MgmtId:
>>>>1,
>>>> via: 6, Ver: v1, Flags: 100111,
>>>>
>>>>[{"storage.CreateCommand":{"volId":13,"pool":{"id":257,"uuid":"iSCSI_SR
>>>>_
>>>>3
>>>>","host":"192.168.56.9","path":"/iSCSI_SR_3","port":0,"type":"PreSetup"
>>>>}
>>>>,
>>>>"diskCharacteristics":{"size":52428800,"tags":["iSCSI_SR_4"],"type":"RO
>>>>O
>>>>T
>>>>","name":"ROOT-13","useLocalStorage":false,"recreatable":true,"diskOffe
>>>>r
>>>>i
>>>>ngId":38,"volumeId":13,"hyperType":"XenServer"},"templateUrl":"a8414926
>>>>-
>>>>8
>>>>1d6-4b54-9b4b-feb498489df0","wait":0}}]
>>>> }
>>>> 2013-04-07 00:32:32,180 DEBUG [agent.manager.DirectAgentAttache]
>>>> (DirectAgent-59:null) Seq 6-324993307: Executing request
>>>> 2013-04-07 00:32:32,265 DEBUG [xen.resource.CitrixResourceBase]
>>>> (DirectAgent-59:null) SR retrieved for iSCSI_SR_3
>>>> 2013-04-07 00:32:32,276 DEBUG [xen.resource.CitrixResourceBase]
>>>> (DirectAgent-59:null) Checking iSCSI_SR_3 or SR
>>>> fe8ca696-22f5-ba1f-af68-7c3cf5a3cb39 on
>>>> XS[f7a017da-3064-456a-89cd-28ee9e2d36b3-192.168.56.9]
>>>> 2013-04-07 00:32:33,395 DEBUG [cloud.api.ApiServlet]
>>>> (1161145101@qtp-1008805148-33:null) ===START===  127.0.0.1 -- GET
>>>>
>>>>command=queryAsyncJobResult&jobId=00aeb7f7-459c-477e-a0a1-5d9262bc583a&
>>>>r
>>>>e
>>>>sponse=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316353392
>>>> 2013-04-07 00:32:33,419 DEBUG [cloud.api.ApiServlet]
>>>> (1161145101@qtp-1008805148-33:null) ===END===  127.0.0.1 -- GET
>>>>
>>>>command=queryAsyncJobResult&jobId=00aeb7f7-459c-477e-a0a1-5d9262bc583a&
>>>>r
>>>>e
>>>>sponse=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316353392
>>>> 2013-04-07 00:32:34,687 DEBUG [xen.resource.CitrixResourceBase]
>>>> (DirectAgent-59:null) Succesfully created VDI for
>>>> com.cloud.agent.api.storage.CreateCommand.  Uuid =
>>>> 99154d9c-2665-465d-8c71-e60f1748895b
>>>> 2013-04-07 00:32:34,687 DEBUG [agent.manager.DirectAgentAttache]
>>>> (DirectAgent-59:null) Seq 6-324993307: Response Received:
>>>> 2013-04-07 00:32:34,688 DEBUG [agent.transport.Request]
>>>> (DirectAgent-59:null) Seq 6-324993307: Processing:  { Ans: , MgmtId:
>>>>1,
>>>> via: 6, Ver: v1, Flags: 110,
>>>>
>>>>[{"storage.CreateAnswer":{"volume":{"id":13,"name":"ROOT-13","mountPoin
>>>>t
>>>>"
>>>>:"/iSCSI_SR_3","path":"99154d9c-2665-465d-8c71-e60f1748895b","size":524
>>>>2
>>>>8
>>>>800,"type":"ROOT","storagePoolType":"PreSetup","storagePoolUuid":"iSCSI
>>>>_
>>>>S
>>>>R_3","deviceId":0},"requestTemplateReload":false,"result":true,"wait":0
>>>>}
>>>>}
>>>>]
>>>> }
>>>> 2013-04-07 00:32:34,688 DEBUG [agent.transport.Request]
>>>> (Job-Executor-36:job-43) Seq 6-324993307: Received:  { Ans: , MgmtId:
>>>>1,
>>>> via: 6, Ver: v1, Flags: 110, { CreateAnswer } }
>>>> 2013-04-07 00:32:34,688 DEBUG [agent.manager.AgentAttache]
>>>> (DirectAgent-59:null) Seq 6-324993307: No more commands found
>>>> 2013-04-07 00:32:34,690 DEBUG [cloud.storage.StorageManagerImpl]
>>>> (Job-Executor-36:job-43) Volume Vol[13|vm=13|ROOT] is created on
>>>> Pool[257|PreSetup]
>>>> 2013-04-07 00:32:34,701 DEBUG [agent.transport.Request]
>>>> (Job-Executor-36:job-43) Seq 6-324993308: Sending  { Cmd , MgmtId: 1,
>>>>via:
>>>> 6, Ver: v1, Flags: 100111,
>>>>
>>>>[{"StartCommand":{"vm":{"id":13,"name":"i-2-13-VM","bootloader":"PyGrub
>>>>"
>>>>,
>>>>"type":"User","cpus":1,"speed":100,"minRam":1073741824,"maxRam":1073741
>>>>8
>>>>2
>>>>4,"arch":"x86_64","os":"CentOS
>>>> 5.3
>>>>
>>>>(64-bit)","bootArgs":"","rebootOnCrash":false,"enableHA":false,"limitCp
>>>>u
>>>>U
>>>>se":false,"vncPassword":"2e91fc6d6f16609d","params":{},"uuid":"94ddc16f
>>>>-
>>>>0
>>>>4fc-4da1-8326-01d8d5cdeb44","disks":[{"id":13,"name":"ROOT-13","mountPo
>>>>i
>>>>n
>>>>t":"/iSCSI_SR_3","path":"99154d9c-2665-465d-8c71-e60f1748895b","size":5
>>>>2
>>>>4
>>>>28800,"type":"ROOT","storagePoolType":"PreSetup","storagePoolUuid":"iSC
>>>>S
>>>>I
>>>>_SR_3","deviceId":0},{"id":13,"name":"tiny
>>>>
>>>>Linux","size":0,"type":"ISO","storagePoolType":"ISO","deviceId":3}],"ni
>>>>c
>>>>s
>>>>":[{"deviceId":0,"networkRateMbps":200,"defaultNic":true,"uuid":"59b9a8
>>>>a
>>>>a
>>>>-c867-40b8-95bb-6e40273569c9","ip":"192.168.56.146","netmask":"255.255.
>>>>2
>>>>5
>>>>5.0","gateway":"192.168.56.1","mac":"06:06:fe:00:00:44","dns1":"8.8.8.8
>>>>"
>>>>,
>>>>"dns2":"4.4.4.4","broadcastType":"Native","type":"Guest","broadcastUri"
>>>>:
>>>>"
>>>>vlan://untagged","isolationUri":"ec2://untagged","isSecurityGroupEnable
>>>>d
>>>>"
>>>>:true}]},"hostIp":"192.168.56.9","wait":0}}]
>>>> }
>>>> 2013-04-07 00:32:34,702 DEBUG [agent.transport.Request]
>>>> (Job-Executor-36:job-43) Seq 6-324993308: Executing:  { Cmd , MgmtId:
>>>>1,
>>>> via: 6, Ver: v1, Flags: 100111,
>>>>
>>>>[{"StartCommand":{"vm":{"id":13,"name":"i-2-13-VM","bootloader":"PyGrub
>>>>"
>>>>,
>>>>"type":"User","cpus":1,"speed":100,"minRam":1073741824,"maxRam":1073741
>>>>8
>>>>2
>>>>4,"arch":"x86_64","os":"CentOS
>>>> 5.3
>>>>
>>>>(64-bit)","bootArgs":"","rebootOnCrash":false,"enableHA":false,"limitCp
>>>>u
>>>>U
>>>>se":false,"vncPassword":"2e91fc6d6f16609d","params":{},"uuid":"94ddc16f
>>>>-
>>>>0
>>>>4fc-4da1-8326-01d8d5cdeb44","disks":[{"id":13,"name":"ROOT-13","mountPo
>>>>i
>>>>n
>>>>t":"/iSCSI_SR_3","path":"99154d9c-2665-465d-8c71-e60f1748895b","size":5
>>>>2
>>>>4
>>>>28800,"type":"ROOT","storagePoolType":"PreSetup","storagePoolUuid":"iSC
>>>>S
>>>>I
>>>>_SR_3","deviceId":0},{"id":13,"name":"tiny
>>>>
>>>>Linux","size":0,"type":"ISO","storagePoolType":"ISO","deviceId":3}],"ni
>>>>c
>>>>s
>>>>":[{"deviceId":0,"networkRateMbps":200,"defaultNic":true,"uuid":"59b9a8
>>>>a
>>>>a
>>>>-c867-40b8-95bb-6e40273569c9","ip":"192.168.56.146","netmask":"255.255.
>>>>2
>>>>5
>>>>5.0","gateway":"192.168.56.1","mac":"06:06:fe:00:00:44","dns1":"8.8.8.8
>>>>"
>>>>,
>>>>"dns2":"4.4.4.4","broadcastType":"Native","type":"Guest","broadcastUri"
>>>>:
>>>>"
>>>>vlan://untagged","isolationUri":"ec2://untagged","isSecurityGroupEnable
>>>>d
>>>>"
>>>>:true}]},"hostIp":"192.168.56.9","wait":0}}]
>>>> }
>>>> 2013-04-07 00:32:34,702 DEBUG [agent.manager.DirectAgentAttache]
>>>> (DirectAgent-334:null) Seq 6-324993308: Executing request
>>>> 2013-04-07 00:32:34,787 DEBUG [xen.resource.CitrixResourceBase]
>>>> (DirectAgent-334:null) 1. The VM i-2-13-VM is in Starting state.
>>>> 2013-04-07 00:32:34,862 DEBUG [xen.resource.XenServer56FP1Resource]
>>>> (DirectAgent-334:null) Created VM f21a0243-f342-fd59-98d8-00ed89224305
>>>>for
>>>> i-2-13-VM
>>>> 2013-04-07 00:32:34,912 DEBUG [xen.resource.CitrixResourceBase]
>>>> (DirectAgent-334:null) VBD 6e16b739-13fb-1891-fc66-f786b8db522b
>>>>created
>>>>for
>>>> Vol[13|ROOT|99154d9c-2665-465d-8c71-e60f1748895b|52428800]
>>>> 2013-04-07 00:32:34,937 DEBUG [xen.resource.CitrixResourceBase]
>>>> (DirectAgent-334:null) VBD f9ad291b-2a8d-4c81-94a5-ef8b8b38be8c
>>>>created
>>>>for
>>>> Vol[13|ISO|null|0]
>>>> 2013-04-07 00:32:34,937 DEBUG [xen.resource.CitrixResourceBase]
>>>> (DirectAgent-334:null) Creating VIF for i-2-13-VM on nic
>>>> [Nic:Guest-192.168.56.146-vlan://untagged]
>>>> 2013-04-07 00:32:34,991 DEBUG [xen.resource.CitrixResourceBase]
>>>> (DirectAgent-334:null) Created a vif
>>>>bec5565a-8c80-48a1-3ea4-88971784ce3b
>>>> on 0
>>>> 2013-04-07 00:32:36,396 DEBUG [cloud.api.ApiServlet]
>>>> (1161145101@qtp-1008805148-33:null) ===START===  127.0.0.1 -- GET
>>>>
>>>>command=queryAsyncJobResult&jobId=00aeb7f7-459c-477e-a0a1-5d9262bc583a&
>>>>r
>>>>e
>>>>sponse=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316356393
>>>> 2013-04-07 00:32:36,418 DEBUG [cloud.api.ApiServlet]
>>>> (1161145101@qtp-1008805148-33:null) ===END===  127.0.0.1 -- GET
>>>>
>>>>command=queryAsyncJobResult&jobId=00aeb7f7-459c-477e-a0a1-5d9262bc583a&
>>>>r
>>>>e
>>>>sponse=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316356393
>>>> 2013-04-07 00:32:39,395 DEBUG [cloud.api.ApiServlet]
>>>> (1161145101@qtp-1008805148-33:null) ===START===  127.0.0.1 -- GET
>>>>
>>>>command=queryAsyncJobResult&jobId=00aeb7f7-459c-477e-a0a1-5d9262bc583a&
>>>>r
>>>>e
>>>>sponse=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316359393
>>>> 2013-04-07 00:32:39,410 DEBUG [cloud.api.ApiServlet]
>>>> (1161145101@qtp-1008805148-33:null) ===END===  127.0.0.1 -- GET
>>>>
>>>>command=queryAsyncJobResult&jobId=00aeb7f7-459c-477e-a0a1-5d9262bc583a&
>>>>r
>>>>e
>>>>sponse=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316359393
>>>> 2013-04-07 00:32:41,550 INFO  [xen.resource.CitrixResourceBase]
>>>> (DirectAgent-334:null) Programmed default network rules for i-2-13-VM
>>>>on
>>>> nic with ip:192.168.56.146 mac:06:06:fe:00:00:44
>>>> 2013-04-07 00:32:41,550 DEBUG [xen.resource.CitrixResourceBase]
>>>> (DirectAgent-334:null) 2. The VM i-2-13-VM is in Running state.
>>>> 2013-04-07 00:32:41,550 DEBUG [agent.manager.DirectAgentAttache]
>>>> (DirectAgent-334:null) Seq 6-324993308: Response Received:
>>>> 2013-04-07 00:32:41,551 DEBUG [agent.transport.Request]
>>>> (DirectAgent-334:null) Seq 6-324993308: Processing:  { Ans: , MgmtId:
>>>>1,
>>>> via: 6, Ver: v1, Flags: 110,
>>>>
>>>>[{"StartAnswer":{"vm":{"id":13,"name":"i-2-13-VM","bootloader":"PyGrub"
>>>>,
>>>>"
>>>>type":"User","cpus":1,"speed":100,"minRam":1073741824,"maxRam":10737418
>>>>2
>>>>4
>>>>,"arch":"x86_64","os":"CentOS
>>>> 5.3
>>>>
>>>>(64-bit)","bootArgs":"","rebootOnCrash":false,"enableHA":false,"limitCp
>>>>u
>>>>U
>>>>se":false,"vncPassword":"2e91fc6d6f16609d","params":{},"uuid":"94ddc16f
>>>>-
>>>>0
>>>>4fc-4da1-8326-01d8d5cdeb44","disks":[{"id":13,"name":"ROOT-13","mountPo
>>>>i
>>>>n
>>>>t":"/iSCSI_SR_3","path":"99154d9c-2665-465d-8c71-e60f1748895b","size":5
>>>>2
>>>>4
>>>>28800,"type":"ROOT","storagePoolType":"PreSetup","storagePoolUuid":"iSC
>>>>S
>>>>I
>>>>_SR_3","deviceId":0},{"id":13,"name":"tiny
>>>>
>>>>Linux","size":0,"type":"ISO","storagePoolType":"ISO","deviceId":3}],"ni
>>>>c
>>>>s
>>>>":[{"deviceId":0,"networkRateMbps":200,"defaultNic":true,"uuid":"59b9a8
>>>>a
>>>>a
>>>>-c867-40b8-95bb-6e40273569c9","ip":"192.168.56.146","netmask":"255.255.
>>>>2
>>>>5
>>>>5.0","gateway":"192.168.56.1","mac":"06:06:fe:00:00:44","dns1":"8.8.8.8
>>>>"
>>>>,
>>>>"dns2":"4.4.4.4","broadcastType":"Native","type":"Guest","broadcastUri"
>>>>:
>>>>"
>>>>vlan://untagged","isolationUri":"ec2://untagged","isSecurityGroupEnable
>>>>d
>>>>"
>>>>:true}]},"result":true,"wait":0}}]
>>>> }
>>>> 2013-04-07 00:32:41,551 DEBUG [agent.transport.Request]
>>>> (Job-Executor-36:job-43) Seq 6-324993308: Received:  { Ans: , MgmtId:
>>>>1,
>>>> via: 6, Ver: v1, Flags: 110, { StartAnswer } }
>>>> 2013-04-07 00:32:41,551 DEBUG [agent.manager.AgentAttache]
>>>> (DirectAgent-334:null) Seq 6-324993308: No more commands found
>>>> 2013-04-07 00:32:41,592 DEBUG
>>>>[network.security.SecurityGroupManagerImpl]
>>>> (Job-Executor-36:job-43) Security Group Mgr v2: scheduling ruleset
>>>>updates
>>>> for 1 vms  (unique=1), current queue size=0
>>>> 2013-04-07 00:32:41,593 DEBUG
>>>>[network.security.SecurityGroupManagerImpl]
>>>> (Job-Executor-36:job-43) Security Group Mgr v2: done scheduling
>>>>ruleset
>>>> updates for 1 vms: num new jobs=1 num rows insert or updated=1 time
>>>>taken=1
>>>> 2013-04-07 00:32:41,596 DEBUG [cloud.capacity.CapacityManagerImpl]
>>>> (Job-Executor-36:job-43) VM state transitted from :Starting to Running
>>>>with
>>>> event: OperationSucceededvm's original host id: 6 new host id: 6 host
>>>>id
>>>> before state transition: 6
>>>> 2013-04-07 00:32:41,596 DEBUG [cloud.vm.VirtualMachineManagerImpl]
>>>> (Job-Executor-36:job-43) Start completed for VM
>>>> VM[User|94ddc16f-04fc-4da1-8326-01d8d5cdeb44]
>>>> 2013-04-07 00:32:41,601 DEBUG
>>>>[network.security.SecurityGroupManagerImpl]
>>>> (SecGrp-Worker-4:null) SecurityGroupManager v2: sending ruleset update
>>>>for
>>>> vm i-2-13-VM:ingress num rules=0:egress num rules=0 num cidrs=0
>>>> sig=d41d8cd98f00b204e9800998ecf8427e
>>>> 2013-04-07 00:32:41,605 DEBUG [agent.transport.Request]
>>>> (SecGrp-Worker-4:null) Seq 6-324993309: Sending  { Cmd , MgmtId: 1,
>>>>via: 6,
>>>> Ver: v1, Flags: 100111,
>>>>
>>>>[{"SecurityGroupRulesCmd":{"guestIp":"192.168.56.146","vmName":"i-2-13-
>>>>V
>>>>M
>>>>","guestMac":"06:06:fe:00:00:44","signature":"d41d8cd98f00b204e9800998e
>>>>c
>>>>f
>>>>8427e","seqNum":1,"vmId":13,"msId":1,"ingressRuleSet":[],"egressRuleSet
>>>>"
>>>>:
>>>>[],"wait":0}}]
>>>> }
>>>> 2013-04-07 00:32:41,605 DEBUG [cloud.async.AsyncJobManagerImpl]
>>>> (Job-Executor-36:job-43) Complete async job-43, jobStatus: 1,
>>>>resultCode:
>>>> 0, result: org.apache.cloudstack.api.response.UserVmResponse@68779e71
>>>> 2013-04-07 00:32:41,605 DEBUG [agent.transport.Request]
>>>> (SecGrp-Worker-4:null) Seq 6-324993309: Executing:  { Cmd , MgmtId: 1,
>>>>via:
>>>> 6, Ver: v1, Flags: 100111,
>>>>
>>>>[{"SecurityGroupRulesCmd":{"guestIp":"192.168.56.146","vmName":"i-2-13-
>>>>V
>>>>M
>>>>","guestMac":"06:06:fe:00:00:44","signature":"d41d8cd98f00b204e9800998e
>>>>c
>>>>f
>>>>8427e","seqNum":1,"vmId":13,"msId":1,"ingressRuleSet":[],"egressRuleSet
>>>>"
>>>>:
>>>>[],"wait":0}}]
>>>> }
>>>> 2013-04-07 00:32:41,606 DEBUG [agent.manager.DirectAgentAttache]
>>>> (DirectAgent-275:null) Seq 6-324993309: Executing request
>>>> 2013-04-07 00:32:41,611 DEBUG [cloud.async.AsyncJobManagerImpl]
>>>> (Job-Executor-36:job-43) Done executing
>>>> org.apache.cloudstack.api.command.user.vm.DeployVMCmd for job-43
>>>> 2013-04-07 00:32:41,866 INFO  [xen.resource.CitrixResourceBase]
>>>> (DirectAgent-275:null) Programmed network rules for vm i-2-13-VM
>>>> guestIp=192.168.56.146, ingress numrules=0, egress numrules=0
>>>> 2013-04-07 00:32:41,866 DEBUG [agent.manager.DirectAgentAttache]
>>>> (DirectAgent-275:null) Seq 6-324993309: Response Received:
>>>> 2013-04-07 00:32:41,866 DEBUG [agent.transport.Request]
>>>> (DirectAgent-275:null) Seq 6-324993309: Processing:  { Ans: , MgmtId:
>>>>1,
>>>> via: 6, Ver: v1, Flags: 110,
>>>>
>>>>[{"SecurityGroupRuleAnswer":{"logSequenceNumber":1,"vmId":13,"reason":"
>>>>N
>>>>O
>>>>NE","result":true,"wait":0}}]
>>>> }
>>>> 2013-04-07 00:32:41,866 DEBUG [network.security.SecurityGroupListener]
>>>> (DirectAgent-275:null) Successfully programmed rule
>>>> com.cloud.agent.api.SecurityGroupRuleAnswer into host 6
>>>> 2013-04-07 00:32:41,868 DEBUG [network.security.SecurityGroupListener]
>>>> (DirectAgent-275:null) Successfully programmed rule
>>>> com.cloud.agent.api.SecurityGroupRuleAnswer into host 6
>>>> 2013-04-07 00:32:41,869 DEBUG [agent.manager.AgentAttache]
>>>> (DirectAgent-275:null) Seq 6-324993309: No more commands found
>>>> 2013-04-07 00:32:42,396 DEBUG [cloud.api.ApiServlet]
>>>> (1161145101@qtp-1008805148-33:null) ===START===  127.0.0.1 -- GET
>>>>
>>>>command=queryAsyncJobResult&jobId=00aeb7f7-459c-477e-a0a1-5d9262bc583a&
>>>>r
>>>>e
>>>>sponse=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316362394
>>>> 2013-04-07 00:32:42,406 DEBUG [cloud.async.AsyncJobManagerImpl]
>>>> (1161145101@qtp-1008805148-33:null) Async job-43 completed
>>>> 2013-04-07 00:32:42,412 DEBUG [cloud.api.ApiServlet]
>>>> (1161145101@qtp-1008805148-33:null) ===END===  127.0.0.1 -- GET
>>>>
>>>>command=queryAsyncJobResult&jobId=00aeb7f7-459c-477e-a0a1-5d9262bc583a&
>>>>r
>>>>e
>>>>sponse=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316362394
>>>> 2013-04-07 00:32:45,427 DEBUG [cloud.api.ApiServlet]
>>>> (1161145101@qtp-1008805148-33:null) ===START===  127.0.0.1 -- GET
>>>>
>>>>command=listVolumes&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoV
>>>>A
>>>>%
>>>>3D&listAll=true&page=1&pagesize=20&_=1365316365425
>>>> 2013-04-07 00:32:45,442 DEBUG [cloud.api.ApiServlet]
>>>> (1161145101@qtp-1008805148-33:null) ===END===  127.0.0.1 -- GET
>>>>
>>>>command=listVolumes&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoV
>>>>A
>>>>%
>>>>3D&listAll=true&page=1&pagesize=20&_=1365316365425
>>>> 2013-04-07 00:32:47,667 DEBUG [cloud.api.ApiServlet]
>>>> (1161145101@qtp-1008805148-33:null) ===START===  127.0.0.1 -- GET
>>>>
>>>>command=listVolumes&id=44d56727-6e5f-438a-8187-42adfac7c906&response=js
>>>>o
>>>>n
>>>>&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316367665
>>>> 2013-04-07 00:32:47,679 DEBUG [agent.manager.AgentManagerImpl]
>>>> (AgentManager-Handler-12:null) Ping from 3
>>>> 2013-04-07 00:32:47,684 DEBUG [cloud.api.ApiServlet]
>>>> (1161145101@qtp-1008805148-33:null) ===END===  127.0.0.1 -- GET
>>>>
>>>>command=listVolumes&id=44d56727-6e5f-438a-8187-42adfac7c906&response=js
>>>>o
>>>>n
>>>>&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316367665
>>>> 2013-04-07 00:32:47,698 DEBUG [cloud.api.ApiServlet]
>>>> (1161145101@qtp-1008805148-33:null) ===START===  127.0.0.1 -- GET
>>>>
>>>>command=listTags&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3
>>>>D
>>>>&
>>>>resourceId=44d56727-6e5f-438a-8187-42adfac7c906&resourceType=Volume&lis
>>>>t
>>>>A
>>>>ll=true&_=1365316367696
>>>> 2013-04-07 00:32:47,708 DEBUG [cloud.api.ApiServlet]
>>>> (1161145101@qtp-1008805148-33:null) ===END===  127.0.0.1 -- GET
>>>>
>>>>command=listTags&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3
>>>>D
>>>>&
>>>>resourceId=44d56727-6e5f-438a-8187-42adfac7c906&resourceType=Volume&lis
>>>>t
>>>>A
>>>>ll=true&_=1365316367696
>>>> 2013-04-07 00:32:50,453 DEBUG
>>>> [storage.secondary.SecondaryStorageManagerImpl] (secstorage-1:null)
>>>>Zone 1
>>>> is ready to launch secondary storage VM
>>>> 2013-04-07 00:32:50,556 DEBUG
>>>>[cloud.consoleproxy.ConsoleProxyManagerImpl]
>>>> (consoleproxy-1:null) Zone 1 is ready to launch console proxy
>>>> 2013-04-07 00:32:50,815 DEBUG
>>>> [network.router.VirtualNetworkApplianceManagerImpl]
>>>>(RouterMonitor-1:null)
>>>> Found 0 running routers.
>>>> 2013-04-07 00:32:50,820 DEBUG
>>>> [network.router.VirtualNetworkApplianceManagerImpl]
>>>> (RouterStatusMonitor-1:null) Found 0 routers to update status.
>>>> 2013-04-07 00:32:50,821 DEBUG
>>>> [network.router.VirtualNetworkApplianceManagerImpl]
>>>> (RouterStatusMonitor-1:null) Found 0 networks to update RvR status.
>>>> 2013-04-07 00:32:50,851 DEBUG
>>>> [network.router.VirtualNetworkApplianceManagerImpl]
>>>>(RouterMonitor-1:null)
>>>> Found 0 running routers.
>>>> 2013-04-07 00:32:50,851 DEBUG
>>>> [network.router.VirtualNetworkApplianceManagerImpl]
>>>> (RouterStatusMonitor-1:null) Found 0 routers to update status.
>>>> 2013-04-07 00:32:50,852 DEBUG
>>>> [network.router.VirtualNetworkApplianceManagerImpl]
>>>> (RouterStatusMonitor-1:null) Found 0 networks to update RvR status.
>>>> 2013-04-07 00:32:50,908 DEBUG
>>>> [cloud.network.ExternalLoadBalancerUsageManagerImpl]
>>>> (ExternalNetworkMonitor-1:null) External devices stats collector is
>>>> running...
>>>> 2013-04-07 00:32:50,919 DEBUG [storage.snapshot.SnapshotSchedulerImpl]
>>>> (SnapshotPollTask:null) Snapshot scheduler.poll is being called at
>>>> 2013-04-07 06:32:50 GMT
>>>> 2013-04-07 00:32:50,920 DEBUG [storage.snapshot.SnapshotSchedulerImpl]
>>>> (SnapshotPollTask:null) Got 0 snapshots to be executed at 2013-04-07
>>>> 06:32:50 GMT
>>>> 2013-04-07 00:32:51,462 INFO  [agent.manager.AgentMonitor]
>>>> (Thread-11:null) Found the following agents behind on ping: [6, 5]
>>>> 2013-04-07 00:32:51,464 DEBUG [cloud.host.Status] (Thread-11:null)
>>>>Ping
>>>> timeout for host 6, do invstigation
>>>> 2013-04-07 00:32:51,465 DEBUG [cloud.host.Status] (Thread-11:null)
>>>>Ping
>>>> timeout for host 5, do invstigation
>>>> 2013-04-07 00:32:51,465 INFO  [agent.manager.AgentManagerImpl]
>>>> (AgentTaskPool-15:null) Investigating why host 6 has disconnected with
>>>> event PingTimeout
>>>> 2013-04-07 00:32:51,465 DEBUG [agent.manager.AgentManagerImpl]
>>>> (AgentTaskPool-15:null) checking if agent (6) is alive
>>>> 2013-04-07 00:32:51,467 INFO  [agent.manager.AgentManagerImpl]
>>>> (AgentTaskPool-1:null) Investigating why host 5 has disconnected with
>>>>event
>>>> PingTimeout
>>>> 2013-04-07 00:32:51,467 DEBUG [agent.manager.AgentManagerImpl]
>>>> (AgentTaskPool-1:null) checking if agent (5) is alive
>>>> 2013-04-07 00:32:51,469 DEBUG [agent.transport.Request]
>>>> (AgentTaskPool-15:null) Seq 6-324993310: Sending  { Cmd , MgmtId: 1,
>>>>via:
>>>> 6, Ver: v1, Flags: 100011, [{"CheckHealthCommand":{"wait":50}}] }
>>>> 2013-04-07 00:32:51,469 DEBUG [agent.transport.Request]
>>>> (AgentTaskPool-15:null) Seq 6-324993310: Executing:  { Cmd , MgmtId:
>>>>1,
>>>> via: 6, Ver: v1, Flags: 100011, [{"CheckHealthCommand":{"wait":50}}] }
>>>> 2013-04-07 00:32:51,469 DEBUG [agent.manager.DirectAgentAttache]
>>>> (DirectAgent-335:null) Seq 6-324993310: Executing request
>>>> 2013-04-07 00:32:51,473 DEBUG [agent.transport.Request]
>>>> (AgentTaskPool-1:null) Seq 5-614334814: Sending  { Cmd , MgmtId: 1,
>>>>via: 5,
>>>> Ver: v1, Flags: 100011, [{"CheckHealthCommand":{"wait":50}}] }
>>>> 2013-04-07 00:32:51,473 DEBUG [agent.transport.Request]
>>>> (AgentTaskPool-1:null) Seq 5-614334814: Executing:  { Cmd , MgmtId: 1,
>>>>via:
>>>> 5, Ver: v1, Flags: 100011, [{"CheckHealthCommand":{"wait":50}}] }
>>>> 2013-04-07 00:32:51,473 DEBUG [agent.manager.DirectAgentAttache]
>>>> (DirectAgent-30:null) Seq 5-614334814: Executing request
>>>> 2013-04-07 00:32:51,536 DEBUG [agent.manager.DirectAgentAttache]
>>>> (DirectAgent-335:null) Seq 6-324993310: Response Received:
>>>> 2013-04-07 00:32:51,536 DEBUG [agent.manager.DirectAgentAttache]
>>>> (DirectAgent-30:null) Seq 5-614334814: Response Received:
>>>> 2013-04-07 00:32:51,536 DEBUG [agent.transport.Request]
>>>> (DirectAgent-30:null) Seq 5-614334814: Processing:  { Ans: , MgmtId:
>>>>1,
>>>> via: 5, Ver: v1, Flags: 10,
>>>> [{"CheckHealthAnswer":{"result":true,"details":"resource is
>>>> alive","wait":0}}] }
>>>> 2013-04-07 00:32:51,536 DEBUG [agent.transport.Request]
>>>> (DirectAgent-335:null) Seq 6-324993310: Processing:  { Ans: , MgmtId:
>>>>1,
>>>> via: 6, Ver: v1, Flags: 10,
>>>> [{"CheckHealthAnswer":{"result":true,"details":"resource is
>>>> alive","wait":0}}] }
>>>> 2013-04-07 00:32:51,536 DEBUG [agent.transport.Request]
>>>> (AgentTaskPool-1:null) Seq 5-614334814: Received:  { Ans: , MgmtId: 1,
>>>>via:
>>>> 5, Ver: v1, Flags: 10, { CheckHealthAnswer } }
>>>> 2013-04-07 00:32:51,536 DEBUG [agent.transport.Request]
>>>> (AgentTaskPool-15:null) Seq 6-324993310: Received:  { Ans: , MgmtId:
>>>>1,
>>>> via: 6, Ver: v1, Flags: 10, { CheckHealthAnswer } }
>>>> 2013-04-07 00:32:51,536 DEBUG [agent.manager.AgentManagerImpl]
>>>> (AgentTaskPool-1:null) Details from executing class
>>>> com.cloud.agent.api.CheckHealthCommand: resource is alive
>>>> 2013-04-07 00:32:51,536 DEBUG [agent.manager.AgentManagerImpl]
>>>> (AgentTaskPool-1:null) agent (5) responded to checkHeathCommand,
>>>>reporting
>>>> that agent is Up
>>>> 2013-04-07 00:32:51,536 DEBUG [agent.manager.AgentManagerImpl]
>>>> (AgentTaskPool-15:null) Details from executing class
>>>> com.cloud.agent.api.CheckHealthCommand: resource is alive
>>>> 2013-04-07 00:32:51,536 INFO  [agent.manager.AgentManagerImpl]
>>>> (AgentTaskPool-1:null) The state determined is Up
>>>> 2013-04-07 00:32:51,536 INFO  [agent.manager.AgentManagerImpl]
>>>> (AgentTaskPool-1:null) Agent is determined to be up and running
>>>> 2013-04-07 00:32:51,536 DEBUG [agent.manager.AgentManagerImpl]
>>>> (AgentTaskPool-15:null) agent (6) responded to checkHeathCommand,
>>>>reporting
>>>> that agent is Up
>>>> 2013-04-07 00:32:51,536 DEBUG [cloud.host.Status]
>>>>(AgentTaskPool-1:null)
>>>> Transition:[Resource state = Enabled, Agent event = Ping, Host id = 5,
>>>>name
>>>> = Tut-XenServer2]
>>>> 2013-04-07 00:32:51,536 INFO  [agent.manager.AgentManagerImpl]
>>>> (AgentTaskPool-15:null) The state determined is Up
>>>> 2013-04-07 00:32:51,537 INFO  [agent.manager.AgentManagerImpl]
>>>> (AgentTaskPool-15:null) Agent is determined to be up and running
>>>> 2013-04-07 00:32:51,540 DEBUG [cloud.host.Status]
>>>>(AgentTaskPool-1:null)
>>>> Agent status update: [id = 5; name = Tut-XenServer2; old status = Up;
>>>>event
>>>> = Ping; new status = Up; old update count = 146; new update count =
>>>>147]
>>>> 2013-04-07 00:32:51,540 DEBUG [cloud.host.Status]
>>>>(AgentTaskPool-15:null)
>>>> Transition:[Resource state = Enabled, Agent event = Ping, Host id = 6,
>>>>name
>>>> = Tut-XenServer]
>>>> 2013-04-07 00:32:51,542 DEBUG [cloud.host.Status]
>>>>(AgentTaskPool-15:null)
>>>> Agent status update: [id = 6; name = Tut-XenServer; old status = Up;
>>>>event
>>>> = Ping; new status = Up; old update count = 309; new update count =
>>>>310]
>>>> 2013-04-07 00:33:04,820 DEBUG [agent.manager.DirectAgentAttache]
>>>> (DirectAgent-422:null) Ping from 6
>>>> 2013-04-07 00:33:06,176 DEBUG [agent.manager.DirectAgentAttache]
>>>> (DirectAgent-135:null) Ping from 5
>>>> 2013-04-07 00:33:06,909 DEBUG [agent.manager.DirectAgentAttache]
>>>> (DirectAgent-152:null) Seq 6-324993028: Executing request
>>>> 2013-04-07 00:33:07,151 DEBUG [agent.manager.DirectAgentAttache]
>>>> (DirectAgent-152:null) Seq 6-324993028: Response Received:
>>>> 2013-04-07 00:33:07,151 DEBUG [agent.transport.Request]
>>>> (DirectAgent-152:null) Seq 6-324993028: Processing:  { Ans: , MgmtId:
>>>>1,
>>>> via: 6, Ver: v1, Flags: 10,
>>>>
>>>>[{"ClusterSyncAnswer":{"_clusterId":2,"_newStates":{},"_isExecuted":fal
>>>>s
>>>>e
>>>>,"result":true,"wait":0}}]
>>>> }
>>>> 2013-04-07 00:33:11,022 DEBUG [agent.manager.DirectAgentAttache]
>>>> (DirectAgent-50:null) Seq 5-614334468: Executing request
>>>> 2013-04-07 00:33:11,169 DEBUG [agent.manager.DirectAgentAttache]
>>>> (DirectAgent-50:null) Seq 5-614334468: Response Received:
>>>> 2013-04-07 00:33:11,169 DEBUG [agent.transport.Request]
>>>> (DirectAgent-50:null) Seq 5-614334468: Processing:  { Ans: , MgmtId:
>>>>1,
>>>> via: 5, Ver: v1, Flags: 10, [{"Answer":{"result":true,"wait":0}}] }
>>>> 2013-04-07 00:33:20,451 DEBUG
>>>> [storage.secondary.SecondaryStorageManagerImpl] (secstorage-1:null)
>>>>Zone 1
>>>> is ready to launch secondary storage VM
>>>> 2013-04-07 00:33:20,553 DEBUG
>>>>[cloud.consoleproxy.ConsoleProxyManagerImpl]
>>>> (consoleproxy-1:null) Zone 1 is ready to launch console proxy
>>>> 2013-04-07 00:33:20,819 DEBUG
>>>> [network.router.VirtualNetworkApplianceManagerImpl]
>>>> (RouterStatusMonitor-1:null) Found 0 routers to update status.
>>>> 2013-04-07 00:33:20,820 DEBUG
>>>> [network.router.VirtualNetworkApplianceManagerImpl]
>>>> (RouterStatusMonitor-1:null) Found 0 networks to update RvR status.
>>>> 2013-04-07 00:33:20,851 DEBUG
>>>> [network.router.VirtualNetworkApplianceManagerImpl]
>>>> (RouterStatusMonitor-1:null) Found 0 routers to update status.
>>>> 2013-04-07 00:33:20,852 DEBUG
>>>> [network.router.VirtualNetworkApplianceManagerImpl]
>>>> (RouterStatusMonitor-1:null) Found 0 networks to update RvR status.
>>>> 2013-04-07 00:33:20,921 DEBUG [cloud.alert.AlertManagerImpl]
>>>> (CapacityChecker:null) Running Capacity Checker ...
>>>> 2013-04-07 00:33:20,921 DEBUG [cloud.alert.AlertManagerImpl]
>>>> (CapacityChecker:null) recalculating system capacity
>>>> 2013-04-07 00:33:20,921 DEBUG [cloud.alert.AlertManagerImpl]
>>>> (CapacityChecker:null) Executing cpu/ram capacity update
>>>> 2013-04-07 00:33:20,929 DEBUG [cloud.capacity.CapacityManagerImpl]
>>>> (CapacityChecker:null) Found 2 VMs on host 1
>>>> 2013-04-07 00:33:20,931 DEBUG [cloud.capacity.CapacityManagerImpl]
>>>> (CapacityChecker:null) Found 0 VM, not running on host 1
>>>> 2013-04-07 00:33:20,933 DEBUG [cloud.capacity.CapacityManagerImpl]
>>>> (CapacityChecker:null) No need to calibrate cpu capacity, host:1
>>>>usedCpu:
>>>> 200 reservedCpu: 0
>>>> 2013-04-07 00:33:20,933 DEBUG [cloud.capacity.CapacityManagerImpl]
>>>> (CapacityChecker:null) No need to calibrate memory capacity, host:1
>>>> usedMem: 209715200 reservedMem: 0
>>>> 2013-04-07 00:33:20,939 DEBUG [cloud.capacity.CapacityManagerImpl]
>>>> (CapacityChecker:null) Found 1 VMs on host 5
>>>> 2013-04-07 00:33:20,940 DEBUG [cloud.capacity.CapacityManagerImpl]
>>>> (CapacityChecker:null) Found 0 VM, not running on host 5
>>>> 2013-04-07 00:33:20,942 DEBUG [cloud.capacity.CapacityManagerImpl]
>>>> (CapacityChecker:null) No need to calibrate cpu capacity, host:5
>>>>usedCpu:
>>>> 100 reservedCpu: 0
>>>> 2013-04-07 00:33:20,942 DEBUG [cloud.capacity.CapacityManagerImpl]
>>>> (CapacityChecker:null) No need to calibrate memory capacity, host:5
>>>> usedMem: 1073741824 reservedMem: 0
>>>> 2013-04-07 00:33:20,948 DEBUG [cloud.capacity.CapacityManagerImpl]
>>>> (CapacityChecker:null) Found 2 VMs on host 6
>>>> 2013-04-07 00:33:20,949 DEBUG [cloud.capacity.CapacityManagerImpl]
>>>> (CapacityChecker:null) Found 0 VM, not running on host 6
>>>> 2013-04-07 00:33:20,951 DEBUG [cloud.capacity.CapacityManagerImpl]
>>>> (CapacityChecker:null) No need to calibrate cpu capacity, host:6
>>>>usedCpu:
>>>> 200 reservedCpu: 0
>>>> 2013-04-07 00:33:20,951 DEBUG [cloud.capacity.CapacityManagerImpl]
>>>> (CapacityChecker:null) No need to calibrate memory capacity, host:6
>>>> usedMem: 1178599424 reservedMem: 0
>>>> 2013-04-07 00:33:20,951 DEBUG [cloud.alert.AlertManagerImpl]
>>>> (CapacityChecker:null) Done executing cpu/ram capacity update
>>>> 2013-04-07 00:33:20,951 DEBUG [cloud.alert.AlertManagerImpl]
>>>> (CapacityChecker:null) Executing storage capacity update
>>>> 2013-04-07 00:33:20,956 DEBUG [cloud.storage.StorageManagerImpl]
>>>> (CapacityChecker:null) Successfully set Capacity - 31004332032 for
>>>>capacity
>>>> type - 9 , DataCenterId - 1, HostOrPoolId - 200, PodId 1
>>>> 2013-04-07 00:33:20,959 DEBUG [cloud.storage.StorageManagerImpl]
>>>> (CapacityChecker:null) Successfully set Capacity - 97221701632 for
>>>>capacity
>>>> type - 9 , DataCenterId - 1, HostOrPoolId - 201, PodId 1
>>>> 2013-04-07 00:33:20,963 DEBUG [cloud.storage.StorageManagerImpl]
>>>> (CapacityChecker:null) Successfully set Capacity - 97221701632 for
>>>>capacity
>>>> type - 9 , DataCenterId - 1, HostOrPoolId - 202, PodId 1
>>>> 2013-04-07 00:33:20,967 DEBUG [cloud.storage.StorageManagerImpl]
>>>> (CapacityChecker:null) Successfully set Capacity - 2084569088 for
>>>>capacity
>>>> type - 3 , DataCenterId - 1, HostOrPoolId - 256, PodId 1
>>>> 2013-04-07 00:33:20,971 DEBUG [cloud.storage.StorageManagerImpl]
>>>> (CapacityChecker:null) Successfully set Capacity - 2084569088 for
>>>>capacity
>>>> type - 3 , DataCenterId - 1, HostOrPoolId - 257, PodId 1
>>>> 2013-04-07 00:33:20,975 DEBUG [cloud.storage.StorageManagerImpl]
>>>> (CapacityChecker:null) Successfully set Capacity - 2084569088 for
>>>>capacity
>>>> type - 3 , DataCenterId - 1, HostOrPoolId - 262, PodId 1
>>>> 2013-04-07 00:33:20,975 DEBUG [cloud.alert.AlertManagerImpl]
>>>> (CapacityChecker:null) Done executing storage capacity update
>>>> 2013-04-07 00:33:20,975 DEBUG [cloud.alert.AlertManagerImpl]
>>>> (CapacityChecker:null) Executing capacity updates for public ip and
>>>>Vlans
>>>> 2013-04-07 00:33:20,983 DEBUG [cloud.alert.AlertManagerImpl]
>>>> (CapacityChecker:null) Done capacity updates for public ip and Vlans
>>>> 2013-04-07 00:33:20,983 DEBUG [cloud.alert.AlertManagerImpl]
>>>> (CapacityChecker:null) Executing capacity updates for private ip
>>>> 2013-04-07 00:33:20,990 DEBUG [cloud.alert.AlertManagerImpl]
>>>> (CapacityChecker:null) Done executing capacity updates for private ip
>>>> 2013-04-07 00:33:20,990 DEBUG [cloud.alert.AlertManagerImpl]
>>>> (CapacityChecker:null) Done recalculating system capacity
>>>> 2013-04-07 00:33:21,012 DEBUG [cloud.alert.AlertManagerImpl]
>>>> (CapacityChecker:null) Done running Capacity Checker ...
>>>> 2013-04-07 00:33:24,891 DEBUG [agent.manager.AgentManagerImpl]
>>>> (AgentManager-Handler-13:null) Ping from 4
>>>> 2013-04-07 00:33:27,159 DEBUG [agent.manager.DirectAgentAttache]
>>>> (DirectAgent-459:null) Ping from 1
>>>> 2013-04-07 00:33:29,095 DEBUG [agent.manager.DirectAgentAttache]
>>>> (DirectAgent-457:null) Seq 1-90046472: Executing request
>>>> 2013-04-07 00:33:29,329 DEBUG [agent.manager.DirectAgentAttache]
>>>> (DirectAgent-457:null) Seq 1-90046472: Response Received:
>>>> 2013-04-07 00:33:29,330 DEBUG [agent.transport.Request]
>>>> (DirectAgent-457:null) Seq 1-90046472: Processing:  { Ans: , MgmtId:
>>>>1,
>>>> via: 1, Ver: v1, Flags: 10,
>>>>
>>>>[{"ClusterSyncAnswer":{"_clusterId":1,"_newStates":{},"_isExecuted":fal
>>>>s
>>>>e
>>>>,"result":true,"wait":0}}]
>>>> }
>>>> 2013-04-07 00:33:33,192 DEBUG [cloud.api.ApiServlet]
>>>> (1161145101@qtp-1008805148-33:null) ===START===  127.0.0.1 -- GET
>>>>
>>>>command=listVirtualMachines&response=json&sessionkey=Z6QqzU0Fq1iT13bMgn
>>>>R
>>>>R
>>>>fl8GoVA%3D&listAll=true&page=1&pagesize=20&_=1365316413189
>>>> 2013-04-07 00:33:33,210 DEBUG [cloud.api.ApiServlet]
>>>> (1161145101@qtp-1008805148-33:null) ===END===  127.0.0.1 -- GET
>>>>
>>>>command=listVirtualMachines&response=json&sessionkey=Z6QqzU0Fq1iT13bMgn
>>>>R
>>>>R
>>>>fl8GoVA%3D&listAll=true&page=1&pagesize=20&_=1365316413189
>>>> 2013-04-07 00:33:35,033 DEBUG [cloud.api.ApiServlet]
>>>> (1161145101@qtp-1008805148-33:null) ===START===  127.0.0.1 -- GET
>>>>
>>>>command=listZones&available=true&response=json&sessionkey=Z6QqzU0Fq1iT1
>>>>3
>>>>b
>>>>MgnRRfl8GoVA%3D&_=1365316415031
>>>> 2013-04-07 00:33:35,040 DEBUG [cloud.api.ApiServlet]
>>>> (1161145101@qtp-1008805148-33:null) ===END===  127.0.0.1 -- GET
>>>>
>>>>command=listZones&available=true&response=json&sessionkey=Z6QqzU0Fq1iT1
>>>>3
>>>>b
>>>>MgnRRfl8GoVA%3D&_=1365316415031
>>>> 2013-04-07 00:33:36,745 DEBUG [cloud.api.ApiServlet]
>>>> (1161145101@qtp-1008805148-33:null) ===START===  127.0.0.1 -- GET
>>>>
>>>>command=listHypervisors&zoneid=3a62dec3-cf95-4ba2-9af0-af2190af35e3&res
>>>>p
>>>>o
>>>>nse=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316416743
>>>> 2013-04-07 00:33:36,753 DEBUG [cloud.api.ApiServlet]
>>>> (1161145101@qtp-1008805148-33:null) ===END===  127.0.0.1 -- GET
>>>>
>>>>command=listHypervisors&zoneid=3a62dec3-cf95-4ba2-9af0-af2190af35e3&res
>>>>p
>>>>o
>>>>nse=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316416743
>>>> 2013-04-07 00:33:36,756 DEBUG [cloud.api.ApiServlet]
>>>> (1161145101@qtp-1008805148-33:null) ===START===  127.0.0.1 -- GET
>>>>
>>>>command=listTemplates&templatefilter=featured&zoneid=3a62dec3-cf95-4ba2
>>>>-
>>>>9
>>>>af0-af2190af35e3&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3
>>>>D
>>>>&
>>>>_=1365316416754
>>>> 2013-04-07 00:33:36,781 DEBUG [cloud.api.ApiServlet]
>>>> (1161145101@qtp-1008805148-33:null) ===END===  127.0.0.1 -- GET
>>>>
>>>>command=listTemplates&templatefilter=featured&zoneid=3a62dec3-cf95-4ba2
>>>>-
>>>>9
>>>>af0-af2190af35e3&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3
>>>>D
>>>>&
>>>>_=1365316416754
>>>> 2013-04-07 00:33:36,784 DEBUG [cloud.api.ApiServlet]
>>>> (1161145101@qtp-1008805148-33:null) ===START===  127.0.0.1 -- GET
>>>>
>>>>command=listTemplates&templatefilter=community&zoneid=3a62dec3-cf95-4ba
>>>>2
>>>>-
>>>>9af0-af2190af35e3&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%
>>>>3
>>>>D
>>>>&_=1365316416782
>>>> 2013-04-07 00:33:36,812 DEBUG [cloud.api.ApiServlet]
>>>> (1161145101@qtp-1008805148-33:null) ===END===  127.0.0.1 -- GET
>>>>
>>>>command=listTemplates&templatefilter=community&zoneid=3a62dec3-cf95-4ba
>>>>2
>>>>-
>>>>9af0-af2190af35e3&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%
>>>>3
>>>>D
>>>>&_=1365316416782
>>>> 2013-04-07 00:33:36,815 DEBUG [cloud.api.ApiServlet]
>>>> (1161145101@qtp-1008805148-33:null) ===START===  127.0.0.1 -- GET
>>>>
>>>>command=listTemplates&templatefilter=selfexecutable&zoneid=3a62dec3-cf9
>>>>5
>>>>-
>>>>4ba2-9af0-af2190af35e3&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8
>>>>G
>>>>o
>>>>VA%3D&_=1365316416813
>>>> 2013-04-07 00:33:36,829 DEBUG [cloud.api.ApiServlet]
>>>> (1161145101@qtp-1008805148-33:null) ===END===  127.0.0.1 -- GET
>>>>
>>>>command=listTemplates&templatefilter=selfexecutable&zoneid=3a62dec3-cf9
>>>>5
>>>>-
>>>>4ba2-9af0-af2190af35e3&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8
>>>>G
>>>>o
>>>>VA%3D&_=1365316416813
>>>> 2013-04-07 00:33:37,503 DEBUG [cloud.api.ApiServlet]
>>>> (1161145101@qtp-1008805148-33:null) ===START===  127.0.0.1 -- GET
>>>>
>>>>command=listServiceOfferings&issystem=false&response=json&sessionkey=Z6
>>>>Q
>>>>q
>>>>zU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316417501
>>>> 2013-04-07 00:33:37,514 DEBUG [cloud.api.ApiServlet]
>>>> (1161145101@qtp-1008805148-33:null) ===END===  127.0.0.1 -- GET
>>>>
>>>>command=listServiceOfferings&issystem=false&response=json&sessionkey=Z6
>>>>Q
>>>>q
>>>>zU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316417501
>>>> 2013-04-07 00:33:41,151 DEBUG [cloud.api.ApiServlet]
>>>> (1161145101@qtp-1008805148-33:null) ===START===  127.0.0.1 -- GET
>>>>
>>>>command=listDiskOfferings&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRR
>>>>f
>>>>l
>>>>8GoVA%3D&_=1365316421149
>>>> 2013-04-07 00:33:41,162 DEBUG [cloud.api.ApiServlet]
>>>> (1161145101@qtp-1008805148-33:null) ===END===  127.0.0.1 -- GET
>>>>
>>>>command=listDiskOfferings&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRR
>>>>f
>>>>l
>>>>8GoVA%3D&_=1365316421149
>>>> 2013-04-07 00:33:41,970 DEBUG [cloud.api.ApiServlet]
>>>> (1161145101@qtp-1008805148-33:null) ===START===  127.0.0.1 -- GET
>>>>
>>>>command=listNetworks&trafficType=Guest&zoneId=3a62dec3-cf95-4ba2-9af0-a
>>>>f
>>>>2
>>>>190af35e3&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=136
>>>>5
>>>>3
>>>>16421968
>>>> 2013-04-07 00:33:41,994 DEBUG [cloud.api.ApiServlet]
>>>> (1161145101@qtp-1008805148-33:null) ===END===  127.0.0.1 -- GET
>>>>
>>>>command=listNetworks&trafficType=Guest&zoneId=3a62dec3-cf95-4ba2-9af0-a
>>>>f
>>>>2
>>>>190af35e3&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=136
>>>>5
>>>>3
>>>>16421968
>>>> 2013-04-07 00:33:41,997 DEBUG [cloud.api.ApiServlet]
>>>> (1161145101@qtp-1008805148-33:null) ===START===  127.0.0.1 -- GET
>>>>
>>>>command=listSecurityGroups&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnR
>>>>R
>>>>f
>>>>l8GoVA%3D&domainid=e4ec5ddc-9e1c-11e2-a770-6e70e42a2333&account=admin&_
>>>>=
>>>>1
>>>>365316421995
>>>> 2013-04-07 00:33:42,003 DEBUG [cloud.user.AccountManagerImpl]
>>>> (1161145101@qtp-1008805148-33:null) Access granted to Acct[2-admin] to
>>>> Domain:1/ by DomainChecker
>>>> 2013-04-07 00:33:42,009 DEBUG [cloud.api.ApiServlet]
>>>> (1161145101@qtp-1008805148-33:null) ===END===  127.0.0.1 -- GET
>>>>
>>>>command=listSecurityGroups&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnR
>>>>R
>>>>f
>>>>l8GoVA%3D&domainid=e4ec5ddc-9e1c-11e2-a770-6e70e42a2333&account=admin&_
>>>>=
>>>>1
>>>>365316421995
>>>> 2013-04-07 00:33:44,477 DEBUG [cloud.api.ApiServlet]
>>>> (1161145101@qtp-1008805148-33:null) ===START===  127.0.0.1 -- GET
>>>>
>>>>command=deployVirtualMachine&zoneId=3a62dec3-cf95-4ba2-9af0-af2190af35e
>>>>3
>>>>&
>>>>templateId=e4a7df4a-9e1c-11e2-a770-6e70e42a2333&hypervisor=XenServer&se
>>>>r
>>>>v
>>>>iceOfferingId=9c1e08a2-2dfe-4fa8-aea9-3e4955a69cc2&response=json&sessio
>>>>n
>>>>k
>>>>ey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316424475
>>>> 2013-04-07 00:33:44,484 DEBUG [cloud.api.ApiDispatcher]
>>>> (1161145101@qtp-1008805148-33:null) InfrastructureEntity name
>>>> is:com.cloud.offering.ServiceOffering
>>>> 2013-04-07 00:33:44,486 DEBUG [cloud.api.ApiDispatcher]
>>>> (1161145101@qtp-1008805148-33:null) ControlledEntity name
>>>> is:com.cloud.template.VirtualMachineTemplate
>>>> 2013-04-07 00:33:44,510 DEBUG [cloud.vm.UserVmManagerImpl]
>>>> (1161145101@qtp-1008805148-33:null) Allocating in the DB for vm
>>>> 2013-04-07 00:33:44,523 DEBUG [cloud.vm.VirtualMachineManagerImpl]
>>>> (1161145101@qtp-1008805148-33:null) Allocating entries for VM:
>>>> VM[User|a30b991d-1c38-4bae-803f-ab3be57a384f]
>>>> 2013-04-07 00:33:44,523 DEBUG [cloud.vm.VirtualMachineManagerImpl]
>>>> (1161145101@qtp-1008805148-33:null) Allocating nics for
>>>> VM[User|a30b991d-1c38-4bae-803f-ab3be57a384f]
>>>> 2013-04-07 00:33:44,524 DEBUG [cloud.network.NetworkManagerImpl]
>>>> (1161145101@qtp-1008805148-33:null) Allocating nic for vm
>>>> VM[User|a30b991d-1c38-4bae-803f-ab3be57a384f] in network
>>>>Ntwk[204|Guest|6]
>>>> with requested profile NicProfile[0-0-null-null-null
>>>> 2013-04-07 00:33:44,531 DEBUG [cloud.vm.VirtualMachineManagerImpl]
>>>> (1161145101@qtp-1008805148-33:null) Allocaing disks for
>>>> VM[User|a30b991d-1c38-4bae-803f-ab3be57a384f]
>>>> 2013-04-07 00:33:44,538 DEBUG [cloud.vm.VirtualMachineManagerImpl]
>>>> (1161145101@qtp-1008805148-33:null) Allocation completed for VM:
>>>> VM[User|a30b991d-1c38-4bae-803f-ab3be57a384f]
>>>> 2013-04-07 00:33:44,538 DEBUG [cloud.vm.UserVmManagerImpl]
>>>> (1161145101@qtp-1008805148-33:null) Successfully allocated DB entry
>>>>for
>>>> VM[User|a30b991d-1c38-4bae-803f-ab3be57a384f]
>>>> 2013-04-07 00:33:44,571 DEBUG [cloud.async.AsyncJobManagerImpl]
>>>> (1161145101@qtp-1008805148-33:null) submit async job-44, details:
>>>> AsyncJobVO {id:44, userId: 2, accountId: 2, sessionKey: null,
>>>>instanceType:
>>>> null, instanceId: 14, cmd:
>>>> org.apache.cloudstack.api.command.user.vm.DeployVMCmd, cmdOriginator:
>>>>null,
>>>> cmdInfo:
>>>>
>>>>{"id":"14","templateId":"e4a7df4a-9e1c-11e2-a770-6e70e42a2333","respons
>>>>e
>>>>"
>>>>:"json","sessionkey":"Z6QqzU0Fq1iT13bMgnRRfl8GoVA\u003d","ctxUserId":"2
>>>>"
>>>>,
>>>>"hypervisor":"XenServer","serviceOfferingId":"9c1e08a2-2dfe-4fa8-aea9-3
>>>>e
>>>>4
>>>>955a69cc2","_":"1365316424475","ctxAccountId":"2","ctxStartEventId":"49
>>>>"
>>>>,
>>>>"zoneId":"3a62dec3-cf95-4ba2-9af0-af2190af35e3"},
>>>> cmdVersion: 0, callbackType: 0, callbackAddress: null, status: 0,
>>>> processStatus: 0, resultCode: 0, result: null, initMsid: 1,
>>>>completeMsid:
>>>> null, lastUpdated: null, lastPolled: null, created: null}
>>>> 2013-04-07 00:33:44,572 DEBUG [cloud.async.AsyncJobManagerImpl]
>>>> (Job-Executor-37:job-44) Executing
>>>> org.apache.cloudstack.api.command.user.vm.DeployVMCmd for job-44
>>>> 2013-04-07 00:33:44,573 DEBUG [cloud.api.ApiServlet]
>>>> (1161145101@qtp-1008805148-33:null) ===END===  127.0.0.1 -- GET
>>>>
>>>>command=deployVirtualMachine&zoneId=3a62dec3-cf95-4ba2-9af0-af2190af35e
>>>>3
>>>>&
>>>>templateId=e4a7df4a-9e1c-11e2-a770-6e70e42a2333&hypervisor=XenServer&se
>>>>r
>>>>v
>>>>iceOfferingId=9c1e08a2-2dfe-4fa8-aea9-3e4955a69cc2&response=json&sessio
>>>>n
>>>>k
>>>>ey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316424475
>>>> 2013-04-07 00:33:44,578 DEBUG [cloud.api.ApiDispatcher]
>>>> (Job-Executor-37:job-44) InfrastructureEntity name
>>>> is:com.cloud.offering.ServiceOffering
>>>> 2013-04-07 00:33:44,581 DEBUG [cloud.api.ApiDispatcher]
>>>> (Job-Executor-37:job-44) ControlledEntity name
>>>> is:com.cloud.template.VirtualMachineTemplate
>>>> 2013-04-07 00:33:44,624 DEBUG [cloud.deploy.FirstFitPlanner]
>>>> (Job-Executor-37:job-44) DeploymentPlanner allocation algorithm:
>>>>random
>>>> 2013-04-07 00:33:44,624 DEBUG [cloud.deploy.FirstFitPlanner]
>>>> (Job-Executor-37:job-44) Trying to allocate a host and storage pools
>>>>from
>>>> dc:1, pod:null,cluster:null, requested cpu: 100, requested ram:
>>>>1073741824
>>>> 2013-04-07 00:33:44,624 DEBUG [cloud.deploy.FirstFitPlanner]
>>>> (Job-Executor-37:job-44) Is ROOT volume READY (pool already
>>>>allocated)?: No
>>>> 2013-04-07 00:33:44,624 DEBUG [cloud.deploy.FirstFitPlanner]
>>>> (Job-Executor-37:job-44) Searching all possible resources under this
>>>>Zone: 1
>>>> 2013-04-07 00:33:44,625 DEBUG [cloud.deploy.FirstFitPlanner]
>>>> (Job-Executor-37:job-44) Listing clusters in order of aggregate
>>>>capacity,
>>>> that have (atleast one host with) enough CPU and RAM capacity under
>>>>this
>>>> Zone: 1
>>>> 2013-04-07 00:33:44,626 DEBUG [cloud.deploy.FirstFitPlanner]
>>>> (Job-Executor-37:job-44) CPUOverprovisioningFactor considered: 1.0
>>>> 2013-04-07 00:33:44,638 DEBUG [cloud.deploy.FirstFitPlanner]
>>>> (Job-Executor-37:job-44) Cannot allocate cluster list [1, 2] for vm
>>>> creation since their allocated percentage crosses the disable capacity
>>>> threshold: 0.85 for capacity Type : 0, skipping these clusters
>>>> 2013-04-07 00:33:44,639 DEBUG [cloud.deploy.FirstFitPlanner]
>>>> (Job-Executor-37:job-44) Could not find suitable Deployment
>>>>Destination
>>>>for
>>>> this VM under any clusters, returning.
>>>> 2013-04-07 00:33:44,641 DEBUG [cloud.vm.UserVmManagerImpl]
>>>> (Job-Executor-37:job-44) Destroying vm
>>>> VM[User|a30b991d-1c38-4bae-803f-ab3be57a384f] as it failed to create
>>>>on
>>>> Host with Id:null
>>>> 2013-04-07 00:33:44,646 DEBUG [cloud.capacity.CapacityManagerImpl]
>>>> (Job-Executor-37:job-44) VM state transitted from :Stopped to Error
>>>>with
>>>> event: OperationFailedToErrorvm's original host id: null new host id:
>>>>null
>>>> host id before state transition: null
>>>> 2013-04-07 00:33:44,672 INFO  [user.vm.DeployVMCmd]
>>>> (Job-Executor-37:job-44)
>>>> com.cloud.exception.InsufficientServerCapacityException: Unable to
>>>>create a
>>>> deployment for
>>>>VM[User|a30b991d-1c38-4bae-803f-ab3be57a384f]Scope=interface
>>>> com.cloud.dc.DataCenter; id=1
>>>> 2013-04-07 00:33:44,672 INFO  [user.vm.DeployVMCmd]
>>>> (Job-Executor-37:job-44) Unable to create a deployment for
>>>> VM[User|a30b991d-1c38-4bae-803f-ab3be57a384f]
>>>> com.cloud.exception.InsufficientServerCapacityException: Unable to
>>>>create
>>>> a deployment for
>>>> VM[User|a30b991d-1c38-4bae-803f-ab3be57a384f]Scope=interface
>>>> com.cloud.dc.DataCenter; id=1
>>>>  at
>>>>
>>>>org.apache.cloudstack.engine.cloud.entity.api.VMEntityManagerImpl.reser
>>>>v
>>>>e
>>>>VirtualMachine(VMEntityManagerImpl.java:186)
>>>> at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
>>>>  at
>>>>
>>>>sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.ja
>>>>v
>>>>a
>>>>:39)
>>>> at
>>>>
>>>>sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccesso
>>>>r
>>>>I
>>>>mpl.java:25)
>>>>  at java.lang.reflect.Method.invoke(Method.java:597)
>>>> at
>>>>
>>>>org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection
>>>>(
>>>>A
>>>>opUtils.java:319)
>>>>  at
>>>>
>>>>org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoin
>>>>p
>>>>o
>>>>int(ReflectiveMethodInvocation.java:183)
>>>> at
>>>>
>>>>org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(Re
>>>>f
>>>>l
>>>>ectiveMethodInvocation.java:150)
>>>>  at
>>>>
>>>>org.springframework.aop.aspectj.MethodInvocationProceedingJoinPoint.pro
>>>>c
>>>>e
>>>>ed(MethodInvocationProceedingJoinPoint.java:80)
>>>> at
>>>>
>>>>com.cloud.utils.db.TransactionContextBuilder.AroundAnyMethod(Transactio
>>>>n
>>>>C
>>>>ontextBuilder.java:37)
>>>>  at sun.reflect.GeneratedMethodAccessor37.invoke(Unknown Source)
>>>> at
>>>>
>>>>sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccesso
>>>>r
>>>>I
>>>>mpl.java:25)
>>>>  at java.lang.reflect.Method.invoke(Method.java:597)
>>>> at
>>>>
>>>>org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMetho
>>>>d
>>>>W
>>>>ithGivenArgs(AbstractAspectJAdvice.java:621)
>>>>  at
>>>>
>>>>org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMetho
>>>>d
>>>>(
>>>>AbstractAspectJAdvice.java:610)
>>>> at
>>>>
>>>>org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroun
>>>>d
>>>>A
>>>>dvice.java:65)
>>>>  at
>>>>
>>>>org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(Re
>>>>f
>>>>l
>>>>ectiveMethodInvocation.java:172)
>>>> at
>>>>
>>>>org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(
>>>>E
>>>>x
>>>>poseInvocationInterceptor.java:90)
>>>>  at
>>>>
>>>>org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(Re
>>>>f
>>>>l
>>>>ectiveMethodInvocation.java:172)
>>>> at
>>>>
>>>>org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicA
>>>>o
>>>>p
>>>>Proxy.java:202)
>>>>  at com.sun.proxy.$Proxy297.reserveVirtualMachine(Unknown Source)
>>>> at
>>>>
>>>>org.apache.cloudstack.engine.cloud.entity.api.VirtualMachineEntityImpl.
>>>>r
>>>>e
>>>>serve(VirtualMachineEntityImpl.java:198)
>>>>  at
>>>>
>>>>com.cloud.vm.UserVmManagerImpl.startVirtualMachine(UserVmManagerImpl.ja
>>>>v
>>>>a
>>>>:3859)
>>>> at
>>>>
>>>>com.cloud.vm.UserVmManagerImpl.startVirtualMachine(UserVmManagerImpl.ja
>>>>v
>>>>a
>>>>:3458)
>>>>  at
>>>>
>>>>com.cloud.vm.UserVmManagerImpl.startVirtualMachine(UserVmManagerImpl.ja
>>>>v
>>>>a
>>>>:3444)
>>>> at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
>>>>  at
>>>>
>>>>sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.ja
>>>>v
>>>>a
>>>>:39)
>>>> at
>>>>
>>>>sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccesso
>>>>r
>>>>I
>>>>mpl.java:25)
>>>>  at java.lang.reflect.Method.invoke(Method.java:597)
>>>> at
>>>>
>>>>org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection
>>>>(
>>>>A
>>>>opUtils.java:319)
>>>>  at
>>>>
>>>>org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoin
>>>>p
>>>>o
>>>>int(ReflectiveMethodInvocation.java:183)
>>>> at
>>>>
>>>>org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(Re
>>>>f
>>>>l
>>>>ectiveMethodInvocation.java:150)
>>>>  at
>>>>
>>>>org.springframework.aop.aspectj.MethodInvocationProceedingJoinPoint.pro
>>>>c
>>>>e
>>>>ed(MethodInvocationProceedingJoinPoint.java:80)
>>>> at
>>>>
>>>>com.cloud.event.ActionEventInterceptor.AroundAnyMethod(ActionEventInter
>>>>c
>>>>e
>>>>ptor.java:53)
>>>>  at sun.reflect.GeneratedMethodAccessor359.invoke(Unknown Source)
>>>> at
>>>>
>>>>sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccesso
>>>>r
>>>>I
>>>>mpl.java:25)
>>>>  at java.lang.reflect.Method.invoke(Method.java:597)
>>>> at
>>>>
>>>>org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMetho
>>>>d
>>>>W
>>>>ithGivenArgs(AbstractAspectJAdvice.java:621)
>>>>  at
>>>>
>>>>org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMetho
>>>>d
>>>>(
>>>>AbstractAspectJAdvice.java:610)
>>>> at
>>>>
>>>>org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroun
>>>>d
>>>>A
>>>>dvice.java:65)
>>>>  at
>>>>
>>>>org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(Re
>>>>f
>>>>l
>>>>ectiveMethodInvocation.java:161)
>>>> at
>>>>
>>>>org.springframework.aop.aspectj.MethodInvocationProceedingJoinPoint.pro
>>>>c
>>>>e
>>>>ed(MethodInvocationProceedingJoinPoint.java:80)
>>>>  at
>>>>
>>>>com.cloud.utils.db.TransactionContextBuilder.AroundAnyMethod(Transactio
>>>>n
>>>>C
>>>>ontextBuilder.java:37)
>>>> at sun.reflect.GeneratedMethodAccessor37.invoke(Unknown Source)
>>>>  at
>>>>
>>>>sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccesso
>>>>r
>>>>I
>>>>mpl.java:25)
>>>> at java.lang.reflect.Method.invoke(Method.java:597)
>>>>  at
>>>>
>>>>org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMetho
>>>>d
>>>>W
>>>>ithGivenArgs(AbstractAspectJAdvice.java:621)
>>>> at
>>>>
>>>>org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMetho
>>>>d
>>>>(
>>>>AbstractAspectJAdvice.java:610)
>>>>  at
>>>>
>>>>org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroun
>>>>d
>>>>A
>>>>dvice.java:65)
>>>> at
>>>>
>>>>org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(Re
>>>>f
>>>>l
>>>>ectiveMethodInvocation.java:172)
>>>>  at
>>>>
>>>>org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(
>>>>E
>>>>x
>>>>poseInvocationInterceptor.java:90)
>>>> at
>>>>
>>>>org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(Re
>>>>f
>>>>l
>>>>ectiveMethodInvocation.java:172)
>>>>  at
>>>>
>>>>org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicA
>>>>o
>>>>p
>>>>Proxy.java:202)
>>>> at com.sun.proxy.$Proxy263.startVirtualMachine(Unknown Source)
>>>>  at
>>>>
>>>>org.apache.cloudstack.api.command.user.vm.DeployVMCmd.execute(DeployVMC
>>>>m
>>>>d
>>>>.java:379)
>>>> at com.cloud.api.ApiDispatcher.dispatch(ApiDispatcher.java:163)
>>>>  at net.sf.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204)
>>>> at
>>>>
>>>>org.springframework.aop.framework.Cglib2AopProxy$CglibMethodInvocation.
>>>>i
>>>>n
>>>>vokeJoinpoint(Cglib2AopProxy.java:689)
>>>>  at
>>>>
>>>>org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(Re
>>>>f
>>>>l
>>>>ectiveMethodInvocation.java:150)
>>>> at
>>>>
>>>>org.springframework.aop.aspectj.MethodInvocationProceedingJoinPoint.pro
>>>>c
>>>>e
>>>>ed(MethodInvocationProceedingJoinPoint.java:80)
>>>>  at
>>>>
>>>>com.cloud.utils.db.TransactionContextBuilder.AroundAnyMethod(Transactio
>>>>n
>>>>C
>>>>ontextBuilder.java:37)
>>>> at sun.reflect.GeneratedMethodAccessor37.invoke(Unknown Source)
>>>>  at
>>>>
>>>>sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccesso
>>>>r
>>>>I
>>>>mpl.java:25)
>>>> at java.lang.reflect.Method.invoke(Method.java:597)
>>>>  at
>>>>
>>>>org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMetho
>>>>d
>>>>W
>>>>ithGivenArgs(AbstractAspectJAdvice.java:621)
>>>> at
>>>>
>>>>org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMetho
>>>>d
>>>>(
>>>>AbstractAspectJAdvice.java:610)
>>>>  at
>>>>
>>>>org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroun
>>>>d
>>>>A
>>>>dvice.java:65)
>>>> at
>>>>
>>>>org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(Re
>>>>f
>>>>l
>>>>ectiveMethodInvocation.java:172)
>>>>  at
>>>>
>>>>org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(
>>>>E
>>>>x
>>>>poseInvocationInterceptor.java:90)
>>>> at
>>>>
>>>>org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(Re
>>>>f
>>>>l
>>>>ectiveMethodInvocation.java:172)
>>>>  at
>>>>
>>>>org.springframework.aop.framework.Cglib2AopProxy$DynamicAdvisedIntercep
>>>>t
>>>>o
>>>>r.intercept(Cglib2AopProxy.java:622)
>>>> at
>>>>com.cloud.async.AsyncJobManagerImpl$1.run(AsyncJobManagerImpl.java:437)
>>>>  at
>>>>
>>>>java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:439)
>>>> at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:303)
>>>>  at java.util.concurrent.FutureTask.run(FutureTask.java:138)
>>>> at
>>>>
>>>>java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecut
>>>>o
>>>>r
>>>>.java:895)
>>>>  at
>>>>
>>>>java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.j
>>>>a
>>>>v
>>>>a:918)
>>>> at java.lang.Thread.run(Thread.java:680)
>>>> 2013-04-07 00:33:44,674 DEBUG [cloud.async.AsyncJobManagerImpl]
>>>> (Job-Executor-37:job-44) Complete async job-44, jobStatus: 2,
>>>>resultCode:
>>>> 530, result: Error Code: 533 Error text: Unable to create a deployment
>>>>for
>>>> VM[User|a30b991d-1c38-4bae-803f-ab3be57a384f]
>>>> 2013-04-07 00:33:47,591 DEBUG [cloud.api.ApiServlet]
>>>> (1161145101@qtp-1008805148-33:null) ===START===  127.0.0.1 -- GET
>>>>
>>>>command=queryAsyncJobResult&jobId=8dd191cc-2709-4223-aee5-3ecd759d4afd&
>>>>r
>>>>e
>>>>sponse=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316427589
>>>> 2013-04-07 00:33:47,601 DEBUG [cloud.async.AsyncJobManagerImpl]
>>>> (1161145101@qtp-1008805148-33:null) Async job-44 completed
>>>> 2013-04-07 00:33:47,605 DEBUG [cloud.api.ApiServlet]
>>>> (1161145101@qtp-1008805148-33:null) ===END===  127.0.0.1 -- GET
>>>>
>>>>command=queryAsyncJobResult&jobId=8dd191cc-2709-4223-aee5-3ecd759d4afd&
>>>>r
>>>>e
>>>>sponse=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316427589
>>>> 2013-04-07 00:33:47,608 DEBUG [cloud.api.ApiServlet]
>>>> (1161145101@qtp-1008805148-33:null) ===START===  127.0.0.1 -- GET
>>>>
>>>>command=listVirtualMachines&id=a30b991d-1c38-4bae-803f-ab3be57a384f&res
>>>>p
>>>>o
>>>>nse=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316427606
>>>> 2013-04-07 00:33:47,621 DEBUG [cloud.api.ApiServlet]
>>>> (1161145101@qtp-1008805148-33:null) ===END===  127.0.0.1 -- GET
>>>>
>>>>command=listVirtualMachines&id=a30b991d-1c38-4bae-803f-ab3be57a384f&res
>>>>p
>>>>o
>>>>nse=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316427606
>>>> 2013-04-07 00:33:47,678 DEBUG [agent.manager.AgentManagerImpl]
>>>> (AgentManager-Handler-14:null) Ping from 3
>>>> 2013-04-07 00:33:50,451 DEBUG
>>>> [storage.secondary.SecondaryStorageManagerImpl] (secstorage-1:null)
>>>>Zone 1
>>>> is ready to launch secondary storage VM
>>>> 2013-04-07 00:33:50,559 DEBUG
>>>>[cloud.consoleproxy.ConsoleProxyManagerImpl]
>>>> (consoleproxy-1:null) Zone 1 is ready to launch console proxy
>>>> 2013-04-07 00:33:50,819 DEBUG
>>>> [network.router.VirtualNetworkApplianceManagerImpl]
>>>> (RouterStatusMonitor-1:null) Found 0 routers to update status.
>>>> 2013-04-07 00:33:50,820 DEBUG
>>>> [network.router.VirtualNetworkApplianceManagerImpl]
>>>> (RouterStatusMonitor-1:null) Found 0 networks to update RvR status.
>>>> 2013-04-07 00:33:50,851 DEBUG
>>>> [network.router.VirtualNetworkApplianceManagerImpl]
>>>> (RouterStatusMonitor-1:null) Found 0 routers to update status.
>>>> 2013-04-07 00:33:50,852 DEBUG
>>>> [network.router.VirtualNetworkApplianceManagerImpl]
>>>> (RouterStatusMonitor-1:null) Found 0 networks to update RvR status.
>>>> 2013-04-07 00:33:51,465 INFO  [agent.manager.AgentMonitor]
>>>> (Thread-11:null) Found the following agents behind on ping: [6, 5]
>>>> 2013-04-07 00:33:51,467 DEBUG [cloud.host.Status] (Thread-11:null)
>>>>Ping
>>>> timeout for host 6, do invstigation
>>>> 2013-04-07 00:33:51,468 DEBUG [cloud.host.Status] (Thread-11:null)
>>>>Ping
>>>> timeout for host 5, do invstigation
>>>> 2013-04-07 00:33:51,468 INFO  [agent.manager.AgentManagerImpl]
>>>> (AgentTaskPool-4:null) Investigating why host 6 has disconnected with
>>>>event
>>>> PingTimeout
>>>> 2013-04-07 00:33:51,468 DEBUG [agent.manager.AgentManagerImpl]
>>>> (AgentTaskPool-4:null) checking if agent (6) is alive
>>>> 2013-04-07 00:33:51,469 INFO  [agent.manager.AgentManagerImpl]
>>>> (AgentTaskPool-3:null) Investigating why host 5 has disconnected with
>>>>event
>>>> PingTimeout
>>>> 2013-04-07 00:33:51,470 DEBUG [agent.manager.AgentManagerImpl]
>>>> (AgentTaskPool-3:null) checking if agent (5) is alive
>>>> 2013-04-07 00:33:51,471 DEBUG [agent.transport.Request]
>>>> (AgentTaskPool-4:null) Seq 6-324993311: Sending  { Cmd , MgmtId: 1,
>>>>via: 6,
>>>> Ver: v1, Flags: 100011, [{"CheckHealthCommand":{"wait":50}}] }
>>>> 2013-04-07 00:33:51,471 DEBUG [agent.transport.Request]
>>>> (AgentTaskPool-4:null) Seq 6-324993311: Executing:  { Cmd , MgmtId: 1,
>>>>via:
>>>> 6, Ver: v1, Flags: 100011, [{"CheckHealthCommand":{"wait":50}}] }
>>>> 2013-04-07 00:33:51,472 DEBUG [agent.manager.DirectAgentAttache]
>>>> (DirectAgent-448:null) Seq 6-324993311: Executing request
>>>> 2013-04-07 00:33:51,473 DEBUG [agent.transport.Request]
>>>> (AgentTaskPool-3:null) Seq 5-614334815: Sending  { Cmd , MgmtId: 1,
>>>>via: 5,
>>>> Ver: v1, Flags: 100011, [{"CheckHealthCommand":{"wait":50}}] }
>>>> 2013-04-07 00:33:51,473 DEBUG [agent.transport.Request]
>>>> (AgentTaskPool-3:null) Seq 5-614334815: Executing:  { Cmd , MgmtId: 1,
>>>>via:
>>>> 5, Ver: v1, Flags: 100011, [{"CheckHealthCommand":{"wait":50}}] }
>>>> 2013-04-07 00:33:51,473 DEBUG [agent.manager.DirectAgentAttache]
>>>> (DirectAgent-261:null) Seq 5-614334815: Executing request
>>>> 2013-04-07 00:33:51,527 DEBUG [agent.manager.DirectAgentAttache]
>>>> (DirectAgent-448:null) Seq 6-324993311: Response Received:
>>>> 2013-04-07 00:33:51,527 DEBUG [agent.transport.Request]
>>>> (DirectAgent-448:null) Seq 6-324993311: Processing:  { Ans: , MgmtId:
>>>>1,
>>>> via: 6, Ver: v1, Flags: 10,
>>>> [{"CheckHealthAnswer":{"result":true,"details":"resource is
>>>> alive","wait":0}}] }
>>>> 2013-04-07 00:33:51,527 DEBUG [agent.transport.Request]
>>>> (AgentTaskPool-4:null) Seq 6-324993311: Received:  { Ans: , MgmtId: 1,
>>>>via:
>>>> 6, Ver: v1, Flags: 10, { CheckHealthAnswer } }
>>>> 2013-04-07 00:33:51,528 DEBUG [agent.manager.AgentManagerImpl]
>>>> (AgentTaskPool-4:null) Details from executing class
>>>> com.cloud.agent.api.CheckHealthCommand: resource is alive
>>>> 2013-04-07 00:33:51,528 DEBUG [agent.manager.AgentManagerImpl]
>>>> (AgentTaskPool-4:null) agent (6) responded to checkHeathCommand,
>>>>reporting
>>>> that agent is Up
>>>> 2013-04-07 00:33:51,528 INFO  [agent.manager.AgentManagerImpl]
>>>> (AgentTaskPool-4:null) The state determined is Up
>>>> 2013-04-07 00:33:51,528 INFO  [agent.manager.AgentManagerImpl]
>>>> (AgentTaskPool-4:null) Agent is determined to be up and running
>>>> 2013-04-07 00:33:51,528 DEBUG [cloud.host.Status]
>>>>(AgentTaskPool-4:null)
>>>> Transition:[Resource state = Enabled, Agent event = Ping, Host id = 6,
>>>>name
>>>> = Tut-XenServer]
>>>> 2013-04-07 00:33:51,531 DEBUG [cloud.host.Status]
>>>>(AgentTaskPool-4:null)
>>>> Agent status update: [id = 6; name = Tut-XenServer; old status = Up;
>>>>event
>>>> = Ping; new status = Up; old update count = 310; new update count =
>>>>311]
>>>> 2013-04-07 00:33:51,531 DEBUG [agent.manager.DirectAgentAttache]
>>>> (DirectAgent-261:null) Seq 5-614334815: Response Received:
>>>> 2013-04-07 00:33:51,531 DEBUG [agent.transport.Request]
>>>> (DirectAgent-261:null) Seq 5-614334815: Processing:  { Ans: , MgmtId:
>>>>1,
>>>> via: 5, Ver: v1, Flags: 10,
>>>> [{"CheckHealthAnswer":{"result":true,"details":"resource is
>>>> alive","wait":0}}] }
>>>> 2013-04-07 00:33:51,531 DEBUG [agent.transport.Request]
>>>> (AgentTaskPool-3:null) Seq 5-614334815: Received:  { Ans: , MgmtId: 1,
>>>>via:
>>>> 5, Ver: v1, Flags: 10, { CheckHealthAnswer } }
>>>> 2013-04-07 00:33:51,532 DEBUG [agent.manager.AgentManagerImpl]
>>>> (AgentTaskPool-3:null) Details from executing class
>>>> com.cloud.agent.api.CheckHealthCommand: resource is alive
>>>> 2013-04-07 00:33:51,532 DEBUG [agent.manager.AgentManagerImpl]
>>>> (AgentTaskPool-3:null) agent (5) responded to checkHeathCommand,
>>>>reporting
>>>> that agent is Up
>>>> 2013-04-07 00:33:51,532 INFO  [agent.manager.AgentManagerImpl]
>>>> (AgentTaskPool-3:null) The state determined is Up
>>>> 2013-04-07 00:33:51,532 INFO  [agent.manager.AgentManagerImpl]
>>>> (AgentTaskPool-3:null) Agent is determined to be up and running
>>>> 2013-04-07 00:33:51,532 DEBUG [cloud.host.Status]
>>>>(AgentTaskPool-3:null)
>>>> Transition:[Resource state = Enabled, Agent event = Ping, Host id = 5,
>>>>name
>>>> = Tut-XenServer2]
>>>> 2013-04-07 00:33:51,535 DEBUG [cloud.host.Status]
>>>>(AgentTaskPool-3:null)
>>>> Agent status update: [id = 5; name = Tut-XenServer2; old status = Up;
>>>>event
>>>> = Ping; new status = Up; old update count = 147; new update count =
>>>>148]
>>>> 2013-04-07 00:34:04,860 DEBUG [agent.manager.DirectAgentAttache]
>>>> (DirectAgent-239:null) Ping from 6
>>>> 2013-04-07 00:34:06,170 DEBUG [agent.manager.DirectAgentAttache]
>>>> (DirectAgent-185:null) Ping from 5
>>>> 2013-04-07 00:34:06,909 DEBUG [agent.manager.DirectAgentAttache]
>>>> (DirectAgent-461:null) Seq 6-324993028: Executing request
>>>> 2013-04-07 00:34:07,107 DEBUG [agent.manager.DirectAgentAttache]
>>>> (DirectAgent-461:null) Seq 6-324993028: Response Received:
>>>> 2013-04-07 00:34:07,107 DEBUG [agent.transport.Request]
>>>> (DirectAgent-461:null) Seq 6-324993028: Processing:  { Ans: , MgmtId:
>>>>1,
>>>> via: 6, Ver: v1, Flags: 10,
>>>>
>>>>[{"ClusterSyncAnswer":{"_clusterId":2,"_newStates":{},"_isExecuted":fal
>>>>s
>>>>e
>>>>,"result":true,"wait":0}}]
>>>> }
>>>> 2013-04-07 00:34:11,023 DEBUG [agent.manager.DirectAgentAttache]
>>>> (DirectAgent-450:null) Seq 5-614334468: Executing request
>>>> 2013-04-07 00:34:11,168 DEBUG [agent.manager.DirectAgentAttache]
>>>> (DirectAgent-450:null) Seq 5-614334468: Response Received:
>>>> 2013-04-07 00:34:11,168 DEBUG [agent.transport.Request]
>>>> (DirectAgent-450:null) Seq 5-614334468: Processing:  { Ans: , MgmtId:
>>>>1,
>>>> via: 5, Ver: v1, Flags: 10, [{"Answer":{"result":true,"wait":0}}] }
>>>> 2013-04-07 00:34:20,451 DEBUG
>>>> [storage.secondary.SecondaryStorageManagerImpl] (secstorage-1:null)
>>>>Zone 1
>>>> is ready to launch secondary storage VM
>>>> 2013-04-07 00:34:20,553 DEBUG
>>>>[cloud.consoleproxy.ConsoleProxyManagerImpl]
>>>> (consoleproxy-1:null) Zone 1 is ready to launch console proxy
>>>> 2013-04-07 00:34:20,820 DEBUG
>>>> [network.router.VirtualNetworkApplianceManagerImpl]
>>>> (RouterStatusMonitor-1:null) Found 0 routers to update status.
>>>> 2013-04-07 00:34:20,821 DEBUG
>>>> [network.router.VirtualNetworkApplianceManagerImpl]
>>>> (RouterStatusMonitor-1:null) Found 0 networks to update RvR status.
>>>> 2013-04-07 00:34:20,850 DEBUG
>>>> [network.router.VirtualNetworkApplianceManagerImpl]
>>>> (RouterStatusMonitor-1:null) Found 0 routers to update status.
>>>> 2013-04-07 00:34:20,851 DEBUG
>>>> [network.router.VirtualNetworkApplianceManagerImpl]
>>>> (RouterStatusMonitor-1:null) Found 0 networks to update RvR status.
>>>> 2013-04-07 00:34:24,891 DEBUG [agent.manager.AgentManagerImpl]
>>>> (AgentManager-Handler-15:null) Ping from 4
>>>> 2013-04-07 00:34:27,175 DEBUG [agent.manager.DirectAgentAttache]
>>>> (DirectAgent-126:null) Ping from 1
>>>> 2013-04-07 00:34:29,095 DEBUG [agent.manager.DirectAgentAttache]
>>>> (DirectAgent-182:null) Seq 1-90046472: Executing request
>>>> 2013-04-07 00:34:29,323 DEBUG [agent.manager.DirectAgentAttache]
>>>> (DirectAgent-182:null) Seq 1-90046472: Response Received:
>>>> 2013-04-07 00:34:29,323 DEBUG [agent.transport.Request]
>>>> (DirectAgent-182:null) Seq 1-90046472: Processing:  { Ans: , MgmtId:
>>>>1,
>>>> via: 1, Ver: v1, Flags: 10,
>>>>
>>>>[{"ClusterSyncAnswer":{"_clusterId":1,"_newStates":{},"_isExecuted":fal
>>>>s
>>>>e
>>>>,"result":true,"wait":0}}]
>>>> }
>>>> 2013-04-07 00:34:36,532 DEBUG [cloud.api.ApiServlet]
>>>> (1161145101@qtp-1008805148-33:null) ===START===  127.0.0.1 -- GET
>>>>
>>>>command=listVolumes&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoV
>>>>A
>>>>%
>>>>3D&listAll=true&page=1&pagesize=20&_=1365316476530
>>>> 2013-04-07 00:34:36,548 DEBUG [cloud.api.ApiServlet]
>>>> (1161145101@qtp-1008805148-33:null) ===END===  127.0.0.1 -- GET
>>>>
>>>>command=listVolumes&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoV
>>>>A
>>>>%
>>>>3D&listAll=true&page=1&pagesize=20&_=1365316476530
>>>> 2013-04-07 00:34:39,285 DEBUG [cloud.api.ApiServlet]
>>>> (1161145101@qtp-1008805148-33:null) ===START===  127.0.0.1 -- GET
>>>>
>>>>command=listVolumes&id=44d56727-6e5f-438a-8187-42adfac7c906&response=js
>>>>o
>>>>n
>>>>&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316479283
>>>> 2013-04-07 00:34:39,309 DEBUG [cloud.api.ApiServlet]
>>>> (1161145101@qtp-1008805148-33:null) ===END===  127.0.0.1 -- GET
>>>>
>>>>command=listVolumes&id=44d56727-6e5f-438a-8187-42adfac7c906&response=js
>>>>o
>>>>n
>>>>&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316479283
>>>> 2013-04-07 00:34:39,325 DEBUG [cloud.api.ApiServlet]
>>>> (1161145101@qtp-1008805148-33:null) ===START===  127.0.0.1 -- GET
>>>>
>>>>command=listTags&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3
>>>>D
>>>>&
>>>>resourceId=44d56727-6e5f-438a-8187-42adfac7c906&resourceType=Volume&lis
>>>>t
>>>>A
>>>>ll=true&_=1365316479323
>>>> 2013-04-07 00:34:39,334 DEBUG [cloud.api.ApiServlet]
>>>> (1161145101@qtp-1008805148-33:null) ===END===  127.0.0.1 -- GET
>>>>
>>>>command=listTags&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3
>>>>D
>>>>&
>>>>resourceId=44d56727-6e5f-438a-8187-42adfac7c906&resourceType=Volume&lis
>>>>t
>>>>A
>>>>ll=true&_=1365316479323
>>>> 2013-04-07 00:34:47,678 DEBUG [agent.manager.AgentManagerImpl]
>>>> (AgentManager-Handler-1:null) Ping from 3
>>>> 2013-04-07 00:34:50,455 DEBUG
>>>> [storage.secondary.SecondaryStorageManagerImpl] (secstorage-1:null)
>>>>Zone 1
>>>> is ready to launch secondary storage VM
>>>> 2013-04-07 00:34:50,557 DEBUG
>>>>[cloud.consoleproxy.ConsoleProxyManagerImpl]
>>>> (consoleproxy-1:null) Zone 1 is ready to launch console proxy
>>>> 2013-04-07 00:34:50,820 DEBUG
>>>> [network.router.VirtualNetworkApplianceManagerImpl]
>>>> (RouterStatusMonitor-1:null) Found 0 routers to update status.
>>>> 2013-04-07 00:34:50,821 DEBUG
>>>> [network.router.VirtualNetworkApplianceManagerImpl]
>>>> (RouterStatusMonitor-1:null) Found 0 networks to update RvR status.
>>>> 2013-04-07 00:34:50,850 DEBUG
>>>> [network.router.VirtualNetworkApplianceManagerImpl]
>>>> (RouterStatusMonitor-1:null) Found 0 routers to update status.
>>>> 2013-04-07 00:34:50,851 DEBUG
>>>> [network.router.VirtualNetworkApplianceManagerImpl]
>>>> (RouterStatusMonitor-1:null) Found 0 networks to update RvR status.
>>>> 2013-04-07 00:34:51,468 INFO  [agent.manager.AgentMonitor]
>>>> (Thread-11:null) Found the following agents behind on ping: [6, 5]
>>>> 2013-04-07 00:34:51,470 DEBUG [cloud.host.Status] (Thread-11:null)
>>>>Ping
>>>> timeout for host 6, do invstigation
>>>> 2013-04-07 00:34:51,471 DEBUG [cloud.host.Status] (Thread-11:null)
>>>>Ping
>>>> timeout for host 5, do invstigation
>>>> 2013-04-07 00:34:51,472 INFO  [agent.manager.AgentManagerImpl]
>>>> (AgentTaskPool-5:null) Investigating why host 6 has disconnected with
>>>>event
>>>> PingTimeout
>>>> 2013-04-07 00:34:51,472 DEBUG [agent.manager.AgentManagerImpl]
>>>> (AgentTaskPool-5:null) checking if agent (6) is alive
>>>> 2013-04-07 00:34:51,473 INFO  [agent.manager.AgentManagerImpl]
>>>> (AgentTaskPool-6:null) Investigating why host 5 has disconnected with
>>>>event
>>>> PingTimeout
>>>> 2013-04-07 00:34:51,473 DEBUG [agent.manager.AgentManagerImpl]
>>>> (AgentTaskPool-6:null) checking if agent (5) is alive
>>>> 2013-04-07 00:34:51,475 DEBUG [agent.transport.Request]
>>>> (AgentTaskPool-5:null) Seq 6-324993312: Sending  { Cmd , MgmtId: 1,
>>>>via: 6,
>>>> Ver: v1, Flags: 100011, [{"CheckHealthCommand":{"wait":50}}] }
>>>> 2013-04-07 00:34:51,475 DEBUG [agent.transport.Request]
>>>> (AgentTaskPool-5:null) Seq 6-324993312: Executing:  { Cmd , MgmtId: 1,
>>>>via:
>>>> 6, Ver: v1, Flags: 100011, [{"CheckHealthCommand":{"wait":50}}] }
>>>> 2013-04-07 00:34:51,475 DEBUG [agent.manager.DirectAgentAttache]
>>>> (DirectAgent-42:null) Seq 6-324993312: Executing request
>>>> 2013-04-07 00:34:51,476 DEBUG [agent.transport.Request]
>>>> (AgentTaskPool-6:null) Seq 5-614334816: Sending  { Cmd , MgmtId: 1,
>>>>via: 5,
>>>> Ver: v1, Flags: 100011, [{"CheckHealthCommand":{"wait":50}}] }
>>>> 2013-04-07 00:34:51,476 DEBUG [agent.transport.Request]
>>>> (AgentTaskPool-6:null) Seq 5-614334816: Executing:  { Cmd , MgmtId: 1,
>>>>via:
>>>> 5, Ver: v1, Flags: 100011, [{"CheckHealthCommand":{"wait":50}}] }
>>>> 2013-04-07 00:34:51,477 DEBUG [agent.manager.DirectAgentAttache]
>>>> (DirectAgent-164:null) Seq 5-614334816: Executing request
>>>> 2013-04-07 00:34:51,534 DEBUG [agent.manager.DirectAgentAttache]
>>>> (DirectAgent-164:null) Seq 5-614334816: Response Received:
>>>> 2013-04-07 00:34:51,535 DEBUG [agent.transport.Request]
>>>> (DirectAgent-164:null) Seq 5-614334816: Processing:  { Ans: , MgmtId:
>>>>1,
>>>> via: 5, Ver: v1, Flags: 10,
>>>> [{"CheckHealthAnswer":{"result":true,"details":"resource is
>>>> alive","wait":0}}] }
>>>> 2013-04-07 00:34:51,535 DEBUG [agent.transport.Request]
>>>> (AgentTaskPool-6:null) Seq 5-614334816: Received:  { Ans: , MgmtId: 1,
>>>>via:
>>>> 5, Ver: v1, Flags: 10, { CheckHealthAnswer } }
>>>> 2013-04-07 00:34:51,535 DEBUG [agent.manager.AgentManagerImpl]
>>>> (AgentTaskPool-6:null) Details from executing class
>>>> com.cloud.agent.api.CheckHealthCommand: resource is alive
>>>> 2013-04-07 00:34:51,535 DEBUG [agent.manager.AgentManagerImpl]
>>>> (AgentTaskPool-6:null) agent (5) responded to checkHeathCommand,
>>>>reporting
>>>> that agent is Up
>>>> 2013-04-07 00:34:51,535 INFO  [agent.manager.AgentManagerImpl]
>>>> (AgentTaskPool-6:null) The state determined is Up
>>>> 2013-04-07 00:34:51,535 INFO  [agent.manager.AgentManagerImpl]
>>>> (AgentTaskPool-6:null) Agent is determined to be up and running
>>>> 2013-04-07 00:34:51,535 DEBUG [cloud.host.Status]
>>>>(AgentTaskPool-6:null)
>>>> Transition:[Resource state = Enabled, Agent event = Ping, Host id = 5,
>>>>name
>>>> = Tut-XenServer2]
>>>> 2013-04-07 00:34:51,538 DEBUG [cloud.host.Status]
>>>>(AgentTaskPool-6:null)
>>>> Agent status update: [id = 5; name = Tut-XenServer2; old status = Up;
>>>>event
>>>> = Ping; new status = Up; old update count = 148; new update count =
>>>>149]
>>>> 2013-04-07 00:34:51,539 DEBUG [agent.manager.DirectAgentAttache]
>>>> (DirectAgent-42:null) Seq 6-324993312: Response Received:
>>>> 2013-04-07 00:34:51,539 DEBUG [agent.transport.Request]
>>>> (DirectAgent-42:null) Seq 6-324993312: Processing:  { Ans: , MgmtId:
>>>>1,
>>>> via: 6, Ver: v1, Flags: 10,
>>>> [{"CheckHealthAnswer":{"result":true,"details":"resource is
>>>> alive","wait":0}}] }
>>>> 2013-04-07 00:34:51,539 DEBUG [agent.transport.Request]
>>>> (AgentTaskPool-5:null) Seq 6-324993312: Received:  { Ans: , MgmtId: 1,
>>>>via:
>>>> 6, Ver: v1, Flags: 10, { CheckHealthAnswer } }
>>>> 2013-04-07 00:34:51,539 DEBUG [agent.manager.AgentManagerImpl]
>>>> (AgentTaskPool-5:null) Details from executing class
>>>> com.cloud.agent.api.CheckHealthCommand: resource is alive
>>>> 2013-04-07 00:34:51,539 DEBUG [agent.manager.AgentManagerImpl]
>>>> (AgentTaskPool-5:null) agent (6) responded to checkHeathCommand,
>>>>reporting
>>>> that agent is Up
>>>> 2013-04-07 00:34:51,539 INFO  [agent.manager.AgentManagerImpl]
>>>> (AgentTaskPool-5:null) The state determined is Up
>>>> 2013-04-07 00:34:51,539 INFO  [agent.manager.AgentManagerImpl]
>>>> (AgentTaskPool-5:null) Agent is determined to be up and running
>>>> 2013-04-07 00:34:51,539 DEBUG [cloud.host.Status]
>>>>(AgentTaskPool-5:null)
>>>> Transition:[Resource state = Enabled, Agent event = Ping, Host id = 6,
>>>>name
>>>> = Tut-XenServer]
>>>> 2013-04-07 00:34:51,542 DEBUG [cloud.host.Status]
>>>>(AgentTaskPool-5:null)
>>>> Agent status update: [id = 6; name = Tut-XenServer; old status = Up;
>>>>event
>>>> = Ping; new status = Up; old update count = 311; new update count =
>>>>312]
>>>> 2013-04-07 00:34:54,349 INFO  [cloud.vm.UserVmManagerImpl]
>>>> (UserVm-Scavenger-1:null) Found 1 vms to expunge.
>>>> 2013-04-07 00:34:54,349 DEBUG [cloud.vm.VirtualMachineManagerImpl]
>>>> (UserVm-Scavenger-1:null) Stopped called on
>>>> VM[User|a30b991d-1c38-4bae-803f-ab3be57a384f] but the state is Error
>>>> 2013-04-07 00:34:54,352 DEBUG [cloud.capacity.CapacityManagerImpl]
>>>> (UserVm-Scavenger-1:null) VM state transitted from :Error to Expunging
>>>>with
>>>> event: ExpungeOperationvm's original host id: null new host id: null
>>>>host
>>>> id before state transition: null
>>>> 2013-04-07 00:34:54,352 DEBUG [cloud.vm.VirtualMachineManagerImpl]
>>>> (UserVm-Scavenger-1:null) Destroying vm
>>>> VM[User|a30b991d-1c38-4bae-803f-ab3be57a384f]
>>>> 2013-04-07 00:34:54,352 DEBUG [cloud.vm.VirtualMachineManagerImpl]
>>>> (UserVm-Scavenger-1:null) Cleaning up NICS
>>>> 2013-04-07 00:34:54,352 DEBUG [cloud.network.NetworkManagerImpl]
>>>> (UserVm-Scavenger-1:null) Cleaning network for vm: 14
>>>> 2013-04-07 00:34:54,360 DEBUG [network.guru.DirectNetworkGuru]
>>>> (UserVm-Scavenger-1:null) Deallocate network: networkId: 204, ip: null
>>>> 2013-04-07 00:34:54,362 DEBUG [cloud.network.NetworkManagerImpl]
>>>> (UserVm-Scavenger-1:null) Removed nic id=20
>>>> 2013-04-07 00:34:54,362 DEBUG [cloud.storage.StorageManagerImpl]
>>>> (UserVm-Scavenger-1:null) Cleaning storage for vm: 14
>>>> 2013-04-07 00:34:54,363 DEBUG [cloud.storage.StorageManagerImpl]
>>>> (UserVm-Scavenger-1:null) Expunging Vol[14|vm=14|ROOT]
>>>> 2013-04-07 00:34:54,365 DEBUG [cloud.storage.StorageManagerImpl]
>>>> (UserVm-Scavenger-1:null) Marking volume that was never created as
>>>> destroyed: Vol[14|vm=14|ROOT]
>>>> 2013-04-07 00:34:54,368 DEBUG [cloud.vm.VirtualMachineManagerImpl]
>>>> (UserVm-Scavenger-1:null) Expunged
>>>> VM[User|a30b991d-1c38-4bae-803f-ab3be57a384f]
>>>> 2013-04-07 00:34:54,368 DEBUG [cloud.vm.UserVmManagerImpl]
>>>> (UserVm-Scavenger-1:null) Starting cleaning up vm
>>>> VM[User|a30b991d-1c38-4bae-803f-ab3be57a384f] resources...
>>>> 2013-04-07 00:34:54,371 INFO
>>>>[network.security.SecurityGroupManagerImpl]
>>>> (UserVm-Scavenger-1:null) Disassociated 1 network groups  from uservm
>>>>14
>>>> 2013-04-07 00:34:54,372 DEBUG
>>>>[network.security.SecurityGroupManagerImpl]
>>>> (UserVm-Scavenger-1:null) Security group mappings are removed
>>>>successfully
>>>> for vm id=14
>>>> 2013-04-07 00:34:54,376 DEBUG [network.firewall.FirewallManagerImpl]
>>>> (UserVm-Scavenger-1:null) No firewall rules are found for vm id=14
>>>> 2013-04-07 00:34:54,376 DEBUG [cloud.vm.UserVmManagerImpl]
>>>> (UserVm-Scavenger-1:null) Firewall rules are removed successfully as a
>>>>part
>>>> of vm id=14 expunge
>>>> 2013-04-07 00:34:54,378 DEBUG [network.rules.RulesManagerImpl]
>>>> (UserVm-Scavenger-1:null) No port forwarding rules are found for vm
>>>>id=14
>>>> 2013-04-07 00:34:54,378 DEBUG [cloud.vm.UserVmManagerImpl]
>>>> (UserVm-Scavenger-1:null) Port forwarding rules are removed
>>>>successfully as
>>>> a part of vm id=14 expunge
>>>> 2013-04-07 00:34:54,379 DEBUG [cloud.vm.UserVmManagerImpl]
>>>> (UserVm-Scavenger-1:null) Removed vm id=14 from all load balancers as
>>>>a
>>>> part of expunge process
>>>> 2013-04-07 00:34:54,379 DEBUG [cloud.vm.UserVmManagerImpl]
>>>> (UserVm-Scavenger-1:null) Successfully cleaned up vm
>>>> VM[User|a30b991d-1c38-4bae-803f-ab3be57a384f] resources as a part of
>>>> expunge process
>>>> 2013-04-07 00:34:54,873 DEBUG [cloud.api.ApiServlet]
>>>> (1161145101@qtp-1008805148-33:null) ===START===  127.0.0.1 -- GET
>>>>
>>>>command=listVirtualMachines&response=json&sessionkey=Z6QqzU0Fq1iT13bMgn
>>>>R
>>>>R
>>>>fl8GoVA%3D&listAll=true&page=1&pagesize=20&_=1365316494871
>>>> 2013-04-07 00:34:54,891 DEBUG [cloud.api.ApiServlet]
>>>> (1161145101@qtp-1008805148-33:null) ===END===  127.0.0.1 -- GET
>>>>
>>>>command=listVirtualMachines&response=json&sessionkey=Z6QqzU0Fq1iT13bMgn
>>>>R
>>>>R
>>>>fl8GoVA%3D&listAll=true&page=1&pagesize=20&_=1365316494871
>>>> 2013-04-07 00:34:57,672 DEBUG [cloud.api.ApiServlet]
>>>> (1161145101@qtp-1008805148-33:null) ===START===  127.0.0.1 -- GET
>>>>
>>>>command=listZones&id=3a62dec3-cf95-4ba2-9af0-af2190af35e3&response=json
>>>>&
>>>>s
>>>>essionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316497670
>>>> 2013-04-07 00:34:57,679 DEBUG [cloud.api.ApiServlet]
>>>> (1161145101@qtp-1008805148-33:null) ===END===  127.0.0.1 -- GET
>>>>
>>>>command=listZones&id=3a62dec3-cf95-4ba2-9af0-af2190af35e3&response=json
>>>>&
>>>>s
>>>>essionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316497670
>>>> 2013-04-07 00:34:57,683 DEBUG [cloud.api.ApiServlet]
>>>> (1161145101@qtp-1008805148-33:null) ===START===  127.0.0.1 -- GET
>>>>
>>>>command=listNetworks&id=9d28211f-440e-4233-86d1-214b404074eb&response=j
>>>>s
>>>>o
>>>>n&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316497681
>>>> 2013-04-07 00:34:57,708 DEBUG [cloud.api.ApiServlet]
>>>> (1161145101@qtp-1008805148-33:null) ===END===  127.0.0.1 -- GET
>>>>
>>>>command=listNetworks&id=9d28211f-440e-4233-86d1-214b404074eb&response=j
>>>>s
>>>>o
>>>>n&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316497681
>>>> 2013-04-07 00:34:57,714 DEBUG [cloud.api.ApiServlet]
>>>> (1161145101@qtp-1008805148-33:null) ===START===  127.0.0.1 -- GET
>>>>
>>>>command=listVirtualMachines&id=94ddc16f-04fc-4da1-8326-01d8d5cdeb44&res
>>>>p
>>>>o
>>>>nse=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316497712
>>>> 2013-04-07 00:34:57,731 DEBUG [cloud.api.ApiServlet]
>>>> (1161145101@qtp-1008805148-33:null) ===END===  127.0.0.1 -- GET
>>>>
>>>>command=listVirtualMachines&id=94ddc16f-04fc-4da1-8326-01d8d5cdeb44&res
>>>>p
>>>>o
>>>>nse=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316497712
>>>> 2013-04-07 00:34:57,738 DEBUG [cloud.api.ApiServlet]
>>>> (1161145101@qtp-1008805148-33:null) ===START===  127.0.0.1 -- GET
>>>>
>>>>command=listOsTypes&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoV
>>>>A
>>>>%
>>>>3D&_=1365316497736
>>>> 2013-04-07 00:34:57,754 DEBUG [cloud.api.ApiServlet]
>>>> (1109449945@qtp-1008805148-34:null) ===START===  127.0.0.1 -- GET
>>>>
>>>>command=listTags&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3
>>>>D
>>>>&
>>>>resourceId=94ddc16f-04fc-4da1-8326-01d8d5cdeb44&resourceType=UserVm&lis
>>>>t
>>>>A
>>>>ll=true&_=1365316497750
>>>> 2013-04-07 00:34:57,763 DEBUG [cloud.api.ApiServlet]
>>>> (1109449945@qtp-1008805148-34:null) ===END===  127.0.0.1 -- GET
>>>>
>>>>command=listTags&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3
>>>>D
>>>>&
>>>>resourceId=94ddc16f-04fc-4da1-8326-01d8d5cdeb44&resourceType=UserVm&lis
>>>>t
>>>>A
>>>>ll=true&_=1365316497750
>>>> 2013-04-07 00:34:57,889 DEBUG [cloud.api.ApiServlet]
>>>> (1161145101@qtp-1008805148-33:null) ===END===  127.0.0.1 -- GET
>>>>
>>>>command=listOsTypes&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoV
>>>>A
>>>>%
>>>>3D&_=1365316497736
>>>> 2013-04-07 00:35:01,051 DEBUG [cloud.api.ApiServlet]
>>>> (1109449945@qtp-1008805148-34:null) ===START===  127.0.0.1 -- GET
>>>>
>>>>command=listServiceOfferings&response=json&sessionkey=Z6QqzU0Fq1iT13bMg
>>>>n
>>>>R
>>>>Rfl8GoVA%3D&listAll=true&page=1&pagesize=20&issystem=false&_=1365316501
>>>>0
>>>>4
>>>>7
>>>> 2013-04-07 00:35:01,064 DEBUG [cloud.api.ApiServlet]
>>>> (1109449945@qtp-1008805148-34:null) ===END===  127.0.0.1 -- GET
>>>>
>>>>command=listServiceOfferings&response=json&sessionkey=Z6QqzU0Fq1iT13bMg
>>>>n
>>>>R
>>>>Rfl8GoVA%3D&listAll=true&page=1&pagesize=20&issystem=false&_=1365316501
>>>>0
>>>>4
>>>>7
>>>> 2013-04-07 00:35:03,427 DEBUG [cloud.api.ApiServlet]
>>>> (1109449945@qtp-1008805148-34:null) ===START===  127.0.0.1 -- GET
>>>>
>>>>command=listServiceOfferings&response=json&sessionkey=Z6QqzU0Fq1iT13bMg
>>>>n
>>>>R
>>>>Rfl8GoVA%3D&issystem=false&id=425cf3cf-4bc4-4e53-82a0-ba6c20dd3688&_=13
>>>>6
>>>>5
>>>>316503425
>>>> 2013-04-07 00:35:03,439 DEBUG [cloud.api.ApiServlet]
>>>> (1109449945@qtp-1008805148-34:null) ===END===  127.0.0.1 -- GET
>>>>
>>>>command=listServiceOfferings&response=json&sessionkey=Z6QqzU0Fq1iT13bMg
>>>>n
>>>>R
>>>>Rfl8GoVA%3D&issystem=false&id=425cf3cf-4bc4-4e53-82a0-ba6c20dd3688&_=13
>>>>6
>>>>5
>>>>316503425
>>>> 2013-04-07 00:35:04,848 DEBUG [agent.manager.DirectAgentAttache]
>>>> (DirectAgent-349:null) Ping from 6
>>>> 2013-04-07 00:35:06,206 DEBUG [agent.manager.DirectAgentAttache]
>>>> (DirectAgent-292:null) Ping from 5
>>>> 2013-04-07 00:35:06,909 DEBUG [agent.manager.DirectAgentAttache]
>>>> (DirectAgent-334:null) Seq 6-324993028: Executing request
>>>> 2013-04-07 00:35:07,112 DEBUG [agent.manager.DirectAgentAttache]
>>>> (DirectAgent-334:null) Seq 6-324993028: Response Received:
>>>> 2013-04-07 00:35:07,112 DEBUG [agent.transport.Request]
>>>> (DirectAgent-334:null) Seq 6-324993028: Processing:  { Ans: , MgmtId:
>>>>1,
>>>> via: 6, Ver: v1, Flags: 10,
>>>>
>>>>[{"ClusterSyncAnswer":{"_clusterId":2,"_newStates":{},"_isExecuted":fal
>>>>s
>>>>e
>>>>,"result":true,"wait":0}}]
>>>> }
>>>> 2013-04-07 00:35:08,821 DEBUG [cloud.api.ApiServlet]
>>>> (1109449945@qtp-1008805148-34:null) ===START===  127.0.0.1 -- GET
>>>>
>>>>command=listConfigurations&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnR
>>>>R
>>>>f
>>>>l8GoVA%3D&page=1&pagesize=20&_=1365316508819
>>>> 2013-04-07 00:35:08,845 DEBUG [cloud.api.ApiServlet]
>>>> (1109449945@qtp-1008805148-34:null) ===END===  127.0.0.1 -- GET
>>>>
>>>>command=listConfigurations&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnR
>>>>R
>>>>f
>>>>l8GoVA%3D&page=1&pagesize=20&_=1365316508819
>>>> 2013-04-07 00:35:10,407 DEBUG [cloud.api.ApiServlet]
>>>> (1109449945@qtp-1008805148-34:null) ===START===  127.0.0.1 -- GET
>>>>
>>>>command=listZones&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%
>>>>3
>>>>D
>>>>&_=1365316510405
>>>> 2013-04-07 00:35:10,416 DEBUG [cloud.api.ApiServlet]
>>>> (1109449945@qtp-1008805148-34:null) ===END===  127.0.0.1 -- GET
>>>>
>>>>command=listZones&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%
>>>>3
>>>>D
>>>>&_=1365316510405
>>>> 2013-04-07 00:35:10,429 DEBUG [cloud.api.ApiServlet]
>>>> (1109449945@qtp-1008805148-34:null) ===START===  127.0.0.1 -- GET
>>>>
>>>>command=listPods&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3
>>>>D
>>>>&
>>>>page=1&pagesize=1&_=1365316510426
>>>> 2013-04-07 00:35:10,436 DEBUG [cloud.api.ApiServlet]
>>>> (1109449945@qtp-1008805148-34:null) ===END===  127.0.0.1 -- GET
>>>>
>>>>command=listPods&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3
>>>>D
>>>>&
>>>>page=1&pagesize=1&_=1365316510426
>>>> 2013-04-07 00:35:10,440 DEBUG [cloud.api.ApiServlet]
>>>> (1109449945@qtp-1008805148-34:null) ===START===  127.0.0.1 -- GET
>>>>
>>>>command=listClusters&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8Go
>>>>V
>>>>A
>>>>%3D&page=1&pagesize=1&_=1365316510438
>>>> 2013-04-07 00:35:10,448 DEBUG [cloud.api.ApiServlet]
>>>> (1109449945@qtp-1008805148-34:null) ===END===  127.0.0.1 -- GET
>>>>
>>>>command=listClusters&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8Go
>>>>V
>>>>A
>>>>%3D&page=1&pagesize=1&_=1365316510438
>>>> 2013-04-07 00:35:10,451 DEBUG [cloud.api.ApiServlet]
>>>> (1109449945@qtp-1008805148-34:null) ===START===  127.0.0.1 -- GET
>>>>
>>>>command=listHosts&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%
>>>>3
>>>>D
>>>>&type=routing&page=1&pagesize=1&_=1365316510449
>>>> 2013-04-07 00:35:10,456 DEBUG [api.query.QueryManagerImpl]
>>>> (1109449945@qtp-1008805148-34:null) >>>Searching for hosts>>>
>>>> 2013-04-07 00:35:10,461 DEBUG [api.query.QueryManagerImpl]
>>>> (1109449945@qtp-1008805148-34:null) >>>Generating Response>>>
>>>> 2013-04-07 00:35:10,466 DEBUG [cloud.api.ApiServlet]
>>>> (1109449945@qtp-1008805148-34:null) ===END===  127.0.0.1 -- GET
>>>>
>>>>command=listHosts&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%
>>>>3
>>>>D
>>>>&type=routing&page=1&pagesize=1&_=1365316510449
>>>> 2013-04-07 00:35:10,470 DEBUG [cloud.api.ApiServlet]
>>>> (1109449945@qtp-1008805148-34:null) ===START===  127.0.0.1 -- GET
>>>>
>>>>command=listStoragePools&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRf
>>>>l
>>>>8
>>>>GoVA%3D&page=1&pagesize=1&_=1365316510468
>>>> 2013-04-07 00:35:10,479 DEBUG [cloud.api.ApiServlet]
>>>> (1109449945@qtp-1008805148-34:null) ===END===  127.0.0.1 -- GET
>>>>
>>>>command=listStoragePools&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRf
>>>>l
>>>>8
>>>>GoVA%3D&page=1&pagesize=1&_=1365316510468
>>>> 2013-04-07 00:35:10,483 DEBUG [cloud.api.ApiServlet]
>>>> (1109449945@qtp-1008805148-34:null) ===START===  127.0.0.1 -- GET
>>>>
>>>>command=listHosts&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%
>>>>3
>>>>D
>>>>&type=SecondaryStorage&page=1&pagesize=1&_=1365316510481
>>>> 2013-04-07 00:35:10,488 DEBUG [api.query.QueryManagerImpl]
>>>> (1109449945@qtp-1008805148-34:null) >>>Searching for hosts>>>
>>>> 2013-04-07 00:35:10,493 DEBUG [api.query.QueryManagerImpl]
>>>> (1109449945@qtp-1008805148-34:null) >>>Generating Response>>>
>>>> 2013-04-07 00:35:10,494 DEBUG [cloud.api.ApiServlet]
>>>> (1109449945@qtp-1008805148-34:null) ===END===  127.0.0.1 -- GET
>>>>
>>>>command=listHosts&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%
>>>>3
>>>>D
>>>>&type=SecondaryStorage&page=1&pagesize=1&_=1365316510481
>>>> 2013-04-07 00:35:10,500 DEBUG [cloud.api.ApiServlet]
>>>> (1109449945@qtp-1008805148-34:null) ===START===  127.0.0.1 -- GET
>>>>
>>>>command=listSystemVms&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8G
>>>>o
>>>>V
>>>>A%3D&page=1&pagesize=1&_=1365316510496
>>>> 2013-04-07 00:35:10,564 DEBUG [cloud.api.ApiServlet]
>>>> (1109449945@qtp-1008805148-34:null) ===END===  127.0.0.1 -- GET
>>>>
>>>>command=listSystemVms&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8G
>>>>o
>>>>V
>>>>A%3D&page=1&pagesize=1&_=1365316510496
>>>> 2013-04-07 00:35:10,568 DEBUG [cloud.api.ApiServlet]
>>>> (1109449945@qtp-1008805148-34:null) ===START===  127.0.0.1 -- GET
>>>>
>>>>command=listRouters&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoV
>>>>A
>>>>%
>>>>3D&projectid=-1&page=1&pagesize=1&_=1365316510566
>>>> 2013-04-07 00:35:10,576 DEBUG [cloud.api.ApiServlet]
>>>> (1109449945@qtp-1008805148-34:null) ===END===  127.0.0.1 -- GET
>>>>
>>>>command=listRouters&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoV
>>>>A
>>>>%
>>>>3D&projectid=-1&page=1&pagesize=1&_=1365316510566
>>>> 2013-04-07 00:35:10,579 DEBUG [cloud.api.ApiServlet]
>>>> (1109449945@qtp-1008805148-34:null) ===START===  127.0.0.1 -- GET
>>>>
>>>>command=listRouters&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoV
>>>>A
>>>>%
>>>>3D&listAll=true&page=1&pagesize=1&_=1365316510577
>>>> 2013-04-07 00:35:10,591 DEBUG [cloud.api.ApiServlet]
>>>> (1109449945@qtp-1008805148-34:null) ===END===  127.0.0.1 -- GET
>>>>
>>>>command=listRouters&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoV
>>>>A
>>>>%
>>>>3D&listAll=true&page=1&pagesize=1&_=1365316510577
>>>> 2013-04-07 00:35:10,595 DEBUG [cloud.api.ApiServlet]
>>>> (1109449945@qtp-1008805148-34:null) ===START===  127.0.0.1 -- GET
>>>>
>>>>command=listCapacity&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8Go
>>>>V
>>>>A
>>>>%3D&_=1365316510593
>>>> 2013-04-07 00:35:10,609 DEBUG [cloud.api.ApiServlet]
>>>> (1109449945@qtp-1008805148-34:null) ===END===  127.0.0.1 -- GET
>>>>
>>>>command=listCapacity&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8Go
>>>>V
>>>>A
>>>>%3D&_=1365316510593
>>>> 2013-04-07 00:35:11,022 DEBUG [agent.manager.DirectAgentAttache]
>>>> (DirectAgent-298:null) Seq 5-614334468: Executing request
>>>> 2013-04-07 00:35:11,171 DEBUG [agent.manager.DirectAgentAttache]
>>>> (DirectAgent-298:null) Seq 5-614334468: Response Received:
>>>> 2013-04-07 00:35:11,172 DEBUG [agent.transport.Request]
>>>> (DirectAgent-298:null) Seq 5-614334468: Processing:  { Ans: , MgmtId:
>>>>1,
>>>> via: 5, Ver: v1, Flags: 10, [{"Answer":{"result":true,"wait":0}}] }
>>>> 2013-04-07 00:35:12,493 DEBUG [cloud.api.ApiServlet]
>>>> (1109449945@qtp-1008805148-34:null) ===START===  127.0.0.1 -- GET
>>>>
>>>>command=listStoragePools&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRf
>>>>l
>>>>8
>>>>GoVA%3D&page=1&pageSize=20&listAll=true&_=1365316512490
>>>> 2013-04-07 00:35:12,508 DEBUG [cloud.api.ApiServlet]
>>>> (1109449945@qtp-1008805148-34:null) ===END===  127.0.0.1 -- GET
>>>>
>>>>command=listStoragePools&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRf
>>>>l
>>>>8
>>>>GoVA%3D&page=1&pageSize=20&listAll=true&_=1365316512490
>>>> 2013-04-07 00:35:18,008 DEBUG [cloud.api.ApiServlet]
>>>> (1109449945@qtp-1008805148-34:null) ===START===  127.0.0.1 -- GET
>>>>
>>>>command=listZones&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%
>>>>3
>>>>D
>>>>&id=3a62dec3-cf95-4ba2-9af0-af2190af35e3&_=1365316518006
>>>> 2013-04-07 00:35:18,016 DEBUG [cloud.api.ApiServlet]
>>>> (1109449945@qtp-1008805148-34:null) ===END===  127.0.0.1 -- GET
>>>>
>>>>command=listZones&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%
>>>>3
>>>>D
>>>>&id=3a62dec3-cf95-4ba2-9af0-af2190af35e3&_=1365316518006
>>>> 2013-04-07 00:35:18,022 DEBUG [cloud.api.ApiServlet]
>>>> (1109449945@qtp-1008805148-34:null) ===START===  127.0.0.1 -- GET
>>>>
>>>>command=listStoragePools&id=iSCSI_SR_4&response=json&sessionkey=Z6QqzU0
>>>>F
>>>>q
>>>>1iT13bMgnRRfl8GoVA%3D&_=1365316518019
>>>> 2013-04-07 00:35:18,036 DEBUG [cloud.api.ApiServlet]
>>>> (1109449945@qtp-1008805148-34:null) ===END===  127.0.0.1 -- GET
>>>>
>>>>command=listStoragePools&id=iSCSI_SR_4&response=json&sessionkey=Z6QqzU0
>>>>F
>>>>q
>>>>1iT13bMgnRRfl8GoVA%3D&_=1365316518019
>>>> 2013-04-07 00:35:20,457 DEBUG
>>>> [storage.secondary.SecondaryStorageManagerImpl] (secstorage-1:null)
>>>>Zone 1
>>>> is ready to launch secondary storage VM
>>>> 2013-04-07 00:35:20,560 DEBUG
>>>>[cloud.consoleproxy.ConsoleProxyManagerImpl]
>>>> (consoleproxy-1:null) Zone 1 is ready to launch console proxy
>>>> 2013-04-07 00:35:20,820 DEBUG
>>>> [network.router.VirtualNetworkApplianceManagerImpl]
>>>> (RouterStatusMonitor-1:null) Found 0 routers to update status.
>>>> 2013-04-07 00:35:20,821 DEBUG
>>>> [network.router.VirtualNetworkApplianceManagerImpl]
>>>> (RouterStatusMonitor-1:null) Found 0 networks to update RvR status.
>>>> 2013-04-07 00:35:20,850 DEBUG
>>>> [network.router.VirtualNetworkApplianceManagerImpl]
>>>> (RouterStatusMonitor-1:null) Found 0 routers to update status.
>>>> 2013-04-07 00:35:20,851 DEBUG
>>>> [network.router.VirtualNetworkApplianceManagerImpl]
>>>> (RouterStatusMonitor-1:null) Found 0 networks to update RvR status.
>>>> 2013-04-07 00:35:23,644 DEBUG [cloud.api.ApiServlet]
>>>> (1109449945@qtp-1008805148-34:null) ===START===  127.0.0.1 -- GET
>>>>
>>>>command=listZones&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%
>>>>3
>>>>D
>>>>&id=3a62dec3-cf95-4ba2-9af0-af2190af35e3&_=1365316523642
>>>> 2013-04-07 00:35:23,652 DEBUG [cloud.api.ApiServlet]
>>>> (1109449945@qtp-1008805148-34:null) ===END===  127.0.0.1 -- GET
>>>>
>>>>command=listZones&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%
>>>>3
>>>>D
>>>>&id=3a62dec3-cf95-4ba2-9af0-af2190af35e3&_=1365316523642
>>>> 2013-04-07 00:35:23,657 DEBUG [cloud.api.ApiServlet]
>>>> (1109449945@qtp-1008805148-34:null) ===START===  127.0.0.1 -- GET
>>>>
>>>>command=listStoragePools&id=iSCSI_SR_3&response=json&sessionkey=Z6QqzU0
>>>>F
>>>>q
>>>>1iT13bMgnRRfl8GoVA%3D&_=1365316523655
>>>> 2013-04-07 00:35:23,670 DEBUG [cloud.api.ApiServlet]
>>>> (1109449945@qtp-1008805148-34:null) ===END===  127.0.0.1 -- GET
>>>>
>>>>command=listStoragePools&id=iSCSI_SR_3&response=json&sessionkey=Z6QqzU0
>>>>F
>>>>q
>>>>1iT13bMgnRRfl8GoVA%3D&_=1365316523655
>>>> 2013-04-07 00:35:24,890 DEBUG [agent.manager.AgentManagerImpl]
>>>> (AgentManager-Handler-2:null) Ping from 4
>>>> 2013-04-07 00:35:25,447 DEBUG [cloud.api.ApiServlet]
>>>> (1109449945@qtp-1008805148-34:null) ===START===  127.0.0.1 -- GET
>>>>
>>>>command=listZones&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%
>>>>3
>>>>D
>>>>&_=1365316525443
>>>> 2013-04-07 00:35:25,456 DEBUG [cloud.api.ApiServlet]
>>>> (1109449945@qtp-1008805148-34:null) ===END===  127.0.0.1 -- GET
>>>>
>>>>command=listZones&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%
>>>>3
>>>>D
>>>>&_=1365316525443
>>>> 2013-04-07 00:35:25,467 DEBUG [cloud.api.ApiServlet]
>>>> (1109449945@qtp-1008805148-34:null) ===START===  127.0.0.1 -- GET
>>>>
>>>>command=listPods&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3
>>>>D
>>>>&
>>>>page=1&pagesize=1&_=1365316525465
>>>> 2013-04-07 00:35:25,474 DEBUG [cloud.api.ApiServlet]
>>>> (1109449945@qtp-1008805148-34:null) ===END===  127.0.0.1 -- GET
>>>>
>>>>command=listPods&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3
>>>>D
>>>>&
>>>>page=1&pagesize=1&_=1365316525465
>>>> 2013-04-07 00:35:25,477 DEBUG [cloud.api.ApiServlet]
>>>> (1109449945@qtp-1008805148-34:null) ===START===  127.0.0.1 -- GET
>>>>
>>>>command=listClusters&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8Go
>>>>V
>>>>A
>>>>%3D&page=1&pagesize=1&_=1365316525475
>>>> 2013-04-07 00:35:25,485 DEBUG [cloud.api.ApiServlet]
>>>> (1109449945@qtp-1008805148-34:null) ===END===  127.0.0.1 -- GET
>>>>
>>>>command=listClusters&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8Go
>>>>V
>>>>A
>>>>%3D&page=1&pagesize=1&_=1365316525475
>>>> 2013-04-07 00:35:25,488 DEBUG [cloud.api.ApiServlet]
>>>> (1109449945@qtp-1008805148-34:null) ===START===  127.0.0.1 -- GET
>>>>
>>>>command=listHosts&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%
>>>>3
>>>>D
>>>>&type=routing&page=1&pagesize=1&_=1365316525486
>>>> 2013-04-07 00:35:25,493 DEBUG [api.query.QueryManagerImpl]
>>>> (1109449945@qtp-1008805148-34:null) >>>Searching for hosts>>>
>>>> 2013-04-07 00:35:25,498 DEBUG [api.query.QueryManagerImpl]
>>>> (1109449945@qtp-1008805148-34:null) >>>Generating Response>>>
>>>> 2013-04-07 00:35:25,504 DEBUG [cloud.api.ApiServlet]
>>>> (1109449945@qtp-1008805148-34:null) ===END===  127.0.0.1 -- GET
>>>>
>>>>command=listHosts&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%
>>>>3
>>>>D
>>>>&type=routing&page=1&pagesize=1&_=1365316525486
>>>> 2013-04-07 00:35:25,507 DEBUG [cloud.api.ApiServlet]
>>>> (1109449945@qtp-1008805148-34:null) ===START===  127.0.0.1 -- GET
>>>>
>>>>command=listStoragePools&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRf
>>>>l
>>>>8
>>>>GoVA%3D&page=1&pagesize=1&_=1365316525505
>>>> 2013-04-07 00:35:25,517 DEBUG [cloud.api.ApiServlet]
>>>> (1109449945@qtp-1008805148-34:null) ===END===  127.0.0.1 -- GET
>>>>
>>>>command=listStoragePools&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRf
>>>>l
>>>>8
>>>>GoVA%3D&page=1&pagesize=1&_=1365316525505
>>>> 2013-04-07 00:35:25,522 DEBUG [cloud.api.ApiServlet]
>>>> (1109449945@qtp-1008805148-34:null) ===START===  127.0.0.1 -- GET
>>>>
>>>>command=listHosts&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%
>>>>3
>>>>D
>>>>&type=SecondaryStorage&page=1&pagesize=1&_=1365316525519
>>>> 2013-04-07 00:35:25,526 DEBUG [api.query.QueryManagerImpl]
>>>> (1109449945@qtp-1008805148-34:null) >>>Searching for hosts>>>
>>>> 2013-04-07 00:35:25,531 DEBUG [api.query.QueryManagerImpl]
>>>> (1109449945@qtp-1008805148-34:null) >>>Generating Response>>>
>>>> 2013-04-07 00:35:25,533 DEBUG [cloud.api.ApiServlet]
>>>> (1109449945@qtp-1008805148-34:null) ===END===  127.0.0.1 -- GET
>>>>
>>>>command=listHosts&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%
>>>>3
>>>>D
>>>>&type=SecondaryStorage&page=1&pagesize=1&_=1365316525519
>>>> 2013-04-07 00:35:25,536 DEBUG [cloud.api.ApiServlet]
>>>> (1109449945@qtp-1008805148-34:null) ===START===  127.0.0.1 -- GET
>>>>
>>>>command=listSystemVms&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8G
>>>>o
>>>>V
>>>>A%3D&page=1&pagesize=1&_=1365316525534
>>>> 2013-04-07 00:35:25,591 DEBUG [cloud.api.ApiServlet]
>>>> (1109449945@qtp-1008805148-34:null) ===END===  127.0.0.1 -- GET
>>>>
>>>>command=listSystemVms&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8G
>>>>o
>>>>V
>>>>A%3D&page=1&pagesize=1&_=1365316525534
>>>> 2013-04-07 00:35:25,595 DEBUG [cloud.api.ApiServlet]
>>>> (1109449945@qtp-1008805148-34:null) ===START===  127.0.0.1 -- GET
>>>>
>>>>command=listRouters&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoV
>>>>A
>>>>%
>>>>3D&projectid=-1&page=1&pagesize=1&_=1365316525593
>>>> 2013-04-07 00:35:25,603 DEBUG [cloud.api.ApiServlet]
>>>> (1109449945@qtp-1008805148-34:null) ===END===  127.0.0.1 -- GET
>>>>
>>>>command=listRouters&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoV
>>>>A
>>>>%
>>>>3D&projectid=-1&page=1&pagesize=1&_=1365316525593
>>>> 2013-04-07 00:35:25,606 DEBUG [cloud.api.ApiServlet]
>>>> (1109449945@qtp-1008805148-34:null) ===START===  127.0.0.1 -- GET
>>>>
>>>>command=listRouters&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoV
>>>>A
>>>>%
>>>>3D&listAll=true&page=1&pagesize=1&_=1365316525604
>>>> 2013-04-07 00:35:25,617 DEBUG [cloud.api.ApiServlet]
>>>> (1109449945@qtp-1008805148-34:null) ===END===  127.0.0.1 -- GET
>>>>
>>>>command=listRouters&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoV
>>>>A
>>>>%
>>>>3D&listAll=true&page=1&pagesize=1&_=1365316525604
>>>> 2013-04-07 00:35:25,621 DEBUG [cloud.api.ApiServlet]
>>>> (1109449945@qtp-1008805148-34:null) ===START===  127.0.0.1 -- GET
>>>>
>>>>command=listCapacity&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8Go
>>>>V
>>>>A
>>>>%3D&_=1365316525619
>>>> 2013-04-07 00:35:25,634 DEBUG [cloud.api.ApiServlet]
>>>> (1109449945@qtp-1008805148-34:null) ===END===  127.0.0.1 -- GET
>>>>
>>>>command=listCapacity&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8Go
>>>>V
>>>>A
>>>>%3D&_=1365316525619
>>>> 2013-04-07 00:35:27,158 DEBUG [agent.manager.DirectAgentAttache]
>>>> (DirectAgent-276:null) Ping from 1
>>>> 2013-04-07 00:35:29,095 DEBUG [agent.manager.DirectAgentAttache]
>>>> (DirectAgent-139:null) Seq 1-90046472: Executing request
>>>> 2013-04-07 00:35:29,302 DEBUG [agent.manager.DirectAgentAttache]
>>>> (DirectAgent-139:null) Seq 1-90046472: Response Received:
>>>> 2013-04-07 00:35:29,303 DEBUG [agent.transport.Request]
>>>> (DirectAgent-139:null) Seq 1-90046472: Processing:  { Ans: , MgmtId:
>>>>1,
>>>> via: 1, Ver: v1, Flags: 10,
>>>>
>>>>[{"ClusterSyncAnswer":{"_clusterId":1,"_newStates":{},"_isExecuted":fal
>>>>s
>>>>e
>>>>,"result":true,"wait":0}}]
>>>> }
>>>> 2013-04-07 00:35:31,624 DEBUG [cloud.api.ApiServlet]
>>>> (1109449945@qtp-1008805148-34:null) ===START===  127.0.0.1 -- GET
>>>>
>>>>command=listVirtualMachines&response=json&sessionkey=Z6QqzU0Fq1iT13bMgn
>>>>R
>>>>R
>>>>fl8GoVA%3D&listAll=true&page=1&pagesize=20&_=1365316531622
>>>> 2013-04-07 00:35:31,644 DEBUG [cloud.api.ApiServlet]
>>>> (1109449945@qtp-1008805148-34:null) ===END===  127.0.0.1 -- GET
>>>>
>>>>command=listVirtualMachines&response=json&sessionkey=Z6QqzU0Fq1iT13bMgn
>>>>R
>>>>R
>>>>fl8GoVA%3D&listAll=true&page=1&pagesize=20&_=1365316531622
>>>> 2013-04-07 00:35:32,710 DEBUG [cloud.api.ApiServlet]
>>>> (1109449945@qtp-1008805148-34:null) ===START===  127.0.0.1 -- GET
>>>>
>>>>command=listVolumes&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoV
>>>>A
>>>>%
>>>>3D&listAll=true&page=1&pagesize=20&_=1365316532708
>>>> 2013-04-07 00:35:32,724 DEBUG [cloud.api.ApiServlet]
>>>> (1109449945@qtp-1008805148-34:null) ===END===  127.0.0.1 -- GET
>>>>
>>>>command=listVolumes&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoV
>>>>A
>>>>%
>>>>3D&listAll=true&page=1&pagesize=20&_=1365316532708
>>>> 2013-04-07 00:35:33,917 DEBUG [cloud.api.ApiServlet]
>>>> (1109449945@qtp-1008805148-34:null) ===START===  127.0.0.1 -- GET
>>>>
>>>>command=listVirtualMachines&response=json&sessionkey=Z6QqzU0Fq1iT13bMgn
>>>>R
>>>>R
>>>>fl8GoVA%3D&listAll=true&page=1&pagesize=20&_=1365316533915
>>>> 2013-04-07 00:35:33,935 DEBUG [cloud.api.ApiServlet]
>>>> (1109449945@qtp-1008805148-34:null) ===END===  127.0.0.1 -- GET
>>>>
>>>>command=listVirtualMachines&response=json&sessionkey=Z6QqzU0Fq1iT13bMgn
>>>>R
>>>>R
>>>>fl8GoVA%3D&listAll=true&page=1&pagesize=20&_=1365316533915
>>>> 2013-04-07 00:35:35,668 DEBUG [cloud.api.ApiServlet]
>>>> (1109449945@qtp-1008805148-34:null) ===START===  127.0.0.1 -- GET
>>>>
>>>>command=listVirtualMachines&id=c18ddf7c-fc61-40b0-af75-fdef05f8eae6&res
>>>>p
>>>>o
>>>>nse=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316535666
>>>> 2013-04-07 00:35:35,689 DEBUG [cloud.api.ApiServlet]
>>>> (1109449945@qtp-1008805148-34:null) ===END===  127.0.0.1 -- GET
>>>>
>>>>command=listVirtualMachines&id=c18ddf7c-fc61-40b0-af75-fdef05f8eae6&res
>>>>p
>>>>o
>>>>nse=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316535666
>>>> 2013-04-07 00:35:35,695 DEBUG [cloud.api.ApiServlet]
>>>> (1109449945@qtp-1008805148-34:null) ===START===  127.0.0.1 -- GET
>>>>
>>>>command=listOsTypes&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoV
>>>>A
>>>>%
>>>>3D&_=1365316535693
>>>> 2013-04-07 00:35:35,873 DEBUG [cloud.api.ApiServlet]
>>>> (1109449945@qtp-1008805148-34:null) ===END===  127.0.0.1 -- GET
>>>>
>>>>command=listOsTypes&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoV
>>>>A
>>>>%
>>>>3D&_=1365316535693
>>>> 2013-04-07 00:35:39,081 DEBUG [cloud.api.ApiServlet]
>>>> (1109449945@qtp-1008805148-34:null) ===START===  127.0.0.1 -- GET
>>>>
>>>>command=destroyVirtualMachine&id=c18ddf7c-fc61-40b0-af75-fdef05f8eae6&r
>>>>e
>>>>s
>>>>ponse=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316539079
>>>> 2013-04-07 00:35:39,103 DEBUG [cloud.async.AsyncJobManagerImpl]
>>>> (1109449945@qtp-1008805148-34:null) submit async job-45, details:
>>>> AsyncJobVO {id:45, userId: 2, accountId: 2, sessionKey: null,
>>>>instanceType:
>>>> null, instanceId: 12, cmd:
>>>> org.apache.cloudstack.api.command.user.vm.DestroyVMCmd, cmdOriginator:
>>>> null, cmdInfo:
>>>>
>>>>{"id":"c18ddf7c-fc61-40b0-af75-fdef05f8eae6","response":"json","session
>>>>k
>>>>e
>>>>y":"Z6QqzU0Fq1iT13bMgnRRfl8GoVA\u003d","ctxUserId":"2","_":"13653165390
>>>>7
>>>>9
>>>>","ctxAccountId":"2","ctxStartEventId":"50"},
>>>> cmdVersion: 0, callbackType: 0, callbackAddress: null, status: 0,
>>>> processStatus: 0, resultCode: 0, result: null, initMsid: 1,
>>>>completeMsid:
>>>> null, lastUpdated: null, lastPolled: null, created: null}
>>>> 2013-04-07 00:35:39,104 DEBUG [cloud.async.AsyncJobManagerImpl]
>>>> (Job-Executor-38:job-45) Executing
>>>> org.apache.cloudstack.api.command.user.vm.DestroyVMCmd for job-45
>>>> 2013-04-07 00:35:39,105 DEBUG [cloud.api.ApiServlet]
>>>> (1109449945@qtp-1008805148-34:null) ===END===  127.0.0.1 -- GET
>>>>
>>>>command=destroyVirtualMachine&id=c18ddf7c-fc61-40b0-af75-fdef05f8eae6&r
>>>>e
>>>>s
>>>>ponse=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316539079
>>>> 2013-04-07 00:35:39,119 DEBUG [cloud.vm.VirtualMachineManagerImpl]
>>>> (Job-Executor-38:job-45) Destroying vm
>>>> VM[User|c18ddf7c-fc61-40b0-af75-fdef05f8eae6]
>>>> 2013-04-07 00:35:39,123 DEBUG [cloud.capacity.CapacityManagerImpl]
>>>> (Job-Executor-38:job-45) VM state transitted from :Running to Stopping
>>>>with
>>>> event: StopRequestedvm's original host id: 5 new host id: 5 host id
>>>>before
>>>> state transition: 5
>>>> 2013-04-07 00:35:39,125 DEBUG [agent.transport.Request]
>>>> (Job-Executor-38:job-45) Seq 5-614334817: Sending  { Cmd , MgmtId: 1,
>>>>via:
>>>> 5, Ver: v1, Flags: 100111,
>>>> [{"StopCommand":{"isProxy":false,"vmName":"i-2-12-VM","wait":0}}] }
>>>> 2013-04-07 00:35:39,125 DEBUG [agent.transport.Request]
>>>> (Job-Executor-38:job-45) Seq 5-614334817: Executing:  { Cmd , MgmtId:
>>>>1,
>>>> via: 5, Ver: v1, Flags: 100111,
>>>> [{"StopCommand":{"isProxy":false,"vmName":"i-2-12-VM","wait":0}}] }
>>>> 2013-04-07 00:35:39,125 DEBUG [agent.manager.DirectAgentAttache]
>>>> (DirectAgent-414:null) Seq 5-614334817: Executing request
>>>> 2013-04-07 00:35:39,289 DEBUG [xen.resource.CitrixResourceBase]
>>>> (DirectAgent-414:null) 9. The VM i-2-12-VM is in Stopping state
>>>> 2013-04-07 00:35:39,720 INFO  [xen.resource.CitrixResourceBase]
>>>> (DirectAgent-414:null) Removed  network rules for vm i-2-12-VM
>>>> 2013-04-07 00:35:42,113 DEBUG [cloud.api.ApiServlet]
>>>> (1109449945@qtp-1008805148-34:null) ===START===  127.0.0.1 -- GET
>>>>
>>>>command=queryAsyncJobResult&jobId=1288fa5b-8b5f-4952-b056-b180437edfd5&
>>>>r
>>>>e
>>>>sponse=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316542111
>>>> 2013-04-07 00:35:42,127 DEBUG [cloud.api.ApiServlet]
>>>> (1109449945@qtp-1008805148-34:null) ===END===  127.0.0.1 -- GET
>>>>
>>>>command=queryAsyncJobResult&jobId=1288fa5b-8b5f-4952-b056-b180437edfd5&
>>>>r
>>>>e
>>>>sponse=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316542111
>>>> 2013-04-07 00:35:45,114 DEBUG [cloud.api.ApiServlet]
>>>> (1109449945@qtp-1008805148-34:null) ===START===  127.0.0.1 -- GET
>>>>
>>>>command=queryAsyncJobResult&jobId=1288fa5b-8b5f-4952-b056-b180437edfd5&
>>>>r
>>>>e
>>>>sponse=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316545112
>>>> 2013-04-07 00:35:45,129 DEBUG [cloud.api.ApiServlet]
>>>> (1109449945@qtp-1008805148-34:null) ===END===  127.0.0.1 -- GET
>>>>
>>>>command=queryAsyncJobResult&jobId=1288fa5b-8b5f-4952-b056-b180437edfd5&
>>>>r
>>>>e
>>>>sponse=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316545112
>>>> 2013-04-07 00:35:47,682 DEBUG [agent.manager.AgentManagerImpl]
>>>> (AgentManager-Handler-3:null) Ping from 3
>>>> 2013-04-07 00:35:48,115 DEBUG [cloud.api.ApiServlet]
>>>> (1109449945@qtp-1008805148-34:null) ===START===  127.0.0.1 -- GET
>>>>
>>>>command=queryAsyncJobResult&jobId=1288fa5b-8b5f-4952-b056-b180437edfd5&
>>>>r
>>>>e
>>>>sponse=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316548112
>>>> 2013-04-07 00:35:48,133 DEBUG [cloud.api.ApiServlet]
>>>> (1109449945@qtp-1008805148-34:null) ===END===  127.0.0.1 -- GET
>>>>
>>>>command=queryAsyncJobResult&jobId=1288fa5b-8b5f-4952-b056-b180437edfd5&
>>>>r
>>>>e
>>>>sponse=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316548112
>>>> 2013-04-07 00:35:50,456 DEBUG
>>>> [storage.secondary.SecondaryStorageManagerImpl] (secstorage-1:null)
>>>>Zone 1
>>>> is ready to launch secondary storage VM
>>>> 2013-04-07 00:35:50,564 DEBUG
>>>>[cloud.consoleproxy.ConsoleProxyManagerImpl]
>>>> (consoleproxy-1:null) Zone 1 is ready to launch console proxy
>>>> 2013-04-07 00:35:50,819 DEBUG
>>>> [network.router.VirtualNetworkApplianceManagerImpl]
>>>> (RouterStatusMonitor-1:null) Found 0 routers to update status.
>>>> 2013-04-07 00:35:50,821 DEBUG
>>>> [network.router.VirtualNetworkApplianceManagerImpl]
>>>> (RouterStatusMonitor-1:null) Found 0 networks to update RvR status.
>>>> 2013-04-07 00:35:50,851 DEBUG
>>>> [network.router.VirtualNetworkApplianceManagerImpl]
>>>> (RouterStatusMonitor-1:null) Found 0 routers to update status.
>>>> 2013-04-07 00:35:50,852 DEBUG
>>>> [network.router.VirtualNetworkApplianceManagerImpl]
>>>> (RouterStatusMonitor-1:null) Found 0 networks to update RvR status.
>>>> 2013-04-07 00:35:51,117 DEBUG [cloud.api.ApiServlet]
>>>> (1109449945@qtp-1008805148-34:null) ===START===  127.0.0.1 -- GET
>>>>
>>>>command=queryAsyncJobResult&jobId=1288fa5b-8b5f-4952-b056-b180437edfd5&
>>>>r
>>>>e
>>>>sponse=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316551115
>>>> 2013-04-07 00:35:51,132 DEBUG [cloud.api.ApiServlet]
>>>> (1109449945@qtp-1008805148-34:null) ===END===  127.0.0.1 -- GET
>>>>
>>>>command=queryAsyncJobResult&jobId=1288fa5b-8b5f-4952-b056-b180437edfd5&
>>>>r
>>>>e
>>>>sponse=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316551115
>>>> 2013-04-07 00:35:51,242 DEBUG [xen.resource.CitrixResourceBase]
>>>> (DirectAgent-414:null) 10. The VM i-2-12-VM is in Stopped state
>>>> 2013-04-07 00:35:51,242 DEBUG [agent.manager.DirectAgentAttache]
>>>> (DirectAgent-414:null) Seq 5-614334817: Response Received:
>>>> 2013-04-07 00:35:51,243 DEBUG [agent.transport.Request]
>>>> (DirectAgent-414:null) Seq 5-614334817: Processing:  { Ans: , MgmtId:
>>>>1,
>>>> via: 5, Ver: v1, Flags: 110,
>>>> [{"StopAnswer":{"vncPort":0,"result":true,"details":"Stop VM i-2-12-VM
>>>> Succeed","wait":0}}] }
>>>> 2013-04-07 00:35:51,243 DEBUG [agent.transport.Request]
>>>> (Job-Executor-38:job-45) Seq 5-614334817: Received:  { Ans: , MgmtId:
>>>>1,
>>>> via: 5, Ver: v1, Flags: 110, { StopAnswer } }
>>>> 2013-04-07 00:35:51,243 DEBUG [agent.manager.AgentAttache]
>>>> (DirectAgent-414:null) Seq 5-614334817: No more commands found
>>>> 2013-04-07 00:35:51,244 DEBUG [cloud.vm.VirtualMachineManagerImpl]
>>>> (Job-Executor-38:job-45) VM[User|c18ddf7c-fc61-40b0-af75-fdef05f8eae6]
>>>>is
>>>> stopped on the host.  Proceeding to release resource held.
>>>> 2013-04-07 00:35:51,251 DEBUG [cloud.network.NetworkManagerImpl]
>>>> (Job-Executor-38:job-45) Changing active number of nics for network
>>>>id=204
>>>> on -1
>>>> 2013-04-07 00:35:51,252 DEBUG [cloud.network.NetworkManagerImpl]
>>>> (Job-Executor-38:job-45) Asking ElasticLoadBalancerElement to release
>>>> Nic[18-12-6416c373-20d8-4617-8dcb-30a8ff9d0f34-192.168.56.195]
>>>> 2013-04-07 00:35:51,252 DEBUG [cloud.network.NetworkManagerImpl]
>>>> (Job-Executor-38:job-45) Asking NiciraNvpElement to release
>>>> Nic[18-12-6416c373-20d8-4617-8dcb-30a8ff9d0f34-192.168.56.195]
>>>> 2013-04-07 00:35:51,252 DEBUG [network.element.NiciraNvpElement]
>>>> (Job-Executor-38:job-45) Checking if NiciraNvpElement can handle
>>>>service
>>>> Connectivity on network guestNetworkForBasicZone
>>>> 2013-04-07 00:35:51,252 DEBUG [cloud.network.NetworkManagerImpl]
>>>> (Job-Executor-38:job-45) Asking BigSwitchVnsElement to release
>>>> Nic[18-12-6416c373-20d8-4617-8dcb-30a8ff9d0f34-192.168.56.195]
>>>> 2013-04-07 00:35:51,252 DEBUG [network.element.BigSwitchVnsElement]
>>>> (Job-Executor-38:job-45) Checking if BigSwitchVnsElement can handle
>>>>service
>>>> Connectivity on network guestNetworkForBasicZone
>>>> 2013-04-07 00:35:51,252 DEBUG [cloud.network.NetworkManagerImpl]
>>>> (Job-Executor-38:job-45) Asking Ovs to release
>>>> Nic[18-12-6416c373-20d8-4617-8dcb-30a8ff9d0f34-192.168.56.195]
>>>> 2013-04-07 00:35:51,252 DEBUG [cloud.network.NetworkManagerImpl]
>>>> (Job-Executor-38:job-45) Asking BareMetalDhcp to release
>>>> Nic[18-12-6416c373-20d8-4617-8dcb-30a8ff9d0f34-192.168.56.195]
>>>> 2013-04-07 00:35:51,252 DEBUG [cloud.network.NetworkManagerImpl]
>>>> (Job-Executor-38:job-45) Asking BareMetalPxe to release
>>>> Nic[18-12-6416c373-20d8-4617-8dcb-30a8ff9d0f34-192.168.56.195]
>>>> 2013-04-07 00:35:51,252 DEBUG [cloud.network.NetworkManagerImpl]
>>>> (Job-Executor-38:job-45) Asking BareMetalUserdata to release
>>>> Nic[18-12-6416c373-20d8-4617-8dcb-30a8ff9d0f34-192.168.56.195]
>>>> 2013-04-07 00:35:51,252 DEBUG [cloud.network.NetworkManagerImpl]
>>>> (Job-Executor-38:job-45) Asking SecurityGroupProvider to release
>>>> Nic[18-12-6416c373-20d8-4617-8dcb-30a8ff9d0f34-192.168.56.195]
>>>> 2013-04-07 00:35:51,252 DEBUG [cloud.network.NetworkManagerImpl]
>>>> (Job-Executor-38:job-45) Asking VirtualRouter to release
>>>> Nic[18-12-6416c373-20d8-4617-8dcb-30a8ff9d0f34-192.168.56.195]
>>>> 2013-04-07 00:35:51,253 DEBUG [cloud.network.NetworkManagerImpl]
>>>> (Job-Executor-38:job-45) Asking VpcVirtualRouter to release
>>>> Nic[18-12-6416c373-20d8-4617-8dcb-30a8ff9d0f34-192.168.56.195]
>>>> 2013-04-07 00:35:51,253 DEBUG [cloud.network.NetworkManagerImpl]
>>>> (Job-Executor-38:job-45) Asking NiciraNvp to release
>>>> Nic[18-12-6416c373-20d8-4617-8dcb-30a8ff9d0f34-192.168.56.195]
>>>> 2013-04-07 00:35:51,253 DEBUG [network.element.NiciraNvpElement]
>>>> (Job-Executor-38:job-45) Checking if NiciraNvpElement can handle
>>>>service
>>>> Connectivity on network guestNetworkForBasicZone
>>>> 2013-04-07 00:35:51,253 DEBUG [cloud.network.NetworkManagerImpl]
>>>> (Job-Executor-38:job-45) Asking JuniperSRX to release
>>>> Nic[18-12-6416c373-20d8-4617-8dcb-30a8ff9d0f34-192.168.56.195]
>>>> 2013-04-07 00:35:51,253 DEBUG [cloud.network.NetworkManagerImpl]
>>>> (Job-Executor-38:job-45) Asking Netscaler to release
>>>> Nic[18-12-6416c373-20d8-4617-8dcb-30a8ff9d0f34-192.168.56.195]
>>>> 2013-04-07 00:35:51,253 DEBUG [cloud.network.NetworkManagerImpl]
>>>> (Job-Executor-38:job-45) Asking F5BigIP to release
>>>> Nic[18-12-6416c373-20d8-4617-8dcb-30a8ff9d0f34-192.168.56.195]
>>>> 2013-04-07 00:35:51,253 DEBUG [cloud.network.NetworkManagerImpl]
>>>> (Job-Executor-38:job-45) Asking CiscoNexus1000vVSM to release
>>>> Nic[18-12-6416c373-20d8-4617-8dcb-30a8ff9d0f34-192.168.56.195]
>>>> 2013-04-07 00:35:51,253 DEBUG [cloud.vm.VirtualMachineManagerImpl]
>>>> (Job-Executor-38:job-45) Successfully released network resources for
>>>>the vm
>>>> VM[User|c18ddf7c-fc61-40b0-af75-fdef05f8eae6]
>>>> 2013-04-07 00:35:51,253 DEBUG [cloud.vm.VirtualMachineManagerImpl]
>>>> (Job-Executor-38:job-45) Successfully released storage resources for
>>>>the vm
>>>> VM[User|c18ddf7c-fc61-40b0-af75-fdef05f8eae6]
>>>> 2013-04-07 00:35:51,298 DEBUG [cloud.capacity.CapacityManagerImpl]
>>>> (Job-Executor-38:job-45) VM state transitted from :Stopping to Stopped
>>>>with
>>>> event: OperationSucceededvm's original host id: 5 new host id: null
>>>>host id
>>>> before state transition: 5
>>>> 2013-04-07 00:35:51,302 DEBUG [cloud.capacity.CapacityManagerImpl]
>>>> (Job-Executor-38:job-45) Hosts's actual total CPU: 2479 and CPU after
>>>> applying overprovisioning: 2479
>>>> 2013-04-07 00:35:51,303 DEBUG [cloud.capacity.CapacityManagerImpl]
>>>> (Job-Executor-38:job-45) release cpu from host: 5, old used:
>>>>100,reserved:
>>>> 0, actual total: 2479, total with overprovisioning: 2479; new used:
>>>> 0,reserved:100; movedfromreserved: false,moveToReserveredtrue
>>>> 2013-04-07 00:35:51,303 DEBUG [cloud.capacity.CapacityManagerImpl]
>>>> (Job-Executor-38:job-45) release mem from host: 5, old used:
>>>> 1073741824,reserved: 0, total: 1671695424; new used:
>>>>0,reserved:1073741824;
>>>> movedfromreserved: false,moveToReserveredtrue
>>>> 2013-04-07 00:35:51,308 DEBUG [cloud.capacity.CapacityManagerImpl]
>>>> (Job-Executor-38:job-45) VM state transitted from :Stopped to
>>>>Destroyed
>>>> with event: DestroyRequestedvm's original host id: 5 new host id: null
>>>>host
>>>> id before state transition: null
>>>> 2013-04-07 00:35:51,313 DEBUG [cloud.capacity.CapacityManagerImpl]
>>>> (Job-Executor-38:job-45) Hosts's actual total CPU: 2479 and CPU after
>>>> applying overprovisioning: 2479
>>>> 2013-04-07 00:35:51,313 DEBUG [cloud.capacity.CapacityManagerImpl]
>>>> (Job-Executor-38:job-45) release cpu from host: 5, old used:
>>>>0,reserved:
>>>> 100, actual total: 2479, total with overprovisioning: 2479; new used:
>>>> 0,reserved:0; movedfromreserved: true,moveToReserveredfalse
>>>> 2013-04-07 00:35:51,313 DEBUG [cloud.capacity.CapacityManagerImpl]
>>>> (Job-Executor-38:job-45) release mem from host: 5, old used:
>>>>0,reserved:
>>>> 1073741824, total: 1671695424; new used: 0,reserved:0;
>>>>movedfromreserved:
>>>> true,moveToReserveredfalse
>>>> 2013-04-07 00:35:51,328 DEBUG [cloud.async.AsyncJobManagerImpl]
>>>> (Job-Executor-38:job-45) Complete async job-45, jobStatus: 1,
>>>>resultCode:
>>>> 0, result: org.apache.cloudstack.api.response.UserVmResponse@324f6e41
>>>> 2013-04-07 00:35:51,332 DEBUG [cloud.async.AsyncJobManagerImpl]
>>>> (Job-Executor-38:job-45) Done executing
>>>> org.apache.cloudstack.api.command.user.vm.DestroyVMCmd for job-45
>>>> 2013-04-07 00:35:51,397 DEBUG [cloud.api.ApiServlet]
>>>> (1109449945@qtp-1008805148-34:null) ===START===  127.0.0.1 -- GET
>>>>
>>>>command=listVirtualMachines&id=94ddc16f-04fc-4da1-8326-01d8d5cdeb44&res
>>>>p
>>>>o
>>>>nse=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316551394
>>>> 2013-04-07 00:35:51,417 DEBUG [cloud.api.ApiServlet]
>>>> (1109449945@qtp-1008805148-34:null) ===END===  127.0.0.1 -- GET
>>>>
>>>>command=listVirtualMachines&id=94ddc16f-04fc-4da1-8326-01d8d5cdeb44&res
>>>>p
>>>>o
>>>>nse=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316551394
>>>> 2013-04-07 00:35:51,425 DEBUG [cloud.api.ApiServlet]
>>>> (1109449945@qtp-1008805148-34:null) ===START===  127.0.0.1 -- GET
>>>>
>>>>command=listOsTypes&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoV
>>>>A
>>>>%
>>>>3D&_=1365316551423
>>>> 2013-04-07 00:35:51,472 INFO  [agent.manager.AgentMonitor]
>>>> (Thread-11:null) Found the following agents behind on ping: [6, 5]
>>>> 2013-04-07 00:35:51,473 DEBUG [cloud.host.Status] (Thread-11:null)
>>>>Ping
>>>> timeout for host 6, do invstigation
>>>> 2013-04-07 00:35:51,475 DEBUG [cloud.host.Status] (Thread-11:null)
>>>>Ping
>>>> timeout for host 5, do invstigation
>>>> 2013-04-07 00:35:51,475 INFO  [agent.manager.AgentManagerImpl]
>>>> (AgentTaskPool-7:null) Investigating why host 6 has disconnected with
>>>>event
>>>> PingTimeout
>>>> 2013-04-07 00:35:51,475 DEBUG [agent.manager.AgentManagerImpl]
>>>> (AgentTaskPool-7:null) checking if agent (6) is alive
>>>> 2013-04-07 00:35:51,478 INFO  [agent.manager.AgentManagerImpl]
>>>> (AgentTaskPool-8:null) Investigating why host 5 has disconnected with
>>>>event
>>>> PingTimeout
>>>> 2013-04-07 00:35:51,478 DEBUG [agent.manager.AgentManagerImpl]
>>>> (AgentTaskPool-8:null) checking if agent (5) is alive
>>>> 2013-04-07 00:35:51,480 DEBUG [agent.transport.Request]
>>>> (AgentTaskPool-7:null) Seq 6-324993313: Sending  { Cmd , MgmtId: 1,
>>>>via: 6,
>>>> Ver: v1, Flags: 100011, [{"CheckHealthCommand":{"wait":50}}] }
>>>> 2013-04-07 00:35:51,481 DEBUG [agent.transport.Request]
>>>> (AgentTaskPool-7:null) Seq 6-324993313: Executing:  { Cmd , MgmtId: 1,
>>>>via:
>>>> 6, Ver: v1, Flags: 100011, [{"CheckHealthCommand":{"wait":50}}] }
>>>> 2013-04-07 00:35:51,481 DEBUG [agent.manager.DirectAgentAttache]
>>>> (DirectAgent-361:null) Seq 6-324993313: Executing request
>>>> 2013-04-07 00:35:51,488 DEBUG [agent.transport.Request]
>>>> (AgentTaskPool-8:null) Seq 5-614334818: Sending  { Cmd , MgmtId: 1,
>>>>via: 5,
>>>> Ver: v1, Flags: 100011, [{"CheckHealthCommand":{"wait":50}}] }
>>>> 2013-04-07 00:35:51,489 DEBUG [agent.transport.Request]
>>>> (AgentTaskPool-8:null) Seq 5-614334818: Executing:  { Cmd , MgmtId: 1,
>>>>via:
>>>> 5, Ver: v1, Flags: 100011, [{"CheckHealthCommand":{"wait":50}}] }
>>>> 2013-04-07 00:35:51,489 DEBUG [agent.manager.DirectAgentAttache]
>>>> (DirectAgent-290:null) Seq 5-614334818: Executing request
>>>> 2013-04-07 00:35:51,556 DEBUG [agent.manager.DirectAgentAttache]
>>>> (DirectAgent-290:null) Seq 5-614334818: Response Received:
>>>> 2013-04-07 00:35:51,557 DEBUG [agent.transport.Request]
>>>> (DirectAgent-290:null) Seq 5-614334818: Processing:  { Ans: , MgmtId:
>>>>1,
>>>> via: 5, Ver: v1, Flags: 10,
>>>> [{"CheckHealthAnswer":{"result":true,"details":"resource is
>>>> alive","wait":0}}] }
>>>> 2013-04-07 00:35:51,557 DEBUG [agent.transport.Request]
>>>> (AgentTaskPool-8:null) Seq 5-614334818: Received:  { Ans: , MgmtId: 1,
>>>>via:
>>>> 5, Ver: v1, Flags: 10, { CheckHealthAnswer } }
>>>> 2013-04-07 00:35:51,557 DEBUG [agent.manager.AgentManagerImpl]
>>>> (AgentTaskPool-8:null) Details from executing class
>>>> com.cloud.agent.api.CheckHealthCommand: resource is alive
>>>> 2013-04-07 00:35:51,557 DEBUG [agent.manager.AgentManagerImpl]
>>>> (AgentTaskPool-8:null) agent (5) responded to checkHeathCommand,
>>>>reporting
>>>> that agent is Up
>>>> 2013-04-07 00:35:51,557 INFO  [agent.manager.AgentManagerImpl]
>>>> (AgentTaskPool-8:null) The state determined is Up
>>>> 2013-04-07 00:35:51,557 INFO  [agent.manager.AgentManagerImpl]
>>>> (AgentTaskPool-8:null) Agent is determined to be up and running
>>>> 2013-04-07 00:35:51,557 DEBUG [cloud.host.Status]
>>>>(AgentTaskPool-8:null)
>>>> Transition:[Resource state = Enabled, Agent event = Ping, Host id = 5,
>>>>name
>>>> = Tut-XenServer2]
>>>> 2013-04-07 00:35:51,563 DEBUG [cloud.host.Status]
>>>>(AgentTaskPool-8:null)
>>>> Agent status update: [id = 5; name = Tut-XenServer2; old status = Up;
>>>>event
>>>> = Ping; new status = Up; old update count = 149; new update count =
>>>>150]
>>>> 2013-04-07 00:35:51,568 DEBUG [agent.manager.DirectAgentAttache]
>>>> (DirectAgent-361:null) Seq 6-324993313: Response Received:
>>>> 2013-04-07 00:35:51,568 DEBUG [agent.transport.Request]
>>>> (DirectAgent-361:null) Seq 6-324993313: Processing:  { Ans: , MgmtId:
>>>>1,
>>>> via: 6, Ver: v1, Flags: 10,
>>>> [{"CheckHealthAnswer":{"result":true,"details":"resource is
>>>> alive","wait":0}}] }
>>>> 2013-04-07 00:35:51,569 DEBUG [agent.transport.Request]
>>>> (AgentTaskPool-7:null) Seq 6-324993313: Received:  { Ans: , MgmtId: 1,
>>>>via:
>>>> 6, Ver: v1, Flags: 10, { CheckHealthAnswer } }
>>>> 2013-04-07 00:35:51,569 DEBUG [agent.manager.AgentManagerImpl]
>>>> (AgentTaskPool-7:null) Details from executing class
>>>> com.cloud.agent.api.CheckHealthCommand: resource is alive
>>>> 2013-04-07 00:35:51,569 DEBUG [agent.manager.AgentManagerImpl]
>>>> (AgentTaskPool-7:null) agent (6) responded to checkHeathCommand,
>>>>reporting
>>>> that agent is Up
>>>> 2013-04-07 00:35:51,569 INFO  [agent.manager.AgentManagerImpl]
>>>> (AgentTaskPool-7:null) The state determined is Up
>>>> 2013-04-07 00:35:51,569 INFO  [agent.manager.AgentManagerImpl]
>>>> (AgentTaskPool-7:null) Agent is determined to be up and running
>>>> 2013-04-07 00:35:51,569 DEBUG [cloud.host.Status]
>>>>(AgentTaskPool-7:null)
>>>> Transition:[Resource state = Enabled, Agent event = Ping, Host id = 6,
>>>>name
>>>> = Tut-XenServer]
>>>> 2013-04-07 00:35:51,574 DEBUG [cloud.host.Status]
>>>>(AgentTaskPool-7:null)
>>>> Agent status update: [id = 6; name = Tut-XenServer; old status = Up;
>>>>event
>>>> = Ping; new status = Up; old update count = 312; new update count =
>>>>313]
>>>> 2013-04-07 00:35:51,668 DEBUG [cloud.api.ApiServlet]
>>>> (1109449945@qtp-1008805148-34:null) ===END===  127.0.0.1 -- GET
>>>>
>>>>command=listOsTypes&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoV
>>>>A
>>>>%
>>>>3D&_=1365316551423
>>>> 2013-04-07 00:35:54,118 DEBUG [cloud.api.ApiServlet]
>>>> (1109449945@qtp-1008805148-34:null) ===START===  127.0.0.1 -- GET
>>>>
>>>>command=queryAsyncJobResult&jobId=1288fa5b-8b5f-4952-b056-b180437edfd5&
>>>>r
>>>>e
>>>>sponse=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316554116
>>>> 2013-04-07 00:35:54,129 DEBUG [cloud.async.AsyncJobManagerImpl]
>>>> (1109449945@qtp-1008805148-34:null) Async job-45 completed
>>>> 2013-04-07 00:35:54,135 DEBUG [cloud.api.ApiServlet]
>>>> (1109449945@qtp-1008805148-34:null) ===END===  127.0.0.1 -- GET
>>>>
>>>>command=queryAsyncJobResult&jobId=1288fa5b-8b5f-4952-b056-b180437edfd5&
>>>>r
>>>>e
>>>>sponse=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316554116
>>>> 2013-04-07 00:35:55,077 DEBUG [cloud.api.ApiServlet]
>>>> (1109449945@qtp-1008805148-34:null) ===START===  127.0.0.1 -- GET
>>>>
>>>>command=destroyVirtualMachine&id=94ddc16f-04fc-4da1-8326-01d8d5cdeb44&r
>>>>e
>>>>s
>>>>ponse=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316555075
>>>> 2013-04-07 00:35:55,098 DEBUG [cloud.async.AsyncJobManagerImpl]
>>>> (1109449945@qtp-1008805148-34:null) submit async job-46, details:
>>>> AsyncJobVO {id:46, userId: 2, accountId: 2, sessionKey: null,
>>>>instanceType:
>>>> null, instanceId: 13, cmd:
>>>> org.apache.cloudstack.api.command.user.vm.DestroyVMCmd, cmdOriginator:
>>>> null, cmdInfo:
>>>>
>>>>{"id":"94ddc16f-04fc-4da1-8326-01d8d5cdeb44","response":"json","session
>>>>k
>>>>e
>>>>y":"Z6QqzU0Fq1iT13bMgnRRfl8GoVA\u003d","ctxUserId":"2","_":"13653165550
>>>>7
>>>>5
>>>>","ctxAccountId":"2","ctxStartEventId":"51"},
>>>> cmdVersion: 0, callbackType: 0, callbackAddress: null, status: 0,
>>>> processStatus: 0, resultCode: 0, result: null, initMsid: 1,
>>>>completeMsid:
>>>> null, lastUpdated: null, lastPolled: null, created: null}
>>>> 2013-04-07 00:35:55,098 DEBUG [cloud.async.AsyncJobManagerImpl]
>>>> (Job-Executor-39:job-46) Executing
>>>> org.apache.cloudstack.api.command.user.vm.DestroyVMCmd for job-46
>>>> 2013-04-07 00:35:55,100 DEBUG [cloud.api.ApiServlet]
>>>> (1109449945@qtp-1008805148-34:null) ===END===  127.0.0.1 -- GET
>>>>
>>>>command=destroyVirtualMachine&id=94ddc16f-04fc-4da1-8326-01d8d5cdeb44&r
>>>>e
>>>>s
>>>>ponse=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316555075
>>>> 2013-04-07 00:35:55,113 DEBUG [cloud.vm.VirtualMachineManagerImpl]
>>>> (Job-Executor-39:job-46) Destroying vm
>>>> VM[User|94ddc16f-04fc-4da1-8326-01d8d5cdeb44]
>>>> 2013-04-07 00:35:55,116 DEBUG [cloud.capacity.CapacityManagerImpl]
>>>> (Job-Executor-39:job-46) VM state transitted from :Running to Stopping
>>>>with
>>>> event: StopRequestedvm's original host id: 6 new host id: 6 host id
>>>>before
>>>> state transition: 6
>>>> 2013-04-07 00:35:55,118 DEBUG [agent.transport.Request]
>>>> (Job-Executor-39:job-46) Seq 6-324993314: Sending  { Cmd , MgmtId: 1,
>>>>via:
>>>> 6, Ver: v1, Flags: 100111,
>>>> [{"StopCommand":{"isProxy":false,"vmName":"i-2-13-VM","wait":0}}] }
>>>> 2013-04-07 00:35:55,118 DEBUG [agent.transport.Request]
>>>> (Job-Executor-39:job-46) Seq 6-324993314: Executing:  { Cmd , MgmtId:
>>>>1,
>>>> via: 6, Ver: v1, Flags: 100111,
>>>> [{"StopCommand":{"isProxy":false,"vmName":"i-2-13-VM","wait":0}}] }
>>>> 2013-04-07 00:35:55,118 DEBUG [agent.manager.DirectAgentAttache]
>>>> (DirectAgent-7:null) Seq 6-324993314: Executing request
>>>> 2013-04-07 00:35:55,216 DEBUG [xen.resource.CitrixResourceBase]
>>>> (DirectAgent-7:null) 9. The VM i-2-13-VM is in Stopping state
>>>> 2013-04-07 00:35:55,532 INFO  [xen.resource.CitrixResourceBase]
>>>> (DirectAgent-7:null) Removed  network rules for vm i-2-13-VM
>>>> 2013-04-07 00:35:58,107 DEBUG [cloud.api.ApiServlet]
>>>> (1109449945@qtp-1008805148-34:null) ===START===  127.0.0.1 -- GET
>>>>
>>>>command=queryAsyncJobResult&jobId=042967f3-4fd4-4bcf-a646-999eeca87235&
>>>>r
>>>>e
>>>>sponse=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316558105
>>>> 2013-04-07 00:35:58,121 DEBUG [cloud.api.ApiServlet]
>>>> (1109449945@qtp-1008805148-34:null) ===END===  127.0.0.1 -- GET
>>>>
>>>>command=queryAsyncJobResult&jobId=042967f3-4fd4-4bcf-a646-999eeca87235&
>>>>r
>>>>e
>>>>sponse=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316558105
>>>> 2013-04-07 00:36:01,107 DEBUG [cloud.api.ApiServlet]
>>>> (1109449945@qtp-1008805148-34:null) ===START===  127.0.0.1 -- GET
>>>>
>>>>command=queryAsyncJobResult&jobId=042967f3-4fd4-4bcf-a646-999eeca87235&
>>>>r
>>>>e
>>>>sponse=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316561105
>>>> 2013-04-07 00:36:01,121 DEBUG [cloud.api.ApiServlet]
>>>> (1109449945@qtp-1008805148-34:null) ===END===  127.0.0.1 -- GET
>>>>
>>>>command=queryAsyncJobResult&jobId=042967f3-4fd4-4bcf-a646-999eeca87235&
>>>>r
>>>>e
>>>>sponse=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316561105
>>>> 2013-04-07 00:36:04,108 DEBUG [cloud.api.ApiServlet]
>>>> (1109449945@qtp-1008805148-34:null) ===START===  127.0.0.1 -- GET
>>>>
>>>>command=queryAsyncJobResult&jobId=042967f3-4fd4-4bcf-a646-999eeca87235&
>>>>r
>>>>e
>>>>sponse=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316564106
>>>> 2013-04-07 00:36:04,128 DEBUG [cloud.api.ApiServlet]
>>>> (1109449945@qtp-1008805148-34:null) ===END===  127.0.0.1 -- GET
>>>>
>>>>command=queryAsyncJobResult&jobId=042967f3-4fd4-4bcf-a646-999eeca87235&
>>>>r
>>>>e
>>>>sponse=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316564106
>>>> 2013-04-07 00:36:04,783 DEBUG [xen.resource.CitrixResourceBase]
>>>> (DirectAgent-7:null) 10. The VM i-2-13-VM is in Stopped state
>>>> 2013-04-07 00:36:04,783 DEBUG [agent.manager.DirectAgentAttache]
>>>> (DirectAgent-7:null) Seq 6-324993314: Response Received:
>>>> 2013-04-07 00:36:04,783 DEBUG [agent.transport.Request]
>>>> (DirectAgent-7:null) Seq 6-324993314: Processing:  { Ans: , MgmtId: 1,
>>>>via:
>>>> 6, Ver: v1, Flags: 110,
>>>> [{"StopAnswer":{"vncPort":0,"result":true,"details":"Stop VM i-2-13-VM
>>>> Succeed","wait":0}}] }
>>>> 2013-04-07 00:36:04,783 DEBUG [agent.transport.Request]
>>>> (Job-Executor-39:job-46) Seq 6-324993314: Received:  { Ans: , MgmtId:
>>>>1,
>>>> via: 6, Ver: v1, Flags: 110, { StopAnswer } }
>>>> 2013-04-07 00:36:04,783 DEBUG [agent.manager.AgentAttache]
>>>> (DirectAgent-7:null) Seq 6-324993314: No more commands found
>>>> 2013-04-07 00:36:04,784 DEBUG [cloud.vm.VirtualMachineManagerImpl]
>>>> (Job-Executor-39:job-46) VM[User|94ddc16f-04fc-4da1-8326-01d8d5cdeb44]
>>>>is
>>>> stopped on the host.  Proceeding to release resource held.
>>>> 2013-04-07 00:36:04,793 DEBUG [cloud.network.NetworkManagerImpl]
>>>> (Job-Executor-39:job-46) Changing active number of nics for network
>>>>id=204
>>>> on -1
>>>> 2013-04-07 00:36:04,794 DEBUG [cloud.network.NetworkManagerImpl]
>>>> (Job-Executor-39:job-46) Asking ElasticLoadBalancerElement to release
>>>> Nic[19-13-a8349669-6ff2-443f-88d3-c5d69100df3a-192.168.56.146]
>>>> 2013-04-07 00:36:04,794 DEBUG [cloud.network.NetworkManagerImpl]
>>>> (Job-Executor-39:job-46) Asking NiciraNvpElement to release
>>>> Nic[19-13-a8349669-6ff2-443f-88d3-c5d69100df3a-192.168.56.146]
>>>> 2013-04-07 00:36:04,795 DEBUG [network.element.NiciraNvpElement]
>>>> (Job-Executor-39:job-46) Checking if NiciraNvpElement can handle
>>>>service
>>>> Connectivity on network guestNetworkForBasicZone
>>>> 2013-04-07 00:36:04,795 DEBUG [cloud.network.NetworkManagerImpl]
>>>> (Job-Executor-39:job-46) Asking BigSwitchVnsElement to release
>>>> Nic[19-13-a8349669-6ff2-443f-88d3-c5d69100df3a-192.168.56.146]
>>>> 2013-04-07 00:36:04,795 DEBUG [network.element.BigSwitchVnsElement]
>>>> (Job-Executor-39:job-46) Checking if BigSwitchVnsElement can handle
>>>>service
>>>> Connectivity on network guestNetworkForBasicZone
>>>> 2013-04-07 00:36:04,795 DEBUG [cloud.network.NetworkManagerImpl]
>>>> (Job-Executor-39:job-46) Asking Ovs to release
>>>> Nic[19-13-a8349669-6ff2-443f-88d3-c5d69100df3a-192.168.56.146]
>>>> 2013-04-07 00:36:04,795 DEBUG [cloud.network.NetworkManagerImpl]
>>>> (Job-Executor-39:job-46) Asking BareMetalDhcp to release
>>>> Nic[19-13-a8349669-6ff2-443f-88d3-c5d69100df3a-192.168.56.146]
>>>> 2013-04-07 00:36:04,795 DEBUG [cloud.network.NetworkManagerImpl]
>>>> (Job-Executor-39:job-46) Asking BareMetalPxe to release
>>>> Nic[19-13-a8349669-6ff2-443f-88d3-c5d69100df3a-192.168.56.146]
>>>> 2013-04-07 00:36:04,795 DEBUG [cloud.network.NetworkManagerImpl]
>>>> (Job-Executor-39:job-46) Asking BareMetalUserdata to release
>>>> Nic[19-13-a8349669-6ff2-443f-88d3-c5d69100df3a-192.168.56.146]
>>>> 2013-04-07 00:36:04,795 DEBUG [cloud.network.NetworkManagerImpl]
>>>> (Job-Executor-39:job-46) Asking SecurityGroupProvider to release
>>>> Nic[19-13-a8349669-6ff2-443f-88d3-c5d69100df3a-192.168.56.146]
>>>> 2013-04-07 00:36:04,795 DEBUG [cloud.network.NetworkManagerImpl]
>>>> (Job-Executor-39:job-46) Asking VirtualRouter to release
>>>> Nic[19-13-a8349669-6ff2-443f-88d3-c5d69100df3a-192.168.56.146]
>>>> 2013-04-07 00:36:04,795 DEBUG [cloud.network.NetworkManagerImpl]
>>>> (Job-Executor-39:job-46) Asking VpcVirtualRouter to release
>>>> Nic[19-13-a8349669-6ff2-443f-88d3-c5d69100df3a-192.168.56.146]
>>>> 2013-04-07 00:36:04,795 DEBUG [cloud.network.NetworkManagerImpl]
>>>> (Job-Executor-39:job-46) Asking NiciraNvp to release
>>>> Nic[19-13-a8349669-6ff2-443f-88d3-c5d69100df3a-192.168.56.146]
>>>> 2013-04-07 00:36:04,795 DEBUG [network.element.NiciraNvpElement]
>>>> (Job-Executor-39:job-46) Checking if NiciraNvpElement can handle
>>>>service
>>>> Connectivity on network guestNetworkForBasicZone
>>>> 2013-04-07 00:36:04,795 DEBUG [cloud.network.NetworkManagerImpl]
>>>> (Job-Executor-39:job-46) Asking JuniperSRX to release
>>>> Nic[19-13-a8349669-6ff2-443f-88d3-c5d69100df3a-192.168.56.146]
>>>> 2013-04-07 00:36:04,795 DEBUG [cloud.network.NetworkManagerImpl]
>>>> (Job-Executor-39:job-46) Asking Netscaler to release
>>>> Nic[19-13-a8349669-6ff2-443f-88d3-c5d69100df3a-192.168.56.146]
>>>> 2013-04-07 00:36:04,795 DEBUG [cloud.network.NetworkManagerImpl]
>>>> (Job-Executor-39:job-46) Asking F5BigIP to release
>>>> Nic[19-13-a8349669-6ff2-443f-88d3-c5d69100df3a-192.168.56.146]
>>>> 2013-04-07 00:36:04,795 DEBUG [cloud.network.NetworkManagerImpl]
>>>> (Job-Executor-39:job-46) Asking CiscoNexus1000vVSM to release
>>>> Nic[19-13-a8349669-6ff2-443f-88d3-c5d69100df3a-192.168.56.146]
>>>> 2013-04-07 00:36:04,795 DEBUG [cloud.vm.VirtualMachineManagerImpl]
>>>> (Job-Executor-39:job-46) Successfully released network resources for
>>>>the vm
>>>> VM[User|94ddc16f-04fc-4da1-8326-01d8d5cdeb44]
>>>> 2013-04-07 00:36:04,795 DEBUG [cloud.vm.VirtualMachineManagerImpl]
>>>> (Job-Executor-39:job-46) Successfully released storage resources for
>>>>the vm
>>>> VM[User|94ddc16f-04fc-4da1-8326-01d8d5cdeb44]
>>>> 2013-04-07 00:36:04,836 DEBUG [cloud.capacity.CapacityManagerImpl]
>>>> (Job-Executor-39:job-46) VM state transitted from :Stopping to Stopped
>>>>with
>>>> event: OperationSucceededvm's original host id: 6 new host id: null
>>>>host id
>>>> before state transition: 6
>>>> 2013-04-07 00:36:04,843 DEBUG [cloud.capacity.CapacityManagerImpl]
>>>> (Job-Executor-39:job-46) Hosts's actual total CPU: 2382 and CPU after
>>>> applying overprovisioning: 2382
>>>> 2013-04-07 00:36:04,844 DEBUG [cloud.capacity.CapacityManagerImpl]
>>>> (Job-Executor-39:job-46) release cpu from host: 6, old used:
>>>>200,reserved:
>>>> 0, actual total: 2382, total with overprovisioning: 2382; new used:
>>>> 100,reserved:100; movedfromreserved: false,moveToReserveredtrue
>>>> 2013-04-07 00:36:04,844 DEBUG [cloud.capacity.CapacityManagerImpl]
>>>> (Job-Executor-39:job-46) release mem from host: 6, old used:
>>>> 1178599424,reserved: 0, total: 1671695424; new used:
>>>> 104857600,reserved:1073741824; movedfromreserved:
>>>>false,moveToReserveredtrue
>>>> 2013-04-07 00:36:04,854 DEBUG [cloud.capacity.CapacityManagerImpl]
>>>> (Job-Executor-39:job-46) VM state transitted from :Stopped to
>>>>Destroyed
>>>> with event: DestroyRequestedvm's original host id: 6 new host id: null
>>>>host
>>>> id before state transition: null
>>>> 2013-04-07 00:36:04,863 DEBUG [cloud.capacity.CapacityManagerImpl]
>>>> (Job-Executor-39:job-46) Hosts's actual total CPU: 2382 and CPU after
>>>> applying overprovisioning: 2382
>>>> 2013-04-07 00:36:04,863 DEBUG [cloud.capacity.CapacityManagerImpl]
>>>> (Job-Executor-39:job-46) release cpu from host: 6, old used:
>>>>100,reserved:
>>>> 100, actual total: 2382, total with overprovisioning: 2382; new used:
>>>> 100,reserved:0; movedfromreserved: true,moveToReserveredfalse
>>>> 2013-04-07 00:36:04,863 DEBUG [cloud.capacity.CapacityManagerImpl]
>>>> (Job-Executor-39:job-46) release mem from host: 6, old used:
>>>> 104857600,reserved: 1073741824, total: 1671695424; new used:
>>>> 104857600,reserved:0; movedfromreserved: true,moveToReserveredfalse
>>>> 2013-04-07 00:36:04,892 DEBUG [cloud.async.AsyncJobManagerImpl]
>>>> (Job-Executor-39:job-46) Complete async job-46, jobStatus: 1,
>>>>resultCode:
>>>> 0, result: org.apache.cloudstack.api.response.UserVmResponse@519ba6bb
>>>> 2013-04-07 00:36:04,897 DEBUG [cloud.async.AsyncJobManagerImpl]
>>>> (Job-Executor-39:job-46) Done executing
>>>> org.apache.cloudstack.api.command.user.vm.DestroyVMCmd for job-46
>>>> 2013-04-07 00:36:04,949 DEBUG [agent.manager.DirectAgentAttache]
>>>> (DirectAgent-410:null) Ping from 6
>>>> 2013-04-07 00:36:06,058 DEBUG [agent.manager.DirectAgentAttache]
>>>> (DirectAgent-234:null) Ping from 5
>>>> 2013-04-07 00:36:06,909 DEBUG [agent.manager.DirectAgentAttache]
>>>> (DirectAgent-407:null) Seq 6-324993028: Executing request
>>>> 2013-04-07 00:36:07,097 DEBUG [xen.resource.CitrixResourceBase]
>>>> (DirectAgent-407:null) VM missing i-2-13-VM old state stopped so
>>>>removing.
>>>> 2013-04-07 00:36:07,098 DEBUG [xen.resource.CitrixResourceBase]
>>>> (DirectAgent-407:null) VM missing i-2-12-VM old state stopped so
>>>>removing.
>>>> 2013-04-07 00:36:07,098 DEBUG [agent.manager.DirectAgentAttache]
>>>> (DirectAgent-407:null) Seq 6-324993028: Response Received:
>>>> 2013-04-07 00:36:07,098 DEBUG [agent.transport.Request]
>>>> (DirectAgent-407:null) Seq 6-324993028: Processing:  { Ans: , MgmtId:
>>>>1,
>>>> via: 6, Ver: v1, Flags: 10,
>>>>
>>>>[{"ClusterSyncAnswer":{"_clusterId":2,"_newStates":{},"_isExecuted":fal
>>>>s
>>>>e
>>>>,"result":true,"wait":0}}]
>>>> }
>>>> 2013-04-07 00:36:07,109 DEBUG [cloud.api.ApiServlet]
>>>> (1109449945@qtp-1008805148-34:null) ===START===  127.0.0.1 -- GET
>>>>
>>>>command=queryAsyncJobResult&jobId=042967f3-4fd4-4bcf-a646-999eeca87235&
>>>>r
>>>>e
>>>>sponse=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316567107
>>>> 2013-04-07 00:36:07,119 DEBUG [cloud.async.AsyncJobManagerImpl]
>>>> (1109449945@qtp-1008805148-34:null) Async job-46 completed
>>>> 2013-04-07 00:36:07,125 DEBUG [cloud.api.ApiServlet]
>>>> (1109449945@qtp-1008805148-34:null) ===END===  127.0.0.1 -- GET
>>>>
>>>>command=queryAsyncJobResult&jobId=042967f3-4fd4-4bcf-a646-999eeca87235&
>>>>r
>>>>e
>>>>sponse=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316567107
>>>> 2013-04-07 00:36:11,022 DEBUG [agent.manager.DirectAgentAttache]
>>>> (DirectAgent-110:null) Seq 5-614334468: Executing request
>>>> 2013-04-07 00:36:11,171 DEBUG [agent.manager.DirectAgentAttache]
>>>> (DirectAgent-110:null) Seq 5-614334468: Response Received:
>>>> 2013-04-07 00:36:11,171 DEBUG [agent.transport.Request]
>>>> (DirectAgent-110:null) Seq 5-614334468: Processing:  { Ans: , MgmtId:
>>>>1,
>>>> via: 5, Ver: v1, Flags: 10, [{"Answer":{"result":true,"wait":0}}] }
>>>> 2013-04-07 00:36:12,411 DEBUG [cloud.api.ApiServlet]
>>>> (1109449945@qtp-1008805148-34:null) ===START===  127.0.0.1 -- GET
>>>>
>>>>command=listVolumes&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoV
>>>>A
>>>>%
>>>>3D&listAll=true&page=1&pagesize=20&_=1365316572408
>>>> 2013-04-07 00:36:12,426 DEBUG [cloud.api.ApiServlet]
>>>> (1109449945@qtp-1008805148-34:null) ===END===  127.0.0.1 -- GET
>>>>
>>>>command=listVolumes&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoV
>>>>A
>>>>%
>>>>3D&listAll=true&page=1&pagesize=20&_=1365316572408
>>>> 2013-04-07 00:36:13,241 DEBUG [cloud.api.ApiServlet]
>>>> (1109449945@qtp-1008805148-34:null) ===START===  127.0.0.1 -- GET
>>>>
>>>>command=listVirtualMachines&response=json&sessionkey=Z6QqzU0Fq1iT13bMgn
>>>>R
>>>>R
>>>>fl8GoVA%3D&listAll=true&page=1&pagesize=20&_=1365316573239
>>>> 2013-04-07 00:36:13,259 DEBUG [cloud.api.ApiServlet]
>>>> (1109449945@qtp-1008805148-34:null) ===END===  127.0.0.1 -- GET
>>>>
>>>>command=listVirtualMachines&response=json&sessionkey=Z6QqzU0Fq1iT13bMgn
>>>>R
>>>>R
>>>>fl8GoVA%3D&listAll=true&page=1&pagesize=20&_=1365316573239
>>>> 2013-04-07 00:36:19,140 DEBUG [cloud.api.ApiServlet]
>>>> (1109449945@qtp-1008805148-34:null) ===START===  127.0.0.1 -- GET
>>>>
>>>>command=listVolumes&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoV
>>>>A
>>>>%
>>>>3D&listAll=true&page=1&pagesize=20&_=1365316579137
>>>> 2013-04-07 00:36:19,155 DEBUG [cloud.api.ApiServlet]
>>>> (1109449945@qtp-1008805148-34:null) ===END===  127.0.0.1 -- GET
>>>>
>>>>command=listVolumes&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoV
>>>>A
>>>>%
>>>>3D&listAll=true&page=1&pagesize=20&_=1365316579137
>>>> 2013-04-07 00:36:20,452 DEBUG
>>>> [storage.secondary.SecondaryStorageManagerImpl] (secstorage-1:null)
>>>>Zone 1
>>>> is ready to launch secondary storage VM
>>>> 2013-04-07 00:36:20,498 DEBUG [cloud.api.ApiServlet]
>>>> (1109449945@qtp-1008805148-34:null) ===START===  127.0.0.1 -- GET
>>>>
>>>>command=listVirtualMachines&response=json&sessionkey=Z6QqzU0Fq1iT13bMgn
>>>>R
>>>>R
>>>>fl8GoVA%3D&listAll=true&page=1&pagesize=20&_=1365316580496
>>>> 2013-04-07 00:36:20,519 DEBUG [cloud.api.ApiServlet]
>>>> (1109449945@qtp-1008805148-34:null) ===END===  127.0.0.1 -- GET
>>>>
>>>>command=listVirtualMachines&response=json&sessionkey=Z6QqzU0Fq1iT13bMgn
>>>>R
>>>>R
>>>>fl8GoVA%3D&listAll=true&page=1&pagesize=20&_=1365316580496
>>>> 2013-04-07 00:36:20,554 DEBUG
>>>>[cloud.consoleproxy.ConsoleProxyManagerImpl]
>>>> (consoleproxy-1:null) Zone 1 is ready to launch console proxy
>>>> 2013-04-07 00:36:20,820 DEBUG
>>>> [network.router.VirtualNetworkApplianceManagerImpl]
>>>> (RouterStatusMonitor-1:null) Found 0 routers to update status.
>>>> 2013-04-07 00:36:20,821 DEBUG
>>>> [network.router.VirtualNetworkApplianceManagerImpl]
>>>> (RouterStatusMonitor-1:null) Found 0 networks to update RvR status.
>>>> 2013-04-07 00:36:20,850 DEBUG
>>>> [network.router.VirtualNetworkApplianceManagerImpl]
>>>> (RouterStatusMonitor-1:null) Found 0 routers to update status.
>>>> 2013-04-07 00:36:20,852 DEBUG
>>>> [network.router.VirtualNetworkApplianceManagerImpl]
>>>> (RouterStatusMonitor-1:null) Found 0 networks to update RvR status.
>>>> 2013-04-07 00:36:21,588 DEBUG [cloud.api.ApiServlet]
>>>> (1109449945@qtp-1008805148-34:null) ===START===  127.0.0.1 -- GET
>>>>
>>>>command=listVolumes&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoV
>>>>A
>>>>%
>>>>3D&listAll=true&page=1&pagesize=20&_=1365316581586
>>>> 2013-04-07 00:36:21,602 DEBUG [cloud.api.ApiServlet]
>>>> (1109449945@qtp-1008805148-34:null) ===END===  127.0.0.1 -- GET
>>>>
>>>>command=listVolumes&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoV
>>>>A
>>>>%
>>>>3D&listAll=true&page=1&pagesize=20&_=1365316581586
>>>> 2013-04-07 00:36:22,324 DEBUG [cloud.api.ApiServlet]
>>>> (1109449945@qtp-1008805148-34:null) ===START===  127.0.0.1 -- GET
>>>>
>>>>command=listVirtualMachines&response=json&sessionkey=Z6QqzU0Fq1iT13bMgn
>>>>R
>>>>R
>>>>fl8GoVA%3D&listAll=true&page=1&pagesize=20&_=1365316582321
>>>> 2013-04-07 00:36:22,348 DEBUG [cloud.api.ApiServlet]
>>>> (1109449945@qtp-1008805148-34:null) ===END===  127.0.0.1 -- GET
>>>>
>>>>command=listVirtualMachines&response=json&sessionkey=Z6QqzU0Fq1iT13bMgn
>>>>R
>>>>R
>>>>fl8GoVA%3D&listAll=true&page=1&pagesize=20&_=1365316582321
>>>> 2013-04-07 00:36:24,891 DEBUG [agent.manager.AgentManagerImpl]
>>>> (AgentManager-Handler-4:null) Ping from 4
>>>> 2013-04-07 00:36:27,193 DEBUG [agent.manager.DirectAgentAttache]
>>>> (DirectAgent-204:null) Ping from 1
>>>> 2013-04-07 00:36:29,095 DEBUG [agent.manager.DirectAgentAttache]
>>>> (DirectAgent-277:null) Seq 1-90046472: Executing request
>>>> 2013-04-07 00:36:29,354 DEBUG [agent.manager.DirectAgentAttache]
>>>> (DirectAgent-277:null) Seq 1-90046472: Response Received:
>>>> 2013-04-07 00:36:29,355 DEBUG [agent.transport.Request]
>>>> (DirectAgent-277:null) Seq 1-90046472: Processing:  { Ans: , MgmtId:
>>>>1,
>>>> via: 1, Ver: v1, Flags: 10,
>>>>
>>>>[{"ClusterSyncAnswer":{"_clusterId":1,"_newStates":{},"_isExecuted":fal
>>>>s
>>>>e
>>>>,"result":true,"wait":0}}]
>>>> }
>>>> 2013-04-07 00:36:47,680 DEBUG [agent.manager.AgentManagerImpl]
>>>> (AgentManager-Handler-5:null) Ping from 3
>>>> 2013-04-07 00:36:50,451 DEBUG
>>>> [storage.secondary.SecondaryStorageManagerImpl] (secstorage-1:null)
>>>>Zone 1
>>>> is ready to launch secondary storage VM
>>>> 2013-04-07 00:36:50,554 DEBUG
>>>>[cloud.consoleproxy.ConsoleProxyManagerImpl]
>>>> (consoleproxy-1:null) Zone 1 is ready to launch console proxy
>>>> 2013-04-07 00:36:50,820 DEBUG
>>>> [network.router.VirtualNetworkApplianceManagerImpl]
>>>> (RouterStatusMonitor-1:null) Found 0 routers to update status.
>>>> 2013-04-07 00:36:50,821 DEBUG
>>>> [network.router.VirtualNetworkApplianceManagerImpl]
>>>> (RouterStatusMonitor-1:null) Found 0 networks to update RvR status.
>>>> 2013-04-07 00:36:50,851 DEBUG
>>>> [network.router.VirtualNetworkApplianceManagerImpl]
>>>> (RouterStatusMonitor-1:null) Found 0 routers to update status.
>>>> 2013-04-07 00:36:50,852 DEBUG
>>>> [network.router.VirtualNetworkApplianceManagerImpl]
>>>> (RouterStatusMonitor-1:null) Found 0 networks to update RvR status.
>>>> 2013-04-07 00:36:51,476 INFO  [agent.manager.AgentMonitor]
>>>> (Thread-11:null) Found the following agents behind on ping: [6, 5]
>>>> 2013-04-07 00:36:51,477 DEBUG [cloud.host.Status] (Thread-11:null)
>>>>Ping
>>>> timeout for host 6, do invstigation
>>>> 2013-04-07 00:36:51,479 DEBUG [cloud.host.Status] (Thread-11:null)
>>>>Ping
>>>> timeout for host 5, do invstigation
>>>> 2013-04-07 00:36:51,479 INFO  [agent.manager.AgentManagerImpl]
>>>> (AgentTaskPool-9:null) Investigating why host 6 has disconnected with
>>>>event
>>>> PingTimeout
>>>> 2013-04-07 00:36:51,479 DEBUG [agent.manager.AgentManagerImpl]
>>>> (AgentTaskPool-9:null) checking if agent (6) is alive
>>>> 2013-04-07 00:36:51,482 INFO  [agent.manager.AgentManagerImpl]
>>>> (AgentTaskPool-12:null) Investigating why host 5 has disconnected with
>>>> event PingTimeout
>>>> 2013-04-07 00:36:51,482 DEBUG [agent.manager.AgentManagerImpl]
>>>> (AgentTaskPool-12:null) checking if agent (5) is alive
>>>> 2013-04-07 00:36:51,483 DEBUG [agent.transport.Request]
>>>> (AgentTaskPool-9:null) Seq 6-324993315: Sending  { Cmd , MgmtId: 1,
>>>>via: 6,
>>>> Ver: v1, Flags: 100011, [{"CheckHealthCommand":{"wait":50}}] }
>>>> 2013-04-07 00:36:51,484 DEBUG [agent.transport.Request]
>>>> (AgentTaskPool-9:null) Seq 6-324993315: Executing:  { Cmd , MgmtId: 1,
>>>>via:
>>>> 6, Ver: v1, Flags: 100011, [{"CheckHealthCommand":{"wait":50}}] }
>>>> 2013-04-07 00:36:51,484 DEBUG [agent.manager.DirectAgentAttache]
>>>> (DirectAgent-169:null) Seq 6-324993315: Executing request
>>>> 2013-04-07 00:36:51,485 DEBUG [agent.transport.Request]
>>>> (AgentTaskPool-12:null) Seq 5-614334819: Sending  { Cmd , MgmtId: 1,
>>>>via:
>>>> 5, Ver: v1, Flags: 100011, [{"CheckHealthCommand":{"wait":50}}] }
>>>> 2013-04-07 00:36:51,485 DEBUG [agent.transport.Request]
>>>> (AgentTaskPool-12:null) Seq 5-614334819: Executing:  { Cmd , MgmtId:
>>>>1,
>>>> via: 5, Ver: v1, Flags: 100011, [{"CheckHealthCommand":{"wait":50}}] }
>>>> 2013-04-07 00:36:51,485 DEBUG [agent.manager.DirectAgentAttache]
>>>> (DirectAgent-498:null) Seq 5-614334819: Executing request
>>>> 2013-04-07 00:36:51,542 DEBUG [agent.manager.DirectAgentAttache]
>>>> (DirectAgent-169:null) Seq 6-324993315: Response Received:
>>>> 2013-04-07 00:36:51,542 DEBUG [agent.transport.Request]
>>>> (DirectAgent-169:null) Seq 6-324993315: Processing:  { Ans: , MgmtId:
>>>>1,
>>>> via: 6, Ver: v1, Flags: 10,
>>>> [{"CheckHealthAnswer":{"result":true,"details":"resource is
>>>> alive","wait":0}}] }
>>>> 2013-04-07 00:36:51,542 DEBUG [agent.transport.Request]
>>>> (AgentTaskPool-9:null) Seq 6-324993315: Received:  { Ans: , MgmtId: 1,
>>>>via:
>>>> 6, Ver: v1, Flags: 10, { CheckHealthAnswer } }
>>>> 2013-04-07 00:36:51,542 DEBUG [agent.manager.AgentManagerImpl]
>>>> (AgentTaskPool-9:null) Details from executing class
>>>> com.cloud.agent.api.CheckHealthCommand: resource is alive
>>>> 2013-04-07 00:36:51,542 DEBUG [agent.manager.AgentManagerImpl]
>>>> (AgentTaskPool-9:null) agent (6) responded to checkHeathCommand,
>>>>reporting
>>>> that agent is Up
>>>> 2013-04-07 00:36:51,542 INFO  [agent.manager.AgentManagerImpl]
>>>> (AgentTaskPool-9:null) The state determined is Up
>>>> 2013-04-07 00:36:51,542 INFO  [agent.manager.AgentManagerImpl]
>>>> (AgentTaskPool-9:null) Agent is determined to be up and running
>>>> 2013-04-07 00:36:51,542 DEBUG [cloud.host.Status]
>>>>(AgentTaskPool-9:null)
>>>> Transition:[Resource state = Enabled, Agent event = Ping, Host id = 6,
>>>>name
>>>> = Tut-XenServer]
>>>> 2013-04-07 00:36:51,546 DEBUG [cloud.host.Status]
>>>>(AgentTaskPool-9:null)
>>>> Agent status update: [id = 6; name = Tut-XenServer; old status = Up;
>>>>event
>>>> = Ping; new status = Up; old update count = 313; new update count =
>>>>314]
>>>> 2013-04-07 00:36:51,549 DEBUG [agent.manager.DirectAgentAttache]
>>>> (DirectAgent-498:null) Seq 5-614334819: Response Received:
>>>> 2013-04-07 00:36:51,549 DEBUG [agent.transport.Request]
>>>> (DirectAgent-498:null) Seq 5-614334819: Processing:  { Ans: , MgmtId:
>>>>1,
>>>> via: 5, Ver: v1, Flags: 10,
>>>> [{"CheckHealthAnswer":{"result":true,"details":"resource is
>>>> alive","wait":0}}] }
>>>> 2013-04-07 00:36:51,549 DEBUG [agent.transport.Request]
>>>> (AgentTaskPool-12:null) Seq 5-614334819: Received:  { Ans: , MgmtId:
>>>>1,
>>>> via: 5, Ver: v1, Flags: 10, { CheckHealthAnswer } }
>>>> 2013-04-07 00:36:51,549 DEBUG [agent.manager.AgentManagerImpl]
>>>> (AgentTaskPool-12:null) Details from executing class
>>>> com.cloud.agent.api.CheckHealthCommand: resource is alive
>>>> 2013-04-07 00:36:51,549 DEBUG [agent.manager.AgentManagerImpl]
>>>> (AgentTaskPool-12:null) agent (5) responded to checkHeathCommand,
>>>>reporting
>>>> that agent is Up
>>>> 2013-04-07 00:36:51,549 INFO  [agent.manager.AgentManagerImpl]
>>>> (AgentTaskPool-12:null) The state determined is Up
>>>> 2013-04-07 00:36:51,549 INFO  [agent.manager.AgentManagerImpl]
>>>> (AgentTaskPool-12:null) Agent is determined to be up and running
>>>> 2013-04-07 00:36:51,549 DEBUG [cloud.host.Status]
>>>>(AgentTaskPool-12:null)
>>>> Transition:[Resource state = Enabled, Agent event = Ping, Host id = 5,
>>>>name
>>>> = Tut-XenServer2]
>>>> 2013-04-07 00:36:51,552 DEBUG [cloud.host.Status]
>>>>(AgentTaskPool-12:null)
>>>> Agent status update: [id = 5; name = Tut-XenServer2; old status = Up;
>>>>event
>>>> = Ping; new status = Up; old update count = 150; new update count =
>>>>151]
>>>> 2013-04-07 00:36:54,389 INFO  [cloud.vm.UserVmManagerImpl]
>>>> (UserVm-Scavenger-1:null) Found 1 vms to expunge.
>>>> 2013-04-07 00:36:54,389 DEBUG [cloud.vm.VirtualMachineManagerImpl]
>>>> (UserVm-Scavenger-1:null) Stopped called on
>>>> VM[User|c18ddf7c-fc61-40b0-af75-fdef05f8eae6] but the state is
>>>>Destroyed
>>>> 2013-04-07 00:36:54,391 DEBUG [cloud.capacity.CapacityManagerImpl]
>>>> (UserVm-Scavenger-1:null) VM state transitted from :Destroyed to
>>>>Expunging
>>>> with event: ExpungeOperationvm's original host id: 5 new host id: null
>>>>host
>>>> id before state transition: null
>>>> 2013-04-07 00:36:54,391 DEBUG [cloud.vm.VirtualMachineManagerImpl]
>>>> (UserVm-Scavenger-1:null) Destroying vm
>>>> VM[User|c18ddf7c-fc61-40b0-af75-fdef05f8eae6]
>>>> 2013-04-07 00:36:54,391 DEBUG [cloud.vm.VirtualMachineManagerImpl]
>>>> (UserVm-Scavenger-1:null) Cleaning up NICS
>>>> 2013-04-07 00:36:54,391 DEBUG [cloud.network.NetworkManagerImpl]
>>>> (UserVm-Scavenger-1:null) Cleaning network for vm: 12
>>>> 2013-04-07 00:36:54,399 DEBUG [network.guru.DirectNetworkGuru]
>>>> (UserVm-Scavenger-1:null) Deallocate network: networkId: 204, ip:
>>>> 192.168.56.195
>>>> 2013-04-07 00:36:54,409 DEBUG [cloud.network.NetworkManagerImpl]
>>>> (UserVm-Scavenger-1:null) Removed nic id=18
>>>> 2013-04-07 00:36:54,409 DEBUG [cloud.storage.StorageManagerImpl]
>>>> (UserVm-Scavenger-1:null) Cleaning storage for vm: 12
>>>> 2013-04-07 00:36:54,417 DEBUG [cloud.storage.StorageManagerImpl]
>>>> (UserVm-Scavenger-1:null) Expunging Vol[12|vm=12|ROOT]
>>>> 2013-04-07 00:36:54,424 DEBUG [agent.transport.Request]
>>>> (UserVm-Scavenger-1:null) Seq 5-614334820: Sending  { Cmd , MgmtId: 1,
>>>>via:
>>>> 5, Ver: v1, Flags: 100111,
>>>>
>>>>[{"storage.DestroyCommand":{"vmName":"i-2-12-VM","volume":{"id":12,"nam
>>>>e
>>>>"
>>>>:"ROOT-12","mountPoint":"/iSCSI_SR_3","path":"40a39639-e8aa-45b5-bfa1-5
>>>>9
>>>>1
>>>>b68571d0c","size":52428800,"type":"ROOT","storagePoolType":"PreSetup","
>>>>s
>>>>t
>>>>oragePoolUuid":"iSCSI_SR_3","deviceId":0},"wait":0}}]
>>>> }
>>>> 2013-04-07 00:36:54,424 DEBUG [agent.transport.Request]
>>>> (UserVm-Scavenger-1:null) Seq 5-614334820: Executing:  { Cmd , MgmtId:
>>>>1,
>>>> via: 5, Ver: v1, Flags: 100111,
>>>>
>>>>[{"storage.DestroyCommand":{"vmName":"i-2-12-VM","volume":{"id":12,"nam
>>>>e
>>>>"
>>>>:"ROOT-12","mountPoint":"/iSCSI_SR_3","path":"40a39639-e8aa-45b5-bfa1-5
>>>>9
>>>>1
>>>>b68571d0c","size":52428800,"type":"ROOT","storagePoolType":"PreSetup","
>>>>s
>>>>t
>>>>oragePoolUuid":"iSCSI_SR_3","deviceId":0},"wait":0}}]
>>>> }
>>>> 2013-04-07 00:36:54,424 DEBUG [agent.manager.DirectAgentAttache]
>>>> (DirectAgent-411:null) Seq 5-614334820: Executing request
>>>> 2013-04-07 00:36:55,072 DEBUG [agent.manager.DirectAgentAttache]
>>>> (DirectAgent-411:null) Seq 5-614334820: Response Received:
>>>> 2013-04-07 00:36:55,072 DEBUG [agent.transport.Request]
>>>> (DirectAgent-411:null) Seq 5-614334820: Processing:  { Ans: , MgmtId:
>>>>1,
>>>> via: 5, Ver: v1, Flags: 110,
>>>> [{"Answer":{"result":true,"details":"Success","wait":0}}] }
>>>> 2013-04-07 00:36:55,072 DEBUG [agent.transport.Request]
>>>> (UserVm-Scavenger-1:null) Seq 5-614334820: Received:  { Ans: , MgmtId:
>>>>1,
>>>> via: 5, Ver: v1, Flags: 110, { Answer } }
>>>> 2013-04-07 00:36:55,072 DEBUG [agent.manager.AgentAttache]
>>>> (DirectAgent-411:null) Seq 5-614334820: No more commands found
>>>> 2013-04-07 00:36:55,076 DEBUG [cloud.storage.StorageManagerImpl]
>>>> (UserVm-Scavenger-1:null) Volume successfully expunged from 257
>>>> 2013-04-07 00:36:55,076 DEBUG [cloud.vm.VirtualMachineManagerImpl]
>>>> (UserVm-Scavenger-1:null) Expunged
>>>> VM[User|c18ddf7c-fc61-40b0-af75-fdef05f8eae6]
>>>> 2013-04-07 00:36:55,076 DEBUG [cloud.vm.UserVmManagerImpl]
>>>> (UserVm-Scavenger-1:null) Starting cleaning up vm
>>>> VM[User|c18ddf7c-fc61-40b0-af75-fdef05f8eae6] resources...
>>>> 2013-04-07 00:36:55,080 INFO
>>>>[network.security.SecurityGroupManagerImpl]
>>>> (UserVm-Scavenger-1:null) Disassociated 1 network groups  from uservm
>>>>12
>>>> 2013-04-07 00:36:55,081 DEBUG
>>>>[network.security.SecurityGroupManagerImpl]
>>>> (UserVm-Scavenger-1:null) Security group mappings are removed
>>>>successfully
>>>> for vm id=12
>>>> 2013-04-07 00:36:55,090 DEBUG [network.firewall.FirewallManagerImpl]
>>>> (UserVm-Scavenger-1:null) No firewall rules are found for vm id=12
>>>> 2013-04-07 00:36:55,090 DEBUG [cloud.vm.UserVmManagerImpl]
>>>> (UserVm-Scavenger-1:null) Firewall rules are removed successfully as a
>>>>part
>>>> of vm id=12 expunge
>>>> 2013-04-07 00:36:55,093 DEBUG [network.rules.RulesManagerImpl]
>>>> (UserVm-Scavenger-1:null) No port forwarding rules are found for vm
>>>>id=12
>>>> 2013-04-07 00:36:55,093 DEBUG [cloud.vm.UserVmManagerImpl]
>>>> (UserVm-Scavenger-1:null) Port forwarding rules are removed
>>>>successfully as
>>>> a part of vm id=12 expunge
>>>> 2013-04-07 00:36:55,095 DEBUG [cloud.vm.UserVmManagerImpl]
>>>> (UserVm-Scavenger-1:null) Removed vm id=12 from all load balancers as
>>>>a
>>>> part of expunge process
>>>> 2013-04-07 00:36:55,096 DEBUG [cloud.vm.UserVmManagerImpl]
>>>> (UserVm-Scavenger-1:null) Successfully cleaned up vm
>>>> VM[User|c18ddf7c-fc61-40b0-af75-fdef05f8eae6] resources as a part of
>>>> expunge process
>>>> 2013-04-07 00:37:04,802 DEBUG [agent.manager.DirectAgentAttache]
>>>> (DirectAgent-110:null) Ping from 6
>>>> 2013-04-07 00:37:06,042 DEBUG [agent.manager.DirectAgentAttache]
>>>> (DirectAgent-409:null) Ping from 5
>>>> 2013-04-07 00:37:06,909 DEBUG [agent.manager.DirectAgentAttache]
>>>> (DirectAgent-239:null) Seq 6-324993028: Executing request
>>>> 2013-04-07 00:37:07,099 DEBUG [agent.manager.DirectAgentAttache]
>>>> (DirectAgent-239:null) Seq 6-324993028: Response Received:
>>>> 2013-04-07 00:37:07,100 DEBUG [agent.transport.Request]
>>>> (DirectAgent-239:null) Seq 6-324993028: Processing:  { Ans: , MgmtId:
>>>>1,
>>>> via: 6, Ver: v1, Flags: 10,
>>>>
>>>>[{"ClusterSyncAnswer":{"_clusterId":2,"_newStates":{},"_isExecuted":fal
>>>>s
>>>>e
>>>>,"result":true,"wait":0}}]
>>>> }
>>>> 2013-04-07 00:37:11,022 DEBUG [agent.manager.DirectAgentAttache]
>>>> (DirectAgent-225:null) Seq 5-614334468: Executing request
>>>> 2013-04-07 00:37:11,170 DEBUG [agent.manager.DirectAgentAttache]
>>>> (DirectAgent-225:null) Seq 5-614334468: Response Received:
>>>> 2013-04-07 00:37:11,171 DEBUG [agent.transport.Request]
>>>> (DirectAgent-225:null) Seq 5-614334468: Processing:  { Ans: , MgmtId:
>>>>1,
>>>> via: 5, Ver: v1, Flags: 10, [{"Answer":{"result":true,"wait":0}}] }
>>>> 2013-04-07 00:37:20,451 DEBUG
>>>> [storage.secondary.SecondaryStorageManagerImpl] (secstorage-1:null)
>>>>Zone 1
>>>> is ready to launch secondary storage VM
>>>> 2013-04-07 00:37:20,554 DEBUG
>>>>[cloud.consoleproxy.ConsoleProxyManagerImpl]
>>>> (consoleproxy-1:null) Zone 1 is ready to launch console proxy
>>>> 2013-04-07 00:37:20,820 DEBUG
>>>> [network.router.VirtualNetworkApplianceManagerImpl]
>>>> (RouterStatusMonitor-1:null) Found 0 routers to update status.
>>>> 2013-04-07 00:37:20,822 DEBUG
>>>> [network.router.VirtualNetworkApplianceManagerImpl]
>>>> (RouterStatusMonitor-1:null) Found 0 networks to update RvR status.
>>>> 2013-04-07 00:37:20,851 DEBUG
>>>> [network.router.VirtualNetworkApplianceManagerImpl]
>>>> (RouterStatusMonitor-1:null) Found 0 routers to update status.
>>>> 2013-04-07 00:37:20,852 DEBUG
>>>> [network.router.VirtualNetworkApplianceManagerImpl]
>>>> (RouterStatusMonitor-1:null) Found 0 networks to update RvR status.
>>>> 2013-04-07 00:37:24,890 DEBUG [agent.manager.AgentManagerImpl]
>>>> (AgentManager-Handler-6:null) Ping from 4
>>>> 2013-04-07 00:37:27,167 DEBUG [agent.manager.DirectAgentAttache]
>>>> (DirectAgent-354:null) Ping from 1
>>>> 2013-04-07 00:37:29,095 DEBUG [agent.manager.DirectAgentAttache]
>>>> (DirectAgent-97:null) Seq 1-90046472: Executing request
>>>> 2013-04-07 00:37:29,317 DEBUG [agent.manager.DirectAgentAttache]
>>>> (DirectAgent-97:null) Seq 1-90046472: Response Received:
>>>> 2013-04-07 00:37:29,317 DEBUG [agent.transport.Request]
>>>> (DirectAgent-97:null) Seq 1-90046472: Processing:  { Ans: , MgmtId: 1,
>>>>via:
>>>> 1, Ver: v1, Flags: 10,
>>>>
>>>>[{"ClusterSyncAnswer":{"_clusterId":1,"_newStates":{},"_isExecuted":fal
>>>>s
>>>>e
>>>>,"result":true,"wait":0}}]
>>>> }
>>>> 2013-04-07 00:37:47,679 DEBUG [agent.manager.AgentManagerImpl]
>>>> (AgentManager-Handler-7:null) Ping from 3
>>>> 2013-04-07 00:37:50,451 DEBUG
>>>> [storage.secondary.SecondaryStorageManagerImpl] (secstorage-1:null)
>>>>Zone 1
>>>> is ready to launch secondary storage VM
>>>> 2013-04-07 00:37:50,555 DEBUG
>>>>[cloud.consoleproxy.ConsoleProxyManagerImpl]
>>>> (consoleproxy-1:null) Zone 1 is ready to launch console proxy
>>>> 2013-04-07 00:37:50,798 INFO  [cloud.ha.HighAvailabilityManagerImpl]
>>>> (HA-2:null) checking health of usage server
>>>> 2013-04-07 00:37:50,799 DEBUG [cloud.ha.HighAvailabilityManagerImpl]
>>>> (HA-2:null) usage server running? false, heartbeat: null
>>>> 2013-04-07 00:37:50,801 DEBUG [cloud.alert.AlertManagerImpl]
>>>>(HA-2:null)
>>>> Have already sent: 1 emails for alert type '12' -- skipping send email
>>>> 2013-04-07 00:37:50,816 DEBUG
>>>> [network.router.VirtualNetworkApplianceManagerImpl]
>>>>(RouterMonitor-1:null)
>>>> Found 0 running routers.
>>>> 2013-04-07 00:37:50,820 DEBUG
>>>> [network.router.VirtualNetworkApplianceManagerImpl]
>>>> (RouterStatusMonitor-1:null) Found 0 routers to update status.
>>>> 2013-04-07 00:37:50,821 DEBUG
>>>> [network.router.VirtualNetworkApplianceManagerImpl]
>>>> (RouterStatusMonitor-1:null) Found 0 networks to update RvR status.
>>>> 2013-04-07 00:37:50,850 DEBUG
>>>> [network.router.VirtualNetworkApplianceManagerImpl]
>>>>(RouterMonitor-1:null)
>>>> Found 0 running routers.
>>>> 2013-04-07 00:37:50,851 DEBUG
>>>> [network.router.VirtualNetworkApplianceManagerImpl]
>>>> (RouterStatusMonitor-1:null) Found 0 routers to update status.
>>>> 2013-04-07 00:37:50,852 DEBUG
>>>> [network.router.VirtualNetworkApplianceManagerImpl]
>>>> (RouterStatusMonitor-1:null) Found 0 networks to update RvR status.
>>>> 2013-04-07 00:37:50,909 DEBUG
>>>> [cloud.network.ExternalLoadBalancerUsageManagerImpl]
>>>> (ExternalNetworkMonitor-1:null) External devices stats collector is
>>>> running...
>>>> 2013-04-07 00:37:50,920 DEBUG [storage.snapshot.SnapshotSchedulerImpl]
>>>> (SnapshotPollTask:null) Snapshot scheduler.poll is being called at
>>>> 2013-04-07 06:37:50 GMT
>>>> 2013-04-07 00:37:50,921 DEBUG [storage.snapshot.SnapshotSchedulerImpl]
>>>> (SnapshotPollTask:null) Got 0 snapshots to be executed at 2013-04-07
>>>> 06:37:50 GMT
>>>> 2013-04-07 00:37:51,480 INFO  [agent.manager.AgentMonitor]
>>>> (Thread-11:null) Found the following agents behind on ping: [6, 5]
>>>> 2013-04-07 00:37:51,481 DEBUG [cloud.host.Status] (Thread-11:null)
>>>>Ping
>>>> timeout for host 6, do invstigation
>>>> 2013-04-07 00:37:51,482 DEBUG [cloud.host.Status] (Thread-11:null)
>>>>Ping
>>>> timeout for host 5, do invstigation
>>>> 2013-04-07 00:37:51,483 INFO  [agent.manager.AgentManagerImpl]
>>>> (AgentTaskPool-10:null) Investigating why host 6 has disconnected with
>>>> event PingTimeout
>>>> 2013-04-07 00:37:51,483 DEBUG [agent.manager.AgentManagerImpl]
>>>> (AgentTaskPool-10:null) checking if agent (6) is alive
>>>> 2013-04-07 00:37:51,484 INFO  [agent.manager.AgentManagerImpl]
>>>> (AgentTaskPool-13:null) Investigating why host 5 has disconnected with
>>>> event PingTimeout
>>>> 2013-04-07 00:37:51,484 DEBUG [agent.manager.AgentManagerImpl]
>>>> (AgentTaskPool-13:null) checking if agent (5) is alive
>>>> 2013-04-07 00:37:51,486 DEBUG [agent.transport.Request]
>>>> (AgentTaskPool-10:null) Seq 6-324993316: Sending  { Cmd , MgmtId: 1,
>>>>via:
>>>> 6, Ver: v1, Flags: 100011, [{"CheckHealthCommand":{"wait":50}}] }
>>>> 2013-04-07 00:37:51,486 DEBUG [agent.transport.Request]
>>>> (AgentTaskPool-10:null) Seq 6-324993316: Executing:  { Cmd , MgmtId:
>>>>1,
>>>> via: 6, Ver: v1, Flags: 100011, [{"CheckHealthCommand":{"wait":50}}] }
>>>> 2013-04-07 00:37:51,486 DEBUG [agent.manager.DirectAgentAttache]
>>>> (DirectAgent-303:null) Seq 6-324993316: Executing request
>>>> 2013-04-07 00:37:51,488 DEBUG [agent.transport.Request]
>>>> (AgentTaskPool-13:null) Seq 5-614334821: Sending  { Cmd , MgmtId: 1,
>>>>via:
>>>> 5, Ver: v1, Flags: 100011, [{"CheckHealthCommand":{"wait":50}}] }
>>>> 2013-04-07 00:37:51,488 DEBUG [agent.transport.Request]
>>>> (AgentTaskPool-13:null) Seq 5-614334821: Executing:  { Cmd , MgmtId:
>>>>1,
>>>> via: 5, Ver: v1, Flags: 100011, [{"CheckHealthCommand":{"wait":50}}] }
>>>> 2013-04-07 00:37:51,488 DEBUG [agent.manager.DirectAgentAttache]
>>>> (DirectAgent-158:null) Seq 5-614334821: Executing request
>>>> 2013-04-07 00:37:51,537 DEBUG [agent.manager.DirectAgentAttache]
>>>> (DirectAgent-303:null) Seq 6-324993316: Response Received:
>>>> 2013-04-07 00:37:51,538 DEBUG [agent.transport.Request]
>>>> (DirectAgent-303:null) Seq 6-324993316: Processing:  { Ans: , MgmtId:
>>>>1,
>>>> via: 6, Ver: v1, Flags: 10,
>>>> [{"CheckHealthAnswer":{"result":true,"details":"resource is
>>>> alive","wait":0}}] }
>>>> 2013-04-07 00:37:51,538 DEBUG [agent.transport.Request]
>>>> (AgentTaskPool-10:null) Seq 6-324993316: Received:  { Ans: , MgmtId:
>>>>1,
>>>> via: 6, Ver: v1, Flags: 10, { CheckHealthAnswer } }
>>>> 2013-04-07 00:37:51,538 DEBUG [agent.manager.AgentManagerImpl]
>>>> (AgentTaskPool-10:null) Details from executing class
>>>> com.cloud.agent.api.CheckHealthCommand: resource is alive
>>>> 2013-04-07 00:37:51,538 DEBUG [agent.manager.AgentManagerImpl]
>>>> (AgentTaskPool-10:null) agent (6) responded to checkHeathCommand,
>>>>reporting
>>>> that agent is Up
>>>> 2013-04-07 00:37:51,538 INFO  [agent.manager.AgentManagerImpl]
>>>> (AgentTaskPool-10:null) The state determined is Up
>>>> 2013-04-07 00:37:51,538 INFO  [agent.manager.AgentManagerImpl]
>>>> (AgentTaskPool-10:null) Agent is determined to be up and running
>>>> 2013-04-07 00:37:51,538 DEBUG [cloud.host.Status]
>>>>(AgentTaskPool-10:null)
>>>> Transition:[Resource state = Enabled, Agent event = Ping, Host id = 6,
>>>>name
>>>> = Tut-XenServer]
>>>> 2013-04-07 00:37:51,541 DEBUG [agent.manager.DirectAgentAttache]
>>>> (DirectAgent-158:null) Seq 5-614334821: Response Received:
>>>> 2013-04-07 00:37:51,541 DEBUG [agent.transport.Request]
>>>> (DirectAgent-158:null) Seq 5-614334821: Processing:  { Ans: , MgmtId:
>>>>1,
>>>> via: 5, Ver: v1, Flags: 10,
>>>> [{"CheckHealthAnswer":{"result":true,"details":"resource is
>>>> alive","wait":0}}] }
>>>> 2013-04-07 00:37:51,541 DEBUG [agent.transport.Request]
>>>> (AgentTaskPool-13:null) Seq 5-614334821: Received:  { Ans: , MgmtId:
>>>>1,
>>>> via: 5, Ver: v1, Flags: 10, { CheckHealthAnswer } }
>>>> 2013-04-07 00:37:51,541 DEBUG [agent.manager.AgentManagerImpl]
>>>> (AgentTaskPool-13:null) Details from executing class
>>>> com.cloud.agent.api.CheckHealthCommand: resource is alive
>>>> 2013-04-07 00:37:51,541 DEBUG [agent.manager.AgentManagerImpl]
>>>> (AgentTaskPool-13:null) agent (5) responded to checkHeathCommand,
>>>>reporting
>>>> that agent is Up
>>>> 2013-04-07 00:37:51,541 INFO  [agent.manager.AgentManagerImpl]
>>>> (AgentTaskPool-13:null) The state determined is Up
>>>> 2013-04-07 00:37:51,541 DEBUG [cloud.host.Status]
>>>>(AgentTaskPool-10:null)
>>>> Agent status update: [id = 6; name = Tut-XenServer; old status = Up;
>>>>event
>>>> = Ping; new status = Up; old update count = 314; new update count =
>>>>315]
>>>> 2013-04-07 00:37:51,541 INFO  [agent.manager.AgentManagerImpl]
>>>> (AgentTaskPool-13:null) Agent is determined to be up and running
>>>> 2013-04-07 00:37:51,541 DEBUG [cloud.host.Status]
>>>>(AgentTaskPool-13:null)
>>>> Transition:[Resource state = Enabled, Agent event = Ping, Host id = 5,
>>>>name
>>>> = Tut-XenServer2]
>>>> 2013-04-07 00:37:51,544 DEBUG [cloud.host.Status]
>>>>(AgentTaskPool-13:null)
>>>> Agent status update: [id = 5; name = Tut-XenServer2; old status = Up;
>>>>event
>>>> = Ping; new status = Up; old update count = 151; new update count =
>>>>152]
>>>> 2013-04-07 00:37:55,103 INFO  [cloud.vm.UserVmManagerImpl]
>>>> (UserVm-Scavenger-1:null) Found 1 vms to expunge.
>>>> 2013-04-07 00:37:55,103 DEBUG [cloud.vm.VirtualMachineManagerImpl]
>>>> (UserVm-Scavenger-1:null) Stopped called on
>>>> VM[User|94ddc16f-04fc-4da1-8326-01d8d5cdeb44] but the state is
>>>>Destroyed
>>>> 2013-04-07 00:37:55,105 DEBUG [cloud.capacity.CapacityManagerImpl]
>>>> (UserVm-Scavenger-1:null) VM state transitted from :Destroyed to
>>>>Expunging
>>>> with event: ExpungeOperationvm's original host id: 6 new host id: null
>>>>host
>>>> id before state transition: null
>>>> 2013-04-07 00:37:55,105 DEBUG [cloud.vm.VirtualMachineManagerImpl]
>>>> (UserVm-Scavenger-1:null) Destroying vm
>>>> VM[User|94ddc16f-04fc-4da1-8326-01d8d5cdeb44]
>>>> 2013-04-07 00:37:55,105 DEBUG [cloud.vm.VirtualMachineManagerImpl]
>>>> (UserVm-Scavenger-1:null) Cleaning up NICS
>>>> 2013-04-07 00:37:55,105 DEBUG [cloud.network.NetworkManagerImpl]
>>>> (UserVm-Scavenger-1:null) Cleaning network for vm: 13
>>>> 2013-04-07 00:37:55,113 DEBUG [network.guru.DirectNetworkGuru]
>>>> (UserVm-Scavenger-1:null) Deallocate network: networkId: 204, ip:
>>>> 192.168.56.146
>>>> 2013-04-07 00:37:55,124 DEBUG [cloud.network.NetworkManagerImpl]
>>>> (UserVm-Scavenger-1:null) Removed nic id=19
>>>> 2013-04-07 00:37:55,124 DEBUG [cloud.storage.StorageManagerImpl]
>>>> (UserVm-Scavenger-1:null) Cleaning storage for vm: 13
>>>> 2013-04-07 00:37:55,132 DEBUG [cloud.storage.StorageManagerImpl]
>>>> (UserVm-Scavenger-1:null) Expunging Vol[13|vm=13|ROOT]
>>>> 2013-04-07 00:37:55,139 DEBUG [agent.transport.Request]
>>>> (UserVm-Scavenger-1:null) Seq 6-324993317: Sending  { Cmd , MgmtId: 1,
>>>>via:
>>>> 6, Ver: v1, Flags: 100111,
>>>>
>>>>[{"storage.DestroyCommand":{"vmName":"i-2-13-VM","volume":{"id":13,"nam
>>>>e
>>>>"
>>>>:"ROOT-13","mountPoint":"/iSCSI_SR_3","path":"99154d9c-2665-465d-8c71-e
>>>>6
>>>>0
>>>>f1748895b","size":52428800,"type":"ROOT","storagePoolType":"PreSetup","
>>>>s
>>>>t
>>>>oragePoolUuid":"iSCSI_SR_3","deviceId":0},"wait":0}}]
>>>> }
>>>> 2013-04-07 00:37:55,140 DEBUG [agent.transport.Request]
>>>> (UserVm-Scavenger-1:null) Seq 6-324993317: Executing:  { Cmd , MgmtId:
>>>>1,
>>>> via: 6, Ver: v1, Flags: 100111,
>>>>
>>>>[{"storage.DestroyCommand":{"vmName":"i-2-13-VM","volume":{"id":13,"nam
>>>>e
>>>>"
>>>>:"ROOT-13","mountPoint":"/iSCSI_SR_3","path":"99154d9c-2665-465d-8c71-e
>>>>6
>>>>0
>>>>f1748895b","size":52428800,"type":"ROOT","storagePoolType":"PreSetup","
>>>>s
>>>>t
>>>>oragePoolUuid":"iSCSI_SR_3","deviceId":0},"wait":0}}]
>>>> }
>>>> 2013-04-07 00:37:55,140 DEBUG [agent.manager.DirectAgentAttache]
>>>> (DirectAgent-87:null) Seq 6-324993317: Executing request
>>>> 2013-04-07 00:37:55,724 DEBUG [agent.manager.DirectAgentAttache]
>>>> (DirectAgent-87:null) Seq 6-324993317: Response Received:
>>>> 2013-04-07 00:37:55,724 DEBUG [agent.transport.Request]
>>>> (DirectAgent-87:null) Seq 6-324993317: Processing:  { Ans: , MgmtId:
>>>>1,
>>>> via: 6, Ver: v1, Flags: 110,
>>>> [{"Answer":{"result":true,"details":"Success","wait":0}}] }
>>>> 2013-04-07 00:37:55,724 DEBUG [agent.manager.AgentAttache]
>>>> (DirectAgent-87:null) Seq 6-324993317: No more commands found
>>>> 2013-04-07 00:37:55,724 DEBUG [agent.transport.Request]
>>>> (UserVm-Scavenger-1:null) Seq 6-324993317: Received:  { Ans: , MgmtId:
>>>>1,
>>>> via: 6, Ver: v1, Flags: 110, { Answer } }
>>>> 2013-04-07 00:37:55,727 DEBUG [cloud.storage.StorageManagerImpl]
>>>> (UserVm-Scavenger-1:null) Volume successfully expunged from 257
>>>> 2013-04-07 00:37:55,727 DEBUG [cloud.vm.VirtualMachineManagerImpl]
>>>> (UserVm-Scavenger-1:null) Expunged
>>>> VM[User|94ddc16f-04fc-4da1-8326-01d8d5cdeb44]
>>>> 2013-04-07 00:37:55,727 DEBUG [cloud.vm.UserVmManagerImpl]
>>>> (UserVm-Scavenger-1:null) Starting cleaning up vm
>>>> VM[User|94ddc16f-04fc-4da1-8326-01d8d5cdeb44] resources...
>>>> 2013-04-07 00:37:55,730 INFO
>>>>[network.security.SecurityGroupManagerImpl]
>>>> (UserVm-Scavenger-1:null) Disassociated 1 network groups  from uservm
>>>>13
>>>> 2013-04-07 00:37:55,732 DEBUG
>>>>[network.security.SecurityGroupManagerImpl]
>>>> (UserVm-Scavenger-1:null) Security group mappings are removed
>>>>successfully
>>>> for vm id=13
>>>> 2013-04-07 00:37:55,736 DEBUG [network.firewall.FirewallManagerImpl]
>>>> (UserVm-Scavenger-1:null) No firewall rules are found for vm id=13
>>>> 2013-04-07 00:37:55,737 DEBUG [cloud.vm.UserVmManagerImpl]
>>>> (UserVm-Scavenger-1:null) Firewall rules are removed successfully as a
>>>>part
>>>> of vm id=13 expunge
>>>> 2013-04-07 00:37:55,739 DEBUG [network.rules.RulesManagerImpl]
>>>> (UserVm-Scavenger-1:null) No port forwarding rules are found for vm
>>>>id=13
>>>> 2013-04-07 00:37:55,739 DEBUG [cloud.vm.UserVmManagerImpl]
>>>> (UserVm-Scavenger-1:null) Port forwarding rules are removed
>>>>successfully as
>>>> a part of vm id=13 expunge
>>>> 2013-04-07 00:37:55,740 DEBUG [cloud.vm.UserVmManagerImpl]
>>>> (UserVm-Scavenger-1:null) Removed vm id=13 from all load balancers as
>>>>a
>>>> part of expunge process
>>>> 2013-04-07 00:37:55,741 DEBUG [cloud.vm.UserVmManagerImpl]
>>>> (UserVm-Scavenger-1:null) Successfully cleaned up vm
>>>> VM[User|94ddc16f-04fc-4da1-8326-01d8d5cdeb44] resources as a part of
>>>> expunge process
>>>> 2013-04-07 00:38:04,813 DEBUG [agent.manager.DirectAgentAttache]
>>>> (DirectAgent-442:null) Ping from 6
>>>> 2013-04-07 00:38:06,064 DEBUG [agent.manager.DirectAgentAttache]
>>>> (DirectAgent-374:null) Ping from 5
>>>> 2013-04-07 00:38:06,909 DEBUG [agent.manager.DirectAgentAttache]
>>>> (DirectAgent-157:null) Seq 6-324993028: Executing request
>>>> 2013-04-07 00:38:07,099 DEBUG [agent.manager.DirectAgentAttache]
>>>> (DirectAgent-157:null) Seq 6-324993028: Response Received:
>>>> 2013-04-07 00:38:07,100 DEBUG [agent.transport.Request]
>>>> (DirectAgent-157:null) Seq 6-324993028: Processing:  { Ans: , MgmtId:
>>>>1,
>>>> via: 6, Ver: v1, Flags: 10,
>>>>
>>>>[{"ClusterSyncAnswer":{"_clusterId":2,"_newStates":{},"_isExecuted":fal
>>>>s
>>>>e
>>>>,"result":true,"wait":0}}]
>>>> }
>>>> 2013-04-07 00:38:11,022 DEBUG [agent.manager.DirectAgentAttache]
>>>> (DirectAgent-192:null) Seq 5-614334468: Executing request
>>>> 2013-04-07 00:38:11,181 DEBUG [agent.manager.DirectAgentAttache]
>>>> (DirectAgent-192:null) Seq 5-614334468: Response Received:
>>>> 2013-04-07 00:38:11,181 DEBUG [agent.transport.Request]
>>>> (DirectAgent-192:null) Seq 5-614334468: Processing:  { Ans: , MgmtId:
>>>>1,
>>>> via: 5, Ver: v1, Flags: 10, [{"Answer":{"result":true,"wait":0}}] }
>>>> 2013-04-07 00:38:20,455 DEBUG
>>>> [storage.secondary.SecondaryStorageManagerImpl] (secstorage-1:null)
>>>>Zone 1
>>>> is ready to launch secondary storage VM
>>>> 2013-04-07 00:38:20,573 DEBUG
>>>>[cloud.consoleproxy.ConsoleProxyManagerImpl]
>>>> (consoleproxy-1:null) Zone 1 is ready to launch console proxy
>>>> 2013-04-07 00:38:20,820 DEBUG
>>>> [network.router.VirtualNetworkApplianceManagerImpl]
>>>> (RouterStatusMonitor-1:null) Found 0 routers to update status.
>>>> 2013-04-07 00:38:20,821 DEBUG
>>>> [network.router.VirtualNetworkApplianceManagerImpl]
>>>> (RouterStatusMonitor-1:null) Found 0 networks to update RvR status.
>>>> 2013-04-07 00:38:20,851 DEBUG
>>>> [network.router.VirtualNetworkApplianceManagerImpl]
>>>> (RouterStatusMonitor-1:null) Found 0 routers to update status.
>>>> 2013-04-07 00:38:20,853 DEBUG
>>>> [network.router.VirtualNetworkApplianceManagerImpl]
>>>> (RouterStatusMonitor-1:null) Found 0 networks to update RvR status.
>>>> 2013-04-07 00:38:20,921 DEBUG [cloud.alert.AlertManagerImpl]
>>>> (CapacityChecker:null) Running Capacity Checker ...
>>>> 2013-04-07 00:38:20,921 DEBUG [cloud.alert.AlertManagerImpl]
>>>> (CapacityChecker:null) recalculating system capacity
>>>> 2013-04-07 00:38:20,921 DEBUG [cloud.alert.AlertManagerImpl]
>>>> (CapacityChecker:null) Executing cpu/ram capacity update
>>>> 2013-04-07 00:38:20,931 DEBUG [cloud.capacity.CapacityManagerImpl]
>>>> (CapacityChecker:null) Found 2 VMs on host 1
>>>> 2013-04-07 00:38:20,932 DEBUG [cloud.capacity.CapacityManagerImpl]
>>>> (CapacityChecker:null) Found 0 VM, not running on host 1
>>>> 2013-04-07 00:38:20,935 DEBUG [cloud.capacity.CapacityManagerImpl]
>>>> (CapacityChecker:null) No need to calibrate cpu capacity, host:1
>>>>usedCpu:
>>>> 200 reservedCpu: 0
>>>> 2013-04-07 00:38:20,935 DEBUG [cloud.capacity.CapacityManagerImpl]
>>>> (CapacityChecker:null) No need to calibrate memory capacity, host:1
>>>> usedMem: 209715200 reservedMem: 0
>>>> 2013-04-07 00:38:20,940 DEBUG [cloud.capacity.CapacityManagerImpl]
>>>> (CapacityChecker:null) Found 0 VMs on host 5
>>>> 2013-04-07 00:38:20,941 DEBUG [cloud.capacity.CapacityManagerImpl]
>>>> (CapacityChecker:null) Found 0 VM, not running on host 5
>>>> 2013-04-07 00:38:20,944 DEBUG [cloud.capacity.CapacityManagerImpl]
>>>> (CapacityChecker:null) No need to calibrate cpu capacity, host:5
>>>>usedCpu: 0
>>>> reservedCpu: 0
>>>> 2013-04-07 00:38:20,944 DEBUG [cloud.capacity.CapacityManagerImpl]
>>>> (CapacityChecker:null) No need to calibrate memory capacity, host:5
>>>> usedMem: 0 reservedMem: 0
>>>> 2013-04-07 00:38:20,950 DEBUG [cloud.capacity.CapacityManagerImpl]
>>>> (CapacityChecker:null) Found 1 VMs on host 6
>>>> 2013-04-07 00:38:20,951 DEBUG [cloud.capacity.CapacityManagerImpl]
>>>> (CapacityChecker:null) Found 0 VM, not running on host 6
>>>> 2013-04-07 00:38:20,954 DEBUG [cloud.capacity.CapacityManagerImpl]
>>>> (CapacityChecker:null) No need to calibrate cpu capacity, host:6
>>>>usedCpu:
>>>> 100 reservedCpu: 0
>>>> 2013-04-07 00:38:20,954 DEBUG [cloud.capacity.CapacityManagerImpl]
>>>> (CapacityChecker:null) No need to calibrate memory capacity, host:6
>>>> usedMem: 104857600 reservedMem: 0
>>>> 2013-04-07 00:38:20,954 DEBUG [cloud.alert.AlertManagerImpl]
>>>> (CapacityChecker:null) Done executing cpu/ram capacity update
>>>> 2013-04-07 00:38:20,954 DEBUG [cloud.alert.AlertManagerImpl]
>>>> (CapacityChecker:null) Executing storage capacity update
>>>> 2013-04-07 00:38:20,961 DEBUG [cloud.storage.StorageManagerImpl]
>>>> (CapacityChecker:null) Successfully set Capacity - 31004332032 for
>>>>capacity
>>>> type - 9 , DataCenterId - 1, HostOrPoolId - 200, PodId 1
>>>> 2013-04-07 00:38:20,965 DEBUG [cloud.storage.StorageManagerImpl]
>>>> (CapacityChecker:null) Successfully set Capacity - 97221701632 for
>>>>capacity
>>>> type - 9 , DataCenterId - 1, HostOrPoolId - 201, PodId 1
>>>> 2013-04-07 00:38:20,970 DEBUG [cloud.storage.StorageManagerImpl]
>>>> (CapacityChecker:null) Successfully set Capacity - 97221701632 for
>>>>capacity
>>>> type - 9 , DataCenterId - 1, HostOrPoolId - 202, PodId 1
>>>> 2013-04-07 00:38:20,975 DEBUG [cloud.storage.StorageManagerImpl]
>>>> (CapacityChecker:null) Successfully set Capacity - 2084569088 for
>>>>capacity
>>>> type - 3 , DataCenterId - 1, HostOrPoolId - 256, PodId 1
>>>> 2013-04-07 00:38:20,980 DEBUG [cloud.storage.StorageManagerImpl]
>>>> (CapacityChecker:null) Successfully set Capacity - 2084569088 for
>>>>capacity
>>>> type - 3 , DataCenterId - 1, HostOrPoolId - 257, PodId 1
>>>> 2013-04-07 00:38:20,985 DEBUG [cloud.storage.StorageManagerImpl]
>>>> (CapacityChecker:null) Successfully set Capacity - 2084569088 for
>>>>capacity
>>>> type - 3 , DataCenterId - 1, HostOrPoolId - 262, PodId 1
>>>> 2013-04-07 00:38:20,985 DEBUG [cloud.alert.AlertManagerImpl]
>>>> (CapacityChecker:null) Done executing storage capacity update
>>>> 2013-04-07 00:38:20,985 DEBUG [cloud.alert.AlertManagerImpl]
>>>> (CapacityChecker:null) Executing capacity updates for public ip and
>>>>Vlans
>>>> 2013-04-07 00:38:20,995 DEBUG [cloud.alert.AlertManagerImpl]
>>>> (CapacityChecker:null) Done capacity updates for public ip and Vlans
>>>> 2013-04-07 00:38:20,996 DEBUG [cloud.alert.AlertManagerImpl]
>>>> (CapacityChecker:null) Executing capacity updates for private ip
>>>> 2013-04-07 00:38:21,003 DEBUG [cloud.alert.AlertManagerImpl]
>>>> (CapacityChecker:null) Done executing capacity updates for private ip
>>>> 2013-04-07 00:38:21,003 DEBUG [cloud.alert.AlertManagerImpl]
>>>> (CapacityChecker:null) Done recalculating system capacity
>>>> 2013-04-07 00:38:21,031 DEBUG [cloud.alert.AlertManagerImpl]
>>>> (CapacityChecker:null) Done running Capacity Checker ...
>>>> 2013-04-07 00:38:24,889 DEBUG [agent.manager.AgentManagerImpl]
>>>> (AgentManager-Handler-8:null) Ping from 4
>>>> 2013-04-07 00:38:27,157 DEBUG [agent.manager.DirectAgentAttache]
>>>> (DirectAgent-311:null) Ping from 1
>>>> 2013-04-07 00:38:29,095 DEBUG [agent.manager.DirectAgentAttache]
>>>> (DirectAgent-197:null) Seq 1-90046472: Executing request
>>>> 2013-04-07 00:38:29,323 DEBUG [agent.manager.DirectAgentAttache]
>>>> (DirectAgent-197:null) Seq 1-90046472: Response Received:
>>>> 2013-04-07 00:38:29,324 DEBUG [agent.transport.Request]
>>>> (DirectAgent-197:null) Seq 1-90046472: Processing:  { Ans: , MgmtId:
>>>>1,
>>>> via: 1, Ver: v1, Flags: 10,
>>>>
>>>>[{"ClusterSyncAnswer":{"_clusterId":1,"_newStates":{},"_isExecuted":fal
>>>>s
>>>>e
>>>>,"result":true,"wait":0}}]
>>>> }
>>>> 2013-04-07 00:38:47,679 DEBUG [agent.manager.AgentManagerImpl]
>>>> (AgentManager-Handler-9:null) Ping from 3
>>>> 2013-04-07 00:38:50,453 DEBUG
>>>> [storage.secondary.SecondaryStorageManagerImpl] (secstorage-1:null)
>>>>Zone 1
>>>> is ready to launch secondary storage VM
>>>> 2013-04-07 00:38:50,560 DEBUG
>>>>[cloud.consoleproxy.ConsoleProxyManagerImpl]
>>>> (consoleproxy-1:null) Zone 1 is ready to launch console proxy
>>>> 2013-04-07 00:38:50,819 DEBUG
>>>> [network.router.VirtualNetworkApplianceManagerImpl]
>>>> (RouterStatusMonitor-1:null) Found 0 routers to update status.
>>>> 2013-04-07 00:38:50,820 DEBUG
>>>> [network.router.VirtualNetworkApplianceManagerImpl]
>>>> (RouterStatusMonitor-1:null) Found 0 networks to update RvR status.
>>>> 2013-04-07 00:38:50,851 DEBUG
>>>> [network.router.VirtualNetworkApplianceManagerImpl]
>>>> (RouterStatusMonitor-1:null) Found 0 routers to update status.
>>>> 2013-04-07 00:38:50,852 DEBUG
>>>> [network.router.VirtualNetworkApplianceManagerImpl]
>>>> (RouterStatusMonitor-1:null) Found 0 networks to update RvR status.
>>>> 2013-04-07 00:38:51,483 INFO  [agent.manager.AgentMonitor]
>>>> (Thread-11:null) Found the following agents behind on ping: [6, 5]
>>>> 2013-04-07 00:38:51,485 DEBUG [cloud.host.Status] (Thread-11:null)
>>>>Ping
>>>> timeout for host 6, do invstigation
>>>> 2013-04-07 00:38:51,486 DEBUG [cloud.host.Status] (Thread-11:null)
>>>>Ping
>>>> timeout for host 5, do invstigation
>>>> 2013-04-07 00:38:51,486 INFO  [agent.manager.AgentManagerImpl]
>>>> (AgentTaskPool-11:null) Investigating why host 6 has disconnected with
>>>> event PingTimeout
>>>> 2013-04-07 00:38:51,486 DEBUG [agent.manager.AgentManagerImpl]
>>>> (AgentTaskPool-11:null) checking if agent (6) is alive
>>>> 2013-04-07 00:38:51,487 INFO  [agent.manager.AgentManagerImpl]
>>>> (AgentTaskPool-16:null) Investigating why host 5 has disconnected with
>>>> event PingTimeout
>>>> 2013-04-07 00:38:51,488 DEBUG [agent.manager.AgentManagerImpl]
>>>> (AgentTaskPool-16:null) checking if agent (5) is alive
>>>> 2013-04-07 00:38:51,489 DEBUG [agent.transport.Request]
>>>> (AgentTaskPool-11:null) Seq 6-324993318: Sending  { Cmd , MgmtId: 1,
>>>>via:
>>>> 6, Ver: v1, Flags: 100011, [{"CheckHealthCommand":{"wait":50}}] }
>>>> 2013-04-07 00:38:51,489 DEBUG [agent.transport.Request]
>>>> (AgentTaskPool-11:null) Seq 6-324993318: Executing:  { Cmd , MgmtId:
>>>>1,
>>>> via: 6, Ver: v1, Flags: 100011, [{"CheckHealthCommand":{"wait":50}}] }
>>>> 2013-04-07 00:38:51,489 DEBUG [agent.manager.DirectAgentAttache]
>>>> (DirectAgent-372:null) Seq 6-324993318: Executing request
>>>> 2013-04-07 00:38:51,491 DEBUG [agent.transport.Request]
>>>> (AgentTaskPool-16:null) Seq 5-614334822: Sending  { Cmd , MgmtId: 1,
>>>>via:
>>>> 5, Ver: v1, Flags: 100011, [{"CheckHealthCommand":{"wait":50}}] }
>>>> 2013-04-07 00:38:51,491 DEBUG [agent.transport.Request]
>>>> (AgentTaskPool-16:null) Seq 5-614334822: Executing:  { Cmd , MgmtId:
>>>>1,
>>>> via: 5, Ver: v1, Flags: 100011, [{"CheckHealthCommand":{"wait":50}}] }
>>>> 2013-04-07 00:38:51,491 DEBUG [agent.manager.DirectAgentAttache]
>>>> (DirectAgent-252:null) Seq 5-614334822: Executing request
>>>> 2013-04-07 00:38:51,546 DEBUG [agent.manager.DirectAgentAttache]
>>>> (DirectAgent-372:null) Seq 6-324993318: Response Received:
>>>> 2013-04-07 00:38:51,547 DEBUG [agent.transport.Request]
>>>> (DirectAgent-372:null) Seq 6-324993318: Processing:  { Ans: , MgmtId:
>>>>1,
>>>> via: 6, Ver: v1, Flags: 10,
>>>> [{"CheckHealthAnswer":{"result":true,"details":"resource is
>>>> alive","wait":0}}] }
>>>> 2013-04-07 00:38:51,547 DEBUG [agent.transport.Request]
>>>> (AgentTaskPool-11:null) Seq 6-324993318: Received:  { Ans: , MgmtId:
>>>>1,
>>>> via: 6, Ver: v1, Flags: 10, { CheckHealthAnswer } }
>>>> 2013-04-07 00:38:51,547 DEBUG [agent.manager.AgentManagerImpl]
>>>> (AgentTaskPool-11:null) Details from executing class
>>>> com.cloud.agent.api.CheckHealthCommand: resource is alive
>>>> 2013-04-07 00:38:51,547 DEBUG [agent.manager.AgentManagerImpl]
>>>> (AgentTaskPool-11:null) agent (6) responded to checkHeathCommand,
>>>>reporting
>>>> that agent is Up
>>>> 2013-04-07 00:38:51,547 INFO  [agent.manager.AgentManagerImpl]
>>>> (AgentTaskPool-11:null) The state determined is Up
>>>> 2013-04-07 00:38:51,547 INFO  [agent.manager.AgentManagerImpl]
>>>> (AgentTaskPool-11:null) Agent is determined to be up and running
>>>> 2013-04-07 00:38:51,547 DEBUG [cloud.host.Status]
>>>>(AgentTaskPool-11:null)
>>>> Transition:[Resource state = Enabled, Agent event = Ping, Host id = 6,
>>>>name
>>>> = Tut-XenServer]
>>>> 2013-04-07 00:38:51,549 DEBUG [agent.manager.DirectAgentAttache]
>>>> (DirectAgent-252:null) Seq 5-614334822: Response Received:
>>>> 2013-04-07 00:38:51,549 DEBUG [agent.transport.Request]
>>>> (DirectAgent-252:null) Seq 5-614334822: Processing:  { Ans: , MgmtId:
>>>>1,
>>>> via: 5, Ver: v1, Flags: 10,
>>>> [{"CheckHealthAnswer":{"result":true,"details":"resource is
>>>> alive","wait":0}}] }
>>>> 2013-04-07 00:38:51,549 DEBUG [agent.transport.Request]
>>>> (AgentTaskPool-16:null) Seq 5-614334822: Received:  { Ans: , MgmtId:
>>>>1,
>>>> via: 5, Ver: v1, Flags: 10, { CheckHealthAnswer } }
>>>> 2013-04-07 00:38:51,550 DEBUG [agent.manager.AgentManagerImpl]
>>>> (AgentTaskPool-16:null) Details from executing class
>>>> com.cloud.agent.api.CheckHealthCommand: resource is alive
>>>> 2013-04-07 00:38:51,550 DEBUG [agent.manager.AgentManagerImpl]
>>>> (AgentTaskPool-16:null) agent (5) responded to checkHeathCommand,
>>>>reporting
>>>> that agent is Up
>>>> 2013-04-07 00:38:51,550 INFO  [agent.manager.AgentManagerImpl]
>>>> (AgentTaskPool-16:null) The state determined is Up
>>>> 2013-04-07 00:38:51,550 INFO  [agent.manager.AgentManagerImpl]
>>>> (AgentTaskPool-16:null) Agent is determined to be up and running
>>>> 2013-04-07 00:38:51,550 DEBUG [cloud.host.Status]
>>>>(AgentTaskPool-11:null)
>>>> Agent status update: [id = 6; name = Tut-XenServer; old status = Up;
>>>>event
>>>> = Ping; new status = Up; old update count = 315; new update count =
>>>>316]
>>>> 2013-04-07 00:38:51,550 DEBUG [cloud.host.Status]
>>>>(AgentTaskPool-16:null)
>>>> Transition:[Resource state = Enabled, Agent event = Ping, Host id = 5,
>>>>name
>>>> = Tut-XenServer2]
>>>> 2013-04-07 00:38:51,553 DEBUG [cloud.host.Status]
>>>>(AgentTaskPool-16:null)
>>>> Agent status update: [id = 5; name = Tut-XenServer2; old status = Up;
>>>>event
>>>> = Ping; new status = Up; old update count = 152; new update count =
>>>>153]
>>>> 2013-04-07 00:39:04,800 DEBUG [agent.manager.DirectAgentAttache]
>>>> (DirectAgent-100:null) Ping from 6
>>>> 2013-04-07 00:39:06,054 DEBUG [agent.manager.DirectAgentAttache]
>>>> (DirectAgent-259:null) Ping from 5
>>>> 2013-04-07 00:39:06,909 DEBUG [agent.manager.DirectAgentAttache]
>>>> (DirectAgent-134:null) Seq 6-324993028: Executing request
>>>> 2013-04-07 00:39:07,104 DEBUG [agent.manager.DirectAgentAttache]
>>>> (DirectAgent-134:null) Seq 6-324993028: Response Received:
>>>> 2013-04-07 00:39:07,104 DEBUG [agent.transport.Request]
>>>> (DirectAgent-134:null) Seq 6-324993028: Processing:  { Ans: , MgmtId:
>>>>1,
>>>> via: 6, Ver: v1, Flags: 10,
>>>>
>>>>[{"ClusterSyncAnswer":{"_clusterId":2,"_newStates":{},"_isExecuted":fal
>>>>s
>>>>e
>>>>,"result":true,"wait":0}}]
>>>> }
>>>> 2013-04-07 00:39:11,022 DEBUG [agent.manager.DirectAgentAttache]
>>>> (DirectAgent-188:null) Seq 5-614334468: Executing request
>>>> 2013-04-07 00:39:11,164 DEBUG [agent.manager.DirectAgentAttache]
>>>> (DirectAgent-188:null) Seq 5-614334468: Response Received:
>>>> 2013-04-07 00:39:11,164 DEBUG [agent.transport.Request]
>>>> (DirectAgent-188:null) Seq 5-614334468: Processing:  { Ans: , MgmtId:
>>>>1,
>>>> via: 5, Ver: v1, Flags: 10, [{"Answer":{"result":true,"wait":0}}] }
>>>> 2013-04-07 00:39:20,451 DEBUG
>>>> [storage.secondary.SecondaryStorageManagerImpl] (secstorage-1:null)
>>>>Zone 1
>>>> is ready to launch secondary storage VM
>>>> 2013-04-07 00:39:20,552 DEBUG
>>>>[cloud.consoleproxy.ConsoleProxyManagerImpl]
>>>> (consoleproxy-1:null) Zone 1 is ready to launch console proxy
>>>> 2013-04-07 00:39:20,819 DEBUG
>>>> [network.router.VirtualNetworkApplianceManagerImpl]
>>>> (RouterStatusMonitor-1:null) Found 0 routers to update status.
>>>> 2013-04-07 00:39:20,820 DEBUG
>>>> [network.router.VirtualNetworkApplianceManagerImpl]
>>>> (RouterStatusMonitor-1:null) Found 0 networks to update RvR status.
>>>> 2013-04-07 00:39:20,851 DEBUG
>>>> [network.router.VirtualNetworkApplianceManagerImpl]
>>>> (RouterStatusMonitor-1:null) Found 0 routers to update status.
>>>> 2013-04-07 00:39:20,852 DEBUG
>>>> [network.router.VirtualNetworkApplianceManagerImpl]
>>>> (RouterStatusMonitor-1:null) Found 0 networks to update RvR status.
>>>> 2013-04-07 00:39:24,890 DEBUG [agent.manager.AgentManagerImpl]
>>>> (AgentManager-Handler-10:null) Ping from 4
>>>> 2013-04-07 00:39:27,161 DEBUG [agent.manager.DirectAgentAttache]
>>>> (DirectAgent-400:null) Ping from 1
>>>> 2013-04-07 00:39:27,661 DEBUG [cloud.api.ApiServlet]
>>>> (1109449945@qtp-1008805148-34:null) ===START===  127.0.0.1 -- GET
>>>>
>>>>command=listVolumes&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoV
>>>>A
>>>>%
>>>>3D&listAll=true&page=1&pagesize=20&_=1365316767658
>>>> 2013-04-07 00:39:27,672 DEBUG [cloud.api.ApiServlet]
>>>> (1109449945@qtp-1008805148-34:null) ===END===  127.0.0.1 -- GET
>>>>
>>>>command=listVolumes&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoV
>>>>A
>>>>%
>>>>3D&listAll=true&page=1&pagesize=20&_=1365316767658
>>>> 2013-04-07 00:39:28,628 DEBUG [cloud.api.ApiServlet]
>>>> (1109449945@qtp-1008805148-34:null) ===START===  127.0.0.1 -- GET
>>>>
>>>>command=listVirtualMachines&response=json&sessionkey=Z6QqzU0Fq1iT13bMgn
>>>>R
>>>>R
>>>>fl8GoVA%3D&listAll=true&page=1&pagesize=20&_=1365316768625
>>>> 2013-04-07 00:39:28,640 DEBUG [cloud.api.ApiServlet]
>>>> (1109449945@qtp-1008805148-34:null) ===END===  127.0.0.1 -- GET
>>>>
>>>>command=listVirtualMachines&response=json&sessionkey=Z6QqzU0Fq1iT13bMgn
>>>>R
>>>>R
>>>>fl8GoVA%3D&listAll=true&page=1&pagesize=20&_=1365316768625
>>>> 2013-04-07 00:39:29,095 DEBUG [agent.manager.DirectAgentAttache]
>>>> (DirectAgent-101:null) Seq 1-90046472: Executing request
>>>> 2013-04-07 00:39:29,311 DEBUG [agent.manager.DirectAgentAttache]
>>>> (DirectAgent-101:null) Seq 1-90046472: Response Received:
>>>> 2013-04-07 00:39:29,311 DEBUG [agent.transport.Request]
>>>> (DirectAgent-101:null) Seq 1-90046472: Processing:  { Ans: , MgmtId:
>>>>1,
>>>> via: 1, Ver: v1, Flags: 10,
>>>>
>>>>[{"ClusterSyncAnswer":{"_clusterId":1,"_newStates":{},"_isExecuted":fal
>>>>s
>>>>e
>>>>,"result":true,"wait":0}}]
>>>> }
>>>> 2013-04-07 00:39:31,530 DEBUG [cloud.api.ApiServlet]
>>>> (1109449945@qtp-1008805148-34:null) ===START===  127.0.0.1 -- GET
>>>>
>>>>command=logout&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&
>>>>_
>>>>=
>>>>1365316771528
>>>> 2013-04-07 00:39:31,535 DEBUG [cloud.api.ApiServlet]
>>>> (1109449945@qtp-1008805148-34:null) ===END===  127.0.0.1 -- GET
>>>>
>>>>command=logout&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&
>>>>_
>>>>=
>>>>1365316771528
>>>> 2013-04-07 00:39:31,969 DEBUG [cloud.api.ApiServlet]
>>>> (2107564436@qtp-1008805148-38:null) ===START===  127.0.0.1 -- GET
>>>>
>>>>command=listCapabilities&response=json&sessionkey=null&_=1365316771968
>>>> 2013-04-07 00:39:31,970 DEBUG [cloud.api.ApiServlet]
>>>> (2107564436@qtp-1008805148-38:null) ===END===  127.0.0.1 -- GET
>>>>
>>>>command=listCapabilities&response=json&sessionkey=null&_=1365316771968
>>>> 2013-04-07 00:39:47,679 DEBUG [agent.manager.AgentManagerImpl]
>>>> (AgentManager-Handler-11:null) Ping from 3
>>>> 2013-04-07 00:39:50,451 DEBUG
>>>> [storage.secondary.SecondaryStorageManagerImpl] (secstorage-1:null)
>>>>Zone 1
>>>> is ready to launch secondary storage VM
>>>> 2013-04-07 00:39:50,555 DEBUG
>>>>[cloud.consoleproxy.ConsoleProxyManagerImpl]
>>>> (consoleproxy-1:null) Zone 1 is ready to launch console proxy
>>>> 2013-04-07 00:39:50,819 DEBUG
>>>> [network.router.VirtualNetworkApplianceManagerImpl]
>>>> (RouterStatusMonitor-1:null) Found 0 routers to update status.
>>>> 2013-04-07 00:39:50,820 DEBUG
>>>> [network.router.VirtualNetworkApplianceManagerImpl]
>>>> (RouterStatusMonitor-1:null) Found 0 networks to update RvR status.
>>>> 2013-04-07 00:39:50,850 DEBUG
>>>> [network.router.VirtualNetworkApplianceManagerImpl]
>>>> (RouterStatusMonitor-1:null) Found 0 routers to update status.
>>>> 2013-04-07 00:39:50,851 DEBUG
>>>> [network.router.VirtualNetworkApplianceManagerImpl]
>>>> (RouterStatusMonitor-1:null) Found 0 networks to update RvR status.
>>>> 2013-04-07 00:39:51,486 INFO  [agent.manager.AgentMonitor]
>>>> (Thread-11:null) Found the following agents behind on ping: [6, 5]
>>>> 2013-04-07 00:39:51,488 DEBUG [cloud.host.Status] (Thread-11:null)
>>>>Ping
>>>> timeout for host 6, do invstigation
>>>> 2013-04-07 00:39:51,489 DEBUG [cloud.host.Status] (Thread-11:null)
>>>>Ping
>>>> timeout for host 5, do invstigation
>>>> 2013-04-07 00:39:51,489 INFO  [agent.manager.AgentManagerImpl]
>>>> (AgentTaskPool-2:null) Investigating why host 6 has disconnected with
>>>>event
>>>> PingTimeout
>>>> 2013-04-07 00:39:51,490 DEBUG [agent.manager.AgentManagerImpl]
>>>> (AgentTaskPool-2:null) checking if agent (6) is alive
>>>> 2013-04-07 00:39:51,491 INFO  [agent.manager.AgentManagerImpl]
>>>> (AgentTaskPool-14:null) Investigating why host 5 has disconnected with
>>>> event PingTimeout
>>>> 2013-04-07 00:39:51,491 DEBUG [agent.manager.AgentManagerImpl]
>>>> (AgentTaskPool-14:null) checking if agent (5) is alive
>>>> 2013-04-07 00:39:51,493 DEBUG [agent.transport.Request]
>>>> (AgentTaskPool-2:null) Seq 6-324993319: Sending  { Cmd , MgmtId: 1,
>>>>via: 6,
>>>> Ver: v1, Flags: 100011, [{"CheckHealthCommand":{"wait":50}}] }
>>>> 2013-04-07 00:39:51,493 DEBUG [agent.transport.Request]
>>>> (AgentTaskPool-2:null) Seq 6-324993319: Executing:  { Cmd , MgmtId: 1,
>>>>via:
>>>> 6, Ver: v1, Flags: 100011, [{"CheckHealthCommand":{"wait":50}}] }
>>>> 2013-04-07 00:39:51,493 DEBUG [agent.manager.DirectAgentAttache]
>>>> (DirectAgent-278:null) Seq 6-324993319: Executing request
>>>> 2013-04-07 00:39:51,494 DEBUG [agent.transport.Request]
>>>> (AgentTaskPool-14:null) Seq 5-614334823: Sending  { Cmd , MgmtId: 1,
>>>>via:
>>>> 5, Ver: v1, Flags: 100011, [{"CheckHealthCommand":{"wait":50}}] }
>>>> 2013-04-07 00:39:51,494 DEBUG [agent.transport.Request]
>>>> (AgentTaskPool-14:null) Seq 5-614334823: Executing:  { Cmd , MgmtId:
>>>>1,
>>>> via: 5, Ver: v1, Flags: 100011, [{"CheckHealthCommand":{"wait":50}}] }
>>>> 2013-04-07 00:39:51,495 DEBUG [agent.manager.DirectAgentAttache]
>>>> (DirectAgent-433:null) Seq 5-614334823: Executing request
>>>> 2013-04-07 00:39:51,547 DEBUG [agent.manager.DirectAgentAttache]
>>>> (DirectAgent-278:null) Seq 6-324993319: Response Received:
>>>> 2013-04-07 00:39:51,548 DEBUG [agent.transport.Request]
>>>> (DirectAgent-278:null) Seq 6-324993319: Processing:  { Ans: , MgmtId:
>>>>1,
>>>> via: 6, Ver: v1, Flags: 10,
>>>> [{"CheckHealthAnswer":{"result":true,"details":"resource is
>>>> alive","wait":0}}] }
>>>> 2013-04-07 00:39:51,548 DEBUG [agent.transport.Request]
>>>> (AgentTaskPool-2:null) Seq 6-324993319: Received:  { Ans: , MgmtId: 1,
>>>>via:
>>>> 6, Ver: v1, Flags: 10, { CheckHealthAnswer } }
>>>> 2013-04-07 00:39:51,548 DEBUG [agent.manager.AgentManagerImpl]
>>>> (AgentTaskPool-2:null) Details from executing class
>>>> com.cloud.agent.api.CheckHealthCommand: resource is alive
>>>> 2013-04-07 00:39:51,548 DEBUG [agent.manager.AgentManagerImpl]
>>>> (AgentTaskPool-2:null) agent (6) responded to checkHeathCommand,
>>>>reporting
>>>> that agent is Up
>>>> 2013-04-07 00:39:51,548 INFO  [agent.manager.AgentManagerImpl]
>>>> (AgentTaskPool-2:null) The state determined is Up
>>>> 2013-04-07 00:39:51,548 INFO  [agent.manager.AgentManagerImpl]
>>>> (AgentTaskPool-2:null) Agent is determined to be up and running
>>>> 2013-04-07 00:39:51,548 DEBUG [cloud.host.Status]
>>>>(AgentTaskPool-2:null)
>>>> Transition:[Resource state = Enabled, Agent event = Ping, Host id = 6,
>>>>name
>>>> = Tut-XenServer]
>>>> 2013-04-07 00:39:51,549 DEBUG [agent.manager.DirectAgentAttache]
>>>> (DirectAgent-433:null) Seq 5-614334823: Response Received:
>>>> 2013-04-07 00:39:51,549 DEBUG [agent.transport.Request]
>>>> (DirectAgent-433:null) Seq 5-614334823: Processing:  { Ans: , MgmtId:
>>>>1,
>>>> via: 5, Ver: v1, Flags: 10,
>>>> [{"CheckHealthAnswer":{"result":true,"details":"resource is
>>>> alive","wait":0}}] }
>>>> 2013-04-07 00:39:51,549 DEBUG [agent.transport.Request]
>>>> (AgentTaskPool-14:null) Seq 5-614334823: Received:  { Ans: , MgmtId:
>>>>1,
>>>> via: 5, Ver: v1, Flags: 10, { CheckHealthAnswer } }
>>>> 2013-04-07 00:39:51,549 DEBUG [agent.manager.AgentManagerImpl]
>>>> (AgentTaskPool-14:null) Details from executing class
>>>> com.cloud.agent.api.CheckHealthCommand: resource is alive
>>>> 2013-04-07 00:39:51,549 DEBUG [agent.manager.AgentManagerImpl]
>>>> (AgentTaskPool-14:null) agent (5) responded to checkHeathCommand,
>>>>reporting
>>>> that agent is Up
>>>> 2013-04-07 00:39:51,549 INFO  [agent.manager.AgentManagerImpl]
>>>> (AgentTaskPool-14:null) The state determined is Up
>>>> 2013-04-07 00:39:51,549 INFO  [agent.manager.AgentManagerImpl]
>>>> (AgentTaskPool-14:null) Agent is determined to be up and running
>>>> 2013-04-07 00:39:51,551 DEBUG [cloud.host.Status]
>>>>(AgentTaskPool-2:null)
>>>> Agent status update: [id = 6; name = Tut-XenServer; old status = Up;
>>>>event
>>>> = Ping; new status = Up; old update count = 316; new update count =
>>>>317]
>>>> 2013-04-07 00:39:51,551 DEBUG [cloud.host.Status]
>>>>(AgentTaskPool-14:null)
>>>> Transition:[Resource state = Enabled, Agent event = Ping, Host id = 5,
>>>>name
>>>> = Tut-XenServer2]
>>>> 2013-04-07 00:39:51,554 DEBUG [cloud.host.Status]
>>>>(AgentTaskPool-14:null)
>>>> Agent status update: [id = 5; name = Tut-XenServer2; old status = Up;
>>>>event
>>>> = Ping; new status = Up; old update count = 153; new update count =
>>>>154]
>>>> 2013-04-07 00:40:04,836 DEBUG [agent.manager.DirectAgentAttache]
>>>> (DirectAgent-238:null) Ping from 6
>>>> 2013-04-07 00:40:06,653 WARN  [xen.resource.CitrixResourceBase]
>>>> (DirectAgent-429:null)  can not ping xenserver
>>>> 5e02c608-155d-432e-a20f-f8c600ef3ab7
>>>> 2013-04-07 00:40:06,653 WARN  [agent.manager.DirectAgentAttache]
>>>> (DirectAgent-429:null) Unable to get current status on 5
>>>> 2013-04-07 00:40:06,655 INFO  [agent.manager.AgentManagerImpl]
>>>> (AgentTaskPool-1:null) Investigating why host 5 has disconnected with
>>>>event
>>>> AgentDisconnected
>>>> 2013-04-07 00:40:06,655 DEBUG [agent.manager.AgentManagerImpl]
>>>> (AgentTaskPool-1:null) checking if agent (5) is alive
>>>> 2013-04-07 00:40:06,658 DEBUG [agent.transport.Request]
>>>> (AgentTaskPool-1:null) Seq 5-614334824: Sending  { Cmd , MgmtId: 1,
>>>>via: 5,
>>>> Ver: v1, Flags: 100011, [{"CheckHealthCommand":{"wait":50}}] }
>>>> 2013-04-07 00:40:06,658 DEBUG [agent.transport.Request]
>>>> (AgentTaskPool-1:null) Seq 5-614334824: Executing:  { Cmd , MgmtId: 1,
>>>>via:
>>>> 5, Ver: v1, Flags: 100011, [{"CheckHealthCommand":{"wait":50}}] }
>>>> 2013-04-07 00:40:06,658 DEBUG [agent.manager.DirectAgentAttache]
>>>> (DirectAgent-28:null) Seq 5-614334824: Executing request
>>>> 2013-04-07 00:40:06,681 DEBUG [agent.manager.DirectAgentAttache]
>>>> (DirectAgent-28:null) Seq 5-614334824: Response Received:
>>>> 2013-04-07 00:40:06,682 DEBUG [agent.transport.Request]
>>>> (DirectAgent-28:null) Seq 5-614334824: Processing:  { Ans: , MgmtId:
>>>>1,
>>>> via: 5, Ver: v1, Flags: 10,
>>>> [{"CheckHealthAnswer":{"result":false,"details":"resource is not
>>>> alive","wait":0}}] }
>>>> 2013-04-07 00:40:06,682 DEBUG [agent.transport.Request]
>>>> (AgentTaskPool-1:null) Seq 5-614334824: Received:  { Ans: , MgmtId: 1,
>>>>via:
>>>> 5, Ver: v1, Flags: 10, { CheckHealthAnswer } }
>>>> 2013-04-07 00:40:06,682 DEBUG [agent.manager.AgentManagerImpl]
>>>> (AgentTaskPool-1:null) Details from executing class
>>>> com.cloud.agent.api.CheckHealthCommand: resource is not alive
>>>> 2013-04-07 00:40:06,684 DEBUG [cloud.ha.HighAvailabilityManagerImpl]
>>>> (AgentTaskPool-1:null) SimpleInvestigator unable to determine the
>>>>state
>>>>of
>>>> the host.  Moving on.
>>>> 2013-04-07 00:40:06,691 DEBUG [agent.transport.Request]
>>>> (AgentTaskPool-1:null) Seq 6-324993320: Sending  { Cmd , MgmtId: 1,
>>>>via: 6,
>>>> Ver: v1, Flags: 100011,
>>>>
>>>>[{"CheckOnHostCommand":{"host":{"guid":"5e02c608-155d-432e-a20f-f8c600e
>>>>f
>>>>3
>>>>ab7","privateNetwork":{"ip":"192.168.56.11","netmask":"255.255.255.0","
>>>>m
>>>>a
>>>>c":"08:00:27:f7:0d:28","isSecurityGroupEnabled":false},"publicNetwork":
>>>>{
>>>>"
>>>>ip":"192.168.56.11","netmask":"255.255.255.0","mac":"08:00:27:f7:0d:28"
>>>>,
>>>>"
>>>>isSecurityGroupEnabled":false},"storageNetwork1":{"ip":"192.168.56.11",
>>>>"
>>>>n
>>>>etmask":"255.255.255.0","mac":"08:00:27:f7:0d:28","isSecurityGroupEnabl
>>>>e
>>>>d
>>>>":false}},"wait":20}}]
>>>> }
>>>> 2013-04-07 00:40:06,691 DEBUG [agent.transport.Request]
>>>> (AgentTaskPool-1:null) Seq 6-324993320: Executing:  { Cmd , MgmtId: 1,
>>>>via:
>>>> 6, Ver: v1, Flags: 100011,
>>>>
>>>>[{"CheckOnHostCommand":{"host":{"guid":"5e02c608-155d-432e-a20f-f8c600e
>>>>f
>>>>3
>>>>ab7","privateNetwork":{"ip":"192.168.56.11","netmask":"255.255.255.0","
>>>>m
>>>>a
>>>>c":"08:00:27:f7:0d:28","isSecurityGroupEnabled":false},"publicNetwork":
>>>>{
>>>>"
>>>>ip":"192.168.56.11","netmask":"255.255.255.0","mac":"08:00:27:f7:0d:28"
>>>>,
>>>>"
>>>>isSecurityGroupEnabled":false},"storageNetwork1":{"ip":"192.168.56.11",
>>>>"
>>>>n
>>>>etmask":"255.255.255.0","mac":"08:00:27:f7:0d:28","isSecurityGroupEnabl
>>>>e
>>>>d
>>>>":false}},"wait":20}}]
>>>> }
>>>> 2013-04-07 00:40:06,692 DEBUG [agent.manager.DirectAgentAttache]
>>>> (DirectAgent-467:null) Seq 6-324993320: Executing request
>>>> 2013-04-07 00:40:06,909 DEBUG [agent.manager.DirectAgentAttache]
>>>> (DirectAgent-367:null) Seq 6-324993028: Executing request
>>>> 2013-04-07 00:40:07,178 DEBUG [xen.resource.XenServer56Resource]
>>>> (DirectAgent-467:null) Heart beat is still going
>>>> 2013-04-07 00:40:07,178 DEBUG [agent.manager.DirectAgentAttache]
>>>> (DirectAgent-467:null) Seq 6-324993320: Response Received:
>>>> 2013-04-07 00:40:07,178 DEBUG [agent.transport.Request]
>>>> (DirectAgent-467:null) Seq 6-324993320: Processing:  { Ans: , MgmtId:
>>>>1,
>>>> via: 6, Ver: v1, Flags: 10,
>>>>
>>>>[{"CheckOnHostAnswer":{"determined":true,"alive":true,"result":true,"de
>>>>t
>>>>a
>>>>ils":"Heartbeat
>>>> is still going","wait":0}}] }
>>>> 2013-04-07 00:40:07,178 DEBUG [agent.transport.Request]
>>>> (AgentTaskPool-1:null) Seq 6-324993320: Received:  { Ans: , MgmtId: 1,
>>>>via:
>>>> 6, Ver: v1, Flags: 10, { CheckOnHostAnswer } }
>>>> 2013-04-07 00:40:07,179 DEBUG [agent.manager.AgentManagerImpl]
>>>> (AgentTaskPool-1:null) Details from executing class
>>>> com.cloud.agent.api.CheckOnHostCommand: Heartbeat is still going
>>>> 2013-04-07 00:40:07,179 DEBUG [cloud.ha.HighAvailabilityManagerImpl]
>>>> (AgentTaskPool-1:null) XenServerInvestigator was able to determine
>>>>host
>>>>5
>>>> is in Up
>>>> 2013-04-07 00:40:07,179 INFO  [agent.manager.AgentManagerImpl]
>>>> (AgentTaskPool-1:null) The state determined is Up
>>>> 2013-04-07 00:40:07,179 INFO  [agent.manager.AgentManagerImpl]
>>>> (AgentTaskPool-1:null) Agent is determined to be up and running
>>>> 2013-04-07 00:40:07,179 DEBUG [cloud.host.Status]
>>>>(AgentTaskPool-1:null)
>>>> Transition:[Resource state = Enabled, Agent event = Ping, Host id = 5,
>>>>name
>>>> = Tut-XenServer2]
>>>> 2013-04-07 00:40:07,182 DEBUG [cloud.host.Status]
>>>>(AgentTaskPool-1:null)
>>>> Agent status update: [id = 5; name = Tut-XenServer2; old status = Up;
>>>>event
>>>> = Ping; new status = Up; old update count = 154; new update count =
>>>>155]
>>>> 2013-04-07 00:40:07,321 DEBUG [agent.manager.DirectAgentAttache]
>>>> (DirectAgent-367:null) Seq 6-324993028: Response Received:
>>>> 2013-04-07 00:40:07,322 DEBUG [agent.transport.Request]
>>>> (DirectAgent-367:null) Seq 6-324993028: Processing:  { Ans: , MgmtId:
>>>>1,
>>>> via: 6, Ver: v1, Flags: 10,
>>>>
>>>>[{"ClusterSyncAnswer":{"_clusterId":2,"_newStates":{},"_isExecuted":fal
>>>>s
>>>>e
>>>>,"result":true,"wait":0}}]
>>>> }
>>>> 2013-04-07 00:40:11,022 DEBUG [agent.manager.DirectAgentAttache]
>>>> (DirectAgent-430:null) Seq 5-614334468: Executing request
>>>> 2013-04-07 00:40:11,052 DEBUG [xen.resource.XenServerConnectionPool]
>>>> (DirectAgent-430:null) Catch Exception:
>>>> com.xensource.xenapi.Types$HostOffline Host is offline 192.168.56.11
>>>>due to
>>>> You attempted an operation which involves a host which could not be
>>>> contacted.
>>>> 2013-04-07 00:40:11,052 DEBUG [xen.resource.XenServerConnectionPool]
>>>> (DirectAgent-430:null) Trying to reset master of slave 192.168.56.11
>>>>to
>>>> 192.168.56.9
>>>> 2013-04-07 00:40:20,452 DEBUG
>>>> [storage.secondary.SecondaryStorageManagerImpl] (secstorage-1:null)
>>>>Zone 1
>>>> is ready to launch secondary storage VM
>>>> 2013-04-07 00:40:20,552 DEBUG
>>>>[cloud.consoleproxy.ConsoleProxyManagerImpl]
>>>> (consoleproxy-1:null) Zone 1 is ready to launch console proxy
>>>> 2013-04-07 00:40:20,820 DEBUG
>>>> [network.router.VirtualNetworkApplianceManagerImpl]
>>>> (RouterStatusMonitor-1:null) Found 0 routers to update status.
>>>> 2013-04-07 00:40:20,821 DEBUG
>>>> [network.router.VirtualNetworkApplianceManagerImpl]
>>>> (RouterStatusMonitor-1:null) Found 0 networks to update RvR status.
>>>> 2013-04-07 00:40:20,852 DEBUG
>>>> [network.router.VirtualNetworkApplianceManagerImpl]
>>>> (RouterStatusMonitor-1:null) Found 0 routers to update status.
>>>> 2013-04-07 00:40:20,853 DEBUG
>>>> [network.router.VirtualNetworkApplianceManagerImpl]
>>>> (RouterStatusMonitor-1:null) Found 0 networks to update RvR status.
>>>> 2013-04-07 00:40:21,055 DEBUG [xen.resource.XenServerConnectionPool]
>>>> (DirectAgent-430:null) localLogout has problem Failed to read server's
>>>> response: connect timed out
>>>> 2013-04-07 00:40:21,055 WARN  [agent.manager.DirectAgentAttache]
>>>> (DirectAgent-430:null) Seq 5-614334468: Exception Caught while
>>>>executing
>>>> command
>>>> com.cloud.utils.exception.CloudRuntimeException: Unable to reset
>>>>master
>>>>of
>>>> slave 192.168.56.11 to 192.168.56.9 due to
>>>> org.apache.xmlrpc.XmlRpcException: Failed to read server's response:
>>>> connect timed out
>>>>  at
>>>>
>>>>com.cloud.hypervisor.xen.resource.XenServerConnectionPool.PoolEmergency
>>>>R
>>>>e
>>>>setMaster(XenServerConnectionPool.java:443)
>>>> at
>>>>
>>>>com.cloud.hypervisor.xen.resource.XenServerConnectionPool.connect(XenSe
>>>>r
>>>>v
>>>>erConnectionPool.java:661)
>>>>  at
>>>>
>>>>com.cloud.hypervisor.xen.resource.CitrixResourceBase.getConnection(Citr
>>>>i
>>>>x
>>>>ResourceBase.java:5380)
>>>> at
>>>>
>>>>com.cloud.hypervisor.xen.resource.CitrixResourceBase.execute(CitrixReso
>>>>u
>>>>r
>>>>ceBase.java:7248)
>>>>  at
>>>>
>>>>com.cloud.hypervisor.xen.resource.CitrixResourceBase.executeRequest(Cit
>>>>r
>>>>i
>>>>xResourceBase.java:555)
>>>> at
>>>>
>>>>com.cloud.hypervisor.xen.resource.XenServer56Resource.executeRequest(Xe
>>>>n
>>>>S
>>>>erver56Resource.java:73)
>>>>  at
>>>>
>>>>com.cloud.agent.manager.DirectAgentAttache$Task.run(DirectAgentAttache.
>>>>j
>>>>a
>>>>va:186)
>>>> at
>>>>java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:439)
>>>>  at
>>>>
>>>>java.util.concurrent.FutureTask$Sync.innerRunAndReset(FutureTask.java:3
>>>>1
>>>>7
>>>>)
>>>> at java.util.concurrent.FutureTask.runAndReset(FutureTask.java:150)
>>>>  at
>>>>
>>>>java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.ac
>>>>c
>>>>e
>>>>ss$101(ScheduledThreadPoolExecutor.java:98)
>>>> at
>>>>
>>>>java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.ru
>>>>n
>>>>P
>>>>eriodic(ScheduledThreadPoolExecutor.java:180)
>>>>  at
>>>>
>>>>java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.ru
>>>>n
>>>>(
>>>>ScheduledThreadPoolExecutor.java:204)
>>>> at
>>>>
>>>>java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecut
>>>>o
>>>>r
>>>>.java:895)
>>>>  at
>>>>
>>>>java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.j
>>>>a
>>>>v
>>>>a:918)
>>>> at java.lang.Thread.run(Thread.java:680)
>>>> 2013-04-07 00:40:21,056 DEBUG [agent.manager.DirectAgentAttache]
>>>> (DirectAgent-430:null) Seq 5-614334468: Response Received:
>>>> 2013-04-07 00:40:21,056 DEBUG [agent.transport.Request]
>>>> (DirectAgent-430:null) Seq 5-614334468: Processing:  { Ans: , MgmtId:
>>>>1,
>>>> via: 5, Ver: v1, Flags: 10,
>>>>
>>>>[{"Answer":{"result":false,"details":"com.cloud.utils.exception.CloudRu
>>>>n
>>>>t
>>>>imeException:
>>>> Unable to reset master of slave 192.168.56.11 to 192.168.56.9 due to
>>>> org.apache.xmlrpc.XmlRpcException: Failed to read server's response:
>>>> connect timed out","wait":0}}] }
>>>> 2013-04-07 00:40:24,888 DEBUG [agent.manager.AgentManagerImpl]
>>>> (AgentManager-Handler-12:null) Ping from 4
>>>> 2013-04-07 00:40:27,162 DEBUG [agent.manager.DirectAgentAttache]
>>>> (DirectAgent-321:null) Ping from 1
>>>> 2013-04-07 00:40:29,095 DEBUG [agent.manager.DirectAgentAttache]
>>>> (DirectAgent-423:null) Seq 1-90046472: Executing request
>>>> 2013-04-07 00:40:29,364 DEBUG [agent.manager.DirectAgentAttache]
>>>> (DirectAgent-423:null) Seq 1-90046472: Response Received:
>>>> 2013-04-07 00:40:29,364 DEBUG [agent.transport.Request]
>>>> (DirectAgent-423:null) Seq 1-90046472: Processing:  { Ans: , MgmtId:
>>>>1,
>>>> via: 1, Ver: v1, Flags: 10,
>>>>
>>>>[{"ClusterSyncAnswer":{"_clusterId":1,"_newStates":{},"_isExecuted":fal
>>>>s
>>>>e
>>>>,"result":true,"wait":0}}]
>>>> }
>>>> 2013-04-07 00:40:43,749 INFO
>>>>[context.support.XmlWebApplicationContext]
>>>> (Shutdown:null) Closing Root WebApplicationContext: startup date [Sat
>>>>Apr
>>>> 06 22:07:12 MDT 2013]; root of context hierarchy
>>>> 2013-04-07 00:40:43,751 INFO
>>>>[factory.support.DefaultListableBeanFactory]
>>>> (Shutdown:null) Destroying singletons in
>>>>
>>>>org.springframework.beans.factory.support.DefaultListableBeanFactory@74
>>>>b
>>>>7
>>>>6ce4:
>>>> defining beans
>>>>
>>>>[org.springframework.context.annotation.internalConfigurationAnnotation
>>>>P
>>>>r
>>>>ocessor,org.springframework.context.annotation.internalAutowiredAnnotat
>>>>i
>>>>o
>>>>nProcessor,org.springframework.context.annotation.internalRequiredAnnot
>>>>a
>>>>t
>>>>ionProcessor,org.springframework.context.annotation.internalCommonAnnot
>>>>a
>>>>t
>>>>ionProcessor,ClusterRestService,NetworkRestService,PodService,VirtualMa
>>>>c
>>>>h
>>>>ineRestService,VolumeRestService,zoneService,dataDisk,iso,rootDisk,volu
>>>>m
>>>>e
>>>>TypeHelper,VMComputeTagDaoImpl,VMEntityDaoImpl,VMNetworkMapDaoImpl,VMRe
>>>>s
>>>>e
>>>>rvationDaoImpl,VMRootDiskTagDaoImpl,volumeReservationDaoImpl,virtualMac
>>>>h
>>>>i
>>>>neEntityImpl,VMEntityManagerImpl,dataCenterResourceManagerImpl,EngineDc
>>>>D
>>>>e
>>>>tailsDao,EngineClusterDao,EngineDataCenterDao,EngineHostDao,EngineHostP
>>>>o
>>>>d
>>>>Dao,EngineHostDetailsDao,EngineHostTagsDao,provisioningService,cloudOrc
>>>>h
>>>>e
>>>>strator,dataObjectManagerImpl,dataStoreManagerImpl,dataStoreProviderDao
>>>>I
>>>>m
>>>>pl,primaryDataStoreDaoImpl,primaryDataStoreDetailsDaoImpl,objectInDataS
>>>>t
>>>>o
>>>>reManagerImpl,dataStoreProviderManagerImpl,objectInDataStoreDaoImpl,def
>>>>a
>>>>u
>>>>ltEndPointSelector,hypervsiorHostEndPointRpcServer,imageDataStoreHelper
>>>>,
>>>>i
>>>>mageDaoStoreDaoImpl,imageDataDaoImpl,imageDataStoreProviderDaoImpl,BARE
>>>>M
>>>>E
>>>>TAL,imageFormatHelper,ISO,OVA,imageformat_qcow2,unknown,image_format_vh
>>>>d
>>>>,
>>>>dataMotionServiceImpl,primaryDataStoreHelper,templatePrimaryDataStoreDa
>>>>o
>>>>I
>>>>mpl,volumeDao2Impl,imageDataFactoryImpl,imageServiceImpl,imageDataManag
>>>>e
>>>>r
>>>>Impl,imageDataStoreManagerImpl,defaultImageDataStoreProvider,defaultIma
>>>>g
>>>>e
>>>>MotionStrategy,imageMotionServiceImpl,snapshotDao2Impl,snapshotDataFact
>>>>o
>>>>r
>>>>yImpl,snapshotServiceImpl,hypervisorBasedSnapshot,defaultPrimaryDataSto
>>>>r
>>>>e
>>>>ProviderManagerImpl,defaultPrimaryDatastoreProviderImpl,ISCSI,networkFi
>>>>l
>>>>e
>>>>System,templateInstallStrategyImpl,volumeDataFactoryImpl,volumeManagerI
>>>>m
>>>>p
>>>>l,volumeServiceImpl,apiDiscoveryServiceImpl,apiRateLimitServiceImpl,reg
>>>>i
>>>>o
>>>>nDaoImpl,regionManagerImpl,regionServiceImpl,userContextInitializer,eve
>>>>n
>>>>t
>>>>DaoImpl,usageEventDaoImpl,randomAllocator,baremetalDhcpDaoImpl,baremeta
>>>>l
>>>>P
>>>>xeDaoImpl,vmwareContextFactory,ciscoNexusVSMDeviceDaoImpl,lunDaoImpl,po
>>>>o
>>>>l
>>>>DaoImpl,netappVolumeDaoImpl,netappManagerImpl,elasticLoadBalancerElemen
>>>>t
>>>>,
>>>>elasticLbVmMapDaoImpl,elasticLoadBalancerManagerImpl,netScalerPodDaoImp
>>>>l
>>>>,
>>>>niciraNvpDaoImpl,niciraNvpNicMappingDaoImpl,niciraNvpRouterMappingDaoIm
>>>>p
>>>>l
>>>>,niciraNvpElement,ovsGuestNetworkGuru,ovsTunnelInterfaceDaoImpl,ovsTunn
>>>>e
>>>>l
>>>>NetworkDaoImpl,ovsTunnelManagerImpl,bigSwitchVnsDaoImpl,bigSwitchVnsEle
>>>>m
>>>>e
>>>>nt,randomStoragePoolAllocator,domainChecker,agentMonitor,firstFitAlloca
>>>>t
>>>>o
>>>>r,recreateHostAllocator,testingAllocator,basicAgentAuthManager,alertMan
>>>>a
>>>>g
>>>>erImpl,clusterAlertAdapter,consoleProxyAlertAdapter,alertDaoImpl,second
>>>>a
>>>>r
>>>>yStorageVmAlertAdapter,apiDBUtils,apiDispatcher,apiResponseHelper,apiSe
>>>>r
>>>>v
>>>>er,apiServlet,accountJoinDaoImpl,asyncJobJoinDaoImpl,dataCenterJoinDaoI
>>>>m
>>>>p
>>>>l,diskOfferingJoinDaoImpl,domainRouterJoinDaoImpl,hostJoinDaoImpl,insta
>>>>n
>>>>c
>>>>eGroupJoinDaoImpl,projectAccountJoinDaoImpl,projectInvitationJoinDaoImp
>>>>l
>>>>,
>>>>projectJoinDaoImpl,resourceTagJoinDaoImpl,securityGroupJoinDaoImpl,serv
>>>>i
>>>>c
>>>>eOfferingJoinDaoImpl,storagePoolJoinDaoImpl,userAccountJoinDaoImpl,user
>>>>V
>>>>m
>>>>JoinDaoImpl,volumeJoinDaoImpl,queryManagerImpl,asyncJobExecutorContextI
>>>>m
>>>>p
>>>>l,asyncJobManagerImpl,asyncJobDaoImpl,syncQueueDaoImpl,syncQueueItemDao
>>>>I
>>>>m
>>>>pl,syncQueueManagerImpl,capacityManagerImpl,capacityDaoImpl,certificate
>>>>D
>>>>a
>>>>oImpl,clusterBasedAgentLoadBalancerPlanner,hostTransferMapDaoImpl,clust
>>>>e
>>>>r
>>>>FenceManagerImpl,clusterServiceServletAdapter,managementServerHostDaoIm
>>>>p
>>>>l
>>>>,managementServerHostPeerDaoImpl,stackMaidDaoImpl,managementServerNode,
>>>>c
>>>>o
>>>>nfigurationManagerImpl,configurationDaoImpl,resourceCountDaoImpl,resour
>>>>c
>>>>e
>>>>LimitDaoImpl,entityManagerImpl,clusterDetailsDaoImpl,accountVlanMapDaoI
>>>>m
>>>>p
>>>>l,clusterDaoImpl,clusterVSMMapDaoImpl,dataCenterDaoImpl,dataCenterIpAdd
>>>>r
>>>>e
>>>>ssDaoImpl,dataCenterLinkLocalIpAddressDaoImpl,dataCenterVnetDaoImpl,dcD
>>>>e
>>>>t
>>>>ailsDaoImpl,hostPodDaoImpl,podVlanDaoImpl,podVlanMapDaoImpl,storageNetw
>>>>o
>>>>r
>>>>kIpAddressDaoImpl,storageNetworkIpRangeDaoImpl,vlanDaoImpl,domainDaoImp
>>>>l
>>>>,
>>>>actionEventUtils,alertGenerator,eventJoinDaoImpl,eventUtils,usageEventU
>>>>t
>>>>i
>>>>ls,highAvailabilityDaoImpl,recreatableFencer,hostDaoImpl,hostDetailsDao
>>>>I
>>>>m
>>>>pl,hostTagsDaoImpl,cloudZonesStartupProcessor,hypervisorCapabilitiesDao
>>>>I
>>>>m
>>>>pl,hypervisorGuruManagerImpl,keystoreDaoImpl,keystoreManagerImpl,agentU
>>>>p
>>>>g
>>>>radeDaoImpl,upgradeManagerImpl,autoScaleManagerImpl,autoScalePolicyCond
>>>>i
>>>>t
>>>>ionMapDaoImpl,autoScalePolicyDaoImpl,autoScaleVmGroupDaoImpl,autoScaleV
>>>>m
>>>>G
>>>>roupPolicyMapDaoImpl,autoScaleVmProfileDaoImpl,conditionDaoImpl,counter
>>>>D
>>>>a
>>>>oImpl,externalFirewallDeviceDaoImpl,externalLoadBalancerDeviceDaoImpl,f
>>>>i
>>>>r
>>>>ewallRulesCidrsDaoImpl,firewallRulesDaoImpl,inlineLoadBalancerNicMapDao
>>>>I
>>>>m
>>>>pl,IPAddressDaoImpl,LBStickinessPolicyDaoImpl,loadBalancerDaoImpl,loadB
>>>>a
>>>>l
>>>>ancerVMMapDaoImpl,networkAccountDaoImpl,networkDaoImpl,networkDomainDao
>>>>I
>>>>m
>>>>pl,networkExternalFirewallDaoImpl,networkExternalLoadBalancerDaoImpl,ne
>>>>t
>>>>w
>>>>orkOpDaoImpl,networkRuleConfigDaoImpl,networkServiceMapDaoImpl,physical
>>>>N
>>>>e
>>>>tworkDaoImpl,physicalNetworkIsolationMethodDaoImpl,physicalNetworkServi
>>>>c
>>>>e
>>>>ProviderDaoImpl,physicalNetworkTagDaoImpl,physicalNetworkTrafficTypeDao
>>>>I
>>>>m
>>>>pl,portProfileDaoImpl,remoteAccessVpnDaoImpl,routerNetworkDaoImpl,site2
>>>>S
>>>>i
>>>>teCustomerGatewayDaoImpl,site2SiteVpnConnectionDaoImpl,site2SiteVpnGate
>>>>w
>>>>a
>>>>yDaoImpl,userIpv6AddressDaoImpl,virtualRouterProviderDaoImpl,vpnUserDao
>>>>I
>>>>m
>>>>pl,externalLoadBalancerUsageManagerImpl,externalNetworkDeviceManagerImp
>>>>l
>>>>,
>>>>firewallManagerImpl,loadBalancingRulesManagerImpl,networkManagerImpl,ne
>>>>t
>>>>w
>>>>orkModelImpl,networkServiceImpl,networkUsageManagerImpl,virtualNetworkA
>>>>p
>>>>p
>>>>lianceManagerImpl,vpcVirtualNetworkApplianceManagerImpl,portForwardingR
>>>>u
>>>>l
>>>>esDaoImpl,rulesManagerImpl,securityGroupDaoImpl,securityGroupRuleDaoImp
>>>>l
>>>>,
>>>>securityGroupRulesDaoImpl,securityGroupVMMapDaoImpl,securityGroupWorkDa
>>>>o
>>>>I
>>>>mpl,vmRulesetLogDaoImpl,storageNetworkManagerImpl,privateIpDaoImpl,stat
>>>>i
>>>>c
>>>>RouteDaoImpl,vpcDaoImpl,vpcGatewayDaoImpl,vpcOfferingDaoImpl,vpcOfferin
>>>>g
>>>>S
>>>>erviceMapDaoImpl,networkACLManagerImpl,vpcManagerImpl,remoteAccessVpnMa
>>>>n
>>>>a
>>>>gerImpl,site2SiteVpnManagerImpl,networkOfferingDaoImpl,networkOfferingS
>>>>e
>>>>r
>>>>viceMapDaoImpl,projectAccountDaoImpl,projectDaoImpl,projectInvitationDa
>>>>o
>>>>I
>>>>mpl,projectManagerImpl,dummyHostDiscoverer,resourceManagerImpl,resource
>>>>L
>>>>i
>>>>mitManagerImpl,commandExecLogDaoImpl,configurationServerImpl,statsColle
>>>>c
>>>>t
>>>>or,serviceOfferingDaoImpl,consoleServlet,registerCompleteServlet,garbag
>>>>e
>>>>C
>>>>ollectingStoragePoolAllocator,useLocalForRootAllocator,diskOfferingDaoI
>>>>m
>>>>p
>>>>l,guestOSCategoryDaoImpl,guestOSDaoImpl,launchPermissionDaoImpl,s3DaoIm
>>>>p
>>>>l
>>>>,snapshotDaoImpl,snapshotPolicyDaoImpl,snapshotScheduleDaoImpl,storageP
>>>>o
>>>>o
>>>>lDaoImpl,storagePoolDetailsDaoImpl,storagePoolHostDaoImpl,storagePoolWo
>>>>r
>>>>k
>>>>DaoImpl,swiftDaoImpl,uploadDaoImpl,VMTemplateDaoImpl,VMTemplateDetailsD
>>>>a
>>>>o
>>>>Impl,VMTemplateHostDaoImpl,VMTemplatePoolDaoImpl,VMTemplateS3DaoImpl,VM
>>>>T
>>>>e
>>>>mplateSwiftDaoImpl,VMTemplateZoneDaoImpl,volumeDaoImpl,volumeHostDaoImp
>>>>l
>>>>,
>>>>downloadMonitorImpl,OCFS2ManagerImpl,s3ManagerImpl,secondaryStorageVmDe
>>>>f
>>>>a
>>>>ultAllocator,snapshotManagerImpl,snapshotSchedulerImpl,storageManagerIm
>>>>p
>>>>l
>>>>,swiftManagerImpl,uploadMonitorImpl,resourceTagsDaoImpl,taggedResourceM
>>>>a
>>>>n
>>>>agerImpl,hyervisorTemplateAdapter,templateManagerImpl,versionDaoImpl,da
>>>>t
>>>>a
>>>>baseIntegrityChecker,externalPublicIpStatisticsDaoImpl,usageDaoImpl,usa
>>>>g
>>>>e
>>>>IPAddressDaoImpl,usageJobDaoImpl,usageLoadBalancerPolicyDaoImpl,usageNe
>>>>t
>>>>w
>>>>orkDaoImpl,usageNetworkOfferingDaoImpl,usagePortForwardingRuleDaoImpl,u
>>>>s
>>>>a
>>>>geSecurityGroupDaoImpl,usageStorageDaoImpl,usageVMInstanceDaoImpl,usage
>>>>V
>>>>o
>>>>lumeDaoImpl,usageVPNUserDaoImpl,usageServiceImpl,accountDetailsDaoImpl,
>>>>a
>>>>c
>>>>countManagerImpl,accountDaoImpl,SSHKeyPairDaoImpl,userAccountDaoImpl,us
>>>>e
>>>>r
>>>>DaoImpl,userStatisticsDaoImpl,userStatsLogDaoImpl,domainManagerImpl,ide
>>>>n
>>>>t
>>>>ityDaoImpl,identityServiceImpl,consoleProxyDaoImpl,domainRouterDaoImpl,
>>>>i
>>>>n
>>>>stanceGroupDaoImpl,instanceGroupVMMapDaoImpl,nicDaoImpl,secondaryStorag
>>>>e
>>>>V
>>>>mDaoImpl,userVmDetailsDaoImpl,VMInstanceDaoImpl,itWorkDaoImpl,component
>>>>C
>>>>o
>>>>ntext,org.springframework.aop.config.internalAutoProxyCreator,org.sprin
>>>>g
>>>>f
>>>>ramework.aop.aspectj.AspectJPointcutAdvisor#0,captureAnyMethod,org.spri
>>>>n
>>>>g
>>>>framework.aop.aspectj.AspectJPointcutAdvisor#1,captureEventMethod,trans
>>>>a
>>>>c
>>>>tionContextBuilder,actionEventInterceptor,onwireRegistry,messageSeriali
>>>>z
>>>>e
>>>>r,transportProvider,rpcProvider,eventBus,premiumDatabaseUpgradeChecker,
>>>>m
>>>>a
>>>>nagementServerImpl,clusterManagerImpl,clusteredAgentManagerImpl,cluster
>>>>e
>>>>d
>>>>VirtualMachineManagerImpl,highAvailabilityManagerExtImpl,userVmManagerI
>>>>m
>>>>p
>>>>l,consoleProxyManagerImpl,securityGroupManagerImpl2,premiumSecondarySto
>>>>r
>>>>a
>>>>geManagerImpl,userVmDaoImpl,ipv6AddressManagerImpl,VmwareManager,Netapp
>>>>M
>>>>a
>>>>nager,BaremetalManager,BaremetalDhcpManager,BaremetalKickStartPxeServic
>>>>e
>>>>,
>>>>BaremetalPingPxeService,BaremetalPxeManager,Ovs,BareMetalDhcp,BareMetal
>>>>P
>>>>x
>>>>e,BareMetalUserdata,SecurityGroupProvider,VirtualRouter,VpcVirtualRoute
>>>>r
>>>>,
>>>>NiciraNvp,JuniperSRX,Netscaler,F5BigIP,CiscoNexus1000vVSM,FirstFitRouti
>>>>n
>>>>g
>>>>,LocalStoragePoolAllocator,FirstFitStoragePoolAllocator,UserConcentrate
>>>>d
>>>>A
>>>>llocator,ConsoleProxyAllocator,StaticRoleBasedAPIAccessChecker,ExteralI
>>>>p
>>>>A
>>>>ddressAllocator,BareMetalTemplateAdapter,MD5UserAuthenticator,LDAPUserA
>>>>u
>>>>t
>>>>henticator,CheckOnAgentInvestigator,XenServerInvestigator,UserVmDomRInv
>>>>e
>>>>s
>>>>tigator,ManagementIPSystemVMInvestigator,VmwareInvestigator,XenServerFe
>>>>n
>>>>c
>>>>er,KVMFencer,OvmFencer,VmwareFencer,XcpServerDiscoverer,SecondaryStorag
>>>>e
>>>>D
>>>>iscoverer,KvmServerDiscoverer,BareMetalDiscoverer,HypervServerDiscovere
>>>>r
>>>>,
>>>>OvmDiscoverer,vmwareServerDiscoverer,FirstFitPlanner,UserDispersingPlan
>>>>n
>>>>e
>>>>r,UserConcentratedPodPlanner,BareMetalPlanner,StorageNetworkGuru,Extern
>>>>a
>>>>l
>>>>GuestNetworkGuru,PublicNetworkGuru,PodBasedNetworkGuru,ControlNetworkGu
>>>>r
>>>>u
>>>>,DirectNetworkGuru,DirectPodBasedNetworkGuru,OvsGuestNetworkGuru,Privat
>>>>e
>>>>N
>>>>etworkGuru,NiciraNvpGuestNetworkGuru,XenServerGuru,KVMGuru,OvmGuru,VMwa
>>>>r
>>>>e
>>>>Guru,BaremetalGuru,BaremetalPlannerSelector,HypervisorPlannerSelector,o
>>>>r
>>>>g
>>>>.springframework.context.annotation.ConfigurationClassPostProcessor$Imp
>>>>o
>>>>r
>>>>tAwareBeanPostProcessor#0];
>>>> root of factory hierarchy
>>>>
>>>>
>>>> On Sun, Apr 7, 2013 at 12:54 AM, Marcus Sorensen
>>>><sh...@gmail.com>wrote:
>>>>
>>>>> If you're running it the Dev way with jetty, look for vmops.log in
>>>>>your
>>>>> git
>>>>> root. If you've installed via package look for
>>>>> /var/log/cloudstack/management/management-server.log.
>>>>> On Apr 7, 2013 12:45 AM, "Mike Tutkowski"
>>>>><mi...@solidfire.com>
>>>>> wrote:
>>>>>
>>>>> > Hi Marcus,
>>>>> >
>>>>> > I was just looking at the output in the console.
>>>>> >
>>>>> > Can you remind me again where the related logs are stored?
>>>>> >
>>>>> > Thanks!
>>>>> >
>>>>> >
>>>>> > On Sun, Apr 7, 2013 at 12:39 AM, Marcus Sorensen
>>>>><shadowsor@gmail.com
>>>>> > >wrote:
>>>>> >
>>>>> > > Have you by chance looked at the debug logs to see if it by
>>>>>chance
>>>>> tried
>>>>> > > the proper storage and failed? I'm not sure that's OK either, but
>>>>>it
>>>>> > would
>>>>> > > be interesting to know.
>>>>> > > On Apr 7, 2013 12:25 AM, "Mike Tutkowski" <
>>>>> mike.tutkowski@solidfire.com>
>>>>> > > wrote:
>>>>> > >
>>>>> > > > Hi,
>>>>> > > >
>>>>> > > > I'm currently using 4.1 (from like a week or so ago).
>>>>> > > >
>>>>> > > > I have three tiers of shared, iSCSI-based storage represented
>>>>>in
>>>>> three
>>>>> > > > storage repositories in XenServer:
>>>>> > > >
>>>>> > > > SR_2
>>>>> > > > SR_3
>>>>> > > > SR_4
>>>>> > > >
>>>>> > > > SR_2 maps into CS via primary storage PS_2, which has the
>>>>>storage
>>>>> tag
>>>>> > > PS_2
>>>>> > > > SR_3 maps into CS via primary storage PS_3, which has the
>>>>>storage
>>>>> tag
>>>>> > > PS_3
>>>>> > > > SR_4 maps into CS via primary storage PS_4, which has the
>>>>>storage
>>>>> tag
>>>>> > > PS_4
>>>>> > > >
>>>>> > > > I have three compute offerings:
>>>>> > > >
>>>>> > > > CO_2, which only uses storage tag PS_2
>>>>> > > > CO_3, which only uses storage tag PS_3
>>>>> > > > CO_4, which only uses storage tag PS_4
>>>>> > > >
>>>>> > > > I walk through the wizard and select CO_3.  My VM ends up on
>>>>>SR_4.
>>>>> > > >
>>>>> > > > I have double checked the relationships and don't see any
>>>>>errors
>>>>>in
>>>>> > how I
>>>>> > > > have CS configured.
>>>>> > > >
>>>>> > > > Does anyone know of this being noted as a current bug?
>>>>> > > >
>>>>> > > > Thanks!
>>>>> > > >
>>>>> > > >
>>>>> > > > --
>>>>> > > > *Mike Tutkowski*
>>>>> > > > *Senior CloudStack Developer, SolidFire Inc.*
>>>>> > > > e: mike.tutkowski@solidfire.com
>>>>> > > > o: 303.746.7302
>>>>> > > > Advancing the way the world uses the
>>>>> > > > cloud<http://solidfire.com/solution/overview/?video=play>
>>>>> > > > *(tm)*
>>>>> > > >
>>>>> > >
>>>>> >
>>>>> >
>>>>> >
>>>>> > --
>>>>> > *Mike Tutkowski*
>>>>> > *Senior CloudStack Developer, SolidFire Inc.*
>>>>> > e: mike.tutkowski@solidfire.com
>>>>> > o: 303.746.7302
>>>>> > Advancing the way the world uses the
>>>>> > cloud<http://solidfire.com/solution/overview/?video=play>
>>>>> > *(tm)*
>>>>> >
>>>>>
>>>>
>>>>
>>>>
>>>> --
>>>> *Mike Tutkowski*
>>>> *Senior CloudStack Developer, SolidFire Inc.*
>>>> e: mike.tutkowski@solidfire.com
>>>> o: 303.746.7302
>>>> Advancing the way the world uses the
>>>>cloud<http://solidfire.com/solution/overview/?video=play>
>>>> *(tm)*
>>>>
>>>
>>>
>>>
>>>--
>>>*Mike Tutkowski*
>>>*Senior CloudStack Developer, SolidFire Inc.*
>>>e: mike.tutkowski@solidfire.com
>>>o: 303.746.7302
>>>Advancing the way the world uses the
>>>cloud<http://solidfire.com/solution/overview/?video=play>
>>>*(tm)*
>>
>


Re: VM deployed to wrong storage repository

Posted by Nitin Mehta <Ni...@citrix.com>.
Thanks Prachi. But they should still honor the tags right ? Why is that
not the case here ?

On 09/04/13 11:17 PM, "Prachi Damle" <Pr...@citrix.com> wrote:

>We don't use this allocator by default- By default the context should
>load the LocalStoragePoolAllocator and FirstFitStoragePoolAllocator .
>Random is just a provision to let admin use it when they want to ignore
>any kind of filters during allocation.
>
>-Prachi
>
>-----Original Message-----
>From: Nitin Mehta [mailto:Nitin.Mehta@citrix.com]
>Sent: Tuesday, April 09, 2013 2:00 AM
>To: dev@cloudstack.apache.org
>Subject: Re: VM deployed to wrong storage repository
>
>Sorry for the typo. I meant bug instead of "bu"
>
>On 09/04/13 11:59 AM, "itin Mehta" <Ni...@citrix.com> wrote:
>
>>Hi Prachi - Do we use this allocator now ? And why does this allocator
>>not
>>honor the tag - is that not a bu ?
>>
>>Thanks,
>>Niti
>>
>>On 08/04/13 11:2 PM, "Prachi Damle" <Pr...@citrix.com> wrote:
>>
>>>Hi Mike,
>>>
>>>I checked the logs, looks like the RandomStoragePolAllocator is being
>>>picked upfor the storag allocation - tis allocatordoes not match any
>>>tags.
>>>
>>>You sould use FirstFitStoragePoolAllocato instead - change the
>>>component.ml to use this allocatr and not the random
>>
>>>Thanks,
>>>-Prachi
>>>
>>>-----Original Message-----
>>>From: Mike Tutkowski [mailto:mike.tutkowsi@solidfie.com
>>>Sent: Monday, April 08 2013 8:23 AM
>>>To: dev@cloudstack.apache.org
>>>Subject: Re: VM deployed t wrong strage repostory
>>>
>>>I pla to update to the latest 4.1 todayand re-try this.
>>>
>>>If I still see the problem, I'll open a bug.
>>>
>>>
>>>On Sun, Apr 7, 2013 at 4:6 PM, ike Tutkowski
>>><mik.tutkowski@solidire.com
>>>> wroe:
>>>
>>>> I don't see anything in vmops.log to indicate that another primary
>>>>storage
>>>> was tried first.  What do you tink?
>>>>
>>>> 2013-04-07 00:30:5,459 INFO  [agent.manager.AgentManagerImpl]
>>> (AgentTaskPool-11:null) Investigating why host 6 has disconnected wth
>>>> event PingTimeout
>>>> 2013-04-07 00:0:51,459 DEBUG [agentmanager.AgentManagerImpl]
>>>> (AgentTaskPool-11:null) checking if agent (6) isalive>> 2013-04-07
>>>>00:30:51,460 INFO  [agent.manager.AgentManagerImpl]
>>>> (AgentTaskPool-16:null) Investigating why host 5 has disconnected with
>>>> event PingTimeot
>>>> 2013-04-07 00:3051460 DEBUG [agent.manger.AgentManagerImpl]
>>>> (AgentTaskPool-16:null) checking if agent (5) is alive
>>>> 2013-04-0700:30:51,462 DEBUG [gent.transport.Request]
>>>> (AgentTaskPool-11:null) Seq -324993302: Sending  { Cmd , MgmtId: 1,
>>>via:
>>>> 6, Ver: v1, Flags: 100011, [{"CheckHealthCommand":{"wit":50}}] }
>>>> 2013-04-07 00:30:51,42 DEUG agent.transport.Request]
>>>> (AgentTaskPool-11:null) Seq 6-324993302: Executing:  { Cmd , MgmtI: 1,
>>>> via: 6, Ver: v1, Flags: 100011, [{"CheckHealthommand"{"wait":50}}] }
>>>> 2013-04-07 0:30:51,462 DEBUG [agent.manager.DirectAgentttche]
>>>> (DirectAgent-26:null) Seq 6-324993302: Executing rquest
>>>> 213-04-07 00:30:51,464 DEBUG[agent.transport.Request]
>>>> (AgenTaskPool-16null) Seq 5-614334808: Sending  { md , MgmtId: 1,
>>>>via:
>>>> 5, Ver: v1, Flags: 100011, [{"CheckHelthCommand":{"wait":50}}] }
>>>> 201304-07 00:30:51,464 DEBUG [agent.transport.Request]
>>>> (AgentTaskPool-16:null) Seq 5-614334808: Executing:  { Cmd , MgmtId:
>>>>1,
>>>> via: 5, Ver: v1, Flas: 100011, [{"CheckHealthComman":{"wait":50}}] }
>>>> 2013-04-07 00:30:51,465 DEBUG [agent.manager.DirectAgentAttace]
>>>> (DirectAgent-163:null) Seq 5-61433480: Executing request
>>>> 2013-04-07 00:30:51,511 DEBUG [agent.manager.DirectAgentAttache]
>>>> (DirectAgent-26:null) Seq 6324993302: Response Received:
>>>> 2013-04-07 00:30:51,512 DEBUG [agent.transpot.Request]
>>>> (DirectAgent-26:null) Seq 6-324993302: Processing:  { ns: , MgmtId: 1,
>>>> via: 6, Ver: v1, Flags: 10,
>>>> [{"CheckHealthAnswer":{"result":true,"details":"resource i
>>>> alive","ait":0}}] }
>>>> 2013-04-07 00:30:51,12 DEBUG [agent.transport.Request]
>>>> (AgentTaskPool-11:null) Seq 6-324993302: Received:  { Ans: , Mgmtd: 1,
>>>> via: 6, Ver: v1, Flags: 10, { CheckHealthAnswer } }
>>>> 2013-04-07 00:3051,512 DEBUG [agent.manager.AgentManagerImpl]
>>>> (AgntTaskPool-11:null) Details from executin class
>>>> com.cloud.agent.api.CheckealthCommand: resource is alive
>>>> 2013-04-07 00:30:51,512 DEBUG [agent.maager.AgentManagerImpl]
>>>> (AgentTaskPool-11:null) agent (6) responded to checkHeathCommand,
>>>>reporting
>>>> that agent is Up
>>> 2013-04-07 00:30:51,512 INFO  [agent.manager.AgentManagerImpl]
>>>> (AgentTaskPool-11:null) he state determined is Up
>>>> 2013-4-07 00:30:51,512 INFO  [agent.manger.AgentManagerImpl]
>>>> (AgenTaskPool-11:null Agent s determined to be up an runnng
>>>> 2013-04-07 00:30:51,512 DEBUG [cloud.host.Satus]
>>>>(AgentTaskPool-11:null)
>>>> Transition:[Resource state = Enabled, Agnt event = Ping, Host id = 6,
>>>>name
>>>> = Tut-XenServer]
>>>> 2013-04-07 00:30:51,515 DEBUG [cloud.host.Status]
>>>>(AgentTaskPool-11:null)
>>>> Agent status update: [id = 6; nae = Tut-XenServer; old status = Up;
>>>>event
>>>> = Ping; new status = Up; old update count = 307; new update count =
>>>>308]
>>>> 2013-04-07 00:30:51,517 DEBUG [agent.managr.DirectAgentAttache]
>>>> (DirectAgent-163:nll) Seq 5-614334808: Response Receied:
>>>> 2013-04-07 00:30:51,517 DEBUG [agent.transport.Request]
>>>> (DirectAgent-163:null) Seq 5-614334808: Processing:  { Ans: , MgmtId:
>>>>1,
>>>> via: 5, Ver: v1, Flags: 10,
>>>> [{"CheckHealthAnswer":{"result":true,"details":"resource is
>>>> alive","wait":0}}] }
>>>> 2013-04-07 00:30:51,517 DEBUG [agent.transport.Request]
>>>> (AgentaskPool-16:null) Se 5-614334808: Received:  { Ans: , MgmtId: 1,
>>>> via: 5, Ver: v1, Flags: 10, { CheckHeathAnswer } }
>>>> 2013-04-07 00:30:51,517 DEBUG [agent.manager.AgentManagerImpl]
>>>> (AgentTaskPool-16:null) Details fromexecuting class
>>>> com.cloud.agent.api.heckHealthCommand: resource is alive
>>>> 2013-04-07 00:30:51,517 DEBUG [agent.manager.AgentManaerImpl]
>>>> (AgentTaskPool-16:null) agent (5) responded to checkHeathommand,
>>>reporting
>>>> that agent is Up
>>>>2013-04-07 00:30:51,518 INFO  [agent.manager.AgentManagerImpl]
>>>> (AgentTaskPool-16:null) The state determined is Up
>>>> 2013-04-07 00:30:51,518 INFO  [agent.maager.AgentManagerImpl]
>>>> (AgentTskPool-16:null) Agent is determined to be up ad running
>>>> 2013-04-7 00:30:51,518 DEBUG [cloud.host.tatus]
>>>>(AgentTaskPool-16:null)
>>>> Transition:[Resource state = Enabled, Agent event = Ping, Host id = 5,
>>>>name
>>>> = Tut-XenServer2]
>>>>2013-04-07 00:30:51,522 DEBUG [cloud.host.Status]
>>>>(AgentTaskPool16:null)
>>>> Agent status update: [id = 5; name = Tut-XenServer2; old status = Up;
>>>>event
>>> = Ping; new status = Up; old update count = 144; new update cout =
>>>>145]
>>>> 2013-04-07 00:30:52,927 DEUG [agent.manager.DirectAgentAttache]
>>>> (DirectAgent-157:null) Seq 6-324993301: Response Received:
>>>> 2013-04-07 00:30:52,927 DEBUG [agent.transport.Request]
>>>> (DirectAgent-15:null) Seq 6-324993301: Processing:  { Ans: , MgmtId:
>>>>1,
>>>> va: 6, Ver: v1, Flags: 110, [{"Answer":{"resut":true,"wait":0}}] }
>>>> 2013-04-07 00:30:52,927 DEBUG [agent.transport.Request]
>>>> (Job-Executor-35:job-42) Seq 6-324993301: Received:  { Ans:  MgmtId:
>>>>1,
>>>> via: 6, Ver: v1, Flags: 110, { Answer } }
>>>> 2013-04-07 00:30:52,927 DEBUG [agent.manager.gentAttache]
>>>> (DirectAgent-157:null) Seq 6-324993301: No more commands found
>>>> 2013-04-07 00:30:52,938 DEBUG
>>> [network.router.VirtualNetworkApplianceManagerImpl]
>>>> (Job-Executor-35:job-42) Applying userdata and password entry in
>>>>network
>>> Ntwk[204|uest|6]
>>>> 013-04-07 00:30:52,952 DEBUG [agent.transport.Request]
>>>> (Job-Executor-35:job-42) Seq -324993303: Sending  { Cmd , MgmtId: 1,
>>>>via:
>>>> 6, Ver: v1, Flas: 10111,
>>>>
>>>>[{"routing.SavePasswordCommand":{"password":"fnirq_cnffjbeq","vmIpAddre
>>>>s
>>>>s
>>>>":"192.168.56.195","vmName":"c18ddf7c-fc61-40b0af75-fdef05f8eae6,"acce
>>>>s
>>>>sDetails":{"router.guest.ip":192.168.56.102","one.network.type":"Basic"
>>>>,"router.ip":"169.254.1.168","
>>>> router.nam
>>>>
>>>>":"r-4-VM"},"wait":0}},{"routing.VmataCommand":{"vmpAddress":"192.168.5
>>>>6.195","vmName":"c18ddf7c-fc61-40b0-af75-fdef05f8eae6","accessDetails":
>>>>{
>>>>"
>>>>router.guest.ip":"192.68.56.102","zone.network.type":"Basic","router.ip
>>>>"
>>>>:"169.254.1.168","
>>>> router.name":"r-4-VM"},"wait":0}}] }
>>>> 2013-04-07 00:30:52,953 DEUG [agent.transprt.equest]
>>>> (JobExecutor-35:job-42) Seq 6-324993303: Executing:  {Cmd , MgmtId: 1,
>>>> via: 6, Ver: v1, Flags: 100111,
>>>>
>>>>[{"routing.SavePasswordCommand":{"password":"fnirq_nffjbeq","vmIpAddrs
>>>>s
>>>>":"192.168.56.195","vmName":"c18ddf7c-fc61-40b0-af75-fdef05f8eae6","acc
>>>>e
>>>>s
>>>>sDetails":{"router.guest.ip":"192.168.56.102","zone.networktype":"Basic
>>>>"
>>>,"router.ip":"169.254.1.168","
>>>> router.name
>>>>
>>>>":"r-4-VM"},"wait":0}},{"rting.VmDataCommand":{"vmIpAddress":"192.168.5
>>>>6.195","vmName":"c18ddf7c-fc61-0b0-af75-fdef05f8eae6","accessDetails":
>>>>{
>>>>"
>>>>router.guest.ip":"192.168.56.102","zone.network.type":"Basic","router.i
>>>>p
>>>>"
>>>>:"19.254.1.168","
>>>> router.name":"r-4-VM"},"wait":0}}] }
>>>> 2013-04-07 00:30:52,93 DEBUG [agent.manger.DirectAgentAttache]
>>>> (DirectAgent-37:null) Seq 6-324993303: Executing requst
>>>> 2013-04-07 00:30:53,093 DEBUG [cloud.api.ApiServlet]
>>>> (1161145101@qtp-100880148-3:null) ===START===  127.0.0.1 -- GET
>>>>
>>>>command=queryAsyncJobResult&jobId=f75d8ce8-1193-43f-b171-f43d2534e6bc&r
>>>>e
>>>>sponse=json&sessionkey=Z6QqzU0FqiT13bMgnRRfl8GoVA%3D&_=1365316253091
>>>> 2013-04-07 00:30:53,110 DEBUG [cloud.api.ApiServlet]
>>>> (116114511@qtp-1008805148-33:null) ===END===  127.0.0.1 -- GET
>>>>
>>>>command=queryAsyncJobResult&jobId=f75d8ce8-1193-43bf-b171-f43d2534e6bc&
>>>>r
>>>>e
>>>>sponse=son&sessioney=Z6QqzU0Fq1iT13bMgnRRflGoVA%3D&_=1365316253091
>>> 2013-04-07 00:30:56,093 DEBUG [cloud.api.ApiServlet]
>>>> (1161145101@qtp-1008805148-33:null) ===START===  127.0.0.1 -- GET
>>>>
>>>>command=ueryAsyncJobResult&jobId=f75d8ce8-1193-43bf-b171-f43d2534e6bc&r
>>>>e
>>>>sponse=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316256091
>>> 2013-4-07 00:30:56,109 DEBUG [clou.api.ApiServlet]
>>>> (1161145101@qtp-1008805148-33:null) ===END===  127.0.0.1 -- GET
>>>>
>>>>comman=queryAsyncJobResult&joId=f75d8ce8-1193-43bf-b171-f43d2534e6bc&r
>>>>e
>>>>sponse=jon&sessokey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316256091
>>>>2013-0-07 00:30:59,094 DEBUG [cloud.api.ApiServlet]
>>>> (1161145101@qtp-1008805148-33:null) ===START==  127.0.0.1 -- GET
>>>>
>>>>command=queryAsyncJobResut&jobId=f75d8ce8-1193-43bf-b171f43d2534e6b&re
>>>>sponse=json&sssionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316259092
>>>> 2013-04-0700:30:59,11 DBUG [cloud.api.ApiServlet]
>>>> (1161145101@qtp-1008805148-33:null) ==END===  127.0.0.1 -- GET
>>>>
>>>>command=queryAsyncJobResult&jobId=f75d8ce8-1193-43bf-b171-f43d2534e6bc&
>>>>r
>>>>e
>>>sponse=json&essionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316259092
>>>>2013-04-07 0:31:02,095 DEBUG [cloud.api.ApiSerlet]
>>>> (1161145101@qtp-1008805148-33:null) ===START===  127.0.0.1 -- GET
>>>>
>>>>command=queryAsyncJobResult&jobId=f75d8ce8-1193-43bf-b171-f43d2534e6bc&
>>>>r
>>>>e
>>>>spne=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316262093
>>>> 2013-04-07 00:31:02,110 DEBUG [cloud.api.ApiServlet]
>>>> (1161145101@qtp-1008805148-33:null) ==END===  127.0.0.1 -- GET
>>>>
>>>>command=queryAsyncJobesult&jobId=f75d8ce8-1193-3bf-b171-f43d2534e6bc&r
>>>>e>>sponse=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=136531626209
>>>>3
>>>> 201-04-07 00:31:04,860 DEBUG [agent.manager.DirectAgentAttache]
>>>> (DirectAgent-145:null) Ping from 6
>>>> 2013-04-07 00:3105,099 DEBUG [cloud.api.ApiServlet]
>>>> (116115101@qtp-1008805148-33:null) ===START===  127.0.0.1 -- GE
>>>>
>>>>command=queryAsycJobResult&jobId=f75d8ce8-1193-4bf-b171-f43d2534e6bc&r
>>>>e
>>>>sponse=jsn&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316265096
>>>> 013-04-07 00:31:05,114 DEBUG [cloud.api.AiServlet]
>>>> (1161145101@qtp-1008805148-33:null) ===END===  127.0.0.1 -- GET
>>>>
>>>>command=queryAsyncJobResult&jobId=f75d8ce8-1193-43bf-b171-f43d2534e6bc&
>>>>r
>>>>e
>>>>sponse=json&sessonkey=Z6QqzU0Fq1iT13bMgnRRflGoVA%3D&_=1365316265096
>>>> 2013-04-07 00:31:06,234 DEBUG [aet.anager.DirectAgentAttache]
>>>> (DirectAgent-372:null) Ping frm 5
>>>> 2013-04-07 00:31:06,909 DEBUG [agent.manage.DirectAgentAttache]
>>>> (DirectAgent-149:null) Seq 6-324993028: Executing request
>>>> 2013-04-07 00:31:07,239 DEBUG [agent.manager.DirectAgentAttache]
>>>> (DirectAgent-149:null Seq 6-324993028: Response Received:
>>>> 2013-04-07 00:31:07,239 DEBUG [agent.transport.Request]
>>>> (DirectAgent-14:null) Seq 6-324993028: Processig:  { Ans: , MgmtId: 1,
>>>> va: 6, Ver: v1, Flags: 10,
>>>>
>>>>[{"CluterSyncAnswer":{"_clusterId":2,"_newStates":{},"_isExecuted":alse
>>>>,"result":true,wait":0}}]
>>>> }
>>>> 2013-0-0 00:31:07,424 DEBUG [agent.manager.DirectAgentAttache]
>>>> (DirectAgen-37:null) Seq 6-324993303: Response Received:
>>> 2013-04-07 00:31:07,424 DEBUG [gent.trnsport.Rquest]
>>>> (DirectAgent-37:null) Seq 6-324993303: Processing:  { Ans: , MgmtId:
>>>>1,
>>>> via: 6, Ver: v1, Flags: 110,
>>>>
>>>>[{"Answer":{"result":true,"wait":0}},{"Answer":{"result":true,"wait":0}
>>>>}
>>>>]
>>>> }
>>>> 2013-04-07 00:31:07,424 DEBUG [agent.transportRequest]
>>>> (Job-Executor-35:job-42) Seq 6-324993303: Received:  { Ans: , MgmId:
>>>>1,
>>>> vi: 6, Ver: v1, Flags: 110, { Answer, Answer } }
>>>> 2013-04-07 00:31:07,424 DEBUG [agent.maager.AgentAttache]
>>>> (DirectAgent-37:null) Seq 6-324993303: No more commands fond
>>>> 2013-04-07 00:31:07424 DEBUG [cloud.network.NetwrkManaerImpl]
>>>> (Job-Executor-35:job-42) Asking VpcVirtualRouter to prepare for
>>>> Nic[18-12-6416c373-20d8-4617-8dcb-30a8ff9d0f34-192.168.56.195]
>>>> 2013-04-07 00:31:07,424 WARN
>>>>[network.element.VpcVirtualRouterElement]
>>>> (Job-Executor-35:job-42) Network Ntwk[204|Guest|6] is not associated
>>>>with
>>>> any VPC
>>>> 201-04-07 0031:07,429 DEBUG [cloud.network.NetworkManagerImpl]
>>>> (Job-Executor-35:job-42) Asking NiciraNvp to prepare for
>>> Nic[18-12-6416c373-20d8-4617-8dcb-30a8ff9d0f34-192.168.56.195]
>>>> 2013-04-07 00:31:07,429 DEBUG [network.element.NiciraNvpElement
>>>> (ob-Executor-35:job-42) Checking if NiciraNvpElement can handle
>>>>service
>>>> Connectiity on network gustNetworkFrBasicZone
>>>> 2013-04-07 00:31:07,432 DEBUG [cloud.network.NetworkManagrIpl]
>>>> (Job-Executor-35:job-42) Asking JuniperSRX to prepare for
>>>> Nic[18-12-641c373-20d8-46178dcb-30a8ff9d0f34-192.68.56.195]
>>>> 2013-04-07 00:31:07,436DEBUG [cloud.networkNetwrkManagerImpl]
>>>> (Job-Executor-35:job-42) Asking Netscaler to prepare for
>>>> Nc[18-12-6416c373-20d8-4617-8dcb-308ff9d0f34-192.168.56.195]
>>>> 201304-07 00:31:07,441 DEBUG [cloud.network.NetworkManagerImpl]
>>>> (Job-Executor-35:job-42) Asking F5BigIP to prepare for
>>>> Nic[18-12-6416c373-20d8-4617-8dcb-30a8ff9d0f34-192.168.56.195]
>>>> 2013-04-07 00:31:07,445 DEBUG [cloud.network.NetworkManagerImpl]
>>>> (Job-Executor-5:job-42) Asking CiscoNexus100vVSM to prepare for
>>>> Nic[18-12-6416c373-20d8-4617-8dcb-30a8ff9d0f34-192.168.56195]
>>> 2013-04-07 0:31:07,449 DEUG [cloud.storage.StorageManagerImpl]
>>>> (Job-Executor-35:job-42) Checking if we need to prepare 1 volumes for
>>> VM[User|c18ddf7c-fc61-40b0-af75-fdef05f8eae6]
>>> 2013-04-07 00:317,451 DEBUG [cloud.storageStorageManagerImpl]
>>>> (Job-Executor-35:job42) Creating volume: Vol[12|vm=12|ROOT]
>>>> 2013-0-07 00:31:07,451 DEBUG [cloud.storage.StorageManagerImpl]
>>>> (Job-Executor-35:job-42) Trying to create in Pool[257|PreSetup]
>>>> 2013-04-07 00:31:07,459 DEBUG [loud.template.TemplateManagerImpl]
>>>> (Job-Executor-35:job-42) Downloading template 5 to pool 257
>>>> 2013-04-07 00:31:07,466 DEBUG [cloud.template.TemplateManagerImpl]
>>>> (Job-Executor-35:job-42) Downloading 5 via 5
>>>> 2013-04-07 00:31:07,470 DEBUG [agent.transport.Request]
>>>> (Job-Executor-35:job-2) Seq 5-614334809: Sending  { Cmd , MgmtI: 1,
>>>> via: 5, Ver: v1, Flags: 100111,
>>>>
>>>>[{"storage.PrimaryStorageDownloadComman":{"localPath":"/mnt/9a008517-e3
>>>>2
>>>>1-37a0-a91-44695f9b6fe7","poolUuid":"iSCSI_SR_3","poolId":257,"primaryP
>>>>o
>>>>ol":{"id":257,"uuid":"iSCSI_SR_3","host":"192.168.56.9","path":"/iSCSI_
>>>>S
>>>>R
>>>>_3","port":0,"type":"PreSetup"},"secondaryStorageUrl":"ns://192.168.56.
>>>>1
>>>>0:
>>>>
>>>>/opt/sorage/secondary",primaryStorageUrl":nfs://192.168.56.9/iSCSI_SR_
>>>>3
>>>>
>>>>","url":"nfs://192.168.56.10:/opt/storage/secondary/template/tmpl/1/5//
>>>>c
>>>>e
>>>>5b212e-215a-3461-94fb-814a6352215.vhd","format":"VHD","accountId":1,"na
>>>>m
>>>>e":"tiny>>> Linux","wait":10800}}] }
>>>> 2013-04-07 00:3107,470 DEBUG [agent.transportRequest]
>>>> (Job-Executor-35:job-42) Seq 5-614334809: Executing:  { Cm , MgmtId: 1
>>>> via: , Ver: v1, Flags: 100111,
>>>>
>>>>[{"storage.PrimaryStorageDownloadCommand":{"localPath":"/mnt/9a008517-e
>>>>3
>>>>2
>>>>1-37a0-a941-44695f9b6fe7","pooUuid":"iSCSI_SR_3","polId":57,"primaryPo
>>>>l":{"id":257,"uuid":"iSCSI_SR_3","host":"192.168.56.9","path":"/iSCSI_S
>>>>R
>>>>_3","port":0,"type":"PreSetup"},"secondaryStorageUrl":"nfs://192.168.56
>>>>.
>>>>1
>>>>0:
>>>>
>>>>/opt/storage/secondary","primaryStorageUr":"nfs://192.168.56.9/iSSI_SR_
>>>>3
>>>>
>>>>","url":"nfs://192.168.56.10:/opt/storage/secondary/template/tmpl/1///c
>>>>e
>>>>5b212e-215a-3461-94fb-84a635b2215.vhd","format":"VHD","accountId":1,"na
>>>>m
>>>>e":"tiny
>>>> Linux","wait":10800}}] }
>>>> 2013-04-07 00:31:07,470 DEBUG [agnt.manager.DirectAgentAttache]
>>>> (DirectAgent-174:null) Seq 5-14334809: Executng request
>>>> 2013-04-07 00:31:08,097 DEBUG [cloud.api.ApiServlet]
>>>> (1161145101@qtp-108805148-33:null) ===START===  127.0.0.1 -- GET
>>>>
>>>>command=queryAsyncobReult&jobId=f75d8ce8-1193-43b-b171-f43d2534e6bc&r
>>>>e
>>>>sponse=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316268095
>>>> 2013-04-07 00:31:08,115 DEBUG [cloud.api.ApiServlet]
>>>> (116145101@qtp-1008805148-33:null) ===END===  127.0.0.1 - GET
>>>>
>>>>comand=queryAsyncJobResult&jobId=f75d8ce8-1193-43bf-b171-f43d2534e6bc&
>>>>r
>>>>e
>>>>sponse=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=136531626895
>>>> 2013-04-07 00:31:11,023 DEBUG [agent.manager.DirectAgentAttache]
>>>> (DirectAgent-309:nll) Seq 5-614334468: Executing request
>>>> 2013-04-07 00:31:11,099 DEBUG [cloud.api.ApiServlet]
>>>> (1161145101@qtp-1008805148-33:null) ===START===  127.0.0.1 -- GET
>>>>
>>>>command=querAsyncJobResult&jobId=f75d8ce8-1193-43bf-b171-f43d2534e6bc&r
>>>>e
>>>sponse=jsonsessionkeyZ6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316271096
>>>> 2013-04-07 00:31:11,121 DEBUG [cloud.api.ApiServlet]
>>>> (1161145101@qtp-1008805148-33:null) ===END===  127.0.0.1 -- GET
>>>>
>>>>command=queryAsyncJobResult&jobId=f75d8ce8-1193-43bf-b171-f43d2534e6bc&
>>>>r
>>>>e
>>>>sponse=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316271096
>>>> 2013-04-07 00:31:11,363 DEBUG [aget.manager.DirectAgentAttache]
>>>> (DirectAgent-309:null) Seq 5-614334468: Response Received:
>>>> 2013-04-07 00:31:11,363 DEBUG [agent.transport.Request]
>>>> (DirectAgent-309:null) Seq 5-614334468: Processing:  { Ans: , MgmtId:
>>>>1,
>>>> via: 5, Ver: v1, Flags: 10, [{"Answer":{result":true,"wat":0}} }
>>>>2013-04-07 00:31:14,100 DEBUG [cloud.ai.ApiServlet]
>>>> (1161145101@qtp-1008805148-33:nll) ===START===  127.0.0.1 -- GET
>>>>
>>>>command=qeryAsyncJobResult&jobId=f75d8ce8-1193-43bf-b171-f43d253e6bc&re
>>>>sponse=json&sessinkey=Z6QqzU0Fq1iT13bMgnRRfl8oVA%3D&_=1365316274097
>>>> 2013-04-07 00:31:14,124 DEBUG [cloud.api.ApServlet]
>>>> (1161145101@qtp-1008805148-33:nll) ===END===  127.0.0.1 -- GET>>
>>>>ommand=queryAsyncJobResult&jobId=f75d8ce8-1193-43bf-b171-f43d2534e6bc&e
>>>>sponse=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316274097
>>>> 2013-04-07 00:31:16,197 DEBUG [cloud.api.ApiServlet]
>>>> (1161145101@qtp-100880548-33:null) ===START===  127.0.0.1 -- GET
>>>
>>>>command=listVirtualMachines&response=json&sessionkey=Z6QqzU0Fq1iT13bMgn
>>>>R
>>>>R
>>>>fl8GoVA%3D&listAll=true&pag=1&pagesize=20&_=1365316276194
>>>> 2013-04-7 00:31:16,219 DEBUG [cloud.api.ApiServlet]
>>>> (1161145101@qtp-1008805148-33:null) ===END===  127.0.0.1 - GET
>>>>
>>>>command=listVirtulMachies&response=json&sessionkey=Z6QqzU0FqiT13bMgnRR
>>>>fl8GoVA%3D&listAll=true&page=1&pagesize=20&_=136516276194
>>>> 2013-04-07 00:31:17,101 DEBUG [cloud.api.Apiervlet]
>>>> (1161145101@qtp-1008805148-33:null) ===START===  127.0.0.1 -- GET
>>>>
>>>>command=querAsyncJobResult&jobId=f75d8ce8-1193-43bf-b171-f43d2534e6bc&r
>>>>e
>>>>sponse=json&sessiokey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316277098
>>>> 213-04-07 00:31:17,123 DEBUG [cloud.api.ApiServet]
>>>> (1161145101@qtp-1008805148-33:null) ===END===  127.0.0.1-- GET
>>>>
>>>>command=queryAsyncJobResult&jobId=f75d8ce8-1193-43bf-b171-f43d2534e6bc&
>>>>r
>>>>e
>>>>sponse=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316277098
>>>> 2013-4-07 00:31:17,954 DEBUG [cloud.ai.ApiServlet]
>>>> (1161145101@qtp-1008805148-33:null) ===START===  17.0.0.1 -- GET
>>>>
>>>>command=lstVolumes&response=json&sessionkey=Z6QqzU0Fq1iT13bMnRfl8GoVA%
>>>>3D&listAll=true&page=1&pagesize=20&_=1365316277950
>>>> 2013-04-07 00:31:17,972 DEBUG [loud.api.ApiServlet]
>>>> (1161145101@qtp-1008805148-33:null) ===END===  27.0..1-- GET
>>>>
>>>>command=listVolumes&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoV
>>>>A
>>>>%
>>>>3D&listAll=true&page=1&pagesize=20&_=135316277950
>>>> 2013-04-07 00:31:20,102 DEBUG [cloud.api.ApiServlet]
>>>> 1161145101@qtp1008805148-33:null) ===START===  127.0.0.1 -- GET
>>>>
>>>>command=queryAsyncJobResult&jobId=f75d8ce8-1193-43bf-b171-43d2534e6bc&r
>>>>e
>>>>sponse=json&sessionkey=Z6QqU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316280099
>>>> 201304-07 00:31:20,118 DEBUG [cloud.api.ApiServlet]
>>>> (1161145101@qtp-1008805148-33null) ===END===  127.0.0.1 -- GET
>>>>
>>>>command=queryAsyncJbResult&jobId=f75d8ce8-1193-43bf-b11-f43d2534e6bc&r
>>>>e
>>>>sponse=json&sessionkey=Z6QqzU0Fq1iT13bMgnRfl8GoVA%3D&_=1365316280099
>>> 2013-04-07 00:31:2,454 DEBUG
>>>> [storage.secondary.SconaryStorageManagerImpl] (scstorage-1:null)
>>>>Zone 1
>>>> is ready to launch secondary storage VM
>>> 2013-04-07 00:31:20,558 DEBUG
>>>>[cloud.consoleproxy.ConsolePoxyManagerImpl]
>>>>(consoleproxy-1:null) Zone 1 is ready to launch console proxy
>>>> 2013-04-07 00:31:20,820 DEBUG
>>>> [network.router.VirtualNetworkApplianceManagerImpl]
>>>> (RouterStatusMonitor-1:null) Found  routers to update status.
>>> 2013-04-0 00:31:20,821 DEBUG
>>>> [network.router.VirtualNetworkApplianceManagerImpl]
>>>> (RouterStatusMonitor-1:null) ound 0 networks to update RvR status.
>>>> 2013-04-07 00:31:20,82 DEBUG
>>>> [network.router.VirtuaNetworkApplianceManagerImpl]
>>>> (RouterStatusMonitor-:null) Found 0 routers to update status.
>>>> 2013-04-07 0:31:20,853 DEBUG
>>>> [network.router.VirtualNetworkApplianceManagerImpl]
>>>> (RouterStatusMonitor-1:null) Found 0 networks to update RvR status.
>>>> 2013-04-07 00:31:21,075 DEBUG [cloud.api.ApiServlet]
>>>> (1161145101@qtp-1008805148-33:null) ===START===  127.0.0.1 -- GET
>>>>
>>>>commandlistVolumes&id=aed71ae1-732b-48d7-833f-e23287e2b2b9&response=jso
>>>>n
>>>>&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316281073
>>>> 2013-04-07 00:31:21,097 DEBUG [cloud.api.ApiServlet]
>>>> (1161145101@qtp-100805148-33:null) ===END===  127.0.0.1 -- GET
>>>>
>>>>cmmand=listVolumes&id=aed71ae1-732b-48d7-833f-e23287e2b2b9&response=jso
>>>>n
>>>>&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316281073
>>>> 2013-04-07 00:31:21,120 DEBUG [cloud.api.ApiServlet]
>>>> (1161145101@qtp-1008805148-33:null) ===START===  127.0.0.1 -- GET
>>>>
>>>>command=listTags&resonse=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D
>>>>&
>>>>resourceId=aed71ae1-732b-48d7-833f-e23287e2b2b9&resourceType=Volume&lis
>>>>t
>>>>A
>>>>ll=true&_=136531628117
>>>> 2013-04-07 00:31:21,142 DEBUG [cloud.api.ApiServlet]
>>>> (1161145101@qtp-1008805148-33:null) ===END===  127.0.0.1 -- GE
>>>>
>>>>command=listTags&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3
>>>>D
>>>>&
>>>>resourceId=aed71ae1732b-48d7-833f-e232872b2b9&resourceType=Volume&listA
>>>>ll=true&_=1365316281117
>>>> 2013-04-07 00:31:23,102DEBUG [cloud.api.ApiServlet]
>>>> (1161145101@qtp-100885148-33:null) ==START===  127.0.0.1 -- GET
>>>>
>>>>commandqueryAsyncJobResult&jobId=f75d8ce8-1193-43bf-b11-f43d2534e6bc&r
>>>>e
>>>>sponsejson&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316283100
>>>> 2013-04-07 00:31:23,122 EBUG [cloud.api.ApiServlet]
>>> (1161145101@qtp-100880514-33:null) ===END===  127.0.0.1 -- GET
>>>>
>>>>command=queryAsyncJobResult&jobId=75d8ce8-1193-43bf-b171-f43d2534e6bc&
>>>>e
>>>>sponse=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316283100
>>>> 2013-04-07 00:3:24,894 DEBUG [agent.manager.AgentManagerImpl]
>>>> (AgentManager-Handler-9:null) Ping from 4
>>>> 2013-04-07 00:31:26,102 DEBUG [cloud.api.ApiServlet]
>>>> (1161145101@qtp-1008805148-33:null) ===START===  127.0.0.1 -- GET
>>>>
>>>>command=queryAsyncJobResult&jobId=f75d8ce8-1193-43bf-b171-f43d2534e6bc&
>>>>r
>>>>e
>>>>sponse=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316286100
>>>> 2013-04-07 00:31:26,117 DEBUG [cloud.api.ApiServlet]
>>>> (1161145101@qtp-1008805148-33:null) ===END===  127.0.0.1 -- GET
>>>>
>>>>command=queryAsyncJobResult&jbId=f75d8ce8-1193-43bf-b171-f43d2534e6bc&r
>>>>e
>>>>spons=json&sessionky=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316286100
>>>> 2013-04-07 00:31:27,217 DEBUG [agent.manager.DirectAgentAttache]
>>>> (DirctAgen-164:null) Ping from 1
>>>> 2013-04-07 00:31:28,079 DEBUG [agent.manager.DirectAgentAttache]
>>>> (DirectAgent-174:null) Seq 5-614334809: Response Received:
>>>> 2013-04-07 00:31:28,079 DEBUG [agent.transport.equest]
>>>> (DirectAgent-174:null) Seq 5-614334809: Processing:  { Ans: , MgmtId
>>>>1,
>>>> via: 5, Ver: v1, Flags: 110,
>>>>
>>>>[{"storage.PrimaryStorageDownloadAnswer"{"installPath":"a8414926-81d6-4
>>>>b
>>>>54-9b4b-feb498489df0","templateSize":54525952,"esult":true,"wait":0}}]
>>>> }
>>>> 2013-04-07 00:31:28,079 DEBUG [agent.transpot.Request]
>>>> (Job-Execur-35:job-42) Seq -614334809: Received:   Ans: , MgmtId: 1,
>>>> via: 5, Ver: v1, Flgs: 110, { PrimaryStorageDownloadAnswer } }
>>>> 23-04-07 00:31:28,079 DEBUG [agent.mnager.AgentAttache]
>>>> (irectAgent-174:null) Seq 5-614334809: No more command found
>>>> 2013-04-07 00:31:28,081 EBUG [cloud.template.TemplateManagerImpl]
>>>> (Job-Executor-35:job-42) Template 5 is downloaded via 5
>>>> 2013-04-07 00:31:28,085 DEBUG [agent.tansport.Request]
>>>> (Job-Executor-35:job-42) Seq 5-614334810: ending  { Cmd , gmtId:
>>>>1,>>via:
>>>> 5, Ver: v1, Flags: 100111,
>>>>
>>>>[{"storage.CreateCommand":{"volId":12,"pool":{"id":257,"uuid":"iSCSI_SR
>>>>_
>>>>3
>>>>","host":"192.168.56.9","path":"/iSCSI_SR_3","port":0,"type":"PreSetup"
>>>>}
>>>>,
>>>>"diskCharacteritics":{"size":52428800,"tags":["iSCSI_SR_3"],"type":"ROO
>>>>>>>T
>>>>","name":"ROO-12","useLocalStorage":false,"recreatable":true,"diskOffer
>>>>i
>>>>ngId":37,"volumeId":12,"hyperType":"XenServer"},"templateUrl":"a8414926
>>>>-
>>>>8
>>>>1d6-4b54-9b4b-feb498489df0","wait":0}}]
>>>> }
>>>> 2013-04-07 00:31:28,086 DEBUG [agent.ransport.Request]
>>>> (Job-Executor-35:job-42) Se 5-614334810: Executing:  { Cmd , MgmtId:
>>>>1,
>>>> via: 5, Ver: v1, Flags: 100111,
>>>>
>>>>[{"storage.CreateComand":{"volId":12,"pool":{"id":257,"uuid":"iSCSI_SR_
>>>>3
>>>>","host":"192.168.56.9","path":"/iSCSI_SR_3","port":0,"type":"PreSetup"
>>>>}
>>>>,
>>>>"diskCharacteristics":{"size":52428800,"tags":["iSCSI_SR_3"],"type":"RO
>>>>O
>>>>T
>>>>","name":"OOT-12","useLocalStorage":false,"recreatable":true,"diskOffer
>>>>i
>>>>ngId":37,"volumeId":12,"yperType":"Xenerver"},"templateUrl":"a8414926-
>>>>8
>>>>1d6-4b54-9b4b-feb498489df0","wait":0}}]
>>>> }
>>>> 2013-04-0700:31:28,086DEBUG [agent.manager.DirectAgentAttache]
>>>> (DirectAgent-327:null) Seq -614334810: Executing request
>>>> 2013-04-07 00:31:28,227 DEUG [xen.resource.CitrixResouceBase]
>>>> DirectAgent-327:null) SR retrieved for iSCSI_SR_3>> 2013-04-07
>>>>00:31:28,240 DEUG [xen.resource.CitrixResourceBase]
>>>> (DirectAgent-327:null) Checking iSCSI_SR_3 or SR
>>>> fe8ca696-22f5-ba1f-af68-7c3cf5a3cb39 on
>>>> XS[5e02c0-155d-432e-a20f-f8c600ef3ab7-192.168.5611]
>>>> 2013-04-07 00:31:29,095 DEBUG [agent.manager.DirectAentAttache]
>>>> (DirectAget-84:null) Seq 1-90046472: Executing request
>>>> 2013-04-07 00:31:29,106 DEBUG [cloud.api.ApiServlet]
>>>> (1161145101@qtp-100805148-33:null) ===START===  127.0.0.1 -- GET
>>>>
>>>>command=queryAsyncJobResult&jobId=f75d8ce8-193-43bf-b171-f43d2534e6bc&r
>>>>e
>>>>sponse=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316289101
>>>> 2013-04-07 00:31:29,130 DEBUG [cloud.apiApiServlet]
>>>> (1161145101@qtp-100880518-33:null) ===END===  127.0.0.1 -- GET
>>>>
>>>>cmmand=queryAsyncJoResult&jobIdf75d8ce8-1193-43bf-b171-f43d2534e6bc&re
>>>>sponse=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316289101
>>>> 2013-04-07 00:31:29,687 DEBUG [agent.managr.DirectAgentAttache]
>>> (DirectAgent-84:null) Seq 1-90046472: Response Received:
>>>> 2013-04-07 00:31:29,688 DEBUG [agent.transport.Request]
>>>> (DirectAgent-84:null) Seq 1-90046472: Processing:  {Ans: , MgmtId: 1,
>>>>via:
>>>> 1, Ver: v1, Flags: 10,
>>>>
>>>>[{"ClusterSyncAnswer":{"_clsterId":1,"_newStates":{},"_isExecuted":fals
>>>>e
>>>>,"result":true,"wait":0}}]
>>>> }
>>>> 2013-04-07 00:31:30,685 DEBUG [xen.resource.CitrixResourceBase]
>>>> (DirectAgent-327:null) Succefully created VDI for
>>> com.cloudagent.api.storage.CreateCommand.  Uuid =
>>>> 40a39639-e8aa-45b5-bfa1-591b68571d0c
>>>> 213-04-07 00:31:30,686 DEBUG [agent.manager.DirectAgentAttache]
>>>> (DirectAgent-327:null) Seq 5-614334810: Response Received:
>>>> 2013-04-07 00:31:30,686 DEBUG [aget.transport.Request]
>>>> (DirectAgent-327:null) Seq 5-614334810: Processing:  { Ans: , MgmtId:
>>>>1,
>>>> via: 5, Ver: v1, Flags: 110,
>>>>
>>>>[{"storage.CreateAnswer":{"volume":{"id":12,"name":"ROT-12","mountPoint
>>>>"
>>>>:"/iSCSI_SR_3","path":"40a39639-e8aa-45b5-bfa1-591b68571d0c","size":524
>>>>2
>>>>8
>>>>800,"type":"ROOT","storagePoolType":"PreSetup","storagePoolUuid":"iSCSI
>>>>_
>>>>S>>>R_3","deviceId":0},"requestTemplateReload":false,"result":true,"wai
>>>>t":0}
>>>>}
>>>>]
>>>> }
>>>> 2013-04-07 00:31:30,686 DBUG [agent.transport.Request]
>>>> (Job-Executor-35:job-42) Seq 5-614334810: Received:  { Ans: , gmtId:
>>>>1,
>>>> vi 5, Ver: v1, Flags: 110, { CreateAnswer } }
>>>> 2013-04-07 00:31:30,686 DEBG [agent.manager.AgentAttache]>>>
>>>>(DirectAgent-327:null) Seq 5-614334810: No mor commands found
>>>> 2013-04-07 00:31:30,689 DEBUG [loud.storage.StorageManagerImpl]
>>>> (Job-Executor-35:job-42)Volume Vol[12|vm=12|ROO] is created on
>>>> Pool[257|PreSetup]
>>>> 2013-04-07 00:31:30,705 DEBUG [agent.transport.Request]
>>> (Job-Executor-35:job-42) Seq 5-614334811: Sending  { Cmd , MgmtId: 1,
>>>>via:
>>> 5, Ver: v1, Flags:100111,
>>>>
>>>>[{"StartComman":{"vm":{"id":12,"nme":"i-2-12-VM","bootloader":"PyGrub"
>>>>,
>>>>>>"type":"User","cpus":1,"speed":100,"minRam":1073741824,"maxRam":10737
>>>>>>4
>>>>>>182
>>>>4,"arch":"x86_6","os":"entOS
>>>> 5.3
>>>>
>>>>(64-bit)","bootArgs":"","rebootOnCrash":false,enableHA":false,"limitCpu
>>>>U
>>>>se":false,"vncPassword":"a0ed1e002d55dc0b","params":{},"uuid":"c18ddf7c
>>>>-
>>>>f
>>>>c61-40b0-af75-fdef05f8eae6",disks":[{"d":12,"name":"ROOT-12","mountPoin
>>>>t":"/iSSI_SR_3","path":"40a39639-e8aa-45b5-bfa1-591b6857d0c","size":52
>>>>4
>>>>28800,"type":"ROOT","storagePoolType":"PreSetup","stoagePoolUuid":"iSCS
>>>>
>>>>_SR_3","deviceId":0},{"id":12,"name":"tiny
>>>>
>>>>Linux","size":0,"type":"ISO","storagePoolType":"ISO","deviceId":3],"ni
>>>>s
>>>>":[{"deviceId":0,"networkRateMbps":200,"defaultNic":true,"uuid""70472c4
>>>>3
>>>>-4913-4e0a-8e1d-87b030404b0a","ip":"192.168.56.195","netmask":"255.255.
>>>>2
>>>>5
>>>5.0","gateway":"192.168.56.1","mac":"06:c8:0e:00:00:75","dns1":"8.8.8.8"
>>>>,
>>>>"dns2":"4.4.4.4","broadcastType":"Native","type":"Guest","broadcastUri"
>>>>:
>>>>"
>>>>vlan://untagged","isolationUri":"ec2://untagged","isSecurityGroupEnable
>>>>d
>>>>"
>>>>:true}]},"hostIp":"12.168.56.11","wait":0}}]
>>>> }
>>>> 201-04-07 00:31:30,705 DEBUG [agent.transpot.Request]
>>>> (Job-Executor-35:job-42) Seq 5-614334811: Executing:  { Cmd , MgmtId:
>>>>1,
>>>> via: 5 Ver: v1, Flags: 100111,
>>>>
>>>>[{"StartCommand":{"vm":{"id":12,"name":"i-2-12-VM""bootloader":"PyGrub"
>>>>,
>>>>"type":"User","cpus":1,"speed":100,"minRam":1073741824,"maxRam":1073718
>>>>2
>>>>4,"arch":"x86_64","os":"CentOS
>>>> 5.3
>>>>
>>>>(64-bit)","bootArgs":"""rebootOnCrash":false,"enableHA":false,"limitCpu
>>>>U
>>>>se":false,"vncPassword":"a0ed1e002d55dc0b","params":{},"uuid":"c18ddf7c
>>>>-
>>>>f
>>>>c61-40b0-af75-fdef05f8eae6","disks":[{"id":12,"ame":"ROOT-12","mountPoi
>>>>n
>>>>t":"/iSCSI_SR_3,"path":"40a39639-e8aa-45b5-bfa1-591b68571d0c","size":52
>>>>4
>>>>28800,"type":"ROOT","storagePoolType":"PreSetup","storagePoolUuid":"iSC
>>>>S
>>>>I
>>>>_SR_3","deviceId":0},{"id":12,"name":"tiny
>>>>
>>>>Linux","size":0,"type":"ISO","soragePoolType":"ISO","deviceId":3}],"nic
>>>>s
>>>>":[{"devicId":0,"netwrkRateMbps"200,"defaultNic":true,"uuid":"70472c43
>>>>-4913-4e0a-8e1d-87b030404b0a","ip":"192.168.56.195","netmask":"255.255.
>>>>2
>>>>5
>>>>5.0","gatewy":"192.168.56.1","mac":"06:c8:0e:00:00:75","dns1":"8.8.8.8"
>>>>,
>>>>"dns2":"4.4.4.4","broadcastType":"Native","type":"Guest","broadcastUri"
>>>>:
>>>>"
>>>>vlan://untagged","isolationUri":"ec2://untagged","isSecurityGroupEnaled
>>>>"
>>>>:true}]},"hostIp:"192.168.56.11","wait":0}}]
>>>> }
>>>> 2013-04-07 00:31:30,705 DEBUG [agent.manager.DirectAgentAttache]
>>>> (DirectAgent-265:null) Seq 5-614334811: Executing request
>>>> 2013-04-07 00:31:30,848 DEBUG [xen.resource.CitrixResourceBase]
>>>> (DirectAgent-265:null) 1. The VM i-2-12-VM is in Starting state.
>>>> 2013-04-07 00:31:30,907 DEBUG [xen.resource.XenServer56FP1Resource]
>>>> (DirectAgent-2:null) Created VM 6b192a90-bce6-7347-f184-d5b8538647a
>>>>for
>>>> i-2-12-VM
>>>> 2013-04-07 00:31:30,959 DEBUG [xen.resource.CitrixResourceBase]
>>>> (DirectAgent-265:null) VBD 9ea8a64a-9d04-76df-9d8b-103371b21d86 
>>>>created
>>>>for
>>> Vol[12|ROOT|40a39639-e8aa-45b5-bfa1-591b68571d0c|52428800]
>>>> 2013-04-07 00:31:30,985 DEBUG [xen.resource.CitrixResourceBase]
>>>> (DirectAgent-265:null) VBD 0fb43cee-0512-beed-5d24-a33a2ceceeda 
>>>>created
>>>>for
>>>> Vol[12|ISO|null|0]
>>>> 2013-04-07 00:31:30,985 DEBUG [xen.resource.CitrixResourceBase]
>>>> (DirectAgent-265:null) Creating VIF for i-2-12-VM on nic
>>>> [Nic:Guest-192.168.56.195-vlan://untagged]
>>>> 2013-04-07 00:31:31,037 DEBUG [xen.resource.CitrixResourceBase]
>>>> (DirectAgent-265:null) Created a vif
>>>>adbeb814-7d38-1fda-1bdb-b6850c7cb342
>>>> on 0
>>>> 2013-04-07 00:31:32,105 DEBUG [cloud.api.ApiServlet]
>>>> (1161145101@qtp-1008805148-33:null) ===START===  127.0.0.1 -- GET
>>>>
>>>>command=queryAsyncJobResult&jobId=f75d8ce8-1193-43bf-b171-f43d2534e6bc&
>>>>r
>>>>e
>>>>sponse=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316292102
>>>> 2013-04-07 00:31:32,122 DEBUG [cloud.api.ApiServlet]
>>>> (1161145101@qtp-1008805148-33:null) ===END===  127.0.0.1 -- GET
>>>>
>>>>command=queryAsyncJobResult&jobId=f75d8ce8-1193-43bf-b171-f43d2534e6bc&
>>>>r
>>>>e
>>>>sponse=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316292102
>>>> 2013-04-07 00:31:35,106 DEBUG [cloud.api.ApiServlet]
>>>> (1161145101@qtp-1008805148-33:null) ===START===  127.0.0.1 -- GET
>>>>
>>>>command=queryAsyncJobResult&jobId=f75d8ce8-1193-43bf-b171-f43d2534e6bc&
>>>>r
>>>>e
>>>>sponse=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316295103
>>>> 2013-04-07 00:31:35,125 DEBUG [cloud.api.ApiServlet]
>>>> (1161145101@qtp-1008805148-33:null) ===END===  127.0.0.1 -- GET
>>>>
>>>>command=queryAsyncJobResult&jobId=f75d8ce8-1193-43bf-b171-f43d2534e6bc&
>>>>r
>>>>e
>>>>sponse=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316295103
>>>> 2013-04-07 00:31:38,106 DEBUG [cloud.api.ApiServlet]
>>>> (1161145101@qtp-1008805148-33:null) ===START===  127.0.0.1 -- GET
>>>>
>>>>command=queryAsyncJobResult&jobId=f75d8ce8-1193-43bf-b171-f43d2534e6bc&
>>>>r
>>>>e
>>>>sponse=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316298104
>>>> 2013-04-07 00:31:38,126 DEBUG [cloud.api.ApiServlet]
>>>> (1161145101@qtp-1008805148-33:null) ===END===  127.0.0.1 -- GET
>>>>
>>>>command=queryAsyncJobResult&jobId=f75d8ce8-1193-43bf-b171-f43d2534e6bc&
>>>>r
>>>>e
>>>>sponse=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316298104
>>>> 2013-04-07 00:31:41,108 DEBUG [cloud.api.ApiServlet]
>>>> (1161145101@qtp-1008805148-33:null) ===START===  127.0.0.1 -- GET
>>>>
>>>>command=queryAsyncJobResult&jobId=f75d8ce8-1193-43bf-b171-f43d2534e6bc&
>>>>r
>>>>e
>>>>sponse=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316301106
>>>> 2013-04-07 00:31:41,133 DEBUG [cloud.api.ApiServlet]
>>>> (1161145101@qtp-1008805148-33:null) ===END===  127.0.0.1 -- GET
>>>>
>>>>command=queryAsyncJobResult&jobId=f75d8ce8-1193-43bf-b171-f43d2534e6bc&
>>>>r
>>>>e
>>>>sponse=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316301106
>>>> 2013-04-07 00:31:43,708 INFO  [xen.resource.CitrixResourceBase]
>>>> (DirectAgent-265:null) Programmed default network rules for i-2-12-VM
>>>>on
>>>> nic with ip:192.168.56.195 mac:06:c8:0e:00:00:75
>>>> 2013-04-07 00:31:43,708 DEBUG [xen.resource.CitrixResourceBase]
>>>> (DirectAgent-265:null) 2. The VM i-2-12-VM is in Running state.
>>>> 2013-04-07 00:31:43,708 DEBUG [agent.manager.DirectAgentAttache]
>>>> (DirectAgent-265:null) Seq 5-614334811: Response Received:
>>>> 2013-04-07 00:31:43,709 DEBUG [agent.transport.Request]
>>>> (DirectAgent-265:null) Seq 5-614334811: Processing:  { Ans: , MgmtId:
>>>>1,
>>>> via: 5, Ver: v1, Flags: 110,
>>>>
>>>>[{"StartAnswer":{"vm":{"id":12,"name":"i-2-12-VM","bootloader":"PyGrub"
>>>>,
>>>>"
>>>>type":"User","cpus":1,"speed":100,"minRam":1073741824,"maxRam":10737418
>>>>2
>>>>4
>>>>,"arch":"x86_64","os":"CentOS
>>>> 5.3
>>>>
>>>>(64-bit)","bootArgs":"","rebootOnCrash":false,"enableHA":false,"limitCp
>>>>u
>>>>U
>>>>se":false,"vncPassword":"a0ed1e002d55dc0b","params":{},"uuid":"c18ddf7c
>>>>-
>>>>f
>>>>c61-40b0-af75-fdef05f8eae6","disks":[{"id":12,"name":"ROOT-12","mountPo
>>>>i
>>>>n
>>>>t":"/iSCSI_SR_3","path":"40a39639-e8aa-45b5-bfa1-591b68571d0c","size":5
>>>>2
>>>>4
>>>>28800,"type":"ROOT","storagePoolType":"PreSetup","storagePoolUuid":"iSC
>>>>S
>>>>I
>>>>_SR_3","deviceId":0},{"id":12,"name":"tiny
>>>>
>>>>Linux","size":0,"type":"ISO","storagePoolType":"ISO","deviceId":3}],"ni
>>>>c
>>>>s
>>>>":[{"deviceId":0,"networkRateMbps":200,"defaultNic":true,"uuid":"70472c
>>>>4
>>>>3
>>>>-4913-4e0a-8e1d-87b030404b0a","ip":"192.168.56.195","netmask":"255.255.
>>>>2
>>>>5
>>>>5.0","gateway":"192.168.56.1","mac":"06:c8:0e:00:00:75","dns1":"8.8.8.8
>>>>"
>>>>,
>>>>"dns2":"4.4.4.4","broadcastType":"Native","type":"Guest","broadcastUri"
>>>>:
>>>>"
>>>>vlan://untagged","isolationUri":"ec2://untagged","isSecurityGroupEnable
>>>>d
>>>>"
>>>>:true}]},"result":true,"wait":0}}]
>>>> }
>>>> 2013-04-07 00:31:43,709 DEBUG [agent.transport.Request]
>>>> (Job-Executor-35:job-42) Seq 5-614334811: Received:  { Ans: , MgmtId:
>>>>1,
>>>> via: 5, Ver: v1, Flags: 110, { StartAnswer } }
>>>> 2013-04-07 00:31:43,709 DEBUG [agent.manager.AgentAttache]
>>>> (DirectAgent-265:null) Seq 5-614334811: No more commands found
>>>> 2013-04-07 00:31:43,763 DEBUG
>>>>[network.security.SecurityGroupManagerImpl]
>>>> (Job-Executor-35:job-42) Security Group Mgr v2: scheduling ruleset
>>>>updates
>>>> for 1 vms  (unique=1), current queue size=0
>>>> 2013-04-07 00:31:43,765 DEBUG
>>>>[network.security.SecurityGroupManagerImpl]
>>>> (Job-Executor-35:job-42) Security Group Mgr v2: done scheduling 
>>>>ruleset
>>>> updates for 1 vms: num new jobs=1 num rows insert or updated=1 time
>>>>taken=2
>>>> 2013-04-07 00:31:43,769 DEBUG [cloud.capacity.CapacityManagerImpl]
>>>> (Job-Executor-35:job-42) VM state transitted from :Starting to Running
>>>>with
>>>> event: OperationSucceededvm's original host id: 5 new host id: 5 host
>>>>id
>>>> before state transition: 5
>>>> 2013-04-07 00:31:43,769 DEBUG [cloud.vm.VirtualMachineManagerImpl]
>>>> (Job-Executor-35:job-42) Start completed for VM
>>>> VM[User|c18ddf7c-fc61-40b0-af75-fdef05f8eae6]
>>>> 2013-04-07 00:31:43,773 DEBUG
>>>>[network.security.SecurityGroupManagerImpl]
>>>> (SecGrp-Worker-3:null) SecurityGroupManager v2: sending ruleset update
>>>>for
>>>> vm i-2-12-VM:ingress num rules=0:egress num rules=0 num cidrs=0
>>>> sig=d41d8cd98f00b204e9800998ecf8427e
>>>> 2013-04-07 00:31:43,777 DEBUG [cloud.async.AsyncJobManagerImpl]
>>>> (Job-Executor-35:job-42) Complete async job-42, jobStatus: 1,
>>>>resultCode:
>>>> 0, result: org.apache.cloudstack.api.response.UserVmResponse@d9c5b6f
>>>> 2013-04-07 00:31:43,782 DEBUG [cloud.async.AsyncJobManagerImpl]
>>>> (Job-Executor-35:job-42) Done executing
>>>> org.apache.cloudstack.api.command.user.vm.DeployVMCmd for job-42
>>>> 2013-04-07 00:31:43,796 DEBUG [agent.transport.Request]
>>>> (SecGrp-Worker-3:null) Seq 5-614334812: Sending  { Cmd , MgmtId: 1,
>>>>via: 5,
>>>> Ver: v1, Flags: 100111,
>>>>
>>>>[{"SecurityGroupRulesCmd":{"guestIp":"192.168.56.195","vmName":"i-2-12-
>>>>V
>>>>M
>>>>","guestMac":"06:c8:0e:00:00:75","signature":"d41d8cd98f00b204e9800998e
>>>>c
>>>>f
>>>>8427e","seqNum":1,"vmId":12,"msId":1,"ingressRuleSet":[],"egressRuleSet
>>>>"
>>>>:
>>>>[],"wait":0}}]
>>>> }
>>>> 2013-04-07 00:31:43,796 DEBUG [agent.transport.Request]
>>>> (SecGrp-Worker-3:null) Seq 5-614334812: Executing:  { Cmd , MgmtId: 1,
>>>>via:
>>>> 5, Ver: v1, Flags: 100111,
>>>>
>>>>[{"SecurityGroupRulesCmd":{"guestIp":"192.168.56.195","vmName":"i-2-12-
>>>>V
>>>>M
>>>>","guestMac":"06:c8:0e:00:00:75","signature":"d41d8cd98f00b204e9800998e
>>>>c
>>>>f
>>>>8427e","seqNum":1,"vmId":12,"msId":1,"ingressRuleSet":[],"egressRuleSet
>>>>"
>>>>:
>>>>[],"wait":0}}]
>>>> }
>>>> 2013-04-07 00:31:43,796 DEBUG [agent.manager.DirectAgentAttache]
>>>> (DirectAgent-77:null) Seq 5-614334812: Executing request
>>>> 2013-04-07 00:31:44,109 DEBUG [cloud.api.ApiServlet]
>>>> (1161145101@qtp-1008805148-33:null) ===START===  127.0.0.1 -- GET
>>>>
>>>>command=queryAsyncJobResult&jobId=f75d8ce8-1193-43bf-b171-f43d2534e6bc&
>>>>r
>>>>e
>>>>sponse=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316304106
>>>> 2013-04-07 00:31:44,122 DEBUG [cloud.async.AsyncJobManagerImpl]
>>>> (1161145101@qtp-1008805148-33:null) Async job-42 completed
>>>> 2013-04-07 00:31:44,131 DEBUG [cloud.api.ApiServlet]
>>>> (1161145101@qtp-1008805148-33:null) ===END===  127.0.0.1 -- GET
>>>>
>>>>command=queryAsyncJobResult&jobId=f75d8ce8-1193-43bf-b171-f43d2534e6bc&
>>>>r
>>>>e
>>>>sponse=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316304106
>>>> 2013-04-07 00:31:44,351 INFO  [xen.resource.CitrixResourceBase]
>>>> (DirectAgent-77:null) Programmed network rules for vm i-2-12-VM
>>>> guestIp=192.168.56.195, ingress numrules=0, egress numrules=0
>>>> 2013-04-07 00:31:44,351 DEBUG [agent.manager.DirectAgentAttache]
>>>> (DirectAgent-77:null) Seq 5-614334812: Response Received:
>>>> 2013-04-07 00:31:44,352 DEBUG [agent.transport.Request]
>>>> (DirectAgent-77:null) Seq 5-614334812: Processing:  { Ans: , MgmtId: 
>>>>1,
>>>> via: 5, Ver: v1, Flags: 110,
>>>>
>>>>[{"SecurityGroupRuleAnswer":{"logSequenceNumber":1,"vmId":12,"reason":"
>>>>N
>>>>O
>>>>NE","result":true,"wait":0}}]
>>>> }
>>>> 2013-04-07 00:31:44,353 DEBUG [network.security.SecurityGroupListener]
>>>> (DirectAgent-77:null) Successfully programmed rule
>>>> com.cloud.agent.api.SecurityGroupRuleAnswer into host 5
>>>> 2013-04-07 00:31:44,357 DEBUG [network.security.SecurityGroupListener]
>>>> (DirectAgent-77:null) Successfully programmed rule
>>>> com.cloud.agent.api.SecurityGroupRuleAnswer into host 5
>>>> 2013-04-07 00:31:44,359 DEBUG [agent.manager.AgentAttache]
>>>> (DirectAgent-77:null) Seq 5-614334812: No more commands found
>>>> 2013-04-07 00:31:47,679 DEBUG [agent.manager.AgentManagerImpl]
>>>> (AgentManager-Handler-10:null) Ping from 3
>>>> 2013-04-07 00:31:50,451 DEBUG
>>>> [storage.secondary.SecondaryStorageManagerImpl] (secstorage-1:null)
>>>>Zone 1
>>>> is ready to launch secondary storage VM
>>>> 2013-04-07 00:31:50,553 DEBUG
>>>>[cloud.consoleproxy.ConsoleProxyManagerImpl]
>>>> (consoleproxy-1:null) Zone 1 is ready to launch console proxy
>>>> 2013-04-07 00:31:50,819 DEBUG
>>>> [network.router.VirtualNetworkApplianceManagerImpl]
>>>> (RouterStatusMonitor-1:null) Found 0 routers to update status.
>>>> 2013-04-07 00:31:50,820 DEBUG
>>>> [network.router.VirtualNetworkApplianceManagerImpl]
>>>> (RouterStatusMonitor-1:null) Found 0 networks to update RvR status.
>>>> 2013-04-07 00:31:50,851 DEBUG
>>>> [network.router.VirtualNetworkApplianceManagerImpl]
>>>> (RouterStatusMonitor-1:null) Found 0 routers to update status.
>>>> 2013-04-07 00:31:50,852 DEBUG
>>>> [network.router.VirtualNetworkApplianceManagerImpl]
>>>> (RouterStatusMonitor-1:null) Found 0 networks to update RvR status.
>>>> 2013-04-07 00:31:51,459 INFO  [agent.manager.AgentMonitor]
>>>> (Thread-11:null) Found the following agents behind on ping: [6, 5]
>>>> 2013-04-07 00:31:51,460 DEBUG [cloud.host.Status] (Thread-11:null) 
>>>>Ping
>>>> timeout for host 6, do invstigation
>>>> 2013-04-07 00:31:51,461 DEBUG [cloud.host.Status] (Thread-11:null) 
>>>>Ping
>>>> timeout for host 5, do invstigation
>>>> 2013-04-07 00:31:51,462 INFO  [agent.manager.AgentManagerImpl]
>>>> (AgentTaskPool-2:null) Investigating why host 6 has disconnected with
>>>>event
>>>> PingTimeout
>>>> 2013-04-07 00:31:51,462 DEBUG [agent.manager.AgentManagerImpl]
>>>> (AgentTaskPool-2:null) checking if agent (6) is alive
>>>> 2013-04-07 00:31:51,463 INFO  [agent.manager.AgentManagerImpl]
>>>> (AgentTaskPool-14:null) Investigating why host 5 has disconnected with
>>>> event PingTimeout
>>>> 2013-04-07 00:31:51,463 DEBUG [agent.manager.AgentManagerImpl]
>>>> (AgentTaskPool-14:null) checking if agent (5) is alive
>>>> 2013-04-07 00:31:51,465 DEBUG [agent.transport.Request]
>>>> (AgentTaskPool-2:null) Seq 6-324993304: Sending  { Cmd , MgmtId: 1,
>>>>via: 6,
>>>> Ver: v1, Flags: 100011, [{"CheckHealthCommand":{"wait":50}}] }
>>>> 2013-04-07 00:31:51,465 DEBUG [agent.transport.Request]
>>>> (AgentTaskPool-2:null) Seq 6-324993304: Executing:  { Cmd , MgmtId: 1,
>>>>via:
>>>> 6, Ver: v1, Flags: 100011, [{"CheckHealthCommand":{"wait":50}}] }
>>>> 2013-04-07 00:31:51,465 DEBUG [agent.manager.DirectAgentAttache]
>>>> (DirectAgent-151:null) Seq 6-324993304: Executing request
>>>> 2013-04-07 00:31:51,466 DEBUG [agent.transport.Request]
>>>> (AgentTaskPool-14:null) Seq 5-614334813: Sending  { Cmd , MgmtId: 1,
>>>>via:
>>>> 5, Ver: v1, Flags: 100011, [{"CheckHealthCommand":{"wait":50}}] }
>>>> 2013-04-07 00:31:51,467 DEBUG [agent.transport.Request]
>>>> (AgentTaskPool-14:null) Seq 5-614334813: Executing:  { Cmd , MgmtId: 
>>>>1,
>>>> via: 5, Ver: v1, Flags: 100011, [{"CheckHealthCommand":{"wait":50}}] }
>>>> 2013-04-07 00:31:51,467 DEBUG [agent.manager.DirectAgentAttache]
>>>> (DirectAgent-113:null) Seq 5-614334813: Executing request
>>>> 2013-04-07 00:31:51,525 DEBUG [agent.manager.DirectAgentAttache]
>>>> (DirectAgent-151:null) Seq 6-324993304: Response Received:
>>>> 2013-04-07 00:31:51,525 DEBUG [agent.transport.Request]
>>>> (DirectAgent-151:null) Seq 6-324993304: Processing:  { Ans: , MgmtId:
>>>>1,
>>>> via: 6, Ver: v1, Flags: 10,
>>>> [{"CheckHealthAnswer":{"result":true,"details":"resource is
>>>> alive","wait":0}}] }
>>>> 2013-04-07 00:31:51,526 DEBUG [agent.transport.Request]
>>>> (AgentTaskPool-2:null) Seq 6-324993304: Received:  { Ans: , MgmtId: 1,
>>>>via:
>>>> 6, Ver: v1, Flags: 10, { CheckHealthAnswer } }
>>>> 2013-04-07 00:31:51,526 DEBUG [agent.manager.AgentManagerImpl]
>>>> (AgentTaskPool-2:null) Details from executing class
>>>> com.cloud.agent.api.CheckHealthCommand: resource is alive
>>>> 2013-04-07 00:31:51,526 DEBUG [agent.manager.AgentManagerImpl]
>>>> (AgentTaskPool-2:null) agent (6) responded to checkHeathCommand,
>>>>reporting
>>>> that agent is Up
>>>> 2013-04-07 00:31:51,526 INFO  [agent.manager.AgentManagerImpl]
>>>> (AgentTaskPool-2:null) The state determined is Up
>>>> 2013-04-07 00:31:51,526 INFO  [agent.manager.AgentManagerImpl]
>>>> (AgentTaskPool-2:null) Agent is determined to be up and running
>>>> 2013-04-07 00:31:51,526 DEBUG [cloud.host.Status]
>>>>(AgentTaskPool-2:null)
>>>> Transition:[Resource state = Enabled, Agent event = Ping, Host id = 6,
>>>>name
>>>> = Tut-XenServer]
>>>> 2013-04-07 00:31:51,529 DEBUG [agent.manager.DirectAgentAttache]
>>>> (DirectAgent-113:null) Seq 5-614334813: Response Received:
>>>> 2013-04-07 00:31:51,529 DEBUG [agent.transport.Request]
>>>> (DirectAgent-113:null) Seq 5-614334813: Processing:  { Ans: , MgmtId:
>>>>1,
>>>> via: 5, Ver: v1, Flags: 10,
>>>> [{"CheckHealthAnswer":{"result":true,"details":"resource is
>>>> alive","wait":0}}] }
>>>> 2013-04-07 00:31:51,529 DEBUG [agent.transport.Request]
>>>> (AgentTaskPool-14:null) Seq 5-614334813: Received:  { Ans: , MgmtId: 
>>>>1,
>>>> via: 5, Ver: v1, Flags: 10, { CheckHealthAnswer } }
>>>> 2013-04-07 00:31:51,529 DEBUG [agent.manager.AgentManagerImpl]
>>>> (AgentTaskPool-14:null) Details from executing class
>>>> com.cloud.agent.api.CheckHealthCommand: resource is alive
>>>> 2013-04-07 00:31:51,529 DEBUG [agent.manager.AgentManagerImpl]
>>>> (AgentTaskPool-14:null) agent (5) responded to checkHeathCommand,
>>>>reporting
>>>> that agent is Up
>>>> 2013-04-07 00:31:51,529 INFO  [agent.manager.AgentManagerImpl]
>>>> (AgentTaskPool-14:null) The state determined is Up
>>>> 2013-04-07 00:31:51,529 INFO  [agent.manager.AgentManagerImpl]
>>>> (AgentTaskPool-14:null) Agent is determined to be up and running
>>>> 2013-04-07 00:31:51,530 DEBUG [cloud.host.Status]
>>>>(AgentTaskPool-2:null)
>>>> Agent status update: [id = 6; name = Tut-XenServer; old status = Up;
>>>>event
>>>> = Ping; new status = Up; old update count = 308; new update count =
>>>>309]
>>>> 2013-04-07 00:31:51,530 DEBUG [cloud.host.Status]
>>>>(AgentTaskPool-14:null)
>>>> Transition:[Resource state = Enabled, Agent event = Ping, Host id = 5,
>>>>name
>>>> = Tut-XenServer2]
>>>> 2013-04-07 00:31:51,533 DEBUG [cloud.host.Status]
>>>>(AgentTaskPool-14:null)
>>>> Agent status update: [id = 5; name = Tut-XenServer2; old status = Up;
>>>>event
>>>> = Ping; new status = Up; old update count = 145; new update count =
>>>>146]
>>>> 2013-04-07 00:31:58,908 DEBUG [cloud.api.ApiServlet]
>>>> (1161145101@qtp-1008805148-33:null) ===START===  127.0.0.1 -- GET
>>>>
>>>>command=listVirtualMachines&response=json&sessionkey=Z6QqzU0Fq1iT13bMgn
>>>>R
>>>>R
>>>>fl8GoVA%3D&listAll=true&page=1&pagesize=20&_=1365316318906
>>>> 2013-04-07 00:31:58,925 DEBUG [cloud.api.ApiServlet]
>>>> (1161145101@qtp-1008805148-33:null) ===END===  127.0.0.1 -- GET
>>>>
>>>>command=listVirtualMachines&response=json&sessionkey=Z6QqzU0Fq1iT13bMgn
>>>>R
>>>>R
>>>>fl8GoVA%3D&listAll=true&page=1&pagesize=20&_=1365316318906
>>>> 2013-04-07 00:32:00,065 DEBUG [cloud.api.ApiServlet]
>>>> (1161145101@qtp-1008805148-33:null) ===START===  127.0.0.1 -- GET
>>>>
>>>>command=listVolumes&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoV
>>>>A
>>>>%
>>>>3D&listAll=true&page=1&pagesize=20&_=1365316320063
>>>> 2013-04-07 00:32:00,079 DEBUG [cloud.api.ApiServlet]
>>>> (1161145101@qtp-1008805148-33:null) ===END===  127.0.0.1 -- GET
>>>>
>>>>command=listVolumes&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoV
>>>>A
>>>>%
>>>>3D&listAll=true&page=1&pagesize=20&_=1365316320063
>>>> 2013-04-07 00:32:02,019 DEBUG [cloud.api.ApiServlet]
>>>> (1161145101@qtp-1008805148-33:null) ===START===  127.0.0.1 -- GET
>>>>
>>>>command=listVirtualMachines&response=json&sessionkey=Z6QqzU0Fq1iT13bMgn
>>>>R
>>>>R
>>>>fl8GoVA%3D&listAll=true&page=1&pagesize=20&_=1365316322017
>>>> 2013-04-07 00:32:02,034 DEBUG [cloud.api.ApiServlet]
>>>> (1161145101@qtp-1008805148-33:null) ===END===  127.0.0.1 -- GET
>>>>
>>>>command=listVirtualMachines&response=json&sessionkey=Z6QqzU0Fq1iT13bMgn
>>>>R
>>>>R
>>>>fl8GoVA%3D&listAll=true&page=1&pagesize=20&_=1365316322017
>>>> 2013-04-07 00:32:03,004 DEBUG [cloud.api.ApiServlet]
>>>> (1161145101@qtp-1008805148-33:null) ===START===  127.0.0.1 -- GET
>>>>
>>>>command=listVolumes&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoV
>>>>A
>>>>%
>>>>3D&listAll=true&page=1&pagesize=20&_=1365316323002
>>>> 2013-04-07 00:32:03,019 DEBUG [cloud.api.ApiServlet]
>>>> (1161145101@qtp-1008805148-33:null) ===END===  127.0.0.1 -- GET
>>>>
>>>>command=listVolumes&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoV
>>>>A
>>>>%
>>>>3D&listAll=true&page=1&pagesize=20&_=1365316323002
>>>> 2013-04-07 00:32:04,060 DEBUG [cloud.api.ApiServlet]
>>>> (1161145101@qtp-1008805148-33:null) ===START===  127.0.0.1 -- GET
>>>>
>>>>command=listVirtualMachines&response=json&sessionkey=Z6QqzU0Fq1iT13bMgn
>>>>R
>>>>R
>>>>fl8GoVA%3D&listAll=true&page=1&pagesize=20&_=1365316324057
>>>> 2013-04-07 00:32:04,076 DEBUG [cloud.api.ApiServlet]
>>>> (1161145101@qtp-1008805148-33:null) ===END===  127.0.0.1 -- GET
>>>>
>>>>command=listVirtualMachines&response=json&sessionkey=Z6QqzU0Fq1iT13bMgn
>>>>R
>>>>R
>>>>fl8GoVA%3D&listAll=true&page=1&pagesize=20&_=1365316324057
>>>> 2013-04-07 00:32:04,815 DEBUG [agent.manager.DirectAgentAttache]
>>>> (DirectAgent-240:null) Ping from 6
>>>> 2013-04-07 00:32:06,151 DEBUG [agent.manager.DirectAgentAttache]
>>>> (DirectAgent-401:null) Ping from 5
>>>> 2013-04-07 00:32:06,571 DEBUG [cloud.api.ApiServlet]
>>>> (1161145101@qtp-1008805148-33:null) ===START===  127.0.0.1 -- GET
>>>>
>>>>command=listZones&available=true&response=json&sessionkey=Z6QqzU0Fq1iT1
>>>>3
>>>>b
>>>>MgnRRfl8GoVA%3D&_=1365316326569
>>>> 2013-04-07 00:32:06,578 DEBUG [cloud.api.ApiServlet]
>>>> (1161145101@qtp-1008805148-33:null) ===END===  127.0.0.1 -- GET
>>>>
>>>>command=listZones&available=true&response=json&sessionkey=Z6QqzU0Fq1iT1
>>>>3
>>>>b
>>>>MgnRRfl8GoVA%3D&_=1365316326569
>>>> 2013-04-07 00:32:06,909 DEBUG [agent.manager.DirectAgentAttache]
>>>> (DirectAgent-334:null) Seq 6-324993028: Executing request
>>>> 2013-04-07 00:32:07,152 DEBUG [agent.manager.DirectAgentAttache]
>>>> (DirectAgent-334:null) Seq 6-324993028: Response Received:
>>>> 2013-04-07 00:32:07,152 DEBUG [agent.transport.Request]
>>>> (DirectAgent-334:null) Seq 6-324993028: Processing:  { Ans: , MgmtId:
>>>>1,
>>>> via: 6, Ver: v1, Flags: 10,
>>>>
>>>>[{"ClusterSyncAnswer":{"_clusterId":2,"_newStates":{},"_isExecuted":fal
>>>>s
>>>>e
>>>>,"result":true,"wait":0}}]
>>>> }
>>>> 2013-04-07 00:32:08,422 DEBUG [cloud.api.ApiServlet]
>>>> (1161145101@qtp-1008805148-33:null) ===START===  127.0.0.1 -- GET
>>>>
>>>>command=listHypervisors&zoneid=3a62dec3-cf95-4ba2-9af0-af2190af35e3&res
>>>>p
>>>>o
>>>>nse=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316328420
>>>> 2013-04-07 00:32:08,431 DEBUG [cloud.api.ApiServlet]
>>>> (1161145101@qtp-1008805148-33:null) ===END===  127.0.0.1 -- GET
>>>>
>>>>command=listHypervisors&zoneid=3a62dec3-cf95-4ba2-9af0-af2190af35e3&res
>>>>p
>>>>o
>>>>nse=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316328420
>>>> 2013-04-07 00:32:08,434 DEBUG [cloud.api.ApiServlet]
>>>> (1161145101@qtp-1008805148-33:null) ===START===  127.0.0.1 -- GET
>>>>
>>>>command=listTemplates&templatefilter=featured&zoneid=3a62dec3-cf95-4ba2
>>>>-
>>>>9
>>>>af0-af2190af35e3&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3
>>>>D
>>>>&
>>>>_=1365316328432
>>>> 2013-04-07 00:32:08,461 DEBUG [cloud.api.ApiServlet]
>>>> (1161145101@qtp-1008805148-33:null) ===END===  127.0.0.1 -- GET
>>>>
>>>>command=listTemplates&templatefilter=featured&zoneid=3a62dec3-cf95-4ba2
>>>>-
>>>>9
>>>>af0-af2190af35e3&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3
>>>>D
>>>>&
>>>>_=1365316328432
>>>> 2013-04-07 00:32:08,464 DEBUG [cloud.api.ApiServlet]
>>>> (1161145101@qtp-1008805148-33:null) ===START===  127.0.0.1 -- GET
>>>>
>>>>command=listTemplates&templatefilter=community&zoneid=3a62dec3-cf95-4ba
>>>>2
>>>>-
>>>>9af0-af2190af35e3&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%
>>>>3
>>>>D
>>>>&_=1365316328462
>>>> 2013-04-07 00:32:08,492 DEBUG [cloud.api.ApiServlet]
>>>> (1161145101@qtp-1008805148-33:null) ===END===  127.0.0.1 -- GET
>>>>
>>>>command=listTemplates&templatefilter=community&zoneid=3a62dec3-cf95-4ba
>>>>2
>>>>-
>>>>9af0-af2190af35e3&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%
>>>>3
>>>>D
>>>>&_=1365316328462
>>>> 2013-04-07 00:32:08,495 DEBUG [cloud.api.ApiServlet]
>>>> (1161145101@qtp-1008805148-33:null) ===START===  127.0.0.1 -- GET
>>>>
>>>>command=listTemplates&templatefilter=selfexecutable&zoneid=3a62dec3-cf9
>>>>5
>>>>-
>>>>4ba2-9af0-af2190af35e3&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8
>>>>G
>>>>o
>>>>VA%3D&_=1365316328493
>>>> 2013-04-07 00:32:08,508 DEBUG [cloud.api.ApiServlet]
>>>> (1161145101@qtp-1008805148-33:null) ===END===  127.0.0.1 -- GET
>>>>
>>>>command=listTemplates&templatefilter=selfexecutable&zoneid=3a62dec3-cf9
>>>>5
>>>>-
>>>>4ba2-9af0-af2190af35e3&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8
>>>>G
>>>>o
>>>>VA%3D&_=1365316328493
>>>> 2013-04-07 00:32:09,476 DEBUG [cloud.api.ApiServlet]
>>>> (1161145101@qtp-1008805148-33:null) ===START===  127.0.0.1 -- GET
>>>>
>>>>command=listServiceOfferings&issystem=false&response=json&sessionkey=Z6
>>>>Q
>>>>q
>>>>zU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316329474
>>>> 2013-04-07 00:32:09,489 DEBUG [cloud.api.ApiServlet]
>>>> (1161145101@qtp-1008805148-33:null) ===END===  127.0.0.1 -- GET
>>>>
>>>>command=listServiceOfferings&issystem=false&response=json&sessionkey=Z6
>>>>Q
>>>>q
>>>>zU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316329474
>>>> 2013-04-07 00:32:11,022 DEBUG [agent.manager.DirectAgentAttache]
>>>> (DirectAgent-161:null) Seq 5-614334468: Executing request
>>>> 2013-04-07 00:32:11,174 DEBUG [agent.manager.DirectAgentAttache]
>>>> (DirectAgent-161:null) Seq 5-614334468: Response Received:
>>>> 2013-04-07 00:32:11,174 DEBUG [agent.transport.Request]
>>>> (DirectAgent-161:null) Seq 5-614334468: Processing:  { Ans: , MgmtId:
>>>>1,
>>>> via: 5, Ver: v1, Flags: 10, [{"Answer":{"result":true,"wait":0}}] }
>>>> 2013-04-07 00:32:13,261 DEBUG [cloud.api.ApiServlet]
>>>> (1161145101@qtp-1008805148-33:null) ===START===  127.0.0.1 -- GET
>>>>
>>>>command=listDiskOfferings&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRR
>>>>f
>>>>l
>>>>8GoVA%3D&_=1365316333259
>>>> 2013-04-07 00:32:13,272 DEBUG [cloud.api.ApiServlet]
>>>> (1161145101@qtp-1008805148-33:null) ===END===  127.0.0.1 -- GET
>>>>
>>>>command=listDiskOfferings&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRR
>>>>f
>>>>l
>>>>8GoVA%3D&_=1365316333259
>>>> 2013-04-07 00:32:14,028 DEBUG [cloud.api.ApiServlet]
>>>> (1161145101@qtp-1008805148-33:null) ===START===  127.0.0.1 -- GET
>>>>
>>>>command=listNetworks&trafficType=Guest&zoneId=3a62dec3-cf95-4ba2-9af0-a
>>>>f
>>>>2
>>>>190af35e3&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=136
>>>>5
>>>>3
>>>>16334026
>>>> 2013-04-07 00:32:14,053 DEBUG [cloud.api.ApiServlet]
>>>> (1161145101@qtp-1008805148-33:null) ===END===  127.0.0.1 -- GET
>>>>
>>>>command=listNetworks&trafficType=Guest&zoneId=3a62dec3-cf95-4ba2-9af0-a
>>>>f
>>>>2
>>>>190af35e3&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=136
>>>>5
>>>>3
>>>>16334026
>>>> 2013-04-07 00:32:14,056 DEBUG [cloud.api.ApiServlet]
>>>> (1161145101@qtp-1008805148-33:null) ===START===  127.0.0.1 -- GET
>>>>
>>>>command=listSecurityGroups&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnR
>>>>R
>>>>f
>>>>l8GoVA%3D&domainid=e4ec5ddc-9e1c-11e2-a770-6e70e42a2333&account=admin&_
>>>>=
>>>>1
>>>>365316334054
>>>> 2013-04-07 00:32:14,062 DEBUG [cloud.user.AccountManagerImpl]
>>>> (1161145101@qtp-1008805148-33:null) Access granted to Acct[2-admin] to
>>>> Domain:1/ by DomainChecker
>>>> 2013-04-07 00:32:14,068 DEBUG [cloud.api.ApiServlet]
>>>> (1161145101@qtp-1008805148-33:null) ===END===  127.0.0.1 -- GET
>>>>
>>>>command=listSecurityGroups&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnR
>>>>R
>>>>f
>>>>l8GoVA%3D&domainid=e4ec5ddc-9e1c-11e2-a770-6e70e42a2333&account=admin&_
>>>>=
>>>>1
>>>>365316334054
>>>> 2013-04-07 00:32:15,282 DEBUG [cloud.api.ApiServlet]
>>>> (1161145101@qtp-1008805148-33:null) ===START===  127.0.0.1 -- GET
>>>>
>>>>command=deployVirtualMachine&zoneId=3a62dec3-cf95-4ba2-9af0-af2190af35e
>>>>3
>>>>&
>>>>templateId=e4a7df4a-9e1c-11e2-a770-6e70e42a2333&hypervisor=XenServer&se
>>>>r
>>>>v
>>>>iceOfferingId=425cf3cf-4bc4-4e53-82a0-ba6c20dd3688&response=json&sessio
>>>>n
>>>>k
>>>>ey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316335280
>>>> 2013-04-07 00:32:15,290 DEBUG [cloud.api.ApiDispatcher]
>>>> (1161145101@qtp-1008805148-33:null) InfrastructureEntity name
>>>> is:com.cloud.offering.ServiceOffering
>>>> 2013-04-07 00:32:15,292 DEBUG [cloud.api.ApiDispatcher]
>>>> (1161145101@qtp-1008805148-33:null) ControlledEntity name
>>>> is:com.cloud.template.VirtualMachineTemplate
>>>> 2013-04-07 00:32:15,316 DEBUG [cloud.vm.UserVmManagerImpl]
>>>> (1161145101@qtp-1008805148-33:null) Allocating in the DB for vm
>>>> 2013-04-07 00:32:15,327 DEBUG [cloud.vm.VirtualMachineManagerImpl]
>>>> (1161145101@qtp-1008805148-33:null) Allocating entries for VM:
>>>> VM[User|94ddc16f-04fc-4da1-8326-01d8d5cdeb44]
>>>> 2013-04-07 00:32:15,327 DEBUG [cloud.vm.VirtualMachineManagerImpl]
>>>> (1161145101@qtp-1008805148-33:null) Allocating nics for
>>>> VM[User|94ddc16f-04fc-4da1-8326-01d8d5cdeb44]
>>>> 2013-04-07 00:32:15,328 DEBUG [cloud.network.NetworkManagerImpl]
>>>> (1161145101@qtp-1008805148-33:null) Allocating nic for vm
>>>> VM[User|94ddc16f-04fc-4da1-8326-01d8d5cdeb44] in network
>>>>Ntwk[204|Guest|6]
>>>> with requested profile NicProfile[0-0-null-null-null
>>>> 2013-04-07 00:32:15,335 DEBUG [cloud.vm.VirtualMachineManagerImpl]
>>>> (1161145101@qtp-1008805148-33:null) Allocaing disks for
>>>> VM[User|94ddc16f-04fc-4da1-8326-01d8d5cdeb44]
>>>> 2013-04-07 00:32:15,342 DEBUG [cloud.vm.VirtualMachineManagerImpl]
>>>> (1161145101@qtp-1008805148-33:null) Allocation completed for VM:
>>>> VM[User|94ddc16f-04fc-4da1-8326-01d8d5cdeb44]
>>>> 2013-04-07 00:32:15,342 DEBUG [cloud.vm.UserVmManagerImpl]
>>>> (1161145101@qtp-1008805148-33:null) Successfully allocated DB entry 
>>>>for
>>>> VM[User|94ddc16f-04fc-4da1-8326-01d8d5cdeb44]
>>>> 2013-04-07 00:32:15,374 DEBUG [cloud.async.AsyncJobManagerImpl]
>>>> (1161145101@qtp-1008805148-33:null) submit async job-43, details:
>>>> AsyncJobVO {id:43, userId: 2, accountId: 2, sessionKey: null,
>>>>instanceType:
>>>> null, instanceId: 13, cmd:
>>>> org.apache.cloudstack.api.command.user.vm.DeployVMCmd, cmdOriginator:
>>>>null,
>>>> cmdInfo:
>>>>
>>>>{"id":"13","templateId":"e4a7df4a-9e1c-11e2-a770-6e70e42a2333","respons
>>>>e
>>>>"
>>>>:"json","sessionkey":"Z6QqzU0Fq1iT13bMgnRRfl8GoVA\u003d","ctxUserId":"2
>>>>"
>>>>,
>>>>"hypervisor":"XenServer","serviceOfferingId":"425cf3cf-4bc4-4e53-82a0-b
>>>>a
>>>>6
>>>>c20dd3688","_":"1365316335280","ctxAccountId":"2","ctxStartEventId":"48
>>>>"
>>>>,
>>>>"zoneId":"3a62dec3-cf95-4ba2-9af0-af2190af35e3"},
>>>> cmdVersion: 0, callbackType: 0, callbackAddress: null, status: 0,
>>>> processStatus: 0, resultCode: 0, result: null, initMsid: 1,
>>>>completeMsid:
>>>> null, lastUpdated: null, lastPolled: null, created: null}
>>>> 2013-04-07 00:32:15,375 DEBUG [cloud.async.AsyncJobManagerImpl]
>>>> (Job-Executor-36:job-43) Executing
>>>> org.apache.cloudstack.api.command.user.vm.DeployVMCmd for job-43
>>>> 2013-04-07 00:32:15,376 DEBUG [cloud.api.ApiServlet]
>>>> (1161145101@qtp-1008805148-33:null) ===END===  127.0.0.1 -- GET
>>>>
>>>>command=deployVirtualMachine&zoneId=3a62dec3-cf95-4ba2-9af0-af2190af35e
>>>>3
>>>>&
>>>>templateId=e4a7df4a-9e1c-11e2-a770-6e70e42a2333&hypervisor=XenServer&se
>>>>r
>>>>v
>>>>iceOfferingId=425cf3cf-4bc4-4e53-82a0-ba6c20dd3688&response=json&sessio
>>>>n
>>>>k
>>>>ey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316335280
>>>> 2013-04-07 00:32:15,380 DEBUG [cloud.api.ApiDispatcher]
>>>> (Job-Executor-36:job-43) InfrastructureEntity name
>>>> is:com.cloud.offering.ServiceOffering
>>>> 2013-04-07 00:32:15,383 DEBUG [cloud.api.ApiDispatcher]
>>>> (Job-Executor-36:job-43) ControlledEntity name
>>>> is:com.cloud.template.VirtualMachineTemplate
>>>> 2013-04-07 00:32:15,425 DEBUG [cloud.deploy.FirstFitPlanner]
>>>> (Job-Executor-36:job-43) DeploymentPlanner allocation algorithm: 
>>>>random
>>>> 2013-04-07 00:32:15,425 DEBUG [cloud.deploy.FirstFitPlanner]
>>>> (Job-Executor-36:job-43) Trying to allocate a host and storage pools
>>>>from
>>>> dc:1, pod:null,cluster:null, requested cpu: 100, requested ram:
>>>>1073741824
>>>> 2013-04-07 00:32:15,425 DEBUG [cloud.deploy.FirstFitPlanner]
>>>> (Job-Executor-36:job-43) Is ROOT volume READY (pool already
>>>>allocated)?: No
>>>> 2013-04-07 00:32:15,425 DEBUG [cloud.deploy.FirstFitPlanner]
>>>> (Job-Executor-36:job-43) Searching all possible resources under this
>>>>Zone: 1
>>>> 2013-04-07 00:32:15,427 DEBUG [cloud.deploy.FirstFitPlanner]
>>>> (Job-Executor-36:job-43) Listing clusters in order of aggregate
>>>>capacity,
>>>> that have (atleast one host with) enough CPU and RAM capacity under
>>>>this
>>>> Zone: 1
>>>> 2013-04-07 00:32:15,428 DEBUG [cloud.deploy.FirstFitPlanner]
>>>> (Job-Executor-36:job-43) CPUOverprovisioningFactor considered: 1.0
>>>> 2013-04-07 00:32:15,442 DEBUG [cloud.deploy.FirstFitPlanner]
>>>> (Job-Executor-36:job-43) Cannot allocate cluster list [1] for vm
>>>>creation
>>>> since their allocated percentage crosses the disable capacity
>>>>threshold:
>>>> 0.85 for capacity Type : 0, skipping these clusters
>>>> 2013-04-07 00:32:15,444 DEBUG [cloud.deploy.FirstFitPlanner]
>>>> (Job-Executor-36:job-43) Checking resources in Cluster: 2 under Pod: 1
>>>> 2013-04-07 00:32:15,444 DEBUG [allocator.impl.RandomAllocator]
>>>> (Job-Executor-36:job-43) Looking for hosts in dc: 1  pod:1  cluster:2
>>>> 2013-04-07 00:32:15,447 DEBUG [allocator.impl.RandomAllocator]
>>>> (Job-Executor-36:job-43) Random Allocator found 2  hosts
>>>> 2013-04-07 00:32:15,447 DEBUG [allocator.impl.RandomAllocator]
>>>> (Job-Executor-36:job-43) Random Host Allocator returning 2 suitable
>>>>hosts
>>>> 2013-04-07 00:32:15,448 DEBUG [cloud.deploy.FirstFitPlanner]
>>>> (Job-Executor-36:job-43) Checking suitable pools for volume (Id, 
>>>>Type):
>>>> (13,ROOT)
>>>> 2013-04-07 00:32:15,448 DEBUG [cloud.deploy.FirstFitPlanner]
>>>> (Job-Executor-36:job-43) We need to allocate new storagepool for this
>>>>volume
>>>> 2013-04-07 00:32:15,451 DEBUG [cloud.deploy.FirstFitPlanner]
>>>> (Job-Executor-36:job-43) Calling StoragePoolAllocators to find 
>>>>suitable
>>>> pools
>>>> 2013-04-07 00:32:15,455 DEBUG
>>>> [storage.allocator.RandomStoragePoolAllocator] 
>>>>(Job-Executor-36:job-43)
>>>> Looking for pools in dc: 1  pod:1  cluster:2
>>>> 2013-04-07 00:32:15,457 DEBUG
>>>> [storage.allocator.RandomStoragePoolAllocator] 
>>>>(Job-Executor-36:job-43)
>>>> RandomStoragePoolAllocator has 5 pools to check for allocation
>>>> 2013-04-07 00:32:15,458 DEBUG
>>>> [storage.allocator.AbstractStoragePoolAllocator]
>>>>(Job-Executor-36:job-43)
>>>> Checking if storage pool is suitable, name: Tut-XenServer2 Local
>>>>Storage
>>>> ,poolId: 201
>>>> 2013-04-07 00:32:15,458 DEBUG
>>>> [storage.allocator.AbstractStoragePoolAllocator]
>>>>(Job-Executor-36:job-43)
>>>> Is localStorageAllocationNeeded? false
>>>> 2013-04-07 00:32:15,458 DEBUG
>>>> [storage.allocator.AbstractStoragePoolAllocator]
>>>>(Job-Executor-36:job-43)
>>>> Is storage pool shared? false
>>>> 2013-04-07 00:32:15,458 DEBUG
>>>> [storage.allocator.AbstractStoragePoolAllocator]
>>>>(Job-Executor-36:job-43)
>>>> StoragePool is not of correct type, skipping this pool
>>>> 2013-04-07 00:32:15,458 DEBUG
>>>> [storage.allocator.AbstractStoragePoolAllocator]
>>>>(Job-Executor-36:job-43)
>>>> Checking if storage pool is suitable, name: iSCSI_SR_3 ,poolId: 257
>>>> 2013-04-07 00:32:15,458 DEBUG
>>>> [storage.allocator.AbstractStoragePoolAllocator]
>>>>(Job-Executor-36:job-43)
>>>> Is localStorageAllocationNeeded? false
>>>> 2013-04-07 00:32:15,458 DEBUG
>>>> [storage.allocator.AbstractStoragePoolAllocator]
>>>>(Job-Executor-36:job-43)
>>>> Is storage pool shared? true
>>>> 2013-04-07 00:32:15,467 DEBUG [cloud.storage.StorageManagerImpl]
>>>> (Job-Executor-36:job-43) Checking pool: 257 for volume allocation
>>>> [Vol[13|vm=13|ROOT]], maxSize : 2084569088, totalAllocatedSize :
>>>>106954752,
>>>> askingSize : 52428800, allocated disable threshold: 0.85
>>>> 2013-04-07 00:32:15,467 DEBUG
>>>> [storage.allocator.AbstractStoragePoolAllocator]
>>>>(Job-Executor-36:job-43)
>>>> Checking if storage pool is suitable, name: iSCSI_SR_4 ,poolId: 262
>>>> 2013-04-07 00:32:15,467 DEBUG
>>>> [storage.allocator.AbstractStoragePoolAllocator]
>>>>(Job-Executor-36:job-43)
>>>> Is localStorageAllocationNeeded? false
>>>> 2013-04-07 00:32:15,467 DEBUG
>>>> [storage.allocator.AbstractStoragePoolAllocator]
>>>>(Job-Executor-36:job-43)
>>>> Is storage pool shared? true
>>>> 2013-04-07 00:32:15,479 DEBUG [cloud.storage.StorageManagerImpl]
>>>> (Job-Executor-36:job-43) Checking pool: 262 for volume allocation
>>>> [Vol[13|vm=13|ROOT]], maxSize : 2084569088, totalAllocatedSize :
>>>>54525952,
>>>> askingSize : 52428800, allocated disable threshold: 0.85
>>>> 2013-04-07 00:32:15,479 DEBUG
>>>> [storage.allocator.AbstractStoragePoolAllocator]
>>>>(Job-Executor-36:job-43)
>>>> Checking if storage pool is suitable, name: Tut-XenServer Local 
>>>>Storage
>>>> ,poolId: 202
>>>> 2013-04-07 00:32:15,479 DEBUG
>>>> [storage.allocator.AbstractStoragePoolAllocator]
>>>>(Job-Executor-36:job-43)
>>>> Is localStorageAllocationNeeded? false
>>>> 2013-04-07 00:32:15,479 DEBUG
>>>> [storage.allocator.AbstractStoragePoolAllocator]
>>>>(Job-Executor-36:job-43)
>>>> Is storage pool shared? false
>>>> 2013-04-07 00:32:15,479 DEBUG
>>>> [storage.allocator.AbstractStoragePoolAllocator]
>>>>(Job-Executor-36:job-43)
>>>> StoragePool is not of correct type, skipping this pool
>>>> 2013-04-07 00:32:15,479 DEBUG
>>>> [storage.allocator.AbstractStoragePoolAllocator]
>>>>(Job-Executor-36:job-43)
>>>> Checking if storage pool is suitable, name: iSCSI_SR_2 ,poolId: 256
>>>> 2013-04-07 00:32:15,479 DEBUG
>>>> [storage.allocator.AbstractStoragePoolAllocator]
>>>>(Job-Executor-36:job-43)
>>>> Is localStorageAllocationNeeded? false
>>>> 2013-04-07 00:32:15,479 DEBUG
>>>> [storage.allocator.AbstractStoragePoolAllocator]
>>>>(Job-Executor-36:job-43)
>>>> Is storage pool shared? true
>>>> 2013-04-07 00:32:15,489 DEBUG [cloud.storage.StorageManagerImpl]
>>>> (Job-Executor-36:job-43) Checking pool: 256 for volume allocation
>>>> [Vol[13|vm=13|ROOT]], maxSize : 2084569088, totalAllocatedSize :
>>>>54525952,
>>>> askingSize : 52428800, allocated disable threshold: 0.85
>>>> 2013-04-07 00:32:15,489 DEBUG
>>>> [storage.allocator.RandomStoragePoolAllocator] 
>>>>(Job-Executor-36:job-43)
>>>> RandomStoragePoolAllocator returning 3 suitable storage pools
>>>> 2013-04-07 00:32:15,489 DEBUG [cloud.deploy.FirstFitPlanner]
>>>> (Job-Executor-36:job-43) Trying to find a potenial host and associated
>>>> storage pools from the suitable host/pool lists for this VM
>>>> 2013-04-07 00:32:15,489 DEBUG [cloud.deploy.FirstFitPlanner]
>>>> (Job-Executor-36:job-43) Checking if host: 6 can access any suitable
>>>> storage pool for volume: ROOT
>>>> 2013-04-07 00:32:15,492 DEBUG [cloud.deploy.FirstFitPlanner]
>>>> (Job-Executor-36:job-43) Host: 6 can access pool: 257
>>>> 2013-04-07 00:32:15,492 DEBUG [cloud.deploy.FirstFitPlanner]
>>>> (Job-Executor-36:job-43) Found a potential host id: 6 name:
>>>>Tut-XenServer
>>>> and associated storage pools for this VM
>>>> 2013-04-07 00:32:15,494 DEBUG [cloud.deploy.FirstFitPlanner]
>>>> (Job-Executor-36:job-43) Returning Deployment Destination:
>>>>
>>>>Dest[Zone(Id)-Pod(Id)-Cluster(Id)-Host(Id)-Storage(Volume(Id|Type-->Poo
>>>>l
>>>>(
>>>>Id))]
>>>> :
>>>>
>>>>Dest[Zone(1)-Pod(1)-Cluster(2)-Host(6)-Storage(Volume(13|ROOT-->Pool(25
>>>>7
>>>>)
>>>>)]
>>>> 2013-04-07 00:32:15,514 DEBUG [cloud.capacity.CapacityManagerImpl]
>>>> (Job-Executor-36:job-43) VM state transitted from :Stopped to Starting
>>>>with
>>>> event: StartRequestedvm's original host id: null new host id: null
>>>>host
>>>>id
>>>> before state transition: null
>>>> 2013-04-07 00:32:15,514 DEBUG [cloud.vm.VirtualMachineManagerImpl]
>>>> (Job-Executor-36:job-43) Successfully transitioned to start state for
>>>> VM[User|94ddc16f-04fc-4da1-8326-01d8d5cdeb44] reservation id =
>>>> a8349669-6ff2-443f-88d3-c5d69100df3a
>>>> 2013-04-07 00:32:15,518 DEBUG [cloud.vm.VirtualMachineManagerImpl]
>>>> (Job-Executor-36:job-43) Trying to deploy VM, vm has dcId: 1 and
>>>>podId:
>>>>null
>>>> 2013-04-07 00:32:15,518 DEBUG [cloud.vm.VirtualMachineManagerImpl]
>>>> (Job-Executor-36:job-43) advanceStart: DeploymentPlan is provided,
>>>>using
>>>> dcId:1, podId: 1, clusterId: 2, hostId: 6, poolId: 257
>>>> 2013-04-07 00:32:15,518 DEBUG [cloud.vm.VirtualMachineManagerImpl]
>>>> (Job-Executor-36:job-43) Deploy avoids pods: null, clusters: null,
>>>>hosts:
>>>> null
>>>> 2013-04-07 00:32:15,521 DEBUG [cloud.deploy.FirstFitPlanner]
>>>> (Job-Executor-36:job-43) DeploymentPlanner allocation algorithm: 
>>>>random
>>>> 2013-04-07 00:32:15,521 DEBUG [cloud.deploy.FirstFitPlanner]
>>>> (Job-Executor-36:job-43) Trying to allocate a host and storage pools
>>>>from
>>>> dc:1, pod:1,cluster:2, requested cpu: 100, requested ram: 1073741824
>>>> 2013-04-07 00:32:15,522 DEBUG [cloud.deploy.FirstFitPlanner]
>>>> (Job-Executor-36:job-43) Is ROOT volume READY (pool already
>>>>allocated)?: Yes
>>>> 2013-04-07 00:32:15,522 DEBUG [cloud.deploy.FirstFitPlanner]
>>>> (Job-Executor-36:job-43) DeploymentPlan has host_id specified, making
>>>>no
>>>> checks on this host, looks like admin test: 6
>>>> 2013-04-07 00:32:15,523 DEBUG [cloud.deploy.FirstFitPlanner]
>>>> (Job-Executor-36:job-43) Looking for suitable pools for this host 
>>>>under
>>>> zone: 1, pod: 1, cluster: 2
>>>> 2013-04-07 00:32:15,525 DEBUG [cloud.deploy.FirstFitPlanner]
>>>> (Job-Executor-36:job-43) Checking suitable pools for volume (Id, 
>>>>Type):
>>>> (13,ROOT)
>>>> 2013-04-07 00:32:15,525 DEBUG [cloud.deploy.FirstFitPlanner]
>>>> (Job-Executor-36:job-43) Volume has pool already allocated, checking 
>>>>if
>>>> pool can be reused, poolId: null
>>>> 2013-04-07 00:32:15,527 DEBUG [cloud.deploy.FirstFitPlanner]
>>>> (Job-Executor-36:job-43) Planner need not allocate a pool for this
>>>>volume
>>>> since its READY
>>>> 2013-04-07 00:32:15,527 DEBUG [cloud.deploy.FirstFitPlanner]
>>>> (Job-Executor-36:job-43) Trying to find a potenial host and associated
>>>> storage pools from the suitable host/pool lists for this VM
>>>> 2013-04-07 00:32:15,527 DEBUG [cloud.deploy.FirstFitPlanner]
>>>> (Job-Executor-36:job-43) Checking if host: 6 can access any suitable
>>>> storage pool for volume: ROOT
>>>> 2013-04-07 00:32:15,529 DEBUG [cloud.deploy.FirstFitPlanner]
>>>> (Job-Executor-36:job-43) Host: 6 can access pool: 257
>>>> 2013-04-07 00:32:15,529 DEBUG [cloud.deploy.FirstFitPlanner]
>>>> (Job-Executor-36:job-43) Found a potential host id: 6 name:
>>>>Tut-XenServer
>>>> and associated storage pools for this VM
>>>> 2013-04-07 00:32:15,530 DEBUG [cloud.deploy.FirstFitPlanner]
>>>> (Job-Executor-36:job-43) Returning Deployment Destination:
>>>>
>>>>Dest[Zone(Id)-Pod(Id)-Cluster(Id)-Host(Id)-Storage(Volume(Id|Type-->Poo
>>>>l
>>>>(
>>>>Id))]
>>>> :
>>>>
>>>>Dest[Zone(1)-Pod(1)-Cluster(2)-Host(6)-Storage(Volume(13|ROOT-->Pool(25
>>>>7
>>>>)
>>>>)]
>>>> 2013-04-07 00:32:15,530 DEBUG [cloud.vm.VirtualMachineManagerImpl]
>>>> (Job-Executor-36:job-43) Deployment found  -
>>>> P0=VM[User|94ddc16f-04fc-4da1-8326-01d8d5cdeb44],
>>>>
>>>>P0=Dest[Zone(Id)-Pod(Id)-Cluster(Id)-Host(Id)-Storage(Volume(Id|Type-->
>>>>P
>>>>o
>>>>ol(Id))]
>>>> :
>>>>
>>>>Dest[Zone(1)-Pod(1)-Cluster(2)-Host(6)-Storage(Volume(13|ROOT-->Pool(25
>>>>7
>>>>)
>>>>)]
>>>> 2013-04-07 00:32:15,535 DEBUG [cloud.capacity.CapacityManagerImpl]
>>>> (Job-Executor-36:job-43) VM state transitted from :Starting to 
>>>>Starting
>>>> with event: OperationRetryvm's original host id: null new host id: 6
>>>>host
>>>> id before state transition: null
>>>> 2013-04-07 00:32:15,551 DEBUG [cloud.capacity.CapacityManagerImpl]
>>>> (Job-Executor-36:job-43) Hosts's actual total CPU: 2382 and CPU after
>>>> applying overprovisioning: 2382
>>>> 2013-04-07 00:32:15,551 DEBUG [cloud.capacity.CapacityManagerImpl]
>>>> (Job-Executor-36:job-43) We are allocating VM, increasing the used
>>>>capacity
>>>> of this host:6
>>>> 2013-04-07 00:32:15,552 DEBUG [cloud.capacity.CapacityManagerImpl]
>>>> (Job-Executor-36:job-43) Current Used CPU: 100 , Free CPU:2282
>>>>,Requested
>>>> CPU: 100
>>>> 2013-04-07 00:32:15,552 DEBUG [cloud.capacity.CapacityManagerImpl]
>>>> (Job-Executor-36:job-43) Current Used RAM: 104857600 , Free
>>>>RAM:1566837824
>>>> ,Requested RAM: 1073741824
>>>> 2013-04-07 00:32:15,552 DEBUG [cloud.capacity.CapacityManagerImpl]
>>>> (Job-Executor-36:job-43) CPU STATS after allocation: for host: 6, old
>>>>used:
>>>> 100, old reserved: 0, actual total: 2382, total with overprovisioning:
>>>> 2382; new used:200, reserved:0; requested 
>>>>cpu:100,alloc_from_last:false
>>>> 2013-04-07 00:32:15,552 DEBUG [cloud.capacity.CapacityManagerImpl]
>>>> (Job-Executor-36:job-43) RAM STATS after allocation: for host: 6, old
>>>>used:
>>>> 104857600, old reserved: 0, total: 1671695424; new used: 1178599424,
>>>> reserved: 0; requested mem: 1073741824,alloc_from_last:false
>>>> 2013-04-07 00:32:15,555 DEBUG [cloud.vm.VirtualMachineManagerImpl]
>>>> (Job-Executor-36:job-43) VM is being created in podId: 1
>>>> 2013-04-07 00:32:15,559 DEBUG [cloud.network.NetworkManagerImpl]
>>>> (Job-Executor-36:job-43) Lock is acquired for network id 204 as a part
>>>>of
>>>> network implement
>>>> 2013-04-07 00:32:15,559 DEBUG [cloud.network.NetworkManagerImpl]
>>>> (Job-Executor-36:job-43) Network id=204 is already implemented
>>>> 2013-04-07 00:32:15,560 DEBUG [cloud.network.NetworkManagerImpl]
>>>> (Job-Executor-36:job-43) Lock is released for network id 204 as a part
>>>>of
>>>> network implement
>>>> 2013-04-07 00:32:15,592 DEBUG [cloud.network.NetworkManagerImpl]
>>>> (Job-Executor-36:job-43) Changing active number of nics for network
>>>>id=204
>>>> on 1
>>>> 2013-04-07 00:32:15,594 DEBUG [cloud.network.NetworkManagerImpl]
>>>> (Job-Executor-36:job-43) Asking ElasticLoadBalancerElement to prepare
>>>>for
>>>> Nic[19-13-a8349669-6ff2-443f-88d3-c5d69100df3a-192.168.56.146]
>>>> 2013-04-07 00:32:15,600 DEBUG [cloud.network.NetworkManagerImpl]
>>>> (Job-Executor-36:job-43) Asking NiciraNvpElement to prepare for
>>>> Nic[19-13-a8349669-6ff2-443f-88d3-c5d69100df3a-192.168.56.146]
>>>> 2013-04-07 00:32:15,600 DEBUG [network.element.NiciraNvpElement]
>>>> (Job-Executor-36:job-43) Checking if NiciraNvpElement can handle
>>>>service
>>>> Connectivity on network guestNetworkForBasicZone
>>>> 2013-04-07 00:32:15,606 DEBUG [cloud.network.NetworkManagerImpl]
>>>> (Job-Executor-36:job-43) Asking BigSwitchVnsElement to prepare for
>>>> Nic[19-13-a8349669-6ff2-443f-88d3-c5d69100df3a-192.168.56.146]
>>>> 2013-04-07 00:32:15,606 DEBUG [network.element.BigSwitchVnsElement]
>>>> (Job-Executor-36:job-43) Checking if BigSwitchVnsElement can handle
>>>>service
>>>> Connectivity on network guestNetworkForBasicZone
>>>> 2013-04-07 00:32:15,612 DEBUG [cloud.network.NetworkManagerImpl]
>>>> (Job-Executor-36:job-43) Asking Ovs to prepare for
>>>> Nic[19-13-a8349669-6ff2-443f-88d3-c5d69100df3a-192.168.56.146]
>>>> 2013-04-07 00:32:15,612 DEBUG [cloud.network.NetworkManagerImpl]
>>>> (Job-Executor-36:job-43) Asking BareMetalDhcp to prepare for
>>>> Nic[19-13-a8349669-6ff2-443f-88d3-c5d69100df3a-192.168.56.146]
>>>> 2013-04-07 00:32:15,617 DEBUG [cloud.network.NetworkManagerImpl]
>>>> (Job-Executor-36:job-43) Asking BareMetalPxe to prepare for
>>>> Nic[19-13-a8349669-6ff2-443f-88d3-c5d69100df3a-192.168.56.146]
>>>> 2013-04-07 00:32:15,623 DEBUG [cloud.network.NetworkManagerImpl]
>>>> (Job-Executor-36:job-43) Asking BareMetalUserdata to prepare for
>>>> Nic[19-13-a8349669-6ff2-443f-88d3-c5d69100df3a-192.168.56.146]
>>>> 2013-04-07 00:32:15,629 DEBUG [cloud.network.NetworkManagerImpl]
>>>> (Job-Executor-36:job-43) Asking SecurityGroupProvider to prepare for
>>>> Nic[19-13-a8349669-6ff2-443f-88d3-c5d69100df3a-192.168.56.146]
>>>> 2013-04-07 00:32:15,637 DEBUG [cloud.network.NetworkManagerImpl]
>>>> (Job-Executor-36:job-43) Asking VirtualRouter to prepare for
>>>> Nic[19-13-a8349669-6ff2-443f-88d3-c5d69100df3a-192.168.56.146]
>>>> 2013-04-07 00:32:15,653 DEBUG
>>>> [network.router.VirtualNetworkApplianceManagerImpl]
>>>> (Job-Executor-36:job-43) Lock is acquired for network id 204 as a part
>>>>of
>>>> router startup in
>>>>
>>>>Dest[Zone(Id)-Pod(Id)-Cluster(Id)-Host(Id)-Storage(Volume(Id|Type-->Poo
>>>>l
>>>>(
>>>>Id))]
>>>> :
>>>>
>>>>Dest[Zone(1)-Pod(1)-Cluster(2)-Host(6)-Storage(Volume(13|ROOT-->Pool(25
>>>>7
>>>>)
>>>>)]
>>>> 2013-04-07 00:32:15,657 DEBUG
>>>> [network.router.VirtualNetworkApplianceManagerImpl]
>>>> (Job-Executor-36:job-43) Skipping VR deployment: Found a running or
>>>> starting VR in Pod null id=1
>>>> 2013-04-07 00:32:15,658 DEBUG
>>>> [network.router.VirtualNetworkApplianceManagerImpl]
>>>> (Job-Executor-36:job-43) Lock is released for network id 204 as a part
>>>>of
>>>> router startup in
>>>>
>>>>Dest[Zone(Id)-Pod(Id)-Cluster(Id)-Host(Id)-Storage(Volume(Id|Type-->Poo
>>>>l
>>>>(
>>>>Id))]
>>>> :
>>>>
>>>>Dest[Zone(1)-Pod(1)-Cluster(2)-Host(6)-Storage(Volume(13|ROOT-->Pool(25
>>>>7
>>>>)
>>>>)]
>>>> 2013-04-07 00:32:15,674 DEBUG
>>>> [network.router.VirtualNetworkApplianceManagerImpl]
>>>> (Job-Executor-36:job-43) Applying dhcp entry in network
>>>>Ntwk[204|Guest|6]
>>>> 2013-04-07 00:32:15,706 DEBUG [agent.transport.Request]
>>>> (Job-Executor-36:job-43) Seq 6-324993305: Sending  { Cmd , MgmtId: 1,
>>>>via:
>>>> 6, Ver: v1, Flags: 100111,
>>>>
>>>>[{"routing.DhcpEntryCommand":{"vmMac":"06:06:fe:00:00:44","vmIpAddress"
>>>>:
>>>>"
>>>>192.168.56.146","vmName":"94ddc16f-04fc-4da1-8326-01d8d5cdeb44","defaul
>>>>t
>>>>R
>>>>outer":"192.168.56.1","defaultDns":"192.168.56.102","duid":"00:03:00:01
>>>>:
>>>>0
>>>>6:06:fe:00:00:44","accessDetails":{"router.guest.ip":"192.168.56.102","
>>>>z
>>>>o
>>>>ne.network.type":"Basic","
>>>> router.name":"r-4-VM","router.ip":"169.254.1.168"},"wait":0}}] }
>>>> 2013-04-07 00:32:15,706 DEBUG [agent.transport.Request]
>>>> (Job-Executor-36:job-43) Seq 6-324993305: Executing:  { Cmd , MgmtId:
>>>>1,
>>>> via: 6, Ver: v1, Flags: 100111,
>>>>
>>>>[{"routing.DhcpEntryCommand":{"vmMac":"06:06:fe:00:00:44","vmIpAddress"
>>>>:
>>>>"
>>>>192.168.56.146","vmName":"94ddc16f-04fc-4da1-8326-01d8d5cdeb44","defaul
>>>>t
>>>>R
>>>>outer":"192.168.56.1","defaultDns":"192.168.56.102","duid":"00:03:00:01
>>>>:
>>>>0
>>>>6:06:fe:00:00:44","accessDetails":{"router.guest.ip":"192.168.56.102","
>>>>z
>>>>o
>>>>ne.network.type":"Basic","
>>>> router.name":"r-4-VM","router.ip":"169.254.1.168"},"wait":0}}] }
>>>> 2013-04-07 00:32:15,706 DEBUG [agent.manager.DirectAgentAttache]
>>>> (DirectAgent-89:null) Seq 6-324993305: Executing request
>>>> 2013-04-07 00:32:18,273 DEBUG [agent.manager.DirectAgentAttache]
>>>> (DirectAgent-89:null) Seq 6-324993305: Response Received:
>>>> 2013-04-07 00:32:18,273 DEBUG [agent.transport.Request]
>>>> (DirectAgent-89:null) Seq 6-324993305: Processing:  { Ans: , MgmtId: 
>>>>1,
>>>> via: 6, Ver: v1, Flags: 110, [{"Answer":{"result":true,"wait":0}}] }
>>>> 2013-04-07 00:32:18,273 DEBUG [agent.manager.AgentAttache]
>>>> (DirectAgent-89:null) Seq 6-324993305: No more commands found
>>>> 2013-04-07 00:32:18,273 DEBUG [agent.transport.Request]
>>>> (Job-Executor-36:job-43) Seq 6-324993305: Received:  { Ans: , MgmtId:
>>>>1,
>>>> via: 6, Ver: v1, Flags: 110, { Answer } }
>>>> 2013-04-07 00:32:18,286 DEBUG
>>>> [network.router.VirtualNetworkApplianceManagerImpl]
>>>> (Job-Executor-36:job-43) Applying userdata and password entry in
>>>>network
>>>> Ntwk[204|Guest|6]
>>>> 2013-04-07 00:32:18,303 DEBUG [agent.transport.Request]
>>>> (Job-Executor-36:job-43) Seq 6-324993306: Sending  { Cmd , MgmtId: 1,
>>>>via:
>>>> 6, Ver: v1, Flags: 100111,
>>>>
>>>>[{"routing.SavePasswordCommand":{"password":"fnirq_cnffjbeq","vmIpAddre
>>>>s
>>>>s
>>>>":"192.168.56.146","vmName":"94ddc16f-04fc-4da1-8326-01d8d5cdeb44","acc
>>>>e
>>>>s
>>>>sDetails":{"router.guest.ip":"192.168.56.102","zone.network.type":"Basi
>>>>c
>>>>"
>>>>,"router.ip":"169.254.1.168","
>>>> router.name
>>>>
>>>>":"r-4-VM"},"wait":0}},{"routing.VmDataCommand":{"vmIpAddress":"192.168
>>>>.
>>>>5
>>>>6.146","vmName":"94ddc16f-04fc-4da1-8326-01d8d5cdeb44","accessDetails":
>>>>{
>>>>"
>>>>router.guest.ip":"192.168.56.102","zone.network.type":"Basic","router.i
>>>>p
>>>>"
>>>>:"169.254.1.168","
>>>> router.name":"r-4-VM"},"wait":0}}] }
>>>> 2013-04-07 00:32:18,304 DEBUG [agent.transport.Request]
>>>> (Job-Executor-36:job-43) Seq 6-324993306: Executing:  { Cmd , MgmtId:
>>>>1,
>>>> via: 6, Ver: v1, Flags: 100111,
>>>>
>>>>[{"routing.SavePasswordCommand":{"password":"fnirq_cnffjbeq","vmIpAddre
>>>>s
>>>>s
>>>>":"192.168.56.146","vmName":"94ddc16f-04fc-4da1-8326-01d8d5cdeb44","acc
>>>>e
>>>>s
>>>>sDetails":{"router.guest.ip":"192.168.56.102","zone.network.type":"Basi
>>>>c
>>>>"
>>>>,"router.ip":"169.254.1.168","
>>>> router.name
>>>>
>>>>":"r-4-VM"},"wait":0}},{"routing.VmDataCommand":{"vmIpAddress":"192.168
>>>>.
>>>>5
>>>>6.146","vmName":"94ddc16f-04fc-4da1-8326-01d8d5cdeb44","accessDetails":
>>>>{
>>>>"
>>>>router.guest.ip":"192.168.56.102","zone.network.type":"Basic","router.i
>>>>p
>>>>"
>>>>:"169.254.1.168","
>>>> router.name":"r-4-VM"},"wait":0}}] }
>>>> 2013-04-07 00:32:18,304 DEBUG [agent.manager.DirectAgentAttache]
>>>> (DirectAgent-20:null) Seq 6-324993306: Executing request
>>>> 2013-04-07 00:32:18,391 DEBUG [cloud.api.ApiServlet]
>>>> (1161145101@qtp-1008805148-33:null) ===START===  127.0.0.1 -- GET
>>>>
>>>>command=queryAsyncJobResult&jobId=00aeb7f7-459c-477e-a0a1-5d9262bc583a&
>>>>r
>>>>e
>>>>sponse=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316338388
>>>> 2013-04-07 00:32:18,412 DEBUG [cloud.api.ApiServlet]
>>>> (1161145101@qtp-1008805148-33:null) ===END===  127.0.0.1 -- GET
>>>>
>>>>command=queryAsyncJobResult&jobId=00aeb7f7-459c-477e-a0a1-5d9262bc583a&
>>>>r
>>>>e
>>>>sponse=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316338388
>>>> 2013-04-07 00:32:20,452 DEBUG
>>>> [storage.secondary.SecondaryStorageManagerImpl] (secstorage-1:null)
>>>>Zone 1
>>>> is ready to launch secondary storage VM
>>>> 2013-04-07 00:32:20,554 DEBUG
>>>>[cloud.consoleproxy.ConsoleProxyManagerImpl]
>>>> (consoleproxy-1:null) Zone 1 is ready to launch console proxy
>>>> 2013-04-07 00:32:20,819 DEBUG
>>>> [network.router.VirtualNetworkApplianceManagerImpl]
>>>> (RouterStatusMonitor-1:null) Found 0 routers to update status.
>>>> 2013-04-07 00:32:20,821 DEBUG
>>>> [network.router.VirtualNetworkApplianceManagerImpl]
>>>> (RouterStatusMonitor-1:null) Found 0 networks to update RvR status.
>>>> 2013-04-07 00:32:20,851 DEBUG
>>>> [network.router.VirtualNetworkApplianceManagerImpl]
>>>> (RouterStatusMonitor-1:null) Found 0 routers to update status.
>>>> 2013-04-07 00:32:20,852 DEBUG
>>>> [network.router.VirtualNetworkApplianceManagerImpl]
>>>> (RouterStatusMonitor-1:null) Found 0 networks to update RvR status.
>>>> 2013-04-07 00:32:21,391 DEBUG [cloud.api.ApiServlet]
>>>> (1161145101@qtp-1008805148-33:null) ===START===  127.0.0.1 -- GET
>>>>
>>>>command=queryAsyncJobResult&jobId=00aeb7f7-459c-477e-a0a1-5d9262bc583a&
>>>>r
>>>>e
>>>>sponse=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316341388
>>>> 2013-04-07 00:32:21,408 DEBUG [cloud.api.ApiServlet]
>>>> (1161145101@qtp-1008805148-33:null) ===END===  127.0.0.1 -- GET
>>>>
>>>>command=queryAsyncJobResult&jobId=00aeb7f7-459c-477e-a0a1-5d9262bc583a&
>>>>r
>>>>e
>>>>sponse=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316341388
>>>> 2013-04-07 00:32:24,392 DEBUG [cloud.api.ApiServlet]
>>>> (1161145101@qtp-1008805148-33:null) ===START===  127.0.0.1 -- GET
>>>>
>>>>command=queryAsyncJobResult&jobId=00aeb7f7-459c-477e-a0a1-5d9262bc583a&
>>>>r
>>>>e
>>>>sponse=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316344390
>>>> 2013-04-07 00:32:24,407 DEBUG [cloud.api.ApiServlet]
>>>> (1161145101@qtp-1008805148-33:null) ===END===  127.0.0.1 -- GET
>>>>
>>>>command=queryAsyncJobResult&jobId=00aeb7f7-459c-477e-a0a1-5d9262bc583a&
>>>>r
>>>>e
>>>>sponse=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316344390
>>>> 2013-04-07 00:32:24,892 DEBUG [agent.manager.AgentManagerImpl]
>>>> (AgentManager-Handler-11:null) Ping from 4
>>>> 2013-04-07 00:32:27,183 DEBUG [agent.manager.DirectAgentAttache]
>>>> (DirectAgent-273:null) Ping from 1
>>>> 2013-04-07 00:32:27,392 DEBUG [cloud.api.ApiServlet]
>>>> (1161145101@qtp-1008805148-33:null) ===START===  127.0.0.1 -- GET
>>>>
>>>>command=queryAsyncJobResult&jobId=00aeb7f7-459c-477e-a0a1-5d9262bc583a&
>>>>r
>>>>e
>>>>sponse=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316347390
>>>> 2013-04-07 00:32:27,407 DEBUG [cloud.api.ApiServlet]
>>>> (1161145101@qtp-1008805148-33:null) ===END===  127.0.0.1 -- GET
>>>>
>>>>command=queryAsyncJobResult&jobId=00aeb7f7-459c-477e-a0a1-5d9262bc583a&
>>>>r
>>>>e
>>>>sponse=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316347390
>>>> 2013-04-07 00:32:29,095 DEBUG [agent.manager.DirectAgentAttache]
>>>> (DirectAgent-131:null) Seq 1-90046472: Executing request
>>>> 2013-04-07 00:32:29,345 DEBUG [agent.manager.DirectAgentAttache]
>>>> (DirectAgent-131:null) Seq 1-90046472: Response Received:
>>>> 2013-04-07 00:32:29,345 DEBUG [agent.transport.Request]
>>>> (DirectAgent-131:null) Seq 1-90046472: Processing:  { Ans: , MgmtId: 
>>>>1,
>>>> via: 1, Ver: v1, Flags: 10,
>>>>
>>>>[{"ClusterSyncAnswer":{"_clusterId":1,"_newStates":{},"_isExecuted":fal
>>>>s
>>>>e
>>>>,"result":true,"wait":0}}]
>>>> }
>>>> 2013-04-07 00:32:30,393 DEBUG [cloud.api.ApiServlet]
>>>> (1161145101@qtp-1008805148-33:null) ===START===  127.0.0.1 -- GET
>>>>
>>>>command=queryAsyncJobResult&jobId=00aeb7f7-459c-477e-a0a1-5d9262bc583a&
>>>>r
>>>>e
>>>>sponse=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316350391
>>>> 2013-04-07 00:32:30,408 DEBUG [cloud.api.ApiServlet]
>>>> (1161145101@qtp-1008805148-33:null) ===END===  127.0.0.1 -- GET
>>>>
>>>>command=queryAsyncJobResult&jobId=00aeb7f7-459c-477e-a0a1-5d9262bc583a&
>>>>r
>>>>e
>>>>sponse=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316350391
>>>> 2013-04-07 00:32:32,146 DEBUG [agent.manager.DirectAgentAttache]
>>>> (DirectAgent-20:null) Seq 6-324993306: Response Received:
>>>> 2013-04-07 00:32:32,146 DEBUG [agent.transport.Request]
>>>> (DirectAgent-20:null) Seq 6-324993306: Processing:  { Ans: , MgmtId: 
>>>>1,
>>>> via: 6, Ver: v1, Flags: 110,
>>>>
>>>>[{"Answer":{"result":true,"wait":0}},{"Answer":{"result":true,"wait":0}
>>>>}
>>>>]
>>>> }
>>>> 2013-04-07 00:32:32,146 DEBUG [agent.manager.AgentAttache]
>>>> (DirectAgent-20:null) Seq 6-324993306: No more commands found
>>>> 2013-04-07 00:32:32,146 DEBUG [agent.transport.Request]
>>>> (Job-Executor-36:job-43) Seq 6-324993306: Received:  { Ans: , MgmtId:
>>>>1,
>>>> via: 6, Ver: v1, Flags: 110, { Answer, Answer } }
>>>> 2013-04-07 00:32:32,146 DEBUG [cloud.network.NetworkManagerImpl]
>>>> (Job-Executor-36:job-43) Asking VpcVirtualRouter to prepare for
>>>> Nic[19-13-a8349669-6ff2-443f-88d3-c5d69100df3a-192.168.56.146]
>>>> 2013-04-07 00:32:32,146 WARN  
>>>>[network.element.VpcVirtualRouterElement]
>>>> (Job-Executor-36:job-43) Network Ntwk[204|Guest|6] is not associated
>>>>with
>>>> any VPC
>>>> 2013-04-07 00:32:32,151 DEBUG [cloud.network.NetworkManagerImpl]
>>>> (Job-Executor-36:job-43) Asking NiciraNvp to prepare for
>>>> Nic[19-13-a8349669-6ff2-443f-88d3-c5d69100df3a-192.168.56.146]
>>>> 2013-04-07 00:32:32,151 DEBUG [network.element.NiciraNvpElement]
>>>> (Job-Executor-36:job-43) Checking if NiciraNvpElement can handle
>>>>service
>>>> Connectivity on network guestNetworkForBasicZone
>>>> 2013-04-07 00:32:32,154 DEBUG [cloud.network.NetworkManagerImpl]
>>>> (Job-Executor-36:job-43) Asking JuniperSRX to prepare for
>>>> Nic[19-13-a8349669-6ff2-443f-88d3-c5d69100df3a-192.168.56.146]
>>>> 2013-04-07 00:32:32,157 DEBUG [cloud.network.NetworkManagerImpl]
>>>> (Job-Executor-36:job-43) Asking Netscaler to prepare for
>>>> Nic[19-13-a8349669-6ff2-443f-88d3-c5d69100df3a-192.168.56.146]
>>>> 2013-04-07 00:32:32,160 DEBUG [cloud.network.NetworkManagerImpl]
>>>> (Job-Executor-36:job-43) Asking F5BigIP to prepare for
>>>> Nic[19-13-a8349669-6ff2-443f-88d3-c5d69100df3a-192.168.56.146]
>>>> 2013-04-07 00:32:32,164 DEBUG [cloud.network.NetworkManagerImpl]
>>>> (Job-Executor-36:job-43) Asking CiscoNexus1000vVSM to prepare for
>>>> Nic[19-13-a8349669-6ff2-443f-88d3-c5d69100df3a-192.168.56.146]
>>>> 2013-04-07 00:32:32,168 DEBUG [cloud.storage.StorageManagerImpl]
>>>> (Job-Executor-36:job-43) Checking if we need to prepare 1 volumes for
>>>> VM[User|94ddc16f-04fc-4da1-8326-01d8d5cdeb44]
>>>> 2013-04-07 00:32:32,169 DEBUG [cloud.storage.StorageManagerImpl]
>>>> (Job-Executor-36:job-43) Creating volume: Vol[13|vm=13|ROOT]
>>>> 2013-04-07 00:32:32,170 DEBUG [cloud.storage.StorageManagerImpl]
>>>> (Job-Executor-36:job-43) Trying to create in Pool[257|PreSetup]
>>>> 2013-04-07 00:32:32,175 DEBUG [cloud.template.TemplateManagerImpl]
>>>> (Job-Executor-36:job-43) Template 5 has already been downloaded to
>>>>pool
>>>>257
>>>> 2013-04-07 00:32:32,179 DEBUG [agent.transport.Request]
>>>> (Job-Executor-36:job-43) Seq 6-324993307: Sending  { Cmd , MgmtId: 1,
>>>>via:
>>>> 6, Ver: v1, Flags: 100111,
>>>>
>>>>[{"storage.CreateCommand":{"volId":13,"pool":{"id":257,"uuid":"iSCSI_SR
>>>>_
>>>>3
>>>>","host":"192.168.56.9","path":"/iSCSI_SR_3","port":0,"type":"PreSetup"
>>>>}
>>>>,
>>>>"diskCharacteristics":{"size":52428800,"tags":["iSCSI_SR_4"],"type":"RO
>>>>O
>>>>T
>>>>","name":"ROOT-13","useLocalStorage":false,"recreatable":true,"diskOffe
>>>>r
>>>>i
>>>>ngId":38,"volumeId":13,"hyperType":"XenServer"},"templateUrl":"a8414926
>>>>-
>>>>8
>>>>1d6-4b54-9b4b-feb498489df0","wait":0}}]
>>>> }
>>>> 2013-04-07 00:32:32,180 DEBUG [agent.transport.Request]
>>>> (Job-Executor-36:job-43) Seq 6-324993307: Executing:  { Cmd , MgmtId:
>>>>1,
>>>> via: 6, Ver: v1, Flags: 100111,
>>>>
>>>>[{"storage.CreateCommand":{"volId":13,"pool":{"id":257,"uuid":"iSCSI_SR
>>>>_
>>>>3
>>>>","host":"192.168.56.9","path":"/iSCSI_SR_3","port":0,"type":"PreSetup"
>>>>}
>>>>,
>>>>"diskCharacteristics":{"size":52428800,"tags":["iSCSI_SR_4"],"type":"RO
>>>>O
>>>>T
>>>>","name":"ROOT-13","useLocalStorage":false,"recreatable":true,"diskOffe
>>>>r
>>>>i
>>>>ngId":38,"volumeId":13,"hyperType":"XenServer"},"templateUrl":"a8414926
>>>>-
>>>>8
>>>>1d6-4b54-9b4b-feb498489df0","wait":0}}]
>>>> }
>>>> 2013-04-07 00:32:32,180 DEBUG [agent.manager.DirectAgentAttache]
>>>> (DirectAgent-59:null) Seq 6-324993307: Executing request
>>>> 2013-04-07 00:32:32,265 DEBUG [xen.resource.CitrixResourceBase]
>>>> (DirectAgent-59:null) SR retrieved for iSCSI_SR_3
>>>> 2013-04-07 00:32:32,276 DEBUG [xen.resource.CitrixResourceBase]
>>>> (DirectAgent-59:null) Checking iSCSI_SR_3 or SR
>>>> fe8ca696-22f5-ba1f-af68-7c3cf5a3cb39 on
>>>> XS[f7a017da-3064-456a-89cd-28ee9e2d36b3-192.168.56.9]
>>>> 2013-04-07 00:32:33,395 DEBUG [cloud.api.ApiServlet]
>>>> (1161145101@qtp-1008805148-33:null) ===START===  127.0.0.1 -- GET
>>>>
>>>>command=queryAsyncJobResult&jobId=00aeb7f7-459c-477e-a0a1-5d9262bc583a&
>>>>r
>>>>e
>>>>sponse=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316353392
>>>> 2013-04-07 00:32:33,419 DEBUG [cloud.api.ApiServlet]
>>>> (1161145101@qtp-1008805148-33:null) ===END===  127.0.0.1 -- GET
>>>>
>>>>command=queryAsyncJobResult&jobId=00aeb7f7-459c-477e-a0a1-5d9262bc583a&
>>>>r
>>>>e
>>>>sponse=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316353392
>>>> 2013-04-07 00:32:34,687 DEBUG [xen.resource.CitrixResourceBase]
>>>> (DirectAgent-59:null) Succesfully created VDI for
>>>> com.cloud.agent.api.storage.CreateCommand.  Uuid =
>>>> 99154d9c-2665-465d-8c71-e60f1748895b
>>>> 2013-04-07 00:32:34,687 DEBUG [agent.manager.DirectAgentAttache]
>>>> (DirectAgent-59:null) Seq 6-324993307: Response Received:
>>>> 2013-04-07 00:32:34,688 DEBUG [agent.transport.Request]
>>>> (DirectAgent-59:null) Seq 6-324993307: Processing:  { Ans: , MgmtId: 
>>>>1,
>>>> via: 6, Ver: v1, Flags: 110,
>>>>
>>>>[{"storage.CreateAnswer":{"volume":{"id":13,"name":"ROOT-13","mountPoin
>>>>t
>>>>"
>>>>:"/iSCSI_SR_3","path":"99154d9c-2665-465d-8c71-e60f1748895b","size":524
>>>>2
>>>>8
>>>>800,"type":"ROOT","storagePoolType":"PreSetup","storagePoolUuid":"iSCSI
>>>>_
>>>>S
>>>>R_3","deviceId":0},"requestTemplateReload":false,"result":true,"wait":0
>>>>}
>>>>}
>>>>]
>>>> }
>>>> 2013-04-07 00:32:34,688 DEBUG [agent.transport.Request]
>>>> (Job-Executor-36:job-43) Seq 6-324993307: Received:  { Ans: , MgmtId:
>>>>1,
>>>> via: 6, Ver: v1, Flags: 110, { CreateAnswer } }
>>>> 2013-04-07 00:32:34,688 DEBUG [agent.manager.AgentAttache]
>>>> (DirectAgent-59:null) Seq 6-324993307: No more commands found
>>>> 2013-04-07 00:32:34,690 DEBUG [cloud.storage.StorageManagerImpl]
>>>> (Job-Executor-36:job-43) Volume Vol[13|vm=13|ROOT] is created on
>>>> Pool[257|PreSetup]
>>>> 2013-04-07 00:32:34,701 DEBUG [agent.transport.Request]
>>>> (Job-Executor-36:job-43) Seq 6-324993308: Sending  { Cmd , MgmtId: 1,
>>>>via:
>>>> 6, Ver: v1, Flags: 100111,
>>>>
>>>>[{"StartCommand":{"vm":{"id":13,"name":"i-2-13-VM","bootloader":"PyGrub
>>>>"
>>>>,
>>>>"type":"User","cpus":1,"speed":100,"minRam":1073741824,"maxRam":1073741
>>>>8
>>>>2
>>>>4,"arch":"x86_64","os":"CentOS
>>>> 5.3
>>>>
>>>>(64-bit)","bootArgs":"","rebootOnCrash":false,"enableHA":false,"limitCp
>>>>u
>>>>U
>>>>se":false,"vncPassword":"2e91fc6d6f16609d","params":{},"uuid":"94ddc16f
>>>>-
>>>>0
>>>>4fc-4da1-8326-01d8d5cdeb44","disks":[{"id":13,"name":"ROOT-13","mountPo
>>>>i
>>>>n
>>>>t":"/iSCSI_SR_3","path":"99154d9c-2665-465d-8c71-e60f1748895b","size":5
>>>>2
>>>>4
>>>>28800,"type":"ROOT","storagePoolType":"PreSetup","storagePoolUuid":"iSC
>>>>S
>>>>I
>>>>_SR_3","deviceId":0},{"id":13,"name":"tiny
>>>>
>>>>Linux","size":0,"type":"ISO","storagePoolType":"ISO","deviceId":3}],"ni
>>>>c
>>>>s
>>>>":[{"deviceId":0,"networkRateMbps":200,"defaultNic":true,"uuid":"59b9a8
>>>>a
>>>>a
>>>>-c867-40b8-95bb-6e40273569c9","ip":"192.168.56.146","netmask":"255.255.
>>>>2
>>>>5
>>>>5.0","gateway":"192.168.56.1","mac":"06:06:fe:00:00:44","dns1":"8.8.8.8
>>>>"
>>>>,
>>>>"dns2":"4.4.4.4","broadcastType":"Native","type":"Guest","broadcastUri"
>>>>:
>>>>"
>>>>vlan://untagged","isolationUri":"ec2://untagged","isSecurityGroupEnable
>>>>d
>>>>"
>>>>:true}]},"hostIp":"192.168.56.9","wait":0}}]
>>>> }
>>>> 2013-04-07 00:32:34,702 DEBUG [agent.transport.Request]
>>>> (Job-Executor-36:job-43) Seq 6-324993308: Executing:  { Cmd , MgmtId:
>>>>1,
>>>> via: 6, Ver: v1, Flags: 100111,
>>>>
>>>>[{"StartCommand":{"vm":{"id":13,"name":"i-2-13-VM","bootloader":"PyGrub
>>>>"
>>>>,
>>>>"type":"User","cpus":1,"speed":100,"minRam":1073741824,"maxRam":1073741
>>>>8
>>>>2
>>>>4,"arch":"x86_64","os":"CentOS
>>>> 5.3
>>>>
>>>>(64-bit)","bootArgs":"","rebootOnCrash":false,"enableHA":false,"limitCp
>>>>u
>>>>U
>>>>se":false,"vncPassword":"2e91fc6d6f16609d","params":{},"uuid":"94ddc16f
>>>>-
>>>>0
>>>>4fc-4da1-8326-01d8d5cdeb44","disks":[{"id":13,"name":"ROOT-13","mountPo
>>>>i
>>>>n
>>>>t":"/iSCSI_SR_3","path":"99154d9c-2665-465d-8c71-e60f1748895b","size":5
>>>>2
>>>>4
>>>>28800,"type":"ROOT","storagePoolType":"PreSetup","storagePoolUuid":"iSC
>>>>S
>>>>I
>>>>_SR_3","deviceId":0},{"id":13,"name":"tiny
>>>>
>>>>Linux","size":0,"type":"ISO","storagePoolType":"ISO","deviceId":3}],"ni
>>>>c
>>>>s
>>>>":[{"deviceId":0,"networkRateMbps":200,"defaultNic":true,"uuid":"59b9a8
>>>>a
>>>>a
>>>>-c867-40b8-95bb-6e40273569c9","ip":"192.168.56.146","netmask":"255.255.
>>>>2
>>>>5
>>>>5.0","gateway":"192.168.56.1","mac":"06:06:fe:00:00:44","dns1":"8.8.8.8
>>>>"
>>>>,
>>>>"dns2":"4.4.4.4","broadcastType":"Native","type":"Guest","broadcastUri"
>>>>:
>>>>"
>>>>vlan://untagged","isolationUri":"ec2://untagged","isSecurityGroupEnable
>>>>d
>>>>"
>>>>:true}]},"hostIp":"192.168.56.9","wait":0}}]
>>>> }
>>>> 2013-04-07 00:32:34,702 DEBUG [agent.manager.DirectAgentAttache]
>>>> (DirectAgent-334:null) Seq 6-324993308: Executing request
>>>> 2013-04-07 00:32:34,787 DEBUG [xen.resource.CitrixResourceBase]
>>>> (DirectAgent-334:null) 1. The VM i-2-13-VM is in Starting state.
>>>> 2013-04-07 00:32:34,862 DEBUG [xen.resource.XenServer56FP1Resource]
>>>> (DirectAgent-334:null) Created VM f21a0243-f342-fd59-98d8-00ed89224305
>>>>for
>>>> i-2-13-VM
>>>> 2013-04-07 00:32:34,912 DEBUG [xen.resource.CitrixResourceBase]
>>>> (DirectAgent-334:null) VBD 6e16b739-13fb-1891-fc66-f786b8db522b
>>>>created
>>>>for
>>>> Vol[13|ROOT|99154d9c-2665-465d-8c71-e60f1748895b|52428800]
>>>> 2013-04-07 00:32:34,937 DEBUG [xen.resource.CitrixResourceBase]
>>>> (DirectAgent-334:null) VBD f9ad291b-2a8d-4c81-94a5-ef8b8b38be8c
>>>>created
>>>>for
>>>> Vol[13|ISO|null|0]
>>>> 2013-04-07 00:32:34,937 DEBUG [xen.resource.CitrixResourceBase]
>>>> (DirectAgent-334:null) Creating VIF for i-2-13-VM on nic
>>>> [Nic:Guest-192.168.56.146-vlan://untagged]
>>>> 2013-04-07 00:32:34,991 DEBUG [xen.resource.CitrixResourceBase]
>>>> (DirectAgent-334:null) Created a vif
>>>>bec5565a-8c80-48a1-3ea4-88971784ce3b
>>>> on 0
>>>> 2013-04-07 00:32:36,396 DEBUG [cloud.api.ApiServlet]
>>>> (1161145101@qtp-1008805148-33:null) ===START===  127.0.0.1 -- GET
>>>>
>>>>command=queryAsyncJobResult&jobId=00aeb7f7-459c-477e-a0a1-5d9262bc583a&
>>>>r
>>>>e
>>>>sponse=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316356393
>>>> 2013-04-07 00:32:36,418 DEBUG [cloud.api.ApiServlet]
>>>> (1161145101@qtp-1008805148-33:null) ===END===  127.0.0.1 -- GET
>>>>
>>>>command=queryAsyncJobResult&jobId=00aeb7f7-459c-477e-a0a1-5d9262bc583a&
>>>>r
>>>>e
>>>>sponse=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316356393
>>>> 2013-04-07 00:32:39,395 DEBUG [cloud.api.ApiServlet]
>>>> (1161145101@qtp-1008805148-33:null) ===START===  127.0.0.1 -- GET
>>>>
>>>>command=queryAsyncJobResult&jobId=00aeb7f7-459c-477e-a0a1-5d9262bc583a&
>>>>r
>>>>e
>>>>sponse=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316359393
>>>> 2013-04-07 00:32:39,410 DEBUG [cloud.api.ApiServlet]
>>>> (1161145101@qtp-1008805148-33:null) ===END===  127.0.0.1 -- GET
>>>>
>>>>command=queryAsyncJobResult&jobId=00aeb7f7-459c-477e-a0a1-5d9262bc583a&
>>>>r
>>>>e
>>>>sponse=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316359393
>>>> 2013-04-07 00:32:41,550 INFO  [xen.resource.CitrixResourceBase]
>>>> (DirectAgent-334:null) Programmed default network rules for i-2-13-VM
>>>>on
>>>> nic with ip:192.168.56.146 mac:06:06:fe:00:00:44
>>>> 2013-04-07 00:32:41,550 DEBUG [xen.resource.CitrixResourceBase]
>>>> (DirectAgent-334:null) 2. The VM i-2-13-VM is in Running state.
>>>> 2013-04-07 00:32:41,550 DEBUG [agent.manager.DirectAgentAttache]
>>>> (DirectAgent-334:null) Seq 6-324993308: Response Received:
>>>> 2013-04-07 00:32:41,551 DEBUG [agent.transport.Request]
>>>> (DirectAgent-334:null) Seq 6-324993308: Processing:  { Ans: , MgmtId:
>>>>1,
>>>> via: 6, Ver: v1, Flags: 110,
>>>>
>>>>[{"StartAnswer":{"vm":{"id":13,"name":"i-2-13-VM","bootloader":"PyGrub"
>>>>,
>>>>"
>>>>type":"User","cpus":1,"speed":100,"minRam":1073741824,"maxRam":10737418
>>>>2
>>>>4
>>>>,"arch":"x86_64","os":"CentOS
>>>> 5.3
>>>>
>>>>(64-bit)","bootArgs":"","rebootOnCrash":false,"enableHA":false,"limitCp
>>>>u
>>>>U
>>>>se":false,"vncPassword":"2e91fc6d6f16609d","params":{},"uuid":"94ddc16f
>>>>-
>>>>0
>>>>4fc-4da1-8326-01d8d5cdeb44","disks":[{"id":13,"name":"ROOT-13","mountPo
>>>>i
>>>>n
>>>>t":"/iSCSI_SR_3","path":"99154d9c-2665-465d-8c71-e60f1748895b","size":5
>>>>2
>>>>4
>>>>28800,"type":"ROOT","storagePoolType":"PreSetup","storagePoolUuid":"iSC
>>>>S
>>>>I
>>>>_SR_3","deviceId":0},{"id":13,"name":"tiny
>>>>
>>>>Linux","size":0,"type":"ISO","storagePoolType":"ISO","deviceId":3}],"ni
>>>>c
>>>>s
>>>>":[{"deviceId":0,"networkRateMbps":200,"defaultNic":true,"uuid":"59b9a8
>>>>a
>>>>a
>>>>-c867-40b8-95bb-6e40273569c9","ip":"192.168.56.146","netmask":"255.255.
>>>>2
>>>>5
>>>>5.0","gateway":"192.168.56.1","mac":"06:06:fe:00:00:44","dns1":"8.8.8.8
>>>>"
>>>>,
>>>>"dns2":"4.4.4.4","broadcastType":"Native","type":"Guest","broadcastUri"
>>>>:
>>>>"
>>>>vlan://untagged","isolationUri":"ec2://untagged","isSecurityGroupEnable
>>>>d
>>>>"
>>>>:true}]},"result":true,"wait":0}}]
>>>> }
>>>> 2013-04-07 00:32:41,551 DEBUG [agent.transport.Request]
>>>> (Job-Executor-36:job-43) Seq 6-324993308: Received:  { Ans: , MgmtId:
>>>>1,
>>>> via: 6, Ver: v1, Flags: 110, { StartAnswer } }
>>>> 2013-04-07 00:32:41,551 DEBUG [agent.manager.AgentAttache]
>>>> (DirectAgent-334:null) Seq 6-324993308: No more commands found
>>>> 2013-04-07 00:32:41,592 DEBUG
>>>>[network.security.SecurityGroupManagerImpl]
>>>> (Job-Executor-36:job-43) Security Group Mgr v2: scheduling ruleset
>>>>updates
>>>> for 1 vms  (unique=1), current queue size=0
>>>> 2013-04-07 00:32:41,593 DEBUG
>>>>[network.security.SecurityGroupManagerImpl]
>>>> (Job-Executor-36:job-43) Security Group Mgr v2: done scheduling 
>>>>ruleset
>>>> updates for 1 vms: num new jobs=1 num rows insert or updated=1 time
>>>>taken=1
>>>> 2013-04-07 00:32:41,596 DEBUG [cloud.capacity.CapacityManagerImpl]
>>>> (Job-Executor-36:job-43) VM state transitted from :Starting to Running
>>>>with
>>>> event: OperationSucceededvm's original host id: 6 new host id: 6 host
>>>>id
>>>> before state transition: 6
>>>> 2013-04-07 00:32:41,596 DEBUG [cloud.vm.VirtualMachineManagerImpl]
>>>> (Job-Executor-36:job-43) Start completed for VM
>>>> VM[User|94ddc16f-04fc-4da1-8326-01d8d5cdeb44]
>>>> 2013-04-07 00:32:41,601 DEBUG
>>>>[network.security.SecurityGroupManagerImpl]
>>>> (SecGrp-Worker-4:null) SecurityGroupManager v2: sending ruleset update
>>>>for
>>>> vm i-2-13-VM:ingress num rules=0:egress num rules=0 num cidrs=0
>>>> sig=d41d8cd98f00b204e9800998ecf8427e
>>>> 2013-04-07 00:32:41,605 DEBUG [agent.transport.Request]
>>>> (SecGrp-Worker-4:null) Seq 6-324993309: Sending  { Cmd , MgmtId: 1,
>>>>via: 6,
>>>> Ver: v1, Flags: 100111,
>>>>
>>>>[{"SecurityGroupRulesCmd":{"guestIp":"192.168.56.146","vmName":"i-2-13-
>>>>V
>>>>M
>>>>","guestMac":"06:06:fe:00:00:44","signature":"d41d8cd98f00b204e9800998e
>>>>c
>>>>f
>>>>8427e","seqNum":1,"vmId":13,"msId":1,"ingressRuleSet":[],"egressRuleSet
>>>>"
>>>>:
>>>>[],"wait":0}}]
>>>> }
>>>> 2013-04-07 00:32:41,605 DEBUG [cloud.async.AsyncJobManagerImpl]
>>>> (Job-Executor-36:job-43) Complete async job-43, jobStatus: 1,
>>>>resultCode:
>>>> 0, result: org.apache.cloudstack.api.response.UserVmResponse@68779e71
>>>> 2013-04-07 00:32:41,605 DEBUG [agent.transport.Request]
>>>> (SecGrp-Worker-4:null) Seq 6-324993309: Executing:  { Cmd , MgmtId: 1,
>>>>via:
>>>> 6, Ver: v1, Flags: 100111,
>>>>
>>>>[{"SecurityGroupRulesCmd":{"guestIp":"192.168.56.146","vmName":"i-2-13-
>>>>V
>>>>M
>>>>","guestMac":"06:06:fe:00:00:44","signature":"d41d8cd98f00b204e9800998e
>>>>c
>>>>f
>>>>8427e","seqNum":1,"vmId":13,"msId":1,"ingressRuleSet":[],"egressRuleSet
>>>>"
>>>>:
>>>>[],"wait":0}}]
>>>> }
>>>> 2013-04-07 00:32:41,606 DEBUG [agent.manager.DirectAgentAttache]
>>>> (DirectAgent-275:null) Seq 6-324993309: Executing request
>>>> 2013-04-07 00:32:41,611 DEBUG [cloud.async.AsyncJobManagerImpl]
>>>> (Job-Executor-36:job-43) Done executing
>>>> org.apache.cloudstack.api.command.user.vm.DeployVMCmd for job-43
>>>> 2013-04-07 00:32:41,866 INFO  [xen.resource.CitrixResourceBase]
>>>> (DirectAgent-275:null) Programmed network rules for vm i-2-13-VM
>>>> guestIp=192.168.56.146, ingress numrules=0, egress numrules=0
>>>> 2013-04-07 00:32:41,866 DEBUG [agent.manager.DirectAgentAttache]
>>>> (DirectAgent-275:null) Seq 6-324993309: Response Received:
>>>> 2013-04-07 00:32:41,866 DEBUG [agent.transport.Request]
>>>> (DirectAgent-275:null) Seq 6-324993309: Processing:  { Ans: , MgmtId:
>>>>1,
>>>> via: 6, Ver: v1, Flags: 110,
>>>>
>>>>[{"SecurityGroupRuleAnswer":{"logSequenceNumber":1,"vmId":13,"reason":"
>>>>N
>>>>O
>>>>NE","result":true,"wait":0}}]
>>>> }
>>>> 2013-04-07 00:32:41,866 DEBUG [network.security.SecurityGroupListener]
>>>> (DirectAgent-275:null) Successfully programmed rule
>>>> com.cloud.agent.api.SecurityGroupRuleAnswer into host 6
>>>> 2013-04-07 00:32:41,868 DEBUG [network.security.SecurityGroupListener]
>>>> (DirectAgent-275:null) Successfully programmed rule
>>>> com.cloud.agent.api.SecurityGroupRuleAnswer into host 6
>>>> 2013-04-07 00:32:41,869 DEBUG [agent.manager.AgentAttache]
>>>> (DirectAgent-275:null) Seq 6-324993309: No more commands found
>>>> 2013-04-07 00:32:42,396 DEBUG [cloud.api.ApiServlet]
>>>> (1161145101@qtp-1008805148-33:null) ===START===  127.0.0.1 -- GET
>>>>
>>>>command=queryAsyncJobResult&jobId=00aeb7f7-459c-477e-a0a1-5d9262bc583a&
>>>>r
>>>>e
>>>>sponse=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316362394
>>>> 2013-04-07 00:32:42,406 DEBUG [cloud.async.AsyncJobManagerImpl]
>>>> (1161145101@qtp-1008805148-33:null) Async job-43 completed
>>>> 2013-04-07 00:32:42,412 DEBUG [cloud.api.ApiServlet]
>>>> (1161145101@qtp-1008805148-33:null) ===END===  127.0.0.1 -- GET
>>>>
>>>>command=queryAsyncJobResult&jobId=00aeb7f7-459c-477e-a0a1-5d9262bc583a&
>>>>r
>>>>e
>>>>sponse=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316362394
>>>> 2013-04-07 00:32:45,427 DEBUG [cloud.api.ApiServlet]
>>>> (1161145101@qtp-1008805148-33:null) ===START===  127.0.0.1 -- GET
>>>>
>>>>command=listVolumes&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoV
>>>>A
>>>>%
>>>>3D&listAll=true&page=1&pagesize=20&_=1365316365425
>>>> 2013-04-07 00:32:45,442 DEBUG [cloud.api.ApiServlet]
>>>> (1161145101@qtp-1008805148-33:null) ===END===  127.0.0.1 -- GET
>>>>
>>>>command=listVolumes&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoV
>>>>A
>>>>%
>>>>3D&listAll=true&page=1&pagesize=20&_=1365316365425
>>>> 2013-04-07 00:32:47,667 DEBUG [cloud.api.ApiServlet]
>>>> (1161145101@qtp-1008805148-33:null) ===START===  127.0.0.1 -- GET
>>>>
>>>>command=listVolumes&id=44d56727-6e5f-438a-8187-42adfac7c906&response=js
>>>>o
>>>>n
>>>>&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316367665
>>>> 2013-04-07 00:32:47,679 DEBUG [agent.manager.AgentManagerImpl]
>>>> (AgentManager-Handler-12:null) Ping from 3
>>>> 2013-04-07 00:32:47,684 DEBUG [cloud.api.ApiServlet]
>>>> (1161145101@qtp-1008805148-33:null) ===END===  127.0.0.1 -- GET
>>>>
>>>>command=listVolumes&id=44d56727-6e5f-438a-8187-42adfac7c906&response=js
>>>>o
>>>>n
>>>>&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316367665
>>>> 2013-04-07 00:32:47,698 DEBUG [cloud.api.ApiServlet]
>>>> (1161145101@qtp-1008805148-33:null) ===START===  127.0.0.1 -- GET
>>>>
>>>>command=listTags&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3
>>>>D
>>>>&
>>>>resourceId=44d56727-6e5f-438a-8187-42adfac7c906&resourceType=Volume&lis
>>>>t
>>>>A
>>>>ll=true&_=1365316367696
>>>> 2013-04-07 00:32:47,708 DEBUG [cloud.api.ApiServlet]
>>>> (1161145101@qtp-1008805148-33:null) ===END===  127.0.0.1 -- GET
>>>>
>>>>command=listTags&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3
>>>>D
>>>>&
>>>>resourceId=44d56727-6e5f-438a-8187-42adfac7c906&resourceType=Volume&lis
>>>>t
>>>>A
>>>>ll=true&_=1365316367696
>>>> 2013-04-07 00:32:50,453 DEBUG
>>>> [storage.secondary.SecondaryStorageManagerImpl] (secstorage-1:null)
>>>>Zone 1
>>>> is ready to launch secondary storage VM
>>>> 2013-04-07 00:32:50,556 DEBUG
>>>>[cloud.consoleproxy.ConsoleProxyManagerImpl]
>>>> (consoleproxy-1:null) Zone 1 is ready to launch console proxy
>>>> 2013-04-07 00:32:50,815 DEBUG
>>>> [network.router.VirtualNetworkApplianceManagerImpl]
>>>>(RouterMonitor-1:null)
>>>> Found 0 running routers.
>>>> 2013-04-07 00:32:50,820 DEBUG
>>>> [network.router.VirtualNetworkApplianceManagerImpl]
>>>> (RouterStatusMonitor-1:null) Found 0 routers to update status.
>>>> 2013-04-07 00:32:50,821 DEBUG
>>>> [network.router.VirtualNetworkApplianceManagerImpl]
>>>> (RouterStatusMonitor-1:null) Found 0 networks to update RvR status.
>>>> 2013-04-07 00:32:50,851 DEBUG
>>>> [network.router.VirtualNetworkApplianceManagerImpl]
>>>>(RouterMonitor-1:null)
>>>> Found 0 running routers.
>>>> 2013-04-07 00:32:50,851 DEBUG
>>>> [network.router.VirtualNetworkApplianceManagerImpl]
>>>> (RouterStatusMonitor-1:null) Found 0 routers to update status.
>>>> 2013-04-07 00:32:50,852 DEBUG
>>>> [network.router.VirtualNetworkApplianceManagerImpl]
>>>> (RouterStatusMonitor-1:null) Found 0 networks to update RvR status.
>>>> 2013-04-07 00:32:50,908 DEBUG
>>>> [cloud.network.ExternalLoadBalancerUsageManagerImpl]
>>>> (ExternalNetworkMonitor-1:null) External devices stats collector is
>>>> running...
>>>> 2013-04-07 00:32:50,919 DEBUG [storage.snapshot.SnapshotSchedulerImpl]
>>>> (SnapshotPollTask:null) Snapshot scheduler.poll is being called at
>>>> 2013-04-07 06:32:50 GMT
>>>> 2013-04-07 00:32:50,920 DEBUG [storage.snapshot.SnapshotSchedulerImpl]
>>>> (SnapshotPollTask:null) Got 0 snapshots to be executed at 2013-04-07
>>>> 06:32:50 GMT
>>>> 2013-04-07 00:32:51,462 INFO  [agent.manager.AgentMonitor]
>>>> (Thread-11:null) Found the following agents behind on ping: [6, 5]
>>>> 2013-04-07 00:32:51,464 DEBUG [cloud.host.Status] (Thread-11:null) 
>>>>Ping
>>>> timeout for host 6, do invstigation
>>>> 2013-04-07 00:32:51,465 DEBUG [cloud.host.Status] (Thread-11:null) 
>>>>Ping
>>>> timeout for host 5, do invstigation
>>>> 2013-04-07 00:32:51,465 INFO  [agent.manager.AgentManagerImpl]
>>>> (AgentTaskPool-15:null) Investigating why host 6 has disconnected with
>>>> event PingTimeout
>>>> 2013-04-07 00:32:51,465 DEBUG [agent.manager.AgentManagerImpl]
>>>> (AgentTaskPool-15:null) checking if agent (6) is alive
>>>> 2013-04-07 00:32:51,467 INFO  [agent.manager.AgentManagerImpl]
>>>> (AgentTaskPool-1:null) Investigating why host 5 has disconnected with
>>>>event
>>>> PingTimeout
>>>> 2013-04-07 00:32:51,467 DEBUG [agent.manager.AgentManagerImpl]
>>>> (AgentTaskPool-1:null) checking if agent (5) is alive
>>>> 2013-04-07 00:32:51,469 DEBUG [agent.transport.Request]
>>>> (AgentTaskPool-15:null) Seq 6-324993310: Sending  { Cmd , MgmtId: 1,
>>>>via:
>>>> 6, Ver: v1, Flags: 100011, [{"CheckHealthCommand":{"wait":50}}] }
>>>> 2013-04-07 00:32:51,469 DEBUG [agent.transport.Request]
>>>> (AgentTaskPool-15:null) Seq 6-324993310: Executing:  { Cmd , MgmtId: 
>>>>1,
>>>> via: 6, Ver: v1, Flags: 100011, [{"CheckHealthCommand":{"wait":50}}] }
>>>> 2013-04-07 00:32:51,469 DEBUG [agent.manager.DirectAgentAttache]
>>>> (DirectAgent-335:null) Seq 6-324993310: Executing request
>>>> 2013-04-07 00:32:51,473 DEBUG [agent.transport.Request]
>>>> (AgentTaskPool-1:null) Seq 5-614334814: Sending  { Cmd , MgmtId: 1,
>>>>via: 5,
>>>> Ver: v1, Flags: 100011, [{"CheckHealthCommand":{"wait":50}}] }
>>>> 2013-04-07 00:32:51,473 DEBUG [agent.transport.Request]
>>>> (AgentTaskPool-1:null) Seq 5-614334814: Executing:  { Cmd , MgmtId: 1,
>>>>via:
>>>> 5, Ver: v1, Flags: 100011, [{"CheckHealthCommand":{"wait":50}}] }
>>>> 2013-04-07 00:32:51,473 DEBUG [agent.manager.DirectAgentAttache]
>>>> (DirectAgent-30:null) Seq 5-614334814: Executing request
>>>> 2013-04-07 00:32:51,536 DEBUG [agent.manager.DirectAgentAttache]
>>>> (DirectAgent-335:null) Seq 6-324993310: Response Received:
>>>> 2013-04-07 00:32:51,536 DEBUG [agent.manager.DirectAgentAttache]
>>>> (DirectAgent-30:null) Seq 5-614334814: Response Received:
>>>> 2013-04-07 00:32:51,536 DEBUG [agent.transport.Request]
>>>> (DirectAgent-30:null) Seq 5-614334814: Processing:  { Ans: , MgmtId: 
>>>>1,
>>>> via: 5, Ver: v1, Flags: 10,
>>>> [{"CheckHealthAnswer":{"result":true,"details":"resource is
>>>> alive","wait":0}}] }
>>>> 2013-04-07 00:32:51,536 DEBUG [agent.transport.Request]
>>>> (DirectAgent-335:null) Seq 6-324993310: Processing:  { Ans: , MgmtId:
>>>>1,
>>>> via: 6, Ver: v1, Flags: 10,
>>>> [{"CheckHealthAnswer":{"result":true,"details":"resource is
>>>> alive","wait":0}}] }
>>>> 2013-04-07 00:32:51,536 DEBUG [agent.transport.Request]
>>>> (AgentTaskPool-1:null) Seq 5-614334814: Received:  { Ans: , MgmtId: 1,
>>>>via:
>>>> 5, Ver: v1, Flags: 10, { CheckHealthAnswer } }
>>>> 2013-04-07 00:32:51,536 DEBUG [agent.transport.Request]
>>>> (AgentTaskPool-15:null) Seq 6-324993310: Received:  { Ans: , MgmtId: 
>>>>1,
>>>> via: 6, Ver: v1, Flags: 10, { CheckHealthAnswer } }
>>>> 2013-04-07 00:32:51,536 DEBUG [agent.manager.AgentManagerImpl]
>>>> (AgentTaskPool-1:null) Details from executing class
>>>> com.cloud.agent.api.CheckHealthCommand: resource is alive
>>>> 2013-04-07 00:32:51,536 DEBUG [agent.manager.AgentManagerImpl]
>>>> (AgentTaskPool-1:null) agent (5) responded to checkHeathCommand,
>>>>reporting
>>>> that agent is Up
>>>> 2013-04-07 00:32:51,536 DEBUG [agent.manager.AgentManagerImpl]
>>>> (AgentTaskPool-15:null) Details from executing class
>>>> com.cloud.agent.api.CheckHealthCommand: resource is alive
>>>> 2013-04-07 00:32:51,536 INFO  [agent.manager.AgentManagerImpl]
>>>> (AgentTaskPool-1:null) The state determined is Up
>>>> 2013-04-07 00:32:51,536 INFO  [agent.manager.AgentManagerImpl]
>>>> (AgentTaskPool-1:null) Agent is determined to be up and running
>>>> 2013-04-07 00:32:51,536 DEBUG [agent.manager.AgentManagerImpl]
>>>> (AgentTaskPool-15:null) agent (6) responded to checkHeathCommand,
>>>>reporting
>>>> that agent is Up
>>>> 2013-04-07 00:32:51,536 DEBUG [cloud.host.Status]
>>>>(AgentTaskPool-1:null)
>>>> Transition:[Resource state = Enabled, Agent event = Ping, Host id = 5,
>>>>name
>>>> = Tut-XenServer2]
>>>> 2013-04-07 00:32:51,536 INFO  [agent.manager.AgentManagerImpl]
>>>> (AgentTaskPool-15:null) The state determined is Up
>>>> 2013-04-07 00:32:51,537 INFO  [agent.manager.AgentManagerImpl]
>>>> (AgentTaskPool-15:null) Agent is determined to be up and running
>>>> 2013-04-07 00:32:51,540 DEBUG [cloud.host.Status]
>>>>(AgentTaskPool-1:null)
>>>> Agent status update: [id = 5; name = Tut-XenServer2; old status = Up;
>>>>event
>>>> = Ping; new status = Up; old update count = 146; new update count =
>>>>147]
>>>> 2013-04-07 00:32:51,540 DEBUG [cloud.host.Status]
>>>>(AgentTaskPool-15:null)
>>>> Transition:[Resource state = Enabled, Agent event = Ping, Host id = 6,
>>>>name
>>>> = Tut-XenServer]
>>>> 2013-04-07 00:32:51,542 DEBUG [cloud.host.Status]
>>>>(AgentTaskPool-15:null)
>>>> Agent status update: [id = 6; name = Tut-XenServer; old status = Up;
>>>>event
>>>> = Ping; new status = Up; old update count = 309; new update count =
>>>>310]
>>>> 2013-04-07 00:33:04,820 DEBUG [agent.manager.DirectAgentAttache]
>>>> (DirectAgent-422:null) Ping from 6
>>>> 2013-04-07 00:33:06,176 DEBUG [agent.manager.DirectAgentAttache]
>>>> (DirectAgent-135:null) Ping from 5
>>>> 2013-04-07 00:33:06,909 DEBUG [agent.manager.DirectAgentAttache]
>>>> (DirectAgent-152:null) Seq 6-324993028: Executing request
>>>> 2013-04-07 00:33:07,151 DEBUG [agent.manager.DirectAgentAttache]
>>>> (DirectAgent-152:null) Seq 6-324993028: Response Received:
>>>> 2013-04-07 00:33:07,151 DEBUG [agent.transport.Request]
>>>> (DirectAgent-152:null) Seq 6-324993028: Processing:  { Ans: , MgmtId:
>>>>1,
>>>> via: 6, Ver: v1, Flags: 10,
>>>>
>>>>[{"ClusterSyncAnswer":{"_clusterId":2,"_newStates":{},"_isExecuted":fal
>>>>s
>>>>e
>>>>,"result":true,"wait":0}}]
>>>> }
>>>> 2013-04-07 00:33:11,022 DEBUG [agent.manager.DirectAgentAttache]
>>>> (DirectAgent-50:null) Seq 5-614334468: Executing request
>>>> 2013-04-07 00:33:11,169 DEBUG [agent.manager.DirectAgentAttache]
>>>> (DirectAgent-50:null) Seq 5-614334468: Response Received:
>>>> 2013-04-07 00:33:11,169 DEBUG [agent.transport.Request]
>>>> (DirectAgent-50:null) Seq 5-614334468: Processing:  { Ans: , MgmtId: 
>>>>1,
>>>> via: 5, Ver: v1, Flags: 10, [{"Answer":{"result":true,"wait":0}}] }
>>>> 2013-04-07 00:33:20,451 DEBUG
>>>> [storage.secondary.SecondaryStorageManagerImpl] (secstorage-1:null)
>>>>Zone 1
>>>> is ready to launch secondary storage VM
>>>> 2013-04-07 00:33:20,553 DEBUG
>>>>[cloud.consoleproxy.ConsoleProxyManagerImpl]
>>>> (consoleproxy-1:null) Zone 1 is ready to launch console proxy
>>>> 2013-04-07 00:33:20,819 DEBUG
>>>> [network.router.VirtualNetworkApplianceManagerImpl]
>>>> (RouterStatusMonitor-1:null) Found 0 routers to update status.
>>>> 2013-04-07 00:33:20,820 DEBUG
>>>> [network.router.VirtualNetworkApplianceManagerImpl]
>>>> (RouterStatusMonitor-1:null) Found 0 networks to update RvR status.
>>>> 2013-04-07 00:33:20,851 DEBUG
>>>> [network.router.VirtualNetworkApplianceManagerImpl]
>>>> (RouterStatusMonitor-1:null) Found 0 routers to update status.
>>>> 2013-04-07 00:33:20,852 DEBUG
>>>> [network.router.VirtualNetworkApplianceManagerImpl]
>>>> (RouterStatusMonitor-1:null) Found 0 networks to update RvR status.
>>>> 2013-04-07 00:33:20,921 DEBUG [cloud.alert.AlertManagerImpl]
>>>> (CapacityChecker:null) Running Capacity Checker ...
>>>> 2013-04-07 00:33:20,921 DEBUG [cloud.alert.AlertManagerImpl]
>>>> (CapacityChecker:null) recalculating system capacity
>>>> 2013-04-07 00:33:20,921 DEBUG [cloud.alert.AlertManagerImpl]
>>>> (CapacityChecker:null) Executing cpu/ram capacity update
>>>> 2013-04-07 00:33:20,929 DEBUG [cloud.capacity.CapacityManagerImpl]
>>>> (CapacityChecker:null) Found 2 VMs on host 1
>>>> 2013-04-07 00:33:20,931 DEBUG [cloud.capacity.CapacityManagerImpl]
>>>> (CapacityChecker:null) Found 0 VM, not running on host 1
>>>> 2013-04-07 00:33:20,933 DEBUG [cloud.capacity.CapacityManagerImpl]
>>>> (CapacityChecker:null) No need to calibrate cpu capacity, host:1
>>>>usedCpu:
>>>> 200 reservedCpu: 0
>>>> 2013-04-07 00:33:20,933 DEBUG [cloud.capacity.CapacityManagerImpl]
>>>> (CapacityChecker:null) No need to calibrate memory capacity, host:1
>>>> usedMem: 209715200 reservedMem: 0
>>>> 2013-04-07 00:33:20,939 DEBUG [cloud.capacity.CapacityManagerImpl]
>>>> (CapacityChecker:null) Found 1 VMs on host 5
>>>> 2013-04-07 00:33:20,940 DEBUG [cloud.capacity.CapacityManagerImpl]
>>>> (CapacityChecker:null) Found 0 VM, not running on host 5
>>>> 2013-04-07 00:33:20,942 DEBUG [cloud.capacity.CapacityManagerImpl]
>>>> (CapacityChecker:null) No need to calibrate cpu capacity, host:5
>>>>usedCpu:
>>>> 100 reservedCpu: 0
>>>> 2013-04-07 00:33:20,942 DEBUG [cloud.capacity.CapacityManagerImpl]
>>>> (CapacityChecker:null) No need to calibrate memory capacity, host:5
>>>> usedMem: 1073741824 reservedMem: 0
>>>> 2013-04-07 00:33:20,948 DEBUG [cloud.capacity.CapacityManagerImpl]
>>>> (CapacityChecker:null) Found 2 VMs on host 6
>>>> 2013-04-07 00:33:20,949 DEBUG [cloud.capacity.CapacityManagerImpl]
>>>> (CapacityChecker:null) Found 0 VM, not running on host 6
>>>> 2013-04-07 00:33:20,951 DEBUG [cloud.capacity.CapacityManagerImpl]
>>>> (CapacityChecker:null) No need to calibrate cpu capacity, host:6
>>>>usedCpu:
>>>> 200 reservedCpu: 0
>>>> 2013-04-07 00:33:20,951 DEBUG [cloud.capacity.CapacityManagerImpl]
>>>> (CapacityChecker:null) No need to calibrate memory capacity, host:6
>>>> usedMem: 1178599424 reservedMem: 0
>>>> 2013-04-07 00:33:20,951 DEBUG [cloud.alert.AlertManagerImpl]
>>>> (CapacityChecker:null) Done executing cpu/ram capacity update
>>>> 2013-04-07 00:33:20,951 DEBUG [cloud.alert.AlertManagerImpl]
>>>> (CapacityChecker:null) Executing storage capacity update
>>>> 2013-04-07 00:33:20,956 DEBUG [cloud.storage.StorageManagerImpl]
>>>> (CapacityChecker:null) Successfully set Capacity - 31004332032 for
>>>>capacity
>>>> type - 9 , DataCenterId - 1, HostOrPoolId - 200, PodId 1
>>>> 2013-04-07 00:33:20,959 DEBUG [cloud.storage.StorageManagerImpl]
>>>> (CapacityChecker:null) Successfully set Capacity - 97221701632 for
>>>>capacity
>>>> type - 9 , DataCenterId - 1, HostOrPoolId - 201, PodId 1
>>>> 2013-04-07 00:33:20,963 DEBUG [cloud.storage.StorageManagerImpl]
>>>> (CapacityChecker:null) Successfully set Capacity - 97221701632 for
>>>>capacity
>>>> type - 9 , DataCenterId - 1, HostOrPoolId - 202, PodId 1
>>>> 2013-04-07 00:33:20,967 DEBUG [cloud.storage.StorageManagerImpl]
>>>> (CapacityChecker:null) Successfully set Capacity - 2084569088 for
>>>>capacity
>>>> type - 3 , DataCenterId - 1, HostOrPoolId - 256, PodId 1
>>>> 2013-04-07 00:33:20,971 DEBUG [cloud.storage.StorageManagerImpl]
>>>> (CapacityChecker:null) Successfully set Capacity - 2084569088 for
>>>>capacity
>>>> type - 3 , DataCenterId - 1, HostOrPoolId - 257, PodId 1
>>>> 2013-04-07 00:33:20,975 DEBUG [cloud.storage.StorageManagerImpl]
>>>> (CapacityChecker:null) Successfully set Capacity - 2084569088 for
>>>>capacity
>>>> type - 3 , DataCenterId - 1, HostOrPoolId - 262, PodId 1
>>>> 2013-04-07 00:33:20,975 DEBUG [cloud.alert.AlertManagerImpl]
>>>> (CapacityChecker:null) Done executing storage capacity update
>>>> 2013-04-07 00:33:20,975 DEBUG [cloud.alert.AlertManagerImpl]
>>>> (CapacityChecker:null) Executing capacity updates for public ip and
>>>>Vlans
>>>> 2013-04-07 00:33:20,983 DEBUG [cloud.alert.AlertManagerImpl]
>>>> (CapacityChecker:null) Done capacity updates for public ip and Vlans
>>>> 2013-04-07 00:33:20,983 DEBUG [cloud.alert.AlertManagerImpl]
>>>> (CapacityChecker:null) Executing capacity updates for private ip
>>>> 2013-04-07 00:33:20,990 DEBUG [cloud.alert.AlertManagerImpl]
>>>> (CapacityChecker:null) Done executing capacity updates for private ip
>>>> 2013-04-07 00:33:20,990 DEBUG [cloud.alert.AlertManagerImpl]
>>>> (CapacityChecker:null) Done recalculating system capacity
>>>> 2013-04-07 00:33:21,012 DEBUG [cloud.alert.AlertManagerImpl]
>>>> (CapacityChecker:null) Done running Capacity Checker ...
>>>> 2013-04-07 00:33:24,891 DEBUG [agent.manager.AgentManagerImpl]
>>>> (AgentManager-Handler-13:null) Ping from 4
>>>> 2013-04-07 00:33:27,159 DEBUG [agent.manager.DirectAgentAttache]
>>>> (DirectAgent-459:null) Ping from 1
>>>> 2013-04-07 00:33:29,095 DEBUG [agent.manager.DirectAgentAttache]
>>>> (DirectAgent-457:null) Seq 1-90046472: Executing request
>>>> 2013-04-07 00:33:29,329 DEBUG [agent.manager.DirectAgentAttache]
>>>> (DirectAgent-457:null) Seq 1-90046472: Response Received:
>>>> 2013-04-07 00:33:29,330 DEBUG [agent.transport.Request]
>>>> (DirectAgent-457:null) Seq 1-90046472: Processing:  { Ans: , MgmtId: 
>>>>1,
>>>> via: 1, Ver: v1, Flags: 10,
>>>>
>>>>[{"ClusterSyncAnswer":{"_clusterId":1,"_newStates":{},"_isExecuted":fal
>>>>s
>>>>e
>>>>,"result":true,"wait":0}}]
>>>> }
>>>> 2013-04-07 00:33:33,192 DEBUG [cloud.api.ApiServlet]
>>>> (1161145101@qtp-1008805148-33:null) ===START===  127.0.0.1 -- GET
>>>>
>>>>command=listVirtualMachines&response=json&sessionkey=Z6QqzU0Fq1iT13bMgn
>>>>R
>>>>R
>>>>fl8GoVA%3D&listAll=true&page=1&pagesize=20&_=1365316413189
>>>> 2013-04-07 00:33:33,210 DEBUG [cloud.api.ApiServlet]
>>>> (1161145101@qtp-1008805148-33:null) ===END===  127.0.0.1 -- GET
>>>>
>>>>command=listVirtualMachines&response=json&sessionkey=Z6QqzU0Fq1iT13bMgn
>>>>R
>>>>R
>>>>fl8GoVA%3D&listAll=true&page=1&pagesize=20&_=1365316413189
>>>> 2013-04-07 00:33:35,033 DEBUG [cloud.api.ApiServlet]
>>>> (1161145101@qtp-1008805148-33:null) ===START===  127.0.0.1 -- GET
>>>>
>>>>command=listZones&available=true&response=json&sessionkey=Z6QqzU0Fq1iT1
>>>>3
>>>>b
>>>>MgnRRfl8GoVA%3D&_=1365316415031
>>>> 2013-04-07 00:33:35,040 DEBUG [cloud.api.ApiServlet]
>>>> (1161145101@qtp-1008805148-33:null) ===END===  127.0.0.1 -- GET
>>>>
>>>>command=listZones&available=true&response=json&sessionkey=Z6QqzU0Fq1iT1
>>>>3
>>>>b
>>>>MgnRRfl8GoVA%3D&_=1365316415031
>>>> 2013-04-07 00:33:36,745 DEBUG [cloud.api.ApiServlet]
>>>> (1161145101@qtp-1008805148-33:null) ===START===  127.0.0.1 -- GET
>>>>
>>>>command=listHypervisors&zoneid=3a62dec3-cf95-4ba2-9af0-af2190af35e3&res
>>>>p
>>>>o
>>>>nse=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316416743
>>>> 2013-04-07 00:33:36,753 DEBUG [cloud.api.ApiServlet]
>>>> (1161145101@qtp-1008805148-33:null) ===END===  127.0.0.1 -- GET
>>>>
>>>>command=listHypervisors&zoneid=3a62dec3-cf95-4ba2-9af0-af2190af35e3&res
>>>>p
>>>>o
>>>>nse=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316416743
>>>> 2013-04-07 00:33:36,756 DEBUG [cloud.api.ApiServlet]
>>>> (1161145101@qtp-1008805148-33:null) ===START===  127.0.0.1 -- GET
>>>>
>>>>command=listTemplates&templatefilter=featured&zoneid=3a62dec3-cf95-4ba2
>>>>-
>>>>9
>>>>af0-af2190af35e3&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3
>>>>D
>>>>&
>>>>_=1365316416754
>>>> 2013-04-07 00:33:36,781 DEBUG [cloud.api.ApiServlet]
>>>> (1161145101@qtp-1008805148-33:null) ===END===  127.0.0.1 -- GET
>>>>
>>>>command=listTemplates&templatefilter=featured&zoneid=3a62dec3-cf95-4ba2
>>>>-
>>>>9
>>>>af0-af2190af35e3&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3
>>>>D
>>>>&
>>>>_=1365316416754
>>>> 2013-04-07 00:33:36,784 DEBUG [cloud.api.ApiServlet]
>>>> (1161145101@qtp-1008805148-33:null) ===START===  127.0.0.1 -- GET
>>>>
>>>>command=listTemplates&templatefilter=community&zoneid=3a62dec3-cf95-4ba
>>>>2
>>>>-
>>>>9af0-af2190af35e3&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%
>>>>3
>>>>D
>>>>&_=1365316416782
>>>> 2013-04-07 00:33:36,812 DEBUG [cloud.api.ApiServlet]
>>>> (1161145101@qtp-1008805148-33:null) ===END===  127.0.0.1 -- GET
>>>>
>>>>command=listTemplates&templatefilter=community&zoneid=3a62dec3-cf95-4ba
>>>>2
>>>>-
>>>>9af0-af2190af35e3&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%
>>>>3
>>>>D
>>>>&_=1365316416782
>>>> 2013-04-07 00:33:36,815 DEBUG [cloud.api.ApiServlet]
>>>> (1161145101@qtp-1008805148-33:null) ===START===  127.0.0.1 -- GET
>>>>
>>>>command=listTemplates&templatefilter=selfexecutable&zoneid=3a62dec3-cf9
>>>>5
>>>>-
>>>>4ba2-9af0-af2190af35e3&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8
>>>>G
>>>>o
>>>>VA%3D&_=1365316416813
>>>> 2013-04-07 00:33:36,829 DEBUG [cloud.api.ApiServlet]
>>>> (1161145101@qtp-1008805148-33:null) ===END===  127.0.0.1 -- GET
>>>>
>>>>command=listTemplates&templatefilter=selfexecutable&zoneid=3a62dec3-cf9
>>>>5
>>>>-
>>>>4ba2-9af0-af2190af35e3&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8
>>>>G
>>>>o
>>>>VA%3D&_=1365316416813
>>>> 2013-04-07 00:33:37,503 DEBUG [cloud.api.ApiServlet]
>>>> (1161145101@qtp-1008805148-33:null) ===START===  127.0.0.1 -- GET
>>>>
>>>>command=listServiceOfferings&issystem=false&response=json&sessionkey=Z6
>>>>Q
>>>>q
>>>>zU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316417501
>>>> 2013-04-07 00:33:37,514 DEBUG [cloud.api.ApiServlet]
>>>> (1161145101@qtp-1008805148-33:null) ===END===  127.0.0.1 -- GET
>>>>
>>>>command=listServiceOfferings&issystem=false&response=json&sessionkey=Z6
>>>>Q
>>>>q
>>>>zU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316417501
>>>> 2013-04-07 00:33:41,151 DEBUG [cloud.api.ApiServlet]
>>>> (1161145101@qtp-1008805148-33:null) ===START===  127.0.0.1 -- GET
>>>>
>>>>command=listDiskOfferings&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRR
>>>>f
>>>>l
>>>>8GoVA%3D&_=1365316421149
>>>> 2013-04-07 00:33:41,162 DEBUG [cloud.api.ApiServlet]
>>>> (1161145101@qtp-1008805148-33:null) ===END===  127.0.0.1 -- GET
>>>>
>>>>command=listDiskOfferings&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRR
>>>>f
>>>>l
>>>>8GoVA%3D&_=1365316421149
>>>> 2013-04-07 00:33:41,970 DEBUG [cloud.api.ApiServlet]
>>>> (1161145101@qtp-1008805148-33:null) ===START===  127.0.0.1 -- GET
>>>>
>>>>command=listNetworks&trafficType=Guest&zoneId=3a62dec3-cf95-4ba2-9af0-a
>>>>f
>>>>2
>>>>190af35e3&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=136
>>>>5
>>>>3
>>>>16421968
>>>> 2013-04-07 00:33:41,994 DEBUG [cloud.api.ApiServlet]
>>>> (1161145101@qtp-1008805148-33:null) ===END===  127.0.0.1 -- GET
>>>>
>>>>command=listNetworks&trafficType=Guest&zoneId=3a62dec3-cf95-4ba2-9af0-a
>>>>f
>>>>2
>>>>190af35e3&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=136
>>>>5
>>>>3
>>>>16421968
>>>> 2013-04-07 00:33:41,997 DEBUG [cloud.api.ApiServlet]
>>>> (1161145101@qtp-1008805148-33:null) ===START===  127.0.0.1 -- GET
>>>>
>>>>command=listSecurityGroups&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnR
>>>>R
>>>>f
>>>>l8GoVA%3D&domainid=e4ec5ddc-9e1c-11e2-a770-6e70e42a2333&account=admin&_
>>>>=
>>>>1
>>>>365316421995
>>>> 2013-04-07 00:33:42,003 DEBUG [cloud.user.AccountManagerImpl]
>>>> (1161145101@qtp-1008805148-33:null) Access granted to Acct[2-admin] to
>>>> Domain:1/ by DomainChecker
>>>> 2013-04-07 00:33:42,009 DEBUG [cloud.api.ApiServlet]
>>>> (1161145101@qtp-1008805148-33:null) ===END===  127.0.0.1 -- GET
>>>>
>>>>command=listSecurityGroups&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnR
>>>>R
>>>>f
>>>>l8GoVA%3D&domainid=e4ec5ddc-9e1c-11e2-a770-6e70e42a2333&account=admin&_
>>>>=
>>>>1
>>>>365316421995
>>>> 2013-04-07 00:33:44,477 DEBUG [cloud.api.ApiServlet]
>>>> (1161145101@qtp-1008805148-33:null) ===START===  127.0.0.1 -- GET
>>>>
>>>>command=deployVirtualMachine&zoneId=3a62dec3-cf95-4ba2-9af0-af2190af35e
>>>>3
>>>>&
>>>>templateId=e4a7df4a-9e1c-11e2-a770-6e70e42a2333&hypervisor=XenServer&se
>>>>r
>>>>v
>>>>iceOfferingId=9c1e08a2-2dfe-4fa8-aea9-3e4955a69cc2&response=json&sessio
>>>>n
>>>>k
>>>>ey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316424475
>>>> 2013-04-07 00:33:44,484 DEBUG [cloud.api.ApiDispatcher]
>>>> (1161145101@qtp-1008805148-33:null) InfrastructureEntity name
>>>> is:com.cloud.offering.ServiceOffering
>>>> 2013-04-07 00:33:44,486 DEBUG [cloud.api.ApiDispatcher]
>>>> (1161145101@qtp-1008805148-33:null) ControlledEntity name
>>>> is:com.cloud.template.VirtualMachineTemplate
>>>> 2013-04-07 00:33:44,510 DEBUG [cloud.vm.UserVmManagerImpl]
>>>> (1161145101@qtp-1008805148-33:null) Allocating in the DB for vm
>>>> 2013-04-07 00:33:44,523 DEBUG [cloud.vm.VirtualMachineManagerImpl]
>>>> (1161145101@qtp-1008805148-33:null) Allocating entries for VM:
>>>> VM[User|a30b991d-1c38-4bae-803f-ab3be57a384f]
>>>> 2013-04-07 00:33:44,523 DEBUG [cloud.vm.VirtualMachineManagerImpl]
>>>> (1161145101@qtp-1008805148-33:null) Allocating nics for
>>>> VM[User|a30b991d-1c38-4bae-803f-ab3be57a384f]
>>>> 2013-04-07 00:33:44,524 DEBUG [cloud.network.NetworkManagerImpl]
>>>> (1161145101@qtp-1008805148-33:null) Allocating nic for vm
>>>> VM[User|a30b991d-1c38-4bae-803f-ab3be57a384f] in network
>>>>Ntwk[204|Guest|6]
>>>> with requested profile NicProfile[0-0-null-null-null
>>>> 2013-04-07 00:33:44,531 DEBUG [cloud.vm.VirtualMachineManagerImpl]
>>>> (1161145101@qtp-1008805148-33:null) Allocaing disks for
>>>> VM[User|a30b991d-1c38-4bae-803f-ab3be57a384f]
>>>> 2013-04-07 00:33:44,538 DEBUG [cloud.vm.VirtualMachineManagerImpl]
>>>> (1161145101@qtp-1008805148-33:null) Allocation completed for VM:
>>>> VM[User|a30b991d-1c38-4bae-803f-ab3be57a384f]
>>>> 2013-04-07 00:33:44,538 DEBUG [cloud.vm.UserVmManagerImpl]
>>>> (1161145101@qtp-1008805148-33:null) Successfully allocated DB entry 
>>>>for
>>>> VM[User|a30b991d-1c38-4bae-803f-ab3be57a384f]
>>>> 2013-04-07 00:33:44,571 DEBUG [cloud.async.AsyncJobManagerImpl]
>>>> (1161145101@qtp-1008805148-33:null) submit async job-44, details:
>>>> AsyncJobVO {id:44, userId: 2, accountId: 2, sessionKey: null,
>>>>instanceType:
>>>> null, instanceId: 14, cmd:
>>>> org.apache.cloudstack.api.command.user.vm.DeployVMCmd, cmdOriginator:
>>>>null,
>>>> cmdInfo:
>>>>
>>>>{"id":"14","templateId":"e4a7df4a-9e1c-11e2-a770-6e70e42a2333","respons
>>>>e
>>>>"
>>>>:"json","sessionkey":"Z6QqzU0Fq1iT13bMgnRRfl8GoVA\u003d","ctxUserId":"2
>>>>"
>>>>,
>>>>"hypervisor":"XenServer","serviceOfferingId":"9c1e08a2-2dfe-4fa8-aea9-3
>>>>e
>>>>4
>>>>955a69cc2","_":"1365316424475","ctxAccountId":"2","ctxStartEventId":"49
>>>>"
>>>>,
>>>>"zoneId":"3a62dec3-cf95-4ba2-9af0-af2190af35e3"},
>>>> cmdVersion: 0, callbackType: 0, callbackAddress: null, status: 0,
>>>> processStatus: 0, resultCode: 0, result: null, initMsid: 1,
>>>>completeMsid:
>>>> null, lastUpdated: null, lastPolled: null, created: null}
>>>> 2013-04-07 00:33:44,572 DEBUG [cloud.async.AsyncJobManagerImpl]
>>>> (Job-Executor-37:job-44) Executing
>>>> org.apache.cloudstack.api.command.user.vm.DeployVMCmd for job-44
>>>> 2013-04-07 00:33:44,573 DEBUG [cloud.api.ApiServlet]
>>>> (1161145101@qtp-1008805148-33:null) ===END===  127.0.0.1 -- GET
>>>>
>>>>command=deployVirtualMachine&zoneId=3a62dec3-cf95-4ba2-9af0-af2190af35e
>>>>3
>>>>&
>>>>templateId=e4a7df4a-9e1c-11e2-a770-6e70e42a2333&hypervisor=XenServer&se
>>>>r
>>>>v
>>>>iceOfferingId=9c1e08a2-2dfe-4fa8-aea9-3e4955a69cc2&response=json&sessio
>>>>n
>>>>k
>>>>ey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316424475
>>>> 2013-04-07 00:33:44,578 DEBUG [cloud.api.ApiDispatcher]
>>>> (Job-Executor-37:job-44) InfrastructureEntity name
>>>> is:com.cloud.offering.ServiceOffering
>>>> 2013-04-07 00:33:44,581 DEBUG [cloud.api.ApiDispatcher]
>>>> (Job-Executor-37:job-44) ControlledEntity name
>>>> is:com.cloud.template.VirtualMachineTemplate
>>>> 2013-04-07 00:33:44,624 DEBUG [cloud.deploy.FirstFitPlanner]
>>>> (Job-Executor-37:job-44) DeploymentPlanner allocation algorithm: 
>>>>random
>>>> 2013-04-07 00:33:44,624 DEBUG [cloud.deploy.FirstFitPlanner]
>>>> (Job-Executor-37:job-44) Trying to allocate a host and storage pools
>>>>from
>>>> dc:1, pod:null,cluster:null, requested cpu: 100, requested ram:
>>>>1073741824
>>>> 2013-04-07 00:33:44,624 DEBUG [cloud.deploy.FirstFitPlanner]
>>>> (Job-Executor-37:job-44) Is ROOT volume READY (pool already
>>>>allocated)?: No
>>>> 2013-04-07 00:33:44,624 DEBUG [cloud.deploy.FirstFitPlanner]
>>>> (Job-Executor-37:job-44) Searching all possible resources under this
>>>>Zone: 1
>>>> 2013-04-07 00:33:44,625 DEBUG [cloud.deploy.FirstFitPlanner]
>>>> (Job-Executor-37:job-44) Listing clusters in order of aggregate
>>>>capacity,
>>>> that have (atleast one host with) enough CPU and RAM capacity under
>>>>this
>>>> Zone: 1
>>>> 2013-04-07 00:33:44,626 DEBUG [cloud.deploy.FirstFitPlanner]
>>>> (Job-Executor-37:job-44) CPUOverprovisioningFactor considered: 1.0
>>>> 2013-04-07 00:33:44,638 DEBUG [cloud.deploy.FirstFitPlanner]
>>>> (Job-Executor-37:job-44) Cannot allocate cluster list [1, 2] for vm
>>>> creation since their allocated percentage crosses the disable capacity
>>>> threshold: 0.85 for capacity Type : 0, skipping these clusters
>>>> 2013-04-07 00:33:44,639 DEBUG [cloud.deploy.FirstFitPlanner]
>>>> (Job-Executor-37:job-44) Could not find suitable Deployment
>>>>Destination
>>>>for
>>>> this VM under any clusters, returning.
>>>> 2013-04-07 00:33:44,641 DEBUG [cloud.vm.UserVmManagerImpl]
>>>> (Job-Executor-37:job-44) Destroying vm
>>>> VM[User|a30b991d-1c38-4bae-803f-ab3be57a384f] as it failed to create 
>>>>on
>>>> Host with Id:null
>>>> 2013-04-07 00:33:44,646 DEBUG [cloud.capacity.CapacityManagerImpl]
>>>> (Job-Executor-37:job-44) VM state transitted from :Stopped to Error
>>>>with
>>>> event: OperationFailedToErrorvm's original host id: null new host id:
>>>>null
>>>> host id before state transition: null
>>>> 2013-04-07 00:33:44,672 INFO  [user.vm.DeployVMCmd]
>>>> (Job-Executor-37:job-44)
>>>> com.cloud.exception.InsufficientServerCapacityException: Unable to
>>>>create a
>>>> deployment for
>>>>VM[User|a30b991d-1c38-4bae-803f-ab3be57a384f]Scope=interface
>>>> com.cloud.dc.DataCenter; id=1
>>>> 2013-04-07 00:33:44,672 INFO  [user.vm.DeployVMCmd]
>>>> (Job-Executor-37:job-44) Unable to create a deployment for
>>>> VM[User|a30b991d-1c38-4bae-803f-ab3be57a384f]
>>>> com.cloud.exception.InsufficientServerCapacityException: Unable to
>>>>create
>>>> a deployment for
>>>> VM[User|a30b991d-1c38-4bae-803f-ab3be57a384f]Scope=interface
>>>> com.cloud.dc.DataCenter; id=1
>>>>  at
>>>>
>>>>org.apache.cloudstack.engine.cloud.entity.api.VMEntityManagerImpl.reser
>>>>v
>>>>e
>>>>VirtualMachine(VMEntityManagerImpl.java:186)
>>>> at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
>>>>  at
>>>>
>>>>sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.ja
>>>>v
>>>>a
>>>>:39)
>>>> at
>>>>
>>>>sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccesso
>>>>r
>>>>I
>>>>mpl.java:25)
>>>>  at java.lang.reflect.Method.invoke(Method.java:597)
>>>> at
>>>>
>>>>org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection
>>>>(
>>>>A
>>>>opUtils.java:319)
>>>>  at
>>>>
>>>>org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoin
>>>>p
>>>>o
>>>>int(ReflectiveMethodInvocation.java:183)
>>>> at
>>>>
>>>>org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(Re
>>>>f
>>>>l
>>>>ectiveMethodInvocation.java:150)
>>>>  at
>>>>
>>>>org.springframework.aop.aspectj.MethodInvocationProceedingJoinPoint.pro
>>>>c
>>>>e
>>>>ed(MethodInvocationProceedingJoinPoint.java:80)
>>>> at
>>>>
>>>>com.cloud.utils.db.TransactionContextBuilder.AroundAnyMethod(Transactio
>>>>n
>>>>C
>>>>ontextBuilder.java:37)
>>>>  at sun.reflect.GeneratedMethodAccessor37.invoke(Unknown Source)
>>>> at
>>>>
>>>>sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccesso
>>>>r
>>>>I
>>>>mpl.java:25)
>>>>  at java.lang.reflect.Method.invoke(Method.java:597)
>>>> at
>>>>
>>>>org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMetho
>>>>d
>>>>W
>>>>ithGivenArgs(AbstractAspectJAdvice.java:621)
>>>>  at
>>>>
>>>>org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMetho
>>>>d
>>>>(
>>>>AbstractAspectJAdvice.java:610)
>>>> at
>>>>
>>>>org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroun
>>>>d
>>>>A
>>>>dvice.java:65)
>>>>  at
>>>>
>>>>org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(Re
>>>>f
>>>>l
>>>>ectiveMethodInvocation.java:172)
>>>> at
>>>>
>>>>org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(
>>>>E
>>>>x
>>>>poseInvocationInterceptor.java:90)
>>>>  at
>>>>
>>>>org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(Re
>>>>f
>>>>l
>>>>ectiveMethodInvocation.java:172)
>>>> at
>>>>
>>>>org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicA
>>>>o
>>>>p
>>>>Proxy.java:202)
>>>>  at com.sun.proxy.$Proxy297.reserveVirtualMachine(Unknown Source)
>>>> at
>>>>
>>>>org.apache.cloudstack.engine.cloud.entity.api.VirtualMachineEntityImpl.
>>>>r
>>>>e
>>>>serve(VirtualMachineEntityImpl.java:198)
>>>>  at
>>>>
>>>>com.cloud.vm.UserVmManagerImpl.startVirtualMachine(UserVmManagerImpl.ja
>>>>v
>>>>a
>>>>:3859)
>>>> at
>>>>
>>>>com.cloud.vm.UserVmManagerImpl.startVirtualMachine(UserVmManagerImpl.ja
>>>>v
>>>>a
>>>>:3458)
>>>>  at
>>>>
>>>>com.cloud.vm.UserVmManagerImpl.startVirtualMachine(UserVmManagerImpl.ja
>>>>v
>>>>a
>>>>:3444)
>>>> at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
>>>>  at
>>>>
>>>>sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.ja
>>>>v
>>>>a
>>>>:39)
>>>> at
>>>>
>>>>sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccesso
>>>>r
>>>>I
>>>>mpl.java:25)
>>>>  at java.lang.reflect.Method.invoke(Method.java:597)
>>>> at
>>>>
>>>>org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection
>>>>(
>>>>A
>>>>opUtils.java:319)
>>>>  at
>>>>
>>>>org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoin
>>>>p
>>>>o
>>>>int(ReflectiveMethodInvocation.java:183)
>>>> at
>>>>
>>>>org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(Re
>>>>f
>>>>l
>>>>ectiveMethodInvocation.java:150)
>>>>  at
>>>>
>>>>org.springframework.aop.aspectj.MethodInvocationProceedingJoinPoint.pro
>>>>c
>>>>e
>>>>ed(MethodInvocationProceedingJoinPoint.java:80)
>>>> at
>>>>
>>>>com.cloud.event.ActionEventInterceptor.AroundAnyMethod(ActionEventInter
>>>>c
>>>>e
>>>>ptor.java:53)
>>>>  at sun.reflect.GeneratedMethodAccessor359.invoke(Unknown Source)
>>>> at
>>>>
>>>>sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccesso
>>>>r
>>>>I
>>>>mpl.java:25)
>>>>  at java.lang.reflect.Method.invoke(Method.java:597)
>>>> at
>>>>
>>>>org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMetho
>>>>d
>>>>W
>>>>ithGivenArgs(AbstractAspectJAdvice.java:621)
>>>>  at
>>>>
>>>>org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMetho
>>>>d
>>>>(
>>>>AbstractAspectJAdvice.java:610)
>>>> at
>>>>
>>>>org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroun
>>>>d
>>>>A
>>>>dvice.java:65)
>>>>  at
>>>>
>>>>org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(Re
>>>>f
>>>>l
>>>>ectiveMethodInvocation.java:161)
>>>> at
>>>>
>>>>org.springframework.aop.aspectj.MethodInvocationProceedingJoinPoint.pro
>>>>c
>>>>e
>>>>ed(MethodInvocationProceedingJoinPoint.java:80)
>>>>  at
>>>>
>>>>com.cloud.utils.db.TransactionContextBuilder.AroundAnyMethod(Transactio
>>>>n
>>>>C
>>>>ontextBuilder.java:37)
>>>> at sun.reflect.GeneratedMethodAccessor37.invoke(Unknown Source)
>>>>  at
>>>>
>>>>sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccesso
>>>>r
>>>>I
>>>>mpl.java:25)
>>>> at java.lang.reflect.Method.invoke(Method.java:597)
>>>>  at
>>>>
>>>>org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMetho
>>>>d
>>>>W
>>>>ithGivenArgs(AbstractAspectJAdvice.java:621)
>>>> at
>>>>
>>>>org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMetho
>>>>d
>>>>(
>>>>AbstractAspectJAdvice.java:610)
>>>>  at
>>>>
>>>>org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroun
>>>>d
>>>>A
>>>>dvice.java:65)
>>>> at
>>>>
>>>>org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(Re
>>>>f
>>>>l
>>>>ectiveMethodInvocation.java:172)
>>>>  at
>>>>
>>>>org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(
>>>>E
>>>>x
>>>>poseInvocationInterceptor.java:90)
>>>> at
>>>>
>>>>org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(Re
>>>>f
>>>>l
>>>>ectiveMethodInvocation.java:172)
>>>>  at
>>>>
>>>>org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicA
>>>>o
>>>>p
>>>>Proxy.java:202)
>>>> at com.sun.proxy.$Proxy263.startVirtualMachine(Unknown Source)
>>>>  at
>>>>
>>>>org.apache.cloudstack.api.command.user.vm.DeployVMCmd.execute(DeployVMC
>>>>m
>>>>d
>>>>.java:379)
>>>> at com.cloud.api.ApiDispatcher.dispatch(ApiDispatcher.java:163)
>>>>  at net.sf.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204)
>>>> at
>>>>
>>>>org.springframework.aop.framework.Cglib2AopProxy$CglibMethodInvocation.
>>>>i
>>>>n
>>>>vokeJoinpoint(Cglib2AopProxy.java:689)
>>>>  at
>>>>
>>>>org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(Re
>>>>f
>>>>l
>>>>ectiveMethodInvocation.java:150)
>>>> at
>>>>
>>>>org.springframework.aop.aspectj.MethodInvocationProceedingJoinPoint.pro
>>>>c
>>>>e
>>>>ed(MethodInvocationProceedingJoinPoint.java:80)
>>>>  at
>>>>
>>>>com.cloud.utils.db.TransactionContextBuilder.AroundAnyMethod(Transactio
>>>>n
>>>>C
>>>>ontextBuilder.java:37)
>>>> at sun.reflect.GeneratedMethodAccessor37.invoke(Unknown Source)
>>>>  at
>>>>
>>>>sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccesso
>>>>r
>>>>I
>>>>mpl.java:25)
>>>> at java.lang.reflect.Method.invoke(Method.java:597)
>>>>  at
>>>>
>>>>org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMetho
>>>>d
>>>>W
>>>>ithGivenArgs(AbstractAspectJAdvice.java:621)
>>>> at
>>>>
>>>>org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMetho
>>>>d
>>>>(
>>>>AbstractAspectJAdvice.java:610)
>>>>  at
>>>>
>>>>org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroun
>>>>d
>>>>A
>>>>dvice.java:65)
>>>> at
>>>>
>>>>org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(Re
>>>>f
>>>>l
>>>>ectiveMethodInvocation.java:172)
>>>>  at
>>>>
>>>>org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(
>>>>E
>>>>x
>>>>poseInvocationInterceptor.java:90)
>>>> at
>>>>
>>>>org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(Re
>>>>f
>>>>l
>>>>ectiveMethodInvocation.java:172)
>>>>  at
>>>>
>>>>org.springframework.aop.framework.Cglib2AopProxy$DynamicAdvisedIntercep
>>>>t
>>>>o
>>>>r.intercept(Cglib2AopProxy.java:622)
>>>> at
>>>>com.cloud.async.AsyncJobManagerImpl$1.run(AsyncJobManagerImpl.java:437)
>>>>  at
>>>> 
>>>>java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:439)
>>>> at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:303)
>>>>  at java.util.concurrent.FutureTask.run(FutureTask.java:138)
>>>> at
>>>>
>>>>java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecut
>>>>o
>>>>r
>>>>.java:895)
>>>>  at
>>>>
>>>>java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.j
>>>>a
>>>>v
>>>>a:918)
>>>> at java.lang.Thread.run(Thread.java:680)
>>>> 2013-04-07 00:33:44,674 DEBUG [cloud.async.AsyncJobManagerImpl]
>>>> (Job-Executor-37:job-44) Complete async job-44, jobStatus: 2,
>>>>resultCode:
>>>> 530, result: Error Code: 533 Error text: Unable to create a deployment
>>>>for
>>>> VM[User|a30b991d-1c38-4bae-803f-ab3be57a384f]
>>>> 2013-04-07 00:33:47,591 DEBUG [cloud.api.ApiServlet]
>>>> (1161145101@qtp-1008805148-33:null) ===START===  127.0.0.1 -- GET
>>>>
>>>>command=queryAsyncJobResult&jobId=8dd191cc-2709-4223-aee5-3ecd759d4afd&
>>>>r
>>>>e
>>>>sponse=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316427589
>>>> 2013-04-07 00:33:47,601 DEBUG [cloud.async.AsyncJobManagerImpl]
>>>> (1161145101@qtp-1008805148-33:null) Async job-44 completed
>>>> 2013-04-07 00:33:47,605 DEBUG [cloud.api.ApiServlet]
>>>> (1161145101@qtp-1008805148-33:null) ===END===  127.0.0.1 -- GET
>>>>
>>>>command=queryAsyncJobResult&jobId=8dd191cc-2709-4223-aee5-3ecd759d4afd&
>>>>r
>>>>e
>>>>sponse=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316427589
>>>> 2013-04-07 00:33:47,608 DEBUG [cloud.api.ApiServlet]
>>>> (1161145101@qtp-1008805148-33:null) ===START===  127.0.0.1 -- GET
>>>>
>>>>command=listVirtualMachines&id=a30b991d-1c38-4bae-803f-ab3be57a384f&res
>>>>p
>>>>o
>>>>nse=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316427606
>>>> 2013-04-07 00:33:47,621 DEBUG [cloud.api.ApiServlet]
>>>> (1161145101@qtp-1008805148-33:null) ===END===  127.0.0.1 -- GET
>>>>
>>>>command=listVirtualMachines&id=a30b991d-1c38-4bae-803f-ab3be57a384f&res
>>>>p
>>>>o
>>>>nse=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316427606
>>>> 2013-04-07 00:33:47,678 DEBUG [agent.manager.AgentManagerImpl]
>>>> (AgentManager-Handler-14:null) Ping from 3
>>>> 2013-04-07 00:33:50,451 DEBUG
>>>> [storage.secondary.SecondaryStorageManagerImpl] (secstorage-1:null)
>>>>Zone 1
>>>> is ready to launch secondary storage VM
>>>> 2013-04-07 00:33:50,559 DEBUG
>>>>[cloud.consoleproxy.ConsoleProxyManagerImpl]
>>>> (consoleproxy-1:null) Zone 1 is ready to launch console proxy
>>>> 2013-04-07 00:33:50,819 DEBUG
>>>> [network.router.VirtualNetworkApplianceManagerImpl]
>>>> (RouterStatusMonitor-1:null) Found 0 routers to update status.
>>>> 2013-04-07 00:33:50,820 DEBUG
>>>> [network.router.VirtualNetworkApplianceManagerImpl]
>>>> (RouterStatusMonitor-1:null) Found 0 networks to update RvR status.
>>>> 2013-04-07 00:33:50,851 DEBUG
>>>> [network.router.VirtualNetworkApplianceManagerImpl]
>>>> (RouterStatusMonitor-1:null) Found 0 routers to update status.
>>>> 2013-04-07 00:33:50,852 DEBUG
>>>> [network.router.VirtualNetworkApplianceManagerImpl]
>>>> (RouterStatusMonitor-1:null) Found 0 networks to update RvR status.
>>>> 2013-04-07 00:33:51,465 INFO  [agent.manager.AgentMonitor]
>>>> (Thread-11:null) Found the following agents behind on ping: [6, 5]
>>>> 2013-04-07 00:33:51,467 DEBUG [cloud.host.Status] (Thread-11:null) 
>>>>Ping
>>>> timeout for host 6, do invstigation
>>>> 2013-04-07 00:33:51,468 DEBUG [cloud.host.Status] (Thread-11:null) 
>>>>Ping
>>>> timeout for host 5, do invstigation
>>>> 2013-04-07 00:33:51,468 INFO  [agent.manager.AgentManagerImpl]
>>>> (AgentTaskPool-4:null) Investigating why host 6 has disconnected with
>>>>event
>>>> PingTimeout
>>>> 2013-04-07 00:33:51,468 DEBUG [agent.manager.AgentManagerImpl]
>>>> (AgentTaskPool-4:null) checking if agent (6) is alive
>>>> 2013-04-07 00:33:51,469 INFO  [agent.manager.AgentManagerImpl]
>>>> (AgentTaskPool-3:null) Investigating why host 5 has disconnected with
>>>>event
>>>> PingTimeout
>>>> 2013-04-07 00:33:51,470 DEBUG [agent.manager.AgentManagerImpl]
>>>> (AgentTaskPool-3:null) checking if agent (5) is alive
>>>> 2013-04-07 00:33:51,471 DEBUG [agent.transport.Request]
>>>> (AgentTaskPool-4:null) Seq 6-324993311: Sending  { Cmd , MgmtId: 1,
>>>>via: 6,
>>>> Ver: v1, Flags: 100011, [{"CheckHealthCommand":{"wait":50}}] }
>>>> 2013-04-07 00:33:51,471 DEBUG [agent.transport.Request]
>>>> (AgentTaskPool-4:null) Seq 6-324993311: Executing:  { Cmd , MgmtId: 1,
>>>>via:
>>>> 6, Ver: v1, Flags: 100011, [{"CheckHealthCommand":{"wait":50}}] }
>>>> 2013-04-07 00:33:51,472 DEBUG [agent.manager.DirectAgentAttache]
>>>> (DirectAgent-448:null) Seq 6-324993311: Executing request
>>>> 2013-04-07 00:33:51,473 DEBUG [agent.transport.Request]
>>>> (AgentTaskPool-3:null) Seq 5-614334815: Sending  { Cmd , MgmtId: 1,
>>>>via: 5,
>>>> Ver: v1, Flags: 100011, [{"CheckHealthCommand":{"wait":50}}] }
>>>> 2013-04-07 00:33:51,473 DEBUG [agent.transport.Request]
>>>> (AgentTaskPool-3:null) Seq 5-614334815: Executing:  { Cmd , MgmtId: 1,
>>>>via:
>>>> 5, Ver: v1, Flags: 100011, [{"CheckHealthCommand":{"wait":50}}] }
>>>> 2013-04-07 00:33:51,473 DEBUG [agent.manager.DirectAgentAttache]
>>>> (DirectAgent-261:null) Seq 5-614334815: Executing request
>>>> 2013-04-07 00:33:51,527 DEBUG [agent.manager.DirectAgentAttache]
>>>> (DirectAgent-448:null) Seq 6-324993311: Response Received:
>>>> 2013-04-07 00:33:51,527 DEBUG [agent.transport.Request]
>>>> (DirectAgent-448:null) Seq 6-324993311: Processing:  { Ans: , MgmtId:
>>>>1,
>>>> via: 6, Ver: v1, Flags: 10,
>>>> [{"CheckHealthAnswer":{"result":true,"details":"resource is
>>>> alive","wait":0}}] }
>>>> 2013-04-07 00:33:51,527 DEBUG [agent.transport.Request]
>>>> (AgentTaskPool-4:null) Seq 6-324993311: Received:  { Ans: , MgmtId: 1,
>>>>via:
>>>> 6, Ver: v1, Flags: 10, { CheckHealthAnswer } }
>>>> 2013-04-07 00:33:51,528 DEBUG [agent.manager.AgentManagerImpl]
>>>> (AgentTaskPool-4:null) Details from executing class
>>>> com.cloud.agent.api.CheckHealthCommand: resource is alive
>>>> 2013-04-07 00:33:51,528 DEBUG [agent.manager.AgentManagerImpl]
>>>> (AgentTaskPool-4:null) agent (6) responded to checkHeathCommand,
>>>>reporting
>>>> that agent is Up
>>>> 2013-04-07 00:33:51,528 INFO  [agent.manager.AgentManagerImpl]
>>>> (AgentTaskPool-4:null) The state determined is Up
>>>> 2013-04-07 00:33:51,528 INFO  [agent.manager.AgentManagerImpl]
>>>> (AgentTaskPool-4:null) Agent is determined to be up and running
>>>> 2013-04-07 00:33:51,528 DEBUG [cloud.host.Status]
>>>>(AgentTaskPool-4:null)
>>>> Transition:[Resource state = Enabled, Agent event = Ping, Host id = 6,
>>>>name
>>>> = Tut-XenServer]
>>>> 2013-04-07 00:33:51,531 DEBUG [cloud.host.Status]
>>>>(AgentTaskPool-4:null)
>>>> Agent status update: [id = 6; name = Tut-XenServer; old status = Up;
>>>>event
>>>> = Ping; new status = Up; old update count = 310; new update count =
>>>>311]
>>>> 2013-04-07 00:33:51,531 DEBUG [agent.manager.DirectAgentAttache]
>>>> (DirectAgent-261:null) Seq 5-614334815: Response Received:
>>>> 2013-04-07 00:33:51,531 DEBUG [agent.transport.Request]
>>>> (DirectAgent-261:null) Seq 5-614334815: Processing:  { Ans: , MgmtId:
>>>>1,
>>>> via: 5, Ver: v1, Flags: 10,
>>>> [{"CheckHealthAnswer":{"result":true,"details":"resource is
>>>> alive","wait":0}}] }
>>>> 2013-04-07 00:33:51,531 DEBUG [agent.transport.Request]
>>>> (AgentTaskPool-3:null) Seq 5-614334815: Received:  { Ans: , MgmtId: 1,
>>>>via:
>>>> 5, Ver: v1, Flags: 10, { CheckHealthAnswer } }
>>>> 2013-04-07 00:33:51,532 DEBUG [agent.manager.AgentManagerImpl]
>>>> (AgentTaskPool-3:null) Details from executing class
>>>> com.cloud.agent.api.CheckHealthCommand: resource is alive
>>>> 2013-04-07 00:33:51,532 DEBUG [agent.manager.AgentManagerImpl]
>>>> (AgentTaskPool-3:null) agent (5) responded to checkHeathCommand,
>>>>reporting
>>>> that agent is Up
>>>> 2013-04-07 00:33:51,532 INFO  [agent.manager.AgentManagerImpl]
>>>> (AgentTaskPool-3:null) The state determined is Up
>>>> 2013-04-07 00:33:51,532 INFO  [agent.manager.AgentManagerImpl]
>>>> (AgentTaskPool-3:null) Agent is determined to be up and running
>>>> 2013-04-07 00:33:51,532 DEBUG [cloud.host.Status]
>>>>(AgentTaskPool-3:null)
>>>> Transition:[Resource state = Enabled, Agent event = Ping, Host id = 5,
>>>>name
>>>> = Tut-XenServer2]
>>>> 2013-04-07 00:33:51,535 DEBUG [cloud.host.Status]
>>>>(AgentTaskPool-3:null)
>>>> Agent status update: [id = 5; name = Tut-XenServer2; old status = Up;
>>>>event
>>>> = Ping; new status = Up; old update count = 147; new update count =
>>>>148]
>>>> 2013-04-07 00:34:04,860 DEBUG [agent.manager.DirectAgentAttache]
>>>> (DirectAgent-239:null) Ping from 6
>>>> 2013-04-07 00:34:06,170 DEBUG [agent.manager.DirectAgentAttache]
>>>> (DirectAgent-185:null) Ping from 5
>>>> 2013-04-07 00:34:06,909 DEBUG [agent.manager.DirectAgentAttache]
>>>> (DirectAgent-461:null) Seq 6-324993028: Executing request
>>>> 2013-04-07 00:34:07,107 DEBUG [agent.manager.DirectAgentAttache]
>>>> (DirectAgent-461:null) Seq 6-324993028: Response Received:
>>>> 2013-04-07 00:34:07,107 DEBUG [agent.transport.Request]
>>>> (DirectAgent-461:null) Seq 6-324993028: Processing:  { Ans: , MgmtId:
>>>>1,
>>>> via: 6, Ver: v1, Flags: 10,
>>>>
>>>>[{"ClusterSyncAnswer":{"_clusterId":2,"_newStates":{},"_isExecuted":fal
>>>>s
>>>>e
>>>>,"result":true,"wait":0}}]
>>>> }
>>>> 2013-04-07 00:34:11,023 DEBUG [agent.manager.DirectAgentAttache]
>>>> (DirectAgent-450:null) Seq 5-614334468: Executing request
>>>> 2013-04-07 00:34:11,168 DEBUG [agent.manager.DirectAgentAttache]
>>>> (DirectAgent-450:null) Seq 5-614334468: Response Received:
>>>> 2013-04-07 00:34:11,168 DEBUG [agent.transport.Request]
>>>> (DirectAgent-450:null) Seq 5-614334468: Processing:  { Ans: , MgmtId:
>>>>1,
>>>> via: 5, Ver: v1, Flags: 10, [{"Answer":{"result":true,"wait":0}}] }
>>>> 2013-04-07 00:34:20,451 DEBUG
>>>> [storage.secondary.SecondaryStorageManagerImpl] (secstorage-1:null)
>>>>Zone 1
>>>> is ready to launch secondary storage VM
>>>> 2013-04-07 00:34:20,553 DEBUG
>>>>[cloud.consoleproxy.ConsoleProxyManagerImpl]
>>>> (consoleproxy-1:null) Zone 1 is ready to launch console proxy
>>>> 2013-04-07 00:34:20,820 DEBUG
>>>> [network.router.VirtualNetworkApplianceManagerImpl]
>>>> (RouterStatusMonitor-1:null) Found 0 routers to update status.
>>>> 2013-04-07 00:34:20,821 DEBUG
>>>> [network.router.VirtualNetworkApplianceManagerImpl]
>>>> (RouterStatusMonitor-1:null) Found 0 networks to update RvR status.
>>>> 2013-04-07 00:34:20,850 DEBUG
>>>> [network.router.VirtualNetworkApplianceManagerImpl]
>>>> (RouterStatusMonitor-1:null) Found 0 routers to update status.
>>>> 2013-04-07 00:34:20,851 DEBUG
>>>> [network.router.VirtualNetworkApplianceManagerImpl]
>>>> (RouterStatusMonitor-1:null) Found 0 networks to update RvR status.
>>>> 2013-04-07 00:34:24,891 DEBUG [agent.manager.AgentManagerImpl]
>>>> (AgentManager-Handler-15:null) Ping from 4
>>>> 2013-04-07 00:34:27,175 DEBUG [agent.manager.DirectAgentAttache]
>>>> (DirectAgent-126:null) Ping from 1
>>>> 2013-04-07 00:34:29,095 DEBUG [agent.manager.DirectAgentAttache]
>>>> (DirectAgent-182:null) Seq 1-90046472: Executing request
>>>> 2013-04-07 00:34:29,323 DEBUG [agent.manager.DirectAgentAttache]
>>>> (DirectAgent-182:null) Seq 1-90046472: Response Received:
>>>> 2013-04-07 00:34:29,323 DEBUG [agent.transport.Request]
>>>> (DirectAgent-182:null) Seq 1-90046472: Processing:  { Ans: , MgmtId: 
>>>>1,
>>>> via: 1, Ver: v1, Flags: 10,
>>>>
>>>>[{"ClusterSyncAnswer":{"_clusterId":1,"_newStates":{},"_isExecuted":fal
>>>>s
>>>>e
>>>>,"result":true,"wait":0}}]
>>>> }
>>>> 2013-04-07 00:34:36,532 DEBUG [cloud.api.ApiServlet]
>>>> (1161145101@qtp-1008805148-33:null) ===START===  127.0.0.1 -- GET
>>>>
>>>>command=listVolumes&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoV
>>>>A
>>>>%
>>>>3D&listAll=true&page=1&pagesize=20&_=1365316476530
>>>> 2013-04-07 00:34:36,548 DEBUG [cloud.api.ApiServlet]
>>>> (1161145101@qtp-1008805148-33:null) ===END===  127.0.0.1 -- GET
>>>>
>>>>command=listVolumes&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoV
>>>>A
>>>>%
>>>>3D&listAll=true&page=1&pagesize=20&_=1365316476530
>>>> 2013-04-07 00:34:39,285 DEBUG [cloud.api.ApiServlet]
>>>> (1161145101@qtp-1008805148-33:null) ===START===  127.0.0.1 -- GET
>>>>
>>>>command=listVolumes&id=44d56727-6e5f-438a-8187-42adfac7c906&response=js
>>>>o
>>>>n
>>>>&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316479283
>>>> 2013-04-07 00:34:39,309 DEBUG [cloud.api.ApiServlet]
>>>> (1161145101@qtp-1008805148-33:null) ===END===  127.0.0.1 -- GET
>>>>
>>>>command=listVolumes&id=44d56727-6e5f-438a-8187-42adfac7c906&response=js
>>>>o
>>>>n
>>>>&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316479283
>>>> 2013-04-07 00:34:39,325 DEBUG [cloud.api.ApiServlet]
>>>> (1161145101@qtp-1008805148-33:null) ===START===  127.0.0.1 -- GET
>>>>
>>>>command=listTags&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3
>>>>D
>>>>&
>>>>resourceId=44d56727-6e5f-438a-8187-42adfac7c906&resourceType=Volume&lis
>>>>t
>>>>A
>>>>ll=true&_=1365316479323
>>>> 2013-04-07 00:34:39,334 DEBUG [cloud.api.ApiServlet]
>>>> (1161145101@qtp-1008805148-33:null) ===END===  127.0.0.1 -- GET
>>>>
>>>>command=listTags&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3
>>>>D
>>>>&
>>>>resourceId=44d56727-6e5f-438a-8187-42adfac7c906&resourceType=Volume&lis
>>>>t
>>>>A
>>>>ll=true&_=1365316479323
>>>> 2013-04-07 00:34:47,678 DEBUG [agent.manager.AgentManagerImpl]
>>>> (AgentManager-Handler-1:null) Ping from 3
>>>> 2013-04-07 00:34:50,455 DEBUG
>>>> [storage.secondary.SecondaryStorageManagerImpl] (secstorage-1:null)
>>>>Zone 1
>>>> is ready to launch secondary storage VM
>>>> 2013-04-07 00:34:50,557 DEBUG
>>>>[cloud.consoleproxy.ConsoleProxyManagerImpl]
>>>> (consoleproxy-1:null) Zone 1 is ready to launch console proxy
>>>> 2013-04-07 00:34:50,820 DEBUG
>>>> [network.router.VirtualNetworkApplianceManagerImpl]
>>>> (RouterStatusMonitor-1:null) Found 0 routers to update status.
>>>> 2013-04-07 00:34:50,821 DEBUG
>>>> [network.router.VirtualNetworkApplianceManagerImpl]
>>>> (RouterStatusMonitor-1:null) Found 0 networks to update RvR status.
>>>> 2013-04-07 00:34:50,850 DEBUG
>>>> [network.router.VirtualNetworkApplianceManagerImpl]
>>>> (RouterStatusMonitor-1:null) Found 0 routers to update status.
>>>> 2013-04-07 00:34:50,851 DEBUG
>>>> [network.router.VirtualNetworkApplianceManagerImpl]
>>>> (RouterStatusMonitor-1:null) Found 0 networks to update RvR status.
>>>> 2013-04-07 00:34:51,468 INFO  [agent.manager.AgentMonitor]
>>>> (Thread-11:null) Found the following agents behind on ping: [6, 5]
>>>> 2013-04-07 00:34:51,470 DEBUG [cloud.host.Status] (Thread-11:null) 
>>>>Ping
>>>> timeout for host 6, do invstigation
>>>> 2013-04-07 00:34:51,471 DEBUG [cloud.host.Status] (Thread-11:null) 
>>>>Ping
>>>> timeout for host 5, do invstigation
>>>> 2013-04-07 00:34:51,472 INFO  [agent.manager.AgentManagerImpl]
>>>> (AgentTaskPool-5:null) Investigating why host 6 has disconnected with
>>>>event
>>>> PingTimeout
>>>> 2013-04-07 00:34:51,472 DEBUG [agent.manager.AgentManagerImpl]
>>>> (AgentTaskPool-5:null) checking if agent (6) is alive
>>>> 2013-04-07 00:34:51,473 INFO  [agent.manager.AgentManagerImpl]
>>>> (AgentTaskPool-6:null) Investigating why host 5 has disconnected with
>>>>event
>>>> PingTimeout
>>>> 2013-04-07 00:34:51,473 DEBUG [agent.manager.AgentManagerImpl]
>>>> (AgentTaskPool-6:null) checking if agent (5) is alive
>>>> 2013-04-07 00:34:51,475 DEBUG [agent.transport.Request]
>>>> (AgentTaskPool-5:null) Seq 6-324993312: Sending  { Cmd , MgmtId: 1,
>>>>via: 6,
>>>> Ver: v1, Flags: 100011, [{"CheckHealthCommand":{"wait":50}}] }
>>>> 2013-04-07 00:34:51,475 DEBUG [agent.transport.Request]
>>>> (AgentTaskPool-5:null) Seq 6-324993312: Executing:  { Cmd , MgmtId: 1,
>>>>via:
>>>> 6, Ver: v1, Flags: 100011, [{"CheckHealthCommand":{"wait":50}}] }
>>>> 2013-04-07 00:34:51,475 DEBUG [agent.manager.DirectAgentAttache]
>>>> (DirectAgent-42:null) Seq 6-324993312: Executing request
>>>> 2013-04-07 00:34:51,476 DEBUG [agent.transport.Request]
>>>> (AgentTaskPool-6:null) Seq 5-614334816: Sending  { Cmd , MgmtId: 1,
>>>>via: 5,
>>>> Ver: v1, Flags: 100011, [{"CheckHealthCommand":{"wait":50}}] }
>>>> 2013-04-07 00:34:51,476 DEBUG [agent.transport.Request]
>>>> (AgentTaskPool-6:null) Seq 5-614334816: Executing:  { Cmd , MgmtId: 1,
>>>>via:
>>>> 5, Ver: v1, Flags: 100011, [{"CheckHealthCommand":{"wait":50}}] }
>>>> 2013-04-07 00:34:51,477 DEBUG [agent.manager.DirectAgentAttache]
>>>> (DirectAgent-164:null) Seq 5-614334816: Executing request
>>>> 2013-04-07 00:34:51,534 DEBUG [agent.manager.DirectAgentAttache]
>>>> (DirectAgent-164:null) Seq 5-614334816: Response Received:
>>>> 2013-04-07 00:34:51,535 DEBUG [agent.transport.Request]
>>>> (DirectAgent-164:null) Seq 5-614334816: Processing:  { Ans: , MgmtId:
>>>>1,
>>>> via: 5, Ver: v1, Flags: 10,
>>>> [{"CheckHealthAnswer":{"result":true,"details":"resource is
>>>> alive","wait":0}}] }
>>>> 2013-04-07 00:34:51,535 DEBUG [agent.transport.Request]
>>>> (AgentTaskPool-6:null) Seq 5-614334816: Received:  { Ans: , MgmtId: 1,
>>>>via:
>>>> 5, Ver: v1, Flags: 10, { CheckHealthAnswer } }
>>>> 2013-04-07 00:34:51,535 DEBUG [agent.manager.AgentManagerImpl]
>>>> (AgentTaskPool-6:null) Details from executing class
>>>> com.cloud.agent.api.CheckHealthCommand: resource is alive
>>>> 2013-04-07 00:34:51,535 DEBUG [agent.manager.AgentManagerImpl]
>>>> (AgentTaskPool-6:null) agent (5) responded to checkHeathCommand,
>>>>reporting
>>>> that agent is Up
>>>> 2013-04-07 00:34:51,535 INFO  [agent.manager.AgentManagerImpl]
>>>> (AgentTaskPool-6:null) The state determined is Up
>>>> 2013-04-07 00:34:51,535 INFO  [agent.manager.AgentManagerImpl]
>>>> (AgentTaskPool-6:null) Agent is determined to be up and running
>>>> 2013-04-07 00:34:51,535 DEBUG [cloud.host.Status]
>>>>(AgentTaskPool-6:null)
>>>> Transition:[Resource state = Enabled, Agent event = Ping, Host id = 5,
>>>>name
>>>> = Tut-XenServer2]
>>>> 2013-04-07 00:34:51,538 DEBUG [cloud.host.Status]
>>>>(AgentTaskPool-6:null)
>>>> Agent status update: [id = 5; name = Tut-XenServer2; old status = Up;
>>>>event
>>>> = Ping; new status = Up; old update count = 148; new update count =
>>>>149]
>>>> 2013-04-07 00:34:51,539 DEBUG [agent.manager.DirectAgentAttache]
>>>> (DirectAgent-42:null) Seq 6-324993312: Response Received:
>>>> 2013-04-07 00:34:51,539 DEBUG [agent.transport.Request]
>>>> (DirectAgent-42:null) Seq 6-324993312: Processing:  { Ans: , MgmtId: 
>>>>1,
>>>> via: 6, Ver: v1, Flags: 10,
>>>> [{"CheckHealthAnswer":{"result":true,"details":"resource is
>>>> alive","wait":0}}] }
>>>> 2013-04-07 00:34:51,539 DEBUG [agent.transport.Request]
>>>> (AgentTaskPool-5:null) Seq 6-324993312: Received:  { Ans: , MgmtId: 1,
>>>>via:
>>>> 6, Ver: v1, Flags: 10, { CheckHealthAnswer } }
>>>> 2013-04-07 00:34:51,539 DEBUG [agent.manager.AgentManagerImpl]
>>>> (AgentTaskPool-5:null) Details from executing class
>>>> com.cloud.agent.api.CheckHealthCommand: resource is alive
>>>> 2013-04-07 00:34:51,539 DEBUG [agent.manager.AgentManagerImpl]
>>>> (AgentTaskPool-5:null) agent (6) responded to checkHeathCommand,
>>>>reporting
>>>> that agent is Up
>>>> 2013-04-07 00:34:51,539 INFO  [agent.manager.AgentManagerImpl]
>>>> (AgentTaskPool-5:null) The state determined is Up
>>>> 2013-04-07 00:34:51,539 INFO  [agent.manager.AgentManagerImpl]
>>>> (AgentTaskPool-5:null) Agent is determined to be up and running
>>>> 2013-04-07 00:34:51,539 DEBUG [cloud.host.Status]
>>>>(AgentTaskPool-5:null)
>>>> Transition:[Resource state = Enabled, Agent event = Ping, Host id = 6,
>>>>name
>>>> = Tut-XenServer]
>>>> 2013-04-07 00:34:51,542 DEBUG [cloud.host.Status]
>>>>(AgentTaskPool-5:null)
>>>> Agent status update: [id = 6; name = Tut-XenServer; old status = Up;
>>>>event
>>>> = Ping; new status = Up; old update count = 311; new update count =
>>>>312]
>>>> 2013-04-07 00:34:54,349 INFO  [cloud.vm.UserVmManagerImpl]
>>>> (UserVm-Scavenger-1:null) Found 1 vms to expunge.
>>>> 2013-04-07 00:34:54,349 DEBUG [cloud.vm.VirtualMachineManagerImpl]
>>>> (UserVm-Scavenger-1:null) Stopped called on
>>>> VM[User|a30b991d-1c38-4bae-803f-ab3be57a384f] but the state is Error
>>>> 2013-04-07 00:34:54,352 DEBUG [cloud.capacity.CapacityManagerImpl]
>>>> (UserVm-Scavenger-1:null) VM state transitted from :Error to Expunging
>>>>with
>>>> event: ExpungeOperationvm's original host id: null new host id: null
>>>>host
>>>> id before state transition: null
>>>> 2013-04-07 00:34:54,352 DEBUG [cloud.vm.VirtualMachineManagerImpl]
>>>> (UserVm-Scavenger-1:null) Destroying vm
>>>> VM[User|a30b991d-1c38-4bae-803f-ab3be57a384f]
>>>> 2013-04-07 00:34:54,352 DEBUG [cloud.vm.VirtualMachineManagerImpl]
>>>> (UserVm-Scavenger-1:null) Cleaning up NICS
>>>> 2013-04-07 00:34:54,352 DEBUG [cloud.network.NetworkManagerImpl]
>>>> (UserVm-Scavenger-1:null) Cleaning network for vm: 14
>>>> 2013-04-07 00:34:54,360 DEBUG [network.guru.DirectNetworkGuru]
>>>> (UserVm-Scavenger-1:null) Deallocate network: networkId: 204, ip: null
>>>> 2013-04-07 00:34:54,362 DEBUG [cloud.network.NetworkManagerImpl]
>>>> (UserVm-Scavenger-1:null) Removed nic id=20
>>>> 2013-04-07 00:34:54,362 DEBUG [cloud.storage.StorageManagerImpl]
>>>> (UserVm-Scavenger-1:null) Cleaning storage for vm: 14
>>>> 2013-04-07 00:34:54,363 DEBUG [cloud.storage.StorageManagerImpl]
>>>> (UserVm-Scavenger-1:null) Expunging Vol[14|vm=14|ROOT]
>>>> 2013-04-07 00:34:54,365 DEBUG [cloud.storage.StorageManagerImpl]
>>>> (UserVm-Scavenger-1:null) Marking volume that was never created as
>>>> destroyed: Vol[14|vm=14|ROOT]
>>>> 2013-04-07 00:34:54,368 DEBUG [cloud.vm.VirtualMachineManagerImpl]
>>>> (UserVm-Scavenger-1:null) Expunged
>>>> VM[User|a30b991d-1c38-4bae-803f-ab3be57a384f]
>>>> 2013-04-07 00:34:54,368 DEBUG [cloud.vm.UserVmManagerImpl]
>>>> (UserVm-Scavenger-1:null) Starting cleaning up vm
>>>> VM[User|a30b991d-1c38-4bae-803f-ab3be57a384f] resources...
>>>> 2013-04-07 00:34:54,371 INFO
>>>>[network.security.SecurityGroupManagerImpl]
>>>> (UserVm-Scavenger-1:null) Disassociated 1 network groups  from uservm
>>>>14
>>>> 2013-04-07 00:34:54,372 DEBUG
>>>>[network.security.SecurityGroupManagerImpl]
>>>> (UserVm-Scavenger-1:null) Security group mappings are removed
>>>>successfully
>>>> for vm id=14
>>>> 2013-04-07 00:34:54,376 DEBUG [network.firewall.FirewallManagerImpl]
>>>> (UserVm-Scavenger-1:null) No firewall rules are found for vm id=14
>>>> 2013-04-07 00:34:54,376 DEBUG [cloud.vm.UserVmManagerImpl]
>>>> (UserVm-Scavenger-1:null) Firewall rules are removed successfully as a
>>>>part
>>>> of vm id=14 expunge
>>>> 2013-04-07 00:34:54,378 DEBUG [network.rules.RulesManagerImpl]
>>>> (UserVm-Scavenger-1:null) No port forwarding rules are found for vm
>>>>id=14
>>>> 2013-04-07 00:34:54,378 DEBUG [cloud.vm.UserVmManagerImpl]
>>>> (UserVm-Scavenger-1:null) Port forwarding rules are removed
>>>>successfully as
>>>> a part of vm id=14 expunge
>>>> 2013-04-07 00:34:54,379 DEBUG [cloud.vm.UserVmManagerImpl]
>>>> (UserVm-Scavenger-1:null) Removed vm id=14 from all load balancers as 
>>>>a
>>>> part of expunge process
>>>> 2013-04-07 00:34:54,379 DEBUG [cloud.vm.UserVmManagerImpl]
>>>> (UserVm-Scavenger-1:null) Successfully cleaned up vm
>>>> VM[User|a30b991d-1c38-4bae-803f-ab3be57a384f] resources as a part of
>>>> expunge process
>>>> 2013-04-07 00:34:54,873 DEBUG [cloud.api.ApiServlet]
>>>> (1161145101@qtp-1008805148-33:null) ===START===  127.0.0.1 -- GET
>>>>
>>>>command=listVirtualMachines&response=json&sessionkey=Z6QqzU0Fq1iT13bMgn
>>>>R
>>>>R
>>>>fl8GoVA%3D&listAll=true&page=1&pagesize=20&_=1365316494871
>>>> 2013-04-07 00:34:54,891 DEBUG [cloud.api.ApiServlet]
>>>> (1161145101@qtp-1008805148-33:null) ===END===  127.0.0.1 -- GET
>>>>
>>>>command=listVirtualMachines&response=json&sessionkey=Z6QqzU0Fq1iT13bMgn
>>>>R
>>>>R
>>>>fl8GoVA%3D&listAll=true&page=1&pagesize=20&_=1365316494871
>>>> 2013-04-07 00:34:57,672 DEBUG [cloud.api.ApiServlet]
>>>> (1161145101@qtp-1008805148-33:null) ===START===  127.0.0.1 -- GET
>>>>
>>>>command=listZones&id=3a62dec3-cf95-4ba2-9af0-af2190af35e3&response=json
>>>>&
>>>>s
>>>>essionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316497670
>>>> 2013-04-07 00:34:57,679 DEBUG [cloud.api.ApiServlet]
>>>> (1161145101@qtp-1008805148-33:null) ===END===  127.0.0.1 -- GET
>>>>
>>>>command=listZones&id=3a62dec3-cf95-4ba2-9af0-af2190af35e3&response=json
>>>>&
>>>>s
>>>>essionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316497670
>>>> 2013-04-07 00:34:57,683 DEBUG [cloud.api.ApiServlet]
>>>> (1161145101@qtp-1008805148-33:null) ===START===  127.0.0.1 -- GET
>>>>
>>>>command=listNetworks&id=9d28211f-440e-4233-86d1-214b404074eb&response=j
>>>>s
>>>>o
>>>>n&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316497681
>>>> 2013-04-07 00:34:57,708 DEBUG [cloud.api.ApiServlet]
>>>> (1161145101@qtp-1008805148-33:null) ===END===  127.0.0.1 -- GET
>>>>
>>>>command=listNetworks&id=9d28211f-440e-4233-86d1-214b404074eb&response=j
>>>>s
>>>>o
>>>>n&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316497681
>>>> 2013-04-07 00:34:57,714 DEBUG [cloud.api.ApiServlet]
>>>> (1161145101@qtp-1008805148-33:null) ===START===  127.0.0.1 -- GET
>>>>
>>>>command=listVirtualMachines&id=94ddc16f-04fc-4da1-8326-01d8d5cdeb44&res
>>>>p
>>>>o
>>>>nse=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316497712
>>>> 2013-04-07 00:34:57,731 DEBUG [cloud.api.ApiServlet]
>>>> (1161145101@qtp-1008805148-33:null) ===END===  127.0.0.1 -- GET
>>>>
>>>>command=listVirtualMachines&id=94ddc16f-04fc-4da1-8326-01d8d5cdeb44&res
>>>>p
>>>>o
>>>>nse=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316497712
>>>> 2013-04-07 00:34:57,738 DEBUG [cloud.api.ApiServlet]
>>>> (1161145101@qtp-1008805148-33:null) ===START===  127.0.0.1 -- GET
>>>>
>>>>command=listOsTypes&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoV
>>>>A
>>>>%
>>>>3D&_=1365316497736
>>>> 2013-04-07 00:34:57,754 DEBUG [cloud.api.ApiServlet]
>>>> (1109449945@qtp-1008805148-34:null) ===START===  127.0.0.1 -- GET
>>>>
>>>>command=listTags&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3
>>>>D
>>>>&
>>>>resourceId=94ddc16f-04fc-4da1-8326-01d8d5cdeb44&resourceType=UserVm&lis
>>>>t
>>>>A
>>>>ll=true&_=1365316497750
>>>> 2013-04-07 00:34:57,763 DEBUG [cloud.api.ApiServlet]
>>>> (1109449945@qtp-1008805148-34:null) ===END===  127.0.0.1 -- GET
>>>>
>>>>command=listTags&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3
>>>>D
>>>>&
>>>>resourceId=94ddc16f-04fc-4da1-8326-01d8d5cdeb44&resourceType=UserVm&lis
>>>>t
>>>>A
>>>>ll=true&_=1365316497750
>>>> 2013-04-07 00:34:57,889 DEBUG [cloud.api.ApiServlet]
>>>> (1161145101@qtp-1008805148-33:null) ===END===  127.0.0.1 -- GET
>>>>
>>>>command=listOsTypes&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoV
>>>>A
>>>>%
>>>>3D&_=1365316497736
>>>> 2013-04-07 00:35:01,051 DEBUG [cloud.api.ApiServlet]
>>>> (1109449945@qtp-1008805148-34:null) ===START===  127.0.0.1 -- GET
>>>>
>>>>command=listServiceOfferings&response=json&sessionkey=Z6QqzU0Fq1iT13bMg
>>>>n
>>>>R
>>>>Rfl8GoVA%3D&listAll=true&page=1&pagesize=20&issystem=false&_=1365316501
>>>>0
>>>>4
>>>>7
>>>> 2013-04-07 00:35:01,064 DEBUG [cloud.api.ApiServlet]
>>>> (1109449945@qtp-1008805148-34:null) ===END===  127.0.0.1 -- GET
>>>>
>>>>command=listServiceOfferings&response=json&sessionkey=Z6QqzU0Fq1iT13bMg
>>>>n
>>>>R
>>>>Rfl8GoVA%3D&listAll=true&page=1&pagesize=20&issystem=false&_=1365316501
>>>>0
>>>>4
>>>>7
>>>> 2013-04-07 00:35:03,427 DEBUG [cloud.api.ApiServlet]
>>>> (1109449945@qtp-1008805148-34:null) ===START===  127.0.0.1 -- GET
>>>>
>>>>command=listServiceOfferings&response=json&sessionkey=Z6QqzU0Fq1iT13bMg
>>>>n
>>>>R
>>>>Rfl8GoVA%3D&issystem=false&id=425cf3cf-4bc4-4e53-82a0-ba6c20dd3688&_=13
>>>>6
>>>>5
>>>>316503425
>>>> 2013-04-07 00:35:03,439 DEBUG [cloud.api.ApiServlet]
>>>> (1109449945@qtp-1008805148-34:null) ===END===  127.0.0.1 -- GET
>>>>
>>>>command=listServiceOfferings&response=json&sessionkey=Z6QqzU0Fq1iT13bMg
>>>>n
>>>>R
>>>>Rfl8GoVA%3D&issystem=false&id=425cf3cf-4bc4-4e53-82a0-ba6c20dd3688&_=13
>>>>6
>>>>5
>>>>316503425
>>>> 2013-04-07 00:35:04,848 DEBUG [agent.manager.DirectAgentAttache]
>>>> (DirectAgent-349:null) Ping from 6
>>>> 2013-04-07 00:35:06,206 DEBUG [agent.manager.DirectAgentAttache]
>>>> (DirectAgent-292:null) Ping from 5
>>>> 2013-04-07 00:35:06,909 DEBUG [agent.manager.DirectAgentAttache]
>>>> (DirectAgent-334:null) Seq 6-324993028: Executing request
>>>> 2013-04-07 00:35:07,112 DEBUG [agent.manager.DirectAgentAttache]
>>>> (DirectAgent-334:null) Seq 6-324993028: Response Received:
>>>> 2013-04-07 00:35:07,112 DEBUG [agent.transport.Request]
>>>> (DirectAgent-334:null) Seq 6-324993028: Processing:  { Ans: , MgmtId:
>>>>1,
>>>> via: 6, Ver: v1, Flags: 10,
>>>>
>>>>[{"ClusterSyncAnswer":{"_clusterId":2,"_newStates":{},"_isExecuted":fal
>>>>s
>>>>e
>>>>,"result":true,"wait":0}}]
>>>> }
>>>> 2013-04-07 00:35:08,821 DEBUG [cloud.api.ApiServlet]
>>>> (1109449945@qtp-1008805148-34:null) ===START===  127.0.0.1 -- GET
>>>>
>>>>command=listConfigurations&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnR
>>>>R
>>>>f
>>>>l8GoVA%3D&page=1&pagesize=20&_=1365316508819
>>>> 2013-04-07 00:35:08,845 DEBUG [cloud.api.ApiServlet]
>>>> (1109449945@qtp-1008805148-34:null) ===END===  127.0.0.1 -- GET
>>>>
>>>>command=listConfigurations&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnR
>>>>R
>>>>f
>>>>l8GoVA%3D&page=1&pagesize=20&_=1365316508819
>>>> 2013-04-07 00:35:10,407 DEBUG [cloud.api.ApiServlet]
>>>> (1109449945@qtp-1008805148-34:null) ===START===  127.0.0.1 -- GET
>>>>
>>>>command=listZones&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%
>>>>3
>>>>D
>>>>&_=1365316510405
>>>> 2013-04-07 00:35:10,416 DEBUG [cloud.api.ApiServlet]
>>>> (1109449945@qtp-1008805148-34:null) ===END===  127.0.0.1 -- GET
>>>>
>>>>command=listZones&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%
>>>>3
>>>>D
>>>>&_=1365316510405
>>>> 2013-04-07 00:35:10,429 DEBUG [cloud.api.ApiServlet]
>>>> (1109449945@qtp-1008805148-34:null) ===START===  127.0.0.1 -- GET
>>>>
>>>>command=listPods&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3
>>>>D
>>>>&
>>>>page=1&pagesize=1&_=1365316510426
>>>> 2013-04-07 00:35:10,436 DEBUG [cloud.api.ApiServlet]
>>>> (1109449945@qtp-1008805148-34:null) ===END===  127.0.0.1 -- GET
>>>>
>>>>command=listPods&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3
>>>>D
>>>>&
>>>>page=1&pagesize=1&_=1365316510426
>>>> 2013-04-07 00:35:10,440 DEBUG [cloud.api.ApiServlet]
>>>> (1109449945@qtp-1008805148-34:null) ===START===  127.0.0.1 -- GET
>>>>
>>>>command=listClusters&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8Go
>>>>V
>>>>A
>>>>%3D&page=1&pagesize=1&_=1365316510438
>>>> 2013-04-07 00:35:10,448 DEBUG [cloud.api.ApiServlet]
>>>> (1109449945@qtp-1008805148-34:null) ===END===  127.0.0.1 -- GET
>>>>
>>>>command=listClusters&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8Go
>>>>V
>>>>A
>>>>%3D&page=1&pagesize=1&_=1365316510438
>>>> 2013-04-07 00:35:10,451 DEBUG [cloud.api.ApiServlet]
>>>> (1109449945@qtp-1008805148-34:null) ===START===  127.0.0.1 -- GET
>>>>
>>>>command=listHosts&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%
>>>>3
>>>>D
>>>>&type=routing&page=1&pagesize=1&_=1365316510449
>>>> 2013-04-07 00:35:10,456 DEBUG [api.query.QueryManagerImpl]
>>>> (1109449945@qtp-1008805148-34:null) >>>Searching for hosts>>>
>>>> 2013-04-07 00:35:10,461 DEBUG [api.query.QueryManagerImpl]
>>>> (1109449945@qtp-1008805148-34:null) >>>Generating Response>>>
>>>> 2013-04-07 00:35:10,466 DEBUG [cloud.api.ApiServlet]
>>>> (1109449945@qtp-1008805148-34:null) ===END===  127.0.0.1 -- GET
>>>>
>>>>command=listHosts&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%
>>>>3
>>>>D
>>>>&type=routing&page=1&pagesize=1&_=1365316510449
>>>> 2013-04-07 00:35:10,470 DEBUG [cloud.api.ApiServlet]
>>>> (1109449945@qtp-1008805148-34:null) ===START===  127.0.0.1 -- GET
>>>>
>>>>command=listStoragePools&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRf
>>>>l
>>>>8
>>>>GoVA%3D&page=1&pagesize=1&_=1365316510468
>>>> 2013-04-07 00:35:10,479 DEBUG [cloud.api.ApiServlet]
>>>> (1109449945@qtp-1008805148-34:null) ===END===  127.0.0.1 -- GET
>>>>
>>>>command=listStoragePools&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRf
>>>>l
>>>>8
>>>>GoVA%3D&page=1&pagesize=1&_=1365316510468
>>>> 2013-04-07 00:35:10,483 DEBUG [cloud.api.ApiServlet]
>>>> (1109449945@qtp-1008805148-34:null) ===START===  127.0.0.1 -- GET
>>>>
>>>>command=listHosts&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%
>>>>3
>>>>D
>>>>&type=SecondaryStorage&page=1&pagesize=1&_=1365316510481
>>>> 2013-04-07 00:35:10,488 DEBUG [api.query.QueryManagerImpl]
>>>> (1109449945@qtp-1008805148-34:null) >>>Searching for hosts>>>
>>>> 2013-04-07 00:35:10,493 DEBUG [api.query.QueryManagerImpl]
>>>> (1109449945@qtp-1008805148-34:null) >>>Generating Response>>>
>>>> 2013-04-07 00:35:10,494 DEBUG [cloud.api.ApiServlet]
>>>> (1109449945@qtp-1008805148-34:null) ===END===  127.0.0.1 -- GET
>>>>
>>>>command=listHosts&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%
>>>>3
>>>>D
>>>>&type=SecondaryStorage&page=1&pagesize=1&_=1365316510481
>>>> 2013-04-07 00:35:10,500 DEBUG [cloud.api.ApiServlet]
>>>> (1109449945@qtp-1008805148-34:null) ===START===  127.0.0.1 -- GET
>>>>
>>>>command=listSystemVms&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8G
>>>>o
>>>>V
>>>>A%3D&page=1&pagesize=1&_=1365316510496
>>>> 2013-04-07 00:35:10,564 DEBUG [cloud.api.ApiServlet]
>>>> (1109449945@qtp-1008805148-34:null) ===END===  127.0.0.1 -- GET
>>>>
>>>>command=listSystemVms&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8G
>>>>o
>>>>V
>>>>A%3D&page=1&pagesize=1&_=1365316510496
>>>> 2013-04-07 00:35:10,568 DEBUG [cloud.api.ApiServlet]
>>>> (1109449945@qtp-1008805148-34:null) ===START===  127.0.0.1 -- GET
>>>>
>>>>command=listRouters&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoV
>>>>A
>>>>%
>>>>3D&projectid=-1&page=1&pagesize=1&_=1365316510566
>>>> 2013-04-07 00:35:10,576 DEBUG [cloud.api.ApiServlet]
>>>> (1109449945@qtp-1008805148-34:null) ===END===  127.0.0.1 -- GET
>>>>
>>>>command=listRouters&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoV
>>>>A
>>>>%
>>>>3D&projectid=-1&page=1&pagesize=1&_=1365316510566
>>>> 2013-04-07 00:35:10,579 DEBUG [cloud.api.ApiServlet]
>>>> (1109449945@qtp-1008805148-34:null) ===START===  127.0.0.1 -- GET
>>>>
>>>>command=listRouters&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoV
>>>>A
>>>>%
>>>>3D&listAll=true&page=1&pagesize=1&_=1365316510577
>>>> 2013-04-07 00:35:10,591 DEBUG [cloud.api.ApiServlet]
>>>> (1109449945@qtp-1008805148-34:null) ===END===  127.0.0.1 -- GET
>>>>
>>>>command=listRouters&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoV
>>>>A
>>>>%
>>>>3D&listAll=true&page=1&pagesize=1&_=1365316510577
>>>> 2013-04-07 00:35:10,595 DEBUG [cloud.api.ApiServlet]
>>>> (1109449945@qtp-1008805148-34:null) ===START===  127.0.0.1 -- GET
>>>>
>>>>command=listCapacity&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8Go
>>>>V
>>>>A
>>>>%3D&_=1365316510593
>>>> 2013-04-07 00:35:10,609 DEBUG [cloud.api.ApiServlet]
>>>> (1109449945@qtp-1008805148-34:null) ===END===  127.0.0.1 -- GET
>>>>
>>>>command=listCapacity&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8Go
>>>>V
>>>>A
>>>>%3D&_=1365316510593
>>>> 2013-04-07 00:35:11,022 DEBUG [agent.manager.DirectAgentAttache]
>>>> (DirectAgent-298:null) Seq 5-614334468: Executing request
>>>> 2013-04-07 00:35:11,171 DEBUG [agent.manager.DirectAgentAttache]
>>>> (DirectAgent-298:null) Seq 5-614334468: Response Received:
>>>> 2013-04-07 00:35:11,172 DEBUG [agent.transport.Request]
>>>> (DirectAgent-298:null) Seq 5-614334468: Processing:  { Ans: , MgmtId:
>>>>1,
>>>> via: 5, Ver: v1, Flags: 10, [{"Answer":{"result":true,"wait":0}}] }
>>>> 2013-04-07 00:35:12,493 DEBUG [cloud.api.ApiServlet]
>>>> (1109449945@qtp-1008805148-34:null) ===START===  127.0.0.1 -- GET
>>>>
>>>>command=listStoragePools&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRf
>>>>l
>>>>8
>>>>GoVA%3D&page=1&pageSize=20&listAll=true&_=1365316512490
>>>> 2013-04-07 00:35:12,508 DEBUG [cloud.api.ApiServlet]
>>>> (1109449945@qtp-1008805148-34:null) ===END===  127.0.0.1 -- GET
>>>>
>>>>command=listStoragePools&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRf
>>>>l
>>>>8
>>>>GoVA%3D&page=1&pageSize=20&listAll=true&_=1365316512490
>>>> 2013-04-07 00:35:18,008 DEBUG [cloud.api.ApiServlet]
>>>> (1109449945@qtp-1008805148-34:null) ===START===  127.0.0.1 -- GET
>>>>
>>>>command=listZones&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%
>>>>3
>>>>D
>>>>&id=3a62dec3-cf95-4ba2-9af0-af2190af35e3&_=1365316518006
>>>> 2013-04-07 00:35:18,016 DEBUG [cloud.api.ApiServlet]
>>>> (1109449945@qtp-1008805148-34:null) ===END===  127.0.0.1 -- GET
>>>>
>>>>command=listZones&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%
>>>>3
>>>>D
>>>>&id=3a62dec3-cf95-4ba2-9af0-af2190af35e3&_=1365316518006
>>>> 2013-04-07 00:35:18,022 DEBUG [cloud.api.ApiServlet]
>>>> (1109449945@qtp-1008805148-34:null) ===START===  127.0.0.1 -- GET
>>>>
>>>>command=listStoragePools&id=iSCSI_SR_4&response=json&sessionkey=Z6QqzU0
>>>>F
>>>>q
>>>>1iT13bMgnRRfl8GoVA%3D&_=1365316518019
>>>> 2013-04-07 00:35:18,036 DEBUG [cloud.api.ApiServlet]
>>>> (1109449945@qtp-1008805148-34:null) ===END===  127.0.0.1 -- GET
>>>>
>>>>command=listStoragePools&id=iSCSI_SR_4&response=json&sessionkey=Z6QqzU0
>>>>F
>>>>q
>>>>1iT13bMgnRRfl8GoVA%3D&_=1365316518019
>>>> 2013-04-07 00:35:20,457 DEBUG
>>>> [storage.secondary.SecondaryStorageManagerImpl] (secstorage-1:null)
>>>>Zone 1
>>>> is ready to launch secondary storage VM
>>>> 2013-04-07 00:35:20,560 DEBUG
>>>>[cloud.consoleproxy.ConsoleProxyManagerImpl]
>>>> (consoleproxy-1:null) Zone 1 is ready to launch console proxy
>>>> 2013-04-07 00:35:20,820 DEBUG
>>>> [network.router.VirtualNetworkApplianceManagerImpl]
>>>> (RouterStatusMonitor-1:null) Found 0 routers to update status.
>>>> 2013-04-07 00:35:20,821 DEBUG
>>>> [network.router.VirtualNetworkApplianceManagerImpl]
>>>> (RouterStatusMonitor-1:null) Found 0 networks to update RvR status.
>>>> 2013-04-07 00:35:20,850 DEBUG
>>>> [network.router.VirtualNetworkApplianceManagerImpl]
>>>> (RouterStatusMonitor-1:null) Found 0 routers to update status.
>>>> 2013-04-07 00:35:20,851 DEBUG
>>>> [network.router.VirtualNetworkApplianceManagerImpl]
>>>> (RouterStatusMonitor-1:null) Found 0 networks to update RvR status.
>>>> 2013-04-07 00:35:23,644 DEBUG [cloud.api.ApiServlet]
>>>> (1109449945@qtp-1008805148-34:null) ===START===  127.0.0.1 -- GET
>>>>
>>>>command=listZones&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%
>>>>3
>>>>D
>>>>&id=3a62dec3-cf95-4ba2-9af0-af2190af35e3&_=1365316523642
>>>> 2013-04-07 00:35:23,652 DEBUG [cloud.api.ApiServlet]
>>>> (1109449945@qtp-1008805148-34:null) ===END===  127.0.0.1 -- GET
>>>>
>>>>command=listZones&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%
>>>>3
>>>>D
>>>>&id=3a62dec3-cf95-4ba2-9af0-af2190af35e3&_=1365316523642
>>>> 2013-04-07 00:35:23,657 DEBUG [cloud.api.ApiServlet]
>>>> (1109449945@qtp-1008805148-34:null) ===START===  127.0.0.1 -- GET
>>>>
>>>>command=listStoragePools&id=iSCSI_SR_3&response=json&sessionkey=Z6QqzU0
>>>>F
>>>>q
>>>>1iT13bMgnRRfl8GoVA%3D&_=1365316523655
>>>> 2013-04-07 00:35:23,670 DEBUG [cloud.api.ApiServlet]
>>>> (1109449945@qtp-1008805148-34:null) ===END===  127.0.0.1 -- GET
>>>>
>>>>command=listStoragePools&id=iSCSI_SR_3&response=json&sessionkey=Z6QqzU0
>>>>F
>>>>q
>>>>1iT13bMgnRRfl8GoVA%3D&_=1365316523655
>>>> 2013-04-07 00:35:24,890 DEBUG [agent.manager.AgentManagerImpl]
>>>> (AgentManager-Handler-2:null) Ping from 4
>>>> 2013-04-07 00:35:25,447 DEBUG [cloud.api.ApiServlet]
>>>> (1109449945@qtp-1008805148-34:null) ===START===  127.0.0.1 -- GET
>>>>
>>>>command=listZones&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%
>>>>3
>>>>D
>>>>&_=1365316525443
>>>> 2013-04-07 00:35:25,456 DEBUG [cloud.api.ApiServlet]
>>>> (1109449945@qtp-1008805148-34:null) ===END===  127.0.0.1 -- GET
>>>>
>>>>command=listZones&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%
>>>>3
>>>>D
>>>>&_=1365316525443
>>>> 2013-04-07 00:35:25,467 DEBUG [cloud.api.ApiServlet]
>>>> (1109449945@qtp-1008805148-34:null) ===START===  127.0.0.1 -- GET
>>>>
>>>>command=listPods&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3
>>>>D
>>>>&
>>>>page=1&pagesize=1&_=1365316525465
>>>> 2013-04-07 00:35:25,474 DEBUG [cloud.api.ApiServlet]
>>>> (1109449945@qtp-1008805148-34:null) ===END===  127.0.0.1 -- GET
>>>>
>>>>command=listPods&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3
>>>>D
>>>>&
>>>>page=1&pagesize=1&_=1365316525465
>>>> 2013-04-07 00:35:25,477 DEBUG [cloud.api.ApiServlet]
>>>> (1109449945@qtp-1008805148-34:null) ===START===  127.0.0.1 -- GET
>>>>
>>>>command=listClusters&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8Go
>>>>V
>>>>A
>>>>%3D&page=1&pagesize=1&_=1365316525475
>>>> 2013-04-07 00:35:25,485 DEBUG [cloud.api.ApiServlet]
>>>> (1109449945@qtp-1008805148-34:null) ===END===  127.0.0.1 -- GET
>>>>
>>>>command=listClusters&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8Go
>>>>V
>>>>A
>>>>%3D&page=1&pagesize=1&_=1365316525475
>>>> 2013-04-07 00:35:25,488 DEBUG [cloud.api.ApiServlet]
>>>> (1109449945@qtp-1008805148-34:null) ===START===  127.0.0.1 -- GET
>>>>
>>>>command=listHosts&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%
>>>>3
>>>>D
>>>>&type=routing&page=1&pagesize=1&_=1365316525486
>>>> 2013-04-07 00:35:25,493 DEBUG [api.query.QueryManagerImpl]
>>>> (1109449945@qtp-1008805148-34:null) >>>Searching for hosts>>>
>>>> 2013-04-07 00:35:25,498 DEBUG [api.query.QueryManagerImpl]
>>>> (1109449945@qtp-1008805148-34:null) >>>Generating Response>>>
>>>> 2013-04-07 00:35:25,504 DEBUG [cloud.api.ApiServlet]
>>>> (1109449945@qtp-1008805148-34:null) ===END===  127.0.0.1 -- GET
>>>>
>>>>command=listHosts&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%
>>>>3
>>>>D
>>>>&type=routing&page=1&pagesize=1&_=1365316525486
>>>> 2013-04-07 00:35:25,507 DEBUG [cloud.api.ApiServlet]
>>>> (1109449945@qtp-1008805148-34:null) ===START===  127.0.0.1 -- GET
>>>>
>>>>command=listStoragePools&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRf
>>>>l
>>>>8
>>>>GoVA%3D&page=1&pagesize=1&_=1365316525505
>>>> 2013-04-07 00:35:25,517 DEBUG [cloud.api.ApiServlet]
>>>> (1109449945@qtp-1008805148-34:null) ===END===  127.0.0.1 -- GET
>>>>
>>>>command=listStoragePools&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRf
>>>>l
>>>>8
>>>>GoVA%3D&page=1&pagesize=1&_=1365316525505
>>>> 2013-04-07 00:35:25,522 DEBUG [cloud.api.ApiServlet]
>>>> (1109449945@qtp-1008805148-34:null) ===START===  127.0.0.1 -- GET
>>>>
>>>>command=listHosts&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%
>>>>3
>>>>D
>>>>&type=SecondaryStorage&page=1&pagesize=1&_=1365316525519
>>>> 2013-04-07 00:35:25,526 DEBUG [api.query.QueryManagerImpl]
>>>> (1109449945@qtp-1008805148-34:null) >>>Searching for hosts>>>
>>>> 2013-04-07 00:35:25,531 DEBUG [api.query.QueryManagerImpl]
>>>> (1109449945@qtp-1008805148-34:null) >>>Generating Response>>>
>>>> 2013-04-07 00:35:25,533 DEBUG [cloud.api.ApiServlet]
>>>> (1109449945@qtp-1008805148-34:null) ===END===  127.0.0.1 -- GET
>>>>
>>>>command=listHosts&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%
>>>>3
>>>>D
>>>>&type=SecondaryStorage&page=1&pagesize=1&_=1365316525519
>>>> 2013-04-07 00:35:25,536 DEBUG [cloud.api.ApiServlet]
>>>> (1109449945@qtp-1008805148-34:null) ===START===  127.0.0.1 -- GET
>>>>
>>>>command=listSystemVms&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8G
>>>>o
>>>>V
>>>>A%3D&page=1&pagesize=1&_=1365316525534
>>>> 2013-04-07 00:35:25,591 DEBUG [cloud.api.ApiServlet]
>>>> (1109449945@qtp-1008805148-34:null) ===END===  127.0.0.1 -- GET
>>>>
>>>>command=listSystemVms&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8G
>>>>o
>>>>V
>>>>A%3D&page=1&pagesize=1&_=1365316525534
>>>> 2013-04-07 00:35:25,595 DEBUG [cloud.api.ApiServlet]
>>>> (1109449945@qtp-1008805148-34:null) ===START===  127.0.0.1 -- GET
>>>>
>>>>command=listRouters&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoV
>>>>A
>>>>%
>>>>3D&projectid=-1&page=1&pagesize=1&_=1365316525593
>>>> 2013-04-07 00:35:25,603 DEBUG [cloud.api.ApiServlet]
>>>> (1109449945@qtp-1008805148-34:null) ===END===  127.0.0.1 -- GET
>>>>
>>>>command=listRouters&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoV
>>>>A
>>>>%
>>>>3D&projectid=-1&page=1&pagesize=1&_=1365316525593
>>>> 2013-04-07 00:35:25,606 DEBUG [cloud.api.ApiServlet]
>>>> (1109449945@qtp-1008805148-34:null) ===START===  127.0.0.1 -- GET
>>>>
>>>>command=listRouters&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoV
>>>>A
>>>>%
>>>>3D&listAll=true&page=1&pagesize=1&_=1365316525604
>>>> 2013-04-07 00:35:25,617 DEBUG [cloud.api.ApiServlet]
>>>> (1109449945@qtp-1008805148-34:null) ===END===  127.0.0.1 -- GET
>>>>
>>>>command=listRouters&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoV
>>>>A
>>>>%
>>>>3D&listAll=true&page=1&pagesize=1&_=1365316525604
>>>> 2013-04-07 00:35:25,621 DEBUG [cloud.api.ApiServlet]
>>>> (1109449945@qtp-1008805148-34:null) ===START===  127.0.0.1 -- GET
>>>>
>>>>command=listCapacity&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8Go
>>>>V
>>>>A
>>>>%3D&_=1365316525619
>>>> 2013-04-07 00:35:25,634 DEBUG [cloud.api.ApiServlet]
>>>> (1109449945@qtp-1008805148-34:null) ===END===  127.0.0.1 -- GET
>>>>
>>>>command=listCapacity&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8Go
>>>>V
>>>>A
>>>>%3D&_=1365316525619
>>>> 2013-04-07 00:35:27,158 DEBUG [agent.manager.DirectAgentAttache]
>>>> (DirectAgent-276:null) Ping from 1
>>>> 2013-04-07 00:35:29,095 DEBUG [agent.manager.DirectAgentAttache]
>>>> (DirectAgent-139:null) Seq 1-90046472: Executing request
>>>> 2013-04-07 00:35:29,302 DEBUG [agent.manager.DirectAgentAttache]
>>>> (DirectAgent-139:null) Seq 1-90046472: Response Received:
>>>> 2013-04-07 00:35:29,303 DEBUG [agent.transport.Request]
>>>> (DirectAgent-139:null) Seq 1-90046472: Processing:  { Ans: , MgmtId: 
>>>>1,
>>>> via: 1, Ver: v1, Flags: 10,
>>>>
>>>>[{"ClusterSyncAnswer":{"_clusterId":1,"_newStates":{},"_isExecuted":fal
>>>>s
>>>>e
>>>>,"result":true,"wait":0}}]
>>>> }
>>>> 2013-04-07 00:35:31,624 DEBUG [cloud.api.ApiServlet]
>>>> (1109449945@qtp-1008805148-34:null) ===START===  127.0.0.1 -- GET
>>>>
>>>>command=listVirtualMachines&response=json&sessionkey=Z6QqzU0Fq1iT13bMgn
>>>>R
>>>>R
>>>>fl8GoVA%3D&listAll=true&page=1&pagesize=20&_=1365316531622
>>>> 2013-04-07 00:35:31,644 DEBUG [cloud.api.ApiServlet]
>>>> (1109449945@qtp-1008805148-34:null) ===END===  127.0.0.1 -- GET
>>>>
>>>>command=listVirtualMachines&response=json&sessionkey=Z6QqzU0Fq1iT13bMgn
>>>>R
>>>>R
>>>>fl8GoVA%3D&listAll=true&page=1&pagesize=20&_=1365316531622
>>>> 2013-04-07 00:35:32,710 DEBUG [cloud.api.ApiServlet]
>>>> (1109449945@qtp-1008805148-34:null) ===START===  127.0.0.1 -- GET
>>>>
>>>>command=listVolumes&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoV
>>>>A
>>>>%
>>>>3D&listAll=true&page=1&pagesize=20&_=1365316532708
>>>> 2013-04-07 00:35:32,724 DEBUG [cloud.api.ApiServlet]
>>>> (1109449945@qtp-1008805148-34:null) ===END===  127.0.0.1 -- GET
>>>>
>>>>command=listVolumes&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoV
>>>>A
>>>>%
>>>>3D&listAll=true&page=1&pagesize=20&_=1365316532708
>>>> 2013-04-07 00:35:33,917 DEBUG [cloud.api.ApiServlet]
>>>> (1109449945@qtp-1008805148-34:null) ===START===  127.0.0.1 -- GET
>>>>
>>>>command=listVirtualMachines&response=json&sessionkey=Z6QqzU0Fq1iT13bMgn
>>>>R
>>>>R
>>>>fl8GoVA%3D&listAll=true&page=1&pagesize=20&_=1365316533915
>>>> 2013-04-07 00:35:33,935 DEBUG [cloud.api.ApiServlet]
>>>> (1109449945@qtp-1008805148-34:null) ===END===  127.0.0.1 -- GET
>>>>
>>>>command=listVirtualMachines&response=json&sessionkey=Z6QqzU0Fq1iT13bMgn
>>>>R
>>>>R
>>>>fl8GoVA%3D&listAll=true&page=1&pagesize=20&_=1365316533915
>>>> 2013-04-07 00:35:35,668 DEBUG [cloud.api.ApiServlet]
>>>> (1109449945@qtp-1008805148-34:null) ===START===  127.0.0.1 -- GET
>>>>
>>>>command=listVirtualMachines&id=c18ddf7c-fc61-40b0-af75-fdef05f8eae6&res
>>>>p
>>>>o
>>>>nse=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316535666
>>>> 2013-04-07 00:35:35,689 DEBUG [cloud.api.ApiServlet]
>>>> (1109449945@qtp-1008805148-34:null) ===END===  127.0.0.1 -- GET
>>>>
>>>>command=listVirtualMachines&id=c18ddf7c-fc61-40b0-af75-fdef05f8eae6&res
>>>>p
>>>>o
>>>>nse=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316535666
>>>> 2013-04-07 00:35:35,695 DEBUG [cloud.api.ApiServlet]
>>>> (1109449945@qtp-1008805148-34:null) ===START===  127.0.0.1 -- GET
>>>>
>>>>command=listOsTypes&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoV
>>>>A
>>>>%
>>>>3D&_=1365316535693
>>>> 2013-04-07 00:35:35,873 DEBUG [cloud.api.ApiServlet]
>>>> (1109449945@qtp-1008805148-34:null) ===END===  127.0.0.1 -- GET
>>>>
>>>>command=listOsTypes&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoV
>>>>A
>>>>%
>>>>3D&_=1365316535693
>>>> 2013-04-07 00:35:39,081 DEBUG [cloud.api.ApiServlet]
>>>> (1109449945@qtp-1008805148-34:null) ===START===  127.0.0.1 -- GET
>>>>
>>>>command=destroyVirtualMachine&id=c18ddf7c-fc61-40b0-af75-fdef05f8eae6&r
>>>>e
>>>>s
>>>>ponse=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316539079
>>>> 2013-04-07 00:35:39,103 DEBUG [cloud.async.AsyncJobManagerImpl]
>>>> (1109449945@qtp-1008805148-34:null) submit async job-45, details:
>>>> AsyncJobVO {id:45, userId: 2, accountId: 2, sessionKey: null,
>>>>instanceType:
>>>> null, instanceId: 12, cmd:
>>>> org.apache.cloudstack.api.command.user.vm.DestroyVMCmd, cmdOriginator:
>>>> null, cmdInfo:
>>>>
>>>>{"id":"c18ddf7c-fc61-40b0-af75-fdef05f8eae6","response":"json","session
>>>>k
>>>>e
>>>>y":"Z6QqzU0Fq1iT13bMgnRRfl8GoVA\u003d","ctxUserId":"2","_":"13653165390
>>>>7
>>>>9
>>>>","ctxAccountId":"2","ctxStartEventId":"50"},
>>>> cmdVersion: 0, callbackType: 0, callbackAddress: null, status: 0,
>>>> processStatus: 0, resultCode: 0, result: null, initMsid: 1,
>>>>completeMsid:
>>>> null, lastUpdated: null, lastPolled: null, created: null}
>>>> 2013-04-07 00:35:39,104 DEBUG [cloud.async.AsyncJobManagerImpl]
>>>> (Job-Executor-38:job-45) Executing
>>>> org.apache.cloudstack.api.command.user.vm.DestroyVMCmd for job-45
>>>> 2013-04-07 00:35:39,105 DEBUG [cloud.api.ApiServlet]
>>>> (1109449945@qtp-1008805148-34:null) ===END===  127.0.0.1 -- GET
>>>>
>>>>command=destroyVirtualMachine&id=c18ddf7c-fc61-40b0-af75-fdef05f8eae6&r
>>>>e
>>>>s
>>>>ponse=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316539079
>>>> 2013-04-07 00:35:39,119 DEBUG [cloud.vm.VirtualMachineManagerImpl]
>>>> (Job-Executor-38:job-45) Destroying vm
>>>> VM[User|c18ddf7c-fc61-40b0-af75-fdef05f8eae6]
>>>> 2013-04-07 00:35:39,123 DEBUG [cloud.capacity.CapacityManagerImpl]
>>>> (Job-Executor-38:job-45) VM state transitted from :Running to Stopping
>>>>with
>>>> event: StopRequestedvm's original host id: 5 new host id: 5 host id
>>>>before
>>>> state transition: 5
>>>> 2013-04-07 00:35:39,125 DEBUG [agent.transport.Request]
>>>> (Job-Executor-38:job-45) Seq 5-614334817: Sending  { Cmd , MgmtId: 1,
>>>>via:
>>>> 5, Ver: v1, Flags: 100111,
>>>> [{"StopCommand":{"isProxy":false,"vmName":"i-2-12-VM","wait":0}}] }
>>>> 2013-04-07 00:35:39,125 DEBUG [agent.transport.Request]
>>>> (Job-Executor-38:job-45) Seq 5-614334817: Executing:  { Cmd , MgmtId:
>>>>1,
>>>> via: 5, Ver: v1, Flags: 100111,
>>>> [{"StopCommand":{"isProxy":false,"vmName":"i-2-12-VM","wait":0}}] }
>>>> 2013-04-07 00:35:39,125 DEBUG [agent.manager.DirectAgentAttache]
>>>> (DirectAgent-414:null) Seq 5-614334817: Executing request
>>>> 2013-04-07 00:35:39,289 DEBUG [xen.resource.CitrixResourceBase]
>>>> (DirectAgent-414:null) 9. The VM i-2-12-VM is in Stopping state
>>>> 2013-04-07 00:35:39,720 INFO  [xen.resource.CitrixResourceBase]
>>>> (DirectAgent-414:null) Removed  network rules for vm i-2-12-VM
>>>> 2013-04-07 00:35:42,113 DEBUG [cloud.api.ApiServlet]
>>>> (1109449945@qtp-1008805148-34:null) ===START===  127.0.0.1 -- GET
>>>>
>>>>command=queryAsyncJobResult&jobId=1288fa5b-8b5f-4952-b056-b180437edfd5&
>>>>r
>>>>e
>>>>sponse=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316542111
>>>> 2013-04-07 00:35:42,127 DEBUG [cloud.api.ApiServlet]
>>>> (1109449945@qtp-1008805148-34:null) ===END===  127.0.0.1 -- GET
>>>>
>>>>command=queryAsyncJobResult&jobId=1288fa5b-8b5f-4952-b056-b180437edfd5&
>>>>r
>>>>e
>>>>sponse=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316542111
>>>> 2013-04-07 00:35:45,114 DEBUG [cloud.api.ApiServlet]
>>>> (1109449945@qtp-1008805148-34:null) ===START===  127.0.0.1 -- GET
>>>>
>>>>command=queryAsyncJobResult&jobId=1288fa5b-8b5f-4952-b056-b180437edfd5&
>>>>r
>>>>e
>>>>sponse=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316545112
>>>> 2013-04-07 00:35:45,129 DEBUG [cloud.api.ApiServlet]
>>>> (1109449945@qtp-1008805148-34:null) ===END===  127.0.0.1 -- GET
>>>>
>>>>command=queryAsyncJobResult&jobId=1288fa5b-8b5f-4952-b056-b180437edfd5&
>>>>r
>>>>e
>>>>sponse=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316545112
>>>> 2013-04-07 00:35:47,682 DEBUG [agent.manager.AgentManagerImpl]
>>>> (AgentManager-Handler-3:null) Ping from 3
>>>> 2013-04-07 00:35:48,115 DEBUG [cloud.api.ApiServlet]
>>>> (1109449945@qtp-1008805148-34:null) ===START===  127.0.0.1 -- GET
>>>>
>>>>command=queryAsyncJobResult&jobId=1288fa5b-8b5f-4952-b056-b180437edfd5&
>>>>r
>>>>e
>>>>sponse=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316548112
>>>> 2013-04-07 00:35:48,133 DEBUG [cloud.api.ApiServlet]
>>>> (1109449945@qtp-1008805148-34:null) ===END===  127.0.0.1 -- GET
>>>>
>>>>command=queryAsyncJobResult&jobId=1288fa5b-8b5f-4952-b056-b180437edfd5&
>>>>r
>>>>e
>>>>sponse=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316548112
>>>> 2013-04-07 00:35:50,456 DEBUG
>>>> [storage.secondary.SecondaryStorageManagerImpl] (secstorage-1:null)
>>>>Zone 1
>>>> is ready to launch secondary storage VM
>>>> 2013-04-07 00:35:50,564 DEBUG
>>>>[cloud.consoleproxy.ConsoleProxyManagerImpl]
>>>> (consoleproxy-1:null) Zone 1 is ready to launch console proxy
>>>> 2013-04-07 00:35:50,819 DEBUG
>>>> [network.router.VirtualNetworkApplianceManagerImpl]
>>>> (RouterStatusMonitor-1:null) Found 0 routers to update status.
>>>> 2013-04-07 00:35:50,821 DEBUG
>>>> [network.router.VirtualNetworkApplianceManagerImpl]
>>>> (RouterStatusMonitor-1:null) Found 0 networks to update RvR status.
>>>> 2013-04-07 00:35:50,851 DEBUG
>>>> [network.router.VirtualNetworkApplianceManagerImpl]
>>>> (RouterStatusMonitor-1:null) Found 0 routers to update status.
>>>> 2013-04-07 00:35:50,852 DEBUG
>>>> [network.router.VirtualNetworkApplianceManagerImpl]
>>>> (RouterStatusMonitor-1:null) Found 0 networks to update RvR status.
>>>> 2013-04-07 00:35:51,117 DEBUG [cloud.api.ApiServlet]
>>>> (1109449945@qtp-1008805148-34:null) ===START===  127.0.0.1 -- GET
>>>>
>>>>command=queryAsyncJobResult&jobId=1288fa5b-8b5f-4952-b056-b180437edfd5&
>>>>r
>>>>e
>>>>sponse=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316551115
>>>> 2013-04-07 00:35:51,132 DEBUG [cloud.api.ApiServlet]
>>>> (1109449945@qtp-1008805148-34:null) ===END===  127.0.0.1 -- GET
>>>>
>>>>command=queryAsyncJobResult&jobId=1288fa5b-8b5f-4952-b056-b180437edfd5&
>>>>r
>>>>e
>>>>sponse=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316551115
>>>> 2013-04-07 00:35:51,242 DEBUG [xen.resource.CitrixResourceBase]
>>>> (DirectAgent-414:null) 10. The VM i-2-12-VM is in Stopped state
>>>> 2013-04-07 00:35:51,242 DEBUG [agent.manager.DirectAgentAttache]
>>>> (DirectAgent-414:null) Seq 5-614334817: Response Received:
>>>> 2013-04-07 00:35:51,243 DEBUG [agent.transport.Request]
>>>> (DirectAgent-414:null) Seq 5-614334817: Processing:  { Ans: , MgmtId:
>>>>1,
>>>> via: 5, Ver: v1, Flags: 110,
>>>> [{"StopAnswer":{"vncPort":0,"result":true,"details":"Stop VM i-2-12-VM
>>>> Succeed","wait":0}}] }
>>>> 2013-04-07 00:35:51,243 DEBUG [agent.transport.Request]
>>>> (Job-Executor-38:job-45) Seq 5-614334817: Received:  { Ans: , MgmtId:
>>>>1,
>>>> via: 5, Ver: v1, Flags: 110, { StopAnswer } }
>>>> 2013-04-07 00:35:51,243 DEBUG [agent.manager.AgentAttache]
>>>> (DirectAgent-414:null) Seq 5-614334817: No more commands found
>>>> 2013-04-07 00:35:51,244 DEBUG [cloud.vm.VirtualMachineManagerImpl]
>>>> (Job-Executor-38:job-45) VM[User|c18ddf7c-fc61-40b0-af75-fdef05f8eae6]
>>>>is
>>>> stopped on the host.  Proceeding to release resource held.
>>>> 2013-04-07 00:35:51,251 DEBUG [cloud.network.NetworkManagerImpl]
>>>> (Job-Executor-38:job-45) Changing active number of nics for network
>>>>id=204
>>>> on -1
>>>> 2013-04-07 00:35:51,252 DEBUG [cloud.network.NetworkManagerImpl]
>>>> (Job-Executor-38:job-45) Asking ElasticLoadBalancerElement to release
>>>> Nic[18-12-6416c373-20d8-4617-8dcb-30a8ff9d0f34-192.168.56.195]
>>>> 2013-04-07 00:35:51,252 DEBUG [cloud.network.NetworkManagerImpl]
>>>> (Job-Executor-38:job-45) Asking NiciraNvpElement to release
>>>> Nic[18-12-6416c373-20d8-4617-8dcb-30a8ff9d0f34-192.168.56.195]
>>>> 2013-04-07 00:35:51,252 DEBUG [network.element.NiciraNvpElement]
>>>> (Job-Executor-38:job-45) Checking if NiciraNvpElement can handle
>>>>service
>>>> Connectivity on network guestNetworkForBasicZone
>>>> 2013-04-07 00:35:51,252 DEBUG [cloud.network.NetworkManagerImpl]
>>>> (Job-Executor-38:job-45) Asking BigSwitchVnsElement to release
>>>> Nic[18-12-6416c373-20d8-4617-8dcb-30a8ff9d0f34-192.168.56.195]
>>>> 2013-04-07 00:35:51,252 DEBUG [network.element.BigSwitchVnsElement]
>>>> (Job-Executor-38:job-45) Checking if BigSwitchVnsElement can handle
>>>>service
>>>> Connectivity on network guestNetworkForBasicZone
>>>> 2013-04-07 00:35:51,252 DEBUG [cloud.network.NetworkManagerImpl]
>>>> (Job-Executor-38:job-45) Asking Ovs to release
>>>> Nic[18-12-6416c373-20d8-4617-8dcb-30a8ff9d0f34-192.168.56.195]
>>>> 2013-04-07 00:35:51,252 DEBUG [cloud.network.NetworkManagerImpl]
>>>> (Job-Executor-38:job-45) Asking BareMetalDhcp to release
>>>> Nic[18-12-6416c373-20d8-4617-8dcb-30a8ff9d0f34-192.168.56.195]
>>>> 2013-04-07 00:35:51,252 DEBUG [cloud.network.NetworkManagerImpl]
>>>> (Job-Executor-38:job-45) Asking BareMetalPxe to release
>>>> Nic[18-12-6416c373-20d8-4617-8dcb-30a8ff9d0f34-192.168.56.195]
>>>> 2013-04-07 00:35:51,252 DEBUG [cloud.network.NetworkManagerImpl]
>>>> (Job-Executor-38:job-45) Asking BareMetalUserdata to release
>>>> Nic[18-12-6416c373-20d8-4617-8dcb-30a8ff9d0f34-192.168.56.195]
>>>> 2013-04-07 00:35:51,252 DEBUG [cloud.network.NetworkManagerImpl]
>>>> (Job-Executor-38:job-45) Asking SecurityGroupProvider to release
>>>> Nic[18-12-6416c373-20d8-4617-8dcb-30a8ff9d0f34-192.168.56.195]
>>>> 2013-04-07 00:35:51,252 DEBUG [cloud.network.NetworkManagerImpl]
>>>> (Job-Executor-38:job-45) Asking VirtualRouter to release
>>>> Nic[18-12-6416c373-20d8-4617-8dcb-30a8ff9d0f34-192.168.56.195]
>>>> 2013-04-07 00:35:51,253 DEBUG [cloud.network.NetworkManagerImpl]
>>>> (Job-Executor-38:job-45) Asking VpcVirtualRouter to release
>>>> Nic[18-12-6416c373-20d8-4617-8dcb-30a8ff9d0f34-192.168.56.195]
>>>> 2013-04-07 00:35:51,253 DEBUG [cloud.network.NetworkManagerImpl]
>>>> (Job-Executor-38:job-45) Asking NiciraNvp to release
>>>> Nic[18-12-6416c373-20d8-4617-8dcb-30a8ff9d0f34-192.168.56.195]
>>>> 2013-04-07 00:35:51,253 DEBUG [network.element.NiciraNvpElement]
>>>> (Job-Executor-38:job-45) Checking if NiciraNvpElement can handle
>>>>service
>>>> Connectivity on network guestNetworkForBasicZone
>>>> 2013-04-07 00:35:51,253 DEBUG [cloud.network.NetworkManagerImpl]
>>>> (Job-Executor-38:job-45) Asking JuniperSRX to release
>>>> Nic[18-12-6416c373-20d8-4617-8dcb-30a8ff9d0f34-192.168.56.195]
>>>> 2013-04-07 00:35:51,253 DEBUG [cloud.network.NetworkManagerImpl]
>>>> (Job-Executor-38:job-45) Asking Netscaler to release
>>>> Nic[18-12-6416c373-20d8-4617-8dcb-30a8ff9d0f34-192.168.56.195]
>>>> 2013-04-07 00:35:51,253 DEBUG [cloud.network.NetworkManagerImpl]
>>>> (Job-Executor-38:job-45) Asking F5BigIP to release
>>>> Nic[18-12-6416c373-20d8-4617-8dcb-30a8ff9d0f34-192.168.56.195]
>>>> 2013-04-07 00:35:51,253 DEBUG [cloud.network.NetworkManagerImpl]
>>>> (Job-Executor-38:job-45) Asking CiscoNexus1000vVSM to release
>>>> Nic[18-12-6416c373-20d8-4617-8dcb-30a8ff9d0f34-192.168.56.195]
>>>> 2013-04-07 00:35:51,253 DEBUG [cloud.vm.VirtualMachineManagerImpl]
>>>> (Job-Executor-38:job-45) Successfully released network resources for
>>>>the vm
>>>> VM[User|c18ddf7c-fc61-40b0-af75-fdef05f8eae6]
>>>> 2013-04-07 00:35:51,253 DEBUG [cloud.vm.VirtualMachineManagerImpl]
>>>> (Job-Executor-38:job-45) Successfully released storage resources for
>>>>the vm
>>>> VM[User|c18ddf7c-fc61-40b0-af75-fdef05f8eae6]
>>>> 2013-04-07 00:35:51,298 DEBUG [cloud.capacity.CapacityManagerImpl]
>>>> (Job-Executor-38:job-45) VM state transitted from :Stopping to Stopped
>>>>with
>>>> event: OperationSucceededvm's original host id: 5 new host id: null
>>>>host id
>>>> before state transition: 5
>>>> 2013-04-07 00:35:51,302 DEBUG [cloud.capacity.CapacityManagerImpl]
>>>> (Job-Executor-38:job-45) Hosts's actual total CPU: 2479 and CPU after
>>>> applying overprovisioning: 2479
>>>> 2013-04-07 00:35:51,303 DEBUG [cloud.capacity.CapacityManagerImpl]
>>>> (Job-Executor-38:job-45) release cpu from host: 5, old used:
>>>>100,reserved:
>>>> 0, actual total: 2479, total with overprovisioning: 2479; new used:
>>>> 0,reserved:100; movedfromreserved: false,moveToReserveredtrue
>>>> 2013-04-07 00:35:51,303 DEBUG [cloud.capacity.CapacityManagerImpl]
>>>> (Job-Executor-38:job-45) release mem from host: 5, old used:
>>>> 1073741824,reserved: 0, total: 1671695424; new used:
>>>>0,reserved:1073741824;
>>>> movedfromreserved: false,moveToReserveredtrue
>>>> 2013-04-07 00:35:51,308 DEBUG [cloud.capacity.CapacityManagerImpl]
>>>> (Job-Executor-38:job-45) VM state transitted from :Stopped to 
>>>>Destroyed
>>>> with event: DestroyRequestedvm's original host id: 5 new host id: null
>>>>host
>>>> id before state transition: null
>>>> 2013-04-07 00:35:51,313 DEBUG [cloud.capacity.CapacityManagerImpl]
>>>> (Job-Executor-38:job-45) Hosts's actual total CPU: 2479 and CPU after
>>>> applying overprovisioning: 2479
>>>> 2013-04-07 00:35:51,313 DEBUG [cloud.capacity.CapacityManagerImpl]
>>>> (Job-Executor-38:job-45) release cpu from host: 5, old used:
>>>>0,reserved:
>>>> 100, actual total: 2479, total with overprovisioning: 2479; new used:
>>>> 0,reserved:0; movedfromreserved: true,moveToReserveredfalse
>>>> 2013-04-07 00:35:51,313 DEBUG [cloud.capacity.CapacityManagerImpl]
>>>> (Job-Executor-38:job-45) release mem from host: 5, old used:
>>>>0,reserved:
>>>> 1073741824, total: 1671695424; new used: 0,reserved:0;
>>>>movedfromreserved:
>>>> true,moveToReserveredfalse
>>>> 2013-04-07 00:35:51,328 DEBUG [cloud.async.AsyncJobManagerImpl]
>>>> (Job-Executor-38:job-45) Complete async job-45, jobStatus: 1,
>>>>resultCode:
>>>> 0, result: org.apache.cloudstack.api.response.UserVmResponse@324f6e41
>>>> 2013-04-07 00:35:51,332 DEBUG [cloud.async.AsyncJobManagerImpl]
>>>> (Job-Executor-38:job-45) Done executing
>>>> org.apache.cloudstack.api.command.user.vm.DestroyVMCmd for job-45
>>>> 2013-04-07 00:35:51,397 DEBUG [cloud.api.ApiServlet]
>>>> (1109449945@qtp-1008805148-34:null) ===START===  127.0.0.1 -- GET
>>>>
>>>>command=listVirtualMachines&id=94ddc16f-04fc-4da1-8326-01d8d5cdeb44&res
>>>>p
>>>>o
>>>>nse=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316551394
>>>> 2013-04-07 00:35:51,417 DEBUG [cloud.api.ApiServlet]
>>>> (1109449945@qtp-1008805148-34:null) ===END===  127.0.0.1 -- GET
>>>>
>>>>command=listVirtualMachines&id=94ddc16f-04fc-4da1-8326-01d8d5cdeb44&res
>>>>p
>>>>o
>>>>nse=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316551394
>>>> 2013-04-07 00:35:51,425 DEBUG [cloud.api.ApiServlet]
>>>> (1109449945@qtp-1008805148-34:null) ===START===  127.0.0.1 -- GET
>>>>
>>>>command=listOsTypes&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoV
>>>>A
>>>>%
>>>>3D&_=1365316551423
>>>> 2013-04-07 00:35:51,472 INFO  [agent.manager.AgentMonitor]
>>>> (Thread-11:null) Found the following agents behind on ping: [6, 5]
>>>> 2013-04-07 00:35:51,473 DEBUG [cloud.host.Status] (Thread-11:null) 
>>>>Ping
>>>> timeout for host 6, do invstigation
>>>> 2013-04-07 00:35:51,475 DEBUG [cloud.host.Status] (Thread-11:null) 
>>>>Ping
>>>> timeout for host 5, do invstigation
>>>> 2013-04-07 00:35:51,475 INFO  [agent.manager.AgentManagerImpl]
>>>> (AgentTaskPool-7:null) Investigating why host 6 has disconnected with
>>>>event
>>>> PingTimeout
>>>> 2013-04-07 00:35:51,475 DEBUG [agent.manager.AgentManagerImpl]
>>>> (AgentTaskPool-7:null) checking if agent (6) is alive
>>>> 2013-04-07 00:35:51,478 INFO  [agent.manager.AgentManagerImpl]
>>>> (AgentTaskPool-8:null) Investigating why host 5 has disconnected with
>>>>event
>>>> PingTimeout
>>>> 2013-04-07 00:35:51,478 DEBUG [agent.manager.AgentManagerImpl]
>>>> (AgentTaskPool-8:null) checking if agent (5) is alive
>>>> 2013-04-07 00:35:51,480 DEBUG [agent.transport.Request]
>>>> (AgentTaskPool-7:null) Seq 6-324993313: Sending  { Cmd , MgmtId: 1,
>>>>via: 6,
>>>> Ver: v1, Flags: 100011, [{"CheckHealthCommand":{"wait":50}}] }
>>>> 2013-04-07 00:35:51,481 DEBUG [agent.transport.Request]
>>>> (AgentTaskPool-7:null) Seq 6-324993313: Executing:  { Cmd , MgmtId: 1,
>>>>via:
>>>> 6, Ver: v1, Flags: 100011, [{"CheckHealthCommand":{"wait":50}}] }
>>>> 2013-04-07 00:35:51,481 DEBUG [agent.manager.DirectAgentAttache]
>>>> (DirectAgent-361:null) Seq 6-324993313: Executing request
>>>> 2013-04-07 00:35:51,488 DEBUG [agent.transport.Request]
>>>> (AgentTaskPool-8:null) Seq 5-614334818: Sending  { Cmd , MgmtId: 1,
>>>>via: 5,
>>>> Ver: v1, Flags: 100011, [{"CheckHealthCommand":{"wait":50}}] }
>>>> 2013-04-07 00:35:51,489 DEBUG [agent.transport.Request]
>>>> (AgentTaskPool-8:null) Seq 5-614334818: Executing:  { Cmd , MgmtId: 1,
>>>>via:
>>>> 5, Ver: v1, Flags: 100011, [{"CheckHealthCommand":{"wait":50}}] }
>>>> 2013-04-07 00:35:51,489 DEBUG [agent.manager.DirectAgentAttache]
>>>> (DirectAgent-290:null) Seq 5-614334818: Executing request
>>>> 2013-04-07 00:35:51,556 DEBUG [agent.manager.DirectAgentAttache]
>>>> (DirectAgent-290:null) Seq 5-614334818: Response Received:
>>>> 2013-04-07 00:35:51,557 DEBUG [agent.transport.Request]
>>>> (DirectAgent-290:null) Seq 5-614334818: Processing:  { Ans: , MgmtId:
>>>>1,
>>>> via: 5, Ver: v1, Flags: 10,
>>>> [{"CheckHealthAnswer":{"result":true,"details":"resource is
>>>> alive","wait":0}}] }
>>>> 2013-04-07 00:35:51,557 DEBUG [agent.transport.Request]
>>>> (AgentTaskPool-8:null) Seq 5-614334818: Received:  { Ans: , MgmtId: 1,
>>>>via:
>>>> 5, Ver: v1, Flags: 10, { CheckHealthAnswer } }
>>>> 2013-04-07 00:35:51,557 DEBUG [agent.manager.AgentManagerImpl]
>>>> (AgentTaskPool-8:null) Details from executing class
>>>> com.cloud.agent.api.CheckHealthCommand: resource is alive
>>>> 2013-04-07 00:35:51,557 DEBUG [agent.manager.AgentManagerImpl]
>>>> (AgentTaskPool-8:null) agent (5) responded to checkHeathCommand,
>>>>reporting
>>>> that agent is Up
>>>> 2013-04-07 00:35:51,557 INFO  [agent.manager.AgentManagerImpl]
>>>> (AgentTaskPool-8:null) The state determined is Up
>>>> 2013-04-07 00:35:51,557 INFO  [agent.manager.AgentManagerImpl]
>>>> (AgentTaskPool-8:null) Agent is determined to be up and running
>>>> 2013-04-07 00:35:51,557 DEBUG [cloud.host.Status]
>>>>(AgentTaskPool-8:null)
>>>> Transition:[Resource state = Enabled, Agent event = Ping, Host id = 5,
>>>>name
>>>> = Tut-XenServer2]
>>>> 2013-04-07 00:35:51,563 DEBUG [cloud.host.Status]
>>>>(AgentTaskPool-8:null)
>>>> Agent status update: [id = 5; name = Tut-XenServer2; old status = Up;
>>>>event
>>>> = Ping; new status = Up; old update count = 149; new update count =
>>>>150]
>>>> 2013-04-07 00:35:51,568 DEBUG [agent.manager.DirectAgentAttache]
>>>> (DirectAgent-361:null) Seq 6-324993313: Response Received:
>>>> 2013-04-07 00:35:51,568 DEBUG [agent.transport.Request]
>>>> (DirectAgent-361:null) Seq 6-324993313: Processing:  { Ans: , MgmtId:
>>>>1,
>>>> via: 6, Ver: v1, Flags: 10,
>>>> [{"CheckHealthAnswer":{"result":true,"details":"resource is
>>>> alive","wait":0}}] }
>>>> 2013-04-07 00:35:51,569 DEBUG [agent.transport.Request]
>>>> (AgentTaskPool-7:null) Seq 6-324993313: Received:  { Ans: , MgmtId: 1,
>>>>via:
>>>> 6, Ver: v1, Flags: 10, { CheckHealthAnswer } }
>>>> 2013-04-07 00:35:51,569 DEBUG [agent.manager.AgentManagerImpl]
>>>> (AgentTaskPool-7:null) Details from executing class
>>>> com.cloud.agent.api.CheckHealthCommand: resource is alive
>>>> 2013-04-07 00:35:51,569 DEBUG [agent.manager.AgentManagerImpl]
>>>> (AgentTaskPool-7:null) agent (6) responded to checkHeathCommand,
>>>>reporting
>>>> that agent is Up
>>>> 2013-04-07 00:35:51,569 INFO  [agent.manager.AgentManagerImpl]
>>>> (AgentTaskPool-7:null) The state determined is Up
>>>> 2013-04-07 00:35:51,569 INFO  [agent.manager.AgentManagerImpl]
>>>> (AgentTaskPool-7:null) Agent is determined to be up and running
>>>> 2013-04-07 00:35:51,569 DEBUG [cloud.host.Status]
>>>>(AgentTaskPool-7:null)
>>>> Transition:[Resource state = Enabled, Agent event = Ping, Host id = 6,
>>>>name
>>>> = Tut-XenServer]
>>>> 2013-04-07 00:35:51,574 DEBUG [cloud.host.Status]
>>>>(AgentTaskPool-7:null)
>>>> Agent status update: [id = 6; name = Tut-XenServer; old status = Up;
>>>>event
>>>> = Ping; new status = Up; old update count = 312; new update count =
>>>>313]
>>>> 2013-04-07 00:35:51,668 DEBUG [cloud.api.ApiServlet]
>>>> (1109449945@qtp-1008805148-34:null) ===END===  127.0.0.1 -- GET
>>>>
>>>>command=listOsTypes&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoV
>>>>A
>>>>%
>>>>3D&_=1365316551423
>>>> 2013-04-07 00:35:54,118 DEBUG [cloud.api.ApiServlet]
>>>> (1109449945@qtp-1008805148-34:null) ===START===  127.0.0.1 -- GET
>>>>
>>>>command=queryAsyncJobResult&jobId=1288fa5b-8b5f-4952-b056-b180437edfd5&
>>>>r
>>>>e
>>>>sponse=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316554116
>>>> 2013-04-07 00:35:54,129 DEBUG [cloud.async.AsyncJobManagerImpl]
>>>> (1109449945@qtp-1008805148-34:null) Async job-45 completed
>>>> 2013-04-07 00:35:54,135 DEBUG [cloud.api.ApiServlet]
>>>> (1109449945@qtp-1008805148-34:null) ===END===  127.0.0.1 -- GET
>>>>
>>>>command=queryAsyncJobResult&jobId=1288fa5b-8b5f-4952-b056-b180437edfd5&
>>>>r
>>>>e
>>>>sponse=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316554116
>>>> 2013-04-07 00:35:55,077 DEBUG [cloud.api.ApiServlet]
>>>> (1109449945@qtp-1008805148-34:null) ===START===  127.0.0.1 -- GET
>>>>
>>>>command=destroyVirtualMachine&id=94ddc16f-04fc-4da1-8326-01d8d5cdeb44&r
>>>>e
>>>>s
>>>>ponse=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316555075
>>>> 2013-04-07 00:35:55,098 DEBUG [cloud.async.AsyncJobManagerImpl]
>>>> (1109449945@qtp-1008805148-34:null) submit async job-46, details:
>>>> AsyncJobVO {id:46, userId: 2, accountId: 2, sessionKey: null,
>>>>instanceType:
>>>> null, instanceId: 13, cmd:
>>>> org.apache.cloudstack.api.command.user.vm.DestroyVMCmd, cmdOriginator:
>>>> null, cmdInfo:
>>>>
>>>>{"id":"94ddc16f-04fc-4da1-8326-01d8d5cdeb44","response":"json","session
>>>>k
>>>>e
>>>>y":"Z6QqzU0Fq1iT13bMgnRRfl8GoVA\u003d","ctxUserId":"2","_":"13653165550
>>>>7
>>>>5
>>>>","ctxAccountId":"2","ctxStartEventId":"51"},
>>>> cmdVersion: 0, callbackType: 0, callbackAddress: null, status: 0,
>>>> processStatus: 0, resultCode: 0, result: null, initMsid: 1,
>>>>completeMsid:
>>>> null, lastUpdated: null, lastPolled: null, created: null}
>>>> 2013-04-07 00:35:55,098 DEBUG [cloud.async.AsyncJobManagerImpl]
>>>> (Job-Executor-39:job-46) Executing
>>>> org.apache.cloudstack.api.command.user.vm.DestroyVMCmd for job-46
>>>> 2013-04-07 00:35:55,100 DEBUG [cloud.api.ApiServlet]
>>>> (1109449945@qtp-1008805148-34:null) ===END===  127.0.0.1 -- GET
>>>>
>>>>command=destroyVirtualMachine&id=94ddc16f-04fc-4da1-8326-01d8d5cdeb44&r
>>>>e
>>>>s
>>>>ponse=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316555075
>>>> 2013-04-07 00:35:55,113 DEBUG [cloud.vm.VirtualMachineManagerImpl]
>>>> (Job-Executor-39:job-46) Destroying vm
>>>> VM[User|94ddc16f-04fc-4da1-8326-01d8d5cdeb44]
>>>> 2013-04-07 00:35:55,116 DEBUG [cloud.capacity.CapacityManagerImpl]
>>>> (Job-Executor-39:job-46) VM state transitted from :Running to Stopping
>>>>with
>>>> event: StopRequestedvm's original host id: 6 new host id: 6 host id
>>>>before
>>>> state transition: 6
>>>> 2013-04-07 00:35:55,118 DEBUG [agent.transport.Request]
>>>> (Job-Executor-39:job-46) Seq 6-324993314: Sending  { Cmd , MgmtId: 1,
>>>>via:
>>>> 6, Ver: v1, Flags: 100111,
>>>> [{"StopCommand":{"isProxy":false,"vmName":"i-2-13-VM","wait":0}}] }
>>>> 2013-04-07 00:35:55,118 DEBUG [agent.transport.Request]
>>>> (Job-Executor-39:job-46) Seq 6-324993314: Executing:  { Cmd , MgmtId:
>>>>1,
>>>> via: 6, Ver: v1, Flags: 100111,
>>>> [{"StopCommand":{"isProxy":false,"vmName":"i-2-13-VM","wait":0}}] }
>>>> 2013-04-07 00:35:55,118 DEBUG [agent.manager.DirectAgentAttache]
>>>> (DirectAgent-7:null) Seq 6-324993314: Executing request
>>>> 2013-04-07 00:35:55,216 DEBUG [xen.resource.CitrixResourceBase]
>>>> (DirectAgent-7:null) 9. The VM i-2-13-VM is in Stopping state
>>>> 2013-04-07 00:35:55,532 INFO  [xen.resource.CitrixResourceBase]
>>>> (DirectAgent-7:null) Removed  network rules for vm i-2-13-VM
>>>> 2013-04-07 00:35:58,107 DEBUG [cloud.api.ApiServlet]
>>>> (1109449945@qtp-1008805148-34:null) ===START===  127.0.0.1 -- GET
>>>>
>>>>command=queryAsyncJobResult&jobId=042967f3-4fd4-4bcf-a646-999eeca87235&
>>>>r
>>>>e
>>>>sponse=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316558105
>>>> 2013-04-07 00:35:58,121 DEBUG [cloud.api.ApiServlet]
>>>> (1109449945@qtp-1008805148-34:null) ===END===  127.0.0.1 -- GET
>>>>
>>>>command=queryAsyncJobResult&jobId=042967f3-4fd4-4bcf-a646-999eeca87235&
>>>>r
>>>>e
>>>>sponse=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316558105
>>>> 2013-04-07 00:36:01,107 DEBUG [cloud.api.ApiServlet]
>>>> (1109449945@qtp-1008805148-34:null) ===START===  127.0.0.1 -- GET
>>>>
>>>>command=queryAsyncJobResult&jobId=042967f3-4fd4-4bcf-a646-999eeca87235&
>>>>r
>>>>e
>>>>sponse=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316561105
>>>> 2013-04-07 00:36:01,121 DEBUG [cloud.api.ApiServlet]
>>>> (1109449945@qtp-1008805148-34:null) ===END===  127.0.0.1 -- GET
>>>>
>>>>command=queryAsyncJobResult&jobId=042967f3-4fd4-4bcf-a646-999eeca87235&
>>>>r
>>>>e
>>>>sponse=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316561105
>>>> 2013-04-07 00:36:04,108 DEBUG [cloud.api.ApiServlet]
>>>> (1109449945@qtp-1008805148-34:null) ===START===  127.0.0.1 -- GET
>>>>
>>>>command=queryAsyncJobResult&jobId=042967f3-4fd4-4bcf-a646-999eeca87235&
>>>>r
>>>>e
>>>>sponse=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316564106
>>>> 2013-04-07 00:36:04,128 DEBUG [cloud.api.ApiServlet]
>>>> (1109449945@qtp-1008805148-34:null) ===END===  127.0.0.1 -- GET
>>>>
>>>>command=queryAsyncJobResult&jobId=042967f3-4fd4-4bcf-a646-999eeca87235&
>>>>r
>>>>e
>>>>sponse=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316564106
>>>> 2013-04-07 00:36:04,783 DEBUG [xen.resource.CitrixResourceBase]
>>>> (DirectAgent-7:null) 10. The VM i-2-13-VM is in Stopped state
>>>> 2013-04-07 00:36:04,783 DEBUG [agent.manager.DirectAgentAttache]
>>>> (DirectAgent-7:null) Seq 6-324993314: Response Received:
>>>> 2013-04-07 00:36:04,783 DEBUG [agent.transport.Request]
>>>> (DirectAgent-7:null) Seq 6-324993314: Processing:  { Ans: , MgmtId: 1,
>>>>via:
>>>> 6, Ver: v1, Flags: 110,
>>>> [{"StopAnswer":{"vncPort":0,"result":true,"details":"Stop VM i-2-13-VM
>>>> Succeed","wait":0}}] }
>>>> 2013-04-07 00:36:04,783 DEBUG [agent.transport.Request]
>>>> (Job-Executor-39:job-46) Seq 6-324993314: Received:  { Ans: , MgmtId:
>>>>1,
>>>> via: 6, Ver: v1, Flags: 110, { StopAnswer } }
>>>> 2013-04-07 00:36:04,783 DEBUG [agent.manager.AgentAttache]
>>>> (DirectAgent-7:null) Seq 6-324993314: No more commands found
>>>> 2013-04-07 00:36:04,784 DEBUG [cloud.vm.VirtualMachineManagerImpl]
>>>> (Job-Executor-39:job-46) VM[User|94ddc16f-04fc-4da1-8326-01d8d5cdeb44]
>>>>is
>>>> stopped on the host.  Proceeding to release resource held.
>>>> 2013-04-07 00:36:04,793 DEBUG [cloud.network.NetworkManagerImpl]
>>>> (Job-Executor-39:job-46) Changing active number of nics for network
>>>>id=204
>>>> on -1
>>>> 2013-04-07 00:36:04,794 DEBUG [cloud.network.NetworkManagerImpl]
>>>> (Job-Executor-39:job-46) Asking ElasticLoadBalancerElement to release
>>>> Nic[19-13-a8349669-6ff2-443f-88d3-c5d69100df3a-192.168.56.146]
>>>> 2013-04-07 00:36:04,794 DEBUG [cloud.network.NetworkManagerImpl]
>>>> (Job-Executor-39:job-46) Asking NiciraNvpElement to release
>>>> Nic[19-13-a8349669-6ff2-443f-88d3-c5d69100df3a-192.168.56.146]
>>>> 2013-04-07 00:36:04,795 DEBUG [network.element.NiciraNvpElement]
>>>> (Job-Executor-39:job-46) Checking if NiciraNvpElement can handle
>>>>service
>>>> Connectivity on network guestNetworkForBasicZone
>>>> 2013-04-07 00:36:04,795 DEBUG [cloud.network.NetworkManagerImpl]
>>>> (Job-Executor-39:job-46) Asking BigSwitchVnsElement to release
>>>> Nic[19-13-a8349669-6ff2-443f-88d3-c5d69100df3a-192.168.56.146]
>>>> 2013-04-07 00:36:04,795 DEBUG [network.element.BigSwitchVnsElement]
>>>> (Job-Executor-39:job-46) Checking if BigSwitchVnsElement can handle
>>>>service
>>>> Connectivity on network guestNetworkForBasicZone
>>>> 2013-04-07 00:36:04,795 DEBUG [cloud.network.NetworkManagerImpl]
>>>> (Job-Executor-39:job-46) Asking Ovs to release
>>>> Nic[19-13-a8349669-6ff2-443f-88d3-c5d69100df3a-192.168.56.146]
>>>> 2013-04-07 00:36:04,795 DEBUG [cloud.network.NetworkManagerImpl]
>>>> (Job-Executor-39:job-46) Asking BareMetalDhcp to release
>>>> Nic[19-13-a8349669-6ff2-443f-88d3-c5d69100df3a-192.168.56.146]
>>>> 2013-04-07 00:36:04,795 DEBUG [cloud.network.NetworkManagerImpl]
>>>> (Job-Executor-39:job-46) Asking BareMetalPxe to release
>>>> Nic[19-13-a8349669-6ff2-443f-88d3-c5d69100df3a-192.168.56.146]
>>>> 2013-04-07 00:36:04,795 DEBUG [cloud.network.NetworkManagerImpl]
>>>> (Job-Executor-39:job-46) Asking BareMetalUserdata to release
>>>> Nic[19-13-a8349669-6ff2-443f-88d3-c5d69100df3a-192.168.56.146]
>>>> 2013-04-07 00:36:04,795 DEBUG [cloud.network.NetworkManagerImpl]
>>>> (Job-Executor-39:job-46) Asking SecurityGroupProvider to release
>>>> Nic[19-13-a8349669-6ff2-443f-88d3-c5d69100df3a-192.168.56.146]
>>>> 2013-04-07 00:36:04,795 DEBUG [cloud.network.NetworkManagerImpl]
>>>> (Job-Executor-39:job-46) Asking VirtualRouter to release
>>>> Nic[19-13-a8349669-6ff2-443f-88d3-c5d69100df3a-192.168.56.146]
>>>> 2013-04-07 00:36:04,795 DEBUG [cloud.network.NetworkManagerImpl]
>>>> (Job-Executor-39:job-46) Asking VpcVirtualRouter to release
>>>> Nic[19-13-a8349669-6ff2-443f-88d3-c5d69100df3a-192.168.56.146]
>>>> 2013-04-07 00:36:04,795 DEBUG [cloud.network.NetworkManagerImpl]
>>>> (Job-Executor-39:job-46) Asking NiciraNvp to release
>>>> Nic[19-13-a8349669-6ff2-443f-88d3-c5d69100df3a-192.168.56.146]
>>>> 2013-04-07 00:36:04,795 DEBUG [network.element.NiciraNvpElement]
>>>> (Job-Executor-39:job-46) Checking if NiciraNvpElement can handle
>>>>service
>>>> Connectivity on network guestNetworkForBasicZone
>>>> 2013-04-07 00:36:04,795 DEBUG [cloud.network.NetworkManagerImpl]
>>>> (Job-Executor-39:job-46) Asking JuniperSRX to release
>>>> Nic[19-13-a8349669-6ff2-443f-88d3-c5d69100df3a-192.168.56.146]
>>>> 2013-04-07 00:36:04,795 DEBUG [cloud.network.NetworkManagerImpl]
>>>> (Job-Executor-39:job-46) Asking Netscaler to release
>>>> Nic[19-13-a8349669-6ff2-443f-88d3-c5d69100df3a-192.168.56.146]
>>>> 2013-04-07 00:36:04,795 DEBUG [cloud.network.NetworkManagerImpl]
>>>> (Job-Executor-39:job-46) Asking F5BigIP to release
>>>> Nic[19-13-a8349669-6ff2-443f-88d3-c5d69100df3a-192.168.56.146]
>>>> 2013-04-07 00:36:04,795 DEBUG [cloud.network.NetworkManagerImpl]
>>>> (Job-Executor-39:job-46) Asking CiscoNexus1000vVSM to release
>>>> Nic[19-13-a8349669-6ff2-443f-88d3-c5d69100df3a-192.168.56.146]
>>>> 2013-04-07 00:36:04,795 DEBUG [cloud.vm.VirtualMachineManagerImpl]
>>>> (Job-Executor-39:job-46) Successfully released network resources for
>>>>the vm
>>>> VM[User|94ddc16f-04fc-4da1-8326-01d8d5cdeb44]
>>>> 2013-04-07 00:36:04,795 DEBUG [cloud.vm.VirtualMachineManagerImpl]
>>>> (Job-Executor-39:job-46) Successfully released storage resources for
>>>>the vm
>>>> VM[User|94ddc16f-04fc-4da1-8326-01d8d5cdeb44]
>>>> 2013-04-07 00:36:04,836 DEBUG [cloud.capacity.CapacityManagerImpl]
>>>> (Job-Executor-39:job-46) VM state transitted from :Stopping to Stopped
>>>>with
>>>> event: OperationSucceededvm's original host id: 6 new host id: null
>>>>host id
>>>> before state transition: 6
>>>> 2013-04-07 00:36:04,843 DEBUG [cloud.capacity.CapacityManagerImpl]
>>>> (Job-Executor-39:job-46) Hosts's actual total CPU: 2382 and CPU after
>>>> applying overprovisioning: 2382
>>>> 2013-04-07 00:36:04,844 DEBUG [cloud.capacity.CapacityManagerImpl]
>>>> (Job-Executor-39:job-46) release cpu from host: 6, old used:
>>>>200,reserved:
>>>> 0, actual total: 2382, total with overprovisioning: 2382; new used:
>>>> 100,reserved:100; movedfromreserved: false,moveToReserveredtrue
>>>> 2013-04-07 00:36:04,844 DEBUG [cloud.capacity.CapacityManagerImpl]
>>>> (Job-Executor-39:job-46) release mem from host: 6, old used:
>>>> 1178599424,reserved: 0, total: 1671695424; new used:
>>>> 104857600,reserved:1073741824; movedfromreserved:
>>>>false,moveToReserveredtrue
>>>> 2013-04-07 00:36:04,854 DEBUG [cloud.capacity.CapacityManagerImpl]
>>>> (Job-Executor-39:job-46) VM state transitted from :Stopped to 
>>>>Destroyed
>>>> with event: DestroyRequestedvm's original host id: 6 new host id: null
>>>>host
>>>> id before state transition: null
>>>> 2013-04-07 00:36:04,863 DEBUG [cloud.capacity.CapacityManagerImpl]
>>>> (Job-Executor-39:job-46) Hosts's actual total CPU: 2382 and CPU after
>>>> applying overprovisioning: 2382
>>>> 2013-04-07 00:36:04,863 DEBUG [cloud.capacity.CapacityManagerImpl]
>>>> (Job-Executor-39:job-46) release cpu from host: 6, old used:
>>>>100,reserved:
>>>> 100, actual total: 2382, total with overprovisioning: 2382; new used:
>>>> 100,reserved:0; movedfromreserved: true,moveToReserveredfalse
>>>> 2013-04-07 00:36:04,863 DEBUG [cloud.capacity.CapacityManagerImpl]
>>>> (Job-Executor-39:job-46) release mem from host: 6, old used:
>>>> 104857600,reserved: 1073741824, total: 1671695424; new used:
>>>> 104857600,reserved:0; movedfromreserved: true,moveToReserveredfalse
>>>> 2013-04-07 00:36:04,892 DEBUG [cloud.async.AsyncJobManagerImpl]
>>>> (Job-Executor-39:job-46) Complete async job-46, jobStatus: 1,
>>>>resultCode:
>>>> 0, result: org.apache.cloudstack.api.response.UserVmResponse@519ba6bb
>>>> 2013-04-07 00:36:04,897 DEBUG [cloud.async.AsyncJobManagerImpl]
>>>> (Job-Executor-39:job-46) Done executing
>>>> org.apache.cloudstack.api.command.user.vm.DestroyVMCmd for job-46
>>>> 2013-04-07 00:36:04,949 DEBUG [agent.manager.DirectAgentAttache]
>>>> (DirectAgent-410:null) Ping from 6
>>>> 2013-04-07 00:36:06,058 DEBUG [agent.manager.DirectAgentAttache]
>>>> (DirectAgent-234:null) Ping from 5
>>>> 2013-04-07 00:36:06,909 DEBUG [agent.manager.DirectAgentAttache]
>>>> (DirectAgent-407:null) Seq 6-324993028: Executing request
>>>> 2013-04-07 00:36:07,097 DEBUG [xen.resource.CitrixResourceBase]
>>>> (DirectAgent-407:null) VM missing i-2-13-VM old state stopped so
>>>>removing.
>>>> 2013-04-07 00:36:07,098 DEBUG [xen.resource.CitrixResourceBase]
>>>> (DirectAgent-407:null) VM missing i-2-12-VM old state stopped so
>>>>removing.
>>>> 2013-04-07 00:36:07,098 DEBUG [agent.manager.DirectAgentAttache]
>>>> (DirectAgent-407:null) Seq 6-324993028: Response Received:
>>>> 2013-04-07 00:36:07,098 DEBUG [agent.transport.Request]
>>>> (DirectAgent-407:null) Seq 6-324993028: Processing:  { Ans: , MgmtId:
>>>>1,
>>>> via: 6, Ver: v1, Flags: 10,
>>>>
>>>>[{"ClusterSyncAnswer":{"_clusterId":2,"_newStates":{},"_isExecuted":fal
>>>>s
>>>>e
>>>>,"result":true,"wait":0}}]
>>>> }
>>>> 2013-04-07 00:36:07,109 DEBUG [cloud.api.ApiServlet]
>>>> (1109449945@qtp-1008805148-34:null) ===START===  127.0.0.1 -- GET
>>>>
>>>>command=queryAsyncJobResult&jobId=042967f3-4fd4-4bcf-a646-999eeca87235&
>>>>r
>>>>e
>>>>sponse=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316567107
>>>> 2013-04-07 00:36:07,119 DEBUG [cloud.async.AsyncJobManagerImpl]
>>>> (1109449945@qtp-1008805148-34:null) Async job-46 completed
>>>> 2013-04-07 00:36:07,125 DEBUG [cloud.api.ApiServlet]
>>>> (1109449945@qtp-1008805148-34:null) ===END===  127.0.0.1 -- GET
>>>>
>>>>command=queryAsyncJobResult&jobId=042967f3-4fd4-4bcf-a646-999eeca87235&
>>>>r
>>>>e
>>>>sponse=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316567107
>>>> 2013-04-07 00:36:11,022 DEBUG [agent.manager.DirectAgentAttache]
>>>> (DirectAgent-110:null) Seq 5-614334468: Executing request
>>>> 2013-04-07 00:36:11,171 DEBUG [agent.manager.DirectAgentAttache]
>>>> (DirectAgent-110:null) Seq 5-614334468: Response Received:
>>>> 2013-04-07 00:36:11,171 DEBUG [agent.transport.Request]
>>>> (DirectAgent-110:null) Seq 5-614334468: Processing:  { Ans: , MgmtId:
>>>>1,
>>>> via: 5, Ver: v1, Flags: 10, [{"Answer":{"result":true,"wait":0}}] }
>>>> 2013-04-07 00:36:12,411 DEBUG [cloud.api.ApiServlet]
>>>> (1109449945@qtp-1008805148-34:null) ===START===  127.0.0.1 -- GET
>>>>
>>>>command=listVolumes&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoV
>>>>A
>>>>%
>>>>3D&listAll=true&page=1&pagesize=20&_=1365316572408
>>>> 2013-04-07 00:36:12,426 DEBUG [cloud.api.ApiServlet]
>>>> (1109449945@qtp-1008805148-34:null) ===END===  127.0.0.1 -- GET
>>>>
>>>>command=listVolumes&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoV
>>>>A
>>>>%
>>>>3D&listAll=true&page=1&pagesize=20&_=1365316572408
>>>> 2013-04-07 00:36:13,241 DEBUG [cloud.api.ApiServlet]
>>>> (1109449945@qtp-1008805148-34:null) ===START===  127.0.0.1 -- GET
>>>>
>>>>command=listVirtualMachines&response=json&sessionkey=Z6QqzU0Fq1iT13bMgn
>>>>R
>>>>R
>>>>fl8GoVA%3D&listAll=true&page=1&pagesize=20&_=1365316573239
>>>> 2013-04-07 00:36:13,259 DEBUG [cloud.api.ApiServlet]
>>>> (1109449945@qtp-1008805148-34:null) ===END===  127.0.0.1 -- GET
>>>>
>>>>command=listVirtualMachines&response=json&sessionkey=Z6QqzU0Fq1iT13bMgn
>>>>R
>>>>R
>>>>fl8GoVA%3D&listAll=true&page=1&pagesize=20&_=1365316573239
>>>> 2013-04-07 00:36:19,140 DEBUG [cloud.api.ApiServlet]
>>>> (1109449945@qtp-1008805148-34:null) ===START===  127.0.0.1 -- GET
>>>>
>>>>command=listVolumes&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoV
>>>>A
>>>>%
>>>>3D&listAll=true&page=1&pagesize=20&_=1365316579137
>>>> 2013-04-07 00:36:19,155 DEBUG [cloud.api.ApiServlet]
>>>> (1109449945@qtp-1008805148-34:null) ===END===  127.0.0.1 -- GET
>>>>
>>>>command=listVolumes&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoV
>>>>A
>>>>%
>>>>3D&listAll=true&page=1&pagesize=20&_=1365316579137
>>>> 2013-04-07 00:36:20,452 DEBUG
>>>> [storage.secondary.SecondaryStorageManagerImpl] (secstorage-1:null)
>>>>Zone 1
>>>> is ready to launch secondary storage VM
>>>> 2013-04-07 00:36:20,498 DEBUG [cloud.api.ApiServlet]
>>>> (1109449945@qtp-1008805148-34:null) ===START===  127.0.0.1 -- GET
>>>>
>>>>command=listVirtualMachines&response=json&sessionkey=Z6QqzU0Fq1iT13bMgn
>>>>R
>>>>R
>>>>fl8GoVA%3D&listAll=true&page=1&pagesize=20&_=1365316580496
>>>> 2013-04-07 00:36:20,519 DEBUG [cloud.api.ApiServlet]
>>>> (1109449945@qtp-1008805148-34:null) ===END===  127.0.0.1 -- GET
>>>>
>>>>command=listVirtualMachines&response=json&sessionkey=Z6QqzU0Fq1iT13bMgn
>>>>R
>>>>R
>>>>fl8GoVA%3D&listAll=true&page=1&pagesize=20&_=1365316580496
>>>> 2013-04-07 00:36:20,554 DEBUG
>>>>[cloud.consoleproxy.ConsoleProxyManagerImpl]
>>>> (consoleproxy-1:null) Zone 1 is ready to launch console proxy
>>>> 2013-04-07 00:36:20,820 DEBUG
>>>> [network.router.VirtualNetworkApplianceManagerImpl]
>>>> (RouterStatusMonitor-1:null) Found 0 routers to update status.
>>>> 2013-04-07 00:36:20,821 DEBUG
>>>> [network.router.VirtualNetworkApplianceManagerImpl]
>>>> (RouterStatusMonitor-1:null) Found 0 networks to update RvR status.
>>>> 2013-04-07 00:36:20,850 DEBUG
>>>> [network.router.VirtualNetworkApplianceManagerImpl]
>>>> (RouterStatusMonitor-1:null) Found 0 routers to update status.
>>>> 2013-04-07 00:36:20,852 DEBUG
>>>> [network.router.VirtualNetworkApplianceManagerImpl]
>>>> (RouterStatusMonitor-1:null) Found 0 networks to update RvR status.
>>>> 2013-04-07 00:36:21,588 DEBUG [cloud.api.ApiServlet]
>>>> (1109449945@qtp-1008805148-34:null) ===START===  127.0.0.1 -- GET
>>>>
>>>>command=listVolumes&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoV
>>>>A
>>>>%
>>>>3D&listAll=true&page=1&pagesize=20&_=1365316581586
>>>> 2013-04-07 00:36:21,602 DEBUG [cloud.api.ApiServlet]
>>>> (1109449945@qtp-1008805148-34:null) ===END===  127.0.0.1 -- GET
>>>>
>>>>command=listVolumes&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoV
>>>>A
>>>>%
>>>>3D&listAll=true&page=1&pagesize=20&_=1365316581586
>>>> 2013-04-07 00:36:22,324 DEBUG [cloud.api.ApiServlet]
>>>> (1109449945@qtp-1008805148-34:null) ===START===  127.0.0.1 -- GET
>>>>
>>>>command=listVirtualMachines&response=json&sessionkey=Z6QqzU0Fq1iT13bMgn
>>>>R
>>>>R
>>>>fl8GoVA%3D&listAll=true&page=1&pagesize=20&_=1365316582321
>>>> 2013-04-07 00:36:22,348 DEBUG [cloud.api.ApiServlet]
>>>> (1109449945@qtp-1008805148-34:null) ===END===  127.0.0.1 -- GET
>>>>
>>>>command=listVirtualMachines&response=json&sessionkey=Z6QqzU0Fq1iT13bMgn
>>>>R
>>>>R
>>>>fl8GoVA%3D&listAll=true&page=1&pagesize=20&_=1365316582321
>>>> 2013-04-07 00:36:24,891 DEBUG [agent.manager.AgentManagerImpl]
>>>> (AgentManager-Handler-4:null) Ping from 4
>>>> 2013-04-07 00:36:27,193 DEBUG [agent.manager.DirectAgentAttache]
>>>> (DirectAgent-204:null) Ping from 1
>>>> 2013-04-07 00:36:29,095 DEBUG [agent.manager.DirectAgentAttache]
>>>> (DirectAgent-277:null) Seq 1-90046472: Executing request
>>>> 2013-04-07 00:36:29,354 DEBUG [agent.manager.DirectAgentAttache]
>>>> (DirectAgent-277:null) Seq 1-90046472: Response Received:
>>>> 2013-04-07 00:36:29,355 DEBUG [agent.transport.Request]
>>>> (DirectAgent-277:null) Seq 1-90046472: Processing:  { Ans: , MgmtId: 
>>>>1,
>>>> via: 1, Ver: v1, Flags: 10,
>>>>
>>>>[{"ClusterSyncAnswer":{"_clusterId":1,"_newStates":{},"_isExecuted":fal
>>>>s
>>>>e
>>>>,"result":true,"wait":0}}]
>>>> }
>>>> 2013-04-07 00:36:47,680 DEBUG [agent.manager.AgentManagerImpl]
>>>> (AgentManager-Handler-5:null) Ping from 3
>>>> 2013-04-07 00:36:50,451 DEBUG
>>>> [storage.secondary.SecondaryStorageManagerImpl] (secstorage-1:null)
>>>>Zone 1
>>>> is ready to launch secondary storage VM
>>>> 2013-04-07 00:36:50,554 DEBUG
>>>>[cloud.consoleproxy.ConsoleProxyManagerImpl]
>>>> (consoleproxy-1:null) Zone 1 is ready to launch console proxy
>>>> 2013-04-07 00:36:50,820 DEBUG
>>>> [network.router.VirtualNetworkApplianceManagerImpl]
>>>> (RouterStatusMonitor-1:null) Found 0 routers to update status.
>>>> 2013-04-07 00:36:50,821 DEBUG
>>>> [network.router.VirtualNetworkApplianceManagerImpl]
>>>> (RouterStatusMonitor-1:null) Found 0 networks to update RvR status.
>>>> 2013-04-07 00:36:50,851 DEBUG
>>>> [network.router.VirtualNetworkApplianceManagerImpl]
>>>> (RouterStatusMonitor-1:null) Found 0 routers to update status.
>>>> 2013-04-07 00:36:50,852 DEBUG
>>>> [network.router.VirtualNetworkApplianceManagerImpl]
>>>> (RouterStatusMonitor-1:null) Found 0 networks to update RvR status.
>>>> 2013-04-07 00:36:51,476 INFO  [agent.manager.AgentMonitor]
>>>> (Thread-11:null) Found the following agents behind on ping: [6, 5]
>>>> 2013-04-07 00:36:51,477 DEBUG [cloud.host.Status] (Thread-11:null) 
>>>>Ping
>>>> timeout for host 6, do invstigation
>>>> 2013-04-07 00:36:51,479 DEBUG [cloud.host.Status] (Thread-11:null) 
>>>>Ping
>>>> timeout for host 5, do invstigation
>>>> 2013-04-07 00:36:51,479 INFO  [agent.manager.AgentManagerImpl]
>>>> (AgentTaskPool-9:null) Investigating why host 6 has disconnected with
>>>>event
>>>> PingTimeout
>>>> 2013-04-07 00:36:51,479 DEBUG [agent.manager.AgentManagerImpl]
>>>> (AgentTaskPool-9:null) checking if agent (6) is alive
>>>> 2013-04-07 00:36:51,482 INFO  [agent.manager.AgentManagerImpl]
>>>> (AgentTaskPool-12:null) Investigating why host 5 has disconnected with
>>>> event PingTimeout
>>>> 2013-04-07 00:36:51,482 DEBUG [agent.manager.AgentManagerImpl]
>>>> (AgentTaskPool-12:null) checking if agent (5) is alive
>>>> 2013-04-07 00:36:51,483 DEBUG [agent.transport.Request]
>>>> (AgentTaskPool-9:null) Seq 6-324993315: Sending  { Cmd , MgmtId: 1,
>>>>via: 6,
>>>> Ver: v1, Flags: 100011, [{"CheckHealthCommand":{"wait":50}}] }
>>>> 2013-04-07 00:36:51,484 DEBUG [agent.transport.Request]
>>>> (AgentTaskPool-9:null) Seq 6-324993315: Executing:  { Cmd , MgmtId: 1,
>>>>via:
>>>> 6, Ver: v1, Flags: 100011, [{"CheckHealthCommand":{"wait":50}}] }
>>>> 2013-04-07 00:36:51,484 DEBUG [agent.manager.DirectAgentAttache]
>>>> (DirectAgent-169:null) Seq 6-324993315: Executing request
>>>> 2013-04-07 00:36:51,485 DEBUG [agent.transport.Request]
>>>> (AgentTaskPool-12:null) Seq 5-614334819: Sending  { Cmd , MgmtId: 1,
>>>>via:
>>>> 5, Ver: v1, Flags: 100011, [{"CheckHealthCommand":{"wait":50}}] }
>>>> 2013-04-07 00:36:51,485 DEBUG [agent.transport.Request]
>>>> (AgentTaskPool-12:null) Seq 5-614334819: Executing:  { Cmd , MgmtId: 
>>>>1,
>>>> via: 5, Ver: v1, Flags: 100011, [{"CheckHealthCommand":{"wait":50}}] }
>>>> 2013-04-07 00:36:51,485 DEBUG [agent.manager.DirectAgentAttache]
>>>> (DirectAgent-498:null) Seq 5-614334819: Executing request
>>>> 2013-04-07 00:36:51,542 DEBUG [agent.manager.DirectAgentAttache]
>>>> (DirectAgent-169:null) Seq 6-324993315: Response Received:
>>>> 2013-04-07 00:36:51,542 DEBUG [agent.transport.Request]
>>>> (DirectAgent-169:null) Seq 6-324993315: Processing:  { Ans: , MgmtId:
>>>>1,
>>>> via: 6, Ver: v1, Flags: 10,
>>>> [{"CheckHealthAnswer":{"result":true,"details":"resource is
>>>> alive","wait":0}}] }
>>>> 2013-04-07 00:36:51,542 DEBUG [agent.transport.Request]
>>>> (AgentTaskPool-9:null) Seq 6-324993315: Received:  { Ans: , MgmtId: 1,
>>>>via:
>>>> 6, Ver: v1, Flags: 10, { CheckHealthAnswer } }
>>>> 2013-04-07 00:36:51,542 DEBUG [agent.manager.AgentManagerImpl]
>>>> (AgentTaskPool-9:null) Details from executing class
>>>> com.cloud.agent.api.CheckHealthCommand: resource is alive
>>>> 2013-04-07 00:36:51,542 DEBUG [agent.manager.AgentManagerImpl]
>>>> (AgentTaskPool-9:null) agent (6) responded to checkHeathCommand,
>>>>reporting
>>>> that agent is Up
>>>> 2013-04-07 00:36:51,542 INFO  [agent.manager.AgentManagerImpl]
>>>> (AgentTaskPool-9:null) The state determined is Up
>>>> 2013-04-07 00:36:51,542 INFO  [agent.manager.AgentManagerImpl]
>>>> (AgentTaskPool-9:null) Agent is determined to be up and running
>>>> 2013-04-07 00:36:51,542 DEBUG [cloud.host.Status]
>>>>(AgentTaskPool-9:null)
>>>> Transition:[Resource state = Enabled, Agent event = Ping, Host id = 6,
>>>>name
>>>> = Tut-XenServer]
>>>> 2013-04-07 00:36:51,546 DEBUG [cloud.host.Status]
>>>>(AgentTaskPool-9:null)
>>>> Agent status update: [id = 6; name = Tut-XenServer; old status = Up;
>>>>event
>>>> = Ping; new status = Up; old update count = 313; new update count =
>>>>314]
>>>> 2013-04-07 00:36:51,549 DEBUG [agent.manager.DirectAgentAttache]
>>>> (DirectAgent-498:null) Seq 5-614334819: Response Received:
>>>> 2013-04-07 00:36:51,549 DEBUG [agent.transport.Request]
>>>> (DirectAgent-498:null) Seq 5-614334819: Processing:  { Ans: , MgmtId:
>>>>1,
>>>> via: 5, Ver: v1, Flags: 10,
>>>> [{"CheckHealthAnswer":{"result":true,"details":"resource is
>>>> alive","wait":0}}] }
>>>> 2013-04-07 00:36:51,549 DEBUG [agent.transport.Request]
>>>> (AgentTaskPool-12:null) Seq 5-614334819: Received:  { Ans: , MgmtId: 
>>>>1,
>>>> via: 5, Ver: v1, Flags: 10, { CheckHealthAnswer } }
>>>> 2013-04-07 00:36:51,549 DEBUG [agent.manager.AgentManagerImpl]
>>>> (AgentTaskPool-12:null) Details from executing class
>>>> com.cloud.agent.api.CheckHealthCommand: resource is alive
>>>> 2013-04-07 00:36:51,549 DEBUG [agent.manager.AgentManagerImpl]
>>>> (AgentTaskPool-12:null) agent (5) responded to checkHeathCommand,
>>>>reporting
>>>> that agent is Up
>>>> 2013-04-07 00:36:51,549 INFO  [agent.manager.AgentManagerImpl]
>>>> (AgentTaskPool-12:null) The state determined is Up
>>>> 2013-04-07 00:36:51,549 INFO  [agent.manager.AgentManagerImpl]
>>>> (AgentTaskPool-12:null) Agent is determined to be up and running
>>>> 2013-04-07 00:36:51,549 DEBUG [cloud.host.Status]
>>>>(AgentTaskPool-12:null)
>>>> Transition:[Resource state = Enabled, Agent event = Ping, Host id = 5,
>>>>name
>>>> = Tut-XenServer2]
>>>> 2013-04-07 00:36:51,552 DEBUG [cloud.host.Status]
>>>>(AgentTaskPool-12:null)
>>>> Agent status update: [id = 5; name = Tut-XenServer2; old status = Up;
>>>>event
>>>> = Ping; new status = Up; old update count = 150; new update count =
>>>>151]
>>>> 2013-04-07 00:36:54,389 INFO  [cloud.vm.UserVmManagerImpl]
>>>> (UserVm-Scavenger-1:null) Found 1 vms to expunge.
>>>> 2013-04-07 00:36:54,389 DEBUG [cloud.vm.VirtualMachineManagerImpl]
>>>> (UserVm-Scavenger-1:null) Stopped called on
>>>> VM[User|c18ddf7c-fc61-40b0-af75-fdef05f8eae6] but the state is
>>>>Destroyed
>>>> 2013-04-07 00:36:54,391 DEBUG [cloud.capacity.CapacityManagerImpl]
>>>> (UserVm-Scavenger-1:null) VM state transitted from :Destroyed to
>>>>Expunging
>>>> with event: ExpungeOperationvm's original host id: 5 new host id: null
>>>>host
>>>> id before state transition: null
>>>> 2013-04-07 00:36:54,391 DEBUG [cloud.vm.VirtualMachineManagerImpl]
>>>> (UserVm-Scavenger-1:null) Destroying vm
>>>> VM[User|c18ddf7c-fc61-40b0-af75-fdef05f8eae6]
>>>> 2013-04-07 00:36:54,391 DEBUG [cloud.vm.VirtualMachineManagerImpl]
>>>> (UserVm-Scavenger-1:null) Cleaning up NICS
>>>> 2013-04-07 00:36:54,391 DEBUG [cloud.network.NetworkManagerImpl]
>>>> (UserVm-Scavenger-1:null) Cleaning network for vm: 12
>>>> 2013-04-07 00:36:54,399 DEBUG [network.guru.DirectNetworkGuru]
>>>> (UserVm-Scavenger-1:null) Deallocate network: networkId: 204, ip:
>>>> 192.168.56.195
>>>> 2013-04-07 00:36:54,409 DEBUG [cloud.network.NetworkManagerImpl]
>>>> (UserVm-Scavenger-1:null) Removed nic id=18
>>>> 2013-04-07 00:36:54,409 DEBUG [cloud.storage.StorageManagerImpl]
>>>> (UserVm-Scavenger-1:null) Cleaning storage for vm: 12
>>>> 2013-04-07 00:36:54,417 DEBUG [cloud.storage.StorageManagerImpl]
>>>> (UserVm-Scavenger-1:null) Expunging Vol[12|vm=12|ROOT]
>>>> 2013-04-07 00:36:54,424 DEBUG [agent.transport.Request]
>>>> (UserVm-Scavenger-1:null) Seq 5-614334820: Sending  { Cmd , MgmtId: 1,
>>>>via:
>>>> 5, Ver: v1, Flags: 100111,
>>>>
>>>>[{"storage.DestroyCommand":{"vmName":"i-2-12-VM","volume":{"id":12,"nam
>>>>e
>>>>"
>>>>:"ROOT-12","mountPoint":"/iSCSI_SR_3","path":"40a39639-e8aa-45b5-bfa1-5
>>>>9
>>>>1
>>>>b68571d0c","size":52428800,"type":"ROOT","storagePoolType":"PreSetup","
>>>>s
>>>>t
>>>>oragePoolUuid":"iSCSI_SR_3","deviceId":0},"wait":0}}]
>>>> }
>>>> 2013-04-07 00:36:54,424 DEBUG [agent.transport.Request]
>>>> (UserVm-Scavenger-1:null) Seq 5-614334820: Executing:  { Cmd , MgmtId:
>>>>1,
>>>> via: 5, Ver: v1, Flags: 100111,
>>>>
>>>>[{"storage.DestroyCommand":{"vmName":"i-2-12-VM","volume":{"id":12,"nam
>>>>e
>>>>"
>>>>:"ROOT-12","mountPoint":"/iSCSI_SR_3","path":"40a39639-e8aa-45b5-bfa1-5
>>>>9
>>>>1
>>>>b68571d0c","size":52428800,"type":"ROOT","storagePoolType":"PreSetup","
>>>>s
>>>>t
>>>>oragePoolUuid":"iSCSI_SR_3","deviceId":0},"wait":0}}]
>>>> }
>>>> 2013-04-07 00:36:54,424 DEBUG [agent.manager.DirectAgentAttache]
>>>> (DirectAgent-411:null) Seq 5-614334820: Executing request
>>>> 2013-04-07 00:36:55,072 DEBUG [agent.manager.DirectAgentAttache]
>>>> (DirectAgent-411:null) Seq 5-614334820: Response Received:
>>>> 2013-04-07 00:36:55,072 DEBUG [agent.transport.Request]
>>>> (DirectAgent-411:null) Seq 5-614334820: Processing:  { Ans: , MgmtId:
>>>>1,
>>>> via: 5, Ver: v1, Flags: 110,
>>>> [{"Answer":{"result":true,"details":"Success","wait":0}}] }
>>>> 2013-04-07 00:36:55,072 DEBUG [agent.transport.Request]
>>>> (UserVm-Scavenger-1:null) Seq 5-614334820: Received:  { Ans: , MgmtId:
>>>>1,
>>>> via: 5, Ver: v1, Flags: 110, { Answer } }
>>>> 2013-04-07 00:36:55,072 DEBUG [agent.manager.AgentAttache]
>>>> (DirectAgent-411:null) Seq 5-614334820: No more commands found
>>>> 2013-04-07 00:36:55,076 DEBUG [cloud.storage.StorageManagerImpl]
>>>> (UserVm-Scavenger-1:null) Volume successfully expunged from 257
>>>> 2013-04-07 00:36:55,076 DEBUG [cloud.vm.VirtualMachineManagerImpl]
>>>> (UserVm-Scavenger-1:null) Expunged
>>>> VM[User|c18ddf7c-fc61-40b0-af75-fdef05f8eae6]
>>>> 2013-04-07 00:36:55,076 DEBUG [cloud.vm.UserVmManagerImpl]
>>>> (UserVm-Scavenger-1:null) Starting cleaning up vm
>>>> VM[User|c18ddf7c-fc61-40b0-af75-fdef05f8eae6] resources...
>>>> 2013-04-07 00:36:55,080 INFO
>>>>[network.security.SecurityGroupManagerImpl]
>>>> (UserVm-Scavenger-1:null) Disassociated 1 network groups  from uservm
>>>>12
>>>> 2013-04-07 00:36:55,081 DEBUG
>>>>[network.security.SecurityGroupManagerImpl]
>>>> (UserVm-Scavenger-1:null) Security group mappings are removed
>>>>successfully
>>>> for vm id=12
>>>> 2013-04-07 00:36:55,090 DEBUG [network.firewall.FirewallManagerImpl]
>>>> (UserVm-Scavenger-1:null) No firewall rules are found for vm id=12
>>>> 2013-04-07 00:36:55,090 DEBUG [cloud.vm.UserVmManagerImpl]
>>>> (UserVm-Scavenger-1:null) Firewall rules are removed successfully as a
>>>>part
>>>> of vm id=12 expunge
>>>> 2013-04-07 00:36:55,093 DEBUG [network.rules.RulesManagerImpl]
>>>> (UserVm-Scavenger-1:null) No port forwarding rules are found for vm
>>>>id=12
>>>> 2013-04-07 00:36:55,093 DEBUG [cloud.vm.UserVmManagerImpl]
>>>> (UserVm-Scavenger-1:null) Port forwarding rules are removed
>>>>successfully as
>>>> a part of vm id=12 expunge
>>>> 2013-04-07 00:36:55,095 DEBUG [cloud.vm.UserVmManagerImpl]
>>>> (UserVm-Scavenger-1:null) Removed vm id=12 from all load balancers as 
>>>>a
>>>> part of expunge process
>>>> 2013-04-07 00:36:55,096 DEBUG [cloud.vm.UserVmManagerImpl]
>>>> (UserVm-Scavenger-1:null) Successfully cleaned up vm
>>>> VM[User|c18ddf7c-fc61-40b0-af75-fdef05f8eae6] resources as a part of
>>>> expunge process
>>>> 2013-04-07 00:37:04,802 DEBUG [agent.manager.DirectAgentAttache]
>>>> (DirectAgent-110:null) Ping from 6
>>>> 2013-04-07 00:37:06,042 DEBUG [agent.manager.DirectAgentAttache]
>>>> (DirectAgent-409:null) Ping from 5
>>>> 2013-04-07 00:37:06,909 DEBUG [agent.manager.DirectAgentAttache]
>>>> (DirectAgent-239:null) Seq 6-324993028: Executing request
>>>> 2013-04-07 00:37:07,099 DEBUG [agent.manager.DirectAgentAttache]
>>>> (DirectAgent-239:null) Seq 6-324993028: Response Received:
>>>> 2013-04-07 00:37:07,100 DEBUG [agent.transport.Request]
>>>> (DirectAgent-239:null) Seq 6-324993028: Processing:  { Ans: , MgmtId:
>>>>1,
>>>> via: 6, Ver: v1, Flags: 10,
>>>>
>>>>[{"ClusterSyncAnswer":{"_clusterId":2,"_newStates":{},"_isExecuted":fal
>>>>s
>>>>e
>>>>,"result":true,"wait":0}}]
>>>> }
>>>> 2013-04-07 00:37:11,022 DEBUG [agent.manager.DirectAgentAttache]
>>>> (DirectAgent-225:null) Seq 5-614334468: Executing request
>>>> 2013-04-07 00:37:11,170 DEBUG [agent.manager.DirectAgentAttache]
>>>> (DirectAgent-225:null) Seq 5-614334468: Response Received:
>>>> 2013-04-07 00:37:11,171 DEBUG [agent.transport.Request]
>>>> (DirectAgent-225:null) Seq 5-614334468: Processing:  { Ans: , MgmtId:
>>>>1,
>>>> via: 5, Ver: v1, Flags: 10, [{"Answer":{"result":true,"wait":0}}] }
>>>> 2013-04-07 00:37:20,451 DEBUG
>>>> [storage.secondary.SecondaryStorageManagerImpl] (secstorage-1:null)
>>>>Zone 1
>>>> is ready to launch secondary storage VM
>>>> 2013-04-07 00:37:20,554 DEBUG
>>>>[cloud.consoleproxy.ConsoleProxyManagerImpl]
>>>> (consoleproxy-1:null) Zone 1 is ready to launch console proxy
>>>> 2013-04-07 00:37:20,820 DEBUG
>>>> [network.router.VirtualNetworkApplianceManagerImpl]
>>>> (RouterStatusMonitor-1:null) Found 0 routers to update status.
>>>> 2013-04-07 00:37:20,822 DEBUG
>>>> [network.router.VirtualNetworkApplianceManagerImpl]
>>>> (RouterStatusMonitor-1:null) Found 0 networks to update RvR status.
>>>> 2013-04-07 00:37:20,851 DEBUG
>>>> [network.router.VirtualNetworkApplianceManagerImpl]
>>>> (RouterStatusMonitor-1:null) Found 0 routers to update status.
>>>> 2013-04-07 00:37:20,852 DEBUG
>>>> [network.router.VirtualNetworkApplianceManagerImpl]
>>>> (RouterStatusMonitor-1:null) Found 0 networks to update RvR status.
>>>> 2013-04-07 00:37:24,890 DEBUG [agent.manager.AgentManagerImpl]
>>>> (AgentManager-Handler-6:null) Ping from 4
>>>> 2013-04-07 00:37:27,167 DEBUG [agent.manager.DirectAgentAttache]
>>>> (DirectAgent-354:null) Ping from 1
>>>> 2013-04-07 00:37:29,095 DEBUG [agent.manager.DirectAgentAttache]
>>>> (DirectAgent-97:null) Seq 1-90046472: Executing request
>>>> 2013-04-07 00:37:29,317 DEBUG [agent.manager.DirectAgentAttache]
>>>> (DirectAgent-97:null) Seq 1-90046472: Response Received:
>>>> 2013-04-07 00:37:29,317 DEBUG [agent.transport.Request]
>>>> (DirectAgent-97:null) Seq 1-90046472: Processing:  { Ans: , MgmtId: 1,
>>>>via:
>>>> 1, Ver: v1, Flags: 10,
>>>>
>>>>[{"ClusterSyncAnswer":{"_clusterId":1,"_newStates":{},"_isExecuted":fal
>>>>s
>>>>e
>>>>,"result":true,"wait":0}}]
>>>> }
>>>> 2013-04-07 00:37:47,679 DEBUG [agent.manager.AgentManagerImpl]
>>>> (AgentManager-Handler-7:null) Ping from 3
>>>> 2013-04-07 00:37:50,451 DEBUG
>>>> [storage.secondary.SecondaryStorageManagerImpl] (secstorage-1:null)
>>>>Zone 1
>>>> is ready to launch secondary storage VM
>>>> 2013-04-07 00:37:50,555 DEBUG
>>>>[cloud.consoleproxy.ConsoleProxyManagerImpl]
>>>> (consoleproxy-1:null) Zone 1 is ready to launch console proxy
>>>> 2013-04-07 00:37:50,798 INFO  [cloud.ha.HighAvailabilityManagerImpl]
>>>> (HA-2:null) checking health of usage server
>>>> 2013-04-07 00:37:50,799 DEBUG [cloud.ha.HighAvailabilityManagerImpl]
>>>> (HA-2:null) usage server running? false, heartbeat: null
>>>> 2013-04-07 00:37:50,801 DEBUG [cloud.alert.AlertManagerImpl]
>>>>(HA-2:null)
>>>> Have already sent: 1 emails for alert type '12' -- skipping send email
>>>> 2013-04-07 00:37:50,816 DEBUG
>>>> [network.router.VirtualNetworkApplianceManagerImpl]
>>>>(RouterMonitor-1:null)
>>>> Found 0 running routers.
>>>> 2013-04-07 00:37:50,820 DEBUG
>>>> [network.router.VirtualNetworkApplianceManagerImpl]
>>>> (RouterStatusMonitor-1:null) Found 0 routers to update status.
>>>> 2013-04-07 00:37:50,821 DEBUG
>>>> [network.router.VirtualNetworkApplianceManagerImpl]
>>>> (RouterStatusMonitor-1:null) Found 0 networks to update RvR status.
>>>> 2013-04-07 00:37:50,850 DEBUG
>>>> [network.router.VirtualNetworkApplianceManagerImpl]
>>>>(RouterMonitor-1:null)
>>>> Found 0 running routers.
>>>> 2013-04-07 00:37:50,851 DEBUG
>>>> [network.router.VirtualNetworkApplianceManagerImpl]
>>>> (RouterStatusMonitor-1:null) Found 0 routers to update status.
>>>> 2013-04-07 00:37:50,852 DEBUG
>>>> [network.router.VirtualNetworkApplianceManagerImpl]
>>>> (RouterStatusMonitor-1:null) Found 0 networks to update RvR status.
>>>> 2013-04-07 00:37:50,909 DEBUG
>>>> [cloud.network.ExternalLoadBalancerUsageManagerImpl]
>>>> (ExternalNetworkMonitor-1:null) External devices stats collector is
>>>> running...
>>>> 2013-04-07 00:37:50,920 DEBUG [storage.snapshot.SnapshotSchedulerImpl]
>>>> (SnapshotPollTask:null) Snapshot scheduler.poll is being called at
>>>> 2013-04-07 06:37:50 GMT
>>>> 2013-04-07 00:37:50,921 DEBUG [storage.snapshot.SnapshotSchedulerImpl]
>>>> (SnapshotPollTask:null) Got 0 snapshots to be executed at 2013-04-07
>>>> 06:37:50 GMT
>>>> 2013-04-07 00:37:51,480 INFO  [agent.manager.AgentMonitor]
>>>> (Thread-11:null) Found the following agents behind on ping: [6, 5]
>>>> 2013-04-07 00:37:51,481 DEBUG [cloud.host.Status] (Thread-11:null) 
>>>>Ping
>>>> timeout for host 6, do invstigation
>>>> 2013-04-07 00:37:51,482 DEBUG [cloud.host.Status] (Thread-11:null) 
>>>>Ping
>>>> timeout for host 5, do invstigation
>>>> 2013-04-07 00:37:51,483 INFO  [agent.manager.AgentManagerImpl]
>>>> (AgentTaskPool-10:null) Investigating why host 6 has disconnected with
>>>> event PingTimeout
>>>> 2013-04-07 00:37:51,483 DEBUG [agent.manager.AgentManagerImpl]
>>>> (AgentTaskPool-10:null) checking if agent (6) is alive
>>>> 2013-04-07 00:37:51,484 INFO  [agent.manager.AgentManagerImpl]
>>>> (AgentTaskPool-13:null) Investigating why host 5 has disconnected with
>>>> event PingTimeout
>>>> 2013-04-07 00:37:51,484 DEBUG [agent.manager.AgentManagerImpl]
>>>> (AgentTaskPool-13:null) checking if agent (5) is alive
>>>> 2013-04-07 00:37:51,486 DEBUG [agent.transport.Request]
>>>> (AgentTaskPool-10:null) Seq 6-324993316: Sending  { Cmd , MgmtId: 1,
>>>>via:
>>>> 6, Ver: v1, Flags: 100011, [{"CheckHealthCommand":{"wait":50}}] }
>>>> 2013-04-07 00:37:51,486 DEBUG [agent.transport.Request]
>>>> (AgentTaskPool-10:null) Seq 6-324993316: Executing:  { Cmd , MgmtId: 
>>>>1,
>>>> via: 6, Ver: v1, Flags: 100011, [{"CheckHealthCommand":{"wait":50}}] }
>>>> 2013-04-07 00:37:51,486 DEBUG [agent.manager.DirectAgentAttache]
>>>> (DirectAgent-303:null) Seq 6-324993316: Executing request
>>>> 2013-04-07 00:37:51,488 DEBUG [agent.transport.Request]
>>>> (AgentTaskPool-13:null) Seq 5-614334821: Sending  { Cmd , MgmtId: 1,
>>>>via:
>>>> 5, Ver: v1, Flags: 100011, [{"CheckHealthCommand":{"wait":50}}] }
>>>> 2013-04-07 00:37:51,488 DEBUG [agent.transport.Request]
>>>> (AgentTaskPool-13:null) Seq 5-614334821: Executing:  { Cmd , MgmtId: 
>>>>1,
>>>> via: 5, Ver: v1, Flags: 100011, [{"CheckHealthCommand":{"wait":50}}] }
>>>> 2013-04-07 00:37:51,488 DEBUG [agent.manager.DirectAgentAttache]
>>>> (DirectAgent-158:null) Seq 5-614334821: Executing request
>>>> 2013-04-07 00:37:51,537 DEBUG [agent.manager.DirectAgentAttache]
>>>> (DirectAgent-303:null) Seq 6-324993316: Response Received:
>>>> 2013-04-07 00:37:51,538 DEBUG [agent.transport.Request]
>>>> (DirectAgent-303:null) Seq 6-324993316: Processing:  { Ans: , MgmtId:
>>>>1,
>>>> via: 6, Ver: v1, Flags: 10,
>>>> [{"CheckHealthAnswer":{"result":true,"details":"resource is
>>>> alive","wait":0}}] }
>>>> 2013-04-07 00:37:51,538 DEBUG [agent.transport.Request]
>>>> (AgentTaskPool-10:null) Seq 6-324993316: Received:  { Ans: , MgmtId: 
>>>>1,
>>>> via: 6, Ver: v1, Flags: 10, { CheckHealthAnswer } }
>>>> 2013-04-07 00:37:51,538 DEBUG [agent.manager.AgentManagerImpl]
>>>> (AgentTaskPool-10:null) Details from executing class
>>>> com.cloud.agent.api.CheckHealthCommand: resource is alive
>>>> 2013-04-07 00:37:51,538 DEBUG [agent.manager.AgentManagerImpl]
>>>> (AgentTaskPool-10:null) agent (6) responded to checkHeathCommand,
>>>>reporting
>>>> that agent is Up
>>>> 2013-04-07 00:37:51,538 INFO  [agent.manager.AgentManagerImpl]
>>>> (AgentTaskPool-10:null) The state determined is Up
>>>> 2013-04-07 00:37:51,538 INFO  [agent.manager.AgentManagerImpl]
>>>> (AgentTaskPool-10:null) Agent is determined to be up and running
>>>> 2013-04-07 00:37:51,538 DEBUG [cloud.host.Status]
>>>>(AgentTaskPool-10:null)
>>>> Transition:[Resource state = Enabled, Agent event = Ping, Host id = 6,
>>>>name
>>>> = Tut-XenServer]
>>>> 2013-04-07 00:37:51,541 DEBUG [agent.manager.DirectAgentAttache]
>>>> (DirectAgent-158:null) Seq 5-614334821: Response Received:
>>>> 2013-04-07 00:37:51,541 DEBUG [agent.transport.Request]
>>>> (DirectAgent-158:null) Seq 5-614334821: Processing:  { Ans: , MgmtId:
>>>>1,
>>>> via: 5, Ver: v1, Flags: 10,
>>>> [{"CheckHealthAnswer":{"result":true,"details":"resource is
>>>> alive","wait":0}}] }
>>>> 2013-04-07 00:37:51,541 DEBUG [agent.transport.Request]
>>>> (AgentTaskPool-13:null) Seq 5-614334821: Received:  { Ans: , MgmtId: 
>>>>1,
>>>> via: 5, Ver: v1, Flags: 10, { CheckHealthAnswer } }
>>>> 2013-04-07 00:37:51,541 DEBUG [agent.manager.AgentManagerImpl]
>>>> (AgentTaskPool-13:null) Details from executing class
>>>> com.cloud.agent.api.CheckHealthCommand: resource is alive
>>>> 2013-04-07 00:37:51,541 DEBUG [agent.manager.AgentManagerImpl]
>>>> (AgentTaskPool-13:null) agent (5) responded to checkHeathCommand,
>>>>reporting
>>>> that agent is Up
>>>> 2013-04-07 00:37:51,541 INFO  [agent.manager.AgentManagerImpl]
>>>> (AgentTaskPool-13:null) The state determined is Up
>>>> 2013-04-07 00:37:51,541 DEBUG [cloud.host.Status]
>>>>(AgentTaskPool-10:null)
>>>> Agent status update: [id = 6; name = Tut-XenServer; old status = Up;
>>>>event
>>>> = Ping; new status = Up; old update count = 314; new update count =
>>>>315]
>>>> 2013-04-07 00:37:51,541 INFO  [agent.manager.AgentManagerImpl]
>>>> (AgentTaskPool-13:null) Agent is determined to be up and running
>>>> 2013-04-07 00:37:51,541 DEBUG [cloud.host.Status]
>>>>(AgentTaskPool-13:null)
>>>> Transition:[Resource state = Enabled, Agent event = Ping, Host id = 5,
>>>>name
>>>> = Tut-XenServer2]
>>>> 2013-04-07 00:37:51,544 DEBUG [cloud.host.Status]
>>>>(AgentTaskPool-13:null)
>>>> Agent status update: [id = 5; name = Tut-XenServer2; old status = Up;
>>>>event
>>>> = Ping; new status = Up; old update count = 151; new update count =
>>>>152]
>>>> 2013-04-07 00:37:55,103 INFO  [cloud.vm.UserVmManagerImpl]
>>>> (UserVm-Scavenger-1:null) Found 1 vms to expunge.
>>>> 2013-04-07 00:37:55,103 DEBUG [cloud.vm.VirtualMachineManagerImpl]
>>>> (UserVm-Scavenger-1:null) Stopped called on
>>>> VM[User|94ddc16f-04fc-4da1-8326-01d8d5cdeb44] but the state is
>>>>Destroyed
>>>> 2013-04-07 00:37:55,105 DEBUG [cloud.capacity.CapacityManagerImpl]
>>>> (UserVm-Scavenger-1:null) VM state transitted from :Destroyed to
>>>>Expunging
>>>> with event: ExpungeOperationvm's original host id: 6 new host id: null
>>>>host
>>>> id before state transition: null
>>>> 2013-04-07 00:37:55,105 DEBUG [cloud.vm.VirtualMachineManagerImpl]
>>>> (UserVm-Scavenger-1:null) Destroying vm
>>>> VM[User|94ddc16f-04fc-4da1-8326-01d8d5cdeb44]
>>>> 2013-04-07 00:37:55,105 DEBUG [cloud.vm.VirtualMachineManagerImpl]
>>>> (UserVm-Scavenger-1:null) Cleaning up NICS
>>>> 2013-04-07 00:37:55,105 DEBUG [cloud.network.NetworkManagerImpl]
>>>> (UserVm-Scavenger-1:null) Cleaning network for vm: 13
>>>> 2013-04-07 00:37:55,113 DEBUG [network.guru.DirectNetworkGuru]
>>>> (UserVm-Scavenger-1:null) Deallocate network: networkId: 204, ip:
>>>> 192.168.56.146
>>>> 2013-04-07 00:37:55,124 DEBUG [cloud.network.NetworkManagerImpl]
>>>> (UserVm-Scavenger-1:null) Removed nic id=19
>>>> 2013-04-07 00:37:55,124 DEBUG [cloud.storage.StorageManagerImpl]
>>>> (UserVm-Scavenger-1:null) Cleaning storage for vm: 13
>>>> 2013-04-07 00:37:55,132 DEBUG [cloud.storage.StorageManagerImpl]
>>>> (UserVm-Scavenger-1:null) Expunging Vol[13|vm=13|ROOT]
>>>> 2013-04-07 00:37:55,139 DEBUG [agent.transport.Request]
>>>> (UserVm-Scavenger-1:null) Seq 6-324993317: Sending  { Cmd , MgmtId: 1,
>>>>via:
>>>> 6, Ver: v1, Flags: 100111,
>>>>
>>>>[{"storage.DestroyCommand":{"vmName":"i-2-13-VM","volume":{"id":13,"nam
>>>>e
>>>>"
>>>>:"ROOT-13","mountPoint":"/iSCSI_SR_3","path":"99154d9c-2665-465d-8c71-e
>>>>6
>>>>0
>>>>f1748895b","size":52428800,"type":"ROOT","storagePoolType":"PreSetup","
>>>>s
>>>>t
>>>>oragePoolUuid":"iSCSI_SR_3","deviceId":0},"wait":0}}]
>>>> }
>>>> 2013-04-07 00:37:55,140 DEBUG [agent.transport.Request]
>>>> (UserVm-Scavenger-1:null) Seq 6-324993317: Executing:  { Cmd , MgmtId:
>>>>1,
>>>> via: 6, Ver: v1, Flags: 100111,
>>>>
>>>>[{"storage.DestroyCommand":{"vmName":"i-2-13-VM","volume":{"id":13,"nam
>>>>e
>>>>"
>>>>:"ROOT-13","mountPoint":"/iSCSI_SR_3","path":"99154d9c-2665-465d-8c71-e
>>>>6
>>>>0
>>>>f1748895b","size":52428800,"type":"ROOT","storagePoolType":"PreSetup","
>>>>s
>>>>t
>>>>oragePoolUuid":"iSCSI_SR_3","deviceId":0},"wait":0}}]
>>>> }
>>>> 2013-04-07 00:37:55,140 DEBUG [agent.manager.DirectAgentAttache]
>>>> (DirectAgent-87:null) Seq 6-324993317: Executing request
>>>> 2013-04-07 00:37:55,724 DEBUG [agent.manager.DirectAgentAttache]
>>>> (DirectAgent-87:null) Seq 6-324993317: Response Received:
>>>> 2013-04-07 00:37:55,724 DEBUG [agent.transport.Request]
>>>> (DirectAgent-87:null) Seq 6-324993317: Processing:  { Ans: , MgmtId: 
>>>>1,
>>>> via: 6, Ver: v1, Flags: 110,
>>>> [{"Answer":{"result":true,"details":"Success","wait":0}}] }
>>>> 2013-04-07 00:37:55,724 DEBUG [agent.manager.AgentAttache]
>>>> (DirectAgent-87:null) Seq 6-324993317: No more commands found
>>>> 2013-04-07 00:37:55,724 DEBUG [agent.transport.Request]
>>>> (UserVm-Scavenger-1:null) Seq 6-324993317: Received:  { Ans: , MgmtId:
>>>>1,
>>>> via: 6, Ver: v1, Flags: 110, { Answer } }
>>>> 2013-04-07 00:37:55,727 DEBUG [cloud.storage.StorageManagerImpl]
>>>> (UserVm-Scavenger-1:null) Volume successfully expunged from 257
>>>> 2013-04-07 00:37:55,727 DEBUG [cloud.vm.VirtualMachineManagerImpl]
>>>> (UserVm-Scavenger-1:null) Expunged
>>>> VM[User|94ddc16f-04fc-4da1-8326-01d8d5cdeb44]
>>>> 2013-04-07 00:37:55,727 DEBUG [cloud.vm.UserVmManagerImpl]
>>>> (UserVm-Scavenger-1:null) Starting cleaning up vm
>>>> VM[User|94ddc16f-04fc-4da1-8326-01d8d5cdeb44] resources...
>>>> 2013-04-07 00:37:55,730 INFO
>>>>[network.security.SecurityGroupManagerImpl]
>>>> (UserVm-Scavenger-1:null) Disassociated 1 network groups  from uservm
>>>>13
>>>> 2013-04-07 00:37:55,732 DEBUG
>>>>[network.security.SecurityGroupManagerImpl]
>>>> (UserVm-Scavenger-1:null) Security group mappings are removed
>>>>successfully
>>>> for vm id=13
>>>> 2013-04-07 00:37:55,736 DEBUG [network.firewall.FirewallManagerImpl]
>>>> (UserVm-Scavenger-1:null) No firewall rules are found for vm id=13
>>>> 2013-04-07 00:37:55,737 DEBUG [cloud.vm.UserVmManagerImpl]
>>>> (UserVm-Scavenger-1:null) Firewall rules are removed successfully as a
>>>>part
>>>> of vm id=13 expunge
>>>> 2013-04-07 00:37:55,739 DEBUG [network.rules.RulesManagerImpl]
>>>> (UserVm-Scavenger-1:null) No port forwarding rules are found for vm
>>>>id=13
>>>> 2013-04-07 00:37:55,739 DEBUG [cloud.vm.UserVmManagerImpl]
>>>> (UserVm-Scavenger-1:null) Port forwarding rules are removed
>>>>successfully as
>>>> a part of vm id=13 expunge
>>>> 2013-04-07 00:37:55,740 DEBUG [cloud.vm.UserVmManagerImpl]
>>>> (UserVm-Scavenger-1:null) Removed vm id=13 from all load balancers as 
>>>>a
>>>> part of expunge process
>>>> 2013-04-07 00:37:55,741 DEBUG [cloud.vm.UserVmManagerImpl]
>>>> (UserVm-Scavenger-1:null) Successfully cleaned up vm
>>>> VM[User|94ddc16f-04fc-4da1-8326-01d8d5cdeb44] resources as a part of
>>>> expunge process
>>>> 2013-04-07 00:38:04,813 DEBUG [agent.manager.DirectAgentAttache]
>>>> (DirectAgent-442:null) Ping from 6
>>>> 2013-04-07 00:38:06,064 DEBUG [agent.manager.DirectAgentAttache]
>>>> (DirectAgent-374:null) Ping from 5
>>>> 2013-04-07 00:38:06,909 DEBUG [agent.manager.DirectAgentAttache]
>>>> (DirectAgent-157:null) Seq 6-324993028: Executing request
>>>> 2013-04-07 00:38:07,099 DEBUG [agent.manager.DirectAgentAttache]
>>>> (DirectAgent-157:null) Seq 6-324993028: Response Received:
>>>> 2013-04-07 00:38:07,100 DEBUG [agent.transport.Request]
>>>> (DirectAgent-157:null) Seq 6-324993028: Processing:  { Ans: , MgmtId:
>>>>1,
>>>> via: 6, Ver: v1, Flags: 10,
>>>>
>>>>[{"ClusterSyncAnswer":{"_clusterId":2,"_newStates":{},"_isExecuted":fal
>>>>s
>>>>e
>>>>,"result":true,"wait":0}}]
>>>> }
>>>> 2013-04-07 00:38:11,022 DEBUG [agent.manager.DirectAgentAttache]
>>>> (DirectAgent-192:null) Seq 5-614334468: Executing request
>>>> 2013-04-07 00:38:11,181 DEBUG [agent.manager.DirectAgentAttache]
>>>> (DirectAgent-192:null) Seq 5-614334468: Response Received:
>>>> 2013-04-07 00:38:11,181 DEBUG [agent.transport.Request]
>>>> (DirectAgent-192:null) Seq 5-614334468: Processing:  { Ans: , MgmtId:
>>>>1,
>>>> via: 5, Ver: v1, Flags: 10, [{"Answer":{"result":true,"wait":0}}] }
>>>> 2013-04-07 00:38:20,455 DEBUG
>>>> [storage.secondary.SecondaryStorageManagerImpl] (secstorage-1:null)
>>>>Zone 1
>>>> is ready to launch secondary storage VM
>>>> 2013-04-07 00:38:20,573 DEBUG
>>>>[cloud.consoleproxy.ConsoleProxyManagerImpl]
>>>> (consoleproxy-1:null) Zone 1 is ready to launch console proxy
>>>> 2013-04-07 00:38:20,820 DEBUG
>>>> [network.router.VirtualNetworkApplianceManagerImpl]
>>>> (RouterStatusMonitor-1:null) Found 0 routers to update status.
>>>> 2013-04-07 00:38:20,821 DEBUG
>>>> [network.router.VirtualNetworkApplianceManagerImpl]
>>>> (RouterStatusMonitor-1:null) Found 0 networks to update RvR status.
>>>> 2013-04-07 00:38:20,851 DEBUG
>>>> [network.router.VirtualNetworkApplianceManagerImpl]
>>>> (RouterStatusMonitor-1:null) Found 0 routers to update status.
>>>> 2013-04-07 00:38:20,853 DEBUG
>>>> [network.router.VirtualNetworkApplianceManagerImpl]
>>>> (RouterStatusMonitor-1:null) Found 0 networks to update RvR status.
>>>> 2013-04-07 00:38:20,921 DEBUG [cloud.alert.AlertManagerImpl]
>>>> (CapacityChecker:null) Running Capacity Checker ...
>>>> 2013-04-07 00:38:20,921 DEBUG [cloud.alert.AlertManagerImpl]
>>>> (CapacityChecker:null) recalculating system capacity
>>>> 2013-04-07 00:38:20,921 DEBUG [cloud.alert.AlertManagerImpl]
>>>> (CapacityChecker:null) Executing cpu/ram capacity update
>>>> 2013-04-07 00:38:20,931 DEBUG [cloud.capacity.CapacityManagerImpl]
>>>> (CapacityChecker:null) Found 2 VMs on host 1
>>>> 2013-04-07 00:38:20,932 DEBUG [cloud.capacity.CapacityManagerImpl]
>>>> (CapacityChecker:null) Found 0 VM, not running on host 1
>>>> 2013-04-07 00:38:20,935 DEBUG [cloud.capacity.CapacityManagerImpl]
>>>> (CapacityChecker:null) No need to calibrate cpu capacity, host:1
>>>>usedCpu:
>>>> 200 reservedCpu: 0
>>>> 2013-04-07 00:38:20,935 DEBUG [cloud.capacity.CapacityManagerImpl]
>>>> (CapacityChecker:null) No need to calibrate memory capacity, host:1
>>>> usedMem: 209715200 reservedMem: 0
>>>> 2013-04-07 00:38:20,940 DEBUG [cloud.capacity.CapacityManagerImpl]
>>>> (CapacityChecker:null) Found 0 VMs on host 5
>>>> 2013-04-07 00:38:20,941 DEBUG [cloud.capacity.CapacityManagerImpl]
>>>> (CapacityChecker:null) Found 0 VM, not running on host 5
>>>> 2013-04-07 00:38:20,944 DEBUG [cloud.capacity.CapacityManagerImpl]
>>>> (CapacityChecker:null) No need to calibrate cpu capacity, host:5
>>>>usedCpu: 0
>>>> reservedCpu: 0
>>>> 2013-04-07 00:38:20,944 DEBUG [cloud.capacity.CapacityManagerImpl]
>>>> (CapacityChecker:null) No need to calibrate memory capacity, host:5
>>>> usedMem: 0 reservedMem: 0
>>>> 2013-04-07 00:38:20,950 DEBUG [cloud.capacity.CapacityManagerImpl]
>>>> (CapacityChecker:null) Found 1 VMs on host 6
>>>> 2013-04-07 00:38:20,951 DEBUG [cloud.capacity.CapacityManagerImpl]
>>>> (CapacityChecker:null) Found 0 VM, not running on host 6
>>>> 2013-04-07 00:38:20,954 DEBUG [cloud.capacity.CapacityManagerImpl]
>>>> (CapacityChecker:null) No need to calibrate cpu capacity, host:6
>>>>usedCpu:
>>>> 100 reservedCpu: 0
>>>> 2013-04-07 00:38:20,954 DEBUG [cloud.capacity.CapacityManagerImpl]
>>>> (CapacityChecker:null) No need to calibrate memory capacity, host:6
>>>> usedMem: 104857600 reservedMem: 0
>>>> 2013-04-07 00:38:20,954 DEBUG [cloud.alert.AlertManagerImpl]
>>>> (CapacityChecker:null) Done executing cpu/ram capacity update
>>>> 2013-04-07 00:38:20,954 DEBUG [cloud.alert.AlertManagerImpl]
>>>> (CapacityChecker:null) Executing storage capacity update
>>>> 2013-04-07 00:38:20,961 DEBUG [cloud.storage.StorageManagerImpl]
>>>> (CapacityChecker:null) Successfully set Capacity - 31004332032 for
>>>>capacity
>>>> type - 9 , DataCenterId - 1, HostOrPoolId - 200, PodId 1
>>>> 2013-04-07 00:38:20,965 DEBUG [cloud.storage.StorageManagerImpl]
>>>> (CapacityChecker:null) Successfully set Capacity - 97221701632 for
>>>>capacity
>>>> type - 9 , DataCenterId - 1, HostOrPoolId - 201, PodId 1
>>>> 2013-04-07 00:38:20,970 DEBUG [cloud.storage.StorageManagerImpl]
>>>> (CapacityChecker:null) Successfully set Capacity - 97221701632 for
>>>>capacity
>>>> type - 9 , DataCenterId - 1, HostOrPoolId - 202, PodId 1
>>>> 2013-04-07 00:38:20,975 DEBUG [cloud.storage.StorageManagerImpl]
>>>> (CapacityChecker:null) Successfully set Capacity - 2084569088 for
>>>>capacity
>>>> type - 3 , DataCenterId - 1, HostOrPoolId - 256, PodId 1
>>>> 2013-04-07 00:38:20,980 DEBUG [cloud.storage.StorageManagerImpl]
>>>> (CapacityChecker:null) Successfully set Capacity - 2084569088 for
>>>>capacity
>>>> type - 3 , DataCenterId - 1, HostOrPoolId - 257, PodId 1
>>>> 2013-04-07 00:38:20,985 DEBUG [cloud.storage.StorageManagerImpl]
>>>> (CapacityChecker:null) Successfully set Capacity - 2084569088 for
>>>>capacity
>>>> type - 3 , DataCenterId - 1, HostOrPoolId - 262, PodId 1
>>>> 2013-04-07 00:38:20,985 DEBUG [cloud.alert.AlertManagerImpl]
>>>> (CapacityChecker:null) Done executing storage capacity update
>>>> 2013-04-07 00:38:20,985 DEBUG [cloud.alert.AlertManagerImpl]
>>>> (CapacityChecker:null) Executing capacity updates for public ip and
>>>>Vlans
>>>> 2013-04-07 00:38:20,995 DEBUG [cloud.alert.AlertManagerImpl]
>>>> (CapacityChecker:null) Done capacity updates for public ip and Vlans
>>>> 2013-04-07 00:38:20,996 DEBUG [cloud.alert.AlertManagerImpl]
>>>> (CapacityChecker:null) Executing capacity updates for private ip
>>>> 2013-04-07 00:38:21,003 DEBUG [cloud.alert.AlertManagerImpl]
>>>> (CapacityChecker:null) Done executing capacity updates for private ip
>>>> 2013-04-07 00:38:21,003 DEBUG [cloud.alert.AlertManagerImpl]
>>>> (CapacityChecker:null) Done recalculating system capacity
>>>> 2013-04-07 00:38:21,031 DEBUG [cloud.alert.AlertManagerImpl]
>>>> (CapacityChecker:null) Done running Capacity Checker ...
>>>> 2013-04-07 00:38:24,889 DEBUG [agent.manager.AgentManagerImpl]
>>>> (AgentManager-Handler-8:null) Ping from 4
>>>> 2013-04-07 00:38:27,157 DEBUG [agent.manager.DirectAgentAttache]
>>>> (DirectAgent-311:null) Ping from 1
>>>> 2013-04-07 00:38:29,095 DEBUG [agent.manager.DirectAgentAttache]
>>>> (DirectAgent-197:null) Seq 1-90046472: Executing request
>>>> 2013-04-07 00:38:29,323 DEBUG [agent.manager.DirectAgentAttache]
>>>> (DirectAgent-197:null) Seq 1-90046472: Response Received:
>>>> 2013-04-07 00:38:29,324 DEBUG [agent.transport.Request]
>>>> (DirectAgent-197:null) Seq 1-90046472: Processing:  { Ans: , MgmtId: 
>>>>1,
>>>> via: 1, Ver: v1, Flags: 10,
>>>>
>>>>[{"ClusterSyncAnswer":{"_clusterId":1,"_newStates":{},"_isExecuted":fal
>>>>s
>>>>e
>>>>,"result":true,"wait":0}}]
>>>> }
>>>> 2013-04-07 00:38:47,679 DEBUG [agent.manager.AgentManagerImpl]
>>>> (AgentManager-Handler-9:null) Ping from 3
>>>> 2013-04-07 00:38:50,453 DEBUG
>>>> [storage.secondary.SecondaryStorageManagerImpl] (secstorage-1:null)
>>>>Zone 1
>>>> is ready to launch secondary storage VM
>>>> 2013-04-07 00:38:50,560 DEBUG
>>>>[cloud.consoleproxy.ConsoleProxyManagerImpl]
>>>> (consoleproxy-1:null) Zone 1 is ready to launch console proxy
>>>> 2013-04-07 00:38:50,819 DEBUG
>>>> [network.router.VirtualNetworkApplianceManagerImpl]
>>>> (RouterStatusMonitor-1:null) Found 0 routers to update status.
>>>> 2013-04-07 00:38:50,820 DEBUG
>>>> [network.router.VirtualNetworkApplianceManagerImpl]
>>>> (RouterStatusMonitor-1:null) Found 0 networks to update RvR status.
>>>> 2013-04-07 00:38:50,851 DEBUG
>>>> [network.router.VirtualNetworkApplianceManagerImpl]
>>>> (RouterStatusMonitor-1:null) Found 0 routers to update status.
>>>> 2013-04-07 00:38:50,852 DEBUG
>>>> [network.router.VirtualNetworkApplianceManagerImpl]
>>>> (RouterStatusMonitor-1:null) Found 0 networks to update RvR status.
>>>> 2013-04-07 00:38:51,483 INFO  [agent.manager.AgentMonitor]
>>>> (Thread-11:null) Found the following agents behind on ping: [6, 5]
>>>> 2013-04-07 00:38:51,485 DEBUG [cloud.host.Status] (Thread-11:null) 
>>>>Ping
>>>> timeout for host 6, do invstigation
>>>> 2013-04-07 00:38:51,486 DEBUG [cloud.host.Status] (Thread-11:null) 
>>>>Ping
>>>> timeout for host 5, do invstigation
>>>> 2013-04-07 00:38:51,486 INFO  [agent.manager.AgentManagerImpl]
>>>> (AgentTaskPool-11:null) Investigating why host 6 has disconnected with
>>>> event PingTimeout
>>>> 2013-04-07 00:38:51,486 DEBUG [agent.manager.AgentManagerImpl]
>>>> (AgentTaskPool-11:null) checking if agent (6) is alive
>>>> 2013-04-07 00:38:51,487 INFO  [agent.manager.AgentManagerImpl]
>>>> (AgentTaskPool-16:null) Investigating why host 5 has disconnected with
>>>> event PingTimeout
>>>> 2013-04-07 00:38:51,488 DEBUG [agent.manager.AgentManagerImpl]
>>>> (AgentTaskPool-16:null) checking if agent (5) is alive
>>>> 2013-04-07 00:38:51,489 DEBUG [agent.transport.Request]
>>>> (AgentTaskPool-11:null) Seq 6-324993318: Sending  { Cmd , MgmtId: 1,
>>>>via:
>>>> 6, Ver: v1, Flags: 100011, [{"CheckHealthCommand":{"wait":50}}] }
>>>> 2013-04-07 00:38:51,489 DEBUG [agent.transport.Request]
>>>> (AgentTaskPool-11:null) Seq 6-324993318: Executing:  { Cmd , MgmtId: 
>>>>1,
>>>> via: 6, Ver: v1, Flags: 100011, [{"CheckHealthCommand":{"wait":50}}] }
>>>> 2013-04-07 00:38:51,489 DEBUG [agent.manager.DirectAgentAttache]
>>>> (DirectAgent-372:null) Seq 6-324993318: Executing request
>>>> 2013-04-07 00:38:51,491 DEBUG [agent.transport.Request]
>>>> (AgentTaskPool-16:null) Seq 5-614334822: Sending  { Cmd , MgmtId: 1,
>>>>via:
>>>> 5, Ver: v1, Flags: 100011, [{"CheckHealthCommand":{"wait":50}}] }
>>>> 2013-04-07 00:38:51,491 DEBUG [agent.transport.Request]
>>>> (AgentTaskPool-16:null) Seq 5-614334822: Executing:  { Cmd , MgmtId: 
>>>>1,
>>>> via: 5, Ver: v1, Flags: 100011, [{"CheckHealthCommand":{"wait":50}}] }
>>>> 2013-04-07 00:38:51,491 DEBUG [agent.manager.DirectAgentAttache]
>>>> (DirectAgent-252:null) Seq 5-614334822: Executing request
>>>> 2013-04-07 00:38:51,546 DEBUG [agent.manager.DirectAgentAttache]
>>>> (DirectAgent-372:null) Seq 6-324993318: Response Received:
>>>> 2013-04-07 00:38:51,547 DEBUG [agent.transport.Request]
>>>> (DirectAgent-372:null) Seq 6-324993318: Processing:  { Ans: , MgmtId:
>>>>1,
>>>> via: 6, Ver: v1, Flags: 10,
>>>> [{"CheckHealthAnswer":{"result":true,"details":"resource is
>>>> alive","wait":0}}] }
>>>> 2013-04-07 00:38:51,547 DEBUG [agent.transport.Request]
>>>> (AgentTaskPool-11:null) Seq 6-324993318: Received:  { Ans: , MgmtId: 
>>>>1,
>>>> via: 6, Ver: v1, Flags: 10, { CheckHealthAnswer } }
>>>> 2013-04-07 00:38:51,547 DEBUG [agent.manager.AgentManagerImpl]
>>>> (AgentTaskPool-11:null) Details from executing class
>>>> com.cloud.agent.api.CheckHealthCommand: resource is alive
>>>> 2013-04-07 00:38:51,547 DEBUG [agent.manager.AgentManagerImpl]
>>>> (AgentTaskPool-11:null) agent (6) responded to checkHeathCommand,
>>>>reporting
>>>> that agent is Up
>>>> 2013-04-07 00:38:51,547 INFO  [agent.manager.AgentManagerImpl]
>>>> (AgentTaskPool-11:null) The state determined is Up
>>>> 2013-04-07 00:38:51,547 INFO  [agent.manager.AgentManagerImpl]
>>>> (AgentTaskPool-11:null) Agent is determined to be up and running
>>>> 2013-04-07 00:38:51,547 DEBUG [cloud.host.Status]
>>>>(AgentTaskPool-11:null)
>>>> Transition:[Resource state = Enabled, Agent event = Ping, Host id = 6,
>>>>name
>>>> = Tut-XenServer]
>>>> 2013-04-07 00:38:51,549 DEBUG [agent.manager.DirectAgentAttache]
>>>> (DirectAgent-252:null) Seq 5-614334822: Response Received:
>>>> 2013-04-07 00:38:51,549 DEBUG [agent.transport.Request]
>>>> (DirectAgent-252:null) Seq 5-614334822: Processing:  { Ans: , MgmtId:
>>>>1,
>>>> via: 5, Ver: v1, Flags: 10,
>>>> [{"CheckHealthAnswer":{"result":true,"details":"resource is
>>>> alive","wait":0}}] }
>>>> 2013-04-07 00:38:51,549 DEBUG [agent.transport.Request]
>>>> (AgentTaskPool-16:null) Seq 5-614334822: Received:  { Ans: , MgmtId: 
>>>>1,
>>>> via: 5, Ver: v1, Flags: 10, { CheckHealthAnswer } }
>>>> 2013-04-07 00:38:51,550 DEBUG [agent.manager.AgentManagerImpl]
>>>> (AgentTaskPool-16:null) Details from executing class
>>>> com.cloud.agent.api.CheckHealthCommand: resource is alive
>>>> 2013-04-07 00:38:51,550 DEBUG [agent.manager.AgentManagerImpl]
>>>> (AgentTaskPool-16:null) agent (5) responded to checkHeathCommand,
>>>>reporting
>>>> that agent is Up
>>>> 2013-04-07 00:38:51,550 INFO  [agent.manager.AgentManagerImpl]
>>>> (AgentTaskPool-16:null) The state determined is Up
>>>> 2013-04-07 00:38:51,550 INFO  [agent.manager.AgentManagerImpl]
>>>> (AgentTaskPool-16:null) Agent is determined to be up and running
>>>> 2013-04-07 00:38:51,550 DEBUG [cloud.host.Status]
>>>>(AgentTaskPool-11:null)
>>>> Agent status update: [id = 6; name = Tut-XenServer; old status = Up;
>>>>event
>>>> = Ping; new status = Up; old update count = 315; new update count =
>>>>316]
>>>> 2013-04-07 00:38:51,550 DEBUG [cloud.host.Status]
>>>>(AgentTaskPool-16:null)
>>>> Transition:[Resource state = Enabled, Agent event = Ping, Host id = 5,
>>>>name
>>>> = Tut-XenServer2]
>>>> 2013-04-07 00:38:51,553 DEBUG [cloud.host.Status]
>>>>(AgentTaskPool-16:null)
>>>> Agent status update: [id = 5; name = Tut-XenServer2; old status = Up;
>>>>event
>>>> = Ping; new status = Up; old update count = 152; new update count =
>>>>153]
>>>> 2013-04-07 00:39:04,800 DEBUG [agent.manager.DirectAgentAttache]
>>>> (DirectAgent-100:null) Ping from 6
>>>> 2013-04-07 00:39:06,054 DEBUG [agent.manager.DirectAgentAttache]
>>>> (DirectAgent-259:null) Ping from 5
>>>> 2013-04-07 00:39:06,909 DEBUG [agent.manager.DirectAgentAttache]
>>>> (DirectAgent-134:null) Seq 6-324993028: Executing request
>>>> 2013-04-07 00:39:07,104 DEBUG [agent.manager.DirectAgentAttache]
>>>> (DirectAgent-134:null) Seq 6-324993028: Response Received:
>>>> 2013-04-07 00:39:07,104 DEBUG [agent.transport.Request]
>>>> (DirectAgent-134:null) Seq 6-324993028: Processing:  { Ans: , MgmtId:
>>>>1,
>>>> via: 6, Ver: v1, Flags: 10,
>>>>
>>>>[{"ClusterSyncAnswer":{"_clusterId":2,"_newStates":{},"_isExecuted":fal
>>>>s
>>>>e
>>>>,"result":true,"wait":0}}]
>>>> }
>>>> 2013-04-07 00:39:11,022 DEBUG [agent.manager.DirectAgentAttache]
>>>> (DirectAgent-188:null) Seq 5-614334468: Executing request
>>>> 2013-04-07 00:39:11,164 DEBUG [agent.manager.DirectAgentAttache]
>>>> (DirectAgent-188:null) Seq 5-614334468: Response Received:
>>>> 2013-04-07 00:39:11,164 DEBUG [agent.transport.Request]
>>>> (DirectAgent-188:null) Seq 5-614334468: Processing:  { Ans: , MgmtId:
>>>>1,
>>>> via: 5, Ver: v1, Flags: 10, [{"Answer":{"result":true,"wait":0}}] }
>>>> 2013-04-07 00:39:20,451 DEBUG
>>>> [storage.secondary.SecondaryStorageManagerImpl] (secstorage-1:null)
>>>>Zone 1
>>>> is ready to launch secondary storage VM
>>>> 2013-04-07 00:39:20,552 DEBUG
>>>>[cloud.consoleproxy.ConsoleProxyManagerImpl]
>>>> (consoleproxy-1:null) Zone 1 is ready to launch console proxy
>>>> 2013-04-07 00:39:20,819 DEBUG
>>>> [network.router.VirtualNetworkApplianceManagerImpl]
>>>> (RouterStatusMonitor-1:null) Found 0 routers to update status.
>>>> 2013-04-07 00:39:20,820 DEBUG
>>>> [network.router.VirtualNetworkApplianceManagerImpl]
>>>> (RouterStatusMonitor-1:null) Found 0 networks to update RvR status.
>>>> 2013-04-07 00:39:20,851 DEBUG
>>>> [network.router.VirtualNetworkApplianceManagerImpl]
>>>> (RouterStatusMonitor-1:null) Found 0 routers to update status.
>>>> 2013-04-07 00:39:20,852 DEBUG
>>>> [network.router.VirtualNetworkApplianceManagerImpl]
>>>> (RouterStatusMonitor-1:null) Found 0 networks to update RvR status.
>>>> 2013-04-07 00:39:24,890 DEBUG [agent.manager.AgentManagerImpl]
>>>> (AgentManager-Handler-10:null) Ping from 4
>>>> 2013-04-07 00:39:27,161 DEBUG [agent.manager.DirectAgentAttache]
>>>> (DirectAgent-400:null) Ping from 1
>>>> 2013-04-07 00:39:27,661 DEBUG [cloud.api.ApiServlet]
>>>> (1109449945@qtp-1008805148-34:null) ===START===  127.0.0.1 -- GET
>>>>
>>>>command=listVolumes&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoV
>>>>A
>>>>%
>>>>3D&listAll=true&page=1&pagesize=20&_=1365316767658
>>>> 2013-04-07 00:39:27,672 DEBUG [cloud.api.ApiServlet]
>>>> (1109449945@qtp-1008805148-34:null) ===END===  127.0.0.1 -- GET
>>>>
>>>>command=listVolumes&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoV
>>>>A
>>>>%
>>>>3D&listAll=true&page=1&pagesize=20&_=1365316767658
>>>> 2013-04-07 00:39:28,628 DEBUG [cloud.api.ApiServlet]
>>>> (1109449945@qtp-1008805148-34:null) ===START===  127.0.0.1 -- GET
>>>>
>>>>command=listVirtualMachines&response=json&sessionkey=Z6QqzU0Fq1iT13bMgn
>>>>R
>>>>R
>>>>fl8GoVA%3D&listAll=true&page=1&pagesize=20&_=1365316768625
>>>> 2013-04-07 00:39:28,640 DEBUG [cloud.api.ApiServlet]
>>>> (1109449945@qtp-1008805148-34:null) ===END===  127.0.0.1 -- GET
>>>>
>>>>command=listVirtualMachines&response=json&sessionkey=Z6QqzU0Fq1iT13bMgn
>>>>R
>>>>R
>>>>fl8GoVA%3D&listAll=true&page=1&pagesize=20&_=1365316768625
>>>> 2013-04-07 00:39:29,095 DEBUG [agent.manager.DirectAgentAttache]
>>>> (DirectAgent-101:null) Seq 1-90046472: Executing request
>>>> 2013-04-07 00:39:29,311 DEBUG [agent.manager.DirectAgentAttache]
>>>> (DirectAgent-101:null) Seq 1-90046472: Response Received:
>>>> 2013-04-07 00:39:29,311 DEBUG [agent.transport.Request]
>>>> (DirectAgent-101:null) Seq 1-90046472: Processing:  { Ans: , MgmtId: 
>>>>1,
>>>> via: 1, Ver: v1, Flags: 10,
>>>>
>>>>[{"ClusterSyncAnswer":{"_clusterId":1,"_newStates":{},"_isExecuted":fal
>>>>s
>>>>e
>>>>,"result":true,"wait":0}}]
>>>> }
>>>> 2013-04-07 00:39:31,530 DEBUG [cloud.api.ApiServlet]
>>>> (1109449945@qtp-1008805148-34:null) ===START===  127.0.0.1 -- GET
>>>>
>>>>command=logout&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&
>>>>_
>>>>=
>>>>1365316771528
>>>> 2013-04-07 00:39:31,535 DEBUG [cloud.api.ApiServlet]
>>>> (1109449945@qtp-1008805148-34:null) ===END===  127.0.0.1 -- GET
>>>>
>>>>command=logout&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&
>>>>_
>>>>=
>>>>1365316771528
>>>> 2013-04-07 00:39:31,969 DEBUG [cloud.api.ApiServlet]
>>>> (2107564436@qtp-1008805148-38:null) ===START===  127.0.0.1 -- GET
>>>>  
>>>>command=listCapabilities&response=json&sessionkey=null&_=1365316771968
>>>> 2013-04-07 00:39:31,970 DEBUG [cloud.api.ApiServlet]
>>>> (2107564436@qtp-1008805148-38:null) ===END===  127.0.0.1 -- GET
>>>>  
>>>>command=listCapabilities&response=json&sessionkey=null&_=1365316771968
>>>> 2013-04-07 00:39:47,679 DEBUG [agent.manager.AgentManagerImpl]
>>>> (AgentManager-Handler-11:null) Ping from 3
>>>> 2013-04-07 00:39:50,451 DEBUG
>>>> [storage.secondary.SecondaryStorageManagerImpl] (secstorage-1:null)
>>>>Zone 1
>>>> is ready to launch secondary storage VM
>>>> 2013-04-07 00:39:50,555 DEBUG
>>>>[cloud.consoleproxy.ConsoleProxyManagerImpl]
>>>> (consoleproxy-1:null) Zone 1 is ready to launch console proxy
>>>> 2013-04-07 00:39:50,819 DEBUG
>>>> [network.router.VirtualNetworkApplianceManagerImpl]
>>>> (RouterStatusMonitor-1:null) Found 0 routers to update status.
>>>> 2013-04-07 00:39:50,820 DEBUG
>>>> [network.router.VirtualNetworkApplianceManagerImpl]
>>>> (RouterStatusMonitor-1:null) Found 0 networks to update RvR status.
>>>> 2013-04-07 00:39:50,850 DEBUG
>>>> [network.router.VirtualNetworkApplianceManagerImpl]
>>>> (RouterStatusMonitor-1:null) Found 0 routers to update status.
>>>> 2013-04-07 00:39:50,851 DEBUG
>>>> [network.router.VirtualNetworkApplianceManagerImpl]
>>>> (RouterStatusMonitor-1:null) Found 0 networks to update RvR status.
>>>> 2013-04-07 00:39:51,486 INFO  [agent.manager.AgentMonitor]
>>>> (Thread-11:null) Found the following agents behind on ping: [6, 5]
>>>> 2013-04-07 00:39:51,488 DEBUG [cloud.host.Status] (Thread-11:null) 
>>>>Ping
>>>> timeout for host 6, do invstigation
>>>> 2013-04-07 00:39:51,489 DEBUG [cloud.host.Status] (Thread-11:null) 
>>>>Ping
>>>> timeout for host 5, do invstigation
>>>> 2013-04-07 00:39:51,489 INFO  [agent.manager.AgentManagerImpl]
>>>> (AgentTaskPool-2:null) Investigating why host 6 has disconnected with
>>>>event
>>>> PingTimeout
>>>> 2013-04-07 00:39:51,490 DEBUG [agent.manager.AgentManagerImpl]
>>>> (AgentTaskPool-2:null) checking if agent (6) is alive
>>>> 2013-04-07 00:39:51,491 INFO  [agent.manager.AgentManagerImpl]
>>>> (AgentTaskPool-14:null) Investigating why host 5 has disconnected with
>>>> event PingTimeout
>>>> 2013-04-07 00:39:51,491 DEBUG [agent.manager.AgentManagerImpl]
>>>> (AgentTaskPool-14:null) checking if agent (5) is alive
>>>> 2013-04-07 00:39:51,493 DEBUG [agent.transport.Request]
>>>> (AgentTaskPool-2:null) Seq 6-324993319: Sending  { Cmd , MgmtId: 1,
>>>>via: 6,
>>>> Ver: v1, Flags: 100011, [{"CheckHealthCommand":{"wait":50}}] }
>>>> 2013-04-07 00:39:51,493 DEBUG [agent.transport.Request]
>>>> (AgentTaskPool-2:null) Seq 6-324993319: Executing:  { Cmd , MgmtId: 1,
>>>>via:
>>>> 6, Ver: v1, Flags: 100011, [{"CheckHealthCommand":{"wait":50}}] }
>>>> 2013-04-07 00:39:51,493 DEBUG [agent.manager.DirectAgentAttache]
>>>> (DirectAgent-278:null) Seq 6-324993319: Executing request
>>>> 2013-04-07 00:39:51,494 DEBUG [agent.transport.Request]
>>>> (AgentTaskPool-14:null) Seq 5-614334823: Sending  { Cmd , MgmtId: 1,
>>>>via:
>>>> 5, Ver: v1, Flags: 100011, [{"CheckHealthCommand":{"wait":50}}] }
>>>> 2013-04-07 00:39:51,494 DEBUG [agent.transport.Request]
>>>> (AgentTaskPool-14:null) Seq 5-614334823: Executing:  { Cmd , MgmtId: 
>>>>1,
>>>> via: 5, Ver: v1, Flags: 100011, [{"CheckHealthCommand":{"wait":50}}] }
>>>> 2013-04-07 00:39:51,495 DEBUG [agent.manager.DirectAgentAttache]
>>>> (DirectAgent-433:null) Seq 5-614334823: Executing request
>>>> 2013-04-07 00:39:51,547 DEBUG [agent.manager.DirectAgentAttache]
>>>> (DirectAgent-278:null) Seq 6-324993319: Response Received:
>>>> 2013-04-07 00:39:51,548 DEBUG [agent.transport.Request]
>>>> (DirectAgent-278:null) Seq 6-324993319: Processing:  { Ans: , MgmtId:
>>>>1,
>>>> via: 6, Ver: v1, Flags: 10,
>>>> [{"CheckHealthAnswer":{"result":true,"details":"resource is
>>>> alive","wait":0}}] }
>>>> 2013-04-07 00:39:51,548 DEBUG [agent.transport.Request]
>>>> (AgentTaskPool-2:null) Seq 6-324993319: Received:  { Ans: , MgmtId: 1,
>>>>via:
>>>> 6, Ver: v1, Flags: 10, { CheckHealthAnswer } }
>>>> 2013-04-07 00:39:51,548 DEBUG [agent.manager.AgentManagerImpl]
>>>> (AgentTaskPool-2:null) Details from executing class
>>>> com.cloud.agent.api.CheckHealthCommand: resource is alive
>>>> 2013-04-07 00:39:51,548 DEBUG [agent.manager.AgentManagerImpl]
>>>> (AgentTaskPool-2:null) agent (6) responded to checkHeathCommand,
>>>>reporting
>>>> that agent is Up
>>>> 2013-04-07 00:39:51,548 INFO  [agent.manager.AgentManagerImpl]
>>>> (AgentTaskPool-2:null) The state determined is Up
>>>> 2013-04-07 00:39:51,548 INFO  [agent.manager.AgentManagerImpl]
>>>> (AgentTaskPool-2:null) Agent is determined to be up and running
>>>> 2013-04-07 00:39:51,548 DEBUG [cloud.host.Status]
>>>>(AgentTaskPool-2:null)
>>>> Transition:[Resource state = Enabled, Agent event = Ping, Host id = 6,
>>>>name
>>>> = Tut-XenServer]
>>>> 2013-04-07 00:39:51,549 DEBUG [agent.manager.DirectAgentAttache]
>>>> (DirectAgent-433:null) Seq 5-614334823: Response Received:
>>>> 2013-04-07 00:39:51,549 DEBUG [agent.transport.Request]
>>>> (DirectAgent-433:null) Seq 5-614334823: Processing:  { Ans: , MgmtId:
>>>>1,
>>>> via: 5, Ver: v1, Flags: 10,
>>>> [{"CheckHealthAnswer":{"result":true,"details":"resource is
>>>> alive","wait":0}}] }
>>>> 2013-04-07 00:39:51,549 DEBUG [agent.transport.Request]
>>>> (AgentTaskPool-14:null) Seq 5-614334823: Received:  { Ans: , MgmtId: 
>>>>1,
>>>> via: 5, Ver: v1, Flags: 10, { CheckHealthAnswer } }
>>>> 2013-04-07 00:39:51,549 DEBUG [agent.manager.AgentManagerImpl]
>>>> (AgentTaskPool-14:null) Details from executing class
>>>> com.cloud.agent.api.CheckHealthCommand: resource is alive
>>>> 2013-04-07 00:39:51,549 DEBUG [agent.manager.AgentManagerImpl]
>>>> (AgentTaskPool-14:null) agent (5) responded to checkHeathCommand,
>>>>reporting
>>>> that agent is Up
>>>> 2013-04-07 00:39:51,549 INFO  [agent.manager.AgentManagerImpl]
>>>> (AgentTaskPool-14:null) The state determined is Up
>>>> 2013-04-07 00:39:51,549 INFO  [agent.manager.AgentManagerImpl]
>>>> (AgentTaskPool-14:null) Agent is determined to be up and running
>>>> 2013-04-07 00:39:51,551 DEBUG [cloud.host.Status]
>>>>(AgentTaskPool-2:null)
>>>> Agent status update: [id = 6; name = Tut-XenServer; old status = Up;
>>>>event
>>>> = Ping; new status = Up; old update count = 316; new update count =
>>>>317]
>>>> 2013-04-07 00:39:51,551 DEBUG [cloud.host.Status]
>>>>(AgentTaskPool-14:null)
>>>> Transition:[Resource state = Enabled, Agent event = Ping, Host id = 5,
>>>>name
>>>> = Tut-XenServer2]
>>>> 2013-04-07 00:39:51,554 DEBUG [cloud.host.Status]
>>>>(AgentTaskPool-14:null)
>>>> Agent status update: [id = 5; name = Tut-XenServer2; old status = Up;
>>>>event
>>>> = Ping; new status = Up; old update count = 153; new update count =
>>>>154]
>>>> 2013-04-07 00:40:04,836 DEBUG [agent.manager.DirectAgentAttache]
>>>> (DirectAgent-238:null) Ping from 6
>>>> 2013-04-07 00:40:06,653 WARN  [xen.resource.CitrixResourceBase]
>>>> (DirectAgent-429:null)  can not ping xenserver
>>>> 5e02c608-155d-432e-a20f-f8c600ef3ab7
>>>> 2013-04-07 00:40:06,653 WARN  [agent.manager.DirectAgentAttache]
>>>> (DirectAgent-429:null) Unable to get current status on 5
>>>> 2013-04-07 00:40:06,655 INFO  [agent.manager.AgentManagerImpl]
>>>> (AgentTaskPool-1:null) Investigating why host 5 has disconnected with
>>>>event
>>>> AgentDisconnected
>>>> 2013-04-07 00:40:06,655 DEBUG [agent.manager.AgentManagerImpl]
>>>> (AgentTaskPool-1:null) checking if agent (5) is alive
>>>> 2013-04-07 00:40:06,658 DEBUG [agent.transport.Request]
>>>> (AgentTaskPool-1:null) Seq 5-614334824: Sending  { Cmd , MgmtId: 1,
>>>>via: 5,
>>>> Ver: v1, Flags: 100011, [{"CheckHealthCommand":{"wait":50}}] }
>>>> 2013-04-07 00:40:06,658 DEBUG [agent.transport.Request]
>>>> (AgentTaskPool-1:null) Seq 5-614334824: Executing:  { Cmd , MgmtId: 1,
>>>>via:
>>>> 5, Ver: v1, Flags: 100011, [{"CheckHealthCommand":{"wait":50}}] }
>>>> 2013-04-07 00:40:06,658 DEBUG [agent.manager.DirectAgentAttache]
>>>> (DirectAgent-28:null) Seq 5-614334824: Executing request
>>>> 2013-04-07 00:40:06,681 DEBUG [agent.manager.DirectAgentAttache]
>>>> (DirectAgent-28:null) Seq 5-614334824: Response Received:
>>>> 2013-04-07 00:40:06,682 DEBUG [agent.transport.Request]
>>>> (DirectAgent-28:null) Seq 5-614334824: Processing:  { Ans: , MgmtId: 
>>>>1,
>>>> via: 5, Ver: v1, Flags: 10,
>>>> [{"CheckHealthAnswer":{"result":false,"details":"resource is not
>>>> alive","wait":0}}] }
>>>> 2013-04-07 00:40:06,682 DEBUG [agent.transport.Request]
>>>> (AgentTaskPool-1:null) Seq 5-614334824: Received:  { Ans: , MgmtId: 1,
>>>>via:
>>>> 5, Ver: v1, Flags: 10, { CheckHealthAnswer } }
>>>> 2013-04-07 00:40:06,682 DEBUG [agent.manager.AgentManagerImpl]
>>>> (AgentTaskPool-1:null) Details from executing class
>>>> com.cloud.agent.api.CheckHealthCommand: resource is not alive
>>>> 2013-04-07 00:40:06,684 DEBUG [cloud.ha.HighAvailabilityManagerImpl]
>>>> (AgentTaskPool-1:null) SimpleInvestigator unable to determine the
>>>>state
>>>>of
>>>> the host.  Moving on.
>>>> 2013-04-07 00:40:06,691 DEBUG [agent.transport.Request]
>>>> (AgentTaskPool-1:null) Seq 6-324993320: Sending  { Cmd , MgmtId: 1,
>>>>via: 6,
>>>> Ver: v1, Flags: 100011,
>>>>
>>>>[{"CheckOnHostCommand":{"host":{"guid":"5e02c608-155d-432e-a20f-f8c600e
>>>>f
>>>>3
>>>>ab7","privateNetwork":{"ip":"192.168.56.11","netmask":"255.255.255.0","
>>>>m
>>>>a
>>>>c":"08:00:27:f7:0d:28","isSecurityGroupEnabled":false},"publicNetwork":
>>>>{
>>>>"
>>>>ip":"192.168.56.11","netmask":"255.255.255.0","mac":"08:00:27:f7:0d:28"
>>>>,
>>>>"
>>>>isSecurityGroupEnabled":false},"storageNetwork1":{"ip":"192.168.56.11",
>>>>"
>>>>n
>>>>etmask":"255.255.255.0","mac":"08:00:27:f7:0d:28","isSecurityGroupEnabl
>>>>e
>>>>d
>>>>":false}},"wait":20}}]
>>>> }
>>>> 2013-04-07 00:40:06,691 DEBUG [agent.transport.Request]
>>>> (AgentTaskPool-1:null) Seq 6-324993320: Executing:  { Cmd , MgmtId: 1,
>>>>via:
>>>> 6, Ver: v1, Flags: 100011,
>>>>
>>>>[{"CheckOnHostCommand":{"host":{"guid":"5e02c608-155d-432e-a20f-f8c600e
>>>>f
>>>>3
>>>>ab7","privateNetwork":{"ip":"192.168.56.11","netmask":"255.255.255.0","
>>>>m
>>>>a
>>>>c":"08:00:27:f7:0d:28","isSecurityGroupEnabled":false},"publicNetwork":
>>>>{
>>>>"
>>>>ip":"192.168.56.11","netmask":"255.255.255.0","mac":"08:00:27:f7:0d:28"
>>>>,
>>>>"
>>>>isSecurityGroupEnabled":false},"storageNetwork1":{"ip":"192.168.56.11",
>>>>"
>>>>n
>>>>etmask":"255.255.255.0","mac":"08:00:27:f7:0d:28","isSecurityGroupEnabl
>>>>e
>>>>d
>>>>":false}},"wait":20}}]
>>>> }
>>>> 2013-04-07 00:40:06,692 DEBUG [agent.manager.DirectAgentAttache]
>>>> (DirectAgent-467:null) Seq 6-324993320: Executing request
>>>> 2013-04-07 00:40:06,909 DEBUG [agent.manager.DirectAgentAttache]
>>>> (DirectAgent-367:null) Seq 6-324993028: Executing request
>>>> 2013-04-07 00:40:07,178 DEBUG [xen.resource.XenServer56Resource]
>>>> (DirectAgent-467:null) Heart beat is still going
>>>> 2013-04-07 00:40:07,178 DEBUG [agent.manager.DirectAgentAttache]
>>>> (DirectAgent-467:null) Seq 6-324993320: Response Received:
>>>> 2013-04-07 00:40:07,178 DEBUG [agent.transport.Request]
>>>> (DirectAgent-467:null) Seq 6-324993320: Processing:  { Ans: , MgmtId:
>>>>1,
>>>> via: 6, Ver: v1, Flags: 10,
>>>>
>>>>[{"CheckOnHostAnswer":{"determined":true,"alive":true,"result":true,"de
>>>>t
>>>>a
>>>>ils":"Heartbeat
>>>> is still going","wait":0}}] }
>>>> 2013-04-07 00:40:07,178 DEBUG [agent.transport.Request]
>>>> (AgentTaskPool-1:null) Seq 6-324993320: Received:  { Ans: , MgmtId: 1,
>>>>via:
>>>> 6, Ver: v1, Flags: 10, { CheckOnHostAnswer } }
>>>> 2013-04-07 00:40:07,179 DEBUG [agent.manager.AgentManagerImpl]
>>>> (AgentTaskPool-1:null) Details from executing class
>>>> com.cloud.agent.api.CheckOnHostCommand: Heartbeat is still going
>>>> 2013-04-07 00:40:07,179 DEBUG [cloud.ha.HighAvailabilityManagerImpl]
>>>> (AgentTaskPool-1:null) XenServerInvestigator was able to determine
>>>>host
>>>>5
>>>> is in Up
>>>> 2013-04-07 00:40:07,179 INFO  [agent.manager.AgentManagerImpl]
>>>> (AgentTaskPool-1:null) The state determined is Up
>>>> 2013-04-07 00:40:07,179 INFO  [agent.manager.AgentManagerImpl]
>>>> (AgentTaskPool-1:null) Agent is determined to be up and running
>>>> 2013-04-07 00:40:07,179 DEBUG [cloud.host.Status]
>>>>(AgentTaskPool-1:null)
>>>> Transition:[Resource state = Enabled, Agent event = Ping, Host id = 5,
>>>>name
>>>> = Tut-XenServer2]
>>>> 2013-04-07 00:40:07,182 DEBUG [cloud.host.Status]
>>>>(AgentTaskPool-1:null)
>>>> Agent status update: [id = 5; name = Tut-XenServer2; old status = Up;
>>>>event
>>>> = Ping; new status = Up; old update count = 154; new update count =
>>>>155]
>>>> 2013-04-07 00:40:07,321 DEBUG [agent.manager.DirectAgentAttache]
>>>> (DirectAgent-367:null) Seq 6-324993028: Response Received:
>>>> 2013-04-07 00:40:07,322 DEBUG [agent.transport.Request]
>>>> (DirectAgent-367:null) Seq 6-324993028: Processing:  { Ans: , MgmtId:
>>>>1,
>>>> via: 6, Ver: v1, Flags: 10,
>>>>
>>>>[{"ClusterSyncAnswer":{"_clusterId":2,"_newStates":{},"_isExecuted":fal
>>>>s
>>>>e
>>>>,"result":true,"wait":0}}]
>>>> }
>>>> 2013-04-07 00:40:11,022 DEBUG [agent.manager.DirectAgentAttache]
>>>> (DirectAgent-430:null) Seq 5-614334468: Executing request
>>>> 2013-04-07 00:40:11,052 DEBUG [xen.resource.XenServerConnectionPool]
>>>> (DirectAgent-430:null) Catch Exception:
>>>> com.xensource.xenapi.Types$HostOffline Host is offline 192.168.56.11
>>>>due to
>>>> You attempted an operation which involves a host which could not be
>>>> contacted.
>>>> 2013-04-07 00:40:11,052 DEBUG [xen.resource.XenServerConnectionPool]
>>>> (DirectAgent-430:null) Trying to reset master of slave 192.168.56.11 
>>>>to
>>>> 192.168.56.9
>>>> 2013-04-07 00:40:20,452 DEBUG
>>>> [storage.secondary.SecondaryStorageManagerImpl] (secstorage-1:null)
>>>>Zone 1
>>>> is ready to launch secondary storage VM
>>>> 2013-04-07 00:40:20,552 DEBUG
>>>>[cloud.consoleproxy.ConsoleProxyManagerImpl]
>>>> (consoleproxy-1:null) Zone 1 is ready to launch console proxy
>>>> 2013-04-07 00:40:20,820 DEBUG
>>>> [network.router.VirtualNetworkApplianceManagerImpl]
>>>> (RouterStatusMonitor-1:null) Found 0 routers to update status.
>>>> 2013-04-07 00:40:20,821 DEBUG
>>>> [network.router.VirtualNetworkApplianceManagerImpl]
>>>> (RouterStatusMonitor-1:null) Found 0 networks to update RvR status.
>>>> 2013-04-07 00:40:20,852 DEBUG
>>>> [network.router.VirtualNetworkApplianceManagerImpl]
>>>> (RouterStatusMonitor-1:null) Found 0 routers to update status.
>>>> 2013-04-07 00:40:20,853 DEBUG
>>>> [network.router.VirtualNetworkApplianceManagerImpl]
>>>> (RouterStatusMonitor-1:null) Found 0 networks to update RvR status.
>>>> 2013-04-07 00:40:21,055 DEBUG [xen.resource.XenServerConnectionPool]
>>>> (DirectAgent-430:null) localLogout has problem Failed to read server's
>>>> response: connect timed out
>>>> 2013-04-07 00:40:21,055 WARN  [agent.manager.DirectAgentAttache]
>>>> (DirectAgent-430:null) Seq 5-614334468: Exception Caught while
>>>>executing
>>>> command
>>>> com.cloud.utils.exception.CloudRuntimeException: Unable to reset
>>>>master
>>>>of
>>>> slave 192.168.56.11 to 192.168.56.9 due to
>>>> org.apache.xmlrpc.XmlRpcException: Failed to read server's response:
>>>> connect timed out
>>>>  at
>>>>
>>>>com.cloud.hypervisor.xen.resource.XenServerConnectionPool.PoolEmergency
>>>>R
>>>>e
>>>>setMaster(XenServerConnectionPool.java:443)
>>>> at
>>>>
>>>>com.cloud.hypervisor.xen.resource.XenServerConnectionPool.connect(XenSe
>>>>r
>>>>v
>>>>erConnectionPool.java:661)
>>>>  at
>>>>
>>>>com.cloud.hypervisor.xen.resource.CitrixResourceBase.getConnection(Citr
>>>>i
>>>>x
>>>>ResourceBase.java:5380)
>>>> at
>>>>
>>>>com.cloud.hypervisor.xen.resource.CitrixResourceBase.execute(CitrixReso
>>>>u
>>>>r
>>>>ceBase.java:7248)
>>>>  at
>>>>
>>>>com.cloud.hypervisor.xen.resource.CitrixResourceBase.executeRequest(Cit
>>>>r
>>>>i
>>>>xResourceBase.java:555)
>>>> at
>>>>
>>>>com.cloud.hypervisor.xen.resource.XenServer56Resource.executeRequest(Xe
>>>>n
>>>>S
>>>>erver56Resource.java:73)
>>>>  at
>>>>
>>>>com.cloud.agent.manager.DirectAgentAttache$Task.run(DirectAgentAttache.
>>>>j
>>>>a
>>>>va:186)
>>>> at
>>>>java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:439)
>>>>  at
>>>>
>>>>java.util.concurrent.FutureTask$Sync.innerRunAndReset(FutureTask.java:3
>>>>1
>>>>7
>>>>)
>>>> at java.util.concurrent.FutureTask.runAndReset(FutureTask.java:150)
>>>>  at
>>>>
>>>>java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.ac
>>>>c
>>>>e
>>>>ss$101(ScheduledThreadPoolExecutor.java:98)
>>>> at
>>>>
>>>>java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.ru
>>>>n
>>>>P
>>>>eriodic(ScheduledThreadPoolExecutor.java:180)
>>>>  at
>>>>
>>>>java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.ru
>>>>n
>>>>(
>>>>ScheduledThreadPoolExecutor.java:204)
>>>> at
>>>>
>>>>java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecut
>>>>o
>>>>r
>>>>.java:895)
>>>>  at
>>>>
>>>>java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.j
>>>>a
>>>>v
>>>>a:918)
>>>> at java.lang.Thread.run(Thread.java:680)
>>>> 2013-04-07 00:40:21,056 DEBUG [agent.manager.DirectAgentAttache]
>>>> (DirectAgent-430:null) Seq 5-614334468: Response Received:
>>>> 2013-04-07 00:40:21,056 DEBUG [agent.transport.Request]
>>>> (DirectAgent-430:null) Seq 5-614334468: Processing:  { Ans: , MgmtId:
>>>>1,
>>>> via: 5, Ver: v1, Flags: 10,
>>>>
>>>>[{"Answer":{"result":false,"details":"com.cloud.utils.exception.CloudRu
>>>>n
>>>>t
>>>>imeException:
>>>> Unable to reset master of slave 192.168.56.11 to 192.168.56.9 due to
>>>> org.apache.xmlrpc.XmlRpcException: Failed to read server's response:
>>>> connect timed out","wait":0}}] }
>>>> 2013-04-07 00:40:24,888 DEBUG [agent.manager.AgentManagerImpl]
>>>> (AgentManager-Handler-12:null) Ping from 4
>>>> 2013-04-07 00:40:27,162 DEBUG [agent.manager.DirectAgentAttache]
>>>> (DirectAgent-321:null) Ping from 1
>>>> 2013-04-07 00:40:29,095 DEBUG [agent.manager.DirectAgentAttache]
>>>> (DirectAgent-423:null) Seq 1-90046472: Executing request
>>>> 2013-04-07 00:40:29,364 DEBUG [agent.manager.DirectAgentAttache]
>>>> (DirectAgent-423:null) Seq 1-90046472: Response Received:
>>>> 2013-04-07 00:40:29,364 DEBUG [agent.transport.Request]
>>>> (DirectAgent-423:null) Seq 1-90046472: Processing:  { Ans: , MgmtId: 
>>>>1,
>>>> via: 1, Ver: v1, Flags: 10,
>>>>
>>>>[{"ClusterSyncAnswer":{"_clusterId":1,"_newStates":{},"_isExecuted":fal
>>>>s
>>>>e
>>>>,"result":true,"wait":0}}]
>>>> }
>>>> 2013-04-07 00:40:43,749 INFO
>>>>[context.support.XmlWebApplicationContext]
>>>> (Shutdown:null) Closing Root WebApplicationContext: startup date [Sat
>>>>Apr
>>>> 06 22:07:12 MDT 2013]; root of context hierarchy
>>>> 2013-04-07 00:40:43,751 INFO
>>>>[factory.support.DefaultListableBeanFactory]
>>>> (Shutdown:null) Destroying singletons in
>>>>
>>>>org.springframework.beans.factory.support.DefaultListableBeanFactory@74
>>>>b
>>>>7
>>>>6ce4:
>>>> defining beans
>>>>
>>>>[org.springframework.context.annotation.internalConfigurationAnnotation
>>>>P
>>>>r
>>>>ocessor,org.springframework.context.annotation.internalAutowiredAnnotat
>>>>i
>>>>o
>>>>nProcessor,org.springframework.context.annotation.internalRequiredAnnot
>>>>a
>>>>t
>>>>ionProcessor,org.springframework.context.annotation.internalCommonAnnot
>>>>a
>>>>t
>>>>ionProcessor,ClusterRestService,NetworkRestService,PodService,VirtualMa
>>>>c
>>>>h
>>>>ineRestService,VolumeRestService,zoneService,dataDisk,iso,rootDisk,volu
>>>>m
>>>>e
>>>>TypeHelper,VMComputeTagDaoImpl,VMEntityDaoImpl,VMNetworkMapDaoImpl,VMRe
>>>>s
>>>>e
>>>>rvationDaoImpl,VMRootDiskTagDaoImpl,volumeReservationDaoImpl,virtualMac
>>>>h
>>>>i
>>>>neEntityImpl,VMEntityManagerImpl,dataCenterResourceManagerImpl,EngineDc
>>>>D
>>>>e
>>>>tailsDao,EngineClusterDao,EngineDataCenterDao,EngineHostDao,EngineHostP
>>>>o
>>>>d
>>>>Dao,EngineHostDetailsDao,EngineHostTagsDao,provisioningService,cloudOrc
>>>>h
>>>>e
>>>>strator,dataObjectManagerImpl,dataStoreManagerImpl,dataStoreProviderDao
>>>>I
>>>>m
>>>>pl,primaryDataStoreDaoImpl,primaryDataStoreDetailsDaoImpl,objectInDataS
>>>>t
>>>>o
>>>>reManagerImpl,dataStoreProviderManagerImpl,objectInDataStoreDaoImpl,def
>>>>a
>>>>u
>>>>ltEndPointSelector,hypervsiorHostEndPointRpcServer,imageDataStoreHelper
>>>>,
>>>>i
>>>>mageDaoStoreDaoImpl,imageDataDaoImpl,imageDataStoreProviderDaoImpl,BARE
>>>>M
>>>>E
>>>>TAL,imageFormatHelper,ISO,OVA,imageformat_qcow2,unknown,image_format_vh
>>>>d
>>>>,
>>>>dataMotionServiceImpl,primaryDataStoreHelper,templatePrimaryDataStoreDa
>>>>o
>>>>I
>>>>mpl,volumeDao2Impl,imageDataFactoryImpl,imageServiceImpl,imageDataManag
>>>>e
>>>>r
>>>>Impl,imageDataStoreManagerImpl,defaultImageDataStoreProvider,defaultIma
>>>>g
>>>>e
>>>>MotionStrategy,imageMotionServiceImpl,snapshotDao2Impl,snapshotDataFact
>>>>o
>>>>r
>>>>yImpl,snapshotServiceImpl,hypervisorBasedSnapshot,defaultPrimaryDataSto
>>>>r
>>>>e
>>>>ProviderManagerImpl,defaultPrimaryDatastoreProviderImpl,ISCSI,networkFi
>>>>l
>>>>e
>>>>System,templateInstallStrategyImpl,volumeDataFactoryImpl,volumeManagerI
>>>>m
>>>>p
>>>>l,volumeServiceImpl,apiDiscoveryServiceImpl,apiRateLimitServiceImpl,reg
>>>>i
>>>>o
>>>>nDaoImpl,regionManagerImpl,regionServiceImpl,userContextInitializer,eve
>>>>n
>>>>t
>>>>DaoImpl,usageEventDaoImpl,randomAllocator,baremetalDhcpDaoImpl,baremeta
>>>>l
>>>>P
>>>>xeDaoImpl,vmwareContextFactory,ciscoNexusVSMDeviceDaoImpl,lunDaoImpl,po
>>>>o
>>>>l
>>>>DaoImpl,netappVolumeDaoImpl,netappManagerImpl,elasticLoadBalancerElemen
>>>>t
>>>>,
>>>>elasticLbVmMapDaoImpl,elasticLoadBalancerManagerImpl,netScalerPodDaoImp
>>>>l
>>>>,
>>>>niciraNvpDaoImpl,niciraNvpNicMappingDaoImpl,niciraNvpRouterMappingDaoIm
>>>>p
>>>>l
>>>>,niciraNvpElement,ovsGuestNetworkGuru,ovsTunnelInterfaceDaoImpl,ovsTunn
>>>>e
>>>>l
>>>>NetworkDaoImpl,ovsTunnelManagerImpl,bigSwitchVnsDaoImpl,bigSwitchVnsEle
>>>>m
>>>>e
>>>>nt,randomStoragePoolAllocator,domainChecker,agentMonitor,firstFitAlloca
>>>>t
>>>>o
>>>>r,recreateHostAllocator,testingAllocator,basicAgentAuthManager,alertMan
>>>>a
>>>>g
>>>>erImpl,clusterAlertAdapter,consoleProxyAlertAdapter,alertDaoImpl,second
>>>>a
>>>>r
>>>>yStorageVmAlertAdapter,apiDBUtils,apiDispatcher,apiResponseHelper,apiSe
>>>>r
>>>>v
>>>>er,apiServlet,accountJoinDaoImpl,asyncJobJoinDaoImpl,dataCenterJoinDaoI
>>>>m
>>>>p
>>>>l,diskOfferingJoinDaoImpl,domainRouterJoinDaoImpl,hostJoinDaoImpl,insta
>>>>n
>>>>c
>>>>eGroupJoinDaoImpl,projectAccountJoinDaoImpl,projectInvitationJoinDaoImp
>>>>l
>>>>,
>>>>projectJoinDaoImpl,resourceTagJoinDaoImpl,securityGroupJoinDaoImpl,serv
>>>>i
>>>>c
>>>>eOfferingJoinDaoImpl,storagePoolJoinDaoImpl,userAccountJoinDaoImpl,user
>>>>V
>>>>m
>>>>JoinDaoImpl,volumeJoinDaoImpl,queryManagerImpl,asyncJobExecutorContextI
>>>>m
>>>>p
>>>>l,asyncJobManagerImpl,asyncJobDaoImpl,syncQueueDaoImpl,syncQueueItemDao
>>>>I
>>>>m
>>>>pl,syncQueueManagerImpl,capacityManagerImpl,capacityDaoImpl,certificate
>>>>D
>>>>a
>>>>oImpl,clusterBasedAgentLoadBalancerPlanner,hostTransferMapDaoImpl,clust
>>>>e
>>>>r
>>>>FenceManagerImpl,clusterServiceServletAdapter,managementServerHostDaoIm
>>>>p
>>>>l
>>>>,managementServerHostPeerDaoImpl,stackMaidDaoImpl,managementServerNode,
>>>>c
>>>>o
>>>>nfigurationManagerImpl,configurationDaoImpl,resourceCountDaoImpl,resour
>>>>c
>>>>e
>>>>LimitDaoImpl,entityManagerImpl,clusterDetailsDaoImpl,accountVlanMapDaoI
>>>>m
>>>>p
>>>>l,clusterDaoImpl,clusterVSMMapDaoImpl,dataCenterDaoImpl,dataCenterIpAdd
>>>>r
>>>>e
>>>>ssDaoImpl,dataCenterLinkLocalIpAddressDaoImpl,dataCenterVnetDaoImpl,dcD
>>>>e
>>>>t
>>>>ailsDaoImpl,hostPodDaoImpl,podVlanDaoImpl,podVlanMapDaoImpl,storageNetw
>>>>o
>>>>r
>>>>kIpAddressDaoImpl,storageNetworkIpRangeDaoImpl,vlanDaoImpl,domainDaoImp
>>>>l
>>>>,
>>>>actionEventUtils,alertGenerator,eventJoinDaoImpl,eventUtils,usageEventU
>>>>t
>>>>i
>>>>ls,highAvailabilityDaoImpl,recreatableFencer,hostDaoImpl,hostDetailsDao
>>>>I
>>>>m
>>>>pl,hostTagsDaoImpl,cloudZonesStartupProcessor,hypervisorCapabilitiesDao
>>>>I
>>>>m
>>>>pl,hypervisorGuruManagerImpl,keystoreDaoImpl,keystoreManagerImpl,agentU
>>>>p
>>>>g
>>>>radeDaoImpl,upgradeManagerImpl,autoScaleManagerImpl,autoScalePolicyCond
>>>>i
>>>>t
>>>>ionMapDaoImpl,autoScalePolicyDaoImpl,autoScaleVmGroupDaoImpl,autoScaleV
>>>>m
>>>>G
>>>>roupPolicyMapDaoImpl,autoScaleVmProfileDaoImpl,conditionDaoImpl,counter
>>>>D
>>>>a
>>>>oImpl,externalFirewallDeviceDaoImpl,externalLoadBalancerDeviceDaoImpl,f
>>>>i
>>>>r
>>>>ewallRulesCidrsDaoImpl,firewallRulesDaoImpl,inlineLoadBalancerNicMapDao
>>>>I
>>>>m
>>>>pl,IPAddressDaoImpl,LBStickinessPolicyDaoImpl,loadBalancerDaoImpl,loadB
>>>>a
>>>>l
>>>>ancerVMMapDaoImpl,networkAccountDaoImpl,networkDaoImpl,networkDomainDao
>>>>I
>>>>m
>>>>pl,networkExternalFirewallDaoImpl,networkExternalLoadBalancerDaoImpl,ne
>>>>t
>>>>w
>>>>orkOpDaoImpl,networkRuleConfigDaoImpl,networkServiceMapDaoImpl,physical
>>>>N
>>>>e
>>>>tworkDaoImpl,physicalNetworkIsolationMethodDaoImpl,physicalNetworkServi
>>>>c
>>>>e
>>>>ProviderDaoImpl,physicalNetworkTagDaoImpl,physicalNetworkTrafficTypeDao
>>>>I
>>>>m
>>>>pl,portProfileDaoImpl,remoteAccessVpnDaoImpl,routerNetworkDaoImpl,site2
>>>>S
>>>>i
>>>>teCustomerGatewayDaoImpl,site2SiteVpnConnectionDaoImpl,site2SiteVpnGate
>>>>w
>>>>a
>>>>yDaoImpl,userIpv6AddressDaoImpl,virtualRouterProviderDaoImpl,vpnUserDao
>>>>I
>>>>m
>>>>pl,externalLoadBalancerUsageManagerImpl,externalNetworkDeviceManagerImp
>>>>l
>>>>,
>>>>firewallManagerImpl,loadBalancingRulesManagerImpl,networkManagerImpl,ne
>>>>t
>>>>w
>>>>orkModelImpl,networkServiceImpl,networkUsageManagerImpl,virtualNetworkA
>>>>p
>>>>p
>>>>lianceManagerImpl,vpcVirtualNetworkApplianceManagerImpl,portForwardingR
>>>>u
>>>>l
>>>>esDaoImpl,rulesManagerImpl,securityGroupDaoImpl,securityGroupRuleDaoImp
>>>>l
>>>>,
>>>>securityGroupRulesDaoImpl,securityGroupVMMapDaoImpl,securityGroupWorkDa
>>>>o
>>>>I
>>>>mpl,vmRulesetLogDaoImpl,storageNetworkManagerImpl,privateIpDaoImpl,stat
>>>>i
>>>>c
>>>>RouteDaoImpl,vpcDaoImpl,vpcGatewayDaoImpl,vpcOfferingDaoImpl,vpcOfferin
>>>>g
>>>>S
>>>>erviceMapDaoImpl,networkACLManagerImpl,vpcManagerImpl,remoteAccessVpnMa
>>>>n
>>>>a
>>>>gerImpl,site2SiteVpnManagerImpl,networkOfferingDaoImpl,networkOfferingS
>>>>e
>>>>r
>>>>viceMapDaoImpl,projectAccountDaoImpl,projectDaoImpl,projectInvitationDa
>>>>o
>>>>I
>>>>mpl,projectManagerImpl,dummyHostDiscoverer,resourceManagerImpl,resource
>>>>L
>>>>i
>>>>mitManagerImpl,commandExecLogDaoImpl,configurationServerImpl,statsColle
>>>>c
>>>>t
>>>>or,serviceOfferingDaoImpl,consoleServlet,registerCompleteServlet,garbag
>>>>e
>>>>C
>>>>ollectingStoragePoolAllocator,useLocalForRootAllocator,diskOfferingDaoI
>>>>m
>>>>p
>>>>l,guestOSCategoryDaoImpl,guestOSDaoImpl,launchPermissionDaoImpl,s3DaoIm
>>>>p
>>>>l
>>>>,snapshotDaoImpl,snapshotPolicyDaoImpl,snapshotScheduleDaoImpl,storageP
>>>>o
>>>>o
>>>>lDaoImpl,storagePoolDetailsDaoImpl,storagePoolHostDaoImpl,storagePoolWo
>>>>r
>>>>k
>>>>DaoImpl,swiftDaoImpl,uploadDaoImpl,VMTemplateDaoImpl,VMTemplateDetailsD
>>>>a
>>>>o
>>>>Impl,VMTemplateHostDaoImpl,VMTemplatePoolDaoImpl,VMTemplateS3DaoImpl,VM
>>>>T
>>>>e
>>>>mplateSwiftDaoImpl,VMTemplateZoneDaoImpl,volumeDaoImpl,volumeHostDaoImp
>>>>l
>>>>,
>>>>downloadMonitorImpl,OCFS2ManagerImpl,s3ManagerImpl,secondaryStorageVmDe
>>>>f
>>>>a
>>>>ultAllocator,snapshotManagerImpl,snapshotSchedulerImpl,storageManagerIm
>>>>p
>>>>l
>>>>,swiftManagerImpl,uploadMonitorImpl,resourceTagsDaoImpl,taggedResourceM
>>>>a
>>>>n
>>>>agerImpl,hyervisorTemplateAdapter,templateManagerImpl,versionDaoImpl,da
>>>>t
>>>>a
>>>>baseIntegrityChecker,externalPublicIpStatisticsDaoImpl,usageDaoImpl,usa
>>>>g
>>>>e
>>>>IPAddressDaoImpl,usageJobDaoImpl,usageLoadBalancerPolicyDaoImpl,usageNe
>>>>t
>>>>w
>>>>orkDaoImpl,usageNetworkOfferingDaoImpl,usagePortForwardingRuleDaoImpl,u
>>>>s
>>>>a
>>>>geSecurityGroupDaoImpl,usageStorageDaoImpl,usageVMInstanceDaoImpl,usage
>>>>V
>>>>o
>>>>lumeDaoImpl,usageVPNUserDaoImpl,usageServiceImpl,accountDetailsDaoImpl,
>>>>a
>>>>c
>>>>countManagerImpl,accountDaoImpl,SSHKeyPairDaoImpl,userAccountDaoImpl,us
>>>>e
>>>>r
>>>>DaoImpl,userStatisticsDaoImpl,userStatsLogDaoImpl,domainManagerImpl,ide
>>>>n
>>>>t
>>>>ityDaoImpl,identityServiceImpl,consoleProxyDaoImpl,domainRouterDaoImpl,
>>>>i
>>>>n
>>>>stanceGroupDaoImpl,instanceGroupVMMapDaoImpl,nicDaoImpl,secondaryStorag
>>>>e
>>>>V
>>>>mDaoImpl,userVmDetailsDaoImpl,VMInstanceDaoImpl,itWorkDaoImpl,component
>>>>C
>>>>o
>>>>ntext,org.springframework.aop.config.internalAutoProxyCreator,org.sprin
>>>>g
>>>>f
>>>>ramework.aop.aspectj.AspectJPointcutAdvisor#0,captureAnyMethod,org.spri
>>>>n
>>>>g
>>>>framework.aop.aspectj.AspectJPointcutAdvisor#1,captureEventMethod,trans
>>>>a
>>>>c
>>>>tionContextBuilder,actionEventInterceptor,onwireRegistry,messageSeriali
>>>>z
>>>>e
>>>>r,transportProvider,rpcProvider,eventBus,premiumDatabaseUpgradeChecker,
>>>>m
>>>>a
>>>>nagementServerImpl,clusterManagerImpl,clusteredAgentManagerImpl,cluster
>>>>e
>>>>d
>>>>VirtualMachineManagerImpl,highAvailabilityManagerExtImpl,userVmManagerI
>>>>m
>>>>p
>>>>l,consoleProxyManagerImpl,securityGroupManagerImpl2,premiumSecondarySto
>>>>r
>>>>a
>>>>geManagerImpl,userVmDaoImpl,ipv6AddressManagerImpl,VmwareManager,Netapp
>>>>M
>>>>a
>>>>nager,BaremetalManager,BaremetalDhcpManager,BaremetalKickStartPxeServic
>>>>e
>>>>,
>>>>BaremetalPingPxeService,BaremetalPxeManager,Ovs,BareMetalDhcp,BareMetal
>>>>P
>>>>x
>>>>e,BareMetalUserdata,SecurityGroupProvider,VirtualRouter,VpcVirtualRoute
>>>>r
>>>>,
>>>>NiciraNvp,JuniperSRX,Netscaler,F5BigIP,CiscoNexus1000vVSM,FirstFitRouti
>>>>n
>>>>g
>>>>,LocalStoragePoolAllocator,FirstFitStoragePoolAllocator,UserConcentrate
>>>>d
>>>>A
>>>>llocator,ConsoleProxyAllocator,StaticRoleBasedAPIAccessChecker,ExteralI
>>>>p
>>>>A
>>>>ddressAllocator,BareMetalTemplateAdapter,MD5UserAuthenticator,LDAPUserA
>>>>u
>>>>t
>>>>henticator,CheckOnAgentInvestigator,XenServerInvestigator,UserVmDomRInv
>>>>e
>>>>s
>>>>tigator,ManagementIPSystemVMInvestigator,VmwareInvestigator,XenServerFe
>>>>n
>>>>c
>>>>er,KVMFencer,OvmFencer,VmwareFencer,XcpServerDiscoverer,SecondaryStorag
>>>>e
>>>>D
>>>>iscoverer,KvmServerDiscoverer,BareMetalDiscoverer,HypervServerDiscovere
>>>>r
>>>>,
>>>>OvmDiscoverer,vmwareServerDiscoverer,FirstFitPlanner,UserDispersingPlan
>>>>n
>>>>e
>>>>r,UserConcentratedPodPlanner,BareMetalPlanner,StorageNetworkGuru,Extern
>>>>a
>>>>l
>>>>GuestNetworkGuru,PublicNetworkGuru,PodBasedNetworkGuru,ControlNetworkGu
>>>>r
>>>>u
>>>>,DirectNetworkGuru,DirectPodBasedNetworkGuru,OvsGuestNetworkGuru,Privat
>>>>e
>>>>N
>>>>etworkGuru,NiciraNvpGuestNetworkGuru,XenServerGuru,KVMGuru,OvmGuru,VMwa
>>>>r
>>>>e
>>>>Guru,BaremetalGuru,BaremetalPlannerSelector,HypervisorPlannerSelector,o
>>>>r
>>>>g
>>>>.springframework.context.annotation.ConfigurationClassPostProcessor$Imp
>>>>o
>>>>r
>>>>tAwareBeanPostProcessor#0];
>>>> root of factory hierarchy
>>>>
>>>>
>>>> On Sun, Apr 7, 2013 at 12:54 AM, Marcus Sorensen
>>>><sh...@gmail.com>wrote:
>>>>
>>>>> If you're running it the Dev way with jetty, look for vmops.log in
>>>>>your
>>>>> git
>>>>> root. If you've installed via package look for
>>>>> /var/log/cloudstack/management/management-server.log.
>>>>> On Apr 7, 2013 12:45 AM, "Mike Tutkowski"
>>>>><mi...@solidfire.com>
>>>>> wrote:
>>>>>
>>>>> > Hi Marcus,
>>>>> >
>>>>> > I was just looking at the output in the console.
>>>>> >
>>>>> > Can you remind me again where the related logs are stored?
>>>>> >
>>>>> > Thanks!
>>>>> >
>>>>> >
>>>>> > On Sun, Apr 7, 2013 at 12:39 AM, Marcus Sorensen
>>>>><shadowsor@gmail.com
>>>>> > >wrote:
>>>>> >
>>>>> > > Have you by chance looked at the debug logs to see if it by 
>>>>>chance
>>>>> tried
>>>>> > > the proper storage and failed? I'm not sure that's OK either, but
>>>>>it
>>>>> > would
>>>>> > > be interesting to know.
>>>>> > > On Apr 7, 2013 12:25 AM, "Mike Tutkowski" <
>>>>> mike.tutkowski@solidfire.com>
>>>>> > > wrote:
>>>>> > >
>>>>> > > > Hi,
>>>>> > > >
>>>>> > > > I'm currently using 4.1 (from like a week or so ago).
>>>>> > > >
>>>>> > > > I have three tiers of shared, iSCSI-based storage represented 
>>>>>in
>>>>> three
>>>>> > > > storage repositories in XenServer:
>>>>> > > >
>>>>> > > > SR_2
>>>>> > > > SR_3
>>>>> > > > SR_4
>>>>> > > >
>>>>> > > > SR_2 maps into CS via primary storage PS_2, which has the
>>>>>storage
>>>>> tag
>>>>> > > PS_2
>>>>> > > > SR_3 maps into CS via primary storage PS_3, which has the
>>>>>storage
>>>>> tag
>>>>> > > PS_3
>>>>> > > > SR_4 maps into CS via primary storage PS_4, which has the
>>>>>storage
>>>>> tag
>>>>> > > PS_4
>>>>> > > >
>>>>> > > > I have three compute offerings:
>>>>> > > >
>>>>> > > > CO_2, which only uses storage tag PS_2
>>>>> > > > CO_3, which only uses storage tag PS_3
>>>>> > > > CO_4, which only uses storage tag PS_4
>>>>> > > >
>>>>> > > > I walk through the wizard and select CO_3.  My VM ends up on
>>>>>SR_4.
>>>>> > > >
>>>>> > > > I have double checked the relationships and don't see any
>>>>>errors
>>>>>in
>>>>> > how I
>>>>> > > > have CS configured.
>>>>> > > >
>>>>> > > > Does anyone know of this being noted as a current bug?
>>>>> > > >
>>>>> > > > Thanks!
>>>>> > > >
>>>>> > > >
>>>>> > > > --
>>>>> > > > *Mike Tutkowski*
>>>>> > > > *Senior CloudStack Developer, SolidFire Inc.*
>>>>> > > > e: mike.tutkowski@solidfire.com
>>>>> > > > o: 303.746.7302
>>>>> > > > Advancing the way the world uses the
>>>>> > > > cloud<http://solidfire.com/solution/overview/?video=play>
>>>>> > > > *(tm)*
>>>>> > > >
>>>>> > >
>>>>> >
>>>>> >
>>>>> >
>>>>> > --
>>>>> > *Mike Tutkowski*
>>>>> > *Senior CloudStack Developer, SolidFire Inc.*
>>>>> > e: mike.tutkowski@solidfire.com
>>>>> > o: 303.746.7302
>>>>> > Advancing the way the world uses the
>>>>> > cloud<http://solidfire.com/solution/overview/?video=play>
>>>>> > *(tm)*
>>>>> >
>>>>>
>>>>
>>>>
>>>>
>>>> --
>>>> *Mike Tutkowski*
>>>> *Senior CloudStack Developer, SolidFire Inc.*
>>>> e: mike.tutkowski@solidfire.com
>>>> o: 303.746.7302
>>>> Advancing the way the world uses the
>>>>cloud<http://solidfire.com/solution/overview/?video=play>
>>>> *(tm)*
>>>>
>>>
>>>
>>>
>>>--
>>>*Mike Tutkowski*
>>>*Senior CloudStack Developer, SolidFire Inc.*
>>>e: mike.tutkowski@solidfire.com
>>>o: 303.746.7302
>>>Advancing the way the world uses the
>>>cloud<http://solidfire.com/solution/overview/?video=play>
>>>*(tm)*
>>
>


RE: VM deployed to wrong storage repository

Posted by Prachi Damle <Pr...@citrix.com>.
We don't use this allocator by default- By default the context should load the LocalStoragePoolAllocator and FirstFitStoragePoolAllocator . Random is just a provision to let admin use it when they want to ignore any kind of filters during allocation.

-Prachi

-----Original Message-----
From: Nitin Mehta [mailto:Nitin.Mehta@citrix.com]
Sent: Tuesday, April 09, 2013 2:00 AM
To: dev@cloudstack.apache.org
Subject: Re: VM deployed to wrong storage repository

Sorry for the typo. I meant bug instead of "bu"

On 09/04/13 11:59 AM, "itin Mehta" <Ni...@citrix.com> wrote:

>Hi Prachi - Do we use this allocator now ? And why does this allocator not
>honor the tag - is that not a bu ?
>
>Thanks,
>Niti
>
>On 08/04/13 11:2 PM, "Prachi Damle" <Pr...@citrix.com> wrote:
>
>>Hi Mike,
>>
>>I checked the logs, looks like the RandomStoragePolAllocator is being
>>picked up for the storag allocation - tis allocatordoes not match any
>>tags.
>>
>>You sould use FirstFitStoragePoolAllocato instead - change the
>>component.ml to use this allocatr and not the random
>
>>Thanks,
>>-Prachi
>>
>>-----Original Message-----
>>From: Mike Tutkowski [mailto:mike.tutkowsi@solidfie.com]
>>Sent: Monday, April 08 2013 8:23 AM
>>To: dev@cloudstack.apache.org
>>Subject: Re: VM deployed t wrong storage repostory
>>
>>I pla to update to the latest 4.1 todayand re-try this.
>>
>>If I still see the problem, I'll open a bug.
>>
>>
>>On Sun, Apr 7, 2013 at 4:26 PM, Mike Tutkowski
>><mik.tutkowski@solidire.com
>>> wroe:
>>
>>> I don't see anything in vmops.log to indicate that another primary
>>>storage
>>> was tried first.  What do you tink?
>>>
>>> 2013-04-07 00:30:5,459 INFO  [agent.manager.AgentManagerImpl]
>> (AgentTaskPool-11:null) Investigating why host 6 has disconnected wth
>>> event PingTimeout
>>> 2013-04-07 00:0:51,459 DEBUG [agentmanager.AgentManagerImpl]
>>> (AgentTaskPool-11:null) checking if agent (6) isalive>> 2013-04-07
>>>00:30:51,460 INFO  [agent.manager.AgentManagerImpl]
>>> (AgentTaskPool-16:null) Investigating why host 5 has disconnected with
>>> event PingTimeot
>>> 2013-04-07 00:3051460 DEBUG [agent.manger.AgentManagerImpl]
>>> (AgentTaskPool-16:null) checking if agent (5) is alive
>>> 2013-04-0700:30:51,462 DEBUG [gent.transport.Request]
>>> (AgentTaskPool-11:null) Seq -324993302: Sending  { Cmd , MgmtId: 1,
>>via:
>>> 6, Ver: v1, Flags: 100011, [{"CheckHealthCommand":{"wit":50}}] }
>>> 2013-04-07 00:30:51,42 DEUG agent.transport.Request]
>>> (AgentTaskPool-11:null) Seq 6-324993302: Executing:  { Cmd , MgmtI: 1,
>>> via: 6, Ver: v1, Flags: 100011, [{"CheckHealthommand"{"wait":50}}] }
>>> 2013-04-07 0:30:51,462 DEBUG [agent.manager.DirectAgentttche]
>>> (DirectAgent-26:null) Seq 6-324993302: Executing rquest
>>> 213-04-07 00:30:51,464 DEBUG[agent.transport.Request]
>>> (AgenTaskPool-16null) Seq 5-614334808: Sending  { md , MgmtId: 1,
>>>via:
>>> 5, Ver: v1, Flags: 100011, [{"CheckHelthCommand":{"wait":50}}] }
>>> 201304-07 00:30:51,464 DEBUG [agent.transport.Request]
>>> (AgentTaskPool-16:null) Seq 5-614334808: Executing:  { Cmd , MgmtId: 1,
>>> via: 5, Ver: v1, Flas: 100011, [{"CheckHealthComman":{"wait":50}}] }
>>> 2013-04-07 00:30:51,465 DEBUG [agent.manager.DirectAgentAttace]
>>> (DirectAgent-163:null) Seq 5-61433480: Executing request
>>> 2013-04-07 00:30:51,511 DEBUG [agent.manager.DirectAgentAttache]
>>> (DirectAgent-26:null) Seq 6324993302: Response Received:
>>> 2013-04-07 00:30:51,512 DEBUG [agent.transport.Request]
>>> (DirectAgent-26:null) Seq 6-324993302: Processing:  { ns: , MgmtId: 1,
>>> via: 6, Ver: v1, Flags: 10,
>>> [{"CheckHealthAnswer":{"result":true,"details":"resource i
>>> alive","ait":0}}] }
>>> 2013-04-07 00:30:51,512 DEBUG [agent.transport.Request]
>>> (AgentTaskPool-11:null) Seq 6-324993302: Received:  { Ans: , Mgmtd: 1,
>>> via: 6, Ver: v1, Flags: 10, { CheckHealthAnswer } }
>>> 2013-04-07 00:3051,512 DEBUG [agent.manager.AgentManagerImpl]
>>> (AgntTaskPool-11:null) Details from executing class
>>> com.cloud.agent.api.CheckealthCommand: resource is alive
>>> 2013-04-07 00:30:51,512 DEBUG [agent.maager.AgentManagerImpl]
>>> (AgentTaskPool-11:null) agent (6) responded to checkHeathCommand,
>>>reporting
>>> that agent is Up
>> 2013-04-07 00:30:51,512 INFO  [agent.manager.AgentManagerImpl]
>>> (AgentTaskPool-11:null) he state determined is Up
>>> 2013-4-07 00:30:51,512 INFO  [agent.manger.AgentManagerImpl]
>>> (AgenTaskPool-11:null Agent s determined to be up an runnng
>>> 2013-04-07 00:30:51,512 DEBUG [cloud.host.Satus]
>>>(AgentTaskPool-11:null)
>>> Transition:[Resource state = Enabled, Agnt event = Ping, Host id = 6,
>>>name
>>> = Tut-XenServer]
>>> 2013-04-07 00:30:51,515 DEBUG [cloud.host.Status]
>>>(AgentTaskPool-11:null)
>>> Agent status update: [id = 6; nae = Tut-XenServer; old status = Up;
>>>event
>>> = Ping; new status = Up; old update count = 307; new update count =
>>>308]
>>> 2013-04-07 00:30:51,517 DEBUG [agent.managr.DirectAgentAttache]
>>> (DirectAgent-163:nll) Seq 5-614334808: Response Receied:
>>> 2013-04-07 00:30:51,517 DEBUG [agent.transport.Request]
>>> (DirectAgent-163:null) Seq 5-614334808: Processing:  { Ans: , MgmtId:
>>>1,
>>> via: 5, Ver: v1, Flags: 10,
>>> [{"CheckHealthAnswer":{"result":true,"details":"resource is
>>> alive","wait":0}}] }
>>> 2013-04-07 00:30:51,517 DEBUG [agent.transport.Request]
>>> (AgentTaskPool-16:null) Se 5-614334808: Received:  { Ans: , MgmtId: 1,
>>> via: 5, Ver: v1, Flags: 10, { CheckHeathAnswer } }
>>> 2013-04-07 00:30:51,517 DEBUG [agent.manager.AgentManagerImpl]
>>> (AgentTaskPool-16:null) Details fromexecuting class
>>> com.cloud.agent.api.heckHealthCommand: resource is alive
>>> 2013-04-07 00:30:51,517 DEBUG [agent.manager.AgentManaerImpl]
>>> (AgentTaskPool-16:null) agent (5) responded to checkHeathommand,
>>>reporting
>>> that agent is Up
>>>2013-04-07 00:30:51,518 INFO  [agent.manager.AgentManagerImpl]
>>> (AgentTaskPool-16:null) The state determined is Up
>>> 2013-04-07 00:30:51,518 INFO  [agent.maager.AgentManagerImpl]
>>> (AgentTskPool-16:null) Agent is determined to be up ad running
>>> 2013-04-7 00:30:51,518 DEBUG [cloud.host.tatus]
>>>(AgentTaskPool-16:null)
>>> Transition:[Resource state = Enabled, Agent event = Ping, Host id = 5,
>>>name
>>> = Tut-XenServer2]
>>>2013-04-07 00:30:51,522 DEBUG [cloud.host.Status]
>>>(AgentTaskPool16:null)
>>> Agent status update: [id = 5; name = Tut-XenServer2; old status = Up;
>>>event
>> = Ping; new status = Up; old update count = 144; new update cout =
>>>145]
>>> 2013-04-07 00:30:52,927 DEUG [agent.manager.DirectAgentAttache]
>>> (DirectAgent-157:null) Seq 6-324993301: Response Received:
>>> 2013-04-07 00:30:52,927 DEBUG [agent.transport.Request]
>>> (DirectAgent-15:null) Seq 6-324993301: Processing:  { Ans: , MgmtId: 1,
>>> va: 6, Ver: v1, Flags: 110, [{"Answer":{"resut":true,"wait":0}}] }
>>> 2013-04-07 00:30:52,927 DEBUG [agent.transport.Request]
>>> (Job-Executor-35:job-42) Seq 6-324993301: Received:  { Ans:  MgmtId: 1,
>>> via: 6, Ver: v1, Flags: 110, { Answer } }
>>> 2013-04-07 00:30:52,927 DEBUG [agent.manager.gentAttache]
>>> (DirectAgent-157:null) Seq 6-324993301: No more commands found
>>> 2013-04-07 00:30:52,938 DEBUG
>> [network.router.VirtualNetworkApplianceManagerImpl]
>>> (Job-Executor-35:job-42) Applying userdata and password entry in
>>>network
>> Ntwk[204|uest|6]
>>> 2013-04-07 00:30:52,952 DEBUG [agent.transport.Request]
>>> (Job-Executor-35:job-42) Seq -324993303: Sending  { Cmd , MgmtId: 1,
>>>via:
>>> 6, Ver: v1, Flas: 10111,
>>>
>>>[{"routing.SavePasswordCommand":{"password":"fnirq_cnffjbeq","vmIpAddres
>>>s
>>>":"192.168.56.195","vmName":"c18ddf7c-fc61-40b0-af75-fdef05f8eae6,"acces
>>>sDetails":{"router.guest.ip":192.168.56.102","one.network.type":"Basic"
>>>,"router.ip":"169.254.1.168","
>>> router.nam
>>>
>>>":"r-4-VM"},"wait":0}},{"routing.VmataCommand":{"vmpAddress":"192.168.5
>>>6.195","vmName":"c18ddf7c-fc61-40b0-af75-fdef05f8eae6","accessDetails":{
>>>"
>>>router.guest.ip":"192.68.56.102","zone.network.type":"Basic","router.ip
>>>"
>>>:"169.254.1.168","
>>> router.name":"r-4-VM"},"wait":0}}] }
>>> 2013-04-07 00:30:52,953 DEUG [agent.transprt.equest]
>>> (JobExecutor-35:job-42) Seq 6-324993303: Executing:  {Cmd , MgmtId: 1,
>>> via: 6, Ver: v1, Flags: 100111,
>>>
>>>[{"routing.SavePasswordCommand":{"password":"fnirq_nffjbeq","vmIpAddress
>>>":"192.168.56.195","vmName":"c18ddf7c-fc61-40b0-af75-fdef05f8eae6","acce
>>>s
>>>sDetails":{"router.guest.ip":"192.168.56.102","zone.networktype":"Basic
>>>"
>>>,"router.ip":"169.254.1.168","
>>> router.name
>>>
>>>":"r-4-VM"},"wait":0}},{"rting.VmDataCommand":{"vmIpAddress":"192.168.5
>>>6.195","vmName":"c18ddf7c-fc61-40b0-af75-fdef05f8eae6","accessDetails":{
>>>"
>>>router.guest.ip":"192.168.56.102","zone.network.type":"Basic","router.ip
>>>"
>>>:"19.254.1.168","
>>> router.name":"r-4-VM"},"wait":0}}] }
>>> 2013-04-07 00:30:52,93 DEBUG [agent.manger.DirectAgentAttache]
>>> (DirectAgent-37:null) Seq 6-324993303: Executing requst
>>> 2013-04-07 00:30:53,093 DEBUG [cloud.api.ApiServlet]
>>> (1161145101@qtp-100880148-3:null) ===START===  127.0.0.1 -- GET
>>>
>>>command=queryAsyncJobResult&jobId=f75d8ce8-1193-43f-b171-f43d2534e6bc&r
>>>e
>>>sponse=json&sessionkey=Z6QqzU0FqiT13bMgnRRfl8GoVA%3D&_=1365316253091
>>> 2013-04-07 00:30:53,110 DEBUG [cloud.api.ApiServlet]
>>> (116114511@qtp-1008805148-33:null) ===END===  127.0.0.1 -- GET
>>>
>>>command=queryAsyncJobResult&jobId=f75d8ce8-1193-43bf-b171-f43d2534e6bc&r
>>>e
>>>sponse=son&sessioney=Z6QqzU0Fq1iT13bMgnRRflGoVA%3D&_=1365316253091
>> 2013-04-07 00:30:56,093 DEBUG [cloud.api.ApiServlet]
>>> (1161145101@qtp-1008805148-33:null) ===START===  127.0.0.1 -- GET
>>>
>>>command=ueryAsyncJobResult&jobId=f75d8ce8-1193-43bf-b171-f43d2534e6bc&r
>>>e
>>>sponse=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316256091
>> 2013-4-07 00:30:56,109 DEBUG [clou.api.ApiServlet]
>>> (1161145101@qtp-1008805148-33:null) ===END===  127.0.0.1 -- GET
>>>
>>>comman=queryAsyncJobResult&joId=f75d8ce8-1193-43bf-b171-f43d2534e6bc&r
>>>e
>>>sponse=jon&sessokey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316256091
>>>2013-0-07 00:30:59,094 DEBUG [cloud.api.ApiServlet]
>>> (1161145101@qtp-1008805148-33:null) ===START==  127.0.0.1 -- GET
>>>
>>>command=queryAsyncJobResut&jobId=f75d8ce8-1193-43bf-b171f43d2534e6b&re
>>>sponse=json&sssionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316259092
>>> 2013-04-0700:30:59,11 DEBUG [cloud.api.ApiServlet]
>>> (1161145101@qtp-1008805148-33:null) ==END===  127.0.0.1 -- GET
>>>
>>>command=queryAsyncJobResult&jobId=f75d8ce8-1193-43bf-b171-f43d2534e6bc&r
>>>e
>>sponse=json&essionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316259092
>>>2013-04-07 0:31:02,095 DEBUG [cloud.api.ApiSerlet]
>>> (1161145101@qtp-1008805148-33:null) ===START===  127.0.0.1 -- GET
>>>
>>>command=queryAsyncJobResult&jobId=f75d8ce8-1193-43bf-b171-f43d2534e6bc&r
>>>e
>>>spne=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316262093
>>> 2013-04-07 00:31:02,110 DEBUG [cloud.api.ApiServlet]
>>> (1161145101@qtp-1008805148-33:null) ==END===  127.0.0.1 -- GET
>>>
>>>command=queryAsyncJobesult&jobId=f75d8ce8-1193-43bf-b171-f43d2534e6bc&r
>>>e>>sponse=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316262093
>>> 201-04-07 00:31:04,860 DEBUG [agent.manager.DirectAgentAttache]
>>> (DirectAgent-145:null) Ping from 6
>>> 2013-04-07 00:3105,099 DEBUG [cloud.api.ApiServlet]
>>> (116115101@qtp-1008805148-33:null) ===START===  127.0.0.1 -- GE
>>>
>>>command=queryAsycJobResult&jobId=f75d8ce8-1193-43bf-b171-f43d2534e6bc&re
>>>sponse=jsn&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316265096
>>> 013-04-07 00:31:05,114 DEBUG [cloud.api.AiServlet]
>>> (1161145101@qtp-1008805148-33:null) ===END===  127.0.0.1 -- GET
>>>
>>>command=queryAsyncJobResult&jobId=f75d8ce8-1193-43bf-b171-f43d2534e6bc&r
>>>e
>>>sponse=json&sessonkey=Z6QqzU0Fq1iT13bMgnRRflGoVA%3D&_=1365316265096
>>> 2013-04-07 00:31:06,234 DEBUG [aet.anager.DirectAgentAttache]
>>> (DirectAgent-372:null) Ping frm 5
>>> 2013-04-07 00:31:06,909 DEBUG [agent.manage.DirectAgentAttache]
>>> (DirectAgent-149:null) Seq 6-324993028: Executing request
>>> 2013-04-07 00:31:07,239 DEBUG [agent.manager.DirectAgentAttache]
>>> (DirectAgent-149:null Seq 6-324993028: Response Received:
>>> 2013-04-07 00:31:07,239 DEBUG [agent.transport.Request]
>>> (DirectAgent-14:null) Seq 6-324993028: Processig:  { Ans: , MgmtId: 1,
>>> va: 6, Ver: v1, Flags: 10,
>>>
>>>[{"CluterSyncAnswer":{"_clusterId":2,"_newStates":{},"_isExecuted":alse
>>>,"result":true,wait":0}}]
>>> }
>>> 2013-04-0 00:31:07,424 DEBUG [agent.manager.DirectAgentAttache]
>>> (DirectAgen-37:null) Seq 6-324993303: Response Received:
>>> 2013-04-07 00:31:07,424 DEBUG [gent.trnsport.Request]
>>> (DirectAgent-37:null) Seq 6-324993303: Processing:  { Ans: , MgmtId: 1,
>>> via: 6, Ver: v1, Flags: 110,
>>>
>>>[{"Answer":{"result":true,"wait":0}},{"Answer":{"result":true,"wait":0}}
>>>]
>>> }
>>> 2013-04-07 00:31:07,424 DEBUG [agent.transportRequest]
>>> (Job-Executor-35:job-42) Seq 6-324993303: Received:  { Ans: , MgmId: 1,
>>> vi: 6, Ver: v1, Flags: 110, { Answer, Answer } }
>>> 2013-04-07 00:31:07,424 DEBUG [agent.maager.AgentAttache]
>>> (DirectAgent-37:null) Seq 6-324993303: No more commands fond
>>> 2013-04-07 00:31:07424 DEBUG [cloud.network.NetwrkManaerImpl]
>>> (Job-Executor-35:job-42) Asking VpcVirtualRouter to prepare for
>>> Nic[18-12-6416c373-20d8-4617-8dcb-30a8ff9d0f34-192.168.56.195]
>>> 2013-04-07 00:31:07,424 WARN  [network.element.VpcVirtualRouterElement]
>>> (Job-Executor-35:job-42) Network Ntwk[204|Guest|6] is not associated
>>>with
>>> any VPC
>>> 201-04-07 00:31:07,429 DEBUG [cloud.network.NetworkManagerImpl]
>>> (Job-Executor-35:job-42) Asking NiciraNvp to prepare for
>> Nic[18-12-6416c373-20d8-4617-8dcb-30a8ff9d0f34-192.168.56.195]
>>> 2013-04-07 00:31:07,429 DEBUG [network.element.NiciraNvpElement
>>> (ob-Executor-35:job-42) Checking if NiciraNvpElement can handle service
>>> Connectiity on network gustNetworkFrBasicZone
>>> 2013-04-07 00:31:07,432 DEBUG [cloud.network.NetworkManagrIpl]
>>> (Job-Executor-35:job-42) Asking JuniperSRX to prepare for
>>> Nic[18-12-641c373-20d8-46178dcb-30a8ff9d0f34-192.168.56.195]
>>> 2013-04-07 00:31:07,436DEBUG [cloud.networkNetwrkManagerImpl]
>>> (Job-Executor-35:job-42) Asking Netscaler to prepare for
>>> Nc[18-12-6416c373-20d8-4617-8dcb-308ff9d0f34-192.168.56.195]
>>> 201304-07 00:31:07,441 DEBUG [cloud.network.NetworkManagerImpl]
>>> (Job-Executor-35:job-42) Asking F5BigIP to prepare for
>>> Nic[18-12-6416c373-20d8-4617-8dcb-30a8ff9d0f34-192.168.56.195]
>>> 2013-04-07 00:31:07,445 DEBUG [cloud.network.NetworkManagerImpl]
>>> (Job-Executor-5:job-42) Asking CiscoNexus100vVSM to prepare for
>>> Nic[18-12-6416c373-20d8-4617-8dcb-30a8ff9d0f34-192.168.56195]
>> 2013-04-07 0:31:07,449 DEUG [cloud.storage.StorageManagerImpl]
>>> (Job-Executor-35:job-42) Checking if we need to prepare 1 volumes for
>>> VM[User|c18ddf7c-fc61-40b0-af75-fdef05f8eae6]
>> 2013-04-07 00:31:7,451 DEBUG [cloud.storageStorageManagerImpl]
>>> (Job-Executor-35:job42) Creating volume: Vol[12|vm=12|ROOT]
>>> 2013-04-07 00:31:07,451 DEBUG [cloud.storage.StorageManagerImpl]
>>> (Job-Executor-35:job-42) Trying to create in Pool[257|PreSetup]
>>> 2013-04-07 00:31:07,459 DEBUG [loud.template.TemplateManagerImpl]
>>> (Job-Executor-35:job-42) Downloading template 5 to pool 257
>>> 2013-04-07 00:31:07,466 DEBUG [cloud.template.TemplateManagerImpl]
>>> (Job-Executor-35:job-42) Downloading 5 via 5
>>> 2013-04-07 00:31:07,470 DEBUG [agent.transport.Request]
>>> (Job-Executor-35:job-2) Seq 5-614334809: Sending  { Cmd , MgmtI: 1,
>>> via: 5, Ver: v1, Flags: 100111,
>>>
>>>[{"storage.PrimaryStorageDownloadComman":{"localPath":"/mnt/9a008517-e3
>>>2
>>>1-37a0-a91-44695f9b6fe7","poolUuid":"iSCSI_SR_3","poolId":257,"primaryP
>>>o
>>>ol":{"id":257,"uuid":"iSCSI_SR_3","host":"192.168.56.9","path":"/iSCSI_S
>>>R
>>>_3","port":0,"type":"PreSetup"},"secondaryStorageUrl":"ns://192.168.56.1
>>>0:
>>>
>>>/opt/sorage/secondary",primaryStorageUrl":nfs://192.168.56.9/iSCSI_SR_
>>>3
>>>
>>>","url":"nfs://192.168.56.10:/opt/storage/secondary/template/tmpl/1/5//c
>>>e
>>>5b212e-215a-3461-94fb-814a6352215.vhd","format":"VHD","accountId":1,"na
>>>m
>>>e":"tiny>>> Linux","wait":10800}}] }
>>> 2013-04-07 00:31:07,470 DEBUG [agent.transportRequest]
>>> (Job-Executor-35:job-42) Seq 5-614334809: Executing:  { Cm , MgmtId: 1
>>> via: , Ver: v1, Flags: 100111,
>>>
>>>[{"storage.PrimaryStorageDownloadCommand":{"localPath":"/mnt/9a008517-e3
>>>2
>>>1-37a0-a941-44695f9b6fe7","pooUuid":"iSCSI_SR_3","polId":57,"primaryPo
>>>l":{"id":257,"uuid":"iSCSI_SR_3","host":"192.168.56.9","path":"/iSCSI_S
>>>R
>>>_3","port":0,"type":"PreSetup"},"secondaryStorageUrl":"nfs://192.168.56.
>>>1
>>>0:
>>>
>>>/opt/storage/secondary","primaryStorageUr":"nfs://192.168.56.9/iSSI_SR_
>>>3
>>>
>>>","url":"nfs://192.168.56.10:/opt/storage/secondary/template/tmpl/1///ce
>>>5b212e-215a-3461-94fb-84a635b2215.vhd","format":"VHD","accountId":1,"na
>>>m
>>>e":"tiny
>>> Linux","wait":10800}}] }
>>> 2013-04-07 00:31:07,470 DEBUG [agnt.manager.DirectAgentAttache]
>>> (DirectAgent-174:null) Seq 5-14334809: Executng request
>>> 2013-04-07 00:31:08,097 DEBUG [cloud.api.ApiServlet]
>>> (1161145101@qtp-108805148-33:null) ===START===  127.0.0.1 -- GET
>>>
>>>command=queryAsyncobReult&jobId=f75d8ce8-1193-43b-b171-f43d2534e6bc&r
>>>e
>>>sponse=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316268095
>>> 2013-04-07 00:31:08,115 DEBUG [cloud.api.ApiServlet]
>>> (116145101@qtp-1008805148-33:null) ===END===  127.0.0.1 - GET
>>>
>>>command=queryAsyncJobResult&jobId=f75d8ce8-1193-43bf-b171-f43d2534e6bc&r
>>>e
>>>sponse=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=136531626895
>>> 2013-04-07 00:31:11,023 DEBUG [agent.manager.DirectAgentAttache]
>>> (DirectAgent-309:nll) Seq 5-614334468: Executing request
>>> 2013-04-07 00:31:11,099 DEBUG [cloud.api.ApiServlet]
>>> (1161145101@qtp-1008805148-33:null) ===START===  127.0.0.1 -- GET
>>>
>>>command=querAsyncJobResult&jobId=f75d8ce8-1193-43bf-b171-f43d2534e6bc&re
>>sponse=jsonsessionkeyZ6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316271096
>>> 2013-04-07 00:31:11,121 DEBUG [cloud.api.ApiServlet]
>>> (1161145101@qtp-1008805148-33:null) ===END===  127.0.0.1 -- GET
>>>
>>>command=queryAsyncJobResult&jobId=f75d8ce8-1193-43bf-b171-f43d2534e6bc&r
>>>e
>>>sponse=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316271096
>>> 2013-04-07 00:31:11,363 DEBUG [aget.manager.DirectAgentAttache]
>>> (DirectAgent-309:null) Seq 5-614334468: Response Received:
>>> 2013-04-07 00:31:11,363 DEBUG [agent.transport.Request]
>>> (DirectAgent-309:null) Seq 5-614334468: Processing:  { Ans: , MgmtId:
>>>1,
>>> via: 5, Ver: v1, Flags: 10, [{"Answer":{result":true,"wat":0}} }
>>>2013-04-07 00:31:14,100 DEBUG [cloud.ai.ApiServlet]
>>> (1161145101@qtp-1008805148-33:nll) ===START===  127.0.0.1 -- GET
>>>
>>>command=qeryAsyncJobResult&jobId=f75d8ce8-1193-43bf-b171-f43d253e6bc&re
>>>sponse=json&sessinkey=Z6QqzU0Fq1iT13bMgnRRfl8oVA%3D&_=1365316274097
>>> 2013-04-07 00:31:14,124 DEBUG [cloud.api.ApServlet]
>>> (1161145101@qtp-1008805148-33:nll) ===END===  127.0.0.1 -- GET>>
>>>ommand=queryAsyncJobResult&jobId=f75d8ce8-1193-43bf-b171-f43d2534e6bc&e
>>>sponse=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316274097
>>> 2013-04-07 00:31:16,197 DEBUG [cloud.api.ApiServlet]
>>> (1161145101@qtp-100880548-33:null) ===START===  127.0.0.1 -- GET
>>
>>>command=listVirtualMachines&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnR
>>>R
>>>fl8GoVA%3D&listAll=true&pag=1&pagesize=20&_=1365316276194
>>> 2013-04-7 00:31:16,219 DEBUG [cloud.api.ApiServlet]
>>> (1161145101@qtp-1008805148-33:null) ===END===  127.0.0.1 - GET
>>>
>>>command=listVirtulMachies&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRR
>>>fl8GoVA%3D&listAll=true&page=1&pagesize=20&_=136516276194
>>> 2013-04-07 00:31:17,101 DEBUG [cloud.api.ApiServlet]
>>> (1161145101@qtp-1008805148-33:null) ===START===  127.0.0.1 -- GET
>>>
>>>command=querAsyncJobResult&jobId=f75d8ce8-1193-43bf-b171-f43d2534e6bc&re
>>>sponse=json&sessiokey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316277098
>>> 213-04-07 00:31:17,123 DEBUG [cloud.api.ApiServet]
>>> (1161145101@qtp-1008805148-33:null) ===END===  127.0.0.1-- GET
>>>
>>>command=queryAsyncJobResult&jobId=f75d8ce8-1193-43bf-b171-f43d2534e6bc&r
>>>e
>>>sponse=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316277098
>>> 2013-4-07 00:31:17,954 DEBUG [cloud.ai.ApiServlet]
>>> (1161145101@qtp-1008805148-33:null) ===START===  17.0.0.1 -- GET
>>>
>>>command=lstVolumes&response=json&sessionkey=Z6QqzU0Fq1iT13bMnRfl8GoVA%
>>>3D&listAll=true&page=1&pagesize=20&_=1365316277950
>>> 2013-04-07 00:31:17,972 DEBUG [loud.api.ApiServlet]
>>> (1161145101@qtp-1008805148-33:null) ===END===  27.0..1-- GET
>>>
>>>command=listVolumes&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA
>>>%
>>>3D&listAll=true&page=1&pagesize=20&_=135316277950
>>> 2013-04-07 00:31:20,102 DEBUG [cloud.api.ApiServlet]
>>> 1161145101@qtp1008805148-33:null) ===START===  127.0.0.1 -- GET
>>>
>>>command=queryAsyncJobResult&jobId=f75d8ce8-1193-43bf-b171-43d2534e6bc&r
>>>e
>>>sponse=json&sessionkey=Z6QqU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316280099
>>> 201304-07 00:31:20,118 DEBUG [cloud.api.ApiServlet]
>>> (1161145101@qtp-1008805148-33null) ===END===  127.0.0.1 -- GET
>>>
>>>command=queryAsyncJbResult&jobId=f75d8ce8-1193-43bf-b11-f43d2534e6bc&r
>>>e
>>>sponse=json&sessionkey=Z6QqzU0Fq1iT13bMgnRfl8GoVA%3D&_=1365316280099
>> 2013-04-07 00:31:20,454 DEBUG
>>> [storage.secondary.SconaryStorageManagerImpl] (scstorage-1:null)
>>>Zone 1
>>> is ready to launch secondary storage VM
>> 2013-04-07 00:31:20,558 DEBUG
>>>[cloud.consoleproxy.ConsolePoxyManagerImpl]
>>>(consoleproxy-1:null) Zone 1 is ready to launch console proxy
>>> 2013-04-07 00:31:20,820 DEBUG
>>> [network.router.VirtualNetworkApplianceManagerImpl]
>>> (RouterStatusMonitor-1:null) Found  routers to update status.
>> 2013-04-0 00:31:20,821 DEBUG
>>> [network.router.VirtualNetworkApplianceManagerImpl]
>>> (RouterStatusMonitor-1:null) ound 0 networks to update RvR status.
>>> 2013-04-07 00:31:20,82 DEBUG
>>> [network.router.VirtuaNetworkApplianceManagerImpl]
>>> (RouterStatusMonitor-:null) Found 0 routers to update status.
>>> 2013-04-07 0:31:20,853 DEBUG
>>> [network.router.VirtualNetworkApplianceManagerImpl]
>>> (RouterStatusMonitor-1:null) Found 0 networks to update RvR status.
>>> 2013-04-07 00:31:21,075 DEBUG [cloud.api.ApiServlet]
>>> (1161145101@qtp-1008805148-33:null) ===START===  127.0.0.1 -- GET
>>>
>>>commandlistVolumes&id=aed71ae1-732b-48d7-833f-e23287e2b2b9&response=jso
>>>n
>>>&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316281073
>>> 2013-04-07 00:31:21,097 DEBUG [cloud.api.ApiServlet]
>>> (1161145101@qtp-100805148-33:null) ===END===  127.0.0.1 -- GET
>>>
>>>cmmand=listVolumes&id=aed71ae1-732b-48d7-833f-e23287e2b2b9&response=json
>>>&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316281073
>>> 2013-04-07 00:31:21,120 DEBUG [cloud.api.ApiServlet]
>>> (1161145101@qtp-1008805148-33:null) ===START===  127.0.0.1 -- GET
>>>
>>>command=listTags&resonse=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&
>>>resourceId=aed71ae1-732b-48d7-833f-e23287e2b2b9&resourceType=Volume&list
>>>A
>>>ll=true&_=136531628117
>>> 2013-04-07 00:31:21,142 DEBUG [cloud.api.ApiServlet]
>>> (1161145101@qtp-1008805148-33:null) ===END===  127.0.0.1 -- GE
>>>
>>>command=listTags&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D
>>>&
>>>resourceId=aed71ae1732b-48d7-833f-e232872b2b9&resourceType=Volume&listA
>>>ll=true&_=1365316281117
>>> 2013-04-07 00:31:23,102DEBUG [cloud.api.ApiServlet]
>>> (1161145101@qtp-100885148-33:null) ==START===  127.0.0.1 -- GET
>>>
>>>commandqueryAsyncJobResult&jobId=f75d8ce8-1193-43bf-b171-f43d2534e6bc&r
>>>e
>>>sponse=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316283100
>>> 2013-04-07 00:31:23,122 EBUG [cloud.api.ApiServlet]
>>> (1161145101@qtp-100880514-33:null) ===END===  127.0.0.1 -- GET
>>>
>>>command=queryAsyncJobResult&jobId=75d8ce8-1193-43bf-b171-f43d2534e6bc&
>>>e
>>>sponse=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316283100
>>> 2013-04-07 00:3:24,894 DEBUG [agent.manager.AgentManagerImpl]
>>> (AgentManager-Handler-9:null) Ping from 4
>>> 2013-04-07 00:31:26,102 DEBUG [cloud.api.ApiServlet]
>>> (1161145101@qtp-1008805148-33:null) ===START===  127.0.0.1 -- GET
>>>
>>>command=queryAsyncJobResult&jobId=f75d8ce8-1193-43bf-b171-f43d2534e6bc&r
>>>e
>>>sponse=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316286100
>>> 2013-04-07 00:31:26,117 DEBUG [cloud.api.ApiServlet]
>>> (1161145101@qtp-1008805148-33:null) ===END===  127.0.0.1 -- GET
>>>
>>>command=queryAsyncJobResult&jbId=f75d8ce8-1193-43bf-b171-f43d2534e6bc&r
>>>e
>>>spons=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316286100
>>> 2013-04-07 00:31:27,217 DEBUG [agent.manager.DirectAgentAttache]
>>> (DirctAgen-164:null) Ping from 1
>>> 2013-04-07 00:31:28,079 DEBUG [agent.manager.DirectAgentAttache]
>>> (DirectAgent-174:null) Seq 5-614334809: Response Received:
>>> 2013-04-07 00:31:28,079 DEBUG [agent.transport.equest]
>>> (DirectAgent-174:null) Seq 5-614334809: Processing:  { Ans: , MgmtId
>>>1,
>>> via: 5, Ver: v1, Flags: 110,
>>>
>>>[{"storage.PrimaryStorageDownloadAnswer"{"installPath":"a8414926-81d6-4b
>>>54-9b4b-feb498489df0","templateSize":54525952,"esult":true,"wait":0}}]
>>> }
>>> 2013-04-07 00:31:28,079 DEBUG [agent.transport.Request]
>>> (Job-Executor-35:job-42) Seq -614334809: Received:   Ans: , MgmtId: 1,
>>> via: 5, Ver: v1, Flgs: 110, { PrimaryStorageDownloadAnswer } }
>>> 23-04-07 00:31:28,079 DEBUG [agent.mnager.AgentAttache]
>>> (irectAgent-174:null) Seq 5-614334809: No more command found
>>> 2013-04-07 00:31:28,081 EBUG [cloud.template.TemplateManagerImpl]
>>> (Job-Executor-35:job-42) Template 5 is downloaded via 5
>>> 2013-04-07 00:31:28,085 DEBUG [agent.tansport.Request]
>>> (Job-Executor-35:job-42) Seq 5-614334810: ending  { Cmd , gmtId:
>>>1,>>via:
>>> 5, Ver: v1, Flags: 100111,
>>>
>>>[{"storage.CreateCommand":{"volId":12,"pool":{"id":257,"uuid":"iSCSI_SR_
>>>3
>>>","host":"192.168.56.9","path":"/iSCSI_SR_3","port":0,"type":"PreSetup"}
>>>,
>>>"diskCharacteritics":{"size":52428800,"tags":["iSCSI_SR_3"],"type":"ROO>>>T
>>>","name":"ROO-12","useLocalStorage":false,"recreatable":true,"diskOffer
>>>i
>>>ngId":37,"volumeId":12,"hyperType":"XenServer"},"templateUrl":"a8414926-
>>>8
>>>1d6-4b54-9b4b-feb498489df0","wait":0}}]
>>> }
>>> 2013-04-07 00:31:28,086 DEBUG [agent.ransport.Request]
>>> (Job-Executor-35:job-42) Se 5-614334810: Executing:  { Cmd , MgmtId:
>>>1,
>>> via: 5, Ver: v1, Flags: 100111,
>>>
>>>[{"storage.CreateComand":{"volId":12,"pool":{"id":257,"uuid":"iSCSI_SR_
>>>3
>>>","host":"192.168.56.9","path":"/iSCSI_SR_3","port":0,"type":"PreSetup"}
>>>,
>>>"diskCharacteristics":{"size":52428800,"tags":["iSCSI_SR_3"],"type":"ROO
>>>T
>>>","name":"OOT-12","useLocalStorage":false,"recreatable":true,"diskOfferi
>>>ngId":37,"volumeId":12,"yperType":"Xenerver"},"templateUrl":"a8414926-
>>>8
>>>1d6-4b54-9b4b-feb498489df0","wait":0}}]
>>> }
>>> 2013-04-0700:31:28,086DEBUG [agent.manager.DirectAgentAttache]
>>> (DirectAgent-327:null) Seq -614334810: Executing request
>>> 2013-04-07 00:31:28,227 DEUG [xen.resource.CitrixResouceBase]
>>> DirectAgent-327:null) SR retrieved for iSCSI_SR_3>> 2013-04-07
>>>00:31:28,240 DEUG [xen.resource.CitrixResourceBase]
>>> (DirectAgent-327:null) Checking iSCSI_SR_3 or SR
>>> fe8ca696-22f5-ba1f-af68-7c3cf5a3cb39 on
>>> XS[5e02c60-155d-432e-a20f-f8c600ef3ab7-192.168.5611]
>>> 2013-04-07 00:31:29,095 DEBUG [agent.manager.DirectAgentAttache]
>>> (DirectAget-84:null) Seq 1-90046472: Executing request
>>> 2013-04-07 00:31:29,106 DEBUG [cloud.api.ApiServlet]
>>> (1161145101@qtp-100805148-33:null) ===START===  127.0.0.1 -- GET
>>>
>>>command=queryAsyncJobResult&jobId=f75d8ce8-193-43bf-b171-f43d2534e6bc&r
>>>e
>>>sponse=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316289101
>>> 2013-04-07 00:31:29,130 DEBUG [cloud.apiApiServlet]
>>> (1161145101@qtp-100880518-33:null) ===END===  127.0.0.1 -- GET
>>>
>>>cmmand=queryAsyncJoResult&jobIdf75d8ce8-1193-43bf-b171-f43d2534e6bc&re
>>>sponse=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316289101
>>> 2013-04-07 00:31:29,687 DEBUG [agent.managr.DirectAgentAttache]
>> (DirectAgent-84:null) Seq 1-90046472: Response Received:
>>> 2013-04-07 00:31:29,688 DEBUG [agent.transport.Request]
>>> (DirectAgent-84:null) Seq 1-90046472: Processing:  {Ans: , MgmtId: 1,
>>>via:
>>> 1, Ver: v1, Flags: 10,
>>>
>>>[{"ClusterSyncAnswer":{"_clsterId":1,"_newStates":{},"_isExecuted":fals
>>>e
>>>,"result":true,"wait":0}}]
>>> }
>>> 2013-04-07 00:31:30,685 DEBUG [xen.resource.CitrixResourceBase]
>>> (DirectAgent-327:null) Succefully created VDI for
>> com.cloudagent.api.storage.CreateCommand.  Uuid =
>>> 40a39639-e8aa-45b5-bfa1-591b68571d0c
>>> 213-04-07 00:31:30,686 DEBUG [agent.manager.DirectAgentAttache]
>>> (DirectAgent-327:null) Seq 5-614334810: Response Received:
>>> 2013-04-07 00:31:30,686 DEBUG [aget.transport.Request]
>>> (DirectAgent-327:null) Seq 5-614334810: Processing:  { Ans: , MgmtId:
>>>1,
>>> via: 5, Ver: v1, Flags: 110,
>>>
>>>[{"storage.CreateAnswer":{"volume":{"id":12,"name":"ROT-12","mountPoint
>>>"
>>>:"/iSCSI_SR_3","path":"40a39639-e8aa-45b5-bfa1-591b68571d0c","size":5242
>>>8
>>>800,"type":"ROOT","storagePoolType":"PreSetup","storagePoolUuid":"iSCSI_
>>>S>>>R_3","deviceId":0},"requestTemplateReload":false,"result":true,"wait":0}
>>>}
>>>]
>>> }
>>> 2013-04-07 00:31:30,686 DBUG [agent.transport.Request]
>>> (Job-Executor-35:job-42) Seq 5-614334810: Received:  { Ans: , gmtId:
>>>1,
>>> vi 5, Ver: v1, Flags: 110, { CreateAnswer } }
>>> 2013-04-07 00:31:30,686 DEBG [agent.manager.AgentAttache]>>> (DirectAgent-327:null) Seq 5-614334810: No mor commands found
>>> 2013-04-07 00:31:30,689 DEBUG [loud.storage.StorageManagerImpl]
>>> (Job-Executor-35:job-42)Volume Vol[12|vm=12|ROO] is created on
>>> Pool[257|PreSetup]
>>> 2013-04-07 00:31:30,705 DEBUG [agent.transport.Request]
>> (Job-Executor-35:job-42) Seq 5-614334811: Sending  { Cmd , MgmtId: 1,
>>>via:
>> 5, Ver: v1, Flags:100111,
>>>
>>>[{"StartComman":{"vm":{"id":12,"name":"i-2-12-VM","bootloader":"PyGrub",
>>>>>"type":"User","cpus":1,"speed":100,"minRam":1073741824,"maxRam":107374
>>>>>182
>>>4,"arch":"x86_64","os":"entOS
>>> 5.3
>>>
>>>(64-bit)","bootArgs":"","rebootOnCrash":false,enableHA":false,"limitCpuU
>>>se":false,"vncPassword":"a0ed1e002d55dc0b","params":{},"uuid":"c18ddf7c-
>>>f
>>>c61-40b0-af75-fdef05f8eae6",disks":[{"d":12,"name":"ROOT-12","mountPoin
>>>t":"/iSSI_SR_3","path":"40a39639-e8aa-45b5-bfa1-591b6857d0c","size":52
>>>4
>>>28800,"type":"ROOT","storagePoolType":"PreSetup","stoagePoolUuid":"iSCSI
>>>_SR_3","deviceId":0},{"id":12,"name":"tiny
>>>
>>>Linux","size":0,"type":"ISO","storagePoolType":"ISO","deviceId":3}],"nis
>>>":[{"deviceId":0,"networkRateMbps":200,"defaultNic":true,"uuid""70472c43
>>>-4913-4e0a-8e1d-87b030404b0a","ip":"192.168.56.195","netmask":"255.255.2
>>>5
>>5.0","gateway":"192.168.56.1","mac":"06:c8:0e:00:00:75","dns1":"8.8.8.8"
>>>,
>>>"dns2":"4.4.4.4","broadcastType":"Native","type":"Guest","broadcastUri":
>>>"
>>>vlan://untagged","isolationUri":"ec2://untagged","isSecurityGroupEnabled
>>>"
>>>:true}]},"hostIp":"12.168.56.11","wait":0}}]
>>> }
>>> 201-04-07 00:31:30,705 DEBUG [agent.transpot.Request]
>>> (Job-Executor-35:job-42) Seq 5-614334811: Executing:  { Cmd , MgmtId:
>>>1,
>>> via: 5 Ver: v1, Flags: 100111,
>>>
>>>[{"StartCommand":{"vm":{"id":12,"name":"i-2-12-VM""bootloader":"PyGrub"
>>>,
>>>"type":"User","cpus":1,"speed":100,"minRam":1073741824,"maxRam":1073718
>>>2
>>>4,"arch":"x86_64","os":"CentOS
>>> 5.3
>>>
>>>(64-bit)","bootArgs":"""rebootOnCrash":false,"enableHA":false,"limitCpu
>>>U
>>>se":false,"vncPassword":"a0ed1e002d55dc0b","params":{},"uuid":"c18ddf7c-
>>>f
>>>c61-40b0-af75-fdef05f8eae6","disks":[{"id":12,"ame":"ROOT-12","mountPoi
>>>n
>>>t":"/iSCSI_SR_3,"path":"40a39639-e8aa-45b5-bfa1-591b68571d0c","size":52
>>>4
>>>28800,"type":"ROOT","storagePoolType":"PreSetup","storagePoolUuid":"iSCS
>>>I
>>>_SR_3","deviceId":0},{"id":12,"name":"tiny
>>>
>>>Linux","size":0,"type":"ISO","soragePoolType":"ISO","deviceId":3}],"nic
>>>s
>>>":[{"devicId":0,"netwrkRateMbps"200,"defaultNic":true,"uuid":"70472c43
>>>-4913-4e0a-8e1d-87b030404b0a","ip":"192.168.56.195","netmask":"255.255.2
>>>5
>>>5.0","gatewy":"192.168.56.1","mac":"06:c8:0e:00:00:75","dns1":"8.8.8.8"
>>>,
>>>"dns2":"4.4.4.4","broadcastType":"Native","type":"Guest","broadcastUri":
>>>"
>>>vlan://untagged","isolationUri":"ec2://untagged","isSecurityGroupEnaled
>>>"
>>>:true}]},"hostIp:"192.168.56.11","wait":0}}]
>>> }
>>> 2013-04-07 00:31:30,705 DEBUG [agent.manager.DirectAgentAttache]
>>> (DirectAgent-265:null) Seq 5-614334811: Executing request
>>> 2013-04-07 00:31:30,848 DEBUG [xen.resource.CitrixResourceBase]
>>> (DirectAgent-265:null) 1. The VM i-2-12-VM is in Starting state.
>>> 2013-04-07 00:31:30,907 DEBUG [xen.resource.XenServer56FP1Resource]
>>> (DirectAgent-2:null) Created VM 6b192a90-bce6-7347-f184-d5b8538647a
>>>for
>>> i-2-12-VM
>>> 2013-04-07 00:31:30,959 DEBUG [xen.resource.CitrixResourceBase]
>>> (DirectAgent-265:null) VBD 9ea8a64a-9d04-76df-9d8b-103371b21d86 created
>>>for
>> Vol[12|ROOT|40a39639-e8aa-45b5-bfa1-591b68571d0c|52428800]
>>> 2013-04-07 00:31:30,985 DEBUG [xen.resource.CitrixResourceBase]
>>> (DirectAgent-265:null) VBD 0fb43cee-0512-beed-5d24-a33a2ceceeda created
>>>for
>>> Vol[12|ISO|null|0]
>>> 2013-04-07 00:31:30,985 DEBUG [xen.resource.CitrixResourceBase]
>>> (DirectAgent-265:null) Creating VIF for i-2-12-VM on nic
>>> [Nic:Guest-192.168.56.195-vlan://untagged]
>>> 2013-04-07 00:31:31,037 DEBUG [xen.resource.CitrixResourceBase]
>>> (DirectAgent-265:null) Created a vif
>>>adbeb814-7d38-1fda-1bdb-b6850c7cb342
>>> on 0
>>> 2013-04-07 00:31:32,105 DEBUG [cloud.api.ApiServlet]
>>> (1161145101@qtp-1008805148-33:null) ===START===  127.0.0.1 -- GET
>>>
>>>command=queryAsyncJobResult&jobId=f75d8ce8-1193-43bf-b171-f43d2534e6bc&r
>>>e
>>>sponse=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316292102
>>> 2013-04-07 00:31:32,122 DEBUG [cloud.api.ApiServlet]
>>> (1161145101@qtp-1008805148-33:null) ===END===  127.0.0.1 -- GET
>>>
>>>command=queryAsyncJobResult&jobId=f75d8ce8-1193-43bf-b171-f43d2534e6bc&r
>>>e
>>>sponse=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316292102
>>> 2013-04-07 00:31:35,106 DEBUG [cloud.api.ApiServlet]
>>> (1161145101@qtp-1008805148-33:null) ===START===  127.0.0.1 -- GET
>>>
>>>command=queryAsyncJobResult&jobId=f75d8ce8-1193-43bf-b171-f43d2534e6bc&r
>>>e
>>>sponse=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316295103
>>> 2013-04-07 00:31:35,125 DEBUG [cloud.api.ApiServlet]
>>> (1161145101@qtp-1008805148-33:null) ===END===  127.0.0.1 -- GET
>>>
>>>command=queryAsyncJobResult&jobId=f75d8ce8-1193-43bf-b171-f43d2534e6bc&r
>>>e
>>>sponse=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316295103
>>> 2013-04-07 00:31:38,106 DEBUG [cloud.api.ApiServlet]
>>> (1161145101@qtp-1008805148-33:null) ===START===  127.0.0.1 -- GET
>>>
>>>command=queryAsyncJobResult&jobId=f75d8ce8-1193-43bf-b171-f43d2534e6bc&r
>>>e
>>>sponse=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316298104
>>> 2013-04-07 00:31:38,126 DEBUG [cloud.api.ApiServlet]
>>> (1161145101@qtp-1008805148-33:null) ===END===  127.0.0.1 -- GET
>>>
>>>command=queryAsyncJobResult&jobId=f75d8ce8-1193-43bf-b171-f43d2534e6bc&r
>>>e
>>>sponse=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316298104
>>> 2013-04-07 00:31:41,108 DEBUG [cloud.api.ApiServlet]
>>> (1161145101@qtp-1008805148-33:null) ===START===  127.0.0.1 -- GET
>>>
>>>command=queryAsyncJobResult&jobId=f75d8ce8-1193-43bf-b171-f43d2534e6bc&r
>>>e
>>>sponse=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316301106
>>> 2013-04-07 00:31:41,133 DEBUG [cloud.api.ApiServlet]
>>> (1161145101@qtp-1008805148-33:null) ===END===  127.0.0.1 -- GET
>>>
>>>command=queryAsyncJobResult&jobId=f75d8ce8-1193-43bf-b171-f43d2534e6bc&r
>>>e
>>>sponse=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316301106
>>> 2013-04-07 00:31:43,708 INFO  [xen.resource.CitrixResourceBase]
>>> (DirectAgent-265:null) Programmed default network rules for i-2-12-VM
>>>on
>>> nic with ip:192.168.56.195 mac:06:c8:0e:00:00:75
>>> 2013-04-07 00:31:43,708 DEBUG [xen.resource.CitrixResourceBase]
>>> (DirectAgent-265:null) 2. The VM i-2-12-VM is in Running state.
>>> 2013-04-07 00:31:43,708 DEBUG [agent.manager.DirectAgentAttache]
>>> (DirectAgent-265:null) Seq 5-614334811: Response Received:
>>> 2013-04-07 00:31:43,709 DEBUG [agent.transport.Request]
>>> (DirectAgent-265:null) Seq 5-614334811: Processing:  { Ans: , MgmtId:
>>>1,
>>> via: 5, Ver: v1, Flags: 110,
>>>
>>>[{"StartAnswer":{"vm":{"id":12,"name":"i-2-12-VM","bootloader":"PyGrub",
>>>"
>>>type":"User","cpus":1,"speed":100,"minRam":1073741824,"maxRam":107374182
>>>4
>>>,"arch":"x86_64","os":"CentOS
>>> 5.3
>>>
>>>(64-bit)","bootArgs":"","rebootOnCrash":false,"enableHA":false,"limitCpu
>>>U
>>>se":false,"vncPassword":"a0ed1e002d55dc0b","params":{},"uuid":"c18ddf7c-
>>>f
>>>c61-40b0-af75-fdef05f8eae6","disks":[{"id":12,"name":"ROOT-12","mountPoi
>>>n
>>>t":"/iSCSI_SR_3","path":"40a39639-e8aa-45b5-bfa1-591b68571d0c","size":52
>>>4
>>>28800,"type":"ROOT","storagePoolType":"PreSetup","storagePoolUuid":"iSCS
>>>I
>>>_SR_3","deviceId":0},{"id":12,"name":"tiny
>>>
>>>Linux","size":0,"type":"ISO","storagePoolType":"ISO","deviceId":3}],"nic
>>>s
>>>":[{"deviceId":0,"networkRateMbps":200,"defaultNic":true,"uuid":"70472c4
>>>3
>>>-4913-4e0a-8e1d-87b030404b0a","ip":"192.168.56.195","netmask":"255.255.2
>>>5
>>>5.0","gateway":"192.168.56.1","mac":"06:c8:0e:00:00:75","dns1":"8.8.8.8"
>>>,
>>>"dns2":"4.4.4.4","broadcastType":"Native","type":"Guest","broadcastUri":
>>>"
>>>vlan://untagged","isolationUri":"ec2://untagged","isSecurityGroupEnabled
>>>"
>>>:true}]},"result":true,"wait":0}}]
>>> }
>>> 2013-04-07 00:31:43,709 DEBUG [agent.transport.Request]
>>> (Job-Executor-35:job-42) Seq 5-614334811: Received:  { Ans: , MgmtId:
>>>1,
>>> via: 5, Ver: v1, Flags: 110, { StartAnswer } }
>>> 2013-04-07 00:31:43,709 DEBUG [agent.manager.AgentAttache]
>>> (DirectAgent-265:null) Seq 5-614334811: No more commands found
>>> 2013-04-07 00:31:43,763 DEBUG
>>>[network.security.SecurityGroupManagerImpl]
>>> (Job-Executor-35:job-42) Security Group Mgr v2: scheduling ruleset
>>>updates
>>> for 1 vms  (unique=1), current queue size=0
>>> 2013-04-07 00:31:43,765 DEBUG
>>>[network.security.SecurityGroupManagerImpl]
>>> (Job-Executor-35:job-42) Security Group Mgr v2: done scheduling ruleset
>>> updates for 1 vms: num new jobs=1 num rows insert or updated=1 time
>>>taken=2
>>> 2013-04-07 00:31:43,769 DEBUG [cloud.capacity.CapacityManagerImpl]
>>> (Job-Executor-35:job-42) VM state transitted from :Starting to Running
>>>with
>>> event: OperationSucceededvm's original host id: 5 new host id: 5 host
>>>id
>>> before state transition: 5
>>> 2013-04-07 00:31:43,769 DEBUG [cloud.vm.VirtualMachineManagerImpl]
>>> (Job-Executor-35:job-42) Start completed for VM
>>> VM[User|c18ddf7c-fc61-40b0-af75-fdef05f8eae6]
>>> 2013-04-07 00:31:43,773 DEBUG
>>>[network.security.SecurityGroupManagerImpl]
>>> (SecGrp-Worker-3:null) SecurityGroupManager v2: sending ruleset update
>>>for
>>> vm i-2-12-VM:ingress num rules=0:egress num rules=0 num cidrs=0
>>> sig=d41d8cd98f00b204e9800998ecf8427e
>>> 2013-04-07 00:31:43,777 DEBUG [cloud.async.AsyncJobManagerImpl]
>>> (Job-Executor-35:job-42) Complete async job-42, jobStatus: 1,
>>>resultCode:
>>> 0, result: org.apache.cloudstack.api.response.UserVmResponse@d9c5b6f
>>> 2013-04-07 00:31:43,782 DEBUG [cloud.async.AsyncJobManagerImpl]
>>> (Job-Executor-35:job-42) Done executing
>>> org.apache.cloudstack.api.command.user.vm.DeployVMCmd for job-42
>>> 2013-04-07 00:31:43,796 DEBUG [agent.transport.Request]
>>> (SecGrp-Worker-3:null) Seq 5-614334812: Sending  { Cmd , MgmtId: 1,
>>>via: 5,
>>> Ver: v1, Flags: 100111,
>>>
>>>[{"SecurityGroupRulesCmd":{"guestIp":"192.168.56.195","vmName":"i-2-12-V
>>>M
>>>","guestMac":"06:c8:0e:00:00:75","signature":"d41d8cd98f00b204e9800998ec
>>>f
>>>8427e","seqNum":1,"vmId":12,"msId":1,"ingressRuleSet":[],"egressRuleSet"
>>>:
>>>[],"wait":0}}]
>>> }
>>> 2013-04-07 00:31:43,796 DEBUG [agent.transport.Request]
>>> (SecGrp-Worker-3:null) Seq 5-614334812: Executing:  { Cmd , MgmtId: 1,
>>>via:
>>> 5, Ver: v1, Flags: 100111,
>>>
>>>[{"SecurityGroupRulesCmd":{"guestIp":"192.168.56.195","vmName":"i-2-12-V
>>>M
>>>","guestMac":"06:c8:0e:00:00:75","signature":"d41d8cd98f00b204e9800998ec
>>>f
>>>8427e","seqNum":1,"vmId":12,"msId":1,"ingressRuleSet":[],"egressRuleSet"
>>>:
>>>[],"wait":0}}]
>>> }
>>> 2013-04-07 00:31:43,796 DEBUG [agent.manager.DirectAgentAttache]
>>> (DirectAgent-77:null) Seq 5-614334812: Executing request
>>> 2013-04-07 00:31:44,109 DEBUG [cloud.api.ApiServlet]
>>> (1161145101@qtp-1008805148-33:null) ===START===  127.0.0.1 -- GET
>>>
>>>command=queryAsyncJobResult&jobId=f75d8ce8-1193-43bf-b171-f43d2534e6bc&r
>>>e
>>>sponse=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316304106
>>> 2013-04-07 00:31:44,122 DEBUG [cloud.async.AsyncJobManagerImpl]
>>> (1161145101@qtp-1008805148-33:null) Async job-42 completed
>>> 2013-04-07 00:31:44,131 DEBUG [cloud.api.ApiServlet]
>>> (1161145101@qtp-1008805148-33:null) ===END===  127.0.0.1 -- GET
>>>
>>>command=queryAsyncJobResult&jobId=f75d8ce8-1193-43bf-b171-f43d2534e6bc&r
>>>e
>>>sponse=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316304106
>>> 2013-04-07 00:31:44,351 INFO  [xen.resource.CitrixResourceBase]
>>> (DirectAgent-77:null) Programmed network rules for vm i-2-12-VM
>>> guestIp=192.168.56.195, ingress numrules=0, egress numrules=0
>>> 2013-04-07 00:31:44,351 DEBUG [agent.manager.DirectAgentAttache]
>>> (DirectAgent-77:null) Seq 5-614334812: Response Received:
>>> 2013-04-07 00:31:44,352 DEBUG [agent.transport.Request]
>>> (DirectAgent-77:null) Seq 5-614334812: Processing:  { Ans: , MgmtId: 1,
>>> via: 5, Ver: v1, Flags: 110,
>>>
>>>[{"SecurityGroupRuleAnswer":{"logSequenceNumber":1,"vmId":12,"reason":"N
>>>O
>>>NE","result":true,"wait":0}}]
>>> }
>>> 2013-04-07 00:31:44,353 DEBUG [network.security.SecurityGroupListener]
>>> (DirectAgent-77:null) Successfully programmed rule
>>> com.cloud.agent.api.SecurityGroupRuleAnswer into host 5
>>> 2013-04-07 00:31:44,357 DEBUG [network.security.SecurityGroupListener]
>>> (DirectAgent-77:null) Successfully programmed rule
>>> com.cloud.agent.api.SecurityGroupRuleAnswer into host 5
>>> 2013-04-07 00:31:44,359 DEBUG [agent.manager.AgentAttache]
>>> (DirectAgent-77:null) Seq 5-614334812: No more commands found
>>> 2013-04-07 00:31:47,679 DEBUG [agent.manager.AgentManagerImpl]
>>> (AgentManager-Handler-10:null) Ping from 3
>>> 2013-04-07 00:31:50,451 DEBUG
>>> [storage.secondary.SecondaryStorageManagerImpl] (secstorage-1:null)
>>>Zone 1
>>> is ready to launch secondary storage VM
>>> 2013-04-07 00:31:50,553 DEBUG
>>>[cloud.consoleproxy.ConsoleProxyManagerImpl]
>>> (consoleproxy-1:null) Zone 1 is ready to launch console proxy
>>> 2013-04-07 00:31:50,819 DEBUG
>>> [network.router.VirtualNetworkApplianceManagerImpl]
>>> (RouterStatusMonitor-1:null) Found 0 routers to update status.
>>> 2013-04-07 00:31:50,820 DEBUG
>>> [network.router.VirtualNetworkApplianceManagerImpl]
>>> (RouterStatusMonitor-1:null) Found 0 networks to update RvR status.
>>> 2013-04-07 00:31:50,851 DEBUG
>>> [network.router.VirtualNetworkApplianceManagerImpl]
>>> (RouterStatusMonitor-1:null) Found 0 routers to update status.
>>> 2013-04-07 00:31:50,852 DEBUG
>>> [network.router.VirtualNetworkApplianceManagerImpl]
>>> (RouterStatusMonitor-1:null) Found 0 networks to update RvR status.
>>> 2013-04-07 00:31:51,459 INFO  [agent.manager.AgentMonitor]
>>> (Thread-11:null) Found the following agents behind on ping: [6, 5]
>>> 2013-04-07 00:31:51,460 DEBUG [cloud.host.Status] (Thread-11:null) Ping
>>> timeout for host 6, do invstigation
>>> 2013-04-07 00:31:51,461 DEBUG [cloud.host.Status] (Thread-11:null) Ping
>>> timeout for host 5, do invstigation
>>> 2013-04-07 00:31:51,462 INFO  [agent.manager.AgentManagerImpl]
>>> (AgentTaskPool-2:null) Investigating why host 6 has disconnected with
>>>event
>>> PingTimeout
>>> 2013-04-07 00:31:51,462 DEBUG [agent.manager.AgentManagerImpl]
>>> (AgentTaskPool-2:null) checking if agent (6) is alive
>>> 2013-04-07 00:31:51,463 INFO  [agent.manager.AgentManagerImpl]
>>> (AgentTaskPool-14:null) Investigating why host 5 has disconnected with
>>> event PingTimeout
>>> 2013-04-07 00:31:51,463 DEBUG [agent.manager.AgentManagerImpl]
>>> (AgentTaskPool-14:null) checking if agent (5) is alive
>>> 2013-04-07 00:31:51,465 DEBUG [agent.transport.Request]
>>> (AgentTaskPool-2:null) Seq 6-324993304: Sending  { Cmd , MgmtId: 1,
>>>via: 6,
>>> Ver: v1, Flags: 100011, [{"CheckHealthCommand":{"wait":50}}] }
>>> 2013-04-07 00:31:51,465 DEBUG [agent.transport.Request]
>>> (AgentTaskPool-2:null) Seq 6-324993304: Executing:  { Cmd , MgmtId: 1,
>>>via:
>>> 6, Ver: v1, Flags: 100011, [{"CheckHealthCommand":{"wait":50}}] }
>>> 2013-04-07 00:31:51,465 DEBUG [agent.manager.DirectAgentAttache]
>>> (DirectAgent-151:null) Seq 6-324993304: Executing request
>>> 2013-04-07 00:31:51,466 DEBUG [agent.transport.Request]
>>> (AgentTaskPool-14:null) Seq 5-614334813: Sending  { Cmd , MgmtId: 1,
>>>via:
>>> 5, Ver: v1, Flags: 100011, [{"CheckHealthCommand":{"wait":50}}] }
>>> 2013-04-07 00:31:51,467 DEBUG [agent.transport.Request]
>>> (AgentTaskPool-14:null) Seq 5-614334813: Executing:  { Cmd , MgmtId: 1,
>>> via: 5, Ver: v1, Flags: 100011, [{"CheckHealthCommand":{"wait":50}}] }
>>> 2013-04-07 00:31:51,467 DEBUG [agent.manager.DirectAgentAttache]
>>> (DirectAgent-113:null) Seq 5-614334813: Executing request
>>> 2013-04-07 00:31:51,525 DEBUG [agent.manager.DirectAgentAttache]
>>> (DirectAgent-151:null) Seq 6-324993304: Response Received:
>>> 2013-04-07 00:31:51,525 DEBUG [agent.transport.Request]
>>> (DirectAgent-151:null) Seq 6-324993304: Processing:  { Ans: , MgmtId:
>>>1,
>>> via: 6, Ver: v1, Flags: 10,
>>> [{"CheckHealthAnswer":{"result":true,"details":"resource is
>>> alive","wait":0}}] }
>>> 2013-04-07 00:31:51,526 DEBUG [agent.transport.Request]
>>> (AgentTaskPool-2:null) Seq 6-324993304: Received:  { Ans: , MgmtId: 1,
>>>via:
>>> 6, Ver: v1, Flags: 10, { CheckHealthAnswer } }
>>> 2013-04-07 00:31:51,526 DEBUG [agent.manager.AgentManagerImpl]
>>> (AgentTaskPool-2:null) Details from executing class
>>> com.cloud.agent.api.CheckHealthCommand: resource is alive
>>> 2013-04-07 00:31:51,526 DEBUG [agent.manager.AgentManagerImpl]
>>> (AgentTaskPool-2:null) agent (6) responded to checkHeathCommand,
>>>reporting
>>> that agent is Up
>>> 2013-04-07 00:31:51,526 INFO  [agent.manager.AgentManagerImpl]
>>> (AgentTaskPool-2:null) The state determined is Up
>>> 2013-04-07 00:31:51,526 INFO  [agent.manager.AgentManagerImpl]
>>> (AgentTaskPool-2:null) Agent is determined to be up and running
>>> 2013-04-07 00:31:51,526 DEBUG [cloud.host.Status]
>>>(AgentTaskPool-2:null)
>>> Transition:[Resource state = Enabled, Agent event = Ping, Host id = 6,
>>>name
>>> = Tut-XenServer]
>>> 2013-04-07 00:31:51,529 DEBUG [agent.manager.DirectAgentAttache]
>>> (DirectAgent-113:null) Seq 5-614334813: Response Received:
>>> 2013-04-07 00:31:51,529 DEBUG [agent.transport.Request]
>>> (DirectAgent-113:null) Seq 5-614334813: Processing:  { Ans: , MgmtId:
>>>1,
>>> via: 5, Ver: v1, Flags: 10,
>>> [{"CheckHealthAnswer":{"result":true,"details":"resource is
>>> alive","wait":0}}] }
>>> 2013-04-07 00:31:51,529 DEBUG [agent.transport.Request]
>>> (AgentTaskPool-14:null) Seq 5-614334813: Received:  { Ans: , MgmtId: 1,
>>> via: 5, Ver: v1, Flags: 10, { CheckHealthAnswer } }
>>> 2013-04-07 00:31:51,529 DEBUG [agent.manager.AgentManagerImpl]
>>> (AgentTaskPool-14:null) Details from executing class
>>> com.cloud.agent.api.CheckHealthCommand: resource is alive
>>> 2013-04-07 00:31:51,529 DEBUG [agent.manager.AgentManagerImpl]
>>> (AgentTaskPool-14:null) agent (5) responded to checkHeathCommand,
>>>reporting
>>> that agent is Up
>>> 2013-04-07 00:31:51,529 INFO  [agent.manager.AgentManagerImpl]
>>> (AgentTaskPool-14:null) The state determined is Up
>>> 2013-04-07 00:31:51,529 INFO  [agent.manager.AgentManagerImpl]
>>> (AgentTaskPool-14:null) Agent is determined to be up and running
>>> 2013-04-07 00:31:51,530 DEBUG [cloud.host.Status]
>>>(AgentTaskPool-2:null)
>>> Agent status update: [id = 6; name = Tut-XenServer; old status = Up;
>>>event
>>> = Ping; new status = Up; old update count = 308; new update count =
>>>309]
>>> 2013-04-07 00:31:51,530 DEBUG [cloud.host.Status]
>>>(AgentTaskPool-14:null)
>>> Transition:[Resource state = Enabled, Agent event = Ping, Host id = 5,
>>>name
>>> = Tut-XenServer2]
>>> 2013-04-07 00:31:51,533 DEBUG [cloud.host.Status]
>>>(AgentTaskPool-14:null)
>>> Agent status update: [id = 5; name = Tut-XenServer2; old status = Up;
>>>event
>>> = Ping; new status = Up; old update count = 145; new update count =
>>>146]
>>> 2013-04-07 00:31:58,908 DEBUG [cloud.api.ApiServlet]
>>> (1161145101@qtp-1008805148-33:null) ===START===  127.0.0.1 -- GET
>>>
>>>command=listVirtualMachines&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnR
>>>R
>>>fl8GoVA%3D&listAll=true&page=1&pagesize=20&_=1365316318906
>>> 2013-04-07 00:31:58,925 DEBUG [cloud.api.ApiServlet]
>>> (1161145101@qtp-1008805148-33:null) ===END===  127.0.0.1 -- GET
>>>
>>>command=listVirtualMachines&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnR
>>>R
>>>fl8GoVA%3D&listAll=true&page=1&pagesize=20&_=1365316318906
>>> 2013-04-07 00:32:00,065 DEBUG [cloud.api.ApiServlet]
>>> (1161145101@qtp-1008805148-33:null) ===START===  127.0.0.1 -- GET
>>>
>>>command=listVolumes&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA
>>>%
>>>3D&listAll=true&page=1&pagesize=20&_=1365316320063
>>> 2013-04-07 00:32:00,079 DEBUG [cloud.api.ApiServlet]
>>> (1161145101@qtp-1008805148-33:null) ===END===  127.0.0.1 -- GET
>>>
>>>command=listVolumes&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA
>>>%
>>>3D&listAll=true&page=1&pagesize=20&_=1365316320063
>>> 2013-04-07 00:32:02,019 DEBUG [cloud.api.ApiServlet]
>>> (1161145101@qtp-1008805148-33:null) ===START===  127.0.0.1 -- GET
>>>
>>>command=listVirtualMachines&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnR
>>>R
>>>fl8GoVA%3D&listAll=true&page=1&pagesize=20&_=1365316322017
>>> 2013-04-07 00:32:02,034 DEBUG [cloud.api.ApiServlet]
>>> (1161145101@qtp-1008805148-33:null) ===END===  127.0.0.1 -- GET
>>>
>>>command=listVirtualMachines&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnR
>>>R
>>>fl8GoVA%3D&listAll=true&page=1&pagesize=20&_=1365316322017
>>> 2013-04-07 00:32:03,004 DEBUG [cloud.api.ApiServlet]
>>> (1161145101@qtp-1008805148-33:null) ===START===  127.0.0.1 -- GET
>>>
>>>command=listVolumes&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA
>>>%
>>>3D&listAll=true&page=1&pagesize=20&_=1365316323002
>>> 2013-04-07 00:32:03,019 DEBUG [cloud.api.ApiServlet]
>>> (1161145101@qtp-1008805148-33:null) ===END===  127.0.0.1 -- GET
>>>
>>>command=listVolumes&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA
>>>%
>>>3D&listAll=true&page=1&pagesize=20&_=1365316323002
>>> 2013-04-07 00:32:04,060 DEBUG [cloud.api.ApiServlet]
>>> (1161145101@qtp-1008805148-33:null) ===START===  127.0.0.1 -- GET
>>>
>>>command=listVirtualMachines&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnR
>>>R
>>>fl8GoVA%3D&listAll=true&page=1&pagesize=20&_=1365316324057
>>> 2013-04-07 00:32:04,076 DEBUG [cloud.api.ApiServlet]
>>> (1161145101@qtp-1008805148-33:null) ===END===  127.0.0.1 -- GET
>>>
>>>command=listVirtualMachines&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnR
>>>R
>>>fl8GoVA%3D&listAll=true&page=1&pagesize=20&_=1365316324057
>>> 2013-04-07 00:32:04,815 DEBUG [agent.manager.DirectAgentAttache]
>>> (DirectAgent-240:null) Ping from 6
>>> 2013-04-07 00:32:06,151 DEBUG [agent.manager.DirectAgentAttache]
>>> (DirectAgent-401:null) Ping from 5
>>> 2013-04-07 00:32:06,571 DEBUG [cloud.api.ApiServlet]
>>> (1161145101@qtp-1008805148-33:null) ===START===  127.0.0.1 -- GET
>>>
>>>command=listZones&available=true&response=json&sessionkey=Z6QqzU0Fq1iT13
>>>b
>>>MgnRRfl8GoVA%3D&_=1365316326569
>>> 2013-04-07 00:32:06,578 DEBUG [cloud.api.ApiServlet]
>>> (1161145101@qtp-1008805148-33:null) ===END===  127.0.0.1 -- GET
>>>
>>>command=listZones&available=true&response=json&sessionkey=Z6QqzU0Fq1iT13
>>>b
>>>MgnRRfl8GoVA%3D&_=1365316326569
>>> 2013-04-07 00:32:06,909 DEBUG [agent.manager.DirectAgentAttache]
>>> (DirectAgent-334:null) Seq 6-324993028: Executing request
>>> 2013-04-07 00:32:07,152 DEBUG [agent.manager.DirectAgentAttache]
>>> (DirectAgent-334:null) Seq 6-324993028: Response Received:
>>> 2013-04-07 00:32:07,152 DEBUG [agent.transport.Request]
>>> (DirectAgent-334:null) Seq 6-324993028: Processing:  { Ans: , MgmtId:
>>>1,
>>> via: 6, Ver: v1, Flags: 10,
>>>
>>>[{"ClusterSyncAnswer":{"_clusterId":2,"_newStates":{},"_isExecuted":fals
>>>e
>>>,"result":true,"wait":0}}]
>>> }
>>> 2013-04-07 00:32:08,422 DEBUG [cloud.api.ApiServlet]
>>> (1161145101@qtp-1008805148-33:null) ===START===  127.0.0.1 -- GET
>>>
>>>command=listHypervisors&zoneid=3a62dec3-cf95-4ba2-9af0-af2190af35e3&resp
>>>o
>>>nse=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316328420
>>> 2013-04-07 00:32:08,431 DEBUG [cloud.api.ApiServlet]
>>> (1161145101@qtp-1008805148-33:null) ===END===  127.0.0.1 -- GET
>>>
>>>command=listHypervisors&zoneid=3a62dec3-cf95-4ba2-9af0-af2190af35e3&resp
>>>o
>>>nse=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316328420
>>> 2013-04-07 00:32:08,434 DEBUG [cloud.api.ApiServlet]
>>> (1161145101@qtp-1008805148-33:null) ===START===  127.0.0.1 -- GET
>>>
>>>command=listTemplates&templatefilter=featured&zoneid=3a62dec3-cf95-4ba2-
>>>9
>>>af0-af2190af35e3&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D
>>>&
>>>_=1365316328432
>>> 2013-04-07 00:32:08,461 DEBUG [cloud.api.ApiServlet]
>>> (1161145101@qtp-1008805148-33:null) ===END===  127.0.0.1 -- GET
>>>
>>>command=listTemplates&templatefilter=featured&zoneid=3a62dec3-cf95-4ba2-
>>>9
>>>af0-af2190af35e3&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D
>>>&
>>>_=1365316328432
>>> 2013-04-07 00:32:08,464 DEBUG [cloud.api.ApiServlet]
>>> (1161145101@qtp-1008805148-33:null) ===START===  127.0.0.1 -- GET
>>>
>>>command=listTemplates&templatefilter=community&zoneid=3a62dec3-cf95-4ba2
>>>-
>>>9af0-af2190af35e3&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3
>>>D
>>>&_=1365316328462
>>> 2013-04-07 00:32:08,492 DEBUG [cloud.api.ApiServlet]
>>> (1161145101@qtp-1008805148-33:null) ===END===  127.0.0.1 -- GET
>>>
>>>command=listTemplates&templatefilter=community&zoneid=3a62dec3-cf95-4ba2
>>>-
>>>9af0-af2190af35e3&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3
>>>D
>>>&_=1365316328462
>>> 2013-04-07 00:32:08,495 DEBUG [cloud.api.ApiServlet]
>>> (1161145101@qtp-1008805148-33:null) ===START===  127.0.0.1 -- GET
>>>
>>>command=listTemplates&templatefilter=selfexecutable&zoneid=3a62dec3-cf95
>>>-
>>>4ba2-9af0-af2190af35e3&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8G
>>>o
>>>VA%3D&_=1365316328493
>>> 2013-04-07 00:32:08,508 DEBUG [cloud.api.ApiServlet]
>>> (1161145101@qtp-1008805148-33:null) ===END===  127.0.0.1 -- GET
>>>
>>>command=listTemplates&templatefilter=selfexecutable&zoneid=3a62dec3-cf95
>>>-
>>>4ba2-9af0-af2190af35e3&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8G
>>>o
>>>VA%3D&_=1365316328493
>>> 2013-04-07 00:32:09,476 DEBUG [cloud.api.ApiServlet]
>>> (1161145101@qtp-1008805148-33:null) ===START===  127.0.0.1 -- GET
>>>
>>>command=listServiceOfferings&issystem=false&response=json&sessionkey=Z6Q
>>>q
>>>zU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316329474
>>> 2013-04-07 00:32:09,489 DEBUG [cloud.api.ApiServlet]
>>> (1161145101@qtp-1008805148-33:null) ===END===  127.0.0.1 -- GET
>>>
>>>command=listServiceOfferings&issystem=false&response=json&sessionkey=Z6Q
>>>q
>>>zU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316329474
>>> 2013-04-07 00:32:11,022 DEBUG [agent.manager.DirectAgentAttache]
>>> (DirectAgent-161:null) Seq 5-614334468: Executing request
>>> 2013-04-07 00:32:11,174 DEBUG [agent.manager.DirectAgentAttache]
>>> (DirectAgent-161:null) Seq 5-614334468: Response Received:
>>> 2013-04-07 00:32:11,174 DEBUG [agent.transport.Request]
>>> (DirectAgent-161:null) Seq 5-614334468: Processing:  { Ans: , MgmtId:
>>>1,
>>> via: 5, Ver: v1, Flags: 10, [{"Answer":{"result":true,"wait":0}}] }
>>> 2013-04-07 00:32:13,261 DEBUG [cloud.api.ApiServlet]
>>> (1161145101@qtp-1008805148-33:null) ===START===  127.0.0.1 -- GET
>>>
>>>command=listDiskOfferings&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRf
>>>l
>>>8GoVA%3D&_=1365316333259
>>> 2013-04-07 00:32:13,272 DEBUG [cloud.api.ApiServlet]
>>> (1161145101@qtp-1008805148-33:null) ===END===  127.0.0.1 -- GET
>>>
>>>command=listDiskOfferings&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRf
>>>l
>>>8GoVA%3D&_=1365316333259
>>> 2013-04-07 00:32:14,028 DEBUG [cloud.api.ApiServlet]
>>> (1161145101@qtp-1008805148-33:null) ===START===  127.0.0.1 -- GET
>>>
>>>command=listNetworks&trafficType=Guest&zoneId=3a62dec3-cf95-4ba2-9af0-af
>>>2
>>>190af35e3&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365
>>>3
>>>16334026
>>> 2013-04-07 00:32:14,053 DEBUG [cloud.api.ApiServlet]
>>> (1161145101@qtp-1008805148-33:null) ===END===  127.0.0.1 -- GET
>>>
>>>command=listNetworks&trafficType=Guest&zoneId=3a62dec3-cf95-4ba2-9af0-af
>>>2
>>>190af35e3&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365
>>>3
>>>16334026
>>> 2013-04-07 00:32:14,056 DEBUG [cloud.api.ApiServlet]
>>> (1161145101@qtp-1008805148-33:null) ===START===  127.0.0.1 -- GET
>>>
>>>command=listSecurityGroups&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRR
>>>f
>>>l8GoVA%3D&domainid=e4ec5ddc-9e1c-11e2-a770-6e70e42a2333&account=admin&_=
>>>1
>>>365316334054
>>> 2013-04-07 00:32:14,062 DEBUG [cloud.user.AccountManagerImpl]
>>> (1161145101@qtp-1008805148-33:null) Access granted to Acct[2-admin] to
>>> Domain:1/ by DomainChecker
>>> 2013-04-07 00:32:14,068 DEBUG [cloud.api.ApiServlet]
>>> (1161145101@qtp-1008805148-33:null) ===END===  127.0.0.1 -- GET
>>>
>>>command=listSecurityGroups&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRR
>>>f
>>>l8GoVA%3D&domainid=e4ec5ddc-9e1c-11e2-a770-6e70e42a2333&account=admin&_=
>>>1
>>>365316334054
>>> 2013-04-07 00:32:15,282 DEBUG [cloud.api.ApiServlet]
>>> (1161145101@qtp-1008805148-33:null) ===START===  127.0.0.1 -- GET
>>>
>>>command=deployVirtualMachine&zoneId=3a62dec3-cf95-4ba2-9af0-af2190af35e3
>>>&
>>>templateId=e4a7df4a-9e1c-11e2-a770-6e70e42a2333&hypervisor=XenServer&ser
>>>v
>>>iceOfferingId=425cf3cf-4bc4-4e53-82a0-ba6c20dd3688&response=json&session
>>>k
>>>ey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316335280
>>> 2013-04-07 00:32:15,290 DEBUG [cloud.api.ApiDispatcher]
>>> (1161145101@qtp-1008805148-33:null) InfrastructureEntity name
>>> is:com.cloud.offering.ServiceOffering
>>> 2013-04-07 00:32:15,292 DEBUG [cloud.api.ApiDispatcher]
>>> (1161145101@qtp-1008805148-33:null) ControlledEntity name
>>> is:com.cloud.template.VirtualMachineTemplate
>>> 2013-04-07 00:32:15,316 DEBUG [cloud.vm.UserVmManagerImpl]
>>> (1161145101@qtp-1008805148-33:null) Allocating in the DB for vm
>>> 2013-04-07 00:32:15,327 DEBUG [cloud.vm.VirtualMachineManagerImpl]
>>> (1161145101@qtp-1008805148-33:null) Allocating entries for VM:
>>> VM[User|94ddc16f-04fc-4da1-8326-01d8d5cdeb44]
>>> 2013-04-07 00:32:15,327 DEBUG [cloud.vm.VirtualMachineManagerImpl]
>>> (1161145101@qtp-1008805148-33:null) Allocating nics for
>>> VM[User|94ddc16f-04fc-4da1-8326-01d8d5cdeb44]
>>> 2013-04-07 00:32:15,328 DEBUG [cloud.network.NetworkManagerImpl]
>>> (1161145101@qtp-1008805148-33:null) Allocating nic for vm
>>> VM[User|94ddc16f-04fc-4da1-8326-01d8d5cdeb44] in network
>>>Ntwk[204|Guest|6]
>>> with requested profile NicProfile[0-0-null-null-null
>>> 2013-04-07 00:32:15,335 DEBUG [cloud.vm.VirtualMachineManagerImpl]
>>> (1161145101@qtp-1008805148-33:null) Allocaing disks for
>>> VM[User|94ddc16f-04fc-4da1-8326-01d8d5cdeb44]
>>> 2013-04-07 00:32:15,342 DEBUG [cloud.vm.VirtualMachineManagerImpl]
>>> (1161145101@qtp-1008805148-33:null) Allocation completed for VM:
>>> VM[User|94ddc16f-04fc-4da1-8326-01d8d5cdeb44]
>>> 2013-04-07 00:32:15,342 DEBUG [cloud.vm.UserVmManagerImpl]
>>> (1161145101@qtp-1008805148-33:null) Successfully allocated DB entry for
>>> VM[User|94ddc16f-04fc-4da1-8326-01d8d5cdeb44]
>>> 2013-04-07 00:32:15,374 DEBUG [cloud.async.AsyncJobManagerImpl]
>>> (1161145101@qtp-1008805148-33:null) submit async job-43, details:
>>> AsyncJobVO {id:43, userId: 2, accountId: 2, sessionKey: null,
>>>instanceType:
>>> null, instanceId: 13, cmd:
>>> org.apache.cloudstack.api.command.user.vm.DeployVMCmd, cmdOriginator:
>>>null,
>>> cmdInfo:
>>>
>>>{"id":"13","templateId":"e4a7df4a-9e1c-11e2-a770-6e70e42a2333","response
>>>"
>>>:"json","sessionkey":"Z6QqzU0Fq1iT13bMgnRRfl8GoVA\u003d","ctxUserId":"2"
>>>,
>>>"hypervisor":"XenServer","serviceOfferingId":"425cf3cf-4bc4-4e53-82a0-ba
>>>6
>>>c20dd3688","_":"1365316335280","ctxAccountId":"2","ctxStartEventId":"48"
>>>,
>>>"zoneId":"3a62dec3-cf95-4ba2-9af0-af2190af35e3"},
>>> cmdVersion: 0, callbackType: 0, callbackAddress: null, status: 0,
>>> processStatus: 0, resultCode: 0, result: null, initMsid: 1,
>>>completeMsid:
>>> null, lastUpdated: null, lastPolled: null, created: null}
>>> 2013-04-07 00:32:15,375 DEBUG [cloud.async.AsyncJobManagerImpl]
>>> (Job-Executor-36:job-43) Executing
>>> org.apache.cloudstack.api.command.user.vm.DeployVMCmd for job-43
>>> 2013-04-07 00:32:15,376 DEBUG [cloud.api.ApiServlet]
>>> (1161145101@qtp-1008805148-33:null) ===END===  127.0.0.1 -- GET
>>>
>>>command=deployVirtualMachine&zoneId=3a62dec3-cf95-4ba2-9af0-af2190af35e3
>>>&
>>>templateId=e4a7df4a-9e1c-11e2-a770-6e70e42a2333&hypervisor=XenServer&ser
>>>v
>>>iceOfferingId=425cf3cf-4bc4-4e53-82a0-ba6c20dd3688&response=json&session
>>>k
>>>ey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316335280
>>> 2013-04-07 00:32:15,380 DEBUG [cloud.api.ApiDispatcher]
>>> (Job-Executor-36:job-43) InfrastructureEntity name
>>> is:com.cloud.offering.ServiceOffering
>>> 2013-04-07 00:32:15,383 DEBUG [cloud.api.ApiDispatcher]
>>> (Job-Executor-36:job-43) ControlledEntity name
>>> is:com.cloud.template.VirtualMachineTemplate
>>> 2013-04-07 00:32:15,425 DEBUG [cloud.deploy.FirstFitPlanner]
>>> (Job-Executor-36:job-43) DeploymentPlanner allocation algorithm: random
>>> 2013-04-07 00:32:15,425 DEBUG [cloud.deploy.FirstFitPlanner]
>>> (Job-Executor-36:job-43) Trying to allocate a host and storage pools
>>>from
>>> dc:1, pod:null,cluster:null, requested cpu: 100, requested ram:
>>>1073741824
>>> 2013-04-07 00:32:15,425 DEBUG [cloud.deploy.FirstFitPlanner]
>>> (Job-Executor-36:job-43) Is ROOT volume READY (pool already
>>>allocated)?: No
>>> 2013-04-07 00:32:15,425 DEBUG [cloud.deploy.FirstFitPlanner]
>>> (Job-Executor-36:job-43) Searching all possible resources under this
>>>Zone: 1
>>> 2013-04-07 00:32:15,427 DEBUG [cloud.deploy.FirstFitPlanner]
>>> (Job-Executor-36:job-43) Listing clusters in order of aggregate
>>>capacity,
>>> that have (atleast one host with) enough CPU and RAM capacity under
>>>this
>>> Zone: 1
>>> 2013-04-07 00:32:15,428 DEBUG [cloud.deploy.FirstFitPlanner]
>>> (Job-Executor-36:job-43) CPUOverprovisioningFactor considered: 1.0
>>> 2013-04-07 00:32:15,442 DEBUG [cloud.deploy.FirstFitPlanner]
>>> (Job-Executor-36:job-43) Cannot allocate cluster list [1] for vm
>>>creation
>>> since their allocated percentage crosses the disable capacity
>>>threshold:
>>> 0.85 for capacity Type : 0, skipping these clusters
>>> 2013-04-07 00:32:15,444 DEBUG [cloud.deploy.FirstFitPlanner]
>>> (Job-Executor-36:job-43) Checking resources in Cluster: 2 under Pod: 1
>>> 2013-04-07 00:32:15,444 DEBUG [allocator.impl.RandomAllocator]
>>> (Job-Executor-36:job-43) Looking for hosts in dc: 1  pod:1  cluster:2
>>> 2013-04-07 00:32:15,447 DEBUG [allocator.impl.RandomAllocator]
>>> (Job-Executor-36:job-43) Random Allocator found 2  hosts
>>> 2013-04-07 00:32:15,447 DEBUG [allocator.impl.RandomAllocator]
>>> (Job-Executor-36:job-43) Random Host Allocator returning 2 suitable
>>>hosts
>>> 2013-04-07 00:32:15,448 DEBUG [cloud.deploy.FirstFitPlanner]
>>> (Job-Executor-36:job-43) Checking suitable pools for volume (Id, Type):
>>> (13,ROOT)
>>> 2013-04-07 00:32:15,448 DEBUG [cloud.deploy.FirstFitPlanner]
>>> (Job-Executor-36:job-43) We need to allocate new storagepool for this
>>>volume
>>> 2013-04-07 00:32:15,451 DEBUG [cloud.deploy.FirstFitPlanner]
>>> (Job-Executor-36:job-43) Calling StoragePoolAllocators to find suitable
>>> pools
>>> 2013-04-07 00:32:15,455 DEBUG
>>> [storage.allocator.RandomStoragePoolAllocator] (Job-Executor-36:job-43)
>>> Looking for pools in dc: 1  pod:1  cluster:2
>>> 2013-04-07 00:32:15,457 DEBUG
>>> [storage.allocator.RandomStoragePoolAllocator] (Job-Executor-36:job-43)
>>> RandomStoragePoolAllocator has 5 pools to check for allocation
>>> 2013-04-07 00:32:15,458 DEBUG
>>> [storage.allocator.AbstractStoragePoolAllocator]
>>>(Job-Executor-36:job-43)
>>> Checking if storage pool is suitable, name: Tut-XenServer2 Local
>>>Storage
>>> ,poolId: 201
>>> 2013-04-07 00:32:15,458 DEBUG
>>> [storage.allocator.AbstractStoragePoolAllocator]
>>>(Job-Executor-36:job-43)
>>> Is localStorageAllocationNeeded? false
>>> 2013-04-07 00:32:15,458 DEBUG
>>> [storage.allocator.AbstractStoragePoolAllocator]
>>>(Job-Executor-36:job-43)
>>> Is storage pool shared? false
>>> 2013-04-07 00:32:15,458 DEBUG
>>> [storage.allocator.AbstractStoragePoolAllocator]
>>>(Job-Executor-36:job-43)
>>> StoragePool is not of correct type, skipping this pool
>>> 2013-04-07 00:32:15,458 DEBUG
>>> [storage.allocator.AbstractStoragePoolAllocator]
>>>(Job-Executor-36:job-43)
>>> Checking if storage pool is suitable, name: iSCSI_SR_3 ,poolId: 257
>>> 2013-04-07 00:32:15,458 DEBUG
>>> [storage.allocator.AbstractStoragePoolAllocator]
>>>(Job-Executor-36:job-43)
>>> Is localStorageAllocationNeeded? false
>>> 2013-04-07 00:32:15,458 DEBUG
>>> [storage.allocator.AbstractStoragePoolAllocator]
>>>(Job-Executor-36:job-43)
>>> Is storage pool shared? true
>>> 2013-04-07 00:32:15,467 DEBUG [cloud.storage.StorageManagerImpl]
>>> (Job-Executor-36:job-43) Checking pool: 257 for volume allocation
>>> [Vol[13|vm=13|ROOT]], maxSize : 2084569088, totalAllocatedSize :
>>>106954752,
>>> askingSize : 52428800, allocated disable threshold: 0.85
>>> 2013-04-07 00:32:15,467 DEBUG
>>> [storage.allocator.AbstractStoragePoolAllocator]
>>>(Job-Executor-36:job-43)
>>> Checking if storage pool is suitable, name: iSCSI_SR_4 ,poolId: 262
>>> 2013-04-07 00:32:15,467 DEBUG
>>> [storage.allocator.AbstractStoragePoolAllocator]
>>>(Job-Executor-36:job-43)
>>> Is localStorageAllocationNeeded? false
>>> 2013-04-07 00:32:15,467 DEBUG
>>> [storage.allocator.AbstractStoragePoolAllocator]
>>>(Job-Executor-36:job-43)
>>> Is storage pool shared? true
>>> 2013-04-07 00:32:15,479 DEBUG [cloud.storage.StorageManagerImpl]
>>> (Job-Executor-36:job-43) Checking pool: 262 for volume allocation
>>> [Vol[13|vm=13|ROOT]], maxSize : 2084569088, totalAllocatedSize :
>>>54525952,
>>> askingSize : 52428800, allocated disable threshold: 0.85
>>> 2013-04-07 00:32:15,479 DEBUG
>>> [storage.allocator.AbstractStoragePoolAllocator]
>>>(Job-Executor-36:job-43)
>>> Checking if storage pool is suitable, name: Tut-XenServer Local Storage
>>> ,poolId: 202
>>> 2013-04-07 00:32:15,479 DEBUG
>>> [storage.allocator.AbstractStoragePoolAllocator]
>>>(Job-Executor-36:job-43)
>>> Is localStorageAllocationNeeded? false
>>> 2013-04-07 00:32:15,479 DEBUG
>>> [storage.allocator.AbstractStoragePoolAllocator]
>>>(Job-Executor-36:job-43)
>>> Is storage pool shared? false
>>> 2013-04-07 00:32:15,479 DEBUG
>>> [storage.allocator.AbstractStoragePoolAllocator]
>>>(Job-Executor-36:job-43)
>>> StoragePool is not of correct type, skipping this pool
>>> 2013-04-07 00:32:15,479 DEBUG
>>> [storage.allocator.AbstractStoragePoolAllocator]
>>>(Job-Executor-36:job-43)
>>> Checking if storage pool is suitable, name: iSCSI_SR_2 ,poolId: 256
>>> 2013-04-07 00:32:15,479 DEBUG
>>> [storage.allocator.AbstractStoragePoolAllocator]
>>>(Job-Executor-36:job-43)
>>> Is localStorageAllocationNeeded? false
>>> 2013-04-07 00:32:15,479 DEBUG
>>> [storage.allocator.AbstractStoragePoolAllocator]
>>>(Job-Executor-36:job-43)
>>> Is storage pool shared? true
>>> 2013-04-07 00:32:15,489 DEBUG [cloud.storage.StorageManagerImpl]
>>> (Job-Executor-36:job-43) Checking pool: 256 for volume allocation
>>> [Vol[13|vm=13|ROOT]], maxSize : 2084569088, totalAllocatedSize :
>>>54525952,
>>> askingSize : 52428800, allocated disable threshold: 0.85
>>> 2013-04-07 00:32:15,489 DEBUG
>>> [storage.allocator.RandomStoragePoolAllocator] (Job-Executor-36:job-43)
>>> RandomStoragePoolAllocator returning 3 suitable storage pools
>>> 2013-04-07 00:32:15,489 DEBUG [cloud.deploy.FirstFitPlanner]
>>> (Job-Executor-36:job-43) Trying to find a potenial host and associated
>>> storage pools from the suitable host/pool lists for this VM
>>> 2013-04-07 00:32:15,489 DEBUG [cloud.deploy.FirstFitPlanner]
>>> (Job-Executor-36:job-43) Checking if host: 6 can access any suitable
>>> storage pool for volume: ROOT
>>> 2013-04-07 00:32:15,492 DEBUG [cloud.deploy.FirstFitPlanner]
>>> (Job-Executor-36:job-43) Host: 6 can access pool: 257
>>> 2013-04-07 00:32:15,492 DEBUG [cloud.deploy.FirstFitPlanner]
>>> (Job-Executor-36:job-43) Found a potential host id: 6 name:
>>>Tut-XenServer
>>> and associated storage pools for this VM
>>> 2013-04-07 00:32:15,494 DEBUG [cloud.deploy.FirstFitPlanner]
>>> (Job-Executor-36:job-43) Returning Deployment Destination:
>>>
>>>Dest[Zone(Id)-Pod(Id)-Cluster(Id)-Host(Id)-Storage(Volume(Id|Type-->Pool
>>>(
>>>Id))]
>>> :
>>>
>>>Dest[Zone(1)-Pod(1)-Cluster(2)-Host(6)-Storage(Volume(13|ROOT-->Pool(257
>>>)
>>>)]
>>> 2013-04-07 00:32:15,514 DEBUG [cloud.capacity.CapacityManagerImpl]
>>> (Job-Executor-36:job-43) VM state transitted from :Stopped to Starting
>>>with
>>> event: StartRequestedvm's original host id: null new host id: null
>>>host
>>>id
>>> before state transition: null
>>> 2013-04-07 00:32:15,514 DEBUG [cloud.vm.VirtualMachineManagerImpl]
>>> (Job-Executor-36:job-43) Successfully transitioned to start state for
>>> VM[User|94ddc16f-04fc-4da1-8326-01d8d5cdeb44] reservation id =
>>> a8349669-6ff2-443f-88d3-c5d69100df3a
>>> 2013-04-07 00:32:15,518 DEBUG [cloud.vm.VirtualMachineManagerImpl]
>>> (Job-Executor-36:job-43) Trying to deploy VM, vm has dcId: 1 and
>>>podId:
>>>null
>>> 2013-04-07 00:32:15,518 DEBUG [cloud.vm.VirtualMachineManagerImpl]
>>> (Job-Executor-36:job-43) advanceStart: DeploymentPlan is provided,
>>>using
>>> dcId:1, podId: 1, clusterId: 2, hostId: 6, poolId: 257
>>> 2013-04-07 00:32:15,518 DEBUG [cloud.vm.VirtualMachineManagerImpl]
>>> (Job-Executor-36:job-43) Deploy avoids pods: null, clusters: null,
>>>hosts:
>>> null
>>> 2013-04-07 00:32:15,521 DEBUG [cloud.deploy.FirstFitPlanner]
>>> (Job-Executor-36:job-43) DeploymentPlanner allocation algorithm: random
>>> 2013-04-07 00:32:15,521 DEBUG [cloud.deploy.FirstFitPlanner]
>>> (Job-Executor-36:job-43) Trying to allocate a host and storage pools
>>>from
>>> dc:1, pod:1,cluster:2, requested cpu: 100, requested ram: 1073741824
>>> 2013-04-07 00:32:15,522 DEBUG [cloud.deploy.FirstFitPlanner]
>>> (Job-Executor-36:job-43) Is ROOT volume READY (pool already
>>>allocated)?: Yes
>>> 2013-04-07 00:32:15,522 DEBUG [cloud.deploy.FirstFitPlanner]
>>> (Job-Executor-36:job-43) DeploymentPlan has host_id specified, making
>>>no
>>> checks on this host, looks like admin test: 6
>>> 2013-04-07 00:32:15,523 DEBUG [cloud.deploy.FirstFitPlanner]
>>> (Job-Executor-36:job-43) Looking for suitable pools for this host under
>>> zone: 1, pod: 1, cluster: 2
>>> 2013-04-07 00:32:15,525 DEBUG [cloud.deploy.FirstFitPlanner]
>>> (Job-Executor-36:job-43) Checking suitable pools for volume (Id, Type):
>>> (13,ROOT)
>>> 2013-04-07 00:32:15,525 DEBUG [cloud.deploy.FirstFitPlanner]
>>> (Job-Executor-36:job-43) Volume has pool already allocated, checking if
>>> pool can be reused, poolId: null
>>> 2013-04-07 00:32:15,527 DEBUG [cloud.deploy.FirstFitPlanner]
>>> (Job-Executor-36:job-43) Planner need not allocate a pool for this
>>>volume
>>> since its READY
>>> 2013-04-07 00:32:15,527 DEBUG [cloud.deploy.FirstFitPlanner]
>>> (Job-Executor-36:job-43) Trying to find a potenial host and associated
>>> storage pools from the suitable host/pool lists for this VM
>>> 2013-04-07 00:32:15,527 DEBUG [cloud.deploy.FirstFitPlanner]
>>> (Job-Executor-36:job-43) Checking if host: 6 can access any suitable
>>> storage pool for volume: ROOT
>>> 2013-04-07 00:32:15,529 DEBUG [cloud.deploy.FirstFitPlanner]
>>> (Job-Executor-36:job-43) Host: 6 can access pool: 257
>>> 2013-04-07 00:32:15,529 DEBUG [cloud.deploy.FirstFitPlanner]
>>> (Job-Executor-36:job-43) Found a potential host id: 6 name:
>>>Tut-XenServer
>>> and associated storage pools for this VM
>>> 2013-04-07 00:32:15,530 DEBUG [cloud.deploy.FirstFitPlanner]
>>> (Job-Executor-36:job-43) Returning Deployment Destination:
>>>
>>>Dest[Zone(Id)-Pod(Id)-Cluster(Id)-Host(Id)-Storage(Volume(Id|Type-->Pool
>>>(
>>>Id))]
>>> :
>>>
>>>Dest[Zone(1)-Pod(1)-Cluster(2)-Host(6)-Storage(Volume(13|ROOT-->Pool(257
>>>)
>>>)]
>>> 2013-04-07 00:32:15,530 DEBUG [cloud.vm.VirtualMachineManagerImpl]
>>> (Job-Executor-36:job-43) Deployment found  -
>>> P0=VM[User|94ddc16f-04fc-4da1-8326-01d8d5cdeb44],
>>>
>>>P0=Dest[Zone(Id)-Pod(Id)-Cluster(Id)-Host(Id)-Storage(Volume(Id|Type-->P
>>>o
>>>ol(Id))]
>>> :
>>>
>>>Dest[Zone(1)-Pod(1)-Cluster(2)-Host(6)-Storage(Volume(13|ROOT-->Pool(257
>>>)
>>>)]
>>> 2013-04-07 00:32:15,535 DEBUG [cloud.capacity.CapacityManagerImpl]
>>> (Job-Executor-36:job-43) VM state transitted from :Starting to Starting
>>> with event: OperationRetryvm's original host id: null new host id: 6
>>>host
>>> id before state transition: null
>>> 2013-04-07 00:32:15,551 DEBUG [cloud.capacity.CapacityManagerImpl]
>>> (Job-Executor-36:job-43) Hosts's actual total CPU: 2382 and CPU after
>>> applying overprovisioning: 2382
>>> 2013-04-07 00:32:15,551 DEBUG [cloud.capacity.CapacityManagerImpl]
>>> (Job-Executor-36:job-43) We are allocating VM, increasing the used
>>>capacity
>>> of this host:6
>>> 2013-04-07 00:32:15,552 DEBUG [cloud.capacity.CapacityManagerImpl]
>>> (Job-Executor-36:job-43) Current Used CPU: 100 , Free CPU:2282
>>>,Requested
>>> CPU: 100
>>> 2013-04-07 00:32:15,552 DEBUG [cloud.capacity.CapacityManagerImpl]
>>> (Job-Executor-36:job-43) Current Used RAM: 104857600 , Free
>>>RAM:1566837824
>>> ,Requested RAM: 1073741824
>>> 2013-04-07 00:32:15,552 DEBUG [cloud.capacity.CapacityManagerImpl]
>>> (Job-Executor-36:job-43) CPU STATS after allocation: for host: 6, old
>>>used:
>>> 100, old reserved: 0, actual total: 2382, total with overprovisioning:
>>> 2382; new used:200, reserved:0; requested cpu:100,alloc_from_last:false
>>> 2013-04-07 00:32:15,552 DEBUG [cloud.capacity.CapacityManagerImpl]
>>> (Job-Executor-36:job-43) RAM STATS after allocation: for host: 6, old
>>>used:
>>> 104857600, old reserved: 0, total: 1671695424; new used: 1178599424,
>>> reserved: 0; requested mem: 1073741824,alloc_from_last:false
>>> 2013-04-07 00:32:15,555 DEBUG [cloud.vm.VirtualMachineManagerImpl]
>>> (Job-Executor-36:job-43) VM is being created in podId: 1
>>> 2013-04-07 00:32:15,559 DEBUG [cloud.network.NetworkManagerImpl]
>>> (Job-Executor-36:job-43) Lock is acquired for network id 204 as a part
>>>of
>>> network implement
>>> 2013-04-07 00:32:15,559 DEBUG [cloud.network.NetworkManagerImpl]
>>> (Job-Executor-36:job-43) Network id=204 is already implemented
>>> 2013-04-07 00:32:15,560 DEBUG [cloud.network.NetworkManagerImpl]
>>> (Job-Executor-36:job-43) Lock is released for network id 204 as a part
>>>of
>>> network implement
>>> 2013-04-07 00:32:15,592 DEBUG [cloud.network.NetworkManagerImpl]
>>> (Job-Executor-36:job-43) Changing active number of nics for network
>>>id=204
>>> on 1
>>> 2013-04-07 00:32:15,594 DEBUG [cloud.network.NetworkManagerImpl]
>>> (Job-Executor-36:job-43) Asking ElasticLoadBalancerElement to prepare
>>>for
>>> Nic[19-13-a8349669-6ff2-443f-88d3-c5d69100df3a-192.168.56.146]
>>> 2013-04-07 00:32:15,600 DEBUG [cloud.network.NetworkManagerImpl]
>>> (Job-Executor-36:job-43) Asking NiciraNvpElement to prepare for
>>> Nic[19-13-a8349669-6ff2-443f-88d3-c5d69100df3a-192.168.56.146]
>>> 2013-04-07 00:32:15,600 DEBUG [network.element.NiciraNvpElement]
>>> (Job-Executor-36:job-43) Checking if NiciraNvpElement can handle
>>>service
>>> Connectivity on network guestNetworkForBasicZone
>>> 2013-04-07 00:32:15,606 DEBUG [cloud.network.NetworkManagerImpl]
>>> (Job-Executor-36:job-43) Asking BigSwitchVnsElement to prepare for
>>> Nic[19-13-a8349669-6ff2-443f-88d3-c5d69100df3a-192.168.56.146]
>>> 2013-04-07 00:32:15,606 DEBUG [network.element.BigSwitchVnsElement]
>>> (Job-Executor-36:job-43) Checking if BigSwitchVnsElement can handle
>>>service
>>> Connectivity on network guestNetworkForBasicZone
>>> 2013-04-07 00:32:15,612 DEBUG [cloud.network.NetworkManagerImpl]
>>> (Job-Executor-36:job-43) Asking Ovs to prepare for
>>> Nic[19-13-a8349669-6ff2-443f-88d3-c5d69100df3a-192.168.56.146]
>>> 2013-04-07 00:32:15,612 DEBUG [cloud.network.NetworkManagerImpl]
>>> (Job-Executor-36:job-43) Asking BareMetalDhcp to prepare for
>>> Nic[19-13-a8349669-6ff2-443f-88d3-c5d69100df3a-192.168.56.146]
>>> 2013-04-07 00:32:15,617 DEBUG [cloud.network.NetworkManagerImpl]
>>> (Job-Executor-36:job-43) Asking BareMetalPxe to prepare for
>>> Nic[19-13-a8349669-6ff2-443f-88d3-c5d69100df3a-192.168.56.146]
>>> 2013-04-07 00:32:15,623 DEBUG [cloud.network.NetworkManagerImpl]
>>> (Job-Executor-36:job-43) Asking BareMetalUserdata to prepare for
>>> Nic[19-13-a8349669-6ff2-443f-88d3-c5d69100df3a-192.168.56.146]
>>> 2013-04-07 00:32:15,629 DEBUG [cloud.network.NetworkManagerImpl]
>>> (Job-Executor-36:job-43) Asking SecurityGroupProvider to prepare for
>>> Nic[19-13-a8349669-6ff2-443f-88d3-c5d69100df3a-192.168.56.146]
>>> 2013-04-07 00:32:15,637 DEBUG [cloud.network.NetworkManagerImpl]
>>> (Job-Executor-36:job-43) Asking VirtualRouter to prepare for
>>> Nic[19-13-a8349669-6ff2-443f-88d3-c5d69100df3a-192.168.56.146]
>>> 2013-04-07 00:32:15,653 DEBUG
>>> [network.router.VirtualNetworkApplianceManagerImpl]
>>> (Job-Executor-36:job-43) Lock is acquired for network id 204 as a part
>>>of
>>> router startup in
>>>
>>>Dest[Zone(Id)-Pod(Id)-Cluster(Id)-Host(Id)-Storage(Volume(Id|Type-->Pool
>>>(
>>>Id))]
>>> :
>>>
>>>Dest[Zone(1)-Pod(1)-Cluster(2)-Host(6)-Storage(Volume(13|ROOT-->Pool(257
>>>)
>>>)]
>>> 2013-04-07 00:32:15,657 DEBUG
>>> [network.router.VirtualNetworkApplianceManagerImpl]
>>> (Job-Executor-36:job-43) Skipping VR deployment: Found a running or
>>> starting VR in Pod null id=1
>>> 2013-04-07 00:32:15,658 DEBUG
>>> [network.router.VirtualNetworkApplianceManagerImpl]
>>> (Job-Executor-36:job-43) Lock is released for network id 204 as a part
>>>of
>>> router startup in
>>>
>>>Dest[Zone(Id)-Pod(Id)-Cluster(Id)-Host(Id)-Storage(Volume(Id|Type-->Pool
>>>(
>>>Id))]
>>> :
>>>
>>>Dest[Zone(1)-Pod(1)-Cluster(2)-Host(6)-Storage(Volume(13|ROOT-->Pool(257
>>>)
>>>)]
>>> 2013-04-07 00:32:15,674 DEBUG
>>> [network.router.VirtualNetworkApplianceManagerImpl]
>>> (Job-Executor-36:job-43) Applying dhcp entry in network
>>>Ntwk[204|Guest|6]
>>> 2013-04-07 00:32:15,706 DEBUG [agent.transport.Request]
>>> (Job-Executor-36:job-43) Seq 6-324993305: Sending  { Cmd , MgmtId: 1,
>>>via:
>>> 6, Ver: v1, Flags: 100111,
>>>
>>>[{"routing.DhcpEntryCommand":{"vmMac":"06:06:fe:00:00:44","vmIpAddress":
>>>"
>>>192.168.56.146","vmName":"94ddc16f-04fc-4da1-8326-01d8d5cdeb44","default
>>>R
>>>outer":"192.168.56.1","defaultDns":"192.168.56.102","duid":"00:03:00:01:
>>>0
>>>6:06:fe:00:00:44","accessDetails":{"router.guest.ip":"192.168.56.102","z
>>>o
>>>ne.network.type":"Basic","
>>> router.name":"r-4-VM","router.ip":"169.254.1.168"},"wait":0}}] }
>>> 2013-04-07 00:32:15,706 DEBUG [agent.transport.Request]
>>> (Job-Executor-36:job-43) Seq 6-324993305: Executing:  { Cmd , MgmtId:
>>>1,
>>> via: 6, Ver: v1, Flags: 100111,
>>>
>>>[{"routing.DhcpEntryCommand":{"vmMac":"06:06:fe:00:00:44","vmIpAddress":
>>>"
>>>192.168.56.146","vmName":"94ddc16f-04fc-4da1-8326-01d8d5cdeb44","default
>>>R
>>>outer":"192.168.56.1","defaultDns":"192.168.56.102","duid":"00:03:00:01:
>>>0
>>>6:06:fe:00:00:44","accessDetails":{"router.guest.ip":"192.168.56.102","z
>>>o
>>>ne.network.type":"Basic","
>>> router.name":"r-4-VM","router.ip":"169.254.1.168"},"wait":0}}] }
>>> 2013-04-07 00:32:15,706 DEBUG [agent.manager.DirectAgentAttache]
>>> (DirectAgent-89:null) Seq 6-324993305: Executing request
>>> 2013-04-07 00:32:18,273 DEBUG [agent.manager.DirectAgentAttache]
>>> (DirectAgent-89:null) Seq 6-324993305: Response Received:
>>> 2013-04-07 00:32:18,273 DEBUG [agent.transport.Request]
>>> (DirectAgent-89:null) Seq 6-324993305: Processing:  { Ans: , MgmtId: 1,
>>> via: 6, Ver: v1, Flags: 110, [{"Answer":{"result":true,"wait":0}}] }
>>> 2013-04-07 00:32:18,273 DEBUG [agent.manager.AgentAttache]
>>> (DirectAgent-89:null) Seq 6-324993305: No more commands found
>>> 2013-04-07 00:32:18,273 DEBUG [agent.transport.Request]
>>> (Job-Executor-36:job-43) Seq 6-324993305: Received:  { Ans: , MgmtId:
>>>1,
>>> via: 6, Ver: v1, Flags: 110, { Answer } }
>>> 2013-04-07 00:32:18,286 DEBUG
>>> [network.router.VirtualNetworkApplianceManagerImpl]
>>> (Job-Executor-36:job-43) Applying userdata and password entry in
>>>network
>>> Ntwk[204|Guest|6]
>>> 2013-04-07 00:32:18,303 DEBUG [agent.transport.Request]
>>> (Job-Executor-36:job-43) Seq 6-324993306: Sending  { Cmd , MgmtId: 1,
>>>via:
>>> 6, Ver: v1, Flags: 100111,
>>>
>>>[{"routing.SavePasswordCommand":{"password":"fnirq_cnffjbeq","vmIpAddres
>>>s
>>>":"192.168.56.146","vmName":"94ddc16f-04fc-4da1-8326-01d8d5cdeb44","acce
>>>s
>>>sDetails":{"router.guest.ip":"192.168.56.102","zone.network.type":"Basic
>>>"
>>>,"router.ip":"169.254.1.168","
>>> router.name
>>>
>>>":"r-4-VM"},"wait":0}},{"routing.VmDataCommand":{"vmIpAddress":"192.168.
>>>5
>>>6.146","vmName":"94ddc16f-04fc-4da1-8326-01d8d5cdeb44","accessDetails":{
>>>"
>>>router.guest.ip":"192.168.56.102","zone.network.type":"Basic","router.ip
>>>"
>>>:"169.254.1.168","
>>> router.name":"r-4-VM"},"wait":0}}] }
>>> 2013-04-07 00:32:18,304 DEBUG [agent.transport.Request]
>>> (Job-Executor-36:job-43) Seq 6-324993306: Executing:  { Cmd , MgmtId:
>>>1,
>>> via: 6, Ver: v1, Flags: 100111,
>>>
>>>[{"routing.SavePasswordCommand":{"password":"fnirq_cnffjbeq","vmIpAddres
>>>s
>>>":"192.168.56.146","vmName":"94ddc16f-04fc-4da1-8326-01d8d5cdeb44","acce
>>>s
>>>sDetails":{"router.guest.ip":"192.168.56.102","zone.network.type":"Basic
>>>"
>>>,"router.ip":"169.254.1.168","
>>> router.name
>>>
>>>":"r-4-VM"},"wait":0}},{"routing.VmDataCommand":{"vmIpAddress":"192.168.
>>>5
>>>6.146","vmName":"94ddc16f-04fc-4da1-8326-01d8d5cdeb44","accessDetails":{
>>>"
>>>router.guest.ip":"192.168.56.102","zone.network.type":"Basic","router.ip
>>>"
>>>:"169.254.1.168","
>>> router.name":"r-4-VM"},"wait":0}}] }
>>> 2013-04-07 00:32:18,304 DEBUG [agent.manager.DirectAgentAttache]
>>> (DirectAgent-20:null) Seq 6-324993306: Executing request
>>> 2013-04-07 00:32:18,391 DEBUG [cloud.api.ApiServlet]
>>> (1161145101@qtp-1008805148-33:null) ===START===  127.0.0.1 -- GET
>>>
>>>command=queryAsyncJobResult&jobId=00aeb7f7-459c-477e-a0a1-5d9262bc583a&r
>>>e
>>>sponse=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316338388
>>> 2013-04-07 00:32:18,412 DEBUG [cloud.api.ApiServlet]
>>> (1161145101@qtp-1008805148-33:null) ===END===  127.0.0.1 -- GET
>>>
>>>command=queryAsyncJobResult&jobId=00aeb7f7-459c-477e-a0a1-5d9262bc583a&r
>>>e
>>>sponse=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316338388
>>> 2013-04-07 00:32:20,452 DEBUG
>>> [storage.secondary.SecondaryStorageManagerImpl] (secstorage-1:null)
>>>Zone 1
>>> is ready to launch secondary storage VM
>>> 2013-04-07 00:32:20,554 DEBUG
>>>[cloud.consoleproxy.ConsoleProxyManagerImpl]
>>> (consoleproxy-1:null) Zone 1 is ready to launch console proxy
>>> 2013-04-07 00:32:20,819 DEBUG
>>> [network.router.VirtualNetworkApplianceManagerImpl]
>>> (RouterStatusMonitor-1:null) Found 0 routers to update status.
>>> 2013-04-07 00:32:20,821 DEBUG
>>> [network.router.VirtualNetworkApplianceManagerImpl]
>>> (RouterStatusMonitor-1:null) Found 0 networks to update RvR status.
>>> 2013-04-07 00:32:20,851 DEBUG
>>> [network.router.VirtualNetworkApplianceManagerImpl]
>>> (RouterStatusMonitor-1:null) Found 0 routers to update status.
>>> 2013-04-07 00:32:20,852 DEBUG
>>> [network.router.VirtualNetworkApplianceManagerImpl]
>>> (RouterStatusMonitor-1:null) Found 0 networks to update RvR status.
>>> 2013-04-07 00:32:21,391 DEBUG [cloud.api.ApiServlet]
>>> (1161145101@qtp-1008805148-33:null) ===START===  127.0.0.1 -- GET
>>>
>>>command=queryAsyncJobResult&jobId=00aeb7f7-459c-477e-a0a1-5d9262bc583a&r
>>>e
>>>sponse=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316341388
>>> 2013-04-07 00:32:21,408 DEBUG [cloud.api.ApiServlet]
>>> (1161145101@qtp-1008805148-33:null) ===END===  127.0.0.1 -- GET
>>>
>>>command=queryAsyncJobResult&jobId=00aeb7f7-459c-477e-a0a1-5d9262bc583a&r
>>>e
>>>sponse=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316341388
>>> 2013-04-07 00:32:24,392 DEBUG [cloud.api.ApiServlet]
>>> (1161145101@qtp-1008805148-33:null) ===START===  127.0.0.1 -- GET
>>>
>>>command=queryAsyncJobResult&jobId=00aeb7f7-459c-477e-a0a1-5d9262bc583a&r
>>>e
>>>sponse=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316344390
>>> 2013-04-07 00:32:24,407 DEBUG [cloud.api.ApiServlet]
>>> (1161145101@qtp-1008805148-33:null) ===END===  127.0.0.1 -- GET
>>>
>>>command=queryAsyncJobResult&jobId=00aeb7f7-459c-477e-a0a1-5d9262bc583a&r
>>>e
>>>sponse=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316344390
>>> 2013-04-07 00:32:24,892 DEBUG [agent.manager.AgentManagerImpl]
>>> (AgentManager-Handler-11:null) Ping from 4
>>> 2013-04-07 00:32:27,183 DEBUG [agent.manager.DirectAgentAttache]
>>> (DirectAgent-273:null) Ping from 1
>>> 2013-04-07 00:32:27,392 DEBUG [cloud.api.ApiServlet]
>>> (1161145101@qtp-1008805148-33:null) ===START===  127.0.0.1 -- GET
>>>
>>>command=queryAsyncJobResult&jobId=00aeb7f7-459c-477e-a0a1-5d9262bc583a&r
>>>e
>>>sponse=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316347390
>>> 2013-04-07 00:32:27,407 DEBUG [cloud.api.ApiServlet]
>>> (1161145101@qtp-1008805148-33:null) ===END===  127.0.0.1 -- GET
>>>
>>>command=queryAsyncJobResult&jobId=00aeb7f7-459c-477e-a0a1-5d9262bc583a&r
>>>e
>>>sponse=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316347390
>>> 2013-04-07 00:32:29,095 DEBUG [agent.manager.DirectAgentAttache]
>>> (DirectAgent-131:null) Seq 1-90046472: Executing request
>>> 2013-04-07 00:32:29,345 DEBUG [agent.manager.DirectAgentAttache]
>>> (DirectAgent-131:null) Seq 1-90046472: Response Received:
>>> 2013-04-07 00:32:29,345 DEBUG [agent.transport.Request]
>>> (DirectAgent-131:null) Seq 1-90046472: Processing:  { Ans: , MgmtId: 1,
>>> via: 1, Ver: v1, Flags: 10,
>>>
>>>[{"ClusterSyncAnswer":{"_clusterId":1,"_newStates":{},"_isExecuted":fals
>>>e
>>>,"result":true,"wait":0}}]
>>> }
>>> 2013-04-07 00:32:30,393 DEBUG [cloud.api.ApiServlet]
>>> (1161145101@qtp-1008805148-33:null) ===START===  127.0.0.1 -- GET
>>>
>>>command=queryAsyncJobResult&jobId=00aeb7f7-459c-477e-a0a1-5d9262bc583a&r
>>>e
>>>sponse=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316350391
>>> 2013-04-07 00:32:30,408 DEBUG [cloud.api.ApiServlet]
>>> (1161145101@qtp-1008805148-33:null) ===END===  127.0.0.1 -- GET
>>>
>>>command=queryAsyncJobResult&jobId=00aeb7f7-459c-477e-a0a1-5d9262bc583a&r
>>>e
>>>sponse=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316350391
>>> 2013-04-07 00:32:32,146 DEBUG [agent.manager.DirectAgentAttache]
>>> (DirectAgent-20:null) Seq 6-324993306: Response Received:
>>> 2013-04-07 00:32:32,146 DEBUG [agent.transport.Request]
>>> (DirectAgent-20:null) Seq 6-324993306: Processing:  { Ans: , MgmtId: 1,
>>> via: 6, Ver: v1, Flags: 110,
>>>
>>>[{"Answer":{"result":true,"wait":0}},{"Answer":{"result":true,"wait":0}}
>>>]
>>> }
>>> 2013-04-07 00:32:32,146 DEBUG [agent.manager.AgentAttache]
>>> (DirectAgent-20:null) Seq 6-324993306: No more commands found
>>> 2013-04-07 00:32:32,146 DEBUG [agent.transport.Request]
>>> (Job-Executor-36:job-43) Seq 6-324993306: Received:  { Ans: , MgmtId:
>>>1,
>>> via: 6, Ver: v1, Flags: 110, { Answer, Answer } }
>>> 2013-04-07 00:32:32,146 DEBUG [cloud.network.NetworkManagerImpl]
>>> (Job-Executor-36:job-43) Asking VpcVirtualRouter to prepare for
>>> Nic[19-13-a8349669-6ff2-443f-88d3-c5d69100df3a-192.168.56.146]
>>> 2013-04-07 00:32:32,146 WARN  [network.element.VpcVirtualRouterElement]
>>> (Job-Executor-36:job-43) Network Ntwk[204|Guest|6] is not associated
>>>with
>>> any VPC
>>> 2013-04-07 00:32:32,151 DEBUG [cloud.network.NetworkManagerImpl]
>>> (Job-Executor-36:job-43) Asking NiciraNvp to prepare for
>>> Nic[19-13-a8349669-6ff2-443f-88d3-c5d69100df3a-192.168.56.146]
>>> 2013-04-07 00:32:32,151 DEBUG [network.element.NiciraNvpElement]
>>> (Job-Executor-36:job-43) Checking if NiciraNvpElement can handle
>>>service
>>> Connectivity on network guestNetworkForBasicZone
>>> 2013-04-07 00:32:32,154 DEBUG [cloud.network.NetworkManagerImpl]
>>> (Job-Executor-36:job-43) Asking JuniperSRX to prepare for
>>> Nic[19-13-a8349669-6ff2-443f-88d3-c5d69100df3a-192.168.56.146]
>>> 2013-04-07 00:32:32,157 DEBUG [cloud.network.NetworkManagerImpl]
>>> (Job-Executor-36:job-43) Asking Netscaler to prepare for
>>> Nic[19-13-a8349669-6ff2-443f-88d3-c5d69100df3a-192.168.56.146]
>>> 2013-04-07 00:32:32,160 DEBUG [cloud.network.NetworkManagerImpl]
>>> (Job-Executor-36:job-43) Asking F5BigIP to prepare for
>>> Nic[19-13-a8349669-6ff2-443f-88d3-c5d69100df3a-192.168.56.146]
>>> 2013-04-07 00:32:32,164 DEBUG [cloud.network.NetworkManagerImpl]
>>> (Job-Executor-36:job-43) Asking CiscoNexus1000vVSM to prepare for
>>> Nic[19-13-a8349669-6ff2-443f-88d3-c5d69100df3a-192.168.56.146]
>>> 2013-04-07 00:32:32,168 DEBUG [cloud.storage.StorageManagerImpl]
>>> (Job-Executor-36:job-43) Checking if we need to prepare 1 volumes for
>>> VM[User|94ddc16f-04fc-4da1-8326-01d8d5cdeb44]
>>> 2013-04-07 00:32:32,169 DEBUG [cloud.storage.StorageManagerImpl]
>>> (Job-Executor-36:job-43) Creating volume: Vol[13|vm=13|ROOT]
>>> 2013-04-07 00:32:32,170 DEBUG [cloud.storage.StorageManagerImpl]
>>> (Job-Executor-36:job-43) Trying to create in Pool[257|PreSetup]
>>> 2013-04-07 00:32:32,175 DEBUG [cloud.template.TemplateManagerImpl]
>>> (Job-Executor-36:job-43) Template 5 has already been downloaded to
>>>pool
>>>257
>>> 2013-04-07 00:32:32,179 DEBUG [agent.transport.Request]
>>> (Job-Executor-36:job-43) Seq 6-324993307: Sending  { Cmd , MgmtId: 1,
>>>via:
>>> 6, Ver: v1, Flags: 100111,
>>>
>>>[{"storage.CreateCommand":{"volId":13,"pool":{"id":257,"uuid":"iSCSI_SR_
>>>3
>>>","host":"192.168.56.9","path":"/iSCSI_SR_3","port":0,"type":"PreSetup"}
>>>,
>>>"diskCharacteristics":{"size":52428800,"tags":["iSCSI_SR_4"],"type":"ROO
>>>T
>>>","name":"ROOT-13","useLocalStorage":false,"recreatable":true,"diskOffer
>>>i
>>>ngId":38,"volumeId":13,"hyperType":"XenServer"},"templateUrl":"a8414926-
>>>8
>>>1d6-4b54-9b4b-feb498489df0","wait":0}}]
>>> }
>>> 2013-04-07 00:32:32,180 DEBUG [agent.transport.Request]
>>> (Job-Executor-36:job-43) Seq 6-324993307: Executing:  { Cmd , MgmtId:
>>>1,
>>> via: 6, Ver: v1, Flags: 100111,
>>>
>>>[{"storage.CreateCommand":{"volId":13,"pool":{"id":257,"uuid":"iSCSI_SR_
>>>3
>>>","host":"192.168.56.9","path":"/iSCSI_SR_3","port":0,"type":"PreSetup"}
>>>,
>>>"diskCharacteristics":{"size":52428800,"tags":["iSCSI_SR_4"],"type":"ROO
>>>T
>>>","name":"ROOT-13","useLocalStorage":false,"recreatable":true,"diskOffer
>>>i
>>>ngId":38,"volumeId":13,"hyperType":"XenServer"},"templateUrl":"a8414926-
>>>8
>>>1d6-4b54-9b4b-feb498489df0","wait":0}}]
>>> }
>>> 2013-04-07 00:32:32,180 DEBUG [agent.manager.DirectAgentAttache]
>>> (DirectAgent-59:null) Seq 6-324993307: Executing request
>>> 2013-04-07 00:32:32,265 DEBUG [xen.resource.CitrixResourceBase]
>>> (DirectAgent-59:null) SR retrieved for iSCSI_SR_3
>>> 2013-04-07 00:32:32,276 DEBUG [xen.resource.CitrixResourceBase]
>>> (DirectAgent-59:null) Checking iSCSI_SR_3 or SR
>>> fe8ca696-22f5-ba1f-af68-7c3cf5a3cb39 on
>>> XS[f7a017da-3064-456a-89cd-28ee9e2d36b3-192.168.56.9]
>>> 2013-04-07 00:32:33,395 DEBUG [cloud.api.ApiServlet]
>>> (1161145101@qtp-1008805148-33:null) ===START===  127.0.0.1 -- GET
>>>
>>>command=queryAsyncJobResult&jobId=00aeb7f7-459c-477e-a0a1-5d9262bc583a&r
>>>e
>>>sponse=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316353392
>>> 2013-04-07 00:32:33,419 DEBUG [cloud.api.ApiServlet]
>>> (1161145101@qtp-1008805148-33:null) ===END===  127.0.0.1 -- GET
>>>
>>>command=queryAsyncJobResult&jobId=00aeb7f7-459c-477e-a0a1-5d9262bc583a&r
>>>e
>>>sponse=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316353392
>>> 2013-04-07 00:32:34,687 DEBUG [xen.resource.CitrixResourceBase]
>>> (DirectAgent-59:null) Succesfully created VDI for
>>> com.cloud.agent.api.storage.CreateCommand.  Uuid =
>>> 99154d9c-2665-465d-8c71-e60f1748895b
>>> 2013-04-07 00:32:34,687 DEBUG [agent.manager.DirectAgentAttache]
>>> (DirectAgent-59:null) Seq 6-324993307: Response Received:
>>> 2013-04-07 00:32:34,688 DEBUG [agent.transport.Request]
>>> (DirectAgent-59:null) Seq 6-324993307: Processing:  { Ans: , MgmtId: 1,
>>> via: 6, Ver: v1, Flags: 110,
>>>
>>>[{"storage.CreateAnswer":{"volume":{"id":13,"name":"ROOT-13","mountPoint
>>>"
>>>:"/iSCSI_SR_3","path":"99154d9c-2665-465d-8c71-e60f1748895b","size":5242
>>>8
>>>800,"type":"ROOT","storagePoolType":"PreSetup","storagePoolUuid":"iSCSI_
>>>S
>>>R_3","deviceId":0},"requestTemplateReload":false,"result":true,"wait":0}
>>>}
>>>]
>>> }
>>> 2013-04-07 00:32:34,688 DEBUG [agent.transport.Request]
>>> (Job-Executor-36:job-43) Seq 6-324993307: Received:  { Ans: , MgmtId:
>>>1,
>>> via: 6, Ver: v1, Flags: 110, { CreateAnswer } }
>>> 2013-04-07 00:32:34,688 DEBUG [agent.manager.AgentAttache]
>>> (DirectAgent-59:null) Seq 6-324993307: No more commands found
>>> 2013-04-07 00:32:34,690 DEBUG [cloud.storage.StorageManagerImpl]
>>> (Job-Executor-36:job-43) Volume Vol[13|vm=13|ROOT] is created on
>>> Pool[257|PreSetup]
>>> 2013-04-07 00:32:34,701 DEBUG [agent.transport.Request]
>>> (Job-Executor-36:job-43) Seq 6-324993308: Sending  { Cmd , MgmtId: 1,
>>>via:
>>> 6, Ver: v1, Flags: 100111,
>>>
>>>[{"StartCommand":{"vm":{"id":13,"name":"i-2-13-VM","bootloader":"PyGrub"
>>>,
>>>"type":"User","cpus":1,"speed":100,"minRam":1073741824,"maxRam":10737418
>>>2
>>>4,"arch":"x86_64","os":"CentOS
>>> 5.3
>>>
>>>(64-bit)","bootArgs":"","rebootOnCrash":false,"enableHA":false,"limitCpu
>>>U
>>>se":false,"vncPassword":"2e91fc6d6f16609d","params":{},"uuid":"94ddc16f-
>>>0
>>>4fc-4da1-8326-01d8d5cdeb44","disks":[{"id":13,"name":"ROOT-13","mountPoi
>>>n
>>>t":"/iSCSI_SR_3","path":"99154d9c-2665-465d-8c71-e60f1748895b","size":52
>>>4
>>>28800,"type":"ROOT","storagePoolType":"PreSetup","storagePoolUuid":"iSCS
>>>I
>>>_SR_3","deviceId":0},{"id":13,"name":"tiny
>>>
>>>Linux","size":0,"type":"ISO","storagePoolType":"ISO","deviceId":3}],"nic
>>>s
>>>":[{"deviceId":0,"networkRateMbps":200,"defaultNic":true,"uuid":"59b9a8a
>>>a
>>>-c867-40b8-95bb-6e40273569c9","ip":"192.168.56.146","netmask":"255.255.2
>>>5
>>>5.0","gateway":"192.168.56.1","mac":"06:06:fe:00:00:44","dns1":"8.8.8.8"
>>>,
>>>"dns2":"4.4.4.4","broadcastType":"Native","type":"Guest","broadcastUri":
>>>"
>>>vlan://untagged","isolationUri":"ec2://untagged","isSecurityGroupEnabled
>>>"
>>>:true}]},"hostIp":"192.168.56.9","wait":0}}]
>>> }
>>> 2013-04-07 00:32:34,702 DEBUG [agent.transport.Request]
>>> (Job-Executor-36:job-43) Seq 6-324993308: Executing:  { Cmd , MgmtId:
>>>1,
>>> via: 6, Ver: v1, Flags: 100111,
>>>
>>>[{"StartCommand":{"vm":{"id":13,"name":"i-2-13-VM","bootloader":"PyGrub"
>>>,
>>>"type":"User","cpus":1,"speed":100,"minRam":1073741824,"maxRam":10737418
>>>2
>>>4,"arch":"x86_64","os":"CentOS
>>> 5.3
>>>
>>>(64-bit)","bootArgs":"","rebootOnCrash":false,"enableHA":false,"limitCpu
>>>U
>>>se":false,"vncPassword":"2e91fc6d6f16609d","params":{},"uuid":"94ddc16f-
>>>0
>>>4fc-4da1-8326-01d8d5cdeb44","disks":[{"id":13,"name":"ROOT-13","mountPoi
>>>n
>>>t":"/iSCSI_SR_3","path":"99154d9c-2665-465d-8c71-e60f1748895b","size":52
>>>4
>>>28800,"type":"ROOT","storagePoolType":"PreSetup","storagePoolUuid":"iSCS
>>>I
>>>_SR_3","deviceId":0},{"id":13,"name":"tiny
>>>
>>>Linux","size":0,"type":"ISO","storagePoolType":"ISO","deviceId":3}],"nic
>>>s
>>>":[{"deviceId":0,"networkRateMbps":200,"defaultNic":true,"uuid":"59b9a8a
>>>a
>>>-c867-40b8-95bb-6e40273569c9","ip":"192.168.56.146","netmask":"255.255.2
>>>5
>>>5.0","gateway":"192.168.56.1","mac":"06:06:fe:00:00:44","dns1":"8.8.8.8"
>>>,
>>>"dns2":"4.4.4.4","broadcastType":"Native","type":"Guest","broadcastUri":
>>>"
>>>vlan://untagged","isolationUri":"ec2://untagged","isSecurityGroupEnabled
>>>"
>>>:true}]},"hostIp":"192.168.56.9","wait":0}}]
>>> }
>>> 2013-04-07 00:32:34,702 DEBUG [agent.manager.DirectAgentAttache]
>>> (DirectAgent-334:null) Seq 6-324993308: Executing request
>>> 2013-04-07 00:32:34,787 DEBUG [xen.resource.CitrixResourceBase]
>>> (DirectAgent-334:null) 1. The VM i-2-13-VM is in Starting state.
>>> 2013-04-07 00:32:34,862 DEBUG [xen.resource.XenServer56FP1Resource]
>>> (DirectAgent-334:null) Created VM f21a0243-f342-fd59-98d8-00ed89224305
>>>for
>>> i-2-13-VM
>>> 2013-04-07 00:32:34,912 DEBUG [xen.resource.CitrixResourceBase]
>>> (DirectAgent-334:null) VBD 6e16b739-13fb-1891-fc66-f786b8db522b
>>>created
>>>for
>>> Vol[13|ROOT|99154d9c-2665-465d-8c71-e60f1748895b|52428800]
>>> 2013-04-07 00:32:34,937 DEBUG [xen.resource.CitrixResourceBase]
>>> (DirectAgent-334:null) VBD f9ad291b-2a8d-4c81-94a5-ef8b8b38be8c
>>>created
>>>for
>>> Vol[13|ISO|null|0]
>>> 2013-04-07 00:32:34,937 DEBUG [xen.resource.CitrixResourceBase]
>>> (DirectAgent-334:null) Creating VIF for i-2-13-VM on nic
>>> [Nic:Guest-192.168.56.146-vlan://untagged]
>>> 2013-04-07 00:32:34,991 DEBUG [xen.resource.CitrixResourceBase]
>>> (DirectAgent-334:null) Created a vif
>>>bec5565a-8c80-48a1-3ea4-88971784ce3b
>>> on 0
>>> 2013-04-07 00:32:36,396 DEBUG [cloud.api.ApiServlet]
>>> (1161145101@qtp-1008805148-33:null) ===START===  127.0.0.1 -- GET
>>>
>>>command=queryAsyncJobResult&jobId=00aeb7f7-459c-477e-a0a1-5d9262bc583a&r
>>>e
>>>sponse=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316356393
>>> 2013-04-07 00:32:36,418 DEBUG [cloud.api.ApiServlet]
>>> (1161145101@qtp-1008805148-33:null) ===END===  127.0.0.1 -- GET
>>>
>>>command=queryAsyncJobResult&jobId=00aeb7f7-459c-477e-a0a1-5d9262bc583a&r
>>>e
>>>sponse=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316356393
>>> 2013-04-07 00:32:39,395 DEBUG [cloud.api.ApiServlet]
>>> (1161145101@qtp-1008805148-33:null) ===START===  127.0.0.1 -- GET
>>>
>>>command=queryAsyncJobResult&jobId=00aeb7f7-459c-477e-a0a1-5d9262bc583a&r
>>>e
>>>sponse=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316359393
>>> 2013-04-07 00:32:39,410 DEBUG [cloud.api.ApiServlet]
>>> (1161145101@qtp-1008805148-33:null) ===END===  127.0.0.1 -- GET
>>>
>>>command=queryAsyncJobResult&jobId=00aeb7f7-459c-477e-a0a1-5d9262bc583a&r
>>>e
>>>sponse=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316359393
>>> 2013-04-07 00:32:41,550 INFO  [xen.resource.CitrixResourceBase]
>>> (DirectAgent-334:null) Programmed default network rules for i-2-13-VM
>>>on
>>> nic with ip:192.168.56.146 mac:06:06:fe:00:00:44
>>> 2013-04-07 00:32:41,550 DEBUG [xen.resource.CitrixResourceBase]
>>> (DirectAgent-334:null) 2. The VM i-2-13-VM is in Running state.
>>> 2013-04-07 00:32:41,550 DEBUG [agent.manager.DirectAgentAttache]
>>> (DirectAgent-334:null) Seq 6-324993308: Response Received:
>>> 2013-04-07 00:32:41,551 DEBUG [agent.transport.Request]
>>> (DirectAgent-334:null) Seq 6-324993308: Processing:  { Ans: , MgmtId:
>>>1,
>>> via: 6, Ver: v1, Flags: 110,
>>>
>>>[{"StartAnswer":{"vm":{"id":13,"name":"i-2-13-VM","bootloader":"PyGrub",
>>>"
>>>type":"User","cpus":1,"speed":100,"minRam":1073741824,"maxRam":107374182
>>>4
>>>,"arch":"x86_64","os":"CentOS
>>> 5.3
>>>
>>>(64-bit)","bootArgs":"","rebootOnCrash":false,"enableHA":false,"limitCpu
>>>U
>>>se":false,"vncPassword":"2e91fc6d6f16609d","params":{},"uuid":"94ddc16f-
>>>0
>>>4fc-4da1-8326-01d8d5cdeb44","disks":[{"id":13,"name":"ROOT-13","mountPoi
>>>n
>>>t":"/iSCSI_SR_3","path":"99154d9c-2665-465d-8c71-e60f1748895b","size":52
>>>4
>>>28800,"type":"ROOT","storagePoolType":"PreSetup","storagePoolUuid":"iSCS
>>>I
>>>_SR_3","deviceId":0},{"id":13,"name":"tiny
>>>
>>>Linux","size":0,"type":"ISO","storagePoolType":"ISO","deviceId":3}],"nic
>>>s
>>>":[{"deviceId":0,"networkRateMbps":200,"defaultNic":true,"uuid":"59b9a8a
>>>a
>>>-c867-40b8-95bb-6e40273569c9","ip":"192.168.56.146","netmask":"255.255.2
>>>5
>>>5.0","gateway":"192.168.56.1","mac":"06:06:fe:00:00:44","dns1":"8.8.8.8"
>>>,
>>>"dns2":"4.4.4.4","broadcastType":"Native","type":"Guest","broadcastUri":
>>>"
>>>vlan://untagged","isolationUri":"ec2://untagged","isSecurityGroupEnabled
>>>"
>>>:true}]},"result":true,"wait":0}}]
>>> }
>>> 2013-04-07 00:32:41,551 DEBUG [agent.transport.Request]
>>> (Job-Executor-36:job-43) Seq 6-324993308: Received:  { Ans: , MgmtId:
>>>1,
>>> via: 6, Ver: v1, Flags: 110, { StartAnswer } }
>>> 2013-04-07 00:32:41,551 DEBUG [agent.manager.AgentAttache]
>>> (DirectAgent-334:null) Seq 6-324993308: No more commands found
>>> 2013-04-07 00:32:41,592 DEBUG
>>>[network.security.SecurityGroupManagerImpl]
>>> (Job-Executor-36:job-43) Security Group Mgr v2: scheduling ruleset
>>>updates
>>> for 1 vms  (unique=1), current queue size=0
>>> 2013-04-07 00:32:41,593 DEBUG
>>>[network.security.SecurityGroupManagerImpl]
>>> (Job-Executor-36:job-43) Security Group Mgr v2: done scheduling ruleset
>>> updates for 1 vms: num new jobs=1 num rows insert or updated=1 time
>>>taken=1
>>> 2013-04-07 00:32:41,596 DEBUG [cloud.capacity.CapacityManagerImpl]
>>> (Job-Executor-36:job-43) VM state transitted from :Starting to Running
>>>with
>>> event: OperationSucceededvm's original host id: 6 new host id: 6 host
>>>id
>>> before state transition: 6
>>> 2013-04-07 00:32:41,596 DEBUG [cloud.vm.VirtualMachineManagerImpl]
>>> (Job-Executor-36:job-43) Start completed for VM
>>> VM[User|94ddc16f-04fc-4da1-8326-01d8d5cdeb44]
>>> 2013-04-07 00:32:41,601 DEBUG
>>>[network.security.SecurityGroupManagerImpl]
>>> (SecGrp-Worker-4:null) SecurityGroupManager v2: sending ruleset update
>>>for
>>> vm i-2-13-VM:ingress num rules=0:egress num rules=0 num cidrs=0
>>> sig=d41d8cd98f00b204e9800998ecf8427e
>>> 2013-04-07 00:32:41,605 DEBUG [agent.transport.Request]
>>> (SecGrp-Worker-4:null) Seq 6-324993309: Sending  { Cmd , MgmtId: 1,
>>>via: 6,
>>> Ver: v1, Flags: 100111,
>>>
>>>[{"SecurityGroupRulesCmd":{"guestIp":"192.168.56.146","vmName":"i-2-13-V
>>>M
>>>","guestMac":"06:06:fe:00:00:44","signature":"d41d8cd98f00b204e9800998ec
>>>f
>>>8427e","seqNum":1,"vmId":13,"msId":1,"ingressRuleSet":[],"egressRuleSet"
>>>:
>>>[],"wait":0}}]
>>> }
>>> 2013-04-07 00:32:41,605 DEBUG [cloud.async.AsyncJobManagerImpl]
>>> (Job-Executor-36:job-43) Complete async job-43, jobStatus: 1,
>>>resultCode:
>>> 0, result: org.apache.cloudstack.api.response.UserVmResponse@68779e71
>>> 2013-04-07 00:32:41,605 DEBUG [agent.transport.Request]
>>> (SecGrp-Worker-4:null) Seq 6-324993309: Executing:  { Cmd , MgmtId: 1,
>>>via:
>>> 6, Ver: v1, Flags: 100111,
>>>
>>>[{"SecurityGroupRulesCmd":{"guestIp":"192.168.56.146","vmName":"i-2-13-V
>>>M
>>>","guestMac":"06:06:fe:00:00:44","signature":"d41d8cd98f00b204e9800998ec
>>>f
>>>8427e","seqNum":1,"vmId":13,"msId":1,"ingressRuleSet":[],"egressRuleSet"
>>>:
>>>[],"wait":0}}]
>>> }
>>> 2013-04-07 00:32:41,606 DEBUG [agent.manager.DirectAgentAttache]
>>> (DirectAgent-275:null) Seq 6-324993309: Executing request
>>> 2013-04-07 00:32:41,611 DEBUG [cloud.async.AsyncJobManagerImpl]
>>> (Job-Executor-36:job-43) Done executing
>>> org.apache.cloudstack.api.command.user.vm.DeployVMCmd for job-43
>>> 2013-04-07 00:32:41,866 INFO  [xen.resource.CitrixResourceBase]
>>> (DirectAgent-275:null) Programmed network rules for vm i-2-13-VM
>>> guestIp=192.168.56.146, ingress numrules=0, egress numrules=0
>>> 2013-04-07 00:32:41,866 DEBUG [agent.manager.DirectAgentAttache]
>>> (DirectAgent-275:null) Seq 6-324993309: Response Received:
>>> 2013-04-07 00:32:41,866 DEBUG [agent.transport.Request]
>>> (DirectAgent-275:null) Seq 6-324993309: Processing:  { Ans: , MgmtId:
>>>1,
>>> via: 6, Ver: v1, Flags: 110,
>>>
>>>[{"SecurityGroupRuleAnswer":{"logSequenceNumber":1,"vmId":13,"reason":"N
>>>O
>>>NE","result":true,"wait":0}}]
>>> }
>>> 2013-04-07 00:32:41,866 DEBUG [network.security.SecurityGroupListener]
>>> (DirectAgent-275:null) Successfully programmed rule
>>> com.cloud.agent.api.SecurityGroupRuleAnswer into host 6
>>> 2013-04-07 00:32:41,868 DEBUG [network.security.SecurityGroupListener]
>>> (DirectAgent-275:null) Successfully programmed rule
>>> com.cloud.agent.api.SecurityGroupRuleAnswer into host 6
>>> 2013-04-07 00:32:41,869 DEBUG [agent.manager.AgentAttache]
>>> (DirectAgent-275:null) Seq 6-324993309: No more commands found
>>> 2013-04-07 00:32:42,396 DEBUG [cloud.api.ApiServlet]
>>> (1161145101@qtp-1008805148-33:null) ===START===  127.0.0.1 -- GET
>>>
>>>command=queryAsyncJobResult&jobId=00aeb7f7-459c-477e-a0a1-5d9262bc583a&r
>>>e
>>>sponse=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316362394
>>> 2013-04-07 00:32:42,406 DEBUG [cloud.async.AsyncJobManagerImpl]
>>> (1161145101@qtp-1008805148-33:null) Async job-43 completed
>>> 2013-04-07 00:32:42,412 DEBUG [cloud.api.ApiServlet]
>>> (1161145101@qtp-1008805148-33:null) ===END===  127.0.0.1 -- GET
>>>
>>>command=queryAsyncJobResult&jobId=00aeb7f7-459c-477e-a0a1-5d9262bc583a&r
>>>e
>>>sponse=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316362394
>>> 2013-04-07 00:32:45,427 DEBUG [cloud.api.ApiServlet]
>>> (1161145101@qtp-1008805148-33:null) ===START===  127.0.0.1 -- GET
>>>
>>>command=listVolumes&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA
>>>%
>>>3D&listAll=true&page=1&pagesize=20&_=1365316365425
>>> 2013-04-07 00:32:45,442 DEBUG [cloud.api.ApiServlet]
>>> (1161145101@qtp-1008805148-33:null) ===END===  127.0.0.1 -- GET
>>>
>>>command=listVolumes&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA
>>>%
>>>3D&listAll=true&page=1&pagesize=20&_=1365316365425
>>> 2013-04-07 00:32:47,667 DEBUG [cloud.api.ApiServlet]
>>> (1161145101@qtp-1008805148-33:null) ===START===  127.0.0.1 -- GET
>>>
>>>command=listVolumes&id=44d56727-6e5f-438a-8187-42adfac7c906&response=jso
>>>n
>>>&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316367665
>>> 2013-04-07 00:32:47,679 DEBUG [agent.manager.AgentManagerImpl]
>>> (AgentManager-Handler-12:null) Ping from 3
>>> 2013-04-07 00:32:47,684 DEBUG [cloud.api.ApiServlet]
>>> (1161145101@qtp-1008805148-33:null) ===END===  127.0.0.1 -- GET
>>>
>>>command=listVolumes&id=44d56727-6e5f-438a-8187-42adfac7c906&response=jso
>>>n
>>>&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316367665
>>> 2013-04-07 00:32:47,698 DEBUG [cloud.api.ApiServlet]
>>> (1161145101@qtp-1008805148-33:null) ===START===  127.0.0.1 -- GET
>>>
>>>command=listTags&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D
>>>&
>>>resourceId=44d56727-6e5f-438a-8187-42adfac7c906&resourceType=Volume&list
>>>A
>>>ll=true&_=1365316367696
>>> 2013-04-07 00:32:47,708 DEBUG [cloud.api.ApiServlet]
>>> (1161145101@qtp-1008805148-33:null) ===END===  127.0.0.1 -- GET
>>>
>>>command=listTags&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D
>>>&
>>>resourceId=44d56727-6e5f-438a-8187-42adfac7c906&resourceType=Volume&list
>>>A
>>>ll=true&_=1365316367696
>>> 2013-04-07 00:32:50,453 DEBUG
>>> [storage.secondary.SecondaryStorageManagerImpl] (secstorage-1:null)
>>>Zone 1
>>> is ready to launch secondary storage VM
>>> 2013-04-07 00:32:50,556 DEBUG
>>>[cloud.consoleproxy.ConsoleProxyManagerImpl]
>>> (consoleproxy-1:null) Zone 1 is ready to launch console proxy
>>> 2013-04-07 00:32:50,815 DEBUG
>>> [network.router.VirtualNetworkApplianceManagerImpl]
>>>(RouterMonitor-1:null)
>>> Found 0 running routers.
>>> 2013-04-07 00:32:50,820 DEBUG
>>> [network.router.VirtualNetworkApplianceManagerImpl]
>>> (RouterStatusMonitor-1:null) Found 0 routers to update status.
>>> 2013-04-07 00:32:50,821 DEBUG
>>> [network.router.VirtualNetworkApplianceManagerImpl]
>>> (RouterStatusMonitor-1:null) Found 0 networks to update RvR status.
>>> 2013-04-07 00:32:50,851 DEBUG
>>> [network.router.VirtualNetworkApplianceManagerImpl]
>>>(RouterMonitor-1:null)
>>> Found 0 running routers.
>>> 2013-04-07 00:32:50,851 DEBUG
>>> [network.router.VirtualNetworkApplianceManagerImpl]
>>> (RouterStatusMonitor-1:null) Found 0 routers to update status.
>>> 2013-04-07 00:32:50,852 DEBUG
>>> [network.router.VirtualNetworkApplianceManagerImpl]
>>> (RouterStatusMonitor-1:null) Found 0 networks to update RvR status.
>>> 2013-04-07 00:32:50,908 DEBUG
>>> [cloud.network.ExternalLoadBalancerUsageManagerImpl]
>>> (ExternalNetworkMonitor-1:null) External devices stats collector is
>>> running...
>>> 2013-04-07 00:32:50,919 DEBUG [storage.snapshot.SnapshotSchedulerImpl]
>>> (SnapshotPollTask:null) Snapshot scheduler.poll is being called at
>>> 2013-04-07 06:32:50 GMT
>>> 2013-04-07 00:32:50,920 DEBUG [storage.snapshot.SnapshotSchedulerImpl]
>>> (SnapshotPollTask:null) Got 0 snapshots to be executed at 2013-04-07
>>> 06:32:50 GMT
>>> 2013-04-07 00:32:51,462 INFO  [agent.manager.AgentMonitor]
>>> (Thread-11:null) Found the following agents behind on ping: [6, 5]
>>> 2013-04-07 00:32:51,464 DEBUG [cloud.host.Status] (Thread-11:null) Ping
>>> timeout for host 6, do invstigation
>>> 2013-04-07 00:32:51,465 DEBUG [cloud.host.Status] (Thread-11:null) Ping
>>> timeout for host 5, do invstigation
>>> 2013-04-07 00:32:51,465 INFO  [agent.manager.AgentManagerImpl]
>>> (AgentTaskPool-15:null) Investigating why host 6 has disconnected with
>>> event PingTimeout
>>> 2013-04-07 00:32:51,465 DEBUG [agent.manager.AgentManagerImpl]
>>> (AgentTaskPool-15:null) checking if agent (6) is alive
>>> 2013-04-07 00:32:51,467 INFO  [agent.manager.AgentManagerImpl]
>>> (AgentTaskPool-1:null) Investigating why host 5 has disconnected with
>>>event
>>> PingTimeout
>>> 2013-04-07 00:32:51,467 DEBUG [agent.manager.AgentManagerImpl]
>>> (AgentTaskPool-1:null) checking if agent (5) is alive
>>> 2013-04-07 00:32:51,469 DEBUG [agent.transport.Request]
>>> (AgentTaskPool-15:null) Seq 6-324993310: Sending  { Cmd , MgmtId: 1,
>>>via:
>>> 6, Ver: v1, Flags: 100011, [{"CheckHealthCommand":{"wait":50}}] }
>>> 2013-04-07 00:32:51,469 DEBUG [agent.transport.Request]
>>> (AgentTaskPool-15:null) Seq 6-324993310: Executing:  { Cmd , MgmtId: 1,
>>> via: 6, Ver: v1, Flags: 100011, [{"CheckHealthCommand":{"wait":50}}] }
>>> 2013-04-07 00:32:51,469 DEBUG [agent.manager.DirectAgentAttache]
>>> (DirectAgent-335:null) Seq 6-324993310: Executing request
>>> 2013-04-07 00:32:51,473 DEBUG [agent.transport.Request]
>>> (AgentTaskPool-1:null) Seq 5-614334814: Sending  { Cmd , MgmtId: 1,
>>>via: 5,
>>> Ver: v1, Flags: 100011, [{"CheckHealthCommand":{"wait":50}}] }
>>> 2013-04-07 00:32:51,473 DEBUG [agent.transport.Request]
>>> (AgentTaskPool-1:null) Seq 5-614334814: Executing:  { Cmd , MgmtId: 1,
>>>via:
>>> 5, Ver: v1, Flags: 100011, [{"CheckHealthCommand":{"wait":50}}] }
>>> 2013-04-07 00:32:51,473 DEBUG [agent.manager.DirectAgentAttache]
>>> (DirectAgent-30:null) Seq 5-614334814: Executing request
>>> 2013-04-07 00:32:51,536 DEBUG [agent.manager.DirectAgentAttache]
>>> (DirectAgent-335:null) Seq 6-324993310: Response Received:
>>> 2013-04-07 00:32:51,536 DEBUG [agent.manager.DirectAgentAttache]
>>> (DirectAgent-30:null) Seq 5-614334814: Response Received:
>>> 2013-04-07 00:32:51,536 DEBUG [agent.transport.Request]
>>> (DirectAgent-30:null) Seq 5-614334814: Processing:  { Ans: , MgmtId: 1,
>>> via: 5, Ver: v1, Flags: 10,
>>> [{"CheckHealthAnswer":{"result":true,"details":"resource is
>>> alive","wait":0}}] }
>>> 2013-04-07 00:32:51,536 DEBUG [agent.transport.Request]
>>> (DirectAgent-335:null) Seq 6-324993310: Processing:  { Ans: , MgmtId:
>>>1,
>>> via: 6, Ver: v1, Flags: 10,
>>> [{"CheckHealthAnswer":{"result":true,"details":"resource is
>>> alive","wait":0}}] }
>>> 2013-04-07 00:32:51,536 DEBUG [agent.transport.Request]
>>> (AgentTaskPool-1:null) Seq 5-614334814: Received:  { Ans: , MgmtId: 1,
>>>via:
>>> 5, Ver: v1, Flags: 10, { CheckHealthAnswer } }
>>> 2013-04-07 00:32:51,536 DEBUG [agent.transport.Request]
>>> (AgentTaskPool-15:null) Seq 6-324993310: Received:  { Ans: , MgmtId: 1,
>>> via: 6, Ver: v1, Flags: 10, { CheckHealthAnswer } }
>>> 2013-04-07 00:32:51,536 DEBUG [agent.manager.AgentManagerImpl]
>>> (AgentTaskPool-1:null) Details from executing class
>>> com.cloud.agent.api.CheckHealthCommand: resource is alive
>>> 2013-04-07 00:32:51,536 DEBUG [agent.manager.AgentManagerImpl]
>>> (AgentTaskPool-1:null) agent (5) responded to checkHeathCommand,
>>>reporting
>>> that agent is Up
>>> 2013-04-07 00:32:51,536 DEBUG [agent.manager.AgentManagerImpl]
>>> (AgentTaskPool-15:null) Details from executing class
>>> com.cloud.agent.api.CheckHealthCommand: resource is alive
>>> 2013-04-07 00:32:51,536 INFO  [agent.manager.AgentManagerImpl]
>>> (AgentTaskPool-1:null) The state determined is Up
>>> 2013-04-07 00:32:51,536 INFO  [agent.manager.AgentManagerImpl]
>>> (AgentTaskPool-1:null) Agent is determined to be up and running
>>> 2013-04-07 00:32:51,536 DEBUG [agent.manager.AgentManagerImpl]
>>> (AgentTaskPool-15:null) agent (6) responded to checkHeathCommand,
>>>reporting
>>> that agent is Up
>>> 2013-04-07 00:32:51,536 DEBUG [cloud.host.Status]
>>>(AgentTaskPool-1:null)
>>> Transition:[Resource state = Enabled, Agent event = Ping, Host id = 5,
>>>name
>>> = Tut-XenServer2]
>>> 2013-04-07 00:32:51,536 INFO  [agent.manager.AgentManagerImpl]
>>> (AgentTaskPool-15:null) The state determined is Up
>>> 2013-04-07 00:32:51,537 INFO  [agent.manager.AgentManagerImpl]
>>> (AgentTaskPool-15:null) Agent is determined to be up and running
>>> 2013-04-07 00:32:51,540 DEBUG [cloud.host.Status]
>>>(AgentTaskPool-1:null)
>>> Agent status update: [id = 5; name = Tut-XenServer2; old status = Up;
>>>event
>>> = Ping; new status = Up; old update count = 146; new update count =
>>>147]
>>> 2013-04-07 00:32:51,540 DEBUG [cloud.host.Status]
>>>(AgentTaskPool-15:null)
>>> Transition:[Resource state = Enabled, Agent event = Ping, Host id = 6,
>>>name
>>> = Tut-XenServer]
>>> 2013-04-07 00:32:51,542 DEBUG [cloud.host.Status]
>>>(AgentTaskPool-15:null)
>>> Agent status update: [id = 6; name = Tut-XenServer; old status = Up;
>>>event
>>> = Ping; new status = Up; old update count = 309; new update count =
>>>310]
>>> 2013-04-07 00:33:04,820 DEBUG [agent.manager.DirectAgentAttache]
>>> (DirectAgent-422:null) Ping from 6
>>> 2013-04-07 00:33:06,176 DEBUG [agent.manager.DirectAgentAttache]
>>> (DirectAgent-135:null) Ping from 5
>>> 2013-04-07 00:33:06,909 DEBUG [agent.manager.DirectAgentAttache]
>>> (DirectAgent-152:null) Seq 6-324993028: Executing request
>>> 2013-04-07 00:33:07,151 DEBUG [agent.manager.DirectAgentAttache]
>>> (DirectAgent-152:null) Seq 6-324993028: Response Received:
>>> 2013-04-07 00:33:07,151 DEBUG [agent.transport.Request]
>>> (DirectAgent-152:null) Seq 6-324993028: Processing:  { Ans: , MgmtId:
>>>1,
>>> via: 6, Ver: v1, Flags: 10,
>>>
>>>[{"ClusterSyncAnswer":{"_clusterId":2,"_newStates":{},"_isExecuted":fals
>>>e
>>>,"result":true,"wait":0}}]
>>> }
>>> 2013-04-07 00:33:11,022 DEBUG [agent.manager.DirectAgentAttache]
>>> (DirectAgent-50:null) Seq 5-614334468: Executing request
>>> 2013-04-07 00:33:11,169 DEBUG [agent.manager.DirectAgentAttache]
>>> (DirectAgent-50:null) Seq 5-614334468: Response Received:
>>> 2013-04-07 00:33:11,169 DEBUG [agent.transport.Request]
>>> (DirectAgent-50:null) Seq 5-614334468: Processing:  { Ans: , MgmtId: 1,
>>> via: 5, Ver: v1, Flags: 10, [{"Answer":{"result":true,"wait":0}}] }
>>> 2013-04-07 00:33:20,451 DEBUG
>>> [storage.secondary.SecondaryStorageManagerImpl] (secstorage-1:null)
>>>Zone 1
>>> is ready to launch secondary storage VM
>>> 2013-04-07 00:33:20,553 DEBUG
>>>[cloud.consoleproxy.ConsoleProxyManagerImpl]
>>> (consoleproxy-1:null) Zone 1 is ready to launch console proxy
>>> 2013-04-07 00:33:20,819 DEBUG
>>> [network.router.VirtualNetworkApplianceManagerImpl]
>>> (RouterStatusMonitor-1:null) Found 0 routers to update status.
>>> 2013-04-07 00:33:20,820 DEBUG
>>> [network.router.VirtualNetworkApplianceManagerImpl]
>>> (RouterStatusMonitor-1:null) Found 0 networks to update RvR status.
>>> 2013-04-07 00:33:20,851 DEBUG
>>> [network.router.VirtualNetworkApplianceManagerImpl]
>>> (RouterStatusMonitor-1:null) Found 0 routers to update status.
>>> 2013-04-07 00:33:20,852 DEBUG
>>> [network.router.VirtualNetworkApplianceManagerImpl]
>>> (RouterStatusMonitor-1:null) Found 0 networks to update RvR status.
>>> 2013-04-07 00:33:20,921 DEBUG [cloud.alert.AlertManagerImpl]
>>> (CapacityChecker:null) Running Capacity Checker ...
>>> 2013-04-07 00:33:20,921 DEBUG [cloud.alert.AlertManagerImpl]
>>> (CapacityChecker:null) recalculating system capacity
>>> 2013-04-07 00:33:20,921 DEBUG [cloud.alert.AlertManagerImpl]
>>> (CapacityChecker:null) Executing cpu/ram capacity update
>>> 2013-04-07 00:33:20,929 DEBUG [cloud.capacity.CapacityManagerImpl]
>>> (CapacityChecker:null) Found 2 VMs on host 1
>>> 2013-04-07 00:33:20,931 DEBUG [cloud.capacity.CapacityManagerImpl]
>>> (CapacityChecker:null) Found 0 VM, not running on host 1
>>> 2013-04-07 00:33:20,933 DEBUG [cloud.capacity.CapacityManagerImpl]
>>> (CapacityChecker:null) No need to calibrate cpu capacity, host:1
>>>usedCpu:
>>> 200 reservedCpu: 0
>>> 2013-04-07 00:33:20,933 DEBUG [cloud.capacity.CapacityManagerImpl]
>>> (CapacityChecker:null) No need to calibrate memory capacity, host:1
>>> usedMem: 209715200 reservedMem: 0
>>> 2013-04-07 00:33:20,939 DEBUG [cloud.capacity.CapacityManagerImpl]
>>> (CapacityChecker:null) Found 1 VMs on host 5
>>> 2013-04-07 00:33:20,940 DEBUG [cloud.capacity.CapacityManagerImpl]
>>> (CapacityChecker:null) Found 0 VM, not running on host 5
>>> 2013-04-07 00:33:20,942 DEBUG [cloud.capacity.CapacityManagerImpl]
>>> (CapacityChecker:null) No need to calibrate cpu capacity, host:5
>>>usedCpu:
>>> 100 reservedCpu: 0
>>> 2013-04-07 00:33:20,942 DEBUG [cloud.capacity.CapacityManagerImpl]
>>> (CapacityChecker:null) No need to calibrate memory capacity, host:5
>>> usedMem: 1073741824 reservedMem: 0
>>> 2013-04-07 00:33:20,948 DEBUG [cloud.capacity.CapacityManagerImpl]
>>> (CapacityChecker:null) Found 2 VMs on host 6
>>> 2013-04-07 00:33:20,949 DEBUG [cloud.capacity.CapacityManagerImpl]
>>> (CapacityChecker:null) Found 0 VM, not running on host 6
>>> 2013-04-07 00:33:20,951 DEBUG [cloud.capacity.CapacityManagerImpl]
>>> (CapacityChecker:null) No need to calibrate cpu capacity, host:6
>>>usedCpu:
>>> 200 reservedCpu: 0
>>> 2013-04-07 00:33:20,951 DEBUG [cloud.capacity.CapacityManagerImpl]
>>> (CapacityChecker:null) No need to calibrate memory capacity, host:6
>>> usedMem: 1178599424 reservedMem: 0
>>> 2013-04-07 00:33:20,951 DEBUG [cloud.alert.AlertManagerImpl]
>>> (CapacityChecker:null) Done executing cpu/ram capacity update
>>> 2013-04-07 00:33:20,951 DEBUG [cloud.alert.AlertManagerImpl]
>>> (CapacityChecker:null) Executing storage capacity update
>>> 2013-04-07 00:33:20,956 DEBUG [cloud.storage.StorageManagerImpl]
>>> (CapacityChecker:null) Successfully set Capacity - 31004332032 for
>>>capacity
>>> type - 9 , DataCenterId - 1, HostOrPoolId - 200, PodId 1
>>> 2013-04-07 00:33:20,959 DEBUG [cloud.storage.StorageManagerImpl]
>>> (CapacityChecker:null) Successfully set Capacity - 97221701632 for
>>>capacity
>>> type - 9 , DataCenterId - 1, HostOrPoolId - 201, PodId 1
>>> 2013-04-07 00:33:20,963 DEBUG [cloud.storage.StorageManagerImpl]
>>> (CapacityChecker:null) Successfully set Capacity - 97221701632 for
>>>capacity
>>> type - 9 , DataCenterId - 1, HostOrPoolId - 202, PodId 1
>>> 2013-04-07 00:33:20,967 DEBUG [cloud.storage.StorageManagerImpl]
>>> (CapacityChecker:null) Successfully set Capacity - 2084569088 for
>>>capacity
>>> type - 3 , DataCenterId - 1, HostOrPoolId - 256, PodId 1
>>> 2013-04-07 00:33:20,971 DEBUG [cloud.storage.StorageManagerImpl]
>>> (CapacityChecker:null) Successfully set Capacity - 2084569088 for
>>>capacity
>>> type - 3 , DataCenterId - 1, HostOrPoolId - 257, PodId 1
>>> 2013-04-07 00:33:20,975 DEBUG [cloud.storage.StorageManagerImpl]
>>> (CapacityChecker:null) Successfully set Capacity - 2084569088 for
>>>capacity
>>> type - 3 , DataCenterId - 1, HostOrPoolId - 262, PodId 1
>>> 2013-04-07 00:33:20,975 DEBUG [cloud.alert.AlertManagerImpl]
>>> (CapacityChecker:null) Done executing storage capacity update
>>> 2013-04-07 00:33:20,975 DEBUG [cloud.alert.AlertManagerImpl]
>>> (CapacityChecker:null) Executing capacity updates for public ip and
>>>Vlans
>>> 2013-04-07 00:33:20,983 DEBUG [cloud.alert.AlertManagerImpl]
>>> (CapacityChecker:null) Done capacity updates for public ip and Vlans
>>> 2013-04-07 00:33:20,983 DEBUG [cloud.alert.AlertManagerImpl]
>>> (CapacityChecker:null) Executing capacity updates for private ip
>>> 2013-04-07 00:33:20,990 DEBUG [cloud.alert.AlertManagerImpl]
>>> (CapacityChecker:null) Done executing capacity updates for private ip
>>> 2013-04-07 00:33:20,990 DEBUG [cloud.alert.AlertManagerImpl]
>>> (CapacityChecker:null) Done recalculating system capacity
>>> 2013-04-07 00:33:21,012 DEBUG [cloud.alert.AlertManagerImpl]
>>> (CapacityChecker:null) Done running Capacity Checker ...
>>> 2013-04-07 00:33:24,891 DEBUG [agent.manager.AgentManagerImpl]
>>> (AgentManager-Handler-13:null) Ping from 4
>>> 2013-04-07 00:33:27,159 DEBUG [agent.manager.DirectAgentAttache]
>>> (DirectAgent-459:null) Ping from 1
>>> 2013-04-07 00:33:29,095 DEBUG [agent.manager.DirectAgentAttache]
>>> (DirectAgent-457:null) Seq 1-90046472: Executing request
>>> 2013-04-07 00:33:29,329 DEBUG [agent.manager.DirectAgentAttache]
>>> (DirectAgent-457:null) Seq 1-90046472: Response Received:
>>> 2013-04-07 00:33:29,330 DEBUG [agent.transport.Request]
>>> (DirectAgent-457:null) Seq 1-90046472: Processing:  { Ans: , MgmtId: 1,
>>> via: 1, Ver: v1, Flags: 10,
>>>
>>>[{"ClusterSyncAnswer":{"_clusterId":1,"_newStates":{},"_isExecuted":fals
>>>e
>>>,"result":true,"wait":0}}]
>>> }
>>> 2013-04-07 00:33:33,192 DEBUG [cloud.api.ApiServlet]
>>> (1161145101@qtp-1008805148-33:null) ===START===  127.0.0.1 -- GET
>>>
>>>command=listVirtualMachines&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnR
>>>R
>>>fl8GoVA%3D&listAll=true&page=1&pagesize=20&_=1365316413189
>>> 2013-04-07 00:33:33,210 DEBUG [cloud.api.ApiServlet]
>>> (1161145101@qtp-1008805148-33:null) ===END===  127.0.0.1 -- GET
>>>
>>>command=listVirtualMachines&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnR
>>>R
>>>fl8GoVA%3D&listAll=true&page=1&pagesize=20&_=1365316413189
>>> 2013-04-07 00:33:35,033 DEBUG [cloud.api.ApiServlet]
>>> (1161145101@qtp-1008805148-33:null) ===START===  127.0.0.1 -- GET
>>>
>>>command=listZones&available=true&response=json&sessionkey=Z6QqzU0Fq1iT13
>>>b
>>>MgnRRfl8GoVA%3D&_=1365316415031
>>> 2013-04-07 00:33:35,040 DEBUG [cloud.api.ApiServlet]
>>> (1161145101@qtp-1008805148-33:null) ===END===  127.0.0.1 -- GET
>>>
>>>command=listZones&available=true&response=json&sessionkey=Z6QqzU0Fq1iT13
>>>b
>>>MgnRRfl8GoVA%3D&_=1365316415031
>>> 2013-04-07 00:33:36,745 DEBUG [cloud.api.ApiServlet]
>>> (1161145101@qtp-1008805148-33:null) ===START===  127.0.0.1 -- GET
>>>
>>>command=listHypervisors&zoneid=3a62dec3-cf95-4ba2-9af0-af2190af35e3&resp
>>>o
>>>nse=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316416743
>>> 2013-04-07 00:33:36,753 DEBUG [cloud.api.ApiServlet]
>>> (1161145101@qtp-1008805148-33:null) ===END===  127.0.0.1 -- GET
>>>
>>>command=listHypervisors&zoneid=3a62dec3-cf95-4ba2-9af0-af2190af35e3&resp
>>>o
>>>nse=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316416743
>>> 2013-04-07 00:33:36,756 DEBUG [cloud.api.ApiServlet]
>>> (1161145101@qtp-1008805148-33:null) ===START===  127.0.0.1 -- GET
>>>
>>>command=listTemplates&templatefilter=featured&zoneid=3a62dec3-cf95-4ba2-
>>>9
>>>af0-af2190af35e3&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D
>>>&
>>>_=1365316416754
>>> 2013-04-07 00:33:36,781 DEBUG [cloud.api.ApiServlet]
>>> (1161145101@qtp-1008805148-33:null) ===END===  127.0.0.1 -- GET
>>>
>>>command=listTemplates&templatefilter=featured&zoneid=3a62dec3-cf95-4ba2-
>>>9
>>>af0-af2190af35e3&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D
>>>&
>>>_=1365316416754
>>> 2013-04-07 00:33:36,784 DEBUG [cloud.api.ApiServlet]
>>> (1161145101@qtp-1008805148-33:null) ===START===  127.0.0.1 -- GET
>>>
>>>command=listTemplates&templatefilter=community&zoneid=3a62dec3-cf95-4ba2
>>>-
>>>9af0-af2190af35e3&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3
>>>D
>>>&_=1365316416782
>>> 2013-04-07 00:33:36,812 DEBUG [cloud.api.ApiServlet]
>>> (1161145101@qtp-1008805148-33:null) ===END===  127.0.0.1 -- GET
>>>
>>>command=listTemplates&templatefilter=community&zoneid=3a62dec3-cf95-4ba2
>>>-
>>>9af0-af2190af35e3&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3
>>>D
>>>&_=1365316416782
>>> 2013-04-07 00:33:36,815 DEBUG [cloud.api.ApiServlet]
>>> (1161145101@qtp-1008805148-33:null) ===START===  127.0.0.1 -- GET
>>>
>>>command=listTemplates&templatefilter=selfexecutable&zoneid=3a62dec3-cf95
>>>-
>>>4ba2-9af0-af2190af35e3&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8G
>>>o
>>>VA%3D&_=1365316416813
>>> 2013-04-07 00:33:36,829 DEBUG [cloud.api.ApiServlet]
>>> (1161145101@qtp-1008805148-33:null) ===END===  127.0.0.1 -- GET
>>>
>>>command=listTemplates&templatefilter=selfexecutable&zoneid=3a62dec3-cf95
>>>-
>>>4ba2-9af0-af2190af35e3&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8G
>>>o
>>>VA%3D&_=1365316416813
>>> 2013-04-07 00:33:37,503 DEBUG [cloud.api.ApiServlet]
>>> (1161145101@qtp-1008805148-33:null) ===START===  127.0.0.1 -- GET
>>>
>>>command=listServiceOfferings&issystem=false&response=json&sessionkey=Z6Q
>>>q
>>>zU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316417501
>>> 2013-04-07 00:33:37,514 DEBUG [cloud.api.ApiServlet]
>>> (1161145101@qtp-1008805148-33:null) ===END===  127.0.0.1 -- GET
>>>
>>>command=listServiceOfferings&issystem=false&response=json&sessionkey=Z6Q
>>>q
>>>zU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316417501
>>> 2013-04-07 00:33:41,151 DEBUG [cloud.api.ApiServlet]
>>> (1161145101@qtp-1008805148-33:null) ===START===  127.0.0.1 -- GET
>>>
>>>command=listDiskOfferings&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRf
>>>l
>>>8GoVA%3D&_=1365316421149
>>> 2013-04-07 00:33:41,162 DEBUG [cloud.api.ApiServlet]
>>> (1161145101@qtp-1008805148-33:null) ===END===  127.0.0.1 -- GET
>>>
>>>command=listDiskOfferings&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRf
>>>l
>>>8GoVA%3D&_=1365316421149
>>> 2013-04-07 00:33:41,970 DEBUG [cloud.api.ApiServlet]
>>> (1161145101@qtp-1008805148-33:null) ===START===  127.0.0.1 -- GET
>>>
>>>command=listNetworks&trafficType=Guest&zoneId=3a62dec3-cf95-4ba2-9af0-af
>>>2
>>>190af35e3&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365
>>>3
>>>16421968
>>> 2013-04-07 00:33:41,994 DEBUG [cloud.api.ApiServlet]
>>> (1161145101@qtp-1008805148-33:null) ===END===  127.0.0.1 -- GET
>>>
>>>command=listNetworks&trafficType=Guest&zoneId=3a62dec3-cf95-4ba2-9af0-af
>>>2
>>>190af35e3&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365
>>>3
>>>16421968
>>> 2013-04-07 00:33:41,997 DEBUG [cloud.api.ApiServlet]
>>> (1161145101@qtp-1008805148-33:null) ===START===  127.0.0.1 -- GET
>>>
>>>command=listSecurityGroups&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRR
>>>f
>>>l8GoVA%3D&domainid=e4ec5ddc-9e1c-11e2-a770-6e70e42a2333&account=admin&_=
>>>1
>>>365316421995
>>> 2013-04-07 00:33:42,003 DEBUG [cloud.user.AccountManagerImpl]
>>> (1161145101@qtp-1008805148-33:null) Access granted to Acct[2-admin] to
>>> Domain:1/ by DomainChecker
>>> 2013-04-07 00:33:42,009 DEBUG [cloud.api.ApiServlet]
>>> (1161145101@qtp-1008805148-33:null) ===END===  127.0.0.1 -- GET
>>>
>>>command=listSecurityGroups&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRR
>>>f
>>>l8GoVA%3D&domainid=e4ec5ddc-9e1c-11e2-a770-6e70e42a2333&account=admin&_=
>>>1
>>>365316421995
>>> 2013-04-07 00:33:44,477 DEBUG [cloud.api.ApiServlet]
>>> (1161145101@qtp-1008805148-33:null) ===START===  127.0.0.1 -- GET
>>>
>>>command=deployVirtualMachine&zoneId=3a62dec3-cf95-4ba2-9af0-af2190af35e3
>>>&
>>>templateId=e4a7df4a-9e1c-11e2-a770-6e70e42a2333&hypervisor=XenServer&ser
>>>v
>>>iceOfferingId=9c1e08a2-2dfe-4fa8-aea9-3e4955a69cc2&response=json&session
>>>k
>>>ey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316424475
>>> 2013-04-07 00:33:44,484 DEBUG [cloud.api.ApiDispatcher]
>>> (1161145101@qtp-1008805148-33:null) InfrastructureEntity name
>>> is:com.cloud.offering.ServiceOffering
>>> 2013-04-07 00:33:44,486 DEBUG [cloud.api.ApiDispatcher]
>>> (1161145101@qtp-1008805148-33:null) ControlledEntity name
>>> is:com.cloud.template.VirtualMachineTemplate
>>> 2013-04-07 00:33:44,510 DEBUG [cloud.vm.UserVmManagerImpl]
>>> (1161145101@qtp-1008805148-33:null) Allocating in the DB for vm
>>> 2013-04-07 00:33:44,523 DEBUG [cloud.vm.VirtualMachineManagerImpl]
>>> (1161145101@qtp-1008805148-33:null) Allocating entries for VM:
>>> VM[User|a30b991d-1c38-4bae-803f-ab3be57a384f]
>>> 2013-04-07 00:33:44,523 DEBUG [cloud.vm.VirtualMachineManagerImpl]
>>> (1161145101@qtp-1008805148-33:null) Allocating nics for
>>> VM[User|a30b991d-1c38-4bae-803f-ab3be57a384f]
>>> 2013-04-07 00:33:44,524 DEBUG [cloud.network.NetworkManagerImpl]
>>> (1161145101@qtp-1008805148-33:null) Allocating nic for vm
>>> VM[User|a30b991d-1c38-4bae-803f-ab3be57a384f] in network
>>>Ntwk[204|Guest|6]
>>> with requested profile NicProfile[0-0-null-null-null
>>> 2013-04-07 00:33:44,531 DEBUG [cloud.vm.VirtualMachineManagerImpl]
>>> (1161145101@qtp-1008805148-33:null) Allocaing disks for
>>> VM[User|a30b991d-1c38-4bae-803f-ab3be57a384f]
>>> 2013-04-07 00:33:44,538 DEBUG [cloud.vm.VirtualMachineManagerImpl]
>>> (1161145101@qtp-1008805148-33:null) Allocation completed for VM:
>>> VM[User|a30b991d-1c38-4bae-803f-ab3be57a384f]
>>> 2013-04-07 00:33:44,538 DEBUG [cloud.vm.UserVmManagerImpl]
>>> (1161145101@qtp-1008805148-33:null) Successfully allocated DB entry for
>>> VM[User|a30b991d-1c38-4bae-803f-ab3be57a384f]
>>> 2013-04-07 00:33:44,571 DEBUG [cloud.async.AsyncJobManagerImpl]
>>> (1161145101@qtp-1008805148-33:null) submit async job-44, details:
>>> AsyncJobVO {id:44, userId: 2, accountId: 2, sessionKey: null,
>>>instanceType:
>>> null, instanceId: 14, cmd:
>>> org.apache.cloudstack.api.command.user.vm.DeployVMCmd, cmdOriginator:
>>>null,
>>> cmdInfo:
>>>
>>>{"id":"14","templateId":"e4a7df4a-9e1c-11e2-a770-6e70e42a2333","response
>>>"
>>>:"json","sessionkey":"Z6QqzU0Fq1iT13bMgnRRfl8GoVA\u003d","ctxUserId":"2"
>>>,
>>>"hypervisor":"XenServer","serviceOfferingId":"9c1e08a2-2dfe-4fa8-aea9-3e
>>>4
>>>955a69cc2","_":"1365316424475","ctxAccountId":"2","ctxStartEventId":"49"
>>>,
>>>"zoneId":"3a62dec3-cf95-4ba2-9af0-af2190af35e3"},
>>> cmdVersion: 0, callbackType: 0, callbackAddress: null, status: 0,
>>> processStatus: 0, resultCode: 0, result: null, initMsid: 1,
>>>completeMsid:
>>> null, lastUpdated: null, lastPolled: null, created: null}
>>> 2013-04-07 00:33:44,572 DEBUG [cloud.async.AsyncJobManagerImpl]
>>> (Job-Executor-37:job-44) Executing
>>> org.apache.cloudstack.api.command.user.vm.DeployVMCmd for job-44
>>> 2013-04-07 00:33:44,573 DEBUG [cloud.api.ApiServlet]
>>> (1161145101@qtp-1008805148-33:null) ===END===  127.0.0.1 -- GET
>>>
>>>command=deployVirtualMachine&zoneId=3a62dec3-cf95-4ba2-9af0-af2190af35e3
>>>&
>>>templateId=e4a7df4a-9e1c-11e2-a770-6e70e42a2333&hypervisor=XenServer&ser
>>>v
>>>iceOfferingId=9c1e08a2-2dfe-4fa8-aea9-3e4955a69cc2&response=json&session
>>>k
>>>ey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316424475
>>> 2013-04-07 00:33:44,578 DEBUG [cloud.api.ApiDispatcher]
>>> (Job-Executor-37:job-44) InfrastructureEntity name
>>> is:com.cloud.offering.ServiceOffering
>>> 2013-04-07 00:33:44,581 DEBUG [cloud.api.ApiDispatcher]
>>> (Job-Executor-37:job-44) ControlledEntity name
>>> is:com.cloud.template.VirtualMachineTemplate
>>> 2013-04-07 00:33:44,624 DEBUG [cloud.deploy.FirstFitPlanner]
>>> (Job-Executor-37:job-44) DeploymentPlanner allocation algorithm: random
>>> 2013-04-07 00:33:44,624 DEBUG [cloud.deploy.FirstFitPlanner]
>>> (Job-Executor-37:job-44) Trying to allocate a host and storage pools
>>>from
>>> dc:1, pod:null,cluster:null, requested cpu: 100, requested ram:
>>>1073741824
>>> 2013-04-07 00:33:44,624 DEBUG [cloud.deploy.FirstFitPlanner]
>>> (Job-Executor-37:job-44) Is ROOT volume READY (pool already
>>>allocated)?: No
>>> 2013-04-07 00:33:44,624 DEBUG [cloud.deploy.FirstFitPlanner]
>>> (Job-Executor-37:job-44) Searching all possible resources under this
>>>Zone: 1
>>> 2013-04-07 00:33:44,625 DEBUG [cloud.deploy.FirstFitPlanner]
>>> (Job-Executor-37:job-44) Listing clusters in order of aggregate
>>>capacity,
>>> that have (atleast one host with) enough CPU and RAM capacity under
>>>this
>>> Zone: 1
>>> 2013-04-07 00:33:44,626 DEBUG [cloud.deploy.FirstFitPlanner]
>>> (Job-Executor-37:job-44) CPUOverprovisioningFactor considered: 1.0
>>> 2013-04-07 00:33:44,638 DEBUG [cloud.deploy.FirstFitPlanner]
>>> (Job-Executor-37:job-44) Cannot allocate cluster list [1, 2] for vm
>>> creation since their allocated percentage crosses the disable capacity
>>> threshold: 0.85 for capacity Type : 0, skipping these clusters
>>> 2013-04-07 00:33:44,639 DEBUG [cloud.deploy.FirstFitPlanner]
>>> (Job-Executor-37:job-44) Could not find suitable Deployment
>>>Destination
>>>for
>>> this VM under any clusters, returning.
>>> 2013-04-07 00:33:44,641 DEBUG [cloud.vm.UserVmManagerImpl]
>>> (Job-Executor-37:job-44) Destroying vm
>>> VM[User|a30b991d-1c38-4bae-803f-ab3be57a384f] as it failed to create on
>>> Host with Id:null
>>> 2013-04-07 00:33:44,646 DEBUG [cloud.capacity.CapacityManagerImpl]
>>> (Job-Executor-37:job-44) VM state transitted from :Stopped to Error
>>>with
>>> event: OperationFailedToErrorvm's original host id: null new host id:
>>>null
>>> host id before state transition: null
>>> 2013-04-07 00:33:44,672 INFO  [user.vm.DeployVMCmd]
>>> (Job-Executor-37:job-44)
>>> com.cloud.exception.InsufficientServerCapacityException: Unable to
>>>create a
>>> deployment for
>>>VM[User|a30b991d-1c38-4bae-803f-ab3be57a384f]Scope=interface
>>> com.cloud.dc.DataCenter; id=1
>>> 2013-04-07 00:33:44,672 INFO  [user.vm.DeployVMCmd]
>>> (Job-Executor-37:job-44) Unable to create a deployment for
>>> VM[User|a30b991d-1c38-4bae-803f-ab3be57a384f]
>>> com.cloud.exception.InsufficientServerCapacityException: Unable to
>>>create
>>> a deployment for
>>> VM[User|a30b991d-1c38-4bae-803f-ab3be57a384f]Scope=interface
>>> com.cloud.dc.DataCenter; id=1
>>>  at
>>>
>>>org.apache.cloudstack.engine.cloud.entity.api.VMEntityManagerImpl.reserv
>>>e
>>>VirtualMachine(VMEntityManagerImpl.java:186)
>>> at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
>>>  at
>>>
>>>sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.jav
>>>a
>>>:39)
>>> at
>>>
>>>sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessor
>>>I
>>>mpl.java:25)
>>>  at java.lang.reflect.Method.invoke(Method.java:597)
>>> at
>>>
>>>org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(
>>>A
>>>opUtils.java:319)
>>>  at
>>>
>>>org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinp
>>>o
>>>int(ReflectiveMethodInvocation.java:183)
>>> at
>>>
>>>org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(Ref
>>>l
>>>ectiveMethodInvocation.java:150)
>>>  at
>>>
>>>org.springframework.aop.aspectj.MethodInvocationProceedingJoinPoint.proc
>>>e
>>>ed(MethodInvocationProceedingJoinPoint.java:80)
>>> at
>>>
>>>com.cloud.utils.db.TransactionContextBuilder.AroundAnyMethod(Transaction
>>>C
>>>ontextBuilder.java:37)
>>>  at sun.reflect.GeneratedMethodAccessor37.invoke(Unknown Source)
>>> at
>>>
>>>sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessor
>>>I
>>>mpl.java:25)
>>>  at java.lang.reflect.Method.invoke(Method.java:597)
>>> at
>>>
>>>org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod
>>>W
>>>ithGivenArgs(AbstractAspectJAdvice.java:621)
>>>  at
>>>
>>>org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod
>>>(
>>>AbstractAspectJAdvice.java:610)
>>> at
>>>
>>>org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAround
>>>A
>>>dvice.java:65)
>>>  at
>>>
>>>org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(Ref
>>>l
>>>ectiveMethodInvocation.java:172)
>>> at
>>>
>>>org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(E
>>>x
>>>poseInvocationInterceptor.java:90)
>>>  at
>>>
>>>org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(Ref
>>>l
>>>ectiveMethodInvocation.java:172)
>>> at
>>>
>>>org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAo
>>>p
>>>Proxy.java:202)
>>>  at com.sun.proxy.$Proxy297.reserveVirtualMachine(Unknown Source)
>>> at
>>>
>>>org.apache.cloudstack.engine.cloud.entity.api.VirtualMachineEntityImpl.r
>>>e
>>>serve(VirtualMachineEntityImpl.java:198)
>>>  at
>>>
>>>com.cloud.vm.UserVmManagerImpl.startVirtualMachine(UserVmManagerImpl.jav
>>>a
>>>:3859)
>>> at
>>>
>>>com.cloud.vm.UserVmManagerImpl.startVirtualMachine(UserVmManagerImpl.jav
>>>a
>>>:3458)
>>>  at
>>>
>>>com.cloud.vm.UserVmManagerImpl.startVirtualMachine(UserVmManagerImpl.jav
>>>a
>>>:3444)
>>> at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
>>>  at
>>>
>>>sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.jav
>>>a
>>>:39)
>>> at
>>>
>>>sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessor
>>>I
>>>mpl.java:25)
>>>  at java.lang.reflect.Method.invoke(Method.java:597)
>>> at
>>>
>>>org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(
>>>A
>>>opUtils.java:319)
>>>  at
>>>
>>>org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinp
>>>o
>>>int(ReflectiveMethodInvocation.java:183)
>>> at
>>>
>>>org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(Ref
>>>l
>>>ectiveMethodInvocation.java:150)
>>>  at
>>>
>>>org.springframework.aop.aspectj.MethodInvocationProceedingJoinPoint.proc
>>>e
>>>ed(MethodInvocationProceedingJoinPoint.java:80)
>>> at
>>>
>>>com.cloud.event.ActionEventInterceptor.AroundAnyMethod(ActionEventInterc
>>>e
>>>ptor.java:53)
>>>  at sun.reflect.GeneratedMethodAccessor359.invoke(Unknown Source)
>>> at
>>>
>>>sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessor
>>>I
>>>mpl.java:25)
>>>  at java.lang.reflect.Method.invoke(Method.java:597)
>>> at
>>>
>>>org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod
>>>W
>>>ithGivenArgs(AbstractAspectJAdvice.java:621)
>>>  at
>>>
>>>org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod
>>>(
>>>AbstractAspectJAdvice.java:610)
>>> at
>>>
>>>org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAround
>>>A
>>>dvice.java:65)
>>>  at
>>>
>>>org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(Ref
>>>l
>>>ectiveMethodInvocation.java:161)
>>> at
>>>
>>>org.springframework.aop.aspectj.MethodInvocationProceedingJoinPoint.proc
>>>e
>>>ed(MethodInvocationProceedingJoinPoint.java:80)
>>>  at
>>>
>>>com.cloud.utils.db.TransactionContextBuilder.AroundAnyMethod(Transaction
>>>C
>>>ontextBuilder.java:37)
>>> at sun.reflect.GeneratedMethodAccessor37.invoke(Unknown Source)
>>>  at
>>>
>>>sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessor
>>>I
>>>mpl.java:25)
>>> at java.lang.reflect.Method.invoke(Method.java:597)
>>>  at
>>>
>>>org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod
>>>W
>>>ithGivenArgs(AbstractAspectJAdvice.java:621)
>>> at
>>>
>>>org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod
>>>(
>>>AbstractAspectJAdvice.java:610)
>>>  at
>>>
>>>org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAround
>>>A
>>>dvice.java:65)
>>> at
>>>
>>>org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(Ref
>>>l
>>>ectiveMethodInvocation.java:172)
>>>  at
>>>
>>>org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(E
>>>x
>>>poseInvocationInterceptor.java:90)
>>> at
>>>
>>>org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(Ref
>>>l
>>>ectiveMethodInvocation.java:172)
>>>  at
>>>
>>>org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAo
>>>p
>>>Proxy.java:202)
>>> at com.sun.proxy.$Proxy263.startVirtualMachine(Unknown Source)
>>>  at
>>>
>>>org.apache.cloudstack.api.command.user.vm.DeployVMCmd.execute(DeployVMCm
>>>d
>>>.java:379)
>>> at com.cloud.api.ApiDispatcher.dispatch(ApiDispatcher.java:163)
>>>  at net.sf.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204)
>>> at
>>>
>>>org.springframework.aop.framework.Cglib2AopProxy$CglibMethodInvocation.i
>>>n
>>>vokeJoinpoint(Cglib2AopProxy.java:689)
>>>  at
>>>
>>>org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(Ref
>>>l
>>>ectiveMethodInvocation.java:150)
>>> at
>>>
>>>org.springframework.aop.aspectj.MethodInvocationProceedingJoinPoint.proc
>>>e
>>>ed(MethodInvocationProceedingJoinPoint.java:80)
>>>  at
>>>
>>>com.cloud.utils.db.TransactionContextBuilder.AroundAnyMethod(Transaction
>>>C
>>>ontextBuilder.java:37)
>>> at sun.reflect.GeneratedMethodAccessor37.invoke(Unknown Source)
>>>  at
>>>
>>>sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessor
>>>I
>>>mpl.java:25)
>>> at java.lang.reflect.Method.invoke(Method.java:597)
>>>  at
>>>
>>>org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod
>>>W
>>>ithGivenArgs(AbstractAspectJAdvice.java:621)
>>> at
>>>
>>>org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod
>>>(
>>>AbstractAspectJAdvice.java:610)
>>>  at
>>>
>>>org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAround
>>>A
>>>dvice.java:65)
>>> at
>>>
>>>org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(Ref
>>>l
>>>ectiveMethodInvocation.java:172)
>>>  at
>>>
>>>org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(E
>>>x
>>>poseInvocationInterceptor.java:90)
>>> at
>>>
>>>org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(Ref
>>>l
>>>ectiveMethodInvocation.java:172)
>>>  at
>>>
>>>org.springframework.aop.framework.Cglib2AopProxy$DynamicAdvisedIntercept
>>>o
>>>r.intercept(Cglib2AopProxy.java:622)
>>> at
>>>com.cloud.async.AsyncJobManagerImpl$1.run(AsyncJobManagerImpl.java:437)
>>>  at
>>> java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:439)
>>> at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:303)
>>>  at java.util.concurrent.FutureTask.run(FutureTask.java:138)
>>> at
>>>
>>>java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecuto
>>>r
>>>.java:895)
>>>  at
>>>
>>>java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.ja
>>>v
>>>a:918)
>>> at java.lang.Thread.run(Thread.java:680)
>>> 2013-04-07 00:33:44,674 DEBUG [cloud.async.AsyncJobManagerImpl]
>>> (Job-Executor-37:job-44) Complete async job-44, jobStatus: 2,
>>>resultCode:
>>> 530, result: Error Code: 533 Error text: Unable to create a deployment
>>>for
>>> VM[User|a30b991d-1c38-4bae-803f-ab3be57a384f]
>>> 2013-04-07 00:33:47,591 DEBUG [cloud.api.ApiServlet]
>>> (1161145101@qtp-1008805148-33:null) ===START===  127.0.0.1 -- GET
>>>
>>>command=queryAsyncJobResult&jobId=8dd191cc-2709-4223-aee5-3ecd759d4afd&r
>>>e
>>>sponse=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316427589
>>> 2013-04-07 00:33:47,601 DEBUG [cloud.async.AsyncJobManagerImpl]
>>> (1161145101@qtp-1008805148-33:null) Async job-44 completed
>>> 2013-04-07 00:33:47,605 DEBUG [cloud.api.ApiServlet]
>>> (1161145101@qtp-1008805148-33:null) ===END===  127.0.0.1 -- GET
>>>
>>>command=queryAsyncJobResult&jobId=8dd191cc-2709-4223-aee5-3ecd759d4afd&r
>>>e
>>>sponse=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316427589
>>> 2013-04-07 00:33:47,608 DEBUG [cloud.api.ApiServlet]
>>> (1161145101@qtp-1008805148-33:null) ===START===  127.0.0.1 -- GET
>>>
>>>command=listVirtualMachines&id=a30b991d-1c38-4bae-803f-ab3be57a384f&resp
>>>o
>>>nse=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316427606
>>> 2013-04-07 00:33:47,621 DEBUG [cloud.api.ApiServlet]
>>> (1161145101@qtp-1008805148-33:null) ===END===  127.0.0.1 -- GET
>>>
>>>command=listVirtualMachines&id=a30b991d-1c38-4bae-803f-ab3be57a384f&resp
>>>o
>>>nse=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316427606
>>> 2013-04-07 00:33:47,678 DEBUG [agent.manager.AgentManagerImpl]
>>> (AgentManager-Handler-14:null) Ping from 3
>>> 2013-04-07 00:33:50,451 DEBUG
>>> [storage.secondary.SecondaryStorageManagerImpl] (secstorage-1:null)
>>>Zone 1
>>> is ready to launch secondary storage VM
>>> 2013-04-07 00:33:50,559 DEBUG
>>>[cloud.consoleproxy.ConsoleProxyManagerImpl]
>>> (consoleproxy-1:null) Zone 1 is ready to launch console proxy
>>> 2013-04-07 00:33:50,819 DEBUG
>>> [network.router.VirtualNetworkApplianceManagerImpl]
>>> (RouterStatusMonitor-1:null) Found 0 routers to update status.
>>> 2013-04-07 00:33:50,820 DEBUG
>>> [network.router.VirtualNetworkApplianceManagerImpl]
>>> (RouterStatusMonitor-1:null) Found 0 networks to update RvR status.
>>> 2013-04-07 00:33:50,851 DEBUG
>>> [network.router.VirtualNetworkApplianceManagerImpl]
>>> (RouterStatusMonitor-1:null) Found 0 routers to update status.
>>> 2013-04-07 00:33:50,852 DEBUG
>>> [network.router.VirtualNetworkApplianceManagerImpl]
>>> (RouterStatusMonitor-1:null) Found 0 networks to update RvR status.
>>> 2013-04-07 00:33:51,465 INFO  [agent.manager.AgentMonitor]
>>> (Thread-11:null) Found the following agents behind on ping: [6, 5]
>>> 2013-04-07 00:33:51,467 DEBUG [cloud.host.Status] (Thread-11:null) Ping
>>> timeout for host 6, do invstigation
>>> 2013-04-07 00:33:51,468 DEBUG [cloud.host.Status] (Thread-11:null) Ping
>>> timeout for host 5, do invstigation
>>> 2013-04-07 00:33:51,468 INFO  [agent.manager.AgentManagerImpl]
>>> (AgentTaskPool-4:null) Investigating why host 6 has disconnected with
>>>event
>>> PingTimeout
>>> 2013-04-07 00:33:51,468 DEBUG [agent.manager.AgentManagerImpl]
>>> (AgentTaskPool-4:null) checking if agent (6) is alive
>>> 2013-04-07 00:33:51,469 INFO  [agent.manager.AgentManagerImpl]
>>> (AgentTaskPool-3:null) Investigating why host 5 has disconnected with
>>>event
>>> PingTimeout
>>> 2013-04-07 00:33:51,470 DEBUG [agent.manager.AgentManagerImpl]
>>> (AgentTaskPool-3:null) checking if agent (5) is alive
>>> 2013-04-07 00:33:51,471 DEBUG [agent.transport.Request]
>>> (AgentTaskPool-4:null) Seq 6-324993311: Sending  { Cmd , MgmtId: 1,
>>>via: 6,
>>> Ver: v1, Flags: 100011, [{"CheckHealthCommand":{"wait":50}}] }
>>> 2013-04-07 00:33:51,471 DEBUG [agent.transport.Request]
>>> (AgentTaskPool-4:null) Seq 6-324993311: Executing:  { Cmd , MgmtId: 1,
>>>via:
>>> 6, Ver: v1, Flags: 100011, [{"CheckHealthCommand":{"wait":50}}] }
>>> 2013-04-07 00:33:51,472 DEBUG [agent.manager.DirectAgentAttache]
>>> (DirectAgent-448:null) Seq 6-324993311: Executing request
>>> 2013-04-07 00:33:51,473 DEBUG [agent.transport.Request]
>>> (AgentTaskPool-3:null) Seq 5-614334815: Sending  { Cmd , MgmtId: 1,
>>>via: 5,
>>> Ver: v1, Flags: 100011, [{"CheckHealthCommand":{"wait":50}}] }
>>> 2013-04-07 00:33:51,473 DEBUG [agent.transport.Request]
>>> (AgentTaskPool-3:null) Seq 5-614334815: Executing:  { Cmd , MgmtId: 1,
>>>via:
>>> 5, Ver: v1, Flags: 100011, [{"CheckHealthCommand":{"wait":50}}] }
>>> 2013-04-07 00:33:51,473 DEBUG [agent.manager.DirectAgentAttache]
>>> (DirectAgent-261:null) Seq 5-614334815: Executing request
>>> 2013-04-07 00:33:51,527 DEBUG [agent.manager.DirectAgentAttache]
>>> (DirectAgent-448:null) Seq 6-324993311: Response Received:
>>> 2013-04-07 00:33:51,527 DEBUG [agent.transport.Request]
>>> (DirectAgent-448:null) Seq 6-324993311: Processing:  { Ans: , MgmtId:
>>>1,
>>> via: 6, Ver: v1, Flags: 10,
>>> [{"CheckHealthAnswer":{"result":true,"details":"resource is
>>> alive","wait":0}}] }
>>> 2013-04-07 00:33:51,527 DEBUG [agent.transport.Request]
>>> (AgentTaskPool-4:null) Seq 6-324993311: Received:  { Ans: , MgmtId: 1,
>>>via:
>>> 6, Ver: v1, Flags: 10, { CheckHealthAnswer } }
>>> 2013-04-07 00:33:51,528 DEBUG [agent.manager.AgentManagerImpl]
>>> (AgentTaskPool-4:null) Details from executing class
>>> com.cloud.agent.api.CheckHealthCommand: resource is alive
>>> 2013-04-07 00:33:51,528 DEBUG [agent.manager.AgentManagerImpl]
>>> (AgentTaskPool-4:null) agent (6) responded to checkHeathCommand,
>>>reporting
>>> that agent is Up
>>> 2013-04-07 00:33:51,528 INFO  [agent.manager.AgentManagerImpl]
>>> (AgentTaskPool-4:null) The state determined is Up
>>> 2013-04-07 00:33:51,528 INFO  [agent.manager.AgentManagerImpl]
>>> (AgentTaskPool-4:null) Agent is determined to be up and running
>>> 2013-04-07 00:33:51,528 DEBUG [cloud.host.Status]
>>>(AgentTaskPool-4:null)
>>> Transition:[Resource state = Enabled, Agent event = Ping, Host id = 6,
>>>name
>>> = Tut-XenServer]
>>> 2013-04-07 00:33:51,531 DEBUG [cloud.host.Status]
>>>(AgentTaskPool-4:null)
>>> Agent status update: [id = 6; name = Tut-XenServer; old status = Up;
>>>event
>>> = Ping; new status = Up; old update count = 310; new update count =
>>>311]
>>> 2013-04-07 00:33:51,531 DEBUG [agent.manager.DirectAgentAttache]
>>> (DirectAgent-261:null) Seq 5-614334815: Response Received:
>>> 2013-04-07 00:33:51,531 DEBUG [agent.transport.Request]
>>> (DirectAgent-261:null) Seq 5-614334815: Processing:  { Ans: , MgmtId:
>>>1,
>>> via: 5, Ver: v1, Flags: 10,
>>> [{"CheckHealthAnswer":{"result":true,"details":"resource is
>>> alive","wait":0}}] }
>>> 2013-04-07 00:33:51,531 DEBUG [agent.transport.Request]
>>> (AgentTaskPool-3:null) Seq 5-614334815: Received:  { Ans: , MgmtId: 1,
>>>via:
>>> 5, Ver: v1, Flags: 10, { CheckHealthAnswer } }
>>> 2013-04-07 00:33:51,532 DEBUG [agent.manager.AgentManagerImpl]
>>> (AgentTaskPool-3:null) Details from executing class
>>> com.cloud.agent.api.CheckHealthCommand: resource is alive
>>> 2013-04-07 00:33:51,532 DEBUG [agent.manager.AgentManagerImpl]
>>> (AgentTaskPool-3:null) agent (5) responded to checkHeathCommand,
>>>reporting
>>> that agent is Up
>>> 2013-04-07 00:33:51,532 INFO  [agent.manager.AgentManagerImpl]
>>> (AgentTaskPool-3:null) The state determined is Up
>>> 2013-04-07 00:33:51,532 INFO  [agent.manager.AgentManagerImpl]
>>> (AgentTaskPool-3:null) Agent is determined to be up and running
>>> 2013-04-07 00:33:51,532 DEBUG [cloud.host.Status]
>>>(AgentTaskPool-3:null)
>>> Transition:[Resource state = Enabled, Agent event = Ping, Host id = 5,
>>>name
>>> = Tut-XenServer2]
>>> 2013-04-07 00:33:51,535 DEBUG [cloud.host.Status]
>>>(AgentTaskPool-3:null)
>>> Agent status update: [id = 5; name = Tut-XenServer2; old status = Up;
>>>event
>>> = Ping; new status = Up; old update count = 147; new update count =
>>>148]
>>> 2013-04-07 00:34:04,860 DEBUG [agent.manager.DirectAgentAttache]
>>> (DirectAgent-239:null) Ping from 6
>>> 2013-04-07 00:34:06,170 DEBUG [agent.manager.DirectAgentAttache]
>>> (DirectAgent-185:null) Ping from 5
>>> 2013-04-07 00:34:06,909 DEBUG [agent.manager.DirectAgentAttache]
>>> (DirectAgent-461:null) Seq 6-324993028: Executing request
>>> 2013-04-07 00:34:07,107 DEBUG [agent.manager.DirectAgentAttache]
>>> (DirectAgent-461:null) Seq 6-324993028: Response Received:
>>> 2013-04-07 00:34:07,107 DEBUG [agent.transport.Request]
>>> (DirectAgent-461:null) Seq 6-324993028: Processing:  { Ans: , MgmtId:
>>>1,
>>> via: 6, Ver: v1, Flags: 10,
>>>
>>>[{"ClusterSyncAnswer":{"_clusterId":2,"_newStates":{},"_isExecuted":fals
>>>e
>>>,"result":true,"wait":0}}]
>>> }
>>> 2013-04-07 00:34:11,023 DEBUG [agent.manager.DirectAgentAttache]
>>> (DirectAgent-450:null) Seq 5-614334468: Executing request
>>> 2013-04-07 00:34:11,168 DEBUG [agent.manager.DirectAgentAttache]
>>> (DirectAgent-450:null) Seq 5-614334468: Response Received:
>>> 2013-04-07 00:34:11,168 DEBUG [agent.transport.Request]
>>> (DirectAgent-450:null) Seq 5-614334468: Processing:  { Ans: , MgmtId:
>>>1,
>>> via: 5, Ver: v1, Flags: 10, [{"Answer":{"result":true,"wait":0}}] }
>>> 2013-04-07 00:34:20,451 DEBUG
>>> [storage.secondary.SecondaryStorageManagerImpl] (secstorage-1:null)
>>>Zone 1
>>> is ready to launch secondary storage VM
>>> 2013-04-07 00:34:20,553 DEBUG
>>>[cloud.consoleproxy.ConsoleProxyManagerImpl]
>>> (consoleproxy-1:null) Zone 1 is ready to launch console proxy
>>> 2013-04-07 00:34:20,820 DEBUG
>>> [network.router.VirtualNetworkApplianceManagerImpl]
>>> (RouterStatusMonitor-1:null) Found 0 routers to update status.
>>> 2013-04-07 00:34:20,821 DEBUG
>>> [network.router.VirtualNetworkApplianceManagerImpl]
>>> (RouterStatusMonitor-1:null) Found 0 networks to update RvR status.
>>> 2013-04-07 00:34:20,850 DEBUG
>>> [network.router.VirtualNetworkApplianceManagerImpl]
>>> (RouterStatusMonitor-1:null) Found 0 routers to update status.
>>> 2013-04-07 00:34:20,851 DEBUG
>>> [network.router.VirtualNetworkApplianceManagerImpl]
>>> (RouterStatusMonitor-1:null) Found 0 networks to update RvR status.
>>> 2013-04-07 00:34:24,891 DEBUG [agent.manager.AgentManagerImpl]
>>> (AgentManager-Handler-15:null) Ping from 4
>>> 2013-04-07 00:34:27,175 DEBUG [agent.manager.DirectAgentAttache]
>>> (DirectAgent-126:null) Ping from 1
>>> 2013-04-07 00:34:29,095 DEBUG [agent.manager.DirectAgentAttache]
>>> (DirectAgent-182:null) Seq 1-90046472: Executing request
>>> 2013-04-07 00:34:29,323 DEBUG [agent.manager.DirectAgentAttache]
>>> (DirectAgent-182:null) Seq 1-90046472: Response Received:
>>> 2013-04-07 00:34:29,323 DEBUG [agent.transport.Request]
>>> (DirectAgent-182:null) Seq 1-90046472: Processing:  { Ans: , MgmtId: 1,
>>> via: 1, Ver: v1, Flags: 10,
>>>
>>>[{"ClusterSyncAnswer":{"_clusterId":1,"_newStates":{},"_isExecuted":fals
>>>e
>>>,"result":true,"wait":0}}]
>>> }
>>> 2013-04-07 00:34:36,532 DEBUG [cloud.api.ApiServlet]
>>> (1161145101@qtp-1008805148-33:null) ===START===  127.0.0.1 -- GET
>>>
>>>command=listVolumes&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA
>>>%
>>>3D&listAll=true&page=1&pagesize=20&_=1365316476530
>>> 2013-04-07 00:34:36,548 DEBUG [cloud.api.ApiServlet]
>>> (1161145101@qtp-1008805148-33:null) ===END===  127.0.0.1 -- GET
>>>
>>>command=listVolumes&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA
>>>%
>>>3D&listAll=true&page=1&pagesize=20&_=1365316476530
>>> 2013-04-07 00:34:39,285 DEBUG [cloud.api.ApiServlet]
>>> (1161145101@qtp-1008805148-33:null) ===START===  127.0.0.1 -- GET
>>>
>>>command=listVolumes&id=44d56727-6e5f-438a-8187-42adfac7c906&response=jso
>>>n
>>>&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316479283
>>> 2013-04-07 00:34:39,309 DEBUG [cloud.api.ApiServlet]
>>> (1161145101@qtp-1008805148-33:null) ===END===  127.0.0.1 -- GET
>>>
>>>command=listVolumes&id=44d56727-6e5f-438a-8187-42adfac7c906&response=jso
>>>n
>>>&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316479283
>>> 2013-04-07 00:34:39,325 DEBUG [cloud.api.ApiServlet]
>>> (1161145101@qtp-1008805148-33:null) ===START===  127.0.0.1 -- GET
>>>
>>>command=listTags&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D
>>>&
>>>resourceId=44d56727-6e5f-438a-8187-42adfac7c906&resourceType=Volume&list
>>>A
>>>ll=true&_=1365316479323
>>> 2013-04-07 00:34:39,334 DEBUG [cloud.api.ApiServlet]
>>> (1161145101@qtp-1008805148-33:null) ===END===  127.0.0.1 -- GET
>>>
>>>command=listTags&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D
>>>&
>>>resourceId=44d56727-6e5f-438a-8187-42adfac7c906&resourceType=Volume&list
>>>A
>>>ll=true&_=1365316479323
>>> 2013-04-07 00:34:47,678 DEBUG [agent.manager.AgentManagerImpl]
>>> (AgentManager-Handler-1:null) Ping from 3
>>> 2013-04-07 00:34:50,455 DEBUG
>>> [storage.secondary.SecondaryStorageManagerImpl] (secstorage-1:null)
>>>Zone 1
>>> is ready to launch secondary storage VM
>>> 2013-04-07 00:34:50,557 DEBUG
>>>[cloud.consoleproxy.ConsoleProxyManagerImpl]
>>> (consoleproxy-1:null) Zone 1 is ready to launch console proxy
>>> 2013-04-07 00:34:50,820 DEBUG
>>> [network.router.VirtualNetworkApplianceManagerImpl]
>>> (RouterStatusMonitor-1:null) Found 0 routers to update status.
>>> 2013-04-07 00:34:50,821 DEBUG
>>> [network.router.VirtualNetworkApplianceManagerImpl]
>>> (RouterStatusMonitor-1:null) Found 0 networks to update RvR status.
>>> 2013-04-07 00:34:50,850 DEBUG
>>> [network.router.VirtualNetworkApplianceManagerImpl]
>>> (RouterStatusMonitor-1:null) Found 0 routers to update status.
>>> 2013-04-07 00:34:50,851 DEBUG
>>> [network.router.VirtualNetworkApplianceManagerImpl]
>>> (RouterStatusMonitor-1:null) Found 0 networks to update RvR status.
>>> 2013-04-07 00:34:51,468 INFO  [agent.manager.AgentMonitor]
>>> (Thread-11:null) Found the following agents behind on ping: [6, 5]
>>> 2013-04-07 00:34:51,470 DEBUG [cloud.host.Status] (Thread-11:null) Ping
>>> timeout for host 6, do invstigation
>>> 2013-04-07 00:34:51,471 DEBUG [cloud.host.Status] (Thread-11:null) Ping
>>> timeout for host 5, do invstigation
>>> 2013-04-07 00:34:51,472 INFO  [agent.manager.AgentManagerImpl]
>>> (AgentTaskPool-5:null) Investigating why host 6 has disconnected with
>>>event
>>> PingTimeout
>>> 2013-04-07 00:34:51,472 DEBUG [agent.manager.AgentManagerImpl]
>>> (AgentTaskPool-5:null) checking if agent (6) is alive
>>> 2013-04-07 00:34:51,473 INFO  [agent.manager.AgentManagerImpl]
>>> (AgentTaskPool-6:null) Investigating why host 5 has disconnected with
>>>event
>>> PingTimeout
>>> 2013-04-07 00:34:51,473 DEBUG [agent.manager.AgentManagerImpl]
>>> (AgentTaskPool-6:null) checking if agent (5) is alive
>>> 2013-04-07 00:34:51,475 DEBUG [agent.transport.Request]
>>> (AgentTaskPool-5:null) Seq 6-324993312: Sending  { Cmd , MgmtId: 1,
>>>via: 6,
>>> Ver: v1, Flags: 100011, [{"CheckHealthCommand":{"wait":50}}] }
>>> 2013-04-07 00:34:51,475 DEBUG [agent.transport.Request]
>>> (AgentTaskPool-5:null) Seq 6-324993312: Executing:  { Cmd , MgmtId: 1,
>>>via:
>>> 6, Ver: v1, Flags: 100011, [{"CheckHealthCommand":{"wait":50}}] }
>>> 2013-04-07 00:34:51,475 DEBUG [agent.manager.DirectAgentAttache]
>>> (DirectAgent-42:null) Seq 6-324993312: Executing request
>>> 2013-04-07 00:34:51,476 DEBUG [agent.transport.Request]
>>> (AgentTaskPool-6:null) Seq 5-614334816: Sending  { Cmd , MgmtId: 1,
>>>via: 5,
>>> Ver: v1, Flags: 100011, [{"CheckHealthCommand":{"wait":50}}] }
>>> 2013-04-07 00:34:51,476 DEBUG [agent.transport.Request]
>>> (AgentTaskPool-6:null) Seq 5-614334816: Executing:  { Cmd , MgmtId: 1,
>>>via:
>>> 5, Ver: v1, Flags: 100011, [{"CheckHealthCommand":{"wait":50}}] }
>>> 2013-04-07 00:34:51,477 DEBUG [agent.manager.DirectAgentAttache]
>>> (DirectAgent-164:null) Seq 5-614334816: Executing request
>>> 2013-04-07 00:34:51,534 DEBUG [agent.manager.DirectAgentAttache]
>>> (DirectAgent-164:null) Seq 5-614334816: Response Received:
>>> 2013-04-07 00:34:51,535 DEBUG [agent.transport.Request]
>>> (DirectAgent-164:null) Seq 5-614334816: Processing:  { Ans: , MgmtId:
>>>1,
>>> via: 5, Ver: v1, Flags: 10,
>>> [{"CheckHealthAnswer":{"result":true,"details":"resource is
>>> alive","wait":0}}] }
>>> 2013-04-07 00:34:51,535 DEBUG [agent.transport.Request]
>>> (AgentTaskPool-6:null) Seq 5-614334816: Received:  { Ans: , MgmtId: 1,
>>>via:
>>> 5, Ver: v1, Flags: 10, { CheckHealthAnswer } }
>>> 2013-04-07 00:34:51,535 DEBUG [agent.manager.AgentManagerImpl]
>>> (AgentTaskPool-6:null) Details from executing class
>>> com.cloud.agent.api.CheckHealthCommand: resource is alive
>>> 2013-04-07 00:34:51,535 DEBUG [agent.manager.AgentManagerImpl]
>>> (AgentTaskPool-6:null) agent (5) responded to checkHeathCommand,
>>>reporting
>>> that agent is Up
>>> 2013-04-07 00:34:51,535 INFO  [agent.manager.AgentManagerImpl]
>>> (AgentTaskPool-6:null) The state determined is Up
>>> 2013-04-07 00:34:51,535 INFO  [agent.manager.AgentManagerImpl]
>>> (AgentTaskPool-6:null) Agent is determined to be up and running
>>> 2013-04-07 00:34:51,535 DEBUG [cloud.host.Status]
>>>(AgentTaskPool-6:null)
>>> Transition:[Resource state = Enabled, Agent event = Ping, Host id = 5,
>>>name
>>> = Tut-XenServer2]
>>> 2013-04-07 00:34:51,538 DEBUG [cloud.host.Status]
>>>(AgentTaskPool-6:null)
>>> Agent status update: [id = 5; name = Tut-XenServer2; old status = Up;
>>>event
>>> = Ping; new status = Up; old update count = 148; new update count =
>>>149]
>>> 2013-04-07 00:34:51,539 DEBUG [agent.manager.DirectAgentAttache]
>>> (DirectAgent-42:null) Seq 6-324993312: Response Received:
>>> 2013-04-07 00:34:51,539 DEBUG [agent.transport.Request]
>>> (DirectAgent-42:null) Seq 6-324993312: Processing:  { Ans: , MgmtId: 1,
>>> via: 6, Ver: v1, Flags: 10,
>>> [{"CheckHealthAnswer":{"result":true,"details":"resource is
>>> alive","wait":0}}] }
>>> 2013-04-07 00:34:51,539 DEBUG [agent.transport.Request]
>>> (AgentTaskPool-5:null) Seq 6-324993312: Received:  { Ans: , MgmtId: 1,
>>>via:
>>> 6, Ver: v1, Flags: 10, { CheckHealthAnswer } }
>>> 2013-04-07 00:34:51,539 DEBUG [agent.manager.AgentManagerImpl]
>>> (AgentTaskPool-5:null) Details from executing class
>>> com.cloud.agent.api.CheckHealthCommand: resource is alive
>>> 2013-04-07 00:34:51,539 DEBUG [agent.manager.AgentManagerImpl]
>>> (AgentTaskPool-5:null) agent (6) responded to checkHeathCommand,
>>>reporting
>>> that agent is Up
>>> 2013-04-07 00:34:51,539 INFO  [agent.manager.AgentManagerImpl]
>>> (AgentTaskPool-5:null) The state determined is Up
>>> 2013-04-07 00:34:51,539 INFO  [agent.manager.AgentManagerImpl]
>>> (AgentTaskPool-5:null) Agent is determined to be up and running
>>> 2013-04-07 00:34:51,539 DEBUG [cloud.host.Status]
>>>(AgentTaskPool-5:null)
>>> Transition:[Resource state = Enabled, Agent event = Ping, Host id = 6,
>>>name
>>> = Tut-XenServer]
>>> 2013-04-07 00:34:51,542 DEBUG [cloud.host.Status]
>>>(AgentTaskPool-5:null)
>>> Agent status update: [id = 6; name = Tut-XenServer; old status = Up;
>>>event
>>> = Ping; new status = Up; old update count = 311; new update count =
>>>312]
>>> 2013-04-07 00:34:54,349 INFO  [cloud.vm.UserVmManagerImpl]
>>> (UserVm-Scavenger-1:null) Found 1 vms to expunge.
>>> 2013-04-07 00:34:54,349 DEBUG [cloud.vm.VirtualMachineManagerImpl]
>>> (UserVm-Scavenger-1:null) Stopped called on
>>> VM[User|a30b991d-1c38-4bae-803f-ab3be57a384f] but the state is Error
>>> 2013-04-07 00:34:54,352 DEBUG [cloud.capacity.CapacityManagerImpl]
>>> (UserVm-Scavenger-1:null) VM state transitted from :Error to Expunging
>>>with
>>> event: ExpungeOperationvm's original host id: null new host id: null
>>>host
>>> id before state transition: null
>>> 2013-04-07 00:34:54,352 DEBUG [cloud.vm.VirtualMachineManagerImpl]
>>> (UserVm-Scavenger-1:null) Destroying vm
>>> VM[User|a30b991d-1c38-4bae-803f-ab3be57a384f]
>>> 2013-04-07 00:34:54,352 DEBUG [cloud.vm.VirtualMachineManagerImpl]
>>> (UserVm-Scavenger-1:null) Cleaning up NICS
>>> 2013-04-07 00:34:54,352 DEBUG [cloud.network.NetworkManagerImpl]
>>> (UserVm-Scavenger-1:null) Cleaning network for vm: 14
>>> 2013-04-07 00:34:54,360 DEBUG [network.guru.DirectNetworkGuru]
>>> (UserVm-Scavenger-1:null) Deallocate network: networkId: 204, ip: null
>>> 2013-04-07 00:34:54,362 DEBUG [cloud.network.NetworkManagerImpl]
>>> (UserVm-Scavenger-1:null) Removed nic id=20
>>> 2013-04-07 00:34:54,362 DEBUG [cloud.storage.StorageManagerImpl]
>>> (UserVm-Scavenger-1:null) Cleaning storage for vm: 14
>>> 2013-04-07 00:34:54,363 DEBUG [cloud.storage.StorageManagerImpl]
>>> (UserVm-Scavenger-1:null) Expunging Vol[14|vm=14|ROOT]
>>> 2013-04-07 00:34:54,365 DEBUG [cloud.storage.StorageManagerImpl]
>>> (UserVm-Scavenger-1:null) Marking volume that was never created as
>>> destroyed: Vol[14|vm=14|ROOT]
>>> 2013-04-07 00:34:54,368 DEBUG [cloud.vm.VirtualMachineManagerImpl]
>>> (UserVm-Scavenger-1:null) Expunged
>>> VM[User|a30b991d-1c38-4bae-803f-ab3be57a384f]
>>> 2013-04-07 00:34:54,368 DEBUG [cloud.vm.UserVmManagerImpl]
>>> (UserVm-Scavenger-1:null) Starting cleaning up vm
>>> VM[User|a30b991d-1c38-4bae-803f-ab3be57a384f] resources...
>>> 2013-04-07 00:34:54,371 INFO
>>>[network.security.SecurityGroupManagerImpl]
>>> (UserVm-Scavenger-1:null) Disassociated 1 network groups  from uservm
>>>14
>>> 2013-04-07 00:34:54,372 DEBUG
>>>[network.security.SecurityGroupManagerImpl]
>>> (UserVm-Scavenger-1:null) Security group mappings are removed
>>>successfully
>>> for vm id=14
>>> 2013-04-07 00:34:54,376 DEBUG [network.firewall.FirewallManagerImpl]
>>> (UserVm-Scavenger-1:null) No firewall rules are found for vm id=14
>>> 2013-04-07 00:34:54,376 DEBUG [cloud.vm.UserVmManagerImpl]
>>> (UserVm-Scavenger-1:null) Firewall rules are removed successfully as a
>>>part
>>> of vm id=14 expunge
>>> 2013-04-07 00:34:54,378 DEBUG [network.rules.RulesManagerImpl]
>>> (UserVm-Scavenger-1:null) No port forwarding rules are found for vm
>>>id=14
>>> 2013-04-07 00:34:54,378 DEBUG [cloud.vm.UserVmManagerImpl]
>>> (UserVm-Scavenger-1:null) Port forwarding rules are removed
>>>successfully as
>>> a part of vm id=14 expunge
>>> 2013-04-07 00:34:54,379 DEBUG [cloud.vm.UserVmManagerImpl]
>>> (UserVm-Scavenger-1:null) Removed vm id=14 from all load balancers as a
>>> part of expunge process
>>> 2013-04-07 00:34:54,379 DEBUG [cloud.vm.UserVmManagerImpl]
>>> (UserVm-Scavenger-1:null) Successfully cleaned up vm
>>> VM[User|a30b991d-1c38-4bae-803f-ab3be57a384f] resources as a part of
>>> expunge process
>>> 2013-04-07 00:34:54,873 DEBUG [cloud.api.ApiServlet]
>>> (1161145101@qtp-1008805148-33:null) ===START===  127.0.0.1 -- GET
>>>
>>>command=listVirtualMachines&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnR
>>>R
>>>fl8GoVA%3D&listAll=true&page=1&pagesize=20&_=1365316494871
>>> 2013-04-07 00:34:54,891 DEBUG [cloud.api.ApiServlet]
>>> (1161145101@qtp-1008805148-33:null) ===END===  127.0.0.1 -- GET
>>>
>>>command=listVirtualMachines&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnR
>>>R
>>>fl8GoVA%3D&listAll=true&page=1&pagesize=20&_=1365316494871
>>> 2013-04-07 00:34:57,672 DEBUG [cloud.api.ApiServlet]
>>> (1161145101@qtp-1008805148-33:null) ===START===  127.0.0.1 -- GET
>>>
>>>command=listZones&id=3a62dec3-cf95-4ba2-9af0-af2190af35e3&response=json&
>>>s
>>>essionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316497670
>>> 2013-04-07 00:34:57,679 DEBUG [cloud.api.ApiServlet]
>>> (1161145101@qtp-1008805148-33:null) ===END===  127.0.0.1 -- GET
>>>
>>>command=listZones&id=3a62dec3-cf95-4ba2-9af0-af2190af35e3&response=json&
>>>s
>>>essionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316497670
>>> 2013-04-07 00:34:57,683 DEBUG [cloud.api.ApiServlet]
>>> (1161145101@qtp-1008805148-33:null) ===START===  127.0.0.1 -- GET
>>>
>>>command=listNetworks&id=9d28211f-440e-4233-86d1-214b404074eb&response=js
>>>o
>>>n&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316497681
>>> 2013-04-07 00:34:57,708 DEBUG [cloud.api.ApiServlet]
>>> (1161145101@qtp-1008805148-33:null) ===END===  127.0.0.1 -- GET
>>>
>>>command=listNetworks&id=9d28211f-440e-4233-86d1-214b404074eb&response=js
>>>o
>>>n&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316497681
>>> 2013-04-07 00:34:57,714 DEBUG [cloud.api.ApiServlet]
>>> (1161145101@qtp-1008805148-33:null) ===START===  127.0.0.1 -- GET
>>>
>>>command=listVirtualMachines&id=94ddc16f-04fc-4da1-8326-01d8d5cdeb44&resp
>>>o
>>>nse=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316497712
>>> 2013-04-07 00:34:57,731 DEBUG [cloud.api.ApiServlet]
>>> (1161145101@qtp-1008805148-33:null) ===END===  127.0.0.1 -- GET
>>>
>>>command=listVirtualMachines&id=94ddc16f-04fc-4da1-8326-01d8d5cdeb44&resp
>>>o
>>>nse=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316497712
>>> 2013-04-07 00:34:57,738 DEBUG [cloud.api.ApiServlet]
>>> (1161145101@qtp-1008805148-33:null) ===START===  127.0.0.1 -- GET
>>>
>>>command=listOsTypes&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA
>>>%
>>>3D&_=1365316497736
>>> 2013-04-07 00:34:57,754 DEBUG [cloud.api.ApiServlet]
>>> (1109449945@qtp-1008805148-34:null) ===START===  127.0.0.1 -- GET
>>>
>>>command=listTags&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D
>>>&
>>>resourceId=94ddc16f-04fc-4da1-8326-01d8d5cdeb44&resourceType=UserVm&list
>>>A
>>>ll=true&_=1365316497750
>>> 2013-04-07 00:34:57,763 DEBUG [cloud.api.ApiServlet]
>>> (1109449945@qtp-1008805148-34:null) ===END===  127.0.0.1 -- GET
>>>
>>>command=listTags&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D
>>>&
>>>resourceId=94ddc16f-04fc-4da1-8326-01d8d5cdeb44&resourceType=UserVm&list
>>>A
>>>ll=true&_=1365316497750
>>> 2013-04-07 00:34:57,889 DEBUG [cloud.api.ApiServlet]
>>> (1161145101@qtp-1008805148-33:null) ===END===  127.0.0.1 -- GET
>>>
>>>command=listOsTypes&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA
>>>%
>>>3D&_=1365316497736
>>> 2013-04-07 00:35:01,051 DEBUG [cloud.api.ApiServlet]
>>> (1109449945@qtp-1008805148-34:null) ===START===  127.0.0.1 -- GET
>>>
>>>command=listServiceOfferings&response=json&sessionkey=Z6QqzU0Fq1iT13bMgn
>>>R
>>>Rfl8GoVA%3D&listAll=true&page=1&pagesize=20&issystem=false&_=13653165010
>>>4
>>>7
>>> 2013-04-07 00:35:01,064 DEBUG [cloud.api.ApiServlet]
>>> (1109449945@qtp-1008805148-34:null) ===END===  127.0.0.1 -- GET
>>>
>>>command=listServiceOfferings&response=json&sessionkey=Z6QqzU0Fq1iT13bMgn
>>>R
>>>Rfl8GoVA%3D&listAll=true&page=1&pagesize=20&issystem=false&_=13653165010
>>>4
>>>7
>>> 2013-04-07 00:35:03,427 DEBUG [cloud.api.ApiServlet]
>>> (1109449945@qtp-1008805148-34:null) ===START===  127.0.0.1 -- GET
>>>
>>>command=listServiceOfferings&response=json&sessionkey=Z6QqzU0Fq1iT13bMgn
>>>R
>>>Rfl8GoVA%3D&issystem=false&id=425cf3cf-4bc4-4e53-82a0-ba6c20dd3688&_=136
>>>5
>>>316503425
>>> 2013-04-07 00:35:03,439 DEBUG [cloud.api.ApiServlet]
>>> (1109449945@qtp-1008805148-34:null) ===END===  127.0.0.1 -- GET
>>>
>>>command=listServiceOfferings&response=json&sessionkey=Z6QqzU0Fq1iT13bMgn
>>>R
>>>Rfl8GoVA%3D&issystem=false&id=425cf3cf-4bc4-4e53-82a0-ba6c20dd3688&_=136
>>>5
>>>316503425
>>> 2013-04-07 00:35:04,848 DEBUG [agent.manager.DirectAgentAttache]
>>> (DirectAgent-349:null) Ping from 6
>>> 2013-04-07 00:35:06,206 DEBUG [agent.manager.DirectAgentAttache]
>>> (DirectAgent-292:null) Ping from 5
>>> 2013-04-07 00:35:06,909 DEBUG [agent.manager.DirectAgentAttache]
>>> (DirectAgent-334:null) Seq 6-324993028: Executing request
>>> 2013-04-07 00:35:07,112 DEBUG [agent.manager.DirectAgentAttache]
>>> (DirectAgent-334:null) Seq 6-324993028: Response Received:
>>> 2013-04-07 00:35:07,112 DEBUG [agent.transport.Request]
>>> (DirectAgent-334:null) Seq 6-324993028: Processing:  { Ans: , MgmtId:
>>>1,
>>> via: 6, Ver: v1, Flags: 10,
>>>
>>>[{"ClusterSyncAnswer":{"_clusterId":2,"_newStates":{},"_isExecuted":fals
>>>e
>>>,"result":true,"wait":0}}]
>>> }
>>> 2013-04-07 00:35:08,821 DEBUG [cloud.api.ApiServlet]
>>> (1109449945@qtp-1008805148-34:null) ===START===  127.0.0.1 -- GET
>>>
>>>command=listConfigurations&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRR
>>>f
>>>l8GoVA%3D&page=1&pagesize=20&_=1365316508819
>>> 2013-04-07 00:35:08,845 DEBUG [cloud.api.ApiServlet]
>>> (1109449945@qtp-1008805148-34:null) ===END===  127.0.0.1 -- GET
>>>
>>>command=listConfigurations&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRR
>>>f
>>>l8GoVA%3D&page=1&pagesize=20&_=1365316508819
>>> 2013-04-07 00:35:10,407 DEBUG [cloud.api.ApiServlet]
>>> (1109449945@qtp-1008805148-34:null) ===START===  127.0.0.1 -- GET
>>>
>>>command=listZones&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3
>>>D
>>>&_=1365316510405
>>> 2013-04-07 00:35:10,416 DEBUG [cloud.api.ApiServlet]
>>> (1109449945@qtp-1008805148-34:null) ===END===  127.0.0.1 -- GET
>>>
>>>command=listZones&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3
>>>D
>>>&_=1365316510405
>>> 2013-04-07 00:35:10,429 DEBUG [cloud.api.ApiServlet]
>>> (1109449945@qtp-1008805148-34:null) ===START===  127.0.0.1 -- GET
>>>
>>>command=listPods&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D
>>>&
>>>page=1&pagesize=1&_=1365316510426
>>> 2013-04-07 00:35:10,436 DEBUG [cloud.api.ApiServlet]
>>> (1109449945@qtp-1008805148-34:null) ===END===  127.0.0.1 -- GET
>>>
>>>command=listPods&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D
>>>&
>>>page=1&pagesize=1&_=1365316510426
>>> 2013-04-07 00:35:10,440 DEBUG [cloud.api.ApiServlet]
>>> (1109449945@qtp-1008805148-34:null) ===START===  127.0.0.1 -- GET
>>>
>>>command=listClusters&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoV
>>>A
>>>%3D&page=1&pagesize=1&_=1365316510438
>>> 2013-04-07 00:35:10,448 DEBUG [cloud.api.ApiServlet]
>>> (1109449945@qtp-1008805148-34:null) ===END===  127.0.0.1 -- GET
>>>
>>>command=listClusters&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoV
>>>A
>>>%3D&page=1&pagesize=1&_=1365316510438
>>> 2013-04-07 00:35:10,451 DEBUG [cloud.api.ApiServlet]
>>> (1109449945@qtp-1008805148-34:null) ===START===  127.0.0.1 -- GET
>>>
>>>command=listHosts&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3
>>>D
>>>&type=routing&page=1&pagesize=1&_=1365316510449
>>> 2013-04-07 00:35:10,456 DEBUG [api.query.QueryManagerImpl]
>>> (1109449945@qtp-1008805148-34:null) >>>Searching for hosts>>>
>>> 2013-04-07 00:35:10,461 DEBUG [api.query.QueryManagerImpl]
>>> (1109449945@qtp-1008805148-34:null) >>>Generating Response>>>
>>> 2013-04-07 00:35:10,466 DEBUG [cloud.api.ApiServlet]
>>> (1109449945@qtp-1008805148-34:null) ===END===  127.0.0.1 -- GET
>>>
>>>command=listHosts&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3
>>>D
>>>&type=routing&page=1&pagesize=1&_=1365316510449
>>> 2013-04-07 00:35:10,470 DEBUG [cloud.api.ApiServlet]
>>> (1109449945@qtp-1008805148-34:null) ===START===  127.0.0.1 -- GET
>>>
>>>command=listStoragePools&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl
>>>8
>>>GoVA%3D&page=1&pagesize=1&_=1365316510468
>>> 2013-04-07 00:35:10,479 DEBUG [cloud.api.ApiServlet]
>>> (1109449945@qtp-1008805148-34:null) ===END===  127.0.0.1 -- GET
>>>
>>>command=listStoragePools&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl
>>>8
>>>GoVA%3D&page=1&pagesize=1&_=1365316510468
>>> 2013-04-07 00:35:10,483 DEBUG [cloud.api.ApiServlet]
>>> (1109449945@qtp-1008805148-34:null) ===START===  127.0.0.1 -- GET
>>>
>>>command=listHosts&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3
>>>D
>>>&type=SecondaryStorage&page=1&pagesize=1&_=1365316510481
>>> 2013-04-07 00:35:10,488 DEBUG [api.query.QueryManagerImpl]
>>> (1109449945@qtp-1008805148-34:null) >>>Searching for hosts>>>
>>> 2013-04-07 00:35:10,493 DEBUG [api.query.QueryManagerImpl]
>>> (1109449945@qtp-1008805148-34:null) >>>Generating Response>>>
>>> 2013-04-07 00:35:10,494 DEBUG [cloud.api.ApiServlet]
>>> (1109449945@qtp-1008805148-34:null) ===END===  127.0.0.1 -- GET
>>>
>>>command=listHosts&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3
>>>D
>>>&type=SecondaryStorage&page=1&pagesize=1&_=1365316510481
>>> 2013-04-07 00:35:10,500 DEBUG [cloud.api.ApiServlet]
>>> (1109449945@qtp-1008805148-34:null) ===START===  127.0.0.1 -- GET
>>>
>>>command=listSystemVms&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8Go
>>>V
>>>A%3D&page=1&pagesize=1&_=1365316510496
>>> 2013-04-07 00:35:10,564 DEBUG [cloud.api.ApiServlet]
>>> (1109449945@qtp-1008805148-34:null) ===END===  127.0.0.1 -- GET
>>>
>>>command=listSystemVms&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8Go
>>>V
>>>A%3D&page=1&pagesize=1&_=1365316510496
>>> 2013-04-07 00:35:10,568 DEBUG [cloud.api.ApiServlet]
>>> (1109449945@qtp-1008805148-34:null) ===START===  127.0.0.1 -- GET
>>>
>>>command=listRouters&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA
>>>%
>>>3D&projectid=-1&page=1&pagesize=1&_=1365316510566
>>> 2013-04-07 00:35:10,576 DEBUG [cloud.api.ApiServlet]
>>> (1109449945@qtp-1008805148-34:null) ===END===  127.0.0.1 -- GET
>>>
>>>command=listRouters&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA
>>>%
>>>3D&projectid=-1&page=1&pagesize=1&_=1365316510566
>>> 2013-04-07 00:35:10,579 DEBUG [cloud.api.ApiServlet]
>>> (1109449945@qtp-1008805148-34:null) ===START===  127.0.0.1 -- GET
>>>
>>>command=listRouters&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA
>>>%
>>>3D&listAll=true&page=1&pagesize=1&_=1365316510577
>>> 2013-04-07 00:35:10,591 DEBUG [cloud.api.ApiServlet]
>>> (1109449945@qtp-1008805148-34:null) ===END===  127.0.0.1 -- GET
>>>
>>>command=listRouters&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA
>>>%
>>>3D&listAll=true&page=1&pagesize=1&_=1365316510577
>>> 2013-04-07 00:35:10,595 DEBUG [cloud.api.ApiServlet]
>>> (1109449945@qtp-1008805148-34:null) ===START===  127.0.0.1 -- GET
>>>
>>>command=listCapacity&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoV
>>>A
>>>%3D&_=1365316510593
>>> 2013-04-07 00:35:10,609 DEBUG [cloud.api.ApiServlet]
>>> (1109449945@qtp-1008805148-34:null) ===END===  127.0.0.1 -- GET
>>>
>>>command=listCapacity&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoV
>>>A
>>>%3D&_=1365316510593
>>> 2013-04-07 00:35:11,022 DEBUG [agent.manager.DirectAgentAttache]
>>> (DirectAgent-298:null) Seq 5-614334468: Executing request
>>> 2013-04-07 00:35:11,171 DEBUG [agent.manager.DirectAgentAttache]
>>> (DirectAgent-298:null) Seq 5-614334468: Response Received:
>>> 2013-04-07 00:35:11,172 DEBUG [agent.transport.Request]
>>> (DirectAgent-298:null) Seq 5-614334468: Processing:  { Ans: , MgmtId:
>>>1,
>>> via: 5, Ver: v1, Flags: 10, [{"Answer":{"result":true,"wait":0}}] }
>>> 2013-04-07 00:35:12,493 DEBUG [cloud.api.ApiServlet]
>>> (1109449945@qtp-1008805148-34:null) ===START===  127.0.0.1 -- GET
>>>
>>>command=listStoragePools&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl
>>>8
>>>GoVA%3D&page=1&pageSize=20&listAll=true&_=1365316512490
>>> 2013-04-07 00:35:12,508 DEBUG [cloud.api.ApiServlet]
>>> (1109449945@qtp-1008805148-34:null) ===END===  127.0.0.1 -- GET
>>>
>>>command=listStoragePools&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl
>>>8
>>>GoVA%3D&page=1&pageSize=20&listAll=true&_=1365316512490
>>> 2013-04-07 00:35:18,008 DEBUG [cloud.api.ApiServlet]
>>> (1109449945@qtp-1008805148-34:null) ===START===  127.0.0.1 -- GET
>>>
>>>command=listZones&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3
>>>D
>>>&id=3a62dec3-cf95-4ba2-9af0-af2190af35e3&_=1365316518006
>>> 2013-04-07 00:35:18,016 DEBUG [cloud.api.ApiServlet]
>>> (1109449945@qtp-1008805148-34:null) ===END===  127.0.0.1 -- GET
>>>
>>>command=listZones&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3
>>>D
>>>&id=3a62dec3-cf95-4ba2-9af0-af2190af35e3&_=1365316518006
>>> 2013-04-07 00:35:18,022 DEBUG [cloud.api.ApiServlet]
>>> (1109449945@qtp-1008805148-34:null) ===START===  127.0.0.1 -- GET
>>>
>>>command=listStoragePools&id=iSCSI_SR_4&response=json&sessionkey=Z6QqzU0F
>>>q
>>>1iT13bMgnRRfl8GoVA%3D&_=1365316518019
>>> 2013-04-07 00:35:18,036 DEBUG [cloud.api.ApiServlet]
>>> (1109449945@qtp-1008805148-34:null) ===END===  127.0.0.1 -- GET
>>>
>>>command=listStoragePools&id=iSCSI_SR_4&response=json&sessionkey=Z6QqzU0F
>>>q
>>>1iT13bMgnRRfl8GoVA%3D&_=1365316518019
>>> 2013-04-07 00:35:20,457 DEBUG
>>> [storage.secondary.SecondaryStorageManagerImpl] (secstorage-1:null)
>>>Zone 1
>>> is ready to launch secondary storage VM
>>> 2013-04-07 00:35:20,560 DEBUG
>>>[cloud.consoleproxy.ConsoleProxyManagerImpl]
>>> (consoleproxy-1:null) Zone 1 is ready to launch console proxy
>>> 2013-04-07 00:35:20,820 DEBUG
>>> [network.router.VirtualNetworkApplianceManagerImpl]
>>> (RouterStatusMonitor-1:null) Found 0 routers to update status.
>>> 2013-04-07 00:35:20,821 DEBUG
>>> [network.router.VirtualNetworkApplianceManagerImpl]
>>> (RouterStatusMonitor-1:null) Found 0 networks to update RvR status.
>>> 2013-04-07 00:35:20,850 DEBUG
>>> [network.router.VirtualNetworkApplianceManagerImpl]
>>> (RouterStatusMonitor-1:null) Found 0 routers to update status.
>>> 2013-04-07 00:35:20,851 DEBUG
>>> [network.router.VirtualNetworkApplianceManagerImpl]
>>> (RouterStatusMonitor-1:null) Found 0 networks to update RvR status.
>>> 2013-04-07 00:35:23,644 DEBUG [cloud.api.ApiServlet]
>>> (1109449945@qtp-1008805148-34:null) ===START===  127.0.0.1 -- GET
>>>
>>>command=listZones&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3
>>>D
>>>&id=3a62dec3-cf95-4ba2-9af0-af2190af35e3&_=1365316523642
>>> 2013-04-07 00:35:23,652 DEBUG [cloud.api.ApiServlet]
>>> (1109449945@qtp-1008805148-34:null) ===END===  127.0.0.1 -- GET
>>>
>>>command=listZones&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3
>>>D
>>>&id=3a62dec3-cf95-4ba2-9af0-af2190af35e3&_=1365316523642
>>> 2013-04-07 00:35:23,657 DEBUG [cloud.api.ApiServlet]
>>> (1109449945@qtp-1008805148-34:null) ===START===  127.0.0.1 -- GET
>>>
>>>command=listStoragePools&id=iSCSI_SR_3&response=json&sessionkey=Z6QqzU0F
>>>q
>>>1iT13bMgnRRfl8GoVA%3D&_=1365316523655
>>> 2013-04-07 00:35:23,670 DEBUG [cloud.api.ApiServlet]
>>> (1109449945@qtp-1008805148-34:null) ===END===  127.0.0.1 -- GET
>>>
>>>command=listStoragePools&id=iSCSI_SR_3&response=json&sessionkey=Z6QqzU0F
>>>q
>>>1iT13bMgnRRfl8GoVA%3D&_=1365316523655
>>> 2013-04-07 00:35:24,890 DEBUG [agent.manager.AgentManagerImpl]
>>> (AgentManager-Handler-2:null) Ping from 4
>>> 2013-04-07 00:35:25,447 DEBUG [cloud.api.ApiServlet]
>>> (1109449945@qtp-1008805148-34:null) ===START===  127.0.0.1 -- GET
>>>
>>>command=listZones&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3
>>>D
>>>&_=1365316525443
>>> 2013-04-07 00:35:25,456 DEBUG [cloud.api.ApiServlet]
>>> (1109449945@qtp-1008805148-34:null) ===END===  127.0.0.1 -- GET
>>>
>>>command=listZones&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3
>>>D
>>>&_=1365316525443
>>> 2013-04-07 00:35:25,467 DEBUG [cloud.api.ApiServlet]
>>> (1109449945@qtp-1008805148-34:null) ===START===  127.0.0.1 -- GET
>>>
>>>command=listPods&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D
>>>&
>>>page=1&pagesize=1&_=1365316525465
>>> 2013-04-07 00:35:25,474 DEBUG [cloud.api.ApiServlet]
>>> (1109449945@qtp-1008805148-34:null) ===END===  127.0.0.1 -- GET
>>>
>>>command=listPods&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D
>>>&
>>>page=1&pagesize=1&_=1365316525465
>>> 2013-04-07 00:35:25,477 DEBUG [cloud.api.ApiServlet]
>>> (1109449945@qtp-1008805148-34:null) ===START===  127.0.0.1 -- GET
>>>
>>>command=listClusters&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoV
>>>A
>>>%3D&page=1&pagesize=1&_=1365316525475
>>> 2013-04-07 00:35:25,485 DEBUG [cloud.api.ApiServlet]
>>> (1109449945@qtp-1008805148-34:null) ===END===  127.0.0.1 -- GET
>>>
>>>command=listClusters&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoV
>>>A
>>>%3D&page=1&pagesize=1&_=1365316525475
>>> 2013-04-07 00:35:25,488 DEBUG [cloud.api.ApiServlet]
>>> (1109449945@qtp-1008805148-34:null) ===START===  127.0.0.1 -- GET
>>>
>>>command=listHosts&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3
>>>D
>>>&type=routing&page=1&pagesize=1&_=1365316525486
>>> 2013-04-07 00:35:25,493 DEBUG [api.query.QueryManagerImpl]
>>> (1109449945@qtp-1008805148-34:null) >>>Searching for hosts>>>
>>> 2013-04-07 00:35:25,498 DEBUG [api.query.QueryManagerImpl]
>>> (1109449945@qtp-1008805148-34:null) >>>Generating Response>>>
>>> 2013-04-07 00:35:25,504 DEBUG [cloud.api.ApiServlet]
>>> (1109449945@qtp-1008805148-34:null) ===END===  127.0.0.1 -- GET
>>>
>>>command=listHosts&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3
>>>D
>>>&type=routing&page=1&pagesize=1&_=1365316525486
>>> 2013-04-07 00:35:25,507 DEBUG [cloud.api.ApiServlet]
>>> (1109449945@qtp-1008805148-34:null) ===START===  127.0.0.1 -- GET
>>>
>>>command=listStoragePools&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl
>>>8
>>>GoVA%3D&page=1&pagesize=1&_=1365316525505
>>> 2013-04-07 00:35:25,517 DEBUG [cloud.api.ApiServlet]
>>> (1109449945@qtp-1008805148-34:null) ===END===  127.0.0.1 -- GET
>>>
>>>command=listStoragePools&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl
>>>8
>>>GoVA%3D&page=1&pagesize=1&_=1365316525505
>>> 2013-04-07 00:35:25,522 DEBUG [cloud.api.ApiServlet]
>>> (1109449945@qtp-1008805148-34:null) ===START===  127.0.0.1 -- GET
>>>
>>>command=listHosts&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3
>>>D
>>>&type=SecondaryStorage&page=1&pagesize=1&_=1365316525519
>>> 2013-04-07 00:35:25,526 DEBUG [api.query.QueryManagerImpl]
>>> (1109449945@qtp-1008805148-34:null) >>>Searching for hosts>>>
>>> 2013-04-07 00:35:25,531 DEBUG [api.query.QueryManagerImpl]
>>> (1109449945@qtp-1008805148-34:null) >>>Generating Response>>>
>>> 2013-04-07 00:35:25,533 DEBUG [cloud.api.ApiServlet]
>>> (1109449945@qtp-1008805148-34:null) ===END===  127.0.0.1 -- GET
>>>
>>>command=listHosts&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3
>>>D
>>>&type=SecondaryStorage&page=1&pagesize=1&_=1365316525519
>>> 2013-04-07 00:35:25,536 DEBUG [cloud.api.ApiServlet]
>>> (1109449945@qtp-1008805148-34:null) ===START===  127.0.0.1 -- GET
>>>
>>>command=listSystemVms&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8Go
>>>V
>>>A%3D&page=1&pagesize=1&_=1365316525534
>>> 2013-04-07 00:35:25,591 DEBUG [cloud.api.ApiServlet]
>>> (1109449945@qtp-1008805148-34:null) ===END===  127.0.0.1 -- GET
>>>
>>>command=listSystemVms&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8Go
>>>V
>>>A%3D&page=1&pagesize=1&_=1365316525534
>>> 2013-04-07 00:35:25,595 DEBUG [cloud.api.ApiServlet]
>>> (1109449945@qtp-1008805148-34:null) ===START===  127.0.0.1 -- GET
>>>
>>>command=listRouters&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA
>>>%
>>>3D&projectid=-1&page=1&pagesize=1&_=1365316525593
>>> 2013-04-07 00:35:25,603 DEBUG [cloud.api.ApiServlet]
>>> (1109449945@qtp-1008805148-34:null) ===END===  127.0.0.1 -- GET
>>>
>>>command=listRouters&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA
>>>%
>>>3D&projectid=-1&page=1&pagesize=1&_=1365316525593
>>> 2013-04-07 00:35:25,606 DEBUG [cloud.api.ApiServlet]
>>> (1109449945@qtp-1008805148-34:null) ===START===  127.0.0.1 -- GET
>>>
>>>command=listRouters&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA
>>>%
>>>3D&listAll=true&page=1&pagesize=1&_=1365316525604
>>> 2013-04-07 00:35:25,617 DEBUG [cloud.api.ApiServlet]
>>> (1109449945@qtp-1008805148-34:null) ===END===  127.0.0.1 -- GET
>>>
>>>command=listRouters&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA
>>>%
>>>3D&listAll=true&page=1&pagesize=1&_=1365316525604
>>> 2013-04-07 00:35:25,621 DEBUG [cloud.api.ApiServlet]
>>> (1109449945@qtp-1008805148-34:null) ===START===  127.0.0.1 -- GET
>>>
>>>command=listCapacity&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoV
>>>A
>>>%3D&_=1365316525619
>>> 2013-04-07 00:35:25,634 DEBUG [cloud.api.ApiServlet]
>>> (1109449945@qtp-1008805148-34:null) ===END===  127.0.0.1 -- GET
>>>
>>>command=listCapacity&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoV
>>>A
>>>%3D&_=1365316525619
>>> 2013-04-07 00:35:27,158 DEBUG [agent.manager.DirectAgentAttache]
>>> (DirectAgent-276:null) Ping from 1
>>> 2013-04-07 00:35:29,095 DEBUG [agent.manager.DirectAgentAttache]
>>> (DirectAgent-139:null) Seq 1-90046472: Executing request
>>> 2013-04-07 00:35:29,302 DEBUG [agent.manager.DirectAgentAttache]
>>> (DirectAgent-139:null) Seq 1-90046472: Response Received:
>>> 2013-04-07 00:35:29,303 DEBUG [agent.transport.Request]
>>> (DirectAgent-139:null) Seq 1-90046472: Processing:  { Ans: , MgmtId: 1,
>>> via: 1, Ver: v1, Flags: 10,
>>>
>>>[{"ClusterSyncAnswer":{"_clusterId":1,"_newStates":{},"_isExecuted":fals
>>>e
>>>,"result":true,"wait":0}}]
>>> }
>>> 2013-04-07 00:35:31,624 DEBUG [cloud.api.ApiServlet]
>>> (1109449945@qtp-1008805148-34:null) ===START===  127.0.0.1 -- GET
>>>
>>>command=listVirtualMachines&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnR
>>>R
>>>fl8GoVA%3D&listAll=true&page=1&pagesize=20&_=1365316531622
>>> 2013-04-07 00:35:31,644 DEBUG [cloud.api.ApiServlet]
>>> (1109449945@qtp-1008805148-34:null) ===END===  127.0.0.1 -- GET
>>>
>>>command=listVirtualMachines&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnR
>>>R
>>>fl8GoVA%3D&listAll=true&page=1&pagesize=20&_=1365316531622
>>> 2013-04-07 00:35:32,710 DEBUG [cloud.api.ApiServlet]
>>> (1109449945@qtp-1008805148-34:null) ===START===  127.0.0.1 -- GET
>>>
>>>command=listVolumes&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA
>>>%
>>>3D&listAll=true&page=1&pagesize=20&_=1365316532708
>>> 2013-04-07 00:35:32,724 DEBUG [cloud.api.ApiServlet]
>>> (1109449945@qtp-1008805148-34:null) ===END===  127.0.0.1 -- GET
>>>
>>>command=listVolumes&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA
>>>%
>>>3D&listAll=true&page=1&pagesize=20&_=1365316532708
>>> 2013-04-07 00:35:33,917 DEBUG [cloud.api.ApiServlet]
>>> (1109449945@qtp-1008805148-34:null) ===START===  127.0.0.1 -- GET
>>>
>>>command=listVirtualMachines&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnR
>>>R
>>>fl8GoVA%3D&listAll=true&page=1&pagesize=20&_=1365316533915
>>> 2013-04-07 00:35:33,935 DEBUG [cloud.api.ApiServlet]
>>> (1109449945@qtp-1008805148-34:null) ===END===  127.0.0.1 -- GET
>>>
>>>command=listVirtualMachines&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnR
>>>R
>>>fl8GoVA%3D&listAll=true&page=1&pagesize=20&_=1365316533915
>>> 2013-04-07 00:35:35,668 DEBUG [cloud.api.ApiServlet]
>>> (1109449945@qtp-1008805148-34:null) ===START===  127.0.0.1 -- GET
>>>
>>>command=listVirtualMachines&id=c18ddf7c-fc61-40b0-af75-fdef05f8eae6&resp
>>>o
>>>nse=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316535666
>>> 2013-04-07 00:35:35,689 DEBUG [cloud.api.ApiServlet]
>>> (1109449945@qtp-1008805148-34:null) ===END===  127.0.0.1 -- GET
>>>
>>>command=listVirtualMachines&id=c18ddf7c-fc61-40b0-af75-fdef05f8eae6&resp
>>>o
>>>nse=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316535666
>>> 2013-04-07 00:35:35,695 DEBUG [cloud.api.ApiServlet]
>>> (1109449945@qtp-1008805148-34:null) ===START===  127.0.0.1 -- GET
>>>
>>>command=listOsTypes&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA
>>>%
>>>3D&_=1365316535693
>>> 2013-04-07 00:35:35,873 DEBUG [cloud.api.ApiServlet]
>>> (1109449945@qtp-1008805148-34:null) ===END===  127.0.0.1 -- GET
>>>
>>>command=listOsTypes&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA
>>>%
>>>3D&_=1365316535693
>>> 2013-04-07 00:35:39,081 DEBUG [cloud.api.ApiServlet]
>>> (1109449945@qtp-1008805148-34:null) ===START===  127.0.0.1 -- GET
>>>
>>>command=destroyVirtualMachine&id=c18ddf7c-fc61-40b0-af75-fdef05f8eae6&re
>>>s
>>>ponse=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316539079
>>> 2013-04-07 00:35:39,103 DEBUG [cloud.async.AsyncJobManagerImpl]
>>> (1109449945@qtp-1008805148-34:null) submit async job-45, details:
>>> AsyncJobVO {id:45, userId: 2, accountId: 2, sessionKey: null,
>>>instanceType:
>>> null, instanceId: 12, cmd:
>>> org.apache.cloudstack.api.command.user.vm.DestroyVMCmd, cmdOriginator:
>>> null, cmdInfo:
>>>
>>>{"id":"c18ddf7c-fc61-40b0-af75-fdef05f8eae6","response":"json","sessionk
>>>e
>>>y":"Z6QqzU0Fq1iT13bMgnRRfl8GoVA\u003d","ctxUserId":"2","_":"136531653907
>>>9
>>>","ctxAccountId":"2","ctxStartEventId":"50"},
>>> cmdVersion: 0, callbackType: 0, callbackAddress: null, status: 0,
>>> processStatus: 0, resultCode: 0, result: null, initMsid: 1,
>>>completeMsid:
>>> null, lastUpdated: null, lastPolled: null, created: null}
>>> 2013-04-07 00:35:39,104 DEBUG [cloud.async.AsyncJobManagerImpl]
>>> (Job-Executor-38:job-45) Executing
>>> org.apache.cloudstack.api.command.user.vm.DestroyVMCmd for job-45
>>> 2013-04-07 00:35:39,105 DEBUG [cloud.api.ApiServlet]
>>> (1109449945@qtp-1008805148-34:null) ===END===  127.0.0.1 -- GET
>>>
>>>command=destroyVirtualMachine&id=c18ddf7c-fc61-40b0-af75-fdef05f8eae6&re
>>>s
>>>ponse=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316539079
>>> 2013-04-07 00:35:39,119 DEBUG [cloud.vm.VirtualMachineManagerImpl]
>>> (Job-Executor-38:job-45) Destroying vm
>>> VM[User|c18ddf7c-fc61-40b0-af75-fdef05f8eae6]
>>> 2013-04-07 00:35:39,123 DEBUG [cloud.capacity.CapacityManagerImpl]
>>> (Job-Executor-38:job-45) VM state transitted from :Running to Stopping
>>>with
>>> event: StopRequestedvm's original host id: 5 new host id: 5 host id
>>>before
>>> state transition: 5
>>> 2013-04-07 00:35:39,125 DEBUG [agent.transport.Request]
>>> (Job-Executor-38:job-45) Seq 5-614334817: Sending  { Cmd , MgmtId: 1,
>>>via:
>>> 5, Ver: v1, Flags: 100111,
>>> [{"StopCommand":{"isProxy":false,"vmName":"i-2-12-VM","wait":0}}] }
>>> 2013-04-07 00:35:39,125 DEBUG [agent.transport.Request]
>>> (Job-Executor-38:job-45) Seq 5-614334817: Executing:  { Cmd , MgmtId:
>>>1,
>>> via: 5, Ver: v1, Flags: 100111,
>>> [{"StopCommand":{"isProxy":false,"vmName":"i-2-12-VM","wait":0}}] }
>>> 2013-04-07 00:35:39,125 DEBUG [agent.manager.DirectAgentAttache]
>>> (DirectAgent-414:null) Seq 5-614334817: Executing request
>>> 2013-04-07 00:35:39,289 DEBUG [xen.resource.CitrixResourceBase]
>>> (DirectAgent-414:null) 9. The VM i-2-12-VM is in Stopping state
>>> 2013-04-07 00:35:39,720 INFO  [xen.resource.CitrixResourceBase]
>>> (DirectAgent-414:null) Removed  network rules for vm i-2-12-VM
>>> 2013-04-07 00:35:42,113 DEBUG [cloud.api.ApiServlet]
>>> (1109449945@qtp-1008805148-34:null) ===START===  127.0.0.1 -- GET
>>>
>>>command=queryAsyncJobResult&jobId=1288fa5b-8b5f-4952-b056-b180437edfd5&r
>>>e
>>>sponse=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316542111
>>> 2013-04-07 00:35:42,127 DEBUG [cloud.api.ApiServlet]
>>> (1109449945@qtp-1008805148-34:null) ===END===  127.0.0.1 -- GET
>>>
>>>command=queryAsyncJobResult&jobId=1288fa5b-8b5f-4952-b056-b180437edfd5&r
>>>e
>>>sponse=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316542111
>>> 2013-04-07 00:35:45,114 DEBUG [cloud.api.ApiServlet]
>>> (1109449945@qtp-1008805148-34:null) ===START===  127.0.0.1 -- GET
>>>
>>>command=queryAsyncJobResult&jobId=1288fa5b-8b5f-4952-b056-b180437edfd5&r
>>>e
>>>sponse=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316545112
>>> 2013-04-07 00:35:45,129 DEBUG [cloud.api.ApiServlet]
>>> (1109449945@qtp-1008805148-34:null) ===END===  127.0.0.1 -- GET
>>>
>>>command=queryAsyncJobResult&jobId=1288fa5b-8b5f-4952-b056-b180437edfd5&r
>>>e
>>>sponse=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316545112
>>> 2013-04-07 00:35:47,682 DEBUG [agent.manager.AgentManagerImpl]
>>> (AgentManager-Handler-3:null) Ping from 3
>>> 2013-04-07 00:35:48,115 DEBUG [cloud.api.ApiServlet]
>>> (1109449945@qtp-1008805148-34:null) ===START===  127.0.0.1 -- GET
>>>
>>>command=queryAsyncJobResult&jobId=1288fa5b-8b5f-4952-b056-b180437edfd5&r
>>>e
>>>sponse=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316548112
>>> 2013-04-07 00:35:48,133 DEBUG [cloud.api.ApiServlet]
>>> (1109449945@qtp-1008805148-34:null) ===END===  127.0.0.1 -- GET
>>>
>>>command=queryAsyncJobResult&jobId=1288fa5b-8b5f-4952-b056-b180437edfd5&r
>>>e
>>>sponse=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316548112
>>> 2013-04-07 00:35:50,456 DEBUG
>>> [storage.secondary.SecondaryStorageManagerImpl] (secstorage-1:null)
>>>Zone 1
>>> is ready to launch secondary storage VM
>>> 2013-04-07 00:35:50,564 DEBUG
>>>[cloud.consoleproxy.ConsoleProxyManagerImpl]
>>> (consoleproxy-1:null) Zone 1 is ready to launch console proxy
>>> 2013-04-07 00:35:50,819 DEBUG
>>> [network.router.VirtualNetworkApplianceManagerImpl]
>>> (RouterStatusMonitor-1:null) Found 0 routers to update status.
>>> 2013-04-07 00:35:50,821 DEBUG
>>> [network.router.VirtualNetworkApplianceManagerImpl]
>>> (RouterStatusMonitor-1:null) Found 0 networks to update RvR status.
>>> 2013-04-07 00:35:50,851 DEBUG
>>> [network.router.VirtualNetworkApplianceManagerImpl]
>>> (RouterStatusMonitor-1:null) Found 0 routers to update status.
>>> 2013-04-07 00:35:50,852 DEBUG
>>> [network.router.VirtualNetworkApplianceManagerImpl]
>>> (RouterStatusMonitor-1:null) Found 0 networks to update RvR status.
>>> 2013-04-07 00:35:51,117 DEBUG [cloud.api.ApiServlet]
>>> (1109449945@qtp-1008805148-34:null) ===START===  127.0.0.1 -- GET
>>>
>>>command=queryAsyncJobResult&jobId=1288fa5b-8b5f-4952-b056-b180437edfd5&r
>>>e
>>>sponse=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316551115
>>> 2013-04-07 00:35:51,132 DEBUG [cloud.api.ApiServlet]
>>> (1109449945@qtp-1008805148-34:null) ===END===  127.0.0.1 -- GET
>>>
>>>command=queryAsyncJobResult&jobId=1288fa5b-8b5f-4952-b056-b180437edfd5&r
>>>e
>>>sponse=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316551115
>>> 2013-04-07 00:35:51,242 DEBUG [xen.resource.CitrixResourceBase]
>>> (DirectAgent-414:null) 10. The VM i-2-12-VM is in Stopped state
>>> 2013-04-07 00:35:51,242 DEBUG [agent.manager.DirectAgentAttache]
>>> (DirectAgent-414:null) Seq 5-614334817: Response Received:
>>> 2013-04-07 00:35:51,243 DEBUG [agent.transport.Request]
>>> (DirectAgent-414:null) Seq 5-614334817: Processing:  { Ans: , MgmtId:
>>>1,
>>> via: 5, Ver: v1, Flags: 110,
>>> [{"StopAnswer":{"vncPort":0,"result":true,"details":"Stop VM i-2-12-VM
>>> Succeed","wait":0}}] }
>>> 2013-04-07 00:35:51,243 DEBUG [agent.transport.Request]
>>> (Job-Executor-38:job-45) Seq 5-614334817: Received:  { Ans: , MgmtId:
>>>1,
>>> via: 5, Ver: v1, Flags: 110, { StopAnswer } }
>>> 2013-04-07 00:35:51,243 DEBUG [agent.manager.AgentAttache]
>>> (DirectAgent-414:null) Seq 5-614334817: No more commands found
>>> 2013-04-07 00:35:51,244 DEBUG [cloud.vm.VirtualMachineManagerImpl]
>>> (Job-Executor-38:job-45) VM[User|c18ddf7c-fc61-40b0-af75-fdef05f8eae6]
>>>is
>>> stopped on the host.  Proceeding to release resource held.
>>> 2013-04-07 00:35:51,251 DEBUG [cloud.network.NetworkManagerImpl]
>>> (Job-Executor-38:job-45) Changing active number of nics for network
>>>id=204
>>> on -1
>>> 2013-04-07 00:35:51,252 DEBUG [cloud.network.NetworkManagerImpl]
>>> (Job-Executor-38:job-45) Asking ElasticLoadBalancerElement to release
>>> Nic[18-12-6416c373-20d8-4617-8dcb-30a8ff9d0f34-192.168.56.195]
>>> 2013-04-07 00:35:51,252 DEBUG [cloud.network.NetworkManagerImpl]
>>> (Job-Executor-38:job-45) Asking NiciraNvpElement to release
>>> Nic[18-12-6416c373-20d8-4617-8dcb-30a8ff9d0f34-192.168.56.195]
>>> 2013-04-07 00:35:51,252 DEBUG [network.element.NiciraNvpElement]
>>> (Job-Executor-38:job-45) Checking if NiciraNvpElement can handle
>>>service
>>> Connectivity on network guestNetworkForBasicZone
>>> 2013-04-07 00:35:51,252 DEBUG [cloud.network.NetworkManagerImpl]
>>> (Job-Executor-38:job-45) Asking BigSwitchVnsElement to release
>>> Nic[18-12-6416c373-20d8-4617-8dcb-30a8ff9d0f34-192.168.56.195]
>>> 2013-04-07 00:35:51,252 DEBUG [network.element.BigSwitchVnsElement]
>>> (Job-Executor-38:job-45) Checking if BigSwitchVnsElement can handle
>>>service
>>> Connectivity on network guestNetworkForBasicZone
>>> 2013-04-07 00:35:51,252 DEBUG [cloud.network.NetworkManagerImpl]
>>> (Job-Executor-38:job-45) Asking Ovs to release
>>> Nic[18-12-6416c373-20d8-4617-8dcb-30a8ff9d0f34-192.168.56.195]
>>> 2013-04-07 00:35:51,252 DEBUG [cloud.network.NetworkManagerImpl]
>>> (Job-Executor-38:job-45) Asking BareMetalDhcp to release
>>> Nic[18-12-6416c373-20d8-4617-8dcb-30a8ff9d0f34-192.168.56.195]
>>> 2013-04-07 00:35:51,252 DEBUG [cloud.network.NetworkManagerImpl]
>>> (Job-Executor-38:job-45) Asking BareMetalPxe to release
>>> Nic[18-12-6416c373-20d8-4617-8dcb-30a8ff9d0f34-192.168.56.195]
>>> 2013-04-07 00:35:51,252 DEBUG [cloud.network.NetworkManagerImpl]
>>> (Job-Executor-38:job-45) Asking BareMetalUserdata to release
>>> Nic[18-12-6416c373-20d8-4617-8dcb-30a8ff9d0f34-192.168.56.195]
>>> 2013-04-07 00:35:51,252 DEBUG [cloud.network.NetworkManagerImpl]
>>> (Job-Executor-38:job-45) Asking SecurityGroupProvider to release
>>> Nic[18-12-6416c373-20d8-4617-8dcb-30a8ff9d0f34-192.168.56.195]
>>> 2013-04-07 00:35:51,252 DEBUG [cloud.network.NetworkManagerImpl]
>>> (Job-Executor-38:job-45) Asking VirtualRouter to release
>>> Nic[18-12-6416c373-20d8-4617-8dcb-30a8ff9d0f34-192.168.56.195]
>>> 2013-04-07 00:35:51,253 DEBUG [cloud.network.NetworkManagerImpl]
>>> (Job-Executor-38:job-45) Asking VpcVirtualRouter to release
>>> Nic[18-12-6416c373-20d8-4617-8dcb-30a8ff9d0f34-192.168.56.195]
>>> 2013-04-07 00:35:51,253 DEBUG [cloud.network.NetworkManagerImpl]
>>> (Job-Executor-38:job-45) Asking NiciraNvp to release
>>> Nic[18-12-6416c373-20d8-4617-8dcb-30a8ff9d0f34-192.168.56.195]
>>> 2013-04-07 00:35:51,253 DEBUG [network.element.NiciraNvpElement]
>>> (Job-Executor-38:job-45) Checking if NiciraNvpElement can handle
>>>service
>>> Connectivity on network guestNetworkForBasicZone
>>> 2013-04-07 00:35:51,253 DEBUG [cloud.network.NetworkManagerImpl]
>>> (Job-Executor-38:job-45) Asking JuniperSRX to release
>>> Nic[18-12-6416c373-20d8-4617-8dcb-30a8ff9d0f34-192.168.56.195]
>>> 2013-04-07 00:35:51,253 DEBUG [cloud.network.NetworkManagerImpl]
>>> (Job-Executor-38:job-45) Asking Netscaler to release
>>> Nic[18-12-6416c373-20d8-4617-8dcb-30a8ff9d0f34-192.168.56.195]
>>> 2013-04-07 00:35:51,253 DEBUG [cloud.network.NetworkManagerImpl]
>>> (Job-Executor-38:job-45) Asking F5BigIP to release
>>> Nic[18-12-6416c373-20d8-4617-8dcb-30a8ff9d0f34-192.168.56.195]
>>> 2013-04-07 00:35:51,253 DEBUG [cloud.network.NetworkManagerImpl]
>>> (Job-Executor-38:job-45) Asking CiscoNexus1000vVSM to release
>>> Nic[18-12-6416c373-20d8-4617-8dcb-30a8ff9d0f34-192.168.56.195]
>>> 2013-04-07 00:35:51,253 DEBUG [cloud.vm.VirtualMachineManagerImpl]
>>> (Job-Executor-38:job-45) Successfully released network resources for
>>>the vm
>>> VM[User|c18ddf7c-fc61-40b0-af75-fdef05f8eae6]
>>> 2013-04-07 00:35:51,253 DEBUG [cloud.vm.VirtualMachineManagerImpl]
>>> (Job-Executor-38:job-45) Successfully released storage resources for
>>>the vm
>>> VM[User|c18ddf7c-fc61-40b0-af75-fdef05f8eae6]
>>> 2013-04-07 00:35:51,298 DEBUG [cloud.capacity.CapacityManagerImpl]
>>> (Job-Executor-38:job-45) VM state transitted from :Stopping to Stopped
>>>with
>>> event: OperationSucceededvm's original host id: 5 new host id: null
>>>host id
>>> before state transition: 5
>>> 2013-04-07 00:35:51,302 DEBUG [cloud.capacity.CapacityManagerImpl]
>>> (Job-Executor-38:job-45) Hosts's actual total CPU: 2479 and CPU after
>>> applying overprovisioning: 2479
>>> 2013-04-07 00:35:51,303 DEBUG [cloud.capacity.CapacityManagerImpl]
>>> (Job-Executor-38:job-45) release cpu from host: 5, old used:
>>>100,reserved:
>>> 0, actual total: 2479, total with overprovisioning: 2479; new used:
>>> 0,reserved:100; movedfromreserved: false,moveToReserveredtrue
>>> 2013-04-07 00:35:51,303 DEBUG [cloud.capacity.CapacityManagerImpl]
>>> (Job-Executor-38:job-45) release mem from host: 5, old used:
>>> 1073741824,reserved: 0, total: 1671695424; new used:
>>>0,reserved:1073741824;
>>> movedfromreserved: false,moveToReserveredtrue
>>> 2013-04-07 00:35:51,308 DEBUG [cloud.capacity.CapacityManagerImpl]
>>> (Job-Executor-38:job-45) VM state transitted from :Stopped to Destroyed
>>> with event: DestroyRequestedvm's original host id: 5 new host id: null
>>>host
>>> id before state transition: null
>>> 2013-04-07 00:35:51,313 DEBUG [cloud.capacity.CapacityManagerImpl]
>>> (Job-Executor-38:job-45) Hosts's actual total CPU: 2479 and CPU after
>>> applying overprovisioning: 2479
>>> 2013-04-07 00:35:51,313 DEBUG [cloud.capacity.CapacityManagerImpl]
>>> (Job-Executor-38:job-45) release cpu from host: 5, old used:
>>>0,reserved:
>>> 100, actual total: 2479, total with overprovisioning: 2479; new used:
>>> 0,reserved:0; movedfromreserved: true,moveToReserveredfalse
>>> 2013-04-07 00:35:51,313 DEBUG [cloud.capacity.CapacityManagerImpl]
>>> (Job-Executor-38:job-45) release mem from host: 5, old used:
>>>0,reserved:
>>> 1073741824, total: 1671695424; new used: 0,reserved:0;
>>>movedfromreserved:
>>> true,moveToReserveredfalse
>>> 2013-04-07 00:35:51,328 DEBUG [cloud.async.AsyncJobManagerImpl]
>>> (Job-Executor-38:job-45) Complete async job-45, jobStatus: 1,
>>>resultCode:
>>> 0, result: org.apache.cloudstack.api.response.UserVmResponse@324f6e41
>>> 2013-04-07 00:35:51,332 DEBUG [cloud.async.AsyncJobManagerImpl]
>>> (Job-Executor-38:job-45) Done executing
>>> org.apache.cloudstack.api.command.user.vm.DestroyVMCmd for job-45
>>> 2013-04-07 00:35:51,397 DEBUG [cloud.api.ApiServlet]
>>> (1109449945@qtp-1008805148-34:null) ===START===  127.0.0.1 -- GET
>>>
>>>command=listVirtualMachines&id=94ddc16f-04fc-4da1-8326-01d8d5cdeb44&resp
>>>o
>>>nse=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316551394
>>> 2013-04-07 00:35:51,417 DEBUG [cloud.api.ApiServlet]
>>> (1109449945@qtp-1008805148-34:null) ===END===  127.0.0.1 -- GET
>>>
>>>command=listVirtualMachines&id=94ddc16f-04fc-4da1-8326-01d8d5cdeb44&resp
>>>o
>>>nse=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316551394
>>> 2013-04-07 00:35:51,425 DEBUG [cloud.api.ApiServlet]
>>> (1109449945@qtp-1008805148-34:null) ===START===  127.0.0.1 -- GET
>>>
>>>command=listOsTypes&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA
>>>%
>>>3D&_=1365316551423
>>> 2013-04-07 00:35:51,472 INFO  [agent.manager.AgentMonitor]
>>> (Thread-11:null) Found the following agents behind on ping: [6, 5]
>>> 2013-04-07 00:35:51,473 DEBUG [cloud.host.Status] (Thread-11:null) Ping
>>> timeout for host 6, do invstigation
>>> 2013-04-07 00:35:51,475 DEBUG [cloud.host.Status] (Thread-11:null) Ping
>>> timeout for host 5, do invstigation
>>> 2013-04-07 00:35:51,475 INFO  [agent.manager.AgentManagerImpl]
>>> (AgentTaskPool-7:null) Investigating why host 6 has disconnected with
>>>event
>>> PingTimeout
>>> 2013-04-07 00:35:51,475 DEBUG [agent.manager.AgentManagerImpl]
>>> (AgentTaskPool-7:null) checking if agent (6) is alive
>>> 2013-04-07 00:35:51,478 INFO  [agent.manager.AgentManagerImpl]
>>> (AgentTaskPool-8:null) Investigating why host 5 has disconnected with
>>>event
>>> PingTimeout
>>> 2013-04-07 00:35:51,478 DEBUG [agent.manager.AgentManagerImpl]
>>> (AgentTaskPool-8:null) checking if agent (5) is alive
>>> 2013-04-07 00:35:51,480 DEBUG [agent.transport.Request]
>>> (AgentTaskPool-7:null) Seq 6-324993313: Sending  { Cmd , MgmtId: 1,
>>>via: 6,
>>> Ver: v1, Flags: 100011, [{"CheckHealthCommand":{"wait":50}}] }
>>> 2013-04-07 00:35:51,481 DEBUG [agent.transport.Request]
>>> (AgentTaskPool-7:null) Seq 6-324993313: Executing:  { Cmd , MgmtId: 1,
>>>via:
>>> 6, Ver: v1, Flags: 100011, [{"CheckHealthCommand":{"wait":50}}] }
>>> 2013-04-07 00:35:51,481 DEBUG [agent.manager.DirectAgentAttache]
>>> (DirectAgent-361:null) Seq 6-324993313: Executing request
>>> 2013-04-07 00:35:51,488 DEBUG [agent.transport.Request]
>>> (AgentTaskPool-8:null) Seq 5-614334818: Sending  { Cmd , MgmtId: 1,
>>>via: 5,
>>> Ver: v1, Flags: 100011, [{"CheckHealthCommand":{"wait":50}}] }
>>> 2013-04-07 00:35:51,489 DEBUG [agent.transport.Request]
>>> (AgentTaskPool-8:null) Seq 5-614334818: Executing:  { Cmd , MgmtId: 1,
>>>via:
>>> 5, Ver: v1, Flags: 100011, [{"CheckHealthCommand":{"wait":50}}] }
>>> 2013-04-07 00:35:51,489 DEBUG [agent.manager.DirectAgentAttache]
>>> (DirectAgent-290:null) Seq 5-614334818: Executing request
>>> 2013-04-07 00:35:51,556 DEBUG [agent.manager.DirectAgentAttache]
>>> (DirectAgent-290:null) Seq 5-614334818: Response Received:
>>> 2013-04-07 00:35:51,557 DEBUG [agent.transport.Request]
>>> (DirectAgent-290:null) Seq 5-614334818: Processing:  { Ans: , MgmtId:
>>>1,
>>> via: 5, Ver: v1, Flags: 10,
>>> [{"CheckHealthAnswer":{"result":true,"details":"resource is
>>> alive","wait":0}}] }
>>> 2013-04-07 00:35:51,557 DEBUG [agent.transport.Request]
>>> (AgentTaskPool-8:null) Seq 5-614334818: Received:  { Ans: , MgmtId: 1,
>>>via:
>>> 5, Ver: v1, Flags: 10, { CheckHealthAnswer } }
>>> 2013-04-07 00:35:51,557 DEBUG [agent.manager.AgentManagerImpl]
>>> (AgentTaskPool-8:null) Details from executing class
>>> com.cloud.agent.api.CheckHealthCommand: resource is alive
>>> 2013-04-07 00:35:51,557 DEBUG [agent.manager.AgentManagerImpl]
>>> (AgentTaskPool-8:null) agent (5) responded to checkHeathCommand,
>>>reporting
>>> that agent is Up
>>> 2013-04-07 00:35:51,557 INFO  [agent.manager.AgentManagerImpl]
>>> (AgentTaskPool-8:null) The state determined is Up
>>> 2013-04-07 00:35:51,557 INFO  [agent.manager.AgentManagerImpl]
>>> (AgentTaskPool-8:null) Agent is determined to be up and running
>>> 2013-04-07 00:35:51,557 DEBUG [cloud.host.Status]
>>>(AgentTaskPool-8:null)
>>> Transition:[Resource state = Enabled, Agent event = Ping, Host id = 5,
>>>name
>>> = Tut-XenServer2]
>>> 2013-04-07 00:35:51,563 DEBUG [cloud.host.Status]
>>>(AgentTaskPool-8:null)
>>> Agent status update: [id = 5; name = Tut-XenServer2; old status = Up;
>>>event
>>> = Ping; new status = Up; old update count = 149; new update count =
>>>150]
>>> 2013-04-07 00:35:51,568 DEBUG [agent.manager.DirectAgentAttache]
>>> (DirectAgent-361:null) Seq 6-324993313: Response Received:
>>> 2013-04-07 00:35:51,568 DEBUG [agent.transport.Request]
>>> (DirectAgent-361:null) Seq 6-324993313: Processing:  { Ans: , MgmtId:
>>>1,
>>> via: 6, Ver: v1, Flags: 10,
>>> [{"CheckHealthAnswer":{"result":true,"details":"resource is
>>> alive","wait":0}}] }
>>> 2013-04-07 00:35:51,569 DEBUG [agent.transport.Request]
>>> (AgentTaskPool-7:null) Seq 6-324993313: Received:  { Ans: , MgmtId: 1,
>>>via:
>>> 6, Ver: v1, Flags: 10, { CheckHealthAnswer } }
>>> 2013-04-07 00:35:51,569 DEBUG [agent.manager.AgentManagerImpl]
>>> (AgentTaskPool-7:null) Details from executing class
>>> com.cloud.agent.api.CheckHealthCommand: resource is alive
>>> 2013-04-07 00:35:51,569 DEBUG [agent.manager.AgentManagerImpl]
>>> (AgentTaskPool-7:null) agent (6) responded to checkHeathCommand,
>>>reporting
>>> that agent is Up
>>> 2013-04-07 00:35:51,569 INFO  [agent.manager.AgentManagerImpl]
>>> (AgentTaskPool-7:null) The state determined is Up
>>> 2013-04-07 00:35:51,569 INFO  [agent.manager.AgentManagerImpl]
>>> (AgentTaskPool-7:null) Agent is determined to be up and running
>>> 2013-04-07 00:35:51,569 DEBUG [cloud.host.Status]
>>>(AgentTaskPool-7:null)
>>> Transition:[Resource state = Enabled, Agent event = Ping, Host id = 6,
>>>name
>>> = Tut-XenServer]
>>> 2013-04-07 00:35:51,574 DEBUG [cloud.host.Status]
>>>(AgentTaskPool-7:null)
>>> Agent status update: [id = 6; name = Tut-XenServer; old status = Up;
>>>event
>>> = Ping; new status = Up; old update count = 312; new update count =
>>>313]
>>> 2013-04-07 00:35:51,668 DEBUG [cloud.api.ApiServlet]
>>> (1109449945@qtp-1008805148-34:null) ===END===  127.0.0.1 -- GET
>>>
>>>command=listOsTypes&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA
>>>%
>>>3D&_=1365316551423
>>> 2013-04-07 00:35:54,118 DEBUG [cloud.api.ApiServlet]
>>> (1109449945@qtp-1008805148-34:null) ===START===  127.0.0.1 -- GET
>>>
>>>command=queryAsyncJobResult&jobId=1288fa5b-8b5f-4952-b056-b180437edfd5&r
>>>e
>>>sponse=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316554116
>>> 2013-04-07 00:35:54,129 DEBUG [cloud.async.AsyncJobManagerImpl]
>>> (1109449945@qtp-1008805148-34:null) Async job-45 completed
>>> 2013-04-07 00:35:54,135 DEBUG [cloud.api.ApiServlet]
>>> (1109449945@qtp-1008805148-34:null) ===END===  127.0.0.1 -- GET
>>>
>>>command=queryAsyncJobResult&jobId=1288fa5b-8b5f-4952-b056-b180437edfd5&r
>>>e
>>>sponse=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316554116
>>> 2013-04-07 00:35:55,077 DEBUG [cloud.api.ApiServlet]
>>> (1109449945@qtp-1008805148-34:null) ===START===  127.0.0.1 -- GET
>>>
>>>command=destroyVirtualMachine&id=94ddc16f-04fc-4da1-8326-01d8d5cdeb44&re
>>>s
>>>ponse=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316555075
>>> 2013-04-07 00:35:55,098 DEBUG [cloud.async.AsyncJobManagerImpl]
>>> (1109449945@qtp-1008805148-34:null) submit async job-46, details:
>>> AsyncJobVO {id:46, userId: 2, accountId: 2, sessionKey: null,
>>>instanceType:
>>> null, instanceId: 13, cmd:
>>> org.apache.cloudstack.api.command.user.vm.DestroyVMCmd, cmdOriginator:
>>> null, cmdInfo:
>>>
>>>{"id":"94ddc16f-04fc-4da1-8326-01d8d5cdeb44","response":"json","sessionk
>>>e
>>>y":"Z6QqzU0Fq1iT13bMgnRRfl8GoVA\u003d","ctxUserId":"2","_":"136531655507
>>>5
>>>","ctxAccountId":"2","ctxStartEventId":"51"},
>>> cmdVersion: 0, callbackType: 0, callbackAddress: null, status: 0,
>>> processStatus: 0, resultCode: 0, result: null, initMsid: 1,
>>>completeMsid:
>>> null, lastUpdated: null, lastPolled: null, created: null}
>>> 2013-04-07 00:35:55,098 DEBUG [cloud.async.AsyncJobManagerImpl]
>>> (Job-Executor-39:job-46) Executing
>>> org.apache.cloudstack.api.command.user.vm.DestroyVMCmd for job-46
>>> 2013-04-07 00:35:55,100 DEBUG [cloud.api.ApiServlet]
>>> (1109449945@qtp-1008805148-34:null) ===END===  127.0.0.1 -- GET
>>>
>>>command=destroyVirtualMachine&id=94ddc16f-04fc-4da1-8326-01d8d5cdeb44&re
>>>s
>>>ponse=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316555075
>>> 2013-04-07 00:35:55,113 DEBUG [cloud.vm.VirtualMachineManagerImpl]
>>> (Job-Executor-39:job-46) Destroying vm
>>> VM[User|94ddc16f-04fc-4da1-8326-01d8d5cdeb44]
>>> 2013-04-07 00:35:55,116 DEBUG [cloud.capacity.CapacityManagerImpl]
>>> (Job-Executor-39:job-46) VM state transitted from :Running to Stopping
>>>with
>>> event: StopRequestedvm's original host id: 6 new host id: 6 host id
>>>before
>>> state transition: 6
>>> 2013-04-07 00:35:55,118 DEBUG [agent.transport.Request]
>>> (Job-Executor-39:job-46) Seq 6-324993314: Sending  { Cmd , MgmtId: 1,
>>>via:
>>> 6, Ver: v1, Flags: 100111,
>>> [{"StopCommand":{"isProxy":false,"vmName":"i-2-13-VM","wait":0}}] }
>>> 2013-04-07 00:35:55,118 DEBUG [agent.transport.Request]
>>> (Job-Executor-39:job-46) Seq 6-324993314: Executing:  { Cmd , MgmtId:
>>>1,
>>> via: 6, Ver: v1, Flags: 100111,
>>> [{"StopCommand":{"isProxy":false,"vmName":"i-2-13-VM","wait":0}}] }
>>> 2013-04-07 00:35:55,118 DEBUG [agent.manager.DirectAgentAttache]
>>> (DirectAgent-7:null) Seq 6-324993314: Executing request
>>> 2013-04-07 00:35:55,216 DEBUG [xen.resource.CitrixResourceBase]
>>> (DirectAgent-7:null) 9. The VM i-2-13-VM is in Stopping state
>>> 2013-04-07 00:35:55,532 INFO  [xen.resource.CitrixResourceBase]
>>> (DirectAgent-7:null) Removed  network rules for vm i-2-13-VM
>>> 2013-04-07 00:35:58,107 DEBUG [cloud.api.ApiServlet]
>>> (1109449945@qtp-1008805148-34:null) ===START===  127.0.0.1 -- GET
>>>
>>>command=queryAsyncJobResult&jobId=042967f3-4fd4-4bcf-a646-999eeca87235&r
>>>e
>>>sponse=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316558105
>>> 2013-04-07 00:35:58,121 DEBUG [cloud.api.ApiServlet]
>>> (1109449945@qtp-1008805148-34:null) ===END===  127.0.0.1 -- GET
>>>
>>>command=queryAsyncJobResult&jobId=042967f3-4fd4-4bcf-a646-999eeca87235&r
>>>e
>>>sponse=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316558105
>>> 2013-04-07 00:36:01,107 DEBUG [cloud.api.ApiServlet]
>>> (1109449945@qtp-1008805148-34:null) ===START===  127.0.0.1 -- GET
>>>
>>>command=queryAsyncJobResult&jobId=042967f3-4fd4-4bcf-a646-999eeca87235&r
>>>e
>>>sponse=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316561105
>>> 2013-04-07 00:36:01,121 DEBUG [cloud.api.ApiServlet]
>>> (1109449945@qtp-1008805148-34:null) ===END===  127.0.0.1 -- GET
>>>
>>>command=queryAsyncJobResult&jobId=042967f3-4fd4-4bcf-a646-999eeca87235&r
>>>e
>>>sponse=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316561105
>>> 2013-04-07 00:36:04,108 DEBUG [cloud.api.ApiServlet]
>>> (1109449945@qtp-1008805148-34:null) ===START===  127.0.0.1 -- GET
>>>
>>>command=queryAsyncJobResult&jobId=042967f3-4fd4-4bcf-a646-999eeca87235&r
>>>e
>>>sponse=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316564106
>>> 2013-04-07 00:36:04,128 DEBUG [cloud.api.ApiServlet]
>>> (1109449945@qtp-1008805148-34:null) ===END===  127.0.0.1 -- GET
>>>
>>>command=queryAsyncJobResult&jobId=042967f3-4fd4-4bcf-a646-999eeca87235&r
>>>e
>>>sponse=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316564106
>>> 2013-04-07 00:36:04,783 DEBUG [xen.resource.CitrixResourceBase]
>>> (DirectAgent-7:null) 10. The VM i-2-13-VM is in Stopped state
>>> 2013-04-07 00:36:04,783 DEBUG [agent.manager.DirectAgentAttache]
>>> (DirectAgent-7:null) Seq 6-324993314: Response Received:
>>> 2013-04-07 00:36:04,783 DEBUG [agent.transport.Request]
>>> (DirectAgent-7:null) Seq 6-324993314: Processing:  { Ans: , MgmtId: 1,
>>>via:
>>> 6, Ver: v1, Flags: 110,
>>> [{"StopAnswer":{"vncPort":0,"result":true,"details":"Stop VM i-2-13-VM
>>> Succeed","wait":0}}] }
>>> 2013-04-07 00:36:04,783 DEBUG [agent.transport.Request]
>>> (Job-Executor-39:job-46) Seq 6-324993314: Received:  { Ans: , MgmtId:
>>>1,
>>> via: 6, Ver: v1, Flags: 110, { StopAnswer } }
>>> 2013-04-07 00:36:04,783 DEBUG [agent.manager.AgentAttache]
>>> (DirectAgent-7:null) Seq 6-324993314: No more commands found
>>> 2013-04-07 00:36:04,784 DEBUG [cloud.vm.VirtualMachineManagerImpl]
>>> (Job-Executor-39:job-46) VM[User|94ddc16f-04fc-4da1-8326-01d8d5cdeb44]
>>>is
>>> stopped on the host.  Proceeding to release resource held.
>>> 2013-04-07 00:36:04,793 DEBUG [cloud.network.NetworkManagerImpl]
>>> (Job-Executor-39:job-46) Changing active number of nics for network
>>>id=204
>>> on -1
>>> 2013-04-07 00:36:04,794 DEBUG [cloud.network.NetworkManagerImpl]
>>> (Job-Executor-39:job-46) Asking ElasticLoadBalancerElement to release
>>> Nic[19-13-a8349669-6ff2-443f-88d3-c5d69100df3a-192.168.56.146]
>>> 2013-04-07 00:36:04,794 DEBUG [cloud.network.NetworkManagerImpl]
>>> (Job-Executor-39:job-46) Asking NiciraNvpElement to release
>>> Nic[19-13-a8349669-6ff2-443f-88d3-c5d69100df3a-192.168.56.146]
>>> 2013-04-07 00:36:04,795 DEBUG [network.element.NiciraNvpElement]
>>> (Job-Executor-39:job-46) Checking if NiciraNvpElement can handle
>>>service
>>> Connectivity on network guestNetworkForBasicZone
>>> 2013-04-07 00:36:04,795 DEBUG [cloud.network.NetworkManagerImpl]
>>> (Job-Executor-39:job-46) Asking BigSwitchVnsElement to release
>>> Nic[19-13-a8349669-6ff2-443f-88d3-c5d69100df3a-192.168.56.146]
>>> 2013-04-07 00:36:04,795 DEBUG [network.element.BigSwitchVnsElement]
>>> (Job-Executor-39:job-46) Checking if BigSwitchVnsElement can handle
>>>service
>>> Connectivity on network guestNetworkForBasicZone
>>> 2013-04-07 00:36:04,795 DEBUG [cloud.network.NetworkManagerImpl]
>>> (Job-Executor-39:job-46) Asking Ovs to release
>>> Nic[19-13-a8349669-6ff2-443f-88d3-c5d69100df3a-192.168.56.146]
>>> 2013-04-07 00:36:04,795 DEBUG [cloud.network.NetworkManagerImpl]
>>> (Job-Executor-39:job-46) Asking BareMetalDhcp to release
>>> Nic[19-13-a8349669-6ff2-443f-88d3-c5d69100df3a-192.168.56.146]
>>> 2013-04-07 00:36:04,795 DEBUG [cloud.network.NetworkManagerImpl]
>>> (Job-Executor-39:job-46) Asking BareMetalPxe to release
>>> Nic[19-13-a8349669-6ff2-443f-88d3-c5d69100df3a-192.168.56.146]
>>> 2013-04-07 00:36:04,795 DEBUG [cloud.network.NetworkManagerImpl]
>>> (Job-Executor-39:job-46) Asking BareMetalUserdata to release
>>> Nic[19-13-a8349669-6ff2-443f-88d3-c5d69100df3a-192.168.56.146]
>>> 2013-04-07 00:36:04,795 DEBUG [cloud.network.NetworkManagerImpl]
>>> (Job-Executor-39:job-46) Asking SecurityGroupProvider to release
>>> Nic[19-13-a8349669-6ff2-443f-88d3-c5d69100df3a-192.168.56.146]
>>> 2013-04-07 00:36:04,795 DEBUG [cloud.network.NetworkManagerImpl]
>>> (Job-Executor-39:job-46) Asking VirtualRouter to release
>>> Nic[19-13-a8349669-6ff2-443f-88d3-c5d69100df3a-192.168.56.146]
>>> 2013-04-07 00:36:04,795 DEBUG [cloud.network.NetworkManagerImpl]
>>> (Job-Executor-39:job-46) Asking VpcVirtualRouter to release
>>> Nic[19-13-a8349669-6ff2-443f-88d3-c5d69100df3a-192.168.56.146]
>>> 2013-04-07 00:36:04,795 DEBUG [cloud.network.NetworkManagerImpl]
>>> (Job-Executor-39:job-46) Asking NiciraNvp to release
>>> Nic[19-13-a8349669-6ff2-443f-88d3-c5d69100df3a-192.168.56.146]
>>> 2013-04-07 00:36:04,795 DEBUG [network.element.NiciraNvpElement]
>>> (Job-Executor-39:job-46) Checking if NiciraNvpElement can handle
>>>service
>>> Connectivity on network guestNetworkForBasicZone
>>> 2013-04-07 00:36:04,795 DEBUG [cloud.network.NetworkManagerImpl]
>>> (Job-Executor-39:job-46) Asking JuniperSRX to release
>>> Nic[19-13-a8349669-6ff2-443f-88d3-c5d69100df3a-192.168.56.146]
>>> 2013-04-07 00:36:04,795 DEBUG [cloud.network.NetworkManagerImpl]
>>> (Job-Executor-39:job-46) Asking Netscaler to release
>>> Nic[19-13-a8349669-6ff2-443f-88d3-c5d69100df3a-192.168.56.146]
>>> 2013-04-07 00:36:04,795 DEBUG [cloud.network.NetworkManagerImpl]
>>> (Job-Executor-39:job-46) Asking F5BigIP to release
>>> Nic[19-13-a8349669-6ff2-443f-88d3-c5d69100df3a-192.168.56.146]
>>> 2013-04-07 00:36:04,795 DEBUG [cloud.network.NetworkManagerImpl]
>>> (Job-Executor-39:job-46) Asking CiscoNexus1000vVSM to release
>>> Nic[19-13-a8349669-6ff2-443f-88d3-c5d69100df3a-192.168.56.146]
>>> 2013-04-07 00:36:04,795 DEBUG [cloud.vm.VirtualMachineManagerImpl]
>>> (Job-Executor-39:job-46) Successfully released network resources for
>>>the vm
>>> VM[User|94ddc16f-04fc-4da1-8326-01d8d5cdeb44]
>>> 2013-04-07 00:36:04,795 DEBUG [cloud.vm.VirtualMachineManagerImpl]
>>> (Job-Executor-39:job-46) Successfully released storage resources for
>>>the vm
>>> VM[User|94ddc16f-04fc-4da1-8326-01d8d5cdeb44]
>>> 2013-04-07 00:36:04,836 DEBUG [cloud.capacity.CapacityManagerImpl]
>>> (Job-Executor-39:job-46) VM state transitted from :Stopping to Stopped
>>>with
>>> event: OperationSucceededvm's original host id: 6 new host id: null
>>>host id
>>> before state transition: 6
>>> 2013-04-07 00:36:04,843 DEBUG [cloud.capacity.CapacityManagerImpl]
>>> (Job-Executor-39:job-46) Hosts's actual total CPU: 2382 and CPU after
>>> applying overprovisioning: 2382
>>> 2013-04-07 00:36:04,844 DEBUG [cloud.capacity.CapacityManagerImpl]
>>> (Job-Executor-39:job-46) release cpu from host: 6, old used:
>>>200,reserved:
>>> 0, actual total: 2382, total with overprovisioning: 2382; new used:
>>> 100,reserved:100; movedfromreserved: false,moveToReserveredtrue
>>> 2013-04-07 00:36:04,844 DEBUG [cloud.capacity.CapacityManagerImpl]
>>> (Job-Executor-39:job-46) release mem from host: 6, old used:
>>> 1178599424,reserved: 0, total: 1671695424; new used:
>>> 104857600,reserved:1073741824; movedfromreserved:
>>>false,moveToReserveredtrue
>>> 2013-04-07 00:36:04,854 DEBUG [cloud.capacity.CapacityManagerImpl]
>>> (Job-Executor-39:job-46) VM state transitted from :Stopped to Destroyed
>>> with event: DestroyRequestedvm's original host id: 6 new host id: null
>>>host
>>> id before state transition: null
>>> 2013-04-07 00:36:04,863 DEBUG [cloud.capacity.CapacityManagerImpl]
>>> (Job-Executor-39:job-46) Hosts's actual total CPU: 2382 and CPU after
>>> applying overprovisioning: 2382
>>> 2013-04-07 00:36:04,863 DEBUG [cloud.capacity.CapacityManagerImpl]
>>> (Job-Executor-39:job-46) release cpu from host: 6, old used:
>>>100,reserved:
>>> 100, actual total: 2382, total with overprovisioning: 2382; new used:
>>> 100,reserved:0; movedfromreserved: true,moveToReserveredfalse
>>> 2013-04-07 00:36:04,863 DEBUG [cloud.capacity.CapacityManagerImpl]
>>> (Job-Executor-39:job-46) release mem from host: 6, old used:
>>> 104857600,reserved: 1073741824, total: 1671695424; new used:
>>> 104857600,reserved:0; movedfromreserved: true,moveToReserveredfalse
>>> 2013-04-07 00:36:04,892 DEBUG [cloud.async.AsyncJobManagerImpl]
>>> (Job-Executor-39:job-46) Complete async job-46, jobStatus: 1,
>>>resultCode:
>>> 0, result: org.apache.cloudstack.api.response.UserVmResponse@519ba6bb
>>> 2013-04-07 00:36:04,897 DEBUG [cloud.async.AsyncJobManagerImpl]
>>> (Job-Executor-39:job-46) Done executing
>>> org.apache.cloudstack.api.command.user.vm.DestroyVMCmd for job-46
>>> 2013-04-07 00:36:04,949 DEBUG [agent.manager.DirectAgentAttache]
>>> (DirectAgent-410:null) Ping from 6
>>> 2013-04-07 00:36:06,058 DEBUG [agent.manager.DirectAgentAttache]
>>> (DirectAgent-234:null) Ping from 5
>>> 2013-04-07 00:36:06,909 DEBUG [agent.manager.DirectAgentAttache]
>>> (DirectAgent-407:null) Seq 6-324993028: Executing request
>>> 2013-04-07 00:36:07,097 DEBUG [xen.resource.CitrixResourceBase]
>>> (DirectAgent-407:null) VM missing i-2-13-VM old state stopped so
>>>removing.
>>> 2013-04-07 00:36:07,098 DEBUG [xen.resource.CitrixResourceBase]
>>> (DirectAgent-407:null) VM missing i-2-12-VM old state stopped so
>>>removing.
>>> 2013-04-07 00:36:07,098 DEBUG [agent.manager.DirectAgentAttache]
>>> (DirectAgent-407:null) Seq 6-324993028: Response Received:
>>> 2013-04-07 00:36:07,098 DEBUG [agent.transport.Request]
>>> (DirectAgent-407:null) Seq 6-324993028: Processing:  { Ans: , MgmtId:
>>>1,
>>> via: 6, Ver: v1, Flags: 10,
>>>
>>>[{"ClusterSyncAnswer":{"_clusterId":2,"_newStates":{},"_isExecuted":fals
>>>e
>>>,"result":true,"wait":0}}]
>>> }
>>> 2013-04-07 00:36:07,109 DEBUG [cloud.api.ApiServlet]
>>> (1109449945@qtp-1008805148-34:null) ===START===  127.0.0.1 -- GET
>>>
>>>command=queryAsyncJobResult&jobId=042967f3-4fd4-4bcf-a646-999eeca87235&r
>>>e
>>>sponse=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316567107
>>> 2013-04-07 00:36:07,119 DEBUG [cloud.async.AsyncJobManagerImpl]
>>> (1109449945@qtp-1008805148-34:null) Async job-46 completed
>>> 2013-04-07 00:36:07,125 DEBUG [cloud.api.ApiServlet]
>>> (1109449945@qtp-1008805148-34:null) ===END===  127.0.0.1 -- GET
>>>
>>>command=queryAsyncJobResult&jobId=042967f3-4fd4-4bcf-a646-999eeca87235&r
>>>e
>>>sponse=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316567107
>>> 2013-04-07 00:36:11,022 DEBUG [agent.manager.DirectAgentAttache]
>>> (DirectAgent-110:null) Seq 5-614334468: Executing request
>>> 2013-04-07 00:36:11,171 DEBUG [agent.manager.DirectAgentAttache]
>>> (DirectAgent-110:null) Seq 5-614334468: Response Received:
>>> 2013-04-07 00:36:11,171 DEBUG [agent.transport.Request]
>>> (DirectAgent-110:null) Seq 5-614334468: Processing:  { Ans: , MgmtId:
>>>1,
>>> via: 5, Ver: v1, Flags: 10, [{"Answer":{"result":true,"wait":0}}] }
>>> 2013-04-07 00:36:12,411 DEBUG [cloud.api.ApiServlet]
>>> (1109449945@qtp-1008805148-34:null) ===START===  127.0.0.1 -- GET
>>>
>>>command=listVolumes&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA
>>>%
>>>3D&listAll=true&page=1&pagesize=20&_=1365316572408
>>> 2013-04-07 00:36:12,426 DEBUG [cloud.api.ApiServlet]
>>> (1109449945@qtp-1008805148-34:null) ===END===  127.0.0.1 -- GET
>>>
>>>command=listVolumes&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA
>>>%
>>>3D&listAll=true&page=1&pagesize=20&_=1365316572408
>>> 2013-04-07 00:36:13,241 DEBUG [cloud.api.ApiServlet]
>>> (1109449945@qtp-1008805148-34:null) ===START===  127.0.0.1 -- GET
>>>
>>>command=listVirtualMachines&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnR
>>>R
>>>fl8GoVA%3D&listAll=true&page=1&pagesize=20&_=1365316573239
>>> 2013-04-07 00:36:13,259 DEBUG [cloud.api.ApiServlet]
>>> (1109449945@qtp-1008805148-34:null) ===END===  127.0.0.1 -- GET
>>>
>>>command=listVirtualMachines&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnR
>>>R
>>>fl8GoVA%3D&listAll=true&page=1&pagesize=20&_=1365316573239
>>> 2013-04-07 00:36:19,140 DEBUG [cloud.api.ApiServlet]
>>> (1109449945@qtp-1008805148-34:null) ===START===  127.0.0.1 -- GET
>>>
>>>command=listVolumes&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA
>>>%
>>>3D&listAll=true&page=1&pagesize=20&_=1365316579137
>>> 2013-04-07 00:36:19,155 DEBUG [cloud.api.ApiServlet]
>>> (1109449945@qtp-1008805148-34:null) ===END===  127.0.0.1 -- GET
>>>
>>>command=listVolumes&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA
>>>%
>>>3D&listAll=true&page=1&pagesize=20&_=1365316579137
>>> 2013-04-07 00:36:20,452 DEBUG
>>> [storage.secondary.SecondaryStorageManagerImpl] (secstorage-1:null)
>>>Zone 1
>>> is ready to launch secondary storage VM
>>> 2013-04-07 00:36:20,498 DEBUG [cloud.api.ApiServlet]
>>> (1109449945@qtp-1008805148-34:null) ===START===  127.0.0.1 -- GET
>>>
>>>command=listVirtualMachines&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnR
>>>R
>>>fl8GoVA%3D&listAll=true&page=1&pagesize=20&_=1365316580496
>>> 2013-04-07 00:36:20,519 DEBUG [cloud.api.ApiServlet]
>>> (1109449945@qtp-1008805148-34:null) ===END===  127.0.0.1 -- GET
>>>
>>>command=listVirtualMachines&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnR
>>>R
>>>fl8GoVA%3D&listAll=true&page=1&pagesize=20&_=1365316580496
>>> 2013-04-07 00:36:20,554 DEBUG
>>>[cloud.consoleproxy.ConsoleProxyManagerImpl]
>>> (consoleproxy-1:null) Zone 1 is ready to launch console proxy
>>> 2013-04-07 00:36:20,820 DEBUG
>>> [network.router.VirtualNetworkApplianceManagerImpl]
>>> (RouterStatusMonitor-1:null) Found 0 routers to update status.
>>> 2013-04-07 00:36:20,821 DEBUG
>>> [network.router.VirtualNetworkApplianceManagerImpl]
>>> (RouterStatusMonitor-1:null) Found 0 networks to update RvR status.
>>> 2013-04-07 00:36:20,850 DEBUG
>>> [network.router.VirtualNetworkApplianceManagerImpl]
>>> (RouterStatusMonitor-1:null) Found 0 routers to update status.
>>> 2013-04-07 00:36:20,852 DEBUG
>>> [network.router.VirtualNetworkApplianceManagerImpl]
>>> (RouterStatusMonitor-1:null) Found 0 networks to update RvR status.
>>> 2013-04-07 00:36:21,588 DEBUG [cloud.api.ApiServlet]
>>> (1109449945@qtp-1008805148-34:null) ===START===  127.0.0.1 -- GET
>>>
>>>command=listVolumes&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA
>>>%
>>>3D&listAll=true&page=1&pagesize=20&_=1365316581586
>>> 2013-04-07 00:36:21,602 DEBUG [cloud.api.ApiServlet]
>>> (1109449945@qtp-1008805148-34:null) ===END===  127.0.0.1 -- GET
>>>
>>>command=listVolumes&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA
>>>%
>>>3D&listAll=true&page=1&pagesize=20&_=1365316581586
>>> 2013-04-07 00:36:22,324 DEBUG [cloud.api.ApiServlet]
>>> (1109449945@qtp-1008805148-34:null) ===START===  127.0.0.1 -- GET
>>>
>>>command=listVirtualMachines&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnR
>>>R
>>>fl8GoVA%3D&listAll=true&page=1&pagesize=20&_=1365316582321
>>> 2013-04-07 00:36:22,348 DEBUG [cloud.api.ApiServlet]
>>> (1109449945@qtp-1008805148-34:null) ===END===  127.0.0.1 -- GET
>>>
>>>command=listVirtualMachines&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnR
>>>R
>>>fl8GoVA%3D&listAll=true&page=1&pagesize=20&_=1365316582321
>>> 2013-04-07 00:36:24,891 DEBUG [agent.manager.AgentManagerImpl]
>>> (AgentManager-Handler-4:null) Ping from 4
>>> 2013-04-07 00:36:27,193 DEBUG [agent.manager.DirectAgentAttache]
>>> (DirectAgent-204:null) Ping from 1
>>> 2013-04-07 00:36:29,095 DEBUG [agent.manager.DirectAgentAttache]
>>> (DirectAgent-277:null) Seq 1-90046472: Executing request
>>> 2013-04-07 00:36:29,354 DEBUG [agent.manager.DirectAgentAttache]
>>> (DirectAgent-277:null) Seq 1-90046472: Response Received:
>>> 2013-04-07 00:36:29,355 DEBUG [agent.transport.Request]
>>> (DirectAgent-277:null) Seq 1-90046472: Processing:  { Ans: , MgmtId: 1,
>>> via: 1, Ver: v1, Flags: 10,
>>>
>>>[{"ClusterSyncAnswer":{"_clusterId":1,"_newStates":{},"_isExecuted":fals
>>>e
>>>,"result":true,"wait":0}}]
>>> }
>>> 2013-04-07 00:36:47,680 DEBUG [agent.manager.AgentManagerImpl]
>>> (AgentManager-Handler-5:null) Ping from 3
>>> 2013-04-07 00:36:50,451 DEBUG
>>> [storage.secondary.SecondaryStorageManagerImpl] (secstorage-1:null)
>>>Zone 1
>>> is ready to launch secondary storage VM
>>> 2013-04-07 00:36:50,554 DEBUG
>>>[cloud.consoleproxy.ConsoleProxyManagerImpl]
>>> (consoleproxy-1:null) Zone 1 is ready to launch console proxy
>>> 2013-04-07 00:36:50,820 DEBUG
>>> [network.router.VirtualNetworkApplianceManagerImpl]
>>> (RouterStatusMonitor-1:null) Found 0 routers to update status.
>>> 2013-04-07 00:36:50,821 DEBUG
>>> [network.router.VirtualNetworkApplianceManagerImpl]
>>> (RouterStatusMonitor-1:null) Found 0 networks to update RvR status.
>>> 2013-04-07 00:36:50,851 DEBUG
>>> [network.router.VirtualNetworkApplianceManagerImpl]
>>> (RouterStatusMonitor-1:null) Found 0 routers to update status.
>>> 2013-04-07 00:36:50,852 DEBUG
>>> [network.router.VirtualNetworkApplianceManagerImpl]
>>> (RouterStatusMonitor-1:null) Found 0 networks to update RvR status.
>>> 2013-04-07 00:36:51,476 INFO  [agent.manager.AgentMonitor]
>>> (Thread-11:null) Found the following agents behind on ping: [6, 5]
>>> 2013-04-07 00:36:51,477 DEBUG [cloud.host.Status] (Thread-11:null) Ping
>>> timeout for host 6, do invstigation
>>> 2013-04-07 00:36:51,479 DEBUG [cloud.host.Status] (Thread-11:null) Ping
>>> timeout for host 5, do invstigation
>>> 2013-04-07 00:36:51,479 INFO  [agent.manager.AgentManagerImpl]
>>> (AgentTaskPool-9:null) Investigating why host 6 has disconnected with
>>>event
>>> PingTimeout
>>> 2013-04-07 00:36:51,479 DEBUG [agent.manager.AgentManagerImpl]
>>> (AgentTaskPool-9:null) checking if agent (6) is alive
>>> 2013-04-07 00:36:51,482 INFO  [agent.manager.AgentManagerImpl]
>>> (AgentTaskPool-12:null) Investigating why host 5 has disconnected with
>>> event PingTimeout
>>> 2013-04-07 00:36:51,482 DEBUG [agent.manager.AgentManagerImpl]
>>> (AgentTaskPool-12:null) checking if agent (5) is alive
>>> 2013-04-07 00:36:51,483 DEBUG [agent.transport.Request]
>>> (AgentTaskPool-9:null) Seq 6-324993315: Sending  { Cmd , MgmtId: 1,
>>>via: 6,
>>> Ver: v1, Flags: 100011, [{"CheckHealthCommand":{"wait":50}}] }
>>> 2013-04-07 00:36:51,484 DEBUG [agent.transport.Request]
>>> (AgentTaskPool-9:null) Seq 6-324993315: Executing:  { Cmd , MgmtId: 1,
>>>via:
>>> 6, Ver: v1, Flags: 100011, [{"CheckHealthCommand":{"wait":50}}] }
>>> 2013-04-07 00:36:51,484 DEBUG [agent.manager.DirectAgentAttache]
>>> (DirectAgent-169:null) Seq 6-324993315: Executing request
>>> 2013-04-07 00:36:51,485 DEBUG [agent.transport.Request]
>>> (AgentTaskPool-12:null) Seq 5-614334819: Sending  { Cmd , MgmtId: 1,
>>>via:
>>> 5, Ver: v1, Flags: 100011, [{"CheckHealthCommand":{"wait":50}}] }
>>> 2013-04-07 00:36:51,485 DEBUG [agent.transport.Request]
>>> (AgentTaskPool-12:null) Seq 5-614334819: Executing:  { Cmd , MgmtId: 1,
>>> via: 5, Ver: v1, Flags: 100011, [{"CheckHealthCommand":{"wait":50}}] }
>>> 2013-04-07 00:36:51,485 DEBUG [agent.manager.DirectAgentAttache]
>>> (DirectAgent-498:null) Seq 5-614334819: Executing request
>>> 2013-04-07 00:36:51,542 DEBUG [agent.manager.DirectAgentAttache]
>>> (DirectAgent-169:null) Seq 6-324993315: Response Received:
>>> 2013-04-07 00:36:51,542 DEBUG [agent.transport.Request]
>>> (DirectAgent-169:null) Seq 6-324993315: Processing:  { Ans: , MgmtId:
>>>1,
>>> via: 6, Ver: v1, Flags: 10,
>>> [{"CheckHealthAnswer":{"result":true,"details":"resource is
>>> alive","wait":0}}] }
>>> 2013-04-07 00:36:51,542 DEBUG [agent.transport.Request]
>>> (AgentTaskPool-9:null) Seq 6-324993315: Received:  { Ans: , MgmtId: 1,
>>>via:
>>> 6, Ver: v1, Flags: 10, { CheckHealthAnswer } }
>>> 2013-04-07 00:36:51,542 DEBUG [agent.manager.AgentManagerImpl]
>>> (AgentTaskPool-9:null) Details from executing class
>>> com.cloud.agent.api.CheckHealthCommand: resource is alive
>>> 2013-04-07 00:36:51,542 DEBUG [agent.manager.AgentManagerImpl]
>>> (AgentTaskPool-9:null) agent (6) responded to checkHeathCommand,
>>>reporting
>>> that agent is Up
>>> 2013-04-07 00:36:51,542 INFO  [agent.manager.AgentManagerImpl]
>>> (AgentTaskPool-9:null) The state determined is Up
>>> 2013-04-07 00:36:51,542 INFO  [agent.manager.AgentManagerImpl]
>>> (AgentTaskPool-9:null) Agent is determined to be up and running
>>> 2013-04-07 00:36:51,542 DEBUG [cloud.host.Status]
>>>(AgentTaskPool-9:null)
>>> Transition:[Resource state = Enabled, Agent event = Ping, Host id = 6,
>>>name
>>> = Tut-XenServer]
>>> 2013-04-07 00:36:51,546 DEBUG [cloud.host.Status]
>>>(AgentTaskPool-9:null)
>>> Agent status update: [id = 6; name = Tut-XenServer; old status = Up;
>>>event
>>> = Ping; new status = Up; old update count = 313; new update count =
>>>314]
>>> 2013-04-07 00:36:51,549 DEBUG [agent.manager.DirectAgentAttache]
>>> (DirectAgent-498:null) Seq 5-614334819: Response Received:
>>> 2013-04-07 00:36:51,549 DEBUG [agent.transport.Request]
>>> (DirectAgent-498:null) Seq 5-614334819: Processing:  { Ans: , MgmtId:
>>>1,
>>> via: 5, Ver: v1, Flags: 10,
>>> [{"CheckHealthAnswer":{"result":true,"details":"resource is
>>> alive","wait":0}}] }
>>> 2013-04-07 00:36:51,549 DEBUG [agent.transport.Request]
>>> (AgentTaskPool-12:null) Seq 5-614334819: Received:  { Ans: , MgmtId: 1,
>>> via: 5, Ver: v1, Flags: 10, { CheckHealthAnswer } }
>>> 2013-04-07 00:36:51,549 DEBUG [agent.manager.AgentManagerImpl]
>>> (AgentTaskPool-12:null) Details from executing class
>>> com.cloud.agent.api.CheckHealthCommand: resource is alive
>>> 2013-04-07 00:36:51,549 DEBUG [agent.manager.AgentManagerImpl]
>>> (AgentTaskPool-12:null) agent (5) responded to checkHeathCommand,
>>>reporting
>>> that agent is Up
>>> 2013-04-07 00:36:51,549 INFO  [agent.manager.AgentManagerImpl]
>>> (AgentTaskPool-12:null) The state determined is Up
>>> 2013-04-07 00:36:51,549 INFO  [agent.manager.AgentManagerImpl]
>>> (AgentTaskPool-12:null) Agent is determined to be up and running
>>> 2013-04-07 00:36:51,549 DEBUG [cloud.host.Status]
>>>(AgentTaskPool-12:null)
>>> Transition:[Resource state = Enabled, Agent event = Ping, Host id = 5,
>>>name
>>> = Tut-XenServer2]
>>> 2013-04-07 00:36:51,552 DEBUG [cloud.host.Status]
>>>(AgentTaskPool-12:null)
>>> Agent status update: [id = 5; name = Tut-XenServer2; old status = Up;
>>>event
>>> = Ping; new status = Up; old update count = 150; new update count =
>>>151]
>>> 2013-04-07 00:36:54,389 INFO  [cloud.vm.UserVmManagerImpl]
>>> (UserVm-Scavenger-1:null) Found 1 vms to expunge.
>>> 2013-04-07 00:36:54,389 DEBUG [cloud.vm.VirtualMachineManagerImpl]
>>> (UserVm-Scavenger-1:null) Stopped called on
>>> VM[User|c18ddf7c-fc61-40b0-af75-fdef05f8eae6] but the state is
>>>Destroyed
>>> 2013-04-07 00:36:54,391 DEBUG [cloud.capacity.CapacityManagerImpl]
>>> (UserVm-Scavenger-1:null) VM state transitted from :Destroyed to
>>>Expunging
>>> with event: ExpungeOperationvm's original host id: 5 new host id: null
>>>host
>>> id before state transition: null
>>> 2013-04-07 00:36:54,391 DEBUG [cloud.vm.VirtualMachineManagerImpl]
>>> (UserVm-Scavenger-1:null) Destroying vm
>>> VM[User|c18ddf7c-fc61-40b0-af75-fdef05f8eae6]
>>> 2013-04-07 00:36:54,391 DEBUG [cloud.vm.VirtualMachineManagerImpl]
>>> (UserVm-Scavenger-1:null) Cleaning up NICS
>>> 2013-04-07 00:36:54,391 DEBUG [cloud.network.NetworkManagerImpl]
>>> (UserVm-Scavenger-1:null) Cleaning network for vm: 12
>>> 2013-04-07 00:36:54,399 DEBUG [network.guru.DirectNetworkGuru]
>>> (UserVm-Scavenger-1:null) Deallocate network: networkId: 204, ip:
>>> 192.168.56.195
>>> 2013-04-07 00:36:54,409 DEBUG [cloud.network.NetworkManagerImpl]
>>> (UserVm-Scavenger-1:null) Removed nic id=18
>>> 2013-04-07 00:36:54,409 DEBUG [cloud.storage.StorageManagerImpl]
>>> (UserVm-Scavenger-1:null) Cleaning storage for vm: 12
>>> 2013-04-07 00:36:54,417 DEBUG [cloud.storage.StorageManagerImpl]
>>> (UserVm-Scavenger-1:null) Expunging Vol[12|vm=12|ROOT]
>>> 2013-04-07 00:36:54,424 DEBUG [agent.transport.Request]
>>> (UserVm-Scavenger-1:null) Seq 5-614334820: Sending  { Cmd , MgmtId: 1,
>>>via:
>>> 5, Ver: v1, Flags: 100111,
>>>
>>>[{"storage.DestroyCommand":{"vmName":"i-2-12-VM","volume":{"id":12,"name
>>>"
>>>:"ROOT-12","mountPoint":"/iSCSI_SR_3","path":"40a39639-e8aa-45b5-bfa1-59
>>>1
>>>b68571d0c","size":52428800,"type":"ROOT","storagePoolType":"PreSetup","s
>>>t
>>>oragePoolUuid":"iSCSI_SR_3","deviceId":0},"wait":0}}]
>>> }
>>> 2013-04-07 00:36:54,424 DEBUG [agent.transport.Request]
>>> (UserVm-Scavenger-1:null) Seq 5-614334820: Executing:  { Cmd , MgmtId:
>>>1,
>>> via: 5, Ver: v1, Flags: 100111,
>>>
>>>[{"storage.DestroyCommand":{"vmName":"i-2-12-VM","volume":{"id":12,"name
>>>"
>>>:"ROOT-12","mountPoint":"/iSCSI_SR_3","path":"40a39639-e8aa-45b5-bfa1-59
>>>1
>>>b68571d0c","size":52428800,"type":"ROOT","storagePoolType":"PreSetup","s
>>>t
>>>oragePoolUuid":"iSCSI_SR_3","deviceId":0},"wait":0}}]
>>> }
>>> 2013-04-07 00:36:54,424 DEBUG [agent.manager.DirectAgentAttache]
>>> (DirectAgent-411:null) Seq 5-614334820: Executing request
>>> 2013-04-07 00:36:55,072 DEBUG [agent.manager.DirectAgentAttache]
>>> (DirectAgent-411:null) Seq 5-614334820: Response Received:
>>> 2013-04-07 00:36:55,072 DEBUG [agent.transport.Request]
>>> (DirectAgent-411:null) Seq 5-614334820: Processing:  { Ans: , MgmtId:
>>>1,
>>> via: 5, Ver: v1, Flags: 110,
>>> [{"Answer":{"result":true,"details":"Success","wait":0}}] }
>>> 2013-04-07 00:36:55,072 DEBUG [agent.transport.Request]
>>> (UserVm-Scavenger-1:null) Seq 5-614334820: Received:  { Ans: , MgmtId:
>>>1,
>>> via: 5, Ver: v1, Flags: 110, { Answer } }
>>> 2013-04-07 00:36:55,072 DEBUG [agent.manager.AgentAttache]
>>> (DirectAgent-411:null) Seq 5-614334820: No more commands found
>>> 2013-04-07 00:36:55,076 DEBUG [cloud.storage.StorageManagerImpl]
>>> (UserVm-Scavenger-1:null) Volume successfully expunged from 257
>>> 2013-04-07 00:36:55,076 DEBUG [cloud.vm.VirtualMachineManagerImpl]
>>> (UserVm-Scavenger-1:null) Expunged
>>> VM[User|c18ddf7c-fc61-40b0-af75-fdef05f8eae6]
>>> 2013-04-07 00:36:55,076 DEBUG [cloud.vm.UserVmManagerImpl]
>>> (UserVm-Scavenger-1:null) Starting cleaning up vm
>>> VM[User|c18ddf7c-fc61-40b0-af75-fdef05f8eae6] resources...
>>> 2013-04-07 00:36:55,080 INFO
>>>[network.security.SecurityGroupManagerImpl]
>>> (UserVm-Scavenger-1:null) Disassociated 1 network groups  from uservm
>>>12
>>> 2013-04-07 00:36:55,081 DEBUG
>>>[network.security.SecurityGroupManagerImpl]
>>> (UserVm-Scavenger-1:null) Security group mappings are removed
>>>successfully
>>> for vm id=12
>>> 2013-04-07 00:36:55,090 DEBUG [network.firewall.FirewallManagerImpl]
>>> (UserVm-Scavenger-1:null) No firewall rules are found for vm id=12
>>> 2013-04-07 00:36:55,090 DEBUG [cloud.vm.UserVmManagerImpl]
>>> (UserVm-Scavenger-1:null) Firewall rules are removed successfully as a
>>>part
>>> of vm id=12 expunge
>>> 2013-04-07 00:36:55,093 DEBUG [network.rules.RulesManagerImpl]
>>> (UserVm-Scavenger-1:null) No port forwarding rules are found for vm
>>>id=12
>>> 2013-04-07 00:36:55,093 DEBUG [cloud.vm.UserVmManagerImpl]
>>> (UserVm-Scavenger-1:null) Port forwarding rules are removed
>>>successfully as
>>> a part of vm id=12 expunge
>>> 2013-04-07 00:36:55,095 DEBUG [cloud.vm.UserVmManagerImpl]
>>> (UserVm-Scavenger-1:null) Removed vm id=12 from all load balancers as a
>>> part of expunge process
>>> 2013-04-07 00:36:55,096 DEBUG [cloud.vm.UserVmManagerImpl]
>>> (UserVm-Scavenger-1:null) Successfully cleaned up vm
>>> VM[User|c18ddf7c-fc61-40b0-af75-fdef05f8eae6] resources as a part of
>>> expunge process
>>> 2013-04-07 00:37:04,802 DEBUG [agent.manager.DirectAgentAttache]
>>> (DirectAgent-110:null) Ping from 6
>>> 2013-04-07 00:37:06,042 DEBUG [agent.manager.DirectAgentAttache]
>>> (DirectAgent-409:null) Ping from 5
>>> 2013-04-07 00:37:06,909 DEBUG [agent.manager.DirectAgentAttache]
>>> (DirectAgent-239:null) Seq 6-324993028: Executing request
>>> 2013-04-07 00:37:07,099 DEBUG [agent.manager.DirectAgentAttache]
>>> (DirectAgent-239:null) Seq 6-324993028: Response Received:
>>> 2013-04-07 00:37:07,100 DEBUG [agent.transport.Request]
>>> (DirectAgent-239:null) Seq 6-324993028: Processing:  { Ans: , MgmtId:
>>>1,
>>> via: 6, Ver: v1, Flags: 10,
>>>
>>>[{"ClusterSyncAnswer":{"_clusterId":2,"_newStates":{},"_isExecuted":fals
>>>e
>>>,"result":true,"wait":0}}]
>>> }
>>> 2013-04-07 00:37:11,022 DEBUG [agent.manager.DirectAgentAttache]
>>> (DirectAgent-225:null) Seq 5-614334468: Executing request
>>> 2013-04-07 00:37:11,170 DEBUG [agent.manager.DirectAgentAttache]
>>> (DirectAgent-225:null) Seq 5-614334468: Response Received:
>>> 2013-04-07 00:37:11,171 DEBUG [agent.transport.Request]
>>> (DirectAgent-225:null) Seq 5-614334468: Processing:  { Ans: , MgmtId:
>>>1,
>>> via: 5, Ver: v1, Flags: 10, [{"Answer":{"result":true,"wait":0}}] }
>>> 2013-04-07 00:37:20,451 DEBUG
>>> [storage.secondary.SecondaryStorageManagerImpl] (secstorage-1:null)
>>>Zone 1
>>> is ready to launch secondary storage VM
>>> 2013-04-07 00:37:20,554 DEBUG
>>>[cloud.consoleproxy.ConsoleProxyManagerImpl]
>>> (consoleproxy-1:null) Zone 1 is ready to launch console proxy
>>> 2013-04-07 00:37:20,820 DEBUG
>>> [network.router.VirtualNetworkApplianceManagerImpl]
>>> (RouterStatusMonitor-1:null) Found 0 routers to update status.
>>> 2013-04-07 00:37:20,822 DEBUG
>>> [network.router.VirtualNetworkApplianceManagerImpl]
>>> (RouterStatusMonitor-1:null) Found 0 networks to update RvR status.
>>> 2013-04-07 00:37:20,851 DEBUG
>>> [network.router.VirtualNetworkApplianceManagerImpl]
>>> (RouterStatusMonitor-1:null) Found 0 routers to update status.
>>> 2013-04-07 00:37:20,852 DEBUG
>>> [network.router.VirtualNetworkApplianceManagerImpl]
>>> (RouterStatusMonitor-1:null) Found 0 networks to update RvR status.
>>> 2013-04-07 00:37:24,890 DEBUG [agent.manager.AgentManagerImpl]
>>> (AgentManager-Handler-6:null) Ping from 4
>>> 2013-04-07 00:37:27,167 DEBUG [agent.manager.DirectAgentAttache]
>>> (DirectAgent-354:null) Ping from 1
>>> 2013-04-07 00:37:29,095 DEBUG [agent.manager.DirectAgentAttache]
>>> (DirectAgent-97:null) Seq 1-90046472: Executing request
>>> 2013-04-07 00:37:29,317 DEBUG [agent.manager.DirectAgentAttache]
>>> (DirectAgent-97:null) Seq 1-90046472: Response Received:
>>> 2013-04-07 00:37:29,317 DEBUG [agent.transport.Request]
>>> (DirectAgent-97:null) Seq 1-90046472: Processing:  { Ans: , MgmtId: 1,
>>>via:
>>> 1, Ver: v1, Flags: 10,
>>>
>>>[{"ClusterSyncAnswer":{"_clusterId":1,"_newStates":{},"_isExecuted":fals
>>>e
>>>,"result":true,"wait":0}}]
>>> }
>>> 2013-04-07 00:37:47,679 DEBUG [agent.manager.AgentManagerImpl]
>>> (AgentManager-Handler-7:null) Ping from 3
>>> 2013-04-07 00:37:50,451 DEBUG
>>> [storage.secondary.SecondaryStorageManagerImpl] (secstorage-1:null)
>>>Zone 1
>>> is ready to launch secondary storage VM
>>> 2013-04-07 00:37:50,555 DEBUG
>>>[cloud.consoleproxy.ConsoleProxyManagerImpl]
>>> (consoleproxy-1:null) Zone 1 is ready to launch console proxy
>>> 2013-04-07 00:37:50,798 INFO  [cloud.ha.HighAvailabilityManagerImpl]
>>> (HA-2:null) checking health of usage server
>>> 2013-04-07 00:37:50,799 DEBUG [cloud.ha.HighAvailabilityManagerImpl]
>>> (HA-2:null) usage server running? false, heartbeat: null
>>> 2013-04-07 00:37:50,801 DEBUG [cloud.alert.AlertManagerImpl]
>>>(HA-2:null)
>>> Have already sent: 1 emails for alert type '12' -- skipping send email
>>> 2013-04-07 00:37:50,816 DEBUG
>>> [network.router.VirtualNetworkApplianceManagerImpl]
>>>(RouterMonitor-1:null)
>>> Found 0 running routers.
>>> 2013-04-07 00:37:50,820 DEBUG
>>> [network.router.VirtualNetworkApplianceManagerImpl]
>>> (RouterStatusMonitor-1:null) Found 0 routers to update status.
>>> 2013-04-07 00:37:50,821 DEBUG
>>> [network.router.VirtualNetworkApplianceManagerImpl]
>>> (RouterStatusMonitor-1:null) Found 0 networks to update RvR status.
>>> 2013-04-07 00:37:50,850 DEBUG
>>> [network.router.VirtualNetworkApplianceManagerImpl]
>>>(RouterMonitor-1:null)
>>> Found 0 running routers.
>>> 2013-04-07 00:37:50,851 DEBUG
>>> [network.router.VirtualNetworkApplianceManagerImpl]
>>> (RouterStatusMonitor-1:null) Found 0 routers to update status.
>>> 2013-04-07 00:37:50,852 DEBUG
>>> [network.router.VirtualNetworkApplianceManagerImpl]
>>> (RouterStatusMonitor-1:null) Found 0 networks to update RvR status.
>>> 2013-04-07 00:37:50,909 DEBUG
>>> [cloud.network.ExternalLoadBalancerUsageManagerImpl]
>>> (ExternalNetworkMonitor-1:null) External devices stats collector is
>>> running...
>>> 2013-04-07 00:37:50,920 DEBUG [storage.snapshot.SnapshotSchedulerImpl]
>>> (SnapshotPollTask:null) Snapshot scheduler.poll is being called at
>>> 2013-04-07 06:37:50 GMT
>>> 2013-04-07 00:37:50,921 DEBUG [storage.snapshot.SnapshotSchedulerImpl]
>>> (SnapshotPollTask:null) Got 0 snapshots to be executed at 2013-04-07
>>> 06:37:50 GMT
>>> 2013-04-07 00:37:51,480 INFO  [agent.manager.AgentMonitor]
>>> (Thread-11:null) Found the following agents behind on ping: [6, 5]
>>> 2013-04-07 00:37:51,481 DEBUG [cloud.host.Status] (Thread-11:null) Ping
>>> timeout for host 6, do invstigation
>>> 2013-04-07 00:37:51,482 DEBUG [cloud.host.Status] (Thread-11:null) Ping
>>> timeout for host 5, do invstigation
>>> 2013-04-07 00:37:51,483 INFO  [agent.manager.AgentManagerImpl]
>>> (AgentTaskPool-10:null) Investigating why host 6 has disconnected with
>>> event PingTimeout
>>> 2013-04-07 00:37:51,483 DEBUG [agent.manager.AgentManagerImpl]
>>> (AgentTaskPool-10:null) checking if agent (6) is alive
>>> 2013-04-07 00:37:51,484 INFO  [agent.manager.AgentManagerImpl]
>>> (AgentTaskPool-13:null) Investigating why host 5 has disconnected with
>>> event PingTimeout
>>> 2013-04-07 00:37:51,484 DEBUG [agent.manager.AgentManagerImpl]
>>> (AgentTaskPool-13:null) checking if agent (5) is alive
>>> 2013-04-07 00:37:51,486 DEBUG [agent.transport.Request]
>>> (AgentTaskPool-10:null) Seq 6-324993316: Sending  { Cmd , MgmtId: 1,
>>>via:
>>> 6, Ver: v1, Flags: 100011, [{"CheckHealthCommand":{"wait":50}}] }
>>> 2013-04-07 00:37:51,486 DEBUG [agent.transport.Request]
>>> (AgentTaskPool-10:null) Seq 6-324993316: Executing:  { Cmd , MgmtId: 1,
>>> via: 6, Ver: v1, Flags: 100011, [{"CheckHealthCommand":{"wait":50}}] }
>>> 2013-04-07 00:37:51,486 DEBUG [agent.manager.DirectAgentAttache]
>>> (DirectAgent-303:null) Seq 6-324993316: Executing request
>>> 2013-04-07 00:37:51,488 DEBUG [agent.transport.Request]
>>> (AgentTaskPool-13:null) Seq 5-614334821: Sending  { Cmd , MgmtId: 1,
>>>via:
>>> 5, Ver: v1, Flags: 100011, [{"CheckHealthCommand":{"wait":50}}] }
>>> 2013-04-07 00:37:51,488 DEBUG [agent.transport.Request]
>>> (AgentTaskPool-13:null) Seq 5-614334821: Executing:  { Cmd , MgmtId: 1,
>>> via: 5, Ver: v1, Flags: 100011, [{"CheckHealthCommand":{"wait":50}}] }
>>> 2013-04-07 00:37:51,488 DEBUG [agent.manager.DirectAgentAttache]
>>> (DirectAgent-158:null) Seq 5-614334821: Executing request
>>> 2013-04-07 00:37:51,537 DEBUG [agent.manager.DirectAgentAttache]
>>> (DirectAgent-303:null) Seq 6-324993316: Response Received:
>>> 2013-04-07 00:37:51,538 DEBUG [agent.transport.Request]
>>> (DirectAgent-303:null) Seq 6-324993316: Processing:  { Ans: , MgmtId:
>>>1,
>>> via: 6, Ver: v1, Flags: 10,
>>> [{"CheckHealthAnswer":{"result":true,"details":"resource is
>>> alive","wait":0}}] }
>>> 2013-04-07 00:37:51,538 DEBUG [agent.transport.Request]
>>> (AgentTaskPool-10:null) Seq 6-324993316: Received:  { Ans: , MgmtId: 1,
>>> via: 6, Ver: v1, Flags: 10, { CheckHealthAnswer } }
>>> 2013-04-07 00:37:51,538 DEBUG [agent.manager.AgentManagerImpl]
>>> (AgentTaskPool-10:null) Details from executing class
>>> com.cloud.agent.api.CheckHealthCommand: resource is alive
>>> 2013-04-07 00:37:51,538 DEBUG [agent.manager.AgentManagerImpl]
>>> (AgentTaskPool-10:null) agent (6) responded to checkHeathCommand,
>>>reporting
>>> that agent is Up
>>> 2013-04-07 00:37:51,538 INFO  [agent.manager.AgentManagerImpl]
>>> (AgentTaskPool-10:null) The state determined is Up
>>> 2013-04-07 00:37:51,538 INFO  [agent.manager.AgentManagerImpl]
>>> (AgentTaskPool-10:null) Agent is determined to be up and running
>>> 2013-04-07 00:37:51,538 DEBUG [cloud.host.Status]
>>>(AgentTaskPool-10:null)
>>> Transition:[Resource state = Enabled, Agent event = Ping, Host id = 6,
>>>name
>>> = Tut-XenServer]
>>> 2013-04-07 00:37:51,541 DEBUG [agent.manager.DirectAgentAttache]
>>> (DirectAgent-158:null) Seq 5-614334821: Response Received:
>>> 2013-04-07 00:37:51,541 DEBUG [agent.transport.Request]
>>> (DirectAgent-158:null) Seq 5-614334821: Processing:  { Ans: , MgmtId:
>>>1,
>>> via: 5, Ver: v1, Flags: 10,
>>> [{"CheckHealthAnswer":{"result":true,"details":"resource is
>>> alive","wait":0}}] }
>>> 2013-04-07 00:37:51,541 DEBUG [agent.transport.Request]
>>> (AgentTaskPool-13:null) Seq 5-614334821: Received:  { Ans: , MgmtId: 1,
>>> via: 5, Ver: v1, Flags: 10, { CheckHealthAnswer } }
>>> 2013-04-07 00:37:51,541 DEBUG [agent.manager.AgentManagerImpl]
>>> (AgentTaskPool-13:null) Details from executing class
>>> com.cloud.agent.api.CheckHealthCommand: resource is alive
>>> 2013-04-07 00:37:51,541 DEBUG [agent.manager.AgentManagerImpl]
>>> (AgentTaskPool-13:null) agent (5) responded to checkHeathCommand,
>>>reporting
>>> that agent is Up
>>> 2013-04-07 00:37:51,541 INFO  [agent.manager.AgentManagerImpl]
>>> (AgentTaskPool-13:null) The state determined is Up
>>> 2013-04-07 00:37:51,541 DEBUG [cloud.host.Status]
>>>(AgentTaskPool-10:null)
>>> Agent status update: [id = 6; name = Tut-XenServer; old status = Up;
>>>event
>>> = Ping; new status = Up; old update count = 314; new update count =
>>>315]
>>> 2013-04-07 00:37:51,541 INFO  [agent.manager.AgentManagerImpl]
>>> (AgentTaskPool-13:null) Agent is determined to be up and running
>>> 2013-04-07 00:37:51,541 DEBUG [cloud.host.Status]
>>>(AgentTaskPool-13:null)
>>> Transition:[Resource state = Enabled, Agent event = Ping, Host id = 5,
>>>name
>>> = Tut-XenServer2]
>>> 2013-04-07 00:37:51,544 DEBUG [cloud.host.Status]
>>>(AgentTaskPool-13:null)
>>> Agent status update: [id = 5; name = Tut-XenServer2; old status = Up;
>>>event
>>> = Ping; new status = Up; old update count = 151; new update count =
>>>152]
>>> 2013-04-07 00:37:55,103 INFO  [cloud.vm.UserVmManagerImpl]
>>> (UserVm-Scavenger-1:null) Found 1 vms to expunge.
>>> 2013-04-07 00:37:55,103 DEBUG [cloud.vm.VirtualMachineManagerImpl]
>>> (UserVm-Scavenger-1:null) Stopped called on
>>> VM[User|94ddc16f-04fc-4da1-8326-01d8d5cdeb44] but the state is
>>>Destroyed
>>> 2013-04-07 00:37:55,105 DEBUG [cloud.capacity.CapacityManagerImpl]
>>> (UserVm-Scavenger-1:null) VM state transitted from :Destroyed to
>>>Expunging
>>> with event: ExpungeOperationvm's original host id: 6 new host id: null
>>>host
>>> id before state transition: null
>>> 2013-04-07 00:37:55,105 DEBUG [cloud.vm.VirtualMachineManagerImpl]
>>> (UserVm-Scavenger-1:null) Destroying vm
>>> VM[User|94ddc16f-04fc-4da1-8326-01d8d5cdeb44]
>>> 2013-04-07 00:37:55,105 DEBUG [cloud.vm.VirtualMachineManagerImpl]
>>> (UserVm-Scavenger-1:null) Cleaning up NICS
>>> 2013-04-07 00:37:55,105 DEBUG [cloud.network.NetworkManagerImpl]
>>> (UserVm-Scavenger-1:null) Cleaning network for vm: 13
>>> 2013-04-07 00:37:55,113 DEBUG [network.guru.DirectNetworkGuru]
>>> (UserVm-Scavenger-1:null) Deallocate network: networkId: 204, ip:
>>> 192.168.56.146
>>> 2013-04-07 00:37:55,124 DEBUG [cloud.network.NetworkManagerImpl]
>>> (UserVm-Scavenger-1:null) Removed nic id=19
>>> 2013-04-07 00:37:55,124 DEBUG [cloud.storage.StorageManagerImpl]
>>> (UserVm-Scavenger-1:null) Cleaning storage for vm: 13
>>> 2013-04-07 00:37:55,132 DEBUG [cloud.storage.StorageManagerImpl]
>>> (UserVm-Scavenger-1:null) Expunging Vol[13|vm=13|ROOT]
>>> 2013-04-07 00:37:55,139 DEBUG [agent.transport.Request]
>>> (UserVm-Scavenger-1:null) Seq 6-324993317: Sending  { Cmd , MgmtId: 1,
>>>via:
>>> 6, Ver: v1, Flags: 100111,
>>>
>>>[{"storage.DestroyCommand":{"vmName":"i-2-13-VM","volume":{"id":13,"name
>>>"
>>>:"ROOT-13","mountPoint":"/iSCSI_SR_3","path":"99154d9c-2665-465d-8c71-e6
>>>0
>>>f1748895b","size":52428800,"type":"ROOT","storagePoolType":"PreSetup","s
>>>t
>>>oragePoolUuid":"iSCSI_SR_3","deviceId":0},"wait":0}}]
>>> }
>>> 2013-04-07 00:37:55,140 DEBUG [agent.transport.Request]
>>> (UserVm-Scavenger-1:null) Seq 6-324993317: Executing:  { Cmd , MgmtId:
>>>1,
>>> via: 6, Ver: v1, Flags: 100111,
>>>
>>>[{"storage.DestroyCommand":{"vmName":"i-2-13-VM","volume":{"id":13,"name
>>>"
>>>:"ROOT-13","mountPoint":"/iSCSI_SR_3","path":"99154d9c-2665-465d-8c71-e6
>>>0
>>>f1748895b","size":52428800,"type":"ROOT","storagePoolType":"PreSetup","s
>>>t
>>>oragePoolUuid":"iSCSI_SR_3","deviceId":0},"wait":0}}]
>>> }
>>> 2013-04-07 00:37:55,140 DEBUG [agent.manager.DirectAgentAttache]
>>> (DirectAgent-87:null) Seq 6-324993317: Executing request
>>> 2013-04-07 00:37:55,724 DEBUG [agent.manager.DirectAgentAttache]
>>> (DirectAgent-87:null) Seq 6-324993317: Response Received:
>>> 2013-04-07 00:37:55,724 DEBUG [agent.transport.Request]
>>> (DirectAgent-87:null) Seq 6-324993317: Processing:  { Ans: , MgmtId: 1,
>>> via: 6, Ver: v1, Flags: 110,
>>> [{"Answer":{"result":true,"details":"Success","wait":0}}] }
>>> 2013-04-07 00:37:55,724 DEBUG [agent.manager.AgentAttache]
>>> (DirectAgent-87:null) Seq 6-324993317: No more commands found
>>> 2013-04-07 00:37:55,724 DEBUG [agent.transport.Request]
>>> (UserVm-Scavenger-1:null) Seq 6-324993317: Received:  { Ans: , MgmtId:
>>>1,
>>> via: 6, Ver: v1, Flags: 110, { Answer } }
>>> 2013-04-07 00:37:55,727 DEBUG [cloud.storage.StorageManagerImpl]
>>> (UserVm-Scavenger-1:null) Volume successfully expunged from 257
>>> 2013-04-07 00:37:55,727 DEBUG [cloud.vm.VirtualMachineManagerImpl]
>>> (UserVm-Scavenger-1:null) Expunged
>>> VM[User|94ddc16f-04fc-4da1-8326-01d8d5cdeb44]
>>> 2013-04-07 00:37:55,727 DEBUG [cloud.vm.UserVmManagerImpl]
>>> (UserVm-Scavenger-1:null) Starting cleaning up vm
>>> VM[User|94ddc16f-04fc-4da1-8326-01d8d5cdeb44] resources...
>>> 2013-04-07 00:37:55,730 INFO
>>>[network.security.SecurityGroupManagerImpl]
>>> (UserVm-Scavenger-1:null) Disassociated 1 network groups  from uservm
>>>13
>>> 2013-04-07 00:37:55,732 DEBUG
>>>[network.security.SecurityGroupManagerImpl]
>>> (UserVm-Scavenger-1:null) Security group mappings are removed
>>>successfully
>>> for vm id=13
>>> 2013-04-07 00:37:55,736 DEBUG [network.firewall.FirewallManagerImpl]
>>> (UserVm-Scavenger-1:null) No firewall rules are found for vm id=13
>>> 2013-04-07 00:37:55,737 DEBUG [cloud.vm.UserVmManagerImpl]
>>> (UserVm-Scavenger-1:null) Firewall rules are removed successfully as a
>>>part
>>> of vm id=13 expunge
>>> 2013-04-07 00:37:55,739 DEBUG [network.rules.RulesManagerImpl]
>>> (UserVm-Scavenger-1:null) No port forwarding rules are found for vm
>>>id=13
>>> 2013-04-07 00:37:55,739 DEBUG [cloud.vm.UserVmManagerImpl]
>>> (UserVm-Scavenger-1:null) Port forwarding rules are removed
>>>successfully as
>>> a part of vm id=13 expunge
>>> 2013-04-07 00:37:55,740 DEBUG [cloud.vm.UserVmManagerImpl]
>>> (UserVm-Scavenger-1:null) Removed vm id=13 from all load balancers as a
>>> part of expunge process
>>> 2013-04-07 00:37:55,741 DEBUG [cloud.vm.UserVmManagerImpl]
>>> (UserVm-Scavenger-1:null) Successfully cleaned up vm
>>> VM[User|94ddc16f-04fc-4da1-8326-01d8d5cdeb44] resources as a part of
>>> expunge process
>>> 2013-04-07 00:38:04,813 DEBUG [agent.manager.DirectAgentAttache]
>>> (DirectAgent-442:null) Ping from 6
>>> 2013-04-07 00:38:06,064 DEBUG [agent.manager.DirectAgentAttache]
>>> (DirectAgent-374:null) Ping from 5
>>> 2013-04-07 00:38:06,909 DEBUG [agent.manager.DirectAgentAttache]
>>> (DirectAgent-157:null) Seq 6-324993028: Executing request
>>> 2013-04-07 00:38:07,099 DEBUG [agent.manager.DirectAgentAttache]
>>> (DirectAgent-157:null) Seq 6-324993028: Response Received:
>>> 2013-04-07 00:38:07,100 DEBUG [agent.transport.Request]
>>> (DirectAgent-157:null) Seq 6-324993028: Processing:  { Ans: , MgmtId:
>>>1,
>>> via: 6, Ver: v1, Flags: 10,
>>>
>>>[{"ClusterSyncAnswer":{"_clusterId":2,"_newStates":{},"_isExecuted":fals
>>>e
>>>,"result":true,"wait":0}}]
>>> }
>>> 2013-04-07 00:38:11,022 DEBUG [agent.manager.DirectAgentAttache]
>>> (DirectAgent-192:null) Seq 5-614334468: Executing request
>>> 2013-04-07 00:38:11,181 DEBUG [agent.manager.DirectAgentAttache]
>>> (DirectAgent-192:null) Seq 5-614334468: Response Received:
>>> 2013-04-07 00:38:11,181 DEBUG [agent.transport.Request]
>>> (DirectAgent-192:null) Seq 5-614334468: Processing:  { Ans: , MgmtId:
>>>1,
>>> via: 5, Ver: v1, Flags: 10, [{"Answer":{"result":true,"wait":0}}] }
>>> 2013-04-07 00:38:20,455 DEBUG
>>> [storage.secondary.SecondaryStorageManagerImpl] (secstorage-1:null)
>>>Zone 1
>>> is ready to launch secondary storage VM
>>> 2013-04-07 00:38:20,573 DEBUG
>>>[cloud.consoleproxy.ConsoleProxyManagerImpl]
>>> (consoleproxy-1:null) Zone 1 is ready to launch console proxy
>>> 2013-04-07 00:38:20,820 DEBUG
>>> [network.router.VirtualNetworkApplianceManagerImpl]
>>> (RouterStatusMonitor-1:null) Found 0 routers to update status.
>>> 2013-04-07 00:38:20,821 DEBUG
>>> [network.router.VirtualNetworkApplianceManagerImpl]
>>> (RouterStatusMonitor-1:null) Found 0 networks to update RvR status.
>>> 2013-04-07 00:38:20,851 DEBUG
>>> [network.router.VirtualNetworkApplianceManagerImpl]
>>> (RouterStatusMonitor-1:null) Found 0 routers to update status.
>>> 2013-04-07 00:38:20,853 DEBUG
>>> [network.router.VirtualNetworkApplianceManagerImpl]
>>> (RouterStatusMonitor-1:null) Found 0 networks to update RvR status.
>>> 2013-04-07 00:38:20,921 DEBUG [cloud.alert.AlertManagerImpl]
>>> (CapacityChecker:null) Running Capacity Checker ...
>>> 2013-04-07 00:38:20,921 DEBUG [cloud.alert.AlertManagerImpl]
>>> (CapacityChecker:null) recalculating system capacity
>>> 2013-04-07 00:38:20,921 DEBUG [cloud.alert.AlertManagerImpl]
>>> (CapacityChecker:null) Executing cpu/ram capacity update
>>> 2013-04-07 00:38:20,931 DEBUG [cloud.capacity.CapacityManagerImpl]
>>> (CapacityChecker:null) Found 2 VMs on host 1
>>> 2013-04-07 00:38:20,932 DEBUG [cloud.capacity.CapacityManagerImpl]
>>> (CapacityChecker:null) Found 0 VM, not running on host 1
>>> 2013-04-07 00:38:20,935 DEBUG [cloud.capacity.CapacityManagerImpl]
>>> (CapacityChecker:null) No need to calibrate cpu capacity, host:1
>>>usedCpu:
>>> 200 reservedCpu: 0
>>> 2013-04-07 00:38:20,935 DEBUG [cloud.capacity.CapacityManagerImpl]
>>> (CapacityChecker:null) No need to calibrate memory capacity, host:1
>>> usedMem: 209715200 reservedMem: 0
>>> 2013-04-07 00:38:20,940 DEBUG [cloud.capacity.CapacityManagerImpl]
>>> (CapacityChecker:null) Found 0 VMs on host 5
>>> 2013-04-07 00:38:20,941 DEBUG [cloud.capacity.CapacityManagerImpl]
>>> (CapacityChecker:null) Found 0 VM, not running on host 5
>>> 2013-04-07 00:38:20,944 DEBUG [cloud.capacity.CapacityManagerImpl]
>>> (CapacityChecker:null) No need to calibrate cpu capacity, host:5
>>>usedCpu: 0
>>> reservedCpu: 0
>>> 2013-04-07 00:38:20,944 DEBUG [cloud.capacity.CapacityManagerImpl]
>>> (CapacityChecker:null) No need to calibrate memory capacity, host:5
>>> usedMem: 0 reservedMem: 0
>>> 2013-04-07 00:38:20,950 DEBUG [cloud.capacity.CapacityManagerImpl]
>>> (CapacityChecker:null) Found 1 VMs on host 6
>>> 2013-04-07 00:38:20,951 DEBUG [cloud.capacity.CapacityManagerImpl]
>>> (CapacityChecker:null) Found 0 VM, not running on host 6
>>> 2013-04-07 00:38:20,954 DEBUG [cloud.capacity.CapacityManagerImpl]
>>> (CapacityChecker:null) No need to calibrate cpu capacity, host:6
>>>usedCpu:
>>> 100 reservedCpu: 0
>>> 2013-04-07 00:38:20,954 DEBUG [cloud.capacity.CapacityManagerImpl]
>>> (CapacityChecker:null) No need to calibrate memory capacity, host:6
>>> usedMem: 104857600 reservedMem: 0
>>> 2013-04-07 00:38:20,954 DEBUG [cloud.alert.AlertManagerImpl]
>>> (CapacityChecker:null) Done executing cpu/ram capacity update
>>> 2013-04-07 00:38:20,954 DEBUG [cloud.alert.AlertManagerImpl]
>>> (CapacityChecker:null) Executing storage capacity update
>>> 2013-04-07 00:38:20,961 DEBUG [cloud.storage.StorageManagerImpl]
>>> (CapacityChecker:null) Successfully set Capacity - 31004332032 for
>>>capacity
>>> type - 9 , DataCenterId - 1, HostOrPoolId - 200, PodId 1
>>> 2013-04-07 00:38:20,965 DEBUG [cloud.storage.StorageManagerImpl]
>>> (CapacityChecker:null) Successfully set Capacity - 97221701632 for
>>>capacity
>>> type - 9 , DataCenterId - 1, HostOrPoolId - 201, PodId 1
>>> 2013-04-07 00:38:20,970 DEBUG [cloud.storage.StorageManagerImpl]
>>> (CapacityChecker:null) Successfully set Capacity - 97221701632 for
>>>capacity
>>> type - 9 , DataCenterId - 1, HostOrPoolId - 202, PodId 1
>>> 2013-04-07 00:38:20,975 DEBUG [cloud.storage.StorageManagerImpl]
>>> (CapacityChecker:null) Successfully set Capacity - 2084569088 for
>>>capacity
>>> type - 3 , DataCenterId - 1, HostOrPoolId - 256, PodId 1
>>> 2013-04-07 00:38:20,980 DEBUG [cloud.storage.StorageManagerImpl]
>>> (CapacityChecker:null) Successfully set Capacity - 2084569088 for
>>>capacity
>>> type - 3 , DataCenterId - 1, HostOrPoolId - 257, PodId 1
>>> 2013-04-07 00:38:20,985 DEBUG [cloud.storage.StorageManagerImpl]
>>> (CapacityChecker:null) Successfully set Capacity - 2084569088 for
>>>capacity
>>> type - 3 , DataCenterId - 1, HostOrPoolId - 262, PodId 1
>>> 2013-04-07 00:38:20,985 DEBUG [cloud.alert.AlertManagerImpl]
>>> (CapacityChecker:null) Done executing storage capacity update
>>> 2013-04-07 00:38:20,985 DEBUG [cloud.alert.AlertManagerImpl]
>>> (CapacityChecker:null) Executing capacity updates for public ip and
>>>Vlans
>>> 2013-04-07 00:38:20,995 DEBUG [cloud.alert.AlertManagerImpl]
>>> (CapacityChecker:null) Done capacity updates for public ip and Vlans
>>> 2013-04-07 00:38:20,996 DEBUG [cloud.alert.AlertManagerImpl]
>>> (CapacityChecker:null) Executing capacity updates for private ip
>>> 2013-04-07 00:38:21,003 DEBUG [cloud.alert.AlertManagerImpl]
>>> (CapacityChecker:null) Done executing capacity updates for private ip
>>> 2013-04-07 00:38:21,003 DEBUG [cloud.alert.AlertManagerImpl]
>>> (CapacityChecker:null) Done recalculating system capacity
>>> 2013-04-07 00:38:21,031 DEBUG [cloud.alert.AlertManagerImpl]
>>> (CapacityChecker:null) Done running Capacity Checker ...
>>> 2013-04-07 00:38:24,889 DEBUG [agent.manager.AgentManagerImpl]
>>> (AgentManager-Handler-8:null) Ping from 4
>>> 2013-04-07 00:38:27,157 DEBUG [agent.manager.DirectAgentAttache]
>>> (DirectAgent-311:null) Ping from 1
>>> 2013-04-07 00:38:29,095 DEBUG [agent.manager.DirectAgentAttache]
>>> (DirectAgent-197:null) Seq 1-90046472: Executing request
>>> 2013-04-07 00:38:29,323 DEBUG [agent.manager.DirectAgentAttache]
>>> (DirectAgent-197:null) Seq 1-90046472: Response Received:
>>> 2013-04-07 00:38:29,324 DEBUG [agent.transport.Request]
>>> (DirectAgent-197:null) Seq 1-90046472: Processing:  { Ans: , MgmtId: 1,
>>> via: 1, Ver: v1, Flags: 10,
>>>
>>>[{"ClusterSyncAnswer":{"_clusterId":1,"_newStates":{},"_isExecuted":fals
>>>e
>>>,"result":true,"wait":0}}]
>>> }
>>> 2013-04-07 00:38:47,679 DEBUG [agent.manager.AgentManagerImpl]
>>> (AgentManager-Handler-9:null) Ping from 3
>>> 2013-04-07 00:38:50,453 DEBUG
>>> [storage.secondary.SecondaryStorageManagerImpl] (secstorage-1:null)
>>>Zone 1
>>> is ready to launch secondary storage VM
>>> 2013-04-07 00:38:50,560 DEBUG
>>>[cloud.consoleproxy.ConsoleProxyManagerImpl]
>>> (consoleproxy-1:null) Zone 1 is ready to launch console proxy
>>> 2013-04-07 00:38:50,819 DEBUG
>>> [network.router.VirtualNetworkApplianceManagerImpl]
>>> (RouterStatusMonitor-1:null) Found 0 routers to update status.
>>> 2013-04-07 00:38:50,820 DEBUG
>>> [network.router.VirtualNetworkApplianceManagerImpl]
>>> (RouterStatusMonitor-1:null) Found 0 networks to update RvR status.
>>> 2013-04-07 00:38:50,851 DEBUG
>>> [network.router.VirtualNetworkApplianceManagerImpl]
>>> (RouterStatusMonitor-1:null) Found 0 routers to update status.
>>> 2013-04-07 00:38:50,852 DEBUG
>>> [network.router.VirtualNetworkApplianceManagerImpl]
>>> (RouterStatusMonitor-1:null) Found 0 networks to update RvR status.
>>> 2013-04-07 00:38:51,483 INFO  [agent.manager.AgentMonitor]
>>> (Thread-11:null) Found the following agents behind on ping: [6, 5]
>>> 2013-04-07 00:38:51,485 DEBUG [cloud.host.Status] (Thread-11:null) Ping
>>> timeout for host 6, do invstigation
>>> 2013-04-07 00:38:51,486 DEBUG [cloud.host.Status] (Thread-11:null) Ping
>>> timeout for host 5, do invstigation
>>> 2013-04-07 00:38:51,486 INFO  [agent.manager.AgentManagerImpl]
>>> (AgentTaskPool-11:null) Investigating why host 6 has disconnected with
>>> event PingTimeout
>>> 2013-04-07 00:38:51,486 DEBUG [agent.manager.AgentManagerImpl]
>>> (AgentTaskPool-11:null) checking if agent (6) is alive
>>> 2013-04-07 00:38:51,487 INFO  [agent.manager.AgentManagerImpl]
>>> (AgentTaskPool-16:null) Investigating why host 5 has disconnected with
>>> event PingTimeout
>>> 2013-04-07 00:38:51,488 DEBUG [agent.manager.AgentManagerImpl]
>>> (AgentTaskPool-16:null) checking if agent (5) is alive
>>> 2013-04-07 00:38:51,489 DEBUG [agent.transport.Request]
>>> (AgentTaskPool-11:null) Seq 6-324993318: Sending  { Cmd , MgmtId: 1,
>>>via:
>>> 6, Ver: v1, Flags: 100011, [{"CheckHealthCommand":{"wait":50}}] }
>>> 2013-04-07 00:38:51,489 DEBUG [agent.transport.Request]
>>> (AgentTaskPool-11:null) Seq 6-324993318: Executing:  { Cmd , MgmtId: 1,
>>> via: 6, Ver: v1, Flags: 100011, [{"CheckHealthCommand":{"wait":50}}] }
>>> 2013-04-07 00:38:51,489 DEBUG [agent.manager.DirectAgentAttache]
>>> (DirectAgent-372:null) Seq 6-324993318: Executing request
>>> 2013-04-07 00:38:51,491 DEBUG [agent.transport.Request]
>>> (AgentTaskPool-16:null) Seq 5-614334822: Sending  { Cmd , MgmtId: 1,
>>>via:
>>> 5, Ver: v1, Flags: 100011, [{"CheckHealthCommand":{"wait":50}}] }
>>> 2013-04-07 00:38:51,491 DEBUG [agent.transport.Request]
>>> (AgentTaskPool-16:null) Seq 5-614334822: Executing:  { Cmd , MgmtId: 1,
>>> via: 5, Ver: v1, Flags: 100011, [{"CheckHealthCommand":{"wait":50}}] }
>>> 2013-04-07 00:38:51,491 DEBUG [agent.manager.DirectAgentAttache]
>>> (DirectAgent-252:null) Seq 5-614334822: Executing request
>>> 2013-04-07 00:38:51,546 DEBUG [agent.manager.DirectAgentAttache]
>>> (DirectAgent-372:null) Seq 6-324993318: Response Received:
>>> 2013-04-07 00:38:51,547 DEBUG [agent.transport.Request]
>>> (DirectAgent-372:null) Seq 6-324993318: Processing:  { Ans: , MgmtId:
>>>1,
>>> via: 6, Ver: v1, Flags: 10,
>>> [{"CheckHealthAnswer":{"result":true,"details":"resource is
>>> alive","wait":0}}] }
>>> 2013-04-07 00:38:51,547 DEBUG [agent.transport.Request]
>>> (AgentTaskPool-11:null) Seq 6-324993318: Received:  { Ans: , MgmtId: 1,
>>> via: 6, Ver: v1, Flags: 10, { CheckHealthAnswer } }
>>> 2013-04-07 00:38:51,547 DEBUG [agent.manager.AgentManagerImpl]
>>> (AgentTaskPool-11:null) Details from executing class
>>> com.cloud.agent.api.CheckHealthCommand: resource is alive
>>> 2013-04-07 00:38:51,547 DEBUG [agent.manager.AgentManagerImpl]
>>> (AgentTaskPool-11:null) agent (6) responded to checkHeathCommand,
>>>reporting
>>> that agent is Up
>>> 2013-04-07 00:38:51,547 INFO  [agent.manager.AgentManagerImpl]
>>> (AgentTaskPool-11:null) The state determined is Up
>>> 2013-04-07 00:38:51,547 INFO  [agent.manager.AgentManagerImpl]
>>> (AgentTaskPool-11:null) Agent is determined to be up and running
>>> 2013-04-07 00:38:51,547 DEBUG [cloud.host.Status]
>>>(AgentTaskPool-11:null)
>>> Transition:[Resource state = Enabled, Agent event = Ping, Host id = 6,
>>>name
>>> = Tut-XenServer]
>>> 2013-04-07 00:38:51,549 DEBUG [agent.manager.DirectAgentAttache]
>>> (DirectAgent-252:null) Seq 5-614334822: Response Received:
>>> 2013-04-07 00:38:51,549 DEBUG [agent.transport.Request]
>>> (DirectAgent-252:null) Seq 5-614334822: Processing:  { Ans: , MgmtId:
>>>1,
>>> via: 5, Ver: v1, Flags: 10,
>>> [{"CheckHealthAnswer":{"result":true,"details":"resource is
>>> alive","wait":0}}] }
>>> 2013-04-07 00:38:51,549 DEBUG [agent.transport.Request]
>>> (AgentTaskPool-16:null) Seq 5-614334822: Received:  { Ans: , MgmtId: 1,
>>> via: 5, Ver: v1, Flags: 10, { CheckHealthAnswer } }
>>> 2013-04-07 00:38:51,550 DEBUG [agent.manager.AgentManagerImpl]
>>> (AgentTaskPool-16:null) Details from executing class
>>> com.cloud.agent.api.CheckHealthCommand: resource is alive
>>> 2013-04-07 00:38:51,550 DEBUG [agent.manager.AgentManagerImpl]
>>> (AgentTaskPool-16:null) agent (5) responded to checkHeathCommand,
>>>reporting
>>> that agent is Up
>>> 2013-04-07 00:38:51,550 INFO  [agent.manager.AgentManagerImpl]
>>> (AgentTaskPool-16:null) The state determined is Up
>>> 2013-04-07 00:38:51,550 INFO  [agent.manager.AgentManagerImpl]
>>> (AgentTaskPool-16:null) Agent is determined to be up and running
>>> 2013-04-07 00:38:51,550 DEBUG [cloud.host.Status]
>>>(AgentTaskPool-11:null)
>>> Agent status update: [id = 6; name = Tut-XenServer; old status = Up;
>>>event
>>> = Ping; new status = Up; old update count = 315; new update count =
>>>316]
>>> 2013-04-07 00:38:51,550 DEBUG [cloud.host.Status]
>>>(AgentTaskPool-16:null)
>>> Transition:[Resource state = Enabled, Agent event = Ping, Host id = 5,
>>>name
>>> = Tut-XenServer2]
>>> 2013-04-07 00:38:51,553 DEBUG [cloud.host.Status]
>>>(AgentTaskPool-16:null)
>>> Agent status update: [id = 5; name = Tut-XenServer2; old status = Up;
>>>event
>>> = Ping; new status = Up; old update count = 152; new update count =
>>>153]
>>> 2013-04-07 00:39:04,800 DEBUG [agent.manager.DirectAgentAttache]
>>> (DirectAgent-100:null) Ping from 6
>>> 2013-04-07 00:39:06,054 DEBUG [agent.manager.DirectAgentAttache]
>>> (DirectAgent-259:null) Ping from 5
>>> 2013-04-07 00:39:06,909 DEBUG [agent.manager.DirectAgentAttache]
>>> (DirectAgent-134:null) Seq 6-324993028: Executing request
>>> 2013-04-07 00:39:07,104 DEBUG [agent.manager.DirectAgentAttache]
>>> (DirectAgent-134:null) Seq 6-324993028: Response Received:
>>> 2013-04-07 00:39:07,104 DEBUG [agent.transport.Request]
>>> (DirectAgent-134:null) Seq 6-324993028: Processing:  { Ans: , MgmtId:
>>>1,
>>> via: 6, Ver: v1, Flags: 10,
>>>
>>>[{"ClusterSyncAnswer":{"_clusterId":2,"_newStates":{},"_isExecuted":fals
>>>e
>>>,"result":true,"wait":0}}]
>>> }
>>> 2013-04-07 00:39:11,022 DEBUG [agent.manager.DirectAgentAttache]
>>> (DirectAgent-188:null) Seq 5-614334468: Executing request
>>> 2013-04-07 00:39:11,164 DEBUG [agent.manager.DirectAgentAttache]
>>> (DirectAgent-188:null) Seq 5-614334468: Response Received:
>>> 2013-04-07 00:39:11,164 DEBUG [agent.transport.Request]
>>> (DirectAgent-188:null) Seq 5-614334468: Processing:  { Ans: , MgmtId:
>>>1,
>>> via: 5, Ver: v1, Flags: 10, [{"Answer":{"result":true,"wait":0}}] }
>>> 2013-04-07 00:39:20,451 DEBUG
>>> [storage.secondary.SecondaryStorageManagerImpl] (secstorage-1:null)
>>>Zone 1
>>> is ready to launch secondary storage VM
>>> 2013-04-07 00:39:20,552 DEBUG
>>>[cloud.consoleproxy.ConsoleProxyManagerImpl]
>>> (consoleproxy-1:null) Zone 1 is ready to launch console proxy
>>> 2013-04-07 00:39:20,819 DEBUG
>>> [network.router.VirtualNetworkApplianceManagerImpl]
>>> (RouterStatusMonitor-1:null) Found 0 routers to update status.
>>> 2013-04-07 00:39:20,820 DEBUG
>>> [network.router.VirtualNetworkApplianceManagerImpl]
>>> (RouterStatusMonitor-1:null) Found 0 networks to update RvR status.
>>> 2013-04-07 00:39:20,851 DEBUG
>>> [network.router.VirtualNetworkApplianceManagerImpl]
>>> (RouterStatusMonitor-1:null) Found 0 routers to update status.
>>> 2013-04-07 00:39:20,852 DEBUG
>>> [network.router.VirtualNetworkApplianceManagerImpl]
>>> (RouterStatusMonitor-1:null) Found 0 networks to update RvR status.
>>> 2013-04-07 00:39:24,890 DEBUG [agent.manager.AgentManagerImpl]
>>> (AgentManager-Handler-10:null) Ping from 4
>>> 2013-04-07 00:39:27,161 DEBUG [agent.manager.DirectAgentAttache]
>>> (DirectAgent-400:null) Ping from 1
>>> 2013-04-07 00:39:27,661 DEBUG [cloud.api.ApiServlet]
>>> (1109449945@qtp-1008805148-34:null) ===START===  127.0.0.1 -- GET
>>>
>>>command=listVolumes&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA
>>>%
>>>3D&listAll=true&page=1&pagesize=20&_=1365316767658
>>> 2013-04-07 00:39:27,672 DEBUG [cloud.api.ApiServlet]
>>> (1109449945@qtp-1008805148-34:null) ===END===  127.0.0.1 -- GET
>>>
>>>command=listVolumes&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA
>>>%
>>>3D&listAll=true&page=1&pagesize=20&_=1365316767658
>>> 2013-04-07 00:39:28,628 DEBUG [cloud.api.ApiServlet]
>>> (1109449945@qtp-1008805148-34:null) ===START===  127.0.0.1 -- GET
>>>
>>>command=listVirtualMachines&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnR
>>>R
>>>fl8GoVA%3D&listAll=true&page=1&pagesize=20&_=1365316768625
>>> 2013-04-07 00:39:28,640 DEBUG [cloud.api.ApiServlet]
>>> (1109449945@qtp-1008805148-34:null) ===END===  127.0.0.1 -- GET
>>>
>>>command=listVirtualMachines&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnR
>>>R
>>>fl8GoVA%3D&listAll=true&page=1&pagesize=20&_=1365316768625
>>> 2013-04-07 00:39:29,095 DEBUG [agent.manager.DirectAgentAttache]
>>> (DirectAgent-101:null) Seq 1-90046472: Executing request
>>> 2013-04-07 00:39:29,311 DEBUG [agent.manager.DirectAgentAttache]
>>> (DirectAgent-101:null) Seq 1-90046472: Response Received:
>>> 2013-04-07 00:39:29,311 DEBUG [agent.transport.Request]
>>> (DirectAgent-101:null) Seq 1-90046472: Processing:  { Ans: , MgmtId: 1,
>>> via: 1, Ver: v1, Flags: 10,
>>>
>>>[{"ClusterSyncAnswer":{"_clusterId":1,"_newStates":{},"_isExecuted":fals
>>>e
>>>,"result":true,"wait":0}}]
>>> }
>>> 2013-04-07 00:39:31,530 DEBUG [cloud.api.ApiServlet]
>>> (1109449945@qtp-1008805148-34:null) ===START===  127.0.0.1 -- GET
>>>
>>>command=logout&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_
>>>=
>>>1365316771528
>>> 2013-04-07 00:39:31,535 DEBUG [cloud.api.ApiServlet]
>>> (1109449945@qtp-1008805148-34:null) ===END===  127.0.0.1 -- GET
>>>
>>>command=logout&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_
>>>=
>>>1365316771528
>>> 2013-04-07 00:39:31,969 DEBUG [cloud.api.ApiServlet]
>>> (2107564436@qtp-1008805148-38:null) ===START===  127.0.0.1 -- GET
>>>  command=listCapabilities&response=json&sessionkey=null&_=1365316771968
>>> 2013-04-07 00:39:31,970 DEBUG [cloud.api.ApiServlet]
>>> (2107564436@qtp-1008805148-38:null) ===END===  127.0.0.1 -- GET
>>>  command=listCapabilities&response=json&sessionkey=null&_=1365316771968
>>> 2013-04-07 00:39:47,679 DEBUG [agent.manager.AgentManagerImpl]
>>> (AgentManager-Handler-11:null) Ping from 3
>>> 2013-04-07 00:39:50,451 DEBUG
>>> [storage.secondary.SecondaryStorageManagerImpl] (secstorage-1:null)
>>>Zone 1
>>> is ready to launch secondary storage VM
>>> 2013-04-07 00:39:50,555 DEBUG
>>>[cloud.consoleproxy.ConsoleProxyManagerImpl]
>>> (consoleproxy-1:null) Zone 1 is ready to launch console proxy
>>> 2013-04-07 00:39:50,819 DEBUG
>>> [network.router.VirtualNetworkApplianceManagerImpl]
>>> (RouterStatusMonitor-1:null) Found 0 routers to update status.
>>> 2013-04-07 00:39:50,820 DEBUG
>>> [network.router.VirtualNetworkApplianceManagerImpl]
>>> (RouterStatusMonitor-1:null) Found 0 networks to update RvR status.
>>> 2013-04-07 00:39:50,850 DEBUG
>>> [network.router.VirtualNetworkApplianceManagerImpl]
>>> (RouterStatusMonitor-1:null) Found 0 routers to update status.
>>> 2013-04-07 00:39:50,851 DEBUG
>>> [network.router.VirtualNetworkApplianceManagerImpl]
>>> (RouterStatusMonitor-1:null) Found 0 networks to update RvR status.
>>> 2013-04-07 00:39:51,486 INFO  [agent.manager.AgentMonitor]
>>> (Thread-11:null) Found the following agents behind on ping: [6, 5]
>>> 2013-04-07 00:39:51,488 DEBUG [cloud.host.Status] (Thread-11:null) Ping
>>> timeout for host 6, do invstigation
>>> 2013-04-07 00:39:51,489 DEBUG [cloud.host.Status] (Thread-11:null) Ping
>>> timeout for host 5, do invstigation
>>> 2013-04-07 00:39:51,489 INFO  [agent.manager.AgentManagerImpl]
>>> (AgentTaskPool-2:null) Investigating why host 6 has disconnected with
>>>event
>>> PingTimeout
>>> 2013-04-07 00:39:51,490 DEBUG [agent.manager.AgentManagerImpl]
>>> (AgentTaskPool-2:null) checking if agent (6) is alive
>>> 2013-04-07 00:39:51,491 INFO  [agent.manager.AgentManagerImpl]
>>> (AgentTaskPool-14:null) Investigating why host 5 has disconnected with
>>> event PingTimeout
>>> 2013-04-07 00:39:51,491 DEBUG [agent.manager.AgentManagerImpl]
>>> (AgentTaskPool-14:null) checking if agent (5) is alive
>>> 2013-04-07 00:39:51,493 DEBUG [agent.transport.Request]
>>> (AgentTaskPool-2:null) Seq 6-324993319: Sending  { Cmd , MgmtId: 1,
>>>via: 6,
>>> Ver: v1, Flags: 100011, [{"CheckHealthCommand":{"wait":50}}] }
>>> 2013-04-07 00:39:51,493 DEBUG [agent.transport.Request]
>>> (AgentTaskPool-2:null) Seq 6-324993319: Executing:  { Cmd , MgmtId: 1,
>>>via:
>>> 6, Ver: v1, Flags: 100011, [{"CheckHealthCommand":{"wait":50}}] }
>>> 2013-04-07 00:39:51,493 DEBUG [agent.manager.DirectAgentAttache]
>>> (DirectAgent-278:null) Seq 6-324993319: Executing request
>>> 2013-04-07 00:39:51,494 DEBUG [agent.transport.Request]
>>> (AgentTaskPool-14:null) Seq 5-614334823: Sending  { Cmd , MgmtId: 1,
>>>via:
>>> 5, Ver: v1, Flags: 100011, [{"CheckHealthCommand":{"wait":50}}] }
>>> 2013-04-07 00:39:51,494 DEBUG [agent.transport.Request]
>>> (AgentTaskPool-14:null) Seq 5-614334823: Executing:  { Cmd , MgmtId: 1,
>>> via: 5, Ver: v1, Flags: 100011, [{"CheckHealthCommand":{"wait":50}}] }
>>> 2013-04-07 00:39:51,495 DEBUG [agent.manager.DirectAgentAttache]
>>> (DirectAgent-433:null) Seq 5-614334823: Executing request
>>> 2013-04-07 00:39:51,547 DEBUG [agent.manager.DirectAgentAttache]
>>> (DirectAgent-278:null) Seq 6-324993319: Response Received:
>>> 2013-04-07 00:39:51,548 DEBUG [agent.transport.Request]
>>> (DirectAgent-278:null) Seq 6-324993319: Processing:  { Ans: , MgmtId:
>>>1,
>>> via: 6, Ver: v1, Flags: 10,
>>> [{"CheckHealthAnswer":{"result":true,"details":"resource is
>>> alive","wait":0}}] }
>>> 2013-04-07 00:39:51,548 DEBUG [agent.transport.Request]
>>> (AgentTaskPool-2:null) Seq 6-324993319: Received:  { Ans: , MgmtId: 1,
>>>via:
>>> 6, Ver: v1, Flags: 10, { CheckHealthAnswer } }
>>> 2013-04-07 00:39:51,548 DEBUG [agent.manager.AgentManagerImpl]
>>> (AgentTaskPool-2:null) Details from executing class
>>> com.cloud.agent.api.CheckHealthCommand: resource is alive
>>> 2013-04-07 00:39:51,548 DEBUG [agent.manager.AgentManagerImpl]
>>> (AgentTaskPool-2:null) agent (6) responded to checkHeathCommand,
>>>reporting
>>> that agent is Up
>>> 2013-04-07 00:39:51,548 INFO  [agent.manager.AgentManagerImpl]
>>> (AgentTaskPool-2:null) The state determined is Up
>>> 2013-04-07 00:39:51,548 INFO  [agent.manager.AgentManagerImpl]
>>> (AgentTaskPool-2:null) Agent is determined to be up and running
>>> 2013-04-07 00:39:51,548 DEBUG [cloud.host.Status]
>>>(AgentTaskPool-2:null)
>>> Transition:[Resource state = Enabled, Agent event = Ping, Host id = 6,
>>>name
>>> = Tut-XenServer]
>>> 2013-04-07 00:39:51,549 DEBUG [agent.manager.DirectAgentAttache]
>>> (DirectAgent-433:null) Seq 5-614334823: Response Received:
>>> 2013-04-07 00:39:51,549 DEBUG [agent.transport.Request]
>>> (DirectAgent-433:null) Seq 5-614334823: Processing:  { Ans: , MgmtId:
>>>1,
>>> via: 5, Ver: v1, Flags: 10,
>>> [{"CheckHealthAnswer":{"result":true,"details":"resource is
>>> alive","wait":0}}] }
>>> 2013-04-07 00:39:51,549 DEBUG [agent.transport.Request]
>>> (AgentTaskPool-14:null) Seq 5-614334823: Received:  { Ans: , MgmtId: 1,
>>> via: 5, Ver: v1, Flags: 10, { CheckHealthAnswer } }
>>> 2013-04-07 00:39:51,549 DEBUG [agent.manager.AgentManagerImpl]
>>> (AgentTaskPool-14:null) Details from executing class
>>> com.cloud.agent.api.CheckHealthCommand: resource is alive
>>> 2013-04-07 00:39:51,549 DEBUG [agent.manager.AgentManagerImpl]
>>> (AgentTaskPool-14:null) agent (5) responded to checkHeathCommand,
>>>reporting
>>> that agent is Up
>>> 2013-04-07 00:39:51,549 INFO  [agent.manager.AgentManagerImpl]
>>> (AgentTaskPool-14:null) The state determined is Up
>>> 2013-04-07 00:39:51,549 INFO  [agent.manager.AgentManagerImpl]
>>> (AgentTaskPool-14:null) Agent is determined to be up and running
>>> 2013-04-07 00:39:51,551 DEBUG [cloud.host.Status]
>>>(AgentTaskPool-2:null)
>>> Agent status update: [id = 6; name = Tut-XenServer; old status = Up;
>>>event
>>> = Ping; new status = Up; old update count = 316; new update count =
>>>317]
>>> 2013-04-07 00:39:51,551 DEBUG [cloud.host.Status]
>>>(AgentTaskPool-14:null)
>>> Transition:[Resource state = Enabled, Agent event = Ping, Host id = 5,
>>>name
>>> = Tut-XenServer2]
>>> 2013-04-07 00:39:51,554 DEBUG [cloud.host.Status]
>>>(AgentTaskPool-14:null)
>>> Agent status update: [id = 5; name = Tut-XenServer2; old status = Up;
>>>event
>>> = Ping; new status = Up; old update count = 153; new update count =
>>>154]
>>> 2013-04-07 00:40:04,836 DEBUG [agent.manager.DirectAgentAttache]
>>> (DirectAgent-238:null) Ping from 6
>>> 2013-04-07 00:40:06,653 WARN  [xen.resource.CitrixResourceBase]
>>> (DirectAgent-429:null)  can not ping xenserver
>>> 5e02c608-155d-432e-a20f-f8c600ef3ab7
>>> 2013-04-07 00:40:06,653 WARN  [agent.manager.DirectAgentAttache]
>>> (DirectAgent-429:null) Unable to get current status on 5
>>> 2013-04-07 00:40:06,655 INFO  [agent.manager.AgentManagerImpl]
>>> (AgentTaskPool-1:null) Investigating why host 5 has disconnected with
>>>event
>>> AgentDisconnected
>>> 2013-04-07 00:40:06,655 DEBUG [agent.manager.AgentManagerImpl]
>>> (AgentTaskPool-1:null) checking if agent (5) is alive
>>> 2013-04-07 00:40:06,658 DEBUG [agent.transport.Request]
>>> (AgentTaskPool-1:null) Seq 5-614334824: Sending  { Cmd , MgmtId: 1,
>>>via: 5,
>>> Ver: v1, Flags: 100011, [{"CheckHealthCommand":{"wait":50}}] }
>>> 2013-04-07 00:40:06,658 DEBUG [agent.transport.Request]
>>> (AgentTaskPool-1:null) Seq 5-614334824: Executing:  { Cmd , MgmtId: 1,
>>>via:
>>> 5, Ver: v1, Flags: 100011, [{"CheckHealthCommand":{"wait":50}}] }
>>> 2013-04-07 00:40:06,658 DEBUG [agent.manager.DirectAgentAttache]
>>> (DirectAgent-28:null) Seq 5-614334824: Executing request
>>> 2013-04-07 00:40:06,681 DEBUG [agent.manager.DirectAgentAttache]
>>> (DirectAgent-28:null) Seq 5-614334824: Response Received:
>>> 2013-04-07 00:40:06,682 DEBUG [agent.transport.Request]
>>> (DirectAgent-28:null) Seq 5-614334824: Processing:  { Ans: , MgmtId: 1,
>>> via: 5, Ver: v1, Flags: 10,
>>> [{"CheckHealthAnswer":{"result":false,"details":"resource is not
>>> alive","wait":0}}] }
>>> 2013-04-07 00:40:06,682 DEBUG [agent.transport.Request]
>>> (AgentTaskPool-1:null) Seq 5-614334824: Received:  { Ans: , MgmtId: 1,
>>>via:
>>> 5, Ver: v1, Flags: 10, { CheckHealthAnswer } }
>>> 2013-04-07 00:40:06,682 DEBUG [agent.manager.AgentManagerImpl]
>>> (AgentTaskPool-1:null) Details from executing class
>>> com.cloud.agent.api.CheckHealthCommand: resource is not alive
>>> 2013-04-07 00:40:06,684 DEBUG [cloud.ha.HighAvailabilityManagerImpl]
>>> (AgentTaskPool-1:null) SimpleInvestigator unable to determine the
>>>state
>>>of
>>> the host.  Moving on.
>>> 2013-04-07 00:40:06,691 DEBUG [agent.transport.Request]
>>> (AgentTaskPool-1:null) Seq 6-324993320: Sending  { Cmd , MgmtId: 1,
>>>via: 6,
>>> Ver: v1, Flags: 100011,
>>>
>>>[{"CheckOnHostCommand":{"host":{"guid":"5e02c608-155d-432e-a20f-f8c600ef
>>>3
>>>ab7","privateNetwork":{"ip":"192.168.56.11","netmask":"255.255.255.0","m
>>>a
>>>c":"08:00:27:f7:0d:28","isSecurityGroupEnabled":false},"publicNetwork":{
>>>"
>>>ip":"192.168.56.11","netmask":"255.255.255.0","mac":"08:00:27:f7:0d:28",
>>>"
>>>isSecurityGroupEnabled":false},"storageNetwork1":{"ip":"192.168.56.11","
>>>n
>>>etmask":"255.255.255.0","mac":"08:00:27:f7:0d:28","isSecurityGroupEnable
>>>d
>>>":false}},"wait":20}}]
>>> }
>>> 2013-04-07 00:40:06,691 DEBUG [agent.transport.Request]
>>> (AgentTaskPool-1:null) Seq 6-324993320: Executing:  { Cmd , MgmtId: 1,
>>>via:
>>> 6, Ver: v1, Flags: 100011,
>>>
>>>[{"CheckOnHostCommand":{"host":{"guid":"5e02c608-155d-432e-a20f-f8c600ef
>>>3
>>>ab7","privateNetwork":{"ip":"192.168.56.11","netmask":"255.255.255.0","m
>>>a
>>>c":"08:00:27:f7:0d:28","isSecurityGroupEnabled":false},"publicNetwork":{
>>>"
>>>ip":"192.168.56.11","netmask":"255.255.255.0","mac":"08:00:27:f7:0d:28",
>>>"
>>>isSecurityGroupEnabled":false},"storageNetwork1":{"ip":"192.168.56.11","
>>>n
>>>etmask":"255.255.255.0","mac":"08:00:27:f7:0d:28","isSecurityGroupEnable
>>>d
>>>":false}},"wait":20}}]
>>> }
>>> 2013-04-07 00:40:06,692 DEBUG [agent.manager.DirectAgentAttache]
>>> (DirectAgent-467:null) Seq 6-324993320: Executing request
>>> 2013-04-07 00:40:06,909 DEBUG [agent.manager.DirectAgentAttache]
>>> (DirectAgent-367:null) Seq 6-324993028: Executing request
>>> 2013-04-07 00:40:07,178 DEBUG [xen.resource.XenServer56Resource]
>>> (DirectAgent-467:null) Heart beat is still going
>>> 2013-04-07 00:40:07,178 DEBUG [agent.manager.DirectAgentAttache]
>>> (DirectAgent-467:null) Seq 6-324993320: Response Received:
>>> 2013-04-07 00:40:07,178 DEBUG [agent.transport.Request]
>>> (DirectAgent-467:null) Seq 6-324993320: Processing:  { Ans: , MgmtId:
>>>1,
>>> via: 6, Ver: v1, Flags: 10,
>>>
>>>[{"CheckOnHostAnswer":{"determined":true,"alive":true,"result":true,"det
>>>a
>>>ils":"Heartbeat
>>> is still going","wait":0}}] }
>>> 2013-04-07 00:40:07,178 DEBUG [agent.transport.Request]
>>> (AgentTaskPool-1:null) Seq 6-324993320: Received:  { Ans: , MgmtId: 1,
>>>via:
>>> 6, Ver: v1, Flags: 10, { CheckOnHostAnswer } }
>>> 2013-04-07 00:40:07,179 DEBUG [agent.manager.AgentManagerImpl]
>>> (AgentTaskPool-1:null) Details from executing class
>>> com.cloud.agent.api.CheckOnHostCommand: Heartbeat is still going
>>> 2013-04-07 00:40:07,179 DEBUG [cloud.ha.HighAvailabilityManagerImpl]
>>> (AgentTaskPool-1:null) XenServerInvestigator was able to determine
>>>host
>>>5
>>> is in Up
>>> 2013-04-07 00:40:07,179 INFO  [agent.manager.AgentManagerImpl]
>>> (AgentTaskPool-1:null) The state determined is Up
>>> 2013-04-07 00:40:07,179 INFO  [agent.manager.AgentManagerImpl]
>>> (AgentTaskPool-1:null) Agent is determined to be up and running
>>> 2013-04-07 00:40:07,179 DEBUG [cloud.host.Status]
>>>(AgentTaskPool-1:null)
>>> Transition:[Resource state = Enabled, Agent event = Ping, Host id = 5,
>>>name
>>> = Tut-XenServer2]
>>> 2013-04-07 00:40:07,182 DEBUG [cloud.host.Status]
>>>(AgentTaskPool-1:null)
>>> Agent status update: [id = 5; name = Tut-XenServer2; old status = Up;
>>>event
>>> = Ping; new status = Up; old update count = 154; new update count =
>>>155]
>>> 2013-04-07 00:40:07,321 DEBUG [agent.manager.DirectAgentAttache]
>>> (DirectAgent-367:null) Seq 6-324993028: Response Received:
>>> 2013-04-07 00:40:07,322 DEBUG [agent.transport.Request]
>>> (DirectAgent-367:null) Seq 6-324993028: Processing:  { Ans: , MgmtId:
>>>1,
>>> via: 6, Ver: v1, Flags: 10,
>>>
>>>[{"ClusterSyncAnswer":{"_clusterId":2,"_newStates":{},"_isExecuted":fals
>>>e
>>>,"result":true,"wait":0}}]
>>> }
>>> 2013-04-07 00:40:11,022 DEBUG [agent.manager.DirectAgentAttache]
>>> (DirectAgent-430:null) Seq 5-614334468: Executing request
>>> 2013-04-07 00:40:11,052 DEBUG [xen.resource.XenServerConnectionPool]
>>> (DirectAgent-430:null) Catch Exception:
>>> com.xensource.xenapi.Types$HostOffline Host is offline 192.168.56.11
>>>due to
>>> You attempted an operation which involves a host which could not be
>>> contacted.
>>> 2013-04-07 00:40:11,052 DEBUG [xen.resource.XenServerConnectionPool]
>>> (DirectAgent-430:null) Trying to reset master of slave 192.168.56.11 to
>>> 192.168.56.9
>>> 2013-04-07 00:40:20,452 DEBUG
>>> [storage.secondary.SecondaryStorageManagerImpl] (secstorage-1:null)
>>>Zone 1
>>> is ready to launch secondary storage VM
>>> 2013-04-07 00:40:20,552 DEBUG
>>>[cloud.consoleproxy.ConsoleProxyManagerImpl]
>>> (consoleproxy-1:null) Zone 1 is ready to launch console proxy
>>> 2013-04-07 00:40:20,820 DEBUG
>>> [network.router.VirtualNetworkApplianceManagerImpl]
>>> (RouterStatusMonitor-1:null) Found 0 routers to update status.
>>> 2013-04-07 00:40:20,821 DEBUG
>>> [network.router.VirtualNetworkApplianceManagerImpl]
>>> (RouterStatusMonitor-1:null) Found 0 networks to update RvR status.
>>> 2013-04-07 00:40:20,852 DEBUG
>>> [network.router.VirtualNetworkApplianceManagerImpl]
>>> (RouterStatusMonitor-1:null) Found 0 routers to update status.
>>> 2013-04-07 00:40:20,853 DEBUG
>>> [network.router.VirtualNetworkApplianceManagerImpl]
>>> (RouterStatusMonitor-1:null) Found 0 networks to update RvR status.
>>> 2013-04-07 00:40:21,055 DEBUG [xen.resource.XenServerConnectionPool]
>>> (DirectAgent-430:null) localLogout has problem Failed to read server's
>>> response: connect timed out
>>> 2013-04-07 00:40:21,055 WARN  [agent.manager.DirectAgentAttache]
>>> (DirectAgent-430:null) Seq 5-614334468: Exception Caught while
>>>executing
>>> command
>>> com.cloud.utils.exception.CloudRuntimeException: Unable to reset
>>>master
>>>of
>>> slave 192.168.56.11 to 192.168.56.9 due to
>>> org.apache.xmlrpc.XmlRpcException: Failed to read server's response:
>>> connect timed out
>>>  at
>>>
>>>com.cloud.hypervisor.xen.resource.XenServerConnectionPool.PoolEmergencyR
>>>e
>>>setMaster(XenServerConnectionPool.java:443)
>>> at
>>>
>>>com.cloud.hypervisor.xen.resource.XenServerConnectionPool.connect(XenSer
>>>v
>>>erConnectionPool.java:661)
>>>  at
>>>
>>>com.cloud.hypervisor.xen.resource.CitrixResourceBase.getConnection(Citri
>>>x
>>>ResourceBase.java:5380)
>>> at
>>>
>>>com.cloud.hypervisor.xen.resource.CitrixResourceBase.execute(CitrixResou
>>>r
>>>ceBase.java:7248)
>>>  at
>>>
>>>com.cloud.hypervisor.xen.resource.CitrixResourceBase.executeRequest(Citr
>>>i
>>>xResourceBase.java:555)
>>> at
>>>
>>>com.cloud.hypervisor.xen.resource.XenServer56Resource.executeRequest(Xen
>>>S
>>>erver56Resource.java:73)
>>>  at
>>>
>>>com.cloud.agent.manager.DirectAgentAttache$Task.run(DirectAgentAttache.j
>>>a
>>>va:186)
>>> at
>>>java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:439)
>>>  at
>>>
>>>java.util.concurrent.FutureTask$Sync.innerRunAndReset(FutureTask.java:31
>>>7
>>>)
>>> at java.util.concurrent.FutureTask.runAndReset(FutureTask.java:150)
>>>  at
>>>
>>>java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.acc
>>>e
>>>ss$101(ScheduledThreadPoolExecutor.java:98)
>>> at
>>>
>>>java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run
>>>P
>>>eriodic(ScheduledThreadPoolExecutor.java:180)
>>>  at
>>>
>>>java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run
>>>(
>>>ScheduledThreadPoolExecutor.java:204)
>>> at
>>>
>>>java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecuto
>>>r
>>>.java:895)
>>>  at
>>>
>>>java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.ja
>>>v
>>>a:918)
>>> at java.lang.Thread.run(Thread.java:680)
>>> 2013-04-07 00:40:21,056 DEBUG [agent.manager.DirectAgentAttache]
>>> (DirectAgent-430:null) Seq 5-614334468: Response Received:
>>> 2013-04-07 00:40:21,056 DEBUG [agent.transport.Request]
>>> (DirectAgent-430:null) Seq 5-614334468: Processing:  { Ans: , MgmtId:
>>>1,
>>> via: 5, Ver: v1, Flags: 10,
>>>
>>>[{"Answer":{"result":false,"details":"com.cloud.utils.exception.CloudRun
>>>t
>>>imeException:
>>> Unable to reset master of slave 192.168.56.11 to 192.168.56.9 due to
>>> org.apache.xmlrpc.XmlRpcException: Failed to read server's response:
>>> connect timed out","wait":0}}] }
>>> 2013-04-07 00:40:24,888 DEBUG [agent.manager.AgentManagerImpl]
>>> (AgentManager-Handler-12:null) Ping from 4
>>> 2013-04-07 00:40:27,162 DEBUG [agent.manager.DirectAgentAttache]
>>> (DirectAgent-321:null) Ping from 1
>>> 2013-04-07 00:40:29,095 DEBUG [agent.manager.DirectAgentAttache]
>>> (DirectAgent-423:null) Seq 1-90046472: Executing request
>>> 2013-04-07 00:40:29,364 DEBUG [agent.manager.DirectAgentAttache]
>>> (DirectAgent-423:null) Seq 1-90046472: Response Received:
>>> 2013-04-07 00:40:29,364 DEBUG [agent.transport.Request]
>>> (DirectAgent-423:null) Seq 1-90046472: Processing:  { Ans: , MgmtId: 1,
>>> via: 1, Ver: v1, Flags: 10,
>>>
>>>[{"ClusterSyncAnswer":{"_clusterId":1,"_newStates":{},"_isExecuted":fals
>>>e
>>>,"result":true,"wait":0}}]
>>> }
>>> 2013-04-07 00:40:43,749 INFO
>>>[context.support.XmlWebApplicationContext]
>>> (Shutdown:null) Closing Root WebApplicationContext: startup date [Sat
>>>Apr
>>> 06 22:07:12 MDT 2013]; root of context hierarchy
>>> 2013-04-07 00:40:43,751 INFO
>>>[factory.support.DefaultListableBeanFactory]
>>> (Shutdown:null) Destroying singletons in
>>>
>>>org.springframework.beans.factory.support.DefaultListableBeanFactory@74b
>>>7
>>>6ce4:
>>> defining beans
>>>
>>>[org.springframework.context.annotation.internalConfigurationAnnotationP
>>>r
>>>ocessor,org.springframework.context.annotation.internalAutowiredAnnotati
>>>o
>>>nProcessor,org.springframework.context.annotation.internalRequiredAnnota
>>>t
>>>ionProcessor,org.springframework.context.annotation.internalCommonAnnota
>>>t
>>>ionProcessor,ClusterRestService,NetworkRestService,PodService,VirtualMac
>>>h
>>>ineRestService,VolumeRestService,zoneService,dataDisk,iso,rootDisk,volum
>>>e
>>>TypeHelper,VMComputeTagDaoImpl,VMEntityDaoImpl,VMNetworkMapDaoImpl,VMRes
>>>e
>>>rvationDaoImpl,VMRootDiskTagDaoImpl,volumeReservationDaoImpl,virtualMach
>>>i
>>>neEntityImpl,VMEntityManagerImpl,dataCenterResourceManagerImpl,EngineDcD
>>>e
>>>tailsDao,EngineClusterDao,EngineDataCenterDao,EngineHostDao,EngineHostPo
>>>d
>>>Dao,EngineHostDetailsDao,EngineHostTagsDao,provisioningService,cloudOrch
>>>e
>>>strator,dataObjectManagerImpl,dataStoreManagerImpl,dataStoreProviderDaoI
>>>m
>>>pl,primaryDataStoreDaoImpl,primaryDataStoreDetailsDaoImpl,objectInDataSt
>>>o
>>>reManagerImpl,dataStoreProviderManagerImpl,objectInDataStoreDaoImpl,defa
>>>u
>>>ltEndPointSelector,hypervsiorHostEndPointRpcServer,imageDataStoreHelper,
>>>i
>>>mageDaoStoreDaoImpl,imageDataDaoImpl,imageDataStoreProviderDaoImpl,BAREM
>>>E
>>>TAL,imageFormatHelper,ISO,OVA,imageformat_qcow2,unknown,image_format_vhd
>>>,
>>>dataMotionServiceImpl,primaryDataStoreHelper,templatePrimaryDataStoreDao
>>>I
>>>mpl,volumeDao2Impl,imageDataFactoryImpl,imageServiceImpl,imageDataManage
>>>r
>>>Impl,imageDataStoreManagerImpl,defaultImageDataStoreProvider,defaultImag
>>>e
>>>MotionStrategy,imageMotionServiceImpl,snapshotDao2Impl,snapshotDataFacto
>>>r
>>>yImpl,snapshotServiceImpl,hypervisorBasedSnapshot,defaultPrimaryDataStor
>>>e
>>>ProviderManagerImpl,defaultPrimaryDatastoreProviderImpl,ISCSI,networkFil
>>>e
>>>System,templateInstallStrategyImpl,volumeDataFactoryImpl,volumeManagerIm
>>>p
>>>l,volumeServiceImpl,apiDiscoveryServiceImpl,apiRateLimitServiceImpl,regi
>>>o
>>>nDaoImpl,regionManagerImpl,regionServiceImpl,userContextInitializer,even
>>>t
>>>DaoImpl,usageEventDaoImpl,randomAllocator,baremetalDhcpDaoImpl,baremetal
>>>P
>>>xeDaoImpl,vmwareContextFactory,ciscoNexusVSMDeviceDaoImpl,lunDaoImpl,poo
>>>l
>>>DaoImpl,netappVolumeDaoImpl,netappManagerImpl,elasticLoadBalancerElement
>>>,
>>>elasticLbVmMapDaoImpl,elasticLoadBalancerManagerImpl,netScalerPodDaoImpl
>>>,
>>>niciraNvpDaoImpl,niciraNvpNicMappingDaoImpl,niciraNvpRouterMappingDaoImp
>>>l
>>>,niciraNvpElement,ovsGuestNetworkGuru,ovsTunnelInterfaceDaoImpl,ovsTunne
>>>l
>>>NetworkDaoImpl,ovsTunnelManagerImpl,bigSwitchVnsDaoImpl,bigSwitchVnsElem
>>>e
>>>nt,randomStoragePoolAllocator,domainChecker,agentMonitor,firstFitAllocat
>>>o
>>>r,recreateHostAllocator,testingAllocator,basicAgentAuthManager,alertMana
>>>g
>>>erImpl,clusterAlertAdapter,consoleProxyAlertAdapter,alertDaoImpl,seconda
>>>r
>>>yStorageVmAlertAdapter,apiDBUtils,apiDispatcher,apiResponseHelper,apiSer
>>>v
>>>er,apiServlet,accountJoinDaoImpl,asyncJobJoinDaoImpl,dataCenterJoinDaoIm
>>>p
>>>l,diskOfferingJoinDaoImpl,domainRouterJoinDaoImpl,hostJoinDaoImpl,instan
>>>c
>>>eGroupJoinDaoImpl,projectAccountJoinDaoImpl,projectInvitationJoinDaoImpl
>>>,
>>>projectJoinDaoImpl,resourceTagJoinDaoImpl,securityGroupJoinDaoImpl,servi
>>>c
>>>eOfferingJoinDaoImpl,storagePoolJoinDaoImpl,userAccountJoinDaoImpl,userV
>>>m
>>>JoinDaoImpl,volumeJoinDaoImpl,queryManagerImpl,asyncJobExecutorContextIm
>>>p
>>>l,asyncJobManagerImpl,asyncJobDaoImpl,syncQueueDaoImpl,syncQueueItemDaoI
>>>m
>>>pl,syncQueueManagerImpl,capacityManagerImpl,capacityDaoImpl,certificateD
>>>a
>>>oImpl,clusterBasedAgentLoadBalancerPlanner,hostTransferMapDaoImpl,cluste
>>>r
>>>FenceManagerImpl,clusterServiceServletAdapter,managementServerHostDaoImp
>>>l
>>>,managementServerHostPeerDaoImpl,stackMaidDaoImpl,managementServerNode,c
>>>o
>>>nfigurationManagerImpl,configurationDaoImpl,resourceCountDaoImpl,resourc
>>>e
>>>LimitDaoImpl,entityManagerImpl,clusterDetailsDaoImpl,accountVlanMapDaoIm
>>>p
>>>l,clusterDaoImpl,clusterVSMMapDaoImpl,dataCenterDaoImpl,dataCenterIpAddr
>>>e
>>>ssDaoImpl,dataCenterLinkLocalIpAddressDaoImpl,dataCenterVnetDaoImpl,dcDe
>>>t
>>>ailsDaoImpl,hostPodDaoImpl,podVlanDaoImpl,podVlanMapDaoImpl,storageNetwo
>>>r
>>>kIpAddressDaoImpl,storageNetworkIpRangeDaoImpl,vlanDaoImpl,domainDaoImpl
>>>,
>>>actionEventUtils,alertGenerator,eventJoinDaoImpl,eventUtils,usageEventUt
>>>i
>>>ls,highAvailabilityDaoImpl,recreatableFencer,hostDaoImpl,hostDetailsDaoI
>>>m
>>>pl,hostTagsDaoImpl,cloudZonesStartupProcessor,hypervisorCapabilitiesDaoI
>>>m
>>>pl,hypervisorGuruManagerImpl,keystoreDaoImpl,keystoreManagerImpl,agentUp
>>>g
>>>radeDaoImpl,upgradeManagerImpl,autoScaleManagerImpl,autoScalePolicyCondi
>>>t
>>>ionMapDaoImpl,autoScalePolicyDaoImpl,autoScaleVmGroupDaoImpl,autoScaleVm
>>>G
>>>roupPolicyMapDaoImpl,autoScaleVmProfileDaoImpl,conditionDaoImpl,counterD
>>>a
>>>oImpl,externalFirewallDeviceDaoImpl,externalLoadBalancerDeviceDaoImpl,fi
>>>r
>>>ewallRulesCidrsDaoImpl,firewallRulesDaoImpl,inlineLoadBalancerNicMapDaoI
>>>m
>>>pl,IPAddressDaoImpl,LBStickinessPolicyDaoImpl,loadBalancerDaoImpl,loadBa
>>>l
>>>ancerVMMapDaoImpl,networkAccountDaoImpl,networkDaoImpl,networkDomainDaoI
>>>m
>>>pl,networkExternalFirewallDaoImpl,networkExternalLoadBalancerDaoImpl,net
>>>w
>>>orkOpDaoImpl,networkRuleConfigDaoImpl,networkServiceMapDaoImpl,physicalN
>>>e
>>>tworkDaoImpl,physicalNetworkIsolationMethodDaoImpl,physicalNetworkServic
>>>e
>>>ProviderDaoImpl,physicalNetworkTagDaoImpl,physicalNetworkTrafficTypeDaoI
>>>m
>>>pl,portProfileDaoImpl,remoteAccessVpnDaoImpl,routerNetworkDaoImpl,site2S
>>>i
>>>teCustomerGatewayDaoImpl,site2SiteVpnConnectionDaoImpl,site2SiteVpnGatew
>>>a
>>>yDaoImpl,userIpv6AddressDaoImpl,virtualRouterProviderDaoImpl,vpnUserDaoI
>>>m
>>>pl,externalLoadBalancerUsageManagerImpl,externalNetworkDeviceManagerImpl
>>>,
>>>firewallManagerImpl,loadBalancingRulesManagerImpl,networkManagerImpl,net
>>>w
>>>orkModelImpl,networkServiceImpl,networkUsageManagerImpl,virtualNetworkAp
>>>p
>>>lianceManagerImpl,vpcVirtualNetworkApplianceManagerImpl,portForwardingRu
>>>l
>>>esDaoImpl,rulesManagerImpl,securityGroupDaoImpl,securityGroupRuleDaoImpl
>>>,
>>>securityGroupRulesDaoImpl,securityGroupVMMapDaoImpl,securityGroupWorkDao
>>>I
>>>mpl,vmRulesetLogDaoImpl,storageNetworkManagerImpl,privateIpDaoImpl,stati
>>>c
>>>RouteDaoImpl,vpcDaoImpl,vpcGatewayDaoImpl,vpcOfferingDaoImpl,vpcOffering
>>>S
>>>erviceMapDaoImpl,networkACLManagerImpl,vpcManagerImpl,remoteAccessVpnMan
>>>a
>>>gerImpl,site2SiteVpnManagerImpl,networkOfferingDaoImpl,networkOfferingSe
>>>r
>>>viceMapDaoImpl,projectAccountDaoImpl,projectDaoImpl,projectInvitationDao
>>>I
>>>mpl,projectManagerImpl,dummyHostDiscoverer,resourceManagerImpl,resourceL
>>>i
>>>mitManagerImpl,commandExecLogDaoImpl,configurationServerImpl,statsCollec
>>>t
>>>or,serviceOfferingDaoImpl,consoleServlet,registerCompleteServlet,garbage
>>>C
>>>ollectingStoragePoolAllocator,useLocalForRootAllocator,diskOfferingDaoIm
>>>p
>>>l,guestOSCategoryDaoImpl,guestOSDaoImpl,launchPermissionDaoImpl,s3DaoImp
>>>l
>>>,snapshotDaoImpl,snapshotPolicyDaoImpl,snapshotScheduleDaoImpl,storagePo
>>>o
>>>lDaoImpl,storagePoolDetailsDaoImpl,storagePoolHostDaoImpl,storagePoolWor
>>>k
>>>DaoImpl,swiftDaoImpl,uploadDaoImpl,VMTemplateDaoImpl,VMTemplateDetailsDa
>>>o
>>>Impl,VMTemplateHostDaoImpl,VMTemplatePoolDaoImpl,VMTemplateS3DaoImpl,VMT
>>>e
>>>mplateSwiftDaoImpl,VMTemplateZoneDaoImpl,volumeDaoImpl,volumeHostDaoImpl
>>>,
>>>downloadMonitorImpl,OCFS2ManagerImpl,s3ManagerImpl,secondaryStorageVmDef
>>>a
>>>ultAllocator,snapshotManagerImpl,snapshotSchedulerImpl,storageManagerImp
>>>l
>>>,swiftManagerImpl,uploadMonitorImpl,resourceTagsDaoImpl,taggedResourceMa
>>>n
>>>agerImpl,hyervisorTemplateAdapter,templateManagerImpl,versionDaoImpl,dat
>>>a
>>>baseIntegrityChecker,externalPublicIpStatisticsDaoImpl,usageDaoImpl,usag
>>>e
>>>IPAddressDaoImpl,usageJobDaoImpl,usageLoadBalancerPolicyDaoImpl,usageNet
>>>w
>>>orkDaoImpl,usageNetworkOfferingDaoImpl,usagePortForwardingRuleDaoImpl,us
>>>a
>>>geSecurityGroupDaoImpl,usageStorageDaoImpl,usageVMInstanceDaoImpl,usageV
>>>o
>>>lumeDaoImpl,usageVPNUserDaoImpl,usageServiceImpl,accountDetailsDaoImpl,a
>>>c
>>>countManagerImpl,accountDaoImpl,SSHKeyPairDaoImpl,userAccountDaoImpl,use
>>>r
>>>DaoImpl,userStatisticsDaoImpl,userStatsLogDaoImpl,domainManagerImpl,iden
>>>t
>>>ityDaoImpl,identityServiceImpl,consoleProxyDaoImpl,domainRouterDaoImpl,i
>>>n
>>>stanceGroupDaoImpl,instanceGroupVMMapDaoImpl,nicDaoImpl,secondaryStorage
>>>V
>>>mDaoImpl,userVmDetailsDaoImpl,VMInstanceDaoImpl,itWorkDaoImpl,componentC
>>>o
>>>ntext,org.springframework.aop.config.internalAutoProxyCreator,org.spring
>>>f
>>>ramework.aop.aspectj.AspectJPointcutAdvisor#0,captureAnyMethod,org.sprin
>>>g
>>>framework.aop.aspectj.AspectJPointcutAdvisor#1,captureEventMethod,transa
>>>c
>>>tionContextBuilder,actionEventInterceptor,onwireRegistry,messageSerializ
>>>e
>>>r,transportProvider,rpcProvider,eventBus,premiumDatabaseUpgradeChecker,m
>>>a
>>>nagementServerImpl,clusterManagerImpl,clusteredAgentManagerImpl,clustere
>>>d
>>>VirtualMachineManagerImpl,highAvailabilityManagerExtImpl,userVmManagerIm
>>>p
>>>l,consoleProxyManagerImpl,securityGroupManagerImpl2,premiumSecondaryStor
>>>a
>>>geManagerImpl,userVmDaoImpl,ipv6AddressManagerImpl,VmwareManager,NetappM
>>>a
>>>nager,BaremetalManager,BaremetalDhcpManager,BaremetalKickStartPxeService
>>>,
>>>BaremetalPingPxeService,BaremetalPxeManager,Ovs,BareMetalDhcp,BareMetalP
>>>x
>>>e,BareMetalUserdata,SecurityGroupProvider,VirtualRouter,VpcVirtualRouter
>>>,
>>>NiciraNvp,JuniperSRX,Netscaler,F5BigIP,CiscoNexus1000vVSM,FirstFitRoutin
>>>g
>>>,LocalStoragePoolAllocator,FirstFitStoragePoolAllocator,UserConcentrated
>>>A
>>>llocator,ConsoleProxyAllocator,StaticRoleBasedAPIAccessChecker,ExteralIp
>>>A
>>>ddressAllocator,BareMetalTemplateAdapter,MD5UserAuthenticator,LDAPUserAu
>>>t
>>>henticator,CheckOnAgentInvestigator,XenServerInvestigator,UserVmDomRInve
>>>s
>>>tigator,ManagementIPSystemVMInvestigator,VmwareInvestigator,XenServerFen
>>>c
>>>er,KVMFencer,OvmFencer,VmwareFencer,XcpServerDiscoverer,SecondaryStorage
>>>D
>>>iscoverer,KvmServerDiscoverer,BareMetalDiscoverer,HypervServerDiscoverer
>>>,
>>>OvmDiscoverer,vmwareServerDiscoverer,FirstFitPlanner,UserDispersingPlann
>>>e
>>>r,UserConcentratedPodPlanner,BareMetalPlanner,StorageNetworkGuru,Externa
>>>l
>>>GuestNetworkGuru,PublicNetworkGuru,PodBasedNetworkGuru,ControlNetworkGur
>>>u
>>>,DirectNetworkGuru,DirectPodBasedNetworkGuru,OvsGuestNetworkGuru,Private
>>>N
>>>etworkGuru,NiciraNvpGuestNetworkGuru,XenServerGuru,KVMGuru,OvmGuru,VMwar
>>>e
>>>Guru,BaremetalGuru,BaremetalPlannerSelector,HypervisorPlannerSelector,or
>>>g
>>>.springframework.context.annotation.ConfigurationClassPostProcessor$Impo
>>>r
>>>tAwareBeanPostProcessor#0];
>>> root of factory hierarchy
>>>
>>>
>>> On Sun, Apr 7, 2013 at 12:54 AM, Marcus Sorensen
>>><sh...@gmail.com>wrote:
>>>
>>>> If you're running it the Dev way with jetty, look for vmops.log in
>>>>your
>>>> git
>>>> root. If you've installed via package look for
>>>> /var/log/cloudstack/management/management-server.log.
>>>> On Apr 7, 2013 12:45 AM, "Mike Tutkowski"
>>>><mi...@solidfire.com>
>>>> wrote:
>>>>
>>>> > Hi Marcus,
>>>> >
>>>> > I was just looking at the output in the console.
>>>> >
>>>> > Can you remind me again where the related logs are stored?
>>>> >
>>>> > Thanks!
>>>> >
>>>> >
>>>> > On Sun, Apr 7, 2013 at 12:39 AM, Marcus Sorensen
>>>><shadowsor@gmail.com
>>>> > >wrote:
>>>> >
>>>> > > Have you by chance looked at the debug logs to see if it by chance
>>>> tried
>>>> > > the proper storage and failed? I'm not sure that's OK either, but
>>>>it
>>>> > would
>>>> > > be interesting to know.
>>>> > > On Apr 7, 2013 12:25 AM, "Mike Tutkowski" <
>>>> mike.tutkowski@solidfire.com>
>>>> > > wrote:
>>>> > >
>>>> > > > Hi,
>>>> > > >
>>>> > > > I'm currently using 4.1 (from like a week or so ago).
>>>> > > >
>>>> > > > I have three tiers of shared, iSCSI-based storage represented in
>>>> three
>>>> > > > storage repositories in XenServer:
>>>> > > >
>>>> > > > SR_2
>>>> > > > SR_3
>>>> > > > SR_4
>>>> > > >
>>>> > > > SR_2 maps into CS via primary storage PS_2, which has the
>>>>storage
>>>> tag
>>>> > > PS_2
>>>> > > > SR_3 maps into CS via primary storage PS_3, which has the
>>>>storage
>>>> tag
>>>> > > PS_3
>>>> > > > SR_4 maps into CS via primary storage PS_4, which has the
>>>>storage
>>>> tag
>>>> > > PS_4
>>>> > > >
>>>> > > > I have three compute offerings:
>>>> > > >
>>>> > > > CO_2, which only uses storage tag PS_2
>>>> > > > CO_3, which only uses storage tag PS_3
>>>> > > > CO_4, which only uses storage tag PS_4
>>>> > > >
>>>> > > > I walk through the wizard and select CO_3.  My VM ends up on
>>>>SR_4.
>>>> > > >
>>>> > > > I have double checked the relationships and don't see any
>>>>errors
>>>>in
>>>> > how I
>>>> > > > have CS configured.
>>>> > > >
>>>> > > > Does anyone know of this being noted as a current bug?
>>>> > > >
>>>> > > > Thanks!
>>>> > > >
>>>> > > >
>>>> > > > --
>>>> > > > *Mike Tutkowski*
>>>> > > > *Senior CloudStack Developer, SolidFire Inc.*
>>>> > > > e: mike.tutkowski@solidfire.com
>>>> > > > o: 303.746.7302
>>>> > > > Advancing the way the world uses the
>>>> > > > cloud<http://solidfire.com/solution/overview/?video=play>
>>>> > > > *(tm)*
>>>> > > >
>>>> > >
>>>> >
>>>> >
>>>> >
>>>> > --
>>>> > *Mike Tutkowski*
>>>> > *Senior CloudStack Developer, SolidFire Inc.*
>>>> > e: mike.tutkowski@solidfire.com
>>>> > o: 303.746.7302
>>>> > Advancing the way the world uses the
>>>> > cloud<http://solidfire.com/solution/overview/?video=play>
>>>> > *(tm)*
>>>> >
>>>>
>>>
>>>
>>>
>>> --
>>> *Mike Tutkowski*
>>> *Senior CloudStack Developer, SolidFire Inc.*
>>> e: mike.tutkowski@solidfire.com
>>> o: 303.746.7302
>>> Advancing the way the world uses the
>>>cloud<http://solidfire.com/solution/overview/?video=play>
>>> *(tm)*
>>>
>>
>>
>>
>>--
>>*Mike Tutkowski*
>>*Senior CloudStack Developer, SolidFire Inc.*
>>e: mike.tutkowski@solidfire.com
>>o: 303.746.7302
>>Advancing the way the world uses the
>>cloud<http://solidfire.com/solution/overview/?video=play>
>>*(tm)*
>


Re: VM deployed to wrong storage repository

Posted by Nitin Mehta <Ni...@citrix.com>.
Sorry for the typo. I meant bug instead of "bu"

On 09/04/13 11:59 AM, "itin Mehta" <Ni...@citrix.com> wrote:

>Hi Prachi - Do we use this allocator now ? And why does this allocator not
>honor the tag - is that not a bu ?
>
>Thanks,
>Niti
>
>On 08/04/13 11:2 PM, "Prachi Damle" <Pr...@citrix.com> wrote:
>
>>Hi Mike,
>>
>>I checked the logs, looks like the RandomStoragePolAllocator is being
>>picked up for the storag allocation - tis allocatordoes not match any
>>tags.
>>
>>You sould use FirstFitStoragePoolAllocato instead - change the
>>component.ml to use this allocatr and not the random
>
>>Thanks,
>>-Prachi
>>
>>-----Original Message-----
>>From: Mike Tutkowski [mailto:mike.tutkowsi@solidfie.com]
>>Sent: Monday, April 08 2013 8:23 AM
>>To: dev@cloudstack.apache.org
>>Subject: Re: VM deployed t wrong storage repostory
>>
>>I pla to update to the latest 4.1 todayand re-try this.
>>
>>If I still see the problem, I'll open a bug.
>>
>>
>>On Sun, Apr 7, 2013 at 4:26 PM, Mike Tutkowski
>><mik.tutkowski@solidire.com
>>> wroe:
>>
>>> I don't see anything in vmops.log to indicate that another primary
>>>storage
>>> was tried first.  What do you tink?
>>>
>>> 2013-04-07 00:30:5,459 INFO  [agent.manager.AgentManagerImpl]
>> (AgentTaskPool-11:null) Investigating why host 6 has disconnected wth
>>> event PingTimeout
>>> 2013-04-07 00:0:51,459 DEBUG [agentmanager.AgentManagerImpl]
>>> (AgentTaskPool-11:null) checking if agent (6) isalive>> 2013-04-07
>>>00:30:51,460 INFO  [agent.manager.AgentManagerImpl]
>>> (AgentTaskPool-16:null) Investigating why host 5 has disconnected with
>>> event PingTimeot
>>> 2013-04-07 00:3051460 DEBUG [agent.manger.AgentManagerImpl]
>>> (AgentTaskPool-16:null) checking if agent (5) is alive
>>> 2013-04-0700:30:51,462 DEBUG [gent.transport.Request]
>>> (AgentTaskPool-11:null) Seq -324993302: Sending  { Cmd , MgmtId: 1,
>>via:
>>> 6, Ver: v1, Flags: 100011, [{"CheckHealthCommand":{"wit":50}}] }
>>> 2013-04-07 00:30:51,42 DEUG agent.transport.Request]
>>> (AgentTaskPool-11:null) Seq 6-324993302: Executing:  { Cmd , MgmtI: 1,
>>> via: 6, Ver: v1, Flags: 100011, [{"CheckHealthommand"{"wait":50}}] }
>>> 2013-04-07 0:30:51,462 DEBUG [agent.manager.DirectAgentttche]
>>> (DirectAgent-26:null) Seq 6-324993302: Executing rquest
>>> 213-04-07 00:30:51,464 DEBUG[agent.transport.Request]
>>> (AgenTaskPool-16null) Seq 5-614334808: Sending  { md , MgmtId: 1,
>>>via:
>>> 5, Ver: v1, Flags: 100011, [{"CheckHelthCommand":{"wait":50}}] }
>>> 201304-07 00:30:51,464 DEBUG [agent.transport.Request]
>>> (AgentTaskPool-16:null) Seq 5-614334808: Executing:  { Cmd , MgmtId: 1,
>>> via: 5, Ver: v1, Flas: 100011, [{"CheckHealthComman":{"wait":50}}] }
>>> 2013-04-07 00:30:51,465 DEBUG [agent.manager.DirectAgentAttace]
>>> (DirectAgent-163:null) Seq 5-61433480: Executing request
>>> 2013-04-07 00:30:51,511 DEBUG [agent.manager.DirectAgentAttache]
>>> (DirectAgent-26:null) Seq 6324993302: Response Received:
>>> 2013-04-07 00:30:51,512 DEBUG [agent.transport.Request]
>>> (DirectAgent-26:null) Seq 6-324993302: Processing:  { ns: , MgmtId: 1,
>>> via: 6, Ver: v1, Flags: 10,
>>> [{"CheckHealthAnswer":{"result":true,"details":"resource i
>>> alive","ait":0}}] }
>>> 2013-04-07 00:30:51,512 DEBUG [agent.transport.Request]
>>> (AgentTaskPool-11:null) Seq 6-324993302: Received:  { Ans: , Mgmtd: 1,
>>> via: 6, Ver: v1, Flags: 10, { CheckHealthAnswer } }
>>> 2013-04-07 00:3051,512 DEBUG [agent.manager.AgentManagerImpl]
>>> (AgntTaskPool-11:null) Details from executing class
>>> com.cloud.agent.api.CheckealthCommand: resource is alive
>>> 2013-04-07 00:30:51,512 DEBUG [agent.maager.AgentManagerImpl]
>>> (AgentTaskPool-11:null) agent (6) responded to checkHeathCommand,
>>>reporting
>>> that agent is Up
>> 2013-04-07 00:30:51,512 INFO  [agent.manager.AgentManagerImpl]
>>> (AgentTaskPool-11:null) he state determined is Up
>>> 2013-4-07 00:30:51,512 INFO  [agent.manger.AgentManagerImpl]
>>> (AgenTaskPool-11:null Agent s determined to be up an runnng
>>> 2013-04-07 00:30:51,512 DEBUG [cloud.host.Satus]
>>>(AgentTaskPool-11:null)
>>> Transition:[Resource state = Enabled, Agnt event = Ping, Host id = 6,
>>>name
>>> = Tut-XenServer]
>>> 2013-04-07 00:30:51,515 DEBUG [cloud.host.Status]
>>>(AgentTaskPool-11:null)
>>> Agent status update: [id = 6; nae = Tut-XenServer; old status = Up;
>>>event
>>> = Ping; new status = Up; old update count = 307; new update count =
>>>308]
>>> 2013-04-07 00:30:51,517 DEBUG [agent.managr.DirectAgentAttache]
>>> (DirectAgent-163:nll) Seq 5-614334808: Response Receied:
>>> 2013-04-07 00:30:51,517 DEBUG [agent.transport.Request]
>>> (DirectAgent-163:null) Seq 5-614334808: Processing:  { Ans: , MgmtId:
>>>1,
>>> via: 5, Ver: v1, Flags: 10,
>>> [{"CheckHealthAnswer":{"result":true,"details":"resource is
>>> alive","wait":0}}] }
>>> 2013-04-07 00:30:51,517 DEBUG [agent.transport.Request]
>>> (AgentTaskPool-16:null) Se 5-614334808: Received:  { Ans: , MgmtId: 1,
>>> via: 5, Ver: v1, Flags: 10, { CheckHeathAnswer } }
>>> 2013-04-07 00:30:51,517 DEBUG [agent.manager.AgentManagerImpl]
>>> (AgentTaskPool-16:null) Details fromexecuting class
>>> com.cloud.agent.api.heckHealthCommand: resource is alive
>>> 2013-04-07 00:30:51,517 DEBUG [agent.manager.AgentManaerImpl]
>>> (AgentTaskPool-16:null) agent (5) responded to checkHeathommand,
>>>reporting
>>> that agent is Up
>>>2013-04-07 00:30:51,518 INFO  [agent.manager.AgentManagerImpl]
>>> (AgentTaskPool-16:null) The state determined is Up
>>> 2013-04-07 00:30:51,518 INFO  [agent.maager.AgentManagerImpl]
>>> (AgentTskPool-16:null) Agent is determined to be up ad running
>>> 2013-04-7 00:30:51,518 DEBUG [cloud.host.tatus]
>>>(AgentTaskPool-16:null)
>>> Transition:[Resource state = Enabled, Agent event = Ping, Host id = 5,
>>>name
>>> = Tut-XenServer2]
>>>2013-04-07 00:30:51,522 DEBUG [cloud.host.Status]
>>>(AgentTaskPool16:null)
>>> Agent status update: [id = 5; name = Tut-XenServer2; old status = Up;
>>>event
>> = Ping; new status = Up; old update count = 144; new update cout =
>>>145]
>>> 2013-04-07 00:30:52,927 DEUG [agent.manager.DirectAgentAttache]
>>> (DirectAgent-157:null) Seq 6-324993301: Response Received:
>>> 2013-04-07 00:30:52,927 DEBUG [agent.transport.Request]
>>> (DirectAgent-15:null) Seq 6-324993301: Processing:  { Ans: , MgmtId: 1,
>>> va: 6, Ver: v1, Flags: 110, [{"Answer":{"resut":true,"wait":0}}] }
>>> 2013-04-07 00:30:52,927 DEBUG [agent.transport.Request]
>>> (Job-Executor-35:job-42) Seq 6-324993301: Received:  { Ans:  MgmtId: 1,
>>> via: 6, Ver: v1, Flags: 110, { Answer } }
>>> 2013-04-07 00:30:52,927 DEBUG [agent.manager.gentAttache]
>>> (DirectAgent-157:null) Seq 6-324993301: No more commands found
>>> 2013-04-07 00:30:52,938 DEBUG
>> [network.router.VirtualNetworkApplianceManagerImpl]
>>> (Job-Executor-35:job-42) Applying userdata and password entry in
>>>network
>> Ntwk[204|uest|6]
>>> 2013-04-07 00:30:52,952 DEBUG [agent.transport.Request]
>>> (Job-Executor-35:job-42) Seq -324993303: Sending  { Cmd , MgmtId: 1,
>>>via:
>>> 6, Ver: v1, Flas: 10111,
>>> 
>>>[{"routing.SavePasswordCommand":{"password":"fnirq_cnffjbeq","vmIpAddres
>>>s
>>>":"192.168.56.195","vmName":"c18ddf7c-fc61-40b0-af75-fdef05f8eae6,"acces
>>>sDetails":{"router.guest.ip":192.168.56.102","one.network.type":"Basic"
>>>,"router.ip":"169.254.1.168","
>>> router.nam
>>> 
>>>":"r-4-VM"},"wait":0}},{"routing.VmataCommand":{"vmpAddress":"192.168.5
>>>6.195","vmName":"c18ddf7c-fc61-40b0-af75-fdef05f8eae6","accessDetails":{
>>>"
>>>router.guest.ip":"192.68.56.102","zone.network.type":"Basic","router.ip
>>>"
>>>:"169.254.1.168","
>>> router.name":"r-4-VM"},"wait":0}}] }
>>> 2013-04-07 00:30:52,953 DEUG [agent.transprt.equest]
>>> (JobExecutor-35:job-42) Seq 6-324993303: Executing:  {Cmd , MgmtId: 1,
>>> via: 6, Ver: v1, Flags: 100111,
>>> 
>>>[{"routing.SavePasswordCommand":{"password":"fnirq_nffjbeq","vmIpAddress
>>>":"192.168.56.195","vmName":"c18ddf7c-fc61-40b0-af75-fdef05f8eae6","acce
>>>s
>>>sDetails":{"router.guest.ip":"192.168.56.102","zone.networktype":"Basic
>>>"
>>>,"router.ip":"169.254.1.168","
>>> router.name
>>> 
>>>":"r-4-VM"},"wait":0}},{"rting.VmDataCommand":{"vmIpAddress":"192.168.5
>>>6.195","vmName":"c18ddf7c-fc61-40b0-af75-fdef05f8eae6","accessDetails":{
>>>"
>>>router.guest.ip":"192.168.56.102","zone.network.type":"Basic","router.ip
>>>"
>>>:"19.254.1.168","
>>> router.name":"r-4-VM"},"wait":0}}] }
>>> 2013-04-07 00:30:52,93 DEBUG [agent.manger.DirectAgentAttache]
>>> (DirectAgent-37:null) Seq 6-324993303: Executing requst
>>> 2013-04-07 00:30:53,093 DEBUG [cloud.api.ApiServlet]
>>> (1161145101@qtp-100880148-3:null) ===START===  127.0.0.1 -- GET
>>>  
>>>command=queryAsyncJobResult&jobId=f75d8ce8-1193-43f-b171-f43d2534e6bc&r
>>>e
>>>sponse=json&sessionkey=Z6QqzU0FqiT13bMgnRRfl8GoVA%3D&_=1365316253091
>>> 2013-04-07 00:30:53,110 DEBUG [cloud.api.ApiServlet]
>>> (116114511@qtp-1008805148-33:null) ===END===  127.0.0.1 -- GET
>>>  
>>>command=queryAsyncJobResult&jobId=f75d8ce8-1193-43bf-b171-f43d2534e6bc&r
>>>e
>>>sponse=son&sessioney=Z6QqzU0Fq1iT13bMgnRRflGoVA%3D&_=1365316253091
>> 2013-04-07 00:30:56,093 DEBUG [cloud.api.ApiServlet]
>>> (1161145101@qtp-1008805148-33:null) ===START===  127.0.0.1 -- GET
>>>  
>>>command=ueryAsyncJobResult&jobId=f75d8ce8-1193-43bf-b171-f43d2534e6bc&r
>>>e
>>>sponse=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316256091
>> 2013-4-07 00:30:56,109 DEBUG [clou.api.ApiServlet]
>>> (1161145101@qtp-1008805148-33:null) ===END===  127.0.0.1 -- GET
>>>  
>>>comman=queryAsyncJobResult&joId=f75d8ce8-1193-43bf-b171-f43d2534e6bc&r
>>>e
>>>sponse=jon&sessokey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316256091
>>>2013-0-07 00:30:59,094 DEBUG [cloud.api.ApiServlet]
>>> (1161145101@qtp-1008805148-33:null) ===START==  127.0.0.1 -- GET
>>>  
>>>command=queryAsyncJobResut&jobId=f75d8ce8-1193-43bf-b171f43d2534e6b&re
>>>sponse=json&sssionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316259092
>>> 2013-04-0700:30:59,11 DEBUG [cloud.api.ApiServlet]
>>> (1161145101@qtp-1008805148-33:null) ==END===  127.0.0.1 -- GET
>>>  
>>>command=queryAsyncJobResult&jobId=f75d8ce8-1193-43bf-b171-f43d2534e6bc&r
>>>e
>>sponse=json&essionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316259092
>>>2013-04-07 0:31:02,095 DEBUG [cloud.api.ApiSerlet]
>>> (1161145101@qtp-1008805148-33:null) ===START===  127.0.0.1 -- GET
>>>  
>>>command=queryAsyncJobResult&jobId=f75d8ce8-1193-43bf-b171-f43d2534e6bc&r
>>>e
>>>spne=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316262093
>>> 2013-04-07 00:31:02,110 DEBUG [cloud.api.ApiServlet]
>>> (1161145101@qtp-1008805148-33:null) ==END===  127.0.0.1 -- GET
>>>  
>>>command=queryAsyncJobesult&jobId=f75d8ce8-1193-43bf-b171-f43d2534e6bc&r
>>>e>>sponse=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316262093
>>> 201-04-07 00:31:04,860 DEBUG [agent.manager.DirectAgentAttache]
>>> (DirectAgent-145:null) Ping from 6
>>> 2013-04-07 00:3105,099 DEBUG [cloud.api.ApiServlet]
>>> (116115101@qtp-1008805148-33:null) ===START===  127.0.0.1 -- GE
>>>  
>>>command=queryAsycJobResult&jobId=f75d8ce8-1193-43bf-b171-f43d2534e6bc&re
>>>sponse=jsn&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316265096
>>> 013-04-07 00:31:05,114 DEBUG [cloud.api.AiServlet]
>>> (1161145101@qtp-1008805148-33:null) ===END===  127.0.0.1 -- GET
>>>  
>>>command=queryAsyncJobResult&jobId=f75d8ce8-1193-43bf-b171-f43d2534e6bc&r
>>>e
>>>sponse=json&sessonkey=Z6QqzU0Fq1iT13bMgnRRflGoVA%3D&_=1365316265096
>>> 2013-04-07 00:31:06,234 DEBUG [aet.anager.DirectAgentAttache]
>>> (DirectAgent-372:null) Ping frm 5
>>> 2013-04-07 00:31:06,909 DEBUG [agent.manage.DirectAgentAttache]
>>> (DirectAgent-149:null) Seq 6-324993028: Executing request
>>> 2013-04-07 00:31:07,239 DEBUG [agent.manager.DirectAgentAttache]
>>> (DirectAgent-149:null Seq 6-324993028: Response Received:
>>> 2013-04-07 00:31:07,239 DEBUG [agent.transport.Request]
>>> (DirectAgent-14:null) Seq 6-324993028: Processig:  { Ans: , MgmtId: 1,
>>> va: 6, Ver: v1, Flags: 10,
>>> 
>>>[{"CluterSyncAnswer":{"_clusterId":2,"_newStates":{},"_isExecuted":alse
>>>,"result":true,wait":0}}]
>>> }
>>> 2013-04-0 00:31:07,424 DEBUG [agent.manager.DirectAgentAttache]
>>> (DirectAgen-37:null) Seq 6-324993303: Response Received:
>>> 2013-04-07 00:31:07,424 DEBUG [gent.trnsport.Request]
>>> (DirectAgent-37:null) Seq 6-324993303: Processing:  { Ans: , MgmtId: 1,
>>> via: 6, Ver: v1, Flags: 110,
>>> 
>>>[{"Answer":{"result":true,"wait":0}},{"Answer":{"result":true,"wait":0}}
>>>]
>>> }
>>> 2013-04-07 00:31:07,424 DEBUG [agent.transportRequest]
>>> (Job-Executor-35:job-42) Seq 6-324993303: Received:  { Ans: , MgmId: 1,
>>> vi: 6, Ver: v1, Flags: 110, { Answer, Answer } }
>>> 2013-04-07 00:31:07,424 DEBUG [agent.maager.AgentAttache]
>>> (DirectAgent-37:null) Seq 6-324993303: No more commands fond
>>> 2013-04-07 00:31:07424 DEBUG [cloud.network.NetwrkManaerImpl]
>>> (Job-Executor-35:job-42) Asking VpcVirtualRouter to prepare for
>>> Nic[18-12-6416c373-20d8-4617-8dcb-30a8ff9d0f34-192.168.56.195]
>>> 2013-04-07 00:31:07,424 WARN  [network.element.VpcVirtualRouterElement]
>>> (Job-Executor-35:job-42) Network Ntwk[204|Guest|6] is not associated
>>>with
>>> any VPC
>>> 201-04-07 00:31:07,429 DEBUG [cloud.network.NetworkManagerImpl]
>>> (Job-Executor-35:job-42) Asking NiciraNvp to prepare for
>> Nic[18-12-6416c373-20d8-4617-8dcb-30a8ff9d0f34-192.168.56.195]
>>> 2013-04-07 00:31:07,429 DEBUG [network.element.NiciraNvpElement
>>> (ob-Executor-35:job-42) Checking if NiciraNvpElement can handle service
>>> Connectiity on network gustNetworkFrBasicZone
>>> 2013-04-07 00:31:07,432 DEBUG [cloud.network.NetworkManagrIpl]
>>> (Job-Executor-35:job-42) Asking JuniperSRX to prepare for
>>> Nic[18-12-641c373-20d8-46178dcb-30a8ff9d0f34-192.168.56.195]
>>> 2013-04-07 00:31:07,436DEBUG [cloud.networkNetwrkManagerImpl]
>>> (Job-Executor-35:job-42) Asking Netscaler to prepare for
>>> Nc[18-12-6416c373-20d8-4617-8dcb-308ff9d0f34-192.168.56.195]
>>> 201304-07 00:31:07,441 DEBUG [cloud.network.NetworkManagerImpl]
>>> (Job-Executor-35:job-42) Asking F5BigIP to prepare for
>>> Nic[18-12-6416c373-20d8-4617-8dcb-30a8ff9d0f34-192.168.56.195]
>>> 2013-04-07 00:31:07,445 DEBUG [cloud.network.NetworkManagerImpl]
>>> (Job-Executor-5:job-42) Asking CiscoNexus100vVSM to prepare for
>>> Nic[18-12-6416c373-20d8-4617-8dcb-30a8ff9d0f34-192.168.56195]
>> 2013-04-07 0:31:07,449 DEUG [cloud.storage.StorageManagerImpl]
>>> (Job-Executor-35:job-42) Checking if we need to prepare 1 volumes for
>>> VM[User|c18ddf7c-fc61-40b0-af75-fdef05f8eae6]
>> 2013-04-07 00:31:7,451 DEBUG [cloud.storageStorageManagerImpl]
>>> (Job-Executor-35:job42) Creating volume: Vol[12|vm=12|ROOT]
>>> 2013-04-07 00:31:07,451 DEBUG [cloud.storage.StorageManagerImpl]
>>> (Job-Executor-35:job-42) Trying to create in Pool[257|PreSetup]
>>> 2013-04-07 00:31:07,459 DEBUG [loud.template.TemplateManagerImpl]
>>> (Job-Executor-35:job-42) Downloading template 5 to pool 257
>>> 2013-04-07 00:31:07,466 DEBUG [cloud.template.TemplateManagerImpl]
>>> (Job-Executor-35:job-42) Downloading 5 via 5
>>> 2013-04-07 00:31:07,470 DEBUG [agent.transport.Request]
>>> (Job-Executor-35:job-2) Seq 5-614334809: Sending  { Cmd , MgmtI: 1,
>>> via: 5, Ver: v1, Flags: 100111,
>>> 
>>>[{"storage.PrimaryStorageDownloadComman":{"localPath":"/mnt/9a008517-e3
>>>2
>>>1-37a0-a91-44695f9b6fe7","poolUuid":"iSCSI_SR_3","poolId":257,"primaryP
>>>o
>>>ol":{"id":257,"uuid":"iSCSI_SR_3","host":"192.168.56.9","path":"/iSCSI_S
>>>R
>>>_3","port":0,"type":"PreSetup"},"secondaryStorageUrl":"ns://192.168.56.1
>>>0:
>>> 
>>>/opt/sorage/secondary",primaryStorageUrl":nfs://192.168.56.9/iSCSI_SR_
>>>3
>>> 
>>>","url":"nfs://192.168.56.10:/opt/storage/secondary/template/tmpl/1/5//c
>>>e
>>>5b212e-215a-3461-94fb-814a6352215.vhd","format":"VHD","accountId":1,"na
>>>m
>>>e":"tiny>>> Linux","wait":10800}}] }
>>> 2013-04-07 00:31:07,470 DEBUG [agent.transportRequest]
>>> (Job-Executor-35:job-42) Seq 5-614334809: Executing:  { Cm , MgmtId: 1
>>> via: , Ver: v1, Flags: 100111,
>>> 
>>>[{"storage.PrimaryStorageDownloadCommand":{"localPath":"/mnt/9a008517-e3
>>>2
>>>1-37a0-a941-44695f9b6fe7","pooUuid":"iSCSI_SR_3","polId":57,"primaryPo
>>>l":{"id":257,"uuid":"iSCSI_SR_3","host":"192.168.56.9","path":"/iSCSI_S
>>>R
>>>_3","port":0,"type":"PreSetup"},"secondaryStorageUrl":"nfs://192.168.56.
>>>1
>>>0:
>>> 
>>>/opt/storage/secondary","primaryStorageUr":"nfs://192.168.56.9/iSSI_SR_
>>>3
>>> 
>>>","url":"nfs://192.168.56.10:/opt/storage/secondary/template/tmpl/1///ce
>>>5b212e-215a-3461-94fb-84a635b2215.vhd","format":"VHD","accountId":1,"na
>>>m
>>>e":"tiny
>>> Linux","wait":10800}}] }
>>> 2013-04-07 00:31:07,470 DEBUG [agnt.manager.DirectAgentAttache]
>>> (DirectAgent-174:null) Seq 5-14334809: Executng request
>>> 2013-04-07 00:31:08,097 DEBUG [cloud.api.ApiServlet]
>>> (1161145101@qtp-108805148-33:null) ===START===  127.0.0.1 -- GET
>>>  
>>>command=queryAsyncobReult&jobId=f75d8ce8-1193-43b-b171-f43d2534e6bc&r
>>>e
>>>sponse=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316268095
>>> 2013-04-07 00:31:08,115 DEBUG [cloud.api.ApiServlet]
>>> (116145101@qtp-1008805148-33:null) ===END===  127.0.0.1 - GET
>>>  
>>>command=queryAsyncJobResult&jobId=f75d8ce8-1193-43bf-b171-f43d2534e6bc&r
>>>e
>>>sponse=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=136531626895
>>> 2013-04-07 00:31:11,023 DEBUG [agent.manager.DirectAgentAttache]
>>> (DirectAgent-309:nll) Seq 5-614334468: Executing request
>>> 2013-04-07 00:31:11,099 DEBUG [cloud.api.ApiServlet]
>>> (1161145101@qtp-1008805148-33:null) ===START===  127.0.0.1 -- GET
>>>  
>>>command=querAsyncJobResult&jobId=f75d8ce8-1193-43bf-b171-f43d2534e6bc&re
>>sponse=jsonsessionkeyZ6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316271096
>>> 2013-04-07 00:31:11,121 DEBUG [cloud.api.ApiServlet]
>>> (1161145101@qtp-1008805148-33:null) ===END===  127.0.0.1 -- GET
>>>  
>>>command=queryAsyncJobResult&jobId=f75d8ce8-1193-43bf-b171-f43d2534e6bc&r
>>>e
>>>sponse=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316271096
>>> 2013-04-07 00:31:11,363 DEBUG [aget.manager.DirectAgentAttache]
>>> (DirectAgent-309:null) Seq 5-614334468: Response Received:
>>> 2013-04-07 00:31:11,363 DEBUG [agent.transport.Request]
>>> (DirectAgent-309:null) Seq 5-614334468: Processing:  { Ans: , MgmtId:
>>>1,
>>> via: 5, Ver: v1, Flags: 10, [{"Answer":{result":true,"wat":0}} }
>>>2013-04-07 00:31:14,100 DEBUG [cloud.ai.ApiServlet]
>>> (1161145101@qtp-1008805148-33:nll) ===START===  127.0.0.1 -- GET
>>>  
>>>command=qeryAsyncJobResult&jobId=f75d8ce8-1193-43bf-b171-f43d253e6bc&re
>>>sponse=json&sessinkey=Z6QqzU0Fq1iT13bMgnRRfl8oVA%3D&_=1365316274097
>>> 2013-04-07 00:31:14,124 DEBUG [cloud.api.ApServlet]
>>> (1161145101@qtp-1008805148-33:nll) ===END===  127.0.0.1 -- GET>>
>>>ommand=queryAsyncJobResult&jobId=f75d8ce8-1193-43bf-b171-f43d2534e6bc&e
>>>sponse=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316274097
>>> 2013-04-07 00:31:16,197 DEBUG [cloud.api.ApiServlet]
>>> (1161145101@qtp-100880548-33:null) ===START===  127.0.0.1 -- GET
>>  
>>>command=listVirtualMachines&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnR
>>>R
>>>fl8GoVA%3D&listAll=true&pag=1&pagesize=20&_=1365316276194
>>> 2013-04-7 00:31:16,219 DEBUG [cloud.api.ApiServlet]
>>> (1161145101@qtp-1008805148-33:null) ===END===  127.0.0.1 - GET
>>>  
>>>command=listVirtulMachies&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRR
>>>fl8GoVA%3D&listAll=true&page=1&pagesize=20&_=136516276194
>>> 2013-04-07 00:31:17,101 DEBUG [cloud.api.ApiServlet]
>>> (1161145101@qtp-1008805148-33:null) ===START===  127.0.0.1 -- GET
>>>  
>>>command=querAsyncJobResult&jobId=f75d8ce8-1193-43bf-b171-f43d2534e6bc&re
>>>sponse=json&sessiokey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316277098
>>> 213-04-07 00:31:17,123 DEBUG [cloud.api.ApiServet]
>>> (1161145101@qtp-1008805148-33:null) ===END===  127.0.0.1-- GET
>>>  
>>>command=queryAsyncJobResult&jobId=f75d8ce8-1193-43bf-b171-f43d2534e6bc&r
>>>e
>>>sponse=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316277098
>>> 2013-4-07 00:31:17,954 DEBUG [cloud.ai.ApiServlet]
>>> (1161145101@qtp-1008805148-33:null) ===START===  17.0.0.1 -- GET
>>>  
>>>command=lstVolumes&response=json&sessionkey=Z6QqzU0Fq1iT13bMnRfl8GoVA%
>>>3D&listAll=true&page=1&pagesize=20&_=1365316277950
>>> 2013-04-07 00:31:17,972 DEBUG [loud.api.ApiServlet]
>>> (1161145101@qtp-1008805148-33:null) ===END===  27.0..1-- GET
>>>  
>>>command=listVolumes&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA
>>>%
>>>3D&listAll=true&page=1&pagesize=20&_=135316277950
>>> 2013-04-07 00:31:20,102 DEBUG [cloud.api.ApiServlet]
>>> 1161145101@qtp1008805148-33:null) ===START===  127.0.0.1 -- GET
>>>  
>>>command=queryAsyncJobResult&jobId=f75d8ce8-1193-43bf-b171-43d2534e6bc&r
>>>e
>>>sponse=json&sessionkey=Z6QqU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316280099
>>> 201304-07 00:31:20,118 DEBUG [cloud.api.ApiServlet]
>>> (1161145101@qtp-1008805148-33null) ===END===  127.0.0.1 -- GET
>>>  
>>>command=queryAsyncJbResult&jobId=f75d8ce8-1193-43bf-b11-f43d2534e6bc&r
>>>e
>>>sponse=json&sessionkey=Z6QqzU0Fq1iT13bMgnRfl8GoVA%3D&_=1365316280099
>> 2013-04-07 00:31:20,454 DEBUG
>>> [storage.secondary.SconaryStorageManagerImpl] (scstorage-1:null)
>>>Zone 1
>>> is ready to launch secondary storage VM
>> 2013-04-07 00:31:20,558 DEBUG
>>>[cloud.consoleproxy.ConsolePoxyManagerImpl]
>>>(consoleproxy-1:null) Zone 1 is ready to launch console proxy
>>> 2013-04-07 00:31:20,820 DEBUG
>>> [network.router.VirtualNetworkApplianceManagerImpl]
>>> (RouterStatusMonitor-1:null) Found  routers to update status.
>> 2013-04-0 00:31:20,821 DEBUG
>>> [network.router.VirtualNetworkApplianceManagerImpl]
>>> (RouterStatusMonitor-1:null) ound 0 networks to update RvR status.
>>> 2013-04-07 00:31:20,82 DEBUG
>>> [network.router.VirtuaNetworkApplianceManagerImpl]
>>> (RouterStatusMonitor-:null) Found 0 routers to update status.
>>> 2013-04-07 0:31:20,853 DEBUG
>>> [network.router.VirtualNetworkApplianceManagerImpl]
>>> (RouterStatusMonitor-1:null) Found 0 networks to update RvR status.
>>> 2013-04-07 00:31:21,075 DEBUG [cloud.api.ApiServlet]
>>> (1161145101@qtp-1008805148-33:null) ===START===  127.0.0.1 -- GET
>>>  
>>>commandlistVolumes&id=aed71ae1-732b-48d7-833f-e23287e2b2b9&response=jso
>>>n
>>>&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316281073
>>> 2013-04-07 00:31:21,097 DEBUG [cloud.api.ApiServlet]
>>> (1161145101@qtp-100805148-33:null) ===END===  127.0.0.1 -- GET
>>>  
>>>cmmand=listVolumes&id=aed71ae1-732b-48d7-833f-e23287e2b2b9&response=json
>>>&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316281073
>>> 2013-04-07 00:31:21,120 DEBUG [cloud.api.ApiServlet]
>>> (1161145101@qtp-1008805148-33:null) ===START===  127.0.0.1 -- GET
>>>  
>>>command=listTags&resonse=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&
>>>resourceId=aed71ae1-732b-48d7-833f-e23287e2b2b9&resourceType=Volume&list
>>>A
>>>ll=true&_=136531628117
>>> 2013-04-07 00:31:21,142 DEBUG [cloud.api.ApiServlet]
>>> (1161145101@qtp-1008805148-33:null) ===END===  127.0.0.1 -- GE
>>>  
>>>command=listTags&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D
>>>&
>>>resourceId=aed71ae1732b-48d7-833f-e232872b2b9&resourceType=Volume&listA
>>>ll=true&_=1365316281117
>>> 2013-04-07 00:31:23,102DEBUG [cloud.api.ApiServlet]
>>> (1161145101@qtp-100885148-33:null) ==START===  127.0.0.1 -- GET
>>>  
>>>commandqueryAsyncJobResult&jobId=f75d8ce8-1193-43bf-b171-f43d2534e6bc&r
>>>e
>>>sponse=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316283100
>>> 2013-04-07 00:31:23,122 EBUG [cloud.api.ApiServlet]
>>> (1161145101@qtp-100880514-33:null) ===END===  127.0.0.1 -- GET
>>>  
>>>command=queryAsyncJobResult&jobId=75d8ce8-1193-43bf-b171-f43d2534e6bc&
>>>e
>>>sponse=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316283100
>>> 2013-04-07 00:3:24,894 DEBUG [agent.manager.AgentManagerImpl]
>>> (AgentManager-Handler-9:null) Ping from 4
>>> 2013-04-07 00:31:26,102 DEBUG [cloud.api.ApiServlet]
>>> (1161145101@qtp-1008805148-33:null) ===START===  127.0.0.1 -- GET
>>>  
>>>command=queryAsyncJobResult&jobId=f75d8ce8-1193-43bf-b171-f43d2534e6bc&r
>>>e
>>>sponse=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316286100
>>> 2013-04-07 00:31:26,117 DEBUG [cloud.api.ApiServlet]
>>> (1161145101@qtp-1008805148-33:null) ===END===  127.0.0.1 -- GET
>>>  
>>>command=queryAsyncJobResult&jbId=f75d8ce8-1193-43bf-b171-f43d2534e6bc&r
>>>e
>>>spons=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316286100
>>> 2013-04-07 00:31:27,217 DEBUG [agent.manager.DirectAgentAttache]
>>> (DirctAgen-164:null) Ping from 1
>>> 2013-04-07 00:31:28,079 DEBUG [agent.manager.DirectAgentAttache]
>>> (DirectAgent-174:null) Seq 5-614334809: Response Received:
>>> 2013-04-07 00:31:28,079 DEBUG [agent.transport.equest]
>>> (DirectAgent-174:null) Seq 5-614334809: Processing:  { Ans: , MgmtId
>>>1,
>>> via: 5, Ver: v1, Flags: 110,
>>> 
>>>[{"storage.PrimaryStorageDownloadAnswer"{"installPath":"a8414926-81d6-4b
>>>54-9b4b-feb498489df0","templateSize":54525952,"esult":true,"wait":0}}]
>>> }
>>> 2013-04-07 00:31:28,079 DEBUG [agent.transport.Request]
>>> (Job-Executor-35:job-42) Seq -614334809: Received:   Ans: , MgmtId: 1,
>>> via: 5, Ver: v1, Flgs: 110, { PrimaryStorageDownloadAnswer } }
>>> 23-04-07 00:31:28,079 DEBUG [agent.mnager.AgentAttache]
>>> (irectAgent-174:null) Seq 5-614334809: No more command found
>>> 2013-04-07 00:31:28,081 EBUG [cloud.template.TemplateManagerImpl]
>>> (Job-Executor-35:job-42) Template 5 is downloaded via 5
>>> 2013-04-07 00:31:28,085 DEBUG [agent.tansport.Request]
>>> (Job-Executor-35:job-42) Seq 5-614334810: ending  { Cmd , gmtId:
>>>1,>>via:
>>> 5, Ver: v1, Flags: 100111,
>>> 
>>>[{"storage.CreateCommand":{"volId":12,"pool":{"id":257,"uuid":"iSCSI_SR_
>>>3
>>>","host":"192.168.56.9","path":"/iSCSI_SR_3","port":0,"type":"PreSetup"}
>>>,
>>>"diskCharacteritics":{"size":52428800,"tags":["iSCSI_SR_3"],"type":"ROO>>>T
>>>","name":"ROO-12","useLocalStorage":false,"recreatable":true,"diskOffer
>>>i
>>>ngId":37,"volumeId":12,"hyperType":"XenServer"},"templateUrl":"a8414926-
>>>8
>>>1d6-4b54-9b4b-feb498489df0","wait":0}}]
>>> }
>>> 2013-04-07 00:31:28,086 DEBUG [agent.ransport.Request]
>>> (Job-Executor-35:job-42) Se 5-614334810: Executing:  { Cmd , MgmtId:
>>>1,
>>> via: 5, Ver: v1, Flags: 100111,
>>> 
>>>[{"storage.CreateComand":{"volId":12,"pool":{"id":257,"uuid":"iSCSI_SR_
>>>3
>>>","host":"192.168.56.9","path":"/iSCSI_SR_3","port":0,"type":"PreSetup"}
>>>,
>>>"diskCharacteristics":{"size":52428800,"tags":["iSCSI_SR_3"],"type":"ROO
>>>T
>>>","name":"OOT-12","useLocalStorage":false,"recreatable":true,"diskOfferi
>>>ngId":37,"volumeId":12,"yperType":"Xenerver"},"templateUrl":"a8414926-
>>>8
>>>1d6-4b54-9b4b-feb498489df0","wait":0}}]
>>> }
>>> 2013-04-0700:31:28,086DEBUG [agent.manager.DirectAgentAttache]
>>> (DirectAgent-327:null) Seq -614334810: Executing request
>>> 2013-04-07 00:31:28,227 DEUG [xen.resource.CitrixResouceBase]
>>> DirectAgent-327:null) SR retrieved for iSCSI_SR_3>> 2013-04-07
>>>00:31:28,240 DEUG [xen.resource.CitrixResourceBase]
>>> (DirectAgent-327:null) Checking iSCSI_SR_3 or SR
>>> fe8ca696-22f5-ba1f-af68-7c3cf5a3cb39 on
>>> XS[5e02c60-155d-432e-a20f-f8c600ef3ab7-192.168.5611]
>>> 2013-04-07 00:31:29,095 DEBUG [agent.manager.DirectAgentAttache]
>>> (DirectAget-84:null) Seq 1-90046472: Executing request
>>> 2013-04-07 00:31:29,106 DEBUG [cloud.api.ApiServlet]
>>> (1161145101@qtp-100805148-33:null) ===START===  127.0.0.1 -- GET
>>>  
>>>command=queryAsyncJobResult&jobId=f75d8ce8-193-43bf-b171-f43d2534e6bc&r
>>>e
>>>sponse=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316289101
>>> 2013-04-07 00:31:29,130 DEBUG [cloud.apiApiServlet]
>>> (1161145101@qtp-100880518-33:null) ===END===  127.0.0.1 -- GET
>>>  
>>>cmmand=queryAsyncJoResult&jobIdf75d8ce8-1193-43bf-b171-f43d2534e6bc&re
>>>sponse=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316289101
>>> 2013-04-07 00:31:29,687 DEBUG [agent.managr.DirectAgentAttache]
>> (DirectAgent-84:null) Seq 1-90046472: Response Received:
>>> 2013-04-07 00:31:29,688 DEBUG [agent.transport.Request]
>>> (DirectAgent-84:null) Seq 1-90046472: Processing:  {Ans: , MgmtId: 1,
>>>via:
>>> 1, Ver: v1, Flags: 10,
>>> 
>>>[{"ClusterSyncAnswer":{"_clsterId":1,"_newStates":{},"_isExecuted":fals
>>>e
>>>,"result":true,"wait":0}}]
>>> }
>>> 2013-04-07 00:31:30,685 DEBUG [xen.resource.CitrixResourceBase]
>>> (DirectAgent-327:null) Succefully created VDI for
>> com.cloudagent.api.storage.CreateCommand.  Uuid =
>>> 40a39639-e8aa-45b5-bfa1-591b68571d0c
>>> 213-04-07 00:31:30,686 DEBUG [agent.manager.DirectAgentAttache]
>>> (DirectAgent-327:null) Seq 5-614334810: Response Received:
>>> 2013-04-07 00:31:30,686 DEBUG [aget.transport.Request]
>>> (DirectAgent-327:null) Seq 5-614334810: Processing:  { Ans: , MgmtId:
>>>1,
>>> via: 5, Ver: v1, Flags: 110,
>>> 
>>>[{"storage.CreateAnswer":{"volume":{"id":12,"name":"ROT-12","mountPoint
>>>"
>>>:"/iSCSI_SR_3","path":"40a39639-e8aa-45b5-bfa1-591b68571d0c","size":5242
>>>8
>>>800,"type":"ROOT","storagePoolType":"PreSetup","storagePoolUuid":"iSCSI_
>>>S>>>R_3","deviceId":0},"requestTemplateReload":false,"result":true,"wait":0}
>>>}
>>>]
>>> }
>>> 2013-04-07 00:31:30,686 DBUG [agent.transport.Request]
>>> (Job-Executor-35:job-42) Seq 5-614334810: Received:  { Ans: , gmtId:
>>>1,
>>> vi 5, Ver: v1, Flags: 110, { CreateAnswer } }
>>> 2013-04-07 00:31:30,686 DEBG [agent.manager.AgentAttache]>>> (DirectAgent-327:null) Seq 5-614334810: No mor commands found
>>> 2013-04-07 00:31:30,689 DEBUG [loud.storage.StorageManagerImpl]
>>> (Job-Executor-35:job-42)Volume Vol[12|vm=12|ROO] is created on
>>> Pool[257|PreSetup]
>>> 2013-04-07 00:31:30,705 DEBUG [agent.transport.Request]
>> (Job-Executor-35:job-42) Seq 5-614334811: Sending  { Cmd , MgmtId: 1,
>>>via:
>> 5, Ver: v1, Flags:100111,
>>> 
>>>[{"StartComman":{"vm":{"id":12,"name":"i-2-12-VM","bootloader":"PyGrub",
>>>>>"type":"User","cpus":1,"speed":100,"minRam":1073741824,"maxRam":107374
>>>>>182
>>>4,"arch":"x86_64","os":"entOS
>>> 5.3
>>> 
>>>(64-bit)","bootArgs":"","rebootOnCrash":false,enableHA":false,"limitCpuU
>>>se":false,"vncPassword":"a0ed1e002d55dc0b","params":{},"uuid":"c18ddf7c-
>>>f
>>>c61-40b0-af75-fdef05f8eae6",disks":[{"d":12,"name":"ROOT-12","mountPoin
>>>t":"/iSSI_SR_3","path":"40a39639-e8aa-45b5-bfa1-591b6857d0c","size":52
>>>4
>>>28800,"type":"ROOT","storagePoolType":"PreSetup","stoagePoolUuid":"iSCSI
>>>_SR_3","deviceId":0},{"id":12,"name":"tiny
>>> 
>>>Linux","size":0,"type":"ISO","storagePoolType":"ISO","deviceId":3}],"nis
>>>":[{"deviceId":0,"networkRateMbps":200,"defaultNic":true,"uuid""70472c43
>>>-4913-4e0a-8e1d-87b030404b0a","ip":"192.168.56.195","netmask":"255.255.2
>>>5
>>5.0","gateway":"192.168.56.1","mac":"06:c8:0e:00:00:75","dns1":"8.8.8.8"
>>>,
>>>"dns2":"4.4.4.4","broadcastType":"Native","type":"Guest","broadcastUri":
>>>"
>>>vlan://untagged","isolationUri":"ec2://untagged","isSecurityGroupEnabled
>>>"
>>>:true}]},"hostIp":"12.168.56.11","wait":0}}]
>>> }
>>> 201-04-07 00:31:30,705 DEBUG [agent.transpot.Request]
>>> (Job-Executor-35:job-42) Seq 5-614334811: Executing:  { Cmd , MgmtId:
>>>1,
>>> via: 5 Ver: v1, Flags: 100111,
>>> 
>>>[{"StartCommand":{"vm":{"id":12,"name":"i-2-12-VM""bootloader":"PyGrub"
>>>,
>>>"type":"User","cpus":1,"speed":100,"minRam":1073741824,"maxRam":1073718
>>>2
>>>4,"arch":"x86_64","os":"CentOS
>>> 5.3
>>> 
>>>(64-bit)","bootArgs":"""rebootOnCrash":false,"enableHA":false,"limitCpu
>>>U
>>>se":false,"vncPassword":"a0ed1e002d55dc0b","params":{},"uuid":"c18ddf7c-
>>>f
>>>c61-40b0-af75-fdef05f8eae6","disks":[{"id":12,"ame":"ROOT-12","mountPoi
>>>n
>>>t":"/iSCSI_SR_3,"path":"40a39639-e8aa-45b5-bfa1-591b68571d0c","size":52
>>>4
>>>28800,"type":"ROOT","storagePoolType":"PreSetup","storagePoolUuid":"iSCS
>>>I
>>>_SR_3","deviceId":0},{"id":12,"name":"tiny
>>> 
>>>Linux","size":0,"type":"ISO","soragePoolType":"ISO","deviceId":3}],"nic
>>>s
>>>":[{"devicId":0,"netwrkRateMbps"200,"defaultNic":true,"uuid":"70472c43
>>>-4913-4e0a-8e1d-87b030404b0a","ip":"192.168.56.195","netmask":"255.255.2
>>>5
>>>5.0","gatewy":"192.168.56.1","mac":"06:c8:0e:00:00:75","dns1":"8.8.8.8"
>>>,
>>>"dns2":"4.4.4.4","broadcastType":"Native","type":"Guest","broadcastUri":
>>>"
>>>vlan://untagged","isolationUri":"ec2://untagged","isSecurityGroupEnaled
>>>"
>>>:true}]},"hostIp:"192.168.56.11","wait":0}}]
>>> }
>>> 2013-04-07 00:31:30,705 DEBUG [agent.manager.DirectAgentAttache]
>>> (DirectAgent-265:null) Seq 5-614334811: Executing request
>>> 2013-04-07 00:31:30,848 DEBUG [xen.resource.CitrixResourceBase]
>>> (DirectAgent-265:null) 1. The VM i-2-12-VM is in Starting state.
>>> 2013-04-07 00:31:30,907 DEBUG [xen.resource.XenServer56FP1Resource]
>>> (DirectAgent-2:null) Created VM 6b192a90-bce6-7347-f184-d5b8538647a
>>>for
>>> i-2-12-VM
>>> 2013-04-07 00:31:30,959 DEBUG [xen.resource.CitrixResourceBase]
>>> (DirectAgent-265:null) VBD 9ea8a64a-9d04-76df-9d8b-103371b21d86 created
>>>for
>> Vol[12|ROOT|40a39639-e8aa-45b5-bfa1-591b68571d0c|52428800]
>>> 2013-04-07 00:31:30,985 DEBUG [xen.resource.CitrixResourceBase]
>>> (DirectAgent-265:null) VBD 0fb43cee-0512-beed-5d24-a33a2ceceeda created
>>>for
>>> Vol[12|ISO|null|0]
>>> 2013-04-07 00:31:30,985 DEBUG [xen.resource.CitrixResourceBase]
>>> (DirectAgent-265:null) Creating VIF for i-2-12-VM on nic
>>> [Nic:Guest-192.168.56.195-vlan://untagged]
>>> 2013-04-07 00:31:31,037 DEBUG [xen.resource.CitrixResourceBase]
>>> (DirectAgent-265:null) Created a vif 
>>>adbeb814-7d38-1fda-1bdb-b6850c7cb342
>>> on 0
>>> 2013-04-07 00:31:32,105 DEBUG [cloud.api.ApiServlet]
>>> (1161145101@qtp-1008805148-33:null) ===START===  127.0.0.1 -- GET
>>>  
>>>command=queryAsyncJobResult&jobId=f75d8ce8-1193-43bf-b171-f43d2534e6bc&r
>>>e
>>>sponse=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316292102
>>> 2013-04-07 00:31:32,122 DEBUG [cloud.api.ApiServlet]
>>> (1161145101@qtp-1008805148-33:null) ===END===  127.0.0.1 -- GET
>>>  
>>>command=queryAsyncJobResult&jobId=f75d8ce8-1193-43bf-b171-f43d2534e6bc&r
>>>e
>>>sponse=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316292102
>>> 2013-04-07 00:31:35,106 DEBUG [cloud.api.ApiServlet]
>>> (1161145101@qtp-1008805148-33:null) ===START===  127.0.0.1 -- GET
>>>  
>>>command=queryAsyncJobResult&jobId=f75d8ce8-1193-43bf-b171-f43d2534e6bc&r
>>>e
>>>sponse=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316295103
>>> 2013-04-07 00:31:35,125 DEBUG [cloud.api.ApiServlet]
>>> (1161145101@qtp-1008805148-33:null) ===END===  127.0.0.1 -- GET
>>>  
>>>command=queryAsyncJobResult&jobId=f75d8ce8-1193-43bf-b171-f43d2534e6bc&r
>>>e
>>>sponse=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316295103
>>> 2013-04-07 00:31:38,106 DEBUG [cloud.api.ApiServlet]
>>> (1161145101@qtp-1008805148-33:null) ===START===  127.0.0.1 -- GET
>>>  
>>>command=queryAsyncJobResult&jobId=f75d8ce8-1193-43bf-b171-f43d2534e6bc&r
>>>e
>>>sponse=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316298104
>>> 2013-04-07 00:31:38,126 DEBUG [cloud.api.ApiServlet]
>>> (1161145101@qtp-1008805148-33:null) ===END===  127.0.0.1 -- GET
>>>  
>>>command=queryAsyncJobResult&jobId=f75d8ce8-1193-43bf-b171-f43d2534e6bc&r
>>>e
>>>sponse=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316298104
>>> 2013-04-07 00:31:41,108 DEBUG [cloud.api.ApiServlet]
>>> (1161145101@qtp-1008805148-33:null) ===START===  127.0.0.1 -- GET
>>>  
>>>command=queryAsyncJobResult&jobId=f75d8ce8-1193-43bf-b171-f43d2534e6bc&r
>>>e
>>>sponse=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316301106
>>> 2013-04-07 00:31:41,133 DEBUG [cloud.api.ApiServlet]
>>> (1161145101@qtp-1008805148-33:null) ===END===  127.0.0.1 -- GET
>>>  
>>>command=queryAsyncJobResult&jobId=f75d8ce8-1193-43bf-b171-f43d2534e6bc&r
>>>e
>>>sponse=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316301106
>>> 2013-04-07 00:31:43,708 INFO  [xen.resource.CitrixResourceBase]
>>> (DirectAgent-265:null) Programmed default network rules for i-2-12-VM 
>>>on
>>> nic with ip:192.168.56.195 mac:06:c8:0e:00:00:75
>>> 2013-04-07 00:31:43,708 DEBUG [xen.resource.CitrixResourceBase]
>>> (DirectAgent-265:null) 2. The VM i-2-12-VM is in Running state.
>>> 2013-04-07 00:31:43,708 DEBUG [agent.manager.DirectAgentAttache]
>>> (DirectAgent-265:null) Seq 5-614334811: Response Received:
>>> 2013-04-07 00:31:43,709 DEBUG [agent.transport.Request]
>>> (DirectAgent-265:null) Seq 5-614334811: Processing:  { Ans: , MgmtId: 
>>>1,
>>> via: 5, Ver: v1, Flags: 110,
>>> 
>>>[{"StartAnswer":{"vm":{"id":12,"name":"i-2-12-VM","bootloader":"PyGrub",
>>>"
>>>type":"User","cpus":1,"speed":100,"minRam":1073741824,"maxRam":107374182
>>>4
>>>,"arch":"x86_64","os":"CentOS
>>> 5.3
>>> 
>>>(64-bit)","bootArgs":"","rebootOnCrash":false,"enableHA":false,"limitCpu
>>>U
>>>se":false,"vncPassword":"a0ed1e002d55dc0b","params":{},"uuid":"c18ddf7c-
>>>f
>>>c61-40b0-af75-fdef05f8eae6","disks":[{"id":12,"name":"ROOT-12","mountPoi
>>>n
>>>t":"/iSCSI_SR_3","path":"40a39639-e8aa-45b5-bfa1-591b68571d0c","size":52
>>>4
>>>28800,"type":"ROOT","storagePoolType":"PreSetup","storagePoolUuid":"iSCS
>>>I
>>>_SR_3","deviceId":0},{"id":12,"name":"tiny
>>> 
>>>Linux","size":0,"type":"ISO","storagePoolType":"ISO","deviceId":3}],"nic
>>>s
>>>":[{"deviceId":0,"networkRateMbps":200,"defaultNic":true,"uuid":"70472c4
>>>3
>>>-4913-4e0a-8e1d-87b030404b0a","ip":"192.168.56.195","netmask":"255.255.2
>>>5
>>>5.0","gateway":"192.168.56.1","mac":"06:c8:0e:00:00:75","dns1":"8.8.8.8"
>>>,
>>>"dns2":"4.4.4.4","broadcastType":"Native","type":"Guest","broadcastUri":
>>>"
>>>vlan://untagged","isolationUri":"ec2://untagged","isSecurityGroupEnabled
>>>"
>>>:true}]},"result":true,"wait":0}}]
>>> }
>>> 2013-04-07 00:31:43,709 DEBUG [agent.transport.Request]
>>> (Job-Executor-35:job-42) Seq 5-614334811: Received:  { Ans: , MgmtId: 
>>>1,
>>> via: 5, Ver: v1, Flags: 110, { StartAnswer } }
>>> 2013-04-07 00:31:43,709 DEBUG [agent.manager.AgentAttache]
>>> (DirectAgent-265:null) Seq 5-614334811: No more commands found
>>> 2013-04-07 00:31:43,763 DEBUG 
>>>[network.security.SecurityGroupManagerImpl]
>>> (Job-Executor-35:job-42) Security Group Mgr v2: scheduling ruleset 
>>>updates
>>> for 1 vms  (unique=1), current queue size=0
>>> 2013-04-07 00:31:43,765 DEBUG 
>>>[network.security.SecurityGroupManagerImpl]
>>> (Job-Executor-35:job-42) Security Group Mgr v2: done scheduling ruleset
>>> updates for 1 vms: num new jobs=1 num rows insert or updated=1 time 
>>>taken=2
>>> 2013-04-07 00:31:43,769 DEBUG [cloud.capacity.CapacityManagerImpl]
>>> (Job-Executor-35:job-42) VM state transitted from :Starting to Running 
>>>with
>>> event: OperationSucceededvm's original host id: 5 new host id: 5 host 
>>>id
>>> before state transition: 5
>>> 2013-04-07 00:31:43,769 DEBUG [cloud.vm.VirtualMachineManagerImpl]
>>> (Job-Executor-35:job-42) Start completed for VM
>>> VM[User|c18ddf7c-fc61-40b0-af75-fdef05f8eae6]
>>> 2013-04-07 00:31:43,773 DEBUG 
>>>[network.security.SecurityGroupManagerImpl]
>>> (SecGrp-Worker-3:null) SecurityGroupManager v2: sending ruleset update 
>>>for
>>> vm i-2-12-VM:ingress num rules=0:egress num rules=0 num cidrs=0
>>> sig=d41d8cd98f00b204e9800998ecf8427e
>>> 2013-04-07 00:31:43,777 DEBUG [cloud.async.AsyncJobManagerImpl]
>>> (Job-Executor-35:job-42) Complete async job-42, jobStatus: 1, 
>>>resultCode:
>>> 0, result: org.apache.cloudstack.api.response.UserVmResponse@d9c5b6f
>>> 2013-04-07 00:31:43,782 DEBUG [cloud.async.AsyncJobManagerImpl]
>>> (Job-Executor-35:job-42) Done executing
>>> org.apache.cloudstack.api.command.user.vm.DeployVMCmd for job-42
>>> 2013-04-07 00:31:43,796 DEBUG [agent.transport.Request]
>>> (SecGrp-Worker-3:null) Seq 5-614334812: Sending  { Cmd , MgmtId: 1, 
>>>via: 5,
>>> Ver: v1, Flags: 100111,
>>> 
>>>[{"SecurityGroupRulesCmd":{"guestIp":"192.168.56.195","vmName":"i-2-12-V
>>>M
>>>","guestMac":"06:c8:0e:00:00:75","signature":"d41d8cd98f00b204e9800998ec
>>>f
>>>8427e","seqNum":1,"vmId":12,"msId":1,"ingressRuleSet":[],"egressRuleSet"
>>>:
>>>[],"wait":0}}]
>>> }
>>> 2013-04-07 00:31:43,796 DEBUG [agent.transport.Request]
>>> (SecGrp-Worker-3:null) Seq 5-614334812: Executing:  { Cmd , MgmtId: 1, 
>>>via:
>>> 5, Ver: v1, Flags: 100111,
>>> 
>>>[{"SecurityGroupRulesCmd":{"guestIp":"192.168.56.195","vmName":"i-2-12-V
>>>M
>>>","guestMac":"06:c8:0e:00:00:75","signature":"d41d8cd98f00b204e9800998ec
>>>f
>>>8427e","seqNum":1,"vmId":12,"msId":1,"ingressRuleSet":[],"egressRuleSet"
>>>:
>>>[],"wait":0}}]
>>> }
>>> 2013-04-07 00:31:43,796 DEBUG [agent.manager.DirectAgentAttache]
>>> (DirectAgent-77:null) Seq 5-614334812: Executing request
>>> 2013-04-07 00:31:44,109 DEBUG [cloud.api.ApiServlet]
>>> (1161145101@qtp-1008805148-33:null) ===START===  127.0.0.1 -- GET
>>>  
>>>command=queryAsyncJobResult&jobId=f75d8ce8-1193-43bf-b171-f43d2534e6bc&r
>>>e
>>>sponse=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316304106
>>> 2013-04-07 00:31:44,122 DEBUG [cloud.async.AsyncJobManagerImpl]
>>> (1161145101@qtp-1008805148-33:null) Async job-42 completed
>>> 2013-04-07 00:31:44,131 DEBUG [cloud.api.ApiServlet]
>>> (1161145101@qtp-1008805148-33:null) ===END===  127.0.0.1 -- GET
>>>  
>>>command=queryAsyncJobResult&jobId=f75d8ce8-1193-43bf-b171-f43d2534e6bc&r
>>>e
>>>sponse=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316304106
>>> 2013-04-07 00:31:44,351 INFO  [xen.resource.CitrixResourceBase]
>>> (DirectAgent-77:null) Programmed network rules for vm i-2-12-VM
>>> guestIp=192.168.56.195, ingress numrules=0, egress numrules=0
>>> 2013-04-07 00:31:44,351 DEBUG [agent.manager.DirectAgentAttache]
>>> (DirectAgent-77:null) Seq 5-614334812: Response Received:
>>> 2013-04-07 00:31:44,352 DEBUG [agent.transport.Request]
>>> (DirectAgent-77:null) Seq 5-614334812: Processing:  { Ans: , MgmtId: 1,
>>> via: 5, Ver: v1, Flags: 110,
>>> 
>>>[{"SecurityGroupRuleAnswer":{"logSequenceNumber":1,"vmId":12,"reason":"N
>>>O
>>>NE","result":true,"wait":0}}]
>>> }
>>> 2013-04-07 00:31:44,353 DEBUG [network.security.SecurityGroupListener]
>>> (DirectAgent-77:null) Successfully programmed rule
>>> com.cloud.agent.api.SecurityGroupRuleAnswer into host 5
>>> 2013-04-07 00:31:44,357 DEBUG [network.security.SecurityGroupListener]
>>> (DirectAgent-77:null) Successfully programmed rule
>>> com.cloud.agent.api.SecurityGroupRuleAnswer into host 5
>>> 2013-04-07 00:31:44,359 DEBUG [agent.manager.AgentAttache]
>>> (DirectAgent-77:null) Seq 5-614334812: No more commands found
>>> 2013-04-07 00:31:47,679 DEBUG [agent.manager.AgentManagerImpl]
>>> (AgentManager-Handler-10:null) Ping from 3
>>> 2013-04-07 00:31:50,451 DEBUG
>>> [storage.secondary.SecondaryStorageManagerImpl] (secstorage-1:null) 
>>>Zone 1
>>> is ready to launch secondary storage VM
>>> 2013-04-07 00:31:50,553 DEBUG 
>>>[cloud.consoleproxy.ConsoleProxyManagerImpl]
>>> (consoleproxy-1:null) Zone 1 is ready to launch console proxy
>>> 2013-04-07 00:31:50,819 DEBUG
>>> [network.router.VirtualNetworkApplianceManagerImpl]
>>> (RouterStatusMonitor-1:null) Found 0 routers to update status.
>>> 2013-04-07 00:31:50,820 DEBUG
>>> [network.router.VirtualNetworkApplianceManagerImpl]
>>> (RouterStatusMonitor-1:null) Found 0 networks to update RvR status.
>>> 2013-04-07 00:31:50,851 DEBUG
>>> [network.router.VirtualNetworkApplianceManagerImpl]
>>> (RouterStatusMonitor-1:null) Found 0 routers to update status.
>>> 2013-04-07 00:31:50,852 DEBUG
>>> [network.router.VirtualNetworkApplianceManagerImpl]
>>> (RouterStatusMonitor-1:null) Found 0 networks to update RvR status.
>>> 2013-04-07 00:31:51,459 INFO  [agent.manager.AgentMonitor]
>>> (Thread-11:null) Found the following agents behind on ping: [6, 5]
>>> 2013-04-07 00:31:51,460 DEBUG [cloud.host.Status] (Thread-11:null) Ping
>>> timeout for host 6, do invstigation
>>> 2013-04-07 00:31:51,461 DEBUG [cloud.host.Status] (Thread-11:null) Ping
>>> timeout for host 5, do invstigation
>>> 2013-04-07 00:31:51,462 INFO  [agent.manager.AgentManagerImpl]
>>> (AgentTaskPool-2:null) Investigating why host 6 has disconnected with 
>>>event
>>> PingTimeout
>>> 2013-04-07 00:31:51,462 DEBUG [agent.manager.AgentManagerImpl]
>>> (AgentTaskPool-2:null) checking if agent (6) is alive
>>> 2013-04-07 00:31:51,463 INFO  [agent.manager.AgentManagerImpl]
>>> (AgentTaskPool-14:null) Investigating why host 5 has disconnected with
>>> event PingTimeout
>>> 2013-04-07 00:31:51,463 DEBUG [agent.manager.AgentManagerImpl]
>>> (AgentTaskPool-14:null) checking if agent (5) is alive
>>> 2013-04-07 00:31:51,465 DEBUG [agent.transport.Request]
>>> (AgentTaskPool-2:null) Seq 6-324993304: Sending  { Cmd , MgmtId: 1, 
>>>via: 6,
>>> Ver: v1, Flags: 100011, [{"CheckHealthCommand":{"wait":50}}] }
>>> 2013-04-07 00:31:51,465 DEBUG [agent.transport.Request]
>>> (AgentTaskPool-2:null) Seq 6-324993304: Executing:  { Cmd , MgmtId: 1, 
>>>via:
>>> 6, Ver: v1, Flags: 100011, [{"CheckHealthCommand":{"wait":50}}] }
>>> 2013-04-07 00:31:51,465 DEBUG [agent.manager.DirectAgentAttache]
>>> (DirectAgent-151:null) Seq 6-324993304: Executing request
>>> 2013-04-07 00:31:51,466 DEBUG [agent.transport.Request]
>>> (AgentTaskPool-14:null) Seq 5-614334813: Sending  { Cmd , MgmtId: 1, 
>>>via:
>>> 5, Ver: v1, Flags: 100011, [{"CheckHealthCommand":{"wait":50}}] }
>>> 2013-04-07 00:31:51,467 DEBUG [agent.transport.Request]
>>> (AgentTaskPool-14:null) Seq 5-614334813: Executing:  { Cmd , MgmtId: 1,
>>> via: 5, Ver: v1, Flags: 100011, [{"CheckHealthCommand":{"wait":50}}] }
>>> 2013-04-07 00:31:51,467 DEBUG [agent.manager.DirectAgentAttache]
>>> (DirectAgent-113:null) Seq 5-614334813: Executing request
>>> 2013-04-07 00:31:51,525 DEBUG [agent.manager.DirectAgentAttache]
>>> (DirectAgent-151:null) Seq 6-324993304: Response Received:
>>> 2013-04-07 00:31:51,525 DEBUG [agent.transport.Request]
>>> (DirectAgent-151:null) Seq 6-324993304: Processing:  { Ans: , MgmtId: 
>>>1,
>>> via: 6, Ver: v1, Flags: 10,
>>> [{"CheckHealthAnswer":{"result":true,"details":"resource is
>>> alive","wait":0}}] }
>>> 2013-04-07 00:31:51,526 DEBUG [agent.transport.Request]
>>> (AgentTaskPool-2:null) Seq 6-324993304: Received:  { Ans: , MgmtId: 1, 
>>>via:
>>> 6, Ver: v1, Flags: 10, { CheckHealthAnswer } }
>>> 2013-04-07 00:31:51,526 DEBUG [agent.manager.AgentManagerImpl]
>>> (AgentTaskPool-2:null) Details from executing class
>>> com.cloud.agent.api.CheckHealthCommand: resource is alive
>>> 2013-04-07 00:31:51,526 DEBUG [agent.manager.AgentManagerImpl]
>>> (AgentTaskPool-2:null) agent (6) responded to checkHeathCommand, 
>>>reporting
>>> that agent is Up
>>> 2013-04-07 00:31:51,526 INFO  [agent.manager.AgentManagerImpl]
>>> (AgentTaskPool-2:null) The state determined is Up
>>> 2013-04-07 00:31:51,526 INFO  [agent.manager.AgentManagerImpl]
>>> (AgentTaskPool-2:null) Agent is determined to be up and running
>>> 2013-04-07 00:31:51,526 DEBUG [cloud.host.Status] 
>>>(AgentTaskPool-2:null)
>>> Transition:[Resource state = Enabled, Agent event = Ping, Host id = 6, 
>>>name
>>> = Tut-XenServer]
>>> 2013-04-07 00:31:51,529 DEBUG [agent.manager.DirectAgentAttache]
>>> (DirectAgent-113:null) Seq 5-614334813: Response Received:
>>> 2013-04-07 00:31:51,529 DEBUG [agent.transport.Request]
>>> (DirectAgent-113:null) Seq 5-614334813: Processing:  { Ans: , MgmtId: 
>>>1,
>>> via: 5, Ver: v1, Flags: 10,
>>> [{"CheckHealthAnswer":{"result":true,"details":"resource is
>>> alive","wait":0}}] }
>>> 2013-04-07 00:31:51,529 DEBUG [agent.transport.Request]
>>> (AgentTaskPool-14:null) Seq 5-614334813: Received:  { Ans: , MgmtId: 1,
>>> via: 5, Ver: v1, Flags: 10, { CheckHealthAnswer } }
>>> 2013-04-07 00:31:51,529 DEBUG [agent.manager.AgentManagerImpl]
>>> (AgentTaskPool-14:null) Details from executing class
>>> com.cloud.agent.api.CheckHealthCommand: resource is alive
>>> 2013-04-07 00:31:51,529 DEBUG [agent.manager.AgentManagerImpl]
>>> (AgentTaskPool-14:null) agent (5) responded to checkHeathCommand, 
>>>reporting
>>> that agent is Up
>>> 2013-04-07 00:31:51,529 INFO  [agent.manager.AgentManagerImpl]
>>> (AgentTaskPool-14:null) The state determined is Up
>>> 2013-04-07 00:31:51,529 INFO  [agent.manager.AgentManagerImpl]
>>> (AgentTaskPool-14:null) Agent is determined to be up and running
>>> 2013-04-07 00:31:51,530 DEBUG [cloud.host.Status] 
>>>(AgentTaskPool-2:null)
>>> Agent status update: [id = 6; name = Tut-XenServer; old status = Up; 
>>>event
>>> = Ping; new status = Up; old update count = 308; new update count = 
>>>309]
>>> 2013-04-07 00:31:51,530 DEBUG [cloud.host.Status] 
>>>(AgentTaskPool-14:null)
>>> Transition:[Resource state = Enabled, Agent event = Ping, Host id = 5, 
>>>name
>>> = Tut-XenServer2]
>>> 2013-04-07 00:31:51,533 DEBUG [cloud.host.Status] 
>>>(AgentTaskPool-14:null)
>>> Agent status update: [id = 5; name = Tut-XenServer2; old status = Up; 
>>>event
>>> = Ping; new status = Up; old update count = 145; new update count = 
>>>146]
>>> 2013-04-07 00:31:58,908 DEBUG [cloud.api.ApiServlet]
>>> (1161145101@qtp-1008805148-33:null) ===START===  127.0.0.1 -- GET
>>>  
>>>command=listVirtualMachines&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnR
>>>R
>>>fl8GoVA%3D&listAll=true&page=1&pagesize=20&_=1365316318906
>>> 2013-04-07 00:31:58,925 DEBUG [cloud.api.ApiServlet]
>>> (1161145101@qtp-1008805148-33:null) ===END===  127.0.0.1 -- GET
>>>  
>>>command=listVirtualMachines&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnR
>>>R
>>>fl8GoVA%3D&listAll=true&page=1&pagesize=20&_=1365316318906
>>> 2013-04-07 00:32:00,065 DEBUG [cloud.api.ApiServlet]
>>> (1161145101@qtp-1008805148-33:null) ===START===  127.0.0.1 -- GET
>>>  
>>>command=listVolumes&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA
>>>%
>>>3D&listAll=true&page=1&pagesize=20&_=1365316320063
>>> 2013-04-07 00:32:00,079 DEBUG [cloud.api.ApiServlet]
>>> (1161145101@qtp-1008805148-33:null) ===END===  127.0.0.1 -- GET
>>>  
>>>command=listVolumes&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA
>>>%
>>>3D&listAll=true&page=1&pagesize=20&_=1365316320063
>>> 2013-04-07 00:32:02,019 DEBUG [cloud.api.ApiServlet]
>>> (1161145101@qtp-1008805148-33:null) ===START===  127.0.0.1 -- GET
>>>  
>>>command=listVirtualMachines&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnR
>>>R
>>>fl8GoVA%3D&listAll=true&page=1&pagesize=20&_=1365316322017
>>> 2013-04-07 00:32:02,034 DEBUG [cloud.api.ApiServlet]
>>> (1161145101@qtp-1008805148-33:null) ===END===  127.0.0.1 -- GET
>>>  
>>>command=listVirtualMachines&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnR
>>>R
>>>fl8GoVA%3D&listAll=true&page=1&pagesize=20&_=1365316322017
>>> 2013-04-07 00:32:03,004 DEBUG [cloud.api.ApiServlet]
>>> (1161145101@qtp-1008805148-33:null) ===START===  127.0.0.1 -- GET
>>>  
>>>command=listVolumes&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA
>>>%
>>>3D&listAll=true&page=1&pagesize=20&_=1365316323002
>>> 2013-04-07 00:32:03,019 DEBUG [cloud.api.ApiServlet]
>>> (1161145101@qtp-1008805148-33:null) ===END===  127.0.0.1 -- GET
>>>  
>>>command=listVolumes&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA
>>>%
>>>3D&listAll=true&page=1&pagesize=20&_=1365316323002
>>> 2013-04-07 00:32:04,060 DEBUG [cloud.api.ApiServlet]
>>> (1161145101@qtp-1008805148-33:null) ===START===  127.0.0.1 -- GET
>>>  
>>>command=listVirtualMachines&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnR
>>>R
>>>fl8GoVA%3D&listAll=true&page=1&pagesize=20&_=1365316324057
>>> 2013-04-07 00:32:04,076 DEBUG [cloud.api.ApiServlet]
>>> (1161145101@qtp-1008805148-33:null) ===END===  127.0.0.1 -- GET
>>>  
>>>command=listVirtualMachines&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnR
>>>R
>>>fl8GoVA%3D&listAll=true&page=1&pagesize=20&_=1365316324057
>>> 2013-04-07 00:32:04,815 DEBUG [agent.manager.DirectAgentAttache]
>>> (DirectAgent-240:null) Ping from 6
>>> 2013-04-07 00:32:06,151 DEBUG [agent.manager.DirectAgentAttache]
>>> (DirectAgent-401:null) Ping from 5
>>> 2013-04-07 00:32:06,571 DEBUG [cloud.api.ApiServlet]
>>> (1161145101@qtp-1008805148-33:null) ===START===  127.0.0.1 -- GET
>>>  
>>>command=listZones&available=true&response=json&sessionkey=Z6QqzU0Fq1iT13
>>>b
>>>MgnRRfl8GoVA%3D&_=1365316326569
>>> 2013-04-07 00:32:06,578 DEBUG [cloud.api.ApiServlet]
>>> (1161145101@qtp-1008805148-33:null) ===END===  127.0.0.1 -- GET
>>>  
>>>command=listZones&available=true&response=json&sessionkey=Z6QqzU0Fq1iT13
>>>b
>>>MgnRRfl8GoVA%3D&_=1365316326569
>>> 2013-04-07 00:32:06,909 DEBUG [agent.manager.DirectAgentAttache]
>>> (DirectAgent-334:null) Seq 6-324993028: Executing request
>>> 2013-04-07 00:32:07,152 DEBUG [agent.manager.DirectAgentAttache]
>>> (DirectAgent-334:null) Seq 6-324993028: Response Received:
>>> 2013-04-07 00:32:07,152 DEBUG [agent.transport.Request]
>>> (DirectAgent-334:null) Seq 6-324993028: Processing:  { Ans: , MgmtId: 
>>>1,
>>> via: 6, Ver: v1, Flags: 10,
>>> 
>>>[{"ClusterSyncAnswer":{"_clusterId":2,"_newStates":{},"_isExecuted":fals
>>>e
>>>,"result":true,"wait":0}}]
>>> }
>>> 2013-04-07 00:32:08,422 DEBUG [cloud.api.ApiServlet]
>>> (1161145101@qtp-1008805148-33:null) ===START===  127.0.0.1 -- GET
>>>  
>>>command=listHypervisors&zoneid=3a62dec3-cf95-4ba2-9af0-af2190af35e3&resp
>>>o
>>>nse=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316328420
>>> 2013-04-07 00:32:08,431 DEBUG [cloud.api.ApiServlet]
>>> (1161145101@qtp-1008805148-33:null) ===END===  127.0.0.1 -- GET
>>>  
>>>command=listHypervisors&zoneid=3a62dec3-cf95-4ba2-9af0-af2190af35e3&resp
>>>o
>>>nse=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316328420
>>> 2013-04-07 00:32:08,434 DEBUG [cloud.api.ApiServlet]
>>> (1161145101@qtp-1008805148-33:null) ===START===  127.0.0.1 -- GET
>>>  
>>>command=listTemplates&templatefilter=featured&zoneid=3a62dec3-cf95-4ba2-
>>>9
>>>af0-af2190af35e3&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D
>>>&
>>>_=1365316328432
>>> 2013-04-07 00:32:08,461 DEBUG [cloud.api.ApiServlet]
>>> (1161145101@qtp-1008805148-33:null) ===END===  127.0.0.1 -- GET
>>>  
>>>command=listTemplates&templatefilter=featured&zoneid=3a62dec3-cf95-4ba2-
>>>9
>>>af0-af2190af35e3&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D
>>>&
>>>_=1365316328432
>>> 2013-04-07 00:32:08,464 DEBUG [cloud.api.ApiServlet]
>>> (1161145101@qtp-1008805148-33:null) ===START===  127.0.0.1 -- GET
>>>  
>>>command=listTemplates&templatefilter=community&zoneid=3a62dec3-cf95-4ba2
>>>-
>>>9af0-af2190af35e3&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3
>>>D
>>>&_=1365316328462
>>> 2013-04-07 00:32:08,492 DEBUG [cloud.api.ApiServlet]
>>> (1161145101@qtp-1008805148-33:null) ===END===  127.0.0.1 -- GET
>>>  
>>>command=listTemplates&templatefilter=community&zoneid=3a62dec3-cf95-4ba2
>>>-
>>>9af0-af2190af35e3&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3
>>>D
>>>&_=1365316328462
>>> 2013-04-07 00:32:08,495 DEBUG [cloud.api.ApiServlet]
>>> (1161145101@qtp-1008805148-33:null) ===START===  127.0.0.1 -- GET
>>>  
>>>command=listTemplates&templatefilter=selfexecutable&zoneid=3a62dec3-cf95
>>>-
>>>4ba2-9af0-af2190af35e3&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8G
>>>o
>>>VA%3D&_=1365316328493
>>> 2013-04-07 00:32:08,508 DEBUG [cloud.api.ApiServlet]
>>> (1161145101@qtp-1008805148-33:null) ===END===  127.0.0.1 -- GET
>>>  
>>>command=listTemplates&templatefilter=selfexecutable&zoneid=3a62dec3-cf95
>>>-
>>>4ba2-9af0-af2190af35e3&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8G
>>>o
>>>VA%3D&_=1365316328493
>>> 2013-04-07 00:32:09,476 DEBUG [cloud.api.ApiServlet]
>>> (1161145101@qtp-1008805148-33:null) ===START===  127.0.0.1 -- GET
>>>  
>>>command=listServiceOfferings&issystem=false&response=json&sessionkey=Z6Q
>>>q
>>>zU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316329474
>>> 2013-04-07 00:32:09,489 DEBUG [cloud.api.ApiServlet]
>>> (1161145101@qtp-1008805148-33:null) ===END===  127.0.0.1 -- GET
>>>  
>>>command=listServiceOfferings&issystem=false&response=json&sessionkey=Z6Q
>>>q
>>>zU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316329474
>>> 2013-04-07 00:32:11,022 DEBUG [agent.manager.DirectAgentAttache]
>>> (DirectAgent-161:null) Seq 5-614334468: Executing request
>>> 2013-04-07 00:32:11,174 DEBUG [agent.manager.DirectAgentAttache]
>>> (DirectAgent-161:null) Seq 5-614334468: Response Received:
>>> 2013-04-07 00:32:11,174 DEBUG [agent.transport.Request]
>>> (DirectAgent-161:null) Seq 5-614334468: Processing:  { Ans: , MgmtId: 
>>>1,
>>> via: 5, Ver: v1, Flags: 10, [{"Answer":{"result":true,"wait":0}}] }
>>> 2013-04-07 00:32:13,261 DEBUG [cloud.api.ApiServlet]
>>> (1161145101@qtp-1008805148-33:null) ===START===  127.0.0.1 -- GET
>>>  
>>>command=listDiskOfferings&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRf
>>>l
>>>8GoVA%3D&_=1365316333259
>>> 2013-04-07 00:32:13,272 DEBUG [cloud.api.ApiServlet]
>>> (1161145101@qtp-1008805148-33:null) ===END===  127.0.0.1 -- GET
>>>  
>>>command=listDiskOfferings&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRf
>>>l
>>>8GoVA%3D&_=1365316333259
>>> 2013-04-07 00:32:14,028 DEBUG [cloud.api.ApiServlet]
>>> (1161145101@qtp-1008805148-33:null) ===START===  127.0.0.1 -- GET
>>>  
>>>command=listNetworks&trafficType=Guest&zoneId=3a62dec3-cf95-4ba2-9af0-af
>>>2
>>>190af35e3&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365
>>>3
>>>16334026
>>> 2013-04-07 00:32:14,053 DEBUG [cloud.api.ApiServlet]
>>> (1161145101@qtp-1008805148-33:null) ===END===  127.0.0.1 -- GET
>>>  
>>>command=listNetworks&trafficType=Guest&zoneId=3a62dec3-cf95-4ba2-9af0-af
>>>2
>>>190af35e3&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365
>>>3
>>>16334026
>>> 2013-04-07 00:32:14,056 DEBUG [cloud.api.ApiServlet]
>>> (1161145101@qtp-1008805148-33:null) ===START===  127.0.0.1 -- GET
>>>  
>>>command=listSecurityGroups&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRR
>>>f
>>>l8GoVA%3D&domainid=e4ec5ddc-9e1c-11e2-a770-6e70e42a2333&account=admin&_=
>>>1
>>>365316334054
>>> 2013-04-07 00:32:14,062 DEBUG [cloud.user.AccountManagerImpl]
>>> (1161145101@qtp-1008805148-33:null) Access granted to Acct[2-admin] to
>>> Domain:1/ by DomainChecker
>>> 2013-04-07 00:32:14,068 DEBUG [cloud.api.ApiServlet]
>>> (1161145101@qtp-1008805148-33:null) ===END===  127.0.0.1 -- GET
>>>  
>>>command=listSecurityGroups&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRR
>>>f
>>>l8GoVA%3D&domainid=e4ec5ddc-9e1c-11e2-a770-6e70e42a2333&account=admin&_=
>>>1
>>>365316334054
>>> 2013-04-07 00:32:15,282 DEBUG [cloud.api.ApiServlet]
>>> (1161145101@qtp-1008805148-33:null) ===START===  127.0.0.1 -- GET
>>>  
>>>command=deployVirtualMachine&zoneId=3a62dec3-cf95-4ba2-9af0-af2190af35e3
>>>&
>>>templateId=e4a7df4a-9e1c-11e2-a770-6e70e42a2333&hypervisor=XenServer&ser
>>>v
>>>iceOfferingId=425cf3cf-4bc4-4e53-82a0-ba6c20dd3688&response=json&session
>>>k
>>>ey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316335280
>>> 2013-04-07 00:32:15,290 DEBUG [cloud.api.ApiDispatcher]
>>> (1161145101@qtp-1008805148-33:null) InfrastructureEntity name
>>> is:com.cloud.offering.ServiceOffering
>>> 2013-04-07 00:32:15,292 DEBUG [cloud.api.ApiDispatcher]
>>> (1161145101@qtp-1008805148-33:null) ControlledEntity name
>>> is:com.cloud.template.VirtualMachineTemplate
>>> 2013-04-07 00:32:15,316 DEBUG [cloud.vm.UserVmManagerImpl]
>>> (1161145101@qtp-1008805148-33:null) Allocating in the DB for vm
>>> 2013-04-07 00:32:15,327 DEBUG [cloud.vm.VirtualMachineManagerImpl]
>>> (1161145101@qtp-1008805148-33:null) Allocating entries for VM:
>>> VM[User|94ddc16f-04fc-4da1-8326-01d8d5cdeb44]
>>> 2013-04-07 00:32:15,327 DEBUG [cloud.vm.VirtualMachineManagerImpl]
>>> (1161145101@qtp-1008805148-33:null) Allocating nics for
>>> VM[User|94ddc16f-04fc-4da1-8326-01d8d5cdeb44]
>>> 2013-04-07 00:32:15,328 DEBUG [cloud.network.NetworkManagerImpl]
>>> (1161145101@qtp-1008805148-33:null) Allocating nic for vm
>>> VM[User|94ddc16f-04fc-4da1-8326-01d8d5cdeb44] in network 
>>>Ntwk[204|Guest|6]
>>> with requested profile NicProfile[0-0-null-null-null
>>> 2013-04-07 00:32:15,335 DEBUG [cloud.vm.VirtualMachineManagerImpl]
>>> (1161145101@qtp-1008805148-33:null) Allocaing disks for
>>> VM[User|94ddc16f-04fc-4da1-8326-01d8d5cdeb44]
>>> 2013-04-07 00:32:15,342 DEBUG [cloud.vm.VirtualMachineManagerImpl]
>>> (1161145101@qtp-1008805148-33:null) Allocation completed for VM:
>>> VM[User|94ddc16f-04fc-4da1-8326-01d8d5cdeb44]
>>> 2013-04-07 00:32:15,342 DEBUG [cloud.vm.UserVmManagerImpl]
>>> (1161145101@qtp-1008805148-33:null) Successfully allocated DB entry for
>>> VM[User|94ddc16f-04fc-4da1-8326-01d8d5cdeb44]
>>> 2013-04-07 00:32:15,374 DEBUG [cloud.async.AsyncJobManagerImpl]
>>> (1161145101@qtp-1008805148-33:null) submit async job-43, details:
>>> AsyncJobVO {id:43, userId: 2, accountId: 2, sessionKey: null, 
>>>instanceType:
>>> null, instanceId: 13, cmd:
>>> org.apache.cloudstack.api.command.user.vm.DeployVMCmd, cmdOriginator: 
>>>null,
>>> cmdInfo:
>>> 
>>>{"id":"13","templateId":"e4a7df4a-9e1c-11e2-a770-6e70e42a2333","response
>>>"
>>>:"json","sessionkey":"Z6QqzU0Fq1iT13bMgnRRfl8GoVA\u003d","ctxUserId":"2"
>>>,
>>>"hypervisor":"XenServer","serviceOfferingId":"425cf3cf-4bc4-4e53-82a0-ba
>>>6
>>>c20dd3688","_":"1365316335280","ctxAccountId":"2","ctxStartEventId":"48"
>>>,
>>>"zoneId":"3a62dec3-cf95-4ba2-9af0-af2190af35e3"},
>>> cmdVersion: 0, callbackType: 0, callbackAddress: null, status: 0,
>>> processStatus: 0, resultCode: 0, result: null, initMsid: 1, 
>>>completeMsid:
>>> null, lastUpdated: null, lastPolled: null, created: null}
>>> 2013-04-07 00:32:15,375 DEBUG [cloud.async.AsyncJobManagerImpl]
>>> (Job-Executor-36:job-43) Executing
>>> org.apache.cloudstack.api.command.user.vm.DeployVMCmd for job-43
>>> 2013-04-07 00:32:15,376 DEBUG [cloud.api.ApiServlet]
>>> (1161145101@qtp-1008805148-33:null) ===END===  127.0.0.1 -- GET
>>>  
>>>command=deployVirtualMachine&zoneId=3a62dec3-cf95-4ba2-9af0-af2190af35e3
>>>&
>>>templateId=e4a7df4a-9e1c-11e2-a770-6e70e42a2333&hypervisor=XenServer&ser
>>>v
>>>iceOfferingId=425cf3cf-4bc4-4e53-82a0-ba6c20dd3688&response=json&session
>>>k
>>>ey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316335280
>>> 2013-04-07 00:32:15,380 DEBUG [cloud.api.ApiDispatcher]
>>> (Job-Executor-36:job-43) InfrastructureEntity name
>>> is:com.cloud.offering.ServiceOffering
>>> 2013-04-07 00:32:15,383 DEBUG [cloud.api.ApiDispatcher]
>>> (Job-Executor-36:job-43) ControlledEntity name
>>> is:com.cloud.template.VirtualMachineTemplate
>>> 2013-04-07 00:32:15,425 DEBUG [cloud.deploy.FirstFitPlanner]
>>> (Job-Executor-36:job-43) DeploymentPlanner allocation algorithm: random
>>> 2013-04-07 00:32:15,425 DEBUG [cloud.deploy.FirstFitPlanner]
>>> (Job-Executor-36:job-43) Trying to allocate a host and storage pools 
>>>from
>>> dc:1, pod:null,cluster:null, requested cpu: 100, requested ram: 
>>>1073741824
>>> 2013-04-07 00:32:15,425 DEBUG [cloud.deploy.FirstFitPlanner]
>>> (Job-Executor-36:job-43) Is ROOT volume READY (pool already 
>>>allocated)?: No
>>> 2013-04-07 00:32:15,425 DEBUG [cloud.deploy.FirstFitPlanner]
>>> (Job-Executor-36:job-43) Searching all possible resources under this 
>>>Zone: 1
>>> 2013-04-07 00:32:15,427 DEBUG [cloud.deploy.FirstFitPlanner]
>>> (Job-Executor-36:job-43) Listing clusters in order of aggregate 
>>>capacity,
>>> that have (atleast one host with) enough CPU and RAM capacity under 
>>>this
>>> Zone: 1
>>> 2013-04-07 00:32:15,428 DEBUG [cloud.deploy.FirstFitPlanner]
>>> (Job-Executor-36:job-43) CPUOverprovisioningFactor considered: 1.0
>>> 2013-04-07 00:32:15,442 DEBUG [cloud.deploy.FirstFitPlanner]
>>> (Job-Executor-36:job-43) Cannot allocate cluster list [1] for vm 
>>>creation
>>> since their allocated percentage crosses the disable capacity 
>>>threshold:
>>> 0.85 for capacity Type : 0, skipping these clusters
>>> 2013-04-07 00:32:15,444 DEBUG [cloud.deploy.FirstFitPlanner]
>>> (Job-Executor-36:job-43) Checking resources in Cluster: 2 under Pod: 1
>>> 2013-04-07 00:32:15,444 DEBUG [allocator.impl.RandomAllocator]
>>> (Job-Executor-36:job-43) Looking for hosts in dc: 1  pod:1  cluster:2
>>> 2013-04-07 00:32:15,447 DEBUG [allocator.impl.RandomAllocator]
>>> (Job-Executor-36:job-43) Random Allocator found 2  hosts
>>> 2013-04-07 00:32:15,447 DEBUG [allocator.impl.RandomAllocator]
>>> (Job-Executor-36:job-43) Random Host Allocator returning 2 suitable 
>>>hosts
>>> 2013-04-07 00:32:15,448 DEBUG [cloud.deploy.FirstFitPlanner]
>>> (Job-Executor-36:job-43) Checking suitable pools for volume (Id, Type):
>>> (13,ROOT)
>>> 2013-04-07 00:32:15,448 DEBUG [cloud.deploy.FirstFitPlanner]
>>> (Job-Executor-36:job-43) We need to allocate new storagepool for this 
>>>volume
>>> 2013-04-07 00:32:15,451 DEBUG [cloud.deploy.FirstFitPlanner]
>>> (Job-Executor-36:job-43) Calling StoragePoolAllocators to find suitable
>>> pools
>>> 2013-04-07 00:32:15,455 DEBUG
>>> [storage.allocator.RandomStoragePoolAllocator] (Job-Executor-36:job-43)
>>> Looking for pools in dc: 1  pod:1  cluster:2
>>> 2013-04-07 00:32:15,457 DEBUG
>>> [storage.allocator.RandomStoragePoolAllocator] (Job-Executor-36:job-43)
>>> RandomStoragePoolAllocator has 5 pools to check for allocation
>>> 2013-04-07 00:32:15,458 DEBUG
>>> [storage.allocator.AbstractStoragePoolAllocator] 
>>>(Job-Executor-36:job-43)
>>> Checking if storage pool is suitable, name: Tut-XenServer2 Local 
>>>Storage
>>> ,poolId: 201
>>> 2013-04-07 00:32:15,458 DEBUG
>>> [storage.allocator.AbstractStoragePoolAllocator] 
>>>(Job-Executor-36:job-43)
>>> Is localStorageAllocationNeeded? false
>>> 2013-04-07 00:32:15,458 DEBUG
>>> [storage.allocator.AbstractStoragePoolAllocator] 
>>>(Job-Executor-36:job-43)
>>> Is storage pool shared? false
>>> 2013-04-07 00:32:15,458 DEBUG
>>> [storage.allocator.AbstractStoragePoolAllocator] 
>>>(Job-Executor-36:job-43)
>>> StoragePool is not of correct type, skipping this pool
>>> 2013-04-07 00:32:15,458 DEBUG
>>> [storage.allocator.AbstractStoragePoolAllocator] 
>>>(Job-Executor-36:job-43)
>>> Checking if storage pool is suitable, name: iSCSI_SR_3 ,poolId: 257
>>> 2013-04-07 00:32:15,458 DEBUG
>>> [storage.allocator.AbstractStoragePoolAllocator] 
>>>(Job-Executor-36:job-43)
>>> Is localStorageAllocationNeeded? false
>>> 2013-04-07 00:32:15,458 DEBUG
>>> [storage.allocator.AbstractStoragePoolAllocator] 
>>>(Job-Executor-36:job-43)
>>> Is storage pool shared? true
>>> 2013-04-07 00:32:15,467 DEBUG [cloud.storage.StorageManagerImpl]
>>> (Job-Executor-36:job-43) Checking pool: 257 for volume allocation
>>> [Vol[13|vm=13|ROOT]], maxSize : 2084569088, totalAllocatedSize : 
>>>106954752,
>>> askingSize : 52428800, allocated disable threshold: 0.85
>>> 2013-04-07 00:32:15,467 DEBUG
>>> [storage.allocator.AbstractStoragePoolAllocator] 
>>>(Job-Executor-36:job-43)
>>> Checking if storage pool is suitable, name: iSCSI_SR_4 ,poolId: 262
>>> 2013-04-07 00:32:15,467 DEBUG
>>> [storage.allocator.AbstractStoragePoolAllocator] 
>>>(Job-Executor-36:job-43)
>>> Is localStorageAllocationNeeded? false
>>> 2013-04-07 00:32:15,467 DEBUG
>>> [storage.allocator.AbstractStoragePoolAllocator] 
>>>(Job-Executor-36:job-43)
>>> Is storage pool shared? true
>>> 2013-04-07 00:32:15,479 DEBUG [cloud.storage.StorageManagerImpl]
>>> (Job-Executor-36:job-43) Checking pool: 262 for volume allocation
>>> [Vol[13|vm=13|ROOT]], maxSize : 2084569088, totalAllocatedSize : 
>>>54525952,
>>> askingSize : 52428800, allocated disable threshold: 0.85
>>> 2013-04-07 00:32:15,479 DEBUG
>>> [storage.allocator.AbstractStoragePoolAllocator] 
>>>(Job-Executor-36:job-43)
>>> Checking if storage pool is suitable, name: Tut-XenServer Local Storage
>>> ,poolId: 202
>>> 2013-04-07 00:32:15,479 DEBUG
>>> [storage.allocator.AbstractStoragePoolAllocator] 
>>>(Job-Executor-36:job-43)
>>> Is localStorageAllocationNeeded? false
>>> 2013-04-07 00:32:15,479 DEBUG
>>> [storage.allocator.AbstractStoragePoolAllocator] 
>>>(Job-Executor-36:job-43)
>>> Is storage pool shared? false
>>> 2013-04-07 00:32:15,479 DEBUG
>>> [storage.allocator.AbstractStoragePoolAllocator] 
>>>(Job-Executor-36:job-43)
>>> StoragePool is not of correct type, skipping this pool
>>> 2013-04-07 00:32:15,479 DEBUG
>>> [storage.allocator.AbstractStoragePoolAllocator] 
>>>(Job-Executor-36:job-43)
>>> Checking if storage pool is suitable, name: iSCSI_SR_2 ,poolId: 256
>>> 2013-04-07 00:32:15,479 DEBUG
>>> [storage.allocator.AbstractStoragePoolAllocator] 
>>>(Job-Executor-36:job-43)
>>> Is localStorageAllocationNeeded? false
>>> 2013-04-07 00:32:15,479 DEBUG
>>> [storage.allocator.AbstractStoragePoolAllocator] 
>>>(Job-Executor-36:job-43)
>>> Is storage pool shared? true
>>> 2013-04-07 00:32:15,489 DEBUG [cloud.storage.StorageManagerImpl]
>>> (Job-Executor-36:job-43) Checking pool: 256 for volume allocation
>>> [Vol[13|vm=13|ROOT]], maxSize : 2084569088, totalAllocatedSize : 
>>>54525952,
>>> askingSize : 52428800, allocated disable threshold: 0.85
>>> 2013-04-07 00:32:15,489 DEBUG
>>> [storage.allocator.RandomStoragePoolAllocator] (Job-Executor-36:job-43)
>>> RandomStoragePoolAllocator returning 3 suitable storage pools
>>> 2013-04-07 00:32:15,489 DEBUG [cloud.deploy.FirstFitPlanner]
>>> (Job-Executor-36:job-43) Trying to find a potenial host and associated
>>> storage pools from the suitable host/pool lists for this VM
>>> 2013-04-07 00:32:15,489 DEBUG [cloud.deploy.FirstFitPlanner]
>>> (Job-Executor-36:job-43) Checking if host: 6 can access any suitable
>>> storage pool for volume: ROOT
>>> 2013-04-07 00:32:15,492 DEBUG [cloud.deploy.FirstFitPlanner]
>>> (Job-Executor-36:job-43) Host: 6 can access pool: 257
>>> 2013-04-07 00:32:15,492 DEBUG [cloud.deploy.FirstFitPlanner]
>>> (Job-Executor-36:job-43) Found a potential host id: 6 name: 
>>>Tut-XenServer
>>> and associated storage pools for this VM
>>> 2013-04-07 00:32:15,494 DEBUG [cloud.deploy.FirstFitPlanner]
>>> (Job-Executor-36:job-43) Returning Deployment Destination:
>>> 
>>>Dest[Zone(Id)-Pod(Id)-Cluster(Id)-Host(Id)-Storage(Volume(Id|Type-->Pool
>>>(
>>>Id))]
>>> :
>>> 
>>>Dest[Zone(1)-Pod(1)-Cluster(2)-Host(6)-Storage(Volume(13|ROOT-->Pool(257
>>>)
>>>)]
>>> 2013-04-07 00:32:15,514 DEBUG [cloud.capacity.CapacityManagerImpl]
>>> (Job-Executor-36:job-43) VM state transitted from :Stopped to Starting 
>>>with
>>> event: StartRequestedvm's original host id: null new host id: null 
>>>host 
>>>id
>>> before state transition: null
>>> 2013-04-07 00:32:15,514 DEBUG [cloud.vm.VirtualMachineManagerImpl]
>>> (Job-Executor-36:job-43) Successfully transitioned to start state for
>>> VM[User|94ddc16f-04fc-4da1-8326-01d8d5cdeb44] reservation id =
>>> a8349669-6ff2-443f-88d3-c5d69100df3a
>>> 2013-04-07 00:32:15,518 DEBUG [cloud.vm.VirtualMachineManagerImpl]
>>> (Job-Executor-36:job-43) Trying to deploy VM, vm has dcId: 1 and 
>>>podId: 
>>>null
>>> 2013-04-07 00:32:15,518 DEBUG [cloud.vm.VirtualMachineManagerImpl]
>>> (Job-Executor-36:job-43) advanceStart: DeploymentPlan is provided, 
>>>using
>>> dcId:1, podId: 1, clusterId: 2, hostId: 6, poolId: 257
>>> 2013-04-07 00:32:15,518 DEBUG [cloud.vm.VirtualMachineManagerImpl]
>>> (Job-Executor-36:job-43) Deploy avoids pods: null, clusters: null, 
>>>hosts:
>>> null
>>> 2013-04-07 00:32:15,521 DEBUG [cloud.deploy.FirstFitPlanner]
>>> (Job-Executor-36:job-43) DeploymentPlanner allocation algorithm: random
>>> 2013-04-07 00:32:15,521 DEBUG [cloud.deploy.FirstFitPlanner]
>>> (Job-Executor-36:job-43) Trying to allocate a host and storage pools 
>>>from
>>> dc:1, pod:1,cluster:2, requested cpu: 100, requested ram: 1073741824
>>> 2013-04-07 00:32:15,522 DEBUG [cloud.deploy.FirstFitPlanner]
>>> (Job-Executor-36:job-43) Is ROOT volume READY (pool already 
>>>allocated)?: Yes
>>> 2013-04-07 00:32:15,522 DEBUG [cloud.deploy.FirstFitPlanner]
>>> (Job-Executor-36:job-43) DeploymentPlan has host_id specified, making 
>>>no
>>> checks on this host, looks like admin test: 6
>>> 2013-04-07 00:32:15,523 DEBUG [cloud.deploy.FirstFitPlanner]
>>> (Job-Executor-36:job-43) Looking for suitable pools for this host under
>>> zone: 1, pod: 1, cluster: 2
>>> 2013-04-07 00:32:15,525 DEBUG [cloud.deploy.FirstFitPlanner]
>>> (Job-Executor-36:job-43) Checking suitable pools for volume (Id, Type):
>>> (13,ROOT)
>>> 2013-04-07 00:32:15,525 DEBUG [cloud.deploy.FirstFitPlanner]
>>> (Job-Executor-36:job-43) Volume has pool already allocated, checking if
>>> pool can be reused, poolId: null
>>> 2013-04-07 00:32:15,527 DEBUG [cloud.deploy.FirstFitPlanner]
>>> (Job-Executor-36:job-43) Planner need not allocate a pool for this 
>>>volume
>>> since its READY
>>> 2013-04-07 00:32:15,527 DEBUG [cloud.deploy.FirstFitPlanner]
>>> (Job-Executor-36:job-43) Trying to find a potenial host and associated
>>> storage pools from the suitable host/pool lists for this VM
>>> 2013-04-07 00:32:15,527 DEBUG [cloud.deploy.FirstFitPlanner]
>>> (Job-Executor-36:job-43) Checking if host: 6 can access any suitable
>>> storage pool for volume: ROOT
>>> 2013-04-07 00:32:15,529 DEBUG [cloud.deploy.FirstFitPlanner]
>>> (Job-Executor-36:job-43) Host: 6 can access pool: 257
>>> 2013-04-07 00:32:15,529 DEBUG [cloud.deploy.FirstFitPlanner]
>>> (Job-Executor-36:job-43) Found a potential host id: 6 name: 
>>>Tut-XenServer
>>> and associated storage pools for this VM
>>> 2013-04-07 00:32:15,530 DEBUG [cloud.deploy.FirstFitPlanner]
>>> (Job-Executor-36:job-43) Returning Deployment Destination:
>>> 
>>>Dest[Zone(Id)-Pod(Id)-Cluster(Id)-Host(Id)-Storage(Volume(Id|Type-->Pool
>>>(
>>>Id))]
>>> :
>>> 
>>>Dest[Zone(1)-Pod(1)-Cluster(2)-Host(6)-Storage(Volume(13|ROOT-->Pool(257
>>>)
>>>)]
>>> 2013-04-07 00:32:15,530 DEBUG [cloud.vm.VirtualMachineManagerImpl]
>>> (Job-Executor-36:job-43) Deployment found  -
>>> P0=VM[User|94ddc16f-04fc-4da1-8326-01d8d5cdeb44],
>>> 
>>>P0=Dest[Zone(Id)-Pod(Id)-Cluster(Id)-Host(Id)-Storage(Volume(Id|Type-->P
>>>o
>>>ol(Id))]
>>> :
>>> 
>>>Dest[Zone(1)-Pod(1)-Cluster(2)-Host(6)-Storage(Volume(13|ROOT-->Pool(257
>>>)
>>>)]
>>> 2013-04-07 00:32:15,535 DEBUG [cloud.capacity.CapacityManagerImpl]
>>> (Job-Executor-36:job-43) VM state transitted from :Starting to Starting
>>> with event: OperationRetryvm's original host id: null new host id: 6 
>>>host
>>> id before state transition: null
>>> 2013-04-07 00:32:15,551 DEBUG [cloud.capacity.CapacityManagerImpl]
>>> (Job-Executor-36:job-43) Hosts's actual total CPU: 2382 and CPU after
>>> applying overprovisioning: 2382
>>> 2013-04-07 00:32:15,551 DEBUG [cloud.capacity.CapacityManagerImpl]
>>> (Job-Executor-36:job-43) We are allocating VM, increasing the used 
>>>capacity
>>> of this host:6
>>> 2013-04-07 00:32:15,552 DEBUG [cloud.capacity.CapacityManagerImpl]
>>> (Job-Executor-36:job-43) Current Used CPU: 100 , Free CPU:2282 
>>>,Requested
>>> CPU: 100
>>> 2013-04-07 00:32:15,552 DEBUG [cloud.capacity.CapacityManagerImpl]
>>> (Job-Executor-36:job-43) Current Used RAM: 104857600 , Free 
>>>RAM:1566837824
>>> ,Requested RAM: 1073741824
>>> 2013-04-07 00:32:15,552 DEBUG [cloud.capacity.CapacityManagerImpl]
>>> (Job-Executor-36:job-43) CPU STATS after allocation: for host: 6, old 
>>>used:
>>> 100, old reserved: 0, actual total: 2382, total with overprovisioning:
>>> 2382; new used:200, reserved:0; requested cpu:100,alloc_from_last:false
>>> 2013-04-07 00:32:15,552 DEBUG [cloud.capacity.CapacityManagerImpl]
>>> (Job-Executor-36:job-43) RAM STATS after allocation: for host: 6, old 
>>>used:
>>> 104857600, old reserved: 0, total: 1671695424; new used: 1178599424,
>>> reserved: 0; requested mem: 1073741824,alloc_from_last:false
>>> 2013-04-07 00:32:15,555 DEBUG [cloud.vm.VirtualMachineManagerImpl]
>>> (Job-Executor-36:job-43) VM is being created in podId: 1
>>> 2013-04-07 00:32:15,559 DEBUG [cloud.network.NetworkManagerImpl]
>>> (Job-Executor-36:job-43) Lock is acquired for network id 204 as a part 
>>>of
>>> network implement
>>> 2013-04-07 00:32:15,559 DEBUG [cloud.network.NetworkManagerImpl]
>>> (Job-Executor-36:job-43) Network id=204 is already implemented
>>> 2013-04-07 00:32:15,560 DEBUG [cloud.network.NetworkManagerImpl]
>>> (Job-Executor-36:job-43) Lock is released for network id 204 as a part 
>>>of
>>> network implement
>>> 2013-04-07 00:32:15,592 DEBUG [cloud.network.NetworkManagerImpl]
>>> (Job-Executor-36:job-43) Changing active number of nics for network 
>>>id=204
>>> on 1
>>> 2013-04-07 00:32:15,594 DEBUG [cloud.network.NetworkManagerImpl]
>>> (Job-Executor-36:job-43) Asking ElasticLoadBalancerElement to prepare 
>>>for
>>> Nic[19-13-a8349669-6ff2-443f-88d3-c5d69100df3a-192.168.56.146]
>>> 2013-04-07 00:32:15,600 DEBUG [cloud.network.NetworkManagerImpl]
>>> (Job-Executor-36:job-43) Asking NiciraNvpElement to prepare for
>>> Nic[19-13-a8349669-6ff2-443f-88d3-c5d69100df3a-192.168.56.146]
>>> 2013-04-07 00:32:15,600 DEBUG [network.element.NiciraNvpElement]
>>> (Job-Executor-36:job-43) Checking if NiciraNvpElement can handle 
>>>service
>>> Connectivity on network guestNetworkForBasicZone
>>> 2013-04-07 00:32:15,606 DEBUG [cloud.network.NetworkManagerImpl]
>>> (Job-Executor-36:job-43) Asking BigSwitchVnsElement to prepare for
>>> Nic[19-13-a8349669-6ff2-443f-88d3-c5d69100df3a-192.168.56.146]
>>> 2013-04-07 00:32:15,606 DEBUG [network.element.BigSwitchVnsElement]
>>> (Job-Executor-36:job-43) Checking if BigSwitchVnsElement can handle 
>>>service
>>> Connectivity on network guestNetworkForBasicZone
>>> 2013-04-07 00:32:15,612 DEBUG [cloud.network.NetworkManagerImpl]
>>> (Job-Executor-36:job-43) Asking Ovs to prepare for
>>> Nic[19-13-a8349669-6ff2-443f-88d3-c5d69100df3a-192.168.56.146]
>>> 2013-04-07 00:32:15,612 DEBUG [cloud.network.NetworkManagerImpl]
>>> (Job-Executor-36:job-43) Asking BareMetalDhcp to prepare for
>>> Nic[19-13-a8349669-6ff2-443f-88d3-c5d69100df3a-192.168.56.146]
>>> 2013-04-07 00:32:15,617 DEBUG [cloud.network.NetworkManagerImpl]
>>> (Job-Executor-36:job-43) Asking BareMetalPxe to prepare for
>>> Nic[19-13-a8349669-6ff2-443f-88d3-c5d69100df3a-192.168.56.146]
>>> 2013-04-07 00:32:15,623 DEBUG [cloud.network.NetworkManagerImpl]
>>> (Job-Executor-36:job-43) Asking BareMetalUserdata to prepare for
>>> Nic[19-13-a8349669-6ff2-443f-88d3-c5d69100df3a-192.168.56.146]
>>> 2013-04-07 00:32:15,629 DEBUG [cloud.network.NetworkManagerImpl]
>>> (Job-Executor-36:job-43) Asking SecurityGroupProvider to prepare for
>>> Nic[19-13-a8349669-6ff2-443f-88d3-c5d69100df3a-192.168.56.146]
>>> 2013-04-07 00:32:15,637 DEBUG [cloud.network.NetworkManagerImpl]
>>> (Job-Executor-36:job-43) Asking VirtualRouter to prepare for
>>> Nic[19-13-a8349669-6ff2-443f-88d3-c5d69100df3a-192.168.56.146]
>>> 2013-04-07 00:32:15,653 DEBUG
>>> [network.router.VirtualNetworkApplianceManagerImpl]
>>> (Job-Executor-36:job-43) Lock is acquired for network id 204 as a part 
>>>of
>>> router startup in
>>> 
>>>Dest[Zone(Id)-Pod(Id)-Cluster(Id)-Host(Id)-Storage(Volume(Id|Type-->Pool
>>>(
>>>Id))]
>>> :
>>> 
>>>Dest[Zone(1)-Pod(1)-Cluster(2)-Host(6)-Storage(Volume(13|ROOT-->Pool(257
>>>)
>>>)]
>>> 2013-04-07 00:32:15,657 DEBUG
>>> [network.router.VirtualNetworkApplianceManagerImpl]
>>> (Job-Executor-36:job-43) Skipping VR deployment: Found a running or
>>> starting VR in Pod null id=1
>>> 2013-04-07 00:32:15,658 DEBUG
>>> [network.router.VirtualNetworkApplianceManagerImpl]
>>> (Job-Executor-36:job-43) Lock is released for network id 204 as a part 
>>>of
>>> router startup in
>>> 
>>>Dest[Zone(Id)-Pod(Id)-Cluster(Id)-Host(Id)-Storage(Volume(Id|Type-->Pool
>>>(
>>>Id))]
>>> :
>>> 
>>>Dest[Zone(1)-Pod(1)-Cluster(2)-Host(6)-Storage(Volume(13|ROOT-->Pool(257
>>>)
>>>)]
>>> 2013-04-07 00:32:15,674 DEBUG
>>> [network.router.VirtualNetworkApplianceManagerImpl]
>>> (Job-Executor-36:job-43) Applying dhcp entry in network 
>>>Ntwk[204|Guest|6]
>>> 2013-04-07 00:32:15,706 DEBUG [agent.transport.Request]
>>> (Job-Executor-36:job-43) Seq 6-324993305: Sending  { Cmd , MgmtId: 1, 
>>>via:
>>> 6, Ver: v1, Flags: 100111,
>>> 
>>>[{"routing.DhcpEntryCommand":{"vmMac":"06:06:fe:00:00:44","vmIpAddress":
>>>"
>>>192.168.56.146","vmName":"94ddc16f-04fc-4da1-8326-01d8d5cdeb44","default
>>>R
>>>outer":"192.168.56.1","defaultDns":"192.168.56.102","duid":"00:03:00:01:
>>>0
>>>6:06:fe:00:00:44","accessDetails":{"router.guest.ip":"192.168.56.102","z
>>>o
>>>ne.network.type":"Basic","
>>> router.name":"r-4-VM","router.ip":"169.254.1.168"},"wait":0}}] }
>>> 2013-04-07 00:32:15,706 DEBUG [agent.transport.Request]
>>> (Job-Executor-36:job-43) Seq 6-324993305: Executing:  { Cmd , MgmtId: 
>>>1,
>>> via: 6, Ver: v1, Flags: 100111,
>>> 
>>>[{"routing.DhcpEntryCommand":{"vmMac":"06:06:fe:00:00:44","vmIpAddress":
>>>"
>>>192.168.56.146","vmName":"94ddc16f-04fc-4da1-8326-01d8d5cdeb44","default
>>>R
>>>outer":"192.168.56.1","defaultDns":"192.168.56.102","duid":"00:03:00:01:
>>>0
>>>6:06:fe:00:00:44","accessDetails":{"router.guest.ip":"192.168.56.102","z
>>>o
>>>ne.network.type":"Basic","
>>> router.name":"r-4-VM","router.ip":"169.254.1.168"},"wait":0}}] }
>>> 2013-04-07 00:32:15,706 DEBUG [agent.manager.DirectAgentAttache]
>>> (DirectAgent-89:null) Seq 6-324993305: Executing request
>>> 2013-04-07 00:32:18,273 DEBUG [agent.manager.DirectAgentAttache]
>>> (DirectAgent-89:null) Seq 6-324993305: Response Received:
>>> 2013-04-07 00:32:18,273 DEBUG [agent.transport.Request]
>>> (DirectAgent-89:null) Seq 6-324993305: Processing:  { Ans: , MgmtId: 1,
>>> via: 6, Ver: v1, Flags: 110, [{"Answer":{"result":true,"wait":0}}] }
>>> 2013-04-07 00:32:18,273 DEBUG [agent.manager.AgentAttache]
>>> (DirectAgent-89:null) Seq 6-324993305: No more commands found
>>> 2013-04-07 00:32:18,273 DEBUG [agent.transport.Request]
>>> (Job-Executor-36:job-43) Seq 6-324993305: Received:  { Ans: , MgmtId: 
>>>1,
>>> via: 6, Ver: v1, Flags: 110, { Answer } }
>>> 2013-04-07 00:32:18,286 DEBUG
>>> [network.router.VirtualNetworkApplianceManagerImpl]
>>> (Job-Executor-36:job-43) Applying userdata and password entry in 
>>>network
>>> Ntwk[204|Guest|6]
>>> 2013-04-07 00:32:18,303 DEBUG [agent.transport.Request]
>>> (Job-Executor-36:job-43) Seq 6-324993306: Sending  { Cmd , MgmtId: 1, 
>>>via:
>>> 6, Ver: v1, Flags: 100111,
>>> 
>>>[{"routing.SavePasswordCommand":{"password":"fnirq_cnffjbeq","vmIpAddres
>>>s
>>>":"192.168.56.146","vmName":"94ddc16f-04fc-4da1-8326-01d8d5cdeb44","acce
>>>s
>>>sDetails":{"router.guest.ip":"192.168.56.102","zone.network.type":"Basic
>>>"
>>>,"router.ip":"169.254.1.168","
>>> router.name
>>> 
>>>":"r-4-VM"},"wait":0}},{"routing.VmDataCommand":{"vmIpAddress":"192.168.
>>>5
>>>6.146","vmName":"94ddc16f-04fc-4da1-8326-01d8d5cdeb44","accessDetails":{
>>>"
>>>router.guest.ip":"192.168.56.102","zone.network.type":"Basic","router.ip
>>>"
>>>:"169.254.1.168","
>>> router.name":"r-4-VM"},"wait":0}}] }
>>> 2013-04-07 00:32:18,304 DEBUG [agent.transport.Request]
>>> (Job-Executor-36:job-43) Seq 6-324993306: Executing:  { Cmd , MgmtId: 
>>>1,
>>> via: 6, Ver: v1, Flags: 100111,
>>> 
>>>[{"routing.SavePasswordCommand":{"password":"fnirq_cnffjbeq","vmIpAddres
>>>s
>>>":"192.168.56.146","vmName":"94ddc16f-04fc-4da1-8326-01d8d5cdeb44","acce
>>>s
>>>sDetails":{"router.guest.ip":"192.168.56.102","zone.network.type":"Basic
>>>"
>>>,"router.ip":"169.254.1.168","
>>> router.name
>>> 
>>>":"r-4-VM"},"wait":0}},{"routing.VmDataCommand":{"vmIpAddress":"192.168.
>>>5
>>>6.146","vmName":"94ddc16f-04fc-4da1-8326-01d8d5cdeb44","accessDetails":{
>>>"
>>>router.guest.ip":"192.168.56.102","zone.network.type":"Basic","router.ip
>>>"
>>>:"169.254.1.168","
>>> router.name":"r-4-VM"},"wait":0}}] }
>>> 2013-04-07 00:32:18,304 DEBUG [agent.manager.DirectAgentAttache]
>>> (DirectAgent-20:null) Seq 6-324993306: Executing request
>>> 2013-04-07 00:32:18,391 DEBUG [cloud.api.ApiServlet]
>>> (1161145101@qtp-1008805148-33:null) ===START===  127.0.0.1 -- GET
>>>  
>>>command=queryAsyncJobResult&jobId=00aeb7f7-459c-477e-a0a1-5d9262bc583a&r
>>>e
>>>sponse=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316338388
>>> 2013-04-07 00:32:18,412 DEBUG [cloud.api.ApiServlet]
>>> (1161145101@qtp-1008805148-33:null) ===END===  127.0.0.1 -- GET
>>>  
>>>command=queryAsyncJobResult&jobId=00aeb7f7-459c-477e-a0a1-5d9262bc583a&r
>>>e
>>>sponse=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316338388
>>> 2013-04-07 00:32:20,452 DEBUG
>>> [storage.secondary.SecondaryStorageManagerImpl] (secstorage-1:null) 
>>>Zone 1
>>> is ready to launch secondary storage VM
>>> 2013-04-07 00:32:20,554 DEBUG 
>>>[cloud.consoleproxy.ConsoleProxyManagerImpl]
>>> (consoleproxy-1:null) Zone 1 is ready to launch console proxy
>>> 2013-04-07 00:32:20,819 DEBUG
>>> [network.router.VirtualNetworkApplianceManagerImpl]
>>> (RouterStatusMonitor-1:null) Found 0 routers to update status.
>>> 2013-04-07 00:32:20,821 DEBUG
>>> [network.router.VirtualNetworkApplianceManagerImpl]
>>> (RouterStatusMonitor-1:null) Found 0 networks to update RvR status.
>>> 2013-04-07 00:32:20,851 DEBUG
>>> [network.router.VirtualNetworkApplianceManagerImpl]
>>> (RouterStatusMonitor-1:null) Found 0 routers to update status.
>>> 2013-04-07 00:32:20,852 DEBUG
>>> [network.router.VirtualNetworkApplianceManagerImpl]
>>> (RouterStatusMonitor-1:null) Found 0 networks to update RvR status.
>>> 2013-04-07 00:32:21,391 DEBUG [cloud.api.ApiServlet]
>>> (1161145101@qtp-1008805148-33:null) ===START===  127.0.0.1 -- GET
>>>  
>>>command=queryAsyncJobResult&jobId=00aeb7f7-459c-477e-a0a1-5d9262bc583a&r
>>>e
>>>sponse=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316341388
>>> 2013-04-07 00:32:21,408 DEBUG [cloud.api.ApiServlet]
>>> (1161145101@qtp-1008805148-33:null) ===END===  127.0.0.1 -- GET
>>>  
>>>command=queryAsyncJobResult&jobId=00aeb7f7-459c-477e-a0a1-5d9262bc583a&r
>>>e
>>>sponse=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316341388
>>> 2013-04-07 00:32:24,392 DEBUG [cloud.api.ApiServlet]
>>> (1161145101@qtp-1008805148-33:null) ===START===  127.0.0.1 -- GET
>>>  
>>>command=queryAsyncJobResult&jobId=00aeb7f7-459c-477e-a0a1-5d9262bc583a&r
>>>e
>>>sponse=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316344390
>>> 2013-04-07 00:32:24,407 DEBUG [cloud.api.ApiServlet]
>>> (1161145101@qtp-1008805148-33:null) ===END===  127.0.0.1 -- GET
>>>  
>>>command=queryAsyncJobResult&jobId=00aeb7f7-459c-477e-a0a1-5d9262bc583a&r
>>>e
>>>sponse=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316344390
>>> 2013-04-07 00:32:24,892 DEBUG [agent.manager.AgentManagerImpl]
>>> (AgentManager-Handler-11:null) Ping from 4
>>> 2013-04-07 00:32:27,183 DEBUG [agent.manager.DirectAgentAttache]
>>> (DirectAgent-273:null) Ping from 1
>>> 2013-04-07 00:32:27,392 DEBUG [cloud.api.ApiServlet]
>>> (1161145101@qtp-1008805148-33:null) ===START===  127.0.0.1 -- GET
>>>  
>>>command=queryAsyncJobResult&jobId=00aeb7f7-459c-477e-a0a1-5d9262bc583a&r
>>>e
>>>sponse=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316347390
>>> 2013-04-07 00:32:27,407 DEBUG [cloud.api.ApiServlet]
>>> (1161145101@qtp-1008805148-33:null) ===END===  127.0.0.1 -- GET
>>>  
>>>command=queryAsyncJobResult&jobId=00aeb7f7-459c-477e-a0a1-5d9262bc583a&r
>>>e
>>>sponse=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316347390
>>> 2013-04-07 00:32:29,095 DEBUG [agent.manager.DirectAgentAttache]
>>> (DirectAgent-131:null) Seq 1-90046472: Executing request
>>> 2013-04-07 00:32:29,345 DEBUG [agent.manager.DirectAgentAttache]
>>> (DirectAgent-131:null) Seq 1-90046472: Response Received:
>>> 2013-04-07 00:32:29,345 DEBUG [agent.transport.Request]
>>> (DirectAgent-131:null) Seq 1-90046472: Processing:  { Ans: , MgmtId: 1,
>>> via: 1, Ver: v1, Flags: 10,
>>> 
>>>[{"ClusterSyncAnswer":{"_clusterId":1,"_newStates":{},"_isExecuted":fals
>>>e
>>>,"result":true,"wait":0}}]
>>> }
>>> 2013-04-07 00:32:30,393 DEBUG [cloud.api.ApiServlet]
>>> (1161145101@qtp-1008805148-33:null) ===START===  127.0.0.1 -- GET
>>>  
>>>command=queryAsyncJobResult&jobId=00aeb7f7-459c-477e-a0a1-5d9262bc583a&r
>>>e
>>>sponse=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316350391
>>> 2013-04-07 00:32:30,408 DEBUG [cloud.api.ApiServlet]
>>> (1161145101@qtp-1008805148-33:null) ===END===  127.0.0.1 -- GET
>>>  
>>>command=queryAsyncJobResult&jobId=00aeb7f7-459c-477e-a0a1-5d9262bc583a&r
>>>e
>>>sponse=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316350391
>>> 2013-04-07 00:32:32,146 DEBUG [agent.manager.DirectAgentAttache]
>>> (DirectAgent-20:null) Seq 6-324993306: Response Received:
>>> 2013-04-07 00:32:32,146 DEBUG [agent.transport.Request]
>>> (DirectAgent-20:null) Seq 6-324993306: Processing:  { Ans: , MgmtId: 1,
>>> via: 6, Ver: v1, Flags: 110,
>>> 
>>>[{"Answer":{"result":true,"wait":0}},{"Answer":{"result":true,"wait":0}}
>>>]
>>> }
>>> 2013-04-07 00:32:32,146 DEBUG [agent.manager.AgentAttache]
>>> (DirectAgent-20:null) Seq 6-324993306: No more commands found
>>> 2013-04-07 00:32:32,146 DEBUG [agent.transport.Request]
>>> (Job-Executor-36:job-43) Seq 6-324993306: Received:  { Ans: , MgmtId: 
>>>1,
>>> via: 6, Ver: v1, Flags: 110, { Answer, Answer } }
>>> 2013-04-07 00:32:32,146 DEBUG [cloud.network.NetworkManagerImpl]
>>> (Job-Executor-36:job-43) Asking VpcVirtualRouter to prepare for
>>> Nic[19-13-a8349669-6ff2-443f-88d3-c5d69100df3a-192.168.56.146]
>>> 2013-04-07 00:32:32,146 WARN  [network.element.VpcVirtualRouterElement]
>>> (Job-Executor-36:job-43) Network Ntwk[204|Guest|6] is not associated 
>>>with
>>> any VPC
>>> 2013-04-07 00:32:32,151 DEBUG [cloud.network.NetworkManagerImpl]
>>> (Job-Executor-36:job-43) Asking NiciraNvp to prepare for
>>> Nic[19-13-a8349669-6ff2-443f-88d3-c5d69100df3a-192.168.56.146]
>>> 2013-04-07 00:32:32,151 DEBUG [network.element.NiciraNvpElement]
>>> (Job-Executor-36:job-43) Checking if NiciraNvpElement can handle 
>>>service
>>> Connectivity on network guestNetworkForBasicZone
>>> 2013-04-07 00:32:32,154 DEBUG [cloud.network.NetworkManagerImpl]
>>> (Job-Executor-36:job-43) Asking JuniperSRX to prepare for
>>> Nic[19-13-a8349669-6ff2-443f-88d3-c5d69100df3a-192.168.56.146]
>>> 2013-04-07 00:32:32,157 DEBUG [cloud.network.NetworkManagerImpl]
>>> (Job-Executor-36:job-43) Asking Netscaler to prepare for
>>> Nic[19-13-a8349669-6ff2-443f-88d3-c5d69100df3a-192.168.56.146]
>>> 2013-04-07 00:32:32,160 DEBUG [cloud.network.NetworkManagerImpl]
>>> (Job-Executor-36:job-43) Asking F5BigIP to prepare for
>>> Nic[19-13-a8349669-6ff2-443f-88d3-c5d69100df3a-192.168.56.146]
>>> 2013-04-07 00:32:32,164 DEBUG [cloud.network.NetworkManagerImpl]
>>> (Job-Executor-36:job-43) Asking CiscoNexus1000vVSM to prepare for
>>> Nic[19-13-a8349669-6ff2-443f-88d3-c5d69100df3a-192.168.56.146]
>>> 2013-04-07 00:32:32,168 DEBUG [cloud.storage.StorageManagerImpl]
>>> (Job-Executor-36:job-43) Checking if we need to prepare 1 volumes for
>>> VM[User|94ddc16f-04fc-4da1-8326-01d8d5cdeb44]
>>> 2013-04-07 00:32:32,169 DEBUG [cloud.storage.StorageManagerImpl]
>>> (Job-Executor-36:job-43) Creating volume: Vol[13|vm=13|ROOT]
>>> 2013-04-07 00:32:32,170 DEBUG [cloud.storage.StorageManagerImpl]
>>> (Job-Executor-36:job-43) Trying to create in Pool[257|PreSetup]
>>> 2013-04-07 00:32:32,175 DEBUG [cloud.template.TemplateManagerImpl]
>>> (Job-Executor-36:job-43) Template 5 has already been downloaded to 
>>>pool 
>>>257
>>> 2013-04-07 00:32:32,179 DEBUG [agent.transport.Request]
>>> (Job-Executor-36:job-43) Seq 6-324993307: Sending  { Cmd , MgmtId: 1, 
>>>via:
>>> 6, Ver: v1, Flags: 100111,
>>> 
>>>[{"storage.CreateCommand":{"volId":13,"pool":{"id":257,"uuid":"iSCSI_SR_
>>>3
>>>","host":"192.168.56.9","path":"/iSCSI_SR_3","port":0,"type":"PreSetup"}
>>>,
>>>"diskCharacteristics":{"size":52428800,"tags":["iSCSI_SR_4"],"type":"ROO
>>>T
>>>","name":"ROOT-13","useLocalStorage":false,"recreatable":true,"diskOffer
>>>i
>>>ngId":38,"volumeId":13,"hyperType":"XenServer"},"templateUrl":"a8414926-
>>>8
>>>1d6-4b54-9b4b-feb498489df0","wait":0}}]
>>> }
>>> 2013-04-07 00:32:32,180 DEBUG [agent.transport.Request]
>>> (Job-Executor-36:job-43) Seq 6-324993307: Executing:  { Cmd , MgmtId: 
>>>1,
>>> via: 6, Ver: v1, Flags: 100111,
>>> 
>>>[{"storage.CreateCommand":{"volId":13,"pool":{"id":257,"uuid":"iSCSI_SR_
>>>3
>>>","host":"192.168.56.9","path":"/iSCSI_SR_3","port":0,"type":"PreSetup"}
>>>,
>>>"diskCharacteristics":{"size":52428800,"tags":["iSCSI_SR_4"],"type":"ROO
>>>T
>>>","name":"ROOT-13","useLocalStorage":false,"recreatable":true,"diskOffer
>>>i
>>>ngId":38,"volumeId":13,"hyperType":"XenServer"},"templateUrl":"a8414926-
>>>8
>>>1d6-4b54-9b4b-feb498489df0","wait":0}}]
>>> }
>>> 2013-04-07 00:32:32,180 DEBUG [agent.manager.DirectAgentAttache]
>>> (DirectAgent-59:null) Seq 6-324993307: Executing request
>>> 2013-04-07 00:32:32,265 DEBUG [xen.resource.CitrixResourceBase]
>>> (DirectAgent-59:null) SR retrieved for iSCSI_SR_3
>>> 2013-04-07 00:32:32,276 DEBUG [xen.resource.CitrixResourceBase]
>>> (DirectAgent-59:null) Checking iSCSI_SR_3 or SR
>>> fe8ca696-22f5-ba1f-af68-7c3cf5a3cb39 on
>>> XS[f7a017da-3064-456a-89cd-28ee9e2d36b3-192.168.56.9]
>>> 2013-04-07 00:32:33,395 DEBUG [cloud.api.ApiServlet]
>>> (1161145101@qtp-1008805148-33:null) ===START===  127.0.0.1 -- GET
>>>  
>>>command=queryAsyncJobResult&jobId=00aeb7f7-459c-477e-a0a1-5d9262bc583a&r
>>>e
>>>sponse=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316353392
>>> 2013-04-07 00:32:33,419 DEBUG [cloud.api.ApiServlet]
>>> (1161145101@qtp-1008805148-33:null) ===END===  127.0.0.1 -- GET
>>>  
>>>command=queryAsyncJobResult&jobId=00aeb7f7-459c-477e-a0a1-5d9262bc583a&r
>>>e
>>>sponse=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316353392
>>> 2013-04-07 00:32:34,687 DEBUG [xen.resource.CitrixResourceBase]
>>> (DirectAgent-59:null) Succesfully created VDI for
>>> com.cloud.agent.api.storage.CreateCommand.  Uuid =
>>> 99154d9c-2665-465d-8c71-e60f1748895b
>>> 2013-04-07 00:32:34,687 DEBUG [agent.manager.DirectAgentAttache]
>>> (DirectAgent-59:null) Seq 6-324993307: Response Received:
>>> 2013-04-07 00:32:34,688 DEBUG [agent.transport.Request]
>>> (DirectAgent-59:null) Seq 6-324993307: Processing:  { Ans: , MgmtId: 1,
>>> via: 6, Ver: v1, Flags: 110,
>>> 
>>>[{"storage.CreateAnswer":{"volume":{"id":13,"name":"ROOT-13","mountPoint
>>>"
>>>:"/iSCSI_SR_3","path":"99154d9c-2665-465d-8c71-e60f1748895b","size":5242
>>>8
>>>800,"type":"ROOT","storagePoolType":"PreSetup","storagePoolUuid":"iSCSI_
>>>S
>>>R_3","deviceId":0},"requestTemplateReload":false,"result":true,"wait":0}
>>>}
>>>]
>>> }
>>> 2013-04-07 00:32:34,688 DEBUG [agent.transport.Request]
>>> (Job-Executor-36:job-43) Seq 6-324993307: Received:  { Ans: , MgmtId: 
>>>1,
>>> via: 6, Ver: v1, Flags: 110, { CreateAnswer } }
>>> 2013-04-07 00:32:34,688 DEBUG [agent.manager.AgentAttache]
>>> (DirectAgent-59:null) Seq 6-324993307: No more commands found
>>> 2013-04-07 00:32:34,690 DEBUG [cloud.storage.StorageManagerImpl]
>>> (Job-Executor-36:job-43) Volume Vol[13|vm=13|ROOT] is created on
>>> Pool[257|PreSetup]
>>> 2013-04-07 00:32:34,701 DEBUG [agent.transport.Request]
>>> (Job-Executor-36:job-43) Seq 6-324993308: Sending  { Cmd , MgmtId: 1, 
>>>via:
>>> 6, Ver: v1, Flags: 100111,
>>> 
>>>[{"StartCommand":{"vm":{"id":13,"name":"i-2-13-VM","bootloader":"PyGrub"
>>>,
>>>"type":"User","cpus":1,"speed":100,"minRam":1073741824,"maxRam":10737418
>>>2
>>>4,"arch":"x86_64","os":"CentOS
>>> 5.3
>>> 
>>>(64-bit)","bootArgs":"","rebootOnCrash":false,"enableHA":false,"limitCpu
>>>U
>>>se":false,"vncPassword":"2e91fc6d6f16609d","params":{},"uuid":"94ddc16f-
>>>0
>>>4fc-4da1-8326-01d8d5cdeb44","disks":[{"id":13,"name":"ROOT-13","mountPoi
>>>n
>>>t":"/iSCSI_SR_3","path":"99154d9c-2665-465d-8c71-e60f1748895b","size":52
>>>4
>>>28800,"type":"ROOT","storagePoolType":"PreSetup","storagePoolUuid":"iSCS
>>>I
>>>_SR_3","deviceId":0},{"id":13,"name":"tiny
>>> 
>>>Linux","size":0,"type":"ISO","storagePoolType":"ISO","deviceId":3}],"nic
>>>s
>>>":[{"deviceId":0,"networkRateMbps":200,"defaultNic":true,"uuid":"59b9a8a
>>>a
>>>-c867-40b8-95bb-6e40273569c9","ip":"192.168.56.146","netmask":"255.255.2
>>>5
>>>5.0","gateway":"192.168.56.1","mac":"06:06:fe:00:00:44","dns1":"8.8.8.8"
>>>,
>>>"dns2":"4.4.4.4","broadcastType":"Native","type":"Guest","broadcastUri":
>>>"
>>>vlan://untagged","isolationUri":"ec2://untagged","isSecurityGroupEnabled
>>>"
>>>:true}]},"hostIp":"192.168.56.9","wait":0}}]
>>> }
>>> 2013-04-07 00:32:34,702 DEBUG [agent.transport.Request]
>>> (Job-Executor-36:job-43) Seq 6-324993308: Executing:  { Cmd , MgmtId: 
>>>1,
>>> via: 6, Ver: v1, Flags: 100111,
>>> 
>>>[{"StartCommand":{"vm":{"id":13,"name":"i-2-13-VM","bootloader":"PyGrub"
>>>,
>>>"type":"User","cpus":1,"speed":100,"minRam":1073741824,"maxRam":10737418
>>>2
>>>4,"arch":"x86_64","os":"CentOS
>>> 5.3
>>> 
>>>(64-bit)","bootArgs":"","rebootOnCrash":false,"enableHA":false,"limitCpu
>>>U
>>>se":false,"vncPassword":"2e91fc6d6f16609d","params":{},"uuid":"94ddc16f-
>>>0
>>>4fc-4da1-8326-01d8d5cdeb44","disks":[{"id":13,"name":"ROOT-13","mountPoi
>>>n
>>>t":"/iSCSI_SR_3","path":"99154d9c-2665-465d-8c71-e60f1748895b","size":52
>>>4
>>>28800,"type":"ROOT","storagePoolType":"PreSetup","storagePoolUuid":"iSCS
>>>I
>>>_SR_3","deviceId":0},{"id":13,"name":"tiny
>>> 
>>>Linux","size":0,"type":"ISO","storagePoolType":"ISO","deviceId":3}],"nic
>>>s
>>>":[{"deviceId":0,"networkRateMbps":200,"defaultNic":true,"uuid":"59b9a8a
>>>a
>>>-c867-40b8-95bb-6e40273569c9","ip":"192.168.56.146","netmask":"255.255.2
>>>5
>>>5.0","gateway":"192.168.56.1","mac":"06:06:fe:00:00:44","dns1":"8.8.8.8"
>>>,
>>>"dns2":"4.4.4.4","broadcastType":"Native","type":"Guest","broadcastUri":
>>>"
>>>vlan://untagged","isolationUri":"ec2://untagged","isSecurityGroupEnabled
>>>"
>>>:true}]},"hostIp":"192.168.56.9","wait":0}}]
>>> }
>>> 2013-04-07 00:32:34,702 DEBUG [agent.manager.DirectAgentAttache]
>>> (DirectAgent-334:null) Seq 6-324993308: Executing request
>>> 2013-04-07 00:32:34,787 DEBUG [xen.resource.CitrixResourceBase]
>>> (DirectAgent-334:null) 1. The VM i-2-13-VM is in Starting state.
>>> 2013-04-07 00:32:34,862 DEBUG [xen.resource.XenServer56FP1Resource]
>>> (DirectAgent-334:null) Created VM f21a0243-f342-fd59-98d8-00ed89224305 
>>>for
>>> i-2-13-VM
>>> 2013-04-07 00:32:34,912 DEBUG [xen.resource.CitrixResourceBase]
>>> (DirectAgent-334:null) VBD 6e16b739-13fb-1891-fc66-f786b8db522b 
>>>created 
>>>for
>>> Vol[13|ROOT|99154d9c-2665-465d-8c71-e60f1748895b|52428800]
>>> 2013-04-07 00:32:34,937 DEBUG [xen.resource.CitrixResourceBase]
>>> (DirectAgent-334:null) VBD f9ad291b-2a8d-4c81-94a5-ef8b8b38be8c 
>>>created 
>>>for
>>> Vol[13|ISO|null|0]
>>> 2013-04-07 00:32:34,937 DEBUG [xen.resource.CitrixResourceBase]
>>> (DirectAgent-334:null) Creating VIF for i-2-13-VM on nic
>>> [Nic:Guest-192.168.56.146-vlan://untagged]
>>> 2013-04-07 00:32:34,991 DEBUG [xen.resource.CitrixResourceBase]
>>> (DirectAgent-334:null) Created a vif 
>>>bec5565a-8c80-48a1-3ea4-88971784ce3b
>>> on 0
>>> 2013-04-07 00:32:36,396 DEBUG [cloud.api.ApiServlet]
>>> (1161145101@qtp-1008805148-33:null) ===START===  127.0.0.1 -- GET
>>>  
>>>command=queryAsyncJobResult&jobId=00aeb7f7-459c-477e-a0a1-5d9262bc583a&r
>>>e
>>>sponse=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316356393
>>> 2013-04-07 00:32:36,418 DEBUG [cloud.api.ApiServlet]
>>> (1161145101@qtp-1008805148-33:null) ===END===  127.0.0.1 -- GET
>>>  
>>>command=queryAsyncJobResult&jobId=00aeb7f7-459c-477e-a0a1-5d9262bc583a&r
>>>e
>>>sponse=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316356393
>>> 2013-04-07 00:32:39,395 DEBUG [cloud.api.ApiServlet]
>>> (1161145101@qtp-1008805148-33:null) ===START===  127.0.0.1 -- GET
>>>  
>>>command=queryAsyncJobResult&jobId=00aeb7f7-459c-477e-a0a1-5d9262bc583a&r
>>>e
>>>sponse=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316359393
>>> 2013-04-07 00:32:39,410 DEBUG [cloud.api.ApiServlet]
>>> (1161145101@qtp-1008805148-33:null) ===END===  127.0.0.1 -- GET
>>>  
>>>command=queryAsyncJobResult&jobId=00aeb7f7-459c-477e-a0a1-5d9262bc583a&r
>>>e
>>>sponse=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316359393
>>> 2013-04-07 00:32:41,550 INFO  [xen.resource.CitrixResourceBase]
>>> (DirectAgent-334:null) Programmed default network rules for i-2-13-VM 
>>>on
>>> nic with ip:192.168.56.146 mac:06:06:fe:00:00:44
>>> 2013-04-07 00:32:41,550 DEBUG [xen.resource.CitrixResourceBase]
>>> (DirectAgent-334:null) 2. The VM i-2-13-VM is in Running state.
>>> 2013-04-07 00:32:41,550 DEBUG [agent.manager.DirectAgentAttache]
>>> (DirectAgent-334:null) Seq 6-324993308: Response Received:
>>> 2013-04-07 00:32:41,551 DEBUG [agent.transport.Request]
>>> (DirectAgent-334:null) Seq 6-324993308: Processing:  { Ans: , MgmtId: 
>>>1,
>>> via: 6, Ver: v1, Flags: 110,
>>> 
>>>[{"StartAnswer":{"vm":{"id":13,"name":"i-2-13-VM","bootloader":"PyGrub",
>>>"
>>>type":"User","cpus":1,"speed":100,"minRam":1073741824,"maxRam":107374182
>>>4
>>>,"arch":"x86_64","os":"CentOS
>>> 5.3
>>> 
>>>(64-bit)","bootArgs":"","rebootOnCrash":false,"enableHA":false,"limitCpu
>>>U
>>>se":false,"vncPassword":"2e91fc6d6f16609d","params":{},"uuid":"94ddc16f-
>>>0
>>>4fc-4da1-8326-01d8d5cdeb44","disks":[{"id":13,"name":"ROOT-13","mountPoi
>>>n
>>>t":"/iSCSI_SR_3","path":"99154d9c-2665-465d-8c71-e60f1748895b","size":52
>>>4
>>>28800,"type":"ROOT","storagePoolType":"PreSetup","storagePoolUuid":"iSCS
>>>I
>>>_SR_3","deviceId":0},{"id":13,"name":"tiny
>>> 
>>>Linux","size":0,"type":"ISO","storagePoolType":"ISO","deviceId":3}],"nic
>>>s
>>>":[{"deviceId":0,"networkRateMbps":200,"defaultNic":true,"uuid":"59b9a8a
>>>a
>>>-c867-40b8-95bb-6e40273569c9","ip":"192.168.56.146","netmask":"255.255.2
>>>5
>>>5.0","gateway":"192.168.56.1","mac":"06:06:fe:00:00:44","dns1":"8.8.8.8"
>>>,
>>>"dns2":"4.4.4.4","broadcastType":"Native","type":"Guest","broadcastUri":
>>>"
>>>vlan://untagged","isolationUri":"ec2://untagged","isSecurityGroupEnabled
>>>"
>>>:true}]},"result":true,"wait":0}}]
>>> }
>>> 2013-04-07 00:32:41,551 DEBUG [agent.transport.Request]
>>> (Job-Executor-36:job-43) Seq 6-324993308: Received:  { Ans: , MgmtId: 
>>>1,
>>> via: 6, Ver: v1, Flags: 110, { StartAnswer } }
>>> 2013-04-07 00:32:41,551 DEBUG [agent.manager.AgentAttache]
>>> (DirectAgent-334:null) Seq 6-324993308: No more commands found
>>> 2013-04-07 00:32:41,592 DEBUG 
>>>[network.security.SecurityGroupManagerImpl]
>>> (Job-Executor-36:job-43) Security Group Mgr v2: scheduling ruleset 
>>>updates
>>> for 1 vms  (unique=1), current queue size=0
>>> 2013-04-07 00:32:41,593 DEBUG 
>>>[network.security.SecurityGroupManagerImpl]
>>> (Job-Executor-36:job-43) Security Group Mgr v2: done scheduling ruleset
>>> updates for 1 vms: num new jobs=1 num rows insert or updated=1 time 
>>>taken=1
>>> 2013-04-07 00:32:41,596 DEBUG [cloud.capacity.CapacityManagerImpl]
>>> (Job-Executor-36:job-43) VM state transitted from :Starting to Running 
>>>with
>>> event: OperationSucceededvm's original host id: 6 new host id: 6 host 
>>>id
>>> before state transition: 6
>>> 2013-04-07 00:32:41,596 DEBUG [cloud.vm.VirtualMachineManagerImpl]
>>> (Job-Executor-36:job-43) Start completed for VM
>>> VM[User|94ddc16f-04fc-4da1-8326-01d8d5cdeb44]
>>> 2013-04-07 00:32:41,601 DEBUG 
>>>[network.security.SecurityGroupManagerImpl]
>>> (SecGrp-Worker-4:null) SecurityGroupManager v2: sending ruleset update 
>>>for
>>> vm i-2-13-VM:ingress num rules=0:egress num rules=0 num cidrs=0
>>> sig=d41d8cd98f00b204e9800998ecf8427e
>>> 2013-04-07 00:32:41,605 DEBUG [agent.transport.Request]
>>> (SecGrp-Worker-4:null) Seq 6-324993309: Sending  { Cmd , MgmtId: 1, 
>>>via: 6,
>>> Ver: v1, Flags: 100111,
>>> 
>>>[{"SecurityGroupRulesCmd":{"guestIp":"192.168.56.146","vmName":"i-2-13-V
>>>M
>>>","guestMac":"06:06:fe:00:00:44","signature":"d41d8cd98f00b204e9800998ec
>>>f
>>>8427e","seqNum":1,"vmId":13,"msId":1,"ingressRuleSet":[],"egressRuleSet"
>>>:
>>>[],"wait":0}}]
>>> }
>>> 2013-04-07 00:32:41,605 DEBUG [cloud.async.AsyncJobManagerImpl]
>>> (Job-Executor-36:job-43) Complete async job-43, jobStatus: 1, 
>>>resultCode:
>>> 0, result: org.apache.cloudstack.api.response.UserVmResponse@68779e71
>>> 2013-04-07 00:32:41,605 DEBUG [agent.transport.Request]
>>> (SecGrp-Worker-4:null) Seq 6-324993309: Executing:  { Cmd , MgmtId: 1, 
>>>via:
>>> 6, Ver: v1, Flags: 100111,
>>> 
>>>[{"SecurityGroupRulesCmd":{"guestIp":"192.168.56.146","vmName":"i-2-13-V
>>>M
>>>","guestMac":"06:06:fe:00:00:44","signature":"d41d8cd98f00b204e9800998ec
>>>f
>>>8427e","seqNum":1,"vmId":13,"msId":1,"ingressRuleSet":[],"egressRuleSet"
>>>:
>>>[],"wait":0}}]
>>> }
>>> 2013-04-07 00:32:41,606 DEBUG [agent.manager.DirectAgentAttache]
>>> (DirectAgent-275:null) Seq 6-324993309: Executing request
>>> 2013-04-07 00:32:41,611 DEBUG [cloud.async.AsyncJobManagerImpl]
>>> (Job-Executor-36:job-43) Done executing
>>> org.apache.cloudstack.api.command.user.vm.DeployVMCmd for job-43
>>> 2013-04-07 00:32:41,866 INFO  [xen.resource.CitrixResourceBase]
>>> (DirectAgent-275:null) Programmed network rules for vm i-2-13-VM
>>> guestIp=192.168.56.146, ingress numrules=0, egress numrules=0
>>> 2013-04-07 00:32:41,866 DEBUG [agent.manager.DirectAgentAttache]
>>> (DirectAgent-275:null) Seq 6-324993309: Response Received:
>>> 2013-04-07 00:32:41,866 DEBUG [agent.transport.Request]
>>> (DirectAgent-275:null) Seq 6-324993309: Processing:  { Ans: , MgmtId: 
>>>1,
>>> via: 6, Ver: v1, Flags: 110,
>>> 
>>>[{"SecurityGroupRuleAnswer":{"logSequenceNumber":1,"vmId":13,"reason":"N
>>>O
>>>NE","result":true,"wait":0}}]
>>> }
>>> 2013-04-07 00:32:41,866 DEBUG [network.security.SecurityGroupListener]
>>> (DirectAgent-275:null) Successfully programmed rule
>>> com.cloud.agent.api.SecurityGroupRuleAnswer into host 6
>>> 2013-04-07 00:32:41,868 DEBUG [network.security.SecurityGroupListener]
>>> (DirectAgent-275:null) Successfully programmed rule
>>> com.cloud.agent.api.SecurityGroupRuleAnswer into host 6
>>> 2013-04-07 00:32:41,869 DEBUG [agent.manager.AgentAttache]
>>> (DirectAgent-275:null) Seq 6-324993309: No more commands found
>>> 2013-04-07 00:32:42,396 DEBUG [cloud.api.ApiServlet]
>>> (1161145101@qtp-1008805148-33:null) ===START===  127.0.0.1 -- GET
>>>  
>>>command=queryAsyncJobResult&jobId=00aeb7f7-459c-477e-a0a1-5d9262bc583a&r
>>>e
>>>sponse=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316362394
>>> 2013-04-07 00:32:42,406 DEBUG [cloud.async.AsyncJobManagerImpl]
>>> (1161145101@qtp-1008805148-33:null) Async job-43 completed
>>> 2013-04-07 00:32:42,412 DEBUG [cloud.api.ApiServlet]
>>> (1161145101@qtp-1008805148-33:null) ===END===  127.0.0.1 -- GET
>>>  
>>>command=queryAsyncJobResult&jobId=00aeb7f7-459c-477e-a0a1-5d9262bc583a&r
>>>e
>>>sponse=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316362394
>>> 2013-04-07 00:32:45,427 DEBUG [cloud.api.ApiServlet]
>>> (1161145101@qtp-1008805148-33:null) ===START===  127.0.0.1 -- GET
>>>  
>>>command=listVolumes&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA
>>>%
>>>3D&listAll=true&page=1&pagesize=20&_=1365316365425
>>> 2013-04-07 00:32:45,442 DEBUG [cloud.api.ApiServlet]
>>> (1161145101@qtp-1008805148-33:null) ===END===  127.0.0.1 -- GET
>>>  
>>>command=listVolumes&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA
>>>%
>>>3D&listAll=true&page=1&pagesize=20&_=1365316365425
>>> 2013-04-07 00:32:47,667 DEBUG [cloud.api.ApiServlet]
>>> (1161145101@qtp-1008805148-33:null) ===START===  127.0.0.1 -- GET
>>>  
>>>command=listVolumes&id=44d56727-6e5f-438a-8187-42adfac7c906&response=jso
>>>n
>>>&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316367665
>>> 2013-04-07 00:32:47,679 DEBUG [agent.manager.AgentManagerImpl]
>>> (AgentManager-Handler-12:null) Ping from 3
>>> 2013-04-07 00:32:47,684 DEBUG [cloud.api.ApiServlet]
>>> (1161145101@qtp-1008805148-33:null) ===END===  127.0.0.1 -- GET
>>>  
>>>command=listVolumes&id=44d56727-6e5f-438a-8187-42adfac7c906&response=jso
>>>n
>>>&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316367665
>>> 2013-04-07 00:32:47,698 DEBUG [cloud.api.ApiServlet]
>>> (1161145101@qtp-1008805148-33:null) ===START===  127.0.0.1 -- GET
>>>  
>>>command=listTags&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D
>>>&
>>>resourceId=44d56727-6e5f-438a-8187-42adfac7c906&resourceType=Volume&list
>>>A
>>>ll=true&_=1365316367696
>>> 2013-04-07 00:32:47,708 DEBUG [cloud.api.ApiServlet]
>>> (1161145101@qtp-1008805148-33:null) ===END===  127.0.0.1 -- GET
>>>  
>>>command=listTags&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D
>>>&
>>>resourceId=44d56727-6e5f-438a-8187-42adfac7c906&resourceType=Volume&list
>>>A
>>>ll=true&_=1365316367696
>>> 2013-04-07 00:32:50,453 DEBUG
>>> [storage.secondary.SecondaryStorageManagerImpl] (secstorage-1:null) 
>>>Zone 1
>>> is ready to launch secondary storage VM
>>> 2013-04-07 00:32:50,556 DEBUG 
>>>[cloud.consoleproxy.ConsoleProxyManagerImpl]
>>> (consoleproxy-1:null) Zone 1 is ready to launch console proxy
>>> 2013-04-07 00:32:50,815 DEBUG
>>> [network.router.VirtualNetworkApplianceManagerImpl] 
>>>(RouterMonitor-1:null)
>>> Found 0 running routers.
>>> 2013-04-07 00:32:50,820 DEBUG
>>> [network.router.VirtualNetworkApplianceManagerImpl]
>>> (RouterStatusMonitor-1:null) Found 0 routers to update status.
>>> 2013-04-07 00:32:50,821 DEBUG
>>> [network.router.VirtualNetworkApplianceManagerImpl]
>>> (RouterStatusMonitor-1:null) Found 0 networks to update RvR status.
>>> 2013-04-07 00:32:50,851 DEBUG
>>> [network.router.VirtualNetworkApplianceManagerImpl] 
>>>(RouterMonitor-1:null)
>>> Found 0 running routers.
>>> 2013-04-07 00:32:50,851 DEBUG
>>> [network.router.VirtualNetworkApplianceManagerImpl]
>>> (RouterStatusMonitor-1:null) Found 0 routers to update status.
>>> 2013-04-07 00:32:50,852 DEBUG
>>> [network.router.VirtualNetworkApplianceManagerImpl]
>>> (RouterStatusMonitor-1:null) Found 0 networks to update RvR status.
>>> 2013-04-07 00:32:50,908 DEBUG
>>> [cloud.network.ExternalLoadBalancerUsageManagerImpl]
>>> (ExternalNetworkMonitor-1:null) External devices stats collector is
>>> running...
>>> 2013-04-07 00:32:50,919 DEBUG [storage.snapshot.SnapshotSchedulerImpl]
>>> (SnapshotPollTask:null) Snapshot scheduler.poll is being called at
>>> 2013-04-07 06:32:50 GMT
>>> 2013-04-07 00:32:50,920 DEBUG [storage.snapshot.SnapshotSchedulerImpl]
>>> (SnapshotPollTask:null) Got 0 snapshots to be executed at 2013-04-07
>>> 06:32:50 GMT
>>> 2013-04-07 00:32:51,462 INFO  [agent.manager.AgentMonitor]
>>> (Thread-11:null) Found the following agents behind on ping: [6, 5]
>>> 2013-04-07 00:32:51,464 DEBUG [cloud.host.Status] (Thread-11:null) Ping
>>> timeout for host 6, do invstigation
>>> 2013-04-07 00:32:51,465 DEBUG [cloud.host.Status] (Thread-11:null) Ping
>>> timeout for host 5, do invstigation
>>> 2013-04-07 00:32:51,465 INFO  [agent.manager.AgentManagerImpl]
>>> (AgentTaskPool-15:null) Investigating why host 6 has disconnected with
>>> event PingTimeout
>>> 2013-04-07 00:32:51,465 DEBUG [agent.manager.AgentManagerImpl]
>>> (AgentTaskPool-15:null) checking if agent (6) is alive
>>> 2013-04-07 00:32:51,467 INFO  [agent.manager.AgentManagerImpl]
>>> (AgentTaskPool-1:null) Investigating why host 5 has disconnected with 
>>>event
>>> PingTimeout
>>> 2013-04-07 00:32:51,467 DEBUG [agent.manager.AgentManagerImpl]
>>> (AgentTaskPool-1:null) checking if agent (5) is alive
>>> 2013-04-07 00:32:51,469 DEBUG [agent.transport.Request]
>>> (AgentTaskPool-15:null) Seq 6-324993310: Sending  { Cmd , MgmtId: 1, 
>>>via:
>>> 6, Ver: v1, Flags: 100011, [{"CheckHealthCommand":{"wait":50}}] }
>>> 2013-04-07 00:32:51,469 DEBUG [agent.transport.Request]
>>> (AgentTaskPool-15:null) Seq 6-324993310: Executing:  { Cmd , MgmtId: 1,
>>> via: 6, Ver: v1, Flags: 100011, [{"CheckHealthCommand":{"wait":50}}] }
>>> 2013-04-07 00:32:51,469 DEBUG [agent.manager.DirectAgentAttache]
>>> (DirectAgent-335:null) Seq 6-324993310: Executing request
>>> 2013-04-07 00:32:51,473 DEBUG [agent.transport.Request]
>>> (AgentTaskPool-1:null) Seq 5-614334814: Sending  { Cmd , MgmtId: 1, 
>>>via: 5,
>>> Ver: v1, Flags: 100011, [{"CheckHealthCommand":{"wait":50}}] }
>>> 2013-04-07 00:32:51,473 DEBUG [agent.transport.Request]
>>> (AgentTaskPool-1:null) Seq 5-614334814: Executing:  { Cmd , MgmtId: 1, 
>>>via:
>>> 5, Ver: v1, Flags: 100011, [{"CheckHealthCommand":{"wait":50}}] }
>>> 2013-04-07 00:32:51,473 DEBUG [agent.manager.DirectAgentAttache]
>>> (DirectAgent-30:null) Seq 5-614334814: Executing request
>>> 2013-04-07 00:32:51,536 DEBUG [agent.manager.DirectAgentAttache]
>>> (DirectAgent-335:null) Seq 6-324993310: Response Received:
>>> 2013-04-07 00:32:51,536 DEBUG [agent.manager.DirectAgentAttache]
>>> (DirectAgent-30:null) Seq 5-614334814: Response Received:
>>> 2013-04-07 00:32:51,536 DEBUG [agent.transport.Request]
>>> (DirectAgent-30:null) Seq 5-614334814: Processing:  { Ans: , MgmtId: 1,
>>> via: 5, Ver: v1, Flags: 10,
>>> [{"CheckHealthAnswer":{"result":true,"details":"resource is
>>> alive","wait":0}}] }
>>> 2013-04-07 00:32:51,536 DEBUG [agent.transport.Request]
>>> (DirectAgent-335:null) Seq 6-324993310: Processing:  { Ans: , MgmtId: 
>>>1,
>>> via: 6, Ver: v1, Flags: 10,
>>> [{"CheckHealthAnswer":{"result":true,"details":"resource is
>>> alive","wait":0}}] }
>>> 2013-04-07 00:32:51,536 DEBUG [agent.transport.Request]
>>> (AgentTaskPool-1:null) Seq 5-614334814: Received:  { Ans: , MgmtId: 1, 
>>>via:
>>> 5, Ver: v1, Flags: 10, { CheckHealthAnswer } }
>>> 2013-04-07 00:32:51,536 DEBUG [agent.transport.Request]
>>> (AgentTaskPool-15:null) Seq 6-324993310: Received:  { Ans: , MgmtId: 1,
>>> via: 6, Ver: v1, Flags: 10, { CheckHealthAnswer } }
>>> 2013-04-07 00:32:51,536 DEBUG [agent.manager.AgentManagerImpl]
>>> (AgentTaskPool-1:null) Details from executing class
>>> com.cloud.agent.api.CheckHealthCommand: resource is alive
>>> 2013-04-07 00:32:51,536 DEBUG [agent.manager.AgentManagerImpl]
>>> (AgentTaskPool-1:null) agent (5) responded to checkHeathCommand, 
>>>reporting
>>> that agent is Up
>>> 2013-04-07 00:32:51,536 DEBUG [agent.manager.AgentManagerImpl]
>>> (AgentTaskPool-15:null) Details from executing class
>>> com.cloud.agent.api.CheckHealthCommand: resource is alive
>>> 2013-04-07 00:32:51,536 INFO  [agent.manager.AgentManagerImpl]
>>> (AgentTaskPool-1:null) The state determined is Up
>>> 2013-04-07 00:32:51,536 INFO  [agent.manager.AgentManagerImpl]
>>> (AgentTaskPool-1:null) Agent is determined to be up and running
>>> 2013-04-07 00:32:51,536 DEBUG [agent.manager.AgentManagerImpl]
>>> (AgentTaskPool-15:null) agent (6) responded to checkHeathCommand, 
>>>reporting
>>> that agent is Up
>>> 2013-04-07 00:32:51,536 DEBUG [cloud.host.Status] 
>>>(AgentTaskPool-1:null)
>>> Transition:[Resource state = Enabled, Agent event = Ping, Host id = 5, 
>>>name
>>> = Tut-XenServer2]
>>> 2013-04-07 00:32:51,536 INFO  [agent.manager.AgentManagerImpl]
>>> (AgentTaskPool-15:null) The state determined is Up
>>> 2013-04-07 00:32:51,537 INFO  [agent.manager.AgentManagerImpl]
>>> (AgentTaskPool-15:null) Agent is determined to be up and running
>>> 2013-04-07 00:32:51,540 DEBUG [cloud.host.Status] 
>>>(AgentTaskPool-1:null)
>>> Agent status update: [id = 5; name = Tut-XenServer2; old status = Up; 
>>>event
>>> = Ping; new status = Up; old update count = 146; new update count = 
>>>147]
>>> 2013-04-07 00:32:51,540 DEBUG [cloud.host.Status] 
>>>(AgentTaskPool-15:null)
>>> Transition:[Resource state = Enabled, Agent event = Ping, Host id = 6, 
>>>name
>>> = Tut-XenServer]
>>> 2013-04-07 00:32:51,542 DEBUG [cloud.host.Status] 
>>>(AgentTaskPool-15:null)
>>> Agent status update: [id = 6; name = Tut-XenServer; old status = Up; 
>>>event
>>> = Ping; new status = Up; old update count = 309; new update count = 
>>>310]
>>> 2013-04-07 00:33:04,820 DEBUG [agent.manager.DirectAgentAttache]
>>> (DirectAgent-422:null) Ping from 6
>>> 2013-04-07 00:33:06,176 DEBUG [agent.manager.DirectAgentAttache]
>>> (DirectAgent-135:null) Ping from 5
>>> 2013-04-07 00:33:06,909 DEBUG [agent.manager.DirectAgentAttache]
>>> (DirectAgent-152:null) Seq 6-324993028: Executing request
>>> 2013-04-07 00:33:07,151 DEBUG [agent.manager.DirectAgentAttache]
>>> (DirectAgent-152:null) Seq 6-324993028: Response Received:
>>> 2013-04-07 00:33:07,151 DEBUG [agent.transport.Request]
>>> (DirectAgent-152:null) Seq 6-324993028: Processing:  { Ans: , MgmtId: 
>>>1,
>>> via: 6, Ver: v1, Flags: 10,
>>> 
>>>[{"ClusterSyncAnswer":{"_clusterId":2,"_newStates":{},"_isExecuted":fals
>>>e
>>>,"result":true,"wait":0}}]
>>> }
>>> 2013-04-07 00:33:11,022 DEBUG [agent.manager.DirectAgentAttache]
>>> (DirectAgent-50:null) Seq 5-614334468: Executing request
>>> 2013-04-07 00:33:11,169 DEBUG [agent.manager.DirectAgentAttache]
>>> (DirectAgent-50:null) Seq 5-614334468: Response Received:
>>> 2013-04-07 00:33:11,169 DEBUG [agent.transport.Request]
>>> (DirectAgent-50:null) Seq 5-614334468: Processing:  { Ans: , MgmtId: 1,
>>> via: 5, Ver: v1, Flags: 10, [{"Answer":{"result":true,"wait":0}}] }
>>> 2013-04-07 00:33:20,451 DEBUG
>>> [storage.secondary.SecondaryStorageManagerImpl] (secstorage-1:null) 
>>>Zone 1
>>> is ready to launch secondary storage VM
>>> 2013-04-07 00:33:20,553 DEBUG 
>>>[cloud.consoleproxy.ConsoleProxyManagerImpl]
>>> (consoleproxy-1:null) Zone 1 is ready to launch console proxy
>>> 2013-04-07 00:33:20,819 DEBUG
>>> [network.router.VirtualNetworkApplianceManagerImpl]
>>> (RouterStatusMonitor-1:null) Found 0 routers to update status.
>>> 2013-04-07 00:33:20,820 DEBUG
>>> [network.router.VirtualNetworkApplianceManagerImpl]
>>> (RouterStatusMonitor-1:null) Found 0 networks to update RvR status.
>>> 2013-04-07 00:33:20,851 DEBUG
>>> [network.router.VirtualNetworkApplianceManagerImpl]
>>> (RouterStatusMonitor-1:null) Found 0 routers to update status.
>>> 2013-04-07 00:33:20,852 DEBUG
>>> [network.router.VirtualNetworkApplianceManagerImpl]
>>> (RouterStatusMonitor-1:null) Found 0 networks to update RvR status.
>>> 2013-04-07 00:33:20,921 DEBUG [cloud.alert.AlertManagerImpl]
>>> (CapacityChecker:null) Running Capacity Checker ...
>>> 2013-04-07 00:33:20,921 DEBUG [cloud.alert.AlertManagerImpl]
>>> (CapacityChecker:null) recalculating system capacity
>>> 2013-04-07 00:33:20,921 DEBUG [cloud.alert.AlertManagerImpl]
>>> (CapacityChecker:null) Executing cpu/ram capacity update
>>> 2013-04-07 00:33:20,929 DEBUG [cloud.capacity.CapacityManagerImpl]
>>> (CapacityChecker:null) Found 2 VMs on host 1
>>> 2013-04-07 00:33:20,931 DEBUG [cloud.capacity.CapacityManagerImpl]
>>> (CapacityChecker:null) Found 0 VM, not running on host 1
>>> 2013-04-07 00:33:20,933 DEBUG [cloud.capacity.CapacityManagerImpl]
>>> (CapacityChecker:null) No need to calibrate cpu capacity, host:1 
>>>usedCpu:
>>> 200 reservedCpu: 0
>>> 2013-04-07 00:33:20,933 DEBUG [cloud.capacity.CapacityManagerImpl]
>>> (CapacityChecker:null) No need to calibrate memory capacity, host:1
>>> usedMem: 209715200 reservedMem: 0
>>> 2013-04-07 00:33:20,939 DEBUG [cloud.capacity.CapacityManagerImpl]
>>> (CapacityChecker:null) Found 1 VMs on host 5
>>> 2013-04-07 00:33:20,940 DEBUG [cloud.capacity.CapacityManagerImpl]
>>> (CapacityChecker:null) Found 0 VM, not running on host 5
>>> 2013-04-07 00:33:20,942 DEBUG [cloud.capacity.CapacityManagerImpl]
>>> (CapacityChecker:null) No need to calibrate cpu capacity, host:5 
>>>usedCpu:
>>> 100 reservedCpu: 0
>>> 2013-04-07 00:33:20,942 DEBUG [cloud.capacity.CapacityManagerImpl]
>>> (CapacityChecker:null) No need to calibrate memory capacity, host:5
>>> usedMem: 1073741824 reservedMem: 0
>>> 2013-04-07 00:33:20,948 DEBUG [cloud.capacity.CapacityManagerImpl]
>>> (CapacityChecker:null) Found 2 VMs on host 6
>>> 2013-04-07 00:33:20,949 DEBUG [cloud.capacity.CapacityManagerImpl]
>>> (CapacityChecker:null) Found 0 VM, not running on host 6
>>> 2013-04-07 00:33:20,951 DEBUG [cloud.capacity.CapacityManagerImpl]
>>> (CapacityChecker:null) No need to calibrate cpu capacity, host:6 
>>>usedCpu:
>>> 200 reservedCpu: 0
>>> 2013-04-07 00:33:20,951 DEBUG [cloud.capacity.CapacityManagerImpl]
>>> (CapacityChecker:null) No need to calibrate memory capacity, host:6
>>> usedMem: 1178599424 reservedMem: 0
>>> 2013-04-07 00:33:20,951 DEBUG [cloud.alert.AlertManagerImpl]
>>> (CapacityChecker:null) Done executing cpu/ram capacity update
>>> 2013-04-07 00:33:20,951 DEBUG [cloud.alert.AlertManagerImpl]
>>> (CapacityChecker:null) Executing storage capacity update
>>> 2013-04-07 00:33:20,956 DEBUG [cloud.storage.StorageManagerImpl]
>>> (CapacityChecker:null) Successfully set Capacity - 31004332032 for 
>>>capacity
>>> type - 9 , DataCenterId - 1, HostOrPoolId - 200, PodId 1
>>> 2013-04-07 00:33:20,959 DEBUG [cloud.storage.StorageManagerImpl]
>>> (CapacityChecker:null) Successfully set Capacity - 97221701632 for 
>>>capacity
>>> type - 9 , DataCenterId - 1, HostOrPoolId - 201, PodId 1
>>> 2013-04-07 00:33:20,963 DEBUG [cloud.storage.StorageManagerImpl]
>>> (CapacityChecker:null) Successfully set Capacity - 97221701632 for 
>>>capacity
>>> type - 9 , DataCenterId - 1, HostOrPoolId - 202, PodId 1
>>> 2013-04-07 00:33:20,967 DEBUG [cloud.storage.StorageManagerImpl]
>>> (CapacityChecker:null) Successfully set Capacity - 2084569088 for 
>>>capacity
>>> type - 3 , DataCenterId - 1, HostOrPoolId - 256, PodId 1
>>> 2013-04-07 00:33:20,971 DEBUG [cloud.storage.StorageManagerImpl]
>>> (CapacityChecker:null) Successfully set Capacity - 2084569088 for 
>>>capacity
>>> type - 3 , DataCenterId - 1, HostOrPoolId - 257, PodId 1
>>> 2013-04-07 00:33:20,975 DEBUG [cloud.storage.StorageManagerImpl]
>>> (CapacityChecker:null) Successfully set Capacity - 2084569088 for 
>>>capacity
>>> type - 3 , DataCenterId - 1, HostOrPoolId - 262, PodId 1
>>> 2013-04-07 00:33:20,975 DEBUG [cloud.alert.AlertManagerImpl]
>>> (CapacityChecker:null) Done executing storage capacity update
>>> 2013-04-07 00:33:20,975 DEBUG [cloud.alert.AlertManagerImpl]
>>> (CapacityChecker:null) Executing capacity updates for public ip and 
>>>Vlans
>>> 2013-04-07 00:33:20,983 DEBUG [cloud.alert.AlertManagerImpl]
>>> (CapacityChecker:null) Done capacity updates for public ip and Vlans
>>> 2013-04-07 00:33:20,983 DEBUG [cloud.alert.AlertManagerImpl]
>>> (CapacityChecker:null) Executing capacity updates for private ip
>>> 2013-04-07 00:33:20,990 DEBUG [cloud.alert.AlertManagerImpl]
>>> (CapacityChecker:null) Done executing capacity updates for private ip
>>> 2013-04-07 00:33:20,990 DEBUG [cloud.alert.AlertManagerImpl]
>>> (CapacityChecker:null) Done recalculating system capacity
>>> 2013-04-07 00:33:21,012 DEBUG [cloud.alert.AlertManagerImpl]
>>> (CapacityChecker:null) Done running Capacity Checker ...
>>> 2013-04-07 00:33:24,891 DEBUG [agent.manager.AgentManagerImpl]
>>> (AgentManager-Handler-13:null) Ping from 4
>>> 2013-04-07 00:33:27,159 DEBUG [agent.manager.DirectAgentAttache]
>>> (DirectAgent-459:null) Ping from 1
>>> 2013-04-07 00:33:29,095 DEBUG [agent.manager.DirectAgentAttache]
>>> (DirectAgent-457:null) Seq 1-90046472: Executing request
>>> 2013-04-07 00:33:29,329 DEBUG [agent.manager.DirectAgentAttache]
>>> (DirectAgent-457:null) Seq 1-90046472: Response Received:
>>> 2013-04-07 00:33:29,330 DEBUG [agent.transport.Request]
>>> (DirectAgent-457:null) Seq 1-90046472: Processing:  { Ans: , MgmtId: 1,
>>> via: 1, Ver: v1, Flags: 10,
>>> 
>>>[{"ClusterSyncAnswer":{"_clusterId":1,"_newStates":{},"_isExecuted":fals
>>>e
>>>,"result":true,"wait":0}}]
>>> }
>>> 2013-04-07 00:33:33,192 DEBUG [cloud.api.ApiServlet]
>>> (1161145101@qtp-1008805148-33:null) ===START===  127.0.0.1 -- GET
>>>  
>>>command=listVirtualMachines&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnR
>>>R
>>>fl8GoVA%3D&listAll=true&page=1&pagesize=20&_=1365316413189
>>> 2013-04-07 00:33:33,210 DEBUG [cloud.api.ApiServlet]
>>> (1161145101@qtp-1008805148-33:null) ===END===  127.0.0.1 -- GET
>>>  
>>>command=listVirtualMachines&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnR
>>>R
>>>fl8GoVA%3D&listAll=true&page=1&pagesize=20&_=1365316413189
>>> 2013-04-07 00:33:35,033 DEBUG [cloud.api.ApiServlet]
>>> (1161145101@qtp-1008805148-33:null) ===START===  127.0.0.1 -- GET
>>>  
>>>command=listZones&available=true&response=json&sessionkey=Z6QqzU0Fq1iT13
>>>b
>>>MgnRRfl8GoVA%3D&_=1365316415031
>>> 2013-04-07 00:33:35,040 DEBUG [cloud.api.ApiServlet]
>>> (1161145101@qtp-1008805148-33:null) ===END===  127.0.0.1 -- GET
>>>  
>>>command=listZones&available=true&response=json&sessionkey=Z6QqzU0Fq1iT13
>>>b
>>>MgnRRfl8GoVA%3D&_=1365316415031
>>> 2013-04-07 00:33:36,745 DEBUG [cloud.api.ApiServlet]
>>> (1161145101@qtp-1008805148-33:null) ===START===  127.0.0.1 -- GET
>>>  
>>>command=listHypervisors&zoneid=3a62dec3-cf95-4ba2-9af0-af2190af35e3&resp
>>>o
>>>nse=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316416743
>>> 2013-04-07 00:33:36,753 DEBUG [cloud.api.ApiServlet]
>>> (1161145101@qtp-1008805148-33:null) ===END===  127.0.0.1 -- GET
>>>  
>>>command=listHypervisors&zoneid=3a62dec3-cf95-4ba2-9af0-af2190af35e3&resp
>>>o
>>>nse=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316416743
>>> 2013-04-07 00:33:36,756 DEBUG [cloud.api.ApiServlet]
>>> (1161145101@qtp-1008805148-33:null) ===START===  127.0.0.1 -- GET
>>>  
>>>command=listTemplates&templatefilter=featured&zoneid=3a62dec3-cf95-4ba2-
>>>9
>>>af0-af2190af35e3&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D
>>>&
>>>_=1365316416754
>>> 2013-04-07 00:33:36,781 DEBUG [cloud.api.ApiServlet]
>>> (1161145101@qtp-1008805148-33:null) ===END===  127.0.0.1 -- GET
>>>  
>>>command=listTemplates&templatefilter=featured&zoneid=3a62dec3-cf95-4ba2-
>>>9
>>>af0-af2190af35e3&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D
>>>&
>>>_=1365316416754
>>> 2013-04-07 00:33:36,784 DEBUG [cloud.api.ApiServlet]
>>> (1161145101@qtp-1008805148-33:null) ===START===  127.0.0.1 -- GET
>>>  
>>>command=listTemplates&templatefilter=community&zoneid=3a62dec3-cf95-4ba2
>>>-
>>>9af0-af2190af35e3&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3
>>>D
>>>&_=1365316416782
>>> 2013-04-07 00:33:36,812 DEBUG [cloud.api.ApiServlet]
>>> (1161145101@qtp-1008805148-33:null) ===END===  127.0.0.1 -- GET
>>>  
>>>command=listTemplates&templatefilter=community&zoneid=3a62dec3-cf95-4ba2
>>>-
>>>9af0-af2190af35e3&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3
>>>D
>>>&_=1365316416782
>>> 2013-04-07 00:33:36,815 DEBUG [cloud.api.ApiServlet]
>>> (1161145101@qtp-1008805148-33:null) ===START===  127.0.0.1 -- GET
>>>  
>>>command=listTemplates&templatefilter=selfexecutable&zoneid=3a62dec3-cf95
>>>-
>>>4ba2-9af0-af2190af35e3&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8G
>>>o
>>>VA%3D&_=1365316416813
>>> 2013-04-07 00:33:36,829 DEBUG [cloud.api.ApiServlet]
>>> (1161145101@qtp-1008805148-33:null) ===END===  127.0.0.1 -- GET
>>>  
>>>command=listTemplates&templatefilter=selfexecutable&zoneid=3a62dec3-cf95
>>>-
>>>4ba2-9af0-af2190af35e3&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8G
>>>o
>>>VA%3D&_=1365316416813
>>> 2013-04-07 00:33:37,503 DEBUG [cloud.api.ApiServlet]
>>> (1161145101@qtp-1008805148-33:null) ===START===  127.0.0.1 -- GET
>>>  
>>>command=listServiceOfferings&issystem=false&response=json&sessionkey=Z6Q
>>>q
>>>zU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316417501
>>> 2013-04-07 00:33:37,514 DEBUG [cloud.api.ApiServlet]
>>> (1161145101@qtp-1008805148-33:null) ===END===  127.0.0.1 -- GET
>>>  
>>>command=listServiceOfferings&issystem=false&response=json&sessionkey=Z6Q
>>>q
>>>zU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316417501
>>> 2013-04-07 00:33:41,151 DEBUG [cloud.api.ApiServlet]
>>> (1161145101@qtp-1008805148-33:null) ===START===  127.0.0.1 -- GET
>>>  
>>>command=listDiskOfferings&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRf
>>>l
>>>8GoVA%3D&_=1365316421149
>>> 2013-04-07 00:33:41,162 DEBUG [cloud.api.ApiServlet]
>>> (1161145101@qtp-1008805148-33:null) ===END===  127.0.0.1 -- GET
>>>  
>>>command=listDiskOfferings&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRf
>>>l
>>>8GoVA%3D&_=1365316421149
>>> 2013-04-07 00:33:41,970 DEBUG [cloud.api.ApiServlet]
>>> (1161145101@qtp-1008805148-33:null) ===START===  127.0.0.1 -- GET
>>>  
>>>command=listNetworks&trafficType=Guest&zoneId=3a62dec3-cf95-4ba2-9af0-af
>>>2
>>>190af35e3&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365
>>>3
>>>16421968
>>> 2013-04-07 00:33:41,994 DEBUG [cloud.api.ApiServlet]
>>> (1161145101@qtp-1008805148-33:null) ===END===  127.0.0.1 -- GET
>>>  
>>>command=listNetworks&trafficType=Guest&zoneId=3a62dec3-cf95-4ba2-9af0-af
>>>2
>>>190af35e3&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365
>>>3
>>>16421968
>>> 2013-04-07 00:33:41,997 DEBUG [cloud.api.ApiServlet]
>>> (1161145101@qtp-1008805148-33:null) ===START===  127.0.0.1 -- GET
>>>  
>>>command=listSecurityGroups&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRR
>>>f
>>>l8GoVA%3D&domainid=e4ec5ddc-9e1c-11e2-a770-6e70e42a2333&account=admin&_=
>>>1
>>>365316421995
>>> 2013-04-07 00:33:42,003 DEBUG [cloud.user.AccountManagerImpl]
>>> (1161145101@qtp-1008805148-33:null) Access granted to Acct[2-admin] to
>>> Domain:1/ by DomainChecker
>>> 2013-04-07 00:33:42,009 DEBUG [cloud.api.ApiServlet]
>>> (1161145101@qtp-1008805148-33:null) ===END===  127.0.0.1 -- GET
>>>  
>>>command=listSecurityGroups&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRR
>>>f
>>>l8GoVA%3D&domainid=e4ec5ddc-9e1c-11e2-a770-6e70e42a2333&account=admin&_=
>>>1
>>>365316421995
>>> 2013-04-07 00:33:44,477 DEBUG [cloud.api.ApiServlet]
>>> (1161145101@qtp-1008805148-33:null) ===START===  127.0.0.1 -- GET
>>>  
>>>command=deployVirtualMachine&zoneId=3a62dec3-cf95-4ba2-9af0-af2190af35e3
>>>&
>>>templateId=e4a7df4a-9e1c-11e2-a770-6e70e42a2333&hypervisor=XenServer&ser
>>>v
>>>iceOfferingId=9c1e08a2-2dfe-4fa8-aea9-3e4955a69cc2&response=json&session
>>>k
>>>ey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316424475
>>> 2013-04-07 00:33:44,484 DEBUG [cloud.api.ApiDispatcher]
>>> (1161145101@qtp-1008805148-33:null) InfrastructureEntity name
>>> is:com.cloud.offering.ServiceOffering
>>> 2013-04-07 00:33:44,486 DEBUG [cloud.api.ApiDispatcher]
>>> (1161145101@qtp-1008805148-33:null) ControlledEntity name
>>> is:com.cloud.template.VirtualMachineTemplate
>>> 2013-04-07 00:33:44,510 DEBUG [cloud.vm.UserVmManagerImpl]
>>> (1161145101@qtp-1008805148-33:null) Allocating in the DB for vm
>>> 2013-04-07 00:33:44,523 DEBUG [cloud.vm.VirtualMachineManagerImpl]
>>> (1161145101@qtp-1008805148-33:null) Allocating entries for VM:
>>> VM[User|a30b991d-1c38-4bae-803f-ab3be57a384f]
>>> 2013-04-07 00:33:44,523 DEBUG [cloud.vm.VirtualMachineManagerImpl]
>>> (1161145101@qtp-1008805148-33:null) Allocating nics for
>>> VM[User|a30b991d-1c38-4bae-803f-ab3be57a384f]
>>> 2013-04-07 00:33:44,524 DEBUG [cloud.network.NetworkManagerImpl]
>>> (1161145101@qtp-1008805148-33:null) Allocating nic for vm
>>> VM[User|a30b991d-1c38-4bae-803f-ab3be57a384f] in network 
>>>Ntwk[204|Guest|6]
>>> with requested profile NicProfile[0-0-null-null-null
>>> 2013-04-07 00:33:44,531 DEBUG [cloud.vm.VirtualMachineManagerImpl]
>>> (1161145101@qtp-1008805148-33:null) Allocaing disks for
>>> VM[User|a30b991d-1c38-4bae-803f-ab3be57a384f]
>>> 2013-04-07 00:33:44,538 DEBUG [cloud.vm.VirtualMachineManagerImpl]
>>> (1161145101@qtp-1008805148-33:null) Allocation completed for VM:
>>> VM[User|a30b991d-1c38-4bae-803f-ab3be57a384f]
>>> 2013-04-07 00:33:44,538 DEBUG [cloud.vm.UserVmManagerImpl]
>>> (1161145101@qtp-1008805148-33:null) Successfully allocated DB entry for
>>> VM[User|a30b991d-1c38-4bae-803f-ab3be57a384f]
>>> 2013-04-07 00:33:44,571 DEBUG [cloud.async.AsyncJobManagerImpl]
>>> (1161145101@qtp-1008805148-33:null) submit async job-44, details:
>>> AsyncJobVO {id:44, userId: 2, accountId: 2, sessionKey: null, 
>>>instanceType:
>>> null, instanceId: 14, cmd:
>>> org.apache.cloudstack.api.command.user.vm.DeployVMCmd, cmdOriginator: 
>>>null,
>>> cmdInfo:
>>> 
>>>{"id":"14","templateId":"e4a7df4a-9e1c-11e2-a770-6e70e42a2333","response
>>>"
>>>:"json","sessionkey":"Z6QqzU0Fq1iT13bMgnRRfl8GoVA\u003d","ctxUserId":"2"
>>>,
>>>"hypervisor":"XenServer","serviceOfferingId":"9c1e08a2-2dfe-4fa8-aea9-3e
>>>4
>>>955a69cc2","_":"1365316424475","ctxAccountId":"2","ctxStartEventId":"49"
>>>,
>>>"zoneId":"3a62dec3-cf95-4ba2-9af0-af2190af35e3"},
>>> cmdVersion: 0, callbackType: 0, callbackAddress: null, status: 0,
>>> processStatus: 0, resultCode: 0, result: null, initMsid: 1, 
>>>completeMsid:
>>> null, lastUpdated: null, lastPolled: null, created: null}
>>> 2013-04-07 00:33:44,572 DEBUG [cloud.async.AsyncJobManagerImpl]
>>> (Job-Executor-37:job-44) Executing
>>> org.apache.cloudstack.api.command.user.vm.DeployVMCmd for job-44
>>> 2013-04-07 00:33:44,573 DEBUG [cloud.api.ApiServlet]
>>> (1161145101@qtp-1008805148-33:null) ===END===  127.0.0.1 -- GET
>>>  
>>>command=deployVirtualMachine&zoneId=3a62dec3-cf95-4ba2-9af0-af2190af35e3
>>>&
>>>templateId=e4a7df4a-9e1c-11e2-a770-6e70e42a2333&hypervisor=XenServer&ser
>>>v
>>>iceOfferingId=9c1e08a2-2dfe-4fa8-aea9-3e4955a69cc2&response=json&session
>>>k
>>>ey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316424475
>>> 2013-04-07 00:33:44,578 DEBUG [cloud.api.ApiDispatcher]
>>> (Job-Executor-37:job-44) InfrastructureEntity name
>>> is:com.cloud.offering.ServiceOffering
>>> 2013-04-07 00:33:44,581 DEBUG [cloud.api.ApiDispatcher]
>>> (Job-Executor-37:job-44) ControlledEntity name
>>> is:com.cloud.template.VirtualMachineTemplate
>>> 2013-04-07 00:33:44,624 DEBUG [cloud.deploy.FirstFitPlanner]
>>> (Job-Executor-37:job-44) DeploymentPlanner allocation algorithm: random
>>> 2013-04-07 00:33:44,624 DEBUG [cloud.deploy.FirstFitPlanner]
>>> (Job-Executor-37:job-44) Trying to allocate a host and storage pools 
>>>from
>>> dc:1, pod:null,cluster:null, requested cpu: 100, requested ram: 
>>>1073741824
>>> 2013-04-07 00:33:44,624 DEBUG [cloud.deploy.FirstFitPlanner]
>>> (Job-Executor-37:job-44) Is ROOT volume READY (pool already 
>>>allocated)?: No
>>> 2013-04-07 00:33:44,624 DEBUG [cloud.deploy.FirstFitPlanner]
>>> (Job-Executor-37:job-44) Searching all possible resources under this 
>>>Zone: 1
>>> 2013-04-07 00:33:44,625 DEBUG [cloud.deploy.FirstFitPlanner]
>>> (Job-Executor-37:job-44) Listing clusters in order of aggregate 
>>>capacity,
>>> that have (atleast one host with) enough CPU and RAM capacity under 
>>>this
>>> Zone: 1
>>> 2013-04-07 00:33:44,626 DEBUG [cloud.deploy.FirstFitPlanner]
>>> (Job-Executor-37:job-44) CPUOverprovisioningFactor considered: 1.0
>>> 2013-04-07 00:33:44,638 DEBUG [cloud.deploy.FirstFitPlanner]
>>> (Job-Executor-37:job-44) Cannot allocate cluster list [1, 2] for vm
>>> creation since their allocated percentage crosses the disable capacity
>>> threshold: 0.85 for capacity Type : 0, skipping these clusters
>>> 2013-04-07 00:33:44,639 DEBUG [cloud.deploy.FirstFitPlanner]
>>> (Job-Executor-37:job-44) Could not find suitable Deployment 
>>>Destination 
>>>for
>>> this VM under any clusters, returning.
>>> 2013-04-07 00:33:44,641 DEBUG [cloud.vm.UserVmManagerImpl]
>>> (Job-Executor-37:job-44) Destroying vm
>>> VM[User|a30b991d-1c38-4bae-803f-ab3be57a384f] as it failed to create on
>>> Host with Id:null
>>> 2013-04-07 00:33:44,646 DEBUG [cloud.capacity.CapacityManagerImpl]
>>> (Job-Executor-37:job-44) VM state transitted from :Stopped to Error 
>>>with
>>> event: OperationFailedToErrorvm's original host id: null new host id: 
>>>null
>>> host id before state transition: null
>>> 2013-04-07 00:33:44,672 INFO  [user.vm.DeployVMCmd]
>>> (Job-Executor-37:job-44)
>>> com.cloud.exception.InsufficientServerCapacityException: Unable to 
>>>create a
>>> deployment for 
>>>VM[User|a30b991d-1c38-4bae-803f-ab3be57a384f]Scope=interface
>>> com.cloud.dc.DataCenter; id=1
>>> 2013-04-07 00:33:44,672 INFO  [user.vm.DeployVMCmd]
>>> (Job-Executor-37:job-44) Unable to create a deployment for
>>> VM[User|a30b991d-1c38-4bae-803f-ab3be57a384f]
>>> com.cloud.exception.InsufficientServerCapacityException: Unable to 
>>>create
>>> a deployment for
>>> VM[User|a30b991d-1c38-4bae-803f-ab3be57a384f]Scope=interface
>>> com.cloud.dc.DataCenter; id=1
>>>  at
>>> 
>>>org.apache.cloudstack.engine.cloud.entity.api.VMEntityManagerImpl.reserv
>>>e
>>>VirtualMachine(VMEntityManagerImpl.java:186)
>>> at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
>>>  at
>>> 
>>>sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.jav
>>>a
>>>:39)
>>> at
>>> 
>>>sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessor
>>>I
>>>mpl.java:25)
>>>  at java.lang.reflect.Method.invoke(Method.java:597)
>>> at
>>> 
>>>org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(
>>>A
>>>opUtils.java:319)
>>>  at
>>> 
>>>org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinp
>>>o
>>>int(ReflectiveMethodInvocation.java:183)
>>> at
>>> 
>>>org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(Ref
>>>l
>>>ectiveMethodInvocation.java:150)
>>>  at
>>> 
>>>org.springframework.aop.aspectj.MethodInvocationProceedingJoinPoint.proc
>>>e
>>>ed(MethodInvocationProceedingJoinPoint.java:80)
>>> at
>>> 
>>>com.cloud.utils.db.TransactionContextBuilder.AroundAnyMethod(Transaction
>>>C
>>>ontextBuilder.java:37)
>>>  at sun.reflect.GeneratedMethodAccessor37.invoke(Unknown Source)
>>> at
>>> 
>>>sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessor
>>>I
>>>mpl.java:25)
>>>  at java.lang.reflect.Method.invoke(Method.java:597)
>>> at
>>> 
>>>org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod
>>>W
>>>ithGivenArgs(AbstractAspectJAdvice.java:621)
>>>  at
>>> 
>>>org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod
>>>(
>>>AbstractAspectJAdvice.java:610)
>>> at
>>> 
>>>org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAround
>>>A
>>>dvice.java:65)
>>>  at
>>> 
>>>org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(Ref
>>>l
>>>ectiveMethodInvocation.java:172)
>>> at
>>> 
>>>org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(E
>>>x
>>>poseInvocationInterceptor.java:90)
>>>  at
>>> 
>>>org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(Ref
>>>l
>>>ectiveMethodInvocation.java:172)
>>> at
>>> 
>>>org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAo
>>>p
>>>Proxy.java:202)
>>>  at com.sun.proxy.$Proxy297.reserveVirtualMachine(Unknown Source)
>>> at
>>> 
>>>org.apache.cloudstack.engine.cloud.entity.api.VirtualMachineEntityImpl.r
>>>e
>>>serve(VirtualMachineEntityImpl.java:198)
>>>  at
>>> 
>>>com.cloud.vm.UserVmManagerImpl.startVirtualMachine(UserVmManagerImpl.jav
>>>a
>>>:3859)
>>> at
>>> 
>>>com.cloud.vm.UserVmManagerImpl.startVirtualMachine(UserVmManagerImpl.jav
>>>a
>>>:3458)
>>>  at
>>> 
>>>com.cloud.vm.UserVmManagerImpl.startVirtualMachine(UserVmManagerImpl.jav
>>>a
>>>:3444)
>>> at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
>>>  at
>>> 
>>>sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.jav
>>>a
>>>:39)
>>> at
>>> 
>>>sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessor
>>>I
>>>mpl.java:25)
>>>  at java.lang.reflect.Method.invoke(Method.java:597)
>>> at
>>> 
>>>org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(
>>>A
>>>opUtils.java:319)
>>>  at
>>> 
>>>org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinp
>>>o
>>>int(ReflectiveMethodInvocation.java:183)
>>> at
>>> 
>>>org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(Ref
>>>l
>>>ectiveMethodInvocation.java:150)
>>>  at
>>> 
>>>org.springframework.aop.aspectj.MethodInvocationProceedingJoinPoint.proc
>>>e
>>>ed(MethodInvocationProceedingJoinPoint.java:80)
>>> at
>>> 
>>>com.cloud.event.ActionEventInterceptor.AroundAnyMethod(ActionEventInterc
>>>e
>>>ptor.java:53)
>>>  at sun.reflect.GeneratedMethodAccessor359.invoke(Unknown Source)
>>> at
>>> 
>>>sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessor
>>>I
>>>mpl.java:25)
>>>  at java.lang.reflect.Method.invoke(Method.java:597)
>>> at
>>> 
>>>org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod
>>>W
>>>ithGivenArgs(AbstractAspectJAdvice.java:621)
>>>  at
>>> 
>>>org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod
>>>(
>>>AbstractAspectJAdvice.java:610)
>>> at
>>> 
>>>org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAround
>>>A
>>>dvice.java:65)
>>>  at
>>> 
>>>org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(Ref
>>>l
>>>ectiveMethodInvocation.java:161)
>>> at
>>> 
>>>org.springframework.aop.aspectj.MethodInvocationProceedingJoinPoint.proc
>>>e
>>>ed(MethodInvocationProceedingJoinPoint.java:80)
>>>  at
>>> 
>>>com.cloud.utils.db.TransactionContextBuilder.AroundAnyMethod(Transaction
>>>C
>>>ontextBuilder.java:37)
>>> at sun.reflect.GeneratedMethodAccessor37.invoke(Unknown Source)
>>>  at
>>> 
>>>sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessor
>>>I
>>>mpl.java:25)
>>> at java.lang.reflect.Method.invoke(Method.java:597)
>>>  at
>>> 
>>>org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod
>>>W
>>>ithGivenArgs(AbstractAspectJAdvice.java:621)
>>> at
>>> 
>>>org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod
>>>(
>>>AbstractAspectJAdvice.java:610)
>>>  at
>>> 
>>>org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAround
>>>A
>>>dvice.java:65)
>>> at
>>> 
>>>org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(Ref
>>>l
>>>ectiveMethodInvocation.java:172)
>>>  at
>>> 
>>>org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(E
>>>x
>>>poseInvocationInterceptor.java:90)
>>> at
>>> 
>>>org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(Ref
>>>l
>>>ectiveMethodInvocation.java:172)
>>>  at
>>> 
>>>org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAo
>>>p
>>>Proxy.java:202)
>>> at com.sun.proxy.$Proxy263.startVirtualMachine(Unknown Source)
>>>  at
>>> 
>>>org.apache.cloudstack.api.command.user.vm.DeployVMCmd.execute(DeployVMCm
>>>d
>>>.java:379)
>>> at com.cloud.api.ApiDispatcher.dispatch(ApiDispatcher.java:163)
>>>  at net.sf.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204)
>>> at
>>> 
>>>org.springframework.aop.framework.Cglib2AopProxy$CglibMethodInvocation.i
>>>n
>>>vokeJoinpoint(Cglib2AopProxy.java:689)
>>>  at
>>> 
>>>org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(Ref
>>>l
>>>ectiveMethodInvocation.java:150)
>>> at
>>> 
>>>org.springframework.aop.aspectj.MethodInvocationProceedingJoinPoint.proc
>>>e
>>>ed(MethodInvocationProceedingJoinPoint.java:80)
>>>  at
>>> 
>>>com.cloud.utils.db.TransactionContextBuilder.AroundAnyMethod(Transaction
>>>C
>>>ontextBuilder.java:37)
>>> at sun.reflect.GeneratedMethodAccessor37.invoke(Unknown Source)
>>>  at
>>> 
>>>sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessor
>>>I
>>>mpl.java:25)
>>> at java.lang.reflect.Method.invoke(Method.java:597)
>>>  at
>>> 
>>>org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod
>>>W
>>>ithGivenArgs(AbstractAspectJAdvice.java:621)
>>> at
>>> 
>>>org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod
>>>(
>>>AbstractAspectJAdvice.java:610)
>>>  at
>>> 
>>>org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAround
>>>A
>>>dvice.java:65)
>>> at
>>> 
>>>org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(Ref
>>>l
>>>ectiveMethodInvocation.java:172)
>>>  at
>>> 
>>>org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(E
>>>x
>>>poseInvocationInterceptor.java:90)
>>> at
>>> 
>>>org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(Ref
>>>l
>>>ectiveMethodInvocation.java:172)
>>>  at
>>> 
>>>org.springframework.aop.framework.Cglib2AopProxy$DynamicAdvisedIntercept
>>>o
>>>r.intercept(Cglib2AopProxy.java:622)
>>> at 
>>>com.cloud.async.AsyncJobManagerImpl$1.run(AsyncJobManagerImpl.java:437)
>>>  at
>>> java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:439)
>>> at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:303)
>>>  at java.util.concurrent.FutureTask.run(FutureTask.java:138)
>>> at
>>> 
>>>java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecuto
>>>r
>>>.java:895)
>>>  at
>>> 
>>>java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.ja
>>>v
>>>a:918)
>>> at java.lang.Thread.run(Thread.java:680)
>>> 2013-04-07 00:33:44,674 DEBUG [cloud.async.AsyncJobManagerImpl]
>>> (Job-Executor-37:job-44) Complete async job-44, jobStatus: 2, 
>>>resultCode:
>>> 530, result: Error Code: 533 Error text: Unable to create a deployment 
>>>for
>>> VM[User|a30b991d-1c38-4bae-803f-ab3be57a384f]
>>> 2013-04-07 00:33:47,591 DEBUG [cloud.api.ApiServlet]
>>> (1161145101@qtp-1008805148-33:null) ===START===  127.0.0.1 -- GET
>>>  
>>>command=queryAsyncJobResult&jobId=8dd191cc-2709-4223-aee5-3ecd759d4afd&r
>>>e
>>>sponse=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316427589
>>> 2013-04-07 00:33:47,601 DEBUG [cloud.async.AsyncJobManagerImpl]
>>> (1161145101@qtp-1008805148-33:null) Async job-44 completed
>>> 2013-04-07 00:33:47,605 DEBUG [cloud.api.ApiServlet]
>>> (1161145101@qtp-1008805148-33:null) ===END===  127.0.0.1 -- GET
>>>  
>>>command=queryAsyncJobResult&jobId=8dd191cc-2709-4223-aee5-3ecd759d4afd&r
>>>e
>>>sponse=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316427589
>>> 2013-04-07 00:33:47,608 DEBUG [cloud.api.ApiServlet]
>>> (1161145101@qtp-1008805148-33:null) ===START===  127.0.0.1 -- GET
>>>  
>>>command=listVirtualMachines&id=a30b991d-1c38-4bae-803f-ab3be57a384f&resp
>>>o
>>>nse=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316427606
>>> 2013-04-07 00:33:47,621 DEBUG [cloud.api.ApiServlet]
>>> (1161145101@qtp-1008805148-33:null) ===END===  127.0.0.1 -- GET
>>>  
>>>command=listVirtualMachines&id=a30b991d-1c38-4bae-803f-ab3be57a384f&resp
>>>o
>>>nse=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316427606
>>> 2013-04-07 00:33:47,678 DEBUG [agent.manager.AgentManagerImpl]
>>> (AgentManager-Handler-14:null) Ping from 3
>>> 2013-04-07 00:33:50,451 DEBUG
>>> [storage.secondary.SecondaryStorageManagerImpl] (secstorage-1:null) 
>>>Zone 1
>>> is ready to launch secondary storage VM
>>> 2013-04-07 00:33:50,559 DEBUG 
>>>[cloud.consoleproxy.ConsoleProxyManagerImpl]
>>> (consoleproxy-1:null) Zone 1 is ready to launch console proxy
>>> 2013-04-07 00:33:50,819 DEBUG
>>> [network.router.VirtualNetworkApplianceManagerImpl]
>>> (RouterStatusMonitor-1:null) Found 0 routers to update status.
>>> 2013-04-07 00:33:50,820 DEBUG
>>> [network.router.VirtualNetworkApplianceManagerImpl]
>>> (RouterStatusMonitor-1:null) Found 0 networks to update RvR status.
>>> 2013-04-07 00:33:50,851 DEBUG
>>> [network.router.VirtualNetworkApplianceManagerImpl]
>>> (RouterStatusMonitor-1:null) Found 0 routers to update status.
>>> 2013-04-07 00:33:50,852 DEBUG
>>> [network.router.VirtualNetworkApplianceManagerImpl]
>>> (RouterStatusMonitor-1:null) Found 0 networks to update RvR status.
>>> 2013-04-07 00:33:51,465 INFO  [agent.manager.AgentMonitor]
>>> (Thread-11:null) Found the following agents behind on ping: [6, 5]
>>> 2013-04-07 00:33:51,467 DEBUG [cloud.host.Status] (Thread-11:null) Ping
>>> timeout for host 6, do invstigation
>>> 2013-04-07 00:33:51,468 DEBUG [cloud.host.Status] (Thread-11:null) Ping
>>> timeout for host 5, do invstigation
>>> 2013-04-07 00:33:51,468 INFO  [agent.manager.AgentManagerImpl]
>>> (AgentTaskPool-4:null) Investigating why host 6 has disconnected with 
>>>event
>>> PingTimeout
>>> 2013-04-07 00:33:51,468 DEBUG [agent.manager.AgentManagerImpl]
>>> (AgentTaskPool-4:null) checking if agent (6) is alive
>>> 2013-04-07 00:33:51,469 INFO  [agent.manager.AgentManagerImpl]
>>> (AgentTaskPool-3:null) Investigating why host 5 has disconnected with 
>>>event
>>> PingTimeout
>>> 2013-04-07 00:33:51,470 DEBUG [agent.manager.AgentManagerImpl]
>>> (AgentTaskPool-3:null) checking if agent (5) is alive
>>> 2013-04-07 00:33:51,471 DEBUG [agent.transport.Request]
>>> (AgentTaskPool-4:null) Seq 6-324993311: Sending  { Cmd , MgmtId: 1, 
>>>via: 6,
>>> Ver: v1, Flags: 100011, [{"CheckHealthCommand":{"wait":50}}] }
>>> 2013-04-07 00:33:51,471 DEBUG [agent.transport.Request]
>>> (AgentTaskPool-4:null) Seq 6-324993311: Executing:  { Cmd , MgmtId: 1, 
>>>via:
>>> 6, Ver: v1, Flags: 100011, [{"CheckHealthCommand":{"wait":50}}] }
>>> 2013-04-07 00:33:51,472 DEBUG [agent.manager.DirectAgentAttache]
>>> (DirectAgent-448:null) Seq 6-324993311: Executing request
>>> 2013-04-07 00:33:51,473 DEBUG [agent.transport.Request]
>>> (AgentTaskPool-3:null) Seq 5-614334815: Sending  { Cmd , MgmtId: 1, 
>>>via: 5,
>>> Ver: v1, Flags: 100011, [{"CheckHealthCommand":{"wait":50}}] }
>>> 2013-04-07 00:33:51,473 DEBUG [agent.transport.Request]
>>> (AgentTaskPool-3:null) Seq 5-614334815: Executing:  { Cmd , MgmtId: 1, 
>>>via:
>>> 5, Ver: v1, Flags: 100011, [{"CheckHealthCommand":{"wait":50}}] }
>>> 2013-04-07 00:33:51,473 DEBUG [agent.manager.DirectAgentAttache]
>>> (DirectAgent-261:null) Seq 5-614334815: Executing request
>>> 2013-04-07 00:33:51,527 DEBUG [agent.manager.DirectAgentAttache]
>>> (DirectAgent-448:null) Seq 6-324993311: Response Received:
>>> 2013-04-07 00:33:51,527 DEBUG [agent.transport.Request]
>>> (DirectAgent-448:null) Seq 6-324993311: Processing:  { Ans: , MgmtId: 
>>>1,
>>> via: 6, Ver: v1, Flags: 10,
>>> [{"CheckHealthAnswer":{"result":true,"details":"resource is
>>> alive","wait":0}}] }
>>> 2013-04-07 00:33:51,527 DEBUG [agent.transport.Request]
>>> (AgentTaskPool-4:null) Seq 6-324993311: Received:  { Ans: , MgmtId: 1, 
>>>via:
>>> 6, Ver: v1, Flags: 10, { CheckHealthAnswer } }
>>> 2013-04-07 00:33:51,528 DEBUG [agent.manager.AgentManagerImpl]
>>> (AgentTaskPool-4:null) Details from executing class
>>> com.cloud.agent.api.CheckHealthCommand: resource is alive
>>> 2013-04-07 00:33:51,528 DEBUG [agent.manager.AgentManagerImpl]
>>> (AgentTaskPool-4:null) agent (6) responded to checkHeathCommand, 
>>>reporting
>>> that agent is Up
>>> 2013-04-07 00:33:51,528 INFO  [agent.manager.AgentManagerImpl]
>>> (AgentTaskPool-4:null) The state determined is Up
>>> 2013-04-07 00:33:51,528 INFO  [agent.manager.AgentManagerImpl]
>>> (AgentTaskPool-4:null) Agent is determined to be up and running
>>> 2013-04-07 00:33:51,528 DEBUG [cloud.host.Status] 
>>>(AgentTaskPool-4:null)
>>> Transition:[Resource state = Enabled, Agent event = Ping, Host id = 6, 
>>>name
>>> = Tut-XenServer]
>>> 2013-04-07 00:33:51,531 DEBUG [cloud.host.Status] 
>>>(AgentTaskPool-4:null)
>>> Agent status update: [id = 6; name = Tut-XenServer; old status = Up; 
>>>event
>>> = Ping; new status = Up; old update count = 310; new update count = 
>>>311]
>>> 2013-04-07 00:33:51,531 DEBUG [agent.manager.DirectAgentAttache]
>>> (DirectAgent-261:null) Seq 5-614334815: Response Received:
>>> 2013-04-07 00:33:51,531 DEBUG [agent.transport.Request]
>>> (DirectAgent-261:null) Seq 5-614334815: Processing:  { Ans: , MgmtId: 
>>>1,
>>> via: 5, Ver: v1, Flags: 10,
>>> [{"CheckHealthAnswer":{"result":true,"details":"resource is
>>> alive","wait":0}}] }
>>> 2013-04-07 00:33:51,531 DEBUG [agent.transport.Request]
>>> (AgentTaskPool-3:null) Seq 5-614334815: Received:  { Ans: , MgmtId: 1, 
>>>via:
>>> 5, Ver: v1, Flags: 10, { CheckHealthAnswer } }
>>> 2013-04-07 00:33:51,532 DEBUG [agent.manager.AgentManagerImpl]
>>> (AgentTaskPool-3:null) Details from executing class
>>> com.cloud.agent.api.CheckHealthCommand: resource is alive
>>> 2013-04-07 00:33:51,532 DEBUG [agent.manager.AgentManagerImpl]
>>> (AgentTaskPool-3:null) agent (5) responded to checkHeathCommand, 
>>>reporting
>>> that agent is Up
>>> 2013-04-07 00:33:51,532 INFO  [agent.manager.AgentManagerImpl]
>>> (AgentTaskPool-3:null) The state determined is Up
>>> 2013-04-07 00:33:51,532 INFO  [agent.manager.AgentManagerImpl]
>>> (AgentTaskPool-3:null) Agent is determined to be up and running
>>> 2013-04-07 00:33:51,532 DEBUG [cloud.host.Status] 
>>>(AgentTaskPool-3:null)
>>> Transition:[Resource state = Enabled, Agent event = Ping, Host id = 5, 
>>>name
>>> = Tut-XenServer2]
>>> 2013-04-07 00:33:51,535 DEBUG [cloud.host.Status] 
>>>(AgentTaskPool-3:null)
>>> Agent status update: [id = 5; name = Tut-XenServer2; old status = Up; 
>>>event
>>> = Ping; new status = Up; old update count = 147; new update count = 
>>>148]
>>> 2013-04-07 00:34:04,860 DEBUG [agent.manager.DirectAgentAttache]
>>> (DirectAgent-239:null) Ping from 6
>>> 2013-04-07 00:34:06,170 DEBUG [agent.manager.DirectAgentAttache]
>>> (DirectAgent-185:null) Ping from 5
>>> 2013-04-07 00:34:06,909 DEBUG [agent.manager.DirectAgentAttache]
>>> (DirectAgent-461:null) Seq 6-324993028: Executing request
>>> 2013-04-07 00:34:07,107 DEBUG [agent.manager.DirectAgentAttache]
>>> (DirectAgent-461:null) Seq 6-324993028: Response Received:
>>> 2013-04-07 00:34:07,107 DEBUG [agent.transport.Request]
>>> (DirectAgent-461:null) Seq 6-324993028: Processing:  { Ans: , MgmtId: 
>>>1,
>>> via: 6, Ver: v1, Flags: 10,
>>> 
>>>[{"ClusterSyncAnswer":{"_clusterId":2,"_newStates":{},"_isExecuted":fals
>>>e
>>>,"result":true,"wait":0}}]
>>> }
>>> 2013-04-07 00:34:11,023 DEBUG [agent.manager.DirectAgentAttache]
>>> (DirectAgent-450:null) Seq 5-614334468: Executing request
>>> 2013-04-07 00:34:11,168 DEBUG [agent.manager.DirectAgentAttache]
>>> (DirectAgent-450:null) Seq 5-614334468: Response Received:
>>> 2013-04-07 00:34:11,168 DEBUG [agent.transport.Request]
>>> (DirectAgent-450:null) Seq 5-614334468: Processing:  { Ans: , MgmtId: 
>>>1,
>>> via: 5, Ver: v1, Flags: 10, [{"Answer":{"result":true,"wait":0}}] }
>>> 2013-04-07 00:34:20,451 DEBUG
>>> [storage.secondary.SecondaryStorageManagerImpl] (secstorage-1:null) 
>>>Zone 1
>>> is ready to launch secondary storage VM
>>> 2013-04-07 00:34:20,553 DEBUG 
>>>[cloud.consoleproxy.ConsoleProxyManagerImpl]
>>> (consoleproxy-1:null) Zone 1 is ready to launch console proxy
>>> 2013-04-07 00:34:20,820 DEBUG
>>> [network.router.VirtualNetworkApplianceManagerImpl]
>>> (RouterStatusMonitor-1:null) Found 0 routers to update status.
>>> 2013-04-07 00:34:20,821 DEBUG
>>> [network.router.VirtualNetworkApplianceManagerImpl]
>>> (RouterStatusMonitor-1:null) Found 0 networks to update RvR status.
>>> 2013-04-07 00:34:20,850 DEBUG
>>> [network.router.VirtualNetworkApplianceManagerImpl]
>>> (RouterStatusMonitor-1:null) Found 0 routers to update status.
>>> 2013-04-07 00:34:20,851 DEBUG
>>> [network.router.VirtualNetworkApplianceManagerImpl]
>>> (RouterStatusMonitor-1:null) Found 0 networks to update RvR status.
>>> 2013-04-07 00:34:24,891 DEBUG [agent.manager.AgentManagerImpl]
>>> (AgentManager-Handler-15:null) Ping from 4
>>> 2013-04-07 00:34:27,175 DEBUG [agent.manager.DirectAgentAttache]
>>> (DirectAgent-126:null) Ping from 1
>>> 2013-04-07 00:34:29,095 DEBUG [agent.manager.DirectAgentAttache]
>>> (DirectAgent-182:null) Seq 1-90046472: Executing request
>>> 2013-04-07 00:34:29,323 DEBUG [agent.manager.DirectAgentAttache]
>>> (DirectAgent-182:null) Seq 1-90046472: Response Received:
>>> 2013-04-07 00:34:29,323 DEBUG [agent.transport.Request]
>>> (DirectAgent-182:null) Seq 1-90046472: Processing:  { Ans: , MgmtId: 1,
>>> via: 1, Ver: v1, Flags: 10,
>>> 
>>>[{"ClusterSyncAnswer":{"_clusterId":1,"_newStates":{},"_isExecuted":fals
>>>e
>>>,"result":true,"wait":0}}]
>>> }
>>> 2013-04-07 00:34:36,532 DEBUG [cloud.api.ApiServlet]
>>> (1161145101@qtp-1008805148-33:null) ===START===  127.0.0.1 -- GET
>>>  
>>>command=listVolumes&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA
>>>%
>>>3D&listAll=true&page=1&pagesize=20&_=1365316476530
>>> 2013-04-07 00:34:36,548 DEBUG [cloud.api.ApiServlet]
>>> (1161145101@qtp-1008805148-33:null) ===END===  127.0.0.1 -- GET
>>>  
>>>command=listVolumes&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA
>>>%
>>>3D&listAll=true&page=1&pagesize=20&_=1365316476530
>>> 2013-04-07 00:34:39,285 DEBUG [cloud.api.ApiServlet]
>>> (1161145101@qtp-1008805148-33:null) ===START===  127.0.0.1 -- GET
>>>  
>>>command=listVolumes&id=44d56727-6e5f-438a-8187-42adfac7c906&response=jso
>>>n
>>>&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316479283
>>> 2013-04-07 00:34:39,309 DEBUG [cloud.api.ApiServlet]
>>> (1161145101@qtp-1008805148-33:null) ===END===  127.0.0.1 -- GET
>>>  
>>>command=listVolumes&id=44d56727-6e5f-438a-8187-42adfac7c906&response=jso
>>>n
>>>&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316479283
>>> 2013-04-07 00:34:39,325 DEBUG [cloud.api.ApiServlet]
>>> (1161145101@qtp-1008805148-33:null) ===START===  127.0.0.1 -- GET
>>>  
>>>command=listTags&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D
>>>&
>>>resourceId=44d56727-6e5f-438a-8187-42adfac7c906&resourceType=Volume&list
>>>A
>>>ll=true&_=1365316479323
>>> 2013-04-07 00:34:39,334 DEBUG [cloud.api.ApiServlet]
>>> (1161145101@qtp-1008805148-33:null) ===END===  127.0.0.1 -- GET
>>>  
>>>command=listTags&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D
>>>&
>>>resourceId=44d56727-6e5f-438a-8187-42adfac7c906&resourceType=Volume&list
>>>A
>>>ll=true&_=1365316479323
>>> 2013-04-07 00:34:47,678 DEBUG [agent.manager.AgentManagerImpl]
>>> (AgentManager-Handler-1:null) Ping from 3
>>> 2013-04-07 00:34:50,455 DEBUG
>>> [storage.secondary.SecondaryStorageManagerImpl] (secstorage-1:null) 
>>>Zone 1
>>> is ready to launch secondary storage VM
>>> 2013-04-07 00:34:50,557 DEBUG 
>>>[cloud.consoleproxy.ConsoleProxyManagerImpl]
>>> (consoleproxy-1:null) Zone 1 is ready to launch console proxy
>>> 2013-04-07 00:34:50,820 DEBUG
>>> [network.router.VirtualNetworkApplianceManagerImpl]
>>> (RouterStatusMonitor-1:null) Found 0 routers to update status.
>>> 2013-04-07 00:34:50,821 DEBUG
>>> [network.router.VirtualNetworkApplianceManagerImpl]
>>> (RouterStatusMonitor-1:null) Found 0 networks to update RvR status.
>>> 2013-04-07 00:34:50,850 DEBUG
>>> [network.router.VirtualNetworkApplianceManagerImpl]
>>> (RouterStatusMonitor-1:null) Found 0 routers to update status.
>>> 2013-04-07 00:34:50,851 DEBUG
>>> [network.router.VirtualNetworkApplianceManagerImpl]
>>> (RouterStatusMonitor-1:null) Found 0 networks to update RvR status.
>>> 2013-04-07 00:34:51,468 INFO  [agent.manager.AgentMonitor]
>>> (Thread-11:null) Found the following agents behind on ping: [6, 5]
>>> 2013-04-07 00:34:51,470 DEBUG [cloud.host.Status] (Thread-11:null) Ping
>>> timeout for host 6, do invstigation
>>> 2013-04-07 00:34:51,471 DEBUG [cloud.host.Status] (Thread-11:null) Ping
>>> timeout for host 5, do invstigation
>>> 2013-04-07 00:34:51,472 INFO  [agent.manager.AgentManagerImpl]
>>> (AgentTaskPool-5:null) Investigating why host 6 has disconnected with 
>>>event
>>> PingTimeout
>>> 2013-04-07 00:34:51,472 DEBUG [agent.manager.AgentManagerImpl]
>>> (AgentTaskPool-5:null) checking if agent (6) is alive
>>> 2013-04-07 00:34:51,473 INFO  [agent.manager.AgentManagerImpl]
>>> (AgentTaskPool-6:null) Investigating why host 5 has disconnected with 
>>>event
>>> PingTimeout
>>> 2013-04-07 00:34:51,473 DEBUG [agent.manager.AgentManagerImpl]
>>> (AgentTaskPool-6:null) checking if agent (5) is alive
>>> 2013-04-07 00:34:51,475 DEBUG [agent.transport.Request]
>>> (AgentTaskPool-5:null) Seq 6-324993312: Sending  { Cmd , MgmtId: 1, 
>>>via: 6,
>>> Ver: v1, Flags: 100011, [{"CheckHealthCommand":{"wait":50}}] }
>>> 2013-04-07 00:34:51,475 DEBUG [agent.transport.Request]
>>> (AgentTaskPool-5:null) Seq 6-324993312: Executing:  { Cmd , MgmtId: 1, 
>>>via:
>>> 6, Ver: v1, Flags: 100011, [{"CheckHealthCommand":{"wait":50}}] }
>>> 2013-04-07 00:34:51,475 DEBUG [agent.manager.DirectAgentAttache]
>>> (DirectAgent-42:null) Seq 6-324993312: Executing request
>>> 2013-04-07 00:34:51,476 DEBUG [agent.transport.Request]
>>> (AgentTaskPool-6:null) Seq 5-614334816: Sending  { Cmd , MgmtId: 1, 
>>>via: 5,
>>> Ver: v1, Flags: 100011, [{"CheckHealthCommand":{"wait":50}}] }
>>> 2013-04-07 00:34:51,476 DEBUG [agent.transport.Request]
>>> (AgentTaskPool-6:null) Seq 5-614334816: Executing:  { Cmd , MgmtId: 1, 
>>>via:
>>> 5, Ver: v1, Flags: 100011, [{"CheckHealthCommand":{"wait":50}}] }
>>> 2013-04-07 00:34:51,477 DEBUG [agent.manager.DirectAgentAttache]
>>> (DirectAgent-164:null) Seq 5-614334816: Executing request
>>> 2013-04-07 00:34:51,534 DEBUG [agent.manager.DirectAgentAttache]
>>> (DirectAgent-164:null) Seq 5-614334816: Response Received:
>>> 2013-04-07 00:34:51,535 DEBUG [agent.transport.Request]
>>> (DirectAgent-164:null) Seq 5-614334816: Processing:  { Ans: , MgmtId: 
>>>1,
>>> via: 5, Ver: v1, Flags: 10,
>>> [{"CheckHealthAnswer":{"result":true,"details":"resource is
>>> alive","wait":0}}] }
>>> 2013-04-07 00:34:51,535 DEBUG [agent.transport.Request]
>>> (AgentTaskPool-6:null) Seq 5-614334816: Received:  { Ans: , MgmtId: 1, 
>>>via:
>>> 5, Ver: v1, Flags: 10, { CheckHealthAnswer } }
>>> 2013-04-07 00:34:51,535 DEBUG [agent.manager.AgentManagerImpl]
>>> (AgentTaskPool-6:null) Details from executing class
>>> com.cloud.agent.api.CheckHealthCommand: resource is alive
>>> 2013-04-07 00:34:51,535 DEBUG [agent.manager.AgentManagerImpl]
>>> (AgentTaskPool-6:null) agent (5) responded to checkHeathCommand, 
>>>reporting
>>> that agent is Up
>>> 2013-04-07 00:34:51,535 INFO  [agent.manager.AgentManagerImpl]
>>> (AgentTaskPool-6:null) The state determined is Up
>>> 2013-04-07 00:34:51,535 INFO  [agent.manager.AgentManagerImpl]
>>> (AgentTaskPool-6:null) Agent is determined to be up and running
>>> 2013-04-07 00:34:51,535 DEBUG [cloud.host.Status] 
>>>(AgentTaskPool-6:null)
>>> Transition:[Resource state = Enabled, Agent event = Ping, Host id = 5, 
>>>name
>>> = Tut-XenServer2]
>>> 2013-04-07 00:34:51,538 DEBUG [cloud.host.Status] 
>>>(AgentTaskPool-6:null)
>>> Agent status update: [id = 5; name = Tut-XenServer2; old status = Up; 
>>>event
>>> = Ping; new status = Up; old update count = 148; new update count = 
>>>149]
>>> 2013-04-07 00:34:51,539 DEBUG [agent.manager.DirectAgentAttache]
>>> (DirectAgent-42:null) Seq 6-324993312: Response Received:
>>> 2013-04-07 00:34:51,539 DEBUG [agent.transport.Request]
>>> (DirectAgent-42:null) Seq 6-324993312: Processing:  { Ans: , MgmtId: 1,
>>> via: 6, Ver: v1, Flags: 10,
>>> [{"CheckHealthAnswer":{"result":true,"details":"resource is
>>> alive","wait":0}}] }
>>> 2013-04-07 00:34:51,539 DEBUG [agent.transport.Request]
>>> (AgentTaskPool-5:null) Seq 6-324993312: Received:  { Ans: , MgmtId: 1, 
>>>via:
>>> 6, Ver: v1, Flags: 10, { CheckHealthAnswer } }
>>> 2013-04-07 00:34:51,539 DEBUG [agent.manager.AgentManagerImpl]
>>> (AgentTaskPool-5:null) Details from executing class
>>> com.cloud.agent.api.CheckHealthCommand: resource is alive
>>> 2013-04-07 00:34:51,539 DEBUG [agent.manager.AgentManagerImpl]
>>> (AgentTaskPool-5:null) agent (6) responded to checkHeathCommand, 
>>>reporting
>>> that agent is Up
>>> 2013-04-07 00:34:51,539 INFO  [agent.manager.AgentManagerImpl]
>>> (AgentTaskPool-5:null) The state determined is Up
>>> 2013-04-07 00:34:51,539 INFO  [agent.manager.AgentManagerImpl]
>>> (AgentTaskPool-5:null) Agent is determined to be up and running
>>> 2013-04-07 00:34:51,539 DEBUG [cloud.host.Status] 
>>>(AgentTaskPool-5:null)
>>> Transition:[Resource state = Enabled, Agent event = Ping, Host id = 6, 
>>>name
>>> = Tut-XenServer]
>>> 2013-04-07 00:34:51,542 DEBUG [cloud.host.Status] 
>>>(AgentTaskPool-5:null)
>>> Agent status update: [id = 6; name = Tut-XenServer; old status = Up; 
>>>event
>>> = Ping; new status = Up; old update count = 311; new update count = 
>>>312]
>>> 2013-04-07 00:34:54,349 INFO  [cloud.vm.UserVmManagerImpl]
>>> (UserVm-Scavenger-1:null) Found 1 vms to expunge.
>>> 2013-04-07 00:34:54,349 DEBUG [cloud.vm.VirtualMachineManagerImpl]
>>> (UserVm-Scavenger-1:null) Stopped called on
>>> VM[User|a30b991d-1c38-4bae-803f-ab3be57a384f] but the state is Error
>>> 2013-04-07 00:34:54,352 DEBUG [cloud.capacity.CapacityManagerImpl]
>>> (UserVm-Scavenger-1:null) VM state transitted from :Error to Expunging 
>>>with
>>> event: ExpungeOperationvm's original host id: null new host id: null 
>>>host
>>> id before state transition: null
>>> 2013-04-07 00:34:54,352 DEBUG [cloud.vm.VirtualMachineManagerImpl]
>>> (UserVm-Scavenger-1:null) Destroying vm
>>> VM[User|a30b991d-1c38-4bae-803f-ab3be57a384f]
>>> 2013-04-07 00:34:54,352 DEBUG [cloud.vm.VirtualMachineManagerImpl]
>>> (UserVm-Scavenger-1:null) Cleaning up NICS
>>> 2013-04-07 00:34:54,352 DEBUG [cloud.network.NetworkManagerImpl]
>>> (UserVm-Scavenger-1:null) Cleaning network for vm: 14
>>> 2013-04-07 00:34:54,360 DEBUG [network.guru.DirectNetworkGuru]
>>> (UserVm-Scavenger-1:null) Deallocate network: networkId: 204, ip: null
>>> 2013-04-07 00:34:54,362 DEBUG [cloud.network.NetworkManagerImpl]
>>> (UserVm-Scavenger-1:null) Removed nic id=20
>>> 2013-04-07 00:34:54,362 DEBUG [cloud.storage.StorageManagerImpl]
>>> (UserVm-Scavenger-1:null) Cleaning storage for vm: 14
>>> 2013-04-07 00:34:54,363 DEBUG [cloud.storage.StorageManagerImpl]
>>> (UserVm-Scavenger-1:null) Expunging Vol[14|vm=14|ROOT]
>>> 2013-04-07 00:34:54,365 DEBUG [cloud.storage.StorageManagerImpl]
>>> (UserVm-Scavenger-1:null) Marking volume that was never created as
>>> destroyed: Vol[14|vm=14|ROOT]
>>> 2013-04-07 00:34:54,368 DEBUG [cloud.vm.VirtualMachineManagerImpl]
>>> (UserVm-Scavenger-1:null) Expunged
>>> VM[User|a30b991d-1c38-4bae-803f-ab3be57a384f]
>>> 2013-04-07 00:34:54,368 DEBUG [cloud.vm.UserVmManagerImpl]
>>> (UserVm-Scavenger-1:null) Starting cleaning up vm
>>> VM[User|a30b991d-1c38-4bae-803f-ab3be57a384f] resources...
>>> 2013-04-07 00:34:54,371 INFO  
>>>[network.security.SecurityGroupManagerImpl]
>>> (UserVm-Scavenger-1:null) Disassociated 1 network groups  from uservm 
>>>14
>>> 2013-04-07 00:34:54,372 DEBUG 
>>>[network.security.SecurityGroupManagerImpl]
>>> (UserVm-Scavenger-1:null) Security group mappings are removed 
>>>successfully
>>> for vm id=14
>>> 2013-04-07 00:34:54,376 DEBUG [network.firewall.FirewallManagerImpl]
>>> (UserVm-Scavenger-1:null) No firewall rules are found for vm id=14
>>> 2013-04-07 00:34:54,376 DEBUG [cloud.vm.UserVmManagerImpl]
>>> (UserVm-Scavenger-1:null) Firewall rules are removed successfully as a 
>>>part
>>> of vm id=14 expunge
>>> 2013-04-07 00:34:54,378 DEBUG [network.rules.RulesManagerImpl]
>>> (UserVm-Scavenger-1:null) No port forwarding rules are found for vm 
>>>id=14
>>> 2013-04-07 00:34:54,378 DEBUG [cloud.vm.UserVmManagerImpl]
>>> (UserVm-Scavenger-1:null) Port forwarding rules are removed 
>>>successfully as
>>> a part of vm id=14 expunge
>>> 2013-04-07 00:34:54,379 DEBUG [cloud.vm.UserVmManagerImpl]
>>> (UserVm-Scavenger-1:null) Removed vm id=14 from all load balancers as a
>>> part of expunge process
>>> 2013-04-07 00:34:54,379 DEBUG [cloud.vm.UserVmManagerImpl]
>>> (UserVm-Scavenger-1:null) Successfully cleaned up vm
>>> VM[User|a30b991d-1c38-4bae-803f-ab3be57a384f] resources as a part of
>>> expunge process
>>> 2013-04-07 00:34:54,873 DEBUG [cloud.api.ApiServlet]
>>> (1161145101@qtp-1008805148-33:null) ===START===  127.0.0.1 -- GET
>>>  
>>>command=listVirtualMachines&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnR
>>>R
>>>fl8GoVA%3D&listAll=true&page=1&pagesize=20&_=1365316494871
>>> 2013-04-07 00:34:54,891 DEBUG [cloud.api.ApiServlet]
>>> (1161145101@qtp-1008805148-33:null) ===END===  127.0.0.1 -- GET
>>>  
>>>command=listVirtualMachines&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnR
>>>R
>>>fl8GoVA%3D&listAll=true&page=1&pagesize=20&_=1365316494871
>>> 2013-04-07 00:34:57,672 DEBUG [cloud.api.ApiServlet]
>>> (1161145101@qtp-1008805148-33:null) ===START===  127.0.0.1 -- GET
>>>  
>>>command=listZones&id=3a62dec3-cf95-4ba2-9af0-af2190af35e3&response=json&
>>>s
>>>essionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316497670
>>> 2013-04-07 00:34:57,679 DEBUG [cloud.api.ApiServlet]
>>> (1161145101@qtp-1008805148-33:null) ===END===  127.0.0.1 -- GET
>>>  
>>>command=listZones&id=3a62dec3-cf95-4ba2-9af0-af2190af35e3&response=json&
>>>s
>>>essionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316497670
>>> 2013-04-07 00:34:57,683 DEBUG [cloud.api.ApiServlet]
>>> (1161145101@qtp-1008805148-33:null) ===START===  127.0.0.1 -- GET
>>>  
>>>command=listNetworks&id=9d28211f-440e-4233-86d1-214b404074eb&response=js
>>>o
>>>n&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316497681
>>> 2013-04-07 00:34:57,708 DEBUG [cloud.api.ApiServlet]
>>> (1161145101@qtp-1008805148-33:null) ===END===  127.0.0.1 -- GET
>>>  
>>>command=listNetworks&id=9d28211f-440e-4233-86d1-214b404074eb&response=js
>>>o
>>>n&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316497681
>>> 2013-04-07 00:34:57,714 DEBUG [cloud.api.ApiServlet]
>>> (1161145101@qtp-1008805148-33:null) ===START===  127.0.0.1 -- GET
>>>  
>>>command=listVirtualMachines&id=94ddc16f-04fc-4da1-8326-01d8d5cdeb44&resp
>>>o
>>>nse=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316497712
>>> 2013-04-07 00:34:57,731 DEBUG [cloud.api.ApiServlet]
>>> (1161145101@qtp-1008805148-33:null) ===END===  127.0.0.1 -- GET
>>>  
>>>command=listVirtualMachines&id=94ddc16f-04fc-4da1-8326-01d8d5cdeb44&resp
>>>o
>>>nse=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316497712
>>> 2013-04-07 00:34:57,738 DEBUG [cloud.api.ApiServlet]
>>> (1161145101@qtp-1008805148-33:null) ===START===  127.0.0.1 -- GET
>>>  
>>>command=listOsTypes&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA
>>>%
>>>3D&_=1365316497736
>>> 2013-04-07 00:34:57,754 DEBUG [cloud.api.ApiServlet]
>>> (1109449945@qtp-1008805148-34:null) ===START===  127.0.0.1 -- GET
>>>  
>>>command=listTags&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D
>>>&
>>>resourceId=94ddc16f-04fc-4da1-8326-01d8d5cdeb44&resourceType=UserVm&list
>>>A
>>>ll=true&_=1365316497750
>>> 2013-04-07 00:34:57,763 DEBUG [cloud.api.ApiServlet]
>>> (1109449945@qtp-1008805148-34:null) ===END===  127.0.0.1 -- GET
>>>  
>>>command=listTags&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D
>>>&
>>>resourceId=94ddc16f-04fc-4da1-8326-01d8d5cdeb44&resourceType=UserVm&list
>>>A
>>>ll=true&_=1365316497750
>>> 2013-04-07 00:34:57,889 DEBUG [cloud.api.ApiServlet]
>>> (1161145101@qtp-1008805148-33:null) ===END===  127.0.0.1 -- GET
>>>  
>>>command=listOsTypes&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA
>>>%
>>>3D&_=1365316497736
>>> 2013-04-07 00:35:01,051 DEBUG [cloud.api.ApiServlet]
>>> (1109449945@qtp-1008805148-34:null) ===START===  127.0.0.1 -- GET
>>>  
>>>command=listServiceOfferings&response=json&sessionkey=Z6QqzU0Fq1iT13bMgn
>>>R
>>>Rfl8GoVA%3D&listAll=true&page=1&pagesize=20&issystem=false&_=13653165010
>>>4
>>>7
>>> 2013-04-07 00:35:01,064 DEBUG [cloud.api.ApiServlet]
>>> (1109449945@qtp-1008805148-34:null) ===END===  127.0.0.1 -- GET
>>>  
>>>command=listServiceOfferings&response=json&sessionkey=Z6QqzU0Fq1iT13bMgn
>>>R
>>>Rfl8GoVA%3D&listAll=true&page=1&pagesize=20&issystem=false&_=13653165010
>>>4
>>>7
>>> 2013-04-07 00:35:03,427 DEBUG [cloud.api.ApiServlet]
>>> (1109449945@qtp-1008805148-34:null) ===START===  127.0.0.1 -- GET
>>>  
>>>command=listServiceOfferings&response=json&sessionkey=Z6QqzU0Fq1iT13bMgn
>>>R
>>>Rfl8GoVA%3D&issystem=false&id=425cf3cf-4bc4-4e53-82a0-ba6c20dd3688&_=136
>>>5
>>>316503425
>>> 2013-04-07 00:35:03,439 DEBUG [cloud.api.ApiServlet]
>>> (1109449945@qtp-1008805148-34:null) ===END===  127.0.0.1 -- GET
>>>  
>>>command=listServiceOfferings&response=json&sessionkey=Z6QqzU0Fq1iT13bMgn
>>>R
>>>Rfl8GoVA%3D&issystem=false&id=425cf3cf-4bc4-4e53-82a0-ba6c20dd3688&_=136
>>>5
>>>316503425
>>> 2013-04-07 00:35:04,848 DEBUG [agent.manager.DirectAgentAttache]
>>> (DirectAgent-349:null) Ping from 6
>>> 2013-04-07 00:35:06,206 DEBUG [agent.manager.DirectAgentAttache]
>>> (DirectAgent-292:null) Ping from 5
>>> 2013-04-07 00:35:06,909 DEBUG [agent.manager.DirectAgentAttache]
>>> (DirectAgent-334:null) Seq 6-324993028: Executing request
>>> 2013-04-07 00:35:07,112 DEBUG [agent.manager.DirectAgentAttache]
>>> (DirectAgent-334:null) Seq 6-324993028: Response Received:
>>> 2013-04-07 00:35:07,112 DEBUG [agent.transport.Request]
>>> (DirectAgent-334:null) Seq 6-324993028: Processing:  { Ans: , MgmtId: 
>>>1,
>>> via: 6, Ver: v1, Flags: 10,
>>> 
>>>[{"ClusterSyncAnswer":{"_clusterId":2,"_newStates":{},"_isExecuted":fals
>>>e
>>>,"result":true,"wait":0}}]
>>> }
>>> 2013-04-07 00:35:08,821 DEBUG [cloud.api.ApiServlet]
>>> (1109449945@qtp-1008805148-34:null) ===START===  127.0.0.1 -- GET
>>>  
>>>command=listConfigurations&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRR
>>>f
>>>l8GoVA%3D&page=1&pagesize=20&_=1365316508819
>>> 2013-04-07 00:35:08,845 DEBUG [cloud.api.ApiServlet]
>>> (1109449945@qtp-1008805148-34:null) ===END===  127.0.0.1 -- GET
>>>  
>>>command=listConfigurations&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRR
>>>f
>>>l8GoVA%3D&page=1&pagesize=20&_=1365316508819
>>> 2013-04-07 00:35:10,407 DEBUG [cloud.api.ApiServlet]
>>> (1109449945@qtp-1008805148-34:null) ===START===  127.0.0.1 -- GET
>>>  
>>>command=listZones&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3
>>>D
>>>&_=1365316510405
>>> 2013-04-07 00:35:10,416 DEBUG [cloud.api.ApiServlet]
>>> (1109449945@qtp-1008805148-34:null) ===END===  127.0.0.1 -- GET
>>>  
>>>command=listZones&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3
>>>D
>>>&_=1365316510405
>>> 2013-04-07 00:35:10,429 DEBUG [cloud.api.ApiServlet]
>>> (1109449945@qtp-1008805148-34:null) ===START===  127.0.0.1 -- GET
>>>  
>>>command=listPods&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D
>>>&
>>>page=1&pagesize=1&_=1365316510426
>>> 2013-04-07 00:35:10,436 DEBUG [cloud.api.ApiServlet]
>>> (1109449945@qtp-1008805148-34:null) ===END===  127.0.0.1 -- GET
>>>  
>>>command=listPods&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D
>>>&
>>>page=1&pagesize=1&_=1365316510426
>>> 2013-04-07 00:35:10,440 DEBUG [cloud.api.ApiServlet]
>>> (1109449945@qtp-1008805148-34:null) ===START===  127.0.0.1 -- GET
>>>  
>>>command=listClusters&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoV
>>>A
>>>%3D&page=1&pagesize=1&_=1365316510438
>>> 2013-04-07 00:35:10,448 DEBUG [cloud.api.ApiServlet]
>>> (1109449945@qtp-1008805148-34:null) ===END===  127.0.0.1 -- GET
>>>  
>>>command=listClusters&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoV
>>>A
>>>%3D&page=1&pagesize=1&_=1365316510438
>>> 2013-04-07 00:35:10,451 DEBUG [cloud.api.ApiServlet]
>>> (1109449945@qtp-1008805148-34:null) ===START===  127.0.0.1 -- GET
>>>  
>>>command=listHosts&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3
>>>D
>>>&type=routing&page=1&pagesize=1&_=1365316510449
>>> 2013-04-07 00:35:10,456 DEBUG [api.query.QueryManagerImpl]
>>> (1109449945@qtp-1008805148-34:null) >>>Searching for hosts>>>
>>> 2013-04-07 00:35:10,461 DEBUG [api.query.QueryManagerImpl]
>>> (1109449945@qtp-1008805148-34:null) >>>Generating Response>>>
>>> 2013-04-07 00:35:10,466 DEBUG [cloud.api.ApiServlet]
>>> (1109449945@qtp-1008805148-34:null) ===END===  127.0.0.1 -- GET
>>>  
>>>command=listHosts&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3
>>>D
>>>&type=routing&page=1&pagesize=1&_=1365316510449
>>> 2013-04-07 00:35:10,470 DEBUG [cloud.api.ApiServlet]
>>> (1109449945@qtp-1008805148-34:null) ===START===  127.0.0.1 -- GET
>>>  
>>>command=listStoragePools&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl
>>>8
>>>GoVA%3D&page=1&pagesize=1&_=1365316510468
>>> 2013-04-07 00:35:10,479 DEBUG [cloud.api.ApiServlet]
>>> (1109449945@qtp-1008805148-34:null) ===END===  127.0.0.1 -- GET
>>>  
>>>command=listStoragePools&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl
>>>8
>>>GoVA%3D&page=1&pagesize=1&_=1365316510468
>>> 2013-04-07 00:35:10,483 DEBUG [cloud.api.ApiServlet]
>>> (1109449945@qtp-1008805148-34:null) ===START===  127.0.0.1 -- GET
>>>  
>>>command=listHosts&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3
>>>D
>>>&type=SecondaryStorage&page=1&pagesize=1&_=1365316510481
>>> 2013-04-07 00:35:10,488 DEBUG [api.query.QueryManagerImpl]
>>> (1109449945@qtp-1008805148-34:null) >>>Searching for hosts>>>
>>> 2013-04-07 00:35:10,493 DEBUG [api.query.QueryManagerImpl]
>>> (1109449945@qtp-1008805148-34:null) >>>Generating Response>>>
>>> 2013-04-07 00:35:10,494 DEBUG [cloud.api.ApiServlet]
>>> (1109449945@qtp-1008805148-34:null) ===END===  127.0.0.1 -- GET
>>>  
>>>command=listHosts&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3
>>>D
>>>&type=SecondaryStorage&page=1&pagesize=1&_=1365316510481
>>> 2013-04-07 00:35:10,500 DEBUG [cloud.api.ApiServlet]
>>> (1109449945@qtp-1008805148-34:null) ===START===  127.0.0.1 -- GET
>>>  
>>>command=listSystemVms&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8Go
>>>V
>>>A%3D&page=1&pagesize=1&_=1365316510496
>>> 2013-04-07 00:35:10,564 DEBUG [cloud.api.ApiServlet]
>>> (1109449945@qtp-1008805148-34:null) ===END===  127.0.0.1 -- GET
>>>  
>>>command=listSystemVms&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8Go
>>>V
>>>A%3D&page=1&pagesize=1&_=1365316510496
>>> 2013-04-07 00:35:10,568 DEBUG [cloud.api.ApiServlet]
>>> (1109449945@qtp-1008805148-34:null) ===START===  127.0.0.1 -- GET
>>>  
>>>command=listRouters&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA
>>>%
>>>3D&projectid=-1&page=1&pagesize=1&_=1365316510566
>>> 2013-04-07 00:35:10,576 DEBUG [cloud.api.ApiServlet]
>>> (1109449945@qtp-1008805148-34:null) ===END===  127.0.0.1 -- GET
>>>  
>>>command=listRouters&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA
>>>%
>>>3D&projectid=-1&page=1&pagesize=1&_=1365316510566
>>> 2013-04-07 00:35:10,579 DEBUG [cloud.api.ApiServlet]
>>> (1109449945@qtp-1008805148-34:null) ===START===  127.0.0.1 -- GET
>>>  
>>>command=listRouters&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA
>>>%
>>>3D&listAll=true&page=1&pagesize=1&_=1365316510577
>>> 2013-04-07 00:35:10,591 DEBUG [cloud.api.ApiServlet]
>>> (1109449945@qtp-1008805148-34:null) ===END===  127.0.0.1 -- GET
>>>  
>>>command=listRouters&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA
>>>%
>>>3D&listAll=true&page=1&pagesize=1&_=1365316510577
>>> 2013-04-07 00:35:10,595 DEBUG [cloud.api.ApiServlet]
>>> (1109449945@qtp-1008805148-34:null) ===START===  127.0.0.1 -- GET
>>>  
>>>command=listCapacity&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoV
>>>A
>>>%3D&_=1365316510593
>>> 2013-04-07 00:35:10,609 DEBUG [cloud.api.ApiServlet]
>>> (1109449945@qtp-1008805148-34:null) ===END===  127.0.0.1 -- GET
>>>  
>>>command=listCapacity&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoV
>>>A
>>>%3D&_=1365316510593
>>> 2013-04-07 00:35:11,022 DEBUG [agent.manager.DirectAgentAttache]
>>> (DirectAgent-298:null) Seq 5-614334468: Executing request
>>> 2013-04-07 00:35:11,171 DEBUG [agent.manager.DirectAgentAttache]
>>> (DirectAgent-298:null) Seq 5-614334468: Response Received:
>>> 2013-04-07 00:35:11,172 DEBUG [agent.transport.Request]
>>> (DirectAgent-298:null) Seq 5-614334468: Processing:  { Ans: , MgmtId: 
>>>1,
>>> via: 5, Ver: v1, Flags: 10, [{"Answer":{"result":true,"wait":0}}] }
>>> 2013-04-07 00:35:12,493 DEBUG [cloud.api.ApiServlet]
>>> (1109449945@qtp-1008805148-34:null) ===START===  127.0.0.1 -- GET
>>>  
>>>command=listStoragePools&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl
>>>8
>>>GoVA%3D&page=1&pageSize=20&listAll=true&_=1365316512490
>>> 2013-04-07 00:35:12,508 DEBUG [cloud.api.ApiServlet]
>>> (1109449945@qtp-1008805148-34:null) ===END===  127.0.0.1 -- GET
>>>  
>>>command=listStoragePools&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl
>>>8
>>>GoVA%3D&page=1&pageSize=20&listAll=true&_=1365316512490
>>> 2013-04-07 00:35:18,008 DEBUG [cloud.api.ApiServlet]
>>> (1109449945@qtp-1008805148-34:null) ===START===  127.0.0.1 -- GET
>>>  
>>>command=listZones&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3
>>>D
>>>&id=3a62dec3-cf95-4ba2-9af0-af2190af35e3&_=1365316518006
>>> 2013-04-07 00:35:18,016 DEBUG [cloud.api.ApiServlet]
>>> (1109449945@qtp-1008805148-34:null) ===END===  127.0.0.1 -- GET
>>>  
>>>command=listZones&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3
>>>D
>>>&id=3a62dec3-cf95-4ba2-9af0-af2190af35e3&_=1365316518006
>>> 2013-04-07 00:35:18,022 DEBUG [cloud.api.ApiServlet]
>>> (1109449945@qtp-1008805148-34:null) ===START===  127.0.0.1 -- GET
>>>  
>>>command=listStoragePools&id=iSCSI_SR_4&response=json&sessionkey=Z6QqzU0F
>>>q
>>>1iT13bMgnRRfl8GoVA%3D&_=1365316518019
>>> 2013-04-07 00:35:18,036 DEBUG [cloud.api.ApiServlet]
>>> (1109449945@qtp-1008805148-34:null) ===END===  127.0.0.1 -- GET
>>>  
>>>command=listStoragePools&id=iSCSI_SR_4&response=json&sessionkey=Z6QqzU0F
>>>q
>>>1iT13bMgnRRfl8GoVA%3D&_=1365316518019
>>> 2013-04-07 00:35:20,457 DEBUG
>>> [storage.secondary.SecondaryStorageManagerImpl] (secstorage-1:null) 
>>>Zone 1
>>> is ready to launch secondary storage VM
>>> 2013-04-07 00:35:20,560 DEBUG 
>>>[cloud.consoleproxy.ConsoleProxyManagerImpl]
>>> (consoleproxy-1:null) Zone 1 is ready to launch console proxy
>>> 2013-04-07 00:35:20,820 DEBUG
>>> [network.router.VirtualNetworkApplianceManagerImpl]
>>> (RouterStatusMonitor-1:null) Found 0 routers to update status.
>>> 2013-04-07 00:35:20,821 DEBUG
>>> [network.router.VirtualNetworkApplianceManagerImpl]
>>> (RouterStatusMonitor-1:null) Found 0 networks to update RvR status.
>>> 2013-04-07 00:35:20,850 DEBUG
>>> [network.router.VirtualNetworkApplianceManagerImpl]
>>> (RouterStatusMonitor-1:null) Found 0 routers to update status.
>>> 2013-04-07 00:35:20,851 DEBUG
>>> [network.router.VirtualNetworkApplianceManagerImpl]
>>> (RouterStatusMonitor-1:null) Found 0 networks to update RvR status.
>>> 2013-04-07 00:35:23,644 DEBUG [cloud.api.ApiServlet]
>>> (1109449945@qtp-1008805148-34:null) ===START===  127.0.0.1 -- GET
>>>  
>>>command=listZones&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3
>>>D
>>>&id=3a62dec3-cf95-4ba2-9af0-af2190af35e3&_=1365316523642
>>> 2013-04-07 00:35:23,652 DEBUG [cloud.api.ApiServlet]
>>> (1109449945@qtp-1008805148-34:null) ===END===  127.0.0.1 -- GET
>>>  
>>>command=listZones&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3
>>>D
>>>&id=3a62dec3-cf95-4ba2-9af0-af2190af35e3&_=1365316523642
>>> 2013-04-07 00:35:23,657 DEBUG [cloud.api.ApiServlet]
>>> (1109449945@qtp-1008805148-34:null) ===START===  127.0.0.1 -- GET
>>>  
>>>command=listStoragePools&id=iSCSI_SR_3&response=json&sessionkey=Z6QqzU0F
>>>q
>>>1iT13bMgnRRfl8GoVA%3D&_=1365316523655
>>> 2013-04-07 00:35:23,670 DEBUG [cloud.api.ApiServlet]
>>> (1109449945@qtp-1008805148-34:null) ===END===  127.0.0.1 -- GET
>>>  
>>>command=listStoragePools&id=iSCSI_SR_3&response=json&sessionkey=Z6QqzU0F
>>>q
>>>1iT13bMgnRRfl8GoVA%3D&_=1365316523655
>>> 2013-04-07 00:35:24,890 DEBUG [agent.manager.AgentManagerImpl]
>>> (AgentManager-Handler-2:null) Ping from 4
>>> 2013-04-07 00:35:25,447 DEBUG [cloud.api.ApiServlet]
>>> (1109449945@qtp-1008805148-34:null) ===START===  127.0.0.1 -- GET
>>>  
>>>command=listZones&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3
>>>D
>>>&_=1365316525443
>>> 2013-04-07 00:35:25,456 DEBUG [cloud.api.ApiServlet]
>>> (1109449945@qtp-1008805148-34:null) ===END===  127.0.0.1 -- GET
>>>  
>>>command=listZones&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3
>>>D
>>>&_=1365316525443
>>> 2013-04-07 00:35:25,467 DEBUG [cloud.api.ApiServlet]
>>> (1109449945@qtp-1008805148-34:null) ===START===  127.0.0.1 -- GET
>>>  
>>>command=listPods&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D
>>>&
>>>page=1&pagesize=1&_=1365316525465
>>> 2013-04-07 00:35:25,474 DEBUG [cloud.api.ApiServlet]
>>> (1109449945@qtp-1008805148-34:null) ===END===  127.0.0.1 -- GET
>>>  
>>>command=listPods&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D
>>>&
>>>page=1&pagesize=1&_=1365316525465
>>> 2013-04-07 00:35:25,477 DEBUG [cloud.api.ApiServlet]
>>> (1109449945@qtp-1008805148-34:null) ===START===  127.0.0.1 -- GET
>>>  
>>>command=listClusters&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoV
>>>A
>>>%3D&page=1&pagesize=1&_=1365316525475
>>> 2013-04-07 00:35:25,485 DEBUG [cloud.api.ApiServlet]
>>> (1109449945@qtp-1008805148-34:null) ===END===  127.0.0.1 -- GET
>>>  
>>>command=listClusters&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoV
>>>A
>>>%3D&page=1&pagesize=1&_=1365316525475
>>> 2013-04-07 00:35:25,488 DEBUG [cloud.api.ApiServlet]
>>> (1109449945@qtp-1008805148-34:null) ===START===  127.0.0.1 -- GET
>>>  
>>>command=listHosts&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3
>>>D
>>>&type=routing&page=1&pagesize=1&_=1365316525486
>>> 2013-04-07 00:35:25,493 DEBUG [api.query.QueryManagerImpl]
>>> (1109449945@qtp-1008805148-34:null) >>>Searching for hosts>>>
>>> 2013-04-07 00:35:25,498 DEBUG [api.query.QueryManagerImpl]
>>> (1109449945@qtp-1008805148-34:null) >>>Generating Response>>>
>>> 2013-04-07 00:35:25,504 DEBUG [cloud.api.ApiServlet]
>>> (1109449945@qtp-1008805148-34:null) ===END===  127.0.0.1 -- GET
>>>  
>>>command=listHosts&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3
>>>D
>>>&type=routing&page=1&pagesize=1&_=1365316525486
>>> 2013-04-07 00:35:25,507 DEBUG [cloud.api.ApiServlet]
>>> (1109449945@qtp-1008805148-34:null) ===START===  127.0.0.1 -- GET
>>>  
>>>command=listStoragePools&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl
>>>8
>>>GoVA%3D&page=1&pagesize=1&_=1365316525505
>>> 2013-04-07 00:35:25,517 DEBUG [cloud.api.ApiServlet]
>>> (1109449945@qtp-1008805148-34:null) ===END===  127.0.0.1 -- GET
>>>  
>>>command=listStoragePools&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl
>>>8
>>>GoVA%3D&page=1&pagesize=1&_=1365316525505
>>> 2013-04-07 00:35:25,522 DEBUG [cloud.api.ApiServlet]
>>> (1109449945@qtp-1008805148-34:null) ===START===  127.0.0.1 -- GET
>>>  
>>>command=listHosts&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3
>>>D
>>>&type=SecondaryStorage&page=1&pagesize=1&_=1365316525519
>>> 2013-04-07 00:35:25,526 DEBUG [api.query.QueryManagerImpl]
>>> (1109449945@qtp-1008805148-34:null) >>>Searching for hosts>>>
>>> 2013-04-07 00:35:25,531 DEBUG [api.query.QueryManagerImpl]
>>> (1109449945@qtp-1008805148-34:null) >>>Generating Response>>>
>>> 2013-04-07 00:35:25,533 DEBUG [cloud.api.ApiServlet]
>>> (1109449945@qtp-1008805148-34:null) ===END===  127.0.0.1 -- GET
>>>  
>>>command=listHosts&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3
>>>D
>>>&type=SecondaryStorage&page=1&pagesize=1&_=1365316525519
>>> 2013-04-07 00:35:25,536 DEBUG [cloud.api.ApiServlet]
>>> (1109449945@qtp-1008805148-34:null) ===START===  127.0.0.1 -- GET
>>>  
>>>command=listSystemVms&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8Go
>>>V
>>>A%3D&page=1&pagesize=1&_=1365316525534
>>> 2013-04-07 00:35:25,591 DEBUG [cloud.api.ApiServlet]
>>> (1109449945@qtp-1008805148-34:null) ===END===  127.0.0.1 -- GET
>>>  
>>>command=listSystemVms&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8Go
>>>V
>>>A%3D&page=1&pagesize=1&_=1365316525534
>>> 2013-04-07 00:35:25,595 DEBUG [cloud.api.ApiServlet]
>>> (1109449945@qtp-1008805148-34:null) ===START===  127.0.0.1 -- GET
>>>  
>>>command=listRouters&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA
>>>%
>>>3D&projectid=-1&page=1&pagesize=1&_=1365316525593
>>> 2013-04-07 00:35:25,603 DEBUG [cloud.api.ApiServlet]
>>> (1109449945@qtp-1008805148-34:null) ===END===  127.0.0.1 -- GET
>>>  
>>>command=listRouters&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA
>>>%
>>>3D&projectid=-1&page=1&pagesize=1&_=1365316525593
>>> 2013-04-07 00:35:25,606 DEBUG [cloud.api.ApiServlet]
>>> (1109449945@qtp-1008805148-34:null) ===START===  127.0.0.1 -- GET
>>>  
>>>command=listRouters&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA
>>>%
>>>3D&listAll=true&page=1&pagesize=1&_=1365316525604
>>> 2013-04-07 00:35:25,617 DEBUG [cloud.api.ApiServlet]
>>> (1109449945@qtp-1008805148-34:null) ===END===  127.0.0.1 -- GET
>>>  
>>>command=listRouters&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA
>>>%
>>>3D&listAll=true&page=1&pagesize=1&_=1365316525604
>>> 2013-04-07 00:35:25,621 DEBUG [cloud.api.ApiServlet]
>>> (1109449945@qtp-1008805148-34:null) ===START===  127.0.0.1 -- GET
>>>  
>>>command=listCapacity&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoV
>>>A
>>>%3D&_=1365316525619
>>> 2013-04-07 00:35:25,634 DEBUG [cloud.api.ApiServlet]
>>> (1109449945@qtp-1008805148-34:null) ===END===  127.0.0.1 -- GET
>>>  
>>>command=listCapacity&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoV
>>>A
>>>%3D&_=1365316525619
>>> 2013-04-07 00:35:27,158 DEBUG [agent.manager.DirectAgentAttache]
>>> (DirectAgent-276:null) Ping from 1
>>> 2013-04-07 00:35:29,095 DEBUG [agent.manager.DirectAgentAttache]
>>> (DirectAgent-139:null) Seq 1-90046472: Executing request
>>> 2013-04-07 00:35:29,302 DEBUG [agent.manager.DirectAgentAttache]
>>> (DirectAgent-139:null) Seq 1-90046472: Response Received:
>>> 2013-04-07 00:35:29,303 DEBUG [agent.transport.Request]
>>> (DirectAgent-139:null) Seq 1-90046472: Processing:  { Ans: , MgmtId: 1,
>>> via: 1, Ver: v1, Flags: 10,
>>> 
>>>[{"ClusterSyncAnswer":{"_clusterId":1,"_newStates":{},"_isExecuted":fals
>>>e
>>>,"result":true,"wait":0}}]
>>> }
>>> 2013-04-07 00:35:31,624 DEBUG [cloud.api.ApiServlet]
>>> (1109449945@qtp-1008805148-34:null) ===START===  127.0.0.1 -- GET
>>>  
>>>command=listVirtualMachines&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnR
>>>R
>>>fl8GoVA%3D&listAll=true&page=1&pagesize=20&_=1365316531622
>>> 2013-04-07 00:35:31,644 DEBUG [cloud.api.ApiServlet]
>>> (1109449945@qtp-1008805148-34:null) ===END===  127.0.0.1 -- GET
>>>  
>>>command=listVirtualMachines&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnR
>>>R
>>>fl8GoVA%3D&listAll=true&page=1&pagesize=20&_=1365316531622
>>> 2013-04-07 00:35:32,710 DEBUG [cloud.api.ApiServlet]
>>> (1109449945@qtp-1008805148-34:null) ===START===  127.0.0.1 -- GET
>>>  
>>>command=listVolumes&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA
>>>%
>>>3D&listAll=true&page=1&pagesize=20&_=1365316532708
>>> 2013-04-07 00:35:32,724 DEBUG [cloud.api.ApiServlet]
>>> (1109449945@qtp-1008805148-34:null) ===END===  127.0.0.1 -- GET
>>>  
>>>command=listVolumes&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA
>>>%
>>>3D&listAll=true&page=1&pagesize=20&_=1365316532708
>>> 2013-04-07 00:35:33,917 DEBUG [cloud.api.ApiServlet]
>>> (1109449945@qtp-1008805148-34:null) ===START===  127.0.0.1 -- GET
>>>  
>>>command=listVirtualMachines&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnR
>>>R
>>>fl8GoVA%3D&listAll=true&page=1&pagesize=20&_=1365316533915
>>> 2013-04-07 00:35:33,935 DEBUG [cloud.api.ApiServlet]
>>> (1109449945@qtp-1008805148-34:null) ===END===  127.0.0.1 -- GET
>>>  
>>>command=listVirtualMachines&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnR
>>>R
>>>fl8GoVA%3D&listAll=true&page=1&pagesize=20&_=1365316533915
>>> 2013-04-07 00:35:35,668 DEBUG [cloud.api.ApiServlet]
>>> (1109449945@qtp-1008805148-34:null) ===START===  127.0.0.1 -- GET
>>>  
>>>command=listVirtualMachines&id=c18ddf7c-fc61-40b0-af75-fdef05f8eae6&resp
>>>o
>>>nse=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316535666
>>> 2013-04-07 00:35:35,689 DEBUG [cloud.api.ApiServlet]
>>> (1109449945@qtp-1008805148-34:null) ===END===  127.0.0.1 -- GET
>>>  
>>>command=listVirtualMachines&id=c18ddf7c-fc61-40b0-af75-fdef05f8eae6&resp
>>>o
>>>nse=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316535666
>>> 2013-04-07 00:35:35,695 DEBUG [cloud.api.ApiServlet]
>>> (1109449945@qtp-1008805148-34:null) ===START===  127.0.0.1 -- GET
>>>  
>>>command=listOsTypes&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA
>>>%
>>>3D&_=1365316535693
>>> 2013-04-07 00:35:35,873 DEBUG [cloud.api.ApiServlet]
>>> (1109449945@qtp-1008805148-34:null) ===END===  127.0.0.1 -- GET
>>>  
>>>command=listOsTypes&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA
>>>%
>>>3D&_=1365316535693
>>> 2013-04-07 00:35:39,081 DEBUG [cloud.api.ApiServlet]
>>> (1109449945@qtp-1008805148-34:null) ===START===  127.0.0.1 -- GET
>>>  
>>>command=destroyVirtualMachine&id=c18ddf7c-fc61-40b0-af75-fdef05f8eae6&re
>>>s
>>>ponse=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316539079
>>> 2013-04-07 00:35:39,103 DEBUG [cloud.async.AsyncJobManagerImpl]
>>> (1109449945@qtp-1008805148-34:null) submit async job-45, details:
>>> AsyncJobVO {id:45, userId: 2, accountId: 2, sessionKey: null, 
>>>instanceType:
>>> null, instanceId: 12, cmd:
>>> org.apache.cloudstack.api.command.user.vm.DestroyVMCmd, cmdOriginator:
>>> null, cmdInfo:
>>> 
>>>{"id":"c18ddf7c-fc61-40b0-af75-fdef05f8eae6","response":"json","sessionk
>>>e
>>>y":"Z6QqzU0Fq1iT13bMgnRRfl8GoVA\u003d","ctxUserId":"2","_":"136531653907
>>>9
>>>","ctxAccountId":"2","ctxStartEventId":"50"},
>>> cmdVersion: 0, callbackType: 0, callbackAddress: null, status: 0,
>>> processStatus: 0, resultCode: 0, result: null, initMsid: 1, 
>>>completeMsid:
>>> null, lastUpdated: null, lastPolled: null, created: null}
>>> 2013-04-07 00:35:39,104 DEBUG [cloud.async.AsyncJobManagerImpl]
>>> (Job-Executor-38:job-45) Executing
>>> org.apache.cloudstack.api.command.user.vm.DestroyVMCmd for job-45
>>> 2013-04-07 00:35:39,105 DEBUG [cloud.api.ApiServlet]
>>> (1109449945@qtp-1008805148-34:null) ===END===  127.0.0.1 -- GET
>>>  
>>>command=destroyVirtualMachine&id=c18ddf7c-fc61-40b0-af75-fdef05f8eae6&re
>>>s
>>>ponse=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316539079
>>> 2013-04-07 00:35:39,119 DEBUG [cloud.vm.VirtualMachineManagerImpl]
>>> (Job-Executor-38:job-45) Destroying vm
>>> VM[User|c18ddf7c-fc61-40b0-af75-fdef05f8eae6]
>>> 2013-04-07 00:35:39,123 DEBUG [cloud.capacity.CapacityManagerImpl]
>>> (Job-Executor-38:job-45) VM state transitted from :Running to Stopping 
>>>with
>>> event: StopRequestedvm's original host id: 5 new host id: 5 host id 
>>>before
>>> state transition: 5
>>> 2013-04-07 00:35:39,125 DEBUG [agent.transport.Request]
>>> (Job-Executor-38:job-45) Seq 5-614334817: Sending  { Cmd , MgmtId: 1, 
>>>via:
>>> 5, Ver: v1, Flags: 100111,
>>> [{"StopCommand":{"isProxy":false,"vmName":"i-2-12-VM","wait":0}}] }
>>> 2013-04-07 00:35:39,125 DEBUG [agent.transport.Request]
>>> (Job-Executor-38:job-45) Seq 5-614334817: Executing:  { Cmd , MgmtId: 
>>>1,
>>> via: 5, Ver: v1, Flags: 100111,
>>> [{"StopCommand":{"isProxy":false,"vmName":"i-2-12-VM","wait":0}}] }
>>> 2013-04-07 00:35:39,125 DEBUG [agent.manager.DirectAgentAttache]
>>> (DirectAgent-414:null) Seq 5-614334817: Executing request
>>> 2013-04-07 00:35:39,289 DEBUG [xen.resource.CitrixResourceBase]
>>> (DirectAgent-414:null) 9. The VM i-2-12-VM is in Stopping state
>>> 2013-04-07 00:35:39,720 INFO  [xen.resource.CitrixResourceBase]
>>> (DirectAgent-414:null) Removed  network rules for vm i-2-12-VM
>>> 2013-04-07 00:35:42,113 DEBUG [cloud.api.ApiServlet]
>>> (1109449945@qtp-1008805148-34:null) ===START===  127.0.0.1 -- GET
>>>  
>>>command=queryAsyncJobResult&jobId=1288fa5b-8b5f-4952-b056-b180437edfd5&r
>>>e
>>>sponse=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316542111
>>> 2013-04-07 00:35:42,127 DEBUG [cloud.api.ApiServlet]
>>> (1109449945@qtp-1008805148-34:null) ===END===  127.0.0.1 -- GET
>>>  
>>>command=queryAsyncJobResult&jobId=1288fa5b-8b5f-4952-b056-b180437edfd5&r
>>>e
>>>sponse=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316542111
>>> 2013-04-07 00:35:45,114 DEBUG [cloud.api.ApiServlet]
>>> (1109449945@qtp-1008805148-34:null) ===START===  127.0.0.1 -- GET
>>>  
>>>command=queryAsyncJobResult&jobId=1288fa5b-8b5f-4952-b056-b180437edfd5&r
>>>e
>>>sponse=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316545112
>>> 2013-04-07 00:35:45,129 DEBUG [cloud.api.ApiServlet]
>>> (1109449945@qtp-1008805148-34:null) ===END===  127.0.0.1 -- GET
>>>  
>>>command=queryAsyncJobResult&jobId=1288fa5b-8b5f-4952-b056-b180437edfd5&r
>>>e
>>>sponse=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316545112
>>> 2013-04-07 00:35:47,682 DEBUG [agent.manager.AgentManagerImpl]
>>> (AgentManager-Handler-3:null) Ping from 3
>>> 2013-04-07 00:35:48,115 DEBUG [cloud.api.ApiServlet]
>>> (1109449945@qtp-1008805148-34:null) ===START===  127.0.0.1 -- GET
>>>  
>>>command=queryAsyncJobResult&jobId=1288fa5b-8b5f-4952-b056-b180437edfd5&r
>>>e
>>>sponse=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316548112
>>> 2013-04-07 00:35:48,133 DEBUG [cloud.api.ApiServlet]
>>> (1109449945@qtp-1008805148-34:null) ===END===  127.0.0.1 -- GET
>>>  
>>>command=queryAsyncJobResult&jobId=1288fa5b-8b5f-4952-b056-b180437edfd5&r
>>>e
>>>sponse=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316548112
>>> 2013-04-07 00:35:50,456 DEBUG
>>> [storage.secondary.SecondaryStorageManagerImpl] (secstorage-1:null) 
>>>Zone 1
>>> is ready to launch secondary storage VM
>>> 2013-04-07 00:35:50,564 DEBUG 
>>>[cloud.consoleproxy.ConsoleProxyManagerImpl]
>>> (consoleproxy-1:null) Zone 1 is ready to launch console proxy
>>> 2013-04-07 00:35:50,819 DEBUG
>>> [network.router.VirtualNetworkApplianceManagerImpl]
>>> (RouterStatusMonitor-1:null) Found 0 routers to update status.
>>> 2013-04-07 00:35:50,821 DEBUG
>>> [network.router.VirtualNetworkApplianceManagerImpl]
>>> (RouterStatusMonitor-1:null) Found 0 networks to update RvR status.
>>> 2013-04-07 00:35:50,851 DEBUG
>>> [network.router.VirtualNetworkApplianceManagerImpl]
>>> (RouterStatusMonitor-1:null) Found 0 routers to update status.
>>> 2013-04-07 00:35:50,852 DEBUG
>>> [network.router.VirtualNetworkApplianceManagerImpl]
>>> (RouterStatusMonitor-1:null) Found 0 networks to update RvR status.
>>> 2013-04-07 00:35:51,117 DEBUG [cloud.api.ApiServlet]
>>> (1109449945@qtp-1008805148-34:null) ===START===  127.0.0.1 -- GET
>>>  
>>>command=queryAsyncJobResult&jobId=1288fa5b-8b5f-4952-b056-b180437edfd5&r
>>>e
>>>sponse=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316551115
>>> 2013-04-07 00:35:51,132 DEBUG [cloud.api.ApiServlet]
>>> (1109449945@qtp-1008805148-34:null) ===END===  127.0.0.1 -- GET
>>>  
>>>command=queryAsyncJobResult&jobId=1288fa5b-8b5f-4952-b056-b180437edfd5&r
>>>e
>>>sponse=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316551115
>>> 2013-04-07 00:35:51,242 DEBUG [xen.resource.CitrixResourceBase]
>>> (DirectAgent-414:null) 10. The VM i-2-12-VM is in Stopped state
>>> 2013-04-07 00:35:51,242 DEBUG [agent.manager.DirectAgentAttache]
>>> (DirectAgent-414:null) Seq 5-614334817: Response Received:
>>> 2013-04-07 00:35:51,243 DEBUG [agent.transport.Request]
>>> (DirectAgent-414:null) Seq 5-614334817: Processing:  { Ans: , MgmtId: 
>>>1,
>>> via: 5, Ver: v1, Flags: 110,
>>> [{"StopAnswer":{"vncPort":0,"result":true,"details":"Stop VM i-2-12-VM
>>> Succeed","wait":0}}] }
>>> 2013-04-07 00:35:51,243 DEBUG [agent.transport.Request]
>>> (Job-Executor-38:job-45) Seq 5-614334817: Received:  { Ans: , MgmtId: 
>>>1,
>>> via: 5, Ver: v1, Flags: 110, { StopAnswer } }
>>> 2013-04-07 00:35:51,243 DEBUG [agent.manager.AgentAttache]
>>> (DirectAgent-414:null) Seq 5-614334817: No more commands found
>>> 2013-04-07 00:35:51,244 DEBUG [cloud.vm.VirtualMachineManagerImpl]
>>> (Job-Executor-38:job-45) VM[User|c18ddf7c-fc61-40b0-af75-fdef05f8eae6] 
>>>is
>>> stopped on the host.  Proceeding to release resource held.
>>> 2013-04-07 00:35:51,251 DEBUG [cloud.network.NetworkManagerImpl]
>>> (Job-Executor-38:job-45) Changing active number of nics for network 
>>>id=204
>>> on -1
>>> 2013-04-07 00:35:51,252 DEBUG [cloud.network.NetworkManagerImpl]
>>> (Job-Executor-38:job-45) Asking ElasticLoadBalancerElement to release
>>> Nic[18-12-6416c373-20d8-4617-8dcb-30a8ff9d0f34-192.168.56.195]
>>> 2013-04-07 00:35:51,252 DEBUG [cloud.network.NetworkManagerImpl]
>>> (Job-Executor-38:job-45) Asking NiciraNvpElement to release
>>> Nic[18-12-6416c373-20d8-4617-8dcb-30a8ff9d0f34-192.168.56.195]
>>> 2013-04-07 00:35:51,252 DEBUG [network.element.NiciraNvpElement]
>>> (Job-Executor-38:job-45) Checking if NiciraNvpElement can handle 
>>>service
>>> Connectivity on network guestNetworkForBasicZone
>>> 2013-04-07 00:35:51,252 DEBUG [cloud.network.NetworkManagerImpl]
>>> (Job-Executor-38:job-45) Asking BigSwitchVnsElement to release
>>> Nic[18-12-6416c373-20d8-4617-8dcb-30a8ff9d0f34-192.168.56.195]
>>> 2013-04-07 00:35:51,252 DEBUG [network.element.BigSwitchVnsElement]
>>> (Job-Executor-38:job-45) Checking if BigSwitchVnsElement can handle 
>>>service
>>> Connectivity on network guestNetworkForBasicZone
>>> 2013-04-07 00:35:51,252 DEBUG [cloud.network.NetworkManagerImpl]
>>> (Job-Executor-38:job-45) Asking Ovs to release
>>> Nic[18-12-6416c373-20d8-4617-8dcb-30a8ff9d0f34-192.168.56.195]
>>> 2013-04-07 00:35:51,252 DEBUG [cloud.network.NetworkManagerImpl]
>>> (Job-Executor-38:job-45) Asking BareMetalDhcp to release
>>> Nic[18-12-6416c373-20d8-4617-8dcb-30a8ff9d0f34-192.168.56.195]
>>> 2013-04-07 00:35:51,252 DEBUG [cloud.network.NetworkManagerImpl]
>>> (Job-Executor-38:job-45) Asking BareMetalPxe to release
>>> Nic[18-12-6416c373-20d8-4617-8dcb-30a8ff9d0f34-192.168.56.195]
>>> 2013-04-07 00:35:51,252 DEBUG [cloud.network.NetworkManagerImpl]
>>> (Job-Executor-38:job-45) Asking BareMetalUserdata to release
>>> Nic[18-12-6416c373-20d8-4617-8dcb-30a8ff9d0f34-192.168.56.195]
>>> 2013-04-07 00:35:51,252 DEBUG [cloud.network.NetworkManagerImpl]
>>> (Job-Executor-38:job-45) Asking SecurityGroupProvider to release
>>> Nic[18-12-6416c373-20d8-4617-8dcb-30a8ff9d0f34-192.168.56.195]
>>> 2013-04-07 00:35:51,252 DEBUG [cloud.network.NetworkManagerImpl]
>>> (Job-Executor-38:job-45) Asking VirtualRouter to release
>>> Nic[18-12-6416c373-20d8-4617-8dcb-30a8ff9d0f34-192.168.56.195]
>>> 2013-04-07 00:35:51,253 DEBUG [cloud.network.NetworkManagerImpl]
>>> (Job-Executor-38:job-45) Asking VpcVirtualRouter to release
>>> Nic[18-12-6416c373-20d8-4617-8dcb-30a8ff9d0f34-192.168.56.195]
>>> 2013-04-07 00:35:51,253 DEBUG [cloud.network.NetworkManagerImpl]
>>> (Job-Executor-38:job-45) Asking NiciraNvp to release
>>> Nic[18-12-6416c373-20d8-4617-8dcb-30a8ff9d0f34-192.168.56.195]
>>> 2013-04-07 00:35:51,253 DEBUG [network.element.NiciraNvpElement]
>>> (Job-Executor-38:job-45) Checking if NiciraNvpElement can handle 
>>>service
>>> Connectivity on network guestNetworkForBasicZone
>>> 2013-04-07 00:35:51,253 DEBUG [cloud.network.NetworkManagerImpl]
>>> (Job-Executor-38:job-45) Asking JuniperSRX to release
>>> Nic[18-12-6416c373-20d8-4617-8dcb-30a8ff9d0f34-192.168.56.195]
>>> 2013-04-07 00:35:51,253 DEBUG [cloud.network.NetworkManagerImpl]
>>> (Job-Executor-38:job-45) Asking Netscaler to release
>>> Nic[18-12-6416c373-20d8-4617-8dcb-30a8ff9d0f34-192.168.56.195]
>>> 2013-04-07 00:35:51,253 DEBUG [cloud.network.NetworkManagerImpl]
>>> (Job-Executor-38:job-45) Asking F5BigIP to release
>>> Nic[18-12-6416c373-20d8-4617-8dcb-30a8ff9d0f34-192.168.56.195]
>>> 2013-04-07 00:35:51,253 DEBUG [cloud.network.NetworkManagerImpl]
>>> (Job-Executor-38:job-45) Asking CiscoNexus1000vVSM to release
>>> Nic[18-12-6416c373-20d8-4617-8dcb-30a8ff9d0f34-192.168.56.195]
>>> 2013-04-07 00:35:51,253 DEBUG [cloud.vm.VirtualMachineManagerImpl]
>>> (Job-Executor-38:job-45) Successfully released network resources for 
>>>the vm
>>> VM[User|c18ddf7c-fc61-40b0-af75-fdef05f8eae6]
>>> 2013-04-07 00:35:51,253 DEBUG [cloud.vm.VirtualMachineManagerImpl]
>>> (Job-Executor-38:job-45) Successfully released storage resources for 
>>>the vm
>>> VM[User|c18ddf7c-fc61-40b0-af75-fdef05f8eae6]
>>> 2013-04-07 00:35:51,298 DEBUG [cloud.capacity.CapacityManagerImpl]
>>> (Job-Executor-38:job-45) VM state transitted from :Stopping to Stopped 
>>>with
>>> event: OperationSucceededvm's original host id: 5 new host id: null 
>>>host id
>>> before state transition: 5
>>> 2013-04-07 00:35:51,302 DEBUG [cloud.capacity.CapacityManagerImpl]
>>> (Job-Executor-38:job-45) Hosts's actual total CPU: 2479 and CPU after
>>> applying overprovisioning: 2479
>>> 2013-04-07 00:35:51,303 DEBUG [cloud.capacity.CapacityManagerImpl]
>>> (Job-Executor-38:job-45) release cpu from host: 5, old used: 
>>>100,reserved:
>>> 0, actual total: 2479, total with overprovisioning: 2479; new used:
>>> 0,reserved:100; movedfromreserved: false,moveToReserveredtrue
>>> 2013-04-07 00:35:51,303 DEBUG [cloud.capacity.CapacityManagerImpl]
>>> (Job-Executor-38:job-45) release mem from host: 5, old used:
>>> 1073741824,reserved: 0, total: 1671695424; new used: 
>>>0,reserved:1073741824;
>>> movedfromreserved: false,moveToReserveredtrue
>>> 2013-04-07 00:35:51,308 DEBUG [cloud.capacity.CapacityManagerImpl]
>>> (Job-Executor-38:job-45) VM state transitted from :Stopped to Destroyed
>>> with event: DestroyRequestedvm's original host id: 5 new host id: null 
>>>host
>>> id before state transition: null
>>> 2013-04-07 00:35:51,313 DEBUG [cloud.capacity.CapacityManagerImpl]
>>> (Job-Executor-38:job-45) Hosts's actual total CPU: 2479 and CPU after
>>> applying overprovisioning: 2479
>>> 2013-04-07 00:35:51,313 DEBUG [cloud.capacity.CapacityManagerImpl]
>>> (Job-Executor-38:job-45) release cpu from host: 5, old used: 
>>>0,reserved:
>>> 100, actual total: 2479, total with overprovisioning: 2479; new used:
>>> 0,reserved:0; movedfromreserved: true,moveToReserveredfalse
>>> 2013-04-07 00:35:51,313 DEBUG [cloud.capacity.CapacityManagerImpl]
>>> (Job-Executor-38:job-45) release mem from host: 5, old used: 
>>>0,reserved:
>>> 1073741824, total: 1671695424; new used: 0,reserved:0; 
>>>movedfromreserved:
>>> true,moveToReserveredfalse
>>> 2013-04-07 00:35:51,328 DEBUG [cloud.async.AsyncJobManagerImpl]
>>> (Job-Executor-38:job-45) Complete async job-45, jobStatus: 1, 
>>>resultCode:
>>> 0, result: org.apache.cloudstack.api.response.UserVmResponse@324f6e41
>>> 2013-04-07 00:35:51,332 DEBUG [cloud.async.AsyncJobManagerImpl]
>>> (Job-Executor-38:job-45) Done executing
>>> org.apache.cloudstack.api.command.user.vm.DestroyVMCmd for job-45
>>> 2013-04-07 00:35:51,397 DEBUG [cloud.api.ApiServlet]
>>> (1109449945@qtp-1008805148-34:null) ===START===  127.0.0.1 -- GET
>>>  
>>>command=listVirtualMachines&id=94ddc16f-04fc-4da1-8326-01d8d5cdeb44&resp
>>>o
>>>nse=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316551394
>>> 2013-04-07 00:35:51,417 DEBUG [cloud.api.ApiServlet]
>>> (1109449945@qtp-1008805148-34:null) ===END===  127.0.0.1 -- GET
>>>  
>>>command=listVirtualMachines&id=94ddc16f-04fc-4da1-8326-01d8d5cdeb44&resp
>>>o
>>>nse=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316551394
>>> 2013-04-07 00:35:51,425 DEBUG [cloud.api.ApiServlet]
>>> (1109449945@qtp-1008805148-34:null) ===START===  127.0.0.1 -- GET
>>>  
>>>command=listOsTypes&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA
>>>%
>>>3D&_=1365316551423
>>> 2013-04-07 00:35:51,472 INFO  [agent.manager.AgentMonitor]
>>> (Thread-11:null) Found the following agents behind on ping: [6, 5]
>>> 2013-04-07 00:35:51,473 DEBUG [cloud.host.Status] (Thread-11:null) Ping
>>> timeout for host 6, do invstigation
>>> 2013-04-07 00:35:51,475 DEBUG [cloud.host.Status] (Thread-11:null) Ping
>>> timeout for host 5, do invstigation
>>> 2013-04-07 00:35:51,475 INFO  [agent.manager.AgentManagerImpl]
>>> (AgentTaskPool-7:null) Investigating why host 6 has disconnected with 
>>>event
>>> PingTimeout
>>> 2013-04-07 00:35:51,475 DEBUG [agent.manager.AgentManagerImpl]
>>> (AgentTaskPool-7:null) checking if agent (6) is alive
>>> 2013-04-07 00:35:51,478 INFO  [agent.manager.AgentManagerImpl]
>>> (AgentTaskPool-8:null) Investigating why host 5 has disconnected with 
>>>event
>>> PingTimeout
>>> 2013-04-07 00:35:51,478 DEBUG [agent.manager.AgentManagerImpl]
>>> (AgentTaskPool-8:null) checking if agent (5) is alive
>>> 2013-04-07 00:35:51,480 DEBUG [agent.transport.Request]
>>> (AgentTaskPool-7:null) Seq 6-324993313: Sending  { Cmd , MgmtId: 1, 
>>>via: 6,
>>> Ver: v1, Flags: 100011, [{"CheckHealthCommand":{"wait":50}}] }
>>> 2013-04-07 00:35:51,481 DEBUG [agent.transport.Request]
>>> (AgentTaskPool-7:null) Seq 6-324993313: Executing:  { Cmd , MgmtId: 1, 
>>>via:
>>> 6, Ver: v1, Flags: 100011, [{"CheckHealthCommand":{"wait":50}}] }
>>> 2013-04-07 00:35:51,481 DEBUG [agent.manager.DirectAgentAttache]
>>> (DirectAgent-361:null) Seq 6-324993313: Executing request
>>> 2013-04-07 00:35:51,488 DEBUG [agent.transport.Request]
>>> (AgentTaskPool-8:null) Seq 5-614334818: Sending  { Cmd , MgmtId: 1, 
>>>via: 5,
>>> Ver: v1, Flags: 100011, [{"CheckHealthCommand":{"wait":50}}] }
>>> 2013-04-07 00:35:51,489 DEBUG [agent.transport.Request]
>>> (AgentTaskPool-8:null) Seq 5-614334818: Executing:  { Cmd , MgmtId: 1, 
>>>via:
>>> 5, Ver: v1, Flags: 100011, [{"CheckHealthCommand":{"wait":50}}] }
>>> 2013-04-07 00:35:51,489 DEBUG [agent.manager.DirectAgentAttache]
>>> (DirectAgent-290:null) Seq 5-614334818: Executing request
>>> 2013-04-07 00:35:51,556 DEBUG [agent.manager.DirectAgentAttache]
>>> (DirectAgent-290:null) Seq 5-614334818: Response Received:
>>> 2013-04-07 00:35:51,557 DEBUG [agent.transport.Request]
>>> (DirectAgent-290:null) Seq 5-614334818: Processing:  { Ans: , MgmtId: 
>>>1,
>>> via: 5, Ver: v1, Flags: 10,
>>> [{"CheckHealthAnswer":{"result":true,"details":"resource is
>>> alive","wait":0}}] }
>>> 2013-04-07 00:35:51,557 DEBUG [agent.transport.Request]
>>> (AgentTaskPool-8:null) Seq 5-614334818: Received:  { Ans: , MgmtId: 1, 
>>>via:
>>> 5, Ver: v1, Flags: 10, { CheckHealthAnswer } }
>>> 2013-04-07 00:35:51,557 DEBUG [agent.manager.AgentManagerImpl]
>>> (AgentTaskPool-8:null) Details from executing class
>>> com.cloud.agent.api.CheckHealthCommand: resource is alive
>>> 2013-04-07 00:35:51,557 DEBUG [agent.manager.AgentManagerImpl]
>>> (AgentTaskPool-8:null) agent (5) responded to checkHeathCommand, 
>>>reporting
>>> that agent is Up
>>> 2013-04-07 00:35:51,557 INFO  [agent.manager.AgentManagerImpl]
>>> (AgentTaskPool-8:null) The state determined is Up
>>> 2013-04-07 00:35:51,557 INFO  [agent.manager.AgentManagerImpl]
>>> (AgentTaskPool-8:null) Agent is determined to be up and running
>>> 2013-04-07 00:35:51,557 DEBUG [cloud.host.Status] 
>>>(AgentTaskPool-8:null)
>>> Transition:[Resource state = Enabled, Agent event = Ping, Host id = 5, 
>>>name
>>> = Tut-XenServer2]
>>> 2013-04-07 00:35:51,563 DEBUG [cloud.host.Status] 
>>>(AgentTaskPool-8:null)
>>> Agent status update: [id = 5; name = Tut-XenServer2; old status = Up; 
>>>event
>>> = Ping; new status = Up; old update count = 149; new update count = 
>>>150]
>>> 2013-04-07 00:35:51,568 DEBUG [agent.manager.DirectAgentAttache]
>>> (DirectAgent-361:null) Seq 6-324993313: Response Received:
>>> 2013-04-07 00:35:51,568 DEBUG [agent.transport.Request]
>>> (DirectAgent-361:null) Seq 6-324993313: Processing:  { Ans: , MgmtId: 
>>>1,
>>> via: 6, Ver: v1, Flags: 10,
>>> [{"CheckHealthAnswer":{"result":true,"details":"resource is
>>> alive","wait":0}}] }
>>> 2013-04-07 00:35:51,569 DEBUG [agent.transport.Request]
>>> (AgentTaskPool-7:null) Seq 6-324993313: Received:  { Ans: , MgmtId: 1, 
>>>via:
>>> 6, Ver: v1, Flags: 10, { CheckHealthAnswer } }
>>> 2013-04-07 00:35:51,569 DEBUG [agent.manager.AgentManagerImpl]
>>> (AgentTaskPool-7:null) Details from executing class
>>> com.cloud.agent.api.CheckHealthCommand: resource is alive
>>> 2013-04-07 00:35:51,569 DEBUG [agent.manager.AgentManagerImpl]
>>> (AgentTaskPool-7:null) agent (6) responded to checkHeathCommand, 
>>>reporting
>>> that agent is Up
>>> 2013-04-07 00:35:51,569 INFO  [agent.manager.AgentManagerImpl]
>>> (AgentTaskPool-7:null) The state determined is Up
>>> 2013-04-07 00:35:51,569 INFO  [agent.manager.AgentManagerImpl]
>>> (AgentTaskPool-7:null) Agent is determined to be up and running
>>> 2013-04-07 00:35:51,569 DEBUG [cloud.host.Status] 
>>>(AgentTaskPool-7:null)
>>> Transition:[Resource state = Enabled, Agent event = Ping, Host id = 6, 
>>>name
>>> = Tut-XenServer]
>>> 2013-04-07 00:35:51,574 DEBUG [cloud.host.Status] 
>>>(AgentTaskPool-7:null)
>>> Agent status update: [id = 6; name = Tut-XenServer; old status = Up; 
>>>event
>>> = Ping; new status = Up; old update count = 312; new update count = 
>>>313]
>>> 2013-04-07 00:35:51,668 DEBUG [cloud.api.ApiServlet]
>>> (1109449945@qtp-1008805148-34:null) ===END===  127.0.0.1 -- GET
>>>  
>>>command=listOsTypes&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA
>>>%
>>>3D&_=1365316551423
>>> 2013-04-07 00:35:54,118 DEBUG [cloud.api.ApiServlet]
>>> (1109449945@qtp-1008805148-34:null) ===START===  127.0.0.1 -- GET
>>>  
>>>command=queryAsyncJobResult&jobId=1288fa5b-8b5f-4952-b056-b180437edfd5&r
>>>e
>>>sponse=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316554116
>>> 2013-04-07 00:35:54,129 DEBUG [cloud.async.AsyncJobManagerImpl]
>>> (1109449945@qtp-1008805148-34:null) Async job-45 completed
>>> 2013-04-07 00:35:54,135 DEBUG [cloud.api.ApiServlet]
>>> (1109449945@qtp-1008805148-34:null) ===END===  127.0.0.1 -- GET
>>>  
>>>command=queryAsyncJobResult&jobId=1288fa5b-8b5f-4952-b056-b180437edfd5&r
>>>e
>>>sponse=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316554116
>>> 2013-04-07 00:35:55,077 DEBUG [cloud.api.ApiServlet]
>>> (1109449945@qtp-1008805148-34:null) ===START===  127.0.0.1 -- GET
>>>  
>>>command=destroyVirtualMachine&id=94ddc16f-04fc-4da1-8326-01d8d5cdeb44&re
>>>s
>>>ponse=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316555075
>>> 2013-04-07 00:35:55,098 DEBUG [cloud.async.AsyncJobManagerImpl]
>>> (1109449945@qtp-1008805148-34:null) submit async job-46, details:
>>> AsyncJobVO {id:46, userId: 2, accountId: 2, sessionKey: null, 
>>>instanceType:
>>> null, instanceId: 13, cmd:
>>> org.apache.cloudstack.api.command.user.vm.DestroyVMCmd, cmdOriginator:
>>> null, cmdInfo:
>>> 
>>>{"id":"94ddc16f-04fc-4da1-8326-01d8d5cdeb44","response":"json","sessionk
>>>e
>>>y":"Z6QqzU0Fq1iT13bMgnRRfl8GoVA\u003d","ctxUserId":"2","_":"136531655507
>>>5
>>>","ctxAccountId":"2","ctxStartEventId":"51"},
>>> cmdVersion: 0, callbackType: 0, callbackAddress: null, status: 0,
>>> processStatus: 0, resultCode: 0, result: null, initMsid: 1, 
>>>completeMsid:
>>> null, lastUpdated: null, lastPolled: null, created: null}
>>> 2013-04-07 00:35:55,098 DEBUG [cloud.async.AsyncJobManagerImpl]
>>> (Job-Executor-39:job-46) Executing
>>> org.apache.cloudstack.api.command.user.vm.DestroyVMCmd for job-46
>>> 2013-04-07 00:35:55,100 DEBUG [cloud.api.ApiServlet]
>>> (1109449945@qtp-1008805148-34:null) ===END===  127.0.0.1 -- GET
>>>  
>>>command=destroyVirtualMachine&id=94ddc16f-04fc-4da1-8326-01d8d5cdeb44&re
>>>s
>>>ponse=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316555075
>>> 2013-04-07 00:35:55,113 DEBUG [cloud.vm.VirtualMachineManagerImpl]
>>> (Job-Executor-39:job-46) Destroying vm
>>> VM[User|94ddc16f-04fc-4da1-8326-01d8d5cdeb44]
>>> 2013-04-07 00:35:55,116 DEBUG [cloud.capacity.CapacityManagerImpl]
>>> (Job-Executor-39:job-46) VM state transitted from :Running to Stopping 
>>>with
>>> event: StopRequestedvm's original host id: 6 new host id: 6 host id 
>>>before
>>> state transition: 6
>>> 2013-04-07 00:35:55,118 DEBUG [agent.transport.Request]
>>> (Job-Executor-39:job-46) Seq 6-324993314: Sending  { Cmd , MgmtId: 1, 
>>>via:
>>> 6, Ver: v1, Flags: 100111,
>>> [{"StopCommand":{"isProxy":false,"vmName":"i-2-13-VM","wait":0}}] }
>>> 2013-04-07 00:35:55,118 DEBUG [agent.transport.Request]
>>> (Job-Executor-39:job-46) Seq 6-324993314: Executing:  { Cmd , MgmtId: 
>>>1,
>>> via: 6, Ver: v1, Flags: 100111,
>>> [{"StopCommand":{"isProxy":false,"vmName":"i-2-13-VM","wait":0}}] }
>>> 2013-04-07 00:35:55,118 DEBUG [agent.manager.DirectAgentAttache]
>>> (DirectAgent-7:null) Seq 6-324993314: Executing request
>>> 2013-04-07 00:35:55,216 DEBUG [xen.resource.CitrixResourceBase]
>>> (DirectAgent-7:null) 9. The VM i-2-13-VM is in Stopping state
>>> 2013-04-07 00:35:55,532 INFO  [xen.resource.CitrixResourceBase]
>>> (DirectAgent-7:null) Removed  network rules for vm i-2-13-VM
>>> 2013-04-07 00:35:58,107 DEBUG [cloud.api.ApiServlet]
>>> (1109449945@qtp-1008805148-34:null) ===START===  127.0.0.1 -- GET
>>>  
>>>command=queryAsyncJobResult&jobId=042967f3-4fd4-4bcf-a646-999eeca87235&r
>>>e
>>>sponse=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316558105
>>> 2013-04-07 00:35:58,121 DEBUG [cloud.api.ApiServlet]
>>> (1109449945@qtp-1008805148-34:null) ===END===  127.0.0.1 -- GET
>>>  
>>>command=queryAsyncJobResult&jobId=042967f3-4fd4-4bcf-a646-999eeca87235&r
>>>e
>>>sponse=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316558105
>>> 2013-04-07 00:36:01,107 DEBUG [cloud.api.ApiServlet]
>>> (1109449945@qtp-1008805148-34:null) ===START===  127.0.0.1 -- GET
>>>  
>>>command=queryAsyncJobResult&jobId=042967f3-4fd4-4bcf-a646-999eeca87235&r
>>>e
>>>sponse=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316561105
>>> 2013-04-07 00:36:01,121 DEBUG [cloud.api.ApiServlet]
>>> (1109449945@qtp-1008805148-34:null) ===END===  127.0.0.1 -- GET
>>>  
>>>command=queryAsyncJobResult&jobId=042967f3-4fd4-4bcf-a646-999eeca87235&r
>>>e
>>>sponse=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316561105
>>> 2013-04-07 00:36:04,108 DEBUG [cloud.api.ApiServlet]
>>> (1109449945@qtp-1008805148-34:null) ===START===  127.0.0.1 -- GET
>>>  
>>>command=queryAsyncJobResult&jobId=042967f3-4fd4-4bcf-a646-999eeca87235&r
>>>e
>>>sponse=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316564106
>>> 2013-04-07 00:36:04,128 DEBUG [cloud.api.ApiServlet]
>>> (1109449945@qtp-1008805148-34:null) ===END===  127.0.0.1 -- GET
>>>  
>>>command=queryAsyncJobResult&jobId=042967f3-4fd4-4bcf-a646-999eeca87235&r
>>>e
>>>sponse=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316564106
>>> 2013-04-07 00:36:04,783 DEBUG [xen.resource.CitrixResourceBase]
>>> (DirectAgent-7:null) 10. The VM i-2-13-VM is in Stopped state
>>> 2013-04-07 00:36:04,783 DEBUG [agent.manager.DirectAgentAttache]
>>> (DirectAgent-7:null) Seq 6-324993314: Response Received:
>>> 2013-04-07 00:36:04,783 DEBUG [agent.transport.Request]
>>> (DirectAgent-7:null) Seq 6-324993314: Processing:  { Ans: , MgmtId: 1, 
>>>via:
>>> 6, Ver: v1, Flags: 110,
>>> [{"StopAnswer":{"vncPort":0,"result":true,"details":"Stop VM i-2-13-VM
>>> Succeed","wait":0}}] }
>>> 2013-04-07 00:36:04,783 DEBUG [agent.transport.Request]
>>> (Job-Executor-39:job-46) Seq 6-324993314: Received:  { Ans: , MgmtId: 
>>>1,
>>> via: 6, Ver: v1, Flags: 110, { StopAnswer } }
>>> 2013-04-07 00:36:04,783 DEBUG [agent.manager.AgentAttache]
>>> (DirectAgent-7:null) Seq 6-324993314: No more commands found
>>> 2013-04-07 00:36:04,784 DEBUG [cloud.vm.VirtualMachineManagerImpl]
>>> (Job-Executor-39:job-46) VM[User|94ddc16f-04fc-4da1-8326-01d8d5cdeb44] 
>>>is
>>> stopped on the host.  Proceeding to release resource held.
>>> 2013-04-07 00:36:04,793 DEBUG [cloud.network.NetworkManagerImpl]
>>> (Job-Executor-39:job-46) Changing active number of nics for network 
>>>id=204
>>> on -1
>>> 2013-04-07 00:36:04,794 DEBUG [cloud.network.NetworkManagerImpl]
>>> (Job-Executor-39:job-46) Asking ElasticLoadBalancerElement to release
>>> Nic[19-13-a8349669-6ff2-443f-88d3-c5d69100df3a-192.168.56.146]
>>> 2013-04-07 00:36:04,794 DEBUG [cloud.network.NetworkManagerImpl]
>>> (Job-Executor-39:job-46) Asking NiciraNvpElement to release
>>> Nic[19-13-a8349669-6ff2-443f-88d3-c5d69100df3a-192.168.56.146]
>>> 2013-04-07 00:36:04,795 DEBUG [network.element.NiciraNvpElement]
>>> (Job-Executor-39:job-46) Checking if NiciraNvpElement can handle 
>>>service
>>> Connectivity on network guestNetworkForBasicZone
>>> 2013-04-07 00:36:04,795 DEBUG [cloud.network.NetworkManagerImpl]
>>> (Job-Executor-39:job-46) Asking BigSwitchVnsElement to release
>>> Nic[19-13-a8349669-6ff2-443f-88d3-c5d69100df3a-192.168.56.146]
>>> 2013-04-07 00:36:04,795 DEBUG [network.element.BigSwitchVnsElement]
>>> (Job-Executor-39:job-46) Checking if BigSwitchVnsElement can handle 
>>>service
>>> Connectivity on network guestNetworkForBasicZone
>>> 2013-04-07 00:36:04,795 DEBUG [cloud.network.NetworkManagerImpl]
>>> (Job-Executor-39:job-46) Asking Ovs to release
>>> Nic[19-13-a8349669-6ff2-443f-88d3-c5d69100df3a-192.168.56.146]
>>> 2013-04-07 00:36:04,795 DEBUG [cloud.network.NetworkManagerImpl]
>>> (Job-Executor-39:job-46) Asking BareMetalDhcp to release
>>> Nic[19-13-a8349669-6ff2-443f-88d3-c5d69100df3a-192.168.56.146]
>>> 2013-04-07 00:36:04,795 DEBUG [cloud.network.NetworkManagerImpl]
>>> (Job-Executor-39:job-46) Asking BareMetalPxe to release
>>> Nic[19-13-a8349669-6ff2-443f-88d3-c5d69100df3a-192.168.56.146]
>>> 2013-04-07 00:36:04,795 DEBUG [cloud.network.NetworkManagerImpl]
>>> (Job-Executor-39:job-46) Asking BareMetalUserdata to release
>>> Nic[19-13-a8349669-6ff2-443f-88d3-c5d69100df3a-192.168.56.146]
>>> 2013-04-07 00:36:04,795 DEBUG [cloud.network.NetworkManagerImpl]
>>> (Job-Executor-39:job-46) Asking SecurityGroupProvider to release
>>> Nic[19-13-a8349669-6ff2-443f-88d3-c5d69100df3a-192.168.56.146]
>>> 2013-04-07 00:36:04,795 DEBUG [cloud.network.NetworkManagerImpl]
>>> (Job-Executor-39:job-46) Asking VirtualRouter to release
>>> Nic[19-13-a8349669-6ff2-443f-88d3-c5d69100df3a-192.168.56.146]
>>> 2013-04-07 00:36:04,795 DEBUG [cloud.network.NetworkManagerImpl]
>>> (Job-Executor-39:job-46) Asking VpcVirtualRouter to release
>>> Nic[19-13-a8349669-6ff2-443f-88d3-c5d69100df3a-192.168.56.146]
>>> 2013-04-07 00:36:04,795 DEBUG [cloud.network.NetworkManagerImpl]
>>> (Job-Executor-39:job-46) Asking NiciraNvp to release
>>> Nic[19-13-a8349669-6ff2-443f-88d3-c5d69100df3a-192.168.56.146]
>>> 2013-04-07 00:36:04,795 DEBUG [network.element.NiciraNvpElement]
>>> (Job-Executor-39:job-46) Checking if NiciraNvpElement can handle 
>>>service
>>> Connectivity on network guestNetworkForBasicZone
>>> 2013-04-07 00:36:04,795 DEBUG [cloud.network.NetworkManagerImpl]
>>> (Job-Executor-39:job-46) Asking JuniperSRX to release
>>> Nic[19-13-a8349669-6ff2-443f-88d3-c5d69100df3a-192.168.56.146]
>>> 2013-04-07 00:36:04,795 DEBUG [cloud.network.NetworkManagerImpl]
>>> (Job-Executor-39:job-46) Asking Netscaler to release
>>> Nic[19-13-a8349669-6ff2-443f-88d3-c5d69100df3a-192.168.56.146]
>>> 2013-04-07 00:36:04,795 DEBUG [cloud.network.NetworkManagerImpl]
>>> (Job-Executor-39:job-46) Asking F5BigIP to release
>>> Nic[19-13-a8349669-6ff2-443f-88d3-c5d69100df3a-192.168.56.146]
>>> 2013-04-07 00:36:04,795 DEBUG [cloud.network.NetworkManagerImpl]
>>> (Job-Executor-39:job-46) Asking CiscoNexus1000vVSM to release
>>> Nic[19-13-a8349669-6ff2-443f-88d3-c5d69100df3a-192.168.56.146]
>>> 2013-04-07 00:36:04,795 DEBUG [cloud.vm.VirtualMachineManagerImpl]
>>> (Job-Executor-39:job-46) Successfully released network resources for 
>>>the vm
>>> VM[User|94ddc16f-04fc-4da1-8326-01d8d5cdeb44]
>>> 2013-04-07 00:36:04,795 DEBUG [cloud.vm.VirtualMachineManagerImpl]
>>> (Job-Executor-39:job-46) Successfully released storage resources for 
>>>the vm
>>> VM[User|94ddc16f-04fc-4da1-8326-01d8d5cdeb44]
>>> 2013-04-07 00:36:04,836 DEBUG [cloud.capacity.CapacityManagerImpl]
>>> (Job-Executor-39:job-46) VM state transitted from :Stopping to Stopped 
>>>with
>>> event: OperationSucceededvm's original host id: 6 new host id: null 
>>>host id
>>> before state transition: 6
>>> 2013-04-07 00:36:04,843 DEBUG [cloud.capacity.CapacityManagerImpl]
>>> (Job-Executor-39:job-46) Hosts's actual total CPU: 2382 and CPU after
>>> applying overprovisioning: 2382
>>> 2013-04-07 00:36:04,844 DEBUG [cloud.capacity.CapacityManagerImpl]
>>> (Job-Executor-39:job-46) release cpu from host: 6, old used: 
>>>200,reserved:
>>> 0, actual total: 2382, total with overprovisioning: 2382; new used:
>>> 100,reserved:100; movedfromreserved: false,moveToReserveredtrue
>>> 2013-04-07 00:36:04,844 DEBUG [cloud.capacity.CapacityManagerImpl]
>>> (Job-Executor-39:job-46) release mem from host: 6, old used:
>>> 1178599424,reserved: 0, total: 1671695424; new used:
>>> 104857600,reserved:1073741824; movedfromreserved: 
>>>false,moveToReserveredtrue
>>> 2013-04-07 00:36:04,854 DEBUG [cloud.capacity.CapacityManagerImpl]
>>> (Job-Executor-39:job-46) VM state transitted from :Stopped to Destroyed
>>> with event: DestroyRequestedvm's original host id: 6 new host id: null 
>>>host
>>> id before state transition: null
>>> 2013-04-07 00:36:04,863 DEBUG [cloud.capacity.CapacityManagerImpl]
>>> (Job-Executor-39:job-46) Hosts's actual total CPU: 2382 and CPU after
>>> applying overprovisioning: 2382
>>> 2013-04-07 00:36:04,863 DEBUG [cloud.capacity.CapacityManagerImpl]
>>> (Job-Executor-39:job-46) release cpu from host: 6, old used: 
>>>100,reserved:
>>> 100, actual total: 2382, total with overprovisioning: 2382; new used:
>>> 100,reserved:0; movedfromreserved: true,moveToReserveredfalse
>>> 2013-04-07 00:36:04,863 DEBUG [cloud.capacity.CapacityManagerImpl]
>>> (Job-Executor-39:job-46) release mem from host: 6, old used:
>>> 104857600,reserved: 1073741824, total: 1671695424; new used:
>>> 104857600,reserved:0; movedfromreserved: true,moveToReserveredfalse
>>> 2013-04-07 00:36:04,892 DEBUG [cloud.async.AsyncJobManagerImpl]
>>> (Job-Executor-39:job-46) Complete async job-46, jobStatus: 1, 
>>>resultCode:
>>> 0, result: org.apache.cloudstack.api.response.UserVmResponse@519ba6bb
>>> 2013-04-07 00:36:04,897 DEBUG [cloud.async.AsyncJobManagerImpl]
>>> (Job-Executor-39:job-46) Done executing
>>> org.apache.cloudstack.api.command.user.vm.DestroyVMCmd for job-46
>>> 2013-04-07 00:36:04,949 DEBUG [agent.manager.DirectAgentAttache]
>>> (DirectAgent-410:null) Ping from 6
>>> 2013-04-07 00:36:06,058 DEBUG [agent.manager.DirectAgentAttache]
>>> (DirectAgent-234:null) Ping from 5
>>> 2013-04-07 00:36:06,909 DEBUG [agent.manager.DirectAgentAttache]
>>> (DirectAgent-407:null) Seq 6-324993028: Executing request
>>> 2013-04-07 00:36:07,097 DEBUG [xen.resource.CitrixResourceBase]
>>> (DirectAgent-407:null) VM missing i-2-13-VM old state stopped so 
>>>removing.
>>> 2013-04-07 00:36:07,098 DEBUG [xen.resource.CitrixResourceBase]
>>> (DirectAgent-407:null) VM missing i-2-12-VM old state stopped so 
>>>removing.
>>> 2013-04-07 00:36:07,098 DEBUG [agent.manager.DirectAgentAttache]
>>> (DirectAgent-407:null) Seq 6-324993028: Response Received:
>>> 2013-04-07 00:36:07,098 DEBUG [agent.transport.Request]
>>> (DirectAgent-407:null) Seq 6-324993028: Processing:  { Ans: , MgmtId: 
>>>1,
>>> via: 6, Ver: v1, Flags: 10,
>>> 
>>>[{"ClusterSyncAnswer":{"_clusterId":2,"_newStates":{},"_isExecuted":fals
>>>e
>>>,"result":true,"wait":0}}]
>>> }
>>> 2013-04-07 00:36:07,109 DEBUG [cloud.api.ApiServlet]
>>> (1109449945@qtp-1008805148-34:null) ===START===  127.0.0.1 -- GET
>>>  
>>>command=queryAsyncJobResult&jobId=042967f3-4fd4-4bcf-a646-999eeca87235&r
>>>e
>>>sponse=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316567107
>>> 2013-04-07 00:36:07,119 DEBUG [cloud.async.AsyncJobManagerImpl]
>>> (1109449945@qtp-1008805148-34:null) Async job-46 completed
>>> 2013-04-07 00:36:07,125 DEBUG [cloud.api.ApiServlet]
>>> (1109449945@qtp-1008805148-34:null) ===END===  127.0.0.1 -- GET
>>>  
>>>command=queryAsyncJobResult&jobId=042967f3-4fd4-4bcf-a646-999eeca87235&r
>>>e
>>>sponse=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316567107
>>> 2013-04-07 00:36:11,022 DEBUG [agent.manager.DirectAgentAttache]
>>> (DirectAgent-110:null) Seq 5-614334468: Executing request
>>> 2013-04-07 00:36:11,171 DEBUG [agent.manager.DirectAgentAttache]
>>> (DirectAgent-110:null) Seq 5-614334468: Response Received:
>>> 2013-04-07 00:36:11,171 DEBUG [agent.transport.Request]
>>> (DirectAgent-110:null) Seq 5-614334468: Processing:  { Ans: , MgmtId: 
>>>1,
>>> via: 5, Ver: v1, Flags: 10, [{"Answer":{"result":true,"wait":0}}] }
>>> 2013-04-07 00:36:12,411 DEBUG [cloud.api.ApiServlet]
>>> (1109449945@qtp-1008805148-34:null) ===START===  127.0.0.1 -- GET
>>>  
>>>command=listVolumes&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA
>>>%
>>>3D&listAll=true&page=1&pagesize=20&_=1365316572408
>>> 2013-04-07 00:36:12,426 DEBUG [cloud.api.ApiServlet]
>>> (1109449945@qtp-1008805148-34:null) ===END===  127.0.0.1 -- GET
>>>  
>>>command=listVolumes&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA
>>>%
>>>3D&listAll=true&page=1&pagesize=20&_=1365316572408
>>> 2013-04-07 00:36:13,241 DEBUG [cloud.api.ApiServlet]
>>> (1109449945@qtp-1008805148-34:null) ===START===  127.0.0.1 -- GET
>>>  
>>>command=listVirtualMachines&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnR
>>>R
>>>fl8GoVA%3D&listAll=true&page=1&pagesize=20&_=1365316573239
>>> 2013-04-07 00:36:13,259 DEBUG [cloud.api.ApiServlet]
>>> (1109449945@qtp-1008805148-34:null) ===END===  127.0.0.1 -- GET
>>>  
>>>command=listVirtualMachines&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnR
>>>R
>>>fl8GoVA%3D&listAll=true&page=1&pagesize=20&_=1365316573239
>>> 2013-04-07 00:36:19,140 DEBUG [cloud.api.ApiServlet]
>>> (1109449945@qtp-1008805148-34:null) ===START===  127.0.0.1 -- GET
>>>  
>>>command=listVolumes&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA
>>>%
>>>3D&listAll=true&page=1&pagesize=20&_=1365316579137
>>> 2013-04-07 00:36:19,155 DEBUG [cloud.api.ApiServlet]
>>> (1109449945@qtp-1008805148-34:null) ===END===  127.0.0.1 -- GET
>>>  
>>>command=listVolumes&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA
>>>%
>>>3D&listAll=true&page=1&pagesize=20&_=1365316579137
>>> 2013-04-07 00:36:20,452 DEBUG
>>> [storage.secondary.SecondaryStorageManagerImpl] (secstorage-1:null) 
>>>Zone 1
>>> is ready to launch secondary storage VM
>>> 2013-04-07 00:36:20,498 DEBUG [cloud.api.ApiServlet]
>>> (1109449945@qtp-1008805148-34:null) ===START===  127.0.0.1 -- GET
>>>  
>>>command=listVirtualMachines&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnR
>>>R
>>>fl8GoVA%3D&listAll=true&page=1&pagesize=20&_=1365316580496
>>> 2013-04-07 00:36:20,519 DEBUG [cloud.api.ApiServlet]
>>> (1109449945@qtp-1008805148-34:null) ===END===  127.0.0.1 -- GET
>>>  
>>>command=listVirtualMachines&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnR
>>>R
>>>fl8GoVA%3D&listAll=true&page=1&pagesize=20&_=1365316580496
>>> 2013-04-07 00:36:20,554 DEBUG 
>>>[cloud.consoleproxy.ConsoleProxyManagerImpl]
>>> (consoleproxy-1:null) Zone 1 is ready to launch console proxy
>>> 2013-04-07 00:36:20,820 DEBUG
>>> [network.router.VirtualNetworkApplianceManagerImpl]
>>> (RouterStatusMonitor-1:null) Found 0 routers to update status.
>>> 2013-04-07 00:36:20,821 DEBUG
>>> [network.router.VirtualNetworkApplianceManagerImpl]
>>> (RouterStatusMonitor-1:null) Found 0 networks to update RvR status.
>>> 2013-04-07 00:36:20,850 DEBUG
>>> [network.router.VirtualNetworkApplianceManagerImpl]
>>> (RouterStatusMonitor-1:null) Found 0 routers to update status.
>>> 2013-04-07 00:36:20,852 DEBUG
>>> [network.router.VirtualNetworkApplianceManagerImpl]
>>> (RouterStatusMonitor-1:null) Found 0 networks to update RvR status.
>>> 2013-04-07 00:36:21,588 DEBUG [cloud.api.ApiServlet]
>>> (1109449945@qtp-1008805148-34:null) ===START===  127.0.0.1 -- GET
>>>  
>>>command=listVolumes&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA
>>>%
>>>3D&listAll=true&page=1&pagesize=20&_=1365316581586
>>> 2013-04-07 00:36:21,602 DEBUG [cloud.api.ApiServlet]
>>> (1109449945@qtp-1008805148-34:null) ===END===  127.0.0.1 -- GET
>>>  
>>>command=listVolumes&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA
>>>%
>>>3D&listAll=true&page=1&pagesize=20&_=1365316581586
>>> 2013-04-07 00:36:22,324 DEBUG [cloud.api.ApiServlet]
>>> (1109449945@qtp-1008805148-34:null) ===START===  127.0.0.1 -- GET
>>>  
>>>command=listVirtualMachines&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnR
>>>R
>>>fl8GoVA%3D&listAll=true&page=1&pagesize=20&_=1365316582321
>>> 2013-04-07 00:36:22,348 DEBUG [cloud.api.ApiServlet]
>>> (1109449945@qtp-1008805148-34:null) ===END===  127.0.0.1 -- GET
>>>  
>>>command=listVirtualMachines&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnR
>>>R
>>>fl8GoVA%3D&listAll=true&page=1&pagesize=20&_=1365316582321
>>> 2013-04-07 00:36:24,891 DEBUG [agent.manager.AgentManagerImpl]
>>> (AgentManager-Handler-4:null) Ping from 4
>>> 2013-04-07 00:36:27,193 DEBUG [agent.manager.DirectAgentAttache]
>>> (DirectAgent-204:null) Ping from 1
>>> 2013-04-07 00:36:29,095 DEBUG [agent.manager.DirectAgentAttache]
>>> (DirectAgent-277:null) Seq 1-90046472: Executing request
>>> 2013-04-07 00:36:29,354 DEBUG [agent.manager.DirectAgentAttache]
>>> (DirectAgent-277:null) Seq 1-90046472: Response Received:
>>> 2013-04-07 00:36:29,355 DEBUG [agent.transport.Request]
>>> (DirectAgent-277:null) Seq 1-90046472: Processing:  { Ans: , MgmtId: 1,
>>> via: 1, Ver: v1, Flags: 10,
>>> 
>>>[{"ClusterSyncAnswer":{"_clusterId":1,"_newStates":{},"_isExecuted":fals
>>>e
>>>,"result":true,"wait":0}}]
>>> }
>>> 2013-04-07 00:36:47,680 DEBUG [agent.manager.AgentManagerImpl]
>>> (AgentManager-Handler-5:null) Ping from 3
>>> 2013-04-07 00:36:50,451 DEBUG
>>> [storage.secondary.SecondaryStorageManagerImpl] (secstorage-1:null) 
>>>Zone 1
>>> is ready to launch secondary storage VM
>>> 2013-04-07 00:36:50,554 DEBUG 
>>>[cloud.consoleproxy.ConsoleProxyManagerImpl]
>>> (consoleproxy-1:null) Zone 1 is ready to launch console proxy
>>> 2013-04-07 00:36:50,820 DEBUG
>>> [network.router.VirtualNetworkApplianceManagerImpl]
>>> (RouterStatusMonitor-1:null) Found 0 routers to update status.
>>> 2013-04-07 00:36:50,821 DEBUG
>>> [network.router.VirtualNetworkApplianceManagerImpl]
>>> (RouterStatusMonitor-1:null) Found 0 networks to update RvR status.
>>> 2013-04-07 00:36:50,851 DEBUG
>>> [network.router.VirtualNetworkApplianceManagerImpl]
>>> (RouterStatusMonitor-1:null) Found 0 routers to update status.
>>> 2013-04-07 00:36:50,852 DEBUG
>>> [network.router.VirtualNetworkApplianceManagerImpl]
>>> (RouterStatusMonitor-1:null) Found 0 networks to update RvR status.
>>> 2013-04-07 00:36:51,476 INFO  [agent.manager.AgentMonitor]
>>> (Thread-11:null) Found the following agents behind on ping: [6, 5]
>>> 2013-04-07 00:36:51,477 DEBUG [cloud.host.Status] (Thread-11:null) Ping
>>> timeout for host 6, do invstigation
>>> 2013-04-07 00:36:51,479 DEBUG [cloud.host.Status] (Thread-11:null) Ping
>>> timeout for host 5, do invstigation
>>> 2013-04-07 00:36:51,479 INFO  [agent.manager.AgentManagerImpl]
>>> (AgentTaskPool-9:null) Investigating why host 6 has disconnected with 
>>>event
>>> PingTimeout
>>> 2013-04-07 00:36:51,479 DEBUG [agent.manager.AgentManagerImpl]
>>> (AgentTaskPool-9:null) checking if agent (6) is alive
>>> 2013-04-07 00:36:51,482 INFO  [agent.manager.AgentManagerImpl]
>>> (AgentTaskPool-12:null) Investigating why host 5 has disconnected with
>>> event PingTimeout
>>> 2013-04-07 00:36:51,482 DEBUG [agent.manager.AgentManagerImpl]
>>> (AgentTaskPool-12:null) checking if agent (5) is alive
>>> 2013-04-07 00:36:51,483 DEBUG [agent.transport.Request]
>>> (AgentTaskPool-9:null) Seq 6-324993315: Sending  { Cmd , MgmtId: 1, 
>>>via: 6,
>>> Ver: v1, Flags: 100011, [{"CheckHealthCommand":{"wait":50}}] }
>>> 2013-04-07 00:36:51,484 DEBUG [agent.transport.Request]
>>> (AgentTaskPool-9:null) Seq 6-324993315: Executing:  { Cmd , MgmtId: 1, 
>>>via:
>>> 6, Ver: v1, Flags: 100011, [{"CheckHealthCommand":{"wait":50}}] }
>>> 2013-04-07 00:36:51,484 DEBUG [agent.manager.DirectAgentAttache]
>>> (DirectAgent-169:null) Seq 6-324993315: Executing request
>>> 2013-04-07 00:36:51,485 DEBUG [agent.transport.Request]
>>> (AgentTaskPool-12:null) Seq 5-614334819: Sending  { Cmd , MgmtId: 1, 
>>>via:
>>> 5, Ver: v1, Flags: 100011, [{"CheckHealthCommand":{"wait":50}}] }
>>> 2013-04-07 00:36:51,485 DEBUG [agent.transport.Request]
>>> (AgentTaskPool-12:null) Seq 5-614334819: Executing:  { Cmd , MgmtId: 1,
>>> via: 5, Ver: v1, Flags: 100011, [{"CheckHealthCommand":{"wait":50}}] }
>>> 2013-04-07 00:36:51,485 DEBUG [agent.manager.DirectAgentAttache]
>>> (DirectAgent-498:null) Seq 5-614334819: Executing request
>>> 2013-04-07 00:36:51,542 DEBUG [agent.manager.DirectAgentAttache]
>>> (DirectAgent-169:null) Seq 6-324993315: Response Received:
>>> 2013-04-07 00:36:51,542 DEBUG [agent.transport.Request]
>>> (DirectAgent-169:null) Seq 6-324993315: Processing:  { Ans: , MgmtId: 
>>>1,
>>> via: 6, Ver: v1, Flags: 10,
>>> [{"CheckHealthAnswer":{"result":true,"details":"resource is
>>> alive","wait":0}}] }
>>> 2013-04-07 00:36:51,542 DEBUG [agent.transport.Request]
>>> (AgentTaskPool-9:null) Seq 6-324993315: Received:  { Ans: , MgmtId: 1, 
>>>via:
>>> 6, Ver: v1, Flags: 10, { CheckHealthAnswer } }
>>> 2013-04-07 00:36:51,542 DEBUG [agent.manager.AgentManagerImpl]
>>> (AgentTaskPool-9:null) Details from executing class
>>> com.cloud.agent.api.CheckHealthCommand: resource is alive
>>> 2013-04-07 00:36:51,542 DEBUG [agent.manager.AgentManagerImpl]
>>> (AgentTaskPool-9:null) agent (6) responded to checkHeathCommand, 
>>>reporting
>>> that agent is Up
>>> 2013-04-07 00:36:51,542 INFO  [agent.manager.AgentManagerImpl]
>>> (AgentTaskPool-9:null) The state determined is Up
>>> 2013-04-07 00:36:51,542 INFO  [agent.manager.AgentManagerImpl]
>>> (AgentTaskPool-9:null) Agent is determined to be up and running
>>> 2013-04-07 00:36:51,542 DEBUG [cloud.host.Status] 
>>>(AgentTaskPool-9:null)
>>> Transition:[Resource state = Enabled, Agent event = Ping, Host id = 6, 
>>>name
>>> = Tut-XenServer]
>>> 2013-04-07 00:36:51,546 DEBUG [cloud.host.Status] 
>>>(AgentTaskPool-9:null)
>>> Agent status update: [id = 6; name = Tut-XenServer; old status = Up; 
>>>event
>>> = Ping; new status = Up; old update count = 313; new update count = 
>>>314]
>>> 2013-04-07 00:36:51,549 DEBUG [agent.manager.DirectAgentAttache]
>>> (DirectAgent-498:null) Seq 5-614334819: Response Received:
>>> 2013-04-07 00:36:51,549 DEBUG [agent.transport.Request]
>>> (DirectAgent-498:null) Seq 5-614334819: Processing:  { Ans: , MgmtId: 
>>>1,
>>> via: 5, Ver: v1, Flags: 10,
>>> [{"CheckHealthAnswer":{"result":true,"details":"resource is
>>> alive","wait":0}}] }
>>> 2013-04-07 00:36:51,549 DEBUG [agent.transport.Request]
>>> (AgentTaskPool-12:null) Seq 5-614334819: Received:  { Ans: , MgmtId: 1,
>>> via: 5, Ver: v1, Flags: 10, { CheckHealthAnswer } }
>>> 2013-04-07 00:36:51,549 DEBUG [agent.manager.AgentManagerImpl]
>>> (AgentTaskPool-12:null) Details from executing class
>>> com.cloud.agent.api.CheckHealthCommand: resource is alive
>>> 2013-04-07 00:36:51,549 DEBUG [agent.manager.AgentManagerImpl]
>>> (AgentTaskPool-12:null) agent (5) responded to checkHeathCommand, 
>>>reporting
>>> that agent is Up
>>> 2013-04-07 00:36:51,549 INFO  [agent.manager.AgentManagerImpl]
>>> (AgentTaskPool-12:null) The state determined is Up
>>> 2013-04-07 00:36:51,549 INFO  [agent.manager.AgentManagerImpl]
>>> (AgentTaskPool-12:null) Agent is determined to be up and running
>>> 2013-04-07 00:36:51,549 DEBUG [cloud.host.Status] 
>>>(AgentTaskPool-12:null)
>>> Transition:[Resource state = Enabled, Agent event = Ping, Host id = 5, 
>>>name
>>> = Tut-XenServer2]
>>> 2013-04-07 00:36:51,552 DEBUG [cloud.host.Status] 
>>>(AgentTaskPool-12:null)
>>> Agent status update: [id = 5; name = Tut-XenServer2; old status = Up; 
>>>event
>>> = Ping; new status = Up; old update count = 150; new update count = 
>>>151]
>>> 2013-04-07 00:36:54,389 INFO  [cloud.vm.UserVmManagerImpl]
>>> (UserVm-Scavenger-1:null) Found 1 vms to expunge.
>>> 2013-04-07 00:36:54,389 DEBUG [cloud.vm.VirtualMachineManagerImpl]
>>> (UserVm-Scavenger-1:null) Stopped called on
>>> VM[User|c18ddf7c-fc61-40b0-af75-fdef05f8eae6] but the state is 
>>>Destroyed
>>> 2013-04-07 00:36:54,391 DEBUG [cloud.capacity.CapacityManagerImpl]
>>> (UserVm-Scavenger-1:null) VM state transitted from :Destroyed to 
>>>Expunging
>>> with event: ExpungeOperationvm's original host id: 5 new host id: null 
>>>host
>>> id before state transition: null
>>> 2013-04-07 00:36:54,391 DEBUG [cloud.vm.VirtualMachineManagerImpl]
>>> (UserVm-Scavenger-1:null) Destroying vm
>>> VM[User|c18ddf7c-fc61-40b0-af75-fdef05f8eae6]
>>> 2013-04-07 00:36:54,391 DEBUG [cloud.vm.VirtualMachineManagerImpl]
>>> (UserVm-Scavenger-1:null) Cleaning up NICS
>>> 2013-04-07 00:36:54,391 DEBUG [cloud.network.NetworkManagerImpl]
>>> (UserVm-Scavenger-1:null) Cleaning network for vm: 12
>>> 2013-04-07 00:36:54,399 DEBUG [network.guru.DirectNetworkGuru]
>>> (UserVm-Scavenger-1:null) Deallocate network: networkId: 204, ip:
>>> 192.168.56.195
>>> 2013-04-07 00:36:54,409 DEBUG [cloud.network.NetworkManagerImpl]
>>> (UserVm-Scavenger-1:null) Removed nic id=18
>>> 2013-04-07 00:36:54,409 DEBUG [cloud.storage.StorageManagerImpl]
>>> (UserVm-Scavenger-1:null) Cleaning storage for vm: 12
>>> 2013-04-07 00:36:54,417 DEBUG [cloud.storage.StorageManagerImpl]
>>> (UserVm-Scavenger-1:null) Expunging Vol[12|vm=12|ROOT]
>>> 2013-04-07 00:36:54,424 DEBUG [agent.transport.Request]
>>> (UserVm-Scavenger-1:null) Seq 5-614334820: Sending  { Cmd , MgmtId: 1, 
>>>via:
>>> 5, Ver: v1, Flags: 100111,
>>> 
>>>[{"storage.DestroyCommand":{"vmName":"i-2-12-VM","volume":{"id":12,"name
>>>"
>>>:"ROOT-12","mountPoint":"/iSCSI_SR_3","path":"40a39639-e8aa-45b5-bfa1-59
>>>1
>>>b68571d0c","size":52428800,"type":"ROOT","storagePoolType":"PreSetup","s
>>>t
>>>oragePoolUuid":"iSCSI_SR_3","deviceId":0},"wait":0}}]
>>> }
>>> 2013-04-07 00:36:54,424 DEBUG [agent.transport.Request]
>>> (UserVm-Scavenger-1:null) Seq 5-614334820: Executing:  { Cmd , MgmtId: 
>>>1,
>>> via: 5, Ver: v1, Flags: 100111,
>>> 
>>>[{"storage.DestroyCommand":{"vmName":"i-2-12-VM","volume":{"id":12,"name
>>>"
>>>:"ROOT-12","mountPoint":"/iSCSI_SR_3","path":"40a39639-e8aa-45b5-bfa1-59
>>>1
>>>b68571d0c","size":52428800,"type":"ROOT","storagePoolType":"PreSetup","s
>>>t
>>>oragePoolUuid":"iSCSI_SR_3","deviceId":0},"wait":0}}]
>>> }
>>> 2013-04-07 00:36:54,424 DEBUG [agent.manager.DirectAgentAttache]
>>> (DirectAgent-411:null) Seq 5-614334820: Executing request
>>> 2013-04-07 00:36:55,072 DEBUG [agent.manager.DirectAgentAttache]
>>> (DirectAgent-411:null) Seq 5-614334820: Response Received:
>>> 2013-04-07 00:36:55,072 DEBUG [agent.transport.Request]
>>> (DirectAgent-411:null) Seq 5-614334820: Processing:  { Ans: , MgmtId: 
>>>1,
>>> via: 5, Ver: v1, Flags: 110,
>>> [{"Answer":{"result":true,"details":"Success","wait":0}}] }
>>> 2013-04-07 00:36:55,072 DEBUG [agent.transport.Request]
>>> (UserVm-Scavenger-1:null) Seq 5-614334820: Received:  { Ans: , MgmtId: 
>>>1,
>>> via: 5, Ver: v1, Flags: 110, { Answer } }
>>> 2013-04-07 00:36:55,072 DEBUG [agent.manager.AgentAttache]
>>> (DirectAgent-411:null) Seq 5-614334820: No more commands found
>>> 2013-04-07 00:36:55,076 DEBUG [cloud.storage.StorageManagerImpl]
>>> (UserVm-Scavenger-1:null) Volume successfully expunged from 257
>>> 2013-04-07 00:36:55,076 DEBUG [cloud.vm.VirtualMachineManagerImpl]
>>> (UserVm-Scavenger-1:null) Expunged
>>> VM[User|c18ddf7c-fc61-40b0-af75-fdef05f8eae6]
>>> 2013-04-07 00:36:55,076 DEBUG [cloud.vm.UserVmManagerImpl]
>>> (UserVm-Scavenger-1:null) Starting cleaning up vm
>>> VM[User|c18ddf7c-fc61-40b0-af75-fdef05f8eae6] resources...
>>> 2013-04-07 00:36:55,080 INFO  
>>>[network.security.SecurityGroupManagerImpl]
>>> (UserVm-Scavenger-1:null) Disassociated 1 network groups  from uservm 
>>>12
>>> 2013-04-07 00:36:55,081 DEBUG 
>>>[network.security.SecurityGroupManagerImpl]
>>> (UserVm-Scavenger-1:null) Security group mappings are removed 
>>>successfully
>>> for vm id=12
>>> 2013-04-07 00:36:55,090 DEBUG [network.firewall.FirewallManagerImpl]
>>> (UserVm-Scavenger-1:null) No firewall rules are found for vm id=12
>>> 2013-04-07 00:36:55,090 DEBUG [cloud.vm.UserVmManagerImpl]
>>> (UserVm-Scavenger-1:null) Firewall rules are removed successfully as a 
>>>part
>>> of vm id=12 expunge
>>> 2013-04-07 00:36:55,093 DEBUG [network.rules.RulesManagerImpl]
>>> (UserVm-Scavenger-1:null) No port forwarding rules are found for vm 
>>>id=12
>>> 2013-04-07 00:36:55,093 DEBUG [cloud.vm.UserVmManagerImpl]
>>> (UserVm-Scavenger-1:null) Port forwarding rules are removed 
>>>successfully as
>>> a part of vm id=12 expunge
>>> 2013-04-07 00:36:55,095 DEBUG [cloud.vm.UserVmManagerImpl]
>>> (UserVm-Scavenger-1:null) Removed vm id=12 from all load balancers as a
>>> part of expunge process
>>> 2013-04-07 00:36:55,096 DEBUG [cloud.vm.UserVmManagerImpl]
>>> (UserVm-Scavenger-1:null) Successfully cleaned up vm
>>> VM[User|c18ddf7c-fc61-40b0-af75-fdef05f8eae6] resources as a part of
>>> expunge process
>>> 2013-04-07 00:37:04,802 DEBUG [agent.manager.DirectAgentAttache]
>>> (DirectAgent-110:null) Ping from 6
>>> 2013-04-07 00:37:06,042 DEBUG [agent.manager.DirectAgentAttache]
>>> (DirectAgent-409:null) Ping from 5
>>> 2013-04-07 00:37:06,909 DEBUG [agent.manager.DirectAgentAttache]
>>> (DirectAgent-239:null) Seq 6-324993028: Executing request
>>> 2013-04-07 00:37:07,099 DEBUG [agent.manager.DirectAgentAttache]
>>> (DirectAgent-239:null) Seq 6-324993028: Response Received:
>>> 2013-04-07 00:37:07,100 DEBUG [agent.transport.Request]
>>> (DirectAgent-239:null) Seq 6-324993028: Processing:  { Ans: , MgmtId: 
>>>1,
>>> via: 6, Ver: v1, Flags: 10,
>>> 
>>>[{"ClusterSyncAnswer":{"_clusterId":2,"_newStates":{},"_isExecuted":fals
>>>e
>>>,"result":true,"wait":0}}]
>>> }
>>> 2013-04-07 00:37:11,022 DEBUG [agent.manager.DirectAgentAttache]
>>> (DirectAgent-225:null) Seq 5-614334468: Executing request
>>> 2013-04-07 00:37:11,170 DEBUG [agent.manager.DirectAgentAttache]
>>> (DirectAgent-225:null) Seq 5-614334468: Response Received:
>>> 2013-04-07 00:37:11,171 DEBUG [agent.transport.Request]
>>> (DirectAgent-225:null) Seq 5-614334468: Processing:  { Ans: , MgmtId: 
>>>1,
>>> via: 5, Ver: v1, Flags: 10, [{"Answer":{"result":true,"wait":0}}] }
>>> 2013-04-07 00:37:20,451 DEBUG
>>> [storage.secondary.SecondaryStorageManagerImpl] (secstorage-1:null) 
>>>Zone 1
>>> is ready to launch secondary storage VM
>>> 2013-04-07 00:37:20,554 DEBUG 
>>>[cloud.consoleproxy.ConsoleProxyManagerImpl]
>>> (consoleproxy-1:null) Zone 1 is ready to launch console proxy
>>> 2013-04-07 00:37:20,820 DEBUG
>>> [network.router.VirtualNetworkApplianceManagerImpl]
>>> (RouterStatusMonitor-1:null) Found 0 routers to update status.
>>> 2013-04-07 00:37:20,822 DEBUG
>>> [network.router.VirtualNetworkApplianceManagerImpl]
>>> (RouterStatusMonitor-1:null) Found 0 networks to update RvR status.
>>> 2013-04-07 00:37:20,851 DEBUG
>>> [network.router.VirtualNetworkApplianceManagerImpl]
>>> (RouterStatusMonitor-1:null) Found 0 routers to update status.
>>> 2013-04-07 00:37:20,852 DEBUG
>>> [network.router.VirtualNetworkApplianceManagerImpl]
>>> (RouterStatusMonitor-1:null) Found 0 networks to update RvR status.
>>> 2013-04-07 00:37:24,890 DEBUG [agent.manager.AgentManagerImpl]
>>> (AgentManager-Handler-6:null) Ping from 4
>>> 2013-04-07 00:37:27,167 DEBUG [agent.manager.DirectAgentAttache]
>>> (DirectAgent-354:null) Ping from 1
>>> 2013-04-07 00:37:29,095 DEBUG [agent.manager.DirectAgentAttache]
>>> (DirectAgent-97:null) Seq 1-90046472: Executing request
>>> 2013-04-07 00:37:29,317 DEBUG [agent.manager.DirectAgentAttache]
>>> (DirectAgent-97:null) Seq 1-90046472: Response Received:
>>> 2013-04-07 00:37:29,317 DEBUG [agent.transport.Request]
>>> (DirectAgent-97:null) Seq 1-90046472: Processing:  { Ans: , MgmtId: 1, 
>>>via:
>>> 1, Ver: v1, Flags: 10,
>>> 
>>>[{"ClusterSyncAnswer":{"_clusterId":1,"_newStates":{},"_isExecuted":fals
>>>e
>>>,"result":true,"wait":0}}]
>>> }
>>> 2013-04-07 00:37:47,679 DEBUG [agent.manager.AgentManagerImpl]
>>> (AgentManager-Handler-7:null) Ping from 3
>>> 2013-04-07 00:37:50,451 DEBUG
>>> [storage.secondary.SecondaryStorageManagerImpl] (secstorage-1:null) 
>>>Zone 1
>>> is ready to launch secondary storage VM
>>> 2013-04-07 00:37:50,555 DEBUG 
>>>[cloud.consoleproxy.ConsoleProxyManagerImpl]
>>> (consoleproxy-1:null) Zone 1 is ready to launch console proxy
>>> 2013-04-07 00:37:50,798 INFO  [cloud.ha.HighAvailabilityManagerImpl]
>>> (HA-2:null) checking health of usage server
>>> 2013-04-07 00:37:50,799 DEBUG [cloud.ha.HighAvailabilityManagerImpl]
>>> (HA-2:null) usage server running? false, heartbeat: null
>>> 2013-04-07 00:37:50,801 DEBUG [cloud.alert.AlertManagerImpl] 
>>>(HA-2:null)
>>> Have already sent: 1 emails for alert type '12' -- skipping send email
>>> 2013-04-07 00:37:50,816 DEBUG
>>> [network.router.VirtualNetworkApplianceManagerImpl] 
>>>(RouterMonitor-1:null)
>>> Found 0 running routers.
>>> 2013-04-07 00:37:50,820 DEBUG
>>> [network.router.VirtualNetworkApplianceManagerImpl]
>>> (RouterStatusMonitor-1:null) Found 0 routers to update status.
>>> 2013-04-07 00:37:50,821 DEBUG
>>> [network.router.VirtualNetworkApplianceManagerImpl]
>>> (RouterStatusMonitor-1:null) Found 0 networks to update RvR status.
>>> 2013-04-07 00:37:50,850 DEBUG
>>> [network.router.VirtualNetworkApplianceManagerImpl] 
>>>(RouterMonitor-1:null)
>>> Found 0 running routers.
>>> 2013-04-07 00:37:50,851 DEBUG
>>> [network.router.VirtualNetworkApplianceManagerImpl]
>>> (RouterStatusMonitor-1:null) Found 0 routers to update status.
>>> 2013-04-07 00:37:50,852 DEBUG
>>> [network.router.VirtualNetworkApplianceManagerImpl]
>>> (RouterStatusMonitor-1:null) Found 0 networks to update RvR status.
>>> 2013-04-07 00:37:50,909 DEBUG
>>> [cloud.network.ExternalLoadBalancerUsageManagerImpl]
>>> (ExternalNetworkMonitor-1:null) External devices stats collector is
>>> running...
>>> 2013-04-07 00:37:50,920 DEBUG [storage.snapshot.SnapshotSchedulerImpl]
>>> (SnapshotPollTask:null) Snapshot scheduler.poll is being called at
>>> 2013-04-07 06:37:50 GMT
>>> 2013-04-07 00:37:50,921 DEBUG [storage.snapshot.SnapshotSchedulerImpl]
>>> (SnapshotPollTask:null) Got 0 snapshots to be executed at 2013-04-07
>>> 06:37:50 GMT
>>> 2013-04-07 00:37:51,480 INFO  [agent.manager.AgentMonitor]
>>> (Thread-11:null) Found the following agents behind on ping: [6, 5]
>>> 2013-04-07 00:37:51,481 DEBUG [cloud.host.Status] (Thread-11:null) Ping
>>> timeout for host 6, do invstigation
>>> 2013-04-07 00:37:51,482 DEBUG [cloud.host.Status] (Thread-11:null) Ping
>>> timeout for host 5, do invstigation
>>> 2013-04-07 00:37:51,483 INFO  [agent.manager.AgentManagerImpl]
>>> (AgentTaskPool-10:null) Investigating why host 6 has disconnected with
>>> event PingTimeout
>>> 2013-04-07 00:37:51,483 DEBUG [agent.manager.AgentManagerImpl]
>>> (AgentTaskPool-10:null) checking if agent (6) is alive
>>> 2013-04-07 00:37:51,484 INFO  [agent.manager.AgentManagerImpl]
>>> (AgentTaskPool-13:null) Investigating why host 5 has disconnected with
>>> event PingTimeout
>>> 2013-04-07 00:37:51,484 DEBUG [agent.manager.AgentManagerImpl]
>>> (AgentTaskPool-13:null) checking if agent (5) is alive
>>> 2013-04-07 00:37:51,486 DEBUG [agent.transport.Request]
>>> (AgentTaskPool-10:null) Seq 6-324993316: Sending  { Cmd , MgmtId: 1, 
>>>via:
>>> 6, Ver: v1, Flags: 100011, [{"CheckHealthCommand":{"wait":50}}] }
>>> 2013-04-07 00:37:51,486 DEBUG [agent.transport.Request]
>>> (AgentTaskPool-10:null) Seq 6-324993316: Executing:  { Cmd , MgmtId: 1,
>>> via: 6, Ver: v1, Flags: 100011, [{"CheckHealthCommand":{"wait":50}}] }
>>> 2013-04-07 00:37:51,486 DEBUG [agent.manager.DirectAgentAttache]
>>> (DirectAgent-303:null) Seq 6-324993316: Executing request
>>> 2013-04-07 00:37:51,488 DEBUG [agent.transport.Request]
>>> (AgentTaskPool-13:null) Seq 5-614334821: Sending  { Cmd , MgmtId: 1, 
>>>via:
>>> 5, Ver: v1, Flags: 100011, [{"CheckHealthCommand":{"wait":50}}] }
>>> 2013-04-07 00:37:51,488 DEBUG [agent.transport.Request]
>>> (AgentTaskPool-13:null) Seq 5-614334821: Executing:  { Cmd , MgmtId: 1,
>>> via: 5, Ver: v1, Flags: 100011, [{"CheckHealthCommand":{"wait":50}}] }
>>> 2013-04-07 00:37:51,488 DEBUG [agent.manager.DirectAgentAttache]
>>> (DirectAgent-158:null) Seq 5-614334821: Executing request
>>> 2013-04-07 00:37:51,537 DEBUG [agent.manager.DirectAgentAttache]
>>> (DirectAgent-303:null) Seq 6-324993316: Response Received:
>>> 2013-04-07 00:37:51,538 DEBUG [agent.transport.Request]
>>> (DirectAgent-303:null) Seq 6-324993316: Processing:  { Ans: , MgmtId: 
>>>1,
>>> via: 6, Ver: v1, Flags: 10,
>>> [{"CheckHealthAnswer":{"result":true,"details":"resource is
>>> alive","wait":0}}] }
>>> 2013-04-07 00:37:51,538 DEBUG [agent.transport.Request]
>>> (AgentTaskPool-10:null) Seq 6-324993316: Received:  { Ans: , MgmtId: 1,
>>> via: 6, Ver: v1, Flags: 10, { CheckHealthAnswer } }
>>> 2013-04-07 00:37:51,538 DEBUG [agent.manager.AgentManagerImpl]
>>> (AgentTaskPool-10:null) Details from executing class
>>> com.cloud.agent.api.CheckHealthCommand: resource is alive
>>> 2013-04-07 00:37:51,538 DEBUG [agent.manager.AgentManagerImpl]
>>> (AgentTaskPool-10:null) agent (6) responded to checkHeathCommand, 
>>>reporting
>>> that agent is Up
>>> 2013-04-07 00:37:51,538 INFO  [agent.manager.AgentManagerImpl]
>>> (AgentTaskPool-10:null) The state determined is Up
>>> 2013-04-07 00:37:51,538 INFO  [agent.manager.AgentManagerImpl]
>>> (AgentTaskPool-10:null) Agent is determined to be up and running
>>> 2013-04-07 00:37:51,538 DEBUG [cloud.host.Status] 
>>>(AgentTaskPool-10:null)
>>> Transition:[Resource state = Enabled, Agent event = Ping, Host id = 6, 
>>>name
>>> = Tut-XenServer]
>>> 2013-04-07 00:37:51,541 DEBUG [agent.manager.DirectAgentAttache]
>>> (DirectAgent-158:null) Seq 5-614334821: Response Received:
>>> 2013-04-07 00:37:51,541 DEBUG [agent.transport.Request]
>>> (DirectAgent-158:null) Seq 5-614334821: Processing:  { Ans: , MgmtId: 
>>>1,
>>> via: 5, Ver: v1, Flags: 10,
>>> [{"CheckHealthAnswer":{"result":true,"details":"resource is
>>> alive","wait":0}}] }
>>> 2013-04-07 00:37:51,541 DEBUG [agent.transport.Request]
>>> (AgentTaskPool-13:null) Seq 5-614334821: Received:  { Ans: , MgmtId: 1,
>>> via: 5, Ver: v1, Flags: 10, { CheckHealthAnswer } }
>>> 2013-04-07 00:37:51,541 DEBUG [agent.manager.AgentManagerImpl]
>>> (AgentTaskPool-13:null) Details from executing class
>>> com.cloud.agent.api.CheckHealthCommand: resource is alive
>>> 2013-04-07 00:37:51,541 DEBUG [agent.manager.AgentManagerImpl]
>>> (AgentTaskPool-13:null) agent (5) responded to checkHeathCommand, 
>>>reporting
>>> that agent is Up
>>> 2013-04-07 00:37:51,541 INFO  [agent.manager.AgentManagerImpl]
>>> (AgentTaskPool-13:null) The state determined is Up
>>> 2013-04-07 00:37:51,541 DEBUG [cloud.host.Status] 
>>>(AgentTaskPool-10:null)
>>> Agent status update: [id = 6; name = Tut-XenServer; old status = Up; 
>>>event
>>> = Ping; new status = Up; old update count = 314; new update count = 
>>>315]
>>> 2013-04-07 00:37:51,541 INFO  [agent.manager.AgentManagerImpl]
>>> (AgentTaskPool-13:null) Agent is determined to be up and running
>>> 2013-04-07 00:37:51,541 DEBUG [cloud.host.Status] 
>>>(AgentTaskPool-13:null)
>>> Transition:[Resource state = Enabled, Agent event = Ping, Host id = 5, 
>>>name
>>> = Tut-XenServer2]
>>> 2013-04-07 00:37:51,544 DEBUG [cloud.host.Status] 
>>>(AgentTaskPool-13:null)
>>> Agent status update: [id = 5; name = Tut-XenServer2; old status = Up; 
>>>event
>>> = Ping; new status = Up; old update count = 151; new update count = 
>>>152]
>>> 2013-04-07 00:37:55,103 INFO  [cloud.vm.UserVmManagerImpl]
>>> (UserVm-Scavenger-1:null) Found 1 vms to expunge.
>>> 2013-04-07 00:37:55,103 DEBUG [cloud.vm.VirtualMachineManagerImpl]
>>> (UserVm-Scavenger-1:null) Stopped called on
>>> VM[User|94ddc16f-04fc-4da1-8326-01d8d5cdeb44] but the state is 
>>>Destroyed
>>> 2013-04-07 00:37:55,105 DEBUG [cloud.capacity.CapacityManagerImpl]
>>> (UserVm-Scavenger-1:null) VM state transitted from :Destroyed to 
>>>Expunging
>>> with event: ExpungeOperationvm's original host id: 6 new host id: null 
>>>host
>>> id before state transition: null
>>> 2013-04-07 00:37:55,105 DEBUG [cloud.vm.VirtualMachineManagerImpl]
>>> (UserVm-Scavenger-1:null) Destroying vm
>>> VM[User|94ddc16f-04fc-4da1-8326-01d8d5cdeb44]
>>> 2013-04-07 00:37:55,105 DEBUG [cloud.vm.VirtualMachineManagerImpl]
>>> (UserVm-Scavenger-1:null) Cleaning up NICS
>>> 2013-04-07 00:37:55,105 DEBUG [cloud.network.NetworkManagerImpl]
>>> (UserVm-Scavenger-1:null) Cleaning network for vm: 13
>>> 2013-04-07 00:37:55,113 DEBUG [network.guru.DirectNetworkGuru]
>>> (UserVm-Scavenger-1:null) Deallocate network: networkId: 204, ip:
>>> 192.168.56.146
>>> 2013-04-07 00:37:55,124 DEBUG [cloud.network.NetworkManagerImpl]
>>> (UserVm-Scavenger-1:null) Removed nic id=19
>>> 2013-04-07 00:37:55,124 DEBUG [cloud.storage.StorageManagerImpl]
>>> (UserVm-Scavenger-1:null) Cleaning storage for vm: 13
>>> 2013-04-07 00:37:55,132 DEBUG [cloud.storage.StorageManagerImpl]
>>> (UserVm-Scavenger-1:null) Expunging Vol[13|vm=13|ROOT]
>>> 2013-04-07 00:37:55,139 DEBUG [agent.transport.Request]
>>> (UserVm-Scavenger-1:null) Seq 6-324993317: Sending  { Cmd , MgmtId: 1, 
>>>via:
>>> 6, Ver: v1, Flags: 100111,
>>> 
>>>[{"storage.DestroyCommand":{"vmName":"i-2-13-VM","volume":{"id":13,"name
>>>"
>>>:"ROOT-13","mountPoint":"/iSCSI_SR_3","path":"99154d9c-2665-465d-8c71-e6
>>>0
>>>f1748895b","size":52428800,"type":"ROOT","storagePoolType":"PreSetup","s
>>>t
>>>oragePoolUuid":"iSCSI_SR_3","deviceId":0},"wait":0}}]
>>> }
>>> 2013-04-07 00:37:55,140 DEBUG [agent.transport.Request]
>>> (UserVm-Scavenger-1:null) Seq 6-324993317: Executing:  { Cmd , MgmtId: 
>>>1,
>>> via: 6, Ver: v1, Flags: 100111,
>>> 
>>>[{"storage.DestroyCommand":{"vmName":"i-2-13-VM","volume":{"id":13,"name
>>>"
>>>:"ROOT-13","mountPoint":"/iSCSI_SR_3","path":"99154d9c-2665-465d-8c71-e6
>>>0
>>>f1748895b","size":52428800,"type":"ROOT","storagePoolType":"PreSetup","s
>>>t
>>>oragePoolUuid":"iSCSI_SR_3","deviceId":0},"wait":0}}]
>>> }
>>> 2013-04-07 00:37:55,140 DEBUG [agent.manager.DirectAgentAttache]
>>> (DirectAgent-87:null) Seq 6-324993317: Executing request
>>> 2013-04-07 00:37:55,724 DEBUG [agent.manager.DirectAgentAttache]
>>> (DirectAgent-87:null) Seq 6-324993317: Response Received:
>>> 2013-04-07 00:37:55,724 DEBUG [agent.transport.Request]
>>> (DirectAgent-87:null) Seq 6-324993317: Processing:  { Ans: , MgmtId: 1,
>>> via: 6, Ver: v1, Flags: 110,
>>> [{"Answer":{"result":true,"details":"Success","wait":0}}] }
>>> 2013-04-07 00:37:55,724 DEBUG [agent.manager.AgentAttache]
>>> (DirectAgent-87:null) Seq 6-324993317: No more commands found
>>> 2013-04-07 00:37:55,724 DEBUG [agent.transport.Request]
>>> (UserVm-Scavenger-1:null) Seq 6-324993317: Received:  { Ans: , MgmtId: 
>>>1,
>>> via: 6, Ver: v1, Flags: 110, { Answer } }
>>> 2013-04-07 00:37:55,727 DEBUG [cloud.storage.StorageManagerImpl]
>>> (UserVm-Scavenger-1:null) Volume successfully expunged from 257
>>> 2013-04-07 00:37:55,727 DEBUG [cloud.vm.VirtualMachineManagerImpl]
>>> (UserVm-Scavenger-1:null) Expunged
>>> VM[User|94ddc16f-04fc-4da1-8326-01d8d5cdeb44]
>>> 2013-04-07 00:37:55,727 DEBUG [cloud.vm.UserVmManagerImpl]
>>> (UserVm-Scavenger-1:null) Starting cleaning up vm
>>> VM[User|94ddc16f-04fc-4da1-8326-01d8d5cdeb44] resources...
>>> 2013-04-07 00:37:55,730 INFO  
>>>[network.security.SecurityGroupManagerImpl]
>>> (UserVm-Scavenger-1:null) Disassociated 1 network groups  from uservm 
>>>13
>>> 2013-04-07 00:37:55,732 DEBUG 
>>>[network.security.SecurityGroupManagerImpl]
>>> (UserVm-Scavenger-1:null) Security group mappings are removed 
>>>successfully
>>> for vm id=13
>>> 2013-04-07 00:37:55,736 DEBUG [network.firewall.FirewallManagerImpl]
>>> (UserVm-Scavenger-1:null) No firewall rules are found for vm id=13
>>> 2013-04-07 00:37:55,737 DEBUG [cloud.vm.UserVmManagerImpl]
>>> (UserVm-Scavenger-1:null) Firewall rules are removed successfully as a 
>>>part
>>> of vm id=13 expunge
>>> 2013-04-07 00:37:55,739 DEBUG [network.rules.RulesManagerImpl]
>>> (UserVm-Scavenger-1:null) No port forwarding rules are found for vm 
>>>id=13
>>> 2013-04-07 00:37:55,739 DEBUG [cloud.vm.UserVmManagerImpl]
>>> (UserVm-Scavenger-1:null) Port forwarding rules are removed 
>>>successfully as
>>> a part of vm id=13 expunge
>>> 2013-04-07 00:37:55,740 DEBUG [cloud.vm.UserVmManagerImpl]
>>> (UserVm-Scavenger-1:null) Removed vm id=13 from all load balancers as a
>>> part of expunge process
>>> 2013-04-07 00:37:55,741 DEBUG [cloud.vm.UserVmManagerImpl]
>>> (UserVm-Scavenger-1:null) Successfully cleaned up vm
>>> VM[User|94ddc16f-04fc-4da1-8326-01d8d5cdeb44] resources as a part of
>>> expunge process
>>> 2013-04-07 00:38:04,813 DEBUG [agent.manager.DirectAgentAttache]
>>> (DirectAgent-442:null) Ping from 6
>>> 2013-04-07 00:38:06,064 DEBUG [agent.manager.DirectAgentAttache]
>>> (DirectAgent-374:null) Ping from 5
>>> 2013-04-07 00:38:06,909 DEBUG [agent.manager.DirectAgentAttache]
>>> (DirectAgent-157:null) Seq 6-324993028: Executing request
>>> 2013-04-07 00:38:07,099 DEBUG [agent.manager.DirectAgentAttache]
>>> (DirectAgent-157:null) Seq 6-324993028: Response Received:
>>> 2013-04-07 00:38:07,100 DEBUG [agent.transport.Request]
>>> (DirectAgent-157:null) Seq 6-324993028: Processing:  { Ans: , MgmtId: 
>>>1,
>>> via: 6, Ver: v1, Flags: 10,
>>> 
>>>[{"ClusterSyncAnswer":{"_clusterId":2,"_newStates":{},"_isExecuted":fals
>>>e
>>>,"result":true,"wait":0}}]
>>> }
>>> 2013-04-07 00:38:11,022 DEBUG [agent.manager.DirectAgentAttache]
>>> (DirectAgent-192:null) Seq 5-614334468: Executing request
>>> 2013-04-07 00:38:11,181 DEBUG [agent.manager.DirectAgentAttache]
>>> (DirectAgent-192:null) Seq 5-614334468: Response Received:
>>> 2013-04-07 00:38:11,181 DEBUG [agent.transport.Request]
>>> (DirectAgent-192:null) Seq 5-614334468: Processing:  { Ans: , MgmtId: 
>>>1,
>>> via: 5, Ver: v1, Flags: 10, [{"Answer":{"result":true,"wait":0}}] }
>>> 2013-04-07 00:38:20,455 DEBUG
>>> [storage.secondary.SecondaryStorageManagerImpl] (secstorage-1:null) 
>>>Zone 1
>>> is ready to launch secondary storage VM
>>> 2013-04-07 00:38:20,573 DEBUG 
>>>[cloud.consoleproxy.ConsoleProxyManagerImpl]
>>> (consoleproxy-1:null) Zone 1 is ready to launch console proxy
>>> 2013-04-07 00:38:20,820 DEBUG
>>> [network.router.VirtualNetworkApplianceManagerImpl]
>>> (RouterStatusMonitor-1:null) Found 0 routers to update status.
>>> 2013-04-07 00:38:20,821 DEBUG
>>> [network.router.VirtualNetworkApplianceManagerImpl]
>>> (RouterStatusMonitor-1:null) Found 0 networks to update RvR status.
>>> 2013-04-07 00:38:20,851 DEBUG
>>> [network.router.VirtualNetworkApplianceManagerImpl]
>>> (RouterStatusMonitor-1:null) Found 0 routers to update status.
>>> 2013-04-07 00:38:20,853 DEBUG
>>> [network.router.VirtualNetworkApplianceManagerImpl]
>>> (RouterStatusMonitor-1:null) Found 0 networks to update RvR status.
>>> 2013-04-07 00:38:20,921 DEBUG [cloud.alert.AlertManagerImpl]
>>> (CapacityChecker:null) Running Capacity Checker ...
>>> 2013-04-07 00:38:20,921 DEBUG [cloud.alert.AlertManagerImpl]
>>> (CapacityChecker:null) recalculating system capacity
>>> 2013-04-07 00:38:20,921 DEBUG [cloud.alert.AlertManagerImpl]
>>> (CapacityChecker:null) Executing cpu/ram capacity update
>>> 2013-04-07 00:38:20,931 DEBUG [cloud.capacity.CapacityManagerImpl]
>>> (CapacityChecker:null) Found 2 VMs on host 1
>>> 2013-04-07 00:38:20,932 DEBUG [cloud.capacity.CapacityManagerImpl]
>>> (CapacityChecker:null) Found 0 VM, not running on host 1
>>> 2013-04-07 00:38:20,935 DEBUG [cloud.capacity.CapacityManagerImpl]
>>> (CapacityChecker:null) No need to calibrate cpu capacity, host:1 
>>>usedCpu:
>>> 200 reservedCpu: 0
>>> 2013-04-07 00:38:20,935 DEBUG [cloud.capacity.CapacityManagerImpl]
>>> (CapacityChecker:null) No need to calibrate memory capacity, host:1
>>> usedMem: 209715200 reservedMem: 0
>>> 2013-04-07 00:38:20,940 DEBUG [cloud.capacity.CapacityManagerImpl]
>>> (CapacityChecker:null) Found 0 VMs on host 5
>>> 2013-04-07 00:38:20,941 DEBUG [cloud.capacity.CapacityManagerImpl]
>>> (CapacityChecker:null) Found 0 VM, not running on host 5
>>> 2013-04-07 00:38:20,944 DEBUG [cloud.capacity.CapacityManagerImpl]
>>> (CapacityChecker:null) No need to calibrate cpu capacity, host:5 
>>>usedCpu: 0
>>> reservedCpu: 0
>>> 2013-04-07 00:38:20,944 DEBUG [cloud.capacity.CapacityManagerImpl]
>>> (CapacityChecker:null) No need to calibrate memory capacity, host:5
>>> usedMem: 0 reservedMem: 0
>>> 2013-04-07 00:38:20,950 DEBUG [cloud.capacity.CapacityManagerImpl]
>>> (CapacityChecker:null) Found 1 VMs on host 6
>>> 2013-04-07 00:38:20,951 DEBUG [cloud.capacity.CapacityManagerImpl]
>>> (CapacityChecker:null) Found 0 VM, not running on host 6
>>> 2013-04-07 00:38:20,954 DEBUG [cloud.capacity.CapacityManagerImpl]
>>> (CapacityChecker:null) No need to calibrate cpu capacity, host:6 
>>>usedCpu:
>>> 100 reservedCpu: 0
>>> 2013-04-07 00:38:20,954 DEBUG [cloud.capacity.CapacityManagerImpl]
>>> (CapacityChecker:null) No need to calibrate memory capacity, host:6
>>> usedMem: 104857600 reservedMem: 0
>>> 2013-04-07 00:38:20,954 DEBUG [cloud.alert.AlertManagerImpl]
>>> (CapacityChecker:null) Done executing cpu/ram capacity update
>>> 2013-04-07 00:38:20,954 DEBUG [cloud.alert.AlertManagerImpl]
>>> (CapacityChecker:null) Executing storage capacity update
>>> 2013-04-07 00:38:20,961 DEBUG [cloud.storage.StorageManagerImpl]
>>> (CapacityChecker:null) Successfully set Capacity - 31004332032 for 
>>>capacity
>>> type - 9 , DataCenterId - 1, HostOrPoolId - 200, PodId 1
>>> 2013-04-07 00:38:20,965 DEBUG [cloud.storage.StorageManagerImpl]
>>> (CapacityChecker:null) Successfully set Capacity - 97221701632 for 
>>>capacity
>>> type - 9 , DataCenterId - 1, HostOrPoolId - 201, PodId 1
>>> 2013-04-07 00:38:20,970 DEBUG [cloud.storage.StorageManagerImpl]
>>> (CapacityChecker:null) Successfully set Capacity - 97221701632 for 
>>>capacity
>>> type - 9 , DataCenterId - 1, HostOrPoolId - 202, PodId 1
>>> 2013-04-07 00:38:20,975 DEBUG [cloud.storage.StorageManagerImpl]
>>> (CapacityChecker:null) Successfully set Capacity - 2084569088 for 
>>>capacity
>>> type - 3 , DataCenterId - 1, HostOrPoolId - 256, PodId 1
>>> 2013-04-07 00:38:20,980 DEBUG [cloud.storage.StorageManagerImpl]
>>> (CapacityChecker:null) Successfully set Capacity - 2084569088 for 
>>>capacity
>>> type - 3 , DataCenterId - 1, HostOrPoolId - 257, PodId 1
>>> 2013-04-07 00:38:20,985 DEBUG [cloud.storage.StorageManagerImpl]
>>> (CapacityChecker:null) Successfully set Capacity - 2084569088 for 
>>>capacity
>>> type - 3 , DataCenterId - 1, HostOrPoolId - 262, PodId 1
>>> 2013-04-07 00:38:20,985 DEBUG [cloud.alert.AlertManagerImpl]
>>> (CapacityChecker:null) Done executing storage capacity update
>>> 2013-04-07 00:38:20,985 DEBUG [cloud.alert.AlertManagerImpl]
>>> (CapacityChecker:null) Executing capacity updates for public ip and 
>>>Vlans
>>> 2013-04-07 00:38:20,995 DEBUG [cloud.alert.AlertManagerImpl]
>>> (CapacityChecker:null) Done capacity updates for public ip and Vlans
>>> 2013-04-07 00:38:20,996 DEBUG [cloud.alert.AlertManagerImpl]
>>> (CapacityChecker:null) Executing capacity updates for private ip
>>> 2013-04-07 00:38:21,003 DEBUG [cloud.alert.AlertManagerImpl]
>>> (CapacityChecker:null) Done executing capacity updates for private ip
>>> 2013-04-07 00:38:21,003 DEBUG [cloud.alert.AlertManagerImpl]
>>> (CapacityChecker:null) Done recalculating system capacity
>>> 2013-04-07 00:38:21,031 DEBUG [cloud.alert.AlertManagerImpl]
>>> (CapacityChecker:null) Done running Capacity Checker ...
>>> 2013-04-07 00:38:24,889 DEBUG [agent.manager.AgentManagerImpl]
>>> (AgentManager-Handler-8:null) Ping from 4
>>> 2013-04-07 00:38:27,157 DEBUG [agent.manager.DirectAgentAttache]
>>> (DirectAgent-311:null) Ping from 1
>>> 2013-04-07 00:38:29,095 DEBUG [agent.manager.DirectAgentAttache]
>>> (DirectAgent-197:null) Seq 1-90046472: Executing request
>>> 2013-04-07 00:38:29,323 DEBUG [agent.manager.DirectAgentAttache]
>>> (DirectAgent-197:null) Seq 1-90046472: Response Received:
>>> 2013-04-07 00:38:29,324 DEBUG [agent.transport.Request]
>>> (DirectAgent-197:null) Seq 1-90046472: Processing:  { Ans: , MgmtId: 1,
>>> via: 1, Ver: v1, Flags: 10,
>>> 
>>>[{"ClusterSyncAnswer":{"_clusterId":1,"_newStates":{},"_isExecuted":fals
>>>e
>>>,"result":true,"wait":0}}]
>>> }
>>> 2013-04-07 00:38:47,679 DEBUG [agent.manager.AgentManagerImpl]
>>> (AgentManager-Handler-9:null) Ping from 3
>>> 2013-04-07 00:38:50,453 DEBUG
>>> [storage.secondary.SecondaryStorageManagerImpl] (secstorage-1:null) 
>>>Zone 1
>>> is ready to launch secondary storage VM
>>> 2013-04-07 00:38:50,560 DEBUG 
>>>[cloud.consoleproxy.ConsoleProxyManagerImpl]
>>> (consoleproxy-1:null) Zone 1 is ready to launch console proxy
>>> 2013-04-07 00:38:50,819 DEBUG
>>> [network.router.VirtualNetworkApplianceManagerImpl]
>>> (RouterStatusMonitor-1:null) Found 0 routers to update status.
>>> 2013-04-07 00:38:50,820 DEBUG
>>> [network.router.VirtualNetworkApplianceManagerImpl]
>>> (RouterStatusMonitor-1:null) Found 0 networks to update RvR status.
>>> 2013-04-07 00:38:50,851 DEBUG
>>> [network.router.VirtualNetworkApplianceManagerImpl]
>>> (RouterStatusMonitor-1:null) Found 0 routers to update status.
>>> 2013-04-07 00:38:50,852 DEBUG
>>> [network.router.VirtualNetworkApplianceManagerImpl]
>>> (RouterStatusMonitor-1:null) Found 0 networks to update RvR status.
>>> 2013-04-07 00:38:51,483 INFO  [agent.manager.AgentMonitor]
>>> (Thread-11:null) Found the following agents behind on ping: [6, 5]
>>> 2013-04-07 00:38:51,485 DEBUG [cloud.host.Status] (Thread-11:null) Ping
>>> timeout for host 6, do invstigation
>>> 2013-04-07 00:38:51,486 DEBUG [cloud.host.Status] (Thread-11:null) Ping
>>> timeout for host 5, do invstigation
>>> 2013-04-07 00:38:51,486 INFO  [agent.manager.AgentManagerImpl]
>>> (AgentTaskPool-11:null) Investigating why host 6 has disconnected with
>>> event PingTimeout
>>> 2013-04-07 00:38:51,486 DEBUG [agent.manager.AgentManagerImpl]
>>> (AgentTaskPool-11:null) checking if agent (6) is alive
>>> 2013-04-07 00:38:51,487 INFO  [agent.manager.AgentManagerImpl]
>>> (AgentTaskPool-16:null) Investigating why host 5 has disconnected with
>>> event PingTimeout
>>> 2013-04-07 00:38:51,488 DEBUG [agent.manager.AgentManagerImpl]
>>> (AgentTaskPool-16:null) checking if agent (5) is alive
>>> 2013-04-07 00:38:51,489 DEBUG [agent.transport.Request]
>>> (AgentTaskPool-11:null) Seq 6-324993318: Sending  { Cmd , MgmtId: 1, 
>>>via:
>>> 6, Ver: v1, Flags: 100011, [{"CheckHealthCommand":{"wait":50}}] }
>>> 2013-04-07 00:38:51,489 DEBUG [agent.transport.Request]
>>> (AgentTaskPool-11:null) Seq 6-324993318: Executing:  { Cmd , MgmtId: 1,
>>> via: 6, Ver: v1, Flags: 100011, [{"CheckHealthCommand":{"wait":50}}] }
>>> 2013-04-07 00:38:51,489 DEBUG [agent.manager.DirectAgentAttache]
>>> (DirectAgent-372:null) Seq 6-324993318: Executing request
>>> 2013-04-07 00:38:51,491 DEBUG [agent.transport.Request]
>>> (AgentTaskPool-16:null) Seq 5-614334822: Sending  { Cmd , MgmtId: 1, 
>>>via:
>>> 5, Ver: v1, Flags: 100011, [{"CheckHealthCommand":{"wait":50}}] }
>>> 2013-04-07 00:38:51,491 DEBUG [agent.transport.Request]
>>> (AgentTaskPool-16:null) Seq 5-614334822: Executing:  { Cmd , MgmtId: 1,
>>> via: 5, Ver: v1, Flags: 100011, [{"CheckHealthCommand":{"wait":50}}] }
>>> 2013-04-07 00:38:51,491 DEBUG [agent.manager.DirectAgentAttache]
>>> (DirectAgent-252:null) Seq 5-614334822: Executing request
>>> 2013-04-07 00:38:51,546 DEBUG [agent.manager.DirectAgentAttache]
>>> (DirectAgent-372:null) Seq 6-324993318: Response Received:
>>> 2013-04-07 00:38:51,547 DEBUG [agent.transport.Request]
>>> (DirectAgent-372:null) Seq 6-324993318: Processing:  { Ans: , MgmtId: 
>>>1,
>>> via: 6, Ver: v1, Flags: 10,
>>> [{"CheckHealthAnswer":{"result":true,"details":"resource is
>>> alive","wait":0}}] }
>>> 2013-04-07 00:38:51,547 DEBUG [agent.transport.Request]
>>> (AgentTaskPool-11:null) Seq 6-324993318: Received:  { Ans: , MgmtId: 1,
>>> via: 6, Ver: v1, Flags: 10, { CheckHealthAnswer } }
>>> 2013-04-07 00:38:51,547 DEBUG [agent.manager.AgentManagerImpl]
>>> (AgentTaskPool-11:null) Details from executing class
>>> com.cloud.agent.api.CheckHealthCommand: resource is alive
>>> 2013-04-07 00:38:51,547 DEBUG [agent.manager.AgentManagerImpl]
>>> (AgentTaskPool-11:null) agent (6) responded to checkHeathCommand, 
>>>reporting
>>> that agent is Up
>>> 2013-04-07 00:38:51,547 INFO  [agent.manager.AgentManagerImpl]
>>> (AgentTaskPool-11:null) The state determined is Up
>>> 2013-04-07 00:38:51,547 INFO  [agent.manager.AgentManagerImpl]
>>> (AgentTaskPool-11:null) Agent is determined to be up and running
>>> 2013-04-07 00:38:51,547 DEBUG [cloud.host.Status] 
>>>(AgentTaskPool-11:null)
>>> Transition:[Resource state = Enabled, Agent event = Ping, Host id = 6, 
>>>name
>>> = Tut-XenServer]
>>> 2013-04-07 00:38:51,549 DEBUG [agent.manager.DirectAgentAttache]
>>> (DirectAgent-252:null) Seq 5-614334822: Response Received:
>>> 2013-04-07 00:38:51,549 DEBUG [agent.transport.Request]
>>> (DirectAgent-252:null) Seq 5-614334822: Processing:  { Ans: , MgmtId: 
>>>1,
>>> via: 5, Ver: v1, Flags: 10,
>>> [{"CheckHealthAnswer":{"result":true,"details":"resource is
>>> alive","wait":0}}] }
>>> 2013-04-07 00:38:51,549 DEBUG [agent.transport.Request]
>>> (AgentTaskPool-16:null) Seq 5-614334822: Received:  { Ans: , MgmtId: 1,
>>> via: 5, Ver: v1, Flags: 10, { CheckHealthAnswer } }
>>> 2013-04-07 00:38:51,550 DEBUG [agent.manager.AgentManagerImpl]
>>> (AgentTaskPool-16:null) Details from executing class
>>> com.cloud.agent.api.CheckHealthCommand: resource is alive
>>> 2013-04-07 00:38:51,550 DEBUG [agent.manager.AgentManagerImpl]
>>> (AgentTaskPool-16:null) agent (5) responded to checkHeathCommand, 
>>>reporting
>>> that agent is Up
>>> 2013-04-07 00:38:51,550 INFO  [agent.manager.AgentManagerImpl]
>>> (AgentTaskPool-16:null) The state determined is Up
>>> 2013-04-07 00:38:51,550 INFO  [agent.manager.AgentManagerImpl]
>>> (AgentTaskPool-16:null) Agent is determined to be up and running
>>> 2013-04-07 00:38:51,550 DEBUG [cloud.host.Status] 
>>>(AgentTaskPool-11:null)
>>> Agent status update: [id = 6; name = Tut-XenServer; old status = Up; 
>>>event
>>> = Ping; new status = Up; old update count = 315; new update count = 
>>>316]
>>> 2013-04-07 00:38:51,550 DEBUG [cloud.host.Status] 
>>>(AgentTaskPool-16:null)
>>> Transition:[Resource state = Enabled, Agent event = Ping, Host id = 5, 
>>>name
>>> = Tut-XenServer2]
>>> 2013-04-07 00:38:51,553 DEBUG [cloud.host.Status] 
>>>(AgentTaskPool-16:null)
>>> Agent status update: [id = 5; name = Tut-XenServer2; old status = Up; 
>>>event
>>> = Ping; new status = Up; old update count = 152; new update count = 
>>>153]
>>> 2013-04-07 00:39:04,800 DEBUG [agent.manager.DirectAgentAttache]
>>> (DirectAgent-100:null) Ping from 6
>>> 2013-04-07 00:39:06,054 DEBUG [agent.manager.DirectAgentAttache]
>>> (DirectAgent-259:null) Ping from 5
>>> 2013-04-07 00:39:06,909 DEBUG [agent.manager.DirectAgentAttache]
>>> (DirectAgent-134:null) Seq 6-324993028: Executing request
>>> 2013-04-07 00:39:07,104 DEBUG [agent.manager.DirectAgentAttache]
>>> (DirectAgent-134:null) Seq 6-324993028: Response Received:
>>> 2013-04-07 00:39:07,104 DEBUG [agent.transport.Request]
>>> (DirectAgent-134:null) Seq 6-324993028: Processing:  { Ans: , MgmtId: 
>>>1,
>>> via: 6, Ver: v1, Flags: 10,
>>> 
>>>[{"ClusterSyncAnswer":{"_clusterId":2,"_newStates":{},"_isExecuted":fals
>>>e
>>>,"result":true,"wait":0}}]
>>> }
>>> 2013-04-07 00:39:11,022 DEBUG [agent.manager.DirectAgentAttache]
>>> (DirectAgent-188:null) Seq 5-614334468: Executing request
>>> 2013-04-07 00:39:11,164 DEBUG [agent.manager.DirectAgentAttache]
>>> (DirectAgent-188:null) Seq 5-614334468: Response Received:
>>> 2013-04-07 00:39:11,164 DEBUG [agent.transport.Request]
>>> (DirectAgent-188:null) Seq 5-614334468: Processing:  { Ans: , MgmtId: 
>>>1,
>>> via: 5, Ver: v1, Flags: 10, [{"Answer":{"result":true,"wait":0}}] }
>>> 2013-04-07 00:39:20,451 DEBUG
>>> [storage.secondary.SecondaryStorageManagerImpl] (secstorage-1:null) 
>>>Zone 1
>>> is ready to launch secondary storage VM
>>> 2013-04-07 00:39:20,552 DEBUG 
>>>[cloud.consoleproxy.ConsoleProxyManagerImpl]
>>> (consoleproxy-1:null) Zone 1 is ready to launch console proxy
>>> 2013-04-07 00:39:20,819 DEBUG
>>> [network.router.VirtualNetworkApplianceManagerImpl]
>>> (RouterStatusMonitor-1:null) Found 0 routers to update status.
>>> 2013-04-07 00:39:20,820 DEBUG
>>> [network.router.VirtualNetworkApplianceManagerImpl]
>>> (RouterStatusMonitor-1:null) Found 0 networks to update RvR status.
>>> 2013-04-07 00:39:20,851 DEBUG
>>> [network.router.VirtualNetworkApplianceManagerImpl]
>>> (RouterStatusMonitor-1:null) Found 0 routers to update status.
>>> 2013-04-07 00:39:20,852 DEBUG
>>> [network.router.VirtualNetworkApplianceManagerImpl]
>>> (RouterStatusMonitor-1:null) Found 0 networks to update RvR status.
>>> 2013-04-07 00:39:24,890 DEBUG [agent.manager.AgentManagerImpl]
>>> (AgentManager-Handler-10:null) Ping from 4
>>> 2013-04-07 00:39:27,161 DEBUG [agent.manager.DirectAgentAttache]
>>> (DirectAgent-400:null) Ping from 1
>>> 2013-04-07 00:39:27,661 DEBUG [cloud.api.ApiServlet]
>>> (1109449945@qtp-1008805148-34:null) ===START===  127.0.0.1 -- GET
>>>  
>>>command=listVolumes&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA
>>>%
>>>3D&listAll=true&page=1&pagesize=20&_=1365316767658
>>> 2013-04-07 00:39:27,672 DEBUG [cloud.api.ApiServlet]
>>> (1109449945@qtp-1008805148-34:null) ===END===  127.0.0.1 -- GET
>>>  
>>>command=listVolumes&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA
>>>%
>>>3D&listAll=true&page=1&pagesize=20&_=1365316767658
>>> 2013-04-07 00:39:28,628 DEBUG [cloud.api.ApiServlet]
>>> (1109449945@qtp-1008805148-34:null) ===START===  127.0.0.1 -- GET
>>>  
>>>command=listVirtualMachines&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnR
>>>R
>>>fl8GoVA%3D&listAll=true&page=1&pagesize=20&_=1365316768625
>>> 2013-04-07 00:39:28,640 DEBUG [cloud.api.ApiServlet]
>>> (1109449945@qtp-1008805148-34:null) ===END===  127.0.0.1 -- GET
>>>  
>>>command=listVirtualMachines&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnR
>>>R
>>>fl8GoVA%3D&listAll=true&page=1&pagesize=20&_=1365316768625
>>> 2013-04-07 00:39:29,095 DEBUG [agent.manager.DirectAgentAttache]
>>> (DirectAgent-101:null) Seq 1-90046472: Executing request
>>> 2013-04-07 00:39:29,311 DEBUG [agent.manager.DirectAgentAttache]
>>> (DirectAgent-101:null) Seq 1-90046472: Response Received:
>>> 2013-04-07 00:39:29,311 DEBUG [agent.transport.Request]
>>> (DirectAgent-101:null) Seq 1-90046472: Processing:  { Ans: , MgmtId: 1,
>>> via: 1, Ver: v1, Flags: 10,
>>> 
>>>[{"ClusterSyncAnswer":{"_clusterId":1,"_newStates":{},"_isExecuted":fals
>>>e
>>>,"result":true,"wait":0}}]
>>> }
>>> 2013-04-07 00:39:31,530 DEBUG [cloud.api.ApiServlet]
>>> (1109449945@qtp-1008805148-34:null) ===START===  127.0.0.1 -- GET
>>>  
>>>command=logout&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_
>>>=
>>>1365316771528
>>> 2013-04-07 00:39:31,535 DEBUG [cloud.api.ApiServlet]
>>> (1109449945@qtp-1008805148-34:null) ===END===  127.0.0.1 -- GET
>>>  
>>>command=logout&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_
>>>=
>>>1365316771528
>>> 2013-04-07 00:39:31,969 DEBUG [cloud.api.ApiServlet]
>>> (2107564436@qtp-1008805148-38:null) ===START===  127.0.0.1 -- GET
>>>  command=listCapabilities&response=json&sessionkey=null&_=1365316771968
>>> 2013-04-07 00:39:31,970 DEBUG [cloud.api.ApiServlet]
>>> (2107564436@qtp-1008805148-38:null) ===END===  127.0.0.1 -- GET
>>>  command=listCapabilities&response=json&sessionkey=null&_=1365316771968
>>> 2013-04-07 00:39:47,679 DEBUG [agent.manager.AgentManagerImpl]
>>> (AgentManager-Handler-11:null) Ping from 3
>>> 2013-04-07 00:39:50,451 DEBUG
>>> [storage.secondary.SecondaryStorageManagerImpl] (secstorage-1:null) 
>>>Zone 1
>>> is ready to launch secondary storage VM
>>> 2013-04-07 00:39:50,555 DEBUG 
>>>[cloud.consoleproxy.ConsoleProxyManagerImpl]
>>> (consoleproxy-1:null) Zone 1 is ready to launch console proxy
>>> 2013-04-07 00:39:50,819 DEBUG
>>> [network.router.VirtualNetworkApplianceManagerImpl]
>>> (RouterStatusMonitor-1:null) Found 0 routers to update status.
>>> 2013-04-07 00:39:50,820 DEBUG
>>> [network.router.VirtualNetworkApplianceManagerImpl]
>>> (RouterStatusMonitor-1:null) Found 0 networks to update RvR status.
>>> 2013-04-07 00:39:50,850 DEBUG
>>> [network.router.VirtualNetworkApplianceManagerImpl]
>>> (RouterStatusMonitor-1:null) Found 0 routers to update status.
>>> 2013-04-07 00:39:50,851 DEBUG
>>> [network.router.VirtualNetworkApplianceManagerImpl]
>>> (RouterStatusMonitor-1:null) Found 0 networks to update RvR status.
>>> 2013-04-07 00:39:51,486 INFO  [agent.manager.AgentMonitor]
>>> (Thread-11:null) Found the following agents behind on ping: [6, 5]
>>> 2013-04-07 00:39:51,488 DEBUG [cloud.host.Status] (Thread-11:null) Ping
>>> timeout for host 6, do invstigation
>>> 2013-04-07 00:39:51,489 DEBUG [cloud.host.Status] (Thread-11:null) Ping
>>> timeout for host 5, do invstigation
>>> 2013-04-07 00:39:51,489 INFO  [agent.manager.AgentManagerImpl]
>>> (AgentTaskPool-2:null) Investigating why host 6 has disconnected with 
>>>event
>>> PingTimeout
>>> 2013-04-07 00:39:51,490 DEBUG [agent.manager.AgentManagerImpl]
>>> (AgentTaskPool-2:null) checking if agent (6) is alive
>>> 2013-04-07 00:39:51,491 INFO  [agent.manager.AgentManagerImpl]
>>> (AgentTaskPool-14:null) Investigating why host 5 has disconnected with
>>> event PingTimeout
>>> 2013-04-07 00:39:51,491 DEBUG [agent.manager.AgentManagerImpl]
>>> (AgentTaskPool-14:null) checking if agent (5) is alive
>>> 2013-04-07 00:39:51,493 DEBUG [agent.transport.Request]
>>> (AgentTaskPool-2:null) Seq 6-324993319: Sending  { Cmd , MgmtId: 1, 
>>>via: 6,
>>> Ver: v1, Flags: 100011, [{"CheckHealthCommand":{"wait":50}}] }
>>> 2013-04-07 00:39:51,493 DEBUG [agent.transport.Request]
>>> (AgentTaskPool-2:null) Seq 6-324993319: Executing:  { Cmd , MgmtId: 1, 
>>>via:
>>> 6, Ver: v1, Flags: 100011, [{"CheckHealthCommand":{"wait":50}}] }
>>> 2013-04-07 00:39:51,493 DEBUG [agent.manager.DirectAgentAttache]
>>> (DirectAgent-278:null) Seq 6-324993319: Executing request
>>> 2013-04-07 00:39:51,494 DEBUG [agent.transport.Request]
>>> (AgentTaskPool-14:null) Seq 5-614334823: Sending  { Cmd , MgmtId: 1, 
>>>via:
>>> 5, Ver: v1, Flags: 100011, [{"CheckHealthCommand":{"wait":50}}] }
>>> 2013-04-07 00:39:51,494 DEBUG [agent.transport.Request]
>>> (AgentTaskPool-14:null) Seq 5-614334823: Executing:  { Cmd , MgmtId: 1,
>>> via: 5, Ver: v1, Flags: 100011, [{"CheckHealthCommand":{"wait":50}}] }
>>> 2013-04-07 00:39:51,495 DEBUG [agent.manager.DirectAgentAttache]
>>> (DirectAgent-433:null) Seq 5-614334823: Executing request
>>> 2013-04-07 00:39:51,547 DEBUG [agent.manager.DirectAgentAttache]
>>> (DirectAgent-278:null) Seq 6-324993319: Response Received:
>>> 2013-04-07 00:39:51,548 DEBUG [agent.transport.Request]
>>> (DirectAgent-278:null) Seq 6-324993319: Processing:  { Ans: , MgmtId: 
>>>1,
>>> via: 6, Ver: v1, Flags: 10,
>>> [{"CheckHealthAnswer":{"result":true,"details":"resource is
>>> alive","wait":0}}] }
>>> 2013-04-07 00:39:51,548 DEBUG [agent.transport.Request]
>>> (AgentTaskPool-2:null) Seq 6-324993319: Received:  { Ans: , MgmtId: 1, 
>>>via:
>>> 6, Ver: v1, Flags: 10, { CheckHealthAnswer } }
>>> 2013-04-07 00:39:51,548 DEBUG [agent.manager.AgentManagerImpl]
>>> (AgentTaskPool-2:null) Details from executing class
>>> com.cloud.agent.api.CheckHealthCommand: resource is alive
>>> 2013-04-07 00:39:51,548 DEBUG [agent.manager.AgentManagerImpl]
>>> (AgentTaskPool-2:null) agent (6) responded to checkHeathCommand, 
>>>reporting
>>> that agent is Up
>>> 2013-04-07 00:39:51,548 INFO  [agent.manager.AgentManagerImpl]
>>> (AgentTaskPool-2:null) The state determined is Up
>>> 2013-04-07 00:39:51,548 INFO  [agent.manager.AgentManagerImpl]
>>> (AgentTaskPool-2:null) Agent is determined to be up and running
>>> 2013-04-07 00:39:51,548 DEBUG [cloud.host.Status] 
>>>(AgentTaskPool-2:null)
>>> Transition:[Resource state = Enabled, Agent event = Ping, Host id = 6, 
>>>name
>>> = Tut-XenServer]
>>> 2013-04-07 00:39:51,549 DEBUG [agent.manager.DirectAgentAttache]
>>> (DirectAgent-433:null) Seq 5-614334823: Response Received:
>>> 2013-04-07 00:39:51,549 DEBUG [agent.transport.Request]
>>> (DirectAgent-433:null) Seq 5-614334823: Processing:  { Ans: , MgmtId: 
>>>1,
>>> via: 5, Ver: v1, Flags: 10,
>>> [{"CheckHealthAnswer":{"result":true,"details":"resource is
>>> alive","wait":0}}] }
>>> 2013-04-07 00:39:51,549 DEBUG [agent.transport.Request]
>>> (AgentTaskPool-14:null) Seq 5-614334823: Received:  { Ans: , MgmtId: 1,
>>> via: 5, Ver: v1, Flags: 10, { CheckHealthAnswer } }
>>> 2013-04-07 00:39:51,549 DEBUG [agent.manager.AgentManagerImpl]
>>> (AgentTaskPool-14:null) Details from executing class
>>> com.cloud.agent.api.CheckHealthCommand: resource is alive
>>> 2013-04-07 00:39:51,549 DEBUG [agent.manager.AgentManagerImpl]
>>> (AgentTaskPool-14:null) agent (5) responded to checkHeathCommand, 
>>>reporting
>>> that agent is Up
>>> 2013-04-07 00:39:51,549 INFO  [agent.manager.AgentManagerImpl]
>>> (AgentTaskPool-14:null) The state determined is Up
>>> 2013-04-07 00:39:51,549 INFO  [agent.manager.AgentManagerImpl]
>>> (AgentTaskPool-14:null) Agent is determined to be up and running
>>> 2013-04-07 00:39:51,551 DEBUG [cloud.host.Status] 
>>>(AgentTaskPool-2:null)
>>> Agent status update: [id = 6; name = Tut-XenServer; old status = Up; 
>>>event
>>> = Ping; new status = Up; old update count = 316; new update count = 
>>>317]
>>> 2013-04-07 00:39:51,551 DEBUG [cloud.host.Status] 
>>>(AgentTaskPool-14:null)
>>> Transition:[Resource state = Enabled, Agent event = Ping, Host id = 5, 
>>>name
>>> = Tut-XenServer2]
>>> 2013-04-07 00:39:51,554 DEBUG [cloud.host.Status] 
>>>(AgentTaskPool-14:null)
>>> Agent status update: [id = 5; name = Tut-XenServer2; old status = Up; 
>>>event
>>> = Ping; new status = Up; old update count = 153; new update count = 
>>>154]
>>> 2013-04-07 00:40:04,836 DEBUG [agent.manager.DirectAgentAttache]
>>> (DirectAgent-238:null) Ping from 6
>>> 2013-04-07 00:40:06,653 WARN  [xen.resource.CitrixResourceBase]
>>> (DirectAgent-429:null)  can not ping xenserver
>>> 5e02c608-155d-432e-a20f-f8c600ef3ab7
>>> 2013-04-07 00:40:06,653 WARN  [agent.manager.DirectAgentAttache]
>>> (DirectAgent-429:null) Unable to get current status on 5
>>> 2013-04-07 00:40:06,655 INFO  [agent.manager.AgentManagerImpl]
>>> (AgentTaskPool-1:null) Investigating why host 5 has disconnected with 
>>>event
>>> AgentDisconnected
>>> 2013-04-07 00:40:06,655 DEBUG [agent.manager.AgentManagerImpl]
>>> (AgentTaskPool-1:null) checking if agent (5) is alive
>>> 2013-04-07 00:40:06,658 DEBUG [agent.transport.Request]
>>> (AgentTaskPool-1:null) Seq 5-614334824: Sending  { Cmd , MgmtId: 1, 
>>>via: 5,
>>> Ver: v1, Flags: 100011, [{"CheckHealthCommand":{"wait":50}}] }
>>> 2013-04-07 00:40:06,658 DEBUG [agent.transport.Request]
>>> (AgentTaskPool-1:null) Seq 5-614334824: Executing:  { Cmd , MgmtId: 1, 
>>>via:
>>> 5, Ver: v1, Flags: 100011, [{"CheckHealthCommand":{"wait":50}}] }
>>> 2013-04-07 00:40:06,658 DEBUG [agent.manager.DirectAgentAttache]
>>> (DirectAgent-28:null) Seq 5-614334824: Executing request
>>> 2013-04-07 00:40:06,681 DEBUG [agent.manager.DirectAgentAttache]
>>> (DirectAgent-28:null) Seq 5-614334824: Response Received:
>>> 2013-04-07 00:40:06,682 DEBUG [agent.transport.Request]
>>> (DirectAgent-28:null) Seq 5-614334824: Processing:  { Ans: , MgmtId: 1,
>>> via: 5, Ver: v1, Flags: 10,
>>> [{"CheckHealthAnswer":{"result":false,"details":"resource is not
>>> alive","wait":0}}] }
>>> 2013-04-07 00:40:06,682 DEBUG [agent.transport.Request]
>>> (AgentTaskPool-1:null) Seq 5-614334824: Received:  { Ans: , MgmtId: 1, 
>>>via:
>>> 5, Ver: v1, Flags: 10, { CheckHealthAnswer } }
>>> 2013-04-07 00:40:06,682 DEBUG [agent.manager.AgentManagerImpl]
>>> (AgentTaskPool-1:null) Details from executing class
>>> com.cloud.agent.api.CheckHealthCommand: resource is not alive
>>> 2013-04-07 00:40:06,684 DEBUG [cloud.ha.HighAvailabilityManagerImpl]
>>> (AgentTaskPool-1:null) SimpleInvestigator unable to determine the 
>>>state 
>>>of
>>> the host.  Moving on.
>>> 2013-04-07 00:40:06,691 DEBUG [agent.transport.Request]
>>> (AgentTaskPool-1:null) Seq 6-324993320: Sending  { Cmd , MgmtId: 1, 
>>>via: 6,
>>> Ver: v1, Flags: 100011,
>>> 
>>>[{"CheckOnHostCommand":{"host":{"guid":"5e02c608-155d-432e-a20f-f8c600ef
>>>3
>>>ab7","privateNetwork":{"ip":"192.168.56.11","netmask":"255.255.255.0","m
>>>a
>>>c":"08:00:27:f7:0d:28","isSecurityGroupEnabled":false},"publicNetwork":{
>>>"
>>>ip":"192.168.56.11","netmask":"255.255.255.0","mac":"08:00:27:f7:0d:28",
>>>"
>>>isSecurityGroupEnabled":false},"storageNetwork1":{"ip":"192.168.56.11","
>>>n
>>>etmask":"255.255.255.0","mac":"08:00:27:f7:0d:28","isSecurityGroupEnable
>>>d
>>>":false}},"wait":20}}]
>>> }
>>> 2013-04-07 00:40:06,691 DEBUG [agent.transport.Request]
>>> (AgentTaskPool-1:null) Seq 6-324993320: Executing:  { Cmd , MgmtId: 1, 
>>>via:
>>> 6, Ver: v1, Flags: 100011,
>>> 
>>>[{"CheckOnHostCommand":{"host":{"guid":"5e02c608-155d-432e-a20f-f8c600ef
>>>3
>>>ab7","privateNetwork":{"ip":"192.168.56.11","netmask":"255.255.255.0","m
>>>a
>>>c":"08:00:27:f7:0d:28","isSecurityGroupEnabled":false},"publicNetwork":{
>>>"
>>>ip":"192.168.56.11","netmask":"255.255.255.0","mac":"08:00:27:f7:0d:28",
>>>"
>>>isSecurityGroupEnabled":false},"storageNetwork1":{"ip":"192.168.56.11","
>>>n
>>>etmask":"255.255.255.0","mac":"08:00:27:f7:0d:28","isSecurityGroupEnable
>>>d
>>>":false}},"wait":20}}]
>>> }
>>> 2013-04-07 00:40:06,692 DEBUG [agent.manager.DirectAgentAttache]
>>> (DirectAgent-467:null) Seq 6-324993320: Executing request
>>> 2013-04-07 00:40:06,909 DEBUG [agent.manager.DirectAgentAttache]
>>> (DirectAgent-367:null) Seq 6-324993028: Executing request
>>> 2013-04-07 00:40:07,178 DEBUG [xen.resource.XenServer56Resource]
>>> (DirectAgent-467:null) Heart beat is still going
>>> 2013-04-07 00:40:07,178 DEBUG [agent.manager.DirectAgentAttache]
>>> (DirectAgent-467:null) Seq 6-324993320: Response Received:
>>> 2013-04-07 00:40:07,178 DEBUG [agent.transport.Request]
>>> (DirectAgent-467:null) Seq 6-324993320: Processing:  { Ans: , MgmtId: 
>>>1,
>>> via: 6, Ver: v1, Flags: 10,
>>> 
>>>[{"CheckOnHostAnswer":{"determined":true,"alive":true,"result":true,"det
>>>a
>>>ils":"Heartbeat
>>> is still going","wait":0}}] }
>>> 2013-04-07 00:40:07,178 DEBUG [agent.transport.Request]
>>> (AgentTaskPool-1:null) Seq 6-324993320: Received:  { Ans: , MgmtId: 1, 
>>>via:
>>> 6, Ver: v1, Flags: 10, { CheckOnHostAnswer } }
>>> 2013-04-07 00:40:07,179 DEBUG [agent.manager.AgentManagerImpl]
>>> (AgentTaskPool-1:null) Details from executing class
>>> com.cloud.agent.api.CheckOnHostCommand: Heartbeat is still going
>>> 2013-04-07 00:40:07,179 DEBUG [cloud.ha.HighAvailabilityManagerImpl]
>>> (AgentTaskPool-1:null) XenServerInvestigator was able to determine 
>>>host 
>>>5
>>> is in Up
>>> 2013-04-07 00:40:07,179 INFO  [agent.manager.AgentManagerImpl]
>>> (AgentTaskPool-1:null) The state determined is Up
>>> 2013-04-07 00:40:07,179 INFO  [agent.manager.AgentManagerImpl]
>>> (AgentTaskPool-1:null) Agent is determined to be up and running
>>> 2013-04-07 00:40:07,179 DEBUG [cloud.host.Status] 
>>>(AgentTaskPool-1:null)
>>> Transition:[Resource state = Enabled, Agent event = Ping, Host id = 5, 
>>>name
>>> = Tut-XenServer2]
>>> 2013-04-07 00:40:07,182 DEBUG [cloud.host.Status] 
>>>(AgentTaskPool-1:null)
>>> Agent status update: [id = 5; name = Tut-XenServer2; old status = Up; 
>>>event
>>> = Ping; new status = Up; old update count = 154; new update count = 
>>>155]
>>> 2013-04-07 00:40:07,321 DEBUG [agent.manager.DirectAgentAttache]
>>> (DirectAgent-367:null) Seq 6-324993028: Response Received:
>>> 2013-04-07 00:40:07,322 DEBUG [agent.transport.Request]
>>> (DirectAgent-367:null) Seq 6-324993028: Processing:  { Ans: , MgmtId: 
>>>1,
>>> via: 6, Ver: v1, Flags: 10,
>>> 
>>>[{"ClusterSyncAnswer":{"_clusterId":2,"_newStates":{},"_isExecuted":fals
>>>e
>>>,"result":true,"wait":0}}]
>>> }
>>> 2013-04-07 00:40:11,022 DEBUG [agent.manager.DirectAgentAttache]
>>> (DirectAgent-430:null) Seq 5-614334468: Executing request
>>> 2013-04-07 00:40:11,052 DEBUG [xen.resource.XenServerConnectionPool]
>>> (DirectAgent-430:null) Catch Exception:
>>> com.xensource.xenapi.Types$HostOffline Host is offline 192.168.56.11 
>>>due to
>>> You attempted an operation which involves a host which could not be
>>> contacted.
>>> 2013-04-07 00:40:11,052 DEBUG [xen.resource.XenServerConnectionPool]
>>> (DirectAgent-430:null) Trying to reset master of slave 192.168.56.11 to
>>> 192.168.56.9
>>> 2013-04-07 00:40:20,452 DEBUG
>>> [storage.secondary.SecondaryStorageManagerImpl] (secstorage-1:null) 
>>>Zone 1
>>> is ready to launch secondary storage VM
>>> 2013-04-07 00:40:20,552 DEBUG 
>>>[cloud.consoleproxy.ConsoleProxyManagerImpl]
>>> (consoleproxy-1:null) Zone 1 is ready to launch console proxy
>>> 2013-04-07 00:40:20,820 DEBUG
>>> [network.router.VirtualNetworkApplianceManagerImpl]
>>> (RouterStatusMonitor-1:null) Found 0 routers to update status.
>>> 2013-04-07 00:40:20,821 DEBUG
>>> [network.router.VirtualNetworkApplianceManagerImpl]
>>> (RouterStatusMonitor-1:null) Found 0 networks to update RvR status.
>>> 2013-04-07 00:40:20,852 DEBUG
>>> [network.router.VirtualNetworkApplianceManagerImpl]
>>> (RouterStatusMonitor-1:null) Found 0 routers to update status.
>>> 2013-04-07 00:40:20,853 DEBUG
>>> [network.router.VirtualNetworkApplianceManagerImpl]
>>> (RouterStatusMonitor-1:null) Found 0 networks to update RvR status.
>>> 2013-04-07 00:40:21,055 DEBUG [xen.resource.XenServerConnectionPool]
>>> (DirectAgent-430:null) localLogout has problem Failed to read server's
>>> response: connect timed out
>>> 2013-04-07 00:40:21,055 WARN  [agent.manager.DirectAgentAttache]
>>> (DirectAgent-430:null) Seq 5-614334468: Exception Caught while 
>>>executing
>>> command
>>> com.cloud.utils.exception.CloudRuntimeException: Unable to reset 
>>>master 
>>>of
>>> slave 192.168.56.11 to 192.168.56.9 due to
>>> org.apache.xmlrpc.XmlRpcException: Failed to read server's response:
>>> connect timed out
>>>  at
>>> 
>>>com.cloud.hypervisor.xen.resource.XenServerConnectionPool.PoolEmergencyR
>>>e
>>>setMaster(XenServerConnectionPool.java:443)
>>> at
>>> 
>>>com.cloud.hypervisor.xen.resource.XenServerConnectionPool.connect(XenSer
>>>v
>>>erConnectionPool.java:661)
>>>  at
>>> 
>>>com.cloud.hypervisor.xen.resource.CitrixResourceBase.getConnection(Citri
>>>x
>>>ResourceBase.java:5380)
>>> at
>>> 
>>>com.cloud.hypervisor.xen.resource.CitrixResourceBase.execute(CitrixResou
>>>r
>>>ceBase.java:7248)
>>>  at
>>> 
>>>com.cloud.hypervisor.xen.resource.CitrixResourceBase.executeRequest(Citr
>>>i
>>>xResourceBase.java:555)
>>> at
>>> 
>>>com.cloud.hypervisor.xen.resource.XenServer56Resource.executeRequest(Xen
>>>S
>>>erver56Resource.java:73)
>>>  at
>>> 
>>>com.cloud.agent.manager.DirectAgentAttache$Task.run(DirectAgentAttache.j
>>>a
>>>va:186)
>>> at 
>>>java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:439)
>>>  at
>>> 
>>>java.util.concurrent.FutureTask$Sync.innerRunAndReset(FutureTask.java:31
>>>7
>>>)
>>> at java.util.concurrent.FutureTask.runAndReset(FutureTask.java:150)
>>>  at
>>> 
>>>java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.acc
>>>e
>>>ss$101(ScheduledThreadPoolExecutor.java:98)
>>> at
>>> 
>>>java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run
>>>P
>>>eriodic(ScheduledThreadPoolExecutor.java:180)
>>>  at
>>> 
>>>java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run
>>>(
>>>ScheduledThreadPoolExecutor.java:204)
>>> at
>>> 
>>>java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecuto
>>>r
>>>.java:895)
>>>  at
>>> 
>>>java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.ja
>>>v
>>>a:918)
>>> at java.lang.Thread.run(Thread.java:680)
>>> 2013-04-07 00:40:21,056 DEBUG [agent.manager.DirectAgentAttache]
>>> (DirectAgent-430:null) Seq 5-614334468: Response Received:
>>> 2013-04-07 00:40:21,056 DEBUG [agent.transport.Request]
>>> (DirectAgent-430:null) Seq 5-614334468: Processing:  { Ans: , MgmtId: 
>>>1,
>>> via: 5, Ver: v1, Flags: 10,
>>> 
>>>[{"Answer":{"result":false,"details":"com.cloud.utils.exception.CloudRun
>>>t
>>>imeException:
>>> Unable to reset master of slave 192.168.56.11 to 192.168.56.9 due to
>>> org.apache.xmlrpc.XmlRpcException: Failed to read server's response:
>>> connect timed out","wait":0}}] }
>>> 2013-04-07 00:40:24,888 DEBUG [agent.manager.AgentManagerImpl]
>>> (AgentManager-Handler-12:null) Ping from 4
>>> 2013-04-07 00:40:27,162 DEBUG [agent.manager.DirectAgentAttache]
>>> (DirectAgent-321:null) Ping from 1
>>> 2013-04-07 00:40:29,095 DEBUG [agent.manager.DirectAgentAttache]
>>> (DirectAgent-423:null) Seq 1-90046472: Executing request
>>> 2013-04-07 00:40:29,364 DEBUG [agent.manager.DirectAgentAttache]
>>> (DirectAgent-423:null) Seq 1-90046472: Response Received:
>>> 2013-04-07 00:40:29,364 DEBUG [agent.transport.Request]
>>> (DirectAgent-423:null) Seq 1-90046472: Processing:  { Ans: , MgmtId: 1,
>>> via: 1, Ver: v1, Flags: 10,
>>> 
>>>[{"ClusterSyncAnswer":{"_clusterId":1,"_newStates":{},"_isExecuted":fals
>>>e
>>>,"result":true,"wait":0}}]
>>> }
>>> 2013-04-07 00:40:43,749 INFO  
>>>[context.support.XmlWebApplicationContext]
>>> (Shutdown:null) Closing Root WebApplicationContext: startup date [Sat 
>>>Apr
>>> 06 22:07:12 MDT 2013]; root of context hierarchy
>>> 2013-04-07 00:40:43,751 INFO  
>>>[factory.support.DefaultListableBeanFactory]
>>> (Shutdown:null) Destroying singletons in
>>> 
>>>org.springframework.beans.factory.support.DefaultListableBeanFactory@74b
>>>7
>>>6ce4:
>>> defining beans
>>> 
>>>[org.springframework.context.annotation.internalConfigurationAnnotationP
>>>r
>>>ocessor,org.springframework.context.annotation.internalAutowiredAnnotati
>>>o
>>>nProcessor,org.springframework.context.annotation.internalRequiredAnnota
>>>t
>>>ionProcessor,org.springframework.context.annotation.internalCommonAnnota
>>>t
>>>ionProcessor,ClusterRestService,NetworkRestService,PodService,VirtualMac
>>>h
>>>ineRestService,VolumeRestService,zoneService,dataDisk,iso,rootDisk,volum
>>>e
>>>TypeHelper,VMComputeTagDaoImpl,VMEntityDaoImpl,VMNetworkMapDaoImpl,VMRes
>>>e
>>>rvationDaoImpl,VMRootDiskTagDaoImpl,volumeReservationDaoImpl,virtualMach
>>>i
>>>neEntityImpl,VMEntityManagerImpl,dataCenterResourceManagerImpl,EngineDcD
>>>e
>>>tailsDao,EngineClusterDao,EngineDataCenterDao,EngineHostDao,EngineHostPo
>>>d
>>>Dao,EngineHostDetailsDao,EngineHostTagsDao,provisioningService,cloudOrch
>>>e
>>>strator,dataObjectManagerImpl,dataStoreManagerImpl,dataStoreProviderDaoI
>>>m
>>>pl,primaryDataStoreDaoImpl,primaryDataStoreDetailsDaoImpl,objectInDataSt
>>>o
>>>reManagerImpl,dataStoreProviderManagerImpl,objectInDataStoreDaoImpl,defa
>>>u
>>>ltEndPointSelector,hypervsiorHostEndPointRpcServer,imageDataStoreHelper,
>>>i
>>>mageDaoStoreDaoImpl,imageDataDaoImpl,imageDataStoreProviderDaoImpl,BAREM
>>>E
>>>TAL,imageFormatHelper,ISO,OVA,imageformat_qcow2,unknown,image_format_vhd
>>>,
>>>dataMotionServiceImpl,primaryDataStoreHelper,templatePrimaryDataStoreDao
>>>I
>>>mpl,volumeDao2Impl,imageDataFactoryImpl,imageServiceImpl,imageDataManage
>>>r
>>>Impl,imageDataStoreManagerImpl,defaultImageDataStoreProvider,defaultImag
>>>e
>>>MotionStrategy,imageMotionServiceImpl,snapshotDao2Impl,snapshotDataFacto
>>>r
>>>yImpl,snapshotServiceImpl,hypervisorBasedSnapshot,defaultPrimaryDataStor
>>>e
>>>ProviderManagerImpl,defaultPrimaryDatastoreProviderImpl,ISCSI,networkFil
>>>e
>>>System,templateInstallStrategyImpl,volumeDataFactoryImpl,volumeManagerIm
>>>p
>>>l,volumeServiceImpl,apiDiscoveryServiceImpl,apiRateLimitServiceImpl,regi
>>>o
>>>nDaoImpl,regionManagerImpl,regionServiceImpl,userContextInitializer,even
>>>t
>>>DaoImpl,usageEventDaoImpl,randomAllocator,baremetalDhcpDaoImpl,baremetal
>>>P
>>>xeDaoImpl,vmwareContextFactory,ciscoNexusVSMDeviceDaoImpl,lunDaoImpl,poo
>>>l
>>>DaoImpl,netappVolumeDaoImpl,netappManagerImpl,elasticLoadBalancerElement
>>>,
>>>elasticLbVmMapDaoImpl,elasticLoadBalancerManagerImpl,netScalerPodDaoImpl
>>>,
>>>niciraNvpDaoImpl,niciraNvpNicMappingDaoImpl,niciraNvpRouterMappingDaoImp
>>>l
>>>,niciraNvpElement,ovsGuestNetworkGuru,ovsTunnelInterfaceDaoImpl,ovsTunne
>>>l
>>>NetworkDaoImpl,ovsTunnelManagerImpl,bigSwitchVnsDaoImpl,bigSwitchVnsElem
>>>e
>>>nt,randomStoragePoolAllocator,domainChecker,agentMonitor,firstFitAllocat
>>>o
>>>r,recreateHostAllocator,testingAllocator,basicAgentAuthManager,alertMana
>>>g
>>>erImpl,clusterAlertAdapter,consoleProxyAlertAdapter,alertDaoImpl,seconda
>>>r
>>>yStorageVmAlertAdapter,apiDBUtils,apiDispatcher,apiResponseHelper,apiSer
>>>v
>>>er,apiServlet,accountJoinDaoImpl,asyncJobJoinDaoImpl,dataCenterJoinDaoIm
>>>p
>>>l,diskOfferingJoinDaoImpl,domainRouterJoinDaoImpl,hostJoinDaoImpl,instan
>>>c
>>>eGroupJoinDaoImpl,projectAccountJoinDaoImpl,projectInvitationJoinDaoImpl
>>>,
>>>projectJoinDaoImpl,resourceTagJoinDaoImpl,securityGroupJoinDaoImpl,servi
>>>c
>>>eOfferingJoinDaoImpl,storagePoolJoinDaoImpl,userAccountJoinDaoImpl,userV
>>>m
>>>JoinDaoImpl,volumeJoinDaoImpl,queryManagerImpl,asyncJobExecutorContextIm
>>>p
>>>l,asyncJobManagerImpl,asyncJobDaoImpl,syncQueueDaoImpl,syncQueueItemDaoI
>>>m
>>>pl,syncQueueManagerImpl,capacityManagerImpl,capacityDaoImpl,certificateD
>>>a
>>>oImpl,clusterBasedAgentLoadBalancerPlanner,hostTransferMapDaoImpl,cluste
>>>r
>>>FenceManagerImpl,clusterServiceServletAdapter,managementServerHostDaoImp
>>>l
>>>,managementServerHostPeerDaoImpl,stackMaidDaoImpl,managementServerNode,c
>>>o
>>>nfigurationManagerImpl,configurationDaoImpl,resourceCountDaoImpl,resourc
>>>e
>>>LimitDaoImpl,entityManagerImpl,clusterDetailsDaoImpl,accountVlanMapDaoIm
>>>p
>>>l,clusterDaoImpl,clusterVSMMapDaoImpl,dataCenterDaoImpl,dataCenterIpAddr
>>>e
>>>ssDaoImpl,dataCenterLinkLocalIpAddressDaoImpl,dataCenterVnetDaoImpl,dcDe
>>>t
>>>ailsDaoImpl,hostPodDaoImpl,podVlanDaoImpl,podVlanMapDaoImpl,storageNetwo
>>>r
>>>kIpAddressDaoImpl,storageNetworkIpRangeDaoImpl,vlanDaoImpl,domainDaoImpl
>>>,
>>>actionEventUtils,alertGenerator,eventJoinDaoImpl,eventUtils,usageEventUt
>>>i
>>>ls,highAvailabilityDaoImpl,recreatableFencer,hostDaoImpl,hostDetailsDaoI
>>>m
>>>pl,hostTagsDaoImpl,cloudZonesStartupProcessor,hypervisorCapabilitiesDaoI
>>>m
>>>pl,hypervisorGuruManagerImpl,keystoreDaoImpl,keystoreManagerImpl,agentUp
>>>g
>>>radeDaoImpl,upgradeManagerImpl,autoScaleManagerImpl,autoScalePolicyCondi
>>>t
>>>ionMapDaoImpl,autoScalePolicyDaoImpl,autoScaleVmGroupDaoImpl,autoScaleVm
>>>G
>>>roupPolicyMapDaoImpl,autoScaleVmProfileDaoImpl,conditionDaoImpl,counterD
>>>a
>>>oImpl,externalFirewallDeviceDaoImpl,externalLoadBalancerDeviceDaoImpl,fi
>>>r
>>>ewallRulesCidrsDaoImpl,firewallRulesDaoImpl,inlineLoadBalancerNicMapDaoI
>>>m
>>>pl,IPAddressDaoImpl,LBStickinessPolicyDaoImpl,loadBalancerDaoImpl,loadBa
>>>l
>>>ancerVMMapDaoImpl,networkAccountDaoImpl,networkDaoImpl,networkDomainDaoI
>>>m
>>>pl,networkExternalFirewallDaoImpl,networkExternalLoadBalancerDaoImpl,net
>>>w
>>>orkOpDaoImpl,networkRuleConfigDaoImpl,networkServiceMapDaoImpl,physicalN
>>>e
>>>tworkDaoImpl,physicalNetworkIsolationMethodDaoImpl,physicalNetworkServic
>>>e
>>>ProviderDaoImpl,physicalNetworkTagDaoImpl,physicalNetworkTrafficTypeDaoI
>>>m
>>>pl,portProfileDaoImpl,remoteAccessVpnDaoImpl,routerNetworkDaoImpl,site2S
>>>i
>>>teCustomerGatewayDaoImpl,site2SiteVpnConnectionDaoImpl,site2SiteVpnGatew
>>>a
>>>yDaoImpl,userIpv6AddressDaoImpl,virtualRouterProviderDaoImpl,vpnUserDaoI
>>>m
>>>pl,externalLoadBalancerUsageManagerImpl,externalNetworkDeviceManagerImpl
>>>,
>>>firewallManagerImpl,loadBalancingRulesManagerImpl,networkManagerImpl,net
>>>w
>>>orkModelImpl,networkServiceImpl,networkUsageManagerImpl,virtualNetworkAp
>>>p
>>>lianceManagerImpl,vpcVirtualNetworkApplianceManagerImpl,portForwardingRu
>>>l
>>>esDaoImpl,rulesManagerImpl,securityGroupDaoImpl,securityGroupRuleDaoImpl
>>>,
>>>securityGroupRulesDaoImpl,securityGroupVMMapDaoImpl,securityGroupWorkDao
>>>I
>>>mpl,vmRulesetLogDaoImpl,storageNetworkManagerImpl,privateIpDaoImpl,stati
>>>c
>>>RouteDaoImpl,vpcDaoImpl,vpcGatewayDaoImpl,vpcOfferingDaoImpl,vpcOffering
>>>S
>>>erviceMapDaoImpl,networkACLManagerImpl,vpcManagerImpl,remoteAccessVpnMan
>>>a
>>>gerImpl,site2SiteVpnManagerImpl,networkOfferingDaoImpl,networkOfferingSe
>>>r
>>>viceMapDaoImpl,projectAccountDaoImpl,projectDaoImpl,projectInvitationDao
>>>I
>>>mpl,projectManagerImpl,dummyHostDiscoverer,resourceManagerImpl,resourceL
>>>i
>>>mitManagerImpl,commandExecLogDaoImpl,configurationServerImpl,statsCollec
>>>t
>>>or,serviceOfferingDaoImpl,consoleServlet,registerCompleteServlet,garbage
>>>C
>>>ollectingStoragePoolAllocator,useLocalForRootAllocator,diskOfferingDaoIm
>>>p
>>>l,guestOSCategoryDaoImpl,guestOSDaoImpl,launchPermissionDaoImpl,s3DaoImp
>>>l
>>>,snapshotDaoImpl,snapshotPolicyDaoImpl,snapshotScheduleDaoImpl,storagePo
>>>o
>>>lDaoImpl,storagePoolDetailsDaoImpl,storagePoolHostDaoImpl,storagePoolWor
>>>k
>>>DaoImpl,swiftDaoImpl,uploadDaoImpl,VMTemplateDaoImpl,VMTemplateDetailsDa
>>>o
>>>Impl,VMTemplateHostDaoImpl,VMTemplatePoolDaoImpl,VMTemplateS3DaoImpl,VMT
>>>e
>>>mplateSwiftDaoImpl,VMTemplateZoneDaoImpl,volumeDaoImpl,volumeHostDaoImpl
>>>,
>>>downloadMonitorImpl,OCFS2ManagerImpl,s3ManagerImpl,secondaryStorageVmDef
>>>a
>>>ultAllocator,snapshotManagerImpl,snapshotSchedulerImpl,storageManagerImp
>>>l
>>>,swiftManagerImpl,uploadMonitorImpl,resourceTagsDaoImpl,taggedResourceMa
>>>n
>>>agerImpl,hyervisorTemplateAdapter,templateManagerImpl,versionDaoImpl,dat
>>>a
>>>baseIntegrityChecker,externalPublicIpStatisticsDaoImpl,usageDaoImpl,usag
>>>e
>>>IPAddressDaoImpl,usageJobDaoImpl,usageLoadBalancerPolicyDaoImpl,usageNet
>>>w
>>>orkDaoImpl,usageNetworkOfferingDaoImpl,usagePortForwardingRuleDaoImpl,us
>>>a
>>>geSecurityGroupDaoImpl,usageStorageDaoImpl,usageVMInstanceDaoImpl,usageV
>>>o
>>>lumeDaoImpl,usageVPNUserDaoImpl,usageServiceImpl,accountDetailsDaoImpl,a
>>>c
>>>countManagerImpl,accountDaoImpl,SSHKeyPairDaoImpl,userAccountDaoImpl,use
>>>r
>>>DaoImpl,userStatisticsDaoImpl,userStatsLogDaoImpl,domainManagerImpl,iden
>>>t
>>>ityDaoImpl,identityServiceImpl,consoleProxyDaoImpl,domainRouterDaoImpl,i
>>>n
>>>stanceGroupDaoImpl,instanceGroupVMMapDaoImpl,nicDaoImpl,secondaryStorage
>>>V
>>>mDaoImpl,userVmDetailsDaoImpl,VMInstanceDaoImpl,itWorkDaoImpl,componentC
>>>o
>>>ntext,org.springframework.aop.config.internalAutoProxyCreator,org.spring
>>>f
>>>ramework.aop.aspectj.AspectJPointcutAdvisor#0,captureAnyMethod,org.sprin
>>>g
>>>framework.aop.aspectj.AspectJPointcutAdvisor#1,captureEventMethod,transa
>>>c
>>>tionContextBuilder,actionEventInterceptor,onwireRegistry,messageSerializ
>>>e
>>>r,transportProvider,rpcProvider,eventBus,premiumDatabaseUpgradeChecker,m
>>>a
>>>nagementServerImpl,clusterManagerImpl,clusteredAgentManagerImpl,clustere
>>>d
>>>VirtualMachineManagerImpl,highAvailabilityManagerExtImpl,userVmManagerIm
>>>p
>>>l,consoleProxyManagerImpl,securityGroupManagerImpl2,premiumSecondaryStor
>>>a
>>>geManagerImpl,userVmDaoImpl,ipv6AddressManagerImpl,VmwareManager,NetappM
>>>a
>>>nager,BaremetalManager,BaremetalDhcpManager,BaremetalKickStartPxeService
>>>,
>>>BaremetalPingPxeService,BaremetalPxeManager,Ovs,BareMetalDhcp,BareMetalP
>>>x
>>>e,BareMetalUserdata,SecurityGroupProvider,VirtualRouter,VpcVirtualRouter
>>>,
>>>NiciraNvp,JuniperSRX,Netscaler,F5BigIP,CiscoNexus1000vVSM,FirstFitRoutin
>>>g
>>>,LocalStoragePoolAllocator,FirstFitStoragePoolAllocator,UserConcentrated
>>>A
>>>llocator,ConsoleProxyAllocator,StaticRoleBasedAPIAccessChecker,ExteralIp
>>>A
>>>ddressAllocator,BareMetalTemplateAdapter,MD5UserAuthenticator,LDAPUserAu
>>>t
>>>henticator,CheckOnAgentInvestigator,XenServerInvestigator,UserVmDomRInve
>>>s
>>>tigator,ManagementIPSystemVMInvestigator,VmwareInvestigator,XenServerFen
>>>c
>>>er,KVMFencer,OvmFencer,VmwareFencer,XcpServerDiscoverer,SecondaryStorage
>>>D
>>>iscoverer,KvmServerDiscoverer,BareMetalDiscoverer,HypervServerDiscoverer
>>>,
>>>OvmDiscoverer,vmwareServerDiscoverer,FirstFitPlanner,UserDispersingPlann
>>>e
>>>r,UserConcentratedPodPlanner,BareMetalPlanner,StorageNetworkGuru,Externa
>>>l
>>>GuestNetworkGuru,PublicNetworkGuru,PodBasedNetworkGuru,ControlNetworkGur
>>>u
>>>,DirectNetworkGuru,DirectPodBasedNetworkGuru,OvsGuestNetworkGuru,Private
>>>N
>>>etworkGuru,NiciraNvpGuestNetworkGuru,XenServerGuru,KVMGuru,OvmGuru,VMwar
>>>e
>>>Guru,BaremetalGuru,BaremetalPlannerSelector,HypervisorPlannerSelector,or
>>>g
>>>.springframework.context.annotation.ConfigurationClassPostProcessor$Impo
>>>r
>>>tAwareBeanPostProcessor#0];
>>> root of factory hierarchy
>>>
>>>
>>> On Sun, Apr 7, 2013 at 12:54 AM, Marcus Sorensen 
>>><sh...@gmail.com>wrote:
>>>
>>>> If you're running it the Dev way with jetty, look for vmops.log in 
>>>>your
>>>> git
>>>> root. If you've installed via package look for
>>>> /var/log/cloudstack/management/management-server.log.
>>>> On Apr 7, 2013 12:45 AM, "Mike Tutkowski" 
>>>><mi...@solidfire.com>
>>>> wrote:
>>>>
>>>> > Hi Marcus,
>>>> >
>>>> > I was just looking at the output in the console.
>>>> >
>>>> > Can you remind me again where the related logs are stored?
>>>> >
>>>> > Thanks!
>>>> >
>>>> >
>>>> > On Sun, Apr 7, 2013 at 12:39 AM, Marcus Sorensen 
>>>><shadowsor@gmail.com
>>>> > >wrote:
>>>> >
>>>> > > Have you by chance looked at the debug logs to see if it by chance
>>>> tried
>>>> > > the proper storage and failed? I'm not sure that's OK either, but 
>>>>it
>>>> > would
>>>> > > be interesting to know.
>>>> > > On Apr 7, 2013 12:25 AM, "Mike Tutkowski" <
>>>> mike.tutkowski@solidfire.com>
>>>> > > wrote:
>>>> > >
>>>> > > > Hi,
>>>> > > >
>>>> > > > I'm currently using 4.1 (from like a week or so ago).
>>>> > > >
>>>> > > > I have three tiers of shared, iSCSI-based storage represented in
>>>> three
>>>> > > > storage repositories in XenServer:
>>>> > > >
>>>> > > > SR_2
>>>> > > > SR_3
>>>> > > > SR_4
>>>> > > >
>>>> > > > SR_2 maps into CS via primary storage PS_2, which has the 
>>>>storage
>>>> tag
>>>> > > PS_2
>>>> > > > SR_3 maps into CS via primary storage PS_3, which has the 
>>>>storage
>>>> tag
>>>> > > PS_3
>>>> > > > SR_4 maps into CS via primary storage PS_4, which has the 
>>>>storage
>>>> tag
>>>> > > PS_4
>>>> > > >
>>>> > > > I have three compute offerings:
>>>> > > >
>>>> > > > CO_2, which only uses storage tag PS_2
>>>> > > > CO_3, which only uses storage tag PS_3
>>>> > > > CO_4, which only uses storage tag PS_4
>>>> > > >
>>>> > > > I walk through the wizard and select CO_3.  My VM ends up on 
>>>>SR_4.
>>>> > > >
>>>> > > > I have double checked the relationships and don't see any 
>>>>errors 
>>>>in
>>>> > how I
>>>> > > > have CS configured.
>>>> > > >
>>>> > > > Does anyone know of this being noted as a current bug?
>>>> > > >
>>>> > > > Thanks!
>>>> > > >
>>>> > > >
>>>> > > > --
>>>> > > > *Mike Tutkowski*
>>>> > > > *Senior CloudStack Developer, SolidFire Inc.*
>>>> > > > e: mike.tutkowski@solidfire.com
>>>> > > > o: 303.746.7302
>>>> > > > Advancing the way the world uses the
>>>> > > > cloud<http://solidfire.com/solution/overview/?video=play>
>>>> > > > *(tm)*
>>>> > > >
>>>> > >
>>>> >
>>>> >
>>>> >
>>>> > --
>>>> > *Mike Tutkowski*
>>>> > *Senior CloudStack Developer, SolidFire Inc.*
>>>> > e: mike.tutkowski@solidfire.com
>>>> > o: 303.746.7302
>>>> > Advancing the way the world uses the
>>>> > cloud<http://solidfire.com/solution/overview/?video=play>
>>>> > *(tm)*
>>>> >
>>>>
>>>
>>>
>>>
>>> --
>>> *Mike Tutkowski*
>>> *Senior CloudStack Developer, SolidFire Inc.*
>>> e: mike.tutkowski@solidfire.com
>>> o: 303.746.7302
>>> Advancing the way the world uses the 
>>>cloud<http://solidfire.com/solution/overview/?video=play>
>>> *(tm)*
>>>
>>
>>
>>
>>--
>>*Mike Tutkowski*
>>*Senior CloudStack Developer, SolidFire Inc.*
>>e: mike.tutkowski@solidfire.com
>>o: 303.746.7302
>>Advancing the way the world uses the
>>cloud<http://solidfire.com/solution/overview/?video=play>
>>*(tm)*
>


Re: VM deployed to wrong storage repository

Posted by Nitin Mehta <Ni...@citrix.com>.
Hi Prachi - Do we use this allocator now ? And why does this allocator not
honor the tags - is that not a bu ?

Thanks,
Nitin

On 08/04/13 11:2 PM, "Prachi Damle" <Pr...@citrix.com> wrote:

>Hi Mike,
>
>I checked the logs, looks like the RandomStoragePolAllocator is being
>picked up for the storage allocation - tis allocatordoes not match any
>tags.
>
>You should use FirstFitStoragePoolAllocato instead - change the
>component.xml to use this allocator and not the random

>Thanks,
>-Prachi
>
>-----Original Message-----
>From: Mike Tutkowski [mailto:mike.tutkowsi@solidfie.com]
>Sent: Monday, April 08 2013 8:23 AM
>To: dev@cloudstack.apache.org
>Subject: Re: VM deployed to wrong storage repository
>
>I plan to update to the latest 4.1 todayand re-try this.
>
>If I still see the problem, I'll open a bug.
>
>
>On Sun, Apr 7, 2013 at 4:26 PM, Mike Tutkowski
><mike.tutkowski@solidfire.com
>> wroe:
>
>> I don't see anything in vmops.log to indicate that another primary
>>storage
>> was tried first.  What do you think?
>>
>> 2013-04-07 00:30:51,459 INFO  [agent.manager.AgentManagerImpl]
>> (AgentTaskPool-11:null) Investigating why host 6 has disconnected wth
>> event PingTimeout
>> 2013-04-07 00:30:51,459 DEBUG [agent.manager.AgentManagerImpl]
>> (AgentTaskPool-11:null) checking if agent (6) is alive>> 2013-04-07 00:30:51,460 INFO  [agent.manager.AgentManagerImpl]
>> (AgentTaskPool-16:null) Investigating why host 5 has disconnected with
>> event PingTimeout
>> 2013-04-07 00:3051460 DEBUG [agent.manager.AgentManagerImpl]
>> (AgentTaskPool-16:null) checking if agent (5) is alive
>> 2013-04-07 00:30:51,462 DEBUG [agent.transport.Request]
>> (AgentTaskPool-11:null) Seq 6-324993302: Sending  { Cmd , MgmtId: 1,
>>via:
>> 6, Ver: v1, Flags: 100011, [{"CheckHealthCommand":{"wait":50}}] }
>> 2013-04-07 00:30:51,462 DEUG [agent.transport.Request]
>> (AgentTaskPool-11:null) Seq 6-324993302: Executing:  { Cmd , MgmtI: 1,
>> via: 6, Ver: v1, Flags: 100011, [{"CheckHealthCommand":{"wait":50}}] }
>> 2013-04-07 0:30:51,462 DEBUG [agent.manager.DirectAgentttache]
>> (DirectAgent-26:null) Seq 6-324993302: Executing request
>> 2013-04-07 00:30:51,464 DEBUG[agent.transport.Request]
>> (AgentTaskPool-16:null) Seq 5-614334808: Sending  { md , MgmtId: 1,
>>via:
>> 5, Ver: v1, Flags: 100011, [{"CheckHealthCommand":{"wait":50}}] }
>> 201304-07 00:30:51,464 DEBUG [agent.transport.Request]
>> (AgentTaskPool-16:null) Seq 5-614334808: Executing:  { Cmd , MgmtId: 1,
>> via: 5, Ver: v1, Flags: 100011, [{"CheckHealthComman":{"wait":50}}] }
>> 2013-04-07 00:30:51,465 DEBUG [agent.manager.DirectAgentAttace]
>> (DirectAgent-163:null) Seq 5-614334808: Executing request
>> 2013-04-07 00:30:51,511 DEBUG [agent.manager.DirectAgentAttache]
>> (DirectAgent-26:null) Seq 6-324993302: Response Received:
>> 2013-04-07 00:30:51,512 DEBUG [agent.transport.Request]
>> (DirectAgent-26:null) Seq 6-324993302: Processing:  { Ans: , MgmtId: 1,
>> via: 6, Ver: v1, Flags: 10,
>> [{"CheckHealthAnswer":{"result":true,"details":"resource i
>> alive","ait":0}}] }
>> 2013-04-07 00:30:51,512 DEBUG [agent.transport.Request]
>> (AgentTaskPool-11:null) Seq 6-324993302: Received:  { Ans: , MgmtId: 1,
>> via: 6, Ver: v1, Flags: 10, { CheckHealthAnswer } }
>> 2013-04-07 00:30:51,512 DEBUG [agent.manager.AgentManagerImpl]
>> (AgntTaskPool-11:null) Details from executing class
>> com.cloud.agent.api.CheckealthCommand: resource is alive
>> 2013-04-07 00:30:51,512 DEBUG [agent.manager.AgentManagerImpl]
>> (AgentTaskPool-11:null) agent (6) responded to checkHeathCommand,
>>reporting
>> that agent is Up
> 2013-04-07 00:30:51,512 INFO  [agent.manager.AgentManagerImpl]
>> (AgentTaskPool-11:null) he state determined is Up
>> 2013-04-07 00:30:51,512 INFO  [agent.manger.AgentManagerImpl]
>> (AgentTaskPool-11:null Agent is determined to be up and runnng
>> 2013-04-07 00:30:51,512 DEBUG [cloud.host.Satus]
>>(AgentTaskPool-11:null)
>> Transition:[Resource state = Enabled, Agent event = Ping, Host id = 6,
>>name
>> = Tut-XenServer]
>> 2013-04-07 00:30:51,515 DEBUG [cloud.host.Status]
>>(AgentTaskPool-11:null)
>> Agent status update: [id = 6; nae = Tut-XenServer; old status = Up;
>>event
>> = Ping; new status = Up; old update count = 307; new update count = 308]
>> 2013-04-07 00:30:51,517 DEBUG [agent.manager.DirectAgentAttache]
>> (DirectAgent-163:nll) Seq 5-614334808: Response Received:
>> 2013-04-07 00:30:51,517 DEBUG [agent.transport.Request]
>> (DirectAgent-163:null) Seq 5-614334808: Processing:  { Ans: , MgmtId: 1,
>> via: 5, Ver: v1, Flags: 10,
>> [{"CheckHealthAnswer":{"result":true,"details":"resource is
>> alive","wait":0}}] }
>> 2013-04-07 00:30:51,517 DEBUG [agent.transport.Request]
>> (AgentTaskPool-16:null) Se 5-614334808: Received:  { Ans: , MgmtId: 1,
>> via: 5, Ver: v1, Flags: 10, { CheckHealthAnswer } }
>> 2013-04-07 00:30:51,517 DEBUG [agent.manager.AgentManagerImpl]
>> (AgentTaskPool-16:null) Details from executing class
>> com.cloud.agent.api.CheckHealthCommand: resource is alive
>> 2013-04-07 00:30:51,517 DEBUG [agent.manager.AgentManaerImpl]
>> (AgentTaskPool-16:null) agent (5) responded to checkHeathCommand,
>>reporting
>> that agent is Up
>> 2013-04-07 00:30:51,518 INFO  [agent.manager.AgentManagerImpl]
>> (AgentTaskPool-16:null) The state determined is Up
>> 2013-04-07 00:30:51,518 INFO  [agent.manager.AgentManagerImpl]
>> (AgentTskPool-16:null) Agent is determined to be up and running
>> 2013-04-7 00:30:51,518 DEBUG [cloud.host.Status]
>>(AgentTaskPool-16:null)
>> Transition:[Resource state = Enabled, Agent event = Ping, Host id = 5,
>>name
>> = Tut-XenServer2]
>> 2013-04-07 00:30:51,522 DEBUG [cloud.host.Status]
>>(AgentTaskPool-16:null)
>> Agent status update: [id = 5; name = Tut-XenServer2; old status = Up;
>>event
>> = Ping; new status = Up; old update count = 144; new update count = 145]
>> 2013-04-07 00:30:52,927 DEUG [agent.manager.DirectAgentAttache]
>> (DirectAgent-157:null) Seq 6-324993301: Response Received:
>> 2013-04-07 00:30:52,927 DEBUG [agent.transport.Request]
>> (DirectAgent-15:null) Seq 6-324993301: Processing:  { Ans: , MgmtId: 1,
>> via: 6, Ver: v1, Flags: 110, [{"Answer":{"result":true,"wait":0}}] }
>> 2013-04-07 00:30:52,927 DEBUG [agent.transport.Request]
>> (Job-Executor-35:job-42) Seq 6-324993301: Received:  { Ans:  MgmtId: 1,
>> via: 6, Ver: v1, Flags: 110, { Answer } }
>> 2013-04-07 00:30:52,927 DEBUG [agent.manager.AgentAttache]
>> (DirectAgent-157:null) Seq 6-324993301: No more commands found
>> 2013-04-07 00:30:52,938 DEBUG
>> [network.router.VirtualNetworkApplianceManagerImpl]
>> (Job-Executor-35:job-42) Applying userdata and password entry in network
> Ntwk[204|uest|6]
>> 2013-04-07 00:30:52,952 DEBUG [agent.transport.Request]
>> (Job-Executor-35:job-42) Seq 6-324993303: Sending  { Cmd , MgmtId: 1,
>>via:
>> 6, Ver: v1, Flas: 100111,
>> 
>>[{"routing.SavePasswordCommand":{"password":"fnirq_cnffjbeq","vmIpAddress
>>":"192.168.56.195","vmName":"c18ddf7c-fc61-40b0-af75-fdef05f8eae6,"acces
>>sDetails":{"router.guest.ip":192.168.56.102","zone.network.type":"Basic"
>>,"router.ip":"169.254.1.168","
>> router.name
>> 
>>":"r-4-VM"},"wait":0}},{"routing.VmDataCommand":{"vmpAddress":"192.168.5
>>6.195","vmName":"c18ddf7c-fc61-40b0-af75-fdef05f8eae6","accessDetails":{"
>>router.guest.ip":"192.168.56.102","zone.network.type":"Basic","router.ip"
>>:"169.254.1.168","
>> router.name":"r-4-VM"},"wait":0}}] }
>> 2013-04-07 00:30:52,953 DEUG [agent.transport.equest]
>> (JobExecutor-35:job-42) Seq 6-324993303: Executing:  {Cmd , MgmtId: 1,
>> via: 6, Ver: v1, Flags: 100111,
>> 
>>[{"routing.SavePasswordCommand":{"password":"fnirq_nffjbeq","vmIpAddress
>>":"192.168.56.195","vmName":"c18ddf7c-fc61-40b0-af75-fdef05f8eae6","acces
>>sDetails":{"router.guest.ip":"192.168.56.102","zone.network.type":"Basic"
>>,"router.ip":"169.254.1.168","
>> router.name
>> 
>>":"r-4-VM"},"wait":0}},{"roting.VmDataCommand":{"vmIpAddress":"192.168.5
>>6.195","vmName":"c18ddf7c-fc61-40b0-af75-fdef05f8eae6","accessDetails":{"
>>router.guest.ip":"192.168.56.102","zone.network.type":"Basic","router.ip"
>>:"169.254.1.168","
>> router.name":"r-4-VM"},"wait":0}}] }
>> 2013-04-07 00:30:52,953 DEBUG [agent.manger.DirectAgentAttache]
>> (DirectAgent-37:null) Seq 6-324993303: Executing requst
>> 2013-04-07 00:30:53,093 DEBUG [cloud.api.ApiServlet]
>> (1161145101@qtp-100880148-3:null) ===START===  127.0.0.1 -- GET
>>  
>>command=queryAsyncJobResult&jobId=f75d8ce8-1193-43bf-b171-f43d2534e6bc&re
>>sponse=json&sessionkey=Z6QqzU0FqiT13bMgnRRfl8GoVA%3D&_=1365316253091
>> 2013-04-07 00:30:53,110 DEBUG [cloud.api.ApiServlet]
>> (1161145101@qtp-1008805148-33:null) ===END===  127.0.0.1 -- GET
>>  
>>command=queryAsyncJobResult&jobId=f75d8ce8-1193-43bf-b171-f43d2534e6bc&re
>>sponse=son&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316253091
>> 2013-04-07 00:30:56,093 DEBUG [cloud.api.ApiServlet]
>> (1161145101@qtp-1008805148-33:null) ===START===  127.0.0.1 -- GET
>>  
>>command=queryAsyncJobResult&jobId=f75d8ce8-1193-43bf-b171-f43d2534e6bc&re
>>sponse=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316256091
> 2013-04-07 00:30:56,109 DEBUG [cloud.api.ApiServlet]
>> (1161145101@qtp-1008805148-33:null) ===END===  127.0.0.1 -- GET
>>  
>>command=queryAsyncJobResult&jobId=f75d8ce8-1193-43bf-b171-f43d2534e6bc&re
>>sponse=json&sessokey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316256091
>> 2013-04-07 00:30:59,094 DEBUG [cloud.api.ApiServlet]
>> (1161145101@qtp-1008805148-33:null) ===START===  127.0.0.1 -- GET
>>  
>>command=queryAsyncJobResut&jobId=f75d8ce8-1193-43bf-b171-f43d2534e6b&re
>>sponse=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316259092
>> 2013-04-07 00:30:59,111 DEBUG [cloud.api.ApiServlet]
>> (1161145101@qtp-1008805148-33:null) ===END===  127.0.0.1 -- GET
>>  
>>command=queryAsyncJobResult&jobId=f75d8ce8-1193-43bf-b171-f43d2534e6bc&re
>sponse=json&essionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316259092
>> 2013-04-07 0:31:02,095 DEBUG [cloud.api.ApiServlet]
>> (1161145101@qtp-1008805148-33:null) ===START===  127.0.0.1 -- GET
>>  
>>command=queryAsyncJobResult&jobId=f75d8ce8-1193-43bf-b171-f43d2534e6bc&re
>>sponse=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316262093
>> 2013-04-07 00:31:02,110 DEBUG [cloud.api.ApiServlet]
>> (1161145101@qtp-1008805148-33:null) ===END===  127.0.0.1 -- GET
>>  
>>command=queryAsyncJobResult&jobId=f75d8ce8-1193-43bf-b171-f43d2534e6bc&re>>sponse=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316262093
>> 201-04-07 00:31:04,860 DEBUG [agent.manager.DirectAgentAttache]
>> (DirectAgent-145:null) Ping from 6
>> 2013-04-07 00:31:05,099 DEBUG [cloud.api.ApiServlet]
>> (116115101@qtp-1008805148-33:null) ===START===  127.0.0.1 -- GET
>>  
>>command=queryAsycJobResult&jobId=f75d8ce8-1193-43bf-b171-f43d2534e6bc&re
>>sponse=jsn&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316265096
>> 2013-04-07 00:31:05,114 DEBUG [cloud.api.ApiServlet]
>> (1161145101@qtp-1008805148-33:null) ===END===  127.0.0.1 -- GET
>>  
>>command=queryAsyncJobResult&jobId=f75d8ce8-1193-43bf-b171-f43d2534e6bc&re
>>sponse=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316265096
>> 2013-04-07 00:31:06,234 DEBUG [aget.anager.DirectAgentAttache]
>> (DirectAgent-372:null) Ping from 5
>> 2013-04-07 00:31:06,909 DEBUG [agent.manage.DirectAgentAttache]
>> (DirectAgent-149:null) Seq 6-324993028: Executing request
>> 2013-04-07 00:31:07,239 DEBUG [agent.manager.DirectAgentAttache]
>> (DirectAgent-149:null Seq 6-324993028: Response Received:
>> 2013-04-07 00:31:07,239 DEBUG [agent.transport.Request]
>> (DirectAgent-149:null) Seq 6-324993028: Processig:  { Ans: , MgmtId: 1,
>> va: 6, Ver: v1, Flags: 10,
>> 
>>[{"ClusterSyncAnswer":{"_clusterId":2,"_newStates":{},"_isExecuted":alse
>>,"result":true,"wait":0}}]
>> }
>> 2013-04-0 00:31:07,424 DEBUG [agent.manager.DirectAgentAttache]
>> (DirectAgent-37:null) Seq 6-324993303: Response Received:
>> 2013-04-07 00:31:07,424 DEBUG [agent.trnsport.Request]
>> (DirectAgent-37:null) Seq 6-324993303: Processing:  { Ans: , MgmtId: 1,
>> via: 6, Ver: v1, Flags: 110,
>> 
>>[{"Answer":{"result":true,"wait":0}},{"Answer":{"result":true,"wait":0}}]
>> }
>> 2013-04-07 00:31:07,424 DEBUG [agent.transport.Request]
>> (Job-Executor-35:job-42) Seq 6-324993303: Received:  { Ans: , MgmId: 1,
>> via: 6, Ver: v1, Flags: 110, { Answer, Answer } }
>> 2013-04-07 00:31:07,424 DEBUG [agent.manager.AgentAttache]
>> (DirectAgent-37:null) Seq 6-324993303: No more commands found
>> 2013-04-07 00:31:07424 DEBUG [cloud.network.NetworkManaerImpl]
>> (Job-Executor-35:job-42) Asking VpcVirtualRouter to prepare for
>> Nic[18-12-6416c373-20d8-4617-8dcb-30a8ff9d0f34-192.168.56.195]
>> 2013-04-07 00:31:07,424 WARN  [network.element.VpcVirtualRouterElement]
>> (Job-Executor-35:job-42) Network Ntwk[204|Guest|6] is not associated
>>with
>> any VPC
>> 2013-04-07 00:31:07,429 DEBUG [cloud.network.NetworkManagerImpl]
>> (Job-Executor-35:job-42) Asking NiciraNvp to prepare for
> Nic[18-12-6416c373-20d8-4617-8dcb-30a8ff9d0f34-192.168.56.195]
>> 2013-04-07 00:31:07,429 DEBUG [network.element.NiciraNvpElement]
>> (ob-Executor-35:job-42) Checking if NiciraNvpElement can handle service
>> Connectivity on network gustNetworkFrBasicZone
>> 2013-04-07 00:31:07,432 DEBUG [cloud.network.NetworkManagrImpl]
>> (Job-Executor-35:job-42) Asking JuniperSRX to prepare for
>> Nic[18-12-6416c373-20d8-46178dcb-30a8ff9d0f34-192.168.56.195]
>> 2013-04-07 00:31:07,436DEBUG [cloud.network.NetworkManagerImpl]
>> (Job-Executor-35:job-42) Asking Netscaler to prepare for
>> Nic[18-12-6416c373-20d8-4617-8dcb-308ff9d0f34-192.168.56.195]
>> 2013-04-07 00:31:07,441 DEBUG [cloud.network.NetworkManagerImpl]
>> (Job-Executor-35:job-42) Asking F5BigIP to prepare for
>> Nic[18-12-6416c373-20d8-4617-8dcb-30a8ff9d0f34-192.168.56.195]
>> 2013-04-07 00:31:07,445 DEBUG [cloud.network.NetworkManagerImpl]
>> (Job-Executor-5:job-42) Asking CiscoNexus1000vVSM to prepare for
>> Nic[18-12-6416c373-20d8-4617-8dcb-30a8ff9d0f34-192.168.56195]
>> 2013-04-07 0:31:07,449 DEUG [cloud.storage.StorageManagerImpl]
>> (Job-Executor-35:job-42) Checking if we need to prepare 1 volumes for
>> VM[User|c18ddf7c-fc61-40b0-af75-fdef05f8eae6]
> 2013-04-07 00:31:07,451 DEBUG [cloud.storageStorageManagerImpl]
>> (Job-Executor-35:job42) Creating volume: Vol[12|vm=12|ROOT]
>> 2013-04-07 00:31:07,451 DEBUG [cloud.storage.StorageManagerImpl]
>> (Job-Executor-35:job-42) Trying to create in Pool[257|PreSetup]
>> 2013-04-07 00:31:07,459 DEBUG [loud.template.TemplateManagerImpl]
>> (Job-Executor-35:job-42) Downloading template 5 to pool 257
>> 2013-04-07 00:31:07,466 DEBUG [cloud.template.TemplateManagerImpl]
>> (Job-Executor-35:job-42) Downloading 5 via 5
>> 2013-04-07 00:31:07,470 DEBUG [agent.transport.Request]
>> (Job-Executor-35:job-2) Seq 5-614334809: Sending  { Cmd , MgmtId: 1,
>> via: 5, Ver: v1, Flags: 100111,
>> 
>>[{"storage.PrimaryStorageDownloadCommand":{"localPath":"/mnt/9a008517-e32
>>1-37a0-a941-44695f9b6fe7","poolUuid":"iSCSI_SR_3","poolId":257,"primaryPo
>>ol":{"id":257,"uuid":"iSCSI_SR_3","host":"192.168.56.9","path":"/iSCSI_SR
>>_3","port":0,"type":"PreSetup"},"secondaryStorageUrl":"ns://192.168.56.1
>>0:
>> 
>>/opt/sorage/secondary",primaryStorageUrl":"nfs://192.168.56.9/iSCSI_SR_
>>3
>> 
>>","url":"nfs://192.168.56.10:/opt/storage/secondary/template/tmpl/1/5//ce
>>5b212e-215a-3461-94fb-814a635b2215.vhd","format":"VHD","accountId":1,"nam
>>e":"tiny
>> Linux","wait":10800}}] }
>> 2013-04-07 00:31:07,470 DEBUG [agent.transport.Request]
>> (Job-Executor-35:job-42) Seq 5-614334809: Executing:  { Cmd , MgmtId: 1
>> via: , Ver: v1, Flags: 100111,
>> 
>>[{"storage.PrimaryStorageDownloadCommand":{"localPath":"/mnt/9a008517-e32
>>1-37a0-a941-44695f9b6fe7","poolUuid":"iSCSI_SR_3","polId":57,"primaryPo
>>ol":{"id":257,"uuid":"iSCSI_SR_3","host":"192.168.56.9","path":"/iSCSI_SR
>>_3","port":0,"type":"PreSetup"},"secondaryStorageUrl":"nfs://192.168.56.1
>>0:
>> 
>>/opt/storage/secondary","primaryStorageUrl":"nfs://192.168.56.9/iSSI_SR_
>>3
>> 
>>","url":"nfs://192.168.56.10:/opt/storage/secondary/template/tmpl/1///ce
>>5b212e-215a-3461-94fb-814a635b2215.vhd","format":"VHD","accountId":1,"nam
>>e":"tiny
>> Linux","wait":10800}}] }
>> 2013-04-07 00:31:07,470 DEBUG [agent.manager.DirectAgentAttache]
>> (DirectAgent-174:null) Seq 5-614334809: Executing request
>> 2013-04-07 00:31:08,097 DEBUG [cloud.api.ApiServlet]
>> (1161145101@qtp-108805148-33:null) ===START===  127.0.0.1 -- GET
>>  
>>command=queryAsyncJobResult&jobId=f75d8ce8-1193-43bf-b171-f43d2534e6bc&re
>>sponse=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316268095
>> 2013-04-07 00:31:08,115 DEBUG [cloud.api.ApiServlet]
>> (1161145101@qtp-1008805148-33:null) ===END===  127.0.0.1 -- GET
>>  
>>command=queryAsyncJobResult&jobId=f75d8ce8-1193-43bf-b171-f43d2534e6bc&re
>>sponse=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316268095
>> 2013-04-07 00:31:11,023 DEBUG [agent.manager.DirectAgentAttache]
>> (DirectAgent-309:null) Seq 5-614334468: Executing request
>> 2013-04-07 00:31:11,099 DEBUG [cloud.api.ApiServlet]
>> (1161145101@qtp-1008805148-33:null) ===START===  127.0.0.1 -- GET
>>  
>>command=querAsyncJobResult&jobId=f75d8ce8-1193-43bf-b171-f43d2534e6bc&re
>>sponse=json&sessionkeyZ6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316271096
>> 2013-04-07 00:31:11,121 DEBUG [cloud.api.ApiServlet]
>> (1161145101@qtp-1008805148-33:null) ===END===  127.0.0.1 -- GET
>>  
>>command=queryAsyncJobResult&jobId=f75d8ce8-1193-43bf-b171-f43d2534e6bc&re
>>sponse=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316271096
>> 2013-04-07 00:31:11,363 DEBUG [agent.manager.DirectAgentAttache]
>> (DirectAgent-309:null) Seq 5-614334468: Response Received:
>> 2013-04-07 00:31:11,363 DEBUG [agent.transport.Request]
>> (DirectAgent-309:null) Seq 5-614334468: Processing:  { Ans: , MgmtId: 1,
>> via: 5, Ver: v1, Flags: 10, [{"Answer":{result":true,"wait":0}} }
>> 2013-04-07 00:31:14,100 DEBUG [cloud.api.ApiServlet]
>> (1161145101@qtp-1008805148-33:null) ===START===  127.0.0.1 -- GET
>>  
>>command=queryAsyncJobResult&jobId=f75d8ce8-1193-43bf-b171-f43d253e6bc&re
>>sponse=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316274097
>> 2013-04-07 00:31:14,124 DEBUG [cloud.api.ApiServlet]
>> (1161145101@qtp-1008805148-33:nll) ===END===  127.0.0.1 -- GET>>  
>>command=queryAsyncJobResult&jobId=f75d8ce8-1193-43bf-b171-f43d2534e6bc&e
>>sponse=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316274097
>> 2013-04-07 00:31:16,197 DEBUG [cloud.api.ApiServlet]
>> (1161145101@qtp-1008805148-33:null) ===START===  127.0.0.1 -- GET
>>  
>>command=listVirtualMachines&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRR
>>fl8GoVA%3D&listAll=true&pag=1&pagesize=20&_=1365316276194
>> 2013-04-7 00:31:16,219 DEBUG [cloud.api.ApiServlet]
>> (1161145101@qtp-1008805148-33:null) ===END===  127.0.0.1 -- GET
>>  
>>command=listVirtulMachines&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRR
>>fl8GoVA%3D&listAll=true&page=1&pagesize=20&_=1365316276194
>> 2013-04-07 00:31:17,101 DEBUG [cloud.api.ApiServlet]
>> (1161145101@qtp-1008805148-33:null) ===START===  127.0.0.1 -- GET
>>  
>>command=querAsyncJobResult&jobId=f75d8ce8-1193-43bf-b171-f43d2534e6bc&re
>>sponse=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316277098
>> 2013-04-07 00:31:17,123 DEBUG [cloud.api.ApiServlet]
>> (1161145101@qtp-1008805148-33:null) ===END===  127.0.0.1-- GET
>>  
>>command=queryAsyncJobResult&jobId=f75d8ce8-1193-43bf-b171-f43d2534e6bc&re
>>sponse=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316277098
>> 2013-04-07 00:31:17,954 DEBUG [cloud.api.ApiServlet]
>> (1161145101@qtp-1008805148-33:null) ===START===  127.0.0.1 -- GET
>>  
>>command=lstVolumes&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRfl8GoVA%
>>3D&listAll=true&page=1&pagesize=20&_=1365316277950
>> 2013-04-07 00:31:17,972 DEBUG [cloud.api.ApiServlet]
>> (1161145101@qtp-1008805148-33:null) ===END===  127.0.0.1 -- GET
>>  
>>command=listVolumes&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%
>>3D&listAll=true&page=1&pagesize=20&_=135316277950
>> 2013-04-07 00:31:20,102 DEBUG [cloud.api.ApiServlet]
>> (1161145101@qtp1008805148-33:null) ===START===  127.0.0.1 -- GET
>>  
>>command=queryAsyncJobResult&jobId=f75d8ce8-1193-43bf-b171-f43d2534e6bc&re
>>sponse=json&sessionkey=Z6QqU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316280099
>> 2013-04-07 00:31:20,118 DEBUG [cloud.api.ApiServlet]
>> (1161145101@qtp-1008805148-33:null) ===END===  127.0.0.1 -- GET
>>  
>>command=queryAsyncJobResult&jobId=f75d8ce8-1193-43bf-b171-f43d2534e6bc&re
>>sponse=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316280099
> 2013-04-07 00:31:20,454 DEBUG
>> [storage.secondary.SecondaryStorageManagerImpl] (scstorage-1:null)
>>Zone 1
>> is ready to launch secondary storage VM
>> 2013-04-07 00:31:20,558 DEBUG
>>[cloud.consoleproxy.ConsolePoxyManagerImpl]
>> (consoleproxy-1:null) Zone 1 is ready to launch console proxy
>> 2013-04-07 00:31:20,820 DEBUG
>> [network.router.VirtualNetworkApplianceManagerImpl]
>> (RouterStatusMonitor-1:null) Found  routers to update status.
>> 2013-04-07 00:31:20,821 DEBUG
>> [network.router.VirtualNetworkApplianceManagerImpl]
>> (RouterStatusMonitor-1:null) ound 0 networks to update RvR status.
>> 2013-04-07 00:31:20,852 DEBUG
>> [network.router.VirtuaNetworkApplianceManagerImpl]
>> (RouterStatusMonitor-1:null) Found 0 routers to update status.
>> 2013-04-07 00:31:20,853 DEBUG
>> [network.router.VirtualNetworkApplianceManagerImpl]
>> (RouterStatusMonitor-1:null) Found 0 networks to update RvR status.
>> 2013-04-07 00:31:21,075 DEBUG [cloud.api.ApiServlet]
>> (1161145101@qtp-1008805148-33:null) ===START===  127.0.0.1 -- GET
>>  
>>command=listVolumes&id=aed71ae1-732b-48d7-833f-e23287e2b2b9&response=json
>>&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316281073
>> 2013-04-07 00:31:21,097 DEBUG [cloud.api.ApiServlet]
>> (1161145101@qtp-1008805148-33:null) ===END===  127.0.0.1 -- GET
>>  
>>cmmand=listVolumes&id=aed71ae1-732b-48d7-833f-e23287e2b2b9&response=json
>>&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316281073
>> 2013-04-07 00:31:21,120 DEBUG [cloud.api.ApiServlet]
>> (1161145101@qtp-1008805148-33:null) ===START===  127.0.0.1 -- GET
>>  
>>command=listTags&resonse=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&
>>resourceId=aed71ae1-732b-48d7-833f-e23287e2b2b9&resourceType=Volume&listA
>>ll=true&_=1365316281117
>> 2013-04-07 00:31:21,142 DEBUG [cloud.api.ApiServlet]
>> (1161145101@qtp-1008805148-33:null) ===END===  127.0.0.1 -- GE
>>  
>>command=listTags&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&
>>resourceId=aed71ae1-732b-48d7-833f-e232872b2b9&resourceType=Volume&listA
>>ll=true&_=1365316281117
>> 2013-04-07 00:31:23,102DEBUG [cloud.api.ApiServlet]
>> (1161145101@qtp-100885148-33:null) ===START===  127.0.0.1 -- GET
>>  
>>command=queryAsyncJobResult&jobId=f75d8ce8-1193-43bf-b171-f43d2534e6bc&re
>>sponse=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316283100
>> 2013-04-07 00:31:23,122 DEBUG [cloud.api.ApiServlet]
>> (1161145101@qtp-100880514-33:null) ===END===  127.0.0.1 -- GET
>>  
>>command=queryAsyncJobResult&jobId=f75d8ce8-1193-43bf-b171-f43d2534e6bc&re
>>sponse=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316283100
>> 2013-04-07 00:3:24,894 DEBUG [agent.manager.AgentManagerImpl]
>> (AgentManager-Handler-9:null) Ping from 4
>> 2013-04-07 00:31:26,102 DEBUG [cloud.api.ApiServlet]
>> (1161145101@qtp-1008805148-33:null) ===START===  127.0.0.1 -- GET
>>  
>>command=queryAsyncJobResult&jobId=f75d8ce8-1193-43bf-b171-f43d2534e6bc&re
>>sponse=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316286100
>> 2013-04-07 00:31:26,117 DEBUG [cloud.api.ApiServlet]
>> (1161145101@qtp-1008805148-33:null) ===END===  127.0.0.1 -- GET
>>  
>>command=queryAsyncJobResult&jobId=f75d8ce8-1193-43bf-b171-f43d2534e6bc&re
>>sponse=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316286100
>> 2013-04-07 00:31:27,217 DEBUG [agent.manager.DirectAgentAttache]
>> (DirctAgent-164:null) Ping from 1
>> 2013-04-07 00:31:28,079 DEBUG [agent.manager.DirectAgentAttache]
>> (DirectAgent-174:null) Seq 5-614334809: Response Received:
>> 2013-04-07 00:31:28,079 DEBUG [agent.transport.Request]
>> (DirectAgent-174:null) Seq 5-614334809: Processing:  { Ans: , MgmtId: 1,
>> via: 5, Ver: v1, Flags: 110,
>> 
>>[{"storage.PrimaryStorageDownloadAnswer"{"installPath":"a8414926-81d6-4b
>>54-9b4b-feb498489df0","templateSize":54525952,"esult":true,"wait":0}}]
>> }
>> 2013-04-07 00:31:28,079 DEBUG [agent.transport.Request]
>> (Job-Executor-35:job-42) Seq 5-614334809: Received:   Ans: , MgmtId: 1,
>> via: 5, Ver: v1, Flags: 110, { PrimaryStorageDownloadAnswer } }
>> 23-04-07 00:31:28,079 DEBUG [agent.manager.AgentAttache]
>> (DirectAgent-174:null) Seq 5-614334809: No more command found
>> 2013-04-07 00:31:28,081 DEBUG [cloud.template.TemplateManagerImpl]
>> (Job-Executor-35:job-42) Template 5 is downloaded via 5
>> 2013-04-07 00:31:28,085 DEBUG [agent.tansport.Request]
>> (Job-Executor-35:job-42) Seq 5-614334810: Sending  { Cmd , MgmtId: 1,>>via:
>> 5, Ver: v1, Flags: 100111,
>> 
>>[{"storage.CreateCommand":{"volId":12,"pool":{"id":257,"uuid":"iSCSI_SR_3
>>","host":"192.168.56.9","path":"/iSCSI_SR_3","port":0,"type":"PreSetup"},
>>"diskCharacteristics":{"size":52428800,"tags":["iSCSI_SR_3"],"type":"ROOT
>>","name":"ROOT-12","useLocalStorage":false,"recreatable":true,"diskOfferi
>>ngId":37,"volumeId":12,"hyperType":"XenServer"},"templateUrl":"a8414926-8
>>1d6-4b54-9b4b-feb498489df0","wait":0}}]
>> }
>> 2013-04-07 00:31:28,086 DEBUG [agent.ransport.Request]
>> (Job-Executor-35:job-42) Seq 5-614334810: Executing:  { Cmd , MgmtId: 1,
>> via: 5, Ver: v1, Flags: 100111,
>> 
>>[{"storage.CreateCommand":{"volId":12,"pool":{"id":257,"uuid":"iSCSI_SR_3
>>","host":"192.168.56.9","path":"/iSCSI_SR_3","port":0,"type":"PreSetup"},
>>"diskCharacteristics":{"size":52428800,"tags":["iSCSI_SR_3"],"type":"ROOT
>>","name":"OOT-12","useLocalStorage":false,"recreatable":true,"diskOfferi
>>ngId":37,"volumeId":12,"hyperType":"XenServer"},"templateUrl":"a8414926-8
>>1d6-4b54-9b4b-feb498489df0","wait":0}}]
>> }
>> 2013-04-07 00:31:28,086 DEBUG [agent.manager.DirectAgentAttache]
>> (DirectAgent-327:null) Seq 5-614334810: Executing request
>> 2013-04-07 00:31:28,227 DEUG [xen.resource.CitrixResourceBase]
>> (DirectAgent-327:null) SR retrieved for iSCSI_SR_3>> 2013-04-07 00:31:28,240 DEBUG [xen.resource.CitrixResourceBase]
>> (DirectAgent-327:null) Checking iSCSI_SR_3 or SR
>> fe8ca696-22f5-ba1f-af68-7c3cf5a3cb39 on
>> XS[5e02c60-155d-432e-a20f-f8c600ef3ab7-192.168.56.11]
>> 2013-04-07 00:31:29,095 DEBUG [agent.manager.DirectAgentAttache]
>> (DirectAgent-84:null) Seq 1-90046472: Executing request
>> 2013-04-07 00:31:29,106 DEBUG [cloud.api.ApiServlet]
>> (1161145101@qtp-1008805148-33:null) ===START===  127.0.0.1 -- GET
>>  
>>command=queryAsyncJobResult&jobId=f75d8ce8-1193-43bf-b171-f43d2534e6bc&re
>>sponse=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316289101
>> 2013-04-07 00:31:29,130 DEBUG [cloud.api.ApiServlet]
>> (1161145101@qtp-100880518-33:null) ===END===  127.0.0.1 -- GET
>>  
>>command=queryAsyncJobResult&jobIdf75d8ce8-1193-43bf-b171-f43d2534e6bc&re
>>sponse=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316289101
>> 2013-04-07 00:31:29,687 DEBUG [agent.manager.DirectAgentAttache]
>> (DirectAgent-84:null) Seq 1-90046472: Response Received:
>> 2013-04-07 00:31:29,688 DEBUG [agent.transport.Request]
>> (DirectAgent-84:null) Seq 1-90046472: Processing:  { Ans: , MgmtId: 1,
>>via:
>> 1, Ver: v1, Flags: 10,
>> 
>>[{"ClusterSyncAnswer":{"_clusterId":1,"_newStates":{},"_isExecuted":false
>>,"result":true,"wait":0}}]
>> }
>> 2013-04-07 00:31:30,685 DEBUG [xen.resource.CitrixResourceBase]
>> (DirectAgent-327:null) Succesfully created VDI for
>> com.cloudagent.api.storage.CreateCommand.  Uuid =
>> 40a39639-e8aa-45b5-bfa1-591b68571d0c
>> 213-04-07 00:31:30,686 DEBUG [agent.manager.DirectAgentAttache]
>> (DirectAgent-327:null) Seq 5-614334810: Response Received:
>> 2013-04-07 00:31:30,686 DEBUG [agent.transport.Request]
>> (DirectAgent-327:null) Seq 5-614334810: Processing:  { Ans: , MgmtId: 1,
>> via: 5, Ver: v1, Flags: 110,
>> 
>>[{"storage.CreateAnswer":{"volume":{"id":12,"name":"ROOT-12","mountPoint"
>>:"/iSCSI_SR_3","path":"40a39639-e8aa-45b5-bfa1-591b68571d0c","size":52428
>>800,"type":"ROOT","storagePoolType":"PreSetup","storagePoolUuid":"iSCSI_S
>>R_3","deviceId":0},"requestTemplateReload":false,"result":true,"wait":0}}
>>]
>> }
>> 2013-04-07 00:31:30,686 DEBUG [agent.transport.Request]
>> (Job-Executor-35:job-42) Seq 5-614334810: Received:  { Ans: , MgmtId: 1,
>> vi 5, Ver: v1, Flags: 110, { CreateAnswer } }
>> 2013-04-07 00:31:30,686 DEBUG [agent.manager.AgentAttache]
>> (DirectAgent-327:null) Seq 5-614334810: No mor commands found
>> 2013-04-07 00:31:30,689 DEBUG [cloud.storage.StorageManagerImpl]
>> (Job-Executor-35:job-42)Volume Vol[12|vm=12|ROOT] is created on
>> Pool[257|PreSetup]
>> 2013-04-07 00:31:30,705 DEBUG [agent.transport.Request]
>> (Job-Executor-35:job-42) Seq 5-614334811: Sending  { Cmd , MgmtId: 1,
>>via:
>> 5, Ver: v1, Flags:100111,
>> 
>>[{"StartComman":{"vm":{"id":12,"name":"i-2-12-VM","bootloader":"PyGrub",>>"type":"User","cpus":1,"speed":100,"minRam":1073741824,"maxRam":107374182
>>4,"arch":"x86_64","os":"entOS
>> 5.3
>> 
>>(64-bit)","bootArgs":"","rebootOnCrash":false,enableHA":false,"limitCpuU
>>se":false,"vncPassword":"a0ed1e002d55dc0b","params":{},"uuid":"c18ddf7c-f
>>c61-40b0-af75-fdef05f8eae6",disks":[{"d":12,"name":"ROOT-12","mountPoin
>>t":"/iSCSI_SR_3","path":"40a39639-e8aa-45b5-bfa1-591b68571d0c","size":524
>>28800,"type":"ROOT","storagePoolType":"PreSetup","stoagePoolUuid":"iSCSI
>>_SR_3","deviceId":0},{"id":12,"name":"tiny
>> 
>>Linux","size":0,"type":"ISO","storagePoolType":"ISO","deviceId":3}],"nis
>>":[{"deviceId":0,"networkRateMbps":200,"defaultNic":true,"uuid""70472c43
>>-4913-4e0a-8e1d-87b030404b0a","ip":"192.168.56.195","netmask":"255.255.25
>>5.0","gateway":"192.168.56.1","mac":"06:c8:0e:00:00:75","dns1":"8.8.8.8",
>>"dns2":"4.4.4.4","broadcastType":"Native","type":"Guest","broadcastUri":"
>>vlan://untagged","isolationUri":"ec2://untagged","isSecurityGroupEnabled"
>>:true}]},"hostIp":"12.168.56.11","wait":0}}]
>> }
>> 2013-04-07 00:31:30,705 DEBUG [agent.transport.Request]
>> (Job-Executor-35:job-42) Seq 5-614334811: Executing:  { Cmd , MgmtId: 1,
>> via: 5, Ver: v1, Flags: 100111,
>> 
>>[{"StartCommand":{"vm":{"id":12,"name":"i-2-12-VM","bootloader":"PyGrub",
>>"type":"User","cpus":1,"speed":100,"minRam":1073741824,"maxRam":107374182
>>4,"arch":"x86_64","os":"CentOS
>> 5.3
>> 
>>(64-bit)","bootArgs":"","rebootOnCrash":false,"enableHA":false,"limitCpuU
>>se":false,"vncPassword":"a0ed1e002d55dc0b","params":{},"uuid":"c18ddf7c-f
>>c61-40b0-af75-fdef05f8eae6","disks":[{"id":12,"name":"ROOT-12","mountPoin
>>t":"/iSCSI_SR_3","path":"40a39639-e8aa-45b5-bfa1-591b68571d0c","size":524
>>28800,"type":"ROOT","storagePoolType":"PreSetup","storagePoolUuid":"iSCSI
>>_SR_3","deviceId":0},{"id":12,"name":"tiny
>> 
>>Linux","size":0,"type":"ISO","storagePoolType":"ISO","deviceId":3}],"nics
>>":[{"deviceId":0,"netwrkRateMbps":200,"defaultNic":true,"uuid":"70472c43
>>-4913-4e0a-8e1d-87b030404b0a","ip":"192.168.56.195","netmask":"255.255.25
>>5.0","gateway":"192.168.56.1","mac":"06:c8:0e:00:00:75","dns1":"8.8.8.8",
>>"dns2":"4.4.4.4","broadcastType":"Native","type":"Guest","broadcastUri":"
>>vlan://untagged","isolationUri":"ec2://untagged","isSecurityGroupEnabled"
>>:true}]},"hostIp:"192.168.56.11","wait":0}}]
>> }
>> 2013-04-07 00:31:30,705 DEBUG [agent.manager.DirectAgentAttache]
>> (DirectAgent-265:null) Seq 5-614334811: Executing request
>> 2013-04-07 00:31:30,848 DEBUG [xen.resource.CitrixResourceBase]
>> (DirectAgent-265:null) 1. The VM i-2-12-VM is in Starting state.
>> 2013-04-07 00:31:30,907 DEBUG [xen.resource.XenServer56FP1Resource]
>> (DirectAgent-265:null) Created VM 6b192a90-bce6-7347-f184-d5b8538647a
>>for
>> i-2-12-VM
>> 2013-04-07 00:31:30,959 DEBUG [xen.resource.CitrixResourceBase]
>> (DirectAgent-265:null) VBD 9ea8a64a-9d04-76df-9d8b-103371b21d86 created
>>for
> Vol[12|ROOT|40a39639-e8aa-45b5-bfa1-591b68571d0c|52428800]
>> 2013-04-07 00:31:30,985 DEBUG [xen.resource.CitrixResourceBase]
>> (DirectAgent-265:null) VBD 0fb43cee-0512-beed-5d24-a33a2ceceeda created
>>for
>> Vol[12|ISO|null|0]
>> 2013-04-07 00:31:30,985 DEBUG [xen.resource.CitrixResourceBase]
>> (DirectAgent-265:null) Creating VIF for i-2-12-VM on nic
>> [Nic:Guest-192.168.56.195-vlan://untagged]
>> 2013-04-07 00:31:31,037 DEBUG [xen.resource.CitrixResourceBase]
>> (DirectAgent-265:null) Created a vif 
>>adbeb814-7d38-1fda-1bdb-b6850c7cb342
>> on 0
>> 2013-04-07 00:31:32,105 DEBUG [cloud.api.ApiServlet]
>> (1161145101@qtp-1008805148-33:null) ===START===  127.0.0.1 -- GET
>>  
>>command=queryAsyncJobResult&jobId=f75d8ce8-1193-43bf-b171-f43d2534e6bc&re
>>sponse=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316292102
>> 2013-04-07 00:31:32,122 DEBUG [cloud.api.ApiServlet]
>> (1161145101@qtp-1008805148-33:null) ===END===  127.0.0.1 -- GET
>>  
>>command=queryAsyncJobResult&jobId=f75d8ce8-1193-43bf-b171-f43d2534e6bc&re
>>sponse=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316292102
>> 2013-04-07 00:31:35,106 DEBUG [cloud.api.ApiServlet]
>> (1161145101@qtp-1008805148-33:null) ===START===  127.0.0.1 -- GET
>>  
>>command=queryAsyncJobResult&jobId=f75d8ce8-1193-43bf-b171-f43d2534e6bc&re
>>sponse=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316295103
>> 2013-04-07 00:31:35,125 DEBUG [cloud.api.ApiServlet]
>> (1161145101@qtp-1008805148-33:null) ===END===  127.0.0.1 -- GET
>>  
>>command=queryAsyncJobResult&jobId=f75d8ce8-1193-43bf-b171-f43d2534e6bc&re
>>sponse=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316295103
>> 2013-04-07 00:31:38,106 DEBUG [cloud.api.ApiServlet]
>> (1161145101@qtp-1008805148-33:null) ===START===  127.0.0.1 -- GET
>>  
>>command=queryAsyncJobResult&jobId=f75d8ce8-1193-43bf-b171-f43d2534e6bc&re
>>sponse=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316298104
>> 2013-04-07 00:31:38,126 DEBUG [cloud.api.ApiServlet]
>> (1161145101@qtp-1008805148-33:null) ===END===  127.0.0.1 -- GET
>>  
>>command=queryAsyncJobResult&jobId=f75d8ce8-1193-43bf-b171-f43d2534e6bc&re
>>sponse=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316298104
>> 2013-04-07 00:31:41,108 DEBUG [cloud.api.ApiServlet]
>> (1161145101@qtp-1008805148-33:null) ===START===  127.0.0.1 -- GET
>>  
>>command=queryAsyncJobResult&jobId=f75d8ce8-1193-43bf-b171-f43d2534e6bc&re
>>sponse=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316301106
>> 2013-04-07 00:31:41,133 DEBUG [cloud.api.ApiServlet]
>> (1161145101@qtp-1008805148-33:null) ===END===  127.0.0.1 -- GET
>>  
>>command=queryAsyncJobResult&jobId=f75d8ce8-1193-43bf-b171-f43d2534e6bc&re
>>sponse=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316301106
>> 2013-04-07 00:31:43,708 INFO  [xen.resource.CitrixResourceBase]
>> (DirectAgent-265:null) Programmed default network rules for i-2-12-VM on
>> nic with ip:192.168.56.195 mac:06:c8:0e:00:00:75
>> 2013-04-07 00:31:43,708 DEBUG [xen.resource.CitrixResourceBase]
>> (DirectAgent-265:null) 2. The VM i-2-12-VM is in Running state.
>> 2013-04-07 00:31:43,708 DEBUG [agent.manager.DirectAgentAttache]
>> (DirectAgent-265:null) Seq 5-614334811: Response Received:
>> 2013-04-07 00:31:43,709 DEBUG [agent.transport.Request]
>> (DirectAgent-265:null) Seq 5-614334811: Processing:  { Ans: , MgmtId: 1,
>> via: 5, Ver: v1, Flags: 110,
>> 
>>[{"StartAnswer":{"vm":{"id":12,"name":"i-2-12-VM","bootloader":"PyGrub","
>>type":"User","cpus":1,"speed":100,"minRam":1073741824,"maxRam":1073741824
>>,"arch":"x86_64","os":"CentOS
>> 5.3
>> 
>>(64-bit)","bootArgs":"","rebootOnCrash":false,"enableHA":false,"limitCpuU
>>se":false,"vncPassword":"a0ed1e002d55dc0b","params":{},"uuid":"c18ddf7c-f
>>c61-40b0-af75-fdef05f8eae6","disks":[{"id":12,"name":"ROOT-12","mountPoin
>>t":"/iSCSI_SR_3","path":"40a39639-e8aa-45b5-bfa1-591b68571d0c","size":524
>>28800,"type":"ROOT","storagePoolType":"PreSetup","storagePoolUuid":"iSCSI
>>_SR_3","deviceId":0},{"id":12,"name":"tiny
>> 
>>Linux","size":0,"type":"ISO","storagePoolType":"ISO","deviceId":3}],"nics
>>":[{"deviceId":0,"networkRateMbps":200,"defaultNic":true,"uuid":"70472c43
>>-4913-4e0a-8e1d-87b030404b0a","ip":"192.168.56.195","netmask":"255.255.25
>>5.0","gateway":"192.168.56.1","mac":"06:c8:0e:00:00:75","dns1":"8.8.8.8",
>>"dns2":"4.4.4.4","broadcastType":"Native","type":"Guest","broadcastUri":"
>>vlan://untagged","isolationUri":"ec2://untagged","isSecurityGroupEnabled"
>>:true}]},"result":true,"wait":0}}]
>> }
>> 2013-04-07 00:31:43,709 DEBUG [agent.transport.Request]
>> (Job-Executor-35:job-42) Seq 5-614334811: Received:  { Ans: , MgmtId: 1,
>> via: 5, Ver: v1, Flags: 110, { StartAnswer } }
>> 2013-04-07 00:31:43,709 DEBUG [agent.manager.AgentAttache]
>> (DirectAgent-265:null) Seq 5-614334811: No more commands found
>> 2013-04-07 00:31:43,763 DEBUG 
>>[network.security.SecurityGroupManagerImpl]
>> (Job-Executor-35:job-42) Security Group Mgr v2: scheduling ruleset 
>>updates
>> for 1 vms  (unique=1), current queue size=0
>> 2013-04-07 00:31:43,765 DEBUG 
>>[network.security.SecurityGroupManagerImpl]
>> (Job-Executor-35:job-42) Security Group Mgr v2: done scheduling ruleset
>> updates for 1 vms: num new jobs=1 num rows insert or updated=1 time 
>>taken=2
>> 2013-04-07 00:31:43,769 DEBUG [cloud.capacity.CapacityManagerImpl]
>> (Job-Executor-35:job-42) VM state transitted from :Starting to Running 
>>with
>> event: OperationSucceededvm's original host id: 5 new host id: 5 host id
>> before state transition: 5
>> 2013-04-07 00:31:43,769 DEBUG [cloud.vm.VirtualMachineManagerImpl]
>> (Job-Executor-35:job-42) Start completed for VM
>> VM[User|c18ddf7c-fc61-40b0-af75-fdef05f8eae6]
>> 2013-04-07 00:31:43,773 DEBUG 
>>[network.security.SecurityGroupManagerImpl]
>> (SecGrp-Worker-3:null) SecurityGroupManager v2: sending ruleset update 
>>for
>> vm i-2-12-VM:ingress num rules=0:egress num rules=0 num cidrs=0
>> sig=d41d8cd98f00b204e9800998ecf8427e
>> 2013-04-07 00:31:43,777 DEBUG [cloud.async.AsyncJobManagerImpl]
>> (Job-Executor-35:job-42) Complete async job-42, jobStatus: 1, 
>>resultCode:
>> 0, result: org.apache.cloudstack.api.response.UserVmResponse@d9c5b6f
>> 2013-04-07 00:31:43,782 DEBUG [cloud.async.AsyncJobManagerImpl]
>> (Job-Executor-35:job-42) Done executing
>> org.apache.cloudstack.api.command.user.vm.DeployVMCmd for job-42
>> 2013-04-07 00:31:43,796 DEBUG [agent.transport.Request]
>> (SecGrp-Worker-3:null) Seq 5-614334812: Sending  { Cmd , MgmtId: 1, 
>>via: 5,
>> Ver: v1, Flags: 100111,
>> 
>>[{"SecurityGroupRulesCmd":{"guestIp":"192.168.56.195","vmName":"i-2-12-VM
>>","guestMac":"06:c8:0e:00:00:75","signature":"d41d8cd98f00b204e9800998ecf
>>8427e","seqNum":1,"vmId":12,"msId":1,"ingressRuleSet":[],"egressRuleSet":
>>[],"wait":0}}]
>> }
>> 2013-04-07 00:31:43,796 DEBUG [agent.transport.Request]
>> (SecGrp-Worker-3:null) Seq 5-614334812: Executing:  { Cmd , MgmtId: 1, 
>>via:
>> 5, Ver: v1, Flags: 100111,
>> 
>>[{"SecurityGroupRulesCmd":{"guestIp":"192.168.56.195","vmName":"i-2-12-VM
>>","guestMac":"06:c8:0e:00:00:75","signature":"d41d8cd98f00b204e9800998ecf
>>8427e","seqNum":1,"vmId":12,"msId":1,"ingressRuleSet":[],"egressRuleSet":
>>[],"wait":0}}]
>> }
>> 2013-04-07 00:31:43,796 DEBUG [agent.manager.DirectAgentAttache]
>> (DirectAgent-77:null) Seq 5-614334812: Executing request
>> 2013-04-07 00:31:44,109 DEBUG [cloud.api.ApiServlet]
>> (1161145101@qtp-1008805148-33:null) ===START===  127.0.0.1 -- GET
>>  
>>command=queryAsyncJobResult&jobId=f75d8ce8-1193-43bf-b171-f43d2534e6bc&re
>>sponse=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316304106
>> 2013-04-07 00:31:44,122 DEBUG [cloud.async.AsyncJobManagerImpl]
>> (1161145101@qtp-1008805148-33:null) Async job-42 completed
>> 2013-04-07 00:31:44,131 DEBUG [cloud.api.ApiServlet]
>> (1161145101@qtp-1008805148-33:null) ===END===  127.0.0.1 -- GET
>>  
>>command=queryAsyncJobResult&jobId=f75d8ce8-1193-43bf-b171-f43d2534e6bc&re
>>sponse=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316304106
>> 2013-04-07 00:31:44,351 INFO  [xen.resource.CitrixResourceBase]
>> (DirectAgent-77:null) Programmed network rules for vm i-2-12-VM
>> guestIp=192.168.56.195, ingress numrules=0, egress numrules=0
>> 2013-04-07 00:31:44,351 DEBUG [agent.manager.DirectAgentAttache]
>> (DirectAgent-77:null) Seq 5-614334812: Response Received:
>> 2013-04-07 00:31:44,352 DEBUG [agent.transport.Request]
>> (DirectAgent-77:null) Seq 5-614334812: Processing:  { Ans: , MgmtId: 1,
>> via: 5, Ver: v1, Flags: 110,
>> 
>>[{"SecurityGroupRuleAnswer":{"logSequenceNumber":1,"vmId":12,"reason":"NO
>>NE","result":true,"wait":0}}]
>> }
>> 2013-04-07 00:31:44,353 DEBUG [network.security.SecurityGroupListener]
>> (DirectAgent-77:null) Successfully programmed rule
>> com.cloud.agent.api.SecurityGroupRuleAnswer into host 5
>> 2013-04-07 00:31:44,357 DEBUG [network.security.SecurityGroupListener]
>> (DirectAgent-77:null) Successfully programmed rule
>> com.cloud.agent.api.SecurityGroupRuleAnswer into host 5
>> 2013-04-07 00:31:44,359 DEBUG [agent.manager.AgentAttache]
>> (DirectAgent-77:null) Seq 5-614334812: No more commands found
>> 2013-04-07 00:31:47,679 DEBUG [agent.manager.AgentManagerImpl]
>> (AgentManager-Handler-10:null) Ping from 3
>> 2013-04-07 00:31:50,451 DEBUG
>> [storage.secondary.SecondaryStorageManagerImpl] (secstorage-1:null) 
>>Zone 1
>> is ready to launch secondary storage VM
>> 2013-04-07 00:31:50,553 DEBUG 
>>[cloud.consoleproxy.ConsoleProxyManagerImpl]
>> (consoleproxy-1:null) Zone 1 is ready to launch console proxy
>> 2013-04-07 00:31:50,819 DEBUG
>> [network.router.VirtualNetworkApplianceManagerImpl]
>> (RouterStatusMonitor-1:null) Found 0 routers to update status.
>> 2013-04-07 00:31:50,820 DEBUG
>> [network.router.VirtualNetworkApplianceManagerImpl]
>> (RouterStatusMonitor-1:null) Found 0 networks to update RvR status.
>> 2013-04-07 00:31:50,851 DEBUG
>> [network.router.VirtualNetworkApplianceManagerImpl]
>> (RouterStatusMonitor-1:null) Found 0 routers to update status.
>> 2013-04-07 00:31:50,852 DEBUG
>> [network.router.VirtualNetworkApplianceManagerImpl]
>> (RouterStatusMonitor-1:null) Found 0 networks to update RvR status.
>> 2013-04-07 00:31:51,459 INFO  [agent.manager.AgentMonitor]
>> (Thread-11:null) Found the following agents behind on ping: [6, 5]
>> 2013-04-07 00:31:51,460 DEBUG [cloud.host.Status] (Thread-11:null) Ping
>> timeout for host 6, do invstigation
>> 2013-04-07 00:31:51,461 DEBUG [cloud.host.Status] (Thread-11:null) Ping
>> timeout for host 5, do invstigation
>> 2013-04-07 00:31:51,462 INFO  [agent.manager.AgentManagerImpl]
>> (AgentTaskPool-2:null) Investigating why host 6 has disconnected with 
>>event
>> PingTimeout
>> 2013-04-07 00:31:51,462 DEBUG [agent.manager.AgentManagerImpl]
>> (AgentTaskPool-2:null) checking if agent (6) is alive
>> 2013-04-07 00:31:51,463 INFO  [agent.manager.AgentManagerImpl]
>> (AgentTaskPool-14:null) Investigating why host 5 has disconnected with
>> event PingTimeout
>> 2013-04-07 00:31:51,463 DEBUG [agent.manager.AgentManagerImpl]
>> (AgentTaskPool-14:null) checking if agent (5) is alive
>> 2013-04-07 00:31:51,465 DEBUG [agent.transport.Request]
>> (AgentTaskPool-2:null) Seq 6-324993304: Sending  { Cmd , MgmtId: 1, 
>>via: 6,
>> Ver: v1, Flags: 100011, [{"CheckHealthCommand":{"wait":50}}] }
>> 2013-04-07 00:31:51,465 DEBUG [agent.transport.Request]
>> (AgentTaskPool-2:null) Seq 6-324993304: Executing:  { Cmd , MgmtId: 1, 
>>via:
>> 6, Ver: v1, Flags: 100011, [{"CheckHealthCommand":{"wait":50}}] }
>> 2013-04-07 00:31:51,465 DEBUG [agent.manager.DirectAgentAttache]
>> (DirectAgent-151:null) Seq 6-324993304: Executing request
>> 2013-04-07 00:31:51,466 DEBUG [agent.transport.Request]
>> (AgentTaskPool-14:null) Seq 5-614334813: Sending  { Cmd , MgmtId: 1, 
>>via:
>> 5, Ver: v1, Flags: 100011, [{"CheckHealthCommand":{"wait":50}}] }
>> 2013-04-07 00:31:51,467 DEBUG [agent.transport.Request]
>> (AgentTaskPool-14:null) Seq 5-614334813: Executing:  { Cmd , MgmtId: 1,
>> via: 5, Ver: v1, Flags: 100011, [{"CheckHealthCommand":{"wait":50}}] }
>> 2013-04-07 00:31:51,467 DEBUG [agent.manager.DirectAgentAttache]
>> (DirectAgent-113:null) Seq 5-614334813: Executing request
>> 2013-04-07 00:31:51,525 DEBUG [agent.manager.DirectAgentAttache]
>> (DirectAgent-151:null) Seq 6-324993304: Response Received:
>> 2013-04-07 00:31:51,525 DEBUG [agent.transport.Request]
>> (DirectAgent-151:null) Seq 6-324993304: Processing:  { Ans: , MgmtId: 1,
>> via: 6, Ver: v1, Flags: 10,
>> [{"CheckHealthAnswer":{"result":true,"details":"resource is
>> alive","wait":0}}] }
>> 2013-04-07 00:31:51,526 DEBUG [agent.transport.Request]
>> (AgentTaskPool-2:null) Seq 6-324993304: Received:  { Ans: , MgmtId: 1, 
>>via:
>> 6, Ver: v1, Flags: 10, { CheckHealthAnswer } }
>> 2013-04-07 00:31:51,526 DEBUG [agent.manager.AgentManagerImpl]
>> (AgentTaskPool-2:null) Details from executing class
>> com.cloud.agent.api.CheckHealthCommand: resource is alive
>> 2013-04-07 00:31:51,526 DEBUG [agent.manager.AgentManagerImpl]
>> (AgentTaskPool-2:null) agent (6) responded to checkHeathCommand, 
>>reporting
>> that agent is Up
>> 2013-04-07 00:31:51,526 INFO  [agent.manager.AgentManagerImpl]
>> (AgentTaskPool-2:null) The state determined is Up
>> 2013-04-07 00:31:51,526 INFO  [agent.manager.AgentManagerImpl]
>> (AgentTaskPool-2:null) Agent is determined to be up and running
>> 2013-04-07 00:31:51,526 DEBUG [cloud.host.Status] (AgentTaskPool-2:null)
>> Transition:[Resource state = Enabled, Agent event = Ping, Host id = 6, 
>>name
>> = Tut-XenServer]
>> 2013-04-07 00:31:51,529 DEBUG [agent.manager.DirectAgentAttache]
>> (DirectAgent-113:null) Seq 5-614334813: Response Received:
>> 2013-04-07 00:31:51,529 DEBUG [agent.transport.Request]
>> (DirectAgent-113:null) Seq 5-614334813: Processing:  { Ans: , MgmtId: 1,
>> via: 5, Ver: v1, Flags: 10,
>> [{"CheckHealthAnswer":{"result":true,"details":"resource is
>> alive","wait":0}}] }
>> 2013-04-07 00:31:51,529 DEBUG [agent.transport.Request]
>> (AgentTaskPool-14:null) Seq 5-614334813: Received:  { Ans: , MgmtId: 1,
>> via: 5, Ver: v1, Flags: 10, { CheckHealthAnswer } }
>> 2013-04-07 00:31:51,529 DEBUG [agent.manager.AgentManagerImpl]
>> (AgentTaskPool-14:null) Details from executing class
>> com.cloud.agent.api.CheckHealthCommand: resource is alive
>> 2013-04-07 00:31:51,529 DEBUG [agent.manager.AgentManagerImpl]
>> (AgentTaskPool-14:null) agent (5) responded to checkHeathCommand, 
>>reporting
>> that agent is Up
>> 2013-04-07 00:31:51,529 INFO  [agent.manager.AgentManagerImpl]
>> (AgentTaskPool-14:null) The state determined is Up
>> 2013-04-07 00:31:51,529 INFO  [agent.manager.AgentManagerImpl]
>> (AgentTaskPool-14:null) Agent is determined to be up and running
>> 2013-04-07 00:31:51,530 DEBUG [cloud.host.Status] (AgentTaskPool-2:null)
>> Agent status update: [id = 6; name = Tut-XenServer; old status = Up; 
>>event
>> = Ping; new status = Up; old update count = 308; new update count = 309]
>> 2013-04-07 00:31:51,530 DEBUG [cloud.host.Status] 
>>(AgentTaskPool-14:null)
>> Transition:[Resource state = Enabled, Agent event = Ping, Host id = 5, 
>>name
>> = Tut-XenServer2]
>> 2013-04-07 00:31:51,533 DEBUG [cloud.host.Status] 
>>(AgentTaskPool-14:null)
>> Agent status update: [id = 5; name = Tut-XenServer2; old status = Up; 
>>event
>> = Ping; new status = Up; old update count = 145; new update count = 146]
>> 2013-04-07 00:31:58,908 DEBUG [cloud.api.ApiServlet]
>> (1161145101@qtp-1008805148-33:null) ===START===  127.0.0.1 -- GET
>>  
>>command=listVirtualMachines&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRR
>>fl8GoVA%3D&listAll=true&page=1&pagesize=20&_=1365316318906
>> 2013-04-07 00:31:58,925 DEBUG [cloud.api.ApiServlet]
>> (1161145101@qtp-1008805148-33:null) ===END===  127.0.0.1 -- GET
>>  
>>command=listVirtualMachines&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRR
>>fl8GoVA%3D&listAll=true&page=1&pagesize=20&_=1365316318906
>> 2013-04-07 00:32:00,065 DEBUG [cloud.api.ApiServlet]
>> (1161145101@qtp-1008805148-33:null) ===START===  127.0.0.1 -- GET
>>  
>>command=listVolumes&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%
>>3D&listAll=true&page=1&pagesize=20&_=1365316320063
>> 2013-04-07 00:32:00,079 DEBUG [cloud.api.ApiServlet]
>> (1161145101@qtp-1008805148-33:null) ===END===  127.0.0.1 -- GET
>>  
>>command=listVolumes&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%
>>3D&listAll=true&page=1&pagesize=20&_=1365316320063
>> 2013-04-07 00:32:02,019 DEBUG [cloud.api.ApiServlet]
>> (1161145101@qtp-1008805148-33:null) ===START===  127.0.0.1 -- GET
>>  
>>command=listVirtualMachines&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRR
>>fl8GoVA%3D&listAll=true&page=1&pagesize=20&_=1365316322017
>> 2013-04-07 00:32:02,034 DEBUG [cloud.api.ApiServlet]
>> (1161145101@qtp-1008805148-33:null) ===END===  127.0.0.1 -- GET
>>  
>>command=listVirtualMachines&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRR
>>fl8GoVA%3D&listAll=true&page=1&pagesize=20&_=1365316322017
>> 2013-04-07 00:32:03,004 DEBUG [cloud.api.ApiServlet]
>> (1161145101@qtp-1008805148-33:null) ===START===  127.0.0.1 -- GET
>>  
>>command=listVolumes&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%
>>3D&listAll=true&page=1&pagesize=20&_=1365316323002
>> 2013-04-07 00:32:03,019 DEBUG [cloud.api.ApiServlet]
>> (1161145101@qtp-1008805148-33:null) ===END===  127.0.0.1 -- GET
>>  
>>command=listVolumes&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%
>>3D&listAll=true&page=1&pagesize=20&_=1365316323002
>> 2013-04-07 00:32:04,060 DEBUG [cloud.api.ApiServlet]
>> (1161145101@qtp-1008805148-33:null) ===START===  127.0.0.1 -- GET
>>  
>>command=listVirtualMachines&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRR
>>fl8GoVA%3D&listAll=true&page=1&pagesize=20&_=1365316324057
>> 2013-04-07 00:32:04,076 DEBUG [cloud.api.ApiServlet]
>> (1161145101@qtp-1008805148-33:null) ===END===  127.0.0.1 -- GET
>>  
>>command=listVirtualMachines&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRR
>>fl8GoVA%3D&listAll=true&page=1&pagesize=20&_=1365316324057
>> 2013-04-07 00:32:04,815 DEBUG [agent.manager.DirectAgentAttache]
>> (DirectAgent-240:null) Ping from 6
>> 2013-04-07 00:32:06,151 DEBUG [agent.manager.DirectAgentAttache]
>> (DirectAgent-401:null) Ping from 5
>> 2013-04-07 00:32:06,571 DEBUG [cloud.api.ApiServlet]
>> (1161145101@qtp-1008805148-33:null) ===START===  127.0.0.1 -- GET
>>  
>>command=listZones&available=true&response=json&sessionkey=Z6QqzU0Fq1iT13b
>>MgnRRfl8GoVA%3D&_=1365316326569
>> 2013-04-07 00:32:06,578 DEBUG [cloud.api.ApiServlet]
>> (1161145101@qtp-1008805148-33:null) ===END===  127.0.0.1 -- GET
>>  
>>command=listZones&available=true&response=json&sessionkey=Z6QqzU0Fq1iT13b
>>MgnRRfl8GoVA%3D&_=1365316326569
>> 2013-04-07 00:32:06,909 DEBUG [agent.manager.DirectAgentAttache]
>> (DirectAgent-334:null) Seq 6-324993028: Executing request
>> 2013-04-07 00:32:07,152 DEBUG [agent.manager.DirectAgentAttache]
>> (DirectAgent-334:null) Seq 6-324993028: Response Received:
>> 2013-04-07 00:32:07,152 DEBUG [agent.transport.Request]
>> (DirectAgent-334:null) Seq 6-324993028: Processing:  { Ans: , MgmtId: 1,
>> via: 6, Ver: v1, Flags: 10,
>> 
>>[{"ClusterSyncAnswer":{"_clusterId":2,"_newStates":{},"_isExecuted":false
>>,"result":true,"wait":0}}]
>> }
>> 2013-04-07 00:32:08,422 DEBUG [cloud.api.ApiServlet]
>> (1161145101@qtp-1008805148-33:null) ===START===  127.0.0.1 -- GET
>>  
>>command=listHypervisors&zoneid=3a62dec3-cf95-4ba2-9af0-af2190af35e3&respo
>>nse=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316328420
>> 2013-04-07 00:32:08,431 DEBUG [cloud.api.ApiServlet]
>> (1161145101@qtp-1008805148-33:null) ===END===  127.0.0.1 -- GET
>>  
>>command=listHypervisors&zoneid=3a62dec3-cf95-4ba2-9af0-af2190af35e3&respo
>>nse=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316328420
>> 2013-04-07 00:32:08,434 DEBUG [cloud.api.ApiServlet]
>> (1161145101@qtp-1008805148-33:null) ===START===  127.0.0.1 -- GET
>>  
>>command=listTemplates&templatefilter=featured&zoneid=3a62dec3-cf95-4ba2-9
>>af0-af2190af35e3&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&
>>_=1365316328432
>> 2013-04-07 00:32:08,461 DEBUG [cloud.api.ApiServlet]
>> (1161145101@qtp-1008805148-33:null) ===END===  127.0.0.1 -- GET
>>  
>>command=listTemplates&templatefilter=featured&zoneid=3a62dec3-cf95-4ba2-9
>>af0-af2190af35e3&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&
>>_=1365316328432
>> 2013-04-07 00:32:08,464 DEBUG [cloud.api.ApiServlet]
>> (1161145101@qtp-1008805148-33:null) ===START===  127.0.0.1 -- GET
>>  
>>command=listTemplates&templatefilter=community&zoneid=3a62dec3-cf95-4ba2-
>>9af0-af2190af35e3&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D
>>&_=1365316328462
>> 2013-04-07 00:32:08,492 DEBUG [cloud.api.ApiServlet]
>> (1161145101@qtp-1008805148-33:null) ===END===  127.0.0.1 -- GET
>>  
>>command=listTemplates&templatefilter=community&zoneid=3a62dec3-cf95-4ba2-
>>9af0-af2190af35e3&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D
>>&_=1365316328462
>> 2013-04-07 00:32:08,495 DEBUG [cloud.api.ApiServlet]
>> (1161145101@qtp-1008805148-33:null) ===START===  127.0.0.1 -- GET
>>  
>>command=listTemplates&templatefilter=selfexecutable&zoneid=3a62dec3-cf95-
>>4ba2-9af0-af2190af35e3&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8Go
>>VA%3D&_=1365316328493
>> 2013-04-07 00:32:08,508 DEBUG [cloud.api.ApiServlet]
>> (1161145101@qtp-1008805148-33:null) ===END===  127.0.0.1 -- GET
>>  
>>command=listTemplates&templatefilter=selfexecutable&zoneid=3a62dec3-cf95-
>>4ba2-9af0-af2190af35e3&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8Go
>>VA%3D&_=1365316328493
>> 2013-04-07 00:32:09,476 DEBUG [cloud.api.ApiServlet]
>> (1161145101@qtp-1008805148-33:null) ===START===  127.0.0.1 -- GET
>>  
>>command=listServiceOfferings&issystem=false&response=json&sessionkey=Z6Qq
>>zU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316329474
>> 2013-04-07 00:32:09,489 DEBUG [cloud.api.ApiServlet]
>> (1161145101@qtp-1008805148-33:null) ===END===  127.0.0.1 -- GET
>>  
>>command=listServiceOfferings&issystem=false&response=json&sessionkey=Z6Qq
>>zU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316329474
>> 2013-04-07 00:32:11,022 DEBUG [agent.manager.DirectAgentAttache]
>> (DirectAgent-161:null) Seq 5-614334468: Executing request
>> 2013-04-07 00:32:11,174 DEBUG [agent.manager.DirectAgentAttache]
>> (DirectAgent-161:null) Seq 5-614334468: Response Received:
>> 2013-04-07 00:32:11,174 DEBUG [agent.transport.Request]
>> (DirectAgent-161:null) Seq 5-614334468: Processing:  { Ans: , MgmtId: 1,
>> via: 5, Ver: v1, Flags: 10, [{"Answer":{"result":true,"wait":0}}] }
>> 2013-04-07 00:32:13,261 DEBUG [cloud.api.ApiServlet]
>> (1161145101@qtp-1008805148-33:null) ===START===  127.0.0.1 -- GET
>>  
>>command=listDiskOfferings&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl
>>8GoVA%3D&_=1365316333259
>> 2013-04-07 00:32:13,272 DEBUG [cloud.api.ApiServlet]
>> (1161145101@qtp-1008805148-33:null) ===END===  127.0.0.1 -- GET
>>  
>>command=listDiskOfferings&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl
>>8GoVA%3D&_=1365316333259
>> 2013-04-07 00:32:14,028 DEBUG [cloud.api.ApiServlet]
>> (1161145101@qtp-1008805148-33:null) ===START===  127.0.0.1 -- GET
>>  
>>command=listNetworks&trafficType=Guest&zoneId=3a62dec3-cf95-4ba2-9af0-af2
>>190af35e3&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=13653
>>16334026
>> 2013-04-07 00:32:14,053 DEBUG [cloud.api.ApiServlet]
>> (1161145101@qtp-1008805148-33:null) ===END===  127.0.0.1 -- GET
>>  
>>command=listNetworks&trafficType=Guest&zoneId=3a62dec3-cf95-4ba2-9af0-af2
>>190af35e3&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=13653
>>16334026
>> 2013-04-07 00:32:14,056 DEBUG [cloud.api.ApiServlet]
>> (1161145101@qtp-1008805148-33:null) ===START===  127.0.0.1 -- GET
>>  
>>command=listSecurityGroups&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRf
>>l8GoVA%3D&domainid=e4ec5ddc-9e1c-11e2-a770-6e70e42a2333&account=admin&_=1
>>365316334054
>> 2013-04-07 00:32:14,062 DEBUG [cloud.user.AccountManagerImpl]
>> (1161145101@qtp-1008805148-33:null) Access granted to Acct[2-admin] to
>> Domain:1/ by DomainChecker
>> 2013-04-07 00:32:14,068 DEBUG [cloud.api.ApiServlet]
>> (1161145101@qtp-1008805148-33:null) ===END===  127.0.0.1 -- GET
>>  
>>command=listSecurityGroups&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRf
>>l8GoVA%3D&domainid=e4ec5ddc-9e1c-11e2-a770-6e70e42a2333&account=admin&_=1
>>365316334054
>> 2013-04-07 00:32:15,282 DEBUG [cloud.api.ApiServlet]
>> (1161145101@qtp-1008805148-33:null) ===START===  127.0.0.1 -- GET
>>  
>>command=deployVirtualMachine&zoneId=3a62dec3-cf95-4ba2-9af0-af2190af35e3&
>>templateId=e4a7df4a-9e1c-11e2-a770-6e70e42a2333&hypervisor=XenServer&serv
>>iceOfferingId=425cf3cf-4bc4-4e53-82a0-ba6c20dd3688&response=json&sessionk
>>ey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316335280
>> 2013-04-07 00:32:15,290 DEBUG [cloud.api.ApiDispatcher]
>> (1161145101@qtp-1008805148-33:null) InfrastructureEntity name
>> is:com.cloud.offering.ServiceOffering
>> 2013-04-07 00:32:15,292 DEBUG [cloud.api.ApiDispatcher]
>> (1161145101@qtp-1008805148-33:null) ControlledEntity name
>> is:com.cloud.template.VirtualMachineTemplate
>> 2013-04-07 00:32:15,316 DEBUG [cloud.vm.UserVmManagerImpl]
>> (1161145101@qtp-1008805148-33:null) Allocating in the DB for vm
>> 2013-04-07 00:32:15,327 DEBUG [cloud.vm.VirtualMachineManagerImpl]
>> (1161145101@qtp-1008805148-33:null) Allocating entries for VM:
>> VM[User|94ddc16f-04fc-4da1-8326-01d8d5cdeb44]
>> 2013-04-07 00:32:15,327 DEBUG [cloud.vm.VirtualMachineManagerImpl]
>> (1161145101@qtp-1008805148-33:null) Allocating nics for
>> VM[User|94ddc16f-04fc-4da1-8326-01d8d5cdeb44]
>> 2013-04-07 00:32:15,328 DEBUG [cloud.network.NetworkManagerImpl]
>> (1161145101@qtp-1008805148-33:null) Allocating nic for vm
>> VM[User|94ddc16f-04fc-4da1-8326-01d8d5cdeb44] in network 
>>Ntwk[204|Guest|6]
>> with requested profile NicProfile[0-0-null-null-null
>> 2013-04-07 00:32:15,335 DEBUG [cloud.vm.VirtualMachineManagerImpl]
>> (1161145101@qtp-1008805148-33:null) Allocaing disks for
>> VM[User|94ddc16f-04fc-4da1-8326-01d8d5cdeb44]
>> 2013-04-07 00:32:15,342 DEBUG [cloud.vm.VirtualMachineManagerImpl]
>> (1161145101@qtp-1008805148-33:null) Allocation completed for VM:
>> VM[User|94ddc16f-04fc-4da1-8326-01d8d5cdeb44]
>> 2013-04-07 00:32:15,342 DEBUG [cloud.vm.UserVmManagerImpl]
>> (1161145101@qtp-1008805148-33:null) Successfully allocated DB entry for
>> VM[User|94ddc16f-04fc-4da1-8326-01d8d5cdeb44]
>> 2013-04-07 00:32:15,374 DEBUG [cloud.async.AsyncJobManagerImpl]
>> (1161145101@qtp-1008805148-33:null) submit async job-43, details:
>> AsyncJobVO {id:43, userId: 2, accountId: 2, sessionKey: null, 
>>instanceType:
>> null, instanceId: 13, cmd:
>> org.apache.cloudstack.api.command.user.vm.DeployVMCmd, cmdOriginator: 
>>null,
>> cmdInfo:
>> 
>>{"id":"13","templateId":"e4a7df4a-9e1c-11e2-a770-6e70e42a2333","response"
>>:"json","sessionkey":"Z6QqzU0Fq1iT13bMgnRRfl8GoVA\u003d","ctxUserId":"2",
>>"hypervisor":"XenServer","serviceOfferingId":"425cf3cf-4bc4-4e53-82a0-ba6
>>c20dd3688","_":"1365316335280","ctxAccountId":"2","ctxStartEventId":"48",
>>"zoneId":"3a62dec3-cf95-4ba2-9af0-af2190af35e3"},
>> cmdVersion: 0, callbackType: 0, callbackAddress: null, status: 0,
>> processStatus: 0, resultCode: 0, result: null, initMsid: 1, 
>>completeMsid:
>> null, lastUpdated: null, lastPolled: null, created: null}
>> 2013-04-07 00:32:15,375 DEBUG [cloud.async.AsyncJobManagerImpl]
>> (Job-Executor-36:job-43) Executing
>> org.apache.cloudstack.api.command.user.vm.DeployVMCmd for job-43
>> 2013-04-07 00:32:15,376 DEBUG [cloud.api.ApiServlet]
>> (1161145101@qtp-1008805148-33:null) ===END===  127.0.0.1 -- GET
>>  
>>command=deployVirtualMachine&zoneId=3a62dec3-cf95-4ba2-9af0-af2190af35e3&
>>templateId=e4a7df4a-9e1c-11e2-a770-6e70e42a2333&hypervisor=XenServer&serv
>>iceOfferingId=425cf3cf-4bc4-4e53-82a0-ba6c20dd3688&response=json&sessionk
>>ey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316335280
>> 2013-04-07 00:32:15,380 DEBUG [cloud.api.ApiDispatcher]
>> (Job-Executor-36:job-43) InfrastructureEntity name
>> is:com.cloud.offering.ServiceOffering
>> 2013-04-07 00:32:15,383 DEBUG [cloud.api.ApiDispatcher]
>> (Job-Executor-36:job-43) ControlledEntity name
>> is:com.cloud.template.VirtualMachineTemplate
>> 2013-04-07 00:32:15,425 DEBUG [cloud.deploy.FirstFitPlanner]
>> (Job-Executor-36:job-43) DeploymentPlanner allocation algorithm: random
>> 2013-04-07 00:32:15,425 DEBUG [cloud.deploy.FirstFitPlanner]
>> (Job-Executor-36:job-43) Trying to allocate a host and storage pools 
>>from
>> dc:1, pod:null,cluster:null, requested cpu: 100, requested ram: 
>>1073741824
>> 2013-04-07 00:32:15,425 DEBUG [cloud.deploy.FirstFitPlanner]
>> (Job-Executor-36:job-43) Is ROOT volume READY (pool already 
>>allocated)?: No
>> 2013-04-07 00:32:15,425 DEBUG [cloud.deploy.FirstFitPlanner]
>> (Job-Executor-36:job-43) Searching all possible resources under this 
>>Zone: 1
>> 2013-04-07 00:32:15,427 DEBUG [cloud.deploy.FirstFitPlanner]
>> (Job-Executor-36:job-43) Listing clusters in order of aggregate 
>>capacity,
>> that have (atleast one host with) enough CPU and RAM capacity under this
>> Zone: 1
>> 2013-04-07 00:32:15,428 DEBUG [cloud.deploy.FirstFitPlanner]
>> (Job-Executor-36:job-43) CPUOverprovisioningFactor considered: 1.0
>> 2013-04-07 00:32:15,442 DEBUG [cloud.deploy.FirstFitPlanner]
>> (Job-Executor-36:job-43) Cannot allocate cluster list [1] for vm 
>>creation
>> since their allocated percentage crosses the disable capacity threshold:
>> 0.85 for capacity Type : 0, skipping these clusters
>> 2013-04-07 00:32:15,444 DEBUG [cloud.deploy.FirstFitPlanner]
>> (Job-Executor-36:job-43) Checking resources in Cluster: 2 under Pod: 1
>> 2013-04-07 00:32:15,444 DEBUG [allocator.impl.RandomAllocator]
>> (Job-Executor-36:job-43) Looking for hosts in dc: 1  pod:1  cluster:2
>> 2013-04-07 00:32:15,447 DEBUG [allocator.impl.RandomAllocator]
>> (Job-Executor-36:job-43) Random Allocator found 2  hosts
>> 2013-04-07 00:32:15,447 DEBUG [allocator.impl.RandomAllocator]
>> (Job-Executor-36:job-43) Random Host Allocator returning 2 suitable 
>>hosts
>> 2013-04-07 00:32:15,448 DEBUG [cloud.deploy.FirstFitPlanner]
>> (Job-Executor-36:job-43) Checking suitable pools for volume (Id, Type):
>> (13,ROOT)
>> 2013-04-07 00:32:15,448 DEBUG [cloud.deploy.FirstFitPlanner]
>> (Job-Executor-36:job-43) We need to allocate new storagepool for this 
>>volume
>> 2013-04-07 00:32:15,451 DEBUG [cloud.deploy.FirstFitPlanner]
>> (Job-Executor-36:job-43) Calling StoragePoolAllocators to find suitable
>> pools
>> 2013-04-07 00:32:15,455 DEBUG
>> [storage.allocator.RandomStoragePoolAllocator] (Job-Executor-36:job-43)
>> Looking for pools in dc: 1  pod:1  cluster:2
>> 2013-04-07 00:32:15,457 DEBUG
>> [storage.allocator.RandomStoragePoolAllocator] (Job-Executor-36:job-43)
>> RandomStoragePoolAllocator has 5 pools to check for allocation
>> 2013-04-07 00:32:15,458 DEBUG
>> [storage.allocator.AbstractStoragePoolAllocator] 
>>(Job-Executor-36:job-43)
>> Checking if storage pool is suitable, name: Tut-XenServer2 Local Storage
>> ,poolId: 201
>> 2013-04-07 00:32:15,458 DEBUG
>> [storage.allocator.AbstractStoragePoolAllocator] 
>>(Job-Executor-36:job-43)
>> Is localStorageAllocationNeeded? false
>> 2013-04-07 00:32:15,458 DEBUG
>> [storage.allocator.AbstractStoragePoolAllocator] 
>>(Job-Executor-36:job-43)
>> Is storage pool shared? false
>> 2013-04-07 00:32:15,458 DEBUG
>> [storage.allocator.AbstractStoragePoolAllocator] 
>>(Job-Executor-36:job-43)
>> StoragePool is not of correct type, skipping this pool
>> 2013-04-07 00:32:15,458 DEBUG
>> [storage.allocator.AbstractStoragePoolAllocator] 
>>(Job-Executor-36:job-43)
>> Checking if storage pool is suitable, name: iSCSI_SR_3 ,poolId: 257
>> 2013-04-07 00:32:15,458 DEBUG
>> [storage.allocator.AbstractStoragePoolAllocator] 
>>(Job-Executor-36:job-43)
>> Is localStorageAllocationNeeded? false
>> 2013-04-07 00:32:15,458 DEBUG
>> [storage.allocator.AbstractStoragePoolAllocator] 
>>(Job-Executor-36:job-43)
>> Is storage pool shared? true
>> 2013-04-07 00:32:15,467 DEBUG [cloud.storage.StorageManagerImpl]
>> (Job-Executor-36:job-43) Checking pool: 257 for volume allocation
>> [Vol[13|vm=13|ROOT]], maxSize : 2084569088, totalAllocatedSize : 
>>106954752,
>> askingSize : 52428800, allocated disable threshold: 0.85
>> 2013-04-07 00:32:15,467 DEBUG
>> [storage.allocator.AbstractStoragePoolAllocator] 
>>(Job-Executor-36:job-43)
>> Checking if storage pool is suitable, name: iSCSI_SR_4 ,poolId: 262
>> 2013-04-07 00:32:15,467 DEBUG
>> [storage.allocator.AbstractStoragePoolAllocator] 
>>(Job-Executor-36:job-43)
>> Is localStorageAllocationNeeded? false
>> 2013-04-07 00:32:15,467 DEBUG
>> [storage.allocator.AbstractStoragePoolAllocator] 
>>(Job-Executor-36:job-43)
>> Is storage pool shared? true
>> 2013-04-07 00:32:15,479 DEBUG [cloud.storage.StorageManagerImpl]
>> (Job-Executor-36:job-43) Checking pool: 262 for volume allocation
>> [Vol[13|vm=13|ROOT]], maxSize : 2084569088, totalAllocatedSize : 
>>54525952,
>> askingSize : 52428800, allocated disable threshold: 0.85
>> 2013-04-07 00:32:15,479 DEBUG
>> [storage.allocator.AbstractStoragePoolAllocator] 
>>(Job-Executor-36:job-43)
>> Checking if storage pool is suitable, name: Tut-XenServer Local Storage
>> ,poolId: 202
>> 2013-04-07 00:32:15,479 DEBUG
>> [storage.allocator.AbstractStoragePoolAllocator] 
>>(Job-Executor-36:job-43)
>> Is localStorageAllocationNeeded? false
>> 2013-04-07 00:32:15,479 DEBUG
>> [storage.allocator.AbstractStoragePoolAllocator] 
>>(Job-Executor-36:job-43)
>> Is storage pool shared? false
>> 2013-04-07 00:32:15,479 DEBUG
>> [storage.allocator.AbstractStoragePoolAllocator] 
>>(Job-Executor-36:job-43)
>> StoragePool is not of correct type, skipping this pool
>> 2013-04-07 00:32:15,479 DEBUG
>> [storage.allocator.AbstractStoragePoolAllocator] 
>>(Job-Executor-36:job-43)
>> Checking if storage pool is suitable, name: iSCSI_SR_2 ,poolId: 256
>> 2013-04-07 00:32:15,479 DEBUG
>> [storage.allocator.AbstractStoragePoolAllocator] 
>>(Job-Executor-36:job-43)
>> Is localStorageAllocationNeeded? false
>> 2013-04-07 00:32:15,479 DEBUG
>> [storage.allocator.AbstractStoragePoolAllocator] 
>>(Job-Executor-36:job-43)
>> Is storage pool shared? true
>> 2013-04-07 00:32:15,489 DEBUG [cloud.storage.StorageManagerImpl]
>> (Job-Executor-36:job-43) Checking pool: 256 for volume allocation
>> [Vol[13|vm=13|ROOT]], maxSize : 2084569088, totalAllocatedSize : 
>>54525952,
>> askingSize : 52428800, allocated disable threshold: 0.85
>> 2013-04-07 00:32:15,489 DEBUG
>> [storage.allocator.RandomStoragePoolAllocator] (Job-Executor-36:job-43)
>> RandomStoragePoolAllocator returning 3 suitable storage pools
>> 2013-04-07 00:32:15,489 DEBUG [cloud.deploy.FirstFitPlanner]
>> (Job-Executor-36:job-43) Trying to find a potenial host and associated
>> storage pools from the suitable host/pool lists for this VM
>> 2013-04-07 00:32:15,489 DEBUG [cloud.deploy.FirstFitPlanner]
>> (Job-Executor-36:job-43) Checking if host: 6 can access any suitable
>> storage pool for volume: ROOT
>> 2013-04-07 00:32:15,492 DEBUG [cloud.deploy.FirstFitPlanner]
>> (Job-Executor-36:job-43) Host: 6 can access pool: 257
>> 2013-04-07 00:32:15,492 DEBUG [cloud.deploy.FirstFitPlanner]
>> (Job-Executor-36:job-43) Found a potential host id: 6 name: 
>>Tut-XenServer
>> and associated storage pools for this VM
>> 2013-04-07 00:32:15,494 DEBUG [cloud.deploy.FirstFitPlanner]
>> (Job-Executor-36:job-43) Returning Deployment Destination:
>> 
>>Dest[Zone(Id)-Pod(Id)-Cluster(Id)-Host(Id)-Storage(Volume(Id|Type-->Pool(
>>Id))]
>> :
>> 
>>Dest[Zone(1)-Pod(1)-Cluster(2)-Host(6)-Storage(Volume(13|ROOT-->Pool(257)
>>)]
>> 2013-04-07 00:32:15,514 DEBUG [cloud.capacity.CapacityManagerImpl]
>> (Job-Executor-36:job-43) VM state transitted from :Stopped to Starting 
>>with
>> event: StartRequestedvm's original host id: null new host id: null host 
>>id
>> before state transition: null
>> 2013-04-07 00:32:15,514 DEBUG [cloud.vm.VirtualMachineManagerImpl]
>> (Job-Executor-36:job-43) Successfully transitioned to start state for
>> VM[User|94ddc16f-04fc-4da1-8326-01d8d5cdeb44] reservation id =
>> a8349669-6ff2-443f-88d3-c5d69100df3a
>> 2013-04-07 00:32:15,518 DEBUG [cloud.vm.VirtualMachineManagerImpl]
>> (Job-Executor-36:job-43) Trying to deploy VM, vm has dcId: 1 and podId: 
>>null
>> 2013-04-07 00:32:15,518 DEBUG [cloud.vm.VirtualMachineManagerImpl]
>> (Job-Executor-36:job-43) advanceStart: DeploymentPlan is provided, using
>> dcId:1, podId: 1, clusterId: 2, hostId: 6, poolId: 257
>> 2013-04-07 00:32:15,518 DEBUG [cloud.vm.VirtualMachineManagerImpl]
>> (Job-Executor-36:job-43) Deploy avoids pods: null, clusters: null, 
>>hosts:
>> null
>> 2013-04-07 00:32:15,521 DEBUG [cloud.deploy.FirstFitPlanner]
>> (Job-Executor-36:job-43) DeploymentPlanner allocation algorithm: random
>> 2013-04-07 00:32:15,521 DEBUG [cloud.deploy.FirstFitPlanner]
>> (Job-Executor-36:job-43) Trying to allocate a host and storage pools 
>>from
>> dc:1, pod:1,cluster:2, requested cpu: 100, requested ram: 1073741824
>> 2013-04-07 00:32:15,522 DEBUG [cloud.deploy.FirstFitPlanner]
>> (Job-Executor-36:job-43) Is ROOT volume READY (pool already 
>>allocated)?: Yes
>> 2013-04-07 00:32:15,522 DEBUG [cloud.deploy.FirstFitPlanner]
>> (Job-Executor-36:job-43) DeploymentPlan has host_id specified, making no
>> checks on this host, looks like admin test: 6
>> 2013-04-07 00:32:15,523 DEBUG [cloud.deploy.FirstFitPlanner]
>> (Job-Executor-36:job-43) Looking for suitable pools for this host under
>> zone: 1, pod: 1, cluster: 2
>> 2013-04-07 00:32:15,525 DEBUG [cloud.deploy.FirstFitPlanner]
>> (Job-Executor-36:job-43) Checking suitable pools for volume (Id, Type):
>> (13,ROOT)
>> 2013-04-07 00:32:15,525 DEBUG [cloud.deploy.FirstFitPlanner]
>> (Job-Executor-36:job-43) Volume has pool already allocated, checking if
>> pool can be reused, poolId: null
>> 2013-04-07 00:32:15,527 DEBUG [cloud.deploy.FirstFitPlanner]
>> (Job-Executor-36:job-43) Planner need not allocate a pool for this 
>>volume
>> since its READY
>> 2013-04-07 00:32:15,527 DEBUG [cloud.deploy.FirstFitPlanner]
>> (Job-Executor-36:job-43) Trying to find a potenial host and associated
>> storage pools from the suitable host/pool lists for this VM
>> 2013-04-07 00:32:15,527 DEBUG [cloud.deploy.FirstFitPlanner]
>> (Job-Executor-36:job-43) Checking if host: 6 can access any suitable
>> storage pool for volume: ROOT
>> 2013-04-07 00:32:15,529 DEBUG [cloud.deploy.FirstFitPlanner]
>> (Job-Executor-36:job-43) Host: 6 can access pool: 257
>> 2013-04-07 00:32:15,529 DEBUG [cloud.deploy.FirstFitPlanner]
>> (Job-Executor-36:job-43) Found a potential host id: 6 name: 
>>Tut-XenServer
>> and associated storage pools for this VM
>> 2013-04-07 00:32:15,530 DEBUG [cloud.deploy.FirstFitPlanner]
>> (Job-Executor-36:job-43) Returning Deployment Destination:
>> 
>>Dest[Zone(Id)-Pod(Id)-Cluster(Id)-Host(Id)-Storage(Volume(Id|Type-->Pool(
>>Id))]
>> :
>> 
>>Dest[Zone(1)-Pod(1)-Cluster(2)-Host(6)-Storage(Volume(13|ROOT-->Pool(257)
>>)]
>> 2013-04-07 00:32:15,530 DEBUG [cloud.vm.VirtualMachineManagerImpl]
>> (Job-Executor-36:job-43) Deployment found  -
>> P0=VM[User|94ddc16f-04fc-4da1-8326-01d8d5cdeb44],
>> 
>>P0=Dest[Zone(Id)-Pod(Id)-Cluster(Id)-Host(Id)-Storage(Volume(Id|Type-->Po
>>ol(Id))]
>> :
>> 
>>Dest[Zone(1)-Pod(1)-Cluster(2)-Host(6)-Storage(Volume(13|ROOT-->Pool(257)
>>)]
>> 2013-04-07 00:32:15,535 DEBUG [cloud.capacity.CapacityManagerImpl]
>> (Job-Executor-36:job-43) VM state transitted from :Starting to Starting
>> with event: OperationRetryvm's original host id: null new host id: 6 
>>host
>> id before state transition: null
>> 2013-04-07 00:32:15,551 DEBUG [cloud.capacity.CapacityManagerImpl]
>> (Job-Executor-36:job-43) Hosts's actual total CPU: 2382 and CPU after
>> applying overprovisioning: 2382
>> 2013-04-07 00:32:15,551 DEBUG [cloud.capacity.CapacityManagerImpl]
>> (Job-Executor-36:job-43) We are allocating VM, increasing the used 
>>capacity
>> of this host:6
>> 2013-04-07 00:32:15,552 DEBUG [cloud.capacity.CapacityManagerImpl]
>> (Job-Executor-36:job-43) Current Used CPU: 100 , Free CPU:2282 
>>,Requested
>> CPU: 100
>> 2013-04-07 00:32:15,552 DEBUG [cloud.capacity.CapacityManagerImpl]
>> (Job-Executor-36:job-43) Current Used RAM: 104857600 , Free 
>>RAM:1566837824
>> ,Requested RAM: 1073741824
>> 2013-04-07 00:32:15,552 DEBUG [cloud.capacity.CapacityManagerImpl]
>> (Job-Executor-36:job-43) CPU STATS after allocation: for host: 6, old 
>>used:
>> 100, old reserved: 0, actual total: 2382, total with overprovisioning:
>> 2382; new used:200, reserved:0; requested cpu:100,alloc_from_last:false
>> 2013-04-07 00:32:15,552 DEBUG [cloud.capacity.CapacityManagerImpl]
>> (Job-Executor-36:job-43) RAM STATS after allocation: for host: 6, old 
>>used:
>> 104857600, old reserved: 0, total: 1671695424; new used: 1178599424,
>> reserved: 0; requested mem: 1073741824,alloc_from_last:false
>> 2013-04-07 00:32:15,555 DEBUG [cloud.vm.VirtualMachineManagerImpl]
>> (Job-Executor-36:job-43) VM is being created in podId: 1
>> 2013-04-07 00:32:15,559 DEBUG [cloud.network.NetworkManagerImpl]
>> (Job-Executor-36:job-43) Lock is acquired for network id 204 as a part 
>>of
>> network implement
>> 2013-04-07 00:32:15,559 DEBUG [cloud.network.NetworkManagerImpl]
>> (Job-Executor-36:job-43) Network id=204 is already implemented
>> 2013-04-07 00:32:15,560 DEBUG [cloud.network.NetworkManagerImpl]
>> (Job-Executor-36:job-43) Lock is released for network id 204 as a part 
>>of
>> network implement
>> 2013-04-07 00:32:15,592 DEBUG [cloud.network.NetworkManagerImpl]
>> (Job-Executor-36:job-43) Changing active number of nics for network 
>>id=204
>> on 1
>> 2013-04-07 00:32:15,594 DEBUG [cloud.network.NetworkManagerImpl]
>> (Job-Executor-36:job-43) Asking ElasticLoadBalancerElement to prepare 
>>for
>> Nic[19-13-a8349669-6ff2-443f-88d3-c5d69100df3a-192.168.56.146]
>> 2013-04-07 00:32:15,600 DEBUG [cloud.network.NetworkManagerImpl]
>> (Job-Executor-36:job-43) Asking NiciraNvpElement to prepare for
>> Nic[19-13-a8349669-6ff2-443f-88d3-c5d69100df3a-192.168.56.146]
>> 2013-04-07 00:32:15,600 DEBUG [network.element.NiciraNvpElement]
>> (Job-Executor-36:job-43) Checking if NiciraNvpElement can handle service
>> Connectivity on network guestNetworkForBasicZone
>> 2013-04-07 00:32:15,606 DEBUG [cloud.network.NetworkManagerImpl]
>> (Job-Executor-36:job-43) Asking BigSwitchVnsElement to prepare for
>> Nic[19-13-a8349669-6ff2-443f-88d3-c5d69100df3a-192.168.56.146]
>> 2013-04-07 00:32:15,606 DEBUG [network.element.BigSwitchVnsElement]
>> (Job-Executor-36:job-43) Checking if BigSwitchVnsElement can handle 
>>service
>> Connectivity on network guestNetworkForBasicZone
>> 2013-04-07 00:32:15,612 DEBUG [cloud.network.NetworkManagerImpl]
>> (Job-Executor-36:job-43) Asking Ovs to prepare for
>> Nic[19-13-a8349669-6ff2-443f-88d3-c5d69100df3a-192.168.56.146]
>> 2013-04-07 00:32:15,612 DEBUG [cloud.network.NetworkManagerImpl]
>> (Job-Executor-36:job-43) Asking BareMetalDhcp to prepare for
>> Nic[19-13-a8349669-6ff2-443f-88d3-c5d69100df3a-192.168.56.146]
>> 2013-04-07 00:32:15,617 DEBUG [cloud.network.NetworkManagerImpl]
>> (Job-Executor-36:job-43) Asking BareMetalPxe to prepare for
>> Nic[19-13-a8349669-6ff2-443f-88d3-c5d69100df3a-192.168.56.146]
>> 2013-04-07 00:32:15,623 DEBUG [cloud.network.NetworkManagerImpl]
>> (Job-Executor-36:job-43) Asking BareMetalUserdata to prepare for
>> Nic[19-13-a8349669-6ff2-443f-88d3-c5d69100df3a-192.168.56.146]
>> 2013-04-07 00:32:15,629 DEBUG [cloud.network.NetworkManagerImpl]
>> (Job-Executor-36:job-43) Asking SecurityGroupProvider to prepare for
>> Nic[19-13-a8349669-6ff2-443f-88d3-c5d69100df3a-192.168.56.146]
>> 2013-04-07 00:32:15,637 DEBUG [cloud.network.NetworkManagerImpl]
>> (Job-Executor-36:job-43) Asking VirtualRouter to prepare for
>> Nic[19-13-a8349669-6ff2-443f-88d3-c5d69100df3a-192.168.56.146]
>> 2013-04-07 00:32:15,653 DEBUG
>> [network.router.VirtualNetworkApplianceManagerImpl]
>> (Job-Executor-36:job-43) Lock is acquired for network id 204 as a part 
>>of
>> router startup in
>> 
>>Dest[Zone(Id)-Pod(Id)-Cluster(Id)-Host(Id)-Storage(Volume(Id|Type-->Pool(
>>Id))]
>> :
>> 
>>Dest[Zone(1)-Pod(1)-Cluster(2)-Host(6)-Storage(Volume(13|ROOT-->Pool(257)
>>)]
>> 2013-04-07 00:32:15,657 DEBUG
>> [network.router.VirtualNetworkApplianceManagerImpl]
>> (Job-Executor-36:job-43) Skipping VR deployment: Found a running or
>> starting VR in Pod null id=1
>> 2013-04-07 00:32:15,658 DEBUG
>> [network.router.VirtualNetworkApplianceManagerImpl]
>> (Job-Executor-36:job-43) Lock is released for network id 204 as a part 
>>of
>> router startup in
>> 
>>Dest[Zone(Id)-Pod(Id)-Cluster(Id)-Host(Id)-Storage(Volume(Id|Type-->Pool(
>>Id))]
>> :
>> 
>>Dest[Zone(1)-Pod(1)-Cluster(2)-Host(6)-Storage(Volume(13|ROOT-->Pool(257)
>>)]
>> 2013-04-07 00:32:15,674 DEBUG
>> [network.router.VirtualNetworkApplianceManagerImpl]
>> (Job-Executor-36:job-43) Applying dhcp entry in network 
>>Ntwk[204|Guest|6]
>> 2013-04-07 00:32:15,706 DEBUG [agent.transport.Request]
>> (Job-Executor-36:job-43) Seq 6-324993305: Sending  { Cmd , MgmtId: 1, 
>>via:
>> 6, Ver: v1, Flags: 100111,
>> 
>>[{"routing.DhcpEntryCommand":{"vmMac":"06:06:fe:00:00:44","vmIpAddress":"
>>192.168.56.146","vmName":"94ddc16f-04fc-4da1-8326-01d8d5cdeb44","defaultR
>>outer":"192.168.56.1","defaultDns":"192.168.56.102","duid":"00:03:00:01:0
>>6:06:fe:00:00:44","accessDetails":{"router.guest.ip":"192.168.56.102","zo
>>ne.network.type":"Basic","
>> router.name":"r-4-VM","router.ip":"169.254.1.168"},"wait":0}}] }
>> 2013-04-07 00:32:15,706 DEBUG [agent.transport.Request]
>> (Job-Executor-36:job-43) Seq 6-324993305: Executing:  { Cmd , MgmtId: 1,
>> via: 6, Ver: v1, Flags: 100111,
>> 
>>[{"routing.DhcpEntryCommand":{"vmMac":"06:06:fe:00:00:44","vmIpAddress":"
>>192.168.56.146","vmName":"94ddc16f-04fc-4da1-8326-01d8d5cdeb44","defaultR
>>outer":"192.168.56.1","defaultDns":"192.168.56.102","duid":"00:03:00:01:0
>>6:06:fe:00:00:44","accessDetails":{"router.guest.ip":"192.168.56.102","zo
>>ne.network.type":"Basic","
>> router.name":"r-4-VM","router.ip":"169.254.1.168"},"wait":0}}] }
>> 2013-04-07 00:32:15,706 DEBUG [agent.manager.DirectAgentAttache]
>> (DirectAgent-89:null) Seq 6-324993305: Executing request
>> 2013-04-07 00:32:18,273 DEBUG [agent.manager.DirectAgentAttache]
>> (DirectAgent-89:null) Seq 6-324993305: Response Received:
>> 2013-04-07 00:32:18,273 DEBUG [agent.transport.Request]
>> (DirectAgent-89:null) Seq 6-324993305: Processing:  { Ans: , MgmtId: 1,
>> via: 6, Ver: v1, Flags: 110, [{"Answer":{"result":true,"wait":0}}] }
>> 2013-04-07 00:32:18,273 DEBUG [agent.manager.AgentAttache]
>> (DirectAgent-89:null) Seq 6-324993305: No more commands found
>> 2013-04-07 00:32:18,273 DEBUG [agent.transport.Request]
>> (Job-Executor-36:job-43) Seq 6-324993305: Received:  { Ans: , MgmtId: 1,
>> via: 6, Ver: v1, Flags: 110, { Answer } }
>> 2013-04-07 00:32:18,286 DEBUG
>> [network.router.VirtualNetworkApplianceManagerImpl]
>> (Job-Executor-36:job-43) Applying userdata and password entry in network
>> Ntwk[204|Guest|6]
>> 2013-04-07 00:32:18,303 DEBUG [agent.transport.Request]
>> (Job-Executor-36:job-43) Seq 6-324993306: Sending  { Cmd , MgmtId: 1, 
>>via:
>> 6, Ver: v1, Flags: 100111,
>> 
>>[{"routing.SavePasswordCommand":{"password":"fnirq_cnffjbeq","vmIpAddress
>>":"192.168.56.146","vmName":"94ddc16f-04fc-4da1-8326-01d8d5cdeb44","acces
>>sDetails":{"router.guest.ip":"192.168.56.102","zone.network.type":"Basic"
>>,"router.ip":"169.254.1.168","
>> router.name
>> 
>>":"r-4-VM"},"wait":0}},{"routing.VmDataCommand":{"vmIpAddress":"192.168.5
>>6.146","vmName":"94ddc16f-04fc-4da1-8326-01d8d5cdeb44","accessDetails":{"
>>router.guest.ip":"192.168.56.102","zone.network.type":"Basic","router.ip"
>>:"169.254.1.168","
>> router.name":"r-4-VM"},"wait":0}}] }
>> 2013-04-07 00:32:18,304 DEBUG [agent.transport.Request]
>> (Job-Executor-36:job-43) Seq 6-324993306: Executing:  { Cmd , MgmtId: 1,
>> via: 6, Ver: v1, Flags: 100111,
>> 
>>[{"routing.SavePasswordCommand":{"password":"fnirq_cnffjbeq","vmIpAddress
>>":"192.168.56.146","vmName":"94ddc16f-04fc-4da1-8326-01d8d5cdeb44","acces
>>sDetails":{"router.guest.ip":"192.168.56.102","zone.network.type":"Basic"
>>,"router.ip":"169.254.1.168","
>> router.name
>> 
>>":"r-4-VM"},"wait":0}},{"routing.VmDataCommand":{"vmIpAddress":"192.168.5
>>6.146","vmName":"94ddc16f-04fc-4da1-8326-01d8d5cdeb44","accessDetails":{"
>>router.guest.ip":"192.168.56.102","zone.network.type":"Basic","router.ip"
>>:"169.254.1.168","
>> router.name":"r-4-VM"},"wait":0}}] }
>> 2013-04-07 00:32:18,304 DEBUG [agent.manager.DirectAgentAttache]
>> (DirectAgent-20:null) Seq 6-324993306: Executing request
>> 2013-04-07 00:32:18,391 DEBUG [cloud.api.ApiServlet]
>> (1161145101@qtp-1008805148-33:null) ===START===  127.0.0.1 -- GET
>>  
>>command=queryAsyncJobResult&jobId=00aeb7f7-459c-477e-a0a1-5d9262bc583a&re
>>sponse=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316338388
>> 2013-04-07 00:32:18,412 DEBUG [cloud.api.ApiServlet]
>> (1161145101@qtp-1008805148-33:null) ===END===  127.0.0.1 -- GET
>>  
>>command=queryAsyncJobResult&jobId=00aeb7f7-459c-477e-a0a1-5d9262bc583a&re
>>sponse=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316338388
>> 2013-04-07 00:32:20,452 DEBUG
>> [storage.secondary.SecondaryStorageManagerImpl] (secstorage-1:null) 
>>Zone 1
>> is ready to launch secondary storage VM
>> 2013-04-07 00:32:20,554 DEBUG 
>>[cloud.consoleproxy.ConsoleProxyManagerImpl]
>> (consoleproxy-1:null) Zone 1 is ready to launch console proxy
>> 2013-04-07 00:32:20,819 DEBUG
>> [network.router.VirtualNetworkApplianceManagerImpl]
>> (RouterStatusMonitor-1:null) Found 0 routers to update status.
>> 2013-04-07 00:32:20,821 DEBUG
>> [network.router.VirtualNetworkApplianceManagerImpl]
>> (RouterStatusMonitor-1:null) Found 0 networks to update RvR status.
>> 2013-04-07 00:32:20,851 DEBUG
>> [network.router.VirtualNetworkApplianceManagerImpl]
>> (RouterStatusMonitor-1:null) Found 0 routers to update status.
>> 2013-04-07 00:32:20,852 DEBUG
>> [network.router.VirtualNetworkApplianceManagerImpl]
>> (RouterStatusMonitor-1:null) Found 0 networks to update RvR status.
>> 2013-04-07 00:32:21,391 DEBUG [cloud.api.ApiServlet]
>> (1161145101@qtp-1008805148-33:null) ===START===  127.0.0.1 -- GET
>>  
>>command=queryAsyncJobResult&jobId=00aeb7f7-459c-477e-a0a1-5d9262bc583a&re
>>sponse=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316341388
>> 2013-04-07 00:32:21,408 DEBUG [cloud.api.ApiServlet]
>> (1161145101@qtp-1008805148-33:null) ===END===  127.0.0.1 -- GET
>>  
>>command=queryAsyncJobResult&jobId=00aeb7f7-459c-477e-a0a1-5d9262bc583a&re
>>sponse=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316341388
>> 2013-04-07 00:32:24,392 DEBUG [cloud.api.ApiServlet]
>> (1161145101@qtp-1008805148-33:null) ===START===  127.0.0.1 -- GET
>>  
>>command=queryAsyncJobResult&jobId=00aeb7f7-459c-477e-a0a1-5d9262bc583a&re
>>sponse=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316344390
>> 2013-04-07 00:32:24,407 DEBUG [cloud.api.ApiServlet]
>> (1161145101@qtp-1008805148-33:null) ===END===  127.0.0.1 -- GET
>>  
>>command=queryAsyncJobResult&jobId=00aeb7f7-459c-477e-a0a1-5d9262bc583a&re
>>sponse=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316344390
>> 2013-04-07 00:32:24,892 DEBUG [agent.manager.AgentManagerImpl]
>> (AgentManager-Handler-11:null) Ping from 4
>> 2013-04-07 00:32:27,183 DEBUG [agent.manager.DirectAgentAttache]
>> (DirectAgent-273:null) Ping from 1
>> 2013-04-07 00:32:27,392 DEBUG [cloud.api.ApiServlet]
>> (1161145101@qtp-1008805148-33:null) ===START===  127.0.0.1 -- GET
>>  
>>command=queryAsyncJobResult&jobId=00aeb7f7-459c-477e-a0a1-5d9262bc583a&re
>>sponse=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316347390
>> 2013-04-07 00:32:27,407 DEBUG [cloud.api.ApiServlet]
>> (1161145101@qtp-1008805148-33:null) ===END===  127.0.0.1 -- GET
>>  
>>command=queryAsyncJobResult&jobId=00aeb7f7-459c-477e-a0a1-5d9262bc583a&re
>>sponse=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316347390
>> 2013-04-07 00:32:29,095 DEBUG [agent.manager.DirectAgentAttache]
>> (DirectAgent-131:null) Seq 1-90046472: Executing request
>> 2013-04-07 00:32:29,345 DEBUG [agent.manager.DirectAgentAttache]
>> (DirectAgent-131:null) Seq 1-90046472: Response Received:
>> 2013-04-07 00:32:29,345 DEBUG [agent.transport.Request]
>> (DirectAgent-131:null) Seq 1-90046472: Processing:  { Ans: , MgmtId: 1,
>> via: 1, Ver: v1, Flags: 10,
>> 
>>[{"ClusterSyncAnswer":{"_clusterId":1,"_newStates":{},"_isExecuted":false
>>,"result":true,"wait":0}}]
>> }
>> 2013-04-07 00:32:30,393 DEBUG [cloud.api.ApiServlet]
>> (1161145101@qtp-1008805148-33:null) ===START===  127.0.0.1 -- GET
>>  
>>command=queryAsyncJobResult&jobId=00aeb7f7-459c-477e-a0a1-5d9262bc583a&re
>>sponse=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316350391
>> 2013-04-07 00:32:30,408 DEBUG [cloud.api.ApiServlet]
>> (1161145101@qtp-1008805148-33:null) ===END===  127.0.0.1 -- GET
>>  
>>command=queryAsyncJobResult&jobId=00aeb7f7-459c-477e-a0a1-5d9262bc583a&re
>>sponse=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316350391
>> 2013-04-07 00:32:32,146 DEBUG [agent.manager.DirectAgentAttache]
>> (DirectAgent-20:null) Seq 6-324993306: Response Received:
>> 2013-04-07 00:32:32,146 DEBUG [agent.transport.Request]
>> (DirectAgent-20:null) Seq 6-324993306: Processing:  { Ans: , MgmtId: 1,
>> via: 6, Ver: v1, Flags: 110,
>> 
>>[{"Answer":{"result":true,"wait":0}},{"Answer":{"result":true,"wait":0}}]
>> }
>> 2013-04-07 00:32:32,146 DEBUG [agent.manager.AgentAttache]
>> (DirectAgent-20:null) Seq 6-324993306: No more commands found
>> 2013-04-07 00:32:32,146 DEBUG [agent.transport.Request]
>> (Job-Executor-36:job-43) Seq 6-324993306: Received:  { Ans: , MgmtId: 1,
>> via: 6, Ver: v1, Flags: 110, { Answer, Answer } }
>> 2013-04-07 00:32:32,146 DEBUG [cloud.network.NetworkManagerImpl]
>> (Job-Executor-36:job-43) Asking VpcVirtualRouter to prepare for
>> Nic[19-13-a8349669-6ff2-443f-88d3-c5d69100df3a-192.168.56.146]
>> 2013-04-07 00:32:32,146 WARN  [network.element.VpcVirtualRouterElement]
>> (Job-Executor-36:job-43) Network Ntwk[204|Guest|6] is not associated 
>>with
>> any VPC
>> 2013-04-07 00:32:32,151 DEBUG [cloud.network.NetworkManagerImpl]
>> (Job-Executor-36:job-43) Asking NiciraNvp to prepare for
>> Nic[19-13-a8349669-6ff2-443f-88d3-c5d69100df3a-192.168.56.146]
>> 2013-04-07 00:32:32,151 DEBUG [network.element.NiciraNvpElement]
>> (Job-Executor-36:job-43) Checking if NiciraNvpElement can handle service
>> Connectivity on network guestNetworkForBasicZone
>> 2013-04-07 00:32:32,154 DEBUG [cloud.network.NetworkManagerImpl]
>> (Job-Executor-36:job-43) Asking JuniperSRX to prepare for
>> Nic[19-13-a8349669-6ff2-443f-88d3-c5d69100df3a-192.168.56.146]
>> 2013-04-07 00:32:32,157 DEBUG [cloud.network.NetworkManagerImpl]
>> (Job-Executor-36:job-43) Asking Netscaler to prepare for
>> Nic[19-13-a8349669-6ff2-443f-88d3-c5d69100df3a-192.168.56.146]
>> 2013-04-07 00:32:32,160 DEBUG [cloud.network.NetworkManagerImpl]
>> (Job-Executor-36:job-43) Asking F5BigIP to prepare for
>> Nic[19-13-a8349669-6ff2-443f-88d3-c5d69100df3a-192.168.56.146]
>> 2013-04-07 00:32:32,164 DEBUG [cloud.network.NetworkManagerImpl]
>> (Job-Executor-36:job-43) Asking CiscoNexus1000vVSM to prepare for
>> Nic[19-13-a8349669-6ff2-443f-88d3-c5d69100df3a-192.168.56.146]
>> 2013-04-07 00:32:32,168 DEBUG [cloud.storage.StorageManagerImpl]
>> (Job-Executor-36:job-43) Checking if we need to prepare 1 volumes for
>> VM[User|94ddc16f-04fc-4da1-8326-01d8d5cdeb44]
>> 2013-04-07 00:32:32,169 DEBUG [cloud.storage.StorageManagerImpl]
>> (Job-Executor-36:job-43) Creating volume: Vol[13|vm=13|ROOT]
>> 2013-04-07 00:32:32,170 DEBUG [cloud.storage.StorageManagerImpl]
>> (Job-Executor-36:job-43) Trying to create in Pool[257|PreSetup]
>> 2013-04-07 00:32:32,175 DEBUG [cloud.template.TemplateManagerImpl]
>> (Job-Executor-36:job-43) Template 5 has already been downloaded to pool 
>>257
>> 2013-04-07 00:32:32,179 DEBUG [agent.transport.Request]
>> (Job-Executor-36:job-43) Seq 6-324993307: Sending  { Cmd , MgmtId: 1, 
>>via:
>> 6, Ver: v1, Flags: 100111,
>> 
>>[{"storage.CreateCommand":{"volId":13,"pool":{"id":257,"uuid":"iSCSI_SR_3
>>","host":"192.168.56.9","path":"/iSCSI_SR_3","port":0,"type":"PreSetup"},
>>"diskCharacteristics":{"size":52428800,"tags":["iSCSI_SR_4"],"type":"ROOT
>>","name":"ROOT-13","useLocalStorage":false,"recreatable":true,"diskOfferi
>>ngId":38,"volumeId":13,"hyperType":"XenServer"},"templateUrl":"a8414926-8
>>1d6-4b54-9b4b-feb498489df0","wait":0}}]
>> }
>> 2013-04-07 00:32:32,180 DEBUG [agent.transport.Request]
>> (Job-Executor-36:job-43) Seq 6-324993307: Executing:  { Cmd , MgmtId: 1,
>> via: 6, Ver: v1, Flags: 100111,
>> 
>>[{"storage.CreateCommand":{"volId":13,"pool":{"id":257,"uuid":"iSCSI_SR_3
>>","host":"192.168.56.9","path":"/iSCSI_SR_3","port":0,"type":"PreSetup"},
>>"diskCharacteristics":{"size":52428800,"tags":["iSCSI_SR_4"],"type":"ROOT
>>","name":"ROOT-13","useLocalStorage":false,"recreatable":true,"diskOfferi
>>ngId":38,"volumeId":13,"hyperType":"XenServer"},"templateUrl":"a8414926-8
>>1d6-4b54-9b4b-feb498489df0","wait":0}}]
>> }
>> 2013-04-07 00:32:32,180 DEBUG [agent.manager.DirectAgentAttache]
>> (DirectAgent-59:null) Seq 6-324993307: Executing request
>> 2013-04-07 00:32:32,265 DEBUG [xen.resource.CitrixResourceBase]
>> (DirectAgent-59:null) SR retrieved for iSCSI_SR_3
>> 2013-04-07 00:32:32,276 DEBUG [xen.resource.CitrixResourceBase]
>> (DirectAgent-59:null) Checking iSCSI_SR_3 or SR
>> fe8ca696-22f5-ba1f-af68-7c3cf5a3cb39 on
>> XS[f7a017da-3064-456a-89cd-28ee9e2d36b3-192.168.56.9]
>> 2013-04-07 00:32:33,395 DEBUG [cloud.api.ApiServlet]
>> (1161145101@qtp-1008805148-33:null) ===START===  127.0.0.1 -- GET
>>  
>>command=queryAsyncJobResult&jobId=00aeb7f7-459c-477e-a0a1-5d9262bc583a&re
>>sponse=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316353392
>> 2013-04-07 00:32:33,419 DEBUG [cloud.api.ApiServlet]
>> (1161145101@qtp-1008805148-33:null) ===END===  127.0.0.1 -- GET
>>  
>>command=queryAsyncJobResult&jobId=00aeb7f7-459c-477e-a0a1-5d9262bc583a&re
>>sponse=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316353392
>> 2013-04-07 00:32:34,687 DEBUG [xen.resource.CitrixResourceBase]
>> (DirectAgent-59:null) Succesfully created VDI for
>> com.cloud.agent.api.storage.CreateCommand.  Uuid =
>> 99154d9c-2665-465d-8c71-e60f1748895b
>> 2013-04-07 00:32:34,687 DEBUG [agent.manager.DirectAgentAttache]
>> (DirectAgent-59:null) Seq 6-324993307: Response Received:
>> 2013-04-07 00:32:34,688 DEBUG [agent.transport.Request]
>> (DirectAgent-59:null) Seq 6-324993307: Processing:  { Ans: , MgmtId: 1,
>> via: 6, Ver: v1, Flags: 110,
>> 
>>[{"storage.CreateAnswer":{"volume":{"id":13,"name":"ROOT-13","mountPoint"
>>:"/iSCSI_SR_3","path":"99154d9c-2665-465d-8c71-e60f1748895b","size":52428
>>800,"type":"ROOT","storagePoolType":"PreSetup","storagePoolUuid":"iSCSI_S
>>R_3","deviceId":0},"requestTemplateReload":false,"result":true,"wait":0}}
>>]
>> }
>> 2013-04-07 00:32:34,688 DEBUG [agent.transport.Request]
>> (Job-Executor-36:job-43) Seq 6-324993307: Received:  { Ans: , MgmtId: 1,
>> via: 6, Ver: v1, Flags: 110, { CreateAnswer } }
>> 2013-04-07 00:32:34,688 DEBUG [agent.manager.AgentAttache]
>> (DirectAgent-59:null) Seq 6-324993307: No more commands found
>> 2013-04-07 00:32:34,690 DEBUG [cloud.storage.StorageManagerImpl]
>> (Job-Executor-36:job-43) Volume Vol[13|vm=13|ROOT] is created on
>> Pool[257|PreSetup]
>> 2013-04-07 00:32:34,701 DEBUG [agent.transport.Request]
>> (Job-Executor-36:job-43) Seq 6-324993308: Sending  { Cmd , MgmtId: 1, 
>>via:
>> 6, Ver: v1, Flags: 100111,
>> 
>>[{"StartCommand":{"vm":{"id":13,"name":"i-2-13-VM","bootloader":"PyGrub",
>>"type":"User","cpus":1,"speed":100,"minRam":1073741824,"maxRam":107374182
>>4,"arch":"x86_64","os":"CentOS
>> 5.3
>> 
>>(64-bit)","bootArgs":"","rebootOnCrash":false,"enableHA":false,"limitCpuU
>>se":false,"vncPassword":"2e91fc6d6f16609d","params":{},"uuid":"94ddc16f-0
>>4fc-4da1-8326-01d8d5cdeb44","disks":[{"id":13,"name":"ROOT-13","mountPoin
>>t":"/iSCSI_SR_3","path":"99154d9c-2665-465d-8c71-e60f1748895b","size":524
>>28800,"type":"ROOT","storagePoolType":"PreSetup","storagePoolUuid":"iSCSI
>>_SR_3","deviceId":0},{"id":13,"name":"tiny
>> 
>>Linux","size":0,"type":"ISO","storagePoolType":"ISO","deviceId":3}],"nics
>>":[{"deviceId":0,"networkRateMbps":200,"defaultNic":true,"uuid":"59b9a8aa
>>-c867-40b8-95bb-6e40273569c9","ip":"192.168.56.146","netmask":"255.255.25
>>5.0","gateway":"192.168.56.1","mac":"06:06:fe:00:00:44","dns1":"8.8.8.8",
>>"dns2":"4.4.4.4","broadcastType":"Native","type":"Guest","broadcastUri":"
>>vlan://untagged","isolationUri":"ec2://untagged","isSecurityGroupEnabled"
>>:true}]},"hostIp":"192.168.56.9","wait":0}}]
>> }
>> 2013-04-07 00:32:34,702 DEBUG [agent.transport.Request]
>> (Job-Executor-36:job-43) Seq 6-324993308: Executing:  { Cmd , MgmtId: 1,
>> via: 6, Ver: v1, Flags: 100111,
>> 
>>[{"StartCommand":{"vm":{"id":13,"name":"i-2-13-VM","bootloader":"PyGrub",
>>"type":"User","cpus":1,"speed":100,"minRam":1073741824,"maxRam":107374182
>>4,"arch":"x86_64","os":"CentOS
>> 5.3
>> 
>>(64-bit)","bootArgs":"","rebootOnCrash":false,"enableHA":false,"limitCpuU
>>se":false,"vncPassword":"2e91fc6d6f16609d","params":{},"uuid":"94ddc16f-0
>>4fc-4da1-8326-01d8d5cdeb44","disks":[{"id":13,"name":"ROOT-13","mountPoin
>>t":"/iSCSI_SR_3","path":"99154d9c-2665-465d-8c71-e60f1748895b","size":524
>>28800,"type":"ROOT","storagePoolType":"PreSetup","storagePoolUuid":"iSCSI
>>_SR_3","deviceId":0},{"id":13,"name":"tiny
>> 
>>Linux","size":0,"type":"ISO","storagePoolType":"ISO","deviceId":3}],"nics
>>":[{"deviceId":0,"networkRateMbps":200,"defaultNic":true,"uuid":"59b9a8aa
>>-c867-40b8-95bb-6e40273569c9","ip":"192.168.56.146","netmask":"255.255.25
>>5.0","gateway":"192.168.56.1","mac":"06:06:fe:00:00:44","dns1":"8.8.8.8",
>>"dns2":"4.4.4.4","broadcastType":"Native","type":"Guest","broadcastUri":"
>>vlan://untagged","isolationUri":"ec2://untagged","isSecurityGroupEnabled"
>>:true}]},"hostIp":"192.168.56.9","wait":0}}]
>> }
>> 2013-04-07 00:32:34,702 DEBUG [agent.manager.DirectAgentAttache]
>> (DirectAgent-334:null) Seq 6-324993308: Executing request
>> 2013-04-07 00:32:34,787 DEBUG [xen.resource.CitrixResourceBase]
>> (DirectAgent-334:null) 1. The VM i-2-13-VM is in Starting state.
>> 2013-04-07 00:32:34,862 DEBUG [xen.resource.XenServer56FP1Resource]
>> (DirectAgent-334:null) Created VM f21a0243-f342-fd59-98d8-00ed89224305 
>>for
>> i-2-13-VM
>> 2013-04-07 00:32:34,912 DEBUG [xen.resource.CitrixResourceBase]
>> (DirectAgent-334:null) VBD 6e16b739-13fb-1891-fc66-f786b8db522b created 
>>for
>> Vol[13|ROOT|99154d9c-2665-465d-8c71-e60f1748895b|52428800]
>> 2013-04-07 00:32:34,937 DEBUG [xen.resource.CitrixResourceBase]
>> (DirectAgent-334:null) VBD f9ad291b-2a8d-4c81-94a5-ef8b8b38be8c created 
>>for
>> Vol[13|ISO|null|0]
>> 2013-04-07 00:32:34,937 DEBUG [xen.resource.CitrixResourceBase]
>> (DirectAgent-334:null) Creating VIF for i-2-13-VM on nic
>> [Nic:Guest-192.168.56.146-vlan://untagged]
>> 2013-04-07 00:32:34,991 DEBUG [xen.resource.CitrixResourceBase]
>> (DirectAgent-334:null) Created a vif 
>>bec5565a-8c80-48a1-3ea4-88971784ce3b
>> on 0
>> 2013-04-07 00:32:36,396 DEBUG [cloud.api.ApiServlet]
>> (1161145101@qtp-1008805148-33:null) ===START===  127.0.0.1 -- GET
>>  
>>command=queryAsyncJobResult&jobId=00aeb7f7-459c-477e-a0a1-5d9262bc583a&re
>>sponse=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316356393
>> 2013-04-07 00:32:36,418 DEBUG [cloud.api.ApiServlet]
>> (1161145101@qtp-1008805148-33:null) ===END===  127.0.0.1 -- GET
>>  
>>command=queryAsyncJobResult&jobId=00aeb7f7-459c-477e-a0a1-5d9262bc583a&re
>>sponse=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316356393
>> 2013-04-07 00:32:39,395 DEBUG [cloud.api.ApiServlet]
>> (1161145101@qtp-1008805148-33:null) ===START===  127.0.0.1 -- GET
>>  
>>command=queryAsyncJobResult&jobId=00aeb7f7-459c-477e-a0a1-5d9262bc583a&re
>>sponse=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316359393
>> 2013-04-07 00:32:39,410 DEBUG [cloud.api.ApiServlet]
>> (1161145101@qtp-1008805148-33:null) ===END===  127.0.0.1 -- GET
>>  
>>command=queryAsyncJobResult&jobId=00aeb7f7-459c-477e-a0a1-5d9262bc583a&re
>>sponse=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316359393
>> 2013-04-07 00:32:41,550 INFO  [xen.resource.CitrixResourceBase]
>> (DirectAgent-334:null) Programmed default network rules for i-2-13-VM on
>> nic with ip:192.168.56.146 mac:06:06:fe:00:00:44
>> 2013-04-07 00:32:41,550 DEBUG [xen.resource.CitrixResourceBase]
>> (DirectAgent-334:null) 2. The VM i-2-13-VM is in Running state.
>> 2013-04-07 00:32:41,550 DEBUG [agent.manager.DirectAgentAttache]
>> (DirectAgent-334:null) Seq 6-324993308: Response Received:
>> 2013-04-07 00:32:41,551 DEBUG [agent.transport.Request]
>> (DirectAgent-334:null) Seq 6-324993308: Processing:  { Ans: , MgmtId: 1,
>> via: 6, Ver: v1, Flags: 110,
>> 
>>[{"StartAnswer":{"vm":{"id":13,"name":"i-2-13-VM","bootloader":"PyGrub","
>>type":"User","cpus":1,"speed":100,"minRam":1073741824,"maxRam":1073741824
>>,"arch":"x86_64","os":"CentOS
>> 5.3
>> 
>>(64-bit)","bootArgs":"","rebootOnCrash":false,"enableHA":false,"limitCpuU
>>se":false,"vncPassword":"2e91fc6d6f16609d","params":{},"uuid":"94ddc16f-0
>>4fc-4da1-8326-01d8d5cdeb44","disks":[{"id":13,"name":"ROOT-13","mountPoin
>>t":"/iSCSI_SR_3","path":"99154d9c-2665-465d-8c71-e60f1748895b","size":524
>>28800,"type":"ROOT","storagePoolType":"PreSetup","storagePoolUuid":"iSCSI
>>_SR_3","deviceId":0},{"id":13,"name":"tiny
>> 
>>Linux","size":0,"type":"ISO","storagePoolType":"ISO","deviceId":3}],"nics
>>":[{"deviceId":0,"networkRateMbps":200,"defaultNic":true,"uuid":"59b9a8aa
>>-c867-40b8-95bb-6e40273569c9","ip":"192.168.56.146","netmask":"255.255.25
>>5.0","gateway":"192.168.56.1","mac":"06:06:fe:00:00:44","dns1":"8.8.8.8",
>>"dns2":"4.4.4.4","broadcastType":"Native","type":"Guest","broadcastUri":"
>>vlan://untagged","isolationUri":"ec2://untagged","isSecurityGroupEnabled"
>>:true}]},"result":true,"wait":0}}]
>> }
>> 2013-04-07 00:32:41,551 DEBUG [agent.transport.Request]
>> (Job-Executor-36:job-43) Seq 6-324993308: Received:  { Ans: , MgmtId: 1,
>> via: 6, Ver: v1, Flags: 110, { StartAnswer } }
>> 2013-04-07 00:32:41,551 DEBUG [agent.manager.AgentAttache]
>> (DirectAgent-334:null) Seq 6-324993308: No more commands found
>> 2013-04-07 00:32:41,592 DEBUG 
>>[network.security.SecurityGroupManagerImpl]
>> (Job-Executor-36:job-43) Security Group Mgr v2: scheduling ruleset 
>>updates
>> for 1 vms  (unique=1), current queue size=0
>> 2013-04-07 00:32:41,593 DEBUG 
>>[network.security.SecurityGroupManagerImpl]
>> (Job-Executor-36:job-43) Security Group Mgr v2: done scheduling ruleset
>> updates for 1 vms: num new jobs=1 num rows insert or updated=1 time 
>>taken=1
>> 2013-04-07 00:32:41,596 DEBUG [cloud.capacity.CapacityManagerImpl]
>> (Job-Executor-36:job-43) VM state transitted from :Starting to Running 
>>with
>> event: OperationSucceededvm's original host id: 6 new host id: 6 host id
>> before state transition: 6
>> 2013-04-07 00:32:41,596 DEBUG [cloud.vm.VirtualMachineManagerImpl]
>> (Job-Executor-36:job-43) Start completed for VM
>> VM[User|94ddc16f-04fc-4da1-8326-01d8d5cdeb44]
>> 2013-04-07 00:32:41,601 DEBUG 
>>[network.security.SecurityGroupManagerImpl]
>> (SecGrp-Worker-4:null) SecurityGroupManager v2: sending ruleset update 
>>for
>> vm i-2-13-VM:ingress num rules=0:egress num rules=0 num cidrs=0
>> sig=d41d8cd98f00b204e9800998ecf8427e
>> 2013-04-07 00:32:41,605 DEBUG [agent.transport.Request]
>> (SecGrp-Worker-4:null) Seq 6-324993309: Sending  { Cmd , MgmtId: 1, 
>>via: 6,
>> Ver: v1, Flags: 100111,
>> 
>>[{"SecurityGroupRulesCmd":{"guestIp":"192.168.56.146","vmName":"i-2-13-VM
>>","guestMac":"06:06:fe:00:00:44","signature":"d41d8cd98f00b204e9800998ecf
>>8427e","seqNum":1,"vmId":13,"msId":1,"ingressRuleSet":[],"egressRuleSet":
>>[],"wait":0}}]
>> }
>> 2013-04-07 00:32:41,605 DEBUG [cloud.async.AsyncJobManagerImpl]
>> (Job-Executor-36:job-43) Complete async job-43, jobStatus: 1, 
>>resultCode:
>> 0, result: org.apache.cloudstack.api.response.UserVmResponse@68779e71
>> 2013-04-07 00:32:41,605 DEBUG [agent.transport.Request]
>> (SecGrp-Worker-4:null) Seq 6-324993309: Executing:  { Cmd , MgmtId: 1, 
>>via:
>> 6, Ver: v1, Flags: 100111,
>> 
>>[{"SecurityGroupRulesCmd":{"guestIp":"192.168.56.146","vmName":"i-2-13-VM
>>","guestMac":"06:06:fe:00:00:44","signature":"d41d8cd98f00b204e9800998ecf
>>8427e","seqNum":1,"vmId":13,"msId":1,"ingressRuleSet":[],"egressRuleSet":
>>[],"wait":0}}]
>> }
>> 2013-04-07 00:32:41,606 DEBUG [agent.manager.DirectAgentAttache]
>> (DirectAgent-275:null) Seq 6-324993309: Executing request
>> 2013-04-07 00:32:41,611 DEBUG [cloud.async.AsyncJobManagerImpl]
>> (Job-Executor-36:job-43) Done executing
>> org.apache.cloudstack.api.command.user.vm.DeployVMCmd for job-43
>> 2013-04-07 00:32:41,866 INFO  [xen.resource.CitrixResourceBase]
>> (DirectAgent-275:null) Programmed network rules for vm i-2-13-VM
>> guestIp=192.168.56.146, ingress numrules=0, egress numrules=0
>> 2013-04-07 00:32:41,866 DEBUG [agent.manager.DirectAgentAttache]
>> (DirectAgent-275:null) Seq 6-324993309: Response Received:
>> 2013-04-07 00:32:41,866 DEBUG [agent.transport.Request]
>> (DirectAgent-275:null) Seq 6-324993309: Processing:  { Ans: , MgmtId: 1,
>> via: 6, Ver: v1, Flags: 110,
>> 
>>[{"SecurityGroupRuleAnswer":{"logSequenceNumber":1,"vmId":13,"reason":"NO
>>NE","result":true,"wait":0}}]
>> }
>> 2013-04-07 00:32:41,866 DEBUG [network.security.SecurityGroupListener]
>> (DirectAgent-275:null) Successfully programmed rule
>> com.cloud.agent.api.SecurityGroupRuleAnswer into host 6
>> 2013-04-07 00:32:41,868 DEBUG [network.security.SecurityGroupListener]
>> (DirectAgent-275:null) Successfully programmed rule
>> com.cloud.agent.api.SecurityGroupRuleAnswer into host 6
>> 2013-04-07 00:32:41,869 DEBUG [agent.manager.AgentAttache]
>> (DirectAgent-275:null) Seq 6-324993309: No more commands found
>> 2013-04-07 00:32:42,396 DEBUG [cloud.api.ApiServlet]
>> (1161145101@qtp-1008805148-33:null) ===START===  127.0.0.1 -- GET
>>  
>>command=queryAsyncJobResult&jobId=00aeb7f7-459c-477e-a0a1-5d9262bc583a&re
>>sponse=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316362394
>> 2013-04-07 00:32:42,406 DEBUG [cloud.async.AsyncJobManagerImpl]
>> (1161145101@qtp-1008805148-33:null) Async job-43 completed
>> 2013-04-07 00:32:42,412 DEBUG [cloud.api.ApiServlet]
>> (1161145101@qtp-1008805148-33:null) ===END===  127.0.0.1 -- GET
>>  
>>command=queryAsyncJobResult&jobId=00aeb7f7-459c-477e-a0a1-5d9262bc583a&re
>>sponse=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316362394
>> 2013-04-07 00:32:45,427 DEBUG [cloud.api.ApiServlet]
>> (1161145101@qtp-1008805148-33:null) ===START===  127.0.0.1 -- GET
>>  
>>command=listVolumes&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%
>>3D&listAll=true&page=1&pagesize=20&_=1365316365425
>> 2013-04-07 00:32:45,442 DEBUG [cloud.api.ApiServlet]
>> (1161145101@qtp-1008805148-33:null) ===END===  127.0.0.1 -- GET
>>  
>>command=listVolumes&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%
>>3D&listAll=true&page=1&pagesize=20&_=1365316365425
>> 2013-04-07 00:32:47,667 DEBUG [cloud.api.ApiServlet]
>> (1161145101@qtp-1008805148-33:null) ===START===  127.0.0.1 -- GET
>>  
>>command=listVolumes&id=44d56727-6e5f-438a-8187-42adfac7c906&response=json
>>&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316367665
>> 2013-04-07 00:32:47,679 DEBUG [agent.manager.AgentManagerImpl]
>> (AgentManager-Handler-12:null) Ping from 3
>> 2013-04-07 00:32:47,684 DEBUG [cloud.api.ApiServlet]
>> (1161145101@qtp-1008805148-33:null) ===END===  127.0.0.1 -- GET
>>  
>>command=listVolumes&id=44d56727-6e5f-438a-8187-42adfac7c906&response=json
>>&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316367665
>> 2013-04-07 00:32:47,698 DEBUG [cloud.api.ApiServlet]
>> (1161145101@qtp-1008805148-33:null) ===START===  127.0.0.1 -- GET
>>  
>>command=listTags&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&
>>resourceId=44d56727-6e5f-438a-8187-42adfac7c906&resourceType=Volume&listA
>>ll=true&_=1365316367696
>> 2013-04-07 00:32:47,708 DEBUG [cloud.api.ApiServlet]
>> (1161145101@qtp-1008805148-33:null) ===END===  127.0.0.1 -- GET
>>  
>>command=listTags&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&
>>resourceId=44d56727-6e5f-438a-8187-42adfac7c906&resourceType=Volume&listA
>>ll=true&_=1365316367696
>> 2013-04-07 00:32:50,453 DEBUG
>> [storage.secondary.SecondaryStorageManagerImpl] (secstorage-1:null) 
>>Zone 1
>> is ready to launch secondary storage VM
>> 2013-04-07 00:32:50,556 DEBUG 
>>[cloud.consoleproxy.ConsoleProxyManagerImpl]
>> (consoleproxy-1:null) Zone 1 is ready to launch console proxy
>> 2013-04-07 00:32:50,815 DEBUG
>> [network.router.VirtualNetworkApplianceManagerImpl] 
>>(RouterMonitor-1:null)
>> Found 0 running routers.
>> 2013-04-07 00:32:50,820 DEBUG
>> [network.router.VirtualNetworkApplianceManagerImpl]
>> (RouterStatusMonitor-1:null) Found 0 routers to update status.
>> 2013-04-07 00:32:50,821 DEBUG
>> [network.router.VirtualNetworkApplianceManagerImpl]
>> (RouterStatusMonitor-1:null) Found 0 networks to update RvR status.
>> 2013-04-07 00:32:50,851 DEBUG
>> [network.router.VirtualNetworkApplianceManagerImpl] 
>>(RouterMonitor-1:null)
>> Found 0 running routers.
>> 2013-04-07 00:32:50,851 DEBUG
>> [network.router.VirtualNetworkApplianceManagerImpl]
>> (RouterStatusMonitor-1:null) Found 0 routers to update status.
>> 2013-04-07 00:32:50,852 DEBUG
>> [network.router.VirtualNetworkApplianceManagerImpl]
>> (RouterStatusMonitor-1:null) Found 0 networks to update RvR status.
>> 2013-04-07 00:32:50,908 DEBUG
>> [cloud.network.ExternalLoadBalancerUsageManagerImpl]
>> (ExternalNetworkMonitor-1:null) External devices stats collector is
>> running...
>> 2013-04-07 00:32:50,919 DEBUG [storage.snapshot.SnapshotSchedulerImpl]
>> (SnapshotPollTask:null) Snapshot scheduler.poll is being called at
>> 2013-04-07 06:32:50 GMT
>> 2013-04-07 00:32:50,920 DEBUG [storage.snapshot.SnapshotSchedulerImpl]
>> (SnapshotPollTask:null) Got 0 snapshots to be executed at 2013-04-07
>> 06:32:50 GMT
>> 2013-04-07 00:32:51,462 INFO  [agent.manager.AgentMonitor]
>> (Thread-11:null) Found the following agents behind on ping: [6, 5]
>> 2013-04-07 00:32:51,464 DEBUG [cloud.host.Status] (Thread-11:null) Ping
>> timeout for host 6, do invstigation
>> 2013-04-07 00:32:51,465 DEBUG [cloud.host.Status] (Thread-11:null) Ping
>> timeout for host 5, do invstigation
>> 2013-04-07 00:32:51,465 INFO  [agent.manager.AgentManagerImpl]
>> (AgentTaskPool-15:null) Investigating why host 6 has disconnected with
>> event PingTimeout
>> 2013-04-07 00:32:51,465 DEBUG [agent.manager.AgentManagerImpl]
>> (AgentTaskPool-15:null) checking if agent (6) is alive
>> 2013-04-07 00:32:51,467 INFO  [agent.manager.AgentManagerImpl]
>> (AgentTaskPool-1:null) Investigating why host 5 has disconnected with 
>>event
>> PingTimeout
>> 2013-04-07 00:32:51,467 DEBUG [agent.manager.AgentManagerImpl]
>> (AgentTaskPool-1:null) checking if agent (5) is alive
>> 2013-04-07 00:32:51,469 DEBUG [agent.transport.Request]
>> (AgentTaskPool-15:null) Seq 6-324993310: Sending  { Cmd , MgmtId: 1, 
>>via:
>> 6, Ver: v1, Flags: 100011, [{"CheckHealthCommand":{"wait":50}}] }
>> 2013-04-07 00:32:51,469 DEBUG [agent.transport.Request]
>> (AgentTaskPool-15:null) Seq 6-324993310: Executing:  { Cmd , MgmtId: 1,
>> via: 6, Ver: v1, Flags: 100011, [{"CheckHealthCommand":{"wait":50}}] }
>> 2013-04-07 00:32:51,469 DEBUG [agent.manager.DirectAgentAttache]
>> (DirectAgent-335:null) Seq 6-324993310: Executing request
>> 2013-04-07 00:32:51,473 DEBUG [agent.transport.Request]
>> (AgentTaskPool-1:null) Seq 5-614334814: Sending  { Cmd , MgmtId: 1, 
>>via: 5,
>> Ver: v1, Flags: 100011, [{"CheckHealthCommand":{"wait":50}}] }
>> 2013-04-07 00:32:51,473 DEBUG [agent.transport.Request]
>> (AgentTaskPool-1:null) Seq 5-614334814: Executing:  { Cmd , MgmtId: 1, 
>>via:
>> 5, Ver: v1, Flags: 100011, [{"CheckHealthCommand":{"wait":50}}] }
>> 2013-04-07 00:32:51,473 DEBUG [agent.manager.DirectAgentAttache]
>> (DirectAgent-30:null) Seq 5-614334814: Executing request
>> 2013-04-07 00:32:51,536 DEBUG [agent.manager.DirectAgentAttache]
>> (DirectAgent-335:null) Seq 6-324993310: Response Received:
>> 2013-04-07 00:32:51,536 DEBUG [agent.manager.DirectAgentAttache]
>> (DirectAgent-30:null) Seq 5-614334814: Response Received:
>> 2013-04-07 00:32:51,536 DEBUG [agent.transport.Request]
>> (DirectAgent-30:null) Seq 5-614334814: Processing:  { Ans: , MgmtId: 1,
>> via: 5, Ver: v1, Flags: 10,
>> [{"CheckHealthAnswer":{"result":true,"details":"resource is
>> alive","wait":0}}] }
>> 2013-04-07 00:32:51,536 DEBUG [agent.transport.Request]
>> (DirectAgent-335:null) Seq 6-324993310: Processing:  { Ans: , MgmtId: 1,
>> via: 6, Ver: v1, Flags: 10,
>> [{"CheckHealthAnswer":{"result":true,"details":"resource is
>> alive","wait":0}}] }
>> 2013-04-07 00:32:51,536 DEBUG [agent.transport.Request]
>> (AgentTaskPool-1:null) Seq 5-614334814: Received:  { Ans: , MgmtId: 1, 
>>via:
>> 5, Ver: v1, Flags: 10, { CheckHealthAnswer } }
>> 2013-04-07 00:32:51,536 DEBUG [agent.transport.Request]
>> (AgentTaskPool-15:null) Seq 6-324993310: Received:  { Ans: , MgmtId: 1,
>> via: 6, Ver: v1, Flags: 10, { CheckHealthAnswer } }
>> 2013-04-07 00:32:51,536 DEBUG [agent.manager.AgentManagerImpl]
>> (AgentTaskPool-1:null) Details from executing class
>> com.cloud.agent.api.CheckHealthCommand: resource is alive
>> 2013-04-07 00:32:51,536 DEBUG [agent.manager.AgentManagerImpl]
>> (AgentTaskPool-1:null) agent (5) responded to checkHeathCommand, 
>>reporting
>> that agent is Up
>> 2013-04-07 00:32:51,536 DEBUG [agent.manager.AgentManagerImpl]
>> (AgentTaskPool-15:null) Details from executing class
>> com.cloud.agent.api.CheckHealthCommand: resource is alive
>> 2013-04-07 00:32:51,536 INFO  [agent.manager.AgentManagerImpl]
>> (AgentTaskPool-1:null) The state determined is Up
>> 2013-04-07 00:32:51,536 INFO  [agent.manager.AgentManagerImpl]
>> (AgentTaskPool-1:null) Agent is determined to be up and running
>> 2013-04-07 00:32:51,536 DEBUG [agent.manager.AgentManagerImpl]
>> (AgentTaskPool-15:null) agent (6) responded to checkHeathCommand, 
>>reporting
>> that agent is Up
>> 2013-04-07 00:32:51,536 DEBUG [cloud.host.Status] (AgentTaskPool-1:null)
>> Transition:[Resource state = Enabled, Agent event = Ping, Host id = 5, 
>>name
>> = Tut-XenServer2]
>> 2013-04-07 00:32:51,536 INFO  [agent.manager.AgentManagerImpl]
>> (AgentTaskPool-15:null) The state determined is Up
>> 2013-04-07 00:32:51,537 INFO  [agent.manager.AgentManagerImpl]
>> (AgentTaskPool-15:null) Agent is determined to be up and running
>> 2013-04-07 00:32:51,540 DEBUG [cloud.host.Status] (AgentTaskPool-1:null)
>> Agent status update: [id = 5; name = Tut-XenServer2; old status = Up; 
>>event
>> = Ping; new status = Up; old update count = 146; new update count = 147]
>> 2013-04-07 00:32:51,540 DEBUG [cloud.host.Status] 
>>(AgentTaskPool-15:null)
>> Transition:[Resource state = Enabled, Agent event = Ping, Host id = 6, 
>>name
>> = Tut-XenServer]
>> 2013-04-07 00:32:51,542 DEBUG [cloud.host.Status] 
>>(AgentTaskPool-15:null)
>> Agent status update: [id = 6; name = Tut-XenServer; old status = Up; 
>>event
>> = Ping; new status = Up; old update count = 309; new update count = 310]
>> 2013-04-07 00:33:04,820 DEBUG [agent.manager.DirectAgentAttache]
>> (DirectAgent-422:null) Ping from 6
>> 2013-04-07 00:33:06,176 DEBUG [agent.manager.DirectAgentAttache]
>> (DirectAgent-135:null) Ping from 5
>> 2013-04-07 00:33:06,909 DEBUG [agent.manager.DirectAgentAttache]
>> (DirectAgent-152:null) Seq 6-324993028: Executing request
>> 2013-04-07 00:33:07,151 DEBUG [agent.manager.DirectAgentAttache]
>> (DirectAgent-152:null) Seq 6-324993028: Response Received:
>> 2013-04-07 00:33:07,151 DEBUG [agent.transport.Request]
>> (DirectAgent-152:null) Seq 6-324993028: Processing:  { Ans: , MgmtId: 1,
>> via: 6, Ver: v1, Flags: 10,
>> 
>>[{"ClusterSyncAnswer":{"_clusterId":2,"_newStates":{},"_isExecuted":false
>>,"result":true,"wait":0}}]
>> }
>> 2013-04-07 00:33:11,022 DEBUG [agent.manager.DirectAgentAttache]
>> (DirectAgent-50:null) Seq 5-614334468: Executing request
>> 2013-04-07 00:33:11,169 DEBUG [agent.manager.DirectAgentAttache]
>> (DirectAgent-50:null) Seq 5-614334468: Response Received:
>> 2013-04-07 00:33:11,169 DEBUG [agent.transport.Request]
>> (DirectAgent-50:null) Seq 5-614334468: Processing:  { Ans: , MgmtId: 1,
>> via: 5, Ver: v1, Flags: 10, [{"Answer":{"result":true,"wait":0}}] }
>> 2013-04-07 00:33:20,451 DEBUG
>> [storage.secondary.SecondaryStorageManagerImpl] (secstorage-1:null) 
>>Zone 1
>> is ready to launch secondary storage VM
>> 2013-04-07 00:33:20,553 DEBUG 
>>[cloud.consoleproxy.ConsoleProxyManagerImpl]
>> (consoleproxy-1:null) Zone 1 is ready to launch console proxy
>> 2013-04-07 00:33:20,819 DEBUG
>> [network.router.VirtualNetworkApplianceManagerImpl]
>> (RouterStatusMonitor-1:null) Found 0 routers to update status.
>> 2013-04-07 00:33:20,820 DEBUG
>> [network.router.VirtualNetworkApplianceManagerImpl]
>> (RouterStatusMonitor-1:null) Found 0 networks to update RvR status.
>> 2013-04-07 00:33:20,851 DEBUG
>> [network.router.VirtualNetworkApplianceManagerImpl]
>> (RouterStatusMonitor-1:null) Found 0 routers to update status.
>> 2013-04-07 00:33:20,852 DEBUG
>> [network.router.VirtualNetworkApplianceManagerImpl]
>> (RouterStatusMonitor-1:null) Found 0 networks to update RvR status.
>> 2013-04-07 00:33:20,921 DEBUG [cloud.alert.AlertManagerImpl]
>> (CapacityChecker:null) Running Capacity Checker ...
>> 2013-04-07 00:33:20,921 DEBUG [cloud.alert.AlertManagerImpl]
>> (CapacityChecker:null) recalculating system capacity
>> 2013-04-07 00:33:20,921 DEBUG [cloud.alert.AlertManagerImpl]
>> (CapacityChecker:null) Executing cpu/ram capacity update
>> 2013-04-07 00:33:20,929 DEBUG [cloud.capacity.CapacityManagerImpl]
>> (CapacityChecker:null) Found 2 VMs on host 1
>> 2013-04-07 00:33:20,931 DEBUG [cloud.capacity.CapacityManagerImpl]
>> (CapacityChecker:null) Found 0 VM, not running on host 1
>> 2013-04-07 00:33:20,933 DEBUG [cloud.capacity.CapacityManagerImpl]
>> (CapacityChecker:null) No need to calibrate cpu capacity, host:1 
>>usedCpu:
>> 200 reservedCpu: 0
>> 2013-04-07 00:33:20,933 DEBUG [cloud.capacity.CapacityManagerImpl]
>> (CapacityChecker:null) No need to calibrate memory capacity, host:1
>> usedMem: 209715200 reservedMem: 0
>> 2013-04-07 00:33:20,939 DEBUG [cloud.capacity.CapacityManagerImpl]
>> (CapacityChecker:null) Found 1 VMs on host 5
>> 2013-04-07 00:33:20,940 DEBUG [cloud.capacity.CapacityManagerImpl]
>> (CapacityChecker:null) Found 0 VM, not running on host 5
>> 2013-04-07 00:33:20,942 DEBUG [cloud.capacity.CapacityManagerImpl]
>> (CapacityChecker:null) No need to calibrate cpu capacity, host:5 
>>usedCpu:
>> 100 reservedCpu: 0
>> 2013-04-07 00:33:20,942 DEBUG [cloud.capacity.CapacityManagerImpl]
>> (CapacityChecker:null) No need to calibrate memory capacity, host:5
>> usedMem: 1073741824 reservedMem: 0
>> 2013-04-07 00:33:20,948 DEBUG [cloud.capacity.CapacityManagerImpl]
>> (CapacityChecker:null) Found 2 VMs on host 6
>> 2013-04-07 00:33:20,949 DEBUG [cloud.capacity.CapacityManagerImpl]
>> (CapacityChecker:null) Found 0 VM, not running on host 6
>> 2013-04-07 00:33:20,951 DEBUG [cloud.capacity.CapacityManagerImpl]
>> (CapacityChecker:null) No need to calibrate cpu capacity, host:6 
>>usedCpu:
>> 200 reservedCpu: 0
>> 2013-04-07 00:33:20,951 DEBUG [cloud.capacity.CapacityManagerImpl]
>> (CapacityChecker:null) No need to calibrate memory capacity, host:6
>> usedMem: 1178599424 reservedMem: 0
>> 2013-04-07 00:33:20,951 DEBUG [cloud.alert.AlertManagerImpl]
>> (CapacityChecker:null) Done executing cpu/ram capacity update
>> 2013-04-07 00:33:20,951 DEBUG [cloud.alert.AlertManagerImpl]
>> (CapacityChecker:null) Executing storage capacity update
>> 2013-04-07 00:33:20,956 DEBUG [cloud.storage.StorageManagerImpl]
>> (CapacityChecker:null) Successfully set Capacity - 31004332032 for 
>>capacity
>> type - 9 , DataCenterId - 1, HostOrPoolId - 200, PodId 1
>> 2013-04-07 00:33:20,959 DEBUG [cloud.storage.StorageManagerImpl]
>> (CapacityChecker:null) Successfully set Capacity - 97221701632 for 
>>capacity
>> type - 9 , DataCenterId - 1, HostOrPoolId - 201, PodId 1
>> 2013-04-07 00:33:20,963 DEBUG [cloud.storage.StorageManagerImpl]
>> (CapacityChecker:null) Successfully set Capacity - 97221701632 for 
>>capacity
>> type - 9 , DataCenterId - 1, HostOrPoolId - 202, PodId 1
>> 2013-04-07 00:33:20,967 DEBUG [cloud.storage.StorageManagerImpl]
>> (CapacityChecker:null) Successfully set Capacity - 2084569088 for 
>>capacity
>> type - 3 , DataCenterId - 1, HostOrPoolId - 256, PodId 1
>> 2013-04-07 00:33:20,971 DEBUG [cloud.storage.StorageManagerImpl]
>> (CapacityChecker:null) Successfully set Capacity - 2084569088 for 
>>capacity
>> type - 3 , DataCenterId - 1, HostOrPoolId - 257, PodId 1
>> 2013-04-07 00:33:20,975 DEBUG [cloud.storage.StorageManagerImpl]
>> (CapacityChecker:null) Successfully set Capacity - 2084569088 for 
>>capacity
>> type - 3 , DataCenterId - 1, HostOrPoolId - 262, PodId 1
>> 2013-04-07 00:33:20,975 DEBUG [cloud.alert.AlertManagerImpl]
>> (CapacityChecker:null) Done executing storage capacity update
>> 2013-04-07 00:33:20,975 DEBUG [cloud.alert.AlertManagerImpl]
>> (CapacityChecker:null) Executing capacity updates for public ip and 
>>Vlans
>> 2013-04-07 00:33:20,983 DEBUG [cloud.alert.AlertManagerImpl]
>> (CapacityChecker:null) Done capacity updates for public ip and Vlans
>> 2013-04-07 00:33:20,983 DEBUG [cloud.alert.AlertManagerImpl]
>> (CapacityChecker:null) Executing capacity updates for private ip
>> 2013-04-07 00:33:20,990 DEBUG [cloud.alert.AlertManagerImpl]
>> (CapacityChecker:null) Done executing capacity updates for private ip
>> 2013-04-07 00:33:20,990 DEBUG [cloud.alert.AlertManagerImpl]
>> (CapacityChecker:null) Done recalculating system capacity
>> 2013-04-07 00:33:21,012 DEBUG [cloud.alert.AlertManagerImpl]
>> (CapacityChecker:null) Done running Capacity Checker ...
>> 2013-04-07 00:33:24,891 DEBUG [agent.manager.AgentManagerImpl]
>> (AgentManager-Handler-13:null) Ping from 4
>> 2013-04-07 00:33:27,159 DEBUG [agent.manager.DirectAgentAttache]
>> (DirectAgent-459:null) Ping from 1
>> 2013-04-07 00:33:29,095 DEBUG [agent.manager.DirectAgentAttache]
>> (DirectAgent-457:null) Seq 1-90046472: Executing request
>> 2013-04-07 00:33:29,329 DEBUG [agent.manager.DirectAgentAttache]
>> (DirectAgent-457:null) Seq 1-90046472: Response Received:
>> 2013-04-07 00:33:29,330 DEBUG [agent.transport.Request]
>> (DirectAgent-457:null) Seq 1-90046472: Processing:  { Ans: , MgmtId: 1,
>> via: 1, Ver: v1, Flags: 10,
>> 
>>[{"ClusterSyncAnswer":{"_clusterId":1,"_newStates":{},"_isExecuted":false
>>,"result":true,"wait":0}}]
>> }
>> 2013-04-07 00:33:33,192 DEBUG [cloud.api.ApiServlet]
>> (1161145101@qtp-1008805148-33:null) ===START===  127.0.0.1 -- GET
>>  
>>command=listVirtualMachines&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRR
>>fl8GoVA%3D&listAll=true&page=1&pagesize=20&_=1365316413189
>> 2013-04-07 00:33:33,210 DEBUG [cloud.api.ApiServlet]
>> (1161145101@qtp-1008805148-33:null) ===END===  127.0.0.1 -- GET
>>  
>>command=listVirtualMachines&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRR
>>fl8GoVA%3D&listAll=true&page=1&pagesize=20&_=1365316413189
>> 2013-04-07 00:33:35,033 DEBUG [cloud.api.ApiServlet]
>> (1161145101@qtp-1008805148-33:null) ===START===  127.0.0.1 -- GET
>>  
>>command=listZones&available=true&response=json&sessionkey=Z6QqzU0Fq1iT13b
>>MgnRRfl8GoVA%3D&_=1365316415031
>> 2013-04-07 00:33:35,040 DEBUG [cloud.api.ApiServlet]
>> (1161145101@qtp-1008805148-33:null) ===END===  127.0.0.1 -- GET
>>  
>>command=listZones&available=true&response=json&sessionkey=Z6QqzU0Fq1iT13b
>>MgnRRfl8GoVA%3D&_=1365316415031
>> 2013-04-07 00:33:36,745 DEBUG [cloud.api.ApiServlet]
>> (1161145101@qtp-1008805148-33:null) ===START===  127.0.0.1 -- GET
>>  
>>command=listHypervisors&zoneid=3a62dec3-cf95-4ba2-9af0-af2190af35e3&respo
>>nse=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316416743
>> 2013-04-07 00:33:36,753 DEBUG [cloud.api.ApiServlet]
>> (1161145101@qtp-1008805148-33:null) ===END===  127.0.0.1 -- GET
>>  
>>command=listHypervisors&zoneid=3a62dec3-cf95-4ba2-9af0-af2190af35e3&respo
>>nse=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316416743
>> 2013-04-07 00:33:36,756 DEBUG [cloud.api.ApiServlet]
>> (1161145101@qtp-1008805148-33:null) ===START===  127.0.0.1 -- GET
>>  
>>command=listTemplates&templatefilter=featured&zoneid=3a62dec3-cf95-4ba2-9
>>af0-af2190af35e3&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&
>>_=1365316416754
>> 2013-04-07 00:33:36,781 DEBUG [cloud.api.ApiServlet]
>> (1161145101@qtp-1008805148-33:null) ===END===  127.0.0.1 -- GET
>>  
>>command=listTemplates&templatefilter=featured&zoneid=3a62dec3-cf95-4ba2-9
>>af0-af2190af35e3&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&
>>_=1365316416754
>> 2013-04-07 00:33:36,784 DEBUG [cloud.api.ApiServlet]
>> (1161145101@qtp-1008805148-33:null) ===START===  127.0.0.1 -- GET
>>  
>>command=listTemplates&templatefilter=community&zoneid=3a62dec3-cf95-4ba2-
>>9af0-af2190af35e3&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D
>>&_=1365316416782
>> 2013-04-07 00:33:36,812 DEBUG [cloud.api.ApiServlet]
>> (1161145101@qtp-1008805148-33:null) ===END===  127.0.0.1 -- GET
>>  
>>command=listTemplates&templatefilter=community&zoneid=3a62dec3-cf95-4ba2-
>>9af0-af2190af35e3&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D
>>&_=1365316416782
>> 2013-04-07 00:33:36,815 DEBUG [cloud.api.ApiServlet]
>> (1161145101@qtp-1008805148-33:null) ===START===  127.0.0.1 -- GET
>>  
>>command=listTemplates&templatefilter=selfexecutable&zoneid=3a62dec3-cf95-
>>4ba2-9af0-af2190af35e3&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8Go
>>VA%3D&_=1365316416813
>> 2013-04-07 00:33:36,829 DEBUG [cloud.api.ApiServlet]
>> (1161145101@qtp-1008805148-33:null) ===END===  127.0.0.1 -- GET
>>  
>>command=listTemplates&templatefilter=selfexecutable&zoneid=3a62dec3-cf95-
>>4ba2-9af0-af2190af35e3&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8Go
>>VA%3D&_=1365316416813
>> 2013-04-07 00:33:37,503 DEBUG [cloud.api.ApiServlet]
>> (1161145101@qtp-1008805148-33:null) ===START===  127.0.0.1 -- GET
>>  
>>command=listServiceOfferings&issystem=false&response=json&sessionkey=Z6Qq
>>zU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316417501
>> 2013-04-07 00:33:37,514 DEBUG [cloud.api.ApiServlet]
>> (1161145101@qtp-1008805148-33:null) ===END===  127.0.0.1 -- GET
>>  
>>command=listServiceOfferings&issystem=false&response=json&sessionkey=Z6Qq
>>zU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316417501
>> 2013-04-07 00:33:41,151 DEBUG [cloud.api.ApiServlet]
>> (1161145101@qtp-1008805148-33:null) ===START===  127.0.0.1 -- GET
>>  
>>command=listDiskOfferings&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl
>>8GoVA%3D&_=1365316421149
>> 2013-04-07 00:33:41,162 DEBUG [cloud.api.ApiServlet]
>> (1161145101@qtp-1008805148-33:null) ===END===  127.0.0.1 -- GET
>>  
>>command=listDiskOfferings&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl
>>8GoVA%3D&_=1365316421149
>> 2013-04-07 00:33:41,970 DEBUG [cloud.api.ApiServlet]
>> (1161145101@qtp-1008805148-33:null) ===START===  127.0.0.1 -- GET
>>  
>>command=listNetworks&trafficType=Guest&zoneId=3a62dec3-cf95-4ba2-9af0-af2
>>190af35e3&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=13653
>>16421968
>> 2013-04-07 00:33:41,994 DEBUG [cloud.api.ApiServlet]
>> (1161145101@qtp-1008805148-33:null) ===END===  127.0.0.1 -- GET
>>  
>>command=listNetworks&trafficType=Guest&zoneId=3a62dec3-cf95-4ba2-9af0-af2
>>190af35e3&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=13653
>>16421968
>> 2013-04-07 00:33:41,997 DEBUG [cloud.api.ApiServlet]
>> (1161145101@qtp-1008805148-33:null) ===START===  127.0.0.1 -- GET
>>  
>>command=listSecurityGroups&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRf
>>l8GoVA%3D&domainid=e4ec5ddc-9e1c-11e2-a770-6e70e42a2333&account=admin&_=1
>>365316421995
>> 2013-04-07 00:33:42,003 DEBUG [cloud.user.AccountManagerImpl]
>> (1161145101@qtp-1008805148-33:null) Access granted to Acct[2-admin] to
>> Domain:1/ by DomainChecker
>> 2013-04-07 00:33:42,009 DEBUG [cloud.api.ApiServlet]
>> (1161145101@qtp-1008805148-33:null) ===END===  127.0.0.1 -- GET
>>  
>>command=listSecurityGroups&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRf
>>l8GoVA%3D&domainid=e4ec5ddc-9e1c-11e2-a770-6e70e42a2333&account=admin&_=1
>>365316421995
>> 2013-04-07 00:33:44,477 DEBUG [cloud.api.ApiServlet]
>> (1161145101@qtp-1008805148-33:null) ===START===  127.0.0.1 -- GET
>>  
>>command=deployVirtualMachine&zoneId=3a62dec3-cf95-4ba2-9af0-af2190af35e3&
>>templateId=e4a7df4a-9e1c-11e2-a770-6e70e42a2333&hypervisor=XenServer&serv
>>iceOfferingId=9c1e08a2-2dfe-4fa8-aea9-3e4955a69cc2&response=json&sessionk
>>ey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316424475
>> 2013-04-07 00:33:44,484 DEBUG [cloud.api.ApiDispatcher]
>> (1161145101@qtp-1008805148-33:null) InfrastructureEntity name
>> is:com.cloud.offering.ServiceOffering
>> 2013-04-07 00:33:44,486 DEBUG [cloud.api.ApiDispatcher]
>> (1161145101@qtp-1008805148-33:null) ControlledEntity name
>> is:com.cloud.template.VirtualMachineTemplate
>> 2013-04-07 00:33:44,510 DEBUG [cloud.vm.UserVmManagerImpl]
>> (1161145101@qtp-1008805148-33:null) Allocating in the DB for vm
>> 2013-04-07 00:33:44,523 DEBUG [cloud.vm.VirtualMachineManagerImpl]
>> (1161145101@qtp-1008805148-33:null) Allocating entries for VM:
>> VM[User|a30b991d-1c38-4bae-803f-ab3be57a384f]
>> 2013-04-07 00:33:44,523 DEBUG [cloud.vm.VirtualMachineManagerImpl]
>> (1161145101@qtp-1008805148-33:null) Allocating nics for
>> VM[User|a30b991d-1c38-4bae-803f-ab3be57a384f]
>> 2013-04-07 00:33:44,524 DEBUG [cloud.network.NetworkManagerImpl]
>> (1161145101@qtp-1008805148-33:null) Allocating nic for vm
>> VM[User|a30b991d-1c38-4bae-803f-ab3be57a384f] in network 
>>Ntwk[204|Guest|6]
>> with requested profile NicProfile[0-0-null-null-null
>> 2013-04-07 00:33:44,531 DEBUG [cloud.vm.VirtualMachineManagerImpl]
>> (1161145101@qtp-1008805148-33:null) Allocaing disks for
>> VM[User|a30b991d-1c38-4bae-803f-ab3be57a384f]
>> 2013-04-07 00:33:44,538 DEBUG [cloud.vm.VirtualMachineManagerImpl]
>> (1161145101@qtp-1008805148-33:null) Allocation completed for VM:
>> VM[User|a30b991d-1c38-4bae-803f-ab3be57a384f]
>> 2013-04-07 00:33:44,538 DEBUG [cloud.vm.UserVmManagerImpl]
>> (1161145101@qtp-1008805148-33:null) Successfully allocated DB entry for
>> VM[User|a30b991d-1c38-4bae-803f-ab3be57a384f]
>> 2013-04-07 00:33:44,571 DEBUG [cloud.async.AsyncJobManagerImpl]
>> (1161145101@qtp-1008805148-33:null) submit async job-44, details:
>> AsyncJobVO {id:44, userId: 2, accountId: 2, sessionKey: null, 
>>instanceType:
>> null, instanceId: 14, cmd:
>> org.apache.cloudstack.api.command.user.vm.DeployVMCmd, cmdOriginator: 
>>null,
>> cmdInfo:
>> 
>>{"id":"14","templateId":"e4a7df4a-9e1c-11e2-a770-6e70e42a2333","response"
>>:"json","sessionkey":"Z6QqzU0Fq1iT13bMgnRRfl8GoVA\u003d","ctxUserId":"2",
>>"hypervisor":"XenServer","serviceOfferingId":"9c1e08a2-2dfe-4fa8-aea9-3e4
>>955a69cc2","_":"1365316424475","ctxAccountId":"2","ctxStartEventId":"49",
>>"zoneId":"3a62dec3-cf95-4ba2-9af0-af2190af35e3"},
>> cmdVersion: 0, callbackType: 0, callbackAddress: null, status: 0,
>> processStatus: 0, resultCode: 0, result: null, initMsid: 1, 
>>completeMsid:
>> null, lastUpdated: null, lastPolled: null, created: null}
>> 2013-04-07 00:33:44,572 DEBUG [cloud.async.AsyncJobManagerImpl]
>> (Job-Executor-37:job-44) Executing
>> org.apache.cloudstack.api.command.user.vm.DeployVMCmd for job-44
>> 2013-04-07 00:33:44,573 DEBUG [cloud.api.ApiServlet]
>> (1161145101@qtp-1008805148-33:null) ===END===  127.0.0.1 -- GET
>>  
>>command=deployVirtualMachine&zoneId=3a62dec3-cf95-4ba2-9af0-af2190af35e3&
>>templateId=e4a7df4a-9e1c-11e2-a770-6e70e42a2333&hypervisor=XenServer&serv
>>iceOfferingId=9c1e08a2-2dfe-4fa8-aea9-3e4955a69cc2&response=json&sessionk
>>ey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316424475
>> 2013-04-07 00:33:44,578 DEBUG [cloud.api.ApiDispatcher]
>> (Job-Executor-37:job-44) InfrastructureEntity name
>> is:com.cloud.offering.ServiceOffering
>> 2013-04-07 00:33:44,581 DEBUG [cloud.api.ApiDispatcher]
>> (Job-Executor-37:job-44) ControlledEntity name
>> is:com.cloud.template.VirtualMachineTemplate
>> 2013-04-07 00:33:44,624 DEBUG [cloud.deploy.FirstFitPlanner]
>> (Job-Executor-37:job-44) DeploymentPlanner allocation algorithm: random
>> 2013-04-07 00:33:44,624 DEBUG [cloud.deploy.FirstFitPlanner]
>> (Job-Executor-37:job-44) Trying to allocate a host and storage pools 
>>from
>> dc:1, pod:null,cluster:null, requested cpu: 100, requested ram: 
>>1073741824
>> 2013-04-07 00:33:44,624 DEBUG [cloud.deploy.FirstFitPlanner]
>> (Job-Executor-37:job-44) Is ROOT volume READY (pool already 
>>allocated)?: No
>> 2013-04-07 00:33:44,624 DEBUG [cloud.deploy.FirstFitPlanner]
>> (Job-Executor-37:job-44) Searching all possible resources under this 
>>Zone: 1
>> 2013-04-07 00:33:44,625 DEBUG [cloud.deploy.FirstFitPlanner]
>> (Job-Executor-37:job-44) Listing clusters in order of aggregate 
>>capacity,
>> that have (atleast one host with) enough CPU and RAM capacity under this
>> Zone: 1
>> 2013-04-07 00:33:44,626 DEBUG [cloud.deploy.FirstFitPlanner]
>> (Job-Executor-37:job-44) CPUOverprovisioningFactor considered: 1.0
>> 2013-04-07 00:33:44,638 DEBUG [cloud.deploy.FirstFitPlanner]
>> (Job-Executor-37:job-44) Cannot allocate cluster list [1, 2] for vm
>> creation since their allocated percentage crosses the disable capacity
>> threshold: 0.85 for capacity Type : 0, skipping these clusters
>> 2013-04-07 00:33:44,639 DEBUG [cloud.deploy.FirstFitPlanner]
>> (Job-Executor-37:job-44) Could not find suitable Deployment Destination 
>>for
>> this VM under any clusters, returning.
>> 2013-04-07 00:33:44,641 DEBUG [cloud.vm.UserVmManagerImpl]
>> (Job-Executor-37:job-44) Destroying vm
>> VM[User|a30b991d-1c38-4bae-803f-ab3be57a384f] as it failed to create on
>> Host with Id:null
>> 2013-04-07 00:33:44,646 DEBUG [cloud.capacity.CapacityManagerImpl]
>> (Job-Executor-37:job-44) VM state transitted from :Stopped to Error with
>> event: OperationFailedToErrorvm's original host id: null new host id: 
>>null
>> host id before state transition: null
>> 2013-04-07 00:33:44,672 INFO  [user.vm.DeployVMCmd]
>> (Job-Executor-37:job-44)
>> com.cloud.exception.InsufficientServerCapacityException: Unable to 
>>create a
>> deployment for 
>>VM[User|a30b991d-1c38-4bae-803f-ab3be57a384f]Scope=interface
>> com.cloud.dc.DataCenter; id=1
>> 2013-04-07 00:33:44,672 INFO  [user.vm.DeployVMCmd]
>> (Job-Executor-37:job-44) Unable to create a deployment for
>> VM[User|a30b991d-1c38-4bae-803f-ab3be57a384f]
>> com.cloud.exception.InsufficientServerCapacityException: Unable to 
>>create
>> a deployment for
>> VM[User|a30b991d-1c38-4bae-803f-ab3be57a384f]Scope=interface
>> com.cloud.dc.DataCenter; id=1
>>  at
>> 
>>org.apache.cloudstack.engine.cloud.entity.api.VMEntityManagerImpl.reserve
>>VirtualMachine(VMEntityManagerImpl.java:186)
>> at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
>>  at
>> 
>>sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java
>>:39)
>> at
>> 
>>sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorI
>>mpl.java:25)
>>  at java.lang.reflect.Method.invoke(Method.java:597)
>> at
>> 
>>org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(A
>>opUtils.java:319)
>>  at
>> 
>>org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpo
>>int(ReflectiveMethodInvocation.java:183)
>> at
>> 
>>org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(Refl
>>ectiveMethodInvocation.java:150)
>>  at
>> 
>>org.springframework.aop.aspectj.MethodInvocationProceedingJoinPoint.proce
>>ed(MethodInvocationProceedingJoinPoint.java:80)
>> at
>> 
>>com.cloud.utils.db.TransactionContextBuilder.AroundAnyMethod(TransactionC
>>ontextBuilder.java:37)
>>  at sun.reflect.GeneratedMethodAccessor37.invoke(Unknown Source)
>> at
>> 
>>sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorI
>>mpl.java:25)
>>  at java.lang.reflect.Method.invoke(Method.java:597)
>> at
>> 
>>org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodW
>>ithGivenArgs(AbstractAspectJAdvice.java:621)
>>  at
>> 
>>org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(
>>AbstractAspectJAdvice.java:610)
>> at
>> 
>>org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundA
>>dvice.java:65)
>>  at
>> 
>>org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(Refl
>>ectiveMethodInvocation.java:172)
>> at
>> 
>>org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(Ex
>>poseInvocationInterceptor.java:90)
>>  at
>> 
>>org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(Refl
>>ectiveMethodInvocation.java:172)
>> at
>> 
>>org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAop
>>Proxy.java:202)
>>  at com.sun.proxy.$Proxy297.reserveVirtualMachine(Unknown Source)
>> at
>> 
>>org.apache.cloudstack.engine.cloud.entity.api.VirtualMachineEntityImpl.re
>>serve(VirtualMachineEntityImpl.java:198)
>>  at
>> 
>>com.cloud.vm.UserVmManagerImpl.startVirtualMachine(UserVmManagerImpl.java
>>:3859)
>> at
>> 
>>com.cloud.vm.UserVmManagerImpl.startVirtualMachine(UserVmManagerImpl.java
>>:3458)
>>  at
>> 
>>com.cloud.vm.UserVmManagerImpl.startVirtualMachine(UserVmManagerImpl.java
>>:3444)
>> at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
>>  at
>> 
>>sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java
>>:39)
>> at
>> 
>>sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorI
>>mpl.java:25)
>>  at java.lang.reflect.Method.invoke(Method.java:597)
>> at
>> 
>>org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(A
>>opUtils.java:319)
>>  at
>> 
>>org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpo
>>int(ReflectiveMethodInvocation.java:183)
>> at
>> 
>>org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(Refl
>>ectiveMethodInvocation.java:150)
>>  at
>> 
>>org.springframework.aop.aspectj.MethodInvocationProceedingJoinPoint.proce
>>ed(MethodInvocationProceedingJoinPoint.java:80)
>> at
>> 
>>com.cloud.event.ActionEventInterceptor.AroundAnyMethod(ActionEventInterce
>>ptor.java:53)
>>  at sun.reflect.GeneratedMethodAccessor359.invoke(Unknown Source)
>> at
>> 
>>sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorI
>>mpl.java:25)
>>  at java.lang.reflect.Method.invoke(Method.java:597)
>> at
>> 
>>org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodW
>>ithGivenArgs(AbstractAspectJAdvice.java:621)
>>  at
>> 
>>org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(
>>AbstractAspectJAdvice.java:610)
>> at
>> 
>>org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundA
>>dvice.java:65)
>>  at
>> 
>>org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(Refl
>>ectiveMethodInvocation.java:161)
>> at
>> 
>>org.springframework.aop.aspectj.MethodInvocationProceedingJoinPoint.proce
>>ed(MethodInvocationProceedingJoinPoint.java:80)
>>  at
>> 
>>com.cloud.utils.db.TransactionContextBuilder.AroundAnyMethod(TransactionC
>>ontextBuilder.java:37)
>> at sun.reflect.GeneratedMethodAccessor37.invoke(Unknown Source)
>>  at
>> 
>>sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorI
>>mpl.java:25)
>> at java.lang.reflect.Method.invoke(Method.java:597)
>>  at
>> 
>>org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodW
>>ithGivenArgs(AbstractAspectJAdvice.java:621)
>> at
>> 
>>org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(
>>AbstractAspectJAdvice.java:610)
>>  at
>> 
>>org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundA
>>dvice.java:65)
>> at
>> 
>>org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(Refl
>>ectiveMethodInvocation.java:172)
>>  at
>> 
>>org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(Ex
>>poseInvocationInterceptor.java:90)
>> at
>> 
>>org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(Refl
>>ectiveMethodInvocation.java:172)
>>  at
>> 
>>org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAop
>>Proxy.java:202)
>> at com.sun.proxy.$Proxy263.startVirtualMachine(Unknown Source)
>>  at
>> 
>>org.apache.cloudstack.api.command.user.vm.DeployVMCmd.execute(DeployVMCmd
>>.java:379)
>> at com.cloud.api.ApiDispatcher.dispatch(ApiDispatcher.java:163)
>>  at net.sf.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204)
>> at
>> 
>>org.springframework.aop.framework.Cglib2AopProxy$CglibMethodInvocation.in
>>vokeJoinpoint(Cglib2AopProxy.java:689)
>>  at
>> 
>>org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(Refl
>>ectiveMethodInvocation.java:150)
>> at
>> 
>>org.springframework.aop.aspectj.MethodInvocationProceedingJoinPoint.proce
>>ed(MethodInvocationProceedingJoinPoint.java:80)
>>  at
>> 
>>com.cloud.utils.db.TransactionContextBuilder.AroundAnyMethod(TransactionC
>>ontextBuilder.java:37)
>> at sun.reflect.GeneratedMethodAccessor37.invoke(Unknown Source)
>>  at
>> 
>>sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorI
>>mpl.java:25)
>> at java.lang.reflect.Method.invoke(Method.java:597)
>>  at
>> 
>>org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodW
>>ithGivenArgs(AbstractAspectJAdvice.java:621)
>> at
>> 
>>org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(
>>AbstractAspectJAdvice.java:610)
>>  at
>> 
>>org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundA
>>dvice.java:65)
>> at
>> 
>>org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(Refl
>>ectiveMethodInvocation.java:172)
>>  at
>> 
>>org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(Ex
>>poseInvocationInterceptor.java:90)
>> at
>> 
>>org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(Refl
>>ectiveMethodInvocation.java:172)
>>  at
>> 
>>org.springframework.aop.framework.Cglib2AopProxy$DynamicAdvisedIntercepto
>>r.intercept(Cglib2AopProxy.java:622)
>> at 
>>com.cloud.async.AsyncJobManagerImpl$1.run(AsyncJobManagerImpl.java:437)
>>  at
>> java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:439)
>> at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:303)
>>  at java.util.concurrent.FutureTask.run(FutureTask.java:138)
>> at
>> 
>>java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor
>>.java:895)
>>  at
>> 
>>java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.jav
>>a:918)
>> at java.lang.Thread.run(Thread.java:680)
>> 2013-04-07 00:33:44,674 DEBUG [cloud.async.AsyncJobManagerImpl]
>> (Job-Executor-37:job-44) Complete async job-44, jobStatus: 2, 
>>resultCode:
>> 530, result: Error Code: 533 Error text: Unable to create a deployment 
>>for
>> VM[User|a30b991d-1c38-4bae-803f-ab3be57a384f]
>> 2013-04-07 00:33:47,591 DEBUG [cloud.api.ApiServlet]
>> (1161145101@qtp-1008805148-33:null) ===START===  127.0.0.1 -- GET
>>  
>>command=queryAsyncJobResult&jobId=8dd191cc-2709-4223-aee5-3ecd759d4afd&re
>>sponse=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316427589
>> 2013-04-07 00:33:47,601 DEBUG [cloud.async.AsyncJobManagerImpl]
>> (1161145101@qtp-1008805148-33:null) Async job-44 completed
>> 2013-04-07 00:33:47,605 DEBUG [cloud.api.ApiServlet]
>> (1161145101@qtp-1008805148-33:null) ===END===  127.0.0.1 -- GET
>>  
>>command=queryAsyncJobResult&jobId=8dd191cc-2709-4223-aee5-3ecd759d4afd&re
>>sponse=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316427589
>> 2013-04-07 00:33:47,608 DEBUG [cloud.api.ApiServlet]
>> (1161145101@qtp-1008805148-33:null) ===START===  127.0.0.1 -- GET
>>  
>>command=listVirtualMachines&id=a30b991d-1c38-4bae-803f-ab3be57a384f&respo
>>nse=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316427606
>> 2013-04-07 00:33:47,621 DEBUG [cloud.api.ApiServlet]
>> (1161145101@qtp-1008805148-33:null) ===END===  127.0.0.1 -- GET
>>  
>>command=listVirtualMachines&id=a30b991d-1c38-4bae-803f-ab3be57a384f&respo
>>nse=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316427606
>> 2013-04-07 00:33:47,678 DEBUG [agent.manager.AgentManagerImpl]
>> (AgentManager-Handler-14:null) Ping from 3
>> 2013-04-07 00:33:50,451 DEBUG
>> [storage.secondary.SecondaryStorageManagerImpl] (secstorage-1:null) 
>>Zone 1
>> is ready to launch secondary storage VM
>> 2013-04-07 00:33:50,559 DEBUG 
>>[cloud.consoleproxy.ConsoleProxyManagerImpl]
>> (consoleproxy-1:null) Zone 1 is ready to launch console proxy
>> 2013-04-07 00:33:50,819 DEBUG
>> [network.router.VirtualNetworkApplianceManagerImpl]
>> (RouterStatusMonitor-1:null) Found 0 routers to update status.
>> 2013-04-07 00:33:50,820 DEBUG
>> [network.router.VirtualNetworkApplianceManagerImpl]
>> (RouterStatusMonitor-1:null) Found 0 networks to update RvR status.
>> 2013-04-07 00:33:50,851 DEBUG
>> [network.router.VirtualNetworkApplianceManagerImpl]
>> (RouterStatusMonitor-1:null) Found 0 routers to update status.
>> 2013-04-07 00:33:50,852 DEBUG
>> [network.router.VirtualNetworkApplianceManagerImpl]
>> (RouterStatusMonitor-1:null) Found 0 networks to update RvR status.
>> 2013-04-07 00:33:51,465 INFO  [agent.manager.AgentMonitor]
>> (Thread-11:null) Found the following agents behind on ping: [6, 5]
>> 2013-04-07 00:33:51,467 DEBUG [cloud.host.Status] (Thread-11:null) Ping
>> timeout for host 6, do invstigation
>> 2013-04-07 00:33:51,468 DEBUG [cloud.host.Status] (Thread-11:null) Ping
>> timeout for host 5, do invstigation
>> 2013-04-07 00:33:51,468 INFO  [agent.manager.AgentManagerImpl]
>> (AgentTaskPool-4:null) Investigating why host 6 has disconnected with 
>>event
>> PingTimeout
>> 2013-04-07 00:33:51,468 DEBUG [agent.manager.AgentManagerImpl]
>> (AgentTaskPool-4:null) checking if agent (6) is alive
>> 2013-04-07 00:33:51,469 INFO  [agent.manager.AgentManagerImpl]
>> (AgentTaskPool-3:null) Investigating why host 5 has disconnected with 
>>event
>> PingTimeout
>> 2013-04-07 00:33:51,470 DEBUG [agent.manager.AgentManagerImpl]
>> (AgentTaskPool-3:null) checking if agent (5) is alive
>> 2013-04-07 00:33:51,471 DEBUG [agent.transport.Request]
>> (AgentTaskPool-4:null) Seq 6-324993311: Sending  { Cmd , MgmtId: 1, 
>>via: 6,
>> Ver: v1, Flags: 100011, [{"CheckHealthCommand":{"wait":50}}] }
>> 2013-04-07 00:33:51,471 DEBUG [agent.transport.Request]
>> (AgentTaskPool-4:null) Seq 6-324993311: Executing:  { Cmd , MgmtId: 1, 
>>via:
>> 6, Ver: v1, Flags: 100011, [{"CheckHealthCommand":{"wait":50}}] }
>> 2013-04-07 00:33:51,472 DEBUG [agent.manager.DirectAgentAttache]
>> (DirectAgent-448:null) Seq 6-324993311: Executing request
>> 2013-04-07 00:33:51,473 DEBUG [agent.transport.Request]
>> (AgentTaskPool-3:null) Seq 5-614334815: Sending  { Cmd , MgmtId: 1, 
>>via: 5,
>> Ver: v1, Flags: 100011, [{"CheckHealthCommand":{"wait":50}}] }
>> 2013-04-07 00:33:51,473 DEBUG [agent.transport.Request]
>> (AgentTaskPool-3:null) Seq 5-614334815: Executing:  { Cmd , MgmtId: 1, 
>>via:
>> 5, Ver: v1, Flags: 100011, [{"CheckHealthCommand":{"wait":50}}] }
>> 2013-04-07 00:33:51,473 DEBUG [agent.manager.DirectAgentAttache]
>> (DirectAgent-261:null) Seq 5-614334815: Executing request
>> 2013-04-07 00:33:51,527 DEBUG [agent.manager.DirectAgentAttache]
>> (DirectAgent-448:null) Seq 6-324993311: Response Received:
>> 2013-04-07 00:33:51,527 DEBUG [agent.transport.Request]
>> (DirectAgent-448:null) Seq 6-324993311: Processing:  { Ans: , MgmtId: 1,
>> via: 6, Ver: v1, Flags: 10,
>> [{"CheckHealthAnswer":{"result":true,"details":"resource is
>> alive","wait":0}}] }
>> 2013-04-07 00:33:51,527 DEBUG [agent.transport.Request]
>> (AgentTaskPool-4:null) Seq 6-324993311: Received:  { Ans: , MgmtId: 1, 
>>via:
>> 6, Ver: v1, Flags: 10, { CheckHealthAnswer } }
>> 2013-04-07 00:33:51,528 DEBUG [agent.manager.AgentManagerImpl]
>> (AgentTaskPool-4:null) Details from executing class
>> com.cloud.agent.api.CheckHealthCommand: resource is alive
>> 2013-04-07 00:33:51,528 DEBUG [agent.manager.AgentManagerImpl]
>> (AgentTaskPool-4:null) agent (6) responded to checkHeathCommand, 
>>reporting
>> that agent is Up
>> 2013-04-07 00:33:51,528 INFO  [agent.manager.AgentManagerImpl]
>> (AgentTaskPool-4:null) The state determined is Up
>> 2013-04-07 00:33:51,528 INFO  [agent.manager.AgentManagerImpl]
>> (AgentTaskPool-4:null) Agent is determined to be up and running
>> 2013-04-07 00:33:51,528 DEBUG [cloud.host.Status] (AgentTaskPool-4:null)
>> Transition:[Resource state = Enabled, Agent event = Ping, Host id = 6, 
>>name
>> = Tut-XenServer]
>> 2013-04-07 00:33:51,531 DEBUG [cloud.host.Status] (AgentTaskPool-4:null)
>> Agent status update: [id = 6; name = Tut-XenServer; old status = Up; 
>>event
>> = Ping; new status = Up; old update count = 310; new update count = 311]
>> 2013-04-07 00:33:51,531 DEBUG [agent.manager.DirectAgentAttache]
>> (DirectAgent-261:null) Seq 5-614334815: Response Received:
>> 2013-04-07 00:33:51,531 DEBUG [agent.transport.Request]
>> (DirectAgent-261:null) Seq 5-614334815: Processing:  { Ans: , MgmtId: 1,
>> via: 5, Ver: v1, Flags: 10,
>> [{"CheckHealthAnswer":{"result":true,"details":"resource is
>> alive","wait":0}}] }
>> 2013-04-07 00:33:51,531 DEBUG [agent.transport.Request]
>> (AgentTaskPool-3:null) Seq 5-614334815: Received:  { Ans: , MgmtId: 1, 
>>via:
>> 5, Ver: v1, Flags: 10, { CheckHealthAnswer } }
>> 2013-04-07 00:33:51,532 DEBUG [agent.manager.AgentManagerImpl]
>> (AgentTaskPool-3:null) Details from executing class
>> com.cloud.agent.api.CheckHealthCommand: resource is alive
>> 2013-04-07 00:33:51,532 DEBUG [agent.manager.AgentManagerImpl]
>> (AgentTaskPool-3:null) agent (5) responded to checkHeathCommand, 
>>reporting
>> that agent is Up
>> 2013-04-07 00:33:51,532 INFO  [agent.manager.AgentManagerImpl]
>> (AgentTaskPool-3:null) The state determined is Up
>> 2013-04-07 00:33:51,532 INFO  [agent.manager.AgentManagerImpl]
>> (AgentTaskPool-3:null) Agent is determined to be up and running
>> 2013-04-07 00:33:51,532 DEBUG [cloud.host.Status] (AgentTaskPool-3:null)
>> Transition:[Resource state = Enabled, Agent event = Ping, Host id = 5, 
>>name
>> = Tut-XenServer2]
>> 2013-04-07 00:33:51,535 DEBUG [cloud.host.Status] (AgentTaskPool-3:null)
>> Agent status update: [id = 5; name = Tut-XenServer2; old status = Up; 
>>event
>> = Ping; new status = Up; old update count = 147; new update count = 148]
>> 2013-04-07 00:34:04,860 DEBUG [agent.manager.DirectAgentAttache]
>> (DirectAgent-239:null) Ping from 6
>> 2013-04-07 00:34:06,170 DEBUG [agent.manager.DirectAgentAttache]
>> (DirectAgent-185:null) Ping from 5
>> 2013-04-07 00:34:06,909 DEBUG [agent.manager.DirectAgentAttache]
>> (DirectAgent-461:null) Seq 6-324993028: Executing request
>> 2013-04-07 00:34:07,107 DEBUG [agent.manager.DirectAgentAttache]
>> (DirectAgent-461:null) Seq 6-324993028: Response Received:
>> 2013-04-07 00:34:07,107 DEBUG [agent.transport.Request]
>> (DirectAgent-461:null) Seq 6-324993028: Processing:  { Ans: , MgmtId: 1,
>> via: 6, Ver: v1, Flags: 10,
>> 
>>[{"ClusterSyncAnswer":{"_clusterId":2,"_newStates":{},"_isExecuted":false
>>,"result":true,"wait":0}}]
>> }
>> 2013-04-07 00:34:11,023 DEBUG [agent.manager.DirectAgentAttache]
>> (DirectAgent-450:null) Seq 5-614334468: Executing request
>> 2013-04-07 00:34:11,168 DEBUG [agent.manager.DirectAgentAttache]
>> (DirectAgent-450:null) Seq 5-614334468: Response Received:
>> 2013-04-07 00:34:11,168 DEBUG [agent.transport.Request]
>> (DirectAgent-450:null) Seq 5-614334468: Processing:  { Ans: , MgmtId: 1,
>> via: 5, Ver: v1, Flags: 10, [{"Answer":{"result":true,"wait":0}}] }
>> 2013-04-07 00:34:20,451 DEBUG
>> [storage.secondary.SecondaryStorageManagerImpl] (secstorage-1:null) 
>>Zone 1
>> is ready to launch secondary storage VM
>> 2013-04-07 00:34:20,553 DEBUG 
>>[cloud.consoleproxy.ConsoleProxyManagerImpl]
>> (consoleproxy-1:null) Zone 1 is ready to launch console proxy
>> 2013-04-07 00:34:20,820 DEBUG
>> [network.router.VirtualNetworkApplianceManagerImpl]
>> (RouterStatusMonitor-1:null) Found 0 routers to update status.
>> 2013-04-07 00:34:20,821 DEBUG
>> [network.router.VirtualNetworkApplianceManagerImpl]
>> (RouterStatusMonitor-1:null) Found 0 networks to update RvR status.
>> 2013-04-07 00:34:20,850 DEBUG
>> [network.router.VirtualNetworkApplianceManagerImpl]
>> (RouterStatusMonitor-1:null) Found 0 routers to update status.
>> 2013-04-07 00:34:20,851 DEBUG
>> [network.router.VirtualNetworkApplianceManagerImpl]
>> (RouterStatusMonitor-1:null) Found 0 networks to update RvR status.
>> 2013-04-07 00:34:24,891 DEBUG [agent.manager.AgentManagerImpl]
>> (AgentManager-Handler-15:null) Ping from 4
>> 2013-04-07 00:34:27,175 DEBUG [agent.manager.DirectAgentAttache]
>> (DirectAgent-126:null) Ping from 1
>> 2013-04-07 00:34:29,095 DEBUG [agent.manager.DirectAgentAttache]
>> (DirectAgent-182:null) Seq 1-90046472: Executing request
>> 2013-04-07 00:34:29,323 DEBUG [agent.manager.DirectAgentAttache]
>> (DirectAgent-182:null) Seq 1-90046472: Response Received:
>> 2013-04-07 00:34:29,323 DEBUG [agent.transport.Request]
>> (DirectAgent-182:null) Seq 1-90046472: Processing:  { Ans: , MgmtId: 1,
>> via: 1, Ver: v1, Flags: 10,
>> 
>>[{"ClusterSyncAnswer":{"_clusterId":1,"_newStates":{},"_isExecuted":false
>>,"result":true,"wait":0}}]
>> }
>> 2013-04-07 00:34:36,532 DEBUG [cloud.api.ApiServlet]
>> (1161145101@qtp-1008805148-33:null) ===START===  127.0.0.1 -- GET
>>  
>>command=listVolumes&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%
>>3D&listAll=true&page=1&pagesize=20&_=1365316476530
>> 2013-04-07 00:34:36,548 DEBUG [cloud.api.ApiServlet]
>> (1161145101@qtp-1008805148-33:null) ===END===  127.0.0.1 -- GET
>>  
>>command=listVolumes&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%
>>3D&listAll=true&page=1&pagesize=20&_=1365316476530
>> 2013-04-07 00:34:39,285 DEBUG [cloud.api.ApiServlet]
>> (1161145101@qtp-1008805148-33:null) ===START===  127.0.0.1 -- GET
>>  
>>command=listVolumes&id=44d56727-6e5f-438a-8187-42adfac7c906&response=json
>>&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316479283
>> 2013-04-07 00:34:39,309 DEBUG [cloud.api.ApiServlet]
>> (1161145101@qtp-1008805148-33:null) ===END===  127.0.0.1 -- GET
>>  
>>command=listVolumes&id=44d56727-6e5f-438a-8187-42adfac7c906&response=json
>>&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316479283
>> 2013-04-07 00:34:39,325 DEBUG [cloud.api.ApiServlet]
>> (1161145101@qtp-1008805148-33:null) ===START===  127.0.0.1 -- GET
>>  
>>command=listTags&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&
>>resourceId=44d56727-6e5f-438a-8187-42adfac7c906&resourceType=Volume&listA
>>ll=true&_=1365316479323
>> 2013-04-07 00:34:39,334 DEBUG [cloud.api.ApiServlet]
>> (1161145101@qtp-1008805148-33:null) ===END===  127.0.0.1 -- GET
>>  
>>command=listTags&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&
>>resourceId=44d56727-6e5f-438a-8187-42adfac7c906&resourceType=Volume&listA
>>ll=true&_=1365316479323
>> 2013-04-07 00:34:47,678 DEBUG [agent.manager.AgentManagerImpl]
>> (AgentManager-Handler-1:null) Ping from 3
>> 2013-04-07 00:34:50,455 DEBUG
>> [storage.secondary.SecondaryStorageManagerImpl] (secstorage-1:null) 
>>Zone 1
>> is ready to launch secondary storage VM
>> 2013-04-07 00:34:50,557 DEBUG 
>>[cloud.consoleproxy.ConsoleProxyManagerImpl]
>> (consoleproxy-1:null) Zone 1 is ready to launch console proxy
>> 2013-04-07 00:34:50,820 DEBUG
>> [network.router.VirtualNetworkApplianceManagerImpl]
>> (RouterStatusMonitor-1:null) Found 0 routers to update status.
>> 2013-04-07 00:34:50,821 DEBUG
>> [network.router.VirtualNetworkApplianceManagerImpl]
>> (RouterStatusMonitor-1:null) Found 0 networks to update RvR status.
>> 2013-04-07 00:34:50,850 DEBUG
>> [network.router.VirtualNetworkApplianceManagerImpl]
>> (RouterStatusMonitor-1:null) Found 0 routers to update status.
>> 2013-04-07 00:34:50,851 DEBUG
>> [network.router.VirtualNetworkApplianceManagerImpl]
>> (RouterStatusMonitor-1:null) Found 0 networks to update RvR status.
>> 2013-04-07 00:34:51,468 INFO  [agent.manager.AgentMonitor]
>> (Thread-11:null) Found the following agents behind on ping: [6, 5]
>> 2013-04-07 00:34:51,470 DEBUG [cloud.host.Status] (Thread-11:null) Ping
>> timeout for host 6, do invstigation
>> 2013-04-07 00:34:51,471 DEBUG [cloud.host.Status] (Thread-11:null) Ping
>> timeout for host 5, do invstigation
>> 2013-04-07 00:34:51,472 INFO  [agent.manager.AgentManagerImpl]
>> (AgentTaskPool-5:null) Investigating why host 6 has disconnected with 
>>event
>> PingTimeout
>> 2013-04-07 00:34:51,472 DEBUG [agent.manager.AgentManagerImpl]
>> (AgentTaskPool-5:null) checking if agent (6) is alive
>> 2013-04-07 00:34:51,473 INFO  [agent.manager.AgentManagerImpl]
>> (AgentTaskPool-6:null) Investigating why host 5 has disconnected with 
>>event
>> PingTimeout
>> 2013-04-07 00:34:51,473 DEBUG [agent.manager.AgentManagerImpl]
>> (AgentTaskPool-6:null) checking if agent (5) is alive
>> 2013-04-07 00:34:51,475 DEBUG [agent.transport.Request]
>> (AgentTaskPool-5:null) Seq 6-324993312: Sending  { Cmd , MgmtId: 1, 
>>via: 6,
>> Ver: v1, Flags: 100011, [{"CheckHealthCommand":{"wait":50}}] }
>> 2013-04-07 00:34:51,475 DEBUG [agent.transport.Request]
>> (AgentTaskPool-5:null) Seq 6-324993312: Executing:  { Cmd , MgmtId: 1, 
>>via:
>> 6, Ver: v1, Flags: 100011, [{"CheckHealthCommand":{"wait":50}}] }
>> 2013-04-07 00:34:51,475 DEBUG [agent.manager.DirectAgentAttache]
>> (DirectAgent-42:null) Seq 6-324993312: Executing request
>> 2013-04-07 00:34:51,476 DEBUG [agent.transport.Request]
>> (AgentTaskPool-6:null) Seq 5-614334816: Sending  { Cmd , MgmtId: 1, 
>>via: 5,
>> Ver: v1, Flags: 100011, [{"CheckHealthCommand":{"wait":50}}] }
>> 2013-04-07 00:34:51,476 DEBUG [agent.transport.Request]
>> (AgentTaskPool-6:null) Seq 5-614334816: Executing:  { Cmd , MgmtId: 1, 
>>via:
>> 5, Ver: v1, Flags: 100011, [{"CheckHealthCommand":{"wait":50}}] }
>> 2013-04-07 00:34:51,477 DEBUG [agent.manager.DirectAgentAttache]
>> (DirectAgent-164:null) Seq 5-614334816: Executing request
>> 2013-04-07 00:34:51,534 DEBUG [agent.manager.DirectAgentAttache]
>> (DirectAgent-164:null) Seq 5-614334816: Response Received:
>> 2013-04-07 00:34:51,535 DEBUG [agent.transport.Request]
>> (DirectAgent-164:null) Seq 5-614334816: Processing:  { Ans: , MgmtId: 1,
>> via: 5, Ver: v1, Flags: 10,
>> [{"CheckHealthAnswer":{"result":true,"details":"resource is
>> alive","wait":0}}] }
>> 2013-04-07 00:34:51,535 DEBUG [agent.transport.Request]
>> (AgentTaskPool-6:null) Seq 5-614334816: Received:  { Ans: , MgmtId: 1, 
>>via:
>> 5, Ver: v1, Flags: 10, { CheckHealthAnswer } }
>> 2013-04-07 00:34:51,535 DEBUG [agent.manager.AgentManagerImpl]
>> (AgentTaskPool-6:null) Details from executing class
>> com.cloud.agent.api.CheckHealthCommand: resource is alive
>> 2013-04-07 00:34:51,535 DEBUG [agent.manager.AgentManagerImpl]
>> (AgentTaskPool-6:null) agent (5) responded to checkHeathCommand, 
>>reporting
>> that agent is Up
>> 2013-04-07 00:34:51,535 INFO  [agent.manager.AgentManagerImpl]
>> (AgentTaskPool-6:null) The state determined is Up
>> 2013-04-07 00:34:51,535 INFO  [agent.manager.AgentManagerImpl]
>> (AgentTaskPool-6:null) Agent is determined to be up and running
>> 2013-04-07 00:34:51,535 DEBUG [cloud.host.Status] (AgentTaskPool-6:null)
>> Transition:[Resource state = Enabled, Agent event = Ping, Host id = 5, 
>>name
>> = Tut-XenServer2]
>> 2013-04-07 00:34:51,538 DEBUG [cloud.host.Status] (AgentTaskPool-6:null)
>> Agent status update: [id = 5; name = Tut-XenServer2; old status = Up; 
>>event
>> = Ping; new status = Up; old update count = 148; new update count = 149]
>> 2013-04-07 00:34:51,539 DEBUG [agent.manager.DirectAgentAttache]
>> (DirectAgent-42:null) Seq 6-324993312: Response Received:
>> 2013-04-07 00:34:51,539 DEBUG [agent.transport.Request]
>> (DirectAgent-42:null) Seq 6-324993312: Processing:  { Ans: , MgmtId: 1,
>> via: 6, Ver: v1, Flags: 10,
>> [{"CheckHealthAnswer":{"result":true,"details":"resource is
>> alive","wait":0}}] }
>> 2013-04-07 00:34:51,539 DEBUG [agent.transport.Request]
>> (AgentTaskPool-5:null) Seq 6-324993312: Received:  { Ans: , MgmtId: 1, 
>>via:
>> 6, Ver: v1, Flags: 10, { CheckHealthAnswer } }
>> 2013-04-07 00:34:51,539 DEBUG [agent.manager.AgentManagerImpl]
>> (AgentTaskPool-5:null) Details from executing class
>> com.cloud.agent.api.CheckHealthCommand: resource is alive
>> 2013-04-07 00:34:51,539 DEBUG [agent.manager.AgentManagerImpl]
>> (AgentTaskPool-5:null) agent (6) responded to checkHeathCommand, 
>>reporting
>> that agent is Up
>> 2013-04-07 00:34:51,539 INFO  [agent.manager.AgentManagerImpl]
>> (AgentTaskPool-5:null) The state determined is Up
>> 2013-04-07 00:34:51,539 INFO  [agent.manager.AgentManagerImpl]
>> (AgentTaskPool-5:null) Agent is determined to be up and running
>> 2013-04-07 00:34:51,539 DEBUG [cloud.host.Status] (AgentTaskPool-5:null)
>> Transition:[Resource state = Enabled, Agent event = Ping, Host id = 6, 
>>name
>> = Tut-XenServer]
>> 2013-04-07 00:34:51,542 DEBUG [cloud.host.Status] (AgentTaskPool-5:null)
>> Agent status update: [id = 6; name = Tut-XenServer; old status = Up; 
>>event
>> = Ping; new status = Up; old update count = 311; new update count = 312]
>> 2013-04-07 00:34:54,349 INFO  [cloud.vm.UserVmManagerImpl]
>> (UserVm-Scavenger-1:null) Found 1 vms to expunge.
>> 2013-04-07 00:34:54,349 DEBUG [cloud.vm.VirtualMachineManagerImpl]
>> (UserVm-Scavenger-1:null) Stopped called on
>> VM[User|a30b991d-1c38-4bae-803f-ab3be57a384f] but the state is Error
>> 2013-04-07 00:34:54,352 DEBUG [cloud.capacity.CapacityManagerImpl]
>> (UserVm-Scavenger-1:null) VM state transitted from :Error to Expunging 
>>with
>> event: ExpungeOperationvm's original host id: null new host id: null 
>>host
>> id before state transition: null
>> 2013-04-07 00:34:54,352 DEBUG [cloud.vm.VirtualMachineManagerImpl]
>> (UserVm-Scavenger-1:null) Destroying vm
>> VM[User|a30b991d-1c38-4bae-803f-ab3be57a384f]
>> 2013-04-07 00:34:54,352 DEBUG [cloud.vm.VirtualMachineManagerImpl]
>> (UserVm-Scavenger-1:null) Cleaning up NICS
>> 2013-04-07 00:34:54,352 DEBUG [cloud.network.NetworkManagerImpl]
>> (UserVm-Scavenger-1:null) Cleaning network for vm: 14
>> 2013-04-07 00:34:54,360 DEBUG [network.guru.DirectNetworkGuru]
>> (UserVm-Scavenger-1:null) Deallocate network: networkId: 204, ip: null
>> 2013-04-07 00:34:54,362 DEBUG [cloud.network.NetworkManagerImpl]
>> (UserVm-Scavenger-1:null) Removed nic id=20
>> 2013-04-07 00:34:54,362 DEBUG [cloud.storage.StorageManagerImpl]
>> (UserVm-Scavenger-1:null) Cleaning storage for vm: 14
>> 2013-04-07 00:34:54,363 DEBUG [cloud.storage.StorageManagerImpl]
>> (UserVm-Scavenger-1:null) Expunging Vol[14|vm=14|ROOT]
>> 2013-04-07 00:34:54,365 DEBUG [cloud.storage.StorageManagerImpl]
>> (UserVm-Scavenger-1:null) Marking volume that was never created as
>> destroyed: Vol[14|vm=14|ROOT]
>> 2013-04-07 00:34:54,368 DEBUG [cloud.vm.VirtualMachineManagerImpl]
>> (UserVm-Scavenger-1:null) Expunged
>> VM[User|a30b991d-1c38-4bae-803f-ab3be57a384f]
>> 2013-04-07 00:34:54,368 DEBUG [cloud.vm.UserVmManagerImpl]
>> (UserVm-Scavenger-1:null) Starting cleaning up vm
>> VM[User|a30b991d-1c38-4bae-803f-ab3be57a384f] resources...
>> 2013-04-07 00:34:54,371 INFO  
>>[network.security.SecurityGroupManagerImpl]
>> (UserVm-Scavenger-1:null) Disassociated 1 network groups  from uservm 14
>> 2013-04-07 00:34:54,372 DEBUG 
>>[network.security.SecurityGroupManagerImpl]
>> (UserVm-Scavenger-1:null) Security group mappings are removed 
>>successfully
>> for vm id=14
>> 2013-04-07 00:34:54,376 DEBUG [network.firewall.FirewallManagerImpl]
>> (UserVm-Scavenger-1:null) No firewall rules are found for vm id=14
>> 2013-04-07 00:34:54,376 DEBUG [cloud.vm.UserVmManagerImpl]
>> (UserVm-Scavenger-1:null) Firewall rules are removed successfully as a 
>>part
>> of vm id=14 expunge
>> 2013-04-07 00:34:54,378 DEBUG [network.rules.RulesManagerImpl]
>> (UserVm-Scavenger-1:null) No port forwarding rules are found for vm 
>>id=14
>> 2013-04-07 00:34:54,378 DEBUG [cloud.vm.UserVmManagerImpl]
>> (UserVm-Scavenger-1:null) Port forwarding rules are removed 
>>successfully as
>> a part of vm id=14 expunge
>> 2013-04-07 00:34:54,379 DEBUG [cloud.vm.UserVmManagerImpl]
>> (UserVm-Scavenger-1:null) Removed vm id=14 from all load balancers as a
>> part of expunge process
>> 2013-04-07 00:34:54,379 DEBUG [cloud.vm.UserVmManagerImpl]
>> (UserVm-Scavenger-1:null) Successfully cleaned up vm
>> VM[User|a30b991d-1c38-4bae-803f-ab3be57a384f] resources as a part of
>> expunge process
>> 2013-04-07 00:34:54,873 DEBUG [cloud.api.ApiServlet]
>> (1161145101@qtp-1008805148-33:null) ===START===  127.0.0.1 -- GET
>>  
>>command=listVirtualMachines&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRR
>>fl8GoVA%3D&listAll=true&page=1&pagesize=20&_=1365316494871
>> 2013-04-07 00:34:54,891 DEBUG [cloud.api.ApiServlet]
>> (1161145101@qtp-1008805148-33:null) ===END===  127.0.0.1 -- GET
>>  
>>command=listVirtualMachines&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRR
>>fl8GoVA%3D&listAll=true&page=1&pagesize=20&_=1365316494871
>> 2013-04-07 00:34:57,672 DEBUG [cloud.api.ApiServlet]
>> (1161145101@qtp-1008805148-33:null) ===START===  127.0.0.1 -- GET
>>  
>>command=listZones&id=3a62dec3-cf95-4ba2-9af0-af2190af35e3&response=json&s
>>essionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316497670
>> 2013-04-07 00:34:57,679 DEBUG [cloud.api.ApiServlet]
>> (1161145101@qtp-1008805148-33:null) ===END===  127.0.0.1 -- GET
>>  
>>command=listZones&id=3a62dec3-cf95-4ba2-9af0-af2190af35e3&response=json&s
>>essionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316497670
>> 2013-04-07 00:34:57,683 DEBUG [cloud.api.ApiServlet]
>> (1161145101@qtp-1008805148-33:null) ===START===  127.0.0.1 -- GET
>>  
>>command=listNetworks&id=9d28211f-440e-4233-86d1-214b404074eb&response=jso
>>n&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316497681
>> 2013-04-07 00:34:57,708 DEBUG [cloud.api.ApiServlet]
>> (1161145101@qtp-1008805148-33:null) ===END===  127.0.0.1 -- GET
>>  
>>command=listNetworks&id=9d28211f-440e-4233-86d1-214b404074eb&response=jso
>>n&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316497681
>> 2013-04-07 00:34:57,714 DEBUG [cloud.api.ApiServlet]
>> (1161145101@qtp-1008805148-33:null) ===START===  127.0.0.1 -- GET
>>  
>>command=listVirtualMachines&id=94ddc16f-04fc-4da1-8326-01d8d5cdeb44&respo
>>nse=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316497712
>> 2013-04-07 00:34:57,731 DEBUG [cloud.api.ApiServlet]
>> (1161145101@qtp-1008805148-33:null) ===END===  127.0.0.1 -- GET
>>  
>>command=listVirtualMachines&id=94ddc16f-04fc-4da1-8326-01d8d5cdeb44&respo
>>nse=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316497712
>> 2013-04-07 00:34:57,738 DEBUG [cloud.api.ApiServlet]
>> (1161145101@qtp-1008805148-33:null) ===START===  127.0.0.1 -- GET
>>  
>>command=listOsTypes&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%
>>3D&_=1365316497736
>> 2013-04-07 00:34:57,754 DEBUG [cloud.api.ApiServlet]
>> (1109449945@qtp-1008805148-34:null) ===START===  127.0.0.1 -- GET
>>  
>>command=listTags&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&
>>resourceId=94ddc16f-04fc-4da1-8326-01d8d5cdeb44&resourceType=UserVm&listA
>>ll=true&_=1365316497750
>> 2013-04-07 00:34:57,763 DEBUG [cloud.api.ApiServlet]
>> (1109449945@qtp-1008805148-34:null) ===END===  127.0.0.1 -- GET
>>  
>>command=listTags&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&
>>resourceId=94ddc16f-04fc-4da1-8326-01d8d5cdeb44&resourceType=UserVm&listA
>>ll=true&_=1365316497750
>> 2013-04-07 00:34:57,889 DEBUG [cloud.api.ApiServlet]
>> (1161145101@qtp-1008805148-33:null) ===END===  127.0.0.1 -- GET
>>  
>>command=listOsTypes&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%
>>3D&_=1365316497736
>> 2013-04-07 00:35:01,051 DEBUG [cloud.api.ApiServlet]
>> (1109449945@qtp-1008805148-34:null) ===START===  127.0.0.1 -- GET
>>  
>>command=listServiceOfferings&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnR
>>Rfl8GoVA%3D&listAll=true&page=1&pagesize=20&issystem=false&_=136531650104
>>7
>> 2013-04-07 00:35:01,064 DEBUG [cloud.api.ApiServlet]
>> (1109449945@qtp-1008805148-34:null) ===END===  127.0.0.1 -- GET
>>  
>>command=listServiceOfferings&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnR
>>Rfl8GoVA%3D&listAll=true&page=1&pagesize=20&issystem=false&_=136531650104
>>7
>> 2013-04-07 00:35:03,427 DEBUG [cloud.api.ApiServlet]
>> (1109449945@qtp-1008805148-34:null) ===START===  127.0.0.1 -- GET
>>  
>>command=listServiceOfferings&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnR
>>Rfl8GoVA%3D&issystem=false&id=425cf3cf-4bc4-4e53-82a0-ba6c20dd3688&_=1365
>>316503425
>> 2013-04-07 00:35:03,439 DEBUG [cloud.api.ApiServlet]
>> (1109449945@qtp-1008805148-34:null) ===END===  127.0.0.1 -- GET
>>  
>>command=listServiceOfferings&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnR
>>Rfl8GoVA%3D&issystem=false&id=425cf3cf-4bc4-4e53-82a0-ba6c20dd3688&_=1365
>>316503425
>> 2013-04-07 00:35:04,848 DEBUG [agent.manager.DirectAgentAttache]
>> (DirectAgent-349:null) Ping from 6
>> 2013-04-07 00:35:06,206 DEBUG [agent.manager.DirectAgentAttache]
>> (DirectAgent-292:null) Ping from 5
>> 2013-04-07 00:35:06,909 DEBUG [agent.manager.DirectAgentAttache]
>> (DirectAgent-334:null) Seq 6-324993028: Executing request
>> 2013-04-07 00:35:07,112 DEBUG [agent.manager.DirectAgentAttache]
>> (DirectAgent-334:null) Seq 6-324993028: Response Received:
>> 2013-04-07 00:35:07,112 DEBUG [agent.transport.Request]
>> (DirectAgent-334:null) Seq 6-324993028: Processing:  { Ans: , MgmtId: 1,
>> via: 6, Ver: v1, Flags: 10,
>> 
>>[{"ClusterSyncAnswer":{"_clusterId":2,"_newStates":{},"_isExecuted":false
>>,"result":true,"wait":0}}]
>> }
>> 2013-04-07 00:35:08,821 DEBUG [cloud.api.ApiServlet]
>> (1109449945@qtp-1008805148-34:null) ===START===  127.0.0.1 -- GET
>>  
>>command=listConfigurations&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRf
>>l8GoVA%3D&page=1&pagesize=20&_=1365316508819
>> 2013-04-07 00:35:08,845 DEBUG [cloud.api.ApiServlet]
>> (1109449945@qtp-1008805148-34:null) ===END===  127.0.0.1 -- GET
>>  
>>command=listConfigurations&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRf
>>l8GoVA%3D&page=1&pagesize=20&_=1365316508819
>> 2013-04-07 00:35:10,407 DEBUG [cloud.api.ApiServlet]
>> (1109449945@qtp-1008805148-34:null) ===START===  127.0.0.1 -- GET
>>  
>>command=listZones&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D
>>&_=1365316510405
>> 2013-04-07 00:35:10,416 DEBUG [cloud.api.ApiServlet]
>> (1109449945@qtp-1008805148-34:null) ===END===  127.0.0.1 -- GET
>>  
>>command=listZones&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D
>>&_=1365316510405
>> 2013-04-07 00:35:10,429 DEBUG [cloud.api.ApiServlet]
>> (1109449945@qtp-1008805148-34:null) ===START===  127.0.0.1 -- GET
>>  
>>command=listPods&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&
>>page=1&pagesize=1&_=1365316510426
>> 2013-04-07 00:35:10,436 DEBUG [cloud.api.ApiServlet]
>> (1109449945@qtp-1008805148-34:null) ===END===  127.0.0.1 -- GET
>>  
>>command=listPods&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&
>>page=1&pagesize=1&_=1365316510426
>> 2013-04-07 00:35:10,440 DEBUG [cloud.api.ApiServlet]
>> (1109449945@qtp-1008805148-34:null) ===START===  127.0.0.1 -- GET
>>  
>>command=listClusters&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA
>>%3D&page=1&pagesize=1&_=1365316510438
>> 2013-04-07 00:35:10,448 DEBUG [cloud.api.ApiServlet]
>> (1109449945@qtp-1008805148-34:null) ===END===  127.0.0.1 -- GET
>>  
>>command=listClusters&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA
>>%3D&page=1&pagesize=1&_=1365316510438
>> 2013-04-07 00:35:10,451 DEBUG [cloud.api.ApiServlet]
>> (1109449945@qtp-1008805148-34:null) ===START===  127.0.0.1 -- GET
>>  
>>command=listHosts&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D
>>&type=routing&page=1&pagesize=1&_=1365316510449
>> 2013-04-07 00:35:10,456 DEBUG [api.query.QueryManagerImpl]
>> (1109449945@qtp-1008805148-34:null) >>>Searching for hosts>>>
>> 2013-04-07 00:35:10,461 DEBUG [api.query.QueryManagerImpl]
>> (1109449945@qtp-1008805148-34:null) >>>Generating Response>>>
>> 2013-04-07 00:35:10,466 DEBUG [cloud.api.ApiServlet]
>> (1109449945@qtp-1008805148-34:null) ===END===  127.0.0.1 -- GET
>>  
>>command=listHosts&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D
>>&type=routing&page=1&pagesize=1&_=1365316510449
>> 2013-04-07 00:35:10,470 DEBUG [cloud.api.ApiServlet]
>> (1109449945@qtp-1008805148-34:null) ===START===  127.0.0.1 -- GET
>>  
>>command=listStoragePools&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8
>>GoVA%3D&page=1&pagesize=1&_=1365316510468
>> 2013-04-07 00:35:10,479 DEBUG [cloud.api.ApiServlet]
>> (1109449945@qtp-1008805148-34:null) ===END===  127.0.0.1 -- GET
>>  
>>command=listStoragePools&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8
>>GoVA%3D&page=1&pagesize=1&_=1365316510468
>> 2013-04-07 00:35:10,483 DEBUG [cloud.api.ApiServlet]
>> (1109449945@qtp-1008805148-34:null) ===START===  127.0.0.1 -- GET
>>  
>>command=listHosts&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D
>>&type=SecondaryStorage&page=1&pagesize=1&_=1365316510481
>> 2013-04-07 00:35:10,488 DEBUG [api.query.QueryManagerImpl]
>> (1109449945@qtp-1008805148-34:null) >>>Searching for hosts>>>
>> 2013-04-07 00:35:10,493 DEBUG [api.query.QueryManagerImpl]
>> (1109449945@qtp-1008805148-34:null) >>>Generating Response>>>
>> 2013-04-07 00:35:10,494 DEBUG [cloud.api.ApiServlet]
>> (1109449945@qtp-1008805148-34:null) ===END===  127.0.0.1 -- GET
>>  
>>command=listHosts&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D
>>&type=SecondaryStorage&page=1&pagesize=1&_=1365316510481
>> 2013-04-07 00:35:10,500 DEBUG [cloud.api.ApiServlet]
>> (1109449945@qtp-1008805148-34:null) ===START===  127.0.0.1 -- GET
>>  
>>command=listSystemVms&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoV
>>A%3D&page=1&pagesize=1&_=1365316510496
>> 2013-04-07 00:35:10,564 DEBUG [cloud.api.ApiServlet]
>> (1109449945@qtp-1008805148-34:null) ===END===  127.0.0.1 -- GET
>>  
>>command=listSystemVms&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoV
>>A%3D&page=1&pagesize=1&_=1365316510496
>> 2013-04-07 00:35:10,568 DEBUG [cloud.api.ApiServlet]
>> (1109449945@qtp-1008805148-34:null) ===START===  127.0.0.1 -- GET
>>  
>>command=listRouters&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%
>>3D&projectid=-1&page=1&pagesize=1&_=1365316510566
>> 2013-04-07 00:35:10,576 DEBUG [cloud.api.ApiServlet]
>> (1109449945@qtp-1008805148-34:null) ===END===  127.0.0.1 -- GET
>>  
>>command=listRouters&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%
>>3D&projectid=-1&page=1&pagesize=1&_=1365316510566
>> 2013-04-07 00:35:10,579 DEBUG [cloud.api.ApiServlet]
>> (1109449945@qtp-1008805148-34:null) ===START===  127.0.0.1 -- GET
>>  
>>command=listRouters&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%
>>3D&listAll=true&page=1&pagesize=1&_=1365316510577
>> 2013-04-07 00:35:10,591 DEBUG [cloud.api.ApiServlet]
>> (1109449945@qtp-1008805148-34:null) ===END===  127.0.0.1 -- GET
>>  
>>command=listRouters&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%
>>3D&listAll=true&page=1&pagesize=1&_=1365316510577
>> 2013-04-07 00:35:10,595 DEBUG [cloud.api.ApiServlet]
>> (1109449945@qtp-1008805148-34:null) ===START===  127.0.0.1 -- GET
>>  
>>command=listCapacity&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA
>>%3D&_=1365316510593
>> 2013-04-07 00:35:10,609 DEBUG [cloud.api.ApiServlet]
>> (1109449945@qtp-1008805148-34:null) ===END===  127.0.0.1 -- GET
>>  
>>command=listCapacity&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA
>>%3D&_=1365316510593
>> 2013-04-07 00:35:11,022 DEBUG [agent.manager.DirectAgentAttache]
>> (DirectAgent-298:null) Seq 5-614334468: Executing request
>> 2013-04-07 00:35:11,171 DEBUG [agent.manager.DirectAgentAttache]
>> (DirectAgent-298:null) Seq 5-614334468: Response Received:
>> 2013-04-07 00:35:11,172 DEBUG [agent.transport.Request]
>> (DirectAgent-298:null) Seq 5-614334468: Processing:  { Ans: , MgmtId: 1,
>> via: 5, Ver: v1, Flags: 10, [{"Answer":{"result":true,"wait":0}}] }
>> 2013-04-07 00:35:12,493 DEBUG [cloud.api.ApiServlet]
>> (1109449945@qtp-1008805148-34:null) ===START===  127.0.0.1 -- GET
>>  
>>command=listStoragePools&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8
>>GoVA%3D&page=1&pageSize=20&listAll=true&_=1365316512490
>> 2013-04-07 00:35:12,508 DEBUG [cloud.api.ApiServlet]
>> (1109449945@qtp-1008805148-34:null) ===END===  127.0.0.1 -- GET
>>  
>>command=listStoragePools&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8
>>GoVA%3D&page=1&pageSize=20&listAll=true&_=1365316512490
>> 2013-04-07 00:35:18,008 DEBUG [cloud.api.ApiServlet]
>> (1109449945@qtp-1008805148-34:null) ===START===  127.0.0.1 -- GET
>>  
>>command=listZones&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D
>>&id=3a62dec3-cf95-4ba2-9af0-af2190af35e3&_=1365316518006
>> 2013-04-07 00:35:18,016 DEBUG [cloud.api.ApiServlet]
>> (1109449945@qtp-1008805148-34:null) ===END===  127.0.0.1 -- GET
>>  
>>command=listZones&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D
>>&id=3a62dec3-cf95-4ba2-9af0-af2190af35e3&_=1365316518006
>> 2013-04-07 00:35:18,022 DEBUG [cloud.api.ApiServlet]
>> (1109449945@qtp-1008805148-34:null) ===START===  127.0.0.1 -- GET
>>  
>>command=listStoragePools&id=iSCSI_SR_4&response=json&sessionkey=Z6QqzU0Fq
>>1iT13bMgnRRfl8GoVA%3D&_=1365316518019
>> 2013-04-07 00:35:18,036 DEBUG [cloud.api.ApiServlet]
>> (1109449945@qtp-1008805148-34:null) ===END===  127.0.0.1 -- GET
>>  
>>command=listStoragePools&id=iSCSI_SR_4&response=json&sessionkey=Z6QqzU0Fq
>>1iT13bMgnRRfl8GoVA%3D&_=1365316518019
>> 2013-04-07 00:35:20,457 DEBUG
>> [storage.secondary.SecondaryStorageManagerImpl] (secstorage-1:null) 
>>Zone 1
>> is ready to launch secondary storage VM
>> 2013-04-07 00:35:20,560 DEBUG 
>>[cloud.consoleproxy.ConsoleProxyManagerImpl]
>> (consoleproxy-1:null) Zone 1 is ready to launch console proxy
>> 2013-04-07 00:35:20,820 DEBUG
>> [network.router.VirtualNetworkApplianceManagerImpl]
>> (RouterStatusMonitor-1:null) Found 0 routers to update status.
>> 2013-04-07 00:35:20,821 DEBUG
>> [network.router.VirtualNetworkApplianceManagerImpl]
>> (RouterStatusMonitor-1:null) Found 0 networks to update RvR status.
>> 2013-04-07 00:35:20,850 DEBUG
>> [network.router.VirtualNetworkApplianceManagerImpl]
>> (RouterStatusMonitor-1:null) Found 0 routers to update status.
>> 2013-04-07 00:35:20,851 DEBUG
>> [network.router.VirtualNetworkApplianceManagerImpl]
>> (RouterStatusMonitor-1:null) Found 0 networks to update RvR status.
>> 2013-04-07 00:35:23,644 DEBUG [cloud.api.ApiServlet]
>> (1109449945@qtp-1008805148-34:null) ===START===  127.0.0.1 -- GET
>>  
>>command=listZones&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D
>>&id=3a62dec3-cf95-4ba2-9af0-af2190af35e3&_=1365316523642
>> 2013-04-07 00:35:23,652 DEBUG [cloud.api.ApiServlet]
>> (1109449945@qtp-1008805148-34:null) ===END===  127.0.0.1 -- GET
>>  
>>command=listZones&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D
>>&id=3a62dec3-cf95-4ba2-9af0-af2190af35e3&_=1365316523642
>> 2013-04-07 00:35:23,657 DEBUG [cloud.api.ApiServlet]
>> (1109449945@qtp-1008805148-34:null) ===START===  127.0.0.1 -- GET
>>  
>>command=listStoragePools&id=iSCSI_SR_3&response=json&sessionkey=Z6QqzU0Fq
>>1iT13bMgnRRfl8GoVA%3D&_=1365316523655
>> 2013-04-07 00:35:23,670 DEBUG [cloud.api.ApiServlet]
>> (1109449945@qtp-1008805148-34:null) ===END===  127.0.0.1 -- GET
>>  
>>command=listStoragePools&id=iSCSI_SR_3&response=json&sessionkey=Z6QqzU0Fq
>>1iT13bMgnRRfl8GoVA%3D&_=1365316523655
>> 2013-04-07 00:35:24,890 DEBUG [agent.manager.AgentManagerImpl]
>> (AgentManager-Handler-2:null) Ping from 4
>> 2013-04-07 00:35:25,447 DEBUG [cloud.api.ApiServlet]
>> (1109449945@qtp-1008805148-34:null) ===START===  127.0.0.1 -- GET
>>  
>>command=listZones&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D
>>&_=1365316525443
>> 2013-04-07 00:35:25,456 DEBUG [cloud.api.ApiServlet]
>> (1109449945@qtp-1008805148-34:null) ===END===  127.0.0.1 -- GET
>>  
>>command=listZones&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D
>>&_=1365316525443
>> 2013-04-07 00:35:25,467 DEBUG [cloud.api.ApiServlet]
>> (1109449945@qtp-1008805148-34:null) ===START===  127.0.0.1 -- GET
>>  
>>command=listPods&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&
>>page=1&pagesize=1&_=1365316525465
>> 2013-04-07 00:35:25,474 DEBUG [cloud.api.ApiServlet]
>> (1109449945@qtp-1008805148-34:null) ===END===  127.0.0.1 -- GET
>>  
>>command=listPods&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&
>>page=1&pagesize=1&_=1365316525465
>> 2013-04-07 00:35:25,477 DEBUG [cloud.api.ApiServlet]
>> (1109449945@qtp-1008805148-34:null) ===START===  127.0.0.1 -- GET
>>  
>>command=listClusters&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA
>>%3D&page=1&pagesize=1&_=1365316525475
>> 2013-04-07 00:35:25,485 DEBUG [cloud.api.ApiServlet]
>> (1109449945@qtp-1008805148-34:null) ===END===  127.0.0.1 -- GET
>>  
>>command=listClusters&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA
>>%3D&page=1&pagesize=1&_=1365316525475
>> 2013-04-07 00:35:25,488 DEBUG [cloud.api.ApiServlet]
>> (1109449945@qtp-1008805148-34:null) ===START===  127.0.0.1 -- GET
>>  
>>command=listHosts&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D
>>&type=routing&page=1&pagesize=1&_=1365316525486
>> 2013-04-07 00:35:25,493 DEBUG [api.query.QueryManagerImpl]
>> (1109449945@qtp-1008805148-34:null) >>>Searching for hosts>>>
>> 2013-04-07 00:35:25,498 DEBUG [api.query.QueryManagerImpl]
>> (1109449945@qtp-1008805148-34:null) >>>Generating Response>>>
>> 2013-04-07 00:35:25,504 DEBUG [cloud.api.ApiServlet]
>> (1109449945@qtp-1008805148-34:null) ===END===  127.0.0.1 -- GET
>>  
>>command=listHosts&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D
>>&type=routing&page=1&pagesize=1&_=1365316525486
>> 2013-04-07 00:35:25,507 DEBUG [cloud.api.ApiServlet]
>> (1109449945@qtp-1008805148-34:null) ===START===  127.0.0.1 -- GET
>>  
>>command=listStoragePools&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8
>>GoVA%3D&page=1&pagesize=1&_=1365316525505
>> 2013-04-07 00:35:25,517 DEBUG [cloud.api.ApiServlet]
>> (1109449945@qtp-1008805148-34:null) ===END===  127.0.0.1 -- GET
>>  
>>command=listStoragePools&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8
>>GoVA%3D&page=1&pagesize=1&_=1365316525505
>> 2013-04-07 00:35:25,522 DEBUG [cloud.api.ApiServlet]
>> (1109449945@qtp-1008805148-34:null) ===START===  127.0.0.1 -- GET
>>  
>>command=listHosts&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D
>>&type=SecondaryStorage&page=1&pagesize=1&_=1365316525519
>> 2013-04-07 00:35:25,526 DEBUG [api.query.QueryManagerImpl]
>> (1109449945@qtp-1008805148-34:null) >>>Searching for hosts>>>
>> 2013-04-07 00:35:25,531 DEBUG [api.query.QueryManagerImpl]
>> (1109449945@qtp-1008805148-34:null) >>>Generating Response>>>
>> 2013-04-07 00:35:25,533 DEBUG [cloud.api.ApiServlet]
>> (1109449945@qtp-1008805148-34:null) ===END===  127.0.0.1 -- GET
>>  
>>command=listHosts&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D
>>&type=SecondaryStorage&page=1&pagesize=1&_=1365316525519
>> 2013-04-07 00:35:25,536 DEBUG [cloud.api.ApiServlet]
>> (1109449945@qtp-1008805148-34:null) ===START===  127.0.0.1 -- GET
>>  
>>command=listSystemVms&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoV
>>A%3D&page=1&pagesize=1&_=1365316525534
>> 2013-04-07 00:35:25,591 DEBUG [cloud.api.ApiServlet]
>> (1109449945@qtp-1008805148-34:null) ===END===  127.0.0.1 -- GET
>>  
>>command=listSystemVms&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoV
>>A%3D&page=1&pagesize=1&_=1365316525534
>> 2013-04-07 00:35:25,595 DEBUG [cloud.api.ApiServlet]
>> (1109449945@qtp-1008805148-34:null) ===START===  127.0.0.1 -- GET
>>  
>>command=listRouters&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%
>>3D&projectid=-1&page=1&pagesize=1&_=1365316525593
>> 2013-04-07 00:35:25,603 DEBUG [cloud.api.ApiServlet]
>> (1109449945@qtp-1008805148-34:null) ===END===  127.0.0.1 -- GET
>>  
>>command=listRouters&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%
>>3D&projectid=-1&page=1&pagesize=1&_=1365316525593
>> 2013-04-07 00:35:25,606 DEBUG [cloud.api.ApiServlet]
>> (1109449945@qtp-1008805148-34:null) ===START===  127.0.0.1 -- GET
>>  
>>command=listRouters&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%
>>3D&listAll=true&page=1&pagesize=1&_=1365316525604
>> 2013-04-07 00:35:25,617 DEBUG [cloud.api.ApiServlet]
>> (1109449945@qtp-1008805148-34:null) ===END===  127.0.0.1 -- GET
>>  
>>command=listRouters&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%
>>3D&listAll=true&page=1&pagesize=1&_=1365316525604
>> 2013-04-07 00:35:25,621 DEBUG [cloud.api.ApiServlet]
>> (1109449945@qtp-1008805148-34:null) ===START===  127.0.0.1 -- GET
>>  
>>command=listCapacity&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA
>>%3D&_=1365316525619
>> 2013-04-07 00:35:25,634 DEBUG [cloud.api.ApiServlet]
>> (1109449945@qtp-1008805148-34:null) ===END===  127.0.0.1 -- GET
>>  
>>command=listCapacity&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA
>>%3D&_=1365316525619
>> 2013-04-07 00:35:27,158 DEBUG [agent.manager.DirectAgentAttache]
>> (DirectAgent-276:null) Ping from 1
>> 2013-04-07 00:35:29,095 DEBUG [agent.manager.DirectAgentAttache]
>> (DirectAgent-139:null) Seq 1-90046472: Executing request
>> 2013-04-07 00:35:29,302 DEBUG [agent.manager.DirectAgentAttache]
>> (DirectAgent-139:null) Seq 1-90046472: Response Received:
>> 2013-04-07 00:35:29,303 DEBUG [agent.transport.Request]
>> (DirectAgent-139:null) Seq 1-90046472: Processing:  { Ans: , MgmtId: 1,
>> via: 1, Ver: v1, Flags: 10,
>> 
>>[{"ClusterSyncAnswer":{"_clusterId":1,"_newStates":{},"_isExecuted":false
>>,"result":true,"wait":0}}]
>> }
>> 2013-04-07 00:35:31,624 DEBUG [cloud.api.ApiServlet]
>> (1109449945@qtp-1008805148-34:null) ===START===  127.0.0.1 -- GET
>>  
>>command=listVirtualMachines&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRR
>>fl8GoVA%3D&listAll=true&page=1&pagesize=20&_=1365316531622
>> 2013-04-07 00:35:31,644 DEBUG [cloud.api.ApiServlet]
>> (1109449945@qtp-1008805148-34:null) ===END===  127.0.0.1 -- GET
>>  
>>command=listVirtualMachines&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRR
>>fl8GoVA%3D&listAll=true&page=1&pagesize=20&_=1365316531622
>> 2013-04-07 00:35:32,710 DEBUG [cloud.api.ApiServlet]
>> (1109449945@qtp-1008805148-34:null) ===START===  127.0.0.1 -- GET
>>  
>>command=listVolumes&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%
>>3D&listAll=true&page=1&pagesize=20&_=1365316532708
>> 2013-04-07 00:35:32,724 DEBUG [cloud.api.ApiServlet]
>> (1109449945@qtp-1008805148-34:null) ===END===  127.0.0.1 -- GET
>>  
>>command=listVolumes&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%
>>3D&listAll=true&page=1&pagesize=20&_=1365316532708
>> 2013-04-07 00:35:33,917 DEBUG [cloud.api.ApiServlet]
>> (1109449945@qtp-1008805148-34:null) ===START===  127.0.0.1 -- GET
>>  
>>command=listVirtualMachines&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRR
>>fl8GoVA%3D&listAll=true&page=1&pagesize=20&_=1365316533915
>> 2013-04-07 00:35:33,935 DEBUG [cloud.api.ApiServlet]
>> (1109449945@qtp-1008805148-34:null) ===END===  127.0.0.1 -- GET
>>  
>>command=listVirtualMachines&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRR
>>fl8GoVA%3D&listAll=true&page=1&pagesize=20&_=1365316533915
>> 2013-04-07 00:35:35,668 DEBUG [cloud.api.ApiServlet]
>> (1109449945@qtp-1008805148-34:null) ===START===  127.0.0.1 -- GET
>>  
>>command=listVirtualMachines&id=c18ddf7c-fc61-40b0-af75-fdef05f8eae6&respo
>>nse=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316535666
>> 2013-04-07 00:35:35,689 DEBUG [cloud.api.ApiServlet]
>> (1109449945@qtp-1008805148-34:null) ===END===  127.0.0.1 -- GET
>>  
>>command=listVirtualMachines&id=c18ddf7c-fc61-40b0-af75-fdef05f8eae6&respo
>>nse=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316535666
>> 2013-04-07 00:35:35,695 DEBUG [cloud.api.ApiServlet]
>> (1109449945@qtp-1008805148-34:null) ===START===  127.0.0.1 -- GET
>>  
>>command=listOsTypes&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%
>>3D&_=1365316535693
>> 2013-04-07 00:35:35,873 DEBUG [cloud.api.ApiServlet]
>> (1109449945@qtp-1008805148-34:null) ===END===  127.0.0.1 -- GET
>>  
>>command=listOsTypes&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%
>>3D&_=1365316535693
>> 2013-04-07 00:35:39,081 DEBUG [cloud.api.ApiServlet]
>> (1109449945@qtp-1008805148-34:null) ===START===  127.0.0.1 -- GET
>>  
>>command=destroyVirtualMachine&id=c18ddf7c-fc61-40b0-af75-fdef05f8eae6&res
>>ponse=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316539079
>> 2013-04-07 00:35:39,103 DEBUG [cloud.async.AsyncJobManagerImpl]
>> (1109449945@qtp-1008805148-34:null) submit async job-45, details:
>> AsyncJobVO {id:45, userId: 2, accountId: 2, sessionKey: null, 
>>instanceType:
>> null, instanceId: 12, cmd:
>> org.apache.cloudstack.api.command.user.vm.DestroyVMCmd, cmdOriginator:
>> null, cmdInfo:
>> 
>>{"id":"c18ddf7c-fc61-40b0-af75-fdef05f8eae6","response":"json","sessionke
>>y":"Z6QqzU0Fq1iT13bMgnRRfl8GoVA\u003d","ctxUserId":"2","_":"1365316539079
>>","ctxAccountId":"2","ctxStartEventId":"50"},
>> cmdVersion: 0, callbackType: 0, callbackAddress: null, status: 0,
>> processStatus: 0, resultCode: 0, result: null, initMsid: 1, 
>>completeMsid:
>> null, lastUpdated: null, lastPolled: null, created: null}
>> 2013-04-07 00:35:39,104 DEBUG [cloud.async.AsyncJobManagerImpl]
>> (Job-Executor-38:job-45) Executing
>> org.apache.cloudstack.api.command.user.vm.DestroyVMCmd for job-45
>> 2013-04-07 00:35:39,105 DEBUG [cloud.api.ApiServlet]
>> (1109449945@qtp-1008805148-34:null) ===END===  127.0.0.1 -- GET
>>  
>>command=destroyVirtualMachine&id=c18ddf7c-fc61-40b0-af75-fdef05f8eae6&res
>>ponse=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316539079
>> 2013-04-07 00:35:39,119 DEBUG [cloud.vm.VirtualMachineManagerImpl]
>> (Job-Executor-38:job-45) Destroying vm
>> VM[User|c18ddf7c-fc61-40b0-af75-fdef05f8eae6]
>> 2013-04-07 00:35:39,123 DEBUG [cloud.capacity.CapacityManagerImpl]
>> (Job-Executor-38:job-45) VM state transitted from :Running to Stopping 
>>with
>> event: StopRequestedvm's original host id: 5 new host id: 5 host id 
>>before
>> state transition: 5
>> 2013-04-07 00:35:39,125 DEBUG [agent.transport.Request]
>> (Job-Executor-38:job-45) Seq 5-614334817: Sending  { Cmd , MgmtId: 1, 
>>via:
>> 5, Ver: v1, Flags: 100111,
>> [{"StopCommand":{"isProxy":false,"vmName":"i-2-12-VM","wait":0}}] }
>> 2013-04-07 00:35:39,125 DEBUG [agent.transport.Request]
>> (Job-Executor-38:job-45) Seq 5-614334817: Executing:  { Cmd , MgmtId: 1,
>> via: 5, Ver: v1, Flags: 100111,
>> [{"StopCommand":{"isProxy":false,"vmName":"i-2-12-VM","wait":0}}] }
>> 2013-04-07 00:35:39,125 DEBUG [agent.manager.DirectAgentAttache]
>> (DirectAgent-414:null) Seq 5-614334817: Executing request
>> 2013-04-07 00:35:39,289 DEBUG [xen.resource.CitrixResourceBase]
>> (DirectAgent-414:null) 9. The VM i-2-12-VM is in Stopping state
>> 2013-04-07 00:35:39,720 INFO  [xen.resource.CitrixResourceBase]
>> (DirectAgent-414:null) Removed  network rules for vm i-2-12-VM
>> 2013-04-07 00:35:42,113 DEBUG [cloud.api.ApiServlet]
>> (1109449945@qtp-1008805148-34:null) ===START===  127.0.0.1 -- GET
>>  
>>command=queryAsyncJobResult&jobId=1288fa5b-8b5f-4952-b056-b180437edfd5&re
>>sponse=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316542111
>> 2013-04-07 00:35:42,127 DEBUG [cloud.api.ApiServlet]
>> (1109449945@qtp-1008805148-34:null) ===END===  127.0.0.1 -- GET
>>  
>>command=queryAsyncJobResult&jobId=1288fa5b-8b5f-4952-b056-b180437edfd5&re
>>sponse=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316542111
>> 2013-04-07 00:35:45,114 DEBUG [cloud.api.ApiServlet]
>> (1109449945@qtp-1008805148-34:null) ===START===  127.0.0.1 -- GET
>>  
>>command=queryAsyncJobResult&jobId=1288fa5b-8b5f-4952-b056-b180437edfd5&re
>>sponse=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316545112
>> 2013-04-07 00:35:45,129 DEBUG [cloud.api.ApiServlet]
>> (1109449945@qtp-1008805148-34:null) ===END===  127.0.0.1 -- GET
>>  
>>command=queryAsyncJobResult&jobId=1288fa5b-8b5f-4952-b056-b180437edfd5&re
>>sponse=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316545112
>> 2013-04-07 00:35:47,682 DEBUG [agent.manager.AgentManagerImpl]
>> (AgentManager-Handler-3:null) Ping from 3
>> 2013-04-07 00:35:48,115 DEBUG [cloud.api.ApiServlet]
>> (1109449945@qtp-1008805148-34:null) ===START===  127.0.0.1 -- GET
>>  
>>command=queryAsyncJobResult&jobId=1288fa5b-8b5f-4952-b056-b180437edfd5&re
>>sponse=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316548112
>> 2013-04-07 00:35:48,133 DEBUG [cloud.api.ApiServlet]
>> (1109449945@qtp-1008805148-34:null) ===END===  127.0.0.1 -- GET
>>  
>>command=queryAsyncJobResult&jobId=1288fa5b-8b5f-4952-b056-b180437edfd5&re
>>sponse=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316548112
>> 2013-04-07 00:35:50,456 DEBUG
>> [storage.secondary.SecondaryStorageManagerImpl] (secstorage-1:null) 
>>Zone 1
>> is ready to launch secondary storage VM
>> 2013-04-07 00:35:50,564 DEBUG 
>>[cloud.consoleproxy.ConsoleProxyManagerImpl]
>> (consoleproxy-1:null) Zone 1 is ready to launch console proxy
>> 2013-04-07 00:35:50,819 DEBUG
>> [network.router.VirtualNetworkApplianceManagerImpl]
>> (RouterStatusMonitor-1:null) Found 0 routers to update status.
>> 2013-04-07 00:35:50,821 DEBUG
>> [network.router.VirtualNetworkApplianceManagerImpl]
>> (RouterStatusMonitor-1:null) Found 0 networks to update RvR status.
>> 2013-04-07 00:35:50,851 DEBUG
>> [network.router.VirtualNetworkApplianceManagerImpl]
>> (RouterStatusMonitor-1:null) Found 0 routers to update status.
>> 2013-04-07 00:35:50,852 DEBUG
>> [network.router.VirtualNetworkApplianceManagerImpl]
>> (RouterStatusMonitor-1:null) Found 0 networks to update RvR status.
>> 2013-04-07 00:35:51,117 DEBUG [cloud.api.ApiServlet]
>> (1109449945@qtp-1008805148-34:null) ===START===  127.0.0.1 -- GET
>>  
>>command=queryAsyncJobResult&jobId=1288fa5b-8b5f-4952-b056-b180437edfd5&re
>>sponse=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316551115
>> 2013-04-07 00:35:51,132 DEBUG [cloud.api.ApiServlet]
>> (1109449945@qtp-1008805148-34:null) ===END===  127.0.0.1 -- GET
>>  
>>command=queryAsyncJobResult&jobId=1288fa5b-8b5f-4952-b056-b180437edfd5&re
>>sponse=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316551115
>> 2013-04-07 00:35:51,242 DEBUG [xen.resource.CitrixResourceBase]
>> (DirectAgent-414:null) 10. The VM i-2-12-VM is in Stopped state
>> 2013-04-07 00:35:51,242 DEBUG [agent.manager.DirectAgentAttache]
>> (DirectAgent-414:null) Seq 5-614334817: Response Received:
>> 2013-04-07 00:35:51,243 DEBUG [agent.transport.Request]
>> (DirectAgent-414:null) Seq 5-614334817: Processing:  { Ans: , MgmtId: 1,
>> via: 5, Ver: v1, Flags: 110,
>> [{"StopAnswer":{"vncPort":0,"result":true,"details":"Stop VM i-2-12-VM
>> Succeed","wait":0}}] }
>> 2013-04-07 00:35:51,243 DEBUG [agent.transport.Request]
>> (Job-Executor-38:job-45) Seq 5-614334817: Received:  { Ans: , MgmtId: 1,
>> via: 5, Ver: v1, Flags: 110, { StopAnswer } }
>> 2013-04-07 00:35:51,243 DEBUG [agent.manager.AgentAttache]
>> (DirectAgent-414:null) Seq 5-614334817: No more commands found
>> 2013-04-07 00:35:51,244 DEBUG [cloud.vm.VirtualMachineManagerImpl]
>> (Job-Executor-38:job-45) VM[User|c18ddf7c-fc61-40b0-af75-fdef05f8eae6] 
>>is
>> stopped on the host.  Proceeding to release resource held.
>> 2013-04-07 00:35:51,251 DEBUG [cloud.network.NetworkManagerImpl]
>> (Job-Executor-38:job-45) Changing active number of nics for network 
>>id=204
>> on -1
>> 2013-04-07 00:35:51,252 DEBUG [cloud.network.NetworkManagerImpl]
>> (Job-Executor-38:job-45) Asking ElasticLoadBalancerElement to release
>> Nic[18-12-6416c373-20d8-4617-8dcb-30a8ff9d0f34-192.168.56.195]
>> 2013-04-07 00:35:51,252 DEBUG [cloud.network.NetworkManagerImpl]
>> (Job-Executor-38:job-45) Asking NiciraNvpElement to release
>> Nic[18-12-6416c373-20d8-4617-8dcb-30a8ff9d0f34-192.168.56.195]
>> 2013-04-07 00:35:51,252 DEBUG [network.element.NiciraNvpElement]
>> (Job-Executor-38:job-45) Checking if NiciraNvpElement can handle service
>> Connectivity on network guestNetworkForBasicZone
>> 2013-04-07 00:35:51,252 DEBUG [cloud.network.NetworkManagerImpl]
>> (Job-Executor-38:job-45) Asking BigSwitchVnsElement to release
>> Nic[18-12-6416c373-20d8-4617-8dcb-30a8ff9d0f34-192.168.56.195]
>> 2013-04-07 00:35:51,252 DEBUG [network.element.BigSwitchVnsElement]
>> (Job-Executor-38:job-45) Checking if BigSwitchVnsElement can handle 
>>service
>> Connectivity on network guestNetworkForBasicZone
>> 2013-04-07 00:35:51,252 DEBUG [cloud.network.NetworkManagerImpl]
>> (Job-Executor-38:job-45) Asking Ovs to release
>> Nic[18-12-6416c373-20d8-4617-8dcb-30a8ff9d0f34-192.168.56.195]
>> 2013-04-07 00:35:51,252 DEBUG [cloud.network.NetworkManagerImpl]
>> (Job-Executor-38:job-45) Asking BareMetalDhcp to release
>> Nic[18-12-6416c373-20d8-4617-8dcb-30a8ff9d0f34-192.168.56.195]
>> 2013-04-07 00:35:51,252 DEBUG [cloud.network.NetworkManagerImpl]
>> (Job-Executor-38:job-45) Asking BareMetalPxe to release
>> Nic[18-12-6416c373-20d8-4617-8dcb-30a8ff9d0f34-192.168.56.195]
>> 2013-04-07 00:35:51,252 DEBUG [cloud.network.NetworkManagerImpl]
>> (Job-Executor-38:job-45) Asking BareMetalUserdata to release
>> Nic[18-12-6416c373-20d8-4617-8dcb-30a8ff9d0f34-192.168.56.195]
>> 2013-04-07 00:35:51,252 DEBUG [cloud.network.NetworkManagerImpl]
>> (Job-Executor-38:job-45) Asking SecurityGroupProvider to release
>> Nic[18-12-6416c373-20d8-4617-8dcb-30a8ff9d0f34-192.168.56.195]
>> 2013-04-07 00:35:51,252 DEBUG [cloud.network.NetworkManagerImpl]
>> (Job-Executor-38:job-45) Asking VirtualRouter to release
>> Nic[18-12-6416c373-20d8-4617-8dcb-30a8ff9d0f34-192.168.56.195]
>> 2013-04-07 00:35:51,253 DEBUG [cloud.network.NetworkManagerImpl]
>> (Job-Executor-38:job-45) Asking VpcVirtualRouter to release
>> Nic[18-12-6416c373-20d8-4617-8dcb-30a8ff9d0f34-192.168.56.195]
>> 2013-04-07 00:35:51,253 DEBUG [cloud.network.NetworkManagerImpl]
>> (Job-Executor-38:job-45) Asking NiciraNvp to release
>> Nic[18-12-6416c373-20d8-4617-8dcb-30a8ff9d0f34-192.168.56.195]
>> 2013-04-07 00:35:51,253 DEBUG [network.element.NiciraNvpElement]
>> (Job-Executor-38:job-45) Checking if NiciraNvpElement can handle service
>> Connectivity on network guestNetworkForBasicZone
>> 2013-04-07 00:35:51,253 DEBUG [cloud.network.NetworkManagerImpl]
>> (Job-Executor-38:job-45) Asking JuniperSRX to release
>> Nic[18-12-6416c373-20d8-4617-8dcb-30a8ff9d0f34-192.168.56.195]
>> 2013-04-07 00:35:51,253 DEBUG [cloud.network.NetworkManagerImpl]
>> (Job-Executor-38:job-45) Asking Netscaler to release
>> Nic[18-12-6416c373-20d8-4617-8dcb-30a8ff9d0f34-192.168.56.195]
>> 2013-04-07 00:35:51,253 DEBUG [cloud.network.NetworkManagerImpl]
>> (Job-Executor-38:job-45) Asking F5BigIP to release
>> Nic[18-12-6416c373-20d8-4617-8dcb-30a8ff9d0f34-192.168.56.195]
>> 2013-04-07 00:35:51,253 DEBUG [cloud.network.NetworkManagerImpl]
>> (Job-Executor-38:job-45) Asking CiscoNexus1000vVSM to release
>> Nic[18-12-6416c373-20d8-4617-8dcb-30a8ff9d0f34-192.168.56.195]
>> 2013-04-07 00:35:51,253 DEBUG [cloud.vm.VirtualMachineManagerImpl]
>> (Job-Executor-38:job-45) Successfully released network resources for 
>>the vm
>> VM[User|c18ddf7c-fc61-40b0-af75-fdef05f8eae6]
>> 2013-04-07 00:35:51,253 DEBUG [cloud.vm.VirtualMachineManagerImpl]
>> (Job-Executor-38:job-45) Successfully released storage resources for 
>>the vm
>> VM[User|c18ddf7c-fc61-40b0-af75-fdef05f8eae6]
>> 2013-04-07 00:35:51,298 DEBUG [cloud.capacity.CapacityManagerImpl]
>> (Job-Executor-38:job-45) VM state transitted from :Stopping to Stopped 
>>with
>> event: OperationSucceededvm's original host id: 5 new host id: null 
>>host id
>> before state transition: 5
>> 2013-04-07 00:35:51,302 DEBUG [cloud.capacity.CapacityManagerImpl]
>> (Job-Executor-38:job-45) Hosts's actual total CPU: 2479 and CPU after
>> applying overprovisioning: 2479
>> 2013-04-07 00:35:51,303 DEBUG [cloud.capacity.CapacityManagerImpl]
>> (Job-Executor-38:job-45) release cpu from host: 5, old used: 
>>100,reserved:
>> 0, actual total: 2479, total with overprovisioning: 2479; new used:
>> 0,reserved:100; movedfromreserved: false,moveToReserveredtrue
>> 2013-04-07 00:35:51,303 DEBUG [cloud.capacity.CapacityManagerImpl]
>> (Job-Executor-38:job-45) release mem from host: 5, old used:
>> 1073741824,reserved: 0, total: 1671695424; new used: 
>>0,reserved:1073741824;
>> movedfromreserved: false,moveToReserveredtrue
>> 2013-04-07 00:35:51,308 DEBUG [cloud.capacity.CapacityManagerImpl]
>> (Job-Executor-38:job-45) VM state transitted from :Stopped to Destroyed
>> with event: DestroyRequestedvm's original host id: 5 new host id: null 
>>host
>> id before state transition: null
>> 2013-04-07 00:35:51,313 DEBUG [cloud.capacity.CapacityManagerImpl]
>> (Job-Executor-38:job-45) Hosts's actual total CPU: 2479 and CPU after
>> applying overprovisioning: 2479
>> 2013-04-07 00:35:51,313 DEBUG [cloud.capacity.CapacityManagerImpl]
>> (Job-Executor-38:job-45) release cpu from host: 5, old used: 0,reserved:
>> 100, actual total: 2479, total with overprovisioning: 2479; new used:
>> 0,reserved:0; movedfromreserved: true,moveToReserveredfalse
>> 2013-04-07 00:35:51,313 DEBUG [cloud.capacity.CapacityManagerImpl]
>> (Job-Executor-38:job-45) release mem from host: 5, old used: 0,reserved:
>> 1073741824, total: 1671695424; new used: 0,reserved:0; 
>>movedfromreserved:
>> true,moveToReserveredfalse
>> 2013-04-07 00:35:51,328 DEBUG [cloud.async.AsyncJobManagerImpl]
>> (Job-Executor-38:job-45) Complete async job-45, jobStatus: 1, 
>>resultCode:
>> 0, result: org.apache.cloudstack.api.response.UserVmResponse@324f6e41
>> 2013-04-07 00:35:51,332 DEBUG [cloud.async.AsyncJobManagerImpl]
>> (Job-Executor-38:job-45) Done executing
>> org.apache.cloudstack.api.command.user.vm.DestroyVMCmd for job-45
>> 2013-04-07 00:35:51,397 DEBUG [cloud.api.ApiServlet]
>> (1109449945@qtp-1008805148-34:null) ===START===  127.0.0.1 -- GET
>>  
>>command=listVirtualMachines&id=94ddc16f-04fc-4da1-8326-01d8d5cdeb44&respo
>>nse=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316551394
>> 2013-04-07 00:35:51,417 DEBUG [cloud.api.ApiServlet]
>> (1109449945@qtp-1008805148-34:null) ===END===  127.0.0.1 -- GET
>>  
>>command=listVirtualMachines&id=94ddc16f-04fc-4da1-8326-01d8d5cdeb44&respo
>>nse=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316551394
>> 2013-04-07 00:35:51,425 DEBUG [cloud.api.ApiServlet]
>> (1109449945@qtp-1008805148-34:null) ===START===  127.0.0.1 -- GET
>>  
>>command=listOsTypes&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%
>>3D&_=1365316551423
>> 2013-04-07 00:35:51,472 INFO  [agent.manager.AgentMonitor]
>> (Thread-11:null) Found the following agents behind on ping: [6, 5]
>> 2013-04-07 00:35:51,473 DEBUG [cloud.host.Status] (Thread-11:null) Ping
>> timeout for host 6, do invstigation
>> 2013-04-07 00:35:51,475 DEBUG [cloud.host.Status] (Thread-11:null) Ping
>> timeout for host 5, do invstigation
>> 2013-04-07 00:35:51,475 INFO  [agent.manager.AgentManagerImpl]
>> (AgentTaskPool-7:null) Investigating why host 6 has disconnected with 
>>event
>> PingTimeout
>> 2013-04-07 00:35:51,475 DEBUG [agent.manager.AgentManagerImpl]
>> (AgentTaskPool-7:null) checking if agent (6) is alive
>> 2013-04-07 00:35:51,478 INFO  [agent.manager.AgentManagerImpl]
>> (AgentTaskPool-8:null) Investigating why host 5 has disconnected with 
>>event
>> PingTimeout
>> 2013-04-07 00:35:51,478 DEBUG [agent.manager.AgentManagerImpl]
>> (AgentTaskPool-8:null) checking if agent (5) is alive
>> 2013-04-07 00:35:51,480 DEBUG [agent.transport.Request]
>> (AgentTaskPool-7:null) Seq 6-324993313: Sending  { Cmd , MgmtId: 1, 
>>via: 6,
>> Ver: v1, Flags: 100011, [{"CheckHealthCommand":{"wait":50}}] }
>> 2013-04-07 00:35:51,481 DEBUG [agent.transport.Request]
>> (AgentTaskPool-7:null) Seq 6-324993313: Executing:  { Cmd , MgmtId: 1, 
>>via:
>> 6, Ver: v1, Flags: 100011, [{"CheckHealthCommand":{"wait":50}}] }
>> 2013-04-07 00:35:51,481 DEBUG [agent.manager.DirectAgentAttache]
>> (DirectAgent-361:null) Seq 6-324993313: Executing request
>> 2013-04-07 00:35:51,488 DEBUG [agent.transport.Request]
>> (AgentTaskPool-8:null) Seq 5-614334818: Sending  { Cmd , MgmtId: 1, 
>>via: 5,
>> Ver: v1, Flags: 100011, [{"CheckHealthCommand":{"wait":50}}] }
>> 2013-04-07 00:35:51,489 DEBUG [agent.transport.Request]
>> (AgentTaskPool-8:null) Seq 5-614334818: Executing:  { Cmd , MgmtId: 1, 
>>via:
>> 5, Ver: v1, Flags: 100011, [{"CheckHealthCommand":{"wait":50}}] }
>> 2013-04-07 00:35:51,489 DEBUG [agent.manager.DirectAgentAttache]
>> (DirectAgent-290:null) Seq 5-614334818: Executing request
>> 2013-04-07 00:35:51,556 DEBUG [agent.manager.DirectAgentAttache]
>> (DirectAgent-290:null) Seq 5-614334818: Response Received:
>> 2013-04-07 00:35:51,557 DEBUG [agent.transport.Request]
>> (DirectAgent-290:null) Seq 5-614334818: Processing:  { Ans: , MgmtId: 1,
>> via: 5, Ver: v1, Flags: 10,
>> [{"CheckHealthAnswer":{"result":true,"details":"resource is
>> alive","wait":0}}] }
>> 2013-04-07 00:35:51,557 DEBUG [agent.transport.Request]
>> (AgentTaskPool-8:null) Seq 5-614334818: Received:  { Ans: , MgmtId: 1, 
>>via:
>> 5, Ver: v1, Flags: 10, { CheckHealthAnswer } }
>> 2013-04-07 00:35:51,557 DEBUG [agent.manager.AgentManagerImpl]
>> (AgentTaskPool-8:null) Details from executing class
>> com.cloud.agent.api.CheckHealthCommand: resource is alive
>> 2013-04-07 00:35:51,557 DEBUG [agent.manager.AgentManagerImpl]
>> (AgentTaskPool-8:null) agent (5) responded to checkHeathCommand, 
>>reporting
>> that agent is Up
>> 2013-04-07 00:35:51,557 INFO  [agent.manager.AgentManagerImpl]
>> (AgentTaskPool-8:null) The state determined is Up
>> 2013-04-07 00:35:51,557 INFO  [agent.manager.AgentManagerImpl]
>> (AgentTaskPool-8:null) Agent is determined to be up and running
>> 2013-04-07 00:35:51,557 DEBUG [cloud.host.Status] (AgentTaskPool-8:null)
>> Transition:[Resource state = Enabled, Agent event = Ping, Host id = 5, 
>>name
>> = Tut-XenServer2]
>> 2013-04-07 00:35:51,563 DEBUG [cloud.host.Status] (AgentTaskPool-8:null)
>> Agent status update: [id = 5; name = Tut-XenServer2; old status = Up; 
>>event
>> = Ping; new status = Up; old update count = 149; new update count = 150]
>> 2013-04-07 00:35:51,568 DEBUG [agent.manager.DirectAgentAttache]
>> (DirectAgent-361:null) Seq 6-324993313: Response Received:
>> 2013-04-07 00:35:51,568 DEBUG [agent.transport.Request]
>> (DirectAgent-361:null) Seq 6-324993313: Processing:  { Ans: , MgmtId: 1,
>> via: 6, Ver: v1, Flags: 10,
>> [{"CheckHealthAnswer":{"result":true,"details":"resource is
>> alive","wait":0}}] }
>> 2013-04-07 00:35:51,569 DEBUG [agent.transport.Request]
>> (AgentTaskPool-7:null) Seq 6-324993313: Received:  { Ans: , MgmtId: 1, 
>>via:
>> 6, Ver: v1, Flags: 10, { CheckHealthAnswer } }
>> 2013-04-07 00:35:51,569 DEBUG [agent.manager.AgentManagerImpl]
>> (AgentTaskPool-7:null) Details from executing class
>> com.cloud.agent.api.CheckHealthCommand: resource is alive
>> 2013-04-07 00:35:51,569 DEBUG [agent.manager.AgentManagerImpl]
>> (AgentTaskPool-7:null) agent (6) responded to checkHeathCommand, 
>>reporting
>> that agent is Up
>> 2013-04-07 00:35:51,569 INFO  [agent.manager.AgentManagerImpl]
>> (AgentTaskPool-7:null) The state determined is Up
>> 2013-04-07 00:35:51,569 INFO  [agent.manager.AgentManagerImpl]
>> (AgentTaskPool-7:null) Agent is determined to be up and running
>> 2013-04-07 00:35:51,569 DEBUG [cloud.host.Status] (AgentTaskPool-7:null)
>> Transition:[Resource state = Enabled, Agent event = Ping, Host id = 6, 
>>name
>> = Tut-XenServer]
>> 2013-04-07 00:35:51,574 DEBUG [cloud.host.Status] (AgentTaskPool-7:null)
>> Agent status update: [id = 6; name = Tut-XenServer; old status = Up; 
>>event
>> = Ping; new status = Up; old update count = 312; new update count = 313]
>> 2013-04-07 00:35:51,668 DEBUG [cloud.api.ApiServlet]
>> (1109449945@qtp-1008805148-34:null) ===END===  127.0.0.1 -- GET
>>  
>>command=listOsTypes&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%
>>3D&_=1365316551423
>> 2013-04-07 00:35:54,118 DEBUG [cloud.api.ApiServlet]
>> (1109449945@qtp-1008805148-34:null) ===START===  127.0.0.1 -- GET
>>  
>>command=queryAsyncJobResult&jobId=1288fa5b-8b5f-4952-b056-b180437edfd5&re
>>sponse=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316554116
>> 2013-04-07 00:35:54,129 DEBUG [cloud.async.AsyncJobManagerImpl]
>> (1109449945@qtp-1008805148-34:null) Async job-45 completed
>> 2013-04-07 00:35:54,135 DEBUG [cloud.api.ApiServlet]
>> (1109449945@qtp-1008805148-34:null) ===END===  127.0.0.1 -- GET
>>  
>>command=queryAsyncJobResult&jobId=1288fa5b-8b5f-4952-b056-b180437edfd5&re
>>sponse=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316554116
>> 2013-04-07 00:35:55,077 DEBUG [cloud.api.ApiServlet]
>> (1109449945@qtp-1008805148-34:null) ===START===  127.0.0.1 -- GET
>>  
>>command=destroyVirtualMachine&id=94ddc16f-04fc-4da1-8326-01d8d5cdeb44&res
>>ponse=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316555075
>> 2013-04-07 00:35:55,098 DEBUG [cloud.async.AsyncJobManagerImpl]
>> (1109449945@qtp-1008805148-34:null) submit async job-46, details:
>> AsyncJobVO {id:46, userId: 2, accountId: 2, sessionKey: null, 
>>instanceType:
>> null, instanceId: 13, cmd:
>> org.apache.cloudstack.api.command.user.vm.DestroyVMCmd, cmdOriginator:
>> null, cmdInfo:
>> 
>>{"id":"94ddc16f-04fc-4da1-8326-01d8d5cdeb44","response":"json","sessionke
>>y":"Z6QqzU0Fq1iT13bMgnRRfl8GoVA\u003d","ctxUserId":"2","_":"1365316555075
>>","ctxAccountId":"2","ctxStartEventId":"51"},
>> cmdVersion: 0, callbackType: 0, callbackAddress: null, status: 0,
>> processStatus: 0, resultCode: 0, result: null, initMsid: 1, 
>>completeMsid:
>> null, lastUpdated: null, lastPolled: null, created: null}
>> 2013-04-07 00:35:55,098 DEBUG [cloud.async.AsyncJobManagerImpl]
>> (Job-Executor-39:job-46) Executing
>> org.apache.cloudstack.api.command.user.vm.DestroyVMCmd for job-46
>> 2013-04-07 00:35:55,100 DEBUG [cloud.api.ApiServlet]
>> (1109449945@qtp-1008805148-34:null) ===END===  127.0.0.1 -- GET
>>  
>>command=destroyVirtualMachine&id=94ddc16f-04fc-4da1-8326-01d8d5cdeb44&res
>>ponse=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316555075
>> 2013-04-07 00:35:55,113 DEBUG [cloud.vm.VirtualMachineManagerImpl]
>> (Job-Executor-39:job-46) Destroying vm
>> VM[User|94ddc16f-04fc-4da1-8326-01d8d5cdeb44]
>> 2013-04-07 00:35:55,116 DEBUG [cloud.capacity.CapacityManagerImpl]
>> (Job-Executor-39:job-46) VM state transitted from :Running to Stopping 
>>with
>> event: StopRequestedvm's original host id: 6 new host id: 6 host id 
>>before
>> state transition: 6
>> 2013-04-07 00:35:55,118 DEBUG [agent.transport.Request]
>> (Job-Executor-39:job-46) Seq 6-324993314: Sending  { Cmd , MgmtId: 1, 
>>via:
>> 6, Ver: v1, Flags: 100111,
>> [{"StopCommand":{"isProxy":false,"vmName":"i-2-13-VM","wait":0}}] }
>> 2013-04-07 00:35:55,118 DEBUG [agent.transport.Request]
>> (Job-Executor-39:job-46) Seq 6-324993314: Executing:  { Cmd , MgmtId: 1,
>> via: 6, Ver: v1, Flags: 100111,
>> [{"StopCommand":{"isProxy":false,"vmName":"i-2-13-VM","wait":0}}] }
>> 2013-04-07 00:35:55,118 DEBUG [agent.manager.DirectAgentAttache]
>> (DirectAgent-7:null) Seq 6-324993314: Executing request
>> 2013-04-07 00:35:55,216 DEBUG [xen.resource.CitrixResourceBase]
>> (DirectAgent-7:null) 9. The VM i-2-13-VM is in Stopping state
>> 2013-04-07 00:35:55,532 INFO  [xen.resource.CitrixResourceBase]
>> (DirectAgent-7:null) Removed  network rules for vm i-2-13-VM
>> 2013-04-07 00:35:58,107 DEBUG [cloud.api.ApiServlet]
>> (1109449945@qtp-1008805148-34:null) ===START===  127.0.0.1 -- GET
>>  
>>command=queryAsyncJobResult&jobId=042967f3-4fd4-4bcf-a646-999eeca87235&re
>>sponse=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316558105
>> 2013-04-07 00:35:58,121 DEBUG [cloud.api.ApiServlet]
>> (1109449945@qtp-1008805148-34:null) ===END===  127.0.0.1 -- GET
>>  
>>command=queryAsyncJobResult&jobId=042967f3-4fd4-4bcf-a646-999eeca87235&re
>>sponse=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316558105
>> 2013-04-07 00:36:01,107 DEBUG [cloud.api.ApiServlet]
>> (1109449945@qtp-1008805148-34:null) ===START===  127.0.0.1 -- GET
>>  
>>command=queryAsyncJobResult&jobId=042967f3-4fd4-4bcf-a646-999eeca87235&re
>>sponse=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316561105
>> 2013-04-07 00:36:01,121 DEBUG [cloud.api.ApiServlet]
>> (1109449945@qtp-1008805148-34:null) ===END===  127.0.0.1 -- GET
>>  
>>command=queryAsyncJobResult&jobId=042967f3-4fd4-4bcf-a646-999eeca87235&re
>>sponse=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316561105
>> 2013-04-07 00:36:04,108 DEBUG [cloud.api.ApiServlet]
>> (1109449945@qtp-1008805148-34:null) ===START===  127.0.0.1 -- GET
>>  
>>command=queryAsyncJobResult&jobId=042967f3-4fd4-4bcf-a646-999eeca87235&re
>>sponse=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316564106
>> 2013-04-07 00:36:04,128 DEBUG [cloud.api.ApiServlet]
>> (1109449945@qtp-1008805148-34:null) ===END===  127.0.0.1 -- GET
>>  
>>command=queryAsyncJobResult&jobId=042967f3-4fd4-4bcf-a646-999eeca87235&re
>>sponse=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316564106
>> 2013-04-07 00:36:04,783 DEBUG [xen.resource.CitrixResourceBase]
>> (DirectAgent-7:null) 10. The VM i-2-13-VM is in Stopped state
>> 2013-04-07 00:36:04,783 DEBUG [agent.manager.DirectAgentAttache]
>> (DirectAgent-7:null) Seq 6-324993314: Response Received:
>> 2013-04-07 00:36:04,783 DEBUG [agent.transport.Request]
>> (DirectAgent-7:null) Seq 6-324993314: Processing:  { Ans: , MgmtId: 1, 
>>via:
>> 6, Ver: v1, Flags: 110,
>> [{"StopAnswer":{"vncPort":0,"result":true,"details":"Stop VM i-2-13-VM
>> Succeed","wait":0}}] }
>> 2013-04-07 00:36:04,783 DEBUG [agent.transport.Request]
>> (Job-Executor-39:job-46) Seq 6-324993314: Received:  { Ans: , MgmtId: 1,
>> via: 6, Ver: v1, Flags: 110, { StopAnswer } }
>> 2013-04-07 00:36:04,783 DEBUG [agent.manager.AgentAttache]
>> (DirectAgent-7:null) Seq 6-324993314: No more commands found
>> 2013-04-07 00:36:04,784 DEBUG [cloud.vm.VirtualMachineManagerImpl]
>> (Job-Executor-39:job-46) VM[User|94ddc16f-04fc-4da1-8326-01d8d5cdeb44] 
>>is
>> stopped on the host.  Proceeding to release resource held.
>> 2013-04-07 00:36:04,793 DEBUG [cloud.network.NetworkManagerImpl]
>> (Job-Executor-39:job-46) Changing active number of nics for network 
>>id=204
>> on -1
>> 2013-04-07 00:36:04,794 DEBUG [cloud.network.NetworkManagerImpl]
>> (Job-Executor-39:job-46) Asking ElasticLoadBalancerElement to release
>> Nic[19-13-a8349669-6ff2-443f-88d3-c5d69100df3a-192.168.56.146]
>> 2013-04-07 00:36:04,794 DEBUG [cloud.network.NetworkManagerImpl]
>> (Job-Executor-39:job-46) Asking NiciraNvpElement to release
>> Nic[19-13-a8349669-6ff2-443f-88d3-c5d69100df3a-192.168.56.146]
>> 2013-04-07 00:36:04,795 DEBUG [network.element.NiciraNvpElement]
>> (Job-Executor-39:job-46) Checking if NiciraNvpElement can handle service
>> Connectivity on network guestNetworkForBasicZone
>> 2013-04-07 00:36:04,795 DEBUG [cloud.network.NetworkManagerImpl]
>> (Job-Executor-39:job-46) Asking BigSwitchVnsElement to release
>> Nic[19-13-a8349669-6ff2-443f-88d3-c5d69100df3a-192.168.56.146]
>> 2013-04-07 00:36:04,795 DEBUG [network.element.BigSwitchVnsElement]
>> (Job-Executor-39:job-46) Checking if BigSwitchVnsElement can handle 
>>service
>> Connectivity on network guestNetworkForBasicZone
>> 2013-04-07 00:36:04,795 DEBUG [cloud.network.NetworkManagerImpl]
>> (Job-Executor-39:job-46) Asking Ovs to release
>> Nic[19-13-a8349669-6ff2-443f-88d3-c5d69100df3a-192.168.56.146]
>> 2013-04-07 00:36:04,795 DEBUG [cloud.network.NetworkManagerImpl]
>> (Job-Executor-39:job-46) Asking BareMetalDhcp to release
>> Nic[19-13-a8349669-6ff2-443f-88d3-c5d69100df3a-192.168.56.146]
>> 2013-04-07 00:36:04,795 DEBUG [cloud.network.NetworkManagerImpl]
>> (Job-Executor-39:job-46) Asking BareMetalPxe to release
>> Nic[19-13-a8349669-6ff2-443f-88d3-c5d69100df3a-192.168.56.146]
>> 2013-04-07 00:36:04,795 DEBUG [cloud.network.NetworkManagerImpl]
>> (Job-Executor-39:job-46) Asking BareMetalUserdata to release
>> Nic[19-13-a8349669-6ff2-443f-88d3-c5d69100df3a-192.168.56.146]
>> 2013-04-07 00:36:04,795 DEBUG [cloud.network.NetworkManagerImpl]
>> (Job-Executor-39:job-46) Asking SecurityGroupProvider to release
>> Nic[19-13-a8349669-6ff2-443f-88d3-c5d69100df3a-192.168.56.146]
>> 2013-04-07 00:36:04,795 DEBUG [cloud.network.NetworkManagerImpl]
>> (Job-Executor-39:job-46) Asking VirtualRouter to release
>> Nic[19-13-a8349669-6ff2-443f-88d3-c5d69100df3a-192.168.56.146]
>> 2013-04-07 00:36:04,795 DEBUG [cloud.network.NetworkManagerImpl]
>> (Job-Executor-39:job-46) Asking VpcVirtualRouter to release
>> Nic[19-13-a8349669-6ff2-443f-88d3-c5d69100df3a-192.168.56.146]
>> 2013-04-07 00:36:04,795 DEBUG [cloud.network.NetworkManagerImpl]
>> (Job-Executor-39:job-46) Asking NiciraNvp to release
>> Nic[19-13-a8349669-6ff2-443f-88d3-c5d69100df3a-192.168.56.146]
>> 2013-04-07 00:36:04,795 DEBUG [network.element.NiciraNvpElement]
>> (Job-Executor-39:job-46) Checking if NiciraNvpElement can handle service
>> Connectivity on network guestNetworkForBasicZone
>> 2013-04-07 00:36:04,795 DEBUG [cloud.network.NetworkManagerImpl]
>> (Job-Executor-39:job-46) Asking JuniperSRX to release
>> Nic[19-13-a8349669-6ff2-443f-88d3-c5d69100df3a-192.168.56.146]
>> 2013-04-07 00:36:04,795 DEBUG [cloud.network.NetworkManagerImpl]
>> (Job-Executor-39:job-46) Asking Netscaler to release
>> Nic[19-13-a8349669-6ff2-443f-88d3-c5d69100df3a-192.168.56.146]
>> 2013-04-07 00:36:04,795 DEBUG [cloud.network.NetworkManagerImpl]
>> (Job-Executor-39:job-46) Asking F5BigIP to release
>> Nic[19-13-a8349669-6ff2-443f-88d3-c5d69100df3a-192.168.56.146]
>> 2013-04-07 00:36:04,795 DEBUG [cloud.network.NetworkManagerImpl]
>> (Job-Executor-39:job-46) Asking CiscoNexus1000vVSM to release
>> Nic[19-13-a8349669-6ff2-443f-88d3-c5d69100df3a-192.168.56.146]
>> 2013-04-07 00:36:04,795 DEBUG [cloud.vm.VirtualMachineManagerImpl]
>> (Job-Executor-39:job-46) Successfully released network resources for 
>>the vm
>> VM[User|94ddc16f-04fc-4da1-8326-01d8d5cdeb44]
>> 2013-04-07 00:36:04,795 DEBUG [cloud.vm.VirtualMachineManagerImpl]
>> (Job-Executor-39:job-46) Successfully released storage resources for 
>>the vm
>> VM[User|94ddc16f-04fc-4da1-8326-01d8d5cdeb44]
>> 2013-04-07 00:36:04,836 DEBUG [cloud.capacity.CapacityManagerImpl]
>> (Job-Executor-39:job-46) VM state transitted from :Stopping to Stopped 
>>with
>> event: OperationSucceededvm's original host id: 6 new host id: null 
>>host id
>> before state transition: 6
>> 2013-04-07 00:36:04,843 DEBUG [cloud.capacity.CapacityManagerImpl]
>> (Job-Executor-39:job-46) Hosts's actual total CPU: 2382 and CPU after
>> applying overprovisioning: 2382
>> 2013-04-07 00:36:04,844 DEBUG [cloud.capacity.CapacityManagerImpl]
>> (Job-Executor-39:job-46) release cpu from host: 6, old used: 
>>200,reserved:
>> 0, actual total: 2382, total with overprovisioning: 2382; new used:
>> 100,reserved:100; movedfromreserved: false,moveToReserveredtrue
>> 2013-04-07 00:36:04,844 DEBUG [cloud.capacity.CapacityManagerImpl]
>> (Job-Executor-39:job-46) release mem from host: 6, old used:
>> 1178599424,reserved: 0, total: 1671695424; new used:
>> 104857600,reserved:1073741824; movedfromreserved: 
>>false,moveToReserveredtrue
>> 2013-04-07 00:36:04,854 DEBUG [cloud.capacity.CapacityManagerImpl]
>> (Job-Executor-39:job-46) VM state transitted from :Stopped to Destroyed
>> with event: DestroyRequestedvm's original host id: 6 new host id: null 
>>host
>> id before state transition: null
>> 2013-04-07 00:36:04,863 DEBUG [cloud.capacity.CapacityManagerImpl]
>> (Job-Executor-39:job-46) Hosts's actual total CPU: 2382 and CPU after
>> applying overprovisioning: 2382
>> 2013-04-07 00:36:04,863 DEBUG [cloud.capacity.CapacityManagerImpl]
>> (Job-Executor-39:job-46) release cpu from host: 6, old used: 
>>100,reserved:
>> 100, actual total: 2382, total with overprovisioning: 2382; new used:
>> 100,reserved:0; movedfromreserved: true,moveToReserveredfalse
>> 2013-04-07 00:36:04,863 DEBUG [cloud.capacity.CapacityManagerImpl]
>> (Job-Executor-39:job-46) release mem from host: 6, old used:
>> 104857600,reserved: 1073741824, total: 1671695424; new used:
>> 104857600,reserved:0; movedfromreserved: true,moveToReserveredfalse
>> 2013-04-07 00:36:04,892 DEBUG [cloud.async.AsyncJobManagerImpl]
>> (Job-Executor-39:job-46) Complete async job-46, jobStatus: 1, 
>>resultCode:
>> 0, result: org.apache.cloudstack.api.response.UserVmResponse@519ba6bb
>> 2013-04-07 00:36:04,897 DEBUG [cloud.async.AsyncJobManagerImpl]
>> (Job-Executor-39:job-46) Done executing
>> org.apache.cloudstack.api.command.user.vm.DestroyVMCmd for job-46
>> 2013-04-07 00:36:04,949 DEBUG [agent.manager.DirectAgentAttache]
>> (DirectAgent-410:null) Ping from 6
>> 2013-04-07 00:36:06,058 DEBUG [agent.manager.DirectAgentAttache]
>> (DirectAgent-234:null) Ping from 5
>> 2013-04-07 00:36:06,909 DEBUG [agent.manager.DirectAgentAttache]
>> (DirectAgent-407:null) Seq 6-324993028: Executing request
>> 2013-04-07 00:36:07,097 DEBUG [xen.resource.CitrixResourceBase]
>> (DirectAgent-407:null) VM missing i-2-13-VM old state stopped so 
>>removing.
>> 2013-04-07 00:36:07,098 DEBUG [xen.resource.CitrixResourceBase]
>> (DirectAgent-407:null) VM missing i-2-12-VM old state stopped so 
>>removing.
>> 2013-04-07 00:36:07,098 DEBUG [agent.manager.DirectAgentAttache]
>> (DirectAgent-407:null) Seq 6-324993028: Response Received:
>> 2013-04-07 00:36:07,098 DEBUG [agent.transport.Request]
>> (DirectAgent-407:null) Seq 6-324993028: Processing:  { Ans: , MgmtId: 1,
>> via: 6, Ver: v1, Flags: 10,
>> 
>>[{"ClusterSyncAnswer":{"_clusterId":2,"_newStates":{},"_isExecuted":false
>>,"result":true,"wait":0}}]
>> }
>> 2013-04-07 00:36:07,109 DEBUG [cloud.api.ApiServlet]
>> (1109449945@qtp-1008805148-34:null) ===START===  127.0.0.1 -- GET
>>  
>>command=queryAsyncJobResult&jobId=042967f3-4fd4-4bcf-a646-999eeca87235&re
>>sponse=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316567107
>> 2013-04-07 00:36:07,119 DEBUG [cloud.async.AsyncJobManagerImpl]
>> (1109449945@qtp-1008805148-34:null) Async job-46 completed
>> 2013-04-07 00:36:07,125 DEBUG [cloud.api.ApiServlet]
>> (1109449945@qtp-1008805148-34:null) ===END===  127.0.0.1 -- GET
>>  
>>command=queryAsyncJobResult&jobId=042967f3-4fd4-4bcf-a646-999eeca87235&re
>>sponse=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316567107
>> 2013-04-07 00:36:11,022 DEBUG [agent.manager.DirectAgentAttache]
>> (DirectAgent-110:null) Seq 5-614334468: Executing request
>> 2013-04-07 00:36:11,171 DEBUG [agent.manager.DirectAgentAttache]
>> (DirectAgent-110:null) Seq 5-614334468: Response Received:
>> 2013-04-07 00:36:11,171 DEBUG [agent.transport.Request]
>> (DirectAgent-110:null) Seq 5-614334468: Processing:  { Ans: , MgmtId: 1,
>> via: 5, Ver: v1, Flags: 10, [{"Answer":{"result":true,"wait":0}}] }
>> 2013-04-07 00:36:12,411 DEBUG [cloud.api.ApiServlet]
>> (1109449945@qtp-1008805148-34:null) ===START===  127.0.0.1 -- GET
>>  
>>command=listVolumes&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%
>>3D&listAll=true&page=1&pagesize=20&_=1365316572408
>> 2013-04-07 00:36:12,426 DEBUG [cloud.api.ApiServlet]
>> (1109449945@qtp-1008805148-34:null) ===END===  127.0.0.1 -- GET
>>  
>>command=listVolumes&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%
>>3D&listAll=true&page=1&pagesize=20&_=1365316572408
>> 2013-04-07 00:36:13,241 DEBUG [cloud.api.ApiServlet]
>> (1109449945@qtp-1008805148-34:null) ===START===  127.0.0.1 -- GET
>>  
>>command=listVirtualMachines&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRR
>>fl8GoVA%3D&listAll=true&page=1&pagesize=20&_=1365316573239
>> 2013-04-07 00:36:13,259 DEBUG [cloud.api.ApiServlet]
>> (1109449945@qtp-1008805148-34:null) ===END===  127.0.0.1 -- GET
>>  
>>command=listVirtualMachines&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRR
>>fl8GoVA%3D&listAll=true&page=1&pagesize=20&_=1365316573239
>> 2013-04-07 00:36:19,140 DEBUG [cloud.api.ApiServlet]
>> (1109449945@qtp-1008805148-34:null) ===START===  127.0.0.1 -- GET
>>  
>>command=listVolumes&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%
>>3D&listAll=true&page=1&pagesize=20&_=1365316579137
>> 2013-04-07 00:36:19,155 DEBUG [cloud.api.ApiServlet]
>> (1109449945@qtp-1008805148-34:null) ===END===  127.0.0.1 -- GET
>>  
>>command=listVolumes&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%
>>3D&listAll=true&page=1&pagesize=20&_=1365316579137
>> 2013-04-07 00:36:20,452 DEBUG
>> [storage.secondary.SecondaryStorageManagerImpl] (secstorage-1:null) 
>>Zone 1
>> is ready to launch secondary storage VM
>> 2013-04-07 00:36:20,498 DEBUG [cloud.api.ApiServlet]
>> (1109449945@qtp-1008805148-34:null) ===START===  127.0.0.1 -- GET
>>  
>>command=listVirtualMachines&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRR
>>fl8GoVA%3D&listAll=true&page=1&pagesize=20&_=1365316580496
>> 2013-04-07 00:36:20,519 DEBUG [cloud.api.ApiServlet]
>> (1109449945@qtp-1008805148-34:null) ===END===  127.0.0.1 -- GET
>>  
>>command=listVirtualMachines&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRR
>>fl8GoVA%3D&listAll=true&page=1&pagesize=20&_=1365316580496
>> 2013-04-07 00:36:20,554 DEBUG 
>>[cloud.consoleproxy.ConsoleProxyManagerImpl]
>> (consoleproxy-1:null) Zone 1 is ready to launch console proxy
>> 2013-04-07 00:36:20,820 DEBUG
>> [network.router.VirtualNetworkApplianceManagerImpl]
>> (RouterStatusMonitor-1:null) Found 0 routers to update status.
>> 2013-04-07 00:36:20,821 DEBUG
>> [network.router.VirtualNetworkApplianceManagerImpl]
>> (RouterStatusMonitor-1:null) Found 0 networks to update RvR status.
>> 2013-04-07 00:36:20,850 DEBUG
>> [network.router.VirtualNetworkApplianceManagerImpl]
>> (RouterStatusMonitor-1:null) Found 0 routers to update status.
>> 2013-04-07 00:36:20,852 DEBUG
>> [network.router.VirtualNetworkApplianceManagerImpl]
>> (RouterStatusMonitor-1:null) Found 0 networks to update RvR status.
>> 2013-04-07 00:36:21,588 DEBUG [cloud.api.ApiServlet]
>> (1109449945@qtp-1008805148-34:null) ===START===  127.0.0.1 -- GET
>>  
>>command=listVolumes&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%
>>3D&listAll=true&page=1&pagesize=20&_=1365316581586
>> 2013-04-07 00:36:21,602 DEBUG [cloud.api.ApiServlet]
>> (1109449945@qtp-1008805148-34:null) ===END===  127.0.0.1 -- GET
>>  
>>command=listVolumes&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%
>>3D&listAll=true&page=1&pagesize=20&_=1365316581586
>> 2013-04-07 00:36:22,324 DEBUG [cloud.api.ApiServlet]
>> (1109449945@qtp-1008805148-34:null) ===START===  127.0.0.1 -- GET
>>  
>>command=listVirtualMachines&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRR
>>fl8GoVA%3D&listAll=true&page=1&pagesize=20&_=1365316582321
>> 2013-04-07 00:36:22,348 DEBUG [cloud.api.ApiServlet]
>> (1109449945@qtp-1008805148-34:null) ===END===  127.0.0.1 -- GET
>>  
>>command=listVirtualMachines&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRR
>>fl8GoVA%3D&listAll=true&page=1&pagesize=20&_=1365316582321
>> 2013-04-07 00:36:24,891 DEBUG [agent.manager.AgentManagerImpl]
>> (AgentManager-Handler-4:null) Ping from 4
>> 2013-04-07 00:36:27,193 DEBUG [agent.manager.DirectAgentAttache]
>> (DirectAgent-204:null) Ping from 1
>> 2013-04-07 00:36:29,095 DEBUG [agent.manager.DirectAgentAttache]
>> (DirectAgent-277:null) Seq 1-90046472: Executing request
>> 2013-04-07 00:36:29,354 DEBUG [agent.manager.DirectAgentAttache]
>> (DirectAgent-277:null) Seq 1-90046472: Response Received:
>> 2013-04-07 00:36:29,355 DEBUG [agent.transport.Request]
>> (DirectAgent-277:null) Seq 1-90046472: Processing:  { Ans: , MgmtId: 1,
>> via: 1, Ver: v1, Flags: 10,
>> 
>>[{"ClusterSyncAnswer":{"_clusterId":1,"_newStates":{},"_isExecuted":false
>>,"result":true,"wait":0}}]
>> }
>> 2013-04-07 00:36:47,680 DEBUG [agent.manager.AgentManagerImpl]
>> (AgentManager-Handler-5:null) Ping from 3
>> 2013-04-07 00:36:50,451 DEBUG
>> [storage.secondary.SecondaryStorageManagerImpl] (secstorage-1:null) 
>>Zone 1
>> is ready to launch secondary storage VM
>> 2013-04-07 00:36:50,554 DEBUG 
>>[cloud.consoleproxy.ConsoleProxyManagerImpl]
>> (consoleproxy-1:null) Zone 1 is ready to launch console proxy
>> 2013-04-07 00:36:50,820 DEBUG
>> [network.router.VirtualNetworkApplianceManagerImpl]
>> (RouterStatusMonitor-1:null) Found 0 routers to update status.
>> 2013-04-07 00:36:50,821 DEBUG
>> [network.router.VirtualNetworkApplianceManagerImpl]
>> (RouterStatusMonitor-1:null) Found 0 networks to update RvR status.
>> 2013-04-07 00:36:50,851 DEBUG
>> [network.router.VirtualNetworkApplianceManagerImpl]
>> (RouterStatusMonitor-1:null) Found 0 routers to update status.
>> 2013-04-07 00:36:50,852 DEBUG
>> [network.router.VirtualNetworkApplianceManagerImpl]
>> (RouterStatusMonitor-1:null) Found 0 networks to update RvR status.
>> 2013-04-07 00:36:51,476 INFO  [agent.manager.AgentMonitor]
>> (Thread-11:null) Found the following agents behind on ping: [6, 5]
>> 2013-04-07 00:36:51,477 DEBUG [cloud.host.Status] (Thread-11:null) Ping
>> timeout for host 6, do invstigation
>> 2013-04-07 00:36:51,479 DEBUG [cloud.host.Status] (Thread-11:null) Ping
>> timeout for host 5, do invstigation
>> 2013-04-07 00:36:51,479 INFO  [agent.manager.AgentManagerImpl]
>> (AgentTaskPool-9:null) Investigating why host 6 has disconnected with 
>>event
>> PingTimeout
>> 2013-04-07 00:36:51,479 DEBUG [agent.manager.AgentManagerImpl]
>> (AgentTaskPool-9:null) checking if agent (6) is alive
>> 2013-04-07 00:36:51,482 INFO  [agent.manager.AgentManagerImpl]
>> (AgentTaskPool-12:null) Investigating why host 5 has disconnected with
>> event PingTimeout
>> 2013-04-07 00:36:51,482 DEBUG [agent.manager.AgentManagerImpl]
>> (AgentTaskPool-12:null) checking if agent (5) is alive
>> 2013-04-07 00:36:51,483 DEBUG [agent.transport.Request]
>> (AgentTaskPool-9:null) Seq 6-324993315: Sending  { Cmd , MgmtId: 1, 
>>via: 6,
>> Ver: v1, Flags: 100011, [{"CheckHealthCommand":{"wait":50}}] }
>> 2013-04-07 00:36:51,484 DEBUG [agent.transport.Request]
>> (AgentTaskPool-9:null) Seq 6-324993315: Executing:  { Cmd , MgmtId: 1, 
>>via:
>> 6, Ver: v1, Flags: 100011, [{"CheckHealthCommand":{"wait":50}}] }
>> 2013-04-07 00:36:51,484 DEBUG [agent.manager.DirectAgentAttache]
>> (DirectAgent-169:null) Seq 6-324993315: Executing request
>> 2013-04-07 00:36:51,485 DEBUG [agent.transport.Request]
>> (AgentTaskPool-12:null) Seq 5-614334819: Sending  { Cmd , MgmtId: 1, 
>>via:
>> 5, Ver: v1, Flags: 100011, [{"CheckHealthCommand":{"wait":50}}] }
>> 2013-04-07 00:36:51,485 DEBUG [agent.transport.Request]
>> (AgentTaskPool-12:null) Seq 5-614334819: Executing:  { Cmd , MgmtId: 1,
>> via: 5, Ver: v1, Flags: 100011, [{"CheckHealthCommand":{"wait":50}}] }
>> 2013-04-07 00:36:51,485 DEBUG [agent.manager.DirectAgentAttache]
>> (DirectAgent-498:null) Seq 5-614334819: Executing request
>> 2013-04-07 00:36:51,542 DEBUG [agent.manager.DirectAgentAttache]
>> (DirectAgent-169:null) Seq 6-324993315: Response Received:
>> 2013-04-07 00:36:51,542 DEBUG [agent.transport.Request]
>> (DirectAgent-169:null) Seq 6-324993315: Processing:  { Ans: , MgmtId: 1,
>> via: 6, Ver: v1, Flags: 10,
>> [{"CheckHealthAnswer":{"result":true,"details":"resource is
>> alive","wait":0}}] }
>> 2013-04-07 00:36:51,542 DEBUG [agent.transport.Request]
>> (AgentTaskPool-9:null) Seq 6-324993315: Received:  { Ans: , MgmtId: 1, 
>>via:
>> 6, Ver: v1, Flags: 10, { CheckHealthAnswer } }
>> 2013-04-07 00:36:51,542 DEBUG [agent.manager.AgentManagerImpl]
>> (AgentTaskPool-9:null) Details from executing class
>> com.cloud.agent.api.CheckHealthCommand: resource is alive
>> 2013-04-07 00:36:51,542 DEBUG [agent.manager.AgentManagerImpl]
>> (AgentTaskPool-9:null) agent (6) responded to checkHeathCommand, 
>>reporting
>> that agent is Up
>> 2013-04-07 00:36:51,542 INFO  [agent.manager.AgentManagerImpl]
>> (AgentTaskPool-9:null) The state determined is Up
>> 2013-04-07 00:36:51,542 INFO  [agent.manager.AgentManagerImpl]
>> (AgentTaskPool-9:null) Agent is determined to be up and running
>> 2013-04-07 00:36:51,542 DEBUG [cloud.host.Status] (AgentTaskPool-9:null)
>> Transition:[Resource state = Enabled, Agent event = Ping, Host id = 6, 
>>name
>> = Tut-XenServer]
>> 2013-04-07 00:36:51,546 DEBUG [cloud.host.Status] (AgentTaskPool-9:null)
>> Agent status update: [id = 6; name = Tut-XenServer; old status = Up; 
>>event
>> = Ping; new status = Up; old update count = 313; new update count = 314]
>> 2013-04-07 00:36:51,549 DEBUG [agent.manager.DirectAgentAttache]
>> (DirectAgent-498:null) Seq 5-614334819: Response Received:
>> 2013-04-07 00:36:51,549 DEBUG [agent.transport.Request]
>> (DirectAgent-498:null) Seq 5-614334819: Processing:  { Ans: , MgmtId: 1,
>> via: 5, Ver: v1, Flags: 10,
>> [{"CheckHealthAnswer":{"result":true,"details":"resource is
>> alive","wait":0}}] }
>> 2013-04-07 00:36:51,549 DEBUG [agent.transport.Request]
>> (AgentTaskPool-12:null) Seq 5-614334819: Received:  { Ans: , MgmtId: 1,
>> via: 5, Ver: v1, Flags: 10, { CheckHealthAnswer } }
>> 2013-04-07 00:36:51,549 DEBUG [agent.manager.AgentManagerImpl]
>> (AgentTaskPool-12:null) Details from executing class
>> com.cloud.agent.api.CheckHealthCommand: resource is alive
>> 2013-04-07 00:36:51,549 DEBUG [agent.manager.AgentManagerImpl]
>> (AgentTaskPool-12:null) agent (5) responded to checkHeathCommand, 
>>reporting
>> that agent is Up
>> 2013-04-07 00:36:51,549 INFO  [agent.manager.AgentManagerImpl]
>> (AgentTaskPool-12:null) The state determined is Up
>> 2013-04-07 00:36:51,549 INFO  [agent.manager.AgentManagerImpl]
>> (AgentTaskPool-12:null) Agent is determined to be up and running
>> 2013-04-07 00:36:51,549 DEBUG [cloud.host.Status] 
>>(AgentTaskPool-12:null)
>> Transition:[Resource state = Enabled, Agent event = Ping, Host id = 5, 
>>name
>> = Tut-XenServer2]
>> 2013-04-07 00:36:51,552 DEBUG [cloud.host.Status] 
>>(AgentTaskPool-12:null)
>> Agent status update: [id = 5; name = Tut-XenServer2; old status = Up; 
>>event
>> = Ping; new status = Up; old update count = 150; new update count = 151]
>> 2013-04-07 00:36:54,389 INFO  [cloud.vm.UserVmManagerImpl]
>> (UserVm-Scavenger-1:null) Found 1 vms to expunge.
>> 2013-04-07 00:36:54,389 DEBUG [cloud.vm.VirtualMachineManagerImpl]
>> (UserVm-Scavenger-1:null) Stopped called on
>> VM[User|c18ddf7c-fc61-40b0-af75-fdef05f8eae6] but the state is Destroyed
>> 2013-04-07 00:36:54,391 DEBUG [cloud.capacity.CapacityManagerImpl]
>> (UserVm-Scavenger-1:null) VM state transitted from :Destroyed to 
>>Expunging
>> with event: ExpungeOperationvm's original host id: 5 new host id: null 
>>host
>> id before state transition: null
>> 2013-04-07 00:36:54,391 DEBUG [cloud.vm.VirtualMachineManagerImpl]
>> (UserVm-Scavenger-1:null) Destroying vm
>> VM[User|c18ddf7c-fc61-40b0-af75-fdef05f8eae6]
>> 2013-04-07 00:36:54,391 DEBUG [cloud.vm.VirtualMachineManagerImpl]
>> (UserVm-Scavenger-1:null) Cleaning up NICS
>> 2013-04-07 00:36:54,391 DEBUG [cloud.network.NetworkManagerImpl]
>> (UserVm-Scavenger-1:null) Cleaning network for vm: 12
>> 2013-04-07 00:36:54,399 DEBUG [network.guru.DirectNetworkGuru]
>> (UserVm-Scavenger-1:null) Deallocate network: networkId: 204, ip:
>> 192.168.56.195
>> 2013-04-07 00:36:54,409 DEBUG [cloud.network.NetworkManagerImpl]
>> (UserVm-Scavenger-1:null) Removed nic id=18
>> 2013-04-07 00:36:54,409 DEBUG [cloud.storage.StorageManagerImpl]
>> (UserVm-Scavenger-1:null) Cleaning storage for vm: 12
>> 2013-04-07 00:36:54,417 DEBUG [cloud.storage.StorageManagerImpl]
>> (UserVm-Scavenger-1:null) Expunging Vol[12|vm=12|ROOT]
>> 2013-04-07 00:36:54,424 DEBUG [agent.transport.Request]
>> (UserVm-Scavenger-1:null) Seq 5-614334820: Sending  { Cmd , MgmtId: 1, 
>>via:
>> 5, Ver: v1, Flags: 100111,
>> 
>>[{"storage.DestroyCommand":{"vmName":"i-2-12-VM","volume":{"id":12,"name"
>>:"ROOT-12","mountPoint":"/iSCSI_SR_3","path":"40a39639-e8aa-45b5-bfa1-591
>>b68571d0c","size":52428800,"type":"ROOT","storagePoolType":"PreSetup","st
>>oragePoolUuid":"iSCSI_SR_3","deviceId":0},"wait":0}}]
>> }
>> 2013-04-07 00:36:54,424 DEBUG [agent.transport.Request]
>> (UserVm-Scavenger-1:null) Seq 5-614334820: Executing:  { Cmd , MgmtId: 
>>1,
>> via: 5, Ver: v1, Flags: 100111,
>> 
>>[{"storage.DestroyCommand":{"vmName":"i-2-12-VM","volume":{"id":12,"name"
>>:"ROOT-12","mountPoint":"/iSCSI_SR_3","path":"40a39639-e8aa-45b5-bfa1-591
>>b68571d0c","size":52428800,"type":"ROOT","storagePoolType":"PreSetup","st
>>oragePoolUuid":"iSCSI_SR_3","deviceId":0},"wait":0}}]
>> }
>> 2013-04-07 00:36:54,424 DEBUG [agent.manager.DirectAgentAttache]
>> (DirectAgent-411:null) Seq 5-614334820: Executing request
>> 2013-04-07 00:36:55,072 DEBUG [agent.manager.DirectAgentAttache]
>> (DirectAgent-411:null) Seq 5-614334820: Response Received:
>> 2013-04-07 00:36:55,072 DEBUG [agent.transport.Request]
>> (DirectAgent-411:null) Seq 5-614334820: Processing:  { Ans: , MgmtId: 1,
>> via: 5, Ver: v1, Flags: 110,
>> [{"Answer":{"result":true,"details":"Success","wait":0}}] }
>> 2013-04-07 00:36:55,072 DEBUG [agent.transport.Request]
>> (UserVm-Scavenger-1:null) Seq 5-614334820: Received:  { Ans: , MgmtId: 
>>1,
>> via: 5, Ver: v1, Flags: 110, { Answer } }
>> 2013-04-07 00:36:55,072 DEBUG [agent.manager.AgentAttache]
>> (DirectAgent-411:null) Seq 5-614334820: No more commands found
>> 2013-04-07 00:36:55,076 DEBUG [cloud.storage.StorageManagerImpl]
>> (UserVm-Scavenger-1:null) Volume successfully expunged from 257
>> 2013-04-07 00:36:55,076 DEBUG [cloud.vm.VirtualMachineManagerImpl]
>> (UserVm-Scavenger-1:null) Expunged
>> VM[User|c18ddf7c-fc61-40b0-af75-fdef05f8eae6]
>> 2013-04-07 00:36:55,076 DEBUG [cloud.vm.UserVmManagerImpl]
>> (UserVm-Scavenger-1:null) Starting cleaning up vm
>> VM[User|c18ddf7c-fc61-40b0-af75-fdef05f8eae6] resources...
>> 2013-04-07 00:36:55,080 INFO  
>>[network.security.SecurityGroupManagerImpl]
>> (UserVm-Scavenger-1:null) Disassociated 1 network groups  from uservm 12
>> 2013-04-07 00:36:55,081 DEBUG 
>>[network.security.SecurityGroupManagerImpl]
>> (UserVm-Scavenger-1:null) Security group mappings are removed 
>>successfully
>> for vm id=12
>> 2013-04-07 00:36:55,090 DEBUG [network.firewall.FirewallManagerImpl]
>> (UserVm-Scavenger-1:null) No firewall rules are found for vm id=12
>> 2013-04-07 00:36:55,090 DEBUG [cloud.vm.UserVmManagerImpl]
>> (UserVm-Scavenger-1:null) Firewall rules are removed successfully as a 
>>part
>> of vm id=12 expunge
>> 2013-04-07 00:36:55,093 DEBUG [network.rules.RulesManagerImpl]
>> (UserVm-Scavenger-1:null) No port forwarding rules are found for vm 
>>id=12
>> 2013-04-07 00:36:55,093 DEBUG [cloud.vm.UserVmManagerImpl]
>> (UserVm-Scavenger-1:null) Port forwarding rules are removed 
>>successfully as
>> a part of vm id=12 expunge
>> 2013-04-07 00:36:55,095 DEBUG [cloud.vm.UserVmManagerImpl]
>> (UserVm-Scavenger-1:null) Removed vm id=12 from all load balancers as a
>> part of expunge process
>> 2013-04-07 00:36:55,096 DEBUG [cloud.vm.UserVmManagerImpl]
>> (UserVm-Scavenger-1:null) Successfully cleaned up vm
>> VM[User|c18ddf7c-fc61-40b0-af75-fdef05f8eae6] resources as a part of
>> expunge process
>> 2013-04-07 00:37:04,802 DEBUG [agent.manager.DirectAgentAttache]
>> (DirectAgent-110:null) Ping from 6
>> 2013-04-07 00:37:06,042 DEBUG [agent.manager.DirectAgentAttache]
>> (DirectAgent-409:null) Ping from 5
>> 2013-04-07 00:37:06,909 DEBUG [agent.manager.DirectAgentAttache]
>> (DirectAgent-239:null) Seq 6-324993028: Executing request
>> 2013-04-07 00:37:07,099 DEBUG [agent.manager.DirectAgentAttache]
>> (DirectAgent-239:null) Seq 6-324993028: Response Received:
>> 2013-04-07 00:37:07,100 DEBUG [agent.transport.Request]
>> (DirectAgent-239:null) Seq 6-324993028: Processing:  { Ans: , MgmtId: 1,
>> via: 6, Ver: v1, Flags: 10,
>> 
>>[{"ClusterSyncAnswer":{"_clusterId":2,"_newStates":{},"_isExecuted":false
>>,"result":true,"wait":0}}]
>> }
>> 2013-04-07 00:37:11,022 DEBUG [agent.manager.DirectAgentAttache]
>> (DirectAgent-225:null) Seq 5-614334468: Executing request
>> 2013-04-07 00:37:11,170 DEBUG [agent.manager.DirectAgentAttache]
>> (DirectAgent-225:null) Seq 5-614334468: Response Received:
>> 2013-04-07 00:37:11,171 DEBUG [agent.transport.Request]
>> (DirectAgent-225:null) Seq 5-614334468: Processing:  { Ans: , MgmtId: 1,
>> via: 5, Ver: v1, Flags: 10, [{"Answer":{"result":true,"wait":0}}] }
>> 2013-04-07 00:37:20,451 DEBUG
>> [storage.secondary.SecondaryStorageManagerImpl] (secstorage-1:null) 
>>Zone 1
>> is ready to launch secondary storage VM
>> 2013-04-07 00:37:20,554 DEBUG 
>>[cloud.consoleproxy.ConsoleProxyManagerImpl]
>> (consoleproxy-1:null) Zone 1 is ready to launch console proxy
>> 2013-04-07 00:37:20,820 DEBUG
>> [network.router.VirtualNetworkApplianceManagerImpl]
>> (RouterStatusMonitor-1:null) Found 0 routers to update status.
>> 2013-04-07 00:37:20,822 DEBUG
>> [network.router.VirtualNetworkApplianceManagerImpl]
>> (RouterStatusMonitor-1:null) Found 0 networks to update RvR status.
>> 2013-04-07 00:37:20,851 DEBUG
>> [network.router.VirtualNetworkApplianceManagerImpl]
>> (RouterStatusMonitor-1:null) Found 0 routers to update status.
>> 2013-04-07 00:37:20,852 DEBUG
>> [network.router.VirtualNetworkApplianceManagerImpl]
>> (RouterStatusMonitor-1:null) Found 0 networks to update RvR status.
>> 2013-04-07 00:37:24,890 DEBUG [agent.manager.AgentManagerImpl]
>> (AgentManager-Handler-6:null) Ping from 4
>> 2013-04-07 00:37:27,167 DEBUG [agent.manager.DirectAgentAttache]
>> (DirectAgent-354:null) Ping from 1
>> 2013-04-07 00:37:29,095 DEBUG [agent.manager.DirectAgentAttache]
>> (DirectAgent-97:null) Seq 1-90046472: Executing request
>> 2013-04-07 00:37:29,317 DEBUG [agent.manager.DirectAgentAttache]
>> (DirectAgent-97:null) Seq 1-90046472: Response Received:
>> 2013-04-07 00:37:29,317 DEBUG [agent.transport.Request]
>> (DirectAgent-97:null) Seq 1-90046472: Processing:  { Ans: , MgmtId: 1, 
>>via:
>> 1, Ver: v1, Flags: 10,
>> 
>>[{"ClusterSyncAnswer":{"_clusterId":1,"_newStates":{},"_isExecuted":false
>>,"result":true,"wait":0}}]
>> }
>> 2013-04-07 00:37:47,679 DEBUG [agent.manager.AgentManagerImpl]
>> (AgentManager-Handler-7:null) Ping from 3
>> 2013-04-07 00:37:50,451 DEBUG
>> [storage.secondary.SecondaryStorageManagerImpl] (secstorage-1:null) 
>>Zone 1
>> is ready to launch secondary storage VM
>> 2013-04-07 00:37:50,555 DEBUG 
>>[cloud.consoleproxy.ConsoleProxyManagerImpl]
>> (consoleproxy-1:null) Zone 1 is ready to launch console proxy
>> 2013-04-07 00:37:50,798 INFO  [cloud.ha.HighAvailabilityManagerImpl]
>> (HA-2:null) checking health of usage server
>> 2013-04-07 00:37:50,799 DEBUG [cloud.ha.HighAvailabilityManagerImpl]
>> (HA-2:null) usage server running? false, heartbeat: null
>> 2013-04-07 00:37:50,801 DEBUG [cloud.alert.AlertManagerImpl] (HA-2:null)
>> Have already sent: 1 emails for alert type '12' -- skipping send email
>> 2013-04-07 00:37:50,816 DEBUG
>> [network.router.VirtualNetworkApplianceManagerImpl] 
>>(RouterMonitor-1:null)
>> Found 0 running routers.
>> 2013-04-07 00:37:50,820 DEBUG
>> [network.router.VirtualNetworkApplianceManagerImpl]
>> (RouterStatusMonitor-1:null) Found 0 routers to update status.
>> 2013-04-07 00:37:50,821 DEBUG
>> [network.router.VirtualNetworkApplianceManagerImpl]
>> (RouterStatusMonitor-1:null) Found 0 networks to update RvR status.
>> 2013-04-07 00:37:50,850 DEBUG
>> [network.router.VirtualNetworkApplianceManagerImpl] 
>>(RouterMonitor-1:null)
>> Found 0 running routers.
>> 2013-04-07 00:37:50,851 DEBUG
>> [network.router.VirtualNetworkApplianceManagerImpl]
>> (RouterStatusMonitor-1:null) Found 0 routers to update status.
>> 2013-04-07 00:37:50,852 DEBUG
>> [network.router.VirtualNetworkApplianceManagerImpl]
>> (RouterStatusMonitor-1:null) Found 0 networks to update RvR status.
>> 2013-04-07 00:37:50,909 DEBUG
>> [cloud.network.ExternalLoadBalancerUsageManagerImpl]
>> (ExternalNetworkMonitor-1:null) External devices stats collector is
>> running...
>> 2013-04-07 00:37:50,920 DEBUG [storage.snapshot.SnapshotSchedulerImpl]
>> (SnapshotPollTask:null) Snapshot scheduler.poll is being called at
>> 2013-04-07 06:37:50 GMT
>> 2013-04-07 00:37:50,921 DEBUG [storage.snapshot.SnapshotSchedulerImpl]
>> (SnapshotPollTask:null) Got 0 snapshots to be executed at 2013-04-07
>> 06:37:50 GMT
>> 2013-04-07 00:37:51,480 INFO  [agent.manager.AgentMonitor]
>> (Thread-11:null) Found the following agents behind on ping: [6, 5]
>> 2013-04-07 00:37:51,481 DEBUG [cloud.host.Status] (Thread-11:null) Ping
>> timeout for host 6, do invstigation
>> 2013-04-07 00:37:51,482 DEBUG [cloud.host.Status] (Thread-11:null) Ping
>> timeout for host 5, do invstigation
>> 2013-04-07 00:37:51,483 INFO  [agent.manager.AgentManagerImpl]
>> (AgentTaskPool-10:null) Investigating why host 6 has disconnected with
>> event PingTimeout
>> 2013-04-07 00:37:51,483 DEBUG [agent.manager.AgentManagerImpl]
>> (AgentTaskPool-10:null) checking if agent (6) is alive
>> 2013-04-07 00:37:51,484 INFO  [agent.manager.AgentManagerImpl]
>> (AgentTaskPool-13:null) Investigating why host 5 has disconnected with
>> event PingTimeout
>> 2013-04-07 00:37:51,484 DEBUG [agent.manager.AgentManagerImpl]
>> (AgentTaskPool-13:null) checking if agent (5) is alive
>> 2013-04-07 00:37:51,486 DEBUG [agent.transport.Request]
>> (AgentTaskPool-10:null) Seq 6-324993316: Sending  { Cmd , MgmtId: 1, 
>>via:
>> 6, Ver: v1, Flags: 100011, [{"CheckHealthCommand":{"wait":50}}] }
>> 2013-04-07 00:37:51,486 DEBUG [agent.transport.Request]
>> (AgentTaskPool-10:null) Seq 6-324993316: Executing:  { Cmd , MgmtId: 1,
>> via: 6, Ver: v1, Flags: 100011, [{"CheckHealthCommand":{"wait":50}}] }
>> 2013-04-07 00:37:51,486 DEBUG [agent.manager.DirectAgentAttache]
>> (DirectAgent-303:null) Seq 6-324993316: Executing request
>> 2013-04-07 00:37:51,488 DEBUG [agent.transport.Request]
>> (AgentTaskPool-13:null) Seq 5-614334821: Sending  { Cmd , MgmtId: 1, 
>>via:
>> 5, Ver: v1, Flags: 100011, [{"CheckHealthCommand":{"wait":50}}] }
>> 2013-04-07 00:37:51,488 DEBUG [agent.transport.Request]
>> (AgentTaskPool-13:null) Seq 5-614334821: Executing:  { Cmd , MgmtId: 1,
>> via: 5, Ver: v1, Flags: 100011, [{"CheckHealthCommand":{"wait":50}}] }
>> 2013-04-07 00:37:51,488 DEBUG [agent.manager.DirectAgentAttache]
>> (DirectAgent-158:null) Seq 5-614334821: Executing request
>> 2013-04-07 00:37:51,537 DEBUG [agent.manager.DirectAgentAttache]
>> (DirectAgent-303:null) Seq 6-324993316: Response Received:
>> 2013-04-07 00:37:51,538 DEBUG [agent.transport.Request]
>> (DirectAgent-303:null) Seq 6-324993316: Processing:  { Ans: , MgmtId: 1,
>> via: 6, Ver: v1, Flags: 10,
>> [{"CheckHealthAnswer":{"result":true,"details":"resource is
>> alive","wait":0}}] }
>> 2013-04-07 00:37:51,538 DEBUG [agent.transport.Request]
>> (AgentTaskPool-10:null) Seq 6-324993316: Received:  { Ans: , MgmtId: 1,
>> via: 6, Ver: v1, Flags: 10, { CheckHealthAnswer } }
>> 2013-04-07 00:37:51,538 DEBUG [agent.manager.AgentManagerImpl]
>> (AgentTaskPool-10:null) Details from executing class
>> com.cloud.agent.api.CheckHealthCommand: resource is alive
>> 2013-04-07 00:37:51,538 DEBUG [agent.manager.AgentManagerImpl]
>> (AgentTaskPool-10:null) agent (6) responded to checkHeathCommand, 
>>reporting
>> that agent is Up
>> 2013-04-07 00:37:51,538 INFO  [agent.manager.AgentManagerImpl]
>> (AgentTaskPool-10:null) The state determined is Up
>> 2013-04-07 00:37:51,538 INFO  [agent.manager.AgentManagerImpl]
>> (AgentTaskPool-10:null) Agent is determined to be up and running
>> 2013-04-07 00:37:51,538 DEBUG [cloud.host.Status] 
>>(AgentTaskPool-10:null)
>> Transition:[Resource state = Enabled, Agent event = Ping, Host id = 6, 
>>name
>> = Tut-XenServer]
>> 2013-04-07 00:37:51,541 DEBUG [agent.manager.DirectAgentAttache]
>> (DirectAgent-158:null) Seq 5-614334821: Response Received:
>> 2013-04-07 00:37:51,541 DEBUG [agent.transport.Request]
>> (DirectAgent-158:null) Seq 5-614334821: Processing:  { Ans: , MgmtId: 1,
>> via: 5, Ver: v1, Flags: 10,
>> [{"CheckHealthAnswer":{"result":true,"details":"resource is
>> alive","wait":0}}] }
>> 2013-04-07 00:37:51,541 DEBUG [agent.transport.Request]
>> (AgentTaskPool-13:null) Seq 5-614334821: Received:  { Ans: , MgmtId: 1,
>> via: 5, Ver: v1, Flags: 10, { CheckHealthAnswer } }
>> 2013-04-07 00:37:51,541 DEBUG [agent.manager.AgentManagerImpl]
>> (AgentTaskPool-13:null) Details from executing class
>> com.cloud.agent.api.CheckHealthCommand: resource is alive
>> 2013-04-07 00:37:51,541 DEBUG [agent.manager.AgentManagerImpl]
>> (AgentTaskPool-13:null) agent (5) responded to checkHeathCommand, 
>>reporting
>> that agent is Up
>> 2013-04-07 00:37:51,541 INFO  [agent.manager.AgentManagerImpl]
>> (AgentTaskPool-13:null) The state determined is Up
>> 2013-04-07 00:37:51,541 DEBUG [cloud.host.Status] 
>>(AgentTaskPool-10:null)
>> Agent status update: [id = 6; name = Tut-XenServer; old status = Up; 
>>event
>> = Ping; new status = Up; old update count = 314; new update count = 315]
>> 2013-04-07 00:37:51,541 INFO  [agent.manager.AgentManagerImpl]
>> (AgentTaskPool-13:null) Agent is determined to be up and running
>> 2013-04-07 00:37:51,541 DEBUG [cloud.host.Status] 
>>(AgentTaskPool-13:null)
>> Transition:[Resource state = Enabled, Agent event = Ping, Host id = 5, 
>>name
>> = Tut-XenServer2]
>> 2013-04-07 00:37:51,544 DEBUG [cloud.host.Status] 
>>(AgentTaskPool-13:null)
>> Agent status update: [id = 5; name = Tut-XenServer2; old status = Up; 
>>event
>> = Ping; new status = Up; old update count = 151; new update count = 152]
>> 2013-04-07 00:37:55,103 INFO  [cloud.vm.UserVmManagerImpl]
>> (UserVm-Scavenger-1:null) Found 1 vms to expunge.
>> 2013-04-07 00:37:55,103 DEBUG [cloud.vm.VirtualMachineManagerImpl]
>> (UserVm-Scavenger-1:null) Stopped called on
>> VM[User|94ddc16f-04fc-4da1-8326-01d8d5cdeb44] but the state is Destroyed
>> 2013-04-07 00:37:55,105 DEBUG [cloud.capacity.CapacityManagerImpl]
>> (UserVm-Scavenger-1:null) VM state transitted from :Destroyed to 
>>Expunging
>> with event: ExpungeOperationvm's original host id: 6 new host id: null 
>>host
>> id before state transition: null
>> 2013-04-07 00:37:55,105 DEBUG [cloud.vm.VirtualMachineManagerImpl]
>> (UserVm-Scavenger-1:null) Destroying vm
>> VM[User|94ddc16f-04fc-4da1-8326-01d8d5cdeb44]
>> 2013-04-07 00:37:55,105 DEBUG [cloud.vm.VirtualMachineManagerImpl]
>> (UserVm-Scavenger-1:null) Cleaning up NICS
>> 2013-04-07 00:37:55,105 DEBUG [cloud.network.NetworkManagerImpl]
>> (UserVm-Scavenger-1:null) Cleaning network for vm: 13
>> 2013-04-07 00:37:55,113 DEBUG [network.guru.DirectNetworkGuru]
>> (UserVm-Scavenger-1:null) Deallocate network: networkId: 204, ip:
>> 192.168.56.146
>> 2013-04-07 00:37:55,124 DEBUG [cloud.network.NetworkManagerImpl]
>> (UserVm-Scavenger-1:null) Removed nic id=19
>> 2013-04-07 00:37:55,124 DEBUG [cloud.storage.StorageManagerImpl]
>> (UserVm-Scavenger-1:null) Cleaning storage for vm: 13
>> 2013-04-07 00:37:55,132 DEBUG [cloud.storage.StorageManagerImpl]
>> (UserVm-Scavenger-1:null) Expunging Vol[13|vm=13|ROOT]
>> 2013-04-07 00:37:55,139 DEBUG [agent.transport.Request]
>> (UserVm-Scavenger-1:null) Seq 6-324993317: Sending  { Cmd , MgmtId: 1, 
>>via:
>> 6, Ver: v1, Flags: 100111,
>> 
>>[{"storage.DestroyCommand":{"vmName":"i-2-13-VM","volume":{"id":13,"name"
>>:"ROOT-13","mountPoint":"/iSCSI_SR_3","path":"99154d9c-2665-465d-8c71-e60
>>f1748895b","size":52428800,"type":"ROOT","storagePoolType":"PreSetup","st
>>oragePoolUuid":"iSCSI_SR_3","deviceId":0},"wait":0}}]
>> }
>> 2013-04-07 00:37:55,140 DEBUG [agent.transport.Request]
>> (UserVm-Scavenger-1:null) Seq 6-324993317: Executing:  { Cmd , MgmtId: 
>>1,
>> via: 6, Ver: v1, Flags: 100111,
>> 
>>[{"storage.DestroyCommand":{"vmName":"i-2-13-VM","volume":{"id":13,"name"
>>:"ROOT-13","mountPoint":"/iSCSI_SR_3","path":"99154d9c-2665-465d-8c71-e60
>>f1748895b","size":52428800,"type":"ROOT","storagePoolType":"PreSetup","st
>>oragePoolUuid":"iSCSI_SR_3","deviceId":0},"wait":0}}]
>> }
>> 2013-04-07 00:37:55,140 DEBUG [agent.manager.DirectAgentAttache]
>> (DirectAgent-87:null) Seq 6-324993317: Executing request
>> 2013-04-07 00:37:55,724 DEBUG [agent.manager.DirectAgentAttache]
>> (DirectAgent-87:null) Seq 6-324993317: Response Received:
>> 2013-04-07 00:37:55,724 DEBUG [agent.transport.Request]
>> (DirectAgent-87:null) Seq 6-324993317: Processing:  { Ans: , MgmtId: 1,
>> via: 6, Ver: v1, Flags: 110,
>> [{"Answer":{"result":true,"details":"Success","wait":0}}] }
>> 2013-04-07 00:37:55,724 DEBUG [agent.manager.AgentAttache]
>> (DirectAgent-87:null) Seq 6-324993317: No more commands found
>> 2013-04-07 00:37:55,724 DEBUG [agent.transport.Request]
>> (UserVm-Scavenger-1:null) Seq 6-324993317: Received:  { Ans: , MgmtId: 
>>1,
>> via: 6, Ver: v1, Flags: 110, { Answer } }
>> 2013-04-07 00:37:55,727 DEBUG [cloud.storage.StorageManagerImpl]
>> (UserVm-Scavenger-1:null) Volume successfully expunged from 257
>> 2013-04-07 00:37:55,727 DEBUG [cloud.vm.VirtualMachineManagerImpl]
>> (UserVm-Scavenger-1:null) Expunged
>> VM[User|94ddc16f-04fc-4da1-8326-01d8d5cdeb44]
>> 2013-04-07 00:37:55,727 DEBUG [cloud.vm.UserVmManagerImpl]
>> (UserVm-Scavenger-1:null) Starting cleaning up vm
>> VM[User|94ddc16f-04fc-4da1-8326-01d8d5cdeb44] resources...
>> 2013-04-07 00:37:55,730 INFO  
>>[network.security.SecurityGroupManagerImpl]
>> (UserVm-Scavenger-1:null) Disassociated 1 network groups  from uservm 13
>> 2013-04-07 00:37:55,732 DEBUG 
>>[network.security.SecurityGroupManagerImpl]
>> (UserVm-Scavenger-1:null) Security group mappings are removed 
>>successfully
>> for vm id=13
>> 2013-04-07 00:37:55,736 DEBUG [network.firewall.FirewallManagerImpl]
>> (UserVm-Scavenger-1:null) No firewall rules are found for vm id=13
>> 2013-04-07 00:37:55,737 DEBUG [cloud.vm.UserVmManagerImpl]
>> (UserVm-Scavenger-1:null) Firewall rules are removed successfully as a 
>>part
>> of vm id=13 expunge
>> 2013-04-07 00:37:55,739 DEBUG [network.rules.RulesManagerImpl]
>> (UserVm-Scavenger-1:null) No port forwarding rules are found for vm 
>>id=13
>> 2013-04-07 00:37:55,739 DEBUG [cloud.vm.UserVmManagerImpl]
>> (UserVm-Scavenger-1:null) Port forwarding rules are removed 
>>successfully as
>> a part of vm id=13 expunge
>> 2013-04-07 00:37:55,740 DEBUG [cloud.vm.UserVmManagerImpl]
>> (UserVm-Scavenger-1:null) Removed vm id=13 from all load balancers as a
>> part of expunge process
>> 2013-04-07 00:37:55,741 DEBUG [cloud.vm.UserVmManagerImpl]
>> (UserVm-Scavenger-1:null) Successfully cleaned up vm
>> VM[User|94ddc16f-04fc-4da1-8326-01d8d5cdeb44] resources as a part of
>> expunge process
>> 2013-04-07 00:38:04,813 DEBUG [agent.manager.DirectAgentAttache]
>> (DirectAgent-442:null) Ping from 6
>> 2013-04-07 00:38:06,064 DEBUG [agent.manager.DirectAgentAttache]
>> (DirectAgent-374:null) Ping from 5
>> 2013-04-07 00:38:06,909 DEBUG [agent.manager.DirectAgentAttache]
>> (DirectAgent-157:null) Seq 6-324993028: Executing request
>> 2013-04-07 00:38:07,099 DEBUG [agent.manager.DirectAgentAttache]
>> (DirectAgent-157:null) Seq 6-324993028: Response Received:
>> 2013-04-07 00:38:07,100 DEBUG [agent.transport.Request]
>> (DirectAgent-157:null) Seq 6-324993028: Processing:  { Ans: , MgmtId: 1,
>> via: 6, Ver: v1, Flags: 10,
>> 
>>[{"ClusterSyncAnswer":{"_clusterId":2,"_newStates":{},"_isExecuted":false
>>,"result":true,"wait":0}}]
>> }
>> 2013-04-07 00:38:11,022 DEBUG [agent.manager.DirectAgentAttache]
>> (DirectAgent-192:null) Seq 5-614334468: Executing request
>> 2013-04-07 00:38:11,181 DEBUG [agent.manager.DirectAgentAttache]
>> (DirectAgent-192:null) Seq 5-614334468: Response Received:
>> 2013-04-07 00:38:11,181 DEBUG [agent.transport.Request]
>> (DirectAgent-192:null) Seq 5-614334468: Processing:  { Ans: , MgmtId: 1,
>> via: 5, Ver: v1, Flags: 10, [{"Answer":{"result":true,"wait":0}}] }
>> 2013-04-07 00:38:20,455 DEBUG
>> [storage.secondary.SecondaryStorageManagerImpl] (secstorage-1:null) 
>>Zone 1
>> is ready to launch secondary storage VM
>> 2013-04-07 00:38:20,573 DEBUG 
>>[cloud.consoleproxy.ConsoleProxyManagerImpl]
>> (consoleproxy-1:null) Zone 1 is ready to launch console proxy
>> 2013-04-07 00:38:20,820 DEBUG
>> [network.router.VirtualNetworkApplianceManagerImpl]
>> (RouterStatusMonitor-1:null) Found 0 routers to update status.
>> 2013-04-07 00:38:20,821 DEBUG
>> [network.router.VirtualNetworkApplianceManagerImpl]
>> (RouterStatusMonitor-1:null) Found 0 networks to update RvR status.
>> 2013-04-07 00:38:20,851 DEBUG
>> [network.router.VirtualNetworkApplianceManagerImpl]
>> (RouterStatusMonitor-1:null) Found 0 routers to update status.
>> 2013-04-07 00:38:20,853 DEBUG
>> [network.router.VirtualNetworkApplianceManagerImpl]
>> (RouterStatusMonitor-1:null) Found 0 networks to update RvR status.
>> 2013-04-07 00:38:20,921 DEBUG [cloud.alert.AlertManagerImpl]
>> (CapacityChecker:null) Running Capacity Checker ...
>> 2013-04-07 00:38:20,921 DEBUG [cloud.alert.AlertManagerImpl]
>> (CapacityChecker:null) recalculating system capacity
>> 2013-04-07 00:38:20,921 DEBUG [cloud.alert.AlertManagerImpl]
>> (CapacityChecker:null) Executing cpu/ram capacity update
>> 2013-04-07 00:38:20,931 DEBUG [cloud.capacity.CapacityManagerImpl]
>> (CapacityChecker:null) Found 2 VMs on host 1
>> 2013-04-07 00:38:20,932 DEBUG [cloud.capacity.CapacityManagerImpl]
>> (CapacityChecker:null) Found 0 VM, not running on host 1
>> 2013-04-07 00:38:20,935 DEBUG [cloud.capacity.CapacityManagerImpl]
>> (CapacityChecker:null) No need to calibrate cpu capacity, host:1 
>>usedCpu:
>> 200 reservedCpu: 0
>> 2013-04-07 00:38:20,935 DEBUG [cloud.capacity.CapacityManagerImpl]
>> (CapacityChecker:null) No need to calibrate memory capacity, host:1
>> usedMem: 209715200 reservedMem: 0
>> 2013-04-07 00:38:20,940 DEBUG [cloud.capacity.CapacityManagerImpl]
>> (CapacityChecker:null) Found 0 VMs on host 5
>> 2013-04-07 00:38:20,941 DEBUG [cloud.capacity.CapacityManagerImpl]
>> (CapacityChecker:null) Found 0 VM, not running on host 5
>> 2013-04-07 00:38:20,944 DEBUG [cloud.capacity.CapacityManagerImpl]
>> (CapacityChecker:null) No need to calibrate cpu capacity, host:5 
>>usedCpu: 0
>> reservedCpu: 0
>> 2013-04-07 00:38:20,944 DEBUG [cloud.capacity.CapacityManagerImpl]
>> (CapacityChecker:null) No need to calibrate memory capacity, host:5
>> usedMem: 0 reservedMem: 0
>> 2013-04-07 00:38:20,950 DEBUG [cloud.capacity.CapacityManagerImpl]
>> (CapacityChecker:null) Found 1 VMs on host 6
>> 2013-04-07 00:38:20,951 DEBUG [cloud.capacity.CapacityManagerImpl]
>> (CapacityChecker:null) Found 0 VM, not running on host 6
>> 2013-04-07 00:38:20,954 DEBUG [cloud.capacity.CapacityManagerImpl]
>> (CapacityChecker:null) No need to calibrate cpu capacity, host:6 
>>usedCpu:
>> 100 reservedCpu: 0
>> 2013-04-07 00:38:20,954 DEBUG [cloud.capacity.CapacityManagerImpl]
>> (CapacityChecker:null) No need to calibrate memory capacity, host:6
>> usedMem: 104857600 reservedMem: 0
>> 2013-04-07 00:38:20,954 DEBUG [cloud.alert.AlertManagerImpl]
>> (CapacityChecker:null) Done executing cpu/ram capacity update
>> 2013-04-07 00:38:20,954 DEBUG [cloud.alert.AlertManagerImpl]
>> (CapacityChecker:null) Executing storage capacity update
>> 2013-04-07 00:38:20,961 DEBUG [cloud.storage.StorageManagerImpl]
>> (CapacityChecker:null) Successfully set Capacity - 31004332032 for 
>>capacity
>> type - 9 , DataCenterId - 1, HostOrPoolId - 200, PodId 1
>> 2013-04-07 00:38:20,965 DEBUG [cloud.storage.StorageManagerImpl]
>> (CapacityChecker:null) Successfully set Capacity - 97221701632 for 
>>capacity
>> type - 9 , DataCenterId - 1, HostOrPoolId - 201, PodId 1
>> 2013-04-07 00:38:20,970 DEBUG [cloud.storage.StorageManagerImpl]
>> (CapacityChecker:null) Successfully set Capacity - 97221701632 for 
>>capacity
>> type - 9 , DataCenterId - 1, HostOrPoolId - 202, PodId 1
>> 2013-04-07 00:38:20,975 DEBUG [cloud.storage.StorageManagerImpl]
>> (CapacityChecker:null) Successfully set Capacity - 2084569088 for 
>>capacity
>> type - 3 , DataCenterId - 1, HostOrPoolId - 256, PodId 1
>> 2013-04-07 00:38:20,980 DEBUG [cloud.storage.StorageManagerImpl]
>> (CapacityChecker:null) Successfully set Capacity - 2084569088 for 
>>capacity
>> type - 3 , DataCenterId - 1, HostOrPoolId - 257, PodId 1
>> 2013-04-07 00:38:20,985 DEBUG [cloud.storage.StorageManagerImpl]
>> (CapacityChecker:null) Successfully set Capacity - 2084569088 for 
>>capacity
>> type - 3 , DataCenterId - 1, HostOrPoolId - 262, PodId 1
>> 2013-04-07 00:38:20,985 DEBUG [cloud.alert.AlertManagerImpl]
>> (CapacityChecker:null) Done executing storage capacity update
>> 2013-04-07 00:38:20,985 DEBUG [cloud.alert.AlertManagerImpl]
>> (CapacityChecker:null) Executing capacity updates for public ip and 
>>Vlans
>> 2013-04-07 00:38:20,995 DEBUG [cloud.alert.AlertManagerImpl]
>> (CapacityChecker:null) Done capacity updates for public ip and Vlans
>> 2013-04-07 00:38:20,996 DEBUG [cloud.alert.AlertManagerImpl]
>> (CapacityChecker:null) Executing capacity updates for private ip
>> 2013-04-07 00:38:21,003 DEBUG [cloud.alert.AlertManagerImpl]
>> (CapacityChecker:null) Done executing capacity updates for private ip
>> 2013-04-07 00:38:21,003 DEBUG [cloud.alert.AlertManagerImpl]
>> (CapacityChecker:null) Done recalculating system capacity
>> 2013-04-07 00:38:21,031 DEBUG [cloud.alert.AlertManagerImpl]
>> (CapacityChecker:null) Done running Capacity Checker ...
>> 2013-04-07 00:38:24,889 DEBUG [agent.manager.AgentManagerImpl]
>> (AgentManager-Handler-8:null) Ping from 4
>> 2013-04-07 00:38:27,157 DEBUG [agent.manager.DirectAgentAttache]
>> (DirectAgent-311:null) Ping from 1
>> 2013-04-07 00:38:29,095 DEBUG [agent.manager.DirectAgentAttache]
>> (DirectAgent-197:null) Seq 1-90046472: Executing request
>> 2013-04-07 00:38:29,323 DEBUG [agent.manager.DirectAgentAttache]
>> (DirectAgent-197:null) Seq 1-90046472: Response Received:
>> 2013-04-07 00:38:29,324 DEBUG [agent.transport.Request]
>> (DirectAgent-197:null) Seq 1-90046472: Processing:  { Ans: , MgmtId: 1,
>> via: 1, Ver: v1, Flags: 10,
>> 
>>[{"ClusterSyncAnswer":{"_clusterId":1,"_newStates":{},"_isExecuted":false
>>,"result":true,"wait":0}}]
>> }
>> 2013-04-07 00:38:47,679 DEBUG [agent.manager.AgentManagerImpl]
>> (AgentManager-Handler-9:null) Ping from 3
>> 2013-04-07 00:38:50,453 DEBUG
>> [storage.secondary.SecondaryStorageManagerImpl] (secstorage-1:null) 
>>Zone 1
>> is ready to launch secondary storage VM
>> 2013-04-07 00:38:50,560 DEBUG 
>>[cloud.consoleproxy.ConsoleProxyManagerImpl]
>> (consoleproxy-1:null) Zone 1 is ready to launch console proxy
>> 2013-04-07 00:38:50,819 DEBUG
>> [network.router.VirtualNetworkApplianceManagerImpl]
>> (RouterStatusMonitor-1:null) Found 0 routers to update status.
>> 2013-04-07 00:38:50,820 DEBUG
>> [network.router.VirtualNetworkApplianceManagerImpl]
>> (RouterStatusMonitor-1:null) Found 0 networks to update RvR status.
>> 2013-04-07 00:38:50,851 DEBUG
>> [network.router.VirtualNetworkApplianceManagerImpl]
>> (RouterStatusMonitor-1:null) Found 0 routers to update status.
>> 2013-04-07 00:38:50,852 DEBUG
>> [network.router.VirtualNetworkApplianceManagerImpl]
>> (RouterStatusMonitor-1:null) Found 0 networks to update RvR status.
>> 2013-04-07 00:38:51,483 INFO  [agent.manager.AgentMonitor]
>> (Thread-11:null) Found the following agents behind on ping: [6, 5]
>> 2013-04-07 00:38:51,485 DEBUG [cloud.host.Status] (Thread-11:null) Ping
>> timeout for host 6, do invstigation
>> 2013-04-07 00:38:51,486 DEBUG [cloud.host.Status] (Thread-11:null) Ping
>> timeout for host 5, do invstigation
>> 2013-04-07 00:38:51,486 INFO  [agent.manager.AgentManagerImpl]
>> (AgentTaskPool-11:null) Investigating why host 6 has disconnected with
>> event PingTimeout
>> 2013-04-07 00:38:51,486 DEBUG [agent.manager.AgentManagerImpl]
>> (AgentTaskPool-11:null) checking if agent (6) is alive
>> 2013-04-07 00:38:51,487 INFO  [agent.manager.AgentManagerImpl]
>> (AgentTaskPool-16:null) Investigating why host 5 has disconnected with
>> event PingTimeout
>> 2013-04-07 00:38:51,488 DEBUG [agent.manager.AgentManagerImpl]
>> (AgentTaskPool-16:null) checking if agent (5) is alive
>> 2013-04-07 00:38:51,489 DEBUG [agent.transport.Request]
>> (AgentTaskPool-11:null) Seq 6-324993318: Sending  { Cmd , MgmtId: 1, 
>>via:
>> 6, Ver: v1, Flags: 100011, [{"CheckHealthCommand":{"wait":50}}] }
>> 2013-04-07 00:38:51,489 DEBUG [agent.transport.Request]
>> (AgentTaskPool-11:null) Seq 6-324993318: Executing:  { Cmd , MgmtId: 1,
>> via: 6, Ver: v1, Flags: 100011, [{"CheckHealthCommand":{"wait":50}}] }
>> 2013-04-07 00:38:51,489 DEBUG [agent.manager.DirectAgentAttache]
>> (DirectAgent-372:null) Seq 6-324993318: Executing request
>> 2013-04-07 00:38:51,491 DEBUG [agent.transport.Request]
>> (AgentTaskPool-16:null) Seq 5-614334822: Sending  { Cmd , MgmtId: 1, 
>>via:
>> 5, Ver: v1, Flags: 100011, [{"CheckHealthCommand":{"wait":50}}] }
>> 2013-04-07 00:38:51,491 DEBUG [agent.transport.Request]
>> (AgentTaskPool-16:null) Seq 5-614334822: Executing:  { Cmd , MgmtId: 1,
>> via: 5, Ver: v1, Flags: 100011, [{"CheckHealthCommand":{"wait":50}}] }
>> 2013-04-07 00:38:51,491 DEBUG [agent.manager.DirectAgentAttache]
>> (DirectAgent-252:null) Seq 5-614334822: Executing request
>> 2013-04-07 00:38:51,546 DEBUG [agent.manager.DirectAgentAttache]
>> (DirectAgent-372:null) Seq 6-324993318: Response Received:
>> 2013-04-07 00:38:51,547 DEBUG [agent.transport.Request]
>> (DirectAgent-372:null) Seq 6-324993318: Processing:  { Ans: , MgmtId: 1,
>> via: 6, Ver: v1, Flags: 10,
>> [{"CheckHealthAnswer":{"result":true,"details":"resource is
>> alive","wait":0}}] }
>> 2013-04-07 00:38:51,547 DEBUG [agent.transport.Request]
>> (AgentTaskPool-11:null) Seq 6-324993318: Received:  { Ans: , MgmtId: 1,
>> via: 6, Ver: v1, Flags: 10, { CheckHealthAnswer } }
>> 2013-04-07 00:38:51,547 DEBUG [agent.manager.AgentManagerImpl]
>> (AgentTaskPool-11:null) Details from executing class
>> com.cloud.agent.api.CheckHealthCommand: resource is alive
>> 2013-04-07 00:38:51,547 DEBUG [agent.manager.AgentManagerImpl]
>> (AgentTaskPool-11:null) agent (6) responded to checkHeathCommand, 
>>reporting
>> that agent is Up
>> 2013-04-07 00:38:51,547 INFO  [agent.manager.AgentManagerImpl]
>> (AgentTaskPool-11:null) The state determined is Up
>> 2013-04-07 00:38:51,547 INFO  [agent.manager.AgentManagerImpl]
>> (AgentTaskPool-11:null) Agent is determined to be up and running
>> 2013-04-07 00:38:51,547 DEBUG [cloud.host.Status] 
>>(AgentTaskPool-11:null)
>> Transition:[Resource state = Enabled, Agent event = Ping, Host id = 6, 
>>name
>> = Tut-XenServer]
>> 2013-04-07 00:38:51,549 DEBUG [agent.manager.DirectAgentAttache]
>> (DirectAgent-252:null) Seq 5-614334822: Response Received:
>> 2013-04-07 00:38:51,549 DEBUG [agent.transport.Request]
>> (DirectAgent-252:null) Seq 5-614334822: Processing:  { Ans: , MgmtId: 1,
>> via: 5, Ver: v1, Flags: 10,
>> [{"CheckHealthAnswer":{"result":true,"details":"resource is
>> alive","wait":0}}] }
>> 2013-04-07 00:38:51,549 DEBUG [agent.transport.Request]
>> (AgentTaskPool-16:null) Seq 5-614334822: Received:  { Ans: , MgmtId: 1,
>> via: 5, Ver: v1, Flags: 10, { CheckHealthAnswer } }
>> 2013-04-07 00:38:51,550 DEBUG [agent.manager.AgentManagerImpl]
>> (AgentTaskPool-16:null) Details from executing class
>> com.cloud.agent.api.CheckHealthCommand: resource is alive
>> 2013-04-07 00:38:51,550 DEBUG [agent.manager.AgentManagerImpl]
>> (AgentTaskPool-16:null) agent (5) responded to checkHeathCommand, 
>>reporting
>> that agent is Up
>> 2013-04-07 00:38:51,550 INFO  [agent.manager.AgentManagerImpl]
>> (AgentTaskPool-16:null) The state determined is Up
>> 2013-04-07 00:38:51,550 INFO  [agent.manager.AgentManagerImpl]
>> (AgentTaskPool-16:null) Agent is determined to be up and running
>> 2013-04-07 00:38:51,550 DEBUG [cloud.host.Status] 
>>(AgentTaskPool-11:null)
>> Agent status update: [id = 6; name = Tut-XenServer; old status = Up; 
>>event
>> = Ping; new status = Up; old update count = 315; new update count = 316]
>> 2013-04-07 00:38:51,550 DEBUG [cloud.host.Status] 
>>(AgentTaskPool-16:null)
>> Transition:[Resource state = Enabled, Agent event = Ping, Host id = 5, 
>>name
>> = Tut-XenServer2]
>> 2013-04-07 00:38:51,553 DEBUG [cloud.host.Status] 
>>(AgentTaskPool-16:null)
>> Agent status update: [id = 5; name = Tut-XenServer2; old status = Up; 
>>event
>> = Ping; new status = Up; old update count = 152; new update count = 153]
>> 2013-04-07 00:39:04,800 DEBUG [agent.manager.DirectAgentAttache]
>> (DirectAgent-100:null) Ping from 6
>> 2013-04-07 00:39:06,054 DEBUG [agent.manager.DirectAgentAttache]
>> (DirectAgent-259:null) Ping from 5
>> 2013-04-07 00:39:06,909 DEBUG [agent.manager.DirectAgentAttache]
>> (DirectAgent-134:null) Seq 6-324993028: Executing request
>> 2013-04-07 00:39:07,104 DEBUG [agent.manager.DirectAgentAttache]
>> (DirectAgent-134:null) Seq 6-324993028: Response Received:
>> 2013-04-07 00:39:07,104 DEBUG [agent.transport.Request]
>> (DirectAgent-134:null) Seq 6-324993028: Processing:  { Ans: , MgmtId: 1,
>> via: 6, Ver: v1, Flags: 10,
>> 
>>[{"ClusterSyncAnswer":{"_clusterId":2,"_newStates":{},"_isExecuted":false
>>,"result":true,"wait":0}}]
>> }
>> 2013-04-07 00:39:11,022 DEBUG [agent.manager.DirectAgentAttache]
>> (DirectAgent-188:null) Seq 5-614334468: Executing request
>> 2013-04-07 00:39:11,164 DEBUG [agent.manager.DirectAgentAttache]
>> (DirectAgent-188:null) Seq 5-614334468: Response Received:
>> 2013-04-07 00:39:11,164 DEBUG [agent.transport.Request]
>> (DirectAgent-188:null) Seq 5-614334468: Processing:  { Ans: , MgmtId: 1,
>> via: 5, Ver: v1, Flags: 10, [{"Answer":{"result":true,"wait":0}}] }
>> 2013-04-07 00:39:20,451 DEBUG
>> [storage.secondary.SecondaryStorageManagerImpl] (secstorage-1:null) 
>>Zone 1
>> is ready to launch secondary storage VM
>> 2013-04-07 00:39:20,552 DEBUG 
>>[cloud.consoleproxy.ConsoleProxyManagerImpl]
>> (consoleproxy-1:null) Zone 1 is ready to launch console proxy
>> 2013-04-07 00:39:20,819 DEBUG
>> [network.router.VirtualNetworkApplianceManagerImpl]
>> (RouterStatusMonitor-1:null) Found 0 routers to update status.
>> 2013-04-07 00:39:20,820 DEBUG
>> [network.router.VirtualNetworkApplianceManagerImpl]
>> (RouterStatusMonitor-1:null) Found 0 networks to update RvR status.
>> 2013-04-07 00:39:20,851 DEBUG
>> [network.router.VirtualNetworkApplianceManagerImpl]
>> (RouterStatusMonitor-1:null) Found 0 routers to update status.
>> 2013-04-07 00:39:20,852 DEBUG
>> [network.router.VirtualNetworkApplianceManagerImpl]
>> (RouterStatusMonitor-1:null) Found 0 networks to update RvR status.
>> 2013-04-07 00:39:24,890 DEBUG [agent.manager.AgentManagerImpl]
>> (AgentManager-Handler-10:null) Ping from 4
>> 2013-04-07 00:39:27,161 DEBUG [agent.manager.DirectAgentAttache]
>> (DirectAgent-400:null) Ping from 1
>> 2013-04-07 00:39:27,661 DEBUG [cloud.api.ApiServlet]
>> (1109449945@qtp-1008805148-34:null) ===START===  127.0.0.1 -- GET
>>  
>>command=listVolumes&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%
>>3D&listAll=true&page=1&pagesize=20&_=1365316767658
>> 2013-04-07 00:39:27,672 DEBUG [cloud.api.ApiServlet]
>> (1109449945@qtp-1008805148-34:null) ===END===  127.0.0.1 -- GET
>>  
>>command=listVolumes&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%
>>3D&listAll=true&page=1&pagesize=20&_=1365316767658
>> 2013-04-07 00:39:28,628 DEBUG [cloud.api.ApiServlet]
>> (1109449945@qtp-1008805148-34:null) ===START===  127.0.0.1 -- GET
>>  
>>command=listVirtualMachines&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRR
>>fl8GoVA%3D&listAll=true&page=1&pagesize=20&_=1365316768625
>> 2013-04-07 00:39:28,640 DEBUG [cloud.api.ApiServlet]
>> (1109449945@qtp-1008805148-34:null) ===END===  127.0.0.1 -- GET
>>  
>>command=listVirtualMachines&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRR
>>fl8GoVA%3D&listAll=true&page=1&pagesize=20&_=1365316768625
>> 2013-04-07 00:39:29,095 DEBUG [agent.manager.DirectAgentAttache]
>> (DirectAgent-101:null) Seq 1-90046472: Executing request
>> 2013-04-07 00:39:29,311 DEBUG [agent.manager.DirectAgentAttache]
>> (DirectAgent-101:null) Seq 1-90046472: Response Received:
>> 2013-04-07 00:39:29,311 DEBUG [agent.transport.Request]
>> (DirectAgent-101:null) Seq 1-90046472: Processing:  { Ans: , MgmtId: 1,
>> via: 1, Ver: v1, Flags: 10,
>> 
>>[{"ClusterSyncAnswer":{"_clusterId":1,"_newStates":{},"_isExecuted":false
>>,"result":true,"wait":0}}]
>> }
>> 2013-04-07 00:39:31,530 DEBUG [cloud.api.ApiServlet]
>> (1109449945@qtp-1008805148-34:null) ===START===  127.0.0.1 -- GET
>>  
>>command=logout&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=
>>1365316771528
>> 2013-04-07 00:39:31,535 DEBUG [cloud.api.ApiServlet]
>> (1109449945@qtp-1008805148-34:null) ===END===  127.0.0.1 -- GET
>>  
>>command=logout&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=
>>1365316771528
>> 2013-04-07 00:39:31,969 DEBUG [cloud.api.ApiServlet]
>> (2107564436@qtp-1008805148-38:null) ===START===  127.0.0.1 -- GET
>>  command=listCapabilities&response=json&sessionkey=null&_=1365316771968
>> 2013-04-07 00:39:31,970 DEBUG [cloud.api.ApiServlet]
>> (2107564436@qtp-1008805148-38:null) ===END===  127.0.0.1 -- GET
>>  command=listCapabilities&response=json&sessionkey=null&_=1365316771968
>> 2013-04-07 00:39:47,679 DEBUG [agent.manager.AgentManagerImpl]
>> (AgentManager-Handler-11:null) Ping from 3
>> 2013-04-07 00:39:50,451 DEBUG
>> [storage.secondary.SecondaryStorageManagerImpl] (secstorage-1:null) 
>>Zone 1
>> is ready to launch secondary storage VM
>> 2013-04-07 00:39:50,555 DEBUG 
>>[cloud.consoleproxy.ConsoleProxyManagerImpl]
>> (consoleproxy-1:null) Zone 1 is ready to launch console proxy
>> 2013-04-07 00:39:50,819 DEBUG
>> [network.router.VirtualNetworkApplianceManagerImpl]
>> (RouterStatusMonitor-1:null) Found 0 routers to update status.
>> 2013-04-07 00:39:50,820 DEBUG
>> [network.router.VirtualNetworkApplianceManagerImpl]
>> (RouterStatusMonitor-1:null) Found 0 networks to update RvR status.
>> 2013-04-07 00:39:50,850 DEBUG
>> [network.router.VirtualNetworkApplianceManagerImpl]
>> (RouterStatusMonitor-1:null) Found 0 routers to update status.
>> 2013-04-07 00:39:50,851 DEBUG
>> [network.router.VirtualNetworkApplianceManagerImpl]
>> (RouterStatusMonitor-1:null) Found 0 networks to update RvR status.
>> 2013-04-07 00:39:51,486 INFO  [agent.manager.AgentMonitor]
>> (Thread-11:null) Found the following agents behind on ping: [6, 5]
>> 2013-04-07 00:39:51,488 DEBUG [cloud.host.Status] (Thread-11:null) Ping
>> timeout for host 6, do invstigation
>> 2013-04-07 00:39:51,489 DEBUG [cloud.host.Status] (Thread-11:null) Ping
>> timeout for host 5, do invstigation
>> 2013-04-07 00:39:51,489 INFO  [agent.manager.AgentManagerImpl]
>> (AgentTaskPool-2:null) Investigating why host 6 has disconnected with 
>>event
>> PingTimeout
>> 2013-04-07 00:39:51,490 DEBUG [agent.manager.AgentManagerImpl]
>> (AgentTaskPool-2:null) checking if agent (6) is alive
>> 2013-04-07 00:39:51,491 INFO  [agent.manager.AgentManagerImpl]
>> (AgentTaskPool-14:null) Investigating why host 5 has disconnected with
>> event PingTimeout
>> 2013-04-07 00:39:51,491 DEBUG [agent.manager.AgentManagerImpl]
>> (AgentTaskPool-14:null) checking if agent (5) is alive
>> 2013-04-07 00:39:51,493 DEBUG [agent.transport.Request]
>> (AgentTaskPool-2:null) Seq 6-324993319: Sending  { Cmd , MgmtId: 1, 
>>via: 6,
>> Ver: v1, Flags: 100011, [{"CheckHealthCommand":{"wait":50}}] }
>> 2013-04-07 00:39:51,493 DEBUG [agent.transport.Request]
>> (AgentTaskPool-2:null) Seq 6-324993319: Executing:  { Cmd , MgmtId: 1, 
>>via:
>> 6, Ver: v1, Flags: 100011, [{"CheckHealthCommand":{"wait":50}}] }
>> 2013-04-07 00:39:51,493 DEBUG [agent.manager.DirectAgentAttache]
>> (DirectAgent-278:null) Seq 6-324993319: Executing request
>> 2013-04-07 00:39:51,494 DEBUG [agent.transport.Request]
>> (AgentTaskPool-14:null) Seq 5-614334823: Sending  { Cmd , MgmtId: 1, 
>>via:
>> 5, Ver: v1, Flags: 100011, [{"CheckHealthCommand":{"wait":50}}] }
>> 2013-04-07 00:39:51,494 DEBUG [agent.transport.Request]
>> (AgentTaskPool-14:null) Seq 5-614334823: Executing:  { Cmd , MgmtId: 1,
>> via: 5, Ver: v1, Flags: 100011, [{"CheckHealthCommand":{"wait":50}}] }
>> 2013-04-07 00:39:51,495 DEBUG [agent.manager.DirectAgentAttache]
>> (DirectAgent-433:null) Seq 5-614334823: Executing request
>> 2013-04-07 00:39:51,547 DEBUG [agent.manager.DirectAgentAttache]
>> (DirectAgent-278:null) Seq 6-324993319: Response Received:
>> 2013-04-07 00:39:51,548 DEBUG [agent.transport.Request]
>> (DirectAgent-278:null) Seq 6-324993319: Processing:  { Ans: , MgmtId: 1,
>> via: 6, Ver: v1, Flags: 10,
>> [{"CheckHealthAnswer":{"result":true,"details":"resource is
>> alive","wait":0}}] }
>> 2013-04-07 00:39:51,548 DEBUG [agent.transport.Request]
>> (AgentTaskPool-2:null) Seq 6-324993319: Received:  { Ans: , MgmtId: 1, 
>>via:
>> 6, Ver: v1, Flags: 10, { CheckHealthAnswer } }
>> 2013-04-07 00:39:51,548 DEBUG [agent.manager.AgentManagerImpl]
>> (AgentTaskPool-2:null) Details from executing class
>> com.cloud.agent.api.CheckHealthCommand: resource is alive
>> 2013-04-07 00:39:51,548 DEBUG [agent.manager.AgentManagerImpl]
>> (AgentTaskPool-2:null) agent (6) responded to checkHeathCommand, 
>>reporting
>> that agent is Up
>> 2013-04-07 00:39:51,548 INFO  [agent.manager.AgentManagerImpl]
>> (AgentTaskPool-2:null) The state determined is Up
>> 2013-04-07 00:39:51,548 INFO  [agent.manager.AgentManagerImpl]
>> (AgentTaskPool-2:null) Agent is determined to be up and running
>> 2013-04-07 00:39:51,548 DEBUG [cloud.host.Status] (AgentTaskPool-2:null)
>> Transition:[Resource state = Enabled, Agent event = Ping, Host id = 6, 
>>name
>> = Tut-XenServer]
>> 2013-04-07 00:39:51,549 DEBUG [agent.manager.DirectAgentAttache]
>> (DirectAgent-433:null) Seq 5-614334823: Response Received:
>> 2013-04-07 00:39:51,549 DEBUG [agent.transport.Request]
>> (DirectAgent-433:null) Seq 5-614334823: Processing:  { Ans: , MgmtId: 1,
>> via: 5, Ver: v1, Flags: 10,
>> [{"CheckHealthAnswer":{"result":true,"details":"resource is
>> alive","wait":0}}] }
>> 2013-04-07 00:39:51,549 DEBUG [agent.transport.Request]
>> (AgentTaskPool-14:null) Seq 5-614334823: Received:  { Ans: , MgmtId: 1,
>> via: 5, Ver: v1, Flags: 10, { CheckHealthAnswer } }
>> 2013-04-07 00:39:51,549 DEBUG [agent.manager.AgentManagerImpl]
>> (AgentTaskPool-14:null) Details from executing class
>> com.cloud.agent.api.CheckHealthCommand: resource is alive
>> 2013-04-07 00:39:51,549 DEBUG [agent.manager.AgentManagerImpl]
>> (AgentTaskPool-14:null) agent (5) responded to checkHeathCommand, 
>>reporting
>> that agent is Up
>> 2013-04-07 00:39:51,549 INFO  [agent.manager.AgentManagerImpl]
>> (AgentTaskPool-14:null) The state determined is Up
>> 2013-04-07 00:39:51,549 INFO  [agent.manager.AgentManagerImpl]
>> (AgentTaskPool-14:null) Agent is determined to be up and running
>> 2013-04-07 00:39:51,551 DEBUG [cloud.host.Status] (AgentTaskPool-2:null)
>> Agent status update: [id = 6; name = Tut-XenServer; old status = Up; 
>>event
>> = Ping; new status = Up; old update count = 316; new update count = 317]
>> 2013-04-07 00:39:51,551 DEBUG [cloud.host.Status] 
>>(AgentTaskPool-14:null)
>> Transition:[Resource state = Enabled, Agent event = Ping, Host id = 5, 
>>name
>> = Tut-XenServer2]
>> 2013-04-07 00:39:51,554 DEBUG [cloud.host.Status] 
>>(AgentTaskPool-14:null)
>> Agent status update: [id = 5; name = Tut-XenServer2; old status = Up; 
>>event
>> = Ping; new status = Up; old update count = 153; new update count = 154]
>> 2013-04-07 00:40:04,836 DEBUG [agent.manager.DirectAgentAttache]
>> (DirectAgent-238:null) Ping from 6
>> 2013-04-07 00:40:06,653 WARN  [xen.resource.CitrixResourceBase]
>> (DirectAgent-429:null)  can not ping xenserver
>> 5e02c608-155d-432e-a20f-f8c600ef3ab7
>> 2013-04-07 00:40:06,653 WARN  [agent.manager.DirectAgentAttache]
>> (DirectAgent-429:null) Unable to get current status on 5
>> 2013-04-07 00:40:06,655 INFO  [agent.manager.AgentManagerImpl]
>> (AgentTaskPool-1:null) Investigating why host 5 has disconnected with 
>>event
>> AgentDisconnected
>> 2013-04-07 00:40:06,655 DEBUG [agent.manager.AgentManagerImpl]
>> (AgentTaskPool-1:null) checking if agent (5) is alive
>> 2013-04-07 00:40:06,658 DEBUG [agent.transport.Request]
>> (AgentTaskPool-1:null) Seq 5-614334824: Sending  { Cmd , MgmtId: 1, 
>>via: 5,
>> Ver: v1, Flags: 100011, [{"CheckHealthCommand":{"wait":50}}] }
>> 2013-04-07 00:40:06,658 DEBUG [agent.transport.Request]
>> (AgentTaskPool-1:null) Seq 5-614334824: Executing:  { Cmd , MgmtId: 1, 
>>via:
>> 5, Ver: v1, Flags: 100011, [{"CheckHealthCommand":{"wait":50}}] }
>> 2013-04-07 00:40:06,658 DEBUG [agent.manager.DirectAgentAttache]
>> (DirectAgent-28:null) Seq 5-614334824: Executing request
>> 2013-04-07 00:40:06,681 DEBUG [agent.manager.DirectAgentAttache]
>> (DirectAgent-28:null) Seq 5-614334824: Response Received:
>> 2013-04-07 00:40:06,682 DEBUG [agent.transport.Request]
>> (DirectAgent-28:null) Seq 5-614334824: Processing:  { Ans: , MgmtId: 1,
>> via: 5, Ver: v1, Flags: 10,
>> [{"CheckHealthAnswer":{"result":false,"details":"resource is not
>> alive","wait":0}}] }
>> 2013-04-07 00:40:06,682 DEBUG [agent.transport.Request]
>> (AgentTaskPool-1:null) Seq 5-614334824: Received:  { Ans: , MgmtId: 1, 
>>via:
>> 5, Ver: v1, Flags: 10, { CheckHealthAnswer } }
>> 2013-04-07 00:40:06,682 DEBUG [agent.manager.AgentManagerImpl]
>> (AgentTaskPool-1:null) Details from executing class
>> com.cloud.agent.api.CheckHealthCommand: resource is not alive
>> 2013-04-07 00:40:06,684 DEBUG [cloud.ha.HighAvailabilityManagerImpl]
>> (AgentTaskPool-1:null) SimpleInvestigator unable to determine the state 
>>of
>> the host.  Moving on.
>> 2013-04-07 00:40:06,691 DEBUG [agent.transport.Request]
>> (AgentTaskPool-1:null) Seq 6-324993320: Sending  { Cmd , MgmtId: 1, 
>>via: 6,
>> Ver: v1, Flags: 100011,
>> 
>>[{"CheckOnHostCommand":{"host":{"guid":"5e02c608-155d-432e-a20f-f8c600ef3
>>ab7","privateNetwork":{"ip":"192.168.56.11","netmask":"255.255.255.0","ma
>>c":"08:00:27:f7:0d:28","isSecurityGroupEnabled":false},"publicNetwork":{"
>>ip":"192.168.56.11","netmask":"255.255.255.0","mac":"08:00:27:f7:0d:28","
>>isSecurityGroupEnabled":false},"storageNetwork1":{"ip":"192.168.56.11","n
>>etmask":"255.255.255.0","mac":"08:00:27:f7:0d:28","isSecurityGroupEnabled
>>":false}},"wait":20}}]
>> }
>> 2013-04-07 00:40:06,691 DEBUG [agent.transport.Request]
>> (AgentTaskPool-1:null) Seq 6-324993320: Executing:  { Cmd , MgmtId: 1, 
>>via:
>> 6, Ver: v1, Flags: 100011,
>> 
>>[{"CheckOnHostCommand":{"host":{"guid":"5e02c608-155d-432e-a20f-f8c600ef3
>>ab7","privateNetwork":{"ip":"192.168.56.11","netmask":"255.255.255.0","ma
>>c":"08:00:27:f7:0d:28","isSecurityGroupEnabled":false},"publicNetwork":{"
>>ip":"192.168.56.11","netmask":"255.255.255.0","mac":"08:00:27:f7:0d:28","
>>isSecurityGroupEnabled":false},"storageNetwork1":{"ip":"192.168.56.11","n
>>etmask":"255.255.255.0","mac":"08:00:27:f7:0d:28","isSecurityGroupEnabled
>>":false}},"wait":20}}]
>> }
>> 2013-04-07 00:40:06,692 DEBUG [agent.manager.DirectAgentAttache]
>> (DirectAgent-467:null) Seq 6-324993320: Executing request
>> 2013-04-07 00:40:06,909 DEBUG [agent.manager.DirectAgentAttache]
>> (DirectAgent-367:null) Seq 6-324993028: Executing request
>> 2013-04-07 00:40:07,178 DEBUG [xen.resource.XenServer56Resource]
>> (DirectAgent-467:null) Heart beat is still going
>> 2013-04-07 00:40:07,178 DEBUG [agent.manager.DirectAgentAttache]
>> (DirectAgent-467:null) Seq 6-324993320: Response Received:
>> 2013-04-07 00:40:07,178 DEBUG [agent.transport.Request]
>> (DirectAgent-467:null) Seq 6-324993320: Processing:  { Ans: , MgmtId: 1,
>> via: 6, Ver: v1, Flags: 10,
>> 
>>[{"CheckOnHostAnswer":{"determined":true,"alive":true,"result":true,"deta
>>ils":"Heartbeat
>> is still going","wait":0}}] }
>> 2013-04-07 00:40:07,178 DEBUG [agent.transport.Request]
>> (AgentTaskPool-1:null) Seq 6-324993320: Received:  { Ans: , MgmtId: 1, 
>>via:
>> 6, Ver: v1, Flags: 10, { CheckOnHostAnswer } }
>> 2013-04-07 00:40:07,179 DEBUG [agent.manager.AgentManagerImpl]
>> (AgentTaskPool-1:null) Details from executing class
>> com.cloud.agent.api.CheckOnHostCommand: Heartbeat is still going
>> 2013-04-07 00:40:07,179 DEBUG [cloud.ha.HighAvailabilityManagerImpl]
>> (AgentTaskPool-1:null) XenServerInvestigator was able to determine host 
>>5
>> is in Up
>> 2013-04-07 00:40:07,179 INFO  [agent.manager.AgentManagerImpl]
>> (AgentTaskPool-1:null) The state determined is Up
>> 2013-04-07 00:40:07,179 INFO  [agent.manager.AgentManagerImpl]
>> (AgentTaskPool-1:null) Agent is determined to be up and running
>> 2013-04-07 00:40:07,179 DEBUG [cloud.host.Status] (AgentTaskPool-1:null)
>> Transition:[Resource state = Enabled, Agent event = Ping, Host id = 5, 
>>name
>> = Tut-XenServer2]
>> 2013-04-07 00:40:07,182 DEBUG [cloud.host.Status] (AgentTaskPool-1:null)
>> Agent status update: [id = 5; name = Tut-XenServer2; old status = Up; 
>>event
>> = Ping; new status = Up; old update count = 154; new update count = 155]
>> 2013-04-07 00:40:07,321 DEBUG [agent.manager.DirectAgentAttache]
>> (DirectAgent-367:null) Seq 6-324993028: Response Received:
>> 2013-04-07 00:40:07,322 DEBUG [agent.transport.Request]
>> (DirectAgent-367:null) Seq 6-324993028: Processing:  { Ans: , MgmtId: 1,
>> via: 6, Ver: v1, Flags: 10,
>> 
>>[{"ClusterSyncAnswer":{"_clusterId":2,"_newStates":{},"_isExecuted":false
>>,"result":true,"wait":0}}]
>> }
>> 2013-04-07 00:40:11,022 DEBUG [agent.manager.DirectAgentAttache]
>> (DirectAgent-430:null) Seq 5-614334468: Executing request
>> 2013-04-07 00:40:11,052 DEBUG [xen.resource.XenServerConnectionPool]
>> (DirectAgent-430:null) Catch Exception:
>> com.xensource.xenapi.Types$HostOffline Host is offline 192.168.56.11 
>>due to
>> You attempted an operation which involves a host which could not be
>> contacted.
>> 2013-04-07 00:40:11,052 DEBUG [xen.resource.XenServerConnectionPool]
>> (DirectAgent-430:null) Trying to reset master of slave 192.168.56.11 to
>> 192.168.56.9
>> 2013-04-07 00:40:20,452 DEBUG
>> [storage.secondary.SecondaryStorageManagerImpl] (secstorage-1:null) 
>>Zone 1
>> is ready to launch secondary storage VM
>> 2013-04-07 00:40:20,552 DEBUG 
>>[cloud.consoleproxy.ConsoleProxyManagerImpl]
>> (consoleproxy-1:null) Zone 1 is ready to launch console proxy
>> 2013-04-07 00:40:20,820 DEBUG
>> [network.router.VirtualNetworkApplianceManagerImpl]
>> (RouterStatusMonitor-1:null) Found 0 routers to update status.
>> 2013-04-07 00:40:20,821 DEBUG
>> [network.router.VirtualNetworkApplianceManagerImpl]
>> (RouterStatusMonitor-1:null) Found 0 networks to update RvR status.
>> 2013-04-07 00:40:20,852 DEBUG
>> [network.router.VirtualNetworkApplianceManagerImpl]
>> (RouterStatusMonitor-1:null) Found 0 routers to update status.
>> 2013-04-07 00:40:20,853 DEBUG
>> [network.router.VirtualNetworkApplianceManagerImpl]
>> (RouterStatusMonitor-1:null) Found 0 networks to update RvR status.
>> 2013-04-07 00:40:21,055 DEBUG [xen.resource.XenServerConnectionPool]
>> (DirectAgent-430:null) localLogout has problem Failed to read server's
>> response: connect timed out
>> 2013-04-07 00:40:21,055 WARN  [agent.manager.DirectAgentAttache]
>> (DirectAgent-430:null) Seq 5-614334468: Exception Caught while executing
>> command
>> com.cloud.utils.exception.CloudRuntimeException: Unable to reset master 
>>of
>> slave 192.168.56.11 to 192.168.56.9 due to
>> org.apache.xmlrpc.XmlRpcException: Failed to read server's response:
>> connect timed out
>>  at
>> 
>>com.cloud.hypervisor.xen.resource.XenServerConnectionPool.PoolEmergencyRe
>>setMaster(XenServerConnectionPool.java:443)
>> at
>> 
>>com.cloud.hypervisor.xen.resource.XenServerConnectionPool.connect(XenServ
>>erConnectionPool.java:661)
>>  at
>> 
>>com.cloud.hypervisor.xen.resource.CitrixResourceBase.getConnection(Citrix
>>ResourceBase.java:5380)
>> at
>> 
>>com.cloud.hypervisor.xen.resource.CitrixResourceBase.execute(CitrixResour
>>ceBase.java:7248)
>>  at
>> 
>>com.cloud.hypervisor.xen.resource.CitrixResourceBase.executeRequest(Citri
>>xResourceBase.java:555)
>> at
>> 
>>com.cloud.hypervisor.xen.resource.XenServer56Resource.executeRequest(XenS
>>erver56Resource.java:73)
>>  at
>> 
>>com.cloud.agent.manager.DirectAgentAttache$Task.run(DirectAgentAttache.ja
>>va:186)
>> at 
>>java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:439)
>>  at
>> 
>>java.util.concurrent.FutureTask$Sync.innerRunAndReset(FutureTask.java:317
>>)
>> at java.util.concurrent.FutureTask.runAndReset(FutureTask.java:150)
>>  at
>> 
>>java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.acce
>>ss$101(ScheduledThreadPoolExecutor.java:98)
>> at
>> 
>>java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.runP
>>eriodic(ScheduledThreadPoolExecutor.java:180)
>>  at
>> 
>>java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(
>>ScheduledThreadPoolExecutor.java:204)
>> at
>> 
>>java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor
>>.java:895)
>>  at
>> 
>>java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.jav
>>a:918)
>> at java.lang.Thread.run(Thread.java:680)
>> 2013-04-07 00:40:21,056 DEBUG [agent.manager.DirectAgentAttache]
>> (DirectAgent-430:null) Seq 5-614334468: Response Received:
>> 2013-04-07 00:40:21,056 DEBUG [agent.transport.Request]
>> (DirectAgent-430:null) Seq 5-614334468: Processing:  { Ans: , MgmtId: 1,
>> via: 5, Ver: v1, Flags: 10,
>> 
>>[{"Answer":{"result":false,"details":"com.cloud.utils.exception.CloudRunt
>>imeException:
>> Unable to reset master of slave 192.168.56.11 to 192.168.56.9 due to
>> org.apache.xmlrpc.XmlRpcException: Failed to read server's response:
>> connect timed out","wait":0}}] }
>> 2013-04-07 00:40:24,888 DEBUG [agent.manager.AgentManagerImpl]
>> (AgentManager-Handler-12:null) Ping from 4
>> 2013-04-07 00:40:27,162 DEBUG [agent.manager.DirectAgentAttache]
>> (DirectAgent-321:null) Ping from 1
>> 2013-04-07 00:40:29,095 DEBUG [agent.manager.DirectAgentAttache]
>> (DirectAgent-423:null) Seq 1-90046472: Executing request
>> 2013-04-07 00:40:29,364 DEBUG [agent.manager.DirectAgentAttache]
>> (DirectAgent-423:null) Seq 1-90046472: Response Received:
>> 2013-04-07 00:40:29,364 DEBUG [agent.transport.Request]
>> (DirectAgent-423:null) Seq 1-90046472: Processing:  { Ans: , MgmtId: 1,
>> via: 1, Ver: v1, Flags: 10,
>> 
>>[{"ClusterSyncAnswer":{"_clusterId":1,"_newStates":{},"_isExecuted":false
>>,"result":true,"wait":0}}]
>> }
>> 2013-04-07 00:40:43,749 INFO  [context.support.XmlWebApplicationContext]
>> (Shutdown:null) Closing Root WebApplicationContext: startup date [Sat 
>>Apr
>> 06 22:07:12 MDT 2013]; root of context hierarchy
>> 2013-04-07 00:40:43,751 INFO  
>>[factory.support.DefaultListableBeanFactory]
>> (Shutdown:null) Destroying singletons in
>> 
>>org.springframework.beans.factory.support.DefaultListableBeanFactory@74b7
>>6ce4:
>> defining beans
>> 
>>[org.springframework.context.annotation.internalConfigurationAnnotationPr
>>ocessor,org.springframework.context.annotation.internalAutowiredAnnotatio
>>nProcessor,org.springframework.context.annotation.internalRequiredAnnotat
>>ionProcessor,org.springframework.context.annotation.internalCommonAnnotat
>>ionProcessor,ClusterRestService,NetworkRestService,PodService,VirtualMach
>>ineRestService,VolumeRestService,zoneService,dataDisk,iso,rootDisk,volume
>>TypeHelper,VMComputeTagDaoImpl,VMEntityDaoImpl,VMNetworkMapDaoImpl,VMRese
>>rvationDaoImpl,VMRootDiskTagDaoImpl,volumeReservationDaoImpl,virtualMachi
>>neEntityImpl,VMEntityManagerImpl,dataCenterResourceManagerImpl,EngineDcDe
>>tailsDao,EngineClusterDao,EngineDataCenterDao,EngineHostDao,EngineHostPod
>>Dao,EngineHostDetailsDao,EngineHostTagsDao,provisioningService,cloudOrche
>>strator,dataObjectManagerImpl,dataStoreManagerImpl,dataStoreProviderDaoIm
>>pl,primaryDataStoreDaoImpl,primaryDataStoreDetailsDaoImpl,objectInDataSto
>>reManagerImpl,dataStoreProviderManagerImpl,objectInDataStoreDaoImpl,defau
>>ltEndPointSelector,hypervsiorHostEndPointRpcServer,imageDataStoreHelper,i
>>mageDaoStoreDaoImpl,imageDataDaoImpl,imageDataStoreProviderDaoImpl,BAREME
>>TAL,imageFormatHelper,ISO,OVA,imageformat_qcow2,unknown,image_format_vhd,
>>dataMotionServiceImpl,primaryDataStoreHelper,templatePrimaryDataStoreDaoI
>>mpl,volumeDao2Impl,imageDataFactoryImpl,imageServiceImpl,imageDataManager
>>Impl,imageDataStoreManagerImpl,defaultImageDataStoreProvider,defaultImage
>>MotionStrategy,imageMotionServiceImpl,snapshotDao2Impl,snapshotDataFactor
>>yImpl,snapshotServiceImpl,hypervisorBasedSnapshot,defaultPrimaryDataStore
>>ProviderManagerImpl,defaultPrimaryDatastoreProviderImpl,ISCSI,networkFile
>>System,templateInstallStrategyImpl,volumeDataFactoryImpl,volumeManagerImp
>>l,volumeServiceImpl,apiDiscoveryServiceImpl,apiRateLimitServiceImpl,regio
>>nDaoImpl,regionManagerImpl,regionServiceImpl,userContextInitializer,event
>>DaoImpl,usageEventDaoImpl,randomAllocator,baremetalDhcpDaoImpl,baremetalP
>>xeDaoImpl,vmwareContextFactory,ciscoNexusVSMDeviceDaoImpl,lunDaoImpl,pool
>>DaoImpl,netappVolumeDaoImpl,netappManagerImpl,elasticLoadBalancerElement,
>>elasticLbVmMapDaoImpl,elasticLoadBalancerManagerImpl,netScalerPodDaoImpl,
>>niciraNvpDaoImpl,niciraNvpNicMappingDaoImpl,niciraNvpRouterMappingDaoImpl
>>,niciraNvpElement,ovsGuestNetworkGuru,ovsTunnelInterfaceDaoImpl,ovsTunnel
>>NetworkDaoImpl,ovsTunnelManagerImpl,bigSwitchVnsDaoImpl,bigSwitchVnsEleme
>>nt,randomStoragePoolAllocator,domainChecker,agentMonitor,firstFitAllocato
>>r,recreateHostAllocator,testingAllocator,basicAgentAuthManager,alertManag
>>erImpl,clusterAlertAdapter,consoleProxyAlertAdapter,alertDaoImpl,secondar
>>yStorageVmAlertAdapter,apiDBUtils,apiDispatcher,apiResponseHelper,apiServ
>>er,apiServlet,accountJoinDaoImpl,asyncJobJoinDaoImpl,dataCenterJoinDaoImp
>>l,diskOfferingJoinDaoImpl,domainRouterJoinDaoImpl,hostJoinDaoImpl,instanc
>>eGroupJoinDaoImpl,projectAccountJoinDaoImpl,projectInvitationJoinDaoImpl,
>>projectJoinDaoImpl,resourceTagJoinDaoImpl,securityGroupJoinDaoImpl,servic
>>eOfferingJoinDaoImpl,storagePoolJoinDaoImpl,userAccountJoinDaoImpl,userVm
>>JoinDaoImpl,volumeJoinDaoImpl,queryManagerImpl,asyncJobExecutorContextImp
>>l,asyncJobManagerImpl,asyncJobDaoImpl,syncQueueDaoImpl,syncQueueItemDaoIm
>>pl,syncQueueManagerImpl,capacityManagerImpl,capacityDaoImpl,certificateDa
>>oImpl,clusterBasedAgentLoadBalancerPlanner,hostTransferMapDaoImpl,cluster
>>FenceManagerImpl,clusterServiceServletAdapter,managementServerHostDaoImpl
>>,managementServerHostPeerDaoImpl,stackMaidDaoImpl,managementServerNode,co
>>nfigurationManagerImpl,configurationDaoImpl,resourceCountDaoImpl,resource
>>LimitDaoImpl,entityManagerImpl,clusterDetailsDaoImpl,accountVlanMapDaoImp
>>l,clusterDaoImpl,clusterVSMMapDaoImpl,dataCenterDaoImpl,dataCenterIpAddre
>>ssDaoImpl,dataCenterLinkLocalIpAddressDaoImpl,dataCenterVnetDaoImpl,dcDet
>>ailsDaoImpl,hostPodDaoImpl,podVlanDaoImpl,podVlanMapDaoImpl,storageNetwor
>>kIpAddressDaoImpl,storageNetworkIpRangeDaoImpl,vlanDaoImpl,domainDaoImpl,
>>actionEventUtils,alertGenerator,eventJoinDaoImpl,eventUtils,usageEventUti
>>ls,highAvailabilityDaoImpl,recreatableFencer,hostDaoImpl,hostDetailsDaoIm
>>pl,hostTagsDaoImpl,cloudZonesStartupProcessor,hypervisorCapabilitiesDaoIm
>>pl,hypervisorGuruManagerImpl,keystoreDaoImpl,keystoreManagerImpl,agentUpg
>>radeDaoImpl,upgradeManagerImpl,autoScaleManagerImpl,autoScalePolicyCondit
>>ionMapDaoImpl,autoScalePolicyDaoImpl,autoScaleVmGroupDaoImpl,autoScaleVmG
>>roupPolicyMapDaoImpl,autoScaleVmProfileDaoImpl,conditionDaoImpl,counterDa
>>oImpl,externalFirewallDeviceDaoImpl,externalLoadBalancerDeviceDaoImpl,fir
>>ewallRulesCidrsDaoImpl,firewallRulesDaoImpl,inlineLoadBalancerNicMapDaoIm
>>pl,IPAddressDaoImpl,LBStickinessPolicyDaoImpl,loadBalancerDaoImpl,loadBal
>>ancerVMMapDaoImpl,networkAccountDaoImpl,networkDaoImpl,networkDomainDaoIm
>>pl,networkExternalFirewallDaoImpl,networkExternalLoadBalancerDaoImpl,netw
>>orkOpDaoImpl,networkRuleConfigDaoImpl,networkServiceMapDaoImpl,physicalNe
>>tworkDaoImpl,physicalNetworkIsolationMethodDaoImpl,physicalNetworkService
>>ProviderDaoImpl,physicalNetworkTagDaoImpl,physicalNetworkTrafficTypeDaoIm
>>pl,portProfileDaoImpl,remoteAccessVpnDaoImpl,routerNetworkDaoImpl,site2Si
>>teCustomerGatewayDaoImpl,site2SiteVpnConnectionDaoImpl,site2SiteVpnGatewa
>>yDaoImpl,userIpv6AddressDaoImpl,virtualRouterProviderDaoImpl,vpnUserDaoIm
>>pl,externalLoadBalancerUsageManagerImpl,externalNetworkDeviceManagerImpl,
>>firewallManagerImpl,loadBalancingRulesManagerImpl,networkManagerImpl,netw
>>orkModelImpl,networkServiceImpl,networkUsageManagerImpl,virtualNetworkApp
>>lianceManagerImpl,vpcVirtualNetworkApplianceManagerImpl,portForwardingRul
>>esDaoImpl,rulesManagerImpl,securityGroupDaoImpl,securityGroupRuleDaoImpl,
>>securityGroupRulesDaoImpl,securityGroupVMMapDaoImpl,securityGroupWorkDaoI
>>mpl,vmRulesetLogDaoImpl,storageNetworkManagerImpl,privateIpDaoImpl,static
>>RouteDaoImpl,vpcDaoImpl,vpcGatewayDaoImpl,vpcOfferingDaoImpl,vpcOfferingS
>>erviceMapDaoImpl,networkACLManagerImpl,vpcManagerImpl,remoteAccessVpnMana
>>gerImpl,site2SiteVpnManagerImpl,networkOfferingDaoImpl,networkOfferingSer
>>viceMapDaoImpl,projectAccountDaoImpl,projectDaoImpl,projectInvitationDaoI
>>mpl,projectManagerImpl,dummyHostDiscoverer,resourceManagerImpl,resourceLi
>>mitManagerImpl,commandExecLogDaoImpl,configurationServerImpl,statsCollect
>>or,serviceOfferingDaoImpl,consoleServlet,registerCompleteServlet,garbageC
>>ollectingStoragePoolAllocator,useLocalForRootAllocator,diskOfferingDaoImp
>>l,guestOSCategoryDaoImpl,guestOSDaoImpl,launchPermissionDaoImpl,s3DaoImpl
>>,snapshotDaoImpl,snapshotPolicyDaoImpl,snapshotScheduleDaoImpl,storagePoo
>>lDaoImpl,storagePoolDetailsDaoImpl,storagePoolHostDaoImpl,storagePoolWork
>>DaoImpl,swiftDaoImpl,uploadDaoImpl,VMTemplateDaoImpl,VMTemplateDetailsDao
>>Impl,VMTemplateHostDaoImpl,VMTemplatePoolDaoImpl,VMTemplateS3DaoImpl,VMTe
>>mplateSwiftDaoImpl,VMTemplateZoneDaoImpl,volumeDaoImpl,volumeHostDaoImpl,
>>downloadMonitorImpl,OCFS2ManagerImpl,s3ManagerImpl,secondaryStorageVmDefa
>>ultAllocator,snapshotManagerImpl,snapshotSchedulerImpl,storageManagerImpl
>>,swiftManagerImpl,uploadMonitorImpl,resourceTagsDaoImpl,taggedResourceMan
>>agerImpl,hyervisorTemplateAdapter,templateManagerImpl,versionDaoImpl,data
>>baseIntegrityChecker,externalPublicIpStatisticsDaoImpl,usageDaoImpl,usage
>>IPAddressDaoImpl,usageJobDaoImpl,usageLoadBalancerPolicyDaoImpl,usageNetw
>>orkDaoImpl,usageNetworkOfferingDaoImpl,usagePortForwardingRuleDaoImpl,usa
>>geSecurityGroupDaoImpl,usageStorageDaoImpl,usageVMInstanceDaoImpl,usageVo
>>lumeDaoImpl,usageVPNUserDaoImpl,usageServiceImpl,accountDetailsDaoImpl,ac
>>countManagerImpl,accountDaoImpl,SSHKeyPairDaoImpl,userAccountDaoImpl,user
>>DaoImpl,userStatisticsDaoImpl,userStatsLogDaoImpl,domainManagerImpl,ident
>>ityDaoImpl,identityServiceImpl,consoleProxyDaoImpl,domainRouterDaoImpl,in
>>stanceGroupDaoImpl,instanceGroupVMMapDaoImpl,nicDaoImpl,secondaryStorageV
>>mDaoImpl,userVmDetailsDaoImpl,VMInstanceDaoImpl,itWorkDaoImpl,componentCo
>>ntext,org.springframework.aop.config.internalAutoProxyCreator,org.springf
>>ramework.aop.aspectj.AspectJPointcutAdvisor#0,captureAnyMethod,org.spring
>>framework.aop.aspectj.AspectJPointcutAdvisor#1,captureEventMethod,transac
>>tionContextBuilder,actionEventInterceptor,onwireRegistry,messageSerialize
>>r,transportProvider,rpcProvider,eventBus,premiumDatabaseUpgradeChecker,ma
>>nagementServerImpl,clusterManagerImpl,clusteredAgentManagerImpl,clustered
>>VirtualMachineManagerImpl,highAvailabilityManagerExtImpl,userVmManagerImp
>>l,consoleProxyManagerImpl,securityGroupManagerImpl2,premiumSecondaryStora
>>geManagerImpl,userVmDaoImpl,ipv6AddressManagerImpl,VmwareManager,NetappMa
>>nager,BaremetalManager,BaremetalDhcpManager,BaremetalKickStartPxeService,
>>BaremetalPingPxeService,BaremetalPxeManager,Ovs,BareMetalDhcp,BareMetalPx
>>e,BareMetalUserdata,SecurityGroupProvider,VirtualRouter,VpcVirtualRouter,
>>NiciraNvp,JuniperSRX,Netscaler,F5BigIP,CiscoNexus1000vVSM,FirstFitRouting
>>,LocalStoragePoolAllocator,FirstFitStoragePoolAllocator,UserConcentratedA
>>llocator,ConsoleProxyAllocator,StaticRoleBasedAPIAccessChecker,ExteralIpA
>>ddressAllocator,BareMetalTemplateAdapter,MD5UserAuthenticator,LDAPUserAut
>>henticator,CheckOnAgentInvestigator,XenServerInvestigator,UserVmDomRInves
>>tigator,ManagementIPSystemVMInvestigator,VmwareInvestigator,XenServerFenc
>>er,KVMFencer,OvmFencer,VmwareFencer,XcpServerDiscoverer,SecondaryStorageD
>>iscoverer,KvmServerDiscoverer,BareMetalDiscoverer,HypervServerDiscoverer,
>>OvmDiscoverer,vmwareServerDiscoverer,FirstFitPlanner,UserDispersingPlanne
>>r,UserConcentratedPodPlanner,BareMetalPlanner,StorageNetworkGuru,External
>>GuestNetworkGuru,PublicNetworkGuru,PodBasedNetworkGuru,ControlNetworkGuru
>>,DirectNetworkGuru,DirectPodBasedNetworkGuru,OvsGuestNetworkGuru,PrivateN
>>etworkGuru,NiciraNvpGuestNetworkGuru,XenServerGuru,KVMGuru,OvmGuru,VMware
>>Guru,BaremetalGuru,BaremetalPlannerSelector,HypervisorPlannerSelector,org
>>.springframework.context.annotation.ConfigurationClassPostProcessor$Impor
>>tAwareBeanPostProcessor#0];
>> root of factory hierarchy
>>
>>
>> On Sun, Apr 7, 2013 at 12:54 AM, Marcus Sorensen 
>><sh...@gmail.com>wrote:
>>
>>> If you're running it the Dev way with jetty, look for vmops.log in your
>>> git
>>> root. If you've installed via package look for
>>> /var/log/cloudstack/management/management-server.log.
>>> On Apr 7, 2013 12:45 AM, "Mike Tutkowski" 
>>><mi...@solidfire.com>
>>> wrote:
>>>
>>> > Hi Marcus,
>>> >
>>> > I was just looking at the output in the console.
>>> >
>>> > Can you remind me again where the related logs are stored?
>>> >
>>> > Thanks!
>>> >
>>> >
>>> > On Sun, Apr 7, 2013 at 12:39 AM, Marcus Sorensen <shadowsor@gmail.com
>>> > >wrote:
>>> >
>>> > > Have you by chance looked at the debug logs to see if it by chance
>>> tried
>>> > > the proper storage and failed? I'm not sure that's OK either, but 
>>>it
>>> > would
>>> > > be interesting to know.
>>> > > On Apr 7, 2013 12:25 AM, "Mike Tutkowski" <
>>> mike.tutkowski@solidfire.com>
>>> > > wrote:
>>> > >
>>> > > > Hi,
>>> > > >
>>> > > > I'm currently using 4.1 (from like a week or so ago).
>>> > > >
>>> > > > I have three tiers of shared, iSCSI-based storage represented in
>>> three
>>> > > > storage repositories in XenServer:
>>> > > >
>>> > > > SR_2
>>> > > > SR_3
>>> > > > SR_4
>>> > > >
>>> > > > SR_2 maps into CS via primary storage PS_2, which has the storage
>>> tag
>>> > > PS_2
>>> > > > SR_3 maps into CS via primary storage PS_3, which has the storage
>>> tag
>>> > > PS_3
>>> > > > SR_4 maps into CS via primary storage PS_4, which has the storage
>>> tag
>>> > > PS_4
>>> > > >
>>> > > > I have three compute offerings:
>>> > > >
>>> > > > CO_2, which only uses storage tag PS_2
>>> > > > CO_3, which only uses storage tag PS_3
>>> > > > CO_4, which only uses storage tag PS_4
>>> > > >
>>> > > > I walk through the wizard and select CO_3.  My VM ends up on 
>>>SR_4.
>>> > > >
>>> > > > I have double checked the relationships and don't see any errors 
>>>in
>>> > how I
>>> > > > have CS configured.
>>> > > >
>>> > > > Does anyone know of this being noted as a current bug?
>>> > > >
>>> > > > Thanks!
>>> > > >
>>> > > >
>>> > > > --
>>> > > > *Mike Tutkowski*
>>> > > > *Senior CloudStack Developer, SolidFire Inc.*
>>> > > > e: mike.tutkowski@solidfire.com
>>> > > > o: 303.746.7302
>>> > > > Advancing the way the world uses the
>>> > > > cloud<http://solidfire.com/solution/overview/?video=play>
>>> > > > *(tm)*
>>> > > >
>>> > >
>>> >
>>> >
>>> >
>>> > --
>>> > *Mike Tutkowski*
>>> > *Senior CloudStack Developer, SolidFire Inc.*
>>> > e: mike.tutkowski@solidfire.com
>>> > o: 303.746.7302
>>> > Advancing the way the world uses the
>>> > cloud<http://solidfire.com/solution/overview/?video=play>
>>> > *(tm)*
>>> >
>>>
>>
>>
>>
>> --
>> *Mike Tutkowski*
>> *Senior CloudStack Developer, SolidFire Inc.*
>> e: mike.tutkowski@solidfire.com
>> o: 303.746.7302
>> Advancing the way the world uses the 
>>cloud<http://solidfire.com/solution/overview/?video=play>
>> *(tm)*
>>
>
>
>
>--
>*Mike Tutkowski*
>*Senior CloudStack Developer, SolidFire Inc.*
>e: mike.tutkowski@solidfire.com
>o: 303.746.7302
>Advancing the way the world uses the
>cloud<http://solidfire.com/solution/overview/?video=play>
>*(tm)*


RE: VM deployed to wrong storage repository

Posted by Prachi Damle <Pr...@citrix.com>.
Hi Mike,

I checked the logs, looks like the RandomStoragePoolAllocator is being picked up for the storage allocation - this allocatordoes not match any tags.

You should use FirstFitStoragePoolAllocator instead - change the component.xml to use this allocator and not the random

Thanks,
-Prachi

-----Original Message-----
From: Mike Tutkowski [mailto:mike.tutkowski@solidfire.com]
Sent: Monday, April 08, 2013 8:23 AM
To: dev@cloudstack.apache.org
Subject: Re: VM deployed to wrong storage repository

I plan to update to the latest 4.1 today and re-try this.

If I still see the problem, I'll open a bug.


On Sun, Apr 7, 2013 at 4:26 PM, Mike Tutkowski <mike.tutkowski@solidfire.com
> wrote:

> I don't see anything in vmops.log to indicate that another primary storage
> was tried first.  What do you think?
>
> 2013-04-07 00:30:51,459 INFO  [agent.manager.AgentManagerImpl]
> (AgentTaskPool-11:null) Investigating why host 6 has disconnected with
> event PingTimeout
> 2013-04-07 00:30:51,459 DEBUG [agent.manager.AgentManagerImpl]
> (AgentTaskPool-11:null) checking if agent (6) is alive
> 2013-04-07 00:30:51,460 INFO  [agent.manager.AgentManagerImpl]
> (AgentTaskPool-16:null) Investigating why host 5 has disconnected with
> event PingTimeout
> 2013-04-07 00:30:51,460 DEBUG [agent.manager.AgentManagerImpl]
> (AgentTaskPool-16:null) checking if agent (5) is alive
> 2013-04-07 00:30:51,462 DEBUG [agent.transport.Request]
> (AgentTaskPool-11:null) Seq 6-324993302: Sending  { Cmd , MgmtId: 1, via:
> 6, Ver: v1, Flags: 100011, [{"CheckHealthCommand":{"wait":50}}] }
> 2013-04-07 00:30:51,462 DEBUG [agent.transport.Request]
> (AgentTaskPool-11:null) Seq 6-324993302: Executing:  { Cmd , MgmtId: 1,
> via: 6, Ver: v1, Flags: 100011, [{"CheckHealthCommand":{"wait":50}}] }
> 2013-04-07 00:30:51,462 DEBUG [agent.manager.DirectAgentAttache]
> (DirectAgent-26:null) Seq 6-324993302: Executing request
> 2013-04-07 00:30:51,464 DEBUG [agent.transport.Request]
> (AgentTaskPool-16:null) Seq 5-614334808: Sending  { Cmd , MgmtId: 1, via:
> 5, Ver: v1, Flags: 100011, [{"CheckHealthCommand":{"wait":50}}] }
> 2013-04-07 00:30:51,464 DEBUG [agent.transport.Request]
> (AgentTaskPool-16:null) Seq 5-614334808: Executing:  { Cmd , MgmtId: 1,
> via: 5, Ver: v1, Flags: 100011, [{"CheckHealthCommand":{"wait":50}}] }
> 2013-04-07 00:30:51,465 DEBUG [agent.manager.DirectAgentAttache]
> (DirectAgent-163:null) Seq 5-614334808: Executing request
> 2013-04-07 00:30:51,511 DEBUG [agent.manager.DirectAgentAttache]
> (DirectAgent-26:null) Seq 6-324993302: Response Received:
> 2013-04-07 00:30:51,512 DEBUG [agent.transport.Request]
> (DirectAgent-26:null) Seq 6-324993302: Processing:  { Ans: , MgmtId: 1,
> via: 6, Ver: v1, Flags: 10,
> [{"CheckHealthAnswer":{"result":true,"details":"resource is
> alive","wait":0}}] }
> 2013-04-07 00:30:51,512 DEBUG [agent.transport.Request]
> (AgentTaskPool-11:null) Seq 6-324993302: Received:  { Ans: , MgmtId: 1,
> via: 6, Ver: v1, Flags: 10, { CheckHealthAnswer } }
> 2013-04-07 00:30:51,512 DEBUG [agent.manager.AgentManagerImpl]
> (AgentTaskPool-11:null) Details from executing class
> com.cloud.agent.api.CheckHealthCommand: resource is alive
> 2013-04-07 00:30:51,512 DEBUG [agent.manager.AgentManagerImpl]
> (AgentTaskPool-11:null) agent (6) responded to checkHeathCommand, reporting
> that agent is Up
> 2013-04-07 00:30:51,512 INFO  [agent.manager.AgentManagerImpl]
> (AgentTaskPool-11:null) The state determined is Up
> 2013-04-07 00:30:51,512 INFO  [agent.manager.AgentManagerImpl]
> (AgentTaskPool-11:null) Agent is determined to be up and running
> 2013-04-07 00:30:51,512 DEBUG [cloud.host.Status] (AgentTaskPool-11:null)
> Transition:[Resource state = Enabled, Agent event = Ping, Host id = 6, name
> = Tut-XenServer]
> 2013-04-07 00:30:51,515 DEBUG [cloud.host.Status] (AgentTaskPool-11:null)
> Agent status update: [id = 6; name = Tut-XenServer; old status = Up; event
> = Ping; new status = Up; old update count = 307; new update count = 308]
> 2013-04-07 00:30:51,517 DEBUG [agent.manager.DirectAgentAttache]
> (DirectAgent-163:null) Seq 5-614334808: Response Received:
> 2013-04-07 00:30:51,517 DEBUG [agent.transport.Request]
> (DirectAgent-163:null) Seq 5-614334808: Processing:  { Ans: , MgmtId: 1,
> via: 5, Ver: v1, Flags: 10,
> [{"CheckHealthAnswer":{"result":true,"details":"resource is
> alive","wait":0}}] }
> 2013-04-07 00:30:51,517 DEBUG [agent.transport.Request]
> (AgentTaskPool-16:null) Seq 5-614334808: Received:  { Ans: , MgmtId: 1,
> via: 5, Ver: v1, Flags: 10, { CheckHealthAnswer } }
> 2013-04-07 00:30:51,517 DEBUG [agent.manager.AgentManagerImpl]
> (AgentTaskPool-16:null) Details from executing class
> com.cloud.agent.api.CheckHealthCommand: resource is alive
> 2013-04-07 00:30:51,517 DEBUG [agent.manager.AgentManagerImpl]
> (AgentTaskPool-16:null) agent (5) responded to checkHeathCommand, reporting
> that agent is Up
> 2013-04-07 00:30:51,518 INFO  [agent.manager.AgentManagerImpl]
> (AgentTaskPool-16:null) The state determined is Up
> 2013-04-07 00:30:51,518 INFO  [agent.manager.AgentManagerImpl]
> (AgentTaskPool-16:null) Agent is determined to be up and running
> 2013-04-07 00:30:51,518 DEBUG [cloud.host.Status] (AgentTaskPool-16:null)
> Transition:[Resource state = Enabled, Agent event = Ping, Host id = 5, name
> = Tut-XenServer2]
> 2013-04-07 00:30:51,522 DEBUG [cloud.host.Status] (AgentTaskPool-16:null)
> Agent status update: [id = 5; name = Tut-XenServer2; old status = Up; event
> = Ping; new status = Up; old update count = 144; new update count = 145]
> 2013-04-07 00:30:52,927 DEBUG [agent.manager.DirectAgentAttache]
> (DirectAgent-157:null) Seq 6-324993301: Response Received:
> 2013-04-07 00:30:52,927 DEBUG [agent.transport.Request]
> (DirectAgent-157:null) Seq 6-324993301: Processing:  { Ans: , MgmtId: 1,
> via: 6, Ver: v1, Flags: 110, [{"Answer":{"result":true,"wait":0}}] }
> 2013-04-07 00:30:52,927 DEBUG [agent.transport.Request]
> (Job-Executor-35:job-42) Seq 6-324993301: Received:  { Ans: , MgmtId: 1,
> via: 6, Ver: v1, Flags: 110, { Answer } }
> 2013-04-07 00:30:52,927 DEBUG [agent.manager.AgentAttache]
> (DirectAgent-157:null) Seq 6-324993301: No more commands found
> 2013-04-07 00:30:52,938 DEBUG
> [network.router.VirtualNetworkApplianceManagerImpl]
> (Job-Executor-35:job-42) Applying userdata and password entry in network
> Ntwk[204|Guest|6]
> 2013-04-07 00:30:52,952 DEBUG [agent.transport.Request]
> (Job-Executor-35:job-42) Seq 6-324993303: Sending  { Cmd , MgmtId: 1, via:
> 6, Ver: v1, Flags: 100111,
> [{"routing.SavePasswordCommand":{"password":"fnirq_cnffjbeq","vmIpAddress":"192.168.56.195","vmName":"c18ddf7c-fc61-40b0-af75-fdef05f8eae6","accessDetails":{"router.guest.ip":"192.168.56.102","zone.network.type":"Basic","router.ip":"169.254.1.168","
> router.name
> ":"r-4-VM"},"wait":0}},{"routing.VmDataCommand":{"vmIpAddress":"192.168.56.195","vmName":"c18ddf7c-fc61-40b0-af75-fdef05f8eae6","accessDetails":{"router.guest.ip":"192.168.56.102","zone.network.type":"Basic","router.ip":"169.254.1.168","
> router.name":"r-4-VM"},"wait":0}}] }
> 2013-04-07 00:30:52,953 DEBUG [agent.transport.Request]
> (Job-Executor-35:job-42) Seq 6-324993303: Executing:  { Cmd , MgmtId: 1,
> via: 6, Ver: v1, Flags: 100111,
> [{"routing.SavePasswordCommand":{"password":"fnirq_cnffjbeq","vmIpAddress":"192.168.56.195","vmName":"c18ddf7c-fc61-40b0-af75-fdef05f8eae6","accessDetails":{"router.guest.ip":"192.168.56.102","zone.network.type":"Basic","router.ip":"169.254.1.168","
> router.name
> ":"r-4-VM"},"wait":0}},{"routing.VmDataCommand":{"vmIpAddress":"192.168.56.195","vmName":"c18ddf7c-fc61-40b0-af75-fdef05f8eae6","accessDetails":{"router.guest.ip":"192.168.56.102","zone.network.type":"Basic","router.ip":"169.254.1.168","
> router.name":"r-4-VM"},"wait":0}}] }
> 2013-04-07 00:30:52,953 DEBUG [agent.manager.DirectAgentAttache]
> (DirectAgent-37:null) Seq 6-324993303: Executing request
> 2013-04-07 00:30:53,093 DEBUG [cloud.api.ApiServlet]
> (1161145101@qtp-1008805148-33:null) ===START===  127.0.0.1 -- GET
>  command=queryAsyncJobResult&jobId=f75d8ce8-1193-43bf-b171-f43d2534e6bc&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316253091
> 2013-04-07 00:30:53,110 DEBUG [cloud.api.ApiServlet]
> (1161145101@qtp-1008805148-33:null) ===END===  127.0.0.1 -- GET
>  command=queryAsyncJobResult&jobId=f75d8ce8-1193-43bf-b171-f43d2534e6bc&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316253091
> 2013-04-07 00:30:56,093 DEBUG [cloud.api.ApiServlet]
> (1161145101@qtp-1008805148-33:null) ===START===  127.0.0.1 -- GET
>  command=queryAsyncJobResult&jobId=f75d8ce8-1193-43bf-b171-f43d2534e6bc&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316256091
> 2013-04-07 00:30:56,109 DEBUG [cloud.api.ApiServlet]
> (1161145101@qtp-1008805148-33:null) ===END===  127.0.0.1 -- GET
>  command=queryAsyncJobResult&jobId=f75d8ce8-1193-43bf-b171-f43d2534e6bc&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316256091
> 2013-04-07 00:30:59,094 DEBUG [cloud.api.ApiServlet]
> (1161145101@qtp-1008805148-33:null) ===START===  127.0.0.1 -- GET
>  command=queryAsyncJobResult&jobId=f75d8ce8-1193-43bf-b171-f43d2534e6bc&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316259092
> 2013-04-07 00:30:59,111 DEBUG [cloud.api.ApiServlet]
> (1161145101@qtp-1008805148-33:null) ===END===  127.0.0.1 -- GET
>  command=queryAsyncJobResult&jobId=f75d8ce8-1193-43bf-b171-f43d2534e6bc&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316259092
> 2013-04-07 00:31:02,095 DEBUG [cloud.api.ApiServlet]
> (1161145101@qtp-1008805148-33:null) ===START===  127.0.0.1 -- GET
>  command=queryAsyncJobResult&jobId=f75d8ce8-1193-43bf-b171-f43d2534e6bc&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316262093
> 2013-04-07 00:31:02,110 DEBUG [cloud.api.ApiServlet]
> (1161145101@qtp-1008805148-33:null) ===END===  127.0.0.1 -- GET
>  command=queryAsyncJobResult&jobId=f75d8ce8-1193-43bf-b171-f43d2534e6bc&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316262093
> 2013-04-07 00:31:04,860 DEBUG [agent.manager.DirectAgentAttache]
> (DirectAgent-145:null) Ping from 6
> 2013-04-07 00:31:05,099 DEBUG [cloud.api.ApiServlet]
> (1161145101@qtp-1008805148-33:null) ===START===  127.0.0.1 -- GET
>  command=queryAsyncJobResult&jobId=f75d8ce8-1193-43bf-b171-f43d2534e6bc&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316265096
> 2013-04-07 00:31:05,114 DEBUG [cloud.api.ApiServlet]
> (1161145101@qtp-1008805148-33:null) ===END===  127.0.0.1 -- GET
>  command=queryAsyncJobResult&jobId=f75d8ce8-1193-43bf-b171-f43d2534e6bc&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316265096
> 2013-04-07 00:31:06,234 DEBUG [agent.manager.DirectAgentAttache]
> (DirectAgent-372:null) Ping from 5
> 2013-04-07 00:31:06,909 DEBUG [agent.manager.DirectAgentAttache]
> (DirectAgent-149:null) Seq 6-324993028: Executing request
> 2013-04-07 00:31:07,239 DEBUG [agent.manager.DirectAgentAttache]
> (DirectAgent-149:null) Seq 6-324993028: Response Received:
> 2013-04-07 00:31:07,239 DEBUG [agent.transport.Request]
> (DirectAgent-149:null) Seq 6-324993028: Processing:  { Ans: , MgmtId: 1,
> via: 6, Ver: v1, Flags: 10,
> [{"ClusterSyncAnswer":{"_clusterId":2,"_newStates":{},"_isExecuted":false,"result":true,"wait":0}}]
> }
> 2013-04-07 00:31:07,424 DEBUG [agent.manager.DirectAgentAttache]
> (DirectAgent-37:null) Seq 6-324993303: Response Received:
> 2013-04-07 00:31:07,424 DEBUG [agent.transport.Request]
> (DirectAgent-37:null) Seq 6-324993303: Processing:  { Ans: , MgmtId: 1,
> via: 6, Ver: v1, Flags: 110,
> [{"Answer":{"result":true,"wait":0}},{"Answer":{"result":true,"wait":0}}] }
> 2013-04-07 00:31:07,424 DEBUG [agent.transport.Request]
> (Job-Executor-35:job-42) Seq 6-324993303: Received:  { Ans: , MgmtId: 1,
> via: 6, Ver: v1, Flags: 110, { Answer, Answer } }
> 2013-04-07 00:31:07,424 DEBUG [agent.manager.AgentAttache]
> (DirectAgent-37:null) Seq 6-324993303: No more commands found
> 2013-04-07 00:31:07,424 DEBUG [cloud.network.NetworkManagerImpl]
> (Job-Executor-35:job-42) Asking VpcVirtualRouter to prepare for
> Nic[18-12-6416c373-20d8-4617-8dcb-30a8ff9d0f34-192.168.56.195]
> 2013-04-07 00:31:07,424 WARN  [network.element.VpcVirtualRouterElement]
> (Job-Executor-35:job-42) Network Ntwk[204|Guest|6] is not associated with
> any VPC
> 2013-04-07 00:31:07,429 DEBUG [cloud.network.NetworkManagerImpl]
> (Job-Executor-35:job-42) Asking NiciraNvp to prepare for
> Nic[18-12-6416c373-20d8-4617-8dcb-30a8ff9d0f34-192.168.56.195]
> 2013-04-07 00:31:07,429 DEBUG [network.element.NiciraNvpElement]
> (Job-Executor-35:job-42) Checking if NiciraNvpElement can handle service
> Connectivity on network guestNetworkForBasicZone
> 2013-04-07 00:31:07,432 DEBUG [cloud.network.NetworkManagerImpl]
> (Job-Executor-35:job-42) Asking JuniperSRX to prepare for
> Nic[18-12-6416c373-20d8-4617-8dcb-30a8ff9d0f34-192.168.56.195]
> 2013-04-07 00:31:07,436 DEBUG [cloud.network.NetworkManagerImpl]
> (Job-Executor-35:job-42) Asking Netscaler to prepare for
> Nic[18-12-6416c373-20d8-4617-8dcb-30a8ff9d0f34-192.168.56.195]
> 2013-04-07 00:31:07,441 DEBUG [cloud.network.NetworkManagerImpl]
> (Job-Executor-35:job-42) Asking F5BigIP to prepare for
> Nic[18-12-6416c373-20d8-4617-8dcb-30a8ff9d0f34-192.168.56.195]
> 2013-04-07 00:31:07,445 DEBUG [cloud.network.NetworkManagerImpl]
> (Job-Executor-35:job-42) Asking CiscoNexus1000vVSM to prepare for
> Nic[18-12-6416c373-20d8-4617-8dcb-30a8ff9d0f34-192.168.56.195]
> 2013-04-07 00:31:07,449 DEBUG [cloud.storage.StorageManagerImpl]
> (Job-Executor-35:job-42) Checking if we need to prepare 1 volumes for
> VM[User|c18ddf7c-fc61-40b0-af75-fdef05f8eae6]
> 2013-04-07 00:31:07,451 DEBUG [cloud.storage.StorageManagerImpl]
> (Job-Executor-35:job-42) Creating volume: Vol[12|vm=12|ROOT]
> 2013-04-07 00:31:07,451 DEBUG [cloud.storage.StorageManagerImpl]
> (Job-Executor-35:job-42) Trying to create in Pool[257|PreSetup]
> 2013-04-07 00:31:07,459 DEBUG [cloud.template.TemplateManagerImpl]
> (Job-Executor-35:job-42) Downloading template 5 to pool 257
> 2013-04-07 00:31:07,466 DEBUG [cloud.template.TemplateManagerImpl]
> (Job-Executor-35:job-42) Downloading 5 via 5
> 2013-04-07 00:31:07,470 DEBUG [agent.transport.Request]
> (Job-Executor-35:job-42) Seq 5-614334809: Sending  { Cmd , MgmtId: 1,
> via: 5, Ver: v1, Flags: 100111,
> [{"storage.PrimaryStorageDownloadCommand":{"localPath":"/mnt/9a008517-e321-37a0-a941-44695f9b6fe7","poolUuid":"iSCSI_SR_3","poolId":257,"primaryPool":{"id":257,"uuid":"iSCSI_SR_3","host":"192.168.56.9","path":"/iSCSI_SR_3","port":0,"type":"PreSetup"},"secondaryStorageUrl":"nfs://192.168.56.10:
> /opt/storage/secondary","primaryStorageUrl":"nfs://192.168.56.9/iSCSI_SR_3
> ","url":"nfs://192.168.56.10:/opt/storage/secondary/template/tmpl/1/5//ce5b212e-215a-3461-94fb-814a635b2215.vhd","format":"VHD","accountId":1,"name":"tiny
> Linux","wait":10800}}] }
> 2013-04-07 00:31:07,470 DEBUG [agent.transport.Request]
> (Job-Executor-35:job-42) Seq 5-614334809: Executing:  { Cmd , MgmtId: 1,
> via: 5, Ver: v1, Flags: 100111,
> [{"storage.PrimaryStorageDownloadCommand":{"localPath":"/mnt/9a008517-e321-37a0-a941-44695f9b6fe7","poolUuid":"iSCSI_SR_3","poolId":257,"primaryPool":{"id":257,"uuid":"iSCSI_SR_3","host":"192.168.56.9","path":"/iSCSI_SR_3","port":0,"type":"PreSetup"},"secondaryStorageUrl":"nfs://192.168.56.10:
> /opt/storage/secondary","primaryStorageUrl":"nfs://192.168.56.9/iSCSI_SR_3
> ","url":"nfs://192.168.56.10:/opt/storage/secondary/template/tmpl/1/5//ce5b212e-215a-3461-94fb-814a635b2215.vhd","format":"VHD","accountId":1,"name":"tiny
> Linux","wait":10800}}] }
> 2013-04-07 00:31:07,470 DEBUG [agent.manager.DirectAgentAttache]
> (DirectAgent-174:null) Seq 5-614334809: Executing request
> 2013-04-07 00:31:08,097 DEBUG [cloud.api.ApiServlet]
> (1161145101@qtp-1008805148-33:null) ===START===  127.0.0.1 -- GET
>  command=queryAsyncJobResult&jobId=f75d8ce8-1193-43bf-b171-f43d2534e6bc&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316268095
> 2013-04-07 00:31:08,115 DEBUG [cloud.api.ApiServlet]
> (1161145101@qtp-1008805148-33:null) ===END===  127.0.0.1 -- GET
>  command=queryAsyncJobResult&jobId=f75d8ce8-1193-43bf-b171-f43d2534e6bc&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316268095
> 2013-04-07 00:31:11,023 DEBUG [agent.manager.DirectAgentAttache]
> (DirectAgent-309:null) Seq 5-614334468: Executing request
> 2013-04-07 00:31:11,099 DEBUG [cloud.api.ApiServlet]
> (1161145101@qtp-1008805148-33:null) ===START===  127.0.0.1 -- GET
>  command=queryAsyncJobResult&jobId=f75d8ce8-1193-43bf-b171-f43d2534e6bc&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316271096
> 2013-04-07 00:31:11,121 DEBUG [cloud.api.ApiServlet]
> (1161145101@qtp-1008805148-33:null) ===END===  127.0.0.1 -- GET
>  command=queryAsyncJobResult&jobId=f75d8ce8-1193-43bf-b171-f43d2534e6bc&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316271096
> 2013-04-07 00:31:11,363 DEBUG [agent.manager.DirectAgentAttache]
> (DirectAgent-309:null) Seq 5-614334468: Response Received:
> 2013-04-07 00:31:11,363 DEBUG [agent.transport.Request]
> (DirectAgent-309:null) Seq 5-614334468: Processing:  { Ans: , MgmtId: 1,
> via: 5, Ver: v1, Flags: 10, [{"Answer":{"result":true,"wait":0}}] }
> 2013-04-07 00:31:14,100 DEBUG [cloud.api.ApiServlet]
> (1161145101@qtp-1008805148-33:null) ===START===  127.0.0.1 -- GET
>  command=queryAsyncJobResult&jobId=f75d8ce8-1193-43bf-b171-f43d2534e6bc&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316274097
> 2013-04-07 00:31:14,124 DEBUG [cloud.api.ApiServlet]
> (1161145101@qtp-1008805148-33:null) ===END===  127.0.0.1 -- GET
>  command=queryAsyncJobResult&jobId=f75d8ce8-1193-43bf-b171-f43d2534e6bc&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316274097
> 2013-04-07 00:31:16,197 DEBUG [cloud.api.ApiServlet]
> (1161145101@qtp-1008805148-33:null) ===START===  127.0.0.1 -- GET
>  command=listVirtualMachines&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&listAll=true&page=1&pagesize=20&_=1365316276194
> 2013-04-07 00:31:16,219 DEBUG [cloud.api.ApiServlet]
> (1161145101@qtp-1008805148-33:null) ===END===  127.0.0.1 -- GET
>  command=listVirtualMachines&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&listAll=true&page=1&pagesize=20&_=1365316276194
> 2013-04-07 00:31:17,101 DEBUG [cloud.api.ApiServlet]
> (1161145101@qtp-1008805148-33:null) ===START===  127.0.0.1 -- GET
>  command=queryAsyncJobResult&jobId=f75d8ce8-1193-43bf-b171-f43d2534e6bc&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316277098
> 2013-04-07 00:31:17,123 DEBUG [cloud.api.ApiServlet]
> (1161145101@qtp-1008805148-33:null) ===END===  127.0.0.1 -- GET
>  command=queryAsyncJobResult&jobId=f75d8ce8-1193-43bf-b171-f43d2534e6bc&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316277098
> 2013-04-07 00:31:17,954 DEBUG [cloud.api.ApiServlet]
> (1161145101@qtp-1008805148-33:null) ===START===  127.0.0.1 -- GET
>  command=listVolumes&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&listAll=true&page=1&pagesize=20&_=1365316277950
> 2013-04-07 00:31:17,972 DEBUG [cloud.api.ApiServlet]
> (1161145101@qtp-1008805148-33:null) ===END===  127.0.0.1 -- GET
>  command=listVolumes&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&listAll=true&page=1&pagesize=20&_=1365316277950
> 2013-04-07 00:31:20,102 DEBUG [cloud.api.ApiServlet]
> (1161145101@qtp-1008805148-33:null) ===START===  127.0.0.1 -- GET
>  command=queryAsyncJobResult&jobId=f75d8ce8-1193-43bf-b171-f43d2534e6bc&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316280099
> 2013-04-07 00:31:20,118 DEBUG [cloud.api.ApiServlet]
> (1161145101@qtp-1008805148-33:null) ===END===  127.0.0.1 -- GET
>  command=queryAsyncJobResult&jobId=f75d8ce8-1193-43bf-b171-f43d2534e6bc&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316280099
> 2013-04-07 00:31:20,454 DEBUG
> [storage.secondary.SecondaryStorageManagerImpl] (secstorage-1:null) Zone 1
> is ready to launch secondary storage VM
> 2013-04-07 00:31:20,558 DEBUG [cloud.consoleproxy.ConsoleProxyManagerImpl]
> (consoleproxy-1:null) Zone 1 is ready to launch console proxy
> 2013-04-07 00:31:20,820 DEBUG
> [network.router.VirtualNetworkApplianceManagerImpl]
> (RouterStatusMonitor-1:null) Found 0 routers to update status.
> 2013-04-07 00:31:20,821 DEBUG
> [network.router.VirtualNetworkApplianceManagerImpl]
> (RouterStatusMonitor-1:null) Found 0 networks to update RvR status.
> 2013-04-07 00:31:20,852 DEBUG
> [network.router.VirtualNetworkApplianceManagerImpl]
> (RouterStatusMonitor-1:null) Found 0 routers to update status.
> 2013-04-07 00:31:20,853 DEBUG
> [network.router.VirtualNetworkApplianceManagerImpl]
> (RouterStatusMonitor-1:null) Found 0 networks to update RvR status.
> 2013-04-07 00:31:21,075 DEBUG [cloud.api.ApiServlet]
> (1161145101@qtp-1008805148-33:null) ===START===  127.0.0.1 -- GET
>  command=listVolumes&id=aed71ae1-732b-48d7-833f-e23287e2b2b9&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316281073
> 2013-04-07 00:31:21,097 DEBUG [cloud.api.ApiServlet]
> (1161145101@qtp-1008805148-33:null) ===END===  127.0.0.1 -- GET
>  command=listVolumes&id=aed71ae1-732b-48d7-833f-e23287e2b2b9&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316281073
> 2013-04-07 00:31:21,120 DEBUG [cloud.api.ApiServlet]
> (1161145101@qtp-1008805148-33:null) ===START===  127.0.0.1 -- GET
>  command=listTags&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&resourceId=aed71ae1-732b-48d7-833f-e23287e2b2b9&resourceType=Volume&listAll=true&_=1365316281117
> 2013-04-07 00:31:21,142 DEBUG [cloud.api.ApiServlet]
> (1161145101@qtp-1008805148-33:null) ===END===  127.0.0.1 -- GET
>  command=listTags&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&resourceId=aed71ae1-732b-48d7-833f-e23287e2b2b9&resourceType=Volume&listAll=true&_=1365316281117
> 2013-04-07 00:31:23,102 DEBUG [cloud.api.ApiServlet]
> (1161145101@qtp-1008805148-33:null) ===START===  127.0.0.1 -- GET
>  command=queryAsyncJobResult&jobId=f75d8ce8-1193-43bf-b171-f43d2534e6bc&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316283100
> 2013-04-07 00:31:23,122 DEBUG [cloud.api.ApiServlet]
> (1161145101@qtp-1008805148-33:null) ===END===  127.0.0.1 -- GET
>  command=queryAsyncJobResult&jobId=f75d8ce8-1193-43bf-b171-f43d2534e6bc&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316283100
> 2013-04-07 00:31:24,894 DEBUG [agent.manager.AgentManagerImpl]
> (AgentManager-Handler-9:null) Ping from 4
> 2013-04-07 00:31:26,102 DEBUG [cloud.api.ApiServlet]
> (1161145101@qtp-1008805148-33:null) ===START===  127.0.0.1 -- GET
>  command=queryAsyncJobResult&jobId=f75d8ce8-1193-43bf-b171-f43d2534e6bc&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316286100
> 2013-04-07 00:31:26,117 DEBUG [cloud.api.ApiServlet]
> (1161145101@qtp-1008805148-33:null) ===END===  127.0.0.1 -- GET
>  command=queryAsyncJobResult&jobId=f75d8ce8-1193-43bf-b171-f43d2534e6bc&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316286100
> 2013-04-07 00:31:27,217 DEBUG [agent.manager.DirectAgentAttache]
> (DirectAgent-164:null) Ping from 1
> 2013-04-07 00:31:28,079 DEBUG [agent.manager.DirectAgentAttache]
> (DirectAgent-174:null) Seq 5-614334809: Response Received:
> 2013-04-07 00:31:28,079 DEBUG [agent.transport.Request]
> (DirectAgent-174:null) Seq 5-614334809: Processing:  { Ans: , MgmtId: 1,
> via: 5, Ver: v1, Flags: 110,
> [{"storage.PrimaryStorageDownloadAnswer":{"installPath":"a8414926-81d6-4b54-9b4b-feb498489df0","templateSize":54525952,"result":true,"wait":0}}]
> }
> 2013-04-07 00:31:28,079 DEBUG [agent.transport.Request]
> (Job-Executor-35:job-42) Seq 5-614334809: Received:  { Ans: , MgmtId: 1,
> via: 5, Ver: v1, Flags: 110, { PrimaryStorageDownloadAnswer } }
> 2013-04-07 00:31:28,079 DEBUG [agent.manager.AgentAttache]
> (DirectAgent-174:null) Seq 5-614334809: No more commands found
> 2013-04-07 00:31:28,081 DEBUG [cloud.template.TemplateManagerImpl]
> (Job-Executor-35:job-42) Template 5 is downloaded via 5
> 2013-04-07 00:31:28,085 DEBUG [agent.transport.Request]
> (Job-Executor-35:job-42) Seq 5-614334810: Sending  { Cmd , MgmtId: 1, via:
> 5, Ver: v1, Flags: 100111,
> [{"storage.CreateCommand":{"volId":12,"pool":{"id":257,"uuid":"iSCSI_SR_3","host":"192.168.56.9","path":"/iSCSI_SR_3","port":0,"type":"PreSetup"},"diskCharacteristics":{"size":52428800,"tags":["iSCSI_SR_3"],"type":"ROOT","name":"ROOT-12","useLocalStorage":false,"recreatable":true,"diskOfferingId":37,"volumeId":12,"hyperType":"XenServer"},"templateUrl":"a8414926-81d6-4b54-9b4b-feb498489df0","wait":0}}]
> }
> 2013-04-07 00:31:28,086 DEBUG [agent.transport.Request]
> (Job-Executor-35:job-42) Seq 5-614334810: Executing:  { Cmd , MgmtId: 1,
> via: 5, Ver: v1, Flags: 100111,
> [{"storage.CreateCommand":{"volId":12,"pool":{"id":257,"uuid":"iSCSI_SR_3","host":"192.168.56.9","path":"/iSCSI_SR_3","port":0,"type":"PreSetup"},"diskCharacteristics":{"size":52428800,"tags":["iSCSI_SR_3"],"type":"ROOT","name":"ROOT-12","useLocalStorage":false,"recreatable":true,"diskOfferingId":37,"volumeId":12,"hyperType":"XenServer"},"templateUrl":"a8414926-81d6-4b54-9b4b-feb498489df0","wait":0}}]
> }
> 2013-04-07 00:31:28,086 DEBUG [agent.manager.DirectAgentAttache]
> (DirectAgent-327:null) Seq 5-614334810: Executing request
> 2013-04-07 00:31:28,227 DEBUG [xen.resource.CitrixResourceBase]
> (DirectAgent-327:null) SR retrieved for iSCSI_SR_3
> 2013-04-07 00:31:28,240 DEBUG [xen.resource.CitrixResourceBase]
> (DirectAgent-327:null) Checking iSCSI_SR_3 or SR
> fe8ca696-22f5-ba1f-af68-7c3cf5a3cb39 on
> XS[5e02c608-155d-432e-a20f-f8c600ef3ab7-192.168.56.11]
> 2013-04-07 00:31:29,095 DEBUG [agent.manager.DirectAgentAttache]
> (DirectAgent-84:null) Seq 1-90046472: Executing request
> 2013-04-07 00:31:29,106 DEBUG [cloud.api.ApiServlet]
> (1161145101@qtp-1008805148-33:null) ===START===  127.0.0.1 -- GET
>  command=queryAsyncJobResult&jobId=f75d8ce8-1193-43bf-b171-f43d2534e6bc&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316289101
> 2013-04-07 00:31:29,130 DEBUG [cloud.api.ApiServlet]
> (1161145101@qtp-1008805148-33:null) ===END===  127.0.0.1 -- GET
>  command=queryAsyncJobResult&jobId=f75d8ce8-1193-43bf-b171-f43d2534e6bc&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316289101
> 2013-04-07 00:31:29,687 DEBUG [agent.manager.DirectAgentAttache]
> (DirectAgent-84:null) Seq 1-90046472: Response Received:
> 2013-04-07 00:31:29,688 DEBUG [agent.transport.Request]
> (DirectAgent-84:null) Seq 1-90046472: Processing:  { Ans: , MgmtId: 1, via:
> 1, Ver: v1, Flags: 10,
> [{"ClusterSyncAnswer":{"_clusterId":1,"_newStates":{},"_isExecuted":false,"result":true,"wait":0}}]
> }
> 2013-04-07 00:31:30,685 DEBUG [xen.resource.CitrixResourceBase]
> (DirectAgent-327:null) Succesfully created VDI for
> com.cloud.agent.api.storage.CreateCommand.  Uuid =
> 40a39639-e8aa-45b5-bfa1-591b68571d0c
> 2013-04-07 00:31:30,686 DEBUG [agent.manager.DirectAgentAttache]
> (DirectAgent-327:null) Seq 5-614334810: Response Received:
> 2013-04-07 00:31:30,686 DEBUG [agent.transport.Request]
> (DirectAgent-327:null) Seq 5-614334810: Processing:  { Ans: , MgmtId: 1,
> via: 5, Ver: v1, Flags: 110,
> [{"storage.CreateAnswer":{"volume":{"id":12,"name":"ROOT-12","mountPoint":"/iSCSI_SR_3","path":"40a39639-e8aa-45b5-bfa1-591b68571d0c","size":52428800,"type":"ROOT","storagePoolType":"PreSetup","storagePoolUuid":"iSCSI_SR_3","deviceId":0},"requestTemplateReload":false,"result":true,"wait":0}}]
> }
> 2013-04-07 00:31:30,686 DEBUG [agent.transport.Request]
> (Job-Executor-35:job-42) Seq 5-614334810: Received:  { Ans: , MgmtId: 1,
> via: 5, Ver: v1, Flags: 110, { CreateAnswer } }
> 2013-04-07 00:31:30,686 DEBUG [agent.manager.AgentAttache]
> (DirectAgent-327:null) Seq 5-614334810: No more commands found
> 2013-04-07 00:31:30,689 DEBUG [cloud.storage.StorageManagerImpl]
> (Job-Executor-35:job-42) Volume Vol[12|vm=12|ROOT] is created on
> Pool[257|PreSetup]
> 2013-04-07 00:31:30,705 DEBUG [agent.transport.Request]
> (Job-Executor-35:job-42) Seq 5-614334811: Sending  { Cmd , MgmtId: 1, via:
> 5, Ver: v1, Flags: 100111,
> [{"StartCommand":{"vm":{"id":12,"name":"i-2-12-VM","bootloader":"PyGrub","type":"User","cpus":1,"speed":100,"minRam":1073741824,"maxRam":1073741824,"arch":"x86_64","os":"CentOS
> 5.3
> (64-bit)","bootArgs":"","rebootOnCrash":false,"enableHA":false,"limitCpuUse":false,"vncPassword":"a0ed1e002d55dc0b","params":{},"uuid":"c18ddf7c-fc61-40b0-af75-fdef05f8eae6","disks":[{"id":12,"name":"ROOT-12","mountPoint":"/iSCSI_SR_3","path":"40a39639-e8aa-45b5-bfa1-591b68571d0c","size":52428800,"type":"ROOT","storagePoolType":"PreSetup","storagePoolUuid":"iSCSI_SR_3","deviceId":0},{"id":12,"name":"tiny
> Linux","size":0,"type":"ISO","storagePoolType":"ISO","deviceId":3}],"nics":[{"deviceId":0,"networkRateMbps":200,"defaultNic":true,"uuid":"70472c43-4913-4e0a-8e1d-87b030404b0a","ip":"192.168.56.195","netmask":"255.255.255.0","gateway":"192.168.56.1","mac":"06:c8:0e:00:00:75","dns1":"8.8.8.8","dns2":"4.4.4.4","broadcastType":"Native","type":"Guest","broadcastUri":"vlan://untagged","isolationUri":"ec2://untagged","isSecurityGroupEnabled":true}]},"hostIp":"192.168.56.11","wait":0}}]
> }
> 2013-04-07 00:31:30,705 DEBUG [agent.transport.Request]
> (Job-Executor-35:job-42) Seq 5-614334811: Executing:  { Cmd , MgmtId: 1,
> via: 5, Ver: v1, Flags: 100111,
> [{"StartCommand":{"vm":{"id":12,"name":"i-2-12-VM","bootloader":"PyGrub","type":"User","cpus":1,"speed":100,"minRam":1073741824,"maxRam":1073741824,"arch":"x86_64","os":"CentOS
> 5.3
> (64-bit)","bootArgs":"","rebootOnCrash":false,"enableHA":false,"limitCpuUse":false,"vncPassword":"a0ed1e002d55dc0b","params":{},"uuid":"c18ddf7c-fc61-40b0-af75-fdef05f8eae6","disks":[{"id":12,"name":"ROOT-12","mountPoint":"/iSCSI_SR_3","path":"40a39639-e8aa-45b5-bfa1-591b68571d0c","size":52428800,"type":"ROOT","storagePoolType":"PreSetup","storagePoolUuid":"iSCSI_SR_3","deviceId":0},{"id":12,"name":"tiny
> Linux","size":0,"type":"ISO","storagePoolType":"ISO","deviceId":3}],"nics":[{"deviceId":0,"networkRateMbps":200,"defaultNic":true,"uuid":"70472c43-4913-4e0a-8e1d-87b030404b0a","ip":"192.168.56.195","netmask":"255.255.255.0","gateway":"192.168.56.1","mac":"06:c8:0e:00:00:75","dns1":"8.8.8.8","dns2":"4.4.4.4","broadcastType":"Native","type":"Guest","broadcastUri":"vlan://untagged","isolationUri":"ec2://untagged","isSecurityGroupEnabled":true}]},"hostIp":"192.168.56.11","wait":0}}]
> }
> 2013-04-07 00:31:30,705 DEBUG [agent.manager.DirectAgentAttache]
> (DirectAgent-265:null) Seq 5-614334811: Executing request
> 2013-04-07 00:31:30,848 DEBUG [xen.resource.CitrixResourceBase]
> (DirectAgent-265:null) 1. The VM i-2-12-VM is in Starting state.
> 2013-04-07 00:31:30,907 DEBUG [xen.resource.XenServer56FP1Resource]
> (DirectAgent-265:null) Created VM 6b192a90-bce6-7347-f184-d5b84538647a for
> i-2-12-VM
> 2013-04-07 00:31:30,959 DEBUG [xen.resource.CitrixResourceBase]
> (DirectAgent-265:null) VBD 9ea8a64a-9d04-76df-9d8b-103371b21d86 created for
> Vol[12|ROOT|40a39639-e8aa-45b5-bfa1-591b68571d0c|52428800]
> 2013-04-07 00:31:30,985 DEBUG [xen.resource.CitrixResourceBase]
> (DirectAgent-265:null) VBD 0fb43cee-0512-beed-5d24-a33a2ceceeda created for
> Vol[12|ISO|null|0]
> 2013-04-07 00:31:30,985 DEBUG [xen.resource.CitrixResourceBase]
> (DirectAgent-265:null) Creating VIF for i-2-12-VM on nic
> [Nic:Guest-192.168.56.195-vlan://untagged]
> 2013-04-07 00:31:31,037 DEBUG [xen.resource.CitrixResourceBase]
> (DirectAgent-265:null) Created a vif adbeb814-7d38-1fda-1bdb-b6850c7cb342
> on 0
> 2013-04-07 00:31:32,105 DEBUG [cloud.api.ApiServlet]
> (1161145101@qtp-1008805148-33:null) ===START===  127.0.0.1 -- GET
>  command=queryAsyncJobResult&jobId=f75d8ce8-1193-43bf-b171-f43d2534e6bc&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316292102
> 2013-04-07 00:31:32,122 DEBUG [cloud.api.ApiServlet]
> (1161145101@qtp-1008805148-33:null) ===END===  127.0.0.1 -- GET
>  command=queryAsyncJobResult&jobId=f75d8ce8-1193-43bf-b171-f43d2534e6bc&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316292102
> 2013-04-07 00:31:35,106 DEBUG [cloud.api.ApiServlet]
> (1161145101@qtp-1008805148-33:null) ===START===  127.0.0.1 -- GET
>  command=queryAsyncJobResult&jobId=f75d8ce8-1193-43bf-b171-f43d2534e6bc&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316295103
> 2013-04-07 00:31:35,125 DEBUG [cloud.api.ApiServlet]
> (1161145101@qtp-1008805148-33:null) ===END===  127.0.0.1 -- GET
>  command=queryAsyncJobResult&jobId=f75d8ce8-1193-43bf-b171-f43d2534e6bc&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316295103
> 2013-04-07 00:31:38,106 DEBUG [cloud.api.ApiServlet]
> (1161145101@qtp-1008805148-33:null) ===START===  127.0.0.1 -- GET
>  command=queryAsyncJobResult&jobId=f75d8ce8-1193-43bf-b171-f43d2534e6bc&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316298104
> 2013-04-07 00:31:38,126 DEBUG [cloud.api.ApiServlet]
> (1161145101@qtp-1008805148-33:null) ===END===  127.0.0.1 -- GET
>  command=queryAsyncJobResult&jobId=f75d8ce8-1193-43bf-b171-f43d2534e6bc&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316298104
> 2013-04-07 00:31:41,108 DEBUG [cloud.api.ApiServlet]
> (1161145101@qtp-1008805148-33:null) ===START===  127.0.0.1 -- GET
>  command=queryAsyncJobResult&jobId=f75d8ce8-1193-43bf-b171-f43d2534e6bc&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316301106
> 2013-04-07 00:31:41,133 DEBUG [cloud.api.ApiServlet]
> (1161145101@qtp-1008805148-33:null) ===END===  127.0.0.1 -- GET
>  command=queryAsyncJobResult&jobId=f75d8ce8-1193-43bf-b171-f43d2534e6bc&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316301106
> 2013-04-07 00:31:43,708 INFO  [xen.resource.CitrixResourceBase]
> (DirectAgent-265:null) Programmed default network rules for i-2-12-VM on
> nic with ip:192.168.56.195 mac:06:c8:0e:00:00:75
> 2013-04-07 00:31:43,708 DEBUG [xen.resource.CitrixResourceBase]
> (DirectAgent-265:null) 2. The VM i-2-12-VM is in Running state.
> 2013-04-07 00:31:43,708 DEBUG [agent.manager.DirectAgentAttache]
> (DirectAgent-265:null) Seq 5-614334811: Response Received:
> 2013-04-07 00:31:43,709 DEBUG [agent.transport.Request]
> (DirectAgent-265:null) Seq 5-614334811: Processing:  { Ans: , MgmtId: 1,
> via: 5, Ver: v1, Flags: 110,
> [{"StartAnswer":{"vm":{"id":12,"name":"i-2-12-VM","bootloader":"PyGrub","type":"User","cpus":1,"speed":100,"minRam":1073741824,"maxRam":1073741824,"arch":"x86_64","os":"CentOS
> 5.3
> (64-bit)","bootArgs":"","rebootOnCrash":false,"enableHA":false,"limitCpuUse":false,"vncPassword":"a0ed1e002d55dc0b","params":{},"uuid":"c18ddf7c-fc61-40b0-af75-fdef05f8eae6","disks":[{"id":12,"name":"ROOT-12","mountPoint":"/iSCSI_SR_3","path":"40a39639-e8aa-45b5-bfa1-591b68571d0c","size":52428800,"type":"ROOT","storagePoolType":"PreSetup","storagePoolUuid":"iSCSI_SR_3","deviceId":0},{"id":12,"name":"tiny
> Linux","size":0,"type":"ISO","storagePoolType":"ISO","deviceId":3}],"nics":[{"deviceId":0,"networkRateMbps":200,"defaultNic":true,"uuid":"70472c43-4913-4e0a-8e1d-87b030404b0a","ip":"192.168.56.195","netmask":"255.255.255.0","gateway":"192.168.56.1","mac":"06:c8:0e:00:00:75","dns1":"8.8.8.8","dns2":"4.4.4.4","broadcastType":"Native","type":"Guest","broadcastUri":"vlan://untagged","isolationUri":"ec2://untagged","isSecurityGroupEnabled":true}]},"result":true,"wait":0}}]
> }
> 2013-04-07 00:31:43,709 DEBUG [agent.transport.Request]
> (Job-Executor-35:job-42) Seq 5-614334811: Received:  { Ans: , MgmtId: 1,
> via: 5, Ver: v1, Flags: 110, { StartAnswer } }
> 2013-04-07 00:31:43,709 DEBUG [agent.manager.AgentAttache]
> (DirectAgent-265:null) Seq 5-614334811: No more commands found
> 2013-04-07 00:31:43,763 DEBUG [network.security.SecurityGroupManagerImpl]
> (Job-Executor-35:job-42) Security Group Mgr v2: scheduling ruleset updates
> for 1 vms  (unique=1), current queue size=0
> 2013-04-07 00:31:43,765 DEBUG [network.security.SecurityGroupManagerImpl]
> (Job-Executor-35:job-42) Security Group Mgr v2: done scheduling ruleset
> updates for 1 vms: num new jobs=1 num rows insert or updated=1 time taken=2
> 2013-04-07 00:31:43,769 DEBUG [cloud.capacity.CapacityManagerImpl]
> (Job-Executor-35:job-42) VM state transitted from :Starting to Running with
> event: OperationSucceededvm's original host id: 5 new host id: 5 host id
> before state transition: 5
> 2013-04-07 00:31:43,769 DEBUG [cloud.vm.VirtualMachineManagerImpl]
> (Job-Executor-35:job-42) Start completed for VM
> VM[User|c18ddf7c-fc61-40b0-af75-fdef05f8eae6]
> 2013-04-07 00:31:43,773 DEBUG [network.security.SecurityGroupManagerImpl]
> (SecGrp-Worker-3:null) SecurityGroupManager v2: sending ruleset update for
> vm i-2-12-VM:ingress num rules=0:egress num rules=0 num cidrs=0
> sig=d41d8cd98f00b204e9800998ecf8427e
> 2013-04-07 00:31:43,777 DEBUG [cloud.async.AsyncJobManagerImpl]
> (Job-Executor-35:job-42) Complete async job-42, jobStatus: 1, resultCode:
> 0, result: org.apache.cloudstack.api.response.UserVmResponse@d9c5b6f
> 2013-04-07 00:31:43,782 DEBUG [cloud.async.AsyncJobManagerImpl]
> (Job-Executor-35:job-42) Done executing
> org.apache.cloudstack.api.command.user.vm.DeployVMCmd for job-42
> 2013-04-07 00:31:43,796 DEBUG [agent.transport.Request]
> (SecGrp-Worker-3:null) Seq 5-614334812: Sending  { Cmd , MgmtId: 1, via: 5,
> Ver: v1, Flags: 100111,
> [{"SecurityGroupRulesCmd":{"guestIp":"192.168.56.195","vmName":"i-2-12-VM","guestMac":"06:c8:0e:00:00:75","signature":"d41d8cd98f00b204e9800998ecf8427e","seqNum":1,"vmId":12,"msId":1,"ingressRuleSet":[],"egressRuleSet":[],"wait":0}}]
> }
> 2013-04-07 00:31:43,796 DEBUG [agent.transport.Request]
> (SecGrp-Worker-3:null) Seq 5-614334812: Executing:  { Cmd , MgmtId: 1, via:
> 5, Ver: v1, Flags: 100111,
> [{"SecurityGroupRulesCmd":{"guestIp":"192.168.56.195","vmName":"i-2-12-VM","guestMac":"06:c8:0e:00:00:75","signature":"d41d8cd98f00b204e9800998ecf8427e","seqNum":1,"vmId":12,"msId":1,"ingressRuleSet":[],"egressRuleSet":[],"wait":0}}]
> }
> 2013-04-07 00:31:43,796 DEBUG [agent.manager.DirectAgentAttache]
> (DirectAgent-77:null) Seq 5-614334812: Executing request
> 2013-04-07 00:31:44,109 DEBUG [cloud.api.ApiServlet]
> (1161145101@qtp-1008805148-33:null) ===START===  127.0.0.1 -- GET
>  command=queryAsyncJobResult&jobId=f75d8ce8-1193-43bf-b171-f43d2534e6bc&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316304106
> 2013-04-07 00:31:44,122 DEBUG [cloud.async.AsyncJobManagerImpl]
> (1161145101@qtp-1008805148-33:null) Async job-42 completed
> 2013-04-07 00:31:44,131 DEBUG [cloud.api.ApiServlet]
> (1161145101@qtp-1008805148-33:null) ===END===  127.0.0.1 -- GET
>  command=queryAsyncJobResult&jobId=f75d8ce8-1193-43bf-b171-f43d2534e6bc&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316304106
> 2013-04-07 00:31:44,351 INFO  [xen.resource.CitrixResourceBase]
> (DirectAgent-77:null) Programmed network rules for vm i-2-12-VM
> guestIp=192.168.56.195, ingress numrules=0, egress numrules=0
> 2013-04-07 00:31:44,351 DEBUG [agent.manager.DirectAgentAttache]
> (DirectAgent-77:null) Seq 5-614334812: Response Received:
> 2013-04-07 00:31:44,352 DEBUG [agent.transport.Request]
> (DirectAgent-77:null) Seq 5-614334812: Processing:  { Ans: , MgmtId: 1,
> via: 5, Ver: v1, Flags: 110,
> [{"SecurityGroupRuleAnswer":{"logSequenceNumber":1,"vmId":12,"reason":"NONE","result":true,"wait":0}}]
> }
> 2013-04-07 00:31:44,353 DEBUG [network.security.SecurityGroupListener]
> (DirectAgent-77:null) Successfully programmed rule
> com.cloud.agent.api.SecurityGroupRuleAnswer into host 5
> 2013-04-07 00:31:44,357 DEBUG [network.security.SecurityGroupListener]
> (DirectAgent-77:null) Successfully programmed rule
> com.cloud.agent.api.SecurityGroupRuleAnswer into host 5
> 2013-04-07 00:31:44,359 DEBUG [agent.manager.AgentAttache]
> (DirectAgent-77:null) Seq 5-614334812: No more commands found
> 2013-04-07 00:31:47,679 DEBUG [agent.manager.AgentManagerImpl]
> (AgentManager-Handler-10:null) Ping from 3
> 2013-04-07 00:31:50,451 DEBUG
> [storage.secondary.SecondaryStorageManagerImpl] (secstorage-1:null) Zone 1
> is ready to launch secondary storage VM
> 2013-04-07 00:31:50,553 DEBUG [cloud.consoleproxy.ConsoleProxyManagerImpl]
> (consoleproxy-1:null) Zone 1 is ready to launch console proxy
> 2013-04-07 00:31:50,819 DEBUG
> [network.router.VirtualNetworkApplianceManagerImpl]
> (RouterStatusMonitor-1:null) Found 0 routers to update status.
> 2013-04-07 00:31:50,820 DEBUG
> [network.router.VirtualNetworkApplianceManagerImpl]
> (RouterStatusMonitor-1:null) Found 0 networks to update RvR status.
> 2013-04-07 00:31:50,851 DEBUG
> [network.router.VirtualNetworkApplianceManagerImpl]
> (RouterStatusMonitor-1:null) Found 0 routers to update status.
> 2013-04-07 00:31:50,852 DEBUG
> [network.router.VirtualNetworkApplianceManagerImpl]
> (RouterStatusMonitor-1:null) Found 0 networks to update RvR status.
> 2013-04-07 00:31:51,459 INFO  [agent.manager.AgentMonitor]
> (Thread-11:null) Found the following agents behind on ping: [6, 5]
> 2013-04-07 00:31:51,460 DEBUG [cloud.host.Status] (Thread-11:null) Ping
> timeout for host 6, do invstigation
> 2013-04-07 00:31:51,461 DEBUG [cloud.host.Status] (Thread-11:null) Ping
> timeout for host 5, do invstigation
> 2013-04-07 00:31:51,462 INFO  [agent.manager.AgentManagerImpl]
> (AgentTaskPool-2:null) Investigating why host 6 has disconnected with event
> PingTimeout
> 2013-04-07 00:31:51,462 DEBUG [agent.manager.AgentManagerImpl]
> (AgentTaskPool-2:null) checking if agent (6) is alive
> 2013-04-07 00:31:51,463 INFO  [agent.manager.AgentManagerImpl]
> (AgentTaskPool-14:null) Investigating why host 5 has disconnected with
> event PingTimeout
> 2013-04-07 00:31:51,463 DEBUG [agent.manager.AgentManagerImpl]
> (AgentTaskPool-14:null) checking if agent (5) is alive
> 2013-04-07 00:31:51,465 DEBUG [agent.transport.Request]
> (AgentTaskPool-2:null) Seq 6-324993304: Sending  { Cmd , MgmtId: 1, via: 6,
> Ver: v1, Flags: 100011, [{"CheckHealthCommand":{"wait":50}}] }
> 2013-04-07 00:31:51,465 DEBUG [agent.transport.Request]
> (AgentTaskPool-2:null) Seq 6-324993304: Executing:  { Cmd , MgmtId: 1, via:
> 6, Ver: v1, Flags: 100011, [{"CheckHealthCommand":{"wait":50}}] }
> 2013-04-07 00:31:51,465 DEBUG [agent.manager.DirectAgentAttache]
> (DirectAgent-151:null) Seq 6-324993304: Executing request
> 2013-04-07 00:31:51,466 DEBUG [agent.transport.Request]
> (AgentTaskPool-14:null) Seq 5-614334813: Sending  { Cmd , MgmtId: 1, via:
> 5, Ver: v1, Flags: 100011, [{"CheckHealthCommand":{"wait":50}}] }
> 2013-04-07 00:31:51,467 DEBUG [agent.transport.Request]
> (AgentTaskPool-14:null) Seq 5-614334813: Executing:  { Cmd , MgmtId: 1,
> via: 5, Ver: v1, Flags: 100011, [{"CheckHealthCommand":{"wait":50}}] }
> 2013-04-07 00:31:51,467 DEBUG [agent.manager.DirectAgentAttache]
> (DirectAgent-113:null) Seq 5-614334813: Executing request
> 2013-04-07 00:31:51,525 DEBUG [agent.manager.DirectAgentAttache]
> (DirectAgent-151:null) Seq 6-324993304: Response Received:
> 2013-04-07 00:31:51,525 DEBUG [agent.transport.Request]
> (DirectAgent-151:null) Seq 6-324993304: Processing:  { Ans: , MgmtId: 1,
> via: 6, Ver: v1, Flags: 10,
> [{"CheckHealthAnswer":{"result":true,"details":"resource is
> alive","wait":0}}] }
> 2013-04-07 00:31:51,526 DEBUG [agent.transport.Request]
> (AgentTaskPool-2:null) Seq 6-324993304: Received:  { Ans: , MgmtId: 1, via:
> 6, Ver: v1, Flags: 10, { CheckHealthAnswer } }
> 2013-04-07 00:31:51,526 DEBUG [agent.manager.AgentManagerImpl]
> (AgentTaskPool-2:null) Details from executing class
> com.cloud.agent.api.CheckHealthCommand: resource is alive
> 2013-04-07 00:31:51,526 DEBUG [agent.manager.AgentManagerImpl]
> (AgentTaskPool-2:null) agent (6) responded to checkHeathCommand, reporting
> that agent is Up
> 2013-04-07 00:31:51,526 INFO  [agent.manager.AgentManagerImpl]
> (AgentTaskPool-2:null) The state determined is Up
> 2013-04-07 00:31:51,526 INFO  [agent.manager.AgentManagerImpl]
> (AgentTaskPool-2:null) Agent is determined to be up and running
> 2013-04-07 00:31:51,526 DEBUG [cloud.host.Status] (AgentTaskPool-2:null)
> Transition:[Resource state = Enabled, Agent event = Ping, Host id = 6, name
> = Tut-XenServer]
> 2013-04-07 00:31:51,529 DEBUG [agent.manager.DirectAgentAttache]
> (DirectAgent-113:null) Seq 5-614334813: Response Received:
> 2013-04-07 00:31:51,529 DEBUG [agent.transport.Request]
> (DirectAgent-113:null) Seq 5-614334813: Processing:  { Ans: , MgmtId: 1,
> via: 5, Ver: v1, Flags: 10,
> [{"CheckHealthAnswer":{"result":true,"details":"resource is
> alive","wait":0}}] }
> 2013-04-07 00:31:51,529 DEBUG [agent.transport.Request]
> (AgentTaskPool-14:null) Seq 5-614334813: Received:  { Ans: , MgmtId: 1,
> via: 5, Ver: v1, Flags: 10, { CheckHealthAnswer } }
> 2013-04-07 00:31:51,529 DEBUG [agent.manager.AgentManagerImpl]
> (AgentTaskPool-14:null) Details from executing class
> com.cloud.agent.api.CheckHealthCommand: resource is alive
> 2013-04-07 00:31:51,529 DEBUG [agent.manager.AgentManagerImpl]
> (AgentTaskPool-14:null) agent (5) responded to checkHeathCommand, reporting
> that agent is Up
> 2013-04-07 00:31:51,529 INFO  [agent.manager.AgentManagerImpl]
> (AgentTaskPool-14:null) The state determined is Up
> 2013-04-07 00:31:51,529 INFO  [agent.manager.AgentManagerImpl]
> (AgentTaskPool-14:null) Agent is determined to be up and running
> 2013-04-07 00:31:51,530 DEBUG [cloud.host.Status] (AgentTaskPool-2:null)
> Agent status update: [id = 6; name = Tut-XenServer; old status = Up; event
> = Ping; new status = Up; old update count = 308; new update count = 309]
> 2013-04-07 00:31:51,530 DEBUG [cloud.host.Status] (AgentTaskPool-14:null)
> Transition:[Resource state = Enabled, Agent event = Ping, Host id = 5, name
> = Tut-XenServer2]
> 2013-04-07 00:31:51,533 DEBUG [cloud.host.Status] (AgentTaskPool-14:null)
> Agent status update: [id = 5; name = Tut-XenServer2; old status = Up; event
> = Ping; new status = Up; old update count = 145; new update count = 146]
> 2013-04-07 00:31:58,908 DEBUG [cloud.api.ApiServlet]
> (1161145101@qtp-1008805148-33:null) ===START===  127.0.0.1 -- GET
>  command=listVirtualMachines&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&listAll=true&page=1&pagesize=20&_=1365316318906
> 2013-04-07 00:31:58,925 DEBUG [cloud.api.ApiServlet]
> (1161145101@qtp-1008805148-33:null) ===END===  127.0.0.1 -- GET
>  command=listVirtualMachines&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&listAll=true&page=1&pagesize=20&_=1365316318906
> 2013-04-07 00:32:00,065 DEBUG [cloud.api.ApiServlet]
> (1161145101@qtp-1008805148-33:null) ===START===  127.0.0.1 -- GET
>  command=listVolumes&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&listAll=true&page=1&pagesize=20&_=1365316320063
> 2013-04-07 00:32:00,079 DEBUG [cloud.api.ApiServlet]
> (1161145101@qtp-1008805148-33:null) ===END===  127.0.0.1 -- GET
>  command=listVolumes&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&listAll=true&page=1&pagesize=20&_=1365316320063
> 2013-04-07 00:32:02,019 DEBUG [cloud.api.ApiServlet]
> (1161145101@qtp-1008805148-33:null) ===START===  127.0.0.1 -- GET
>  command=listVirtualMachines&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&listAll=true&page=1&pagesize=20&_=1365316322017
> 2013-04-07 00:32:02,034 DEBUG [cloud.api.ApiServlet]
> (1161145101@qtp-1008805148-33:null) ===END===  127.0.0.1 -- GET
>  command=listVirtualMachines&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&listAll=true&page=1&pagesize=20&_=1365316322017
> 2013-04-07 00:32:03,004 DEBUG [cloud.api.ApiServlet]
> (1161145101@qtp-1008805148-33:null) ===START===  127.0.0.1 -- GET
>  command=listVolumes&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&listAll=true&page=1&pagesize=20&_=1365316323002
> 2013-04-07 00:32:03,019 DEBUG [cloud.api.ApiServlet]
> (1161145101@qtp-1008805148-33:null) ===END===  127.0.0.1 -- GET
>  command=listVolumes&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&listAll=true&page=1&pagesize=20&_=1365316323002
> 2013-04-07 00:32:04,060 DEBUG [cloud.api.ApiServlet]
> (1161145101@qtp-1008805148-33:null) ===START===  127.0.0.1 -- GET
>  command=listVirtualMachines&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&listAll=true&page=1&pagesize=20&_=1365316324057
> 2013-04-07 00:32:04,076 DEBUG [cloud.api.ApiServlet]
> (1161145101@qtp-1008805148-33:null) ===END===  127.0.0.1 -- GET
>  command=listVirtualMachines&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&listAll=true&page=1&pagesize=20&_=1365316324057
> 2013-04-07 00:32:04,815 DEBUG [agent.manager.DirectAgentAttache]
> (DirectAgent-240:null) Ping from 6
> 2013-04-07 00:32:06,151 DEBUG [agent.manager.DirectAgentAttache]
> (DirectAgent-401:null) Ping from 5
> 2013-04-07 00:32:06,571 DEBUG [cloud.api.ApiServlet]
> (1161145101@qtp-1008805148-33:null) ===START===  127.0.0.1 -- GET
>  command=listZones&available=true&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316326569
> 2013-04-07 00:32:06,578 DEBUG [cloud.api.ApiServlet]
> (1161145101@qtp-1008805148-33:null) ===END===  127.0.0.1 -- GET
>  command=listZones&available=true&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316326569
> 2013-04-07 00:32:06,909 DEBUG [agent.manager.DirectAgentAttache]
> (DirectAgent-334:null) Seq 6-324993028: Executing request
> 2013-04-07 00:32:07,152 DEBUG [agent.manager.DirectAgentAttache]
> (DirectAgent-334:null) Seq 6-324993028: Response Received:
> 2013-04-07 00:32:07,152 DEBUG [agent.transport.Request]
> (DirectAgent-334:null) Seq 6-324993028: Processing:  { Ans: , MgmtId: 1,
> via: 6, Ver: v1, Flags: 10,
> [{"ClusterSyncAnswer":{"_clusterId":2,"_newStates":{},"_isExecuted":false,"result":true,"wait":0}}]
> }
> 2013-04-07 00:32:08,422 DEBUG [cloud.api.ApiServlet]
> (1161145101@qtp-1008805148-33:null) ===START===  127.0.0.1 -- GET
>  command=listHypervisors&zoneid=3a62dec3-cf95-4ba2-9af0-af2190af35e3&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316328420
> 2013-04-07 00:32:08,431 DEBUG [cloud.api.ApiServlet]
> (1161145101@qtp-1008805148-33:null) ===END===  127.0.0.1 -- GET
>  command=listHypervisors&zoneid=3a62dec3-cf95-4ba2-9af0-af2190af35e3&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316328420
> 2013-04-07 00:32:08,434 DEBUG [cloud.api.ApiServlet]
> (1161145101@qtp-1008805148-33:null) ===START===  127.0.0.1 -- GET
>  command=listTemplates&templatefilter=featured&zoneid=3a62dec3-cf95-4ba2-9af0-af2190af35e3&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316328432
> 2013-04-07 00:32:08,461 DEBUG [cloud.api.ApiServlet]
> (1161145101@qtp-1008805148-33:null) ===END===  127.0.0.1 -- GET
>  command=listTemplates&templatefilter=featured&zoneid=3a62dec3-cf95-4ba2-9af0-af2190af35e3&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316328432
> 2013-04-07 00:32:08,464 DEBUG [cloud.api.ApiServlet]
> (1161145101@qtp-1008805148-33:null) ===START===  127.0.0.1 -- GET
>  command=listTemplates&templatefilter=community&zoneid=3a62dec3-cf95-4ba2-9af0-af2190af35e3&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316328462
> 2013-04-07 00:32:08,492 DEBUG [cloud.api.ApiServlet]
> (1161145101@qtp-1008805148-33:null) ===END===  127.0.0.1 -- GET
>  command=listTemplates&templatefilter=community&zoneid=3a62dec3-cf95-4ba2-9af0-af2190af35e3&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316328462
> 2013-04-07 00:32:08,495 DEBUG [cloud.api.ApiServlet]
> (1161145101@qtp-1008805148-33:null) ===START===  127.0.0.1 -- GET
>  command=listTemplates&templatefilter=selfexecutable&zoneid=3a62dec3-cf95-4ba2-9af0-af2190af35e3&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316328493
> 2013-04-07 00:32:08,508 DEBUG [cloud.api.ApiServlet]
> (1161145101@qtp-1008805148-33:null) ===END===  127.0.0.1 -- GET
>  command=listTemplates&templatefilter=selfexecutable&zoneid=3a62dec3-cf95-4ba2-9af0-af2190af35e3&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316328493
> 2013-04-07 00:32:09,476 DEBUG [cloud.api.ApiServlet]
> (1161145101@qtp-1008805148-33:null) ===START===  127.0.0.1 -- GET
>  command=listServiceOfferings&issystem=false&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316329474
> 2013-04-07 00:32:09,489 DEBUG [cloud.api.ApiServlet]
> (1161145101@qtp-1008805148-33:null) ===END===  127.0.0.1 -- GET
>  command=listServiceOfferings&issystem=false&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316329474
> 2013-04-07 00:32:11,022 DEBUG [agent.manager.DirectAgentAttache]
> (DirectAgent-161:null) Seq 5-614334468: Executing request
> 2013-04-07 00:32:11,174 DEBUG [agent.manager.DirectAgentAttache]
> (DirectAgent-161:null) Seq 5-614334468: Response Received:
> 2013-04-07 00:32:11,174 DEBUG [agent.transport.Request]
> (DirectAgent-161:null) Seq 5-614334468: Processing:  { Ans: , MgmtId: 1,
> via: 5, Ver: v1, Flags: 10, [{"Answer":{"result":true,"wait":0}}] }
> 2013-04-07 00:32:13,261 DEBUG [cloud.api.ApiServlet]
> (1161145101@qtp-1008805148-33:null) ===START===  127.0.0.1 -- GET
>  command=listDiskOfferings&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316333259
> 2013-04-07 00:32:13,272 DEBUG [cloud.api.ApiServlet]
> (1161145101@qtp-1008805148-33:null) ===END===  127.0.0.1 -- GET
>  command=listDiskOfferings&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316333259
> 2013-04-07 00:32:14,028 DEBUG [cloud.api.ApiServlet]
> (1161145101@qtp-1008805148-33:null) ===START===  127.0.0.1 -- GET
>  command=listNetworks&trafficType=Guest&zoneId=3a62dec3-cf95-4ba2-9af0-af2190af35e3&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316334026
> 2013-04-07 00:32:14,053 DEBUG [cloud.api.ApiServlet]
> (1161145101@qtp-1008805148-33:null) ===END===  127.0.0.1 -- GET
>  command=listNetworks&trafficType=Guest&zoneId=3a62dec3-cf95-4ba2-9af0-af2190af35e3&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316334026
> 2013-04-07 00:32:14,056 DEBUG [cloud.api.ApiServlet]
> (1161145101@qtp-1008805148-33:null) ===START===  127.0.0.1 -- GET
>  command=listSecurityGroups&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&domainid=e4ec5ddc-9e1c-11e2-a770-6e70e42a2333&account=admin&_=1365316334054
> 2013-04-07 00:32:14,062 DEBUG [cloud.user.AccountManagerImpl]
> (1161145101@qtp-1008805148-33:null) Access granted to Acct[2-admin] to
> Domain:1/ by DomainChecker
> 2013-04-07 00:32:14,068 DEBUG [cloud.api.ApiServlet]
> (1161145101@qtp-1008805148-33:null) ===END===  127.0.0.1 -- GET
>  command=listSecurityGroups&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&domainid=e4ec5ddc-9e1c-11e2-a770-6e70e42a2333&account=admin&_=1365316334054
> 2013-04-07 00:32:15,282 DEBUG [cloud.api.ApiServlet]
> (1161145101@qtp-1008805148-33:null) ===START===  127.0.0.1 -- GET
>  command=deployVirtualMachine&zoneId=3a62dec3-cf95-4ba2-9af0-af2190af35e3&templateId=e4a7df4a-9e1c-11e2-a770-6e70e42a2333&hypervisor=XenServer&serviceOfferingId=425cf3cf-4bc4-4e53-82a0-ba6c20dd3688&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316335280
> 2013-04-07 00:32:15,290 DEBUG [cloud.api.ApiDispatcher]
> (1161145101@qtp-1008805148-33:null) InfrastructureEntity name
> is:com.cloud.offering.ServiceOffering
> 2013-04-07 00:32:15,292 DEBUG [cloud.api.ApiDispatcher]
> (1161145101@qtp-1008805148-33:null) ControlledEntity name
> is:com.cloud.template.VirtualMachineTemplate
> 2013-04-07 00:32:15,316 DEBUG [cloud.vm.UserVmManagerImpl]
> (1161145101@qtp-1008805148-33:null) Allocating in the DB for vm
> 2013-04-07 00:32:15,327 DEBUG [cloud.vm.VirtualMachineManagerImpl]
> (1161145101@qtp-1008805148-33:null) Allocating entries for VM:
> VM[User|94ddc16f-04fc-4da1-8326-01d8d5cdeb44]
> 2013-04-07 00:32:15,327 DEBUG [cloud.vm.VirtualMachineManagerImpl]
> (1161145101@qtp-1008805148-33:null) Allocating nics for
> VM[User|94ddc16f-04fc-4da1-8326-01d8d5cdeb44]
> 2013-04-07 00:32:15,328 DEBUG [cloud.network.NetworkManagerImpl]
> (1161145101@qtp-1008805148-33:null) Allocating nic for vm
> VM[User|94ddc16f-04fc-4da1-8326-01d8d5cdeb44] in network Ntwk[204|Guest|6]
> with requested profile NicProfile[0-0-null-null-null
> 2013-04-07 00:32:15,335 DEBUG [cloud.vm.VirtualMachineManagerImpl]
> (1161145101@qtp-1008805148-33:null) Allocaing disks for
> VM[User|94ddc16f-04fc-4da1-8326-01d8d5cdeb44]
> 2013-04-07 00:32:15,342 DEBUG [cloud.vm.VirtualMachineManagerImpl]
> (1161145101@qtp-1008805148-33:null) Allocation completed for VM:
> VM[User|94ddc16f-04fc-4da1-8326-01d8d5cdeb44]
> 2013-04-07 00:32:15,342 DEBUG [cloud.vm.UserVmManagerImpl]
> (1161145101@qtp-1008805148-33:null) Successfully allocated DB entry for
> VM[User|94ddc16f-04fc-4da1-8326-01d8d5cdeb44]
> 2013-04-07 00:32:15,374 DEBUG [cloud.async.AsyncJobManagerImpl]
> (1161145101@qtp-1008805148-33:null) submit async job-43, details:
> AsyncJobVO {id:43, userId: 2, accountId: 2, sessionKey: null, instanceType:
> null, instanceId: 13, cmd:
> org.apache.cloudstack.api.command.user.vm.DeployVMCmd, cmdOriginator: null,
> cmdInfo:
> {"id":"13","templateId":"e4a7df4a-9e1c-11e2-a770-6e70e42a2333","response":"json","sessionkey":"Z6QqzU0Fq1iT13bMgnRRfl8GoVA\u003d","ctxUserId":"2","hypervisor":"XenServer","serviceOfferingId":"425cf3cf-4bc4-4e53-82a0-ba6c20dd3688","_":"1365316335280","ctxAccountId":"2","ctxStartEventId":"48","zoneId":"3a62dec3-cf95-4ba2-9af0-af2190af35e3"},
> cmdVersion: 0, callbackType: 0, callbackAddress: null, status: 0,
> processStatus: 0, resultCode: 0, result: null, initMsid: 1, completeMsid:
> null, lastUpdated: null, lastPolled: null, created: null}
> 2013-04-07 00:32:15,375 DEBUG [cloud.async.AsyncJobManagerImpl]
> (Job-Executor-36:job-43) Executing
> org.apache.cloudstack.api.command.user.vm.DeployVMCmd for job-43
> 2013-04-07 00:32:15,376 DEBUG [cloud.api.ApiServlet]
> (1161145101@qtp-1008805148-33:null) ===END===  127.0.0.1 -- GET
>  command=deployVirtualMachine&zoneId=3a62dec3-cf95-4ba2-9af0-af2190af35e3&templateId=e4a7df4a-9e1c-11e2-a770-6e70e42a2333&hypervisor=XenServer&serviceOfferingId=425cf3cf-4bc4-4e53-82a0-ba6c20dd3688&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316335280
> 2013-04-07 00:32:15,380 DEBUG [cloud.api.ApiDispatcher]
> (Job-Executor-36:job-43) InfrastructureEntity name
> is:com.cloud.offering.ServiceOffering
> 2013-04-07 00:32:15,383 DEBUG [cloud.api.ApiDispatcher]
> (Job-Executor-36:job-43) ControlledEntity name
> is:com.cloud.template.VirtualMachineTemplate
> 2013-04-07 00:32:15,425 DEBUG [cloud.deploy.FirstFitPlanner]
> (Job-Executor-36:job-43) DeploymentPlanner allocation algorithm: random
> 2013-04-07 00:32:15,425 DEBUG [cloud.deploy.FirstFitPlanner]
> (Job-Executor-36:job-43) Trying to allocate a host and storage pools from
> dc:1, pod:null,cluster:null, requested cpu: 100, requested ram: 1073741824
> 2013-04-07 00:32:15,425 DEBUG [cloud.deploy.FirstFitPlanner]
> (Job-Executor-36:job-43) Is ROOT volume READY (pool already allocated)?: No
> 2013-04-07 00:32:15,425 DEBUG [cloud.deploy.FirstFitPlanner]
> (Job-Executor-36:job-43) Searching all possible resources under this Zone: 1
> 2013-04-07 00:32:15,427 DEBUG [cloud.deploy.FirstFitPlanner]
> (Job-Executor-36:job-43) Listing clusters in order of aggregate capacity,
> that have (atleast one host with) enough CPU and RAM capacity under this
> Zone: 1
> 2013-04-07 00:32:15,428 DEBUG [cloud.deploy.FirstFitPlanner]
> (Job-Executor-36:job-43) CPUOverprovisioningFactor considered: 1.0
> 2013-04-07 00:32:15,442 DEBUG [cloud.deploy.FirstFitPlanner]
> (Job-Executor-36:job-43) Cannot allocate cluster list [1] for vm creation
> since their allocated percentage crosses the disable capacity threshold:
> 0.85 for capacity Type : 0, skipping these clusters
> 2013-04-07 00:32:15,444 DEBUG [cloud.deploy.FirstFitPlanner]
> (Job-Executor-36:job-43) Checking resources in Cluster: 2 under Pod: 1
> 2013-04-07 00:32:15,444 DEBUG [allocator.impl.RandomAllocator]
> (Job-Executor-36:job-43) Looking for hosts in dc: 1  pod:1  cluster:2
> 2013-04-07 00:32:15,447 DEBUG [allocator.impl.RandomAllocator]
> (Job-Executor-36:job-43) Random Allocator found 2  hosts
> 2013-04-07 00:32:15,447 DEBUG [allocator.impl.RandomAllocator]
> (Job-Executor-36:job-43) Random Host Allocator returning 2 suitable hosts
> 2013-04-07 00:32:15,448 DEBUG [cloud.deploy.FirstFitPlanner]
> (Job-Executor-36:job-43) Checking suitable pools for volume (Id, Type):
> (13,ROOT)
> 2013-04-07 00:32:15,448 DEBUG [cloud.deploy.FirstFitPlanner]
> (Job-Executor-36:job-43) We need to allocate new storagepool for this volume
> 2013-04-07 00:32:15,451 DEBUG [cloud.deploy.FirstFitPlanner]
> (Job-Executor-36:job-43) Calling StoragePoolAllocators to find suitable
> pools
> 2013-04-07 00:32:15,455 DEBUG
> [storage.allocator.RandomStoragePoolAllocator] (Job-Executor-36:job-43)
> Looking for pools in dc: 1  pod:1  cluster:2
> 2013-04-07 00:32:15,457 DEBUG
> [storage.allocator.RandomStoragePoolAllocator] (Job-Executor-36:job-43)
> RandomStoragePoolAllocator has 5 pools to check for allocation
> 2013-04-07 00:32:15,458 DEBUG
> [storage.allocator.AbstractStoragePoolAllocator] (Job-Executor-36:job-43)
> Checking if storage pool is suitable, name: Tut-XenServer2 Local Storage
> ,poolId: 201
> 2013-04-07 00:32:15,458 DEBUG
> [storage.allocator.AbstractStoragePoolAllocator] (Job-Executor-36:job-43)
> Is localStorageAllocationNeeded? false
> 2013-04-07 00:32:15,458 DEBUG
> [storage.allocator.AbstractStoragePoolAllocator] (Job-Executor-36:job-43)
> Is storage pool shared? false
> 2013-04-07 00:32:15,458 DEBUG
> [storage.allocator.AbstractStoragePoolAllocator] (Job-Executor-36:job-43)
> StoragePool is not of correct type, skipping this pool
> 2013-04-07 00:32:15,458 DEBUG
> [storage.allocator.AbstractStoragePoolAllocator] (Job-Executor-36:job-43)
> Checking if storage pool is suitable, name: iSCSI_SR_3 ,poolId: 257
> 2013-04-07 00:32:15,458 DEBUG
> [storage.allocator.AbstractStoragePoolAllocator] (Job-Executor-36:job-43)
> Is localStorageAllocationNeeded? false
> 2013-04-07 00:32:15,458 DEBUG
> [storage.allocator.AbstractStoragePoolAllocator] (Job-Executor-36:job-43)
> Is storage pool shared? true
> 2013-04-07 00:32:15,467 DEBUG [cloud.storage.StorageManagerImpl]
> (Job-Executor-36:job-43) Checking pool: 257 for volume allocation
> [Vol[13|vm=13|ROOT]], maxSize : 2084569088, totalAllocatedSize : 106954752,
> askingSize : 52428800, allocated disable threshold: 0.85
> 2013-04-07 00:32:15,467 DEBUG
> [storage.allocator.AbstractStoragePoolAllocator] (Job-Executor-36:job-43)
> Checking if storage pool is suitable, name: iSCSI_SR_4 ,poolId: 262
> 2013-04-07 00:32:15,467 DEBUG
> [storage.allocator.AbstractStoragePoolAllocator] (Job-Executor-36:job-43)
> Is localStorageAllocationNeeded? false
> 2013-04-07 00:32:15,467 DEBUG
> [storage.allocator.AbstractStoragePoolAllocator] (Job-Executor-36:job-43)
> Is storage pool shared? true
> 2013-04-07 00:32:15,479 DEBUG [cloud.storage.StorageManagerImpl]
> (Job-Executor-36:job-43) Checking pool: 262 for volume allocation
> [Vol[13|vm=13|ROOT]], maxSize : 2084569088, totalAllocatedSize : 54525952,
> askingSize : 52428800, allocated disable threshold: 0.85
> 2013-04-07 00:32:15,479 DEBUG
> [storage.allocator.AbstractStoragePoolAllocator] (Job-Executor-36:job-43)
> Checking if storage pool is suitable, name: Tut-XenServer Local Storage
> ,poolId: 202
> 2013-04-07 00:32:15,479 DEBUG
> [storage.allocator.AbstractStoragePoolAllocator] (Job-Executor-36:job-43)
> Is localStorageAllocationNeeded? false
> 2013-04-07 00:32:15,479 DEBUG
> [storage.allocator.AbstractStoragePoolAllocator] (Job-Executor-36:job-43)
> Is storage pool shared? false
> 2013-04-07 00:32:15,479 DEBUG
> [storage.allocator.AbstractStoragePoolAllocator] (Job-Executor-36:job-43)
> StoragePool is not of correct type, skipping this pool
> 2013-04-07 00:32:15,479 DEBUG
> [storage.allocator.AbstractStoragePoolAllocator] (Job-Executor-36:job-43)
> Checking if storage pool is suitable, name: iSCSI_SR_2 ,poolId: 256
> 2013-04-07 00:32:15,479 DEBUG
> [storage.allocator.AbstractStoragePoolAllocator] (Job-Executor-36:job-43)
> Is localStorageAllocationNeeded? false
> 2013-04-07 00:32:15,479 DEBUG
> [storage.allocator.AbstractStoragePoolAllocator] (Job-Executor-36:job-43)
> Is storage pool shared? true
> 2013-04-07 00:32:15,489 DEBUG [cloud.storage.StorageManagerImpl]
> (Job-Executor-36:job-43) Checking pool: 256 for volume allocation
> [Vol[13|vm=13|ROOT]], maxSize : 2084569088, totalAllocatedSize : 54525952,
> askingSize : 52428800, allocated disable threshold: 0.85
> 2013-04-07 00:32:15,489 DEBUG
> [storage.allocator.RandomStoragePoolAllocator] (Job-Executor-36:job-43)
> RandomStoragePoolAllocator returning 3 suitable storage pools
> 2013-04-07 00:32:15,489 DEBUG [cloud.deploy.FirstFitPlanner]
> (Job-Executor-36:job-43) Trying to find a potenial host and associated
> storage pools from the suitable host/pool lists for this VM
> 2013-04-07 00:32:15,489 DEBUG [cloud.deploy.FirstFitPlanner]
> (Job-Executor-36:job-43) Checking if host: 6 can access any suitable
> storage pool for volume: ROOT
> 2013-04-07 00:32:15,492 DEBUG [cloud.deploy.FirstFitPlanner]
> (Job-Executor-36:job-43) Host: 6 can access pool: 257
> 2013-04-07 00:32:15,492 DEBUG [cloud.deploy.FirstFitPlanner]
> (Job-Executor-36:job-43) Found a potential host id: 6 name: Tut-XenServer
> and associated storage pools for this VM
> 2013-04-07 00:32:15,494 DEBUG [cloud.deploy.FirstFitPlanner]
> (Job-Executor-36:job-43) Returning Deployment Destination:
> Dest[Zone(Id)-Pod(Id)-Cluster(Id)-Host(Id)-Storage(Volume(Id|Type-->Pool(Id))]
> :
> Dest[Zone(1)-Pod(1)-Cluster(2)-Host(6)-Storage(Volume(13|ROOT-->Pool(257))]
> 2013-04-07 00:32:15,514 DEBUG [cloud.capacity.CapacityManagerImpl]
> (Job-Executor-36:job-43) VM state transitted from :Stopped to Starting with
> event: StartRequestedvm's original host id: null new host id: null host id
> before state transition: null
> 2013-04-07 00:32:15,514 DEBUG [cloud.vm.VirtualMachineManagerImpl]
> (Job-Executor-36:job-43) Successfully transitioned to start state for
> VM[User|94ddc16f-04fc-4da1-8326-01d8d5cdeb44] reservation id =
> a8349669-6ff2-443f-88d3-c5d69100df3a
> 2013-04-07 00:32:15,518 DEBUG [cloud.vm.VirtualMachineManagerImpl]
> (Job-Executor-36:job-43) Trying to deploy VM, vm has dcId: 1 and podId: null
> 2013-04-07 00:32:15,518 DEBUG [cloud.vm.VirtualMachineManagerImpl]
> (Job-Executor-36:job-43) advanceStart: DeploymentPlan is provided, using
> dcId:1, podId: 1, clusterId: 2, hostId: 6, poolId: 257
> 2013-04-07 00:32:15,518 DEBUG [cloud.vm.VirtualMachineManagerImpl]
> (Job-Executor-36:job-43) Deploy avoids pods: null, clusters: null, hosts:
> null
> 2013-04-07 00:32:15,521 DEBUG [cloud.deploy.FirstFitPlanner]
> (Job-Executor-36:job-43) DeploymentPlanner allocation algorithm: random
> 2013-04-07 00:32:15,521 DEBUG [cloud.deploy.FirstFitPlanner]
> (Job-Executor-36:job-43) Trying to allocate a host and storage pools from
> dc:1, pod:1,cluster:2, requested cpu: 100, requested ram: 1073741824
> 2013-04-07 00:32:15,522 DEBUG [cloud.deploy.FirstFitPlanner]
> (Job-Executor-36:job-43) Is ROOT volume READY (pool already allocated)?: Yes
> 2013-04-07 00:32:15,522 DEBUG [cloud.deploy.FirstFitPlanner]
> (Job-Executor-36:job-43) DeploymentPlan has host_id specified, making no
> checks on this host, looks like admin test: 6
> 2013-04-07 00:32:15,523 DEBUG [cloud.deploy.FirstFitPlanner]
> (Job-Executor-36:job-43) Looking for suitable pools for this host under
> zone: 1, pod: 1, cluster: 2
> 2013-04-07 00:32:15,525 DEBUG [cloud.deploy.FirstFitPlanner]
> (Job-Executor-36:job-43) Checking suitable pools for volume (Id, Type):
> (13,ROOT)
> 2013-04-07 00:32:15,525 DEBUG [cloud.deploy.FirstFitPlanner]
> (Job-Executor-36:job-43) Volume has pool already allocated, checking if
> pool can be reused, poolId: null
> 2013-04-07 00:32:15,527 DEBUG [cloud.deploy.FirstFitPlanner]
> (Job-Executor-36:job-43) Planner need not allocate a pool for this volume
> since its READY
> 2013-04-07 00:32:15,527 DEBUG [cloud.deploy.FirstFitPlanner]
> (Job-Executor-36:job-43) Trying to find a potenial host and associated
> storage pools from the suitable host/pool lists for this VM
> 2013-04-07 00:32:15,527 DEBUG [cloud.deploy.FirstFitPlanner]
> (Job-Executor-36:job-43) Checking if host: 6 can access any suitable
> storage pool for volume: ROOT
> 2013-04-07 00:32:15,529 DEBUG [cloud.deploy.FirstFitPlanner]
> (Job-Executor-36:job-43) Host: 6 can access pool: 257
> 2013-04-07 00:32:15,529 DEBUG [cloud.deploy.FirstFitPlanner]
> (Job-Executor-36:job-43) Found a potential host id: 6 name: Tut-XenServer
> and associated storage pools for this VM
> 2013-04-07 00:32:15,530 DEBUG [cloud.deploy.FirstFitPlanner]
> (Job-Executor-36:job-43) Returning Deployment Destination:
> Dest[Zone(Id)-Pod(Id)-Cluster(Id)-Host(Id)-Storage(Volume(Id|Type-->Pool(Id))]
> :
> Dest[Zone(1)-Pod(1)-Cluster(2)-Host(6)-Storage(Volume(13|ROOT-->Pool(257))]
> 2013-04-07 00:32:15,530 DEBUG [cloud.vm.VirtualMachineManagerImpl]
> (Job-Executor-36:job-43) Deployment found  -
> P0=VM[User|94ddc16f-04fc-4da1-8326-01d8d5cdeb44],
> P0=Dest[Zone(Id)-Pod(Id)-Cluster(Id)-Host(Id)-Storage(Volume(Id|Type-->Pool(Id))]
> :
> Dest[Zone(1)-Pod(1)-Cluster(2)-Host(6)-Storage(Volume(13|ROOT-->Pool(257))]
> 2013-04-07 00:32:15,535 DEBUG [cloud.capacity.CapacityManagerImpl]
> (Job-Executor-36:job-43) VM state transitted from :Starting to Starting
> with event: OperationRetryvm's original host id: null new host id: 6 host
> id before state transition: null
> 2013-04-07 00:32:15,551 DEBUG [cloud.capacity.CapacityManagerImpl]
> (Job-Executor-36:job-43) Hosts's actual total CPU: 2382 and CPU after
> applying overprovisioning: 2382
> 2013-04-07 00:32:15,551 DEBUG [cloud.capacity.CapacityManagerImpl]
> (Job-Executor-36:job-43) We are allocating VM, increasing the used capacity
> of this host:6
> 2013-04-07 00:32:15,552 DEBUG [cloud.capacity.CapacityManagerImpl]
> (Job-Executor-36:job-43) Current Used CPU: 100 , Free CPU:2282 ,Requested
> CPU: 100
> 2013-04-07 00:32:15,552 DEBUG [cloud.capacity.CapacityManagerImpl]
> (Job-Executor-36:job-43) Current Used RAM: 104857600 , Free RAM:1566837824
> ,Requested RAM: 1073741824
> 2013-04-07 00:32:15,552 DEBUG [cloud.capacity.CapacityManagerImpl]
> (Job-Executor-36:job-43) CPU STATS after allocation: for host: 6, old used:
> 100, old reserved: 0, actual total: 2382, total with overprovisioning:
> 2382; new used:200, reserved:0; requested cpu:100,alloc_from_last:false
> 2013-04-07 00:32:15,552 DEBUG [cloud.capacity.CapacityManagerImpl]
> (Job-Executor-36:job-43) RAM STATS after allocation: for host: 6, old used:
> 104857600, old reserved: 0, total: 1671695424; new used: 1178599424,
> reserved: 0; requested mem: 1073741824,alloc_from_last:false
> 2013-04-07 00:32:15,555 DEBUG [cloud.vm.VirtualMachineManagerImpl]
> (Job-Executor-36:job-43) VM is being created in podId: 1
> 2013-04-07 00:32:15,559 DEBUG [cloud.network.NetworkManagerImpl]
> (Job-Executor-36:job-43) Lock is acquired for network id 204 as a part of
> network implement
> 2013-04-07 00:32:15,559 DEBUG [cloud.network.NetworkManagerImpl]
> (Job-Executor-36:job-43) Network id=204 is already implemented
> 2013-04-07 00:32:15,560 DEBUG [cloud.network.NetworkManagerImpl]
> (Job-Executor-36:job-43) Lock is released for network id 204 as a part of
> network implement
> 2013-04-07 00:32:15,592 DEBUG [cloud.network.NetworkManagerImpl]
> (Job-Executor-36:job-43) Changing active number of nics for network id=204
> on 1
> 2013-04-07 00:32:15,594 DEBUG [cloud.network.NetworkManagerImpl]
> (Job-Executor-36:job-43) Asking ElasticLoadBalancerElement to prepare for
> Nic[19-13-a8349669-6ff2-443f-88d3-c5d69100df3a-192.168.56.146]
> 2013-04-07 00:32:15,600 DEBUG [cloud.network.NetworkManagerImpl]
> (Job-Executor-36:job-43) Asking NiciraNvpElement to prepare for
> Nic[19-13-a8349669-6ff2-443f-88d3-c5d69100df3a-192.168.56.146]
> 2013-04-07 00:32:15,600 DEBUG [network.element.NiciraNvpElement]
> (Job-Executor-36:job-43) Checking if NiciraNvpElement can handle service
> Connectivity on network guestNetworkForBasicZone
> 2013-04-07 00:32:15,606 DEBUG [cloud.network.NetworkManagerImpl]
> (Job-Executor-36:job-43) Asking BigSwitchVnsElement to prepare for
> Nic[19-13-a8349669-6ff2-443f-88d3-c5d69100df3a-192.168.56.146]
> 2013-04-07 00:32:15,606 DEBUG [network.element.BigSwitchVnsElement]
> (Job-Executor-36:job-43) Checking if BigSwitchVnsElement can handle service
> Connectivity on network guestNetworkForBasicZone
> 2013-04-07 00:32:15,612 DEBUG [cloud.network.NetworkManagerImpl]
> (Job-Executor-36:job-43) Asking Ovs to prepare for
> Nic[19-13-a8349669-6ff2-443f-88d3-c5d69100df3a-192.168.56.146]
> 2013-04-07 00:32:15,612 DEBUG [cloud.network.NetworkManagerImpl]
> (Job-Executor-36:job-43) Asking BareMetalDhcp to prepare for
> Nic[19-13-a8349669-6ff2-443f-88d3-c5d69100df3a-192.168.56.146]
> 2013-04-07 00:32:15,617 DEBUG [cloud.network.NetworkManagerImpl]
> (Job-Executor-36:job-43) Asking BareMetalPxe to prepare for
> Nic[19-13-a8349669-6ff2-443f-88d3-c5d69100df3a-192.168.56.146]
> 2013-04-07 00:32:15,623 DEBUG [cloud.network.NetworkManagerImpl]
> (Job-Executor-36:job-43) Asking BareMetalUserdata to prepare for
> Nic[19-13-a8349669-6ff2-443f-88d3-c5d69100df3a-192.168.56.146]
> 2013-04-07 00:32:15,629 DEBUG [cloud.network.NetworkManagerImpl]
> (Job-Executor-36:job-43) Asking SecurityGroupProvider to prepare for
> Nic[19-13-a8349669-6ff2-443f-88d3-c5d69100df3a-192.168.56.146]
> 2013-04-07 00:32:15,637 DEBUG [cloud.network.NetworkManagerImpl]
> (Job-Executor-36:job-43) Asking VirtualRouter to prepare for
> Nic[19-13-a8349669-6ff2-443f-88d3-c5d69100df3a-192.168.56.146]
> 2013-04-07 00:32:15,653 DEBUG
> [network.router.VirtualNetworkApplianceManagerImpl]
> (Job-Executor-36:job-43) Lock is acquired for network id 204 as a part of
> router startup in
> Dest[Zone(Id)-Pod(Id)-Cluster(Id)-Host(Id)-Storage(Volume(Id|Type-->Pool(Id))]
> :
> Dest[Zone(1)-Pod(1)-Cluster(2)-Host(6)-Storage(Volume(13|ROOT-->Pool(257))]
> 2013-04-07 00:32:15,657 DEBUG
> [network.router.VirtualNetworkApplianceManagerImpl]
> (Job-Executor-36:job-43) Skipping VR deployment: Found a running or
> starting VR in Pod null id=1
> 2013-04-07 00:32:15,658 DEBUG
> [network.router.VirtualNetworkApplianceManagerImpl]
> (Job-Executor-36:job-43) Lock is released for network id 204 as a part of
> router startup in
> Dest[Zone(Id)-Pod(Id)-Cluster(Id)-Host(Id)-Storage(Volume(Id|Type-->Pool(Id))]
> :
> Dest[Zone(1)-Pod(1)-Cluster(2)-Host(6)-Storage(Volume(13|ROOT-->Pool(257))]
> 2013-04-07 00:32:15,674 DEBUG
> [network.router.VirtualNetworkApplianceManagerImpl]
> (Job-Executor-36:job-43) Applying dhcp entry in network Ntwk[204|Guest|6]
> 2013-04-07 00:32:15,706 DEBUG [agent.transport.Request]
> (Job-Executor-36:job-43) Seq 6-324993305: Sending  { Cmd , MgmtId: 1, via:
> 6, Ver: v1, Flags: 100111,
> [{"routing.DhcpEntryCommand":{"vmMac":"06:06:fe:00:00:44","vmIpAddress":"192.168.56.146","vmName":"94ddc16f-04fc-4da1-8326-01d8d5cdeb44","defaultRouter":"192.168.56.1","defaultDns":"192.168.56.102","duid":"00:03:00:01:06:06:fe:00:00:44","accessDetails":{"router.guest.ip":"192.168.56.102","zone.network.type":"Basic","
> router.name":"r-4-VM","router.ip":"169.254.1.168"},"wait":0}}] }
> 2013-04-07 00:32:15,706 DEBUG [agent.transport.Request]
> (Job-Executor-36:job-43) Seq 6-324993305: Executing:  { Cmd , MgmtId: 1,
> via: 6, Ver: v1, Flags: 100111,
> [{"routing.DhcpEntryCommand":{"vmMac":"06:06:fe:00:00:44","vmIpAddress":"192.168.56.146","vmName":"94ddc16f-04fc-4da1-8326-01d8d5cdeb44","defaultRouter":"192.168.56.1","defaultDns":"192.168.56.102","duid":"00:03:00:01:06:06:fe:00:00:44","accessDetails":{"router.guest.ip":"192.168.56.102","zone.network.type":"Basic","
> router.name":"r-4-VM","router.ip":"169.254.1.168"},"wait":0}}] }
> 2013-04-07 00:32:15,706 DEBUG [agent.manager.DirectAgentAttache]
> (DirectAgent-89:null) Seq 6-324993305: Executing request
> 2013-04-07 00:32:18,273 DEBUG [agent.manager.DirectAgentAttache]
> (DirectAgent-89:null) Seq 6-324993305: Response Received:
> 2013-04-07 00:32:18,273 DEBUG [agent.transport.Request]
> (DirectAgent-89:null) Seq 6-324993305: Processing:  { Ans: , MgmtId: 1,
> via: 6, Ver: v1, Flags: 110, [{"Answer":{"result":true,"wait":0}}] }
> 2013-04-07 00:32:18,273 DEBUG [agent.manager.AgentAttache]
> (DirectAgent-89:null) Seq 6-324993305: No more commands found
> 2013-04-07 00:32:18,273 DEBUG [agent.transport.Request]
> (Job-Executor-36:job-43) Seq 6-324993305: Received:  { Ans: , MgmtId: 1,
> via: 6, Ver: v1, Flags: 110, { Answer } }
> 2013-04-07 00:32:18,286 DEBUG
> [network.router.VirtualNetworkApplianceManagerImpl]
> (Job-Executor-36:job-43) Applying userdata and password entry in network
> Ntwk[204|Guest|6]
> 2013-04-07 00:32:18,303 DEBUG [agent.transport.Request]
> (Job-Executor-36:job-43) Seq 6-324993306: Sending  { Cmd , MgmtId: 1, via:
> 6, Ver: v1, Flags: 100111,
> [{"routing.SavePasswordCommand":{"password":"fnirq_cnffjbeq","vmIpAddress":"192.168.56.146","vmName":"94ddc16f-04fc-4da1-8326-01d8d5cdeb44","accessDetails":{"router.guest.ip":"192.168.56.102","zone.network.type":"Basic","router.ip":"169.254.1.168","
> router.name
> ":"r-4-VM"},"wait":0}},{"routing.VmDataCommand":{"vmIpAddress":"192.168.56.146","vmName":"94ddc16f-04fc-4da1-8326-01d8d5cdeb44","accessDetails":{"router.guest.ip":"192.168.56.102","zone.network.type":"Basic","router.ip":"169.254.1.168","
> router.name":"r-4-VM"},"wait":0}}] }
> 2013-04-07 00:32:18,304 DEBUG [agent.transport.Request]
> (Job-Executor-36:job-43) Seq 6-324993306: Executing:  { Cmd , MgmtId: 1,
> via: 6, Ver: v1, Flags: 100111,
> [{"routing.SavePasswordCommand":{"password":"fnirq_cnffjbeq","vmIpAddress":"192.168.56.146","vmName":"94ddc16f-04fc-4da1-8326-01d8d5cdeb44","accessDetails":{"router.guest.ip":"192.168.56.102","zone.network.type":"Basic","router.ip":"169.254.1.168","
> router.name
> ":"r-4-VM"},"wait":0}},{"routing.VmDataCommand":{"vmIpAddress":"192.168.56.146","vmName":"94ddc16f-04fc-4da1-8326-01d8d5cdeb44","accessDetails":{"router.guest.ip":"192.168.56.102","zone.network.type":"Basic","router.ip":"169.254.1.168","
> router.name":"r-4-VM"},"wait":0}}] }
> 2013-04-07 00:32:18,304 DEBUG [agent.manager.DirectAgentAttache]
> (DirectAgent-20:null) Seq 6-324993306: Executing request
> 2013-04-07 00:32:18,391 DEBUG [cloud.api.ApiServlet]
> (1161145101@qtp-1008805148-33:null) ===START===  127.0.0.1 -- GET
>  command=queryAsyncJobResult&jobId=00aeb7f7-459c-477e-a0a1-5d9262bc583a&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316338388
> 2013-04-07 00:32:18,412 DEBUG [cloud.api.ApiServlet]
> (1161145101@qtp-1008805148-33:null) ===END===  127.0.0.1 -- GET
>  command=queryAsyncJobResult&jobId=00aeb7f7-459c-477e-a0a1-5d9262bc583a&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316338388
> 2013-04-07 00:32:20,452 DEBUG
> [storage.secondary.SecondaryStorageManagerImpl] (secstorage-1:null) Zone 1
> is ready to launch secondary storage VM
> 2013-04-07 00:32:20,554 DEBUG [cloud.consoleproxy.ConsoleProxyManagerImpl]
> (consoleproxy-1:null) Zone 1 is ready to launch console proxy
> 2013-04-07 00:32:20,819 DEBUG
> [network.router.VirtualNetworkApplianceManagerImpl]
> (RouterStatusMonitor-1:null) Found 0 routers to update status.
> 2013-04-07 00:32:20,821 DEBUG
> [network.router.VirtualNetworkApplianceManagerImpl]
> (RouterStatusMonitor-1:null) Found 0 networks to update RvR status.
> 2013-04-07 00:32:20,851 DEBUG
> [network.router.VirtualNetworkApplianceManagerImpl]
> (RouterStatusMonitor-1:null) Found 0 routers to update status.
> 2013-04-07 00:32:20,852 DEBUG
> [network.router.VirtualNetworkApplianceManagerImpl]
> (RouterStatusMonitor-1:null) Found 0 networks to update RvR status.
> 2013-04-07 00:32:21,391 DEBUG [cloud.api.ApiServlet]
> (1161145101@qtp-1008805148-33:null) ===START===  127.0.0.1 -- GET
>  command=queryAsyncJobResult&jobId=00aeb7f7-459c-477e-a0a1-5d9262bc583a&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316341388
> 2013-04-07 00:32:21,408 DEBUG [cloud.api.ApiServlet]
> (1161145101@qtp-1008805148-33:null) ===END===  127.0.0.1 -- GET
>  command=queryAsyncJobResult&jobId=00aeb7f7-459c-477e-a0a1-5d9262bc583a&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316341388
> 2013-04-07 00:32:24,392 DEBUG [cloud.api.ApiServlet]
> (1161145101@qtp-1008805148-33:null) ===START===  127.0.0.1 -- GET
>  command=queryAsyncJobResult&jobId=00aeb7f7-459c-477e-a0a1-5d9262bc583a&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316344390
> 2013-04-07 00:32:24,407 DEBUG [cloud.api.ApiServlet]
> (1161145101@qtp-1008805148-33:null) ===END===  127.0.0.1 -- GET
>  command=queryAsyncJobResult&jobId=00aeb7f7-459c-477e-a0a1-5d9262bc583a&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316344390
> 2013-04-07 00:32:24,892 DEBUG [agent.manager.AgentManagerImpl]
> (AgentManager-Handler-11:null) Ping from 4
> 2013-04-07 00:32:27,183 DEBUG [agent.manager.DirectAgentAttache]
> (DirectAgent-273:null) Ping from 1
> 2013-04-07 00:32:27,392 DEBUG [cloud.api.ApiServlet]
> (1161145101@qtp-1008805148-33:null) ===START===  127.0.0.1 -- GET
>  command=queryAsyncJobResult&jobId=00aeb7f7-459c-477e-a0a1-5d9262bc583a&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316347390
> 2013-04-07 00:32:27,407 DEBUG [cloud.api.ApiServlet]
> (1161145101@qtp-1008805148-33:null) ===END===  127.0.0.1 -- GET
>  command=queryAsyncJobResult&jobId=00aeb7f7-459c-477e-a0a1-5d9262bc583a&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316347390
> 2013-04-07 00:32:29,095 DEBUG [agent.manager.DirectAgentAttache]
> (DirectAgent-131:null) Seq 1-90046472: Executing request
> 2013-04-07 00:32:29,345 DEBUG [agent.manager.DirectAgentAttache]
> (DirectAgent-131:null) Seq 1-90046472: Response Received:
> 2013-04-07 00:32:29,345 DEBUG [agent.transport.Request]
> (DirectAgent-131:null) Seq 1-90046472: Processing:  { Ans: , MgmtId: 1,
> via: 1, Ver: v1, Flags: 10,
> [{"ClusterSyncAnswer":{"_clusterId":1,"_newStates":{},"_isExecuted":false,"result":true,"wait":0}}]
> }
> 2013-04-07 00:32:30,393 DEBUG [cloud.api.ApiServlet]
> (1161145101@qtp-1008805148-33:null) ===START===  127.0.0.1 -- GET
>  command=queryAsyncJobResult&jobId=00aeb7f7-459c-477e-a0a1-5d9262bc583a&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316350391
> 2013-04-07 00:32:30,408 DEBUG [cloud.api.ApiServlet]
> (1161145101@qtp-1008805148-33:null) ===END===  127.0.0.1 -- GET
>  command=queryAsyncJobResult&jobId=00aeb7f7-459c-477e-a0a1-5d9262bc583a&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316350391
> 2013-04-07 00:32:32,146 DEBUG [agent.manager.DirectAgentAttache]
> (DirectAgent-20:null) Seq 6-324993306: Response Received:
> 2013-04-07 00:32:32,146 DEBUG [agent.transport.Request]
> (DirectAgent-20:null) Seq 6-324993306: Processing:  { Ans: , MgmtId: 1,
> via: 6, Ver: v1, Flags: 110,
> [{"Answer":{"result":true,"wait":0}},{"Answer":{"result":true,"wait":0}}] }
> 2013-04-07 00:32:32,146 DEBUG [agent.manager.AgentAttache]
> (DirectAgent-20:null) Seq 6-324993306: No more commands found
> 2013-04-07 00:32:32,146 DEBUG [agent.transport.Request]
> (Job-Executor-36:job-43) Seq 6-324993306: Received:  { Ans: , MgmtId: 1,
> via: 6, Ver: v1, Flags: 110, { Answer, Answer } }
> 2013-04-07 00:32:32,146 DEBUG [cloud.network.NetworkManagerImpl]
> (Job-Executor-36:job-43) Asking VpcVirtualRouter to prepare for
> Nic[19-13-a8349669-6ff2-443f-88d3-c5d69100df3a-192.168.56.146]
> 2013-04-07 00:32:32,146 WARN  [network.element.VpcVirtualRouterElement]
> (Job-Executor-36:job-43) Network Ntwk[204|Guest|6] is not associated with
> any VPC
> 2013-04-07 00:32:32,151 DEBUG [cloud.network.NetworkManagerImpl]
> (Job-Executor-36:job-43) Asking NiciraNvp to prepare for
> Nic[19-13-a8349669-6ff2-443f-88d3-c5d69100df3a-192.168.56.146]
> 2013-04-07 00:32:32,151 DEBUG [network.element.NiciraNvpElement]
> (Job-Executor-36:job-43) Checking if NiciraNvpElement can handle service
> Connectivity on network guestNetworkForBasicZone
> 2013-04-07 00:32:32,154 DEBUG [cloud.network.NetworkManagerImpl]
> (Job-Executor-36:job-43) Asking JuniperSRX to prepare for
> Nic[19-13-a8349669-6ff2-443f-88d3-c5d69100df3a-192.168.56.146]
> 2013-04-07 00:32:32,157 DEBUG [cloud.network.NetworkManagerImpl]
> (Job-Executor-36:job-43) Asking Netscaler to prepare for
> Nic[19-13-a8349669-6ff2-443f-88d3-c5d69100df3a-192.168.56.146]
> 2013-04-07 00:32:32,160 DEBUG [cloud.network.NetworkManagerImpl]
> (Job-Executor-36:job-43) Asking F5BigIP to prepare for
> Nic[19-13-a8349669-6ff2-443f-88d3-c5d69100df3a-192.168.56.146]
> 2013-04-07 00:32:32,164 DEBUG [cloud.network.NetworkManagerImpl]
> (Job-Executor-36:job-43) Asking CiscoNexus1000vVSM to prepare for
> Nic[19-13-a8349669-6ff2-443f-88d3-c5d69100df3a-192.168.56.146]
> 2013-04-07 00:32:32,168 DEBUG [cloud.storage.StorageManagerImpl]
> (Job-Executor-36:job-43) Checking if we need to prepare 1 volumes for
> VM[User|94ddc16f-04fc-4da1-8326-01d8d5cdeb44]
> 2013-04-07 00:32:32,169 DEBUG [cloud.storage.StorageManagerImpl]
> (Job-Executor-36:job-43) Creating volume: Vol[13|vm=13|ROOT]
> 2013-04-07 00:32:32,170 DEBUG [cloud.storage.StorageManagerImpl]
> (Job-Executor-36:job-43) Trying to create in Pool[257|PreSetup]
> 2013-04-07 00:32:32,175 DEBUG [cloud.template.TemplateManagerImpl]
> (Job-Executor-36:job-43) Template 5 has already been downloaded to pool 257
> 2013-04-07 00:32:32,179 DEBUG [agent.transport.Request]
> (Job-Executor-36:job-43) Seq 6-324993307: Sending  { Cmd , MgmtId: 1, via:
> 6, Ver: v1, Flags: 100111,
> [{"storage.CreateCommand":{"volId":13,"pool":{"id":257,"uuid":"iSCSI_SR_3","host":"192.168.56.9","path":"/iSCSI_SR_3","port":0,"type":"PreSetup"},"diskCharacteristics":{"size":52428800,"tags":["iSCSI_SR_4"],"type":"ROOT","name":"ROOT-13","useLocalStorage":false,"recreatable":true,"diskOfferingId":38,"volumeId":13,"hyperType":"XenServer"},"templateUrl":"a8414926-81d6-4b54-9b4b-feb498489df0","wait":0}}]
> }
> 2013-04-07 00:32:32,180 DEBUG [agent.transport.Request]
> (Job-Executor-36:job-43) Seq 6-324993307: Executing:  { Cmd , MgmtId: 1,
> via: 6, Ver: v1, Flags: 100111,
> [{"storage.CreateCommand":{"volId":13,"pool":{"id":257,"uuid":"iSCSI_SR_3","host":"192.168.56.9","path":"/iSCSI_SR_3","port":0,"type":"PreSetup"},"diskCharacteristics":{"size":52428800,"tags":["iSCSI_SR_4"],"type":"ROOT","name":"ROOT-13","useLocalStorage":false,"recreatable":true,"diskOfferingId":38,"volumeId":13,"hyperType":"XenServer"},"templateUrl":"a8414926-81d6-4b54-9b4b-feb498489df0","wait":0}}]
> }
> 2013-04-07 00:32:32,180 DEBUG [agent.manager.DirectAgentAttache]
> (DirectAgent-59:null) Seq 6-324993307: Executing request
> 2013-04-07 00:32:32,265 DEBUG [xen.resource.CitrixResourceBase]
> (DirectAgent-59:null) SR retrieved for iSCSI_SR_3
> 2013-04-07 00:32:32,276 DEBUG [xen.resource.CitrixResourceBase]
> (DirectAgent-59:null) Checking iSCSI_SR_3 or SR
> fe8ca696-22f5-ba1f-af68-7c3cf5a3cb39 on
> XS[f7a017da-3064-456a-89cd-28ee9e2d36b3-192.168.56.9]
> 2013-04-07 00:32:33,395 DEBUG [cloud.api.ApiServlet]
> (1161145101@qtp-1008805148-33:null) ===START===  127.0.0.1 -- GET
>  command=queryAsyncJobResult&jobId=00aeb7f7-459c-477e-a0a1-5d9262bc583a&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316353392
> 2013-04-07 00:32:33,419 DEBUG [cloud.api.ApiServlet]
> (1161145101@qtp-1008805148-33:null) ===END===  127.0.0.1 -- GET
>  command=queryAsyncJobResult&jobId=00aeb7f7-459c-477e-a0a1-5d9262bc583a&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316353392
> 2013-04-07 00:32:34,687 DEBUG [xen.resource.CitrixResourceBase]
> (DirectAgent-59:null) Succesfully created VDI for
> com.cloud.agent.api.storage.CreateCommand.  Uuid =
> 99154d9c-2665-465d-8c71-e60f1748895b
> 2013-04-07 00:32:34,687 DEBUG [agent.manager.DirectAgentAttache]
> (DirectAgent-59:null) Seq 6-324993307: Response Received:
> 2013-04-07 00:32:34,688 DEBUG [agent.transport.Request]
> (DirectAgent-59:null) Seq 6-324993307: Processing:  { Ans: , MgmtId: 1,
> via: 6, Ver: v1, Flags: 110,
> [{"storage.CreateAnswer":{"volume":{"id":13,"name":"ROOT-13","mountPoint":"/iSCSI_SR_3","path":"99154d9c-2665-465d-8c71-e60f1748895b","size":52428800,"type":"ROOT","storagePoolType":"PreSetup","storagePoolUuid":"iSCSI_SR_3","deviceId":0},"requestTemplateReload":false,"result":true,"wait":0}}]
> }
> 2013-04-07 00:32:34,688 DEBUG [agent.transport.Request]
> (Job-Executor-36:job-43) Seq 6-324993307: Received:  { Ans: , MgmtId: 1,
> via: 6, Ver: v1, Flags: 110, { CreateAnswer } }
> 2013-04-07 00:32:34,688 DEBUG [agent.manager.AgentAttache]
> (DirectAgent-59:null) Seq 6-324993307: No more commands found
> 2013-04-07 00:32:34,690 DEBUG [cloud.storage.StorageManagerImpl]
> (Job-Executor-36:job-43) Volume Vol[13|vm=13|ROOT] is created on
> Pool[257|PreSetup]
> 2013-04-07 00:32:34,701 DEBUG [agent.transport.Request]
> (Job-Executor-36:job-43) Seq 6-324993308: Sending  { Cmd , MgmtId: 1, via:
> 6, Ver: v1, Flags: 100111,
> [{"StartCommand":{"vm":{"id":13,"name":"i-2-13-VM","bootloader":"PyGrub","type":"User","cpus":1,"speed":100,"minRam":1073741824,"maxRam":1073741824,"arch":"x86_64","os":"CentOS
> 5.3
> (64-bit)","bootArgs":"","rebootOnCrash":false,"enableHA":false,"limitCpuUse":false,"vncPassword":"2e91fc6d6f16609d","params":{},"uuid":"94ddc16f-04fc-4da1-8326-01d8d5cdeb44","disks":[{"id":13,"name":"ROOT-13","mountPoint":"/iSCSI_SR_3","path":"99154d9c-2665-465d-8c71-e60f1748895b","size":52428800,"type":"ROOT","storagePoolType":"PreSetup","storagePoolUuid":"iSCSI_SR_3","deviceId":0},{"id":13,"name":"tiny
> Linux","size":0,"type":"ISO","storagePoolType":"ISO","deviceId":3}],"nics":[{"deviceId":0,"networkRateMbps":200,"defaultNic":true,"uuid":"59b9a8aa-c867-40b8-95bb-6e40273569c9","ip":"192.168.56.146","netmask":"255.255.255.0","gateway":"192.168.56.1","mac":"06:06:fe:00:00:44","dns1":"8.8.8.8","dns2":"4.4.4.4","broadcastType":"Native","type":"Guest","broadcastUri":"vlan://untagged","isolationUri":"ec2://untagged","isSecurityGroupEnabled":true}]},"hostIp":"192.168.56.9","wait":0}}]
> }
> 2013-04-07 00:32:34,702 DEBUG [agent.transport.Request]
> (Job-Executor-36:job-43) Seq 6-324993308: Executing:  { Cmd , MgmtId: 1,
> via: 6, Ver: v1, Flags: 100111,
> [{"StartCommand":{"vm":{"id":13,"name":"i-2-13-VM","bootloader":"PyGrub","type":"User","cpus":1,"speed":100,"minRam":1073741824,"maxRam":1073741824,"arch":"x86_64","os":"CentOS
> 5.3
> (64-bit)","bootArgs":"","rebootOnCrash":false,"enableHA":false,"limitCpuUse":false,"vncPassword":"2e91fc6d6f16609d","params":{},"uuid":"94ddc16f-04fc-4da1-8326-01d8d5cdeb44","disks":[{"id":13,"name":"ROOT-13","mountPoint":"/iSCSI_SR_3","path":"99154d9c-2665-465d-8c71-e60f1748895b","size":52428800,"type":"ROOT","storagePoolType":"PreSetup","storagePoolUuid":"iSCSI_SR_3","deviceId":0},{"id":13,"name":"tiny
> Linux","size":0,"type":"ISO","storagePoolType":"ISO","deviceId":3}],"nics":[{"deviceId":0,"networkRateMbps":200,"defaultNic":true,"uuid":"59b9a8aa-c867-40b8-95bb-6e40273569c9","ip":"192.168.56.146","netmask":"255.255.255.0","gateway":"192.168.56.1","mac":"06:06:fe:00:00:44","dns1":"8.8.8.8","dns2":"4.4.4.4","broadcastType":"Native","type":"Guest","broadcastUri":"vlan://untagged","isolationUri":"ec2://untagged","isSecurityGroupEnabled":true}]},"hostIp":"192.168.56.9","wait":0}}]
> }
> 2013-04-07 00:32:34,702 DEBUG [agent.manager.DirectAgentAttache]
> (DirectAgent-334:null) Seq 6-324993308: Executing request
> 2013-04-07 00:32:34,787 DEBUG [xen.resource.CitrixResourceBase]
> (DirectAgent-334:null) 1. The VM i-2-13-VM is in Starting state.
> 2013-04-07 00:32:34,862 DEBUG [xen.resource.XenServer56FP1Resource]
> (DirectAgent-334:null) Created VM f21a0243-f342-fd59-98d8-00ed89224305 for
> i-2-13-VM
> 2013-04-07 00:32:34,912 DEBUG [xen.resource.CitrixResourceBase]
> (DirectAgent-334:null) VBD 6e16b739-13fb-1891-fc66-f786b8db522b created for
> Vol[13|ROOT|99154d9c-2665-465d-8c71-e60f1748895b|52428800]
> 2013-04-07 00:32:34,937 DEBUG [xen.resource.CitrixResourceBase]
> (DirectAgent-334:null) VBD f9ad291b-2a8d-4c81-94a5-ef8b8b38be8c created for
> Vol[13|ISO|null|0]
> 2013-04-07 00:32:34,937 DEBUG [xen.resource.CitrixResourceBase]
> (DirectAgent-334:null) Creating VIF for i-2-13-VM on nic
> [Nic:Guest-192.168.56.146-vlan://untagged]
> 2013-04-07 00:32:34,991 DEBUG [xen.resource.CitrixResourceBase]
> (DirectAgent-334:null) Created a vif bec5565a-8c80-48a1-3ea4-88971784ce3b
> on 0
> 2013-04-07 00:32:36,396 DEBUG [cloud.api.ApiServlet]
> (1161145101@qtp-1008805148-33:null) ===START===  127.0.0.1 -- GET
>  command=queryAsyncJobResult&jobId=00aeb7f7-459c-477e-a0a1-5d9262bc583a&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316356393
> 2013-04-07 00:32:36,418 DEBUG [cloud.api.ApiServlet]
> (1161145101@qtp-1008805148-33:null) ===END===  127.0.0.1 -- GET
>  command=queryAsyncJobResult&jobId=00aeb7f7-459c-477e-a0a1-5d9262bc583a&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316356393
> 2013-04-07 00:32:39,395 DEBUG [cloud.api.ApiServlet]
> (1161145101@qtp-1008805148-33:null) ===START===  127.0.0.1 -- GET
>  command=queryAsyncJobResult&jobId=00aeb7f7-459c-477e-a0a1-5d9262bc583a&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316359393
> 2013-04-07 00:32:39,410 DEBUG [cloud.api.ApiServlet]
> (1161145101@qtp-1008805148-33:null) ===END===  127.0.0.1 -- GET
>  command=queryAsyncJobResult&jobId=00aeb7f7-459c-477e-a0a1-5d9262bc583a&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316359393
> 2013-04-07 00:32:41,550 INFO  [xen.resource.CitrixResourceBase]
> (DirectAgent-334:null) Programmed default network rules for i-2-13-VM on
> nic with ip:192.168.56.146 mac:06:06:fe:00:00:44
> 2013-04-07 00:32:41,550 DEBUG [xen.resource.CitrixResourceBase]
> (DirectAgent-334:null) 2. The VM i-2-13-VM is in Running state.
> 2013-04-07 00:32:41,550 DEBUG [agent.manager.DirectAgentAttache]
> (DirectAgent-334:null) Seq 6-324993308: Response Received:
> 2013-04-07 00:32:41,551 DEBUG [agent.transport.Request]
> (DirectAgent-334:null) Seq 6-324993308: Processing:  { Ans: , MgmtId: 1,
> via: 6, Ver: v1, Flags: 110,
> [{"StartAnswer":{"vm":{"id":13,"name":"i-2-13-VM","bootloader":"PyGrub","type":"User","cpus":1,"speed":100,"minRam":1073741824,"maxRam":1073741824,"arch":"x86_64","os":"CentOS
> 5.3
> (64-bit)","bootArgs":"","rebootOnCrash":false,"enableHA":false,"limitCpuUse":false,"vncPassword":"2e91fc6d6f16609d","params":{},"uuid":"94ddc16f-04fc-4da1-8326-01d8d5cdeb44","disks":[{"id":13,"name":"ROOT-13","mountPoint":"/iSCSI_SR_3","path":"99154d9c-2665-465d-8c71-e60f1748895b","size":52428800,"type":"ROOT","storagePoolType":"PreSetup","storagePoolUuid":"iSCSI_SR_3","deviceId":0},{"id":13,"name":"tiny
> Linux","size":0,"type":"ISO","storagePoolType":"ISO","deviceId":3}],"nics":[{"deviceId":0,"networkRateMbps":200,"defaultNic":true,"uuid":"59b9a8aa-c867-40b8-95bb-6e40273569c9","ip":"192.168.56.146","netmask":"255.255.255.0","gateway":"192.168.56.1","mac":"06:06:fe:00:00:44","dns1":"8.8.8.8","dns2":"4.4.4.4","broadcastType":"Native","type":"Guest","broadcastUri":"vlan://untagged","isolationUri":"ec2://untagged","isSecurityGroupEnabled":true}]},"result":true,"wait":0}}]
> }
> 2013-04-07 00:32:41,551 DEBUG [agent.transport.Request]
> (Job-Executor-36:job-43) Seq 6-324993308: Received:  { Ans: , MgmtId: 1,
> via: 6, Ver: v1, Flags: 110, { StartAnswer } }
> 2013-04-07 00:32:41,551 DEBUG [agent.manager.AgentAttache]
> (DirectAgent-334:null) Seq 6-324993308: No more commands found
> 2013-04-07 00:32:41,592 DEBUG [network.security.SecurityGroupManagerImpl]
> (Job-Executor-36:job-43) Security Group Mgr v2: scheduling ruleset updates
> for 1 vms  (unique=1), current queue size=0
> 2013-04-07 00:32:41,593 DEBUG [network.security.SecurityGroupManagerImpl]
> (Job-Executor-36:job-43) Security Group Mgr v2: done scheduling ruleset
> updates for 1 vms: num new jobs=1 num rows insert or updated=1 time taken=1
> 2013-04-07 00:32:41,596 DEBUG [cloud.capacity.CapacityManagerImpl]
> (Job-Executor-36:job-43) VM state transitted from :Starting to Running with
> event: OperationSucceededvm's original host id: 6 new host id: 6 host id
> before state transition: 6
> 2013-04-07 00:32:41,596 DEBUG [cloud.vm.VirtualMachineManagerImpl]
> (Job-Executor-36:job-43) Start completed for VM
> VM[User|94ddc16f-04fc-4da1-8326-01d8d5cdeb44]
> 2013-04-07 00:32:41,601 DEBUG [network.security.SecurityGroupManagerImpl]
> (SecGrp-Worker-4:null) SecurityGroupManager v2: sending ruleset update for
> vm i-2-13-VM:ingress num rules=0:egress num rules=0 num cidrs=0
> sig=d41d8cd98f00b204e9800998ecf8427e
> 2013-04-07 00:32:41,605 DEBUG [agent.transport.Request]
> (SecGrp-Worker-4:null) Seq 6-324993309: Sending  { Cmd , MgmtId: 1, via: 6,
> Ver: v1, Flags: 100111,
> [{"SecurityGroupRulesCmd":{"guestIp":"192.168.56.146","vmName":"i-2-13-VM","guestMac":"06:06:fe:00:00:44","signature":"d41d8cd98f00b204e9800998ecf8427e","seqNum":1,"vmId":13,"msId":1,"ingressRuleSet":[],"egressRuleSet":[],"wait":0}}]
> }
> 2013-04-07 00:32:41,605 DEBUG [cloud.async.AsyncJobManagerImpl]
> (Job-Executor-36:job-43) Complete async job-43, jobStatus: 1, resultCode:
> 0, result: org.apache.cloudstack.api.response.UserVmResponse@68779e71
> 2013-04-07 00:32:41,605 DEBUG [agent.transport.Request]
> (SecGrp-Worker-4:null) Seq 6-324993309: Executing:  { Cmd , MgmtId: 1, via:
> 6, Ver: v1, Flags: 100111,
> [{"SecurityGroupRulesCmd":{"guestIp":"192.168.56.146","vmName":"i-2-13-VM","guestMac":"06:06:fe:00:00:44","signature":"d41d8cd98f00b204e9800998ecf8427e","seqNum":1,"vmId":13,"msId":1,"ingressRuleSet":[],"egressRuleSet":[],"wait":0}}]
> }
> 2013-04-07 00:32:41,606 DEBUG [agent.manager.DirectAgentAttache]
> (DirectAgent-275:null) Seq 6-324993309: Executing request
> 2013-04-07 00:32:41,611 DEBUG [cloud.async.AsyncJobManagerImpl]
> (Job-Executor-36:job-43) Done executing
> org.apache.cloudstack.api.command.user.vm.DeployVMCmd for job-43
> 2013-04-07 00:32:41,866 INFO  [xen.resource.CitrixResourceBase]
> (DirectAgent-275:null) Programmed network rules for vm i-2-13-VM
> guestIp=192.168.56.146, ingress numrules=0, egress numrules=0
> 2013-04-07 00:32:41,866 DEBUG [agent.manager.DirectAgentAttache]
> (DirectAgent-275:null) Seq 6-324993309: Response Received:
> 2013-04-07 00:32:41,866 DEBUG [agent.transport.Request]
> (DirectAgent-275:null) Seq 6-324993309: Processing:  { Ans: , MgmtId: 1,
> via: 6, Ver: v1, Flags: 110,
> [{"SecurityGroupRuleAnswer":{"logSequenceNumber":1,"vmId":13,"reason":"NONE","result":true,"wait":0}}]
> }
> 2013-04-07 00:32:41,866 DEBUG [network.security.SecurityGroupListener]
> (DirectAgent-275:null) Successfully programmed rule
> com.cloud.agent.api.SecurityGroupRuleAnswer into host 6
> 2013-04-07 00:32:41,868 DEBUG [network.security.SecurityGroupListener]
> (DirectAgent-275:null) Successfully programmed rule
> com.cloud.agent.api.SecurityGroupRuleAnswer into host 6
> 2013-04-07 00:32:41,869 DEBUG [agent.manager.AgentAttache]
> (DirectAgent-275:null) Seq 6-324993309: No more commands found
> 2013-04-07 00:32:42,396 DEBUG [cloud.api.ApiServlet]
> (1161145101@qtp-1008805148-33:null) ===START===  127.0.0.1 -- GET
>  command=queryAsyncJobResult&jobId=00aeb7f7-459c-477e-a0a1-5d9262bc583a&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316362394
> 2013-04-07 00:32:42,406 DEBUG [cloud.async.AsyncJobManagerImpl]
> (1161145101@qtp-1008805148-33:null) Async job-43 completed
> 2013-04-07 00:32:42,412 DEBUG [cloud.api.ApiServlet]
> (1161145101@qtp-1008805148-33:null) ===END===  127.0.0.1 -- GET
>  command=queryAsyncJobResult&jobId=00aeb7f7-459c-477e-a0a1-5d9262bc583a&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316362394
> 2013-04-07 00:32:45,427 DEBUG [cloud.api.ApiServlet]
> (1161145101@qtp-1008805148-33:null) ===START===  127.0.0.1 -- GET
>  command=listVolumes&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&listAll=true&page=1&pagesize=20&_=1365316365425
> 2013-04-07 00:32:45,442 DEBUG [cloud.api.ApiServlet]
> (1161145101@qtp-1008805148-33:null) ===END===  127.0.0.1 -- GET
>  command=listVolumes&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&listAll=true&page=1&pagesize=20&_=1365316365425
> 2013-04-07 00:32:47,667 DEBUG [cloud.api.ApiServlet]
> (1161145101@qtp-1008805148-33:null) ===START===  127.0.0.1 -- GET
>  command=listVolumes&id=44d56727-6e5f-438a-8187-42adfac7c906&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316367665
> 2013-04-07 00:32:47,679 DEBUG [agent.manager.AgentManagerImpl]
> (AgentManager-Handler-12:null) Ping from 3
> 2013-04-07 00:32:47,684 DEBUG [cloud.api.ApiServlet]
> (1161145101@qtp-1008805148-33:null) ===END===  127.0.0.1 -- GET
>  command=listVolumes&id=44d56727-6e5f-438a-8187-42adfac7c906&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316367665
> 2013-04-07 00:32:47,698 DEBUG [cloud.api.ApiServlet]
> (1161145101@qtp-1008805148-33:null) ===START===  127.0.0.1 -- GET
>  command=listTags&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&resourceId=44d56727-6e5f-438a-8187-42adfac7c906&resourceType=Volume&listAll=true&_=1365316367696
> 2013-04-07 00:32:47,708 DEBUG [cloud.api.ApiServlet]
> (1161145101@qtp-1008805148-33:null) ===END===  127.0.0.1 -- GET
>  command=listTags&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&resourceId=44d56727-6e5f-438a-8187-42adfac7c906&resourceType=Volume&listAll=true&_=1365316367696
> 2013-04-07 00:32:50,453 DEBUG
> [storage.secondary.SecondaryStorageManagerImpl] (secstorage-1:null) Zone 1
> is ready to launch secondary storage VM
> 2013-04-07 00:32:50,556 DEBUG [cloud.consoleproxy.ConsoleProxyManagerImpl]
> (consoleproxy-1:null) Zone 1 is ready to launch console proxy
> 2013-04-07 00:32:50,815 DEBUG
> [network.router.VirtualNetworkApplianceManagerImpl] (RouterMonitor-1:null)
> Found 0 running routers.
> 2013-04-07 00:32:50,820 DEBUG
> [network.router.VirtualNetworkApplianceManagerImpl]
> (RouterStatusMonitor-1:null) Found 0 routers to update status.
> 2013-04-07 00:32:50,821 DEBUG
> [network.router.VirtualNetworkApplianceManagerImpl]
> (RouterStatusMonitor-1:null) Found 0 networks to update RvR status.
> 2013-04-07 00:32:50,851 DEBUG
> [network.router.VirtualNetworkApplianceManagerImpl] (RouterMonitor-1:null)
> Found 0 running routers.
> 2013-04-07 00:32:50,851 DEBUG
> [network.router.VirtualNetworkApplianceManagerImpl]
> (RouterStatusMonitor-1:null) Found 0 routers to update status.
> 2013-04-07 00:32:50,852 DEBUG
> [network.router.VirtualNetworkApplianceManagerImpl]
> (RouterStatusMonitor-1:null) Found 0 networks to update RvR status.
> 2013-04-07 00:32:50,908 DEBUG
> [cloud.network.ExternalLoadBalancerUsageManagerImpl]
> (ExternalNetworkMonitor-1:null) External devices stats collector is
> running...
> 2013-04-07 00:32:50,919 DEBUG [storage.snapshot.SnapshotSchedulerImpl]
> (SnapshotPollTask:null) Snapshot scheduler.poll is being called at
> 2013-04-07 06:32:50 GMT
> 2013-04-07 00:32:50,920 DEBUG [storage.snapshot.SnapshotSchedulerImpl]
> (SnapshotPollTask:null) Got 0 snapshots to be executed at 2013-04-07
> 06:32:50 GMT
> 2013-04-07 00:32:51,462 INFO  [agent.manager.AgentMonitor]
> (Thread-11:null) Found the following agents behind on ping: [6, 5]
> 2013-04-07 00:32:51,464 DEBUG [cloud.host.Status] (Thread-11:null) Ping
> timeout for host 6, do invstigation
> 2013-04-07 00:32:51,465 DEBUG [cloud.host.Status] (Thread-11:null) Ping
> timeout for host 5, do invstigation
> 2013-04-07 00:32:51,465 INFO  [agent.manager.AgentManagerImpl]
> (AgentTaskPool-15:null) Investigating why host 6 has disconnected with
> event PingTimeout
> 2013-04-07 00:32:51,465 DEBUG [agent.manager.AgentManagerImpl]
> (AgentTaskPool-15:null) checking if agent (6) is alive
> 2013-04-07 00:32:51,467 INFO  [agent.manager.AgentManagerImpl]
> (AgentTaskPool-1:null) Investigating why host 5 has disconnected with event
> PingTimeout
> 2013-04-07 00:32:51,467 DEBUG [agent.manager.AgentManagerImpl]
> (AgentTaskPool-1:null) checking if agent (5) is alive
> 2013-04-07 00:32:51,469 DEBUG [agent.transport.Request]
> (AgentTaskPool-15:null) Seq 6-324993310: Sending  { Cmd , MgmtId: 1, via:
> 6, Ver: v1, Flags: 100011, [{"CheckHealthCommand":{"wait":50}}] }
> 2013-04-07 00:32:51,469 DEBUG [agent.transport.Request]
> (AgentTaskPool-15:null) Seq 6-324993310: Executing:  { Cmd , MgmtId: 1,
> via: 6, Ver: v1, Flags: 100011, [{"CheckHealthCommand":{"wait":50}}] }
> 2013-04-07 00:32:51,469 DEBUG [agent.manager.DirectAgentAttache]
> (DirectAgent-335:null) Seq 6-324993310: Executing request
> 2013-04-07 00:32:51,473 DEBUG [agent.transport.Request]
> (AgentTaskPool-1:null) Seq 5-614334814: Sending  { Cmd , MgmtId: 1, via: 5,
> Ver: v1, Flags: 100011, [{"CheckHealthCommand":{"wait":50}}] }
> 2013-04-07 00:32:51,473 DEBUG [agent.transport.Request]
> (AgentTaskPool-1:null) Seq 5-614334814: Executing:  { Cmd , MgmtId: 1, via:
> 5, Ver: v1, Flags: 100011, [{"CheckHealthCommand":{"wait":50}}] }
> 2013-04-07 00:32:51,473 DEBUG [agent.manager.DirectAgentAttache]
> (DirectAgent-30:null) Seq 5-614334814: Executing request
> 2013-04-07 00:32:51,536 DEBUG [agent.manager.DirectAgentAttache]
> (DirectAgent-335:null) Seq 6-324993310: Response Received:
> 2013-04-07 00:32:51,536 DEBUG [agent.manager.DirectAgentAttache]
> (DirectAgent-30:null) Seq 5-614334814: Response Received:
> 2013-04-07 00:32:51,536 DEBUG [agent.transport.Request]
> (DirectAgent-30:null) Seq 5-614334814: Processing:  { Ans: , MgmtId: 1,
> via: 5, Ver: v1, Flags: 10,
> [{"CheckHealthAnswer":{"result":true,"details":"resource is
> alive","wait":0}}] }
> 2013-04-07 00:32:51,536 DEBUG [agent.transport.Request]
> (DirectAgent-335:null) Seq 6-324993310: Processing:  { Ans: , MgmtId: 1,
> via: 6, Ver: v1, Flags: 10,
> [{"CheckHealthAnswer":{"result":true,"details":"resource is
> alive","wait":0}}] }
> 2013-04-07 00:32:51,536 DEBUG [agent.transport.Request]
> (AgentTaskPool-1:null) Seq 5-614334814: Received:  { Ans: , MgmtId: 1, via:
> 5, Ver: v1, Flags: 10, { CheckHealthAnswer } }
> 2013-04-07 00:32:51,536 DEBUG [agent.transport.Request]
> (AgentTaskPool-15:null) Seq 6-324993310: Received:  { Ans: , MgmtId: 1,
> via: 6, Ver: v1, Flags: 10, { CheckHealthAnswer } }
> 2013-04-07 00:32:51,536 DEBUG [agent.manager.AgentManagerImpl]
> (AgentTaskPool-1:null) Details from executing class
> com.cloud.agent.api.CheckHealthCommand: resource is alive
> 2013-04-07 00:32:51,536 DEBUG [agent.manager.AgentManagerImpl]
> (AgentTaskPool-1:null) agent (5) responded to checkHeathCommand, reporting
> that agent is Up
> 2013-04-07 00:32:51,536 DEBUG [agent.manager.AgentManagerImpl]
> (AgentTaskPool-15:null) Details from executing class
> com.cloud.agent.api.CheckHealthCommand: resource is alive
> 2013-04-07 00:32:51,536 INFO  [agent.manager.AgentManagerImpl]
> (AgentTaskPool-1:null) The state determined is Up
> 2013-04-07 00:32:51,536 INFO  [agent.manager.AgentManagerImpl]
> (AgentTaskPool-1:null) Agent is determined to be up and running
> 2013-04-07 00:32:51,536 DEBUG [agent.manager.AgentManagerImpl]
> (AgentTaskPool-15:null) agent (6) responded to checkHeathCommand, reporting
> that agent is Up
> 2013-04-07 00:32:51,536 DEBUG [cloud.host.Status] (AgentTaskPool-1:null)
> Transition:[Resource state = Enabled, Agent event = Ping, Host id = 5, name
> = Tut-XenServer2]
> 2013-04-07 00:32:51,536 INFO  [agent.manager.AgentManagerImpl]
> (AgentTaskPool-15:null) The state determined is Up
> 2013-04-07 00:32:51,537 INFO  [agent.manager.AgentManagerImpl]
> (AgentTaskPool-15:null) Agent is determined to be up and running
> 2013-04-07 00:32:51,540 DEBUG [cloud.host.Status] (AgentTaskPool-1:null)
> Agent status update: [id = 5; name = Tut-XenServer2; old status = Up; event
> = Ping; new status = Up; old update count = 146; new update count = 147]
> 2013-04-07 00:32:51,540 DEBUG [cloud.host.Status] (AgentTaskPool-15:null)
> Transition:[Resource state = Enabled, Agent event = Ping, Host id = 6, name
> = Tut-XenServer]
> 2013-04-07 00:32:51,542 DEBUG [cloud.host.Status] (AgentTaskPool-15:null)
> Agent status update: [id = 6; name = Tut-XenServer; old status = Up; event
> = Ping; new status = Up; old update count = 309; new update count = 310]
> 2013-04-07 00:33:04,820 DEBUG [agent.manager.DirectAgentAttache]
> (DirectAgent-422:null) Ping from 6
> 2013-04-07 00:33:06,176 DEBUG [agent.manager.DirectAgentAttache]
> (DirectAgent-135:null) Ping from 5
> 2013-04-07 00:33:06,909 DEBUG [agent.manager.DirectAgentAttache]
> (DirectAgent-152:null) Seq 6-324993028: Executing request
> 2013-04-07 00:33:07,151 DEBUG [agent.manager.DirectAgentAttache]
> (DirectAgent-152:null) Seq 6-324993028: Response Received:
> 2013-04-07 00:33:07,151 DEBUG [agent.transport.Request]
> (DirectAgent-152:null) Seq 6-324993028: Processing:  { Ans: , MgmtId: 1,
> via: 6, Ver: v1, Flags: 10,
> [{"ClusterSyncAnswer":{"_clusterId":2,"_newStates":{},"_isExecuted":false,"result":true,"wait":0}}]
> }
> 2013-04-07 00:33:11,022 DEBUG [agent.manager.DirectAgentAttache]
> (DirectAgent-50:null) Seq 5-614334468: Executing request
> 2013-04-07 00:33:11,169 DEBUG [agent.manager.DirectAgentAttache]
> (DirectAgent-50:null) Seq 5-614334468: Response Received:
> 2013-04-07 00:33:11,169 DEBUG [agent.transport.Request]
> (DirectAgent-50:null) Seq 5-614334468: Processing:  { Ans: , MgmtId: 1,
> via: 5, Ver: v1, Flags: 10, [{"Answer":{"result":true,"wait":0}}] }
> 2013-04-07 00:33:20,451 DEBUG
> [storage.secondary.SecondaryStorageManagerImpl] (secstorage-1:null) Zone 1
> is ready to launch secondary storage VM
> 2013-04-07 00:33:20,553 DEBUG [cloud.consoleproxy.ConsoleProxyManagerImpl]
> (consoleproxy-1:null) Zone 1 is ready to launch console proxy
> 2013-04-07 00:33:20,819 DEBUG
> [network.router.VirtualNetworkApplianceManagerImpl]
> (RouterStatusMonitor-1:null) Found 0 routers to update status.
> 2013-04-07 00:33:20,820 DEBUG
> [network.router.VirtualNetworkApplianceManagerImpl]
> (RouterStatusMonitor-1:null) Found 0 networks to update RvR status.
> 2013-04-07 00:33:20,851 DEBUG
> [network.router.VirtualNetworkApplianceManagerImpl]
> (RouterStatusMonitor-1:null) Found 0 routers to update status.
> 2013-04-07 00:33:20,852 DEBUG
> [network.router.VirtualNetworkApplianceManagerImpl]
> (RouterStatusMonitor-1:null) Found 0 networks to update RvR status.
> 2013-04-07 00:33:20,921 DEBUG [cloud.alert.AlertManagerImpl]
> (CapacityChecker:null) Running Capacity Checker ...
> 2013-04-07 00:33:20,921 DEBUG [cloud.alert.AlertManagerImpl]
> (CapacityChecker:null) recalculating system capacity
> 2013-04-07 00:33:20,921 DEBUG [cloud.alert.AlertManagerImpl]
> (CapacityChecker:null) Executing cpu/ram capacity update
> 2013-04-07 00:33:20,929 DEBUG [cloud.capacity.CapacityManagerImpl]
> (CapacityChecker:null) Found 2 VMs on host 1
> 2013-04-07 00:33:20,931 DEBUG [cloud.capacity.CapacityManagerImpl]
> (CapacityChecker:null) Found 0 VM, not running on host 1
> 2013-04-07 00:33:20,933 DEBUG [cloud.capacity.CapacityManagerImpl]
> (CapacityChecker:null) No need to calibrate cpu capacity, host:1 usedCpu:
> 200 reservedCpu: 0
> 2013-04-07 00:33:20,933 DEBUG [cloud.capacity.CapacityManagerImpl]
> (CapacityChecker:null) No need to calibrate memory capacity, host:1
> usedMem: 209715200 reservedMem: 0
> 2013-04-07 00:33:20,939 DEBUG [cloud.capacity.CapacityManagerImpl]
> (CapacityChecker:null) Found 1 VMs on host 5
> 2013-04-07 00:33:20,940 DEBUG [cloud.capacity.CapacityManagerImpl]
> (CapacityChecker:null) Found 0 VM, not running on host 5
> 2013-04-07 00:33:20,942 DEBUG [cloud.capacity.CapacityManagerImpl]
> (CapacityChecker:null) No need to calibrate cpu capacity, host:5 usedCpu:
> 100 reservedCpu: 0
> 2013-04-07 00:33:20,942 DEBUG [cloud.capacity.CapacityManagerImpl]
> (CapacityChecker:null) No need to calibrate memory capacity, host:5
> usedMem: 1073741824 reservedMem: 0
> 2013-04-07 00:33:20,948 DEBUG [cloud.capacity.CapacityManagerImpl]
> (CapacityChecker:null) Found 2 VMs on host 6
> 2013-04-07 00:33:20,949 DEBUG [cloud.capacity.CapacityManagerImpl]
> (CapacityChecker:null) Found 0 VM, not running on host 6
> 2013-04-07 00:33:20,951 DEBUG [cloud.capacity.CapacityManagerImpl]
> (CapacityChecker:null) No need to calibrate cpu capacity, host:6 usedCpu:
> 200 reservedCpu: 0
> 2013-04-07 00:33:20,951 DEBUG [cloud.capacity.CapacityManagerImpl]
> (CapacityChecker:null) No need to calibrate memory capacity, host:6
> usedMem: 1178599424 reservedMem: 0
> 2013-04-07 00:33:20,951 DEBUG [cloud.alert.AlertManagerImpl]
> (CapacityChecker:null) Done executing cpu/ram capacity update
> 2013-04-07 00:33:20,951 DEBUG [cloud.alert.AlertManagerImpl]
> (CapacityChecker:null) Executing storage capacity update
> 2013-04-07 00:33:20,956 DEBUG [cloud.storage.StorageManagerImpl]
> (CapacityChecker:null) Successfully set Capacity - 31004332032 for capacity
> type - 9 , DataCenterId - 1, HostOrPoolId - 200, PodId 1
> 2013-04-07 00:33:20,959 DEBUG [cloud.storage.StorageManagerImpl]
> (CapacityChecker:null) Successfully set Capacity - 97221701632 for capacity
> type - 9 , DataCenterId - 1, HostOrPoolId - 201, PodId 1
> 2013-04-07 00:33:20,963 DEBUG [cloud.storage.StorageManagerImpl]
> (CapacityChecker:null) Successfully set Capacity - 97221701632 for capacity
> type - 9 , DataCenterId - 1, HostOrPoolId - 202, PodId 1
> 2013-04-07 00:33:20,967 DEBUG [cloud.storage.StorageManagerImpl]
> (CapacityChecker:null) Successfully set Capacity - 2084569088 for capacity
> type - 3 , DataCenterId - 1, HostOrPoolId - 256, PodId 1
> 2013-04-07 00:33:20,971 DEBUG [cloud.storage.StorageManagerImpl]
> (CapacityChecker:null) Successfully set Capacity - 2084569088 for capacity
> type - 3 , DataCenterId - 1, HostOrPoolId - 257, PodId 1
> 2013-04-07 00:33:20,975 DEBUG [cloud.storage.StorageManagerImpl]
> (CapacityChecker:null) Successfully set Capacity - 2084569088 for capacity
> type - 3 , DataCenterId - 1, HostOrPoolId - 262, PodId 1
> 2013-04-07 00:33:20,975 DEBUG [cloud.alert.AlertManagerImpl]
> (CapacityChecker:null) Done executing storage capacity update
> 2013-04-07 00:33:20,975 DEBUG [cloud.alert.AlertManagerImpl]
> (CapacityChecker:null) Executing capacity updates for public ip and Vlans
> 2013-04-07 00:33:20,983 DEBUG [cloud.alert.AlertManagerImpl]
> (CapacityChecker:null) Done capacity updates for public ip and Vlans
> 2013-04-07 00:33:20,983 DEBUG [cloud.alert.AlertManagerImpl]
> (CapacityChecker:null) Executing capacity updates for private ip
> 2013-04-07 00:33:20,990 DEBUG [cloud.alert.AlertManagerImpl]
> (CapacityChecker:null) Done executing capacity updates for private ip
> 2013-04-07 00:33:20,990 DEBUG [cloud.alert.AlertManagerImpl]
> (CapacityChecker:null) Done recalculating system capacity
> 2013-04-07 00:33:21,012 DEBUG [cloud.alert.AlertManagerImpl]
> (CapacityChecker:null) Done running Capacity Checker ...
> 2013-04-07 00:33:24,891 DEBUG [agent.manager.AgentManagerImpl]
> (AgentManager-Handler-13:null) Ping from 4
> 2013-04-07 00:33:27,159 DEBUG [agent.manager.DirectAgentAttache]
> (DirectAgent-459:null) Ping from 1
> 2013-04-07 00:33:29,095 DEBUG [agent.manager.DirectAgentAttache]
> (DirectAgent-457:null) Seq 1-90046472: Executing request
> 2013-04-07 00:33:29,329 DEBUG [agent.manager.DirectAgentAttache]
> (DirectAgent-457:null) Seq 1-90046472: Response Received:
> 2013-04-07 00:33:29,330 DEBUG [agent.transport.Request]
> (DirectAgent-457:null) Seq 1-90046472: Processing:  { Ans: , MgmtId: 1,
> via: 1, Ver: v1, Flags: 10,
> [{"ClusterSyncAnswer":{"_clusterId":1,"_newStates":{},"_isExecuted":false,"result":true,"wait":0}}]
> }
> 2013-04-07 00:33:33,192 DEBUG [cloud.api.ApiServlet]
> (1161145101@qtp-1008805148-33:null) ===START===  127.0.0.1 -- GET
>  command=listVirtualMachines&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&listAll=true&page=1&pagesize=20&_=1365316413189
> 2013-04-07 00:33:33,210 DEBUG [cloud.api.ApiServlet]
> (1161145101@qtp-1008805148-33:null) ===END===  127.0.0.1 -- GET
>  command=listVirtualMachines&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&listAll=true&page=1&pagesize=20&_=1365316413189
> 2013-04-07 00:33:35,033 DEBUG [cloud.api.ApiServlet]
> (1161145101@qtp-1008805148-33:null) ===START===  127.0.0.1 -- GET
>  command=listZones&available=true&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316415031
> 2013-04-07 00:33:35,040 DEBUG [cloud.api.ApiServlet]
> (1161145101@qtp-1008805148-33:null) ===END===  127.0.0.1 -- GET
>  command=listZones&available=true&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316415031
> 2013-04-07 00:33:36,745 DEBUG [cloud.api.ApiServlet]
> (1161145101@qtp-1008805148-33:null) ===START===  127.0.0.1 -- GET
>  command=listHypervisors&zoneid=3a62dec3-cf95-4ba2-9af0-af2190af35e3&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316416743
> 2013-04-07 00:33:36,753 DEBUG [cloud.api.ApiServlet]
> (1161145101@qtp-1008805148-33:null) ===END===  127.0.0.1 -- GET
>  command=listHypervisors&zoneid=3a62dec3-cf95-4ba2-9af0-af2190af35e3&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316416743
> 2013-04-07 00:33:36,756 DEBUG [cloud.api.ApiServlet]
> (1161145101@qtp-1008805148-33:null) ===START===  127.0.0.1 -- GET
>  command=listTemplates&templatefilter=featured&zoneid=3a62dec3-cf95-4ba2-9af0-af2190af35e3&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316416754
> 2013-04-07 00:33:36,781 DEBUG [cloud.api.ApiServlet]
> (1161145101@qtp-1008805148-33:null) ===END===  127.0.0.1 -- GET
>  command=listTemplates&templatefilter=featured&zoneid=3a62dec3-cf95-4ba2-9af0-af2190af35e3&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316416754
> 2013-04-07 00:33:36,784 DEBUG [cloud.api.ApiServlet]
> (1161145101@qtp-1008805148-33:null) ===START===  127.0.0.1 -- GET
>  command=listTemplates&templatefilter=community&zoneid=3a62dec3-cf95-4ba2-9af0-af2190af35e3&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316416782
> 2013-04-07 00:33:36,812 DEBUG [cloud.api.ApiServlet]
> (1161145101@qtp-1008805148-33:null) ===END===  127.0.0.1 -- GET
>  command=listTemplates&templatefilter=community&zoneid=3a62dec3-cf95-4ba2-9af0-af2190af35e3&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316416782
> 2013-04-07 00:33:36,815 DEBUG [cloud.api.ApiServlet]
> (1161145101@qtp-1008805148-33:null) ===START===  127.0.0.1 -- GET
>  command=listTemplates&templatefilter=selfexecutable&zoneid=3a62dec3-cf95-4ba2-9af0-af2190af35e3&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316416813
> 2013-04-07 00:33:36,829 DEBUG [cloud.api.ApiServlet]
> (1161145101@qtp-1008805148-33:null) ===END===  127.0.0.1 -- GET
>  command=listTemplates&templatefilter=selfexecutable&zoneid=3a62dec3-cf95-4ba2-9af0-af2190af35e3&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316416813
> 2013-04-07 00:33:37,503 DEBUG [cloud.api.ApiServlet]
> (1161145101@qtp-1008805148-33:null) ===START===  127.0.0.1 -- GET
>  command=listServiceOfferings&issystem=false&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316417501
> 2013-04-07 00:33:37,514 DEBUG [cloud.api.ApiServlet]
> (1161145101@qtp-1008805148-33:null) ===END===  127.0.0.1 -- GET
>  command=listServiceOfferings&issystem=false&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316417501
> 2013-04-07 00:33:41,151 DEBUG [cloud.api.ApiServlet]
> (1161145101@qtp-1008805148-33:null) ===START===  127.0.0.1 -- GET
>  command=listDiskOfferings&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316421149
> 2013-04-07 00:33:41,162 DEBUG [cloud.api.ApiServlet]
> (1161145101@qtp-1008805148-33:null) ===END===  127.0.0.1 -- GET
>  command=listDiskOfferings&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316421149
> 2013-04-07 00:33:41,970 DEBUG [cloud.api.ApiServlet]
> (1161145101@qtp-1008805148-33:null) ===START===  127.0.0.1 -- GET
>  command=listNetworks&trafficType=Guest&zoneId=3a62dec3-cf95-4ba2-9af0-af2190af35e3&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316421968
> 2013-04-07 00:33:41,994 DEBUG [cloud.api.ApiServlet]
> (1161145101@qtp-1008805148-33:null) ===END===  127.0.0.1 -- GET
>  command=listNetworks&trafficType=Guest&zoneId=3a62dec3-cf95-4ba2-9af0-af2190af35e3&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316421968
> 2013-04-07 00:33:41,997 DEBUG [cloud.api.ApiServlet]
> (1161145101@qtp-1008805148-33:null) ===START===  127.0.0.1 -- GET
>  command=listSecurityGroups&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&domainid=e4ec5ddc-9e1c-11e2-a770-6e70e42a2333&account=admin&_=1365316421995
> 2013-04-07 00:33:42,003 DEBUG [cloud.user.AccountManagerImpl]
> (1161145101@qtp-1008805148-33:null) Access granted to Acct[2-admin] to
> Domain:1/ by DomainChecker
> 2013-04-07 00:33:42,009 DEBUG [cloud.api.ApiServlet]
> (1161145101@qtp-1008805148-33:null) ===END===  127.0.0.1 -- GET
>  command=listSecurityGroups&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&domainid=e4ec5ddc-9e1c-11e2-a770-6e70e42a2333&account=admin&_=1365316421995
> 2013-04-07 00:33:44,477 DEBUG [cloud.api.ApiServlet]
> (1161145101@qtp-1008805148-33:null) ===START===  127.0.0.1 -- GET
>  command=deployVirtualMachine&zoneId=3a62dec3-cf95-4ba2-9af0-af2190af35e3&templateId=e4a7df4a-9e1c-11e2-a770-6e70e42a2333&hypervisor=XenServer&serviceOfferingId=9c1e08a2-2dfe-4fa8-aea9-3e4955a69cc2&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316424475
> 2013-04-07 00:33:44,484 DEBUG [cloud.api.ApiDispatcher]
> (1161145101@qtp-1008805148-33:null) InfrastructureEntity name
> is:com.cloud.offering.ServiceOffering
> 2013-04-07 00:33:44,486 DEBUG [cloud.api.ApiDispatcher]
> (1161145101@qtp-1008805148-33:null) ControlledEntity name
> is:com.cloud.template.VirtualMachineTemplate
> 2013-04-07 00:33:44,510 DEBUG [cloud.vm.UserVmManagerImpl]
> (1161145101@qtp-1008805148-33:null) Allocating in the DB for vm
> 2013-04-07 00:33:44,523 DEBUG [cloud.vm.VirtualMachineManagerImpl]
> (1161145101@qtp-1008805148-33:null) Allocating entries for VM:
> VM[User|a30b991d-1c38-4bae-803f-ab3be57a384f]
> 2013-04-07 00:33:44,523 DEBUG [cloud.vm.VirtualMachineManagerImpl]
> (1161145101@qtp-1008805148-33:null) Allocating nics for
> VM[User|a30b991d-1c38-4bae-803f-ab3be57a384f]
> 2013-04-07 00:33:44,524 DEBUG [cloud.network.NetworkManagerImpl]
> (1161145101@qtp-1008805148-33:null) Allocating nic for vm
> VM[User|a30b991d-1c38-4bae-803f-ab3be57a384f] in network Ntwk[204|Guest|6]
> with requested profile NicProfile[0-0-null-null-null
> 2013-04-07 00:33:44,531 DEBUG [cloud.vm.VirtualMachineManagerImpl]
> (1161145101@qtp-1008805148-33:null) Allocaing disks for
> VM[User|a30b991d-1c38-4bae-803f-ab3be57a384f]
> 2013-04-07 00:33:44,538 DEBUG [cloud.vm.VirtualMachineManagerImpl]
> (1161145101@qtp-1008805148-33:null) Allocation completed for VM:
> VM[User|a30b991d-1c38-4bae-803f-ab3be57a384f]
> 2013-04-07 00:33:44,538 DEBUG [cloud.vm.UserVmManagerImpl]
> (1161145101@qtp-1008805148-33:null) Successfully allocated DB entry for
> VM[User|a30b991d-1c38-4bae-803f-ab3be57a384f]
> 2013-04-07 00:33:44,571 DEBUG [cloud.async.AsyncJobManagerImpl]
> (1161145101@qtp-1008805148-33:null) submit async job-44, details:
> AsyncJobVO {id:44, userId: 2, accountId: 2, sessionKey: null, instanceType:
> null, instanceId: 14, cmd:
> org.apache.cloudstack.api.command.user.vm.DeployVMCmd, cmdOriginator: null,
> cmdInfo:
> {"id":"14","templateId":"e4a7df4a-9e1c-11e2-a770-6e70e42a2333","response":"json","sessionkey":"Z6QqzU0Fq1iT13bMgnRRfl8GoVA\u003d","ctxUserId":"2","hypervisor":"XenServer","serviceOfferingId":"9c1e08a2-2dfe-4fa8-aea9-3e4955a69cc2","_":"1365316424475","ctxAccountId":"2","ctxStartEventId":"49","zoneId":"3a62dec3-cf95-4ba2-9af0-af2190af35e3"},
> cmdVersion: 0, callbackType: 0, callbackAddress: null, status: 0,
> processStatus: 0, resultCode: 0, result: null, initMsid: 1, completeMsid:
> null, lastUpdated: null, lastPolled: null, created: null}
> 2013-04-07 00:33:44,572 DEBUG [cloud.async.AsyncJobManagerImpl]
> (Job-Executor-37:job-44) Executing
> org.apache.cloudstack.api.command.user.vm.DeployVMCmd for job-44
> 2013-04-07 00:33:44,573 DEBUG [cloud.api.ApiServlet]
> (1161145101@qtp-1008805148-33:null) ===END===  127.0.0.1 -- GET
>  command=deployVirtualMachine&zoneId=3a62dec3-cf95-4ba2-9af0-af2190af35e3&templateId=e4a7df4a-9e1c-11e2-a770-6e70e42a2333&hypervisor=XenServer&serviceOfferingId=9c1e08a2-2dfe-4fa8-aea9-3e4955a69cc2&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316424475
> 2013-04-07 00:33:44,578 DEBUG [cloud.api.ApiDispatcher]
> (Job-Executor-37:job-44) InfrastructureEntity name
> is:com.cloud.offering.ServiceOffering
> 2013-04-07 00:33:44,581 DEBUG [cloud.api.ApiDispatcher]
> (Job-Executor-37:job-44) ControlledEntity name
> is:com.cloud.template.VirtualMachineTemplate
> 2013-04-07 00:33:44,624 DEBUG [cloud.deploy.FirstFitPlanner]
> (Job-Executor-37:job-44) DeploymentPlanner allocation algorithm: random
> 2013-04-07 00:33:44,624 DEBUG [cloud.deploy.FirstFitPlanner]
> (Job-Executor-37:job-44) Trying to allocate a host and storage pools from
> dc:1, pod:null,cluster:null, requested cpu: 100, requested ram: 1073741824
> 2013-04-07 00:33:44,624 DEBUG [cloud.deploy.FirstFitPlanner]
> (Job-Executor-37:job-44) Is ROOT volume READY (pool already allocated)?: No
> 2013-04-07 00:33:44,624 DEBUG [cloud.deploy.FirstFitPlanner]
> (Job-Executor-37:job-44) Searching all possible resources under this Zone: 1
> 2013-04-07 00:33:44,625 DEBUG [cloud.deploy.FirstFitPlanner]
> (Job-Executor-37:job-44) Listing clusters in order of aggregate capacity,
> that have (atleast one host with) enough CPU and RAM capacity under this
> Zone: 1
> 2013-04-07 00:33:44,626 DEBUG [cloud.deploy.FirstFitPlanner]
> (Job-Executor-37:job-44) CPUOverprovisioningFactor considered: 1.0
> 2013-04-07 00:33:44,638 DEBUG [cloud.deploy.FirstFitPlanner]
> (Job-Executor-37:job-44) Cannot allocate cluster list [1, 2] for vm
> creation since their allocated percentage crosses the disable capacity
> threshold: 0.85 for capacity Type : 0, skipping these clusters
> 2013-04-07 00:33:44,639 DEBUG [cloud.deploy.FirstFitPlanner]
> (Job-Executor-37:job-44) Could not find suitable Deployment Destination for
> this VM under any clusters, returning.
> 2013-04-07 00:33:44,641 DEBUG [cloud.vm.UserVmManagerImpl]
> (Job-Executor-37:job-44) Destroying vm
> VM[User|a30b991d-1c38-4bae-803f-ab3be57a384f] as it failed to create on
> Host with Id:null
> 2013-04-07 00:33:44,646 DEBUG [cloud.capacity.CapacityManagerImpl]
> (Job-Executor-37:job-44) VM state transitted from :Stopped to Error with
> event: OperationFailedToErrorvm's original host id: null new host id: null
> host id before state transition: null
> 2013-04-07 00:33:44,672 INFO  [user.vm.DeployVMCmd]
> (Job-Executor-37:job-44)
> com.cloud.exception.InsufficientServerCapacityException: Unable to create a
> deployment for VM[User|a30b991d-1c38-4bae-803f-ab3be57a384f]Scope=interface
> com.cloud.dc.DataCenter; id=1
> 2013-04-07 00:33:44,672 INFO  [user.vm.DeployVMCmd]
> (Job-Executor-37:job-44) Unable to create a deployment for
> VM[User|a30b991d-1c38-4bae-803f-ab3be57a384f]
> com.cloud.exception.InsufficientServerCapacityException: Unable to create
> a deployment for
> VM[User|a30b991d-1c38-4bae-803f-ab3be57a384f]Scope=interface
> com.cloud.dc.DataCenter; id=1
>  at
> org.apache.cloudstack.engine.cloud.entity.api.VMEntityManagerImpl.reserveVirtualMachine(VMEntityManagerImpl.java:186)
> at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
>  at
> sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
> at
> sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
>  at java.lang.reflect.Method.invoke(Method.java:597)
> at
> org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:319)
>  at
> org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:183)
> at
> org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:150)
>  at
> org.springframework.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodInvocationProceedingJoinPoint.java:80)
> at
> com.cloud.utils.db.TransactionContextBuilder.AroundAnyMethod(TransactionContextBuilder.java:37)
>  at sun.reflect.GeneratedMethodAccessor37.invoke(Unknown Source)
> at
> sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
>  at java.lang.reflect.Method.invoke(Method.java:597)
> at
> org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:621)
>  at
> org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:610)
> at
> org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:65)
>  at
> org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:172)
> at
> org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:90)
>  at
> org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:172)
> at
> org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:202)
>  at com.sun.proxy.$Proxy297.reserveVirtualMachine(Unknown Source)
> at
> org.apache.cloudstack.engine.cloud.entity.api.VirtualMachineEntityImpl.reserve(VirtualMachineEntityImpl.java:198)
>  at
> com.cloud.vm.UserVmManagerImpl.startVirtualMachine(UserVmManagerImpl.java:3859)
> at
> com.cloud.vm.UserVmManagerImpl.startVirtualMachine(UserVmManagerImpl.java:3458)
>  at
> com.cloud.vm.UserVmManagerImpl.startVirtualMachine(UserVmManagerImpl.java:3444)
> at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
>  at
> sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
> at
> sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
>  at java.lang.reflect.Method.invoke(Method.java:597)
> at
> org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:319)
>  at
> org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:183)
> at
> org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:150)
>  at
> org.springframework.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodInvocationProceedingJoinPoint.java:80)
> at
> com.cloud.event.ActionEventInterceptor.AroundAnyMethod(ActionEventInterceptor.java:53)
>  at sun.reflect.GeneratedMethodAccessor359.invoke(Unknown Source)
> at
> sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
>  at java.lang.reflect.Method.invoke(Method.java:597)
> at
> org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:621)
>  at
> org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:610)
> at
> org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:65)
>  at
> org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:161)
> at
> org.springframework.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodInvocationProceedingJoinPoint.java:80)
>  at
> com.cloud.utils.db.TransactionContextBuilder.AroundAnyMethod(TransactionContextBuilder.java:37)
> at sun.reflect.GeneratedMethodAccessor37.invoke(Unknown Source)
>  at
> sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
> at java.lang.reflect.Method.invoke(Method.java:597)
>  at
> org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:621)
> at
> org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:610)
>  at
> org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:65)
> at
> org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:172)
>  at
> org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:90)
> at
> org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:172)
>  at
> org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:202)
> at com.sun.proxy.$Proxy263.startVirtualMachine(Unknown Source)
>  at
> org.apache.cloudstack.api.command.user.vm.DeployVMCmd.execute(DeployVMCmd.java:379)
> at com.cloud.api.ApiDispatcher.dispatch(ApiDispatcher.java:163)
>  at net.sf.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204)
> at
> org.springframework.aop.framework.Cglib2AopProxy$CglibMethodInvocation.invokeJoinpoint(Cglib2AopProxy.java:689)
>  at
> org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:150)
> at
> org.springframework.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodInvocationProceedingJoinPoint.java:80)
>  at
> com.cloud.utils.db.TransactionContextBuilder.AroundAnyMethod(TransactionContextBuilder.java:37)
> at sun.reflect.GeneratedMethodAccessor37.invoke(Unknown Source)
>  at
> sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
> at java.lang.reflect.Method.invoke(Method.java:597)
>  at
> org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:621)
> at
> org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:610)
>  at
> org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:65)
> at
> org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:172)
>  at
> org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:90)
> at
> org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:172)
>  at
> org.springframework.aop.framework.Cglib2AopProxy$DynamicAdvisedInterceptor.intercept(Cglib2AopProxy.java:622)
> at com.cloud.async.AsyncJobManagerImpl$1.run(AsyncJobManagerImpl.java:437)
>  at
> java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:439)
> at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:303)
>  at java.util.concurrent.FutureTask.run(FutureTask.java:138)
> at
> java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:895)
>  at
> java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:918)
> at java.lang.Thread.run(Thread.java:680)
> 2013-04-07 00:33:44,674 DEBUG [cloud.async.AsyncJobManagerImpl]
> (Job-Executor-37:job-44) Complete async job-44, jobStatus: 2, resultCode:
> 530, result: Error Code: 533 Error text: Unable to create a deployment for
> VM[User|a30b991d-1c38-4bae-803f-ab3be57a384f]
> 2013-04-07 00:33:47,591 DEBUG [cloud.api.ApiServlet]
> (1161145101@qtp-1008805148-33:null) ===START===  127.0.0.1 -- GET
>  command=queryAsyncJobResult&jobId=8dd191cc-2709-4223-aee5-3ecd759d4afd&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316427589
> 2013-04-07 00:33:47,601 DEBUG [cloud.async.AsyncJobManagerImpl]
> (1161145101@qtp-1008805148-33:null) Async job-44 completed
> 2013-04-07 00:33:47,605 DEBUG [cloud.api.ApiServlet]
> (1161145101@qtp-1008805148-33:null) ===END===  127.0.0.1 -- GET
>  command=queryAsyncJobResult&jobId=8dd191cc-2709-4223-aee5-3ecd759d4afd&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316427589
> 2013-04-07 00:33:47,608 DEBUG [cloud.api.ApiServlet]
> (1161145101@qtp-1008805148-33:null) ===START===  127.0.0.1 -- GET
>  command=listVirtualMachines&id=a30b991d-1c38-4bae-803f-ab3be57a384f&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316427606
> 2013-04-07 00:33:47,621 DEBUG [cloud.api.ApiServlet]
> (1161145101@qtp-1008805148-33:null) ===END===  127.0.0.1 -- GET
>  command=listVirtualMachines&id=a30b991d-1c38-4bae-803f-ab3be57a384f&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316427606
> 2013-04-07 00:33:47,678 DEBUG [agent.manager.AgentManagerImpl]
> (AgentManager-Handler-14:null) Ping from 3
> 2013-04-07 00:33:50,451 DEBUG
> [storage.secondary.SecondaryStorageManagerImpl] (secstorage-1:null) Zone 1
> is ready to launch secondary storage VM
> 2013-04-07 00:33:50,559 DEBUG [cloud.consoleproxy.ConsoleProxyManagerImpl]
> (consoleproxy-1:null) Zone 1 is ready to launch console proxy
> 2013-04-07 00:33:50,819 DEBUG
> [network.router.VirtualNetworkApplianceManagerImpl]
> (RouterStatusMonitor-1:null) Found 0 routers to update status.
> 2013-04-07 00:33:50,820 DEBUG
> [network.router.VirtualNetworkApplianceManagerImpl]
> (RouterStatusMonitor-1:null) Found 0 networks to update RvR status.
> 2013-04-07 00:33:50,851 DEBUG
> [network.router.VirtualNetworkApplianceManagerImpl]
> (RouterStatusMonitor-1:null) Found 0 routers to update status.
> 2013-04-07 00:33:50,852 DEBUG
> [network.router.VirtualNetworkApplianceManagerImpl]
> (RouterStatusMonitor-1:null) Found 0 networks to update RvR status.
> 2013-04-07 00:33:51,465 INFO  [agent.manager.AgentMonitor]
> (Thread-11:null) Found the following agents behind on ping: [6, 5]
> 2013-04-07 00:33:51,467 DEBUG [cloud.host.Status] (Thread-11:null) Ping
> timeout for host 6, do invstigation
> 2013-04-07 00:33:51,468 DEBUG [cloud.host.Status] (Thread-11:null) Ping
> timeout for host 5, do invstigation
> 2013-04-07 00:33:51,468 INFO  [agent.manager.AgentManagerImpl]
> (AgentTaskPool-4:null) Investigating why host 6 has disconnected with event
> PingTimeout
> 2013-04-07 00:33:51,468 DEBUG [agent.manager.AgentManagerImpl]
> (AgentTaskPool-4:null) checking if agent (6) is alive
> 2013-04-07 00:33:51,469 INFO  [agent.manager.AgentManagerImpl]
> (AgentTaskPool-3:null) Investigating why host 5 has disconnected with event
> PingTimeout
> 2013-04-07 00:33:51,470 DEBUG [agent.manager.AgentManagerImpl]
> (AgentTaskPool-3:null) checking if agent (5) is alive
> 2013-04-07 00:33:51,471 DEBUG [agent.transport.Request]
> (AgentTaskPool-4:null) Seq 6-324993311: Sending  { Cmd , MgmtId: 1, via: 6,
> Ver: v1, Flags: 100011, [{"CheckHealthCommand":{"wait":50}}] }
> 2013-04-07 00:33:51,471 DEBUG [agent.transport.Request]
> (AgentTaskPool-4:null) Seq 6-324993311: Executing:  { Cmd , MgmtId: 1, via:
> 6, Ver: v1, Flags: 100011, [{"CheckHealthCommand":{"wait":50}}] }
> 2013-04-07 00:33:51,472 DEBUG [agent.manager.DirectAgentAttache]
> (DirectAgent-448:null) Seq 6-324993311: Executing request
> 2013-04-07 00:33:51,473 DEBUG [agent.transport.Request]
> (AgentTaskPool-3:null) Seq 5-614334815: Sending  { Cmd , MgmtId: 1, via: 5,
> Ver: v1, Flags: 100011, [{"CheckHealthCommand":{"wait":50}}] }
> 2013-04-07 00:33:51,473 DEBUG [agent.transport.Request]
> (AgentTaskPool-3:null) Seq 5-614334815: Executing:  { Cmd , MgmtId: 1, via:
> 5, Ver: v1, Flags: 100011, [{"CheckHealthCommand":{"wait":50}}] }
> 2013-04-07 00:33:51,473 DEBUG [agent.manager.DirectAgentAttache]
> (DirectAgent-261:null) Seq 5-614334815: Executing request
> 2013-04-07 00:33:51,527 DEBUG [agent.manager.DirectAgentAttache]
> (DirectAgent-448:null) Seq 6-324993311: Response Received:
> 2013-04-07 00:33:51,527 DEBUG [agent.transport.Request]
> (DirectAgent-448:null) Seq 6-324993311: Processing:  { Ans: , MgmtId: 1,
> via: 6, Ver: v1, Flags: 10,
> [{"CheckHealthAnswer":{"result":true,"details":"resource is
> alive","wait":0}}] }
> 2013-04-07 00:33:51,527 DEBUG [agent.transport.Request]
> (AgentTaskPool-4:null) Seq 6-324993311: Received:  { Ans: , MgmtId: 1, via:
> 6, Ver: v1, Flags: 10, { CheckHealthAnswer } }
> 2013-04-07 00:33:51,528 DEBUG [agent.manager.AgentManagerImpl]
> (AgentTaskPool-4:null) Details from executing class
> com.cloud.agent.api.CheckHealthCommand: resource is alive
> 2013-04-07 00:33:51,528 DEBUG [agent.manager.AgentManagerImpl]
> (AgentTaskPool-4:null) agent (6) responded to checkHeathCommand, reporting
> that agent is Up
> 2013-04-07 00:33:51,528 INFO  [agent.manager.AgentManagerImpl]
> (AgentTaskPool-4:null) The state determined is Up
> 2013-04-07 00:33:51,528 INFO  [agent.manager.AgentManagerImpl]
> (AgentTaskPool-4:null) Agent is determined to be up and running
> 2013-04-07 00:33:51,528 DEBUG [cloud.host.Status] (AgentTaskPool-4:null)
> Transition:[Resource state = Enabled, Agent event = Ping, Host id = 6, name
> = Tut-XenServer]
> 2013-04-07 00:33:51,531 DEBUG [cloud.host.Status] (AgentTaskPool-4:null)
> Agent status update: [id = 6; name = Tut-XenServer; old status = Up; event
> = Ping; new status = Up; old update count = 310; new update count = 311]
> 2013-04-07 00:33:51,531 DEBUG [agent.manager.DirectAgentAttache]
> (DirectAgent-261:null) Seq 5-614334815: Response Received:
> 2013-04-07 00:33:51,531 DEBUG [agent.transport.Request]
> (DirectAgent-261:null) Seq 5-614334815: Processing:  { Ans: , MgmtId: 1,
> via: 5, Ver: v1, Flags: 10,
> [{"CheckHealthAnswer":{"result":true,"details":"resource is
> alive","wait":0}}] }
> 2013-04-07 00:33:51,531 DEBUG [agent.transport.Request]
> (AgentTaskPool-3:null) Seq 5-614334815: Received:  { Ans: , MgmtId: 1, via:
> 5, Ver: v1, Flags: 10, { CheckHealthAnswer } }
> 2013-04-07 00:33:51,532 DEBUG [agent.manager.AgentManagerImpl]
> (AgentTaskPool-3:null) Details from executing class
> com.cloud.agent.api.CheckHealthCommand: resource is alive
> 2013-04-07 00:33:51,532 DEBUG [agent.manager.AgentManagerImpl]
> (AgentTaskPool-3:null) agent (5) responded to checkHeathCommand, reporting
> that agent is Up
> 2013-04-07 00:33:51,532 INFO  [agent.manager.AgentManagerImpl]
> (AgentTaskPool-3:null) The state determined is Up
> 2013-04-07 00:33:51,532 INFO  [agent.manager.AgentManagerImpl]
> (AgentTaskPool-3:null) Agent is determined to be up and running
> 2013-04-07 00:33:51,532 DEBUG [cloud.host.Status] (AgentTaskPool-3:null)
> Transition:[Resource state = Enabled, Agent event = Ping, Host id = 5, name
> = Tut-XenServer2]
> 2013-04-07 00:33:51,535 DEBUG [cloud.host.Status] (AgentTaskPool-3:null)
> Agent status update: [id = 5; name = Tut-XenServer2; old status = Up; event
> = Ping; new status = Up; old update count = 147; new update count = 148]
> 2013-04-07 00:34:04,860 DEBUG [agent.manager.DirectAgentAttache]
> (DirectAgent-239:null) Ping from 6
> 2013-04-07 00:34:06,170 DEBUG [agent.manager.DirectAgentAttache]
> (DirectAgent-185:null) Ping from 5
> 2013-04-07 00:34:06,909 DEBUG [agent.manager.DirectAgentAttache]
> (DirectAgent-461:null) Seq 6-324993028: Executing request
> 2013-04-07 00:34:07,107 DEBUG [agent.manager.DirectAgentAttache]
> (DirectAgent-461:null) Seq 6-324993028: Response Received:
> 2013-04-07 00:34:07,107 DEBUG [agent.transport.Request]
> (DirectAgent-461:null) Seq 6-324993028: Processing:  { Ans: , MgmtId: 1,
> via: 6, Ver: v1, Flags: 10,
> [{"ClusterSyncAnswer":{"_clusterId":2,"_newStates":{},"_isExecuted":false,"result":true,"wait":0}}]
> }
> 2013-04-07 00:34:11,023 DEBUG [agent.manager.DirectAgentAttache]
> (DirectAgent-450:null) Seq 5-614334468: Executing request
> 2013-04-07 00:34:11,168 DEBUG [agent.manager.DirectAgentAttache]
> (DirectAgent-450:null) Seq 5-614334468: Response Received:
> 2013-04-07 00:34:11,168 DEBUG [agent.transport.Request]
> (DirectAgent-450:null) Seq 5-614334468: Processing:  { Ans: , MgmtId: 1,
> via: 5, Ver: v1, Flags: 10, [{"Answer":{"result":true,"wait":0}}] }
> 2013-04-07 00:34:20,451 DEBUG
> [storage.secondary.SecondaryStorageManagerImpl] (secstorage-1:null) Zone 1
> is ready to launch secondary storage VM
> 2013-04-07 00:34:20,553 DEBUG [cloud.consoleproxy.ConsoleProxyManagerImpl]
> (consoleproxy-1:null) Zone 1 is ready to launch console proxy
> 2013-04-07 00:34:20,820 DEBUG
> [network.router.VirtualNetworkApplianceManagerImpl]
> (RouterStatusMonitor-1:null) Found 0 routers to update status.
> 2013-04-07 00:34:20,821 DEBUG
> [network.router.VirtualNetworkApplianceManagerImpl]
> (RouterStatusMonitor-1:null) Found 0 networks to update RvR status.
> 2013-04-07 00:34:20,850 DEBUG
> [network.router.VirtualNetworkApplianceManagerImpl]
> (RouterStatusMonitor-1:null) Found 0 routers to update status.
> 2013-04-07 00:34:20,851 DEBUG
> [network.router.VirtualNetworkApplianceManagerImpl]
> (RouterStatusMonitor-1:null) Found 0 networks to update RvR status.
> 2013-04-07 00:34:24,891 DEBUG [agent.manager.AgentManagerImpl]
> (AgentManager-Handler-15:null) Ping from 4
> 2013-04-07 00:34:27,175 DEBUG [agent.manager.DirectAgentAttache]
> (DirectAgent-126:null) Ping from 1
> 2013-04-07 00:34:29,095 DEBUG [agent.manager.DirectAgentAttache]
> (DirectAgent-182:null) Seq 1-90046472: Executing request
> 2013-04-07 00:34:29,323 DEBUG [agent.manager.DirectAgentAttache]
> (DirectAgent-182:null) Seq 1-90046472: Response Received:
> 2013-04-07 00:34:29,323 DEBUG [agent.transport.Request]
> (DirectAgent-182:null) Seq 1-90046472: Processing:  { Ans: , MgmtId: 1,
> via: 1, Ver: v1, Flags: 10,
> [{"ClusterSyncAnswer":{"_clusterId":1,"_newStates":{},"_isExecuted":false,"result":true,"wait":0}}]
> }
> 2013-04-07 00:34:36,532 DEBUG [cloud.api.ApiServlet]
> (1161145101@qtp-1008805148-33:null) ===START===  127.0.0.1 -- GET
>  command=listVolumes&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&listAll=true&page=1&pagesize=20&_=1365316476530
> 2013-04-07 00:34:36,548 DEBUG [cloud.api.ApiServlet]
> (1161145101@qtp-1008805148-33:null) ===END===  127.0.0.1 -- GET
>  command=listVolumes&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&listAll=true&page=1&pagesize=20&_=1365316476530
> 2013-04-07 00:34:39,285 DEBUG [cloud.api.ApiServlet]
> (1161145101@qtp-1008805148-33:null) ===START===  127.0.0.1 -- GET
>  command=listVolumes&id=44d56727-6e5f-438a-8187-42adfac7c906&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316479283
> 2013-04-07 00:34:39,309 DEBUG [cloud.api.ApiServlet]
> (1161145101@qtp-1008805148-33:null) ===END===  127.0.0.1 -- GET
>  command=listVolumes&id=44d56727-6e5f-438a-8187-42adfac7c906&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316479283
> 2013-04-07 00:34:39,325 DEBUG [cloud.api.ApiServlet]
> (1161145101@qtp-1008805148-33:null) ===START===  127.0.0.1 -- GET
>  command=listTags&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&resourceId=44d56727-6e5f-438a-8187-42adfac7c906&resourceType=Volume&listAll=true&_=1365316479323
> 2013-04-07 00:34:39,334 DEBUG [cloud.api.ApiServlet]
> (1161145101@qtp-1008805148-33:null) ===END===  127.0.0.1 -- GET
>  command=listTags&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&resourceId=44d56727-6e5f-438a-8187-42adfac7c906&resourceType=Volume&listAll=true&_=1365316479323
> 2013-04-07 00:34:47,678 DEBUG [agent.manager.AgentManagerImpl]
> (AgentManager-Handler-1:null) Ping from 3
> 2013-04-07 00:34:50,455 DEBUG
> [storage.secondary.SecondaryStorageManagerImpl] (secstorage-1:null) Zone 1
> is ready to launch secondary storage VM
> 2013-04-07 00:34:50,557 DEBUG [cloud.consoleproxy.ConsoleProxyManagerImpl]
> (consoleproxy-1:null) Zone 1 is ready to launch console proxy
> 2013-04-07 00:34:50,820 DEBUG
> [network.router.VirtualNetworkApplianceManagerImpl]
> (RouterStatusMonitor-1:null) Found 0 routers to update status.
> 2013-04-07 00:34:50,821 DEBUG
> [network.router.VirtualNetworkApplianceManagerImpl]
> (RouterStatusMonitor-1:null) Found 0 networks to update RvR status.
> 2013-04-07 00:34:50,850 DEBUG
> [network.router.VirtualNetworkApplianceManagerImpl]
> (RouterStatusMonitor-1:null) Found 0 routers to update status.
> 2013-04-07 00:34:50,851 DEBUG
> [network.router.VirtualNetworkApplianceManagerImpl]
> (RouterStatusMonitor-1:null) Found 0 networks to update RvR status.
> 2013-04-07 00:34:51,468 INFO  [agent.manager.AgentMonitor]
> (Thread-11:null) Found the following agents behind on ping: [6, 5]
> 2013-04-07 00:34:51,470 DEBUG [cloud.host.Status] (Thread-11:null) Ping
> timeout for host 6, do invstigation
> 2013-04-07 00:34:51,471 DEBUG [cloud.host.Status] (Thread-11:null) Ping
> timeout for host 5, do invstigation
> 2013-04-07 00:34:51,472 INFO  [agent.manager.AgentManagerImpl]
> (AgentTaskPool-5:null) Investigating why host 6 has disconnected with event
> PingTimeout
> 2013-04-07 00:34:51,472 DEBUG [agent.manager.AgentManagerImpl]
> (AgentTaskPool-5:null) checking if agent (6) is alive
> 2013-04-07 00:34:51,473 INFO  [agent.manager.AgentManagerImpl]
> (AgentTaskPool-6:null) Investigating why host 5 has disconnected with event
> PingTimeout
> 2013-04-07 00:34:51,473 DEBUG [agent.manager.AgentManagerImpl]
> (AgentTaskPool-6:null) checking if agent (5) is alive
> 2013-04-07 00:34:51,475 DEBUG [agent.transport.Request]
> (AgentTaskPool-5:null) Seq 6-324993312: Sending  { Cmd , MgmtId: 1, via: 6,
> Ver: v1, Flags: 100011, [{"CheckHealthCommand":{"wait":50}}] }
> 2013-04-07 00:34:51,475 DEBUG [agent.transport.Request]
> (AgentTaskPool-5:null) Seq 6-324993312: Executing:  { Cmd , MgmtId: 1, via:
> 6, Ver: v1, Flags: 100011, [{"CheckHealthCommand":{"wait":50}}] }
> 2013-04-07 00:34:51,475 DEBUG [agent.manager.DirectAgentAttache]
> (DirectAgent-42:null) Seq 6-324993312: Executing request
> 2013-04-07 00:34:51,476 DEBUG [agent.transport.Request]
> (AgentTaskPool-6:null) Seq 5-614334816: Sending  { Cmd , MgmtId: 1, via: 5,
> Ver: v1, Flags: 100011, [{"CheckHealthCommand":{"wait":50}}] }
> 2013-04-07 00:34:51,476 DEBUG [agent.transport.Request]
> (AgentTaskPool-6:null) Seq 5-614334816: Executing:  { Cmd , MgmtId: 1, via:
> 5, Ver: v1, Flags: 100011, [{"CheckHealthCommand":{"wait":50}}] }
> 2013-04-07 00:34:51,477 DEBUG [agent.manager.DirectAgentAttache]
> (DirectAgent-164:null) Seq 5-614334816: Executing request
> 2013-04-07 00:34:51,534 DEBUG [agent.manager.DirectAgentAttache]
> (DirectAgent-164:null) Seq 5-614334816: Response Received:
> 2013-04-07 00:34:51,535 DEBUG [agent.transport.Request]
> (DirectAgent-164:null) Seq 5-614334816: Processing:  { Ans: , MgmtId: 1,
> via: 5, Ver: v1, Flags: 10,
> [{"CheckHealthAnswer":{"result":true,"details":"resource is
> alive","wait":0}}] }
> 2013-04-07 00:34:51,535 DEBUG [agent.transport.Request]
> (AgentTaskPool-6:null) Seq 5-614334816: Received:  { Ans: , MgmtId: 1, via:
> 5, Ver: v1, Flags: 10, { CheckHealthAnswer } }
> 2013-04-07 00:34:51,535 DEBUG [agent.manager.AgentManagerImpl]
> (AgentTaskPool-6:null) Details from executing class
> com.cloud.agent.api.CheckHealthCommand: resource is alive
> 2013-04-07 00:34:51,535 DEBUG [agent.manager.AgentManagerImpl]
> (AgentTaskPool-6:null) agent (5) responded to checkHeathCommand, reporting
> that agent is Up
> 2013-04-07 00:34:51,535 INFO  [agent.manager.AgentManagerImpl]
> (AgentTaskPool-6:null) The state determined is Up
> 2013-04-07 00:34:51,535 INFO  [agent.manager.AgentManagerImpl]
> (AgentTaskPool-6:null) Agent is determined to be up and running
> 2013-04-07 00:34:51,535 DEBUG [cloud.host.Status] (AgentTaskPool-6:null)
> Transition:[Resource state = Enabled, Agent event = Ping, Host id = 5, name
> = Tut-XenServer2]
> 2013-04-07 00:34:51,538 DEBUG [cloud.host.Status] (AgentTaskPool-6:null)
> Agent status update: [id = 5; name = Tut-XenServer2; old status = Up; event
> = Ping; new status = Up; old update count = 148; new update count = 149]
> 2013-04-07 00:34:51,539 DEBUG [agent.manager.DirectAgentAttache]
> (DirectAgent-42:null) Seq 6-324993312: Response Received:
> 2013-04-07 00:34:51,539 DEBUG [agent.transport.Request]
> (DirectAgent-42:null) Seq 6-324993312: Processing:  { Ans: , MgmtId: 1,
> via: 6, Ver: v1, Flags: 10,
> [{"CheckHealthAnswer":{"result":true,"details":"resource is
> alive","wait":0}}] }
> 2013-04-07 00:34:51,539 DEBUG [agent.transport.Request]
> (AgentTaskPool-5:null) Seq 6-324993312: Received:  { Ans: , MgmtId: 1, via:
> 6, Ver: v1, Flags: 10, { CheckHealthAnswer } }
> 2013-04-07 00:34:51,539 DEBUG [agent.manager.AgentManagerImpl]
> (AgentTaskPool-5:null) Details from executing class
> com.cloud.agent.api.CheckHealthCommand: resource is alive
> 2013-04-07 00:34:51,539 DEBUG [agent.manager.AgentManagerImpl]
> (AgentTaskPool-5:null) agent (6) responded to checkHeathCommand, reporting
> that agent is Up
> 2013-04-07 00:34:51,539 INFO  [agent.manager.AgentManagerImpl]
> (AgentTaskPool-5:null) The state determined is Up
> 2013-04-07 00:34:51,539 INFO  [agent.manager.AgentManagerImpl]
> (AgentTaskPool-5:null) Agent is determined to be up and running
> 2013-04-07 00:34:51,539 DEBUG [cloud.host.Status] (AgentTaskPool-5:null)
> Transition:[Resource state = Enabled, Agent event = Ping, Host id = 6, name
> = Tut-XenServer]
> 2013-04-07 00:34:51,542 DEBUG [cloud.host.Status] (AgentTaskPool-5:null)
> Agent status update: [id = 6; name = Tut-XenServer; old status = Up; event
> = Ping; new status = Up; old update count = 311; new update count = 312]
> 2013-04-07 00:34:54,349 INFO  [cloud.vm.UserVmManagerImpl]
> (UserVm-Scavenger-1:null) Found 1 vms to expunge.
> 2013-04-07 00:34:54,349 DEBUG [cloud.vm.VirtualMachineManagerImpl]
> (UserVm-Scavenger-1:null) Stopped called on
> VM[User|a30b991d-1c38-4bae-803f-ab3be57a384f] but the state is Error
> 2013-04-07 00:34:54,352 DEBUG [cloud.capacity.CapacityManagerImpl]
> (UserVm-Scavenger-1:null) VM state transitted from :Error to Expunging with
> event: ExpungeOperationvm's original host id: null new host id: null host
> id before state transition: null
> 2013-04-07 00:34:54,352 DEBUG [cloud.vm.VirtualMachineManagerImpl]
> (UserVm-Scavenger-1:null) Destroying vm
> VM[User|a30b991d-1c38-4bae-803f-ab3be57a384f]
> 2013-04-07 00:34:54,352 DEBUG [cloud.vm.VirtualMachineManagerImpl]
> (UserVm-Scavenger-1:null) Cleaning up NICS
> 2013-04-07 00:34:54,352 DEBUG [cloud.network.NetworkManagerImpl]
> (UserVm-Scavenger-1:null) Cleaning network for vm: 14
> 2013-04-07 00:34:54,360 DEBUG [network.guru.DirectNetworkGuru]
> (UserVm-Scavenger-1:null) Deallocate network: networkId: 204, ip: null
> 2013-04-07 00:34:54,362 DEBUG [cloud.network.NetworkManagerImpl]
> (UserVm-Scavenger-1:null) Removed nic id=20
> 2013-04-07 00:34:54,362 DEBUG [cloud.storage.StorageManagerImpl]
> (UserVm-Scavenger-1:null) Cleaning storage for vm: 14
> 2013-04-07 00:34:54,363 DEBUG [cloud.storage.StorageManagerImpl]
> (UserVm-Scavenger-1:null) Expunging Vol[14|vm=14|ROOT]
> 2013-04-07 00:34:54,365 DEBUG [cloud.storage.StorageManagerImpl]
> (UserVm-Scavenger-1:null) Marking volume that was never created as
> destroyed: Vol[14|vm=14|ROOT]
> 2013-04-07 00:34:54,368 DEBUG [cloud.vm.VirtualMachineManagerImpl]
> (UserVm-Scavenger-1:null) Expunged
> VM[User|a30b991d-1c38-4bae-803f-ab3be57a384f]
> 2013-04-07 00:34:54,368 DEBUG [cloud.vm.UserVmManagerImpl]
> (UserVm-Scavenger-1:null) Starting cleaning up vm
> VM[User|a30b991d-1c38-4bae-803f-ab3be57a384f] resources...
> 2013-04-07 00:34:54,371 INFO  [network.security.SecurityGroupManagerImpl]
> (UserVm-Scavenger-1:null) Disassociated 1 network groups  from uservm 14
> 2013-04-07 00:34:54,372 DEBUG [network.security.SecurityGroupManagerImpl]
> (UserVm-Scavenger-1:null) Security group mappings are removed successfully
> for vm id=14
> 2013-04-07 00:34:54,376 DEBUG [network.firewall.FirewallManagerImpl]
> (UserVm-Scavenger-1:null) No firewall rules are found for vm id=14
> 2013-04-07 00:34:54,376 DEBUG [cloud.vm.UserVmManagerImpl]
> (UserVm-Scavenger-1:null) Firewall rules are removed successfully as a part
> of vm id=14 expunge
> 2013-04-07 00:34:54,378 DEBUG [network.rules.RulesManagerImpl]
> (UserVm-Scavenger-1:null) No port forwarding rules are found for vm id=14
> 2013-04-07 00:34:54,378 DEBUG [cloud.vm.UserVmManagerImpl]
> (UserVm-Scavenger-1:null) Port forwarding rules are removed successfully as
> a part of vm id=14 expunge
> 2013-04-07 00:34:54,379 DEBUG [cloud.vm.UserVmManagerImpl]
> (UserVm-Scavenger-1:null) Removed vm id=14 from all load balancers as a
> part of expunge process
> 2013-04-07 00:34:54,379 DEBUG [cloud.vm.UserVmManagerImpl]
> (UserVm-Scavenger-1:null) Successfully cleaned up vm
> VM[User|a30b991d-1c38-4bae-803f-ab3be57a384f] resources as a part of
> expunge process
> 2013-04-07 00:34:54,873 DEBUG [cloud.api.ApiServlet]
> (1161145101@qtp-1008805148-33:null) ===START===  127.0.0.1 -- GET
>  command=listVirtualMachines&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&listAll=true&page=1&pagesize=20&_=1365316494871
> 2013-04-07 00:34:54,891 DEBUG [cloud.api.ApiServlet]
> (1161145101@qtp-1008805148-33:null) ===END===  127.0.0.1 -- GET
>  command=listVirtualMachines&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&listAll=true&page=1&pagesize=20&_=1365316494871
> 2013-04-07 00:34:57,672 DEBUG [cloud.api.ApiServlet]
> (1161145101@qtp-1008805148-33:null) ===START===  127.0.0.1 -- GET
>  command=listZones&id=3a62dec3-cf95-4ba2-9af0-af2190af35e3&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316497670
> 2013-04-07 00:34:57,679 DEBUG [cloud.api.ApiServlet]
> (1161145101@qtp-1008805148-33:null) ===END===  127.0.0.1 -- GET
>  command=listZones&id=3a62dec3-cf95-4ba2-9af0-af2190af35e3&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316497670
> 2013-04-07 00:34:57,683 DEBUG [cloud.api.ApiServlet]
> (1161145101@qtp-1008805148-33:null) ===START===  127.0.0.1 -- GET
>  command=listNetworks&id=9d28211f-440e-4233-86d1-214b404074eb&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316497681
> 2013-04-07 00:34:57,708 DEBUG [cloud.api.ApiServlet]
> (1161145101@qtp-1008805148-33:null) ===END===  127.0.0.1 -- GET
>  command=listNetworks&id=9d28211f-440e-4233-86d1-214b404074eb&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316497681
> 2013-04-07 00:34:57,714 DEBUG [cloud.api.ApiServlet]
> (1161145101@qtp-1008805148-33:null) ===START===  127.0.0.1 -- GET
>  command=listVirtualMachines&id=94ddc16f-04fc-4da1-8326-01d8d5cdeb44&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316497712
> 2013-04-07 00:34:57,731 DEBUG [cloud.api.ApiServlet]
> (1161145101@qtp-1008805148-33:null) ===END===  127.0.0.1 -- GET
>  command=listVirtualMachines&id=94ddc16f-04fc-4da1-8326-01d8d5cdeb44&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316497712
> 2013-04-07 00:34:57,738 DEBUG [cloud.api.ApiServlet]
> (1161145101@qtp-1008805148-33:null) ===START===  127.0.0.1 -- GET
>  command=listOsTypes&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316497736
> 2013-04-07 00:34:57,754 DEBUG [cloud.api.ApiServlet]
> (1109449945@qtp-1008805148-34:null) ===START===  127.0.0.1 -- GET
>  command=listTags&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&resourceId=94ddc16f-04fc-4da1-8326-01d8d5cdeb44&resourceType=UserVm&listAll=true&_=1365316497750
> 2013-04-07 00:34:57,763 DEBUG [cloud.api.ApiServlet]
> (1109449945@qtp-1008805148-34:null) ===END===  127.0.0.1 -- GET
>  command=listTags&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&resourceId=94ddc16f-04fc-4da1-8326-01d8d5cdeb44&resourceType=UserVm&listAll=true&_=1365316497750
> 2013-04-07 00:34:57,889 DEBUG [cloud.api.ApiServlet]
> (1161145101@qtp-1008805148-33:null) ===END===  127.0.0.1 -- GET
>  command=listOsTypes&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316497736
> 2013-04-07 00:35:01,051 DEBUG [cloud.api.ApiServlet]
> (1109449945@qtp-1008805148-34:null) ===START===  127.0.0.1 -- GET
>  command=listServiceOfferings&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&listAll=true&page=1&pagesize=20&issystem=false&_=1365316501047
> 2013-04-07 00:35:01,064 DEBUG [cloud.api.ApiServlet]
> (1109449945@qtp-1008805148-34:null) ===END===  127.0.0.1 -- GET
>  command=listServiceOfferings&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&listAll=true&page=1&pagesize=20&issystem=false&_=1365316501047
> 2013-04-07 00:35:03,427 DEBUG [cloud.api.ApiServlet]
> (1109449945@qtp-1008805148-34:null) ===START===  127.0.0.1 -- GET
>  command=listServiceOfferings&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&issystem=false&id=425cf3cf-4bc4-4e53-82a0-ba6c20dd3688&_=1365316503425
> 2013-04-07 00:35:03,439 DEBUG [cloud.api.ApiServlet]
> (1109449945@qtp-1008805148-34:null) ===END===  127.0.0.1 -- GET
>  command=listServiceOfferings&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&issystem=false&id=425cf3cf-4bc4-4e53-82a0-ba6c20dd3688&_=1365316503425
> 2013-04-07 00:35:04,848 DEBUG [agent.manager.DirectAgentAttache]
> (DirectAgent-349:null) Ping from 6
> 2013-04-07 00:35:06,206 DEBUG [agent.manager.DirectAgentAttache]
> (DirectAgent-292:null) Ping from 5
> 2013-04-07 00:35:06,909 DEBUG [agent.manager.DirectAgentAttache]
> (DirectAgent-334:null) Seq 6-324993028: Executing request
> 2013-04-07 00:35:07,112 DEBUG [agent.manager.DirectAgentAttache]
> (DirectAgent-334:null) Seq 6-324993028: Response Received:
> 2013-04-07 00:35:07,112 DEBUG [agent.transport.Request]
> (DirectAgent-334:null) Seq 6-324993028: Processing:  { Ans: , MgmtId: 1,
> via: 6, Ver: v1, Flags: 10,
> [{"ClusterSyncAnswer":{"_clusterId":2,"_newStates":{},"_isExecuted":false,"result":true,"wait":0}}]
> }
> 2013-04-07 00:35:08,821 DEBUG [cloud.api.ApiServlet]
> (1109449945@qtp-1008805148-34:null) ===START===  127.0.0.1 -- GET
>  command=listConfigurations&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&page=1&pagesize=20&_=1365316508819
> 2013-04-07 00:35:08,845 DEBUG [cloud.api.ApiServlet]
> (1109449945@qtp-1008805148-34:null) ===END===  127.0.0.1 -- GET
>  command=listConfigurations&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&page=1&pagesize=20&_=1365316508819
> 2013-04-07 00:35:10,407 DEBUG [cloud.api.ApiServlet]
> (1109449945@qtp-1008805148-34:null) ===START===  127.0.0.1 -- GET
>  command=listZones&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316510405
> 2013-04-07 00:35:10,416 DEBUG [cloud.api.ApiServlet]
> (1109449945@qtp-1008805148-34:null) ===END===  127.0.0.1 -- GET
>  command=listZones&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316510405
> 2013-04-07 00:35:10,429 DEBUG [cloud.api.ApiServlet]
> (1109449945@qtp-1008805148-34:null) ===START===  127.0.0.1 -- GET
>  command=listPods&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&page=1&pagesize=1&_=1365316510426
> 2013-04-07 00:35:10,436 DEBUG [cloud.api.ApiServlet]
> (1109449945@qtp-1008805148-34:null) ===END===  127.0.0.1 -- GET
>  command=listPods&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&page=1&pagesize=1&_=1365316510426
> 2013-04-07 00:35:10,440 DEBUG [cloud.api.ApiServlet]
> (1109449945@qtp-1008805148-34:null) ===START===  127.0.0.1 -- GET
>  command=listClusters&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&page=1&pagesize=1&_=1365316510438
> 2013-04-07 00:35:10,448 DEBUG [cloud.api.ApiServlet]
> (1109449945@qtp-1008805148-34:null) ===END===  127.0.0.1 -- GET
>  command=listClusters&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&page=1&pagesize=1&_=1365316510438
> 2013-04-07 00:35:10,451 DEBUG [cloud.api.ApiServlet]
> (1109449945@qtp-1008805148-34:null) ===START===  127.0.0.1 -- GET
>  command=listHosts&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&type=routing&page=1&pagesize=1&_=1365316510449
> 2013-04-07 00:35:10,456 DEBUG [api.query.QueryManagerImpl]
> (1109449945@qtp-1008805148-34:null) >>>Searching for hosts>>>
> 2013-04-07 00:35:10,461 DEBUG [api.query.QueryManagerImpl]
> (1109449945@qtp-1008805148-34:null) >>>Generating Response>>>
> 2013-04-07 00:35:10,466 DEBUG [cloud.api.ApiServlet]
> (1109449945@qtp-1008805148-34:null) ===END===  127.0.0.1 -- GET
>  command=listHosts&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&type=routing&page=1&pagesize=1&_=1365316510449
> 2013-04-07 00:35:10,470 DEBUG [cloud.api.ApiServlet]
> (1109449945@qtp-1008805148-34:null) ===START===  127.0.0.1 -- GET
>  command=listStoragePools&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&page=1&pagesize=1&_=1365316510468
> 2013-04-07 00:35:10,479 DEBUG [cloud.api.ApiServlet]
> (1109449945@qtp-1008805148-34:null) ===END===  127.0.0.1 -- GET
>  command=listStoragePools&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&page=1&pagesize=1&_=1365316510468
> 2013-04-07 00:35:10,483 DEBUG [cloud.api.ApiServlet]
> (1109449945@qtp-1008805148-34:null) ===START===  127.0.0.1 -- GET
>  command=listHosts&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&type=SecondaryStorage&page=1&pagesize=1&_=1365316510481
> 2013-04-07 00:35:10,488 DEBUG [api.query.QueryManagerImpl]
> (1109449945@qtp-1008805148-34:null) >>>Searching for hosts>>>
> 2013-04-07 00:35:10,493 DEBUG [api.query.QueryManagerImpl]
> (1109449945@qtp-1008805148-34:null) >>>Generating Response>>>
> 2013-04-07 00:35:10,494 DEBUG [cloud.api.ApiServlet]
> (1109449945@qtp-1008805148-34:null) ===END===  127.0.0.1 -- GET
>  command=listHosts&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&type=SecondaryStorage&page=1&pagesize=1&_=1365316510481
> 2013-04-07 00:35:10,500 DEBUG [cloud.api.ApiServlet]
> (1109449945@qtp-1008805148-34:null) ===START===  127.0.0.1 -- GET
>  command=listSystemVms&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&page=1&pagesize=1&_=1365316510496
> 2013-04-07 00:35:10,564 DEBUG [cloud.api.ApiServlet]
> (1109449945@qtp-1008805148-34:null) ===END===  127.0.0.1 -- GET
>  command=listSystemVms&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&page=1&pagesize=1&_=1365316510496
> 2013-04-07 00:35:10,568 DEBUG [cloud.api.ApiServlet]
> (1109449945@qtp-1008805148-34:null) ===START===  127.0.0.1 -- GET
>  command=listRouters&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&projectid=-1&page=1&pagesize=1&_=1365316510566
> 2013-04-07 00:35:10,576 DEBUG [cloud.api.ApiServlet]
> (1109449945@qtp-1008805148-34:null) ===END===  127.0.0.1 -- GET
>  command=listRouters&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&projectid=-1&page=1&pagesize=1&_=1365316510566
> 2013-04-07 00:35:10,579 DEBUG [cloud.api.ApiServlet]
> (1109449945@qtp-1008805148-34:null) ===START===  127.0.0.1 -- GET
>  command=listRouters&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&listAll=true&page=1&pagesize=1&_=1365316510577
> 2013-04-07 00:35:10,591 DEBUG [cloud.api.ApiServlet]
> (1109449945@qtp-1008805148-34:null) ===END===  127.0.0.1 -- GET
>  command=listRouters&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&listAll=true&page=1&pagesize=1&_=1365316510577
> 2013-04-07 00:35:10,595 DEBUG [cloud.api.ApiServlet]
> (1109449945@qtp-1008805148-34:null) ===START===  127.0.0.1 -- GET
>  command=listCapacity&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316510593
> 2013-04-07 00:35:10,609 DEBUG [cloud.api.ApiServlet]
> (1109449945@qtp-1008805148-34:null) ===END===  127.0.0.1 -- GET
>  command=listCapacity&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316510593
> 2013-04-07 00:35:11,022 DEBUG [agent.manager.DirectAgentAttache]
> (DirectAgent-298:null) Seq 5-614334468: Executing request
> 2013-04-07 00:35:11,171 DEBUG [agent.manager.DirectAgentAttache]
> (DirectAgent-298:null) Seq 5-614334468: Response Received:
> 2013-04-07 00:35:11,172 DEBUG [agent.transport.Request]
> (DirectAgent-298:null) Seq 5-614334468: Processing:  { Ans: , MgmtId: 1,
> via: 5, Ver: v1, Flags: 10, [{"Answer":{"result":true,"wait":0}}] }
> 2013-04-07 00:35:12,493 DEBUG [cloud.api.ApiServlet]
> (1109449945@qtp-1008805148-34:null) ===START===  127.0.0.1 -- GET
>  command=listStoragePools&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&page=1&pageSize=20&listAll=true&_=1365316512490
> 2013-04-07 00:35:12,508 DEBUG [cloud.api.ApiServlet]
> (1109449945@qtp-1008805148-34:null) ===END===  127.0.0.1 -- GET
>  command=listStoragePools&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&page=1&pageSize=20&listAll=true&_=1365316512490
> 2013-04-07 00:35:18,008 DEBUG [cloud.api.ApiServlet]
> (1109449945@qtp-1008805148-34:null) ===START===  127.0.0.1 -- GET
>  command=listZones&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&id=3a62dec3-cf95-4ba2-9af0-af2190af35e3&_=1365316518006
> 2013-04-07 00:35:18,016 DEBUG [cloud.api.ApiServlet]
> (1109449945@qtp-1008805148-34:null) ===END===  127.0.0.1 -- GET
>  command=listZones&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&id=3a62dec3-cf95-4ba2-9af0-af2190af35e3&_=1365316518006
> 2013-04-07 00:35:18,022 DEBUG [cloud.api.ApiServlet]
> (1109449945@qtp-1008805148-34:null) ===START===  127.0.0.1 -- GET
>  command=listStoragePools&id=iSCSI_SR_4&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316518019
> 2013-04-07 00:35:18,036 DEBUG [cloud.api.ApiServlet]
> (1109449945@qtp-1008805148-34:null) ===END===  127.0.0.1 -- GET
>  command=listStoragePools&id=iSCSI_SR_4&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316518019
> 2013-04-07 00:35:20,457 DEBUG
> [storage.secondary.SecondaryStorageManagerImpl] (secstorage-1:null) Zone 1
> is ready to launch secondary storage VM
> 2013-04-07 00:35:20,560 DEBUG [cloud.consoleproxy.ConsoleProxyManagerImpl]
> (consoleproxy-1:null) Zone 1 is ready to launch console proxy
> 2013-04-07 00:35:20,820 DEBUG
> [network.router.VirtualNetworkApplianceManagerImpl]
> (RouterStatusMonitor-1:null) Found 0 routers to update status.
> 2013-04-07 00:35:20,821 DEBUG
> [network.router.VirtualNetworkApplianceManagerImpl]
> (RouterStatusMonitor-1:null) Found 0 networks to update RvR status.
> 2013-04-07 00:35:20,850 DEBUG
> [network.router.VirtualNetworkApplianceManagerImpl]
> (RouterStatusMonitor-1:null) Found 0 routers to update status.
> 2013-04-07 00:35:20,851 DEBUG
> [network.router.VirtualNetworkApplianceManagerImpl]
> (RouterStatusMonitor-1:null) Found 0 networks to update RvR status.
> 2013-04-07 00:35:23,644 DEBUG [cloud.api.ApiServlet]
> (1109449945@qtp-1008805148-34:null) ===START===  127.0.0.1 -- GET
>  command=listZones&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&id=3a62dec3-cf95-4ba2-9af0-af2190af35e3&_=1365316523642
> 2013-04-07 00:35:23,652 DEBUG [cloud.api.ApiServlet]
> (1109449945@qtp-1008805148-34:null) ===END===  127.0.0.1 -- GET
>  command=listZones&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&id=3a62dec3-cf95-4ba2-9af0-af2190af35e3&_=1365316523642
> 2013-04-07 00:35:23,657 DEBUG [cloud.api.ApiServlet]
> (1109449945@qtp-1008805148-34:null) ===START===  127.0.0.1 -- GET
>  command=listStoragePools&id=iSCSI_SR_3&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316523655
> 2013-04-07 00:35:23,670 DEBUG [cloud.api.ApiServlet]
> (1109449945@qtp-1008805148-34:null) ===END===  127.0.0.1 -- GET
>  command=listStoragePools&id=iSCSI_SR_3&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316523655
> 2013-04-07 00:35:24,890 DEBUG [agent.manager.AgentManagerImpl]
> (AgentManager-Handler-2:null) Ping from 4
> 2013-04-07 00:35:25,447 DEBUG [cloud.api.ApiServlet]
> (1109449945@qtp-1008805148-34:null) ===START===  127.0.0.1 -- GET
>  command=listZones&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316525443
> 2013-04-07 00:35:25,456 DEBUG [cloud.api.ApiServlet]
> (1109449945@qtp-1008805148-34:null) ===END===  127.0.0.1 -- GET
>  command=listZones&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316525443
> 2013-04-07 00:35:25,467 DEBUG [cloud.api.ApiServlet]
> (1109449945@qtp-1008805148-34:null) ===START===  127.0.0.1 -- GET
>  command=listPods&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&page=1&pagesize=1&_=1365316525465
> 2013-04-07 00:35:25,474 DEBUG [cloud.api.ApiServlet]
> (1109449945@qtp-1008805148-34:null) ===END===  127.0.0.1 -- GET
>  command=listPods&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&page=1&pagesize=1&_=1365316525465
> 2013-04-07 00:35:25,477 DEBUG [cloud.api.ApiServlet]
> (1109449945@qtp-1008805148-34:null) ===START===  127.0.0.1 -- GET
>  command=listClusters&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&page=1&pagesize=1&_=1365316525475
> 2013-04-07 00:35:25,485 DEBUG [cloud.api.ApiServlet]
> (1109449945@qtp-1008805148-34:null) ===END===  127.0.0.1 -- GET
>  command=listClusters&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&page=1&pagesize=1&_=1365316525475
> 2013-04-07 00:35:25,488 DEBUG [cloud.api.ApiServlet]
> (1109449945@qtp-1008805148-34:null) ===START===  127.0.0.1 -- GET
>  command=listHosts&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&type=routing&page=1&pagesize=1&_=1365316525486
> 2013-04-07 00:35:25,493 DEBUG [api.query.QueryManagerImpl]
> (1109449945@qtp-1008805148-34:null) >>>Searching for hosts>>>
> 2013-04-07 00:35:25,498 DEBUG [api.query.QueryManagerImpl]
> (1109449945@qtp-1008805148-34:null) >>>Generating Response>>>
> 2013-04-07 00:35:25,504 DEBUG [cloud.api.ApiServlet]
> (1109449945@qtp-1008805148-34:null) ===END===  127.0.0.1 -- GET
>  command=listHosts&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&type=routing&page=1&pagesize=1&_=1365316525486
> 2013-04-07 00:35:25,507 DEBUG [cloud.api.ApiServlet]
> (1109449945@qtp-1008805148-34:null) ===START===  127.0.0.1 -- GET
>  command=listStoragePools&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&page=1&pagesize=1&_=1365316525505
> 2013-04-07 00:35:25,517 DEBUG [cloud.api.ApiServlet]
> (1109449945@qtp-1008805148-34:null) ===END===  127.0.0.1 -- GET
>  command=listStoragePools&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&page=1&pagesize=1&_=1365316525505
> 2013-04-07 00:35:25,522 DEBUG [cloud.api.ApiServlet]
> (1109449945@qtp-1008805148-34:null) ===START===  127.0.0.1 -- GET
>  command=listHosts&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&type=SecondaryStorage&page=1&pagesize=1&_=1365316525519
> 2013-04-07 00:35:25,526 DEBUG [api.query.QueryManagerImpl]
> (1109449945@qtp-1008805148-34:null) >>>Searching for hosts>>>
> 2013-04-07 00:35:25,531 DEBUG [api.query.QueryManagerImpl]
> (1109449945@qtp-1008805148-34:null) >>>Generating Response>>>
> 2013-04-07 00:35:25,533 DEBUG [cloud.api.ApiServlet]
> (1109449945@qtp-1008805148-34:null) ===END===  127.0.0.1 -- GET
>  command=listHosts&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&type=SecondaryStorage&page=1&pagesize=1&_=1365316525519
> 2013-04-07 00:35:25,536 DEBUG [cloud.api.ApiServlet]
> (1109449945@qtp-1008805148-34:null) ===START===  127.0.0.1 -- GET
>  command=listSystemVms&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&page=1&pagesize=1&_=1365316525534
> 2013-04-07 00:35:25,591 DEBUG [cloud.api.ApiServlet]
> (1109449945@qtp-1008805148-34:null) ===END===  127.0.0.1 -- GET
>  command=listSystemVms&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&page=1&pagesize=1&_=1365316525534
> 2013-04-07 00:35:25,595 DEBUG [cloud.api.ApiServlet]
> (1109449945@qtp-1008805148-34:null) ===START===  127.0.0.1 -- GET
>  command=listRouters&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&projectid=-1&page=1&pagesize=1&_=1365316525593
> 2013-04-07 00:35:25,603 DEBUG [cloud.api.ApiServlet]
> (1109449945@qtp-1008805148-34:null) ===END===  127.0.0.1 -- GET
>  command=listRouters&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&projectid=-1&page=1&pagesize=1&_=1365316525593
> 2013-04-07 00:35:25,606 DEBUG [cloud.api.ApiServlet]
> (1109449945@qtp-1008805148-34:null) ===START===  127.0.0.1 -- GET
>  command=listRouters&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&listAll=true&page=1&pagesize=1&_=1365316525604
> 2013-04-07 00:35:25,617 DEBUG [cloud.api.ApiServlet]
> (1109449945@qtp-1008805148-34:null) ===END===  127.0.0.1 -- GET
>  command=listRouters&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&listAll=true&page=1&pagesize=1&_=1365316525604
> 2013-04-07 00:35:25,621 DEBUG [cloud.api.ApiServlet]
> (1109449945@qtp-1008805148-34:null) ===START===  127.0.0.1 -- GET
>  command=listCapacity&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316525619
> 2013-04-07 00:35:25,634 DEBUG [cloud.api.ApiServlet]
> (1109449945@qtp-1008805148-34:null) ===END===  127.0.0.1 -- GET
>  command=listCapacity&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316525619
> 2013-04-07 00:35:27,158 DEBUG [agent.manager.DirectAgentAttache]
> (DirectAgent-276:null) Ping from 1
> 2013-04-07 00:35:29,095 DEBUG [agent.manager.DirectAgentAttache]
> (DirectAgent-139:null) Seq 1-90046472: Executing request
> 2013-04-07 00:35:29,302 DEBUG [agent.manager.DirectAgentAttache]
> (DirectAgent-139:null) Seq 1-90046472: Response Received:
> 2013-04-07 00:35:29,303 DEBUG [agent.transport.Request]
> (DirectAgent-139:null) Seq 1-90046472: Processing:  { Ans: , MgmtId: 1,
> via: 1, Ver: v1, Flags: 10,
> [{"ClusterSyncAnswer":{"_clusterId":1,"_newStates":{},"_isExecuted":false,"result":true,"wait":0}}]
> }
> 2013-04-07 00:35:31,624 DEBUG [cloud.api.ApiServlet]
> (1109449945@qtp-1008805148-34:null) ===START===  127.0.0.1 -- GET
>  command=listVirtualMachines&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&listAll=true&page=1&pagesize=20&_=1365316531622
> 2013-04-07 00:35:31,644 DEBUG [cloud.api.ApiServlet]
> (1109449945@qtp-1008805148-34:null) ===END===  127.0.0.1 -- GET
>  command=listVirtualMachines&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&listAll=true&page=1&pagesize=20&_=1365316531622
> 2013-04-07 00:35:32,710 DEBUG [cloud.api.ApiServlet]
> (1109449945@qtp-1008805148-34:null) ===START===  127.0.0.1 -- GET
>  command=listVolumes&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&listAll=true&page=1&pagesize=20&_=1365316532708
> 2013-04-07 00:35:32,724 DEBUG [cloud.api.ApiServlet]
> (1109449945@qtp-1008805148-34:null) ===END===  127.0.0.1 -- GET
>  command=listVolumes&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&listAll=true&page=1&pagesize=20&_=1365316532708
> 2013-04-07 00:35:33,917 DEBUG [cloud.api.ApiServlet]
> (1109449945@qtp-1008805148-34:null) ===START===  127.0.0.1 -- GET
>  command=listVirtualMachines&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&listAll=true&page=1&pagesize=20&_=1365316533915
> 2013-04-07 00:35:33,935 DEBUG [cloud.api.ApiServlet]
> (1109449945@qtp-1008805148-34:null) ===END===  127.0.0.1 -- GET
>  command=listVirtualMachines&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&listAll=true&page=1&pagesize=20&_=1365316533915
> 2013-04-07 00:35:35,668 DEBUG [cloud.api.ApiServlet]
> (1109449945@qtp-1008805148-34:null) ===START===  127.0.0.1 -- GET
>  command=listVirtualMachines&id=c18ddf7c-fc61-40b0-af75-fdef05f8eae6&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316535666
> 2013-04-07 00:35:35,689 DEBUG [cloud.api.ApiServlet]
> (1109449945@qtp-1008805148-34:null) ===END===  127.0.0.1 -- GET
>  command=listVirtualMachines&id=c18ddf7c-fc61-40b0-af75-fdef05f8eae6&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316535666
> 2013-04-07 00:35:35,695 DEBUG [cloud.api.ApiServlet]
> (1109449945@qtp-1008805148-34:null) ===START===  127.0.0.1 -- GET
>  command=listOsTypes&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316535693
> 2013-04-07 00:35:35,873 DEBUG [cloud.api.ApiServlet]
> (1109449945@qtp-1008805148-34:null) ===END===  127.0.0.1 -- GET
>  command=listOsTypes&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316535693
> 2013-04-07 00:35:39,081 DEBUG [cloud.api.ApiServlet]
> (1109449945@qtp-1008805148-34:null) ===START===  127.0.0.1 -- GET
>  command=destroyVirtualMachine&id=c18ddf7c-fc61-40b0-af75-fdef05f8eae6&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316539079
> 2013-04-07 00:35:39,103 DEBUG [cloud.async.AsyncJobManagerImpl]
> (1109449945@qtp-1008805148-34:null) submit async job-45, details:
> AsyncJobVO {id:45, userId: 2, accountId: 2, sessionKey: null, instanceType:
> null, instanceId: 12, cmd:
> org.apache.cloudstack.api.command.user.vm.DestroyVMCmd, cmdOriginator:
> null, cmdInfo:
> {"id":"c18ddf7c-fc61-40b0-af75-fdef05f8eae6","response":"json","sessionkey":"Z6QqzU0Fq1iT13bMgnRRfl8GoVA\u003d","ctxUserId":"2","_":"1365316539079","ctxAccountId":"2","ctxStartEventId":"50"},
> cmdVersion: 0, callbackType: 0, callbackAddress: null, status: 0,
> processStatus: 0, resultCode: 0, result: null, initMsid: 1, completeMsid:
> null, lastUpdated: null, lastPolled: null, created: null}
> 2013-04-07 00:35:39,104 DEBUG [cloud.async.AsyncJobManagerImpl]
> (Job-Executor-38:job-45) Executing
> org.apache.cloudstack.api.command.user.vm.DestroyVMCmd for job-45
> 2013-04-07 00:35:39,105 DEBUG [cloud.api.ApiServlet]
> (1109449945@qtp-1008805148-34:null) ===END===  127.0.0.1 -- GET
>  command=destroyVirtualMachine&id=c18ddf7c-fc61-40b0-af75-fdef05f8eae6&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316539079
> 2013-04-07 00:35:39,119 DEBUG [cloud.vm.VirtualMachineManagerImpl]
> (Job-Executor-38:job-45) Destroying vm
> VM[User|c18ddf7c-fc61-40b0-af75-fdef05f8eae6]
> 2013-04-07 00:35:39,123 DEBUG [cloud.capacity.CapacityManagerImpl]
> (Job-Executor-38:job-45) VM state transitted from :Running to Stopping with
> event: StopRequestedvm's original host id: 5 new host id: 5 host id before
> state transition: 5
> 2013-04-07 00:35:39,125 DEBUG [agent.transport.Request]
> (Job-Executor-38:job-45) Seq 5-614334817: Sending  { Cmd , MgmtId: 1, via:
> 5, Ver: v1, Flags: 100111,
> [{"StopCommand":{"isProxy":false,"vmName":"i-2-12-VM","wait":0}}] }
> 2013-04-07 00:35:39,125 DEBUG [agent.transport.Request]
> (Job-Executor-38:job-45) Seq 5-614334817: Executing:  { Cmd , MgmtId: 1,
> via: 5, Ver: v1, Flags: 100111,
> [{"StopCommand":{"isProxy":false,"vmName":"i-2-12-VM","wait":0}}] }
> 2013-04-07 00:35:39,125 DEBUG [agent.manager.DirectAgentAttache]
> (DirectAgent-414:null) Seq 5-614334817: Executing request
> 2013-04-07 00:35:39,289 DEBUG [xen.resource.CitrixResourceBase]
> (DirectAgent-414:null) 9. The VM i-2-12-VM is in Stopping state
> 2013-04-07 00:35:39,720 INFO  [xen.resource.CitrixResourceBase]
> (DirectAgent-414:null) Removed  network rules for vm i-2-12-VM
> 2013-04-07 00:35:42,113 DEBUG [cloud.api.ApiServlet]
> (1109449945@qtp-1008805148-34:null) ===START===  127.0.0.1 -- GET
>  command=queryAsyncJobResult&jobId=1288fa5b-8b5f-4952-b056-b180437edfd5&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316542111
> 2013-04-07 00:35:42,127 DEBUG [cloud.api.ApiServlet]
> (1109449945@qtp-1008805148-34:null) ===END===  127.0.0.1 -- GET
>  command=queryAsyncJobResult&jobId=1288fa5b-8b5f-4952-b056-b180437edfd5&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316542111
> 2013-04-07 00:35:45,114 DEBUG [cloud.api.ApiServlet]
> (1109449945@qtp-1008805148-34:null) ===START===  127.0.0.1 -- GET
>  command=queryAsyncJobResult&jobId=1288fa5b-8b5f-4952-b056-b180437edfd5&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316545112
> 2013-04-07 00:35:45,129 DEBUG [cloud.api.ApiServlet]
> (1109449945@qtp-1008805148-34:null) ===END===  127.0.0.1 -- GET
>  command=queryAsyncJobResult&jobId=1288fa5b-8b5f-4952-b056-b180437edfd5&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316545112
> 2013-04-07 00:35:47,682 DEBUG [agent.manager.AgentManagerImpl]
> (AgentManager-Handler-3:null) Ping from 3
> 2013-04-07 00:35:48,115 DEBUG [cloud.api.ApiServlet]
> (1109449945@qtp-1008805148-34:null) ===START===  127.0.0.1 -- GET
>  command=queryAsyncJobResult&jobId=1288fa5b-8b5f-4952-b056-b180437edfd5&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316548112
> 2013-04-07 00:35:48,133 DEBUG [cloud.api.ApiServlet]
> (1109449945@qtp-1008805148-34:null) ===END===  127.0.0.1 -- GET
>  command=queryAsyncJobResult&jobId=1288fa5b-8b5f-4952-b056-b180437edfd5&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316548112
> 2013-04-07 00:35:50,456 DEBUG
> [storage.secondary.SecondaryStorageManagerImpl] (secstorage-1:null) Zone 1
> is ready to launch secondary storage VM
> 2013-04-07 00:35:50,564 DEBUG [cloud.consoleproxy.ConsoleProxyManagerImpl]
> (consoleproxy-1:null) Zone 1 is ready to launch console proxy
> 2013-04-07 00:35:50,819 DEBUG
> [network.router.VirtualNetworkApplianceManagerImpl]
> (RouterStatusMonitor-1:null) Found 0 routers to update status.
> 2013-04-07 00:35:50,821 DEBUG
> [network.router.VirtualNetworkApplianceManagerImpl]
> (RouterStatusMonitor-1:null) Found 0 networks to update RvR status.
> 2013-04-07 00:35:50,851 DEBUG
> [network.router.VirtualNetworkApplianceManagerImpl]
> (RouterStatusMonitor-1:null) Found 0 routers to update status.
> 2013-04-07 00:35:50,852 DEBUG
> [network.router.VirtualNetworkApplianceManagerImpl]
> (RouterStatusMonitor-1:null) Found 0 networks to update RvR status.
> 2013-04-07 00:35:51,117 DEBUG [cloud.api.ApiServlet]
> (1109449945@qtp-1008805148-34:null) ===START===  127.0.0.1 -- GET
>  command=queryAsyncJobResult&jobId=1288fa5b-8b5f-4952-b056-b180437edfd5&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316551115
> 2013-04-07 00:35:51,132 DEBUG [cloud.api.ApiServlet]
> (1109449945@qtp-1008805148-34:null) ===END===  127.0.0.1 -- GET
>  command=queryAsyncJobResult&jobId=1288fa5b-8b5f-4952-b056-b180437edfd5&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316551115
> 2013-04-07 00:35:51,242 DEBUG [xen.resource.CitrixResourceBase]
> (DirectAgent-414:null) 10. The VM i-2-12-VM is in Stopped state
> 2013-04-07 00:35:51,242 DEBUG [agent.manager.DirectAgentAttache]
> (DirectAgent-414:null) Seq 5-614334817: Response Received:
> 2013-04-07 00:35:51,243 DEBUG [agent.transport.Request]
> (DirectAgent-414:null) Seq 5-614334817: Processing:  { Ans: , MgmtId: 1,
> via: 5, Ver: v1, Flags: 110,
> [{"StopAnswer":{"vncPort":0,"result":true,"details":"Stop VM i-2-12-VM
> Succeed","wait":0}}] }
> 2013-04-07 00:35:51,243 DEBUG [agent.transport.Request]
> (Job-Executor-38:job-45) Seq 5-614334817: Received:  { Ans: , MgmtId: 1,
> via: 5, Ver: v1, Flags: 110, { StopAnswer } }
> 2013-04-07 00:35:51,243 DEBUG [agent.manager.AgentAttache]
> (DirectAgent-414:null) Seq 5-614334817: No more commands found
> 2013-04-07 00:35:51,244 DEBUG [cloud.vm.VirtualMachineManagerImpl]
> (Job-Executor-38:job-45) VM[User|c18ddf7c-fc61-40b0-af75-fdef05f8eae6] is
> stopped on the host.  Proceeding to release resource held.
> 2013-04-07 00:35:51,251 DEBUG [cloud.network.NetworkManagerImpl]
> (Job-Executor-38:job-45) Changing active number of nics for network id=204
> on -1
> 2013-04-07 00:35:51,252 DEBUG [cloud.network.NetworkManagerImpl]
> (Job-Executor-38:job-45) Asking ElasticLoadBalancerElement to release
> Nic[18-12-6416c373-20d8-4617-8dcb-30a8ff9d0f34-192.168.56.195]
> 2013-04-07 00:35:51,252 DEBUG [cloud.network.NetworkManagerImpl]
> (Job-Executor-38:job-45) Asking NiciraNvpElement to release
> Nic[18-12-6416c373-20d8-4617-8dcb-30a8ff9d0f34-192.168.56.195]
> 2013-04-07 00:35:51,252 DEBUG [network.element.NiciraNvpElement]
> (Job-Executor-38:job-45) Checking if NiciraNvpElement can handle service
> Connectivity on network guestNetworkForBasicZone
> 2013-04-07 00:35:51,252 DEBUG [cloud.network.NetworkManagerImpl]
> (Job-Executor-38:job-45) Asking BigSwitchVnsElement to release
> Nic[18-12-6416c373-20d8-4617-8dcb-30a8ff9d0f34-192.168.56.195]
> 2013-04-07 00:35:51,252 DEBUG [network.element.BigSwitchVnsElement]
> (Job-Executor-38:job-45) Checking if BigSwitchVnsElement can handle service
> Connectivity on network guestNetworkForBasicZone
> 2013-04-07 00:35:51,252 DEBUG [cloud.network.NetworkManagerImpl]
> (Job-Executor-38:job-45) Asking Ovs to release
> Nic[18-12-6416c373-20d8-4617-8dcb-30a8ff9d0f34-192.168.56.195]
> 2013-04-07 00:35:51,252 DEBUG [cloud.network.NetworkManagerImpl]
> (Job-Executor-38:job-45) Asking BareMetalDhcp to release
> Nic[18-12-6416c373-20d8-4617-8dcb-30a8ff9d0f34-192.168.56.195]
> 2013-04-07 00:35:51,252 DEBUG [cloud.network.NetworkManagerImpl]
> (Job-Executor-38:job-45) Asking BareMetalPxe to release
> Nic[18-12-6416c373-20d8-4617-8dcb-30a8ff9d0f34-192.168.56.195]
> 2013-04-07 00:35:51,252 DEBUG [cloud.network.NetworkManagerImpl]
> (Job-Executor-38:job-45) Asking BareMetalUserdata to release
> Nic[18-12-6416c373-20d8-4617-8dcb-30a8ff9d0f34-192.168.56.195]
> 2013-04-07 00:35:51,252 DEBUG [cloud.network.NetworkManagerImpl]
> (Job-Executor-38:job-45) Asking SecurityGroupProvider to release
> Nic[18-12-6416c373-20d8-4617-8dcb-30a8ff9d0f34-192.168.56.195]
> 2013-04-07 00:35:51,252 DEBUG [cloud.network.NetworkManagerImpl]
> (Job-Executor-38:job-45) Asking VirtualRouter to release
> Nic[18-12-6416c373-20d8-4617-8dcb-30a8ff9d0f34-192.168.56.195]
> 2013-04-07 00:35:51,253 DEBUG [cloud.network.NetworkManagerImpl]
> (Job-Executor-38:job-45) Asking VpcVirtualRouter to release
> Nic[18-12-6416c373-20d8-4617-8dcb-30a8ff9d0f34-192.168.56.195]
> 2013-04-07 00:35:51,253 DEBUG [cloud.network.NetworkManagerImpl]
> (Job-Executor-38:job-45) Asking NiciraNvp to release
> Nic[18-12-6416c373-20d8-4617-8dcb-30a8ff9d0f34-192.168.56.195]
> 2013-04-07 00:35:51,253 DEBUG [network.element.NiciraNvpElement]
> (Job-Executor-38:job-45) Checking if NiciraNvpElement can handle service
> Connectivity on network guestNetworkForBasicZone
> 2013-04-07 00:35:51,253 DEBUG [cloud.network.NetworkManagerImpl]
> (Job-Executor-38:job-45) Asking JuniperSRX to release
> Nic[18-12-6416c373-20d8-4617-8dcb-30a8ff9d0f34-192.168.56.195]
> 2013-04-07 00:35:51,253 DEBUG [cloud.network.NetworkManagerImpl]
> (Job-Executor-38:job-45) Asking Netscaler to release
> Nic[18-12-6416c373-20d8-4617-8dcb-30a8ff9d0f34-192.168.56.195]
> 2013-04-07 00:35:51,253 DEBUG [cloud.network.NetworkManagerImpl]
> (Job-Executor-38:job-45) Asking F5BigIP to release
> Nic[18-12-6416c373-20d8-4617-8dcb-30a8ff9d0f34-192.168.56.195]
> 2013-04-07 00:35:51,253 DEBUG [cloud.network.NetworkManagerImpl]
> (Job-Executor-38:job-45) Asking CiscoNexus1000vVSM to release
> Nic[18-12-6416c373-20d8-4617-8dcb-30a8ff9d0f34-192.168.56.195]
> 2013-04-07 00:35:51,253 DEBUG [cloud.vm.VirtualMachineManagerImpl]
> (Job-Executor-38:job-45) Successfully released network resources for the vm
> VM[User|c18ddf7c-fc61-40b0-af75-fdef05f8eae6]
> 2013-04-07 00:35:51,253 DEBUG [cloud.vm.VirtualMachineManagerImpl]
> (Job-Executor-38:job-45) Successfully released storage resources for the vm
> VM[User|c18ddf7c-fc61-40b0-af75-fdef05f8eae6]
> 2013-04-07 00:35:51,298 DEBUG [cloud.capacity.CapacityManagerImpl]
> (Job-Executor-38:job-45) VM state transitted from :Stopping to Stopped with
> event: OperationSucceededvm's original host id: 5 new host id: null host id
> before state transition: 5
> 2013-04-07 00:35:51,302 DEBUG [cloud.capacity.CapacityManagerImpl]
> (Job-Executor-38:job-45) Hosts's actual total CPU: 2479 and CPU after
> applying overprovisioning: 2479
> 2013-04-07 00:35:51,303 DEBUG [cloud.capacity.CapacityManagerImpl]
> (Job-Executor-38:job-45) release cpu from host: 5, old used: 100,reserved:
> 0, actual total: 2479, total with overprovisioning: 2479; new used:
> 0,reserved:100; movedfromreserved: false,moveToReserveredtrue
> 2013-04-07 00:35:51,303 DEBUG [cloud.capacity.CapacityManagerImpl]
> (Job-Executor-38:job-45) release mem from host: 5, old used:
> 1073741824,reserved: 0, total: 1671695424; new used: 0,reserved:1073741824;
> movedfromreserved: false,moveToReserveredtrue
> 2013-04-07 00:35:51,308 DEBUG [cloud.capacity.CapacityManagerImpl]
> (Job-Executor-38:job-45) VM state transitted from :Stopped to Destroyed
> with event: DestroyRequestedvm's original host id: 5 new host id: null host
> id before state transition: null
> 2013-04-07 00:35:51,313 DEBUG [cloud.capacity.CapacityManagerImpl]
> (Job-Executor-38:job-45) Hosts's actual total CPU: 2479 and CPU after
> applying overprovisioning: 2479
> 2013-04-07 00:35:51,313 DEBUG [cloud.capacity.CapacityManagerImpl]
> (Job-Executor-38:job-45) release cpu from host: 5, old used: 0,reserved:
> 100, actual total: 2479, total with overprovisioning: 2479; new used:
> 0,reserved:0; movedfromreserved: true,moveToReserveredfalse
> 2013-04-07 00:35:51,313 DEBUG [cloud.capacity.CapacityManagerImpl]
> (Job-Executor-38:job-45) release mem from host: 5, old used: 0,reserved:
> 1073741824, total: 1671695424; new used: 0,reserved:0; movedfromreserved:
> true,moveToReserveredfalse
> 2013-04-07 00:35:51,328 DEBUG [cloud.async.AsyncJobManagerImpl]
> (Job-Executor-38:job-45) Complete async job-45, jobStatus: 1, resultCode:
> 0, result: org.apache.cloudstack.api.response.UserVmResponse@324f6e41
> 2013-04-07 00:35:51,332 DEBUG [cloud.async.AsyncJobManagerImpl]
> (Job-Executor-38:job-45) Done executing
> org.apache.cloudstack.api.command.user.vm.DestroyVMCmd for job-45
> 2013-04-07 00:35:51,397 DEBUG [cloud.api.ApiServlet]
> (1109449945@qtp-1008805148-34:null) ===START===  127.0.0.1 -- GET
>  command=listVirtualMachines&id=94ddc16f-04fc-4da1-8326-01d8d5cdeb44&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316551394
> 2013-04-07 00:35:51,417 DEBUG [cloud.api.ApiServlet]
> (1109449945@qtp-1008805148-34:null) ===END===  127.0.0.1 -- GET
>  command=listVirtualMachines&id=94ddc16f-04fc-4da1-8326-01d8d5cdeb44&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316551394
> 2013-04-07 00:35:51,425 DEBUG [cloud.api.ApiServlet]
> (1109449945@qtp-1008805148-34:null) ===START===  127.0.0.1 -- GET
>  command=listOsTypes&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316551423
> 2013-04-07 00:35:51,472 INFO  [agent.manager.AgentMonitor]
> (Thread-11:null) Found the following agents behind on ping: [6, 5]
> 2013-04-07 00:35:51,473 DEBUG [cloud.host.Status] (Thread-11:null) Ping
> timeout for host 6, do invstigation
> 2013-04-07 00:35:51,475 DEBUG [cloud.host.Status] (Thread-11:null) Ping
> timeout for host 5, do invstigation
> 2013-04-07 00:35:51,475 INFO  [agent.manager.AgentManagerImpl]
> (AgentTaskPool-7:null) Investigating why host 6 has disconnected with event
> PingTimeout
> 2013-04-07 00:35:51,475 DEBUG [agent.manager.AgentManagerImpl]
> (AgentTaskPool-7:null) checking if agent (6) is alive
> 2013-04-07 00:35:51,478 INFO  [agent.manager.AgentManagerImpl]
> (AgentTaskPool-8:null) Investigating why host 5 has disconnected with event
> PingTimeout
> 2013-04-07 00:35:51,478 DEBUG [agent.manager.AgentManagerImpl]
> (AgentTaskPool-8:null) checking if agent (5) is alive
> 2013-04-07 00:35:51,480 DEBUG [agent.transport.Request]
> (AgentTaskPool-7:null) Seq 6-324993313: Sending  { Cmd , MgmtId: 1, via: 6,
> Ver: v1, Flags: 100011, [{"CheckHealthCommand":{"wait":50}}] }
> 2013-04-07 00:35:51,481 DEBUG [agent.transport.Request]
> (AgentTaskPool-7:null) Seq 6-324993313: Executing:  { Cmd , MgmtId: 1, via:
> 6, Ver: v1, Flags: 100011, [{"CheckHealthCommand":{"wait":50}}] }
> 2013-04-07 00:35:51,481 DEBUG [agent.manager.DirectAgentAttache]
> (DirectAgent-361:null) Seq 6-324993313: Executing request
> 2013-04-07 00:35:51,488 DEBUG [agent.transport.Request]
> (AgentTaskPool-8:null) Seq 5-614334818: Sending  { Cmd , MgmtId: 1, via: 5,
> Ver: v1, Flags: 100011, [{"CheckHealthCommand":{"wait":50}}] }
> 2013-04-07 00:35:51,489 DEBUG [agent.transport.Request]
> (AgentTaskPool-8:null) Seq 5-614334818: Executing:  { Cmd , MgmtId: 1, via:
> 5, Ver: v1, Flags: 100011, [{"CheckHealthCommand":{"wait":50}}] }
> 2013-04-07 00:35:51,489 DEBUG [agent.manager.DirectAgentAttache]
> (DirectAgent-290:null) Seq 5-614334818: Executing request
> 2013-04-07 00:35:51,556 DEBUG [agent.manager.DirectAgentAttache]
> (DirectAgent-290:null) Seq 5-614334818: Response Received:
> 2013-04-07 00:35:51,557 DEBUG [agent.transport.Request]
> (DirectAgent-290:null) Seq 5-614334818: Processing:  { Ans: , MgmtId: 1,
> via: 5, Ver: v1, Flags: 10,
> [{"CheckHealthAnswer":{"result":true,"details":"resource is
> alive","wait":0}}] }
> 2013-04-07 00:35:51,557 DEBUG [agent.transport.Request]
> (AgentTaskPool-8:null) Seq 5-614334818: Received:  { Ans: , MgmtId: 1, via:
> 5, Ver: v1, Flags: 10, { CheckHealthAnswer } }
> 2013-04-07 00:35:51,557 DEBUG [agent.manager.AgentManagerImpl]
> (AgentTaskPool-8:null) Details from executing class
> com.cloud.agent.api.CheckHealthCommand: resource is alive
> 2013-04-07 00:35:51,557 DEBUG [agent.manager.AgentManagerImpl]
> (AgentTaskPool-8:null) agent (5) responded to checkHeathCommand, reporting
> that agent is Up
> 2013-04-07 00:35:51,557 INFO  [agent.manager.AgentManagerImpl]
> (AgentTaskPool-8:null) The state determined is Up
> 2013-04-07 00:35:51,557 INFO  [agent.manager.AgentManagerImpl]
> (AgentTaskPool-8:null) Agent is determined to be up and running
> 2013-04-07 00:35:51,557 DEBUG [cloud.host.Status] (AgentTaskPool-8:null)
> Transition:[Resource state = Enabled, Agent event = Ping, Host id = 5, name
> = Tut-XenServer2]
> 2013-04-07 00:35:51,563 DEBUG [cloud.host.Status] (AgentTaskPool-8:null)
> Agent status update: [id = 5; name = Tut-XenServer2; old status = Up; event
> = Ping; new status = Up; old update count = 149; new update count = 150]
> 2013-04-07 00:35:51,568 DEBUG [agent.manager.DirectAgentAttache]
> (DirectAgent-361:null) Seq 6-324993313: Response Received:
> 2013-04-07 00:35:51,568 DEBUG [agent.transport.Request]
> (DirectAgent-361:null) Seq 6-324993313: Processing:  { Ans: , MgmtId: 1,
> via: 6, Ver: v1, Flags: 10,
> [{"CheckHealthAnswer":{"result":true,"details":"resource is
> alive","wait":0}}] }
> 2013-04-07 00:35:51,569 DEBUG [agent.transport.Request]
> (AgentTaskPool-7:null) Seq 6-324993313: Received:  { Ans: , MgmtId: 1, via:
> 6, Ver: v1, Flags: 10, { CheckHealthAnswer } }
> 2013-04-07 00:35:51,569 DEBUG [agent.manager.AgentManagerImpl]
> (AgentTaskPool-7:null) Details from executing class
> com.cloud.agent.api.CheckHealthCommand: resource is alive
> 2013-04-07 00:35:51,569 DEBUG [agent.manager.AgentManagerImpl]
> (AgentTaskPool-7:null) agent (6) responded to checkHeathCommand, reporting
> that agent is Up
> 2013-04-07 00:35:51,569 INFO  [agent.manager.AgentManagerImpl]
> (AgentTaskPool-7:null) The state determined is Up
> 2013-04-07 00:35:51,569 INFO  [agent.manager.AgentManagerImpl]
> (AgentTaskPool-7:null) Agent is determined to be up and running
> 2013-04-07 00:35:51,569 DEBUG [cloud.host.Status] (AgentTaskPool-7:null)
> Transition:[Resource state = Enabled, Agent event = Ping, Host id = 6, name
> = Tut-XenServer]
> 2013-04-07 00:35:51,574 DEBUG [cloud.host.Status] (AgentTaskPool-7:null)
> Agent status update: [id = 6; name = Tut-XenServer; old status = Up; event
> = Ping; new status = Up; old update count = 312; new update count = 313]
> 2013-04-07 00:35:51,668 DEBUG [cloud.api.ApiServlet]
> (1109449945@qtp-1008805148-34:null) ===END===  127.0.0.1 -- GET
>  command=listOsTypes&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316551423
> 2013-04-07 00:35:54,118 DEBUG [cloud.api.ApiServlet]
> (1109449945@qtp-1008805148-34:null) ===START===  127.0.0.1 -- GET
>  command=queryAsyncJobResult&jobId=1288fa5b-8b5f-4952-b056-b180437edfd5&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316554116
> 2013-04-07 00:35:54,129 DEBUG [cloud.async.AsyncJobManagerImpl]
> (1109449945@qtp-1008805148-34:null) Async job-45 completed
> 2013-04-07 00:35:54,135 DEBUG [cloud.api.ApiServlet]
> (1109449945@qtp-1008805148-34:null) ===END===  127.0.0.1 -- GET
>  command=queryAsyncJobResult&jobId=1288fa5b-8b5f-4952-b056-b180437edfd5&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316554116
> 2013-04-07 00:35:55,077 DEBUG [cloud.api.ApiServlet]
> (1109449945@qtp-1008805148-34:null) ===START===  127.0.0.1 -- GET
>  command=destroyVirtualMachine&id=94ddc16f-04fc-4da1-8326-01d8d5cdeb44&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316555075
> 2013-04-07 00:35:55,098 DEBUG [cloud.async.AsyncJobManagerImpl]
> (1109449945@qtp-1008805148-34:null) submit async job-46, details:
> AsyncJobVO {id:46, userId: 2, accountId: 2, sessionKey: null, instanceType:
> null, instanceId: 13, cmd:
> org.apache.cloudstack.api.command.user.vm.DestroyVMCmd, cmdOriginator:
> null, cmdInfo:
> {"id":"94ddc16f-04fc-4da1-8326-01d8d5cdeb44","response":"json","sessionkey":"Z6QqzU0Fq1iT13bMgnRRfl8GoVA\u003d","ctxUserId":"2","_":"1365316555075","ctxAccountId":"2","ctxStartEventId":"51"},
> cmdVersion: 0, callbackType: 0, callbackAddress: null, status: 0,
> processStatus: 0, resultCode: 0, result: null, initMsid: 1, completeMsid:
> null, lastUpdated: null, lastPolled: null, created: null}
> 2013-04-07 00:35:55,098 DEBUG [cloud.async.AsyncJobManagerImpl]
> (Job-Executor-39:job-46) Executing
> org.apache.cloudstack.api.command.user.vm.DestroyVMCmd for job-46
> 2013-04-07 00:35:55,100 DEBUG [cloud.api.ApiServlet]
> (1109449945@qtp-1008805148-34:null) ===END===  127.0.0.1 -- GET
>  command=destroyVirtualMachine&id=94ddc16f-04fc-4da1-8326-01d8d5cdeb44&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316555075
> 2013-04-07 00:35:55,113 DEBUG [cloud.vm.VirtualMachineManagerImpl]
> (Job-Executor-39:job-46) Destroying vm
> VM[User|94ddc16f-04fc-4da1-8326-01d8d5cdeb44]
> 2013-04-07 00:35:55,116 DEBUG [cloud.capacity.CapacityManagerImpl]
> (Job-Executor-39:job-46) VM state transitted from :Running to Stopping with
> event: StopRequestedvm's original host id: 6 new host id: 6 host id before
> state transition: 6
> 2013-04-07 00:35:55,118 DEBUG [agent.transport.Request]
> (Job-Executor-39:job-46) Seq 6-324993314: Sending  { Cmd , MgmtId: 1, via:
> 6, Ver: v1, Flags: 100111,
> [{"StopCommand":{"isProxy":false,"vmName":"i-2-13-VM","wait":0}}] }
> 2013-04-07 00:35:55,118 DEBUG [agent.transport.Request]
> (Job-Executor-39:job-46) Seq 6-324993314: Executing:  { Cmd , MgmtId: 1,
> via: 6, Ver: v1, Flags: 100111,
> [{"StopCommand":{"isProxy":false,"vmName":"i-2-13-VM","wait":0}}] }
> 2013-04-07 00:35:55,118 DEBUG [agent.manager.DirectAgentAttache]
> (DirectAgent-7:null) Seq 6-324993314: Executing request
> 2013-04-07 00:35:55,216 DEBUG [xen.resource.CitrixResourceBase]
> (DirectAgent-7:null) 9. The VM i-2-13-VM is in Stopping state
> 2013-04-07 00:35:55,532 INFO  [xen.resource.CitrixResourceBase]
> (DirectAgent-7:null) Removed  network rules for vm i-2-13-VM
> 2013-04-07 00:35:58,107 DEBUG [cloud.api.ApiServlet]
> (1109449945@qtp-1008805148-34:null) ===START===  127.0.0.1 -- GET
>  command=queryAsyncJobResult&jobId=042967f3-4fd4-4bcf-a646-999eeca87235&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316558105
> 2013-04-07 00:35:58,121 DEBUG [cloud.api.ApiServlet]
> (1109449945@qtp-1008805148-34:null) ===END===  127.0.0.1 -- GET
>  command=queryAsyncJobResult&jobId=042967f3-4fd4-4bcf-a646-999eeca87235&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316558105
> 2013-04-07 00:36:01,107 DEBUG [cloud.api.ApiServlet]
> (1109449945@qtp-1008805148-34:null) ===START===  127.0.0.1 -- GET
>  command=queryAsyncJobResult&jobId=042967f3-4fd4-4bcf-a646-999eeca87235&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316561105
> 2013-04-07 00:36:01,121 DEBUG [cloud.api.ApiServlet]
> (1109449945@qtp-1008805148-34:null) ===END===  127.0.0.1 -- GET
>  command=queryAsyncJobResult&jobId=042967f3-4fd4-4bcf-a646-999eeca87235&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316561105
> 2013-04-07 00:36:04,108 DEBUG [cloud.api.ApiServlet]
> (1109449945@qtp-1008805148-34:null) ===START===  127.0.0.1 -- GET
>  command=queryAsyncJobResult&jobId=042967f3-4fd4-4bcf-a646-999eeca87235&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316564106
> 2013-04-07 00:36:04,128 DEBUG [cloud.api.ApiServlet]
> (1109449945@qtp-1008805148-34:null) ===END===  127.0.0.1 -- GET
>  command=queryAsyncJobResult&jobId=042967f3-4fd4-4bcf-a646-999eeca87235&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316564106
> 2013-04-07 00:36:04,783 DEBUG [xen.resource.CitrixResourceBase]
> (DirectAgent-7:null) 10. The VM i-2-13-VM is in Stopped state
> 2013-04-07 00:36:04,783 DEBUG [agent.manager.DirectAgentAttache]
> (DirectAgent-7:null) Seq 6-324993314: Response Received:
> 2013-04-07 00:36:04,783 DEBUG [agent.transport.Request]
> (DirectAgent-7:null) Seq 6-324993314: Processing:  { Ans: , MgmtId: 1, via:
> 6, Ver: v1, Flags: 110,
> [{"StopAnswer":{"vncPort":0,"result":true,"details":"Stop VM i-2-13-VM
> Succeed","wait":0}}] }
> 2013-04-07 00:36:04,783 DEBUG [agent.transport.Request]
> (Job-Executor-39:job-46) Seq 6-324993314: Received:  { Ans: , MgmtId: 1,
> via: 6, Ver: v1, Flags: 110, { StopAnswer } }
> 2013-04-07 00:36:04,783 DEBUG [agent.manager.AgentAttache]
> (DirectAgent-7:null) Seq 6-324993314: No more commands found
> 2013-04-07 00:36:04,784 DEBUG [cloud.vm.VirtualMachineManagerImpl]
> (Job-Executor-39:job-46) VM[User|94ddc16f-04fc-4da1-8326-01d8d5cdeb44] is
> stopped on the host.  Proceeding to release resource held.
> 2013-04-07 00:36:04,793 DEBUG [cloud.network.NetworkManagerImpl]
> (Job-Executor-39:job-46) Changing active number of nics for network id=204
> on -1
> 2013-04-07 00:36:04,794 DEBUG [cloud.network.NetworkManagerImpl]
> (Job-Executor-39:job-46) Asking ElasticLoadBalancerElement to release
> Nic[19-13-a8349669-6ff2-443f-88d3-c5d69100df3a-192.168.56.146]
> 2013-04-07 00:36:04,794 DEBUG [cloud.network.NetworkManagerImpl]
> (Job-Executor-39:job-46) Asking NiciraNvpElement to release
> Nic[19-13-a8349669-6ff2-443f-88d3-c5d69100df3a-192.168.56.146]
> 2013-04-07 00:36:04,795 DEBUG [network.element.NiciraNvpElement]
> (Job-Executor-39:job-46) Checking if NiciraNvpElement can handle service
> Connectivity on network guestNetworkForBasicZone
> 2013-04-07 00:36:04,795 DEBUG [cloud.network.NetworkManagerImpl]
> (Job-Executor-39:job-46) Asking BigSwitchVnsElement to release
> Nic[19-13-a8349669-6ff2-443f-88d3-c5d69100df3a-192.168.56.146]
> 2013-04-07 00:36:04,795 DEBUG [network.element.BigSwitchVnsElement]
> (Job-Executor-39:job-46) Checking if BigSwitchVnsElement can handle service
> Connectivity on network guestNetworkForBasicZone
> 2013-04-07 00:36:04,795 DEBUG [cloud.network.NetworkManagerImpl]
> (Job-Executor-39:job-46) Asking Ovs to release
> Nic[19-13-a8349669-6ff2-443f-88d3-c5d69100df3a-192.168.56.146]
> 2013-04-07 00:36:04,795 DEBUG [cloud.network.NetworkManagerImpl]
> (Job-Executor-39:job-46) Asking BareMetalDhcp to release
> Nic[19-13-a8349669-6ff2-443f-88d3-c5d69100df3a-192.168.56.146]
> 2013-04-07 00:36:04,795 DEBUG [cloud.network.NetworkManagerImpl]
> (Job-Executor-39:job-46) Asking BareMetalPxe to release
> Nic[19-13-a8349669-6ff2-443f-88d3-c5d69100df3a-192.168.56.146]
> 2013-04-07 00:36:04,795 DEBUG [cloud.network.NetworkManagerImpl]
> (Job-Executor-39:job-46) Asking BareMetalUserdata to release
> Nic[19-13-a8349669-6ff2-443f-88d3-c5d69100df3a-192.168.56.146]
> 2013-04-07 00:36:04,795 DEBUG [cloud.network.NetworkManagerImpl]
> (Job-Executor-39:job-46) Asking SecurityGroupProvider to release
> Nic[19-13-a8349669-6ff2-443f-88d3-c5d69100df3a-192.168.56.146]
> 2013-04-07 00:36:04,795 DEBUG [cloud.network.NetworkManagerImpl]
> (Job-Executor-39:job-46) Asking VirtualRouter to release
> Nic[19-13-a8349669-6ff2-443f-88d3-c5d69100df3a-192.168.56.146]
> 2013-04-07 00:36:04,795 DEBUG [cloud.network.NetworkManagerImpl]
> (Job-Executor-39:job-46) Asking VpcVirtualRouter to release
> Nic[19-13-a8349669-6ff2-443f-88d3-c5d69100df3a-192.168.56.146]
> 2013-04-07 00:36:04,795 DEBUG [cloud.network.NetworkManagerImpl]
> (Job-Executor-39:job-46) Asking NiciraNvp to release
> Nic[19-13-a8349669-6ff2-443f-88d3-c5d69100df3a-192.168.56.146]
> 2013-04-07 00:36:04,795 DEBUG [network.element.NiciraNvpElement]
> (Job-Executor-39:job-46) Checking if NiciraNvpElement can handle service
> Connectivity on network guestNetworkForBasicZone
> 2013-04-07 00:36:04,795 DEBUG [cloud.network.NetworkManagerImpl]
> (Job-Executor-39:job-46) Asking JuniperSRX to release
> Nic[19-13-a8349669-6ff2-443f-88d3-c5d69100df3a-192.168.56.146]
> 2013-04-07 00:36:04,795 DEBUG [cloud.network.NetworkManagerImpl]
> (Job-Executor-39:job-46) Asking Netscaler to release
> Nic[19-13-a8349669-6ff2-443f-88d3-c5d69100df3a-192.168.56.146]
> 2013-04-07 00:36:04,795 DEBUG [cloud.network.NetworkManagerImpl]
> (Job-Executor-39:job-46) Asking F5BigIP to release
> Nic[19-13-a8349669-6ff2-443f-88d3-c5d69100df3a-192.168.56.146]
> 2013-04-07 00:36:04,795 DEBUG [cloud.network.NetworkManagerImpl]
> (Job-Executor-39:job-46) Asking CiscoNexus1000vVSM to release
> Nic[19-13-a8349669-6ff2-443f-88d3-c5d69100df3a-192.168.56.146]
> 2013-04-07 00:36:04,795 DEBUG [cloud.vm.VirtualMachineManagerImpl]
> (Job-Executor-39:job-46) Successfully released network resources for the vm
> VM[User|94ddc16f-04fc-4da1-8326-01d8d5cdeb44]
> 2013-04-07 00:36:04,795 DEBUG [cloud.vm.VirtualMachineManagerImpl]
> (Job-Executor-39:job-46) Successfully released storage resources for the vm
> VM[User|94ddc16f-04fc-4da1-8326-01d8d5cdeb44]
> 2013-04-07 00:36:04,836 DEBUG [cloud.capacity.CapacityManagerImpl]
> (Job-Executor-39:job-46) VM state transitted from :Stopping to Stopped with
> event: OperationSucceededvm's original host id: 6 new host id: null host id
> before state transition: 6
> 2013-04-07 00:36:04,843 DEBUG [cloud.capacity.CapacityManagerImpl]
> (Job-Executor-39:job-46) Hosts's actual total CPU: 2382 and CPU after
> applying overprovisioning: 2382
> 2013-04-07 00:36:04,844 DEBUG [cloud.capacity.CapacityManagerImpl]
> (Job-Executor-39:job-46) release cpu from host: 6, old used: 200,reserved:
> 0, actual total: 2382, total with overprovisioning: 2382; new used:
> 100,reserved:100; movedfromreserved: false,moveToReserveredtrue
> 2013-04-07 00:36:04,844 DEBUG [cloud.capacity.CapacityManagerImpl]
> (Job-Executor-39:job-46) release mem from host: 6, old used:
> 1178599424,reserved: 0, total: 1671695424; new used:
> 104857600,reserved:1073741824; movedfromreserved: false,moveToReserveredtrue
> 2013-04-07 00:36:04,854 DEBUG [cloud.capacity.CapacityManagerImpl]
> (Job-Executor-39:job-46) VM state transitted from :Stopped to Destroyed
> with event: DestroyRequestedvm's original host id: 6 new host id: null host
> id before state transition: null
> 2013-04-07 00:36:04,863 DEBUG [cloud.capacity.CapacityManagerImpl]
> (Job-Executor-39:job-46) Hosts's actual total CPU: 2382 and CPU after
> applying overprovisioning: 2382
> 2013-04-07 00:36:04,863 DEBUG [cloud.capacity.CapacityManagerImpl]
> (Job-Executor-39:job-46) release cpu from host: 6, old used: 100,reserved:
> 100, actual total: 2382, total with overprovisioning: 2382; new used:
> 100,reserved:0; movedfromreserved: true,moveToReserveredfalse
> 2013-04-07 00:36:04,863 DEBUG [cloud.capacity.CapacityManagerImpl]
> (Job-Executor-39:job-46) release mem from host: 6, old used:
> 104857600,reserved: 1073741824, total: 1671695424; new used:
> 104857600,reserved:0; movedfromreserved: true,moveToReserveredfalse
> 2013-04-07 00:36:04,892 DEBUG [cloud.async.AsyncJobManagerImpl]
> (Job-Executor-39:job-46) Complete async job-46, jobStatus: 1, resultCode:
> 0, result: org.apache.cloudstack.api.response.UserVmResponse@519ba6bb
> 2013-04-07 00:36:04,897 DEBUG [cloud.async.AsyncJobManagerImpl]
> (Job-Executor-39:job-46) Done executing
> org.apache.cloudstack.api.command.user.vm.DestroyVMCmd for job-46
> 2013-04-07 00:36:04,949 DEBUG [agent.manager.DirectAgentAttache]
> (DirectAgent-410:null) Ping from 6
> 2013-04-07 00:36:06,058 DEBUG [agent.manager.DirectAgentAttache]
> (DirectAgent-234:null) Ping from 5
> 2013-04-07 00:36:06,909 DEBUG [agent.manager.DirectAgentAttache]
> (DirectAgent-407:null) Seq 6-324993028: Executing request
> 2013-04-07 00:36:07,097 DEBUG [xen.resource.CitrixResourceBase]
> (DirectAgent-407:null) VM missing i-2-13-VM old state stopped so removing.
> 2013-04-07 00:36:07,098 DEBUG [xen.resource.CitrixResourceBase]
> (DirectAgent-407:null) VM missing i-2-12-VM old state stopped so removing.
> 2013-04-07 00:36:07,098 DEBUG [agent.manager.DirectAgentAttache]
> (DirectAgent-407:null) Seq 6-324993028: Response Received:
> 2013-04-07 00:36:07,098 DEBUG [agent.transport.Request]
> (DirectAgent-407:null) Seq 6-324993028: Processing:  { Ans: , MgmtId: 1,
> via: 6, Ver: v1, Flags: 10,
> [{"ClusterSyncAnswer":{"_clusterId":2,"_newStates":{},"_isExecuted":false,"result":true,"wait":0}}]
> }
> 2013-04-07 00:36:07,109 DEBUG [cloud.api.ApiServlet]
> (1109449945@qtp-1008805148-34:null) ===START===  127.0.0.1 -- GET
>  command=queryAsyncJobResult&jobId=042967f3-4fd4-4bcf-a646-999eeca87235&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316567107
> 2013-04-07 00:36:07,119 DEBUG [cloud.async.AsyncJobManagerImpl]
> (1109449945@qtp-1008805148-34:null) Async job-46 completed
> 2013-04-07 00:36:07,125 DEBUG [cloud.api.ApiServlet]
> (1109449945@qtp-1008805148-34:null) ===END===  127.0.0.1 -- GET
>  command=queryAsyncJobResult&jobId=042967f3-4fd4-4bcf-a646-999eeca87235&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316567107
> 2013-04-07 00:36:11,022 DEBUG [agent.manager.DirectAgentAttache]
> (DirectAgent-110:null) Seq 5-614334468: Executing request
> 2013-04-07 00:36:11,171 DEBUG [agent.manager.DirectAgentAttache]
> (DirectAgent-110:null) Seq 5-614334468: Response Received:
> 2013-04-07 00:36:11,171 DEBUG [agent.transport.Request]
> (DirectAgent-110:null) Seq 5-614334468: Processing:  { Ans: , MgmtId: 1,
> via: 5, Ver: v1, Flags: 10, [{"Answer":{"result":true,"wait":0}}] }
> 2013-04-07 00:36:12,411 DEBUG [cloud.api.ApiServlet]
> (1109449945@qtp-1008805148-34:null) ===START===  127.0.0.1 -- GET
>  command=listVolumes&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&listAll=true&page=1&pagesize=20&_=1365316572408
> 2013-04-07 00:36:12,426 DEBUG [cloud.api.ApiServlet]
> (1109449945@qtp-1008805148-34:null) ===END===  127.0.0.1 -- GET
>  command=listVolumes&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&listAll=true&page=1&pagesize=20&_=1365316572408
> 2013-04-07 00:36:13,241 DEBUG [cloud.api.ApiServlet]
> (1109449945@qtp-1008805148-34:null) ===START===  127.0.0.1 -- GET
>  command=listVirtualMachines&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&listAll=true&page=1&pagesize=20&_=1365316573239
> 2013-04-07 00:36:13,259 DEBUG [cloud.api.ApiServlet]
> (1109449945@qtp-1008805148-34:null) ===END===  127.0.0.1 -- GET
>  command=listVirtualMachines&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&listAll=true&page=1&pagesize=20&_=1365316573239
> 2013-04-07 00:36:19,140 DEBUG [cloud.api.ApiServlet]
> (1109449945@qtp-1008805148-34:null) ===START===  127.0.0.1 -- GET
>  command=listVolumes&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&listAll=true&page=1&pagesize=20&_=1365316579137
> 2013-04-07 00:36:19,155 DEBUG [cloud.api.ApiServlet]
> (1109449945@qtp-1008805148-34:null) ===END===  127.0.0.1 -- GET
>  command=listVolumes&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&listAll=true&page=1&pagesize=20&_=1365316579137
> 2013-04-07 00:36:20,452 DEBUG
> [storage.secondary.SecondaryStorageManagerImpl] (secstorage-1:null) Zone 1
> is ready to launch secondary storage VM
> 2013-04-07 00:36:20,498 DEBUG [cloud.api.ApiServlet]
> (1109449945@qtp-1008805148-34:null) ===START===  127.0.0.1 -- GET
>  command=listVirtualMachines&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&listAll=true&page=1&pagesize=20&_=1365316580496
> 2013-04-07 00:36:20,519 DEBUG [cloud.api.ApiServlet]
> (1109449945@qtp-1008805148-34:null) ===END===  127.0.0.1 -- GET
>  command=listVirtualMachines&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&listAll=true&page=1&pagesize=20&_=1365316580496
> 2013-04-07 00:36:20,554 DEBUG [cloud.consoleproxy.ConsoleProxyManagerImpl]
> (consoleproxy-1:null) Zone 1 is ready to launch console proxy
> 2013-04-07 00:36:20,820 DEBUG
> [network.router.VirtualNetworkApplianceManagerImpl]
> (RouterStatusMonitor-1:null) Found 0 routers to update status.
> 2013-04-07 00:36:20,821 DEBUG
> [network.router.VirtualNetworkApplianceManagerImpl]
> (RouterStatusMonitor-1:null) Found 0 networks to update RvR status.
> 2013-04-07 00:36:20,850 DEBUG
> [network.router.VirtualNetworkApplianceManagerImpl]
> (RouterStatusMonitor-1:null) Found 0 routers to update status.
> 2013-04-07 00:36:20,852 DEBUG
> [network.router.VirtualNetworkApplianceManagerImpl]
> (RouterStatusMonitor-1:null) Found 0 networks to update RvR status.
> 2013-04-07 00:36:21,588 DEBUG [cloud.api.ApiServlet]
> (1109449945@qtp-1008805148-34:null) ===START===  127.0.0.1 -- GET
>  command=listVolumes&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&listAll=true&page=1&pagesize=20&_=1365316581586
> 2013-04-07 00:36:21,602 DEBUG [cloud.api.ApiServlet]
> (1109449945@qtp-1008805148-34:null) ===END===  127.0.0.1 -- GET
>  command=listVolumes&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&listAll=true&page=1&pagesize=20&_=1365316581586
> 2013-04-07 00:36:22,324 DEBUG [cloud.api.ApiServlet]
> (1109449945@qtp-1008805148-34:null) ===START===  127.0.0.1 -- GET
>  command=listVirtualMachines&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&listAll=true&page=1&pagesize=20&_=1365316582321
> 2013-04-07 00:36:22,348 DEBUG [cloud.api.ApiServlet]
> (1109449945@qtp-1008805148-34:null) ===END===  127.0.0.1 -- GET
>  command=listVirtualMachines&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&listAll=true&page=1&pagesize=20&_=1365316582321
> 2013-04-07 00:36:24,891 DEBUG [agent.manager.AgentManagerImpl]
> (AgentManager-Handler-4:null) Ping from 4
> 2013-04-07 00:36:27,193 DEBUG [agent.manager.DirectAgentAttache]
> (DirectAgent-204:null) Ping from 1
> 2013-04-07 00:36:29,095 DEBUG [agent.manager.DirectAgentAttache]
> (DirectAgent-277:null) Seq 1-90046472: Executing request
> 2013-04-07 00:36:29,354 DEBUG [agent.manager.DirectAgentAttache]
> (DirectAgent-277:null) Seq 1-90046472: Response Received:
> 2013-04-07 00:36:29,355 DEBUG [agent.transport.Request]
> (DirectAgent-277:null) Seq 1-90046472: Processing:  { Ans: , MgmtId: 1,
> via: 1, Ver: v1, Flags: 10,
> [{"ClusterSyncAnswer":{"_clusterId":1,"_newStates":{},"_isExecuted":false,"result":true,"wait":0}}]
> }
> 2013-04-07 00:36:47,680 DEBUG [agent.manager.AgentManagerImpl]
> (AgentManager-Handler-5:null) Ping from 3
> 2013-04-07 00:36:50,451 DEBUG
> [storage.secondary.SecondaryStorageManagerImpl] (secstorage-1:null) Zone 1
> is ready to launch secondary storage VM
> 2013-04-07 00:36:50,554 DEBUG [cloud.consoleproxy.ConsoleProxyManagerImpl]
> (consoleproxy-1:null) Zone 1 is ready to launch console proxy
> 2013-04-07 00:36:50,820 DEBUG
> [network.router.VirtualNetworkApplianceManagerImpl]
> (RouterStatusMonitor-1:null) Found 0 routers to update status.
> 2013-04-07 00:36:50,821 DEBUG
> [network.router.VirtualNetworkApplianceManagerImpl]
> (RouterStatusMonitor-1:null) Found 0 networks to update RvR status.
> 2013-04-07 00:36:50,851 DEBUG
> [network.router.VirtualNetworkApplianceManagerImpl]
> (RouterStatusMonitor-1:null) Found 0 routers to update status.
> 2013-04-07 00:36:50,852 DEBUG
> [network.router.VirtualNetworkApplianceManagerImpl]
> (RouterStatusMonitor-1:null) Found 0 networks to update RvR status.
> 2013-04-07 00:36:51,476 INFO  [agent.manager.AgentMonitor]
> (Thread-11:null) Found the following agents behind on ping: [6, 5]
> 2013-04-07 00:36:51,477 DEBUG [cloud.host.Status] (Thread-11:null) Ping
> timeout for host 6, do invstigation
> 2013-04-07 00:36:51,479 DEBUG [cloud.host.Status] (Thread-11:null) Ping
> timeout for host 5, do invstigation
> 2013-04-07 00:36:51,479 INFO  [agent.manager.AgentManagerImpl]
> (AgentTaskPool-9:null) Investigating why host 6 has disconnected with event
> PingTimeout
> 2013-04-07 00:36:51,479 DEBUG [agent.manager.AgentManagerImpl]
> (AgentTaskPool-9:null) checking if agent (6) is alive
> 2013-04-07 00:36:51,482 INFO  [agent.manager.AgentManagerImpl]
> (AgentTaskPool-12:null) Investigating why host 5 has disconnected with
> event PingTimeout
> 2013-04-07 00:36:51,482 DEBUG [agent.manager.AgentManagerImpl]
> (AgentTaskPool-12:null) checking if agent (5) is alive
> 2013-04-07 00:36:51,483 DEBUG [agent.transport.Request]
> (AgentTaskPool-9:null) Seq 6-324993315: Sending  { Cmd , MgmtId: 1, via: 6,
> Ver: v1, Flags: 100011, [{"CheckHealthCommand":{"wait":50}}] }
> 2013-04-07 00:36:51,484 DEBUG [agent.transport.Request]
> (AgentTaskPool-9:null) Seq 6-324993315: Executing:  { Cmd , MgmtId: 1, via:
> 6, Ver: v1, Flags: 100011, [{"CheckHealthCommand":{"wait":50}}] }
> 2013-04-07 00:36:51,484 DEBUG [agent.manager.DirectAgentAttache]
> (DirectAgent-169:null) Seq 6-324993315: Executing request
> 2013-04-07 00:36:51,485 DEBUG [agent.transport.Request]
> (AgentTaskPool-12:null) Seq 5-614334819: Sending  { Cmd , MgmtId: 1, via:
> 5, Ver: v1, Flags: 100011, [{"CheckHealthCommand":{"wait":50}}] }
> 2013-04-07 00:36:51,485 DEBUG [agent.transport.Request]
> (AgentTaskPool-12:null) Seq 5-614334819: Executing:  { Cmd , MgmtId: 1,
> via: 5, Ver: v1, Flags: 100011, [{"CheckHealthCommand":{"wait":50}}] }
> 2013-04-07 00:36:51,485 DEBUG [agent.manager.DirectAgentAttache]
> (DirectAgent-498:null) Seq 5-614334819: Executing request
> 2013-04-07 00:36:51,542 DEBUG [agent.manager.DirectAgentAttache]
> (DirectAgent-169:null) Seq 6-324993315: Response Received:
> 2013-04-07 00:36:51,542 DEBUG [agent.transport.Request]
> (DirectAgent-169:null) Seq 6-324993315: Processing:  { Ans: , MgmtId: 1,
> via: 6, Ver: v1, Flags: 10,
> [{"CheckHealthAnswer":{"result":true,"details":"resource is
> alive","wait":0}}] }
> 2013-04-07 00:36:51,542 DEBUG [agent.transport.Request]
> (AgentTaskPool-9:null) Seq 6-324993315: Received:  { Ans: , MgmtId: 1, via:
> 6, Ver: v1, Flags: 10, { CheckHealthAnswer } }
> 2013-04-07 00:36:51,542 DEBUG [agent.manager.AgentManagerImpl]
> (AgentTaskPool-9:null) Details from executing class
> com.cloud.agent.api.CheckHealthCommand: resource is alive
> 2013-04-07 00:36:51,542 DEBUG [agent.manager.AgentManagerImpl]
> (AgentTaskPool-9:null) agent (6) responded to checkHeathCommand, reporting
> that agent is Up
> 2013-04-07 00:36:51,542 INFO  [agent.manager.AgentManagerImpl]
> (AgentTaskPool-9:null) The state determined is Up
> 2013-04-07 00:36:51,542 INFO  [agent.manager.AgentManagerImpl]
> (AgentTaskPool-9:null) Agent is determined to be up and running
> 2013-04-07 00:36:51,542 DEBUG [cloud.host.Status] (AgentTaskPool-9:null)
> Transition:[Resource state = Enabled, Agent event = Ping, Host id = 6, name
> = Tut-XenServer]
> 2013-04-07 00:36:51,546 DEBUG [cloud.host.Status] (AgentTaskPool-9:null)
> Agent status update: [id = 6; name = Tut-XenServer; old status = Up; event
> = Ping; new status = Up; old update count = 313; new update count = 314]
> 2013-04-07 00:36:51,549 DEBUG [agent.manager.DirectAgentAttache]
> (DirectAgent-498:null) Seq 5-614334819: Response Received:
> 2013-04-07 00:36:51,549 DEBUG [agent.transport.Request]
> (DirectAgent-498:null) Seq 5-614334819: Processing:  { Ans: , MgmtId: 1,
> via: 5, Ver: v1, Flags: 10,
> [{"CheckHealthAnswer":{"result":true,"details":"resource is
> alive","wait":0}}] }
> 2013-04-07 00:36:51,549 DEBUG [agent.transport.Request]
> (AgentTaskPool-12:null) Seq 5-614334819: Received:  { Ans: , MgmtId: 1,
> via: 5, Ver: v1, Flags: 10, { CheckHealthAnswer } }
> 2013-04-07 00:36:51,549 DEBUG [agent.manager.AgentManagerImpl]
> (AgentTaskPool-12:null) Details from executing class
> com.cloud.agent.api.CheckHealthCommand: resource is alive
> 2013-04-07 00:36:51,549 DEBUG [agent.manager.AgentManagerImpl]
> (AgentTaskPool-12:null) agent (5) responded to checkHeathCommand, reporting
> that agent is Up
> 2013-04-07 00:36:51,549 INFO  [agent.manager.AgentManagerImpl]
> (AgentTaskPool-12:null) The state determined is Up
> 2013-04-07 00:36:51,549 INFO  [agent.manager.AgentManagerImpl]
> (AgentTaskPool-12:null) Agent is determined to be up and running
> 2013-04-07 00:36:51,549 DEBUG [cloud.host.Status] (AgentTaskPool-12:null)
> Transition:[Resource state = Enabled, Agent event = Ping, Host id = 5, name
> = Tut-XenServer2]
> 2013-04-07 00:36:51,552 DEBUG [cloud.host.Status] (AgentTaskPool-12:null)
> Agent status update: [id = 5; name = Tut-XenServer2; old status = Up; event
> = Ping; new status = Up; old update count = 150; new update count = 151]
> 2013-04-07 00:36:54,389 INFO  [cloud.vm.UserVmManagerImpl]
> (UserVm-Scavenger-1:null) Found 1 vms to expunge.
> 2013-04-07 00:36:54,389 DEBUG [cloud.vm.VirtualMachineManagerImpl]
> (UserVm-Scavenger-1:null) Stopped called on
> VM[User|c18ddf7c-fc61-40b0-af75-fdef05f8eae6] but the state is Destroyed
> 2013-04-07 00:36:54,391 DEBUG [cloud.capacity.CapacityManagerImpl]
> (UserVm-Scavenger-1:null) VM state transitted from :Destroyed to Expunging
> with event: ExpungeOperationvm's original host id: 5 new host id: null host
> id before state transition: null
> 2013-04-07 00:36:54,391 DEBUG [cloud.vm.VirtualMachineManagerImpl]
> (UserVm-Scavenger-1:null) Destroying vm
> VM[User|c18ddf7c-fc61-40b0-af75-fdef05f8eae6]
> 2013-04-07 00:36:54,391 DEBUG [cloud.vm.VirtualMachineManagerImpl]
> (UserVm-Scavenger-1:null) Cleaning up NICS
> 2013-04-07 00:36:54,391 DEBUG [cloud.network.NetworkManagerImpl]
> (UserVm-Scavenger-1:null) Cleaning network for vm: 12
> 2013-04-07 00:36:54,399 DEBUG [network.guru.DirectNetworkGuru]
> (UserVm-Scavenger-1:null) Deallocate network: networkId: 204, ip:
> 192.168.56.195
> 2013-04-07 00:36:54,409 DEBUG [cloud.network.NetworkManagerImpl]
> (UserVm-Scavenger-1:null) Removed nic id=18
> 2013-04-07 00:36:54,409 DEBUG [cloud.storage.StorageManagerImpl]
> (UserVm-Scavenger-1:null) Cleaning storage for vm: 12
> 2013-04-07 00:36:54,417 DEBUG [cloud.storage.StorageManagerImpl]
> (UserVm-Scavenger-1:null) Expunging Vol[12|vm=12|ROOT]
> 2013-04-07 00:36:54,424 DEBUG [agent.transport.Request]
> (UserVm-Scavenger-1:null) Seq 5-614334820: Sending  { Cmd , MgmtId: 1, via:
> 5, Ver: v1, Flags: 100111,
> [{"storage.DestroyCommand":{"vmName":"i-2-12-VM","volume":{"id":12,"name":"ROOT-12","mountPoint":"/iSCSI_SR_3","path":"40a39639-e8aa-45b5-bfa1-591b68571d0c","size":52428800,"type":"ROOT","storagePoolType":"PreSetup","storagePoolUuid":"iSCSI_SR_3","deviceId":0},"wait":0}}]
> }
> 2013-04-07 00:36:54,424 DEBUG [agent.transport.Request]
> (UserVm-Scavenger-1:null) Seq 5-614334820: Executing:  { Cmd , MgmtId: 1,
> via: 5, Ver: v1, Flags: 100111,
> [{"storage.DestroyCommand":{"vmName":"i-2-12-VM","volume":{"id":12,"name":"ROOT-12","mountPoint":"/iSCSI_SR_3","path":"40a39639-e8aa-45b5-bfa1-591b68571d0c","size":52428800,"type":"ROOT","storagePoolType":"PreSetup","storagePoolUuid":"iSCSI_SR_3","deviceId":0},"wait":0}}]
> }
> 2013-04-07 00:36:54,424 DEBUG [agent.manager.DirectAgentAttache]
> (DirectAgent-411:null) Seq 5-614334820: Executing request
> 2013-04-07 00:36:55,072 DEBUG [agent.manager.DirectAgentAttache]
> (DirectAgent-411:null) Seq 5-614334820: Response Received:
> 2013-04-07 00:36:55,072 DEBUG [agent.transport.Request]
> (DirectAgent-411:null) Seq 5-614334820: Processing:  { Ans: , MgmtId: 1,
> via: 5, Ver: v1, Flags: 110,
> [{"Answer":{"result":true,"details":"Success","wait":0}}] }
> 2013-04-07 00:36:55,072 DEBUG [agent.transport.Request]
> (UserVm-Scavenger-1:null) Seq 5-614334820: Received:  { Ans: , MgmtId: 1,
> via: 5, Ver: v1, Flags: 110, { Answer } }
> 2013-04-07 00:36:55,072 DEBUG [agent.manager.AgentAttache]
> (DirectAgent-411:null) Seq 5-614334820: No more commands found
> 2013-04-07 00:36:55,076 DEBUG [cloud.storage.StorageManagerImpl]
> (UserVm-Scavenger-1:null) Volume successfully expunged from 257
> 2013-04-07 00:36:55,076 DEBUG [cloud.vm.VirtualMachineManagerImpl]
> (UserVm-Scavenger-1:null) Expunged
> VM[User|c18ddf7c-fc61-40b0-af75-fdef05f8eae6]
> 2013-04-07 00:36:55,076 DEBUG [cloud.vm.UserVmManagerImpl]
> (UserVm-Scavenger-1:null) Starting cleaning up vm
> VM[User|c18ddf7c-fc61-40b0-af75-fdef05f8eae6] resources...
> 2013-04-07 00:36:55,080 INFO  [network.security.SecurityGroupManagerImpl]
> (UserVm-Scavenger-1:null) Disassociated 1 network groups  from uservm 12
> 2013-04-07 00:36:55,081 DEBUG [network.security.SecurityGroupManagerImpl]
> (UserVm-Scavenger-1:null) Security group mappings are removed successfully
> for vm id=12
> 2013-04-07 00:36:55,090 DEBUG [network.firewall.FirewallManagerImpl]
> (UserVm-Scavenger-1:null) No firewall rules are found for vm id=12
> 2013-04-07 00:36:55,090 DEBUG [cloud.vm.UserVmManagerImpl]
> (UserVm-Scavenger-1:null) Firewall rules are removed successfully as a part
> of vm id=12 expunge
> 2013-04-07 00:36:55,093 DEBUG [network.rules.RulesManagerImpl]
> (UserVm-Scavenger-1:null) No port forwarding rules are found for vm id=12
> 2013-04-07 00:36:55,093 DEBUG [cloud.vm.UserVmManagerImpl]
> (UserVm-Scavenger-1:null) Port forwarding rules are removed successfully as
> a part of vm id=12 expunge
> 2013-04-07 00:36:55,095 DEBUG [cloud.vm.UserVmManagerImpl]
> (UserVm-Scavenger-1:null) Removed vm id=12 from all load balancers as a
> part of expunge process
> 2013-04-07 00:36:55,096 DEBUG [cloud.vm.UserVmManagerImpl]
> (UserVm-Scavenger-1:null) Successfully cleaned up vm
> VM[User|c18ddf7c-fc61-40b0-af75-fdef05f8eae6] resources as a part of
> expunge process
> 2013-04-07 00:37:04,802 DEBUG [agent.manager.DirectAgentAttache]
> (DirectAgent-110:null) Ping from 6
> 2013-04-07 00:37:06,042 DEBUG [agent.manager.DirectAgentAttache]
> (DirectAgent-409:null) Ping from 5
> 2013-04-07 00:37:06,909 DEBUG [agent.manager.DirectAgentAttache]
> (DirectAgent-239:null) Seq 6-324993028: Executing request
> 2013-04-07 00:37:07,099 DEBUG [agent.manager.DirectAgentAttache]
> (DirectAgent-239:null) Seq 6-324993028: Response Received:
> 2013-04-07 00:37:07,100 DEBUG [agent.transport.Request]
> (DirectAgent-239:null) Seq 6-324993028: Processing:  { Ans: , MgmtId: 1,
> via: 6, Ver: v1, Flags: 10,
> [{"ClusterSyncAnswer":{"_clusterId":2,"_newStates":{},"_isExecuted":false,"result":true,"wait":0}}]
> }
> 2013-04-07 00:37:11,022 DEBUG [agent.manager.DirectAgentAttache]
> (DirectAgent-225:null) Seq 5-614334468: Executing request
> 2013-04-07 00:37:11,170 DEBUG [agent.manager.DirectAgentAttache]
> (DirectAgent-225:null) Seq 5-614334468: Response Received:
> 2013-04-07 00:37:11,171 DEBUG [agent.transport.Request]
> (DirectAgent-225:null) Seq 5-614334468: Processing:  { Ans: , MgmtId: 1,
> via: 5, Ver: v1, Flags: 10, [{"Answer":{"result":true,"wait":0}}] }
> 2013-04-07 00:37:20,451 DEBUG
> [storage.secondary.SecondaryStorageManagerImpl] (secstorage-1:null) Zone 1
> is ready to launch secondary storage VM
> 2013-04-07 00:37:20,554 DEBUG [cloud.consoleproxy.ConsoleProxyManagerImpl]
> (consoleproxy-1:null) Zone 1 is ready to launch console proxy
> 2013-04-07 00:37:20,820 DEBUG
> [network.router.VirtualNetworkApplianceManagerImpl]
> (RouterStatusMonitor-1:null) Found 0 routers to update status.
> 2013-04-07 00:37:20,822 DEBUG
> [network.router.VirtualNetworkApplianceManagerImpl]
> (RouterStatusMonitor-1:null) Found 0 networks to update RvR status.
> 2013-04-07 00:37:20,851 DEBUG
> [network.router.VirtualNetworkApplianceManagerImpl]
> (RouterStatusMonitor-1:null) Found 0 routers to update status.
> 2013-04-07 00:37:20,852 DEBUG
> [network.router.VirtualNetworkApplianceManagerImpl]
> (RouterStatusMonitor-1:null) Found 0 networks to update RvR status.
> 2013-04-07 00:37:24,890 DEBUG [agent.manager.AgentManagerImpl]
> (AgentManager-Handler-6:null) Ping from 4
> 2013-04-07 00:37:27,167 DEBUG [agent.manager.DirectAgentAttache]
> (DirectAgent-354:null) Ping from 1
> 2013-04-07 00:37:29,095 DEBUG [agent.manager.DirectAgentAttache]
> (DirectAgent-97:null) Seq 1-90046472: Executing request
> 2013-04-07 00:37:29,317 DEBUG [agent.manager.DirectAgentAttache]
> (DirectAgent-97:null) Seq 1-90046472: Response Received:
> 2013-04-07 00:37:29,317 DEBUG [agent.transport.Request]
> (DirectAgent-97:null) Seq 1-90046472: Processing:  { Ans: , MgmtId: 1, via:
> 1, Ver: v1, Flags: 10,
> [{"ClusterSyncAnswer":{"_clusterId":1,"_newStates":{},"_isExecuted":false,"result":true,"wait":0}}]
> }
> 2013-04-07 00:37:47,679 DEBUG [agent.manager.AgentManagerImpl]
> (AgentManager-Handler-7:null) Ping from 3
> 2013-04-07 00:37:50,451 DEBUG
> [storage.secondary.SecondaryStorageManagerImpl] (secstorage-1:null) Zone 1
> is ready to launch secondary storage VM
> 2013-04-07 00:37:50,555 DEBUG [cloud.consoleproxy.ConsoleProxyManagerImpl]
> (consoleproxy-1:null) Zone 1 is ready to launch console proxy
> 2013-04-07 00:37:50,798 INFO  [cloud.ha.HighAvailabilityManagerImpl]
> (HA-2:null) checking health of usage server
> 2013-04-07 00:37:50,799 DEBUG [cloud.ha.HighAvailabilityManagerImpl]
> (HA-2:null) usage server running? false, heartbeat: null
> 2013-04-07 00:37:50,801 DEBUG [cloud.alert.AlertManagerImpl] (HA-2:null)
> Have already sent: 1 emails for alert type '12' -- skipping send email
> 2013-04-07 00:37:50,816 DEBUG
> [network.router.VirtualNetworkApplianceManagerImpl] (RouterMonitor-1:null)
> Found 0 running routers.
> 2013-04-07 00:37:50,820 DEBUG
> [network.router.VirtualNetworkApplianceManagerImpl]
> (RouterStatusMonitor-1:null) Found 0 routers to update status.
> 2013-04-07 00:37:50,821 DEBUG
> [network.router.VirtualNetworkApplianceManagerImpl]
> (RouterStatusMonitor-1:null) Found 0 networks to update RvR status.
> 2013-04-07 00:37:50,850 DEBUG
> [network.router.VirtualNetworkApplianceManagerImpl] (RouterMonitor-1:null)
> Found 0 running routers.
> 2013-04-07 00:37:50,851 DEBUG
> [network.router.VirtualNetworkApplianceManagerImpl]
> (RouterStatusMonitor-1:null) Found 0 routers to update status.
> 2013-04-07 00:37:50,852 DEBUG
> [network.router.VirtualNetworkApplianceManagerImpl]
> (RouterStatusMonitor-1:null) Found 0 networks to update RvR status.
> 2013-04-07 00:37:50,909 DEBUG
> [cloud.network.ExternalLoadBalancerUsageManagerImpl]
> (ExternalNetworkMonitor-1:null) External devices stats collector is
> running...
> 2013-04-07 00:37:50,920 DEBUG [storage.snapshot.SnapshotSchedulerImpl]
> (SnapshotPollTask:null) Snapshot scheduler.poll is being called at
> 2013-04-07 06:37:50 GMT
> 2013-04-07 00:37:50,921 DEBUG [storage.snapshot.SnapshotSchedulerImpl]
> (SnapshotPollTask:null) Got 0 snapshots to be executed at 2013-04-07
> 06:37:50 GMT
> 2013-04-07 00:37:51,480 INFO  [agent.manager.AgentMonitor]
> (Thread-11:null) Found the following agents behind on ping: [6, 5]
> 2013-04-07 00:37:51,481 DEBUG [cloud.host.Status] (Thread-11:null) Ping
> timeout for host 6, do invstigation
> 2013-04-07 00:37:51,482 DEBUG [cloud.host.Status] (Thread-11:null) Ping
> timeout for host 5, do invstigation
> 2013-04-07 00:37:51,483 INFO  [agent.manager.AgentManagerImpl]
> (AgentTaskPool-10:null) Investigating why host 6 has disconnected with
> event PingTimeout
> 2013-04-07 00:37:51,483 DEBUG [agent.manager.AgentManagerImpl]
> (AgentTaskPool-10:null) checking if agent (6) is alive
> 2013-04-07 00:37:51,484 INFO  [agent.manager.AgentManagerImpl]
> (AgentTaskPool-13:null) Investigating why host 5 has disconnected with
> event PingTimeout
> 2013-04-07 00:37:51,484 DEBUG [agent.manager.AgentManagerImpl]
> (AgentTaskPool-13:null) checking if agent (5) is alive
> 2013-04-07 00:37:51,486 DEBUG [agent.transport.Request]
> (AgentTaskPool-10:null) Seq 6-324993316: Sending  { Cmd , MgmtId: 1, via:
> 6, Ver: v1, Flags: 100011, [{"CheckHealthCommand":{"wait":50}}] }
> 2013-04-07 00:37:51,486 DEBUG [agent.transport.Request]
> (AgentTaskPool-10:null) Seq 6-324993316: Executing:  { Cmd , MgmtId: 1,
> via: 6, Ver: v1, Flags: 100011, [{"CheckHealthCommand":{"wait":50}}] }
> 2013-04-07 00:37:51,486 DEBUG [agent.manager.DirectAgentAttache]
> (DirectAgent-303:null) Seq 6-324993316: Executing request
> 2013-04-07 00:37:51,488 DEBUG [agent.transport.Request]
> (AgentTaskPool-13:null) Seq 5-614334821: Sending  { Cmd , MgmtId: 1, via:
> 5, Ver: v1, Flags: 100011, [{"CheckHealthCommand":{"wait":50}}] }
> 2013-04-07 00:37:51,488 DEBUG [agent.transport.Request]
> (AgentTaskPool-13:null) Seq 5-614334821: Executing:  { Cmd , MgmtId: 1,
> via: 5, Ver: v1, Flags: 100011, [{"CheckHealthCommand":{"wait":50}}] }
> 2013-04-07 00:37:51,488 DEBUG [agent.manager.DirectAgentAttache]
> (DirectAgent-158:null) Seq 5-614334821: Executing request
> 2013-04-07 00:37:51,537 DEBUG [agent.manager.DirectAgentAttache]
> (DirectAgent-303:null) Seq 6-324993316: Response Received:
> 2013-04-07 00:37:51,538 DEBUG [agent.transport.Request]
> (DirectAgent-303:null) Seq 6-324993316: Processing:  { Ans: , MgmtId: 1,
> via: 6, Ver: v1, Flags: 10,
> [{"CheckHealthAnswer":{"result":true,"details":"resource is
> alive","wait":0}}] }
> 2013-04-07 00:37:51,538 DEBUG [agent.transport.Request]
> (AgentTaskPool-10:null) Seq 6-324993316: Received:  { Ans: , MgmtId: 1,
> via: 6, Ver: v1, Flags: 10, { CheckHealthAnswer } }
> 2013-04-07 00:37:51,538 DEBUG [agent.manager.AgentManagerImpl]
> (AgentTaskPool-10:null) Details from executing class
> com.cloud.agent.api.CheckHealthCommand: resource is alive
> 2013-04-07 00:37:51,538 DEBUG [agent.manager.AgentManagerImpl]
> (AgentTaskPool-10:null) agent (6) responded to checkHeathCommand, reporting
> that agent is Up
> 2013-04-07 00:37:51,538 INFO  [agent.manager.AgentManagerImpl]
> (AgentTaskPool-10:null) The state determined is Up
> 2013-04-07 00:37:51,538 INFO  [agent.manager.AgentManagerImpl]
> (AgentTaskPool-10:null) Agent is determined to be up and running
> 2013-04-07 00:37:51,538 DEBUG [cloud.host.Status] (AgentTaskPool-10:null)
> Transition:[Resource state = Enabled, Agent event = Ping, Host id = 6, name
> = Tut-XenServer]
> 2013-04-07 00:37:51,541 DEBUG [agent.manager.DirectAgentAttache]
> (DirectAgent-158:null) Seq 5-614334821: Response Received:
> 2013-04-07 00:37:51,541 DEBUG [agent.transport.Request]
> (DirectAgent-158:null) Seq 5-614334821: Processing:  { Ans: , MgmtId: 1,
> via: 5, Ver: v1, Flags: 10,
> [{"CheckHealthAnswer":{"result":true,"details":"resource is
> alive","wait":0}}] }
> 2013-04-07 00:37:51,541 DEBUG [agent.transport.Request]
> (AgentTaskPool-13:null) Seq 5-614334821: Received:  { Ans: , MgmtId: 1,
> via: 5, Ver: v1, Flags: 10, { CheckHealthAnswer } }
> 2013-04-07 00:37:51,541 DEBUG [agent.manager.AgentManagerImpl]
> (AgentTaskPool-13:null) Details from executing class
> com.cloud.agent.api.CheckHealthCommand: resource is alive
> 2013-04-07 00:37:51,541 DEBUG [agent.manager.AgentManagerImpl]
> (AgentTaskPool-13:null) agent (5) responded to checkHeathCommand, reporting
> that agent is Up
> 2013-04-07 00:37:51,541 INFO  [agent.manager.AgentManagerImpl]
> (AgentTaskPool-13:null) The state determined is Up
> 2013-04-07 00:37:51,541 DEBUG [cloud.host.Status] (AgentTaskPool-10:null)
> Agent status update: [id = 6; name = Tut-XenServer; old status = Up; event
> = Ping; new status = Up; old update count = 314; new update count = 315]
> 2013-04-07 00:37:51,541 INFO  [agent.manager.AgentManagerImpl]
> (AgentTaskPool-13:null) Agent is determined to be up and running
> 2013-04-07 00:37:51,541 DEBUG [cloud.host.Status] (AgentTaskPool-13:null)
> Transition:[Resource state = Enabled, Agent event = Ping, Host id = 5, name
> = Tut-XenServer2]
> 2013-04-07 00:37:51,544 DEBUG [cloud.host.Status] (AgentTaskPool-13:null)
> Agent status update: [id = 5; name = Tut-XenServer2; old status = Up; event
> = Ping; new status = Up; old update count = 151; new update count = 152]
> 2013-04-07 00:37:55,103 INFO  [cloud.vm.UserVmManagerImpl]
> (UserVm-Scavenger-1:null) Found 1 vms to expunge.
> 2013-04-07 00:37:55,103 DEBUG [cloud.vm.VirtualMachineManagerImpl]
> (UserVm-Scavenger-1:null) Stopped called on
> VM[User|94ddc16f-04fc-4da1-8326-01d8d5cdeb44] but the state is Destroyed
> 2013-04-07 00:37:55,105 DEBUG [cloud.capacity.CapacityManagerImpl]
> (UserVm-Scavenger-1:null) VM state transitted from :Destroyed to Expunging
> with event: ExpungeOperationvm's original host id: 6 new host id: null host
> id before state transition: null
> 2013-04-07 00:37:55,105 DEBUG [cloud.vm.VirtualMachineManagerImpl]
> (UserVm-Scavenger-1:null) Destroying vm
> VM[User|94ddc16f-04fc-4da1-8326-01d8d5cdeb44]
> 2013-04-07 00:37:55,105 DEBUG [cloud.vm.VirtualMachineManagerImpl]
> (UserVm-Scavenger-1:null) Cleaning up NICS
> 2013-04-07 00:37:55,105 DEBUG [cloud.network.NetworkManagerImpl]
> (UserVm-Scavenger-1:null) Cleaning network for vm: 13
> 2013-04-07 00:37:55,113 DEBUG [network.guru.DirectNetworkGuru]
> (UserVm-Scavenger-1:null) Deallocate network: networkId: 204, ip:
> 192.168.56.146
> 2013-04-07 00:37:55,124 DEBUG [cloud.network.NetworkManagerImpl]
> (UserVm-Scavenger-1:null) Removed nic id=19
> 2013-04-07 00:37:55,124 DEBUG [cloud.storage.StorageManagerImpl]
> (UserVm-Scavenger-1:null) Cleaning storage for vm: 13
> 2013-04-07 00:37:55,132 DEBUG [cloud.storage.StorageManagerImpl]
> (UserVm-Scavenger-1:null) Expunging Vol[13|vm=13|ROOT]
> 2013-04-07 00:37:55,139 DEBUG [agent.transport.Request]
> (UserVm-Scavenger-1:null) Seq 6-324993317: Sending  { Cmd , MgmtId: 1, via:
> 6, Ver: v1, Flags: 100111,
> [{"storage.DestroyCommand":{"vmName":"i-2-13-VM","volume":{"id":13,"name":"ROOT-13","mountPoint":"/iSCSI_SR_3","path":"99154d9c-2665-465d-8c71-e60f1748895b","size":52428800,"type":"ROOT","storagePoolType":"PreSetup","storagePoolUuid":"iSCSI_SR_3","deviceId":0},"wait":0}}]
> }
> 2013-04-07 00:37:55,140 DEBUG [agent.transport.Request]
> (UserVm-Scavenger-1:null) Seq 6-324993317: Executing:  { Cmd , MgmtId: 1,
> via: 6, Ver: v1, Flags: 100111,
> [{"storage.DestroyCommand":{"vmName":"i-2-13-VM","volume":{"id":13,"name":"ROOT-13","mountPoint":"/iSCSI_SR_3","path":"99154d9c-2665-465d-8c71-e60f1748895b","size":52428800,"type":"ROOT","storagePoolType":"PreSetup","storagePoolUuid":"iSCSI_SR_3","deviceId":0},"wait":0}}]
> }
> 2013-04-07 00:37:55,140 DEBUG [agent.manager.DirectAgentAttache]
> (DirectAgent-87:null) Seq 6-324993317: Executing request
> 2013-04-07 00:37:55,724 DEBUG [agent.manager.DirectAgentAttache]
> (DirectAgent-87:null) Seq 6-324993317: Response Received:
> 2013-04-07 00:37:55,724 DEBUG [agent.transport.Request]
> (DirectAgent-87:null) Seq 6-324993317: Processing:  { Ans: , MgmtId: 1,
> via: 6, Ver: v1, Flags: 110,
> [{"Answer":{"result":true,"details":"Success","wait":0}}] }
> 2013-04-07 00:37:55,724 DEBUG [agent.manager.AgentAttache]
> (DirectAgent-87:null) Seq 6-324993317: No more commands found
> 2013-04-07 00:37:55,724 DEBUG [agent.transport.Request]
> (UserVm-Scavenger-1:null) Seq 6-324993317: Received:  { Ans: , MgmtId: 1,
> via: 6, Ver: v1, Flags: 110, { Answer } }
> 2013-04-07 00:37:55,727 DEBUG [cloud.storage.StorageManagerImpl]
> (UserVm-Scavenger-1:null) Volume successfully expunged from 257
> 2013-04-07 00:37:55,727 DEBUG [cloud.vm.VirtualMachineManagerImpl]
> (UserVm-Scavenger-1:null) Expunged
> VM[User|94ddc16f-04fc-4da1-8326-01d8d5cdeb44]
> 2013-04-07 00:37:55,727 DEBUG [cloud.vm.UserVmManagerImpl]
> (UserVm-Scavenger-1:null) Starting cleaning up vm
> VM[User|94ddc16f-04fc-4da1-8326-01d8d5cdeb44] resources...
> 2013-04-07 00:37:55,730 INFO  [network.security.SecurityGroupManagerImpl]
> (UserVm-Scavenger-1:null) Disassociated 1 network groups  from uservm 13
> 2013-04-07 00:37:55,732 DEBUG [network.security.SecurityGroupManagerImpl]
> (UserVm-Scavenger-1:null) Security group mappings are removed successfully
> for vm id=13
> 2013-04-07 00:37:55,736 DEBUG [network.firewall.FirewallManagerImpl]
> (UserVm-Scavenger-1:null) No firewall rules are found for vm id=13
> 2013-04-07 00:37:55,737 DEBUG [cloud.vm.UserVmManagerImpl]
> (UserVm-Scavenger-1:null) Firewall rules are removed successfully as a part
> of vm id=13 expunge
> 2013-04-07 00:37:55,739 DEBUG [network.rules.RulesManagerImpl]
> (UserVm-Scavenger-1:null) No port forwarding rules are found for vm id=13
> 2013-04-07 00:37:55,739 DEBUG [cloud.vm.UserVmManagerImpl]
> (UserVm-Scavenger-1:null) Port forwarding rules are removed successfully as
> a part of vm id=13 expunge
> 2013-04-07 00:37:55,740 DEBUG [cloud.vm.UserVmManagerImpl]
> (UserVm-Scavenger-1:null) Removed vm id=13 from all load balancers as a
> part of expunge process
> 2013-04-07 00:37:55,741 DEBUG [cloud.vm.UserVmManagerImpl]
> (UserVm-Scavenger-1:null) Successfully cleaned up vm
> VM[User|94ddc16f-04fc-4da1-8326-01d8d5cdeb44] resources as a part of
> expunge process
> 2013-04-07 00:38:04,813 DEBUG [agent.manager.DirectAgentAttache]
> (DirectAgent-442:null) Ping from 6
> 2013-04-07 00:38:06,064 DEBUG [agent.manager.DirectAgentAttache]
> (DirectAgent-374:null) Ping from 5
> 2013-04-07 00:38:06,909 DEBUG [agent.manager.DirectAgentAttache]
> (DirectAgent-157:null) Seq 6-324993028: Executing request
> 2013-04-07 00:38:07,099 DEBUG [agent.manager.DirectAgentAttache]
> (DirectAgent-157:null) Seq 6-324993028: Response Received:
> 2013-04-07 00:38:07,100 DEBUG [agent.transport.Request]
> (DirectAgent-157:null) Seq 6-324993028: Processing:  { Ans: , MgmtId: 1,
> via: 6, Ver: v1, Flags: 10,
> [{"ClusterSyncAnswer":{"_clusterId":2,"_newStates":{},"_isExecuted":false,"result":true,"wait":0}}]
> }
> 2013-04-07 00:38:11,022 DEBUG [agent.manager.DirectAgentAttache]
> (DirectAgent-192:null) Seq 5-614334468: Executing request
> 2013-04-07 00:38:11,181 DEBUG [agent.manager.DirectAgentAttache]
> (DirectAgent-192:null) Seq 5-614334468: Response Received:
> 2013-04-07 00:38:11,181 DEBUG [agent.transport.Request]
> (DirectAgent-192:null) Seq 5-614334468: Processing:  { Ans: , MgmtId: 1,
> via: 5, Ver: v1, Flags: 10, [{"Answer":{"result":true,"wait":0}}] }
> 2013-04-07 00:38:20,455 DEBUG
> [storage.secondary.SecondaryStorageManagerImpl] (secstorage-1:null) Zone 1
> is ready to launch secondary storage VM
> 2013-04-07 00:38:20,573 DEBUG [cloud.consoleproxy.ConsoleProxyManagerImpl]
> (consoleproxy-1:null) Zone 1 is ready to launch console proxy
> 2013-04-07 00:38:20,820 DEBUG
> [network.router.VirtualNetworkApplianceManagerImpl]
> (RouterStatusMonitor-1:null) Found 0 routers to update status.
> 2013-04-07 00:38:20,821 DEBUG
> [network.router.VirtualNetworkApplianceManagerImpl]
> (RouterStatusMonitor-1:null) Found 0 networks to update RvR status.
> 2013-04-07 00:38:20,851 DEBUG
> [network.router.VirtualNetworkApplianceManagerImpl]
> (RouterStatusMonitor-1:null) Found 0 routers to update status.
> 2013-04-07 00:38:20,853 DEBUG
> [network.router.VirtualNetworkApplianceManagerImpl]
> (RouterStatusMonitor-1:null) Found 0 networks to update RvR status.
> 2013-04-07 00:38:20,921 DEBUG [cloud.alert.AlertManagerImpl]
> (CapacityChecker:null) Running Capacity Checker ...
> 2013-04-07 00:38:20,921 DEBUG [cloud.alert.AlertManagerImpl]
> (CapacityChecker:null) recalculating system capacity
> 2013-04-07 00:38:20,921 DEBUG [cloud.alert.AlertManagerImpl]
> (CapacityChecker:null) Executing cpu/ram capacity update
> 2013-04-07 00:38:20,931 DEBUG [cloud.capacity.CapacityManagerImpl]
> (CapacityChecker:null) Found 2 VMs on host 1
> 2013-04-07 00:38:20,932 DEBUG [cloud.capacity.CapacityManagerImpl]
> (CapacityChecker:null) Found 0 VM, not running on host 1
> 2013-04-07 00:38:20,935 DEBUG [cloud.capacity.CapacityManagerImpl]
> (CapacityChecker:null) No need to calibrate cpu capacity, host:1 usedCpu:
> 200 reservedCpu: 0
> 2013-04-07 00:38:20,935 DEBUG [cloud.capacity.CapacityManagerImpl]
> (CapacityChecker:null) No need to calibrate memory capacity, host:1
> usedMem: 209715200 reservedMem: 0
> 2013-04-07 00:38:20,940 DEBUG [cloud.capacity.CapacityManagerImpl]
> (CapacityChecker:null) Found 0 VMs on host 5
> 2013-04-07 00:38:20,941 DEBUG [cloud.capacity.CapacityManagerImpl]
> (CapacityChecker:null) Found 0 VM, not running on host 5
> 2013-04-07 00:38:20,944 DEBUG [cloud.capacity.CapacityManagerImpl]
> (CapacityChecker:null) No need to calibrate cpu capacity, host:5 usedCpu: 0
> reservedCpu: 0
> 2013-04-07 00:38:20,944 DEBUG [cloud.capacity.CapacityManagerImpl]
> (CapacityChecker:null) No need to calibrate memory capacity, host:5
> usedMem: 0 reservedMem: 0
> 2013-04-07 00:38:20,950 DEBUG [cloud.capacity.CapacityManagerImpl]
> (CapacityChecker:null) Found 1 VMs on host 6
> 2013-04-07 00:38:20,951 DEBUG [cloud.capacity.CapacityManagerImpl]
> (CapacityChecker:null) Found 0 VM, not running on host 6
> 2013-04-07 00:38:20,954 DEBUG [cloud.capacity.CapacityManagerImpl]
> (CapacityChecker:null) No need to calibrate cpu capacity, host:6 usedCpu:
> 100 reservedCpu: 0
> 2013-04-07 00:38:20,954 DEBUG [cloud.capacity.CapacityManagerImpl]
> (CapacityChecker:null) No need to calibrate memory capacity, host:6
> usedMem: 104857600 reservedMem: 0
> 2013-04-07 00:38:20,954 DEBUG [cloud.alert.AlertManagerImpl]
> (CapacityChecker:null) Done executing cpu/ram capacity update
> 2013-04-07 00:38:20,954 DEBUG [cloud.alert.AlertManagerImpl]
> (CapacityChecker:null) Executing storage capacity update
> 2013-04-07 00:38:20,961 DEBUG [cloud.storage.StorageManagerImpl]
> (CapacityChecker:null) Successfully set Capacity - 31004332032 for capacity
> type - 9 , DataCenterId - 1, HostOrPoolId - 200, PodId 1
> 2013-04-07 00:38:20,965 DEBUG [cloud.storage.StorageManagerImpl]
> (CapacityChecker:null) Successfully set Capacity - 97221701632 for capacity
> type - 9 , DataCenterId - 1, HostOrPoolId - 201, PodId 1
> 2013-04-07 00:38:20,970 DEBUG [cloud.storage.StorageManagerImpl]
> (CapacityChecker:null) Successfully set Capacity - 97221701632 for capacity
> type - 9 , DataCenterId - 1, HostOrPoolId - 202, PodId 1
> 2013-04-07 00:38:20,975 DEBUG [cloud.storage.StorageManagerImpl]
> (CapacityChecker:null) Successfully set Capacity - 2084569088 for capacity
> type - 3 , DataCenterId - 1, HostOrPoolId - 256, PodId 1
> 2013-04-07 00:38:20,980 DEBUG [cloud.storage.StorageManagerImpl]
> (CapacityChecker:null) Successfully set Capacity - 2084569088 for capacity
> type - 3 , DataCenterId - 1, HostOrPoolId - 257, PodId 1
> 2013-04-07 00:38:20,985 DEBUG [cloud.storage.StorageManagerImpl]
> (CapacityChecker:null) Successfully set Capacity - 2084569088 for capacity
> type - 3 , DataCenterId - 1, HostOrPoolId - 262, PodId 1
> 2013-04-07 00:38:20,985 DEBUG [cloud.alert.AlertManagerImpl]
> (CapacityChecker:null) Done executing storage capacity update
> 2013-04-07 00:38:20,985 DEBUG [cloud.alert.AlertManagerImpl]
> (CapacityChecker:null) Executing capacity updates for public ip and Vlans
> 2013-04-07 00:38:20,995 DEBUG [cloud.alert.AlertManagerImpl]
> (CapacityChecker:null) Done capacity updates for public ip and Vlans
> 2013-04-07 00:38:20,996 DEBUG [cloud.alert.AlertManagerImpl]
> (CapacityChecker:null) Executing capacity updates for private ip
> 2013-04-07 00:38:21,003 DEBUG [cloud.alert.AlertManagerImpl]
> (CapacityChecker:null) Done executing capacity updates for private ip
> 2013-04-07 00:38:21,003 DEBUG [cloud.alert.AlertManagerImpl]
> (CapacityChecker:null) Done recalculating system capacity
> 2013-04-07 00:38:21,031 DEBUG [cloud.alert.AlertManagerImpl]
> (CapacityChecker:null) Done running Capacity Checker ...
> 2013-04-07 00:38:24,889 DEBUG [agent.manager.AgentManagerImpl]
> (AgentManager-Handler-8:null) Ping from 4
> 2013-04-07 00:38:27,157 DEBUG [agent.manager.DirectAgentAttache]
> (DirectAgent-311:null) Ping from 1
> 2013-04-07 00:38:29,095 DEBUG [agent.manager.DirectAgentAttache]
> (DirectAgent-197:null) Seq 1-90046472: Executing request
> 2013-04-07 00:38:29,323 DEBUG [agent.manager.DirectAgentAttache]
> (DirectAgent-197:null) Seq 1-90046472: Response Received:
> 2013-04-07 00:38:29,324 DEBUG [agent.transport.Request]
> (DirectAgent-197:null) Seq 1-90046472: Processing:  { Ans: , MgmtId: 1,
> via: 1, Ver: v1, Flags: 10,
> [{"ClusterSyncAnswer":{"_clusterId":1,"_newStates":{},"_isExecuted":false,"result":true,"wait":0}}]
> }
> 2013-04-07 00:38:47,679 DEBUG [agent.manager.AgentManagerImpl]
> (AgentManager-Handler-9:null) Ping from 3
> 2013-04-07 00:38:50,453 DEBUG
> [storage.secondary.SecondaryStorageManagerImpl] (secstorage-1:null) Zone 1
> is ready to launch secondary storage VM
> 2013-04-07 00:38:50,560 DEBUG [cloud.consoleproxy.ConsoleProxyManagerImpl]
> (consoleproxy-1:null) Zone 1 is ready to launch console proxy
> 2013-04-07 00:38:50,819 DEBUG
> [network.router.VirtualNetworkApplianceManagerImpl]
> (RouterStatusMonitor-1:null) Found 0 routers to update status.
> 2013-04-07 00:38:50,820 DEBUG
> [network.router.VirtualNetworkApplianceManagerImpl]
> (RouterStatusMonitor-1:null) Found 0 networks to update RvR status.
> 2013-04-07 00:38:50,851 DEBUG
> [network.router.VirtualNetworkApplianceManagerImpl]
> (RouterStatusMonitor-1:null) Found 0 routers to update status.
> 2013-04-07 00:38:50,852 DEBUG
> [network.router.VirtualNetworkApplianceManagerImpl]
> (RouterStatusMonitor-1:null) Found 0 networks to update RvR status.
> 2013-04-07 00:38:51,483 INFO  [agent.manager.AgentMonitor]
> (Thread-11:null) Found the following agents behind on ping: [6, 5]
> 2013-04-07 00:38:51,485 DEBUG [cloud.host.Status] (Thread-11:null) Ping
> timeout for host 6, do invstigation
> 2013-04-07 00:38:51,486 DEBUG [cloud.host.Status] (Thread-11:null) Ping
> timeout for host 5, do invstigation
> 2013-04-07 00:38:51,486 INFO  [agent.manager.AgentManagerImpl]
> (AgentTaskPool-11:null) Investigating why host 6 has disconnected with
> event PingTimeout
> 2013-04-07 00:38:51,486 DEBUG [agent.manager.AgentManagerImpl]
> (AgentTaskPool-11:null) checking if agent (6) is alive
> 2013-04-07 00:38:51,487 INFO  [agent.manager.AgentManagerImpl]
> (AgentTaskPool-16:null) Investigating why host 5 has disconnected with
> event PingTimeout
> 2013-04-07 00:38:51,488 DEBUG [agent.manager.AgentManagerImpl]
> (AgentTaskPool-16:null) checking if agent (5) is alive
> 2013-04-07 00:38:51,489 DEBUG [agent.transport.Request]
> (AgentTaskPool-11:null) Seq 6-324993318: Sending  { Cmd , MgmtId: 1, via:
> 6, Ver: v1, Flags: 100011, [{"CheckHealthCommand":{"wait":50}}] }
> 2013-04-07 00:38:51,489 DEBUG [agent.transport.Request]
> (AgentTaskPool-11:null) Seq 6-324993318: Executing:  { Cmd , MgmtId: 1,
> via: 6, Ver: v1, Flags: 100011, [{"CheckHealthCommand":{"wait":50}}] }
> 2013-04-07 00:38:51,489 DEBUG [agent.manager.DirectAgentAttache]
> (DirectAgent-372:null) Seq 6-324993318: Executing request
> 2013-04-07 00:38:51,491 DEBUG [agent.transport.Request]
> (AgentTaskPool-16:null) Seq 5-614334822: Sending  { Cmd , MgmtId: 1, via:
> 5, Ver: v1, Flags: 100011, [{"CheckHealthCommand":{"wait":50}}] }
> 2013-04-07 00:38:51,491 DEBUG [agent.transport.Request]
> (AgentTaskPool-16:null) Seq 5-614334822: Executing:  { Cmd , MgmtId: 1,
> via: 5, Ver: v1, Flags: 100011, [{"CheckHealthCommand":{"wait":50}}] }
> 2013-04-07 00:38:51,491 DEBUG [agent.manager.DirectAgentAttache]
> (DirectAgent-252:null) Seq 5-614334822: Executing request
> 2013-04-07 00:38:51,546 DEBUG [agent.manager.DirectAgentAttache]
> (DirectAgent-372:null) Seq 6-324993318: Response Received:
> 2013-04-07 00:38:51,547 DEBUG [agent.transport.Request]
> (DirectAgent-372:null) Seq 6-324993318: Processing:  { Ans: , MgmtId: 1,
> via: 6, Ver: v1, Flags: 10,
> [{"CheckHealthAnswer":{"result":true,"details":"resource is
> alive","wait":0}}] }
> 2013-04-07 00:38:51,547 DEBUG [agent.transport.Request]
> (AgentTaskPool-11:null) Seq 6-324993318: Received:  { Ans: , MgmtId: 1,
> via: 6, Ver: v1, Flags: 10, { CheckHealthAnswer } }
> 2013-04-07 00:38:51,547 DEBUG [agent.manager.AgentManagerImpl]
> (AgentTaskPool-11:null) Details from executing class
> com.cloud.agent.api.CheckHealthCommand: resource is alive
> 2013-04-07 00:38:51,547 DEBUG [agent.manager.AgentManagerImpl]
> (AgentTaskPool-11:null) agent (6) responded to checkHeathCommand, reporting
> that agent is Up
> 2013-04-07 00:38:51,547 INFO  [agent.manager.AgentManagerImpl]
> (AgentTaskPool-11:null) The state determined is Up
> 2013-04-07 00:38:51,547 INFO  [agent.manager.AgentManagerImpl]
> (AgentTaskPool-11:null) Agent is determined to be up and running
> 2013-04-07 00:38:51,547 DEBUG [cloud.host.Status] (AgentTaskPool-11:null)
> Transition:[Resource state = Enabled, Agent event = Ping, Host id = 6, name
> = Tut-XenServer]
> 2013-04-07 00:38:51,549 DEBUG [agent.manager.DirectAgentAttache]
> (DirectAgent-252:null) Seq 5-614334822: Response Received:
> 2013-04-07 00:38:51,549 DEBUG [agent.transport.Request]
> (DirectAgent-252:null) Seq 5-614334822: Processing:  { Ans: , MgmtId: 1,
> via: 5, Ver: v1, Flags: 10,
> [{"CheckHealthAnswer":{"result":true,"details":"resource is
> alive","wait":0}}] }
> 2013-04-07 00:38:51,549 DEBUG [agent.transport.Request]
> (AgentTaskPool-16:null) Seq 5-614334822: Received:  { Ans: , MgmtId: 1,
> via: 5, Ver: v1, Flags: 10, { CheckHealthAnswer } }
> 2013-04-07 00:38:51,550 DEBUG [agent.manager.AgentManagerImpl]
> (AgentTaskPool-16:null) Details from executing class
> com.cloud.agent.api.CheckHealthCommand: resource is alive
> 2013-04-07 00:38:51,550 DEBUG [agent.manager.AgentManagerImpl]
> (AgentTaskPool-16:null) agent (5) responded to checkHeathCommand, reporting
> that agent is Up
> 2013-04-07 00:38:51,550 INFO  [agent.manager.AgentManagerImpl]
> (AgentTaskPool-16:null) The state determined is Up
> 2013-04-07 00:38:51,550 INFO  [agent.manager.AgentManagerImpl]
> (AgentTaskPool-16:null) Agent is determined to be up and running
> 2013-04-07 00:38:51,550 DEBUG [cloud.host.Status] (AgentTaskPool-11:null)
> Agent status update: [id = 6; name = Tut-XenServer; old status = Up; event
> = Ping; new status = Up; old update count = 315; new update count = 316]
> 2013-04-07 00:38:51,550 DEBUG [cloud.host.Status] (AgentTaskPool-16:null)
> Transition:[Resource state = Enabled, Agent event = Ping, Host id = 5, name
> = Tut-XenServer2]
> 2013-04-07 00:38:51,553 DEBUG [cloud.host.Status] (AgentTaskPool-16:null)
> Agent status update: [id = 5; name = Tut-XenServer2; old status = Up; event
> = Ping; new status = Up; old update count = 152; new update count = 153]
> 2013-04-07 00:39:04,800 DEBUG [agent.manager.DirectAgentAttache]
> (DirectAgent-100:null) Ping from 6
> 2013-04-07 00:39:06,054 DEBUG [agent.manager.DirectAgentAttache]
> (DirectAgent-259:null) Ping from 5
> 2013-04-07 00:39:06,909 DEBUG [agent.manager.DirectAgentAttache]
> (DirectAgent-134:null) Seq 6-324993028: Executing request
> 2013-04-07 00:39:07,104 DEBUG [agent.manager.DirectAgentAttache]
> (DirectAgent-134:null) Seq 6-324993028: Response Received:
> 2013-04-07 00:39:07,104 DEBUG [agent.transport.Request]
> (DirectAgent-134:null) Seq 6-324993028: Processing:  { Ans: , MgmtId: 1,
> via: 6, Ver: v1, Flags: 10,
> [{"ClusterSyncAnswer":{"_clusterId":2,"_newStates":{},"_isExecuted":false,"result":true,"wait":0}}]
> }
> 2013-04-07 00:39:11,022 DEBUG [agent.manager.DirectAgentAttache]
> (DirectAgent-188:null) Seq 5-614334468: Executing request
> 2013-04-07 00:39:11,164 DEBUG [agent.manager.DirectAgentAttache]
> (DirectAgent-188:null) Seq 5-614334468: Response Received:
> 2013-04-07 00:39:11,164 DEBUG [agent.transport.Request]
> (DirectAgent-188:null) Seq 5-614334468: Processing:  { Ans: , MgmtId: 1,
> via: 5, Ver: v1, Flags: 10, [{"Answer":{"result":true,"wait":0}}] }
> 2013-04-07 00:39:20,451 DEBUG
> [storage.secondary.SecondaryStorageManagerImpl] (secstorage-1:null) Zone 1
> is ready to launch secondary storage VM
> 2013-04-07 00:39:20,552 DEBUG [cloud.consoleproxy.ConsoleProxyManagerImpl]
> (consoleproxy-1:null) Zone 1 is ready to launch console proxy
> 2013-04-07 00:39:20,819 DEBUG
> [network.router.VirtualNetworkApplianceManagerImpl]
> (RouterStatusMonitor-1:null) Found 0 routers to update status.
> 2013-04-07 00:39:20,820 DEBUG
> [network.router.VirtualNetworkApplianceManagerImpl]
> (RouterStatusMonitor-1:null) Found 0 networks to update RvR status.
> 2013-04-07 00:39:20,851 DEBUG
> [network.router.VirtualNetworkApplianceManagerImpl]
> (RouterStatusMonitor-1:null) Found 0 routers to update status.
> 2013-04-07 00:39:20,852 DEBUG
> [network.router.VirtualNetworkApplianceManagerImpl]
> (RouterStatusMonitor-1:null) Found 0 networks to update RvR status.
> 2013-04-07 00:39:24,890 DEBUG [agent.manager.AgentManagerImpl]
> (AgentManager-Handler-10:null) Ping from 4
> 2013-04-07 00:39:27,161 DEBUG [agent.manager.DirectAgentAttache]
> (DirectAgent-400:null) Ping from 1
> 2013-04-07 00:39:27,661 DEBUG [cloud.api.ApiServlet]
> (1109449945@qtp-1008805148-34:null) ===START===  127.0.0.1 -- GET
>  command=listVolumes&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&listAll=true&page=1&pagesize=20&_=1365316767658
> 2013-04-07 00:39:27,672 DEBUG [cloud.api.ApiServlet]
> (1109449945@qtp-1008805148-34:null) ===END===  127.0.0.1 -- GET
>  command=listVolumes&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&listAll=true&page=1&pagesize=20&_=1365316767658
> 2013-04-07 00:39:28,628 DEBUG [cloud.api.ApiServlet]
> (1109449945@qtp-1008805148-34:null) ===START===  127.0.0.1 -- GET
>  command=listVirtualMachines&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&listAll=true&page=1&pagesize=20&_=1365316768625
> 2013-04-07 00:39:28,640 DEBUG [cloud.api.ApiServlet]
> (1109449945@qtp-1008805148-34:null) ===END===  127.0.0.1 -- GET
>  command=listVirtualMachines&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&listAll=true&page=1&pagesize=20&_=1365316768625
> 2013-04-07 00:39:29,095 DEBUG [agent.manager.DirectAgentAttache]
> (DirectAgent-101:null) Seq 1-90046472: Executing request
> 2013-04-07 00:39:29,311 DEBUG [agent.manager.DirectAgentAttache]
> (DirectAgent-101:null) Seq 1-90046472: Response Received:
> 2013-04-07 00:39:29,311 DEBUG [agent.transport.Request]
> (DirectAgent-101:null) Seq 1-90046472: Processing:  { Ans: , MgmtId: 1,
> via: 1, Ver: v1, Flags: 10,
> [{"ClusterSyncAnswer":{"_clusterId":1,"_newStates":{},"_isExecuted":false,"result":true,"wait":0}}]
> }
> 2013-04-07 00:39:31,530 DEBUG [cloud.api.ApiServlet]
> (1109449945@qtp-1008805148-34:null) ===START===  127.0.0.1 -- GET
>  command=logout&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316771528
> 2013-04-07 00:39:31,535 DEBUG [cloud.api.ApiServlet]
> (1109449945@qtp-1008805148-34:null) ===END===  127.0.0.1 -- GET
>  command=logout&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316771528
> 2013-04-07 00:39:31,969 DEBUG [cloud.api.ApiServlet]
> (2107564436@qtp-1008805148-38:null) ===START===  127.0.0.1 -- GET
>  command=listCapabilities&response=json&sessionkey=null&_=1365316771968
> 2013-04-07 00:39:31,970 DEBUG [cloud.api.ApiServlet]
> (2107564436@qtp-1008805148-38:null) ===END===  127.0.0.1 -- GET
>  command=listCapabilities&response=json&sessionkey=null&_=1365316771968
> 2013-04-07 00:39:47,679 DEBUG [agent.manager.AgentManagerImpl]
> (AgentManager-Handler-11:null) Ping from 3
> 2013-04-07 00:39:50,451 DEBUG
> [storage.secondary.SecondaryStorageManagerImpl] (secstorage-1:null) Zone 1
> is ready to launch secondary storage VM
> 2013-04-07 00:39:50,555 DEBUG [cloud.consoleproxy.ConsoleProxyManagerImpl]
> (consoleproxy-1:null) Zone 1 is ready to launch console proxy
> 2013-04-07 00:39:50,819 DEBUG
> [network.router.VirtualNetworkApplianceManagerImpl]
> (RouterStatusMonitor-1:null) Found 0 routers to update status.
> 2013-04-07 00:39:50,820 DEBUG
> [network.router.VirtualNetworkApplianceManagerImpl]
> (RouterStatusMonitor-1:null) Found 0 networks to update RvR status.
> 2013-04-07 00:39:50,850 DEBUG
> [network.router.VirtualNetworkApplianceManagerImpl]
> (RouterStatusMonitor-1:null) Found 0 routers to update status.
> 2013-04-07 00:39:50,851 DEBUG
> [network.router.VirtualNetworkApplianceManagerImpl]
> (RouterStatusMonitor-1:null) Found 0 networks to update RvR status.
> 2013-04-07 00:39:51,486 INFO  [agent.manager.AgentMonitor]
> (Thread-11:null) Found the following agents behind on ping: [6, 5]
> 2013-04-07 00:39:51,488 DEBUG [cloud.host.Status] (Thread-11:null) Ping
> timeout for host 6, do invstigation
> 2013-04-07 00:39:51,489 DEBUG [cloud.host.Status] (Thread-11:null) Ping
> timeout for host 5, do invstigation
> 2013-04-07 00:39:51,489 INFO  [agent.manager.AgentManagerImpl]
> (AgentTaskPool-2:null) Investigating why host 6 has disconnected with event
> PingTimeout
> 2013-04-07 00:39:51,490 DEBUG [agent.manager.AgentManagerImpl]
> (AgentTaskPool-2:null) checking if agent (6) is alive
> 2013-04-07 00:39:51,491 INFO  [agent.manager.AgentManagerImpl]
> (AgentTaskPool-14:null) Investigating why host 5 has disconnected with
> event PingTimeout
> 2013-04-07 00:39:51,491 DEBUG [agent.manager.AgentManagerImpl]
> (AgentTaskPool-14:null) checking if agent (5) is alive
> 2013-04-07 00:39:51,493 DEBUG [agent.transport.Request]
> (AgentTaskPool-2:null) Seq 6-324993319: Sending  { Cmd , MgmtId: 1, via: 6,
> Ver: v1, Flags: 100011, [{"CheckHealthCommand":{"wait":50}}] }
> 2013-04-07 00:39:51,493 DEBUG [agent.transport.Request]
> (AgentTaskPool-2:null) Seq 6-324993319: Executing:  { Cmd , MgmtId: 1, via:
> 6, Ver: v1, Flags: 100011, [{"CheckHealthCommand":{"wait":50}}] }
> 2013-04-07 00:39:51,493 DEBUG [agent.manager.DirectAgentAttache]
> (DirectAgent-278:null) Seq 6-324993319: Executing request
> 2013-04-07 00:39:51,494 DEBUG [agent.transport.Request]
> (AgentTaskPool-14:null) Seq 5-614334823: Sending  { Cmd , MgmtId: 1, via:
> 5, Ver: v1, Flags: 100011, [{"CheckHealthCommand":{"wait":50}}] }
> 2013-04-07 00:39:51,494 DEBUG [agent.transport.Request]
> (AgentTaskPool-14:null) Seq 5-614334823: Executing:  { Cmd , MgmtId: 1,
> via: 5, Ver: v1, Flags: 100011, [{"CheckHealthCommand":{"wait":50}}] }
> 2013-04-07 00:39:51,495 DEBUG [agent.manager.DirectAgentAttache]
> (DirectAgent-433:null) Seq 5-614334823: Executing request
> 2013-04-07 00:39:51,547 DEBUG [agent.manager.DirectAgentAttache]
> (DirectAgent-278:null) Seq 6-324993319: Response Received:
> 2013-04-07 00:39:51,548 DEBUG [agent.transport.Request]
> (DirectAgent-278:null) Seq 6-324993319: Processing:  { Ans: , MgmtId: 1,
> via: 6, Ver: v1, Flags: 10,
> [{"CheckHealthAnswer":{"result":true,"details":"resource is
> alive","wait":0}}] }
> 2013-04-07 00:39:51,548 DEBUG [agent.transport.Request]
> (AgentTaskPool-2:null) Seq 6-324993319: Received:  { Ans: , MgmtId: 1, via:
> 6, Ver: v1, Flags: 10, { CheckHealthAnswer } }
> 2013-04-07 00:39:51,548 DEBUG [agent.manager.AgentManagerImpl]
> (AgentTaskPool-2:null) Details from executing class
> com.cloud.agent.api.CheckHealthCommand: resource is alive
> 2013-04-07 00:39:51,548 DEBUG [agent.manager.AgentManagerImpl]
> (AgentTaskPool-2:null) agent (6) responded to checkHeathCommand, reporting
> that agent is Up
> 2013-04-07 00:39:51,548 INFO  [agent.manager.AgentManagerImpl]
> (AgentTaskPool-2:null) The state determined is Up
> 2013-04-07 00:39:51,548 INFO  [agent.manager.AgentManagerImpl]
> (AgentTaskPool-2:null) Agent is determined to be up and running
> 2013-04-07 00:39:51,548 DEBUG [cloud.host.Status] (AgentTaskPool-2:null)
> Transition:[Resource state = Enabled, Agent event = Ping, Host id = 6, name
> = Tut-XenServer]
> 2013-04-07 00:39:51,549 DEBUG [agent.manager.DirectAgentAttache]
> (DirectAgent-433:null) Seq 5-614334823: Response Received:
> 2013-04-07 00:39:51,549 DEBUG [agent.transport.Request]
> (DirectAgent-433:null) Seq 5-614334823: Processing:  { Ans: , MgmtId: 1,
> via: 5, Ver: v1, Flags: 10,
> [{"CheckHealthAnswer":{"result":true,"details":"resource is
> alive","wait":0}}] }
> 2013-04-07 00:39:51,549 DEBUG [agent.transport.Request]
> (AgentTaskPool-14:null) Seq 5-614334823: Received:  { Ans: , MgmtId: 1,
> via: 5, Ver: v1, Flags: 10, { CheckHealthAnswer } }
> 2013-04-07 00:39:51,549 DEBUG [agent.manager.AgentManagerImpl]
> (AgentTaskPool-14:null) Details from executing class
> com.cloud.agent.api.CheckHealthCommand: resource is alive
> 2013-04-07 00:39:51,549 DEBUG [agent.manager.AgentManagerImpl]
> (AgentTaskPool-14:null) agent (5) responded to checkHeathCommand, reporting
> that agent is Up
> 2013-04-07 00:39:51,549 INFO  [agent.manager.AgentManagerImpl]
> (AgentTaskPool-14:null) The state determined is Up
> 2013-04-07 00:39:51,549 INFO  [agent.manager.AgentManagerImpl]
> (AgentTaskPool-14:null) Agent is determined to be up and running
> 2013-04-07 00:39:51,551 DEBUG [cloud.host.Status] (AgentTaskPool-2:null)
> Agent status update: [id = 6; name = Tut-XenServer; old status = Up; event
> = Ping; new status = Up; old update count = 316; new update count = 317]
> 2013-04-07 00:39:51,551 DEBUG [cloud.host.Status] (AgentTaskPool-14:null)
> Transition:[Resource state = Enabled, Agent event = Ping, Host id = 5, name
> = Tut-XenServer2]
> 2013-04-07 00:39:51,554 DEBUG [cloud.host.Status] (AgentTaskPool-14:null)
> Agent status update: [id = 5; name = Tut-XenServer2; old status = Up; event
> = Ping; new status = Up; old update count = 153; new update count = 154]
> 2013-04-07 00:40:04,836 DEBUG [agent.manager.DirectAgentAttache]
> (DirectAgent-238:null) Ping from 6
> 2013-04-07 00:40:06,653 WARN  [xen.resource.CitrixResourceBase]
> (DirectAgent-429:null)  can not ping xenserver
> 5e02c608-155d-432e-a20f-f8c600ef3ab7
> 2013-04-07 00:40:06,653 WARN  [agent.manager.DirectAgentAttache]
> (DirectAgent-429:null) Unable to get current status on 5
> 2013-04-07 00:40:06,655 INFO  [agent.manager.AgentManagerImpl]
> (AgentTaskPool-1:null) Investigating why host 5 has disconnected with event
> AgentDisconnected
> 2013-04-07 00:40:06,655 DEBUG [agent.manager.AgentManagerImpl]
> (AgentTaskPool-1:null) checking if agent (5) is alive
> 2013-04-07 00:40:06,658 DEBUG [agent.transport.Request]
> (AgentTaskPool-1:null) Seq 5-614334824: Sending  { Cmd , MgmtId: 1, via: 5,
> Ver: v1, Flags: 100011, [{"CheckHealthCommand":{"wait":50}}] }
> 2013-04-07 00:40:06,658 DEBUG [agent.transport.Request]
> (AgentTaskPool-1:null) Seq 5-614334824: Executing:  { Cmd , MgmtId: 1, via:
> 5, Ver: v1, Flags: 100011, [{"CheckHealthCommand":{"wait":50}}] }
> 2013-04-07 00:40:06,658 DEBUG [agent.manager.DirectAgentAttache]
> (DirectAgent-28:null) Seq 5-614334824: Executing request
> 2013-04-07 00:40:06,681 DEBUG [agent.manager.DirectAgentAttache]
> (DirectAgent-28:null) Seq 5-614334824: Response Received:
> 2013-04-07 00:40:06,682 DEBUG [agent.transport.Request]
> (DirectAgent-28:null) Seq 5-614334824: Processing:  { Ans: , MgmtId: 1,
> via: 5, Ver: v1, Flags: 10,
> [{"CheckHealthAnswer":{"result":false,"details":"resource is not
> alive","wait":0}}] }
> 2013-04-07 00:40:06,682 DEBUG [agent.transport.Request]
> (AgentTaskPool-1:null) Seq 5-614334824: Received:  { Ans: , MgmtId: 1, via:
> 5, Ver: v1, Flags: 10, { CheckHealthAnswer } }
> 2013-04-07 00:40:06,682 DEBUG [agent.manager.AgentManagerImpl]
> (AgentTaskPool-1:null) Details from executing class
> com.cloud.agent.api.CheckHealthCommand: resource is not alive
> 2013-04-07 00:40:06,684 DEBUG [cloud.ha.HighAvailabilityManagerImpl]
> (AgentTaskPool-1:null) SimpleInvestigator unable to determine the state of
> the host.  Moving on.
> 2013-04-07 00:40:06,691 DEBUG [agent.transport.Request]
> (AgentTaskPool-1:null) Seq 6-324993320: Sending  { Cmd , MgmtId: 1, via: 6,
> Ver: v1, Flags: 100011,
> [{"CheckOnHostCommand":{"host":{"guid":"5e02c608-155d-432e-a20f-f8c600ef3ab7","privateNetwork":{"ip":"192.168.56.11","netmask":"255.255.255.0","mac":"08:00:27:f7:0d:28","isSecurityGroupEnabled":false},"publicNetwork":{"ip":"192.168.56.11","netmask":"255.255.255.0","mac":"08:00:27:f7:0d:28","isSecurityGroupEnabled":false},"storageNetwork1":{"ip":"192.168.56.11","netmask":"255.255.255.0","mac":"08:00:27:f7:0d:28","isSecurityGroupEnabled":false}},"wait":20}}]
> }
> 2013-04-07 00:40:06,691 DEBUG [agent.transport.Request]
> (AgentTaskPool-1:null) Seq 6-324993320: Executing:  { Cmd , MgmtId: 1, via:
> 6, Ver: v1, Flags: 100011,
> [{"CheckOnHostCommand":{"host":{"guid":"5e02c608-155d-432e-a20f-f8c600ef3ab7","privateNetwork":{"ip":"192.168.56.11","netmask":"255.255.255.0","mac":"08:00:27:f7:0d:28","isSecurityGroupEnabled":false},"publicNetwork":{"ip":"192.168.56.11","netmask":"255.255.255.0","mac":"08:00:27:f7:0d:28","isSecurityGroupEnabled":false},"storageNetwork1":{"ip":"192.168.56.11","netmask":"255.255.255.0","mac":"08:00:27:f7:0d:28","isSecurityGroupEnabled":false}},"wait":20}}]
> }
> 2013-04-07 00:40:06,692 DEBUG [agent.manager.DirectAgentAttache]
> (DirectAgent-467:null) Seq 6-324993320: Executing request
> 2013-04-07 00:40:06,909 DEBUG [agent.manager.DirectAgentAttache]
> (DirectAgent-367:null) Seq 6-324993028: Executing request
> 2013-04-07 00:40:07,178 DEBUG [xen.resource.XenServer56Resource]
> (DirectAgent-467:null) Heart beat is still going
> 2013-04-07 00:40:07,178 DEBUG [agent.manager.DirectAgentAttache]
> (DirectAgent-467:null) Seq 6-324993320: Response Received:
> 2013-04-07 00:40:07,178 DEBUG [agent.transport.Request]
> (DirectAgent-467:null) Seq 6-324993320: Processing:  { Ans: , MgmtId: 1,
> via: 6, Ver: v1, Flags: 10,
> [{"CheckOnHostAnswer":{"determined":true,"alive":true,"result":true,"details":"Heartbeat
> is still going","wait":0}}] }
> 2013-04-07 00:40:07,178 DEBUG [agent.transport.Request]
> (AgentTaskPool-1:null) Seq 6-324993320: Received:  { Ans: , MgmtId: 1, via:
> 6, Ver: v1, Flags: 10, { CheckOnHostAnswer } }
> 2013-04-07 00:40:07,179 DEBUG [agent.manager.AgentManagerImpl]
> (AgentTaskPool-1:null) Details from executing class
> com.cloud.agent.api.CheckOnHostCommand: Heartbeat is still going
> 2013-04-07 00:40:07,179 DEBUG [cloud.ha.HighAvailabilityManagerImpl]
> (AgentTaskPool-1:null) XenServerInvestigator was able to determine host 5
> is in Up
> 2013-04-07 00:40:07,179 INFO  [agent.manager.AgentManagerImpl]
> (AgentTaskPool-1:null) The state determined is Up
> 2013-04-07 00:40:07,179 INFO  [agent.manager.AgentManagerImpl]
> (AgentTaskPool-1:null) Agent is determined to be up and running
> 2013-04-07 00:40:07,179 DEBUG [cloud.host.Status] (AgentTaskPool-1:null)
> Transition:[Resource state = Enabled, Agent event = Ping, Host id = 5, name
> = Tut-XenServer2]
> 2013-04-07 00:40:07,182 DEBUG [cloud.host.Status] (AgentTaskPool-1:null)
> Agent status update: [id = 5; name = Tut-XenServer2; old status = Up; event
> = Ping; new status = Up; old update count = 154; new update count = 155]
> 2013-04-07 00:40:07,321 DEBUG [agent.manager.DirectAgentAttache]
> (DirectAgent-367:null) Seq 6-324993028: Response Received:
> 2013-04-07 00:40:07,322 DEBUG [agent.transport.Request]
> (DirectAgent-367:null) Seq 6-324993028: Processing:  { Ans: , MgmtId: 1,
> via: 6, Ver: v1, Flags: 10,
> [{"ClusterSyncAnswer":{"_clusterId":2,"_newStates":{},"_isExecuted":false,"result":true,"wait":0}}]
> }
> 2013-04-07 00:40:11,022 DEBUG [agent.manager.DirectAgentAttache]
> (DirectAgent-430:null) Seq 5-614334468: Executing request
> 2013-04-07 00:40:11,052 DEBUG [xen.resource.XenServerConnectionPool]
> (DirectAgent-430:null) Catch Exception:
> com.xensource.xenapi.Types$HostOffline Host is offline 192.168.56.11 due to
> You attempted an operation which involves a host which could not be
> contacted.
> 2013-04-07 00:40:11,052 DEBUG [xen.resource.XenServerConnectionPool]
> (DirectAgent-430:null) Trying to reset master of slave 192.168.56.11 to
> 192.168.56.9
> 2013-04-07 00:40:20,452 DEBUG
> [storage.secondary.SecondaryStorageManagerImpl] (secstorage-1:null) Zone 1
> is ready to launch secondary storage VM
> 2013-04-07 00:40:20,552 DEBUG [cloud.consoleproxy.ConsoleProxyManagerImpl]
> (consoleproxy-1:null) Zone 1 is ready to launch console proxy
> 2013-04-07 00:40:20,820 DEBUG
> [network.router.VirtualNetworkApplianceManagerImpl]
> (RouterStatusMonitor-1:null) Found 0 routers to update status.
> 2013-04-07 00:40:20,821 DEBUG
> [network.router.VirtualNetworkApplianceManagerImpl]
> (RouterStatusMonitor-1:null) Found 0 networks to update RvR status.
> 2013-04-07 00:40:20,852 DEBUG
> [network.router.VirtualNetworkApplianceManagerImpl]
> (RouterStatusMonitor-1:null) Found 0 routers to update status.
> 2013-04-07 00:40:20,853 DEBUG
> [network.router.VirtualNetworkApplianceManagerImpl]
> (RouterStatusMonitor-1:null) Found 0 networks to update RvR status.
> 2013-04-07 00:40:21,055 DEBUG [xen.resource.XenServerConnectionPool]
> (DirectAgent-430:null) localLogout has problem Failed to read server's
> response: connect timed out
> 2013-04-07 00:40:21,055 WARN  [agent.manager.DirectAgentAttache]
> (DirectAgent-430:null) Seq 5-614334468: Exception Caught while executing
> command
> com.cloud.utils.exception.CloudRuntimeException: Unable to reset master of
> slave 192.168.56.11 to 192.168.56.9 due to
> org.apache.xmlrpc.XmlRpcException: Failed to read server's response:
> connect timed out
>  at
> com.cloud.hypervisor.xen.resource.XenServerConnectionPool.PoolEmergencyResetMaster(XenServerConnectionPool.java:443)
> at
> com.cloud.hypervisor.xen.resource.XenServerConnectionPool.connect(XenServerConnectionPool.java:661)
>  at
> com.cloud.hypervisor.xen.resource.CitrixResourceBase.getConnection(CitrixResourceBase.java:5380)
> at
> com.cloud.hypervisor.xen.resource.CitrixResourceBase.execute(CitrixResourceBase.java:7248)
>  at
> com.cloud.hypervisor.xen.resource.CitrixResourceBase.executeRequest(CitrixResourceBase.java:555)
> at
> com.cloud.hypervisor.xen.resource.XenServer56Resource.executeRequest(XenServer56Resource.java:73)
>  at
> com.cloud.agent.manager.DirectAgentAttache$Task.run(DirectAgentAttache.java:186)
> at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:439)
>  at
> java.util.concurrent.FutureTask$Sync.innerRunAndReset(FutureTask.java:317)
> at java.util.concurrent.FutureTask.runAndReset(FutureTask.java:150)
>  at
> java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.access$101(ScheduledThreadPoolExecutor.java:98)
> at
> java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.runPeriodic(ScheduledThreadPoolExecutor.java:180)
>  at
> java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:204)
> at
> java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:895)
>  at
> java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:918)
> at java.lang.Thread.run(Thread.java:680)
> 2013-04-07 00:40:21,056 DEBUG [agent.manager.DirectAgentAttache]
> (DirectAgent-430:null) Seq 5-614334468: Response Received:
> 2013-04-07 00:40:21,056 DEBUG [agent.transport.Request]
> (DirectAgent-430:null) Seq 5-614334468: Processing:  { Ans: , MgmtId: 1,
> via: 5, Ver: v1, Flags: 10,
> [{"Answer":{"result":false,"details":"com.cloud.utils.exception.CloudRuntimeException:
> Unable to reset master of slave 192.168.56.11 to 192.168.56.9 due to
> org.apache.xmlrpc.XmlRpcException: Failed to read server's response:
> connect timed out","wait":0}}] }
> 2013-04-07 00:40:24,888 DEBUG [agent.manager.AgentManagerImpl]
> (AgentManager-Handler-12:null) Ping from 4
> 2013-04-07 00:40:27,162 DEBUG [agent.manager.DirectAgentAttache]
> (DirectAgent-321:null) Ping from 1
> 2013-04-07 00:40:29,095 DEBUG [agent.manager.DirectAgentAttache]
> (DirectAgent-423:null) Seq 1-90046472: Executing request
> 2013-04-07 00:40:29,364 DEBUG [agent.manager.DirectAgentAttache]
> (DirectAgent-423:null) Seq 1-90046472: Response Received:
> 2013-04-07 00:40:29,364 DEBUG [agent.transport.Request]
> (DirectAgent-423:null) Seq 1-90046472: Processing:  { Ans: , MgmtId: 1,
> via: 1, Ver: v1, Flags: 10,
> [{"ClusterSyncAnswer":{"_clusterId":1,"_newStates":{},"_isExecuted":false,"result":true,"wait":0}}]
> }
> 2013-04-07 00:40:43,749 INFO  [context.support.XmlWebApplicationContext]
> (Shutdown:null) Closing Root WebApplicationContext: startup date [Sat Apr
> 06 22:07:12 MDT 2013]; root of context hierarchy
> 2013-04-07 00:40:43,751 INFO  [factory.support.DefaultListableBeanFactory]
> (Shutdown:null) Destroying singletons in
> org.springframework.beans.factory.support.DefaultListableBeanFactory@74b76ce4:
> defining beans
> [org.springframework.context.annotation.internalConfigurationAnnotationProcessor,org.springframework.context.annotation.internalAutowiredAnnotationProcessor,org.springframework.context.annotation.internalRequiredAnnotationProcessor,org.springframework.context.annotation.internalCommonAnnotationProcessor,ClusterRestService,NetworkRestService,PodService,VirtualMachineRestService,VolumeRestService,zoneService,dataDisk,iso,rootDisk,volumeTypeHelper,VMComputeTagDaoImpl,VMEntityDaoImpl,VMNetworkMapDaoImpl,VMReservationDaoImpl,VMRootDiskTagDaoImpl,volumeReservationDaoImpl,virtualMachineEntityImpl,VMEntityManagerImpl,dataCenterResourceManagerImpl,EngineDcDetailsDao,EngineClusterDao,EngineDataCenterDao,EngineHostDao,EngineHostPodDao,EngineHostDetailsDao,EngineHostTagsDao,provisioningService,cloudOrchestrator,dataObjectManagerImpl,dataStoreManagerImpl,dataStoreProviderDaoImpl,primaryDataStoreDaoImpl,primaryDataStoreDetailsDaoImpl,objectInDataStoreManagerImpl,dataStoreProviderManagerImpl,objectInDataStoreDaoImpl,defaultEndPointSelector,hypervsiorHostEndPointRpcServer,imageDataStoreHelper,imageDaoStoreDaoImpl,imageDataDaoImpl,imageDataStoreProviderDaoImpl,BAREMETAL,imageFormatHelper,ISO,OVA,imageformat_qcow2,unknown,image_format_vhd,dataMotionServiceImpl,primaryDataStoreHelper,templatePrimaryDataStoreDaoImpl,volumeDao2Impl,imageDataFactoryImpl,imageServiceImpl,imageDataManagerImpl,imageDataStoreManagerImpl,defaultImageDataStoreProvider,defaultImageMotionStrategy,imageMotionServiceImpl,snapshotDao2Impl,snapshotDataFactoryImpl,snapshotServiceImpl,hypervisorBasedSnapshot,defaultPrimaryDataStoreProviderManagerImpl,defaultPrimaryDatastoreProviderImpl,ISCSI,networkFileSystem,templateInstallStrategyImpl,volumeDataFactoryImpl,volumeManagerImpl,volumeServiceImpl,apiDiscoveryServiceImpl,apiRateLimitServiceImpl,regionDaoImpl,regionManagerImpl,regionServiceImpl,userContextInitializer,eventDaoImpl,usageEventDaoImpl,randomAllocator,baremetalDhcpDaoImpl,baremetalPxeDaoImpl,vmwareContextFactory,ciscoNexusVSMDeviceDaoImpl,lunDaoImpl,poolDaoImpl,netappVolumeDaoImpl,netappManagerImpl,elasticLoadBalancerElement,elasticLbVmMapDaoImpl,elasticLoadBalancerManagerImpl,netScalerPodDaoImpl,niciraNvpDaoImpl,niciraNvpNicMappingDaoImpl,niciraNvpRouterMappingDaoImpl,niciraNvpElement,ovsGuestNetworkGuru,ovsTunnelInterfaceDaoImpl,ovsTunnelNetworkDaoImpl,ovsTunnelManagerImpl,bigSwitchVnsDaoImpl,bigSwitchVnsElement,randomStoragePoolAllocator,domainChecker,agentMonitor,firstFitAllocator,recreateHostAllocator,testingAllocator,basicAgentAuthManager,alertManagerImpl,clusterAlertAdapter,consoleProxyAlertAdapter,alertDaoImpl,secondaryStorageVmAlertAdapter,apiDBUtils,apiDispatcher,apiResponseHelper,apiServer,apiServlet,accountJoinDaoImpl,asyncJobJoinDaoImpl,dataCenterJoinDaoImpl,diskOfferingJoinDaoImpl,domainRouterJoinDaoImpl,hostJoinDaoImpl,instanceGroupJoinDaoImpl,projectAccountJoinDaoImpl,projectInvitationJoinDaoImpl,projectJoinDaoImpl,resourceTagJoinDaoImpl,securityGroupJoinDaoImpl,serviceOfferingJoinDaoImpl,storagePoolJoinDaoImpl,userAccountJoinDaoImpl,userVmJoinDaoImpl,volumeJoinDaoImpl,queryManagerImpl,asyncJobExecutorContextImpl,asyncJobManagerImpl,asyncJobDaoImpl,syncQueueDaoImpl,syncQueueItemDaoImpl,syncQueueManagerImpl,capacityManagerImpl,capacityDaoImpl,certificateDaoImpl,clusterBasedAgentLoadBalancerPlanner,hostTransferMapDaoImpl,clusterFenceManagerImpl,clusterServiceServletAdapter,managementServerHostDaoImpl,managementServerHostPeerDaoImpl,stackMaidDaoImpl,managementServerNode,configurationManagerImpl,configurationDaoImpl,resourceCountDaoImpl,resourceLimitDaoImpl,entityManagerImpl,clusterDetailsDaoImpl,accountVlanMapDaoImpl,clusterDaoImpl,clusterVSMMapDaoImpl,dataCenterDaoImpl,dataCenterIpAddressDaoImpl,dataCenterLinkLocalIpAddressDaoImpl,dataCenterVnetDaoImpl,dcDetailsDaoImpl,hostPodDaoImpl,podVlanDaoImpl,podVlanMapDaoImpl,storageNetworkIpAddressDaoImpl,storageNetworkIpRangeDaoImpl,vlanDaoImpl,domainDaoImpl,actionEventUtils,alertGenerator,eventJoinDaoImpl,eventUtils,usageEventUtils,highAvailabilityDaoImpl,recreatableFencer,hostDaoImpl,hostDetailsDaoImpl,hostTagsDaoImpl,cloudZonesStartupProcessor,hypervisorCapabilitiesDaoImpl,hypervisorGuruManagerImpl,keystoreDaoImpl,keystoreManagerImpl,agentUpgradeDaoImpl,upgradeManagerImpl,autoScaleManagerImpl,autoScalePolicyConditionMapDaoImpl,autoScalePolicyDaoImpl,autoScaleVmGroupDaoImpl,autoScaleVmGroupPolicyMapDaoImpl,autoScaleVmProfileDaoImpl,conditionDaoImpl,counterDaoImpl,externalFirewallDeviceDaoImpl,externalLoadBalancerDeviceDaoImpl,firewallRulesCidrsDaoImpl,firewallRulesDaoImpl,inlineLoadBalancerNicMapDaoImpl,IPAddressDaoImpl,LBStickinessPolicyDaoImpl,loadBalancerDaoImpl,loadBalancerVMMapDaoImpl,networkAccountDaoImpl,networkDaoImpl,networkDomainDaoImpl,networkExternalFirewallDaoImpl,networkExternalLoadBalancerDaoImpl,networkOpDaoImpl,networkRuleConfigDaoImpl,networkServiceMapDaoImpl,physicalNetworkDaoImpl,physicalNetworkIsolationMethodDaoImpl,physicalNetworkServiceProviderDaoImpl,physicalNetworkTagDaoImpl,physicalNetworkTrafficTypeDaoImpl,portProfileDaoImpl,remoteAccessVpnDaoImpl,routerNetworkDaoImpl,site2SiteCustomerGatewayDaoImpl,site2SiteVpnConnectionDaoImpl,site2SiteVpnGatewayDaoImpl,userIpv6AddressDaoImpl,virtualRouterProviderDaoImpl,vpnUserDaoImpl,externalLoadBalancerUsageManagerImpl,externalNetworkDeviceManagerImpl,firewallManagerImpl,loadBalancingRulesManagerImpl,networkManagerImpl,networkModelImpl,networkServiceImpl,networkUsageManagerImpl,virtualNetworkApplianceManagerImpl,vpcVirtualNetworkApplianceManagerImpl,portForwardingRulesDaoImpl,rulesManagerImpl,securityGroupDaoImpl,securityGroupRuleDaoImpl,securityGroupRulesDaoImpl,securityGroupVMMapDaoImpl,securityGroupWorkDaoImpl,vmRulesetLogDaoImpl,storageNetworkManagerImpl,privateIpDaoImpl,staticRouteDaoImpl,vpcDaoImpl,vpcGatewayDaoImpl,vpcOfferingDaoImpl,vpcOfferingServiceMapDaoImpl,networkACLManagerImpl,vpcManagerImpl,remoteAccessVpnManagerImpl,site2SiteVpnManagerImpl,networkOfferingDaoImpl,networkOfferingServiceMapDaoImpl,projectAccountDaoImpl,projectDaoImpl,projectInvitationDaoImpl,projectManagerImpl,dummyHostDiscoverer,resourceManagerImpl,resourceLimitManagerImpl,commandExecLogDaoImpl,configurationServerImpl,statsCollector,serviceOfferingDaoImpl,consoleServlet,registerCompleteServlet,garbageCollectingStoragePoolAllocator,useLocalForRootAllocator,diskOfferingDaoImpl,guestOSCategoryDaoImpl,guestOSDaoImpl,launchPermissionDaoImpl,s3DaoImpl,snapshotDaoImpl,snapshotPolicyDaoImpl,snapshotScheduleDaoImpl,storagePoolDaoImpl,storagePoolDetailsDaoImpl,storagePoolHostDaoImpl,storagePoolWorkDaoImpl,swiftDaoImpl,uploadDaoImpl,VMTemplateDaoImpl,VMTemplateDetailsDaoImpl,VMTemplateHostDaoImpl,VMTemplatePoolDaoImpl,VMTemplateS3DaoImpl,VMTemplateSwiftDaoImpl,VMTemplateZoneDaoImpl,volumeDaoImpl,volumeHostDaoImpl,downloadMonitorImpl,OCFS2ManagerImpl,s3ManagerImpl,secondaryStorageVmDefaultAllocator,snapshotManagerImpl,snapshotSchedulerImpl,storageManagerImpl,swiftManagerImpl,uploadMonitorImpl,resourceTagsDaoImpl,taggedResourceManagerImpl,hyervisorTemplateAdapter,templateManagerImpl,versionDaoImpl,databaseIntegrityChecker,externalPublicIpStatisticsDaoImpl,usageDaoImpl,usageIPAddressDaoImpl,usageJobDaoImpl,usageLoadBalancerPolicyDaoImpl,usageNetworkDaoImpl,usageNetworkOfferingDaoImpl,usagePortForwardingRuleDaoImpl,usageSecurityGroupDaoImpl,usageStorageDaoImpl,usageVMInstanceDaoImpl,usageVolumeDaoImpl,usageVPNUserDaoImpl,usageServiceImpl,accountDetailsDaoImpl,accountManagerImpl,accountDaoImpl,SSHKeyPairDaoImpl,userAccountDaoImpl,userDaoImpl,userStatisticsDaoImpl,userStatsLogDaoImpl,domainManagerImpl,identityDaoImpl,identityServiceImpl,consoleProxyDaoImpl,domainRouterDaoImpl,instanceGroupDaoImpl,instanceGroupVMMapDaoImpl,nicDaoImpl,secondaryStorageVmDaoImpl,userVmDetailsDaoImpl,VMInstanceDaoImpl,itWorkDaoImpl,componentContext,org.springframework.aop.config.internalAutoProxyCreator,org.springframework.aop.aspectj.AspectJPointcutAdvisor#0,captureAnyMethod,org.springframework.aop.aspectj.AspectJPointcutAdvisor#1,captureEventMethod,transactionContextBuilder,actionEventInterceptor,onwireRegistry,messageSerializer,transportProvider,rpcProvider,eventBus,premiumDatabaseUpgradeChecker,managementServerImpl,clusterManagerImpl,clusteredAgentManagerImpl,clusteredVirtualMachineManagerImpl,highAvailabilityManagerExtImpl,userVmManagerImpl,consoleProxyManagerImpl,securityGroupManagerImpl2,premiumSecondaryStorageManagerImpl,userVmDaoImpl,ipv6AddressManagerImpl,VmwareManager,NetappManager,BaremetalManager,BaremetalDhcpManager,BaremetalKickStartPxeService,BaremetalPingPxeService,BaremetalPxeManager,Ovs,BareMetalDhcp,BareMetalPxe,BareMetalUserdata,SecurityGroupProvider,VirtualRouter,VpcVirtualRouter,NiciraNvp,JuniperSRX,Netscaler,F5BigIP,CiscoNexus1000vVSM,FirstFitRouting,LocalStoragePoolAllocator,FirstFitStoragePoolAllocator,UserConcentratedAllocator,ConsoleProxyAllocator,StaticRoleBasedAPIAccessChecker,ExteralIpAddressAllocator,BareMetalTemplateAdapter,MD5UserAuthenticator,LDAPUserAuthenticator,CheckOnAgentInvestigator,XenServerInvestigator,UserVmDomRInvestigator,ManagementIPSystemVMInvestigator,VmwareInvestigator,XenServerFencer,KVMFencer,OvmFencer,VmwareFencer,XcpServerDiscoverer,SecondaryStorageDiscoverer,KvmServerDiscoverer,BareMetalDiscoverer,HypervServerDiscoverer,OvmDiscoverer,vmwareServerDiscoverer,FirstFitPlanner,UserDispersingPlanner,UserConcentratedPodPlanner,BareMetalPlanner,StorageNetworkGuru,ExternalGuestNetworkGuru,PublicNetworkGuru,PodBasedNetworkGuru,ControlNetworkGuru,DirectNetworkGuru,DirectPodBasedNetworkGuru,OvsGuestNetworkGuru,PrivateNetworkGuru,NiciraNvpGuestNetworkGuru,XenServerGuru,KVMGuru,OvmGuru,VMwareGuru,BaremetalGuru,BaremetalPlannerSelector,HypervisorPlannerSelector,org.springframework.context.annotation.ConfigurationClassPostProcessor$ImportAwareBeanPostProcessor#0];
> root of factory hierarchy
>
>
> On Sun, Apr 7, 2013 at 12:54 AM, Marcus Sorensen <sh...@gmail.com>wrote:
>
>> If you're running it the Dev way with jetty, look for vmops.log in your
>> git
>> root. If you've installed via package look for
>> /var/log/cloudstack/management/management-server.log.
>> On Apr 7, 2013 12:45 AM, "Mike Tutkowski" <mi...@solidfire.com>
>> wrote:
>>
>> > Hi Marcus,
>> >
>> > I was just looking at the output in the console.
>> >
>> > Can you remind me again where the related logs are stored?
>> >
>> > Thanks!
>> >
>> >
>> > On Sun, Apr 7, 2013 at 12:39 AM, Marcus Sorensen <shadowsor@gmail.com
>> > >wrote:
>> >
>> > > Have you by chance looked at the debug logs to see if it by chance
>> tried
>> > > the proper storage and failed? I'm not sure that's OK either, but it
>> > would
>> > > be interesting to know.
>> > > On Apr 7, 2013 12:25 AM, "Mike Tutkowski" <
>> mike.tutkowski@solidfire.com>
>> > > wrote:
>> > >
>> > > > Hi,
>> > > >
>> > > > I'm currently using 4.1 (from like a week or so ago).
>> > > >
>> > > > I have three tiers of shared, iSCSI-based storage represented in
>> three
>> > > > storage repositories in XenServer:
>> > > >
>> > > > SR_2
>> > > > SR_3
>> > > > SR_4
>> > > >
>> > > > SR_2 maps into CS via primary storage PS_2, which has the storage
>> tag
>> > > PS_2
>> > > > SR_3 maps into CS via primary storage PS_3, which has the storage
>> tag
>> > > PS_3
>> > > > SR_4 maps into CS via primary storage PS_4, which has the storage
>> tag
>> > > PS_4
>> > > >
>> > > > I have three compute offerings:
>> > > >
>> > > > CO_2, which only uses storage tag PS_2
>> > > > CO_3, which only uses storage tag PS_3
>> > > > CO_4, which only uses storage tag PS_4
>> > > >
>> > > > I walk through the wizard and select CO_3.  My VM ends up on SR_4.
>> > > >
>> > > > I have double checked the relationships and don't see any errors in
>> > how I
>> > > > have CS configured.
>> > > >
>> > > > Does anyone know of this being noted as a current bug?
>> > > >
>> > > > Thanks!
>> > > >
>> > > >
>> > > > --
>> > > > *Mike Tutkowski*
>> > > > *Senior CloudStack Developer, SolidFire Inc.*
>> > > > e: mike.tutkowski@solidfire.com
>> > > > o: 303.746.7302
>> > > > Advancing the way the world uses the
>> > > > cloud<http://solidfire.com/solution/overview/?video=play>
>> > > > *(tm)*
>> > > >
>> > >
>> >
>> >
>> >
>> > --
>> > *Mike Tutkowski*
>> > *Senior CloudStack Developer, SolidFire Inc.*
>> > e: mike.tutkowski@solidfire.com
>> > o: 303.746.7302
>> > Advancing the way the world uses the
>> > cloud<http://solidfire.com/solution/overview/?video=play>
>> > *(tm)*
>> >
>>
>
>
>
> --
> *Mike Tutkowski*
> *Senior CloudStack Developer, SolidFire Inc.*
> e: mike.tutkowski@solidfire.com
> o: 303.746.7302
> Advancing the way the world uses the cloud<http://solidfire.com/solution/overview/?video=play>
> *(tm)*
>



--
*Mike Tutkowski*
*Senior CloudStack Developer, SolidFire Inc.*
e: mike.tutkowski@solidfire.com
o: 303.746.7302
Advancing the way the world uses the
cloud<http://solidfire.com/solution/overview/?video=play>
*(tm)*

Re: VM deployed to wrong storage repository

Posted by Mike Tutkowski <mi...@solidfire.com>.
I plan to update to the latest 4.1 today and re-try this.

If I still see the problem, I'll open a bug.


On Sun, Apr 7, 2013 at 4:26 PM, Mike Tutkowski <mike.tutkowski@solidfire.com
> wrote:

> I don't see anything in vmops.log to indicate that another primary storage
> was tried first.  What do you think?
>
> 2013-04-07 00:30:51,459 INFO  [agent.manager.AgentManagerImpl]
> (AgentTaskPool-11:null) Investigating why host 6 has disconnected with
> event PingTimeout
> 2013-04-07 00:30:51,459 DEBUG [agent.manager.AgentManagerImpl]
> (AgentTaskPool-11:null) checking if agent (6) is alive
> 2013-04-07 00:30:51,460 INFO  [agent.manager.AgentManagerImpl]
> (AgentTaskPool-16:null) Investigating why host 5 has disconnected with
> event PingTimeout
> 2013-04-07 00:30:51,460 DEBUG [agent.manager.AgentManagerImpl]
> (AgentTaskPool-16:null) checking if agent (5) is alive
> 2013-04-07 00:30:51,462 DEBUG [agent.transport.Request]
> (AgentTaskPool-11:null) Seq 6-324993302: Sending  { Cmd , MgmtId: 1, via:
> 6, Ver: v1, Flags: 100011, [{"CheckHealthCommand":{"wait":50}}] }
> 2013-04-07 00:30:51,462 DEBUG [agent.transport.Request]
> (AgentTaskPool-11:null) Seq 6-324993302: Executing:  { Cmd , MgmtId: 1,
> via: 6, Ver: v1, Flags: 100011, [{"CheckHealthCommand":{"wait":50}}] }
> 2013-04-07 00:30:51,462 DEBUG [agent.manager.DirectAgentAttache]
> (DirectAgent-26:null) Seq 6-324993302: Executing request
> 2013-04-07 00:30:51,464 DEBUG [agent.transport.Request]
> (AgentTaskPool-16:null) Seq 5-614334808: Sending  { Cmd , MgmtId: 1, via:
> 5, Ver: v1, Flags: 100011, [{"CheckHealthCommand":{"wait":50}}] }
> 2013-04-07 00:30:51,464 DEBUG [agent.transport.Request]
> (AgentTaskPool-16:null) Seq 5-614334808: Executing:  { Cmd , MgmtId: 1,
> via: 5, Ver: v1, Flags: 100011, [{"CheckHealthCommand":{"wait":50}}] }
> 2013-04-07 00:30:51,465 DEBUG [agent.manager.DirectAgentAttache]
> (DirectAgent-163:null) Seq 5-614334808: Executing request
> 2013-04-07 00:30:51,511 DEBUG [agent.manager.DirectAgentAttache]
> (DirectAgent-26:null) Seq 6-324993302: Response Received:
> 2013-04-07 00:30:51,512 DEBUG [agent.transport.Request]
> (DirectAgent-26:null) Seq 6-324993302: Processing:  { Ans: , MgmtId: 1,
> via: 6, Ver: v1, Flags: 10,
> [{"CheckHealthAnswer":{"result":true,"details":"resource is
> alive","wait":0}}] }
> 2013-04-07 00:30:51,512 DEBUG [agent.transport.Request]
> (AgentTaskPool-11:null) Seq 6-324993302: Received:  { Ans: , MgmtId: 1,
> via: 6, Ver: v1, Flags: 10, { CheckHealthAnswer } }
> 2013-04-07 00:30:51,512 DEBUG [agent.manager.AgentManagerImpl]
> (AgentTaskPool-11:null) Details from executing class
> com.cloud.agent.api.CheckHealthCommand: resource is alive
> 2013-04-07 00:30:51,512 DEBUG [agent.manager.AgentManagerImpl]
> (AgentTaskPool-11:null) agent (6) responded to checkHeathCommand, reporting
> that agent is Up
> 2013-04-07 00:30:51,512 INFO  [agent.manager.AgentManagerImpl]
> (AgentTaskPool-11:null) The state determined is Up
> 2013-04-07 00:30:51,512 INFO  [agent.manager.AgentManagerImpl]
> (AgentTaskPool-11:null) Agent is determined to be up and running
> 2013-04-07 00:30:51,512 DEBUG [cloud.host.Status] (AgentTaskPool-11:null)
> Transition:[Resource state = Enabled, Agent event = Ping, Host id = 6, name
> = Tut-XenServer]
> 2013-04-07 00:30:51,515 DEBUG [cloud.host.Status] (AgentTaskPool-11:null)
> Agent status update: [id = 6; name = Tut-XenServer; old status = Up; event
> = Ping; new status = Up; old update count = 307; new update count = 308]
> 2013-04-07 00:30:51,517 DEBUG [agent.manager.DirectAgentAttache]
> (DirectAgent-163:null) Seq 5-614334808: Response Received:
> 2013-04-07 00:30:51,517 DEBUG [agent.transport.Request]
> (DirectAgent-163:null) Seq 5-614334808: Processing:  { Ans: , MgmtId: 1,
> via: 5, Ver: v1, Flags: 10,
> [{"CheckHealthAnswer":{"result":true,"details":"resource is
> alive","wait":0}}] }
> 2013-04-07 00:30:51,517 DEBUG [agent.transport.Request]
> (AgentTaskPool-16:null) Seq 5-614334808: Received:  { Ans: , MgmtId: 1,
> via: 5, Ver: v1, Flags: 10, { CheckHealthAnswer } }
> 2013-04-07 00:30:51,517 DEBUG [agent.manager.AgentManagerImpl]
> (AgentTaskPool-16:null) Details from executing class
> com.cloud.agent.api.CheckHealthCommand: resource is alive
> 2013-04-07 00:30:51,517 DEBUG [agent.manager.AgentManagerImpl]
> (AgentTaskPool-16:null) agent (5) responded to checkHeathCommand, reporting
> that agent is Up
> 2013-04-07 00:30:51,518 INFO  [agent.manager.AgentManagerImpl]
> (AgentTaskPool-16:null) The state determined is Up
> 2013-04-07 00:30:51,518 INFO  [agent.manager.AgentManagerImpl]
> (AgentTaskPool-16:null) Agent is determined to be up and running
> 2013-04-07 00:30:51,518 DEBUG [cloud.host.Status] (AgentTaskPool-16:null)
> Transition:[Resource state = Enabled, Agent event = Ping, Host id = 5, name
> = Tut-XenServer2]
> 2013-04-07 00:30:51,522 DEBUG [cloud.host.Status] (AgentTaskPool-16:null)
> Agent status update: [id = 5; name = Tut-XenServer2; old status = Up; event
> = Ping; new status = Up; old update count = 144; new update count = 145]
> 2013-04-07 00:30:52,927 DEBUG [agent.manager.DirectAgentAttache]
> (DirectAgent-157:null) Seq 6-324993301: Response Received:
> 2013-04-07 00:30:52,927 DEBUG [agent.transport.Request]
> (DirectAgent-157:null) Seq 6-324993301: Processing:  { Ans: , MgmtId: 1,
> via: 6, Ver: v1, Flags: 110, [{"Answer":{"result":true,"wait":0}}] }
> 2013-04-07 00:30:52,927 DEBUG [agent.transport.Request]
> (Job-Executor-35:job-42) Seq 6-324993301: Received:  { Ans: , MgmtId: 1,
> via: 6, Ver: v1, Flags: 110, { Answer } }
> 2013-04-07 00:30:52,927 DEBUG [agent.manager.AgentAttache]
> (DirectAgent-157:null) Seq 6-324993301: No more commands found
> 2013-04-07 00:30:52,938 DEBUG
> [network.router.VirtualNetworkApplianceManagerImpl]
> (Job-Executor-35:job-42) Applying userdata and password entry in network
> Ntwk[204|Guest|6]
> 2013-04-07 00:30:52,952 DEBUG [agent.transport.Request]
> (Job-Executor-35:job-42) Seq 6-324993303: Sending  { Cmd , MgmtId: 1, via:
> 6, Ver: v1, Flags: 100111,
> [{"routing.SavePasswordCommand":{"password":"fnirq_cnffjbeq","vmIpAddress":"192.168.56.195","vmName":"c18ddf7c-fc61-40b0-af75-fdef05f8eae6","accessDetails":{"router.guest.ip":"192.168.56.102","zone.network.type":"Basic","router.ip":"169.254.1.168","
> router.name
> ":"r-4-VM"},"wait":0}},{"routing.VmDataCommand":{"vmIpAddress":"192.168.56.195","vmName":"c18ddf7c-fc61-40b0-af75-fdef05f8eae6","accessDetails":{"router.guest.ip":"192.168.56.102","zone.network.type":"Basic","router.ip":"169.254.1.168","
> router.name":"r-4-VM"},"wait":0}}] }
> 2013-04-07 00:30:52,953 DEBUG [agent.transport.Request]
> (Job-Executor-35:job-42) Seq 6-324993303: Executing:  { Cmd , MgmtId: 1,
> via: 6, Ver: v1, Flags: 100111,
> [{"routing.SavePasswordCommand":{"password":"fnirq_cnffjbeq","vmIpAddress":"192.168.56.195","vmName":"c18ddf7c-fc61-40b0-af75-fdef05f8eae6","accessDetails":{"router.guest.ip":"192.168.56.102","zone.network.type":"Basic","router.ip":"169.254.1.168","
> router.name
> ":"r-4-VM"},"wait":0}},{"routing.VmDataCommand":{"vmIpAddress":"192.168.56.195","vmName":"c18ddf7c-fc61-40b0-af75-fdef05f8eae6","accessDetails":{"router.guest.ip":"192.168.56.102","zone.network.type":"Basic","router.ip":"169.254.1.168","
> router.name":"r-4-VM"},"wait":0}}] }
> 2013-04-07 00:30:52,953 DEBUG [agent.manager.DirectAgentAttache]
> (DirectAgent-37:null) Seq 6-324993303: Executing request
> 2013-04-07 00:30:53,093 DEBUG [cloud.api.ApiServlet]
> (1161145101@qtp-1008805148-33:null) ===START===  127.0.0.1 -- GET
>  command=queryAsyncJobResult&jobId=f75d8ce8-1193-43bf-b171-f43d2534e6bc&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316253091
> 2013-04-07 00:30:53,110 DEBUG [cloud.api.ApiServlet]
> (1161145101@qtp-1008805148-33:null) ===END===  127.0.0.1 -- GET
>  command=queryAsyncJobResult&jobId=f75d8ce8-1193-43bf-b171-f43d2534e6bc&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316253091
> 2013-04-07 00:30:56,093 DEBUG [cloud.api.ApiServlet]
> (1161145101@qtp-1008805148-33:null) ===START===  127.0.0.1 -- GET
>  command=queryAsyncJobResult&jobId=f75d8ce8-1193-43bf-b171-f43d2534e6bc&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316256091
> 2013-04-07 00:30:56,109 DEBUG [cloud.api.ApiServlet]
> (1161145101@qtp-1008805148-33:null) ===END===  127.0.0.1 -- GET
>  command=queryAsyncJobResult&jobId=f75d8ce8-1193-43bf-b171-f43d2534e6bc&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316256091
> 2013-04-07 00:30:59,094 DEBUG [cloud.api.ApiServlet]
> (1161145101@qtp-1008805148-33:null) ===START===  127.0.0.1 -- GET
>  command=queryAsyncJobResult&jobId=f75d8ce8-1193-43bf-b171-f43d2534e6bc&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316259092
> 2013-04-07 00:30:59,111 DEBUG [cloud.api.ApiServlet]
> (1161145101@qtp-1008805148-33:null) ===END===  127.0.0.1 -- GET
>  command=queryAsyncJobResult&jobId=f75d8ce8-1193-43bf-b171-f43d2534e6bc&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316259092
> 2013-04-07 00:31:02,095 DEBUG [cloud.api.ApiServlet]
> (1161145101@qtp-1008805148-33:null) ===START===  127.0.0.1 -- GET
>  command=queryAsyncJobResult&jobId=f75d8ce8-1193-43bf-b171-f43d2534e6bc&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316262093
> 2013-04-07 00:31:02,110 DEBUG [cloud.api.ApiServlet]
> (1161145101@qtp-1008805148-33:null) ===END===  127.0.0.1 -- GET
>  command=queryAsyncJobResult&jobId=f75d8ce8-1193-43bf-b171-f43d2534e6bc&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316262093
> 2013-04-07 00:31:04,860 DEBUG [agent.manager.DirectAgentAttache]
> (DirectAgent-145:null) Ping from 6
> 2013-04-07 00:31:05,099 DEBUG [cloud.api.ApiServlet]
> (1161145101@qtp-1008805148-33:null) ===START===  127.0.0.1 -- GET
>  command=queryAsyncJobResult&jobId=f75d8ce8-1193-43bf-b171-f43d2534e6bc&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316265096
> 2013-04-07 00:31:05,114 DEBUG [cloud.api.ApiServlet]
> (1161145101@qtp-1008805148-33:null) ===END===  127.0.0.1 -- GET
>  command=queryAsyncJobResult&jobId=f75d8ce8-1193-43bf-b171-f43d2534e6bc&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316265096
> 2013-04-07 00:31:06,234 DEBUG [agent.manager.DirectAgentAttache]
> (DirectAgent-372:null) Ping from 5
> 2013-04-07 00:31:06,909 DEBUG [agent.manager.DirectAgentAttache]
> (DirectAgent-149:null) Seq 6-324993028: Executing request
> 2013-04-07 00:31:07,239 DEBUG [agent.manager.DirectAgentAttache]
> (DirectAgent-149:null) Seq 6-324993028: Response Received:
> 2013-04-07 00:31:07,239 DEBUG [agent.transport.Request]
> (DirectAgent-149:null) Seq 6-324993028: Processing:  { Ans: , MgmtId: 1,
> via: 6, Ver: v1, Flags: 10,
> [{"ClusterSyncAnswer":{"_clusterId":2,"_newStates":{},"_isExecuted":false,"result":true,"wait":0}}]
> }
> 2013-04-07 00:31:07,424 DEBUG [agent.manager.DirectAgentAttache]
> (DirectAgent-37:null) Seq 6-324993303: Response Received:
> 2013-04-07 00:31:07,424 DEBUG [agent.transport.Request]
> (DirectAgent-37:null) Seq 6-324993303: Processing:  { Ans: , MgmtId: 1,
> via: 6, Ver: v1, Flags: 110,
> [{"Answer":{"result":true,"wait":0}},{"Answer":{"result":true,"wait":0}}] }
> 2013-04-07 00:31:07,424 DEBUG [agent.transport.Request]
> (Job-Executor-35:job-42) Seq 6-324993303: Received:  { Ans: , MgmtId: 1,
> via: 6, Ver: v1, Flags: 110, { Answer, Answer } }
> 2013-04-07 00:31:07,424 DEBUG [agent.manager.AgentAttache]
> (DirectAgent-37:null) Seq 6-324993303: No more commands found
> 2013-04-07 00:31:07,424 DEBUG [cloud.network.NetworkManagerImpl]
> (Job-Executor-35:job-42) Asking VpcVirtualRouter to prepare for
> Nic[18-12-6416c373-20d8-4617-8dcb-30a8ff9d0f34-192.168.56.195]
> 2013-04-07 00:31:07,424 WARN  [network.element.VpcVirtualRouterElement]
> (Job-Executor-35:job-42) Network Ntwk[204|Guest|6] is not associated with
> any VPC
> 2013-04-07 00:31:07,429 DEBUG [cloud.network.NetworkManagerImpl]
> (Job-Executor-35:job-42) Asking NiciraNvp to prepare for
> Nic[18-12-6416c373-20d8-4617-8dcb-30a8ff9d0f34-192.168.56.195]
> 2013-04-07 00:31:07,429 DEBUG [network.element.NiciraNvpElement]
> (Job-Executor-35:job-42) Checking if NiciraNvpElement can handle service
> Connectivity on network guestNetworkForBasicZone
> 2013-04-07 00:31:07,432 DEBUG [cloud.network.NetworkManagerImpl]
> (Job-Executor-35:job-42) Asking JuniperSRX to prepare for
> Nic[18-12-6416c373-20d8-4617-8dcb-30a8ff9d0f34-192.168.56.195]
> 2013-04-07 00:31:07,436 DEBUG [cloud.network.NetworkManagerImpl]
> (Job-Executor-35:job-42) Asking Netscaler to prepare for
> Nic[18-12-6416c373-20d8-4617-8dcb-30a8ff9d0f34-192.168.56.195]
> 2013-04-07 00:31:07,441 DEBUG [cloud.network.NetworkManagerImpl]
> (Job-Executor-35:job-42) Asking F5BigIP to prepare for
> Nic[18-12-6416c373-20d8-4617-8dcb-30a8ff9d0f34-192.168.56.195]
> 2013-04-07 00:31:07,445 DEBUG [cloud.network.NetworkManagerImpl]
> (Job-Executor-35:job-42) Asking CiscoNexus1000vVSM to prepare for
> Nic[18-12-6416c373-20d8-4617-8dcb-30a8ff9d0f34-192.168.56.195]
> 2013-04-07 00:31:07,449 DEBUG [cloud.storage.StorageManagerImpl]
> (Job-Executor-35:job-42) Checking if we need to prepare 1 volumes for
> VM[User|c18ddf7c-fc61-40b0-af75-fdef05f8eae6]
> 2013-04-07 00:31:07,451 DEBUG [cloud.storage.StorageManagerImpl]
> (Job-Executor-35:job-42) Creating volume: Vol[12|vm=12|ROOT]
> 2013-04-07 00:31:07,451 DEBUG [cloud.storage.StorageManagerImpl]
> (Job-Executor-35:job-42) Trying to create in Pool[257|PreSetup]
> 2013-04-07 00:31:07,459 DEBUG [cloud.template.TemplateManagerImpl]
> (Job-Executor-35:job-42) Downloading template 5 to pool 257
> 2013-04-07 00:31:07,466 DEBUG [cloud.template.TemplateManagerImpl]
> (Job-Executor-35:job-42) Downloading 5 via 5
> 2013-04-07 00:31:07,470 DEBUG [agent.transport.Request]
> (Job-Executor-35:job-42) Seq 5-614334809: Sending  { Cmd , MgmtId: 1,
> via: 5, Ver: v1, Flags: 100111,
> [{"storage.PrimaryStorageDownloadCommand":{"localPath":"/mnt/9a008517-e321-37a0-a941-44695f9b6fe7","poolUuid":"iSCSI_SR_3","poolId":257,"primaryPool":{"id":257,"uuid":"iSCSI_SR_3","host":"192.168.56.9","path":"/iSCSI_SR_3","port":0,"type":"PreSetup"},"secondaryStorageUrl":"nfs://192.168.56.10:
> /opt/storage/secondary","primaryStorageUrl":"nfs://192.168.56.9/iSCSI_SR_3
> ","url":"nfs://192.168.56.10:/opt/storage/secondary/template/tmpl/1/5//ce5b212e-215a-3461-94fb-814a635b2215.vhd","format":"VHD","accountId":1,"name":"tiny
> Linux","wait":10800}}] }
> 2013-04-07 00:31:07,470 DEBUG [agent.transport.Request]
> (Job-Executor-35:job-42) Seq 5-614334809: Executing:  { Cmd , MgmtId: 1,
> via: 5, Ver: v1, Flags: 100111,
> [{"storage.PrimaryStorageDownloadCommand":{"localPath":"/mnt/9a008517-e321-37a0-a941-44695f9b6fe7","poolUuid":"iSCSI_SR_3","poolId":257,"primaryPool":{"id":257,"uuid":"iSCSI_SR_3","host":"192.168.56.9","path":"/iSCSI_SR_3","port":0,"type":"PreSetup"},"secondaryStorageUrl":"nfs://192.168.56.10:
> /opt/storage/secondary","primaryStorageUrl":"nfs://192.168.56.9/iSCSI_SR_3
> ","url":"nfs://192.168.56.10:/opt/storage/secondary/template/tmpl/1/5//ce5b212e-215a-3461-94fb-814a635b2215.vhd","format":"VHD","accountId":1,"name":"tiny
> Linux","wait":10800}}] }
> 2013-04-07 00:31:07,470 DEBUG [agent.manager.DirectAgentAttache]
> (DirectAgent-174:null) Seq 5-614334809: Executing request
> 2013-04-07 00:31:08,097 DEBUG [cloud.api.ApiServlet]
> (1161145101@qtp-1008805148-33:null) ===START===  127.0.0.1 -- GET
>  command=queryAsyncJobResult&jobId=f75d8ce8-1193-43bf-b171-f43d2534e6bc&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316268095
> 2013-04-07 00:31:08,115 DEBUG [cloud.api.ApiServlet]
> (1161145101@qtp-1008805148-33:null) ===END===  127.0.0.1 -- GET
>  command=queryAsyncJobResult&jobId=f75d8ce8-1193-43bf-b171-f43d2534e6bc&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316268095
> 2013-04-07 00:31:11,023 DEBUG [agent.manager.DirectAgentAttache]
> (DirectAgent-309:null) Seq 5-614334468: Executing request
> 2013-04-07 00:31:11,099 DEBUG [cloud.api.ApiServlet]
> (1161145101@qtp-1008805148-33:null) ===START===  127.0.0.1 -- GET
>  command=queryAsyncJobResult&jobId=f75d8ce8-1193-43bf-b171-f43d2534e6bc&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316271096
> 2013-04-07 00:31:11,121 DEBUG [cloud.api.ApiServlet]
> (1161145101@qtp-1008805148-33:null) ===END===  127.0.0.1 -- GET
>  command=queryAsyncJobResult&jobId=f75d8ce8-1193-43bf-b171-f43d2534e6bc&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316271096
> 2013-04-07 00:31:11,363 DEBUG [agent.manager.DirectAgentAttache]
> (DirectAgent-309:null) Seq 5-614334468: Response Received:
> 2013-04-07 00:31:11,363 DEBUG [agent.transport.Request]
> (DirectAgent-309:null) Seq 5-614334468: Processing:  { Ans: , MgmtId: 1,
> via: 5, Ver: v1, Flags: 10, [{"Answer":{"result":true,"wait":0}}] }
> 2013-04-07 00:31:14,100 DEBUG [cloud.api.ApiServlet]
> (1161145101@qtp-1008805148-33:null) ===START===  127.0.0.1 -- GET
>  command=queryAsyncJobResult&jobId=f75d8ce8-1193-43bf-b171-f43d2534e6bc&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316274097
> 2013-04-07 00:31:14,124 DEBUG [cloud.api.ApiServlet]
> (1161145101@qtp-1008805148-33:null) ===END===  127.0.0.1 -- GET
>  command=queryAsyncJobResult&jobId=f75d8ce8-1193-43bf-b171-f43d2534e6bc&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316274097
> 2013-04-07 00:31:16,197 DEBUG [cloud.api.ApiServlet]
> (1161145101@qtp-1008805148-33:null) ===START===  127.0.0.1 -- GET
>  command=listVirtualMachines&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&listAll=true&page=1&pagesize=20&_=1365316276194
> 2013-04-07 00:31:16,219 DEBUG [cloud.api.ApiServlet]
> (1161145101@qtp-1008805148-33:null) ===END===  127.0.0.1 -- GET
>  command=listVirtualMachines&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&listAll=true&page=1&pagesize=20&_=1365316276194
> 2013-04-07 00:31:17,101 DEBUG [cloud.api.ApiServlet]
> (1161145101@qtp-1008805148-33:null) ===START===  127.0.0.1 -- GET
>  command=queryAsyncJobResult&jobId=f75d8ce8-1193-43bf-b171-f43d2534e6bc&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316277098
> 2013-04-07 00:31:17,123 DEBUG [cloud.api.ApiServlet]
> (1161145101@qtp-1008805148-33:null) ===END===  127.0.0.1 -- GET
>  command=queryAsyncJobResult&jobId=f75d8ce8-1193-43bf-b171-f43d2534e6bc&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316277098
> 2013-04-07 00:31:17,954 DEBUG [cloud.api.ApiServlet]
> (1161145101@qtp-1008805148-33:null) ===START===  127.0.0.1 -- GET
>  command=listVolumes&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&listAll=true&page=1&pagesize=20&_=1365316277950
> 2013-04-07 00:31:17,972 DEBUG [cloud.api.ApiServlet]
> (1161145101@qtp-1008805148-33:null) ===END===  127.0.0.1 -- GET
>  command=listVolumes&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&listAll=true&page=1&pagesize=20&_=1365316277950
> 2013-04-07 00:31:20,102 DEBUG [cloud.api.ApiServlet]
> (1161145101@qtp-1008805148-33:null) ===START===  127.0.0.1 -- GET
>  command=queryAsyncJobResult&jobId=f75d8ce8-1193-43bf-b171-f43d2534e6bc&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316280099
> 2013-04-07 00:31:20,118 DEBUG [cloud.api.ApiServlet]
> (1161145101@qtp-1008805148-33:null) ===END===  127.0.0.1 -- GET
>  command=queryAsyncJobResult&jobId=f75d8ce8-1193-43bf-b171-f43d2534e6bc&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316280099
> 2013-04-07 00:31:20,454 DEBUG
> [storage.secondary.SecondaryStorageManagerImpl] (secstorage-1:null) Zone 1
> is ready to launch secondary storage VM
> 2013-04-07 00:31:20,558 DEBUG [cloud.consoleproxy.ConsoleProxyManagerImpl]
> (consoleproxy-1:null) Zone 1 is ready to launch console proxy
> 2013-04-07 00:31:20,820 DEBUG
> [network.router.VirtualNetworkApplianceManagerImpl]
> (RouterStatusMonitor-1:null) Found 0 routers to update status.
> 2013-04-07 00:31:20,821 DEBUG
> [network.router.VirtualNetworkApplianceManagerImpl]
> (RouterStatusMonitor-1:null) Found 0 networks to update RvR status.
> 2013-04-07 00:31:20,852 DEBUG
> [network.router.VirtualNetworkApplianceManagerImpl]
> (RouterStatusMonitor-1:null) Found 0 routers to update status.
> 2013-04-07 00:31:20,853 DEBUG
> [network.router.VirtualNetworkApplianceManagerImpl]
> (RouterStatusMonitor-1:null) Found 0 networks to update RvR status.
> 2013-04-07 00:31:21,075 DEBUG [cloud.api.ApiServlet]
> (1161145101@qtp-1008805148-33:null) ===START===  127.0.0.1 -- GET
>  command=listVolumes&id=aed71ae1-732b-48d7-833f-e23287e2b2b9&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316281073
> 2013-04-07 00:31:21,097 DEBUG [cloud.api.ApiServlet]
> (1161145101@qtp-1008805148-33:null) ===END===  127.0.0.1 -- GET
>  command=listVolumes&id=aed71ae1-732b-48d7-833f-e23287e2b2b9&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316281073
> 2013-04-07 00:31:21,120 DEBUG [cloud.api.ApiServlet]
> (1161145101@qtp-1008805148-33:null) ===START===  127.0.0.1 -- GET
>  command=listTags&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&resourceId=aed71ae1-732b-48d7-833f-e23287e2b2b9&resourceType=Volume&listAll=true&_=1365316281117
> 2013-04-07 00:31:21,142 DEBUG [cloud.api.ApiServlet]
> (1161145101@qtp-1008805148-33:null) ===END===  127.0.0.1 -- GET
>  command=listTags&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&resourceId=aed71ae1-732b-48d7-833f-e23287e2b2b9&resourceType=Volume&listAll=true&_=1365316281117
> 2013-04-07 00:31:23,102 DEBUG [cloud.api.ApiServlet]
> (1161145101@qtp-1008805148-33:null) ===START===  127.0.0.1 -- GET
>  command=queryAsyncJobResult&jobId=f75d8ce8-1193-43bf-b171-f43d2534e6bc&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316283100
> 2013-04-07 00:31:23,122 DEBUG [cloud.api.ApiServlet]
> (1161145101@qtp-1008805148-33:null) ===END===  127.0.0.1 -- GET
>  command=queryAsyncJobResult&jobId=f75d8ce8-1193-43bf-b171-f43d2534e6bc&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316283100
> 2013-04-07 00:31:24,894 DEBUG [agent.manager.AgentManagerImpl]
> (AgentManager-Handler-9:null) Ping from 4
> 2013-04-07 00:31:26,102 DEBUG [cloud.api.ApiServlet]
> (1161145101@qtp-1008805148-33:null) ===START===  127.0.0.1 -- GET
>  command=queryAsyncJobResult&jobId=f75d8ce8-1193-43bf-b171-f43d2534e6bc&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316286100
> 2013-04-07 00:31:26,117 DEBUG [cloud.api.ApiServlet]
> (1161145101@qtp-1008805148-33:null) ===END===  127.0.0.1 -- GET
>  command=queryAsyncJobResult&jobId=f75d8ce8-1193-43bf-b171-f43d2534e6bc&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316286100
> 2013-04-07 00:31:27,217 DEBUG [agent.manager.DirectAgentAttache]
> (DirectAgent-164:null) Ping from 1
> 2013-04-07 00:31:28,079 DEBUG [agent.manager.DirectAgentAttache]
> (DirectAgent-174:null) Seq 5-614334809: Response Received:
> 2013-04-07 00:31:28,079 DEBUG [agent.transport.Request]
> (DirectAgent-174:null) Seq 5-614334809: Processing:  { Ans: , MgmtId: 1,
> via: 5, Ver: v1, Flags: 110,
> [{"storage.PrimaryStorageDownloadAnswer":{"installPath":"a8414926-81d6-4b54-9b4b-feb498489df0","templateSize":54525952,"result":true,"wait":0}}]
> }
> 2013-04-07 00:31:28,079 DEBUG [agent.transport.Request]
> (Job-Executor-35:job-42) Seq 5-614334809: Received:  { Ans: , MgmtId: 1,
> via: 5, Ver: v1, Flags: 110, { PrimaryStorageDownloadAnswer } }
> 2013-04-07 00:31:28,079 DEBUG [agent.manager.AgentAttache]
> (DirectAgent-174:null) Seq 5-614334809: No more commands found
> 2013-04-07 00:31:28,081 DEBUG [cloud.template.TemplateManagerImpl]
> (Job-Executor-35:job-42) Template 5 is downloaded via 5
> 2013-04-07 00:31:28,085 DEBUG [agent.transport.Request]
> (Job-Executor-35:job-42) Seq 5-614334810: Sending  { Cmd , MgmtId: 1, via:
> 5, Ver: v1, Flags: 100111,
> [{"storage.CreateCommand":{"volId":12,"pool":{"id":257,"uuid":"iSCSI_SR_3","host":"192.168.56.9","path":"/iSCSI_SR_3","port":0,"type":"PreSetup"},"diskCharacteristics":{"size":52428800,"tags":["iSCSI_SR_3"],"type":"ROOT","name":"ROOT-12","useLocalStorage":false,"recreatable":true,"diskOfferingId":37,"volumeId":12,"hyperType":"XenServer"},"templateUrl":"a8414926-81d6-4b54-9b4b-feb498489df0","wait":0}}]
> }
> 2013-04-07 00:31:28,086 DEBUG [agent.transport.Request]
> (Job-Executor-35:job-42) Seq 5-614334810: Executing:  { Cmd , MgmtId: 1,
> via: 5, Ver: v1, Flags: 100111,
> [{"storage.CreateCommand":{"volId":12,"pool":{"id":257,"uuid":"iSCSI_SR_3","host":"192.168.56.9","path":"/iSCSI_SR_3","port":0,"type":"PreSetup"},"diskCharacteristics":{"size":52428800,"tags":["iSCSI_SR_3"],"type":"ROOT","name":"ROOT-12","useLocalStorage":false,"recreatable":true,"diskOfferingId":37,"volumeId":12,"hyperType":"XenServer"},"templateUrl":"a8414926-81d6-4b54-9b4b-feb498489df0","wait":0}}]
> }
> 2013-04-07 00:31:28,086 DEBUG [agent.manager.DirectAgentAttache]
> (DirectAgent-327:null) Seq 5-614334810: Executing request
> 2013-04-07 00:31:28,227 DEBUG [xen.resource.CitrixResourceBase]
> (DirectAgent-327:null) SR retrieved for iSCSI_SR_3
> 2013-04-07 00:31:28,240 DEBUG [xen.resource.CitrixResourceBase]
> (DirectAgent-327:null) Checking iSCSI_SR_3 or SR
> fe8ca696-22f5-ba1f-af68-7c3cf5a3cb39 on
> XS[5e02c608-155d-432e-a20f-f8c600ef3ab7-192.168.56.11]
> 2013-04-07 00:31:29,095 DEBUG [agent.manager.DirectAgentAttache]
> (DirectAgent-84:null) Seq 1-90046472: Executing request
> 2013-04-07 00:31:29,106 DEBUG [cloud.api.ApiServlet]
> (1161145101@qtp-1008805148-33:null) ===START===  127.0.0.1 -- GET
>  command=queryAsyncJobResult&jobId=f75d8ce8-1193-43bf-b171-f43d2534e6bc&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316289101
> 2013-04-07 00:31:29,130 DEBUG [cloud.api.ApiServlet]
> (1161145101@qtp-1008805148-33:null) ===END===  127.0.0.1 -- GET
>  command=queryAsyncJobResult&jobId=f75d8ce8-1193-43bf-b171-f43d2534e6bc&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316289101
> 2013-04-07 00:31:29,687 DEBUG [agent.manager.DirectAgentAttache]
> (DirectAgent-84:null) Seq 1-90046472: Response Received:
> 2013-04-07 00:31:29,688 DEBUG [agent.transport.Request]
> (DirectAgent-84:null) Seq 1-90046472: Processing:  { Ans: , MgmtId: 1, via:
> 1, Ver: v1, Flags: 10,
> [{"ClusterSyncAnswer":{"_clusterId":1,"_newStates":{},"_isExecuted":false,"result":true,"wait":0}}]
> }
> 2013-04-07 00:31:30,685 DEBUG [xen.resource.CitrixResourceBase]
> (DirectAgent-327:null) Succesfully created VDI for
> com.cloud.agent.api.storage.CreateCommand.  Uuid =
> 40a39639-e8aa-45b5-bfa1-591b68571d0c
> 2013-04-07 00:31:30,686 DEBUG [agent.manager.DirectAgentAttache]
> (DirectAgent-327:null) Seq 5-614334810: Response Received:
> 2013-04-07 00:31:30,686 DEBUG [agent.transport.Request]
> (DirectAgent-327:null) Seq 5-614334810: Processing:  { Ans: , MgmtId: 1,
> via: 5, Ver: v1, Flags: 110,
> [{"storage.CreateAnswer":{"volume":{"id":12,"name":"ROOT-12","mountPoint":"/iSCSI_SR_3","path":"40a39639-e8aa-45b5-bfa1-591b68571d0c","size":52428800,"type":"ROOT","storagePoolType":"PreSetup","storagePoolUuid":"iSCSI_SR_3","deviceId":0},"requestTemplateReload":false,"result":true,"wait":0}}]
> }
> 2013-04-07 00:31:30,686 DEBUG [agent.transport.Request]
> (Job-Executor-35:job-42) Seq 5-614334810: Received:  { Ans: , MgmtId: 1,
> via: 5, Ver: v1, Flags: 110, { CreateAnswer } }
> 2013-04-07 00:31:30,686 DEBUG [agent.manager.AgentAttache]
> (DirectAgent-327:null) Seq 5-614334810: No more commands found
> 2013-04-07 00:31:30,689 DEBUG [cloud.storage.StorageManagerImpl]
> (Job-Executor-35:job-42) Volume Vol[12|vm=12|ROOT] is created on
> Pool[257|PreSetup]
> 2013-04-07 00:31:30,705 DEBUG [agent.transport.Request]
> (Job-Executor-35:job-42) Seq 5-614334811: Sending  { Cmd , MgmtId: 1, via:
> 5, Ver: v1, Flags: 100111,
> [{"StartCommand":{"vm":{"id":12,"name":"i-2-12-VM","bootloader":"PyGrub","type":"User","cpus":1,"speed":100,"minRam":1073741824,"maxRam":1073741824,"arch":"x86_64","os":"CentOS
> 5.3
> (64-bit)","bootArgs":"","rebootOnCrash":false,"enableHA":false,"limitCpuUse":false,"vncPassword":"a0ed1e002d55dc0b","params":{},"uuid":"c18ddf7c-fc61-40b0-af75-fdef05f8eae6","disks":[{"id":12,"name":"ROOT-12","mountPoint":"/iSCSI_SR_3","path":"40a39639-e8aa-45b5-bfa1-591b68571d0c","size":52428800,"type":"ROOT","storagePoolType":"PreSetup","storagePoolUuid":"iSCSI_SR_3","deviceId":0},{"id":12,"name":"tiny
> Linux","size":0,"type":"ISO","storagePoolType":"ISO","deviceId":3}],"nics":[{"deviceId":0,"networkRateMbps":200,"defaultNic":true,"uuid":"70472c43-4913-4e0a-8e1d-87b030404b0a","ip":"192.168.56.195","netmask":"255.255.255.0","gateway":"192.168.56.1","mac":"06:c8:0e:00:00:75","dns1":"8.8.8.8","dns2":"4.4.4.4","broadcastType":"Native","type":"Guest","broadcastUri":"vlan://untagged","isolationUri":"ec2://untagged","isSecurityGroupEnabled":true}]},"hostIp":"192.168.56.11","wait":0}}]
> }
> 2013-04-07 00:31:30,705 DEBUG [agent.transport.Request]
> (Job-Executor-35:job-42) Seq 5-614334811: Executing:  { Cmd , MgmtId: 1,
> via: 5, Ver: v1, Flags: 100111,
> [{"StartCommand":{"vm":{"id":12,"name":"i-2-12-VM","bootloader":"PyGrub","type":"User","cpus":1,"speed":100,"minRam":1073741824,"maxRam":1073741824,"arch":"x86_64","os":"CentOS
> 5.3
> (64-bit)","bootArgs":"","rebootOnCrash":false,"enableHA":false,"limitCpuUse":false,"vncPassword":"a0ed1e002d55dc0b","params":{},"uuid":"c18ddf7c-fc61-40b0-af75-fdef05f8eae6","disks":[{"id":12,"name":"ROOT-12","mountPoint":"/iSCSI_SR_3","path":"40a39639-e8aa-45b5-bfa1-591b68571d0c","size":52428800,"type":"ROOT","storagePoolType":"PreSetup","storagePoolUuid":"iSCSI_SR_3","deviceId":0},{"id":12,"name":"tiny
> Linux","size":0,"type":"ISO","storagePoolType":"ISO","deviceId":3}],"nics":[{"deviceId":0,"networkRateMbps":200,"defaultNic":true,"uuid":"70472c43-4913-4e0a-8e1d-87b030404b0a","ip":"192.168.56.195","netmask":"255.255.255.0","gateway":"192.168.56.1","mac":"06:c8:0e:00:00:75","dns1":"8.8.8.8","dns2":"4.4.4.4","broadcastType":"Native","type":"Guest","broadcastUri":"vlan://untagged","isolationUri":"ec2://untagged","isSecurityGroupEnabled":true}]},"hostIp":"192.168.56.11","wait":0}}]
> }
> 2013-04-07 00:31:30,705 DEBUG [agent.manager.DirectAgentAttache]
> (DirectAgent-265:null) Seq 5-614334811: Executing request
> 2013-04-07 00:31:30,848 DEBUG [xen.resource.CitrixResourceBase]
> (DirectAgent-265:null) 1. The VM i-2-12-VM is in Starting state.
> 2013-04-07 00:31:30,907 DEBUG [xen.resource.XenServer56FP1Resource]
> (DirectAgent-265:null) Created VM 6b192a90-bce6-7347-f184-d5b84538647a for
> i-2-12-VM
> 2013-04-07 00:31:30,959 DEBUG [xen.resource.CitrixResourceBase]
> (DirectAgent-265:null) VBD 9ea8a64a-9d04-76df-9d8b-103371b21d86 created for
> Vol[12|ROOT|40a39639-e8aa-45b5-bfa1-591b68571d0c|52428800]
> 2013-04-07 00:31:30,985 DEBUG [xen.resource.CitrixResourceBase]
> (DirectAgent-265:null) VBD 0fb43cee-0512-beed-5d24-a33a2ceceeda created for
> Vol[12|ISO|null|0]
> 2013-04-07 00:31:30,985 DEBUG [xen.resource.CitrixResourceBase]
> (DirectAgent-265:null) Creating VIF for i-2-12-VM on nic
> [Nic:Guest-192.168.56.195-vlan://untagged]
> 2013-04-07 00:31:31,037 DEBUG [xen.resource.CitrixResourceBase]
> (DirectAgent-265:null) Created a vif adbeb814-7d38-1fda-1bdb-b6850c7cb342
> on 0
> 2013-04-07 00:31:32,105 DEBUG [cloud.api.ApiServlet]
> (1161145101@qtp-1008805148-33:null) ===START===  127.0.0.1 -- GET
>  command=queryAsyncJobResult&jobId=f75d8ce8-1193-43bf-b171-f43d2534e6bc&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316292102
> 2013-04-07 00:31:32,122 DEBUG [cloud.api.ApiServlet]
> (1161145101@qtp-1008805148-33:null) ===END===  127.0.0.1 -- GET
>  command=queryAsyncJobResult&jobId=f75d8ce8-1193-43bf-b171-f43d2534e6bc&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316292102
> 2013-04-07 00:31:35,106 DEBUG [cloud.api.ApiServlet]
> (1161145101@qtp-1008805148-33:null) ===START===  127.0.0.1 -- GET
>  command=queryAsyncJobResult&jobId=f75d8ce8-1193-43bf-b171-f43d2534e6bc&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316295103
> 2013-04-07 00:31:35,125 DEBUG [cloud.api.ApiServlet]
> (1161145101@qtp-1008805148-33:null) ===END===  127.0.0.1 -- GET
>  command=queryAsyncJobResult&jobId=f75d8ce8-1193-43bf-b171-f43d2534e6bc&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316295103
> 2013-04-07 00:31:38,106 DEBUG [cloud.api.ApiServlet]
> (1161145101@qtp-1008805148-33:null) ===START===  127.0.0.1 -- GET
>  command=queryAsyncJobResult&jobId=f75d8ce8-1193-43bf-b171-f43d2534e6bc&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316298104
> 2013-04-07 00:31:38,126 DEBUG [cloud.api.ApiServlet]
> (1161145101@qtp-1008805148-33:null) ===END===  127.0.0.1 -- GET
>  command=queryAsyncJobResult&jobId=f75d8ce8-1193-43bf-b171-f43d2534e6bc&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316298104
> 2013-04-07 00:31:41,108 DEBUG [cloud.api.ApiServlet]
> (1161145101@qtp-1008805148-33:null) ===START===  127.0.0.1 -- GET
>  command=queryAsyncJobResult&jobId=f75d8ce8-1193-43bf-b171-f43d2534e6bc&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316301106
> 2013-04-07 00:31:41,133 DEBUG [cloud.api.ApiServlet]
> (1161145101@qtp-1008805148-33:null) ===END===  127.0.0.1 -- GET
>  command=queryAsyncJobResult&jobId=f75d8ce8-1193-43bf-b171-f43d2534e6bc&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316301106
> 2013-04-07 00:31:43,708 INFO  [xen.resource.CitrixResourceBase]
> (DirectAgent-265:null) Programmed default network rules for i-2-12-VM on
> nic with ip:192.168.56.195 mac:06:c8:0e:00:00:75
> 2013-04-07 00:31:43,708 DEBUG [xen.resource.CitrixResourceBase]
> (DirectAgent-265:null) 2. The VM i-2-12-VM is in Running state.
> 2013-04-07 00:31:43,708 DEBUG [agent.manager.DirectAgentAttache]
> (DirectAgent-265:null) Seq 5-614334811: Response Received:
> 2013-04-07 00:31:43,709 DEBUG [agent.transport.Request]
> (DirectAgent-265:null) Seq 5-614334811: Processing:  { Ans: , MgmtId: 1,
> via: 5, Ver: v1, Flags: 110,
> [{"StartAnswer":{"vm":{"id":12,"name":"i-2-12-VM","bootloader":"PyGrub","type":"User","cpus":1,"speed":100,"minRam":1073741824,"maxRam":1073741824,"arch":"x86_64","os":"CentOS
> 5.3
> (64-bit)","bootArgs":"","rebootOnCrash":false,"enableHA":false,"limitCpuUse":false,"vncPassword":"a0ed1e002d55dc0b","params":{},"uuid":"c18ddf7c-fc61-40b0-af75-fdef05f8eae6","disks":[{"id":12,"name":"ROOT-12","mountPoint":"/iSCSI_SR_3","path":"40a39639-e8aa-45b5-bfa1-591b68571d0c","size":52428800,"type":"ROOT","storagePoolType":"PreSetup","storagePoolUuid":"iSCSI_SR_3","deviceId":0},{"id":12,"name":"tiny
> Linux","size":0,"type":"ISO","storagePoolType":"ISO","deviceId":3}],"nics":[{"deviceId":0,"networkRateMbps":200,"defaultNic":true,"uuid":"70472c43-4913-4e0a-8e1d-87b030404b0a","ip":"192.168.56.195","netmask":"255.255.255.0","gateway":"192.168.56.1","mac":"06:c8:0e:00:00:75","dns1":"8.8.8.8","dns2":"4.4.4.4","broadcastType":"Native","type":"Guest","broadcastUri":"vlan://untagged","isolationUri":"ec2://untagged","isSecurityGroupEnabled":true}]},"result":true,"wait":0}}]
> }
> 2013-04-07 00:31:43,709 DEBUG [agent.transport.Request]
> (Job-Executor-35:job-42) Seq 5-614334811: Received:  { Ans: , MgmtId: 1,
> via: 5, Ver: v1, Flags: 110, { StartAnswer } }
> 2013-04-07 00:31:43,709 DEBUG [agent.manager.AgentAttache]
> (DirectAgent-265:null) Seq 5-614334811: No more commands found
> 2013-04-07 00:31:43,763 DEBUG [network.security.SecurityGroupManagerImpl]
> (Job-Executor-35:job-42) Security Group Mgr v2: scheduling ruleset updates
> for 1 vms  (unique=1), current queue size=0
> 2013-04-07 00:31:43,765 DEBUG [network.security.SecurityGroupManagerImpl]
> (Job-Executor-35:job-42) Security Group Mgr v2: done scheduling ruleset
> updates for 1 vms: num new jobs=1 num rows insert or updated=1 time taken=2
> 2013-04-07 00:31:43,769 DEBUG [cloud.capacity.CapacityManagerImpl]
> (Job-Executor-35:job-42) VM state transitted from :Starting to Running with
> event: OperationSucceededvm's original host id: 5 new host id: 5 host id
> before state transition: 5
> 2013-04-07 00:31:43,769 DEBUG [cloud.vm.VirtualMachineManagerImpl]
> (Job-Executor-35:job-42) Start completed for VM
> VM[User|c18ddf7c-fc61-40b0-af75-fdef05f8eae6]
> 2013-04-07 00:31:43,773 DEBUG [network.security.SecurityGroupManagerImpl]
> (SecGrp-Worker-3:null) SecurityGroupManager v2: sending ruleset update for
> vm i-2-12-VM:ingress num rules=0:egress num rules=0 num cidrs=0
> sig=d41d8cd98f00b204e9800998ecf8427e
> 2013-04-07 00:31:43,777 DEBUG [cloud.async.AsyncJobManagerImpl]
> (Job-Executor-35:job-42) Complete async job-42, jobStatus: 1, resultCode:
> 0, result: org.apache.cloudstack.api.response.UserVmResponse@d9c5b6f
> 2013-04-07 00:31:43,782 DEBUG [cloud.async.AsyncJobManagerImpl]
> (Job-Executor-35:job-42) Done executing
> org.apache.cloudstack.api.command.user.vm.DeployVMCmd for job-42
> 2013-04-07 00:31:43,796 DEBUG [agent.transport.Request]
> (SecGrp-Worker-3:null) Seq 5-614334812: Sending  { Cmd , MgmtId: 1, via: 5,
> Ver: v1, Flags: 100111,
> [{"SecurityGroupRulesCmd":{"guestIp":"192.168.56.195","vmName":"i-2-12-VM","guestMac":"06:c8:0e:00:00:75","signature":"d41d8cd98f00b204e9800998ecf8427e","seqNum":1,"vmId":12,"msId":1,"ingressRuleSet":[],"egressRuleSet":[],"wait":0}}]
> }
> 2013-04-07 00:31:43,796 DEBUG [agent.transport.Request]
> (SecGrp-Worker-3:null) Seq 5-614334812: Executing:  { Cmd , MgmtId: 1, via:
> 5, Ver: v1, Flags: 100111,
> [{"SecurityGroupRulesCmd":{"guestIp":"192.168.56.195","vmName":"i-2-12-VM","guestMac":"06:c8:0e:00:00:75","signature":"d41d8cd98f00b204e9800998ecf8427e","seqNum":1,"vmId":12,"msId":1,"ingressRuleSet":[],"egressRuleSet":[],"wait":0}}]
> }
> 2013-04-07 00:31:43,796 DEBUG [agent.manager.DirectAgentAttache]
> (DirectAgent-77:null) Seq 5-614334812: Executing request
> 2013-04-07 00:31:44,109 DEBUG [cloud.api.ApiServlet]
> (1161145101@qtp-1008805148-33:null) ===START===  127.0.0.1 -- GET
>  command=queryAsyncJobResult&jobId=f75d8ce8-1193-43bf-b171-f43d2534e6bc&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316304106
> 2013-04-07 00:31:44,122 DEBUG [cloud.async.AsyncJobManagerImpl]
> (1161145101@qtp-1008805148-33:null) Async job-42 completed
> 2013-04-07 00:31:44,131 DEBUG [cloud.api.ApiServlet]
> (1161145101@qtp-1008805148-33:null) ===END===  127.0.0.1 -- GET
>  command=queryAsyncJobResult&jobId=f75d8ce8-1193-43bf-b171-f43d2534e6bc&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316304106
> 2013-04-07 00:31:44,351 INFO  [xen.resource.CitrixResourceBase]
> (DirectAgent-77:null) Programmed network rules for vm i-2-12-VM
> guestIp=192.168.56.195, ingress numrules=0, egress numrules=0
> 2013-04-07 00:31:44,351 DEBUG [agent.manager.DirectAgentAttache]
> (DirectAgent-77:null) Seq 5-614334812: Response Received:
> 2013-04-07 00:31:44,352 DEBUG [agent.transport.Request]
> (DirectAgent-77:null) Seq 5-614334812: Processing:  { Ans: , MgmtId: 1,
> via: 5, Ver: v1, Flags: 110,
> [{"SecurityGroupRuleAnswer":{"logSequenceNumber":1,"vmId":12,"reason":"NONE","result":true,"wait":0}}]
> }
> 2013-04-07 00:31:44,353 DEBUG [network.security.SecurityGroupListener]
> (DirectAgent-77:null) Successfully programmed rule
> com.cloud.agent.api.SecurityGroupRuleAnswer into host 5
> 2013-04-07 00:31:44,357 DEBUG [network.security.SecurityGroupListener]
> (DirectAgent-77:null) Successfully programmed rule
> com.cloud.agent.api.SecurityGroupRuleAnswer into host 5
> 2013-04-07 00:31:44,359 DEBUG [agent.manager.AgentAttache]
> (DirectAgent-77:null) Seq 5-614334812: No more commands found
> 2013-04-07 00:31:47,679 DEBUG [agent.manager.AgentManagerImpl]
> (AgentManager-Handler-10:null) Ping from 3
> 2013-04-07 00:31:50,451 DEBUG
> [storage.secondary.SecondaryStorageManagerImpl] (secstorage-1:null) Zone 1
> is ready to launch secondary storage VM
> 2013-04-07 00:31:50,553 DEBUG [cloud.consoleproxy.ConsoleProxyManagerImpl]
> (consoleproxy-1:null) Zone 1 is ready to launch console proxy
> 2013-04-07 00:31:50,819 DEBUG
> [network.router.VirtualNetworkApplianceManagerImpl]
> (RouterStatusMonitor-1:null) Found 0 routers to update status.
> 2013-04-07 00:31:50,820 DEBUG
> [network.router.VirtualNetworkApplianceManagerImpl]
> (RouterStatusMonitor-1:null) Found 0 networks to update RvR status.
> 2013-04-07 00:31:50,851 DEBUG
> [network.router.VirtualNetworkApplianceManagerImpl]
> (RouterStatusMonitor-1:null) Found 0 routers to update status.
> 2013-04-07 00:31:50,852 DEBUG
> [network.router.VirtualNetworkApplianceManagerImpl]
> (RouterStatusMonitor-1:null) Found 0 networks to update RvR status.
> 2013-04-07 00:31:51,459 INFO  [agent.manager.AgentMonitor]
> (Thread-11:null) Found the following agents behind on ping: [6, 5]
> 2013-04-07 00:31:51,460 DEBUG [cloud.host.Status] (Thread-11:null) Ping
> timeout for host 6, do invstigation
> 2013-04-07 00:31:51,461 DEBUG [cloud.host.Status] (Thread-11:null) Ping
> timeout for host 5, do invstigation
> 2013-04-07 00:31:51,462 INFO  [agent.manager.AgentManagerImpl]
> (AgentTaskPool-2:null) Investigating why host 6 has disconnected with event
> PingTimeout
> 2013-04-07 00:31:51,462 DEBUG [agent.manager.AgentManagerImpl]
> (AgentTaskPool-2:null) checking if agent (6) is alive
> 2013-04-07 00:31:51,463 INFO  [agent.manager.AgentManagerImpl]
> (AgentTaskPool-14:null) Investigating why host 5 has disconnected with
> event PingTimeout
> 2013-04-07 00:31:51,463 DEBUG [agent.manager.AgentManagerImpl]
> (AgentTaskPool-14:null) checking if agent (5) is alive
> 2013-04-07 00:31:51,465 DEBUG [agent.transport.Request]
> (AgentTaskPool-2:null) Seq 6-324993304: Sending  { Cmd , MgmtId: 1, via: 6,
> Ver: v1, Flags: 100011, [{"CheckHealthCommand":{"wait":50}}] }
> 2013-04-07 00:31:51,465 DEBUG [agent.transport.Request]
> (AgentTaskPool-2:null) Seq 6-324993304: Executing:  { Cmd , MgmtId: 1, via:
> 6, Ver: v1, Flags: 100011, [{"CheckHealthCommand":{"wait":50}}] }
> 2013-04-07 00:31:51,465 DEBUG [agent.manager.DirectAgentAttache]
> (DirectAgent-151:null) Seq 6-324993304: Executing request
> 2013-04-07 00:31:51,466 DEBUG [agent.transport.Request]
> (AgentTaskPool-14:null) Seq 5-614334813: Sending  { Cmd , MgmtId: 1, via:
> 5, Ver: v1, Flags: 100011, [{"CheckHealthCommand":{"wait":50}}] }
> 2013-04-07 00:31:51,467 DEBUG [agent.transport.Request]
> (AgentTaskPool-14:null) Seq 5-614334813: Executing:  { Cmd , MgmtId: 1,
> via: 5, Ver: v1, Flags: 100011, [{"CheckHealthCommand":{"wait":50}}] }
> 2013-04-07 00:31:51,467 DEBUG [agent.manager.DirectAgentAttache]
> (DirectAgent-113:null) Seq 5-614334813: Executing request
> 2013-04-07 00:31:51,525 DEBUG [agent.manager.DirectAgentAttache]
> (DirectAgent-151:null) Seq 6-324993304: Response Received:
> 2013-04-07 00:31:51,525 DEBUG [agent.transport.Request]
> (DirectAgent-151:null) Seq 6-324993304: Processing:  { Ans: , MgmtId: 1,
> via: 6, Ver: v1, Flags: 10,
> [{"CheckHealthAnswer":{"result":true,"details":"resource is
> alive","wait":0}}] }
> 2013-04-07 00:31:51,526 DEBUG [agent.transport.Request]
> (AgentTaskPool-2:null) Seq 6-324993304: Received:  { Ans: , MgmtId: 1, via:
> 6, Ver: v1, Flags: 10, { CheckHealthAnswer } }
> 2013-04-07 00:31:51,526 DEBUG [agent.manager.AgentManagerImpl]
> (AgentTaskPool-2:null) Details from executing class
> com.cloud.agent.api.CheckHealthCommand: resource is alive
> 2013-04-07 00:31:51,526 DEBUG [agent.manager.AgentManagerImpl]
> (AgentTaskPool-2:null) agent (6) responded to checkHeathCommand, reporting
> that agent is Up
> 2013-04-07 00:31:51,526 INFO  [agent.manager.AgentManagerImpl]
> (AgentTaskPool-2:null) The state determined is Up
> 2013-04-07 00:31:51,526 INFO  [agent.manager.AgentManagerImpl]
> (AgentTaskPool-2:null) Agent is determined to be up and running
> 2013-04-07 00:31:51,526 DEBUG [cloud.host.Status] (AgentTaskPool-2:null)
> Transition:[Resource state = Enabled, Agent event = Ping, Host id = 6, name
> = Tut-XenServer]
> 2013-04-07 00:31:51,529 DEBUG [agent.manager.DirectAgentAttache]
> (DirectAgent-113:null) Seq 5-614334813: Response Received:
> 2013-04-07 00:31:51,529 DEBUG [agent.transport.Request]
> (DirectAgent-113:null) Seq 5-614334813: Processing:  { Ans: , MgmtId: 1,
> via: 5, Ver: v1, Flags: 10,
> [{"CheckHealthAnswer":{"result":true,"details":"resource is
> alive","wait":0}}] }
> 2013-04-07 00:31:51,529 DEBUG [agent.transport.Request]
> (AgentTaskPool-14:null) Seq 5-614334813: Received:  { Ans: , MgmtId: 1,
> via: 5, Ver: v1, Flags: 10, { CheckHealthAnswer } }
> 2013-04-07 00:31:51,529 DEBUG [agent.manager.AgentManagerImpl]
> (AgentTaskPool-14:null) Details from executing class
> com.cloud.agent.api.CheckHealthCommand: resource is alive
> 2013-04-07 00:31:51,529 DEBUG [agent.manager.AgentManagerImpl]
> (AgentTaskPool-14:null) agent (5) responded to checkHeathCommand, reporting
> that agent is Up
> 2013-04-07 00:31:51,529 INFO  [agent.manager.AgentManagerImpl]
> (AgentTaskPool-14:null) The state determined is Up
> 2013-04-07 00:31:51,529 INFO  [agent.manager.AgentManagerImpl]
> (AgentTaskPool-14:null) Agent is determined to be up and running
> 2013-04-07 00:31:51,530 DEBUG [cloud.host.Status] (AgentTaskPool-2:null)
> Agent status update: [id = 6; name = Tut-XenServer; old status = Up; event
> = Ping; new status = Up; old update count = 308; new update count = 309]
> 2013-04-07 00:31:51,530 DEBUG [cloud.host.Status] (AgentTaskPool-14:null)
> Transition:[Resource state = Enabled, Agent event = Ping, Host id = 5, name
> = Tut-XenServer2]
> 2013-04-07 00:31:51,533 DEBUG [cloud.host.Status] (AgentTaskPool-14:null)
> Agent status update: [id = 5; name = Tut-XenServer2; old status = Up; event
> = Ping; new status = Up; old update count = 145; new update count = 146]
> 2013-04-07 00:31:58,908 DEBUG [cloud.api.ApiServlet]
> (1161145101@qtp-1008805148-33:null) ===START===  127.0.0.1 -- GET
>  command=listVirtualMachines&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&listAll=true&page=1&pagesize=20&_=1365316318906
> 2013-04-07 00:31:58,925 DEBUG [cloud.api.ApiServlet]
> (1161145101@qtp-1008805148-33:null) ===END===  127.0.0.1 -- GET
>  command=listVirtualMachines&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&listAll=true&page=1&pagesize=20&_=1365316318906
> 2013-04-07 00:32:00,065 DEBUG [cloud.api.ApiServlet]
> (1161145101@qtp-1008805148-33:null) ===START===  127.0.0.1 -- GET
>  command=listVolumes&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&listAll=true&page=1&pagesize=20&_=1365316320063
> 2013-04-07 00:32:00,079 DEBUG [cloud.api.ApiServlet]
> (1161145101@qtp-1008805148-33:null) ===END===  127.0.0.1 -- GET
>  command=listVolumes&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&listAll=true&page=1&pagesize=20&_=1365316320063
> 2013-04-07 00:32:02,019 DEBUG [cloud.api.ApiServlet]
> (1161145101@qtp-1008805148-33:null) ===START===  127.0.0.1 -- GET
>  command=listVirtualMachines&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&listAll=true&page=1&pagesize=20&_=1365316322017
> 2013-04-07 00:32:02,034 DEBUG [cloud.api.ApiServlet]
> (1161145101@qtp-1008805148-33:null) ===END===  127.0.0.1 -- GET
>  command=listVirtualMachines&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&listAll=true&page=1&pagesize=20&_=1365316322017
> 2013-04-07 00:32:03,004 DEBUG [cloud.api.ApiServlet]
> (1161145101@qtp-1008805148-33:null) ===START===  127.0.0.1 -- GET
>  command=listVolumes&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&listAll=true&page=1&pagesize=20&_=1365316323002
> 2013-04-07 00:32:03,019 DEBUG [cloud.api.ApiServlet]
> (1161145101@qtp-1008805148-33:null) ===END===  127.0.0.1 -- GET
>  command=listVolumes&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&listAll=true&page=1&pagesize=20&_=1365316323002
> 2013-04-07 00:32:04,060 DEBUG [cloud.api.ApiServlet]
> (1161145101@qtp-1008805148-33:null) ===START===  127.0.0.1 -- GET
>  command=listVirtualMachines&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&listAll=true&page=1&pagesize=20&_=1365316324057
> 2013-04-07 00:32:04,076 DEBUG [cloud.api.ApiServlet]
> (1161145101@qtp-1008805148-33:null) ===END===  127.0.0.1 -- GET
>  command=listVirtualMachines&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&listAll=true&page=1&pagesize=20&_=1365316324057
> 2013-04-07 00:32:04,815 DEBUG [agent.manager.DirectAgentAttache]
> (DirectAgent-240:null) Ping from 6
> 2013-04-07 00:32:06,151 DEBUG [agent.manager.DirectAgentAttache]
> (DirectAgent-401:null) Ping from 5
> 2013-04-07 00:32:06,571 DEBUG [cloud.api.ApiServlet]
> (1161145101@qtp-1008805148-33:null) ===START===  127.0.0.1 -- GET
>  command=listZones&available=true&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316326569
> 2013-04-07 00:32:06,578 DEBUG [cloud.api.ApiServlet]
> (1161145101@qtp-1008805148-33:null) ===END===  127.0.0.1 -- GET
>  command=listZones&available=true&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316326569
> 2013-04-07 00:32:06,909 DEBUG [agent.manager.DirectAgentAttache]
> (DirectAgent-334:null) Seq 6-324993028: Executing request
> 2013-04-07 00:32:07,152 DEBUG [agent.manager.DirectAgentAttache]
> (DirectAgent-334:null) Seq 6-324993028: Response Received:
> 2013-04-07 00:32:07,152 DEBUG [agent.transport.Request]
> (DirectAgent-334:null) Seq 6-324993028: Processing:  { Ans: , MgmtId: 1,
> via: 6, Ver: v1, Flags: 10,
> [{"ClusterSyncAnswer":{"_clusterId":2,"_newStates":{},"_isExecuted":false,"result":true,"wait":0}}]
> }
> 2013-04-07 00:32:08,422 DEBUG [cloud.api.ApiServlet]
> (1161145101@qtp-1008805148-33:null) ===START===  127.0.0.1 -- GET
>  command=listHypervisors&zoneid=3a62dec3-cf95-4ba2-9af0-af2190af35e3&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316328420
> 2013-04-07 00:32:08,431 DEBUG [cloud.api.ApiServlet]
> (1161145101@qtp-1008805148-33:null) ===END===  127.0.0.1 -- GET
>  command=listHypervisors&zoneid=3a62dec3-cf95-4ba2-9af0-af2190af35e3&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316328420
> 2013-04-07 00:32:08,434 DEBUG [cloud.api.ApiServlet]
> (1161145101@qtp-1008805148-33:null) ===START===  127.0.0.1 -- GET
>  command=listTemplates&templatefilter=featured&zoneid=3a62dec3-cf95-4ba2-9af0-af2190af35e3&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316328432
> 2013-04-07 00:32:08,461 DEBUG [cloud.api.ApiServlet]
> (1161145101@qtp-1008805148-33:null) ===END===  127.0.0.1 -- GET
>  command=listTemplates&templatefilter=featured&zoneid=3a62dec3-cf95-4ba2-9af0-af2190af35e3&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316328432
> 2013-04-07 00:32:08,464 DEBUG [cloud.api.ApiServlet]
> (1161145101@qtp-1008805148-33:null) ===START===  127.0.0.1 -- GET
>  command=listTemplates&templatefilter=community&zoneid=3a62dec3-cf95-4ba2-9af0-af2190af35e3&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316328462
> 2013-04-07 00:32:08,492 DEBUG [cloud.api.ApiServlet]
> (1161145101@qtp-1008805148-33:null) ===END===  127.0.0.1 -- GET
>  command=listTemplates&templatefilter=community&zoneid=3a62dec3-cf95-4ba2-9af0-af2190af35e3&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316328462
> 2013-04-07 00:32:08,495 DEBUG [cloud.api.ApiServlet]
> (1161145101@qtp-1008805148-33:null) ===START===  127.0.0.1 -- GET
>  command=listTemplates&templatefilter=selfexecutable&zoneid=3a62dec3-cf95-4ba2-9af0-af2190af35e3&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316328493
> 2013-04-07 00:32:08,508 DEBUG [cloud.api.ApiServlet]
> (1161145101@qtp-1008805148-33:null) ===END===  127.0.0.1 -- GET
>  command=listTemplates&templatefilter=selfexecutable&zoneid=3a62dec3-cf95-4ba2-9af0-af2190af35e3&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316328493
> 2013-04-07 00:32:09,476 DEBUG [cloud.api.ApiServlet]
> (1161145101@qtp-1008805148-33:null) ===START===  127.0.0.1 -- GET
>  command=listServiceOfferings&issystem=false&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316329474
> 2013-04-07 00:32:09,489 DEBUG [cloud.api.ApiServlet]
> (1161145101@qtp-1008805148-33:null) ===END===  127.0.0.1 -- GET
>  command=listServiceOfferings&issystem=false&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316329474
> 2013-04-07 00:32:11,022 DEBUG [agent.manager.DirectAgentAttache]
> (DirectAgent-161:null) Seq 5-614334468: Executing request
> 2013-04-07 00:32:11,174 DEBUG [agent.manager.DirectAgentAttache]
> (DirectAgent-161:null) Seq 5-614334468: Response Received:
> 2013-04-07 00:32:11,174 DEBUG [agent.transport.Request]
> (DirectAgent-161:null) Seq 5-614334468: Processing:  { Ans: , MgmtId: 1,
> via: 5, Ver: v1, Flags: 10, [{"Answer":{"result":true,"wait":0}}] }
> 2013-04-07 00:32:13,261 DEBUG [cloud.api.ApiServlet]
> (1161145101@qtp-1008805148-33:null) ===START===  127.0.0.1 -- GET
>  command=listDiskOfferings&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316333259
> 2013-04-07 00:32:13,272 DEBUG [cloud.api.ApiServlet]
> (1161145101@qtp-1008805148-33:null) ===END===  127.0.0.1 -- GET
>  command=listDiskOfferings&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316333259
> 2013-04-07 00:32:14,028 DEBUG [cloud.api.ApiServlet]
> (1161145101@qtp-1008805148-33:null) ===START===  127.0.0.1 -- GET
>  command=listNetworks&trafficType=Guest&zoneId=3a62dec3-cf95-4ba2-9af0-af2190af35e3&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316334026
> 2013-04-07 00:32:14,053 DEBUG [cloud.api.ApiServlet]
> (1161145101@qtp-1008805148-33:null) ===END===  127.0.0.1 -- GET
>  command=listNetworks&trafficType=Guest&zoneId=3a62dec3-cf95-4ba2-9af0-af2190af35e3&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316334026
> 2013-04-07 00:32:14,056 DEBUG [cloud.api.ApiServlet]
> (1161145101@qtp-1008805148-33:null) ===START===  127.0.0.1 -- GET
>  command=listSecurityGroups&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&domainid=e4ec5ddc-9e1c-11e2-a770-6e70e42a2333&account=admin&_=1365316334054
> 2013-04-07 00:32:14,062 DEBUG [cloud.user.AccountManagerImpl]
> (1161145101@qtp-1008805148-33:null) Access granted to Acct[2-admin] to
> Domain:1/ by DomainChecker
> 2013-04-07 00:32:14,068 DEBUG [cloud.api.ApiServlet]
> (1161145101@qtp-1008805148-33:null) ===END===  127.0.0.1 -- GET
>  command=listSecurityGroups&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&domainid=e4ec5ddc-9e1c-11e2-a770-6e70e42a2333&account=admin&_=1365316334054
> 2013-04-07 00:32:15,282 DEBUG [cloud.api.ApiServlet]
> (1161145101@qtp-1008805148-33:null) ===START===  127.0.0.1 -- GET
>  command=deployVirtualMachine&zoneId=3a62dec3-cf95-4ba2-9af0-af2190af35e3&templateId=e4a7df4a-9e1c-11e2-a770-6e70e42a2333&hypervisor=XenServer&serviceOfferingId=425cf3cf-4bc4-4e53-82a0-ba6c20dd3688&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316335280
> 2013-04-07 00:32:15,290 DEBUG [cloud.api.ApiDispatcher]
> (1161145101@qtp-1008805148-33:null) InfrastructureEntity name
> is:com.cloud.offering.ServiceOffering
> 2013-04-07 00:32:15,292 DEBUG [cloud.api.ApiDispatcher]
> (1161145101@qtp-1008805148-33:null) ControlledEntity name
> is:com.cloud.template.VirtualMachineTemplate
> 2013-04-07 00:32:15,316 DEBUG [cloud.vm.UserVmManagerImpl]
> (1161145101@qtp-1008805148-33:null) Allocating in the DB for vm
> 2013-04-07 00:32:15,327 DEBUG [cloud.vm.VirtualMachineManagerImpl]
> (1161145101@qtp-1008805148-33:null) Allocating entries for VM:
> VM[User|94ddc16f-04fc-4da1-8326-01d8d5cdeb44]
> 2013-04-07 00:32:15,327 DEBUG [cloud.vm.VirtualMachineManagerImpl]
> (1161145101@qtp-1008805148-33:null) Allocating nics for
> VM[User|94ddc16f-04fc-4da1-8326-01d8d5cdeb44]
> 2013-04-07 00:32:15,328 DEBUG [cloud.network.NetworkManagerImpl]
> (1161145101@qtp-1008805148-33:null) Allocating nic for vm
> VM[User|94ddc16f-04fc-4da1-8326-01d8d5cdeb44] in network Ntwk[204|Guest|6]
> with requested profile NicProfile[0-0-null-null-null
> 2013-04-07 00:32:15,335 DEBUG [cloud.vm.VirtualMachineManagerImpl]
> (1161145101@qtp-1008805148-33:null) Allocaing disks for
> VM[User|94ddc16f-04fc-4da1-8326-01d8d5cdeb44]
> 2013-04-07 00:32:15,342 DEBUG [cloud.vm.VirtualMachineManagerImpl]
> (1161145101@qtp-1008805148-33:null) Allocation completed for VM:
> VM[User|94ddc16f-04fc-4da1-8326-01d8d5cdeb44]
> 2013-04-07 00:32:15,342 DEBUG [cloud.vm.UserVmManagerImpl]
> (1161145101@qtp-1008805148-33:null) Successfully allocated DB entry for
> VM[User|94ddc16f-04fc-4da1-8326-01d8d5cdeb44]
> 2013-04-07 00:32:15,374 DEBUG [cloud.async.AsyncJobManagerImpl]
> (1161145101@qtp-1008805148-33:null) submit async job-43, details:
> AsyncJobVO {id:43, userId: 2, accountId: 2, sessionKey: null, instanceType:
> null, instanceId: 13, cmd:
> org.apache.cloudstack.api.command.user.vm.DeployVMCmd, cmdOriginator: null,
> cmdInfo:
> {"id":"13","templateId":"e4a7df4a-9e1c-11e2-a770-6e70e42a2333","response":"json","sessionkey":"Z6QqzU0Fq1iT13bMgnRRfl8GoVA\u003d","ctxUserId":"2","hypervisor":"XenServer","serviceOfferingId":"425cf3cf-4bc4-4e53-82a0-ba6c20dd3688","_":"1365316335280","ctxAccountId":"2","ctxStartEventId":"48","zoneId":"3a62dec3-cf95-4ba2-9af0-af2190af35e3"},
> cmdVersion: 0, callbackType: 0, callbackAddress: null, status: 0,
> processStatus: 0, resultCode: 0, result: null, initMsid: 1, completeMsid:
> null, lastUpdated: null, lastPolled: null, created: null}
> 2013-04-07 00:32:15,375 DEBUG [cloud.async.AsyncJobManagerImpl]
> (Job-Executor-36:job-43) Executing
> org.apache.cloudstack.api.command.user.vm.DeployVMCmd for job-43
> 2013-04-07 00:32:15,376 DEBUG [cloud.api.ApiServlet]
> (1161145101@qtp-1008805148-33:null) ===END===  127.0.0.1 -- GET
>  command=deployVirtualMachine&zoneId=3a62dec3-cf95-4ba2-9af0-af2190af35e3&templateId=e4a7df4a-9e1c-11e2-a770-6e70e42a2333&hypervisor=XenServer&serviceOfferingId=425cf3cf-4bc4-4e53-82a0-ba6c20dd3688&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316335280
> 2013-04-07 00:32:15,380 DEBUG [cloud.api.ApiDispatcher]
> (Job-Executor-36:job-43) InfrastructureEntity name
> is:com.cloud.offering.ServiceOffering
> 2013-04-07 00:32:15,383 DEBUG [cloud.api.ApiDispatcher]
> (Job-Executor-36:job-43) ControlledEntity name
> is:com.cloud.template.VirtualMachineTemplate
> 2013-04-07 00:32:15,425 DEBUG [cloud.deploy.FirstFitPlanner]
> (Job-Executor-36:job-43) DeploymentPlanner allocation algorithm: random
> 2013-04-07 00:32:15,425 DEBUG [cloud.deploy.FirstFitPlanner]
> (Job-Executor-36:job-43) Trying to allocate a host and storage pools from
> dc:1, pod:null,cluster:null, requested cpu: 100, requested ram: 1073741824
> 2013-04-07 00:32:15,425 DEBUG [cloud.deploy.FirstFitPlanner]
> (Job-Executor-36:job-43) Is ROOT volume READY (pool already allocated)?: No
> 2013-04-07 00:32:15,425 DEBUG [cloud.deploy.FirstFitPlanner]
> (Job-Executor-36:job-43) Searching all possible resources under this Zone: 1
> 2013-04-07 00:32:15,427 DEBUG [cloud.deploy.FirstFitPlanner]
> (Job-Executor-36:job-43) Listing clusters in order of aggregate capacity,
> that have (atleast one host with) enough CPU and RAM capacity under this
> Zone: 1
> 2013-04-07 00:32:15,428 DEBUG [cloud.deploy.FirstFitPlanner]
> (Job-Executor-36:job-43) CPUOverprovisioningFactor considered: 1.0
> 2013-04-07 00:32:15,442 DEBUG [cloud.deploy.FirstFitPlanner]
> (Job-Executor-36:job-43) Cannot allocate cluster list [1] for vm creation
> since their allocated percentage crosses the disable capacity threshold:
> 0.85 for capacity Type : 0, skipping these clusters
> 2013-04-07 00:32:15,444 DEBUG [cloud.deploy.FirstFitPlanner]
> (Job-Executor-36:job-43) Checking resources in Cluster: 2 under Pod: 1
> 2013-04-07 00:32:15,444 DEBUG [allocator.impl.RandomAllocator]
> (Job-Executor-36:job-43) Looking for hosts in dc: 1  pod:1  cluster:2
> 2013-04-07 00:32:15,447 DEBUG [allocator.impl.RandomAllocator]
> (Job-Executor-36:job-43) Random Allocator found 2  hosts
> 2013-04-07 00:32:15,447 DEBUG [allocator.impl.RandomAllocator]
> (Job-Executor-36:job-43) Random Host Allocator returning 2 suitable hosts
> 2013-04-07 00:32:15,448 DEBUG [cloud.deploy.FirstFitPlanner]
> (Job-Executor-36:job-43) Checking suitable pools for volume (Id, Type):
> (13,ROOT)
> 2013-04-07 00:32:15,448 DEBUG [cloud.deploy.FirstFitPlanner]
> (Job-Executor-36:job-43) We need to allocate new storagepool for this volume
> 2013-04-07 00:32:15,451 DEBUG [cloud.deploy.FirstFitPlanner]
> (Job-Executor-36:job-43) Calling StoragePoolAllocators to find suitable
> pools
> 2013-04-07 00:32:15,455 DEBUG
> [storage.allocator.RandomStoragePoolAllocator] (Job-Executor-36:job-43)
> Looking for pools in dc: 1  pod:1  cluster:2
> 2013-04-07 00:32:15,457 DEBUG
> [storage.allocator.RandomStoragePoolAllocator] (Job-Executor-36:job-43)
> RandomStoragePoolAllocator has 5 pools to check for allocation
> 2013-04-07 00:32:15,458 DEBUG
> [storage.allocator.AbstractStoragePoolAllocator] (Job-Executor-36:job-43)
> Checking if storage pool is suitable, name: Tut-XenServer2 Local Storage
> ,poolId: 201
> 2013-04-07 00:32:15,458 DEBUG
> [storage.allocator.AbstractStoragePoolAllocator] (Job-Executor-36:job-43)
> Is localStorageAllocationNeeded? false
> 2013-04-07 00:32:15,458 DEBUG
> [storage.allocator.AbstractStoragePoolAllocator] (Job-Executor-36:job-43)
> Is storage pool shared? false
> 2013-04-07 00:32:15,458 DEBUG
> [storage.allocator.AbstractStoragePoolAllocator] (Job-Executor-36:job-43)
> StoragePool is not of correct type, skipping this pool
> 2013-04-07 00:32:15,458 DEBUG
> [storage.allocator.AbstractStoragePoolAllocator] (Job-Executor-36:job-43)
> Checking if storage pool is suitable, name: iSCSI_SR_3 ,poolId: 257
> 2013-04-07 00:32:15,458 DEBUG
> [storage.allocator.AbstractStoragePoolAllocator] (Job-Executor-36:job-43)
> Is localStorageAllocationNeeded? false
> 2013-04-07 00:32:15,458 DEBUG
> [storage.allocator.AbstractStoragePoolAllocator] (Job-Executor-36:job-43)
> Is storage pool shared? true
> 2013-04-07 00:32:15,467 DEBUG [cloud.storage.StorageManagerImpl]
> (Job-Executor-36:job-43) Checking pool: 257 for volume allocation
> [Vol[13|vm=13|ROOT]], maxSize : 2084569088, totalAllocatedSize : 106954752,
> askingSize : 52428800, allocated disable threshold: 0.85
> 2013-04-07 00:32:15,467 DEBUG
> [storage.allocator.AbstractStoragePoolAllocator] (Job-Executor-36:job-43)
> Checking if storage pool is suitable, name: iSCSI_SR_4 ,poolId: 262
> 2013-04-07 00:32:15,467 DEBUG
> [storage.allocator.AbstractStoragePoolAllocator] (Job-Executor-36:job-43)
> Is localStorageAllocationNeeded? false
> 2013-04-07 00:32:15,467 DEBUG
> [storage.allocator.AbstractStoragePoolAllocator] (Job-Executor-36:job-43)
> Is storage pool shared? true
> 2013-04-07 00:32:15,479 DEBUG [cloud.storage.StorageManagerImpl]
> (Job-Executor-36:job-43) Checking pool: 262 for volume allocation
> [Vol[13|vm=13|ROOT]], maxSize : 2084569088, totalAllocatedSize : 54525952,
> askingSize : 52428800, allocated disable threshold: 0.85
> 2013-04-07 00:32:15,479 DEBUG
> [storage.allocator.AbstractStoragePoolAllocator] (Job-Executor-36:job-43)
> Checking if storage pool is suitable, name: Tut-XenServer Local Storage
> ,poolId: 202
> 2013-04-07 00:32:15,479 DEBUG
> [storage.allocator.AbstractStoragePoolAllocator] (Job-Executor-36:job-43)
> Is localStorageAllocationNeeded? false
> 2013-04-07 00:32:15,479 DEBUG
> [storage.allocator.AbstractStoragePoolAllocator] (Job-Executor-36:job-43)
> Is storage pool shared? false
> 2013-04-07 00:32:15,479 DEBUG
> [storage.allocator.AbstractStoragePoolAllocator] (Job-Executor-36:job-43)
> StoragePool is not of correct type, skipping this pool
> 2013-04-07 00:32:15,479 DEBUG
> [storage.allocator.AbstractStoragePoolAllocator] (Job-Executor-36:job-43)
> Checking if storage pool is suitable, name: iSCSI_SR_2 ,poolId: 256
> 2013-04-07 00:32:15,479 DEBUG
> [storage.allocator.AbstractStoragePoolAllocator] (Job-Executor-36:job-43)
> Is localStorageAllocationNeeded? false
> 2013-04-07 00:32:15,479 DEBUG
> [storage.allocator.AbstractStoragePoolAllocator] (Job-Executor-36:job-43)
> Is storage pool shared? true
> 2013-04-07 00:32:15,489 DEBUG [cloud.storage.StorageManagerImpl]
> (Job-Executor-36:job-43) Checking pool: 256 for volume allocation
> [Vol[13|vm=13|ROOT]], maxSize : 2084569088, totalAllocatedSize : 54525952,
> askingSize : 52428800, allocated disable threshold: 0.85
> 2013-04-07 00:32:15,489 DEBUG
> [storage.allocator.RandomStoragePoolAllocator] (Job-Executor-36:job-43)
> RandomStoragePoolAllocator returning 3 suitable storage pools
> 2013-04-07 00:32:15,489 DEBUG [cloud.deploy.FirstFitPlanner]
> (Job-Executor-36:job-43) Trying to find a potenial host and associated
> storage pools from the suitable host/pool lists for this VM
> 2013-04-07 00:32:15,489 DEBUG [cloud.deploy.FirstFitPlanner]
> (Job-Executor-36:job-43) Checking if host: 6 can access any suitable
> storage pool for volume: ROOT
> 2013-04-07 00:32:15,492 DEBUG [cloud.deploy.FirstFitPlanner]
> (Job-Executor-36:job-43) Host: 6 can access pool: 257
> 2013-04-07 00:32:15,492 DEBUG [cloud.deploy.FirstFitPlanner]
> (Job-Executor-36:job-43) Found a potential host id: 6 name: Tut-XenServer
> and associated storage pools for this VM
> 2013-04-07 00:32:15,494 DEBUG [cloud.deploy.FirstFitPlanner]
> (Job-Executor-36:job-43) Returning Deployment Destination:
> Dest[Zone(Id)-Pod(Id)-Cluster(Id)-Host(Id)-Storage(Volume(Id|Type-->Pool(Id))]
> :
> Dest[Zone(1)-Pod(1)-Cluster(2)-Host(6)-Storage(Volume(13|ROOT-->Pool(257))]
> 2013-04-07 00:32:15,514 DEBUG [cloud.capacity.CapacityManagerImpl]
> (Job-Executor-36:job-43) VM state transitted from :Stopped to Starting with
> event: StartRequestedvm's original host id: null new host id: null host id
> before state transition: null
> 2013-04-07 00:32:15,514 DEBUG [cloud.vm.VirtualMachineManagerImpl]
> (Job-Executor-36:job-43) Successfully transitioned to start state for
> VM[User|94ddc16f-04fc-4da1-8326-01d8d5cdeb44] reservation id =
> a8349669-6ff2-443f-88d3-c5d69100df3a
> 2013-04-07 00:32:15,518 DEBUG [cloud.vm.VirtualMachineManagerImpl]
> (Job-Executor-36:job-43) Trying to deploy VM, vm has dcId: 1 and podId: null
> 2013-04-07 00:32:15,518 DEBUG [cloud.vm.VirtualMachineManagerImpl]
> (Job-Executor-36:job-43) advanceStart: DeploymentPlan is provided, using
> dcId:1, podId: 1, clusterId: 2, hostId: 6, poolId: 257
> 2013-04-07 00:32:15,518 DEBUG [cloud.vm.VirtualMachineManagerImpl]
> (Job-Executor-36:job-43) Deploy avoids pods: null, clusters: null, hosts:
> null
> 2013-04-07 00:32:15,521 DEBUG [cloud.deploy.FirstFitPlanner]
> (Job-Executor-36:job-43) DeploymentPlanner allocation algorithm: random
> 2013-04-07 00:32:15,521 DEBUG [cloud.deploy.FirstFitPlanner]
> (Job-Executor-36:job-43) Trying to allocate a host and storage pools from
> dc:1, pod:1,cluster:2, requested cpu: 100, requested ram: 1073741824
> 2013-04-07 00:32:15,522 DEBUG [cloud.deploy.FirstFitPlanner]
> (Job-Executor-36:job-43) Is ROOT volume READY (pool already allocated)?: Yes
> 2013-04-07 00:32:15,522 DEBUG [cloud.deploy.FirstFitPlanner]
> (Job-Executor-36:job-43) DeploymentPlan has host_id specified, making no
> checks on this host, looks like admin test: 6
> 2013-04-07 00:32:15,523 DEBUG [cloud.deploy.FirstFitPlanner]
> (Job-Executor-36:job-43) Looking for suitable pools for this host under
> zone: 1, pod: 1, cluster: 2
> 2013-04-07 00:32:15,525 DEBUG [cloud.deploy.FirstFitPlanner]
> (Job-Executor-36:job-43) Checking suitable pools for volume (Id, Type):
> (13,ROOT)
> 2013-04-07 00:32:15,525 DEBUG [cloud.deploy.FirstFitPlanner]
> (Job-Executor-36:job-43) Volume has pool already allocated, checking if
> pool can be reused, poolId: null
> 2013-04-07 00:32:15,527 DEBUG [cloud.deploy.FirstFitPlanner]
> (Job-Executor-36:job-43) Planner need not allocate a pool for this volume
> since its READY
> 2013-04-07 00:32:15,527 DEBUG [cloud.deploy.FirstFitPlanner]
> (Job-Executor-36:job-43) Trying to find a potenial host and associated
> storage pools from the suitable host/pool lists for this VM
> 2013-04-07 00:32:15,527 DEBUG [cloud.deploy.FirstFitPlanner]
> (Job-Executor-36:job-43) Checking if host: 6 can access any suitable
> storage pool for volume: ROOT
> 2013-04-07 00:32:15,529 DEBUG [cloud.deploy.FirstFitPlanner]
> (Job-Executor-36:job-43) Host: 6 can access pool: 257
> 2013-04-07 00:32:15,529 DEBUG [cloud.deploy.FirstFitPlanner]
> (Job-Executor-36:job-43) Found a potential host id: 6 name: Tut-XenServer
> and associated storage pools for this VM
> 2013-04-07 00:32:15,530 DEBUG [cloud.deploy.FirstFitPlanner]
> (Job-Executor-36:job-43) Returning Deployment Destination:
> Dest[Zone(Id)-Pod(Id)-Cluster(Id)-Host(Id)-Storage(Volume(Id|Type-->Pool(Id))]
> :
> Dest[Zone(1)-Pod(1)-Cluster(2)-Host(6)-Storage(Volume(13|ROOT-->Pool(257))]
> 2013-04-07 00:32:15,530 DEBUG [cloud.vm.VirtualMachineManagerImpl]
> (Job-Executor-36:job-43) Deployment found  -
> P0=VM[User|94ddc16f-04fc-4da1-8326-01d8d5cdeb44],
> P0=Dest[Zone(Id)-Pod(Id)-Cluster(Id)-Host(Id)-Storage(Volume(Id|Type-->Pool(Id))]
> :
> Dest[Zone(1)-Pod(1)-Cluster(2)-Host(6)-Storage(Volume(13|ROOT-->Pool(257))]
> 2013-04-07 00:32:15,535 DEBUG [cloud.capacity.CapacityManagerImpl]
> (Job-Executor-36:job-43) VM state transitted from :Starting to Starting
> with event: OperationRetryvm's original host id: null new host id: 6 host
> id before state transition: null
> 2013-04-07 00:32:15,551 DEBUG [cloud.capacity.CapacityManagerImpl]
> (Job-Executor-36:job-43) Hosts's actual total CPU: 2382 and CPU after
> applying overprovisioning: 2382
> 2013-04-07 00:32:15,551 DEBUG [cloud.capacity.CapacityManagerImpl]
> (Job-Executor-36:job-43) We are allocating VM, increasing the used capacity
> of this host:6
> 2013-04-07 00:32:15,552 DEBUG [cloud.capacity.CapacityManagerImpl]
> (Job-Executor-36:job-43) Current Used CPU: 100 , Free CPU:2282 ,Requested
> CPU: 100
> 2013-04-07 00:32:15,552 DEBUG [cloud.capacity.CapacityManagerImpl]
> (Job-Executor-36:job-43) Current Used RAM: 104857600 , Free RAM:1566837824
> ,Requested RAM: 1073741824
> 2013-04-07 00:32:15,552 DEBUG [cloud.capacity.CapacityManagerImpl]
> (Job-Executor-36:job-43) CPU STATS after allocation: for host: 6, old used:
> 100, old reserved: 0, actual total: 2382, total with overprovisioning:
> 2382; new used:200, reserved:0; requested cpu:100,alloc_from_last:false
> 2013-04-07 00:32:15,552 DEBUG [cloud.capacity.CapacityManagerImpl]
> (Job-Executor-36:job-43) RAM STATS after allocation: for host: 6, old used:
> 104857600, old reserved: 0, total: 1671695424; new used: 1178599424,
> reserved: 0; requested mem: 1073741824,alloc_from_last:false
> 2013-04-07 00:32:15,555 DEBUG [cloud.vm.VirtualMachineManagerImpl]
> (Job-Executor-36:job-43) VM is being created in podId: 1
> 2013-04-07 00:32:15,559 DEBUG [cloud.network.NetworkManagerImpl]
> (Job-Executor-36:job-43) Lock is acquired for network id 204 as a part of
> network implement
> 2013-04-07 00:32:15,559 DEBUG [cloud.network.NetworkManagerImpl]
> (Job-Executor-36:job-43) Network id=204 is already implemented
> 2013-04-07 00:32:15,560 DEBUG [cloud.network.NetworkManagerImpl]
> (Job-Executor-36:job-43) Lock is released for network id 204 as a part of
> network implement
> 2013-04-07 00:32:15,592 DEBUG [cloud.network.NetworkManagerImpl]
> (Job-Executor-36:job-43) Changing active number of nics for network id=204
> on 1
> 2013-04-07 00:32:15,594 DEBUG [cloud.network.NetworkManagerImpl]
> (Job-Executor-36:job-43) Asking ElasticLoadBalancerElement to prepare for
> Nic[19-13-a8349669-6ff2-443f-88d3-c5d69100df3a-192.168.56.146]
> 2013-04-07 00:32:15,600 DEBUG [cloud.network.NetworkManagerImpl]
> (Job-Executor-36:job-43) Asking NiciraNvpElement to prepare for
> Nic[19-13-a8349669-6ff2-443f-88d3-c5d69100df3a-192.168.56.146]
> 2013-04-07 00:32:15,600 DEBUG [network.element.NiciraNvpElement]
> (Job-Executor-36:job-43) Checking if NiciraNvpElement can handle service
> Connectivity on network guestNetworkForBasicZone
> 2013-04-07 00:32:15,606 DEBUG [cloud.network.NetworkManagerImpl]
> (Job-Executor-36:job-43) Asking BigSwitchVnsElement to prepare for
> Nic[19-13-a8349669-6ff2-443f-88d3-c5d69100df3a-192.168.56.146]
> 2013-04-07 00:32:15,606 DEBUG [network.element.BigSwitchVnsElement]
> (Job-Executor-36:job-43) Checking if BigSwitchVnsElement can handle service
> Connectivity on network guestNetworkForBasicZone
> 2013-04-07 00:32:15,612 DEBUG [cloud.network.NetworkManagerImpl]
> (Job-Executor-36:job-43) Asking Ovs to prepare for
> Nic[19-13-a8349669-6ff2-443f-88d3-c5d69100df3a-192.168.56.146]
> 2013-04-07 00:32:15,612 DEBUG [cloud.network.NetworkManagerImpl]
> (Job-Executor-36:job-43) Asking BareMetalDhcp to prepare for
> Nic[19-13-a8349669-6ff2-443f-88d3-c5d69100df3a-192.168.56.146]
> 2013-04-07 00:32:15,617 DEBUG [cloud.network.NetworkManagerImpl]
> (Job-Executor-36:job-43) Asking BareMetalPxe to prepare for
> Nic[19-13-a8349669-6ff2-443f-88d3-c5d69100df3a-192.168.56.146]
> 2013-04-07 00:32:15,623 DEBUG [cloud.network.NetworkManagerImpl]
> (Job-Executor-36:job-43) Asking BareMetalUserdata to prepare for
> Nic[19-13-a8349669-6ff2-443f-88d3-c5d69100df3a-192.168.56.146]
> 2013-04-07 00:32:15,629 DEBUG [cloud.network.NetworkManagerImpl]
> (Job-Executor-36:job-43) Asking SecurityGroupProvider to prepare for
> Nic[19-13-a8349669-6ff2-443f-88d3-c5d69100df3a-192.168.56.146]
> 2013-04-07 00:32:15,637 DEBUG [cloud.network.NetworkManagerImpl]
> (Job-Executor-36:job-43) Asking VirtualRouter to prepare for
> Nic[19-13-a8349669-6ff2-443f-88d3-c5d69100df3a-192.168.56.146]
> 2013-04-07 00:32:15,653 DEBUG
> [network.router.VirtualNetworkApplianceManagerImpl]
> (Job-Executor-36:job-43) Lock is acquired for network id 204 as a part of
> router startup in
> Dest[Zone(Id)-Pod(Id)-Cluster(Id)-Host(Id)-Storage(Volume(Id|Type-->Pool(Id))]
> :
> Dest[Zone(1)-Pod(1)-Cluster(2)-Host(6)-Storage(Volume(13|ROOT-->Pool(257))]
> 2013-04-07 00:32:15,657 DEBUG
> [network.router.VirtualNetworkApplianceManagerImpl]
> (Job-Executor-36:job-43) Skipping VR deployment: Found a running or
> starting VR in Pod null id=1
> 2013-04-07 00:32:15,658 DEBUG
> [network.router.VirtualNetworkApplianceManagerImpl]
> (Job-Executor-36:job-43) Lock is released for network id 204 as a part of
> router startup in
> Dest[Zone(Id)-Pod(Id)-Cluster(Id)-Host(Id)-Storage(Volume(Id|Type-->Pool(Id))]
> :
> Dest[Zone(1)-Pod(1)-Cluster(2)-Host(6)-Storage(Volume(13|ROOT-->Pool(257))]
> 2013-04-07 00:32:15,674 DEBUG
> [network.router.VirtualNetworkApplianceManagerImpl]
> (Job-Executor-36:job-43) Applying dhcp entry in network Ntwk[204|Guest|6]
> 2013-04-07 00:32:15,706 DEBUG [agent.transport.Request]
> (Job-Executor-36:job-43) Seq 6-324993305: Sending  { Cmd , MgmtId: 1, via:
> 6, Ver: v1, Flags: 100111,
> [{"routing.DhcpEntryCommand":{"vmMac":"06:06:fe:00:00:44","vmIpAddress":"192.168.56.146","vmName":"94ddc16f-04fc-4da1-8326-01d8d5cdeb44","defaultRouter":"192.168.56.1","defaultDns":"192.168.56.102","duid":"00:03:00:01:06:06:fe:00:00:44","accessDetails":{"router.guest.ip":"192.168.56.102","zone.network.type":"Basic","
> router.name":"r-4-VM","router.ip":"169.254.1.168"},"wait":0}}] }
> 2013-04-07 00:32:15,706 DEBUG [agent.transport.Request]
> (Job-Executor-36:job-43) Seq 6-324993305: Executing:  { Cmd , MgmtId: 1,
> via: 6, Ver: v1, Flags: 100111,
> [{"routing.DhcpEntryCommand":{"vmMac":"06:06:fe:00:00:44","vmIpAddress":"192.168.56.146","vmName":"94ddc16f-04fc-4da1-8326-01d8d5cdeb44","defaultRouter":"192.168.56.1","defaultDns":"192.168.56.102","duid":"00:03:00:01:06:06:fe:00:00:44","accessDetails":{"router.guest.ip":"192.168.56.102","zone.network.type":"Basic","
> router.name":"r-4-VM","router.ip":"169.254.1.168"},"wait":0}}] }
> 2013-04-07 00:32:15,706 DEBUG [agent.manager.DirectAgentAttache]
> (DirectAgent-89:null) Seq 6-324993305: Executing request
> 2013-04-07 00:32:18,273 DEBUG [agent.manager.DirectAgentAttache]
> (DirectAgent-89:null) Seq 6-324993305: Response Received:
> 2013-04-07 00:32:18,273 DEBUG [agent.transport.Request]
> (DirectAgent-89:null) Seq 6-324993305: Processing:  { Ans: , MgmtId: 1,
> via: 6, Ver: v1, Flags: 110, [{"Answer":{"result":true,"wait":0}}] }
> 2013-04-07 00:32:18,273 DEBUG [agent.manager.AgentAttache]
> (DirectAgent-89:null) Seq 6-324993305: No more commands found
> 2013-04-07 00:32:18,273 DEBUG [agent.transport.Request]
> (Job-Executor-36:job-43) Seq 6-324993305: Received:  { Ans: , MgmtId: 1,
> via: 6, Ver: v1, Flags: 110, { Answer } }
> 2013-04-07 00:32:18,286 DEBUG
> [network.router.VirtualNetworkApplianceManagerImpl]
> (Job-Executor-36:job-43) Applying userdata and password entry in network
> Ntwk[204|Guest|6]
> 2013-04-07 00:32:18,303 DEBUG [agent.transport.Request]
> (Job-Executor-36:job-43) Seq 6-324993306: Sending  { Cmd , MgmtId: 1, via:
> 6, Ver: v1, Flags: 100111,
> [{"routing.SavePasswordCommand":{"password":"fnirq_cnffjbeq","vmIpAddress":"192.168.56.146","vmName":"94ddc16f-04fc-4da1-8326-01d8d5cdeb44","accessDetails":{"router.guest.ip":"192.168.56.102","zone.network.type":"Basic","router.ip":"169.254.1.168","
> router.name
> ":"r-4-VM"},"wait":0}},{"routing.VmDataCommand":{"vmIpAddress":"192.168.56.146","vmName":"94ddc16f-04fc-4da1-8326-01d8d5cdeb44","accessDetails":{"router.guest.ip":"192.168.56.102","zone.network.type":"Basic","router.ip":"169.254.1.168","
> router.name":"r-4-VM"},"wait":0}}] }
> 2013-04-07 00:32:18,304 DEBUG [agent.transport.Request]
> (Job-Executor-36:job-43) Seq 6-324993306: Executing:  { Cmd , MgmtId: 1,
> via: 6, Ver: v1, Flags: 100111,
> [{"routing.SavePasswordCommand":{"password":"fnirq_cnffjbeq","vmIpAddress":"192.168.56.146","vmName":"94ddc16f-04fc-4da1-8326-01d8d5cdeb44","accessDetails":{"router.guest.ip":"192.168.56.102","zone.network.type":"Basic","router.ip":"169.254.1.168","
> router.name
> ":"r-4-VM"},"wait":0}},{"routing.VmDataCommand":{"vmIpAddress":"192.168.56.146","vmName":"94ddc16f-04fc-4da1-8326-01d8d5cdeb44","accessDetails":{"router.guest.ip":"192.168.56.102","zone.network.type":"Basic","router.ip":"169.254.1.168","
> router.name":"r-4-VM"},"wait":0}}] }
> 2013-04-07 00:32:18,304 DEBUG [agent.manager.DirectAgentAttache]
> (DirectAgent-20:null) Seq 6-324993306: Executing request
> 2013-04-07 00:32:18,391 DEBUG [cloud.api.ApiServlet]
> (1161145101@qtp-1008805148-33:null) ===START===  127.0.0.1 -- GET
>  command=queryAsyncJobResult&jobId=00aeb7f7-459c-477e-a0a1-5d9262bc583a&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316338388
> 2013-04-07 00:32:18,412 DEBUG [cloud.api.ApiServlet]
> (1161145101@qtp-1008805148-33:null) ===END===  127.0.0.1 -- GET
>  command=queryAsyncJobResult&jobId=00aeb7f7-459c-477e-a0a1-5d9262bc583a&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316338388
> 2013-04-07 00:32:20,452 DEBUG
> [storage.secondary.SecondaryStorageManagerImpl] (secstorage-1:null) Zone 1
> is ready to launch secondary storage VM
> 2013-04-07 00:32:20,554 DEBUG [cloud.consoleproxy.ConsoleProxyManagerImpl]
> (consoleproxy-1:null) Zone 1 is ready to launch console proxy
> 2013-04-07 00:32:20,819 DEBUG
> [network.router.VirtualNetworkApplianceManagerImpl]
> (RouterStatusMonitor-1:null) Found 0 routers to update status.
> 2013-04-07 00:32:20,821 DEBUG
> [network.router.VirtualNetworkApplianceManagerImpl]
> (RouterStatusMonitor-1:null) Found 0 networks to update RvR status.
> 2013-04-07 00:32:20,851 DEBUG
> [network.router.VirtualNetworkApplianceManagerImpl]
> (RouterStatusMonitor-1:null) Found 0 routers to update status.
> 2013-04-07 00:32:20,852 DEBUG
> [network.router.VirtualNetworkApplianceManagerImpl]
> (RouterStatusMonitor-1:null) Found 0 networks to update RvR status.
> 2013-04-07 00:32:21,391 DEBUG [cloud.api.ApiServlet]
> (1161145101@qtp-1008805148-33:null) ===START===  127.0.0.1 -- GET
>  command=queryAsyncJobResult&jobId=00aeb7f7-459c-477e-a0a1-5d9262bc583a&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316341388
> 2013-04-07 00:32:21,408 DEBUG [cloud.api.ApiServlet]
> (1161145101@qtp-1008805148-33:null) ===END===  127.0.0.1 -- GET
>  command=queryAsyncJobResult&jobId=00aeb7f7-459c-477e-a0a1-5d9262bc583a&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316341388
> 2013-04-07 00:32:24,392 DEBUG [cloud.api.ApiServlet]
> (1161145101@qtp-1008805148-33:null) ===START===  127.0.0.1 -- GET
>  command=queryAsyncJobResult&jobId=00aeb7f7-459c-477e-a0a1-5d9262bc583a&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316344390
> 2013-04-07 00:32:24,407 DEBUG [cloud.api.ApiServlet]
> (1161145101@qtp-1008805148-33:null) ===END===  127.0.0.1 -- GET
>  command=queryAsyncJobResult&jobId=00aeb7f7-459c-477e-a0a1-5d9262bc583a&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316344390
> 2013-04-07 00:32:24,892 DEBUG [agent.manager.AgentManagerImpl]
> (AgentManager-Handler-11:null) Ping from 4
> 2013-04-07 00:32:27,183 DEBUG [agent.manager.DirectAgentAttache]
> (DirectAgent-273:null) Ping from 1
> 2013-04-07 00:32:27,392 DEBUG [cloud.api.ApiServlet]
> (1161145101@qtp-1008805148-33:null) ===START===  127.0.0.1 -- GET
>  command=queryAsyncJobResult&jobId=00aeb7f7-459c-477e-a0a1-5d9262bc583a&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316347390
> 2013-04-07 00:32:27,407 DEBUG [cloud.api.ApiServlet]
> (1161145101@qtp-1008805148-33:null) ===END===  127.0.0.1 -- GET
>  command=queryAsyncJobResult&jobId=00aeb7f7-459c-477e-a0a1-5d9262bc583a&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316347390
> 2013-04-07 00:32:29,095 DEBUG [agent.manager.DirectAgentAttache]
> (DirectAgent-131:null) Seq 1-90046472: Executing request
> 2013-04-07 00:32:29,345 DEBUG [agent.manager.DirectAgentAttache]
> (DirectAgent-131:null) Seq 1-90046472: Response Received:
> 2013-04-07 00:32:29,345 DEBUG [agent.transport.Request]
> (DirectAgent-131:null) Seq 1-90046472: Processing:  { Ans: , MgmtId: 1,
> via: 1, Ver: v1, Flags: 10,
> [{"ClusterSyncAnswer":{"_clusterId":1,"_newStates":{},"_isExecuted":false,"result":true,"wait":0}}]
> }
> 2013-04-07 00:32:30,393 DEBUG [cloud.api.ApiServlet]
> (1161145101@qtp-1008805148-33:null) ===START===  127.0.0.1 -- GET
>  command=queryAsyncJobResult&jobId=00aeb7f7-459c-477e-a0a1-5d9262bc583a&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316350391
> 2013-04-07 00:32:30,408 DEBUG [cloud.api.ApiServlet]
> (1161145101@qtp-1008805148-33:null) ===END===  127.0.0.1 -- GET
>  command=queryAsyncJobResult&jobId=00aeb7f7-459c-477e-a0a1-5d9262bc583a&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316350391
> 2013-04-07 00:32:32,146 DEBUG [agent.manager.DirectAgentAttache]
> (DirectAgent-20:null) Seq 6-324993306: Response Received:
> 2013-04-07 00:32:32,146 DEBUG [agent.transport.Request]
> (DirectAgent-20:null) Seq 6-324993306: Processing:  { Ans: , MgmtId: 1,
> via: 6, Ver: v1, Flags: 110,
> [{"Answer":{"result":true,"wait":0}},{"Answer":{"result":true,"wait":0}}] }
> 2013-04-07 00:32:32,146 DEBUG [agent.manager.AgentAttache]
> (DirectAgent-20:null) Seq 6-324993306: No more commands found
> 2013-04-07 00:32:32,146 DEBUG [agent.transport.Request]
> (Job-Executor-36:job-43) Seq 6-324993306: Received:  { Ans: , MgmtId: 1,
> via: 6, Ver: v1, Flags: 110, { Answer, Answer } }
> 2013-04-07 00:32:32,146 DEBUG [cloud.network.NetworkManagerImpl]
> (Job-Executor-36:job-43) Asking VpcVirtualRouter to prepare for
> Nic[19-13-a8349669-6ff2-443f-88d3-c5d69100df3a-192.168.56.146]
> 2013-04-07 00:32:32,146 WARN  [network.element.VpcVirtualRouterElement]
> (Job-Executor-36:job-43) Network Ntwk[204|Guest|6] is not associated with
> any VPC
> 2013-04-07 00:32:32,151 DEBUG [cloud.network.NetworkManagerImpl]
> (Job-Executor-36:job-43) Asking NiciraNvp to prepare for
> Nic[19-13-a8349669-6ff2-443f-88d3-c5d69100df3a-192.168.56.146]
> 2013-04-07 00:32:32,151 DEBUG [network.element.NiciraNvpElement]
> (Job-Executor-36:job-43) Checking if NiciraNvpElement can handle service
> Connectivity on network guestNetworkForBasicZone
> 2013-04-07 00:32:32,154 DEBUG [cloud.network.NetworkManagerImpl]
> (Job-Executor-36:job-43) Asking JuniperSRX to prepare for
> Nic[19-13-a8349669-6ff2-443f-88d3-c5d69100df3a-192.168.56.146]
> 2013-04-07 00:32:32,157 DEBUG [cloud.network.NetworkManagerImpl]
> (Job-Executor-36:job-43) Asking Netscaler to prepare for
> Nic[19-13-a8349669-6ff2-443f-88d3-c5d69100df3a-192.168.56.146]
> 2013-04-07 00:32:32,160 DEBUG [cloud.network.NetworkManagerImpl]
> (Job-Executor-36:job-43) Asking F5BigIP to prepare for
> Nic[19-13-a8349669-6ff2-443f-88d3-c5d69100df3a-192.168.56.146]
> 2013-04-07 00:32:32,164 DEBUG [cloud.network.NetworkManagerImpl]
> (Job-Executor-36:job-43) Asking CiscoNexus1000vVSM to prepare for
> Nic[19-13-a8349669-6ff2-443f-88d3-c5d69100df3a-192.168.56.146]
> 2013-04-07 00:32:32,168 DEBUG [cloud.storage.StorageManagerImpl]
> (Job-Executor-36:job-43) Checking if we need to prepare 1 volumes for
> VM[User|94ddc16f-04fc-4da1-8326-01d8d5cdeb44]
> 2013-04-07 00:32:32,169 DEBUG [cloud.storage.StorageManagerImpl]
> (Job-Executor-36:job-43) Creating volume: Vol[13|vm=13|ROOT]
> 2013-04-07 00:32:32,170 DEBUG [cloud.storage.StorageManagerImpl]
> (Job-Executor-36:job-43) Trying to create in Pool[257|PreSetup]
> 2013-04-07 00:32:32,175 DEBUG [cloud.template.TemplateManagerImpl]
> (Job-Executor-36:job-43) Template 5 has already been downloaded to pool 257
> 2013-04-07 00:32:32,179 DEBUG [agent.transport.Request]
> (Job-Executor-36:job-43) Seq 6-324993307: Sending  { Cmd , MgmtId: 1, via:
> 6, Ver: v1, Flags: 100111,
> [{"storage.CreateCommand":{"volId":13,"pool":{"id":257,"uuid":"iSCSI_SR_3","host":"192.168.56.9","path":"/iSCSI_SR_3","port":0,"type":"PreSetup"},"diskCharacteristics":{"size":52428800,"tags":["iSCSI_SR_4"],"type":"ROOT","name":"ROOT-13","useLocalStorage":false,"recreatable":true,"diskOfferingId":38,"volumeId":13,"hyperType":"XenServer"},"templateUrl":"a8414926-81d6-4b54-9b4b-feb498489df0","wait":0}}]
> }
> 2013-04-07 00:32:32,180 DEBUG [agent.transport.Request]
> (Job-Executor-36:job-43) Seq 6-324993307: Executing:  { Cmd , MgmtId: 1,
> via: 6, Ver: v1, Flags: 100111,
> [{"storage.CreateCommand":{"volId":13,"pool":{"id":257,"uuid":"iSCSI_SR_3","host":"192.168.56.9","path":"/iSCSI_SR_3","port":0,"type":"PreSetup"},"diskCharacteristics":{"size":52428800,"tags":["iSCSI_SR_4"],"type":"ROOT","name":"ROOT-13","useLocalStorage":false,"recreatable":true,"diskOfferingId":38,"volumeId":13,"hyperType":"XenServer"},"templateUrl":"a8414926-81d6-4b54-9b4b-feb498489df0","wait":0}}]
> }
> 2013-04-07 00:32:32,180 DEBUG [agent.manager.DirectAgentAttache]
> (DirectAgent-59:null) Seq 6-324993307: Executing request
> 2013-04-07 00:32:32,265 DEBUG [xen.resource.CitrixResourceBase]
> (DirectAgent-59:null) SR retrieved for iSCSI_SR_3
> 2013-04-07 00:32:32,276 DEBUG [xen.resource.CitrixResourceBase]
> (DirectAgent-59:null) Checking iSCSI_SR_3 or SR
> fe8ca696-22f5-ba1f-af68-7c3cf5a3cb39 on
> XS[f7a017da-3064-456a-89cd-28ee9e2d36b3-192.168.56.9]
> 2013-04-07 00:32:33,395 DEBUG [cloud.api.ApiServlet]
> (1161145101@qtp-1008805148-33:null) ===START===  127.0.0.1 -- GET
>  command=queryAsyncJobResult&jobId=00aeb7f7-459c-477e-a0a1-5d9262bc583a&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316353392
> 2013-04-07 00:32:33,419 DEBUG [cloud.api.ApiServlet]
> (1161145101@qtp-1008805148-33:null) ===END===  127.0.0.1 -- GET
>  command=queryAsyncJobResult&jobId=00aeb7f7-459c-477e-a0a1-5d9262bc583a&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316353392
> 2013-04-07 00:32:34,687 DEBUG [xen.resource.CitrixResourceBase]
> (DirectAgent-59:null) Succesfully created VDI for
> com.cloud.agent.api.storage.CreateCommand.  Uuid =
> 99154d9c-2665-465d-8c71-e60f1748895b
> 2013-04-07 00:32:34,687 DEBUG [agent.manager.DirectAgentAttache]
> (DirectAgent-59:null) Seq 6-324993307: Response Received:
> 2013-04-07 00:32:34,688 DEBUG [agent.transport.Request]
> (DirectAgent-59:null) Seq 6-324993307: Processing:  { Ans: , MgmtId: 1,
> via: 6, Ver: v1, Flags: 110,
> [{"storage.CreateAnswer":{"volume":{"id":13,"name":"ROOT-13","mountPoint":"/iSCSI_SR_3","path":"99154d9c-2665-465d-8c71-e60f1748895b","size":52428800,"type":"ROOT","storagePoolType":"PreSetup","storagePoolUuid":"iSCSI_SR_3","deviceId":0},"requestTemplateReload":false,"result":true,"wait":0}}]
> }
> 2013-04-07 00:32:34,688 DEBUG [agent.transport.Request]
> (Job-Executor-36:job-43) Seq 6-324993307: Received:  { Ans: , MgmtId: 1,
> via: 6, Ver: v1, Flags: 110, { CreateAnswer } }
> 2013-04-07 00:32:34,688 DEBUG [agent.manager.AgentAttache]
> (DirectAgent-59:null) Seq 6-324993307: No more commands found
> 2013-04-07 00:32:34,690 DEBUG [cloud.storage.StorageManagerImpl]
> (Job-Executor-36:job-43) Volume Vol[13|vm=13|ROOT] is created on
> Pool[257|PreSetup]
> 2013-04-07 00:32:34,701 DEBUG [agent.transport.Request]
> (Job-Executor-36:job-43) Seq 6-324993308: Sending  { Cmd , MgmtId: 1, via:
> 6, Ver: v1, Flags: 100111,
> [{"StartCommand":{"vm":{"id":13,"name":"i-2-13-VM","bootloader":"PyGrub","type":"User","cpus":1,"speed":100,"minRam":1073741824,"maxRam":1073741824,"arch":"x86_64","os":"CentOS
> 5.3
> (64-bit)","bootArgs":"","rebootOnCrash":false,"enableHA":false,"limitCpuUse":false,"vncPassword":"2e91fc6d6f16609d","params":{},"uuid":"94ddc16f-04fc-4da1-8326-01d8d5cdeb44","disks":[{"id":13,"name":"ROOT-13","mountPoint":"/iSCSI_SR_3","path":"99154d9c-2665-465d-8c71-e60f1748895b","size":52428800,"type":"ROOT","storagePoolType":"PreSetup","storagePoolUuid":"iSCSI_SR_3","deviceId":0},{"id":13,"name":"tiny
> Linux","size":0,"type":"ISO","storagePoolType":"ISO","deviceId":3}],"nics":[{"deviceId":0,"networkRateMbps":200,"defaultNic":true,"uuid":"59b9a8aa-c867-40b8-95bb-6e40273569c9","ip":"192.168.56.146","netmask":"255.255.255.0","gateway":"192.168.56.1","mac":"06:06:fe:00:00:44","dns1":"8.8.8.8","dns2":"4.4.4.4","broadcastType":"Native","type":"Guest","broadcastUri":"vlan://untagged","isolationUri":"ec2://untagged","isSecurityGroupEnabled":true}]},"hostIp":"192.168.56.9","wait":0}}]
> }
> 2013-04-07 00:32:34,702 DEBUG [agent.transport.Request]
> (Job-Executor-36:job-43) Seq 6-324993308: Executing:  { Cmd , MgmtId: 1,
> via: 6, Ver: v1, Flags: 100111,
> [{"StartCommand":{"vm":{"id":13,"name":"i-2-13-VM","bootloader":"PyGrub","type":"User","cpus":1,"speed":100,"minRam":1073741824,"maxRam":1073741824,"arch":"x86_64","os":"CentOS
> 5.3
> (64-bit)","bootArgs":"","rebootOnCrash":false,"enableHA":false,"limitCpuUse":false,"vncPassword":"2e91fc6d6f16609d","params":{},"uuid":"94ddc16f-04fc-4da1-8326-01d8d5cdeb44","disks":[{"id":13,"name":"ROOT-13","mountPoint":"/iSCSI_SR_3","path":"99154d9c-2665-465d-8c71-e60f1748895b","size":52428800,"type":"ROOT","storagePoolType":"PreSetup","storagePoolUuid":"iSCSI_SR_3","deviceId":0},{"id":13,"name":"tiny
> Linux","size":0,"type":"ISO","storagePoolType":"ISO","deviceId":3}],"nics":[{"deviceId":0,"networkRateMbps":200,"defaultNic":true,"uuid":"59b9a8aa-c867-40b8-95bb-6e40273569c9","ip":"192.168.56.146","netmask":"255.255.255.0","gateway":"192.168.56.1","mac":"06:06:fe:00:00:44","dns1":"8.8.8.8","dns2":"4.4.4.4","broadcastType":"Native","type":"Guest","broadcastUri":"vlan://untagged","isolationUri":"ec2://untagged","isSecurityGroupEnabled":true}]},"hostIp":"192.168.56.9","wait":0}}]
> }
> 2013-04-07 00:32:34,702 DEBUG [agent.manager.DirectAgentAttache]
> (DirectAgent-334:null) Seq 6-324993308: Executing request
> 2013-04-07 00:32:34,787 DEBUG [xen.resource.CitrixResourceBase]
> (DirectAgent-334:null) 1. The VM i-2-13-VM is in Starting state.
> 2013-04-07 00:32:34,862 DEBUG [xen.resource.XenServer56FP1Resource]
> (DirectAgent-334:null) Created VM f21a0243-f342-fd59-98d8-00ed89224305 for
> i-2-13-VM
> 2013-04-07 00:32:34,912 DEBUG [xen.resource.CitrixResourceBase]
> (DirectAgent-334:null) VBD 6e16b739-13fb-1891-fc66-f786b8db522b created for
> Vol[13|ROOT|99154d9c-2665-465d-8c71-e60f1748895b|52428800]
> 2013-04-07 00:32:34,937 DEBUG [xen.resource.CitrixResourceBase]
> (DirectAgent-334:null) VBD f9ad291b-2a8d-4c81-94a5-ef8b8b38be8c created for
> Vol[13|ISO|null|0]
> 2013-04-07 00:32:34,937 DEBUG [xen.resource.CitrixResourceBase]
> (DirectAgent-334:null) Creating VIF for i-2-13-VM on nic
> [Nic:Guest-192.168.56.146-vlan://untagged]
> 2013-04-07 00:32:34,991 DEBUG [xen.resource.CitrixResourceBase]
> (DirectAgent-334:null) Created a vif bec5565a-8c80-48a1-3ea4-88971784ce3b
> on 0
> 2013-04-07 00:32:36,396 DEBUG [cloud.api.ApiServlet]
> (1161145101@qtp-1008805148-33:null) ===START===  127.0.0.1 -- GET
>  command=queryAsyncJobResult&jobId=00aeb7f7-459c-477e-a0a1-5d9262bc583a&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316356393
> 2013-04-07 00:32:36,418 DEBUG [cloud.api.ApiServlet]
> (1161145101@qtp-1008805148-33:null) ===END===  127.0.0.1 -- GET
>  command=queryAsyncJobResult&jobId=00aeb7f7-459c-477e-a0a1-5d9262bc583a&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316356393
> 2013-04-07 00:32:39,395 DEBUG [cloud.api.ApiServlet]
> (1161145101@qtp-1008805148-33:null) ===START===  127.0.0.1 -- GET
>  command=queryAsyncJobResult&jobId=00aeb7f7-459c-477e-a0a1-5d9262bc583a&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316359393
> 2013-04-07 00:32:39,410 DEBUG [cloud.api.ApiServlet]
> (1161145101@qtp-1008805148-33:null) ===END===  127.0.0.1 -- GET
>  command=queryAsyncJobResult&jobId=00aeb7f7-459c-477e-a0a1-5d9262bc583a&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316359393
> 2013-04-07 00:32:41,550 INFO  [xen.resource.CitrixResourceBase]
> (DirectAgent-334:null) Programmed default network rules for i-2-13-VM on
> nic with ip:192.168.56.146 mac:06:06:fe:00:00:44
> 2013-04-07 00:32:41,550 DEBUG [xen.resource.CitrixResourceBase]
> (DirectAgent-334:null) 2. The VM i-2-13-VM is in Running state.
> 2013-04-07 00:32:41,550 DEBUG [agent.manager.DirectAgentAttache]
> (DirectAgent-334:null) Seq 6-324993308: Response Received:
> 2013-04-07 00:32:41,551 DEBUG [agent.transport.Request]
> (DirectAgent-334:null) Seq 6-324993308: Processing:  { Ans: , MgmtId: 1,
> via: 6, Ver: v1, Flags: 110,
> [{"StartAnswer":{"vm":{"id":13,"name":"i-2-13-VM","bootloader":"PyGrub","type":"User","cpus":1,"speed":100,"minRam":1073741824,"maxRam":1073741824,"arch":"x86_64","os":"CentOS
> 5.3
> (64-bit)","bootArgs":"","rebootOnCrash":false,"enableHA":false,"limitCpuUse":false,"vncPassword":"2e91fc6d6f16609d","params":{},"uuid":"94ddc16f-04fc-4da1-8326-01d8d5cdeb44","disks":[{"id":13,"name":"ROOT-13","mountPoint":"/iSCSI_SR_3","path":"99154d9c-2665-465d-8c71-e60f1748895b","size":52428800,"type":"ROOT","storagePoolType":"PreSetup","storagePoolUuid":"iSCSI_SR_3","deviceId":0},{"id":13,"name":"tiny
> Linux","size":0,"type":"ISO","storagePoolType":"ISO","deviceId":3}],"nics":[{"deviceId":0,"networkRateMbps":200,"defaultNic":true,"uuid":"59b9a8aa-c867-40b8-95bb-6e40273569c9","ip":"192.168.56.146","netmask":"255.255.255.0","gateway":"192.168.56.1","mac":"06:06:fe:00:00:44","dns1":"8.8.8.8","dns2":"4.4.4.4","broadcastType":"Native","type":"Guest","broadcastUri":"vlan://untagged","isolationUri":"ec2://untagged","isSecurityGroupEnabled":true}]},"result":true,"wait":0}}]
> }
> 2013-04-07 00:32:41,551 DEBUG [agent.transport.Request]
> (Job-Executor-36:job-43) Seq 6-324993308: Received:  { Ans: , MgmtId: 1,
> via: 6, Ver: v1, Flags: 110, { StartAnswer } }
> 2013-04-07 00:32:41,551 DEBUG [agent.manager.AgentAttache]
> (DirectAgent-334:null) Seq 6-324993308: No more commands found
> 2013-04-07 00:32:41,592 DEBUG [network.security.SecurityGroupManagerImpl]
> (Job-Executor-36:job-43) Security Group Mgr v2: scheduling ruleset updates
> for 1 vms  (unique=1), current queue size=0
> 2013-04-07 00:32:41,593 DEBUG [network.security.SecurityGroupManagerImpl]
> (Job-Executor-36:job-43) Security Group Mgr v2: done scheduling ruleset
> updates for 1 vms: num new jobs=1 num rows insert or updated=1 time taken=1
> 2013-04-07 00:32:41,596 DEBUG [cloud.capacity.CapacityManagerImpl]
> (Job-Executor-36:job-43) VM state transitted from :Starting to Running with
> event: OperationSucceededvm's original host id: 6 new host id: 6 host id
> before state transition: 6
> 2013-04-07 00:32:41,596 DEBUG [cloud.vm.VirtualMachineManagerImpl]
> (Job-Executor-36:job-43) Start completed for VM
> VM[User|94ddc16f-04fc-4da1-8326-01d8d5cdeb44]
> 2013-04-07 00:32:41,601 DEBUG [network.security.SecurityGroupManagerImpl]
> (SecGrp-Worker-4:null) SecurityGroupManager v2: sending ruleset update for
> vm i-2-13-VM:ingress num rules=0:egress num rules=0 num cidrs=0
> sig=d41d8cd98f00b204e9800998ecf8427e
> 2013-04-07 00:32:41,605 DEBUG [agent.transport.Request]
> (SecGrp-Worker-4:null) Seq 6-324993309: Sending  { Cmd , MgmtId: 1, via: 6,
> Ver: v1, Flags: 100111,
> [{"SecurityGroupRulesCmd":{"guestIp":"192.168.56.146","vmName":"i-2-13-VM","guestMac":"06:06:fe:00:00:44","signature":"d41d8cd98f00b204e9800998ecf8427e","seqNum":1,"vmId":13,"msId":1,"ingressRuleSet":[],"egressRuleSet":[],"wait":0}}]
> }
> 2013-04-07 00:32:41,605 DEBUG [cloud.async.AsyncJobManagerImpl]
> (Job-Executor-36:job-43) Complete async job-43, jobStatus: 1, resultCode:
> 0, result: org.apache.cloudstack.api.response.UserVmResponse@68779e71
> 2013-04-07 00:32:41,605 DEBUG [agent.transport.Request]
> (SecGrp-Worker-4:null) Seq 6-324993309: Executing:  { Cmd , MgmtId: 1, via:
> 6, Ver: v1, Flags: 100111,
> [{"SecurityGroupRulesCmd":{"guestIp":"192.168.56.146","vmName":"i-2-13-VM","guestMac":"06:06:fe:00:00:44","signature":"d41d8cd98f00b204e9800998ecf8427e","seqNum":1,"vmId":13,"msId":1,"ingressRuleSet":[],"egressRuleSet":[],"wait":0}}]
> }
> 2013-04-07 00:32:41,606 DEBUG [agent.manager.DirectAgentAttache]
> (DirectAgent-275:null) Seq 6-324993309: Executing request
> 2013-04-07 00:32:41,611 DEBUG [cloud.async.AsyncJobManagerImpl]
> (Job-Executor-36:job-43) Done executing
> org.apache.cloudstack.api.command.user.vm.DeployVMCmd for job-43
> 2013-04-07 00:32:41,866 INFO  [xen.resource.CitrixResourceBase]
> (DirectAgent-275:null) Programmed network rules for vm i-2-13-VM
> guestIp=192.168.56.146, ingress numrules=0, egress numrules=0
> 2013-04-07 00:32:41,866 DEBUG [agent.manager.DirectAgentAttache]
> (DirectAgent-275:null) Seq 6-324993309: Response Received:
> 2013-04-07 00:32:41,866 DEBUG [agent.transport.Request]
> (DirectAgent-275:null) Seq 6-324993309: Processing:  { Ans: , MgmtId: 1,
> via: 6, Ver: v1, Flags: 110,
> [{"SecurityGroupRuleAnswer":{"logSequenceNumber":1,"vmId":13,"reason":"NONE","result":true,"wait":0}}]
> }
> 2013-04-07 00:32:41,866 DEBUG [network.security.SecurityGroupListener]
> (DirectAgent-275:null) Successfully programmed rule
> com.cloud.agent.api.SecurityGroupRuleAnswer into host 6
> 2013-04-07 00:32:41,868 DEBUG [network.security.SecurityGroupListener]
> (DirectAgent-275:null) Successfully programmed rule
> com.cloud.agent.api.SecurityGroupRuleAnswer into host 6
> 2013-04-07 00:32:41,869 DEBUG [agent.manager.AgentAttache]
> (DirectAgent-275:null) Seq 6-324993309: No more commands found
> 2013-04-07 00:32:42,396 DEBUG [cloud.api.ApiServlet]
> (1161145101@qtp-1008805148-33:null) ===START===  127.0.0.1 -- GET
>  command=queryAsyncJobResult&jobId=00aeb7f7-459c-477e-a0a1-5d9262bc583a&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316362394
> 2013-04-07 00:32:42,406 DEBUG [cloud.async.AsyncJobManagerImpl]
> (1161145101@qtp-1008805148-33:null) Async job-43 completed
> 2013-04-07 00:32:42,412 DEBUG [cloud.api.ApiServlet]
> (1161145101@qtp-1008805148-33:null) ===END===  127.0.0.1 -- GET
>  command=queryAsyncJobResult&jobId=00aeb7f7-459c-477e-a0a1-5d9262bc583a&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316362394
> 2013-04-07 00:32:45,427 DEBUG [cloud.api.ApiServlet]
> (1161145101@qtp-1008805148-33:null) ===START===  127.0.0.1 -- GET
>  command=listVolumes&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&listAll=true&page=1&pagesize=20&_=1365316365425
> 2013-04-07 00:32:45,442 DEBUG [cloud.api.ApiServlet]
> (1161145101@qtp-1008805148-33:null) ===END===  127.0.0.1 -- GET
>  command=listVolumes&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&listAll=true&page=1&pagesize=20&_=1365316365425
> 2013-04-07 00:32:47,667 DEBUG [cloud.api.ApiServlet]
> (1161145101@qtp-1008805148-33:null) ===START===  127.0.0.1 -- GET
>  command=listVolumes&id=44d56727-6e5f-438a-8187-42adfac7c906&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316367665
> 2013-04-07 00:32:47,679 DEBUG [agent.manager.AgentManagerImpl]
> (AgentManager-Handler-12:null) Ping from 3
> 2013-04-07 00:32:47,684 DEBUG [cloud.api.ApiServlet]
> (1161145101@qtp-1008805148-33:null) ===END===  127.0.0.1 -- GET
>  command=listVolumes&id=44d56727-6e5f-438a-8187-42adfac7c906&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316367665
> 2013-04-07 00:32:47,698 DEBUG [cloud.api.ApiServlet]
> (1161145101@qtp-1008805148-33:null) ===START===  127.0.0.1 -- GET
>  command=listTags&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&resourceId=44d56727-6e5f-438a-8187-42adfac7c906&resourceType=Volume&listAll=true&_=1365316367696
> 2013-04-07 00:32:47,708 DEBUG [cloud.api.ApiServlet]
> (1161145101@qtp-1008805148-33:null) ===END===  127.0.0.1 -- GET
>  command=listTags&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&resourceId=44d56727-6e5f-438a-8187-42adfac7c906&resourceType=Volume&listAll=true&_=1365316367696
> 2013-04-07 00:32:50,453 DEBUG
> [storage.secondary.SecondaryStorageManagerImpl] (secstorage-1:null) Zone 1
> is ready to launch secondary storage VM
> 2013-04-07 00:32:50,556 DEBUG [cloud.consoleproxy.ConsoleProxyManagerImpl]
> (consoleproxy-1:null) Zone 1 is ready to launch console proxy
> 2013-04-07 00:32:50,815 DEBUG
> [network.router.VirtualNetworkApplianceManagerImpl] (RouterMonitor-1:null)
> Found 0 running routers.
> 2013-04-07 00:32:50,820 DEBUG
> [network.router.VirtualNetworkApplianceManagerImpl]
> (RouterStatusMonitor-1:null) Found 0 routers to update status.
> 2013-04-07 00:32:50,821 DEBUG
> [network.router.VirtualNetworkApplianceManagerImpl]
> (RouterStatusMonitor-1:null) Found 0 networks to update RvR status.
> 2013-04-07 00:32:50,851 DEBUG
> [network.router.VirtualNetworkApplianceManagerImpl] (RouterMonitor-1:null)
> Found 0 running routers.
> 2013-04-07 00:32:50,851 DEBUG
> [network.router.VirtualNetworkApplianceManagerImpl]
> (RouterStatusMonitor-1:null) Found 0 routers to update status.
> 2013-04-07 00:32:50,852 DEBUG
> [network.router.VirtualNetworkApplianceManagerImpl]
> (RouterStatusMonitor-1:null) Found 0 networks to update RvR status.
> 2013-04-07 00:32:50,908 DEBUG
> [cloud.network.ExternalLoadBalancerUsageManagerImpl]
> (ExternalNetworkMonitor-1:null) External devices stats collector is
> running...
> 2013-04-07 00:32:50,919 DEBUG [storage.snapshot.SnapshotSchedulerImpl]
> (SnapshotPollTask:null) Snapshot scheduler.poll is being called at
> 2013-04-07 06:32:50 GMT
> 2013-04-07 00:32:50,920 DEBUG [storage.snapshot.SnapshotSchedulerImpl]
> (SnapshotPollTask:null) Got 0 snapshots to be executed at 2013-04-07
> 06:32:50 GMT
> 2013-04-07 00:32:51,462 INFO  [agent.manager.AgentMonitor]
> (Thread-11:null) Found the following agents behind on ping: [6, 5]
> 2013-04-07 00:32:51,464 DEBUG [cloud.host.Status] (Thread-11:null) Ping
> timeout for host 6, do invstigation
> 2013-04-07 00:32:51,465 DEBUG [cloud.host.Status] (Thread-11:null) Ping
> timeout for host 5, do invstigation
> 2013-04-07 00:32:51,465 INFO  [agent.manager.AgentManagerImpl]
> (AgentTaskPool-15:null) Investigating why host 6 has disconnected with
> event PingTimeout
> 2013-04-07 00:32:51,465 DEBUG [agent.manager.AgentManagerImpl]
> (AgentTaskPool-15:null) checking if agent (6) is alive
> 2013-04-07 00:32:51,467 INFO  [agent.manager.AgentManagerImpl]
> (AgentTaskPool-1:null) Investigating why host 5 has disconnected with event
> PingTimeout
> 2013-04-07 00:32:51,467 DEBUG [agent.manager.AgentManagerImpl]
> (AgentTaskPool-1:null) checking if agent (5) is alive
> 2013-04-07 00:32:51,469 DEBUG [agent.transport.Request]
> (AgentTaskPool-15:null) Seq 6-324993310: Sending  { Cmd , MgmtId: 1, via:
> 6, Ver: v1, Flags: 100011, [{"CheckHealthCommand":{"wait":50}}] }
> 2013-04-07 00:32:51,469 DEBUG [agent.transport.Request]
> (AgentTaskPool-15:null) Seq 6-324993310: Executing:  { Cmd , MgmtId: 1,
> via: 6, Ver: v1, Flags: 100011, [{"CheckHealthCommand":{"wait":50}}] }
> 2013-04-07 00:32:51,469 DEBUG [agent.manager.DirectAgentAttache]
> (DirectAgent-335:null) Seq 6-324993310: Executing request
> 2013-04-07 00:32:51,473 DEBUG [agent.transport.Request]
> (AgentTaskPool-1:null) Seq 5-614334814: Sending  { Cmd , MgmtId: 1, via: 5,
> Ver: v1, Flags: 100011, [{"CheckHealthCommand":{"wait":50}}] }
> 2013-04-07 00:32:51,473 DEBUG [agent.transport.Request]
> (AgentTaskPool-1:null) Seq 5-614334814: Executing:  { Cmd , MgmtId: 1, via:
> 5, Ver: v1, Flags: 100011, [{"CheckHealthCommand":{"wait":50}}] }
> 2013-04-07 00:32:51,473 DEBUG [agent.manager.DirectAgentAttache]
> (DirectAgent-30:null) Seq 5-614334814: Executing request
> 2013-04-07 00:32:51,536 DEBUG [agent.manager.DirectAgentAttache]
> (DirectAgent-335:null) Seq 6-324993310: Response Received:
> 2013-04-07 00:32:51,536 DEBUG [agent.manager.DirectAgentAttache]
> (DirectAgent-30:null) Seq 5-614334814: Response Received:
> 2013-04-07 00:32:51,536 DEBUG [agent.transport.Request]
> (DirectAgent-30:null) Seq 5-614334814: Processing:  { Ans: , MgmtId: 1,
> via: 5, Ver: v1, Flags: 10,
> [{"CheckHealthAnswer":{"result":true,"details":"resource is
> alive","wait":0}}] }
> 2013-04-07 00:32:51,536 DEBUG [agent.transport.Request]
> (DirectAgent-335:null) Seq 6-324993310: Processing:  { Ans: , MgmtId: 1,
> via: 6, Ver: v1, Flags: 10,
> [{"CheckHealthAnswer":{"result":true,"details":"resource is
> alive","wait":0}}] }
> 2013-04-07 00:32:51,536 DEBUG [agent.transport.Request]
> (AgentTaskPool-1:null) Seq 5-614334814: Received:  { Ans: , MgmtId: 1, via:
> 5, Ver: v1, Flags: 10, { CheckHealthAnswer } }
> 2013-04-07 00:32:51,536 DEBUG [agent.transport.Request]
> (AgentTaskPool-15:null) Seq 6-324993310: Received:  { Ans: , MgmtId: 1,
> via: 6, Ver: v1, Flags: 10, { CheckHealthAnswer } }
> 2013-04-07 00:32:51,536 DEBUG [agent.manager.AgentManagerImpl]
> (AgentTaskPool-1:null) Details from executing class
> com.cloud.agent.api.CheckHealthCommand: resource is alive
> 2013-04-07 00:32:51,536 DEBUG [agent.manager.AgentManagerImpl]
> (AgentTaskPool-1:null) agent (5) responded to checkHeathCommand, reporting
> that agent is Up
> 2013-04-07 00:32:51,536 DEBUG [agent.manager.AgentManagerImpl]
> (AgentTaskPool-15:null) Details from executing class
> com.cloud.agent.api.CheckHealthCommand: resource is alive
> 2013-04-07 00:32:51,536 INFO  [agent.manager.AgentManagerImpl]
> (AgentTaskPool-1:null) The state determined is Up
> 2013-04-07 00:32:51,536 INFO  [agent.manager.AgentManagerImpl]
> (AgentTaskPool-1:null) Agent is determined to be up and running
> 2013-04-07 00:32:51,536 DEBUG [agent.manager.AgentManagerImpl]
> (AgentTaskPool-15:null) agent (6) responded to checkHeathCommand, reporting
> that agent is Up
> 2013-04-07 00:32:51,536 DEBUG [cloud.host.Status] (AgentTaskPool-1:null)
> Transition:[Resource state = Enabled, Agent event = Ping, Host id = 5, name
> = Tut-XenServer2]
> 2013-04-07 00:32:51,536 INFO  [agent.manager.AgentManagerImpl]
> (AgentTaskPool-15:null) The state determined is Up
> 2013-04-07 00:32:51,537 INFO  [agent.manager.AgentManagerImpl]
> (AgentTaskPool-15:null) Agent is determined to be up and running
> 2013-04-07 00:32:51,540 DEBUG [cloud.host.Status] (AgentTaskPool-1:null)
> Agent status update: [id = 5; name = Tut-XenServer2; old status = Up; event
> = Ping; new status = Up; old update count = 146; new update count = 147]
> 2013-04-07 00:32:51,540 DEBUG [cloud.host.Status] (AgentTaskPool-15:null)
> Transition:[Resource state = Enabled, Agent event = Ping, Host id = 6, name
> = Tut-XenServer]
> 2013-04-07 00:32:51,542 DEBUG [cloud.host.Status] (AgentTaskPool-15:null)
> Agent status update: [id = 6; name = Tut-XenServer; old status = Up; event
> = Ping; new status = Up; old update count = 309; new update count = 310]
> 2013-04-07 00:33:04,820 DEBUG [agent.manager.DirectAgentAttache]
> (DirectAgent-422:null) Ping from 6
> 2013-04-07 00:33:06,176 DEBUG [agent.manager.DirectAgentAttache]
> (DirectAgent-135:null) Ping from 5
> 2013-04-07 00:33:06,909 DEBUG [agent.manager.DirectAgentAttache]
> (DirectAgent-152:null) Seq 6-324993028: Executing request
> 2013-04-07 00:33:07,151 DEBUG [agent.manager.DirectAgentAttache]
> (DirectAgent-152:null) Seq 6-324993028: Response Received:
> 2013-04-07 00:33:07,151 DEBUG [agent.transport.Request]
> (DirectAgent-152:null) Seq 6-324993028: Processing:  { Ans: , MgmtId: 1,
> via: 6, Ver: v1, Flags: 10,
> [{"ClusterSyncAnswer":{"_clusterId":2,"_newStates":{},"_isExecuted":false,"result":true,"wait":0}}]
> }
> 2013-04-07 00:33:11,022 DEBUG [agent.manager.DirectAgentAttache]
> (DirectAgent-50:null) Seq 5-614334468: Executing request
> 2013-04-07 00:33:11,169 DEBUG [agent.manager.DirectAgentAttache]
> (DirectAgent-50:null) Seq 5-614334468: Response Received:
> 2013-04-07 00:33:11,169 DEBUG [agent.transport.Request]
> (DirectAgent-50:null) Seq 5-614334468: Processing:  { Ans: , MgmtId: 1,
> via: 5, Ver: v1, Flags: 10, [{"Answer":{"result":true,"wait":0}}] }
> 2013-04-07 00:33:20,451 DEBUG
> [storage.secondary.SecondaryStorageManagerImpl] (secstorage-1:null) Zone 1
> is ready to launch secondary storage VM
> 2013-04-07 00:33:20,553 DEBUG [cloud.consoleproxy.ConsoleProxyManagerImpl]
> (consoleproxy-1:null) Zone 1 is ready to launch console proxy
> 2013-04-07 00:33:20,819 DEBUG
> [network.router.VirtualNetworkApplianceManagerImpl]
> (RouterStatusMonitor-1:null) Found 0 routers to update status.
> 2013-04-07 00:33:20,820 DEBUG
> [network.router.VirtualNetworkApplianceManagerImpl]
> (RouterStatusMonitor-1:null) Found 0 networks to update RvR status.
> 2013-04-07 00:33:20,851 DEBUG
> [network.router.VirtualNetworkApplianceManagerImpl]
> (RouterStatusMonitor-1:null) Found 0 routers to update status.
> 2013-04-07 00:33:20,852 DEBUG
> [network.router.VirtualNetworkApplianceManagerImpl]
> (RouterStatusMonitor-1:null) Found 0 networks to update RvR status.
> 2013-04-07 00:33:20,921 DEBUG [cloud.alert.AlertManagerImpl]
> (CapacityChecker:null) Running Capacity Checker ...
> 2013-04-07 00:33:20,921 DEBUG [cloud.alert.AlertManagerImpl]
> (CapacityChecker:null) recalculating system capacity
> 2013-04-07 00:33:20,921 DEBUG [cloud.alert.AlertManagerImpl]
> (CapacityChecker:null) Executing cpu/ram capacity update
> 2013-04-07 00:33:20,929 DEBUG [cloud.capacity.CapacityManagerImpl]
> (CapacityChecker:null) Found 2 VMs on host 1
> 2013-04-07 00:33:20,931 DEBUG [cloud.capacity.CapacityManagerImpl]
> (CapacityChecker:null) Found 0 VM, not running on host 1
> 2013-04-07 00:33:20,933 DEBUG [cloud.capacity.CapacityManagerImpl]
> (CapacityChecker:null) No need to calibrate cpu capacity, host:1 usedCpu:
> 200 reservedCpu: 0
> 2013-04-07 00:33:20,933 DEBUG [cloud.capacity.CapacityManagerImpl]
> (CapacityChecker:null) No need to calibrate memory capacity, host:1
> usedMem: 209715200 reservedMem: 0
> 2013-04-07 00:33:20,939 DEBUG [cloud.capacity.CapacityManagerImpl]
> (CapacityChecker:null) Found 1 VMs on host 5
> 2013-04-07 00:33:20,940 DEBUG [cloud.capacity.CapacityManagerImpl]
> (CapacityChecker:null) Found 0 VM, not running on host 5
> 2013-04-07 00:33:20,942 DEBUG [cloud.capacity.CapacityManagerImpl]
> (CapacityChecker:null) No need to calibrate cpu capacity, host:5 usedCpu:
> 100 reservedCpu: 0
> 2013-04-07 00:33:20,942 DEBUG [cloud.capacity.CapacityManagerImpl]
> (CapacityChecker:null) No need to calibrate memory capacity, host:5
> usedMem: 1073741824 reservedMem: 0
> 2013-04-07 00:33:20,948 DEBUG [cloud.capacity.CapacityManagerImpl]
> (CapacityChecker:null) Found 2 VMs on host 6
> 2013-04-07 00:33:20,949 DEBUG [cloud.capacity.CapacityManagerImpl]
> (CapacityChecker:null) Found 0 VM, not running on host 6
> 2013-04-07 00:33:20,951 DEBUG [cloud.capacity.CapacityManagerImpl]
> (CapacityChecker:null) No need to calibrate cpu capacity, host:6 usedCpu:
> 200 reservedCpu: 0
> 2013-04-07 00:33:20,951 DEBUG [cloud.capacity.CapacityManagerImpl]
> (CapacityChecker:null) No need to calibrate memory capacity, host:6
> usedMem: 1178599424 reservedMem: 0
> 2013-04-07 00:33:20,951 DEBUG [cloud.alert.AlertManagerImpl]
> (CapacityChecker:null) Done executing cpu/ram capacity update
> 2013-04-07 00:33:20,951 DEBUG [cloud.alert.AlertManagerImpl]
> (CapacityChecker:null) Executing storage capacity update
> 2013-04-07 00:33:20,956 DEBUG [cloud.storage.StorageManagerImpl]
> (CapacityChecker:null) Successfully set Capacity - 31004332032 for capacity
> type - 9 , DataCenterId - 1, HostOrPoolId - 200, PodId 1
> 2013-04-07 00:33:20,959 DEBUG [cloud.storage.StorageManagerImpl]
> (CapacityChecker:null) Successfully set Capacity - 97221701632 for capacity
> type - 9 , DataCenterId - 1, HostOrPoolId - 201, PodId 1
> 2013-04-07 00:33:20,963 DEBUG [cloud.storage.StorageManagerImpl]
> (CapacityChecker:null) Successfully set Capacity - 97221701632 for capacity
> type - 9 , DataCenterId - 1, HostOrPoolId - 202, PodId 1
> 2013-04-07 00:33:20,967 DEBUG [cloud.storage.StorageManagerImpl]
> (CapacityChecker:null) Successfully set Capacity - 2084569088 for capacity
> type - 3 , DataCenterId - 1, HostOrPoolId - 256, PodId 1
> 2013-04-07 00:33:20,971 DEBUG [cloud.storage.StorageManagerImpl]
> (CapacityChecker:null) Successfully set Capacity - 2084569088 for capacity
> type - 3 , DataCenterId - 1, HostOrPoolId - 257, PodId 1
> 2013-04-07 00:33:20,975 DEBUG [cloud.storage.StorageManagerImpl]
> (CapacityChecker:null) Successfully set Capacity - 2084569088 for capacity
> type - 3 , DataCenterId - 1, HostOrPoolId - 262, PodId 1
> 2013-04-07 00:33:20,975 DEBUG [cloud.alert.AlertManagerImpl]
> (CapacityChecker:null) Done executing storage capacity update
> 2013-04-07 00:33:20,975 DEBUG [cloud.alert.AlertManagerImpl]
> (CapacityChecker:null) Executing capacity updates for public ip and Vlans
> 2013-04-07 00:33:20,983 DEBUG [cloud.alert.AlertManagerImpl]
> (CapacityChecker:null) Done capacity updates for public ip and Vlans
> 2013-04-07 00:33:20,983 DEBUG [cloud.alert.AlertManagerImpl]
> (CapacityChecker:null) Executing capacity updates for private ip
> 2013-04-07 00:33:20,990 DEBUG [cloud.alert.AlertManagerImpl]
> (CapacityChecker:null) Done executing capacity updates for private ip
> 2013-04-07 00:33:20,990 DEBUG [cloud.alert.AlertManagerImpl]
> (CapacityChecker:null) Done recalculating system capacity
> 2013-04-07 00:33:21,012 DEBUG [cloud.alert.AlertManagerImpl]
> (CapacityChecker:null) Done running Capacity Checker ...
> 2013-04-07 00:33:24,891 DEBUG [agent.manager.AgentManagerImpl]
> (AgentManager-Handler-13:null) Ping from 4
> 2013-04-07 00:33:27,159 DEBUG [agent.manager.DirectAgentAttache]
> (DirectAgent-459:null) Ping from 1
> 2013-04-07 00:33:29,095 DEBUG [agent.manager.DirectAgentAttache]
> (DirectAgent-457:null) Seq 1-90046472: Executing request
> 2013-04-07 00:33:29,329 DEBUG [agent.manager.DirectAgentAttache]
> (DirectAgent-457:null) Seq 1-90046472: Response Received:
> 2013-04-07 00:33:29,330 DEBUG [agent.transport.Request]
> (DirectAgent-457:null) Seq 1-90046472: Processing:  { Ans: , MgmtId: 1,
> via: 1, Ver: v1, Flags: 10,
> [{"ClusterSyncAnswer":{"_clusterId":1,"_newStates":{},"_isExecuted":false,"result":true,"wait":0}}]
> }
> 2013-04-07 00:33:33,192 DEBUG [cloud.api.ApiServlet]
> (1161145101@qtp-1008805148-33:null) ===START===  127.0.0.1 -- GET
>  command=listVirtualMachines&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&listAll=true&page=1&pagesize=20&_=1365316413189
> 2013-04-07 00:33:33,210 DEBUG [cloud.api.ApiServlet]
> (1161145101@qtp-1008805148-33:null) ===END===  127.0.0.1 -- GET
>  command=listVirtualMachines&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&listAll=true&page=1&pagesize=20&_=1365316413189
> 2013-04-07 00:33:35,033 DEBUG [cloud.api.ApiServlet]
> (1161145101@qtp-1008805148-33:null) ===START===  127.0.0.1 -- GET
>  command=listZones&available=true&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316415031
> 2013-04-07 00:33:35,040 DEBUG [cloud.api.ApiServlet]
> (1161145101@qtp-1008805148-33:null) ===END===  127.0.0.1 -- GET
>  command=listZones&available=true&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316415031
> 2013-04-07 00:33:36,745 DEBUG [cloud.api.ApiServlet]
> (1161145101@qtp-1008805148-33:null) ===START===  127.0.0.1 -- GET
>  command=listHypervisors&zoneid=3a62dec3-cf95-4ba2-9af0-af2190af35e3&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316416743
> 2013-04-07 00:33:36,753 DEBUG [cloud.api.ApiServlet]
> (1161145101@qtp-1008805148-33:null) ===END===  127.0.0.1 -- GET
>  command=listHypervisors&zoneid=3a62dec3-cf95-4ba2-9af0-af2190af35e3&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316416743
> 2013-04-07 00:33:36,756 DEBUG [cloud.api.ApiServlet]
> (1161145101@qtp-1008805148-33:null) ===START===  127.0.0.1 -- GET
>  command=listTemplates&templatefilter=featured&zoneid=3a62dec3-cf95-4ba2-9af0-af2190af35e3&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316416754
> 2013-04-07 00:33:36,781 DEBUG [cloud.api.ApiServlet]
> (1161145101@qtp-1008805148-33:null) ===END===  127.0.0.1 -- GET
>  command=listTemplates&templatefilter=featured&zoneid=3a62dec3-cf95-4ba2-9af0-af2190af35e3&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316416754
> 2013-04-07 00:33:36,784 DEBUG [cloud.api.ApiServlet]
> (1161145101@qtp-1008805148-33:null) ===START===  127.0.0.1 -- GET
>  command=listTemplates&templatefilter=community&zoneid=3a62dec3-cf95-4ba2-9af0-af2190af35e3&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316416782
> 2013-04-07 00:33:36,812 DEBUG [cloud.api.ApiServlet]
> (1161145101@qtp-1008805148-33:null) ===END===  127.0.0.1 -- GET
>  command=listTemplates&templatefilter=community&zoneid=3a62dec3-cf95-4ba2-9af0-af2190af35e3&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316416782
> 2013-04-07 00:33:36,815 DEBUG [cloud.api.ApiServlet]
> (1161145101@qtp-1008805148-33:null) ===START===  127.0.0.1 -- GET
>  command=listTemplates&templatefilter=selfexecutable&zoneid=3a62dec3-cf95-4ba2-9af0-af2190af35e3&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316416813
> 2013-04-07 00:33:36,829 DEBUG [cloud.api.ApiServlet]
> (1161145101@qtp-1008805148-33:null) ===END===  127.0.0.1 -- GET
>  command=listTemplates&templatefilter=selfexecutable&zoneid=3a62dec3-cf95-4ba2-9af0-af2190af35e3&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316416813
> 2013-04-07 00:33:37,503 DEBUG [cloud.api.ApiServlet]
> (1161145101@qtp-1008805148-33:null) ===START===  127.0.0.1 -- GET
>  command=listServiceOfferings&issystem=false&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316417501
> 2013-04-07 00:33:37,514 DEBUG [cloud.api.ApiServlet]
> (1161145101@qtp-1008805148-33:null) ===END===  127.0.0.1 -- GET
>  command=listServiceOfferings&issystem=false&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316417501
> 2013-04-07 00:33:41,151 DEBUG [cloud.api.ApiServlet]
> (1161145101@qtp-1008805148-33:null) ===START===  127.0.0.1 -- GET
>  command=listDiskOfferings&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316421149
> 2013-04-07 00:33:41,162 DEBUG [cloud.api.ApiServlet]
> (1161145101@qtp-1008805148-33:null) ===END===  127.0.0.1 -- GET
>  command=listDiskOfferings&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316421149
> 2013-04-07 00:33:41,970 DEBUG [cloud.api.ApiServlet]
> (1161145101@qtp-1008805148-33:null) ===START===  127.0.0.1 -- GET
>  command=listNetworks&trafficType=Guest&zoneId=3a62dec3-cf95-4ba2-9af0-af2190af35e3&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316421968
> 2013-04-07 00:33:41,994 DEBUG [cloud.api.ApiServlet]
> (1161145101@qtp-1008805148-33:null) ===END===  127.0.0.1 -- GET
>  command=listNetworks&trafficType=Guest&zoneId=3a62dec3-cf95-4ba2-9af0-af2190af35e3&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316421968
> 2013-04-07 00:33:41,997 DEBUG [cloud.api.ApiServlet]
> (1161145101@qtp-1008805148-33:null) ===START===  127.0.0.1 -- GET
>  command=listSecurityGroups&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&domainid=e4ec5ddc-9e1c-11e2-a770-6e70e42a2333&account=admin&_=1365316421995
> 2013-04-07 00:33:42,003 DEBUG [cloud.user.AccountManagerImpl]
> (1161145101@qtp-1008805148-33:null) Access granted to Acct[2-admin] to
> Domain:1/ by DomainChecker
> 2013-04-07 00:33:42,009 DEBUG [cloud.api.ApiServlet]
> (1161145101@qtp-1008805148-33:null) ===END===  127.0.0.1 -- GET
>  command=listSecurityGroups&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&domainid=e4ec5ddc-9e1c-11e2-a770-6e70e42a2333&account=admin&_=1365316421995
> 2013-04-07 00:33:44,477 DEBUG [cloud.api.ApiServlet]
> (1161145101@qtp-1008805148-33:null) ===START===  127.0.0.1 -- GET
>  command=deployVirtualMachine&zoneId=3a62dec3-cf95-4ba2-9af0-af2190af35e3&templateId=e4a7df4a-9e1c-11e2-a770-6e70e42a2333&hypervisor=XenServer&serviceOfferingId=9c1e08a2-2dfe-4fa8-aea9-3e4955a69cc2&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316424475
> 2013-04-07 00:33:44,484 DEBUG [cloud.api.ApiDispatcher]
> (1161145101@qtp-1008805148-33:null) InfrastructureEntity name
> is:com.cloud.offering.ServiceOffering
> 2013-04-07 00:33:44,486 DEBUG [cloud.api.ApiDispatcher]
> (1161145101@qtp-1008805148-33:null) ControlledEntity name
> is:com.cloud.template.VirtualMachineTemplate
> 2013-04-07 00:33:44,510 DEBUG [cloud.vm.UserVmManagerImpl]
> (1161145101@qtp-1008805148-33:null) Allocating in the DB for vm
> 2013-04-07 00:33:44,523 DEBUG [cloud.vm.VirtualMachineManagerImpl]
> (1161145101@qtp-1008805148-33:null) Allocating entries for VM:
> VM[User|a30b991d-1c38-4bae-803f-ab3be57a384f]
> 2013-04-07 00:33:44,523 DEBUG [cloud.vm.VirtualMachineManagerImpl]
> (1161145101@qtp-1008805148-33:null) Allocating nics for
> VM[User|a30b991d-1c38-4bae-803f-ab3be57a384f]
> 2013-04-07 00:33:44,524 DEBUG [cloud.network.NetworkManagerImpl]
> (1161145101@qtp-1008805148-33:null) Allocating nic for vm
> VM[User|a30b991d-1c38-4bae-803f-ab3be57a384f] in network Ntwk[204|Guest|6]
> with requested profile NicProfile[0-0-null-null-null
> 2013-04-07 00:33:44,531 DEBUG [cloud.vm.VirtualMachineManagerImpl]
> (1161145101@qtp-1008805148-33:null) Allocaing disks for
> VM[User|a30b991d-1c38-4bae-803f-ab3be57a384f]
> 2013-04-07 00:33:44,538 DEBUG [cloud.vm.VirtualMachineManagerImpl]
> (1161145101@qtp-1008805148-33:null) Allocation completed for VM:
> VM[User|a30b991d-1c38-4bae-803f-ab3be57a384f]
> 2013-04-07 00:33:44,538 DEBUG [cloud.vm.UserVmManagerImpl]
> (1161145101@qtp-1008805148-33:null) Successfully allocated DB entry for
> VM[User|a30b991d-1c38-4bae-803f-ab3be57a384f]
> 2013-04-07 00:33:44,571 DEBUG [cloud.async.AsyncJobManagerImpl]
> (1161145101@qtp-1008805148-33:null) submit async job-44, details:
> AsyncJobVO {id:44, userId: 2, accountId: 2, sessionKey: null, instanceType:
> null, instanceId: 14, cmd:
> org.apache.cloudstack.api.command.user.vm.DeployVMCmd, cmdOriginator: null,
> cmdInfo:
> {"id":"14","templateId":"e4a7df4a-9e1c-11e2-a770-6e70e42a2333","response":"json","sessionkey":"Z6QqzU0Fq1iT13bMgnRRfl8GoVA\u003d","ctxUserId":"2","hypervisor":"XenServer","serviceOfferingId":"9c1e08a2-2dfe-4fa8-aea9-3e4955a69cc2","_":"1365316424475","ctxAccountId":"2","ctxStartEventId":"49","zoneId":"3a62dec3-cf95-4ba2-9af0-af2190af35e3"},
> cmdVersion: 0, callbackType: 0, callbackAddress: null, status: 0,
> processStatus: 0, resultCode: 0, result: null, initMsid: 1, completeMsid:
> null, lastUpdated: null, lastPolled: null, created: null}
> 2013-04-07 00:33:44,572 DEBUG [cloud.async.AsyncJobManagerImpl]
> (Job-Executor-37:job-44) Executing
> org.apache.cloudstack.api.command.user.vm.DeployVMCmd for job-44
> 2013-04-07 00:33:44,573 DEBUG [cloud.api.ApiServlet]
> (1161145101@qtp-1008805148-33:null) ===END===  127.0.0.1 -- GET
>  command=deployVirtualMachine&zoneId=3a62dec3-cf95-4ba2-9af0-af2190af35e3&templateId=e4a7df4a-9e1c-11e2-a770-6e70e42a2333&hypervisor=XenServer&serviceOfferingId=9c1e08a2-2dfe-4fa8-aea9-3e4955a69cc2&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316424475
> 2013-04-07 00:33:44,578 DEBUG [cloud.api.ApiDispatcher]
> (Job-Executor-37:job-44) InfrastructureEntity name
> is:com.cloud.offering.ServiceOffering
> 2013-04-07 00:33:44,581 DEBUG [cloud.api.ApiDispatcher]
> (Job-Executor-37:job-44) ControlledEntity name
> is:com.cloud.template.VirtualMachineTemplate
> 2013-04-07 00:33:44,624 DEBUG [cloud.deploy.FirstFitPlanner]
> (Job-Executor-37:job-44) DeploymentPlanner allocation algorithm: random
> 2013-04-07 00:33:44,624 DEBUG [cloud.deploy.FirstFitPlanner]
> (Job-Executor-37:job-44) Trying to allocate a host and storage pools from
> dc:1, pod:null,cluster:null, requested cpu: 100, requested ram: 1073741824
> 2013-04-07 00:33:44,624 DEBUG [cloud.deploy.FirstFitPlanner]
> (Job-Executor-37:job-44) Is ROOT volume READY (pool already allocated)?: No
> 2013-04-07 00:33:44,624 DEBUG [cloud.deploy.FirstFitPlanner]
> (Job-Executor-37:job-44) Searching all possible resources under this Zone: 1
> 2013-04-07 00:33:44,625 DEBUG [cloud.deploy.FirstFitPlanner]
> (Job-Executor-37:job-44) Listing clusters in order of aggregate capacity,
> that have (atleast one host with) enough CPU and RAM capacity under this
> Zone: 1
> 2013-04-07 00:33:44,626 DEBUG [cloud.deploy.FirstFitPlanner]
> (Job-Executor-37:job-44) CPUOverprovisioningFactor considered: 1.0
> 2013-04-07 00:33:44,638 DEBUG [cloud.deploy.FirstFitPlanner]
> (Job-Executor-37:job-44) Cannot allocate cluster list [1, 2] for vm
> creation since their allocated percentage crosses the disable capacity
> threshold: 0.85 for capacity Type : 0, skipping these clusters
> 2013-04-07 00:33:44,639 DEBUG [cloud.deploy.FirstFitPlanner]
> (Job-Executor-37:job-44) Could not find suitable Deployment Destination for
> this VM under any clusters, returning.
> 2013-04-07 00:33:44,641 DEBUG [cloud.vm.UserVmManagerImpl]
> (Job-Executor-37:job-44) Destroying vm
> VM[User|a30b991d-1c38-4bae-803f-ab3be57a384f] as it failed to create on
> Host with Id:null
> 2013-04-07 00:33:44,646 DEBUG [cloud.capacity.CapacityManagerImpl]
> (Job-Executor-37:job-44) VM state transitted from :Stopped to Error with
> event: OperationFailedToErrorvm's original host id: null new host id: null
> host id before state transition: null
> 2013-04-07 00:33:44,672 INFO  [user.vm.DeployVMCmd]
> (Job-Executor-37:job-44)
> com.cloud.exception.InsufficientServerCapacityException: Unable to create a
> deployment for VM[User|a30b991d-1c38-4bae-803f-ab3be57a384f]Scope=interface
> com.cloud.dc.DataCenter; id=1
> 2013-04-07 00:33:44,672 INFO  [user.vm.DeployVMCmd]
> (Job-Executor-37:job-44) Unable to create a deployment for
> VM[User|a30b991d-1c38-4bae-803f-ab3be57a384f]
> com.cloud.exception.InsufficientServerCapacityException: Unable to create
> a deployment for
> VM[User|a30b991d-1c38-4bae-803f-ab3be57a384f]Scope=interface
> com.cloud.dc.DataCenter; id=1
>  at
> org.apache.cloudstack.engine.cloud.entity.api.VMEntityManagerImpl.reserveVirtualMachine(VMEntityManagerImpl.java:186)
> at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
>  at
> sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
> at
> sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
>  at java.lang.reflect.Method.invoke(Method.java:597)
> at
> org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:319)
>  at
> org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:183)
> at
> org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:150)
>  at
> org.springframework.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodInvocationProceedingJoinPoint.java:80)
> at
> com.cloud.utils.db.TransactionContextBuilder.AroundAnyMethod(TransactionContextBuilder.java:37)
>  at sun.reflect.GeneratedMethodAccessor37.invoke(Unknown Source)
> at
> sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
>  at java.lang.reflect.Method.invoke(Method.java:597)
> at
> org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:621)
>  at
> org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:610)
> at
> org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:65)
>  at
> org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:172)
> at
> org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:90)
>  at
> org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:172)
> at
> org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:202)
>  at com.sun.proxy.$Proxy297.reserveVirtualMachine(Unknown Source)
> at
> org.apache.cloudstack.engine.cloud.entity.api.VirtualMachineEntityImpl.reserve(VirtualMachineEntityImpl.java:198)
>  at
> com.cloud.vm.UserVmManagerImpl.startVirtualMachine(UserVmManagerImpl.java:3859)
> at
> com.cloud.vm.UserVmManagerImpl.startVirtualMachine(UserVmManagerImpl.java:3458)
>  at
> com.cloud.vm.UserVmManagerImpl.startVirtualMachine(UserVmManagerImpl.java:3444)
> at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
>  at
> sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
> at
> sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
>  at java.lang.reflect.Method.invoke(Method.java:597)
> at
> org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:319)
>  at
> org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:183)
> at
> org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:150)
>  at
> org.springframework.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodInvocationProceedingJoinPoint.java:80)
> at
> com.cloud.event.ActionEventInterceptor.AroundAnyMethod(ActionEventInterceptor.java:53)
>  at sun.reflect.GeneratedMethodAccessor359.invoke(Unknown Source)
> at
> sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
>  at java.lang.reflect.Method.invoke(Method.java:597)
> at
> org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:621)
>  at
> org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:610)
> at
> org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:65)
>  at
> org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:161)
> at
> org.springframework.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodInvocationProceedingJoinPoint.java:80)
>  at
> com.cloud.utils.db.TransactionContextBuilder.AroundAnyMethod(TransactionContextBuilder.java:37)
> at sun.reflect.GeneratedMethodAccessor37.invoke(Unknown Source)
>  at
> sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
> at java.lang.reflect.Method.invoke(Method.java:597)
>  at
> org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:621)
> at
> org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:610)
>  at
> org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:65)
> at
> org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:172)
>  at
> org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:90)
> at
> org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:172)
>  at
> org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:202)
> at com.sun.proxy.$Proxy263.startVirtualMachine(Unknown Source)
>  at
> org.apache.cloudstack.api.command.user.vm.DeployVMCmd.execute(DeployVMCmd.java:379)
> at com.cloud.api.ApiDispatcher.dispatch(ApiDispatcher.java:163)
>  at net.sf.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204)
> at
> org.springframework.aop.framework.Cglib2AopProxy$CglibMethodInvocation.invokeJoinpoint(Cglib2AopProxy.java:689)
>  at
> org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:150)
> at
> org.springframework.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodInvocationProceedingJoinPoint.java:80)
>  at
> com.cloud.utils.db.TransactionContextBuilder.AroundAnyMethod(TransactionContextBuilder.java:37)
> at sun.reflect.GeneratedMethodAccessor37.invoke(Unknown Source)
>  at
> sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
> at java.lang.reflect.Method.invoke(Method.java:597)
>  at
> org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:621)
> at
> org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:610)
>  at
> org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:65)
> at
> org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:172)
>  at
> org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:90)
> at
> org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:172)
>  at
> org.springframework.aop.framework.Cglib2AopProxy$DynamicAdvisedInterceptor.intercept(Cglib2AopProxy.java:622)
> at com.cloud.async.AsyncJobManagerImpl$1.run(AsyncJobManagerImpl.java:437)
>  at
> java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:439)
> at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:303)
>  at java.util.concurrent.FutureTask.run(FutureTask.java:138)
> at
> java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:895)
>  at
> java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:918)
> at java.lang.Thread.run(Thread.java:680)
> 2013-04-07 00:33:44,674 DEBUG [cloud.async.AsyncJobManagerImpl]
> (Job-Executor-37:job-44) Complete async job-44, jobStatus: 2, resultCode:
> 530, result: Error Code: 533 Error text: Unable to create a deployment for
> VM[User|a30b991d-1c38-4bae-803f-ab3be57a384f]
> 2013-04-07 00:33:47,591 DEBUG [cloud.api.ApiServlet]
> (1161145101@qtp-1008805148-33:null) ===START===  127.0.0.1 -- GET
>  command=queryAsyncJobResult&jobId=8dd191cc-2709-4223-aee5-3ecd759d4afd&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316427589
> 2013-04-07 00:33:47,601 DEBUG [cloud.async.AsyncJobManagerImpl]
> (1161145101@qtp-1008805148-33:null) Async job-44 completed
> 2013-04-07 00:33:47,605 DEBUG [cloud.api.ApiServlet]
> (1161145101@qtp-1008805148-33:null) ===END===  127.0.0.1 -- GET
>  command=queryAsyncJobResult&jobId=8dd191cc-2709-4223-aee5-3ecd759d4afd&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316427589
> 2013-04-07 00:33:47,608 DEBUG [cloud.api.ApiServlet]
> (1161145101@qtp-1008805148-33:null) ===START===  127.0.0.1 -- GET
>  command=listVirtualMachines&id=a30b991d-1c38-4bae-803f-ab3be57a384f&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316427606
> 2013-04-07 00:33:47,621 DEBUG [cloud.api.ApiServlet]
> (1161145101@qtp-1008805148-33:null) ===END===  127.0.0.1 -- GET
>  command=listVirtualMachines&id=a30b991d-1c38-4bae-803f-ab3be57a384f&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316427606
> 2013-04-07 00:33:47,678 DEBUG [agent.manager.AgentManagerImpl]
> (AgentManager-Handler-14:null) Ping from 3
> 2013-04-07 00:33:50,451 DEBUG
> [storage.secondary.SecondaryStorageManagerImpl] (secstorage-1:null) Zone 1
> is ready to launch secondary storage VM
> 2013-04-07 00:33:50,559 DEBUG [cloud.consoleproxy.ConsoleProxyManagerImpl]
> (consoleproxy-1:null) Zone 1 is ready to launch console proxy
> 2013-04-07 00:33:50,819 DEBUG
> [network.router.VirtualNetworkApplianceManagerImpl]
> (RouterStatusMonitor-1:null) Found 0 routers to update status.
> 2013-04-07 00:33:50,820 DEBUG
> [network.router.VirtualNetworkApplianceManagerImpl]
> (RouterStatusMonitor-1:null) Found 0 networks to update RvR status.
> 2013-04-07 00:33:50,851 DEBUG
> [network.router.VirtualNetworkApplianceManagerImpl]
> (RouterStatusMonitor-1:null) Found 0 routers to update status.
> 2013-04-07 00:33:50,852 DEBUG
> [network.router.VirtualNetworkApplianceManagerImpl]
> (RouterStatusMonitor-1:null) Found 0 networks to update RvR status.
> 2013-04-07 00:33:51,465 INFO  [agent.manager.AgentMonitor]
> (Thread-11:null) Found the following agents behind on ping: [6, 5]
> 2013-04-07 00:33:51,467 DEBUG [cloud.host.Status] (Thread-11:null) Ping
> timeout for host 6, do invstigation
> 2013-04-07 00:33:51,468 DEBUG [cloud.host.Status] (Thread-11:null) Ping
> timeout for host 5, do invstigation
> 2013-04-07 00:33:51,468 INFO  [agent.manager.AgentManagerImpl]
> (AgentTaskPool-4:null) Investigating why host 6 has disconnected with event
> PingTimeout
> 2013-04-07 00:33:51,468 DEBUG [agent.manager.AgentManagerImpl]
> (AgentTaskPool-4:null) checking if agent (6) is alive
> 2013-04-07 00:33:51,469 INFO  [agent.manager.AgentManagerImpl]
> (AgentTaskPool-3:null) Investigating why host 5 has disconnected with event
> PingTimeout
> 2013-04-07 00:33:51,470 DEBUG [agent.manager.AgentManagerImpl]
> (AgentTaskPool-3:null) checking if agent (5) is alive
> 2013-04-07 00:33:51,471 DEBUG [agent.transport.Request]
> (AgentTaskPool-4:null) Seq 6-324993311: Sending  { Cmd , MgmtId: 1, via: 6,
> Ver: v1, Flags: 100011, [{"CheckHealthCommand":{"wait":50}}] }
> 2013-04-07 00:33:51,471 DEBUG [agent.transport.Request]
> (AgentTaskPool-4:null) Seq 6-324993311: Executing:  { Cmd , MgmtId: 1, via:
> 6, Ver: v1, Flags: 100011, [{"CheckHealthCommand":{"wait":50}}] }
> 2013-04-07 00:33:51,472 DEBUG [agent.manager.DirectAgentAttache]
> (DirectAgent-448:null) Seq 6-324993311: Executing request
> 2013-04-07 00:33:51,473 DEBUG [agent.transport.Request]
> (AgentTaskPool-3:null) Seq 5-614334815: Sending  { Cmd , MgmtId: 1, via: 5,
> Ver: v1, Flags: 100011, [{"CheckHealthCommand":{"wait":50}}] }
> 2013-04-07 00:33:51,473 DEBUG [agent.transport.Request]
> (AgentTaskPool-3:null) Seq 5-614334815: Executing:  { Cmd , MgmtId: 1, via:
> 5, Ver: v1, Flags: 100011, [{"CheckHealthCommand":{"wait":50}}] }
> 2013-04-07 00:33:51,473 DEBUG [agent.manager.DirectAgentAttache]
> (DirectAgent-261:null) Seq 5-614334815: Executing request
> 2013-04-07 00:33:51,527 DEBUG [agent.manager.DirectAgentAttache]
> (DirectAgent-448:null) Seq 6-324993311: Response Received:
> 2013-04-07 00:33:51,527 DEBUG [agent.transport.Request]
> (DirectAgent-448:null) Seq 6-324993311: Processing:  { Ans: , MgmtId: 1,
> via: 6, Ver: v1, Flags: 10,
> [{"CheckHealthAnswer":{"result":true,"details":"resource is
> alive","wait":0}}] }
> 2013-04-07 00:33:51,527 DEBUG [agent.transport.Request]
> (AgentTaskPool-4:null) Seq 6-324993311: Received:  { Ans: , MgmtId: 1, via:
> 6, Ver: v1, Flags: 10, { CheckHealthAnswer } }
> 2013-04-07 00:33:51,528 DEBUG [agent.manager.AgentManagerImpl]
> (AgentTaskPool-4:null) Details from executing class
> com.cloud.agent.api.CheckHealthCommand: resource is alive
> 2013-04-07 00:33:51,528 DEBUG [agent.manager.AgentManagerImpl]
> (AgentTaskPool-4:null) agent (6) responded to checkHeathCommand, reporting
> that agent is Up
> 2013-04-07 00:33:51,528 INFO  [agent.manager.AgentManagerImpl]
> (AgentTaskPool-4:null) The state determined is Up
> 2013-04-07 00:33:51,528 INFO  [agent.manager.AgentManagerImpl]
> (AgentTaskPool-4:null) Agent is determined to be up and running
> 2013-04-07 00:33:51,528 DEBUG [cloud.host.Status] (AgentTaskPool-4:null)
> Transition:[Resource state = Enabled, Agent event = Ping, Host id = 6, name
> = Tut-XenServer]
> 2013-04-07 00:33:51,531 DEBUG [cloud.host.Status] (AgentTaskPool-4:null)
> Agent status update: [id = 6; name = Tut-XenServer; old status = Up; event
> = Ping; new status = Up; old update count = 310; new update count = 311]
> 2013-04-07 00:33:51,531 DEBUG [agent.manager.DirectAgentAttache]
> (DirectAgent-261:null) Seq 5-614334815: Response Received:
> 2013-04-07 00:33:51,531 DEBUG [agent.transport.Request]
> (DirectAgent-261:null) Seq 5-614334815: Processing:  { Ans: , MgmtId: 1,
> via: 5, Ver: v1, Flags: 10,
> [{"CheckHealthAnswer":{"result":true,"details":"resource is
> alive","wait":0}}] }
> 2013-04-07 00:33:51,531 DEBUG [agent.transport.Request]
> (AgentTaskPool-3:null) Seq 5-614334815: Received:  { Ans: , MgmtId: 1, via:
> 5, Ver: v1, Flags: 10, { CheckHealthAnswer } }
> 2013-04-07 00:33:51,532 DEBUG [agent.manager.AgentManagerImpl]
> (AgentTaskPool-3:null) Details from executing class
> com.cloud.agent.api.CheckHealthCommand: resource is alive
> 2013-04-07 00:33:51,532 DEBUG [agent.manager.AgentManagerImpl]
> (AgentTaskPool-3:null) agent (5) responded to checkHeathCommand, reporting
> that agent is Up
> 2013-04-07 00:33:51,532 INFO  [agent.manager.AgentManagerImpl]
> (AgentTaskPool-3:null) The state determined is Up
> 2013-04-07 00:33:51,532 INFO  [agent.manager.AgentManagerImpl]
> (AgentTaskPool-3:null) Agent is determined to be up and running
> 2013-04-07 00:33:51,532 DEBUG [cloud.host.Status] (AgentTaskPool-3:null)
> Transition:[Resource state = Enabled, Agent event = Ping, Host id = 5, name
> = Tut-XenServer2]
> 2013-04-07 00:33:51,535 DEBUG [cloud.host.Status] (AgentTaskPool-3:null)
> Agent status update: [id = 5; name = Tut-XenServer2; old status = Up; event
> = Ping; new status = Up; old update count = 147; new update count = 148]
> 2013-04-07 00:34:04,860 DEBUG [agent.manager.DirectAgentAttache]
> (DirectAgent-239:null) Ping from 6
> 2013-04-07 00:34:06,170 DEBUG [agent.manager.DirectAgentAttache]
> (DirectAgent-185:null) Ping from 5
> 2013-04-07 00:34:06,909 DEBUG [agent.manager.DirectAgentAttache]
> (DirectAgent-461:null) Seq 6-324993028: Executing request
> 2013-04-07 00:34:07,107 DEBUG [agent.manager.DirectAgentAttache]
> (DirectAgent-461:null) Seq 6-324993028: Response Received:
> 2013-04-07 00:34:07,107 DEBUG [agent.transport.Request]
> (DirectAgent-461:null) Seq 6-324993028: Processing:  { Ans: , MgmtId: 1,
> via: 6, Ver: v1, Flags: 10,
> [{"ClusterSyncAnswer":{"_clusterId":2,"_newStates":{},"_isExecuted":false,"result":true,"wait":0}}]
> }
> 2013-04-07 00:34:11,023 DEBUG [agent.manager.DirectAgentAttache]
> (DirectAgent-450:null) Seq 5-614334468: Executing request
> 2013-04-07 00:34:11,168 DEBUG [agent.manager.DirectAgentAttache]
> (DirectAgent-450:null) Seq 5-614334468: Response Received:
> 2013-04-07 00:34:11,168 DEBUG [agent.transport.Request]
> (DirectAgent-450:null) Seq 5-614334468: Processing:  { Ans: , MgmtId: 1,
> via: 5, Ver: v1, Flags: 10, [{"Answer":{"result":true,"wait":0}}] }
> 2013-04-07 00:34:20,451 DEBUG
> [storage.secondary.SecondaryStorageManagerImpl] (secstorage-1:null) Zone 1
> is ready to launch secondary storage VM
> 2013-04-07 00:34:20,553 DEBUG [cloud.consoleproxy.ConsoleProxyManagerImpl]
> (consoleproxy-1:null) Zone 1 is ready to launch console proxy
> 2013-04-07 00:34:20,820 DEBUG
> [network.router.VirtualNetworkApplianceManagerImpl]
> (RouterStatusMonitor-1:null) Found 0 routers to update status.
> 2013-04-07 00:34:20,821 DEBUG
> [network.router.VirtualNetworkApplianceManagerImpl]
> (RouterStatusMonitor-1:null) Found 0 networks to update RvR status.
> 2013-04-07 00:34:20,850 DEBUG
> [network.router.VirtualNetworkApplianceManagerImpl]
> (RouterStatusMonitor-1:null) Found 0 routers to update status.
> 2013-04-07 00:34:20,851 DEBUG
> [network.router.VirtualNetworkApplianceManagerImpl]
> (RouterStatusMonitor-1:null) Found 0 networks to update RvR status.
> 2013-04-07 00:34:24,891 DEBUG [agent.manager.AgentManagerImpl]
> (AgentManager-Handler-15:null) Ping from 4
> 2013-04-07 00:34:27,175 DEBUG [agent.manager.DirectAgentAttache]
> (DirectAgent-126:null) Ping from 1
> 2013-04-07 00:34:29,095 DEBUG [agent.manager.DirectAgentAttache]
> (DirectAgent-182:null) Seq 1-90046472: Executing request
> 2013-04-07 00:34:29,323 DEBUG [agent.manager.DirectAgentAttache]
> (DirectAgent-182:null) Seq 1-90046472: Response Received:
> 2013-04-07 00:34:29,323 DEBUG [agent.transport.Request]
> (DirectAgent-182:null) Seq 1-90046472: Processing:  { Ans: , MgmtId: 1,
> via: 1, Ver: v1, Flags: 10,
> [{"ClusterSyncAnswer":{"_clusterId":1,"_newStates":{},"_isExecuted":false,"result":true,"wait":0}}]
> }
> 2013-04-07 00:34:36,532 DEBUG [cloud.api.ApiServlet]
> (1161145101@qtp-1008805148-33:null) ===START===  127.0.0.1 -- GET
>  command=listVolumes&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&listAll=true&page=1&pagesize=20&_=1365316476530
> 2013-04-07 00:34:36,548 DEBUG [cloud.api.ApiServlet]
> (1161145101@qtp-1008805148-33:null) ===END===  127.0.0.1 -- GET
>  command=listVolumes&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&listAll=true&page=1&pagesize=20&_=1365316476530
> 2013-04-07 00:34:39,285 DEBUG [cloud.api.ApiServlet]
> (1161145101@qtp-1008805148-33:null) ===START===  127.0.0.1 -- GET
>  command=listVolumes&id=44d56727-6e5f-438a-8187-42adfac7c906&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316479283
> 2013-04-07 00:34:39,309 DEBUG [cloud.api.ApiServlet]
> (1161145101@qtp-1008805148-33:null) ===END===  127.0.0.1 -- GET
>  command=listVolumes&id=44d56727-6e5f-438a-8187-42adfac7c906&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316479283
> 2013-04-07 00:34:39,325 DEBUG [cloud.api.ApiServlet]
> (1161145101@qtp-1008805148-33:null) ===START===  127.0.0.1 -- GET
>  command=listTags&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&resourceId=44d56727-6e5f-438a-8187-42adfac7c906&resourceType=Volume&listAll=true&_=1365316479323
> 2013-04-07 00:34:39,334 DEBUG [cloud.api.ApiServlet]
> (1161145101@qtp-1008805148-33:null) ===END===  127.0.0.1 -- GET
>  command=listTags&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&resourceId=44d56727-6e5f-438a-8187-42adfac7c906&resourceType=Volume&listAll=true&_=1365316479323
> 2013-04-07 00:34:47,678 DEBUG [agent.manager.AgentManagerImpl]
> (AgentManager-Handler-1:null) Ping from 3
> 2013-04-07 00:34:50,455 DEBUG
> [storage.secondary.SecondaryStorageManagerImpl] (secstorage-1:null) Zone 1
> is ready to launch secondary storage VM
> 2013-04-07 00:34:50,557 DEBUG [cloud.consoleproxy.ConsoleProxyManagerImpl]
> (consoleproxy-1:null) Zone 1 is ready to launch console proxy
> 2013-04-07 00:34:50,820 DEBUG
> [network.router.VirtualNetworkApplianceManagerImpl]
> (RouterStatusMonitor-1:null) Found 0 routers to update status.
> 2013-04-07 00:34:50,821 DEBUG
> [network.router.VirtualNetworkApplianceManagerImpl]
> (RouterStatusMonitor-1:null) Found 0 networks to update RvR status.
> 2013-04-07 00:34:50,850 DEBUG
> [network.router.VirtualNetworkApplianceManagerImpl]
> (RouterStatusMonitor-1:null) Found 0 routers to update status.
> 2013-04-07 00:34:50,851 DEBUG
> [network.router.VirtualNetworkApplianceManagerImpl]
> (RouterStatusMonitor-1:null) Found 0 networks to update RvR status.
> 2013-04-07 00:34:51,468 INFO  [agent.manager.AgentMonitor]
> (Thread-11:null) Found the following agents behind on ping: [6, 5]
> 2013-04-07 00:34:51,470 DEBUG [cloud.host.Status] (Thread-11:null) Ping
> timeout for host 6, do invstigation
> 2013-04-07 00:34:51,471 DEBUG [cloud.host.Status] (Thread-11:null) Ping
> timeout for host 5, do invstigation
> 2013-04-07 00:34:51,472 INFO  [agent.manager.AgentManagerImpl]
> (AgentTaskPool-5:null) Investigating why host 6 has disconnected with event
> PingTimeout
> 2013-04-07 00:34:51,472 DEBUG [agent.manager.AgentManagerImpl]
> (AgentTaskPool-5:null) checking if agent (6) is alive
> 2013-04-07 00:34:51,473 INFO  [agent.manager.AgentManagerImpl]
> (AgentTaskPool-6:null) Investigating why host 5 has disconnected with event
> PingTimeout
> 2013-04-07 00:34:51,473 DEBUG [agent.manager.AgentManagerImpl]
> (AgentTaskPool-6:null) checking if agent (5) is alive
> 2013-04-07 00:34:51,475 DEBUG [agent.transport.Request]
> (AgentTaskPool-5:null) Seq 6-324993312: Sending  { Cmd , MgmtId: 1, via: 6,
> Ver: v1, Flags: 100011, [{"CheckHealthCommand":{"wait":50}}] }
> 2013-04-07 00:34:51,475 DEBUG [agent.transport.Request]
> (AgentTaskPool-5:null) Seq 6-324993312: Executing:  { Cmd , MgmtId: 1, via:
> 6, Ver: v1, Flags: 100011, [{"CheckHealthCommand":{"wait":50}}] }
> 2013-04-07 00:34:51,475 DEBUG [agent.manager.DirectAgentAttache]
> (DirectAgent-42:null) Seq 6-324993312: Executing request
> 2013-04-07 00:34:51,476 DEBUG [agent.transport.Request]
> (AgentTaskPool-6:null) Seq 5-614334816: Sending  { Cmd , MgmtId: 1, via: 5,
> Ver: v1, Flags: 100011, [{"CheckHealthCommand":{"wait":50}}] }
> 2013-04-07 00:34:51,476 DEBUG [agent.transport.Request]
> (AgentTaskPool-6:null) Seq 5-614334816: Executing:  { Cmd , MgmtId: 1, via:
> 5, Ver: v1, Flags: 100011, [{"CheckHealthCommand":{"wait":50}}] }
> 2013-04-07 00:34:51,477 DEBUG [agent.manager.DirectAgentAttache]
> (DirectAgent-164:null) Seq 5-614334816: Executing request
> 2013-04-07 00:34:51,534 DEBUG [agent.manager.DirectAgentAttache]
> (DirectAgent-164:null) Seq 5-614334816: Response Received:
> 2013-04-07 00:34:51,535 DEBUG [agent.transport.Request]
> (DirectAgent-164:null) Seq 5-614334816: Processing:  { Ans: , MgmtId: 1,
> via: 5, Ver: v1, Flags: 10,
> [{"CheckHealthAnswer":{"result":true,"details":"resource is
> alive","wait":0}}] }
> 2013-04-07 00:34:51,535 DEBUG [agent.transport.Request]
> (AgentTaskPool-6:null) Seq 5-614334816: Received:  { Ans: , MgmtId: 1, via:
> 5, Ver: v1, Flags: 10, { CheckHealthAnswer } }
> 2013-04-07 00:34:51,535 DEBUG [agent.manager.AgentManagerImpl]
> (AgentTaskPool-6:null) Details from executing class
> com.cloud.agent.api.CheckHealthCommand: resource is alive
> 2013-04-07 00:34:51,535 DEBUG [agent.manager.AgentManagerImpl]
> (AgentTaskPool-6:null) agent (5) responded to checkHeathCommand, reporting
> that agent is Up
> 2013-04-07 00:34:51,535 INFO  [agent.manager.AgentManagerImpl]
> (AgentTaskPool-6:null) The state determined is Up
> 2013-04-07 00:34:51,535 INFO  [agent.manager.AgentManagerImpl]
> (AgentTaskPool-6:null) Agent is determined to be up and running
> 2013-04-07 00:34:51,535 DEBUG [cloud.host.Status] (AgentTaskPool-6:null)
> Transition:[Resource state = Enabled, Agent event = Ping, Host id = 5, name
> = Tut-XenServer2]
> 2013-04-07 00:34:51,538 DEBUG [cloud.host.Status] (AgentTaskPool-6:null)
> Agent status update: [id = 5; name = Tut-XenServer2; old status = Up; event
> = Ping; new status = Up; old update count = 148; new update count = 149]
> 2013-04-07 00:34:51,539 DEBUG [agent.manager.DirectAgentAttache]
> (DirectAgent-42:null) Seq 6-324993312: Response Received:
> 2013-04-07 00:34:51,539 DEBUG [agent.transport.Request]
> (DirectAgent-42:null) Seq 6-324993312: Processing:  { Ans: , MgmtId: 1,
> via: 6, Ver: v1, Flags: 10,
> [{"CheckHealthAnswer":{"result":true,"details":"resource is
> alive","wait":0}}] }
> 2013-04-07 00:34:51,539 DEBUG [agent.transport.Request]
> (AgentTaskPool-5:null) Seq 6-324993312: Received:  { Ans: , MgmtId: 1, via:
> 6, Ver: v1, Flags: 10, { CheckHealthAnswer } }
> 2013-04-07 00:34:51,539 DEBUG [agent.manager.AgentManagerImpl]
> (AgentTaskPool-5:null) Details from executing class
> com.cloud.agent.api.CheckHealthCommand: resource is alive
> 2013-04-07 00:34:51,539 DEBUG [agent.manager.AgentManagerImpl]
> (AgentTaskPool-5:null) agent (6) responded to checkHeathCommand, reporting
> that agent is Up
> 2013-04-07 00:34:51,539 INFO  [agent.manager.AgentManagerImpl]
> (AgentTaskPool-5:null) The state determined is Up
> 2013-04-07 00:34:51,539 INFO  [agent.manager.AgentManagerImpl]
> (AgentTaskPool-5:null) Agent is determined to be up and running
> 2013-04-07 00:34:51,539 DEBUG [cloud.host.Status] (AgentTaskPool-5:null)
> Transition:[Resource state = Enabled, Agent event = Ping, Host id = 6, name
> = Tut-XenServer]
> 2013-04-07 00:34:51,542 DEBUG [cloud.host.Status] (AgentTaskPool-5:null)
> Agent status update: [id = 6; name = Tut-XenServer; old status = Up; event
> = Ping; new status = Up; old update count = 311; new update count = 312]
> 2013-04-07 00:34:54,349 INFO  [cloud.vm.UserVmManagerImpl]
> (UserVm-Scavenger-1:null) Found 1 vms to expunge.
> 2013-04-07 00:34:54,349 DEBUG [cloud.vm.VirtualMachineManagerImpl]
> (UserVm-Scavenger-1:null) Stopped called on
> VM[User|a30b991d-1c38-4bae-803f-ab3be57a384f] but the state is Error
> 2013-04-07 00:34:54,352 DEBUG [cloud.capacity.CapacityManagerImpl]
> (UserVm-Scavenger-1:null) VM state transitted from :Error to Expunging with
> event: ExpungeOperationvm's original host id: null new host id: null host
> id before state transition: null
> 2013-04-07 00:34:54,352 DEBUG [cloud.vm.VirtualMachineManagerImpl]
> (UserVm-Scavenger-1:null) Destroying vm
> VM[User|a30b991d-1c38-4bae-803f-ab3be57a384f]
> 2013-04-07 00:34:54,352 DEBUG [cloud.vm.VirtualMachineManagerImpl]
> (UserVm-Scavenger-1:null) Cleaning up NICS
> 2013-04-07 00:34:54,352 DEBUG [cloud.network.NetworkManagerImpl]
> (UserVm-Scavenger-1:null) Cleaning network for vm: 14
> 2013-04-07 00:34:54,360 DEBUG [network.guru.DirectNetworkGuru]
> (UserVm-Scavenger-1:null) Deallocate network: networkId: 204, ip: null
> 2013-04-07 00:34:54,362 DEBUG [cloud.network.NetworkManagerImpl]
> (UserVm-Scavenger-1:null) Removed nic id=20
> 2013-04-07 00:34:54,362 DEBUG [cloud.storage.StorageManagerImpl]
> (UserVm-Scavenger-1:null) Cleaning storage for vm: 14
> 2013-04-07 00:34:54,363 DEBUG [cloud.storage.StorageManagerImpl]
> (UserVm-Scavenger-1:null) Expunging Vol[14|vm=14|ROOT]
> 2013-04-07 00:34:54,365 DEBUG [cloud.storage.StorageManagerImpl]
> (UserVm-Scavenger-1:null) Marking volume that was never created as
> destroyed: Vol[14|vm=14|ROOT]
> 2013-04-07 00:34:54,368 DEBUG [cloud.vm.VirtualMachineManagerImpl]
> (UserVm-Scavenger-1:null) Expunged
> VM[User|a30b991d-1c38-4bae-803f-ab3be57a384f]
> 2013-04-07 00:34:54,368 DEBUG [cloud.vm.UserVmManagerImpl]
> (UserVm-Scavenger-1:null) Starting cleaning up vm
> VM[User|a30b991d-1c38-4bae-803f-ab3be57a384f] resources...
> 2013-04-07 00:34:54,371 INFO  [network.security.SecurityGroupManagerImpl]
> (UserVm-Scavenger-1:null) Disassociated 1 network groups  from uservm 14
> 2013-04-07 00:34:54,372 DEBUG [network.security.SecurityGroupManagerImpl]
> (UserVm-Scavenger-1:null) Security group mappings are removed successfully
> for vm id=14
> 2013-04-07 00:34:54,376 DEBUG [network.firewall.FirewallManagerImpl]
> (UserVm-Scavenger-1:null) No firewall rules are found for vm id=14
> 2013-04-07 00:34:54,376 DEBUG [cloud.vm.UserVmManagerImpl]
> (UserVm-Scavenger-1:null) Firewall rules are removed successfully as a part
> of vm id=14 expunge
> 2013-04-07 00:34:54,378 DEBUG [network.rules.RulesManagerImpl]
> (UserVm-Scavenger-1:null) No port forwarding rules are found for vm id=14
> 2013-04-07 00:34:54,378 DEBUG [cloud.vm.UserVmManagerImpl]
> (UserVm-Scavenger-1:null) Port forwarding rules are removed successfully as
> a part of vm id=14 expunge
> 2013-04-07 00:34:54,379 DEBUG [cloud.vm.UserVmManagerImpl]
> (UserVm-Scavenger-1:null) Removed vm id=14 from all load balancers as a
> part of expunge process
> 2013-04-07 00:34:54,379 DEBUG [cloud.vm.UserVmManagerImpl]
> (UserVm-Scavenger-1:null) Successfully cleaned up vm
> VM[User|a30b991d-1c38-4bae-803f-ab3be57a384f] resources as a part of
> expunge process
> 2013-04-07 00:34:54,873 DEBUG [cloud.api.ApiServlet]
> (1161145101@qtp-1008805148-33:null) ===START===  127.0.0.1 -- GET
>  command=listVirtualMachines&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&listAll=true&page=1&pagesize=20&_=1365316494871
> 2013-04-07 00:34:54,891 DEBUG [cloud.api.ApiServlet]
> (1161145101@qtp-1008805148-33:null) ===END===  127.0.0.1 -- GET
>  command=listVirtualMachines&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&listAll=true&page=1&pagesize=20&_=1365316494871
> 2013-04-07 00:34:57,672 DEBUG [cloud.api.ApiServlet]
> (1161145101@qtp-1008805148-33:null) ===START===  127.0.0.1 -- GET
>  command=listZones&id=3a62dec3-cf95-4ba2-9af0-af2190af35e3&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316497670
> 2013-04-07 00:34:57,679 DEBUG [cloud.api.ApiServlet]
> (1161145101@qtp-1008805148-33:null) ===END===  127.0.0.1 -- GET
>  command=listZones&id=3a62dec3-cf95-4ba2-9af0-af2190af35e3&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316497670
> 2013-04-07 00:34:57,683 DEBUG [cloud.api.ApiServlet]
> (1161145101@qtp-1008805148-33:null) ===START===  127.0.0.1 -- GET
>  command=listNetworks&id=9d28211f-440e-4233-86d1-214b404074eb&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316497681
> 2013-04-07 00:34:57,708 DEBUG [cloud.api.ApiServlet]
> (1161145101@qtp-1008805148-33:null) ===END===  127.0.0.1 -- GET
>  command=listNetworks&id=9d28211f-440e-4233-86d1-214b404074eb&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316497681
> 2013-04-07 00:34:57,714 DEBUG [cloud.api.ApiServlet]
> (1161145101@qtp-1008805148-33:null) ===START===  127.0.0.1 -- GET
>  command=listVirtualMachines&id=94ddc16f-04fc-4da1-8326-01d8d5cdeb44&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316497712
> 2013-04-07 00:34:57,731 DEBUG [cloud.api.ApiServlet]
> (1161145101@qtp-1008805148-33:null) ===END===  127.0.0.1 -- GET
>  command=listVirtualMachines&id=94ddc16f-04fc-4da1-8326-01d8d5cdeb44&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316497712
> 2013-04-07 00:34:57,738 DEBUG [cloud.api.ApiServlet]
> (1161145101@qtp-1008805148-33:null) ===START===  127.0.0.1 -- GET
>  command=listOsTypes&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316497736
> 2013-04-07 00:34:57,754 DEBUG [cloud.api.ApiServlet]
> (1109449945@qtp-1008805148-34:null) ===START===  127.0.0.1 -- GET
>  command=listTags&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&resourceId=94ddc16f-04fc-4da1-8326-01d8d5cdeb44&resourceType=UserVm&listAll=true&_=1365316497750
> 2013-04-07 00:34:57,763 DEBUG [cloud.api.ApiServlet]
> (1109449945@qtp-1008805148-34:null) ===END===  127.0.0.1 -- GET
>  command=listTags&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&resourceId=94ddc16f-04fc-4da1-8326-01d8d5cdeb44&resourceType=UserVm&listAll=true&_=1365316497750
> 2013-04-07 00:34:57,889 DEBUG [cloud.api.ApiServlet]
> (1161145101@qtp-1008805148-33:null) ===END===  127.0.0.1 -- GET
>  command=listOsTypes&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316497736
> 2013-04-07 00:35:01,051 DEBUG [cloud.api.ApiServlet]
> (1109449945@qtp-1008805148-34:null) ===START===  127.0.0.1 -- GET
>  command=listServiceOfferings&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&listAll=true&page=1&pagesize=20&issystem=false&_=1365316501047
> 2013-04-07 00:35:01,064 DEBUG [cloud.api.ApiServlet]
> (1109449945@qtp-1008805148-34:null) ===END===  127.0.0.1 -- GET
>  command=listServiceOfferings&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&listAll=true&page=1&pagesize=20&issystem=false&_=1365316501047
> 2013-04-07 00:35:03,427 DEBUG [cloud.api.ApiServlet]
> (1109449945@qtp-1008805148-34:null) ===START===  127.0.0.1 -- GET
>  command=listServiceOfferings&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&issystem=false&id=425cf3cf-4bc4-4e53-82a0-ba6c20dd3688&_=1365316503425
> 2013-04-07 00:35:03,439 DEBUG [cloud.api.ApiServlet]
> (1109449945@qtp-1008805148-34:null) ===END===  127.0.0.1 -- GET
>  command=listServiceOfferings&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&issystem=false&id=425cf3cf-4bc4-4e53-82a0-ba6c20dd3688&_=1365316503425
> 2013-04-07 00:35:04,848 DEBUG [agent.manager.DirectAgentAttache]
> (DirectAgent-349:null) Ping from 6
> 2013-04-07 00:35:06,206 DEBUG [agent.manager.DirectAgentAttache]
> (DirectAgent-292:null) Ping from 5
> 2013-04-07 00:35:06,909 DEBUG [agent.manager.DirectAgentAttache]
> (DirectAgent-334:null) Seq 6-324993028: Executing request
> 2013-04-07 00:35:07,112 DEBUG [agent.manager.DirectAgentAttache]
> (DirectAgent-334:null) Seq 6-324993028: Response Received:
> 2013-04-07 00:35:07,112 DEBUG [agent.transport.Request]
> (DirectAgent-334:null) Seq 6-324993028: Processing:  { Ans: , MgmtId: 1,
> via: 6, Ver: v1, Flags: 10,
> [{"ClusterSyncAnswer":{"_clusterId":2,"_newStates":{},"_isExecuted":false,"result":true,"wait":0}}]
> }
> 2013-04-07 00:35:08,821 DEBUG [cloud.api.ApiServlet]
> (1109449945@qtp-1008805148-34:null) ===START===  127.0.0.1 -- GET
>  command=listConfigurations&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&page=1&pagesize=20&_=1365316508819
> 2013-04-07 00:35:08,845 DEBUG [cloud.api.ApiServlet]
> (1109449945@qtp-1008805148-34:null) ===END===  127.0.0.1 -- GET
>  command=listConfigurations&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&page=1&pagesize=20&_=1365316508819
> 2013-04-07 00:35:10,407 DEBUG [cloud.api.ApiServlet]
> (1109449945@qtp-1008805148-34:null) ===START===  127.0.0.1 -- GET
>  command=listZones&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316510405
> 2013-04-07 00:35:10,416 DEBUG [cloud.api.ApiServlet]
> (1109449945@qtp-1008805148-34:null) ===END===  127.0.0.1 -- GET
>  command=listZones&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316510405
> 2013-04-07 00:35:10,429 DEBUG [cloud.api.ApiServlet]
> (1109449945@qtp-1008805148-34:null) ===START===  127.0.0.1 -- GET
>  command=listPods&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&page=1&pagesize=1&_=1365316510426
> 2013-04-07 00:35:10,436 DEBUG [cloud.api.ApiServlet]
> (1109449945@qtp-1008805148-34:null) ===END===  127.0.0.1 -- GET
>  command=listPods&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&page=1&pagesize=1&_=1365316510426
> 2013-04-07 00:35:10,440 DEBUG [cloud.api.ApiServlet]
> (1109449945@qtp-1008805148-34:null) ===START===  127.0.0.1 -- GET
>  command=listClusters&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&page=1&pagesize=1&_=1365316510438
> 2013-04-07 00:35:10,448 DEBUG [cloud.api.ApiServlet]
> (1109449945@qtp-1008805148-34:null) ===END===  127.0.0.1 -- GET
>  command=listClusters&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&page=1&pagesize=1&_=1365316510438
> 2013-04-07 00:35:10,451 DEBUG [cloud.api.ApiServlet]
> (1109449945@qtp-1008805148-34:null) ===START===  127.0.0.1 -- GET
>  command=listHosts&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&type=routing&page=1&pagesize=1&_=1365316510449
> 2013-04-07 00:35:10,456 DEBUG [api.query.QueryManagerImpl]
> (1109449945@qtp-1008805148-34:null) >>>Searching for hosts>>>
> 2013-04-07 00:35:10,461 DEBUG [api.query.QueryManagerImpl]
> (1109449945@qtp-1008805148-34:null) >>>Generating Response>>>
> 2013-04-07 00:35:10,466 DEBUG [cloud.api.ApiServlet]
> (1109449945@qtp-1008805148-34:null) ===END===  127.0.0.1 -- GET
>  command=listHosts&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&type=routing&page=1&pagesize=1&_=1365316510449
> 2013-04-07 00:35:10,470 DEBUG [cloud.api.ApiServlet]
> (1109449945@qtp-1008805148-34:null) ===START===  127.0.0.1 -- GET
>  command=listStoragePools&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&page=1&pagesize=1&_=1365316510468
> 2013-04-07 00:35:10,479 DEBUG [cloud.api.ApiServlet]
> (1109449945@qtp-1008805148-34:null) ===END===  127.0.0.1 -- GET
>  command=listStoragePools&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&page=1&pagesize=1&_=1365316510468
> 2013-04-07 00:35:10,483 DEBUG [cloud.api.ApiServlet]
> (1109449945@qtp-1008805148-34:null) ===START===  127.0.0.1 -- GET
>  command=listHosts&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&type=SecondaryStorage&page=1&pagesize=1&_=1365316510481
> 2013-04-07 00:35:10,488 DEBUG [api.query.QueryManagerImpl]
> (1109449945@qtp-1008805148-34:null) >>>Searching for hosts>>>
> 2013-04-07 00:35:10,493 DEBUG [api.query.QueryManagerImpl]
> (1109449945@qtp-1008805148-34:null) >>>Generating Response>>>
> 2013-04-07 00:35:10,494 DEBUG [cloud.api.ApiServlet]
> (1109449945@qtp-1008805148-34:null) ===END===  127.0.0.1 -- GET
>  command=listHosts&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&type=SecondaryStorage&page=1&pagesize=1&_=1365316510481
> 2013-04-07 00:35:10,500 DEBUG [cloud.api.ApiServlet]
> (1109449945@qtp-1008805148-34:null) ===START===  127.0.0.1 -- GET
>  command=listSystemVms&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&page=1&pagesize=1&_=1365316510496
> 2013-04-07 00:35:10,564 DEBUG [cloud.api.ApiServlet]
> (1109449945@qtp-1008805148-34:null) ===END===  127.0.0.1 -- GET
>  command=listSystemVms&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&page=1&pagesize=1&_=1365316510496
> 2013-04-07 00:35:10,568 DEBUG [cloud.api.ApiServlet]
> (1109449945@qtp-1008805148-34:null) ===START===  127.0.0.1 -- GET
>  command=listRouters&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&projectid=-1&page=1&pagesize=1&_=1365316510566
> 2013-04-07 00:35:10,576 DEBUG [cloud.api.ApiServlet]
> (1109449945@qtp-1008805148-34:null) ===END===  127.0.0.1 -- GET
>  command=listRouters&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&projectid=-1&page=1&pagesize=1&_=1365316510566
> 2013-04-07 00:35:10,579 DEBUG [cloud.api.ApiServlet]
> (1109449945@qtp-1008805148-34:null) ===START===  127.0.0.1 -- GET
>  command=listRouters&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&listAll=true&page=1&pagesize=1&_=1365316510577
> 2013-04-07 00:35:10,591 DEBUG [cloud.api.ApiServlet]
> (1109449945@qtp-1008805148-34:null) ===END===  127.0.0.1 -- GET
>  command=listRouters&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&listAll=true&page=1&pagesize=1&_=1365316510577
> 2013-04-07 00:35:10,595 DEBUG [cloud.api.ApiServlet]
> (1109449945@qtp-1008805148-34:null) ===START===  127.0.0.1 -- GET
>  command=listCapacity&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316510593
> 2013-04-07 00:35:10,609 DEBUG [cloud.api.ApiServlet]
> (1109449945@qtp-1008805148-34:null) ===END===  127.0.0.1 -- GET
>  command=listCapacity&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316510593
> 2013-04-07 00:35:11,022 DEBUG [agent.manager.DirectAgentAttache]
> (DirectAgent-298:null) Seq 5-614334468: Executing request
> 2013-04-07 00:35:11,171 DEBUG [agent.manager.DirectAgentAttache]
> (DirectAgent-298:null) Seq 5-614334468: Response Received:
> 2013-04-07 00:35:11,172 DEBUG [agent.transport.Request]
> (DirectAgent-298:null) Seq 5-614334468: Processing:  { Ans: , MgmtId: 1,
> via: 5, Ver: v1, Flags: 10, [{"Answer":{"result":true,"wait":0}}] }
> 2013-04-07 00:35:12,493 DEBUG [cloud.api.ApiServlet]
> (1109449945@qtp-1008805148-34:null) ===START===  127.0.0.1 -- GET
>  command=listStoragePools&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&page=1&pageSize=20&listAll=true&_=1365316512490
> 2013-04-07 00:35:12,508 DEBUG [cloud.api.ApiServlet]
> (1109449945@qtp-1008805148-34:null) ===END===  127.0.0.1 -- GET
>  command=listStoragePools&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&page=1&pageSize=20&listAll=true&_=1365316512490
> 2013-04-07 00:35:18,008 DEBUG [cloud.api.ApiServlet]
> (1109449945@qtp-1008805148-34:null) ===START===  127.0.0.1 -- GET
>  command=listZones&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&id=3a62dec3-cf95-4ba2-9af0-af2190af35e3&_=1365316518006
> 2013-04-07 00:35:18,016 DEBUG [cloud.api.ApiServlet]
> (1109449945@qtp-1008805148-34:null) ===END===  127.0.0.1 -- GET
>  command=listZones&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&id=3a62dec3-cf95-4ba2-9af0-af2190af35e3&_=1365316518006
> 2013-04-07 00:35:18,022 DEBUG [cloud.api.ApiServlet]
> (1109449945@qtp-1008805148-34:null) ===START===  127.0.0.1 -- GET
>  command=listStoragePools&id=iSCSI_SR_4&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316518019
> 2013-04-07 00:35:18,036 DEBUG [cloud.api.ApiServlet]
> (1109449945@qtp-1008805148-34:null) ===END===  127.0.0.1 -- GET
>  command=listStoragePools&id=iSCSI_SR_4&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316518019
> 2013-04-07 00:35:20,457 DEBUG
> [storage.secondary.SecondaryStorageManagerImpl] (secstorage-1:null) Zone 1
> is ready to launch secondary storage VM
> 2013-04-07 00:35:20,560 DEBUG [cloud.consoleproxy.ConsoleProxyManagerImpl]
> (consoleproxy-1:null) Zone 1 is ready to launch console proxy
> 2013-04-07 00:35:20,820 DEBUG
> [network.router.VirtualNetworkApplianceManagerImpl]
> (RouterStatusMonitor-1:null) Found 0 routers to update status.
> 2013-04-07 00:35:20,821 DEBUG
> [network.router.VirtualNetworkApplianceManagerImpl]
> (RouterStatusMonitor-1:null) Found 0 networks to update RvR status.
> 2013-04-07 00:35:20,850 DEBUG
> [network.router.VirtualNetworkApplianceManagerImpl]
> (RouterStatusMonitor-1:null) Found 0 routers to update status.
> 2013-04-07 00:35:20,851 DEBUG
> [network.router.VirtualNetworkApplianceManagerImpl]
> (RouterStatusMonitor-1:null) Found 0 networks to update RvR status.
> 2013-04-07 00:35:23,644 DEBUG [cloud.api.ApiServlet]
> (1109449945@qtp-1008805148-34:null) ===START===  127.0.0.1 -- GET
>  command=listZones&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&id=3a62dec3-cf95-4ba2-9af0-af2190af35e3&_=1365316523642
> 2013-04-07 00:35:23,652 DEBUG [cloud.api.ApiServlet]
> (1109449945@qtp-1008805148-34:null) ===END===  127.0.0.1 -- GET
>  command=listZones&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&id=3a62dec3-cf95-4ba2-9af0-af2190af35e3&_=1365316523642
> 2013-04-07 00:35:23,657 DEBUG [cloud.api.ApiServlet]
> (1109449945@qtp-1008805148-34:null) ===START===  127.0.0.1 -- GET
>  command=listStoragePools&id=iSCSI_SR_3&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316523655
> 2013-04-07 00:35:23,670 DEBUG [cloud.api.ApiServlet]
> (1109449945@qtp-1008805148-34:null) ===END===  127.0.0.1 -- GET
>  command=listStoragePools&id=iSCSI_SR_3&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316523655
> 2013-04-07 00:35:24,890 DEBUG [agent.manager.AgentManagerImpl]
> (AgentManager-Handler-2:null) Ping from 4
> 2013-04-07 00:35:25,447 DEBUG [cloud.api.ApiServlet]
> (1109449945@qtp-1008805148-34:null) ===START===  127.0.0.1 -- GET
>  command=listZones&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316525443
> 2013-04-07 00:35:25,456 DEBUG [cloud.api.ApiServlet]
> (1109449945@qtp-1008805148-34:null) ===END===  127.0.0.1 -- GET
>  command=listZones&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316525443
> 2013-04-07 00:35:25,467 DEBUG [cloud.api.ApiServlet]
> (1109449945@qtp-1008805148-34:null) ===START===  127.0.0.1 -- GET
>  command=listPods&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&page=1&pagesize=1&_=1365316525465
> 2013-04-07 00:35:25,474 DEBUG [cloud.api.ApiServlet]
> (1109449945@qtp-1008805148-34:null) ===END===  127.0.0.1 -- GET
>  command=listPods&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&page=1&pagesize=1&_=1365316525465
> 2013-04-07 00:35:25,477 DEBUG [cloud.api.ApiServlet]
> (1109449945@qtp-1008805148-34:null) ===START===  127.0.0.1 -- GET
>  command=listClusters&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&page=1&pagesize=1&_=1365316525475
> 2013-04-07 00:35:25,485 DEBUG [cloud.api.ApiServlet]
> (1109449945@qtp-1008805148-34:null) ===END===  127.0.0.1 -- GET
>  command=listClusters&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&page=1&pagesize=1&_=1365316525475
> 2013-04-07 00:35:25,488 DEBUG [cloud.api.ApiServlet]
> (1109449945@qtp-1008805148-34:null) ===START===  127.0.0.1 -- GET
>  command=listHosts&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&type=routing&page=1&pagesize=1&_=1365316525486
> 2013-04-07 00:35:25,493 DEBUG [api.query.QueryManagerImpl]
> (1109449945@qtp-1008805148-34:null) >>>Searching for hosts>>>
> 2013-04-07 00:35:25,498 DEBUG [api.query.QueryManagerImpl]
> (1109449945@qtp-1008805148-34:null) >>>Generating Response>>>
> 2013-04-07 00:35:25,504 DEBUG [cloud.api.ApiServlet]
> (1109449945@qtp-1008805148-34:null) ===END===  127.0.0.1 -- GET
>  command=listHosts&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&type=routing&page=1&pagesize=1&_=1365316525486
> 2013-04-07 00:35:25,507 DEBUG [cloud.api.ApiServlet]
> (1109449945@qtp-1008805148-34:null) ===START===  127.0.0.1 -- GET
>  command=listStoragePools&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&page=1&pagesize=1&_=1365316525505
> 2013-04-07 00:35:25,517 DEBUG [cloud.api.ApiServlet]
> (1109449945@qtp-1008805148-34:null) ===END===  127.0.0.1 -- GET
>  command=listStoragePools&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&page=1&pagesize=1&_=1365316525505
> 2013-04-07 00:35:25,522 DEBUG [cloud.api.ApiServlet]
> (1109449945@qtp-1008805148-34:null) ===START===  127.0.0.1 -- GET
>  command=listHosts&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&type=SecondaryStorage&page=1&pagesize=1&_=1365316525519
> 2013-04-07 00:35:25,526 DEBUG [api.query.QueryManagerImpl]
> (1109449945@qtp-1008805148-34:null) >>>Searching for hosts>>>
> 2013-04-07 00:35:25,531 DEBUG [api.query.QueryManagerImpl]
> (1109449945@qtp-1008805148-34:null) >>>Generating Response>>>
> 2013-04-07 00:35:25,533 DEBUG [cloud.api.ApiServlet]
> (1109449945@qtp-1008805148-34:null) ===END===  127.0.0.1 -- GET
>  command=listHosts&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&type=SecondaryStorage&page=1&pagesize=1&_=1365316525519
> 2013-04-07 00:35:25,536 DEBUG [cloud.api.ApiServlet]
> (1109449945@qtp-1008805148-34:null) ===START===  127.0.0.1 -- GET
>  command=listSystemVms&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&page=1&pagesize=1&_=1365316525534
> 2013-04-07 00:35:25,591 DEBUG [cloud.api.ApiServlet]
> (1109449945@qtp-1008805148-34:null) ===END===  127.0.0.1 -- GET
>  command=listSystemVms&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&page=1&pagesize=1&_=1365316525534
> 2013-04-07 00:35:25,595 DEBUG [cloud.api.ApiServlet]
> (1109449945@qtp-1008805148-34:null) ===START===  127.0.0.1 -- GET
>  command=listRouters&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&projectid=-1&page=1&pagesize=1&_=1365316525593
> 2013-04-07 00:35:25,603 DEBUG [cloud.api.ApiServlet]
> (1109449945@qtp-1008805148-34:null) ===END===  127.0.0.1 -- GET
>  command=listRouters&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&projectid=-1&page=1&pagesize=1&_=1365316525593
> 2013-04-07 00:35:25,606 DEBUG [cloud.api.ApiServlet]
> (1109449945@qtp-1008805148-34:null) ===START===  127.0.0.1 -- GET
>  command=listRouters&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&listAll=true&page=1&pagesize=1&_=1365316525604
> 2013-04-07 00:35:25,617 DEBUG [cloud.api.ApiServlet]
> (1109449945@qtp-1008805148-34:null) ===END===  127.0.0.1 -- GET
>  command=listRouters&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&listAll=true&page=1&pagesize=1&_=1365316525604
> 2013-04-07 00:35:25,621 DEBUG [cloud.api.ApiServlet]
> (1109449945@qtp-1008805148-34:null) ===START===  127.0.0.1 -- GET
>  command=listCapacity&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316525619
> 2013-04-07 00:35:25,634 DEBUG [cloud.api.ApiServlet]
> (1109449945@qtp-1008805148-34:null) ===END===  127.0.0.1 -- GET
>  command=listCapacity&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316525619
> 2013-04-07 00:35:27,158 DEBUG [agent.manager.DirectAgentAttache]
> (DirectAgent-276:null) Ping from 1
> 2013-04-07 00:35:29,095 DEBUG [agent.manager.DirectAgentAttache]
> (DirectAgent-139:null) Seq 1-90046472: Executing request
> 2013-04-07 00:35:29,302 DEBUG [agent.manager.DirectAgentAttache]
> (DirectAgent-139:null) Seq 1-90046472: Response Received:
> 2013-04-07 00:35:29,303 DEBUG [agent.transport.Request]
> (DirectAgent-139:null) Seq 1-90046472: Processing:  { Ans: , MgmtId: 1,
> via: 1, Ver: v1, Flags: 10,
> [{"ClusterSyncAnswer":{"_clusterId":1,"_newStates":{},"_isExecuted":false,"result":true,"wait":0}}]
> }
> 2013-04-07 00:35:31,624 DEBUG [cloud.api.ApiServlet]
> (1109449945@qtp-1008805148-34:null) ===START===  127.0.0.1 -- GET
>  command=listVirtualMachines&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&listAll=true&page=1&pagesize=20&_=1365316531622
> 2013-04-07 00:35:31,644 DEBUG [cloud.api.ApiServlet]
> (1109449945@qtp-1008805148-34:null) ===END===  127.0.0.1 -- GET
>  command=listVirtualMachines&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&listAll=true&page=1&pagesize=20&_=1365316531622
> 2013-04-07 00:35:32,710 DEBUG [cloud.api.ApiServlet]
> (1109449945@qtp-1008805148-34:null) ===START===  127.0.0.1 -- GET
>  command=listVolumes&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&listAll=true&page=1&pagesize=20&_=1365316532708
> 2013-04-07 00:35:32,724 DEBUG [cloud.api.ApiServlet]
> (1109449945@qtp-1008805148-34:null) ===END===  127.0.0.1 -- GET
>  command=listVolumes&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&listAll=true&page=1&pagesize=20&_=1365316532708
> 2013-04-07 00:35:33,917 DEBUG [cloud.api.ApiServlet]
> (1109449945@qtp-1008805148-34:null) ===START===  127.0.0.1 -- GET
>  command=listVirtualMachines&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&listAll=true&page=1&pagesize=20&_=1365316533915
> 2013-04-07 00:35:33,935 DEBUG [cloud.api.ApiServlet]
> (1109449945@qtp-1008805148-34:null) ===END===  127.0.0.1 -- GET
>  command=listVirtualMachines&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&listAll=true&page=1&pagesize=20&_=1365316533915
> 2013-04-07 00:35:35,668 DEBUG [cloud.api.ApiServlet]
> (1109449945@qtp-1008805148-34:null) ===START===  127.0.0.1 -- GET
>  command=listVirtualMachines&id=c18ddf7c-fc61-40b0-af75-fdef05f8eae6&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316535666
> 2013-04-07 00:35:35,689 DEBUG [cloud.api.ApiServlet]
> (1109449945@qtp-1008805148-34:null) ===END===  127.0.0.1 -- GET
>  command=listVirtualMachines&id=c18ddf7c-fc61-40b0-af75-fdef05f8eae6&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316535666
> 2013-04-07 00:35:35,695 DEBUG [cloud.api.ApiServlet]
> (1109449945@qtp-1008805148-34:null) ===START===  127.0.0.1 -- GET
>  command=listOsTypes&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316535693
> 2013-04-07 00:35:35,873 DEBUG [cloud.api.ApiServlet]
> (1109449945@qtp-1008805148-34:null) ===END===  127.0.0.1 -- GET
>  command=listOsTypes&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316535693
> 2013-04-07 00:35:39,081 DEBUG [cloud.api.ApiServlet]
> (1109449945@qtp-1008805148-34:null) ===START===  127.0.0.1 -- GET
>  command=destroyVirtualMachine&id=c18ddf7c-fc61-40b0-af75-fdef05f8eae6&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316539079
> 2013-04-07 00:35:39,103 DEBUG [cloud.async.AsyncJobManagerImpl]
> (1109449945@qtp-1008805148-34:null) submit async job-45, details:
> AsyncJobVO {id:45, userId: 2, accountId: 2, sessionKey: null, instanceType:
> null, instanceId: 12, cmd:
> org.apache.cloudstack.api.command.user.vm.DestroyVMCmd, cmdOriginator:
> null, cmdInfo:
> {"id":"c18ddf7c-fc61-40b0-af75-fdef05f8eae6","response":"json","sessionkey":"Z6QqzU0Fq1iT13bMgnRRfl8GoVA\u003d","ctxUserId":"2","_":"1365316539079","ctxAccountId":"2","ctxStartEventId":"50"},
> cmdVersion: 0, callbackType: 0, callbackAddress: null, status: 0,
> processStatus: 0, resultCode: 0, result: null, initMsid: 1, completeMsid:
> null, lastUpdated: null, lastPolled: null, created: null}
> 2013-04-07 00:35:39,104 DEBUG [cloud.async.AsyncJobManagerImpl]
> (Job-Executor-38:job-45) Executing
> org.apache.cloudstack.api.command.user.vm.DestroyVMCmd for job-45
> 2013-04-07 00:35:39,105 DEBUG [cloud.api.ApiServlet]
> (1109449945@qtp-1008805148-34:null) ===END===  127.0.0.1 -- GET
>  command=destroyVirtualMachine&id=c18ddf7c-fc61-40b0-af75-fdef05f8eae6&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316539079
> 2013-04-07 00:35:39,119 DEBUG [cloud.vm.VirtualMachineManagerImpl]
> (Job-Executor-38:job-45) Destroying vm
> VM[User|c18ddf7c-fc61-40b0-af75-fdef05f8eae6]
> 2013-04-07 00:35:39,123 DEBUG [cloud.capacity.CapacityManagerImpl]
> (Job-Executor-38:job-45) VM state transitted from :Running to Stopping with
> event: StopRequestedvm's original host id: 5 new host id: 5 host id before
> state transition: 5
> 2013-04-07 00:35:39,125 DEBUG [agent.transport.Request]
> (Job-Executor-38:job-45) Seq 5-614334817: Sending  { Cmd , MgmtId: 1, via:
> 5, Ver: v1, Flags: 100111,
> [{"StopCommand":{"isProxy":false,"vmName":"i-2-12-VM","wait":0}}] }
> 2013-04-07 00:35:39,125 DEBUG [agent.transport.Request]
> (Job-Executor-38:job-45) Seq 5-614334817: Executing:  { Cmd , MgmtId: 1,
> via: 5, Ver: v1, Flags: 100111,
> [{"StopCommand":{"isProxy":false,"vmName":"i-2-12-VM","wait":0}}] }
> 2013-04-07 00:35:39,125 DEBUG [agent.manager.DirectAgentAttache]
> (DirectAgent-414:null) Seq 5-614334817: Executing request
> 2013-04-07 00:35:39,289 DEBUG [xen.resource.CitrixResourceBase]
> (DirectAgent-414:null) 9. The VM i-2-12-VM is in Stopping state
> 2013-04-07 00:35:39,720 INFO  [xen.resource.CitrixResourceBase]
> (DirectAgent-414:null) Removed  network rules for vm i-2-12-VM
> 2013-04-07 00:35:42,113 DEBUG [cloud.api.ApiServlet]
> (1109449945@qtp-1008805148-34:null) ===START===  127.0.0.1 -- GET
>  command=queryAsyncJobResult&jobId=1288fa5b-8b5f-4952-b056-b180437edfd5&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316542111
> 2013-04-07 00:35:42,127 DEBUG [cloud.api.ApiServlet]
> (1109449945@qtp-1008805148-34:null) ===END===  127.0.0.1 -- GET
>  command=queryAsyncJobResult&jobId=1288fa5b-8b5f-4952-b056-b180437edfd5&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316542111
> 2013-04-07 00:35:45,114 DEBUG [cloud.api.ApiServlet]
> (1109449945@qtp-1008805148-34:null) ===START===  127.0.0.1 -- GET
>  command=queryAsyncJobResult&jobId=1288fa5b-8b5f-4952-b056-b180437edfd5&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316545112
> 2013-04-07 00:35:45,129 DEBUG [cloud.api.ApiServlet]
> (1109449945@qtp-1008805148-34:null) ===END===  127.0.0.1 -- GET
>  command=queryAsyncJobResult&jobId=1288fa5b-8b5f-4952-b056-b180437edfd5&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316545112
> 2013-04-07 00:35:47,682 DEBUG [agent.manager.AgentManagerImpl]
> (AgentManager-Handler-3:null) Ping from 3
> 2013-04-07 00:35:48,115 DEBUG [cloud.api.ApiServlet]
> (1109449945@qtp-1008805148-34:null) ===START===  127.0.0.1 -- GET
>  command=queryAsyncJobResult&jobId=1288fa5b-8b5f-4952-b056-b180437edfd5&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316548112
> 2013-04-07 00:35:48,133 DEBUG [cloud.api.ApiServlet]
> (1109449945@qtp-1008805148-34:null) ===END===  127.0.0.1 -- GET
>  command=queryAsyncJobResult&jobId=1288fa5b-8b5f-4952-b056-b180437edfd5&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316548112
> 2013-04-07 00:35:50,456 DEBUG
> [storage.secondary.SecondaryStorageManagerImpl] (secstorage-1:null) Zone 1
> is ready to launch secondary storage VM
> 2013-04-07 00:35:50,564 DEBUG [cloud.consoleproxy.ConsoleProxyManagerImpl]
> (consoleproxy-1:null) Zone 1 is ready to launch console proxy
> 2013-04-07 00:35:50,819 DEBUG
> [network.router.VirtualNetworkApplianceManagerImpl]
> (RouterStatusMonitor-1:null) Found 0 routers to update status.
> 2013-04-07 00:35:50,821 DEBUG
> [network.router.VirtualNetworkApplianceManagerImpl]
> (RouterStatusMonitor-1:null) Found 0 networks to update RvR status.
> 2013-04-07 00:35:50,851 DEBUG
> [network.router.VirtualNetworkApplianceManagerImpl]
> (RouterStatusMonitor-1:null) Found 0 routers to update status.
> 2013-04-07 00:35:50,852 DEBUG
> [network.router.VirtualNetworkApplianceManagerImpl]
> (RouterStatusMonitor-1:null) Found 0 networks to update RvR status.
> 2013-04-07 00:35:51,117 DEBUG [cloud.api.ApiServlet]
> (1109449945@qtp-1008805148-34:null) ===START===  127.0.0.1 -- GET
>  command=queryAsyncJobResult&jobId=1288fa5b-8b5f-4952-b056-b180437edfd5&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316551115
> 2013-04-07 00:35:51,132 DEBUG [cloud.api.ApiServlet]
> (1109449945@qtp-1008805148-34:null) ===END===  127.0.0.1 -- GET
>  command=queryAsyncJobResult&jobId=1288fa5b-8b5f-4952-b056-b180437edfd5&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316551115
> 2013-04-07 00:35:51,242 DEBUG [xen.resource.CitrixResourceBase]
> (DirectAgent-414:null) 10. The VM i-2-12-VM is in Stopped state
> 2013-04-07 00:35:51,242 DEBUG [agent.manager.DirectAgentAttache]
> (DirectAgent-414:null) Seq 5-614334817: Response Received:
> 2013-04-07 00:35:51,243 DEBUG [agent.transport.Request]
> (DirectAgent-414:null) Seq 5-614334817: Processing:  { Ans: , MgmtId: 1,
> via: 5, Ver: v1, Flags: 110,
> [{"StopAnswer":{"vncPort":0,"result":true,"details":"Stop VM i-2-12-VM
> Succeed","wait":0}}] }
> 2013-04-07 00:35:51,243 DEBUG [agent.transport.Request]
> (Job-Executor-38:job-45) Seq 5-614334817: Received:  { Ans: , MgmtId: 1,
> via: 5, Ver: v1, Flags: 110, { StopAnswer } }
> 2013-04-07 00:35:51,243 DEBUG [agent.manager.AgentAttache]
> (DirectAgent-414:null) Seq 5-614334817: No more commands found
> 2013-04-07 00:35:51,244 DEBUG [cloud.vm.VirtualMachineManagerImpl]
> (Job-Executor-38:job-45) VM[User|c18ddf7c-fc61-40b0-af75-fdef05f8eae6] is
> stopped on the host.  Proceeding to release resource held.
> 2013-04-07 00:35:51,251 DEBUG [cloud.network.NetworkManagerImpl]
> (Job-Executor-38:job-45) Changing active number of nics for network id=204
> on -1
> 2013-04-07 00:35:51,252 DEBUG [cloud.network.NetworkManagerImpl]
> (Job-Executor-38:job-45) Asking ElasticLoadBalancerElement to release
> Nic[18-12-6416c373-20d8-4617-8dcb-30a8ff9d0f34-192.168.56.195]
> 2013-04-07 00:35:51,252 DEBUG [cloud.network.NetworkManagerImpl]
> (Job-Executor-38:job-45) Asking NiciraNvpElement to release
> Nic[18-12-6416c373-20d8-4617-8dcb-30a8ff9d0f34-192.168.56.195]
> 2013-04-07 00:35:51,252 DEBUG [network.element.NiciraNvpElement]
> (Job-Executor-38:job-45) Checking if NiciraNvpElement can handle service
> Connectivity on network guestNetworkForBasicZone
> 2013-04-07 00:35:51,252 DEBUG [cloud.network.NetworkManagerImpl]
> (Job-Executor-38:job-45) Asking BigSwitchVnsElement to release
> Nic[18-12-6416c373-20d8-4617-8dcb-30a8ff9d0f34-192.168.56.195]
> 2013-04-07 00:35:51,252 DEBUG [network.element.BigSwitchVnsElement]
> (Job-Executor-38:job-45) Checking if BigSwitchVnsElement can handle service
> Connectivity on network guestNetworkForBasicZone
> 2013-04-07 00:35:51,252 DEBUG [cloud.network.NetworkManagerImpl]
> (Job-Executor-38:job-45) Asking Ovs to release
> Nic[18-12-6416c373-20d8-4617-8dcb-30a8ff9d0f34-192.168.56.195]
> 2013-04-07 00:35:51,252 DEBUG [cloud.network.NetworkManagerImpl]
> (Job-Executor-38:job-45) Asking BareMetalDhcp to release
> Nic[18-12-6416c373-20d8-4617-8dcb-30a8ff9d0f34-192.168.56.195]
> 2013-04-07 00:35:51,252 DEBUG [cloud.network.NetworkManagerImpl]
> (Job-Executor-38:job-45) Asking BareMetalPxe to release
> Nic[18-12-6416c373-20d8-4617-8dcb-30a8ff9d0f34-192.168.56.195]
> 2013-04-07 00:35:51,252 DEBUG [cloud.network.NetworkManagerImpl]
> (Job-Executor-38:job-45) Asking BareMetalUserdata to release
> Nic[18-12-6416c373-20d8-4617-8dcb-30a8ff9d0f34-192.168.56.195]
> 2013-04-07 00:35:51,252 DEBUG [cloud.network.NetworkManagerImpl]
> (Job-Executor-38:job-45) Asking SecurityGroupProvider to release
> Nic[18-12-6416c373-20d8-4617-8dcb-30a8ff9d0f34-192.168.56.195]
> 2013-04-07 00:35:51,252 DEBUG [cloud.network.NetworkManagerImpl]
> (Job-Executor-38:job-45) Asking VirtualRouter to release
> Nic[18-12-6416c373-20d8-4617-8dcb-30a8ff9d0f34-192.168.56.195]
> 2013-04-07 00:35:51,253 DEBUG [cloud.network.NetworkManagerImpl]
> (Job-Executor-38:job-45) Asking VpcVirtualRouter to release
> Nic[18-12-6416c373-20d8-4617-8dcb-30a8ff9d0f34-192.168.56.195]
> 2013-04-07 00:35:51,253 DEBUG [cloud.network.NetworkManagerImpl]
> (Job-Executor-38:job-45) Asking NiciraNvp to release
> Nic[18-12-6416c373-20d8-4617-8dcb-30a8ff9d0f34-192.168.56.195]
> 2013-04-07 00:35:51,253 DEBUG [network.element.NiciraNvpElement]
> (Job-Executor-38:job-45) Checking if NiciraNvpElement can handle service
> Connectivity on network guestNetworkForBasicZone
> 2013-04-07 00:35:51,253 DEBUG [cloud.network.NetworkManagerImpl]
> (Job-Executor-38:job-45) Asking JuniperSRX to release
> Nic[18-12-6416c373-20d8-4617-8dcb-30a8ff9d0f34-192.168.56.195]
> 2013-04-07 00:35:51,253 DEBUG [cloud.network.NetworkManagerImpl]
> (Job-Executor-38:job-45) Asking Netscaler to release
> Nic[18-12-6416c373-20d8-4617-8dcb-30a8ff9d0f34-192.168.56.195]
> 2013-04-07 00:35:51,253 DEBUG [cloud.network.NetworkManagerImpl]
> (Job-Executor-38:job-45) Asking F5BigIP to release
> Nic[18-12-6416c373-20d8-4617-8dcb-30a8ff9d0f34-192.168.56.195]
> 2013-04-07 00:35:51,253 DEBUG [cloud.network.NetworkManagerImpl]
> (Job-Executor-38:job-45) Asking CiscoNexus1000vVSM to release
> Nic[18-12-6416c373-20d8-4617-8dcb-30a8ff9d0f34-192.168.56.195]
> 2013-04-07 00:35:51,253 DEBUG [cloud.vm.VirtualMachineManagerImpl]
> (Job-Executor-38:job-45) Successfully released network resources for the vm
> VM[User|c18ddf7c-fc61-40b0-af75-fdef05f8eae6]
> 2013-04-07 00:35:51,253 DEBUG [cloud.vm.VirtualMachineManagerImpl]
> (Job-Executor-38:job-45) Successfully released storage resources for the vm
> VM[User|c18ddf7c-fc61-40b0-af75-fdef05f8eae6]
> 2013-04-07 00:35:51,298 DEBUG [cloud.capacity.CapacityManagerImpl]
> (Job-Executor-38:job-45) VM state transitted from :Stopping to Stopped with
> event: OperationSucceededvm's original host id: 5 new host id: null host id
> before state transition: 5
> 2013-04-07 00:35:51,302 DEBUG [cloud.capacity.CapacityManagerImpl]
> (Job-Executor-38:job-45) Hosts's actual total CPU: 2479 and CPU after
> applying overprovisioning: 2479
> 2013-04-07 00:35:51,303 DEBUG [cloud.capacity.CapacityManagerImpl]
> (Job-Executor-38:job-45) release cpu from host: 5, old used: 100,reserved:
> 0, actual total: 2479, total with overprovisioning: 2479; new used:
> 0,reserved:100; movedfromreserved: false,moveToReserveredtrue
> 2013-04-07 00:35:51,303 DEBUG [cloud.capacity.CapacityManagerImpl]
> (Job-Executor-38:job-45) release mem from host: 5, old used:
> 1073741824,reserved: 0, total: 1671695424; new used: 0,reserved:1073741824;
> movedfromreserved: false,moveToReserveredtrue
> 2013-04-07 00:35:51,308 DEBUG [cloud.capacity.CapacityManagerImpl]
> (Job-Executor-38:job-45) VM state transitted from :Stopped to Destroyed
> with event: DestroyRequestedvm's original host id: 5 new host id: null host
> id before state transition: null
> 2013-04-07 00:35:51,313 DEBUG [cloud.capacity.CapacityManagerImpl]
> (Job-Executor-38:job-45) Hosts's actual total CPU: 2479 and CPU after
> applying overprovisioning: 2479
> 2013-04-07 00:35:51,313 DEBUG [cloud.capacity.CapacityManagerImpl]
> (Job-Executor-38:job-45) release cpu from host: 5, old used: 0,reserved:
> 100, actual total: 2479, total with overprovisioning: 2479; new used:
> 0,reserved:0; movedfromreserved: true,moveToReserveredfalse
> 2013-04-07 00:35:51,313 DEBUG [cloud.capacity.CapacityManagerImpl]
> (Job-Executor-38:job-45) release mem from host: 5, old used: 0,reserved:
> 1073741824, total: 1671695424; new used: 0,reserved:0; movedfromreserved:
> true,moveToReserveredfalse
> 2013-04-07 00:35:51,328 DEBUG [cloud.async.AsyncJobManagerImpl]
> (Job-Executor-38:job-45) Complete async job-45, jobStatus: 1, resultCode:
> 0, result: org.apache.cloudstack.api.response.UserVmResponse@324f6e41
> 2013-04-07 00:35:51,332 DEBUG [cloud.async.AsyncJobManagerImpl]
> (Job-Executor-38:job-45) Done executing
> org.apache.cloudstack.api.command.user.vm.DestroyVMCmd for job-45
> 2013-04-07 00:35:51,397 DEBUG [cloud.api.ApiServlet]
> (1109449945@qtp-1008805148-34:null) ===START===  127.0.0.1 -- GET
>  command=listVirtualMachines&id=94ddc16f-04fc-4da1-8326-01d8d5cdeb44&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316551394
> 2013-04-07 00:35:51,417 DEBUG [cloud.api.ApiServlet]
> (1109449945@qtp-1008805148-34:null) ===END===  127.0.0.1 -- GET
>  command=listVirtualMachines&id=94ddc16f-04fc-4da1-8326-01d8d5cdeb44&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316551394
> 2013-04-07 00:35:51,425 DEBUG [cloud.api.ApiServlet]
> (1109449945@qtp-1008805148-34:null) ===START===  127.0.0.1 -- GET
>  command=listOsTypes&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316551423
> 2013-04-07 00:35:51,472 INFO  [agent.manager.AgentMonitor]
> (Thread-11:null) Found the following agents behind on ping: [6, 5]
> 2013-04-07 00:35:51,473 DEBUG [cloud.host.Status] (Thread-11:null) Ping
> timeout for host 6, do invstigation
> 2013-04-07 00:35:51,475 DEBUG [cloud.host.Status] (Thread-11:null) Ping
> timeout for host 5, do invstigation
> 2013-04-07 00:35:51,475 INFO  [agent.manager.AgentManagerImpl]
> (AgentTaskPool-7:null) Investigating why host 6 has disconnected with event
> PingTimeout
> 2013-04-07 00:35:51,475 DEBUG [agent.manager.AgentManagerImpl]
> (AgentTaskPool-7:null) checking if agent (6) is alive
> 2013-04-07 00:35:51,478 INFO  [agent.manager.AgentManagerImpl]
> (AgentTaskPool-8:null) Investigating why host 5 has disconnected with event
> PingTimeout
> 2013-04-07 00:35:51,478 DEBUG [agent.manager.AgentManagerImpl]
> (AgentTaskPool-8:null) checking if agent (5) is alive
> 2013-04-07 00:35:51,480 DEBUG [agent.transport.Request]
> (AgentTaskPool-7:null) Seq 6-324993313: Sending  { Cmd , MgmtId: 1, via: 6,
> Ver: v1, Flags: 100011, [{"CheckHealthCommand":{"wait":50}}] }
> 2013-04-07 00:35:51,481 DEBUG [agent.transport.Request]
> (AgentTaskPool-7:null) Seq 6-324993313: Executing:  { Cmd , MgmtId: 1, via:
> 6, Ver: v1, Flags: 100011, [{"CheckHealthCommand":{"wait":50}}] }
> 2013-04-07 00:35:51,481 DEBUG [agent.manager.DirectAgentAttache]
> (DirectAgent-361:null) Seq 6-324993313: Executing request
> 2013-04-07 00:35:51,488 DEBUG [agent.transport.Request]
> (AgentTaskPool-8:null) Seq 5-614334818: Sending  { Cmd , MgmtId: 1, via: 5,
> Ver: v1, Flags: 100011, [{"CheckHealthCommand":{"wait":50}}] }
> 2013-04-07 00:35:51,489 DEBUG [agent.transport.Request]
> (AgentTaskPool-8:null) Seq 5-614334818: Executing:  { Cmd , MgmtId: 1, via:
> 5, Ver: v1, Flags: 100011, [{"CheckHealthCommand":{"wait":50}}] }
> 2013-04-07 00:35:51,489 DEBUG [agent.manager.DirectAgentAttache]
> (DirectAgent-290:null) Seq 5-614334818: Executing request
> 2013-04-07 00:35:51,556 DEBUG [agent.manager.DirectAgentAttache]
> (DirectAgent-290:null) Seq 5-614334818: Response Received:
> 2013-04-07 00:35:51,557 DEBUG [agent.transport.Request]
> (DirectAgent-290:null) Seq 5-614334818: Processing:  { Ans: , MgmtId: 1,
> via: 5, Ver: v1, Flags: 10,
> [{"CheckHealthAnswer":{"result":true,"details":"resource is
> alive","wait":0}}] }
> 2013-04-07 00:35:51,557 DEBUG [agent.transport.Request]
> (AgentTaskPool-8:null) Seq 5-614334818: Received:  { Ans: , MgmtId: 1, via:
> 5, Ver: v1, Flags: 10, { CheckHealthAnswer } }
> 2013-04-07 00:35:51,557 DEBUG [agent.manager.AgentManagerImpl]
> (AgentTaskPool-8:null) Details from executing class
> com.cloud.agent.api.CheckHealthCommand: resource is alive
> 2013-04-07 00:35:51,557 DEBUG [agent.manager.AgentManagerImpl]
> (AgentTaskPool-8:null) agent (5) responded to checkHeathCommand, reporting
> that agent is Up
> 2013-04-07 00:35:51,557 INFO  [agent.manager.AgentManagerImpl]
> (AgentTaskPool-8:null) The state determined is Up
> 2013-04-07 00:35:51,557 INFO  [agent.manager.AgentManagerImpl]
> (AgentTaskPool-8:null) Agent is determined to be up and running
> 2013-04-07 00:35:51,557 DEBUG [cloud.host.Status] (AgentTaskPool-8:null)
> Transition:[Resource state = Enabled, Agent event = Ping, Host id = 5, name
> = Tut-XenServer2]
> 2013-04-07 00:35:51,563 DEBUG [cloud.host.Status] (AgentTaskPool-8:null)
> Agent status update: [id = 5; name = Tut-XenServer2; old status = Up; event
> = Ping; new status = Up; old update count = 149; new update count = 150]
> 2013-04-07 00:35:51,568 DEBUG [agent.manager.DirectAgentAttache]
> (DirectAgent-361:null) Seq 6-324993313: Response Received:
> 2013-04-07 00:35:51,568 DEBUG [agent.transport.Request]
> (DirectAgent-361:null) Seq 6-324993313: Processing:  { Ans: , MgmtId: 1,
> via: 6, Ver: v1, Flags: 10,
> [{"CheckHealthAnswer":{"result":true,"details":"resource is
> alive","wait":0}}] }
> 2013-04-07 00:35:51,569 DEBUG [agent.transport.Request]
> (AgentTaskPool-7:null) Seq 6-324993313: Received:  { Ans: , MgmtId: 1, via:
> 6, Ver: v1, Flags: 10, { CheckHealthAnswer } }
> 2013-04-07 00:35:51,569 DEBUG [agent.manager.AgentManagerImpl]
> (AgentTaskPool-7:null) Details from executing class
> com.cloud.agent.api.CheckHealthCommand: resource is alive
> 2013-04-07 00:35:51,569 DEBUG [agent.manager.AgentManagerImpl]
> (AgentTaskPool-7:null) agent (6) responded to checkHeathCommand, reporting
> that agent is Up
> 2013-04-07 00:35:51,569 INFO  [agent.manager.AgentManagerImpl]
> (AgentTaskPool-7:null) The state determined is Up
> 2013-04-07 00:35:51,569 INFO  [agent.manager.AgentManagerImpl]
> (AgentTaskPool-7:null) Agent is determined to be up and running
> 2013-04-07 00:35:51,569 DEBUG [cloud.host.Status] (AgentTaskPool-7:null)
> Transition:[Resource state = Enabled, Agent event = Ping, Host id = 6, name
> = Tut-XenServer]
> 2013-04-07 00:35:51,574 DEBUG [cloud.host.Status] (AgentTaskPool-7:null)
> Agent status update: [id = 6; name = Tut-XenServer; old status = Up; event
> = Ping; new status = Up; old update count = 312; new update count = 313]
> 2013-04-07 00:35:51,668 DEBUG [cloud.api.ApiServlet]
> (1109449945@qtp-1008805148-34:null) ===END===  127.0.0.1 -- GET
>  command=listOsTypes&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316551423
> 2013-04-07 00:35:54,118 DEBUG [cloud.api.ApiServlet]
> (1109449945@qtp-1008805148-34:null) ===START===  127.0.0.1 -- GET
>  command=queryAsyncJobResult&jobId=1288fa5b-8b5f-4952-b056-b180437edfd5&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316554116
> 2013-04-07 00:35:54,129 DEBUG [cloud.async.AsyncJobManagerImpl]
> (1109449945@qtp-1008805148-34:null) Async job-45 completed
> 2013-04-07 00:35:54,135 DEBUG [cloud.api.ApiServlet]
> (1109449945@qtp-1008805148-34:null) ===END===  127.0.0.1 -- GET
>  command=queryAsyncJobResult&jobId=1288fa5b-8b5f-4952-b056-b180437edfd5&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316554116
> 2013-04-07 00:35:55,077 DEBUG [cloud.api.ApiServlet]
> (1109449945@qtp-1008805148-34:null) ===START===  127.0.0.1 -- GET
>  command=destroyVirtualMachine&id=94ddc16f-04fc-4da1-8326-01d8d5cdeb44&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316555075
> 2013-04-07 00:35:55,098 DEBUG [cloud.async.AsyncJobManagerImpl]
> (1109449945@qtp-1008805148-34:null) submit async job-46, details:
> AsyncJobVO {id:46, userId: 2, accountId: 2, sessionKey: null, instanceType:
> null, instanceId: 13, cmd:
> org.apache.cloudstack.api.command.user.vm.DestroyVMCmd, cmdOriginator:
> null, cmdInfo:
> {"id":"94ddc16f-04fc-4da1-8326-01d8d5cdeb44","response":"json","sessionkey":"Z6QqzU0Fq1iT13bMgnRRfl8GoVA\u003d","ctxUserId":"2","_":"1365316555075","ctxAccountId":"2","ctxStartEventId":"51"},
> cmdVersion: 0, callbackType: 0, callbackAddress: null, status: 0,
> processStatus: 0, resultCode: 0, result: null, initMsid: 1, completeMsid:
> null, lastUpdated: null, lastPolled: null, created: null}
> 2013-04-07 00:35:55,098 DEBUG [cloud.async.AsyncJobManagerImpl]
> (Job-Executor-39:job-46) Executing
> org.apache.cloudstack.api.command.user.vm.DestroyVMCmd for job-46
> 2013-04-07 00:35:55,100 DEBUG [cloud.api.ApiServlet]
> (1109449945@qtp-1008805148-34:null) ===END===  127.0.0.1 -- GET
>  command=destroyVirtualMachine&id=94ddc16f-04fc-4da1-8326-01d8d5cdeb44&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316555075
> 2013-04-07 00:35:55,113 DEBUG [cloud.vm.VirtualMachineManagerImpl]
> (Job-Executor-39:job-46) Destroying vm
> VM[User|94ddc16f-04fc-4da1-8326-01d8d5cdeb44]
> 2013-04-07 00:35:55,116 DEBUG [cloud.capacity.CapacityManagerImpl]
> (Job-Executor-39:job-46) VM state transitted from :Running to Stopping with
> event: StopRequestedvm's original host id: 6 new host id: 6 host id before
> state transition: 6
> 2013-04-07 00:35:55,118 DEBUG [agent.transport.Request]
> (Job-Executor-39:job-46) Seq 6-324993314: Sending  { Cmd , MgmtId: 1, via:
> 6, Ver: v1, Flags: 100111,
> [{"StopCommand":{"isProxy":false,"vmName":"i-2-13-VM","wait":0}}] }
> 2013-04-07 00:35:55,118 DEBUG [agent.transport.Request]
> (Job-Executor-39:job-46) Seq 6-324993314: Executing:  { Cmd , MgmtId: 1,
> via: 6, Ver: v1, Flags: 100111,
> [{"StopCommand":{"isProxy":false,"vmName":"i-2-13-VM","wait":0}}] }
> 2013-04-07 00:35:55,118 DEBUG [agent.manager.DirectAgentAttache]
> (DirectAgent-7:null) Seq 6-324993314: Executing request
> 2013-04-07 00:35:55,216 DEBUG [xen.resource.CitrixResourceBase]
> (DirectAgent-7:null) 9. The VM i-2-13-VM is in Stopping state
> 2013-04-07 00:35:55,532 INFO  [xen.resource.CitrixResourceBase]
> (DirectAgent-7:null) Removed  network rules for vm i-2-13-VM
> 2013-04-07 00:35:58,107 DEBUG [cloud.api.ApiServlet]
> (1109449945@qtp-1008805148-34:null) ===START===  127.0.0.1 -- GET
>  command=queryAsyncJobResult&jobId=042967f3-4fd4-4bcf-a646-999eeca87235&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316558105
> 2013-04-07 00:35:58,121 DEBUG [cloud.api.ApiServlet]
> (1109449945@qtp-1008805148-34:null) ===END===  127.0.0.1 -- GET
>  command=queryAsyncJobResult&jobId=042967f3-4fd4-4bcf-a646-999eeca87235&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316558105
> 2013-04-07 00:36:01,107 DEBUG [cloud.api.ApiServlet]
> (1109449945@qtp-1008805148-34:null) ===START===  127.0.0.1 -- GET
>  command=queryAsyncJobResult&jobId=042967f3-4fd4-4bcf-a646-999eeca87235&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316561105
> 2013-04-07 00:36:01,121 DEBUG [cloud.api.ApiServlet]
> (1109449945@qtp-1008805148-34:null) ===END===  127.0.0.1 -- GET
>  command=queryAsyncJobResult&jobId=042967f3-4fd4-4bcf-a646-999eeca87235&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316561105
> 2013-04-07 00:36:04,108 DEBUG [cloud.api.ApiServlet]
> (1109449945@qtp-1008805148-34:null) ===START===  127.0.0.1 -- GET
>  command=queryAsyncJobResult&jobId=042967f3-4fd4-4bcf-a646-999eeca87235&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316564106
> 2013-04-07 00:36:04,128 DEBUG [cloud.api.ApiServlet]
> (1109449945@qtp-1008805148-34:null) ===END===  127.0.0.1 -- GET
>  command=queryAsyncJobResult&jobId=042967f3-4fd4-4bcf-a646-999eeca87235&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316564106
> 2013-04-07 00:36:04,783 DEBUG [xen.resource.CitrixResourceBase]
> (DirectAgent-7:null) 10. The VM i-2-13-VM is in Stopped state
> 2013-04-07 00:36:04,783 DEBUG [agent.manager.DirectAgentAttache]
> (DirectAgent-7:null) Seq 6-324993314: Response Received:
> 2013-04-07 00:36:04,783 DEBUG [agent.transport.Request]
> (DirectAgent-7:null) Seq 6-324993314: Processing:  { Ans: , MgmtId: 1, via:
> 6, Ver: v1, Flags: 110,
> [{"StopAnswer":{"vncPort":0,"result":true,"details":"Stop VM i-2-13-VM
> Succeed","wait":0}}] }
> 2013-04-07 00:36:04,783 DEBUG [agent.transport.Request]
> (Job-Executor-39:job-46) Seq 6-324993314: Received:  { Ans: , MgmtId: 1,
> via: 6, Ver: v1, Flags: 110, { StopAnswer } }
> 2013-04-07 00:36:04,783 DEBUG [agent.manager.AgentAttache]
> (DirectAgent-7:null) Seq 6-324993314: No more commands found
> 2013-04-07 00:36:04,784 DEBUG [cloud.vm.VirtualMachineManagerImpl]
> (Job-Executor-39:job-46) VM[User|94ddc16f-04fc-4da1-8326-01d8d5cdeb44] is
> stopped on the host.  Proceeding to release resource held.
> 2013-04-07 00:36:04,793 DEBUG [cloud.network.NetworkManagerImpl]
> (Job-Executor-39:job-46) Changing active number of nics for network id=204
> on -1
> 2013-04-07 00:36:04,794 DEBUG [cloud.network.NetworkManagerImpl]
> (Job-Executor-39:job-46) Asking ElasticLoadBalancerElement to release
> Nic[19-13-a8349669-6ff2-443f-88d3-c5d69100df3a-192.168.56.146]
> 2013-04-07 00:36:04,794 DEBUG [cloud.network.NetworkManagerImpl]
> (Job-Executor-39:job-46) Asking NiciraNvpElement to release
> Nic[19-13-a8349669-6ff2-443f-88d3-c5d69100df3a-192.168.56.146]
> 2013-04-07 00:36:04,795 DEBUG [network.element.NiciraNvpElement]
> (Job-Executor-39:job-46) Checking if NiciraNvpElement can handle service
> Connectivity on network guestNetworkForBasicZone
> 2013-04-07 00:36:04,795 DEBUG [cloud.network.NetworkManagerImpl]
> (Job-Executor-39:job-46) Asking BigSwitchVnsElement to release
> Nic[19-13-a8349669-6ff2-443f-88d3-c5d69100df3a-192.168.56.146]
> 2013-04-07 00:36:04,795 DEBUG [network.element.BigSwitchVnsElement]
> (Job-Executor-39:job-46) Checking if BigSwitchVnsElement can handle service
> Connectivity on network guestNetworkForBasicZone
> 2013-04-07 00:36:04,795 DEBUG [cloud.network.NetworkManagerImpl]
> (Job-Executor-39:job-46) Asking Ovs to release
> Nic[19-13-a8349669-6ff2-443f-88d3-c5d69100df3a-192.168.56.146]
> 2013-04-07 00:36:04,795 DEBUG [cloud.network.NetworkManagerImpl]
> (Job-Executor-39:job-46) Asking BareMetalDhcp to release
> Nic[19-13-a8349669-6ff2-443f-88d3-c5d69100df3a-192.168.56.146]
> 2013-04-07 00:36:04,795 DEBUG [cloud.network.NetworkManagerImpl]
> (Job-Executor-39:job-46) Asking BareMetalPxe to release
> Nic[19-13-a8349669-6ff2-443f-88d3-c5d69100df3a-192.168.56.146]
> 2013-04-07 00:36:04,795 DEBUG [cloud.network.NetworkManagerImpl]
> (Job-Executor-39:job-46) Asking BareMetalUserdata to release
> Nic[19-13-a8349669-6ff2-443f-88d3-c5d69100df3a-192.168.56.146]
> 2013-04-07 00:36:04,795 DEBUG [cloud.network.NetworkManagerImpl]
> (Job-Executor-39:job-46) Asking SecurityGroupProvider to release
> Nic[19-13-a8349669-6ff2-443f-88d3-c5d69100df3a-192.168.56.146]
> 2013-04-07 00:36:04,795 DEBUG [cloud.network.NetworkManagerImpl]
> (Job-Executor-39:job-46) Asking VirtualRouter to release
> Nic[19-13-a8349669-6ff2-443f-88d3-c5d69100df3a-192.168.56.146]
> 2013-04-07 00:36:04,795 DEBUG [cloud.network.NetworkManagerImpl]
> (Job-Executor-39:job-46) Asking VpcVirtualRouter to release
> Nic[19-13-a8349669-6ff2-443f-88d3-c5d69100df3a-192.168.56.146]
> 2013-04-07 00:36:04,795 DEBUG [cloud.network.NetworkManagerImpl]
> (Job-Executor-39:job-46) Asking NiciraNvp to release
> Nic[19-13-a8349669-6ff2-443f-88d3-c5d69100df3a-192.168.56.146]
> 2013-04-07 00:36:04,795 DEBUG [network.element.NiciraNvpElement]
> (Job-Executor-39:job-46) Checking if NiciraNvpElement can handle service
> Connectivity on network guestNetworkForBasicZone
> 2013-04-07 00:36:04,795 DEBUG [cloud.network.NetworkManagerImpl]
> (Job-Executor-39:job-46) Asking JuniperSRX to release
> Nic[19-13-a8349669-6ff2-443f-88d3-c5d69100df3a-192.168.56.146]
> 2013-04-07 00:36:04,795 DEBUG [cloud.network.NetworkManagerImpl]
> (Job-Executor-39:job-46) Asking Netscaler to release
> Nic[19-13-a8349669-6ff2-443f-88d3-c5d69100df3a-192.168.56.146]
> 2013-04-07 00:36:04,795 DEBUG [cloud.network.NetworkManagerImpl]
> (Job-Executor-39:job-46) Asking F5BigIP to release
> Nic[19-13-a8349669-6ff2-443f-88d3-c5d69100df3a-192.168.56.146]
> 2013-04-07 00:36:04,795 DEBUG [cloud.network.NetworkManagerImpl]
> (Job-Executor-39:job-46) Asking CiscoNexus1000vVSM to release
> Nic[19-13-a8349669-6ff2-443f-88d3-c5d69100df3a-192.168.56.146]
> 2013-04-07 00:36:04,795 DEBUG [cloud.vm.VirtualMachineManagerImpl]
> (Job-Executor-39:job-46) Successfully released network resources for the vm
> VM[User|94ddc16f-04fc-4da1-8326-01d8d5cdeb44]
> 2013-04-07 00:36:04,795 DEBUG [cloud.vm.VirtualMachineManagerImpl]
> (Job-Executor-39:job-46) Successfully released storage resources for the vm
> VM[User|94ddc16f-04fc-4da1-8326-01d8d5cdeb44]
> 2013-04-07 00:36:04,836 DEBUG [cloud.capacity.CapacityManagerImpl]
> (Job-Executor-39:job-46) VM state transitted from :Stopping to Stopped with
> event: OperationSucceededvm's original host id: 6 new host id: null host id
> before state transition: 6
> 2013-04-07 00:36:04,843 DEBUG [cloud.capacity.CapacityManagerImpl]
> (Job-Executor-39:job-46) Hosts's actual total CPU: 2382 and CPU after
> applying overprovisioning: 2382
> 2013-04-07 00:36:04,844 DEBUG [cloud.capacity.CapacityManagerImpl]
> (Job-Executor-39:job-46) release cpu from host: 6, old used: 200,reserved:
> 0, actual total: 2382, total with overprovisioning: 2382; new used:
> 100,reserved:100; movedfromreserved: false,moveToReserveredtrue
> 2013-04-07 00:36:04,844 DEBUG [cloud.capacity.CapacityManagerImpl]
> (Job-Executor-39:job-46) release mem from host: 6, old used:
> 1178599424,reserved: 0, total: 1671695424; new used:
> 104857600,reserved:1073741824; movedfromreserved: false,moveToReserveredtrue
> 2013-04-07 00:36:04,854 DEBUG [cloud.capacity.CapacityManagerImpl]
> (Job-Executor-39:job-46) VM state transitted from :Stopped to Destroyed
> with event: DestroyRequestedvm's original host id: 6 new host id: null host
> id before state transition: null
> 2013-04-07 00:36:04,863 DEBUG [cloud.capacity.CapacityManagerImpl]
> (Job-Executor-39:job-46) Hosts's actual total CPU: 2382 and CPU after
> applying overprovisioning: 2382
> 2013-04-07 00:36:04,863 DEBUG [cloud.capacity.CapacityManagerImpl]
> (Job-Executor-39:job-46) release cpu from host: 6, old used: 100,reserved:
> 100, actual total: 2382, total with overprovisioning: 2382; new used:
> 100,reserved:0; movedfromreserved: true,moveToReserveredfalse
> 2013-04-07 00:36:04,863 DEBUG [cloud.capacity.CapacityManagerImpl]
> (Job-Executor-39:job-46) release mem from host: 6, old used:
> 104857600,reserved: 1073741824, total: 1671695424; new used:
> 104857600,reserved:0; movedfromreserved: true,moveToReserveredfalse
> 2013-04-07 00:36:04,892 DEBUG [cloud.async.AsyncJobManagerImpl]
> (Job-Executor-39:job-46) Complete async job-46, jobStatus: 1, resultCode:
> 0, result: org.apache.cloudstack.api.response.UserVmResponse@519ba6bb
> 2013-04-07 00:36:04,897 DEBUG [cloud.async.AsyncJobManagerImpl]
> (Job-Executor-39:job-46) Done executing
> org.apache.cloudstack.api.command.user.vm.DestroyVMCmd for job-46
> 2013-04-07 00:36:04,949 DEBUG [agent.manager.DirectAgentAttache]
> (DirectAgent-410:null) Ping from 6
> 2013-04-07 00:36:06,058 DEBUG [agent.manager.DirectAgentAttache]
> (DirectAgent-234:null) Ping from 5
> 2013-04-07 00:36:06,909 DEBUG [agent.manager.DirectAgentAttache]
> (DirectAgent-407:null) Seq 6-324993028: Executing request
> 2013-04-07 00:36:07,097 DEBUG [xen.resource.CitrixResourceBase]
> (DirectAgent-407:null) VM missing i-2-13-VM old state stopped so removing.
> 2013-04-07 00:36:07,098 DEBUG [xen.resource.CitrixResourceBase]
> (DirectAgent-407:null) VM missing i-2-12-VM old state stopped so removing.
> 2013-04-07 00:36:07,098 DEBUG [agent.manager.DirectAgentAttache]
> (DirectAgent-407:null) Seq 6-324993028: Response Received:
> 2013-04-07 00:36:07,098 DEBUG [agent.transport.Request]
> (DirectAgent-407:null) Seq 6-324993028: Processing:  { Ans: , MgmtId: 1,
> via: 6, Ver: v1, Flags: 10,
> [{"ClusterSyncAnswer":{"_clusterId":2,"_newStates":{},"_isExecuted":false,"result":true,"wait":0}}]
> }
> 2013-04-07 00:36:07,109 DEBUG [cloud.api.ApiServlet]
> (1109449945@qtp-1008805148-34:null) ===START===  127.0.0.1 -- GET
>  command=queryAsyncJobResult&jobId=042967f3-4fd4-4bcf-a646-999eeca87235&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316567107
> 2013-04-07 00:36:07,119 DEBUG [cloud.async.AsyncJobManagerImpl]
> (1109449945@qtp-1008805148-34:null) Async job-46 completed
> 2013-04-07 00:36:07,125 DEBUG [cloud.api.ApiServlet]
> (1109449945@qtp-1008805148-34:null) ===END===  127.0.0.1 -- GET
>  command=queryAsyncJobResult&jobId=042967f3-4fd4-4bcf-a646-999eeca87235&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316567107
> 2013-04-07 00:36:11,022 DEBUG [agent.manager.DirectAgentAttache]
> (DirectAgent-110:null) Seq 5-614334468: Executing request
> 2013-04-07 00:36:11,171 DEBUG [agent.manager.DirectAgentAttache]
> (DirectAgent-110:null) Seq 5-614334468: Response Received:
> 2013-04-07 00:36:11,171 DEBUG [agent.transport.Request]
> (DirectAgent-110:null) Seq 5-614334468: Processing:  { Ans: , MgmtId: 1,
> via: 5, Ver: v1, Flags: 10, [{"Answer":{"result":true,"wait":0}}] }
> 2013-04-07 00:36:12,411 DEBUG [cloud.api.ApiServlet]
> (1109449945@qtp-1008805148-34:null) ===START===  127.0.0.1 -- GET
>  command=listVolumes&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&listAll=true&page=1&pagesize=20&_=1365316572408
> 2013-04-07 00:36:12,426 DEBUG [cloud.api.ApiServlet]
> (1109449945@qtp-1008805148-34:null) ===END===  127.0.0.1 -- GET
>  command=listVolumes&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&listAll=true&page=1&pagesize=20&_=1365316572408
> 2013-04-07 00:36:13,241 DEBUG [cloud.api.ApiServlet]
> (1109449945@qtp-1008805148-34:null) ===START===  127.0.0.1 -- GET
>  command=listVirtualMachines&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&listAll=true&page=1&pagesize=20&_=1365316573239
> 2013-04-07 00:36:13,259 DEBUG [cloud.api.ApiServlet]
> (1109449945@qtp-1008805148-34:null) ===END===  127.0.0.1 -- GET
>  command=listVirtualMachines&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&listAll=true&page=1&pagesize=20&_=1365316573239
> 2013-04-07 00:36:19,140 DEBUG [cloud.api.ApiServlet]
> (1109449945@qtp-1008805148-34:null) ===START===  127.0.0.1 -- GET
>  command=listVolumes&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&listAll=true&page=1&pagesize=20&_=1365316579137
> 2013-04-07 00:36:19,155 DEBUG [cloud.api.ApiServlet]
> (1109449945@qtp-1008805148-34:null) ===END===  127.0.0.1 -- GET
>  command=listVolumes&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&listAll=true&page=1&pagesize=20&_=1365316579137
> 2013-04-07 00:36:20,452 DEBUG
> [storage.secondary.SecondaryStorageManagerImpl] (secstorage-1:null) Zone 1
> is ready to launch secondary storage VM
> 2013-04-07 00:36:20,498 DEBUG [cloud.api.ApiServlet]
> (1109449945@qtp-1008805148-34:null) ===START===  127.0.0.1 -- GET
>  command=listVirtualMachines&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&listAll=true&page=1&pagesize=20&_=1365316580496
> 2013-04-07 00:36:20,519 DEBUG [cloud.api.ApiServlet]
> (1109449945@qtp-1008805148-34:null) ===END===  127.0.0.1 -- GET
>  command=listVirtualMachines&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&listAll=true&page=1&pagesize=20&_=1365316580496
> 2013-04-07 00:36:20,554 DEBUG [cloud.consoleproxy.ConsoleProxyManagerImpl]
> (consoleproxy-1:null) Zone 1 is ready to launch console proxy
> 2013-04-07 00:36:20,820 DEBUG
> [network.router.VirtualNetworkApplianceManagerImpl]
> (RouterStatusMonitor-1:null) Found 0 routers to update status.
> 2013-04-07 00:36:20,821 DEBUG
> [network.router.VirtualNetworkApplianceManagerImpl]
> (RouterStatusMonitor-1:null) Found 0 networks to update RvR status.
> 2013-04-07 00:36:20,850 DEBUG
> [network.router.VirtualNetworkApplianceManagerImpl]
> (RouterStatusMonitor-1:null) Found 0 routers to update status.
> 2013-04-07 00:36:20,852 DEBUG
> [network.router.VirtualNetworkApplianceManagerImpl]
> (RouterStatusMonitor-1:null) Found 0 networks to update RvR status.
> 2013-04-07 00:36:21,588 DEBUG [cloud.api.ApiServlet]
> (1109449945@qtp-1008805148-34:null) ===START===  127.0.0.1 -- GET
>  command=listVolumes&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&listAll=true&page=1&pagesize=20&_=1365316581586
> 2013-04-07 00:36:21,602 DEBUG [cloud.api.ApiServlet]
> (1109449945@qtp-1008805148-34:null) ===END===  127.0.0.1 -- GET
>  command=listVolumes&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&listAll=true&page=1&pagesize=20&_=1365316581586
> 2013-04-07 00:36:22,324 DEBUG [cloud.api.ApiServlet]
> (1109449945@qtp-1008805148-34:null) ===START===  127.0.0.1 -- GET
>  command=listVirtualMachines&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&listAll=true&page=1&pagesize=20&_=1365316582321
> 2013-04-07 00:36:22,348 DEBUG [cloud.api.ApiServlet]
> (1109449945@qtp-1008805148-34:null) ===END===  127.0.0.1 -- GET
>  command=listVirtualMachines&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&listAll=true&page=1&pagesize=20&_=1365316582321
> 2013-04-07 00:36:24,891 DEBUG [agent.manager.AgentManagerImpl]
> (AgentManager-Handler-4:null) Ping from 4
> 2013-04-07 00:36:27,193 DEBUG [agent.manager.DirectAgentAttache]
> (DirectAgent-204:null) Ping from 1
> 2013-04-07 00:36:29,095 DEBUG [agent.manager.DirectAgentAttache]
> (DirectAgent-277:null) Seq 1-90046472: Executing request
> 2013-04-07 00:36:29,354 DEBUG [agent.manager.DirectAgentAttache]
> (DirectAgent-277:null) Seq 1-90046472: Response Received:
> 2013-04-07 00:36:29,355 DEBUG [agent.transport.Request]
> (DirectAgent-277:null) Seq 1-90046472: Processing:  { Ans: , MgmtId: 1,
> via: 1, Ver: v1, Flags: 10,
> [{"ClusterSyncAnswer":{"_clusterId":1,"_newStates":{},"_isExecuted":false,"result":true,"wait":0}}]
> }
> 2013-04-07 00:36:47,680 DEBUG [agent.manager.AgentManagerImpl]
> (AgentManager-Handler-5:null) Ping from 3
> 2013-04-07 00:36:50,451 DEBUG
> [storage.secondary.SecondaryStorageManagerImpl] (secstorage-1:null) Zone 1
> is ready to launch secondary storage VM
> 2013-04-07 00:36:50,554 DEBUG [cloud.consoleproxy.ConsoleProxyManagerImpl]
> (consoleproxy-1:null) Zone 1 is ready to launch console proxy
> 2013-04-07 00:36:50,820 DEBUG
> [network.router.VirtualNetworkApplianceManagerImpl]
> (RouterStatusMonitor-1:null) Found 0 routers to update status.
> 2013-04-07 00:36:50,821 DEBUG
> [network.router.VirtualNetworkApplianceManagerImpl]
> (RouterStatusMonitor-1:null) Found 0 networks to update RvR status.
> 2013-04-07 00:36:50,851 DEBUG
> [network.router.VirtualNetworkApplianceManagerImpl]
> (RouterStatusMonitor-1:null) Found 0 routers to update status.
> 2013-04-07 00:36:50,852 DEBUG
> [network.router.VirtualNetworkApplianceManagerImpl]
> (RouterStatusMonitor-1:null) Found 0 networks to update RvR status.
> 2013-04-07 00:36:51,476 INFO  [agent.manager.AgentMonitor]
> (Thread-11:null) Found the following agents behind on ping: [6, 5]
> 2013-04-07 00:36:51,477 DEBUG [cloud.host.Status] (Thread-11:null) Ping
> timeout for host 6, do invstigation
> 2013-04-07 00:36:51,479 DEBUG [cloud.host.Status] (Thread-11:null) Ping
> timeout for host 5, do invstigation
> 2013-04-07 00:36:51,479 INFO  [agent.manager.AgentManagerImpl]
> (AgentTaskPool-9:null) Investigating why host 6 has disconnected with event
> PingTimeout
> 2013-04-07 00:36:51,479 DEBUG [agent.manager.AgentManagerImpl]
> (AgentTaskPool-9:null) checking if agent (6) is alive
> 2013-04-07 00:36:51,482 INFO  [agent.manager.AgentManagerImpl]
> (AgentTaskPool-12:null) Investigating why host 5 has disconnected with
> event PingTimeout
> 2013-04-07 00:36:51,482 DEBUG [agent.manager.AgentManagerImpl]
> (AgentTaskPool-12:null) checking if agent (5) is alive
> 2013-04-07 00:36:51,483 DEBUG [agent.transport.Request]
> (AgentTaskPool-9:null) Seq 6-324993315: Sending  { Cmd , MgmtId: 1, via: 6,
> Ver: v1, Flags: 100011, [{"CheckHealthCommand":{"wait":50}}] }
> 2013-04-07 00:36:51,484 DEBUG [agent.transport.Request]
> (AgentTaskPool-9:null) Seq 6-324993315: Executing:  { Cmd , MgmtId: 1, via:
> 6, Ver: v1, Flags: 100011, [{"CheckHealthCommand":{"wait":50}}] }
> 2013-04-07 00:36:51,484 DEBUG [agent.manager.DirectAgentAttache]
> (DirectAgent-169:null) Seq 6-324993315: Executing request
> 2013-04-07 00:36:51,485 DEBUG [agent.transport.Request]
> (AgentTaskPool-12:null) Seq 5-614334819: Sending  { Cmd , MgmtId: 1, via:
> 5, Ver: v1, Flags: 100011, [{"CheckHealthCommand":{"wait":50}}] }
> 2013-04-07 00:36:51,485 DEBUG [agent.transport.Request]
> (AgentTaskPool-12:null) Seq 5-614334819: Executing:  { Cmd , MgmtId: 1,
> via: 5, Ver: v1, Flags: 100011, [{"CheckHealthCommand":{"wait":50}}] }
> 2013-04-07 00:36:51,485 DEBUG [agent.manager.DirectAgentAttache]
> (DirectAgent-498:null) Seq 5-614334819: Executing request
> 2013-04-07 00:36:51,542 DEBUG [agent.manager.DirectAgentAttache]
> (DirectAgent-169:null) Seq 6-324993315: Response Received:
> 2013-04-07 00:36:51,542 DEBUG [agent.transport.Request]
> (DirectAgent-169:null) Seq 6-324993315: Processing:  { Ans: , MgmtId: 1,
> via: 6, Ver: v1, Flags: 10,
> [{"CheckHealthAnswer":{"result":true,"details":"resource is
> alive","wait":0}}] }
> 2013-04-07 00:36:51,542 DEBUG [agent.transport.Request]
> (AgentTaskPool-9:null) Seq 6-324993315: Received:  { Ans: , MgmtId: 1, via:
> 6, Ver: v1, Flags: 10, { CheckHealthAnswer } }
> 2013-04-07 00:36:51,542 DEBUG [agent.manager.AgentManagerImpl]
> (AgentTaskPool-9:null) Details from executing class
> com.cloud.agent.api.CheckHealthCommand: resource is alive
> 2013-04-07 00:36:51,542 DEBUG [agent.manager.AgentManagerImpl]
> (AgentTaskPool-9:null) agent (6) responded to checkHeathCommand, reporting
> that agent is Up
> 2013-04-07 00:36:51,542 INFO  [agent.manager.AgentManagerImpl]
> (AgentTaskPool-9:null) The state determined is Up
> 2013-04-07 00:36:51,542 INFO  [agent.manager.AgentManagerImpl]
> (AgentTaskPool-9:null) Agent is determined to be up and running
> 2013-04-07 00:36:51,542 DEBUG [cloud.host.Status] (AgentTaskPool-9:null)
> Transition:[Resource state = Enabled, Agent event = Ping, Host id = 6, name
> = Tut-XenServer]
> 2013-04-07 00:36:51,546 DEBUG [cloud.host.Status] (AgentTaskPool-9:null)
> Agent status update: [id = 6; name = Tut-XenServer; old status = Up; event
> = Ping; new status = Up; old update count = 313; new update count = 314]
> 2013-04-07 00:36:51,549 DEBUG [agent.manager.DirectAgentAttache]
> (DirectAgent-498:null) Seq 5-614334819: Response Received:
> 2013-04-07 00:36:51,549 DEBUG [agent.transport.Request]
> (DirectAgent-498:null) Seq 5-614334819: Processing:  { Ans: , MgmtId: 1,
> via: 5, Ver: v1, Flags: 10,
> [{"CheckHealthAnswer":{"result":true,"details":"resource is
> alive","wait":0}}] }
> 2013-04-07 00:36:51,549 DEBUG [agent.transport.Request]
> (AgentTaskPool-12:null) Seq 5-614334819: Received:  { Ans: , MgmtId: 1,
> via: 5, Ver: v1, Flags: 10, { CheckHealthAnswer } }
> 2013-04-07 00:36:51,549 DEBUG [agent.manager.AgentManagerImpl]
> (AgentTaskPool-12:null) Details from executing class
> com.cloud.agent.api.CheckHealthCommand: resource is alive
> 2013-04-07 00:36:51,549 DEBUG [agent.manager.AgentManagerImpl]
> (AgentTaskPool-12:null) agent (5) responded to checkHeathCommand, reporting
> that agent is Up
> 2013-04-07 00:36:51,549 INFO  [agent.manager.AgentManagerImpl]
> (AgentTaskPool-12:null) The state determined is Up
> 2013-04-07 00:36:51,549 INFO  [agent.manager.AgentManagerImpl]
> (AgentTaskPool-12:null) Agent is determined to be up and running
> 2013-04-07 00:36:51,549 DEBUG [cloud.host.Status] (AgentTaskPool-12:null)
> Transition:[Resource state = Enabled, Agent event = Ping, Host id = 5, name
> = Tut-XenServer2]
> 2013-04-07 00:36:51,552 DEBUG [cloud.host.Status] (AgentTaskPool-12:null)
> Agent status update: [id = 5; name = Tut-XenServer2; old status = Up; event
> = Ping; new status = Up; old update count = 150; new update count = 151]
> 2013-04-07 00:36:54,389 INFO  [cloud.vm.UserVmManagerImpl]
> (UserVm-Scavenger-1:null) Found 1 vms to expunge.
> 2013-04-07 00:36:54,389 DEBUG [cloud.vm.VirtualMachineManagerImpl]
> (UserVm-Scavenger-1:null) Stopped called on
> VM[User|c18ddf7c-fc61-40b0-af75-fdef05f8eae6] but the state is Destroyed
> 2013-04-07 00:36:54,391 DEBUG [cloud.capacity.CapacityManagerImpl]
> (UserVm-Scavenger-1:null) VM state transitted from :Destroyed to Expunging
> with event: ExpungeOperationvm's original host id: 5 new host id: null host
> id before state transition: null
> 2013-04-07 00:36:54,391 DEBUG [cloud.vm.VirtualMachineManagerImpl]
> (UserVm-Scavenger-1:null) Destroying vm
> VM[User|c18ddf7c-fc61-40b0-af75-fdef05f8eae6]
> 2013-04-07 00:36:54,391 DEBUG [cloud.vm.VirtualMachineManagerImpl]
> (UserVm-Scavenger-1:null) Cleaning up NICS
> 2013-04-07 00:36:54,391 DEBUG [cloud.network.NetworkManagerImpl]
> (UserVm-Scavenger-1:null) Cleaning network for vm: 12
> 2013-04-07 00:36:54,399 DEBUG [network.guru.DirectNetworkGuru]
> (UserVm-Scavenger-1:null) Deallocate network: networkId: 204, ip:
> 192.168.56.195
> 2013-04-07 00:36:54,409 DEBUG [cloud.network.NetworkManagerImpl]
> (UserVm-Scavenger-1:null) Removed nic id=18
> 2013-04-07 00:36:54,409 DEBUG [cloud.storage.StorageManagerImpl]
> (UserVm-Scavenger-1:null) Cleaning storage for vm: 12
> 2013-04-07 00:36:54,417 DEBUG [cloud.storage.StorageManagerImpl]
> (UserVm-Scavenger-1:null) Expunging Vol[12|vm=12|ROOT]
> 2013-04-07 00:36:54,424 DEBUG [agent.transport.Request]
> (UserVm-Scavenger-1:null) Seq 5-614334820: Sending  { Cmd , MgmtId: 1, via:
> 5, Ver: v1, Flags: 100111,
> [{"storage.DestroyCommand":{"vmName":"i-2-12-VM","volume":{"id":12,"name":"ROOT-12","mountPoint":"/iSCSI_SR_3","path":"40a39639-e8aa-45b5-bfa1-591b68571d0c","size":52428800,"type":"ROOT","storagePoolType":"PreSetup","storagePoolUuid":"iSCSI_SR_3","deviceId":0},"wait":0}}]
> }
> 2013-04-07 00:36:54,424 DEBUG [agent.transport.Request]
> (UserVm-Scavenger-1:null) Seq 5-614334820: Executing:  { Cmd , MgmtId: 1,
> via: 5, Ver: v1, Flags: 100111,
> [{"storage.DestroyCommand":{"vmName":"i-2-12-VM","volume":{"id":12,"name":"ROOT-12","mountPoint":"/iSCSI_SR_3","path":"40a39639-e8aa-45b5-bfa1-591b68571d0c","size":52428800,"type":"ROOT","storagePoolType":"PreSetup","storagePoolUuid":"iSCSI_SR_3","deviceId":0},"wait":0}}]
> }
> 2013-04-07 00:36:54,424 DEBUG [agent.manager.DirectAgentAttache]
> (DirectAgent-411:null) Seq 5-614334820: Executing request
> 2013-04-07 00:36:55,072 DEBUG [agent.manager.DirectAgentAttache]
> (DirectAgent-411:null) Seq 5-614334820: Response Received:
> 2013-04-07 00:36:55,072 DEBUG [agent.transport.Request]
> (DirectAgent-411:null) Seq 5-614334820: Processing:  { Ans: , MgmtId: 1,
> via: 5, Ver: v1, Flags: 110,
> [{"Answer":{"result":true,"details":"Success","wait":0}}] }
> 2013-04-07 00:36:55,072 DEBUG [agent.transport.Request]
> (UserVm-Scavenger-1:null) Seq 5-614334820: Received:  { Ans: , MgmtId: 1,
> via: 5, Ver: v1, Flags: 110, { Answer } }
> 2013-04-07 00:36:55,072 DEBUG [agent.manager.AgentAttache]
> (DirectAgent-411:null) Seq 5-614334820: No more commands found
> 2013-04-07 00:36:55,076 DEBUG [cloud.storage.StorageManagerImpl]
> (UserVm-Scavenger-1:null) Volume successfully expunged from 257
> 2013-04-07 00:36:55,076 DEBUG [cloud.vm.VirtualMachineManagerImpl]
> (UserVm-Scavenger-1:null) Expunged
> VM[User|c18ddf7c-fc61-40b0-af75-fdef05f8eae6]
> 2013-04-07 00:36:55,076 DEBUG [cloud.vm.UserVmManagerImpl]
> (UserVm-Scavenger-1:null) Starting cleaning up vm
> VM[User|c18ddf7c-fc61-40b0-af75-fdef05f8eae6] resources...
> 2013-04-07 00:36:55,080 INFO  [network.security.SecurityGroupManagerImpl]
> (UserVm-Scavenger-1:null) Disassociated 1 network groups  from uservm 12
> 2013-04-07 00:36:55,081 DEBUG [network.security.SecurityGroupManagerImpl]
> (UserVm-Scavenger-1:null) Security group mappings are removed successfully
> for vm id=12
> 2013-04-07 00:36:55,090 DEBUG [network.firewall.FirewallManagerImpl]
> (UserVm-Scavenger-1:null) No firewall rules are found for vm id=12
> 2013-04-07 00:36:55,090 DEBUG [cloud.vm.UserVmManagerImpl]
> (UserVm-Scavenger-1:null) Firewall rules are removed successfully as a part
> of vm id=12 expunge
> 2013-04-07 00:36:55,093 DEBUG [network.rules.RulesManagerImpl]
> (UserVm-Scavenger-1:null) No port forwarding rules are found for vm id=12
> 2013-04-07 00:36:55,093 DEBUG [cloud.vm.UserVmManagerImpl]
> (UserVm-Scavenger-1:null) Port forwarding rules are removed successfully as
> a part of vm id=12 expunge
> 2013-04-07 00:36:55,095 DEBUG [cloud.vm.UserVmManagerImpl]
> (UserVm-Scavenger-1:null) Removed vm id=12 from all load balancers as a
> part of expunge process
> 2013-04-07 00:36:55,096 DEBUG [cloud.vm.UserVmManagerImpl]
> (UserVm-Scavenger-1:null) Successfully cleaned up vm
> VM[User|c18ddf7c-fc61-40b0-af75-fdef05f8eae6] resources as a part of
> expunge process
> 2013-04-07 00:37:04,802 DEBUG [agent.manager.DirectAgentAttache]
> (DirectAgent-110:null) Ping from 6
> 2013-04-07 00:37:06,042 DEBUG [agent.manager.DirectAgentAttache]
> (DirectAgent-409:null) Ping from 5
> 2013-04-07 00:37:06,909 DEBUG [agent.manager.DirectAgentAttache]
> (DirectAgent-239:null) Seq 6-324993028: Executing request
> 2013-04-07 00:37:07,099 DEBUG [agent.manager.DirectAgentAttache]
> (DirectAgent-239:null) Seq 6-324993028: Response Received:
> 2013-04-07 00:37:07,100 DEBUG [agent.transport.Request]
> (DirectAgent-239:null) Seq 6-324993028: Processing:  { Ans: , MgmtId: 1,
> via: 6, Ver: v1, Flags: 10,
> [{"ClusterSyncAnswer":{"_clusterId":2,"_newStates":{},"_isExecuted":false,"result":true,"wait":0}}]
> }
> 2013-04-07 00:37:11,022 DEBUG [agent.manager.DirectAgentAttache]
> (DirectAgent-225:null) Seq 5-614334468: Executing request
> 2013-04-07 00:37:11,170 DEBUG [agent.manager.DirectAgentAttache]
> (DirectAgent-225:null) Seq 5-614334468: Response Received:
> 2013-04-07 00:37:11,171 DEBUG [agent.transport.Request]
> (DirectAgent-225:null) Seq 5-614334468: Processing:  { Ans: , MgmtId: 1,
> via: 5, Ver: v1, Flags: 10, [{"Answer":{"result":true,"wait":0}}] }
> 2013-04-07 00:37:20,451 DEBUG
> [storage.secondary.SecondaryStorageManagerImpl] (secstorage-1:null) Zone 1
> is ready to launch secondary storage VM
> 2013-04-07 00:37:20,554 DEBUG [cloud.consoleproxy.ConsoleProxyManagerImpl]
> (consoleproxy-1:null) Zone 1 is ready to launch console proxy
> 2013-04-07 00:37:20,820 DEBUG
> [network.router.VirtualNetworkApplianceManagerImpl]
> (RouterStatusMonitor-1:null) Found 0 routers to update status.
> 2013-04-07 00:37:20,822 DEBUG
> [network.router.VirtualNetworkApplianceManagerImpl]
> (RouterStatusMonitor-1:null) Found 0 networks to update RvR status.
> 2013-04-07 00:37:20,851 DEBUG
> [network.router.VirtualNetworkApplianceManagerImpl]
> (RouterStatusMonitor-1:null) Found 0 routers to update status.
> 2013-04-07 00:37:20,852 DEBUG
> [network.router.VirtualNetworkApplianceManagerImpl]
> (RouterStatusMonitor-1:null) Found 0 networks to update RvR status.
> 2013-04-07 00:37:24,890 DEBUG [agent.manager.AgentManagerImpl]
> (AgentManager-Handler-6:null) Ping from 4
> 2013-04-07 00:37:27,167 DEBUG [agent.manager.DirectAgentAttache]
> (DirectAgent-354:null) Ping from 1
> 2013-04-07 00:37:29,095 DEBUG [agent.manager.DirectAgentAttache]
> (DirectAgent-97:null) Seq 1-90046472: Executing request
> 2013-04-07 00:37:29,317 DEBUG [agent.manager.DirectAgentAttache]
> (DirectAgent-97:null) Seq 1-90046472: Response Received:
> 2013-04-07 00:37:29,317 DEBUG [agent.transport.Request]
> (DirectAgent-97:null) Seq 1-90046472: Processing:  { Ans: , MgmtId: 1, via:
> 1, Ver: v1, Flags: 10,
> [{"ClusterSyncAnswer":{"_clusterId":1,"_newStates":{},"_isExecuted":false,"result":true,"wait":0}}]
> }
> 2013-04-07 00:37:47,679 DEBUG [agent.manager.AgentManagerImpl]
> (AgentManager-Handler-7:null) Ping from 3
> 2013-04-07 00:37:50,451 DEBUG
> [storage.secondary.SecondaryStorageManagerImpl] (secstorage-1:null) Zone 1
> is ready to launch secondary storage VM
> 2013-04-07 00:37:50,555 DEBUG [cloud.consoleproxy.ConsoleProxyManagerImpl]
> (consoleproxy-1:null) Zone 1 is ready to launch console proxy
> 2013-04-07 00:37:50,798 INFO  [cloud.ha.HighAvailabilityManagerImpl]
> (HA-2:null) checking health of usage server
> 2013-04-07 00:37:50,799 DEBUG [cloud.ha.HighAvailabilityManagerImpl]
> (HA-2:null) usage server running? false, heartbeat: null
> 2013-04-07 00:37:50,801 DEBUG [cloud.alert.AlertManagerImpl] (HA-2:null)
> Have already sent: 1 emails for alert type '12' -- skipping send email
> 2013-04-07 00:37:50,816 DEBUG
> [network.router.VirtualNetworkApplianceManagerImpl] (RouterMonitor-1:null)
> Found 0 running routers.
> 2013-04-07 00:37:50,820 DEBUG
> [network.router.VirtualNetworkApplianceManagerImpl]
> (RouterStatusMonitor-1:null) Found 0 routers to update status.
> 2013-04-07 00:37:50,821 DEBUG
> [network.router.VirtualNetworkApplianceManagerImpl]
> (RouterStatusMonitor-1:null) Found 0 networks to update RvR status.
> 2013-04-07 00:37:50,850 DEBUG
> [network.router.VirtualNetworkApplianceManagerImpl] (RouterMonitor-1:null)
> Found 0 running routers.
> 2013-04-07 00:37:50,851 DEBUG
> [network.router.VirtualNetworkApplianceManagerImpl]
> (RouterStatusMonitor-1:null) Found 0 routers to update status.
> 2013-04-07 00:37:50,852 DEBUG
> [network.router.VirtualNetworkApplianceManagerImpl]
> (RouterStatusMonitor-1:null) Found 0 networks to update RvR status.
> 2013-04-07 00:37:50,909 DEBUG
> [cloud.network.ExternalLoadBalancerUsageManagerImpl]
> (ExternalNetworkMonitor-1:null) External devices stats collector is
> running...
> 2013-04-07 00:37:50,920 DEBUG [storage.snapshot.SnapshotSchedulerImpl]
> (SnapshotPollTask:null) Snapshot scheduler.poll is being called at
> 2013-04-07 06:37:50 GMT
> 2013-04-07 00:37:50,921 DEBUG [storage.snapshot.SnapshotSchedulerImpl]
> (SnapshotPollTask:null) Got 0 snapshots to be executed at 2013-04-07
> 06:37:50 GMT
> 2013-04-07 00:37:51,480 INFO  [agent.manager.AgentMonitor]
> (Thread-11:null) Found the following agents behind on ping: [6, 5]
> 2013-04-07 00:37:51,481 DEBUG [cloud.host.Status] (Thread-11:null) Ping
> timeout for host 6, do invstigation
> 2013-04-07 00:37:51,482 DEBUG [cloud.host.Status] (Thread-11:null) Ping
> timeout for host 5, do invstigation
> 2013-04-07 00:37:51,483 INFO  [agent.manager.AgentManagerImpl]
> (AgentTaskPool-10:null) Investigating why host 6 has disconnected with
> event PingTimeout
> 2013-04-07 00:37:51,483 DEBUG [agent.manager.AgentManagerImpl]
> (AgentTaskPool-10:null) checking if agent (6) is alive
> 2013-04-07 00:37:51,484 INFO  [agent.manager.AgentManagerImpl]
> (AgentTaskPool-13:null) Investigating why host 5 has disconnected with
> event PingTimeout
> 2013-04-07 00:37:51,484 DEBUG [agent.manager.AgentManagerImpl]
> (AgentTaskPool-13:null) checking if agent (5) is alive
> 2013-04-07 00:37:51,486 DEBUG [agent.transport.Request]
> (AgentTaskPool-10:null) Seq 6-324993316: Sending  { Cmd , MgmtId: 1, via:
> 6, Ver: v1, Flags: 100011, [{"CheckHealthCommand":{"wait":50}}] }
> 2013-04-07 00:37:51,486 DEBUG [agent.transport.Request]
> (AgentTaskPool-10:null) Seq 6-324993316: Executing:  { Cmd , MgmtId: 1,
> via: 6, Ver: v1, Flags: 100011, [{"CheckHealthCommand":{"wait":50}}] }
> 2013-04-07 00:37:51,486 DEBUG [agent.manager.DirectAgentAttache]
> (DirectAgent-303:null) Seq 6-324993316: Executing request
> 2013-04-07 00:37:51,488 DEBUG [agent.transport.Request]
> (AgentTaskPool-13:null) Seq 5-614334821: Sending  { Cmd , MgmtId: 1, via:
> 5, Ver: v1, Flags: 100011, [{"CheckHealthCommand":{"wait":50}}] }
> 2013-04-07 00:37:51,488 DEBUG [agent.transport.Request]
> (AgentTaskPool-13:null) Seq 5-614334821: Executing:  { Cmd , MgmtId: 1,
> via: 5, Ver: v1, Flags: 100011, [{"CheckHealthCommand":{"wait":50}}] }
> 2013-04-07 00:37:51,488 DEBUG [agent.manager.DirectAgentAttache]
> (DirectAgent-158:null) Seq 5-614334821: Executing request
> 2013-04-07 00:37:51,537 DEBUG [agent.manager.DirectAgentAttache]
> (DirectAgent-303:null) Seq 6-324993316: Response Received:
> 2013-04-07 00:37:51,538 DEBUG [agent.transport.Request]
> (DirectAgent-303:null) Seq 6-324993316: Processing:  { Ans: , MgmtId: 1,
> via: 6, Ver: v1, Flags: 10,
> [{"CheckHealthAnswer":{"result":true,"details":"resource is
> alive","wait":0}}] }
> 2013-04-07 00:37:51,538 DEBUG [agent.transport.Request]
> (AgentTaskPool-10:null) Seq 6-324993316: Received:  { Ans: , MgmtId: 1,
> via: 6, Ver: v1, Flags: 10, { CheckHealthAnswer } }
> 2013-04-07 00:37:51,538 DEBUG [agent.manager.AgentManagerImpl]
> (AgentTaskPool-10:null) Details from executing class
> com.cloud.agent.api.CheckHealthCommand: resource is alive
> 2013-04-07 00:37:51,538 DEBUG [agent.manager.AgentManagerImpl]
> (AgentTaskPool-10:null) agent (6) responded to checkHeathCommand, reporting
> that agent is Up
> 2013-04-07 00:37:51,538 INFO  [agent.manager.AgentManagerImpl]
> (AgentTaskPool-10:null) The state determined is Up
> 2013-04-07 00:37:51,538 INFO  [agent.manager.AgentManagerImpl]
> (AgentTaskPool-10:null) Agent is determined to be up and running
> 2013-04-07 00:37:51,538 DEBUG [cloud.host.Status] (AgentTaskPool-10:null)
> Transition:[Resource state = Enabled, Agent event = Ping, Host id = 6, name
> = Tut-XenServer]
> 2013-04-07 00:37:51,541 DEBUG [agent.manager.DirectAgentAttache]
> (DirectAgent-158:null) Seq 5-614334821: Response Received:
> 2013-04-07 00:37:51,541 DEBUG [agent.transport.Request]
> (DirectAgent-158:null) Seq 5-614334821: Processing:  { Ans: , MgmtId: 1,
> via: 5, Ver: v1, Flags: 10,
> [{"CheckHealthAnswer":{"result":true,"details":"resource is
> alive","wait":0}}] }
> 2013-04-07 00:37:51,541 DEBUG [agent.transport.Request]
> (AgentTaskPool-13:null) Seq 5-614334821: Received:  { Ans: , MgmtId: 1,
> via: 5, Ver: v1, Flags: 10, { CheckHealthAnswer } }
> 2013-04-07 00:37:51,541 DEBUG [agent.manager.AgentManagerImpl]
> (AgentTaskPool-13:null) Details from executing class
> com.cloud.agent.api.CheckHealthCommand: resource is alive
> 2013-04-07 00:37:51,541 DEBUG [agent.manager.AgentManagerImpl]
> (AgentTaskPool-13:null) agent (5) responded to checkHeathCommand, reporting
> that agent is Up
> 2013-04-07 00:37:51,541 INFO  [agent.manager.AgentManagerImpl]
> (AgentTaskPool-13:null) The state determined is Up
> 2013-04-07 00:37:51,541 DEBUG [cloud.host.Status] (AgentTaskPool-10:null)
> Agent status update: [id = 6; name = Tut-XenServer; old status = Up; event
> = Ping; new status = Up; old update count = 314; new update count = 315]
> 2013-04-07 00:37:51,541 INFO  [agent.manager.AgentManagerImpl]
> (AgentTaskPool-13:null) Agent is determined to be up and running
> 2013-04-07 00:37:51,541 DEBUG [cloud.host.Status] (AgentTaskPool-13:null)
> Transition:[Resource state = Enabled, Agent event = Ping, Host id = 5, name
> = Tut-XenServer2]
> 2013-04-07 00:37:51,544 DEBUG [cloud.host.Status] (AgentTaskPool-13:null)
> Agent status update: [id = 5; name = Tut-XenServer2; old status = Up; event
> = Ping; new status = Up; old update count = 151; new update count = 152]
> 2013-04-07 00:37:55,103 INFO  [cloud.vm.UserVmManagerImpl]
> (UserVm-Scavenger-1:null) Found 1 vms to expunge.
> 2013-04-07 00:37:55,103 DEBUG [cloud.vm.VirtualMachineManagerImpl]
> (UserVm-Scavenger-1:null) Stopped called on
> VM[User|94ddc16f-04fc-4da1-8326-01d8d5cdeb44] but the state is Destroyed
> 2013-04-07 00:37:55,105 DEBUG [cloud.capacity.CapacityManagerImpl]
> (UserVm-Scavenger-1:null) VM state transitted from :Destroyed to Expunging
> with event: ExpungeOperationvm's original host id: 6 new host id: null host
> id before state transition: null
> 2013-04-07 00:37:55,105 DEBUG [cloud.vm.VirtualMachineManagerImpl]
> (UserVm-Scavenger-1:null) Destroying vm
> VM[User|94ddc16f-04fc-4da1-8326-01d8d5cdeb44]
> 2013-04-07 00:37:55,105 DEBUG [cloud.vm.VirtualMachineManagerImpl]
> (UserVm-Scavenger-1:null) Cleaning up NICS
> 2013-04-07 00:37:55,105 DEBUG [cloud.network.NetworkManagerImpl]
> (UserVm-Scavenger-1:null) Cleaning network for vm: 13
> 2013-04-07 00:37:55,113 DEBUG [network.guru.DirectNetworkGuru]
> (UserVm-Scavenger-1:null) Deallocate network: networkId: 204, ip:
> 192.168.56.146
> 2013-04-07 00:37:55,124 DEBUG [cloud.network.NetworkManagerImpl]
> (UserVm-Scavenger-1:null) Removed nic id=19
> 2013-04-07 00:37:55,124 DEBUG [cloud.storage.StorageManagerImpl]
> (UserVm-Scavenger-1:null) Cleaning storage for vm: 13
> 2013-04-07 00:37:55,132 DEBUG [cloud.storage.StorageManagerImpl]
> (UserVm-Scavenger-1:null) Expunging Vol[13|vm=13|ROOT]
> 2013-04-07 00:37:55,139 DEBUG [agent.transport.Request]
> (UserVm-Scavenger-1:null) Seq 6-324993317: Sending  { Cmd , MgmtId: 1, via:
> 6, Ver: v1, Flags: 100111,
> [{"storage.DestroyCommand":{"vmName":"i-2-13-VM","volume":{"id":13,"name":"ROOT-13","mountPoint":"/iSCSI_SR_3","path":"99154d9c-2665-465d-8c71-e60f1748895b","size":52428800,"type":"ROOT","storagePoolType":"PreSetup","storagePoolUuid":"iSCSI_SR_3","deviceId":0},"wait":0}}]
> }
> 2013-04-07 00:37:55,140 DEBUG [agent.transport.Request]
> (UserVm-Scavenger-1:null) Seq 6-324993317: Executing:  { Cmd , MgmtId: 1,
> via: 6, Ver: v1, Flags: 100111,
> [{"storage.DestroyCommand":{"vmName":"i-2-13-VM","volume":{"id":13,"name":"ROOT-13","mountPoint":"/iSCSI_SR_3","path":"99154d9c-2665-465d-8c71-e60f1748895b","size":52428800,"type":"ROOT","storagePoolType":"PreSetup","storagePoolUuid":"iSCSI_SR_3","deviceId":0},"wait":0}}]
> }
> 2013-04-07 00:37:55,140 DEBUG [agent.manager.DirectAgentAttache]
> (DirectAgent-87:null) Seq 6-324993317: Executing request
> 2013-04-07 00:37:55,724 DEBUG [agent.manager.DirectAgentAttache]
> (DirectAgent-87:null) Seq 6-324993317: Response Received:
> 2013-04-07 00:37:55,724 DEBUG [agent.transport.Request]
> (DirectAgent-87:null) Seq 6-324993317: Processing:  { Ans: , MgmtId: 1,
> via: 6, Ver: v1, Flags: 110,
> [{"Answer":{"result":true,"details":"Success","wait":0}}] }
> 2013-04-07 00:37:55,724 DEBUG [agent.manager.AgentAttache]
> (DirectAgent-87:null) Seq 6-324993317: No more commands found
> 2013-04-07 00:37:55,724 DEBUG [agent.transport.Request]
> (UserVm-Scavenger-1:null) Seq 6-324993317: Received:  { Ans: , MgmtId: 1,
> via: 6, Ver: v1, Flags: 110, { Answer } }
> 2013-04-07 00:37:55,727 DEBUG [cloud.storage.StorageManagerImpl]
> (UserVm-Scavenger-1:null) Volume successfully expunged from 257
> 2013-04-07 00:37:55,727 DEBUG [cloud.vm.VirtualMachineManagerImpl]
> (UserVm-Scavenger-1:null) Expunged
> VM[User|94ddc16f-04fc-4da1-8326-01d8d5cdeb44]
> 2013-04-07 00:37:55,727 DEBUG [cloud.vm.UserVmManagerImpl]
> (UserVm-Scavenger-1:null) Starting cleaning up vm
> VM[User|94ddc16f-04fc-4da1-8326-01d8d5cdeb44] resources...
> 2013-04-07 00:37:55,730 INFO  [network.security.SecurityGroupManagerImpl]
> (UserVm-Scavenger-1:null) Disassociated 1 network groups  from uservm 13
> 2013-04-07 00:37:55,732 DEBUG [network.security.SecurityGroupManagerImpl]
> (UserVm-Scavenger-1:null) Security group mappings are removed successfully
> for vm id=13
> 2013-04-07 00:37:55,736 DEBUG [network.firewall.FirewallManagerImpl]
> (UserVm-Scavenger-1:null) No firewall rules are found for vm id=13
> 2013-04-07 00:37:55,737 DEBUG [cloud.vm.UserVmManagerImpl]
> (UserVm-Scavenger-1:null) Firewall rules are removed successfully as a part
> of vm id=13 expunge
> 2013-04-07 00:37:55,739 DEBUG [network.rules.RulesManagerImpl]
> (UserVm-Scavenger-1:null) No port forwarding rules are found for vm id=13
> 2013-04-07 00:37:55,739 DEBUG [cloud.vm.UserVmManagerImpl]
> (UserVm-Scavenger-1:null) Port forwarding rules are removed successfully as
> a part of vm id=13 expunge
> 2013-04-07 00:37:55,740 DEBUG [cloud.vm.UserVmManagerImpl]
> (UserVm-Scavenger-1:null) Removed vm id=13 from all load balancers as a
> part of expunge process
> 2013-04-07 00:37:55,741 DEBUG [cloud.vm.UserVmManagerImpl]
> (UserVm-Scavenger-1:null) Successfully cleaned up vm
> VM[User|94ddc16f-04fc-4da1-8326-01d8d5cdeb44] resources as a part of
> expunge process
> 2013-04-07 00:38:04,813 DEBUG [agent.manager.DirectAgentAttache]
> (DirectAgent-442:null) Ping from 6
> 2013-04-07 00:38:06,064 DEBUG [agent.manager.DirectAgentAttache]
> (DirectAgent-374:null) Ping from 5
> 2013-04-07 00:38:06,909 DEBUG [agent.manager.DirectAgentAttache]
> (DirectAgent-157:null) Seq 6-324993028: Executing request
> 2013-04-07 00:38:07,099 DEBUG [agent.manager.DirectAgentAttache]
> (DirectAgent-157:null) Seq 6-324993028: Response Received:
> 2013-04-07 00:38:07,100 DEBUG [agent.transport.Request]
> (DirectAgent-157:null) Seq 6-324993028: Processing:  { Ans: , MgmtId: 1,
> via: 6, Ver: v1, Flags: 10,
> [{"ClusterSyncAnswer":{"_clusterId":2,"_newStates":{},"_isExecuted":false,"result":true,"wait":0}}]
> }
> 2013-04-07 00:38:11,022 DEBUG [agent.manager.DirectAgentAttache]
> (DirectAgent-192:null) Seq 5-614334468: Executing request
> 2013-04-07 00:38:11,181 DEBUG [agent.manager.DirectAgentAttache]
> (DirectAgent-192:null) Seq 5-614334468: Response Received:
> 2013-04-07 00:38:11,181 DEBUG [agent.transport.Request]
> (DirectAgent-192:null) Seq 5-614334468: Processing:  { Ans: , MgmtId: 1,
> via: 5, Ver: v1, Flags: 10, [{"Answer":{"result":true,"wait":0}}] }
> 2013-04-07 00:38:20,455 DEBUG
> [storage.secondary.SecondaryStorageManagerImpl] (secstorage-1:null) Zone 1
> is ready to launch secondary storage VM
> 2013-04-07 00:38:20,573 DEBUG [cloud.consoleproxy.ConsoleProxyManagerImpl]
> (consoleproxy-1:null) Zone 1 is ready to launch console proxy
> 2013-04-07 00:38:20,820 DEBUG
> [network.router.VirtualNetworkApplianceManagerImpl]
> (RouterStatusMonitor-1:null) Found 0 routers to update status.
> 2013-04-07 00:38:20,821 DEBUG
> [network.router.VirtualNetworkApplianceManagerImpl]
> (RouterStatusMonitor-1:null) Found 0 networks to update RvR status.
> 2013-04-07 00:38:20,851 DEBUG
> [network.router.VirtualNetworkApplianceManagerImpl]
> (RouterStatusMonitor-1:null) Found 0 routers to update status.
> 2013-04-07 00:38:20,853 DEBUG
> [network.router.VirtualNetworkApplianceManagerImpl]
> (RouterStatusMonitor-1:null) Found 0 networks to update RvR status.
> 2013-04-07 00:38:20,921 DEBUG [cloud.alert.AlertManagerImpl]
> (CapacityChecker:null) Running Capacity Checker ...
> 2013-04-07 00:38:20,921 DEBUG [cloud.alert.AlertManagerImpl]
> (CapacityChecker:null) recalculating system capacity
> 2013-04-07 00:38:20,921 DEBUG [cloud.alert.AlertManagerImpl]
> (CapacityChecker:null) Executing cpu/ram capacity update
> 2013-04-07 00:38:20,931 DEBUG [cloud.capacity.CapacityManagerImpl]
> (CapacityChecker:null) Found 2 VMs on host 1
> 2013-04-07 00:38:20,932 DEBUG [cloud.capacity.CapacityManagerImpl]
> (CapacityChecker:null) Found 0 VM, not running on host 1
> 2013-04-07 00:38:20,935 DEBUG [cloud.capacity.CapacityManagerImpl]
> (CapacityChecker:null) No need to calibrate cpu capacity, host:1 usedCpu:
> 200 reservedCpu: 0
> 2013-04-07 00:38:20,935 DEBUG [cloud.capacity.CapacityManagerImpl]
> (CapacityChecker:null) No need to calibrate memory capacity, host:1
> usedMem: 209715200 reservedMem: 0
> 2013-04-07 00:38:20,940 DEBUG [cloud.capacity.CapacityManagerImpl]
> (CapacityChecker:null) Found 0 VMs on host 5
> 2013-04-07 00:38:20,941 DEBUG [cloud.capacity.CapacityManagerImpl]
> (CapacityChecker:null) Found 0 VM, not running on host 5
> 2013-04-07 00:38:20,944 DEBUG [cloud.capacity.CapacityManagerImpl]
> (CapacityChecker:null) No need to calibrate cpu capacity, host:5 usedCpu: 0
> reservedCpu: 0
> 2013-04-07 00:38:20,944 DEBUG [cloud.capacity.CapacityManagerImpl]
> (CapacityChecker:null) No need to calibrate memory capacity, host:5
> usedMem: 0 reservedMem: 0
> 2013-04-07 00:38:20,950 DEBUG [cloud.capacity.CapacityManagerImpl]
> (CapacityChecker:null) Found 1 VMs on host 6
> 2013-04-07 00:38:20,951 DEBUG [cloud.capacity.CapacityManagerImpl]
> (CapacityChecker:null) Found 0 VM, not running on host 6
> 2013-04-07 00:38:20,954 DEBUG [cloud.capacity.CapacityManagerImpl]
> (CapacityChecker:null) No need to calibrate cpu capacity, host:6 usedCpu:
> 100 reservedCpu: 0
> 2013-04-07 00:38:20,954 DEBUG [cloud.capacity.CapacityManagerImpl]
> (CapacityChecker:null) No need to calibrate memory capacity, host:6
> usedMem: 104857600 reservedMem: 0
> 2013-04-07 00:38:20,954 DEBUG [cloud.alert.AlertManagerImpl]
> (CapacityChecker:null) Done executing cpu/ram capacity update
> 2013-04-07 00:38:20,954 DEBUG [cloud.alert.AlertManagerImpl]
> (CapacityChecker:null) Executing storage capacity update
> 2013-04-07 00:38:20,961 DEBUG [cloud.storage.StorageManagerImpl]
> (CapacityChecker:null) Successfully set Capacity - 31004332032 for capacity
> type - 9 , DataCenterId - 1, HostOrPoolId - 200, PodId 1
> 2013-04-07 00:38:20,965 DEBUG [cloud.storage.StorageManagerImpl]
> (CapacityChecker:null) Successfully set Capacity - 97221701632 for capacity
> type - 9 , DataCenterId - 1, HostOrPoolId - 201, PodId 1
> 2013-04-07 00:38:20,970 DEBUG [cloud.storage.StorageManagerImpl]
> (CapacityChecker:null) Successfully set Capacity - 97221701632 for capacity
> type - 9 , DataCenterId - 1, HostOrPoolId - 202, PodId 1
> 2013-04-07 00:38:20,975 DEBUG [cloud.storage.StorageManagerImpl]
> (CapacityChecker:null) Successfully set Capacity - 2084569088 for capacity
> type - 3 , DataCenterId - 1, HostOrPoolId - 256, PodId 1
> 2013-04-07 00:38:20,980 DEBUG [cloud.storage.StorageManagerImpl]
> (CapacityChecker:null) Successfully set Capacity - 2084569088 for capacity
> type - 3 , DataCenterId - 1, HostOrPoolId - 257, PodId 1
> 2013-04-07 00:38:20,985 DEBUG [cloud.storage.StorageManagerImpl]
> (CapacityChecker:null) Successfully set Capacity - 2084569088 for capacity
> type - 3 , DataCenterId - 1, HostOrPoolId - 262, PodId 1
> 2013-04-07 00:38:20,985 DEBUG [cloud.alert.AlertManagerImpl]
> (CapacityChecker:null) Done executing storage capacity update
> 2013-04-07 00:38:20,985 DEBUG [cloud.alert.AlertManagerImpl]
> (CapacityChecker:null) Executing capacity updates for public ip and Vlans
> 2013-04-07 00:38:20,995 DEBUG [cloud.alert.AlertManagerImpl]
> (CapacityChecker:null) Done capacity updates for public ip and Vlans
> 2013-04-07 00:38:20,996 DEBUG [cloud.alert.AlertManagerImpl]
> (CapacityChecker:null) Executing capacity updates for private ip
> 2013-04-07 00:38:21,003 DEBUG [cloud.alert.AlertManagerImpl]
> (CapacityChecker:null) Done executing capacity updates for private ip
> 2013-04-07 00:38:21,003 DEBUG [cloud.alert.AlertManagerImpl]
> (CapacityChecker:null) Done recalculating system capacity
> 2013-04-07 00:38:21,031 DEBUG [cloud.alert.AlertManagerImpl]
> (CapacityChecker:null) Done running Capacity Checker ...
> 2013-04-07 00:38:24,889 DEBUG [agent.manager.AgentManagerImpl]
> (AgentManager-Handler-8:null) Ping from 4
> 2013-04-07 00:38:27,157 DEBUG [agent.manager.DirectAgentAttache]
> (DirectAgent-311:null) Ping from 1
> 2013-04-07 00:38:29,095 DEBUG [agent.manager.DirectAgentAttache]
> (DirectAgent-197:null) Seq 1-90046472: Executing request
> 2013-04-07 00:38:29,323 DEBUG [agent.manager.DirectAgentAttache]
> (DirectAgent-197:null) Seq 1-90046472: Response Received:
> 2013-04-07 00:38:29,324 DEBUG [agent.transport.Request]
> (DirectAgent-197:null) Seq 1-90046472: Processing:  { Ans: , MgmtId: 1,
> via: 1, Ver: v1, Flags: 10,
> [{"ClusterSyncAnswer":{"_clusterId":1,"_newStates":{},"_isExecuted":false,"result":true,"wait":0}}]
> }
> 2013-04-07 00:38:47,679 DEBUG [agent.manager.AgentManagerImpl]
> (AgentManager-Handler-9:null) Ping from 3
> 2013-04-07 00:38:50,453 DEBUG
> [storage.secondary.SecondaryStorageManagerImpl] (secstorage-1:null) Zone 1
> is ready to launch secondary storage VM
> 2013-04-07 00:38:50,560 DEBUG [cloud.consoleproxy.ConsoleProxyManagerImpl]
> (consoleproxy-1:null) Zone 1 is ready to launch console proxy
> 2013-04-07 00:38:50,819 DEBUG
> [network.router.VirtualNetworkApplianceManagerImpl]
> (RouterStatusMonitor-1:null) Found 0 routers to update status.
> 2013-04-07 00:38:50,820 DEBUG
> [network.router.VirtualNetworkApplianceManagerImpl]
> (RouterStatusMonitor-1:null) Found 0 networks to update RvR status.
> 2013-04-07 00:38:50,851 DEBUG
> [network.router.VirtualNetworkApplianceManagerImpl]
> (RouterStatusMonitor-1:null) Found 0 routers to update status.
> 2013-04-07 00:38:50,852 DEBUG
> [network.router.VirtualNetworkApplianceManagerImpl]
> (RouterStatusMonitor-1:null) Found 0 networks to update RvR status.
> 2013-04-07 00:38:51,483 INFO  [agent.manager.AgentMonitor]
> (Thread-11:null) Found the following agents behind on ping: [6, 5]
> 2013-04-07 00:38:51,485 DEBUG [cloud.host.Status] (Thread-11:null) Ping
> timeout for host 6, do invstigation
> 2013-04-07 00:38:51,486 DEBUG [cloud.host.Status] (Thread-11:null) Ping
> timeout for host 5, do invstigation
> 2013-04-07 00:38:51,486 INFO  [agent.manager.AgentManagerImpl]
> (AgentTaskPool-11:null) Investigating why host 6 has disconnected with
> event PingTimeout
> 2013-04-07 00:38:51,486 DEBUG [agent.manager.AgentManagerImpl]
> (AgentTaskPool-11:null) checking if agent (6) is alive
> 2013-04-07 00:38:51,487 INFO  [agent.manager.AgentManagerImpl]
> (AgentTaskPool-16:null) Investigating why host 5 has disconnected with
> event PingTimeout
> 2013-04-07 00:38:51,488 DEBUG [agent.manager.AgentManagerImpl]
> (AgentTaskPool-16:null) checking if agent (5) is alive
> 2013-04-07 00:38:51,489 DEBUG [agent.transport.Request]
> (AgentTaskPool-11:null) Seq 6-324993318: Sending  { Cmd , MgmtId: 1, via:
> 6, Ver: v1, Flags: 100011, [{"CheckHealthCommand":{"wait":50}}] }
> 2013-04-07 00:38:51,489 DEBUG [agent.transport.Request]
> (AgentTaskPool-11:null) Seq 6-324993318: Executing:  { Cmd , MgmtId: 1,
> via: 6, Ver: v1, Flags: 100011, [{"CheckHealthCommand":{"wait":50}}] }
> 2013-04-07 00:38:51,489 DEBUG [agent.manager.DirectAgentAttache]
> (DirectAgent-372:null) Seq 6-324993318: Executing request
> 2013-04-07 00:38:51,491 DEBUG [agent.transport.Request]
> (AgentTaskPool-16:null) Seq 5-614334822: Sending  { Cmd , MgmtId: 1, via:
> 5, Ver: v1, Flags: 100011, [{"CheckHealthCommand":{"wait":50}}] }
> 2013-04-07 00:38:51,491 DEBUG [agent.transport.Request]
> (AgentTaskPool-16:null) Seq 5-614334822: Executing:  { Cmd , MgmtId: 1,
> via: 5, Ver: v1, Flags: 100011, [{"CheckHealthCommand":{"wait":50}}] }
> 2013-04-07 00:38:51,491 DEBUG [agent.manager.DirectAgentAttache]
> (DirectAgent-252:null) Seq 5-614334822: Executing request
> 2013-04-07 00:38:51,546 DEBUG [agent.manager.DirectAgentAttache]
> (DirectAgent-372:null) Seq 6-324993318: Response Received:
> 2013-04-07 00:38:51,547 DEBUG [agent.transport.Request]
> (DirectAgent-372:null) Seq 6-324993318: Processing:  { Ans: , MgmtId: 1,
> via: 6, Ver: v1, Flags: 10,
> [{"CheckHealthAnswer":{"result":true,"details":"resource is
> alive","wait":0}}] }
> 2013-04-07 00:38:51,547 DEBUG [agent.transport.Request]
> (AgentTaskPool-11:null) Seq 6-324993318: Received:  { Ans: , MgmtId: 1,
> via: 6, Ver: v1, Flags: 10, { CheckHealthAnswer } }
> 2013-04-07 00:38:51,547 DEBUG [agent.manager.AgentManagerImpl]
> (AgentTaskPool-11:null) Details from executing class
> com.cloud.agent.api.CheckHealthCommand: resource is alive
> 2013-04-07 00:38:51,547 DEBUG [agent.manager.AgentManagerImpl]
> (AgentTaskPool-11:null) agent (6) responded to checkHeathCommand, reporting
> that agent is Up
> 2013-04-07 00:38:51,547 INFO  [agent.manager.AgentManagerImpl]
> (AgentTaskPool-11:null) The state determined is Up
> 2013-04-07 00:38:51,547 INFO  [agent.manager.AgentManagerImpl]
> (AgentTaskPool-11:null) Agent is determined to be up and running
> 2013-04-07 00:38:51,547 DEBUG [cloud.host.Status] (AgentTaskPool-11:null)
> Transition:[Resource state = Enabled, Agent event = Ping, Host id = 6, name
> = Tut-XenServer]
> 2013-04-07 00:38:51,549 DEBUG [agent.manager.DirectAgentAttache]
> (DirectAgent-252:null) Seq 5-614334822: Response Received:
> 2013-04-07 00:38:51,549 DEBUG [agent.transport.Request]
> (DirectAgent-252:null) Seq 5-614334822: Processing:  { Ans: , MgmtId: 1,
> via: 5, Ver: v1, Flags: 10,
> [{"CheckHealthAnswer":{"result":true,"details":"resource is
> alive","wait":0}}] }
> 2013-04-07 00:38:51,549 DEBUG [agent.transport.Request]
> (AgentTaskPool-16:null) Seq 5-614334822: Received:  { Ans: , MgmtId: 1,
> via: 5, Ver: v1, Flags: 10, { CheckHealthAnswer } }
> 2013-04-07 00:38:51,550 DEBUG [agent.manager.AgentManagerImpl]
> (AgentTaskPool-16:null) Details from executing class
> com.cloud.agent.api.CheckHealthCommand: resource is alive
> 2013-04-07 00:38:51,550 DEBUG [agent.manager.AgentManagerImpl]
> (AgentTaskPool-16:null) agent (5) responded to checkHeathCommand, reporting
> that agent is Up
> 2013-04-07 00:38:51,550 INFO  [agent.manager.AgentManagerImpl]
> (AgentTaskPool-16:null) The state determined is Up
> 2013-04-07 00:38:51,550 INFO  [agent.manager.AgentManagerImpl]
> (AgentTaskPool-16:null) Agent is determined to be up and running
> 2013-04-07 00:38:51,550 DEBUG [cloud.host.Status] (AgentTaskPool-11:null)
> Agent status update: [id = 6; name = Tut-XenServer; old status = Up; event
> = Ping; new status = Up; old update count = 315; new update count = 316]
> 2013-04-07 00:38:51,550 DEBUG [cloud.host.Status] (AgentTaskPool-16:null)
> Transition:[Resource state = Enabled, Agent event = Ping, Host id = 5, name
> = Tut-XenServer2]
> 2013-04-07 00:38:51,553 DEBUG [cloud.host.Status] (AgentTaskPool-16:null)
> Agent status update: [id = 5; name = Tut-XenServer2; old status = Up; event
> = Ping; new status = Up; old update count = 152; new update count = 153]
> 2013-04-07 00:39:04,800 DEBUG [agent.manager.DirectAgentAttache]
> (DirectAgent-100:null) Ping from 6
> 2013-04-07 00:39:06,054 DEBUG [agent.manager.DirectAgentAttache]
> (DirectAgent-259:null) Ping from 5
> 2013-04-07 00:39:06,909 DEBUG [agent.manager.DirectAgentAttache]
> (DirectAgent-134:null) Seq 6-324993028: Executing request
> 2013-04-07 00:39:07,104 DEBUG [agent.manager.DirectAgentAttache]
> (DirectAgent-134:null) Seq 6-324993028: Response Received:
> 2013-04-07 00:39:07,104 DEBUG [agent.transport.Request]
> (DirectAgent-134:null) Seq 6-324993028: Processing:  { Ans: , MgmtId: 1,
> via: 6, Ver: v1, Flags: 10,
> [{"ClusterSyncAnswer":{"_clusterId":2,"_newStates":{},"_isExecuted":false,"result":true,"wait":0}}]
> }
> 2013-04-07 00:39:11,022 DEBUG [agent.manager.DirectAgentAttache]
> (DirectAgent-188:null) Seq 5-614334468: Executing request
> 2013-04-07 00:39:11,164 DEBUG [agent.manager.DirectAgentAttache]
> (DirectAgent-188:null) Seq 5-614334468: Response Received:
> 2013-04-07 00:39:11,164 DEBUG [agent.transport.Request]
> (DirectAgent-188:null) Seq 5-614334468: Processing:  { Ans: , MgmtId: 1,
> via: 5, Ver: v1, Flags: 10, [{"Answer":{"result":true,"wait":0}}] }
> 2013-04-07 00:39:20,451 DEBUG
> [storage.secondary.SecondaryStorageManagerImpl] (secstorage-1:null) Zone 1
> is ready to launch secondary storage VM
> 2013-04-07 00:39:20,552 DEBUG [cloud.consoleproxy.ConsoleProxyManagerImpl]
> (consoleproxy-1:null) Zone 1 is ready to launch console proxy
> 2013-04-07 00:39:20,819 DEBUG
> [network.router.VirtualNetworkApplianceManagerImpl]
> (RouterStatusMonitor-1:null) Found 0 routers to update status.
> 2013-04-07 00:39:20,820 DEBUG
> [network.router.VirtualNetworkApplianceManagerImpl]
> (RouterStatusMonitor-1:null) Found 0 networks to update RvR status.
> 2013-04-07 00:39:20,851 DEBUG
> [network.router.VirtualNetworkApplianceManagerImpl]
> (RouterStatusMonitor-1:null) Found 0 routers to update status.
> 2013-04-07 00:39:20,852 DEBUG
> [network.router.VirtualNetworkApplianceManagerImpl]
> (RouterStatusMonitor-1:null) Found 0 networks to update RvR status.
> 2013-04-07 00:39:24,890 DEBUG [agent.manager.AgentManagerImpl]
> (AgentManager-Handler-10:null) Ping from 4
> 2013-04-07 00:39:27,161 DEBUG [agent.manager.DirectAgentAttache]
> (DirectAgent-400:null) Ping from 1
> 2013-04-07 00:39:27,661 DEBUG [cloud.api.ApiServlet]
> (1109449945@qtp-1008805148-34:null) ===START===  127.0.0.1 -- GET
>  command=listVolumes&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&listAll=true&page=1&pagesize=20&_=1365316767658
> 2013-04-07 00:39:27,672 DEBUG [cloud.api.ApiServlet]
> (1109449945@qtp-1008805148-34:null) ===END===  127.0.0.1 -- GET
>  command=listVolumes&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&listAll=true&page=1&pagesize=20&_=1365316767658
> 2013-04-07 00:39:28,628 DEBUG [cloud.api.ApiServlet]
> (1109449945@qtp-1008805148-34:null) ===START===  127.0.0.1 -- GET
>  command=listVirtualMachines&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&listAll=true&page=1&pagesize=20&_=1365316768625
> 2013-04-07 00:39:28,640 DEBUG [cloud.api.ApiServlet]
> (1109449945@qtp-1008805148-34:null) ===END===  127.0.0.1 -- GET
>  command=listVirtualMachines&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&listAll=true&page=1&pagesize=20&_=1365316768625
> 2013-04-07 00:39:29,095 DEBUG [agent.manager.DirectAgentAttache]
> (DirectAgent-101:null) Seq 1-90046472: Executing request
> 2013-04-07 00:39:29,311 DEBUG [agent.manager.DirectAgentAttache]
> (DirectAgent-101:null) Seq 1-90046472: Response Received:
> 2013-04-07 00:39:29,311 DEBUG [agent.transport.Request]
> (DirectAgent-101:null) Seq 1-90046472: Processing:  { Ans: , MgmtId: 1,
> via: 1, Ver: v1, Flags: 10,
> [{"ClusterSyncAnswer":{"_clusterId":1,"_newStates":{},"_isExecuted":false,"result":true,"wait":0}}]
> }
> 2013-04-07 00:39:31,530 DEBUG [cloud.api.ApiServlet]
> (1109449945@qtp-1008805148-34:null) ===START===  127.0.0.1 -- GET
>  command=logout&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316771528
> 2013-04-07 00:39:31,535 DEBUG [cloud.api.ApiServlet]
> (1109449945@qtp-1008805148-34:null) ===END===  127.0.0.1 -- GET
>  command=logout&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316771528
> 2013-04-07 00:39:31,969 DEBUG [cloud.api.ApiServlet]
> (2107564436@qtp-1008805148-38:null) ===START===  127.0.0.1 -- GET
>  command=listCapabilities&response=json&sessionkey=null&_=1365316771968
> 2013-04-07 00:39:31,970 DEBUG [cloud.api.ApiServlet]
> (2107564436@qtp-1008805148-38:null) ===END===  127.0.0.1 -- GET
>  command=listCapabilities&response=json&sessionkey=null&_=1365316771968
> 2013-04-07 00:39:47,679 DEBUG [agent.manager.AgentManagerImpl]
> (AgentManager-Handler-11:null) Ping from 3
> 2013-04-07 00:39:50,451 DEBUG
> [storage.secondary.SecondaryStorageManagerImpl] (secstorage-1:null) Zone 1
> is ready to launch secondary storage VM
> 2013-04-07 00:39:50,555 DEBUG [cloud.consoleproxy.ConsoleProxyManagerImpl]
> (consoleproxy-1:null) Zone 1 is ready to launch console proxy
> 2013-04-07 00:39:50,819 DEBUG
> [network.router.VirtualNetworkApplianceManagerImpl]
> (RouterStatusMonitor-1:null) Found 0 routers to update status.
> 2013-04-07 00:39:50,820 DEBUG
> [network.router.VirtualNetworkApplianceManagerImpl]
> (RouterStatusMonitor-1:null) Found 0 networks to update RvR status.
> 2013-04-07 00:39:50,850 DEBUG
> [network.router.VirtualNetworkApplianceManagerImpl]
> (RouterStatusMonitor-1:null) Found 0 routers to update status.
> 2013-04-07 00:39:50,851 DEBUG
> [network.router.VirtualNetworkApplianceManagerImpl]
> (RouterStatusMonitor-1:null) Found 0 networks to update RvR status.
> 2013-04-07 00:39:51,486 INFO  [agent.manager.AgentMonitor]
> (Thread-11:null) Found the following agents behind on ping: [6, 5]
> 2013-04-07 00:39:51,488 DEBUG [cloud.host.Status] (Thread-11:null) Ping
> timeout for host 6, do invstigation
> 2013-04-07 00:39:51,489 DEBUG [cloud.host.Status] (Thread-11:null) Ping
> timeout for host 5, do invstigation
> 2013-04-07 00:39:51,489 INFO  [agent.manager.AgentManagerImpl]
> (AgentTaskPool-2:null) Investigating why host 6 has disconnected with event
> PingTimeout
> 2013-04-07 00:39:51,490 DEBUG [agent.manager.AgentManagerImpl]
> (AgentTaskPool-2:null) checking if agent (6) is alive
> 2013-04-07 00:39:51,491 INFO  [agent.manager.AgentManagerImpl]
> (AgentTaskPool-14:null) Investigating why host 5 has disconnected with
> event PingTimeout
> 2013-04-07 00:39:51,491 DEBUG [agent.manager.AgentManagerImpl]
> (AgentTaskPool-14:null) checking if agent (5) is alive
> 2013-04-07 00:39:51,493 DEBUG [agent.transport.Request]
> (AgentTaskPool-2:null) Seq 6-324993319: Sending  { Cmd , MgmtId: 1, via: 6,
> Ver: v1, Flags: 100011, [{"CheckHealthCommand":{"wait":50}}] }
> 2013-04-07 00:39:51,493 DEBUG [agent.transport.Request]
> (AgentTaskPool-2:null) Seq 6-324993319: Executing:  { Cmd , MgmtId: 1, via:
> 6, Ver: v1, Flags: 100011, [{"CheckHealthCommand":{"wait":50}}] }
> 2013-04-07 00:39:51,493 DEBUG [agent.manager.DirectAgentAttache]
> (DirectAgent-278:null) Seq 6-324993319: Executing request
> 2013-04-07 00:39:51,494 DEBUG [agent.transport.Request]
> (AgentTaskPool-14:null) Seq 5-614334823: Sending  { Cmd , MgmtId: 1, via:
> 5, Ver: v1, Flags: 100011, [{"CheckHealthCommand":{"wait":50}}] }
> 2013-04-07 00:39:51,494 DEBUG [agent.transport.Request]
> (AgentTaskPool-14:null) Seq 5-614334823: Executing:  { Cmd , MgmtId: 1,
> via: 5, Ver: v1, Flags: 100011, [{"CheckHealthCommand":{"wait":50}}] }
> 2013-04-07 00:39:51,495 DEBUG [agent.manager.DirectAgentAttache]
> (DirectAgent-433:null) Seq 5-614334823: Executing request
> 2013-04-07 00:39:51,547 DEBUG [agent.manager.DirectAgentAttache]
> (DirectAgent-278:null) Seq 6-324993319: Response Received:
> 2013-04-07 00:39:51,548 DEBUG [agent.transport.Request]
> (DirectAgent-278:null) Seq 6-324993319: Processing:  { Ans: , MgmtId: 1,
> via: 6, Ver: v1, Flags: 10,
> [{"CheckHealthAnswer":{"result":true,"details":"resource is
> alive","wait":0}}] }
> 2013-04-07 00:39:51,548 DEBUG [agent.transport.Request]
> (AgentTaskPool-2:null) Seq 6-324993319: Received:  { Ans: , MgmtId: 1, via:
> 6, Ver: v1, Flags: 10, { CheckHealthAnswer } }
> 2013-04-07 00:39:51,548 DEBUG [agent.manager.AgentManagerImpl]
> (AgentTaskPool-2:null) Details from executing class
> com.cloud.agent.api.CheckHealthCommand: resource is alive
> 2013-04-07 00:39:51,548 DEBUG [agent.manager.AgentManagerImpl]
> (AgentTaskPool-2:null) agent (6) responded to checkHeathCommand, reporting
> that agent is Up
> 2013-04-07 00:39:51,548 INFO  [agent.manager.AgentManagerImpl]
> (AgentTaskPool-2:null) The state determined is Up
> 2013-04-07 00:39:51,548 INFO  [agent.manager.AgentManagerImpl]
> (AgentTaskPool-2:null) Agent is determined to be up and running
> 2013-04-07 00:39:51,548 DEBUG [cloud.host.Status] (AgentTaskPool-2:null)
> Transition:[Resource state = Enabled, Agent event = Ping, Host id = 6, name
> = Tut-XenServer]
> 2013-04-07 00:39:51,549 DEBUG [agent.manager.DirectAgentAttache]
> (DirectAgent-433:null) Seq 5-614334823: Response Received:
> 2013-04-07 00:39:51,549 DEBUG [agent.transport.Request]
> (DirectAgent-433:null) Seq 5-614334823: Processing:  { Ans: , MgmtId: 1,
> via: 5, Ver: v1, Flags: 10,
> [{"CheckHealthAnswer":{"result":true,"details":"resource is
> alive","wait":0}}] }
> 2013-04-07 00:39:51,549 DEBUG [agent.transport.Request]
> (AgentTaskPool-14:null) Seq 5-614334823: Received:  { Ans: , MgmtId: 1,
> via: 5, Ver: v1, Flags: 10, { CheckHealthAnswer } }
> 2013-04-07 00:39:51,549 DEBUG [agent.manager.AgentManagerImpl]
> (AgentTaskPool-14:null) Details from executing class
> com.cloud.agent.api.CheckHealthCommand: resource is alive
> 2013-04-07 00:39:51,549 DEBUG [agent.manager.AgentManagerImpl]
> (AgentTaskPool-14:null) agent (5) responded to checkHeathCommand, reporting
> that agent is Up
> 2013-04-07 00:39:51,549 INFO  [agent.manager.AgentManagerImpl]
> (AgentTaskPool-14:null) The state determined is Up
> 2013-04-07 00:39:51,549 INFO  [agent.manager.AgentManagerImpl]
> (AgentTaskPool-14:null) Agent is determined to be up and running
> 2013-04-07 00:39:51,551 DEBUG [cloud.host.Status] (AgentTaskPool-2:null)
> Agent status update: [id = 6; name = Tut-XenServer; old status = Up; event
> = Ping; new status = Up; old update count = 316; new update count = 317]
> 2013-04-07 00:39:51,551 DEBUG [cloud.host.Status] (AgentTaskPool-14:null)
> Transition:[Resource state = Enabled, Agent event = Ping, Host id = 5, name
> = Tut-XenServer2]
> 2013-04-07 00:39:51,554 DEBUG [cloud.host.Status] (AgentTaskPool-14:null)
> Agent status update: [id = 5; name = Tut-XenServer2; old status = Up; event
> = Ping; new status = Up; old update count = 153; new update count = 154]
> 2013-04-07 00:40:04,836 DEBUG [agent.manager.DirectAgentAttache]
> (DirectAgent-238:null) Ping from 6
> 2013-04-07 00:40:06,653 WARN  [xen.resource.CitrixResourceBase]
> (DirectAgent-429:null)  can not ping xenserver
> 5e02c608-155d-432e-a20f-f8c600ef3ab7
> 2013-04-07 00:40:06,653 WARN  [agent.manager.DirectAgentAttache]
> (DirectAgent-429:null) Unable to get current status on 5
> 2013-04-07 00:40:06,655 INFO  [agent.manager.AgentManagerImpl]
> (AgentTaskPool-1:null) Investigating why host 5 has disconnected with event
> AgentDisconnected
> 2013-04-07 00:40:06,655 DEBUG [agent.manager.AgentManagerImpl]
> (AgentTaskPool-1:null) checking if agent (5) is alive
> 2013-04-07 00:40:06,658 DEBUG [agent.transport.Request]
> (AgentTaskPool-1:null) Seq 5-614334824: Sending  { Cmd , MgmtId: 1, via: 5,
> Ver: v1, Flags: 100011, [{"CheckHealthCommand":{"wait":50}}] }
> 2013-04-07 00:40:06,658 DEBUG [agent.transport.Request]
> (AgentTaskPool-1:null) Seq 5-614334824: Executing:  { Cmd , MgmtId: 1, via:
> 5, Ver: v1, Flags: 100011, [{"CheckHealthCommand":{"wait":50}}] }
> 2013-04-07 00:40:06,658 DEBUG [agent.manager.DirectAgentAttache]
> (DirectAgent-28:null) Seq 5-614334824: Executing request
> 2013-04-07 00:40:06,681 DEBUG [agent.manager.DirectAgentAttache]
> (DirectAgent-28:null) Seq 5-614334824: Response Received:
> 2013-04-07 00:40:06,682 DEBUG [agent.transport.Request]
> (DirectAgent-28:null) Seq 5-614334824: Processing:  { Ans: , MgmtId: 1,
> via: 5, Ver: v1, Flags: 10,
> [{"CheckHealthAnswer":{"result":false,"details":"resource is not
> alive","wait":0}}] }
> 2013-04-07 00:40:06,682 DEBUG [agent.transport.Request]
> (AgentTaskPool-1:null) Seq 5-614334824: Received:  { Ans: , MgmtId: 1, via:
> 5, Ver: v1, Flags: 10, { CheckHealthAnswer } }
> 2013-04-07 00:40:06,682 DEBUG [agent.manager.AgentManagerImpl]
> (AgentTaskPool-1:null) Details from executing class
> com.cloud.agent.api.CheckHealthCommand: resource is not alive
> 2013-04-07 00:40:06,684 DEBUG [cloud.ha.HighAvailabilityManagerImpl]
> (AgentTaskPool-1:null) SimpleInvestigator unable to determine the state of
> the host.  Moving on.
> 2013-04-07 00:40:06,691 DEBUG [agent.transport.Request]
> (AgentTaskPool-1:null) Seq 6-324993320: Sending  { Cmd , MgmtId: 1, via: 6,
> Ver: v1, Flags: 100011,
> [{"CheckOnHostCommand":{"host":{"guid":"5e02c608-155d-432e-a20f-f8c600ef3ab7","privateNetwork":{"ip":"192.168.56.11","netmask":"255.255.255.0","mac":"08:00:27:f7:0d:28","isSecurityGroupEnabled":false},"publicNetwork":{"ip":"192.168.56.11","netmask":"255.255.255.0","mac":"08:00:27:f7:0d:28","isSecurityGroupEnabled":false},"storageNetwork1":{"ip":"192.168.56.11","netmask":"255.255.255.0","mac":"08:00:27:f7:0d:28","isSecurityGroupEnabled":false}},"wait":20}}]
> }
> 2013-04-07 00:40:06,691 DEBUG [agent.transport.Request]
> (AgentTaskPool-1:null) Seq 6-324993320: Executing:  { Cmd , MgmtId: 1, via:
> 6, Ver: v1, Flags: 100011,
> [{"CheckOnHostCommand":{"host":{"guid":"5e02c608-155d-432e-a20f-f8c600ef3ab7","privateNetwork":{"ip":"192.168.56.11","netmask":"255.255.255.0","mac":"08:00:27:f7:0d:28","isSecurityGroupEnabled":false},"publicNetwork":{"ip":"192.168.56.11","netmask":"255.255.255.0","mac":"08:00:27:f7:0d:28","isSecurityGroupEnabled":false},"storageNetwork1":{"ip":"192.168.56.11","netmask":"255.255.255.0","mac":"08:00:27:f7:0d:28","isSecurityGroupEnabled":false}},"wait":20}}]
> }
> 2013-04-07 00:40:06,692 DEBUG [agent.manager.DirectAgentAttache]
> (DirectAgent-467:null) Seq 6-324993320: Executing request
> 2013-04-07 00:40:06,909 DEBUG [agent.manager.DirectAgentAttache]
> (DirectAgent-367:null) Seq 6-324993028: Executing request
> 2013-04-07 00:40:07,178 DEBUG [xen.resource.XenServer56Resource]
> (DirectAgent-467:null) Heart beat is still going
> 2013-04-07 00:40:07,178 DEBUG [agent.manager.DirectAgentAttache]
> (DirectAgent-467:null) Seq 6-324993320: Response Received:
> 2013-04-07 00:40:07,178 DEBUG [agent.transport.Request]
> (DirectAgent-467:null) Seq 6-324993320: Processing:  { Ans: , MgmtId: 1,
> via: 6, Ver: v1, Flags: 10,
> [{"CheckOnHostAnswer":{"determined":true,"alive":true,"result":true,"details":"Heartbeat
> is still going","wait":0}}] }
> 2013-04-07 00:40:07,178 DEBUG [agent.transport.Request]
> (AgentTaskPool-1:null) Seq 6-324993320: Received:  { Ans: , MgmtId: 1, via:
> 6, Ver: v1, Flags: 10, { CheckOnHostAnswer } }
> 2013-04-07 00:40:07,179 DEBUG [agent.manager.AgentManagerImpl]
> (AgentTaskPool-1:null) Details from executing class
> com.cloud.agent.api.CheckOnHostCommand: Heartbeat is still going
> 2013-04-07 00:40:07,179 DEBUG [cloud.ha.HighAvailabilityManagerImpl]
> (AgentTaskPool-1:null) XenServerInvestigator was able to determine host 5
> is in Up
> 2013-04-07 00:40:07,179 INFO  [agent.manager.AgentManagerImpl]
> (AgentTaskPool-1:null) The state determined is Up
> 2013-04-07 00:40:07,179 INFO  [agent.manager.AgentManagerImpl]
> (AgentTaskPool-1:null) Agent is determined to be up and running
> 2013-04-07 00:40:07,179 DEBUG [cloud.host.Status] (AgentTaskPool-1:null)
> Transition:[Resource state = Enabled, Agent event = Ping, Host id = 5, name
> = Tut-XenServer2]
> 2013-04-07 00:40:07,182 DEBUG [cloud.host.Status] (AgentTaskPool-1:null)
> Agent status update: [id = 5; name = Tut-XenServer2; old status = Up; event
> = Ping; new status = Up; old update count = 154; new update count = 155]
> 2013-04-07 00:40:07,321 DEBUG [agent.manager.DirectAgentAttache]
> (DirectAgent-367:null) Seq 6-324993028: Response Received:
> 2013-04-07 00:40:07,322 DEBUG [agent.transport.Request]
> (DirectAgent-367:null) Seq 6-324993028: Processing:  { Ans: , MgmtId: 1,
> via: 6, Ver: v1, Flags: 10,
> [{"ClusterSyncAnswer":{"_clusterId":2,"_newStates":{},"_isExecuted":false,"result":true,"wait":0}}]
> }
> 2013-04-07 00:40:11,022 DEBUG [agent.manager.DirectAgentAttache]
> (DirectAgent-430:null) Seq 5-614334468: Executing request
> 2013-04-07 00:40:11,052 DEBUG [xen.resource.XenServerConnectionPool]
> (DirectAgent-430:null) Catch Exception:
> com.xensource.xenapi.Types$HostOffline Host is offline 192.168.56.11 due to
> You attempted an operation which involves a host which could not be
> contacted.
> 2013-04-07 00:40:11,052 DEBUG [xen.resource.XenServerConnectionPool]
> (DirectAgent-430:null) Trying to reset master of slave 192.168.56.11 to
> 192.168.56.9
> 2013-04-07 00:40:20,452 DEBUG
> [storage.secondary.SecondaryStorageManagerImpl] (secstorage-1:null) Zone 1
> is ready to launch secondary storage VM
> 2013-04-07 00:40:20,552 DEBUG [cloud.consoleproxy.ConsoleProxyManagerImpl]
> (consoleproxy-1:null) Zone 1 is ready to launch console proxy
> 2013-04-07 00:40:20,820 DEBUG
> [network.router.VirtualNetworkApplianceManagerImpl]
> (RouterStatusMonitor-1:null) Found 0 routers to update status.
> 2013-04-07 00:40:20,821 DEBUG
> [network.router.VirtualNetworkApplianceManagerImpl]
> (RouterStatusMonitor-1:null) Found 0 networks to update RvR status.
> 2013-04-07 00:40:20,852 DEBUG
> [network.router.VirtualNetworkApplianceManagerImpl]
> (RouterStatusMonitor-1:null) Found 0 routers to update status.
> 2013-04-07 00:40:20,853 DEBUG
> [network.router.VirtualNetworkApplianceManagerImpl]
> (RouterStatusMonitor-1:null) Found 0 networks to update RvR status.
> 2013-04-07 00:40:21,055 DEBUG [xen.resource.XenServerConnectionPool]
> (DirectAgent-430:null) localLogout has problem Failed to read server's
> response: connect timed out
> 2013-04-07 00:40:21,055 WARN  [agent.manager.DirectAgentAttache]
> (DirectAgent-430:null) Seq 5-614334468: Exception Caught while executing
> command
> com.cloud.utils.exception.CloudRuntimeException: Unable to reset master of
> slave 192.168.56.11 to 192.168.56.9 due to
> org.apache.xmlrpc.XmlRpcException: Failed to read server's response:
> connect timed out
>  at
> com.cloud.hypervisor.xen.resource.XenServerConnectionPool.PoolEmergencyResetMaster(XenServerConnectionPool.java:443)
> at
> com.cloud.hypervisor.xen.resource.XenServerConnectionPool.connect(XenServerConnectionPool.java:661)
>  at
> com.cloud.hypervisor.xen.resource.CitrixResourceBase.getConnection(CitrixResourceBase.java:5380)
> at
> com.cloud.hypervisor.xen.resource.CitrixResourceBase.execute(CitrixResourceBase.java:7248)
>  at
> com.cloud.hypervisor.xen.resource.CitrixResourceBase.executeRequest(CitrixResourceBase.java:555)
> at
> com.cloud.hypervisor.xen.resource.XenServer56Resource.executeRequest(XenServer56Resource.java:73)
>  at
> com.cloud.agent.manager.DirectAgentAttache$Task.run(DirectAgentAttache.java:186)
> at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:439)
>  at
> java.util.concurrent.FutureTask$Sync.innerRunAndReset(FutureTask.java:317)
> at java.util.concurrent.FutureTask.runAndReset(FutureTask.java:150)
>  at
> java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.access$101(ScheduledThreadPoolExecutor.java:98)
> at
> java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.runPeriodic(ScheduledThreadPoolExecutor.java:180)
>  at
> java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:204)
> at
> java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:895)
>  at
> java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:918)
> at java.lang.Thread.run(Thread.java:680)
> 2013-04-07 00:40:21,056 DEBUG [agent.manager.DirectAgentAttache]
> (DirectAgent-430:null) Seq 5-614334468: Response Received:
> 2013-04-07 00:40:21,056 DEBUG [agent.transport.Request]
> (DirectAgent-430:null) Seq 5-614334468: Processing:  { Ans: , MgmtId: 1,
> via: 5, Ver: v1, Flags: 10,
> [{"Answer":{"result":false,"details":"com.cloud.utils.exception.CloudRuntimeException:
> Unable to reset master of slave 192.168.56.11 to 192.168.56.9 due to
> org.apache.xmlrpc.XmlRpcException: Failed to read server's response:
> connect timed out","wait":0}}] }
> 2013-04-07 00:40:24,888 DEBUG [agent.manager.AgentManagerImpl]
> (AgentManager-Handler-12:null) Ping from 4
> 2013-04-07 00:40:27,162 DEBUG [agent.manager.DirectAgentAttache]
> (DirectAgent-321:null) Ping from 1
> 2013-04-07 00:40:29,095 DEBUG [agent.manager.DirectAgentAttache]
> (DirectAgent-423:null) Seq 1-90046472: Executing request
> 2013-04-07 00:40:29,364 DEBUG [agent.manager.DirectAgentAttache]
> (DirectAgent-423:null) Seq 1-90046472: Response Received:
> 2013-04-07 00:40:29,364 DEBUG [agent.transport.Request]
> (DirectAgent-423:null) Seq 1-90046472: Processing:  { Ans: , MgmtId: 1,
> via: 1, Ver: v1, Flags: 10,
> [{"ClusterSyncAnswer":{"_clusterId":1,"_newStates":{},"_isExecuted":false,"result":true,"wait":0}}]
> }
> 2013-04-07 00:40:43,749 INFO  [context.support.XmlWebApplicationContext]
> (Shutdown:null) Closing Root WebApplicationContext: startup date [Sat Apr
> 06 22:07:12 MDT 2013]; root of context hierarchy
> 2013-04-07 00:40:43,751 INFO  [factory.support.DefaultListableBeanFactory]
> (Shutdown:null) Destroying singletons in
> org.springframework.beans.factory.support.DefaultListableBeanFactory@74b76ce4:
> defining beans
> [org.springframework.context.annotation.internalConfigurationAnnotationProcessor,org.springframework.context.annotation.internalAutowiredAnnotationProcessor,org.springframework.context.annotation.internalRequiredAnnotationProcessor,org.springframework.context.annotation.internalCommonAnnotationProcessor,ClusterRestService,NetworkRestService,PodService,VirtualMachineRestService,VolumeRestService,zoneService,dataDisk,iso,rootDisk,volumeTypeHelper,VMComputeTagDaoImpl,VMEntityDaoImpl,VMNetworkMapDaoImpl,VMReservationDaoImpl,VMRootDiskTagDaoImpl,volumeReservationDaoImpl,virtualMachineEntityImpl,VMEntityManagerImpl,dataCenterResourceManagerImpl,EngineDcDetailsDao,EngineClusterDao,EngineDataCenterDao,EngineHostDao,EngineHostPodDao,EngineHostDetailsDao,EngineHostTagsDao,provisioningService,cloudOrchestrator,dataObjectManagerImpl,dataStoreManagerImpl,dataStoreProviderDaoImpl,primaryDataStoreDaoImpl,primaryDataStoreDetailsDaoImpl,objectInDataStoreManagerImpl,dataStoreProviderManagerImpl,objectInDataStoreDaoImpl,defaultEndPointSelector,hypervsiorHostEndPointRpcServer,imageDataStoreHelper,imageDaoStoreDaoImpl,imageDataDaoImpl,imageDataStoreProviderDaoImpl,BAREMETAL,imageFormatHelper,ISO,OVA,imageformat_qcow2,unknown,image_format_vhd,dataMotionServiceImpl,primaryDataStoreHelper,templatePrimaryDataStoreDaoImpl,volumeDao2Impl,imageDataFactoryImpl,imageServiceImpl,imageDataManagerImpl,imageDataStoreManagerImpl,defaultImageDataStoreProvider,defaultImageMotionStrategy,imageMotionServiceImpl,snapshotDao2Impl,snapshotDataFactoryImpl,snapshotServiceImpl,hypervisorBasedSnapshot,defaultPrimaryDataStoreProviderManagerImpl,defaultPrimaryDatastoreProviderImpl,ISCSI,networkFileSystem,templateInstallStrategyImpl,volumeDataFactoryImpl,volumeManagerImpl,volumeServiceImpl,apiDiscoveryServiceImpl,apiRateLimitServiceImpl,regionDaoImpl,regionManagerImpl,regionServiceImpl,userContextInitializer,eventDaoImpl,usageEventDaoImpl,randomAllocator,baremetalDhcpDaoImpl,baremetalPxeDaoImpl,vmwareContextFactory,ciscoNexusVSMDeviceDaoImpl,lunDaoImpl,poolDaoImpl,netappVolumeDaoImpl,netappManagerImpl,elasticLoadBalancerElement,elasticLbVmMapDaoImpl,elasticLoadBalancerManagerImpl,netScalerPodDaoImpl,niciraNvpDaoImpl,niciraNvpNicMappingDaoImpl,niciraNvpRouterMappingDaoImpl,niciraNvpElement,ovsGuestNetworkGuru,ovsTunnelInterfaceDaoImpl,ovsTunnelNetworkDaoImpl,ovsTunnelManagerImpl,bigSwitchVnsDaoImpl,bigSwitchVnsElement,randomStoragePoolAllocator,domainChecker,agentMonitor,firstFitAllocator,recreateHostAllocator,testingAllocator,basicAgentAuthManager,alertManagerImpl,clusterAlertAdapter,consoleProxyAlertAdapter,alertDaoImpl,secondaryStorageVmAlertAdapter,apiDBUtils,apiDispatcher,apiResponseHelper,apiServer,apiServlet,accountJoinDaoImpl,asyncJobJoinDaoImpl,dataCenterJoinDaoImpl,diskOfferingJoinDaoImpl,domainRouterJoinDaoImpl,hostJoinDaoImpl,instanceGroupJoinDaoImpl,projectAccountJoinDaoImpl,projectInvitationJoinDaoImpl,projectJoinDaoImpl,resourceTagJoinDaoImpl,securityGroupJoinDaoImpl,serviceOfferingJoinDaoImpl,storagePoolJoinDaoImpl,userAccountJoinDaoImpl,userVmJoinDaoImpl,volumeJoinDaoImpl,queryManagerImpl,asyncJobExecutorContextImpl,asyncJobManagerImpl,asyncJobDaoImpl,syncQueueDaoImpl,syncQueueItemDaoImpl,syncQueueManagerImpl,capacityManagerImpl,capacityDaoImpl,certificateDaoImpl,clusterBasedAgentLoadBalancerPlanner,hostTransferMapDaoImpl,clusterFenceManagerImpl,clusterServiceServletAdapter,managementServerHostDaoImpl,managementServerHostPeerDaoImpl,stackMaidDaoImpl,managementServerNode,configurationManagerImpl,configurationDaoImpl,resourceCountDaoImpl,resourceLimitDaoImpl,entityManagerImpl,clusterDetailsDaoImpl,accountVlanMapDaoImpl,clusterDaoImpl,clusterVSMMapDaoImpl,dataCenterDaoImpl,dataCenterIpAddressDaoImpl,dataCenterLinkLocalIpAddressDaoImpl,dataCenterVnetDaoImpl,dcDetailsDaoImpl,hostPodDaoImpl,podVlanDaoImpl,podVlanMapDaoImpl,storageNetworkIpAddressDaoImpl,storageNetworkIpRangeDaoImpl,vlanDaoImpl,domainDaoImpl,actionEventUtils,alertGenerator,eventJoinDaoImpl,eventUtils,usageEventUtils,highAvailabilityDaoImpl,recreatableFencer,hostDaoImpl,hostDetailsDaoImpl,hostTagsDaoImpl,cloudZonesStartupProcessor,hypervisorCapabilitiesDaoImpl,hypervisorGuruManagerImpl,keystoreDaoImpl,keystoreManagerImpl,agentUpgradeDaoImpl,upgradeManagerImpl,autoScaleManagerImpl,autoScalePolicyConditionMapDaoImpl,autoScalePolicyDaoImpl,autoScaleVmGroupDaoImpl,autoScaleVmGroupPolicyMapDaoImpl,autoScaleVmProfileDaoImpl,conditionDaoImpl,counterDaoImpl,externalFirewallDeviceDaoImpl,externalLoadBalancerDeviceDaoImpl,firewallRulesCidrsDaoImpl,firewallRulesDaoImpl,inlineLoadBalancerNicMapDaoImpl,IPAddressDaoImpl,LBStickinessPolicyDaoImpl,loadBalancerDaoImpl,loadBalancerVMMapDaoImpl,networkAccountDaoImpl,networkDaoImpl,networkDomainDaoImpl,networkExternalFirewallDaoImpl,networkExternalLoadBalancerDaoImpl,networkOpDaoImpl,networkRuleConfigDaoImpl,networkServiceMapDaoImpl,physicalNetworkDaoImpl,physicalNetworkIsolationMethodDaoImpl,physicalNetworkServiceProviderDaoImpl,physicalNetworkTagDaoImpl,physicalNetworkTrafficTypeDaoImpl,portProfileDaoImpl,remoteAccessVpnDaoImpl,routerNetworkDaoImpl,site2SiteCustomerGatewayDaoImpl,site2SiteVpnConnectionDaoImpl,site2SiteVpnGatewayDaoImpl,userIpv6AddressDaoImpl,virtualRouterProviderDaoImpl,vpnUserDaoImpl,externalLoadBalancerUsageManagerImpl,externalNetworkDeviceManagerImpl,firewallManagerImpl,loadBalancingRulesManagerImpl,networkManagerImpl,networkModelImpl,networkServiceImpl,networkUsageManagerImpl,virtualNetworkApplianceManagerImpl,vpcVirtualNetworkApplianceManagerImpl,portForwardingRulesDaoImpl,rulesManagerImpl,securityGroupDaoImpl,securityGroupRuleDaoImpl,securityGroupRulesDaoImpl,securityGroupVMMapDaoImpl,securityGroupWorkDaoImpl,vmRulesetLogDaoImpl,storageNetworkManagerImpl,privateIpDaoImpl,staticRouteDaoImpl,vpcDaoImpl,vpcGatewayDaoImpl,vpcOfferingDaoImpl,vpcOfferingServiceMapDaoImpl,networkACLManagerImpl,vpcManagerImpl,remoteAccessVpnManagerImpl,site2SiteVpnManagerImpl,networkOfferingDaoImpl,networkOfferingServiceMapDaoImpl,projectAccountDaoImpl,projectDaoImpl,projectInvitationDaoImpl,projectManagerImpl,dummyHostDiscoverer,resourceManagerImpl,resourceLimitManagerImpl,commandExecLogDaoImpl,configurationServerImpl,statsCollector,serviceOfferingDaoImpl,consoleServlet,registerCompleteServlet,garbageCollectingStoragePoolAllocator,useLocalForRootAllocator,diskOfferingDaoImpl,guestOSCategoryDaoImpl,guestOSDaoImpl,launchPermissionDaoImpl,s3DaoImpl,snapshotDaoImpl,snapshotPolicyDaoImpl,snapshotScheduleDaoImpl,storagePoolDaoImpl,storagePoolDetailsDaoImpl,storagePoolHostDaoImpl,storagePoolWorkDaoImpl,swiftDaoImpl,uploadDaoImpl,VMTemplateDaoImpl,VMTemplateDetailsDaoImpl,VMTemplateHostDaoImpl,VMTemplatePoolDaoImpl,VMTemplateS3DaoImpl,VMTemplateSwiftDaoImpl,VMTemplateZoneDaoImpl,volumeDaoImpl,volumeHostDaoImpl,downloadMonitorImpl,OCFS2ManagerImpl,s3ManagerImpl,secondaryStorageVmDefaultAllocator,snapshotManagerImpl,snapshotSchedulerImpl,storageManagerImpl,swiftManagerImpl,uploadMonitorImpl,resourceTagsDaoImpl,taggedResourceManagerImpl,hyervisorTemplateAdapter,templateManagerImpl,versionDaoImpl,databaseIntegrityChecker,externalPublicIpStatisticsDaoImpl,usageDaoImpl,usageIPAddressDaoImpl,usageJobDaoImpl,usageLoadBalancerPolicyDaoImpl,usageNetworkDaoImpl,usageNetworkOfferingDaoImpl,usagePortForwardingRuleDaoImpl,usageSecurityGroupDaoImpl,usageStorageDaoImpl,usageVMInstanceDaoImpl,usageVolumeDaoImpl,usageVPNUserDaoImpl,usageServiceImpl,accountDetailsDaoImpl,accountManagerImpl,accountDaoImpl,SSHKeyPairDaoImpl,userAccountDaoImpl,userDaoImpl,userStatisticsDaoImpl,userStatsLogDaoImpl,domainManagerImpl,identityDaoImpl,identityServiceImpl,consoleProxyDaoImpl,domainRouterDaoImpl,instanceGroupDaoImpl,instanceGroupVMMapDaoImpl,nicDaoImpl,secondaryStorageVmDaoImpl,userVmDetailsDaoImpl,VMInstanceDaoImpl,itWorkDaoImpl,componentContext,org.springframework.aop.config.internalAutoProxyCreator,org.springframework.aop.aspectj.AspectJPointcutAdvisor#0,captureAnyMethod,org.springframework.aop.aspectj.AspectJPointcutAdvisor#1,captureEventMethod,transactionContextBuilder,actionEventInterceptor,onwireRegistry,messageSerializer,transportProvider,rpcProvider,eventBus,premiumDatabaseUpgradeChecker,managementServerImpl,clusterManagerImpl,clusteredAgentManagerImpl,clusteredVirtualMachineManagerImpl,highAvailabilityManagerExtImpl,userVmManagerImpl,consoleProxyManagerImpl,securityGroupManagerImpl2,premiumSecondaryStorageManagerImpl,userVmDaoImpl,ipv6AddressManagerImpl,VmwareManager,NetappManager,BaremetalManager,BaremetalDhcpManager,BaremetalKickStartPxeService,BaremetalPingPxeService,BaremetalPxeManager,Ovs,BareMetalDhcp,BareMetalPxe,BareMetalUserdata,SecurityGroupProvider,VirtualRouter,VpcVirtualRouter,NiciraNvp,JuniperSRX,Netscaler,F5BigIP,CiscoNexus1000vVSM,FirstFitRouting,LocalStoragePoolAllocator,FirstFitStoragePoolAllocator,UserConcentratedAllocator,ConsoleProxyAllocator,StaticRoleBasedAPIAccessChecker,ExteralIpAddressAllocator,BareMetalTemplateAdapter,MD5UserAuthenticator,LDAPUserAuthenticator,CheckOnAgentInvestigator,XenServerInvestigator,UserVmDomRInvestigator,ManagementIPSystemVMInvestigator,VmwareInvestigator,XenServerFencer,KVMFencer,OvmFencer,VmwareFencer,XcpServerDiscoverer,SecondaryStorageDiscoverer,KvmServerDiscoverer,BareMetalDiscoverer,HypervServerDiscoverer,OvmDiscoverer,vmwareServerDiscoverer,FirstFitPlanner,UserDispersingPlanner,UserConcentratedPodPlanner,BareMetalPlanner,StorageNetworkGuru,ExternalGuestNetworkGuru,PublicNetworkGuru,PodBasedNetworkGuru,ControlNetworkGuru,DirectNetworkGuru,DirectPodBasedNetworkGuru,OvsGuestNetworkGuru,PrivateNetworkGuru,NiciraNvpGuestNetworkGuru,XenServerGuru,KVMGuru,OvmGuru,VMwareGuru,BaremetalGuru,BaremetalPlannerSelector,HypervisorPlannerSelector,org.springframework.context.annotation.ConfigurationClassPostProcessor$ImportAwareBeanPostProcessor#0];
> root of factory hierarchy
>
>
> On Sun, Apr 7, 2013 at 12:54 AM, Marcus Sorensen <sh...@gmail.com>wrote:
>
>> If you're running it the Dev way with jetty, look for vmops.log in your
>> git
>> root. If you've installed via package look for
>> /var/log/cloudstack/management/management-server.log.
>> On Apr 7, 2013 12:45 AM, "Mike Tutkowski" <mi...@solidfire.com>
>> wrote:
>>
>> > Hi Marcus,
>> >
>> > I was just looking at the output in the console.
>> >
>> > Can you remind me again where the related logs are stored?
>> >
>> > Thanks!
>> >
>> >
>> > On Sun, Apr 7, 2013 at 12:39 AM, Marcus Sorensen <shadowsor@gmail.com
>> > >wrote:
>> >
>> > > Have you by chance looked at the debug logs to see if it by chance
>> tried
>> > > the proper storage and failed? I'm not sure that's OK either, but it
>> > would
>> > > be interesting to know.
>> > > On Apr 7, 2013 12:25 AM, "Mike Tutkowski" <
>> mike.tutkowski@solidfire.com>
>> > > wrote:
>> > >
>> > > > Hi,
>> > > >
>> > > > I'm currently using 4.1 (from like a week or so ago).
>> > > >
>> > > > I have three tiers of shared, iSCSI-based storage represented in
>> three
>> > > > storage repositories in XenServer:
>> > > >
>> > > > SR_2
>> > > > SR_3
>> > > > SR_4
>> > > >
>> > > > SR_2 maps into CS via primary storage PS_2, which has the storage
>> tag
>> > > PS_2
>> > > > SR_3 maps into CS via primary storage PS_3, which has the storage
>> tag
>> > > PS_3
>> > > > SR_4 maps into CS via primary storage PS_4, which has the storage
>> tag
>> > > PS_4
>> > > >
>> > > > I have three compute offerings:
>> > > >
>> > > > CO_2, which only uses storage tag PS_2
>> > > > CO_3, which only uses storage tag PS_3
>> > > > CO_4, which only uses storage tag PS_4
>> > > >
>> > > > I walk through the wizard and select CO_3.  My VM ends up on SR_4.
>> > > >
>> > > > I have double checked the relationships and don't see any errors in
>> > how I
>> > > > have CS configured.
>> > > >
>> > > > Does anyone know of this being noted as a current bug?
>> > > >
>> > > > Thanks!
>> > > >
>> > > >
>> > > > --
>> > > > *Mike Tutkowski*
>> > > > *Senior CloudStack Developer, SolidFire Inc.*
>> > > > e: mike.tutkowski@solidfire.com
>> > > > o: 303.746.7302
>> > > > Advancing the way the world uses the
>> > > > cloud<http://solidfire.com/solution/overview/?video=play>
>> > > > *™*
>> > > >
>> > >
>> >
>> >
>> >
>> > --
>> > *Mike Tutkowski*
>> > *Senior CloudStack Developer, SolidFire Inc.*
>> > e: mike.tutkowski@solidfire.com
>> > o: 303.746.7302
>> > Advancing the way the world uses the
>> > cloud<http://solidfire.com/solution/overview/?video=play>
>> > *™*
>> >
>>
>
>
>
> --
> *Mike Tutkowski*
> *Senior CloudStack Developer, SolidFire Inc.*
> e: mike.tutkowski@solidfire.com
> o: 303.746.7302
> Advancing the way the world uses the cloud<http://solidfire.com/solution/overview/?video=play>
> *™*
>



-- 
*Mike Tutkowski*
*Senior CloudStack Developer, SolidFire Inc.*
e: mike.tutkowski@solidfire.com
o: 303.746.7302
Advancing the way the world uses the
cloud<http://solidfire.com/solution/overview/?video=play>
*™*

Re: VM deployed to wrong storage repository

Posted by Mike Tutkowski <mi...@solidfire.com>.
I don't see anything in vmops.log to indicate that another primary storage
was tried first.  What do you think?

2013-04-07 00:30:51,459 INFO  [agent.manager.AgentManagerImpl]
(AgentTaskPool-11:null) Investigating why host 6 has disconnected with
event PingTimeout
2013-04-07 00:30:51,459 DEBUG [agent.manager.AgentManagerImpl]
(AgentTaskPool-11:null) checking if agent (6) is alive
2013-04-07 00:30:51,460 INFO  [agent.manager.AgentManagerImpl]
(AgentTaskPool-16:null) Investigating why host 5 has disconnected with
event PingTimeout
2013-04-07 00:30:51,460 DEBUG [agent.manager.AgentManagerImpl]
(AgentTaskPool-16:null) checking if agent (5) is alive
2013-04-07 00:30:51,462 DEBUG [agent.transport.Request]
(AgentTaskPool-11:null) Seq 6-324993302: Sending  { Cmd , MgmtId: 1, via:
6, Ver: v1, Flags: 100011, [{"CheckHealthCommand":{"wait":50}}] }
2013-04-07 00:30:51,462 DEBUG [agent.transport.Request]
(AgentTaskPool-11:null) Seq 6-324993302: Executing:  { Cmd , MgmtId: 1,
via: 6, Ver: v1, Flags: 100011, [{"CheckHealthCommand":{"wait":50}}] }
2013-04-07 00:30:51,462 DEBUG [agent.manager.DirectAgentAttache]
(DirectAgent-26:null) Seq 6-324993302: Executing request
2013-04-07 00:30:51,464 DEBUG [agent.transport.Request]
(AgentTaskPool-16:null) Seq 5-614334808: Sending  { Cmd , MgmtId: 1, via:
5, Ver: v1, Flags: 100011, [{"CheckHealthCommand":{"wait":50}}] }
2013-04-07 00:30:51,464 DEBUG [agent.transport.Request]
(AgentTaskPool-16:null) Seq 5-614334808: Executing:  { Cmd , MgmtId: 1,
via: 5, Ver: v1, Flags: 100011, [{"CheckHealthCommand":{"wait":50}}] }
2013-04-07 00:30:51,465 DEBUG [agent.manager.DirectAgentAttache]
(DirectAgent-163:null) Seq 5-614334808: Executing request
2013-04-07 00:30:51,511 DEBUG [agent.manager.DirectAgentAttache]
(DirectAgent-26:null) Seq 6-324993302: Response Received:
2013-04-07 00:30:51,512 DEBUG [agent.transport.Request]
(DirectAgent-26:null) Seq 6-324993302: Processing:  { Ans: , MgmtId: 1,
via: 6, Ver: v1, Flags: 10,
[{"CheckHealthAnswer":{"result":true,"details":"resource is
alive","wait":0}}] }
2013-04-07 00:30:51,512 DEBUG [agent.transport.Request]
(AgentTaskPool-11:null) Seq 6-324993302: Received:  { Ans: , MgmtId: 1,
via: 6, Ver: v1, Flags: 10, { CheckHealthAnswer } }
2013-04-07 00:30:51,512 DEBUG [agent.manager.AgentManagerImpl]
(AgentTaskPool-11:null) Details from executing class
com.cloud.agent.api.CheckHealthCommand: resource is alive
2013-04-07 00:30:51,512 DEBUG [agent.manager.AgentManagerImpl]
(AgentTaskPool-11:null) agent (6) responded to checkHeathCommand, reporting
that agent is Up
2013-04-07 00:30:51,512 INFO  [agent.manager.AgentManagerImpl]
(AgentTaskPool-11:null) The state determined is Up
2013-04-07 00:30:51,512 INFO  [agent.manager.AgentManagerImpl]
(AgentTaskPool-11:null) Agent is determined to be up and running
2013-04-07 00:30:51,512 DEBUG [cloud.host.Status] (AgentTaskPool-11:null)
Transition:[Resource state = Enabled, Agent event = Ping, Host id = 6, name
= Tut-XenServer]
2013-04-07 00:30:51,515 DEBUG [cloud.host.Status] (AgentTaskPool-11:null)
Agent status update: [id = 6; name = Tut-XenServer; old status = Up; event
= Ping; new status = Up; old update count = 307; new update count = 308]
2013-04-07 00:30:51,517 DEBUG [agent.manager.DirectAgentAttache]
(DirectAgent-163:null) Seq 5-614334808: Response Received:
2013-04-07 00:30:51,517 DEBUG [agent.transport.Request]
(DirectAgent-163:null) Seq 5-614334808: Processing:  { Ans: , MgmtId: 1,
via: 5, Ver: v1, Flags: 10,
[{"CheckHealthAnswer":{"result":true,"details":"resource is
alive","wait":0}}] }
2013-04-07 00:30:51,517 DEBUG [agent.transport.Request]
(AgentTaskPool-16:null) Seq 5-614334808: Received:  { Ans: , MgmtId: 1,
via: 5, Ver: v1, Flags: 10, { CheckHealthAnswer } }
2013-04-07 00:30:51,517 DEBUG [agent.manager.AgentManagerImpl]
(AgentTaskPool-16:null) Details from executing class
com.cloud.agent.api.CheckHealthCommand: resource is alive
2013-04-07 00:30:51,517 DEBUG [agent.manager.AgentManagerImpl]
(AgentTaskPool-16:null) agent (5) responded to checkHeathCommand, reporting
that agent is Up
2013-04-07 00:30:51,518 INFO  [agent.manager.AgentManagerImpl]
(AgentTaskPool-16:null) The state determined is Up
2013-04-07 00:30:51,518 INFO  [agent.manager.AgentManagerImpl]
(AgentTaskPool-16:null) Agent is determined to be up and running
2013-04-07 00:30:51,518 DEBUG [cloud.host.Status] (AgentTaskPool-16:null)
Transition:[Resource state = Enabled, Agent event = Ping, Host id = 5, name
= Tut-XenServer2]
2013-04-07 00:30:51,522 DEBUG [cloud.host.Status] (AgentTaskPool-16:null)
Agent status update: [id = 5; name = Tut-XenServer2; old status = Up; event
= Ping; new status = Up; old update count = 144; new update count = 145]
2013-04-07 00:30:52,927 DEBUG [agent.manager.DirectAgentAttache]
(DirectAgent-157:null) Seq 6-324993301: Response Received:
2013-04-07 00:30:52,927 DEBUG [agent.transport.Request]
(DirectAgent-157:null) Seq 6-324993301: Processing:  { Ans: , MgmtId: 1,
via: 6, Ver: v1, Flags: 110, [{"Answer":{"result":true,"wait":0}}] }
2013-04-07 00:30:52,927 DEBUG [agent.transport.Request]
(Job-Executor-35:job-42) Seq 6-324993301: Received:  { Ans: , MgmtId: 1,
via: 6, Ver: v1, Flags: 110, { Answer } }
2013-04-07 00:30:52,927 DEBUG [agent.manager.AgentAttache]
(DirectAgent-157:null) Seq 6-324993301: No more commands found
2013-04-07 00:30:52,938 DEBUG
[network.router.VirtualNetworkApplianceManagerImpl]
(Job-Executor-35:job-42) Applying userdata and password entry in network
Ntwk[204|Guest|6]
2013-04-07 00:30:52,952 DEBUG [agent.transport.Request]
(Job-Executor-35:job-42) Seq 6-324993303: Sending  { Cmd , MgmtId: 1, via:
6, Ver: v1, Flags: 100111,
[{"routing.SavePasswordCommand":{"password":"fnirq_cnffjbeq","vmIpAddress":"192.168.56.195","vmName":"c18ddf7c-fc61-40b0-af75-fdef05f8eae6","accessDetails":{"router.guest.ip":"192.168.56.102","zone.network.type":"Basic","router.ip":"169.254.1.168","
router.name
":"r-4-VM"},"wait":0}},{"routing.VmDataCommand":{"vmIpAddress":"192.168.56.195","vmName":"c18ddf7c-fc61-40b0-af75-fdef05f8eae6","accessDetails":{"router.guest.ip":"192.168.56.102","zone.network.type":"Basic","router.ip":"169.254.1.168","
router.name":"r-4-VM"},"wait":0}}] }
2013-04-07 00:30:52,953 DEBUG [agent.transport.Request]
(Job-Executor-35:job-42) Seq 6-324993303: Executing:  { Cmd , MgmtId: 1,
via: 6, Ver: v1, Flags: 100111,
[{"routing.SavePasswordCommand":{"password":"fnirq_cnffjbeq","vmIpAddress":"192.168.56.195","vmName":"c18ddf7c-fc61-40b0-af75-fdef05f8eae6","accessDetails":{"router.guest.ip":"192.168.56.102","zone.network.type":"Basic","router.ip":"169.254.1.168","
router.name
":"r-4-VM"},"wait":0}},{"routing.VmDataCommand":{"vmIpAddress":"192.168.56.195","vmName":"c18ddf7c-fc61-40b0-af75-fdef05f8eae6","accessDetails":{"router.guest.ip":"192.168.56.102","zone.network.type":"Basic","router.ip":"169.254.1.168","
router.name":"r-4-VM"},"wait":0}}] }
2013-04-07 00:30:52,953 DEBUG [agent.manager.DirectAgentAttache]
(DirectAgent-37:null) Seq 6-324993303: Executing request
2013-04-07 00:30:53,093 DEBUG [cloud.api.ApiServlet]
(1161145101@qtp-1008805148-33:null) ===START===  127.0.0.1 -- GET
 command=queryAsyncJobResult&jobId=f75d8ce8-1193-43bf-b171-f43d2534e6bc&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316253091
2013-04-07 00:30:53,110 DEBUG [cloud.api.ApiServlet]
(1161145101@qtp-1008805148-33:null) ===END===  127.0.0.1 -- GET
 command=queryAsyncJobResult&jobId=f75d8ce8-1193-43bf-b171-f43d2534e6bc&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316253091
2013-04-07 00:30:56,093 DEBUG [cloud.api.ApiServlet]
(1161145101@qtp-1008805148-33:null) ===START===  127.0.0.1 -- GET
 command=queryAsyncJobResult&jobId=f75d8ce8-1193-43bf-b171-f43d2534e6bc&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316256091
2013-04-07 00:30:56,109 DEBUG [cloud.api.ApiServlet]
(1161145101@qtp-1008805148-33:null) ===END===  127.0.0.1 -- GET
 command=queryAsyncJobResult&jobId=f75d8ce8-1193-43bf-b171-f43d2534e6bc&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316256091
2013-04-07 00:30:59,094 DEBUG [cloud.api.ApiServlet]
(1161145101@qtp-1008805148-33:null) ===START===  127.0.0.1 -- GET
 command=queryAsyncJobResult&jobId=f75d8ce8-1193-43bf-b171-f43d2534e6bc&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316259092
2013-04-07 00:30:59,111 DEBUG [cloud.api.ApiServlet]
(1161145101@qtp-1008805148-33:null) ===END===  127.0.0.1 -- GET
 command=queryAsyncJobResult&jobId=f75d8ce8-1193-43bf-b171-f43d2534e6bc&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316259092
2013-04-07 00:31:02,095 DEBUG [cloud.api.ApiServlet]
(1161145101@qtp-1008805148-33:null) ===START===  127.0.0.1 -- GET
 command=queryAsyncJobResult&jobId=f75d8ce8-1193-43bf-b171-f43d2534e6bc&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316262093
2013-04-07 00:31:02,110 DEBUG [cloud.api.ApiServlet]
(1161145101@qtp-1008805148-33:null) ===END===  127.0.0.1 -- GET
 command=queryAsyncJobResult&jobId=f75d8ce8-1193-43bf-b171-f43d2534e6bc&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316262093
2013-04-07 00:31:04,860 DEBUG [agent.manager.DirectAgentAttache]
(DirectAgent-145:null) Ping from 6
2013-04-07 00:31:05,099 DEBUG [cloud.api.ApiServlet]
(1161145101@qtp-1008805148-33:null) ===START===  127.0.0.1 -- GET
 command=queryAsyncJobResult&jobId=f75d8ce8-1193-43bf-b171-f43d2534e6bc&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316265096
2013-04-07 00:31:05,114 DEBUG [cloud.api.ApiServlet]
(1161145101@qtp-1008805148-33:null) ===END===  127.0.0.1 -- GET
 command=queryAsyncJobResult&jobId=f75d8ce8-1193-43bf-b171-f43d2534e6bc&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316265096
2013-04-07 00:31:06,234 DEBUG [agent.manager.DirectAgentAttache]
(DirectAgent-372:null) Ping from 5
2013-04-07 00:31:06,909 DEBUG [agent.manager.DirectAgentAttache]
(DirectAgent-149:null) Seq 6-324993028: Executing request
2013-04-07 00:31:07,239 DEBUG [agent.manager.DirectAgentAttache]
(DirectAgent-149:null) Seq 6-324993028: Response Received:
2013-04-07 00:31:07,239 DEBUG [agent.transport.Request]
(DirectAgent-149:null) Seq 6-324993028: Processing:  { Ans: , MgmtId: 1,
via: 6, Ver: v1, Flags: 10,
[{"ClusterSyncAnswer":{"_clusterId":2,"_newStates":{},"_isExecuted":false,"result":true,"wait":0}}]
}
2013-04-07 00:31:07,424 DEBUG [agent.manager.DirectAgentAttache]
(DirectAgent-37:null) Seq 6-324993303: Response Received:
2013-04-07 00:31:07,424 DEBUG [agent.transport.Request]
(DirectAgent-37:null) Seq 6-324993303: Processing:  { Ans: , MgmtId: 1,
via: 6, Ver: v1, Flags: 110,
[{"Answer":{"result":true,"wait":0}},{"Answer":{"result":true,"wait":0}}] }
2013-04-07 00:31:07,424 DEBUG [agent.transport.Request]
(Job-Executor-35:job-42) Seq 6-324993303: Received:  { Ans: , MgmtId: 1,
via: 6, Ver: v1, Flags: 110, { Answer, Answer } }
2013-04-07 00:31:07,424 DEBUG [agent.manager.AgentAttache]
(DirectAgent-37:null) Seq 6-324993303: No more commands found
2013-04-07 00:31:07,424 DEBUG [cloud.network.NetworkManagerImpl]
(Job-Executor-35:job-42) Asking VpcVirtualRouter to prepare for
Nic[18-12-6416c373-20d8-4617-8dcb-30a8ff9d0f34-192.168.56.195]
2013-04-07 00:31:07,424 WARN  [network.element.VpcVirtualRouterElement]
(Job-Executor-35:job-42) Network Ntwk[204|Guest|6] is not associated with
any VPC
2013-04-07 00:31:07,429 DEBUG [cloud.network.NetworkManagerImpl]
(Job-Executor-35:job-42) Asking NiciraNvp to prepare for
Nic[18-12-6416c373-20d8-4617-8dcb-30a8ff9d0f34-192.168.56.195]
2013-04-07 00:31:07,429 DEBUG [network.element.NiciraNvpElement]
(Job-Executor-35:job-42) Checking if NiciraNvpElement can handle service
Connectivity on network guestNetworkForBasicZone
2013-04-07 00:31:07,432 DEBUG [cloud.network.NetworkManagerImpl]
(Job-Executor-35:job-42) Asking JuniperSRX to prepare for
Nic[18-12-6416c373-20d8-4617-8dcb-30a8ff9d0f34-192.168.56.195]
2013-04-07 00:31:07,436 DEBUG [cloud.network.NetworkManagerImpl]
(Job-Executor-35:job-42) Asking Netscaler to prepare for
Nic[18-12-6416c373-20d8-4617-8dcb-30a8ff9d0f34-192.168.56.195]
2013-04-07 00:31:07,441 DEBUG [cloud.network.NetworkManagerImpl]
(Job-Executor-35:job-42) Asking F5BigIP to prepare for
Nic[18-12-6416c373-20d8-4617-8dcb-30a8ff9d0f34-192.168.56.195]
2013-04-07 00:31:07,445 DEBUG [cloud.network.NetworkManagerImpl]
(Job-Executor-35:job-42) Asking CiscoNexus1000vVSM to prepare for
Nic[18-12-6416c373-20d8-4617-8dcb-30a8ff9d0f34-192.168.56.195]
2013-04-07 00:31:07,449 DEBUG [cloud.storage.StorageManagerImpl]
(Job-Executor-35:job-42) Checking if we need to prepare 1 volumes for
VM[User|c18ddf7c-fc61-40b0-af75-fdef05f8eae6]
2013-04-07 00:31:07,451 DEBUG [cloud.storage.StorageManagerImpl]
(Job-Executor-35:job-42) Creating volume: Vol[12|vm=12|ROOT]
2013-04-07 00:31:07,451 DEBUG [cloud.storage.StorageManagerImpl]
(Job-Executor-35:job-42) Trying to create in Pool[257|PreSetup]
2013-04-07 00:31:07,459 DEBUG [cloud.template.TemplateManagerImpl]
(Job-Executor-35:job-42) Downloading template 5 to pool 257
2013-04-07 00:31:07,466 DEBUG [cloud.template.TemplateManagerImpl]
(Job-Executor-35:job-42) Downloading 5 via 5
2013-04-07 00:31:07,470 DEBUG [agent.transport.Request]
(Job-Executor-35:job-42) Seq 5-614334809: Sending  { Cmd , MgmtId: 1, via:
5, Ver: v1, Flags: 100111,
[{"storage.PrimaryStorageDownloadCommand":{"localPath":"/mnt/9a008517-e321-37a0-a941-44695f9b6fe7","poolUuid":"iSCSI_SR_3","poolId":257,"primaryPool":{"id":257,"uuid":"iSCSI_SR_3","host":"192.168.56.9","path":"/iSCSI_SR_3","port":0,"type":"PreSetup"},"secondaryStorageUrl":"nfs://192.168.56.10:
/opt/storage/secondary","primaryStorageUrl":"nfs://192.168.56.9/iSCSI_SR_3
","url":"nfs://192.168.56.10:/opt/storage/secondary/template/tmpl/1/5//ce5b212e-215a-3461-94fb-814a635b2215.vhd","format":"VHD","accountId":1,"name":"tiny
Linux","wait":10800}}] }
2013-04-07 00:31:07,470 DEBUG [agent.transport.Request]
(Job-Executor-35:job-42) Seq 5-614334809: Executing:  { Cmd , MgmtId: 1,
via: 5, Ver: v1, Flags: 100111,
[{"storage.PrimaryStorageDownloadCommand":{"localPath":"/mnt/9a008517-e321-37a0-a941-44695f9b6fe7","poolUuid":"iSCSI_SR_3","poolId":257,"primaryPool":{"id":257,"uuid":"iSCSI_SR_3","host":"192.168.56.9","path":"/iSCSI_SR_3","port":0,"type":"PreSetup"},"secondaryStorageUrl":"nfs://192.168.56.10:
/opt/storage/secondary","primaryStorageUrl":"nfs://192.168.56.9/iSCSI_SR_3
","url":"nfs://192.168.56.10:/opt/storage/secondary/template/tmpl/1/5//ce5b212e-215a-3461-94fb-814a635b2215.vhd","format":"VHD","accountId":1,"name":"tiny
Linux","wait":10800}}] }
2013-04-07 00:31:07,470 DEBUG [agent.manager.DirectAgentAttache]
(DirectAgent-174:null) Seq 5-614334809: Executing request
2013-04-07 00:31:08,097 DEBUG [cloud.api.ApiServlet]
(1161145101@qtp-1008805148-33:null) ===START===  127.0.0.1 -- GET
 command=queryAsyncJobResult&jobId=f75d8ce8-1193-43bf-b171-f43d2534e6bc&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316268095
2013-04-07 00:31:08,115 DEBUG [cloud.api.ApiServlet]
(1161145101@qtp-1008805148-33:null) ===END===  127.0.0.1 -- GET
 command=queryAsyncJobResult&jobId=f75d8ce8-1193-43bf-b171-f43d2534e6bc&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316268095
2013-04-07 00:31:11,023 DEBUG [agent.manager.DirectAgentAttache]
(DirectAgent-309:null) Seq 5-614334468: Executing request
2013-04-07 00:31:11,099 DEBUG [cloud.api.ApiServlet]
(1161145101@qtp-1008805148-33:null) ===START===  127.0.0.1 -- GET
 command=queryAsyncJobResult&jobId=f75d8ce8-1193-43bf-b171-f43d2534e6bc&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316271096
2013-04-07 00:31:11,121 DEBUG [cloud.api.ApiServlet]
(1161145101@qtp-1008805148-33:null) ===END===  127.0.0.1 -- GET
 command=queryAsyncJobResult&jobId=f75d8ce8-1193-43bf-b171-f43d2534e6bc&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316271096
2013-04-07 00:31:11,363 DEBUG [agent.manager.DirectAgentAttache]
(DirectAgent-309:null) Seq 5-614334468: Response Received:
2013-04-07 00:31:11,363 DEBUG [agent.transport.Request]
(DirectAgent-309:null) Seq 5-614334468: Processing:  { Ans: , MgmtId: 1,
via: 5, Ver: v1, Flags: 10, [{"Answer":{"result":true,"wait":0}}] }
2013-04-07 00:31:14,100 DEBUG [cloud.api.ApiServlet]
(1161145101@qtp-1008805148-33:null) ===START===  127.0.0.1 -- GET
 command=queryAsyncJobResult&jobId=f75d8ce8-1193-43bf-b171-f43d2534e6bc&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316274097
2013-04-07 00:31:14,124 DEBUG [cloud.api.ApiServlet]
(1161145101@qtp-1008805148-33:null) ===END===  127.0.0.1 -- GET
 command=queryAsyncJobResult&jobId=f75d8ce8-1193-43bf-b171-f43d2534e6bc&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316274097
2013-04-07 00:31:16,197 DEBUG [cloud.api.ApiServlet]
(1161145101@qtp-1008805148-33:null) ===START===  127.0.0.1 -- GET
 command=listVirtualMachines&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&listAll=true&page=1&pagesize=20&_=1365316276194
2013-04-07 00:31:16,219 DEBUG [cloud.api.ApiServlet]
(1161145101@qtp-1008805148-33:null) ===END===  127.0.0.1 -- GET
 command=listVirtualMachines&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&listAll=true&page=1&pagesize=20&_=1365316276194
2013-04-07 00:31:17,101 DEBUG [cloud.api.ApiServlet]
(1161145101@qtp-1008805148-33:null) ===START===  127.0.0.1 -- GET
 command=queryAsyncJobResult&jobId=f75d8ce8-1193-43bf-b171-f43d2534e6bc&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316277098
2013-04-07 00:31:17,123 DEBUG [cloud.api.ApiServlet]
(1161145101@qtp-1008805148-33:null) ===END===  127.0.0.1 -- GET
 command=queryAsyncJobResult&jobId=f75d8ce8-1193-43bf-b171-f43d2534e6bc&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316277098
2013-04-07 00:31:17,954 DEBUG [cloud.api.ApiServlet]
(1161145101@qtp-1008805148-33:null) ===START===  127.0.0.1 -- GET
 command=listVolumes&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&listAll=true&page=1&pagesize=20&_=1365316277950
2013-04-07 00:31:17,972 DEBUG [cloud.api.ApiServlet]
(1161145101@qtp-1008805148-33:null) ===END===  127.0.0.1 -- GET
 command=listVolumes&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&listAll=true&page=1&pagesize=20&_=1365316277950
2013-04-07 00:31:20,102 DEBUG [cloud.api.ApiServlet]
(1161145101@qtp-1008805148-33:null) ===START===  127.0.0.1 -- GET
 command=queryAsyncJobResult&jobId=f75d8ce8-1193-43bf-b171-f43d2534e6bc&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316280099
2013-04-07 00:31:20,118 DEBUG [cloud.api.ApiServlet]
(1161145101@qtp-1008805148-33:null) ===END===  127.0.0.1 -- GET
 command=queryAsyncJobResult&jobId=f75d8ce8-1193-43bf-b171-f43d2534e6bc&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316280099
2013-04-07 00:31:20,454 DEBUG
[storage.secondary.SecondaryStorageManagerImpl] (secstorage-1:null) Zone 1
is ready to launch secondary storage VM
2013-04-07 00:31:20,558 DEBUG [cloud.consoleproxy.ConsoleProxyManagerImpl]
(consoleproxy-1:null) Zone 1 is ready to launch console proxy
2013-04-07 00:31:20,820 DEBUG
[network.router.VirtualNetworkApplianceManagerImpl]
(RouterStatusMonitor-1:null) Found 0 routers to update status.
2013-04-07 00:31:20,821 DEBUG
[network.router.VirtualNetworkApplianceManagerImpl]
(RouterStatusMonitor-1:null) Found 0 networks to update RvR status.
2013-04-07 00:31:20,852 DEBUG
[network.router.VirtualNetworkApplianceManagerImpl]
(RouterStatusMonitor-1:null) Found 0 routers to update status.
2013-04-07 00:31:20,853 DEBUG
[network.router.VirtualNetworkApplianceManagerImpl]
(RouterStatusMonitor-1:null) Found 0 networks to update RvR status.
2013-04-07 00:31:21,075 DEBUG [cloud.api.ApiServlet]
(1161145101@qtp-1008805148-33:null) ===START===  127.0.0.1 -- GET
 command=listVolumes&id=aed71ae1-732b-48d7-833f-e23287e2b2b9&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316281073
2013-04-07 00:31:21,097 DEBUG [cloud.api.ApiServlet]
(1161145101@qtp-1008805148-33:null) ===END===  127.0.0.1 -- GET
 command=listVolumes&id=aed71ae1-732b-48d7-833f-e23287e2b2b9&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316281073
2013-04-07 00:31:21,120 DEBUG [cloud.api.ApiServlet]
(1161145101@qtp-1008805148-33:null) ===START===  127.0.0.1 -- GET
 command=listTags&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&resourceId=aed71ae1-732b-48d7-833f-e23287e2b2b9&resourceType=Volume&listAll=true&_=1365316281117
2013-04-07 00:31:21,142 DEBUG [cloud.api.ApiServlet]
(1161145101@qtp-1008805148-33:null) ===END===  127.0.0.1 -- GET
 command=listTags&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&resourceId=aed71ae1-732b-48d7-833f-e23287e2b2b9&resourceType=Volume&listAll=true&_=1365316281117
2013-04-07 00:31:23,102 DEBUG [cloud.api.ApiServlet]
(1161145101@qtp-1008805148-33:null) ===START===  127.0.0.1 -- GET
 command=queryAsyncJobResult&jobId=f75d8ce8-1193-43bf-b171-f43d2534e6bc&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316283100
2013-04-07 00:31:23,122 DEBUG [cloud.api.ApiServlet]
(1161145101@qtp-1008805148-33:null) ===END===  127.0.0.1 -- GET
 command=queryAsyncJobResult&jobId=f75d8ce8-1193-43bf-b171-f43d2534e6bc&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316283100
2013-04-07 00:31:24,894 DEBUG [agent.manager.AgentManagerImpl]
(AgentManager-Handler-9:null) Ping from 4
2013-04-07 00:31:26,102 DEBUG [cloud.api.ApiServlet]
(1161145101@qtp-1008805148-33:null) ===START===  127.0.0.1 -- GET
 command=queryAsyncJobResult&jobId=f75d8ce8-1193-43bf-b171-f43d2534e6bc&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316286100
2013-04-07 00:31:26,117 DEBUG [cloud.api.ApiServlet]
(1161145101@qtp-1008805148-33:null) ===END===  127.0.0.1 -- GET
 command=queryAsyncJobResult&jobId=f75d8ce8-1193-43bf-b171-f43d2534e6bc&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316286100
2013-04-07 00:31:27,217 DEBUG [agent.manager.DirectAgentAttache]
(DirectAgent-164:null) Ping from 1
2013-04-07 00:31:28,079 DEBUG [agent.manager.DirectAgentAttache]
(DirectAgent-174:null) Seq 5-614334809: Response Received:
2013-04-07 00:31:28,079 DEBUG [agent.transport.Request]
(DirectAgent-174:null) Seq 5-614334809: Processing:  { Ans: , MgmtId: 1,
via: 5, Ver: v1, Flags: 110,
[{"storage.PrimaryStorageDownloadAnswer":{"installPath":"a8414926-81d6-4b54-9b4b-feb498489df0","templateSize":54525952,"result":true,"wait":0}}]
}
2013-04-07 00:31:28,079 DEBUG [agent.transport.Request]
(Job-Executor-35:job-42) Seq 5-614334809: Received:  { Ans: , MgmtId: 1,
via: 5, Ver: v1, Flags: 110, { PrimaryStorageDownloadAnswer } }
2013-04-07 00:31:28,079 DEBUG [agent.manager.AgentAttache]
(DirectAgent-174:null) Seq 5-614334809: No more commands found
2013-04-07 00:31:28,081 DEBUG [cloud.template.TemplateManagerImpl]
(Job-Executor-35:job-42) Template 5 is downloaded via 5
2013-04-07 00:31:28,085 DEBUG [agent.transport.Request]
(Job-Executor-35:job-42) Seq 5-614334810: Sending  { Cmd , MgmtId: 1, via:
5, Ver: v1, Flags: 100111,
[{"storage.CreateCommand":{"volId":12,"pool":{"id":257,"uuid":"iSCSI_SR_3","host":"192.168.56.9","path":"/iSCSI_SR_3","port":0,"type":"PreSetup"},"diskCharacteristics":{"size":52428800,"tags":["iSCSI_SR_3"],"type":"ROOT","name":"ROOT-12","useLocalStorage":false,"recreatable":true,"diskOfferingId":37,"volumeId":12,"hyperType":"XenServer"},"templateUrl":"a8414926-81d6-4b54-9b4b-feb498489df0","wait":0}}]
}
2013-04-07 00:31:28,086 DEBUG [agent.transport.Request]
(Job-Executor-35:job-42) Seq 5-614334810: Executing:  { Cmd , MgmtId: 1,
via: 5, Ver: v1, Flags: 100111,
[{"storage.CreateCommand":{"volId":12,"pool":{"id":257,"uuid":"iSCSI_SR_3","host":"192.168.56.9","path":"/iSCSI_SR_3","port":0,"type":"PreSetup"},"diskCharacteristics":{"size":52428800,"tags":["iSCSI_SR_3"],"type":"ROOT","name":"ROOT-12","useLocalStorage":false,"recreatable":true,"diskOfferingId":37,"volumeId":12,"hyperType":"XenServer"},"templateUrl":"a8414926-81d6-4b54-9b4b-feb498489df0","wait":0}}]
}
2013-04-07 00:31:28,086 DEBUG [agent.manager.DirectAgentAttache]
(DirectAgent-327:null) Seq 5-614334810: Executing request
2013-04-07 00:31:28,227 DEBUG [xen.resource.CitrixResourceBase]
(DirectAgent-327:null) SR retrieved for iSCSI_SR_3
2013-04-07 00:31:28,240 DEBUG [xen.resource.CitrixResourceBase]
(DirectAgent-327:null) Checking iSCSI_SR_3 or SR
fe8ca696-22f5-ba1f-af68-7c3cf5a3cb39 on
XS[5e02c608-155d-432e-a20f-f8c600ef3ab7-192.168.56.11]
2013-04-07 00:31:29,095 DEBUG [agent.manager.DirectAgentAttache]
(DirectAgent-84:null) Seq 1-90046472: Executing request
2013-04-07 00:31:29,106 DEBUG [cloud.api.ApiServlet]
(1161145101@qtp-1008805148-33:null) ===START===  127.0.0.1 -- GET
 command=queryAsyncJobResult&jobId=f75d8ce8-1193-43bf-b171-f43d2534e6bc&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316289101
2013-04-07 00:31:29,130 DEBUG [cloud.api.ApiServlet]
(1161145101@qtp-1008805148-33:null) ===END===  127.0.0.1 -- GET
 command=queryAsyncJobResult&jobId=f75d8ce8-1193-43bf-b171-f43d2534e6bc&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316289101
2013-04-07 00:31:29,687 DEBUG [agent.manager.DirectAgentAttache]
(DirectAgent-84:null) Seq 1-90046472: Response Received:
2013-04-07 00:31:29,688 DEBUG [agent.transport.Request]
(DirectAgent-84:null) Seq 1-90046472: Processing:  { Ans: , MgmtId: 1, via:
1, Ver: v1, Flags: 10,
[{"ClusterSyncAnswer":{"_clusterId":1,"_newStates":{},"_isExecuted":false,"result":true,"wait":0}}]
}
2013-04-07 00:31:30,685 DEBUG [xen.resource.CitrixResourceBase]
(DirectAgent-327:null) Succesfully created VDI for
com.cloud.agent.api.storage.CreateCommand.  Uuid =
40a39639-e8aa-45b5-bfa1-591b68571d0c
2013-04-07 00:31:30,686 DEBUG [agent.manager.DirectAgentAttache]
(DirectAgent-327:null) Seq 5-614334810: Response Received:
2013-04-07 00:31:30,686 DEBUG [agent.transport.Request]
(DirectAgent-327:null) Seq 5-614334810: Processing:  { Ans: , MgmtId: 1,
via: 5, Ver: v1, Flags: 110,
[{"storage.CreateAnswer":{"volume":{"id":12,"name":"ROOT-12","mountPoint":"/iSCSI_SR_3","path":"40a39639-e8aa-45b5-bfa1-591b68571d0c","size":52428800,"type":"ROOT","storagePoolType":"PreSetup","storagePoolUuid":"iSCSI_SR_3","deviceId":0},"requestTemplateReload":false,"result":true,"wait":0}}]
}
2013-04-07 00:31:30,686 DEBUG [agent.transport.Request]
(Job-Executor-35:job-42) Seq 5-614334810: Received:  { Ans: , MgmtId: 1,
via: 5, Ver: v1, Flags: 110, { CreateAnswer } }
2013-04-07 00:31:30,686 DEBUG [agent.manager.AgentAttache]
(DirectAgent-327:null) Seq 5-614334810: No more commands found
2013-04-07 00:31:30,689 DEBUG [cloud.storage.StorageManagerImpl]
(Job-Executor-35:job-42) Volume Vol[12|vm=12|ROOT] is created on
Pool[257|PreSetup]
2013-04-07 00:31:30,705 DEBUG [agent.transport.Request]
(Job-Executor-35:job-42) Seq 5-614334811: Sending  { Cmd , MgmtId: 1, via:
5, Ver: v1, Flags: 100111,
[{"StartCommand":{"vm":{"id":12,"name":"i-2-12-VM","bootloader":"PyGrub","type":"User","cpus":1,"speed":100,"minRam":1073741824,"maxRam":1073741824,"arch":"x86_64","os":"CentOS
5.3
(64-bit)","bootArgs":"","rebootOnCrash":false,"enableHA":false,"limitCpuUse":false,"vncPassword":"a0ed1e002d55dc0b","params":{},"uuid":"c18ddf7c-fc61-40b0-af75-fdef05f8eae6","disks":[{"id":12,"name":"ROOT-12","mountPoint":"/iSCSI_SR_3","path":"40a39639-e8aa-45b5-bfa1-591b68571d0c","size":52428800,"type":"ROOT","storagePoolType":"PreSetup","storagePoolUuid":"iSCSI_SR_3","deviceId":0},{"id":12,"name":"tiny
Linux","size":0,"type":"ISO","storagePoolType":"ISO","deviceId":3}],"nics":[{"deviceId":0,"networkRateMbps":200,"defaultNic":true,"uuid":"70472c43-4913-4e0a-8e1d-87b030404b0a","ip":"192.168.56.195","netmask":"255.255.255.0","gateway":"192.168.56.1","mac":"06:c8:0e:00:00:75","dns1":"8.8.8.8","dns2":"4.4.4.4","broadcastType":"Native","type":"Guest","broadcastUri":"vlan://untagged","isolationUri":"ec2://untagged","isSecurityGroupEnabled":true}]},"hostIp":"192.168.56.11","wait":0}}]
}
2013-04-07 00:31:30,705 DEBUG [agent.transport.Request]
(Job-Executor-35:job-42) Seq 5-614334811: Executing:  { Cmd , MgmtId: 1,
via: 5, Ver: v1, Flags: 100111,
[{"StartCommand":{"vm":{"id":12,"name":"i-2-12-VM","bootloader":"PyGrub","type":"User","cpus":1,"speed":100,"minRam":1073741824,"maxRam":1073741824,"arch":"x86_64","os":"CentOS
5.3
(64-bit)","bootArgs":"","rebootOnCrash":false,"enableHA":false,"limitCpuUse":false,"vncPassword":"a0ed1e002d55dc0b","params":{},"uuid":"c18ddf7c-fc61-40b0-af75-fdef05f8eae6","disks":[{"id":12,"name":"ROOT-12","mountPoint":"/iSCSI_SR_3","path":"40a39639-e8aa-45b5-bfa1-591b68571d0c","size":52428800,"type":"ROOT","storagePoolType":"PreSetup","storagePoolUuid":"iSCSI_SR_3","deviceId":0},{"id":12,"name":"tiny
Linux","size":0,"type":"ISO","storagePoolType":"ISO","deviceId":3}],"nics":[{"deviceId":0,"networkRateMbps":200,"defaultNic":true,"uuid":"70472c43-4913-4e0a-8e1d-87b030404b0a","ip":"192.168.56.195","netmask":"255.255.255.0","gateway":"192.168.56.1","mac":"06:c8:0e:00:00:75","dns1":"8.8.8.8","dns2":"4.4.4.4","broadcastType":"Native","type":"Guest","broadcastUri":"vlan://untagged","isolationUri":"ec2://untagged","isSecurityGroupEnabled":true}]},"hostIp":"192.168.56.11","wait":0}}]
}
2013-04-07 00:31:30,705 DEBUG [agent.manager.DirectAgentAttache]
(DirectAgent-265:null) Seq 5-614334811: Executing request
2013-04-07 00:31:30,848 DEBUG [xen.resource.CitrixResourceBase]
(DirectAgent-265:null) 1. The VM i-2-12-VM is in Starting state.
2013-04-07 00:31:30,907 DEBUG [xen.resource.XenServer56FP1Resource]
(DirectAgent-265:null) Created VM 6b192a90-bce6-7347-f184-d5b84538647a for
i-2-12-VM
2013-04-07 00:31:30,959 DEBUG [xen.resource.CitrixResourceBase]
(DirectAgent-265:null) VBD 9ea8a64a-9d04-76df-9d8b-103371b21d86 created for
Vol[12|ROOT|40a39639-e8aa-45b5-bfa1-591b68571d0c|52428800]
2013-04-07 00:31:30,985 DEBUG [xen.resource.CitrixResourceBase]
(DirectAgent-265:null) VBD 0fb43cee-0512-beed-5d24-a33a2ceceeda created for
Vol[12|ISO|null|0]
2013-04-07 00:31:30,985 DEBUG [xen.resource.CitrixResourceBase]
(DirectAgent-265:null) Creating VIF for i-2-12-VM on nic
[Nic:Guest-192.168.56.195-vlan://untagged]
2013-04-07 00:31:31,037 DEBUG [xen.resource.CitrixResourceBase]
(DirectAgent-265:null) Created a vif adbeb814-7d38-1fda-1bdb-b6850c7cb342
on 0
2013-04-07 00:31:32,105 DEBUG [cloud.api.ApiServlet]
(1161145101@qtp-1008805148-33:null) ===START===  127.0.0.1 -- GET
 command=queryAsyncJobResult&jobId=f75d8ce8-1193-43bf-b171-f43d2534e6bc&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316292102
2013-04-07 00:31:32,122 DEBUG [cloud.api.ApiServlet]
(1161145101@qtp-1008805148-33:null) ===END===  127.0.0.1 -- GET
 command=queryAsyncJobResult&jobId=f75d8ce8-1193-43bf-b171-f43d2534e6bc&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316292102
2013-04-07 00:31:35,106 DEBUG [cloud.api.ApiServlet]
(1161145101@qtp-1008805148-33:null) ===START===  127.0.0.1 -- GET
 command=queryAsyncJobResult&jobId=f75d8ce8-1193-43bf-b171-f43d2534e6bc&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316295103
2013-04-07 00:31:35,125 DEBUG [cloud.api.ApiServlet]
(1161145101@qtp-1008805148-33:null) ===END===  127.0.0.1 -- GET
 command=queryAsyncJobResult&jobId=f75d8ce8-1193-43bf-b171-f43d2534e6bc&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316295103
2013-04-07 00:31:38,106 DEBUG [cloud.api.ApiServlet]
(1161145101@qtp-1008805148-33:null) ===START===  127.0.0.1 -- GET
 command=queryAsyncJobResult&jobId=f75d8ce8-1193-43bf-b171-f43d2534e6bc&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316298104
2013-04-07 00:31:38,126 DEBUG [cloud.api.ApiServlet]
(1161145101@qtp-1008805148-33:null) ===END===  127.0.0.1 -- GET
 command=queryAsyncJobResult&jobId=f75d8ce8-1193-43bf-b171-f43d2534e6bc&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316298104
2013-04-07 00:31:41,108 DEBUG [cloud.api.ApiServlet]
(1161145101@qtp-1008805148-33:null) ===START===  127.0.0.1 -- GET
 command=queryAsyncJobResult&jobId=f75d8ce8-1193-43bf-b171-f43d2534e6bc&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316301106
2013-04-07 00:31:41,133 DEBUG [cloud.api.ApiServlet]
(1161145101@qtp-1008805148-33:null) ===END===  127.0.0.1 -- GET
 command=queryAsyncJobResult&jobId=f75d8ce8-1193-43bf-b171-f43d2534e6bc&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316301106
2013-04-07 00:31:43,708 INFO  [xen.resource.CitrixResourceBase]
(DirectAgent-265:null) Programmed default network rules for i-2-12-VM on
nic with ip:192.168.56.195 mac:06:c8:0e:00:00:75
2013-04-07 00:31:43,708 DEBUG [xen.resource.CitrixResourceBase]
(DirectAgent-265:null) 2. The VM i-2-12-VM is in Running state.
2013-04-07 00:31:43,708 DEBUG [agent.manager.DirectAgentAttache]
(DirectAgent-265:null) Seq 5-614334811: Response Received:
2013-04-07 00:31:43,709 DEBUG [agent.transport.Request]
(DirectAgent-265:null) Seq 5-614334811: Processing:  { Ans: , MgmtId: 1,
via: 5, Ver: v1, Flags: 110,
[{"StartAnswer":{"vm":{"id":12,"name":"i-2-12-VM","bootloader":"PyGrub","type":"User","cpus":1,"speed":100,"minRam":1073741824,"maxRam":1073741824,"arch":"x86_64","os":"CentOS
5.3
(64-bit)","bootArgs":"","rebootOnCrash":false,"enableHA":false,"limitCpuUse":false,"vncPassword":"a0ed1e002d55dc0b","params":{},"uuid":"c18ddf7c-fc61-40b0-af75-fdef05f8eae6","disks":[{"id":12,"name":"ROOT-12","mountPoint":"/iSCSI_SR_3","path":"40a39639-e8aa-45b5-bfa1-591b68571d0c","size":52428800,"type":"ROOT","storagePoolType":"PreSetup","storagePoolUuid":"iSCSI_SR_3","deviceId":0},{"id":12,"name":"tiny
Linux","size":0,"type":"ISO","storagePoolType":"ISO","deviceId":3}],"nics":[{"deviceId":0,"networkRateMbps":200,"defaultNic":true,"uuid":"70472c43-4913-4e0a-8e1d-87b030404b0a","ip":"192.168.56.195","netmask":"255.255.255.0","gateway":"192.168.56.1","mac":"06:c8:0e:00:00:75","dns1":"8.8.8.8","dns2":"4.4.4.4","broadcastType":"Native","type":"Guest","broadcastUri":"vlan://untagged","isolationUri":"ec2://untagged","isSecurityGroupEnabled":true}]},"result":true,"wait":0}}]
}
2013-04-07 00:31:43,709 DEBUG [agent.transport.Request]
(Job-Executor-35:job-42) Seq 5-614334811: Received:  { Ans: , MgmtId: 1,
via: 5, Ver: v1, Flags: 110, { StartAnswer } }
2013-04-07 00:31:43,709 DEBUG [agent.manager.AgentAttache]
(DirectAgent-265:null) Seq 5-614334811: No more commands found
2013-04-07 00:31:43,763 DEBUG [network.security.SecurityGroupManagerImpl]
(Job-Executor-35:job-42) Security Group Mgr v2: scheduling ruleset updates
for 1 vms  (unique=1), current queue size=0
2013-04-07 00:31:43,765 DEBUG [network.security.SecurityGroupManagerImpl]
(Job-Executor-35:job-42) Security Group Mgr v2: done scheduling ruleset
updates for 1 vms: num new jobs=1 num rows insert or updated=1 time taken=2
2013-04-07 00:31:43,769 DEBUG [cloud.capacity.CapacityManagerImpl]
(Job-Executor-35:job-42) VM state transitted from :Starting to Running with
event: OperationSucceededvm's original host id: 5 new host id: 5 host id
before state transition: 5
2013-04-07 00:31:43,769 DEBUG [cloud.vm.VirtualMachineManagerImpl]
(Job-Executor-35:job-42) Start completed for VM
VM[User|c18ddf7c-fc61-40b0-af75-fdef05f8eae6]
2013-04-07 00:31:43,773 DEBUG [network.security.SecurityGroupManagerImpl]
(SecGrp-Worker-3:null) SecurityGroupManager v2: sending ruleset update for
vm i-2-12-VM:ingress num rules=0:egress num rules=0 num cidrs=0
sig=d41d8cd98f00b204e9800998ecf8427e
2013-04-07 00:31:43,777 DEBUG [cloud.async.AsyncJobManagerImpl]
(Job-Executor-35:job-42) Complete async job-42, jobStatus: 1, resultCode:
0, result: org.apache.cloudstack.api.response.UserVmResponse@d9c5b6f
2013-04-07 00:31:43,782 DEBUG [cloud.async.AsyncJobManagerImpl]
(Job-Executor-35:job-42) Done executing
org.apache.cloudstack.api.command.user.vm.DeployVMCmd for job-42
2013-04-07 00:31:43,796 DEBUG [agent.transport.Request]
(SecGrp-Worker-3:null) Seq 5-614334812: Sending  { Cmd , MgmtId: 1, via: 5,
Ver: v1, Flags: 100111,
[{"SecurityGroupRulesCmd":{"guestIp":"192.168.56.195","vmName":"i-2-12-VM","guestMac":"06:c8:0e:00:00:75","signature":"d41d8cd98f00b204e9800998ecf8427e","seqNum":1,"vmId":12,"msId":1,"ingressRuleSet":[],"egressRuleSet":[],"wait":0}}]
}
2013-04-07 00:31:43,796 DEBUG [agent.transport.Request]
(SecGrp-Worker-3:null) Seq 5-614334812: Executing:  { Cmd , MgmtId: 1, via:
5, Ver: v1, Flags: 100111,
[{"SecurityGroupRulesCmd":{"guestIp":"192.168.56.195","vmName":"i-2-12-VM","guestMac":"06:c8:0e:00:00:75","signature":"d41d8cd98f00b204e9800998ecf8427e","seqNum":1,"vmId":12,"msId":1,"ingressRuleSet":[],"egressRuleSet":[],"wait":0}}]
}
2013-04-07 00:31:43,796 DEBUG [agent.manager.DirectAgentAttache]
(DirectAgent-77:null) Seq 5-614334812: Executing request
2013-04-07 00:31:44,109 DEBUG [cloud.api.ApiServlet]
(1161145101@qtp-1008805148-33:null) ===START===  127.0.0.1 -- GET
 command=queryAsyncJobResult&jobId=f75d8ce8-1193-43bf-b171-f43d2534e6bc&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316304106
2013-04-07 00:31:44,122 DEBUG [cloud.async.AsyncJobManagerImpl]
(1161145101@qtp-1008805148-33:null) Async job-42 completed
2013-04-07 00:31:44,131 DEBUG [cloud.api.ApiServlet]
(1161145101@qtp-1008805148-33:null) ===END===  127.0.0.1 -- GET
 command=queryAsyncJobResult&jobId=f75d8ce8-1193-43bf-b171-f43d2534e6bc&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316304106
2013-04-07 00:31:44,351 INFO  [xen.resource.CitrixResourceBase]
(DirectAgent-77:null) Programmed network rules for vm i-2-12-VM
guestIp=192.168.56.195, ingress numrules=0, egress numrules=0
2013-04-07 00:31:44,351 DEBUG [agent.manager.DirectAgentAttache]
(DirectAgent-77:null) Seq 5-614334812: Response Received:
2013-04-07 00:31:44,352 DEBUG [agent.transport.Request]
(DirectAgent-77:null) Seq 5-614334812: Processing:  { Ans: , MgmtId: 1,
via: 5, Ver: v1, Flags: 110,
[{"SecurityGroupRuleAnswer":{"logSequenceNumber":1,"vmId":12,"reason":"NONE","result":true,"wait":0}}]
}
2013-04-07 00:31:44,353 DEBUG [network.security.SecurityGroupListener]
(DirectAgent-77:null) Successfully programmed rule
com.cloud.agent.api.SecurityGroupRuleAnswer into host 5
2013-04-07 00:31:44,357 DEBUG [network.security.SecurityGroupListener]
(DirectAgent-77:null) Successfully programmed rule
com.cloud.agent.api.SecurityGroupRuleAnswer into host 5
2013-04-07 00:31:44,359 DEBUG [agent.manager.AgentAttache]
(DirectAgent-77:null) Seq 5-614334812: No more commands found
2013-04-07 00:31:47,679 DEBUG [agent.manager.AgentManagerImpl]
(AgentManager-Handler-10:null) Ping from 3
2013-04-07 00:31:50,451 DEBUG
[storage.secondary.SecondaryStorageManagerImpl] (secstorage-1:null) Zone 1
is ready to launch secondary storage VM
2013-04-07 00:31:50,553 DEBUG [cloud.consoleproxy.ConsoleProxyManagerImpl]
(consoleproxy-1:null) Zone 1 is ready to launch console proxy
2013-04-07 00:31:50,819 DEBUG
[network.router.VirtualNetworkApplianceManagerImpl]
(RouterStatusMonitor-1:null) Found 0 routers to update status.
2013-04-07 00:31:50,820 DEBUG
[network.router.VirtualNetworkApplianceManagerImpl]
(RouterStatusMonitor-1:null) Found 0 networks to update RvR status.
2013-04-07 00:31:50,851 DEBUG
[network.router.VirtualNetworkApplianceManagerImpl]
(RouterStatusMonitor-1:null) Found 0 routers to update status.
2013-04-07 00:31:50,852 DEBUG
[network.router.VirtualNetworkApplianceManagerImpl]
(RouterStatusMonitor-1:null) Found 0 networks to update RvR status.
2013-04-07 00:31:51,459 INFO  [agent.manager.AgentMonitor] (Thread-11:null)
Found the following agents behind on ping: [6, 5]
2013-04-07 00:31:51,460 DEBUG [cloud.host.Status] (Thread-11:null) Ping
timeout for host 6, do invstigation
2013-04-07 00:31:51,461 DEBUG [cloud.host.Status] (Thread-11:null) Ping
timeout for host 5, do invstigation
2013-04-07 00:31:51,462 INFO  [agent.manager.AgentManagerImpl]
(AgentTaskPool-2:null) Investigating why host 6 has disconnected with event
PingTimeout
2013-04-07 00:31:51,462 DEBUG [agent.manager.AgentManagerImpl]
(AgentTaskPool-2:null) checking if agent (6) is alive
2013-04-07 00:31:51,463 INFO  [agent.manager.AgentManagerImpl]
(AgentTaskPool-14:null) Investigating why host 5 has disconnected with
event PingTimeout
2013-04-07 00:31:51,463 DEBUG [agent.manager.AgentManagerImpl]
(AgentTaskPool-14:null) checking if agent (5) is alive
2013-04-07 00:31:51,465 DEBUG [agent.transport.Request]
(AgentTaskPool-2:null) Seq 6-324993304: Sending  { Cmd , MgmtId: 1, via: 6,
Ver: v1, Flags: 100011, [{"CheckHealthCommand":{"wait":50}}] }
2013-04-07 00:31:51,465 DEBUG [agent.transport.Request]
(AgentTaskPool-2:null) Seq 6-324993304: Executing:  { Cmd , MgmtId: 1, via:
6, Ver: v1, Flags: 100011, [{"CheckHealthCommand":{"wait":50}}] }
2013-04-07 00:31:51,465 DEBUG [agent.manager.DirectAgentAttache]
(DirectAgent-151:null) Seq 6-324993304: Executing request
2013-04-07 00:31:51,466 DEBUG [agent.transport.Request]
(AgentTaskPool-14:null) Seq 5-614334813: Sending  { Cmd , MgmtId: 1, via:
5, Ver: v1, Flags: 100011, [{"CheckHealthCommand":{"wait":50}}] }
2013-04-07 00:31:51,467 DEBUG [agent.transport.Request]
(AgentTaskPool-14:null) Seq 5-614334813: Executing:  { Cmd , MgmtId: 1,
via: 5, Ver: v1, Flags: 100011, [{"CheckHealthCommand":{"wait":50}}] }
2013-04-07 00:31:51,467 DEBUG [agent.manager.DirectAgentAttache]
(DirectAgent-113:null) Seq 5-614334813: Executing request
2013-04-07 00:31:51,525 DEBUG [agent.manager.DirectAgentAttache]
(DirectAgent-151:null) Seq 6-324993304: Response Received:
2013-04-07 00:31:51,525 DEBUG [agent.transport.Request]
(DirectAgent-151:null) Seq 6-324993304: Processing:  { Ans: , MgmtId: 1,
via: 6, Ver: v1, Flags: 10,
[{"CheckHealthAnswer":{"result":true,"details":"resource is
alive","wait":0}}] }
2013-04-07 00:31:51,526 DEBUG [agent.transport.Request]
(AgentTaskPool-2:null) Seq 6-324993304: Received:  { Ans: , MgmtId: 1, via:
6, Ver: v1, Flags: 10, { CheckHealthAnswer } }
2013-04-07 00:31:51,526 DEBUG [agent.manager.AgentManagerImpl]
(AgentTaskPool-2:null) Details from executing class
com.cloud.agent.api.CheckHealthCommand: resource is alive
2013-04-07 00:31:51,526 DEBUG [agent.manager.AgentManagerImpl]
(AgentTaskPool-2:null) agent (6) responded to checkHeathCommand, reporting
that agent is Up
2013-04-07 00:31:51,526 INFO  [agent.manager.AgentManagerImpl]
(AgentTaskPool-2:null) The state determined is Up
2013-04-07 00:31:51,526 INFO  [agent.manager.AgentManagerImpl]
(AgentTaskPool-2:null) Agent is determined to be up and running
2013-04-07 00:31:51,526 DEBUG [cloud.host.Status] (AgentTaskPool-2:null)
Transition:[Resource state = Enabled, Agent event = Ping, Host id = 6, name
= Tut-XenServer]
2013-04-07 00:31:51,529 DEBUG [agent.manager.DirectAgentAttache]
(DirectAgent-113:null) Seq 5-614334813: Response Received:
2013-04-07 00:31:51,529 DEBUG [agent.transport.Request]
(DirectAgent-113:null) Seq 5-614334813: Processing:  { Ans: , MgmtId: 1,
via: 5, Ver: v1, Flags: 10,
[{"CheckHealthAnswer":{"result":true,"details":"resource is
alive","wait":0}}] }
2013-04-07 00:31:51,529 DEBUG [agent.transport.Request]
(AgentTaskPool-14:null) Seq 5-614334813: Received:  { Ans: , MgmtId: 1,
via: 5, Ver: v1, Flags: 10, { CheckHealthAnswer } }
2013-04-07 00:31:51,529 DEBUG [agent.manager.AgentManagerImpl]
(AgentTaskPool-14:null) Details from executing class
com.cloud.agent.api.CheckHealthCommand: resource is alive
2013-04-07 00:31:51,529 DEBUG [agent.manager.AgentManagerImpl]
(AgentTaskPool-14:null) agent (5) responded to checkHeathCommand, reporting
that agent is Up
2013-04-07 00:31:51,529 INFO  [agent.manager.AgentManagerImpl]
(AgentTaskPool-14:null) The state determined is Up
2013-04-07 00:31:51,529 INFO  [agent.manager.AgentManagerImpl]
(AgentTaskPool-14:null) Agent is determined to be up and running
2013-04-07 00:31:51,530 DEBUG [cloud.host.Status] (AgentTaskPool-2:null)
Agent status update: [id = 6; name = Tut-XenServer; old status = Up; event
= Ping; new status = Up; old update count = 308; new update count = 309]
2013-04-07 00:31:51,530 DEBUG [cloud.host.Status] (AgentTaskPool-14:null)
Transition:[Resource state = Enabled, Agent event = Ping, Host id = 5, name
= Tut-XenServer2]
2013-04-07 00:31:51,533 DEBUG [cloud.host.Status] (AgentTaskPool-14:null)
Agent status update: [id = 5; name = Tut-XenServer2; old status = Up; event
= Ping; new status = Up; old update count = 145; new update count = 146]
2013-04-07 00:31:58,908 DEBUG [cloud.api.ApiServlet]
(1161145101@qtp-1008805148-33:null) ===START===  127.0.0.1 -- GET
 command=listVirtualMachines&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&listAll=true&page=1&pagesize=20&_=1365316318906
2013-04-07 00:31:58,925 DEBUG [cloud.api.ApiServlet]
(1161145101@qtp-1008805148-33:null) ===END===  127.0.0.1 -- GET
 command=listVirtualMachines&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&listAll=true&page=1&pagesize=20&_=1365316318906
2013-04-07 00:32:00,065 DEBUG [cloud.api.ApiServlet]
(1161145101@qtp-1008805148-33:null) ===START===  127.0.0.1 -- GET
 command=listVolumes&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&listAll=true&page=1&pagesize=20&_=1365316320063
2013-04-07 00:32:00,079 DEBUG [cloud.api.ApiServlet]
(1161145101@qtp-1008805148-33:null) ===END===  127.0.0.1 -- GET
 command=listVolumes&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&listAll=true&page=1&pagesize=20&_=1365316320063
2013-04-07 00:32:02,019 DEBUG [cloud.api.ApiServlet]
(1161145101@qtp-1008805148-33:null) ===START===  127.0.0.1 -- GET
 command=listVirtualMachines&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&listAll=true&page=1&pagesize=20&_=1365316322017
2013-04-07 00:32:02,034 DEBUG [cloud.api.ApiServlet]
(1161145101@qtp-1008805148-33:null) ===END===  127.0.0.1 -- GET
 command=listVirtualMachines&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&listAll=true&page=1&pagesize=20&_=1365316322017
2013-04-07 00:32:03,004 DEBUG [cloud.api.ApiServlet]
(1161145101@qtp-1008805148-33:null) ===START===  127.0.0.1 -- GET
 command=listVolumes&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&listAll=true&page=1&pagesize=20&_=1365316323002
2013-04-07 00:32:03,019 DEBUG [cloud.api.ApiServlet]
(1161145101@qtp-1008805148-33:null) ===END===  127.0.0.1 -- GET
 command=listVolumes&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&listAll=true&page=1&pagesize=20&_=1365316323002
2013-04-07 00:32:04,060 DEBUG [cloud.api.ApiServlet]
(1161145101@qtp-1008805148-33:null) ===START===  127.0.0.1 -- GET
 command=listVirtualMachines&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&listAll=true&page=1&pagesize=20&_=1365316324057
2013-04-07 00:32:04,076 DEBUG [cloud.api.ApiServlet]
(1161145101@qtp-1008805148-33:null) ===END===  127.0.0.1 -- GET
 command=listVirtualMachines&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&listAll=true&page=1&pagesize=20&_=1365316324057
2013-04-07 00:32:04,815 DEBUG [agent.manager.DirectAgentAttache]
(DirectAgent-240:null) Ping from 6
2013-04-07 00:32:06,151 DEBUG [agent.manager.DirectAgentAttache]
(DirectAgent-401:null) Ping from 5
2013-04-07 00:32:06,571 DEBUG [cloud.api.ApiServlet]
(1161145101@qtp-1008805148-33:null) ===START===  127.0.0.1 -- GET
 command=listZones&available=true&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316326569
2013-04-07 00:32:06,578 DEBUG [cloud.api.ApiServlet]
(1161145101@qtp-1008805148-33:null) ===END===  127.0.0.1 -- GET
 command=listZones&available=true&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316326569
2013-04-07 00:32:06,909 DEBUG [agent.manager.DirectAgentAttache]
(DirectAgent-334:null) Seq 6-324993028: Executing request
2013-04-07 00:32:07,152 DEBUG [agent.manager.DirectAgentAttache]
(DirectAgent-334:null) Seq 6-324993028: Response Received:
2013-04-07 00:32:07,152 DEBUG [agent.transport.Request]
(DirectAgent-334:null) Seq 6-324993028: Processing:  { Ans: , MgmtId: 1,
via: 6, Ver: v1, Flags: 10,
[{"ClusterSyncAnswer":{"_clusterId":2,"_newStates":{},"_isExecuted":false,"result":true,"wait":0}}]
}
2013-04-07 00:32:08,422 DEBUG [cloud.api.ApiServlet]
(1161145101@qtp-1008805148-33:null) ===START===  127.0.0.1 -- GET
 command=listHypervisors&zoneid=3a62dec3-cf95-4ba2-9af0-af2190af35e3&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316328420
2013-04-07 00:32:08,431 DEBUG [cloud.api.ApiServlet]
(1161145101@qtp-1008805148-33:null) ===END===  127.0.0.1 -- GET
 command=listHypervisors&zoneid=3a62dec3-cf95-4ba2-9af0-af2190af35e3&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316328420
2013-04-07 00:32:08,434 DEBUG [cloud.api.ApiServlet]
(1161145101@qtp-1008805148-33:null) ===START===  127.0.0.1 -- GET
 command=listTemplates&templatefilter=featured&zoneid=3a62dec3-cf95-4ba2-9af0-af2190af35e3&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316328432
2013-04-07 00:32:08,461 DEBUG [cloud.api.ApiServlet]
(1161145101@qtp-1008805148-33:null) ===END===  127.0.0.1 -- GET
 command=listTemplates&templatefilter=featured&zoneid=3a62dec3-cf95-4ba2-9af0-af2190af35e3&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316328432
2013-04-07 00:32:08,464 DEBUG [cloud.api.ApiServlet]
(1161145101@qtp-1008805148-33:null) ===START===  127.0.0.1 -- GET
 command=listTemplates&templatefilter=community&zoneid=3a62dec3-cf95-4ba2-9af0-af2190af35e3&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316328462
2013-04-07 00:32:08,492 DEBUG [cloud.api.ApiServlet]
(1161145101@qtp-1008805148-33:null) ===END===  127.0.0.1 -- GET
 command=listTemplates&templatefilter=community&zoneid=3a62dec3-cf95-4ba2-9af0-af2190af35e3&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316328462
2013-04-07 00:32:08,495 DEBUG [cloud.api.ApiServlet]
(1161145101@qtp-1008805148-33:null) ===START===  127.0.0.1 -- GET
 command=listTemplates&templatefilter=selfexecutable&zoneid=3a62dec3-cf95-4ba2-9af0-af2190af35e3&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316328493
2013-04-07 00:32:08,508 DEBUG [cloud.api.ApiServlet]
(1161145101@qtp-1008805148-33:null) ===END===  127.0.0.1 -- GET
 command=listTemplates&templatefilter=selfexecutable&zoneid=3a62dec3-cf95-4ba2-9af0-af2190af35e3&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316328493
2013-04-07 00:32:09,476 DEBUG [cloud.api.ApiServlet]
(1161145101@qtp-1008805148-33:null) ===START===  127.0.0.1 -- GET
 command=listServiceOfferings&issystem=false&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316329474
2013-04-07 00:32:09,489 DEBUG [cloud.api.ApiServlet]
(1161145101@qtp-1008805148-33:null) ===END===  127.0.0.1 -- GET
 command=listServiceOfferings&issystem=false&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316329474
2013-04-07 00:32:11,022 DEBUG [agent.manager.DirectAgentAttache]
(DirectAgent-161:null) Seq 5-614334468: Executing request
2013-04-07 00:32:11,174 DEBUG [agent.manager.DirectAgentAttache]
(DirectAgent-161:null) Seq 5-614334468: Response Received:
2013-04-07 00:32:11,174 DEBUG [agent.transport.Request]
(DirectAgent-161:null) Seq 5-614334468: Processing:  { Ans: , MgmtId: 1,
via: 5, Ver: v1, Flags: 10, [{"Answer":{"result":true,"wait":0}}] }
2013-04-07 00:32:13,261 DEBUG [cloud.api.ApiServlet]
(1161145101@qtp-1008805148-33:null) ===START===  127.0.0.1 -- GET
 command=listDiskOfferings&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316333259
2013-04-07 00:32:13,272 DEBUG [cloud.api.ApiServlet]
(1161145101@qtp-1008805148-33:null) ===END===  127.0.0.1 -- GET
 command=listDiskOfferings&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316333259
2013-04-07 00:32:14,028 DEBUG [cloud.api.ApiServlet]
(1161145101@qtp-1008805148-33:null) ===START===  127.0.0.1 -- GET
 command=listNetworks&trafficType=Guest&zoneId=3a62dec3-cf95-4ba2-9af0-af2190af35e3&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316334026
2013-04-07 00:32:14,053 DEBUG [cloud.api.ApiServlet]
(1161145101@qtp-1008805148-33:null) ===END===  127.0.0.1 -- GET
 command=listNetworks&trafficType=Guest&zoneId=3a62dec3-cf95-4ba2-9af0-af2190af35e3&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316334026
2013-04-07 00:32:14,056 DEBUG [cloud.api.ApiServlet]
(1161145101@qtp-1008805148-33:null) ===START===  127.0.0.1 -- GET
 command=listSecurityGroups&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&domainid=e4ec5ddc-9e1c-11e2-a770-6e70e42a2333&account=admin&_=1365316334054
2013-04-07 00:32:14,062 DEBUG [cloud.user.AccountManagerImpl]
(1161145101@qtp-1008805148-33:null) Access granted to Acct[2-admin] to
Domain:1/ by DomainChecker
2013-04-07 00:32:14,068 DEBUG [cloud.api.ApiServlet]
(1161145101@qtp-1008805148-33:null) ===END===  127.0.0.1 -- GET
 command=listSecurityGroups&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&domainid=e4ec5ddc-9e1c-11e2-a770-6e70e42a2333&account=admin&_=1365316334054
2013-04-07 00:32:15,282 DEBUG [cloud.api.ApiServlet]
(1161145101@qtp-1008805148-33:null) ===START===  127.0.0.1 -- GET
 command=deployVirtualMachine&zoneId=3a62dec3-cf95-4ba2-9af0-af2190af35e3&templateId=e4a7df4a-9e1c-11e2-a770-6e70e42a2333&hypervisor=XenServer&serviceOfferingId=425cf3cf-4bc4-4e53-82a0-ba6c20dd3688&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316335280
2013-04-07 00:32:15,290 DEBUG [cloud.api.ApiDispatcher]
(1161145101@qtp-1008805148-33:null) InfrastructureEntity name
is:com.cloud.offering.ServiceOffering
2013-04-07 00:32:15,292 DEBUG [cloud.api.ApiDispatcher]
(1161145101@qtp-1008805148-33:null) ControlledEntity name
is:com.cloud.template.VirtualMachineTemplate
2013-04-07 00:32:15,316 DEBUG [cloud.vm.UserVmManagerImpl]
(1161145101@qtp-1008805148-33:null) Allocating in the DB for vm
2013-04-07 00:32:15,327 DEBUG [cloud.vm.VirtualMachineManagerImpl]
(1161145101@qtp-1008805148-33:null) Allocating entries for VM:
VM[User|94ddc16f-04fc-4da1-8326-01d8d5cdeb44]
2013-04-07 00:32:15,327 DEBUG [cloud.vm.VirtualMachineManagerImpl]
(1161145101@qtp-1008805148-33:null) Allocating nics for
VM[User|94ddc16f-04fc-4da1-8326-01d8d5cdeb44]
2013-04-07 00:32:15,328 DEBUG [cloud.network.NetworkManagerImpl]
(1161145101@qtp-1008805148-33:null) Allocating nic for vm
VM[User|94ddc16f-04fc-4da1-8326-01d8d5cdeb44] in network Ntwk[204|Guest|6]
with requested profile NicProfile[0-0-null-null-null
2013-04-07 00:32:15,335 DEBUG [cloud.vm.VirtualMachineManagerImpl]
(1161145101@qtp-1008805148-33:null) Allocaing disks for
VM[User|94ddc16f-04fc-4da1-8326-01d8d5cdeb44]
2013-04-07 00:32:15,342 DEBUG [cloud.vm.VirtualMachineManagerImpl]
(1161145101@qtp-1008805148-33:null) Allocation completed for VM:
VM[User|94ddc16f-04fc-4da1-8326-01d8d5cdeb44]
2013-04-07 00:32:15,342 DEBUG [cloud.vm.UserVmManagerImpl]
(1161145101@qtp-1008805148-33:null) Successfully allocated DB entry for
VM[User|94ddc16f-04fc-4da1-8326-01d8d5cdeb44]
2013-04-07 00:32:15,374 DEBUG [cloud.async.AsyncJobManagerImpl]
(1161145101@qtp-1008805148-33:null) submit async job-43, details:
AsyncJobVO {id:43, userId: 2, accountId: 2, sessionKey: null, instanceType:
null, instanceId: 13, cmd:
org.apache.cloudstack.api.command.user.vm.DeployVMCmd, cmdOriginator: null,
cmdInfo:
{"id":"13","templateId":"e4a7df4a-9e1c-11e2-a770-6e70e42a2333","response":"json","sessionkey":"Z6QqzU0Fq1iT13bMgnRRfl8GoVA\u003d","ctxUserId":"2","hypervisor":"XenServer","serviceOfferingId":"425cf3cf-4bc4-4e53-82a0-ba6c20dd3688","_":"1365316335280","ctxAccountId":"2","ctxStartEventId":"48","zoneId":"3a62dec3-cf95-4ba2-9af0-af2190af35e3"},
cmdVersion: 0, callbackType: 0, callbackAddress: null, status: 0,
processStatus: 0, resultCode: 0, result: null, initMsid: 1, completeMsid:
null, lastUpdated: null, lastPolled: null, created: null}
2013-04-07 00:32:15,375 DEBUG [cloud.async.AsyncJobManagerImpl]
(Job-Executor-36:job-43) Executing
org.apache.cloudstack.api.command.user.vm.DeployVMCmd for job-43
2013-04-07 00:32:15,376 DEBUG [cloud.api.ApiServlet]
(1161145101@qtp-1008805148-33:null) ===END===  127.0.0.1 -- GET
 command=deployVirtualMachine&zoneId=3a62dec3-cf95-4ba2-9af0-af2190af35e3&templateId=e4a7df4a-9e1c-11e2-a770-6e70e42a2333&hypervisor=XenServer&serviceOfferingId=425cf3cf-4bc4-4e53-82a0-ba6c20dd3688&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316335280
2013-04-07 00:32:15,380 DEBUG [cloud.api.ApiDispatcher]
(Job-Executor-36:job-43) InfrastructureEntity name
is:com.cloud.offering.ServiceOffering
2013-04-07 00:32:15,383 DEBUG [cloud.api.ApiDispatcher]
(Job-Executor-36:job-43) ControlledEntity name
is:com.cloud.template.VirtualMachineTemplate
2013-04-07 00:32:15,425 DEBUG [cloud.deploy.FirstFitPlanner]
(Job-Executor-36:job-43) DeploymentPlanner allocation algorithm: random
2013-04-07 00:32:15,425 DEBUG [cloud.deploy.FirstFitPlanner]
(Job-Executor-36:job-43) Trying to allocate a host and storage pools from
dc:1, pod:null,cluster:null, requested cpu: 100, requested ram: 1073741824
2013-04-07 00:32:15,425 DEBUG [cloud.deploy.FirstFitPlanner]
(Job-Executor-36:job-43) Is ROOT volume READY (pool already allocated)?: No
2013-04-07 00:32:15,425 DEBUG [cloud.deploy.FirstFitPlanner]
(Job-Executor-36:job-43) Searching all possible resources under this Zone: 1
2013-04-07 00:32:15,427 DEBUG [cloud.deploy.FirstFitPlanner]
(Job-Executor-36:job-43) Listing clusters in order of aggregate capacity,
that have (atleast one host with) enough CPU and RAM capacity under this
Zone: 1
2013-04-07 00:32:15,428 DEBUG [cloud.deploy.FirstFitPlanner]
(Job-Executor-36:job-43) CPUOverprovisioningFactor considered: 1.0
2013-04-07 00:32:15,442 DEBUG [cloud.deploy.FirstFitPlanner]
(Job-Executor-36:job-43) Cannot allocate cluster list [1] for vm creation
since their allocated percentage crosses the disable capacity threshold:
0.85 for capacity Type : 0, skipping these clusters
2013-04-07 00:32:15,444 DEBUG [cloud.deploy.FirstFitPlanner]
(Job-Executor-36:job-43) Checking resources in Cluster: 2 under Pod: 1
2013-04-07 00:32:15,444 DEBUG [allocator.impl.RandomAllocator]
(Job-Executor-36:job-43) Looking for hosts in dc: 1  pod:1  cluster:2
2013-04-07 00:32:15,447 DEBUG [allocator.impl.RandomAllocator]
(Job-Executor-36:job-43) Random Allocator found 2  hosts
2013-04-07 00:32:15,447 DEBUG [allocator.impl.RandomAllocator]
(Job-Executor-36:job-43) Random Host Allocator returning 2 suitable hosts
2013-04-07 00:32:15,448 DEBUG [cloud.deploy.FirstFitPlanner]
(Job-Executor-36:job-43) Checking suitable pools for volume (Id, Type):
(13,ROOT)
2013-04-07 00:32:15,448 DEBUG [cloud.deploy.FirstFitPlanner]
(Job-Executor-36:job-43) We need to allocate new storagepool for this volume
2013-04-07 00:32:15,451 DEBUG [cloud.deploy.FirstFitPlanner]
(Job-Executor-36:job-43) Calling StoragePoolAllocators to find suitable
pools
2013-04-07 00:32:15,455 DEBUG
[storage.allocator.RandomStoragePoolAllocator] (Job-Executor-36:job-43)
Looking for pools in dc: 1  pod:1  cluster:2
2013-04-07 00:32:15,457 DEBUG
[storage.allocator.RandomStoragePoolAllocator] (Job-Executor-36:job-43)
RandomStoragePoolAllocator has 5 pools to check for allocation
2013-04-07 00:32:15,458 DEBUG
[storage.allocator.AbstractStoragePoolAllocator] (Job-Executor-36:job-43)
Checking if storage pool is suitable, name: Tut-XenServer2 Local Storage
,poolId: 201
2013-04-07 00:32:15,458 DEBUG
[storage.allocator.AbstractStoragePoolAllocator] (Job-Executor-36:job-43)
Is localStorageAllocationNeeded? false
2013-04-07 00:32:15,458 DEBUG
[storage.allocator.AbstractStoragePoolAllocator] (Job-Executor-36:job-43)
Is storage pool shared? false
2013-04-07 00:32:15,458 DEBUG
[storage.allocator.AbstractStoragePoolAllocator] (Job-Executor-36:job-43)
StoragePool is not of correct type, skipping this pool
2013-04-07 00:32:15,458 DEBUG
[storage.allocator.AbstractStoragePoolAllocator] (Job-Executor-36:job-43)
Checking if storage pool is suitable, name: iSCSI_SR_3 ,poolId: 257
2013-04-07 00:32:15,458 DEBUG
[storage.allocator.AbstractStoragePoolAllocator] (Job-Executor-36:job-43)
Is localStorageAllocationNeeded? false
2013-04-07 00:32:15,458 DEBUG
[storage.allocator.AbstractStoragePoolAllocator] (Job-Executor-36:job-43)
Is storage pool shared? true
2013-04-07 00:32:15,467 DEBUG [cloud.storage.StorageManagerImpl]
(Job-Executor-36:job-43) Checking pool: 257 for volume allocation
[Vol[13|vm=13|ROOT]], maxSize : 2084569088, totalAllocatedSize : 106954752,
askingSize : 52428800, allocated disable threshold: 0.85
2013-04-07 00:32:15,467 DEBUG
[storage.allocator.AbstractStoragePoolAllocator] (Job-Executor-36:job-43)
Checking if storage pool is suitable, name: iSCSI_SR_4 ,poolId: 262
2013-04-07 00:32:15,467 DEBUG
[storage.allocator.AbstractStoragePoolAllocator] (Job-Executor-36:job-43)
Is localStorageAllocationNeeded? false
2013-04-07 00:32:15,467 DEBUG
[storage.allocator.AbstractStoragePoolAllocator] (Job-Executor-36:job-43)
Is storage pool shared? true
2013-04-07 00:32:15,479 DEBUG [cloud.storage.StorageManagerImpl]
(Job-Executor-36:job-43) Checking pool: 262 for volume allocation
[Vol[13|vm=13|ROOT]], maxSize : 2084569088, totalAllocatedSize : 54525952,
askingSize : 52428800, allocated disable threshold: 0.85
2013-04-07 00:32:15,479 DEBUG
[storage.allocator.AbstractStoragePoolAllocator] (Job-Executor-36:job-43)
Checking if storage pool is suitable, name: Tut-XenServer Local Storage
,poolId: 202
2013-04-07 00:32:15,479 DEBUG
[storage.allocator.AbstractStoragePoolAllocator] (Job-Executor-36:job-43)
Is localStorageAllocationNeeded? false
2013-04-07 00:32:15,479 DEBUG
[storage.allocator.AbstractStoragePoolAllocator] (Job-Executor-36:job-43)
Is storage pool shared? false
2013-04-07 00:32:15,479 DEBUG
[storage.allocator.AbstractStoragePoolAllocator] (Job-Executor-36:job-43)
StoragePool is not of correct type, skipping this pool
2013-04-07 00:32:15,479 DEBUG
[storage.allocator.AbstractStoragePoolAllocator] (Job-Executor-36:job-43)
Checking if storage pool is suitable, name: iSCSI_SR_2 ,poolId: 256
2013-04-07 00:32:15,479 DEBUG
[storage.allocator.AbstractStoragePoolAllocator] (Job-Executor-36:job-43)
Is localStorageAllocationNeeded? false
2013-04-07 00:32:15,479 DEBUG
[storage.allocator.AbstractStoragePoolAllocator] (Job-Executor-36:job-43)
Is storage pool shared? true
2013-04-07 00:32:15,489 DEBUG [cloud.storage.StorageManagerImpl]
(Job-Executor-36:job-43) Checking pool: 256 for volume allocation
[Vol[13|vm=13|ROOT]], maxSize : 2084569088, totalAllocatedSize : 54525952,
askingSize : 52428800, allocated disable threshold: 0.85
2013-04-07 00:32:15,489 DEBUG
[storage.allocator.RandomStoragePoolAllocator] (Job-Executor-36:job-43)
RandomStoragePoolAllocator returning 3 suitable storage pools
2013-04-07 00:32:15,489 DEBUG [cloud.deploy.FirstFitPlanner]
(Job-Executor-36:job-43) Trying to find a potenial host and associated
storage pools from the suitable host/pool lists for this VM
2013-04-07 00:32:15,489 DEBUG [cloud.deploy.FirstFitPlanner]
(Job-Executor-36:job-43) Checking if host: 6 can access any suitable
storage pool for volume: ROOT
2013-04-07 00:32:15,492 DEBUG [cloud.deploy.FirstFitPlanner]
(Job-Executor-36:job-43) Host: 6 can access pool: 257
2013-04-07 00:32:15,492 DEBUG [cloud.deploy.FirstFitPlanner]
(Job-Executor-36:job-43) Found a potential host id: 6 name: Tut-XenServer
and associated storage pools for this VM
2013-04-07 00:32:15,494 DEBUG [cloud.deploy.FirstFitPlanner]
(Job-Executor-36:job-43) Returning Deployment Destination:
Dest[Zone(Id)-Pod(Id)-Cluster(Id)-Host(Id)-Storage(Volume(Id|Type-->Pool(Id))]
:
Dest[Zone(1)-Pod(1)-Cluster(2)-Host(6)-Storage(Volume(13|ROOT-->Pool(257))]
2013-04-07 00:32:15,514 DEBUG [cloud.capacity.CapacityManagerImpl]
(Job-Executor-36:job-43) VM state transitted from :Stopped to Starting with
event: StartRequestedvm's original host id: null new host id: null host id
before state transition: null
2013-04-07 00:32:15,514 DEBUG [cloud.vm.VirtualMachineManagerImpl]
(Job-Executor-36:job-43) Successfully transitioned to start state for
VM[User|94ddc16f-04fc-4da1-8326-01d8d5cdeb44] reservation id =
a8349669-6ff2-443f-88d3-c5d69100df3a
2013-04-07 00:32:15,518 DEBUG [cloud.vm.VirtualMachineManagerImpl]
(Job-Executor-36:job-43) Trying to deploy VM, vm has dcId: 1 and podId: null
2013-04-07 00:32:15,518 DEBUG [cloud.vm.VirtualMachineManagerImpl]
(Job-Executor-36:job-43) advanceStart: DeploymentPlan is provided, using
dcId:1, podId: 1, clusterId: 2, hostId: 6, poolId: 257
2013-04-07 00:32:15,518 DEBUG [cloud.vm.VirtualMachineManagerImpl]
(Job-Executor-36:job-43) Deploy avoids pods: null, clusters: null, hosts:
null
2013-04-07 00:32:15,521 DEBUG [cloud.deploy.FirstFitPlanner]
(Job-Executor-36:job-43) DeploymentPlanner allocation algorithm: random
2013-04-07 00:32:15,521 DEBUG [cloud.deploy.FirstFitPlanner]
(Job-Executor-36:job-43) Trying to allocate a host and storage pools from
dc:1, pod:1,cluster:2, requested cpu: 100, requested ram: 1073741824
2013-04-07 00:32:15,522 DEBUG [cloud.deploy.FirstFitPlanner]
(Job-Executor-36:job-43) Is ROOT volume READY (pool already allocated)?: Yes
2013-04-07 00:32:15,522 DEBUG [cloud.deploy.FirstFitPlanner]
(Job-Executor-36:job-43) DeploymentPlan has host_id specified, making no
checks on this host, looks like admin test: 6
2013-04-07 00:32:15,523 DEBUG [cloud.deploy.FirstFitPlanner]
(Job-Executor-36:job-43) Looking for suitable pools for this host under
zone: 1, pod: 1, cluster: 2
2013-04-07 00:32:15,525 DEBUG [cloud.deploy.FirstFitPlanner]
(Job-Executor-36:job-43) Checking suitable pools for volume (Id, Type):
(13,ROOT)
2013-04-07 00:32:15,525 DEBUG [cloud.deploy.FirstFitPlanner]
(Job-Executor-36:job-43) Volume has pool already allocated, checking if
pool can be reused, poolId: null
2013-04-07 00:32:15,527 DEBUG [cloud.deploy.FirstFitPlanner]
(Job-Executor-36:job-43) Planner need not allocate a pool for this volume
since its READY
2013-04-07 00:32:15,527 DEBUG [cloud.deploy.FirstFitPlanner]
(Job-Executor-36:job-43) Trying to find a potenial host and associated
storage pools from the suitable host/pool lists for this VM
2013-04-07 00:32:15,527 DEBUG [cloud.deploy.FirstFitPlanner]
(Job-Executor-36:job-43) Checking if host: 6 can access any suitable
storage pool for volume: ROOT
2013-04-07 00:32:15,529 DEBUG [cloud.deploy.FirstFitPlanner]
(Job-Executor-36:job-43) Host: 6 can access pool: 257
2013-04-07 00:32:15,529 DEBUG [cloud.deploy.FirstFitPlanner]
(Job-Executor-36:job-43) Found a potential host id: 6 name: Tut-XenServer
and associated storage pools for this VM
2013-04-07 00:32:15,530 DEBUG [cloud.deploy.FirstFitPlanner]
(Job-Executor-36:job-43) Returning Deployment Destination:
Dest[Zone(Id)-Pod(Id)-Cluster(Id)-Host(Id)-Storage(Volume(Id|Type-->Pool(Id))]
:
Dest[Zone(1)-Pod(1)-Cluster(2)-Host(6)-Storage(Volume(13|ROOT-->Pool(257))]
2013-04-07 00:32:15,530 DEBUG [cloud.vm.VirtualMachineManagerImpl]
(Job-Executor-36:job-43) Deployment found  -
P0=VM[User|94ddc16f-04fc-4da1-8326-01d8d5cdeb44],
P0=Dest[Zone(Id)-Pod(Id)-Cluster(Id)-Host(Id)-Storage(Volume(Id|Type-->Pool(Id))]
:
Dest[Zone(1)-Pod(1)-Cluster(2)-Host(6)-Storage(Volume(13|ROOT-->Pool(257))]
2013-04-07 00:32:15,535 DEBUG [cloud.capacity.CapacityManagerImpl]
(Job-Executor-36:job-43) VM state transitted from :Starting to Starting
with event: OperationRetryvm's original host id: null new host id: 6 host
id before state transition: null
2013-04-07 00:32:15,551 DEBUG [cloud.capacity.CapacityManagerImpl]
(Job-Executor-36:job-43) Hosts's actual total CPU: 2382 and CPU after
applying overprovisioning: 2382
2013-04-07 00:32:15,551 DEBUG [cloud.capacity.CapacityManagerImpl]
(Job-Executor-36:job-43) We are allocating VM, increasing the used capacity
of this host:6
2013-04-07 00:32:15,552 DEBUG [cloud.capacity.CapacityManagerImpl]
(Job-Executor-36:job-43) Current Used CPU: 100 , Free CPU:2282 ,Requested
CPU: 100
2013-04-07 00:32:15,552 DEBUG [cloud.capacity.CapacityManagerImpl]
(Job-Executor-36:job-43) Current Used RAM: 104857600 , Free RAM:1566837824
,Requested RAM: 1073741824
2013-04-07 00:32:15,552 DEBUG [cloud.capacity.CapacityManagerImpl]
(Job-Executor-36:job-43) CPU STATS after allocation: for host: 6, old used:
100, old reserved: 0, actual total: 2382, total with overprovisioning:
2382; new used:200, reserved:0; requested cpu:100,alloc_from_last:false
2013-04-07 00:32:15,552 DEBUG [cloud.capacity.CapacityManagerImpl]
(Job-Executor-36:job-43) RAM STATS after allocation: for host: 6, old used:
104857600, old reserved: 0, total: 1671695424; new used: 1178599424,
reserved: 0; requested mem: 1073741824,alloc_from_last:false
2013-04-07 00:32:15,555 DEBUG [cloud.vm.VirtualMachineManagerImpl]
(Job-Executor-36:job-43) VM is being created in podId: 1
2013-04-07 00:32:15,559 DEBUG [cloud.network.NetworkManagerImpl]
(Job-Executor-36:job-43) Lock is acquired for network id 204 as a part of
network implement
2013-04-07 00:32:15,559 DEBUG [cloud.network.NetworkManagerImpl]
(Job-Executor-36:job-43) Network id=204 is already implemented
2013-04-07 00:32:15,560 DEBUG [cloud.network.NetworkManagerImpl]
(Job-Executor-36:job-43) Lock is released for network id 204 as a part of
network implement
2013-04-07 00:32:15,592 DEBUG [cloud.network.NetworkManagerImpl]
(Job-Executor-36:job-43) Changing active number of nics for network id=204
on 1
2013-04-07 00:32:15,594 DEBUG [cloud.network.NetworkManagerImpl]
(Job-Executor-36:job-43) Asking ElasticLoadBalancerElement to prepare for
Nic[19-13-a8349669-6ff2-443f-88d3-c5d69100df3a-192.168.56.146]
2013-04-07 00:32:15,600 DEBUG [cloud.network.NetworkManagerImpl]
(Job-Executor-36:job-43) Asking NiciraNvpElement to prepare for
Nic[19-13-a8349669-6ff2-443f-88d3-c5d69100df3a-192.168.56.146]
2013-04-07 00:32:15,600 DEBUG [network.element.NiciraNvpElement]
(Job-Executor-36:job-43) Checking if NiciraNvpElement can handle service
Connectivity on network guestNetworkForBasicZone
2013-04-07 00:32:15,606 DEBUG [cloud.network.NetworkManagerImpl]
(Job-Executor-36:job-43) Asking BigSwitchVnsElement to prepare for
Nic[19-13-a8349669-6ff2-443f-88d3-c5d69100df3a-192.168.56.146]
2013-04-07 00:32:15,606 DEBUG [network.element.BigSwitchVnsElement]
(Job-Executor-36:job-43) Checking if BigSwitchVnsElement can handle service
Connectivity on network guestNetworkForBasicZone
2013-04-07 00:32:15,612 DEBUG [cloud.network.NetworkManagerImpl]
(Job-Executor-36:job-43) Asking Ovs to prepare for
Nic[19-13-a8349669-6ff2-443f-88d3-c5d69100df3a-192.168.56.146]
2013-04-07 00:32:15,612 DEBUG [cloud.network.NetworkManagerImpl]
(Job-Executor-36:job-43) Asking BareMetalDhcp to prepare for
Nic[19-13-a8349669-6ff2-443f-88d3-c5d69100df3a-192.168.56.146]
2013-04-07 00:32:15,617 DEBUG [cloud.network.NetworkManagerImpl]
(Job-Executor-36:job-43) Asking BareMetalPxe to prepare for
Nic[19-13-a8349669-6ff2-443f-88d3-c5d69100df3a-192.168.56.146]
2013-04-07 00:32:15,623 DEBUG [cloud.network.NetworkManagerImpl]
(Job-Executor-36:job-43) Asking BareMetalUserdata to prepare for
Nic[19-13-a8349669-6ff2-443f-88d3-c5d69100df3a-192.168.56.146]
2013-04-07 00:32:15,629 DEBUG [cloud.network.NetworkManagerImpl]
(Job-Executor-36:job-43) Asking SecurityGroupProvider to prepare for
Nic[19-13-a8349669-6ff2-443f-88d3-c5d69100df3a-192.168.56.146]
2013-04-07 00:32:15,637 DEBUG [cloud.network.NetworkManagerImpl]
(Job-Executor-36:job-43) Asking VirtualRouter to prepare for
Nic[19-13-a8349669-6ff2-443f-88d3-c5d69100df3a-192.168.56.146]
2013-04-07 00:32:15,653 DEBUG
[network.router.VirtualNetworkApplianceManagerImpl]
(Job-Executor-36:job-43) Lock is acquired for network id 204 as a part of
router startup in
Dest[Zone(Id)-Pod(Id)-Cluster(Id)-Host(Id)-Storage(Volume(Id|Type-->Pool(Id))]
:
Dest[Zone(1)-Pod(1)-Cluster(2)-Host(6)-Storage(Volume(13|ROOT-->Pool(257))]
2013-04-07 00:32:15,657 DEBUG
[network.router.VirtualNetworkApplianceManagerImpl]
(Job-Executor-36:job-43) Skipping VR deployment: Found a running or
starting VR in Pod null id=1
2013-04-07 00:32:15,658 DEBUG
[network.router.VirtualNetworkApplianceManagerImpl]
(Job-Executor-36:job-43) Lock is released for network id 204 as a part of
router startup in
Dest[Zone(Id)-Pod(Id)-Cluster(Id)-Host(Id)-Storage(Volume(Id|Type-->Pool(Id))]
:
Dest[Zone(1)-Pod(1)-Cluster(2)-Host(6)-Storage(Volume(13|ROOT-->Pool(257))]
2013-04-07 00:32:15,674 DEBUG
[network.router.VirtualNetworkApplianceManagerImpl]
(Job-Executor-36:job-43) Applying dhcp entry in network Ntwk[204|Guest|6]
2013-04-07 00:32:15,706 DEBUG [agent.transport.Request]
(Job-Executor-36:job-43) Seq 6-324993305: Sending  { Cmd , MgmtId: 1, via:
6, Ver: v1, Flags: 100111,
[{"routing.DhcpEntryCommand":{"vmMac":"06:06:fe:00:00:44","vmIpAddress":"192.168.56.146","vmName":"94ddc16f-04fc-4da1-8326-01d8d5cdeb44","defaultRouter":"192.168.56.1","defaultDns":"192.168.56.102","duid":"00:03:00:01:06:06:fe:00:00:44","accessDetails":{"router.guest.ip":"192.168.56.102","zone.network.type":"Basic","
router.name":"r-4-VM","router.ip":"169.254.1.168"},"wait":0}}] }
2013-04-07 00:32:15,706 DEBUG [agent.transport.Request]
(Job-Executor-36:job-43) Seq 6-324993305: Executing:  { Cmd , MgmtId: 1,
via: 6, Ver: v1, Flags: 100111,
[{"routing.DhcpEntryCommand":{"vmMac":"06:06:fe:00:00:44","vmIpAddress":"192.168.56.146","vmName":"94ddc16f-04fc-4da1-8326-01d8d5cdeb44","defaultRouter":"192.168.56.1","defaultDns":"192.168.56.102","duid":"00:03:00:01:06:06:fe:00:00:44","accessDetails":{"router.guest.ip":"192.168.56.102","zone.network.type":"Basic","
router.name":"r-4-VM","router.ip":"169.254.1.168"},"wait":0}}] }
2013-04-07 00:32:15,706 DEBUG [agent.manager.DirectAgentAttache]
(DirectAgent-89:null) Seq 6-324993305: Executing request
2013-04-07 00:32:18,273 DEBUG [agent.manager.DirectAgentAttache]
(DirectAgent-89:null) Seq 6-324993305: Response Received:
2013-04-07 00:32:18,273 DEBUG [agent.transport.Request]
(DirectAgent-89:null) Seq 6-324993305: Processing:  { Ans: , MgmtId: 1,
via: 6, Ver: v1, Flags: 110, [{"Answer":{"result":true,"wait":0}}] }
2013-04-07 00:32:18,273 DEBUG [agent.manager.AgentAttache]
(DirectAgent-89:null) Seq 6-324993305: No more commands found
2013-04-07 00:32:18,273 DEBUG [agent.transport.Request]
(Job-Executor-36:job-43) Seq 6-324993305: Received:  { Ans: , MgmtId: 1,
via: 6, Ver: v1, Flags: 110, { Answer } }
2013-04-07 00:32:18,286 DEBUG
[network.router.VirtualNetworkApplianceManagerImpl]
(Job-Executor-36:job-43) Applying userdata and password entry in network
Ntwk[204|Guest|6]
2013-04-07 00:32:18,303 DEBUG [agent.transport.Request]
(Job-Executor-36:job-43) Seq 6-324993306: Sending  { Cmd , MgmtId: 1, via:
6, Ver: v1, Flags: 100111,
[{"routing.SavePasswordCommand":{"password":"fnirq_cnffjbeq","vmIpAddress":"192.168.56.146","vmName":"94ddc16f-04fc-4da1-8326-01d8d5cdeb44","accessDetails":{"router.guest.ip":"192.168.56.102","zone.network.type":"Basic","router.ip":"169.254.1.168","
router.name
":"r-4-VM"},"wait":0}},{"routing.VmDataCommand":{"vmIpAddress":"192.168.56.146","vmName":"94ddc16f-04fc-4da1-8326-01d8d5cdeb44","accessDetails":{"router.guest.ip":"192.168.56.102","zone.network.type":"Basic","router.ip":"169.254.1.168","
router.name":"r-4-VM"},"wait":0}}] }
2013-04-07 00:32:18,304 DEBUG [agent.transport.Request]
(Job-Executor-36:job-43) Seq 6-324993306: Executing:  { Cmd , MgmtId: 1,
via: 6, Ver: v1, Flags: 100111,
[{"routing.SavePasswordCommand":{"password":"fnirq_cnffjbeq","vmIpAddress":"192.168.56.146","vmName":"94ddc16f-04fc-4da1-8326-01d8d5cdeb44","accessDetails":{"router.guest.ip":"192.168.56.102","zone.network.type":"Basic","router.ip":"169.254.1.168","
router.name
":"r-4-VM"},"wait":0}},{"routing.VmDataCommand":{"vmIpAddress":"192.168.56.146","vmName":"94ddc16f-04fc-4da1-8326-01d8d5cdeb44","accessDetails":{"router.guest.ip":"192.168.56.102","zone.network.type":"Basic","router.ip":"169.254.1.168","
router.name":"r-4-VM"},"wait":0}}] }
2013-04-07 00:32:18,304 DEBUG [agent.manager.DirectAgentAttache]
(DirectAgent-20:null) Seq 6-324993306: Executing request
2013-04-07 00:32:18,391 DEBUG [cloud.api.ApiServlet]
(1161145101@qtp-1008805148-33:null) ===START===  127.0.0.1 -- GET
 command=queryAsyncJobResult&jobId=00aeb7f7-459c-477e-a0a1-5d9262bc583a&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316338388
2013-04-07 00:32:18,412 DEBUG [cloud.api.ApiServlet]
(1161145101@qtp-1008805148-33:null) ===END===  127.0.0.1 -- GET
 command=queryAsyncJobResult&jobId=00aeb7f7-459c-477e-a0a1-5d9262bc583a&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316338388
2013-04-07 00:32:20,452 DEBUG
[storage.secondary.SecondaryStorageManagerImpl] (secstorage-1:null) Zone 1
is ready to launch secondary storage VM
2013-04-07 00:32:20,554 DEBUG [cloud.consoleproxy.ConsoleProxyManagerImpl]
(consoleproxy-1:null) Zone 1 is ready to launch console proxy
2013-04-07 00:32:20,819 DEBUG
[network.router.VirtualNetworkApplianceManagerImpl]
(RouterStatusMonitor-1:null) Found 0 routers to update status.
2013-04-07 00:32:20,821 DEBUG
[network.router.VirtualNetworkApplianceManagerImpl]
(RouterStatusMonitor-1:null) Found 0 networks to update RvR status.
2013-04-07 00:32:20,851 DEBUG
[network.router.VirtualNetworkApplianceManagerImpl]
(RouterStatusMonitor-1:null) Found 0 routers to update status.
2013-04-07 00:32:20,852 DEBUG
[network.router.VirtualNetworkApplianceManagerImpl]
(RouterStatusMonitor-1:null) Found 0 networks to update RvR status.
2013-04-07 00:32:21,391 DEBUG [cloud.api.ApiServlet]
(1161145101@qtp-1008805148-33:null) ===START===  127.0.0.1 -- GET
 command=queryAsyncJobResult&jobId=00aeb7f7-459c-477e-a0a1-5d9262bc583a&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316341388
2013-04-07 00:32:21,408 DEBUG [cloud.api.ApiServlet]
(1161145101@qtp-1008805148-33:null) ===END===  127.0.0.1 -- GET
 command=queryAsyncJobResult&jobId=00aeb7f7-459c-477e-a0a1-5d9262bc583a&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316341388
2013-04-07 00:32:24,392 DEBUG [cloud.api.ApiServlet]
(1161145101@qtp-1008805148-33:null) ===START===  127.0.0.1 -- GET
 command=queryAsyncJobResult&jobId=00aeb7f7-459c-477e-a0a1-5d9262bc583a&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316344390
2013-04-07 00:32:24,407 DEBUG [cloud.api.ApiServlet]
(1161145101@qtp-1008805148-33:null) ===END===  127.0.0.1 -- GET
 command=queryAsyncJobResult&jobId=00aeb7f7-459c-477e-a0a1-5d9262bc583a&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316344390
2013-04-07 00:32:24,892 DEBUG [agent.manager.AgentManagerImpl]
(AgentManager-Handler-11:null) Ping from 4
2013-04-07 00:32:27,183 DEBUG [agent.manager.DirectAgentAttache]
(DirectAgent-273:null) Ping from 1
2013-04-07 00:32:27,392 DEBUG [cloud.api.ApiServlet]
(1161145101@qtp-1008805148-33:null) ===START===  127.0.0.1 -- GET
 command=queryAsyncJobResult&jobId=00aeb7f7-459c-477e-a0a1-5d9262bc583a&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316347390
2013-04-07 00:32:27,407 DEBUG [cloud.api.ApiServlet]
(1161145101@qtp-1008805148-33:null) ===END===  127.0.0.1 -- GET
 command=queryAsyncJobResult&jobId=00aeb7f7-459c-477e-a0a1-5d9262bc583a&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316347390
2013-04-07 00:32:29,095 DEBUG [agent.manager.DirectAgentAttache]
(DirectAgent-131:null) Seq 1-90046472: Executing request
2013-04-07 00:32:29,345 DEBUG [agent.manager.DirectAgentAttache]
(DirectAgent-131:null) Seq 1-90046472: Response Received:
2013-04-07 00:32:29,345 DEBUG [agent.transport.Request]
(DirectAgent-131:null) Seq 1-90046472: Processing:  { Ans: , MgmtId: 1,
via: 1, Ver: v1, Flags: 10,
[{"ClusterSyncAnswer":{"_clusterId":1,"_newStates":{},"_isExecuted":false,"result":true,"wait":0}}]
}
2013-04-07 00:32:30,393 DEBUG [cloud.api.ApiServlet]
(1161145101@qtp-1008805148-33:null) ===START===  127.0.0.1 -- GET
 command=queryAsyncJobResult&jobId=00aeb7f7-459c-477e-a0a1-5d9262bc583a&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316350391
2013-04-07 00:32:30,408 DEBUG [cloud.api.ApiServlet]
(1161145101@qtp-1008805148-33:null) ===END===  127.0.0.1 -- GET
 command=queryAsyncJobResult&jobId=00aeb7f7-459c-477e-a0a1-5d9262bc583a&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316350391
2013-04-07 00:32:32,146 DEBUG [agent.manager.DirectAgentAttache]
(DirectAgent-20:null) Seq 6-324993306: Response Received:
2013-04-07 00:32:32,146 DEBUG [agent.transport.Request]
(DirectAgent-20:null) Seq 6-324993306: Processing:  { Ans: , MgmtId: 1,
via: 6, Ver: v1, Flags: 110,
[{"Answer":{"result":true,"wait":0}},{"Answer":{"result":true,"wait":0}}] }
2013-04-07 00:32:32,146 DEBUG [agent.manager.AgentAttache]
(DirectAgent-20:null) Seq 6-324993306: No more commands found
2013-04-07 00:32:32,146 DEBUG [agent.transport.Request]
(Job-Executor-36:job-43) Seq 6-324993306: Received:  { Ans: , MgmtId: 1,
via: 6, Ver: v1, Flags: 110, { Answer, Answer } }
2013-04-07 00:32:32,146 DEBUG [cloud.network.NetworkManagerImpl]
(Job-Executor-36:job-43) Asking VpcVirtualRouter to prepare for
Nic[19-13-a8349669-6ff2-443f-88d3-c5d69100df3a-192.168.56.146]
2013-04-07 00:32:32,146 WARN  [network.element.VpcVirtualRouterElement]
(Job-Executor-36:job-43) Network Ntwk[204|Guest|6] is not associated with
any VPC
2013-04-07 00:32:32,151 DEBUG [cloud.network.NetworkManagerImpl]
(Job-Executor-36:job-43) Asking NiciraNvp to prepare for
Nic[19-13-a8349669-6ff2-443f-88d3-c5d69100df3a-192.168.56.146]
2013-04-07 00:32:32,151 DEBUG [network.element.NiciraNvpElement]
(Job-Executor-36:job-43) Checking if NiciraNvpElement can handle service
Connectivity on network guestNetworkForBasicZone
2013-04-07 00:32:32,154 DEBUG [cloud.network.NetworkManagerImpl]
(Job-Executor-36:job-43) Asking JuniperSRX to prepare for
Nic[19-13-a8349669-6ff2-443f-88d3-c5d69100df3a-192.168.56.146]
2013-04-07 00:32:32,157 DEBUG [cloud.network.NetworkManagerImpl]
(Job-Executor-36:job-43) Asking Netscaler to prepare for
Nic[19-13-a8349669-6ff2-443f-88d3-c5d69100df3a-192.168.56.146]
2013-04-07 00:32:32,160 DEBUG [cloud.network.NetworkManagerImpl]
(Job-Executor-36:job-43) Asking F5BigIP to prepare for
Nic[19-13-a8349669-6ff2-443f-88d3-c5d69100df3a-192.168.56.146]
2013-04-07 00:32:32,164 DEBUG [cloud.network.NetworkManagerImpl]
(Job-Executor-36:job-43) Asking CiscoNexus1000vVSM to prepare for
Nic[19-13-a8349669-6ff2-443f-88d3-c5d69100df3a-192.168.56.146]
2013-04-07 00:32:32,168 DEBUG [cloud.storage.StorageManagerImpl]
(Job-Executor-36:job-43) Checking if we need to prepare 1 volumes for
VM[User|94ddc16f-04fc-4da1-8326-01d8d5cdeb44]
2013-04-07 00:32:32,169 DEBUG [cloud.storage.StorageManagerImpl]
(Job-Executor-36:job-43) Creating volume: Vol[13|vm=13|ROOT]
2013-04-07 00:32:32,170 DEBUG [cloud.storage.StorageManagerImpl]
(Job-Executor-36:job-43) Trying to create in Pool[257|PreSetup]
2013-04-07 00:32:32,175 DEBUG [cloud.template.TemplateManagerImpl]
(Job-Executor-36:job-43) Template 5 has already been downloaded to pool 257
2013-04-07 00:32:32,179 DEBUG [agent.transport.Request]
(Job-Executor-36:job-43) Seq 6-324993307: Sending  { Cmd , MgmtId: 1, via:
6, Ver: v1, Flags: 100111,
[{"storage.CreateCommand":{"volId":13,"pool":{"id":257,"uuid":"iSCSI_SR_3","host":"192.168.56.9","path":"/iSCSI_SR_3","port":0,"type":"PreSetup"},"diskCharacteristics":{"size":52428800,"tags":["iSCSI_SR_4"],"type":"ROOT","name":"ROOT-13","useLocalStorage":false,"recreatable":true,"diskOfferingId":38,"volumeId":13,"hyperType":"XenServer"},"templateUrl":"a8414926-81d6-4b54-9b4b-feb498489df0","wait":0}}]
}
2013-04-07 00:32:32,180 DEBUG [agent.transport.Request]
(Job-Executor-36:job-43) Seq 6-324993307: Executing:  { Cmd , MgmtId: 1,
via: 6, Ver: v1, Flags: 100111,
[{"storage.CreateCommand":{"volId":13,"pool":{"id":257,"uuid":"iSCSI_SR_3","host":"192.168.56.9","path":"/iSCSI_SR_3","port":0,"type":"PreSetup"},"diskCharacteristics":{"size":52428800,"tags":["iSCSI_SR_4"],"type":"ROOT","name":"ROOT-13","useLocalStorage":false,"recreatable":true,"diskOfferingId":38,"volumeId":13,"hyperType":"XenServer"},"templateUrl":"a8414926-81d6-4b54-9b4b-feb498489df0","wait":0}}]
}
2013-04-07 00:32:32,180 DEBUG [agent.manager.DirectAgentAttache]
(DirectAgent-59:null) Seq 6-324993307: Executing request
2013-04-07 00:32:32,265 DEBUG [xen.resource.CitrixResourceBase]
(DirectAgent-59:null) SR retrieved for iSCSI_SR_3
2013-04-07 00:32:32,276 DEBUG [xen.resource.CitrixResourceBase]
(DirectAgent-59:null) Checking iSCSI_SR_3 or SR
fe8ca696-22f5-ba1f-af68-7c3cf5a3cb39 on
XS[f7a017da-3064-456a-89cd-28ee9e2d36b3-192.168.56.9]
2013-04-07 00:32:33,395 DEBUG [cloud.api.ApiServlet]
(1161145101@qtp-1008805148-33:null) ===START===  127.0.0.1 -- GET
 command=queryAsyncJobResult&jobId=00aeb7f7-459c-477e-a0a1-5d9262bc583a&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316353392
2013-04-07 00:32:33,419 DEBUG [cloud.api.ApiServlet]
(1161145101@qtp-1008805148-33:null) ===END===  127.0.0.1 -- GET
 command=queryAsyncJobResult&jobId=00aeb7f7-459c-477e-a0a1-5d9262bc583a&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316353392
2013-04-07 00:32:34,687 DEBUG [xen.resource.CitrixResourceBase]
(DirectAgent-59:null) Succesfully created VDI for
com.cloud.agent.api.storage.CreateCommand.  Uuid =
99154d9c-2665-465d-8c71-e60f1748895b
2013-04-07 00:32:34,687 DEBUG [agent.manager.DirectAgentAttache]
(DirectAgent-59:null) Seq 6-324993307: Response Received:
2013-04-07 00:32:34,688 DEBUG [agent.transport.Request]
(DirectAgent-59:null) Seq 6-324993307: Processing:  { Ans: , MgmtId: 1,
via: 6, Ver: v1, Flags: 110,
[{"storage.CreateAnswer":{"volume":{"id":13,"name":"ROOT-13","mountPoint":"/iSCSI_SR_3","path":"99154d9c-2665-465d-8c71-e60f1748895b","size":52428800,"type":"ROOT","storagePoolType":"PreSetup","storagePoolUuid":"iSCSI_SR_3","deviceId":0},"requestTemplateReload":false,"result":true,"wait":0}}]
}
2013-04-07 00:32:34,688 DEBUG [agent.transport.Request]
(Job-Executor-36:job-43) Seq 6-324993307: Received:  { Ans: , MgmtId: 1,
via: 6, Ver: v1, Flags: 110, { CreateAnswer } }
2013-04-07 00:32:34,688 DEBUG [agent.manager.AgentAttache]
(DirectAgent-59:null) Seq 6-324993307: No more commands found
2013-04-07 00:32:34,690 DEBUG [cloud.storage.StorageManagerImpl]
(Job-Executor-36:job-43) Volume Vol[13|vm=13|ROOT] is created on
Pool[257|PreSetup]
2013-04-07 00:32:34,701 DEBUG [agent.transport.Request]
(Job-Executor-36:job-43) Seq 6-324993308: Sending  { Cmd , MgmtId: 1, via:
6, Ver: v1, Flags: 100111,
[{"StartCommand":{"vm":{"id":13,"name":"i-2-13-VM","bootloader":"PyGrub","type":"User","cpus":1,"speed":100,"minRam":1073741824,"maxRam":1073741824,"arch":"x86_64","os":"CentOS
5.3
(64-bit)","bootArgs":"","rebootOnCrash":false,"enableHA":false,"limitCpuUse":false,"vncPassword":"2e91fc6d6f16609d","params":{},"uuid":"94ddc16f-04fc-4da1-8326-01d8d5cdeb44","disks":[{"id":13,"name":"ROOT-13","mountPoint":"/iSCSI_SR_3","path":"99154d9c-2665-465d-8c71-e60f1748895b","size":52428800,"type":"ROOT","storagePoolType":"PreSetup","storagePoolUuid":"iSCSI_SR_3","deviceId":0},{"id":13,"name":"tiny
Linux","size":0,"type":"ISO","storagePoolType":"ISO","deviceId":3}],"nics":[{"deviceId":0,"networkRateMbps":200,"defaultNic":true,"uuid":"59b9a8aa-c867-40b8-95bb-6e40273569c9","ip":"192.168.56.146","netmask":"255.255.255.0","gateway":"192.168.56.1","mac":"06:06:fe:00:00:44","dns1":"8.8.8.8","dns2":"4.4.4.4","broadcastType":"Native","type":"Guest","broadcastUri":"vlan://untagged","isolationUri":"ec2://untagged","isSecurityGroupEnabled":true}]},"hostIp":"192.168.56.9","wait":0}}]
}
2013-04-07 00:32:34,702 DEBUG [agent.transport.Request]
(Job-Executor-36:job-43) Seq 6-324993308: Executing:  { Cmd , MgmtId: 1,
via: 6, Ver: v1, Flags: 100111,
[{"StartCommand":{"vm":{"id":13,"name":"i-2-13-VM","bootloader":"PyGrub","type":"User","cpus":1,"speed":100,"minRam":1073741824,"maxRam":1073741824,"arch":"x86_64","os":"CentOS
5.3
(64-bit)","bootArgs":"","rebootOnCrash":false,"enableHA":false,"limitCpuUse":false,"vncPassword":"2e91fc6d6f16609d","params":{},"uuid":"94ddc16f-04fc-4da1-8326-01d8d5cdeb44","disks":[{"id":13,"name":"ROOT-13","mountPoint":"/iSCSI_SR_3","path":"99154d9c-2665-465d-8c71-e60f1748895b","size":52428800,"type":"ROOT","storagePoolType":"PreSetup","storagePoolUuid":"iSCSI_SR_3","deviceId":0},{"id":13,"name":"tiny
Linux","size":0,"type":"ISO","storagePoolType":"ISO","deviceId":3}],"nics":[{"deviceId":0,"networkRateMbps":200,"defaultNic":true,"uuid":"59b9a8aa-c867-40b8-95bb-6e40273569c9","ip":"192.168.56.146","netmask":"255.255.255.0","gateway":"192.168.56.1","mac":"06:06:fe:00:00:44","dns1":"8.8.8.8","dns2":"4.4.4.4","broadcastType":"Native","type":"Guest","broadcastUri":"vlan://untagged","isolationUri":"ec2://untagged","isSecurityGroupEnabled":true}]},"hostIp":"192.168.56.9","wait":0}}]
}
2013-04-07 00:32:34,702 DEBUG [agent.manager.DirectAgentAttache]
(DirectAgent-334:null) Seq 6-324993308: Executing request
2013-04-07 00:32:34,787 DEBUG [xen.resource.CitrixResourceBase]
(DirectAgent-334:null) 1. The VM i-2-13-VM is in Starting state.
2013-04-07 00:32:34,862 DEBUG [xen.resource.XenServer56FP1Resource]
(DirectAgent-334:null) Created VM f21a0243-f342-fd59-98d8-00ed89224305 for
i-2-13-VM
2013-04-07 00:32:34,912 DEBUG [xen.resource.CitrixResourceBase]
(DirectAgent-334:null) VBD 6e16b739-13fb-1891-fc66-f786b8db522b created for
Vol[13|ROOT|99154d9c-2665-465d-8c71-e60f1748895b|52428800]
2013-04-07 00:32:34,937 DEBUG [xen.resource.CitrixResourceBase]
(DirectAgent-334:null) VBD f9ad291b-2a8d-4c81-94a5-ef8b8b38be8c created for
Vol[13|ISO|null|0]
2013-04-07 00:32:34,937 DEBUG [xen.resource.CitrixResourceBase]
(DirectAgent-334:null) Creating VIF for i-2-13-VM on nic
[Nic:Guest-192.168.56.146-vlan://untagged]
2013-04-07 00:32:34,991 DEBUG [xen.resource.CitrixResourceBase]
(DirectAgent-334:null) Created a vif bec5565a-8c80-48a1-3ea4-88971784ce3b
on 0
2013-04-07 00:32:36,396 DEBUG [cloud.api.ApiServlet]
(1161145101@qtp-1008805148-33:null) ===START===  127.0.0.1 -- GET
 command=queryAsyncJobResult&jobId=00aeb7f7-459c-477e-a0a1-5d9262bc583a&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316356393
2013-04-07 00:32:36,418 DEBUG [cloud.api.ApiServlet]
(1161145101@qtp-1008805148-33:null) ===END===  127.0.0.1 -- GET
 command=queryAsyncJobResult&jobId=00aeb7f7-459c-477e-a0a1-5d9262bc583a&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316356393
2013-04-07 00:32:39,395 DEBUG [cloud.api.ApiServlet]
(1161145101@qtp-1008805148-33:null) ===START===  127.0.0.1 -- GET
 command=queryAsyncJobResult&jobId=00aeb7f7-459c-477e-a0a1-5d9262bc583a&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316359393
2013-04-07 00:32:39,410 DEBUG [cloud.api.ApiServlet]
(1161145101@qtp-1008805148-33:null) ===END===  127.0.0.1 -- GET
 command=queryAsyncJobResult&jobId=00aeb7f7-459c-477e-a0a1-5d9262bc583a&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316359393
2013-04-07 00:32:41,550 INFO  [xen.resource.CitrixResourceBase]
(DirectAgent-334:null) Programmed default network rules for i-2-13-VM on
nic with ip:192.168.56.146 mac:06:06:fe:00:00:44
2013-04-07 00:32:41,550 DEBUG [xen.resource.CitrixResourceBase]
(DirectAgent-334:null) 2. The VM i-2-13-VM is in Running state.
2013-04-07 00:32:41,550 DEBUG [agent.manager.DirectAgentAttache]
(DirectAgent-334:null) Seq 6-324993308: Response Received:
2013-04-07 00:32:41,551 DEBUG [agent.transport.Request]
(DirectAgent-334:null) Seq 6-324993308: Processing:  { Ans: , MgmtId: 1,
via: 6, Ver: v1, Flags: 110,
[{"StartAnswer":{"vm":{"id":13,"name":"i-2-13-VM","bootloader":"PyGrub","type":"User","cpus":1,"speed":100,"minRam":1073741824,"maxRam":1073741824,"arch":"x86_64","os":"CentOS
5.3
(64-bit)","bootArgs":"","rebootOnCrash":false,"enableHA":false,"limitCpuUse":false,"vncPassword":"2e91fc6d6f16609d","params":{},"uuid":"94ddc16f-04fc-4da1-8326-01d8d5cdeb44","disks":[{"id":13,"name":"ROOT-13","mountPoint":"/iSCSI_SR_3","path":"99154d9c-2665-465d-8c71-e60f1748895b","size":52428800,"type":"ROOT","storagePoolType":"PreSetup","storagePoolUuid":"iSCSI_SR_3","deviceId":0},{"id":13,"name":"tiny
Linux","size":0,"type":"ISO","storagePoolType":"ISO","deviceId":3}],"nics":[{"deviceId":0,"networkRateMbps":200,"defaultNic":true,"uuid":"59b9a8aa-c867-40b8-95bb-6e40273569c9","ip":"192.168.56.146","netmask":"255.255.255.0","gateway":"192.168.56.1","mac":"06:06:fe:00:00:44","dns1":"8.8.8.8","dns2":"4.4.4.4","broadcastType":"Native","type":"Guest","broadcastUri":"vlan://untagged","isolationUri":"ec2://untagged","isSecurityGroupEnabled":true}]},"result":true,"wait":0}}]
}
2013-04-07 00:32:41,551 DEBUG [agent.transport.Request]
(Job-Executor-36:job-43) Seq 6-324993308: Received:  { Ans: , MgmtId: 1,
via: 6, Ver: v1, Flags: 110, { StartAnswer } }
2013-04-07 00:32:41,551 DEBUG [agent.manager.AgentAttache]
(DirectAgent-334:null) Seq 6-324993308: No more commands found
2013-04-07 00:32:41,592 DEBUG [network.security.SecurityGroupManagerImpl]
(Job-Executor-36:job-43) Security Group Mgr v2: scheduling ruleset updates
for 1 vms  (unique=1), current queue size=0
2013-04-07 00:32:41,593 DEBUG [network.security.SecurityGroupManagerImpl]
(Job-Executor-36:job-43) Security Group Mgr v2: done scheduling ruleset
updates for 1 vms: num new jobs=1 num rows insert or updated=1 time taken=1
2013-04-07 00:32:41,596 DEBUG [cloud.capacity.CapacityManagerImpl]
(Job-Executor-36:job-43) VM state transitted from :Starting to Running with
event: OperationSucceededvm's original host id: 6 new host id: 6 host id
before state transition: 6
2013-04-07 00:32:41,596 DEBUG [cloud.vm.VirtualMachineManagerImpl]
(Job-Executor-36:job-43) Start completed for VM
VM[User|94ddc16f-04fc-4da1-8326-01d8d5cdeb44]
2013-04-07 00:32:41,601 DEBUG [network.security.SecurityGroupManagerImpl]
(SecGrp-Worker-4:null) SecurityGroupManager v2: sending ruleset update for
vm i-2-13-VM:ingress num rules=0:egress num rules=0 num cidrs=0
sig=d41d8cd98f00b204e9800998ecf8427e
2013-04-07 00:32:41,605 DEBUG [agent.transport.Request]
(SecGrp-Worker-4:null) Seq 6-324993309: Sending  { Cmd , MgmtId: 1, via: 6,
Ver: v1, Flags: 100111,
[{"SecurityGroupRulesCmd":{"guestIp":"192.168.56.146","vmName":"i-2-13-VM","guestMac":"06:06:fe:00:00:44","signature":"d41d8cd98f00b204e9800998ecf8427e","seqNum":1,"vmId":13,"msId":1,"ingressRuleSet":[],"egressRuleSet":[],"wait":0}}]
}
2013-04-07 00:32:41,605 DEBUG [cloud.async.AsyncJobManagerImpl]
(Job-Executor-36:job-43) Complete async job-43, jobStatus: 1, resultCode:
0, result: org.apache.cloudstack.api.response.UserVmResponse@68779e71
2013-04-07 00:32:41,605 DEBUG [agent.transport.Request]
(SecGrp-Worker-4:null) Seq 6-324993309: Executing:  { Cmd , MgmtId: 1, via:
6, Ver: v1, Flags: 100111,
[{"SecurityGroupRulesCmd":{"guestIp":"192.168.56.146","vmName":"i-2-13-VM","guestMac":"06:06:fe:00:00:44","signature":"d41d8cd98f00b204e9800998ecf8427e","seqNum":1,"vmId":13,"msId":1,"ingressRuleSet":[],"egressRuleSet":[],"wait":0}}]
}
2013-04-07 00:32:41,606 DEBUG [agent.manager.DirectAgentAttache]
(DirectAgent-275:null) Seq 6-324993309: Executing request
2013-04-07 00:32:41,611 DEBUG [cloud.async.AsyncJobManagerImpl]
(Job-Executor-36:job-43) Done executing
org.apache.cloudstack.api.command.user.vm.DeployVMCmd for job-43
2013-04-07 00:32:41,866 INFO  [xen.resource.CitrixResourceBase]
(DirectAgent-275:null) Programmed network rules for vm i-2-13-VM
guestIp=192.168.56.146, ingress numrules=0, egress numrules=0
2013-04-07 00:32:41,866 DEBUG [agent.manager.DirectAgentAttache]
(DirectAgent-275:null) Seq 6-324993309: Response Received:
2013-04-07 00:32:41,866 DEBUG [agent.transport.Request]
(DirectAgent-275:null) Seq 6-324993309: Processing:  { Ans: , MgmtId: 1,
via: 6, Ver: v1, Flags: 110,
[{"SecurityGroupRuleAnswer":{"logSequenceNumber":1,"vmId":13,"reason":"NONE","result":true,"wait":0}}]
}
2013-04-07 00:32:41,866 DEBUG [network.security.SecurityGroupListener]
(DirectAgent-275:null) Successfully programmed rule
com.cloud.agent.api.SecurityGroupRuleAnswer into host 6
2013-04-07 00:32:41,868 DEBUG [network.security.SecurityGroupListener]
(DirectAgent-275:null) Successfully programmed rule
com.cloud.agent.api.SecurityGroupRuleAnswer into host 6
2013-04-07 00:32:41,869 DEBUG [agent.manager.AgentAttache]
(DirectAgent-275:null) Seq 6-324993309: No more commands found
2013-04-07 00:32:42,396 DEBUG [cloud.api.ApiServlet]
(1161145101@qtp-1008805148-33:null) ===START===  127.0.0.1 -- GET
 command=queryAsyncJobResult&jobId=00aeb7f7-459c-477e-a0a1-5d9262bc583a&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316362394
2013-04-07 00:32:42,406 DEBUG [cloud.async.AsyncJobManagerImpl]
(1161145101@qtp-1008805148-33:null) Async job-43 completed
2013-04-07 00:32:42,412 DEBUG [cloud.api.ApiServlet]
(1161145101@qtp-1008805148-33:null) ===END===  127.0.0.1 -- GET
 command=queryAsyncJobResult&jobId=00aeb7f7-459c-477e-a0a1-5d9262bc583a&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316362394
2013-04-07 00:32:45,427 DEBUG [cloud.api.ApiServlet]
(1161145101@qtp-1008805148-33:null) ===START===  127.0.0.1 -- GET
 command=listVolumes&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&listAll=true&page=1&pagesize=20&_=1365316365425
2013-04-07 00:32:45,442 DEBUG [cloud.api.ApiServlet]
(1161145101@qtp-1008805148-33:null) ===END===  127.0.0.1 -- GET
 command=listVolumes&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&listAll=true&page=1&pagesize=20&_=1365316365425
2013-04-07 00:32:47,667 DEBUG [cloud.api.ApiServlet]
(1161145101@qtp-1008805148-33:null) ===START===  127.0.0.1 -- GET
 command=listVolumes&id=44d56727-6e5f-438a-8187-42adfac7c906&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316367665
2013-04-07 00:32:47,679 DEBUG [agent.manager.AgentManagerImpl]
(AgentManager-Handler-12:null) Ping from 3
2013-04-07 00:32:47,684 DEBUG [cloud.api.ApiServlet]
(1161145101@qtp-1008805148-33:null) ===END===  127.0.0.1 -- GET
 command=listVolumes&id=44d56727-6e5f-438a-8187-42adfac7c906&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316367665
2013-04-07 00:32:47,698 DEBUG [cloud.api.ApiServlet]
(1161145101@qtp-1008805148-33:null) ===START===  127.0.0.1 -- GET
 command=listTags&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&resourceId=44d56727-6e5f-438a-8187-42adfac7c906&resourceType=Volume&listAll=true&_=1365316367696
2013-04-07 00:32:47,708 DEBUG [cloud.api.ApiServlet]
(1161145101@qtp-1008805148-33:null) ===END===  127.0.0.1 -- GET
 command=listTags&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&resourceId=44d56727-6e5f-438a-8187-42adfac7c906&resourceType=Volume&listAll=true&_=1365316367696
2013-04-07 00:32:50,453 DEBUG
[storage.secondary.SecondaryStorageManagerImpl] (secstorage-1:null) Zone 1
is ready to launch secondary storage VM
2013-04-07 00:32:50,556 DEBUG [cloud.consoleproxy.ConsoleProxyManagerImpl]
(consoleproxy-1:null) Zone 1 is ready to launch console proxy
2013-04-07 00:32:50,815 DEBUG
[network.router.VirtualNetworkApplianceManagerImpl] (RouterMonitor-1:null)
Found 0 running routers.
2013-04-07 00:32:50,820 DEBUG
[network.router.VirtualNetworkApplianceManagerImpl]
(RouterStatusMonitor-1:null) Found 0 routers to update status.
2013-04-07 00:32:50,821 DEBUG
[network.router.VirtualNetworkApplianceManagerImpl]
(RouterStatusMonitor-1:null) Found 0 networks to update RvR status.
2013-04-07 00:32:50,851 DEBUG
[network.router.VirtualNetworkApplianceManagerImpl] (RouterMonitor-1:null)
Found 0 running routers.
2013-04-07 00:32:50,851 DEBUG
[network.router.VirtualNetworkApplianceManagerImpl]
(RouterStatusMonitor-1:null) Found 0 routers to update status.
2013-04-07 00:32:50,852 DEBUG
[network.router.VirtualNetworkApplianceManagerImpl]
(RouterStatusMonitor-1:null) Found 0 networks to update RvR status.
2013-04-07 00:32:50,908 DEBUG
[cloud.network.ExternalLoadBalancerUsageManagerImpl]
(ExternalNetworkMonitor-1:null) External devices stats collector is
running...
2013-04-07 00:32:50,919 DEBUG [storage.snapshot.SnapshotSchedulerImpl]
(SnapshotPollTask:null) Snapshot scheduler.poll is being called at
2013-04-07 06:32:50 GMT
2013-04-07 00:32:50,920 DEBUG [storage.snapshot.SnapshotSchedulerImpl]
(SnapshotPollTask:null) Got 0 snapshots to be executed at 2013-04-07
06:32:50 GMT
2013-04-07 00:32:51,462 INFO  [agent.manager.AgentMonitor] (Thread-11:null)
Found the following agents behind on ping: [6, 5]
2013-04-07 00:32:51,464 DEBUG [cloud.host.Status] (Thread-11:null) Ping
timeout for host 6, do invstigation
2013-04-07 00:32:51,465 DEBUG [cloud.host.Status] (Thread-11:null) Ping
timeout for host 5, do invstigation
2013-04-07 00:32:51,465 INFO  [agent.manager.AgentManagerImpl]
(AgentTaskPool-15:null) Investigating why host 6 has disconnected with
event PingTimeout
2013-04-07 00:32:51,465 DEBUG [agent.manager.AgentManagerImpl]
(AgentTaskPool-15:null) checking if agent (6) is alive
2013-04-07 00:32:51,467 INFO  [agent.manager.AgentManagerImpl]
(AgentTaskPool-1:null) Investigating why host 5 has disconnected with event
PingTimeout
2013-04-07 00:32:51,467 DEBUG [agent.manager.AgentManagerImpl]
(AgentTaskPool-1:null) checking if agent (5) is alive
2013-04-07 00:32:51,469 DEBUG [agent.transport.Request]
(AgentTaskPool-15:null) Seq 6-324993310: Sending  { Cmd , MgmtId: 1, via:
6, Ver: v1, Flags: 100011, [{"CheckHealthCommand":{"wait":50}}] }
2013-04-07 00:32:51,469 DEBUG [agent.transport.Request]
(AgentTaskPool-15:null) Seq 6-324993310: Executing:  { Cmd , MgmtId: 1,
via: 6, Ver: v1, Flags: 100011, [{"CheckHealthCommand":{"wait":50}}] }
2013-04-07 00:32:51,469 DEBUG [agent.manager.DirectAgentAttache]
(DirectAgent-335:null) Seq 6-324993310: Executing request
2013-04-07 00:32:51,473 DEBUG [agent.transport.Request]
(AgentTaskPool-1:null) Seq 5-614334814: Sending  { Cmd , MgmtId: 1, via: 5,
Ver: v1, Flags: 100011, [{"CheckHealthCommand":{"wait":50}}] }
2013-04-07 00:32:51,473 DEBUG [agent.transport.Request]
(AgentTaskPool-1:null) Seq 5-614334814: Executing:  { Cmd , MgmtId: 1, via:
5, Ver: v1, Flags: 100011, [{"CheckHealthCommand":{"wait":50}}] }
2013-04-07 00:32:51,473 DEBUG [agent.manager.DirectAgentAttache]
(DirectAgent-30:null) Seq 5-614334814: Executing request
2013-04-07 00:32:51,536 DEBUG [agent.manager.DirectAgentAttache]
(DirectAgent-335:null) Seq 6-324993310: Response Received:
2013-04-07 00:32:51,536 DEBUG [agent.manager.DirectAgentAttache]
(DirectAgent-30:null) Seq 5-614334814: Response Received:
2013-04-07 00:32:51,536 DEBUG [agent.transport.Request]
(DirectAgent-30:null) Seq 5-614334814: Processing:  { Ans: , MgmtId: 1,
via: 5, Ver: v1, Flags: 10,
[{"CheckHealthAnswer":{"result":true,"details":"resource is
alive","wait":0}}] }
2013-04-07 00:32:51,536 DEBUG [agent.transport.Request]
(DirectAgent-335:null) Seq 6-324993310: Processing:  { Ans: , MgmtId: 1,
via: 6, Ver: v1, Flags: 10,
[{"CheckHealthAnswer":{"result":true,"details":"resource is
alive","wait":0}}] }
2013-04-07 00:32:51,536 DEBUG [agent.transport.Request]
(AgentTaskPool-1:null) Seq 5-614334814: Received:  { Ans: , MgmtId: 1, via:
5, Ver: v1, Flags: 10, { CheckHealthAnswer } }
2013-04-07 00:32:51,536 DEBUG [agent.transport.Request]
(AgentTaskPool-15:null) Seq 6-324993310: Received:  { Ans: , MgmtId: 1,
via: 6, Ver: v1, Flags: 10, { CheckHealthAnswer } }
2013-04-07 00:32:51,536 DEBUG [agent.manager.AgentManagerImpl]
(AgentTaskPool-1:null) Details from executing class
com.cloud.agent.api.CheckHealthCommand: resource is alive
2013-04-07 00:32:51,536 DEBUG [agent.manager.AgentManagerImpl]
(AgentTaskPool-1:null) agent (5) responded to checkHeathCommand, reporting
that agent is Up
2013-04-07 00:32:51,536 DEBUG [agent.manager.AgentManagerImpl]
(AgentTaskPool-15:null) Details from executing class
com.cloud.agent.api.CheckHealthCommand: resource is alive
2013-04-07 00:32:51,536 INFO  [agent.manager.AgentManagerImpl]
(AgentTaskPool-1:null) The state determined is Up
2013-04-07 00:32:51,536 INFO  [agent.manager.AgentManagerImpl]
(AgentTaskPool-1:null) Agent is determined to be up and running
2013-04-07 00:32:51,536 DEBUG [agent.manager.AgentManagerImpl]
(AgentTaskPool-15:null) agent (6) responded to checkHeathCommand, reporting
that agent is Up
2013-04-07 00:32:51,536 DEBUG [cloud.host.Status] (AgentTaskPool-1:null)
Transition:[Resource state = Enabled, Agent event = Ping, Host id = 5, name
= Tut-XenServer2]
2013-04-07 00:32:51,536 INFO  [agent.manager.AgentManagerImpl]
(AgentTaskPool-15:null) The state determined is Up
2013-04-07 00:32:51,537 INFO  [agent.manager.AgentManagerImpl]
(AgentTaskPool-15:null) Agent is determined to be up and running
2013-04-07 00:32:51,540 DEBUG [cloud.host.Status] (AgentTaskPool-1:null)
Agent status update: [id = 5; name = Tut-XenServer2; old status = Up; event
= Ping; new status = Up; old update count = 146; new update count = 147]
2013-04-07 00:32:51,540 DEBUG [cloud.host.Status] (AgentTaskPool-15:null)
Transition:[Resource state = Enabled, Agent event = Ping, Host id = 6, name
= Tut-XenServer]
2013-04-07 00:32:51,542 DEBUG [cloud.host.Status] (AgentTaskPool-15:null)
Agent status update: [id = 6; name = Tut-XenServer; old status = Up; event
= Ping; new status = Up; old update count = 309; new update count = 310]
2013-04-07 00:33:04,820 DEBUG [agent.manager.DirectAgentAttache]
(DirectAgent-422:null) Ping from 6
2013-04-07 00:33:06,176 DEBUG [agent.manager.DirectAgentAttache]
(DirectAgent-135:null) Ping from 5
2013-04-07 00:33:06,909 DEBUG [agent.manager.DirectAgentAttache]
(DirectAgent-152:null) Seq 6-324993028: Executing request
2013-04-07 00:33:07,151 DEBUG [agent.manager.DirectAgentAttache]
(DirectAgent-152:null) Seq 6-324993028: Response Received:
2013-04-07 00:33:07,151 DEBUG [agent.transport.Request]
(DirectAgent-152:null) Seq 6-324993028: Processing:  { Ans: , MgmtId: 1,
via: 6, Ver: v1, Flags: 10,
[{"ClusterSyncAnswer":{"_clusterId":2,"_newStates":{},"_isExecuted":false,"result":true,"wait":0}}]
}
2013-04-07 00:33:11,022 DEBUG [agent.manager.DirectAgentAttache]
(DirectAgent-50:null) Seq 5-614334468: Executing request
2013-04-07 00:33:11,169 DEBUG [agent.manager.DirectAgentAttache]
(DirectAgent-50:null) Seq 5-614334468: Response Received:
2013-04-07 00:33:11,169 DEBUG [agent.transport.Request]
(DirectAgent-50:null) Seq 5-614334468: Processing:  { Ans: , MgmtId: 1,
via: 5, Ver: v1, Flags: 10, [{"Answer":{"result":true,"wait":0}}] }
2013-04-07 00:33:20,451 DEBUG
[storage.secondary.SecondaryStorageManagerImpl] (secstorage-1:null) Zone 1
is ready to launch secondary storage VM
2013-04-07 00:33:20,553 DEBUG [cloud.consoleproxy.ConsoleProxyManagerImpl]
(consoleproxy-1:null) Zone 1 is ready to launch console proxy
2013-04-07 00:33:20,819 DEBUG
[network.router.VirtualNetworkApplianceManagerImpl]
(RouterStatusMonitor-1:null) Found 0 routers to update status.
2013-04-07 00:33:20,820 DEBUG
[network.router.VirtualNetworkApplianceManagerImpl]
(RouterStatusMonitor-1:null) Found 0 networks to update RvR status.
2013-04-07 00:33:20,851 DEBUG
[network.router.VirtualNetworkApplianceManagerImpl]
(RouterStatusMonitor-1:null) Found 0 routers to update status.
2013-04-07 00:33:20,852 DEBUG
[network.router.VirtualNetworkApplianceManagerImpl]
(RouterStatusMonitor-1:null) Found 0 networks to update RvR status.
2013-04-07 00:33:20,921 DEBUG [cloud.alert.AlertManagerImpl]
(CapacityChecker:null) Running Capacity Checker ...
2013-04-07 00:33:20,921 DEBUG [cloud.alert.AlertManagerImpl]
(CapacityChecker:null) recalculating system capacity
2013-04-07 00:33:20,921 DEBUG [cloud.alert.AlertManagerImpl]
(CapacityChecker:null) Executing cpu/ram capacity update
2013-04-07 00:33:20,929 DEBUG [cloud.capacity.CapacityManagerImpl]
(CapacityChecker:null) Found 2 VMs on host 1
2013-04-07 00:33:20,931 DEBUG [cloud.capacity.CapacityManagerImpl]
(CapacityChecker:null) Found 0 VM, not running on host 1
2013-04-07 00:33:20,933 DEBUG [cloud.capacity.CapacityManagerImpl]
(CapacityChecker:null) No need to calibrate cpu capacity, host:1 usedCpu:
200 reservedCpu: 0
2013-04-07 00:33:20,933 DEBUG [cloud.capacity.CapacityManagerImpl]
(CapacityChecker:null) No need to calibrate memory capacity, host:1
usedMem: 209715200 reservedMem: 0
2013-04-07 00:33:20,939 DEBUG [cloud.capacity.CapacityManagerImpl]
(CapacityChecker:null) Found 1 VMs on host 5
2013-04-07 00:33:20,940 DEBUG [cloud.capacity.CapacityManagerImpl]
(CapacityChecker:null) Found 0 VM, not running on host 5
2013-04-07 00:33:20,942 DEBUG [cloud.capacity.CapacityManagerImpl]
(CapacityChecker:null) No need to calibrate cpu capacity, host:5 usedCpu:
100 reservedCpu: 0
2013-04-07 00:33:20,942 DEBUG [cloud.capacity.CapacityManagerImpl]
(CapacityChecker:null) No need to calibrate memory capacity, host:5
usedMem: 1073741824 reservedMem: 0
2013-04-07 00:33:20,948 DEBUG [cloud.capacity.CapacityManagerImpl]
(CapacityChecker:null) Found 2 VMs on host 6
2013-04-07 00:33:20,949 DEBUG [cloud.capacity.CapacityManagerImpl]
(CapacityChecker:null) Found 0 VM, not running on host 6
2013-04-07 00:33:20,951 DEBUG [cloud.capacity.CapacityManagerImpl]
(CapacityChecker:null) No need to calibrate cpu capacity, host:6 usedCpu:
200 reservedCpu: 0
2013-04-07 00:33:20,951 DEBUG [cloud.capacity.CapacityManagerImpl]
(CapacityChecker:null) No need to calibrate memory capacity, host:6
usedMem: 1178599424 reservedMem: 0
2013-04-07 00:33:20,951 DEBUG [cloud.alert.AlertManagerImpl]
(CapacityChecker:null) Done executing cpu/ram capacity update
2013-04-07 00:33:20,951 DEBUG [cloud.alert.AlertManagerImpl]
(CapacityChecker:null) Executing storage capacity update
2013-04-07 00:33:20,956 DEBUG [cloud.storage.StorageManagerImpl]
(CapacityChecker:null) Successfully set Capacity - 31004332032 for capacity
type - 9 , DataCenterId - 1, HostOrPoolId - 200, PodId 1
2013-04-07 00:33:20,959 DEBUG [cloud.storage.StorageManagerImpl]
(CapacityChecker:null) Successfully set Capacity - 97221701632 for capacity
type - 9 , DataCenterId - 1, HostOrPoolId - 201, PodId 1
2013-04-07 00:33:20,963 DEBUG [cloud.storage.StorageManagerImpl]
(CapacityChecker:null) Successfully set Capacity - 97221701632 for capacity
type - 9 , DataCenterId - 1, HostOrPoolId - 202, PodId 1
2013-04-07 00:33:20,967 DEBUG [cloud.storage.StorageManagerImpl]
(CapacityChecker:null) Successfully set Capacity - 2084569088 for capacity
type - 3 , DataCenterId - 1, HostOrPoolId - 256, PodId 1
2013-04-07 00:33:20,971 DEBUG [cloud.storage.StorageManagerImpl]
(CapacityChecker:null) Successfully set Capacity - 2084569088 for capacity
type - 3 , DataCenterId - 1, HostOrPoolId - 257, PodId 1
2013-04-07 00:33:20,975 DEBUG [cloud.storage.StorageManagerImpl]
(CapacityChecker:null) Successfully set Capacity - 2084569088 for capacity
type - 3 , DataCenterId - 1, HostOrPoolId - 262, PodId 1
2013-04-07 00:33:20,975 DEBUG [cloud.alert.AlertManagerImpl]
(CapacityChecker:null) Done executing storage capacity update
2013-04-07 00:33:20,975 DEBUG [cloud.alert.AlertManagerImpl]
(CapacityChecker:null) Executing capacity updates for public ip and Vlans
2013-04-07 00:33:20,983 DEBUG [cloud.alert.AlertManagerImpl]
(CapacityChecker:null) Done capacity updates for public ip and Vlans
2013-04-07 00:33:20,983 DEBUG [cloud.alert.AlertManagerImpl]
(CapacityChecker:null) Executing capacity updates for private ip
2013-04-07 00:33:20,990 DEBUG [cloud.alert.AlertManagerImpl]
(CapacityChecker:null) Done executing capacity updates for private ip
2013-04-07 00:33:20,990 DEBUG [cloud.alert.AlertManagerImpl]
(CapacityChecker:null) Done recalculating system capacity
2013-04-07 00:33:21,012 DEBUG [cloud.alert.AlertManagerImpl]
(CapacityChecker:null) Done running Capacity Checker ...
2013-04-07 00:33:24,891 DEBUG [agent.manager.AgentManagerImpl]
(AgentManager-Handler-13:null) Ping from 4
2013-04-07 00:33:27,159 DEBUG [agent.manager.DirectAgentAttache]
(DirectAgent-459:null) Ping from 1
2013-04-07 00:33:29,095 DEBUG [agent.manager.DirectAgentAttache]
(DirectAgent-457:null) Seq 1-90046472: Executing request
2013-04-07 00:33:29,329 DEBUG [agent.manager.DirectAgentAttache]
(DirectAgent-457:null) Seq 1-90046472: Response Received:
2013-04-07 00:33:29,330 DEBUG [agent.transport.Request]
(DirectAgent-457:null) Seq 1-90046472: Processing:  { Ans: , MgmtId: 1,
via: 1, Ver: v1, Flags: 10,
[{"ClusterSyncAnswer":{"_clusterId":1,"_newStates":{},"_isExecuted":false,"result":true,"wait":0}}]
}
2013-04-07 00:33:33,192 DEBUG [cloud.api.ApiServlet]
(1161145101@qtp-1008805148-33:null) ===START===  127.0.0.1 -- GET
 command=listVirtualMachines&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&listAll=true&page=1&pagesize=20&_=1365316413189
2013-04-07 00:33:33,210 DEBUG [cloud.api.ApiServlet]
(1161145101@qtp-1008805148-33:null) ===END===  127.0.0.1 -- GET
 command=listVirtualMachines&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&listAll=true&page=1&pagesize=20&_=1365316413189
2013-04-07 00:33:35,033 DEBUG [cloud.api.ApiServlet]
(1161145101@qtp-1008805148-33:null) ===START===  127.0.0.1 -- GET
 command=listZones&available=true&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316415031
2013-04-07 00:33:35,040 DEBUG [cloud.api.ApiServlet]
(1161145101@qtp-1008805148-33:null) ===END===  127.0.0.1 -- GET
 command=listZones&available=true&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316415031
2013-04-07 00:33:36,745 DEBUG [cloud.api.ApiServlet]
(1161145101@qtp-1008805148-33:null) ===START===  127.0.0.1 -- GET
 command=listHypervisors&zoneid=3a62dec3-cf95-4ba2-9af0-af2190af35e3&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316416743
2013-04-07 00:33:36,753 DEBUG [cloud.api.ApiServlet]
(1161145101@qtp-1008805148-33:null) ===END===  127.0.0.1 -- GET
 command=listHypervisors&zoneid=3a62dec3-cf95-4ba2-9af0-af2190af35e3&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316416743
2013-04-07 00:33:36,756 DEBUG [cloud.api.ApiServlet]
(1161145101@qtp-1008805148-33:null) ===START===  127.0.0.1 -- GET
 command=listTemplates&templatefilter=featured&zoneid=3a62dec3-cf95-4ba2-9af0-af2190af35e3&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316416754
2013-04-07 00:33:36,781 DEBUG [cloud.api.ApiServlet]
(1161145101@qtp-1008805148-33:null) ===END===  127.0.0.1 -- GET
 command=listTemplates&templatefilter=featured&zoneid=3a62dec3-cf95-4ba2-9af0-af2190af35e3&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316416754
2013-04-07 00:33:36,784 DEBUG [cloud.api.ApiServlet]
(1161145101@qtp-1008805148-33:null) ===START===  127.0.0.1 -- GET
 command=listTemplates&templatefilter=community&zoneid=3a62dec3-cf95-4ba2-9af0-af2190af35e3&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316416782
2013-04-07 00:33:36,812 DEBUG [cloud.api.ApiServlet]
(1161145101@qtp-1008805148-33:null) ===END===  127.0.0.1 -- GET
 command=listTemplates&templatefilter=community&zoneid=3a62dec3-cf95-4ba2-9af0-af2190af35e3&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316416782
2013-04-07 00:33:36,815 DEBUG [cloud.api.ApiServlet]
(1161145101@qtp-1008805148-33:null) ===START===  127.0.0.1 -- GET
 command=listTemplates&templatefilter=selfexecutable&zoneid=3a62dec3-cf95-4ba2-9af0-af2190af35e3&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316416813
2013-04-07 00:33:36,829 DEBUG [cloud.api.ApiServlet]
(1161145101@qtp-1008805148-33:null) ===END===  127.0.0.1 -- GET
 command=listTemplates&templatefilter=selfexecutable&zoneid=3a62dec3-cf95-4ba2-9af0-af2190af35e3&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316416813
2013-04-07 00:33:37,503 DEBUG [cloud.api.ApiServlet]
(1161145101@qtp-1008805148-33:null) ===START===  127.0.0.1 -- GET
 command=listServiceOfferings&issystem=false&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316417501
2013-04-07 00:33:37,514 DEBUG [cloud.api.ApiServlet]
(1161145101@qtp-1008805148-33:null) ===END===  127.0.0.1 -- GET
 command=listServiceOfferings&issystem=false&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316417501
2013-04-07 00:33:41,151 DEBUG [cloud.api.ApiServlet]
(1161145101@qtp-1008805148-33:null) ===START===  127.0.0.1 -- GET
 command=listDiskOfferings&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316421149
2013-04-07 00:33:41,162 DEBUG [cloud.api.ApiServlet]
(1161145101@qtp-1008805148-33:null) ===END===  127.0.0.1 -- GET
 command=listDiskOfferings&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316421149
2013-04-07 00:33:41,970 DEBUG [cloud.api.ApiServlet]
(1161145101@qtp-1008805148-33:null) ===START===  127.0.0.1 -- GET
 command=listNetworks&trafficType=Guest&zoneId=3a62dec3-cf95-4ba2-9af0-af2190af35e3&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316421968
2013-04-07 00:33:41,994 DEBUG [cloud.api.ApiServlet]
(1161145101@qtp-1008805148-33:null) ===END===  127.0.0.1 -- GET
 command=listNetworks&trafficType=Guest&zoneId=3a62dec3-cf95-4ba2-9af0-af2190af35e3&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316421968
2013-04-07 00:33:41,997 DEBUG [cloud.api.ApiServlet]
(1161145101@qtp-1008805148-33:null) ===START===  127.0.0.1 -- GET
 command=listSecurityGroups&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&domainid=e4ec5ddc-9e1c-11e2-a770-6e70e42a2333&account=admin&_=1365316421995
2013-04-07 00:33:42,003 DEBUG [cloud.user.AccountManagerImpl]
(1161145101@qtp-1008805148-33:null) Access granted to Acct[2-admin] to
Domain:1/ by DomainChecker
2013-04-07 00:33:42,009 DEBUG [cloud.api.ApiServlet]
(1161145101@qtp-1008805148-33:null) ===END===  127.0.0.1 -- GET
 command=listSecurityGroups&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&domainid=e4ec5ddc-9e1c-11e2-a770-6e70e42a2333&account=admin&_=1365316421995
2013-04-07 00:33:44,477 DEBUG [cloud.api.ApiServlet]
(1161145101@qtp-1008805148-33:null) ===START===  127.0.0.1 -- GET
 command=deployVirtualMachine&zoneId=3a62dec3-cf95-4ba2-9af0-af2190af35e3&templateId=e4a7df4a-9e1c-11e2-a770-6e70e42a2333&hypervisor=XenServer&serviceOfferingId=9c1e08a2-2dfe-4fa8-aea9-3e4955a69cc2&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316424475
2013-04-07 00:33:44,484 DEBUG [cloud.api.ApiDispatcher]
(1161145101@qtp-1008805148-33:null) InfrastructureEntity name
is:com.cloud.offering.ServiceOffering
2013-04-07 00:33:44,486 DEBUG [cloud.api.ApiDispatcher]
(1161145101@qtp-1008805148-33:null) ControlledEntity name
is:com.cloud.template.VirtualMachineTemplate
2013-04-07 00:33:44,510 DEBUG [cloud.vm.UserVmManagerImpl]
(1161145101@qtp-1008805148-33:null) Allocating in the DB for vm
2013-04-07 00:33:44,523 DEBUG [cloud.vm.VirtualMachineManagerImpl]
(1161145101@qtp-1008805148-33:null) Allocating entries for VM:
VM[User|a30b991d-1c38-4bae-803f-ab3be57a384f]
2013-04-07 00:33:44,523 DEBUG [cloud.vm.VirtualMachineManagerImpl]
(1161145101@qtp-1008805148-33:null) Allocating nics for
VM[User|a30b991d-1c38-4bae-803f-ab3be57a384f]
2013-04-07 00:33:44,524 DEBUG [cloud.network.NetworkManagerImpl]
(1161145101@qtp-1008805148-33:null) Allocating nic for vm
VM[User|a30b991d-1c38-4bae-803f-ab3be57a384f] in network Ntwk[204|Guest|6]
with requested profile NicProfile[0-0-null-null-null
2013-04-07 00:33:44,531 DEBUG [cloud.vm.VirtualMachineManagerImpl]
(1161145101@qtp-1008805148-33:null) Allocaing disks for
VM[User|a30b991d-1c38-4bae-803f-ab3be57a384f]
2013-04-07 00:33:44,538 DEBUG [cloud.vm.VirtualMachineManagerImpl]
(1161145101@qtp-1008805148-33:null) Allocation completed for VM:
VM[User|a30b991d-1c38-4bae-803f-ab3be57a384f]
2013-04-07 00:33:44,538 DEBUG [cloud.vm.UserVmManagerImpl]
(1161145101@qtp-1008805148-33:null) Successfully allocated DB entry for
VM[User|a30b991d-1c38-4bae-803f-ab3be57a384f]
2013-04-07 00:33:44,571 DEBUG [cloud.async.AsyncJobManagerImpl]
(1161145101@qtp-1008805148-33:null) submit async job-44, details:
AsyncJobVO {id:44, userId: 2, accountId: 2, sessionKey: null, instanceType:
null, instanceId: 14, cmd:
org.apache.cloudstack.api.command.user.vm.DeployVMCmd, cmdOriginator: null,
cmdInfo:
{"id":"14","templateId":"e4a7df4a-9e1c-11e2-a770-6e70e42a2333","response":"json","sessionkey":"Z6QqzU0Fq1iT13bMgnRRfl8GoVA\u003d","ctxUserId":"2","hypervisor":"XenServer","serviceOfferingId":"9c1e08a2-2dfe-4fa8-aea9-3e4955a69cc2","_":"1365316424475","ctxAccountId":"2","ctxStartEventId":"49","zoneId":"3a62dec3-cf95-4ba2-9af0-af2190af35e3"},
cmdVersion: 0, callbackType: 0, callbackAddress: null, status: 0,
processStatus: 0, resultCode: 0, result: null, initMsid: 1, completeMsid:
null, lastUpdated: null, lastPolled: null, created: null}
2013-04-07 00:33:44,572 DEBUG [cloud.async.AsyncJobManagerImpl]
(Job-Executor-37:job-44) Executing
org.apache.cloudstack.api.command.user.vm.DeployVMCmd for job-44
2013-04-07 00:33:44,573 DEBUG [cloud.api.ApiServlet]
(1161145101@qtp-1008805148-33:null) ===END===  127.0.0.1 -- GET
 command=deployVirtualMachine&zoneId=3a62dec3-cf95-4ba2-9af0-af2190af35e3&templateId=e4a7df4a-9e1c-11e2-a770-6e70e42a2333&hypervisor=XenServer&serviceOfferingId=9c1e08a2-2dfe-4fa8-aea9-3e4955a69cc2&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316424475
2013-04-07 00:33:44,578 DEBUG [cloud.api.ApiDispatcher]
(Job-Executor-37:job-44) InfrastructureEntity name
is:com.cloud.offering.ServiceOffering
2013-04-07 00:33:44,581 DEBUG [cloud.api.ApiDispatcher]
(Job-Executor-37:job-44) ControlledEntity name
is:com.cloud.template.VirtualMachineTemplate
2013-04-07 00:33:44,624 DEBUG [cloud.deploy.FirstFitPlanner]
(Job-Executor-37:job-44) DeploymentPlanner allocation algorithm: random
2013-04-07 00:33:44,624 DEBUG [cloud.deploy.FirstFitPlanner]
(Job-Executor-37:job-44) Trying to allocate a host and storage pools from
dc:1, pod:null,cluster:null, requested cpu: 100, requested ram: 1073741824
2013-04-07 00:33:44,624 DEBUG [cloud.deploy.FirstFitPlanner]
(Job-Executor-37:job-44) Is ROOT volume READY (pool already allocated)?: No
2013-04-07 00:33:44,624 DEBUG [cloud.deploy.FirstFitPlanner]
(Job-Executor-37:job-44) Searching all possible resources under this Zone: 1
2013-04-07 00:33:44,625 DEBUG [cloud.deploy.FirstFitPlanner]
(Job-Executor-37:job-44) Listing clusters in order of aggregate capacity,
that have (atleast one host with) enough CPU and RAM capacity under this
Zone: 1
2013-04-07 00:33:44,626 DEBUG [cloud.deploy.FirstFitPlanner]
(Job-Executor-37:job-44) CPUOverprovisioningFactor considered: 1.0
2013-04-07 00:33:44,638 DEBUG [cloud.deploy.FirstFitPlanner]
(Job-Executor-37:job-44) Cannot allocate cluster list [1, 2] for vm
creation since their allocated percentage crosses the disable capacity
threshold: 0.85 for capacity Type : 0, skipping these clusters
2013-04-07 00:33:44,639 DEBUG [cloud.deploy.FirstFitPlanner]
(Job-Executor-37:job-44) Could not find suitable Deployment Destination for
this VM under any clusters, returning.
2013-04-07 00:33:44,641 DEBUG [cloud.vm.UserVmManagerImpl]
(Job-Executor-37:job-44) Destroying vm
VM[User|a30b991d-1c38-4bae-803f-ab3be57a384f] as it failed to create on
Host with Id:null
2013-04-07 00:33:44,646 DEBUG [cloud.capacity.CapacityManagerImpl]
(Job-Executor-37:job-44) VM state transitted from :Stopped to Error with
event: OperationFailedToErrorvm's original host id: null new host id: null
host id before state transition: null
2013-04-07 00:33:44,672 INFO  [user.vm.DeployVMCmd]
(Job-Executor-37:job-44)
com.cloud.exception.InsufficientServerCapacityException: Unable to create a
deployment for VM[User|a30b991d-1c38-4bae-803f-ab3be57a384f]Scope=interface
com.cloud.dc.DataCenter; id=1
2013-04-07 00:33:44,672 INFO  [user.vm.DeployVMCmd]
(Job-Executor-37:job-44) Unable to create a deployment for
VM[User|a30b991d-1c38-4bae-803f-ab3be57a384f]
com.cloud.exception.InsufficientServerCapacityException: Unable to create a
deployment for VM[User|a30b991d-1c38-4bae-803f-ab3be57a384f]Scope=interface
com.cloud.dc.DataCenter; id=1
at
org.apache.cloudstack.engine.cloud.entity.api.VMEntityManagerImpl.reserveVirtualMachine(VMEntityManagerImpl.java:186)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:597)
at
org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:319)
at
org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:183)
at
org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:150)
at
org.springframework.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodInvocationProceedingJoinPoint.java:80)
at
com.cloud.utils.db.TransactionContextBuilder.AroundAnyMethod(TransactionContextBuilder.java:37)
at sun.reflect.GeneratedMethodAccessor37.invoke(Unknown Source)
at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:597)
at
org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:621)
at
org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:610)
at
org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:65)
at
org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:172)
at
org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:90)
at
org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:172)
at
org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:202)
at com.sun.proxy.$Proxy297.reserveVirtualMachine(Unknown Source)
at
org.apache.cloudstack.engine.cloud.entity.api.VirtualMachineEntityImpl.reserve(VirtualMachineEntityImpl.java:198)
at
com.cloud.vm.UserVmManagerImpl.startVirtualMachine(UserVmManagerImpl.java:3859)
at
com.cloud.vm.UserVmManagerImpl.startVirtualMachine(UserVmManagerImpl.java:3458)
at
com.cloud.vm.UserVmManagerImpl.startVirtualMachine(UserVmManagerImpl.java:3444)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:597)
at
org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:319)
at
org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:183)
at
org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:150)
at
org.springframework.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodInvocationProceedingJoinPoint.java:80)
at
com.cloud.event.ActionEventInterceptor.AroundAnyMethod(ActionEventInterceptor.java:53)
at sun.reflect.GeneratedMethodAccessor359.invoke(Unknown Source)
at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:597)
at
org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:621)
at
org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:610)
at
org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:65)
at
org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:161)
at
org.springframework.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodInvocationProceedingJoinPoint.java:80)
at
com.cloud.utils.db.TransactionContextBuilder.AroundAnyMethod(TransactionContextBuilder.java:37)
at sun.reflect.GeneratedMethodAccessor37.invoke(Unknown Source)
at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:597)
at
org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:621)
at
org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:610)
at
org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:65)
at
org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:172)
at
org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:90)
at
org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:172)
at
org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:202)
at com.sun.proxy.$Proxy263.startVirtualMachine(Unknown Source)
at
org.apache.cloudstack.api.command.user.vm.DeployVMCmd.execute(DeployVMCmd.java:379)
at com.cloud.api.ApiDispatcher.dispatch(ApiDispatcher.java:163)
at net.sf.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204)
at
org.springframework.aop.framework.Cglib2AopProxy$CglibMethodInvocation.invokeJoinpoint(Cglib2AopProxy.java:689)
at
org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:150)
at
org.springframework.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodInvocationProceedingJoinPoint.java:80)
at
com.cloud.utils.db.TransactionContextBuilder.AroundAnyMethod(TransactionContextBuilder.java:37)
at sun.reflect.GeneratedMethodAccessor37.invoke(Unknown Source)
at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:597)
at
org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:621)
at
org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:610)
at
org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:65)
at
org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:172)
at
org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:90)
at
org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:172)
at
org.springframework.aop.framework.Cglib2AopProxy$DynamicAdvisedInterceptor.intercept(Cglib2AopProxy.java:622)
at com.cloud.async.AsyncJobManagerImpl$1.run(AsyncJobManagerImpl.java:437)
at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:439)
at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:303)
at java.util.concurrent.FutureTask.run(FutureTask.java:138)
at
java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:895)
at
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:918)
at java.lang.Thread.run(Thread.java:680)
2013-04-07 00:33:44,674 DEBUG [cloud.async.AsyncJobManagerImpl]
(Job-Executor-37:job-44) Complete async job-44, jobStatus: 2, resultCode:
530, result: Error Code: 533 Error text: Unable to create a deployment for
VM[User|a30b991d-1c38-4bae-803f-ab3be57a384f]
2013-04-07 00:33:47,591 DEBUG [cloud.api.ApiServlet]
(1161145101@qtp-1008805148-33:null) ===START===  127.0.0.1 -- GET
 command=queryAsyncJobResult&jobId=8dd191cc-2709-4223-aee5-3ecd759d4afd&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316427589
2013-04-07 00:33:47,601 DEBUG [cloud.async.AsyncJobManagerImpl]
(1161145101@qtp-1008805148-33:null) Async job-44 completed
2013-04-07 00:33:47,605 DEBUG [cloud.api.ApiServlet]
(1161145101@qtp-1008805148-33:null) ===END===  127.0.0.1 -- GET
 command=queryAsyncJobResult&jobId=8dd191cc-2709-4223-aee5-3ecd759d4afd&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316427589
2013-04-07 00:33:47,608 DEBUG [cloud.api.ApiServlet]
(1161145101@qtp-1008805148-33:null) ===START===  127.0.0.1 -- GET
 command=listVirtualMachines&id=a30b991d-1c38-4bae-803f-ab3be57a384f&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316427606
2013-04-07 00:33:47,621 DEBUG [cloud.api.ApiServlet]
(1161145101@qtp-1008805148-33:null) ===END===  127.0.0.1 -- GET
 command=listVirtualMachines&id=a30b991d-1c38-4bae-803f-ab3be57a384f&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316427606
2013-04-07 00:33:47,678 DEBUG [agent.manager.AgentManagerImpl]
(AgentManager-Handler-14:null) Ping from 3
2013-04-07 00:33:50,451 DEBUG
[storage.secondary.SecondaryStorageManagerImpl] (secstorage-1:null) Zone 1
is ready to launch secondary storage VM
2013-04-07 00:33:50,559 DEBUG [cloud.consoleproxy.ConsoleProxyManagerImpl]
(consoleproxy-1:null) Zone 1 is ready to launch console proxy
2013-04-07 00:33:50,819 DEBUG
[network.router.VirtualNetworkApplianceManagerImpl]
(RouterStatusMonitor-1:null) Found 0 routers to update status.
2013-04-07 00:33:50,820 DEBUG
[network.router.VirtualNetworkApplianceManagerImpl]
(RouterStatusMonitor-1:null) Found 0 networks to update RvR status.
2013-04-07 00:33:50,851 DEBUG
[network.router.VirtualNetworkApplianceManagerImpl]
(RouterStatusMonitor-1:null) Found 0 routers to update status.
2013-04-07 00:33:50,852 DEBUG
[network.router.VirtualNetworkApplianceManagerImpl]
(RouterStatusMonitor-1:null) Found 0 networks to update RvR status.
2013-04-07 00:33:51,465 INFO  [agent.manager.AgentMonitor] (Thread-11:null)
Found the following agents behind on ping: [6, 5]
2013-04-07 00:33:51,467 DEBUG [cloud.host.Status] (Thread-11:null) Ping
timeout for host 6, do invstigation
2013-04-07 00:33:51,468 DEBUG [cloud.host.Status] (Thread-11:null) Ping
timeout for host 5, do invstigation
2013-04-07 00:33:51,468 INFO  [agent.manager.AgentManagerImpl]
(AgentTaskPool-4:null) Investigating why host 6 has disconnected with event
PingTimeout
2013-04-07 00:33:51,468 DEBUG [agent.manager.AgentManagerImpl]
(AgentTaskPool-4:null) checking if agent (6) is alive
2013-04-07 00:33:51,469 INFO  [agent.manager.AgentManagerImpl]
(AgentTaskPool-3:null) Investigating why host 5 has disconnected with event
PingTimeout
2013-04-07 00:33:51,470 DEBUG [agent.manager.AgentManagerImpl]
(AgentTaskPool-3:null) checking if agent (5) is alive
2013-04-07 00:33:51,471 DEBUG [agent.transport.Request]
(AgentTaskPool-4:null) Seq 6-324993311: Sending  { Cmd , MgmtId: 1, via: 6,
Ver: v1, Flags: 100011, [{"CheckHealthCommand":{"wait":50}}] }
2013-04-07 00:33:51,471 DEBUG [agent.transport.Request]
(AgentTaskPool-4:null) Seq 6-324993311: Executing:  { Cmd , MgmtId: 1, via:
6, Ver: v1, Flags: 100011, [{"CheckHealthCommand":{"wait":50}}] }
2013-04-07 00:33:51,472 DEBUG [agent.manager.DirectAgentAttache]
(DirectAgent-448:null) Seq 6-324993311: Executing request
2013-04-07 00:33:51,473 DEBUG [agent.transport.Request]
(AgentTaskPool-3:null) Seq 5-614334815: Sending  { Cmd , MgmtId: 1, via: 5,
Ver: v1, Flags: 100011, [{"CheckHealthCommand":{"wait":50}}] }
2013-04-07 00:33:51,473 DEBUG [agent.transport.Request]
(AgentTaskPool-3:null) Seq 5-614334815: Executing:  { Cmd , MgmtId: 1, via:
5, Ver: v1, Flags: 100011, [{"CheckHealthCommand":{"wait":50}}] }
2013-04-07 00:33:51,473 DEBUG [agent.manager.DirectAgentAttache]
(DirectAgent-261:null) Seq 5-614334815: Executing request
2013-04-07 00:33:51,527 DEBUG [agent.manager.DirectAgentAttache]
(DirectAgent-448:null) Seq 6-324993311: Response Received:
2013-04-07 00:33:51,527 DEBUG [agent.transport.Request]
(DirectAgent-448:null) Seq 6-324993311: Processing:  { Ans: , MgmtId: 1,
via: 6, Ver: v1, Flags: 10,
[{"CheckHealthAnswer":{"result":true,"details":"resource is
alive","wait":0}}] }
2013-04-07 00:33:51,527 DEBUG [agent.transport.Request]
(AgentTaskPool-4:null) Seq 6-324993311: Received:  { Ans: , MgmtId: 1, via:
6, Ver: v1, Flags: 10, { CheckHealthAnswer } }
2013-04-07 00:33:51,528 DEBUG [agent.manager.AgentManagerImpl]
(AgentTaskPool-4:null) Details from executing class
com.cloud.agent.api.CheckHealthCommand: resource is alive
2013-04-07 00:33:51,528 DEBUG [agent.manager.AgentManagerImpl]
(AgentTaskPool-4:null) agent (6) responded to checkHeathCommand, reporting
that agent is Up
2013-04-07 00:33:51,528 INFO  [agent.manager.AgentManagerImpl]
(AgentTaskPool-4:null) The state determined is Up
2013-04-07 00:33:51,528 INFO  [agent.manager.AgentManagerImpl]
(AgentTaskPool-4:null) Agent is determined to be up and running
2013-04-07 00:33:51,528 DEBUG [cloud.host.Status] (AgentTaskPool-4:null)
Transition:[Resource state = Enabled, Agent event = Ping, Host id = 6, name
= Tut-XenServer]
2013-04-07 00:33:51,531 DEBUG [cloud.host.Status] (AgentTaskPool-4:null)
Agent status update: [id = 6; name = Tut-XenServer; old status = Up; event
= Ping; new status = Up; old update count = 310; new update count = 311]
2013-04-07 00:33:51,531 DEBUG [agent.manager.DirectAgentAttache]
(DirectAgent-261:null) Seq 5-614334815: Response Received:
2013-04-07 00:33:51,531 DEBUG [agent.transport.Request]
(DirectAgent-261:null) Seq 5-614334815: Processing:  { Ans: , MgmtId: 1,
via: 5, Ver: v1, Flags: 10,
[{"CheckHealthAnswer":{"result":true,"details":"resource is
alive","wait":0}}] }
2013-04-07 00:33:51,531 DEBUG [agent.transport.Request]
(AgentTaskPool-3:null) Seq 5-614334815: Received:  { Ans: , MgmtId: 1, via:
5, Ver: v1, Flags: 10, { CheckHealthAnswer } }
2013-04-07 00:33:51,532 DEBUG [agent.manager.AgentManagerImpl]
(AgentTaskPool-3:null) Details from executing class
com.cloud.agent.api.CheckHealthCommand: resource is alive
2013-04-07 00:33:51,532 DEBUG [agent.manager.AgentManagerImpl]
(AgentTaskPool-3:null) agent (5) responded to checkHeathCommand, reporting
that agent is Up
2013-04-07 00:33:51,532 INFO  [agent.manager.AgentManagerImpl]
(AgentTaskPool-3:null) The state determined is Up
2013-04-07 00:33:51,532 INFO  [agent.manager.AgentManagerImpl]
(AgentTaskPool-3:null) Agent is determined to be up and running
2013-04-07 00:33:51,532 DEBUG [cloud.host.Status] (AgentTaskPool-3:null)
Transition:[Resource state = Enabled, Agent event = Ping, Host id = 5, name
= Tut-XenServer2]
2013-04-07 00:33:51,535 DEBUG [cloud.host.Status] (AgentTaskPool-3:null)
Agent status update: [id = 5; name = Tut-XenServer2; old status = Up; event
= Ping; new status = Up; old update count = 147; new update count = 148]
2013-04-07 00:34:04,860 DEBUG [agent.manager.DirectAgentAttache]
(DirectAgent-239:null) Ping from 6
2013-04-07 00:34:06,170 DEBUG [agent.manager.DirectAgentAttache]
(DirectAgent-185:null) Ping from 5
2013-04-07 00:34:06,909 DEBUG [agent.manager.DirectAgentAttache]
(DirectAgent-461:null) Seq 6-324993028: Executing request
2013-04-07 00:34:07,107 DEBUG [agent.manager.DirectAgentAttache]
(DirectAgent-461:null) Seq 6-324993028: Response Received:
2013-04-07 00:34:07,107 DEBUG [agent.transport.Request]
(DirectAgent-461:null) Seq 6-324993028: Processing:  { Ans: , MgmtId: 1,
via: 6, Ver: v1, Flags: 10,
[{"ClusterSyncAnswer":{"_clusterId":2,"_newStates":{},"_isExecuted":false,"result":true,"wait":0}}]
}
2013-04-07 00:34:11,023 DEBUG [agent.manager.DirectAgentAttache]
(DirectAgent-450:null) Seq 5-614334468: Executing request
2013-04-07 00:34:11,168 DEBUG [agent.manager.DirectAgentAttache]
(DirectAgent-450:null) Seq 5-614334468: Response Received:
2013-04-07 00:34:11,168 DEBUG [agent.transport.Request]
(DirectAgent-450:null) Seq 5-614334468: Processing:  { Ans: , MgmtId: 1,
via: 5, Ver: v1, Flags: 10, [{"Answer":{"result":true,"wait":0}}] }
2013-04-07 00:34:20,451 DEBUG
[storage.secondary.SecondaryStorageManagerImpl] (secstorage-1:null) Zone 1
is ready to launch secondary storage VM
2013-04-07 00:34:20,553 DEBUG [cloud.consoleproxy.ConsoleProxyManagerImpl]
(consoleproxy-1:null) Zone 1 is ready to launch console proxy
2013-04-07 00:34:20,820 DEBUG
[network.router.VirtualNetworkApplianceManagerImpl]
(RouterStatusMonitor-1:null) Found 0 routers to update status.
2013-04-07 00:34:20,821 DEBUG
[network.router.VirtualNetworkApplianceManagerImpl]
(RouterStatusMonitor-1:null) Found 0 networks to update RvR status.
2013-04-07 00:34:20,850 DEBUG
[network.router.VirtualNetworkApplianceManagerImpl]
(RouterStatusMonitor-1:null) Found 0 routers to update status.
2013-04-07 00:34:20,851 DEBUG
[network.router.VirtualNetworkApplianceManagerImpl]
(RouterStatusMonitor-1:null) Found 0 networks to update RvR status.
2013-04-07 00:34:24,891 DEBUG [agent.manager.AgentManagerImpl]
(AgentManager-Handler-15:null) Ping from 4
2013-04-07 00:34:27,175 DEBUG [agent.manager.DirectAgentAttache]
(DirectAgent-126:null) Ping from 1
2013-04-07 00:34:29,095 DEBUG [agent.manager.DirectAgentAttache]
(DirectAgent-182:null) Seq 1-90046472: Executing request
2013-04-07 00:34:29,323 DEBUG [agent.manager.DirectAgentAttache]
(DirectAgent-182:null) Seq 1-90046472: Response Received:
2013-04-07 00:34:29,323 DEBUG [agent.transport.Request]
(DirectAgent-182:null) Seq 1-90046472: Processing:  { Ans: , MgmtId: 1,
via: 1, Ver: v1, Flags: 10,
[{"ClusterSyncAnswer":{"_clusterId":1,"_newStates":{},"_isExecuted":false,"result":true,"wait":0}}]
}
2013-04-07 00:34:36,532 DEBUG [cloud.api.ApiServlet]
(1161145101@qtp-1008805148-33:null) ===START===  127.0.0.1 -- GET
 command=listVolumes&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&listAll=true&page=1&pagesize=20&_=1365316476530
2013-04-07 00:34:36,548 DEBUG [cloud.api.ApiServlet]
(1161145101@qtp-1008805148-33:null) ===END===  127.0.0.1 -- GET
 command=listVolumes&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&listAll=true&page=1&pagesize=20&_=1365316476530
2013-04-07 00:34:39,285 DEBUG [cloud.api.ApiServlet]
(1161145101@qtp-1008805148-33:null) ===START===  127.0.0.1 -- GET
 command=listVolumes&id=44d56727-6e5f-438a-8187-42adfac7c906&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316479283
2013-04-07 00:34:39,309 DEBUG [cloud.api.ApiServlet]
(1161145101@qtp-1008805148-33:null) ===END===  127.0.0.1 -- GET
 command=listVolumes&id=44d56727-6e5f-438a-8187-42adfac7c906&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316479283
2013-04-07 00:34:39,325 DEBUG [cloud.api.ApiServlet]
(1161145101@qtp-1008805148-33:null) ===START===  127.0.0.1 -- GET
 command=listTags&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&resourceId=44d56727-6e5f-438a-8187-42adfac7c906&resourceType=Volume&listAll=true&_=1365316479323
2013-04-07 00:34:39,334 DEBUG [cloud.api.ApiServlet]
(1161145101@qtp-1008805148-33:null) ===END===  127.0.0.1 -- GET
 command=listTags&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&resourceId=44d56727-6e5f-438a-8187-42adfac7c906&resourceType=Volume&listAll=true&_=1365316479323
2013-04-07 00:34:47,678 DEBUG [agent.manager.AgentManagerImpl]
(AgentManager-Handler-1:null) Ping from 3
2013-04-07 00:34:50,455 DEBUG
[storage.secondary.SecondaryStorageManagerImpl] (secstorage-1:null) Zone 1
is ready to launch secondary storage VM
2013-04-07 00:34:50,557 DEBUG [cloud.consoleproxy.ConsoleProxyManagerImpl]
(consoleproxy-1:null) Zone 1 is ready to launch console proxy
2013-04-07 00:34:50,820 DEBUG
[network.router.VirtualNetworkApplianceManagerImpl]
(RouterStatusMonitor-1:null) Found 0 routers to update status.
2013-04-07 00:34:50,821 DEBUG
[network.router.VirtualNetworkApplianceManagerImpl]
(RouterStatusMonitor-1:null) Found 0 networks to update RvR status.
2013-04-07 00:34:50,850 DEBUG
[network.router.VirtualNetworkApplianceManagerImpl]
(RouterStatusMonitor-1:null) Found 0 routers to update status.
2013-04-07 00:34:50,851 DEBUG
[network.router.VirtualNetworkApplianceManagerImpl]
(RouterStatusMonitor-1:null) Found 0 networks to update RvR status.
2013-04-07 00:34:51,468 INFO  [agent.manager.AgentMonitor] (Thread-11:null)
Found the following agents behind on ping: [6, 5]
2013-04-07 00:34:51,470 DEBUG [cloud.host.Status] (Thread-11:null) Ping
timeout for host 6, do invstigation
2013-04-07 00:34:51,471 DEBUG [cloud.host.Status] (Thread-11:null) Ping
timeout for host 5, do invstigation
2013-04-07 00:34:51,472 INFO  [agent.manager.AgentManagerImpl]
(AgentTaskPool-5:null) Investigating why host 6 has disconnected with event
PingTimeout
2013-04-07 00:34:51,472 DEBUG [agent.manager.AgentManagerImpl]
(AgentTaskPool-5:null) checking if agent (6) is alive
2013-04-07 00:34:51,473 INFO  [agent.manager.AgentManagerImpl]
(AgentTaskPool-6:null) Investigating why host 5 has disconnected with event
PingTimeout
2013-04-07 00:34:51,473 DEBUG [agent.manager.AgentManagerImpl]
(AgentTaskPool-6:null) checking if agent (5) is alive
2013-04-07 00:34:51,475 DEBUG [agent.transport.Request]
(AgentTaskPool-5:null) Seq 6-324993312: Sending  { Cmd , MgmtId: 1, via: 6,
Ver: v1, Flags: 100011, [{"CheckHealthCommand":{"wait":50}}] }
2013-04-07 00:34:51,475 DEBUG [agent.transport.Request]
(AgentTaskPool-5:null) Seq 6-324993312: Executing:  { Cmd , MgmtId: 1, via:
6, Ver: v1, Flags: 100011, [{"CheckHealthCommand":{"wait":50}}] }
2013-04-07 00:34:51,475 DEBUG [agent.manager.DirectAgentAttache]
(DirectAgent-42:null) Seq 6-324993312: Executing request
2013-04-07 00:34:51,476 DEBUG [agent.transport.Request]
(AgentTaskPool-6:null) Seq 5-614334816: Sending  { Cmd , MgmtId: 1, via: 5,
Ver: v1, Flags: 100011, [{"CheckHealthCommand":{"wait":50}}] }
2013-04-07 00:34:51,476 DEBUG [agent.transport.Request]
(AgentTaskPool-6:null) Seq 5-614334816: Executing:  { Cmd , MgmtId: 1, via:
5, Ver: v1, Flags: 100011, [{"CheckHealthCommand":{"wait":50}}] }
2013-04-07 00:34:51,477 DEBUG [agent.manager.DirectAgentAttache]
(DirectAgent-164:null) Seq 5-614334816: Executing request
2013-04-07 00:34:51,534 DEBUG [agent.manager.DirectAgentAttache]
(DirectAgent-164:null) Seq 5-614334816: Response Received:
2013-04-07 00:34:51,535 DEBUG [agent.transport.Request]
(DirectAgent-164:null) Seq 5-614334816: Processing:  { Ans: , MgmtId: 1,
via: 5, Ver: v1, Flags: 10,
[{"CheckHealthAnswer":{"result":true,"details":"resource is
alive","wait":0}}] }
2013-04-07 00:34:51,535 DEBUG [agent.transport.Request]
(AgentTaskPool-6:null) Seq 5-614334816: Received:  { Ans: , MgmtId: 1, via:
5, Ver: v1, Flags: 10, { CheckHealthAnswer } }
2013-04-07 00:34:51,535 DEBUG [agent.manager.AgentManagerImpl]
(AgentTaskPool-6:null) Details from executing class
com.cloud.agent.api.CheckHealthCommand: resource is alive
2013-04-07 00:34:51,535 DEBUG [agent.manager.AgentManagerImpl]
(AgentTaskPool-6:null) agent (5) responded to checkHeathCommand, reporting
that agent is Up
2013-04-07 00:34:51,535 INFO  [agent.manager.AgentManagerImpl]
(AgentTaskPool-6:null) The state determined is Up
2013-04-07 00:34:51,535 INFO  [agent.manager.AgentManagerImpl]
(AgentTaskPool-6:null) Agent is determined to be up and running
2013-04-07 00:34:51,535 DEBUG [cloud.host.Status] (AgentTaskPool-6:null)
Transition:[Resource state = Enabled, Agent event = Ping, Host id = 5, name
= Tut-XenServer2]
2013-04-07 00:34:51,538 DEBUG [cloud.host.Status] (AgentTaskPool-6:null)
Agent status update: [id = 5; name = Tut-XenServer2; old status = Up; event
= Ping; new status = Up; old update count = 148; new update count = 149]
2013-04-07 00:34:51,539 DEBUG [agent.manager.DirectAgentAttache]
(DirectAgent-42:null) Seq 6-324993312: Response Received:
2013-04-07 00:34:51,539 DEBUG [agent.transport.Request]
(DirectAgent-42:null) Seq 6-324993312: Processing:  { Ans: , MgmtId: 1,
via: 6, Ver: v1, Flags: 10,
[{"CheckHealthAnswer":{"result":true,"details":"resource is
alive","wait":0}}] }
2013-04-07 00:34:51,539 DEBUG [agent.transport.Request]
(AgentTaskPool-5:null) Seq 6-324993312: Received:  { Ans: , MgmtId: 1, via:
6, Ver: v1, Flags: 10, { CheckHealthAnswer } }
2013-04-07 00:34:51,539 DEBUG [agent.manager.AgentManagerImpl]
(AgentTaskPool-5:null) Details from executing class
com.cloud.agent.api.CheckHealthCommand: resource is alive
2013-04-07 00:34:51,539 DEBUG [agent.manager.AgentManagerImpl]
(AgentTaskPool-5:null) agent (6) responded to checkHeathCommand, reporting
that agent is Up
2013-04-07 00:34:51,539 INFO  [agent.manager.AgentManagerImpl]
(AgentTaskPool-5:null) The state determined is Up
2013-04-07 00:34:51,539 INFO  [agent.manager.AgentManagerImpl]
(AgentTaskPool-5:null) Agent is determined to be up and running
2013-04-07 00:34:51,539 DEBUG [cloud.host.Status] (AgentTaskPool-5:null)
Transition:[Resource state = Enabled, Agent event = Ping, Host id = 6, name
= Tut-XenServer]
2013-04-07 00:34:51,542 DEBUG [cloud.host.Status] (AgentTaskPool-5:null)
Agent status update: [id = 6; name = Tut-XenServer; old status = Up; event
= Ping; new status = Up; old update count = 311; new update count = 312]
2013-04-07 00:34:54,349 INFO  [cloud.vm.UserVmManagerImpl]
(UserVm-Scavenger-1:null) Found 1 vms to expunge.
2013-04-07 00:34:54,349 DEBUG [cloud.vm.VirtualMachineManagerImpl]
(UserVm-Scavenger-1:null) Stopped called on
VM[User|a30b991d-1c38-4bae-803f-ab3be57a384f] but the state is Error
2013-04-07 00:34:54,352 DEBUG [cloud.capacity.CapacityManagerImpl]
(UserVm-Scavenger-1:null) VM state transitted from :Error to Expunging with
event: ExpungeOperationvm's original host id: null new host id: null host
id before state transition: null
2013-04-07 00:34:54,352 DEBUG [cloud.vm.VirtualMachineManagerImpl]
(UserVm-Scavenger-1:null) Destroying vm
VM[User|a30b991d-1c38-4bae-803f-ab3be57a384f]
2013-04-07 00:34:54,352 DEBUG [cloud.vm.VirtualMachineManagerImpl]
(UserVm-Scavenger-1:null) Cleaning up NICS
2013-04-07 00:34:54,352 DEBUG [cloud.network.NetworkManagerImpl]
(UserVm-Scavenger-1:null) Cleaning network for vm: 14
2013-04-07 00:34:54,360 DEBUG [network.guru.DirectNetworkGuru]
(UserVm-Scavenger-1:null) Deallocate network: networkId: 204, ip: null
2013-04-07 00:34:54,362 DEBUG [cloud.network.NetworkManagerImpl]
(UserVm-Scavenger-1:null) Removed nic id=20
2013-04-07 00:34:54,362 DEBUG [cloud.storage.StorageManagerImpl]
(UserVm-Scavenger-1:null) Cleaning storage for vm: 14
2013-04-07 00:34:54,363 DEBUG [cloud.storage.StorageManagerImpl]
(UserVm-Scavenger-1:null) Expunging Vol[14|vm=14|ROOT]
2013-04-07 00:34:54,365 DEBUG [cloud.storage.StorageManagerImpl]
(UserVm-Scavenger-1:null) Marking volume that was never created as
destroyed: Vol[14|vm=14|ROOT]
2013-04-07 00:34:54,368 DEBUG [cloud.vm.VirtualMachineManagerImpl]
(UserVm-Scavenger-1:null) Expunged
VM[User|a30b991d-1c38-4bae-803f-ab3be57a384f]
2013-04-07 00:34:54,368 DEBUG [cloud.vm.UserVmManagerImpl]
(UserVm-Scavenger-1:null) Starting cleaning up vm
VM[User|a30b991d-1c38-4bae-803f-ab3be57a384f] resources...
2013-04-07 00:34:54,371 INFO  [network.security.SecurityGroupManagerImpl]
(UserVm-Scavenger-1:null) Disassociated 1 network groups  from uservm 14
2013-04-07 00:34:54,372 DEBUG [network.security.SecurityGroupManagerImpl]
(UserVm-Scavenger-1:null) Security group mappings are removed successfully
for vm id=14
2013-04-07 00:34:54,376 DEBUG [network.firewall.FirewallManagerImpl]
(UserVm-Scavenger-1:null) No firewall rules are found for vm id=14
2013-04-07 00:34:54,376 DEBUG [cloud.vm.UserVmManagerImpl]
(UserVm-Scavenger-1:null) Firewall rules are removed successfully as a part
of vm id=14 expunge
2013-04-07 00:34:54,378 DEBUG [network.rules.RulesManagerImpl]
(UserVm-Scavenger-1:null) No port forwarding rules are found for vm id=14
2013-04-07 00:34:54,378 DEBUG [cloud.vm.UserVmManagerImpl]
(UserVm-Scavenger-1:null) Port forwarding rules are removed successfully as
a part of vm id=14 expunge
2013-04-07 00:34:54,379 DEBUG [cloud.vm.UserVmManagerImpl]
(UserVm-Scavenger-1:null) Removed vm id=14 from all load balancers as a
part of expunge process
2013-04-07 00:34:54,379 DEBUG [cloud.vm.UserVmManagerImpl]
(UserVm-Scavenger-1:null) Successfully cleaned up vm
VM[User|a30b991d-1c38-4bae-803f-ab3be57a384f] resources as a part of
expunge process
2013-04-07 00:34:54,873 DEBUG [cloud.api.ApiServlet]
(1161145101@qtp-1008805148-33:null) ===START===  127.0.0.1 -- GET
 command=listVirtualMachines&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&listAll=true&page=1&pagesize=20&_=1365316494871
2013-04-07 00:34:54,891 DEBUG [cloud.api.ApiServlet]
(1161145101@qtp-1008805148-33:null) ===END===  127.0.0.1 -- GET
 command=listVirtualMachines&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&listAll=true&page=1&pagesize=20&_=1365316494871
2013-04-07 00:34:57,672 DEBUG [cloud.api.ApiServlet]
(1161145101@qtp-1008805148-33:null) ===START===  127.0.0.1 -- GET
 command=listZones&id=3a62dec3-cf95-4ba2-9af0-af2190af35e3&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316497670
2013-04-07 00:34:57,679 DEBUG [cloud.api.ApiServlet]
(1161145101@qtp-1008805148-33:null) ===END===  127.0.0.1 -- GET
 command=listZones&id=3a62dec3-cf95-4ba2-9af0-af2190af35e3&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316497670
2013-04-07 00:34:57,683 DEBUG [cloud.api.ApiServlet]
(1161145101@qtp-1008805148-33:null) ===START===  127.0.0.1 -- GET
 command=listNetworks&id=9d28211f-440e-4233-86d1-214b404074eb&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316497681
2013-04-07 00:34:57,708 DEBUG [cloud.api.ApiServlet]
(1161145101@qtp-1008805148-33:null) ===END===  127.0.0.1 -- GET
 command=listNetworks&id=9d28211f-440e-4233-86d1-214b404074eb&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316497681
2013-04-07 00:34:57,714 DEBUG [cloud.api.ApiServlet]
(1161145101@qtp-1008805148-33:null) ===START===  127.0.0.1 -- GET
 command=listVirtualMachines&id=94ddc16f-04fc-4da1-8326-01d8d5cdeb44&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316497712
2013-04-07 00:34:57,731 DEBUG [cloud.api.ApiServlet]
(1161145101@qtp-1008805148-33:null) ===END===  127.0.0.1 -- GET
 command=listVirtualMachines&id=94ddc16f-04fc-4da1-8326-01d8d5cdeb44&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316497712
2013-04-07 00:34:57,738 DEBUG [cloud.api.ApiServlet]
(1161145101@qtp-1008805148-33:null) ===START===  127.0.0.1 -- GET
 command=listOsTypes&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316497736
2013-04-07 00:34:57,754 DEBUG [cloud.api.ApiServlet]
(1109449945@qtp-1008805148-34:null) ===START===  127.0.0.1 -- GET
 command=listTags&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&resourceId=94ddc16f-04fc-4da1-8326-01d8d5cdeb44&resourceType=UserVm&listAll=true&_=1365316497750
2013-04-07 00:34:57,763 DEBUG [cloud.api.ApiServlet]
(1109449945@qtp-1008805148-34:null) ===END===  127.0.0.1 -- GET
 command=listTags&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&resourceId=94ddc16f-04fc-4da1-8326-01d8d5cdeb44&resourceType=UserVm&listAll=true&_=1365316497750
2013-04-07 00:34:57,889 DEBUG [cloud.api.ApiServlet]
(1161145101@qtp-1008805148-33:null) ===END===  127.0.0.1 -- GET
 command=listOsTypes&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316497736
2013-04-07 00:35:01,051 DEBUG [cloud.api.ApiServlet]
(1109449945@qtp-1008805148-34:null) ===START===  127.0.0.1 -- GET
 command=listServiceOfferings&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&listAll=true&page=1&pagesize=20&issystem=false&_=1365316501047
2013-04-07 00:35:01,064 DEBUG [cloud.api.ApiServlet]
(1109449945@qtp-1008805148-34:null) ===END===  127.0.0.1 -- GET
 command=listServiceOfferings&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&listAll=true&page=1&pagesize=20&issystem=false&_=1365316501047
2013-04-07 00:35:03,427 DEBUG [cloud.api.ApiServlet]
(1109449945@qtp-1008805148-34:null) ===START===  127.0.0.1 -- GET
 command=listServiceOfferings&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&issystem=false&id=425cf3cf-4bc4-4e53-82a0-ba6c20dd3688&_=1365316503425
2013-04-07 00:35:03,439 DEBUG [cloud.api.ApiServlet]
(1109449945@qtp-1008805148-34:null) ===END===  127.0.0.1 -- GET
 command=listServiceOfferings&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&issystem=false&id=425cf3cf-4bc4-4e53-82a0-ba6c20dd3688&_=1365316503425
2013-04-07 00:35:04,848 DEBUG [agent.manager.DirectAgentAttache]
(DirectAgent-349:null) Ping from 6
2013-04-07 00:35:06,206 DEBUG [agent.manager.DirectAgentAttache]
(DirectAgent-292:null) Ping from 5
2013-04-07 00:35:06,909 DEBUG [agent.manager.DirectAgentAttache]
(DirectAgent-334:null) Seq 6-324993028: Executing request
2013-04-07 00:35:07,112 DEBUG [agent.manager.DirectAgentAttache]
(DirectAgent-334:null) Seq 6-324993028: Response Received:
2013-04-07 00:35:07,112 DEBUG [agent.transport.Request]
(DirectAgent-334:null) Seq 6-324993028: Processing:  { Ans: , MgmtId: 1,
via: 6, Ver: v1, Flags: 10,
[{"ClusterSyncAnswer":{"_clusterId":2,"_newStates":{},"_isExecuted":false,"result":true,"wait":0}}]
}
2013-04-07 00:35:08,821 DEBUG [cloud.api.ApiServlet]
(1109449945@qtp-1008805148-34:null) ===START===  127.0.0.1 -- GET
 command=listConfigurations&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&page=1&pagesize=20&_=1365316508819
2013-04-07 00:35:08,845 DEBUG [cloud.api.ApiServlet]
(1109449945@qtp-1008805148-34:null) ===END===  127.0.0.1 -- GET
 command=listConfigurations&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&page=1&pagesize=20&_=1365316508819
2013-04-07 00:35:10,407 DEBUG [cloud.api.ApiServlet]
(1109449945@qtp-1008805148-34:null) ===START===  127.0.0.1 -- GET
 command=listZones&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316510405
2013-04-07 00:35:10,416 DEBUG [cloud.api.ApiServlet]
(1109449945@qtp-1008805148-34:null) ===END===  127.0.0.1 -- GET
 command=listZones&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316510405
2013-04-07 00:35:10,429 DEBUG [cloud.api.ApiServlet]
(1109449945@qtp-1008805148-34:null) ===START===  127.0.0.1 -- GET
 command=listPods&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&page=1&pagesize=1&_=1365316510426
2013-04-07 00:35:10,436 DEBUG [cloud.api.ApiServlet]
(1109449945@qtp-1008805148-34:null) ===END===  127.0.0.1 -- GET
 command=listPods&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&page=1&pagesize=1&_=1365316510426
2013-04-07 00:35:10,440 DEBUG [cloud.api.ApiServlet]
(1109449945@qtp-1008805148-34:null) ===START===  127.0.0.1 -- GET
 command=listClusters&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&page=1&pagesize=1&_=1365316510438
2013-04-07 00:35:10,448 DEBUG [cloud.api.ApiServlet]
(1109449945@qtp-1008805148-34:null) ===END===  127.0.0.1 -- GET
 command=listClusters&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&page=1&pagesize=1&_=1365316510438
2013-04-07 00:35:10,451 DEBUG [cloud.api.ApiServlet]
(1109449945@qtp-1008805148-34:null) ===START===  127.0.0.1 -- GET
 command=listHosts&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&type=routing&page=1&pagesize=1&_=1365316510449
2013-04-07 00:35:10,456 DEBUG [api.query.QueryManagerImpl]
(1109449945@qtp-1008805148-34:null) >>>Searching for hosts>>>
2013-04-07 00:35:10,461 DEBUG [api.query.QueryManagerImpl]
(1109449945@qtp-1008805148-34:null) >>>Generating Response>>>
2013-04-07 00:35:10,466 DEBUG [cloud.api.ApiServlet]
(1109449945@qtp-1008805148-34:null) ===END===  127.0.0.1 -- GET
 command=listHosts&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&type=routing&page=1&pagesize=1&_=1365316510449
2013-04-07 00:35:10,470 DEBUG [cloud.api.ApiServlet]
(1109449945@qtp-1008805148-34:null) ===START===  127.0.0.1 -- GET
 command=listStoragePools&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&page=1&pagesize=1&_=1365316510468
2013-04-07 00:35:10,479 DEBUG [cloud.api.ApiServlet]
(1109449945@qtp-1008805148-34:null) ===END===  127.0.0.1 -- GET
 command=listStoragePools&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&page=1&pagesize=1&_=1365316510468
2013-04-07 00:35:10,483 DEBUG [cloud.api.ApiServlet]
(1109449945@qtp-1008805148-34:null) ===START===  127.0.0.1 -- GET
 command=listHosts&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&type=SecondaryStorage&page=1&pagesize=1&_=1365316510481
2013-04-07 00:35:10,488 DEBUG [api.query.QueryManagerImpl]
(1109449945@qtp-1008805148-34:null) >>>Searching for hosts>>>
2013-04-07 00:35:10,493 DEBUG [api.query.QueryManagerImpl]
(1109449945@qtp-1008805148-34:null) >>>Generating Response>>>
2013-04-07 00:35:10,494 DEBUG [cloud.api.ApiServlet]
(1109449945@qtp-1008805148-34:null) ===END===  127.0.0.1 -- GET
 command=listHosts&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&type=SecondaryStorage&page=1&pagesize=1&_=1365316510481
2013-04-07 00:35:10,500 DEBUG [cloud.api.ApiServlet]
(1109449945@qtp-1008805148-34:null) ===START===  127.0.0.1 -- GET
 command=listSystemVms&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&page=1&pagesize=1&_=1365316510496
2013-04-07 00:35:10,564 DEBUG [cloud.api.ApiServlet]
(1109449945@qtp-1008805148-34:null) ===END===  127.0.0.1 -- GET
 command=listSystemVms&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&page=1&pagesize=1&_=1365316510496
2013-04-07 00:35:10,568 DEBUG [cloud.api.ApiServlet]
(1109449945@qtp-1008805148-34:null) ===START===  127.0.0.1 -- GET
 command=listRouters&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&projectid=-1&page=1&pagesize=1&_=1365316510566
2013-04-07 00:35:10,576 DEBUG [cloud.api.ApiServlet]
(1109449945@qtp-1008805148-34:null) ===END===  127.0.0.1 -- GET
 command=listRouters&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&projectid=-1&page=1&pagesize=1&_=1365316510566
2013-04-07 00:35:10,579 DEBUG [cloud.api.ApiServlet]
(1109449945@qtp-1008805148-34:null) ===START===  127.0.0.1 -- GET
 command=listRouters&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&listAll=true&page=1&pagesize=1&_=1365316510577
2013-04-07 00:35:10,591 DEBUG [cloud.api.ApiServlet]
(1109449945@qtp-1008805148-34:null) ===END===  127.0.0.1 -- GET
 command=listRouters&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&listAll=true&page=1&pagesize=1&_=1365316510577
2013-04-07 00:35:10,595 DEBUG [cloud.api.ApiServlet]
(1109449945@qtp-1008805148-34:null) ===START===  127.0.0.1 -- GET
 command=listCapacity&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316510593
2013-04-07 00:35:10,609 DEBUG [cloud.api.ApiServlet]
(1109449945@qtp-1008805148-34:null) ===END===  127.0.0.1 -- GET
 command=listCapacity&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316510593
2013-04-07 00:35:11,022 DEBUG [agent.manager.DirectAgentAttache]
(DirectAgent-298:null) Seq 5-614334468: Executing request
2013-04-07 00:35:11,171 DEBUG [agent.manager.DirectAgentAttache]
(DirectAgent-298:null) Seq 5-614334468: Response Received:
2013-04-07 00:35:11,172 DEBUG [agent.transport.Request]
(DirectAgent-298:null) Seq 5-614334468: Processing:  { Ans: , MgmtId: 1,
via: 5, Ver: v1, Flags: 10, [{"Answer":{"result":true,"wait":0}}] }
2013-04-07 00:35:12,493 DEBUG [cloud.api.ApiServlet]
(1109449945@qtp-1008805148-34:null) ===START===  127.0.0.1 -- GET
 command=listStoragePools&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&page=1&pageSize=20&listAll=true&_=1365316512490
2013-04-07 00:35:12,508 DEBUG [cloud.api.ApiServlet]
(1109449945@qtp-1008805148-34:null) ===END===  127.0.0.1 -- GET
 command=listStoragePools&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&page=1&pageSize=20&listAll=true&_=1365316512490
2013-04-07 00:35:18,008 DEBUG [cloud.api.ApiServlet]
(1109449945@qtp-1008805148-34:null) ===START===  127.0.0.1 -- GET
 command=listZones&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&id=3a62dec3-cf95-4ba2-9af0-af2190af35e3&_=1365316518006
2013-04-07 00:35:18,016 DEBUG [cloud.api.ApiServlet]
(1109449945@qtp-1008805148-34:null) ===END===  127.0.0.1 -- GET
 command=listZones&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&id=3a62dec3-cf95-4ba2-9af0-af2190af35e3&_=1365316518006
2013-04-07 00:35:18,022 DEBUG [cloud.api.ApiServlet]
(1109449945@qtp-1008805148-34:null) ===START===  127.0.0.1 -- GET
 command=listStoragePools&id=iSCSI_SR_4&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316518019
2013-04-07 00:35:18,036 DEBUG [cloud.api.ApiServlet]
(1109449945@qtp-1008805148-34:null) ===END===  127.0.0.1 -- GET
 command=listStoragePools&id=iSCSI_SR_4&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316518019
2013-04-07 00:35:20,457 DEBUG
[storage.secondary.SecondaryStorageManagerImpl] (secstorage-1:null) Zone 1
is ready to launch secondary storage VM
2013-04-07 00:35:20,560 DEBUG [cloud.consoleproxy.ConsoleProxyManagerImpl]
(consoleproxy-1:null) Zone 1 is ready to launch console proxy
2013-04-07 00:35:20,820 DEBUG
[network.router.VirtualNetworkApplianceManagerImpl]
(RouterStatusMonitor-1:null) Found 0 routers to update status.
2013-04-07 00:35:20,821 DEBUG
[network.router.VirtualNetworkApplianceManagerImpl]
(RouterStatusMonitor-1:null) Found 0 networks to update RvR status.
2013-04-07 00:35:20,850 DEBUG
[network.router.VirtualNetworkApplianceManagerImpl]
(RouterStatusMonitor-1:null) Found 0 routers to update status.
2013-04-07 00:35:20,851 DEBUG
[network.router.VirtualNetworkApplianceManagerImpl]
(RouterStatusMonitor-1:null) Found 0 networks to update RvR status.
2013-04-07 00:35:23,644 DEBUG [cloud.api.ApiServlet]
(1109449945@qtp-1008805148-34:null) ===START===  127.0.0.1 -- GET
 command=listZones&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&id=3a62dec3-cf95-4ba2-9af0-af2190af35e3&_=1365316523642
2013-04-07 00:35:23,652 DEBUG [cloud.api.ApiServlet]
(1109449945@qtp-1008805148-34:null) ===END===  127.0.0.1 -- GET
 command=listZones&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&id=3a62dec3-cf95-4ba2-9af0-af2190af35e3&_=1365316523642
2013-04-07 00:35:23,657 DEBUG [cloud.api.ApiServlet]
(1109449945@qtp-1008805148-34:null) ===START===  127.0.0.1 -- GET
 command=listStoragePools&id=iSCSI_SR_3&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316523655
2013-04-07 00:35:23,670 DEBUG [cloud.api.ApiServlet]
(1109449945@qtp-1008805148-34:null) ===END===  127.0.0.1 -- GET
 command=listStoragePools&id=iSCSI_SR_3&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316523655
2013-04-07 00:35:24,890 DEBUG [agent.manager.AgentManagerImpl]
(AgentManager-Handler-2:null) Ping from 4
2013-04-07 00:35:25,447 DEBUG [cloud.api.ApiServlet]
(1109449945@qtp-1008805148-34:null) ===START===  127.0.0.1 -- GET
 command=listZones&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316525443
2013-04-07 00:35:25,456 DEBUG [cloud.api.ApiServlet]
(1109449945@qtp-1008805148-34:null) ===END===  127.0.0.1 -- GET
 command=listZones&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316525443
2013-04-07 00:35:25,467 DEBUG [cloud.api.ApiServlet]
(1109449945@qtp-1008805148-34:null) ===START===  127.0.0.1 -- GET
 command=listPods&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&page=1&pagesize=1&_=1365316525465
2013-04-07 00:35:25,474 DEBUG [cloud.api.ApiServlet]
(1109449945@qtp-1008805148-34:null) ===END===  127.0.0.1 -- GET
 command=listPods&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&page=1&pagesize=1&_=1365316525465
2013-04-07 00:35:25,477 DEBUG [cloud.api.ApiServlet]
(1109449945@qtp-1008805148-34:null) ===START===  127.0.0.1 -- GET
 command=listClusters&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&page=1&pagesize=1&_=1365316525475
2013-04-07 00:35:25,485 DEBUG [cloud.api.ApiServlet]
(1109449945@qtp-1008805148-34:null) ===END===  127.0.0.1 -- GET
 command=listClusters&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&page=1&pagesize=1&_=1365316525475
2013-04-07 00:35:25,488 DEBUG [cloud.api.ApiServlet]
(1109449945@qtp-1008805148-34:null) ===START===  127.0.0.1 -- GET
 command=listHosts&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&type=routing&page=1&pagesize=1&_=1365316525486
2013-04-07 00:35:25,493 DEBUG [api.query.QueryManagerImpl]
(1109449945@qtp-1008805148-34:null) >>>Searching for hosts>>>
2013-04-07 00:35:25,498 DEBUG [api.query.QueryManagerImpl]
(1109449945@qtp-1008805148-34:null) >>>Generating Response>>>
2013-04-07 00:35:25,504 DEBUG [cloud.api.ApiServlet]
(1109449945@qtp-1008805148-34:null) ===END===  127.0.0.1 -- GET
 command=listHosts&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&type=routing&page=1&pagesize=1&_=1365316525486
2013-04-07 00:35:25,507 DEBUG [cloud.api.ApiServlet]
(1109449945@qtp-1008805148-34:null) ===START===  127.0.0.1 -- GET
 command=listStoragePools&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&page=1&pagesize=1&_=1365316525505
2013-04-07 00:35:25,517 DEBUG [cloud.api.ApiServlet]
(1109449945@qtp-1008805148-34:null) ===END===  127.0.0.1 -- GET
 command=listStoragePools&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&page=1&pagesize=1&_=1365316525505
2013-04-07 00:35:25,522 DEBUG [cloud.api.ApiServlet]
(1109449945@qtp-1008805148-34:null) ===START===  127.0.0.1 -- GET
 command=listHosts&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&type=SecondaryStorage&page=1&pagesize=1&_=1365316525519
2013-04-07 00:35:25,526 DEBUG [api.query.QueryManagerImpl]
(1109449945@qtp-1008805148-34:null) >>>Searching for hosts>>>
2013-04-07 00:35:25,531 DEBUG [api.query.QueryManagerImpl]
(1109449945@qtp-1008805148-34:null) >>>Generating Response>>>
2013-04-07 00:35:25,533 DEBUG [cloud.api.ApiServlet]
(1109449945@qtp-1008805148-34:null) ===END===  127.0.0.1 -- GET
 command=listHosts&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&type=SecondaryStorage&page=1&pagesize=1&_=1365316525519
2013-04-07 00:35:25,536 DEBUG [cloud.api.ApiServlet]
(1109449945@qtp-1008805148-34:null) ===START===  127.0.0.1 -- GET
 command=listSystemVms&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&page=1&pagesize=1&_=1365316525534
2013-04-07 00:35:25,591 DEBUG [cloud.api.ApiServlet]
(1109449945@qtp-1008805148-34:null) ===END===  127.0.0.1 -- GET
 command=listSystemVms&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&page=1&pagesize=1&_=1365316525534
2013-04-07 00:35:25,595 DEBUG [cloud.api.ApiServlet]
(1109449945@qtp-1008805148-34:null) ===START===  127.0.0.1 -- GET
 command=listRouters&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&projectid=-1&page=1&pagesize=1&_=1365316525593
2013-04-07 00:35:25,603 DEBUG [cloud.api.ApiServlet]
(1109449945@qtp-1008805148-34:null) ===END===  127.0.0.1 -- GET
 command=listRouters&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&projectid=-1&page=1&pagesize=1&_=1365316525593
2013-04-07 00:35:25,606 DEBUG [cloud.api.ApiServlet]
(1109449945@qtp-1008805148-34:null) ===START===  127.0.0.1 -- GET
 command=listRouters&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&listAll=true&page=1&pagesize=1&_=1365316525604
2013-04-07 00:35:25,617 DEBUG [cloud.api.ApiServlet]
(1109449945@qtp-1008805148-34:null) ===END===  127.0.0.1 -- GET
 command=listRouters&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&listAll=true&page=1&pagesize=1&_=1365316525604
2013-04-07 00:35:25,621 DEBUG [cloud.api.ApiServlet]
(1109449945@qtp-1008805148-34:null) ===START===  127.0.0.1 -- GET
 command=listCapacity&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316525619
2013-04-07 00:35:25,634 DEBUG [cloud.api.ApiServlet]
(1109449945@qtp-1008805148-34:null) ===END===  127.0.0.1 -- GET
 command=listCapacity&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316525619
2013-04-07 00:35:27,158 DEBUG [agent.manager.DirectAgentAttache]
(DirectAgent-276:null) Ping from 1
2013-04-07 00:35:29,095 DEBUG [agent.manager.DirectAgentAttache]
(DirectAgent-139:null) Seq 1-90046472: Executing request
2013-04-07 00:35:29,302 DEBUG [agent.manager.DirectAgentAttache]
(DirectAgent-139:null) Seq 1-90046472: Response Received:
2013-04-07 00:35:29,303 DEBUG [agent.transport.Request]
(DirectAgent-139:null) Seq 1-90046472: Processing:  { Ans: , MgmtId: 1,
via: 1, Ver: v1, Flags: 10,
[{"ClusterSyncAnswer":{"_clusterId":1,"_newStates":{},"_isExecuted":false,"result":true,"wait":0}}]
}
2013-04-07 00:35:31,624 DEBUG [cloud.api.ApiServlet]
(1109449945@qtp-1008805148-34:null) ===START===  127.0.0.1 -- GET
 command=listVirtualMachines&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&listAll=true&page=1&pagesize=20&_=1365316531622
2013-04-07 00:35:31,644 DEBUG [cloud.api.ApiServlet]
(1109449945@qtp-1008805148-34:null) ===END===  127.0.0.1 -- GET
 command=listVirtualMachines&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&listAll=true&page=1&pagesize=20&_=1365316531622
2013-04-07 00:35:32,710 DEBUG [cloud.api.ApiServlet]
(1109449945@qtp-1008805148-34:null) ===START===  127.0.0.1 -- GET
 command=listVolumes&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&listAll=true&page=1&pagesize=20&_=1365316532708
2013-04-07 00:35:32,724 DEBUG [cloud.api.ApiServlet]
(1109449945@qtp-1008805148-34:null) ===END===  127.0.0.1 -- GET
 command=listVolumes&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&listAll=true&page=1&pagesize=20&_=1365316532708
2013-04-07 00:35:33,917 DEBUG [cloud.api.ApiServlet]
(1109449945@qtp-1008805148-34:null) ===START===  127.0.0.1 -- GET
 command=listVirtualMachines&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&listAll=true&page=1&pagesize=20&_=1365316533915
2013-04-07 00:35:33,935 DEBUG [cloud.api.ApiServlet]
(1109449945@qtp-1008805148-34:null) ===END===  127.0.0.1 -- GET
 command=listVirtualMachines&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&listAll=true&page=1&pagesize=20&_=1365316533915
2013-04-07 00:35:35,668 DEBUG [cloud.api.ApiServlet]
(1109449945@qtp-1008805148-34:null) ===START===  127.0.0.1 -- GET
 command=listVirtualMachines&id=c18ddf7c-fc61-40b0-af75-fdef05f8eae6&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316535666
2013-04-07 00:35:35,689 DEBUG [cloud.api.ApiServlet]
(1109449945@qtp-1008805148-34:null) ===END===  127.0.0.1 -- GET
 command=listVirtualMachines&id=c18ddf7c-fc61-40b0-af75-fdef05f8eae6&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316535666
2013-04-07 00:35:35,695 DEBUG [cloud.api.ApiServlet]
(1109449945@qtp-1008805148-34:null) ===START===  127.0.0.1 -- GET
 command=listOsTypes&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316535693
2013-04-07 00:35:35,873 DEBUG [cloud.api.ApiServlet]
(1109449945@qtp-1008805148-34:null) ===END===  127.0.0.1 -- GET
 command=listOsTypes&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316535693
2013-04-07 00:35:39,081 DEBUG [cloud.api.ApiServlet]
(1109449945@qtp-1008805148-34:null) ===START===  127.0.0.1 -- GET
 command=destroyVirtualMachine&id=c18ddf7c-fc61-40b0-af75-fdef05f8eae6&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316539079
2013-04-07 00:35:39,103 DEBUG [cloud.async.AsyncJobManagerImpl]
(1109449945@qtp-1008805148-34:null) submit async job-45, details:
AsyncJobVO {id:45, userId: 2, accountId: 2, sessionKey: null, instanceType:
null, instanceId: 12, cmd:
org.apache.cloudstack.api.command.user.vm.DestroyVMCmd, cmdOriginator:
null, cmdInfo:
{"id":"c18ddf7c-fc61-40b0-af75-fdef05f8eae6","response":"json","sessionkey":"Z6QqzU0Fq1iT13bMgnRRfl8GoVA\u003d","ctxUserId":"2","_":"1365316539079","ctxAccountId":"2","ctxStartEventId":"50"},
cmdVersion: 0, callbackType: 0, callbackAddress: null, status: 0,
processStatus: 0, resultCode: 0, result: null, initMsid: 1, completeMsid:
null, lastUpdated: null, lastPolled: null, created: null}
2013-04-07 00:35:39,104 DEBUG [cloud.async.AsyncJobManagerImpl]
(Job-Executor-38:job-45) Executing
org.apache.cloudstack.api.command.user.vm.DestroyVMCmd for job-45
2013-04-07 00:35:39,105 DEBUG [cloud.api.ApiServlet]
(1109449945@qtp-1008805148-34:null) ===END===  127.0.0.1 -- GET
 command=destroyVirtualMachine&id=c18ddf7c-fc61-40b0-af75-fdef05f8eae6&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316539079
2013-04-07 00:35:39,119 DEBUG [cloud.vm.VirtualMachineManagerImpl]
(Job-Executor-38:job-45) Destroying vm
VM[User|c18ddf7c-fc61-40b0-af75-fdef05f8eae6]
2013-04-07 00:35:39,123 DEBUG [cloud.capacity.CapacityManagerImpl]
(Job-Executor-38:job-45) VM state transitted from :Running to Stopping with
event: StopRequestedvm's original host id: 5 new host id: 5 host id before
state transition: 5
2013-04-07 00:35:39,125 DEBUG [agent.transport.Request]
(Job-Executor-38:job-45) Seq 5-614334817: Sending  { Cmd , MgmtId: 1, via:
5, Ver: v1, Flags: 100111,
[{"StopCommand":{"isProxy":false,"vmName":"i-2-12-VM","wait":0}}] }
2013-04-07 00:35:39,125 DEBUG [agent.transport.Request]
(Job-Executor-38:job-45) Seq 5-614334817: Executing:  { Cmd , MgmtId: 1,
via: 5, Ver: v1, Flags: 100111,
[{"StopCommand":{"isProxy":false,"vmName":"i-2-12-VM","wait":0}}] }
2013-04-07 00:35:39,125 DEBUG [agent.manager.DirectAgentAttache]
(DirectAgent-414:null) Seq 5-614334817: Executing request
2013-04-07 00:35:39,289 DEBUG [xen.resource.CitrixResourceBase]
(DirectAgent-414:null) 9. The VM i-2-12-VM is in Stopping state
2013-04-07 00:35:39,720 INFO  [xen.resource.CitrixResourceBase]
(DirectAgent-414:null) Removed  network rules for vm i-2-12-VM
2013-04-07 00:35:42,113 DEBUG [cloud.api.ApiServlet]
(1109449945@qtp-1008805148-34:null) ===START===  127.0.0.1 -- GET
 command=queryAsyncJobResult&jobId=1288fa5b-8b5f-4952-b056-b180437edfd5&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316542111
2013-04-07 00:35:42,127 DEBUG [cloud.api.ApiServlet]
(1109449945@qtp-1008805148-34:null) ===END===  127.0.0.1 -- GET
 command=queryAsyncJobResult&jobId=1288fa5b-8b5f-4952-b056-b180437edfd5&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316542111
2013-04-07 00:35:45,114 DEBUG [cloud.api.ApiServlet]
(1109449945@qtp-1008805148-34:null) ===START===  127.0.0.1 -- GET
 command=queryAsyncJobResult&jobId=1288fa5b-8b5f-4952-b056-b180437edfd5&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316545112
2013-04-07 00:35:45,129 DEBUG [cloud.api.ApiServlet]
(1109449945@qtp-1008805148-34:null) ===END===  127.0.0.1 -- GET
 command=queryAsyncJobResult&jobId=1288fa5b-8b5f-4952-b056-b180437edfd5&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316545112
2013-04-07 00:35:47,682 DEBUG [agent.manager.AgentManagerImpl]
(AgentManager-Handler-3:null) Ping from 3
2013-04-07 00:35:48,115 DEBUG [cloud.api.ApiServlet]
(1109449945@qtp-1008805148-34:null) ===START===  127.0.0.1 -- GET
 command=queryAsyncJobResult&jobId=1288fa5b-8b5f-4952-b056-b180437edfd5&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316548112
2013-04-07 00:35:48,133 DEBUG [cloud.api.ApiServlet]
(1109449945@qtp-1008805148-34:null) ===END===  127.0.0.1 -- GET
 command=queryAsyncJobResult&jobId=1288fa5b-8b5f-4952-b056-b180437edfd5&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316548112
2013-04-07 00:35:50,456 DEBUG
[storage.secondary.SecondaryStorageManagerImpl] (secstorage-1:null) Zone 1
is ready to launch secondary storage VM
2013-04-07 00:35:50,564 DEBUG [cloud.consoleproxy.ConsoleProxyManagerImpl]
(consoleproxy-1:null) Zone 1 is ready to launch console proxy
2013-04-07 00:35:50,819 DEBUG
[network.router.VirtualNetworkApplianceManagerImpl]
(RouterStatusMonitor-1:null) Found 0 routers to update status.
2013-04-07 00:35:50,821 DEBUG
[network.router.VirtualNetworkApplianceManagerImpl]
(RouterStatusMonitor-1:null) Found 0 networks to update RvR status.
2013-04-07 00:35:50,851 DEBUG
[network.router.VirtualNetworkApplianceManagerImpl]
(RouterStatusMonitor-1:null) Found 0 routers to update status.
2013-04-07 00:35:50,852 DEBUG
[network.router.VirtualNetworkApplianceManagerImpl]
(RouterStatusMonitor-1:null) Found 0 networks to update RvR status.
2013-04-07 00:35:51,117 DEBUG [cloud.api.ApiServlet]
(1109449945@qtp-1008805148-34:null) ===START===  127.0.0.1 -- GET
 command=queryAsyncJobResult&jobId=1288fa5b-8b5f-4952-b056-b180437edfd5&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316551115
2013-04-07 00:35:51,132 DEBUG [cloud.api.ApiServlet]
(1109449945@qtp-1008805148-34:null) ===END===  127.0.0.1 -- GET
 command=queryAsyncJobResult&jobId=1288fa5b-8b5f-4952-b056-b180437edfd5&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316551115
2013-04-07 00:35:51,242 DEBUG [xen.resource.CitrixResourceBase]
(DirectAgent-414:null) 10. The VM i-2-12-VM is in Stopped state
2013-04-07 00:35:51,242 DEBUG [agent.manager.DirectAgentAttache]
(DirectAgent-414:null) Seq 5-614334817: Response Received:
2013-04-07 00:35:51,243 DEBUG [agent.transport.Request]
(DirectAgent-414:null) Seq 5-614334817: Processing:  { Ans: , MgmtId: 1,
via: 5, Ver: v1, Flags: 110,
[{"StopAnswer":{"vncPort":0,"result":true,"details":"Stop VM i-2-12-VM
Succeed","wait":0}}] }
2013-04-07 00:35:51,243 DEBUG [agent.transport.Request]
(Job-Executor-38:job-45) Seq 5-614334817: Received:  { Ans: , MgmtId: 1,
via: 5, Ver: v1, Flags: 110, { StopAnswer } }
2013-04-07 00:35:51,243 DEBUG [agent.manager.AgentAttache]
(DirectAgent-414:null) Seq 5-614334817: No more commands found
2013-04-07 00:35:51,244 DEBUG [cloud.vm.VirtualMachineManagerImpl]
(Job-Executor-38:job-45) VM[User|c18ddf7c-fc61-40b0-af75-fdef05f8eae6] is
stopped on the host.  Proceeding to release resource held.
2013-04-07 00:35:51,251 DEBUG [cloud.network.NetworkManagerImpl]
(Job-Executor-38:job-45) Changing active number of nics for network id=204
on -1
2013-04-07 00:35:51,252 DEBUG [cloud.network.NetworkManagerImpl]
(Job-Executor-38:job-45) Asking ElasticLoadBalancerElement to release
Nic[18-12-6416c373-20d8-4617-8dcb-30a8ff9d0f34-192.168.56.195]
2013-04-07 00:35:51,252 DEBUG [cloud.network.NetworkManagerImpl]
(Job-Executor-38:job-45) Asking NiciraNvpElement to release
Nic[18-12-6416c373-20d8-4617-8dcb-30a8ff9d0f34-192.168.56.195]
2013-04-07 00:35:51,252 DEBUG [network.element.NiciraNvpElement]
(Job-Executor-38:job-45) Checking if NiciraNvpElement can handle service
Connectivity on network guestNetworkForBasicZone
2013-04-07 00:35:51,252 DEBUG [cloud.network.NetworkManagerImpl]
(Job-Executor-38:job-45) Asking BigSwitchVnsElement to release
Nic[18-12-6416c373-20d8-4617-8dcb-30a8ff9d0f34-192.168.56.195]
2013-04-07 00:35:51,252 DEBUG [network.element.BigSwitchVnsElement]
(Job-Executor-38:job-45) Checking if BigSwitchVnsElement can handle service
Connectivity on network guestNetworkForBasicZone
2013-04-07 00:35:51,252 DEBUG [cloud.network.NetworkManagerImpl]
(Job-Executor-38:job-45) Asking Ovs to release
Nic[18-12-6416c373-20d8-4617-8dcb-30a8ff9d0f34-192.168.56.195]
2013-04-07 00:35:51,252 DEBUG [cloud.network.NetworkManagerImpl]
(Job-Executor-38:job-45) Asking BareMetalDhcp to release
Nic[18-12-6416c373-20d8-4617-8dcb-30a8ff9d0f34-192.168.56.195]
2013-04-07 00:35:51,252 DEBUG [cloud.network.NetworkManagerImpl]
(Job-Executor-38:job-45) Asking BareMetalPxe to release
Nic[18-12-6416c373-20d8-4617-8dcb-30a8ff9d0f34-192.168.56.195]
2013-04-07 00:35:51,252 DEBUG [cloud.network.NetworkManagerImpl]
(Job-Executor-38:job-45) Asking BareMetalUserdata to release
Nic[18-12-6416c373-20d8-4617-8dcb-30a8ff9d0f34-192.168.56.195]
2013-04-07 00:35:51,252 DEBUG [cloud.network.NetworkManagerImpl]
(Job-Executor-38:job-45) Asking SecurityGroupProvider to release
Nic[18-12-6416c373-20d8-4617-8dcb-30a8ff9d0f34-192.168.56.195]
2013-04-07 00:35:51,252 DEBUG [cloud.network.NetworkManagerImpl]
(Job-Executor-38:job-45) Asking VirtualRouter to release
Nic[18-12-6416c373-20d8-4617-8dcb-30a8ff9d0f34-192.168.56.195]
2013-04-07 00:35:51,253 DEBUG [cloud.network.NetworkManagerImpl]
(Job-Executor-38:job-45) Asking VpcVirtualRouter to release
Nic[18-12-6416c373-20d8-4617-8dcb-30a8ff9d0f34-192.168.56.195]
2013-04-07 00:35:51,253 DEBUG [cloud.network.NetworkManagerImpl]
(Job-Executor-38:job-45) Asking NiciraNvp to release
Nic[18-12-6416c373-20d8-4617-8dcb-30a8ff9d0f34-192.168.56.195]
2013-04-07 00:35:51,253 DEBUG [network.element.NiciraNvpElement]
(Job-Executor-38:job-45) Checking if NiciraNvpElement can handle service
Connectivity on network guestNetworkForBasicZone
2013-04-07 00:35:51,253 DEBUG [cloud.network.NetworkManagerImpl]
(Job-Executor-38:job-45) Asking JuniperSRX to release
Nic[18-12-6416c373-20d8-4617-8dcb-30a8ff9d0f34-192.168.56.195]
2013-04-07 00:35:51,253 DEBUG [cloud.network.NetworkManagerImpl]
(Job-Executor-38:job-45) Asking Netscaler to release
Nic[18-12-6416c373-20d8-4617-8dcb-30a8ff9d0f34-192.168.56.195]
2013-04-07 00:35:51,253 DEBUG [cloud.network.NetworkManagerImpl]
(Job-Executor-38:job-45) Asking F5BigIP to release
Nic[18-12-6416c373-20d8-4617-8dcb-30a8ff9d0f34-192.168.56.195]
2013-04-07 00:35:51,253 DEBUG [cloud.network.NetworkManagerImpl]
(Job-Executor-38:job-45) Asking CiscoNexus1000vVSM to release
Nic[18-12-6416c373-20d8-4617-8dcb-30a8ff9d0f34-192.168.56.195]
2013-04-07 00:35:51,253 DEBUG [cloud.vm.VirtualMachineManagerImpl]
(Job-Executor-38:job-45) Successfully released network resources for the vm
VM[User|c18ddf7c-fc61-40b0-af75-fdef05f8eae6]
2013-04-07 00:35:51,253 DEBUG [cloud.vm.VirtualMachineManagerImpl]
(Job-Executor-38:job-45) Successfully released storage resources for the vm
VM[User|c18ddf7c-fc61-40b0-af75-fdef05f8eae6]
2013-04-07 00:35:51,298 DEBUG [cloud.capacity.CapacityManagerImpl]
(Job-Executor-38:job-45) VM state transitted from :Stopping to Stopped with
event: OperationSucceededvm's original host id: 5 new host id: null host id
before state transition: 5
2013-04-07 00:35:51,302 DEBUG [cloud.capacity.CapacityManagerImpl]
(Job-Executor-38:job-45) Hosts's actual total CPU: 2479 and CPU after
applying overprovisioning: 2479
2013-04-07 00:35:51,303 DEBUG [cloud.capacity.CapacityManagerImpl]
(Job-Executor-38:job-45) release cpu from host: 5, old used: 100,reserved:
0, actual total: 2479, total with overprovisioning: 2479; new used:
0,reserved:100; movedfromreserved: false,moveToReserveredtrue
2013-04-07 00:35:51,303 DEBUG [cloud.capacity.CapacityManagerImpl]
(Job-Executor-38:job-45) release mem from host: 5, old used:
1073741824,reserved: 0, total: 1671695424; new used: 0,reserved:1073741824;
movedfromreserved: false,moveToReserveredtrue
2013-04-07 00:35:51,308 DEBUG [cloud.capacity.CapacityManagerImpl]
(Job-Executor-38:job-45) VM state transitted from :Stopped to Destroyed
with event: DestroyRequestedvm's original host id: 5 new host id: null host
id before state transition: null
2013-04-07 00:35:51,313 DEBUG [cloud.capacity.CapacityManagerImpl]
(Job-Executor-38:job-45) Hosts's actual total CPU: 2479 and CPU after
applying overprovisioning: 2479
2013-04-07 00:35:51,313 DEBUG [cloud.capacity.CapacityManagerImpl]
(Job-Executor-38:job-45) release cpu from host: 5, old used: 0,reserved:
100, actual total: 2479, total with overprovisioning: 2479; new used:
0,reserved:0; movedfromreserved: true,moveToReserveredfalse
2013-04-07 00:35:51,313 DEBUG [cloud.capacity.CapacityManagerImpl]
(Job-Executor-38:job-45) release mem from host: 5, old used: 0,reserved:
1073741824, total: 1671695424; new used: 0,reserved:0; movedfromreserved:
true,moveToReserveredfalse
2013-04-07 00:35:51,328 DEBUG [cloud.async.AsyncJobManagerImpl]
(Job-Executor-38:job-45) Complete async job-45, jobStatus: 1, resultCode:
0, result: org.apache.cloudstack.api.response.UserVmResponse@324f6e41
2013-04-07 00:35:51,332 DEBUG [cloud.async.AsyncJobManagerImpl]
(Job-Executor-38:job-45) Done executing
org.apache.cloudstack.api.command.user.vm.DestroyVMCmd for job-45
2013-04-07 00:35:51,397 DEBUG [cloud.api.ApiServlet]
(1109449945@qtp-1008805148-34:null) ===START===  127.0.0.1 -- GET
 command=listVirtualMachines&id=94ddc16f-04fc-4da1-8326-01d8d5cdeb44&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316551394
2013-04-07 00:35:51,417 DEBUG [cloud.api.ApiServlet]
(1109449945@qtp-1008805148-34:null) ===END===  127.0.0.1 -- GET
 command=listVirtualMachines&id=94ddc16f-04fc-4da1-8326-01d8d5cdeb44&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316551394
2013-04-07 00:35:51,425 DEBUG [cloud.api.ApiServlet]
(1109449945@qtp-1008805148-34:null) ===START===  127.0.0.1 -- GET
 command=listOsTypes&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316551423
2013-04-07 00:35:51,472 INFO  [agent.manager.AgentMonitor] (Thread-11:null)
Found the following agents behind on ping: [6, 5]
2013-04-07 00:35:51,473 DEBUG [cloud.host.Status] (Thread-11:null) Ping
timeout for host 6, do invstigation
2013-04-07 00:35:51,475 DEBUG [cloud.host.Status] (Thread-11:null) Ping
timeout for host 5, do invstigation
2013-04-07 00:35:51,475 INFO  [agent.manager.AgentManagerImpl]
(AgentTaskPool-7:null) Investigating why host 6 has disconnected with event
PingTimeout
2013-04-07 00:35:51,475 DEBUG [agent.manager.AgentManagerImpl]
(AgentTaskPool-7:null) checking if agent (6) is alive
2013-04-07 00:35:51,478 INFO  [agent.manager.AgentManagerImpl]
(AgentTaskPool-8:null) Investigating why host 5 has disconnected with event
PingTimeout
2013-04-07 00:35:51,478 DEBUG [agent.manager.AgentManagerImpl]
(AgentTaskPool-8:null) checking if agent (5) is alive
2013-04-07 00:35:51,480 DEBUG [agent.transport.Request]
(AgentTaskPool-7:null) Seq 6-324993313: Sending  { Cmd , MgmtId: 1, via: 6,
Ver: v1, Flags: 100011, [{"CheckHealthCommand":{"wait":50}}] }
2013-04-07 00:35:51,481 DEBUG [agent.transport.Request]
(AgentTaskPool-7:null) Seq 6-324993313: Executing:  { Cmd , MgmtId: 1, via:
6, Ver: v1, Flags: 100011, [{"CheckHealthCommand":{"wait":50}}] }
2013-04-07 00:35:51,481 DEBUG [agent.manager.DirectAgentAttache]
(DirectAgent-361:null) Seq 6-324993313: Executing request
2013-04-07 00:35:51,488 DEBUG [agent.transport.Request]
(AgentTaskPool-8:null) Seq 5-614334818: Sending  { Cmd , MgmtId: 1, via: 5,
Ver: v1, Flags: 100011, [{"CheckHealthCommand":{"wait":50}}] }
2013-04-07 00:35:51,489 DEBUG [agent.transport.Request]
(AgentTaskPool-8:null) Seq 5-614334818: Executing:  { Cmd , MgmtId: 1, via:
5, Ver: v1, Flags: 100011, [{"CheckHealthCommand":{"wait":50}}] }
2013-04-07 00:35:51,489 DEBUG [agent.manager.DirectAgentAttache]
(DirectAgent-290:null) Seq 5-614334818: Executing request
2013-04-07 00:35:51,556 DEBUG [agent.manager.DirectAgentAttache]
(DirectAgent-290:null) Seq 5-614334818: Response Received:
2013-04-07 00:35:51,557 DEBUG [agent.transport.Request]
(DirectAgent-290:null) Seq 5-614334818: Processing:  { Ans: , MgmtId: 1,
via: 5, Ver: v1, Flags: 10,
[{"CheckHealthAnswer":{"result":true,"details":"resource is
alive","wait":0}}] }
2013-04-07 00:35:51,557 DEBUG [agent.transport.Request]
(AgentTaskPool-8:null) Seq 5-614334818: Received:  { Ans: , MgmtId: 1, via:
5, Ver: v1, Flags: 10, { CheckHealthAnswer } }
2013-04-07 00:35:51,557 DEBUG [agent.manager.AgentManagerImpl]
(AgentTaskPool-8:null) Details from executing class
com.cloud.agent.api.CheckHealthCommand: resource is alive
2013-04-07 00:35:51,557 DEBUG [agent.manager.AgentManagerImpl]
(AgentTaskPool-8:null) agent (5) responded to checkHeathCommand, reporting
that agent is Up
2013-04-07 00:35:51,557 INFO  [agent.manager.AgentManagerImpl]
(AgentTaskPool-8:null) The state determined is Up
2013-04-07 00:35:51,557 INFO  [agent.manager.AgentManagerImpl]
(AgentTaskPool-8:null) Agent is determined to be up and running
2013-04-07 00:35:51,557 DEBUG [cloud.host.Status] (AgentTaskPool-8:null)
Transition:[Resource state = Enabled, Agent event = Ping, Host id = 5, name
= Tut-XenServer2]
2013-04-07 00:35:51,563 DEBUG [cloud.host.Status] (AgentTaskPool-8:null)
Agent status update: [id = 5; name = Tut-XenServer2; old status = Up; event
= Ping; new status = Up; old update count = 149; new update count = 150]
2013-04-07 00:35:51,568 DEBUG [agent.manager.DirectAgentAttache]
(DirectAgent-361:null) Seq 6-324993313: Response Received:
2013-04-07 00:35:51,568 DEBUG [agent.transport.Request]
(DirectAgent-361:null) Seq 6-324993313: Processing:  { Ans: , MgmtId: 1,
via: 6, Ver: v1, Flags: 10,
[{"CheckHealthAnswer":{"result":true,"details":"resource is
alive","wait":0}}] }
2013-04-07 00:35:51,569 DEBUG [agent.transport.Request]
(AgentTaskPool-7:null) Seq 6-324993313: Received:  { Ans: , MgmtId: 1, via:
6, Ver: v1, Flags: 10, { CheckHealthAnswer } }
2013-04-07 00:35:51,569 DEBUG [agent.manager.AgentManagerImpl]
(AgentTaskPool-7:null) Details from executing class
com.cloud.agent.api.CheckHealthCommand: resource is alive
2013-04-07 00:35:51,569 DEBUG [agent.manager.AgentManagerImpl]
(AgentTaskPool-7:null) agent (6) responded to checkHeathCommand, reporting
that agent is Up
2013-04-07 00:35:51,569 INFO  [agent.manager.AgentManagerImpl]
(AgentTaskPool-7:null) The state determined is Up
2013-04-07 00:35:51,569 INFO  [agent.manager.AgentManagerImpl]
(AgentTaskPool-7:null) Agent is determined to be up and running
2013-04-07 00:35:51,569 DEBUG [cloud.host.Status] (AgentTaskPool-7:null)
Transition:[Resource state = Enabled, Agent event = Ping, Host id = 6, name
= Tut-XenServer]
2013-04-07 00:35:51,574 DEBUG [cloud.host.Status] (AgentTaskPool-7:null)
Agent status update: [id = 6; name = Tut-XenServer; old status = Up; event
= Ping; new status = Up; old update count = 312; new update count = 313]
2013-04-07 00:35:51,668 DEBUG [cloud.api.ApiServlet]
(1109449945@qtp-1008805148-34:null) ===END===  127.0.0.1 -- GET
 command=listOsTypes&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316551423
2013-04-07 00:35:54,118 DEBUG [cloud.api.ApiServlet]
(1109449945@qtp-1008805148-34:null) ===START===  127.0.0.1 -- GET
 command=queryAsyncJobResult&jobId=1288fa5b-8b5f-4952-b056-b180437edfd5&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316554116
2013-04-07 00:35:54,129 DEBUG [cloud.async.AsyncJobManagerImpl]
(1109449945@qtp-1008805148-34:null) Async job-45 completed
2013-04-07 00:35:54,135 DEBUG [cloud.api.ApiServlet]
(1109449945@qtp-1008805148-34:null) ===END===  127.0.0.1 -- GET
 command=queryAsyncJobResult&jobId=1288fa5b-8b5f-4952-b056-b180437edfd5&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316554116
2013-04-07 00:35:55,077 DEBUG [cloud.api.ApiServlet]
(1109449945@qtp-1008805148-34:null) ===START===  127.0.0.1 -- GET
 command=destroyVirtualMachine&id=94ddc16f-04fc-4da1-8326-01d8d5cdeb44&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316555075
2013-04-07 00:35:55,098 DEBUG [cloud.async.AsyncJobManagerImpl]
(1109449945@qtp-1008805148-34:null) submit async job-46, details:
AsyncJobVO {id:46, userId: 2, accountId: 2, sessionKey: null, instanceType:
null, instanceId: 13, cmd:
org.apache.cloudstack.api.command.user.vm.DestroyVMCmd, cmdOriginator:
null, cmdInfo:
{"id":"94ddc16f-04fc-4da1-8326-01d8d5cdeb44","response":"json","sessionkey":"Z6QqzU0Fq1iT13bMgnRRfl8GoVA\u003d","ctxUserId":"2","_":"1365316555075","ctxAccountId":"2","ctxStartEventId":"51"},
cmdVersion: 0, callbackType: 0, callbackAddress: null, status: 0,
processStatus: 0, resultCode: 0, result: null, initMsid: 1, completeMsid:
null, lastUpdated: null, lastPolled: null, created: null}
2013-04-07 00:35:55,098 DEBUG [cloud.async.AsyncJobManagerImpl]
(Job-Executor-39:job-46) Executing
org.apache.cloudstack.api.command.user.vm.DestroyVMCmd for job-46
2013-04-07 00:35:55,100 DEBUG [cloud.api.ApiServlet]
(1109449945@qtp-1008805148-34:null) ===END===  127.0.0.1 -- GET
 command=destroyVirtualMachine&id=94ddc16f-04fc-4da1-8326-01d8d5cdeb44&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316555075
2013-04-07 00:35:55,113 DEBUG [cloud.vm.VirtualMachineManagerImpl]
(Job-Executor-39:job-46) Destroying vm
VM[User|94ddc16f-04fc-4da1-8326-01d8d5cdeb44]
2013-04-07 00:35:55,116 DEBUG [cloud.capacity.CapacityManagerImpl]
(Job-Executor-39:job-46) VM state transitted from :Running to Stopping with
event: StopRequestedvm's original host id: 6 new host id: 6 host id before
state transition: 6
2013-04-07 00:35:55,118 DEBUG [agent.transport.Request]
(Job-Executor-39:job-46) Seq 6-324993314: Sending  { Cmd , MgmtId: 1, via:
6, Ver: v1, Flags: 100111,
[{"StopCommand":{"isProxy":false,"vmName":"i-2-13-VM","wait":0}}] }
2013-04-07 00:35:55,118 DEBUG [agent.transport.Request]
(Job-Executor-39:job-46) Seq 6-324993314: Executing:  { Cmd , MgmtId: 1,
via: 6, Ver: v1, Flags: 100111,
[{"StopCommand":{"isProxy":false,"vmName":"i-2-13-VM","wait":0}}] }
2013-04-07 00:35:55,118 DEBUG [agent.manager.DirectAgentAttache]
(DirectAgent-7:null) Seq 6-324993314: Executing request
2013-04-07 00:35:55,216 DEBUG [xen.resource.CitrixResourceBase]
(DirectAgent-7:null) 9. The VM i-2-13-VM is in Stopping state
2013-04-07 00:35:55,532 INFO  [xen.resource.CitrixResourceBase]
(DirectAgent-7:null) Removed  network rules for vm i-2-13-VM
2013-04-07 00:35:58,107 DEBUG [cloud.api.ApiServlet]
(1109449945@qtp-1008805148-34:null) ===START===  127.0.0.1 -- GET
 command=queryAsyncJobResult&jobId=042967f3-4fd4-4bcf-a646-999eeca87235&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316558105
2013-04-07 00:35:58,121 DEBUG [cloud.api.ApiServlet]
(1109449945@qtp-1008805148-34:null) ===END===  127.0.0.1 -- GET
 command=queryAsyncJobResult&jobId=042967f3-4fd4-4bcf-a646-999eeca87235&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316558105
2013-04-07 00:36:01,107 DEBUG [cloud.api.ApiServlet]
(1109449945@qtp-1008805148-34:null) ===START===  127.0.0.1 -- GET
 command=queryAsyncJobResult&jobId=042967f3-4fd4-4bcf-a646-999eeca87235&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316561105
2013-04-07 00:36:01,121 DEBUG [cloud.api.ApiServlet]
(1109449945@qtp-1008805148-34:null) ===END===  127.0.0.1 -- GET
 command=queryAsyncJobResult&jobId=042967f3-4fd4-4bcf-a646-999eeca87235&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316561105
2013-04-07 00:36:04,108 DEBUG [cloud.api.ApiServlet]
(1109449945@qtp-1008805148-34:null) ===START===  127.0.0.1 -- GET
 command=queryAsyncJobResult&jobId=042967f3-4fd4-4bcf-a646-999eeca87235&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316564106
2013-04-07 00:36:04,128 DEBUG [cloud.api.ApiServlet]
(1109449945@qtp-1008805148-34:null) ===END===  127.0.0.1 -- GET
 command=queryAsyncJobResult&jobId=042967f3-4fd4-4bcf-a646-999eeca87235&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316564106
2013-04-07 00:36:04,783 DEBUG [xen.resource.CitrixResourceBase]
(DirectAgent-7:null) 10. The VM i-2-13-VM is in Stopped state
2013-04-07 00:36:04,783 DEBUG [agent.manager.DirectAgentAttache]
(DirectAgent-7:null) Seq 6-324993314: Response Received:
2013-04-07 00:36:04,783 DEBUG [agent.transport.Request]
(DirectAgent-7:null) Seq 6-324993314: Processing:  { Ans: , MgmtId: 1, via:
6, Ver: v1, Flags: 110,
[{"StopAnswer":{"vncPort":0,"result":true,"details":"Stop VM i-2-13-VM
Succeed","wait":0}}] }
2013-04-07 00:36:04,783 DEBUG [agent.transport.Request]
(Job-Executor-39:job-46) Seq 6-324993314: Received:  { Ans: , MgmtId: 1,
via: 6, Ver: v1, Flags: 110, { StopAnswer } }
2013-04-07 00:36:04,783 DEBUG [agent.manager.AgentAttache]
(DirectAgent-7:null) Seq 6-324993314: No more commands found
2013-04-07 00:36:04,784 DEBUG [cloud.vm.VirtualMachineManagerImpl]
(Job-Executor-39:job-46) VM[User|94ddc16f-04fc-4da1-8326-01d8d5cdeb44] is
stopped on the host.  Proceeding to release resource held.
2013-04-07 00:36:04,793 DEBUG [cloud.network.NetworkManagerImpl]
(Job-Executor-39:job-46) Changing active number of nics for network id=204
on -1
2013-04-07 00:36:04,794 DEBUG [cloud.network.NetworkManagerImpl]
(Job-Executor-39:job-46) Asking ElasticLoadBalancerElement to release
Nic[19-13-a8349669-6ff2-443f-88d3-c5d69100df3a-192.168.56.146]
2013-04-07 00:36:04,794 DEBUG [cloud.network.NetworkManagerImpl]
(Job-Executor-39:job-46) Asking NiciraNvpElement to release
Nic[19-13-a8349669-6ff2-443f-88d3-c5d69100df3a-192.168.56.146]
2013-04-07 00:36:04,795 DEBUG [network.element.NiciraNvpElement]
(Job-Executor-39:job-46) Checking if NiciraNvpElement can handle service
Connectivity on network guestNetworkForBasicZone
2013-04-07 00:36:04,795 DEBUG [cloud.network.NetworkManagerImpl]
(Job-Executor-39:job-46) Asking BigSwitchVnsElement to release
Nic[19-13-a8349669-6ff2-443f-88d3-c5d69100df3a-192.168.56.146]
2013-04-07 00:36:04,795 DEBUG [network.element.BigSwitchVnsElement]
(Job-Executor-39:job-46) Checking if BigSwitchVnsElement can handle service
Connectivity on network guestNetworkForBasicZone
2013-04-07 00:36:04,795 DEBUG [cloud.network.NetworkManagerImpl]
(Job-Executor-39:job-46) Asking Ovs to release
Nic[19-13-a8349669-6ff2-443f-88d3-c5d69100df3a-192.168.56.146]
2013-04-07 00:36:04,795 DEBUG [cloud.network.NetworkManagerImpl]
(Job-Executor-39:job-46) Asking BareMetalDhcp to release
Nic[19-13-a8349669-6ff2-443f-88d3-c5d69100df3a-192.168.56.146]
2013-04-07 00:36:04,795 DEBUG [cloud.network.NetworkManagerImpl]
(Job-Executor-39:job-46) Asking BareMetalPxe to release
Nic[19-13-a8349669-6ff2-443f-88d3-c5d69100df3a-192.168.56.146]
2013-04-07 00:36:04,795 DEBUG [cloud.network.NetworkManagerImpl]
(Job-Executor-39:job-46) Asking BareMetalUserdata to release
Nic[19-13-a8349669-6ff2-443f-88d3-c5d69100df3a-192.168.56.146]
2013-04-07 00:36:04,795 DEBUG [cloud.network.NetworkManagerImpl]
(Job-Executor-39:job-46) Asking SecurityGroupProvider to release
Nic[19-13-a8349669-6ff2-443f-88d3-c5d69100df3a-192.168.56.146]
2013-04-07 00:36:04,795 DEBUG [cloud.network.NetworkManagerImpl]
(Job-Executor-39:job-46) Asking VirtualRouter to release
Nic[19-13-a8349669-6ff2-443f-88d3-c5d69100df3a-192.168.56.146]
2013-04-07 00:36:04,795 DEBUG [cloud.network.NetworkManagerImpl]
(Job-Executor-39:job-46) Asking VpcVirtualRouter to release
Nic[19-13-a8349669-6ff2-443f-88d3-c5d69100df3a-192.168.56.146]
2013-04-07 00:36:04,795 DEBUG [cloud.network.NetworkManagerImpl]
(Job-Executor-39:job-46) Asking NiciraNvp to release
Nic[19-13-a8349669-6ff2-443f-88d3-c5d69100df3a-192.168.56.146]
2013-04-07 00:36:04,795 DEBUG [network.element.NiciraNvpElement]
(Job-Executor-39:job-46) Checking if NiciraNvpElement can handle service
Connectivity on network guestNetworkForBasicZone
2013-04-07 00:36:04,795 DEBUG [cloud.network.NetworkManagerImpl]
(Job-Executor-39:job-46) Asking JuniperSRX to release
Nic[19-13-a8349669-6ff2-443f-88d3-c5d69100df3a-192.168.56.146]
2013-04-07 00:36:04,795 DEBUG [cloud.network.NetworkManagerImpl]
(Job-Executor-39:job-46) Asking Netscaler to release
Nic[19-13-a8349669-6ff2-443f-88d3-c5d69100df3a-192.168.56.146]
2013-04-07 00:36:04,795 DEBUG [cloud.network.NetworkManagerImpl]
(Job-Executor-39:job-46) Asking F5BigIP to release
Nic[19-13-a8349669-6ff2-443f-88d3-c5d69100df3a-192.168.56.146]
2013-04-07 00:36:04,795 DEBUG [cloud.network.NetworkManagerImpl]
(Job-Executor-39:job-46) Asking CiscoNexus1000vVSM to release
Nic[19-13-a8349669-6ff2-443f-88d3-c5d69100df3a-192.168.56.146]
2013-04-07 00:36:04,795 DEBUG [cloud.vm.VirtualMachineManagerImpl]
(Job-Executor-39:job-46) Successfully released network resources for the vm
VM[User|94ddc16f-04fc-4da1-8326-01d8d5cdeb44]
2013-04-07 00:36:04,795 DEBUG [cloud.vm.VirtualMachineManagerImpl]
(Job-Executor-39:job-46) Successfully released storage resources for the vm
VM[User|94ddc16f-04fc-4da1-8326-01d8d5cdeb44]
2013-04-07 00:36:04,836 DEBUG [cloud.capacity.CapacityManagerImpl]
(Job-Executor-39:job-46) VM state transitted from :Stopping to Stopped with
event: OperationSucceededvm's original host id: 6 new host id: null host id
before state transition: 6
2013-04-07 00:36:04,843 DEBUG [cloud.capacity.CapacityManagerImpl]
(Job-Executor-39:job-46) Hosts's actual total CPU: 2382 and CPU after
applying overprovisioning: 2382
2013-04-07 00:36:04,844 DEBUG [cloud.capacity.CapacityManagerImpl]
(Job-Executor-39:job-46) release cpu from host: 6, old used: 200,reserved:
0, actual total: 2382, total with overprovisioning: 2382; new used:
100,reserved:100; movedfromreserved: false,moveToReserveredtrue
2013-04-07 00:36:04,844 DEBUG [cloud.capacity.CapacityManagerImpl]
(Job-Executor-39:job-46) release mem from host: 6, old used:
1178599424,reserved: 0, total: 1671695424; new used:
104857600,reserved:1073741824; movedfromreserved: false,moveToReserveredtrue
2013-04-07 00:36:04,854 DEBUG [cloud.capacity.CapacityManagerImpl]
(Job-Executor-39:job-46) VM state transitted from :Stopped to Destroyed
with event: DestroyRequestedvm's original host id: 6 new host id: null host
id before state transition: null
2013-04-07 00:36:04,863 DEBUG [cloud.capacity.CapacityManagerImpl]
(Job-Executor-39:job-46) Hosts's actual total CPU: 2382 and CPU after
applying overprovisioning: 2382
2013-04-07 00:36:04,863 DEBUG [cloud.capacity.CapacityManagerImpl]
(Job-Executor-39:job-46) release cpu from host: 6, old used: 100,reserved:
100, actual total: 2382, total with overprovisioning: 2382; new used:
100,reserved:0; movedfromreserved: true,moveToReserveredfalse
2013-04-07 00:36:04,863 DEBUG [cloud.capacity.CapacityManagerImpl]
(Job-Executor-39:job-46) release mem from host: 6, old used:
104857600,reserved: 1073741824, total: 1671695424; new used:
104857600,reserved:0; movedfromreserved: true,moveToReserveredfalse
2013-04-07 00:36:04,892 DEBUG [cloud.async.AsyncJobManagerImpl]
(Job-Executor-39:job-46) Complete async job-46, jobStatus: 1, resultCode:
0, result: org.apache.cloudstack.api.response.UserVmResponse@519ba6bb
2013-04-07 00:36:04,897 DEBUG [cloud.async.AsyncJobManagerImpl]
(Job-Executor-39:job-46) Done executing
org.apache.cloudstack.api.command.user.vm.DestroyVMCmd for job-46
2013-04-07 00:36:04,949 DEBUG [agent.manager.DirectAgentAttache]
(DirectAgent-410:null) Ping from 6
2013-04-07 00:36:06,058 DEBUG [agent.manager.DirectAgentAttache]
(DirectAgent-234:null) Ping from 5
2013-04-07 00:36:06,909 DEBUG [agent.manager.DirectAgentAttache]
(DirectAgent-407:null) Seq 6-324993028: Executing request
2013-04-07 00:36:07,097 DEBUG [xen.resource.CitrixResourceBase]
(DirectAgent-407:null) VM missing i-2-13-VM old state stopped so removing.
2013-04-07 00:36:07,098 DEBUG [xen.resource.CitrixResourceBase]
(DirectAgent-407:null) VM missing i-2-12-VM old state stopped so removing.
2013-04-07 00:36:07,098 DEBUG [agent.manager.DirectAgentAttache]
(DirectAgent-407:null) Seq 6-324993028: Response Received:
2013-04-07 00:36:07,098 DEBUG [agent.transport.Request]
(DirectAgent-407:null) Seq 6-324993028: Processing:  { Ans: , MgmtId: 1,
via: 6, Ver: v1, Flags: 10,
[{"ClusterSyncAnswer":{"_clusterId":2,"_newStates":{},"_isExecuted":false,"result":true,"wait":0}}]
}
2013-04-07 00:36:07,109 DEBUG [cloud.api.ApiServlet]
(1109449945@qtp-1008805148-34:null) ===START===  127.0.0.1 -- GET
 command=queryAsyncJobResult&jobId=042967f3-4fd4-4bcf-a646-999eeca87235&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316567107
2013-04-07 00:36:07,119 DEBUG [cloud.async.AsyncJobManagerImpl]
(1109449945@qtp-1008805148-34:null) Async job-46 completed
2013-04-07 00:36:07,125 DEBUG [cloud.api.ApiServlet]
(1109449945@qtp-1008805148-34:null) ===END===  127.0.0.1 -- GET
 command=queryAsyncJobResult&jobId=042967f3-4fd4-4bcf-a646-999eeca87235&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316567107
2013-04-07 00:36:11,022 DEBUG [agent.manager.DirectAgentAttache]
(DirectAgent-110:null) Seq 5-614334468: Executing request
2013-04-07 00:36:11,171 DEBUG [agent.manager.DirectAgentAttache]
(DirectAgent-110:null) Seq 5-614334468: Response Received:
2013-04-07 00:36:11,171 DEBUG [agent.transport.Request]
(DirectAgent-110:null) Seq 5-614334468: Processing:  { Ans: , MgmtId: 1,
via: 5, Ver: v1, Flags: 10, [{"Answer":{"result":true,"wait":0}}] }
2013-04-07 00:36:12,411 DEBUG [cloud.api.ApiServlet]
(1109449945@qtp-1008805148-34:null) ===START===  127.0.0.1 -- GET
 command=listVolumes&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&listAll=true&page=1&pagesize=20&_=1365316572408
2013-04-07 00:36:12,426 DEBUG [cloud.api.ApiServlet]
(1109449945@qtp-1008805148-34:null) ===END===  127.0.0.1 -- GET
 command=listVolumes&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&listAll=true&page=1&pagesize=20&_=1365316572408
2013-04-07 00:36:13,241 DEBUG [cloud.api.ApiServlet]
(1109449945@qtp-1008805148-34:null) ===START===  127.0.0.1 -- GET
 command=listVirtualMachines&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&listAll=true&page=1&pagesize=20&_=1365316573239
2013-04-07 00:36:13,259 DEBUG [cloud.api.ApiServlet]
(1109449945@qtp-1008805148-34:null) ===END===  127.0.0.1 -- GET
 command=listVirtualMachines&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&listAll=true&page=1&pagesize=20&_=1365316573239
2013-04-07 00:36:19,140 DEBUG [cloud.api.ApiServlet]
(1109449945@qtp-1008805148-34:null) ===START===  127.0.0.1 -- GET
 command=listVolumes&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&listAll=true&page=1&pagesize=20&_=1365316579137
2013-04-07 00:36:19,155 DEBUG [cloud.api.ApiServlet]
(1109449945@qtp-1008805148-34:null) ===END===  127.0.0.1 -- GET
 command=listVolumes&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&listAll=true&page=1&pagesize=20&_=1365316579137
2013-04-07 00:36:20,452 DEBUG
[storage.secondary.SecondaryStorageManagerImpl] (secstorage-1:null) Zone 1
is ready to launch secondary storage VM
2013-04-07 00:36:20,498 DEBUG [cloud.api.ApiServlet]
(1109449945@qtp-1008805148-34:null) ===START===  127.0.0.1 -- GET
 command=listVirtualMachines&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&listAll=true&page=1&pagesize=20&_=1365316580496
2013-04-07 00:36:20,519 DEBUG [cloud.api.ApiServlet]
(1109449945@qtp-1008805148-34:null) ===END===  127.0.0.1 -- GET
 command=listVirtualMachines&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&listAll=true&page=1&pagesize=20&_=1365316580496
2013-04-07 00:36:20,554 DEBUG [cloud.consoleproxy.ConsoleProxyManagerImpl]
(consoleproxy-1:null) Zone 1 is ready to launch console proxy
2013-04-07 00:36:20,820 DEBUG
[network.router.VirtualNetworkApplianceManagerImpl]
(RouterStatusMonitor-1:null) Found 0 routers to update status.
2013-04-07 00:36:20,821 DEBUG
[network.router.VirtualNetworkApplianceManagerImpl]
(RouterStatusMonitor-1:null) Found 0 networks to update RvR status.
2013-04-07 00:36:20,850 DEBUG
[network.router.VirtualNetworkApplianceManagerImpl]
(RouterStatusMonitor-1:null) Found 0 routers to update status.
2013-04-07 00:36:20,852 DEBUG
[network.router.VirtualNetworkApplianceManagerImpl]
(RouterStatusMonitor-1:null) Found 0 networks to update RvR status.
2013-04-07 00:36:21,588 DEBUG [cloud.api.ApiServlet]
(1109449945@qtp-1008805148-34:null) ===START===  127.0.0.1 -- GET
 command=listVolumes&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&listAll=true&page=1&pagesize=20&_=1365316581586
2013-04-07 00:36:21,602 DEBUG [cloud.api.ApiServlet]
(1109449945@qtp-1008805148-34:null) ===END===  127.0.0.1 -- GET
 command=listVolumes&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&listAll=true&page=1&pagesize=20&_=1365316581586
2013-04-07 00:36:22,324 DEBUG [cloud.api.ApiServlet]
(1109449945@qtp-1008805148-34:null) ===START===  127.0.0.1 -- GET
 command=listVirtualMachines&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&listAll=true&page=1&pagesize=20&_=1365316582321
2013-04-07 00:36:22,348 DEBUG [cloud.api.ApiServlet]
(1109449945@qtp-1008805148-34:null) ===END===  127.0.0.1 -- GET
 command=listVirtualMachines&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&listAll=true&page=1&pagesize=20&_=1365316582321
2013-04-07 00:36:24,891 DEBUG [agent.manager.AgentManagerImpl]
(AgentManager-Handler-4:null) Ping from 4
2013-04-07 00:36:27,193 DEBUG [agent.manager.DirectAgentAttache]
(DirectAgent-204:null) Ping from 1
2013-04-07 00:36:29,095 DEBUG [agent.manager.DirectAgentAttache]
(DirectAgent-277:null) Seq 1-90046472: Executing request
2013-04-07 00:36:29,354 DEBUG [agent.manager.DirectAgentAttache]
(DirectAgent-277:null) Seq 1-90046472: Response Received:
2013-04-07 00:36:29,355 DEBUG [agent.transport.Request]
(DirectAgent-277:null) Seq 1-90046472: Processing:  { Ans: , MgmtId: 1,
via: 1, Ver: v1, Flags: 10,
[{"ClusterSyncAnswer":{"_clusterId":1,"_newStates":{},"_isExecuted":false,"result":true,"wait":0}}]
}
2013-04-07 00:36:47,680 DEBUG [agent.manager.AgentManagerImpl]
(AgentManager-Handler-5:null) Ping from 3
2013-04-07 00:36:50,451 DEBUG
[storage.secondary.SecondaryStorageManagerImpl] (secstorage-1:null) Zone 1
is ready to launch secondary storage VM
2013-04-07 00:36:50,554 DEBUG [cloud.consoleproxy.ConsoleProxyManagerImpl]
(consoleproxy-1:null) Zone 1 is ready to launch console proxy
2013-04-07 00:36:50,820 DEBUG
[network.router.VirtualNetworkApplianceManagerImpl]
(RouterStatusMonitor-1:null) Found 0 routers to update status.
2013-04-07 00:36:50,821 DEBUG
[network.router.VirtualNetworkApplianceManagerImpl]
(RouterStatusMonitor-1:null) Found 0 networks to update RvR status.
2013-04-07 00:36:50,851 DEBUG
[network.router.VirtualNetworkApplianceManagerImpl]
(RouterStatusMonitor-1:null) Found 0 routers to update status.
2013-04-07 00:36:50,852 DEBUG
[network.router.VirtualNetworkApplianceManagerImpl]
(RouterStatusMonitor-1:null) Found 0 networks to update RvR status.
2013-04-07 00:36:51,476 INFO  [agent.manager.AgentMonitor] (Thread-11:null)
Found the following agents behind on ping: [6, 5]
2013-04-07 00:36:51,477 DEBUG [cloud.host.Status] (Thread-11:null) Ping
timeout for host 6, do invstigation
2013-04-07 00:36:51,479 DEBUG [cloud.host.Status] (Thread-11:null) Ping
timeout for host 5, do invstigation
2013-04-07 00:36:51,479 INFO  [agent.manager.AgentManagerImpl]
(AgentTaskPool-9:null) Investigating why host 6 has disconnected with event
PingTimeout
2013-04-07 00:36:51,479 DEBUG [agent.manager.AgentManagerImpl]
(AgentTaskPool-9:null) checking if agent (6) is alive
2013-04-07 00:36:51,482 INFO  [agent.manager.AgentManagerImpl]
(AgentTaskPool-12:null) Investigating why host 5 has disconnected with
event PingTimeout
2013-04-07 00:36:51,482 DEBUG [agent.manager.AgentManagerImpl]
(AgentTaskPool-12:null) checking if agent (5) is alive
2013-04-07 00:36:51,483 DEBUG [agent.transport.Request]
(AgentTaskPool-9:null) Seq 6-324993315: Sending  { Cmd , MgmtId: 1, via: 6,
Ver: v1, Flags: 100011, [{"CheckHealthCommand":{"wait":50}}] }
2013-04-07 00:36:51,484 DEBUG [agent.transport.Request]
(AgentTaskPool-9:null) Seq 6-324993315: Executing:  { Cmd , MgmtId: 1, via:
6, Ver: v1, Flags: 100011, [{"CheckHealthCommand":{"wait":50}}] }
2013-04-07 00:36:51,484 DEBUG [agent.manager.DirectAgentAttache]
(DirectAgent-169:null) Seq 6-324993315: Executing request
2013-04-07 00:36:51,485 DEBUG [agent.transport.Request]
(AgentTaskPool-12:null) Seq 5-614334819: Sending  { Cmd , MgmtId: 1, via:
5, Ver: v1, Flags: 100011, [{"CheckHealthCommand":{"wait":50}}] }
2013-04-07 00:36:51,485 DEBUG [agent.transport.Request]
(AgentTaskPool-12:null) Seq 5-614334819: Executing:  { Cmd , MgmtId: 1,
via: 5, Ver: v1, Flags: 100011, [{"CheckHealthCommand":{"wait":50}}] }
2013-04-07 00:36:51,485 DEBUG [agent.manager.DirectAgentAttache]
(DirectAgent-498:null) Seq 5-614334819: Executing request
2013-04-07 00:36:51,542 DEBUG [agent.manager.DirectAgentAttache]
(DirectAgent-169:null) Seq 6-324993315: Response Received:
2013-04-07 00:36:51,542 DEBUG [agent.transport.Request]
(DirectAgent-169:null) Seq 6-324993315: Processing:  { Ans: , MgmtId: 1,
via: 6, Ver: v1, Flags: 10,
[{"CheckHealthAnswer":{"result":true,"details":"resource is
alive","wait":0}}] }
2013-04-07 00:36:51,542 DEBUG [agent.transport.Request]
(AgentTaskPool-9:null) Seq 6-324993315: Received:  { Ans: , MgmtId: 1, via:
6, Ver: v1, Flags: 10, { CheckHealthAnswer } }
2013-04-07 00:36:51,542 DEBUG [agent.manager.AgentManagerImpl]
(AgentTaskPool-9:null) Details from executing class
com.cloud.agent.api.CheckHealthCommand: resource is alive
2013-04-07 00:36:51,542 DEBUG [agent.manager.AgentManagerImpl]
(AgentTaskPool-9:null) agent (6) responded to checkHeathCommand, reporting
that agent is Up
2013-04-07 00:36:51,542 INFO  [agent.manager.AgentManagerImpl]
(AgentTaskPool-9:null) The state determined is Up
2013-04-07 00:36:51,542 INFO  [agent.manager.AgentManagerImpl]
(AgentTaskPool-9:null) Agent is determined to be up and running
2013-04-07 00:36:51,542 DEBUG [cloud.host.Status] (AgentTaskPool-9:null)
Transition:[Resource state = Enabled, Agent event = Ping, Host id = 6, name
= Tut-XenServer]
2013-04-07 00:36:51,546 DEBUG [cloud.host.Status] (AgentTaskPool-9:null)
Agent status update: [id = 6; name = Tut-XenServer; old status = Up; event
= Ping; new status = Up; old update count = 313; new update count = 314]
2013-04-07 00:36:51,549 DEBUG [agent.manager.DirectAgentAttache]
(DirectAgent-498:null) Seq 5-614334819: Response Received:
2013-04-07 00:36:51,549 DEBUG [agent.transport.Request]
(DirectAgent-498:null) Seq 5-614334819: Processing:  { Ans: , MgmtId: 1,
via: 5, Ver: v1, Flags: 10,
[{"CheckHealthAnswer":{"result":true,"details":"resource is
alive","wait":0}}] }
2013-04-07 00:36:51,549 DEBUG [agent.transport.Request]
(AgentTaskPool-12:null) Seq 5-614334819: Received:  { Ans: , MgmtId: 1,
via: 5, Ver: v1, Flags: 10, { CheckHealthAnswer } }
2013-04-07 00:36:51,549 DEBUG [agent.manager.AgentManagerImpl]
(AgentTaskPool-12:null) Details from executing class
com.cloud.agent.api.CheckHealthCommand: resource is alive
2013-04-07 00:36:51,549 DEBUG [agent.manager.AgentManagerImpl]
(AgentTaskPool-12:null) agent (5) responded to checkHeathCommand, reporting
that agent is Up
2013-04-07 00:36:51,549 INFO  [agent.manager.AgentManagerImpl]
(AgentTaskPool-12:null) The state determined is Up
2013-04-07 00:36:51,549 INFO  [agent.manager.AgentManagerImpl]
(AgentTaskPool-12:null) Agent is determined to be up and running
2013-04-07 00:36:51,549 DEBUG [cloud.host.Status] (AgentTaskPool-12:null)
Transition:[Resource state = Enabled, Agent event = Ping, Host id = 5, name
= Tut-XenServer2]
2013-04-07 00:36:51,552 DEBUG [cloud.host.Status] (AgentTaskPool-12:null)
Agent status update: [id = 5; name = Tut-XenServer2; old status = Up; event
= Ping; new status = Up; old update count = 150; new update count = 151]
2013-04-07 00:36:54,389 INFO  [cloud.vm.UserVmManagerImpl]
(UserVm-Scavenger-1:null) Found 1 vms to expunge.
2013-04-07 00:36:54,389 DEBUG [cloud.vm.VirtualMachineManagerImpl]
(UserVm-Scavenger-1:null) Stopped called on
VM[User|c18ddf7c-fc61-40b0-af75-fdef05f8eae6] but the state is Destroyed
2013-04-07 00:36:54,391 DEBUG [cloud.capacity.CapacityManagerImpl]
(UserVm-Scavenger-1:null) VM state transitted from :Destroyed to Expunging
with event: ExpungeOperationvm's original host id: 5 new host id: null host
id before state transition: null
2013-04-07 00:36:54,391 DEBUG [cloud.vm.VirtualMachineManagerImpl]
(UserVm-Scavenger-1:null) Destroying vm
VM[User|c18ddf7c-fc61-40b0-af75-fdef05f8eae6]
2013-04-07 00:36:54,391 DEBUG [cloud.vm.VirtualMachineManagerImpl]
(UserVm-Scavenger-1:null) Cleaning up NICS
2013-04-07 00:36:54,391 DEBUG [cloud.network.NetworkManagerImpl]
(UserVm-Scavenger-1:null) Cleaning network for vm: 12
2013-04-07 00:36:54,399 DEBUG [network.guru.DirectNetworkGuru]
(UserVm-Scavenger-1:null) Deallocate network: networkId: 204, ip:
192.168.56.195
2013-04-07 00:36:54,409 DEBUG [cloud.network.NetworkManagerImpl]
(UserVm-Scavenger-1:null) Removed nic id=18
2013-04-07 00:36:54,409 DEBUG [cloud.storage.StorageManagerImpl]
(UserVm-Scavenger-1:null) Cleaning storage for vm: 12
2013-04-07 00:36:54,417 DEBUG [cloud.storage.StorageManagerImpl]
(UserVm-Scavenger-1:null) Expunging Vol[12|vm=12|ROOT]
2013-04-07 00:36:54,424 DEBUG [agent.transport.Request]
(UserVm-Scavenger-1:null) Seq 5-614334820: Sending  { Cmd , MgmtId: 1, via:
5, Ver: v1, Flags: 100111,
[{"storage.DestroyCommand":{"vmName":"i-2-12-VM","volume":{"id":12,"name":"ROOT-12","mountPoint":"/iSCSI_SR_3","path":"40a39639-e8aa-45b5-bfa1-591b68571d0c","size":52428800,"type":"ROOT","storagePoolType":"PreSetup","storagePoolUuid":"iSCSI_SR_3","deviceId":0},"wait":0}}]
}
2013-04-07 00:36:54,424 DEBUG [agent.transport.Request]
(UserVm-Scavenger-1:null) Seq 5-614334820: Executing:  { Cmd , MgmtId: 1,
via: 5, Ver: v1, Flags: 100111,
[{"storage.DestroyCommand":{"vmName":"i-2-12-VM","volume":{"id":12,"name":"ROOT-12","mountPoint":"/iSCSI_SR_3","path":"40a39639-e8aa-45b5-bfa1-591b68571d0c","size":52428800,"type":"ROOT","storagePoolType":"PreSetup","storagePoolUuid":"iSCSI_SR_3","deviceId":0},"wait":0}}]
}
2013-04-07 00:36:54,424 DEBUG [agent.manager.DirectAgentAttache]
(DirectAgent-411:null) Seq 5-614334820: Executing request
2013-04-07 00:36:55,072 DEBUG [agent.manager.DirectAgentAttache]
(DirectAgent-411:null) Seq 5-614334820: Response Received:
2013-04-07 00:36:55,072 DEBUG [agent.transport.Request]
(DirectAgent-411:null) Seq 5-614334820: Processing:  { Ans: , MgmtId: 1,
via: 5, Ver: v1, Flags: 110,
[{"Answer":{"result":true,"details":"Success","wait":0}}] }
2013-04-07 00:36:55,072 DEBUG [agent.transport.Request]
(UserVm-Scavenger-1:null) Seq 5-614334820: Received:  { Ans: , MgmtId: 1,
via: 5, Ver: v1, Flags: 110, { Answer } }
2013-04-07 00:36:55,072 DEBUG [agent.manager.AgentAttache]
(DirectAgent-411:null) Seq 5-614334820: No more commands found
2013-04-07 00:36:55,076 DEBUG [cloud.storage.StorageManagerImpl]
(UserVm-Scavenger-1:null) Volume successfully expunged from 257
2013-04-07 00:36:55,076 DEBUG [cloud.vm.VirtualMachineManagerImpl]
(UserVm-Scavenger-1:null) Expunged
VM[User|c18ddf7c-fc61-40b0-af75-fdef05f8eae6]
2013-04-07 00:36:55,076 DEBUG [cloud.vm.UserVmManagerImpl]
(UserVm-Scavenger-1:null) Starting cleaning up vm
VM[User|c18ddf7c-fc61-40b0-af75-fdef05f8eae6] resources...
2013-04-07 00:36:55,080 INFO  [network.security.SecurityGroupManagerImpl]
(UserVm-Scavenger-1:null) Disassociated 1 network groups  from uservm 12
2013-04-07 00:36:55,081 DEBUG [network.security.SecurityGroupManagerImpl]
(UserVm-Scavenger-1:null) Security group mappings are removed successfully
for vm id=12
2013-04-07 00:36:55,090 DEBUG [network.firewall.FirewallManagerImpl]
(UserVm-Scavenger-1:null) No firewall rules are found for vm id=12
2013-04-07 00:36:55,090 DEBUG [cloud.vm.UserVmManagerImpl]
(UserVm-Scavenger-1:null) Firewall rules are removed successfully as a part
of vm id=12 expunge
2013-04-07 00:36:55,093 DEBUG [network.rules.RulesManagerImpl]
(UserVm-Scavenger-1:null) No port forwarding rules are found for vm id=12
2013-04-07 00:36:55,093 DEBUG [cloud.vm.UserVmManagerImpl]
(UserVm-Scavenger-1:null) Port forwarding rules are removed successfully as
a part of vm id=12 expunge
2013-04-07 00:36:55,095 DEBUG [cloud.vm.UserVmManagerImpl]
(UserVm-Scavenger-1:null) Removed vm id=12 from all load balancers as a
part of expunge process
2013-04-07 00:36:55,096 DEBUG [cloud.vm.UserVmManagerImpl]
(UserVm-Scavenger-1:null) Successfully cleaned up vm
VM[User|c18ddf7c-fc61-40b0-af75-fdef05f8eae6] resources as a part of
expunge process
2013-04-07 00:37:04,802 DEBUG [agent.manager.DirectAgentAttache]
(DirectAgent-110:null) Ping from 6
2013-04-07 00:37:06,042 DEBUG [agent.manager.DirectAgentAttache]
(DirectAgent-409:null) Ping from 5
2013-04-07 00:37:06,909 DEBUG [agent.manager.DirectAgentAttache]
(DirectAgent-239:null) Seq 6-324993028: Executing request
2013-04-07 00:37:07,099 DEBUG [agent.manager.DirectAgentAttache]
(DirectAgent-239:null) Seq 6-324993028: Response Received:
2013-04-07 00:37:07,100 DEBUG [agent.transport.Request]
(DirectAgent-239:null) Seq 6-324993028: Processing:  { Ans: , MgmtId: 1,
via: 6, Ver: v1, Flags: 10,
[{"ClusterSyncAnswer":{"_clusterId":2,"_newStates":{},"_isExecuted":false,"result":true,"wait":0}}]
}
2013-04-07 00:37:11,022 DEBUG [agent.manager.DirectAgentAttache]
(DirectAgent-225:null) Seq 5-614334468: Executing request
2013-04-07 00:37:11,170 DEBUG [agent.manager.DirectAgentAttache]
(DirectAgent-225:null) Seq 5-614334468: Response Received:
2013-04-07 00:37:11,171 DEBUG [agent.transport.Request]
(DirectAgent-225:null) Seq 5-614334468: Processing:  { Ans: , MgmtId: 1,
via: 5, Ver: v1, Flags: 10, [{"Answer":{"result":true,"wait":0}}] }
2013-04-07 00:37:20,451 DEBUG
[storage.secondary.SecondaryStorageManagerImpl] (secstorage-1:null) Zone 1
is ready to launch secondary storage VM
2013-04-07 00:37:20,554 DEBUG [cloud.consoleproxy.ConsoleProxyManagerImpl]
(consoleproxy-1:null) Zone 1 is ready to launch console proxy
2013-04-07 00:37:20,820 DEBUG
[network.router.VirtualNetworkApplianceManagerImpl]
(RouterStatusMonitor-1:null) Found 0 routers to update status.
2013-04-07 00:37:20,822 DEBUG
[network.router.VirtualNetworkApplianceManagerImpl]
(RouterStatusMonitor-1:null) Found 0 networks to update RvR status.
2013-04-07 00:37:20,851 DEBUG
[network.router.VirtualNetworkApplianceManagerImpl]
(RouterStatusMonitor-1:null) Found 0 routers to update status.
2013-04-07 00:37:20,852 DEBUG
[network.router.VirtualNetworkApplianceManagerImpl]
(RouterStatusMonitor-1:null) Found 0 networks to update RvR status.
2013-04-07 00:37:24,890 DEBUG [agent.manager.AgentManagerImpl]
(AgentManager-Handler-6:null) Ping from 4
2013-04-07 00:37:27,167 DEBUG [agent.manager.DirectAgentAttache]
(DirectAgent-354:null) Ping from 1
2013-04-07 00:37:29,095 DEBUG [agent.manager.DirectAgentAttache]
(DirectAgent-97:null) Seq 1-90046472: Executing request
2013-04-07 00:37:29,317 DEBUG [agent.manager.DirectAgentAttache]
(DirectAgent-97:null) Seq 1-90046472: Response Received:
2013-04-07 00:37:29,317 DEBUG [agent.transport.Request]
(DirectAgent-97:null) Seq 1-90046472: Processing:  { Ans: , MgmtId: 1, via:
1, Ver: v1, Flags: 10,
[{"ClusterSyncAnswer":{"_clusterId":1,"_newStates":{},"_isExecuted":false,"result":true,"wait":0}}]
}
2013-04-07 00:37:47,679 DEBUG [agent.manager.AgentManagerImpl]
(AgentManager-Handler-7:null) Ping from 3
2013-04-07 00:37:50,451 DEBUG
[storage.secondary.SecondaryStorageManagerImpl] (secstorage-1:null) Zone 1
is ready to launch secondary storage VM
2013-04-07 00:37:50,555 DEBUG [cloud.consoleproxy.ConsoleProxyManagerImpl]
(consoleproxy-1:null) Zone 1 is ready to launch console proxy
2013-04-07 00:37:50,798 INFO  [cloud.ha.HighAvailabilityManagerImpl]
(HA-2:null) checking health of usage server
2013-04-07 00:37:50,799 DEBUG [cloud.ha.HighAvailabilityManagerImpl]
(HA-2:null) usage server running? false, heartbeat: null
2013-04-07 00:37:50,801 DEBUG [cloud.alert.AlertManagerImpl] (HA-2:null)
Have already sent: 1 emails for alert type '12' -- skipping send email
2013-04-07 00:37:50,816 DEBUG
[network.router.VirtualNetworkApplianceManagerImpl] (RouterMonitor-1:null)
Found 0 running routers.
2013-04-07 00:37:50,820 DEBUG
[network.router.VirtualNetworkApplianceManagerImpl]
(RouterStatusMonitor-1:null) Found 0 routers to update status.
2013-04-07 00:37:50,821 DEBUG
[network.router.VirtualNetworkApplianceManagerImpl]
(RouterStatusMonitor-1:null) Found 0 networks to update RvR status.
2013-04-07 00:37:50,850 DEBUG
[network.router.VirtualNetworkApplianceManagerImpl] (RouterMonitor-1:null)
Found 0 running routers.
2013-04-07 00:37:50,851 DEBUG
[network.router.VirtualNetworkApplianceManagerImpl]
(RouterStatusMonitor-1:null) Found 0 routers to update status.
2013-04-07 00:37:50,852 DEBUG
[network.router.VirtualNetworkApplianceManagerImpl]
(RouterStatusMonitor-1:null) Found 0 networks to update RvR status.
2013-04-07 00:37:50,909 DEBUG
[cloud.network.ExternalLoadBalancerUsageManagerImpl]
(ExternalNetworkMonitor-1:null) External devices stats collector is
running...
2013-04-07 00:37:50,920 DEBUG [storage.snapshot.SnapshotSchedulerImpl]
(SnapshotPollTask:null) Snapshot scheduler.poll is being called at
2013-04-07 06:37:50 GMT
2013-04-07 00:37:50,921 DEBUG [storage.snapshot.SnapshotSchedulerImpl]
(SnapshotPollTask:null) Got 0 snapshots to be executed at 2013-04-07
06:37:50 GMT
2013-04-07 00:37:51,480 INFO  [agent.manager.AgentMonitor] (Thread-11:null)
Found the following agents behind on ping: [6, 5]
2013-04-07 00:37:51,481 DEBUG [cloud.host.Status] (Thread-11:null) Ping
timeout for host 6, do invstigation
2013-04-07 00:37:51,482 DEBUG [cloud.host.Status] (Thread-11:null) Ping
timeout for host 5, do invstigation
2013-04-07 00:37:51,483 INFO  [agent.manager.AgentManagerImpl]
(AgentTaskPool-10:null) Investigating why host 6 has disconnected with
event PingTimeout
2013-04-07 00:37:51,483 DEBUG [agent.manager.AgentManagerImpl]
(AgentTaskPool-10:null) checking if agent (6) is alive
2013-04-07 00:37:51,484 INFO  [agent.manager.AgentManagerImpl]
(AgentTaskPool-13:null) Investigating why host 5 has disconnected with
event PingTimeout
2013-04-07 00:37:51,484 DEBUG [agent.manager.AgentManagerImpl]
(AgentTaskPool-13:null) checking if agent (5) is alive
2013-04-07 00:37:51,486 DEBUG [agent.transport.Request]
(AgentTaskPool-10:null) Seq 6-324993316: Sending  { Cmd , MgmtId: 1, via:
6, Ver: v1, Flags: 100011, [{"CheckHealthCommand":{"wait":50}}] }
2013-04-07 00:37:51,486 DEBUG [agent.transport.Request]
(AgentTaskPool-10:null) Seq 6-324993316: Executing:  { Cmd , MgmtId: 1,
via: 6, Ver: v1, Flags: 100011, [{"CheckHealthCommand":{"wait":50}}] }
2013-04-07 00:37:51,486 DEBUG [agent.manager.DirectAgentAttache]
(DirectAgent-303:null) Seq 6-324993316: Executing request
2013-04-07 00:37:51,488 DEBUG [agent.transport.Request]
(AgentTaskPool-13:null) Seq 5-614334821: Sending  { Cmd , MgmtId: 1, via:
5, Ver: v1, Flags: 100011, [{"CheckHealthCommand":{"wait":50}}] }
2013-04-07 00:37:51,488 DEBUG [agent.transport.Request]
(AgentTaskPool-13:null) Seq 5-614334821: Executing:  { Cmd , MgmtId: 1,
via: 5, Ver: v1, Flags: 100011, [{"CheckHealthCommand":{"wait":50}}] }
2013-04-07 00:37:51,488 DEBUG [agent.manager.DirectAgentAttache]
(DirectAgent-158:null) Seq 5-614334821: Executing request
2013-04-07 00:37:51,537 DEBUG [agent.manager.DirectAgentAttache]
(DirectAgent-303:null) Seq 6-324993316: Response Received:
2013-04-07 00:37:51,538 DEBUG [agent.transport.Request]
(DirectAgent-303:null) Seq 6-324993316: Processing:  { Ans: , MgmtId: 1,
via: 6, Ver: v1, Flags: 10,
[{"CheckHealthAnswer":{"result":true,"details":"resource is
alive","wait":0}}] }
2013-04-07 00:37:51,538 DEBUG [agent.transport.Request]
(AgentTaskPool-10:null) Seq 6-324993316: Received:  { Ans: , MgmtId: 1,
via: 6, Ver: v1, Flags: 10, { CheckHealthAnswer } }
2013-04-07 00:37:51,538 DEBUG [agent.manager.AgentManagerImpl]
(AgentTaskPool-10:null) Details from executing class
com.cloud.agent.api.CheckHealthCommand: resource is alive
2013-04-07 00:37:51,538 DEBUG [agent.manager.AgentManagerImpl]
(AgentTaskPool-10:null) agent (6) responded to checkHeathCommand, reporting
that agent is Up
2013-04-07 00:37:51,538 INFO  [agent.manager.AgentManagerImpl]
(AgentTaskPool-10:null) The state determined is Up
2013-04-07 00:37:51,538 INFO  [agent.manager.AgentManagerImpl]
(AgentTaskPool-10:null) Agent is determined to be up and running
2013-04-07 00:37:51,538 DEBUG [cloud.host.Status] (AgentTaskPool-10:null)
Transition:[Resource state = Enabled, Agent event = Ping, Host id = 6, name
= Tut-XenServer]
2013-04-07 00:37:51,541 DEBUG [agent.manager.DirectAgentAttache]
(DirectAgent-158:null) Seq 5-614334821: Response Received:
2013-04-07 00:37:51,541 DEBUG [agent.transport.Request]
(DirectAgent-158:null) Seq 5-614334821: Processing:  { Ans: , MgmtId: 1,
via: 5, Ver: v1, Flags: 10,
[{"CheckHealthAnswer":{"result":true,"details":"resource is
alive","wait":0}}] }
2013-04-07 00:37:51,541 DEBUG [agent.transport.Request]
(AgentTaskPool-13:null) Seq 5-614334821: Received:  { Ans: , MgmtId: 1,
via: 5, Ver: v1, Flags: 10, { CheckHealthAnswer } }
2013-04-07 00:37:51,541 DEBUG [agent.manager.AgentManagerImpl]
(AgentTaskPool-13:null) Details from executing class
com.cloud.agent.api.CheckHealthCommand: resource is alive
2013-04-07 00:37:51,541 DEBUG [agent.manager.AgentManagerImpl]
(AgentTaskPool-13:null) agent (5) responded to checkHeathCommand, reporting
that agent is Up
2013-04-07 00:37:51,541 INFO  [agent.manager.AgentManagerImpl]
(AgentTaskPool-13:null) The state determined is Up
2013-04-07 00:37:51,541 DEBUG [cloud.host.Status] (AgentTaskPool-10:null)
Agent status update: [id = 6; name = Tut-XenServer; old status = Up; event
= Ping; new status = Up; old update count = 314; new update count = 315]
2013-04-07 00:37:51,541 INFO  [agent.manager.AgentManagerImpl]
(AgentTaskPool-13:null) Agent is determined to be up and running
2013-04-07 00:37:51,541 DEBUG [cloud.host.Status] (AgentTaskPool-13:null)
Transition:[Resource state = Enabled, Agent event = Ping, Host id = 5, name
= Tut-XenServer2]
2013-04-07 00:37:51,544 DEBUG [cloud.host.Status] (AgentTaskPool-13:null)
Agent status update: [id = 5; name = Tut-XenServer2; old status = Up; event
= Ping; new status = Up; old update count = 151; new update count = 152]
2013-04-07 00:37:55,103 INFO  [cloud.vm.UserVmManagerImpl]
(UserVm-Scavenger-1:null) Found 1 vms to expunge.
2013-04-07 00:37:55,103 DEBUG [cloud.vm.VirtualMachineManagerImpl]
(UserVm-Scavenger-1:null) Stopped called on
VM[User|94ddc16f-04fc-4da1-8326-01d8d5cdeb44] but the state is Destroyed
2013-04-07 00:37:55,105 DEBUG [cloud.capacity.CapacityManagerImpl]
(UserVm-Scavenger-1:null) VM state transitted from :Destroyed to Expunging
with event: ExpungeOperationvm's original host id: 6 new host id: null host
id before state transition: null
2013-04-07 00:37:55,105 DEBUG [cloud.vm.VirtualMachineManagerImpl]
(UserVm-Scavenger-1:null) Destroying vm
VM[User|94ddc16f-04fc-4da1-8326-01d8d5cdeb44]
2013-04-07 00:37:55,105 DEBUG [cloud.vm.VirtualMachineManagerImpl]
(UserVm-Scavenger-1:null) Cleaning up NICS
2013-04-07 00:37:55,105 DEBUG [cloud.network.NetworkManagerImpl]
(UserVm-Scavenger-1:null) Cleaning network for vm: 13
2013-04-07 00:37:55,113 DEBUG [network.guru.DirectNetworkGuru]
(UserVm-Scavenger-1:null) Deallocate network: networkId: 204, ip:
192.168.56.146
2013-04-07 00:37:55,124 DEBUG [cloud.network.NetworkManagerImpl]
(UserVm-Scavenger-1:null) Removed nic id=19
2013-04-07 00:37:55,124 DEBUG [cloud.storage.StorageManagerImpl]
(UserVm-Scavenger-1:null) Cleaning storage for vm: 13
2013-04-07 00:37:55,132 DEBUG [cloud.storage.StorageManagerImpl]
(UserVm-Scavenger-1:null) Expunging Vol[13|vm=13|ROOT]
2013-04-07 00:37:55,139 DEBUG [agent.transport.Request]
(UserVm-Scavenger-1:null) Seq 6-324993317: Sending  { Cmd , MgmtId: 1, via:
6, Ver: v1, Flags: 100111,
[{"storage.DestroyCommand":{"vmName":"i-2-13-VM","volume":{"id":13,"name":"ROOT-13","mountPoint":"/iSCSI_SR_3","path":"99154d9c-2665-465d-8c71-e60f1748895b","size":52428800,"type":"ROOT","storagePoolType":"PreSetup","storagePoolUuid":"iSCSI_SR_3","deviceId":0},"wait":0}}]
}
2013-04-07 00:37:55,140 DEBUG [agent.transport.Request]
(UserVm-Scavenger-1:null) Seq 6-324993317: Executing:  { Cmd , MgmtId: 1,
via: 6, Ver: v1, Flags: 100111,
[{"storage.DestroyCommand":{"vmName":"i-2-13-VM","volume":{"id":13,"name":"ROOT-13","mountPoint":"/iSCSI_SR_3","path":"99154d9c-2665-465d-8c71-e60f1748895b","size":52428800,"type":"ROOT","storagePoolType":"PreSetup","storagePoolUuid":"iSCSI_SR_3","deviceId":0},"wait":0}}]
}
2013-04-07 00:37:55,140 DEBUG [agent.manager.DirectAgentAttache]
(DirectAgent-87:null) Seq 6-324993317: Executing request
2013-04-07 00:37:55,724 DEBUG [agent.manager.DirectAgentAttache]
(DirectAgent-87:null) Seq 6-324993317: Response Received:
2013-04-07 00:37:55,724 DEBUG [agent.transport.Request]
(DirectAgent-87:null) Seq 6-324993317: Processing:  { Ans: , MgmtId: 1,
via: 6, Ver: v1, Flags: 110,
[{"Answer":{"result":true,"details":"Success","wait":0}}] }
2013-04-07 00:37:55,724 DEBUG [agent.manager.AgentAttache]
(DirectAgent-87:null) Seq 6-324993317: No more commands found
2013-04-07 00:37:55,724 DEBUG [agent.transport.Request]
(UserVm-Scavenger-1:null) Seq 6-324993317: Received:  { Ans: , MgmtId: 1,
via: 6, Ver: v1, Flags: 110, { Answer } }
2013-04-07 00:37:55,727 DEBUG [cloud.storage.StorageManagerImpl]
(UserVm-Scavenger-1:null) Volume successfully expunged from 257
2013-04-07 00:37:55,727 DEBUG [cloud.vm.VirtualMachineManagerImpl]
(UserVm-Scavenger-1:null) Expunged
VM[User|94ddc16f-04fc-4da1-8326-01d8d5cdeb44]
2013-04-07 00:37:55,727 DEBUG [cloud.vm.UserVmManagerImpl]
(UserVm-Scavenger-1:null) Starting cleaning up vm
VM[User|94ddc16f-04fc-4da1-8326-01d8d5cdeb44] resources...
2013-04-07 00:37:55,730 INFO  [network.security.SecurityGroupManagerImpl]
(UserVm-Scavenger-1:null) Disassociated 1 network groups  from uservm 13
2013-04-07 00:37:55,732 DEBUG [network.security.SecurityGroupManagerImpl]
(UserVm-Scavenger-1:null) Security group mappings are removed successfully
for vm id=13
2013-04-07 00:37:55,736 DEBUG [network.firewall.FirewallManagerImpl]
(UserVm-Scavenger-1:null) No firewall rules are found for vm id=13
2013-04-07 00:37:55,737 DEBUG [cloud.vm.UserVmManagerImpl]
(UserVm-Scavenger-1:null) Firewall rules are removed successfully as a part
of vm id=13 expunge
2013-04-07 00:37:55,739 DEBUG [network.rules.RulesManagerImpl]
(UserVm-Scavenger-1:null) No port forwarding rules are found for vm id=13
2013-04-07 00:37:55,739 DEBUG [cloud.vm.UserVmManagerImpl]
(UserVm-Scavenger-1:null) Port forwarding rules are removed successfully as
a part of vm id=13 expunge
2013-04-07 00:37:55,740 DEBUG [cloud.vm.UserVmManagerImpl]
(UserVm-Scavenger-1:null) Removed vm id=13 from all load balancers as a
part of expunge process
2013-04-07 00:37:55,741 DEBUG [cloud.vm.UserVmManagerImpl]
(UserVm-Scavenger-1:null) Successfully cleaned up vm
VM[User|94ddc16f-04fc-4da1-8326-01d8d5cdeb44] resources as a part of
expunge process
2013-04-07 00:38:04,813 DEBUG [agent.manager.DirectAgentAttache]
(DirectAgent-442:null) Ping from 6
2013-04-07 00:38:06,064 DEBUG [agent.manager.DirectAgentAttache]
(DirectAgent-374:null) Ping from 5
2013-04-07 00:38:06,909 DEBUG [agent.manager.DirectAgentAttache]
(DirectAgent-157:null) Seq 6-324993028: Executing request
2013-04-07 00:38:07,099 DEBUG [agent.manager.DirectAgentAttache]
(DirectAgent-157:null) Seq 6-324993028: Response Received:
2013-04-07 00:38:07,100 DEBUG [agent.transport.Request]
(DirectAgent-157:null) Seq 6-324993028: Processing:  { Ans: , MgmtId: 1,
via: 6, Ver: v1, Flags: 10,
[{"ClusterSyncAnswer":{"_clusterId":2,"_newStates":{},"_isExecuted":false,"result":true,"wait":0}}]
}
2013-04-07 00:38:11,022 DEBUG [agent.manager.DirectAgentAttache]
(DirectAgent-192:null) Seq 5-614334468: Executing request
2013-04-07 00:38:11,181 DEBUG [agent.manager.DirectAgentAttache]
(DirectAgent-192:null) Seq 5-614334468: Response Received:
2013-04-07 00:38:11,181 DEBUG [agent.transport.Request]
(DirectAgent-192:null) Seq 5-614334468: Processing:  { Ans: , MgmtId: 1,
via: 5, Ver: v1, Flags: 10, [{"Answer":{"result":true,"wait":0}}] }
2013-04-07 00:38:20,455 DEBUG
[storage.secondary.SecondaryStorageManagerImpl] (secstorage-1:null) Zone 1
is ready to launch secondary storage VM
2013-04-07 00:38:20,573 DEBUG [cloud.consoleproxy.ConsoleProxyManagerImpl]
(consoleproxy-1:null) Zone 1 is ready to launch console proxy
2013-04-07 00:38:20,820 DEBUG
[network.router.VirtualNetworkApplianceManagerImpl]
(RouterStatusMonitor-1:null) Found 0 routers to update status.
2013-04-07 00:38:20,821 DEBUG
[network.router.VirtualNetworkApplianceManagerImpl]
(RouterStatusMonitor-1:null) Found 0 networks to update RvR status.
2013-04-07 00:38:20,851 DEBUG
[network.router.VirtualNetworkApplianceManagerImpl]
(RouterStatusMonitor-1:null) Found 0 routers to update status.
2013-04-07 00:38:20,853 DEBUG
[network.router.VirtualNetworkApplianceManagerImpl]
(RouterStatusMonitor-1:null) Found 0 networks to update RvR status.
2013-04-07 00:38:20,921 DEBUG [cloud.alert.AlertManagerImpl]
(CapacityChecker:null) Running Capacity Checker ...
2013-04-07 00:38:20,921 DEBUG [cloud.alert.AlertManagerImpl]
(CapacityChecker:null) recalculating system capacity
2013-04-07 00:38:20,921 DEBUG [cloud.alert.AlertManagerImpl]
(CapacityChecker:null) Executing cpu/ram capacity update
2013-04-07 00:38:20,931 DEBUG [cloud.capacity.CapacityManagerImpl]
(CapacityChecker:null) Found 2 VMs on host 1
2013-04-07 00:38:20,932 DEBUG [cloud.capacity.CapacityManagerImpl]
(CapacityChecker:null) Found 0 VM, not running on host 1
2013-04-07 00:38:20,935 DEBUG [cloud.capacity.CapacityManagerImpl]
(CapacityChecker:null) No need to calibrate cpu capacity, host:1 usedCpu:
200 reservedCpu: 0
2013-04-07 00:38:20,935 DEBUG [cloud.capacity.CapacityManagerImpl]
(CapacityChecker:null) No need to calibrate memory capacity, host:1
usedMem: 209715200 reservedMem: 0
2013-04-07 00:38:20,940 DEBUG [cloud.capacity.CapacityManagerImpl]
(CapacityChecker:null) Found 0 VMs on host 5
2013-04-07 00:38:20,941 DEBUG [cloud.capacity.CapacityManagerImpl]
(CapacityChecker:null) Found 0 VM, not running on host 5
2013-04-07 00:38:20,944 DEBUG [cloud.capacity.CapacityManagerImpl]
(CapacityChecker:null) No need to calibrate cpu capacity, host:5 usedCpu: 0
reservedCpu: 0
2013-04-07 00:38:20,944 DEBUG [cloud.capacity.CapacityManagerImpl]
(CapacityChecker:null) No need to calibrate memory capacity, host:5
usedMem: 0 reservedMem: 0
2013-04-07 00:38:20,950 DEBUG [cloud.capacity.CapacityManagerImpl]
(CapacityChecker:null) Found 1 VMs on host 6
2013-04-07 00:38:20,951 DEBUG [cloud.capacity.CapacityManagerImpl]
(CapacityChecker:null) Found 0 VM, not running on host 6
2013-04-07 00:38:20,954 DEBUG [cloud.capacity.CapacityManagerImpl]
(CapacityChecker:null) No need to calibrate cpu capacity, host:6 usedCpu:
100 reservedCpu: 0
2013-04-07 00:38:20,954 DEBUG [cloud.capacity.CapacityManagerImpl]
(CapacityChecker:null) No need to calibrate memory capacity, host:6
usedMem: 104857600 reservedMem: 0
2013-04-07 00:38:20,954 DEBUG [cloud.alert.AlertManagerImpl]
(CapacityChecker:null) Done executing cpu/ram capacity update
2013-04-07 00:38:20,954 DEBUG [cloud.alert.AlertManagerImpl]
(CapacityChecker:null) Executing storage capacity update
2013-04-07 00:38:20,961 DEBUG [cloud.storage.StorageManagerImpl]
(CapacityChecker:null) Successfully set Capacity - 31004332032 for capacity
type - 9 , DataCenterId - 1, HostOrPoolId - 200, PodId 1
2013-04-07 00:38:20,965 DEBUG [cloud.storage.StorageManagerImpl]
(CapacityChecker:null) Successfully set Capacity - 97221701632 for capacity
type - 9 , DataCenterId - 1, HostOrPoolId - 201, PodId 1
2013-04-07 00:38:20,970 DEBUG [cloud.storage.StorageManagerImpl]
(CapacityChecker:null) Successfully set Capacity - 97221701632 for capacity
type - 9 , DataCenterId - 1, HostOrPoolId - 202, PodId 1
2013-04-07 00:38:20,975 DEBUG [cloud.storage.StorageManagerImpl]
(CapacityChecker:null) Successfully set Capacity - 2084569088 for capacity
type - 3 , DataCenterId - 1, HostOrPoolId - 256, PodId 1
2013-04-07 00:38:20,980 DEBUG [cloud.storage.StorageManagerImpl]
(CapacityChecker:null) Successfully set Capacity - 2084569088 for capacity
type - 3 , DataCenterId - 1, HostOrPoolId - 257, PodId 1
2013-04-07 00:38:20,985 DEBUG [cloud.storage.StorageManagerImpl]
(CapacityChecker:null) Successfully set Capacity - 2084569088 for capacity
type - 3 , DataCenterId - 1, HostOrPoolId - 262, PodId 1
2013-04-07 00:38:20,985 DEBUG [cloud.alert.AlertManagerImpl]
(CapacityChecker:null) Done executing storage capacity update
2013-04-07 00:38:20,985 DEBUG [cloud.alert.AlertManagerImpl]
(CapacityChecker:null) Executing capacity updates for public ip and Vlans
2013-04-07 00:38:20,995 DEBUG [cloud.alert.AlertManagerImpl]
(CapacityChecker:null) Done capacity updates for public ip and Vlans
2013-04-07 00:38:20,996 DEBUG [cloud.alert.AlertManagerImpl]
(CapacityChecker:null) Executing capacity updates for private ip
2013-04-07 00:38:21,003 DEBUG [cloud.alert.AlertManagerImpl]
(CapacityChecker:null) Done executing capacity updates for private ip
2013-04-07 00:38:21,003 DEBUG [cloud.alert.AlertManagerImpl]
(CapacityChecker:null) Done recalculating system capacity
2013-04-07 00:38:21,031 DEBUG [cloud.alert.AlertManagerImpl]
(CapacityChecker:null) Done running Capacity Checker ...
2013-04-07 00:38:24,889 DEBUG [agent.manager.AgentManagerImpl]
(AgentManager-Handler-8:null) Ping from 4
2013-04-07 00:38:27,157 DEBUG [agent.manager.DirectAgentAttache]
(DirectAgent-311:null) Ping from 1
2013-04-07 00:38:29,095 DEBUG [agent.manager.DirectAgentAttache]
(DirectAgent-197:null) Seq 1-90046472: Executing request
2013-04-07 00:38:29,323 DEBUG [agent.manager.DirectAgentAttache]
(DirectAgent-197:null) Seq 1-90046472: Response Received:
2013-04-07 00:38:29,324 DEBUG [agent.transport.Request]
(DirectAgent-197:null) Seq 1-90046472: Processing:  { Ans: , MgmtId: 1,
via: 1, Ver: v1, Flags: 10,
[{"ClusterSyncAnswer":{"_clusterId":1,"_newStates":{},"_isExecuted":false,"result":true,"wait":0}}]
}
2013-04-07 00:38:47,679 DEBUG [agent.manager.AgentManagerImpl]
(AgentManager-Handler-9:null) Ping from 3
2013-04-07 00:38:50,453 DEBUG
[storage.secondary.SecondaryStorageManagerImpl] (secstorage-1:null) Zone 1
is ready to launch secondary storage VM
2013-04-07 00:38:50,560 DEBUG [cloud.consoleproxy.ConsoleProxyManagerImpl]
(consoleproxy-1:null) Zone 1 is ready to launch console proxy
2013-04-07 00:38:50,819 DEBUG
[network.router.VirtualNetworkApplianceManagerImpl]
(RouterStatusMonitor-1:null) Found 0 routers to update status.
2013-04-07 00:38:50,820 DEBUG
[network.router.VirtualNetworkApplianceManagerImpl]
(RouterStatusMonitor-1:null) Found 0 networks to update RvR status.
2013-04-07 00:38:50,851 DEBUG
[network.router.VirtualNetworkApplianceManagerImpl]
(RouterStatusMonitor-1:null) Found 0 routers to update status.
2013-04-07 00:38:50,852 DEBUG
[network.router.VirtualNetworkApplianceManagerImpl]
(RouterStatusMonitor-1:null) Found 0 networks to update RvR status.
2013-04-07 00:38:51,483 INFO  [agent.manager.AgentMonitor] (Thread-11:null)
Found the following agents behind on ping: [6, 5]
2013-04-07 00:38:51,485 DEBUG [cloud.host.Status] (Thread-11:null) Ping
timeout for host 6, do invstigation
2013-04-07 00:38:51,486 DEBUG [cloud.host.Status] (Thread-11:null) Ping
timeout for host 5, do invstigation
2013-04-07 00:38:51,486 INFO  [agent.manager.AgentManagerImpl]
(AgentTaskPool-11:null) Investigating why host 6 has disconnected with
event PingTimeout
2013-04-07 00:38:51,486 DEBUG [agent.manager.AgentManagerImpl]
(AgentTaskPool-11:null) checking if agent (6) is alive
2013-04-07 00:38:51,487 INFO  [agent.manager.AgentManagerImpl]
(AgentTaskPool-16:null) Investigating why host 5 has disconnected with
event PingTimeout
2013-04-07 00:38:51,488 DEBUG [agent.manager.AgentManagerImpl]
(AgentTaskPool-16:null) checking if agent (5) is alive
2013-04-07 00:38:51,489 DEBUG [agent.transport.Request]
(AgentTaskPool-11:null) Seq 6-324993318: Sending  { Cmd , MgmtId: 1, via:
6, Ver: v1, Flags: 100011, [{"CheckHealthCommand":{"wait":50}}] }
2013-04-07 00:38:51,489 DEBUG [agent.transport.Request]
(AgentTaskPool-11:null) Seq 6-324993318: Executing:  { Cmd , MgmtId: 1,
via: 6, Ver: v1, Flags: 100011, [{"CheckHealthCommand":{"wait":50}}] }
2013-04-07 00:38:51,489 DEBUG [agent.manager.DirectAgentAttache]
(DirectAgent-372:null) Seq 6-324993318: Executing request
2013-04-07 00:38:51,491 DEBUG [agent.transport.Request]
(AgentTaskPool-16:null) Seq 5-614334822: Sending  { Cmd , MgmtId: 1, via:
5, Ver: v1, Flags: 100011, [{"CheckHealthCommand":{"wait":50}}] }
2013-04-07 00:38:51,491 DEBUG [agent.transport.Request]
(AgentTaskPool-16:null) Seq 5-614334822: Executing:  { Cmd , MgmtId: 1,
via: 5, Ver: v1, Flags: 100011, [{"CheckHealthCommand":{"wait":50}}] }
2013-04-07 00:38:51,491 DEBUG [agent.manager.DirectAgentAttache]
(DirectAgent-252:null) Seq 5-614334822: Executing request
2013-04-07 00:38:51,546 DEBUG [agent.manager.DirectAgentAttache]
(DirectAgent-372:null) Seq 6-324993318: Response Received:
2013-04-07 00:38:51,547 DEBUG [agent.transport.Request]
(DirectAgent-372:null) Seq 6-324993318: Processing:  { Ans: , MgmtId: 1,
via: 6, Ver: v1, Flags: 10,
[{"CheckHealthAnswer":{"result":true,"details":"resource is
alive","wait":0}}] }
2013-04-07 00:38:51,547 DEBUG [agent.transport.Request]
(AgentTaskPool-11:null) Seq 6-324993318: Received:  { Ans: , MgmtId: 1,
via: 6, Ver: v1, Flags: 10, { CheckHealthAnswer } }
2013-04-07 00:38:51,547 DEBUG [agent.manager.AgentManagerImpl]
(AgentTaskPool-11:null) Details from executing class
com.cloud.agent.api.CheckHealthCommand: resource is alive
2013-04-07 00:38:51,547 DEBUG [agent.manager.AgentManagerImpl]
(AgentTaskPool-11:null) agent (6) responded to checkHeathCommand, reporting
that agent is Up
2013-04-07 00:38:51,547 INFO  [agent.manager.AgentManagerImpl]
(AgentTaskPool-11:null) The state determined is Up
2013-04-07 00:38:51,547 INFO  [agent.manager.AgentManagerImpl]
(AgentTaskPool-11:null) Agent is determined to be up and running
2013-04-07 00:38:51,547 DEBUG [cloud.host.Status] (AgentTaskPool-11:null)
Transition:[Resource state = Enabled, Agent event = Ping, Host id = 6, name
= Tut-XenServer]
2013-04-07 00:38:51,549 DEBUG [agent.manager.DirectAgentAttache]
(DirectAgent-252:null) Seq 5-614334822: Response Received:
2013-04-07 00:38:51,549 DEBUG [agent.transport.Request]
(DirectAgent-252:null) Seq 5-614334822: Processing:  { Ans: , MgmtId: 1,
via: 5, Ver: v1, Flags: 10,
[{"CheckHealthAnswer":{"result":true,"details":"resource is
alive","wait":0}}] }
2013-04-07 00:38:51,549 DEBUG [agent.transport.Request]
(AgentTaskPool-16:null) Seq 5-614334822: Received:  { Ans: , MgmtId: 1,
via: 5, Ver: v1, Flags: 10, { CheckHealthAnswer } }
2013-04-07 00:38:51,550 DEBUG [agent.manager.AgentManagerImpl]
(AgentTaskPool-16:null) Details from executing class
com.cloud.agent.api.CheckHealthCommand: resource is alive
2013-04-07 00:38:51,550 DEBUG [agent.manager.AgentManagerImpl]
(AgentTaskPool-16:null) agent (5) responded to checkHeathCommand, reporting
that agent is Up
2013-04-07 00:38:51,550 INFO  [agent.manager.AgentManagerImpl]
(AgentTaskPool-16:null) The state determined is Up
2013-04-07 00:38:51,550 INFO  [agent.manager.AgentManagerImpl]
(AgentTaskPool-16:null) Agent is determined to be up and running
2013-04-07 00:38:51,550 DEBUG [cloud.host.Status] (AgentTaskPool-11:null)
Agent status update: [id = 6; name = Tut-XenServer; old status = Up; event
= Ping; new status = Up; old update count = 315; new update count = 316]
2013-04-07 00:38:51,550 DEBUG [cloud.host.Status] (AgentTaskPool-16:null)
Transition:[Resource state = Enabled, Agent event = Ping, Host id = 5, name
= Tut-XenServer2]
2013-04-07 00:38:51,553 DEBUG [cloud.host.Status] (AgentTaskPool-16:null)
Agent status update: [id = 5; name = Tut-XenServer2; old status = Up; event
= Ping; new status = Up; old update count = 152; new update count = 153]
2013-04-07 00:39:04,800 DEBUG [agent.manager.DirectAgentAttache]
(DirectAgent-100:null) Ping from 6
2013-04-07 00:39:06,054 DEBUG [agent.manager.DirectAgentAttache]
(DirectAgent-259:null) Ping from 5
2013-04-07 00:39:06,909 DEBUG [agent.manager.DirectAgentAttache]
(DirectAgent-134:null) Seq 6-324993028: Executing request
2013-04-07 00:39:07,104 DEBUG [agent.manager.DirectAgentAttache]
(DirectAgent-134:null) Seq 6-324993028: Response Received:
2013-04-07 00:39:07,104 DEBUG [agent.transport.Request]
(DirectAgent-134:null) Seq 6-324993028: Processing:  { Ans: , MgmtId: 1,
via: 6, Ver: v1, Flags: 10,
[{"ClusterSyncAnswer":{"_clusterId":2,"_newStates":{},"_isExecuted":false,"result":true,"wait":0}}]
}
2013-04-07 00:39:11,022 DEBUG [agent.manager.DirectAgentAttache]
(DirectAgent-188:null) Seq 5-614334468: Executing request
2013-04-07 00:39:11,164 DEBUG [agent.manager.DirectAgentAttache]
(DirectAgent-188:null) Seq 5-614334468: Response Received:
2013-04-07 00:39:11,164 DEBUG [agent.transport.Request]
(DirectAgent-188:null) Seq 5-614334468: Processing:  { Ans: , MgmtId: 1,
via: 5, Ver: v1, Flags: 10, [{"Answer":{"result":true,"wait":0}}] }
2013-04-07 00:39:20,451 DEBUG
[storage.secondary.SecondaryStorageManagerImpl] (secstorage-1:null) Zone 1
is ready to launch secondary storage VM
2013-04-07 00:39:20,552 DEBUG [cloud.consoleproxy.ConsoleProxyManagerImpl]
(consoleproxy-1:null) Zone 1 is ready to launch console proxy
2013-04-07 00:39:20,819 DEBUG
[network.router.VirtualNetworkApplianceManagerImpl]
(RouterStatusMonitor-1:null) Found 0 routers to update status.
2013-04-07 00:39:20,820 DEBUG
[network.router.VirtualNetworkApplianceManagerImpl]
(RouterStatusMonitor-1:null) Found 0 networks to update RvR status.
2013-04-07 00:39:20,851 DEBUG
[network.router.VirtualNetworkApplianceManagerImpl]
(RouterStatusMonitor-1:null) Found 0 routers to update status.
2013-04-07 00:39:20,852 DEBUG
[network.router.VirtualNetworkApplianceManagerImpl]
(RouterStatusMonitor-1:null) Found 0 networks to update RvR status.
2013-04-07 00:39:24,890 DEBUG [agent.manager.AgentManagerImpl]
(AgentManager-Handler-10:null) Ping from 4
2013-04-07 00:39:27,161 DEBUG [agent.manager.DirectAgentAttache]
(DirectAgent-400:null) Ping from 1
2013-04-07 00:39:27,661 DEBUG [cloud.api.ApiServlet]
(1109449945@qtp-1008805148-34:null) ===START===  127.0.0.1 -- GET
 command=listVolumes&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&listAll=true&page=1&pagesize=20&_=1365316767658
2013-04-07 00:39:27,672 DEBUG [cloud.api.ApiServlet]
(1109449945@qtp-1008805148-34:null) ===END===  127.0.0.1 -- GET
 command=listVolumes&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&listAll=true&page=1&pagesize=20&_=1365316767658
2013-04-07 00:39:28,628 DEBUG [cloud.api.ApiServlet]
(1109449945@qtp-1008805148-34:null) ===START===  127.0.0.1 -- GET
 command=listVirtualMachines&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&listAll=true&page=1&pagesize=20&_=1365316768625
2013-04-07 00:39:28,640 DEBUG [cloud.api.ApiServlet]
(1109449945@qtp-1008805148-34:null) ===END===  127.0.0.1 -- GET
 command=listVirtualMachines&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&listAll=true&page=1&pagesize=20&_=1365316768625
2013-04-07 00:39:29,095 DEBUG [agent.manager.DirectAgentAttache]
(DirectAgent-101:null) Seq 1-90046472: Executing request
2013-04-07 00:39:29,311 DEBUG [agent.manager.DirectAgentAttache]
(DirectAgent-101:null) Seq 1-90046472: Response Received:
2013-04-07 00:39:29,311 DEBUG [agent.transport.Request]
(DirectAgent-101:null) Seq 1-90046472: Processing:  { Ans: , MgmtId: 1,
via: 1, Ver: v1, Flags: 10,
[{"ClusterSyncAnswer":{"_clusterId":1,"_newStates":{},"_isExecuted":false,"result":true,"wait":0}}]
}
2013-04-07 00:39:31,530 DEBUG [cloud.api.ApiServlet]
(1109449945@qtp-1008805148-34:null) ===START===  127.0.0.1 -- GET
 command=logout&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316771528
2013-04-07 00:39:31,535 DEBUG [cloud.api.ApiServlet]
(1109449945@qtp-1008805148-34:null) ===END===  127.0.0.1 -- GET
 command=logout&response=json&sessionkey=Z6QqzU0Fq1iT13bMgnRRfl8GoVA%3D&_=1365316771528
2013-04-07 00:39:31,969 DEBUG [cloud.api.ApiServlet]
(2107564436@qtp-1008805148-38:null) ===START===  127.0.0.1 -- GET
 command=listCapabilities&response=json&sessionkey=null&_=1365316771968
2013-04-07 00:39:31,970 DEBUG [cloud.api.ApiServlet]
(2107564436@qtp-1008805148-38:null) ===END===  127.0.0.1 -- GET
 command=listCapabilities&response=json&sessionkey=null&_=1365316771968
2013-04-07 00:39:47,679 DEBUG [agent.manager.AgentManagerImpl]
(AgentManager-Handler-11:null) Ping from 3
2013-04-07 00:39:50,451 DEBUG
[storage.secondary.SecondaryStorageManagerImpl] (secstorage-1:null) Zone 1
is ready to launch secondary storage VM
2013-04-07 00:39:50,555 DEBUG [cloud.consoleproxy.ConsoleProxyManagerImpl]
(consoleproxy-1:null) Zone 1 is ready to launch console proxy
2013-04-07 00:39:50,819 DEBUG
[network.router.VirtualNetworkApplianceManagerImpl]
(RouterStatusMonitor-1:null) Found 0 routers to update status.
2013-04-07 00:39:50,820 DEBUG
[network.router.VirtualNetworkApplianceManagerImpl]
(RouterStatusMonitor-1:null) Found 0 networks to update RvR status.
2013-04-07 00:39:50,850 DEBUG
[network.router.VirtualNetworkApplianceManagerImpl]
(RouterStatusMonitor-1:null) Found 0 routers to update status.
2013-04-07 00:39:50,851 DEBUG
[network.router.VirtualNetworkApplianceManagerImpl]
(RouterStatusMonitor-1:null) Found 0 networks to update RvR status.
2013-04-07 00:39:51,486 INFO  [agent.manager.AgentMonitor] (Thread-11:null)
Found the following agents behind on ping: [6, 5]
2013-04-07 00:39:51,488 DEBUG [cloud.host.Status] (Thread-11:null) Ping
timeout for host 6, do invstigation
2013-04-07 00:39:51,489 DEBUG [cloud.host.Status] (Thread-11:null) Ping
timeout for host 5, do invstigation
2013-04-07 00:39:51,489 INFO  [agent.manager.AgentManagerImpl]
(AgentTaskPool-2:null) Investigating why host 6 has disconnected with event
PingTimeout
2013-04-07 00:39:51,490 DEBUG [agent.manager.AgentManagerImpl]
(AgentTaskPool-2:null) checking if agent (6) is alive
2013-04-07 00:39:51,491 INFO  [agent.manager.AgentManagerImpl]
(AgentTaskPool-14:null) Investigating why host 5 has disconnected with
event PingTimeout
2013-04-07 00:39:51,491 DEBUG [agent.manager.AgentManagerImpl]
(AgentTaskPool-14:null) checking if agent (5) is alive
2013-04-07 00:39:51,493 DEBUG [agent.transport.Request]
(AgentTaskPool-2:null) Seq 6-324993319: Sending  { Cmd , MgmtId: 1, via: 6,
Ver: v1, Flags: 100011, [{"CheckHealthCommand":{"wait":50}}] }
2013-04-07 00:39:51,493 DEBUG [agent.transport.Request]
(AgentTaskPool-2:null) Seq 6-324993319: Executing:  { Cmd , MgmtId: 1, via:
6, Ver: v1, Flags: 100011, [{"CheckHealthCommand":{"wait":50}}] }
2013-04-07 00:39:51,493 DEBUG [agent.manager.DirectAgentAttache]
(DirectAgent-278:null) Seq 6-324993319: Executing request
2013-04-07 00:39:51,494 DEBUG [agent.transport.Request]
(AgentTaskPool-14:null) Seq 5-614334823: Sending  { Cmd , MgmtId: 1, via:
5, Ver: v1, Flags: 100011, [{"CheckHealthCommand":{"wait":50}}] }
2013-04-07 00:39:51,494 DEBUG [agent.transport.Request]
(AgentTaskPool-14:null) Seq 5-614334823: Executing:  { Cmd , MgmtId: 1,
via: 5, Ver: v1, Flags: 100011, [{"CheckHealthCommand":{"wait":50}}] }
2013-04-07 00:39:51,495 DEBUG [agent.manager.DirectAgentAttache]
(DirectAgent-433:null) Seq 5-614334823: Executing request
2013-04-07 00:39:51,547 DEBUG [agent.manager.DirectAgentAttache]
(DirectAgent-278:null) Seq 6-324993319: Response Received:
2013-04-07 00:39:51,548 DEBUG [agent.transport.Request]
(DirectAgent-278:null) Seq 6-324993319: Processing:  { Ans: , MgmtId: 1,
via: 6, Ver: v1, Flags: 10,
[{"CheckHealthAnswer":{"result":true,"details":"resource is
alive","wait":0}}] }
2013-04-07 00:39:51,548 DEBUG [agent.transport.Request]
(AgentTaskPool-2:null) Seq 6-324993319: Received:  { Ans: , MgmtId: 1, via:
6, Ver: v1, Flags: 10, { CheckHealthAnswer } }
2013-04-07 00:39:51,548 DEBUG [agent.manager.AgentManagerImpl]
(AgentTaskPool-2:null) Details from executing class
com.cloud.agent.api.CheckHealthCommand: resource is alive
2013-04-07 00:39:51,548 DEBUG [agent.manager.AgentManagerImpl]
(AgentTaskPool-2:null) agent (6) responded to checkHeathCommand, reporting
that agent is Up
2013-04-07 00:39:51,548 INFO  [agent.manager.AgentManagerImpl]
(AgentTaskPool-2:null) The state determined is Up
2013-04-07 00:39:51,548 INFO  [agent.manager.AgentManagerImpl]
(AgentTaskPool-2:null) Agent is determined to be up and running
2013-04-07 00:39:51,548 DEBUG [cloud.host.Status] (AgentTaskPool-2:null)
Transition:[Resource state = Enabled, Agent event = Ping, Host id = 6, name
= Tut-XenServer]
2013-04-07 00:39:51,549 DEBUG [agent.manager.DirectAgentAttache]
(DirectAgent-433:null) Seq 5-614334823: Response Received:
2013-04-07 00:39:51,549 DEBUG [agent.transport.Request]
(DirectAgent-433:null) Seq 5-614334823: Processing:  { Ans: , MgmtId: 1,
via: 5, Ver: v1, Flags: 10,
[{"CheckHealthAnswer":{"result":true,"details":"resource is
alive","wait":0}}] }
2013-04-07 00:39:51,549 DEBUG [agent.transport.Request]
(AgentTaskPool-14:null) Seq 5-614334823: Received:  { Ans: , MgmtId: 1,
via: 5, Ver: v1, Flags: 10, { CheckHealthAnswer } }
2013-04-07 00:39:51,549 DEBUG [agent.manager.AgentManagerImpl]
(AgentTaskPool-14:null) Details from executing class
com.cloud.agent.api.CheckHealthCommand: resource is alive
2013-04-07 00:39:51,549 DEBUG [agent.manager.AgentManagerImpl]
(AgentTaskPool-14:null) agent (5) responded to checkHeathCommand, reporting
that agent is Up
2013-04-07 00:39:51,549 INFO  [agent.manager.AgentManagerImpl]
(AgentTaskPool-14:null) The state determined is Up
2013-04-07 00:39:51,549 INFO  [agent.manager.AgentManagerImpl]
(AgentTaskPool-14:null) Agent is determined to be up and running
2013-04-07 00:39:51,551 DEBUG [cloud.host.Status] (AgentTaskPool-2:null)
Agent status update: [id = 6; name = Tut-XenServer; old status = Up; event
= Ping; new status = Up; old update count = 316; new update count = 317]
2013-04-07 00:39:51,551 DEBUG [cloud.host.Status] (AgentTaskPool-14:null)
Transition:[Resource state = Enabled, Agent event = Ping, Host id = 5, name
= Tut-XenServer2]
2013-04-07 00:39:51,554 DEBUG [cloud.host.Status] (AgentTaskPool-14:null)
Agent status update: [id = 5; name = Tut-XenServer2; old status = Up; event
= Ping; new status = Up; old update count = 153; new update count = 154]
2013-04-07 00:40:04,836 DEBUG [agent.manager.DirectAgentAttache]
(DirectAgent-238:null) Ping from 6
2013-04-07 00:40:06,653 WARN  [xen.resource.CitrixResourceBase]
(DirectAgent-429:null)  can not ping xenserver
5e02c608-155d-432e-a20f-f8c600ef3ab7
2013-04-07 00:40:06,653 WARN  [agent.manager.DirectAgentAttache]
(DirectAgent-429:null) Unable to get current status on 5
2013-04-07 00:40:06,655 INFO  [agent.manager.AgentManagerImpl]
(AgentTaskPool-1:null) Investigating why host 5 has disconnected with event
AgentDisconnected
2013-04-07 00:40:06,655 DEBUG [agent.manager.AgentManagerImpl]
(AgentTaskPool-1:null) checking if agent (5) is alive
2013-04-07 00:40:06,658 DEBUG [agent.transport.Request]
(AgentTaskPool-1:null) Seq 5-614334824: Sending  { Cmd , MgmtId: 1, via: 5,
Ver: v1, Flags: 100011, [{"CheckHealthCommand":{"wait":50}}] }
2013-04-07 00:40:06,658 DEBUG [agent.transport.Request]
(AgentTaskPool-1:null) Seq 5-614334824: Executing:  { Cmd , MgmtId: 1, via:
5, Ver: v1, Flags: 100011, [{"CheckHealthCommand":{"wait":50}}] }
2013-04-07 00:40:06,658 DEBUG [agent.manager.DirectAgentAttache]
(DirectAgent-28:null) Seq 5-614334824: Executing request
2013-04-07 00:40:06,681 DEBUG [agent.manager.DirectAgentAttache]
(DirectAgent-28:null) Seq 5-614334824: Response Received:
2013-04-07 00:40:06,682 DEBUG [agent.transport.Request]
(DirectAgent-28:null) Seq 5-614334824: Processing:  { Ans: , MgmtId: 1,
via: 5, Ver: v1, Flags: 10,
[{"CheckHealthAnswer":{"result":false,"details":"resource is not
alive","wait":0}}] }
2013-04-07 00:40:06,682 DEBUG [agent.transport.Request]
(AgentTaskPool-1:null) Seq 5-614334824: Received:  { Ans: , MgmtId: 1, via:
5, Ver: v1, Flags: 10, { CheckHealthAnswer } }
2013-04-07 00:40:06,682 DEBUG [agent.manager.AgentManagerImpl]
(AgentTaskPool-1:null) Details from executing class
com.cloud.agent.api.CheckHealthCommand: resource is not alive
2013-04-07 00:40:06,684 DEBUG [cloud.ha.HighAvailabilityManagerImpl]
(AgentTaskPool-1:null) SimpleInvestigator unable to determine the state of
the host.  Moving on.
2013-04-07 00:40:06,691 DEBUG [agent.transport.Request]
(AgentTaskPool-1:null) Seq 6-324993320: Sending  { Cmd , MgmtId: 1, via: 6,
Ver: v1, Flags: 100011,
[{"CheckOnHostCommand":{"host":{"guid":"5e02c608-155d-432e-a20f-f8c600ef3ab7","privateNetwork":{"ip":"192.168.56.11","netmask":"255.255.255.0","mac":"08:00:27:f7:0d:28","isSecurityGroupEnabled":false},"publicNetwork":{"ip":"192.168.56.11","netmask":"255.255.255.0","mac":"08:00:27:f7:0d:28","isSecurityGroupEnabled":false},"storageNetwork1":{"ip":"192.168.56.11","netmask":"255.255.255.0","mac":"08:00:27:f7:0d:28","isSecurityGroupEnabled":false}},"wait":20}}]
}
2013-04-07 00:40:06,691 DEBUG [agent.transport.Request]
(AgentTaskPool-1:null) Seq 6-324993320: Executing:  { Cmd , MgmtId: 1, via:
6, Ver: v1, Flags: 100011,
[{"CheckOnHostCommand":{"host":{"guid":"5e02c608-155d-432e-a20f-f8c600ef3ab7","privateNetwork":{"ip":"192.168.56.11","netmask":"255.255.255.0","mac":"08:00:27:f7:0d:28","isSecurityGroupEnabled":false},"publicNetwork":{"ip":"192.168.56.11","netmask":"255.255.255.0","mac":"08:00:27:f7:0d:28","isSecurityGroupEnabled":false},"storageNetwork1":{"ip":"192.168.56.11","netmask":"255.255.255.0","mac":"08:00:27:f7:0d:28","isSecurityGroupEnabled":false}},"wait":20}}]
}
2013-04-07 00:40:06,692 DEBUG [agent.manager.DirectAgentAttache]
(DirectAgent-467:null) Seq 6-324993320: Executing request
2013-04-07 00:40:06,909 DEBUG [agent.manager.DirectAgentAttache]
(DirectAgent-367:null) Seq 6-324993028: Executing request
2013-04-07 00:40:07,178 DEBUG [xen.resource.XenServer56Resource]
(DirectAgent-467:null) Heart beat is still going
2013-04-07 00:40:07,178 DEBUG [agent.manager.DirectAgentAttache]
(DirectAgent-467:null) Seq 6-324993320: Response Received:
2013-04-07 00:40:07,178 DEBUG [agent.transport.Request]
(DirectAgent-467:null) Seq 6-324993320: Processing:  { Ans: , MgmtId: 1,
via: 6, Ver: v1, Flags: 10,
[{"CheckOnHostAnswer":{"determined":true,"alive":true,"result":true,"details":"Heartbeat
is still going","wait":0}}] }
2013-04-07 00:40:07,178 DEBUG [agent.transport.Request]
(AgentTaskPool-1:null) Seq 6-324993320: Received:  { Ans: , MgmtId: 1, via:
6, Ver: v1, Flags: 10, { CheckOnHostAnswer } }
2013-04-07 00:40:07,179 DEBUG [agent.manager.AgentManagerImpl]
(AgentTaskPool-1:null) Details from executing class
com.cloud.agent.api.CheckOnHostCommand: Heartbeat is still going
2013-04-07 00:40:07,179 DEBUG [cloud.ha.HighAvailabilityManagerImpl]
(AgentTaskPool-1:null) XenServerInvestigator was able to determine host 5
is in Up
2013-04-07 00:40:07,179 INFO  [agent.manager.AgentManagerImpl]
(AgentTaskPool-1:null) The state determined is Up
2013-04-07 00:40:07,179 INFO  [agent.manager.AgentManagerImpl]
(AgentTaskPool-1:null) Agent is determined to be up and running
2013-04-07 00:40:07,179 DEBUG [cloud.host.Status] (AgentTaskPool-1:null)
Transition:[Resource state = Enabled, Agent event = Ping, Host id = 5, name
= Tut-XenServer2]
2013-04-07 00:40:07,182 DEBUG [cloud.host.Status] (AgentTaskPool-1:null)
Agent status update: [id = 5; name = Tut-XenServer2; old status = Up; event
= Ping; new status = Up; old update count = 154; new update count = 155]
2013-04-07 00:40:07,321 DEBUG [agent.manager.DirectAgentAttache]
(DirectAgent-367:null) Seq 6-324993028: Response Received:
2013-04-07 00:40:07,322 DEBUG [agent.transport.Request]
(DirectAgent-367:null) Seq 6-324993028: Processing:  { Ans: , MgmtId: 1,
via: 6, Ver: v1, Flags: 10,
[{"ClusterSyncAnswer":{"_clusterId":2,"_newStates":{},"_isExecuted":false,"result":true,"wait":0}}]
}
2013-04-07 00:40:11,022 DEBUG [agent.manager.DirectAgentAttache]
(DirectAgent-430:null) Seq 5-614334468: Executing request
2013-04-07 00:40:11,052 DEBUG [xen.resource.XenServerConnectionPool]
(DirectAgent-430:null) Catch Exception:
com.xensource.xenapi.Types$HostOffline Host is offline 192.168.56.11 due to
You attempted an operation which involves a host which could not be
contacted.
2013-04-07 00:40:11,052 DEBUG [xen.resource.XenServerConnectionPool]
(DirectAgent-430:null) Trying to reset master of slave 192.168.56.11 to
192.168.56.9
2013-04-07 00:40:20,452 DEBUG
[storage.secondary.SecondaryStorageManagerImpl] (secstorage-1:null) Zone 1
is ready to launch secondary storage VM
2013-04-07 00:40:20,552 DEBUG [cloud.consoleproxy.ConsoleProxyManagerImpl]
(consoleproxy-1:null) Zone 1 is ready to launch console proxy
2013-04-07 00:40:20,820 DEBUG
[network.router.VirtualNetworkApplianceManagerImpl]
(RouterStatusMonitor-1:null) Found 0 routers to update status.
2013-04-07 00:40:20,821 DEBUG
[network.router.VirtualNetworkApplianceManagerImpl]
(RouterStatusMonitor-1:null) Found 0 networks to update RvR status.
2013-04-07 00:40:20,852 DEBUG
[network.router.VirtualNetworkApplianceManagerImpl]
(RouterStatusMonitor-1:null) Found 0 routers to update status.
2013-04-07 00:40:20,853 DEBUG
[network.router.VirtualNetworkApplianceManagerImpl]
(RouterStatusMonitor-1:null) Found 0 networks to update RvR status.
2013-04-07 00:40:21,055 DEBUG [xen.resource.XenServerConnectionPool]
(DirectAgent-430:null) localLogout has problem Failed to read server's
response: connect timed out
2013-04-07 00:40:21,055 WARN  [agent.manager.DirectAgentAttache]
(DirectAgent-430:null) Seq 5-614334468: Exception Caught while executing
command
com.cloud.utils.exception.CloudRuntimeException: Unable to reset master of
slave 192.168.56.11 to 192.168.56.9 due to
org.apache.xmlrpc.XmlRpcException: Failed to read server's response:
connect timed out
at
com.cloud.hypervisor.xen.resource.XenServerConnectionPool.PoolEmergencyResetMaster(XenServerConnectionPool.java:443)
at
com.cloud.hypervisor.xen.resource.XenServerConnectionPool.connect(XenServerConnectionPool.java:661)
at
com.cloud.hypervisor.xen.resource.CitrixResourceBase.getConnection(CitrixResourceBase.java:5380)
at
com.cloud.hypervisor.xen.resource.CitrixResourceBase.execute(CitrixResourceBase.java:7248)
at
com.cloud.hypervisor.xen.resource.CitrixResourceBase.executeRequest(CitrixResourceBase.java:555)
at
com.cloud.hypervisor.xen.resource.XenServer56Resource.executeRequest(XenServer56Resource.java:73)
at
com.cloud.agent.manager.DirectAgentAttache$Task.run(DirectAgentAttache.java:186)
at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:439)
at
java.util.concurrent.FutureTask$Sync.innerRunAndReset(FutureTask.java:317)
at java.util.concurrent.FutureTask.runAndReset(FutureTask.java:150)
at
java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.access$101(ScheduledThreadPoolExecutor.java:98)
at
java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.runPeriodic(ScheduledThreadPoolExecutor.java:180)
at
java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:204)
at
java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:895)
at
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:918)
at java.lang.Thread.run(Thread.java:680)
2013-04-07 00:40:21,056 DEBUG [agent.manager.DirectAgentAttache]
(DirectAgent-430:null) Seq 5-614334468: Response Received:
2013-04-07 00:40:21,056 DEBUG [agent.transport.Request]
(DirectAgent-430:null) Seq 5-614334468: Processing:  { Ans: , MgmtId: 1,
via: 5, Ver: v1, Flags: 10,
[{"Answer":{"result":false,"details":"com.cloud.utils.exception.CloudRuntimeException:
Unable to reset master of slave 192.168.56.11 to 192.168.56.9 due to
org.apache.xmlrpc.XmlRpcException: Failed to read server's response:
connect timed out","wait":0}}] }
2013-04-07 00:40:24,888 DEBUG [agent.manager.AgentManagerImpl]
(AgentManager-Handler-12:null) Ping from 4
2013-04-07 00:40:27,162 DEBUG [agent.manager.DirectAgentAttache]
(DirectAgent-321:null) Ping from 1
2013-04-07 00:40:29,095 DEBUG [agent.manager.DirectAgentAttache]
(DirectAgent-423:null) Seq 1-90046472: Executing request
2013-04-07 00:40:29,364 DEBUG [agent.manager.DirectAgentAttache]
(DirectAgent-423:null) Seq 1-90046472: Response Received:
2013-04-07 00:40:29,364 DEBUG [agent.transport.Request]
(DirectAgent-423:null) Seq 1-90046472: Processing:  { Ans: , MgmtId: 1,
via: 1, Ver: v1, Flags: 10,
[{"ClusterSyncAnswer":{"_clusterId":1,"_newStates":{},"_isExecuted":false,"result":true,"wait":0}}]
}
2013-04-07 00:40:43,749 INFO  [context.support.XmlWebApplicationContext]
(Shutdown:null) Closing Root WebApplicationContext: startup date [Sat Apr
06 22:07:12 MDT 2013]; root of context hierarchy
2013-04-07 00:40:43,751 INFO  [factory.support.DefaultListableBeanFactory]
(Shutdown:null) Destroying singletons in
org.springframework.beans.factory.support.DefaultListableBeanFactory@74b76ce4:
defining beans
[org.springframework.context.annotation.internalConfigurationAnnotationProcessor,org.springframework.context.annotation.internalAutowiredAnnotationProcessor,org.springframework.context.annotation.internalRequiredAnnotationProcessor,org.springframework.context.annotation.internalCommonAnnotationProcessor,ClusterRestService,NetworkRestService,PodService,VirtualMachineRestService,VolumeRestService,zoneService,dataDisk,iso,rootDisk,volumeTypeHelper,VMComputeTagDaoImpl,VMEntityDaoImpl,VMNetworkMapDaoImpl,VMReservationDaoImpl,VMRootDiskTagDaoImpl,volumeReservationDaoImpl,virtualMachineEntityImpl,VMEntityManagerImpl,dataCenterResourceManagerImpl,EngineDcDetailsDao,EngineClusterDao,EngineDataCenterDao,EngineHostDao,EngineHostPodDao,EngineHostDetailsDao,EngineHostTagsDao,provisioningService,cloudOrchestrator,dataObjectManagerImpl,dataStoreManagerImpl,dataStoreProviderDaoImpl,primaryDataStoreDaoImpl,primaryDataStoreDetailsDaoImpl,objectInDataStoreManagerImpl,dataStoreProviderManagerImpl,objectInDataStoreDaoImpl,defaultEndPointSelector,hypervsiorHostEndPointRpcServer,imageDataStoreHelper,imageDaoStoreDaoImpl,imageDataDaoImpl,imageDataStoreProviderDaoImpl,BAREMETAL,imageFormatHelper,ISO,OVA,imageformat_qcow2,unknown,image_format_vhd,dataMotionServiceImpl,primaryDataStoreHelper,templatePrimaryDataStoreDaoImpl,volumeDao2Impl,imageDataFactoryImpl,imageServiceImpl,imageDataManagerImpl,imageDataStoreManagerImpl,defaultImageDataStoreProvider,defaultImageMotionStrategy,imageMotionServiceImpl,snapshotDao2Impl,snapshotDataFactoryImpl,snapshotServiceImpl,hypervisorBasedSnapshot,defaultPrimaryDataStoreProviderManagerImpl,defaultPrimaryDatastoreProviderImpl,ISCSI,networkFileSystem,templateInstallStrategyImpl,volumeDataFactoryImpl,volumeManagerImpl,volumeServiceImpl,apiDiscoveryServiceImpl,apiRateLimitServiceImpl,regionDaoImpl,regionManagerImpl,regionServiceImpl,userContextInitializer,eventDaoImpl,usageEventDaoImpl,randomAllocator,baremetalDhcpDaoImpl,baremetalPxeDaoImpl,vmwareContextFactory,ciscoNexusVSMDeviceDaoImpl,lunDaoImpl,poolDaoImpl,netappVolumeDaoImpl,netappManagerImpl,elasticLoadBalancerElement,elasticLbVmMapDaoImpl,elasticLoadBalancerManagerImpl,netScalerPodDaoImpl,niciraNvpDaoImpl,niciraNvpNicMappingDaoImpl,niciraNvpRouterMappingDaoImpl,niciraNvpElement,ovsGuestNetworkGuru,ovsTunnelInterfaceDaoImpl,ovsTunnelNetworkDaoImpl,ovsTunnelManagerImpl,bigSwitchVnsDaoImpl,bigSwitchVnsElement,randomStoragePoolAllocator,domainChecker,agentMonitor,firstFitAllocator,recreateHostAllocator,testingAllocator,basicAgentAuthManager,alertManagerImpl,clusterAlertAdapter,consoleProxyAlertAdapter,alertDaoImpl,secondaryStorageVmAlertAdapter,apiDBUtils,apiDispatcher,apiResponseHelper,apiServer,apiServlet,accountJoinDaoImpl,asyncJobJoinDaoImpl,dataCenterJoinDaoImpl,diskOfferingJoinDaoImpl,domainRouterJoinDaoImpl,hostJoinDaoImpl,instanceGroupJoinDaoImpl,projectAccountJoinDaoImpl,projectInvitationJoinDaoImpl,projectJoinDaoImpl,resourceTagJoinDaoImpl,securityGroupJoinDaoImpl,serviceOfferingJoinDaoImpl,storagePoolJoinDaoImpl,userAccountJoinDaoImpl,userVmJoinDaoImpl,volumeJoinDaoImpl,queryManagerImpl,asyncJobExecutorContextImpl,asyncJobManagerImpl,asyncJobDaoImpl,syncQueueDaoImpl,syncQueueItemDaoImpl,syncQueueManagerImpl,capacityManagerImpl,capacityDaoImpl,certificateDaoImpl,clusterBasedAgentLoadBalancerPlanner,hostTransferMapDaoImpl,clusterFenceManagerImpl,clusterServiceServletAdapter,managementServerHostDaoImpl,managementServerHostPeerDaoImpl,stackMaidDaoImpl,managementServerNode,configurationManagerImpl,configurationDaoImpl,resourceCountDaoImpl,resourceLimitDaoImpl,entityManagerImpl,clusterDetailsDaoImpl,accountVlanMapDaoImpl,clusterDaoImpl,clusterVSMMapDaoImpl,dataCenterDaoImpl,dataCenterIpAddressDaoImpl,dataCenterLinkLocalIpAddressDaoImpl,dataCenterVnetDaoImpl,dcDetailsDaoImpl,hostPodDaoImpl,podVlanDaoImpl,podVlanMapDaoImpl,storageNetworkIpAddressDaoImpl,storageNetworkIpRangeDaoImpl,vlanDaoImpl,domainDaoImpl,actionEventUtils,alertGenerator,eventJoinDaoImpl,eventUtils,usageEventUtils,highAvailabilityDaoImpl,recreatableFencer,hostDaoImpl,hostDetailsDaoImpl,hostTagsDaoImpl,cloudZonesStartupProcessor,hypervisorCapabilitiesDaoImpl,hypervisorGuruManagerImpl,keystoreDaoImpl,keystoreManagerImpl,agentUpgradeDaoImpl,upgradeManagerImpl,autoScaleManagerImpl,autoScalePolicyConditionMapDaoImpl,autoScalePolicyDaoImpl,autoScaleVmGroupDaoImpl,autoScaleVmGroupPolicyMapDaoImpl,autoScaleVmProfileDaoImpl,conditionDaoImpl,counterDaoImpl,externalFirewallDeviceDaoImpl,externalLoadBalancerDeviceDaoImpl,firewallRulesCidrsDaoImpl,firewallRulesDaoImpl,inlineLoadBalancerNicMapDaoImpl,IPAddressDaoImpl,LBStickinessPolicyDaoImpl,loadBalancerDaoImpl,loadBalancerVMMapDaoImpl,networkAccountDaoImpl,networkDaoImpl,networkDomainDaoImpl,networkExternalFirewallDaoImpl,networkExternalLoadBalancerDaoImpl,networkOpDaoImpl,networkRuleConfigDaoImpl,networkServiceMapDaoImpl,physicalNetworkDaoImpl,physicalNetworkIsolationMethodDaoImpl,physicalNetworkServiceProviderDaoImpl,physicalNetworkTagDaoImpl,physicalNetworkTrafficTypeDaoImpl,portProfileDaoImpl,remoteAccessVpnDaoImpl,routerNetworkDaoImpl,site2SiteCustomerGatewayDaoImpl,site2SiteVpnConnectionDaoImpl,site2SiteVpnGatewayDaoImpl,userIpv6AddressDaoImpl,virtualRouterProviderDaoImpl,vpnUserDaoImpl,externalLoadBalancerUsageManagerImpl,externalNetworkDeviceManagerImpl,firewallManagerImpl,loadBalancingRulesManagerImpl,networkManagerImpl,networkModelImpl,networkServiceImpl,networkUsageManagerImpl,virtualNetworkApplianceManagerImpl,vpcVirtualNetworkApplianceManagerImpl,portForwardingRulesDaoImpl,rulesManagerImpl,securityGroupDaoImpl,securityGroupRuleDaoImpl,securityGroupRulesDaoImpl,securityGroupVMMapDaoImpl,securityGroupWorkDaoImpl,vmRulesetLogDaoImpl,storageNetworkManagerImpl,privateIpDaoImpl,staticRouteDaoImpl,vpcDaoImpl,vpcGatewayDaoImpl,vpcOfferingDaoImpl,vpcOfferingServiceMapDaoImpl,networkACLManagerImpl,vpcManagerImpl,remoteAccessVpnManagerImpl,site2SiteVpnManagerImpl,networkOfferingDaoImpl,networkOfferingServiceMapDaoImpl,projectAccountDaoImpl,projectDaoImpl,projectInvitationDaoImpl,projectManagerImpl,dummyHostDiscoverer,resourceManagerImpl,resourceLimitManagerImpl,commandExecLogDaoImpl,configurationServerImpl,statsCollector,serviceOfferingDaoImpl,consoleServlet,registerCompleteServlet,garbageCollectingStoragePoolAllocator,useLocalForRootAllocator,diskOfferingDaoImpl,guestOSCategoryDaoImpl,guestOSDaoImpl,launchPermissionDaoImpl,s3DaoImpl,snapshotDaoImpl,snapshotPolicyDaoImpl,snapshotScheduleDaoImpl,storagePoolDaoImpl,storagePoolDetailsDaoImpl,storagePoolHostDaoImpl,storagePoolWorkDaoImpl,swiftDaoImpl,uploadDaoImpl,VMTemplateDaoImpl,VMTemplateDetailsDaoImpl,VMTemplateHostDaoImpl,VMTemplatePoolDaoImpl,VMTemplateS3DaoImpl,VMTemplateSwiftDaoImpl,VMTemplateZoneDaoImpl,volumeDaoImpl,volumeHostDaoImpl,downloadMonitorImpl,OCFS2ManagerImpl,s3ManagerImpl,secondaryStorageVmDefaultAllocator,snapshotManagerImpl,snapshotSchedulerImpl,storageManagerImpl,swiftManagerImpl,uploadMonitorImpl,resourceTagsDaoImpl,taggedResourceManagerImpl,hyervisorTemplateAdapter,templateManagerImpl,versionDaoImpl,databaseIntegrityChecker,externalPublicIpStatisticsDaoImpl,usageDaoImpl,usageIPAddressDaoImpl,usageJobDaoImpl,usageLoadBalancerPolicyDaoImpl,usageNetworkDaoImpl,usageNetworkOfferingDaoImpl,usagePortForwardingRuleDaoImpl,usageSecurityGroupDaoImpl,usageStorageDaoImpl,usageVMInstanceDaoImpl,usageVolumeDaoImpl,usageVPNUserDaoImpl,usageServiceImpl,accountDetailsDaoImpl,accountManagerImpl,accountDaoImpl,SSHKeyPairDaoImpl,userAccountDaoImpl,userDaoImpl,userStatisticsDaoImpl,userStatsLogDaoImpl,domainManagerImpl,identityDaoImpl,identityServiceImpl,consoleProxyDaoImpl,domainRouterDaoImpl,instanceGroupDaoImpl,instanceGroupVMMapDaoImpl,nicDaoImpl,secondaryStorageVmDaoImpl,userVmDetailsDaoImpl,VMInstanceDaoImpl,itWorkDaoImpl,componentContext,org.springframework.aop.config.internalAutoProxyCreator,org.springframework.aop.aspectj.AspectJPointcutAdvisor#0,captureAnyMethod,org.springframework.aop.aspectj.AspectJPointcutAdvisor#1,captureEventMethod,transactionContextBuilder,actionEventInterceptor,onwireRegistry,messageSerializer,transportProvider,rpcProvider,eventBus,premiumDatabaseUpgradeChecker,managementServerImpl,clusterManagerImpl,clusteredAgentManagerImpl,clusteredVirtualMachineManagerImpl,highAvailabilityManagerExtImpl,userVmManagerImpl,consoleProxyManagerImpl,securityGroupManagerImpl2,premiumSecondaryStorageManagerImpl,userVmDaoImpl,ipv6AddressManagerImpl,VmwareManager,NetappManager,BaremetalManager,BaremetalDhcpManager,BaremetalKickStartPxeService,BaremetalPingPxeService,BaremetalPxeManager,Ovs,BareMetalDhcp,BareMetalPxe,BareMetalUserdata,SecurityGroupProvider,VirtualRouter,VpcVirtualRouter,NiciraNvp,JuniperSRX,Netscaler,F5BigIP,CiscoNexus1000vVSM,FirstFitRouting,LocalStoragePoolAllocator,FirstFitStoragePoolAllocator,UserConcentratedAllocator,ConsoleProxyAllocator,StaticRoleBasedAPIAccessChecker,ExteralIpAddressAllocator,BareMetalTemplateAdapter,MD5UserAuthenticator,LDAPUserAuthenticator,CheckOnAgentInvestigator,XenServerInvestigator,UserVmDomRInvestigator,ManagementIPSystemVMInvestigator,VmwareInvestigator,XenServerFencer,KVMFencer,OvmFencer,VmwareFencer,XcpServerDiscoverer,SecondaryStorageDiscoverer,KvmServerDiscoverer,BareMetalDiscoverer,HypervServerDiscoverer,OvmDiscoverer,vmwareServerDiscoverer,FirstFitPlanner,UserDispersingPlanner,UserConcentratedPodPlanner,BareMetalPlanner,StorageNetworkGuru,ExternalGuestNetworkGuru,PublicNetworkGuru,PodBasedNetworkGuru,ControlNetworkGuru,DirectNetworkGuru,DirectPodBasedNetworkGuru,OvsGuestNetworkGuru,PrivateNetworkGuru,NiciraNvpGuestNetworkGuru,XenServerGuru,KVMGuru,OvmGuru,VMwareGuru,BaremetalGuru,BaremetalPlannerSelector,HypervisorPlannerSelector,org.springframework.context.annotation.ConfigurationClassPostProcessor$ImportAwareBeanPostProcessor#0];
root of factory hierarchy


On Sun, Apr 7, 2013 at 12:54 AM, Marcus Sorensen <sh...@gmail.com>wrote:

> If you're running it the Dev way with jetty, look for vmops.log in your git
> root. If you've installed via package look for
> /var/log/cloudstack/management/management-server.log.
> On Apr 7, 2013 12:45 AM, "Mike Tutkowski" <mi...@solidfire.com>
> wrote:
>
> > Hi Marcus,
> >
> > I was just looking at the output in the console.
> >
> > Can you remind me again where the related logs are stored?
> >
> > Thanks!
> >
> >
> > On Sun, Apr 7, 2013 at 12:39 AM, Marcus Sorensen <shadowsor@gmail.com
> > >wrote:
> >
> > > Have you by chance looked at the debug logs to see if it by chance
> tried
> > > the proper storage and failed? I'm not sure that's OK either, but it
> > would
> > > be interesting to know.
> > > On Apr 7, 2013 12:25 AM, "Mike Tutkowski" <
> mike.tutkowski@solidfire.com>
> > > wrote:
> > >
> > > > Hi,
> > > >
> > > > I'm currently using 4.1 (from like a week or so ago).
> > > >
> > > > I have three tiers of shared, iSCSI-based storage represented in
> three
> > > > storage repositories in XenServer:
> > > >
> > > > SR_2
> > > > SR_3
> > > > SR_4
> > > >
> > > > SR_2 maps into CS via primary storage PS_2, which has the storage tag
> > > PS_2
> > > > SR_3 maps into CS via primary storage PS_3, which has the storage tag
> > > PS_3
> > > > SR_4 maps into CS via primary storage PS_4, which has the storage tag
> > > PS_4
> > > >
> > > > I have three compute offerings:
> > > >
> > > > CO_2, which only uses storage tag PS_2
> > > > CO_3, which only uses storage tag PS_3
> > > > CO_4, which only uses storage tag PS_4
> > > >
> > > > I walk through the wizard and select CO_3.  My VM ends up on SR_4.
> > > >
> > > > I have double checked the relationships and don't see any errors in
> > how I
> > > > have CS configured.
> > > >
> > > > Does anyone know of this being noted as a current bug?
> > > >
> > > > Thanks!
> > > >
> > > >
> > > > --
> > > > *Mike Tutkowski*
> > > > *Senior CloudStack Developer, SolidFire Inc.*
> > > > e: mike.tutkowski@solidfire.com
> > > > o: 303.746.7302
> > > > Advancing the way the world uses the
> > > > cloud<http://solidfire.com/solution/overview/?video=play>
> > > > *™*
> > > >
> > >
> >
> >
> >
> > --
> > *Mike Tutkowski*
> > *Senior CloudStack Developer, SolidFire Inc.*
> > e: mike.tutkowski@solidfire.com
> > o: 303.746.7302
> > Advancing the way the world uses the
> > cloud<http://solidfire.com/solution/overview/?video=play>
> > *™*
> >
>



-- 
*Mike Tutkowski*
*Senior CloudStack Developer, SolidFire Inc.*
e: mike.tutkowski@solidfire.com
o: 303.746.7302
Advancing the way the world uses the
cloud<http://solidfire.com/solution/overview/?video=play>
*™*

Re: VM deployed to wrong storage repository

Posted by Marcus Sorensen <sh...@gmail.com>.
If you're running it the Dev way with jetty, look for vmops.log in your git
root. If you've installed via package look for
/var/log/cloudstack/management/management-server.log.
On Apr 7, 2013 12:45 AM, "Mike Tutkowski" <mi...@solidfire.com>
wrote:

> Hi Marcus,
>
> I was just looking at the output in the console.
>
> Can you remind me again where the related logs are stored?
>
> Thanks!
>
>
> On Sun, Apr 7, 2013 at 12:39 AM, Marcus Sorensen <shadowsor@gmail.com
> >wrote:
>
> > Have you by chance looked at the debug logs to see if it by chance tried
> > the proper storage and failed? I'm not sure that's OK either, but it
> would
> > be interesting to know.
> > On Apr 7, 2013 12:25 AM, "Mike Tutkowski" <mi...@solidfire.com>
> > wrote:
> >
> > > Hi,
> > >
> > > I'm currently using 4.1 (from like a week or so ago).
> > >
> > > I have three tiers of shared, iSCSI-based storage represented in three
> > > storage repositories in XenServer:
> > >
> > > SR_2
> > > SR_3
> > > SR_4
> > >
> > > SR_2 maps into CS via primary storage PS_2, which has the storage tag
> > PS_2
> > > SR_3 maps into CS via primary storage PS_3, which has the storage tag
> > PS_3
> > > SR_4 maps into CS via primary storage PS_4, which has the storage tag
> > PS_4
> > >
> > > I have three compute offerings:
> > >
> > > CO_2, which only uses storage tag PS_2
> > > CO_3, which only uses storage tag PS_3
> > > CO_4, which only uses storage tag PS_4
> > >
> > > I walk through the wizard and select CO_3.  My VM ends up on SR_4.
> > >
> > > I have double checked the relationships and don't see any errors in
> how I
> > > have CS configured.
> > >
> > > Does anyone know of this being noted as a current bug?
> > >
> > > Thanks!
> > >
> > >
> > > --
> > > *Mike Tutkowski*
> > > *Senior CloudStack Developer, SolidFire Inc.*
> > > e: mike.tutkowski@solidfire.com
> > > o: 303.746.7302
> > > Advancing the way the world uses the
> > > cloud<http://solidfire.com/solution/overview/?video=play>
> > > *™*
> > >
> >
>
>
>
> --
> *Mike Tutkowski*
> *Senior CloudStack Developer, SolidFire Inc.*
> e: mike.tutkowski@solidfire.com
> o: 303.746.7302
> Advancing the way the world uses the
> cloud<http://solidfire.com/solution/overview/?video=play>
> *™*
>

Re: VM deployed to wrong storage repository

Posted by Mike Tutkowski <mi...@solidfire.com>.
Hi Marcus,

I was just looking at the output in the console.

Can you remind me again where the related logs are stored?

Thanks!


On Sun, Apr 7, 2013 at 12:39 AM, Marcus Sorensen <sh...@gmail.com>wrote:

> Have you by chance looked at the debug logs to see if it by chance tried
> the proper storage and failed? I'm not sure that's OK either, but it would
> be interesting to know.
> On Apr 7, 2013 12:25 AM, "Mike Tutkowski" <mi...@solidfire.com>
> wrote:
>
> > Hi,
> >
> > I'm currently using 4.1 (from like a week or so ago).
> >
> > I have three tiers of shared, iSCSI-based storage represented in three
> > storage repositories in XenServer:
> >
> > SR_2
> > SR_3
> > SR_4
> >
> > SR_2 maps into CS via primary storage PS_2, which has the storage tag
> PS_2
> > SR_3 maps into CS via primary storage PS_3, which has the storage tag
> PS_3
> > SR_4 maps into CS via primary storage PS_4, which has the storage tag
> PS_4
> >
> > I have three compute offerings:
> >
> > CO_2, which only uses storage tag PS_2
> > CO_3, which only uses storage tag PS_3
> > CO_4, which only uses storage tag PS_4
> >
> > I walk through the wizard and select CO_3.  My VM ends up on SR_4.
> >
> > I have double checked the relationships and don't see any errors in how I
> > have CS configured.
> >
> > Does anyone know of this being noted as a current bug?
> >
> > Thanks!
> >
> >
> > --
> > *Mike Tutkowski*
> > *Senior CloudStack Developer, SolidFire Inc.*
> > e: mike.tutkowski@solidfire.com
> > o: 303.746.7302
> > Advancing the way the world uses the
> > cloud<http://solidfire.com/solution/overview/?video=play>
> > *™*
> >
>



-- 
*Mike Tutkowski*
*Senior CloudStack Developer, SolidFire Inc.*
e: mike.tutkowski@solidfire.com
o: 303.746.7302
Advancing the way the world uses the
cloud<http://solidfire.com/solution/overview/?video=play>
*™*

Re: VM deployed to wrong storage repository

Posted by Marcus Sorensen <sh...@gmail.com>.
Have you by chance looked at the debug logs to see if it by chance tried
the proper storage and failed? I'm not sure that's OK either, but it would
be interesting to know.
On Apr 7, 2013 12:25 AM, "Mike Tutkowski" <mi...@solidfire.com>
wrote:

> Hi,
>
> I'm currently using 4.1 (from like a week or so ago).
>
> I have three tiers of shared, iSCSI-based storage represented in three
> storage repositories in XenServer:
>
> SR_2
> SR_3
> SR_4
>
> SR_2 maps into CS via primary storage PS_2, which has the storage tag PS_2
> SR_3 maps into CS via primary storage PS_3, which has the storage tag PS_3
> SR_4 maps into CS via primary storage PS_4, which has the storage tag PS_4
>
> I have three compute offerings:
>
> CO_2, which only uses storage tag PS_2
> CO_3, which only uses storage tag PS_3
> CO_4, which only uses storage tag PS_4
>
> I walk through the wizard and select CO_3.  My VM ends up on SR_4.
>
> I have double checked the relationships and don't see any errors in how I
> have CS configured.
>
> Does anyone know of this being noted as a current bug?
>
> Thanks!
>
>
> --
> *Mike Tutkowski*
> *Senior CloudStack Developer, SolidFire Inc.*
> e: mike.tutkowski@solidfire.com
> o: 303.746.7302
> Advancing the way the world uses the
> cloud<http://solidfire.com/solution/overview/?video=play>
> *™*
>