- Search box is not functioning in the vIDM Admin Console
- Sync Log does not populate for Directory
- Error in integrated components indicates a problem with Opensearch
- System diagnostics dashboard indicates the nodes are not communicating on port 9300
vIDM 3.3.7 3 node cluster
The nodes are not listening on port 9300
Run the command to update the iptables on each vIDM node:
/usr/local/horizon/scripts/updateiptables.hzn
This will reset the iptables to listen on all required ports
To verify if the ports is open only to the required cluster nodes:
iptables -L -n --line-numbers | grep :9300