<?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>vFrank</title>
	<atom:link href="http://www.vfrank.org/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.vfrank.org</link>
	<description>Essense of virtualization</description>
	<lastBuildDate>Wed, 22 May 2013 08:30:16 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.5.1</generator>
		<item>
		<title>High Availability in a vCloud Director Environment</title>
		<link>http://www.vfrank.org/2013/05/22/high-availability-in-a-vcloud-director-environment/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=high-availability-in-a-vcloud-director-environment</link>
		<comments>http://www.vfrank.org/2013/05/22/high-availability-in-a-vcloud-director-environment/#comments</comments>
		<pubDate>Wed, 22 May 2013 08:30:16 +0000</pubDate>
		<dc:creator>FrankBrix</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.vfrank.org/?p=708</guid>
		<description><![CDATA[High Availability in a vCloud Director Environment
&#160;
Making sure your cloud is accessible, at all time,  to end users and administrators is an important task. When looking into a cloud based on VMware vCloud Director there are several things to take into consideration. A VMware vCloud can consist  [...]]]></description>
				<content:encoded><![CDATA[<h1>High Availability in a vCloud Director Environment</h1>
<p>&nbsp;</p>
<p>Making sure your cloud is accessible, at all time,  to end users and administrators is an important task. When looking into a cloud based on VMware vCloud Director there are several things to take into consideration. A VMware vCloud can consist of a lot of components. The mandatory components are the following</p>
<ul>
<li>VMware vCenter Server (Typically Windows 2008/2012 or Linux Appliance)</li>
<li>VMware ESXi hosts</li>
<li>VMware vShield Manager (Linux Appliance)</li>
<li>VMware Director cell (Red Hat Enterprise Linux)</li>
<li>Database Server for vCenter and vCloud Director</li>
</ul>
<p>Optional Components</p>
<ul>
<li>vCenter Chargeback</li>
<li>vCenter Operations Manager</li>
<li>vCloud Automation Center</li>
<li>VMware Orchestrator</li>
<li>&#8230;</li>
</ul>
<p>You have to think about how you want to protect the mandatory and optional components. I will focus on the mandatory now.</p>
<h2>VMware vCenter Server</h2>
<p>There are different ways to protect the vCenter Server. But before you think about protection you need to think about how you are going to deploy it. Your first option is am I going with the Windows version or going with the Linux appliance. In most cases people go for the Windows version, and that is definitely the safe bet. One of the things the Linux appliance has against it is only support for external Oracle databases. No MS SQL support.</p>
<p>If you choose the Windows version you have to consider if you are a splitting the vCenter roles up on multiple virtual machines. The roles you are considering are the following: SSO, Inventory Service, vCenter Service and Update Manager. For best performance and scalability you would split it up. But that also means you have to consider how to protect each server.</p>
<p>SSO has its own &#8220;clustering&#8221; functionality. But Inventory Service and vCenter does not. In most situations the software is installed inside a virtual machine running on a ESXi host with VMware HA enabled. This means you don&#8217;t need to worry about physical server failure. But it does not protect you against a failure on the software side that could be related to the Operating System or vCenter itself. If you figure out you want to go beyond hardware failure your only option is to deploy VMware vCenter Heartbeat. Heartbeat is able to protect all servers running SSO, Inventory Service and vCenter Service. It does it by replicating the server to another virtual or physical machine. Heartbeat is the tool if you have very strict SLA agreements. It will make your system more secure, but it will be on the cost of losing simplicity.</p>
<h2>ESXi hosts</h2>
<p>The ESXi hosts are the easiest to protect, and you don&#8217;t have to do a lot of planning in this area. Just make sure you have multiple ESXi hosts. All connected to the same network and access to the same shared storage. This way the virtual machines can gets it compute resources from any host in the cluster. On that cluster you will enable the DRS and HA functionality. I would not even worry about backing up the ESXi hosts. If you lose a host just reinstall it.</p>
<h2>VMware vShield Manager</h2>
<p>The vShield Manager comes as a virtual appliance from VMware. You simply download it and import into your management cluster. There is no native clustering functionality so you have to rely on VMware HA or VMware Fault Tolerance.</p>
<h2>VMware Director Cell</h2>
<p>The vCloud Director software has to be installed on a Linux machine running Red Hat Enterprise. Luckily for us the software has its own clustering functionality. What you basically do is install multiple Red Hat machines. All of these machine will share the same database on MS SQL or Oracle and the will also have access to the same NFS share. When implementing multiple vCloud Director Cells you would deploy the behind a load balancer. That load balancer could be VMware vShield Edge or you could use something else like Netscaler, F5 etc.</p>
<h2>Database Server</h2>
<p>The database server is extremely critical in the vCloud Environments. If we are only looking at the mandatory components you will have created three databases on your server. One for the SSO service, One for the vCenter Service and One for the vCloud Director Cell.</p>
<p>What you would normally do with your database is to look into clustering the MS SQL or Oracle with its own tools. If you don&#8217;t want to cluster the database. At least make sure that it is running as a virtual machine so you get the benefit of VMware HA. And of course remember to backup all databases at a regular interval.</p>
<p>If you are using a MS SQL cluster you have to know that it is not &#8220;officially&#8221; supported by VMware for the SSO service. Although they will do their best to help you if you have problems. I have installed all of the components against a MS SQL Cluster and haven&#8217;t experienced any problems yet. But we aware of this and set it as a risk.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.vfrank.org/2013/05/22/high-availability-in-a-vcloud-director-environment/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Vote for my VMworld 2013 sessions</title>
		<link>http://www.vfrank.org/2013/04/25/vote-for-my-vmworld-2013-sessions/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=vote-for-my-vmworld-2013-sessions</link>
		<comments>http://www.vfrank.org/2013/04/25/vote-for-my-vmworld-2013-sessions/#comments</comments>
		<pubDate>Thu, 25 Apr 2013 13:38:32 +0000</pubDate>
		<dc:creator>FrankBrix</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.vfrank.org/?p=705</guid>
		<description><![CDATA[If you are a regular reader and like the content I create I would like you to consider voting for my sessions for VMworld 2013.

Visit the following website: http://www.vmworld.com/cfp.jspa
Log in with your VMworld account
Vote for the following sessions

4555 vCenter Operations Manager &#8211;  [...]]]></description>
				<content:encoded><![CDATA[<p>If you are a regular reader and like the content I create I would like you to consider voting for my sessions for VMworld 2013.</p>
<ol>
<li><span style="line-height: 12.796875px;">Visit the following website: <a href="http://www.vmworld.com/cfp.jspa" target="_blank">http://www.vmworld.com/cfp.jspa</a><br /></span></li>
<li>Log in with your VMworld account</li>
<li>Vote for the following sessions
<ol>
<li><strong>4555 vCenter Operations Manager &#8211; Troubleshooting Best Practises</strong></li>
<li><strong>4799 From vSphere to Hybrid Cloud &#8211; Best Practises</strong></li>
</ol>
</li>
</ol>
<p>&nbsp;</p>
<p>&nbsp;</p>
]]></content:encoded>
			<wfw:commentRss>http://www.vfrank.org/2013/04/25/vote-for-my-vmworld-2013-sessions/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>VMworld 2013 &#8211; My session submissions</title>
		<link>http://www.vfrank.org/2013/04/14/vmworld-2013-my-session-submissions/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=vmworld-2013-my-session-submissions</link>
		<comments>http://www.vfrank.org/2013/04/14/vmworld-2013-my-session-submissions/#comments</comments>
		<pubDate>Sun, 14 Apr 2013 12:13:30 +0000</pubDate>
		<dc:creator>FrankBrix</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.vfrank.org/?p=700</guid>
		<description><![CDATA[VMworld US 2013 is in San Francisco from August 26th to 29th and VMworld Europe is from October 15th to 17th. This year I have submitted two sessions to VMworld. VMworld Call for papers ended April 12.
The title of the first session is: &#8220;vCenter Operations Manager &#8211; Troubleshooting Best Practises&#8221;  [...]]]></description>
				<content:encoded><![CDATA[<p>VMworld US 2013 is in San Francisco from August 26th to 29th and VMworld Europe is from October 15th to 17th. This year I have submitted two sessions to VMworld. VMworld Call for papers ended April 12.</p>
<p>The title of the first session is: &#8220;<strong>vCenter Operations Manager &#8211; Troubleshooting Best Practises</strong>&#8221; <em>#4555</em>. I did a session at the danish VMUG March 7th and it was very well received by the audience. This gave me the confidence that it was ready for a bigger audience and I have submitted it for VMworld US and VMworld Europe. </p>
<p>The second session is: &#8220;<strong>From vSphere to Hybrid Cloud &#8211; Best Practises</strong>&#8221; <em>#4799</em>. This is a session I have submitted with Michael Munk Larsen from Zitcom. In this session we are going to be talking about the move from vSphere to the hybrid cloud, and discuss the challenges and how to build the hybrid cloud.</p>
<p>Hopefully one or both of the sessions will be accepted. I know it is extremely hard to get sessions approved, but I keep my fingers crossed. In a few weeks I expect the public voting to start, and during the public voting I need your help to get attention to the sessions.</p>
<p>&nbsp;</p>
]]></content:encoded>
			<wfw:commentRss>http://www.vfrank.org/2013/04/14/vmworld-2013-my-session-submissions/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Mark a disk as SSD and Local in ESXi 5.x</title>
		<link>http://www.vfrank.org/2013/03/21/mark-a-disk-as-ssd-and-local-in-esxi-5-x/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=mark-a-disk-as-ssd-and-local-in-esxi-5-x</link>
		<comments>http://www.vfrank.org/2013/03/21/mark-a-disk-as-ssd-and-local-in-esxi-5-x/#comments</comments>
		<pubDate>Thu, 21 Mar 2013 08:40:26 +0000</pubDate>
		<dc:creator>FrankBrix</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.vfrank.org/?p=695</guid>
		<description><![CDATA[I was just working in my lab and wanted to play around with a vSphere 5.x feature. The feature I wanted to use required that the disk is SSD and the disk is Local. My lab environment is entirely virtual and I have no SSD. Here is what I did to accomplish it.
The first thing you need to do is list  [...]]]></description>
				<content:encoded><![CDATA[<p>I was just working in my lab and wanted to play around with a vSphere 5.x feature. The feature I wanted to use required that the disk is SSD and the disk is Local. My lab environment is entirely virtual and I have no SSD. Here is what I did to accomplish it.</p>
<p>The first thing you need to do is list your devices. Everything is done from the local ESXi shell:</p>
<p style="padding-left: 30px;"><strong>esxcli storage nmp device list</strong></p>
<p>This gave me the following output. The information you need to look for is the &#8220;device id&#8221; and the &#8220;satp&#8221;</p>
<p><a href="http://www.vfrank.org/wp-content/uploads/2013/03/Fake_ssd_1.png"><img class="alignnone size-medium wp-image-696" alt="Fake_ssd_1" src="http://www.vfrank.org/wp-content/uploads/2013/03/Fake_ssd_1-300x213.png" width="300" height="213" /></a></p>
<p>&nbsp;</p>
<p>The next thing we can do is to mark the device as &#8220;Local&#8221; and &#8220;SSD&#8221;. I used the following command:</p>
<p style="padding-left: 30px;"><strong>esxcli storage nmp satp rule add &#8211;satp VMW_SATP_LOCAL &#8211;device mpx.vmhba2:C0:T0:L0 &#8211;option &#8220;enable_local enable_ssd&#8221;</strong></p>
<p>Then we have to claim the new rule:</p>
<p style="padding-left: 30px;"><strong>esxcli storage core claiming reclaim -d mpx.vmhba2:C0:T0:L0</strong></p>
<p>And at the end we can run the following command to verify our changes:</p>
<p style="padding-left: 30px;"><strong>esxcli storage core device list &#8211;device=mpx.vmhba2:C0:T0:L0</strong></p>
<p><a href="http://www.vfrank.org/wp-content/uploads/2013/03/Fake_ssd_2.png"><img class="alignnone size-medium wp-image-697" alt="Fake_ssd_2" src="http://www.vfrank.org/wp-content/uploads/2013/03/Fake_ssd_2-300x201.png" width="300" height="201" /></a></p>
<p>&nbsp;</p>
<p>After doing this ESXi detected the disk as a Local SSD and I could start working in my lab.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.vfrank.org/2013/03/21/mark-a-disk-as-ssd-and-local-in-esxi-5-x/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>vCenter Performance Graph Versus vCenter Operations Manager Metric Chart</title>
		<link>http://www.vfrank.org/2013/03/11/vcenter-performance-graph-versus-vcenter-operations-manager-metric-chart/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=vcenter-performance-graph-versus-vcenter-operations-manager-metric-chart</link>
		<comments>http://www.vfrank.org/2013/03/11/vcenter-performance-graph-versus-vcenter-operations-manager-metric-chart/#comments</comments>
		<pubDate>Mon, 11 Mar 2013 12:19:41 +0000</pubDate>
		<dc:creator>FrankBrix</dc:creator>
				<category><![CDATA[vcops]]></category>
		<category><![CDATA[vSphere]]></category>

		<guid isPermaLink="false">http://www.vfrank.org/?p=663</guid>
		<description><![CDATA[Most people who works with vSphere already knows the vCenter Performance Graphs. What most people don&#8217;t know is the &#8220;Metric Chart&#8221; in vCenter Operations Manager. In this article I want to discuss pros and cons of vCenter Performance Graphs vs. vCenter Operations Manager Metric Charts.
The  [...]]]></description>
				<content:encoded><![CDATA[<p>Most people who works with vSphere already knows the vCenter Performance Graphs. What most people don&#8217;t know is the &#8220;Metric Chart&#8221; in vCenter Operations Manager. In this article I want to discuss pros and cons of <strong>vCenter Performance Graphs</strong> vs. <strong>vCenter Operations Manager Metric Charts.</strong></p>
<p>The Performance Graphs in vCenter can show information about the following <strong>CPU, Datastore, Disk, Memory, Network, Power, System, Virtual disk. </strong>You can the select if you want the graph to show: <strong>Real-time, Past day, Past week, Past month, past year or Custom. </strong></p>
<p> When looking at these graphs the following table sums up what you are seeing.</p>
<p><img class="alignnone  wp-image-673" alt="vcenter_data" src="http://www.vfrank.org/wp-content/uploads/2013/03/vcenter_data.png" width="560" height="190" /></p>
<p>So by looking at the <strong>Real-Time </strong>graph you actually looks at a graph that is updated by a frequency of 20 seconds. So 180 datapoints in just one hour. But when you look at <strong>Past Day</strong> your graph is updated every 5 minutes. This is where rollup occurs. Without rollup you vCenter database would grow a lot in size. Whatever data you look at in the Past Day the graph is updated in 5 minutes interval, but what happens if you look at the graph more than 24 hours ago? Well if it is in the past week your graph will be updated every 30 minutes, but if you are further back your graph is updated every 2 hours! This basicly tells us that vCenter Performance Charts is BEST in Real-Time, it is alright in Past Day but moving further back than 24 hour data is being rolled up and we loose valuable insight. Look at the following screenshots to see what happens:</p>
<p><a href="http://www.vfrank.org/wp-content/uploads/2013/03/realtime_cpu_ready.png"><img class="alignnone size-medium wp-image-682" alt="realtime_cpu_ready" src="http://www.vfrank.org/wp-content/uploads/2013/03/realtime_cpu_ready-300x175.png" width="300" height="175" /></a></p>
<p><a href="http://www.vfrank.org/wp-content/uploads/2013/03/real_time_cpu_day.png"><img class="alignnone size-medium wp-image-683" alt="real_time_cpu_day" src="http://www.vfrank.org/wp-content/uploads/2013/03/real_time_cpu_day-300x157.png" width="300" height="157" /></a></p>
<p>&nbsp;</p>
<p><a href="http://www.vfrank.org/wp-content/uploads/2013/03/real_time_yesterday.png"><img class="alignnone size-medium wp-image-684" alt="real_time_yesterday" src="http://www.vfrank.org/wp-content/uploads/2013/03/real_time_yesterday-300x157.png" width="300" height="157" /></a></p>
<p>&nbsp;</p>
<p>You should have noticed how we lose information when we try to investigate performance back in time. The further back we go the more we lose. Not only does data points get rolled up. But try and go back to the first graph. On the first graph we had the counters &#8220;Ready&#8221; and &#8220;Used&#8221; but on the other two we only have &#8220;Ready&#8221;. No I did not remove it. This is another feature of vCenter. Not only does it roll up. But it also chooses to remove counters as soon as we are looking at data more than one hour ago.</p>
<p> <a href="http://www.vfrank.org/wp-content/uploads/2013/03/cpu_real.png"><img class="alignnone size-medium wp-image-687" alt="cpu_real" src="http://www.vfrank.org/wp-content/uploads/2013/03/cpu_real-300x205.png" width="300" height="205" /></a><a style="font-size: 0.8em; color: #ed1e24; text-decoration: underline;" href="http://www.vfrank.org/wp-content/uploads/2013/03/cpu_pastday.png"><img class="alignnone size-medium wp-image-686" alt="cpu_pastday" src="http://www.vfrank.org/wp-content/uploads/2013/03/cpu_pastday-300x147.png" width="300" height="147" /></a></p>
<p>&nbsp;</p>
<p>Now you should know some of the limitation with vCenter. So what is the solution if you want to look at data that is 1) More than one hour ago or 2) more than one day ago. The answer is of course vCenter Operations Managers Metric Charts. vCenter Operations Manager collects <strong>every counter</strong> and does not remove them when looking back. And vCenter Operations Manager have data points every <strong>5 minutes</strong>.<b> </b>So yes you can argue that the past hour graph in vCenter is better than vCenter Operations Manager! That is true. The only time you actually should use vCenter Performance Graphs is when looking at the &#8220;Real-Time&#8221; graph.</p>
<p>Lets take a look in vCenter Operations Manager:</p>
<p><a href="http://www.vfrank.org/wp-content/uploads/2013/03/cpu_last_hour_vcops.png"><img class="alignnone size-medium wp-image-690" alt="cpu_last_hour_vcops" src="http://www.vfrank.org/wp-content/uploads/2013/03/cpu_last_hour_vcops-300x193.png" width="300" height="193" /></a></p>
<p>&nbsp;</p>
<p>The graph is for the &#8220;Last Hour&#8221; but I can dive into any period and see all counters updated every 5 minutes. Maybe it is monday morning now and we have a reported performance problem that happened this saturday between 2am and 3am. Well just change the graph to that interval. Data is there, and you have EVERY counter. </p>
]]></content:encoded>
			<wfw:commentRss>http://www.vfrank.org/2013/03/11/vcenter-performance-graph-versus-vcenter-operations-manager-metric-chart/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>VMUG.DK Updates</title>
		<link>http://www.vfrank.org/2013/03/08/vmug-dk-updates/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=vmug-dk-updates</link>
		<comments>http://www.vfrank.org/2013/03/08/vmug-dk-updates/#comments</comments>
		<pubDate>Fri, 08 Mar 2013 14:19:02 +0000</pubDate>
		<dc:creator>FrankBrix</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.vfrank.org/?p=659</guid>
		<description><![CDATA[Yesterday the Danish VMware User Group held a meeting in The movie theater Palads in Copenhagen. The theme of the day was &#8220;Admin &#38; monitor&#8221; and I did a presentation on vCenter Operations Manager. It was a great day. It is incredible how much of their own time the Danish VMUG team puts into these  [...]]]></description>
				<content:encoded><![CDATA[<p>Yesterday the Danish VMware User Group held a meeting in The movie theater Palads in Copenhagen. The theme of the day was &#8220;Admin &amp; monitor&#8221; and I did a presentation on vCenter Operations Manager. It was a great day. It is incredible how much of their own time the Danish VMUG team puts into these events.  It is really appreciated. The next VMUG.dk events are already beeing prepared and it looks to be a good year.</p>
<ul>
<li><span style="line-height: 18px;">June 13th VMUG meeting at VMware in Nærum. This is an Annual event and after the meeting there is a tradition of home brewed beer and BBQ!</span></li>
<li><span style="line-height: 18px;">December 3rd. VMUG meeting in Copenhagen @ Bella Centeret. This is the same place as VMworld Europe took place in 2010 and 2011. This VMUG will be a full day conference with 25-30 sessions. They hope to get at least 300 delegates. And of course it is free! So save these two dates. I hope to see you there.</span></li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://www.vfrank.org/2013/03/08/vmug-dk-updates/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Vote for vfrank.org at the blogger contest</title>
		<link>http://www.vfrank.org/2013/02/20/vote-for-vfrank-org-at-the-blogger-contest/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=vote-for-vfrank-org-at-the-blogger-contest</link>
		<comments>http://www.vfrank.org/2013/02/20/vote-for-vfrank-org-at-the-blogger-contest/#comments</comments>
		<pubDate>Wed, 20 Feb 2013 12:05:07 +0000</pubDate>
		<dc:creator>FrankBrix</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.vfrank.org/?p=654</guid>
		<description><![CDATA[It is that time of year again. I hope many of my readers will vote for vfrank.org at the annual blogger contest. 
Just click the vote button.

]]></description>
				<content:encoded><![CDATA[<p>It is that time of year again. I hope many of my readers will vote for vfrank.org at the annual blogger contest. </p>
<p>Just click the vote button.</p>
<p><a href="http://vsphere-land.com/news/voting-now-open-for-the-2013-top-vmware-virtualization-blogs.html" target="_blank"><img class="size-full wp-image-655 aligncenter" title="vote-button-300x298" src="http://www.vfrank.org/wp-content/uploads/2013/02/vote-button-300x298.jpg" alt="" width="300" height="298" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.vfrank.org/2013/02/20/vote-for-vfrank-org-at-the-blogger-contest/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>VMUG DK meeting in March &#8220;Admin and monitor&#8221;</title>
		<link>http://www.vfrank.org/2013/02/01/vmug-dk-meeting-in-march-admin-and-monitor/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=vmug-dk-meeting-in-march-admin-and-monitor</link>
		<comments>http://www.vfrank.org/2013/02/01/vmug-dk-meeting-in-march-admin-and-monitor/#comments</comments>
		<pubDate>Fri, 01 Feb 2013 19:30:19 +0000</pubDate>
		<dc:creator>FrankBrix</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.vfrank.org/?p=647</guid>
		<description><![CDATA[Just wanted to get this out there. The next VMUG DK meeting will be in Copenhagen at &#8220;Palads&#8221; on March 7th. 
You can register for the event here: http://www.eventbrite.com/event/5299404662#
The subject will be &#8220;Admin and Monitor&#8221;. I will be doing a 50 minutes presentation on &#8220;vCops Best Practises&#8221;  [...]]]></description>
				<content:encoded><![CDATA[<p>Just wanted to get this out there. The next VMUG DK meeting will be in Copenhagen at &#8220;Palads&#8221; on March 7th. </p>
<p>You can register for the event here: <a href="http://www.eventbrite.com/event/5299404662#" target="_blank">http://www.eventbrite.com/event/5299404662#</a></p>
<p>The subject will be &#8220;Admin and Monitor&#8221;. I will be doing a 50 minutes presentation on &#8220;vCops Best Practises&#8221; (still working on the title)</p>
<p>After the event you will get tickets for the move &#8220;The Last Stand&#8221;. </p>
<p>I can&#8217;t wait! Hope to see you all there!</p>
<p>&nbsp;</p>
]]></content:encoded>
			<wfw:commentRss>http://www.vfrank.org/2013/02/01/vmug-dk-meeting-in-march-admin-and-monitor/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Understanding VC OPS oversized virtual machines</title>
		<link>http://www.vfrank.org/2013/01/31/understanding-vc-ops-oversized-virtual-machines/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=understanding-vc-ops-oversized-virtual-machines</link>
		<comments>http://www.vfrank.org/2013/01/31/understanding-vc-ops-oversized-virtual-machines/#comments</comments>
		<pubDate>Thu, 31 Jan 2013 08:14:34 +0000</pubDate>
		<dc:creator>FrankBrix</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.vfrank.org/?p=631</guid>
		<description><![CDATA[After teaching vCenter Operations Analyze &#38; Predict and facilitating private workshops with customers I have had this one question that always pops up. What is the criteria for vC Ops to say a VM is oversized or undersized. 
To understand how it is calculated is just one thing. What is more  [...]]]></description>
				<content:encoded><![CDATA[<p><span style="font-size: small;">After teaching vCenter Operations Analyze &amp; Predict and facilitating private workshops with customers I have had this one question that always pops up. What is the criteria for vC Ops to say a VM is <strong>oversized</strong> or <strong>undersized. </strong></span></p>
<p><span style="font-size: small;">To understand how it is calculated is just one thing. What is more important is what you do with the sizing recommendation. Even though Operations may find a machine to be oversized it does not necessarily make it true. </span></p>
<p><span style="font-size: small;"><span style="line-height: 18px;">First thing you will need to do is go into &#8220;configuration&#8221; from the vC Ops website. Here you can configure the thresholds for oversized and undersized VM&#8217;s. The settings in the screenshot is right now at default. I have made some marks in the screenshot. &#8220;1. Oversized threshold: </span><strong style="line-height: 18px; font-size: 0.8em;">1%</strong><span style="line-height: 18px;">&#8220;, &#8220;2 CPU deman less than: </span><strong style="line-height: 18px; font-size: 0.8em;">30%</strong><span style="line-height: 18px;">&#8220;, &#8220;3 Memory deman less than: </span><strong style="line-height: 18px; font-size: 0.8em;">30%</strong><span style="line-height: 18px;">&#8220;</span></span></p>
<p><a href="http://www.vfrank.org/wp-content/uploads/2013/01/vcops_config1.png"><img class="alignnone size-medium wp-image-642" title="vcops_config" src="http://www.vfrank.org/wp-content/uploads/2013/01/vcops_config1-300x205.png" alt="" width="300" height="205" /></a></p>
<p><span style="font-size: small;">What this means is that if a virtual machines is using less than 30%CPU or 30%Memory for 1% of its running time it is considered oversized. Actually it is not based on time. But it is based on &#8220;<strong style="font-size: 0.8em;">Area</strong>&#8221; Look at the next screenshot. The threshold of 30% is the &#8220;U&#8221; and the threshold of 1% is the blue area. So if the area of the blue is more than 1% of the graph it will be considered oversized.</span></p>
<p><a href="http://www.vfrank.org/wp-content/uploads/2013/01/Oversized_VM3.png"><img class="alignnone size-medium wp-image-644" title="Oversized_VM" src="http://www.vfrank.org/wp-content/uploads/2013/01/Oversized_VM3-300x150.png" alt="" width="300" height="150" /></a></p>
<p><span style="font-size: small;">With the default settings of 30% CPU/Memory and oversized threshold of 1% I bet you are going to have A LOT of virtual machines that are considered oversized. For instance if you have some machines who are idling most of the time but in peaks need LOTS of CPU they will definitely be considered oversized even though from the administrator perspective it is not.</span></p>
<p><span style="font-size: small;">I would change the settings for the threshold. Per default you get way too many oversized virtual machines. I recommend the following:</span></p>
<ul>
<li><span style="line-height: 18px; font-size: small;"><strong>Oversized Threshold: 10%</strong></span></li>
<li><span style="line-height: 18px; font-size: small;"><strong>CPU Demand less than: 15%</strong></span></li>
<li><span style="line-height: 18px; font-size: small;"><strong>Memory Demand less than: 15%</strong></span></li>
</ul>
<p><span style="font-size: small;"> With these settings a virtual machine is oversized if the <strong>area</strong> on the graph below the threshold &#8220;U&#8221; (15% CPU/MEM) is 10% or higher. This is just one recommendation, you can tweak the setting to your own liking.</span></p>
<p>&nbsp;</p>
<h2><span style="font-size: small;"><strong><span style="letter-spacing: -0.03em; line-height: normal;"><br /></span></strong></span></h2>
<p>&nbsp;</p>
]]></content:encoded>
			<wfw:commentRss>http://www.vfrank.org/2013/01/31/understanding-vc-ops-oversized-virtual-machines/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Win a Samsung Galaxy Tab With Veeam</title>
		<link>http://www.vfrank.org/2013/01/22/win-a-samsung-galaxy-tab-with-veeam/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=win-a-samsung-galaxy-tab-with-veeam</link>
		<comments>http://www.vfrank.org/2013/01/22/win-a-samsung-galaxy-tab-with-veeam/#comments</comments>
		<pubDate>Tue, 22 Jan 2013 09:28:20 +0000</pubDate>
		<dc:creator>FrankBrix</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.vfrank.org/?p=629</guid>
		<description><![CDATA[I was just browsing Veeams website and stumbled over this and wanted to tell you about it. You can win a Samsung Galaxy Tab. All you have to do is register before February 14th.
I think they will have a new draw after this, so check back and see what else you can  [...]]]></description>
				<content:encoded><![CDATA[<p>I was just browsing Veeams website and stumbled over <a href="http://go.veeam.com/cool?ad=home" target="_blank">this</a> and wanted to tell you about it. You can win a Samsung Galaxy Tab. All you have to do is register before February 14th.</p>
<p>I think they will have a new draw after this, so check back and see what else you can win.</p>
<p><a href="http://go.veeam.com/cool?ad=home" target="_blank">http://go.veeam.com/cool?ad=home</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.vfrank.org/2013/01/22/win-a-samsung-galaxy-tab-with-veeam/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
