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


Chapter 1 CLI Commands by Level : Rendezvous CONFIG Commands

Rendezvous CONFIG Commands
All CLI TIBCO Rendezvous CONFIG commands are listed in Table 19 in alphabetical order.
The Rendezvous CONFIG level allows you to configure parameters for Rendezvous on a
by basis. You reach this level by entering rv at the Global CONFIG level.
Example:
tibco# configure
tibco(config)# rv
tibco(config-rv)#
The CLI is now at the Rendezvous CONFIG level for configuring Rendezvous parameters. (Cont’d)
(config-rv)# listen-port
Description
Use this command to specify the TCP port number that Rendezvous clients use when connecting to the P-7500.
Note: This command can only be run when Rendezvous services are shutdown on the P-7500 through the shutdown Rendezvous CONFIG command, otherwise an error message is received.
Syntax
listen-port <port>
Where:
<port> is the TCP port number for Rendezvous clients, specified as a decimal value from 0 to 65,535.
Example
tibco(config-rv)# listen-port 85
(config-rv)# network-mapping
Description
Use this command 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.
The no version deletes the specified network mapping from the system.
Note: This command can only be run when Rendezvous services are shutdown on the P-7500 through the shutdown Rendezvous CONFIG command, otherwise an error message is received. If an exact match is found, the original network parameter is replaced by the new mapped network parameter, otherwise the original network parameter is passed unaltered.
Syntax
network-mapping <from-network> <to-network>
no network-mapping [<from-network>]
Where:
Example
tibco(config-rv)# network-mapping ;239.1.1.1 ;239.1.1.2
tibco(config-rv)# show rv network-mapping
Original network Mapped network
---------------------- ------------------------
;225.9.9.9    ;225.10.10.10
;239.1.1.1    ;239.1.1.2
(config-rv)# service-mapping
Description
Use this command 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 TIBCO Messaging Appliance P-7500 system.
The no version deletes the specified service mapping from the system.
Note: This command can only be run when Rendezvous services are shutdown on the P-7500 through the shutdown Rendezvous CONFIG command, otherwise an error message is received.
Syntax
service-mapping <original-service> <mapped-service>
no service-mapping [<original-service>]
Where:
<original-service> is the name of the Rendezvous service
<mapped-service> is the port number for the Rendezvous service, specified as a decimal value from 0 to 65,535
Example
tibco(config-rv)# service-mapping equities 7800
(config-rv)# shutdown
Description
Use this command to stop Rendezvous services on the P-7500, and disconnect all Rendezvous clients.
The no version starts Rendezvous services on the P-7500.
Note: TIBCO Rendezvous services must be shutdown before Rendezvous configuration parameters can be modified.
Syntax
shutdown
no shutdown
The shutdown command does not have any parameters or subcommands.
Example
tibco(config-rv)# no shutdown
 

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