Tony,
I didn't see any special in *
var/log/cloudera-scm-server/cloudera-scm-server.log.*
Here is the log for *$netstat -atnp | grep 7180"*
[root@n1 cloudera-scm-server]# netstat -atnp | grep 7180
tcp 0 0 0.0.0.0:7180 0.0.0.0:*
LISTEN 3276/java
tcp 1 0 192.168.88.2:50430 192.168.88.2:7180
CLOSE_WAIT 5379/java
tcp 1 0 192.168.88.2:50893 192.168.88.2:7180
CLOSE_WAIT 5450/java
tcp 0 0 192.168.88.2:7180 192.168.88.2:50913
ESTABLISHED 3276/java
tcp 0 0 192.168.88.2:7180 192.168.88.2:50885
ESTABLISHED 3276/java
tcp 0 0 192.168.88.2:7180 192.168.88.2:50912
ESTABLISHED 3276/java
tcp 0 0 192.168.88.2:50912 192.168.88.2:7180
ESTABLISHED 5379/java
tcp 0 0 192.168.88.2:50913 192.168.88.2:7180
ESTABLISHED 5380/java
tcp 0 0 192.168.88.2:50885 192.168.88.2:7180
ESTABLISHED 5493/java
*and My Hosts file from node1:*
[root@n1 /]# cat /etc/hosts
127.0.0.1 localhost localhost.localdomain localhost4
localhost4.localdomain4i
::1 localhost localhost.localdomain localhost6
localhost6.localdomain6
192.168.88.2 n1.localhost n1
192.168.88.3 n2.localhost n2
192.168.88.4 n3.localhost n3
*From Node 2:*
[root@n2 ~]# cat /etc/hosts
127.0.0.1 localhost localhost.localdomain localhost4
localhost4.localdomain4i
::1 localhost localhost.localdomain localhost6
localhost6.localdomain6
192.168.88.2 n1.localhost n1
192.168.88.3 n2.localhost n2
192.168.88.4 n3.localhost n3
Thanks,
Krishna
On Tuesday, June 25, 2013 1:50:34 PM UTC-4, Tony wrote:Hi Krishna:
Anything special in your
"/var/log/cloudera-scm-server/cloudera-scm-server.log" file? Did you try:
"$netstat -atnp | grep 718" on the CM server?
and how does the /etc/hosts look like on both VM?
--
Tony
On Tue, Jun 25, 2013 at 11:31 AM, krishnaprasad Vuppala <kpvu...@gmail.com<javascript:>
wrote:
Hi All,
I'm new to Cloudera hadoop. I have installed and configured CDH free
edition in 2 nodes in my laptop using VMware workstation. Sometimes I'm
having hard time to connect Cloudera Manager\Admin console. It's taking
very long time to open it from my laptop browser.
Below is my situation:
After entering my CDH server host name with IP,
1) it's not opening and getting message like page not displayed, check
the name
2) After keep trying, it's prompted for credentials and taking very long
time to respond.
3) Sometimes opening without any delay
my url example:
http://;192.168.XX.2:7180Please guide on this.
Thanks and Regards,
Krishna Vuppala