Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[yugabyted] Issues when running on a public cloud instance #3195

Closed
rkarthik007 opened this issue Dec 20, 2019 · 0 comments
Closed

[yugabyted] Issues when running on a public cloud instance #3195

rkarthik007 opened this issue Dec 20, 2019 · 0 comments
Assignees
Labels
area/ui All issues relating to UI/UX

Comments

@rkarthik007
Copy link
Collaborator

rkarthik007 commented Dec 20, 2019

1. Not binding to 0.0.0.0

We are not binding to 0.0.0.0 by default, so not able to open the UI on an install in a public cloud.

$ curl http://127.0.0.1:7200
<this is ok>
$ curl http://172.151.31.15:7200
curl: (7) Failed to connect to 172.151.31.15 port 7200: Connection refused

2. Default status being printed uses localhost

Installed yugabyted on a public cloud machine, and got the UI on a localhost ip address. Should we change this to the eth0 ip address?

ubuntu@ip-172-151-31-15:~/yugabyte-2.0.8.0$ ./bin/yugabyted start
Starting YugabyteDB...
System checks ✅
Database installed ✅
UI ready ✅

----------------------------------------------------------------------------------------------------
|                                            YugabyteDB                                            |
----------------------------------------------------------------------------------------------------
| Status              : Running                                                                    |
| Webserver UI        : http://127.0.0.1:7200                                                      |
| JDBC                : jdbc:postgresql://127.0.0.1:5433/yugabyte                                  |
| YSQL                : bin/ysqlsh                                                                 |
| YCQL                : bin/cqlsh                                                                  |
| Data Dir            : /home/ubuntu/yugabyte-2.0.8.0/yugabyte-data                                |
| Log Dir             : /home/ubuntu/yugabyte-2.0.8.0/yugabyte-logs                                |
| Universe UUID       : 43ed7f7e-a58c-4672-bd0b-675d14e37861                                       |
----------------------------------------------------------------------------------------------------
YugabyteDB started successfully! To load a sample dataset, try 'yugabyted demo'.
Join us on Slack at https://www.yugabyte.com/slack
@rkarthik007 rkarthik007 added the area/ui All issues relating to UI/UX label Dec 20, 2019
@rkarthik007 rkarthik007 changed the title [yugabyted] Status command on the public cloud instances [yugabyted] Not binding to 0.0.0.0 by default Dec 20, 2019
@rkarthik007 rkarthik007 changed the title [yugabyted] Not binding to 0.0.0.0 by default [yugabyted] Issues when running on a public cloud instance Dec 20, 2019
@WesleyW WesleyW closed this as completed Jan 13, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/ui All issues relating to UI/UX
Projects
None yet
Development

No branches or pull requests

3 participants