| Perfil de OperationsOperations ManagerBlogListas | Ayuda |
|
29/05/2008 OpsMgr Answer This: Why should I go to Operations Manager 2007 when I can stay with MOM 2005 or use WhatsUp Gold or ... ?We are starting a new series: OpsMgr Answer This questions. These are questions that you probably have asked yourself (or others) more than once. In this series, the writers of the System Center Operations Manager 2007 Unleashed book will offer their opinions to some of those (sometimes rhetorical) questions. The first question we are discussing is, Why should one go to Operations Manager 2007? You may be using MOM 2005 and be perfectly happy with it. There is an adage: "if it works, don't break it" - so why go to Operations Manager 2007? Andy Dominey suggests:
From John Joyner:
Cameron Fuller says: First, let's look at MOM/OpsMgr versus WhatsUp Gold: WhatsUp Gold provides an environment with up and down monitoring, gathering of events, performance information, SNMP information in the network. It also provides reporting and notification functionality. From a high level it is really a good question of why MOM or OpsMgr versus WhatsUp Gold. The key reasons to go with a MOM or OpsMgr solution versus WhatsUp Gold are:
Regarding MOM 2005 vs. OpsMgr 2007, funny you should ask that. This is a great question that I have spent a lot of time thinking about. In fact, I did a presentation at MMS 2008 (S031) on the differences between MOM 2005 and OpsMgr 2007 and why you should go to the most recent version; I just posted my slide deck at http://systemcenterforum.org/wp-content/uploads/Why_Move_to_OpsMgr_2007.zip. The media version of it will be available on the MMS 2008 DVDs. The highlights of the presentation in are in the following table:
Kerrie Meyler offers:
There is a review of OpsMgr 2007 in the current issue of Redmond Magazine - see http://redmondmag.com/features/article.asp?editorialsid=2467, which includes a comparison of some of the MOM 2005 and OpsMgr 2007 features and real world application of those differences. The biggest change in OpsMgr 2007 versus MOM 2005 is in its approach to monitoring. OpsMgr incorporates end-to-end monitoring - not just server monitoring with MOM 2005 as John mentioned, but the health of applications (including identified components across the network) and services. Which would you prefer to know?
In addition, as Cameron points out, OpsMgr 2007 incorporates security log monitoring (ACS), agentless exception monitoring (AEM), and client monitoring. If these are important to you, you should implement Operations Manager 2007. Also of import is Andy's reference to the announcement that with Service Pack 2 OpsMgr will incorporate monitoring UNIX and Linux platforms as part of the base product and that the related code will be open source - yes, even at Microsoft pigs can fly! - and that SP2 will include NASM (Network Aware Service Management), which is an integration of EMC Smarts' Systems and Network Management Solution with OpsMgr. Don’t forget PowerShell - the ability to script and run in batch just about anything you can do using the OpsMgr console - and in some cases, things you can't do with the console. What are the downsides of OpsMgr 2007? If you are using MOM 2005, this really is a brand new product and not an upgrade, so there will be a learning curve. Think of going to NT4 from Windows AD domains (but also think of the improved functionality!). Along with the increased functionality, there are new areas of the user interface to learn. 23/05/2008 Database Clustering, SQL Server Editions, and Operations Manager 2007We've been asked in the newsgroups: Okay, here's how it works:
The operating system in either case MUST be Windows Server Enterprise (or Datacenter) Edition. One advantage of clustering - other than the obvious one for high ability when one node of the cluster goes down, is that it can be used to maintain the functionality of the database in situations such as patch management (this is in addition to maintaining availability when there are temporary outages). Let's look at a creative way where you can use more than two clustered nodes. This scenario involves a 4-way Active/Active/Active/Passive configuration using SQL Server Enterprise Edition, where:
Assuming the boxes have a lot of memory, this enables you - using a single clustered implementation of SQL Server Enterprise Edition - to host all the databases used by OpsMgr (and ACS). Now let's look at some specific advantages of using SQL Enterprise Edition in an ACS installation. ACS supports the use of SQL Server 2005 Standard Edition and SQL Server 2005 Enterprise Edition. The version used impacts how the system behaves during the daily 2:00 AM database maintenance window while the ACS database is reindexed. During the maintenance window, any database partitions with timestamps outside the data-retention schedule (14 days in the default configuration) are dropped from the database. Keep the following points in mind:
SQL 2005 Enterprise Edition is probably mandatory in high-volume ACS environments because it reduces the chance of lost security events from filling the collector queue during the maintenance window. The Operations database also has various maintenance tasks. This includes Discovery Data Grooming (2 AM), Partitioning and Grooming (12 midnight), Detecting and Fixing object space (every 30 minutes), and Auto Resolving Alerts (4 AM). These are in addition to a daily backup job you should schedule for all databases used by Operations Manager as well as significant system databases such as master and msdb (for more information on backups, see Chapter 12 of System Center Operations Manager 2007 Unleashed). The Data Warehouse database also does optimizations, reindexing, and grooming. SQL Server Enterprise Edition does not appear to be recommended for the Operations and Data Warehouse databases as strongly as Microsoft recommends it for ACS, due to the databases being maintained differently. However, based on your particular environment, you may discover benefits to using Enterprise Edition. Enterprise Edition is better able to handle querying large amounts of data (> 500 GB), which can make it valuable for the data warehouse component. Another example is that while SQL Standard can run on a maximum of 4 CPUs, Enterprise can handle 64 (based on the version of the OS that is running). Enterprise Edition also supports parallel index operations, parallel DBCC operations, table and index partitioning should you want to implement that, online index operations, and online page and file restores. Microsoft has a scalability and performance comparison between the two versions available at http://www.microsoft.com/sql/editions/enterprise/comparison.mspx. 22/05/2008 In the News ...Lead author Kerrie Meyler has a recent podcast discussing the Operations Manager 2007 Unleashed book at http://www.cstechcast.com/home.aspx?Episode=25. Kerrie also spoke with John Fontana of Network World discussing Microsoft's announcements for Operations Manager at MMS 2008, that article is available at http://www.networkworld.com/news/2008/051208-microsoft-management-plans.html. Co-author John Joyner is on youtube discussing System Center 2007 with Intel vPro technology (see the second half of the 3-minute video) at http://youtube.com/watch?v=K3uUgWRjtdc. Happy reading/viewing! Data Warehouse SQL Server Authentication Account - response to email questionWe received the following question via email from "Scott," but his settings did not allow us to respond to him via email. First and foremost, great site! I've gotten more help here than from almost any other source. Which brings me to my question... Where would be the best place to look for information on the Data Warehouse SQL Server Authentication Account? It looks like ours was changed from the default, and now we're in a down state. Any info you can point us to would be wonderful. Thanks a million, and keep up the good work!! Scott, if you have the OpsMgr 2007 Unleashed book, check pages 502-503 which discuss Data Warehouse database security. Check the Run As Profile for the Data Warehouse SQL Server Authentication account Run As Account and make appropriate changes to the Run As Account, which should get you back in business! Hope this helps. 15/05/2008 About the Essentials Management Pack for monitoring network devices in OpsMgr 2007The following question was posted at Cameron's blog, cameronfuller.spaces.live.com: I bought your book "SCOM Unleashed" , and I find it very useful. Thanks for that. I tried to followed your advice by importing the SCE MP for the network devices for monitoring Cisco switches and routers. The import is successful, but I am unable to populate it. It seems that there is an error related to the discovery of the SNMP interfaces. Here is the error I see in OpsMgr event log: Loading managed module type in assembly "Microsoft.EnterpriseManagement.SCE.Modules" with type name "Microsoft.EnterpriseManagement.SCE.Modules.SnmpInterfaceDiscovery" failed with error code "80FF0001" in rule "Microsoft.SystemCenter.NetworkDevice.Interface.Discovery" running for instance "10.160.100.34" with id:"{3A9BC6C5-AA0B-353B-2670-438AD4FC97F1}" in management group "DimensionDataEurope". This may be because the type or assembly could not be found or the type does not have the MonitoringModuleAttribute. I tried it on a SCOM 2007 without SP1 on a 32 bit OS and on a SCOM 2007 with SP1 on a 64bit machine with the same issues. I seen in the forums that I am not the only one having this issue, see: http://www.microsoft.com/communities/newsgroups/en-us/default.aspx?&query=snmp&lang=en&cr=US&guid=&sloc=en-us&dg=microsoft.public.opsmgr.general&p=1&tid=bfaf68ee-ea6a-4161-a578-dc734842d0fb So my question is : Did you do something "secret" to have this MP working on SCOM 2007 ?? Thanks in advance. Our answer:
Hope this information helps! 08/05/2008 Pilot of the Windows Server 2008 pre-release MPIn April 2008, Microsoft made available to selected testers (including the MOM MVPs) a pre-release version of the Windows 2008 Base OS and IIS management packs (MPs) for OpsMgr 2007. Having these MPs is important since without a MP designed to monitor Windows Server 2008 systems, those servers with Windows 2008 running an OpsMgr agent show a "not monitored" state in the Operations console, since the Windows 2003 and Windows Server libraries cannot monitor Windows 2008. When these management packs are imported into an existing OpsMgr 2007 management group, you are able to enjoy accurate OS health state for those Windows 2008 servers with OpsMgr agents installed on them, rather than showing the not monitored status. A word of caution from Microsoft: Installing the pre-release Windows 2008 management packs into a production management group is not supported; in fact, it will cause any such management group to be specifically unsupported by Microsoft! These management packs should only be deployed in your lab and test environments. OpsMgr 2007 agents can be push-installed to Windows 2008 systems, including those Windows 2008 servers installed with Core functionality. If you look at the screenshot below, you can see there are new target types (object classes) installed by the new MPs; and there are separate discoveries for Windows Server 2008 Core Computer and Full Computer types: To test the management pack, we wanted to install OpsMgr on a Windows 2008 server that hosted an "all-in-one" management group, then import the pre-release Windows 2008 MP so that the server can monitor its own OS. Installing OpsMgr 2007 on Windows Server 2008 is not yet fully supported by Microsoft, but fortunately Microsoft’s System Center Program Manager Satya Vel’s posting on the MOM Product Team blog was key to get to getting OpsMgr 2007 installed on Windows Server 2008: (Also, see http://blogs.technet.com/momteam/archive/2008/05/07/opsmgr-2007-with-sp1-support-for-windows-server-2008-update.aspx for the current supportabiilty statement for running OpsMgr in a Windows 2008 environment.) Like MVP Anders Bengtsson also discovered (see http://contoso.se/blog/?p=245), we did not encounter the “<remove name=…” sections Satya mentions, maybe because we didn’t install the Windows 2008 IIS compression features. Otherwise Satya’s article was all we needed to get OM 07 installed on a Windows Server 2008 “all in one” platform (including SQL 2005 SP2 installed locally). We installed using a low-privilege scenario for our Data Warehouse Writer Account (DWWA) and Data Reader Account (DRA) services:
After OpsMgr 2007 (with Reporting) was installed on our Windows 2008 server, we installed the downloaded pre-release Windows 2008 MPs. One is for the Windows 2008 OS, the other is for the IIS component of Windows 2008. Both MP installs place a number of libraries and MPs in the %Program Files%\System Center Operations Manager Management Pack folder. You can select all the MPs in both install folders and import them all at once. Give OpsMgr few minutes, and the Windows 2008 OS and IIS health and configuration data will populate the console, giving the same look and feel as with the existing Windows 200/2003 Server MPs. Microsoft has added the “copyright symbol” (©) to the Microsoft and OS names so that is a quick tip-off you have the new Windows 2008 OS MP installed. What you are actually looking at here is the DisplayName for the Operating System class, which is populated using a generic discovery that runs against all OS versions in the Microsoft.SystemCenter.Internal management pack. The value is taken from the Caption property of the Win32_OperatingSystem WMI class; apparently the introduction of the symbols was made in WMI for the first time with Windows Server 2008. Here is the Health Explorer for the Windows 2008 server OS core Windows service rollup: |
|
|