Management console not access from web browser
I have the demo Vertica demo version in Centos, so only one node and I don't have access from web browser:
- My DB Start and have access to it
But Management console from web browser not connect to the: https://127.0.0.1:5450/webui/login I obtain a timeout, so I can not login.
my vertica ps processes are:
[dbadmin@localhost ~]$ ps -ef | grep vertica
dbadmin 1064 1 2 08:34 ? 00:00:58 /opt/vconsole/vendor/oracle/java/jre/1.7.0_80/bin/java -Djava.net.preferIPv4Stack=true -Djava.net.preferIPv4Addresses=true -Duser.language=en -Dvertica.home=/opt/vertica -Dvconsole.home=/opt/vconsole -Djava.library.path=/opt/vconsole/lib -Dderby.system.home=/opt/vconsole/mcdb/derby -Xmx2g -Xms1g -XX:MaxPermSize=256m -jar /opt/vconsole/lib/webui.war
dbadmin 2329 1 0 08:35 ? 00:00:00 /opt/vertica/spread/sbin/spread -c /vertica/data/VMart/v_vmart_node0001_catalog/spread.conf -D /opt/vertica/spread/tmp
dbadmin 2331 1 1 08:35 ? 00:00:28 /opt/vertica/bin/vertica -D /vertica/data/VMart/v_vmart_node0001_catalog -C VMart -n v_vmart_node0001 -h 127.0.0.1 -p 5433 -P 4803 -Y ipv4
dbadmin 6968 2331 0 08:41 ? 00:00:00 /opt/vertica/bin/vertica-udx-zygote 14 3 2331 debug-log-off /vertica/data/VMart/v_vmart_node0001_catalog/UDxLogs 60 15 0
dbadmin 17598 1 0 08:59 ? 00:00:00 /bin/bash /opt/vertica/agent/agent.sh /opt/vertica/config/users/dbadmin/agent.conf
dbadmin 17609 17598 0 08:59 ? 00:00:05 /opt/vertica/oss/python/bin/python ./simply_fast.py
dbadmin 22570 10346 0 09:08 pts/1 00:00:00 grep --color=auto vertica
How can I resolve this problem? and exist any log to know what happend?
Regards
Comments
Make sure the appropriate ports are open (i.e. 5450).
See:
https://www.vertica.com/docs/9.1.x/HTML/index.htm#Authoring/InstallationGuide/BeforeYouInstall/EnsurePortsAreAvailable.htm