Search icon CANCEL
Subscription
0
Cart icon
Your Cart (0 item)
Close icon
You have no products in your basket yet
Arrow left icon
Explore Products
Best Sellers
New Releases
Books
Videos
Audiobooks
Learning Hub
Conferences
Free Learning
Arrow right icon
Arrow up icon
GO TO TOP
Getting Started with Oracle Tuxedo

You're reading from   Getting Started with Oracle Tuxedo This is a crash course in developing distributed systems using Tuxedo and extending it to an SOA or cloud environment. Get to grips with administrative tools, Tuxedo APIs, the SALT component, and the Exalogic machine.

Arrow left icon
Product type Paperback
Published in Jun 2013
Publisher Packt
ISBN-13 9781849686884
Length 162 pages
Edition 1st Edition
Tools
Arrow right icon
Toc

Tuxedo commands


There are a huge number (around 100) of commands with various options to administrate a Tuxedo system. I have listed all the commands in this section and picked up the most important ones to discuss in brief.

The buildclient command

This is used to construct a Tuxedo ATMI client module; its syntax is as follows:

buildclient [-v] [{-r rmname | -w }][ -o name]  [ -f firstfiles] [ -l lastfiles]  

Let's discuss the attributes of this command:

  • -v: The buildclient command should work in verbose mode to ensure that all the messages can be seen during compilation.

  • -r: This option specifies the resource manager associated with this client to be part of a transaction.

  • -w: This option specifies that the client is to be built using the workstation libraries; native mode is default.

  • -o: This option specifies the filename of the output load module. If not supplied, the load module is named a.out.

  • -f: This option specifies one or more user files to be included first in the compilation and link...

You have been reading a chapter from
Getting Started with Oracle Tuxedo
Published in: Jun 2013
Publisher: Packt
ISBN-13: 9781849686884
Register for a free Packt account to unlock a world of extra content!
A free Packt account unlocks extra newsletters, articles, discounted offers, and much more. Start advancing your knowledge today.
Unlock this book and the full library FREE for 7 days
Get unlimited access to 7000+ expert-authored eBooks and videos courses covering every tech area you can think of
Renews at $19.99/month. Cancel anytime