Welcome to MSDN Blogs Sign in | Join | Help

Today Microsoft made available the Community Technical Preview (CTP) of Windows HPC Server 2008 R2.

Based on Windows Server 2008 R2, the CTP is a preliminary release, allowing an early preview of planned functionality for HPC Server 2008 R2.

Check out Ryan's blog post on the Windows Server Division blog and download the CTP via the Microsoft HPC website.

Microsoft Press celebrated 25 years of publishing. Congratulations! As part of their ongoing celebration they give away free e-books. The latest 2:

untitled

Windows Server 2008 Terminal Services Resource Kit, by Christa Anderson and Kristin L. Griffin with the Microsoft Presentation Hosted Desktop Virtualization Team (PDF, 38.0 MB). In-depth and comprehensive, this Resource Kit delivers the information you need to set up, deploy, and manage a Terminal Services farm using Windows Server 2008. For more information or to buy the print version of this title, visit the Microsoft Learning website.

9780735622531fThe Practical Guide to Defect Prevention, by Marc McDonald, Robert Musson, and Ross Smith (PDF, 4.3 MB). This practical, hands-on guide captures, categorizes, and builds a process of best practices to help avoid creating defects during the development process—rather than fixing them after extensive analysis. For more information or to buy the print version of this title, visit the Microsoft Learning website.

Note: You will need to temporarily allow pop-ups in order to download the free e-books.

 

http://blogs.msdn.com/microsoft_press/archive/2009/05/20/two-free-e-books-available-in-may.aspx

MSDN subscribers have access to the beta 1 version of Visual Studio 2010. Go download the awesome beta 1 of Dev10 and the .Net Framework 4 from MSDN.

PreviewRegular

There’s a series of great screen casts up on Channel9. In just 10 minutes you will get a basic aunderstanding on how to implement/use the new feature. Each episode also includes downloadable source code:

 

See it all on Channel9 and Gunter’s blog.

"There are a number of ways to invite Linux, UNIX, and OS X to the Windows Server Active Directory party. The operating systems we use today will interoperate in many ways because each includes some level of common protocol support. Support for HTTP is an obvious protocol they all share. SMB is also commonly used for access to Windows file system shares. In the UNIX world, NFS ruled the ether for years. Thankfully directory and security protocols like LDAP and Kerberos have also become common in the desktop and server operating systems."

Watch a 3 episode series of helpful how-to screen casts on Keith's blog.

Last week TechEd 09 happened in LA. The Edge team talked to a lot of important and interesting folks at the event. You can watch all videos on the portal. Look for the teched09 tag.

BTW, the team did not manage to finish and upload all interviews. Expect more interesting content during this week.

Jeff Woolsey – after the #TechEd session – posted an update on Hyper-V Server 2008 R2 on the Virtualization team blog. Here’s test gist of it:

  • Support 64 logical processors
  • 384 concurrently running VMs per server
  • Greatly enhance processor compatibility

Read the full post at the source.

clip_image002

The TechNet Edge Lounge is back. Like the year before, Microsoft worldwide ITEs host friends, guests and celebrities at the lounge for IT Professionals, Developers, Architects, basically everyone at TechEd US.

You find the lounge in TechEd’s center of gravity. In the main exhibition hall, embedded within the MSDN/TechNet Zone.

clip_image004

If you are a Microsoft evangelist, join the Microsoft evangelists meet-up at the lounge on Monday 12pm to 1pm.

The lounge will be a place for attendees to hang out and relax from a busy event. It allows you to meet with friends, partners and customers. Enjoy our cozy bean bags.

We invited Microsoft executives to come visit and chat with attendees in the lounge. During the week we will also be recording a few video interviews with attendees and Evangelists from Microsoft.

Really looking forward to meeting you all at TechEd!

Just got word about an amazing collection of resources about Hyper-V and virtualization in general.

Anything you ever wanted to know about Hyper-V but didn’t know where to find.

Hyper-V Technical Information and Resources for IT Professionals

Technical Library, How To… videos, Go Green, Labs, Step-by-step guides and more

And that's just above the fold

Windows Server TechCenter for Hyper-V

All about planning, installation, deployment, management

This and more

Yes!

Find the latest and greatest about both release candidates (RC) on TechNet Edge. TechNet Edge, your source for up to date news, interviews and screen cast for IT Professionals worldwide.

