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

scom web console silverlight configuration problem

$
0
0

We have SCOM 2012.  The web console was working fine last week.  Now I am being called about the stupid silverlight config issue.

No users can log in, they are all getting the prompt to configure silver light for the web console.  They configure, refresh and still get the same message.  If they click ignore, they are logged in but when clicking on a view they get the message 'this view cannot be displayed because this computer is not config for the operations manager...'

I can log into the server itself hosting the site and browse to the site locally through IIS, but if I open IE and try I get the same error.  I have visited all the KB articles on here and nothing seems to work.  I dont know if an update came through that caused this isse (they were relased tot he wild last week) or if a GPO was pushed (I asked, they said no GPO was pushed).

Any machine, any user gets this config message and before I decide to reinstall the site I wanted to see if anyone had any suggestions.  I would really appreciate it

Thanks

AS


SCOM 2016_Agentless Monitoring: Failed Access Windows Event log

$
0
0
Hi All,

i have an alert in my MS:  “Operations Manager Failed to Access the windows Event log” related to an agentless monitored computer (windows server 2012 r2): Workflow name: Microsoft.Windows.Server.6.2.StorportMiniportDriver.Timedout.153.Monitor

when i look for the associated error in the event viewer i found: event id 26004 which keep showing.

PS: Proxy is my MS itself /the action account used is a local admin in the monitored computer.

Management server greyed out

$
0
0

Hi friends,

1 of our management server is greyed out and health even all 3 services are in up state including health service.

there is no heartbeat failure alert but when we check it under windows computer it is greyed out and under management server list is also showing this server as greyed out.also i see event 2115 and 8000 in event logs.

Server is RMS.

SCOM 2012 SP1

Please let me know how to resolve the issue, yesterday i restarted the server after that it comes green but today again it is greyed out. Cannot restart always

Thanks in advance.

Operations Manager failed to start a process SCOM alert; error '0x80070057 : The parameter is incorrect.

$
0
0

I am receiving the Warning alerts "Operations Manager failed to start a process" from one SQL Server in SCOM 2012 R2.

While checking the Operations Manager event log, I see many Events with Event Id21404 and 21402. For the above mentioned alert.

Event Descriptions are as follows:

The process started at 16:34:00 was terminated due to a failure in collecting output due to error'0x80070057 : The parameter is incorrect. ', some data may have been lost.
 
Command executed: "C:\Windows\system32\cmd.exe" /c powershell.exe -version 2 -NoLogo -NoProfile -Noninteractive "$ep = get-executionpolicy; if ($ep -gt 'RemoteSigned') {set-executionpolicy -Scope Process remotesigned} & '"C:\Program Files\Microsoft Monitoring Agent\Agent\Health Service State\Monitoring Host Temporary Files 1\390\DBDiskLatencyDataSource.ps1"' -computerName 'XXXX' -sqlInstanceName 'PRD' -connectionString 'XXXX\PRD'-tcpPort '1301' -SQL_WMI_NAMESPACE 'ComputerManagement11' -serviceName 'MSSQL$PRD'
Working Directory: C:\Program Files\Microsoft Monitoring Agent\Agent\Health Service State\Monitoring Host Temporary Files 1\390\

One or more workflows were affected by this. 

Workflow name: many
Instance name: many
Instance ID: many
Management group: XXXX

 ----------------------------------------------------------------------------------------------------------------------------------

Forced to terminate the following process started at 16:34:00 because it ran past the configured timeout 200 seconds.
 
Command executed: "C:\Windows\system32\cmd.exe" /c powershell.exe -version 2 -NoLogo -NoProfile -Noninteractive "$ep = get-executionpolicy; if ($ep -gt 'RemoteSigned') {set-executionpolicy -Scope Process remotesigned} & '"C:\Program Files\Microsoft Monitoring Agent\Agent\Health Service State\Monitoring Host Temporary Files 1\390\DBDiskLatencyDataSource.ps1"' -computerName 'XXXX' -sqlInstanceName 'PRD' -connectionString 'XXXX\PRD'-tcpPort '1301' -SQL_WMI_NAMESPACE 'ComputerManagement11' -serviceName 'MSSQL$PRD'
Working Directory: C:\Program Files\Microsoft Monitoring Agent\Agent\Health Service State\Monitoring Host Temporary Files 1\390\

