Changes between Initial Version and Version 1 of Ticket #1576
- Timestamp:
- Jun 12, 2017, 1:42:08 PM (7 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #1576 – Description
initial v1 1 1 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`. 2 2 3 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:3 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: 4 4 {{{ 5 5 REMOTEIP REMOTEHOST