diff options
| author | Alan Conway <aconway@apache.org> | 2007-07-27 22:49:35 +0000 |
|---|---|---|
| committer | Alan Conway <aconway@apache.org> | 2007-07-27 22:49:35 +0000 |
| commit | e440ac4e5ddef79f581ebfe3f742f5fc9ab6fa33 (patch) | |
| tree | eae32047615365c3ff5893d35aed3ddd529b83bd | |
| parent | 7fbe99e28eba867ed4d8d3f09255f4e97ee281cb (diff) | |
| download | qpid-python-e440ac4e5ddef79f581ebfe3f742f5fc9ab6fa33.tar.gz | |
Updated openais instructions.
git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@560415 13f79535-47bb-0310-9956-ffa450edef68
| -rw-r--r-- | cpp/README | 24 |
1 files changed, 21 insertions, 3 deletions
diff --git a/cpp/README b/cpp/README index 4cfb013b2a..a6c25dcd0f 100644 --- a/cpp/README +++ b/cpp/README @@ -90,17 +90,35 @@ Unpack the source distribution and do: This will install in the standard places (/usr/lib, /usr/include etc.) -Next edit /etc/ais/openais.conf and modify the "bindnetaddr" setting -to your hosts external IP address (don't use 127.0.0.1.) +Edit /etc/ais/openais.conf and modify the "bindnetaddr" setting +to your hosts IP address. Do not use 127.0.0.1. -Finally start the ais daemon (must be done as root): +Make sure the UDP port set for mcastport in openais.conf (5405 by +default) is not blocked by your firewall. Disable the firewall or +configure it to allow this port for UDP. +Finally start the ais daemon (must be done as root): # sudo /sbin/aisexec Note that to run the AIS tests your primary group must be "ais". You can change your primary group with the usermod command or set it temporarily with the newgrp command. +Troubleshooting tips: + +If aisexec goes into a loop printing "entering GATHER state", verify your firewall is allowing UDP traffic on the mcastport set in openais.conf. + +If aisexec reports "got nodejoin message 127.0.0.1" verify the +bindnetaddr in openais.conf is an active local IP address. ifconfig +will list local addresses. + +When aisexec is working correctly, the start-up log messages will end +with "entering OPERATIONAL state." and "got nodejoin message <ip +address>" where <ip address> is the local IP address specified for +bindnetaddr in openais.conf. + +For further info on openais http://openais.org/ + ==== To build the boost library ==== 1. Unpack boost-jam. |
