How to capture trace on ADM

How to capture trace on ADM

book

Article ID: CTX324123

calendar_today

Updated On:

Description

How to capture trace on ADM


Instructions

To run trace on ADM follow the below commands

>Shell
#tcpdump -s 0 -w /var/tmp/output_file.cap host [ip]

-s 0 is to capture the full frame size, not just a portion.

-w path is destination of trace file.

-host is trace filter (you could use also "host [ip] and port [port]")

Environment

Citrix is not responsible for and does not endorse or accept any responsibility for the contents or your use of these third party Web sites. Citrix is providing these links to you only as a convenience, and the inclusion of any link does not imply endorsement by Citrix of the linked Web site. It is your responsibility to take precautions to ensure that whatever Web site you use is free of viruses or other harmful items.

Additional Information

https://www.tcpdump.org/manpages/tcpdump.1.html