Some links IT Professionals (and developers as well) will be excited about:

Windows Server 2008 RC interview with Ward
Latest info about Windows Server 2008 R2 RC
Latest info about Windows 7 RC

Good reason for becoming a MSDN or TechNet subscriber:
Subscribers will have access to the bits today.

The second cumulative update to version 1.0 of the SQL Server Driver for PHP is now available for download on the MSDN download site.  We have also published the updates to the source on the CodePlex site. The source code has been modified specifically so that the extension can be compiled and used with the current builds of PHP 5.3.

Go get it.

image My team just updated the Windows HPC Resource Kit on http://resourcekit.windowshpc.net.

The HPC kit is a great collection of technical documents, presentations and training for developer and IT Professionals. Everything you need to get started and beyond in one convenient place. 

You may have received the previous version on a memory stick at an event like SC08 or TechEd or PDC. Just click on the “Online resource kit” link on the first page and you have access to the updated content.

Both, offline content and content on the website have been updated and we will be handing out new memory sticks starting at TechEd. Find new an greatly updated content at http://resourcekit.windowshpc.net.

TechNet Edge video demonstrating migration of 20 laptop computers from XP SP3 to Windows 7 over WIRELESS! Video.

Booting from a virtual hard disk or VHD is a new feature shipping with Windows 7 and Windows Server 2008 R2. This post applies to both, client and server.

Why

Booting from a VHD offers a variety of benefits for different scenarios.

  • Contained operating system (OS) installation
  • xcopy deployment of fully installed and configured OS in a single file
  • Rollback in time via differencing disks
  • Full access to all hardware
  • No need to re-partition your hard disk
  • Ideal for test and evaluation

 

What

We know VHDs or virtual hard disks from Microsoft virtualization solutions like Hyper-V, Virtual Server or Virtual PC. All solutions use the VHD as vessel for the OS. So does the boot from VHD feature. The main difference between boot from VHD and the other solutions is full access to the underlying hardware. Microsoft virtualization solutions – as well as competitors’ products – use virtualization to abstract the guest OS from the physical hardware.

Not so boot from VHD. The boot process has become more sophisticated and is now able to not only boot from a physical disk but also from a file. The file format conveniently is the same as for the before mentioned Microsoft virtualization solutions. That said, a VHD being created with any for the Microsoft virtualization solutions cannot be mounted and booted from without additional preparation.

 

How

The easiest way to create a bootable VHD to be used in a boot from VHD context is described below. A screen cast on TechNet Edge will be available soon.

  1. Make sure the physical disk to be used to store the VHD file is formatted
  2. Insert your Windows 7 or Windows Server 2008 R2 boot DVD and boot into the installation
  3. At the first installation dialog press Shift-F10 for a command prompt.
  4. At the command prompt type and launch diskpart
  5. At the diskpart prompt execute create vdisk file=c:\windows7vhd.vhd type=fixed maximum=20000
  6. Now run select vdisk file=c:\windows7vhd.vhd
  7. Run attach vdisk
  8. Exit diskpart by running exit
  9. Exit from the command prompt and continue your installation. Ignore any warnings (like: “... cannot boot from this partition”) that may appear.

 

What else

  • As always, there’s more than one way to skin the cat.
  • You could use the Windows Disk Manager to create a new VHD file.
  • Adding differencing disk support to the VHD is another very helpful feature.
  • In case you have an existing VHD with an installed OS (maybe created with Hyper-V), this image needs preparation before booting it as the native OS via boot from VHD.

Lots of stuff for additional blog posts later. Now let me finish the screen recording and get it up on Edge.

 

Resources

BCDEdit documentation
Diskpart documentation
Sysprep documentation
VHD file format
Hyper-V
Virtual PC
Virtual Server

 

Backstage

BTW, here’s a snapshot of the setup I use to record the screen cast soon to be on TechNet Edge. Fun, fun.

My host is an Asus Eee 1000HE, a DVD drive is connected via USB and a SATA2USB dongle, the screen is recorded via Media Encoder and an Epiphan DVI2USB framegrabber connect to the VGA port of the Eee PC.

Recording setup

No time to attend? Watch live or recorded sessions and keynotes via the MMS website or on TechNet Edge.

 
Page view tracker