Hi All,

Please note that from change-set 4540 onwards TCP is the default 
transport in the default staging branch(for upcoming 4.4).
Refer ticket #232 raised to improve usability by not having the overhead 
to build/download/install TIPC
and as a kernel module.

(A) The default behavior is that OpenSAF is built for TCP, i.e one just 
has to follow the usual steps as below :

       Build steps:

           Step 1  ./bootstrap.sh
           Step 2  ./configure                 (TIPC [default=no] )
           Step 3  make rpm or make install

       Configuration Steps to use TCP:

           Step 1  Update DTM_NODE_IP=<> with ip address of the local 
node in /etc/opensaf/dtm.conf

(B) To build OpenSAF binaries with capability for both TCP and TIPC, use 
the --enable-tipc option as below:

     Build steps:

         Step 1 ./bootstrap.sh
         Step 2 ./configure --enable-tipc   (TIPC [enable=yes] )
         Step 3 make rpm or make install

     Configuration Steps to use TIPC:

       Step 1  set MDS_TRANSPORT=TIPC   in /etc/opensaf/nid.conf
       Step 2  Change TIPC_ETH_IF to your network interface name, e.g. 
eth3  in /etc/opensaf/nid.conf
       Step 3  Change TIPC_NET_ID to your TIPC net-id ,e.g 4711   in 
/etc/opensaf/nid.conf


NOTE: Configuration of TIPC network id and interface name, have been 
moved from "/etc/opensaf/nodeinit.conf"  to "/etc/opensaf/nid.conf"
OpenSAF users that use SMF for middleware upgrades should update their 
upgrade scripts to backup theTIPC Network interface name
TIPC net-id from  "/etc/opensaf/nodeinit.conf" and restore them to 
"/etc/opensaf/nid.conf" .

Please also check the  `README` ,`INSTALL`, `00-README.conf` & 
`00-README.debug`  for details.


Thanks,
AVM.







------------------------------------------------------------------------------
October Webinars: Code for Performance
Free Intel webinars can help you accelerate application performance.
Explore tips for MPI, OpenMP, advanced profiling, and more. Get the most from 
the latest Intel processors and coprocessors. See abstracts and register >
http://pubads.g.doubleclick.net/gampad/clk?id=60135031&iu=/4140/ostg.clktrk
_______________________________________________
Opensaf-devel mailing list
Opensaf-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/opensaf-devel

Reply via email to