Management console installation check
Trying for the first time installing MC. The installation log showed as if its completed and MC service has started but I could not access the URL. Can someone please have a look what I could probably be missing?
1- check for port 5450
$ sudo netstat -atupn | grep 5450
tcp 0 0 0.0.0.0:5450 0.0.0.0:* LIST
2- the install step
$ sudo rpm -Uvh vertica-console-7.0.1-0.x86_64.RHEL5.rpm
Preparing... ########################################### [100%]
Starting installation....
1:vertica-console ########################################### [100%]
Cleaning up temp foler...
Starting the vertica management console....
$ Attempting to load properties from /opt/vconsole/config/console.properties
Starting Server...
starting monitor thread
2014-04-24 17:56:35.665:INFO:oejs.Server:jetty-7.x.y-SNAPSHOT
2014-04-24 17:56:35.703:INFO:oejw.WebInfConfiguration:Extract jar:file:/opt/vconsole/lib/webui.war!/ to /opt/vconsole/temp/webapp
2014-04-24 17:56:40.158:INFO:/webui:Initializing Spring root WebApplicationContext
log4j:WARN No appenders could be found for logger (org.springframework.web.context.ContextLoader).
log4j:WARN Please initialize the log4j system properly.
---- Upgrading /opt/vconsole/config/console.properties ----
************************************************************************************************************
Please open the Vertica Management Console at https://myhost.domain.com:5450/webui
************************************************************************************************************
2014-04-24 17:57:00.219:INFO:/webui:Set web app root system property: 'webapp.root' = [/opt/vconsole/temp/webapp]
2014-04-24 17:57:00.221:INFO:/webui:Initializing log4j from [/opt/vconsole/temp/webapp/WEB-INF/log4j-mc.xml]
2014-04-24 17:57:00.273:INFO:oejsh.ContextHandler:started o.e.j.w.WebAppContext{/webui,file:/opt/vconsole/temp/webapp/},file:/opt/vconsole/lib/webui.war
2014-04-24 17:57:00.397:INFO:/webui:Initializing Spring FrameworkServlet 'appServlet'
2014-04-24 17:57:02.327:INFO:oejhs.SslContextFactory:Enabled Protocols [SSLv2Hello, TLSv1, SSLv3] of [SSLv2Hello, SSLv3, TLSv1]
2014-04-24 17:57:02.333:INFO:oejs.AbstractConnector:Started SslSelectChannelConnector@0.0.0.0:5450 STARTING
3- Open MC
In browser, I tried to access Vertica MC using https://myhost.domain.com:5450/webui results in 'This page can't be displayed'
Thanks in advance.
Saiful
Comments
Firewall Considerations -- Make sure that a firewall or iptables are not blocking communications between the cluster's database, Management Console, and MC's agents on each cluster node.
Please let me know how it goes.
Thanks
Bhawana
The issue was the IPTABLES. I had not followed the instructions to stop them.
Thanks!
Rcasey