People
SearchProfile
Gender:
Status:
Age:
 To 
InterestedIn:
 

Community
Submit

Rank (234) Views 238 On Sat, Feb 04, 2012 9:17 AM, 3 hours ago By Pete Zerger

0

0

PRO Integration still has an important place in VMM / OpsMgr integration System Center 2012 and I expect many people will be leveraging it in a private cloud environment. Once you setup Performance and Resource Optimization (PRO) integration (for info on...

   Comments(0)

Rank (0) Views 58 On Sat, Feb 04, 2012 8:32 AM, 4 hours ago By Pete Zerger

0

0

Pua, you can multi-home an agent to up to 4 management groups. Is that the info you're looking for?

   Comments(0)

Rank (0) Views 84 On Sat, Feb 04, 2012 8:13 AM, 4 hours ago By mmats123

0

0

Thx for the reply Maybe I did not explain it right. We not trying to manually close or Ack the Alerts.If that was the case , its a no brainer.Its part of the automatic workflow that a new alert goes through.All new alerts are acted upon by...

   Comments(0)

Rank (2) Views 192 On Fri, Feb 03, 2012 7:02 PM, 17 hours ago By Andreas Zuckerhut

0

0

Well you don't need to update the alert, that "Ack by Connector" is redundant. You only have to acknowledge the alert.

   Comments(0)

Rank (0) Views 169 On Fri, Feb 03, 2012 4:46 PM, 19 hours ago By Pua

0

0

We are considering System Center Advisor, which would require dual homing agents.  We are also planning on SCOM 2012 migration, one option would to dual home to the new 2012 Management Group.  So this brings me to this question- Is it possible t...

   Comments(0)

Rank (0) Views 279 On Fri, Feb 03, 2012 3:27 PM, 21 hours ago By mmats123

0

0

We have an Alert Update Connector, which updates Custom Fields on Alerts. Have been noticing that when a Critical  alert comes in from a monitor(say a SQl Agent monitor) , & the state changes immediately back to resolved(ex SQL Agent hiccup), the...

   Comments(0)

Rank (2) Views 98 On Fri, Feb 03, 2012 1:33 PM, 23 hours ago By Andreas Zuckerhut

0

0

:D what are you doing? Of course it won't find System.Entity, you have to tell it in which Management Pack that class is. Ever wondered what this is for: MicrosoftSystemCenterInstanceGroupLibrary6172210! <- it tells it in which Management Pack it has to s...

   Comments(0)

Rank (2) Views 136 On Fri, Feb 03, 2012 12:53 PM, 23 hours ago By Pro

0

0

$ComputerName='FQDN' $MC = Get-MonitoringClass -Name System.Entity $MOS = $MC | Get-MonitoringObject foreach ($MO in $MOS) {  if ($MO.Path -eq $ComputerName) { write-host $MO.GetLeastDerivedNonAbstractMonitoringClass().name }  } Working like a...

   Comments(0)

Rank (247) Views 247 On Fri, Feb 03, 2012 12:31 PM, 1 day 0 hours ago By Cameron Fuller

0

0

When I was building my System Center 2012 testing lab I installed SQL server in a virtual running on my HyperV systems I was controlling with SCVMM 2012 RC. I’ll admit it, it seemed like a good idea at the time. I put all of the System Center products in...

   Comments(0)

Rank (2) Views 88 On Fri, Feb 03, 2012 11:42 AM, 1 day 0 hours ago By Pete Zerger

0

0

Because the VMM installer tries to install an agent on the server running WSUS, I suspect only way this is going to work is if you install WSUS before you install VMM on your server. Not even sure that would do it, but would be worth a try in the lab.

   Comments(0)

Rank (2) Views 101 On Fri, Feb 03, 2012 12:06 PM, 1 day 1 hours ago By Andreas Zuckerhut

0

0

Ooops, well the method Getmonitoringclass() doesn't exist, there's GetMonitoringClasses() but that's not what you need. What you need is: $MO.GetLeastDerivedNonAbstractMonitoringClass().name And, I already explained to you that have to target System.Enti...

   Comments(0)

Rank (2) Views 91 On Fri, Feb 03, 2012 9:48 AM, 1 day 2 hours ago By Pro

0

0

This is not working from some reason: $ComputerName='FQDN' $MC = Get-MonitoringClass -Name System.Entity $MOS = $MC | Get-MonitoringObject foreach ($MO in $MOS) { if ($MO.Path -eq $ComputerName) { write-host $MO.GetMonitoringClass().Name  } }...

   Comments(0)

Rank (2) Views 109 On Fri, Feb 03, 2012 9:27 AM, 1 day 3 hours ago By Jelena L

0

0

Thanks again, this works! I got email, and alert in console. Is there any way to get this with monitors, in order to get alerts auto-closed (what I can't get with rules)?

   Comments(0)

Rank (2) Views 110 On Fri, Feb 03, 2012 9:14 AM, 1 day 3 hours ago By ricardo_mm

0

0

Hi I dont have SCOM 2012 RC in lab environment. I add the following property: $Target/Host/Property[Type="Windows!Microsoft.Windows.Computer"]/NetworkName$ and it works fine. I think there is problem with ipaddress property. Yes i have edit the alerting i...

   Comments(0)

Rank (2) Views 110 On Fri, Feb 03, 2012 9:11 AM, 1 day 3 hours ago By Jelena L

0

0

Thanks! It means if I create rule for this event, I can get email only if it is alerting rule? In that case, I have to close alert manually.

   Comments(0)

Rank (2) Views 103 On Fri, Feb 03, 2012 9:00 AM, 1 day 3 hours ago By Andreas Zuckerhut

0

0

Subscriptions are only available for alerts, not for collections.

   Comments(0)

Rank (2) Views 114 On Fri, Feb 03, 2012 8:49 AM, 1 day 3 hours ago By Cameron Fuller

0

0

Hey SteveO, I tracked this down with Microsoft and blogged on the results here: http://blogs.catapultsystems.com/cfuller/archive/2012/02/02/opsmgr-2012-scom-overriding-the-default-autosignout-value-for-the-web-console.aspx. I hope it helps / it worked wel...

   Comments(0)

Rank (2) Views 127 On Fri, Feb 03, 2012 8:43 AM, 1 day 3 hours ago By Jelena L

0

0

For me is important to get email, alert is not necessary. Target of collection rule is ''Monitoring Cluster Service'', and I don't get mail.

   Comments(0)

Rank (2) Views 116 On Fri, Feb 03, 2012 7:18 AM, 1 day 5 hours ago By Andreas Zuckerhut

0

0

What is the target of the collection rule? Use that one for your alerting rule and see if that works out for you.

   Comments(0)

Rank (2) Views 204 On Fri, Feb 03, 2012 7:11 AM, 1 day 5 hours ago By Andreas Zuckerhut

0

0

The issue you have is that you target the DBEngine class, change that to System.Entity otherwise you can't get anything but DB Engine instances. The relationship is just fine. Regarding "all classes": You have to have a parent (reference point) for which...

   Comments(0)
[1]  2  3  4  5  6  7  8  9  10