Ошибка 2011 perfos

Event ID 2011 — System Performance Counters Availability

Updated: December 6, 2007

Applies To: Windows Server 2008

System Performance Counters are collected and used by services and applications. If they are installed incorrectly or with improper permissions, those services or applications cannot collect or interpret the data.

System performance counters are supported by PerfOS.DLL and include performance counters in the following groups:

  • Cache
  • Memory
  • Objects
  • Paging File
  • Processor
  • System

Event Details

Product: Windows Operating System
ID: 2011
Source: Microsoft-Windows-PerfOS
Version: 6.0
Symbolic Name: PERFOS_UNABLE_QUERY_PAGEFILE_INFO
Message: Unable to collect System Pagefile performance data. The first four bytes (DWORD) of the Data section contains the status code.

Diagnose

This error might be caused by one of the following conditions:

  • The list of counters is corrupt.
  • The Remote Registry service is not running on a remote system.
  • The File and Printer Sharing firewall exception is not enabled on a remote system running Windows Vista.
  • The application is running as a user with insufficient privileges.

If a Windows system error code containing four or five digits is included, you can find the explanation of the error code on the Web at http://go.microsoft.com/fwlink/?LinkID=83027. This information can help you identify the correct resolution.

The list of counters is corrupt

If the performance counter could not unload the strings for the specified service, the registry might be corrupted. To correct this problem, follow the steps in the section titled “Rebuild the list of available counters.”

The Remote Registry service is not running on a remote system

In order to collect performance counters remotely, the Remote Registry service must be running on the destination system.

Membership in the destination system’s local Administrators group is required to change service settings.

To check if the Remote Registry service is running:

  1. On the destination system, click Start.
  2. In the Start Search text box, type compmgmt.msc, and then press ENTER. Microsoft Management Console (MMC) will start.
  3. In the navigation tree, expand Services and Applications and click Services.
  4. In the Services list, scroll down and click Remote Registry.
  5. Check to see if the status of the Remote Registry service is Started. If it is not, follow the steps in the section titled “Enable the Remote Registry service” to resolve the error.

The File and Printer Sharing firewall exception is not enabled on a remote system running Windows Vista

On systems running Windows Vista, the File and Printer Sharing firewall exception must be enabled on the destination system.

Membership in the destination computer’s local Administrators group is required to change firewall settings.

To check File and Printer Sharing firewall exception settings:

  1. On the destination system, click Start and then click Control Panel.
  2. In the Control Panel search box, type firewall.
  3. In the search results, double-click Windows Firewall.
  4. In Windows Firewall, click Change settings.
  5. On the Exceptions tab, check to see if File and Printer Sharing is selected. If it is not, follow the steps in the section titled “Enable the File and Printer Sharing firewall exception on a remote system running Windows Vista” to resolve the error.

The application is running as a user with insufficient privileges 

To view performance counters, a user must be a member of the local Performance Monitor Users group, Performance Log Users group, Administrators group, or equivalent. Applications that run as a user or system account with insufficient privileges may not be able to load performance counters correctly. Follow the steps in the section titled “Run the application as a user with sufficient privileges” to identify a resolution.

Resolve
Resolve
Rebuild the list of available counters

Membership in the local Administrators group is required to complete this procedure.

To rebuild the list of counters in the registry:

  1. Click Start, expand All Programs, and expand Accessories.
  2. Right-click Command Prompt, and then click Run as administrator.
  3. At the command prompt, type lodctr /r, and then press ENTER.

Enable the Remote Registry service

Membership in the target system’s local Administrators group is the minimum required to change service settings.

To enable the Remote Registry service:

  1. On the target system, click Start.
  2. In the Start Search text box, type compmgmt.msc, and then press Enter. Microsoft Management Console will start.
  3. In the navigation tree, expand Services and Applications and click Services.
  4. In the Services list, rightclick Remote Registry, and then click Properties.
  5. In the Startup type drop-down list, click Automatic, and then click OK.
  6. If the service does not start automatically, right-click Remote Registry in the services list, and then click Start.

