Please enter search query.
Search <book_title>...
Veritas Access Appliance Release Notes
Last Published:
2023-02-24
Product(s):
Appliances (7.4.3)
Platform: Veritas 3340,Access Appliance OS
- 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
- Access Appliance issues
- Access Appliance operational notes
- Admin issues
- Backup issues
- CIFS issues
- General issues
- GUI issues
- Installation and configuration issues
- Internationalization (I18N) issues
- Networking issues
- NFS issues
- ObjectAccess issues
- OpenStack issues
- Replication issues
- STIG issues
- Storage issues
- System issues
- Upgrade issues
- Veritas Data Deduplication issues
- Access Appliance issues
- Access Appliance known issues
- Getting help
The disk group import operation fails and all the services go into failed state when fencing is enabled
If the disks are not SCSI-3 compliant, the SCSI-3 persistent reservation inquiries have to be turned off from the Volume Manager side. Else, all the services go into faulted state when you try to enable fencing.
(IA-11486)
Workaround:
You can enable fencing with non-SCSI3 disks by following any one of the following methods.
To enable fencing with non-SCSI3 disks using the cluster> reboot all command
- Install Access Appliance without enabling fencing.
- Execute the vxdctl scsi3_pr off on all the nodes.
- From the Access Appliance command-line interface, execute the Cluster> reboot all.
- After the system restart, execute the Storage> fencing on majority from the Access Appliance command-line interface.
- Create the pool and the file system.
To enable fencing with non-SCSI3 disks without a restart
- Stop the cluster services.
# hastop -all
- After all the services go down, turn off the SCSI3 persistent reservations on all the nodes in the cluster.
# vxdctl scsi3pr off
- Get the process ID of vxconfigd and kill the vxconfigd process on all the nodes of the cluster.
- Restart vxconfigd on all the nodes of the cluster.
# /sbin/vxconfigd -k -x syslog
- Start all the nodes of the cluster.
# vxclustadm -m vcs startnode
Wait for the disk group to get imported.
- Start the HA service on all the nodes of the cluster.
#hastart
Now, you can enable fencing.