IBM Tivoli Composite Application Manager for Application Diagnostics, Version 7.1.0.1

ps1.properties

The properties files for the Publish Server are called psX.properties, where X is an integer. By default, there are 2 properties files, ps1.properties and ps2.properties. If you add an additional instance of the Publish Server, the properties file will be called ps3.properties and for all additional instances of the Publish Server, the integer value in the properties file name will increment by 1. The properties files are located here: MS_HOME/etc.

PORT_PS

The port where the Publish Server listens for socket connections.

TIMEOUT_LIMIT

The default value is 5 minutes. Value is in minutes. This value specifies the time after which the request will be deleted from the Publish Server's local cache if no activity occurred on this request (no request or method records received by Publish Server) for TIME_OUT interval.

If you are running an Application Trap with a threshold value exceeding 300 seconds, increase the 5 minute default timeout limit, otherwise the Publish server will not process the trap and it will not trigger.

TIMEOUT_FOR_REQUESTS_WAITING_FOR_LOCKS

This value specifies the number of minutes to wait before requests waiting for locks are removed. It can have the following values:

  • Not set: requests waiting for locks will be removed no sooner than the value set for TIMEOUT_LIMIT. Because the Inactive Request Cleanup thread runs every 2.5 minutes, it might take up to 2.5 minutes longer than the value set for TIMEOUT_LIMIT for the requests waiting for locks to be removed.

  • < value set for TIMEOUT_LIMIT: requests waiting for locks will be removed no sooner than the value set for TIMEOUT_LIMIT. Because the Inactive Request Cleanup thread runs every 2.5 minutes, it might take up to 2.5 minutes longer than the value set for TIMEOUT_LIMIT for the requests waiting for locks to be removed.

  • > value set for TIMEOUT_LIMIT: requests waiting for locks will be removed no sooner than the specified value. Because the Inactive Request Cleanup thread runs every 2.5 minutes, it might take up to 2.5 minutes longer than the specified value for the requests waiting for locks to be removed.

  • 0 - Requests waiting for locks are never removed. This is the default value.

ve.host

The host name of the application server upon which ITCAM for Application Diagnostics's web application has been deployed. This property is used to generate URLs in outgoing trap e-mail messages. If omitted, this property defaults to the current host name.

ve.port

The HTTP port of the virtual host of the application server upon which ITCAM for Application Diagnostics's web application has been deployed. This property is used to generate URLs in outgoing trap e-mail messages or e-mail links for saved Performance Analysis and Reporting (PAR) reports. If omitted, this property defaults to 80.

cyanea.ps.dataSource.useQueue

The default value is true. Values can be true or false. Use separate threads for reading data from the socket (data written by probe) and for processing that data.

cyanea.socket.timeout

The default value is 0. Values are in milliseconds. The Publish Server will wait on the socket for this length of time interval when it is trying to read data from the sockets. If no data is received in this interval, the Publish Server will close the socket. If this property is set to 0, the Publish Server will wait infinitely. (This setting is advisable so that the Publish Server will not close sockets to the probe if no activity occurs on the probe for a long time.)

cyanea.socket.keepAlive

The default value is true. Valid values are true or false. When the keepAlive option is set for a TCP socket and no data has been exchanged across the socket in either direction for 2 hours, TCP automatically sends a keepAlive probe to the peer.

cyanea.ps.aa.maxQueueLength

The default value is 50. This value specifies the maximum queue length between the Publish Server and the Archive Agent. The Publish Server buffers events in a queue if the Publish Server is trying to write data to the Archive Agent faster than the Archive Agent can read or if the Archive Agent is down.

user.name

This value specifies the return e-mail address to be used on all outgoing trap e-mails. By default, it is IBM_ITCAM.

am.ps.memorycheckfornewdc.enable

Default true. This enables the Publish Server to check for available free memory before accepting data collector connections.

am.ps.freememorypercentagefornewdc

Default 20. This specifies the free memory that must be available to the Publish Server before accepting new data collector connections. If available memory is less than the value specified in this property, the Publish Server rejects the connection with the data collector. This value is to be specified as the percentage of free memory out of total available memory (-Xmx).


Parent topic:

Managing Server properties files

+

Search Tips   |   Advanced Search