Hi all,
I see many errors in our dataldr.log and high load on our primary servers.
We have many thousand computers, 4 Primaries and 250 Secondaries.
The log says:
Processing Inventory for Machine: NB42378WRS7009 Version 1.29 Generated: 09/12/2008 10:24:37 |
Attribute "SecurityLogStartDate" key mismatch requires new stored procedure (input key flag = 1, defined key flag = 0) |
Attribute "TotalSecurityLogTime" key mismatch requires new stored procedure (input key flag = 0, defined key flag = 1) |
CGroup:![]() |
Thread 8168 has been granted exclusive access. |
CGroup:![]() |
Potential sms_def.mof conflict between sites. |
Recreating stored procedure pSYSTEM_CONSOLE_USAGE_DATA for modified group |
CSqlSchema::CreateProcedure pSYSTEM_CONSOLE_USAGE_DATA at 09/12/08 10:26:32 |
CSqlSchema::CreateProcedure dSYSTEM_CONSOLE_USAGE_DATA at 09/12/08 10:26:32 |
Pragma delete found in inventory group MICROSOFT|PNP_DEVICE_DRIVER|1.0. Deleting group... |
Pragma delete found in inventory group MICROSOFT|SYSTEM_CONSOLE_USAGE|1.0. Deleting group... |
in the sms_def.mof file this section looks like:
[ dynamic, provider("AAInstProv"),
SMS_Report(TRUE),
SMS_Group_Name ("System Console Usage"),
SMS_Namespace (TRUE),
SMS_Class_ID ("MICROSOFT|SYSTEM_CONSOLE_USAGE|1.0") ]
class SMS_SystemConsoleUsage : SMS_Class_Template
{
[SMS_Report (TRUE)]
uint32 TotalSecurityLogTime;
[SMS_Report (TRUE), key]
datetime SecurityLogStartDate;
[SMS_Report (TRUE)]
uint32 TotalConsoleTime;
[SMS_Report (TRUE)]
uint32 TotalConsoleUsers;
[SMS_Report (TRUE)]
string TopConsoleUser;
};
What can I do to dive deeper in troubleshooting?
Many thanks
Stefan