cancel
Showing results for 
Search instead for 
Did you mean: 

Need more detail to use registry "MonitorDiskFreeMb" in EV 9.0.2

EV_PS
Level 3
Partner Accredited

Dear All,

I try to adjust EV admin service monitor local disk vault from 99% to Mb but in Regitry book do not clear.

 

HKEY_LOCAL_MACHINE
\Software
\KVS
\Enterprise Vault
\AdminService
 
1. DWORD => Shoud be MB vaule ? How min & max value that registry support?
 
2. "If this is set then the Warning and Critical registry values must contain 
a value in megabytes instead of percentages from 0 to 100."
=> Not found registry key that refer in above sentence?
 
Anyone have idea about this.
 
Thank & regards,
1 ACCEPTED SOLUTION

Accepted Solutions

Paul_Grimshaw
Level 6
Employee Accredited Certified

It is a DWORD that should be set to non-zero to enable disk free space checks instead of percentage used checks.


If MonitorDiskFreeMb is set then the log entry "CMonitorThread::ThreadRoutine - RegKey MonitorDiskFree found: %d" will be displayed.

If MonitorDiskFreeMb is non-zero then the entry "CMonitorThread::ThreadRoutine - Monitoring free disk space" will be displayed,otherwise the entry "CMonitorThread::ThreadRoutine - Monitoring percentage used disk space" will be displayed.

WMI returns the disk free space in Mbytes. The warning & critical levels can be changed in the same way as percentage values can by using the following reg values:

HKLM/Software/Enterprise Vault/AdminService/Disk/Warning (DWORD set to the number of Mb required, default 750Mb)

HKLM/Software/Enterprise Vault/AdminService/Disk/Critical (DWORD set to the number of Mb required, default 500Mb)

For percentage checks, the default values if the above reg values are missing are 95% (warning) and 99% (critical).

 

View solution in original post

1 REPLY 1

Paul_Grimshaw
Level 6
Employee Accredited Certified

It is a DWORD that should be set to non-zero to enable disk free space checks instead of percentage used checks.


If MonitorDiskFreeMb is set then the log entry "CMonitorThread::ThreadRoutine - RegKey MonitorDiskFree found: %d" will be displayed.

If MonitorDiskFreeMb is non-zero then the entry "CMonitorThread::ThreadRoutine - Monitoring free disk space" will be displayed,otherwise the entry "CMonitorThread::ThreadRoutine - Monitoring percentage used disk space" will be displayed.

WMI returns the disk free space in Mbytes. The warning & critical levels can be changed in the same way as percentage values can by using the following reg values:

HKLM/Software/Enterprise Vault/AdminService/Disk/Warning (DWORD set to the number of Mb required, default 750Mb)

HKLM/Software/Enterprise Vault/AdminService/Disk/Critical (DWORD set to the number of Mb required, default 500Mb)

For percentage checks, the default values if the above reg values are missing are 95% (warning) and 99% (critical).