Please enter search query.
Search <book_title>...
Veritas Access Release Notes
Last Published:
2018-08-03
Product(s):
Appliances (7.3.2)
Platform: 3340
- Overview of Veritas Access
- Software limitations
- Limitations related to installation and upgrade
- Veritas Access language support
- File system limitation
- Limitation related to replication
- Known issues
- Veritas Access known issues
- Backup issues
- CIFS issues
- Enterprise Vault Attach known 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
- Target issues
- Access Appliance issues
- Access Appliance operational notes
- Veritas Access known issues
- Getting help
Continuous replication fails when the 'had' daemon is restarted on the target manually
If the 'had' daemon is stopped and restarted on the target, continuous replication fails. This happens because the IP tables rules are not restored for continuous 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