Enable the File and printer Sharing firewall exception on a remote system running Windows Vista

Membership in the target system’s local Administrators group is required to change firewall settings.

To enable the File and Printer Sharing firewall exception:

  1. On the target system, click Start, and then click Control Panel.
  2. In the Control Panel search box, type firewall.
  3. In the search results, double-click Windows Firewall.
  4. In Windows Firewall, click Change settings.
  5. On the Exceptions tab, click the File and Printer Sharing check box.

Run the application as a user with sufficient privileges

By default, an application runs with the same privileges as the user who started it. You can configure services to run as the local system account or as a specific user. You can also start an application as Administrator, but in Windows Vista or Windows Server 2008 with User Account Control enabled, you must confirm that you want to start the application each time it runs if it is configured to run as Administrator.

Consider running services that collect performance counter data as the local system account to resolve privilege issues.

If for security reasons you do not want to run the application or service as the local system account, you can add the user the application runs as to the Performance Log Users group and assign the group the Log on as a Batch Job user right to enable performance counter collection each time the application runs.

Membership in the destination computer’s local Administrators group is required to complete these procedures.

Add a user to the Performance Log Users group

To add a user to the Performance Log Users group:

  1. Click Start, click in the Start Search box, type compmgmt.msc, and then press ENTER.
  2. Expand System Tools, expand Local Users and Groups, and click Groups.
  3. In the list of groups, right-click Performance Log Users, and then click Add to Group.
  4. On the General tab, click Add.
  5. Type the name of the user you want to add, or click Advanced to search the directory for a user.
  6. When you have finished adding users, click OK, and click OK again to close the Performance Log Users property page.

Assign the Log on as a batch job user right to the Performance Log Users group

In order for members of the Performance Log Users group to initiate data logging or modify Data Collector Sets, the group must first be assigned the Log on as a batch job user right. To assign this user right, use the Local Security Policy snap-in in Microsoft Management Console (MMC).

To assign the Log on as a batch job user right to the Performance Log Users group:

  1. Click Start, click in the Start Search box, type secpol.msc, and then press ENTER. The Local Security Policy snap-in will open in Microsoft Management Console.
  2. In the navigation pane, expand Local Policies and click User Rights Assignment.
  3. In the console pane, right-click Log on as a batch job and then click Properties.
  4. In the Properties page, click Add User or Group.
  5. In the Select Users or Groups dialog box, click Object Types. Select Groups, and then click OK.
  6. Type Performance Log Users in the Select Users or Groups dialog box, and then click OK.
  7. Click OK again to close the property page.

Verify

You can use Windows Reliability and Performance Monitor to verify that netowkr performance counters are properly collected and displayed in a Performance Monitor graph. In addition, you can use the typeperf command to get a list of the available counters on the local system.

Membership in the local Administrators group is required to complete these procedures.

View counters in Performance Monitor

To view counters in Performance Monitor:

  1. On the computer where you want to view counters, click Start. In the Start Search text box, type perfmon.exe, and then press ENTER.
  2. In the navigation pane, expand Monitoring Tools, and then click Performance Monitor.
  3. Click the Add button to open a list of available performance counters.
  4. In the Add Counters dialog box, you can click Help for more information on adding counters. When you have finished adding counters to the list, click OK.
  5. Verify that the performance counters you selected are displayed in the Performance Monitor graph.

View a list of counters using the typeperf command

To view a list of counters at the command prompt:

  1. Click Start, click All Programs, and click Accessories. Right-click Command Prompt, and click Run as administrator.
  2. At the command prompt, type typeperf -qx and press ENTER.
  3. Verify that the performance counter list contains expected values.

Related Management Information

System Performance Counters Availability

Management Infrastructure

← Вернуться в раздел «Программы»

Буду пробовать ставить VMWare 8, может с ней не будет таких проблем.

Автор: ibumbre
Дата сообщения: 13.12.2011 18:53

SerejaMD3

Цитата:

Там насколько я понял описаны случаи когда уже есть установленная Вин7 на физическом компе. У меня же стоит ВинХР на физическом компе (хост ОС)- как мне действовать в этом случае?

