Opened 7 years ago

Last modified 6 years ago

#1576 closed defect

rasj requires the remote hostname to be resolvable locally — at Version 1

Reported by: Dimitar Misev Owned by:
Priority: major Milestone: 9.7
Component: java Version: development
Keywords: Cc: Vlad Merticariu, Peter Baumann, Bang Pham Huu
Complexity: Medium

Description (last modified by Dimitar Misev)

Suppose we have a server machine with hostname REMOTEHOST, accessible at REMOTEIP. rasdaman is configured on this machine so that in etc/rasmgr.conf each rasserver specifies -host REMOTEHOST.

Suppose on a different client machine we run rasj and want to connect to the remote server to execute some queries. As server we specify REMOTEIP for the rasj connection. The connection will fail, unless on this client machine we add an entry in the /etc/hosts like this:

REMOTEIP REMOTEHOST

The same seems to happen with rasql as well.

Change History (1)

comment:1 by Dimitar Misev, 7 years ago

Description: modified (diff)
Note: See TracTickets for help on using tickets.