How to debug SEMS?
1. Turn on debug logs in SEMSi: - edit SEMS config file and set:
- forki=no
- stderr=yes
- loglevel=3
2. record the traffic at every host in your installation: - use any PCAP compatible program and record the network traffic:
- example:
- tcpdump -s 0 not port ssh -w [output_filename]
- you can then open this file with wireshark (aka. ethereal) and analyse the call flows.
3. If you do not understand the content of the SEMS log file or your recorded PCAP files, please mail them to the list (sems@iptel.org).
|