The maximum number of concurrent users that are allowed to wait for a tape to be mounted for a given IBM® Tivoli® Storage Manager (TSM) fixed content device. The default value is 1. It is recommended that you set the value of this property, at a minimum, to the number of tape drives available in the TSM tape library. You can increase the value of this property from its minimum recommended value if the tape is frequently already mounted or can be mounted quickly. You can also try increasing the value of this property if you receive an unusually high number of retrieval failures when reading from tape. However, because each waiting user requires a single TSM session, if you set the value of this property too high it can result in all of the available TSM sessions being consumed because of too many users waiting for tape access. The value of this property should be less than the value of the MAXSESSIONS option in the TSM options file, which specifies the maximum number of simultaneous client sessions that can connect to the server. Otherwise, the number of concurrent users specified by this property will be limited to the maximum number of client sessions that are allowed by the MAXSESSIONS option.

Namespace:  FileNet.Api.Admin
Assembly:  FileNet.Api (in FileNet.Api.dll)

ToggleSyntax

Visual Basic (Declaration)
Property TSMConcurrentTapeReaders As Nullable(Of Integer)
C#
Nullable<int> TSMConcurrentTapeReaders { get; set; }
Visual C++
property Nullable<int> TSMConcurrentTapeReaders {
	Nullable<int> get ();
	void set (Nullable<int> value);
}
JavaScript
function get_tsmConcurrentTapeReaders();
function set_tsmConcurrentTapeReaders(value);

ToggleRemarks

ToggleSee Also