Quantcast
Channel: Operations Manager - General forum
Viewing all 11941 articles
Browse latest View live

How to change/distribute SCOM Management Server Action Account

$
0
0

I have 4 Management servers  and while installing them local system account as selected as management server action account. Now I tried to change that to domain account by create an Action Account and then associating that in Default Action Profile for 4 management servers.  the Run as Action Account is part of local admin group on all the Management servers

Now after making these changes. I am getting below alert for all the Management servers.

An Account specified in the Run As Profile "Microsoft.SystemCenter.AgentManagementAccount" cannot be resolved. Specifically, the account is used in the Secure Reference Override   "SecureOverrideba3f93d4_0e0e_42e5_bd74_0f3100fe5179".

My question is how do I distribute the management server action account to the management servers since while creating a runas action account under distribution tab everything was greyed out and more secure was selected by default


Thanks, Samer


HealthService.exe and Monitoringhost.exe using high memory

$
0
0

Hi,

I'm having trouble with one agent whereby the Healthservice keeps restarting.  This is also effecting monitoringhosts.exe which also continually raises until restarted.  I fully understand that it is restarting because the 'Health Service Private Bytes Thresold' monitor is geing breached and the recovery task is to restart the health service.  I even raised the threshold as per advice on another forum.  The current threshold I have for the agent is 419430400, but still the health service is restarting every 10 minutes.

The agent in question a Windows 2008 Server running SQL 2008R2.  SCOM has the Windows Server MP v6.0.6794.0 and SQL MP v6.3.173.0.  I also have a custom MP that I created, but it has no event or perfomance collection rules. It is only used to monitor some windows services. This custom MP is on other server without an issue.

I've spend hours trying to find a crazy discovery rule or a collection rule that is collecting every few seconds, but have found none.  Can anyone help by pointing me in the right direction?  Perhaps I'm missing a hotfix patch on the agent??

Thanks in advance

Dave Eacott.

Microsoft.Windows.Server.MonitorClusterDisks.vbs script fails to run repeatedly reporting exit code 3.

$
0
0

Hi,

a customer of mine has a problem with the cluster monitoring in SCOM.

They are running SQL Server on a Windows Server servicing about 20 database instances and 5 DTC instances. The number of cluster disks in the cluster is about 155.

Configuration:

Server  CPU: Intel   xeon E5-2667 v3, sockets:2, Cores 16, logical processors 32

Server  Memory: 768 Gb

Server OS: Windows  Server 2012 R2 Standard

SQL  Server: Microsoft   SQL Server Enterprise (64-bit), Version: 11.0.6020.0

Operation  Manager 2012 R2 7.1.10226.1239   with U11 rollup update

 

Management packs involved:

Windows Server 2012 Cluster Management Library; version: 6.0.7291.0

Windows Cluster Management Monitoring; version: 6.0.7291.0

Windows Server 2012 R2 Cluster Management Library; version: 6.0.7291.0

Windows Server 2012 R2 Cluster Management Monitoring; version: 6.0.7291.0

Windows Cluster Management Library; version: 6.0.7291.0

Windows Server Cluster Disks Monitoring; version: 6.0.7316.0

Windows Cluster Library; version: 7.0.8433.0

Alert Detail example:

The output data were found, but these have been removed because in the event policy for the process that started at 10:19:10 errors are found.

The policy expression Exit Code:

[^ 0] +

corresponds to the following output:

3

Command is executed: "C: \ Windows \ system32 \ cscript.exe" / nologo "Microsoft.Windows.Server.MonitorClusterDisks.vbs" false "Cluster Disk Monitoring" "server.infra.local""CLU02"

Working folder: C: \ Program Files \ Microsoft Monitoring Agent \ Agent \ Health Service State \ Monitoring Host Temporary Files 13836 \ 55674 \

This affects one or more workflows.

Workflow Name: Microsoft.Windows.Server.ClusterDisksMonitoring.ClusterDisk.Monitoring.CollectPerfDataSource.FreeSpaceMB

Copy Name: Cluster Disk 92 _ \\ \ Volume {6d883905-fff8-452f-8eea-9ecb4606c784}?

Instance ID: {-B92-31F2-DEFA-5F89441DC5C5}

