![]() |
Copyright © TIBCO Software Inc. All Rights Reserved |
tibco# configure
Table 7 Global CONFIG Commands Use this command to configure egress client message queues or the TCP transmit queues on P-7500 systems.
Note: The only client profile supported currently is named default.tibco(config)# client-profile defaultUse this command to move to the Client Profile Queue CONFIG level within the CLI for configuring parameters for the egress queue for the client profile named default.<type> is the queue type to be configured.
Note: The only queue type supported currently is egress.tibco(config-client-profile)# queue egressEach per-client message queue has an associated maximum depth. The depths are measured in work units, whereby a work unit represents 2048 bytes of a message. The formula to convert a message size to number of work units is: NumWorkUnits = CEILING(message.length/2048).<depth> is the integer value representing the queue depth in KB for the number of work units for the client message queues. Valid range is 50 to 262144 for client message queues. Default is 100000 work units for the client message queues. Changing this value does not affect messages already successfully placed on the queue.tibco(config-client-profile-queue)# max-depth 100000Use this command to configure the minimum number of messages that must be on a client message queue before the queue’s depth is checked against the maximum depth setting (thereby allowing the queue to absorb a burst of large messages that exceeds the number of allowed work units).<depth> is the integer value representing the queue burst depth in messages. Valid range is 0 to 262144. Default is 4. Changing this value does not affect messages already successfully placed on the queue.tibco(config-client-profile-queue)# min-msg-burst 12
Note: The time specified in this command is assumed to be in the time zone displayed by the show clock Global CONFIG command, or specified by the configuration of the clock timezone Global CONFIG command.tibco(config)# clock set 18:19:30 24 March 2005Table 8, Table 9, and Table 10 list common time zone acronyms and Coordinated Universal Time (UTC) offsets for North America, Europe, and Australia, respectively.<minutes-offset> is the number of minutes offset from UTC, expressed as a positive integer (1 to 60)tibco(config)# clock timezone NST -3 30
Table 8 Time Zones in North America
Table 9 Time Zones in Europe
Table 10 Time Zones in Australia <name> is the host name to be assigned to the P-7500. The no version of this command resets the host name to the default value, and does not require this parameter.tibco(config)# hostname tibco1The no version deprovisions an existing DNS server and deletes all associated configuration values.<ip-addr> is the IP address of the DNS server, specified in the dotted decimal notation form nnn.nnn.nnn.nnntibco(config)# name-server 192.120.1.1<ip-addr> is the IP address of the NTP server, specified in the dotted decimal notation form nnn.nnn.nnn.nnntibco(config)# ntp-server 10.1.2.3Use this command to schedule automatic local backups of configuration database files on the P-7500.The no version of this command deletes all automatic file backup schedules and returns the P-7500 to its default (that is, no scheduled backups).schedule backup start-time <time> [{hours <hours>} | {days <days>}] [max-backups <max-backups>]<time> is the valid time of day for the backup in the 24-hour format hh:mm:ss. The timezone is assumed to be the same as is assigned by the current system clock. There is no default value.<hours> is the number of hours, or time interval, between backups from 1 to 23. There is no default value.<days> is the number of days between backups from 1 to 365. Default is 1 day if this parameter is not provided.<max-backups> is the maximum number of scheduled backups to keep from 1 to 25. When a new scheduled backup causes the number of backups to exceed the set maximum, the oldest backup file is deleted. Default is 5 backups if this parameter is not provided.tibco(config)# schedule backup start-time 03:00:00Use this command to create new P-7500 CLI or SFTP user accounts, or to change passwords on existing user accounts.tibco(config)# username bob01 password solpub1
![]() |
Copyright © TIBCO Software Inc. All Rights Reserved |