Appliance cannot be reached (displays as “No registered Appliances found”)
After installing Forcepoint Security Appliance Manager (FSAM), a warning displays, saying that no registered Appliances are found. To resolve this issue:
Steps
Verify that the FSM server can reach the appliance in question.
- Use the Curl command (execute from a Linux machine that can reach
FSM):
curl -ik -X GET -u admin 'https://<triton IP>:9443/api/app/v1/appliances/ <appliance IP>/sys'
- Capture data coming in on the API port:
tcpdump -nni eth0 tcp port 443
- Look at uwsgi logs on unreachable appliance:
/var/log/appliance/uwsgi.log
- Verify API calls coming in.