You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@accumulo.apache.org by Arshak Navruzyan <ar...@gmail.com> on 2013/12/21 02:44:23 UTC

localhost:50095 binding

Hello,

Is there a way to have accumulo monitor listen to * (internal and external
ip addresses) instead of just localhost?  I can see it's listening if I do
a nc localhost 50095 but can't get to it from the outside world
http://accumulomaster:50095

Thanks,

Arshak

Re: localhost:50095 binding

Posted by Josh Elser <jo...@gmail.com>.
A word of warning, if you try to run Accumulo on more than one node (or 
just try to start Accumulo from a host other than the node which you are 
presently on), the monitor will not be started on the expected host.

In the future (1.5.1 or 1.6.0), look for the ACCUMULO_MONITOR_BIND_ALL 
environment option in accumulo-env.sh and you can use any hostname for 
in the monitor file.

- Josh

https://issues.apache.org/jira/browse/ACCUMULO-1985

On 12/20/13, 8:52 PM, Aru Sahni wrote:
> Edit your monitor config to replace "localhost" with "0.0.0.0"
>
>
> On Fri, Dec 20, 2013 at 8:44 PM, Arshak Navruzyan <arshakn@gmail.com
> <ma...@gmail.com>> wrote:
>
>     Hello,
>
>     Is there a way to have accumulo monitor listen to * (internal and
>     external ip addresses) instead of just localhost?  I can see it's
>     listening if I do a nc localhost 50095 but can't get to it from the
>     outside world http://accumulomaster:50095
>
>     Thanks,
>
>     Arshak
>
>

Re: localhost:50095 binding

Posted by Arshak Navruzyan <ar...@gmail.com>.
that did it, thanks!


On Fri, Dec 20, 2013 at 5:52 PM, Aru Sahni <ar...@gmail.com> wrote:

> Edit your monitor config to replace "localhost" with "0.0.0.0"
>
>
> On Fri, Dec 20, 2013 at 8:44 PM, Arshak Navruzyan <ar...@gmail.com>wrote:
>
>> Hello,
>>
>> Is there a way to have accumulo monitor listen to * (internal and
>> external ip addresses) instead of just localhost?  I can see it's listening
>> if I do a nc localhost 50095 but can't get to it from the outside world
>> http://accumulomaster:50095
>>
>> Thanks,
>>
>> Arshak
>>
>
>

Re: localhost:50095 binding

Posted by Aru Sahni <ar...@gmail.com>.
Edit your monitor config to replace "localhost" with "0.0.0.0"


On Fri, Dec 20, 2013 at 8:44 PM, Arshak Navruzyan <ar...@gmail.com> wrote:

> Hello,
>
> Is there a way to have accumulo monitor listen to * (internal and external
> ip addresses) instead of just localhost?  I can see it's listening if I do
> a nc localhost 50095 but can't get to it from the outside world
> http://accumulomaster:50095
>
> Thanks,
>
> Arshak
>