...
...
...
...
...
...
...
...
...
...
...
...
...
...
...
...
...
...
...
...
...
...
...
...
...
...
...
...
...
...
...
...
...
...
...
...
...
...
...
...
...
...
...
...
How Will I Know if a Frontend Server Stops to Accept Agent Data?
There are several indications:
You can only do this if you're a PerformanceGuard administrator.
Frontend Server Log
PerformanceGuard administrators can see it in the frontend server log file, available in the Status section Wiki Markup of the PerformanceGuard web interface or directly under \[PerformanceGuard installation folder\]\collector\logs.
- When the frontend server stops accepting data from agents, the following is logged:
Wiki Markup |
---|
Not enough disk space. Stopped serving agents. \[Disk space information\]
Stopping the collector server.
*What's ReportFileStore and spooler?* They are frontend server folders under \[PerformanceGuard installation folder\]\collector\. Sufficient disk space is especially critical for those folders, and that's why the log message may mention them as part of its disk space information. Still, the main thing you need to do is to free up disk space on the computer than runs the frontend server. |
- When the frontend server resumes accepting data from agents, the following is logged:
Wiki Markup |
---|
Enough disk space has become available to resume serving agents. \[Disk space information\]
Creating a server socket.
Server is running. \[Agent/frontend server communication port information\] |
System Status Will Report FAILURE
PerformanceGuard administrators can see it in the PerformanceGuard web interface: When the frontend server stops accepting data from agents, the Agents Online status on the System Status tab (ADMINISTRATION > Status > System Status) will change to FAILURE.
If your organization uses multiple frontend servers, agents will automatically connect to another frontend server. When that's the case, the Agents Online status will remain OK. In that case, select the neighboring Frontend Servers tab. Because the PerformanceGuard Frontend Server service has technically not stopped on the affected frontend server, it will still appear with an Online status. However, you'll be able to recognize the affected frontend server, because it will have an Online Agents count of 0.
Use Server Surveillance Tool to Get Automatic Notifications
PerformanceGuard has a separate downloadable tool for monitoring the status of the PerformanceGuard system and alerting you by e-mail if something is wrong. The tool can thus automatically notify you if a frontend server stops accepting data from agents. This requires that you download, configure and run the tool. Read more in .
The tool can even write PerformanceGuard status messages in Windows' event log.
The tool won't notify you of this problem if your organization uses multiple frontend servers. In an environment with multiple frontend servers, agents will automatically connect to another frontend server if their preferred frontend server stops accepting data. When that's the case, the status of your PerformanceGuard system will remain OK, and that's why the tool won't notify you.
Can I Configure the Limits?
Yes. If the default 3/6 GB limits don't suit your organization, you can configure your own limits:
Wiki Markup Open \[PerformanceGuard installation folder\]\collector\conf\config.properties
- Edit the values of the parameters minimum-disk-space-stopping-point-mb and minimum-disk-space-starting-point-mb as required.
Note that you must specify the values in MB (so if you want a value to be 3 GB, you should specify 3000).
- Save the config.properties file.
- Restart the PerformanceGuard Frontend Server service.
...