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

SCOM notifiction channel not working

$
0
0

 Hi experts,

    I am facing a very frustrating problem, and I cannot find any specific logic behind received behavior, maybe one of you would push mi in a good direction. I am trying to set up the command notification channel (the end goal - to create events with msend). It doesn't work as expected though. I was able to get one channel to create events with createevent.exe program. But no other programs produce any significant results, and no other channels created work. I wrote everything down in the bullet points, my notes are below:

- the only command working is createevent.exe, it only works in one channel

- creating another channel with the same command doesn’t lead to creating two events

- modifying the working channel to create different events work well

- modifying the working channel to run a different command doesn’t work

               - changing a command to the non-existing one results in the event log errors, which suggests the other commands are processed but without a significant result

                               - commands, that don’t work: powershell.exe, .bat scripts, .ps1 scripts

               - moving eventcreate.exe to another folder on the E:\ drive and modifying the channel to run it from there is working in the same way as from c:\windows\system32

- no other test channel works, they are not executed

               - changing a command to the non-existing one doesn’t results in any event log errors, which suggests the other commands are not processed by those channels

I set up the Notification Run As account as mine (domain and SCOM admin). Also all the scripts were distributed to every MS in the notifications resource pool. Any help will be greatly appreciated


Operations Console push, esae, multi-tier architecture

$
0
0

Hello,

we installed a new environment, SCOM 2019 in our administrative domain. The other tier Domains aer connected with gatewayservers. The works fine so far, we also managed to connect our old "unsecure" productive domain. with an unidirectional firewall release admin domain --> "unsecure" domain. The other direction is forbidden.

Now the Question:

Our control center has their monitoring server in the old "unsecure" domain yet. Are there any possibilities, the scom can push the operations console from the secure to the unsecure domain? the requiremtents say, i need a port release from the webconsole server to the management server, but i need the other way.

With kind regards,

Alex

web console widget question

$
0
0

Is there a way to remove the search box in the widgets?

Thanks,

Rene

sql query

$
0
0

I would like to run this sql query on the SCOM 2019 datawarehouse but this script is written for SCOM 2016. Can anyone translate to the new DB?

SELECT
top10 NumberasEventID,COUNT(*)ASTotalEvents,PublishernameasEventSource
FROM
EventAllView eav with(nolock)
GROUPBYNumber,Publishername
ORDERBYTotalEventsDESC

Thanks,

Rene

Unable to delete Monitoring Agents from SCOM (2019)

$
0
0

I made a boo-boo and discovered all my Client machines, now I cannot get rid if them in Operations Manager.

If I go into Administration--->Agent Managed, they all show up.  If I highlight one or more of them, I have the option to delete them, but the Uninstall option is not available.  I have deleted them several times, and they keep returning.  I went native and used the Operations Shell and  ran the following

et-SCOMAgent -DNSHostName 2ua@ Disable-SCOMAgentProxy

$credential = (Get-Credential)

Get-SCOMAgent -DNSHostName 2ua* | foreach{Uninstall-SCOMAgent -Agent $_ -ActionAccount $credential}

I did not get any output from that, but it spun for a while.  I really need to figure out how to get rid of these entries, I have over 500 of them. 

Any Help Would be appreciated.

DQ

SCOM 2012R2 - Powershell script to turn off/on Maintenance Mode for servers

$
0
0

I've been tasked to write a simple PowerShell script to place servers in Maintenance mode in SCOM

We are running SCOM 2012 R2.

I'm new to Powershell. Any suggestions to write this script?

Kind regards for your help.

SCOM 2016 - Patch reboot completed

$
0
0

Hi all,

I need some advice on the below requirements please. I have SCOM 2016/SCCM CB 1810 servers

* Need a alert or email triggered if the server or workstation patching is completed and no reboot is pending. Overall i need to inform admins that no reboot pending on the machines.

Please suggest


Regards, Pratap

Monitoring DB Free Space on a SMB Share

$
0
0

Hi guys,

having customer who wants to monitor DB Free Space on DB Database Files which are located on a SMB Share lying on a netapp storage. The DBFilesFreeSpace.vbs seem not to be able to calculate it ("Path not found")... they are trying to access it via LocalSystem.

Anyone seen this before?! Any idea? Any help hardly appreciated!

Markus



Monitoring DB Free Space on a SMB Share

$
0
0

Hi guys,

