<?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/"
	>

<channel>
	<title>Malaysia VMware Communities &#187; virtual</title>
	<atom:link href="http://malaysiavm.com/blog/tag/virtual/feed/" rel="self" type="application/rss+xml" />
	<link>http://malaysiavm.com/blog</link>
	<description></description>
	<lastBuildDate>Thu, 26 Apr 2012 15:54:26 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>How To Change Virtual Machine Network Adapter Manually</title>
		<link>http://malaysiavm.com/blog/how-to-change-virtual-machine-network-adapter-manually/</link>
		<comments>http://malaysiavm.com/blog/how-to-change-virtual-machine-network-adapter-manually/#comments</comments>
		<pubDate>Tue, 23 Jun 2009 08:00:08 +0000</pubDate>
		<dc:creator>jlchannel</dc:creator>
				<category><![CDATA[Tips]]></category>
		<category><![CDATA[adapter]]></category>
		<category><![CDATA[E1000]]></category>
		<category><![CDATA[Intel]]></category>
		<category><![CDATA[network]]></category>
		<category><![CDATA[NIC]]></category>
		<category><![CDATA[virtual]]></category>

		<guid isPermaLink="false">http://malaysiavm.com/blog/?p=1392</guid>
		<description><![CDATA[A virtual network adapter is a program (instead of a physical network adapter) that allows a computer to connect to a network. A virtual network adapter can also be used to connect all the computers on a local area network (LAN) to a larger network such as the Internet or a collection of LANs. Here, [...]]]></description>
			<content:encoded><![CDATA[<p><script type="text/javascript"><!--
google_ad_client = "pub-7430566020196385";
/* MVM Index Link Code 468x15, created 1/3/10 */
google_ad_slot = "5937837755";
google_ad_width = 468;
google_ad_height = 15;
//-->
</script>
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script></p><p>A virtual <a href="http://www.malaysiavm.com/blog/tag/network">network</a> adapter is a program (instead of a physical network adapter) that allows a computer to connect to a network. A virtual network adapter can also be used to connect all the computers on a local area network (<a href="http://www.malaysiavm.com/blog/tag/lan">LAN</a>) to a larger network such as the Internet or a collection of LANs. </p>
<p>Here, I would like to share how to change virtual machine virtual network adapter manually. In fact, you may know you can add a new virtual <a href="http://www.malaysiavm.com/blog/tag/adapter">adapter</a> and choose the adapter type from drop down menu.</p>
<p><a href="http://malaysiavm.com/blog/wp-content/uploads/2009/06/virtual_network_adaptor.png" rel="shadowbox[sbpost-1392];player=img;"><img src="http://malaysiavm.com/blog/wp-content/uploads/2009/06/virtual_network_adaptor.png" alt="Virtual Network Adapter" width="513" height="389" /></a><br />
Here you go:<br />
<span id="more-1392"></span><br />
1. Login to <a href="http://www.malaysiavm.com/blog/tag/vmware">VMware</a> ESX server<br />
2. Type <em>vmware-cmd -l</em> and look for virtual machine (<a href="http://www.malaysiavm.com/blog/tag/vmx">vmx</a> = vm config file) which require change virtual network adapter<br />
3. You may check VMware <a href="http://kb.vmware.com/selfservice/microsites/search.do?language=en_US&#038;cmd=displayKC&#038;externalId=1001805">KB Article: 1001805</a> for available network adapters details.</p>
<p># VMXNET — The VMXNET virtual network adapter has no physical counterpart. VMXNET is optimized for performance in a virtual machine. Because operating system vendors do not provide built-in drivers for this card, you must install VMware Tools to have a driver for the VMXNET network adapter available.</p>
<p># Flexible — The Flexible network adapter identifies itself as a Vlance adapter when a virtual machine boots, but initializes itself and functions as either a Vlance or a VMXNET adapter, depending on which driver initializes it. With VMware Tools installed, the VMXNET driver changes the Vlance adapter to the higher performance VMXNET adapter.</p>
<p># E1000 — An emulated version of the Intel 82545EM Gigabit Ethernet NIC, with drivers available in most newer guest operating systems, including Windows XP and later and Linux versions 2.4.19 and later.</p>
<p># VMXNET 2 (Enhanced) — The VMXNET 2 adapter is based on the VMXNET adapter but provides some high-performance features commonly used on modern networks, such as jumbo frames and hardware offloads. This virtual network adapter is available only for some guest operating systems on <a href="http://www.malaysiavm.com/blog/tag/esx">ESX</a>/<a href="http://www.malaysiavm.com/blog/tag/esxi">ESXi</a> 3.5 and later.</p>
<p>4. Edit Virtual Machine <em>vmx</em> file and choose virtual network adapter as show below:</p>
<p><em>Flexible<br />
Nothing have to add into vmx file.</p>
<p>Intel E1000<br />
ethernetX.virtualDev = &#8220;e1000&#8243;</p>
<p>VMXNET 2 (Enhanced)<br />
ethernetX.virtualDev = &#8220;vmxnet&#8221;</p>
<p>VMXNET 3<br />
ethernetX.virtualDev = &#8220;vmxnet3&#8243;<br />
</em><br />
<strong>Note:</strong> ethernet<strong>X</strong> = number of ethernet card.</p>
<p>5. Save the <a href="http://malaysiavm.com/blog/tag/vmx">VMX</a> file and power on your virtual machine.<br />
6. Power on your virtual machine using virtual center or type # <em>vmware-cmd your_virtualmachine.vmx start</em></p>
<p>Enjoy!</p>
]]></content:encoded>
			<wfw:commentRss>http://malaysiavm.com/blog/how-to-change-virtual-machine-network-adapter-manually/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Memory Hot Add for Virtual Machine</title>
		<link>http://malaysiavm.com/blog/memory-hot-add-for-virtual-machine/</link>
		<comments>http://malaysiavm.com/blog/memory-hot-add-for-virtual-machine/#comments</comments>
		<pubDate>Fri, 20 Mar 2009 03:39:55 +0000</pubDate>
		<dc:creator>jlchannel</dc:creator>
				<category><![CDATA[Operating Systems]]></category>
		<category><![CDATA[vCenter]]></category>
		<category><![CDATA[vSphere]]></category>
		<category><![CDATA[ESX]]></category>
		<category><![CDATA[hot add]]></category>
		<category><![CDATA[Memory]]></category>
		<category><![CDATA[virtual]]></category>
		<category><![CDATA[VM]]></category>

		<guid isPermaLink="false">http://malaysiavm.com/blog/?p=1008</guid>
		<description><![CDATA[The next version of ESX vSphere or ESX 4 new features &#8211; Memory &#8220;Hot Add&#8221; for virtual machine is not a secret anymore. The most important is Microsoft announced the drop of hot-add support from its roadmap, postponed to an unannounced date, reported by Virtualization.Info which is totally not make sense and it&#8217;s confirmed worked [...]]]></description>
			<content:encoded><![CDATA[<p>The next version of <a href="http://malaysiavm.com/blog/tag/esx">ESX</a> <a href="http://malaysiavm.com/blog/tag/vsphere">vSphere</a> or <a href="http://malaysiavm.com/blog/tag/esx4">ESX 4</a> new features &#8211; Memory &#8220;Hot Add&#8221; for virtual machine is not a secret anymore. The most important is Microsoft announced the drop of hot-add support from its roadmap, postponed to an unannounced date, reported by <em><a href="http://www.virtualization.info/2008/04/vmware-beats-microsoft-on-virtual.html">Virtualization.Info</a></em> which is totally not make sense and it&#8217;s confirmed worked on next version  of <a href="http://malaysiavm.com/blog/tag/esx">ESX</a>/<a href="http://malaysiavm.com/blog/tag/vcenter">vCenter</a>.</p>
<p>I would like to share how to configure memory &#8220;hot add&#8221; for Windows 2003 virtual machine.</p>
<p><a href="http://www.malaysiavm.com/images/vsphere/enable_memory_hot_add.png" rel="shadowbox[sbpost-1008];player=img;"><img src="http://www.malaysiavm.com/images/vsphere/enable_memory_hot_add.png" alt="Memory hot add" width="507" height="448" rel="shadowbox" /></a><br />
<span id="more-1008"></span><br />
Please make sure the <a href="http://malaysiavm.com/blog/tag/virtual">virtual</a> machine is <em>power off</em> before proceed and this is one time setup.</p>
<ul>
<li> Right click on virtual machine</li>
<li> Click Edit Settings</li>
<li> Click Options</li>
<li> Select &#8220;Enable memory hot add for this virtual machine&#8221; under Memory/CPU Hotplug.</li>
<li> Click OK</li>
</ul>
<p><a href="http://www.malaysiavm.com/images/vsphere/memory_hot_add.png" rel="shadowbox[sbpost-1008];player=img;"><img src="http://www.malaysiavm.com/images/vsphere/memory_hot_add.png" alt="ESX 4 Memory Hot Add" width="504" height="446" rel="shadowbox" /></a></p>
<p>Testing time! Power on your virtual machine and increase your memory size on the fly now.</p>
<p><strong>Note:</strong> You can increase the <a href="http://malaysiavm.com/blog/tag/memory">memory</a> on the fly but <strong>NOT</strong> decrease the memory during virtual machine is power on.</p>
<p>Enjoy!</p>
]]></content:encoded>
			<wfw:commentRss>http://malaysiavm.com/blog/memory-hot-add-for-virtual-machine/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Virtual I/O Xsigo</title>
		<link>http://malaysiavm.com/blog/virtual-io-xsigo/</link>
		<comments>http://malaysiavm.com/blog/virtual-io-xsigo/#comments</comments>
		<pubDate>Thu, 20 Nov 2008 10:30:11 +0000</pubDate>
		<dc:creator>jlchannel</dc:creator>
				<category><![CDATA[Hardware]]></category>
		<category><![CDATA[Industry News]]></category>
		<category><![CDATA[Storage]]></category>
		<category><![CDATA[ESX]]></category>
		<category><![CDATA[I/O]]></category>
		<category><![CDATA[virtual]]></category>
		<category><![CDATA[VMware]]></category>
		<category><![CDATA[Xsigo]]></category>

		<guid isPermaLink="false">http://malaysiavm.com/blog/?p=593</guid>
		<description><![CDATA[Virtual I/O is not new to the IT market and I was introduced by my friend about Xsigo recently. Many enterprise who have implemented virtual environments as a way to consolidate servers and centralize management are running may facing I/O bottleneck issue. No matter how many servers, switches, SAN storage or operating systems that you [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://malaysiavm.com/blog/tag/virtual">Virtual</a> <a href="http://malaysiavm.com/blog/tag/io">I/O</a> is not new to the <a href="http://malaysiavm.com/blog/tag/it">IT</a> market and I was introduced by my friend about <a href="http://www.xsigo.com/">Xsigo</a> recently.</p>
<p>Many enterprise who have implemented <a href="http://malaysiavm.com/blog/tag/virtual">virtual</a> environments as a way to consolidate servers and centralize management are running may facing I/O bottleneck issue. No matter how many servers, switches, <a href="http://malaysiavm.com/blog/tag/san">SAN</a> storage or operating systems that you have, you&#8217;re still require to go through IO device.</p>
<p><img src="http://www.xsigo.com/_img/pages/Isometric_View2.jpg" alt="Xsigo" /><br />
<span id="more-593"></span><br />
Imaging you are running on multiple <a href="http://malaysiavm.com/blog/tag/vmware">VMware</a> ESX hosts that have more than 10 nics and multiple <a href="http://malaysiavm.com/blog/tag/hba">HBA</a> cards each. How do you going to manage your cabling? How many <a href="http://malaysiavm.com/blog/tag/network">network</a> switches or port require? What is the costs? What is the maximum <a href="http://malaysiavm.com/blog/tag/io">I/O</a> you can get? Now Xsigo can help you on <a href="http://malaysiavm.com/blog/tag/virtualization">virtualization</a> I/O.</p>
<p>What is Virtualization <a href="http://malaysiavm.com/blog/tag/io">I/O</a>? As I/O today is specify on <a href="http://malaysiavm.com/blog/tag/storage">storage</a> and network throughputs. In most cases, we used to manage with seperate environment for Storage connectivities and Network connectivities. Therefore, we will have <a href="http://malaysiavm.com/blog/tag/hba">HBA</a> FC connection as well as <a href="http://malaysiavm.com/blog/tag/nic">NIC</a> connection for every servers we have in the <a href="http://malaysiavm.com/blog/tag/dc">Data Center</a>. You will also have different manage switch exist in your <a href="http://malaysiavm.com/blog/tag/dc">DC</a> which require more administrator to manage seperately. In <a href="http://malaysiavm.com/blog/tag/virtualization">Virtualization</a>, we speak about consolidate, increase utilization, centralized manage and etc. <a href="http://malaysiavm.com/blog/tag/xsigo">Xsigo</a> Virtualization I/O will able to achieve the concept for us to standardize, consolidate, simplify, increase throughput and utlization for the environment we invested in DC.</p>
<p>Let&#8217;s imagine what happen today, you will have 4Gbps connection on <a href="http://malaysiavm.com/blog/tag/fc">FC</a> from your server to the <a href="http://malaysiavm.com/blog/tag/storage">storage</a>, but you will not necessary utulize that. You will not able to allocate the under utilize <a href="http://malaysiavm.com/blog/tag/bandwidth">bandwidth</a> to the rest of the client or connection which require, which is consider a waste. It happen the same thing to <a href="http://malaysiavm.com/blog/tag/network">Network</a> connection, in most cases, you may not require 1Gbps connection for each servers. Without Virtualization I/O, we will end up buying more manage switches, invest more bandwidth in Data Center and under utilize it. This <a href="http://malaysiavm.com/blog/tag/technology">technology</a> even provide a better bandwidth for each connection and allow the combination for both storage and network. This will simplify the cable managment and adminstration time lead for long term solution. Host Channel Adaptor is cheaper if we compare the price of Host Bus Adaptor today. Is Virtualize <a href="http://malaysiavm.com/blog/tag/io">I/O</a> make sense? My personal answer is yes and it will just do exactly the same as what <a href="http://malaysiavm.com/blog/tag/vmware">VMware</a> provide, fully utilize your environment, for cosolidate, simplify and central manage for <a href="http://malaysiavm.com/blog/tag/io">I/O</a> in data center.</p>
]]></content:encoded>
			<wfw:commentRss>http://malaysiavm.com/blog/virtual-io-xsigo/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>VMWARE ESX Server Management Script</title>
		<link>http://malaysiavm.com/blog/vmware-esx-server-management-script/</link>
		<comments>http://malaysiavm.com/blog/vmware-esx-server-management-script/#comments</comments>
		<pubDate>Fri, 07 Nov 2008 09:23:08 +0000</pubDate>
		<dc:creator>dr.watson</dc:creator>
				<category><![CDATA[Data Center]]></category>
		<category><![CDATA[Operating Systems]]></category>
		<category><![CDATA[Others]]></category>
		<category><![CDATA[Tips]]></category>
		<category><![CDATA[Virtualization]]></category>
		<category><![CDATA[Bash]]></category>
		<category><![CDATA[Client]]></category>
		<category><![CDATA[Console]]></category>
		<category><![CDATA[ESX]]></category>
		<category><![CDATA[Infrastructure]]></category>
		<category><![CDATA[script]]></category>
		<category><![CDATA[virtual]]></category>
		<category><![CDATA[VM]]></category>

		<guid isPermaLink="false">http://malaysiavm.com/blog/?p=550</guid>
		<description><![CDATA[Have you ever experience your Virtual Console down and VMWare Infrastructure Client not working? Here&#8217;s an alternative solution for you: a Bash script to run on your ESX Server. Sample screen shot: ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ VMWARE ESX Management Tool Script ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Author : http://malaysiavm.com/blog Version : 1.00.20081107.14.31 Supported ESX Version : 2.5 &#8211; 3.5 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 0. VM [...]]]></description>
			<content:encoded><![CDATA[<p>Have you ever experience your <a href="http://malaysiavm.com/blog/tag/virtual">Virtual</a> <a href="http://malaysiavm.com/blog/tag/console">Console</a> down and <a href="http://malaysiavm.com/blog/tag/vmware">VMWare</a> <a href="http://malaysiavm.com/blog/tag/infrastructure">Infrastructure</a> <a href="http://malaysiavm.com/blog/tag/client">Client</a> not working?</p>
<p>Here&#8217;s an alternative solution for you: a <a href="http://malaysiavm.com/blog/tag/bash">Bash</a> <a href="http://malaysiavm.com/blog/tag/script">script</a> to run on your <a href="http://malaysiavm.com/blog/tag/esx">ESX</a> Server.</p>
<p>Sample screen shot:</p>
<p>~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~<br />
<a href="http://malaysiavm.com/blog/tag/vmware">VMWARE</a> <a href="http://malaysiavm.com/blog/tag/esx">ESX</a> Management Tool Script<br />
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~<br />
Author  : http://malaysiavm.com/blog<br />
Version : 1.00.20081107.14.31<br />
Supported ESX Version : 2.5 &#8211; 3.5<br />
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~</p>
<p>0. VM Informations<br />
1. Register VM<br />
2. Unregister VM<br />
3. Check VM Status<br />
4. Power ON VM<br />
5. Power OFF VM<br />
6. Suspend VM<br />
E. Exit</p>
<p>Choice:</p>
<p>~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~<br />
<span id="more-550"></span></p>
<p><strong>Known Issue:</strong><br />
1) DO NOT support <a href="http://malaysiavm.com/blog/tag/vm">VM</a> with space in the middle, ex: &#8220;MY VM Server&#8221;. It will show as 3 blank VM servers, and none of these 3 are working.</p>
<p><strong>Note:</strong><br />
1) This script need to execute as ROOT on your <a href="http://malaysiavm.com/blog/tag/esx">ESX</a> Server (DO NOT Support <a href="http://malaysiavm.com/blog/tag/3.0i">3.0i</a> and <a href="http://malaysiavm.com/blog/tag/3.5i">3.5i</a>).</p>
<p>2) There is absolutely no guarantee from us and use at your own risk!</p>
<p><strong><a href="http://malaysiavm.com/scripts/vmm.zip">DOWNLOAD HERE</a></strong><br />
Please feel free to modify, share and comment to make it perfect.</p>
<p><img src="http://i.creativecommons.org/l/by/3.0/88x31.png" alt="Creative Commons" /><br />
This work is licensed under a Creative Commons License permitting non-commercial sharing with attribution.</p>
]]></content:encoded>
			<wfw:commentRss>http://malaysiavm.com/blog/vmware-esx-server-management-script/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Missing VM Template</title>
		<link>http://malaysiavm.com/blog/missing-vm-template/</link>
		<comments>http://malaysiavm.com/blog/missing-vm-template/#comments</comments>
		<pubDate>Mon, 20 Oct 2008 09:16:21 +0000</pubDate>
		<dc:creator>jlchannel</dc:creator>
				<category><![CDATA[Tips]]></category>
		<category><![CDATA[Database]]></category>
		<category><![CDATA[ESX]]></category>
		<category><![CDATA[SQL]]></category>
		<category><![CDATA[ssh]]></category>
		<category><![CDATA[template]]></category>
		<category><![CDATA[virtual]]></category>
		<category><![CDATA[virtual center]]></category>
		<category><![CDATA[VMware]]></category>
		<category><![CDATA[Windows]]></category>

		<guid isPermaLink="false">http://malaysiavm.com/blog/?p=432</guid>
		<description><![CDATA[Few days ago, one of my virtual center machine was crashed and my Microsoft SQL database was corrupted without backup(damm!). Basically setting up a brand new Windows 2003 machine is pretty simple but setup a new Virtual Machine took me 2 days. The most important is my VM template is go missing. The quick solution [...]]]></description>
			<content:encoded><![CDATA[<p>Few days ago, one of my virtual center machine was crashed and my Microsoft <a href="http://malaysiavm.com/blog/tag/sql">SQL</a> database was corrupted without backup(damm!).</p>
<p>Basically setting up a brand new <a href="http://malaysiavm.com/blog/tag/windows">Windows</a> 2003 machine is pretty simple but setup a new <a href="http://malaysiavm.com/blog/tag/virtual">Virtual</a> Machine took me 2 days. The most important is my <a href="http://malaysiavm.com/blog/tag/vm">VM</a> template is go missing. The quick solution is search for VM <a href="http://malaysiavm.com/blog/tag/template">template</a> and register (add to inventory) again.</p>
<p><a href="http://malaysiavm.com/blog/tag/ssh">SSH</a> into my <a href="http://malaysiavm.com/blog/tag/esx">ESX</a> server using putty and search for VM template file with extension &#8220;.vmtx&#8221;.</p>
<p>[root@malaysiavmesx01 vmfs]# find /vmfs -name *.vmtx<br />
/vmfs/volumes/465eeddb-89b75750-a52d-011aa0289d15/W2K3STD/W2K3STD.vmtx<br />
/vmfs/volumes/465eeda7-2a63d436-724b-011aa0289d15/RHEL5/RHEL5.vmtx</p>
<p>How to register a VM template using <a href="http://malaysiavm.com/blog/tag/cli">CLI</a>:<br />
[root@malaysiavmesx01 vmfs]# /usr/bin/vmware-cmd -s register <config_file_path></p>
<p><span id="more-432"></span><br />
In my case, I will register my <a href="http://malaysiavm.com/blog/tag/vm">VM</a> template as example below:<br />
[root@malaysiavmesx01 vmfs]# /usr/bin/vmware-cmd -s register /vmfs/volumes/465eeddb-89b75750-a52d-011aa0289d15/W2K3STD/W2K3STD.vmtx<br />
[root@malaysiavmesx01 vmfs]# /usr/bin/vmware-cmd -s register /vmfs/volumes/465eeda7-2a63d436-724b-011aa0289d15/RHEL5/RHEL5.vmtx</p>
<p>Probably you can check previous article &#8220;<a href="http://malaysiavm.com/blog/add-inventory-vm/">How to re-register a VM once it had been removed from ESX</a>&#8221; posted by Craig for register a VM template using Virtual Center and browse through the data store. </p>
<p>The lesson tell me I MUST backup SQL <a href="http://malaysiavm.com/blog/tag/database">database</a> and VM template keep in the database.</p>
]]></content:encoded>
			<wfw:commentRss>http://malaysiavm.com/blog/missing-vm-template/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>How to Enable Virtual Machine Monitoring</title>
		<link>http://malaysiavm.com/blog/how-to-enable-virtual-machine-monitoring/</link>
		<comments>http://malaysiavm.com/blog/how-to-enable-virtual-machine-monitoring/#comments</comments>
		<pubDate>Wed, 24 Sep 2008 01:06:48 +0000</pubDate>
		<dc:creator>jlchannel</dc:creator>
				<category><![CDATA[Tips]]></category>
		<category><![CDATA[enable]]></category>
		<category><![CDATA[HA]]></category>
		<category><![CDATA[monitor]]></category>
		<category><![CDATA[Monitoring]]></category>
		<category><![CDATA[virtual]]></category>
		<category><![CDATA[VMware]]></category>

		<guid isPermaLink="false">http://malaysiavm.com/blog/?p=313</guid>
		<description><![CDATA[Previously Craig posted about Monitoring features from ESX 3.5 update 2 and I would like to share How to Enable Virtual Machine Monitoring here. Login to Virtual Center Right click on your Cluster Click Edit Settings Click VMware HA Click &#8216;Enable virtual machine monitoring&#8216; If you don&#8217;t see any &#8216;VMware HA&#8217; column available, please make [...]]]></description>
			<content:encoded><![CDATA[<p>Previously Craig posted about <a href="http://malaysiavm.com/blog/monitoring-features-from-esx-35-update-2/">Monitoring features from ESX 3.5 update 2</a> and I would like to share How to Enable Virtual Machine Monitoring here.</p>
<ul>
<li>Login to <a href="http://malaysiavm.com/blog/tag/virtual">Virtual</a> Center</li>
<li>Right click on your Cluster</li>
<li>Click Edit Settings</li>
<li>Click <a href="http://malaysiavm.com/blog/tag/vmware">VMware</a> <a href="http://malaysiavm.com/blog/tag/ha">HA</a></li>
<li>Click &#8216;<em>Enable virtual machine <a href="http://malaysiavm.com/blog/tag/monitoring">monitoring</a></em>&#8216;</li>
</ul>
<p><a href="http://www.malaysiavm.com/images/monitoring.jpg" rel="shadowbox[sbpost-313];player=img;"><img src="http://www.malaysiavm.com/images/monitoring.jpg" alt="VMware Virtual Monitoring" width="507" height="414" /></a></p>
<p><span id="more-313"></span></p>
<p>If you don&#8217;t see any &#8216;VMware HA&#8217; column available, please make sure you have <a href="http://malaysiavm.com/blog/tag/vmware">VMwar</a>e HA enable. </p>
<ul>
<li>Login to <a href="http://malaysiavm.com/blog/tag/virtual">Virtual</a> Center</li>
<li>Right click on your Cluster</li>
<li>Click Edit Settings</li>
<li>Click General</li>
<li>Click Features</li>
<li>Click <em>Enable VMware HA</em></li>
</ul>
<p>Hope this is useful. </p>
]]></content:encoded>
			<wfw:commentRss>http://malaysiavm.com/blog/how-to-enable-virtual-machine-monitoring/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Patches Release for ESX 3.5 and ESX 3.5i</title>
		<link>http://malaysiavm.com/blog/patches-release-for-esx-35-and-esx-35i/</link>
		<comments>http://malaysiavm.com/blog/patches-release-for-esx-35-and-esx-35i/#comments</comments>
		<pubDate>Mon, 08 Sep 2008 02:17:12 +0000</pubDate>
		<dc:creator>craig</dc:creator>
				<category><![CDATA[Announcement]]></category>
		<category><![CDATA[Virtualization]]></category>
		<category><![CDATA[ESX]]></category>
		<category><![CDATA[ESX 3.5]]></category>
		<category><![CDATA[ESX 3.5i]]></category>
		<category><![CDATA[KB]]></category>
		<category><![CDATA[Patches]]></category>
		<category><![CDATA[virtual]]></category>
		<category><![CDATA[VMware]]></category>

		<guid isPermaLink="false">http://malaysiavm.com/blog/?p=218</guid>
		<description><![CDATA[Latest patches release from VMware on the build number 110268. Is highly recommend to test out the patches on the testing machine before you apply the patches to your production. You can review the details of the patches from the link below. Each of the patches had it&#8217;s own KB to describe the patches details. [...]]]></description>
			<content:encoded><![CDATA[<p>Latest patches release from <a href="http://malaysiavm.com/blog/tag/vmware">VMware</a> on the build number 110268. Is highly recommend to test out the patches on the testing machine before you apply the <a href="http://malaysiavm.com/blog/tag/pathes">patches</a> to your production. You can review the details of the patches from the link below.</p>
<p><span id="more-218"></span></p>
<p>Each of the patches had it&#8217;s own KB to describe the patches details. I am currently patch up my test machine by using the <a href="http://malaysiavm.com/blog/tag/update">Update</a> Manager in my <a href="http://malaysiavm.com/blog/tag/virtual">Virtual</a> Center. If you plan to do the same, please ensure you update manager had the latest inventory updated from the Internet.</p>
<p><a href="http://support.vmware.com/selfsupport/download/">ESX Patches Download</a></p>
]]></content:encoded>
			<wfw:commentRss>http://malaysiavm.com/blog/patches-release-for-esx-35-and-esx-35i/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>ESX &amp; VM Networking Concepts</title>
		<link>http://malaysiavm.com/blog/esx-vm-networking-concepts/</link>
		<comments>http://malaysiavm.com/blog/esx-vm-networking-concepts/#comments</comments>
		<pubDate>Thu, 04 Sep 2008 01:34:05 +0000</pubDate>
		<dc:creator>craig</dc:creator>
				<category><![CDATA[Data Center]]></category>
		<category><![CDATA[Virtualization]]></category>
		<category><![CDATA[datacenter]]></category>
		<category><![CDATA[dc]]></category>
		<category><![CDATA[ESX]]></category>
		<category><![CDATA[Networking]]></category>
		<category><![CDATA[virtual]]></category>
		<category><![CDATA[VM]]></category>

		<guid isPermaLink="false">http://malaysiavm.com/blog/?p=212</guid>
		<description><![CDATA[This topic is specifically talk about the networking concept in VM infrastructure. In most of the cases we discuss and Virtualization and Consolidation, we always thought about number of servers we reduce in the data center, the powers we save as well as others facts. Some how, I could see most of the users today [...]]]></description>
			<content:encoded><![CDATA[<p>This topic is specifically talk about the networking concept in <a href="http://malaysiavm.com/blog/tag/vm">VM</a> infrastructure. In most of the cases we discuss and Virtualization and Consolidation, we always thought about number of servers we reduce in the data center, the powers we save as well as others facts. Some how, I could see most of the users today who may had already in the production for little while, and will start realize about some performance issues from the network, storage and servers perspective. WIth that particular challenges and reason, we start to hear these groups are trying to tell the customers or users, if you do want to run it on VM, it meant there is performance scarification.</p>
<p>I am strongly disagreed with these comments as most of us know that the reason of consolidate and virtualization, is not for performance reduce, is really to improve efficiency and utilization of the hardware that we purchased. Networking play a big parts in <a href="http://malaysiavm.com/blog/tag/vm">VM</a> infrastructure and most of the time, it did become the performance bottle neck for most users. Let me talk about some example below.</p>
<p>1 of the case i saw here, which the engineer configure it&#8217;s <a href="http://malaysiavm.com/blog/tag/esx">ESX</a> in to a server which only have 2 physical NIC connected for VMnetwork interface to allow VM to be connected to the production network. There is more than 10 VMs on the <a href="http://malaysiavm.com/blog/tag/esx">ESX</a> servers which connected to the 2 gigabits NIC and share among each others. In physical environment, for 10 physical servers, they always get 1gb per servers and is not in shared condition. But now, since virtualized, they need to share 2gb with 10 <a href="http://malaysiavm.com/blog/tag/vm">VM</a>. Guess what, the users start complaining slow performance on the network file transfer, the backup through Network is slow as well as any reason that the network slowing down due to the high peak bandwidth utilization from any of the VM which shared on the 2 NICs. Not only the NIC causing the performance issues, and the switches uplink to the <a href="http://malaysiavm.com/blog/tag/dc">DC</a> switches had also another thing you may need to keep an eye on. No matter how many gigabits connection you connected your servers through, it will still depend of the total uplink for your switches to route the traffic to the DC.</p>
<p>In this case, they not really figure out the performance issues as they won&#8217;t notice this performance bottleneck in the performance chart from <a href="http://malaysiavm.com/blog/tag/virtual">Virtual</a> Center. Most of the time, only the network guys will able to identified these issues. It really hit hard to some of the engineer which push hard on the virtualization, but it did become performance sacrification to the customers at the end. I will not want this to happen for myself, as we had invested SAN storage &amp; High capacity servers which is not cheap solution.</p>
<p><span id="more-212"></span></p>
<p>Therefore, I will recommend that to deploy the VM Infrastructure in to enterprise environment in <a href="http://malaysiavm.com/blog/tag/datacenter">Data Center</a>, we should always plan ahead including the Networking conditions. Again, Virtualization not meant performance sacrification, and virtualization do provide a lot of benefits which physical servers don&#8217;t.</p>
]]></content:encoded>
			<wfw:commentRss>http://malaysiavm.com/blog/esx-vm-networking-concepts/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
	</channel>
</rss>

<!-- Dynamic Page Served (once) in 0.467 seconds -->