One or more workflows were affected by this. 

Workflow name: many
Instance name: many
Instance ID: many
Management group: XXXX

Note: The TCP Port number keeps changing between1301and64615for the above events.

Kindly advice how to fix this issue.

Thanks in advance!

Can't Access Operations Manager 2012

$
0
0

I have a needle in a haystack for y'all. I was making several changes last night. One change I made was based off this article below.

https://adinermie.com/scom-2012-r2-agent-on-service-manager-error-the-management-group-configuration-could-not-be-saved/

I successfully completed this task, and soon after an alert appeared in the console. The alert was something like "Server Management Pools Unavailable." Part of me figured it was due to the new change I made, but I was also dealing with a communication issue with agents on another trusted domain prior to this and thought it might be part of that issue. Next i went to check services and they were functioning fine. I then opened up SQL Server Configuration Manager and checked the services in there. All were running, but like typical curious George I wanted to make sure the services accounts had the newest updated password. I added the new password and restarted the services. At this point I'm still in the Operations Manager. It wasn't until I restarted the server this morning, and attempting to open Operations Manager I get prompted with a window to enter my credentials. When using the domain SCOM account created for Ops Manager to login i receive this error.

Date: 7/20/2018 4:09:58 PM
Application: Operations Manager
Application Version: 7.0.8560.0
Severity: Error
Message: Failed to connect to server 'servername.domain.local'

Microsoft.EnterpriseManagement.Common.ServerDisconnectedException: The client has been disconnected from the server. Please call ManagementGroup.Reconnect() to reestablish the connection. ---> System.ServiceModel.ProtocolException: You have tried to create a channel to a service that does not support .Net Framing. It is possible that you are encountering an HTTP endpoint. ---> System.IO.InvalidDataException: Expected record type 'PreambleAck', found '72'.
   --- End of inner exception stack trace ---

Server stack trace:
   at System.ServiceModel.Channels.FramingDecoder.ValidatePreambleAck(FramingRecordType foundType)
   at System.ServiceModel.Channels.ClientDuplexDecoder.Decode(Byte[] bytes, Int32 offset, Int32 size)
   at System.ServiceModel.Channels.ConnectionUpgradeHelper.ValidateUpgradeResponse(Byte[] buffer, Int32 count, ClientFramingDecoder decoder)
   at System.ServiceModel.Channels.ConnectionUpgradeHelper.InitiateUpgrade(StreamUpgradeInitiator upgradeInitiator, IConnection& connection, ClientFramingDecoder decoder, IDefaultCommunicationTimeouts defaultTimeouts, TimeoutHelper& timeoutHelper)
   at System.ServiceModel.Channels.ClientFramingDuplexSessionChannel.SendPreamble(IConnection connection, ArraySegment`1 preamble, TimeoutHelper& timeoutHelper)
   at System.ServiceModel.Channels.ClientFramingDuplexSessionChannel.DuplexConnectionPoolHelper.AcceptPooledConnection(IConnection connection, TimeoutHelper& timeoutHelper)
   at System.ServiceModel.Channels.ConnectionPoolHelper.EstablishConnection(TimeSpan timeout)
   at System.ServiceModel.Channels.ClientFramingDuplexSessionChannel.OnOpen(TimeSpan timeout)
   at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout)
   at System.ServiceModel.Channels.LayeredChannel`1.OnOpen(TimeSpan timeout)
   at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout)
   at System.ServiceModel.Channels.ServiceChannel.OnOpen(TimeSpan timeout)
   at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout)
   at System.ServiceModel.Channels.ServiceChannel.CallOpenOnce.System.ServiceModel.Channels.ServiceChannel.ICallOnce.Call(ServiceChannel channel, TimeSpan timeout)
   at System.ServiceModel.Channels.ServiceChannel.CallOnceManager.CallOnce(TimeSpan timeout, CallOnceManager cascade)
   at System.ServiceModel.Channels.ServiceChannel.EnsureOpened(TimeSpan timeout)
   at System.ServiceModel.Channels.ServiceChannel.Call(String action, Boolean oneway, ProxyOperationRuntime operation, Object[] ins, Object[] outs, TimeSpan timeout)
   at System.ServiceModel.Channels.ServiceChannelProxy.InvokeService(IMethodCallMessage methodCall, ProxyOperationRuntime operation)
   at System.ServiceModel.Channels.ServiceChannelProxy.Invoke(IMessage message)

