SSL Handshake failed while connecting to host: 61.141.235.102 port: 8250

2020-03-31 Thread ????
Hello


"Unable to add the host" appears when I add a host in the quick deployment 
cloudsatck version 4.13


Check the agent log agent.log times wrong information as "SSL Handshake failed 
while connecting to host: 61.141.235.102 port: 8250"


How can we solve this problem?



agent.log

management-server.log

SSL Handshake failed while connecting to host: 61.141.235.102 port: 8250

2020-03-31 Thread ????
:
?? cloudsatck4.13Unable to add the host??


agent log agent.log timesSSL Handshake failed while 
connecting to host: 61.141.235.102 port: 8250??




agent.log

management-server.log

Re: Unable to start CloudSatck service

2020-03-31 Thread pradeep pal
Hi All,

Kindly ignore my issue.

Thanks
Pradeep

From: pradeep pal 
Sent: Wednesday, April 1, 2020 6:36 AM
To: users@cloudstack.apache.org 
Subject: Unable to start CloudSatck service

Hi,

I have Installed CloudStack 4.13 on Centos 7.7, but when I start cloud stack 
management services it always gives me errors. Please help me to solve this 
issue.


2020-04-01 06:10:19,545 DEBUG [c.c.u.d.ScriptRunner] (main:null) (logid:) -- 
Schema upgrade from 4.0.0 to 4.1.0;

2020-04-01 06:10:19,545 DEBUG [c.c.u.d.ScriptRunner] (main:null) (logid:) --;

2020-04-01 06:10:19,546 DEBUG [c.c.u.d.ScriptRunner] (main:null) (logid:) use 
cloud

2020-04-01 06:10:19,548 DEBUG [c.c.u.d.ScriptRunner] (main:null) (logid:) SET 
foreign_key_checks = 0

2020-04-01 06:10:19,549 DEBUG [c.c.u.d.ScriptRunner] (main:null) (logid:) alter 
table vm_template add size bigint unsigned

2020-04-01 06:10:19,572 ERROR [c.c.u.d.ScriptRunner] (main:null) (logid:) Error 
executing: alter table vm_template add size bigint unsigned

2020-04-01 06:10:19,573 ERROR [c.c.u.d.ScriptRunner] (main:null) (logid:) 
java.sql.SQLSyntaxErrorException: Duplicate column name 'size'

2020-04-01 06:10:19,576 ERROR [c.c.u.DatabaseUpgradeChecker] (main:null) 
(logid:) Unable to execute upgrade script

java.sql.SQLSyntaxErrorException: Duplicate column name 'size'

at com.cloud.utils.db.ScriptRunner.runScript(ScriptRunner.java:185)

at com.cloud.utils.db.ScriptRunner.runScript(ScriptRunner.java:87)

at 
com.cloud.upgrade.DatabaseUpgradeChecker.runScript(DatabaseUpgradeChecker.java:197)

at 
com.cloud.upgrade.DatabaseUpgradeChecker.upgrade(DatabaseUpgradeChecker.java:252)

at 
com.cloud.upgrade.DatabaseUpgradeChecker.check(DatabaseUpgradeChecker.java:336)

at 
org.apache.cloudstack.spring.lifecycle.CloudStackExtendedLifeCycle.checkIntegrity(CloudStackExtendedLifeCycle.java:65)

at 
org.apache.cloudstack.spring.lifecycle.CloudStackExtendedLifeCycle.start(CloudStackExtendedLifeCycle.java:55)

at 
org.springframework.context.support.DefaultLifecycleProcessor.doStart(DefaultLifecycleProcessor.java:183)

at 
org.springframework.context.support.DefaultLifecycleProcessor.access$200(DefaultLifecycleProcessor.java:52)

at 
org.springframework.context.support.DefaultLifecycleProcessor$LifecycleGroup.start(DefaultLifecycleProcessor.java:358)

at 
org.springframework.context.support.DefaultLifecycleProcessor.startBeans(DefaultLifecycleProcessor.java:159)

at 
org.springframework.context.support.DefaultLifecycleProcessor.onRefresh(DefaultLifecycleProcessor.java:123)

at 
org.springframework.context.support.AbstractApplicationContext.finishRefresh(AbstractApplicationContext.java:884)

at 
org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:552)

at 
org.apache.cloudstack.spring.module.model.impl.DefaultModuleDefinitionSet.loadContext(DefaultModuleDefinitionSet.java:145)

at 
org.apache.cloudstack.spring.module.model.impl.DefaultModuleDefinitionSet$2.with(DefaultModuleDefinitionSet.java:122)

