Hi All
Pls find bellow the Gup monitor tool for erlier version of SEPM.
1)
Download the tool from given bellow link
http://www.symantec.com/connect/downloads/new-sep-content-distribution-monitor-gup-health-checking
2)
Paste the file in sepm server
C:\Program Files (x86)\Symantec\Symantec Endpoint Protection Manager\Tools
3)
- Enable Apache Logs on each SEPM server:
1) Access SEPM_INSTALL\apache\conf folder and take backup of httpd.conf file
2) In httpd.conf file, enable access and error logging. Also set LogLevel to info.
Error log: Uncomment #ErrorLog "|| bin/rotatelogs.exe logs/error-%Z.log 100M", change log file name format and log rotation to 24 hours.
Modified line: ErrorLog "|| bin/rotatelogs.exe logs/error-%Y-%m-%d.log 86400"
Access log: Uncomment #CustomLog "|| bin/rotatelogs.exe logs/access-%Z.log 100M" combined, change log file name format and log rotation to 24 hours.
Modified line: CustomLog "|| bin/rotatelogs.exe logs/access-%Y-%m-%d.log 86400" combined
LogLevel: Change LogLevel from warn to info.
Modified line: LogLevel info
3.Restart the Apache (net stop semwebsrv and net start semsrv)
4)
Start GUP monitor with "SepmMonitorTool.bat" file