Table of Contents

Search

  1. Preface
  2. Introduction to High Availability
  3. Set Up the High Availability Environment
  4. Configure JMS Discovery
  5. Configure RMI Connections
  6. Configure the Operation Console
  7. Configure an HTTP Load Balancer
  8. Configure the Dashboard and Reports
  9. Appendix A: Troubleshooting High Availability
  10. Appendix B: High Availability Log Messages
  11. Appendix C: Port Number Reference
  12. Appendix D: Glossary

High Availability Guide

High Availability Guide

Multicast Capability Test

Multicast Capability Test

The multicast capability test determines whether multicast communication is enabled in your network environment.
  1. Download the
    mtools
    package from the following location: https://community.informatica.com/solutions/1470
  2. Extract the package to each computer that you want to test.
  3. Navigate to the directory
    mtools/<OS Version>/
    . The supported operating systems are Windows, Linux (x86), AIX-5-powerpc64, SunOS-5.10-i386, SunOS-5.10-sparc.
  4. If you use default multicast address (224.252.253.254) and its default multicast port (18162), run the following commands:
    • On the first machine:
      mdump 224.252.253.254 18162
      .
    • On all other machines:
      msend -b1 -m20 -n5 224.252.253.254 18162
If the test is successful, the output displays the following information:
  • The output in the first machine indicates that five messages, numbered 0 to 4, were received. Each message should be 20 bytes long.
  • The output in the second machine indicates that five messages were sent. Each messages should be 20 bytes long.

0 COMMENTS

We’d like to hear from you!