Exception rethrown at [0]:
   at System.Runtime.Remoting.Proxies.RealProxy.HandleReturnMessage(IMessage reqMsg, IMessage retMsg)
   at System.Runtime.Remoting.Proxies.RealProxy.PrivateInvoke(MessageData& msgData, Int32 type)
   at Microsoft.EnterpriseManagement.Common.Internal.IDispatcherService.Connect(SdkClientConnectionOptions connectionOptions)
   at Microsoft.EnterpriseManagement.Common.Internal.SdkDataLayerProxyCore.Initialize(EnterpriseManagementConnectionSettings connectionSettings, SdkChannelObject`1 channelObjectDispatcherService)
   at Microsoft.EnterpriseManagement.Common.Internal.SdkDataLayerProxyCore.CreateEndpoint[T](EnterpriseManagementConnectionSettings connectionSettings, SdkChannelObject`1 channelObjectDispatcherService)
   --- End of inner exception stack trace ---
   at Microsoft.EnterpriseManagement.Common.Internal.ExceptionHandlers.HandleChannelExceptions(Exception ex)
   at Microsoft.EnterpriseManagement.Common.Internal.SdkDataLayerProxyCore.CreateEndpoint[T](EnterpriseManagementConnectionSettings connectionSettings, SdkChannelObject`1 channelObjectDispatcherService)
   at Microsoft.EnterpriseManagement.Common.Internal.SdkDataLayerProxyCore.ConstructEnterpriseManagementGroupInternal[T,P](EnterpriseManagementConnectionSettings connectionSettings, ClientDataAccessCore clientCallback)
   at Microsoft.EnterpriseManagement.Common.Internal.SdkDataLayerProxyCore.RetrieveEnterpriseManagementGroupInternal[T,P](EnterpriseManagementConnectionSettings connectionSettings, ClientDataAccessCore callbackDispatcherService)
   at Microsoft.EnterpriseManagement.Common.Internal.SdkDataLayerProxyCore.Connect[T,P](EnterpriseManagementConnectionSettings connectionSettings, ClientDataAccessCore callbackDispatcherService)
   at Microsoft.EnterpriseManagement.ManagementGroup.InternalInitialize(EnterpriseManagementConnectionSettings connectionSettings, ManagementGroupInternal internals)
   at Microsoft.EnterpriseManagement.Mom.Internal.UI.Common.ManagementGroupSessionManager.Connect(String server, String username, SecureString password, String domain)
   at Microsoft.EnterpriseManagement.Monitoring.Console.Internal.ConsoleWindowBase.ConnectWithCredentials(Exception ex, ConsoleJobEventArgs args)
System.ServiceModel.ProtocolException: You have tried to create a channel to a service that does not support .Net Framing. It is possible that you are encountering an HTTP endpoint. ---> System.IO.InvalidDataException: Expected record type 'PreambleAck', found '72'.
   --- End of inner exception stack trace ---

Server stack trace:
   at System.ServiceModel.Channels.FramingDecoder.ValidatePreambleAck(FramingRecordType foundType)
   at System.ServiceModel.Channels.ClientDuplexDecoder.Decode(Byte[] bytes, Int32 offset, Int32 size)
   at System.ServiceModel.Channels.ConnectionUpgradeHelper.ValidateUpgradeResponse(Byte[] buffer, Int32 count, ClientFramingDecoder decoder)
   at System.ServiceModel.Channels.ConnectionUpgradeHelper.InitiateUpgrade(StreamUpgradeInitiator upgradeInitiator, IConnection& connection, ClientFramingDecoder decoder, IDefaultCommunicationTimeouts defaultTimeouts, TimeoutHelper& timeoutHelper)
   at System.ServiceModel.Channels.ClientFramingDuplexSessionChannel.SendPreamble(IConnection connection, ArraySegment`1 preamble, TimeoutHelper& timeoutHelper)
   at System.ServiceModel.Channels.ClientFramingDuplexSessionChannel.DuplexConnectionPoolHelper.AcceptPooledConnection(IConnection connection, TimeoutHelper& timeoutHelper)
   at System.ServiceModel.Channels.ConnectionPoolHelper.EstablishConnection(TimeSpan timeout)
   at System.ServiceModel.Channels.ClientFramingDuplexSessionChannel.OnOpen(TimeSpan timeout)
   at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout)
   at System.ServiceModel.Channels.LayeredChannel`1.OnOpen(TimeSpan timeout)
   at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout)
   at System.ServiceModel.Channels.ServiceChannel.OnOpen(TimeSpan timeout)
   at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout)
   at System.ServiceModel.Channels.ServiceChannel.CallOpenOnce.System.ServiceModel.Channels.ServiceChannel.ICallOnce.Call(ServiceChannel channel, TimeSpan timeout)
   at System.ServiceModel.Channels.ServiceChannel.CallOnceManager.CallOnce(TimeSpan timeout, CallOnceManager cascade)
   at System.ServiceModel.Channels.ServiceChannel.EnsureOpened(TimeSpan timeout)
   at System.ServiceModel.Channels.ServiceChannel.Call(String action, Boolean oneway, ProxyOperationRuntime operation, Object[] ins, Object[] outs, TimeSpan timeout)
   at System.ServiceModel.Channels.ServiceChannelProxy.InvokeService(IMethodCallMessage methodCall, ProxyOperationRuntime operation)
   at System.ServiceModel.Channels.ServiceChannelProxy.Invoke(IMessage message)

Exception rethrown at [0]:
   at System.Runtime.Remoting.Proxies.RealProxy.HandleReturnMessage(IMessage reqMsg, IMessage retMsg)
   at System.Runtime.Remoting.Proxies.RealProxy.PrivateInvoke(MessageData& msgData, Int32 type)
   at Microsoft.EnterpriseManagement.Common.Internal.IDispatcherService.Connect(SdkClientConnectionOptions connectionOptions)
   at Microsoft.EnterpriseManagement.Common.Internal.SdkDataLayerProxyCore.Initialize(EnterpriseManagementConnectionSettings connectionSettings, SdkChannelObject`1 channelObjectDispatcherService)
   at Microsoft.EnterpriseManagement.Common.Internal.SdkDataLayerProxyCore.CreateEndpoint[T](EnterpriseManagementConnectionSettings connectionSettings, SdkChannelObject`1 channelObjectDispatcherService)
System.IO.InvalidDataException: Expected record type 'PreambleAck', found '72'.

Any assistance is helpful.

Thanks,

Jared

DMZ servers

$
0
0

Many of my DMZ servers are grayed-out. Certificates were to be renewed. New Certificates have been imported onto the DMZ servers 

By using MOMIport.exe utility we are trying to import the certificate and via cmd and ist showing successful

But still, there is no communication between the M/S and DMZ servers

Following errors are encountered : 

20057 & 21001 & 20071

Any solutions?

from :

Sandy

Windows 10 error message

$
0
0

My HP laptop is 5 years old. Recently I have randomly started getting a blue screen with the :) image and the message that Windows is encountering problems and must restart, etc. At the bottom of the message is this error code:  NETIO.SYS

This has started showing up on my wife's HP laptop (same model purchased at the same time) just once so far.

Any suggestions as to what is going on?

Tony Oxborrow

tonyox36@yahoo.com

Failed to store data in the Data Warehouse

$
0
0

SCOM 2016 I am getting the following errors which in the event viewer appears about every 15 minutes. 

Data Warehouse maintenance mode synchronization process
failed to write data to the Data Warehouse database. Failed to store data in the
Data Warehouse. The operation will be retried.
Exception
'SqlTimeoutException': Execution Timeout Expired. The timeout period elapsed
prior to completion of the operation or the server is not responding.
Timed out stored procedure: MaintenanceModeChange


One or more workflows
were affected by this.


Workflow name:
Microsoft.SystemCenter.DataWarehouse.Synchronization.MaintenanceMode

Instance
name: Data Warehouse Synchronization Service

Instance ID:
{CD1CD550-1E06-6E6C-AC0A-F23D8EDB1E9D}

I found this article on the issue  http://www.culham.net/scom/failed-to-store-data-in-the-data-warehouse-the-operation-will-be-retried/  however when I run the sql query

exec MaintenanceModeChange @ManagementGroupGuid=’2d503e85-8e51-3912-efff-f2a7b4f0fea4′,@ChangeXml=N'<Root />’,@SynchronizationProcessId=’578F4E34-A0B0-F158-8F21-70691F06C38F’,@TargetOperationalState=default

I get the following:

Msg 102, Level 15, State 1, Line 1Incorrect syntax near '’'.

Msg 105, Level 15, State 1, Line 1

Unclosed quotation mark after the character string '<Root />’,@SynchronizationProcessId=’578F4E34-A0B0-F158-8F21-70691F06C38F’,@TargetOperationalState=default 
'.

I have tried to play around with the query but cannot get it to work. 

If there are any other ways to resolve the issue I would appreciate the help.

Thanks,

Rene


Management Server HealthService Watcher in Critical State

$
0
0

Hi All,

Since three days, we are seeing continuous heartbeat and failed to connect alerts on one of our Management Server and its health service watcher shows critical where in the server is all fine and able to access the console from the same MS.

1. When tried to recalculate the heath its the same

2. Performed clear cache

Please help me resolving this issue.

Regards

SK

Command Channel Help

$
0
0
We have a bat file that sends alerts to HP Openview, we need to do this with Scom 2016.

Anyway I am calling this as a command

cmd.exe /c 'S:\NRPE_NT\send_alarm.bat' ALARM OPER "$Data[Default='Not Present']/Context/DataItem/AlertDescription$"

But the output being sent to openview is just the text i.e

Message text Data[Default='Not Present']/Context/DataItem/AlertDescription

It does not parse the alert details, any ideas? new to SCOM

Thanks in advance

SCOM Console

$
0
0

SCOM Console have hanged and are not getting opened 

re-started the services and cleared cache also

Any other Solutions ?

from : 

Sandy

SCCM ConfigMgr 1511

$
0
0
I need to upgrade System Center Configuration Manager 1802.  To get there, I need to download versions 1511 so i can upgrade from the console to 1802.  In our organization we have the license to make the upgrade but in the volume license page version 1511 is not available.  What can I do to fix this?

Notification sent by email.

$
0
0

I have problems to receive SCOM notifications, when they are related to disk space, however the alerts appear in the Dashboard, other alerts are sent by email without problem.


They can give me some idea of where the inconvenience may be.

Thanks


Ing. Daniel Garcia

Targets needed for Active Directory Based Agent Assignment Account

$
0
0
I am working on setting up the AD  based agent discovery in SCOm 1801. I have two forests each with multiple domains, a production one and a development.  There is not a two way trust between the two. I have two gateway servers in dev.   The AD discovery is working fine for production. I am using the Run as profile for Active Directory Agent Assignment Account and when I target the appropriate domain scom action account to either the production managment servers or the SDM gateways,  I get login failures alerts.  I am assuming I am not getting the right targets.  It only works in production, if the action is account is set to manage  "All Targeted Objects" .  I cannot do two of these in a single profile though and I learned I cannot use a new profile for my Dev environment that isn't sealed.  So I would like to build SCOm groups for production and for development with the proper items needed. 

Upgrading SCOM from 2012 to 2016 - Migration of Subscriptions, Subscribers and Channels

$
0
0

Hi,

I was going through a wonderful article recently to migrate subscriptions from SCOM 2012 to SCOM 2016.

https://scomandothergeekystuff.com/2017/06/14/migrating-notifications-from-scom-2012r2-to-2016/

I wanted to know if this process migrates subscribers and channels as well?


Scom 2016 reporting installation issue

$
0
0

Hello,

After deploying SCOM 2016, i decided to add scom reporting feature so i started with installing and configuring SSRS 2016 it works fine at the beginnig. Just after running scom reporting installation (which didn't work by the way) the web portal URL and Web service URL of SSRS stop working due to an error on RSReportServer.config file.

After investigating i found that those sections was modified (commented ones): 

and this section:

"<LogonUser></LogonUser>

 <LogonDomain></LogonDomain>

<LogonCred></LogonCred>"

is it normal?

Alert not triggering for the rule created for whenever a user removed from few AD groups

$
0
0

Hi All

We have created new rule to monitor whenever a user removed from following AD Global groups, but we didnt get any alert for recent user removal

Group1
Group2
Group3

Here is the configuration of the rule,

Rule Category: Alert.
Rule target: Windows Domain Controller.
Unchecked Rule is Enabled option

On Event Log Name window given Event Log Name as Security

On Build Event Expression window
Event ID Equals 4729
Parameter 3 Matches regular expression Group1|Group2|Group3

On Configure Alerts window
Given the Alert name: User removed from High Risk Group (Group1/Group2/Group3)

Alert description: User $Data/Params/Param[2]$ was removed from group $Data/Params/Param[3]$ by $Data/Params/Param[6]$ at$Data/@time$.

Set Priority to High and Severity to Critical.

Overridden the rule For all objects of class: Windows Domain Controller.

Please let me if any changes required on above configuration in order to generate the alerts.

Bijesh NS

How to monitor HP prolient physical server's hardware from SCOM 2016

$
0
0

Hi All,

I am using the scom 2016 and want to monitor the HP physical hardware server's health, Is any one using HP MP to monitor the physical server's health.

Can i get the some your experience about h/w monitor from scom and how it is valuable for us as per monitoring and what component you are monitor.

Problem Agent

$
0
0

Hello

We have a strange problem with an SCOM Agent on a Domain Controller. The Management Servers and the DC are in the same Domain. So no Gateway between the Agent and the Management Servers.

The Agent was working good for a while, but suddenly it became gray and the following errors were logged (OperationsManager Log on DC:

Event 21016, OpsMgrConnector

OpsMgr was unable to set up a communications channel to "Mgmt-SRV-03.domain.local" and there are no failover hosts. Communication will resume when "Mgmt-SRV-03" is available and communication from this computer is allowed.

Event 20071, OpsMgrConnector

The OpsMgr Connector connected to Mgmt-SRV-03.domain.local, but the connection was closed immediately without authentication taking place. The most likely cause of this error is a failure to authenticate either this agent or the server. Check the event log on the Server and on the agent for events which indicate a failure to authenticate.

Event 2119, Health Service

Active Directory Integration has been disabled because this Health Service is running on a Domain Controller. To suppress this meessage, set the value System/CurrentControlSet/.......Enable ADIntegration in the registry to 0.

For the Event 2119, ADIntegration was really set to 1. I Changed that to 0, restartet the Health Service on the DC, but the Agent stayed gray and did not communicate with the Management Servers.

Flushing the Health Service on the DC did not help. So we deleted the Agent via the console and deleted the Agent on the DC via program and features. Then we re-installed the agent, but the Agent never showed up in pending Management.

Thanks in advance for any help.

Michael



Agents in Not monitored

$
0
0

Hi,

There are some agents in Not monitored state even after performing all troubleshooting steps.Please let me know to fix the issue

  1. Restarted the SCOM service
  2. Stop the SCOM service – clear the cache- Restart the SCOM service
  3. Verified that port 5723 is opened
  4. Deleted the agent entry in console and tried approving in Pending management
  5. There is no certificate issue as the agents are in same domain.

Event viewer logs are as below:event ID 21016 & 20070

1.OpsMgr was unable to set up a communications channel to "management server name" and there are no fail over hosts.  Communication will resume when  is available and communication from this computer is allowed.

2. The OpsMgr Connector connected to "management server name", but the connection was closed immediately after authentication occurred.  The most likely cause of this error is that the agent is not authorized to communicate with the server, or the server has not received configuration.  Check the event log on the server for the presence of 20000 events, indicating that agents which are not approved are attempting to connect.



Viewing all 11941 articles
Browse latest View live


Latest Images