Changes between Version 22 and Version 23 of BaseInstall


Ignore:
Timestamp:
Apr 28, 2009, 4:16:51 PM (15 years ago)
Author:
Christoph Mayer
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • BaseInstall

    v22 v23  
    3434}}}
    3535
    36 If this will fail to find the {{{libariba}}} you may have to set the {{{LD_LIBRARY_PATH}}} correct:
     36If this will fail to find the {{{libariba}}} you may have to set the {{{LD_LIBRARY_PATH}}} correctly:
    3737{{{
    3838> export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:/home/user/ariba/build/lib
    3939}}}
    4040
    41 When running the {{{pingpong}}} application it will output a large number of log messages and the initiator will wait for other nodes to join. YOu can start them using the configuration files {{{settings_node1}}} and {{{settings_node2}}}. You may need to adjust the configurations files. Currently both node1 and node2 try to join the initiator on the local machine. This will only work if you start all instances on a local machine.
     41When running the {{{pingpong}}} application it will output a large number of log messages and the initiator will wait for other nodes to join. You can start them using the configuration files {{{settings_node1.cnf}}} and {{{settings_node2.cnf}}}. You may need to adjust the configurations files: currently both node1 and node2 try to join the initiator on the local machine. This will only work if you start all instances on a local machine.
    4242
    43 The following configuration entries are of interest:
    44 
    45  * {{{GENERAL_Initiator}}} - this tells the pingpong application whether to create or join a spovnet - sample value: {{{true}}} or {{{false}}}
    46  * {{{BASE_nodeid}}} - the nodeid that the node will have. If this entry is not present, the node will choose a random nodeid - sample value: {{{3}}}
    47  * {{{BASE_bootstrapIP}}} - that IP and port of the initiator so the node can start the join process -  sample value: {{{127.0.0.1:5002}}}
    48  * {{{BASE_port}}} - the local port the node should bind on. If this entry is not present, the node will bind on a default Ariba port -  sample value: {{{5010}}}
    49 
    50 Once the !PingPong sample is running and the nodes have connected, the initiator will send ping messages to the joined nodes every 2 seconds. You can now e.g. test mobility of Ariba and change the IP address of a node, or swith from LAN connection to WLAN. The Links established by the !PingPong sample through Ariba are mobility invariant and automatically repaired.
     43Once the !PingPong sample is running and the nodes have connected, each node will send out ping messages to every node he knows in the overlay structure every 5 seconds. You can now e.g. test mobility of Ariba and change the IP address of a node, or swith from LAN connection to WLAN. The links established by the !PingPong sample through Ariba are mobility invariant and automatically repaired.
    5144
    5245== Prerequisites ==
     
    147140}}}
    148141
    149 === Overview of special {{{configure}}} options == =
     142=== Overview of special {{{configure}}} options ===
    150143
    151144There are several options to {{{configure}}} that are specific to Ariba: