How to differntiate between a started RVD deamon and determining whether it is a TRDP or PGM daemon variant.

How to differntiate between a started RVD deamon and determining whether it is a TRDP or PGM daemon variant.

book

Article ID: KB0088047

calendar_today

Updated On:

Products Versions
TIBCO Rendezvous -
Not Applicable -

Description

Resolution:
Description:
============
RVD daemon executables and processes have the same name in either variant(TRDP or PGM). For example, the Rendezvous daemon is named RVD. You can use the start banner, the log file or the browser administration interface to distinguish between the variants:

TRDP daemons do not indicate their variant in banners or browser interfaces. This absence implies a TRDP variant.
  
PGM daemons explicitly indicate PGM in their banners and browser interfaces.

Example:

Test1: PGMrvd
C:\RV_test\java\RVCM&gtrvd

TIB/Rendezvous daemon (PGM)
Copyright 1994-2012 by TIBCO Software Inc.
All rights reserved.
……

Test2: TRDPrvd
C:\RV_test\java\RVCM&gtrvd

TIB/Rendezvous daemon
Copyright 1994-2012 by TIBCO Software Inc.
All rights reserved.
……

Environment:
===========
All

Issue/Introduction

How to differntiate between a started RVD deamon and determining whether it is a TRDP or PGM daemon variant.