Products | Versions |
---|---|
TIBCO Streaming | - |
When installing a TIBCO Streaming StreamBase node I am getting error:
(node install): Installing node (node install): Host name 'Users-MacBook-Pro-2.local' is not resolvable. getaddrinfo() failed with the error 'nodename nor servname provided, or not known'. Add an entry for Users-MacBook-Pro-2.local to /etc/hosts or your site's hosts database. (node install): returnCode = 255Do I really need to add a hosts file entry for "Users-MacBook-Pro-2.local"?
127.0.0.1 localhost simpleHostName qualifiedHostName.company.com
epadmin install node adminport=N adminhost=N.N.N.NThis explicitly binds the discovery service port to a specific port on a specific IP address. This is normally used for Proxy Discovery when UDP Multicast is made unavailable by IT network policy. The default 'adminhost' IP address is blank, binding the listener to all available interfaces (which produces a list of potential hostnames leading to the lookup problem).. Bind the node to the IP address corresponding to the hostname reported by the OS (you may need to try each IP address until you find the one that avoids the error).