Cloudstack setup on ubuntu 12.04

655 views
Skip to first unread message

Toriq Pria Digfora

unread,
Sep 24, 2012, 4:55:12 AM9/24/12
to cloudst...@googlegroups.com
Dear All , 
I have a problem with setup CloudStack on ubuntu 12.04
When I tried to add host , it said "Unable to add host" ?
How can I resolve it ?

Thx Before

Rob Oudendijk

unread,
Sep 24, 2012, 6:11:14 AM9/24/12
to cloudst...@googlegroups.com
This is cloudstack 3.05?
Host is running on other computer?
Can you ping your host?

regards 
rob



--
 
 



--
Regards,
Rob Oudendijk Yuka Hayashi
tel +81 80-22605966  Skype: robouden  Facebook:robouden twitter:robouden 


Toriq Pria Dhigfora

unread,
Sep 24, 2012, 6:17:00 AM9/24/12
to cloudst...@googlegroups.com
Certainly , i can ping it 
MY cloudstack server ip address is 172.16.143.1 
and my host target ip address is 172.16.143.134
Any idea ?
--
Thanks,
Toriq Pria Dhigfora
Meruvian System Integrator
High Performance Computing / Cloud Computing (HPC/CC)

Blog : http://blogs.mervpolis.com/roller/toriq354
Profil : http://facebook.com/toriq354
FB: http://www.facebook.com/meruvian
TW: http://www.twitter.com/meruvian  
Website: http://www.meruvian.org

Rob Oudendijk

unread,
Sep 24, 2012, 6:33:16 AM9/24/12
to cloudst...@googlegroups.com
What host? Xen or KVM?

regards
rob


--
 
 

Toriq Pria Dhigfora

unread,
Sep 24, 2012, 6:44:35 AM9/24/12
to cloudst...@googlegroups.com
Not both of them , Do I have to install it ?

Rob Oudendijk

unread,
Sep 24, 2012, 6:48:58 AM9/24/12
to cloudst...@googlegroups.com
If you are running the standard Cloudstack, not DevCloud, then you need to setup a host with XCP or KVM or XEN..

regards
rob




--
 
 

Toriq Pria Dhigfora

unread,
Sep 24, 2012, 6:53:48 AM9/24/12
to cloudst...@googlegroups.com
Okay thx sir :) 

Please support our cloudstack for Indonesia on 
http://www.cloudstack-id.org/
and fanpage on
http://www.facebook.com/cloudstack.indonesia

Rob Oudendijk

unread,
Sep 24, 2012, 7:01:05 AM9/24/12
to cloudst...@googlegroups.com
NP

Let us know if you need more help..
Try to setup DevCloud first..Comes with one instance.. you need to have at least 8G ram, 64 bit OS.

regards
rob



--
 
 

Toriq Pria Digfora

unread,
Sep 26, 2012, 3:32:49 AM9/26/12
to cloudst...@googlegroups.com
I've downloaded and installed DevCloud on my Virtual Box with IP 172.16.143.144 which include xenserver ,

then I do ant clean-all build-all,ant deploy-server , ant deploy-db ,ant debug on incubator-cloudstack direktori . 

So I open 172.16.143.144:8080/client and do the next step.

When I tried to add host and launch it , there is an error on console , it said like this :

 [java] INFO  [storage.upload.UploadMonitorImpl] (UploadMonitor-Scavenger-1:) Extract Monitor Garbage Collection Thread is running.
     [java] INFO  [cloud.resource.ResourceManagerImpl] (catalina-exec-14:) Trying to add a new host at http://172.16.143.144 in data center 1
     [java] WARN  [cloud.resource.ResourceManagerImpl] (catalina-exec-14:) Unable to find the server resources at http://172.16.143.144
     [java] WARN  [api.commands.AddHostCmd] (catalina-exec-14:) Exception: 
     [java] com.cloud.exception.DiscoveryException: Unable to add the host
     [java] at com.cloud.resource.ResourceManagerImpl.discoverHostsFull(ResourceManagerImpl.java:829)
     [java] at com.cloud.resource.ResourceManagerImpl.discoverHosts(ResourceManagerImpl.java:636)
     [java] at com.cloud.api.commands.AddHostCmd.execute(AddHostCmd.java:136)
     [java] at com.cloud.api.ApiDispatcher.dispatch(ApiDispatcher.java:235)
     [java] at com.cloud.api.ApiServer.queueCommand(ApiServer.java:538)
     [java] at com.cloud.api.ApiServer.handleRequest(ApiServer.java:418)
     [java] at com.cloud.api.ApiServlet.processRequest(ApiServlet.java:300)
     [java] at com.cloud.api.ApiServlet.doGet(ApiServlet.java:59)
     [java] at javax.servlet.http.HttpServlet.service(HttpServlet.java:617)
     [java] at javax.servlet.http.HttpServlet.service(HttpServlet.java:717)
     [java] at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:290)
     [java] at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
     [java] at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:233)
     [java] at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:191)
     [java] at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:127)
     [java] at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:102)
     [java] at org.apache.catalina.valves.AccessLogValve.invoke(AccessLogValve.java:554)
     [java] at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:109)
     [java] at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:298)
     [java] at org.apache.coyote.http11.Http11NioProcessor.process(Http11NioProcessor.java:889)
     [java] at org.apache.coyote.http11.Http11NioProtocol$Http11ConnectionHandler.process(Http11NioProtocol.java:732)
     [java] at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.run(NioEndpoint.java:2262)
     [java] at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1110)
     [java] at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603)
     [java] at java.lang.Thread.run(Thread.java:679)
     [java] WARN  [cloud.api.ApiDispatcher] (catalina-exec-14:) class com.cloud.api.ServerApiException : Unable to add the host
     [java] INFO  [storage.upload.UploadMonitorImpl] (UploadMonitor-Scavenger-1:) Extract Monitor Garbage Collection Thread is running.

any idea again ?
Reply all
Reply to author
Forward
0 new messages