Table of Contents

Search

  1. Preface
  2. Introduction to High Availability
  3. Set Up the High Availability Environment
  4. Set Up a High Availability Cluster on Windows
  5. Steps to Setting Up a High Availability Cluster in Linux
  6. Optional High Availability Configuration
  7. Troubleshooting High Availability
  8. High Availability Log Messages
  9. Port Number Reference
  10. Glossary

High Availability Installation Guide

High Availability Installation 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!