|
People
Thank you for your rating!
|
|
|
 
6 |
 Pete Zerger
Level: System Center Expert | Points: 72684
|
|
Pete Zerger RE: onAdvancedMonitoring, onStandardMonitoring and onEssentialMonitoring ?
This was used in Essentials 2007 / 2010 to establish default behaviors different than that in OpsMgr. I explain more here: http://www.systemcentercentral.com/BlogDetails/tabid/143/indexid/19158/Default.aspx an excerpt: So Is it REALLY Enabled? (Category Overrides) For Essentials 2007 users, this can be a difficult question to answer outside the Console UI. The MP Viewer utility provides accurate reporting of the enabled / disabled status of rules for Operations Manager 2007 only. For Essentials users, you will need to use Silect MP Studio Lite for accurate reporting. This is because Essentials handles category overrides differently than Operations Manager 2007. Here's a quick explanation. In the management pack XML, you will see there are 5 category overrides that apply to all categories of rules and monitors. The Enabled= attribute will contain one of these values" True OnEssentialMonitoring OnStandardMonitoring OnAdvancedMonitoring False In Operations Manager 2007-
|
|
|
Pete Zerger RE: onAdvancedMonitoring, onStandardMonitoring and onEssentialMonitoring ?
This was used in Essentials 2007 / 2010 to establish default behaviors different than that in OpsMgr. I explain more here: http://www.systemcentercentral.com/BlogDetails/tabid/143/indexid/19158/Default.aspx an excerpt: So Is it REALLY Enabled? (Category Overrides) For Essentials 2007 users, this can be a difficult question to answer outside the Console UI. The MP Viewer utility provides accurate reporting of the enabled / disabled status of rules for Operations Manager 2007 only. For Essentials users, you will need to use Silect MP Studio Lite for accurate reporting. This is because Essentials handles category overrides differently than Operations Manager 2007. Here's a quick explanation. In the management pack XML, you will see there are 5 category overrides that apply to all categories of rules and monitors. The Enabled= attribute will contain one of these values" True OnEssentialMonitoring OnStandardMonitoring OnAdvancedMonitoring False In Operations Manager 2007-
|
|
|
Pete Zerger RE: Effects of increasing Performance Data retention
OperationsManager DB size will grow very substantially. The need for big database hardware increases substantially. The likelihood of poor console performance goes up substantially. I've had a customer turn this up to 21 days, and it works for them, but the agent count is not huge (less than 200), but they are able to manage.
|
|
|
Pete Zerger RE: Agent load balancing script for OpsMgr 2007 R2
Hello Kitty, I have a couple different versions I have. (I think this one may have come from Tao Yang). Anyway, here you go: $erroractionpreference = "SilentlyContinue" ##Initiate SCOM PSSnapin #Get the FQDN of the local computer (where the script is run)... #Since this script is running on RMS server, the RMS server FQDN can be retrieved from WMI $objCompSys = Get-WmiObject win32_computersystem $RMS = $objCompSys.name+"."+$objCompSys.domain Write-Host "Connecting to RMS $RMS" -ForegroundColor Yellow #adding SCOM PSSnapin if ((Get-PSSnapin | where-Object { $_.Name -eq 'Microsoft.EnterpriseManagement.OperationsManager.Client' }) -eq $null) { Add-PSSnapin Microsoft.EnterpriseManagement.OperationsManager.Client -ErrorAction SilentlyContinue -ErrorVariable Err } if ((Get-PSDrive | where-Object { $_.Name -eq 'Monitoring' }) -eq $null) { &
|
|
|
- Gender:
- Relationship Status:
- Biography:
ACHIEVEMENTS:
Group Creation Voter Commentator Submission Points (25) Rating Points (5)
Latest Photos (12) Photos
 Bookmark Profile
