VERITAS File System 4.1 (HP OnlineJFS/JFS) Release Notes (September 2005)

VERITAS File System 4.1 Release Notes
New Features
Chapter 112
There is one new command associated with this feature:
fsckpt_restore VXFS Storage Checkpoint file system restoration utility.
File Change Log
The VxFS File Change Log (FCL) tracks changes to files and directories in a file system.
The File Change Log can be used by applications such as backup products, webcrawlers,
search and indexing engines, and replication software that typically scan an entire file
system searching for modifications since a previous scan.
The following command is associated with FCL:
fcladm VxFS File Change Log administration utility.
The following new tunable parameters are associated with FCL:
fcl_keeptime Specifies the minimum amount of time for which FCL keeps records in
the log.
fcl_maxalloc Specifies the maximum amount of space that can be allocated to the
FCL.
fcl_winterval Specifies the interval that must elapse before the FCL records
subsequent writes to a file.
See the vxtunefs(1M) online manual page for more information on tunable parameters.
The File Change Log feature includes the following application programming interface
(API) functions:
vxfs_fcl_sync Sets a synchronization point in the File Change Log.
FCL functionality is a separately licensable feature.
Reverse Path Name Lookup
The reverse path name lookup feature uses the vxlsino command to obtain the full path
name of a file or directory corresponding to an inode. Reverse path name lookup can be
useful in applications, such as for clients of the VxFS File Change Log feature, in backup
and restore utilities, and in replication products.
The following command is associated with the reverse name lookup:
vxlsino VxFS reverse path name lookup utility.
The reverse path name lookup feature includes the following application programming
interface (API) functions:
vxfs_inotopath Returns path names for a given inode number.