MS has released SCUP 4.5 for publishing your own updates via ConfigMgr 2007/2007 R2 or SCE 2007.
Month: December 2008
Feature Pack for SQL Server 2005 December 2008
For all you accidental DBA’s out there, MS has released a feature pack for SQL 2005. This contains a collection of tools and functionality add-on’s that you could alternatively download separately.
The Microsoft MVP Award Program Blog
Ever heard the term "MVP" and wondered what the heck they are (outside of American Sports, that is). Microsoft has just set up a blog to help publicise their Most Valuable Professionals. In short, an MVP is an award given to worldwide experts who share their knowledge with others. This can be through writing, public speaking, forums, etc. MVP’s are re-evaluated on an annual basis so MVP’s need to keep up their efforts and expertise.
The next question is, how do you become one? The answer is: get noticed. Focus on one product and work on it. Share your knowledge. Eventually either someone inside of MS or another MVP will nominate you. You’ll then be asked to participate in building a case which will be presented to the product group. They decide yea or nay on your case. If you’re lucky, you get a nice email. There’s no exams to cram for. This is based purely on your efforts in the community.
How many of there are us? It seems to be split 50/50 between developers and IT pros. There’s just over 4,000 MVP’s globally. And there’s just 8 of us in Ireland.
Hyper-V Server 2008 Pre-Requisite Gotchyas
If you’re installing Hyper-V Server 2008 (the free stripped down OS with Hyper-V) then make sure you have configured DEP and CPU virtualisation assistance in the BIOS beforehand. The OS will install and setup the Hyper-V role even if you haven’t configured the server hardware. Obviously Hyper-V won’t work without these being configured.
And one thing is missing from the configuration menu: the firewall. I’ve set up a machine for some lab work and remote admin via the Hyper-V console proved impossible until I reconfigured the Windows Firewall on the Hyper-V server.
I installed the VMM 2008 agent successfully. The "update available" issue sprang up immediately. Installing KB956589 and KB956774 on the Hyper-V server fixed that (reboot required). That wasn’t much of a problem because I’ve previously encountered it. I wonder if you can build a WDS image from the Hyper-V Server media and stream these updates? Whenever I have free time (2011 by the looks of it) I’ll have a look.
The Hits Keep Coming
My blog passed 125,000 hits this week. Thank you for the interest!
Deployed A WDS Image To Hyper-V VM
I’ve been trying out a few things, trying to push the envelope of some VM configurations to see what happens. I’d set up a VM in VMM and forgot to mount a installation DVD image. The machine fired up and booted up the PXE client. It found my WDS server and was ready for me to log in when I got back to it.
A quick rummage and I found that the NIC in the default new machine template was the Legacy Adapter rather than the integration components enabled one. So:
- When creating IC enabled VM’s, be aware of this. A IC enabled NIC is more resource efficient than the Legacy Adapter. If you mainly deal with WXP, Vista, W2003 or W2008 then have a machine template that has the Integration Component/Services NIC rather than the Legacy Adapter.
- This is good for heterogeneous environments where your Linux is Xen-enabled but doesn’t have IC components.
Whitepaper: The Microsoft Virtualisation Strategy
It’s been a while since I’ve written any documents for my blog. I was asked to do some stuff for the company web site so I’ve written a couple of documents. The first is on the Microsoft Virtualisation Strategy. I talk about how MS views virtualisation as being many things, e.g. Hyper-V/server virtualisation is just one aspect of the solution. I also discuss what makes the MS approach different: management.
On a related note, there’s also a document on Cloud Computing and Software-as-a-Service. Organisations are tired of becoming accidental IT firms, e.g. they buy a CRM solution and end up managing servers, racks, power, UPS, fire suppression, databases, networking, etc. They just wanted a business solution. SaaS gives them that solution. It’s also good for the software developers/server providers because it simplifies product ownership and increases customer retention. Cloud Computing is the delivery mechanism for SaaS. And virtualisation is a core component of Cloud Computing because it breaks the link between services and hardware/geographic location. Microsoft’s managed virtualisation gives us Managed Cloud Computing thanks to the all-seeing and all-knowing single pane of glass, Microsoft System Center.
Why Does It Take So Long To Create A Fixed Size Virtual Hard Disk?
I’ve wondered this myself. Afterall, isn’t i just an empty file? The Virtual PC guy explains how and why MS ensures that it really is an empty file.
Digiweb Hacked? Microsoft Ireland “Appears” Like It Was Hacked
One of my colleagues told me to look at www.microsoft.ie. I did and I took a screen shot:
That, on the face of it, would look like Microsoft were hacked and someone had defaced the Irish site. I checked the genuine MS Ireland URL and it was OK. A quick lookup on DNSTools and I found this:
% Information related to ‘80.93.17.0 – 80.93.17.255’
inetnum: 80.93.17.0 – 80.93.17.255
netname: nov-sh
descr: Novara Shared Hosting
country: IE
admin-c: nov23-ripe
tech-c: nov23-ripe
status: ASSIGNED PA
mnt-by: mnt-novara32
mnt-lower: mnt-novara32
mnt-routes: mnt-novara32
source: RIPE # Filtered
person: Eoin Costello
address: 3, North Earl Street Dublin 1, Ireland
phone: +35318583091
nic-hdl: nov23-ripe
source: RIPE # Filtered
% Information related to ‘80.93.16.0/20AS31122’
route: 80.93.16.0/20
descr: Novara Route Object
origin: AS31122
mnt-by: DIGIWEB-MNT
source: RIPE # Filtered
Novara was acquired by Digiweb a while ago. It looks like someone set up a DNS record to point to a site hosted on their shared service web servers. Ouch!
EDIT:
This looks like a DNS hack was perpetrated on Digiweb. I cannot say for definite but that’s what it smells like to me. It looks like stuff that was 100% outside of MS’s control.
EDIT #2:
And for the twits wearing tinfoil hats: No, the Microsoft Ireland site was not actually defaced. The .ie DNS record just redirects to the Ireland subpages of corporate. That record (it looks as if it was Novara hosted but I could be wrong) was altered and a fake page on a Novara/Digiweb server was set up.
Distributed Power Management
Most administrators don’t know or care about the real cost of servers: power. A single server’s cost is much more than what you pay to Dell or HP. The power alone massively outweighs the purchase cost. It’s said a typical server has the carbon footprint of a car. It’s inevitable that we’re going to see carbon taxes hitting businesses now. Cloud computing/Software-as-a-Service mightn’t be for everyone so they need a solution. Cloud providers also need a solution to power issues because the biggest cost they have to pass on to customers is electricity.
I found this commentary by Chris Wolf talking about an experimental feature that was included in VMware VI3.5. This feature called Distributed Power Management (DPM) is an interesting one – one which had me nearly swinging towards VMware instead of Hyper-V. Virtual Center monitors the usage of host resources by VM’s and using DRA and memory over-subscription it will consolidate VM’s to fewer hosts. This allows idle hosts to be powered down or suspended. When resource consumption grows the required idle hosts are powered back up using WOL. VM’s can be migrated using VMotion to ensure they get the CPU and RAM (probably IO as well) resources that they need.
The commentary talks about how people are wary of powering down/up production servers. That’s fair enough. In my opinion however, that’s the wrong way to look at this. The production servers are the VM’s. In this scenario the VM’s are never powered down. They’re offline for a few milliseconds as the VMotion across the cluster, something that VMware customers are well used to now.
The hosts are just physical resources. The hardware is just an enabling layer like electricity or network when you’re dealing with virtualisation. And just like those utilities there’s fault tolerance at this layer – or there should be. In a network that could realistically use DPM to save power there will be significant numbers of hosts. They should be dealing with at least N+1 the number of hosts that they require, maybe even N+2. So what happens if there’s an occasional hardware failure? If you run an enterprise network then the hardware should be monitored and any faults will be responded to immediately.
Microsoft are currently taking a different approach to the power issue when it comes to Windows Server 2008 R2 – and logically Hyper-V. MS are using Core and CPU Parking. The server monitors the demand on the CPU cores every X milliseconds. When a core is idle it is suspended, thus reducing it’s power consumption. The CPU core is the major draw on power in a server. It’s also the generator of heat and cooling that heat is another major draw on power. Suspending idle Cores reduces both of those power demands. If a Core is required then it is snapped back online. The trick is in defining appropriate idle windows – you don’t want to suspend at millisecond 1 and find you’re always bringing it back online at millisecond 2. That’s wasteful. When all cores in a CPU are idle then the CPU is parked, thus saving more power.
I was at a power meeting/interview session with MS at TechEd EMEA and I brought up the VMware DPM approach. I don’t know if it’s something MS will look at or not. I hope they do look at it for the next release after Windows Server 2008 R2. Right now, I have to applaud VMware for trying to do something. They do see the hardware as just an enabling layer, not the production servers. I think that’s the right point of view to take. When DPM does go live I can see it saving VMware customers a good bit of money.