Please enter search query.
Search <book_title>...
Veritas Access Appliance Release Notes
Last Published:
2023-05-21
Product(s):
Appliances (8.0)
Platform: Access Appliance OS,Veritas 3340,Veritas 3350
- 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
Disk layout version (DLV) of file systems are not upgraded if the file systems were offline during the upgrade
During an upgrade, if any of the file systems remain in offline state, the DLV version of the file system is not upgraded to the latest DLV 17 version.
(IA-40432)
Workaround:
- After the upgrade is complete, bring the file systems that were offline during the upgrade to the online state by logging in to maintenance mode.
- After the file systems are online, run the following command to check the raw device path of the file systems:
mount -t vxfs
- For each file system that was in offline state, perform the following operations:
Run following command to get current DLV version of the file system:
mkfs.vxfs -m raw_dev_path_of_fs
For example:
mkfs.vxfs -m /dev/vx/dsk/sfsdg/vdd_fs mkfs -t vxfs -o bsize=8192,version=17,inosize=256,logsize=2048, rcqsize=8192,largefiles, maxlink,nomaxts /dev/vx/dsk/sfsdg/vdd_fs 8388608
If the DLV version is not set to 17, upgrade the DLV version in increasing order of 1 from the current DLV version to 17.
# /opt/VRTS/bin/vxupgrade UX:vxfs vxupgrade: INFO: V-3-22568: usage: vxupgrade [-n new_version] [-r rawdev] mount_point # /opt/VRTS/bin/vxupgrade -n current_dlv + 1 -r raw_dev_path mount_point
For example, if the current DLV version is 12, run the above command with new_version set to 13,14,15,16, and 17.