![]() |
Copyright © TIBCO Software Inc. All Rights Reserved |
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.tibco# configureThe CLI is now at the Rendezvous CONFIG level for configuring Rendezvous parameters. (Cont’d)
Table 19 Rendezvous CONFIG Commands 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.<port> is the TCP port number for Rendezvous clients, specified as a decimal value from 0 to 65,535.tibco(config-rv)# listen-port 85Use 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.
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.no network-mapping [<from-network>]
;225.9.9.9 ;225.10.10.10;239.1.1.1 ;239.1.1.2Use 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.
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.<mapped-service> is the port number for the Rendezvous service, specified as a decimal value from 0 to 65,535Use this command to stop Rendezvous services on the P-7500, and disconnect all Rendezvous clients.
Note: TIBCO Rendezvous services must be shutdown before Rendezvous configuration parameters can be modified.The shutdown command does not have any parameters or subcommands.tibco(config-rv)# no shutdown
![]() |
Copyright © TIBCO Software Inc. All Rights Reserved |