Re: Unable to start SSVM

2017-08-01 Thread Rodrigo Baldasso
Thank you.

This is the log when I try to delete this pod, if it helps.

2017-08-01 13:03:01,361 DEBUG [c.c.a.ApiServlet] (catalina-exec-9:ctx-262022ac) 
(logid:91c02e8f) ===START===  186.250.14.20 -- GET  
command=deletePod=39e23530-0553-4b54-948d-5da00c4952c2=json&_=1501603382823
2017-08-01 13:03:01,556 DEBUG [c.c.u.d.T.Transaction] 
(catalina-exec-9:ctx-262022ac ctx-77de8cad) (logid:91c02e8f) Rolling back the 
transaction: Time = 179 Name =  catalina-exec-9; called by 
-TransactionLegacy.rollback:889-TransactionLegacy.removeUpTo:832-TransactionLegacy.close:656-Transaction.execute:43-Transaction.execute:47-ConfigurationManagerImpl.deletePod:1009-NativeMethodAccessorImpl.invoke0:-2-NativeMethodAccessorImpl.invoke:57-DelegatingMethodAccessorImpl.invoke:43-Method.invoke:606-AopUtils.invokeJoinpointUsingReflection:317-ReflectiveMethodInvocation.invokeJoinpoint:183
2017-08-01 13:03:01,667 ERROR [c.c.a.ApiServer] (catalina-exec-9:ctx-262022ac 
ctx-77de8cad) (logid:91c02e8f) unhandled exception executing api command: 
[Ljava.lang.String;@1979ff2d
java.lang.NullPointerException
        at 
com.cloud.dc.dao.VlanDaoImpl.listVlansForPodByType(VlanDaoImpl.java:163)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
        at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
        at java.lang.reflect.Method.invoke(Method.java:606)
        at 
org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:317)
        at 
org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:183)
        at 
org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:150)
        at 
com.cloud.utils.db.TransactionContextInterceptor.invoke(TransactionContextInterceptor.java:34)
        at 
org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:161)
        at 
org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:91)
        at 
org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:172)
        at 
org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:204)
        at com.sun.proxy.$Proxy113.listVlansForPodByType(Unknown Source)
        at 
com.cloud.network.NetworkModelImpl.listPodVlans(NetworkModelImpl.java:797)
        at 
com.cloud.configuration.ConfigurationManagerImpl$1.doInTransactionWithoutResult(ConfigurationManagerImpl.java:1029)
        at 
com.cloud.utils.db.TransactionCallbackNoReturn.doInTransaction(TransactionCallbackNoReturn.java:25)
        at com.cloud.utils.db.Transaction$2.doInTransaction(Transaction.java:50)
        at com.cloud.utils.db.Transaction.execute(Transaction.java:40)
        at com.cloud.utils.db.Transaction.execute(Transaction.java:47)
        at 
com.cloud.configuration.ConfigurationManagerImpl.deletePod(ConfigurationManagerImpl.java:1009)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
        at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
        at java.lang.reflect.Method.invoke(Method.java:606)
        at 
org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:317)
        at 
org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:183)
        at 
org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:150)
        at 
org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:91)
        at 
org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:172)
        at 
org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:204)
        at com.sun.proxy.$Proxy119.deletePod(Unknown Source)
        at 
org.apache.cloudstack.api.command.admin.pod.DeletePodCmd.execute(DeletePodCmd.java:70)
        at com.cloud.api.ApiDispatcher.dispatch(ApiDispatcher.java:150)
        at com.cloud.api.ApiServer.queueCommand(ApiServer.java:709)
        at com.cloud.api.ApiServer.handleRequest(ApiServer.java:533)
        at com.cloud.api.ApiServlet.processRequestInContext(ApiServlet.java:299)
        at com.cloud.api.ApiServlet$1.run(ApiServlet.java:129)
        at 
org.apache.cloudstack.managed.context.impl.DefaultManagedContext$1.call(DefaultManagedContext.java:56)
        at 
org.apache.cloudstack.managed.context.impl.DefaultManagedContext.callWithContext(DefaultManagedContext.java:103)
        at 

Re: Unable to start SSVM

2017-08-01 Thread Gabriel Beims Bräscher
It might be a bug then.

I will try to connect the dots. The problem seems to be with the pod then.

2017-08-01 12:01 GMT-03:00 Rodrigo Baldasso :

