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

SCOM 1807 SQL 2017 Upgrade

$
0
0

When following instructions at https://docs.microsoft.com/en-us/system-center/scom/upgrade-sqlserver-2017-opsmgr-1807 I cannot seem to install the reporting server role after upgrade.  Setup wizard copies the following to the clipboard:

The installed version of SQL Server could not be verified or is not supported. Verify that the computer and the installed version of SQL Server meet the minimum requirements for installation, and that the firewall settings are correct. See the Supported Configurations document for further information.

And the opsmgrsetupwizard.log says:

[14:59:04]: Error: :getSQLInstanceVersion:  Unable to find the SRS version for Instance: SSRS
[14:59:04]: Info: :Info: SSRSServer\SSRS SRS version =
[14:59:04]: Error: :Couldn't check SRS version: Threw Exception.Type: System.ArgumentException, Exception Error Code: 0x80070057, Exception.Message: Version string portion was too short or too long.
[14:59:04]: Error: :StackTrace: at System.Version.VersionResult.SetFailure(ParseFailureKind failure, String argument)

  at System.Version.TryParseVersion(String version, VersionResult& result)
   at System.Version.Parse(String input)
   at System.Version..ctor(String version)
   at Microsoft.EnterpriseManagement.OperationsManager.Setup.ReportingComponent.CheckSRSVersion(String srsInstance, String requiredSRSVersion)



SQL Server Active Alerts

$
0
0

Hi, in SCOM under Monitoring, I have a single view of Microsoft SQL Server, and then under that, Active Alerts.

Now I have installed the SQL 2017 MPs I have a separate view of Microsoft SQL Server 2017+ and under that Active Alerts.

I need a single Active Alerts view to monitor all the SQL Servers in one place.

I had this before with SQL 2014, and was advised to upgrade all the other MPs and it resolved the problem. I've done that this time and it hasn't worked. Anyone help me please?

Many thanks.

Azure Monitoring is not working in SCOM

$
0
0

Hi All,

Management server Mapped for Azure role getting grayed frequently. Getting multiple errors in event log,  below  is one of the error in event.

Please check and guide me to fix the issue.

Event ID: 6420

Source: MS Azure MP Module

Details:

Unexpected error occurred

ModuleName: Microsoft.SystemCenter.Azure.Modules.DiagnosticsCollectionModules.AzureEventCollectionDS,

Exception:System.MissingMethodException: Method not found: 'System.String Microsoft.Azure.Insights.Models.EventData.get_ResourceUri()'.

   at Microsoft.SystemCenter.Azure.Modules.DiagnosticsCollectionModules.AzureEventCollectionDS.ProduceEvents(BlockingCollection`1 queue, IList`1 allEvents, Boolean checkIfNew)

   at Microsoft.SystemCenter.Azure.Modules.DiagnosticsCollectionModules.AzureEventCollectionDS.<GetOutputDataAsync>d__10.MoveNext()


Sandoss Kumar N

Office 365 monitoring

$
0
0

Hi,

I had set up O365 monitoring and was working fine for a few months. All of a sudden it stopped working. If you see the picture below subscription looks healthy but it doesn't show active incidents on it. I can see incident in azure portal but somehow its can be seen on SCOM portal. What could be the reason an idea? No changes have been made in SCOM.


Sameer Lahane

SCOM 1801 - Notification channel issues

$
0
0

Here's a good one...

SCOM 1801 (greenfield site) - it appears that using a Chanel Type "Command" and not filtering alerts at all will result in the command channel only being initiated intermittently.