Customer does (unfortunately) have some DB Files on a SMB Share and we are constantly getting the error although the path definitely is accessible.... -- anyone any idea?

Event ID: 4211. Management Group: XYZ. Script: GetSQL2016DBFreeSpace.vbs. Version: 7.0.7.0 : The next errors occurred:
Database: abcDB Error: Cannot get FreeSpace of SMB shared '\\test01.test.corp\data' ('\\test01.test.corp\data\SQLSrv6\SQLTI40\testdb.mdf')


Error occurred during data file free space calculation for database 'abcDB'
Error Number: 76
Description: Path not found
Instance: SQLTI40

Thanks in advance,

Markus

SCOM DW is now 1TB, how to remove data from it?

$
0
0

Hello all,

In our environment we noticed that our SCOM Datawarehouse is now 1 TB.

How can we flush this database?

So far no historical reports were asked, so we want to start over instead of keep having to add diskspace.

At this moment it is a bottomless pit.

Any advice or guidance is much appreciated.

Thanks!

How to get SQL Discovery PS Script extracted?

$
0
0

Hi guys,

the PS Script "DatabaseReplicaAlwaysonDiscovery.ps1" is reporting WMI access errors

DatabaseReplicaAlwaysOnDiscovery.ps1 Version: 7.0.7.0 : Error occurred during Always On Database Replica discovery.
Computer: XYZ1021 
Reason: Unable to get AlwaysOn Replica's host FQDN. Attempt log:
Unable to get FQDN via DNS using name 'XYZ1031': Returned name 'DEWDFMI1031' is not FQDN
Unable to get FQDN via WMI using name 'XYZ1031': Cannot validate argument on parameter 'ComputerName'. The argument is null or empty. Provide an argument that is not null or empty, and then try the command again.
Unable to get FQDN via WMI using host address 'XYZ1031.ABC.DEF.com' and server name 'XYZ1031': Access is denied. (Exception from HRESULT: 0x80070005 (E_ACCESSDENIED)) 
Position:372 


I would like to examine this script, I opened MPViewer and tried to extract the Script from the Discovery and the Monitring MP but I did not find it...?! anyone any idea?

Markus

SCOM Database move to SQL AON

$
0
0

Dear all,

We have SCOM 1901 installed environment , now SQL database team want to move operations manager DB to SQL AON. If they create Listener for Availability group , what are the activities we should need to perform  from SCOM End to make the connection again. 

Thanks,

Linux Agent gray after Upgrade to SCOM 2019

$
0
0

Hi Guys,

I have upgrade OM1807 to SCOM 2019, all LINUX agents upgraded after SCOM 2019 finished will turn to gray, why?

Newly Installed SCOM Agent showing Not Monitored State

$
0
0

Hi Folks,

Have installed the agent through console, I could see the agent in console but in not monitored state.

Have done clear cache, resintalled the agent manually but still showing up in not monitored state.

Your help is highly appreciated on this.

Regards

SK

Age of available performance data

$
0
0

Hi all,

Looking for evolution of consumed space on one our our server, I see that only 7 last days are available in the history.

As I can read on various articles about that, this the default and preferred setting for OperationsManager DB.

But I want to believe the older performance datas are available in OperationsManagerDW DB.

Reading this article I guess the data set which correspond in "dbo.Dataset" table should be "Performance data set". But I'm not sure about the "dbo.StandardDatasetAggregation" table where I find 3 records for "Performance data set" :

DatasetIdAggregationTypeIdAggregationIntervalDurationMinutesAggregationStartDelayMinutesBuildAggregationStoredProcedureNameDeleteAggregationStoredProcedureNameGroomStoredProcedureNameIndexOptimizationIntervalMinutesMaxDataAgeDaysGroomingIntervalMinutesMaxRowsToGroomLastGroomingDateTime
1015045C-B1EF-48CF-A6F6-5FEC4046AC640NULLNULLPerformanceAggregateNULLPerformanceGroom2401024010000003/12/2019 05:58
1015045C-B1EF-48CF-A6F6-5FEC4046AC64206020PerformanceAggregatePerformanceAggregationDeletePerformanceGroom24040024010000003/12/2019 06:10
1015045C-B1EF-48CF-A6F6-5FEC4046AC6430144030PerformanceAggregatePerformanceAggregationDeletePerformanceGroom24040024010000003/12/2019 06:30

