*Written By arunkumar1
*posted Jun 26, 2014 12:09 PM
How to troubleshoot Aruba AP connectivity.
First:
Check the pound log
Pound is a proxy server that intercepts all swarm communication and hands it off to our SwarmHandler
(all non-swarm traffic goes to apache).
This would be a good command:
grep swarm /var/log/pound
A lack of data here would indicate that no requests are arriving from the Instant APs. So, going from there:
Enable the qlog topic “swarm_debug”
qlog enable swarm_debug
This should create a swarm_debug log in ``/var/log/amp_diag` that’s base64-encoded.
You could use this command after enabling the logging to see detailed headers that actually arrive at the AMP: