jhoward: Hyper-V and Terminal Services Stuff

John is one of the few guys I know who actually manages to blog less than I do. Now to be fair to John, he changed roles from IT Evangelist, to Senior Program Manager, Virtualisation (yes, with an “s” dammit!), so I guess that’s fair enough.

But he got back on the “tools” over the weekend, and posted a four part series on “Terminal Services Gateway and Terminal Services Web Access using Hyper-V”:
Part1
Part2
Part3
Part4

I wonder with that blog title, if his next move will be to Microsoft Marketing and product naming. *joke*

John has some excellent posts from his old days *grin* which are well worth a look while you’re perusing his site.

Hopefully, this latest burst in blogging signifies a return to form John?

VMware VIC 2.5 and Server 2.0 Beta 1

I’ve been using Server 2.0 B1 for a few weeks now, and it would appear that like everyone else I really don’t like the new VI Web Access.

I just find the interface very slow and hard work to use. As mentionend by Chrissy there is a VMware Infrastructure Client (2.5) that can be used instead of the Web UI.

Now ignoring the rather bizarre way required to acquire the 53mb client – which is included in the linux tarball and err, apparently not in the Windows package, I just can’t seem to get it to work – I am working in a test lab so I’m not using any AV, and I have the firewalls disabled on both of my Windows 2003 servers.

I’m able to connect via the Web UI, and all the other connectivity tests work fine:
- I can ping both servers from each other
- I can telnet from Server1 to the Host on port 8333

However, I always get the error message: “..could not establish the initial connection with server Server2. Details: The server took too long to respond”.

If anyone has any constructive ideas please feel free (really) to post a comment, or on my thread over on VMTN. ;)

Extending a virtual hard disk with Windows PE

I tend to do a lot of my development work using virtualisation, usually VMware Server or Workstation. Quite often I build a VM and realise once I start using it that I need more hard disk space. It’s easy enough to slap another virtual disk in and just add another disk, but what if you just want to make the current disk bigger?

I’ve found there’s a way to do this that is quite painless, and is possible with the tools that I use daily – admittedly it doesn’t mean that you use them daily, but maybe you do: WinPE from the Windows Automation Installation Kit (WAIK), and vmware-vdiskmanager.exe which is installed as part of VMware Workstation or Server.

First of all we need to open up cmd.exe and run the following command from within the VMware Workstation/Server folder:

vmware-vdiskmanager.exe -x

In this example, we’re going to extend the hard disk in a 2003 server VM from 8GB to 10GB:
VMware-vdiskmanager.exe Extend Example

Next, we boot the Virtual Machine with a WinPe disk. We’re not going to go into the details of preparing a PE disk now, but the documentation can be found here.

Once the VM has booted into PE, we want to use the diskpart utility.
Windows PE - Diskpart Extend example
As you can see, checking the volumes after the extend shows that we now have 10GB available for use. A reboot back into the guest OS and we’re back in business, and we didn’t even have to break out Partition Magic!