Set the Lock Grace Period
Applies To: Windows Server 2008
Setting the lock grace period
Using the Windows interface
Using the command prompt
To set the lock grace period using the Windows interface
Open Services for Network File System (NFS): click Start, point to Programs, point to Administrative Tools, and then click Services for Network File System (NFS).
If necessary, connect to the computer you want to manage.
Right-click Server for NFS and then click Properties.
Click the Locking tab.
In Waiting Period, type the number of seconds within which Services for NFS clients can reestablish file locks after a network or server service interruption.
To save this setting, click Apply.
Additional references
To set the lock grace period using the command prompt
Open the command prompt with elevated privileges.
Click the Start button, and click All Programs.
Click Accessories.
Right-click the command prompt, and select Run as administrator.
At a command prompt, type:
nfsadmin server [ComputerName**] config lockperiod=**LockingGracePeriod
Argument Description ComputerName
The name of the computer you want to manage.
LockingGracePeriod
The time period (in seconds) within which users can reestablish locks after the server restarts.
Note
To view the complete syntax for this command, at a command prompt, type: nfsadmin server /?