Windows Firewall may block remote access to the Web user interface (WebUI)
You may have to configure Windows Firewall to enable remote access
to the port that is used by the WebUI. To configure Windows Firewall, follow
these steps.
Warning This workaround may make a computer or a network more vulnerable
to attack by malicious users or by malicious software such as viruses. We do
not recommend this workaround but are providing this information so that you
can implement this workaround at your own discretion. Use this workaround at
your own risk.
- In Control Panel, open Windows Firewall.
- Click the Exceptions tab.
- Click Add Port.
- In the Name box, type a name.
- In the Port number box, type the port
number that is used by the WebUI. By default, the WebUI uses port 8098. To
determine the correct port value, contact the OEM vendor or server
administrator.
- Click TCP, and then click
OK.
Optimize system performance after updating to Windows Server 2003 SP1
We recommend that you use the following settings for Windows
Storage Server 2003. With these registry settings, you should notice that
overall system performance noticeably improves.
Note If you are using computers that are running Microsoft Windows XP
SP1 or Service Pack 2 (SP2) to access shares on the server appliance that is
running Windows Storage Server 2003, see the following article in the Microsoft
Knowledge Base before you implementing these registry settings:
896427 You cannot view the contents of a
subfolder on a network share in Windows XP after you install the security
bulletin MS-05-11 redirector update
Warning Serious problems might occur if you modify the registry
incorrectly by using Registry Editor or by using another method. These problems
might require that you reinstall your operating system. Microsoft cannot
guarantee that these problems can be solved. Modify the registry at your own
risk.
Both x86-based and x64-based systems
Value Name: noaliasingonfilesystem
Type:
reg_dword
Setting: 1
Registry Key:
HKLM\System\CurrentControlSet\Services\LanmanServer\Parameters
Value
Name: treathostasstablestorage
Type: reg_dword
Setting: 1
Registry Key: HKLM\System\CurrentControlSet\Services\LanmanServer\Parameters
Value Name: NumTcbTablePartitions
Type: reg_dword
Setting:
16
Registry
Key: HKLM\System\CurrentControlSet\Services\Tcpip\Parameters
For
Windows Server 2003
SP1,
we recommend that you set the NumTcbTablePartitions
value to
4 (the actual number of CPU cores in the system).
Each core counts as one CPU.
Therefore,
a system that has
two dual-core
processors would have a total of four CPUs.
The default value for NumTcbTablePartitions is
x
�
x, where
x represents
the number of processors
on the system. If you leave
the NumTcbTablePartitions value set to the
default for computers that have more
than 16 processors, you
will adversely affect performance.
Value
Name: NtfsDisable8dot3NameCreation
Type: reg_dword
Setting: 1
Registry Key: HKLM\System\CurrentControlSet\Control\FileSystem
Value
Name: NtfsDisableLastAccessUpdate
Type: reg_dword
Setting: 1
Registry
Key: HKLM\System\CurrentControlSet\Control\FileSystem
x86-based systems only
Set PagedPoolSize as follows:
Value name: PagedPoolSize
Type: reg_dword
Radix: Hex Value
data: 0xC0000000
Registry Key:
HKLM\System\CurrentControlSet\Control\Session Manager\Memory
Management
However, if you anticipate that some Volume Shadow Copy
Service (VSS) snapshots will be large, you can improve performance by setting
the PagedPoolSize value as follows:
Value name: PagedPoolSize
Type: reg_dword
Radix: Hex Value
data: 0xFFFFFFFF
Registry Key: HKLM\System\CurrentControlSet\Control\Session Manager\Memory
Management
Note Setting the PagedPoolSize value to 0xFFFFFFFF allocates the
maximum paged pool to the computer.