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

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

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