<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	xmlns:series="http://unfoldingneurons.com/"
	>

<channel>
	<title>Linglom&#039;s blog &#187; Virtualization</title>
	<atom:link href="http://www.linglom.com/category/virtualization/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.linglom.com</link>
	<description>Just another IT weblog</description>
	<lastBuildDate>Thu, 27 May 2010 09:56:25 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>How to Enable SSH on VMWare ESXi Server 3.5</title>
		<link>http://www.linglom.com/2010/03/13/how-to-enable-ssh-on-vmware-esxi-server-3-5/</link>
		<comments>http://www.linglom.com/2010/03/13/how-to-enable-ssh-on-vmware-esxi-server-3-5/#comments</comments>
		<pubDate>Sat, 13 Mar 2010 08:48:27 +0000</pubDate>
		<dc:creator>linglom</dc:creator>
				<category><![CDATA[VMWare]]></category>
		<category><![CDATA[Virtualization]]></category>
		<category><![CDATA[SSH]]></category>

		<guid isPermaLink="false">http://www.linglom.com/?p=629</guid>
		<description><![CDATA[Introduction By default, SSH is disabled on VMWare ESXi Server but you can enable SSH manually. It&#8217;s easy, just take a few minutes and few steps to enable SSH. On this example, I am going to show how to enable SSH on VMWare ESXi Server 3.5 on HP ProLiant BL25p G2. Step-by-step On VMWare ESXi [...]


No related posts.]]></description>
			<content:encoded><![CDATA[<div class="KonaBody"><h3>Introduction</h3>
<p>By default, SSH is disabled on VMWare ESXi Server but you can enable SSH manually. It&#8217;s easy, just take a few minutes and few steps to enable SSH. On this example, I am going to show how to enable SSH on VMWare ESXi Server 3.5 on HP ProLiant BL25p G2.</p>
<p><span id="more-629"></span></p>
<p><!-- Start AdLogger Wrapping Code -->
<?php @include_once("/usr/local/psa/home/vhosts/linglom.com/httpdocs/adlogger/ad_check_include.php"); if ($show_ads == 'y') { ?>

<script type="text/javascript"><!--
google_ad_client = "pub-7765165459812980";
google_ad_width = 300;
google_ad_height = 250;
google_ad_format = "300x250_as";
google_ad_type = "text_image";
//2007-02-17: SquareonBlog
google_ad_channel = "6055254908";
google_color_border = "FFFFFF";
google_color_bg = "FFFFFF";
google_color_link = "ce6531";
google_color_text = "000000";
google_color_url = "008000";
//--></script>
<script type="text/javascript"
  src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script>

<?php } ?>
<!-- End AdLogger Wrapping Code --></p>
<h3>Step-by-step</h3>
<ol>
<li>On VMWare ESXi Server, press &#8220;<strong>ALT+F1</strong>&#8221; to access VMWare ESXi console.<br />
<a href="http://www.linglom.com/images/virtualization/VMWare/ESXi-Server/Enable-SSH/1.png" target="_blank"><img src="http://www.linglom.com/images/virtualization/VMWare/ESXi-Server/Enable-SSH/_1.png" width="250" height="191" alt="VMWare ESXi Server 3.5 Screen" title="VMWare ESXi Server 3.5 Screen"  /></a></li>
<li>By default, VMWare ESXi is disabled console access. So you have to enable it by type the following text and press <strong>Enter</strong>.

<div class="wp_syntax"><div class="code"><pre class="text" style="font-family:monospace;">unsupported</pre></div></div>

<p><em><strong>Note:</strong></em> You won&#8217;t see the text that you have typed on this step.<br />
<a href="http://www.linglom.com/images/virtualization/VMWare/ESXi-Server/Enable-SSH/2.png" target="_blank"><img src="http://www.linglom.com/images/virtualization/VMWare/ESXi-Server/Enable-SSH/_2.png" width="250" height="190" alt="Enter VMWare ESXi Server's Console" title="Enter VMWare ESXi Server's Console"  /></a></li>
<li>If you type the text correctly, there&#8217;ll be a message tells that

<div class="wp_syntax"><div class="code"><pre class="text" style="font-family:monospace;">You have activated Tech Support Mode.
The time and date of this activation have been sent to the system logs.</pre></div></div>

<p>Then, it asks for the root&#8217;s password so type the password of the root account and press <strong>Enter</strong>.<br />
<em><strong>Note:</strong></em> You also won&#8217;t see the text that you have typed on this step either.<br />
<a href="http://www.linglom.com/images/virtualization/VMWare/ESXi-Server/Enable-SSH/3.png" target="_blank"><img src="http://www.linglom.com/images/virtualization/VMWare/ESXi-Server/Enable-SSH/_3.png" width="250" height="191" alt="Type Root's Password" title="Type Root's Password"  /></a></li>
<li>Now you have accessed to console on VMWare ESXi. Notice that you see &#8220;~ #&#8221; at the beginning which means that the console is waiting for a command from you.<br />
<a href="http://www.linglom.com/images/virtualization/VMWare/ESXi-Server/Enable-SSH/4.png" target="_blank"><img src="http://www.linglom.com/images/virtualization/VMWare/ESXi-Server/Enable-SSH/_4.png" width="250" height="73" alt="Console on VMWare ESXi Server" title="Console on VMWare ESXi Server"  /></a></li>
<li>To enable SSH, you have to edit /etc/inetd.conf. Type the command below in the console.

<div class="wp_syntax"><div class="code"><pre class="text" style="font-family:monospace;">vi /etc/inetd.conf</pre></div></div>

<p><em><strong>Note:</strong></em> vi is the file editor tool in Linux platform as similar to Notepad in Windows.<br />
<a href="http://www.linglom.com/images/virtualization/VMWare/ESXi-Server/Enable-SSH/5.png" target="_blank"><img src="http://www.linglom.com/images/virtualization/VMWare/ESXi-Server/Enable-SSH/_5.png" width="250" height="35" alt="Edit inetd.conf" title="Edit inetd.conf"  /></a></li>
<li>Here, you see the content of inetd.conf.<br />
<a href="http://www.linglom.com/images/virtualization/VMWare/ESXi-Server/Enable-SSH/6.png" target="_blank"><img src="http://www.linglom.com/images/virtualization/VMWare/ESXi-Server/Enable-SSH/_6.png" width="250" height="191" alt="inetd.conf" title="inetd.conf"  /></a></li>
<li>Scroll down to the line that begins with the following text.

<div class="wp_syntax"><div class="code"><pre class="text" style="font-family:monospace;">#ssh   stream   tcp   nowait   root   /sbin/dropbearmulti   dropbear</pre></div></div>

<p>Then, press the character &#8216;x&#8217; when the cursor is on the character &#8216;#&#8217; to remove &#8216;#&#8217; as the figure below.</p>

<div class="wp_syntax"><div class="code"><pre class="text" style="font-family:monospace;">ssh   stream   tcp   nowait   root   /sbin/dropbearmulti   dropbear</pre></div></div>

<p><em><strong>Note:</strong></em> The character &#8216;#&#8217; at the beginning on a line means that the line is a comment, the program that associated with the file will not process the line.<br />
<a href="http://www.linglom.com/images/virtualization/VMWare/ESXi-Server/Enable-SSH/7.png" target="_blank"><img src="http://www.linglom.com/images/virtualization/VMWare/ESXi-Server/Enable-SSH/_7.png" width="250" height="191" alt="Edit Config File to Enable SSH" title="Edit Config File to Enable SSH"  /></a></li>
<li>Next, save the file by press <strong>ESC</strong>. Then, type

<div class="wp_syntax"><div class="code"><pre class="text" style="font-family:monospace;">:wq!</pre></div></div>

<p> and press <strong>Enter</strong> to save and exit the file editor at the same time.<br />
<a href="http://www.linglom.com/images/virtualization/VMWare/ESXi-Server/Enable-SSH/8.png" target="_blank"><img src="http://www.linglom.com/images/virtualization/VMWare/ESXi-Server/Enable-SSH/_8.png" width="250" height="91" alt="Save the File" title="Save the File"  /></a></li>
<li>Next, restart the management service. Type

<div class="wp_syntax"><div class="code"><pre class="text" style="font-family:monospace;">/sbin/services.sh restart</pre></div></div>

<p><em><strong>Note:</strong></em> Since VMWare ESXi 3.5 Update 2, the &#8220;/sbin/services.sh restart&#8221; command is no longer restarts the inetd process so the configuration that you&#8217;ve just modified is not reflect to the system yet. Therfore, you need to do more steps.<br />
<a href="http://www.linglom.com/images/virtualization/VMWare/ESXi-Server/Enable-SSH/9.png" target="_blank"><img src="http://www.linglom.com/images/virtualization/VMWare/ESXi-Server/Enable-SSH/_9.png" width="250" height="46" alt="Restart the Management Service" title="Restart the Management Service"  /></a></li>
<li>Next, you need to kill the inetd process. First, you have to get the process id of inetd. Type the command below, you&#8217;ll see the process ID of inetd.

<div class="wp_syntax"><div class="code"><pre class="text" style="font-family:monospace;">ps | grep inetd</pre></div></div>

<p><a href="http://www.linglom.com/images/virtualization/VMWare/ESXi-Server/Enable-SSH/10.png" target="_blank"><img src="http://www.linglom.com/images/virtualization/VMWare/ESXi-Server/Enable-SSH/_10.png" width="250" height="24" alt="View Existing inetd's Process" title="View Existing inetd's Process"  /></a></li>
<li>Kill the process. Type the command &#8220;kill -HUP&#8221; follow with the process ID that you get from the previous step as the figure below.

<div class="wp_syntax"><div class="code"><pre class="text" style="font-family:monospace;">kill -HUP 1288</pre></div></div>

<p><em><strong>Note:</strong></em> The process ID of inetd of yours may not be the same as mine. You have to adjust by yourself.<br />
<a href="http://www.linglom.com/images/virtualization/VMWare/ESXi-Server/Enable-SSH/11.png" target="_blank"><img src="http://www.linglom.com/images/virtualization/VMWare/ESXi-Server/Enable-SSH/_11.png" width="250" height="16" alt="Kill the inetd's Process" title="Kill the inetd's Process"  /></a></li>
<li>That&#8217;s it. You have enabled SSH on VMWare ESXi Server already. Now you can SSH to the VMWare ESXi Server using tool such as putty, WinSCP, etc. Type the command below to exit the console.

<div class="wp_syntax"><div class="code"><pre class="text" style="font-family:monospace;">exit</pre></div></div>

<p><a href="http://www.linglom.com/images/virtualization/VMWare/ESXi-Server/Enable-SSH/12.png" target="_blank"><img src="http://www.linglom.com/images/virtualization/VMWare/ESXi-Server/Enable-SSH/_12.png" width="250" height="16" alt="Exit the Console" title="Exit the Console"  /></a></li>
<li>Then, press &#8220;<strong>Alt+F2</strong>&#8221; to return to the GUI screen.<br />
<a href="http://www.linglom.com/images/virtualization/VMWare/ESXi-Server/Enable-SSH/13.png" target="_blank"><img src="http://www.linglom.com/images/virtualization/VMWare/ESXi-Server/Enable-SSH/_13.png" width="250" height="191" alt="Return to GUI Screen" title="Kill the inetd's Process"  /></a></li>
</ol>
</div>

<p>No related posts.</p>]]></content:encoded>
			<wfw:commentRss>http://www.linglom.com/2010/03/13/how-to-enable-ssh-on-vmware-esxi-server-3-5/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Getting Started on Virtualization with Microsoft Virtual PC 2007, Part VI: Configure Virtual Machine Settings</title>
		<link>http://www.linglom.com/2008/12/01/getting-started-on-virtualization-with-microsoft-virtual-pc-2007-part-vi-configure-virtual-machine-settings/</link>
		<comments>http://www.linglom.com/2008/12/01/getting-started-on-virtualization-with-microsoft-virtual-pc-2007-part-vi-configure-virtual-machine-settings/#comments</comments>
		<pubDate>Mon, 01 Dec 2008 13:18:30 +0000</pubDate>
		<dc:creator>linglom</dc:creator>
				<category><![CDATA[Virtualization]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[Microsoft Virtual PC 2007]]></category>

		<guid isPermaLink="false">http://www.linglom.com/?p=378</guid>
		<description><![CDATA[Configure Virtual Machine Settings After 5 parts have been passed, you know how to create a virtual machine, install a new operating system, install virtual machine additions. But when you&#8217;re using a virtual machine, you may want to change configurations of the virtual machine. For instance, add new hard disk, increase RAM size of the [...]


Related posts:<ol><li><a href='http://www.linglom.com/2008/11/07/getting-started-on-virtualization-with-microsoft-virtual-pc-2007-part-iii-new-virtual-machine/' rel='bookmark' title='Permanent Link: Getting Started on Virtualization with Microsoft Virtual PC 2007, Part III: New Virtual Machine'>Getting Started on Virtualization with Microsoft Virtual PC 2007, Part III: New Virtual Machine</a></li>
<li><a href='http://www.linglom.com/2008/11/20/getting-started-on-virtualization-with-microsoft-virtual-pc-2007-part-v-installing-virtual-machine-additions/' rel='bookmark' title='Permanent Link: Getting Started on Virtualization with Microsoft Virtual PC 2007, Part V: Install Virtual Machine Additions'>Getting Started on Virtualization with Microsoft Virtual PC 2007, Part V: Install Virtual Machine Additions</a></li>
<li><a href='http://www.linglom.com/2008/11/13/getting-started-on-virtualization-with-microsoft-virtual-pc-2007-part-iv-install-guest-os/' rel='bookmark' title='Permanent Link: Getting Started on Virtualization with Microsoft Virtual PC 2007, Part IV: Install Guest OS'>Getting Started on Virtualization with Microsoft Virtual PC 2007, Part IV: Install Guest OS</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<div class="KonaBody"><h3>Configure Virtual Machine Settings</h3>
<p>After 5 parts have been passed, you know how to create a virtual machine, install a new operating system, install virtual machine additions. But when you&#8217;re using a virtual machine, you may want to change configurations of the virtual machine. For instance, add new hard disk, increase RAM size of the virtual machine, configure network adapter, etc. You can change configurations in Virtual Machine Settings. Let&#8217;s see what you can do in a virtual machine&#8217;s settings.<span id="more-378"></span></p>
<ul>
<li>Change the virtual machine name.</li>
<li>Adjust Memory (RAM) size.</li>
<li>Add/Remove Hard Disks.</li>
<li>Enable/Disable Undo Disks.</li>
<li>Add/Remove ports (COM1, COM2 and LPT1).</li>
<li>Configure Networking Interfaces.</li>
<li>Enable/Disable Sound.</li>
<li>Add/Remove Share Folders.</li>
</ul>
<p><!--adsense#Square--></p>
<p>You can view the index of this series at <a href="http://www.linglom.com/2008/10/24/getting-started-on-virtualization-with-microsoft-virtual-pc-2007-part-i-introduction/">Getting Started on Virtualization with Microsoft Virtual PC 2007, Part I: Introduction</a></p>
<p>In this part, I&#8217;ll show how to change only some configurations. You can try to change these configurations on your own. It&#8217;s not too difficult.</p>
<h3>Step-by-step</h3>
<ol>
<li>Close a virtual machine if it is running. Click <strong>Close</strong> button to close the virtual machine.<br />
<a href="http://www.linglom.com/images/virtualization/VirtualPC/PartVI/1.png" target="_blank"><img src="http://www.linglom.com/images/virtualization/VirtualPC/PartVI/_1.png" width="250" height="209" alt="Close a Virtual Machine" title="Close a Virtual Machine"  /></a></li>
<li>You can choose how to close the virtual machine.
<ul>
<li><strong>Save state.</strong> This option, it will save the current state of the virtual machine. So when you restore it back in a later time, you&#8217;ll see this screen again as if it weren&#8217;t close. But this option may requires additional spaces on the physical disk to keep the current state.</li>
<li><strong>Shut down Windows XP.</strong> The virtual machine will shutdown a guest operating system (Windows XP).</li>
<li><strong>Turn off.</strong> This option will turn off the virtual machine right now without shutting down the guest operating system. This similar to Power Off. You may lost all unsaved documents in the virtual machine</li>
</ul>
<p>In this sample, let do it in the common way. Select <strong>Shut down Windows XP.</strong><br />
<a href="http://www.linglom.com/images/virtualization/VirtualPC/PartVI/2.png" target="_blank"><img src="http://www.linglom.com/images/virtualization/VirtualPC/PartVI/_2.png" width="250" height="115" alt="Shudown Windows XP" title="Shudown Windows XP"  /></a></li>
<li>When the guest operating system is shut down. On Virtual PC Console, select the virtual machine and click <strong>Settings</strong>.<br />
<a href="http://www.linglom.com/images/virtualization/VirtualPC/PartVI/3.png" target="_blank"><img src="http://www.linglom.com/images/virtualization/VirtualPC/PartVI/_3.png" width="250" height="177" alt="Settings" title="Settings"  /></a></li>
<li>On Settings, these are configurations of the virtual machine which you can change. Some may require you to shut down the virtual machine before editing them. That&#8217;s why I&#8217;ve shut down the guest operating system in the previous steps. On the first line, select <strong>File Name</strong> on the first line. Here you can change the name of this virtual machine.<br />
<a href="http://www.linglom.com/images/virtualization/VirtualPC/PartVI/4.png" target="_blank"><img src="http://www.linglom.com/images/virtualization/VirtualPC/PartVI/_4.png" width="250" height="176" alt="Change the Virtual Machine Name" title="Change the Virtual Machine Name"  /></a></li>
<li>On the second line, select <strong>Memory</strong>. You can adjust memory size of the virtual machine.<br />
<a href="http://www.linglom.com/images/virtualization/VirtualPC/PartVI/5.png" target="_blank"><img src="http://www.linglom.com/images/virtualization/VirtualPC/PartVI/_5.png" width="250" height="176" alt="Adjust Memory Size" title="Adjust Memory Size"  /></a></li>
<li>On the third to fifth lines, select <strong>Hard Disk</strong>. You can add/remove virtual hard disks. Currently, I have only one virtual hard disk. You can add more virtual hard disks if you need more drives on the virtual machine.<br />
<a href="http://www.linglom.com/images/virtualization/VirtualPC/PartVI/6.png" target="_blank"><img src="http://www.linglom.com/images/virtualization/VirtualPC/PartVI/_6.png" width="250" height="176" alt="Add/Remove Virtual Hard Disk" title="Add/Remove Virtual Hard Disk"  /></a></li>
<li>On the sixth line, select <strong>Undo Disks</strong>. Here you can enable or disable undo disks feature. If this feature is enabled, when you closing the virtual machine, you can choose to save all changes that you&#8217;ve made in the virtual machine to the disk or discard it. This feature is really useful if you want to test some applications or configurations. If something goes wrong, you can just discarded them.<br />
<em><strong>Note: </strong></em>When you enable this feature and you&#8217;re going to save changes to the disk, you notice that it takes more time to save changes to the disk compare when this feature is disabled.<br />
<a href="http://www.linglom.com/images/virtualization/VirtualPC/PartVI/7.png" target="_blank"><img src="http://www.linglom.com/images/virtualization/VirtualPC/PartVI/_7.png" width="250" height="176" alt="Enable/Disable Undo Disks" title="Enable/Disable Undo Disks"  /></a></li>
<li>If the Undo Disks feature is enabled, you&#8217;ll see these options when you&#8217;re closing the virtual machine.
<ul>
<li><strong>Save state and save changes.</strong></li>
<li><strong>Shut down Windows XP and save changes.</strong></li>
<li><strong>Turn off and save changes.</strong></li>
<li><strong>Turn off and delete changes.</strong></li>
</ul>
<p>These options are similar to the options before you&#8217;ve enabled undo disks feature. Only the last one is new. If you select the last options, all changes that you&#8217;ve made in the virtual machine will be discarded. So use it with caution.<br />
<a href="http://www.linglom.com/images/virtualization/VirtualPC/PartVI/8.png" target="_blank"><img src="http://www.linglom.com/images/virtualization/VirtualPC/PartVI/_8.png" width="250" height="155" alt="Closing options with Undo Disks Enabled" title="Closing options with Undo Disks Enabled"  /></a></li>
<li>On the ninth to eleventh lines, select <strong>COM1, COM2 or LPT1</strong>. You can add/remove COM and LPT ports to the virtual machine. Also, you can select whether to map to physical port, named pipe or text file to connect to these ports.<br />
<a href="http://www.linglom.com/images/virtualization/VirtualPC/PartVI/9.png" target="_blank"><img src="http://www.linglom.com/images/virtualization/VirtualPC/PartVI/_9.png" width="250" height="176" alt="Add/Remove COM or LPT Ports" title="Add/Remove COM or LPT Ports"  /></a></li>
<li>On the twelfth line, select <strong>Networking</strong>. You can add/remove virtual network adapters on the virtual machine. On each virtual network adapter, you can choose network adapter to be one of these types:
<ul>
<li><strong>Not Connected.</strong> No connection.</li>
<li><strong>Local only.</strong> If you select this type, the network card can <strong>only</strong> communicate with the localhost (host operating system) and other virtual machines running within this physical PC. You can&#8217;t communicate to others through physical network connection.</li>
<li><strong>Intel(R) 82566DM Gigabit Network Connection.</strong> This is the physical network card and the name may different depends on the physical hardware. This type, the network card will connect to physical network using a new MAC Address generated within virtual machine (Different IP Address compares to physical machine).</li>
<li><strong>Shared Networking(NAT).</strong> This type, the network card will connect to physical network using physical IP Address (Share same IP Address with physical machine).</li>
</ul>
<p><a href="http://www.linglom.com/images/virtualization/VirtualPC/PartVI/10.png" target="_blank"><img src="http://www.linglom.com/images/virtualization/VirtualPC/PartVI/_10.png" width="250" height="176" alt="Configure Networking" title="Configure Networking"  /></a></li>
<li>Now, start the virtual machine. Next, I configure about shared folder between host and guest operating system.<br />
<em><strong>Note:</strong></em> This feature may not be need if you&#8217;ve installed a Virtual Machine Additions which I&#8217;ll show in the later post. You can drag and drop files or folders between host and guest operating system.<br />
<a href="http://www.linglom.com/images/virtualization/VirtualPC/PartVI/11.png" target="_blank"><img src="http://www.linglom.com/images/virtualization/VirtualPC/PartVI/_11.png" width="250" height="228" alt="" title=""  /></a></li>
<li>Open <strong>Settings</strong> again. There will be a pop-up message warn that some configurations cannot be changed while the virtual machine isn&#8217;t turn off.<br />
<a href="http://www.linglom.com/images/virtualization/VirtualPC/PartVI/12.png" target="_blank"><img src="http://www.linglom.com/images/virtualization/VirtualPC/PartVI/_12.png" width="250" height="176" alt="Virtual Machine Settings" title="Virtual Machine Settings"  /></a></li>
<li>On the sixteenth line, select <strong>Shared Folders</strong>. You can add/remove shared folders between host and guest operating systems. Click <strong>Share Folder</strong> to create a new one.<br />
<a href="http://www.linglom.com/images/virtualization/VirtualPC/PartVI/13.png" target="_blank"><img src="http://www.linglom.com/images/virtualization/VirtualPC/PartVI/_13.png" width="250" height="176" alt="Shared Folder" title="Shared Folder"  /></a></li>
<li>On Browse for Folder, select the physical folder you want to share. And select drive letter to map on the virtual machine.<br />
<em><strong>Note:</strong></em> You can check <strong>Share every time</strong> to make this share persistent.<br />
<a href="http://www.linglom.com/images/virtualization/VirtualPC/PartVI/14.png" target="_blank"><img src="http://www.linglom.com/images/virtualization/VirtualPC/PartVI/_14.png" width="250" height="276" alt="Select Path to Share" title="Select Path to Share"  /></a></li>
<li>Now you have a shared folder.<br />
<a href="http://www.linglom.com/images/virtualization/VirtualPC/PartVI/15.png" target="_blank"><img src="http://www.linglom.com/images/virtualization/VirtualPC/PartVI/_15.png" width="250" height="176" alt="A Shared Folder has been created" title="A Shared Folder has been created"  /></a></li>
<li>Open My Computer in the virtual machine, you notice a network drive which mapped to the path on host operating system.<br />
<a href="http://www.linglom.com/images/virtualization/VirtualPC/PartVI/16.png" target="_blank"><img src="http://www.linglom.com/images/virtualization/VirtualPC/PartVI/_16.png" width="250" height="209" alt="A Shared Folder on Virtual Machine" title="A Shared Folder on Virtual Machine"  /></a></li>
</ol>
</div>

<p>Related posts:<ol><li><a href='http://www.linglom.com/2008/11/07/getting-started-on-virtualization-with-microsoft-virtual-pc-2007-part-iii-new-virtual-machine/' rel='bookmark' title='Permanent Link: Getting Started on Virtualization with Microsoft Virtual PC 2007, Part III: New Virtual Machine'>Getting Started on Virtualization with Microsoft Virtual PC 2007, Part III: New Virtual Machine</a></li>
<li><a href='http://www.linglom.com/2008/11/20/getting-started-on-virtualization-with-microsoft-virtual-pc-2007-part-v-installing-virtual-machine-additions/' rel='bookmark' title='Permanent Link: Getting Started on Virtualization with Microsoft Virtual PC 2007, Part V: Install Virtual Machine Additions'>Getting Started on Virtualization with Microsoft Virtual PC 2007, Part V: Install Virtual Machine Additions</a></li>
<li><a href='http://www.linglom.com/2008/11/13/getting-started-on-virtualization-with-microsoft-virtual-pc-2007-part-iv-install-guest-os/' rel='bookmark' title='Permanent Link: Getting Started on Virtualization with Microsoft Virtual PC 2007, Part IV: Install Guest OS'>Getting Started on Virtualization with Microsoft Virtual PC 2007, Part IV: Install Guest OS</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://www.linglom.com/2008/12/01/getting-started-on-virtualization-with-microsoft-virtual-pc-2007-part-vi-configure-virtual-machine-settings/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Getting Started on Virtualization with Microsoft Virtual PC 2007, Part V: Install Virtual Machine Additions</title>
		<link>http://www.linglom.com/2008/11/20/getting-started-on-virtualization-with-microsoft-virtual-pc-2007-part-v-installing-virtual-machine-additions/</link>
		<comments>http://www.linglom.com/2008/11/20/getting-started-on-virtualization-with-microsoft-virtual-pc-2007-part-v-installing-virtual-machine-additions/#comments</comments>
		<pubDate>Thu, 20 Nov 2008 14:26:30 +0000</pubDate>
		<dc:creator>linglom</dc:creator>
				<category><![CDATA[Virtualization]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[Microsoft Virtual PC 2007]]></category>

		<guid isPermaLink="false">http://www.linglom.com/?p=375</guid>
		<description><![CDATA[Install Virtual Machine Additions After you&#8217;ve installed an operating system on the virtual machine, you would want to install Virtual Machine Additions on the virtual machine to enhance functionality on a guest operating system. The major capabilities are Integrated use of the mouse. You don&#8217;t have to press right ALT to release mouse from guest [...]


Related posts:<ol><li><a href='http://www.linglom.com/2008/11/13/getting-started-on-virtualization-with-microsoft-virtual-pc-2007-part-iv-install-guest-os/' rel='bookmark' title='Permanent Link: Getting Started on Virtualization with Microsoft Virtual PC 2007, Part IV: Install Guest OS'>Getting Started on Virtualization with Microsoft Virtual PC 2007, Part IV: Install Guest OS</a></li>
<li><a href='http://www.linglom.com/2008/12/01/getting-started-on-virtualization-with-microsoft-virtual-pc-2007-part-vi-configure-virtual-machine-settings/' rel='bookmark' title='Permanent Link: Getting Started on Virtualization with Microsoft Virtual PC 2007, Part VI: Configure Virtual Machine Settings'>Getting Started on Virtualization with Microsoft Virtual PC 2007, Part VI: Configure Virtual Machine Settings</a></li>
<li><a href='http://www.linglom.com/2008/11/07/getting-started-on-virtualization-with-microsoft-virtual-pc-2007-part-iii-new-virtual-machine/' rel='bookmark' title='Permanent Link: Getting Started on Virtualization with Microsoft Virtual PC 2007, Part III: New Virtual Machine'>Getting Started on Virtualization with Microsoft Virtual PC 2007, Part III: New Virtual Machine</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<div class="KonaBody"><h3>Install Virtual Machine Additions</h3>
<p>After you&#8217;ve installed an operating system on the virtual machine, you would want to install <strong>Virtual Machine Additions</strong> on the virtual machine to enhance functionality on a guest operating system. The major capabilities are <span id="more-375"></span></p>
<ul>
<li>Integrated use of the mouse. You don&#8217;t have to press right ALT to release mouse from guest operating system anymore.</li>
<li>Drag-and-drop capabilities. You can drag and drop files or folders between guest operating system and host operating system without setting up any networking.</li>
<li>Clipboard sharing. You can copy and paste clipboards between guest operating system and host operating system.</li>
</ul>
<p>You can view more detail of Virtual Machine Additions in part I. In this part, I&#8217;ll show how to install Virtual Machine Additions on a virtual machine which has Windows XP as an operating system.<br />
<em><strong>Note:</strong></em> The Virtual Machine Additions have to be installed on a guest operating system in virtual machines.</p>
<p><!--adsense#Square--></p>
<p>You can view the index of this series at <a href="http://www.linglom.com/2008/10/24/getting-started-on-virtualization-with-microsoft-virtual-pc-2007-part-i-introduction/">Getting Started on Virtualization with Microsoft Virtual PC 2007, Part I: Introduction</a></p>
<h3>Step-by-step</h3>
<ol>
<li>Before installing Virtual Machine Additions on the virtual machine, first let see some major functionality which you <strong>can&#8217;t</strong> do before installing Virtual Machine Additions. You have to press right ALT every time to release mouse from guest operating system. You can&#8217;t move mouse pointer between host operating system and guest operating system.<br />
<a href="http://www.linglom.com/images/virtualization/VirtualPC/PartV/1.png" target="_blank"><img src="http://www.linglom.com/images/virtualization/VirtualPC/PartV/_1.png" width="250" height="207" alt="No Mouse Integration" title="No Mouse Integration"  /></a></li>
<li>You can&#8217;t drag and drop folder from host operating system to guest operating system.<br />
<a href="http://www.linglom.com/images/virtualization/VirtualPC/PartV/2.png" target="_blank"><img src="http://www.linglom.com/images/virtualization/VirtualPC/PartV/_2.png" width="250" height="200" alt="Can't Drag and Drop Files or Folders" title="Can't Drag and Drop Files or Folders"  /></a></li>
<li>Now let&#8217;s install Virtual Machine Additions. On the virtual machine, select <strong>Action</strong> -> <strong>Install or Update Virtual Machine Additions</strong>.<br />
<a href="http://www.linglom.com/images/virtualization/VirtualPC/PartV/3.png" target="_blank"><img src="http://www.linglom.com/images/virtualization/VirtualPC/PartV/_3.png" width="250" height="209" alt="Install Virtual Machine Additions" title="Install Virtual Machine Additions"  /></a></li>
<li>It shows a warning message, click <strong>Continue</strong>.<br />
<a href="http://www.linglom.com/images/virtualization/VirtualPC/PartV/4.png" target="_blank"><img src="http://www.linglom.com/images/virtualization/VirtualPC/PartV/_4.png" width="250" height="167" alt="A Warning Message" title="A Warning Message"  /></a></li>
<li>The setup program will be launched on the guest operating system. On Virtual Machine Additions, click Next.<br />
<a href="http://www.linglom.com/images/virtualization/VirtualPC/PartV/5.png" target="_blank"><img src="http://www.linglom.com/images/virtualization/VirtualPC/PartV/_5.png" width="250" height="209" alt="Install Virtual Machine Additions" title="Install Virtual Machine Additions"  /></a></li>
<li>It&#8217;s installing Virtual Machine Additions.<br />
<a href="http://www.linglom.com/images/virtualization/VirtualPC/PartV/6.png" target="_blank"><img src="http://www.linglom.com/images/virtualization/VirtualPC/PartV/_6.png" width="250" height="209" alt="Installing Virtual Machine Additions" title="Installing Virtual Machine Additions"  /></a></li>
<li>When setup completed, click <strong>Finish</strong>.<br />
<a href="http://www.linglom.com/images/virtualization/VirtualPC/PartV/7.png" target="_blank"><img src="http://www.linglom.com/images/virtualization/VirtualPC/PartV/_7.png" width="250" height="209" alt="Finish Installing Virtual Machine Additions" title="Finish Installing Virtual Machine Additions"  /></a></li>
<li>Click <strong>Yes</strong> to restart the guest operating system to take effect of the Virtual Machine Additions.<br />
<a href="http://www.linglom.com/images/virtualization/VirtualPC/PartV/8.png" target="_blank"><img src="http://www.linglom.com/images/virtualization/VirtualPC/PartV/_8.png" width="250" height="209" alt="Restart the Guest Operating System" title="Restart the Guest Operating System"  /></a></li>
<li>Now you&#8217;ve finished install Virtual Machine Additions on the guest operating system. You can try to move your mouse between host operating system and guest operating system. This time, you don&#8217;t have to press right ALT to release mouse from guest operating system anymore.<br />
<a href="http://www.linglom.com/images/virtualization/VirtualPC/PartV/9.png" target="_blank"><img src="http://www.linglom.com/images/virtualization/VirtualPC/PartV/_9.png" width="250" height="200" alt="Integrated use of the mouse" title="Integrated use of the mouse"  /></a></li>
<li>Next, try to use drag and drop capability. Drag a folder from host operating system to guest operating system.<br />
<a href="http://www.linglom.com/images/virtualization/VirtualPC/PartV/10.png" target="_blank"><img src="http://www.linglom.com/images/virtualization/VirtualPC/PartV/_10.png" width="250" height="200" alt="Drag and Drop capability" title="Drag and Drop capability"  /></a></li>
<li>There will be a new windows showing copying status.<br />
<a href="http://www.linglom.com/images/virtualization/VirtualPC/PartV/11.png" target="_blank"><img src="http://www.linglom.com/images/virtualization/VirtualPC/PartV/_11.png" width="250" height="73" alt="Copying files or folders between guest and host operating system" title="Copying files or folders between guest and host operating system"  /></a></li>
<li>The files and folders are copied to the guest operating system.<br />
<a href="http://www.linglom.com/images/virtualization/VirtualPC/PartV/12.png" target="_blank"><img src="http://www.linglom.com/images/virtualization/VirtualPC/PartV/_12.png" width="250" height="200" alt="Files are copied" title="Files are copied"  /></a></li>
</ol>
</div>

<p>Related posts:<ol><li><a href='http://www.linglom.com/2008/11/13/getting-started-on-virtualization-with-microsoft-virtual-pc-2007-part-iv-install-guest-os/' rel='bookmark' title='Permanent Link: Getting Started on Virtualization with Microsoft Virtual PC 2007, Part IV: Install Guest OS'>Getting Started on Virtualization with Microsoft Virtual PC 2007, Part IV: Install Guest OS</a></li>
<li><a href='http://www.linglom.com/2008/12/01/getting-started-on-virtualization-with-microsoft-virtual-pc-2007-part-vi-configure-virtual-machine-settings/' rel='bookmark' title='Permanent Link: Getting Started on Virtualization with Microsoft Virtual PC 2007, Part VI: Configure Virtual Machine Settings'>Getting Started on Virtualization with Microsoft Virtual PC 2007, Part VI: Configure Virtual Machine Settings</a></li>
<li><a href='http://www.linglom.com/2008/11/07/getting-started-on-virtualization-with-microsoft-virtual-pc-2007-part-iii-new-virtual-machine/' rel='bookmark' title='Permanent Link: Getting Started on Virtualization with Microsoft Virtual PC 2007, Part III: New Virtual Machine'>Getting Started on Virtualization with Microsoft Virtual PC 2007, Part III: New Virtual Machine</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://www.linglom.com/2008/11/20/getting-started-on-virtualization-with-microsoft-virtual-pc-2007-part-v-installing-virtual-machine-additions/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Getting Started on Virtualization with Microsoft Virtual PC 2007, Part IV: Install Guest OS</title>
		<link>http://www.linglom.com/2008/11/13/getting-started-on-virtualization-with-microsoft-virtual-pc-2007-part-iv-install-guest-os/</link>
		<comments>http://www.linglom.com/2008/11/13/getting-started-on-virtualization-with-microsoft-virtual-pc-2007-part-iv-install-guest-os/#comments</comments>
		<pubDate>Thu, 13 Nov 2008 13:38:39 +0000</pubDate>
		<dc:creator>linglom</dc:creator>
				<category><![CDATA[Virtualization]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[Microsoft Virtual PC 2007]]></category>

		<guid isPermaLink="false">http://www.linglom.com/?p=325</guid>
		<description><![CDATA[Install Guest OS Now you have a virtual machine which hasn&#8217;t installed any operating system yet. It like you have a new another PC but it is in the virtual machine. So this part I show how install Windows XP on the virtual machine. But I won&#8217;t include full detail of how to install Windows [...]


Related posts:<ol><li><a href='http://www.linglom.com/2008/11/20/getting-started-on-virtualization-with-microsoft-virtual-pc-2007-part-v-installing-virtual-machine-additions/' rel='bookmark' title='Permanent Link: Getting Started on Virtualization with Microsoft Virtual PC 2007, Part V: Install Virtual Machine Additions'>Getting Started on Virtualization with Microsoft Virtual PC 2007, Part V: Install Virtual Machine Additions</a></li>
<li><a href='http://www.linglom.com/2008/11/07/getting-started-on-virtualization-with-microsoft-virtual-pc-2007-part-iii-new-virtual-machine/' rel='bookmark' title='Permanent Link: Getting Started on Virtualization with Microsoft Virtual PC 2007, Part III: New Virtual Machine'>Getting Started on Virtualization with Microsoft Virtual PC 2007, Part III: New Virtual Machine</a></li>
<li><a href='http://www.linglom.com/2008/12/01/getting-started-on-virtualization-with-microsoft-virtual-pc-2007-part-vi-configure-virtual-machine-settings/' rel='bookmark' title='Permanent Link: Getting Started on Virtualization with Microsoft Virtual PC 2007, Part VI: Configure Virtual Machine Settings'>Getting Started on Virtualization with Microsoft Virtual PC 2007, Part VI: Configure Virtual Machine Settings</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<div class="KonaBody"><h3>Install Guest OS </h3>
<p>Now you have a virtual machine which hasn&#8217;t installed any operating system yet. It like you have a new another PC but it is in the virtual machine. So this part I show how install Windows XP on the virtual machine. But I won&#8217;t include full detail of how to install Windows XP.<br />
<em><strong>Note: </strong></em>The operating system which is on virtual machine called <strong>Guest Operating System</strong> (Guest OS). The operating system on the physical PC is called <strong>Host Operating System</strong> (Host OS).</p>
<p><span id="more-325"></span></p>
<p><!--adsense#Square--></p>
<p>You can view the index of this series at <a href="http://www.linglom.com/2008/10/24/getting-started-on-virtualization-with-microsoft-virtual-pc-2007-part-i-introduction/">Getting Started on Virtualization with Microsoft Virtual PC 2007, Part I: Introduction</a></p>
<h3>Step-by-step</h3>
<ol>
<li>Start the virtual machine. On Virtual PC Console, double-click on the virtual machine to start it or you can select the virtual machine and click <strong>Start</strong> button.<br />
<a href="http://www.linglom.com/images/virtualization/VirtualPC/PartIV/1.png" target="_blank"><img src="http://www.linglom.com/images/virtualization/VirtualPC/PartIV/_1.png" width="250" height="177" alt="Start virtual machine" title="Start virtual machine"  /></a></li>
<li>The virtual machine will be started. You&#8217;ll see the screen as similar as when you boot the physical PC (loading BIOS, detecting HDD, etc).<br />
<a href="http://www.linglom.com/images/virtualization/VirtualPC/PartIV/2.png" target="_blank"><img src="http://www.linglom.com/images/virtualization/VirtualPC/PartIV/_2.png" width="250" height="185" alt="The virtual machine is started" title="The virtual machine is started"  /></a></li>
<li>At this time, there is no operating system was installed on the virtual machine yet. So it keep finding a bootable system.<br />
<a href="http://www.linglom.com/images/virtualization/VirtualPC/PartIV/3.png" target="_blank"><img src="http://www.linglom.com/images/virtualization/VirtualPC/PartIV/_3.png" width="250" height="184" alt="Finding bootable system" title="Finding bootable system"  /></a></li>
<li>Start install an Operating System. Insert your Windows XP CD-ROM. But in this example, I use an ISO (image file) of Windows XP instead of a Windows XP CD. So I select <strong>CD</strong> -> <strong>Capture ISO Image</strong>.<br />
<em><strong>Note: </strong></em>If you want to use Windows XP CD, you have to select <strong>CD</strong> -> <strong>Use Physical Drive</strong> after inserting a Windows XP CD.<br />
<a href="http://www.linglom.com/images/virtualization/VirtualPC/PartIV/4.png" target="_blank"><img src="http://www.linglom.com/images/virtualization/VirtualPC/PartIV/_4.png" width="250" height="184" alt="Select CD Source" title="Select CD Source"  /></a></li>
<li>In case you&#8217;re using Windows XP ISO Image. Browse to the ISO Image file. Click <strong>Open</strong>.<br />
<a href="http://www.linglom.com/images/virtualization/VirtualPC/PartIV/5.png" target="_blank"><img src="http://www.linglom.com/images/virtualization/VirtualPC/PartIV/_5.png" width="250" height="186" alt="Select ISO Image file" title="Select ISO Image file"  /></a></li>
<li>Reboot the virtual machine to boot into Windows XP installation CD or ISO Image file. Select <strong>Action</strong> -> <strong>CTRL+ALT+DELETE</strong>.<br />
<a href="http://www.linglom.com/images/virtualization/VirtualPC/PartIV/6.png" target="_blank"><img src="http://www.linglom.com/images/virtualization/VirtualPC/PartIV/_6.png" width="250" height="184" alt="Reboot the virtual machine" title="Reboot the virtual machine"  /></a></li>
<li>Now it will boot from CD (or ISO Image file).<br />
<em><strong>Note: </strong></em>If the virtual machine isn&#8217;t loading Windows XP installation. You may need to configure boot sequence in BIOS on the virtual machine.<br />
<a href="http://www.linglom.com/images/virtualization/VirtualPC/PartIV/7.png" target="_blank"><img src="http://www.linglom.com/images/virtualization/VirtualPC/PartIV/_7.png" width="250" height="184" alt="Booting from CD or image file" title="Booting from CD or image file"  /></a></li>
<li>The Windows Setup is loading.<br />
<a href="http://www.linglom.com/images/virtualization/VirtualPC/PartIV/8.png" target="_blank"><img src="http://www.linglom.com/images/virtualization/VirtualPC/PartIV/_8.png" width="250" height="184" alt="Start Windows Setup" title="Start Windows Setup"  /></a></li>
<li>Select drive to install Windows XP.<br />
<a href="http://www.linglom.com/images/virtualization/VirtualPC/PartIV/9.png" target="_blank"><img src="http://www.linglom.com/images/virtualization/VirtualPC/PartIV/_9.png" width="250" height="182" alt="Select drive to install Windows XP" title="Select drive to install Windows XP"  /></a></li>
<li>Continue installing Windows XP.<br />
<a href="http://www.linglom.com/images/virtualization/VirtualPC/PartIV/10.png" target="_blank"><img src="http://www.linglom.com/images/virtualization/VirtualPC/PartIV/_10.png" width="250" height="214" alt="Installing Windows XP" title="Installing Windows XP"  /></a></li>
<li>When you working in the virtual machine, you notice that you can&#8217;t move your mouse outside the virtual machine. It is a different system. To release mouse from the virtual machine, press <strong>Right ALT</strong>.<br />
<em><strong>Note:</strong></em> You can install Virtual Machine Additions on virtual machine to solve this annoyance issue which I&#8217;ll show in the next part.<br />
<a href="http://www.linglom.com/images/virtualization/VirtualPC/PartIV/11.png" target="_blank"><img src="http://www.linglom.com/images/virtualization/VirtualPC/PartIV/_11.png" width="250" height="209" alt="Release mouse from a virtual machine" title="Release mouse from a virtual machine"  /></a></li>
<li>After the installation finishes, now you have a guest operating system on your first virtual machine. You can work in the virtual machine as it is an another PC.<br />
<a href="http://www.linglom.com/images/virtualization/VirtualPC/PartIV/12.png" target="_blank"><img src="http://www.linglom.com/images/virtualization/VirtualPC/PartIV/_12.png" width="250" height="209" alt="Finishes install Windows XP" title="Finishes install Windows XP"  /></a></li>
</ol>
</div>

<p>Related posts:<ol><li><a href='http://www.linglom.com/2008/11/20/getting-started-on-virtualization-with-microsoft-virtual-pc-2007-part-v-installing-virtual-machine-additions/' rel='bookmark' title='Permanent Link: Getting Started on Virtualization with Microsoft Virtual PC 2007, Part V: Install Virtual Machine Additions'>Getting Started on Virtualization with Microsoft Virtual PC 2007, Part V: Install Virtual Machine Additions</a></li>
<li><a href='http://www.linglom.com/2008/11/07/getting-started-on-virtualization-with-microsoft-virtual-pc-2007-part-iii-new-virtual-machine/' rel='bookmark' title='Permanent Link: Getting Started on Virtualization with Microsoft Virtual PC 2007, Part III: New Virtual Machine'>Getting Started on Virtualization with Microsoft Virtual PC 2007, Part III: New Virtual Machine</a></li>
<li><a href='http://www.linglom.com/2008/12/01/getting-started-on-virtualization-with-microsoft-virtual-pc-2007-part-vi-configure-virtual-machine-settings/' rel='bookmark' title='Permanent Link: Getting Started on Virtualization with Microsoft Virtual PC 2007, Part VI: Configure Virtual Machine Settings'>Getting Started on Virtualization with Microsoft Virtual PC 2007, Part VI: Configure Virtual Machine Settings</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://www.linglom.com/2008/11/13/getting-started-on-virtualization-with-microsoft-virtual-pc-2007-part-iv-install-guest-os/feed/</wfw:commentRss>
		<slash:comments>7</slash:comments>
		</item>
		<item>
		<title>Getting Started on Virtualization with Microsoft Virtual PC 2007, Part III: New Virtual Machine</title>
		<link>http://www.linglom.com/2008/11/07/getting-started-on-virtualization-with-microsoft-virtual-pc-2007-part-iii-new-virtual-machine/</link>
		<comments>http://www.linglom.com/2008/11/07/getting-started-on-virtualization-with-microsoft-virtual-pc-2007-part-iii-new-virtual-machine/#comments</comments>
		<pubDate>Fri, 07 Nov 2008 15:57:42 +0000</pubDate>
		<dc:creator>linglom</dc:creator>
				<category><![CDATA[Virtualization]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[Microsoft Virtual PC 2007]]></category>

		<guid isPermaLink="false">http://www.linglom.com/?p=322</guid>
		<description><![CDATA[New Virtual Machine From first 2 parts, you have already installed Microsoft Virtual PC 2007 SP1 on your PC. Now you can create your own virtual machine which I&#8217;ll show in this part. You can view the index of this series at Getting Started on Virtualization with Microsoft Virtual PC 2007, Part I: Introduction Step-by-step [...]


Related posts:<ol><li><a href='http://www.linglom.com/2008/12/01/getting-started-on-virtualization-with-microsoft-virtual-pc-2007-part-vi-configure-virtual-machine-settings/' rel='bookmark' title='Permanent Link: Getting Started on Virtualization with Microsoft Virtual PC 2007, Part VI: Configure Virtual Machine Settings'>Getting Started on Virtualization with Microsoft Virtual PC 2007, Part VI: Configure Virtual Machine Settings</a></li>
<li><a href='http://www.linglom.com/2008/11/20/getting-started-on-virtualization-with-microsoft-virtual-pc-2007-part-v-installing-virtual-machine-additions/' rel='bookmark' title='Permanent Link: Getting Started on Virtualization with Microsoft Virtual PC 2007, Part V: Install Virtual Machine Additions'>Getting Started on Virtualization with Microsoft Virtual PC 2007, Part V: Install Virtual Machine Additions</a></li>
<li><a href='http://www.linglom.com/2008/11/13/getting-started-on-virtualization-with-microsoft-virtual-pc-2007-part-iv-install-guest-os/' rel='bookmark' title='Permanent Link: Getting Started on Virtualization with Microsoft Virtual PC 2007, Part IV: Install Guest OS'>Getting Started on Virtualization with Microsoft Virtual PC 2007, Part IV: Install Guest OS</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<div class="KonaBody"><h3>New Virtual Machine</h3>
<p>From first 2 parts, you have already installed Microsoft Virtual PC 2007 SP1 on your PC. Now you can create your own virtual machine which I&#8217;ll show in this part. </p>
<p><span id="more-322"></span></p>
<p><!--adsense#Square--></p>
<p>You can view the index of this series at <a href="http://www.linglom.com/2008/10/24/getting-started-on-virtualization-with-microsoft-virtual-pc-2007-part-i-introduction/">Getting Started on Virtualization with Microsoft Virtual PC 2007, Part I: Introduction</a></p>
<h3>Step-by-step</h3>
<ol>
<li>Open Microsoft Virtual PC 2007. Click <strong>Start</strong> -> <strong>Programs</strong> -> <strong>Microsoft Virtual PC</strong>.<br />
<a href="http://www.linglom.com//images/virtualization/VirtualPC/PartIII/1.png" target="_blank"><img src="http://www.linglom.com//images/virtualization/VirtualPC/PartIII/_1.png" width="250" height="273" alt="Open Microsoft Virtual PC 2007" title="Open Microsoft Virtual PC 2007"  /></a></li>
<li>When Microsoft Virtual PC is loading up for the first time, it hasn&#8217;t any virtual machine so it automatically runs a wizard for create a new virtual machine. Click <strong>Next</strong> to continue.<br />
<a href="http://www.linglom.com//images/virtualization/VirtualPC/PartIII/2.png" target="_blank"><img src="http://www.linglom.com//images/virtualization/VirtualPC/PartIII/_2.png" width="250" height="215" alt="New Virtual Machine Wizard" title="New Virtual Machine Wizard"  /></a></li>
<li>On Options, you can one of these 3 options:
<ol>
<li><strong>Create a virtual machine</strong> which you can define basic configurations for a virtual machine.</li>
<li><strong>Use default settings to create a virtual machine</strong>.</li>
<li><strong>Add an existing virtual machine.</strong> If you duplicate a virtual machine or have an existing one, you can choose this option to import it.</li>
</ol>
<p>In this example, I&#8217;ll create a new virtual machine so I select the first option. Select <strong>Create a virtual machine</strong>. Click <strong>Next</strong>.<br />
<a href="http://www.linglom.com//images/virtualization/VirtualPC/PartIII/3.png" target="_blank"><img src="http://www.linglom.com//images/virtualization/VirtualPC/PartIII/_3.png" width="250" height="196" alt="Create a virtual machine" title="Create a virtual machine"  /></a></li>
<li>On Virtual Machine Name and Location, you can name the virtual machine and its location to keep the virtual machine file. In this example, I only name it to WindowsXP so it will store the virtual machine file in a default location.<br />
The default location is in <strong>My Virtual Machines</strong> folder (For example, C:\Documents and Settings\Administrator\My Documents\My Virtual Machines). You can click Browse if you would like to change the location. Then, click <strong>Next</strong>.<br />
<a href="http://www.linglom.com//images/virtualization/VirtualPC/PartIII/4.png" target="_blank"><img src="http://www.linglom.com//images/virtualization/VirtualPC/PartIII/_4.png" width="250" height="195" alt="Select Virtual Machine Name and Location" title="Select Virtual Machine Name and Location"  /></a></li>
<li>On Operating System, you have to choose the operating system which you&#8217;re going to install on the virtual machine. I&#8217;ll install Windows XP so I choose <strong>Windows XP</strong>. Click <strong>Next</strong>.<br />
<em><strong>Note: </strong></em>If you&#8217;re going to install other operating system besides Microsoft&#8217;s products for example, Ubuntu, Red Hat, Fedora, Solaris, FreeBSD, etc., you have to select <strong>Other</strong>. But Microsoft isn&#8217;t officially supports these operating system on Microsoft Virtual PC. Therefore, if you willing to install them in virtual machine, I would recommend you try VMWare. See www.vmware.com for more information.<br />
<a href="http://www.linglom.com//images/virtualization/VirtualPC/PartIII/5.png" target="_blank"><img src="http://www.linglom.com//images/virtualization/VirtualPC/PartIII/_5.png" width="250" height="195" alt="Choose Operating System for virtual machine" title="Choose Operating System for virtual machine"  /></a></li>
<li>On Memory, you can adjust memory (RAM) for the virtual machine. It&#8217;ll consume the memory (RAM) of the physical system so you should better have enough memory for both host and guest operating system. In this example, I have 2560 MB. of memory on my PC so I decide to give memory for the virtual machine 512 MB. Select <strong>Adjusting the RAM</strong> and type <strong>512</strong> in the text box and click <strong>Next</strong>.<br />
<em><strong>Note: </strong></em>You shouldn&#8217;t assign memory to the maximum size for the virtual machine because the host operating system may lacks memory when you run this virtual machine.<br />
<a href="http://www.linglom.com//images/virtualization/VirtualPC/PartIII/6.png" target="_blank"><img src="http://www.linglom.com//images/virtualization/VirtualPC/PartIII/_6.png" width="250" height="195" alt="Set Memory" title="Set Memory"  /></a></li>
<li>On Virtual Harddisk Options, select <strong>A new virtual hard disk</strong>. Click <strong>Next</strong>.<br />
<a href="http://www.linglom.com//images/virtualization/VirtualPC/PartIII/7.png" target="_blank"><img src="http://www.linglom.com//images/virtualization/VirtualPC/PartIII/_7.png" width="250" height="195" alt="Create a new virtual hard disk" title="Create a new virtual hard disk"  /></a></li>
<li>On Virtual Hard Disk Location, you can specify where to keep this virtual hard disk file and virtual hard disk size. In this example, I leave these values to default. Click <strong>Next</strong>.<br />
<a href="http://www.linglom.com//images/virtualization/VirtualPC/PartIII/8.png" target="_blank"><img src="http://www.linglom.com//images/virtualization/VirtualPC/PartIII/_8.png" width="250" height="194" alt="Specify Virtual Hard Disk Location" title="Specify Virtual Hard Disk Location"  /></a></li>
<li>Click <strong>Finish</strong> to complete creating a new virtual machine.<br />
<a href="http://www.linglom.com//images/virtualization/VirtualPC/PartIII/9.png" target="_blank"><img src="http://www.linglom.com//images/virtualization/VirtualPC/PartIII/_9.png" width="250" height="195" alt="Finishing Create a Virtual Machine" title="Finishing Create a Virtual Machine"  /></a></li>
<li>Now, you&#8217;ll see a new virtual machine is shown up on Virtual PC Console. In this example, its name is <strong>WindowsXP</strong> and the status is <strong>Not running</strong>. I&#8217;ll show how to installing an operating system on the virtual machine in next part.<br />
<a href="http://www.linglom.com//images/virtualization/VirtualPC/PartIII/10.png" target="_blank"><img src="http://www.linglom.com//images/virtualization/VirtualPC/PartIII/_10.png" width="250" height="176" alt="Virtual Machine has been created" title="Virtual Machine has been created"  /></a></li>
</ol>
</div>

<p>Related posts:<ol><li><a href='http://www.linglom.com/2008/12/01/getting-started-on-virtualization-with-microsoft-virtual-pc-2007-part-vi-configure-virtual-machine-settings/' rel='bookmark' title='Permanent Link: Getting Started on Virtualization with Microsoft Virtual PC 2007, Part VI: Configure Virtual Machine Settings'>Getting Started on Virtualization with Microsoft Virtual PC 2007, Part VI: Configure Virtual Machine Settings</a></li>
<li><a href='http://www.linglom.com/2008/11/20/getting-started-on-virtualization-with-microsoft-virtual-pc-2007-part-v-installing-virtual-machine-additions/' rel='bookmark' title='Permanent Link: Getting Started on Virtualization with Microsoft Virtual PC 2007, Part V: Install Virtual Machine Additions'>Getting Started on Virtualization with Microsoft Virtual PC 2007, Part V: Install Virtual Machine Additions</a></li>
<li><a href='http://www.linglom.com/2008/11/13/getting-started-on-virtualization-with-microsoft-virtual-pc-2007-part-iv-install-guest-os/' rel='bookmark' title='Permanent Link: Getting Started on Virtualization with Microsoft Virtual PC 2007, Part IV: Install Guest OS'>Getting Started on Virtualization with Microsoft Virtual PC 2007, Part IV: Install Guest OS</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://www.linglom.com/2008/11/07/getting-started-on-virtualization-with-microsoft-virtual-pc-2007-part-iii-new-virtual-machine/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Getting Started on Virtualization with Microsoft Virtual PC 2007, Part II: Installation</title>
		<link>http://www.linglom.com/2008/10/30/getting-started-on-virtualization-with-microsoft-virtual-pc-2007-part-ii-installation/</link>
		<comments>http://www.linglom.com/2008/10/30/getting-started-on-virtualization-with-microsoft-virtual-pc-2007-part-ii-installation/#comments</comments>
		<pubDate>Thu, 30 Oct 2008 15:09:18 +0000</pubDate>
		<dc:creator>linglom</dc:creator>
				<category><![CDATA[Virtualization]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[Microsoft Virtual PC 2007]]></category>

		<guid isPermaLink="false">http://www.linglom.com/?p=296</guid>
		<description><![CDATA[Installation This post shows you how to install Microsoft Virtual PC 2007. The steps are easy, simply click next. But I decide to keep this post to make the series complete. By the time I writing this, the latest version is Microsoft Virtual PC 2007 SP1. Note: The PC that is being installed the Virtual [...]


Related posts:<ol><li><a href='http://www.linglom.com/2008/11/07/getting-started-on-virtualization-with-microsoft-virtual-pc-2007-part-iii-new-virtual-machine/' rel='bookmark' title='Permanent Link: Getting Started on Virtualization with Microsoft Virtual PC 2007, Part III: New Virtual Machine'>Getting Started on Virtualization with Microsoft Virtual PC 2007, Part III: New Virtual Machine</a></li>
<li><a href='http://www.linglom.com/2008/11/20/getting-started-on-virtualization-with-microsoft-virtual-pc-2007-part-v-installing-virtual-machine-additions/' rel='bookmark' title='Permanent Link: Getting Started on Virtualization with Microsoft Virtual PC 2007, Part V: Install Virtual Machine Additions'>Getting Started on Virtualization with Microsoft Virtual PC 2007, Part V: Install Virtual Machine Additions</a></li>
<li><a href='http://www.linglom.com/2008/12/01/getting-started-on-virtualization-with-microsoft-virtual-pc-2007-part-vi-configure-virtual-machine-settings/' rel='bookmark' title='Permanent Link: Getting Started on Virtualization with Microsoft Virtual PC 2007, Part VI: Configure Virtual Machine Settings'>Getting Started on Virtualization with Microsoft Virtual PC 2007, Part VI: Configure Virtual Machine Settings</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<div class="KonaBody"><h3>Installation</h3>
<p>This post shows you how to install Microsoft Virtual PC 2007. The steps are easy, simply click next. But I decide to keep this post to make the series complete. By the time I writing this, the latest version is <strong>Microsoft Virtual PC 2007 SP1</strong>.<br />
<em><strong>Note:</strong></em> The PC that is being installed the Virtual PC should has more than single core (Dual or Quad cores) and has enough memory for virtual machines. Otherwise, it may be slow when you run a virtual machine.</p>
<p><span id="more-296"></span></p>
<p><!--adsense#Square--></p>
<p>You can view the index of this series at <a href="http://www.linglom.com/2008/10/24/getting-started-on-virtualization-with-microsoft-virtual-pc-2007-part-i-introduction/">Getting Started on Virtualization with Microsoft Virtual PC 2007, Part I: Introduction</a></p>
<p>In this example, I&#8217;ve selected HP DX 7400 SFF as a sample PC for this series. The spec is Intel Dual Core E8400 (3.00 GHz) with customized RAM to 3.5 GB since Windows XP 32-bit can see maximum at 3.5 GB and hard disk 250 GB. With lot of RAM, I&#8217;ve tested that I can run up to 4 virtual machines on this PC simultaneously. </p>
<h3>Step-by-step</h3>
<ol>
<li>Download <strong>Microsoft Virtual PC 2007 SP1</strong> from Microsoft website.<br />
<a href="http://www.linglom.com/images/virtualization/VirtualPC/PartII/VirtualPC.png" target="_blank"><img src="http://www.linglom.com/images/virtualization/VirtualPC/PartII/_VirtualPC.png" width="250" height="172" alt="Microsoft Virtual PC 2007" title="Microsoft Virtual PC 2007"  /></a></li>
<li>Double-click on setup.exe to start the installation wizard. Click <strong>Next</strong> to continue.<br />
<a href="http://www.linglom.com/images/virtualization/VirtualPC/PartII/1.png" target="_blank"><img src="http://www.linglom.com/images/virtualization/VirtualPC/PartII/_1.png" width="250" height="192" alt="Setup Wizard" title="Setup Wizard"  /></a></li>
<li>Select <strong>I accept the terms in the license agreement</strong>. Click <strong>Next</strong>.<br />
<a href="http://www.linglom.com/images/virtualization/VirtualPC/PartII/2.png" target="_blank"><img src="http://www.linglom.com/images/virtualization/VirtualPC/PartII/_2.png" width="250" height="192" alt="Accept terms" title="Accept terms"  /></a></li>
<li>Enter Customer Information and click <strong>Next</strong>.<br />
<a href="http://www.linglom.com/images/virtualization/VirtualPC/PartII/3.png" target="_blank"><img src="http://www.linglom.com/images/virtualization/VirtualPC/PartII/_3.png" width="250" height="192" alt="Enter Customer Information" title="Enter Customer Information"  /></a></li>
<li>Click <strong>Install</strong> to start the installation.<br />
<a href="http://www.linglom.com/images/virtualization/VirtualPC/PartII/4.png" target="_blank"><img src="http://www.linglom.com/images/virtualization/VirtualPC/PartII/_4.png" width="250" height="193" alt="Start Installation" title="Start Installation"  /></a></li>
<li>Waiting the installation to finish.<br />
<a href="http://www.linglom.com/images/virtualization/VirtualPC/PartII/5.png" target="_blank"><img src="http://www.linglom.com/images/virtualization/VirtualPC/PartII/_5.png" width="250" height="193" alt="Installing Microsoft Virtual PC 2007 SP1" title="Installing Microsoft Virtual PC 2007 SP1"  /></a></li>
<li>Click <strong>Finish</strong> to complete the installation.<br />
<a href="http://www.linglom.com/images/virtualization/VirtualPC/PartII/6.png" target="_blank"><img src="http://www.linglom.com/images/virtualization/VirtualPC/PartII/_6.png" width="250" height="192" alt="Finish Setup Wizard" title="Finish Setup Wizard"  /></a></li>
<li>Now you have installed Microsoft Virtual PC 2007 SP1. Next, I&#8217;ll show how to create a new virtual machine. Continue on part III &#8211; New Virtual Machine.</li>
</ol>
</div>

<p>Related posts:<ol><li><a href='http://www.linglom.com/2008/11/07/getting-started-on-virtualization-with-microsoft-virtual-pc-2007-part-iii-new-virtual-machine/' rel='bookmark' title='Permanent Link: Getting Started on Virtualization with Microsoft Virtual PC 2007, Part III: New Virtual Machine'>Getting Started on Virtualization with Microsoft Virtual PC 2007, Part III: New Virtual Machine</a></li>
<li><a href='http://www.linglom.com/2008/11/20/getting-started-on-virtualization-with-microsoft-virtual-pc-2007-part-v-installing-virtual-machine-additions/' rel='bookmark' title='Permanent Link: Getting Started on Virtualization with Microsoft Virtual PC 2007, Part V: Install Virtual Machine Additions'>Getting Started on Virtualization with Microsoft Virtual PC 2007, Part V: Install Virtual Machine Additions</a></li>
<li><a href='http://www.linglom.com/2008/12/01/getting-started-on-virtualization-with-microsoft-virtual-pc-2007-part-vi-configure-virtual-machine-settings/' rel='bookmark' title='Permanent Link: Getting Started on Virtualization with Microsoft Virtual PC 2007, Part VI: Configure Virtual Machine Settings'>Getting Started on Virtualization with Microsoft Virtual PC 2007, Part VI: Configure Virtual Machine Settings</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://www.linglom.com/2008/10/30/getting-started-on-virtualization-with-microsoft-virtual-pc-2007-part-ii-installation/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Getting Started on Virtualization with Microsoft Virtual PC 2007, Part I: Introduction</title>
		<link>http://www.linglom.com/2008/10/24/getting-started-on-virtualization-with-microsoft-virtual-pc-2007-part-i-introduction/</link>
		<comments>http://www.linglom.com/2008/10/24/getting-started-on-virtualization-with-microsoft-virtual-pc-2007-part-i-introduction/#comments</comments>
		<pubDate>Fri, 24 Oct 2008 02:42:42 +0000</pubDate>
		<dc:creator>linglom</dc:creator>
				<category><![CDATA[Virtualization]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[Microsoft Virtual PC 2007]]></category>

		<guid isPermaLink="false">http://www.linglom.com/?p=290</guid>
		<description><![CDATA[Introduction Hello, this post is the first part of the series that I&#8217;ll give you an introduction to the Virtualization Technology which is an interesting topic and becoming interested to many organizations in these days. This series I&#8217;ll focus on using Microsoft Virtual PC 2007 which is a free virtualization software from Microsoft. Note: In [...]


Related posts:<ol><li><a href='http://www.linglom.com/2008/11/20/getting-started-on-virtualization-with-microsoft-virtual-pc-2007-part-v-installing-virtual-machine-additions/' rel='bookmark' title='Permanent Link: Getting Started on Virtualization with Microsoft Virtual PC 2007, Part V: Install Virtual Machine Additions'>Getting Started on Virtualization with Microsoft Virtual PC 2007, Part V: Install Virtual Machine Additions</a></li>
<li><a href='http://www.linglom.com/2008/11/07/getting-started-on-virtualization-with-microsoft-virtual-pc-2007-part-iii-new-virtual-machine/' rel='bookmark' title='Permanent Link: Getting Started on Virtualization with Microsoft Virtual PC 2007, Part III: New Virtual Machine'>Getting Started on Virtualization with Microsoft Virtual PC 2007, Part III: New Virtual Machine</a></li>
<li><a href='http://www.linglom.com/2008/12/01/getting-started-on-virtualization-with-microsoft-virtual-pc-2007-part-vi-configure-virtual-machine-settings/' rel='bookmark' title='Permanent Link: Getting Started on Virtualization with Microsoft Virtual PC 2007, Part VI: Configure Virtual Machine Settings'>Getting Started on Virtualization with Microsoft Virtual PC 2007, Part VI: Configure Virtual Machine Settings</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<div class="KonaBody"><h3>Introduction</h3>
<p>Hello, this post is the first part of the series that I&#8217;ll give you an introduction to the Virtualization Technology which is an interesting topic and becoming interested to many organizations in these days. This series I&#8217;ll focus on using <strong>Microsoft Virtual PC 2007</strong> which is a free virtualization software from Microsoft.<br />
<em><strong>Note:</strong></em> In this series, I focus about virtualization software for Workstation only, not for Server or Enterprise.</p>
<p><span id="more-290"></span></p>
<p><!--adsense#Square--></p>
<p>The series are divided into 7 parts:</p>
<ol>
<li>Getting Started on Virtualization with Microsoft Virtual PC 2007, Part I: Introduction</li>
<li><a href="http://www.linglom.com/2008/10/30/getting-started-on-virtualization-with-microsoft-virtual-pc-2007-part-ii-installation/">Getting Started on Virtualization with Microsoft Virtual PC 2007, Part II: Installation</a></li>
<li><a href="http://www.linglom.com/2008/11/07/getting-started-on-virtualization-with-microsoft-virtual-pc-2007-part-iii-new-virtual-machine/">Getting Started on Virtualization with Microsoft Virtual PC 2007, Part III: New Virtual Machine</a></li>
<li><a href="http://www.linglom.com/2008/11/13/getting-started-on-virtualization-with-microsoft-virtual-pc-2007-part-iv-install-guest-os/">Getting Started on Virtualization with Microsoft Virtual PC 2007, Part IV: Install Guest OS</a></li>
<li><a href="http://www.linglom.com/2008/11/20/getting-started-on-virtualization-with-microsoft-virtual-pc-2007-part-v-installing-virtual-machine-additions/">Getting Started on Virtualization with Microsoft Virtual PC 2007, Part V: Install Virtual Machine Additions</a></li>
<li><a href="http://www.linglom.com/2008/12/01/getting-started-on-virtualization-with-microsoft-virtual-pc-2007-part-vi-configure-virtual-machine-settings/">Getting Started on Virtualization with Microsoft Virtual PC 2007, Part VI: Configure Virtual Machine Settings</a></li>
</ol>
<p><a name="top"></a></p>
<h3>Section</h3>
<ul>
<li><a href="#1">What&#8217;s Virtualization</a></li>
<li><a href="#2">Why implements Virtualization Technology</a></li>
<li><a href="#3">Virtualization Software</a></li>
<li><a href="#4">Microsoft Virtual PC</a></li>
<li><a href="#5">Let&#8217;s start</a></li>
</ul>
<p><a name="1"></a></p>
<h3>What&#8217;s Virtualization</h3>
<p>Nowadays, a computer have much higher performance than before, it can do more tasks at the time. It has dual or quad cores, large memory size, huge storage disk, etc. With a high performance PC like this, it is suitable to run more than a system on a single PC. So it comes to virtualization term. </p>
<p>Virtualization software is software which virtualizes processor, memory, storage and networking resources of a single PC into multiple virtual machines. So you can run multiple operating systems and multiple applications on a single physical PC at the same time.<br />
<a href="#top">Back to top</a></p>
<p><a name="2"></a></p>
<h3>Why implements Virtualization Technology</h3>
<p>With Virtualization Technology, you can </p>
<ol>
<li>Improve the utilization of PCs or servers. You can have multiple operating systems and multiple applications.</li>
<li>Increase flexibility of hardware. Virtual machine is independent hardware since it simulate hardware resources so that you can move your virtual machine between PCs or Servers really faster and simpler.</li>
<li>Save money and energy. Services and applications can be run simultaneously on each virtual machines in a single servers or PCs so you can reduce the number of Servers or PCs.</li>
<li>Increase services and applications availability. You can recover virtual machines faster and easier.</li>
</ol>
<p><a href="#top">Back to top</a></p>
<p><a name="3"></a></p>
<h3>Virtualization Software</h3>
<p>The popular virtualization software for personal use are <strong>Microsoft Virtual PC</strong> (Free), <strong>VMWare Workstation</strong> (Not Free) and <strong>Sun VirtualBox</strong> (Free).<br />
<em><strong>Note:</strong></em> VMWare also has VMWare Player which is free but you can only run virtual machines but not be able to create or modify virtual machines.</p>
<p>If you are a Windows user, I would recommend you to try Microsoft Virtual PC because it&#8217;s free and easiest to use. Therefore, I&#8217;ll use Microsoft Virtual PC 2007 as a demonstration software throughout this series.</p>
<p>If you are a corporate staff and consider to implementing virtualization technology, you should try software from VMWare which has many products for enterprise business. For example, VMWare Server, VMWare ESX, etc.<br />
<a href="#top">Back to top</a></p>
<p><a name="4"></a></p>
<h3>Microsoft Virtual PC</h3>
<p>(This section was quoted and slightly rearranged from <a href="http://en.wikipedia.org/wiki/Microsoft_Virtual_PC" rel="nofollow" target="_blank">Microsoft Virtual PC</a>, Wikipedia, the free encyclopedia)</p>
<ol>
<li>
<h4>Emulated environment</h4>
<p>Virtual PC emulates the following.</p>
<ul>
<li><strong>32-bit Intel Pentium II </strong>processor (but virtualizes the host processor on Windows versions) with an Intel 440BX chipset.</li>
<li>Standard <strong>SVGA VESA graphics card </strong>(S3 Trio 32 PCI with 4 MB Video RAM, adjustable in later versions up to 16 MB).</li>
<li>System BIOS from American Megatrends (AMI) </li>
<li><strong>Creative Labs Sound Blaster 16 </strong>ISA PnP (when Vista is installed as both the host (main) and guest (virtual) Operating systems, then the need to set audio configuration is removed, as the guest (Virtual) OS automatically synchronizes the settings with the host (main) Operating System.) </li>
<li><strong>DEC 21041 </strong>(DEC 21140 in newer versions) Ethernet network card. </li>
</ul>
<p><strong>USB is not supported</strong>. Programs which use undocumented features of hardware, exotic timings, or unsupported opcodes may not work, although overall compatibility can be considered satisfactory.</p>
<ul>
<li>The Macintosh version of Virtual PC uses dynamic recompilation to translate the x86 code used by a standard PC into equivalent PowerPC code used by a Mac. </li>
<li>The Windows version of Virtual PC also uses dynamic recompilation, but only to translate kernel mode and real mode x86 code into x86 user mode code, while original user mode and virtual 8086 mode code run natively. </li>
<p>It also uses some guest call traps (especially when using the guest extensions) to accelerate emulation or offer additional features, such as integration with the host environment.</p>
<p>Virtual Hard Disk (VHD) is the file format used by Virtual PC and Virtual Server, for which Microsoft has made available all documentation under the Open Specification Promise.
</ul>
</li>
<li>
<h4>Virtual Machine Additions</h4>
<p>To facilitate exchange and sharing of files, folders and data between the host operating system and the guest operating system, Virtual PC supports installing Virtual Machine Additions. These are installed in the guest operating system and provide the following functionality across the host and guest operating systems:</p>
<ul>
<li>Better performance of the guest OS.</li>
<li>Integrated use of the mouse.</li>
<li>Optimized video drivers.</li>
<li>Dynamic Screen Resolution (the ability to use any screen resolution in the guest by resizing the Virtual Machine window). </li>
<li>Time synchronization with the host.</li>
<li>Clipboard sharing.</li>
<li>Drag-and-drop capabilities.</li>
<li>Possibility to share files and folders between the host system and the guest system.</li>
</ul>
</li>
<li>
<h4>Supported host operating systems</h4>
<ul>
<li>Windows Vista (32-bit and 64-bit versions of Windows Vista Ultimate, Enterprise, Business editions and European Business only, not Windows Vista Starter, Windows Vista Home Basic or Home Premium or European Vista Home editions)
</li>
<li>Windows XP Professional and Tablet PC Edition (32-bit) and Windows XP Professional x64 Edition, not Windows XP Home Edition or Windows XP Media Center Edition)
</li>
<li>Windows Server 2003 </li>
<li>Windows Server 2008 </li>
</ul>
</li>
<li>
<h4>Supported Guest operating systems</h4>
<ul>
<li>Windows Vista (All 32-bit editions) </li>
<li>Windows XP (All 32-bit only) </li>
<li>Windows Server 2008 (Virtual PC 2007 SP1 onwards) </li>
<li>Windows 2000 Professional and Server </li>
<li>Windows 98 Second Edition </li>
<li>Windows Server 2003 Standard Edition </li>
<li>Windows NT 4.0 Server </li>
<li>Certain editions of IBM OS/2 </li>
</ul>
<p><em><strong>Note: </strong></em>Support for Windows 95, the Windows 98 original release, Windows Me, Windows NT 4.0 Workstation and MS-DOS 6.22 as guests has been discontinued in Virtual PC 2007 but they may run regardless, although Virtual PC Additions are not available on early operating systems such as Windows 95 or MS-DOS 6.22.</p>
<p>Other operating systems like Linux may run, but are not officially supported (for example, Ubuntu, a popular Linux distribution, can only get past the boot screen of the Live CD when using Safe Graphics Mode).</li>
</ol>
<p><em><strong>Reference:</strong></em> <a href="http://download.microsoft.com/download/4/4/c/44ccd131-67fb-4224-a96e-193be1765b43/relnotes.htm" rel="nofollow" target="_blank">Virtual PC 2007 Release Notes</a><br />
<a href="#top">Back to top</a></p>
<p><a name="5"></a></p>
<h3>Let&#8217;s start!</h3>
<p>By the time that I writing this part, the latest version is Microsoft Virtual PC 2007 SP1. You can download at Microsoft website.</p>
<p>To begin installation, continue on Part II: Installation.<br />
<a href="#top">Back to top</a></p>
</div>

<p>Related posts:<ol><li><a href='http://www.linglom.com/2008/11/20/getting-started-on-virtualization-with-microsoft-virtual-pc-2007-part-v-installing-virtual-machine-additions/' rel='bookmark' title='Permanent Link: Getting Started on Virtualization with Microsoft Virtual PC 2007, Part V: Install Virtual Machine Additions'>Getting Started on Virtualization with Microsoft Virtual PC 2007, Part V: Install Virtual Machine Additions</a></li>
<li><a href='http://www.linglom.com/2008/11/07/getting-started-on-virtualization-with-microsoft-virtual-pc-2007-part-iii-new-virtual-machine/' rel='bookmark' title='Permanent Link: Getting Started on Virtualization with Microsoft Virtual PC 2007, Part III: New Virtual Machine'>Getting Started on Virtualization with Microsoft Virtual PC 2007, Part III: New Virtual Machine</a></li>
<li><a href='http://www.linglom.com/2008/12/01/getting-started-on-virtualization-with-microsoft-virtual-pc-2007-part-vi-configure-virtual-machine-settings/' rel='bookmark' title='Permanent Link: Getting Started on Virtualization with Microsoft Virtual PC 2007, Part VI: Configure Virtual Machine Settings'>Getting Started on Virtualization with Microsoft Virtual PC 2007, Part VI: Configure Virtual Machine Settings</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://www.linglom.com/2008/10/24/getting-started-on-virtualization-with-microsoft-virtual-pc-2007-part-i-introduction/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to install VMWare Server on Linux Redhat</title>
		<link>http://www.linglom.com/2008/03/07/how-to-install-vmware-server-on-linux-redhat/</link>
		<comments>http://www.linglom.com/2008/03/07/how-to-install-vmware-server-on-linux-redhat/#comments</comments>
		<pubDate>Fri, 07 Mar 2008 01:51:10 +0000</pubDate>
		<dc:creator>linglom</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Virtualization]]></category>
		<category><![CDATA[VMWare Server]]></category>

		<guid isPermaLink="false">http://www.linglom.com/2008/03/07/how-to-install-vmware-server-on-linux-redhat/</guid>
		<description><![CDATA[Introduction Nowadays, virtualization is a solution which is interested by many IT manager. By converting existing system to virtual, you can save lot of money from buying new hardware every year, avoid hardware conflicts when you move virtual to another computer, etc. But when you convert system to virtual, you still need OS to run [...]


Related posts:<ol><li><a href='http://www.linglom.com/2008/08/17/how-to-setup-stand-alone-kaspersky-anti-virus-57-workstation-on-linux-redhat/' rel='bookmark' title='Permanent Link: How to setup Stand-Alone Kaspersky Anti-Virus 5.7 Workstation on Linux RedHat'>How to setup Stand-Alone Kaspersky Anti-Virus 5.7 Workstation on Linux RedHat</a></li>
<li><a href='http://www.linglom.com/2008/04/20/how-to-change-ip-address-on-linux-redhat/' rel='bookmark' title='Permanent Link: How to change IP Address on Linux Redhat'>How to change IP Address on Linux Redhat</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<div class="KonaBody"><h3>Introduction</h3>
<p>Nowadays, virtualization is a solution which is interested by many IT manager. By converting existing system to virtual, you can save lot of money from buying new hardware every year, avoid hardware conflicts when you move virtual to another computer, etc. But when you convert system to virtual, you still need OS to run virtual software (VMWare, Virtual PC, etc). </p>
<p><span id="more-78"></span></p>
<p>The best practice is to have Linux operationg system running on host so that you won&#8217;t have to pay an additional license. Then, you can have whatever OS you want on virtual. For virtual software, VMWare is the one I recommend to try. There are some free licenses if you want to try. Like VMWare Server, you can have many virtual on a PC and you can connect to manage your virtuals remotely by using VMWare Server Console. This article shows how to install VMWare Server on Redhat Enterprise 4.</p>
<p><!--adsense#Square--></p>
<h3>Step-by-step</h3>
<ol>
<li>Install prerequisite program on Redhat. To install VMWare Server on Linux, you need to install gcc compiler and xinetd before install VMWare Server. By default, xinetd is already installed on Redhat Enterprise 4 so you only need to install gcc.
<ul>
<li>To install gcc, click Application -> System Settings -> Add/Remove Applications<br />
<a href="http://www.linglom.com/images/Linux/VMWare/1.png" target="_blank"><img src="http://www.linglom.com/images/Linux/VMWare/_1.png" width="250" height="302" alt="Open Add/Remove Application on Linux Redhat" title="Open Add/Remove Application on Linux Redhat"  /></a>
</li>
<li>Browse to &#8216;Development&#8217; section and check &#8216;Development Tools&#8217;. Click update.<br />
<a href="http://www.linglom.com/images/Linux/VMWare/2.png" target="_blank"><img src="http://www.linglom.com/images/Linux/VMWare/_2.png" width="250" height="195" alt="Install gcc on Linux Redhat" title="Install gcc on Linux Redhat"  /></a></li>
<li>This will show what are going to install.<br />
<strong>Note:</strong> To install this, you may requires Redhat installation CD (disc 3).<br />
<a href="http://www.linglom.com/images/Linux/VMWare/3.png" target="_blank"><img src="http://www.linglom.com/images/Linux/VMWare/_3.png" width="250" height="142" alt="Review for installation files" title="Review for installation files"  /></a></li>
</ul>
</li>
<li>Now download VMWare Server for Linux from vmware.com. Also, you need to register for a free serial number. When writing this article, the latest version is 1.0.4. I have copied the setup file to my desktop. In this example, I logged in as &#8216;root&#8217; for installation and configuration VMWare Server.<br />
<a href="http://www.linglom.com/images/Linux/VMWare/5.png" target="_blank"><img src="http://www.linglom.com/images/Linux/VMWare/_5.png" width="250" height="218" alt="VMWare Server for Linux installation file" title="VMWare Server for Linux installation file"  /></a></li>
<li>Open terminal, extract the zipped file by type &#8216;tar xvfz &#8220;your-file-name.tar.gz&#8221;&#8216;.<br />
<blockquote><p><em>tar xvfz VMWare-server-1.0.4-56528.tar.gz</em></p></blockquote>
<p><a href="http://www.linglom.com/images/Linux/VMWare/6.png" target="_blank"><img src="http://www.linglom.com/images/Linux/VMWare/_6.png" width="250" height="42" alt="Extract the setup file" title="Extract the setup file"  /></a></li>
<li>When extract finishes, you&#8217;ll see the VMWare Server on desktop or at the same place with your zipped file.<br />
<a href="http://www.linglom.com/images/Linux/VMWare/7.png" target="_blank"><img src="http://www.linglom.com/images/Linux/VMWare/_7.png" width="250" height="188" alt="The VMWare Server extracted folder" title="The VMWare Server extracted folder"  /></a></li>
<li>Run the installation file. Open Terminal and change directory to the extracted folder and execute vmware-install.pl.<br />
<blockquote><p><em>cd vmware-server-distrib/<br />
./vmware-install.pl</em></p></blockquote>
<p><a href="http://www.linglom.com/images/Linux/VMWare/8.png" target="_blank"><img src="http://www.linglom.com/images/Linux/VMWare/_8.png" width="250" height="131" alt="Execute vmware-install.pl" title="Execute vmware-install.pl"  /></a></li>
<li>This is the steps for installation and configuration VMWare Server. If you don&#8217;t know what value to enter, you can simply press Enter button to accept the default value in the bracket [ ] which is provided by the installation file. In this example, I install and configure as default value setting so I only press Enter on each question.
<ul>
<li>The installation file asks for paths to install files (1-7).<br />
<a href="http://www.linglom.com/images/Linux/VMWare/9.png" target="_blank"><img src="http://www.linglom.com/images/Linux/VMWare/_9.png" width="250" height="148" alt="set path for VMWare Server installation on Redhat" title="set path for VMWare Server installation on Redhat"  /></a></li>
<li>The installation file asks for path to install documentation (8-9). Also, it asks for configure VMWare Server now (10). If yes, press Enter to view End User License Agreement (10).<br />
<a href="http://www.linglom.com/images/Linux/VMWare/10.png" target="_blank"><img src="http://www.linglom.com/images/Linux/VMWare/_10.png" width="250" height="130" alt="set path for VMWare Server installation on Redhat" title="set path for VMWare Server installation on Redhat"  /></a></li>
<li>Press Ctrl + C to exit the EULA and type &#8216;y&#8217; or &#8216;yes&#8217; to accept the EULA (11).<br />
<a href="http://www.linglom.com/images/Linux/VMWare/11.png" target="_blank"><img src="http://www.linglom.com/images/Linux/VMWare/_11.png" width="250" height="259" alt="VMWare Server End User License Agreement" title="VMWare Server End User License Agreement"  /></a></li>
<li>The configuration continue asks for path to install file (12-14) and whether to configure NAT network for VMWare Server now (15-16).<br />
<a href="http://www.linglom.com/images/Linux/VMWare/12.png" target="_blank"><img src="http://www.linglom.com/images/Linux/VMWare/_12.png" width="250" height="159" alt="Configure NAT network for VMWare Server" title="Configure NAT network for VMWare Server"  /></a></li>
<li>The configuration asks for configure Host-only network for VMWare Server (19-20).<br />
<a href="http://www.linglom.com/images/Linux/VMWare/13.png" target="_blank"><img src="http://www.linglom.com/images/Linux/VMWare/_13.png" width="250" height="124" alt="Configure Host-only network for VMWare Server" title="Configure Host-only network for VMWare Server"  /></a></li>
<li>The configuration asks for port which for remotely connection to this VMWare Server Console (22).<br />
<a href="http://www.linglom.com/images/Linux/VMWare/14.png" target="_blank"><img src="http://www.linglom.com/images/Linux/VMWare/_14.png" width="250" height="154" alt="Configure port for remote connection to this VMWare Server Console" title="Configure port for remote connection to this VMWare Server Console"  /></a></li>
<li>The configuration asks for path to keep virtual machine files (23) and serial number for VMWare Server (25). You can get one by register at vmware.com for free. If you don&#8217;t have now, you can enter this number later but it suggest you should enter it now. Otherwise, you need to re-run the config file again.<br />
<a href="http://www.linglom.com/images/Linux/VMWare/15.png" target="_blank"><img src="http://www.linglom.com/images/Linux/VMWare/_15.png" width="250" height="84" alt="Enter serial number for VMWare Server" title="Enter serial number for VMWare Server"  /></a></li>
<li>Whether you enter the serial number now or not, the configuration is finished. You&#8217;ll see VMWare service is starting.<br />
<a href="http://www.linglom.com/images/Linux/VMWare/16.png" target="_blank"><img src="http://www.linglom.com/images/Linux/VMWare/_16.png" width="250" height="121" alt="Finishes install and configure VMWare Server" title="Finishes install and configure VMWare Server"  /></a></li>
</ul>
</li>
<li>Try open VMWare Server Console, select Applications -> System Tools -> VMWare Server Console.<br />
<a href="http://www.linglom.com/images/Linux/VMWare/17.png" target="_blank"><img src="http://www.linglom.com/images/Linux/VMWare/_17.png" width="250" height="188" alt="Open VMWare Server Console" title="Open VMWare Server Console"  /></a></li>
<li>VMWare Server Console ask you to connect to which VMWare Server. Select Localhost and click connect.<br />
<a href="http://www.linglom.com/images/Linux/VMWare/18.png" target="_blank"><img src="http://www.linglom.com/images/Linux/VMWare/_18.png" width="250" height="187" alt="Connect to VMWare Server on localhost" title="Connect to VMWare Server on localhost"  /></a></li>
<li>That&#8217;s it. You can manage your virtual machine here.<br />
<a href="http://www.linglom.com/images/Linux/VMWare/19.png" target="_blank"><img src="http://www.linglom.com/images/Linux/VMWare/_19.png" width="250" height="188" alt="VMWare Server Console" title="VMWare Server Console"  /></a></li>
</ol>
</div>

<p>Related posts:<ol><li><a href='http://www.linglom.com/2008/08/17/how-to-setup-stand-alone-kaspersky-anti-virus-57-workstation-on-linux-redhat/' rel='bookmark' title='Permanent Link: How to setup Stand-Alone Kaspersky Anti-Virus 5.7 Workstation on Linux RedHat'>How to setup Stand-Alone Kaspersky Anti-Virus 5.7 Workstation on Linux RedHat</a></li>
<li><a href='http://www.linglom.com/2008/04/20/how-to-change-ip-address-on-linux-redhat/' rel='bookmark' title='Permanent Link: How to change IP Address on Linux Redhat'>How to change IP Address on Linux Redhat</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://www.linglom.com/2008/03/07/how-to-install-vmware-server-on-linux-redhat/feed/</wfw:commentRss>
		<slash:comments>8</slash:comments>
		</item>
		<item>
		<title>SID issue of duplicated Windows virtual disk</title>
		<link>http://www.linglom.com/2007/12/14/sid-issue-of-duplicated-windows-virtual-disk/</link>
		<comments>http://www.linglom.com/2007/12/14/sid-issue-of-duplicated-windows-virtual-disk/#comments</comments>
		<pubDate>Fri, 14 Dec 2007 14:42:18 +0000</pubDate>
		<dc:creator>linglom</dc:creator>
				<category><![CDATA[Virtualization]]></category>
		<category><![CDATA[Duplicated virtual disk]]></category>
		<category><![CDATA[SID]]></category>

		<guid isPermaLink="false">http://www.linglom.com/2007/12/14/sid-issue-of-duplicated-windows-virtual-disk/</guid>
		<description><![CDATA[Problem When you use virtualization software such as Microsoft Virtual PC, VMWare, etc. Most of the time, you&#8217;ll duplicate (copy and paste) Windows virtual disk for creating a new system instead of grab a Windows CD and install it from scratch because it&#8217;s really fast and simple. But the problem occured on the duplicated disk [...]


No related posts.]]></description>
			<content:encoded><![CDATA[<div class="KonaBody"><h3>Problem</h3>
<p>When you use virtualization software such as Microsoft Virtual PC, VMWare, etc. Most of the time, you&#8217;ll duplicate (copy and paste) Windows virtual disk for creating a new system instead of grab a Windows CD and install it from scratch because it&#8217;s really fast and simple. But the problem occured on the duplicated disk that it contains the same Computer Security Identifier (SID) with the original so that if you try to join the domain on the new system, you can&#8217;t login to the domain and the error message show as below</p>
<p><span id="more-59"></span></p>
<p>&#8220;The system cannot log you on due to the following error:</p>
<p>The name or security ID (SID) of the domain specified is inconsistent with the trust information for that domain.&#8221;<br />
<img src="http://www.linglom.com/images/virtualization/sid/2.png" width="551" height="442" alt="SID problem" title="SID problem" /></p>
<p>The event log also show error as<br />
&#8220;The computer or domain <em>computername</em> trusts domain <em>domainname</em>. This may be an indirect trust. However, <em>computername</em> and <em>domainname</em> have the same security identifier. NT should be reinstalled on <em>domainname</em> or <em>computername</em>. &#8221;<br />
<a href="http://www.linglom.com/images/virtualization/sid/1.png" target="_blank"><img src="http://www.linglom.com/images/virtualization/sid/_1.png" width="550" height="510" alt="SID error in event log" title="SID error in event log"  /></a></p>
<p>Microsoft states that &#8220;Computers running the Windows operating system use a Security ID (SID) to uniquely identify themselves. When you use disk-duplicating software, it is important to take steps to ensure the uniqueness of these Security IDs.&#8221;</p>
<p><strong>Note:</strong> The problem will not occured if you use System Preparation Tool (Sysprep.exe) or some system duplication tools such as Symantec&#8217;s Ghost, Altiris&#8217;s RapiDeploy, etc. These tools will change a computer&#8217;s SID after a system has been cloned automatically.</p>
<p>For more infmation on Windows System Preparation Tool, visit at <a href="http://technet.microsoft.com/en-us/desktopdeployment/bb407542.aspx" rel="nofollow"  target="_blank">Desktop Deployment Center Windows &#8211; Imaging: System Preparation Tool</a></p>
<p><!--adsense#Square--></p>
<h3>Solution</h3>
<p>You can solve the problem by run newsid program on the duplicated system. The program will generates new sid for the sytem so that it&#8217;s no longer duplicate with the original one.</p>
<ol>
<li>If you have already join the domain, disjoined the domain before apply newsid program in the next step.<br />
<strong>Note:</strong> If you apply the program without disjoined the domain, permissions of all users on the domain won&#8217;t be set on the computer. For example, if you have applied newsid program without disjoined the domain and you try to use domain admin account to login to the computer. The account won&#8217;t have permission as an administrator but only as a user.</li>
<li>Download NewSID v4.10 from <a href="http://download.sysinternals.com/Files/NewSid.zip" rel="nofollow" target="_blank">sysinternal.com</a> or at <a href="http://www.linglom.com/downloads/NewSid.zip">here</a>.</li>
<li>Extract the zipped file and run newsid.exe</li>
<li>Click Next.<br />
<img src="http://www.linglom.com/images/virtualization/sid/3.png" width="524" height="347" alt="NewSID v4.10" title="NewSID v4.10" /></li>
<li>Select Random SID. Click Next.<br />
<img src="http://www.linglom.com/images/virtualization/sid/4.png" width="524" height="347" alt="Select Random SID" title="Select Random SID" /></li>
<li>You can also rename the computer name if you want.<br />
<img src="http://www.linglom.com/images/virtualization/sid/5.png" width="524" height="347" alt="You can also rename the computer name if you want" title="You can also rename the computer name if you want" /></li>
<li>Click Next and wait a few minutes for applying new sid. Then the system will automatically restarts.<br />
<img src="http://www.linglom.com/images/virtualization/sid/6.png" width="524" height="347" alt="Click Next to apply SID" title="Click Next to apply SID" /></li>
<li>Now join the domain again and now you can use the system without the error as stated at the beginning.</li>
</ol>
<h3>Reference</h3>
<ul>
<li><a href="http://www.microsoft.com/technet/sysinternals/Utilities/NewSid.mspx" rel="nofollow"  target="_blank">Microsoft TechNet &#8211; NewSID v4.10</a></li>
<li><a href="http://support.microsoft.com/kb/162001/en-us" rel="nofollow"  target="_blank">Microsoft Knowledgebase &#8211; Do not disk duplicate installed versions of Windows</a></li>
</ul>
</div>

<p>No related posts.</p>]]></content:encoded>
			<wfw:commentRss>http://www.linglom.com/2007/12/14/sid-issue-of-duplicated-windows-virtual-disk/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