at 
org.apache.cloudstack.spring.module.model.impl.DefaultModuleDefinitionSet.withModule(DefaultModuleDefinitionSet.java:245)

at 
org.apache.cloudstack.spring.module.model.impl.DefaultModuleDefinitionSet.withModule(DefaultModuleDefinitionSet.java:250)

at 
org.apache.cloudstack.spring.module.model.impl.DefaultModuleDefinitionSet.withModule(DefaultModuleDefinitionSet.java:233)

at 
org.apache.cloudstack.spring.module.model.impl.DefaultModuleDefinitionSet.loadContexts(DefaultModuleDefinitionSet.java:117)

at 
org.apache.cloudstack.spring.module.model.impl.DefaultModuleDefinitionSet.load(DefaultModuleDefinitionSet.java:79)

at 
org.apache.cloudstack.spring.module.factory.ModuleBasedContextFactory.loadModules(ModuleBasedContextFactory.java:37)

at 
org.apache.cloudstack.spring.module.factory.CloudStackSpringContext.init(CloudStackSpringContext.java:71)

at 
org.apache.cloudstack.spring.module.factory.CloudStackSpringContext.(CloudStackSpringContext.java:58)

at 
org.apache.cloudstack.spring.module.factory.CloudStackSpringContext.(CloudStackSpringContext.java:62)

at 
org.apache.cloudstack.spring.module.web.CloudStackContextLoaderListener.contextInitialized(CloudStackContextLoaderListener.java:52)

at 
org.eclipse.jetty.server.handler.ContextHandler.callContextInitialized(ContextHandler.java:890)

at 
org.eclipse.jetty.servlet.ServletContextHandler.callContextInitialized(ServletContextHandler.java:532)

at 
org.eclipse.jetty.server.handler.ContextHandler.startContext(ContextHandler.java:853)

at 
org.eclipse.jetty.servlet.ServletContextHandler.startContext(ServletContextHandler.java:344)

at org.eclipse.jetty.webapp.WebAppContext.startWebapp(WebAppContext.java:1515)

at org.eclipse.jetty.webapp.WebAppContext.startContext(WebAppContext.java:1477)

at 
org.eclipse.jetty.server.handler.ContextHandler.doStart(ContextHandler.java:785)

at 

Unable to start CloudSatck service

2020-03-31 Thread pradeep pal
Hi,

I have Installed CloudStack 4.13 on Centos 7.7, but when I start cloud stack 
management services it always gives me errors. Please help me to solve this 
issue.


2020-04-01 06:10:19,545 DEBUG [c.c.u.d.ScriptRunner] (main:null) (logid:) -- 
Schema upgrade from 4.0.0 to 4.1.0;

2020-04-01 06:10:19,545 DEBUG [c.c.u.d.ScriptRunner] (main:null) (logid:) --;

2020-04-01 06:10:19,546 DEBUG [c.c.u.d.ScriptRunner] (main:null) (logid:) use 
cloud

2020-04-01 06:10:19,548 DEBUG [c.c.u.d.ScriptRunner] (main:null) (logid:) SET 
foreign_key_checks = 0

2020-04-01 06:10:19,549 DEBUG [c.c.u.d.ScriptRunner] (main:null) (logid:) alter 
table vm_template add size bigint unsigned

2020-04-01 06:10:19,572 ERROR [c.c.u.d.ScriptRunner] (main:null) (logid:) Error 
executing: alter table vm_template add size bigint unsigned

2020-04-01 06:10:19,573 ERROR [c.c.u.d.ScriptRunner] (main:null) (logid:) 
java.sql.SQLSyntaxErrorException: Duplicate column name 'size'

2020-04-01 06:10:19,576 ERROR [c.c.u.DatabaseUpgradeChecker] (main:null) 
(logid:) Unable to execute upgrade script

java.sql.SQLSyntaxErrorException: Duplicate column name 'size'

at com.cloud.utils.db.ScriptRunner.runScript(ScriptRunner.java:185)

at com.cloud.utils.db.ScriptRunner.runScript(ScriptRunner.java:87)

at 
com.cloud.upgrade.DatabaseUpgradeChecker.runScript(DatabaseUpgradeChecker.java:197)

at 
com.cloud.upgrade.DatabaseUpgradeChecker.upgrade(DatabaseUpgradeChecker.java:252)

at 
com.cloud.upgrade.DatabaseUpgradeChecker.check(DatabaseUpgradeChecker.java:336)

