Event ID 2011 — Shared Folders (SMB) Server Configuration
Applies To: Windows Server 2008
The Server Message Block (SMB) protocol is what Windows uses to share files, printers, serial ports, and communicate this information between computers. The service must be configured correctly for the server to properly manage shared resources.
Event Details
Product: | Windows Operating System |
ID: | 2011 |
Source: | Server |
Version: | 6.0 |
Symbolic Name: | EVENT_SRV_IRP_STACK_SIZE |
Message: | The server's configuration parameter "irpstacksize" is too small for the server to use a local device. Please increase the value of this parameter. |
Resolve
Raise the IRPStackSize parameter for the server
The IRPStackSize parameter specifies the number of stack locations in I/O request packets (IRPs) that are used by Windows. You should increase this number for certain transports or for file system drivers.
To perform this procedure, you must have membership in Administrators, or you must have been delegated the appropriate authority.
Caution: Incorrectly editing the registry might severely damage your system. Before making changes to the registry, you should back up any valued data.
To increase **IRPStackSize **for the server:
- Click Start, click Run, type regedit, and then click OK.
- Locate and then click to select the following registry subkey: HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\Lanmanserver\Parameters
- On the Edit menu, point to New, and then click DWORD Value.
- Type IRPStackSize, and then press Enter.
- Right-click IRPStackSize, and then click Modify.
- In the Value data box, type the desired value, and then click OK.
For additional information about setting the proper value for IRPStackSize, see the following articles:
Verify
To perform this procedure, you must have membership in Administrators, or you must have been delegated the appropriate authority.
To verify SMB configuration settings:
- Click Start, click Run, type regedit, and then click OK.
- Locate and then click to select the following registry subkey: HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\Lanmanserver\Parameters
- Verify that the correct parameters are present and contain the correct values.