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


Chapter 2 Managing TIBCO Rendezvous Tasks : Configuring Rendezvous Services

Configuring Rendezvous Services
To configure TIBCO Rendezvous services on a P-7500 system, enter the rv Global CONFIG command:
tibco (config)# rv
Entering the rv Global CONFIG command moves you to the Rendezvous CONFIG level within the CLI for configuring Rendezvous service parameters:
tibco (config-rv)#
From here you can configure the P-7500 system for Rendezvous service using these Rendezvous CONFIG commands:
gateway
To configure Rendezvous Gateway services, enter the gateway Rendezvous CONFIG command:
tibco# configure
tibco(config)# rv
tibco(config-rv)# gateway
tibco(config-rv-gateway)#
The CLI is now at the Rendezvous Gateway CONFIG level for configuring the Rendezvous Gateway on the P-7500 system. From here you can configure the Rendezvous Gateway service parameter shutdown.
shutdown
To stop Rendezvous Gateway services on the P-7500 system, enter the shutdown Rendezvous Gateway CONFIG command:
tibco(config-rv)# gateway
tibco(config-rv-gateway)# shutdown
By default, Rendezvous Gateway services are disabled (that is, not running) on the P-7500 system. However, Rendezvous Gateway services can still be configured through the TIBCO Rendezvous Gateway Web interface even when disabled. The no version of this command (no shutdown) starts Rendezvous Gateway services on the P-7500 system.
Note: Before entering the no shutdown Rendezvous Gateway CONFIG command, you must:
1.
Stop Rendezvous services (if running) through the shutdown Rendezvous CONFIG command.
3.
Start Rendezvous services through the no shutdown Rendezvous CONFIG command.
listen-port
To specify the TCP port number that clients use for Rendezvous services when connecting to the P-7500 system, enter the listen-port Rendezvous CONFIG command:
tibco(config-rv)# listen-port port [backup]
Where:
is the TCP port used by clients for Rendezvous services, specified as a decimal value from 0 to 65,535. Port 7500 is used as the default.
configures the specified listen port as the backup (that is, backup virtual router) for the system redundancy model supported by the P-7500 system.
Note: Rendezvous services must be in shutdown state before entering the listen-port Rendezvous CONFIG command, otherwise an error message is received.
network-mapping
To configure mappings from the network parameter passed in the client initialization handshake to a new network parameter that is to be associated with the client instead, enter the network-mapping Rendezvous CONFIG command:
tibco(config-rv)# network-mapping from-network to-network
Where:
Note: When the network-mapping Rendezvous CONFIG command is entered, the new network-mapping will not take affect for clients that are already connected to the network.
If an exact match is found between the original network parameter specified in a mapping and the network string passed in a client's RV initialization handshake, the passed network string is replaced by the new mapped network parameter.
The no version of this command (no network-mapping [from-network]) deletes the network mapping.
service-mapping
To configure mappings from the service parameter passed in the client initialization handshake to an actual integral service port number that is used to uniquely identify the service in the P-7500 system, enter the service-mapping Rendezvous CONFIG command:
tibco(config-rv)# service-mapping original-service mapped-service
Where:
Note: The no version of this command (no service-mapping [original-service]) deletes the service mapping.
shutdown
To stop Rendezvous services and disconnect all Rendezvous client connections on the P-7500 system, enter the shutdown Rendezvous CONFIG command:
tibco(config-rv)# shutdown
By default, Rendezvous service is disabled (that is, not running) on the P-7500 system. The no shutdown version of this command starts Rendezvous service on the system.

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