|
|
|
Community
|
|
Submit
|
|
|
|
Here’s a not-so-minor aggravation related to VM deployment and a workaround I wanted to share with you as another lesson in the “private cloud in the real world” series. It's not every day you create a VM templates with multiple logical drives, especiall...
Thank you for your rating!
This was used in Essentials 2007 / 2010 to establish default behaviors different than that in OpsMgr. I explain more here: http://www.systemcentercentral.com/BlogDetails/tabid/143/indexid/19158/Default.aspx an excerpt: So Is it REALLY Enabled? (Category...
Thank you for your rating!
In short, you need Kerberos (possible only across a forest trust) or certificate authentication. So if you dont have a forest trust, then a Gateway server with certificate authentication between the Gateway and the Mgmt Server would be a good solution to...
Thank you for your rating!
Problem: I had to convert a VMware VM guest in my VMM 2012 test environment, but the virtualization team would not let me connect to vCenter from System Center 2012 Virtual Machine Manager. This means a virtual-to-virtual (V2V) conversion is not possible...
Thank you for your rating!
If you're an Operations Manager administrator or an Orchestrator 2012 enthusiast, there are two utilities you have to check out… Cool Tool: New Command Line Utility to Start a Runbook -This utility is an OpsMgr administrators dream, enabling easy executi...
Thank you for your rating!
Harashukugrl, I do not believe this is possible.
Thank you for your rating!
Bryan, this is possible with a PowerShell script in a runbook. Due to a bug in the maint mode cmdlet in OpsMgr 2012 it wont do the recurive maint to contained objects by default, but that can be worked around...without the need to enumerate groups members...
Thank you for your rating!
Hey Kitty, I had a request for that and Branch Office Maintenance Mode runbook. Will strive to post both this week. In the interim, ping me on gmail (pete.zerger@....) and I'll send you an export.
Thank you for your rating!
I hear ya Wilson. In this case, if you look at the list of fixes, it's mostly VMM 2012 and some App Controller. The list of OpsMgr is pretty short. You've seen some of the issues reported here by Tenchuu (Andreas Zuckerhut) and CurtMcGirt, so plan and pro...
Thank you for your rating!
Just network device and cross-platform agents. You can work around this with Windows agents using AD Integration (basically unchanged from 2007 R2) or via a PowerShell script run on a schedule.
Thank you for your rating!
Tom, I have an Orchestrator runbook to deal with this. I'll try to post an article this week...ping me offline for a copy on my gmail account - pete.zerger@ ...
Thank you for your rating!
You can monitor multiple SharePoint 2010 farms, but you must have a single account that holds permissions (Farm Administrator) for all farms you intend to monitor. You do not need a separate management group for each...that would be an unreasonable requir...
Thank you for your rating!
I have seen a few issues with the upgrade from 2007 R2 to 2012, but not this one :(
Thank you for your rating!
Krish, R2 does not come for free if you do not have Software Assurance (SA) on your OpsMgr 2007 SP1 environment. Check with your licensing people to see if they purchased SA with the SP1 license.
Thank you for your rating!
Krish, assuming the pack works for SP1 (and does not require R2), check the 'Required Configuration' section of the MP Guide that comes with the pack. It will explain what you need to do regarding configuration of the Correlation Service, which is unique...
Thank you for your rating!
Krish, sorry to ask, but I assume you've removed the user from the other groups connected to the other subscriptions?
Thank you for your rating!
OperationsManager DB size will grow very substantially. The need for big database hardware increases substantially. The likelihood of poor console performance goes up substantially. I've had a customer turn this up to 21 days, and it works for them, but...
Thank you for your rating!
I think we're going to see quite a few more side-by-side upgrades than I originally expected.
Thank you for your rating!
I am going to run through a quick 2-minute synopsis of a few of the most important Hyper-V features in Windows 8 Beta (now Windows Server 2012) for a customer, and thought I would share with the community at the same time. Below you’ll find a brief descr...
Thank you for your rating!
Hello Kitty, I have a couple different versions I have. (I think this one may have come from Tao Yang). Anyway, here you go:
$erroractionpreference = "SilentlyContinue"
##Initiate SCOM PSSnapin
#Get the FQDN of the local computer (where th...
Thank you for your rating!
|
|
|
|
|
Quick Links
System Center Web sites
3rd Party / Partner Resources
Other System Center Resources
|
|
|
|
|
|
|
|