ENCINA(8) — Maintenance
NAME
sfsadmin rename index - renames the specified index
SYNOPSIS
sfsadmin rename index -server servername filename index newindex
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 renamed.
index Specifies the name of the index to be renamed.
newindex Specifies the new name of the index.
DESCRIPTION
The sfsadmin rename index command replaces an index name with a new index name. The index remains in the same physical location as the original index. Indices cannot be renamed to different volumes.
EXAMPLE
The following command renames the index stockNumIndex in the file Inventory to stockIndex:
% sfsadmin rename index Inventory stockNumIndex stockIndex
PRIVILEGE REQUIRED
Encina SFS administer (A) and exclusive open (E) permissions on the file
RELATED INFORMATION
sfsadmin add index
sfsadmin deactivate index
sfsadmin delete index
sfsadmin expand index
sfsadmin query index
sfsadmin rebuild index
— March 1997