> Hi, thanks for your reply
>
> I didnt made any changes manually on the database, however, it's like the
> pod got corrupted after the change. I can't even delete the pod from the
> zone that throws the exception (nullpointer) also.
>
> I was able to reproduce that in a fresh, clean install. So maybe it's a bug
> or something related to my environment.
>
> Recreating the pod with the same parameters and settings works fine.
>
> Enviado de GMail Mobile
>
>
> Em 1 de ago de 2017 11:56, "Gabriel Beims Bräscher" 
> escreveu:
>
> You said that it worked before changing the IP range; it might be caused by
> a database inconsistency related to the IP allocation. Did you make any
> manual changes in the database?
>
> The null pointer exception came after the following methods exectution:
> 1 - it begins the exectution flow to start the VM
> (com.cloud.vm.VirtualMachineManagerImpl.orchestrateStart);
> 2 - then it starts the network flow for that VM
> (org.apache.cloudstack.engine.orchestration.NetworkOrchestrator.prepare);
> 3 - it prepares the NIC
> (org.apache.cloudstack.engine.orchestration.NetworkOrchestrator.
> prepareNic);
> 4 - reserve the IP address
> (com.cloud.network.guru.DirectPodBasedNetworkGuru.reserve);
> 5 - finally it tries to get an IP address, triggering the null pointer
> exception (com.cloud.network.guru.DirectPodBasedNetworkGuru.getIp).
>
> 2017-07-31 13:27 GMT-03:00 Rodrigo Baldasso :
>
> > Thanks for your reply.
> >
> > I'm using 4.9.2.0. I'm posting the full log below!
> >
> > The secondary storage is mounted as NFS.
> >
> > PS: i was able to start SSVM after creating a new zone, however, when I
> > changed the IP range, the error came back again.
> >
> > 2017-07-31 13:23:15,950 DEBUG [c.c.a.t.Request]
> > (Work-Job-Executor-6:ctx-e8c72967 job-131/job-272 ctx-06907041)
> > (logid:7a78f881) Seq 1-6685312171854790673: Sending  { Cmd , MgmtId:
> > 119779289367307, via: 1(kvm-tqr-01.lhost.net.br), Ver: v1, Flags:
> 100011,
> > [{"com.cloud.agent.api.StopCommand":{"isProxy":false,
> > "checkBeforeCleanup":false,"vmName":"v-66-VM","
> executeInSequence":false,"
> > wait":0}}]
> > }
> > 2017-07-31 13:23:16,153 DEBUG [c.c.a.t.Request]
> > (AgentManager-Handler-7:null) (logid:) Seq 1-6685312171854790673:
> > Processing:  { Ans: , MgmtId: 119779289367307, via: 1, Ver: v1, Flags:
> 10,
> > [{"com.cloud.agent.api.StopAnswer":{"result":true,"wait":0}}] }
> > 2017-07-31 13:23:16,153 DEBUG [c.c.a.t.Request]
> > (Work-Job-Executor-6:ctx-e8c72967 job-131/job-272 ctx-06907041)
> > (logid:7a78f881) Seq 1-6685312171854790673: Received:  { Ans: , MgmtId:
> > 119779289367307, via: 1(kvm-tqr-01.lhost.net.br), Ver: v1, Flags: 10, {
> > StopAnswer } }
> > 2017-07-31 13:23:16,166 DEBUG [c.c.n.NetworkModelImpl]
> > (Work-Job-Executor-6:ctx-e8c72967 job-131/job-272 ctx-06907041)
> > (logid:7a78f881) Service SecurityGroup is not supported in the network
> > id=204
> > 2017-07-31 13:23:16,201 DEBUG [o.a.c.e.o.NetworkOrchestrator]
> > (Work-Job-Executor-6:ctx-e8c72967 job-131/job-272 ctx-06907041)
> > (logid:7a78f881) Asking VirtualRouter to release
> > NicProfile[196-66-cee1cba9-7a24-44cf-a5c2-24f2e5dff1ae-null-null
> > 2017-07-31 13:23:16,211 DEBUG [c.c.v.VirtualMachineManagerImpl]
> > (Work-Job-Executor-6:ctx-e8c72967 job-131/job-272 ctx-06907041)
> > (logid:7a78f881) Successfully released network resources for the vm
> > VM[ConsoleProxy|v-66-VM]
> > 2017-07-31 13:23:16,211 DEBUG [c.c.v.VirtualMachineManagerImpl]
> > (Work-Job-Executor-6:ctx-e8c72967 job-131/job-272 ctx-06907041)
> > (logid:7a78f881) Successfully cleanued up resources for the vm
> > VM[ConsoleProxy|v-66-VM] in Starting state
> > 2017-07-31 13:23:16,314 DEBUG [c.c.c.CapacityManagerImpl]
> > (Work-Job-Executor-6:ctx-e8c72967 job-131/job-272 ctx-06907041)
> > (logid:7a78f881) VM state transitted from :Starting to Stopped with
> event:
> > OperationFailedvm's original host id: null new host id: null host id
> before
> > state transition: 1
> > 2017-07-31 13:23:16,324 DEBUG [c.c.c.CapacityManagerImpl]
> > (Work-Job-Executor-6:ctx-e8c72967 job-131/job-272 ctx-06907041)
> > (logid:7a78f881) Hosts's actual total CPU: 54432 and CPU after applying
> > overprovisioning: 54432
> > 2017-07-31 13:23:16,324 DEBUG [c.c.c.CapacityManagerImpl]
> > (Work-Job-Executor-6:ctx-e8c72967 job-131/job-272 ctx-06907041)
> > (logid:7a78f881) Hosts's actual total RAM: 7169134592 and RAM after
> > applying overprovisioning: 7169134592
> > 2017-07-31 13:23:16,325 DEBUG [c.c.c.CapacityManagerImpl]
> > (Work-Job-Executor-6:ctx-e8c72967 job-131/job-272 ctx-06907041)
> > (logid:7a78f881) release cpu from host: 1, old used: 500,reserved: 0,
> > actual total: 54432, total with overprovisioning: 54432; new used:
> > 0,reserved:0; movedfromreserved: 

Re: Unable to start SSVM

2017-08-01 Thread Rodrigo Baldasso
Hi, thanks for your reply

I didnt made any changes manually on the database, however, it's like the
pod got corrupted after the change. I can't even delete the pod from the
zone that throws the exception (nullpointer) also.

I was able to reproduce that in a fresh, clean install. So maybe it's a bug
or something related to my environment.

Recreating the pod with the same parameters and settings works fine.

Enviado de GMail Mobile


Em 1 de ago de 2017 11:56, "Gabriel Beims Bräscher" 
escreveu:

You said that it worked before changing the IP range; it might be caused by
a database inconsistency related to the IP allocation. Did you make any
manual changes in the database?

The null pointer exception came after the following methods exectution:
1 - it begins the exectution flow to start the VM
(com.cloud.vm.VirtualMachineManagerImpl.orchestrateStart);
2 - then it starts the network flow for that VM
(org.apache.cloudstack.engine.orchestration.NetworkOrchestrator.prepare);
3 - it prepares the NIC
(org.apache.cloudstack.engine.orchestration.NetworkOrchestrator.prepareNic);
4 - reserve the IP address
(com.cloud.network.guru.DirectPodBasedNetworkGuru.reserve);
5 - finally it tries to get an IP address, triggering the null pointer
exception (com.cloud.network.guru.DirectPodBasedNetworkGuru.getIp).

2017-07-31 13:27 GMT-03:00 Rodrigo Baldasso :

> Thanks for your reply.
>
> I'm using 4.9.2.0. I'm posting the full log below!
>
> The secondary storage is mounted as NFS.
>
> PS: i was able to start SSVM after creating a new zone, however, when I
> changed the IP range, the error came back again.
>
> 2017-07-31 13:23:15,950 DEBUG [c.c.a.t.Request]
> (Work-Job-Executor-6:ctx-e8c72967 job-131/job-272 ctx-06907041)
> (logid:7a78f881) Seq 1-6685312171854790673: Sending  { Cmd , MgmtId:
> 119779289367307, via: 1(kvm-tqr-01.lhost.net.br), Ver: v1, Flags: 100011,
> [{"com.cloud.agent.api.StopCommand":{"isProxy":false,
> "checkBeforeCleanup":false,"vmName":"v-66-VM","executeInSequence":false,"
> wait":0}}]
> }
> 2017-07-31 13:23:16,153 DEBUG [c.c.a.t.Request]
> (AgentManager-Handler-7:null) (logid:) Seq 1-6685312171854790673:
> Processing:  { Ans: , MgmtId: 119779289367307, via: 1, Ver: v1, Flags: 10,
> [{"com.cloud.agent.api.StopAnswer":{"result":true,"wait":0}}] }
> 2017-07-31 13:23:16,153 DEBUG [c.c.a.t.Request]
> (Work-Job-Executor-6:ctx-e8c72967 job-131/job-272 ctx-06907041)
> (logid:7a78f881) Seq 1-6685312171854790673: Received:  { Ans: , MgmtId:
> 119779289367307, via: 1(kvm-tqr-01.lhost.net.br), Ver: v1, Flags: 10, {
> StopAnswer } }
> 2017-07-31 13:23:16,166 DEBUG [c.c.n.NetworkModelImpl]
> (Work-Job-Executor-6:ctx-e8c72967 job-131/job-272 ctx-06907041)
> (logid:7a78f881) Service SecurityGroup is not supported in the network
> id=204
> 2017-07-31 13:23:16,201 DEBUG [o.a.c.e.o.NetworkOrchestrator]
> (Work-Job-Executor-6:ctx-e8c72967 job-131/job-272 ctx-06907041)
> (logid:7a78f881) Asking VirtualRouter to release
> NicProfile[196-66-cee1cba9-7a24-44cf-a5c2-24f2e5dff1ae-null-null
> 2017-07-31 13:23:16,211 DEBUG [c.c.v.VirtualMachineManagerImpl]
> (Work-Job-Executor-6:ctx-e8c72967 job-131/job-272 ctx-06907041)
> (logid:7a78f881) Successfully released network resources for the vm
> VM[ConsoleProxy|v-66-VM]
> 2017-07-31 13:23:16,211 DEBUG [c.c.v.VirtualMachineManagerImpl]
> (Work-Job-Executor-6:ctx-e8c72967 job-131/job-272 ctx-06907041)
> (logid:7a78f881) Successfully cleanued up resources for the vm
> VM[ConsoleProxy|v-66-VM] in Starting state
> 2017-07-31 13:23:16,314 DEBUG [c.c.c.CapacityManagerImpl]
> (Work-Job-Executor-6:ctx-e8c72967 job-131/job-272 ctx-06907041)
> (logid:7a78f881) VM state transitted from :Starting to Stopped with event:
> OperationFailedvm's original host id: null new host id: null host id
before
> state transition: 1
> 2017-07-31 13:23:16,324 DEBUG [c.c.c.CapacityManagerImpl]
> (Work-Job-Executor-6:ctx-e8c72967 job-131/job-272 ctx-06907041)
> (logid:7a78f881) Hosts's actual total CPU: 54432 and CPU after applying
> overprovisioning: 54432
> 2017-07-31 13:23:16,324 DEBUG [c.c.c.CapacityManagerImpl]
> (Work-Job-Executor-6:ctx-e8c72967 job-131/job-272 ctx-06907041)
> (logid:7a78f881) Hosts's actual total RAM: 7169134592 and RAM after
> applying overprovisioning: 7169134592
> 2017-07-31 13:23:16,325 DEBUG [c.c.c.CapacityManagerImpl]
> (Work-Job-Executor-6:ctx-e8c72967 job-131/job-272 ctx-06907041)
> (logid:7a78f881) release cpu from host: 1, old used: 500,reserved: 0,
> actual total: 54432, total with overprovisioning: 54432; new used:
> 0,reserved:0; movedfromreserved: false,moveToReserveredfalse
> 2017-07-31 13:23:16,325 DEBUG [c.c.c.CapacityManagerImpl]
> (Work-Job-Executor-6:ctx-e8c72967 job-131/job-272 ctx-06907041)
> (logid:7a78f881) release mem from host: 1, old used: 1073741824,reserved:
> 0, total: 7169134592; new used: 0,reserved:0; movedfromreserved:
> false,moveToReserveredfalse
> 2017-07-31 13:23:16,384 ERROR [c.c.v.VmWorkJobHandlerProxy]
> 

Re: Unable to start SSVM

2017-08-01 Thread Gabriel Beims Bräscher
You said that it worked before changing the IP range; it might be caused by
a database inconsistency related to the IP allocation. Did you make any
manual changes in the database?

The null pointer exception came after the following methods exectution:
1 - it begins the exectution flow to start the VM
(com.cloud.vm.VirtualMachineManagerImpl.orchestrateStart);
2 - then it starts the network flow for that VM
(org.apache.cloudstack.engine.orchestration.NetworkOrchestrator.prepare);
3 - it prepares the NIC
(org.apache.cloudstack.engine.orchestration.NetworkOrchestrator.prepareNic);
4 - reserve the IP address
(com.cloud.network.guru.DirectPodBasedNetworkGuru.reserve);
5 - finally it tries to get an IP address, triggering the null pointer
exception (com.cloud.network.guru.DirectPodBasedNetworkGuru.getIp).

2017-07-31 13:27 GMT-03:00 Rodrigo Baldasso :

> Thanks for your reply.
>
> I'm using 4.9.2.0. I'm posting the full log below!
>
> The secondary storage is mounted as NFS.
>
> PS: i was able to start SSVM after creating a new zone, however, when I
> changed the IP range, the error came back again.
>
> 2017-07-31 13:23:15,950 DEBUG [c.c.a.t.Request]
> (Work-Job-Executor-6:ctx-e8c72967 job-131/job-272 ctx-06907041)
> (logid:7a78f881) Seq 1-6685312171854790673: Sending  { Cmd , MgmtId:
> 119779289367307, via: 1(kvm-tqr-01.lhost.net.br), Ver: v1, Flags: 100011,
> [{"com.cloud.agent.api.StopCommand":{"isProxy":false,
> "checkBeforeCleanup":false,"vmName":"v-66-VM","executeInSequence":false,"
> wait":0}}]
> }
> 2017-07-31 13:23:16,153 DEBUG [c.c.a.t.Request]
> (AgentManager-Handler-7:null) (logid:) Seq 1-6685312171854790673:
> Processing:  { Ans: , MgmtId: 119779289367307, via: 1, Ver: v1, Flags: 10,
> [{"com.cloud.agent.api.StopAnswer":{"result":true,"wait":0}}] }
> 2017-07-31 13:23:16,153 DEBUG [c.c.a.t.Request]
> (Work-Job-Executor-6:ctx-e8c72967 job-131/job-272 ctx-06907041)
> (logid:7a78f881) Seq 1-6685312171854790673: Received:  { Ans: , MgmtId:
> 119779289367307, via: 1(kvm-tqr-01.lhost.net.br), Ver: v1, Flags: 10, {
> StopAnswer } }
> 2017-07-31 13:23:16,166 DEBUG [c.c.n.NetworkModelImpl]
> (Work-Job-Executor-6:ctx-e8c72967 job-131/job-272 ctx-06907041)
> (logid:7a78f881) Service SecurityGroup is not supported in the network
> id=204
> 2017-07-31 13:23:16,201 DEBUG [o.a.c.e.o.NetworkOrchestrator]
> (Work-Job-Executor-6:ctx-e8c72967 job-131/job-272 ctx-06907041)
> (logid:7a78f881) Asking VirtualRouter to release
> NicProfile[196-66-cee1cba9-7a24-44cf-a5c2-24f2e5dff1ae-null-null
> 2017-07-31 13:23:16,211 DEBUG [c.c.v.VirtualMachineManagerImpl]
> (Work-Job-Executor-6:ctx-e8c72967 job-131/job-272 ctx-06907041)
> (logid:7a78f881) Successfully released network resources for the vm
> VM[ConsoleProxy|v-66-VM]
> 2017-07-31 13:23:16,211 DEBUG [c.c.v.VirtualMachineManagerImpl]
> (Work-Job-Executor-6:ctx-e8c72967 job-131/job-272 ctx-06907041)
> (logid:7a78f881) Successfully cleanued up resources for the vm
> VM[ConsoleProxy|v-66-VM] in Starting state
> 2017-07-31 13:23:16,314 DEBUG [c.c.c.CapacityManagerImpl]
> (Work-Job-Executor-6:ctx-e8c72967 job-131/job-272 ctx-06907041)
> (logid:7a78f881) VM state transitted from :Starting to Stopped with event:
> OperationFailedvm's original host id: null new host id: null host id before
> state transition: 1
> 2017-07-31 13:23:16,324 DEBUG [c.c.c.CapacityManagerImpl]
> (Work-Job-Executor-6:ctx-e8c72967 job-131/job-272 ctx-06907041)
> (logid:7a78f881) Hosts's actual total CPU: 54432 and CPU after applying
> overprovisioning: 54432
> 2017-07-31 13:23:16,324 DEBUG [c.c.c.CapacityManagerImpl]
> (Work-Job-Executor-6:ctx-e8c72967 job-131/job-272 ctx-06907041)
> (logid:7a78f881) Hosts's actual total RAM: 7169134592 and RAM after
> applying overprovisioning: 7169134592
> 2017-07-31 13:23:16,325 DEBUG [c.c.c.CapacityManagerImpl]
> (Work-Job-Executor-6:ctx-e8c72967 job-131/job-272 ctx-06907041)
> (logid:7a78f881) release cpu from host: 1, old used: 500,reserved: 0,
> actual total: 54432, total with overprovisioning: 54432; new used:
> 0,reserved:0; movedfromreserved: false,moveToReserveredfalse
> 2017-07-31 13:23:16,325 DEBUG [c.c.c.CapacityManagerImpl]
> (Work-Job-Executor-6:ctx-e8c72967 job-131/job-272 ctx-06907041)
> (logid:7a78f881) release mem from host: 1, old used: 1073741824,reserved:
> 0, total: 7169134592; new used: 0,reserved:0; movedfromreserved:
> false,moveToReserveredfalse
> 2017-07-31 13:23:16,384 ERROR [c.c.v.VmWorkJobHandlerProxy]
> (Work-Job-Executor-6:ctx-e8c72967 job-131/job-272 ctx-06907041)
> (logid:7a78f881) Invocation exception, caused by:
> java.lang.NullPointerException
> 2017-07-31 13:23:16,384 INFO  [c.c.v.VmWorkJobHandlerProxy]
> (Work-Job-Executor-6:ctx-e8c72967 job-131/job-272 ctx-06907041)
> (logid:7a78f881) Rethrow exception java.lang.NullPointerException
> 2017-07-31 13:23:16,384 DEBUG [c.c.v.VmWorkJobDispatcher]
> (Work-Job-Executor-6:ctx-e8c72967 job-131/job-272) (logid:7a78f881) Done
> with run of VM work job: 

Re: IPMI out of management

2017-08-01 Thread Rodrigo Baldasso
I'm using here and works fine with my Supermicro servers.

- - - - - - - - - - - - - - - - - - -

Rodrigo Baldasso - LHOST

(51) 9 8419-9861
- - - - - - - - - - - - - - - - - - -
On 01/08/2017 09:01:20, victor  wrote:
Hello Guys,

Have anybody able to configure and test ipmi "out of management" with
cloudstack successfully.

Regards

Victor




Re: IPMI out of management

2017-08-01 Thread Gabriel Beims Bräscher
Hello Victor,

For me, it works well. Did you have any problems?

Cheers

2017-08-01 9:00 GMT-03:00 victor :

> Hello Guys,
>
> Have anybody able to configure and test ipmi "out of management" with
> cloudstack successfully.
>
> Regards
>
> Victor
>
>
>


IPMI out of management

2017-08-01 Thread victor

Hello Guys,

Have anybody able to configure and test ipmi "out of management" with 
cloudstack successfully.


Regards

Victor




Re: [VHD On Secondary Storage]

2017-08-01 Thread Gian Paolo Buono
Sure, thanks :)


On 08/01/2017 10:57 AM, Glenn Wagner wrote:

Hi,

It is in the webserver directory /var/www/html/userdata/ on the SSVM

Regards
Glenn


glenn.wag...@shapeblue.com
www.shapeblue.com
First Floor, Victoria Centre, 7 Victoria Street, Somerset West, Cape Town  
7129South Africa
@shapeblue




-Original Message-
From: Gian Paolo Buono [mailto:gianpaolo.bu...@gesca.it]
Sent: Tuesday, 01 August 2017 10:51 AM
To: users@cloudstack.apache.org
Subject: [VHD On Secondary Storage]

Hi all,

my installation in CloudStack 4.9 and XenServer, do you know where is the 
directory on the secondary storage VM that contain the volume .vhd ?


To understand when I click on:
Instance --> VM --> Volumes --> Download Volume

produce a link like this:

http://PublicIP/userdata/637462354672547623576.vhd

Thanks




Volumes Snapshots Creating Issue

2017-08-01 Thread Gian Paolo Buono
Hi all,

I have in ACS 4.9.1 on Xenserver a VM with a root-disk in Snaphotting state.

Can I to correct the state Creating with this command ?

select id from cloud.snapshots where status = 'Creating'\G;
id=3680
select * from snapshot_store_ref where snapshot_id =3680\G;

delete from cloud.snapshot_store_ref where snapshot_id =3680;
delete from cloud.snapshots where id =3680;

Thanks



RE: [VHD On Secondary Storage]

2017-08-01 Thread Glenn Wagner
Hi,

It is in the webserver directory /var/www/html/userdata/ on the SSVM 

Regards
Glenn


glenn.wag...@shapeblue.com 
www.shapeblue.com
First Floor, Victoria Centre, 7 Victoria Street, Somerset West, Cape Town  
7129South Africa
@shapeblue
  
 


-Original Message-
From: Gian Paolo Buono [mailto:gianpaolo.bu...@gesca.it] 
Sent: Tuesday, 01 August 2017 10:51 AM
To: users@cloudstack.apache.org
Subject: [VHD On Secondary Storage]

Hi all,

my installation in CloudStack 4.9 and XenServer, do you know where is the 
directory on the secondary storage VM that contain the volume .vhd ?


To understand when I click on:
Instance --> VM --> Volumes --> Download Volume

produce a link like this:

http://PublicIP/userdata/637462354672547623576.vhd

Thanks


[VHD On Secondary Storage]

2017-08-01 Thread Gian Paolo Buono
Hi all,

my installation in CloudStack 4.9 and XenServer, do you know where is 
the directory on the secondary storage VM that contain the volume .vhd ?


To understand when I click on:
Instance --> VM --> Volumes --> Download Volume

produce a link like this:

http://PublicIP/userdata/637462354672547623576.vhd

Thanks


Re: CloudStack-UI New Release is Out - 1.0.4

2017-08-01 Thread Osay Osman Yuuni
Great work.  Thanks.  Will take it for a spin.

On 13 July 2017 at 12:21, Rohit Yadav  wrote:

> Hi Ivan,
>
>
> Thanks for sharing, awesome stuff.
>
>
> - Rohit
>
> 
> From: Ivan Kudryavtsev 
> Sent: 12 July 2017 10:09:04
> To: users@cloudstack.apache.org
> Subject: CloudStack-UI New Release is Out - 1.0.4
>
> Hello, community.
>
> We are happy to announce the next release of the CloudStack-UI — 1.0.5.
> The release includes a lot of bug fixes and usability improvements. We have
> spend two months improving the code, implementing new features and fixing
> bugs found after the initial release. We missed the announces about 1.0.1 —
> 1.0.4 releases waiting while the most of the found bugs to be fixed. The
> code was switched to Angular 4 to support the latest stack.
>
> Links:
>
> The release can be found at GitHub releases (
> https://github.com/bwsw/cloudstack-ui/releases/tag/1.0.5)
> Prepared Docker image is available at Dockerhub (
> https://hub.docker.com/r/bwsw/cloudstack-ui/). You can pull it with:
> docker
> pull bwsw/cloudstack-ui:1.0.5
> The project changelog is here:
> https://github.com/bwsw/cloudstack-ui/wiki/Changelog
> Deployment guide and project info can be found at GitHub pages:
> https://bwsw.github.io/cloudstack-ui/
>
> Close Plans:
>
> We are quite close for the development of our first two plugins which will
> be presented at the CloudStack European User Group meetup in London, 17
> aug.
> The first plugin is clientless SSH console to VM, based on the code:
> https://github.com/bwsw/webshell
>
> The second plugin is charting plugin which is purposed to display
> "realtime" CPU/RAM/NETIO/DISKIO stats for KVM VMs and based on the code:
> https://github.com/bwsw/cs-pulse-sensor
> https://github.com/bwsw/cs-pulse-server
>
>
> All questions, considerations and notes are welcomed.
> PS: If someone is willing to share the information about the project,
> please just do it)
>
> --
> With best regards, Ivan Kudryavtsev
> Bitworks Software, Ltd.
> Cell: +7-923-414-1515
> WWW: http://bitworks.software/ 
>
> rohit.ya...@shapeblue.com
> www.shapeblue.com
> 53 Chandos Place, Covent Garden, London  WC2N 4HSUK
> @shapeblue
>
>
>
>


-- 
*Osay Osman YUUNI*  | Techno-Geek


*Old Kent Drive | Midstream Estate *Office: +27 12 003 6900 | Ext: 8402 |
E-Mail: o yu...@gmail.com

Mobile: +27 78 090 5501 | Fax: +27866737198 Web: http://www.
yuuniqueenterprises.com