SQL 2005 Service Pack 4 now supported

August 12, 2011 Leave a comment

New KB Article – Microsoft.SystemCenter.Library management pack

August 4, 2011 Leave a comment

For the authors amongst us, Microsoft have released a new KB Article that allows us to download the latest version of the Microsoft.SystemCenter.Library management pack so that we can reference it in the Authoring Console. This Management Pack gets imported into SCOM as part of the CU4 and CU5 updates but doesn’t leave copy on disk to reference in the Authoring console.

http://support.microsoft.com/kb/2590414

Categories: Authoring

Kevin Holman runs through the cumulative update 5 install

August 4, 2011 Leave a comment

Cumulative Update 5 for SCOM 2007 R2 released

August 3, 2011 Leave a comment

Available for download

Moving to http://www.systemcentersolutions.com/blog/

July 20, 2011 Leave a comment

I’m going to move the SCOM 2012 specific information to a new blog –
http://www.systemcentersolutions.com/blog/

I’ll continue to update this with SCOM 2007 specific information …

SCOM 2012 – supported configurations

July 19, 2011 Leave a comment

Just a quick heads up on a couple of items that need to be considered if you will be looking to upgrade OpsMgr 2007 R2 to SCOM 2012 at some future date. In SCOM 2012:

1) There is no support for windows 2000 agents.

2) Management Servers must be Windows 2008 R2 or later

3) SQL Server needs to be SQL 2008 SP1 or SQL 2008 R2

4) All SCOm 2007 R2 agents must have cumulative update 4 or later applied

The full list is here – http://technet.microsoft.com/en-us/library/hh205990.aspx

Categories: SCOM2012

SCOM 2012 beta install – Web Console errors

July 18, 2011 Leave a comment

If you install .Net Framework 4 before installing IIS then you are likely to hit a couple of errors on the pre-install check:

webconsole install error

webconsole install error

The fix is to re-register IIS using:

– %Windir%\Microsoft.Net\Framework64\v4.0.30319\aspnet_regiis.exe -r

– additionally, you might find you need to go into the IIS Management Console and enable ISAPI and CGI restrictions of .Net4
webconsole

Categories: SCOM2012

SCOM 2012 beta – new install considerations

July 18, 2011 Leave a comment

A few things to be aware of before you try and install SCOM2012:

SQL needs Full Text Search Service … this is becoming a standard requirement in most System Center products to leverage advanced searching capabilities.

Reporting is no longer a seperate install but is part of the initial installation routine. Therefore, to install SCOM, you MUST install Reporting at the same time.

Operations Manager Administrators Group. You no longer get asked for the Operations Manager Administrators Group. Instead setup automatically assigns the Administrators group on the local computer to the Operations Manager Administrators role. You must be logged on with an account that has local Administrator rights to run Setup on the first management server that you install; this ensures that you can open the Operations console after Setup is completed. Best practice is to create a global OpsMgr Admins Security Group and a local OpsMgr Admins Security Group on each Management Server. Then add users who will have this role to the global group, and then add this global group to the local group. Then in the OpsMgr console, re-assign the OpsMgr Admins role to the local windows OpsMgr Admins security group.

Operations Manager Admin Role

Operations Manager Admin Role

There isn’t a Root Management Server anymore. Well, that might not be 100% true depending on how pendantic you want to be but I’ll go into that in more detail in another article. In SCOM 2012, all Management Servers are created almost equal, similar to the move from NT4 domains to Windows 2000 Forests. But as with that move, we had a PDC emulator. In SCOM 2012 we have an RMS emulator that enables legacy management packs which rely on the RMS to continue to function in SCOM 2012. This role can be moved \ managed using PowerShell – there are new PowerShell cmdlets for this:
– set-scomrmsemulator
– get-scomrmsemulator

RMS Emulator Role

RMS Emulator Role

Resource Pools. We can now create a resource pool for Network Devices and non-Windows Servers for failover.

Note that windows agents do not use resource pools for failover which continues to function exactly the same as in SCOM 2007.

Also that Resource Pools only apply to the “Health Service” functionality at present and not to SDK functionality. So you can’t use Resource Pools for OpsMgr connectors or for Reporting failover.

More also on Resource Pools in a later blog.

System Center Operations Manager 2012 Public beta released

July 18, 2011 Leave a comment

Guess the title says it all – http://www.microsoft.com/download/en/details.aspx?id=26804

I’ll be running through some of the new features and requirements in a series of blogs so keep watching for more info!

Categories: SCOM2012

Operations Manager 2007 R2 on SQL 2008 R2

June 23, 2011 Leave a comment

The official documentation for setting this up is to be found on technet http://support.microsoft.com/kb/2425714

However, Vivia Xing has found a couple of other very useful articles to assist in implementing this configuration: