Monitoring Benefit
Measuring disk performance helps identify bottlenecks, provides drive failure prediction as well as providing trends for capacity planning and scalability
How do we verify the monitoring test results?
From the ENow web server, open the following file from Explorer using a browser:
\Program Files (x86)\ENow\MailscapeWeb\MailscapeData\LogFiles\ServerName\DiskAgentMessage.xml
From the results page, you will be presented with a brief set of information to compare with the web page results.
How do we verify the results received on the ENow Client?
The ENow Client is running a WMI query periodically to collect the disk space information. Note that this information is not logged, but the results are stored in the following folder location:
\Program Files (x86)\ENow\Mailscape Agent\Cache\DiskAgentMessage.xml
To capture this from the DC or RODC manually using PowerShell, please run the following command:
Get-WmiObject -Class Win32_logicaldisk
Based on how the servers monitoring component functions, the status of the test is dependent upon the free disk space and the actual threshold set in the console. Below is the sample syntax and result from PowerShell:
PS C:\Users\Administrator> Get-WmiObject -Class Win32_logicaldisk
DeviceID : C:
DriveType : 3
ProviderName :
FreeSpace : 35143770112
Size : 68124930048
VolumeName :
Comments
0 comments
Article is closed for comments.