![]() |
Copyright © TIBCO Software Inc. All Rights Reserved |
You can use several show commands to monitor and validate Rendezvous service configurations and status on TIBCO Messaging Appliance P-7500 systems:To view the current Rendezvous client information on the P-7500 system, enter the show client User EXEC command:show client [ip-and-port] [service service-id] [stats [congestion | queues] | subscriptions | connections [wide]] [primary | backup]
is the IP address and port or IP address and network mask of the client in Classless Inter-Domain Routing (CIDR) form: n.n.n.n:x or n.n.n.n/y (n is 0-255, x is 1-65535, y is 0-32). Entering the wildcard character * in place of the IP address specifies all clients. filters the command output to display system information only for clients associated with the specified service-id. is the port number or name identifying the service. Entering the wildcard character * in place of a specific client service name specifies all client services. asks to show the client TCP connection information in a widescreen computer display format (300+ character width). To view the current Rendezvous client profile information on the P-7500 system, enter the show client-profile User EXEC command:where name is the name of the client profile configured on the system.
Note: Currently, only one profile named default is supported and it is assigned automatically to each client. The default profile cannot be deleted from the P-7500 system.
Note: A work unit represents 2048 bytes of a message.To view the Rendezvous configuration information on the P-7500 system, enter the show rv config User EXEC command:
To view the Rendezvous network mapping configuration on the P-7500 system, enter the show rv network-mapping User EXEC command:;225.9.9.9 ;225.10.10.10;239.1.1.1 ;239.1.1.2To view the Rendezvous service information on the P-7500 system, enter the show rv service User EXEC command:tibco> show rv service service [stats | subscriptions] [primary | backup]
is the port number or name identifying the Rendezvous service. Entering the wildcard character * in place of a specific Rendezvous service name specifies all Rendezvous services. asks to show statistics on the Rendezvous service subscriptions. asks to show Rendezvous service information only for clients associated with the primary virtual system. asks to show Rendezvous service information only for clients associated with the backup virtual system.To view the Rendezvous service mapping configuration on the P-7500 system, enter the show rv service-mapping User EXEC command:Original service Mapped serviceequities 7800To view aggregate Rendezvous client statistics information for all clients on the P-7500 system, enter the show stats client User EXEC command:To clear the statistics for one or more clients on the P-7500 system, run the clear client stats command from the Privileged EXEC level:
is the IP address and port in the form n.n.n.n:x to clear one client, or IP address and mask combination in the form n.n.n.n/y to clear several clients matching the criteria. Entering the wildcard character * in place of the IP address and port or mask specifies clear the statistics for all clients. service service is the port number or name identifying a Rendezvous subscription service. Omit this parameter to clear client statistics regardless of service. To view Rendezvous client subscription information on the P-7500 system, enter the show subscriptions User EXEC command:tibco> show subscriptions [service service] [{subject subject} | {subject-starts subject-starts} | following-seq-num sequence-num summary] [count number][primary | backup]
service service filters the command output to display subscriptions associated only with the service port number or name specified by service. Entering the wildcard character * in place of a specific Rendezvous client subscription service name specifies all Rendezvous subscription services. subject subject asks to show Rendezvous client subscription subject information where subject is the subscription subject in the form a.b.c subject-starts subject-starts asks to show all Rendezvous client subscription subjects that start with the string specified in subject-starts. following-seq-num sequence-num asks to show subscriptions starting from the sequence number specified by sequence-num. Can be used in combination with count to iterate over a large number of subscriptions.If you set sequence-num to -1, all subscriptions are displayed. -1 is the default. asks to show the number of Rendezvous client subscriptions for each client. count number asks to show a certain number of Rendezvous client subscriptions.If you set number to -1, all subscriptions are displayed. -1 is the default. If either count or following-seq-num are specified, subscriptions are listed in sequence number order and the sequence numbers are displayed. Otherwise the sequence numbers are not displayed and subscriptions are listed in service/IP address order.To clear the service-level statistics for one or more Rendezvous subscription services on the P-7500 system, run the clear rv service stats command from the Privileged EXEC level:tibco# clear rv service service stats [primary|backup]
service service is the port number or name identifying the Rendezvous subscription service. Entering the wildcard character * in place of the port number or name asks to clear the service-level statistics for all Rendezvous subscription services.
![]() |
Copyright © TIBCO Software Inc. All Rights Reserved |