IBM Tivoli Composite Application Manager for Application Diagnostics, Version 7.1.0.1

sam1.properties

The following properties are listed in the sam1.properties file, which is the properties file for the Global Publish Server.

PORT_SAM

This value specifies the port where the GPS listens for socket connections. Default 9126.

SOCKET_BACKLOG

The default value is 5 connections. The GPS listens on a server socket at a predetermined port number. When it accepts a connection at this port number, it will reassign this connection to a new, random port, usually in the 40000-60000 range. This process of reassigning the connection to different port numbers takes a small but measurable amount of time. SOCKET_BACKLOG is the maximum size of the queue that can build up during this process. The default backlog of 5 means that, before it begins to refuse new connection requests, the GPS can queue up to 5 new incoming requests for a connection while it attempts to reassign those connections to random port numbers.

MAX_SOCKET_WRITES

The default value is 100,000 sockets. This value specifies the number of times the Publish Server can write to a socket before it closes the socket and opens a new one.

WRITE_TIMEOUT

Default 0, which indicates the interval is infinite. This value specifies the interval for the Publish Server to Global Publish Server socket connection

SAM_ID

This value specifies the component ID of the Global Publish Server, which is used by the Kernel to uniquely identify the Global Publish Server.

CONN_POOL_SIZE

The minimum default is 5. It is not recommended to set the pool size to less than 3. This value specifies the number of database connection pools.

BACKUP_THREAD_TIMER

The default value is -1. The values are in milliseconds. The backup thread backs up unresolved tokens in the database so that when the Global Publish Server restarts, it picks up data from the previous session. A value of -1 means this behavior is disabled. A positive value indicates the interval for the timer. 0 is an invalid value.

CLEANUP_THREAD_TIMER

The default value is 60000 milliseconds. This is the interval for the feature that handles time outs of tokens and prunes the data structure in the Global Publish Server.

DEQUEUEING_THREAD_TIMER

The default value is 500 milliseconds. This is the interval for the feature that dequeues elements from the Publish Server.

SAMPLING_THREAD_TIMER

The default value is 2000 in milliseconds. This is the interval for the feature that checks queues for completed threads.

TOKEN_RESOLUTION_TIMEOUT

The default value is 120 hours. This is the interval for waiting before classifying a token request as unresolved and cleaning it from the Global Publish Server.

ORPHAN_RESOLUTION_TIMEOUT

The default value is 5 minutes. This is the interval for waiting before classifying an orphan request as unresolved and cleaning it from the Global Publish Server.


Parent topic:

Managing Server properties files

+

Search Tips   |   Advanced Search