Boot Oracle Tuxedo Services

Use the following steps to start Oracle Tuxedo services and verify that they are active:

Procedure

  1. Type the following command to boot the server:
    tmboot -y
    If the above steps are applied to the Employee Information (EmpInfo), All Data Types (AllDataTypes), Sequence Element (SeqElem), Receive Character As Null (ReceiveCharAsNull) and Timeout (Timeout) examples, the following message displays on the screen indicating that the Oracle Tuxedo services are being successfully booted:
    Booting all admin and server processes in /home/tuxedo/TuxSvc/tuxconfig
    INFO: Oracle Tuxedo, Version 12.1.3.0.0, 64-bit, Patch Level (none)
    
    Booting admin processes ...
    
    exec BBL -A :
            process id=2440 ... Started.
    
    Booting server processes ...
    
    exec JREPSVR -A -- -W -P /home/tuxedo/TuxSvc/jrepository :
            process id=2443 ... Started.
    exec JSL -A -- -n //127.0.0.1:7777 -m5 -M15 -x15 -d /dev/tcp :
            process id=2444 ... Started.
    exec AllDataTypes -A :
            process id=2450 ... Started.
    exec ReceiveCharAsNull -A :
            process id=2451 ... Started.
    exec EmpInfo -A :
            process id=2452 ... Started.
    exec SeqElem -A :
            process id=2453 ... Started.
    exec Timeout -A :
            process id=2454 ... Started.
    8 processes started.
  2. Type the following command to verify that all server and services are active:
    tmadmin
    A '>' prompt displays if the configuration is active as shown in the sample below.
    Change this with following content :-
    
    [tuxedo@localhost TuxSvc]$ tmadmin
    tmadmin - Copyright (c) 1996-2012 Oracle.
    Portions * Copyright 1986-1997 RSA Data Security, Inc.
    All Rights Reserved.
    Distributed under license by Oracle.
    Tuxedo is a registered trademark.
    
    > psr
    Prog Name      Queue Name  Grp Name      ID RqDone Load Done Current Service
    ---------      ----------  --------      -- ------ --------- ---------------
    BBL            129630      emple          0      9       450 (  IDLE )
    JREPSVR        00001.00002 GROUP1         2      0         0 (  IDLE )
    JSL            00001.00003 GROUP1         3      0         0 (  IDLE )
    AllDataTypes   00001.00004 GROUP1         4      0         0 (  IDLE )
    EmpInfo        00001.00005 GROUP1         5      0         0 (  IDLE )
    SeqElem        00001.00006 GROUP1         6      0         0 (  IDLE )
    ReceiveCharAsN 00001.00007 GROUP1         7      0         0 (  IDLE )
    Timeout 	   00001.00008 GROUP1         8      0         0 (  IDLE )
    
    > psc
    Service Name Routine Name Prog Name  Grp Name  ID    Machine  # Done Status
    ------------ ------------ ---------  --------  --    -------  ------ ------
    AllDataTypes AllDataTypes AllDataTy+ GROUP1     4      emple       0 AVAIL
    EmpInfo      EmpInfo      EmpInfo    GROUP1     5      emple       0 AVAIL
    SeqElem      SeqElem      SeqElem    GROUP1     6      emple       0 AVAIL
    ReceiveChar+ ReceiveChar+ ReceiveCh+ GROUP1     7      emple       0 AVAIL
    Timeout      Timeout      Timeout    GROUP1     8      emple       0 AVAIL
    
    > q
    If the configuration is not active, the following message displays:
    No bulletin board exists Entering boot mode
    >