InfoScale™ 9.0 Storage Foundation Administrator's Guide - Linux
- Section I. Introducing Storage Foundation
- Overview of Storage Foundation
- How Dynamic Multi-Pathing works
- How Volume Manager works
- How Volume Manager works with the operating system
- How Volume Manager handles storage management
- Volume layouts in Veritas Volume Manager
- Online relayout
- Volume resynchronization
- Dirty region logging
- Volume snapshots
- FastResync
- How VxVM handles hardware clones or snapshots
- Volume encryption
- How Veritas File System works
- Section II. Provisioning storage
- Provisioning new storage
- Advanced allocation methods for configuring storage
- Customizing allocation behavior
- Using rules to make volume allocation more efficient
- Understanding persistent attributes
- Customizing disk classes for allocation
- Specifying allocation constraints for vxassist operations with the use clause and the require clause
- Creating volumes of a specific layout
- Customizing allocation behavior
- Creating and mounting VxFS file systems
- Creating a VxFS file system
- Mounting a VxFS file system
- tmplog mount option
- ioerror mount option
- largefiles and nolargefiles mount options
- Resizing a file system
- Monitoring free space
- Extent attributes
- Section III. Administering multi-pathing with DMP
- Administering Dynamic Multi-Pathing
- Discovering and configuring newly added disk devices
- About discovering disks and dynamically adding disk arrays
- How to administer the Device Discovery Layer
- Administering DMP using the vxdmpadm utility
- Gathering and displaying I/O statistics
- Specifying the I/O policy
- Discovering and configuring newly added disk devices
- Dynamic Reconfiguration of devices
- Reconfiguring a LUN online that is under DMP control using the Dynamic Reconfiguration tool
- Manually reconfiguring a LUN online that is under DMP control
- Managing devices
- Displaying disk information
- Changing the disk device naming scheme
- Adding and removing disks
- Event monitoring
- Administering Dynamic Multi-Pathing
- Section IV. Administering Storage Foundation
- Administering sites and remote mirrors
- About sites and remote mirrors
- Fire drill - testing the configuration
- Changing the site name
- Administering the Remote Mirror configuration
- Failure and recovery scenarios
- Administering sites and remote mirrors
- Section V. Optimizing I/O performance
- Veritas File System I/O
- Veritas Volume Manager I/O
- Managing application I/O workloads using maximum IOPS settings
- Section VI. Using Point-in-time copies
- Understanding point-in-time copy methods
- When to use point-in-time copies
- About Storage Foundation point-in-time copy technologies
- Volume-level snapshots
- Storage Checkpoints
- About FileSnaps
- About snapshot file systems
- Administering volume snapshots
- Traditional third-mirror break-off snapshots
- Full-sized instant snapshots
- Creating instant snapshots
- Adding an instant snap DCO and DCO volume
- Controlling instant snapshot synchronization
- Creating instant snapshots
- Cascaded snapshots
- Adding a version 0 DCO and DCO volume
- Administering Storage Checkpoints
- Storage Checkpoint administration
- Administering FileSnaps
- Administering snapshot file systems
- Understanding point-in-time copy methods
- Section VII. Optimizing storage with Storage Foundation
- Understanding storage optimization solutions in Storage Foundation
- Migrating data from thick storage to thin storage
- Maintaining Thin Storage with Thin Reclamation
- Reclamation of storage on thin reclamation arrays
- Identifying thin and thin reclamation LUNs
- InfoScale 4K sector device support solution
- Section VIII. Maximizing storage utilization
- Understanding storage tiering with SmartTier
- Creating and administering volume sets
- Multi-volume file systems
- Features implemented using multi-volume file system (MVFS) support
- Adding a volume to and removing a volume from a multi-volume file system
- Volume encapsulation
- Load balancing
- Administering SmartTier
- About SmartTier
- Placement classes
- Administering placement policies
- File placement policy rules
- Multiple criteria in file placement policy rule statements
- Using SmartTier with solid state disks
- Sub-file relocation
- Administering hot-relocation
- How hot-relocation works
- Moving relocated subdisks
- Compressing files
- About compressing files
- Use cases for compressing files
- Section IX. Administering and protecting storage
- Managing volumes and disk groups
- Rules for determining the default disk group
- Moving volumes or disks
- Monitoring and controlling tasks
- Performing online relayout
- Adding a mirror to a volume
- Encrypting existing volumes
- Managing disk groups
- Disk group versions
- Displaying disk group information
- Creating a disk group
- Importing a disk group
- Moving disk groups between systems
- Importing a disk group containing hardware cloned disks
- Handling conflicting configuration copies
- Destroying a disk group
- Backing up and restoring disk group configuration data
- Managing plexes and subdisks
- Decommissioning storage
- Rootability
- Encapsulating a disk
- Rootability
- Sample supported root disk layouts for encapsulation
- Encapsulating and mirroring the root disk
- Administering an encapsulated boot disk
- Quotas
- Using Veritas File System quotas
- File Change Log
- Support for protection against ransomware
- Non-modifiable storage checkpoints
- Soft WORM storage
- Secure file system
- Secure file system for Oracle Single Instance
- Secure file system for PostgreSQL database
- Managing volumes and disk groups
- Section X. Reference
- Appendix A. Reverse path name lookup
- Appendix B. Tunable parameters
- Tuning the VxFS file system
- Methods to change Dynamic Multi-Pathing tunable parameters
- Tunable parameters for VxVM
- Methods to change Veritas Volume Manager tunable parameters
- Appendix C. Command reference
- Appendix D. Executive Order logging
Creating non-modifiable checkpoints
Non-modifiable checkpoints can be created only on WORM-enabled or soft WORM-enabled VxFS file systems and are therefore also referred to as WORM-enabled or soft WORM-enabled checkpoints.
To create a non-modifiable storage checkpoint
- Create a WORM-enabled file system.
Sample command and output:
# mkfs -t vxfs -o worm /dev/vx/dsk/testdg/vol1
version 18 layout 20971520 sectors, 10485760 blocks of size 1024, log size 16384 blocks rcq size 1024 blocks largefiles supported maxlink supported WORM supported maxts supported
- Mount the file system.
Sample command and output:
# mount -t vxfs /dev/vx/dsk/testdg/vol1 /mnt1
- Verify that the file system is WORM-enabled.
Sample command and output:
# /opt/VRTS/bin/fsadm /mnt
largefiles,maxlink,worm,maxts
The presence of the worm string in the output indicates that the file system is WORM-enabled.
- Create a non-modifiable storage checkpoint.
The extended syntax of the fsckptadm command is:
# /opt/VRTS/bin/fsckptadm [-v[r | R]u[n | w[-t <yyyy-mm-dd>]]] create <checkpoint_name> [-S <signature_value>] [-D <data_policy>] [-M <metadata_policy>] <mountpoint_name>
The minimum required parameters are:
# /opt/VRTS/bin/fsckptadm -w create <checkpoint_name> <mountpoint_name>
Sample command and output:
# /opt/VRTS/bin/fsckptadm -w create clone1 /mnt1
Alternatively, you can also create non-modifiable storage checkpoints on multiple file systems simultaneously by using the createall option.
Sample commands and output:
# /opt/VRTS/bin/fsckptadm -w createall clone4 /mnt2 /mnt3
# /opt/VRTS/bin/fsckptadm list /mnt2 /mnt3
/mnt2 clone4: ctime = Thu 24 Jun 2021 03:54:38 PM IST mtime = Thu 24 Jun 2021 03:54:38 PM IST Retention period = 0 flags = largefiles, worm /mnt3 clone4: ctime = Thu 24 Jun 2021 03:54:38 PM IST mtime = Thu 24 Jun 2021 03:54:38 PM IST Retention period = 0 flags = largefiles, worm
- Verify that the checkpoint is WORM-enabled.
Sample command and output:
# /opt/VRTS/bin/fsckptadm list /mnt1
/mnt1 clone1: ctime = Thu 24 Jun 2021 03:32:13 PM IST mtime = Thu 24 Jun 2021 03:32:13 PM IST Retention period = 0 flags = largefiles, worm
- Verify that the WORM-enabled checkpoint can be mounted in the RO mode.
Sample commands and output:
# mount -t vxfs -o ro,ckpt=clone1 /dev/vx/dsk/testdg/vol1:clone1 /mnt2
# mount | grep clone1
/dev/vx/dsk/testdg/vol1:clone1 on /mnt2 type vxclonefs (ro,seclabel,largefiles,ckpt=clone1,ioerror=mwdisable)
- Verify that the WORM-enabled checkpoint cannot be mounted in the RW mode.
Sample command and output:
# mount -t vxfs -o rw,ckpt=clone1 /dev/vx/dsk/testdg/vol1:clone1 /mnt3
UX:vxfs mount.vxfs: ERROR: V-3-23731: mount failed.