Table of Contents Previous Next PDF


Post-Installation

Post-Installation
The following sections describe the tasks you perform after installing Oracle Tuxedo:
Running Samples to Verify Your Installation
One of the ways to verify that your Oracle Tuxedo Message Queue software is installed correctly is to run one or more of the sample applications included with the installation. The simpqapp application is a non-distributed application, meaning that it runs on a single machine. It is designed so that it can be up and running within minutes after the Oracle Tuxedo Message Queue software is installed.
The simpqapp sample consists of a queue server TuxMsgQ offering the queue service, and three clients: enqclt, deqclt and filter.
The enqclt client attaches the queue QSPACE.QUEUE1 and enqueues one message into the queue QSPACE.QUEUE2.
The deqclt client attaches the queue QSPACE.QUEUE2 and dequeues the message from the enqclt client .
The filter client demo illustrates how to use the simple filter and complex filter to dequeue messages from the queue
QSPACE is the queue space name and is advertised as a service by queue server TuxMsgQ. QUEUE1 and QUEUE2 are the queues in queue space QSPACE.
Running simpapp
On a UNIX system, it can be found in the directory $TUXDIR/samples/OTMQ/simpqapp.
Note:
To configure and run the sample on a UNIX system, do the following steps:
1.
2.
cd $TUXDIR
./tux.env
3.
Modify the environment variables IPCKEY or QIPCKEY in samples/OTMQ/simpqapp/setenv.sh if there is a conflict with other application.
4.
cd $TUXDIR/samples/OTMQ/simpqapp
. ./setenv.sh
5.
sh runme.sh
This command is a script that builds the client, create the QUEUE and transaction log, boot the application, run the client, and then remove everything. Once this script has been run successfully, it may be instructive to run each command individually outside of the script. If the script not report Error, it means success.
Uninstalling Oracle Tuxedo Message Queue
Uninstalling Oracle Tuxedo12c Release 1 (12.1.1), 11.0, 10.0, 9.1, 9.0, 8.1 or 8.0 does not remove the Oracle Home directory associated with the installation but does remove all Oracle Tuxedo components installed by the installer program. The uninstallation also removes the product directory associated with the installation unless one of the following is true:
To uninstall Oracle Tuxedo 12c Release 1 (12.1.1), complete the procedures for the appropriate platform, provided in Table 5‑1. To uninstall Oracle Tuxedo 9.1 or 10.0, substitute “Tuxedo 9.1 or 10.0” for “Tuxedo 12c Release 1 (12.1.1)” in Table 5‑1.
 
1.
Shut down any Oracle Tuxedo servers that are running. For instructions on using the tmshutdown command to shut down Oracle Tuxedo applications, see reference page tmshutdown(1) in the Oracle Tuxedo Command Reference.
2.
Go to the tux_prod_dir/uninstaller directory, where tux_prod_dir represents the product directory in which you installed the Oracle Tuxedo software.
4.
(GUI-mode method) Enter the sh Uninstall_Tuxedo_12c command at the prompt. In the Uninstaller window, click Uninstall to start the uninstall program, then click Exit in the Uninstall Complete window to complete the uninstallation.
5.
(Console-mode method) Enter the sh Uninstall_Tuxedo_12c -i console command at the prompt. When the uninstall process is complete, press Enter to exit the uninstaller.
Reinstalling Oracle Tuxedo Message Queue
When you start the Oracle Tuxedo Installation program on system that already has a copy of Oracle Tuxedo installed, the installation program detects the existing Oracle Tuxedo home directory and asks if you want to:
Table 5‑2 shows the reinstallation screen.
 

Copyright © 1994, 2017, Oracle and/or its affiliates. All rights reserved.