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
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.
(IA-7357)
Workaround:
On the 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