Following up, while I am ssh'ed into 13.91.98.29:2200, I notice that none 
of the arango programs are uninstalled:

$ arangod
arangod: command not found


I am a bit confused as to why the "curl --dump - 
http://localhost:8529/_api/gharial"; command worked...

Do I have to install arango on the machine in addition to installing it 
through the DC/OS dashboard? If so, should I just manually install arango 
onto the machine I am currently ssh'ed into?

Thanks!


On Wednesday, July 13, 2016 at 2:01:13 PM UTC-7, [email protected] wrote:
>
> Hi,
>
> I have just set up a DC/OS cluster via Microsoft Azure, and installed 
> Arango on the cluster using the DC/OS dashboard. The public IP of the 
> cluser is 13.91.98.29 - I can see this in the Azure portal. I am able to 
> ssh into 13.91.98.29:2200.
>
> This all works:
> $ curl --dump - http://localhost:8529/_api/gharial
> HTTP/1.1 200 OK
> Content-Type: application/json; charset=utf-8
> Server: ArangoDB
> Connection: Keep-Alive
> Content-Length: 38
>
> {"error":false,"graphs":[],"code":200}
>
> However, I cannot access this cluster remotely. For example, this 
> following does *not *work from my local machine (it hangs):
>
> curl http://13.91.98.29:8529/_api/gharial
>
> What am I missing? Any help is appreciated!
>
> - Zach
>

-- 
You received this message because you are subscribed to the Google Groups 
"ArangoDB" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to