- Community Home
- >
- Servers and Operating Systems
- >
- Server Clustering
- >
- Can't open the CMU web page
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Discussions
Discussions
Discussions
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-28-2013 02:08 AM
06-28-2013 02:08 AM
Can't open the CMU web page
Hi Everyone,
I've just installed the CMU 7.1 on Redhat 6.4 and I can't open the CMU page http://192.168.1.250
when i restart CMU, this is the output
cmu:core(standard) configured
cmu:java running (*:1099)
cmu:cmustatus running
cmu:monitoring not running
cmu:dynamic user groups unconfigured (cf /opt/cmu/etc/cmuserver.conf CMU_DYNAMIC_UG_INPUT_SCRIPTS)
cmu:web service running (port 80)
cmu:nfs server running
cmu:dhcpd.conf configured ( subnet 192.168.20.0 netmask 255.255.255.0 { } )
cmu:high-availability unconfigured
and this log
/var/log/cmuservice_RHEL-HP-CMU.log
shows
raw cmuserver exit code is 0
[28-Jun-2013@18:49:58] end_cmu_event: exit code sent to /bin/sh(4740) is 0
Netstat indicates that the host is listen on port 80, but I can't open the webpage
Any pointers?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-28-2013 04:39 AM
06-28-2013 04:39 AM
Re: Can't open the CMU web page
Does you browser take forever trying to connect to the URL and then gives up with an error message, or do you get a different web page? What is the exact result in the browser when you try to open that URL?
My first assumption: If you are trying to open the URL from outside the cluster network (say from your desk), maybe your firewall is blocking port 80. If so, make sure you open port 443 as well.
If you are on the head node's physical console, then maybe you have another http server running on port 80. CMU includes its own http server with a default to port 80. I doubt this is it, because I think it would refuse to start if port 80 was already taken.
Dave
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-28-2013 05:25 AM
06-28-2013 05:25 AM
Re: Can't open the CMU web page
Hi Dave,
Thanks for the reply, I installed RHEL server edition, so there is no browser on that machine. My notebook is plugged into the same switch as the CMU and my nodes, so there is no firewall.
I installed CMU straight after installing RHEL, and the machine is not running any other programs.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-01-2013 09:37 AM
07-01-2013 09:37 AM
Re: Can't open the CMU web page
There would be a browser if you installed one. I have installed countless RHEL servers, and have always had a browser. Install Firefox and try opening http://localhost. You should then see the CMU web page.
Did you follow the CMU installation instructions to the letter?
Just because you are attached to the Admin network, does not mean there is no firewall. Did you check to see if your firewall was stopped, and/or in iptables you explicitly opened the port by which the head node is attached to the Admin network?
Dave