Skip navigation.

Command Reference

  Previous Next vertical dots separating previous/next from contents/index/pdf Contents View as PDF   Get Adobe Reader

Section 1 - Commands

Table 1 BEA Tuxedo Commands 

Name

Description

Introduction to BEA Tuxedo Commands

Provides an introduction to the commands available for setting up and maintaining your BEA Tuxedo application

bldc_dce(1)

Builds a BEA Tuxedo system client that can be called via OSF/DCE

blds_dce(1)

Builds a BEA Tuxedo system server that calls OSF/DCE

buildclient(1)

Constructs a BEA Tuxedo client module

buildnetclient(1)

Construct a Tuxedo client application developed using the Tuxedo .NET Workstation Client wrapper.

buildobjclient(1)

Constructs a CORBA client application.

buildobjserver(1)

Constructs a CORBA server application.

buildserver(1)

Constructs a BEA Tuxedo server load module

buildtms(1)

Constructs a transaction manager server load module

buildwsh(1)

Builds a customized workstation handler process

cobcc(1)

COBOL compilation interface

dmadmin(1)

Administration command interpreter for BEA Tuxedo Domains

dmloadcf(1)

Parses a DMCONFIG file and loads a binary BDMCONFIG configuration file

dmunloadcf(1)

Unloads a BDMCONFIG file (a binary Domains configuration file)

gencat(1)

Generates a formatted message catalog

genicf(1)

Generates an ICF file.

idl(1)

Compiles the Object Management Group (OMG) Interface Definition Language (IDL) file and generates the files required for the interface.

idl2ir(1)

Creates the Interface Repository and loads interface definitions into it.

ir2idl(1)

Shows the contents of an Interface Repository.

irdel(1)

Deletes the specified object from an Interface Repository.

mkfldcs, mkfldcs32(1)

Used exclusively with the Tuxedo .NET Workstation Client wrapper, these commands create C# header files from field tables

mkfldhdr, mkfldhdr32(1)

Creates header files from field tables

mklanginfo(1)

Compiles language-information constants for a locale

qmadmin(1)

Administration command interpreter for Queue manager

rex(1)

Offline regular expression compiler and tester

tlisten(1)

Generic listener process

tmadmin(1)

Command interpreter for BEA Tuxedo bulletin boards

tmboot(1)

Brings up a BEA Tuxedo configuration

tmconfig, wtmconfig(1)

Dynamically updates and retrieves information about a running BEA Tuxedo application, as either a native client or a Workstation client

tmipcrm(1)

Removes IPC resources allocated by a BEA Tuxedo application on a local machine

tmloadcf(1)

Parses a UBBCONFIG file (a text-format configuration file) and loads a TUXCONFIG file (a binary configuration file)

tmloadrepos(1)

Creates and loads service information into a Tuxedo service metadata repository.

TMS_rac_refresh(1)

TMS_rac_refresh sends the Transaction Manager Servers (TMS), which are specified by groupname(s) or group ID(s) and listed in the groupname parameter, a command to re-execute the xa_recover() operation.

tmshutdown(1)

Shuts down a set of BEA Tuxedo servers

tmunloadcf(1)

Unloads a TUXCONFIG file (a binary configuration file)

tmunloadrepos(1)

Displays service information from a Tuxedo service metadata repository

tpacladd(1)

Adds a new Access Control List entry on the system

tpaclcvt(1)

Converts BEA Tuxedo security data files

tpacldel(1)

Deletes an Access Control List entry

tpaclmod(1)

Modifies an Access Control List entry on the system

tpaddusr(1)

Creates a BEA Tuxedo password file

tpdelusr(1)

Deletes a user from a BEA Tuxedo password file

tpgrpadd(1)

Adds a new group to the system

tpgrpdel(1)

Deletes a group from the system

tpgrpmod(1)

Modifies a group on the system

tpmigldap(1)

Migrates Tuxedo users and groups to WebLogic Server

tpmodusr(1)

Maintains a BEA Tuxedo system password file

tpusradd(1)

Adds a new principal to the system

tpusrdel(1)

Deletes a user from the system

tpusrmod(1)

Modifies user information on the system

tuxadm(1)

CGI gateway for the BEA Tuxedo Administration Console

tuxwsvr(1)

Mini-Web server for use with the BEA Tuxedo Administration Console

txrpt(1)

BEA Tuxedo system server/service report program

ud, wud(1)

BEA Tuxedo driver program

viewc, viewc32(1)

Views compiler for BEA Tuxedo views

viewcs, viewcs32(1)

Used exclusively with the Tuxedo .NET Workstation Client wrapper, these utilities generate C# files and DLL library files for customer-defined viewfiles

viewdis, viewdis32(1)

Views disassembler for binary viewfiles

wlisten(1)

BEA Tuxedo Administration Console listener process


 

 


Introduction to BEA Tuxedo Commands

Description

The BEA Tuxedo Command Reference describes, in alphabetic order, shell-level commands delivered with the BEA Tuxedo software.

Reference Page Command Syntax

Unless otherwise noted, commands described in the Synopsis section of a reference page accept options and other arguments according to the following syntax and should be interpreted as explained below.

name [ -option . . . ] [cmdarg . . . ]

where name is the name of an executable file and option is a string of one of the following two types: noargletter . . . or argletter optarg [, . . .]

An option is always preceded by a "-".

noargletter

A single letter representing an option that requires no option-argument. More than one noargletter can be grouped after a "-"

optarg

A character string that satisfies a preceding argletter. Multiple optargs following a single argletter must be separated by commas, or separated by white space and enclosed in quotes.

cmdarg

A pathname (or other command argument) that represents an operand of the command.

-

(dash) By itself means that additional arguments are provided in the standard input.

--

(two dashes) Means that what follows are arguments for a subordinate program.

[ ]

Surrounding an option or cmdarg, mean that the option or argument is not required.

{ }

Surrounding cmdargs that are separated by an or sign, mean that one of the choices must be selected if the associated option is used.

. . .

Means that multiple occurrences of the option or cmdarg are permitted.

 

Skip navigation bar  Back to Top Previous Next