Management Group: SCOM

We applied overrides as described in https://blogs.technet.microsoft.com/kevinholman/2013/02/21/healthservice-restarts-still-a-challenge-in-opsmgr-2012. The have some effect but the problem is not gone.

This MP never did his job.

There are multiple clusters monitored and the problem is on all clusters

The problem has nothing to do with backup, maintenance or what so ever

I can’t figure out what the problem could be.

thanks!

Notifications for Unix/Linux Computers Group does not execute

$
0
0

Hi everyone:

I have a SCOM 2012 SP2 console with Windows and Unix/Linux monitors and rules configured. In the notifications I have 2 channel types, Email and command. 

When an alert rises, the subscription call the two channel in the same time, that means I should have the both notifications command and Email. For the windows computers that works fine, but for the Unix/Linux computers only I have the Email notification and the command notification doesn't execute. 

This is the behavior of the notifications in my SCOM 2012 R2. Who can offer me an explanation? 

Get-SCOMGroup returns error message “The query processor ran out of internal resources…”

$
0
0

Hello everyone, I need a help, I manage an environment with scom 2012 r2 UR9 I recently ran a query via powershell and presented the following error:


The query processor ran out of internal resources and could not produce a query plan. This is a rare event and only expected for extremely complex queries or queries that reference a very large number of tables or partitions. Please simplify the query. If you believe you have received this message in error, contact Customer Support 

I used the alternative in my script and it worked:

ForEach ($Group in (get-scomgroup | Where-Object { $_.DisplayName -match $GroupDisplayName}))

However i checked out some 250 error log ID 8623 on the SQL database server, my concern is with the sealed MPs that use this type of query and can result in monitoring failure.

Thanks for Help.

Regards





José Aparecido Silva de Lima


The pool managing the instance is not available or the location monitoring object cannot be found - discovery progress

$
0
0

Hi,

I have installed scom 2012 with integrated SP1 on windows server 2008 R2 with integrated SP1 and SQL 2008 R2 SP2.

The Problem I have is when trying to discovery I´m getting this error:

The pool managing the instance is not available or the location monitoring object cannot be found

Date: 05.03.2013 14:44:22
Application: Operations Manager
Application Version: 7.0.9538.0
Severity: Error
Message:

