Tuxedo Query


 
Thread Tools Search this Thread
Special Forums UNIX and Linux Applications Infrastructure Monitoring Tuxedo Query
# 1  
Old 12-01-2011
Question Tuxedo Query

Hi ,

The tuxedo is installed in solaris server. I would like to grab one particular tuxedo service from solaris command line.

Note: I would like to grab only for service related line.

Thank & Regards,
Mani
# 2  
Old 12-01-2011
I remember tmadmin which had several options to list clients, server, queues etc.
Maybe have a look into this and try them:
Section 1 - Commands
Using Command-line Utilities to Monitor Your Application
# 3  
Old 12-01-2011
Hi,

I have ran this comment. its looking good .
comment : echo "psc" | tmadmin | grep "GX5DPEDISP"

Actual output:

tmadmin - Copyright (c) 2007-2008 Oracle.
Portions * Copyright 1986-1997 RSA Data Security, Inc.
All Rights Reserved.
Distributed under license by Oracle.
Tuxedo is a registered trademark.
GX5DPEDISPA+ _DISPATCH_ svrGSADis+ DPE_G+ 1310 DEV 6 AVAIL
GX5DPEDISPA+ _DISPATCH_ svrGSADis+ DPE_G+ 1311 DEV 7 AVAIL

Expected output:

GX5DPEDISPA+ _DISPATCH_ svrGSADis+ DPE_G+ 1310 DEV 6 AVAIL
GX5DPEDISPA+ _DISPATCH_ svrGSADis+ DPE_G+ 1311 DEV 7 AVAIL

is it possible ?

Please advice on this .

Thanks & Regards,
Mani
Login or Register to Ask a Question

Previous Thread | Next Thread

8 More Discussions You Might Find Interesting

1. Infrastructure Monitoring

Tuxedo server monitoring

Hi I like to use tmadmin commands to monitor running application in tuxedo server 12c.But When i use tmadmin help command i get only meta commands.But i like to check printconn,printclient,printserver like that.But these commands are not avaialble in list.I here pasted the help command... (0 Replies)
Discussion started by: selva1587
0 Replies

2. Shell Programming and Scripting

tuxedo command run from another user

Hi , I would like to know, whether if it is possible or not. I am runing one tuxedo command script. This script should run on another userID and stored the data on another UserID. For Example: UserA : The Script is available in this userID location. . If i run that script then it... (3 Replies)
Discussion started by: Mani_apr08
3 Replies

3. UNIX and Linux Applications

tuxedo information

Hi, Anyone know about tuxedo middleware tool. If you aware please guild me. 1) where will i get information about it ? 2) What kind of the basis issue ? I am new in tuxedo, I would like to aware before start my job. Thanks & Regards, Mani (1 Reply)
Discussion started by: Mani_apr08
1 Replies

4. Shell Programming and Scripting

Please help on tuxedo linking problem

Dear Unixians, I have try to link my libraries with tuxedo that showing following errors, ] My make file few lines: .... actual linking Please help on this. Thanks,KKL. (1 Reply)
Discussion started by: kkl
1 Replies

5. UNIX and Linux Applications

Parsing Tuxedo Logs

Right now I am parsing Tuxedo logs to calculate response times for various services. I was hoping to find a log tool that had support for Tuxedo and would generate drill down html reports. ---------- Post updated at 02:35 PM ---------- Previous update was at 02:33 PM ---------- I just wanted... (0 Replies)
Discussion started by: Lurch
0 Replies

6. Shell Programming and Scripting

Java to tuxedo through cron

Hi, I am kind of new to both tuxedo and cron. I am trying to run a java program, which will talk to middleware tuxedo. When I run the java program from command line, it is working fine. However, when I try to run the same program from cron, it is giving me an exception as stated below: ... (4 Replies)
Discussion started by: charu
4 Replies

7. UNIX for Dummies Questions & Answers

Tuxedo for MQ???

Hi, I am new to the UNIX environment so putting this query here. Was working with mainframes till now. The UNIX system i am working on uses MQ series along with Tuxedo for communicating with mainframes. I want to know why is Tuxedo required in order to use MQ on the unix side? On mainframes... (1 Reply)
Discussion started by: pav001
1 Replies

8. Programming

How to write a tool or utility in C/Tuxedo?

Hi, I have a hard time to think of writing a tool or call its an API utility in order to migrate the data from an old-system (DB2) to a new-system (Oracle). I never do this before. There are many records in the old database DB2. I can't just map each of them to the new database by manually. ... (1 Reply)
Discussion started by: tux-denle
1 Replies
Login or Register to Ask a Question