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


Chapter 2 Managing TIBCO Rendezvous Tasks : Rendezvous Service Provisioning Tasks

Rendezvous Service Provisioning Tasks
To configure Rendezvous service on the TIBCO Messaging Appliance P-7500 system:
1.
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.
2.
(Optional) If not using the default listen port (Port 7500), specify the TCP port number that Rendezvous clients use for Rendezvous services when connecting to the P-7500 system:
   tibco(config-rv)# listen-port port [backup]
For more information, refer to listen-port.
3.
(Optional) 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:
   tibco(config-rv)# network-mapping from-network to-network
For 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
For more information, refer to network-mapping.
4.
(Optional) 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:
   tibco(config-rv)# service-mapping service-name service-port
For example:
   tibco(config-rv)# service-mapping http 80
   tibco(config-rv)# show rv service-mapping
Original service
----------------------
equities
Mapped service
------------------------
7800
For more information, refer to service-mapping.
5.
   tibco(config-rv)# exit
6.
An RV Interface is required for the RVGD to connect to the P-7500 and to uniquely identify the system to connecting clients. Enter the Virtual Router CONFIG level, and assign the primary virtual router an RV interface:
   tibco(config)# virtual-router primary
   tibco(config-virtual-router)# rv-interface <ip-interface>
where <ip-interface> is an ASCII string specifying an ethernet interface port or LAG on the NAB.
7.
   tibco(config-virtual-router)# exit
   tibco(config)# rv
8.
   tibco(config-rv)# no shutdown
 
For more information, refer to shutdown.
You have completed this procedure.
(Optional) To start Rendezvous Gateway services on the TIBCO Messaging Appliance P-7500 system:
1.
Enter the VRF IP CONFIG command level:
   tibco# configure
   tibco(config)#ip vrf management
2.
   tibco(config-ip-vrf)# interface eth2:1
   tibco(config-ip-vrf-interface)# ip-address <ip-addr>
where <ip-addr> is an IP address in CIDR form: n.n.n.n (n is 0-255).
For Example:
tibco(config-ip-vrf)# interface eth2:1
tibco(config-ip-vrf-interface)# ip-address 192.168.162.80/19
3.
Exit the VRF IP CONFIG command level, then move to the Rendezvous CONFIG level to start the Rendezvous service:
   tibco(config-ip-vrf-interface)# exit
   tibco(config-ip-vrf)# exit
   tibco(config-ip)# exit
   tibco(config)# rv
   tibco(config-rv)# no shutdown
4.
   tibco(config-rv)# gateway
   tibco(config-rv-gateway)# no shutdown
For more information, refer to gateway.
You have completed this procedure.

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