ENCINA(8) — Maintenance
NAME
tkadmin query checkpointinterval - displays the interval between server checkpoints
SYNOPSIS
tkadmin query checkpointinterval -server servername
ARGUMENTS
-server servername Specifies the server affected by the command. The server name is the name that is registered with the DCE Directory Service. If the server name is not specified in the command line, it is retrieved from an environment variable, ENCINA_TK_SERVER.
DESCRIPTION
The tkadmin query checkpointinterval command displays the number of seconds and the minimum/maximum number of log records to be written between checkpoints. You can set the interval when a server is initially started by using Enconsole or the -i option of the server start-up command. You can set the interval (after a server is running) using Enconsole or the tkadmin set checkpointinterval command. The interval is expressed as 3 numbers: seconds, minimum records, and maximum records.
EXAMPLES
The following command displays the checkpoint interval for the local server:
% tkadmin query checkpointinterval
Minimum number of records: 5000
Maximum number of records: 100000.
Number of seconds: 60.
PRIVILEGE REQUIRED
Encina RQS query (q) permission to the RQS server
Encina SFS query (Q) permission to the SFS server
RELATED INFORMATION
tkadmin set checkpointinterval
— March 1997