Hello Team,
Please correct me if anything wrong i am doing here to configure GUP monitoring For SEPM.
1. Copied the below 2 files into tools folder under SEPM install directory
sepm_monitor.jar
SepmMonitorTool.bat
Steps to 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)
After performing the above steps if i launch 'SepmMonitorTool.bat' a black screen appears and closes automatically. nothing happen after that...
Regards,
Sankara