Community
 
 
 

CloudPortal Business Manager 1.x

342フォロワー
 
Avatar
Pankaj Paliwal

Trying to get CS 3.0.2 & CPBM 1.3.4 to work on CentOS6.2 in Integrated mode.

Avatar

Trying to get CS 3.0.2 & CPBM 1.3.4 to work on CentOS6.2 in Integrated mode.

Hi,

I am building a demo lab with CloudStack 3.0.2 and CloudPortal 1.3.4 on the same CentOS 6.2 server.

So far I managed to install all componenents ,however the http://servername:8080/portal URL doesn't show anything.

So far I did the following:
1. ./install.sh
2. Choose option C (intergrate)
3. yum install httpd mod_ssl
4. Created the file /etc/httpd/conf.d/cloud.conf, and add the lines:
ProxyPass /portal ajp://localhost:20410/portal
ProxyPass /client ajp://localhost:20400/client
5. rpm -ihv http://download.fedoraproject.org/pub/epel/5/x86_64/epel-release-5-4.noarch.rpm
6 repeated step 1 & 2

At this stage:
http://servername:8080/client/?direct=true shows the CloudStack portal page
http://servername:8080/portal doesn't show anything...

Any tips appreciated..

Cheers,
Ralf

Edited by: Ralf Donkers on 22/05/2012 1:01 AM

Edited by: Ralf Donkers on 22/05/2012 1:01 AM


Ralf Donkers MEMBERS
2件のコメント
0

サインインしてコメントを残してください。

 
 

Previous 2件のコメント

Avatar
Pankaj Paliwal
Avatar

Trying to get CS 3.0.2 & CPBM 1.3.4 to work on CentOS6.2 in Integrated mode.

Hi Ralf,

>> I am building a demo lab with CloudStack 3.0.2 and CloudPortal 1.3.4 on the same CentOS 6.2 server.
CPBM 1.3.4 does not support CS 3.0.2. Also, because CS and CPBM use different versions of Tomcat, a single node installation is not supported either.

>> rpm -ihv http://download.fedoraproject.org/pub/epel/5/x86_64/epel-release-5-4.noarch.rpm
For CentOS 6, you should use the EPEL 6, not 5.

>> Any tips appreciated..
You should access the system using the Apache HTTP server, not port 8080 directly. Try http://servername/portal/

-David


David Noland CITRIX EMPLOYEES
コメントアクション パーマリンク
Avatar
Pankaj Paliwal
Avatar

Thanks david.

Thats helpful.

Any estimate on when CPBM will be supported with CS 3.02?

The documentation for 1.3.4 does mention a sinle node installation.

will this be supported again in the future?

Cheers,
Ralf


Ralf Donkers MEMBERS
コメントアクション パーマリンク

Top Contributors