The first row is set to 10 days and the 2 others about 240 days. So I guess I should be able to see at least 10 days aged performance data. Isn't it ?

Thank you.

Regards,


FXE


Operations Manager AD Services alerts on Visio Dashboard

$
0
0

Hi,

My lab is under:

Scom 2019 installed

AD servers : 2012 R2 and 2016 and also installed 2012 r2,2016 MP too.

I want to create AD service alerts on visio dashboard like;

netlogon,win32time,dfsr,ISM,NTDS... services

Where are these services?. How can I achieve this ?

I created dashboard but when I add class for AD services I could not find these services. Also find this link but not helpful because written in 2014

https://blogs.technet.microsoft.com/systemcenterramblings/2014/10/31/scom-creating-a-visio-dashboard-and-publishing-to-sharepoint/

Many thanks in advance

Microsoft.Windows.Server.MonitorClusterDisks.vbs failed

$
0
0

Hi 

I have a question because I get this Warning from a lot of our Servers:

Data was found in the output, but has been dropped because the Event Policy for the process started at 12:53:29 has detected errors.   The 'ExitCode' policy expression:
[^0]+
 matched the following output:


Command executed:"C:\Windows\system32\cscript.exe" /nologo "Microsoft.Windows.Server.MonitorClusterDisks.vbs" false "ClusterDiskMonitoring" "XXXXXX.XXXXX.com" "XXXXXX"
Working Directory:C:\Program Files\Microsoft Monitoring Agent\Agent\Health Service State\Monitoring Host Temporary Files 5057\3300\ 

One or more workflows were affected by this.  

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

So I tried to start the command from the working directory and after aproximatelly 15 seconds i got a result.

What should be the problem here? I think a timeout is not the problem...

SCOM returns 0.0 for Sample Counts on busy SQL Servers

$
0
0

Hi Everyone,

Using SQL SMS, I execute the following query against the OperationsManager DB to confirm there are 80+ counters in use for the DB Host. Yet when I run a VEEAM Report (version 8) for the last week of current disk queue lengths and I look at the F: instance where the databases reside, all I note is sample counts being recorded as values 0.0 as per image attached.

select Distinct Path,
ObjectName,
  CounterName,
  InstanceName 
from PerformanceDataAllView pdv with (NOLOCK) 
inner join PerformanceCounterView pcv on pdv.performancesourceinternalid = pcv.performancesourceinternalid 
inner join BaseManagedEntity bme on pcv.ManagedEntityId = bme.BaseManagedEntityId 
where path = 'dbserver.FQDN'
order by objectname, countername, InstanceName

Current LogicakDisk\Current Disk Queue length for F: (databases) is what I am reporting on.

Thanks.


SCOM 1801 - Agent State - Not Monitored (Installation in Progress)

$
0
0

Hi,

SCOM 1801

For few VMs we are facing an issue were agent shows as installation in progress (pending for management).

MMA agent is installed on the VMs - validated from Programs & Features

Flushing Heath Service & Cache - won't work from console [The location monitoring object is not managed]. So, went ahead & stopped MMA service, deleted the contents of Health service store folder & later restarted the service - didn't work. Later, put the computer in maintenance mode for 5 minutes - didn't work.

if following helps, eventvwr logs:

ops mgr sdk service
26319
An exception was thrown while processing SubmitTasks for session ID uuid:560e73fc-83f9-4ac2-a430-8c4c84a52fb7;id=1456.
Exception message: The creator of this fault did not specify a Reason.
Full Exception: System.ServiceModel.FaultException`1[Microsoft.EnterpriseManagement.Common.LocationObjectNotManagedException]: The creator of this fault did not specify a Reason. (Fault Detail is equal to Microsoft.EnterpriseManagement.Common.LocationObjectNotManagedException: The location monitoring object is not managed.).
............................
ops mgr connector
20000
A device which is not part of this management group has attempted to access this Health Service. 
Requesting Device Name : xyz.biasd.com

Please, let us know what needs to be done in order to resolve the same.


SCOM - Multi-tenancy

$
0
0

Hi guys,

My company is looking to use SCOM for multi-tenancy for various customers, my question is has anyone done this in the past and have any problems that they ran into?

My number one question is around gateways, is it possible\best to set up a gateway over the internet or do you HAVE to have a gateway on each customer connected by a site to site VPN?

Viewing all 11941 articles
Browse latest View live


Latest Images

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