BEA Logo BEA Tuxedo Release 7.1

  Corporate Info  |  News  |  Solutions  |  Products  |  Partners  |  Services  |  Events  |  Download  |  How To Buy

 

   Tuxedo Doc Home   |   Getting Started   |   Topic List   |   Previous   |   Next   |   Contents

   Tutorials for Developing a BEA Tuxedo Application

Step 1: How to Prepare to Boot

  1. Before booting STOCKAPP, verify that your machine has enough IPC resources to support your application. To generate a report on IPC resources, run the tmboot command with the -c option.

    IPC Report


        Ipc sizing (minimum /T values only)
    Fixed Minimums Per Processor
    SHMMIN: 1
    SHMALL: 1
    SEMMAP: SEMMNI
    Variable Minimums Per Processor
    SEMUME, A SHMMAX
    SEMMNU, * *
    Node SEMMNS SEMMSL SEMMSL SEMMNI MSGMNI MSGMAP SHMSEG
    ------ ------ ------ ------ ------ ------ ------ ------
    machine 1 60 1 60 A + 1 10 20 76K
    machine 2 63 5 63 A + 1 11 22 76K
    where 1 <= A <= 8.


  2. You should add the number of application client used per processor to each MSGMNI value. MSGMAP should be twice MSGMNI.

  3. Compare the minimum IPC requirements to the parameters set for your machine. The location of these parameter settings is platform-dependent:

See Also