Veritas Access Appliance Release Notes
- Overview of Access Appliance
- Changes in this release
- Fixed issues
- Software limitations
- Limitations related to installation and upgrade
- Limitation related to replication
- Known issues
- Access Appliance known issues
- Admin issues
- CIFS issues
- General issues
- GUI issues
- Infrastructure issues
- Installation and configuration issues
- Internationalization (I18N) issues
- MSDP-C issues
- Networking issues
- NFS issues
- ObjectAccess issues
- Replication issues
- STIG issues
- Storage issues
- System issues
- Upgrade issues
- Veritas Data Deduplication issues
- Access Appliance operational notes
- Access Appliance known issues
- Getting help
Audit logging of WORM-enabled file systems do not get enabled if the file systems were offline during upgrade
If any of the WORM-enabled file systems remain in offline state during upgrade, audit logging does not get enabled on those file systems. (IA-40434)
Workaround:
Perform the following steps:
After upgrade is completed, check if any file system is offline.
storage> fs list
Bring online all file systems which were offline during upgrade.
Check if any of the file systems which were offline are WORM-enabled.
storage> fs list <fs_name>
For each WORM-enabled file system, perform the following steps:
Perform mount -t vxfs, and identify raw device path and mount point of each file system.
Check if the audit logging is already enabled on the file system.
# mkfs.vxfs -m <raw_device_path>
If audit logging is enabled skip the next steps and go to the next WORM-enabled file system.
For example:
# mkfs.vxfs -m /dev/vx/dsk/sfsdg/wrmfs mkfs -t vxfs -o bsize=8192,version=17,inosize=256,logsize=2048, rcqsize=8192,largefiles,maxlink,worm,aulog,nomaxts /dev/vx/dsk/sfsdg/wrmfs 8388608
aulog means audit logging is enabled on the file system
If audit logging is not enabled, run the following command:
/opt/VRTS/bin/fsadm [-t vxfs] [-o aulog] path_of_mountpoint
Confirm if audit logging is enabled using the following command:
# mkfs.vxfs -m <raw_device_path>