Archive for November 2006

XML Notepad 2007

November 25, 2006

XML Notepad 2007 allows you to view and edit XML documents. Handy as the new SCOM management packs are in XML format. It allows you to see a tree view of the document as well as the traditional view that you could see in Notepad or IE.

I loaded up the RunAsExecuation.MP.XML management pack that came with RC1 and the tee view helps in seeing how it is structured. At the bottom pane is an error window and that MP has an error so it does not conform to XML standards. Interesting.

Free download at
http://www.microsoft.com/downloads/details.aspx?familyid=72D6AA49-787D-4118-BA5F-4F30FE913628&mg_id=10051&displaylang=en

Embedded XP

November 24, 2006

After mentioning POS machines in my last post I received a link from a friend to a blog from the Windows XP Embedded team.


http://blogs.msdn.com/embedded/archive/2006/10/22/mom-s-the-word.aspx

The gist of the blog is that there is a download for MOM 2005 SP1 that allows you to install the MOM pre-requisite macro component in your XP Embedded database which enables you to use a MOM agent on XP Embedded. This was released in September but there is no mention of it on the MOM web site that I can find and in fact they still say that it is not a supported configuration.

Supported Operating Systems at
http://www.microsoft.com/technet/prodtechnol/mom/mom2005/Library/acb14db1-a3b3-4e65-9aae-c025e4718cfa.mspx?mfr=true
 

Table 3.2 Supported Operating Systems in Windows XP (Part 2)
Operating system Agent-managed computer (32-bit) Agent-managed computer (64-bit) Agentless managed computer View MOM reports (32-bit)
Windows XP Embedded (any release) No No No No

And searching around I found these PDFs from the embedded team that mention MOM 2005 managing Embedded XP.Windows Embedded PDF file mentions using MOM to service XP Embedded.


http://download.microsoft.com/download/0/C/E/0CEA129C-0B8B-4316-9037-82ADC0D357DF/Windows-XPEmbedded-SP2-Datasheet.pdf
 

WEPOS PDF mentions support for MOM (May 2005)


http://download.microsoft.com/download/1/4/D/14DD5554-0C2A-4B89-ACDC-CBB94F65EBE4/WEPOS%20Product%20Overview%20White%20Paper.pdf
 

It would be nice to get something official from the MOM team on this on the MOM web site. And also if this applies to SCOM as well.

SCOM Sizing – an easy win?

November 22, 2006

One of the statements from the SCOM material is that it more scalable. Well that should be easy as the MOM 2005 scalability tests for support was run on old hardware (even for the time) and so the 2000 agents per server and 4000 per management group should be easy to increase just by using modern hardware! Looking at the Performance and Sizing white paper that was done for 2005 I suspect they could double the numbers just by using modern hardware. I suspect that they will have done some work on it anyway to improve things. And perhaps the use of 64 bit SQL may help the scalability of a management group.

For server monitoring it will not make that much difference to many people as there are very few organisations that need to monitor more than 4000 servers. However monitoring workstations is becoming more interesting and that is where MOM 2005 had problems.

Not only are there scalability issues which meant that you have to use multiple management groups above 4000 agents but there are other issues as well like:-
• No workstation license – so costly
• Workstations are switched on and off more than servers so heartbeats alerts are a problem
• No support for XP Embedded which is used for systems like POS tills (for a retail environment this is a critical application)

And if you did go down this route and installed multiple management groups then there is the problem of keeping the rules in synch. Unlike SMS which you install a package at the top and it filters down MOM requires you to install the MPs at each management group. If you don’t then alerts that come up to the top management group don’t work as they only send a pointer and not the alert. If the rule (with GUID) does not exist then no alert. And that means every time you modify a rule you need to ensure that you export it and then import it into every down level management group. Then once you have solved that you need to set up a system to get the reporting data into the top management group as that does not happen automatically. Although Microsoft has produced a solution accelerator that shows you how to do it.

So I am intrigued on the scalability of SCOM for workstations like POS tills or ATM machines as these are more business critical than normal PCs. Then you have to take into account the three parts of SCOM.

AEM (formerly CER) is based on Windows Error Reporting and that scales up to Internet numbers. As it is agentless it is easy to deploy and get large number of clients working. After all you don’t expect 5000 PCs to all have a Dr Watson error at the same time and hit the AEM file share at the same time! I expect this figure will be bandied about as “demonstrating” SCOM scalability. Especially by marketing.

The ACS agent is part of the OM agent. When it was in beta ACS had its own agent. This will be attractive to companies who want to monitor security events for compliance and so I see that organisations would want to put that on PCs. Some initial figures I have seen is that a separate ACS server can deal with 100 DCs, 1000 server or 10000 PCs. It looks like you just have to put in extra ACS servers to scale out. There has been no mention of how to get all that info into a single database for reports if you have scaled out. We will just have to wait until the testing is done to get the supported figures.

OM itself will be the bit you want if you need to alert on event logs and performance counters and if they can deal with the heartbeat separately from servers they should be able to scale up to some reasonable numbers – I hope. As the ACS agent is included as part of the OM agent then it needs to scale out to deal with that fact alone.

Having written this, although Microsoft are bundling SCOM 2007 as one product, it is clear that it is three separate products by the way I tackled writing about it. This fits in with the article I did a while back on SCOM architecture and I think that organisations should look at SCOM as three separate products.

SCOM 2007 RC1

November 17, 2006

As Vlad mentioned in his presentation MS released RC1 at the end of October and a number of bloggers immediately got the word out. On the other hand Microsoft took over a week to change the main MOM web page from talking about Beta 2 to RC1.

I downloaded it initially and tried to install it on a couple of VMs that were running MOM 2005 as I wanted to see about parallel installation. It failed. I should have read the documentation first as that is not functioning in this release. I should know better – RTFM.

The 18 page release notes document is filled with things that don’t work (with workarounds or not) and things that are not in this release. I was going to list them but it is too long. The standard from Microsoft is usually that release candidates are feature complete and are released for bug testing. This is obviously not feature complete according to the release notes (18 pages of them) so it should actually be called Beta 3. I have seen mention in the newsgroups about an RC2 release and Stefan has blogged from IT Forum that it is due in December. I hope that it is feature complete.

I did clear off MOM 2005 on those VMs and it installed fine and this time I even got Reporting to install which I had trouble with on Beta 2. I am still finding the new way of doing things confusing. I was wondering whether that is because I am so steeped in MOM 2005 that I am finding it hard to change or because the interface is not as good as 2005.

For instance I had an AD alert come up. In the Action pane it lists all the tasks for AD ond only AD and if you right click the alert you get the same actions (tasks) list. But no other tasks. If I go to the State view I get the Windows tasks but not the AD tasks. Even if I right click on the symbol in the AD column. This seems like a backward step. I want to see all relevant tasks. It may be possible to change this behaviour but I have not found out how to yet. To investigate I created a new task and assigned it to Windows 2003 servers and then I could not find it again! I did find the advanced search (Tools, Advanced Search, Tasks on the menu) and that found it. The filtering was on (by default) in the main view and it was hiding a lot of the tasks. But once found my task I could not change the task to another task target. And this is just one small area I am having a problem with. I am forecasting that SCOM 2007 training courses will be very popular!

However, I do like in the Computers (State) view that you have a column with the AD site. Very useful.


Follow

Get every new post delivered to your Inbox.