 




<?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>Virtualization Pro &#187; VirtualCenter</title>
	<atom:link href="http://itknowledgeexchange.techtarget.com/virtualization-pro/tag/virtualcenter/feed/" rel="self" type="application/rss+xml" />
	<link>http://itknowledgeexchange.techtarget.com/virtualization-pro</link>
	<description>A SearchVMware.com blog</description>
	<lastBuildDate>Fri, 22 Feb 2013 17:58:03 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	
		<item>
		<title>How large can virtual machine snapshots grow?</title>
		<link>http://itknowledgeexchange.techtarget.com/virtualization-pro/how-big-can-snapshots-grow/</link>
		<comments>http://itknowledgeexchange.techtarget.com/virtualization-pro/how-big-can-snapshots-grow/#comments</comments>
		<pubDate>Thu, 04 Dec 2008 19:58:00 +0000</pubDate>
		<dc:creator>Eric Siebert</dc:creator>
				<category><![CDATA[Eric Siebert]]></category>
		<category><![CDATA[VirtualCenter]]></category>
		<category><![CDATA[VMware ESX]]></category>

		<guid isPermaLink="false">http://itknowledgeexchange.techtarget.com/virtualization-pro/how-big-can-snapshots-grow/</guid>
		<description><![CDATA[On a recent VMTN roundtable podcast the subject of how large a single snapshot can become came up, and whether or not the snapshot can exceed the size of the original virtual machine disk file. I’ve always stated that a single snapshot can never grow larger then the original disk file but others had thought [...]]]></description>
				<content:encoded><![CDATA[<p>On a recent <a href="http://blogs.vmware.com/vmtn/2008/12/its-noon-on-wed.html">VMTN roundtable podcast</a> the subject of how large a single snapshot can become came up, and whether or not the snapshot can exceed the size of the original virtual machine disk file. I’ve always stated that a single snapshot can never grow larger then the original disk file but others had thought they had seen instances where this had happened. After the discussion, a bunch of us did some testing to reconfirm this, and our results all showed that the snapshot never grew larger then the original disk file despite the amount of data that was changed after the snapshot was taken.</p>
<p>Why is this? When a snapshot is created, the original disk becomes read-only, and a separate delta file is created that contains all the disk changes that are made thereafter. The delta file does not contain an ongoing history or transaction log of all the changes to data on the disk, it simply updates disk blocks as they are changed. If a particular block is changed it is written to the delta file, but if that same block is changed again later on the existing block is simply updated with the new data and a new block is not written to the delta file.</p>
<p>For example, if you took a snapshot of a VM with a 10 GB virtual disk, that snapshot could never grow larger than 10 GB, although it might grow slightly larger if every single disk block was changed because of the extra overhead space included in the snapshot disk file. The initial snapshot starts out small (16 MB) and grows in 16 MB increments up to the maximum size of the original virtual disk as changes are made to it.</p>
<p>In most cases the snapshot will not grow as large as the original disk, because typically operating system and application files are not changed once they are installed and therefore those disk blocks are not changed. If you performed a disk defragment inside the operating system, however, this could quickly and easily grow the size of the snapshot as files are being moved around on the disk which results in them being rewritten in a new location and, subsequently, the disk blocks are updated accordingly.</p>
<p>Now this only applies to a single snapshot. It is possible for the combined disk space total of multiple snapshots to exceed the size of the original disk file. The reason for this is that previous snapshots become read-only when new ones are created. If a particular disk block was updated from a previous snapshot, it would be written as a new block in later snapshots. That same disk block could then exist in multiple snapshots, which could make the combined total of the snapshots greater then the original disk file.</p>
<p>Even though copies of a single disk block can exist in multiple snapshots when it comes time to delete the snapshots, only the latest disk block is written back to the original disk and all of the others are discarded. Likewise, if you revert to a particular snapshot, then the existing disk block is discarded if it has been updated since the snapshot that you are reverting to, and the disk block from that snapshot is used instead.</p>
<p>This may all sound a bit confusing but the moral of this story is that a single snapshot can never exceed the size of the original disk file. For more information on snapshots be sure and check out the three-part series that I wrote about them:</p>
<p><a href="http://searchvmware.techtarget.com/tip/0,289483,sid179_gci1310147,00.html">How VMware snapshots work (Pt. 1)</a><br />
<a href="http://searchvmware.techtarget.com/tip/0,289483,sid179_gci1311854,00.html">Deleting virtual machine snapshots without wasting disk space (Pt. 2)</a><br />
<a href="http://searchvmware.techtarget.com/tip/0,289483,sid179_gci1313833,00.html">Troubleshooting VMware snapshots (Pt. 3)</a></p>
<!-- wpms-network-global-inserts -->]]></content:encoded>
			<wfw:commentRss>http://itknowledgeexchange.techtarget.com/virtualization-pro/how-big-can-snapshots-grow/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>VMware product name changes: vCenter, View</title>
		<link>http://itknowledgeexchange.techtarget.com/virtualization-pro/vmware-product-name-changes-vcenter-view/</link>
		<comments>http://itknowledgeexchange.techtarget.com/virtualization-pro/vmware-product-name-changes-vcenter-view/#comments</comments>
		<pubDate>Tue, 02 Dec 2008 18:23:02 +0000</pubDate>
		<dc:creator>Eric Siebert</dc:creator>
				<category><![CDATA[Eric Siebert]]></category>
		<category><![CDATA[VirtualCenter]]></category>
		<category><![CDATA[VMFS]]></category>
		<category><![CDATA[VMware]]></category>
		<category><![CDATA[VMware Converter]]></category>
		<category><![CDATA[VMware Desktop Infrastructure]]></category>
		<category><![CDATA[VMware ESX]]></category>

		<guid isPermaLink="false">http://itknowledgeexchange.techtarget.com/virtualization-pro/vmware-product-name-changes-vcenter-view/</guid>
		<description><![CDATA[VMware has just announced that they are changing the names of their current products to the new product names that were announced at VMworld. The biggest changes are that VirtualCenter is now being referred to as vCenter Server and Virtual Desktop Infrastructure (VDI) is now being referred to as View. vCenter is also the name [...]]]></description>
				<content:encoded><![CDATA[<p>VMware has just announced that they are changing the names of their current products to the new product names that were announced at VMworld. The biggest changes are that VirtualCenter is now being referred to as vCenter Server and Virtual Desktop Infrastructure (VDI) is now being referred to as View. vCenter is also the name that will be used for all of their infrastructure and management applications (i.e. Lab Manager is now vCenter Lab Manager) and View will also be the name for all of their desktop applications (i.e. Virtual Desktop Manager is now View Manager).</p>
<p>While this was a good time to change the name for VDI to View with the release of the new version (View 3) it was expected that the vCenter name change would not take place until the release of VI4. Subsequently this may lead to confusion for a while as the vCenter name is effective immediately for the current version of the product (VirtualCenter 2.5 Update 3). VMware has updated their website accordingly for all the product download and documentation pages but the name has not been changed in the current documentation or product. Whether they apply the name change inside the application and documentation in the next release of vCenter (presumably 2.5 Update 4) or wait until VI4 is released is not currently known. Additionally this only applies to the current versions which presumably means any version of vCenter 2.5, version 2.0.x is still referred to as VirtualCenter.</p>
<p>All of the product name changes affected by this are listed below:</p>
<p>VMware VirtualCenter  → VMware vCenter Server<br />
VMware Lifecycle Manager → VMware vCenter Lifecycle Manager<br />
VMware Converter → VMware vCenter Converter<br />
VMware Lab Manager → VMware vCenter Lab Manager<br />
VMware Stage Manager → VMware vCenter Stage Manager<br />
VMware Update Manager → VMware vCenter Update Manager<br />
VMware Site Recovery Manager → VMware vCenter Site Recovery Manager<br />
VirtualCenter Foundation → vCenter Server Foundation<br />
VMFS → VMware vStorage VMFS<br />
VMware Virtual Desktop Infrastructure → VMware View<br />
Virtual Desktop Manager (VDM) → VMware View Manager<br />
VMware Administrator Interface → VMware View Administrator<br />
VDM Agent → VMware View Manager Agent<br />
VDM Web Access → VMware View Portal<br />
VDM Client for Windows → VMware View Client for Windows<br />
VDM Client for Linux → VMware View Client for Linux</p>
<!-- wpms-network-global-inserts -->]]></content:encoded>
			<wfw:commentRss>http://itknowledgeexchange.techtarget.com/virtualization-pro/vmware-product-name-changes-vcenter-view/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>VMFS volume names: UUID and symbolic</title>
		<link>http://itknowledgeexchange.techtarget.com/virtualization-pro/vmfs-volume-names-uuid-and-symbolic/</link>
		<comments>http://itknowledgeexchange.techtarget.com/virtualization-pro/vmfs-volume-names-uuid-and-symbolic/#comments</comments>
		<pubDate>Mon, 17 Nov 2008 17:22:45 +0000</pubDate>
		<dc:creator>Eric Siebert</dc:creator>
				<category><![CDATA[Eric Siebert]]></category>
		<category><![CDATA[VirtualCenter]]></category>
		<category><![CDATA[VMFS]]></category>
		<category><![CDATA[VMware]]></category>
		<category><![CDATA[VMware ESX]]></category>
		<category><![CDATA[VMware ESXi]]></category>

		<guid isPermaLink="false">http://itknowledgeexchange.techtarget.com/virtualization-pro/vmfs-volume-names-uuid-and-symbolic/</guid>
		<description><![CDATA[If you have ever done a directory listing of your VMFS volumes on a VMware ESX host from the Service Console or using a file browser application like WinSCP you will notice the names of your VMFS volumes but also a number of directories that consist of a long string of numbers and letters as [...]]]></description>
				<content:encoded><![CDATA[<p>If you have ever done a directory listing of your VMFS volumes on a VMware ESX host from the Service Console or using a file browser application like WinSCP you will notice the names of your VMFS volumes but also a number of directories that consist of a long string of numbers and letters as seen below.</p>
<p><img src="http://vmware-land.com/blog_images/vmfs-vol1.jpg" alt="VMFS Volume Listing in WinSCP" /></p>
<p>If you look in these directories the contents of them are exactly the same as the directories that are named the same as your VMFS volumes. So what are these directories? Let’s explain what happens when you create a VMFS volume to find out.</p>
<p>When creating VMFS volumes you are prompted to name them. This name is not what the ESX host uses to reference the volume; it is purely a friendly name to make it easier for the user to identify the volume. The ESX host actually uses a unique identifier called a Universal Unique ID (UUID) to reference the volume. The name you specify when you create a VMFS volume is a user-defined device name which is a symbolic link to the UUID of the VMFS volume. This is done to solve the problem of changing the device name, when you change the volume name you are only changing the user-defined device name and not the UUID of the volume. So when you look in your /vmfs/volumes directory you will see both a UUID, ie. 4404e8b4-bcfd52fc-1e4b-0017a4a91076 and the symbolic link, i.e. ServerA-Local. Changing to the symbolic link name by using the cd command or clicking on it in WinSCP simply takes you to the UUID directory. You can see the relationship between symbolic links and UUID’s by using the ls –l command inside the service console as shown below.</p>
<p><img src="http://vmware-land.com/blog_images/vmfs-vol2.jpg" alt="VMFS Volume Listing in the ESX Service Console" /></p>
<p>Additionally you can see the UUID of a volume in the VMware Infrastructure Client by selecting a volume in the Configuration, Storage section and then looking in the Details pane at the Location field. It’s definitely a lot easier to remember the volumes friendly name then it’s long UUID which is why symbolic links are used with ESX.</p>
<!-- wpms-network-global-inserts -->]]></content:encoded>
			<wfw:commentRss>http://itknowledgeexchange.techtarget.com/virtualization-pro/vmfs-volume-names-uuid-and-symbolic/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Secure method to P2V across security zones</title>
		<link>http://itknowledgeexchange.techtarget.com/virtualization-pro/secure-method-to-p2v-across-security-zones/</link>
		<comments>http://itknowledgeexchange.techtarget.com/virtualization-pro/secure-method-to-p2v-across-security-zones/#comments</comments>
		<pubDate>Mon, 17 Nov 2008 16:49:51 +0000</pubDate>
		<dc:creator>Texiwill</dc:creator>
				<category><![CDATA[Edward L. Haletky]]></category>
		<category><![CDATA[P2V migrations]]></category>
		<category><![CDATA[VI3]]></category>
		<category><![CDATA[Virtual machine security]]></category>
		<category><![CDATA[VirtualCenter]]></category>
		<category><![CDATA[Virtualization]]></category>
		<category><![CDATA[VMware]]></category>
		<category><![CDATA[VMware Converter]]></category>
		<category><![CDATA[VMware ESX 3.5]]></category>
		<category><![CDATA[VMware ESXi]]></category>

		<guid isPermaLink="false">http://itknowledgeexchange.techtarget.com/virtualization-pro/secure-method-to-p2v-across-security-zones/</guid>
		<description><![CDATA[A common VMware Communities question is how to P2V or convert a system from within a demilitarized zone (DMZ) to a virtual machine (VM) running within an ESX host that will be part of the DMZ virtual network. P2V works by imaging the physical host within the DMZ and transferring that image to the administrative/management [...]]]></description>
				<content:encoded><![CDATA[<p>A common VMware Communities question is how to P2V or convert a system from within a demilitarized zone (DMZ) to a virtual machine (VM) running within an ESX host that will be part of the DMZ virtual network.</p>
<p>P2V works by imaging the physical host within the DMZ and transferring that image to the administrative/management network attached to the service console (management appliance) of the VMware ESX(i) host. This in essence crosses security zones and could connect the hostile DMZ to the &#8216;in need of protection&#8217; virtualization management network. Access to this network from the DMZ could be disastrous.</p>
<p>One solution is to perform the P2V migration in stages.</p>
<ol>
<li>Create the DMZ virtual network within your virtual infrastructure.</li>
<li>Get your security team to bless a laptop/workstation for work within the DMZ. Ensure this laptop/workstation has enough removable storage to contain the resultant VM or VMs of the physical servers you wish to convert.Use your  P2V tool to convert the VM and store it on the removable media.</li>
<li>Disconnect the removable media and bring it to your secure administrative network.</li>
<li>Connect the removable media to a workstation within the administrative network. Ensure this connection is read-only for the moment if possible.</li>
<li>Virus Scan the removable media, but note a VMDK can give false positives; you are really looking for anything that may be hidden from view.</li>
<li>Use VMware Converter to import the VM or VMs into the virtual infrastructure ensuring they are connected to the proper virtual network.</li>
<li>Power on the VM with the network disconnected and fix any issues that are caused by the P2V migration, such as the need to remove hardware agents, and fix anything that needs to be fixed.</li>
<li>Reboot the VM with the network connected</li>
</ol>
<p>The P2V migration is now complete and isolated from the network. The key to this is to only power on the VM once you are within a safe environment and to check for viruses and worms that may live within your DMZ.</p>
<!-- wpms-network-global-inserts -->]]></content:encoded>
			<wfw:commentRss>http://itknowledgeexchange.techtarget.com/virtualization-pro/secure-method-to-p2v-across-security-zones/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Configuring single sign-on to log into VirtualCenter</title>
		<link>http://itknowledgeexchange.techtarget.com/virtualization-pro/configuring-single-sign-on-to-log-into-virtualcenter/</link>
		<comments>http://itknowledgeexchange.techtarget.com/virtualization-pro/configuring-single-sign-on-to-log-into-virtualcenter/#comments</comments>
		<pubDate>Wed, 12 Nov 2008 18:06:50 +0000</pubDate>
		<dc:creator>Eric Siebert</dc:creator>
				<category><![CDATA[Eric Siebert]]></category>
		<category><![CDATA[VirtualCenter]]></category>
		<category><![CDATA[VMware]]></category>
		<category><![CDATA[VMware ESX]]></category>

		<guid isPermaLink="false">http://itknowledgeexchange.techtarget.com/virtualization-pro/configuring-single-sign-on-to-log-into-virtualcenter/</guid>
		<description><![CDATA[Beginning with VirtualCenter 2.5 Update 2, VMware has provided the ability to pass your currently logged-in Windows domain credentials to VirtualCenter using the VMware Infrastructure Client so you no longer have to log in to VirtualCenter separately. To do this you can create a special shortcut for VirtualCenter on your workstation as outlined below: 1. [...]]]></description>
				<content:encoded><![CDATA[<p>Beginning with VirtualCenter 2.5 Update 2, VMware has provided the ability to pass your currently logged-in Windows domain credentials to VirtualCenter using the VMware Infrastructure Client so you no longer have to log in to VirtualCenter separately. To do this you can create a special shortcut for VirtualCenter on your workstation as outlined below:</p>
<p>1. Create a new shortcut on the desktop of the PC that you want to setup single sign-on for VirtualCenter.</p>
<p>2. In the Create Shortcut Wizard, click Browse and navigate to the location of the VpxClient.exe program and click OK. (By default it is located in C:\Program Files\VMware\Infrastructure\Virtual Infrastructure Client\Launcher\)</p>
<p>3. After the full path is in the Location field append<br />
<code>-passthroughAuth -s &lt;VirtualCenter Server hostname&gt;</code> to the end of the line, where <code>&lt;VirtualCenter Server hostname&gt;</code> is the hostname or IP Address of the VirtualCenter instance you want to connect to.</p>
<p>4. Click Next and give a name for the shortcut and then click Finish. Once you double-click on the newly created shortcut you will be logged into VirtualCenter using your currently logged-in Windows credentials.</p>
<p>If you choose to use this convenient feature, make sure you take precautions to prevent someone from accessing an un-locked workstation and connecting to VirtualCenter using your credentials.</p>
<p>If you log into shared workstations make sure you log out when done. If you do not all someone has to do is open a browser and access the default page on any ESX or VirtualCenter server to download and install the VMware nfrastructure Client on that workstation and they can log in to VirtualCenter as you and access anything you have access to.</p>
<p>Anytime you leave your workstation make sure you lock it, you can <a href="http://www.microsoft.com/windowsxp/using/security/learnmore/tips/schnoll1.mspx">make a shortcut</a> for doing this in one mouse click or use the <a href="http://support.microsoft.com/kb/294317">Windows and L keystroke combination</a>. Also make sure you have your workstation set to automatically lock at a minimum of 15 minutes of idle time as protection in case you forgot to lock it when you walk away.</p>
<p>For more information on this feature including hot to change the default Security Support Provider Interface (SSPI) that is used see <a href="http://kb.vmware.com/kb/1006611">VMware KB article #1006611</a>.</p>
<!-- wpms-network-global-inserts -->]]></content:encoded>
			<wfw:commentRss>http://itknowledgeexchange.techtarget.com/virtualization-pro/configuring-single-sign-on-to-log-into-virtualcenter/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>VMware administrator resources</title>
		<link>http://itknowledgeexchange.techtarget.com/virtualization-pro/vmware-administrator-resources/</link>
		<comments>http://itknowledgeexchange.techtarget.com/virtualization-pro/vmware-administrator-resources/#comments</comments>
		<pubDate>Wed, 12 Nov 2008 16:55:16 +0000</pubDate>
		<dc:creator>Eric Siebert</dc:creator>
				<category><![CDATA[Eric Siebert]]></category>
		<category><![CDATA[VI3]]></category>
		<category><![CDATA[VirtualCenter]]></category>
		<category><![CDATA[VMware]]></category>
		<category><![CDATA[VMware ESX]]></category>

		<guid isPermaLink="false">http://itknowledgeexchange.techtarget.com/virtualization-pro/vmware-administrator-resources/</guid>
		<description><![CDATA[When it comes to finding technical information on VMware products there are a number of obvious sources of information such as the official documentation and books but there are also some not so obvious sources that contain tons of great technical information. VMware&#8217;s Knowledge Base First there is VMware’s online knowledge base. It continues to [...]]]></description>
				<content:encoded><![CDATA[<p>When it comes to finding technical information on VMware products there are a number of obvious sources of information such as the official documentation and books but there are also some not so obvious sources that contain tons of great technical information.</p>
<p><strong>VMware&#8217;s Knowledge Base</strong></p>
<p>First there is VMware’s online knowledge base. It continues to amaze me about the volume and quality of information provided in VMware’s knowledge base. Typically many users access vendor knowledge bases as a tool to try and resolve problems in their environment as many known problems are documented there. VMware’s knowledgebase, however, has much more than that and also contains how-to articles, troubleshooting tips, sample configurations, best practices and so on. Here’s just a sample of some of the great content published there in the last 10 days:</p>
<blockquote><p>• <a href="http://kb.vmware.com/kb/1004089">Configuring the speed and duplex of an ESX Server host network adapter</a><br />
• <a href="http://kb.vmware.com/kb/1007069">Cisco Discovery Protocol (CDP) network information via command line and VirtualCenter on an ESX host</a><br />
• <a href="http://kb.vmware.com/kb/1004127">Sample Configuration &#8211; ESX connecting to physical switch via VLAN access mode. External Switch VLAN Tagging (EST Mode)</a><br />
• <a href="http://kb.vmware.com/kb/1005009">Troubleshooting SCSI Reservation failures on Virtual Infrastructure 3 and 3.5</a><br />
• <a href="http://kb.vmware.com/kb/1006421">Advanced Configuration options for VMware High Availability</a><br />
• <a href="http://kb.vmware.com/kb/1006129">Advisory for advanced VMkernel parameter NFS.LockDisabled</a><br />
• <a href="http://kb.vmware.com/kb/1006525">Sample Configuration &#8211; Network Load Balancing (NLB) Multicast mode over routed subnet &#8211; Cisco Switch Static ARP Configuration</a><br />
• <a href="http://kb.vmware.com/kb/1003806">VLAN Configuration on Virtual Switch, Physical Switch, and Virtual Machines &#8211; ESX 3.X</a><br />
• <a href="http://kb.vmware.com/kb/1003409">Diagnosing an ESX Server that is Disconnected or Not Responding in VirtualCenter</a></p></blockquote>
<p>They even have a knowledge base article on how to <a href="http://kb.vmware.com/kb/9268797">search the knowledge base</a>. I encourage you to frequently check out the knowledge base as new documents are added daily. You can also subscribe to a weekly digest by editing your VMware account preferences and setting up your email subscriptions.</p>
<p><strong>VI:OPS</strong></p>
<p>Next there is a new website VMware launched called <a href="http://viops.vmware.com/home/index.jspa">VI:OPS</a> that contains many documented proven practices from both VMware itself and customers. The information is organized into several different zones: Strategy, Applications, Security, Management and Availability. Already there are dozens of great documents there that provide some fabulous information.</p>
<p>Another great resource is the fabulous <a href="http://vmware.com/vmtn/resources/">technical</a> and <a href="http://vmware.com/solutions/whitepapers.html">white papers</a> that VMware publishes. There are over 200 of them available on a wide variety of subject matters.</p>
<p>There is a wealth of information available on the <a href="http://vmworld.com/community/sessions/">VMworld website</a> from the all the great sessions each year. Only attendees can access the current year’s sessions but anyone can register for a free account and access previous years.</p>
<p><strong>VMTN</strong></p>
<p>You may have used the VMTN community forums for posting technical questions but did you know there is a whole separate <a href="http://communities.vmware.com/main-documents.jspa?communityID=1&amp;numResults=50&amp;filter=all">documents section</a> that users can create technical documents to share their information and tips with other users. There are hundreds of documents already created there with some great tips from both other users and VMware employees.</p>
<p>In addition to all these great VMware resources be sure and check out all the great tips and information on both <a href="http://www.searchservervirtualization.techtarget.com" target="_blank">SearchServerVirtualization.com</a> and <a href="http://searchvmware.techtarget.com" target="_blank">SearchVMware.com</a>.</p>
<!-- wpms-network-global-inserts -->]]></content:encoded>
			<wfw:commentRss>http://itknowledgeexchange.techtarget.com/virtualization-pro/vmware-administrator-resources/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>VMware projected to save millions for Canadian Interior Health Authority</title>
		<link>http://itknowledgeexchange.techtarget.com/virtualization-pro/vmware-virtualization-saves-millions-adds-efficiency-for-iha/</link>
		<comments>http://itknowledgeexchange.techtarget.com/virtualization-pro/vmware-virtualization-saves-millions-adds-efficiency-for-iha/#comments</comments>
		<pubDate>Wed, 08 Oct 2008 14:37:17 +0000</pubDate>
		<dc:creator>Bridget Botelho</dc:creator>
				<category><![CDATA[Hyper-V]]></category>
		<category><![CDATA[VI3]]></category>
		<category><![CDATA[VirtualCenter]]></category>
		<category><![CDATA[Virtualization]]></category>
		<category><![CDATA[VMware]]></category>

		<guid isPermaLink="false">http://itknowledgeexchange.techtarget.com/virtualization-pro/vmware-virtualization-saves-millions-adds-efficiency-for-iha/</guid>
		<description><![CDATA[Palo Alto-based VMware Inc. announced this week that the Interior Health Authority (IHA) of British Columbia has standardized on VMware’s virtualization and management suite VMware Infrastructure 3 to improve manageability and performance of mission critical applications, and dramatically cut costs for the western Canadian government agency. Savings from consolidation and power and cooling costs are estimated [...]]]></description>
				<content:encoded><![CDATA[<p>Palo Alto-based <a href="http://www.vmware.com/">VMware Inc</a>. <a href="http://www.vmware.com/company/news/releases/interior_health.html">announced</a> this week that the <a href="http://www.interiorhealth.ca/">Interior Health Authority </a>(IHA) of British Columbia has standardized on VMware’s virtualization and management suite <a href="http://www.vmware.com/products/vi/">VMware Infrastructure 3</a> to improve manageability and performance of mission critical applications, and dramatically cut costs for the western Canadian government agency. Savings from consolidation and power and cooling costs are estimated to be in the millions over the long term. </p>
<p>IHA provides healthcare services to 750,000-pooohlus residents of British Columbia through a network of 183 hospitals and offices across the southeastern portion of the province.</p>
<p>IHA found itself adding an astounding 10 physical servers each week to keep pace with business demands over the past few years and the space requirements and costs made that pace unsustainable. IHA brought in VMware to gain control over its IT environment by reversing the physical server sprawl and providing a more efficient way to manage critical applications and data stores, VMware reported.</p>
<p>Kris Jmaeff, information system security specialist, IHA, stated in the release, &#8220;We wanted to get handle on our hardware requirements and, just as importantly, we wanted an application environment that could scale reliably&#8230;Over the long run, it should deliver millions in cost savings by slashing server procurement dramatically.”</p>
<p>By substituting VMware virtual machines (VM) for physical servers, IHA will avoid purchasing another 200 physical servers. The health authority is now running about 250 VMs in two datacenters that are fully redundant for disaster recovery, and all the VMs are managed centrally via <a href="http://www.vmware.com/products/vi/vc/">VMware VirtualCenter</a>.</p>
<p>About 95% of the virtualized applications are Windows-based, including Microsoft Exchange, SharePoint and SQL Server. They also <a href="http://searchservervirtualization.techtarget.com/news/article/0,289142,sid94_gci1277596,00.html">virtualize Oracle databases </a>and various custom applications for billing, scheduling and patient care.</p>
<p>The side effect of IHA virtualizing is that the organization is greener; the amount of power required to run and cool IHA’s data centers has been cut by nearly 85% using virtualization. Not only does this reduce carbon emissions by millions of tons, it has generated an annual power savings of over $70,000 for IHA, according to VMware.</p>
<p>Jmaeff said in the statement that IHA looked at other virtualization platforms, including <a href="http://www.microsoft.com/windowsserver2008/en/us/hyperv.aspx">Microsoft Hyper-V</a> before choosing VMware. &#8220;VMware[s] platform could provide simplified and centralized management for all our VMs as well as the high availability, automation, and performance that we needed. And our decision has paid off with massive savings and big advances in IT resiliency. Now that we’ve abstracted the applications from the commodity hardware, we can relocate a VM in seconds if a box breaks. Users aren’t impacted. That’s invaluable in a healthcare environment.”</p>
<p>It&#8217;s obvious that VMware publicizes use cases like these, from hospitals where sensitive citizen data is kept and life saving technology is used, to <a href="http://searchservervirtualization.techtarget.com/news/article/0,,sid94_gci1273735,00.html">dispell fears about virtualization performance and security</a>. I think by now, in 2008, doubts about the performance of virtualization have been put to rest, though it seems <a href="http://searchsecurity.techtarget.com/tip/0,289483,sid14_gci1254079,00.html">security concerns still exist</a>.</p>
<!-- wpms-network-global-inserts -->]]></content:encoded>
			<wfw:commentRss>http://itknowledgeexchange.techtarget.com/virtualization-pro/vmware-virtualization-saves-millions-adds-efficiency-for-iha/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>VMware fixes VirtualCenter 2 bugs with VirtualCenter Update 3</title>
		<link>http://itknowledgeexchange.techtarget.com/virtualization-pro/vmware-fixes-virtualcenter-2-bugs-with-virtualcenter-update-3/</link>
		<comments>http://itknowledgeexchange.techtarget.com/virtualization-pro/vmware-fixes-virtualcenter-2-bugs-with-virtualcenter-update-3/#comments</comments>
		<pubDate>Mon, 06 Oct 2008 17:51:06 +0000</pubDate>
		<dc:creator>Eric Siebert</dc:creator>
				<category><![CDATA[Eric Siebert]]></category>
		<category><![CDATA[VI3]]></category>
		<category><![CDATA[VirtualCenter]]></category>
		<category><![CDATA[Virtualization]]></category>
		<category><![CDATA[VMware ESX]]></category>
		<category><![CDATA[VMware High Availability (VMware HA)]]></category>

		<guid isPermaLink="false">http://itknowledgeexchange.techtarget.com/virtualization-pro/vmware-fixes-virtualcenter-2-bugs-with-virtualcenter-update-3/</guid>
		<description><![CDATA[On Friday, VMware released the latest version of VirtualCenter, Update 3 (no update 3 for ESX yet). Unlike Update 2 (which contained some great new features), this version is mainly focused on fixing bugs. VMware administrators may be a little leery of installing this update after the time-bomb debacle that occurred several months ago with [...]]]></description>
				<content:encoded><![CDATA[<p>On Friday, VMware released the latest version of VirtualCenter, Update 3 (no update 3 for ESX yet). Unlike Update 2 (which contained some great new features), this version is mainly focused on fixing bugs. VMware administrators may be a little leery of installing this update after the time-bomb debacle that occurred several months ago with Update 2, but there are a few fixes (including many for HA) outlined below that make it worth installing.</p>
<ul>
<li><strong>Permissions Can Be Configured for Individual Virtual Machines and Resource Pools in VI Client</strong> &#8211; <em>Starting with this release, when the VMware Infrastructure Client is connected directly to a host running ESX Server 3.5 or higher, the Permissions tab is available for individual virtual machines and resource pools.</em></li>
</ul>
<p>The first notable fix is for displaying a login password in clear-text. You may not think this is too big of a deal, but if someone were to be standing near you when this happened they could see your password (or at least the one you entered) displayed in clear-text.</p>
<ul>
<li><strong>VMware VirtualCenter password might display in error window</strong> &#8211; <em>This release resolves an issue where a user&#8217;s password can be displayed in clear text on the login screen. When logging into VirtualCenter Server 2.0 with Virtual Infrastructure Client 2.5, the user password might be displayed in a dialog box on the VI Client in clear text if the login fails. The dialog box alerting the user to the failed login might be hidden under other windows.</em></li>
</ul>
<p>The next fix updates the JRE used on the VirtualCenter server to the latest version which is 5.0 Update 16 (1.5.0_16) which fixes some security issues.</p>
<ul>
<li><strong>WebAccess component JRE updated to version 1.5.0_16</strong> &#8211; <em>The currently installed version of JRE depends on your patch deployment history. For more information about security issues fixed in version 1.5.0_16 and in earlier versions, see the JRE release notes at <a href="http://java.sun.com/j2se/1.5.0/ReleaseNotes.html">http://java.sun.com/j2se/1.5.0/ReleaseNotes.html</a>.</em></li>
</ul>
<p>An update to the Flex License Manager server is included. This update is not installed automatically when upgrading existing installations and must be installed separately.</p>
<ul>
<li><strong>FLEX license server upgrade</strong> &#8211; <em>This release of VirtualCenter upgrades the FLEX license server to version 10.8.6 in order to resolve known issues with previous releases of the license server and to provide enhance debugging capabilities. The new FLEX license-server is packaged with the VMware Infrastructure Management Installer. Fresh installations of the license server will use the new version but the license server will not be automatically upgraded when using the VMware Infrastructure Management Installer to upgrade an existing installation. To upgrade an existing license server installation, use the standalone installer (VMware-licenseserver.exe) that can be found in the /vpx folder of the installer directory structure.</em></li>
</ul>
<p>This one caused some issues with HA because of a network compliance check that was introduced in Update 2. A new HA advanced setting has been added to bypass this check.</p>
<ul>
<li><strong>HA network compliance check</strong> &#8211; <em>During the configuration of HA in VirtualCenter 2.5 Update 2, the Task &amp; Events tabs might display the following error message and recommendation: HA agent on in cluster in has an error Incompatible HA Network: Consider using the Advanced Cluster Settings das.allowNetwork to control network usage. Starting with VirtualCenter 2.5 Update 2, HA has an enhanced network compliance check to increase cluster reliability. This enhanced network compliance check helps to ensure correct cluster-wide heartbeat network paths. VirtualCenter 2.5 Update 3 allows you to bypass this check to prevent HA configuration problems. To bypass the check, add das.bypassNetworkVerification=yes to the HA advanced settings.</em></li>
</ul>
<p>In addition to the fixes and updates to the Update Manager and Converter, plug-ins have been released. If you upgrade to Update 3 you must also update these plug-ins or they will no longer work.</p>
<ul>
<li><strong>Plug-ins Updates</strong> &#8211; <em>Previous versions of VMware Update Manager are not compatible with VirtualCenter 2.5 Update 3 and must be upgraded to VMware Update Manager 1.0 Update 3 during the installation process. This release of the VMware Infrastructure 3 software suite also includes the following: • An update to VMware Converter Enterprise. For more information, see the <a href="http://www.vmware.com/support/vi3/doc/vi3_vec_10u3_rel_notes.html">VMware Converter Enterprise Update 3 for VirtualCenter 2.5 Release Notes.</a> • An update to VMware Update Manager. For more information, see the <a href="http://www.vmware.com/support/vi3/doc/vi3_vum_10u3_rel_notes.html">VMware Update Manager 1.0 Update 3 for VirtualCenter 2.5 Release Notes. </a></em></li>
</ul>
<p>This one has caused a few people who upgraded to Update 2 some grief &#8212; thankfully VMware has quickly addressed it.</p>
<ul>
<li><strong>In HA-DRS cluster, the enter maintenance mode task stalls and VMs do not migrate</strong> &#8211; <em>In previous releases of VirtualCenter, virtual machines might not be automatically migrated off a host entering maintenance mode if there is not enough failover capacity in an HA-DRS cluster. The enter maintenance mode task stalls at 2% indefinitely and does not complete even if HA admission control was disabled. In this release, the issue has been resolved by allowing the evacuations if HA admission control is disabled. Note that admission control is enabled by default, see <a href="http://kb.vmware.com/kb/1007006">Implications of enabling or disabling VMware HA strict admission control when using DRS and VMware DPM</a> (KB 1007006) for more information. Note that the task might also stall if the virtual machines cannot be evacuated for other reasons.</em> And finally a minor one with not being able to delete HA advanced settings. <strong> </strong></li>
</ul>
<ul>
<li><strong>Once HA advanced settings are created, they cannot be deleted</strong> &#8211; <em>In previous releases advanced settings created on the Advanced Options page for an HA cluster cannot be deleted. Attempts to delete the advanced setting would result in an object reference error dialog box being displayed. This release resolves the issue and advanced settings can be deleted normally.</em></li>
</ul>
<p>As always read the <a href="http://www.vmware.com/support/vi3/doc/vi3_vc25u3_rel_notes.html">release notes</a> before upgrading. This release may not have all the cool new features of the previous release but bug fixes, while not glamorous, are a necessary evil to ensure a stable product.</p>
<!-- wpms-network-global-inserts -->]]></content:encoded>
			<wfw:commentRss>http://itknowledgeexchange.techtarget.com/virtualization-pro/vmware-fixes-virtualcenter-2-bugs-with-virtualcenter-update-3/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>New resources for the VirtualCenter certificate renewal process</title>
		<link>http://itknowledgeexchange.techtarget.com/virtualization-pro/new-resources-for-the-virtualcenter-certificate-renewal-process/</link>
		<comments>http://itknowledgeexchange.techtarget.com/virtualization-pro/new-resources-for-the-virtualcenter-certificate-renewal-process/#comments</comments>
		<pubDate>Thu, 02 Oct 2008 16:16:10 +0000</pubDate>
		<dc:creator>Rick Vanover</dc:creator>
				<category><![CDATA[Rick Vanover]]></category>
		<category><![CDATA[SQL]]></category>
		<category><![CDATA[VI3]]></category>
		<category><![CDATA[VirtualCenter]]></category>
		<category><![CDATA[VMware ESX]]></category>

		<guid isPermaLink="false">http://itknowledgeexchange.techtarget.com/virtualization-pro/new-resources-for-the-virtualcenter-certificate-renewal-process/</guid>
		<description><![CDATA[Earlier this year, I posted a blog entry about the certificate configuration for VirtualCenter installations and the fact that the certificate does not get upgraded or renewed as you perform upgrades of VirtualCenter. The default certificate of a VirtualCenter installation is valid for two years. Certificate management is not one of my areas of expertise. [...]]]></description>
				<content:encoded><![CDATA[<p>Earlier this year, I posted a <a href="http://itknowledgeexchange.techtarget.com/virtualization-pro/upgrading-virtualcenter-does-not-update-certificate-store/">blog entry</a> about the certificate configuration for VirtualCenter installations and the fact that the certificate does not get upgraded or renewed as you perform upgrades of VirtualCenter. The default certificate of a VirtualCenter installation is valid for two years.</p>
<p>Certificate management is not one of my areas of expertise. With that, I&#8217;m posting this series of blog posts with the hopes that it will help other admins complete this mundane task seamlessly. I am currently faced with upgrading the certificate configuration for my VirtualCenter 2.5 Update 2 system. The VirtualCenter default certificate is made up of three files: <strong>rui.cert</strong>, <strong>rui.key</strong> and <strong>rui.pfx. </strong>All are located in the <strong>C:\Documents and Settings\All Users\Application Data\VMware\VMware VirtualCenter\SSL</strong> folder for default installations. Now these certificates are SSL certificates, or web certificates that manage the communication between elements of VI3. This includes ESX hosts, VMware Infrastructure Client connections, the database and VirtualCenter Server connections.</p>
<p>In the earlier post, I mentioned <a href="http://www.vmware.com/pdf/vi_vcserver_certificates.pdf">VMware&#8217;s PDF</a> as a good starting point for the certificate renewal process. The PDF explains a lot of different things, but leaves a few key areas out about how to fix the immediate problem. Luckily, I came across a very handy blog that simplifies things and gave me easy steps to follow. <a href="http://lraikhman.blogsite.org/">Leo Raikhman&#8217;s Ramblings blog</a> gives direct guidance for those of us who are a little fuzzy with certificates. Leo points out in three separate blogs <a href="http://lraikhman.blogsite.org/?p=34">a basic way to address the problem</a>, <a href="http://lraikhman.blogsite.org/?p=41">a 1-2-3 approach</a>, and <a href="http://lraikhman.blogsite.org/?p=133">some in-depth explanation for an occasional zero-length pfx file causing generation issues</a>.</p>
<p>I have successfully followed Leo&#8217;s materials for a seamless upgrade in an isolated test environment with no workload. Soon, I will repeat the drill on the live environment and let you know how it goes in another blog post.</p>
<!-- wpms-network-global-inserts -->]]></content:encoded>
			<wfw:commentRss>http://itknowledgeexchange.techtarget.com/virtualization-pro/new-resources-for-the-virtualcenter-certificate-renewal-process/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>VMware&#8217;s PR department is hard at work: More case studies</title>
		<link>http://itknowledgeexchange.techtarget.com/virtualization-pro/vmware-offers-up-customer-case-studies-again/</link>
		<comments>http://itknowledgeexchange.techtarget.com/virtualization-pro/vmware-offers-up-customer-case-studies-again/#comments</comments>
		<pubDate>Thu, 02 Oct 2008 13:47:48 +0000</pubDate>
		<dc:creator>Bridget Botelho</dc:creator>
				<category><![CDATA[Hyper-V]]></category>
		<category><![CDATA[Microsoft Windows]]></category>
		<category><![CDATA[VI3]]></category>
		<category><![CDATA[VirtualCenter]]></category>
		<category><![CDATA[Virtualization]]></category>
		<category><![CDATA[VMware ESX]]></category>

		<guid isPermaLink="false">http://itknowledgeexchange.techtarget.com/virtualization-pro/vmware-offers-up-customer-case-studies-again/</guid>
		<description><![CDATA[VMware always has plenty of customers to vouch for their products, and their PR team certainly isn&#8217;t shy about sending journalists examples. I get so many emails touting the latest VMware success that I could publish new VMware Infrastructure case studies every week. (Hey VMware &#8212; if you&#8217;re reading this, we know people like your [...]]]></description>
				<content:encoded><![CDATA[<p><a href="http://www.vmware.com/">VMware</a> always has plenty of customers to vouch for their products, and their PR team certainly isn&#8217;t shy about sending journalists examples. I get so many emails touting the latest VMware success that I could publish new VMware Infrastructure case studies every week. (Hey VMware &#8212; if you&#8217;re reading this, we know people like your product and how they benefit from it. You don&#8217;t have to point it out every other day, but thanks.)</p>
<p>Speaking of virtualization case studies, I wish other software companies were as forthcoming about their customers. Most software companies send out product press releases that are riddled with marketing speak and not enough meat, with no customers to back up claims like &#8220;number one provider&#8221; of this or &#8220;the world&#8217;s best&#8221; that. Even Microsoft Corp. <a href="http://servervirtualization.blogs.techtarget.com/2008/07/10/where-are-the-microsoft-hyper-v-users/">wouldn&#8217;t give me a Hyper-V customer</a> to chat with after their virtualization product was released on the commercial market this summer. To be fair, however, there are virtualization companies that do offer up customers like Massachusetts-based <a href="http://searchservervirtualization.techtarget.com/news/article/0,289142,sid94_gci1288355,00.html">Virtual Iron</a>. But I digress.</p>
<p>Since I have a few VMware case studies from September cramming my Inbox, here they are in summary.</p>
<p><strong>Accountants Inc. </strong><br />
On September 30, VMware announced that Accountants Inc., an accounting and finance department staffing agency, deployed VMware’s virtualization and management suite VMware Infrastructure 3 to lower its overhead, meet its disaster-recovery requirements, and make its data center more flexible.</p>
<p><a href="http://www.accountantsinc.com/">Accountants Inc</a>. had been using a single physical server per application, and as the company approached a hardware refresh cycle, it found that virtualization would be more cost-effective, VMware reported.</p>
<p>Donald Wong, manager of IT operations and development at Accountants, Inc., stated that if the company continued deploying physical machines in a ‘one server to one application’ way, it would have cost to much. &#8220;Now, we’ve standardized on VMware and we have a strict virtualization-first policy. As a result, we can spend less time managing our IT infrastructure and more time focusing on bigger picture things, like growing the business,” Wong said in the VMware statement.</p>
<p>The company was also able to reduce its data center footprint by consolidating about 50 physical servers onto 10 VMware ESX Servers, which led to added savings in power and cooling costs.</p>
<p><strong>Interfaith Medical Center</strong><br />
On September 23, VMware announced that <a href="http://www.interfaithmedical.com/">Interfaith Medical Center</a> (IMC) of Brooklyn, New York is using VMware Infrastructure 3 to create a virtualized environment for the Microsoft Windows-based applications.</p>
<p>The hospital began investigating virtualization when its server hardware requirements reached unsustainable levels; IMC faced power, space and budget constraints and needed a solution, VMware reported.  After considering offerings from VMware, Microsoft and Citrix, IMC selected VMware Infrastructure and is now running nearly all of its critical applications in VMware virtual machines. The hospital also implemented a VMware-first policy for all new applications, VMware reported.</p>
<p>IMC has reportedly achieved consolidation ratios as high as 17:1 on its physical hosts and has virtualized approximately 95% of its Microsoft Windows-based applications, including IMC’s core Meditech health information system used for patient care and billing, BlackBerry Enterprise Server, Microsoft SharePoint, Kronos software for timekeeping and scheduling, and Lawson software for finance and accounting.</p>
<p><strong>CITOC</strong><br />
On September 3, <a href="http://vmware.com/company/news/releases/citoc.html">VMware announced</a> that Houston-based <a href="http://www.citoc.com/">CITOC</a>, an award-winning provider of managed and hosted IT solutions, standardized on VMware Infrastructure as its application environment for internal systems and client solutions.</p>
<p>CITOC, whose customers including Lockheed Martin, Mary Kay Cosmetics, Sysco Foods and Carriage Services, evaluated a number of virtualization platforms to incorporate into its IT operations, including VMware Infrastructure and Microsoft Hyper-V.  CITOC opted to standardize on the VMware platform, mainly because they could run three times as many virtual machines on VMware Infrastructure as it could on Microsoft Hyper-V with identical hardware, VMware reported.</p>
<p>James Garrett, chief operating officer at CITOC, said in VMware&#8217;s statement that CITOC guarantees 99.999% application availability for clients, and is trusting VMware to help them stick to that guarantee.</p>
<p>Garrett estimates that CITOC is hosting nearly 5,000 virtual machines for its customers. About 85% of those virtual machines are running Microsoft Windows-based applications.  Internally, CITOC is using VMware for applications like Microsoft Dynamics, Microsoft Exchange, Microsoft SharePoint, Microsoft SQL Server, and BlackBerry Enterprise Server.</p>
<p>Garrett reported that one customer was running 343 physical machines when it hired CITOC to streamline its IT operations.  Today, the customer is supporting its entire application environment with 16 blade servers (32 including redundancy) running VMware Infrastructure.</p>
<!-- wpms-network-global-inserts -->]]></content:encoded>
			<wfw:commentRss>http://itknowledgeexchange.techtarget.com/virtualization-pro/vmware-offers-up-customer-case-studies-again/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
