0% found this document useful (0 votes)
34 views8 pages

Useful-tmadmin-Commands

Uploaded by

hjtaieb
Copyright
© © All Rights Reserved
Available Formats
Download as PDF, TXT or read online on Scribd
Download as pdf or txt
0% found this document useful (0 votes)
34 views8 pages

Useful-tmadmin-Commands

Uploaded by

hjtaieb
Copyright
© © All Rights Reserved
Available Formats
Download as PDF, TXT or read online on Scribd
Download as pdf or txt
Download as pdf or txt
You are on page 1/ 8

PeopleSoftTutorial.

com

Useful tmadmin
Commands

USEFUL TMADMIN COMMANDS PEOPLESOFTTUTORIAL.COM


Tuxedo command line is also known as tmadmin. It can be invoked from psadmin -> application
server or process scheduler; after selecting a domain.

Apart from invoking it from psadmin, there are 3 ways to invoke tmadmin:
tmadmin [ -r ] [ -c ] [ -v ]
• If tmadmin is invoked with the -c option, it enters configuration mode
• The -r option instructs tmadmin to enter the bulletin board as a client instead of as the
administrator; in other words, it requests read-only access
• The -v option causes tmadmin to display the BEA Tuxedo version number and license
number

Frequently used tmadmin commands


When using psadmin to invoke tmadmin commands, you may find situations where you need to
use the following useful tmadmin commands.

>help – lists commands available in tmadmin console with the option chosen

USEFUL TMADMIN COMMANDS PEOPLESOFTTUTORIAL.COM


>bbclean (bbc machine) - bbclean gracefully removes dead servers and restarts them if they are
marked as restartable.

>bbstats (bbs) - Prints a summary of bulletin board statistics

USEFUL TMADMIN COMMANDS PEOPLESOFTTUTORIAL.COM


>printclient (pclt) [-m machine] [-u username] [-c clientname]
Prints information for the specified set of client processes. If no arguments, then information
on all clients is printed. The -m, -u, and -c options or defaults can be used to restrict the
information to any combination of machine, user name, or client name.

pclt example:

pclt –m machine and pclt –c clientname example:

USEFUL TMADMIN COMMANDS PEOPLESOFTTUTORIAL.COM


>printserver (psr) [-m machine] [-g groupname] [-i srvid] [-q qaddress]
Print information for application and administrative servers.

psr example:

psr –g groupname example:

USEFUL TMADMIN COMMANDS PEOPLESOFTTUTORIAL.COM


>v
Verbose now on. So, if you run the previous command with verbose on, the output would be
like shown below:

>v off
Turn off verbose mode

USEFUL TMADMIN COMMANDS PEOPLESOFTTUTORIAL.COM


>printqueue (pq) [qaddress]
Prints queue information for all application and administrative servers. The default is to print
information about all queues.

pq example:

USEFUL TMADMIN COMMANDS PEOPLESOFTTUTORIAL.COM


>printservice (psc) [-m machine] [-g groupname] [-i srvid] [-a { 0|1|2 }] [-qqaddress] [-s
service]
Prints information for application and administrative services. The -a option allows you to select
the class of service: -a0 limits the display to application services, -a1 selects application services
plus system services that can be called by an application, -a2 selects both of those, plus system
services that can be called by the BEA Tuxedo system.

psc –g groupname example:

USEFUL TMADMIN COMMANDS PEOPLESOFTTUTORIAL.COM

You might also like