Please enter search query.
Search <book_title>...
Important Update: Cohesity Products Documentation
All Cohesity product documentation are now managed via the Cohesity Docs Portal: https://docs.cohesity.com/HomePage/Content/home.htm. Some documentation available here may not reflect the latest information or may no longer be accessible.
Veritas™ File System 8.0 Programmer's Reference Guide - Solaris
Last Published:
2021-12-21
Product(s):
InfoScale & Storage Foundation (8.0)
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
- Ease of use
- Backward compatibility
- 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
- About Veritas File System I/O
- Freeze and thaw
- Caching advisories
- Extents
- Thin Reclamation
Administering volume sets
The following examples show how to administer volume sets.
To convert a volume to a volume set
To convert myvol1 to a volume set, use the following function call:
# vxvset make myvset myvol1
To add a volume to a volume set
To add myvol2 to the volume set myvset, use the following function call:
# vxvset addvol myvset myvol2
To list volumes of a volume set
To list the volumes of myvset, use the following function call:
# vxvset list myvset
To remove a volume from a volume set
To remove myvol2 from myvset, use the following function call:
# vxvset rmvol myvset myvol2