http://blogs.technet.com/iwalker/archive/2009/01/20/ka-windows-7.aspx ознакомтесь. Виртуальный диск можно создать прямо в установщике win 7

Автор: 1234566
Дата сообщения: 16.12.2011 17:59

После установки VmWare Workstation v.8.0.1.528992 на чистую операционную систему Windows 7 x64 Pro возникают ошибки в журнале Windows. Как с этим бороться?

Ошибка:
Ошибка    16.12.2011 21:45:26    PerfOS    2011    Отсутствует

Имя журнала: Application
Источник: Microsoft-Windows-PerfOS
Дата: 16.12.2011 21:45:26
Код события: 2011
Категория задачи:Отсутствует
Уровень: Ошибка
Ключевые слова:Классический
Пользователь: Н/Д
Компьютер: Default
Описание:
Не удалось собрать данные о производительности системного файла подкачки. Первые четыре байта (DWORD) в разделе данных содержат код состояния.
Xml события:
<Event xmlns=»http://schemas.microsoft.com/win/2004/08/events/event»>
<System>
<Provider Name=»Microsoft-Windows-PerfOS» Guid=»{F82FB576-E941-4956-A2C7-A0CF83F6450A}» EventSourceName=»PerfOS» />
<EventID Qualifiers=»32768″>2011</EventID>
<Version>0</Version>
<Level>2</Level>
<Task>0</Task>
<Opcode>0</Opcode>
<Keywords>0x80000000000000</Keywords>
<TimeCreated SystemTime=»2011-12-16T15:45:26.000000000Z» />
<EventRecordID>3265</EventRecordID>
<Correlation />
<Execution ProcessID=»0″ ThreadID=»0″ />
<Channel>Application</Channel>
<Computer>Default</Computer>
<Security />
</System>
<EventData>
<Binary>050000C0</Binary>
</EventData>
</Event>

Автор: LevT
Дата сообщения: 16.12.2011 19:30

Цитата:

Виртуальный диск можно создать прямо в установщике win 7

Кстати, настольная варя умеет запускать гостей с VHD так же, как и со своих vmdk.

Автор: ibumbre
Дата сообщения: 16.12.2011 21:17

LevT
насколько я помню, Virtual Box тоже так умеет: свой VDI, мелкософтовский VHD и варевский VMDK

Автор: SerejaMD3
Дата сообщения: 16.12.2011 22:34

ibumbre

Спасибо, твой вариант мне помог

Автор: Jelezka007
Дата сообщения: 18.12.2011 15:22

