Opened 7 years ago
Last modified 6 years ago
#1576 closed defect
rasj requires the remote hostname to be resolvable locally — at Initial Version
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
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 IP 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.
Note:
See TracTickets
for help on using tickets.