RE: Not getting GUI

2013-08-05 Thread Jessica Tomechak
I have not heard that Java requirement before. Is that really true?

Jessica T.

From: Prashant Sreedharan [prashant.sreedha...@citrix.com]
Sent: Monday, August 05, 2013 10:36 AM
To: us...@cloudstack.apache.org
Cc: karthik.c...@gmail.com
Subject: RE: Not getting GUI

Please find my check list for the Cloudstack  management install

Make sure that the VM can reach the Internet. ping 8.8.8.8 ,  ping 
google.com ,
 Set SELinux to be permissive by default
 Check JAVA version. Cloudstack requires Sun Java and not the IBM java 
version.
 $DB_SERVER be pingable, and MySQL should be listening on that address.
 The CloudStack management boxes should be running RHEL 6 or centos  (check 
/etc/issue )
 The NFS server mount point must work from the CloudStack management VM , 
Pod XenServes and the secondary storage vm  ( ssvm )


To Check JAVA

rpm -qa | grep -i java

 java-1.5.0-gcj-1.5.0.0-29.1.el6.x86_64
 java_cup-0.10k-5.el6.x86_64
 java-1.6.0-sun-1.6.0.37-1jpp.1.el6_3.x86_6


Please check if these ports are open

1) CloudStack Management Server

TCP 9090 + 8250   (bi-directional)
To/from CloudStack Management Server

2) User/Client/API

 TCP 8080 User/Client/API to CloudStack Management Server
- Management Port (authenticated communication)

3) User/Client

 TCP 8096 User/Client to CloudStack Management Server -
Management Port (unauthenticated communication)

4) vCenter

TCP 443 CloudStack Management Server to vCenter

5) KVM

TCP 22 CloudStack Management Server to KVM

6) XenServer

TCP 22/80/443 CloudStack Management Server to XenServer

7) MySQL

 TCP 3306 CloudStack Management Server to MySQL

8) DNS

 TCP 53 CloudStack Management Server to DNS

9) Secondary Storage

 TCP 3922 CloudStack Management Server to SSVM

10) Virtual Machine (SSVM) TCP 8250 SSVM to CloudStack Management Server

TCP 80/443 SSVM to HTTP(s) File Share to download VM Image
TCP 111/2049 SSVM to NFS
TCP 53 SSVM to DNS

11) Console Proxy VM

TCP 3922 CloudStack Management Server to Console Proxy VM

TCP 8250 Console Proxy VM to CloudStack Management Server
TCP 53 Console Proxy VM to DNS

12) Virtual Router

 TCP 3922 CloudStack Management Server to Virtual Router

TCP 8250 Virtual Router to CloudStack Management Server
TCP 53 Virtual Router to DNS

13)  NFS

 TCP 111/2049 CloudStack Management Server to NFS (initial deployment of SSVM 
and CPVM


thanks

Prashant Sreedharan

Cloudstack  XenServer Administrator , Ops
T: +1 805 690 3486 | M: +1 805 453 9105
prashant.sreedha...@citrix.com



Powering mobile workstyles and cloud services



-Original Message-
From: Karthik Kothuri [mailto:karthik.koth...@gmail.com]
Sent: Monday, August 05, 2013 9:25 AM
To: us...@cloudstack.apache.org
Cc: karthik.c...@gmail.com
Subject: Re: Not getting GUI

Karthik,

can you please try restarting the cloudstack management server once.

Thanks,
Karthik Kothuri


On Mon, Aug 5, 2013 at 9:35 PM, karthi keyan karthik.c...@gmail.com wrote:

 using Bridged network.


 On Mon, Aug 5, 2013 at 9:32 PM, Bradley Hieber mercsni...@gmail.com
 wrote:

  Are you bridged or NAT'd?
 
 
  On Mon, Aug 5, 2013 at 11:57 AM, karthi keyan
  karthik.c...@gmail.com
  wrote:
 
   Hi Bradley,
  
   Thanks in advance.
  
   I have started these services,
  
   root@csmgmt ~]# service cloud-management start
   Starting cloud-management: [  OK  ]
  
   [root@csmgmt ~]# service tomcat6 start
   Starting tomcat6:  [  OK  ]
  
   [root@csmgmt ~]# service mysqld start
   Starting mysqld:   [  OK  ]
  
   [root@csmgmt ~]# service nfs status rpc.svcgssd is stopped
   rpc.mountd (pid 1683) is running...
   nfsd (pid 1746 1745 1744 1743 1742 1741 1740 1739) is running...
   rpc.rquotad (pid 1679) is running...
  
  
   In the browser i have given this url:
  
   *http://192.168.1.2:8080/client*
  
   *And it is displaying a blank page. I have attached the screenshot
   of that web page.*
  
   I have installed CS in Centos 6.3 in VMware workstation.
  
   Regards,
   Karthikeyan
  
  
  
  
  
  
  
   On Mon, Aug 5, 2013 at 8:19 PM, Bradley Hieber
  mercsni...@gmail.com
  wrote:
  
   Karthik,
  
   Did you start the service? Which platform did you install CS on?
  
  
   On Mon, Aug 5, 2013 at 10:47 AM, karthi keyan
   karthik.c...@gmail.com
   wrote:
  
Hi,
   
I followed the installation Guide of cloustack-4.1.0. And each
and
  every
step was sucessfully done. But now i cant able to get the GUI.
   
*http://192.168.1.2:8080/client*
   
# 192.168.1.2 is the management server ip
   
I have no idea. Pls someone help me.
   
Regards,
Karthik
   
  
  
  
   --
   Brad
  
  
  
 
 
  --
  Brad
 




--
Thanks and Regards,
Karthik Kothuri


Re: Not getting GUI