at 
org.apache.cloudstack.spring.lifecycle.CloudStackExtendedLifeCycle.checkIntegrity(CloudStackExtendedLifeCycle.java:65)

at 
org.apache.cloudstack.spring.lifecycle.CloudStackExtendedLifeCycle.start(CloudStackExtendedLifeCycle.java:55)

at 
org.springframework.context.support.DefaultLifecycleProcessor.doStart(DefaultLifecycleProcessor.java:183)

at 
org.springframework.context.support.DefaultLifecycleProcessor.access$200(DefaultLifecycleProcessor.java:52)

at 
org.springframework.context.support.DefaultLifecycleProcessor$LifecycleGroup.start(DefaultLifecycleProcessor.java:358)

at 
org.springframework.context.support.DefaultLifecycleProcessor.startBeans(DefaultLifecycleProcessor.java:159)

at 
org.springframework.context.support.DefaultLifecycleProcessor.onRefresh(DefaultLifecycleProcessor.java:123)

at 
org.springframework.context.support.AbstractApplicationContext.finishRefresh(AbstractApplicationContext.java:884)

at 
org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:552)

at 
org.apache.cloudstack.spring.module.model.impl.DefaultModuleDefinitionSet.loadContext(DefaultModuleDefinitionSet.java:145)

at 
org.apache.cloudstack.spring.module.model.impl.DefaultModuleDefinitionSet$2.with(DefaultModuleDefinitionSet.java:122)

at 
org.apache.cloudstack.spring.module.model.impl.DefaultModuleDefinitionSet.withModule(DefaultModuleDefinitionSet.java:245)

at 
org.apache.cloudstack.spring.module.model.impl.DefaultModuleDefinitionSet.withModule(DefaultModuleDefinitionSet.java:250)

at 
org.apache.cloudstack.spring.module.model.impl.DefaultModuleDefinitionSet.withModule(DefaultModuleDefinitionSet.java:233)

at 
org.apache.cloudstack.spring.module.model.impl.DefaultModuleDefinitionSet.loadContexts(DefaultModuleDefinitionSet.java:117)

at 
org.apache.cloudstack.spring.module.model.impl.DefaultModuleDefinitionSet.load(DefaultModuleDefinitionSet.java:79)

at 
org.apache.cloudstack.spring.module.factory.ModuleBasedContextFactory.loadModules(ModuleBasedContextFactory.java:37)

at 
org.apache.cloudstack.spring.module.factory.CloudStackSpringContext.init(CloudStackSpringContext.java:71)

at 
org.apache.cloudstack.spring.module.factory.CloudStackSpringContext.(CloudStackSpringContext.java:58)

at 
org.apache.cloudstack.spring.module.factory.CloudStackSpringContext.(CloudStackSpringContext.java:62)

at 
org.apache.cloudstack.spring.module.web.CloudStackContextLoaderListener.contextInitialized(CloudStackContextLoaderListener.java:52)

at 
org.eclipse.jetty.server.handler.ContextHandler.callContextInitialized(ContextHandler.java:890)

at 
org.eclipse.jetty.servlet.ServletContextHandler.callContextInitialized(ServletContextHandler.java:532)

at 
org.eclipse.jetty.server.handler.ContextHandler.startContext(ContextHandler.java:853)

at 
org.eclipse.jetty.servlet.ServletContextHandler.startContext(ServletContextHandler.java:344)

at org.eclipse.jetty.webapp.WebAppContext.startWebapp(WebAppContext.java:1515)

at org.eclipse.jetty.webapp.WebAppContext.startContext(WebAppContext.java:1477)

at 
org.eclipse.jetty.server.handler.ContextHandler.doStart(ContextHandler.java:785)

at 
org.eclipse.jetty.servlet.ServletContextHandler.doStart(ServletContextHandler.java:261)

at org.eclipse.jetty.webapp.WebAppContext.doStart(WebAppContext.java:545)

at 
org.eclipse.jetty.util.component.AbstractLifeCycle.start(AbstractLifeCycle.java:68)

at 

Re: Regarding HPE Nimble Storage

2020-03-31 Thread Sven Vogel
Hi Hanumant,

i tested Nimble for any years. Its a NetApp like Storage but i dont
know which protocols are supported. 


if you can use NFS there should no be a problem or you use local
Storage.


Cheers

Sven 


On Tuesday, 03/31/2020 at 21:11 hanumant borwandkar wrote:


Hi,

Is there anyone having success with HPE Nimble All flash storage with
Cloudstack.

I am trying to implement block storage using Nimble as a primary
storage.

