Jump to content
Welcome to our new Citrix community!

Network Trace on MAS Server


Recommended Posts

  • 1 month later...
  • 4 years later...

Proper way to capture a network trace from ADM server is like capturing a network trace from any FreeBSD host. Command like this would do the job :

Note : before taking a trace check ADM has enough space available in /var

> df -h /var/

 

> 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]")

 

 

 

 

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...