2013-08-05 Thread Chiradeep Vittal
Not exactly true. OpenJDK / IcedTea etc should work also.

On 8/5/13 11:19 AM, Jessica Tomechak jessica.tomec...@citrix.com wrote:

I have not heard that Java requirement before. Is that really true?

Jessica T.

From: Prashant Sreedharan [prashant.sreedha...@citrix.com]
Sent: Monday, August 05, 2013 10:36 AM
To: us...@cloudstack.apache.org
Cc: karthik.c...@gmail.com
Subject: RE: Not getting GUI

Please find my check list for the Cloudstack  management install

Make sure that the VM can reach the Internet. ping 8.8.8.8 ,  ping
google.com ,
 Set SELinux to be permissive by default
 Check JAVA version. Cloudstack requires Sun Java and not the IBM
java version.
 $DB_SERVER be pingable, and MySQL should be listening on that
address.
 The CloudStack management boxes should be running RHEL 6 or centos
(check /etc/issue )
 The NFS server mount point must work from the CloudStack management
VM , Pod XenServes and the secondary storage vm  ( ssvm )


To Check JAVA

rpm -qa | grep -i java

 java-1.5.0-gcj-1.5.0.0-29.1.el6.x86_64
 java_cup-0.10k-5.el6.x86_64
 java-1.6.0-sun-1.6.0.37-1jpp.1.el6_3.x86_6


Please check if these ports are open

1) CloudStack Management Server

TCP 9090 + 8250   (bi-directional)
To/from CloudStack Management Server

2) User/Client/API

 TCP 8080 User/Client/API to CloudStack Management Server
- Management Port (authenticated communication)

3) User/Client

 TCP 8096 User/Client to CloudStack Management Server -
Management Port (unauthenticated communication)

4) vCenter

TCP 443 CloudStack Management Server to vCenter

5) KVM

TCP 22 CloudStack Management Server to KVM

6) XenServer

TCP 22/80/443 CloudStack Management Server to XenServer

7) MySQL

 TCP 3306 CloudStack Management Server to MySQL

8) DNS

 TCP 53 CloudStack Management Server to DNS

9) Secondary Storage

 TCP 3922 CloudStack Management Server to SSVM

10) Virtual Machine (SSVM) TCP 8250 SSVM to CloudStack Management Server

TCP 80/443 SSVM to HTTP(s) File Share to download VM Image
TCP 111/2049 SSVM to NFS
TCP 53 SSVM to DNS

11) Console Proxy VM

TCP 3922 CloudStack Management Server to Console Proxy VM

TCP 8250 Console Proxy VM to CloudStack Management Server
TCP 53 Console Proxy VM to DNS

12) Virtual Router

 TCP 3922 CloudStack Management Server to Virtual Router

TCP 8250 Virtual Router to CloudStack Management Server
TCP 53 Virtual Router to DNS

13)  NFS

 TCP 111/2049 CloudStack Management Server to NFS (initial deployment of
SSVM and CPVM


thanks

Prashant Sreedharan

Cloudstack  XenServer Administrator , Ops
T: +1 805 690 3486 | M: +1 805 453 9105
prashant.sreedha...@citrix.com



Powering mobile workstyles and cloud services



-Original Message-
From: Karthik Kothuri [mailto:karthik.koth...@gmail.com]
Sent: Monday, August 05, 2013 9:25 AM
To: us...@cloudstack.apache.org
Cc: karthik.c...@gmail.com
Subject: Re: Not getting GUI

Karthik,

can you please try restarting the cloudstack management server once.

Thanks,
Karthik Kothuri


On Mon, Aug 5, 2013 at 9:35 PM, karthi keyan karthik.c...@gmail.com
wrote:

 using Bridged network.


 On Mon, Aug 5, 2013 at 9:32 PM, Bradley Hieber mercsni...@gmail.com
 wrote:

  Are you bridged or NAT'd?
 
 
  On Mon, Aug 5, 2013 at 11:57 AM, karthi keyan
  karthik.c...@gmail.com
  wrote:
 
   Hi Bradley,
  
   Thanks in advance.
  
   I have started these services,
  
   root@csmgmt ~]# service cloud-management start
   Starting cloud-management: [  OK  ]
  
   [root@csmgmt ~]# service tomcat6 start
   Starting tomcat6:  [  OK  ]
  
   [root@csmgmt ~]# service mysqld start
   Starting mysqld:   [  OK  ]
  
   [root@csmgmt ~]# service nfs status rpc.svcgssd is stopped
   rpc.mountd (pid 1683) is running...
   nfsd (pid 1746 1745 1744 1743 1742 1741 1740 1739) is running...
   rpc.rquotad (pid 1679) is running...
  
  
   In the browser i have given this url:
  
   *http://192.168.1.2:8080/client*
  
   *And it is displaying a blank page. I have attached the screenshot
   of that web page.*
  
   I have installed CS in Centos 6.3 in VMware workstation.
  
   Regards,
   Karthikeyan
  
  
  
  
  
  
  
   On Mon, Aug 5, 2013 at 8:19 PM, Bradley Hieber
  mercsni...@gmail.com
  wrote:
  
   Karthik,
  
   Did you start the service? Which platform did you install CS on?
  
  
   On Mon, Aug 5, 2013 at 10:47 AM, karthi keyan
   karthik.c...@gmail.com
   wrote:
  
Hi,
   
I followed the installation Guide of cloustack-4.1.0. And each
and
  every
step was sucessfully done. But now i cant able to get the GUI.
   
*http://192.168.1.2:8080/client*
   
# 192.168.1.2 is the management server ip
   
I have no idea. Pls someone help me.
   
Regards,
Karthik
   
  
  
  
   --
   Brad
  
  
  
 
 
  --
  Brad
 




--
Thanks and Regards,
Karthik Kothuri