ENCINA(8) — Maintenance
NAME
sfsadmin query server - displays information about the specified server
SYNOPSIS
sfsadmin query server -server servername
ARGUMENTS
-server servername Specifies the name of the file server. The name must be registered with the DCE Directory Service. If the -server option is not specified, the default is the server defined by the environment variable ENCINA_SFS_SERVER.
DESCRIPTION
The sfsadmin query server command displays the following settings for a server:
Collating language. This is the language used in the collation of nlsString fields in records.
Log file name. This is the name of the file to which log information is written. This file name is specified when the server is started.
Buffer pool size. This is the size of the memory buffer, in pages, used for disk I/O.
TRPC and minimum authentication level.
Checkpoint interval information. The checkpoint intervalis the time between writes to recoverable media. The checkpoint interval and the maximum and minimum number of log records are displayed.
Default idle timeout. The idle timeoutis the time, in seconds, that an OFD may be permitted to be idle while waiting for an SFS call.
EXAMPLE
The following command displays information about the server:
% sfsadmin query server
Collating language: C
Log file name: SfsLogVol/sfslogfile
Buffer pool size: 1000
TRPC authentication level: 2
Minimum authentication level: 2
Checkpoint Interval Info:
Interval time in seconds: 60
Minimum number of log records: 5000
Maximum number of log records: 100000
Default idle timeout: 60
PRIVILEGE REQUIRED
Encina SFS administer (A) and query (Q) permissions on the server
RELATED INFORMATION
sfsadmin list files
— March 1997