Please enter search query.
Search <book_title>...
Veritas™ File System Programmer's Reference Guide - Solaris
Last Published:
2018-08-24
Product(s):
InfoScale & Storage Foundation (7.2)
Platform: Solaris
- Veritas File System software developer's kit
- File Change Log
- About the File Change Log file
- Record types
- File Change Log tunables
- Application programming interface for File Change Log
- API functions
- File Change Log record
- Copying File Change Log records
- Veritas File System and File Change Log upgrade and downgrade
- Reverse path name lookup
- Multi-volume support
- Named data streams
- Veritas File System I/O
- Caching advisories
- Extents
- Thin Reclamation
Initial setup
This sample application needs additional information such as tracking file opens and access information, which are available only with FCL Version 4. Be sure to enable the correct FCL version.
The following steps perform the required initial setup.
To set up the application
- Switch on the FCL with Version 4.
$ fcladm -o version=4 on mount_point
If this step fails, use fcladm print to check for an existing FCL Version 3 file. If present, remove it with fcladm rm and then try switching on FCL with Version 4.
In VxFS 5.0 and later releases, the default FCL version is 4. If there is no existing FCL file, the fcladm on mount_point command automatically creates a Version 4 FCL.
- Enable tracking of access information, file-opens, and I/O statistics as needed.
$ fcladm set fileopen,accessinfo mount_point
- Set tunables fcl_keeptime, fcl_maxalloc, and fcl_ointerval as required. For example:
$ vxtunefs fcl_ointerval=value mount_point