Please enter search query.
Search <book_title>...
Veritas InfoScale™ Operations Manager 7.3 Release Notes
Last Published:
2018-02-16
Product(s):
InfoScale & Storage Foundation (7.3)
Platform: AIX,Linux,Solaris,Windows
- Overview of this release
- System requirements
- Software limitations
- Known issues
- Management Server issues
- Managed host issues
- Agentless discovery issues
- Storage Insight Add-on issues
- Virtual Business Service issues
- Storage Insight SDK Add-on issues
- Fabric Insight Add-on issues
- Application Migration Add-on issues
- Other issues
- Management Server issues
- Appendix A. Getting help
Add host operation fails for RHEL 7 managed hosts
In the Veritas Operations Manager console, if you try to add a RHEL 7 managed host through agent, sometimes the operation fails. This failure occurs due to the new firewall daemon (firewalld) introduced in RHEL 7.
Workaround:
Do one of the following:
Check the status of the firewall daemon using the following command:
systemctl status firewalld
If the daemon is running then you need to turn it off using the following command:
systemctl stop firewalld
If you want to allow only a specific port, use the following command:
firewall-cmd --permanent --zone=public --add-port=port/tcp
Where, port is the port number that you want to allow.