Народ ткните носом пожалуйста в подробный ман по установке видеодрайвера на гостевую XP SP3 в VMWare Workstation 8.0.1 build-528992, а то стоит стандартный VMWare Svga II, на нём чё то даже герои 3 тормозят(( (или это не из за видео драйвера? Но похоже что из за него). Через диспетчер устройств, как в обычной винде, ничего не получается, драйвер не подхватывает. Через VMWare Tools тоже не получается, не могу найти где подставить свою дровину. Вообщем совершенно очевидно что я не представляю как устрена виртуальная машина) Помогите пожалуйста.
Заранее спасибо за толковые советы!

Автор: ibumbre
Дата сообщения: 18.12.2011 22:30

Jelezka007
вы хотите поставить дрова от реальной видюхи в виртуальную ось? это не сработает
да и вообще, многие говорят о скороспелости восьмёрки и советуют пользоваться семёркой, тем более, что гостевая XP

Автор: LiLusha
Дата сообщения: 19.12.2011 07:32

Здравствуйте.
Скопировала папку с гостевой WinХР, на другой компьютер. После запуска гостевой WinХР, на другом компьютере, у некоторых программ слетела активация.
Я так поняла, что поменялся UUID и из-за этого такие проблемы.
Подскажите пожалуйста, есть если возможность сделать так, чтобы при переносе на другой компьютер гостевой её UUID не менялся?
Или может быть дело вообще не в нем?
Спасибо.

P.S.
Пробовала добавлять в *.vmx
uuid.action = «keep»
uuid.bios = «<uuid_value>»
но vmware все равно меняет UUID на свой.

Автор: brassnet
Дата сообщения: 19.12.2011 07:46

LiLusha
Версия вмвари изменилась? Если да, то это естественно, скорее всего сменилась версия хардвари.

Автор: LiLusha
Дата сообщения: 19.12.2011 07:53

brassnet
Да, была 7.14 стала 7.15, но дело в том, что я пробовала и на 7.14, все равно слетали активации на программах.
А если сменилась версия хардвари, то уже ничего сделать нельзя что ли?

Автор: brassnet
Дата сообщения: 19.12.2011 08:18

LiLusha

Цитата:

то уже ничего сделать нельзя что ли?

Повторно активировать.

Автор: DrakonHaSh
Дата сообщения: 19.12.2011 09:47

LiLusha

Цитата:

Подскажите пожалуйста, есть если возможность сделать так, чтобы при переносе на другой компьютер гостевой её UUID не менялся?

мне всегда хватало
uuid.action = «keep»
только устанавливать его надо до первого запуска на другом компе.
у меня такой параметр на всех виртуалках всегда стоит.

Автор: LiLusha
Дата сообщения: 19.12.2011 10:52

brassnet
DrakonHaSh
Спасибо.

Добавлено:
DrakonHaSh

Цитата:

мне всегда хватало
uuid.action = «keep»
только устанавливать его надо до первого запуска на другом компе.
у меня такой параметр на всех виртуалках всегда стоит.

Дело в том, что варя, не смотря на этот параметр

Цитата:

uuid.action = «keep»

все равно меняет uuid.location, не трогает только uuid.bios

Автор: DrakonHaSh
Дата сообщения: 19.12.2011 11:27

LiLusha
да, оказывается есть такое дело и похоже uuid.location это [hash based on the current path of the VM]
так что, похоже, если при перемещении VM на другой комп поместить VM по тому же пути, то uuid.location не изменится. У меня как раз именно так — мои виртуалки на внешнем usb, которому я всегда назначаю одну и ту же букву диска на всех компах.

кста, получается если в пределах одного и того же компа переместить VM по другому пути, то [The UUID is also stored in the SMBIOS] тоже изменится. век живи — век учись

Автор: RandyOrton
Дата сообщения: 19.12.2011 13:29

Не появилась ли в восьмой версии поддержка аппаратного 3D-ускорения для Win9x?

Автор: lucky_Luk
Дата сообщения: 19.12.2011 16:16

RandyOrton

Цитата:

Не появилась ли в восьмой версии поддержка аппаратного 3D-ускорения для Win9x?

А разве где-то такое обещали?

Автор: 1nasty1
Дата сообщения: 20.12.2011 18:12

VMware 6.0.2 Проблема с мышкой. В одной из программ нужно супербыстро делать двойной клик для подтверждения (выполнения) команды. У меня получается не с первого раза — а у буха… . Есть 2 варианта: все-таки оставить так как есть и отдать бухгалткру, а полученное в результате видео выложить на ютюб в разделе юмор )), или попытаться решить проблему другим разумным способом.
P.S. Проблема подменой систем не решается. В Win200 получше, в XP вообще никак.

Автор: reff
Дата сообщения: 20.12.2011 18:15

1nasty1
Попробуйте [Enter], предварительно установив фокус на нужную кнопку, или задействуйте горячие клавиши.

Автор: 1nasty1
Дата сообщения: 20.12.2011 18:36

[Ентер] не работает. Вернее, в некоторых случаях работает, но в последнем окне выборки только клик. Также в силу специфичности программы, боюсь, с комбинацией клавиш тоже не пройдет.
P.S. И еще один вопрос, который остался нерешенным: как снять слепок образа с подключенного диска Vmware? Acronis и Co его просто не видит.

Автор: reff
Дата сообщения: 20.12.2011 19:35

1nasty1
Цитата:

И еще один вопрос, который остался нерешенным: как снять слепок образа с подключенного диска Vmware? Acronis и Co его просто не видит.

