Monitoring client definition updates
Created: 10 Oct 2012 | Updated: 17 Oct 2012 | 7 comments
This issue has been solved. See solution.
Hello, Is there anyway to monitor which clients are downloading definition updates in real-time from the central endpoint server ?
thanks in advance!
Discussion Filed Under:
Comments 7 Comments • Jump to latest comment
Hi,
Check this thread may be help
https://www-secure.symantec.com/connect/forums/updates-4
Thanks In Advance
Ashish Sharma
SEPM Knowledgebase Documents
There is one freeware tool for Net flow which show you the usage of data in exact format
http://www.solarwinds.com/netflow-traffic-analyzer...
http://www.paessler.com/netflow_monitoring
I have use this application when i have created the GUP and this s/w clearly show that how many client getting update through GUP and how many from direct SEPM Server.
Try this tool.
Regards
Sumit G.
You could run Wireshark on the SEPM.
To see delta updates, set this display filter:
frame matches "\.[Dd][Aa][Xx]" && tcp.port==8014
To see full updates, set this display filter:
(frame matches "(?i)full.zip" ) && (tcp.srcport == 8014)
SEP Knowledge Base
Endpoint SWAT
The Wireshark option seems to work fine.
thanks for all your help.
Thanks, please mark it as solution if that worked.
SEP Knowledge Base
Endpoint SWAT
You can check the same in ISS LOG under "C:\WINDOWS\system32\LogFiles" Here you will get date ,time & size of the content.
Below are the Step to enable the logging.
In the IIS manager, expand Web Sites and expand the Symantec Web Server
Amrk the comment as a solution which help in your issue.
Regards
Sumit G.
Would you like to reply?
Login or Register to post your comment.