ENCINA(8) — Maintenance
NAME
tkadmin delete logfile - deletes a log file
SYNOPSIS
tkadmin delete 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 deleted. The format is logFileName/ logVolume, where logVolume is the volume on which the log file is stored - for example, sfs2logvol/sfslog.
DESCRIPTION
The tkadmin delete logfile command deletes the specified log file. If the log file is open at the time this command is issued, the log file is closed and deleted. Subsequent attempts to use the log file fail.
CAUTIONS
This command is destructive. After deleting the specified log file, you cannot recover your server’s data volumes. A deleted log file cannot be restored.
EXAMPLES
The following command deletes the sfslog log file on the sfs2logvol log volume:
% tkadmin delete 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
— March 1997