Можно установить Акронис или его аналог в виртуальную машину или просто скопировать файлы (выключенной) виртуальной машины.

Автор: doc58_81oB0t
Дата сообщения: 20.12.2011 20:19

здравствуйте,

подскажите как сделать в vmware8 чтоб к виртуалке можно было два соединения(интернет и локалка) подключить? все перепробывал, постоянно только одно соединение.. Хотел поднять прокси, нужны 2 соединения.

Автор: mleo
Дата сообщения: 20.12.2011 21:41

doc58_81oB0t

Параметры гостевой — Оборудование — Добавить — Сетевой адаптер

Добавлено:
1nasty1

а что задача сделать образ именно с подсоединенного диска? то есть вход в вирт машину не рассматривается?

Автор: doc58_81oB0t
Дата сообщения: 20.12.2011 22:15

это где? имеется ввиду Virtual nerwork editor? стоит vmnet0 auto-bridging(automatic на 2 рабочие карты), на обоих сетевых подключениях стоит галка bridge protokol, в настройках виртуалки выбран bridged(replicate)

в Virtual nerwork editor добавлялновое соединение для отдельной карты но в виртуалке можно выбрать лишь 1 соединение, что-то в тупик попал

Автор: 1nasty1
Дата сообщения: 20.12.2011 22:55

reff
Продолжу.. Можно также создать еще один виртуальный hdd и коннектить его к системе, на него можно положить (забрать) слепок, а загружаться с загрузочно диска акронис. так, по крайней мере, не будет «вечно живого акрониса» на всех системах. — но хотелось бы цивилизованнее это делать (через дверь), а не через трубу, как санта лазит )
mleo
Хочу оперативно (быстро) делать системные диски разных размеров. Можно, конечно, сделать резиновый, но были случаи, когда при установке прога отнимала все!!! место, и плевала на то, то диск динамический.

Извините, немного стоит уточнить вопрос: есть ли программа для снятия образа системы, которая видела бы виртуальный диск VMware?

Автор: LevT
Дата сообщения: 21.12.2011 12:34

Цитата:

стоит vmnet0 auto-bridging(automatic на 2 рабочие карты),

в шапке написано.
никаких автоматов! одну физ. карту назначаете вручную здесь, другую скажем на vmnet2. Виртуалке добавляете второй Ethernet adapter и цепляете его к vmnet2

Автор: reff
Дата сообщения: 21.12.2011 12:48

1nasty1
Цитата:

но хотелось бы цивилизованнее это делать (через дверь), а не через трубу, как санта лазит )

В таком случае используйте ПО от Veeam.

Автор: Althathwe
Дата сообщения: 21.12.2011 15:22

Workstation 8 представляет собой какой-нибудь интерес? По релизнотсам изменения очень скромные.

Автор: goletsa
Дата сообщения: 21.12.2011 16:06

На Debian testing оно ломает систему. А 7.1.5. не собирается на 3.1.х ядре. Сплошные костыли.

Автор: reff
Дата сообщения: 21.12.2011 16:29

Althathwe
Цитата:

Workstation 8 представляет собой какой-нибудь интерес?

Судя по местному топику, она представляет для охотников за ошибками. Впрочем, у меня всё работает корректно. Из отличительных особенностей — возможность запуска вложенных виртуальных машин.

Страницы: 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186

Предыдущая тема: Windows Internet Explorer 8 (IE8)


Форум Ru-Board.club — поднят 15-09-2016 числа. Цель — сохранить наследие старого Ru-Board, истории становления российского интернета. Сделано для людей.

Abstract: On your Windows 2012 R2 server you see the event 2017 (Unable to collect NUMA physical memory utilization data. The first four bytes (DWORD) of the Data section contains the status code.) inside the eventlog and wish to solve that.

 The full message looks like the following:

