<?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:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
	>

<channel>
	<title>ALs Blog</title>
	<atom:link href="http://alistg.wordpress.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://alistg.wordpress.com</link>
	<description></description>
	<lastBuildDate>Mon, 04 Jul 2011 23:04:04 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
<cloud domain='alistg.wordpress.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://s2.wp.com/i/buttonw-com.png</url>
		<title>ALs Blog</title>
		<link>http://alistg.wordpress.com</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://alistg.wordpress.com/osd.xml" title="ALs Blog" />
	<atom:link rel='hub' href='http://alistg.wordpress.com/?pushpress=hub'/>
		<item>
		<title>Using Keywords in Windows Event Viewer Custom Views</title>
		<link>http://alistg.wordpress.com/2011/07/04/using-custom-views-in-windows-event-viewer-part-1/</link>
		<comments>http://alistg.wordpress.com/2011/07/04/using-custom-views-in-windows-event-viewer-part-1/#comments</comments>
		<pubDate>Mon, 04 Jul 2011 22:48:32 +0000</pubDate>
		<dc:creator>alistg</dc:creator>
				<category><![CDATA[Troubleshooting]]></category>
		<category><![CDATA[Event Viewer]]></category>

		<guid isPermaLink="false">http://alistg.wordpress.com/?p=268</guid>
		<description><![CDATA[I like the “Custom Views” functionality exposed in Windows 7 Event Viewer These provide an easy way to see events I’m normally &#8220;interested in&#8221; without having to trawl through logs or setup filters each time. However one piece I initially found annoying is “Keywords” At first glance this looks “obvious” – just type in one [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=alistg.wordpress.com&amp;blog=8620293&amp;post=268&amp;subd=alistg&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>I like the “<strong>Custom Views</strong>” functionality exposed in Windows 7 <strong>Event Viewer</strong></p>
<p>These <strong>provide an easy way to see events I’m normally &#8220;interested in&#8221;</strong> without having to trawl through logs or setup filters each time.</p>
<p>However one piece I initially found annoying is “<strong>Keywords</strong>”</p>
<p><strong>At first glance this looks “obvious”</strong> – <strong>just type in one or more “keywords”</strong> you’re interested in filtering on – job done!<br />
<strong>WRONG – this is not what it means.<br />
</strong>In-fact you can&#8217;t even enter text in this dialog</p>
<p><a href="http://alistg.files.wordpress.com/2011/07/event_viewer_keywords1.png"><img class="alignnone size-full wp-image-270" title="Event_Viewer_Keywords" src="http://alistg.files.wordpress.com/2011/07/event_viewer_keywords1.png" alt="" width="561" height="562" /></a></p>
<p>This seems <strong>bordering on &#8220;</strong><strong>counter-intuitive&#8221;</strong></p>
<p>On closer inspection, what it provides is a <strong>drop-down</strong> as below:</p>
<p><a href="http://alistg.files.wordpress.com/2011/07/event_viewer_keywords_dropdown.png"><img class="alignnone size-full wp-image-273" title="Event_Viewer_Keywords_DropDown" src="http://alistg.files.wordpress.com/2011/07/event_viewer_keywords_dropdown.png" alt="" width="557" height="230" /></a></p>
<p>It appears that “Keyword” is <a href="http://msdn.microsoft.com/en-us/library/dd996915(v=VS.85).aspx">a term used by Microsoft to <strong>group</strong> / <strong>classify</strong> types of events</a></p>
<p>To demonstrate:</p>
<p><a href="http://alistg.files.wordpress.com/2011/07/event_viewer_keywords_classic.png"><img class="alignnone size-full wp-image-274" title="Event_Viewer_Keywords_Classic" src="http://alistg.files.wordpress.com/2011/07/event_viewer_keywords_classic.png" alt="" width="602" height="418" /></a></p>
<p>and</p>
<p><a href="http://alistg.files.wordpress.com/2011/07/event_viewer_keywords_wdi_diag.png"><img title="Event_Viewer_Keywords_WDI_Diag" src="http://alistg.files.wordpress.com/2011/07/event_viewer_keywords_wdi_diag.png?w=602&#038;h=418" alt="" width="602" height="418" /></a></p>
<p>So the <strong>Keywords</strong> drop-down <strong>provides a way to filter based on one or more &#8220;types&#8221; of event.</strong></p>
<p>From MSDN:</p>
<p><a href="http://msdn.microsoft.com/en-us/library/system.diagnostics.eventing.reader.eventrecord.keywords.aspx">EventRecord.Keywords Property</a>:<br />
&#8220;The <strong>keywords for an event are used to group the event with other similar events</strong> based on the usage of the events.<br />
<strong>Each keyword is a bit in a <span style="color:#ff0000;">64-bit mask</span></strong>.<br />
Predefined bit values and reserved bits occupy the top 16 positions of this mask, leaving the manifest to use any bits between 0&#215;0000000000000001 and 0&#215;0000800000000000&#8243;</p>
<p>The <strong>standard event keywords</strong> are defined in <a href="http://msdn.microsoft.com/en-us/library/system.diagnostics.eventing.reader.standardeventkeywords.aspx">StandardEventKeywords Enumeration</a>:</p>
<table>
<tbody>
<tr>
<td><strong>Name</strong></td>
<td><strong>Description</strong></td>
</tr>
<tr>
<td><strong>AuditFailure</strong></td>
<td>Attached to all <strong>failed security audit events</strong>. This keyword should only be used for events in the Security log</td>
</tr>
<tr>
<td><strong>AuditSuccess</strong></td>
<td>Attached to all <strong>successful security audit events</strong>. This keyword should only be used for events in the Security log</td>
</tr>
<tr>
<td><strong>Classic</strong></td>
<td>Attached to <strong>events which are raised using the RaiseEvent function</strong></td>
</tr>
<tr>
<td><strong>Correlation Hint</strong></td>
<td>Attached to <strong>transfer events where the related Activity ID (Correlation ID) is a computed value</strong> and is not guaranteed to be unique (not a real GUID).</td>
</tr>
<tr>
<td><strong>SQL</strong></td>
<td>Attached to all <strong>Service Quality Mechanism (SQM) events</strong></td>
</tr>
<tr>
<td><strong>WDI Context</strong></td>
<td>Attached to all <strong>Windows Diagnostic Infrastructure (WDI) context events</strong></td>
</tr>
<tr>
<td><strong>WDI Diag</strong></td>
<td>Attached to all <strong>Windows Diagnostic Infrastructure (WDI) diagnostic events</strong></td>
</tr>
</tbody>
</table>
<p>It&#8217;s worth noting this also <strong>generates an Event query in XPath form</strong> <strong>which you can edit via the “XML” tab</strong>:</p>
<p><a href="http://alistg.files.wordpress.com/2011/07/event_viewer_keywords_and_xml.png"><img class="alignnone size-full wp-image-277" title="Event_Viewer_Keywords_and_XML" src="http://alistg.files.wordpress.com/2011/07/event_viewer_keywords_and_xml.png" alt="" width="1024" height="515" /></a></p>
<p><strong>Bitmask</strong> highlighted above right (wouldnt fancy trying to derive this by hand !)</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/alistg.wordpress.com/268/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/alistg.wordpress.com/268/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/alistg.wordpress.com/268/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/alistg.wordpress.com/268/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/alistg.wordpress.com/268/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/alistg.wordpress.com/268/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/alistg.wordpress.com/268/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/alistg.wordpress.com/268/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/alistg.wordpress.com/268/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/alistg.wordpress.com/268/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/alistg.wordpress.com/268/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/alistg.wordpress.com/268/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/alistg.wordpress.com/268/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/alistg.wordpress.com/268/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=alistg.wordpress.com&amp;blog=8620293&amp;post=268&amp;subd=alistg&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://alistg.wordpress.com/2011/07/04/using-custom-views-in-windows-event-viewer-part-1/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/60bf2692f16e66fcf9780b987b39adf9?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">alistg</media:title>
		</media:content>

		<media:content url="http://alistg.files.wordpress.com/2011/07/event_viewer_keywords1.png" medium="image">
			<media:title type="html">Event_Viewer_Keywords</media:title>
		</media:content>

		<media:content url="http://alistg.files.wordpress.com/2011/07/event_viewer_keywords_dropdown.png" medium="image">
			<media:title type="html">Event_Viewer_Keywords_DropDown</media:title>
		</media:content>

		<media:content url="http://alistg.files.wordpress.com/2011/07/event_viewer_keywords_classic.png" medium="image">
			<media:title type="html">Event_Viewer_Keywords_Classic</media:title>
		</media:content>

		<media:content url="http://alistg.files.wordpress.com/2011/07/event_viewer_keywords_wdi_diag.png" medium="image">
			<media:title type="html">Event_Viewer_Keywords_WDI_Diag</media:title>
		</media:content>

		<media:content url="http://alistg.files.wordpress.com/2011/07/event_viewer_keywords_and_xml.png" medium="image">
			<media:title type="html">Event_Viewer_Keywords_and_XML</media:title>
		</media:content>
	</item>
		<item>
		<title>Monitoring memory usage with perfmon</title>
		<link>http://alistg.wordpress.com/2010/02/03/monitoring-memory-usage-with-perfmon/</link>
		<comments>http://alistg.wordpress.com/2010/02/03/monitoring-memory-usage-with-perfmon/#comments</comments>
		<pubDate>Wed, 03 Feb 2010 23:19:10 +0000</pubDate>
		<dc:creator>alistg</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://alistg.wordpress.com/?p=19</guid>
		<description><![CDATA[Task Manager provides a quick way to get a &#8220;point in time&#8221; view of how much memory a process is using. However &#8211; to collect data over time or view &#8220;trends&#8221;, it&#8217;s often necessary to use Performance Monitor (perfmon) In some cases Task Manager and Perfmon use different names when referring to the same thing [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=alistg.wordpress.com&amp;blog=8620293&amp;post=19&amp;subd=alistg&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p><strong>Task Manager </strong>provides a quick way to get a &#8220;point in time&#8221; view of how much memory a process is using.<br />
However &#8211; to collect data over time or view &#8220;trends&#8221;, it&#8217;s often necessary to use <strong>Performance Monitor </strong>(perfmon)<br />
In some cases Task Manager and Perfmon use different names when referring to the same thing - this can make it tricky to know which counters to select!</p>
<p><strong>Windows XP</strong></p>
<p>Task Manager (by default) shows &#8220;<strong>Mem Usage</strong>&#8220;. The perfmon equivalent is &#8220;<strong>Working set</strong>&#8221; (selectable within &#8220;Processes&#8221;)<br />
&#8220;<strong>VM Size</strong>&#8221; within Task Manager is &#8220;<strong>Private Bytes</strong>&#8221; within perfmon</p>
<p><img class="alignnone size-full wp-image-41" title="XP_TaskPerf_mem" src="http://alistg.files.wordpress.com/2009/10/xp_taskperf_mem2.png" alt="XP_TaskPerf_mem" width="1023" height="303" /></p>
<p> <strong>Vista/Windows7</strong></p>
<p>Thing are much better in more recent Windows OS variants &#8211; MS have brought the definitions used in Task Manager / Perfmon in-line (and dramatically improved perfmon!)<br />
Task Manager (by default) shows &#8220;<strong>Memory (Private Working Set)</strong>&#8220;. The perfmon equivalent is &#8220;<strong>Working Set &#8211; Private&#8221;<br />
Working Set (Memory)</strong> within Task Manager shows as &#8220;<strong>Working Set</strong>&#8221; within Perfmon.</p>
<p><img class="alignnone size-full wp-image-42" title="vista_taskperf_mem" src="http://alistg.files.wordpress.com/2009/10/vista_taskperf_mem1.jpg" alt="vista_taskperf_mem" width="1024" height="348" /></p>
<p>IMPORTANT NOTE:  The &#8220;Memory&#8221; colums displayed by default in XP is diferent to that in Vista\Windows 7.<br />
i.e. &#8220;Mem Usage&#8221; does not mean the same as &#8220;Memory (Private Working Set)&#8221;</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/alistg.wordpress.com/19/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/alistg.wordpress.com/19/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/alistg.wordpress.com/19/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/alistg.wordpress.com/19/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/alistg.wordpress.com/19/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/alistg.wordpress.com/19/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/alistg.wordpress.com/19/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/alistg.wordpress.com/19/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/alistg.wordpress.com/19/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/alistg.wordpress.com/19/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/alistg.wordpress.com/19/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/alistg.wordpress.com/19/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/alistg.wordpress.com/19/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/alistg.wordpress.com/19/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=alistg.wordpress.com&amp;blog=8620293&amp;post=19&amp;subd=alistg&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://alistg.wordpress.com/2010/02/03/monitoring-memory-usage-with-perfmon/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/60bf2692f16e66fcf9780b987b39adf9?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">alistg</media:title>
		</media:content>

		<media:content url="http://alistg.files.wordpress.com/2009/10/xp_taskperf_mem2.png" medium="image">
			<media:title type="html">XP_TaskPerf_mem</media:title>
		</media:content>

		<media:content url="http://alistg.files.wordpress.com/2009/10/vista_taskperf_mem1.jpg" medium="image">
			<media:title type="html">vista_taskperf_mem</media:title>
		</media:content>
	</item>
		<item>
		<title>VMware ESX and memory notes</title>
		<link>http://alistg.wordpress.com/2010/02/03/vmware-esx-and-memory-notes/</link>
		<comments>http://alistg.wordpress.com/2010/02/03/vmware-esx-and-memory-notes/#comments</comments>
		<pubDate>Wed, 03 Feb 2010 23:12:20 +0000</pubDate>
		<dc:creator>alistg</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://alistg.wordpress.com/?p=238</guid>
		<description><![CDATA[Notes from various articles / whitepapers &#8220;condensed&#8221; in one place for easy reference. Memory Terminology Host Physical Memory The memory that is visible to the hypervisor as available on the system Guest Physical Memory The memory that is visible to the guest operating system running in the virtual machine Guest Virtual Memory A continuous virtual [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=alistg.wordpress.com&amp;blog=8620293&amp;post=238&amp;subd=alistg&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Notes from various articles / whitepapers &#8220;condensed&#8221; in one place for easy reference.</p>
<p><strong>Memory Terminology</strong></p>
<table border="1">
<tbody>
<tr>
<td><strong>Host Physical Memory</strong></td>
<td>The <strong>memory that is visible to the hypervisor </strong>as available on the system</td>
</tr>
<tr>
<td><strong>Guest Physical Memory</strong></td>
<td>The <strong>memory that is visible to the guest operating system </strong>running in the virtual machine</td>
</tr>
<tr>
<td><strong>Guest Virtual Memory</strong></td>
<td>A <strong>continuous virtual address space presented by the guest operating system </strong>to applications.<br />
This is the memory address space visibile to applications running inside the VM.</td>
</tr>
</tbody>
</table>
<p> <br />
Guest physical memory is <strong>backed </strong>by host physical memory (this means the hypervisor provides a mapping from the guest to the host memory)<br />
The memory transfer between the <strong>guest physical memory </strong>and the <strong>guest swap device</strong> (e.g. the windows swapfile) is referred to as &#8220;<strong>guest level paging</strong>&#8220;. This is driven by the guest OS.<br />
The memory transfer between the <strong>guest physical memory </strong>and the <strong>host swap device </strong>is called &#8220;<strong>hypervisor swapping</strong>&#8220;. This is driven by the hypervisor.</p>
<p><a href="http://alistg.files.wordpress.com/2010/02/memory.png"><img class="alignnone size-full wp-image-258" title="Memory" src="http://alistg.files.wordpress.com/2010/02/memory.png" alt="" width="819" height="264" /></a></p>
<table border="1">
<tbody>
<tr>
<th>Measurement</th>
<th>Description</th>
</tr>
<tr>
<td><strong>Active</strong></td>
<td>The <strong>amount of <span style="text-decoration:underline;">guest physical memory</span> </strong>that is <strong>being used by the VM</strong>.<br />
Note: Active memory may be different from what is seen inside the guest operating system. This is because the guest operating system generally has a more precise view about what memory is “active” than the hypervisor because it knows when applications allocate or deallocate memory.<br />
In addition, the sampling technique used by ESX often takes time to converge, so the memory usage measured in the guest operating system may be more accurate when the workload memory usage is fluctuating</td>
</tr>
<tr>
<td><strong>Shared</strong></td>
<td>The <strong>amount of guest physical memory shared through transparent page sharing</strong>. This includes the memory shared with other VMs and the memory shared within the VM</td>
</tr>
<tr>
<td><strong>Consumed</strong></td>
<td>The <strong>amount of <span style="text-decoration:underline;">host physical memory</span> allocated to the VM</strong>, accounting for saving from memory sharing with other VMs.<br />
When multiple VMs share a host memory region, each VM is accounted to consume the shared memory proportionally based on the total references to that host memory.<br />
e.g.<br />
If a VM has 100MB host memory equally shared with the other three VMs, the Consumed memory only accounts for 25MB. If the 100MB memory is only shared within the VM, the Consumed memory accounts for 100MB.Note that for a host that is not memory overcommitted, the Consumed memory represents a “high water mark” of the memory usage by the VM. It is possible that in the past, the VM was actively using a large amount of host physical memory but currently it is not. Because host memory is not overcommitted, the Consumed memory will not be shrunk through ballooning or swapping. Hence, the Consumed memory could be much higher than the Active memory when host memory is not overcommitted.</td>
</tr>
<tr>
<td><strong>Granted</strong></td>
<td>The <strong>amount of guest physical memory currently backed by the host physical memory</strong>.<br />
Due to memory sharing, the Granted memory is greater than or equal to the Consumed memory.<br />
e.g.<br />
Assuming a guest allocates 100MB memory while the whole memory are zeroes, once all the zeroed pages are shared, the VM’s Granted memory is 100MB but the VM’s Consumed memory is only 4k.</td>
</tr>
<tr>
<td><strong>Overhead</strong></td>
<td><strong>The extra host physical memory used by the ESX to run a VM</strong>.<br />
The Overhead memory has two components:<br />
1) System wide overhead from VMkernel<br />
2) Additional overhead for each VM, including the space reserved for the VM frame buffer and various virtualization data structures. Since the Overhead memory always resides in host memory, ESX must reserve memory for it. Thus a VM’s memory reservation has two individual components: <strong>user-specified memory reservation </strong>and <strong>overhead memory reservation</strong>.<br />
For example, if the user specifies a 1GB reservation and the Overhead memory for the VM is 100MB, the VM’s memory reservation when powered on would be 1.1GB.</td>
</tr>
<tr>
<td><strong>Balloon</strong></td>
<td>The <strong>amount of guest physical memory that is currently reclaimed through the balloon driver</strong>.</td>
</tr>
<tr>
<td><strong>Swapped</strong></td>
<td>The <strong>amount of guest physical memory swapped out to the VM’s swap device by ESX</strong>.</td>
</tr>
<tr>
<td><strong>Swapped in rate</strong></td>
<td>The <strong>rate at which the host physical memory is being swapped in from the host swap device</strong></td>
</tr>
<tr>
<td><strong>Swapped out rate</strong></td>
<td>The <strong>rate at which the host physical memory is being swapped out to the host swap device</strong></td>
</tr>
</tbody>
</table>
<p><strong> </strong></p>
<p><strong>Memory Overcommit Techniques</strong></p>
<p>ESX uses three memory management mechanisms — <strong>page sharing</strong>, <strong>ballooning</strong>, and <strong>swapping </strong>— to dynamically reduce the amount of machine physical memory required for each virtual machine.</p>
<table border="1">
<tbody>
<tr>
<td><strong>Page Sharing</strong></td>
<td>ESX uses a proprietary technique to transparently and securely <strong>share memory pages between virtual machines</strong>, thus <strong>eliminating redundant copies of memory pages</strong>.<br />
Page sharing is used by default regardless of the memory demands on the host system</td>
</tr>
<tr>
<td><strong>Ballooning</strong></td>
<td>If the virtual machine’s memory usage approaches its memory target, <strong>ESX uses ballooning to reduce that virtual machine’s memory demands</strong>.<br />
Using a VMware-supplied vmmemctl module installed in the guest operating system as part of VMware Tools suite, <strong>ESX can cause the guest to relinquish the memory pages it considers least valuable</strong>. Ballooning provides performance closely matching that of a native system under similar memory constraints. To use ballooning, the guest operating system must be configured with sufficient swap space</td>
</tr>
<tr>
<td><strong>Swapping</strong></td>
<td>If ballooning fails to sufficiently limit a virtual machine’s memory usage, <strong>ESX also uses host-level swapping to forcibly reclaim memory from a virtual machine</strong>.<br />
Because this will swap out active pages, it <strong>can cause virtual machine performance to degrade significantly</strong></td>
</tr>
</tbody>
</table>
<p> </p>
<p><strong>Guest VM memory sizing Guidelines:</strong></p>
<p>&#8220;You should allocate enough memory to hold the working set of applications you will run in the virtual machine, thus minimizing swapping, but <strong>avoid over-allocating memory</strong>. <strong>Allocating more memory than needed unnecessarily increases the virtual machine memory overhead, thus using up memory that could be used to support more virtual machines</strong>&#8220;</p>
<p><strong>Usefull Links</strong></p>
<p><a href="http://communities.vmware.com/servlet/JiveServlet/download/2380-17273/VI+3.5+Memory+Statistic+Definitions.pdf">Virtual Center Memory Statistic Definitions</a> <br />
<a href="http://communities.vmware.com/docs/DOC-10398.pdf">Memory Performance Chart Metrics in the vSphere client</a> <br />
<a href="http://www.vmware.com/files/pdf/perf-vsphere-memory_management.pdf">Understanding Memory Resource Management in VMware ESX Server</a> <br />
<a href="http://www.vmware.com/pdf/Perf_Best_Practices_vSphere4.0.pdf">Performance Best Practices for VMware vSphere 4.0</a></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/alistg.wordpress.com/238/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/alistg.wordpress.com/238/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/alistg.wordpress.com/238/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/alistg.wordpress.com/238/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/alistg.wordpress.com/238/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/alistg.wordpress.com/238/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/alistg.wordpress.com/238/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/alistg.wordpress.com/238/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/alistg.wordpress.com/238/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/alistg.wordpress.com/238/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/alistg.wordpress.com/238/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/alistg.wordpress.com/238/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/alistg.wordpress.com/238/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/alistg.wordpress.com/238/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=alistg.wordpress.com&amp;blog=8620293&amp;post=238&amp;subd=alistg&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://alistg.wordpress.com/2010/02/03/vmware-esx-and-memory-notes/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/60bf2692f16e66fcf9780b987b39adf9?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">alistg</media:title>
		</media:content>

		<media:content url="http://alistg.files.wordpress.com/2010/02/memory.png" medium="image">
			<media:title type="html">Memory</media:title>
		</media:content>
	</item>
		<item>
		<title>What does the VMware &#8220;CPU Usage (Average)&#8221; counter actually mean</title>
		<link>http://alistg.wordpress.com/2009/12/12/what-does-the-vmware-cpu-usage-average-counter-actually-mean/</link>
		<comments>http://alistg.wordpress.com/2009/12/12/what-does-the-vmware-cpu-usage-average-counter-actually-mean/#comments</comments>
		<pubDate>Sat, 12 Dec 2009 23:47:33 +0000</pubDate>
		<dc:creator>alistg</dc:creator>
				<category><![CDATA[Virtualization]]></category>

		<guid isPermaLink="false">http://alistg.wordpress.com/?p=227</guid>
		<description><![CDATA[I was investigating some guest performance issues recently.  Below is a typical example of what I was seeing. The screenshot shows vCenter performance data for a Dual vCPU VM  showing &#8220;excessive&#8221; CPU utilisation. I wanted to confirm exactly what the &#8220;CPU Usage (Average)&#8221; counter actually meant, so had a browse and found a  VMware &#8220;Performance [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=alistg.wordpress.com&amp;blog=8620293&amp;post=227&amp;subd=alistg&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>I was investigating some guest performance issues recently.  Below is a typical example of what I was seeing.<br />
The screenshot shows vCenter performance data for a <strong>Dual vCPU VM  </strong>showing &#8220;excessive&#8221; CPU utilisation.</p>
<p><a href="http://alistg.files.wordpress.com/2009/12/vc.png"><img class="alignnone size-full wp-image-228" title="vc" src="http://alistg.files.wordpress.com/2009/12/vc.png" alt="" width="821" height="135" /></a></p>
<p><span style="color:#000000;">I wanted to confirm <strong>exactly </strong>what the &#8220;<strong>CPU Usage (Average)</strong>&#8221; counter actually meant, so had a browse and found a  </span><a href="http://www.vmware.com/files/pdf/technote_PerformanceCounters.pdf"><span style="color:#000000;">VMware &#8220;Performance Counters&#8221; technote</span></a><span style="color:#888888;"><span style="color:#000000;"> which says:</span><br />
&#8220;Name : Usage<br />
Unit : Percentage : The CPU utilization over the interval of collection<br />
Example : A value of 100% represents complete usage of all processor cores on the system&#8221;</span></p>
<p>Now given the <strong>host </strong>I&#8217;m using has 2 x 3Ghz Quad Core processors, thats an awful lof of horsepower to be &#8220;tied up&#8221; by a single VM!!!<br />
My initial (and correct) reaction was that <span style="text-decoration:underline;">the description in the <a href="http://www.vmware.com/files/pdf/technote_PerformanceCounters.pdf">Technote</a> is either wrong or seriously misleading</span>.</p>
<p>Following investigation <strong>here&#8217;s a clearer explanation of what these values actually mean:</strong></p>
<p><strong>A VM can only ever use a <span style="text-decoration:underline;">maximum of one physical CPU <span style="color:#ff0000;">core</span></span> for each <span style="text-decoration:underline;">virtual CPU core</span></strong></p>
<p>So to demonstrate:<br />
A host with <strong>8 Cores</strong> running at <strong>3Ghz </strong>gives a total of 8 x 3Ghz = <strong>24Ghz</strong> to play with</p>
<p>However:<br />
a <strong>single vCPU VM can only ever use 3Ghz<br />
</strong>a <strong>dual vCPU VM could only ever use 6Ghz</strong></p>
<p>This is because ESX (and any Hypervisor) dosn&#8217;t &#8220;magically&#8221; multi-thread the workload &#8211; it can only ever schedule the vCPUs on individual pCPU cores.</p>
<p>So going back to the initial screenshot.<br />
The VM has 2 vCPUs<br />
Its showing a <strong>CPU Usage(Average) </strong>value of 99.98% of the 2pCPU <strong><span style="text-decoration:underline;">cores</span></strong> to which its entitled, and <strong>not</strong> &#8220;all processor cores&#8221; as the technote states.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/alistg.wordpress.com/227/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/alistg.wordpress.com/227/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/alistg.wordpress.com/227/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/alistg.wordpress.com/227/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/alistg.wordpress.com/227/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/alistg.wordpress.com/227/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/alistg.wordpress.com/227/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/alistg.wordpress.com/227/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/alistg.wordpress.com/227/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/alistg.wordpress.com/227/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/alistg.wordpress.com/227/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/alistg.wordpress.com/227/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/alistg.wordpress.com/227/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/alistg.wordpress.com/227/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=alistg.wordpress.com&amp;blog=8620293&amp;post=227&amp;subd=alistg&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://alistg.wordpress.com/2009/12/12/what-does-the-vmware-cpu-usage-average-counter-actually-mean/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/60bf2692f16e66fcf9780b987b39adf9?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">alistg</media:title>
		</media:content>

		<media:content url="http://alistg.files.wordpress.com/2009/12/vc.png" medium="image">
			<media:title type="html">vc</media:title>
		</media:content>
	</item>
		<item>
		<title>Command line to enable VMware Time Sync within a Windows Guest</title>
		<link>http://alistg.wordpress.com/2009/12/12/command-line-to-enable-vmware-time-sync-within-a-windows-guest/</link>
		<comments>http://alistg.wordpress.com/2009/12/12/command-line-to-enable-vmware-time-sync-within-a-windows-guest/#comments</comments>
		<pubDate>Sat, 12 Dec 2009 22:04:48 +0000</pubDate>
		<dc:creator>alistg</dc:creator>
				<category><![CDATA[Virtualization]]></category>
		<category><![CDATA[VMware]]></category>

		<guid isPermaLink="false">http://alistg.wordpress.com/?p=216</guid>
		<description><![CDATA[When installing VMware Tools on a Windows Guest, &#8220;Time Synchronisation&#8221; is not enabled by default. However &#8211; &#8220;best practise&#8221; is to enable time synch on Windows Guests. There a several ways to do this from outside the VM, but I wanted to find a way to enable time sync from within the guest itself either [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=alistg.wordpress.com&amp;blog=8620293&amp;post=216&amp;subd=alistg&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>When installing <strong>VMware Tools </strong>on a Windows Guest, &#8220;<strong>Time Synchronisation</strong>&#8221; is not enabled by default.<br />
However &#8211; <strong>&#8220;best practise&#8221; is to enable time synch on Windows Guests</strong>.</p>
<p>There a several ways to do this from outside the VM, but I wanted to find a way to <strong>enable time sync from within the guest </strong>itself either <strong>on or after tools install</strong>.</p>
<p>Surprisingly, this wasn&#8217;t quite as straightforward as I expected.<br />
(I assumed it would be posible to set this as a parameter / config option during tools install)</p>
<p>After a bit of searching I found a way to do this in a VMware article called &#8220;<a href="http://pubs.vmware.com/ws6_ace2/ws/wwhelp/wwhimpl/common/html/wwhelp.htm?context=ws&amp;file=ws05a_tools.8.20.html">Using the VMware Tools Command-Line Interface</a>&#8220;.</p>
<p>So, if time sync is disabled, you can enable it by running the following command line in the guest:</p>
<p><strong>          VMwareService.exe &#8211;cmd &#8220;vmx.set_option synctime 0 1&#8243;</strong></p>
<p><strong> </strong></p>
<p><strong>Additional Notes</strong></p>
<p>For some (IMHO stupid) reason, this <strong>utility requires you to specify the current as well as the new value</strong></p>
<p><strong>0 = disabled<br />
1 = enabled</strong></p>
<p>So &#8211; if you run this command on a machine which has this already set, you will get an error saying &#8211; &#8220;<strong>Invalid old value</strong>&#8220;.<br />
Obviously you can &#8220;ignore&#8221; this error when run (so not a huge deal) but the current design seems a bit dumb.<br />
IMHO it would be much more sensible if you could simply specify the value you want to set and not require the current value to be specified.</p>
<p>i.e.<br />
<strong><strong>          </strong> VMwareService.exe &#8211;cmd &#8220;vmx.set_option synctime &lt;0|1&gt;&#8221;</strong></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/alistg.wordpress.com/216/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/alistg.wordpress.com/216/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/alistg.wordpress.com/216/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/alistg.wordpress.com/216/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/alistg.wordpress.com/216/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/alistg.wordpress.com/216/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/alistg.wordpress.com/216/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/alistg.wordpress.com/216/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/alistg.wordpress.com/216/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/alistg.wordpress.com/216/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/alistg.wordpress.com/216/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/alistg.wordpress.com/216/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/alistg.wordpress.com/216/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/alistg.wordpress.com/216/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=alistg.wordpress.com&amp;blog=8620293&amp;post=216&amp;subd=alistg&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://alistg.wordpress.com/2009/12/12/command-line-to-enable-vmware-time-sync-within-a-windows-guest/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/60bf2692f16e66fcf9780b987b39adf9?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">alistg</media:title>
		</media:content>
	</item>
		<item>
		<title>Installing Google Chrome OS on VirtualBox</title>
		<link>http://alistg.wordpress.com/2009/11/23/installing-google-chrome-os/</link>
		<comments>http://alistg.wordpress.com/2009/11/23/installing-google-chrome-os/#comments</comments>
		<pubDate>Mon, 23 Nov 2009 22:04:44 +0000</pubDate>
		<dc:creator>alistg</dc:creator>
				<category><![CDATA[OS]]></category>
		<category><![CDATA[chrome os]]></category>
		<category><![CDATA[google]]></category>
		<category><![CDATA[VirtualBox]]></category>

		<guid isPermaLink="false">http://alistg.wordpress.com/?p=188</guid>
		<description><![CDATA[I decided to take a look at Google Chrome OS www.chromium.org has instructions for Getting and Building a Chromium-Based OS But &#8211; having seen a link on engagdet.com to a VMware download I decided to &#8221;takle the easy route&#8221; and  use the .vmdk file Creating a VM to run Chrome OS Based on various posts on the [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=alistg.wordpress.com&amp;blog=8620293&amp;post=188&amp;subd=alistg&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>I decided to take a look at <a href="http://googleblog.blogspot.com/2009/07/introducing-google-chrome-os.html">Google Chrome OS</a><br />
<a href="http://www.chromium.org">www.chromium.org</a> has instructions for <a href="http://www.chromium.org/chromium-os/building-chromium-os">Getting and Building a Chromium-Based OS</a><br />
But &#8211; having seen a <a href="http://www.engadget.com/2009/11/20/google-chrome-os-available-as-free-vmware-download/">link on engagdet.com</a> to a <a href="http://gdgt.com/google/chrome-os/download/">VMware download</a> I decided to &#8221;takle the easy route&#8221; and  use the .vmdk file</p>
<p><strong>Creating a VM to run Chrome OS</strong></p>
<p>Based on various posts on the web, it looked the &#8220;best chance&#8221; of getting this work ing was to create a VM in VirtualBox.<br />
So, I <a href="http://alistg.wordpress.com/2009/11/22/installing-sun-virtualbox/">installed VirtualBox</a> and setup a VM.</p>
<p><a href="http://alistg.files.wordpress.com/2009/11/1-newvm.jpg"><img class="size-full wp-image-189 alignnone" title="1 - NewVM" src="http://alistg.files.wordpress.com/2009/11/1-newvm.jpg" alt="" width="779" height="124" /></a></p>
<p><a href="http://alistg.files.wordpress.com/2009/11/2-newvm.jpg"><img class="alignnone size-full wp-image-190" title="2 - NewVM" src="http://alistg.files.wordpress.com/2009/11/2-newvm.jpg" alt="" width="453" height="409" /></a></p>
<p>Web comments I read indicate that selecting <strong>Linux 2.6  </strong>as the version yields best results</p>
<p><a href="http://alistg.files.wordpress.com/2009/11/3-vmnameandos.jpg"><img class="alignnone size-full wp-image-191" title="3 - VMNameandOS" src="http://alistg.files.wordpress.com/2009/11/3-vmnameandos.jpg" alt="" width="453" height="409" /></a></p>
<p>I opted for a minimal amount of Ram.</p>
<p><a href="http://alistg.files.wordpress.com/2009/11/4-memory.jpg"><img class="alignnone size-full wp-image-192" title="4 - Memory" src="http://alistg.files.wordpress.com/2009/11/4-memory.jpg" alt="" width="453" height="409" /></a></p>
<p>I used the <strong>.vmdk file </strong>(chrome-os-0.4.22.8-gdgt.vmdk) from <a href="http://gdgt.com/google/chrome-os/download/">http://gdgt.com/google/chrome-os/download/</a><br />
and setup VirtualBox to point to this file</p>
<p><a href="http://alistg.files.wordpress.com/2009/11/5-useexistinghd.jpg"><img class="alignnone size-full wp-image-193" title="5 - UseExistingHD" src="http://alistg.files.wordpress.com/2009/11/5-useexistinghd.jpg" alt="" width="628" height="555" /></a></p>
<p>Summary Info</p>
<p><a href="http://alistg.files.wordpress.com/2009/11/6-finish.jpg"><img class="alignnone size-full wp-image-194" title="6 - Finish" src="http://alistg.files.wordpress.com/2009/11/6-finish.jpg" alt="" width="453" height="409" /></a></p>
<p><strong>Booting up and Logging on</strong></p>
<p>The VM boots up and presents a logon screen<br />
Based on web comments I decided to try an account called &#8220;<strong>chronos</strong>&#8221; &lt;no password&gt;</p>
<p><a href="http://alistg.files.wordpress.com/2009/11/7-booted.jpg"><img class="alignnone size-full wp-image-195" title="7 - booted" src="http://alistg.files.wordpress.com/2009/11/7-booted.jpg" alt="" width="808" height="676" /></a></p>
<p>Result &#8211; I&#8217;m in<br />
Time to setup a gmail account (sigh!)</p>
<p><a href="http://alistg.files.wordpress.com/2009/11/9-first-screen.jpg"><img class="alignnone size-full wp-image-196" title="9 - First Screen" src="http://alistg.files.wordpress.com/2009/11/9-first-screen.jpg" alt="" width="834" height="676" /></a></p>
<p><a href="http://alistg.files.wordpress.com/2009/11/91.jpg"><img class="alignnone size-full wp-image-205" title="91" src="http://alistg.files.wordpress.com/2009/11/91.jpg" alt="" width="834" height="676" /></a></p>
<p><strong>Usefull Links</strong></p>
<p><a href="http://googleblog.blogspot.com/2009/07/introducing-google-chrome-os.html">Google Chrome OS</a><br />
<a href="http://www.chromium.org/chromium-os/building-chromium-os">Getting and Building a Chromium-Based OS</a><br />
<a href="http://www.taranfx.com/blog/what-is-chrome-os">What is Google Chrome</a><br />
<a href="http://www.tweaktown.com/news/13556/google_prepares_for_chrome_os_update_with_web_event_live_blogging/index.html">Google prepares for Chrome OS update with Web Event</a></p>
<p>&nbsp;</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/alistg.wordpress.com/188/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/alistg.wordpress.com/188/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/alistg.wordpress.com/188/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/alistg.wordpress.com/188/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/alistg.wordpress.com/188/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/alistg.wordpress.com/188/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/alistg.wordpress.com/188/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/alistg.wordpress.com/188/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/alistg.wordpress.com/188/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/alistg.wordpress.com/188/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/alistg.wordpress.com/188/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/alistg.wordpress.com/188/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/alistg.wordpress.com/188/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/alistg.wordpress.com/188/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=alistg.wordpress.com&amp;blog=8620293&amp;post=188&amp;subd=alistg&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://alistg.wordpress.com/2009/11/23/installing-google-chrome-os/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/60bf2692f16e66fcf9780b987b39adf9?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">alistg</media:title>
		</media:content>

		<media:content url="http://alistg.files.wordpress.com/2009/11/1-newvm.jpg" medium="image">
			<media:title type="html">1 - NewVM</media:title>
		</media:content>

		<media:content url="http://alistg.files.wordpress.com/2009/11/2-newvm.jpg" medium="image">
			<media:title type="html">2 - NewVM</media:title>
		</media:content>

		<media:content url="http://alistg.files.wordpress.com/2009/11/3-vmnameandos.jpg" medium="image">
			<media:title type="html">3 - VMNameandOS</media:title>
		</media:content>

		<media:content url="http://alistg.files.wordpress.com/2009/11/4-memory.jpg" medium="image">
			<media:title type="html">4 - Memory</media:title>
		</media:content>

		<media:content url="http://alistg.files.wordpress.com/2009/11/5-useexistinghd.jpg" medium="image">
			<media:title type="html">5 - UseExistingHD</media:title>
		</media:content>

		<media:content url="http://alistg.files.wordpress.com/2009/11/6-finish.jpg" medium="image">
			<media:title type="html">6 - Finish</media:title>
		</media:content>

		<media:content url="http://alistg.files.wordpress.com/2009/11/7-booted.jpg" medium="image">
			<media:title type="html">7 - booted</media:title>
		</media:content>

		<media:content url="http://alistg.files.wordpress.com/2009/11/9-first-screen.jpg" medium="image">
			<media:title type="html">9 - First Screen</media:title>
		</media:content>

		<media:content url="http://alistg.files.wordpress.com/2009/11/91.jpg" medium="image">
			<media:title type="html">91</media:title>
		</media:content>
	</item>
		<item>
		<title>Installing Ubuntu</title>
		<link>http://alistg.wordpress.com/2009/11/22/installing-ubuntu/</link>
		<comments>http://alistg.wordpress.com/2009/11/22/installing-ubuntu/#comments</comments>
		<pubDate>Sun, 22 Nov 2009 23:43:54 +0000</pubDate>
		<dc:creator>alistg</dc:creator>
				<category><![CDATA[Virtualization]]></category>
		<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[VirtualBox]]></category>

		<guid isPermaLink="false">http://alistg.wordpress.com/?p=162</guid>
		<description><![CDATA[I decided to take a look at Ubuntu. Download location I downloaded Ubuntu from http://www.ubuntu.com/getubuntu/download The download is in the form of a .iso (ubuntu-9.10-desktop-i386.iso) System Requirements Requires at least 256Mb Ram (the standard installation CD requires 384MB of RAM). Install requires at least 3 GB of disk space. (Source: Ubuntu System Requirements) Version I [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=alistg.wordpress.com&amp;blog=8620293&amp;post=162&amp;subd=alistg&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>I decided to take a look at <a href="http://www.ubuntu.com/products/whatisubuntu">Ubuntu</a>.<a href="http://alistg.files.wordpress.com/2009/11/ubuntulogo.jpg"><img class="alignright size-full wp-image-186" title="UbuntuLogo" src="http://alistg.files.wordpress.com/2009/11/ubuntulogo.jpg" alt="" width="131" height="120" /></a></p>
<p><strong>Download location</strong></p>
<p>I downloaded Ubuntu from <a href="http://www.ubuntu.com/getubuntu/download">http://www.ubuntu.com/getubuntu/download</a><br />
The download is in the form of a .iso (<strong>ubuntu-9.10-desktop-i386.iso</strong>)</p>
<p><strong>System Requirements</strong></p>
<p>Requires <strong>at least 256Mb Ram </strong>(the standard installation CD requires 384MB of RAM).<br />
Install requires <strong>at least 3 GB of disk </strong>space.<br />
(Source: <a href="http://www.ubuntu.com/products/whatisubuntu/desktop/features">Ubuntu System Requirements</a>)</p>
<p><strong>Version </strong></p>
<p>I used <strong>Ubuntu Desktop 9.10 (32 bit)</strong></p>
<p><strong>Creating the VM</strong></p>
<p>I decided to install Ubuntu in <a href="http://www.virtualbox.org/">Virtual Box</a>.<br />
The install is very straightforward and some <a href="https://help.ubuntu.com/community/VirtualBox">handy tips are also available on the Ubuntu site</a></p>
<p><a href="http://alistg.files.wordpress.com/2009/11/1-new-vm.jpg"><img class="alignnone size-full wp-image-163" title="1 - new VM" src="http://alistg.files.wordpress.com/2009/11/1-new-vm.jpg" alt="" width="469" height="531" /></a></p>
<p>Enter a <strong>Name </strong>for the VM<br />
Set the <strong>Operating System </strong>to &#8220;<strong>Linux</strong>&#8220;<br />
Set <strong>Version </strong>to &#8220;<strong>Ubuntu</strong>&#8220;</p>
<p><a href="http://alistg.files.wordpress.com/2009/11/2-vm-name-and-os-type.jpg"><img class="alignnone size-full wp-image-164" title="2 - VM Name and OS Type" src="http://alistg.files.wordpress.com/2009/11/2-vm-name-and-os-type.jpg" alt="" width="453" height="409" /></a></p>
<p><strong>Installation</strong></p>
<p>Attach the CD to the downloaded .ISO file (<strong>ubuntu-9.10-desktop-i386.iso</strong>) and Turn on the VM.<br />
Select &#8220;<strong>Install Ubuntu</strong>&#8221; (doh !)</p>
<p><a href="http://alistg.files.wordpress.com/2009/11/1-ubuntu.jpg"><img class="alignnone size-full wp-image-165" title="1 - Ubuntu" src="http://alistg.files.wordpress.com/2009/11/1-ubuntu.jpg" alt="" width="648" height="556" /></a></p>
<p>Choose the <strong>Language</strong></p>
<p><a href="http://alistg.files.wordpress.com/2009/11/2-ubuntu.jpg"><img class="alignnone size-full wp-image-166" title="2 - Ubuntu" src="http://alistg.files.wordpress.com/2009/11/2-ubuntu.jpg" alt="" width="808" height="676" /></a></p>
<p>Select <strong>TimeZone</strong></p>
<p><a href="http://alistg.files.wordpress.com/2009/11/3-ubuntu.jpg"><img class="alignnone size-full wp-image-167" title="3 - Ubuntu" src="http://alistg.files.wordpress.com/2009/11/3-ubuntu.jpg" alt="" width="808" height="676" /></a></p>
<p>Followed by <strong>Keyboard Layout</strong></p>
<p><a href="http://alistg.files.wordpress.com/2009/11/4-ubuntu.jpg"><img class="alignnone size-full wp-image-168" title="4- Ubuntu" src="http://alistg.files.wordpress.com/2009/11/4-ubuntu.jpg" alt="" width="808" height="676" /></a></p>
<p>Set <strong>partition</strong> details (go with the defaults)</p>
<p><a href="http://alistg.files.wordpress.com/2009/11/5-ubuntu.jpg"><img class="alignnone size-full wp-image-169" title="5 - Ubuntu" src="http://alistg.files.wordpress.com/2009/11/5-ubuntu.jpg" alt="" width="808" height="676" /></a></p>
<p>Set <strong>username</strong> (this is also used to form the suggested computername)</p>
<p><a href="http://alistg.files.wordpress.com/2009/11/6.jpg"><img class="alignnone size-full wp-image-170" title="6" src="http://alistg.files.wordpress.com/2009/11/6.jpg" alt="" width="808" height="676" /></a></p>
<p>Ready to Rock &#8216;n&#8217; Roll&#8230;</p>
<p> <a href="http://alistg.files.wordpress.com/2009/11/7.jpg"><img class="alignnone size-full wp-image-171" title="7" src="http://alistg.files.wordpress.com/2009/11/7.jpg" alt="" width="808" height="676" /></a></p>
<p>It&#8217;s happening &#8230; my first Ubuntu install is underway!</p>
<p><a href="http://alistg.files.wordpress.com/2009/11/8.jpg"><img class="alignnone size-full wp-image-172" title="8" src="http://alistg.files.wordpress.com/2009/11/8.jpg" alt="" width="808" height="676" /></a></p>
<p>It&#8217;s installed!</p>
<p><a href="http://alistg.files.wordpress.com/2009/11/9-done.jpg"><img class="alignnone size-full wp-image-173" title="9- done" src="http://alistg.files.wordpress.com/2009/11/9-done.jpg" alt="" width="808" height="708" /></a></p>
<p><strong>Booting up and logging on</strong></p>
<p>After detaching the .ISO, it&#8217;s time to &#8220;give it a go&#8221; !</p>
<p>Booting up&#8230;</p>
<p><a href="http://alistg.files.wordpress.com/2009/11/91-loading.jpg"><img class="alignnone size-full wp-image-174" title="91 - loading" src="http://alistg.files.wordpress.com/2009/11/91-loading.jpg" alt="" width="808" height="676" /></a></p>
<p>Login prompt</p>
<p><a href="http://alistg.files.wordpress.com/2009/11/93-login.jpg"><img class="alignnone size-full wp-image-176" title="93 - login" src="http://alistg.files.wordpress.com/2009/11/93-login.jpg" alt="" width="808" height="676" /></a></p>
<p>It&#8217;s booted &#8211; no errors (well no visible errors anyway !)<br />
Job done.</p>
<p><a href="http://alistg.files.wordpress.com/2009/11/95-login.jpg"><img class="alignnone size-full wp-image-177" title="95 - login" src="http://alistg.files.wordpress.com/2009/11/95-login.jpg" alt="" width="808" height="676" /></a></p>
<p><strong>Useful Links </strong></p>
<p><a href="http://www.ubuntu.com/products/whatisubuntu">What is Ubuntu</a><br />
<a href="http://www.ubuntu.com/products/whatisubuntu/desktop/features">System Requirements</a><br />
<a href="http://www.ubuntu.com/getubuntu/download">Ubuntu Download</a><br />
<a href="http://ubuntu-tutorials.com/2007/10/13/installing-guest-additions-for-ubuntu-guests-in-virtualbox">Installing Guest Additions for Ubuntu in VirtualBox</a></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/alistg.wordpress.com/162/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/alistg.wordpress.com/162/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/alistg.wordpress.com/162/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/alistg.wordpress.com/162/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/alistg.wordpress.com/162/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/alistg.wordpress.com/162/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/alistg.wordpress.com/162/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/alistg.wordpress.com/162/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/alistg.wordpress.com/162/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/alistg.wordpress.com/162/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/alistg.wordpress.com/162/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/alistg.wordpress.com/162/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/alistg.wordpress.com/162/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/alistg.wordpress.com/162/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=alistg.wordpress.com&amp;blog=8620293&amp;post=162&amp;subd=alistg&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://alistg.wordpress.com/2009/11/22/installing-ubuntu/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/60bf2692f16e66fcf9780b987b39adf9?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">alistg</media:title>
		</media:content>

		<media:content url="http://alistg.files.wordpress.com/2009/11/ubuntulogo.jpg" medium="image">
			<media:title type="html">UbuntuLogo</media:title>
		</media:content>

		<media:content url="http://alistg.files.wordpress.com/2009/11/1-new-vm.jpg" medium="image">
			<media:title type="html">1 - new VM</media:title>
		</media:content>

		<media:content url="http://alistg.files.wordpress.com/2009/11/2-vm-name-and-os-type.jpg" medium="image">
			<media:title type="html">2 - VM Name and OS Type</media:title>
		</media:content>

		<media:content url="http://alistg.files.wordpress.com/2009/11/1-ubuntu.jpg" medium="image">
			<media:title type="html">1 - Ubuntu</media:title>
		</media:content>

		<media:content url="http://alistg.files.wordpress.com/2009/11/2-ubuntu.jpg" medium="image">
			<media:title type="html">2 - Ubuntu</media:title>
		</media:content>

		<media:content url="http://alistg.files.wordpress.com/2009/11/3-ubuntu.jpg" medium="image">
			<media:title type="html">3 - Ubuntu</media:title>
		</media:content>

		<media:content url="http://alistg.files.wordpress.com/2009/11/4-ubuntu.jpg" medium="image">
			<media:title type="html">4- Ubuntu</media:title>
		</media:content>

		<media:content url="http://alistg.files.wordpress.com/2009/11/5-ubuntu.jpg" medium="image">
			<media:title type="html">5 - Ubuntu</media:title>
		</media:content>

		<media:content url="http://alistg.files.wordpress.com/2009/11/6.jpg" medium="image">
			<media:title type="html">6</media:title>
		</media:content>

		<media:content url="http://alistg.files.wordpress.com/2009/11/7.jpg" medium="image">
			<media:title type="html">7</media:title>
		</media:content>

		<media:content url="http://alistg.files.wordpress.com/2009/11/8.jpg" medium="image">
			<media:title type="html">8</media:title>
		</media:content>

		<media:content url="http://alistg.files.wordpress.com/2009/11/9-done.jpg" medium="image">
			<media:title type="html">9- done</media:title>
		</media:content>

		<media:content url="http://alistg.files.wordpress.com/2009/11/91-loading.jpg" medium="image">
			<media:title type="html">91 - loading</media:title>
		</media:content>

		<media:content url="http://alistg.files.wordpress.com/2009/11/93-login.jpg" medium="image">
			<media:title type="html">93 - login</media:title>
		</media:content>

		<media:content url="http://alistg.files.wordpress.com/2009/11/95-login.jpg" medium="image">
			<media:title type="html">95 - login</media:title>
		</media:content>
	</item>
		<item>
		<title>VirtualBox &#8220;Settings&#8221; menu options</title>
		<link>http://alistg.wordpress.com/2009/11/22/virtualbox-settings-menu-options/</link>
		<comments>http://alistg.wordpress.com/2009/11/22/virtualbox-settings-menu-options/#comments</comments>
		<pubDate>Sun, 22 Nov 2009 22:50:19 +0000</pubDate>
		<dc:creator>alistg</dc:creator>
				<category><![CDATA[Virtualization]]></category>
		<category><![CDATA[Settings]]></category>
		<category><![CDATA[VirtualBox]]></category>

		<guid isPermaLink="false">http://alistg.wordpress.com/?p=128</guid>
		<description><![CDATA[After installing VirtualBox here are some quick screenshots showing what &#8220;Settings&#8221; are exposed for Virtual Machine properties. These are all fairly typical, but I&#8217;ve posted here as a handy reference.    General     System       Display &#160;   Hard Disks CD/DVD-Rom Floppy Audio Network Serial Ports   USB Shared Folders           <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=alistg.wordpress.com&amp;blog=8620293&amp;post=128&amp;subd=alistg&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>After <a href="http://alistg.wordpress.com/2009/11/22/installing-sun-virtualbox/">installing VirtualBox</a> here are some quick screenshots showing what &#8220;<strong>Settings</strong>&#8221; are exposed for Virtual Machine properties.<br />
These are all fairly typical, but I&#8217;ve posted here as a handy reference. </p>
<p><a href="http://alistg.files.wordpress.com/2009/11/1-settings1.png"><img class="size-full wp-image-134 alignnone" title="1 - Settings" src="http://alistg.files.wordpress.com/2009/11/1-settings1.png" alt="" width="783" height="294" /></a> </p>
<p><strong>General</strong> </p>
<p><strong><a href="http://alistg.files.wordpress.com/2009/11/2-1-general1.jpg"><img class="size-full wp-image-135 alignnone" title="2 -1 General" src="http://alistg.files.wordpress.com/2009/11/2-1-general1.jpg" alt="" width="413" height="365" /></a> <a href="http://alistg.files.wordpress.com/2009/11/2-2-general-advanced.jpg"><img class="size-full wp-image-136 alignnone" title="2 - 2 General Advanced" src="http://alistg.files.wordpress.com/2009/11/2-2-general-advanced.jpg" alt="" width="413" height="365" /></a></strong> </p>
<p><strong>System</strong> </p>
<div><strong><a href="http://alistg.files.wordpress.com/2009/11/3-1-settings.jpg"></a><a href="http://alistg.files.wordpress.com/2009/11/3-2-settings-processor.jpg"></a><a href="http://alistg.files.wordpress.com/2009/11/3-1-settings1.jpg"></a>  <a href="http://alistg.files.wordpress.com/2009/11/3-1-settings2.jpg"><img class="alignnone size-full wp-image-142" title="3 - 1 Settings" src="http://alistg.files.wordpress.com/2009/11/3-1-settings2.jpg" alt="" width="418" height="369" /></a> <a href="http://alistg.files.wordpress.com/2009/11/3-2-settings-processor2.jpg"><img class="alignnone size-full wp-image-145" title="3 - 2 Settings Processor" src="http://alistg.files.wordpress.com/2009/11/3-2-settings-processor2.jpg" alt="" width="418" height="369" /></a> <a href="http://alistg.files.wordpress.com/2009/11/3-3-settings-acceleration.jpg"><img class="alignnone size-full wp-image-143" title="3 - 3 Settings Acceleration" src="http://alistg.files.wordpress.com/2009/11/3-3-settings-acceleration.jpg" alt="" width="418" height="369" /></a></strong></div>
<div><strong><strong>Display</strong></strong></div>
<p><strong>
<p>&nbsp;</p>
<p></strong></p>
<p><a href="http://alistg.files.wordpress.com/2009/11/4-1-display2.jpg"><img class="alignnone size-full wp-image-149" title="4 - 1 Display" src="http://alistg.files.wordpress.com/2009/11/4-1-display2.jpg" alt="" width="418" height="369" /></a> <a href="http://alistg.files.wordpress.com/2009/11/4-2-remote-display.jpg"><img class="alignnone size-full wp-image-146" title="4 - 2 Remote Display" src="http://alistg.files.wordpress.com/2009/11/4-2-remote-display.jpg" alt="" width="418" height="369" /></a></p>
<p><strong>Hard Disks</strong></p>
<p><a href="http://alistg.files.wordpress.com/2009/11/5-har-disks.jpg"><img class="alignnone size-full wp-image-152" title="5 - Har Disks" src="http://alistg.files.wordpress.com/2009/11/5-har-disks.jpg" alt="" width="418" height="370" /></a><a href="http://alistg.files.wordpress.com/2009/11/4-2-remote-display.jpg"></a></p>
<p><strong><strong>CD/DVD-Rom</strong></strong></p>
<p><strong><a href="http://alistg.files.wordpress.com/2009/11/6-cd.jpg"><img class="alignnone size-full wp-image-153" title="6 - CD" src="http://alistg.files.wordpress.com/2009/11/6-cd.jpg" alt="" width="418" height="370" /></a></strong></p>
<p><strong><strong>Floppy</strong></strong></p>
<p><a href="http://alistg.files.wordpress.com/2009/11/7-floppy.jpg"><img class="alignnone size-full wp-image-154" title="7 - Floppy" src="http://alistg.files.wordpress.com/2009/11/7-floppy.jpg" alt="" width="418" height="370" /></a></p>
<p><strong><strong>Audio</strong></strong></p>
<p><a href="http://alistg.files.wordpress.com/2009/11/8-audio.jpg"><img class="alignnone size-full wp-image-155" title="8 - Audio" src="http://alistg.files.wordpress.com/2009/11/8-audio.jpg" alt="" width="418" height="370" /></a></p>
<p><strong><strong>Network</strong></strong></p>
<p><a href="http://alistg.files.wordpress.com/2009/11/9-network.jpg"><img class="alignnone size-full wp-image-156" title="9 - Network" src="http://alistg.files.wordpress.com/2009/11/9-network.jpg" alt="" width="418" height="370" /></a></p>
<p><strong><strong>Serial Ports</strong> <strong> </strong></strong></p>
<p><strong><a href="http://alistg.files.wordpress.com/2009/11/91-serial.jpg"><img class="alignnone size-full wp-image-157" title="91 - Serial" src="http://alistg.files.wordpress.com/2009/11/91-serial.jpg" alt="" width="418" height="370" /></a></strong></p>
<p><strong><strong>USB</strong></strong></p>
<p><strong><a href="http://alistg.files.wordpress.com/2009/11/92-usb.jpg"><img class="alignnone size-full wp-image-158" title="92 - USB" src="http://alistg.files.wordpress.com/2009/11/92-usb.jpg" alt="" width="418" height="370" /></a></strong></p>
<p><strong><strong>Shared Folders</strong> <a href="http://alistg.files.wordpress.com/2009/11/2-2-general-advanced.jpg"></a>  <a href="http://alistg.files.wordpress.com/2009/11/3-1-settings.jpg"></a>         </strong></p>
<p><a href="http://alistg.files.wordpress.com/2009/11/92-sharedfolders.jpg"><img class="alignnone size-full wp-image-159" title="92 - SharedFolders" src="http://alistg.files.wordpress.com/2009/11/92-sharedfolders.jpg" alt="" width="418" height="370" /></a></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/alistg.wordpress.com/128/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/alistg.wordpress.com/128/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/alistg.wordpress.com/128/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/alistg.wordpress.com/128/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/alistg.wordpress.com/128/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/alistg.wordpress.com/128/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/alistg.wordpress.com/128/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/alistg.wordpress.com/128/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/alistg.wordpress.com/128/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/alistg.wordpress.com/128/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/alistg.wordpress.com/128/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/alistg.wordpress.com/128/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/alistg.wordpress.com/128/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/alistg.wordpress.com/128/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=alistg.wordpress.com&amp;blog=8620293&amp;post=128&amp;subd=alistg&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://alistg.wordpress.com/2009/11/22/virtualbox-settings-menu-options/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/60bf2692f16e66fcf9780b987b39adf9?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">alistg</media:title>
		</media:content>

		<media:content url="http://alistg.files.wordpress.com/2009/11/1-settings1.png" medium="image">
			<media:title type="html">1 - Settings</media:title>
		</media:content>

		<media:content url="http://alistg.files.wordpress.com/2009/11/2-1-general1.jpg" medium="image">
			<media:title type="html">2 -1 General</media:title>
		</media:content>

		<media:content url="http://alistg.files.wordpress.com/2009/11/2-2-general-advanced.jpg" medium="image">
			<media:title type="html">2 - 2 General Advanced</media:title>
		</media:content>

		<media:content url="http://alistg.files.wordpress.com/2009/11/3-1-settings2.jpg" medium="image">
			<media:title type="html">3 - 1 Settings</media:title>
		</media:content>

		<media:content url="http://alistg.files.wordpress.com/2009/11/3-2-settings-processor2.jpg" medium="image">
			<media:title type="html">3 - 2 Settings Processor</media:title>
		</media:content>

		<media:content url="http://alistg.files.wordpress.com/2009/11/3-3-settings-acceleration.jpg" medium="image">
			<media:title type="html">3 - 3 Settings Acceleration</media:title>
		</media:content>

		<media:content url="http://alistg.files.wordpress.com/2009/11/4-1-display2.jpg" medium="image">
			<media:title type="html">4 - 1 Display</media:title>
		</media:content>

		<media:content url="http://alistg.files.wordpress.com/2009/11/4-2-remote-display.jpg" medium="image">
			<media:title type="html">4 - 2 Remote Display</media:title>
		</media:content>

		<media:content url="http://alistg.files.wordpress.com/2009/11/5-har-disks.jpg" medium="image">
			<media:title type="html">5 - Har Disks</media:title>
		</media:content>

		<media:content url="http://alistg.files.wordpress.com/2009/11/6-cd.jpg" medium="image">
			<media:title type="html">6 - CD</media:title>
		</media:content>

		<media:content url="http://alistg.files.wordpress.com/2009/11/7-floppy.jpg" medium="image">
			<media:title type="html">7 - Floppy</media:title>
		</media:content>

		<media:content url="http://alistg.files.wordpress.com/2009/11/8-audio.jpg" medium="image">
			<media:title type="html">8 - Audio</media:title>
		</media:content>

		<media:content url="http://alistg.files.wordpress.com/2009/11/9-network.jpg" medium="image">
			<media:title type="html">9 - Network</media:title>
		</media:content>

		<media:content url="http://alistg.files.wordpress.com/2009/11/91-serial.jpg" medium="image">
			<media:title type="html">91 - Serial</media:title>
		</media:content>

		<media:content url="http://alistg.files.wordpress.com/2009/11/92-usb.jpg" medium="image">
			<media:title type="html">92 - USB</media:title>
		</media:content>

		<media:content url="http://alistg.files.wordpress.com/2009/11/92-sharedfolders.jpg" medium="image">
			<media:title type="html">92 - SharedFolders</media:title>
		</media:content>
	</item>
		<item>
		<title>Installing Sun VirtualBox</title>
		<link>http://alistg.wordpress.com/2009/11/22/installing-sun-virtualbox/</link>
		<comments>http://alistg.wordpress.com/2009/11/22/installing-sun-virtualbox/#comments</comments>
		<pubDate>Sun, 22 Nov 2009 21:43:29 +0000</pubDate>
		<dc:creator>alistg</dc:creator>
				<category><![CDATA[Virtualization]]></category>
		<category><![CDATA[Install]]></category>
		<category><![CDATA[VirtualBox]]></category>

		<guid isPermaLink="false">http://alistg.wordpress.com/?p=89</guid>
		<description><![CDATA[I decided to take a look at VirtualBox. I&#8217;ve included screenshots below showing what the installation process looks like. Download Location VirtualBox can be downloaded from http://www.virtualbox.org/wiki/Downloads I used VirtualBox 3.0.12 for Windows hosts x86/amd64 Installation Installation is very straightforward and consists of clicking on the downloaded executeable (VirtualBox-3.0.12-54655-Win.exe) and following a small number of [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=alistg.wordpress.com&amp;blog=8620293&amp;post=89&amp;subd=alistg&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>I decided to take a look at <a href="http://www.virtualbox.org/">VirtualBox</a>.<br />
I&#8217;ve included screenshots below showing what the installation process looks like.</p>
<p><strong>Download Location</strong></p>
<p>VirtualBox can be downloaded from <a href="http://www.virtualbox.org/wiki/Downloads">http://www.virtualbox.org/wiki/Downloads</a></p>
<p>I used <a href="http://download.virtualbox.org/virtualbox/3.0.12/VirtualBox-3.0.12-54655-Win.exe">VirtualBox 3.0.12 for Windows hosts x86/amd64</a></p>
<p><strong>Installation</strong></p>
<p>Installation is very straightforward and consists of clicking on the downloaded executeable (<strong>VirtualBox-3.0.12-54655-Win.exe</strong>) and following a small number of prompts as shown:<br />
(I experienced about 5 prompts to confirm installation of unsigned drivers. I&#8217;ve only inclued one example of each below to avoid duplication)</p>
<p><a href="http://alistg.files.wordpress.com/2009/11/vb11.jpg"><img class="alignnone size-full wp-image-101" title="VB1" src="http://alistg.files.wordpress.com/2009/11/vb11.jpg" alt="" width="299" height="235" /></a> <a href="http://alistg.files.wordpress.com/2009/11/vb22.jpg"><img class="alignnone size-full wp-image-105" title="VB2" src="http://alistg.files.wordpress.com/2009/11/vb22.jpg" alt="" width="299" height="235" /></a> <a href="http://alistg.files.wordpress.com/2009/11/vb32.jpg"><img class="alignnone size-full wp-image-118" title="VB3" src="http://alistg.files.wordpress.com/2009/11/vb32.jpg" alt="" width="299" height="235" /></a> <a href="http://alistg.files.wordpress.com/2009/11/vb43.jpg"><img class="alignnone size-full wp-image-120" title="VB4" src="http://alistg.files.wordpress.com/2009/11/vb43.jpg" alt="" width="299" height="235" /></a> <a href="http://alistg.files.wordpress.com/2009/11/vb52.jpg"><img class="alignnone size-full wp-image-121" title="VB5" src="http://alistg.files.wordpress.com/2009/11/vb52.jpg" alt="" width="299" height="235" /></a> <a href="http://alistg.files.wordpress.com/2009/11/vb62.jpg"><img class="alignnone size-full wp-image-122" title="VB6" src="http://alistg.files.wordpress.com/2009/11/vb62.jpg" alt="" width="299" height="235" /></a> <a href="http://alistg.files.wordpress.com/2009/11/vb72.jpg"><img class="alignnone size-full wp-image-123" title="VB7" src="http://alistg.files.wordpress.com/2009/11/vb72.jpg" alt="" width="299" height="235" /></a> <a href="http://alistg.files.wordpress.com/2009/11/vb82.jpg"><img class="alignnone size-full wp-image-124" title="VB8" src="http://alistg.files.wordpress.com/2009/11/vb82.jpg" alt="" width="238" height="189" /></a> <a href="http://alistg.files.wordpress.com/2009/11/vb93.jpg"><img class="alignnone size-full wp-image-125" title="VB9" src="http://alistg.files.wordpress.com/2009/11/vb93.jpg" alt="" width="238" height="189" /></a> <a href="http://alistg.files.wordpress.com/2009/11/vb912.jpg"><img class="alignnone size-full wp-image-126" title="VB91" src="http://alistg.files.wordpress.com/2009/11/vb912.jpg" alt="" width="299" height="235" /></a></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/alistg.wordpress.com/89/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/alistg.wordpress.com/89/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/alistg.wordpress.com/89/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/alistg.wordpress.com/89/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/alistg.wordpress.com/89/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/alistg.wordpress.com/89/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/alistg.wordpress.com/89/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/alistg.wordpress.com/89/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/alistg.wordpress.com/89/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/alistg.wordpress.com/89/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/alistg.wordpress.com/89/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/alistg.wordpress.com/89/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/alistg.wordpress.com/89/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/alistg.wordpress.com/89/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=alistg.wordpress.com&amp;blog=8620293&amp;post=89&amp;subd=alistg&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://alistg.wordpress.com/2009/11/22/installing-sun-virtualbox/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/60bf2692f16e66fcf9780b987b39adf9?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">alistg</media:title>
		</media:content>

		<media:content url="http://alistg.files.wordpress.com/2009/11/vb11.jpg" medium="image">
			<media:title type="html">VB1</media:title>
		</media:content>

		<media:content url="http://alistg.files.wordpress.com/2009/11/vb22.jpg" medium="image">
			<media:title type="html">VB2</media:title>
		</media:content>

		<media:content url="http://alistg.files.wordpress.com/2009/11/vb32.jpg" medium="image">
			<media:title type="html">VB3</media:title>
		</media:content>

		<media:content url="http://alistg.files.wordpress.com/2009/11/vb43.jpg" medium="image">
			<media:title type="html">VB4</media:title>
		</media:content>

		<media:content url="http://alistg.files.wordpress.com/2009/11/vb52.jpg" medium="image">
			<media:title type="html">VB5</media:title>
		</media:content>

		<media:content url="http://alistg.files.wordpress.com/2009/11/vb62.jpg" medium="image">
			<media:title type="html">VB6</media:title>
		</media:content>

		<media:content url="http://alistg.files.wordpress.com/2009/11/vb72.jpg" medium="image">
			<media:title type="html">VB7</media:title>
		</media:content>

		<media:content url="http://alistg.files.wordpress.com/2009/11/vb82.jpg" medium="image">
			<media:title type="html">VB8</media:title>
		</media:content>

		<media:content url="http://alistg.files.wordpress.com/2009/11/vb93.jpg" medium="image">
			<media:title type="html">VB9</media:title>
		</media:content>

		<media:content url="http://alistg.files.wordpress.com/2009/11/vb912.jpg" medium="image">
			<media:title type="html">VB91</media:title>
		</media:content>
	</item>
		<item>
		<title>What is WQL and how to use it</title>
		<link>http://alistg.wordpress.com/2009/11/10/what-is-wql-and-how-to-use-it/</link>
		<comments>http://alistg.wordpress.com/2009/11/10/what-is-wql-and-how-to-use-it/#comments</comments>
		<pubDate>Tue, 10 Nov 2009 00:33:47 +0000</pubDate>
		<dc:creator>alistg</dc:creator>
				<category><![CDATA[WQL]]></category>
		<category><![CDATA[WMI]]></category>

		<guid isPermaLink="false">http://alistg.wordpress.com/?p=66</guid>
		<description><![CDATA[The SCCM / MDT Task Sequence Editor lets you specify &#8220;conditions&#8221; under which particular Tasks can run. One of the conditions that can be used is a WQL query. This post explains what WQL is and how to use it. What is WQL WQL stands for &#8220;WMI Query language&#8220; WQL is a subset of SQL [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=alistg.wordpress.com&amp;blog=8620293&amp;post=66&amp;subd=alistg&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>The <strong>SCCM / MDT Task Sequence Editor</strong> lets you specify &#8220;<strong>conditions</strong>&#8221; under which particular Tasks can run.<br />
One of the conditions that can be used is a <strong>WQL query</strong>.</p>
<p>This post explains what <strong>WQL</strong> is and how to use it.</p>
<p><strong>What is WQL</strong><br />
WQL stands for &#8220;<strong>WMI Query language</strong>&#8220;<br />
WQL is a subset of SQL and can be thought of as &#8220;<a href="http://msdn.microsoft.com/en-us/library/aa394606(VS.85).aspx">SQL for WMI</a>&#8220;</p>
<p><strong>Why use it?</strong><br />
Having the ability to <strong>run a task based on a WQL query</strong> is incredibly powerfull.<br />
This means you can cause something to happen (or not happen) based on the result of a WMI property.</p>
<p>e.g<br />
You may want to <strong>run a driver package</strong> only on <strong>specific types of hardare<br />
</strong>Whilst this is a common scenario, it&#8217;s not &#8220;obvious&#8221; how to create and test a WQL query when starting from scratch.</p>
<p><strong>Creating and testing with WQL<br />
</strong>The Task sequence editor dosn&#8217;t provide any help with constructing or testing a WQL query, so (to avoid pain and disappointment!) it&#8217;s best to TEST this using another tool before using a WQL query in a task sequence.</p>
<p>An easy way to do this is by using <strong>WBEMTest.exe</strong></p>
<p><strong>Using &#8220;Windows Management Instrumentation Tester&#8221; (WBEMTest) to validate a WQL query</strong></p>
<p style="text-align:left;padding-left:30px;">run <strong>WBEMTest.exe<br />
</strong>Select &#8220;<strong>Connect&#8230;&#8221;<br />
</strong>Enter <strong>root\cimv2</strong> (instead of root\default)<br />
Select <strong>Connect</strong></p>
<p style="padding-left:30px;"><img class="alignnone size-full wp-image-67" title="WQL_1" src="http://alistg.files.wordpress.com/2009/11/wql_1.jpg" alt="WQL_1" width="362" height="400" /></p>
<p style="padding-left:30px;">Select &#8220;<strong>Query&#8230;&#8221;</strong></p>
<p style="padding-left:30px;"><img class="alignnone size-full wp-image-68" title="WQL2" src="http://alistg.files.wordpress.com/2009/11/wql2.jpg" alt="WQL2" width="400" height="331" /></p>
<p style="padding-left:30px;">Start by entering a simple query<br />
        e.g. SELECT * FROM Win32_Computersystem<br />
Select &#8220;<strong>Apply</strong>&#8221; to run the query</p>
<p style="padding-left:30px;"><img class="alignnone size-full wp-image-70" title="WQL_3" src="http://alistg.files.wordpress.com/2009/11/wql_3.jpg" alt="WQL_3" width="400" height="149" /></p>
<p style="padding-left:30px;">You&#8217;ll see a &#8220;Result&#8221; similar to the one below:</p>
<p style="padding-left:30px;"><img class="alignnone size-full wp-image-71" title="WQL_4" src="http://alistg.files.wordpress.com/2009/11/wql_4.jpg" alt="WQL_4" width="400" height="253" /></p>
<p style="padding-left:30px;">Double-click on the result to &#8220;drill-down&#8221; and have a look for some more &#8220;interesting&#8221; properties to query for!</p>
<p style="padding-left:30px;">Scroll-down within &#8220;Properties&#8221; and note the value for &#8220;<strong>Model</strong>&#8220;<br />
(in my example this is a &#8220;ProLiant ML110 G5&#8243;)</p>
<p style="padding-left:30px;"><img class="alignnone size-full wp-image-72" title="WQL_5" src="http://alistg.files.wordpress.com/2009/11/wql_5.jpg" alt="WQL_5" width="400" height="370" /></p>
<p>You can use these details to construct a more useful WQL query.</p>
<p style="padding-left:30px;">Go back to the query screen (Close,Close then Query)</p>
<p style="padding-left:30px;">Enter a query using the new values:</p>
<p style="padding-left:60px;">SELECT * FROM Win32_ComputerSystem WHERE Model = &#8220;your model&#8221;</p>
<p style="padding-left:30px;"><img class="alignnone size-full wp-image-74" title="WQL_G5" src="http://alistg.files.wordpress.com/2009/11/wql_g5.jpg" alt="WQL_G5" width="400" height="148" /></p>
<p style="padding-left:30px;">In my case this returns &#8220;<strong>1 objects</strong>&#8220;. This means it&#8217;s a &#8220;success&#8221;<br />
(i.e. will be evaluated as &#8220;True&#8221; if used within a Task Sequence)</p>
<p style="padding-left:30px;"> <img class="alignnone size-full wp-image-75" title="WQL_6" src="http://alistg.files.wordpress.com/2009/11/wql_61.jpg" alt="WQL_6" width="400" height="252" /></p>
<p><strong>What happens if a query dosn&#8217;t evalue to True</strong></p>
<p style="padding-left:30px;">Below is a query for something that won&#8217;t result in a match</p>
<p style="padding-left:30px;"><img class="alignnone size-full wp-image-76" title="WQL_7" src="http://alistg.files.wordpress.com/2009/11/wql_7.jpg" alt="WQL_7" width="400" height="149" /></p>
<p style="padding-left:30px;">Basically it returns &#8220;<strong>0 objects</strong>&#8220;<br />
(i.e. will be evaluated as &#8220;False&#8221; if used in a Task Sequence&#8221;)</p>
<p style="padding-left:30px;"> <img class="alignnone size-full wp-image-77" title="WQL_8" src="http://alistg.files.wordpress.com/2009/11/wql_8.jpg" alt="WQL_8" width="400" height="252" /></p>
<p><strong>What happens if an invalid query is specified</strong></p>
<p>This is likely to be a common scenario when &#8220;getting the hang of it&#8221; / testing.</p>
<p style="padding-left:30px;"> <img class="alignnone size-full wp-image-78" title="WQL_9" src="http://alistg.files.wordpress.com/2009/11/wql_9.jpg" alt="WQL_9" width="400" height="149" /></p>
<p style="padding-left:30px;"> <img class="alignnone size-full wp-image-79" title="WQL_10" src="http://alistg.files.wordpress.com/2009/11/wql_10.jpg" alt="WQL_10" width="360" height="118" /></p>
<p><strong>Other Queries to try</strong></p>
<p style="padding-left:30px;">Show all local accounts</p>
<p style="padding-left:60px;">SELECT * FROM Win32_Account</p>
<p style="padding-left:30px;">This can be easily &#8220;refined&#8221; to look for a specific account</p>
<p style="padding-left:60px;">SELECT * FROM Win32_Account WHERE Name = &#8220;FredBloggs&#8221;</p>
<p><strong>Useful References</strong></p>
<p><a href="http://msdn.microsoft.com/en-us/library/aa394606(VS.85).aspx">MSDN : WQL (SQL for WMI)</a></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/alistg.wordpress.com/66/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/alistg.wordpress.com/66/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/alistg.wordpress.com/66/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/alistg.wordpress.com/66/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/alistg.wordpress.com/66/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/alistg.wordpress.com/66/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/alistg.wordpress.com/66/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/alistg.wordpress.com/66/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/alistg.wordpress.com/66/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/alistg.wordpress.com/66/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/alistg.wordpress.com/66/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/alistg.wordpress.com/66/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/alistg.wordpress.com/66/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/alistg.wordpress.com/66/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=alistg.wordpress.com&amp;blog=8620293&amp;post=66&amp;subd=alistg&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://alistg.wordpress.com/2009/11/10/what-is-wql-and-how-to-use-it/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/60bf2692f16e66fcf9780b987b39adf9?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">alistg</media:title>
		</media:content>

		<media:content url="http://alistg.files.wordpress.com/2009/11/wql_1.jpg" medium="image">
			<media:title type="html">WQL_1</media:title>
		</media:content>

		<media:content url="http://alistg.files.wordpress.com/2009/11/wql2.jpg" medium="image">
			<media:title type="html">WQL2</media:title>
		</media:content>

		<media:content url="http://alistg.files.wordpress.com/2009/11/wql_3.jpg" medium="image">
			<media:title type="html">WQL_3</media:title>
		</media:content>

		<media:content url="http://alistg.files.wordpress.com/2009/11/wql_4.jpg" medium="image">
			<media:title type="html">WQL_4</media:title>
		</media:content>

		<media:content url="http://alistg.files.wordpress.com/2009/11/wql_5.jpg" medium="image">
			<media:title type="html">WQL_5</media:title>
		</media:content>

		<media:content url="http://alistg.files.wordpress.com/2009/11/wql_g5.jpg" medium="image">
			<media:title type="html">WQL_G5</media:title>
		</media:content>

		<media:content url="http://alistg.files.wordpress.com/2009/11/wql_61.jpg" medium="image">
			<media:title type="html">WQL_6</media:title>
		</media:content>

		<media:content url="http://alistg.files.wordpress.com/2009/11/wql_7.jpg" medium="image">
			<media:title type="html">WQL_7</media:title>
		</media:content>

		<media:content url="http://alistg.files.wordpress.com/2009/11/wql_8.jpg" medium="image">
			<media:title type="html">WQL_8</media:title>
		</media:content>

		<media:content url="http://alistg.files.wordpress.com/2009/11/wql_9.jpg" medium="image">
			<media:title type="html">WQL_9</media:title>
		</media:content>

		<media:content url="http://alistg.files.wordpress.com/2009/11/wql_10.jpg" medium="image">
			<media:title type="html">WQL_10</media:title>
		</media:content>
	</item>
	</channel>
</rss>
