Improve the robustness across power failures on systems using certain Intel storage drivers by specifying the EnableFlush parameter in the registry. The absence of this parameter can result in lost data and corrupted databases in the event of a power failure.
Prerequisites
There are no prerequisites for this task.
Check that the following registry entry exists:
HKEY_LOCAL_MACHINE\System\CurrentControlSet\Services\iastor\Parameters\ |
If the registry entry exists, add a REG_DWORD value named EnableFlush within the key, and assign a data value of 1.
Check that the following registry entry exists.
HKEY_LOCAL_MACHINE\System\CurrentControlSet\Services\iastorv\Parameters\ |
If the registry entry exists, add a REG_DWORD value named EnableFlush within the key and assign a data value of 1.
Example
The following example illustrates a registry file that would specify the EnableFlush parameter in both possible locations:
REGEDIT4 [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\iastor\Parameters] "EnableFlush"=dword:00000001 [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\iastorv\Parameters] "EnableFlush"=dword:00000001 |
![]() |
Discuss this page in DocCommentXchange.
|
Copyright © 2014, SAP AG or an SAP affiliate company. - SAP Sybase SQL Anywhere 16.0 |