Please enter search query.
Search <book_title>...
Veritas Access Appliance Release Notes
Last Published:
2023-05-21
Product(s):
Appliances (8.0)
Platform: Access Appliance OS,Veritas 3340,Veritas 3350
- 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
- Admin issues
- CIFS issues
- General issues
- GUI issues
- Infrastructure issues
- Installation and configuration issues
- Internationalization (I18N) issues
- MSDP-C issues
- Networking issues
- NFS issues
- ObjectAccess issues
- Replication issues
- STIG issues
- Storage issues
- System issues
- Upgrade issues
- Veritas Data Deduplication issues
- Access Appliance operational notes
- 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