Please enter search query.
Search <book_title>...
Veritas Access 7.3 Release Notes
Last Published:
2019-04-04
Product(s):
Access (7.3)
Platform: Linux
- Overview of Veritas Access
- Changes in this release
- Technical preview features
- 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
- Veritas Access known issues
- Getting help
After you restart a node that uses RDMA LLT, LLT does not work, or the gabconifg - a command shows the jeopardy state (IA-1796)
The iptables are enabled by default on the Veritas Access cluster nodes. The iptables can affect the LLT function for the RDMA network.
Because LLT uses UDP to communicate in an RDMA network, you should add rules into the iptables to allow the LLT connection.
The iptable rules take effect before the LLT module is loaded. The iptables rules are managed by the Veritas Access script, which is executed after VCS comes up (it is started when the VCS Service Group comes online). When LLT is loaded, the iptables are in the default state, and the LLT connection through UDP is blocked.
Workaround:
For a fresh configuration of Veritas Access in an RDMA LLT environment:
- After all the configurations are finished, log on to each node and disable the iptables by entering:
# chkconfig --level 123456 iptables off
- Restart all the nodes. If the restart process cannot unload the OPENIB module, reset the node from the power management.
For adding a Veritas Access node in an RDMA LLT environment:
- After completing the adding node, log on to each node (including the newly added one) and disable the iptables by entering:
# chkconfig --level 123456 iptables off
- Restart all the nodes. If the restart process cannot unload the OPENIB module, reset the node from the power management.