AIX iptrace Recipe
- Review the security and performance implications of network trace.
- As
root
, start the capture:startsrc -s iptrace "-a -b -B -L 2147483648 -S 80 aixiptrace.bin"
- This captures up to 2 files of 2GB each of up to 80 bytes per
packet. Set
-S 1500
if you want to capture full packets although this has a higher overhead.
- This captures up to 2 files of 2GB each of up to 80 bytes per
packet. Set
- Check for any errors running the above commands in your terminal.
- Reproduce the problem.
- Stop the capture:
stopsrc -s iptrace
- Upload
aixiptrace*.bin*
For background, see AIX iptrace.