ENCINA(8) — Maintenance
NAME
sfsadmin delete index - removes the specified secondary index of the specified file
SYNOPSIS
sfsadmin delete index -server servername filename index
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.
filename Specifies the name of the file containing the index to be removed.
index Specifies the name of the secondary index to be removed.
DESCRIPTION
The sfsadmin delete index command removes the specified secondary index of a file. All disk space allocated to the index is de-allocated.
EXAMPLE
The following command removes the index productNameIndex from the file Inventory :
% sfsadmin delete index Inventory productNameIndex
PRIVILEGE REQUIRED
Encina SFS administer (A) and exclusive open (E) permissions on the file
RELATED INFORMATION
sfsadmin add index
sfsadmin deactivate index
sfsadmin expand index
sfsadmin query index
sfsadmin rebuild index
sfsadmin rename index
— March 1997