Please enter search query.
Search <book_title>...
Veritas Access 7.3.0.1 Release Notes
Last Published:
2017-11-09
Product(s):
Access (7.3.0.1)
- Overview of Veritas Access
- 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
- System issues
- Veritas Access known issues
- Getting help
Sync replication fails when the 'had' daemon is restarted on the target manually
If the 'had' daemon is stopped and restarted on the target, sync replication fails. This happens because the IP tables rules are not restored for replication.
Workaround:
On target, set the following rule.
# iptables -I INPUT 2 -p tcp -d <replication_ip of target> --dport 56987 -j ACCEPT
Save the rule.
# service iptables save
Restart the IP tables.
# service iptables restart