PDA

Просмотр полной версии : Ошибки при подключению к терминальному серверу.


langoliers
09.12.2008, 16:28
Есть терминальный сервер:
1. Операционная система - Microsoft Windows Server 2003, Enterprise Edition.
2. Пакет обновления ОС - Service Pack 2.
3. Тип ЦП - 2x DualCore AMD Opteron 275, 2200 MHz (11 x 200).
4. Системная плата - HP ProLiant DL385 G1.
5. Системная память - 8023 Мб (PC3200 Registered ECC DDR SDRAM).
К серверу подключается около 120 пользователей, при этом пик использования ОЗУ около 6000 Мб.

Иногда возникают (последовательно) следующие ошибки при подключении пользователей к серверу (и не возможность подключения):

1.

Event Type: Error
Event Source: Userenv
Event Category: None
Event ID: 1508
Date: 09.12.2008
Time: 11:37:57
User: NT AUTHORITY\SYSTEM
Computer: Comp
Description:
Windows was unable to load the registry. This is often caused by insufficient memory or insufficient security rights.

DETAIL - Insufficient system resources exist to complete the requested service. for C:\Documents and Settings\user\ntuser.dat

2.

Event Type: Error
Event Source: Userenv
Event Category: None
Event ID: 1500
Date: 09.12.2008
Time: 11:38:28
User: Dom\User
Computer: Comp
Description:
Windows cannot log you on because your profile cannot be loaded. Check that you are connected to the network, or that your network is functioning correctly. If this problem persists, contact your network administrator.

DETAIL - Insufficient system resources exist to complete the requested service.

Какие могут быть пути решения?

Спасибо.

Dzetta
10.12.2008, 10:10
В общем на мелком надыбал следующее, переводить думаю не стоит:

Important 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 Windows


To resolve this problem, modify the registry to increase the PoolUsageMaximum value and the PagedPoolSize value. To do this, follow these steps:
Click Start, click Run, type regedit, and then click OK.
Locate and then click the following registry subkey:
HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Contro l\Session Manager\Memory Management
On the Edit menu, point to New, and then click DWORD Value.
In the New Value #1 box, type PoolUsageMaximum, and then press ENTER.
Right-click PoolUsageMaximum, and then click Modify.
In the Value data box, type 60, and then click OK.
If the PagedPoolSize registry entry exists, go to step 8. If the PagedPoolSize registry entry does not exist, create it. To do this, follow these steps:
On the Edit menu, point to New, and then click DWORD Value.
In the New Value #1 box, type PagedPoolSize, and then press ENTER.
Right-click PagedPoolSize, and then click Modify.
In the Value data box, type ffffffff, and then click OK.
Exit Registry Editor, and then restart the computer.
Back to the top


http://support.microsoft.com/kb/935649/en-us
Добавлю от себя, что надобно проверить UPS и регулярно делать бекапы. Бекап спасение админа всегда! ну или почти всегда :)))

akm
10.12.2008, 18:43
Я с таким сталкивался, когда на системном диске сервака заканчивалось свободное место.

langoliers
10.12.2008, 19:14
Я с таким сталкивался, когда на системном диске сервака заканчивалось свободное место.

На сервере из 60 Гб свободно 30 Гб. Думаю, что заканчивалось свободное место исключено.

Сделал как описал Dzetta, пока все ок. Будем наблюдать дальше.