Wednesday, December 2, 2009

State of the Internet

I think the current top 10 downloads from CNET's download.com says it all.


Saturday, November 14, 2009

Hyper-V Server R2

I'm currently attending a conference with a lot of people who own the same kind of companies that I do. It's a fun experience to get to talk to other people who do what I do and face the same things as I do every day.

While the conference is marketing centric, you can't stop IT guys from talking about technology. One conversation that has come up a lot is in regards to virtualization. I'm currently working on two separate virtualization projects for clients. We had to choose a horse, so to speak, between Microsoft and VMWare when it came to the different platforms.

Needless to say, I chose to hitch my cart to the Hyper-V horse in this race. We've seen Microsoft enter markets as the underdog in the past and become the dominant player within a few years. I feel that the virtualization market is going to play out the same way.

You can really tell that they're out to win by the features that they are offering for free. In the past, any kind of clustering required Windows Server Enterprise. If you're using the Hyper-V role on top of Windows Server 2008, you still need Enterprise or better in order to take advantage of the clustering capabilities.

However Microsoft also has a free product called Hyper-V Server 2008 R2. Included for free are some features that are not available with Windows Server Standard running the Hyper-V role, including Cluster Shared Volumes.

Using this free technology, we are able to create highly-available clusters for our clients. With so much running on any one physical machine now, the hardware becomes much more valuable. Using Cluster Shared Volumes (CSV) along with shared storage like iSCSI or Fibre Channel, you can protect your critical systems making sure that even with the total failure of a complete server, you can keep on running.

Our "bread and butter" is small businesses, many of whom are too small to really need this level of virtualization. But I really enjoy working with my larger clients and getting to play with this kind of technology. That's not to say that we don't get to use Hyper-V with our smaller clients. We have many SBS 2008 servers running Hyper-V child machines, and even a few SBS 2008 systems running AS the child machine.

Whether you're using VMWare, Hyper-V or any other technology, virtualization is an amazing technology and I can foresee a day where everything we work on is a virtual machine in some form.

Tuesday, November 10, 2009

Wake on WLAN

We recently deployed 31 brand spakin' new Dell Latitude E5500 laptops to a school here in town. One of the things I noticed in the BIOS settings was the option to Wake on WLAN instead of the usual Wake on LAN. Intel refers to this WoWLAN. But I can't for the life of me get it to work. If anybody searching the web for it and stumbles upon this article (sorry that I'm not offering a solution this time), please come back and post a solution in the comments if you find one.

We would like to be able to do some offline management of these laptops, and wake them up to do so in the cart on the weekend.

We have it set in the BIOS, and under the power management options in Device Manager. What I guess I can't get my head around is how a magic packet reaches a wireless card, especially one with a secured profile, while the system is off. The wireless card is a BCM4310 based Dell Wireless 1395 WLAN Mini-Card.

Any ideas? Is this Intel only?

Friday, April 10, 2009

MoCA Adapters

As a geek, I tend to have a lot of gadgets. This includes a nice cable distribution panel in my basement that makes the cable and satellite guys turn green when they think I need them to do anything on it.

I live in a newer house, but for some reason, Ethernet is not a standard feature of houses like cable outlets and phone jacks.

For the few years I've lived here, I've always wanted to be able to stream HD video to a Windows Media Center Extender up in my bedroom because I record a lot of shows on the Media Center. I use my Media Center to pull ATSC HD off the air. Anything on satellite is recorded on the Dish Network DVR.

A very handy feature of the Dish DVRs is the ability to modulate the second video output to a cable channel for viewing on a separate TV. Basically I can turn the TV in my bedroom to channel 63 (or whatever) and get the full DVR interface. However I was always out of luck when it came to the Media Center.

For a long time, the only extender that could play back HD content was the XBox 360, and I bought a second one just for this purpose. I quickly found out that 802.11g was not fast enough nor reliable enough to do this in my house (AP is in the basement, bedroom is on the second floor). There wasn't any good way to get high speed WIRED network up there.

I have been reading about Ethernet over Coax (aka MoCA) adapters for a few years, and they always seemed like they were about to release. I decided to stop waiting and picked up a couple of Actiontec HME2200 boxes off of Amazon.com.

WHY AREN'T THESE THINGS ON THE SHELF AT EVERY ELECTRONICS STORE?!?!?


I couldn't believe how EASY the install was. It took about a minute per end. Here's a basic layout.



Typical cable uses about the first 1000MHz of the frequencies available on a cable. However most RG6 or Quad Shield is rated to 2350MHz. This leaves quite a bit of bandwidth available for other things. The MoCA adapters put the Ethernet signal onto the unused bandwidth at one end, and pull it off at the other. It's basically a diplexer.

Now if I had an actual satellite tuner in my room (which I don't), I wouldn't be able to use this since it uses the additional bandwidth for that signal.

This has got to be one of the easiest and most useful network devices I have ever used. Powerline is basically worthless, but you can get it at any Best Buy. I'm looking forward to seeing these devices become more available and cheaper in the future.

Monday, April 6, 2009

FixMAPI

Clearly, keeping up on this blog hasn't been at the top of my to-do list. We've made some big changes at Artech, and business is booming at the moment, so I've been busier than ever.

This blog was originally going to be a collection of articles that I could spit out at my own pace, and then use in a newsletter format on a periodic basis to send to our clients. However most of my clients wouldn't really care to read any of this, so it's basically turned into a collection of fixes for which I couldn't find anything on Google when trying to fix an error myself.

A recent example of this came up when I migrated a client from GroupWise 6.5 to Exchange 2007 with Outlook 2007 on the client side. The vast majority of people could no longer use any mailto links or the "Send to" function of Explorer when choosing Mail Recipient. The only solutions people tended to talk about was to verify that you had Outlook selected as the default email program under Internet Explorer.

So if you are being prompted to "Choose Profile", and then nothing happens when trying to use any of these functions, check out the version of your mapi32.dll. There's a program that's been pushed out since IE5 called fixmapi.exe in your system32 directory, which makes a backup of the current MAPI DLL, and restores the correct version. Be careful, because this will break older versions of Outlook.

Hopefully this will help other people when looking for a solution to this issue.