Any help would be appreciated.

Regards,
Hanumant


Regarding HPE Nimble Storage

2020-03-31 Thread hanumant borwandkar
Hi,

Is there anyone having success with HPE Nimble All flash storage with
Cloudstack.

I am trying to implement block storage using Nimble as a primary storage.

Any help would be appreciated.

Regards,
Hanumant


Deploy VM error

2020-03-31 Thread F5


Hello,

I've been struggling for some time to start a KVM environment with ACS.

I already managed to upload the ISOS.

I created a disko offer, and a computing offer.

When I create an instance I came across the following error:

System Capacity
Memory 1.50 GB / 6.63 GB
CPU 1.00 GHz / 12.40 GHz
Storage 10.80 GB / 49.98 GB
Public IP Addresses 2 / 10
Management IP Addresses 2 / 21
Secondary Storage 11.51 GB / 59.76 GB
Local Storage 585.68 MB / 99.95 GB

Failed to deploy VM VM[User|i-2-124-VM


2020-03-31 13:51:59,833 DEBUG [c.c.a.ApiServlet] (qtp504527234-14:ctx-0599648e) 
(logid:4f662644) ===START===  172.26.0.190 -- GET  
command=deployVirtualMachine=json=f525ca16-891e-4749-b147-d426ecfab483=673181c2-43fb-45e2-91b0-7496f2975a7b=81cb2d64-d39c-40c5-a3ad-8b8e9fce4f83=6d169723-2440-46a5-a815-67580656dd6d=eb47e5c4-c18e-4706-8f54-518dd5eee6e0=KVM=91e18f3a-1fe7-4184-a58d-e5d503a15af2=0a97d09f-a648-44a2-89e7-336fdb444a09%5B0%5D.networkid=19cbc69f-91b5-48bb-8de3-e1c582e07a4a=Vmteste=Vmteste&_=1585672416295
2020-03-31 13:51:59,866 DEBUG [c.c.a.ApiServer] (qtp504527234-14:ctx-0599648e 
ctx-db3e314d) (logid:4f662644) CIDRs from which account 
'Acct[e8c8861d-5f9c-11ea-bb9d-080027a1c01e-admin]' is allowed to perform API 
calls: 0.0.0.0/0,::/0
2020-03-31 13:51:59,909 DEBUG [c.c.u.AccountManagerImpl] 
(qtp504527234-14:ctx-0599648e ctx-db3e314d) (logid:4f662644) Access granted to 
Acct[e8c8861d-5f9c-11ea-bb9d-080027a1c01e-admin] to 
org.apache.cloudstack.quota.vo.ServiceOfferingVO$$EnhancerByCGLIB$$3bcf647@45f3fc7f
 by AffinityGroupAccessChecker
2020-03-31 13:51:59,910 DEBUG [c.c.u.AccountManagerImpl] 
(qtp504527234-14:ctx-0599648e ctx-db3e314d) (logid:4f662644) Access granted to 
Acct[e8c8861d-5f9c-11ea-bb9d-080027a1c01e-admin] to 
com.cloud.storage.DiskOfferingVO$$EnhancerByCGLIB$$ac86733a@51a8f01c by 
AffinityGroupAccessChecker
2020-03-31 13:51:59,945 DEBUG [c.c.n.NetworkModelImpl] 
(qtp504527234-14:ctx-0599648e ctx-db3e314d) (logid:4f662644) Service 
SecurityGroup is not supported in the network id=208
2020-03-31 13:51:59,985 DEBUG [c.c.v.UserVmManagerImpl] 
(qtp504527234-14:ctx-0599648e ctx-db3e314d) (logid:4f662644) Allocating in the 
DB for vm
2020-03-31 13:52:00,055 DEBUG [c.c.v.VirtualMachineManagerImpl] 
(qtp504527234-14:ctx-0599648e ctx-db3e314d) (logid:4f662644) Allocating entries 
for VM: VM[User|i-2-124-VM]
2020-03-31 13:52:00,057 DEBUG [c.c.v.VirtualMachineManagerImpl] 
(qtp504527234-14:ctx-0599648e ctx-db3e314d) (logid:4f662644) Allocating nics 
for VM[User|i-2-124-VM]
2020-03-31 13:52:00,058 DEBUG [o.a.c.e.o.NetworkOrchestrator] 
(qtp504527234-14:ctx-0599648e ctx-db3e314d) (logid:4f662644) Allocating nic for 
vm VM[User|i-2-124-VM] in network Ntwk[208|Guest|22] with requested profile 
NicProfile[0-0-null-null-null
2020-03-31 13:52:00,110 DEBUG [c.c.n.NetworkModelImpl] 
(qtp504527234-14:ctx-0599648e ctx-db3e314d) (logid:4f662644) Service 
SecurityGroup is not supported in the network id=208
2020-03-31 13:52:00,111 DEBUG [c.c.v.VirtualMachineManagerImpl] 
(qtp504527234-14:ctx-0599648e ctx-db3e314d) (logid:4f662644) Allocating disks 
for VM[User|i-2-124-VM]
2020-03-31 13:52:00,117 DEBUG [c.c.r.ResourceLimitManagerImpl] 
(qtp504527234-14:ctx-0599648e ctx-db3e314d) (logid:4f662644) Updating resource 
Type = volume count for Account = 2 Operation = increasing Amount = 1
2020-03-31 13:52:00,121 DEBUG [c.c.r.ResourceLimitManagerImpl] 
(qtp504527234-14:ctx-0599648e ctx-db3e314d) (logid:4f662644) Updating resource 
Type = primary_storage count for Account = 2 Operation = increasing Amount = 
5368709120
2020-03-31 13:52:00,124 DEBUG [c.c.v.VirtualMachineManagerImpl] 
(qtp504527234-14:ctx-0599648e ctx-db3e314d) (logid:4f662644) Allocation 
completed for VM: VM[User|i-2-124-VM]
2020-03-31 13:52:00,124 DEBUG [c.c.v.UserVmManagerImpl] 
(qtp504527234-14:ctx-0599648e ctx-db3e314d) (logid:4f662644) Successfully 
allocated DB entry for VM[User|i-2-124-VM]
2020-03-31 13:52:00,128 DEBUG [c.c.r.ResourceLimitManagerImpl] 
(qtp504527234-14:ctx-0599648e ctx-db3e314d) (logid:4f662644) Updating resource 
Type = user_vm count for Account = 2 Operation = increasing Amount = 1
2020-03-31 13:52:00,130 DEBUG [c.c.r.ResourceLimitManagerImpl] 
(qtp504527234-14:ctx-0599648e ctx-db3e314d) (logid:4f662644) Updating resource 
Type = cpu count for Account = 2 Operation = increasing Amount = 1
2020-03-31 13:52:00,133 DEBUG [c.c.r.ResourceLimitManagerImpl] 
(qtp504527234-14:ctx-0599648e ctx-db3e314d) (logid:4f662644) Updating resource 
Type = memory count for Account = 2 Operation = increasing Amount = 512
2020-03-31 13:52:00,158 DEBUG [c.c.n.NetworkModelImpl] 
(qtp504527234-14:ctx-0599648e ctx-db3e314d) (logid:4f662644) Service 
SecurityGroup is not supported in the network id=208
2020-03-31 13:52:00,162 DEBUG [c.c.n.NetworkModelImpl] 
(qtp504527234-14:ctx-0599648e ctx-db3e314d) (logid:4f662644) Service 
SecurityGroup is not supported in the network id=208
2020-03-31 13:52:00,189 INFO  [o.a.c.f.j.i.AsyncJobMonitor] 

Re: link domain to ldap

2020-03-31 Thread Daan Hoogland
Mateuzs,
there is a bug in the domain linkage where you cannot have a global value
and a domain level value. It is solved in master (4.14 to be). I think in
your case delete the global setting. If you need it you can't use the
domain level binding.

On Mon, Mar 30, 2020 at 8:15 PM Mateusz Tykierko <
mateusz.tykie...@pwr.edu.pl> wrote:

> Hi all,
>
> I'm trying to link domain to ldap and getting
>
> can not link a domain unless a basedn is configured for it.
>
> Basedn in global and domain settings is set. I can add users and groups
> from ldap manually to domain using Add ldap account.
>
> Where should I look.
>
> Cloudstack version 4.11.2.0
>
> MT
>


-- 
Daan


Re: link domain to ldap

2020-03-31 Thread Suresh Kumar Anaparti
Please share the management server log with the error.

Thanks,
Suresh

On Mon, Mar 30, 2020 at 11:45 PM Mateusz Tykierko <
mateusz.tykie...@pwr.edu.pl> wrote:

> Hi all,
>
> I'm trying to link domain to ldap and getting
>
> can not link a domain unless a basedn is configured for it.
>
> Basedn in global and domain settings is set. I can add users and groups
> from ldap manually to domain using Add ldap account.
>
> Where should I look.
>
> Cloudstack version 4.11.2.0
>
> MT
>