Copyright © TIBCO Software Inc. All Rights Reserved
Copyright © TIBCO Software Inc. All Rights Reserved


Chapter 1 Getting Started : Step 3: Perform Quick Start

Step 3: Perform Quick Start
To be able to forward messages, follow this procedure:
1.
   tibco login: admin
2.
   Password: admin
Once CLI connectivity to the TIBCO Messaging Appliance P-7500 system is established, you see a CLI banner and prompt on your computer screen similar to:
   TIBCO Messaging Appliance P-7500. System Software Version 8.7.0.0003
    Copyright 2011 TIBCO Software, Inc. All rights reserved.
    tibco>
3.
Enter the enable command at the User EXEC Level prompt:
   tibco> enable
   tibco#
   The TMA P-7500 CLI is now in Privileged EXEC level.
4.
Enter the configure command at the privileged EXEC Level prompt:
   tibco# configure
   tibco(config)#
The TIBCO Messaging Appliance P-7500 CLI is now in Global CONFIG level. The Global CONFIG level allows you to globally apply or modify parameters on the system.
5.
   tibco(config)# rv
Entering the rv Global CONFIG command moves you to the Rendezvous CONFIG level within the CLI for configuring Rendezvous parameters:
   tibco(config-rv)#
6.
   tibco(config-rv)# interface 1/1/lag1:1 primary
7.
Enter the no shutdown command to enable Rendezvous services on the system:
   tibco(config-rv)# no shutdown
8.
(Optional) Enter the exit command to exit the Rendezvous CONFIG level and return to the Global CONFIG level:
   tibco(config-rv)# exit
   tibco(config)#
9.
(Optional) Enter the show rv config command to view the status of the Rendezvous configuration:
tibco(config)# show rv config
 
RV Configuration Status: Enabled
RV-Gateway: Disabled
 
Primary Backup
--------------------- ---------------------
RV Listen Port 7500 7500
RV-Gateway Status Up Up
RV IP Interface 2/1/lag1:1
 
10.
Every command available in the TIBCO Messaging Appliance P-7500 CLI is described in detail in the TIBCO Messaging Appliance P-7500 Administration Interface Reference.
You have completed this procedure.

Copyright © TIBCO Software Inc. All Rights Reserved
Copyright © TIBCO Software Inc. All Rights Reserved