How to obtain the application status on one particular application using bwadminon an appnode where multiple applications are deployed

How to obtain the application status on one particular application using bwadminon an appnode where multiple applications are deployed

book

Article ID: KB0094009

calendar_today

Updated On:

Products Versions
TIBCO ActiveMatrix BusinessWorks -
Not Applicable -

Description

Resolution:

Although there is no such option currently available to individually check the status of one particular application, you can use grep/findstr as shown below.


bwadmin show -d Administrator-Domain applications | grep    tibco.bw.sample.binding.soap.http.BookStore.application (UNIX)

bwadmin show -d Administrator-Domain applications | findstr tibco.bw.sample.binding.soap.http.BookStore.application (WINDOWS)


Issue/Introduction

How to obtain the application status on one particular application using bwadminon an appnode where multiple applications are deployed