Monthly Archives: June 2008

Virtual machine additions in Virtual PC / Virtual Server VS Integration services in Hyper-V

Alot of people does not know that there are no Virtual Machine additions any more in Hyper-V this are now called Integration services and you can install them on this OS-es. So if you use for example Ubuntu on Hyper-V you need to remove Network card that it added to Virtual machine by default and then Add Hardware and add Legacy Network Adapter (it behaves the same way as bridged adapter in Virtual PC and Virtual server) – as it is used for machines that do not have Integration services installed.
You need to intall Integration services on all MS Windows server 2008 machines to get best performance!

If you you need network connectivity imediatly after installation you can first use Legacy network adapter and after Integration services intallation you can replace it with Network adapter that was configurated during creation of Virtual Machine.

Integration services will also solve your unknown devices in device manager.

You install Integration services by clicking on Action / Insert Integration Services Setup Disk when you are logged on your virtual machine.

Understanding Virtual network manager in Hyper-V

If you like your Hyper-V story to run smoothly your server needs two network cards – my HP DL380 has two gigabit cards – one is used for Hyper-V server to have internet connectivity (updates, remote management …) second one is given to Virtual network manager to be used by virtual machines.

If you did not select any network adapters to be used by Hyper-V during Hyper-V installation you can see your physical two adapters in Network connections.
After you run Virtual network manager and you create new network for example “External network” that is connected to your second physical card your physical card lose connectivity and all protocols and services are unchecked except Microsoft Virtual Network Switch Protocol (and HP Network configuration utility – but this is specific to my case becouse I use HP server). When you finish the wizard you can see that in your Network connections there is another adapter called “External network” – it is now used for your Virtual machines.

HINT! Do not do that remotely if you are not completely shure which adapter is which… If you make a mistake you will need physical access to the machine to change network parameters. 🙂

Example:
Hyper-V virtual network manager example [docx]
Hyper-V virtual network manager example [pdf]

Hyper-V final version is here… Let’s install it…

Hyper-V final is ready to be installed so I created a Step-By-Step tutorial how to install Hyper-V final version on Windows server 2008 64 bit server (Hyper-V role works only on 64 bit!!!)

This Step-By-Step have some specific information regarding installing Hyper-V on HP DL380 server which I have at home – so I have explained how to enable virtualization in BIOS (it may vary from bios to bios) and some specific problem HP servers with HP Network configuration utility have when you try to install Hyper-V (server hangs on “Configuring Updates Stage 3 of 3” on 54% or 75%).

Step-by-step installing Hyper-V final version [docx]
Step-by-step installing Hyper-V final version [pdf]

Additional resources:
http://www.microsoft.com/windowsserver2008/en/us/virtualization-consolidation.aspx – Microsoft Virtualization
http://blogs.technet.com/virtualization/ – Microsoft Virtualization blog
http://www.microsoft.com/downloads/details.aspx?FamilyId=F3AB3D4B-63C8-4424-A738-BADED34D24ED&displaylang=en – Hyper-V Final version update
http://support.microsoft.com/default.aspx/kb/950792 – HP servers problem when installing Hyper-V

Reduce Sharepoint services 3.0 log.ldf files…

I had the problem that Sharepoint_Config-ID-.log.ldf grow realy BIG (14GB) on a content database of 1 GB!

You can solve this problem by using “Shrink” command in the MS SQL Server Management Studio Express

First you need to connect to your Sharepoint 3.0 database called: \.pipemssql$microsoft##sseesqlquery – just put this string in your “Server name” field:

\.pipemssql$microsoft##sseesqlquery

 Create full backup of all databases before continuing!

After that we should change restore mode from “Full” (this the parameter that allows .log.ldf to grow that large as transaction logs are not purged) to “Simple”:

Expand Databases, right mouse click on Sharepoint_Config… Properties, Options, Recovery model: Simple and click OK

Shrink the database procedure:

Expand Databases, right mouse click on Sharepoint_Config… Tasks, Shrink, Files in File type select Log and click OK
Your log file will become radicaly smaller. 🙂

Be sure you backup your databases before this procedure and also on daily bases…

Good luck!

 Also check:
http://geekswithblogs.net/RogueCoder/archive/2008/06/03/122588.aspx
http://www.karaszi.com/SQLServer/info_dont_shrink.asp

When you try to enable or update Hyper-V, the computer stalls at “Configuring Updates Stage 3 of 3.”…

Where it happened? On HP DL380!!!

This problem occurs when the following conditions are true:

• You enabled, disabled, or updated Hyper-V on a Hewlett-Packard (HP) server.

• The HP Network Configuration Utility was installed.

 

http://support.microsoft.com/default.aspx/kb/950792