Adding both the command channel type and an smtp channel type to a subscription results in the smtp channel firing every time but the command channel hardly ever firing. Nothing in the MOM event logs to indicate hitting any limits \ errors. All my command channel does is write "get-date" in a powershell script to a text file (to test - i thought it might be my script but it isn't).

Anyone else seen this? Part of me is wishing i installed 2012 R2 for this site!


This posting is provided AS IS with no warranties, and confers no rights. Please remember, if you see a post that helped you please click Vote as Helpful, if it answered your question, please click Mark as Answer. I do not work for Microsoft, I manage a large estate in the private sector, my views are generally first hand production experiences.Emma's Baby Diary About Me

SCOM Reporting Issue and OperationsManagerDW event log error

$
0
0

Hi all,

We have SCOM 2016 , in that we are facing reporting intermittent issue , when we check opsmgr event low in DW DB server , getting below error , Any help to resolve this.

The description for Event ID 4201 from source Health Service Script cannot be found. Either the component that raises this event is not installed on your local computer or the installation is corrupted. You can install or repair the component on the local computer.

If the event originated on another computer, the display information had to be saved with the event.

The following information was included with the event: 

Management Group: SCOM2016. Script: GetSQL2014DBFreeSpace.vbs. Version: 7.0.0.0
The next errors occurred:
Cannot connect to database 'model'
 Error Number: -2147467259
 Description: [Microsoft][SQL Server Native Client 11.0][SQL Server]The server principal "NT AUTHORITY\SYSTEM" is not able to access the database "model" under the current security context.
 Instance: SCOM


Cannot connect to database 'OperationsManagerDW'
 Error Number: -2147467259
 Description: [Microsoft][SQL Server Native Client 11.0][SQL Server]The server principal "NT AUTHORITY\SYSTEM" is not able to access the database "OperationsManagerDW" under the current security context.
 Instance: SCOM


Cannot connect to database 'ReportServer'
 Error Number: -2147467259
 Description: [Microsoft][SQL Server Native Client 11.0][SQL Server]The server principal "NT AUTHORITY\SYSTEM" is not able to access the database "ReportServer" under the current security context.
 Instance: SCOM


Cannot connect to database 'ReportServerTempDB'
 Error Number: -2147467259
 Description: [Microsoft][SQL Server Native Client 11.0][SQL Server]The server principal "NT AUTHORITY\SYSTEM" is not able to access the database "ReportServerTempDB" under the current security context.
 Instance: SCOM

SQL Server 2017 MP

$
0
0
HI, if I search for 'Job Duration' in Monitors within a SQL Server scope, I get 2 targets for MSSQL on Windows. I get Agent Job and Local Agent Job. For all the other SQL versions I only get one entry. What's the difference with the 2017 ones please, why is there two?

Getting all IIS alerts ven web server in Maintenance Mode..

$
0
0

I put my web server in maintenance mode and still getting IIS Alerts...

Alert is "Microsoft Windows Internet Information Services 2003 Web Site Unavailable".

I don't know why? please help!!

 


SCOM Queries Active Alert/Message- Need help

$
0
0

Hi

Need help for creating a queries in SQL , list all active alert in the  CustomApps Groups  

Group Name: CustomApps   (I just created this group and add all object + class in the group)

Alert : All Alert where active ONLY  or NOT closed

Please advise


Help.Me

Channel command with PowerShell script don’t work

$
0
0

Hello everyone,

I’m trying to activate a PowerShell script from a channel command.

Param ([String]$alertName)

Import-Module OperationsManager
New-SCOMManagementGroupConnection

$Logfile = "D:\logs\scriptLog.txt" 

$alerts = Get-SCOMAlert | where {$_.Name -eq $alertName -and $_.ResolutionState -ne "255"}
$alerts | Out-File $Logfile
# Update each alert with the information from the property NetbiosComputerName
foreach ($alert in $alerts)
{
	if($alert.NetbiosComputerName -eq "$null")
	{
		Set-SCOMAlert -Alert $alert -CustomField1 "UnKnown"
	}
	else
	{
		Set-SCOMAlert -Alert $alert -CustomField1 $alert.NetbiosComputerName
	}

}
 
Exit

When I’ve outputted to the file the parameter “alertName”, I can see that the alert name is passed correctly.

When I’m trying to see (in the txt file) the parameter “alerts”, it is empty, what makes the rest of the script to not work.

I’ve tried running the script directly from the PowerShell and its working just fine.

It’s not working only when I run it from the channel.

Anyone know why?

Thank you

 

specific text in the description

$
0
0

Hi Guys

I need to create an Alert View which will show all the alerts which has one of the below 2 “specific text in the description”.

Virtual machine has unexpected high CPU workload

or

Virtual machine disk I/O read latency is high

  I will go toMonitoring New - Alert View and create a view and in properties – criteria,  I select “with specific text in the description” and I will type in

(“Virtual machine has unexpected high CPU workload” OR “Virtual machine disk I/O read latency is high”)

But this variable is not working for us. Any advise to make it work. All I need is to display the alerts on this view which has description as either

Virtual machine has unexpected high CPU workload”

or

“Virtual machine disk I/O read latency is high”

 

(any one of this)

please help...

Server not listed in Operations Manager Products

$
0
0

I have SCOM 1807, (upgraded from 2016, via 1801) installed and working without issues, but if I look in the Administration section of the SCOM console, under Operations Manager Products the first server I installed is not showing listed at all. The 2 subsequent management servers, and the reporting server are listing fine, but the first sever of the group, which also has the Web Server installed is not listed under either Management Servers or Web Servers.

Has anyone come across this and managed to get the server listed correctly?

SCOM 2012 R2 UR14 - Gateway Patch Download Corrupt?

$
0
0

I seem to be unable to download the gateway patch for UR14. I'm able to download all others, just not the gateway patch. I've tried repeatedly form different machines. In one case I was able to download it, but the .cab was corrupted:

Alert View customization

$
0
0

Hi

We want to create our own new customized Alert View, we go to “Monitoring” then right click and create a new Alert View. Then we select “Created by specific sources” in Criteria conditions so that we can select the alerts from required monitors and rules. But here problem is some of the monitors and rules are not listed here though those monitors and rules are very much present in  authoring – Monitors or Rules and also we get to see the alerts for them in Main original Active Alerts console. Can someone please explain us why it is hidden  and how to get them there?

MSSQL 2016: Monitoring failed

$
0
0

Hi,

In one of the DB servers we are continuously getting the below alert from the rule MSSQL 2016: Monitoring failed.

Event ID: 4211. Management Group: xxxx. Script: Main Module: CPUUsagePercentDataSource.ps1 Version: 7.0.0.0 :
Error occurred during CPU Usage for SQL Instances data source executing.
Computer:<server name>
Reason: NetBios host name for DNS name '<servername>' cannot be found
Position:93
Offset:9
Detailed error output: NetBios host name for DNS name '<servername>' cannot be found

We have the required action account applied for this and is working for other servers. Can some one help me how to troubleshoot this.

Regards,

Sreenath



SCOM 2012 R2 - Script Monitoring - Determine if a service exists and it's running on a group of servers

$
0
0

Hi All,

Can you please share a standard script to create a SCOM based script monitor to identify if a service is installed and running on a group of servers?

The target of this request is to monitor if antivirus service is up and running on all servers of the environment.

I've checked the following forum but it's not working for SCOM 2012 R2: https://social.technet.microsoft.com/Forums/systemcenter/en-US/7fce050e-a3c5-4963-ac01-4bd9ada75365/scom-2012-alert-me-if-softwareservice-not-present-on-a-machine?forum=operationsmanagergeneral

Tks in advance.

Roger Batista

Health Service Heartbeat Failure Resolution state sent E-mail Closed without New one

$
0
0

Dear All,

I have issue related alert Health Service Heartbeat Failure as it some time sent e-mail with subject "close" without new one and i don't understand what the problem and how agent recover this issue if it not sent "new" alert 

Best Regards;

SCOM 1801 - exception error when creating dashboard in web console

$
0
0
In SCOM 1801 with 1807 when I click save to create a new dashboard in the web console (in IE) I get the below error. Any ideas?

Event id 26319 is logged in the OpsMgr log.

Database error. MPInfra_p_ManagementPackInstall failed with exception: Failed to validate item: View_b11f1377d22a4cd49c2cd82e0fcd67c8_test

 

at Microsoft.EnterpriseManagement.Common.Internal.ManagementPackServiceProxy.HandleChannelExceptions(String methodName, Exception ex) at Microsoft.EnterpriseManagement.Common.Internal.ServiceProxy.HandleFault(String methodName, Message message) at Microsoft.EnterpriseManagement.Common.Internal.ManagementPackServiceProxy.TryUpdateManagementPackWithResources(Byte[] managementPack, Dictionary`2 resources) at Microsoft.EnterpriseManagement.Configuration.ManagementPackDatabaseWriter.UpdateManagementPack(ManagementPack mp, IDictionary`2 resources, IList`1& verificationResults, ExtensionChangelist`1& deserializedItems) at Microsoft.EnterpriseManagement.Configuration.ManagementPack.TryAcceptChanges(ManagementPackVerificationTypes verificationTypes, ExtensionChangelist`1& changelist) at Microsoft.EnterpriseManagement.Configuration.ManagementPack.AcceptChanges(ManagementPackVerificationTypes verificationTypes) at Microsoft.EnterpriseManagement.OMDataService.Service.DataAbstractionLayer.ManagementPackHelper.CommitManagementPackChanges(ManagementPack mp) at Microsoft.EnterpriseManagement.OMDataService.Service.Impl.Component.AddComponentView.AddMonitoringDashboard(ComponentRequest componentRequest) at Microsoft.EnterpriseManagement.OMDataService.Service.Impl.MonitoringComponentViewService.AddDashboard(ComponentRequest componentRequest) at Microsoft.EnterpriseManagement.OMDataService.Controllers.MonitoringController.AddDashboard(MonitoringComponentRequest componentRequest) at lambda_method(Closure , Object , Object[] ) at System.Web.Http.Controllers.ReflectedHttpActionDescriptor.ActionExecutor.<>c__DisplayClass10.<GetExecutor>b__9(Object instance, Object[] methodParameters) at System.Web.Http.Controllers.ReflectedHttpActionDescriptor.ActionExecutor.Execute(Object instance, Object[] arguments) at System.Web.Http.Controllers.ReflectedHttpActionDescriptor.ExecuteAsync(HttpControllerContext controllerContext, IDictionary`2 arguments, CancellationToken cancellationToken) --- End of stack trace from previous location where exception was thrown --- at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw() at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task) at System.Runtime.CompilerServices.TaskAwaiter`1.GetResult() at System.Web.Http.Controllers.ApiControllerActionInvoker.<InvokeActionAsyncCore>d__0.MoveNext() --- End of stack trace from previous location where exception was thrown --- at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw() at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task) at System.Runtime.CompilerServices.TaskAwaiter`1.GetResult() at System.Web.Http.Filters.ActionFilterAttribute.<CallOnActionExecutedAsync>d__5.MoveNext() --- End of stack trace from previous location where exception was thrown --- at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw() at System.Web.Http.Filters.ActionFilterAttribute.<CallOnActionExecutedAsync>d__5.MoveNext() --- End of stack trace from previous location where exception was thrown --- at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw() at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task) at System.Runtime.CompilerServices.TaskAwaiter`1.GetResult() at System.Web.Http.Filters.ActionFilterAttribute.<ExecuteActionFilterAsyncCore>d__0.MoveNext() --- End of stack trace from previous location where exception was thrown --- at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw() at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task) at System.Runtime.CompilerServices.TaskAwaiter`1.GetResult() at System.Web.Http.Filters.ActionFilterAttribute.<CallOnActionExecutedAsync>d__5.MoveNext() --- End of stack trace from previous location where exception was thrown --- at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw() at System.Web.Http.Filters.ActionFilterAttribute.<CallOnActionExecutedAsync>d__5.MoveNext() --- End of stack trace from previous location where exception was thrown --- at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw() at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task) at System.Runtime.CompilerServices.TaskAwaiter`1.GetResult() at System.Web.Http.Filters.ActionFilterAttribute.<ExecuteActionFilterAsyncCore>d__0.MoveNext() --- End of stack trace from previous location where exception was thrown --- at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw() at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task) at System.Runtime.CompilerServices.TaskAwaiter`1.GetResult() at System.Web.Http.Controllers.ActionFilterResult.<ExecuteAsync>d__2.MoveNext() --- End of stack trace from previous location where exception was thrown --- at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw() at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task) at System.Runtime.CompilerServices.TaskAwaiter`1.GetResult() at System.Web.Http.Controllers.ExceptionFilterResult.<ExecuteAsync>d__0.MoveNext()

Alert: Alert subscription data source module encountered errors while running.

$
0
0

Good Afternoon,

I am trying to narrow down the cause of this alert:

Name:

 Alert subscription data source module encountered errors while running

Description:

Alert subscription data source module encountered errors while running: Alert subscription data source module was unable to find alerts that match the subscription because of database errors.

The following error(s) were encountered:

Exception Message: ExecuteScalar requires an open and available Connection. The connection's current state is closed.

One or more workflows were affected by this.


Workflow name: Subscription45db8948_6f77_4308_92b8_2fbd3cec181d

Instance name: Alert Notification Subscription Server

Instance ID: {E07E3FAB-53BC-BC14-1634-5A6E949F9230}

Management group: SCOM-MG01

What I have done thus far:

I have looked at the subscription in the workflow and have found nothing I can find as an error.  The alert does send email alerts, it does function.

It seems to effect all of my subscriptions at no particular interval.  The database is not stated in the alert but I checked both of the databases (OpsMgr & DW) for errors but I do not see any that stand out.

What other people are saying is there could be some performance issue, but I don't see any performance related alerts for the database or the server...

The Management Group Functions (4) are all green as are the Management Group Infrastructure (5) but the alerts persist.

I wish I could locate exactly what the error is and how to diagnose/replicate it but I just don't know where to look. Any assistance you can provide would be greatly appreciated.

System Center Management Health Service Unloaded System Rule(s)

$
0
0

Hello Guys,

I have an issue with the only one SCOM Agent 2012 (v 7.1.10184.0) on server (Windows Server 2008 R2 Entreprise SP1).

It constantly alerts from rule "System Rules Unloaded" (MP: System Center Core Monitoring).

It shows green for a while then after about 10 minutes it goes to grey and again and again.

I made a research on the internet and most of the hints is to reinstall agent, clear cache etc.

What I did:

-Flushed cache from SCOM console

-Manually changed the name of the folder with SCOM cache

-Removed SCOM Agent, removed all entries in registry related to Operations manager, remove application's folders, rebooted server, make new clear manual installation.

-Checked NT System Authority with HSLockdown.exe 

-Went through Kevin's Holman article regarding to troubleshooting the agents.

Nothing was working for me.

I have a bunch of events in Eventvwr:


After I flush cache from the console, SCOM Agent is able to load all rules (there are a lot of correct event IDs 1201 in the eventvwr) but after some times it crashes again:

Event ID 103: HealthService (2552) Health Service Store: The database engine stopped the instance (0).

Event ID 102: HealthService (9336) Health Service Store: The database engine (6.01.7601.0000) started a new instance (0).

(Error) Event ID 2010: The Health Service cannot connect to Active Directory to retrieve management group policy.  The error is 0x80005000 (0x80005000)

Event ID 2063: Active Directory Integration has been disabled for management group

Event ID 21023: OpsMgr has no configuration for management group ... and is requesting new configuration from the Configuration Service.

(Error) Event ID 20070: The OpsMgr Connector connected to ...., 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.

(Bunch of) Event ID 1201: New Management Pack with id:"NAME", version:"2017.6.27.2" received.

.......

Event ID 1200: New Management Pack(s) requested. Management group "Group name", configuration id:"".

Event ID 1200: New Management Pack(s) requested. Management group "Group name", configuration id:"".

Event ID 21024: OpsMgr's configuration may be out-of-date for management group ..., and has requested updated configuration from the Configuration Service. The current(out-of-date) state cookie is "7e37d4cc8f8989086f8b7c513b142a96,c921770a76204767b0cec05a259ebf98:00000001"

Event ID 1201: New Management Pack with id:"NAME", version:"2017.6.27.2" received.

(Error)Event ID 1102: Rule/Monitor "Microsoft.SystemCenter.ManagementServicePool.AvailabilityMonitor" running for instance "........" with id:"{25F3DE9E-A878-586F-DB42-0AB1489C47B6}" cannot be initialized and will not be loaded. Management group "....."

Does anyone has any solution for that. I'm running out of ideas.

Any help appreciated.





Viewing all 11941 articles
Browse latest View live


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