Optionally, customize the Multicast GroupTypeInfo setting to specify mapping for Multicast group IP addresses and names.

  1. At BASEDIR/smarts/bin, enter the following command:

    sm_edit conf/mcast/GROUP.import
    
  2. Locate the GroupTypeInfo section, which is configured with examples that are commented out:

    #
    # MulticastManager::MCAST-Manager {
    #       GroupTypeInfo = {
    #                       {"224.1.1.1", "NASDAQ", "StockQuotes"},
    #                       {"224.1.1.2", "NASDAQ", "News"},
    #                       {"224.1.1.3", "PROV1", "BusinessNews"}
    #       }
    # }
    #
    
  3. To name a group for your deployment, follow the example and specify an IP address and group name to which the IP address maps. Add entries as needed.

  4. Uncomment the customized section.

  5. Save and close the file.

  6. Restart the Multicast Manager.