Changes between Version 19 and Version 20 of MTO

Show
Ignore:
Timestamp:
11/26/13 13:19:50 (11 years ago)
Author:
jorisborgdorff
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • MTO

    v19 v20  
    1717 
    1818MTO's configuration is stored in two files: 
    19  * global topology file (`MUSCLE_HOME/etc/mto-topology.cfg`) 
     19 * global topology file (`$MUSCLE_HOME/etc/mto-topology.cfg`) 
    2020{{{ 
    2121// Comment 
     
    3131D localhost 5300 
    3232}}} 
    33  * local mto config file ( `MUSCLE_HOME/etc/mto-config.cfg`) 
     33 * local mto config file ( `$MUSCLE_HOME/etc/mto-config.cfg`) 
    3434{{{ 
    3535# Name of this MTO as in mto-copology.cfg 
     
    4848}}} 
    4949 
    50 The global topology file states what clusters will be connected by the MTO, and on which port the MTO will communicate with other MTO's. It should be the same for all the MTO's participating. The local configuration states how the MTO can be contacted by MUSCLE within the cluster. It also implies that MUSCLE can only use a limited port range on a given cluster. Each cluster should use a different port range. To make this information available to MUSCLE 2, create the file `MUSCLE_HOME/etc/muscle.defaults` matching the `mto-config.cfg` file, containing 
     50The global topology file states what clusters will be connected by the MTO and on which port it will listen for connecting MTOs. The file should be the same for all participating MTOs. 
     51 
     52The local configuration states how the MTO can be contacted by MUSCLE 2 within the cluster. It also specifies a limited port range on a given cluster, which should be different for each participating cluster. The `internalAddress` may be set to an IP-address or hostname that is accessible from all nodes in the cluster. If the host has multiple internet interfaces, the wildcard address `*` may also be specified here. For example, the wildcard is useful for aliasing the hostnames `localhost` and the fully qualified domain name and for running the MTO in a virtual machine. 
     53 
     54To make the information about the local MTO available to MUSCLE 2, create the file `$MUSCLE_HOME/etc/muscle.defaults` matching the `mto-config.cfg` file, containing 
     55 
    5156{{{ 
    5257# Make the MTO available to MUSCLE. 
     
    5661}}} 
    5762 
    58 Whenever MUSCLE_HOME/etc/muscle.profile is sourced, these variables are set. 
     63Whenever `$MUSCLE_HOME/etc/muscle.profile` is sourced, these variables are set. If a wildcard address was set in `mto-config.cfg`, a definite address still needs to be set for the `MUSCLE_MTO` variable. 
    5964= Starting MTO = 
    6065The MTO can be started in two modes: