1 INDEXF The INDEXF command is used to analyze, defragment, truncate or extend the INDEXF.SYS file. The analyze option reports the current fragmentation state, whereas the defragment and extend option allows defragmentation or pre-extending of INDEXF.SYS. Truncate is an option which trims down INDEXF.SYS to the end-of- file size. To perform a defragment truncate or extend operation the disk must be completely dismounted. Defragment truncate and extend require VOLPRO privilege. Defragment truncate and extend can not be done on the system disk. Syntax : INDEXF device/Qualifiers 2 Qualifiers /ANALYZE Displays information about the number of fragments in INDEXF.SYS and the largest contiguous free space. If INDEXF.SYS can not be defragmented a "%DFU-W-NOOPT" message will be displayed. /DEFRAG Starts a defragment operation on INDEXF.SYS. The disk must be dismounted cluster-wide before starting a defragment operation. /EXTEND /EXTEND=n (number of blocks) Extends INDEXF.SYS with 'n' blocks in 1 new fragment. This is equivalent to 'n' extra file headers. The disk must be dismounted cluste-rwide before starting an extend operation. The 'n' value will be rounded up to be a multiple of the device cluster size. /SHADOW_MEMBER /SHADOW_MEMBER=device: The physical member of the shadowset on which to perform an EXTEND or DEFRAG operation. This qualifier is only required in combination with /DEFRAG and /EXTEND. Example : DFU> INDEXF/DEFRAG DSA0:/SHADOW_MEMBER=$1$DUA104: /SHOW_POINTERS Displays all mapping pointer information during the analyze phase. /STATISTICS /STATISTICS /NOSTATISTICS (default) Controls whether CPU and I/O consumption of the command are shown. /TRUNCATE If possible, the INDEXF.SYS file will be truncated back to the end-of-file size. The disk must be dismounted to perform this operation.