Answer
PROBLEM
On certain machines, the GFI EventsManager service fails to start and one of the following errors may be received:
- A timeout was reached (60000 milliseconds) while waiting for the GFI EventsManager service to connect
- Error 1053: The service did not respond to the start or control request in a timely fashion
ENVIRONMENT
- GFI EventsManager
SOLUTION
There are a number of solutions to this issue. Only one of the solutions needs to be implemented:
- Increase the default service timeout settings as described in the following Microsoft knowledgebase article: http://support.microsoft.com/kb/941990
- Ensure that your GFI EventsManager Licensing page is not reporting that you are over your license count on either your Server licenses or Workstation licenses, as this may cause this issue
-
If the Microsoft Knowledge Base article does not solve the issue, it may be necessary to create an exception for the user that the GFI EventsManager service runs as by disabling CRL (Certificate revocation list) checking for that user only, using Microsoft Setreg. Setreg can be downloaded from the following link: http://ftp.gfisoftware.com/support/ESM/Tools/setreg.zip
-
Perform the following procedure to disable CRL checking for the GFI EventsManager user:
- Login to the GFI EventsManager server using the GFI EventsManager service user
- Open command prompt
- Change the directory to the directory storing setreg.exe
-
Run the following command: setreg.exe 3 FALSE
- Note: The setting above can be reverted by running the following command: setreg.exe 3 TRUE
- Further information about Microsoft Setreg can be found at: http://msdn.microsoft.com/en-us/library/7zaf80x7(VS.80).aspx
-
Perform the following procedure to disable CRL checking for the GFI EventsManager user: