[Contents] [Prev] [Next] [Index] [Report an Error] [No Frames]


Testing and Demonstrating the A-RACF Rq Interface

A sample SPDF that provides the Rq interface is included in the software for testing and demonstrating the A-RACF Rq. The SPDF Rq programs send activation requests, modification requests, and deactivation requests for the News service to the A-RACF Rq interface for various subscribers.

To run this program:

  1. Run the following command in the /opt/UMC/ims folder if you have not already done so.
  2. etc/config -a
    
    
    
  3. Enter the following command:
  4. etc/SPDF-rq-sample appl [argument...]
    
    
    
    @param arguments
    
    args[0] address of the local peer, SPDF in this case.
    
    args[1] address of the remote peer, A-RACF in this case.
    
    args[2] number of seconds given the local peer to run. When
    
                the time is up the local will shutdown.
    
    args[3] number of seconds used in this range to wait before
    
                sending requests to the remote peer. For example a 
    
                value of 25 means that from 0 to 25 seconds wait 
    
                 is inserted between each call (with and average 
    
                delay of 12.5 seconds).
    
    args[4] number of subscribers to iterate over. The loop
    
                starts with the subscriber base address and is incremented
    
                 by one in each step of the loop. For example, 100.
    
    args[5] subscriber base address. For example, 10.20.0.0.
    
    
    

Rq Interface Messaging

The following information provides a high-level description of the Rq interface and its messaging:


[Contents] [Prev] [Next] [Index] [Report an Error] [No Frames]