Changes between Version 3 and Version 4 of MTO

Show
Ignore:
Timestamp:
04/03/13 17:51:59 (12 years ago)
Author:
jorisborgdorff
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • MTO

    v3 v4  
    11= Configuration files = 
    2 The MUSCLE Transfer Overlay (MTO) configuration is stored in two files: 
     2 
     3The MUSCLE Transfer Overlay (MTO) is a daemon for forwarding traffic from MUSCLE 2. This service is often required when MUSCLE 2 is run on several sites with firewall restrictions. On each site, a MTO should be placed on a node that is less strict in its firewall policies, but that can be accessed from other MTO nodes. Often, clusters have an interactive node that is suitable for this purpose. 
     4 
     5MTO's configuration is stored in two files: 
    36 * global topology file (`MUSCLE_HOME/etc/mto-topology.cfg`) 
    47{{{ 
     
    3134internalAddress = private-address 
    3235}}} 
     36 
     37For MUSCLE 2 commands, the second file is of importance: it implies that it can only use a limited port range on a given cluster, and how it should contact the MTO. To make this information available to MUSCLE 2, create the file `MUSCLE_HOME/etc/muscle.defaults` matching the `mto-config.cfg` file, containing 
     38{{{ 
     39export MUSCLE_MTO=private-address:5001 
     40export MUSCLE_PORT_MIN=5002 
     41export MUSCLE_PORT_MAX=5099 
     42}}} 
     43 
     44When MUSCLE_HOME/etc/muscle.profile is sourced, these variables are then also set. 
    3345= starting MTO = 
    3446 * debug mode