Veritas Access Appliance Release Notes
- Overview of Veritas Access
- Software limitations
- Limitations related to installation and upgrade
- Limitation related to replication
- Known issues
- Veritas Access known issues
- Access Appliance issues
- Access Appliance operational notes
- Admin issues
- CIFS issues
- General issues
- GUI issues
- Installation and configuration issues
- Internationalization (I18N) issues
- Networking issues
- NFS issues
- ObjectAccess issues
- OpenDedup issues
- OpenStack issues
- Replication issues
- SDS known issues
- Storage issues
- System issues
- Target issues
- Upgrade issues
- Veritas Data Deduplication issues
- Access Appliance issues
- Veritas Access known issues
- Getting help
Enabling I/O fencing on a set up with Volume Manager objects present fails to import the disk group
If you enable I/O fencing on a set up 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 I/O 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.
(IA-7219)
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 I/O fencing.