ENCINA(8) — Maintenance
NAME
tkadmin create logfile - creates a log file
SYNOPSIS
tkadmin create logfile -server servername logFileName
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.
logFileName Specifies the log file to be created. The format is logFileName/ logVolume, where logVolume is the volume on which the log file is to be stored - for example, sfs2logvol/sfslog.
DESCRIPTION
The tkadmin create logfile command creates a log file for an Encina server. Before a log file can be created with this command, the logical volume specified in the log file name must have been initialized via the tkadmin init logvol command.
EXAMPLES
The following command creates the sfslog log file on the sfs2logvol log volume:
% tkadmin create logfile -server /.:/branch1/server/sfs2 sfs2logvol/sfslog
PRIVILEGE REQUIRED
Encina Monitor administer (a) permission to the node manager
Encina RQS administer (a) permission to the RQS server
Encina SFS administer (A) permission to the SFS server
RELATED INFORMATION
tkadmin delete logfile
tkadmin init logvol
— March 1997