Log Name:      Application
Source:        Microsoft-Windows-PerfOS
Date:          08.10.2016 12:42:23
Event ID:      2017
Task Category: None
Level:         Warning
Keywords:      Classic
User:          N/A
Computer:      server01.int.contoso.com
Description:
Unable to collect NUMA physical memory utilization data. The first four bytes (DWORD) of the Data section contains the status code.
Event Xml:
<Event xmlns="http://schemas.microsoft.com/win/2004/08/events/event">
  <System>
    <Provider Name="Microsoft-Windows-PerfOS" Guid="{F82FB576-E941-4956-A2C7-A0CF83F6450A}" EventSourceName="PerfOS" />
    <EventID Qualifiers="32768">2017</EventID>
    <Version>0</Version>
    <Level>3</Level>
    <Task>0</Task>
    <Opcode>0</Opcode>
    <Keywords>0x80000000000000</Keywords>
    <TimeCreated SystemTime="2016-10-08T10:42:23.000000000Z" />
    <EventRecordID>660656</EventRecordID>
    <Correlation />
    <Execution ProcessID="0" ThreadID="0" />
    <Channel>Application</Channel>
    <Computer>server01.int.contoso.com</Computer>
    <Security />
  </System>
  <EventData>
    <Binary>05000080</Binary>
  </EventData>
</Event>

Solution 1:

A possible solution might be to rebuild the performance counter via lodctr (run inside a “run as admin” CMD):

lodctr /R

If this caused the error message:

Error: Unable to rebuild performance counter setting from system backup store, error code is 2

run it a 2nd time until it shows:

Info: Successfully rebuilt performance counter setting from system backup store

Solution 2:

Another possible solution might be to check the page file (it shouldn´t be fully disabled) on the affected server and re-adjust that if needed.

Cross reference:
https://social.technet.microsoft.com/Forums/en-US/51b39ba4-efbd-42f1-a254-07b22050e4cf/2012-r2-numa-warning?forum=winservergen

Dear All ,

I got it Error Msg my windows 2008 DC  like Below  

1002  Perfdisk            

Unable to allocate a dynamic memory buffer.

PerfDisk  1002

Unable to allocate a dynamic memory buffer

PerfOS       1000    

Unable to open one of the Windows operating system performance counter objects. The first four bytes (DWORD) of the Data section contains the status code.

Perflib  1008              

The Open Procedure for service «PerfOS» in DLL «C:Windowssystem32perfos.dll» failed. Performance data for this service will not be available. The first four bytes (DWORD) of the Data section
contains the error code.

Perflib 1010

The Collect Procedure for the «Spooler» service in DLL «C:Windowssystem32winspool.drv» generated an exception or returned an invalid status. The performance data returned by the counter DLL
will not be returned in the Perf Data Block. The first four bytes (DWORD) of the Data section contains the exception code or status code.

 Appication Error 1000                    

Faulting application WmiApSrv.exe, version 6.0.6001.18000, time stamp 0x4791951b, faulting module HPPerfProv.dll, version 1.0.5.6, time stamp 0x4289d276, exception code
0xc0000005, fault offset 0x00000000000026a7, process id 0xee0, application start time 0x01cd486258ab3631

WMI  10              

Event filter with query «select * from __instancemodificationevent within 30 where targetinstance isa ‘Win32_PerfFormattedData_PerfDisk_LogicalDisk’ and targetinstance.PercentFreeSpace <
1 and targetinstance.Name != ‘_Total'» could not be reactivated in namespace «//./root/CIMV2» because of error 0x80041002. Events cannot be delivered through this filter until the problem is corrected.

1023  Perflib             

Windows cannot load the extensible counter DLL PerfDisk. The first four bytes (DWORD) of the Data section contains the Windows error code

Pls how can i solve it 

Понравилась статья? Поделить с друзьями:

Не пропустите эти материалы по теме:

  • Яндекс еда ошибка привязки карты
  • Ошибка 2011 001
  • Ошибка 2010200е yoosee
  • Ошибка 20102 опель астра
  • Ошибка 20102 02 hitachi

  • 0 0 голоса
    Рейтинг статьи
    Подписаться
    Уведомить о
    guest

    0 комментариев
    Старые
    Новые Популярные
    Межтекстовые Отзывы
    Посмотреть все комментарии