Select the product you need help with
Configuring opportunistic locking in WindowsArticle ID: 296264 - View products that this article applies to. This article was previously published under Q296264 SUMMARYBy default, opportunistic locking is enabled for server
message block (SMB) clients that run one of the Windows operating systems that
is listed in the "Applies to" section. Opportunistic locking lets clients lock
files and locally cache information without the risk of another user changing
the file. This increases performance for many file operations but may decrease
performance in other operations because the server that grants the
opportunistic lock must manage the breaking of that lock when another user
requests access to the file. Notes for Windows Vista
MORE INFORMATIONImportant This section, method, or task contains steps that tell you how to modify the registry. However, serious problems might occur if you modify the registry incorrectly. Therefore, make sure that you follow these steps carefully. For added protection, back up the registry before you modify it. Then, you can restore the registry if a problem occurs. For more information about how to back up and restore the registry, click the following article number to view the article in the Microsoft Knowledge Base: 322756
(http://support.microsoft.com/kb/322756/
)
How to back up and restore the registry in WindowsThe location of the client registry entry for opportunistic locking has changed from the location in Microsoft Windows NT. In later versions of Windows, you can disable opportunistic locking by setting the following registry entry to 1: HKEY_LOCAL_MACHINE\System\CurrentControlSet\Services\MRXSmb\Parameters\ OplocksDisabled REG_DWORD 0 or 1 Note The OplocksDisabled entry configures Windows clients to request or not to request opportunistic locks on a remote
file.Default: 0 (not disabled) You can also deny the granting of opportunistic locks by setting the following registry entry to 0: HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\LanmanServer\Parameters EnableOplocks REG_DWORD 0 or 1 Note The EnableOplocks entry configures Windows-based servers
to allow or to deny opportunistic locks on
local files. These servers include workstations that share files.Default: 1 (enabled) In addition, you can use the following values to tune opportunistic locking for Windows-based computers that have granted opportunistic locks. The following value specifies the minimum link throughput that the server allows before it disables raw and opportunistic locks for this connection: MinLinkThroughput REG_DWORD 0 to infinite bytes per second The following value specifies the maximum time that is allowed
for a link delay. If delays exceed this number, the server disables raw I/O and
opportunistic locking for this connection.Default: 0 MaxLinkDelay REG_DWORD 0 to 100,000 seconds The
following value specifies the time that the server waits for a client to
respond to an oplock break request. Smaller values allow detection of crashed
clients more quickly, but might potentially cause loss of cached data. Default: 60 OplockBreakWait REG_DWORD 10 to 180 seconds Note You must restart the computer for these registry changes to take
effect.Default: 35 PropertiesArticle ID: 296264 - Last Review: April 4, 2011 - Revision: 11.0 APPLIES TO
| Article Translations
|


Back to the top








