Veritas Access 7.3 Release Notes
- Overview of Veritas Access
- Changes in this release
- Technical preview features
- Fixed issues
- Software limitations
- Flexible Storage Sharing limitations
- Limitations related to installation and upgrade
- Veritas Access language support
- File system limitation
- Known issues
- Veritas Access known issues
- AWS issues
- Backup issues
- CIFS issues
- Deduplication issues
- Enterprise Vault Attach known issues
- FTP issues
- GUI issues
- Installation and configuration issues
- Networking issues
- NFS issues
- ObjectAccess issues
- OpenDedup issues
- OpenStack issues
- Replication issues
- SmartIO issues
- Storage issues
- Veritas Access known issues
- Getting help
Enabling fencing on a setup with volume manager objects present fails to import the disk group (IA-7219)
If you enable fencing on a setup with volume manager objects present, it fails to import the disk group and you get the following error message:
Disk <diskname> does not support SCSI-3 PR, Skipping PGR operations for this disk
If there are volume manager objects like volumes, and volume sets, and you enable fencing, then the shared disk group is not imported as a part of the cluster join.
Even manual import of the disk group using the vxdg -s import <dgname> command fails with the following error message:
SCSI-3 PR operation failed
This issue is due to the export flag that is missing on the disk which has been implicitly exported using the disk map command. This happens if the disk group contains disks that do not support SCSI3 PR.
Workaround:
Explicitly export all the DAS disks from all the nodes of the cluster using the following commands before you enable majority-based fencing.
# vxdisk -f export <DAS disk Name>
You can now enable fencing.