Microsoft.EnterpriseManagement.Common.LocationObjectNotFoundException: The pool managing the instance is not available or the location monitoring object cannot be found.
   at Microsoft.EnterpriseManagement.Common.Internal.ServiceProxy.HandleFault(String methodName, Message message)
   at Microsoft.EnterpriseManagement.Common.Internal.AdministrationServiceProxy.LaunchDiscovery(Guid batchId, IList`1 jobDefinitions)
   at Microsoft.EnterpriseManagement.Administration.ManagementServer.BeginExecuteWindowsDiscovery(IList`1 discoveryConfigurations, AsyncCallback callback, Object state)
   at Microsoft.EnterpriseManagement.Mom.Internal.UI.Administration.DiscoveryProgress.<>c__DisplayClass7.<SubmitTask>b__3(Object , ConsoleJobEventArgs )
   at Microsoft.EnterpriseManagement.Mom.Internal.UI.Console.ConsoleJobExceptionHandler.ExecuteJob(IComponent component, EventHandler`1 job, Object sender, ConsoleJobEventArgs args)

How can I solve this? Thank you.


gruss Daniel Ovadia MBSS - Microsoft Dynamics CRM MCNPS

scom 2016 install agent error 25451

$
0
0

I am having an issue with a couple of servers which I am trying to reinstall the agent. When I try to do an install push from the management console I get the Error Code: 80070643.  When I look in the install logs I see the following entries:

02:30:52 PM : OmAgentFunctions::IsUpgradeSupported : OM Blue RTM version found, upgrade is supported.
02:30:52 PM : OmAgentFunctions::IsUpgradeSupported : Leaving
02:30:52 PM : OmAgentFunctions::InstallOmAgent : Agent can be upgraded, performing upgrade.
02:30:52 PM : OmAgentFunctions::InstallOmAgentMsi : Entering
02:30:52 PM : OmAgentFunctions::SetMsiLogging : Entering
02:30:52 PM : OmAgentFunctions::SetMsiLogging : Leaving
02:30:52 PM : OmAgentFunctions::InstallMsXmlPrerequisites : Entering
02:30:52 PM : OmAgentFunctions::InstallMsXmlPrerequisites : GetFileAttributes returned HResult: 20
02:30:52 PM : OmAgentFunctions::InstallMsXmlPrerequisites : Leaving
02:30:53 PM : OmAgentFunctions::InstallOmAgentMsi : MsiInstallProductW() failed. HResult: 80070643
02:30:53 PM : OmAgentFunctions::GetNTEventLogDescription : select * from Win32_NTLogEvent where LogFile="Application" and EventType = 3 and SourceName = "MsiInstaller" and TimeGenerated  >= "20161207193052.000478+000" and TimeGenerated <= "20161207193053.000135+000" HResult: 0
02:30:53 PM : OmAgentFunctions::GetNTEventLogDescription : Next returned HResult: 1
02:30:53 PM : OmAgentFunctions::InstallOmAgentMsi : Leaving
02:30:53 PM : OmAgentFunctions::InstallOmAgent : MsiInstall(OpUpgrade) failed. HResult: 80070643
02:30:53 PM : OmAgentFunctions::InstallOmAgent : Leaving

I am assuming that it has found the original agent install and is trying to upgrade that  but fails.  I then try to uninstall the agent locally through control panel on the affected server but this also results in an error:

Error 25451.  Setup found that the Management Group registry  configuration is corrupted.  Error code -2147024894 (The system cannot find the file specified). 

Is there a cleanup utility that can be used to scour the registry and remove registry entries so that I can reinstall the agent?

Thanks,

Rene

SCOM New alert

$
0
0

Dear friends,

In SCOM how to configure  always we should get new alerts instead of a repeating count to get increase .

Thanks.


senthil


Change threshold time for URL Monitoring

$
0
0

Dear all,

Is it possible to change the threshold time in URL Monitoring in SCOM2012r2?

Thanks,

LogDate ProcessInfo Text 2016-12-07 23:27:12.800 Logon Login failed for user 'DomainAccount'. Reason: Could not find a login matching the name provided. [CLIENT: 10.168.17.139]

$
0
0

Hello,

I am new to SCOM, I installed SCOM 2012 r2 on WIn2008 with SQL 2012 cluster.

SCOM server is hosting all four SCOM's features ( Management, console, reporting and Web Console ). The installation finished successfully and I have below errors on the SCOM event viewer

  • event id 31551 occuring every 10 minutes
  • event id 8000 occuring arround the event id 31551

I asked my DBA s and they ran their query and they see below error from these side:

LogDate ProcessInfo Text

2016-12-07 23:27:12.800 Logon Login failed for user 'DomainAccount'. Reason: Could not find a login matching the name provided. [CLIENT: 10.168.17.139]

DBAs think theDomainAccount must be like DomainName\DomainAccount while SQL only gets 'DomainAccount whithout the DomainName\ .

I checked all SCOM's RunAs account and my ServiceAccount to access the SQL server is confured correctly and has correct password.

But we have hard time to resolve this issue and I do not know from where the SQL is getting DomainAccount without DomainName\  ??

Please assist.

Also, on SCOM I see below error

Description:

Event Number:31551

Failed to store data in the Data Warehouse. The operation will be retried. Exception 'SqlException': Login failed for user 'DomainAccount'. One or more workflows were affected by this. Workflow name: Microsoft.SystemCenter.DataWarehouse.CollectEntityHealthStateChange Instance name: ServerName Instance ID: {50FA0DBF-C202-9BA8-522555-EF03CF75A7C7} Management group: SCOM_Group 

Thanks,

PA1212


Pkakaie

Data Warehouse does not show data for any servers except for the SCOM server.

$
0
0

Hi,

I am trying to determine whether performance and event data are being captured by the data warehouse database but all I can see is the scom server listed when running the scripts from https://blogs.technet.microsoft.com/kevinholman/2016/11/11/scom-sql-queries

How can enable data from all the serves to be captured and where I can look to make sure that it is.


Before you criticize a man, walk a mile in his shoes. That way, if he gets angry, he's a mile away and barefoot.

Discovery of AD servers - onpremise one

$
0
0

Hi will SCOM Management pack discover the Active directory servers if OOMAD's helper object file is installed before the Domain controller role is installed.

please suggest the scenarios.


swapna

Health Explorer

$
0
0

Hello,

The Health Monitors does not seem to refresh or get anything... only one item on the list is showing 12/7/2016.

Even a lot of them have a green checkmark they do not have any date is it normal?

The Top item is still 11/30/2016 8:15 AM

Should it be updated? I tried to reset the health but still only the lower item is changing its date the other ones remain on 11/30/2016...

Any idea?

Thanks,

Dom


Security / System Center Operations Manager 2012 / System Center Configuration Manager 2012 / SQL System Center Operations Manager 2007 / System Center Configuration Manager 2007 R2 / Forefront Client Security / Forefront Identity Manager



Free Disk Slot Report

$
0
0

Dear All,

I have a request, basically to generate a report of the free physical disk slots of the files servers we have on our domain

i have all the servers Agent Managed

Some of them are Win Server 2008 R2 and some others are Win Server 2012 R2

Can any of you folks help me with that if it is possible at first place?

Regards

The Management server to which this component reports has not been upgraded - SCOM 2016

$
0
0

Hello,

I am upgrading the SCOM 2012 R2 test environment to SCOM 2016 RTM. Below are the two severs:

1: Server 1 - Management Server

2: Server 2 - DB&DW Server.

I have upgraded Management server, Console, Web console, etc successfully however when I am trying to upgrade the Reporting, I am getting "The Management server to which this component reports has not been upgraded" message and the upgrade is not proceeding.

I have already upgraded the Management Server:

I don't want to uninstall - reinstall, reporting, please suggest the fix so can upgrade it.


SCOM 2016 agent causes service failures - workstation, Windows Remote Management, Cryptographic Services, Network Location Awareness

$
0
0

I built a new SCOM 2016 server and deployed the management agent to several servers. It seems to work OK on Server 2012R2 clients, however on Server 2016 clients, a number of services periodically crash - workstation, WinRM, Cryptographic Services, Network Location Awareness.  When the agents are uninstalled, the services no longer crash.  They seem to crash every 4-6 hours or so, and sometimes they restart, and sometimes they don't.

The affected servers are Server 2016 Hyper-V host servers and once on the SCOM2016 server itself.  Anyone seen this?

Thanks!

Event Id 18456: Two MgtSvr cannot connect to OpsMgr DB

$
0
0

Good Day,

we have at the moment 8 SCOM 2012 R2 UR 11 Managment Server in our SCOM environmnent. All Management Server are in the same DataCenter.
In the SQL Log (SQL2014) of the OpsDB I see two Management Server with following error.

Login failed for user 'Domain\computername$'. Reason: Could not find a login matching the name provided. [CLIENT: xxx.xxx.xxx.xxx]
I think that the Management Server cannot communicate with the Databasem, but I have found a fix for this.

Did you see the problem before?

Cheers,

Martin


SCOM 2016 - External Email Authentication

$
0
0

Hello,

Has anyone else upgraded to SCOM2016 from SCOM 2012R2 and tried to add an external email authentication? For me it is showing blank for the "Run as profile of external email account".

I have tried creating a new account, and run as profile but none of the profiles are being listed at all.


LittleTech

How can i create a group just consisting of temperature monitors ?

$
0
0

I want to build an environment group which would consist of various temp monitors from various devices - how do i achieve this ?

Which targets should i use when creating the groups ?

Thanks.

New System Not Monitored

$
0
0
Just installed SCOM 2016, imported MP's (base OS and server 2016) and deployed 1 agent to a DC. The MS reports healthy and windows OS is monitored. The DC, however, does NOT report anything (healthy or windows OS). Its like after the agent installed, i 'tlost contact with the server completely. Since this is a new install, there aren't any run as accounts except the built-in ones. I installed the agent using the domain admin account. When we installed SCOM 2012 R2, i remember finding Kevin Holman's guide but i can't seem to find it now. Does anyopne know of a complete walk-through (post installation) guide or point me to Kevin's guide.
Viewing all 11941 articles
Browse latest View live


<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>