<?xml version='1.0' encoding='UTF-8'?><rss xmlns:atom="http://www.w3.org/2005/Atom" xmlns:openSearch="http://a9.com/-/spec/opensearchrss/1.0/" xmlns:blogger="http://schemas.google.com/blogger/2008" xmlns:georss="http://www.georss.org/georss" xmlns:gd="http://schemas.google.com/g/2005" xmlns:thr="http://purl.org/syndication/thread/1.0" version="2.0"><channel><atom:id>tag:blogger.com,1999:blog-7185714946842431002</atom:id><lastBuildDate>Sun, 08 Jun 2025 12:12:27 +0000</lastBuildDate><category>VI 3 and vSphere 4</category><category>ESX 4.x Commands</category><category>ESX 3.x Service Console Commands</category><category>Logs</category><category>Case Study</category><category>VI3</category><category>Remote Cli</category><title>Johnny&#39;s Random Tips</title><description></description><link>http://jlscz.blogspot.com/</link><managingEditor>noreply@blogger.com (Unknown)</managingEditor><generator>Blogger</generator><openSearch:totalResults>57</openSearch:totalResults><openSearch:startIndex>1</openSearch:startIndex><openSearch:itemsPerPage>25</openSearch:itemsPerPage><item><guid isPermaLink="false">tag:blogger.com,1999:blog-7185714946842431002.post-7447906592014629883</guid><pubDate>Tue, 12 Apr 2011 17:55:00 +0000</pubDate><atom:updated>2011-04-12T13:59:38.105-04:00</atom:updated><category domain="http://www.blogger.com/atom/ns#">Logs</category><title>VMware logs (Operation: VM creation and modification)</title><description>&lt;style type=&quot;text/css&quot;&gt;p { margin-bottom: 0.08in; }&lt;/style&gt;  &lt;p style=&quot;margin-bottom: 0in;&quot; align=&quot;CENTER&quot;&gt;&lt;span style=&quot;font-family:Arial,sans-serif;&quot;&gt;&lt;b&gt;How To Work With VMware Log Files &lt;/b&gt;&lt;/span&gt; &lt;/p&gt; &lt;p style=&quot;margin-bottom: 0in;&quot; align=&quot;CENTER&quot;&gt;&lt;span style=&quot;font-family:Arial,sans-serif;&quot;&gt;(Part 2 – Operation: VM creation and modification) &lt;/span&gt; &lt;/p&gt; &lt;p style=&quot;margin-bottom: 0in;&quot; align=&quot;CENTER&quot;&gt;&lt;span style=&quot;font-family:Arial,sans-serif;&quot;&gt;Johnny Zhang&lt;/span&gt;&lt;/p&gt;  &lt;p style=&quot;margin-bottom: 0in;&quot;&gt;&lt;span style=&quot;font-family:Arial,sans-serif;&quot;&gt;The goal for this document is how to quickly find the needed information for some of the operations that you do every day such as creating VMs, modify it etc.  The example of the log file are collect from VMware ESX 4.1.0 and Vcenter 4.1 with all tasks triggered from VIClient connected to vCenter (I will work on a different document for tasks triggered from ESX host) &lt;/span&gt; &lt;/p&gt; &lt;p style=&quot;margin-bottom: 0in;&quot;&gt;&lt;span style=&quot;font-family:Arial,sans-serif;&quot;&gt;&lt;b&gt;Log locations:&lt;/b&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p style=&quot;margin-bottom: 0in;&quot;&gt;&lt;span style=&quot;font-family:Arial,sans-serif;&quot;&gt;VMware ESX 4.1.0: &lt;/span&gt; &lt;/p&gt;  &lt;ul&gt;&lt;li&gt;&lt;p style=&quot;margin-bottom: 0in;&quot;&gt;&lt;span style=&quot;font-family:Arial,sans-serif;&quot;&gt;&lt;b&gt;messages:  /var/log/messages*&lt;/b&gt;&lt;/span&gt;&lt;span style=&quot;font-family:Arial,sans-serif;&quot;&gt; (Those  logs show you what happened inside service console)&lt;/span&gt;&lt;/p&gt;  &lt;/li&gt;&lt;li&gt;&lt;p style=&quot;margin-bottom: 0in;&quot;&gt;&lt;span style=&quot;font-family:Arial,sans-serif;&quot;&gt;&lt;b&gt;vmkernel:  /var/log/vmkernel*&lt;/b&gt;&lt;/span&gt;&lt;span style=&quot;font-family:Arial,sans-serif;&quot;&gt; (Those  logs give you information about VMkernel and interaction between the  VMkernel and attached hardware such as physical NICs, HBAs etc&lt;/span&gt;&lt;/p&gt;  &lt;/li&gt;&lt;li&gt;&lt;p style=&quot;margin-bottom: 0in;&quot;&gt;&lt;span style=&quot;font-family:Arial,sans-serif;&quot;&gt;&lt;b&gt;hostd:  /var/log/vmware/hostd*.log&lt;/b&gt;&lt;/span&gt;&lt;span style=&quot;font-family:Arial,sans-serif;&quot;&gt;  (The most important logs to show the interactions between VMkerenl  and VMs hosted on this ESX server)&lt;/span&gt;&lt;/p&gt;  &lt;/li&gt;&lt;li&gt;&lt;p style=&quot;margin-bottom: 0in;&quot;&gt;&lt;span style=&quot;font-family:Arial,sans-serif;&quot;&gt;&lt;b&gt;vpxa:  /var/log/vmware/vpx/vpxa*.log&lt;/b&gt;&lt;/span&gt;&lt;span style=&quot;font-family:Arial,sans-serif;&quot;&gt;  (vpxa is the agent running on ESX server, it reports everything from  the host to vCenter and vice versa. Those logs are used when the  issue is not on the ESX host, but between the host and vCenter)&lt;/span&gt;&lt;/p&gt; &lt;/li&gt;&lt;/ul&gt; &lt;p style=&quot;margin-left: 0.25in; margin-bottom: 0in;&quot;&gt;&lt;/p&gt;&lt;p style=&quot;margin-bottom: 0in;&quot;&gt;&lt;span style=&quot;font-family:Arial,sans-serif;&quot;&gt;&lt;b&gt;VM used in this example:&lt;/b&gt;&lt;/span&gt;&lt;span style=&quot;font-family:Arial,sans-serif;&quot;&gt; Johnny-test&lt;/span&gt;&lt;/p&gt;  &lt;p style=&quot;margin-bottom: 0in;&quot; align=&quot;CENTER&quot;&gt;&lt;span style=&quot;font-family:Arial,sans-serif;&quot;&gt;&lt;b&gt;Create A VM&lt;/b&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p style=&quot;margin-left: 0.5in; margin-bottom: 0in;&quot;&gt;&lt;span style=&quot;font-family:Arial,sans-serif;&quot;&gt;We start with the name of the VM (in this example “Johnny-test”)&lt;/span&gt;&lt;/p&gt;  &lt;p style=&quot;margin-bottom: 0in;&quot;&gt;&lt;span style=&quot;font-family:Arial,sans-serif;&quot;&gt; &lt;/span&gt;&lt;span style=&quot;font-family:Arial,sans-serif;&quot;&gt;&lt;b&gt;“grep -i johnny-test /var/log/vmware/hostd* | grep -i &quot;Create called&quot; | less”&lt;/b&gt;&lt;/span&gt;&lt;/p&gt; &lt;p style=&quot;margin-left: 0.49in; margin-bottom: 0in;&quot;&gt;&lt;span style=&quot;font-family:Arial,sans-serif;&quot;&gt;In this command we are looking for the VM named “johnny-test” from all hostd logs, and looking for the keyword “Create called” from the output of the first “grep”. &lt;/span&gt; &lt;/p&gt; &lt;p style=&quot;margin-left: 0.49in; margin-bottom: 0in;&quot;&gt;&lt;span style=&quot;font-family:Arial,sans-serif;&quot;&gt;You can also do this from vCenter side, but I’d like to get the complete opID, you will see why later. &lt;/span&gt; &lt;/p&gt;  &lt;p style=&quot;margin-left: 0.49in; margin-bottom: 0in;&quot;&gt;&lt;span style=&quot;font-family:Arial,sans-serif;&quot;&gt;&lt;b&gt;Output from this command: &lt;/b&gt;&lt;/span&gt; &lt;/p&gt;  &lt;p style=&quot;margin-left: 0.49in; margin-bottom: 0in;&quot;&gt;&lt;span style=&quot;color: rgb(255, 0, 0);&quot;&gt;&lt;span style=&quot;font-family:Arial,sans-serif;&quot;&gt;&lt;span style=&quot;font-size:85%;&quot;&gt;&lt;i&gt;&lt;b&gt;hostd-12.log:[&lt;/b&gt;&lt;/i&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style=&quot;font-family:Arial,sans-serif;&quot;&gt;&lt;span style=&quot;font-size:85%;&quot;&gt;&lt;i&gt;2011-04-11 11:07:45.971 F5ADCB90 info &#39;vm:/vmfs/volumes/4cc0989b-5f6597b4-5fa3-001b2132c111/Johnny-test/Johnny-test.vmx&#39; &lt;/i&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style=&quot;color: rgb(255, 0, 0);&quot;&gt;&lt;span style=&quot;font-family:Arial,sans-serif;&quot;&gt;&lt;span style=&quot;font-size:85%;&quot;&gt;&lt;i&gt;&lt;b&gt;opID=D935FB67-0000006E-b8&lt;/b&gt;&lt;/i&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style=&quot;font-family:Arial,sans-serif;&quot;&gt;&lt;span style=&quot;font-size:85%;&quot;&gt;&lt;i&gt;] &lt;/i&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style=&quot;color: rgb(255, 0, 0);&quot;&gt;&lt;span style=&quot;font-family:Arial,sans-serif;&quot;&gt;&lt;span style=&quot;font-size:85%;&quot;&gt;&lt;i&gt;&lt;b&gt;Create called:&lt;/b&gt;&lt;/i&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style=&quot;font-family:Arial,sans-serif;&quot;&gt;&lt;span style=&quot;font-size:85%;&quot;&gt;&lt;i&gt; /vmfs/volumes/4cc0989b-5f6597b4-5fa3-001b2132c111/Johnny-test/Johnny-test.vmx&lt;/i&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt; &lt;p style=&quot;margin-left: 0.49in; margin-bottom: 0in;&quot;&gt;&lt;span style=&quot;font-family:Arial,sans-serif;&quot;&gt;&lt;span style=&quot;font-size:85%;&quot;&gt;&lt;i&gt;hostd.log:[2011-04-11 11:07:45.971 F5ADCB90 info &lt;/i&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style=&quot;color: rgb(255, 0, 0);&quot;&gt;&lt;span style=&quot;font-family:Arial,sans-serif;&quot;&gt;&lt;span style=&quot;font-size:85%;&quot;&gt;&lt;i&gt;&lt;b&gt;&#39;vm:/vmfs/volumes/4cc0989b-5f6597b4-5fa3-001b2132c111/Johnny-test/Johnny-test.vmx&#39;&lt;/b&gt;&lt;/i&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style=&quot;font-family:Arial,sans-serif;&quot;&gt;&lt;span style=&quot;font-size:85%;&quot;&gt;&lt;i&gt; opID=D935FB67-0000006E-b8] Create called: /vmfs/volumes/4cc0989b-5f6597b4-5fa3-001b2132c111/Johnny-test/Johnny-test.vmx&lt;/i&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt; &lt;p style=&quot;margin-left: 0.49in; margin-bottom: 0in;&quot;&gt;&lt;span style=&quot;font-family:Arial,sans-serif;&quot;&gt;&lt;b&gt;What we are looking for:&lt;/b&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p style=&quot;margin-left: 0.49in; margin-bottom: 0in;&quot;&gt;&lt;span style=&quot;font-family:Arial,sans-serif;&quot;&gt;Now we know the log file that content the VM creation is hostd-12.log, this is nice to know since we may have many hostd logs in this directory, narrowing down the log would make our life easier. &lt;/span&gt;&lt;span style=&quot;color: rgb(255, 0, 0);&quot;&gt;&lt;span style=&quot;font-family:Arial,sans-serif;&quot;&gt;&lt;span style=&quot;font-size:85%;&quot;&gt;&lt;i&gt;&lt;b&gt;opID=D935FB67-0000006E-b8. &lt;/b&gt;&lt;/i&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style=&quot;font-family:Arial,sans-serif;&quot;&gt;If you read my first document about VMotion, you may already know the opID is a support aid put by engineering in ESX 4.1. It’s extremely useful since the same ID is consistent across all logs (ESX and vCenter). We can see there is a “create called” so we know hostd received a create VM call from vCenter via VIClient. It will also list the path of the VM. (If you wonder why a VM did not show up at the location it suppose to be, this will tell you, if this is instructed to do so or the VM was moved later after the creation) Please keep in mind this opID is the same on the ESX server, but only content the first part for vCenter logs (vpxd-*.log)&lt;/span&gt;&lt;/p&gt; &lt;p style=&quot;margin-left: 0.49in; margin-bottom: 0in;&quot;&gt;&lt;span style=&quot;color: rgb(255, 0, 0);&quot;&gt;&lt;span style=&quot;font-family:Arial,sans-serif;&quot;&gt;&lt;span style=&quot;font-size:85%;&quot;&gt;&lt;i&gt;&lt;b&gt;opID=D935FB67-0000006E&lt;/b&gt;&lt;/i&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p style=&quot;margin-left: 0.49in; margin-bottom: 0in;&quot;&gt;&lt;span style=&quot;font-family:Arial,sans-serif;&quot;&gt;&lt;b&gt;More from logs:&lt;/b&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p style=&quot;margin-left: 0.49in; margin-bottom: 0in;&quot;&gt;&lt;span style=&quot;font-family:Arial,sans-serif;&quot;&gt;Let’s work our way down:  vCenter (vpxd-*log) &lt;/span&gt;--&amp;gt;&lt;span style=&quot;font-family:Arial,sans-serif;&quot;&gt; vpxa (/var/log/vmware/vpx/vpxa*.log on ESX) &lt;/span&gt;--&amp;gt;&lt;span style=&quot;font-family:Arial,sans-serif;&quot;&gt; hostd (/var/log/vmware/hostd*.log)&lt;/span&gt;&lt;/p&gt;  &lt;p style=&quot;margin-left: 0.51in; margin-bottom: 0in;&quot;&gt;&lt;span style=&quot;color: rgb(0, 0, 0);&quot;&gt;&lt;span style=&quot;font-family:Arial,sans-serif;&quot;&gt;&lt;b&gt;vCenter log: &lt;/b&gt;&lt;/span&gt;&lt;/span&gt; &lt;/p&gt;  &lt;p style=&quot;margin-left: 0.51in; margin-bottom: 0in;&quot;&gt;&lt;span style=&quot;color: rgb(0, 0, 0);&quot;&gt;&lt;span style=&quot;font-family:Arial,sans-serif;&quot;&gt;The logs are located in %ALLUSERSPROFILE%\Application Data\VMware\VMware VirtualCenter\Logs, which translates to C:\Documents and Settings\All Users\Application Data\VMware\VirtualCenter\logs in Windows 2003 and C:\ProgramData\VMware\VMware VirtualCenter\Logs in Windows 2008.&lt;/span&gt;&lt;/span&gt;&lt;/p&gt; &lt;p style=&quot;margin-left: 0.51in; margin-bottom: 0in;&quot;&gt;&lt;span style=&quot;color: rgb(0, 0, 0);&quot;&gt;“&lt;span style=&quot;font-family:Arial,sans-serif;&quot;&gt;&lt;b&gt;grep -i D935FB67-0000006E vpxd-[1-9]*.log | less”&lt;/b&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p style=&quot;margin-left: 0.51in; margin-bottom: 0in;&quot;&gt;&lt;span style=&quot;color: rgb(0, 0, 0);&quot;&gt;&lt;span style=&quot;font-family:Arial,sans-serif;&quot;&gt;Remember we need to use the only the first part of the opID, we are looking for information from vpxd-*logs. Since vpxd-profile*.log are also in the same directory, we look for any files after “vpxd-“ start with a number. Because vpxd-profile*.logs are huge, it can take a long time for grep to finish. &lt;/span&gt;&lt;/span&gt; &lt;/p&gt;  &lt;p style=&quot;margin-left: 0.51in; margin-bottom: 0in;&quot;&gt;&lt;span style=&quot;color: rgb(0, 0, 0);&quot;&gt;&lt;span style=&quot;font-family:Arial,sans-serif;&quot;&gt;&lt;b&gt;Output of the logs:&lt;/b&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p style=&quot;margin-left: 0.51in; margin-bottom: 0in;&quot;&gt;&lt;span style=&quot;color: rgb(0, 0, 0);&quot;&gt;&lt;span style=&quot;font-family:Arial,sans-serif;&quot;&gt;&lt;span style=&quot;font-size:85%;&quot;&gt;&lt;i&gt;vpxd-106.log:[2011-04-11 11:10:32.478 06260 info &#39;App&#39; &lt;/i&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style=&quot;color: rgb(255, 0, 0);&quot;&gt;&lt;span style=&quot;font-family:Arial,sans-serif;&quot;&gt;&lt;span style=&quot;font-size:85%;&quot;&gt;&lt;i&gt;&lt;b&gt;opID=D935FB67-0000006E] [VpxLRO] -- BEGIN task-1619 -- group-v22 -- vim.Folder.createVm -- 0B4CA1AE-6FF5-4CAD-8912-FD3150C93CD8(657B630E-620A-47AB-AD72-7D949C5F7F25)&lt;/b&gt;&lt;/i&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt; &lt;p style=&quot;margin-left: 0.51in; margin-bottom: 0in;&quot;&gt;&lt;span style=&quot;color: rgb(0, 0, 0);&quot;&gt;&lt;span style=&quot;font-family:Arial,sans-serif;&quot;&gt;&lt;span style=&quot;font-size:85%;&quot;&gt;&lt;i&gt;vpxd-106.log:[2011-04-11 11:10:32.899 06260 warning &#39;App&#39; opID=D935FB67-0000006E] [JrnlFilePersistenceProvider] Got EOF while reading file&lt;/i&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt; &lt;p style=&quot;margin-left: 0.51in; margin-bottom: 0in;&quot;&gt;&lt;span style=&quot;color: rgb(0, 0, 0);&quot;&gt;&lt;span style=&quot;font-family:Arial,sans-serif;&quot;&gt;&lt;span style=&quot;font-size:85%;&quot;&gt;&lt;i&gt;vpxd-106.log:[2011-04-11 11:10:32.948 06260 info &#39;App&#39; opID=D935FB67-0000006E] [VpxdVmprovXaction] Starting journal rollback&lt;/i&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt; &lt;p style=&quot;margin-left: 0.51in; margin-bottom: 0in;&quot;&gt;&lt;span style=&quot;color: rgb(0, 0, 0);&quot;&gt;&lt;span style=&quot;font-family:Arial,sans-serif;&quot;&gt;&lt;span style=&quot;font-size:85%;&quot;&gt;&lt;i&gt;vpxd-106.log:[2011-04-11 11:10:32.948 06260 info &#39;App&#39; opID=D935FB67-0000006E] [VpxdVmprovXaction] Vm provision transaction rollback done&lt;/i&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt; &lt;p style=&quot;margin-left: 0.51in; margin-bottom: 0in;&quot;&gt;&lt;span style=&quot;color: rgb(0, 0, 0);&quot;&gt;&lt;span style=&quot;font-family:Arial,sans-serif;&quot;&gt;&lt;span style=&quot;font-size:85%;&quot;&gt;&lt;i&gt;vpxd-106.log:[2011-04-11 11:10:33.083 &lt;/i&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style=&quot;color: rgb(255, 0, 0);&quot;&gt;&lt;span style=&quot;font-family:Arial,sans-serif;&quot;&gt;&lt;span style=&quot;font-size:85%;&quot;&gt;&lt;i&gt;&lt;b&gt;06260 error &#39;App&#39; opID=D935FB67-0000006E] [VpxdInvtId::VpxdInvtIdGetVpxApplicationId] The application vcid size cannot be &amp;lt;= 0 or &amp;gt; 64&lt;/b&gt;&lt;/i&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style=&quot;color: rgb(0, 0, 0);&quot;&gt;&lt;span style=&quot;font-family:Arial,sans-serif;&quot;&gt;&lt;span style=&quot;font-size:85%;&quot;&gt;&lt;i&gt; &lt;/i&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt; &lt;/p&gt; &lt;p style=&quot;margin-left: 0.51in; margin-bottom: 0in;&quot;&gt;&lt;span style=&quot;color: rgb(0, 0, 0);&quot;&gt;&lt;span style=&quot;font-family:Arial,sans-serif;&quot;&gt;&lt;span style=&quot;font-size:85%;&quot;&gt;&lt;i&gt;vpxd-106.log:[2011-04-11 11:10:37.629 06260 info &#39;App&#39; opID=D935FB67-0000006E] [VpxLRO] -- FINISH task-1619 -- group-v22 -- vim.Folder.createVm -- 0B4CA1AE-6FF5-4CAD-8912-FD3150C93CD8(657B630E-620A-47AB-AD72-7D949C5F7F25)&lt;/i&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt; &lt;p style=&quot;margin-left: 0.51in; margin-bottom: 0in;&quot;&gt;&lt;span style=&quot;color: rgb(0, 0, 0);&quot;&gt;&lt;span style=&quot;font-family:Arial,sans-serif;&quot;&gt;&lt;span style=&quot;font-size:85%;&quot;&gt;&lt;i&gt;vpxd-106.log: 06260 verbose &#39;PropertyProvider&#39; opID=D935FB67-0000006E] RecordOp ASSIGN: info.progress, task-1619&lt;/i&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt; &lt;p style=&quot;margin-left: 0.51in; margin-bottom: 0in;&quot;&gt;&lt;span style=&quot;color: rgb(0, 0, 0);&quot;&gt;&lt;span style=&quot;font-family:Arial,sans-serif;&quot;&gt;&lt;span style=&quot;font-size:85%;&quot;&gt;&lt;i&gt;vpxd-106.log:[2011-04-11 11:10:34.988 06260 verbose &#39;App&#39; opID=D935FB67-0000006E] [TaskInfoListener] Waiting on channel task-45062&lt;/i&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt; &lt;p style=&quot;margin-left: 0.51in; margin-bottom: 0in;&quot;&gt;&lt;span style=&quot;color: rgb(0, 0, 0);&quot;&gt;&lt;span style=&quot;font-family:Arial,sans-serif;&quot;&gt;&lt;span style=&quot;font-size:85%;&quot;&gt;&lt;i&gt;vpxd-106.log:[2011-04-11 11:10:34.988 06260 verbose &#39;App&#39; opID=D935FB67-0000006E] [TaskInfoChannel::GetTaskInfoAsync] task: task-45062 setup for async notification&lt;/i&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt; &lt;p style=&quot;margin-left: 0.51in; margin-bottom: 0in;&quot;&gt;&lt;span style=&quot;color: rgb(0, 0, 0);&quot;&gt;&lt;span style=&quot;font-family:Arial,sans-serif;&quot;&gt;&lt;span style=&quot;font-size:85%;&quot;&gt;&lt;i&gt;vpxd-106.log:[2011-04-11 11:10:34.988 06260 verbose &#39;App&#39; opID=D935FB67-0000006E] [TaskInfoChannel::GetTaskInfo] Ready to block - task: task-45062&lt;/i&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt; &lt;p style=&quot;margin-left: 0.51in; margin-bottom: 0in;&quot;&gt;&lt;span style=&quot;color: rgb(0, 0, 0);&quot;&gt;&lt;span style=&quot;font-family:Arial,sans-serif;&quot;&gt;&lt;span style=&quot;font-size:85%;&quot;&gt;&lt;i&gt;vpxd-106.log:[2011-04-11 11:10:35.158 06260 verbose &#39;App&#39; opID=D935FB67-0000006E] [VpxdVmprovUtil] CreateVm on host returned sanfs://vmfs_uuid:4cc0989b-5f6597b4-5fa3-001b2132c111/Johnny-test/Johnny-test.vmx&lt;/i&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt; &lt;p style=&quot;margin-left: 0.51in; margin-bottom: 0in;&quot;&gt;&lt;span style=&quot;color: rgb(0, 0, 0);&quot;&gt;&lt;span style=&quot;font-family:Arial,sans-serif;&quot;&gt;&lt;span style=&quot;font-size:85%;&quot;&gt;&lt;i&gt;vpxd-106.log:[2011-04-11 11:10:35.158 06260 verbose &#39;App&#39; opID=D935FB67-0000006E] [TaskInfoListener::~TaskInfoListener] Connection number = 6277&lt;/i&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt; &lt;p style=&quot;margin-left: 0.51in; margin-bottom: 0in;&quot;&gt;&lt;span style=&quot;color: rgb(0, 0, 0);&quot;&gt;&lt;span style=&quot;font-family:Arial,sans-serif;&quot;&gt;&lt;span style=&quot;font-size:85%;&quot;&gt;&lt;i&gt;vpxd-106.log:[2011-04-11 11:10:36.164 06260 verbose &#39;App&#39; opID=D935FB67-0000006E] &lt;/i&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style=&quot;font-family:Arial,sans-serif;&quot;&gt;&lt;span style=&quot;font-size:85%;&quot;&gt;&lt;i&gt;[VpxdInvtHost::WaitForSync] moHost = bs-bcs-h137.bsl.vmware.com [vim.HostSystem:host-261],  masterGenNo = 17765, syncGenNo = 17780&lt;/i&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt; &lt;p style=&quot;margin-left: 0.51in; margin-bottom: 0in;&quot;&gt;&lt;span style=&quot;color: rgb(0, 0, 0);&quot;&gt;&lt;span style=&quot;font-family:Arial,sans-serif;&quot;&gt;&lt;span style=&quot;font-size:85%;&quot;&gt;&lt;i&gt;vpxd-106.log:[2011-04-11 11:10:36.164 06260 verbose &#39;App&#39; opID=D935FB67-0000006E] [VpxdInvtHost] Queuing sync LRO for host: bs-bcs-h137.bsl.vmware.com&lt;/i&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt; &lt;p style=&quot;margin-left: 0.51in; margin-bottom: 0in;&quot;&gt;&lt;span style=&quot;color: rgb(0, 0, 0);&quot;&gt;&lt;span style=&quot;font-family:Arial,sans-serif;&quot;&gt;&lt;span style=&quot;font-size:85%;&quot;&gt;&lt;i&gt;vpxd-106.log:[2011-04-11 11:10:37.600 06260 verbose &#39;App&#39; opID=D935FB67-0000006E] [VpxdMoHost::RequestResPoolUpdate] Incremented ResPoolSpecGenNo to 682&lt;/i&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt; &lt;p style=&quot;margin-left: 0.51in; margin-bottom: 0in;&quot;&gt;&lt;span style=&quot;color: rgb(0, 0, 0);&quot;&gt;&lt;span style=&quot;font-family:Arial,sans-serif;&quot;&gt;&lt;span style=&quot;font-size:85%;&quot;&gt;&lt;i&gt;vpxd-106.log:[2011-04-11 11:10:37.617 06260 verbose &#39;App&#39; opID=D935FB67-0000006E] [JrnlFilePersistenceProvider::DeleteJournal] Deleting C:\ProgramData\VMware\VMware VirtualCenter\journal\1302534632.2.&lt;/i&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt; &lt;p style=&quot;margin-left: 0.51in; margin-bottom: 0in;&quot;&gt;&lt;span style=&quot;color: rgb(0, 0, 0);&quot;&gt;&lt;span style=&quot;font-family:Arial,sans-serif;&quot;&gt;&lt;span style=&quot;font-size:85%;&quot;&gt;&lt;i&gt;vpxd-106.log:[2011-04-11 11:10:37.628 06260 verbose &#39;PropertyProvider&#39; opID=D935FB67-0000006E] RecordOp ASSIGN: disabledMethod, &lt;/i&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style=&quot;font-family:Arial,sans-serif;&quot;&gt;&lt;span style=&quot;font-size:85%;&quot;&gt;&lt;i&gt;vm-381&lt;/i&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt; &lt;p style=&quot;margin-left: 0.51in; margin-bottom: 0in;&quot;&gt;&lt;span style=&quot;color: rgb(0, 0, 0);&quot;&gt;&lt;span style=&quot;font-family:Arial,sans-serif;&quot;&gt;&lt;span style=&quot;font-size:85%;&quot;&gt;&lt;i&gt;vpxd-106.log:[2011-04-11 11:10:37.629 06260 verbose &#39;PropertyProvider&#39; opID=D935FB67-0000006E] RecordOp ASSIGN: info.state, task-1619&lt;/i&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt; &lt;p style=&quot;margin-left: 0.51in; margin-bottom: 0in;&quot;&gt;&lt;span style=&quot;color: rgb(0, 0, 0);&quot;&gt;&lt;span style=&quot;font-family:Arial,sans-serif;&quot;&gt;&lt;span style=&quot;font-size:85%;&quot;&gt;&lt;i&gt;vpxd-106.log:[2011-04-11 11:10:37.629 06260 verbose &#39;PropertyProvider&#39; opID=D935FB67-0000006E] RecordOp ASSIGN: info.cancelable, task-1619&lt;/i&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt; &lt;p style=&quot;margin-left: 0.51in; margin-bottom: 0in;&quot;&gt;&lt;span style=&quot;color: rgb(0, 0, 0);&quot;&gt;&lt;span style=&quot;font-family:Arial,sans-serif;&quot;&gt;&lt;span style=&quot;font-size:85%;&quot;&gt;&lt;i&gt;vpxd-106.log:[2011-04-11 11:10:37.629 06260 verbose &#39;PropertyProvider&#39; opID=D935FB67-0000006E] RecordOp ASSIGN: info.result, task-1619&lt;/i&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt; &lt;p style=&quot;margin-left: 0.51in; margin-bottom: 0in;&quot;&gt;&lt;span style=&quot;color: rgb(0, 0, 0);&quot;&gt;&lt;span style=&quot;font-family:Arial,sans-serif;&quot;&gt;&lt;span style=&quot;font-size:85%;&quot;&gt;&lt;i&gt;vpxd-106.log:[2011-04-11 11:10:37.629 06260 info &#39;App&#39; opID=D935FB67-0000006E] [VpxLRO] -- &lt;/i&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style=&quot;color: rgb(255, 0, 0);&quot;&gt;&lt;span style=&quot;font-family:Arial,sans-serif;&quot;&gt;&lt;span style=&quot;font-size:85%;&quot;&gt;&lt;i&gt;&lt;b&gt;FINISH task-1619 -- group-v22 -- vim.Folder.createVm -- 0B4CA1AE-6FF5-4CAD-8912-FD3150C93CD8(657B630E-620A-47AB-AD72-7D949C5F7F25)&lt;/b&gt;&lt;/i&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt; &lt;p style=&quot;margin-left: 0.51in; margin-bottom: 0in;&quot;&gt;&lt;span style=&quot;color: rgb(0, 0, 0);&quot;&gt;&lt;span style=&quot;font-family:Arial,sans-serif;&quot;&gt;&lt;span style=&quot;font-size:85%;&quot;&gt;&lt;i&gt;vpxd-106.log:[2011-04-11 11:10:38.600 02796 verbose &#39;PropertyProvider&#39; opID=D935FB67-0000006E] RecordOp ASSIGN: disabledMethod, vm-381&lt;/i&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p style=&quot;margin-left: 0.51in; margin-bottom: 0in;&quot;&gt; &lt;span style=&quot;font-family:Arial,sans-serif;&quot;&gt;&lt;b&gt;opID=D935FB67-0000006E] [VpxLRO] -- BEGIN task-1619 -- group-v22 -- vim.Folder.createVm -- 0B4CA1AE-6FF5-4CAD-8912-FD3150C93CD8(657B630E-620A-47AB-AD72-7D949C5F7F25)&lt;/b&gt;&lt;/span&gt;&lt;/p&gt; &lt;p style=&quot;margin-left: 0.51in; margin-bottom: 0in;&quot;&gt;&lt;span style=&quot;font-family:Arial,sans-serif;&quot;&gt;Every task will have a task ID which will be send to vCenter DB. All tasks have a “BEGIN” and a “FINISH”. In this case, we have a task number 1619, the first UUID is instance UUID, and the one in the brackets is the VM UUID. &lt;/span&gt; &lt;/p&gt;  &lt;p style=&quot;margin-left: 0.51in; margin-bottom: 0in;&quot;&gt;&lt;span style=&quot;font-family:Arial,sans-serif;&quot;&gt;&lt;b&gt;error &#39;App&#39; opID=D935FB67-0000006E] [VpxdInvtId::VpxdInvtIdGetVpxApplicationId] The application vcid size cannot be &amp;lt;= 0 or &amp;gt; 64&lt;/b&gt;&lt;/span&gt;&lt;/p&gt; &lt;p style=&quot;margin-left: 0.51in; margin-bottom: 0in;&quot;&gt;&lt;span style=&quot;font-family:Arial,sans-serif;&quot;&gt;Here, this is not an error. vCenter did a pre-check and sure enough find the VCID to be 0 (since the ID never existed before). You can ignore this message in most cases.&lt;/span&gt;&lt;/p&gt;  &lt;p style=&quot;margin-left: 0.51in; margin-bottom: 0in;&quot;&gt;&lt;span style=&quot;font-family:Arial,sans-serif;&quot;&gt;&lt;b&gt;FINISH task-1619 -- group-v22 -- vim.Folder.createVm -- 0B4CA1AE-6FF5-4CAD-8912-FD3150C93CD8(657B630E-620A-47AB-AD72-7D949C5F7F25)&lt;/b&gt;&lt;/span&gt;&lt;/p&gt; &lt;p style=&quot;margin-left: 0.51in; margin-bottom: 0in;&quot;&gt;&lt;span style=&quot;font-family:Arial,sans-serif;&quot;&gt;Task 1619 finished&lt;/span&gt;&lt;/p&gt;  &lt;p style=&quot;margin-left: 0.51in; margin-bottom: 0in;&quot;&gt;&lt;span style=&quot;font-family:Arial,sans-serif;&quot;&gt;&lt;b&gt;Vpxa logs:&lt;/b&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p style=&quot;margin-left: 0.51in; margin-bottom: 0in;&quot;&gt;“&lt;span style=&quot;font-family:Arial,sans-serif;&quot;&gt;&lt;b&gt;grep -i D935FB67-0000006E-b8 /var/log/vmware/vpx/vpxa* | less”&lt;/b&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p style=&quot;margin-left: 0.51in; margin-bottom: 0in;&quot;&gt;&lt;span style=&quot;font-family:Arial,sans-serif;&quot;&gt;I will only put part of the logs output here:&lt;/span&gt;&lt;/p&gt;  &lt;p style=&quot;margin-left: 0.51in; margin-bottom: 0in;&quot;&gt;&lt;span style=&quot;font-family:Arial,sans-serif;&quot;&gt;&lt;span style=&quot;font-size:85%;&quot;&gt;&lt;i&gt;vpxa-205.log:[2011-04-11 11:07:44.854 F701CB90 verbose &#39;PropertyProvider&#39; opID=D935FB67-0000006E-b8] &lt;/i&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style=&quot;color: rgb(255, 0, 0);&quot;&gt;&lt;span style=&quot;font-family:Arial,sans-serif;&quot;&gt;&lt;span style=&quot;font-size:85%;&quot;&gt;&lt;i&gt;&lt;b&gt;RecordOp ASSIGN: info.state, task-45062&lt;/b&gt;&lt;/i&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt; &lt;p style=&quot;margin-left: 0.51in; margin-bottom: 0in;&quot;&gt;&lt;span style=&quot;font-family:Arial,sans-serif;&quot;&gt;&lt;span style=&quot;font-size:85%;&quot;&gt;&lt;i&gt;vpxa-205.log:[2011-04-11 11:07:44.854 F701CB90 verbose &#39;PropertyProvider&#39; opID=D935FB67-0000006E-b8] RecordOp ASSIGN: info.cancelable, task-45062&lt;/i&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt; &lt;p style=&quot;margin-left: 0.51in; margin-bottom: 0in;&quot;&gt;&lt;span style=&quot;font-family:Arial,sans-serif;&quot;&gt;&lt;span style=&quot;font-size:85%;&quot;&gt;&lt;i&gt;vpxa-205.log:[2011-04-11 11:07:44.854 F701CB90 info &#39;App&#39; opID=D935FB67-0000006E-b8] [VpxLRO] -- &lt;/i&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style=&quot;color: rgb(255, 0, 0);&quot;&gt;&lt;span style=&quot;font-family:Arial,sans-serif;&quot;&gt;&lt;span style=&quot;font-size:85%;&quot;&gt;&lt;i&gt;&lt;b&gt;BEGIN task-45062&lt;/b&gt;&lt;/i&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style=&quot;font-family:Arial,sans-serif;&quot;&gt;&lt;span style=&quot;font-size:85%;&quot;&gt;&lt;i&gt; --  -- vpxapi.VpxaService.createVm -- &lt;/i&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style=&quot;color: rgb(255, 0, 0);&quot;&gt;&lt;span style=&quot;font-family:Arial,sans-serif;&quot;&gt;&lt;span style=&quot;font-size:85%;&quot;&gt;&lt;i&gt;&lt;b&gt;5239f0b1-2f5c-8f6a-a2c4-aa1114ef6178&lt;/b&gt;&lt;/i&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt; &lt;p style=&quot;margin-left: 0.51in; margin-bottom: 0in;&quot;&gt;&lt;span style=&quot;font-family:Arial,sans-serif;&quot;&gt;&lt;span style=&quot;font-size:85%;&quot;&gt;&lt;i&gt;vpxa-205.log:[2011-04-11 11:07:44.854 F701CB90 verbose &#39;App&#39; opID=D935FB67-0000006E-b8] [VpxaDatastoreContext] Resolved URL sanfs://vmfs_uuid:4cc0989b-5f6597b4-5fa3-001b2132c111/Johnny-test/Johnny-test.vmx to localPath /vmfs/volumes/4cc0989b-5f6597b4-5fa3-001b2132c111/Johnny-test/Johnny-test.vmx&lt;/i&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt; &lt;p style=&quot;margin-left: 0.51in; margin-bottom: 0in;&quot;&gt;&lt;span style=&quot;font-family:Arial,sans-serif;&quot;&gt;&lt;span style=&quot;font-size:85%;&quot;&gt;&lt;i&gt;:&lt;/i&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt; &lt;p style=&quot;margin-left: 0.51in; margin-bottom: 0in;&quot;&gt;&lt;span style=&quot;font-family:Arial,sans-serif;&quot;&gt;&lt;span style=&quot;font-size:85%;&quot;&gt;&lt;i&gt;:&lt;/i&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt; &lt;p style=&quot;margin-left: 0.51in; margin-bottom: 0in;&quot;&gt;&lt;span style=&quot;font-family:Arial,sans-serif;&quot;&gt;&lt;span style=&quot;font-size:85%;&quot;&gt;&lt;i&gt;pxa-205.log:[2011-04-11 11:07:46.813 F701CB90 verbose &#39;PropertyProvider&#39; opID=D935FB67-0000006E-b8] RecordOp ASSIGN: info, task-45062&lt;/i&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt; &lt;p style=&quot;margin-left: 0.51in; margin-bottom: 0in;&quot;&gt;&lt;span style=&quot;font-family:Arial,sans-serif;&quot;&gt;&lt;span style=&quot;font-size:85%;&quot;&gt;&lt;i&gt;vpxa-205.log:[2011-04-11 11:07:46.813 F701CB90 trivia &#39;PropertyCollector&#39; opID=D935FB67-0000006E-b8] TriggerProcessGUReqs: Session 5239f0b1-2f5c-8f6a-a2c4-aa1114ef6178&lt;/i&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt; &lt;p style=&quot;margin-left: 0.51in; margin-bottom: 0in;&quot;&gt;&lt;span style=&quot;font-family:Arial,sans-serif;&quot;&gt;&lt;span style=&quot;font-size:85%;&quot;&gt;&lt;i&gt;vpxa-205.log:[2011-04-11 11:07:46.813 F701CB90 info &#39;App&#39; opID=D935FB67-0000006E-b8] [VpxLRO] -- FINISH task-45062 --  -- vpxapi.VpxaService.createVm -- 5239f0b1-2f5c-8f6a-a2c4-aa1114ef6178&lt;/i&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p style=&quot;margin-left: 0.51in; margin-bottom: 0in;&quot;&gt;&lt;span style=&quot;font-family:Arial,sans-serif;&quot;&gt;When vCenter send the request, the ESX host itself has their own task ID, you can see in our case the task on the host was 45062, and the UUID of the session which was 5239f0b1-2f5c-8f6a-a2c4-aa1114ef6178&lt;/span&gt;&lt;/p&gt;  &lt;p style=&quot;margin-left: 0.51in; margin-bottom: 0in;&quot;&gt;&lt;span style=&quot;font-family:Arial,sans-serif;&quot;&gt;&lt;b&gt;Hostd logs:&lt;/b&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p style=&quot;margin-left: 0.51in; margin-bottom: 0in;&quot;&gt;“&lt;span style=&quot;font-family:Arial,sans-serif;&quot;&gt;&lt;b&gt;grep -i D935FB67-0000006E-b8 /var/log/vmware/hostd-* | less”&lt;/b&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p style=&quot;margin-left: 0.51in; margin-bottom: 0in;&quot;&gt;&lt;span style=&quot;font-family:Arial,sans-serif;&quot;&gt;Part of the logs’ output:&lt;/span&gt;&lt;/p&gt;  &lt;p style=&quot;margin-left: 0.51in; margin-bottom: 0in;&quot;&gt;&lt;span style=&quot;font-family:Arial,sans-serif;&quot;&gt;&lt;span style=&quot;font-size:85%;&quot;&gt;&lt;i&gt;hostd-12.log:[2011-04-11 11:07:45.960 F5ADCB90 info &#39;TaskManager&#39; opID=D935FB67-0000006E-b8] Task Created : haTask-ha-folder-vm-vim.Folder.createVm-179078&lt;/i&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt; &lt;p style=&quot;margin-left: 0.51in; margin-bottom: 0in;&quot;&gt;&lt;span style=&quot;font-family:Arial,sans-serif;&quot;&gt;&lt;span style=&quot;font-size:85%;&quot;&gt;&lt;i&gt;hostd-12.log:[2011-04-11 11:07:45.970 F5ADCB90 verbose &#39;vm:/vmfs/volumes/4cc0989b-5f6597b4-5fa3-001b2132c111/Johnny-test/Johnny-test.vmx&#39; opID=D935FB67-0000006E-b8] Enabling disk uuid for &lt;/i&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style=&quot;color: rgb(255, 0, 0);&quot;&gt;&lt;span style=&quot;font-family:Arial,sans-serif;&quot;&gt;&lt;span style=&quot;font-size:85%;&quot;&gt;&lt;i&gt;&lt;b&gt;Windows 2008 VM&lt;/b&gt;&lt;/i&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt; &lt;p style=&quot;margin-left: 0.51in; margin-bottom: 0in;&quot;&gt;&lt;span style=&quot;font-family:Arial,sans-serif;&quot;&gt;&lt;span style=&quot;font-size:85%;&quot;&gt;&lt;i&gt;:&lt;/i&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt; &lt;p style=&quot;margin-left: 0.51in; margin-bottom: 0in;&quot;&gt;&lt;span style=&quot;font-family:Arial,sans-serif;&quot;&gt;&lt;span style=&quot;font-size:85%;&quot;&gt;&lt;i&gt;:&lt;/i&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt; &lt;p style=&quot;margin-left: 0.51in; margin-bottom: 0in;&quot;&gt;&lt;span style=&quot;font-family:Arial,sans-serif;&quot;&gt;&lt;span style=&quot;font-size:85%;&quot;&gt;&lt;i&gt;hostd-12.log:[2011-04-11 11:07:46.340 F558AB90 info &#39;DiskLib&#39; opID=D935FB67-0000006E-b8] DISKLIB-LIB   : CREATE: &quot;/vmfs/volumes/4cc0989b-5f6597b4-5fa3-001b2132c111/Johnny-test/Johnny-test.vmdk&quot; -- &lt;/i&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style=&quot;color: rgb(255, 0, 0);&quot;&gt;&lt;span style=&quot;font-family:Arial,sans-serif;&quot;&gt;&lt;span style=&quot;font-size:85%;&quot;&gt;&lt;i&gt;&lt;b&gt;vmfs capacity=4194304 (2 GB)&lt;/b&gt;&lt;/i&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style=&quot;font-family:Arial,sans-serif;&quot;&gt;&lt;span style=&quot;font-size:85%;&quot;&gt;&lt;i&gt; &lt;/i&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style=&quot;color: rgb(255, 0, 0);&quot;&gt;&lt;span style=&quot;font-family:Arial,sans-serif;&quot;&gt;&lt;span style=&quot;font-size:85%;&quot;&gt;&lt;i&gt;&lt;b&gt;adapter=lsilogic&lt;/b&gt;&lt;/i&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style=&quot;font-family:Arial,sans-serif;&quot;&gt;&lt;span style=&quot;font-size:85%;&quot;&gt;&lt;i&gt; cowGran=0&lt;/i&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt; &lt;p style=&quot;margin-left: 0.51in; margin-bottom: 0in;&quot;&gt;&lt;span style=&quot;font-family:Arial,sans-serif;&quot;&gt;&lt;span style=&quot;font-size:85%;&quot;&gt;&lt;i&gt;hostd-12.log:[2011-04-11 11:07:46.410 F558AB90 info &#39;DiskLib&#39; opID=D935FB67-0000006E-b8] &lt;/i&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style=&quot;color: rgb(255, 0, 0);&quot;&gt;&lt;span style=&quot;font-family:Arial,sans-serif;&quot;&gt;&lt;span style=&quot;font-size:85%;&quot;&gt;&lt;i&gt;&lt;b&gt;DISKLIB-DSCPTR: &quot;/vmfs/volumes/4cc0989b-5f6597b4-5fa3-001b2132c111/Johnny-test/Johnny-test.vmdk&quot; : creation successful.&lt;/b&gt;&lt;/i&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt; &lt;p style=&quot;margin-left: 0.51in; margin-bottom: 0in;&quot;&gt;&lt;span style=&quot;font-family:Arial,sans-serif;&quot;&gt;&lt;span style=&quot;font-size:85%;&quot;&gt;&lt;i&gt;:&lt;/i&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt; &lt;p style=&quot;margin-left: 0.51in; margin-bottom: 0in;&quot;&gt;&lt;span style=&quot;font-family:Arial,sans-serif;&quot;&gt;&lt;span style=&quot;font-size:85%;&quot;&gt;&lt;i&gt;:&lt;/i&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt; &lt;p style=&quot;margin-left: 0.51in; margin-bottom: 0in;&quot;&gt;&lt;span style=&quot;font-family:Arial,sans-serif;&quot;&gt;&lt;span style=&quot;font-size:85%;&quot;&gt;&lt;i&gt;hostd-12.log:[2011-04-11 11:07:46.435 F558AB90 verbose &#39;VmDiskMgr&#39; opID=D935FB67-0000006E-b8] Disk created successfully.&lt;/i&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt; &lt;p style=&quot;margin-left: 0.51in; margin-bottom: 0in;&quot;&gt;&lt;span style=&quot;font-family:Arial,sans-serif;&quot;&gt;&lt;span style=&quot;font-size:85%;&quot;&gt;&lt;i&gt;:&lt;/i&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt; &lt;p style=&quot;margin-left: 0.51in; margin-bottom: 0in;&quot;&gt;&lt;span style=&quot;font-family:Arial,sans-serif;&quot;&gt;&lt;span style=&quot;font-size:85%;&quot;&gt;&lt;i&gt;:&lt;/i&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt; &lt;p style=&quot;margin-left: 0.51in; margin-bottom: 0in;&quot;&gt;&lt;span style=&quot;font-family:Arial,sans-serif;&quot;&gt;&lt;span style=&quot;font-size:85%;&quot;&gt;&lt;i&gt;hostd-12.log:[2011-04-11 11:07:46.445 F558AB90 info &#39;ha-eventmgr&#39; opID=D935FB67-0000006E-b8] Event 60 : Assign a new instance UUID (5021b940-e1a5-bb6c-18ef-5b653290d94d) to &lt;/i&gt;&lt;/span&gt;&lt;/span&gt; &lt;/p&gt; &lt;p style=&quot;margin-left: 0.51in; margin-bottom: 0in;&quot;&gt;&lt;span style=&quot;font-family:Arial,sans-serif;&quot;&gt;&lt;span style=&quot;font-size:85%;&quot;&gt;&lt;i&gt;hostd-12.log:[2011-04-11 11:07:46.445 F558AB90 info &#39;HostsvcPlugin&#39; opID=D935FB67-0000006E-b8] Lookupvm: World ID not set for VM 112&lt;/i&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt; &lt;p style=&quot;margin-left: 0.51in; margin-bottom: 0in;&quot;&gt;&lt;span style=&quot;font-family:Arial,sans-serif;&quot;&gt;&lt;span style=&quot;font-size:85%;&quot;&gt;&lt;i&gt;:&lt;/i&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt; &lt;p style=&quot;margin-left: 0.51in; margin-bottom: 0in;&quot;&gt;&lt;span style=&quot;font-family:Arial,sans-serif;&quot;&gt;&lt;span style=&quot;font-size:85%;&quot;&gt;&lt;i&gt;:&lt;/i&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt; &lt;p style=&quot;margin-left: 0.51in; margin-bottom: 0in;&quot;&gt;&lt;span style=&quot;font-family:Arial,sans-serif;&quot;&gt;&lt;span style=&quot;font-size:85%;&quot;&gt;&lt;i&gt;hostd-12.log:[2011-04-11 11:07:46.778 F558AB90 info &#39;vm:/vmfs/volumes/4cc0989b-5f6597b4-5fa3-001b2132c111/Johnny-test/Johnny-test.vmx&#39; opID=D935FB67-0000006E-b8] &lt;/i&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style=&quot;color: rgb(255, 0, 0);&quot;&gt;&lt;span style=&quot;font-family:Arial,sans-serif;&quot;&gt;&lt;span style=&quot;font-size:85%;&quot;&gt;&lt;i&gt;&lt;b&gt;State Transition (VM_STATE_INITIALIZING -&amp;gt; VM_STATE_OFF)&lt;/b&gt;&lt;/i&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt; &lt;p style=&quot;margin-left: 0.51in; margin-bottom: 0in;&quot;&gt;&lt;span style=&quot;font-family:Arial,sans-serif;&quot;&gt;&lt;span style=&quot;font-size:85%;&quot;&gt;&lt;i&gt;:&lt;/i&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt; &lt;p style=&quot;margin-left: 0.51in; margin-bottom: 0in;&quot;&gt;&lt;span style=&quot;font-family:Arial,sans-serif;&quot;&gt;&lt;span style=&quot;font-size:85%;&quot;&gt;&lt;i&gt;:&lt;/i&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt; &lt;p style=&quot;margin-left: 0.51in; margin-bottom: 0in;&quot;&gt;&lt;span style=&quot;font-family:Arial,sans-serif;&quot;&gt;&lt;span style=&quot;font-size:85%;&quot;&gt;&lt;i&gt;hostd-12.log:[2011-04-11 11:07:46.778 F558AB90 info &#39;vm:/vmfs/volumes/4cc0989b-5f6597b4-5fa3-001b2132c111/Johnny-test/Johnny-test.vmx&#39; opID=D935FB67-0000006E-b8] Initialized virtual machine.&lt;/i&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt; &lt;p style=&quot;margin-left: 0.51in; margin-bottom: 0in;&quot;&gt;&lt;span style=&quot;font-family:Arial,sans-serif;&quot;&gt;&lt;span style=&quot;font-size:85%;&quot;&gt;&lt;i&gt;hostd-12.log:[2011-04-11 11:07:46.779 F558AB90 verbose &#39;vm:/vmfs/volumes/4cc0989b-5f6597b4-5fa3-001b2132c111/Johnny-test/Johnny-test.vmx&#39; opID=D935FB67-0000006E-b8] &lt;/i&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style=&quot;color: rgb(255, 0, 0);&quot;&gt;&lt;span style=&quot;font-family:Arial,sans-serif;&quot;&gt;&lt;span style=&quot;font-size:85%;&quot;&gt;&lt;i&gt;&lt;b&gt;Create DONE: /vmfs/volumes/4cc0989b-5f6597b4-5fa3-001b2132c111/Johnny-test/Johnny-test.vmx&lt;/b&gt;&lt;/i&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt; &lt;p style=&quot;margin-left: 0.51in; margin-bottom: 0in;&quot;&gt;&lt;span style=&quot;font-family:Arial,sans-serif;&quot;&gt;&lt;span style=&quot;font-size:85%;&quot;&gt;&lt;i&gt;hostd-12.log:[2011-04-11 11:07:46.786 F558AB90 info &#39;TaskManager&#39; opID=D935FB67-0000006E-b8] Task Completed : haTask-ha-folder-vm-vim.Folder.createVm-179078 Status success&lt;/i&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt; &lt;p style=&quot;margin-left: 0.51in; margin-bottom: 0in;&quot;&gt;&lt;span style=&quot;font-family:Arial,sans-serif;&quot;&gt;&lt;span style=&quot;font-size:85%;&quot;&gt;&lt;i&gt;hostd-12.log:[2011-04-11 11:07:46.786 F558AB90 info &#39;ha-eventmgr&#39; opID=D935FB67-0000006E-b8] Event 61 : Created virtual machine  on bs-bcs-h137.bsl.vmware.com in ha-datacenter&lt;/i&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt; &lt;p style=&quot;margin-left: 0.51in; margin-bottom: 0in;&quot;&gt;&lt;span style=&quot;font-family:Arial,sans-serif;&quot;&gt;&lt;span style=&quot;font-size:85%;&quot;&gt;&lt;i&gt;hostd-12.log:[2011-04-11 11:07:46.786 F558AB90 verbose &#39;vm:/vmfs/volumes/4cc0989b-5f6597b4-5fa3-001b2132c111/Johnny-test/Johnny-test.vmx&#39; opID=D935FB67-0000006E-b8] &lt;/i&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style=&quot;color: rgb(255, 0, 0);&quot;&gt;&lt;span style=&quot;font-family:Arial,sans-serif;&quot;&gt;&lt;span style=&quot;font-size:85%;&quot;&gt;&lt;i&gt;&lt;b&gt;Create worker thread completed successfully&lt;/b&gt;&lt;/i&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p style=&quot;margin-left: 0.51in; margin-bottom: 0in;&quot;&gt;&lt;span style=&quot;font-family:Arial,sans-serif;&quot;&gt;We can see some details from hostd logs. We know the VM was a “Windows 2008 VM” we know the VMDK size for this VM was 2GB, we know the virtual SCSI controller is “lsilogic”&lt;/span&gt;&lt;/p&gt; &lt;p style=&quot;margin-left: 0.51in; margin-bottom: 0in;&quot;&gt;&lt;span style=&quot;font-family:Arial,sans-serif;&quot;&gt;&lt;b&gt;State Transition (VM_STATE_INITIALIZING -&amp;gt; VM_STATE_OFF)&lt;/b&gt;&lt;/span&gt;&lt;/p&gt; &lt;p style=&quot;margin-left: 0.51in; margin-bottom: 0in;&quot;&gt;&lt;span style=&quot;font-family:Arial,sans-serif;&quot;&gt;This is the first time hostd have the record of the VM’s power state. And at the end, the “create worker” finished its job.&lt;/span&gt;&lt;/p&gt;  &lt;p style=&quot;margin-left: 0.51in; margin-bottom: 0in;&quot; align=&quot;CENTER&quot;&gt;&lt;span style=&quot;font-family:Arial,sans-serif;&quot;&gt;&lt;b&gt;VM modifications (Edit setting on VM)&lt;/b&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p style=&quot;margin-left: 0.51in; margin-bottom: 0in;&quot;&gt;&lt;span style=&quot;font-family:Arial,sans-serif;&quot;&gt;Three modifications done to the VM&lt;/span&gt;&lt;/p&gt; &lt;ol&gt;&lt;li&gt;&lt;p style=&quot;margin-bottom: 0in;&quot;&gt;&lt;span style=&quot;font-family:Arial,sans-serif;&quot;&gt;Changed  memory from size&lt;/span&gt;&lt;/p&gt;  &lt;/li&gt;&lt;li&gt;&lt;p style=&quot;margin-bottom: 0in;&quot;&gt;&lt;span style=&quot;font-family:Arial,sans-serif;&quot;&gt;Change  vCPU count&lt;/span&gt;&lt;/p&gt;  &lt;/li&gt;&lt;li&gt;&lt;p style=&quot;margin-bottom: 0in;&quot;&gt;&lt;span style=&quot;font-family:Arial,sans-serif;&quot;&gt;Add  a virtual NIC&lt;/span&gt;&lt;/p&gt; &lt;/li&gt;&lt;/ol&gt;  &lt;p style=&quot;margin-left: 0.51in; margin-bottom: 0in;&quot;&gt;&lt;span style=&quot;font-family:Arial,sans-serif;&quot;&gt;We also start by locating the opID&lt;/span&gt;&lt;/p&gt;  &lt;p style=&quot;margin-left: 0.51in; margin-bottom: 0in;&quot;&gt;“&lt;span style=&quot;font-family:Arial,sans-serif;&quot;&gt;&lt;b&gt;grep -i johnny-test /var/log/vmware/hostd-* | grep &quot;vim.vm.ConfigSpec&quot; | less”&lt;/b&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p style=&quot;margin-left: 0.51in; margin-bottom: 0in;&quot;&gt;&lt;span style=&quot;font-family:Arial,sans-serif;&quot;&gt;We are using the key word “vim.vm.ConfigSpec” to find any changes to the VM&lt;/span&gt;&lt;/p&gt;  &lt;p style=&quot;margin-left: 0.51in; margin-bottom: 0in;&quot;&gt;&lt;span style=&quot;font-family:Arial,sans-serif;&quot;&gt;Log output:&lt;/span&gt;&lt;/p&gt;  &lt;p style=&quot;margin-left: 0.51in; margin-bottom: 0in;&quot;&gt;&lt;span style=&quot;color: rgb(255, 0, 0);&quot;&gt;&lt;span style=&quot;font-family:Arial,sans-serif;&quot;&gt;&lt;span style=&quot;font-size:85%;&quot;&gt;&lt;i&gt;&lt;b&gt;hostd-12.log:[&lt;/b&gt;&lt;/i&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style=&quot;font-family:Arial,sans-serif;&quot;&gt;&lt;span style=&quot;font-size:85%;&quot;&gt;&lt;i&gt;2011-04-11 11:08:23.647 F579CB90 info &#39;vm:/vmfs/volumes/4cc0989b-5f6597b4-5fa3-001b2132c111/Johnny-test/Johnny-test.vmx&#39; &lt;/i&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style=&quot;color: rgb(255, 0, 0);&quot;&gt;&lt;span style=&quot;font-family:Arial,sans-serif;&quot;&gt;&lt;span style=&quot;font-size:85%;&quot;&gt;&lt;i&gt;&lt;b&gt;opID=D935FB67-0000008F-35&lt;/b&gt;&lt;/i&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style=&quot;font-family:Arial,sans-serif;&quot;&gt;&lt;span style=&quot;font-size:85%;&quot;&gt;&lt;i&gt;] Reconfigure: (vim.vm.ConfigSpec) {&lt;/i&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt; &lt;p style=&quot;margin-left: 0.51in; margin-bottom: 0in;&quot;&gt;&lt;span style=&quot;font-family:Arial,sans-serif;&quot;&gt;&lt;span style=&quot;font-size:85%;&quot;&gt;&lt;i&gt;hostd-12.log:[2011-04-11 11:08:45.954 F5508B90 info &#39;vm:/vmfs/volumes/4cc0989b-5f6597b4-5fa3-001b2132c111/Johnny-test/Johnny-test.vmx&#39; &lt;/i&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style=&quot;color: rgb(255, 0, 0);&quot;&gt;&lt;span style=&quot;font-family:Arial,sans-serif;&quot;&gt;&lt;span style=&quot;font-size:85%;&quot;&gt;&lt;i&gt;&lt;b&gt;opID=D935FB67-000000A2-e&lt;/b&gt;&lt;/i&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style=&quot;font-family:Arial,sans-serif;&quot;&gt;&lt;span style=&quot;font-size:85%;&quot;&gt;&lt;i&gt;] Reconfigure: (vim.vm.ConfigSpec) {&lt;/i&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt; &lt;p style=&quot;margin-left: 0.51in; margin-bottom: 0in;&quot;&gt;&lt;span style=&quot;font-family:Arial,sans-serif;&quot;&gt;&lt;span style=&quot;font-size:85%;&quot;&gt;&lt;i&gt;hostd-12.log:[2011-04-11 11:09:22.018 F6350900 info &#39;vm:/vmfs/volumes/4cc0989b-5f6597b4-5fa3-001b2132c111/Johnny-test/Johnny-test.vmx&#39; &lt;/i&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style=&quot;color: rgb(255, 0, 0);&quot;&gt;&lt;span style=&quot;font-family:Arial,sans-serif;&quot;&gt;&lt;span style=&quot;font-size:85%;&quot;&gt;&lt;i&gt;&lt;b&gt;opID=D935FB67-000000B9-32&lt;/b&gt;&lt;/i&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style=&quot;font-family:Arial,sans-serif;&quot;&gt;&lt;span style=&quot;font-size:85%;&quot;&gt;&lt;i&gt;] Reconfigure: (vim.vm.ConfigSpec) {&lt;/i&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p style=&quot;margin-left: 0.51in; margin-bottom: 0in;&quot;&gt;&lt;span style=&quot;font-family:Arial,sans-serif;&quot;&gt;Here are the 3 modifications that I performed on the VM, and we see 3 different opIDs&lt;/span&gt;&lt;/p&gt;  &lt;p style=&quot;margin-left: 0.51in; margin-bottom: 0in;&quot;&gt;&lt;span style=&quot;font-family:Arial,sans-serif;&quot;&gt;For the VM modification, the only useful log to us is hostd logs. From the first output, we know the log we need to look at is hostd-12.log. Let’s get to details&lt;/span&gt;&lt;/p&gt;  &lt;p style=&quot;margin-left: 0.51in; margin-bottom: 0in;&quot;&gt;“&lt;span style=&quot;font-family:Arial,sans-serif;&quot;&gt;&lt;b&gt;less -RS hostd-12.log”&lt;/b&gt;&lt;/span&gt;&lt;span style=&quot;font-family:Arial,sans-serif;&quot;&gt; now search for the opID &lt;/span&gt;&lt;span style=&quot;font-family:Arial,sans-serif;&quot;&gt;&lt;b&gt;“/D935FB67-0000008F-35”&lt;/b&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p style=&quot;margin-left: 0.51in; margin-bottom: 0in;&quot;&gt;&lt;span style=&quot;font-family:Arial,sans-serif;&quot;&gt;What we are looking for is this section:&lt;/span&gt;&lt;/p&gt; &lt;p style=&quot;margin-left: 0.51in; margin-bottom: 0in;&quot;&gt;&lt;span style=&quot;font-family:Arial,sans-serif;&quot;&gt;&lt;span style=&quot;font-size:85%;&quot;&gt;&lt;i&gt;[2011-04-11 11:08:23.645 F579CB90 info &#39;TaskManager&#39; &lt;/i&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style=&quot;color: rgb(255, 0, 0);&quot;&gt;&lt;span style=&quot;font-family:Arial,sans-serif;&quot;&gt;&lt;span style=&quot;font-size:85%;&quot;&gt;&lt;i&gt;&lt;b&gt;opID=D935FB67-0000008F-35&lt;/b&gt;&lt;/i&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style=&quot;font-family:Arial,sans-serif;&quot;&gt;&lt;span style=&quot;font-size:85%;&quot;&gt;&lt;i&gt;] Task Created : haTask-112-vim.VirtualMachine.reconfigure-179094&lt;/i&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt; &lt;p style=&quot;margin-left: 0.51in; margin-bottom: 0in;&quot;&gt;&lt;span style=&quot;font-family:Arial,sans-serif;&quot;&gt;&lt;span style=&quot;font-size:85%;&quot;&gt;&lt;i&gt;[2011-04-11 11:08:23.647 F579CB90 info &#39;vm:/vmfs/volumes/4cc0989b-5f6597b4-5fa3-001b2132c111/Johnny-test/Johnny-test.vmx&#39; opID=D935FB67-0000008F-35] Reconfigure: (vim.vm.ConfigSpec) {&lt;/i&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt; &lt;p style=&quot;margin-left: 0.51in; margin-bottom: 0in;&quot;&gt;   &lt;span style=&quot;font-family:Arial,sans-serif;&quot;&gt;&lt;span style=&quot;font-size:85%;&quot;&gt;&lt;i&gt;dynamicType = &lt;unset&gt;, &lt;/unset&gt;&lt;/i&gt;&lt;/span&gt;&lt;/span&gt; &lt;/p&gt; &lt;p style=&quot;margin-left: 0.51in; margin-bottom: 0in;&quot;&gt;   &lt;span style=&quot;font-family:Arial,sans-serif;&quot;&gt;&lt;span style=&quot;font-size:85%;&quot;&gt;&lt;i&gt;changeVersion = &quot;2011-04-11T15:07:46.665679Z&quot;, &lt;/i&gt;&lt;/span&gt;&lt;/span&gt; &lt;/p&gt; &lt;p style=&quot;margin-left: 0.51in; margin-bottom: 0in;&quot;&gt;   &lt;span style=&quot;font-family:Arial,sans-serif;&quot;&gt;&lt;span style=&quot;font-size:85%;&quot;&gt;&lt;i&gt;name = &lt;unset&gt;, &lt;/unset&gt;&lt;/i&gt;&lt;/span&gt;&lt;/span&gt; &lt;/p&gt; &lt;p style=&quot;margin-left: 0.51in; margin-bottom: 0in;&quot;&gt;   &lt;span style=&quot;font-family:Arial,sans-serif;&quot;&gt;&lt;span style=&quot;font-size:85%;&quot;&gt;&lt;i&gt;version = &lt;unset&gt;, &lt;/unset&gt;&lt;/i&gt;&lt;/span&gt;&lt;/span&gt; &lt;/p&gt; &lt;p style=&quot;margin-left: 0.51in; margin-bottom: 0in;&quot;&gt;   &lt;span style=&quot;font-family:Arial,sans-serif;&quot;&gt;&lt;span style=&quot;font-size:85%;&quot;&gt;&lt;i&gt;uuid = &lt;unset&gt;, &lt;/unset&gt;&lt;/i&gt;&lt;/span&gt;&lt;/span&gt; &lt;/p&gt; &lt;p style=&quot;margin-left: 0.51in; margin-bottom: 0in;&quot;&gt;   &lt;span style=&quot;font-family:Arial,sans-serif;&quot;&gt;&lt;span style=&quot;font-size:85%;&quot;&gt;&lt;i&gt;instanceUuid = &lt;unset&gt;, &lt;/unset&gt;&lt;/i&gt;&lt;/span&gt;&lt;/span&gt; &lt;/p&gt; &lt;p style=&quot;margin-left: 0.51in; margin-bottom: 0in;&quot;&gt;   &lt;span style=&quot;font-family:Arial,sans-serif;&quot;&gt;&lt;span style=&quot;font-size:85%;&quot;&gt;&lt;i&gt;npivWorldWideNameType = &lt;unset&gt;, &lt;/unset&gt;&lt;/i&gt;&lt;/span&gt;&lt;/span&gt; &lt;/p&gt; &lt;p style=&quot;margin-left: 0.51in; margin-bottom: 0in;&quot;&gt;   &lt;span style=&quot;font-family:Arial,sans-serif;&quot;&gt;&lt;span style=&quot;font-size:85%;&quot;&gt;&lt;i&gt;npivDesiredNodeWwns = &lt;unset&gt;, &lt;/unset&gt;&lt;/i&gt;&lt;/span&gt;&lt;/span&gt; &lt;/p&gt; &lt;p style=&quot;margin-left: 0.51in; margin-bottom: 0in;&quot;&gt;   &lt;span style=&quot;font-family:Arial,sans-serif;&quot;&gt;&lt;span style=&quot;font-size:85%;&quot;&gt;&lt;i&gt;npivDesiredPortWwns = &lt;unset&gt;, &lt;/unset&gt;&lt;/i&gt;&lt;/span&gt;&lt;/span&gt; &lt;/p&gt; &lt;p style=&quot;margin-left: 0.51in; margin-bottom: 0in;&quot;&gt;   &lt;span style=&quot;font-family:Arial,sans-serif;&quot;&gt;&lt;span style=&quot;font-size:85%;&quot;&gt;&lt;i&gt;npivTemporaryDisabled = &lt;unset&gt;, &lt;/unset&gt;&lt;/i&gt;&lt;/span&gt;&lt;/span&gt; &lt;/p&gt; &lt;p style=&quot;margin-left: 0.51in; margin-bottom: 0in;&quot;&gt;   &lt;span style=&quot;font-family:Arial,sans-serif;&quot;&gt;&lt;span style=&quot;font-size:85%;&quot;&gt;&lt;i&gt;npivOnNonRdmDisks = &lt;unset&gt;, &lt;/unset&gt;&lt;/i&gt;&lt;/span&gt;&lt;/span&gt; &lt;/p&gt; &lt;p style=&quot;margin-left: 0.51in; margin-bottom: 0in;&quot;&gt;   &lt;span style=&quot;font-family:Arial,sans-serif;&quot;&gt;&lt;span style=&quot;font-size:85%;&quot;&gt;&lt;i&gt;npivWorldWideNameOp = &lt;unset&gt;, &lt;/unset&gt;&lt;/i&gt;&lt;/span&gt;&lt;/span&gt; &lt;/p&gt; &lt;p style=&quot;margin-left: 0.51in; margin-bottom: 0in;&quot;&gt;   &lt;span style=&quot;font-family:Arial,sans-serif;&quot;&gt;&lt;span style=&quot;font-size:85%;&quot;&gt;&lt;i&gt;locationId = &lt;unset&gt;, &lt;/unset&gt;&lt;/i&gt;&lt;/span&gt;&lt;/span&gt; &lt;/p&gt; &lt;p style=&quot;margin-left: 0.51in; margin-bottom: 0in;&quot;&gt;   &lt;span style=&quot;font-family:Arial,sans-serif;&quot;&gt;&lt;span style=&quot;font-size:85%;&quot;&gt;&lt;i&gt;guestId = &lt;unset&gt;, &lt;/unset&gt;&lt;/i&gt;&lt;/span&gt;&lt;/span&gt; &lt;/p&gt; &lt;p style=&quot;margin-left: 0.51in; margin-bottom: 0in;&quot;&gt;   &lt;span style=&quot;font-family:Arial,sans-serif;&quot;&gt;&lt;span style=&quot;font-size:85%;&quot;&gt;&lt;i&gt;alternateGuestName = &lt;unset&gt;, &lt;/unset&gt;&lt;/i&gt;&lt;/span&gt;&lt;/span&gt; &lt;/p&gt; &lt;p style=&quot;margin-left: 0.51in; margin-bottom: 0in;&quot;&gt;   &lt;span style=&quot;font-family:Arial,sans-serif;&quot;&gt;&lt;span style=&quot;font-size:85%;&quot;&gt;&lt;i&gt;annotation = &lt;unset&gt;, &lt;/unset&gt;&lt;/i&gt;&lt;/span&gt;&lt;/span&gt; &lt;/p&gt; &lt;p style=&quot;margin-left: 0.51in; margin-bottom: 0in;&quot;&gt;   &lt;span style=&quot;font-family:Arial,sans-serif;&quot;&gt;&lt;span style=&quot;font-size:85%;&quot;&gt;&lt;i&gt;files = (vim.vm.FileInfo) {&lt;/i&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt; &lt;p style=&quot;margin-left: 0.51in; margin-bottom: 0in;&quot;&gt;      &lt;span style=&quot;font-family:Arial,sans-serif;&quot;&gt;&lt;span style=&quot;font-size:85%;&quot;&gt;&lt;i&gt;dynamicType = &lt;unset&gt;, &lt;/unset&gt;&lt;/i&gt;&lt;/span&gt;&lt;/span&gt; &lt;/p&gt; &lt;p style=&quot;margin-left: 0.51in; margin-bottom: 0in;&quot;&gt;      &lt;span style=&quot;font-family:Arial,sans-serif;&quot;&gt;&lt;span style=&quot;font-size:85%;&quot;&gt;&lt;i&gt;vmPathName = &quot;[]/vmfs/volumes/4cc0989b-5f6597b4-5fa3-001b2132c111/Johnny-test/Johnny-test.vmx&quot;, &lt;/i&gt;&lt;/span&gt;&lt;/span&gt; &lt;/p&gt; &lt;p style=&quot;margin-left: 0.51in; margin-bottom: 0in;&quot;&gt;      &lt;span style=&quot;font-family:Arial,sans-serif;&quot;&gt;&lt;span style=&quot;font-size:85%;&quot;&gt;&lt;i&gt;snapshotDirectory = &lt;unset&gt;, &lt;/unset&gt;&lt;/i&gt;&lt;/span&gt;&lt;/span&gt; &lt;/p&gt; &lt;p style=&quot;margin-left: 0.51in; margin-bottom: 0in;&quot;&gt;      &lt;span style=&quot;font-family:Arial,sans-serif;&quot;&gt;&lt;span style=&quot;font-size:85%;&quot;&gt;&lt;i&gt;suspendDirectory = &lt;unset&gt;, &lt;/unset&gt;&lt;/i&gt;&lt;/span&gt;&lt;/span&gt; &lt;/p&gt; &lt;p style=&quot;margin-left: 0.51in; margin-bottom: 0in;&quot;&gt;      &lt;span style=&quot;font-family:Arial,sans-serif;&quot;&gt;&lt;span style=&quot;font-size:85%;&quot;&gt;&lt;i&gt;logDirectory = &lt;unset&gt;, &lt;/unset&gt;&lt;/i&gt;&lt;/span&gt;&lt;/span&gt; &lt;/p&gt; &lt;p style=&quot;margin-left: 0.51in; margin-bottom: 0in;&quot;&gt;   &lt;span style=&quot;font-family:Arial,sans-serif;&quot;&gt;&lt;span style=&quot;font-size:85%;&quot;&gt;&lt;i&gt;},&lt;/i&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt; &lt;p style=&quot;margin-left: 0.51in; margin-bottom: 0in;&quot;&gt;&lt;span style=&quot;font-family:Arial,sans-serif;&quot;&gt;&lt;span style=&quot;font-size:85%;&quot;&gt;&lt;i&gt;tools = (vim.vm.ToolsConfigInfo) null, &lt;/i&gt;&lt;/span&gt;&lt;/span&gt; &lt;/p&gt; &lt;p style=&quot;margin-left: 0.51in; margin-bottom: 0in;&quot;&gt;   &lt;span style=&quot;font-family:Arial,sans-serif;&quot;&gt;&lt;span style=&quot;font-size:85%;&quot;&gt;&lt;i&gt;flags = (vim.vm.FlagInfo) null, &lt;/i&gt;&lt;/span&gt;&lt;/span&gt; &lt;/p&gt; &lt;p style=&quot;margin-left: 0.51in; margin-bottom: 0in;&quot;&gt;   &lt;span style=&quot;font-family:Arial,sans-serif;&quot;&gt;&lt;span style=&quot;font-size:85%;&quot;&gt;&lt;i&gt;consolePreferences = (vim.vm.ConsolePreferences) null, &lt;/i&gt;&lt;/span&gt;&lt;/span&gt; &lt;/p&gt; &lt;p style=&quot;margin-left: 0.51in; margin-bottom: 0in;&quot;&gt;   &lt;span style=&quot;font-family:Arial,sans-serif;&quot;&gt;&lt;span style=&quot;font-size:85%;&quot;&gt;&lt;i&gt;powerOpInfo = (vim.vm.DefaultPowerOpInfo) null, &lt;/i&gt;&lt;/span&gt;&lt;/span&gt; &lt;/p&gt; &lt;p style=&quot;margin-left: 0.51in; margin-bottom: 0in;&quot;&gt;   &lt;span style=&quot;font-family:Arial,sans-serif;&quot;&gt;&lt;span style=&quot;font-size:85%;&quot;&gt;&lt;i&gt;numCPUs = &lt;unset&gt;, &lt;/unset&gt;&lt;/i&gt;&lt;/span&gt;&lt;/span&gt; &lt;/p&gt; &lt;p style=&quot;margin-left: 0.51in; margin-bottom: 0in;&quot;&gt;   &lt;span style=&quot;color: rgb(255, 0, 0);&quot;&gt;&lt;span style=&quot;font-family:Arial,sans-serif;&quot;&gt;&lt;span style=&quot;font-size:85%;&quot;&gt;&lt;i&gt;&lt;b&gt;memoryMB = 3072, &lt;/b&gt;&lt;/i&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt; &lt;/p&gt; &lt;p style=&quot;margin-left: 0.51in; margin-bottom: 0in;&quot;&gt;   &lt;span style=&quot;font-family:Arial,sans-serif;&quot;&gt;&lt;span style=&quot;font-size:85%;&quot;&gt;&lt;i&gt;memoryHotAddEnabled = &lt;unset&gt;, &lt;/unset&gt;&lt;/i&gt;&lt;/span&gt;&lt;/span&gt; &lt;/p&gt; &lt;p style=&quot;margin-left: 0.51in; margin-bottom: 0in;&quot;&gt;   &lt;span style=&quot;font-family:Arial,sans-serif;&quot;&gt;&lt;span style=&quot;font-size:85%;&quot;&gt;&lt;i&gt;cpuHotAddEnabled = &lt;unset&gt;, &lt;/unset&gt;&lt;/i&gt;&lt;/span&gt;&lt;/span&gt; &lt;/p&gt; &lt;p style=&quot;margin-left: 0.51in; margin-bottom: 0in;&quot;&gt;   &lt;span style=&quot;font-family:Arial,sans-serif;&quot;&gt;&lt;span style=&quot;font-size:85%;&quot;&gt;&lt;i&gt;cpuHotRemoveEnabled = &lt;unset&gt;, &lt;/unset&gt;&lt;/i&gt;&lt;/span&gt;&lt;/span&gt; &lt;/p&gt; &lt;p style=&quot;margin-left: 0.51in; margin-bottom: 0in;&quot;&gt;   &lt;span style=&quot;font-family:Arial,sans-serif;&quot;&gt;&lt;span style=&quot;font-size:85%;&quot;&gt;&lt;i&gt;cpuAllocation = (vim.ResourceAllocationInfo) null, &lt;/i&gt;&lt;/span&gt;&lt;/span&gt; &lt;/p&gt; &lt;p style=&quot;margin-left: 0.51in; margin-bottom: 0in;&quot;&gt;   &lt;span style=&quot;font-family:Arial,sans-serif;&quot;&gt;&lt;span style=&quot;font-size:85%;&quot;&gt;&lt;i&gt;memoryAllocation = (vim.ResourceAllocationInfo) null, &lt;/i&gt;&lt;/span&gt;&lt;/span&gt; &lt;/p&gt; &lt;p style=&quot;margin-left: 0.51in; margin-bottom: 0in;&quot;&gt;   &lt;span style=&quot;font-family:Arial,sans-serif;&quot;&gt;&lt;span style=&quot;font-size:85%;&quot;&gt;&lt;i&gt;cpuAffinity = (vim.vm.AffinityInfo) null, &lt;/i&gt;&lt;/span&gt;&lt;/span&gt; &lt;/p&gt; &lt;p style=&quot;margin-left: 0.51in; margin-bottom: 0in;&quot;&gt;   &lt;span style=&quot;font-family:Arial,sans-serif;&quot;&gt;&lt;span style=&quot;font-size:85%;&quot;&gt;&lt;i&gt;memoryAffinity = (vim.vm.AffinityInfo) null, &lt;/i&gt;&lt;/span&gt;&lt;/span&gt; &lt;/p&gt; &lt;p style=&quot;margin-left: 0.51in; margin-bottom: 0in;&quot;&gt;   &lt;span style=&quot;font-family:Arial,sans-serif;&quot;&gt;&lt;span style=&quot;font-size:85%;&quot;&gt;&lt;i&gt;networkShaper = (vim.vm.NetworkShaperInfo) null, &lt;/i&gt;&lt;/span&gt;&lt;/span&gt; &lt;/p&gt; &lt;p style=&quot;margin-left: 0.51in; margin-bottom: 0in;&quot;&gt;   &lt;span style=&quot;font-family:Arial,sans-serif;&quot;&gt;&lt;span style=&quot;font-size:85%;&quot;&gt;&lt;i&gt;swapPlacement = &lt;unset&gt;, &lt;/unset&gt;&lt;/i&gt;&lt;/span&gt;&lt;/span&gt; &lt;/p&gt; &lt;p style=&quot;margin-left: 0.51in; margin-bottom: 0in;&quot;&gt;   &lt;span style=&quot;font-family:Arial,sans-serif;&quot;&gt;&lt;span style=&quot;font-size:85%;&quot;&gt;&lt;i&gt;swapDirectory = &lt;unset&gt;, &lt;/unset&gt;&lt;/i&gt;&lt;/span&gt;&lt;/span&gt; &lt;/p&gt; &lt;p style=&quot;margin-left: 0.51in; margin-bottom: 0in;&quot;&gt;   &lt;span style=&quot;font-family:Arial,sans-serif;&quot;&gt;&lt;span style=&quot;font-size:85%;&quot;&gt;&lt;i&gt;preserveSwapOnPowerOff = &lt;unset&gt;, &lt;/unset&gt;&lt;/i&gt;&lt;/span&gt;&lt;/span&gt; &lt;/p&gt; &lt;p style=&quot;margin-left: 0.51in; margin-bottom: 0in;&quot;&gt;   &lt;span style=&quot;font-family:Arial,sans-serif;&quot;&gt;&lt;span style=&quot;font-size:85%;&quot;&gt;&lt;i&gt;bootOptions = (vim.vm.BootOptions) null, &lt;/i&gt;&lt;/span&gt;&lt;/span&gt; &lt;/p&gt; &lt;p style=&quot;margin-left: 0.51in; margin-bottom: 0in;&quot;&gt;   &lt;span style=&quot;font-family:Arial,sans-serif;&quot;&gt;&lt;span style=&quot;font-size:85%;&quot;&gt;&lt;i&gt;vAppConfig = (vim.vApp.VmConfigSpec) null, &lt;/i&gt;&lt;/span&gt;&lt;/span&gt; &lt;/p&gt; &lt;p style=&quot;margin-left: 0.51in; margin-bottom: 0in;&quot;&gt;   &lt;span style=&quot;font-family:Arial,sans-serif;&quot;&gt;&lt;span style=&quot;font-size:85%;&quot;&gt;&lt;i&gt;ftInfo = (vim.vm.FaultToleranceConfigInfo) null, &lt;/i&gt;&lt;/span&gt;&lt;/span&gt; &lt;/p&gt; &lt;p style=&quot;margin-left: 0.51in; margin-bottom: 0in;&quot;&gt;   &lt;span style=&quot;font-family:Arial,sans-serif;&quot;&gt;&lt;span style=&quot;font-size:85%;&quot;&gt;&lt;i&gt;vAppConfigRemoved = &lt;unset&gt;, &lt;/unset&gt;&lt;/i&gt;&lt;/span&gt;&lt;/span&gt; &lt;/p&gt; &lt;p style=&quot;margin-left: 0.51in; margin-bottom: 0in;&quot;&gt;   &lt;span style=&quot;font-family:Arial,sans-serif;&quot;&gt;&lt;span style=&quot;font-size:85%;&quot;&gt;&lt;i&gt;vAssertsEnabled = &lt;unset&gt;, &lt;/unset&gt;&lt;/i&gt;&lt;/span&gt;&lt;/span&gt; &lt;/p&gt; &lt;p style=&quot;margin-left: 0.51in; margin-bottom: 0in;&quot;&gt;   &lt;span style=&quot;font-family:Arial,sans-serif;&quot;&gt;&lt;span style=&quot;font-size:85%;&quot;&gt;&lt;i&gt;changeTrackingEnabled = &lt;unset&gt;,&lt;/unset&gt;&lt;/i&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p style=&quot;margin-left: 0.51in; margin-bottom: 0in;&quot;&gt;&lt;span style=&quot;font-family:Arial,sans-serif;&quot;&gt;What I did was changed the memory size from whatever was before to 3072 (3GB) and there was no change on any other components.&lt;/span&gt;&lt;/p&gt;  &lt;p style=&quot;margin-left: 0.51in; margin-bottom: 0in;&quot;&gt;&lt;span style=&quot;font-family:Arial,sans-serif;&quot;&gt;Now keep going with the second part:&lt;/span&gt;&lt;/p&gt;  &lt;p style=&quot;margin-left: 0.51in; margin-bottom: 0in;&quot;&gt;“&lt;span style=&quot;font-family:Arial,sans-serif;&quot;&gt;&lt;b&gt;less -RS hostd-12.log”&lt;/b&gt;&lt;/span&gt;&lt;span style=&quot;font-family:Arial,sans-serif;&quot;&gt; now search for the opID &lt;/span&gt;&lt;span style=&quot;font-family:Arial,sans-serif;&quot;&gt;&lt;b&gt;“/D935FB67-000000A2-e”&lt;/b&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p style=&quot;margin-left: 0.51in; margin-bottom: 0in;&quot;&gt;&lt;span style=&quot;font-family:Arial,sans-serif;&quot;&gt;Let’s see the change:&lt;/span&gt;&lt;/p&gt;  &lt;p style=&quot;margin-left: 0.51in; margin-bottom: 0in;&quot;&gt;&lt;span style=&quot;font-family:Arial,sans-serif;&quot;&gt;&lt;span style=&quot;font-size:85%;&quot;&gt;&lt;i&gt;[2011-04-11 11:08:45.952 F5508B90 info &#39;TaskManager&#39; &lt;/i&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style=&quot;color: rgb(255, 0, 0);&quot;&gt;&lt;span style=&quot;font-family:Arial,sans-serif;&quot;&gt;&lt;span style=&quot;font-size:85%;&quot;&gt;&lt;i&gt;&lt;b&gt;opID=D935FB67-000000A2-e&lt;/b&gt;&lt;/i&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style=&quot;font-family:Arial,sans-serif;&quot;&gt;&lt;span style=&quot;font-size:85%;&quot;&gt;&lt;i&gt;] Task Created : haTask-112-vim.VirtualMachine.reconfigure-179103&lt;/i&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt; &lt;p style=&quot;margin-left: 0.51in; margin-bottom: 0in;&quot;&gt;&lt;span style=&quot;font-family:Arial,sans-serif;&quot;&gt;&lt;span style=&quot;font-size:85%;&quot;&gt;&lt;i&gt;[2011-04-11 11:08:45.954 F5508B90 info &#39;vm:/vmfs/volumes/4cc0989b-5f6597b4-5fa3-001b2132c111/Johnny-test/Johnny-test.vmx&#39; opID=D935FB67-000000A2-e] Reconfigure: (vim.vm.ConfigSpec) {&lt;/i&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt; &lt;p style=&quot;margin-left: 0.51in; margin-bottom: 0in;&quot;&gt;&lt;span style=&quot;font-family:Arial,sans-serif;&quot;&gt;&lt;span style=&quot;font-size:85%;&quot;&gt;&lt;i&gt;:&lt;/i&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt; &lt;p style=&quot;margin-left: 0.51in; margin-bottom: 0in;&quot;&gt;&lt;span style=&quot;font-family:Arial,sans-serif;&quot;&gt;&lt;span style=&quot;font-size:85%;&quot;&gt;&lt;i&gt;:&lt;/i&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt; &lt;p style=&quot;margin-left: 0.51in; margin-bottom: 0in;&quot;&gt;&lt;span style=&quot;font-family:Arial,sans-serif;&quot;&gt;&lt;span style=&quot;font-size:85%;&quot;&gt;&lt;i&gt;tools = (vim.vm.ToolsConfigInfo) null, &lt;/i&gt;&lt;/span&gt;&lt;/span&gt; &lt;/p&gt; &lt;p style=&quot;margin-left: 0.51in; margin-bottom: 0in;&quot;&gt;   &lt;span style=&quot;font-family:Arial,sans-serif;&quot;&gt;&lt;span style=&quot;font-size:85%;&quot;&gt;&lt;i&gt;flags = (vim.vm.FlagInfo) null, &lt;/i&gt;&lt;/span&gt;&lt;/span&gt; &lt;/p&gt; &lt;p style=&quot;margin-left: 0.51in; margin-bottom: 0in;&quot;&gt;   &lt;span style=&quot;font-family:Arial,sans-serif;&quot;&gt;&lt;span style=&quot;font-size:85%;&quot;&gt;&lt;i&gt;consolePreferences = (vim.vm.ConsolePreferences) null, &lt;/i&gt;&lt;/span&gt;&lt;/span&gt; &lt;/p&gt; &lt;p style=&quot;margin-left: 0.51in; margin-bottom: 0in;&quot;&gt;   &lt;span style=&quot;font-family:Arial,sans-serif;&quot;&gt;&lt;span style=&quot;font-size:85%;&quot;&gt;&lt;i&gt;powerOpInfo = (vim.vm.DefaultPowerOpInfo) null, &lt;/i&gt;&lt;/span&gt;&lt;/span&gt; &lt;/p&gt; &lt;p style=&quot;margin-left: 0.51in; margin-bottom: 0in;&quot;&gt;   &lt;span style=&quot;color: rgb(255, 0, 0);&quot;&gt;&lt;span style=&quot;font-family:Arial,sans-serif;&quot;&gt;&lt;span style=&quot;font-size:85%;&quot;&gt;&lt;i&gt;&lt;b&gt;numCPUs = 2, &lt;/b&gt;&lt;/i&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt; &lt;/p&gt; &lt;p style=&quot;margin-left: 0.51in; margin-bottom: 0in;&quot;&gt;   &lt;span style=&quot;font-family:Arial,sans-serif;&quot;&gt;&lt;span style=&quot;font-size:85%;&quot;&gt;&lt;i&gt;memoryMB = &lt;unset&gt;, &lt;/unset&gt;&lt;/i&gt;&lt;/span&gt;&lt;/span&gt; &lt;/p&gt; &lt;p style=&quot;margin-left: 0.51in; margin-bottom: 0in;&quot;&gt;   &lt;span style=&quot;font-family:Arial,sans-serif;&quot;&gt;&lt;span style=&quot;font-size:85%;&quot;&gt;&lt;i&gt;memoryHotAddEnabled = &lt;unset&gt;, &lt;/unset&gt;&lt;/i&gt;&lt;/span&gt;&lt;/span&gt; &lt;/p&gt; &lt;p style=&quot;margin-left: 0.51in; margin-bottom: 0in;&quot;&gt;   &lt;span style=&quot;font-family:Arial,sans-serif;&quot;&gt;&lt;span style=&quot;font-size:85%;&quot;&gt;&lt;i&gt;cpuHotAddEnabled = &lt;unset&gt;, &lt;/unset&gt;&lt;/i&gt;&lt;/span&gt;&lt;/span&gt; &lt;/p&gt; &lt;p style=&quot;margin-left: 0.51in; margin-bottom: 0in;&quot;&gt;   &lt;span style=&quot;font-family:Arial,sans-serif;&quot;&gt;&lt;span style=&quot;font-size:85%;&quot;&gt;&lt;i&gt;cpuHotRemoveEnabled = &lt;unset&gt;, &lt;/unset&gt;&lt;/i&gt;&lt;/span&gt;&lt;/span&gt; &lt;/p&gt; &lt;p style=&quot;margin-left: 0.51in; margin-bottom: 0in;&quot;&gt;   &lt;span style=&quot;font-family:Arial,sans-serif;&quot;&gt;&lt;span style=&quot;font-size:85%;&quot;&gt;&lt;i&gt;cpuAllocation = (vim.ResourceAllocationInfo) null, &lt;/i&gt;&lt;/span&gt;&lt;/span&gt; &lt;/p&gt; &lt;p style=&quot;margin-left: 0.51in; margin-bottom: 0in;&quot;&gt;   &lt;span style=&quot;font-family:Arial,sans-serif;&quot;&gt;&lt;span style=&quot;font-size:85%;&quot;&gt;&lt;i&gt;memoryAllocation = (vim.ResourceAllocationInfo) null, &lt;/i&gt;&lt;/span&gt;&lt;/span&gt; &lt;/p&gt; &lt;p style=&quot;margin-left: 0.51in; margin-bottom: 0in;&quot;&gt;   &lt;span style=&quot;font-family:Arial,sans-serif;&quot;&gt;&lt;span style=&quot;font-size:85%;&quot;&gt;&lt;i&gt;cpuAffinity = (vim.vm.AffinityInfo) null, &lt;/i&gt;&lt;/span&gt;&lt;/span&gt; &lt;/p&gt; &lt;p style=&quot;margin-left: 0.51in; margin-bottom: 0in;&quot;&gt;   &lt;span style=&quot;font-family:Arial,sans-serif;&quot;&gt;&lt;span style=&quot;font-size:85%;&quot;&gt;&lt;i&gt;memoryAffinity = (vim.vm.AffinityInfo) null, &lt;/i&gt;&lt;/span&gt;&lt;/span&gt; &lt;/p&gt; &lt;p style=&quot;margin-left: 0.51in; margin-bottom: 0in;&quot;&gt;   &lt;span style=&quot;font-family:Arial,sans-serif;&quot;&gt;&lt;span style=&quot;font-size:85%;&quot;&gt;&lt;i&gt;networkShaper = (vim.vm.NetworkShaperInfo) null, &lt;/i&gt;&lt;/span&gt;&lt;/span&gt; &lt;/p&gt; &lt;p style=&quot;margin-left: 0.51in; margin-bottom: 0in;&quot;&gt;   &lt;span style=&quot;font-family:Arial,sans-serif;&quot;&gt;&lt;span style=&quot;font-size:85%;&quot;&gt;&lt;i&gt;swapPlacement = &lt;unset&gt;, &lt;/unset&gt;&lt;/i&gt;&lt;/span&gt;&lt;/span&gt; &lt;/p&gt; &lt;p style=&quot;margin-left: 0.51in; margin-bottom: 0in;&quot;&gt;   &lt;span style=&quot;font-family:Arial,sans-serif;&quot;&gt;&lt;span style=&quot;font-size:85%;&quot;&gt;&lt;i&gt;swapDirectory = &lt;unset&gt;, &lt;/unset&gt;&lt;/i&gt;&lt;/span&gt;&lt;/span&gt; &lt;/p&gt; &lt;p style=&quot;margin-left: 0.51in; margin-bottom: 0in;&quot;&gt;   &lt;span style=&quot;font-family:Arial,sans-serif;&quot;&gt;&lt;span style=&quot;font-size:85%;&quot;&gt;&lt;i&gt;preserveSwapOnPowerOff = &lt;unset&gt;, &lt;/unset&gt;&lt;/i&gt;&lt;/span&gt;&lt;/span&gt; &lt;/p&gt; &lt;p style=&quot;margin-left: 0.51in; margin-bottom: 0in;&quot;&gt;   &lt;span style=&quot;font-family:Arial,sans-serif;&quot;&gt;&lt;span style=&quot;font-size:85%;&quot;&gt;&lt;i&gt;bootOptions = (vim.vm.BootOptions) null, &lt;/i&gt;&lt;/span&gt;&lt;/span&gt; &lt;/p&gt; &lt;p style=&quot;margin-left: 0.51in; margin-bottom: 0in;&quot;&gt;   &lt;span style=&quot;font-family:Arial,sans-serif;&quot;&gt;&lt;span style=&quot;font-size:85%;&quot;&gt;&lt;i&gt;vAppConfig = (vim.vApp.VmConfigSpec) null, &lt;/i&gt;&lt;/span&gt;&lt;/span&gt; &lt;/p&gt; &lt;p style=&quot;margin-left: 0.51in; margin-bottom: 0in;&quot;&gt;   &lt;span style=&quot;font-family:Arial,sans-serif;&quot;&gt;&lt;span style=&quot;font-size:85%;&quot;&gt;&lt;i&gt;ftInfo = (vim.vm.FaultToleranceConfigInfo) null, &lt;/i&gt;&lt;/span&gt;&lt;/span&gt; &lt;/p&gt; &lt;p style=&quot;margin-left: 0.51in; margin-bottom: 0in;&quot;&gt;   &lt;span style=&quot;font-family:Arial,sans-serif;&quot;&gt;&lt;span style=&quot;font-size:85%;&quot;&gt;&lt;i&gt;vAppConfigRemoved = &lt;unset&gt;, &lt;/unset&gt;&lt;/i&gt;&lt;/span&gt;&lt;/span&gt; &lt;/p&gt; &lt;p style=&quot;margin-left: 0.51in; margin-bottom: 0in;&quot;&gt;   &lt;span style=&quot;font-family:Arial,sans-serif;&quot;&gt;&lt;span style=&quot;font-size:85%;&quot;&gt;&lt;i&gt;vAssertsEnabled = &lt;unset&gt;, &lt;/unset&gt;&lt;/i&gt;&lt;/span&gt;&lt;/span&gt; &lt;/p&gt; &lt;p style=&quot;margin-left: 0.51in; margin-bottom: 0in;&quot;&gt;   &lt;span style=&quot;font-family:Arial,sans-serif;&quot;&gt;&lt;span style=&quot;font-size:85%;&quot;&gt;&lt;i&gt;changeTrackingEnabled = &lt;unset&gt;,&lt;/unset&gt;&lt;/i&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p style=&quot;margin-left: 0.51in; margin-bottom: 0in;&quot;&gt;&lt;span style=&quot;font-family:Arial,sans-serif;&quot;&gt;In here, I changed the number of vCPUs from default 1 to 2.&lt;/span&gt;&lt;/p&gt;  &lt;p style=&quot;margin-left: 0.51in; margin-bottom: 0in;&quot;&gt;&lt;span style=&quot;font-family:Arial,sans-serif;&quot;&gt;The last part:&lt;/span&gt;&lt;/p&gt;  &lt;p style=&quot;margin-left: 0.51in; margin-bottom: 0in;&quot;&gt; “&lt;span style=&quot;font-family:Arial,sans-serif;&quot;&gt;&lt;b&gt;less -RS hostd-12.log”&lt;/b&gt;&lt;/span&gt;&lt;span style=&quot;font-family:Arial,sans-serif;&quot;&gt; now search for the opID &lt;/span&gt;&lt;span style=&quot;font-family:Arial,sans-serif;&quot;&gt;&lt;b&gt;“/D935FB67-000000B9-32”&lt;/b&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p style=&quot;margin-left: 0.51in; margin-bottom: 0in;&quot;&gt;&lt;span style=&quot;font-family:Arial,sans-serif;&quot;&gt;&lt;span style=&quot;font-size:85%;&quot;&gt;&lt;i&gt;[2011-04-11 11:09:22.016 F6350900 info &#39;TaskManager&#39; &lt;/i&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style=&quot;color: rgb(255, 0, 0);&quot;&gt;&lt;span style=&quot;font-family:Arial,sans-serif;&quot;&gt;&lt;span style=&quot;font-size:85%;&quot;&gt;&lt;i&gt;&lt;b&gt;opID=D935FB67-000000B9-32&lt;/b&gt;&lt;/i&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style=&quot;font-family:Arial,sans-serif;&quot;&gt;&lt;span style=&quot;font-size:85%;&quot;&gt;&lt;i&gt;] Task Created : haTask-112-vim.VirtualMachine.reconfigure-179114&lt;/i&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt; &lt;p style=&quot;margin-left: 0.51in; margin-bottom: 0in;&quot;&gt;&lt;span style=&quot;font-family:Arial,sans-serif;&quot;&gt;&lt;span style=&quot;font-size:85%;&quot;&gt;&lt;i&gt;[2011-04-11 11:09:22.018 F6350900 info &#39;vm:/vmfs/volumes/4cc0989b-5f6597b4-5fa3-001b2132c111/Johnny-test/Johnny-test.vmx&#39; opID=D935FB67-000000B9-32] Reconfigure: (vim.vm.ConfigSpec) {&lt;/i&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt; &lt;p style=&quot;margin-left: 0.51in; margin-bottom: 0in;&quot;&gt;&lt;span style=&quot;font-family:Arial,sans-serif;&quot;&gt;&lt;span style=&quot;font-size:85%;&quot;&gt;&lt;i&gt;:&lt;/i&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt; &lt;p style=&quot;margin-left: 0.51in; margin-bottom: 0in;&quot;&gt;&lt;span style=&quot;font-family:Arial,sans-serif;&quot;&gt;&lt;span style=&quot;font-size:85%;&quot;&gt;&lt;i&gt;:&lt;/i&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt; &lt;p style=&quot;margin-left: 0.51in; margin-bottom: 0in;&quot;&gt;  &lt;span style=&quot;font-family:Arial,sans-serif;&quot;&gt;&lt;span style=&quot;font-size:85%;&quot;&gt;&lt;i&gt;tools = (vim.vm.ToolsConfigInfo) null, &lt;/i&gt;&lt;/span&gt;&lt;/span&gt; &lt;/p&gt; &lt;p style=&quot;margin-left: 0.51in; margin-bottom: 0in;&quot;&gt;   &lt;span style=&quot;font-family:Arial,sans-serif;&quot;&gt;&lt;span style=&quot;font-size:85%;&quot;&gt;&lt;i&gt;flags = (vim.vm.FlagInfo) null, &lt;/i&gt;&lt;/span&gt;&lt;/span&gt; &lt;/p&gt; &lt;p style=&quot;margin-left: 0.51in; margin-bottom: 0in;&quot;&gt;   &lt;span style=&quot;font-family:Arial,sans-serif;&quot;&gt;&lt;span style=&quot;font-size:85%;&quot;&gt;&lt;i&gt;consolePreferences = (vim.vm.ConsolePreferences) null, &lt;/i&gt;&lt;/span&gt;&lt;/span&gt; &lt;/p&gt; &lt;p style=&quot;margin-left: 0.51in; margin-bottom: 0in;&quot;&gt;   &lt;span style=&quot;font-family:Arial,sans-serif;&quot;&gt;&lt;span style=&quot;font-size:85%;&quot;&gt;&lt;i&gt;powerOpInfo = (vim.vm.DefaultPowerOpInfo) null, &lt;/i&gt;&lt;/span&gt;&lt;/span&gt; &lt;/p&gt; &lt;p style=&quot;margin-left: 0.51in; margin-bottom: 0in;&quot;&gt;   &lt;span style=&quot;font-family:Arial,sans-serif;&quot;&gt;&lt;span style=&quot;font-size:85%;&quot;&gt;&lt;i&gt;numCPUs = &lt;unset&gt;, &lt;/unset&gt;&lt;/i&gt;&lt;/span&gt;&lt;/span&gt; &lt;/p&gt; &lt;p style=&quot;margin-left: 0.51in; margin-bottom: 0in;&quot;&gt;   &lt;span style=&quot;font-family:Arial,sans-serif;&quot;&gt;&lt;span style=&quot;font-size:85%;&quot;&gt;&lt;i&gt;memoryMB = &lt;unset&gt;, &lt;/unset&gt;&lt;/i&gt;&lt;/span&gt;&lt;/span&gt; &lt;/p&gt; &lt;p style=&quot;margin-left: 0.51in; margin-bottom: 0in;&quot;&gt;   &lt;span style=&quot;font-family:Arial,sans-serif;&quot;&gt;&lt;span style=&quot;font-size:85%;&quot;&gt;&lt;i&gt;memoryHotAddEnabled = &lt;unset&gt;, &lt;/unset&gt;&lt;/i&gt;&lt;/span&gt;&lt;/span&gt; &lt;/p&gt; &lt;p style=&quot;margin-left: 0.51in; margin-bottom: 0in;&quot;&gt;   &lt;span style=&quot;font-family:Arial,sans-serif;&quot;&gt;&lt;span style=&quot;font-size:85%;&quot;&gt;&lt;i&gt;cpuHotAddEnabled = &lt;unset&gt;, &lt;/unset&gt;&lt;/i&gt;&lt;/span&gt;&lt;/span&gt; &lt;/p&gt; &lt;p style=&quot;margin-left: 0.51in; margin-bottom: 0in;&quot;&gt;   &lt;span style=&quot;font-family:Arial,sans-serif;&quot;&gt;&lt;span style=&quot;font-size:85%;&quot;&gt;&lt;i&gt;cpuHotRemoveEnabled = &lt;unset&gt;, &lt;/unset&gt;&lt;/i&gt;&lt;/span&gt;&lt;/span&gt; &lt;/p&gt; &lt;p style=&quot;margin-left: 0.51in; margin-bottom: 0in;&quot;&gt;   &lt;span style=&quot;font-family:Arial,sans-serif;&quot;&gt;&lt;span style=&quot;font-size:85%;&quot;&gt;&lt;i&gt;deviceChange = (vim.vm.device.VirtualDeviceSpec) [&lt;/i&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt; &lt;p style=&quot;margin-left: 0.51in; margin-bottom: 0in;&quot;&gt;      &lt;span style=&quot;font-family:Arial,sans-serif;&quot;&gt;&lt;span style=&quot;font-size:85%;&quot;&gt;&lt;i&gt;(vim.vm.device.VirtualDeviceSpec) {&lt;/i&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt; &lt;p style=&quot;margin-left: 0.51in; margin-bottom: 0in;&quot;&gt;         &lt;span style=&quot;font-family:Arial,sans-serif;&quot;&gt;&lt;span style=&quot;font-size:85%;&quot;&gt;&lt;i&gt;dynamicType = &lt;unset&gt;, &lt;/unset&gt;&lt;/i&gt;&lt;/span&gt;&lt;/span&gt; &lt;/p&gt; &lt;p style=&quot;margin-left: 0.51in; margin-bottom: 0in;&quot;&gt;         &lt;span style=&quot;color: rgb(255, 0, 0);&quot;&gt;&lt;span style=&quot;font-family:Arial,sans-serif;&quot;&gt;&lt;span style=&quot;font-size:85%;&quot;&gt;&lt;i&gt;&lt;b&gt;operation = &quot;add&quot;, &lt;/b&gt;&lt;/i&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt; &lt;/p&gt; &lt;p style=&quot;margin-left: 0.51in; margin-bottom: 0in;&quot;&gt;         &lt;span style=&quot;font-family:Arial,sans-serif;&quot;&gt;&lt;span style=&quot;font-size:85%;&quot;&gt;&lt;i&gt;fileOperation = &lt;unset&gt;, &lt;/unset&gt;&lt;/i&gt;&lt;/span&gt;&lt;/span&gt; &lt;/p&gt; &lt;p style=&quot;margin-left: 0.51in; margin-bottom: 0in;&quot;&gt;         &lt;span style=&quot;color: rgb(255, 0, 0);&quot;&gt;&lt;span style=&quot;font-family:Arial,sans-serif;&quot;&gt;&lt;span style=&quot;font-size:85%;&quot;&gt;&lt;i&gt;&lt;b&gt;device = (vim.vm.device.VirtualE1000)&lt;/b&gt;&lt;/i&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style=&quot;font-family:Arial,sans-serif;&quot;&gt;&lt;span style=&quot;font-size:85%;&quot;&gt;&lt;i&gt; {&lt;/i&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt; &lt;p style=&quot;margin-left: 0.51in; margin-bottom: 0in;&quot;&gt;            &lt;span style=&quot;font-family:Arial,sans-serif;&quot;&gt;&lt;span style=&quot;font-size:85%;&quot;&gt;&lt;i&gt;dynamicType = &lt;unset&gt;, &lt;/unset&gt;&lt;/i&gt;&lt;/span&gt;&lt;/span&gt; &lt;/p&gt; &lt;p style=&quot;margin-left: 0.51in; margin-bottom: 0in;&quot;&gt;            &lt;span style=&quot;font-family:Arial,sans-serif;&quot;&gt;&lt;span style=&quot;font-size:85%;&quot;&gt;&lt;i&gt;key = -100, &lt;/i&gt;&lt;/span&gt;&lt;/span&gt; &lt;/p&gt; &lt;p style=&quot;margin-left: 0.51in; margin-bottom: 0in;&quot;&gt;            &lt;span style=&quot;font-family:Arial,sans-serif;&quot;&gt;&lt;span style=&quot;font-size:85%;&quot;&gt;&lt;i&gt;deviceInfo = (vim.Description) null, &lt;/i&gt;&lt;/span&gt;&lt;/span&gt; &lt;/p&gt; &lt;p style=&quot;margin-left: 0.51in; margin-bottom: 0in;&quot;&gt;            &lt;span style=&quot;font-family:Arial,sans-serif;&quot;&gt;&lt;span style=&quot;font-size:85%;&quot;&gt;&lt;i&gt;backing = (vim.vm.device.VirtualEthernetCard.NetworkBackingInfo) {&lt;/i&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt; &lt;p style=&quot;margin-left: 0.51in; margin-bottom: 0in;&quot;&gt;               &lt;span style=&quot;font-family:Arial,sans-serif;&quot;&gt;&lt;span style=&quot;font-size:85%;&quot;&gt;&lt;i&gt;dynamicType = &lt;unset&gt;, &lt;/unset&gt;&lt;/i&gt;&lt;/span&gt;&lt;/span&gt; &lt;/p&gt; &lt;p style=&quot;margin-left: 0.51in; margin-bottom: 0in;&quot;&gt;               &lt;span style=&quot;font-family:Arial,sans-serif;&quot;&gt;&lt;span style=&quot;font-size:85%;&quot;&gt;&lt;i&gt;deviceName = &quot;Virtual Machine Network&quot;, &lt;/i&gt;&lt;/span&gt;&lt;/span&gt; &lt;/p&gt; &lt;p style=&quot;margin-left: 0.51in; margin-bottom: 0in;&quot;&gt;               &lt;span style=&quot;font-family:Arial,sans-serif;&quot;&gt;&lt;span style=&quot;font-size:85%;&quot;&gt;&lt;i&gt;useAutoDetect = &lt;unset&gt;, &lt;/unset&gt;&lt;/i&gt;&lt;/span&gt;&lt;/span&gt; &lt;/p&gt; &lt;p style=&quot;margin-left: 0.51in; margin-bottom: 0in;&quot;&gt;               &lt;span style=&quot;font-family:Arial,sans-serif;&quot;&gt;&lt;span style=&quot;font-size:85%;&quot;&gt;&lt;i&gt;network = &lt;unset&gt;, &lt;/unset&gt;&lt;/i&gt;&lt;/span&gt;&lt;/span&gt; &lt;/p&gt; &lt;p style=&quot;margin-left: 0.51in; margin-bottom: 0in;&quot;&gt;               &lt;span style=&quot;font-family:Arial,sans-serif;&quot;&gt;&lt;span style=&quot;font-size:85%;&quot;&gt;&lt;i&gt;inPassthroughMode = &lt;unset&gt;, &lt;/unset&gt;&lt;/i&gt;&lt;/span&gt;&lt;/span&gt; &lt;/p&gt; &lt;p style=&quot;margin-left: 0.51in; margin-bottom: 0in;&quot;&gt;            &lt;span style=&quot;font-family:Arial,sans-serif;&quot;&gt;&lt;span style=&quot;font-size:85%;&quot;&gt;&lt;i&gt;}, &lt;/i&gt;&lt;/span&gt;&lt;/span&gt; &lt;/p&gt; &lt;p style=&quot;margin-left: 0.51in; margin-bottom: 0in;&quot;&gt;            &lt;span style=&quot;font-family:Arial,sans-serif;&quot;&gt;&lt;span style=&quot;font-size:85%;&quot;&gt;&lt;i&gt;connectable = (vim.vm.device.VirtualDevice.ConnectInfo) {&lt;/i&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt; &lt;p style=&quot;margin-left: 0.51in; margin-bottom: 0in;&quot;&gt;               &lt;span style=&quot;font-family:Arial,sans-serif;&quot;&gt;&lt;span style=&quot;font-size:85%;&quot;&gt;&lt;i&gt;dynamicType = &lt;unset&gt;, &lt;/unset&gt;&lt;/i&gt;&lt;/span&gt;&lt;/span&gt; &lt;/p&gt; &lt;p style=&quot;margin-left: 0.51in; margin-bottom: 0in;&quot;&gt;               &lt;span style=&quot;color: rgb(255, 0, 0);&quot;&gt;&lt;span style=&quot;font-family:Arial,sans-serif;&quot;&gt;&lt;span style=&quot;font-size:85%;&quot;&gt;&lt;i&gt;&lt;b&gt;startConnected = true, &lt;/b&gt;&lt;/i&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt; &lt;/p&gt; &lt;p style=&quot;margin-left: 0.51in; margin-bottom: 0in;&quot;&gt;&lt;span style=&quot;color: rgb(255, 0, 0);&quot;&gt;               &lt;span style=&quot;font-family:Arial,sans-serif;&quot;&gt;&lt;span style=&quot;font-size:85%;&quot;&gt;&lt;i&gt;&lt;b&gt;allowGuestControl = true, &lt;/b&gt;&lt;/i&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt; &lt;/p&gt; &lt;p style=&quot;margin-left: 0.51in; margin-bottom: 0in;&quot;&gt;&lt;span style=&quot;color: rgb(255, 0, 0);&quot;&gt;               &lt;span style=&quot;font-family:Arial,sans-serif;&quot;&gt;&lt;span style=&quot;font-size:85%;&quot;&gt;&lt;i&gt;&lt;b&gt;connected = true, &lt;/b&gt;&lt;/i&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt; &lt;/p&gt; &lt;p style=&quot;margin-left: 0.51in; margin-bottom: 0in;&quot;&gt;               &lt;span style=&quot;font-family:Arial,sans-serif;&quot;&gt;&lt;span style=&quot;font-size:85%;&quot;&gt;&lt;i&gt;status = &lt;unset&gt;, &lt;/unset&gt;&lt;/i&gt;&lt;/span&gt;&lt;/span&gt; &lt;/p&gt; &lt;p style=&quot;margin-left: 0.51in; margin-bottom: 0in;&quot;&gt;            &lt;span style=&quot;font-family:Arial,sans-serif;&quot;&gt;&lt;span style=&quot;font-size:85%;&quot;&gt;&lt;i&gt;}, &lt;/i&gt;&lt;/span&gt;&lt;/span&gt; &lt;/p&gt; &lt;p style=&quot;margin-left: 0.51in; margin-bottom: 0in;&quot;&gt;&lt;span style=&quot;color: rgb(255, 0, 0);&quot;&gt;            &lt;span style=&quot;font-family:Arial,sans-serif;&quot;&gt;&lt;span style=&quot;font-size:85%;&quot;&gt;&lt;i&gt;&lt;b&gt;controllerKey = 100, &lt;/b&gt;&lt;/i&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt; &lt;/p&gt; &lt;p style=&quot;margin-left: 0.51in; margin-bottom: 0in;&quot;&gt;&lt;span style=&quot;color: rgb(255, 0, 0);&quot;&gt;            &lt;span style=&quot;font-family:Arial,sans-serif;&quot;&gt;&lt;span style=&quot;font-size:85%;&quot;&gt;&lt;i&gt;&lt;b&gt;unitNumber = &lt;unset&gt;, &lt;/unset&gt;&lt;/b&gt;&lt;/i&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt; &lt;/p&gt; &lt;p style=&quot;margin-left: 0.51in; margin-bottom: 0in;&quot;&gt;&lt;span style=&quot;color: rgb(255, 0, 0);&quot;&gt;            &lt;span style=&quot;font-family:Arial,sans-serif;&quot;&gt;&lt;span style=&quot;font-size:85%;&quot;&gt;&lt;i&gt;&lt;b&gt;addressType = &quot;Assigned&quot;, &lt;/b&gt;&lt;/i&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt; &lt;/p&gt; &lt;p style=&quot;margin-left: 0.51in; margin-bottom: 0in;&quot;&gt;&lt;span style=&quot;color: rgb(255, 0, 0);&quot;&gt;            &lt;span style=&quot;font-family:Arial,sans-serif;&quot;&gt;&lt;span style=&quot;font-size:85%;&quot;&gt;&lt;i&gt;&lt;b&gt;macAddress = &quot;00:50:56:a1:00:0a&quot;, &lt;/b&gt;&lt;/i&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt; &lt;/p&gt; &lt;p style=&quot;margin-left: 0.51in; margin-bottom: 0in;&quot;&gt;&lt;span style=&quot;color: rgb(255, 0, 0);&quot;&gt;            &lt;span style=&quot;font-family:Arial,sans-serif;&quot;&gt;&lt;span style=&quot;font-size:85%;&quot;&gt;&lt;i&gt;&lt;b&gt;wakeOnLanEnabled = true, &lt;/b&gt;&lt;/i&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt; &lt;/p&gt; &lt;p style=&quot;margin-left: 0.51in; margin-bottom: 0in;&quot;&gt;         &lt;span style=&quot;font-family:Arial,sans-serif;&quot;&gt;&lt;span style=&quot;font-size:85%;&quot;&gt;&lt;i&gt;}, &lt;/i&gt;&lt;/span&gt;&lt;/span&gt; &lt;/p&gt; &lt;p style=&quot;margin-left: 0.51in; margin-bottom: 0in;&quot;&gt;      &lt;span style=&quot;font-family:Arial,sans-serif;&quot;&gt;&lt;span style=&quot;font-size:85%;&quot;&gt;&lt;i&gt;}&lt;/i&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt; &lt;p style=&quot;margin-left: 0.51in; margin-bottom: 0in;&quot;&gt;   &lt;span style=&quot;font-family:Arial,sans-serif;&quot;&gt;&lt;span style=&quot;font-size:85%;&quot;&gt;&lt;i&gt;], &lt;/i&gt;&lt;/span&gt;&lt;/span&gt; &lt;/p&gt; &lt;p style=&quot;margin-left: 0.51in; margin-bottom: 0in;&quot;&gt;   &lt;span style=&quot;font-family:Arial,sans-serif;&quot;&gt;&lt;span style=&quot;font-size:85%;&quot;&gt;&lt;i&gt;cpuAllocation = (vim.ResourceAllocationInfo) null, &lt;/i&gt;&lt;/span&gt;&lt;/span&gt; &lt;/p&gt; &lt;p style=&quot;margin-left: 0.51in; margin-bottom: 0in;&quot;&gt;   &lt;span style=&quot;font-family:Arial,sans-serif;&quot;&gt;&lt;span style=&quot;font-size:85%;&quot;&gt;&lt;i&gt;memoryAllocation = (vim.ResourceAllocationInfo) null, &lt;/i&gt;&lt;/span&gt;&lt;/span&gt; &lt;/p&gt; &lt;p style=&quot;margin-left: 0.51in; margin-bottom: 0in;&quot;&gt;   &lt;span style=&quot;font-family:Arial,sans-serif;&quot;&gt;&lt;span style=&quot;font-size:85%;&quot;&gt;&lt;i&gt;cpuAffinity = (vim.vm.AffinityInfo) null, &lt;/i&gt;&lt;/span&gt;&lt;/span&gt; &lt;/p&gt; &lt;p style=&quot;margin-left: 0.51in; margin-bottom: 0in;&quot;&gt;   &lt;span style=&quot;font-family:Arial,sans-serif;&quot;&gt;&lt;span style=&quot;font-size:85%;&quot;&gt;&lt;i&gt;memoryAffinity = (vim.vm.AffinityInfo) null, &lt;/i&gt;&lt;/span&gt;&lt;/span&gt; &lt;/p&gt; &lt;p style=&quot;margin-left: 0.51in; margin-bottom: 0in;&quot;&gt;   &lt;span style=&quot;font-family:Arial,sans-serif;&quot;&gt;&lt;span style=&quot;font-size:85%;&quot;&gt;&lt;i&gt;networkShaper = (vim.vm.NetworkShaperInfo) null, &lt;/i&gt;&lt;/span&gt;&lt;/span&gt; &lt;/p&gt; &lt;p style=&quot;margin-left: 0.51in; margin-bottom: 0in;&quot;&gt;   &lt;span style=&quot;font-family:Arial,sans-serif;&quot;&gt;&lt;span style=&quot;font-size:85%;&quot;&gt;&lt;i&gt;swapPlacement = &lt;unset&gt;, &lt;/unset&gt;&lt;/i&gt;&lt;/span&gt;&lt;/span&gt; &lt;/p&gt; &lt;p style=&quot;margin-left: 0.51in; margin-bottom: 0in;&quot;&gt;   &lt;span style=&quot;font-family:Arial,sans-serif;&quot;&gt;&lt;span style=&quot;font-size:85%;&quot;&gt;&lt;i&gt;swapDirectory = &lt;unset&gt;, &lt;/unset&gt;&lt;/i&gt;&lt;/span&gt;&lt;/span&gt; &lt;/p&gt; &lt;p style=&quot;margin-left: 0.51in; margin-bottom: 0in;&quot;&gt;   &lt;span style=&quot;font-family:Arial,sans-serif;&quot;&gt;&lt;span style=&quot;font-size:85%;&quot;&gt;&lt;i&gt;preserveSwapOnPowerOff = &lt;unset&gt;, &lt;/unset&gt;&lt;/i&gt;&lt;/span&gt;&lt;/span&gt; &lt;/p&gt; &lt;p style=&quot;margin-left: 0.51in; margin-bottom: 0in;&quot;&gt;   &lt;span style=&quot;font-family:Arial,sans-serif;&quot;&gt;&lt;span style=&quot;font-size:85%;&quot;&gt;&lt;i&gt;bootOptions = (vim.vm.BootOptions) null, &lt;/i&gt;&lt;/span&gt;&lt;/span&gt; &lt;/p&gt; &lt;p style=&quot;margin-left: 0.51in; margin-bottom: 0in;&quot;&gt;   &lt;span style=&quot;font-family:Arial,sans-serif;&quot;&gt;&lt;span style=&quot;font-size:85%;&quot;&gt;&lt;i&gt;vAppConfig = (vim.vApp.VmConfigSpec) null, &lt;/i&gt;&lt;/span&gt;&lt;/span&gt; &lt;/p&gt; &lt;p style=&quot;margin-left: 0.51in; margin-bottom: 0in;&quot;&gt;   &lt;span style=&quot;font-family:Arial,sans-serif;&quot;&gt;&lt;span style=&quot;font-size:85%;&quot;&gt;&lt;i&gt;ftInfo = (vim.vm.FaultToleranceConfigInfo) null, &lt;/i&gt;&lt;/span&gt;&lt;/span&gt; &lt;/p&gt; &lt;p style=&quot;margin-left: 0.51in; margin-bottom: 0in;&quot;&gt;   &lt;span style=&quot;font-family:Arial,sans-serif;&quot;&gt;&lt;span style=&quot;font-size:85%;&quot;&gt;&lt;i&gt;vAppConfigRemoved = &lt;unset&gt;, &lt;/unset&gt;&lt;/i&gt;&lt;/span&gt;&lt;/span&gt; &lt;/p&gt; &lt;p style=&quot;margin-left: 0.51in; margin-bottom: 0in;&quot;&gt;   &lt;span style=&quot;font-family:Arial,sans-serif;&quot;&gt;&lt;span style=&quot;font-size:85%;&quot;&gt;&lt;i&gt;vAssertsEnabled = &lt;unset&gt;, &lt;/unset&gt;&lt;/i&gt;&lt;/span&gt;&lt;/span&gt; &lt;/p&gt; &lt;p style=&quot;margin-left: 0.51in; margin-bottom: 0in;&quot;&gt;   &lt;span style=&quot;font-family:Arial,sans-serif;&quot;&gt;&lt;span style=&quot;font-size:85%;&quot;&gt;&lt;i&gt;changeTrackingEnabled = &lt;unset&gt;,&lt;/unset&gt;&lt;/i&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p style=&quot;margin-left: 0.51in; margin-bottom: 0in;&quot;&gt;&lt;span style=&quot;font-family:Arial,sans-serif;&quot;&gt;Ok, I think you got the idea, here is the virtual NIC added to this VM with assigned mac address and settings.&lt;/span&gt;&lt;/p&gt;  &lt;p style=&quot;margin-left: 0.51in; margin-bottom: 0in;&quot;&gt;&lt;span style=&quot;font-family:Arial,sans-serif;&quot;&gt;You can use the opID to filter vpxa and vpxd logs, but for what change was made, hostd is the place you want to look into.&lt;/span&gt;&lt;/p&gt;</description><link>http://jlscz.blogspot.com/2011/04/vmware-logs-operation-vm-creation-and.html</link><author>noreply@blogger.com (Unknown)</author><thr:total>3</thr:total></item><item><guid isPermaLink="false">tag:blogger.com,1999:blog-7185714946842431002.post-8456946040361463306</guid><pubDate>Thu, 07 Apr 2011 21:29:00 +0000</pubDate><atom:updated>2011-04-07T17:33:35.648-04:00</atom:updated><category domain="http://www.blogger.com/atom/ns#">Logs</category><title>VMware logs (VMotion)</title><description>&lt;style type=&quot;text/css&quot;&gt;pre.cjk { font-family: &quot;WenQuanYi Zen Hei Mono&quot;,monospace; }pre.ctl { font-family: &quot;Lohit Devanagari&quot;,monospace; }p { margin-bottom: 0.08in; }&lt;/style&gt;  &lt;p style=&quot;margin-bottom: 0in;&quot; align=&quot;CENTER&quot;&gt;&lt;b&gt;How To Work With VMware Log Files &lt;/b&gt; &lt;/p&gt; &lt;p style=&quot;margin-bottom: 0in;&quot; align=&quot;CENTER&quot;&gt;(Part 1 - VMotion)  &lt;/p&gt; &lt;p style=&quot;margin-bottom: 0in;&quot; align=&quot;CENTER&quot;&gt;Johnny Zhang&lt;/p&gt; &lt;p style=&quot;margin-bottom: 0in;&quot; align=&quot;LEFT&quot;&gt;&lt;br /&gt;&lt;/p&gt; &lt;p style=&quot;margin-bottom: 0in;&quot; align=&quot;LEFT&quot;&gt;The goal for this document is how to quickly find the needed information for a VMotion event. The example of the log file are collect from VMware ESX 4.1.0 build-348481&lt;/p&gt; &lt;p style=&quot;margin-bottom: 0in;&quot; align=&quot;LEFT&quot;&gt; and VMware ESXi 4.1.0 build-348481&lt;/p&gt; &lt;p style=&quot;margin-bottom: 0in;&quot; align=&quot;LEFT&quot;&gt;. There maybe some differences in the earlier version of ESX logs, but the steps should be same.&lt;/p&gt; &lt;p style=&quot;margin-bottom: 0in;&quot; align=&quot;LEFT&quot;&gt;&lt;br /&gt;&lt;/p&gt; &lt;p style=&quot;margin-bottom: 0in;&quot; align=&quot;LEFT&quot;&gt;&lt;b&gt;Log locations:&lt;/b&gt;&lt;/p&gt; &lt;p style=&quot;margin-bottom: 0in;&quot; align=&quot;LEFT&quot;&gt;&lt;br /&gt;&lt;/p&gt; &lt;p style=&quot;margin-bottom: 0in;&quot; align=&quot;LEFT&quot;&gt;VMware ESX 4.1.0: We care about hostd logs (/var/log/vmware/hostd*.log). Although the vmkerenl logs locate at /var/log/ will also content some information, we can safely focus on the hostd logs to find the information we need.&lt;/p&gt; &lt;p style=&quot;margin-bottom: 0in;&quot; align=&quot;LEFT&quot;&gt;&lt;br /&gt;&lt;/p&gt; &lt;p style=&quot;margin-bottom: 0in;&quot; align=&quot;LEFT&quot;&gt;VMware ESXi 4.1.0: ESXi has the same hostd logs locate at /var/log/vmware/hostd*.log. However, in current version of ESXi, both vmkernel logs and hostd logs are also put into /var/log/messages*. So you can choose which one you like to work with. (I prefer /var/log/vmware/hostd*.log, since it will have less noise from other logs, and it will return the “grep” faster, just because it has less contents)   &lt;/p&gt; &lt;p style=&quot;margin-bottom: 0in;&quot; align=&quot;LEFT&quot;&gt;&lt;br /&gt;&lt;/p&gt; &lt;p style=&quot;margin-bottom: 0in;&quot; align=&quot;LEFT&quot;&gt;&lt;b&gt;VM used in this example:&lt;/b&gt; Vmotion-test&lt;/p&gt; &lt;p style=&quot;margin-bottom: 0in;&quot; align=&quot;LEFT&quot;&gt;&lt;br /&gt;&lt;/p&gt; &lt;p style=&quot;margin-bottom: 0in;&quot; align=&quot;LEFT&quot;&gt;&lt;b&gt;Steps to work with the logs:&lt;/b&gt;&lt;/p&gt; &lt;p style=&quot;margin-bottom: 0in;&quot; align=&quot;LEFT&quot;&gt;&lt;br /&gt;&lt;/p&gt; &lt;ol&gt;&lt;li&gt;&lt;p style=&quot;margin-bottom: 0in;&quot; align=&quot;LEFT&quot;&gt;All we need is the name  of the VMotioned VM (in this example “vmotion-test”)&lt;/p&gt;  &lt;/li&gt;&lt;li&gt;&lt;p style=&quot;margin-bottom: 0in;&quot; align=&quot;LEFT&quot;&gt;Find the VMotion ID of  this incident. The VMotion ID is a unique ID that generated for each  VMotion, the ID is consistent across all logs on both source and  destination ESX hosts.   &lt;/p&gt; &lt;/li&gt;&lt;/ol&gt; &lt;p style=&quot;margin-bottom: 0in;&quot; align=&quot;LEFT&quot;&gt;&lt;br /&gt;&lt;/p&gt; &lt;p style=&quot;margin-bottom: 0in;&quot; align=&quot;LEFT&quot;&gt; &lt;b&gt;“grep -i vmotion-test /var/log/vmware/hostd* | grep -i vmotionprepare | less”&lt;/b&gt;&lt;/p&gt; &lt;p style=&quot;margin-left: 0.49in; margin-bottom: 0in;&quot; align=&quot;LEFT&quot;&gt;In this command we are looking for the VM named “vmotion-test” from all hostd logs, and looking for the keyword “vmotionprepare” from the out put of the first “grep”.  (keep in mind Linux is a case sensitive OS, we put “-i” option for the grep to make our life easier.)&lt;/p&gt; &lt;p style=&quot;margin-left: 0.49in; margin-bottom: 0in;&quot; align=&quot;LEFT&quot;&gt;&lt;br /&gt;&lt;/p&gt; &lt;p style=&quot;margin-left: 0.49in; margin-bottom: 0in;&quot; align=&quot;LEFT&quot;&gt;&lt;b&gt;Out put from this command: &lt;/b&gt; &lt;/p&gt; &lt;p style=&quot;margin-left: 0.49in; margin-bottom: 0in;&quot; align=&quot;LEFT&quot;&gt;&lt;br /&gt;&lt;/p&gt; &lt;p style=&quot;margin-left: 0.49in; margin-bottom: 0in;&quot; align=&quot;LEFT&quot;&gt;&lt;span style=&quot;font-size:85%;&quot;&gt;&lt;i&gt;&lt;span style=&quot;font-weight: normal;&quot;&gt;hostd-11.log:[2011-04-01 15:14:34.203 F5A5AB90 info &#39;vm:/vmfs/volumes/4d6579ec-23f981cb-465c-00237da0cfee/Vmotion-test/Vmotion-test.vmx&#39; opID=F6FC49D5-000007E6-d] VMotionPrepare &lt;/span&gt;&lt;/i&gt;&lt;/span&gt;&lt;span style=&quot;color: rgb(255, 0, 0);&quot;&gt;&lt;span style=&quot;font-size:85%;&quot;&gt;&lt;i&gt;&lt;b&gt;(1301685441034055)&lt;/b&gt;&lt;/i&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style=&quot;font-size:85%;&quot;&gt;&lt;i&gt;&lt;span style=&quot;font-weight: normal;&quot;&gt;: Sending &#39;to&#39; srcIp=10.21.51.137 dstIp=10.21.53.102, type=1, encrypted=false, remoteThumbprint=&lt;/span&gt;&lt;/i&gt;&lt;/span&gt;&lt;/p&gt; &lt;p style=&quot;margin-left: 0.49in; margin-bottom: 0in; font-weight: normal;&quot; align=&quot;LEFT&quot;&gt;&lt;br /&gt;&lt;/p&gt; &lt;p style=&quot;margin-left: 0.49in; margin-bottom: 0in; font-weight: normal;&quot; align=&quot;LEFT&quot;&gt; &lt;span style=&quot;font-size:85%;&quot;&gt;&lt;i&gt;hostd-11.log:[2011-04-01 15:14:34.203 F5A5AB90 info &#39;vm:/vmfs/volumes/4d6579ec-23f981cb-465c-00237da0cfee/Vmotion-test/Vmotion-test.vmx&#39; opID=F6FC49D5-000007E6-d] VMotionPrepare: srcMgmtIp=10.21.49.137&lt;/i&gt;&lt;/span&gt;&lt;/p&gt; &lt;p style=&quot;margin-left: 0.49in; margin-bottom: 0in; font-weight: normal;&quot; align=&quot;LEFT&quot;&gt;&lt;br /&gt;&lt;/p&gt; &lt;p style=&quot;margin-left: 0.49in; margin-bottom: 0in; font-weight: normal;&quot; align=&quot;LEFT&quot;&gt; &lt;span style=&quot;font-size:85%;&quot;&gt;&lt;i&gt;hostd-11.log:[2011-04-01 15:14:34.203 F5A5AB90 info &#39;vm:/vmfs/volumes/4d6579ec-23f981cb-465c-00237da0cfee/Vmotion-test/Vmotion-test.vmx&#39; opID=F6FC49D5-000007E6-d] VMotionPrepare: dstMgmtIp=10.21.49.138&lt;/i&gt;&lt;/span&gt;&lt;/p&gt; &lt;p style=&quot;margin-left: 0.49in; margin-bottom: 0in; font-weight: normal;&quot; align=&quot;LEFT&quot;&gt;&lt;br /&gt;&lt;/p&gt; &lt;p style=&quot;margin-left: 0.49in; margin-bottom: 0in;&quot; align=&quot;LEFT&quot;&gt;&lt;span style=&quot;font-size:85%;&quot;&gt;&lt;i&gt;&lt;span style=&quot;font-weight: normal;&quot;&gt;hostd-11.log:[2011-04-01 15:17:09.134 F5A9BB90 info &#39;vm:/vmfs/volumes/4d6579ec-23f981cb-465c-00237da0cfee/Vmotion-test/Vmotion-test.vmx&#39; opID=F6FC49D5-000008E9-59] VMotionPrepare &lt;/span&gt;&lt;/i&gt;&lt;/span&gt;&lt;span style=&quot;color: rgb(255, 0, 0);&quot;&gt;&lt;span style=&quot;font-size:85%;&quot;&gt;&lt;i&gt;&lt;b&gt;(1301685587877584)&lt;/b&gt;&lt;/i&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style=&quot;font-size:85%;&quot;&gt;&lt;i&gt;&lt;span style=&quot;font-weight: normal;&quot;&gt;: Sending &#39;from&#39; srcIp=10.21.53.102 dstIp=10.21.51.137, type=1, encrypted=false, remoteThumbprint=&lt;/span&gt;&lt;/i&gt;&lt;/span&gt;&lt;/p&gt; &lt;p style=&quot;margin-left: 0.49in; margin-bottom: 0in; font-weight: normal;&quot; align=&quot;LEFT&quot;&gt;&lt;br /&gt;&lt;/p&gt; &lt;p style=&quot;margin-left: 0.49in; margin-bottom: 0in; font-weight: normal;&quot; align=&quot;LEFT&quot;&gt; &lt;span style=&quot;font-size:85%;&quot;&gt;&lt;i&gt;hostd-11.log:[2011-04-01 15:17:09.134 F5A9BB90 info &#39;vm:/vmfs/volumes/4d6579ec-23f981cb-465c-00237da0cfee/Vmotion-test/Vmotion-test.vmx&#39; opID=F6FC49D5-000008E9-59] VMotionPrepare: srcMgmtIp=10.21.49.138&lt;/i&gt;&lt;/span&gt;&lt;/p&gt; &lt;p style=&quot;margin-left: 0.49in; margin-bottom: 0in; font-weight: normal;&quot; align=&quot;LEFT&quot;&gt;&lt;br /&gt;&lt;/p&gt; &lt;p style=&quot;margin-left: 0.49in; margin-bottom: 0in; font-weight: normal;&quot; align=&quot;LEFT&quot;&gt; &lt;span style=&quot;font-size:85%;&quot;&gt;&lt;i&gt;hostd-11.log:[2011-04-01 15:17:09.134 F5A9BB90 info &#39;vm:/vmfs/volumes/4d6579ec-23f981cb-465c-00237da0cfee/Vmotion-test/Vmotion-test.vmx&#39; opID=F6FC49D5-000008E9-59] VMotionPrepare: dstMgmtIp=10.21.49.137&lt;/i&gt;&lt;/span&gt;&lt;/p&gt; &lt;p style=&quot;margin-left: 0.49in; margin-bottom: 0in; font-weight: normal;&quot; align=&quot;LEFT&quot;&gt;&lt;br /&gt;&lt;/p&gt; &lt;p style=&quot;margin-left: 0.49in; margin-bottom: 0in;&quot; align=&quot;LEFT&quot;&gt;&lt;span style=&quot;font-size:85%;&quot;&gt;&lt;i&gt;&lt;span style=&quot;font-weight: normal;&quot;&gt;hostd-11.log:[2011-04-01 15:17:58.891 F558AB90 info &#39;vm:/vmfs/volumes/4d6579ec-23f981cb-465c-00237da0cfee/Vmotion-test/Vmotion-test.vmx&#39; opID=F6FC49D5-00000931-68] VMotionPrepare &lt;/span&gt;&lt;/i&gt;&lt;/span&gt;&lt;span style=&quot;color: rgb(255, 0, 0);&quot;&gt;&lt;span style=&quot;font-size:85%;&quot;&gt;&lt;i&gt;&lt;b&gt;(1301685636815010)&lt;/b&gt;&lt;/i&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style=&quot;font-size:85%;&quot;&gt;&lt;i&gt;&lt;span style=&quot;font-weight: normal;&quot;&gt;: Sending &#39;to&#39; srcIp=10.21.51.137 dstIp=10.21.51.137, type=2, encrypted=false, remoteThumbprint=&lt;/span&gt;&lt;/i&gt;&lt;/span&gt;&lt;/p&gt; &lt;p style=&quot;margin-left: 0.49in; margin-bottom: 0in; font-weight: normal;&quot; align=&quot;LEFT&quot;&gt;&lt;br /&gt;&lt;/p&gt; &lt;p style=&quot;margin-left: 0.49in; margin-bottom: 0in; font-weight: normal;&quot; align=&quot;LEFT&quot;&gt; &lt;span style=&quot;font-size:85%;&quot;&gt;&lt;i&gt;hostd-11.log:[2011-04-01 15:17:58.891 F558AB90 info &#39;vm:/vmfs/volumes/4d6579ec-23f981cb-465c-00237da0cfee/Vmotion-test/Vmotion-test.vmx&#39; opID=F6FC49D5-00000931-68] VMotionPrepare: srcMgmtIp=10.21.49.137&lt;/i&gt;&lt;/span&gt;&lt;/p&gt; &lt;p style=&quot;margin-left: 0.49in; margin-bottom: 0in; font-weight: normal;&quot; align=&quot;LEFT&quot;&gt;&lt;br /&gt;&lt;/p&gt; &lt;p style=&quot;margin-left: 0.49in; margin-bottom: 0in; font-weight: normal;&quot; align=&quot;LEFT&quot;&gt; &lt;span style=&quot;font-size:85%;&quot;&gt;&lt;i&gt;hostd-11.log:[2011-04-01 15:17:58.891 F558AB90 info &#39;vm:/vmfs/volumes/4d6579ec-23f981cb-465c-00237da0cfee/Vmotion-test/Vmotion-test.vmx&#39; opID=F6FC49D5-00000931-68] VMotionPrepare: dstMgmtIp=10.21.49.137&lt;/i&gt;&lt;/span&gt;&lt;/p&gt; &lt;p style=&quot;margin-left: 0.49in; margin-bottom: 0in; font-weight: normal;&quot; align=&quot;LEFT&quot;&gt;&lt;br /&gt;&lt;/p&gt; &lt;p style=&quot;margin-left: 0.49in; margin-bottom: 0in; font-weight: normal;&quot; align=&quot;LEFT&quot;&gt; &lt;span style=&quot;font-size:85%;&quot;&gt;&lt;i&gt;hostd-11.log:[2011-04-01 15:17:58.891 F558AB90 info &#39;vm:/vmfs/volumes/4d6579ec-23f981cb-465c-00237da0cfee/Vmotion-test/Vmotion-test.vmx&#39; opID=F6FC49D5-00000931-68] VMotionPrepare: dstVmDirPath=/vmfs/volumes/4cc0989b-5f6597b4-5fa3-001b2132c111/Vmotion-test/&lt;/i&gt;&lt;/span&gt;&lt;/p&gt; &lt;p style=&quot;margin-left: 0.49in; margin-bottom: 0in; font-weight: normal;&quot; align=&quot;LEFT&quot;&gt;&lt;br /&gt;&lt;/p&gt; &lt;p style=&quot;margin-left: 0.49in; margin-bottom: 0in; font-weight: normal;&quot; align=&quot;LEFT&quot;&gt;&lt;br /&gt;&lt;/p&gt; &lt;p style=&quot;margin-left: 0.49in; margin-bottom: 0in; font-style: normal;&quot; align=&quot;LEFT&quot;&gt; &lt;span style=&quot;font-size:100%;&quot;&gt;&lt;b&gt;What we are looking for:&lt;/b&gt;&lt;/span&gt;&lt;/p&gt; &lt;p style=&quot;margin-left: 0.49in; margin-bottom: 0in; font-style: normal; font-weight: normal;&quot; align=&quot;LEFT&quot;&gt; &lt;span style=&quot;font-size:100%;&quot;&gt;We are looking for the vmotion ID, every time there is VMotion triggered, a VMotion ID will be created first. As we can see here, there were three different VMotion happened on this VM named “vmotion-test” With ID 1301685441034055, 1301685587877584, and 1301685636815010. Now depend on which one we want to analyze, we can look into details of each VMotion. (Vcenter has a record of time for each VMotion, we can find the corresponding time on the ESX servers)&lt;/span&gt;&lt;/p&gt; &lt;p style=&quot;margin-left: 0.49in; margin-bottom: 0in; font-style: normal; font-weight: normal;&quot; align=&quot;LEFT&quot;&gt;&lt;br /&gt;&lt;/p&gt; &lt;p style=&quot;margin-left: 0.49in; margin-bottom: 0in; font-style: normal;&quot; align=&quot;LEFT&quot;&gt; &lt;span style=&quot;font-size:100%;&quot;&gt;&lt;b&gt;What else:   &lt;/b&gt;&lt;/span&gt; &lt;/p&gt; &lt;p style=&quot;margin-left: 0.49in; margin-bottom: 0in; font-style: normal; font-weight: normal;&quot; align=&quot;LEFT&quot;&gt; &lt;span style=&quot;font-size:100%;&quot;&gt;There are some good information we can see from this output. Let&#39;s use vmotion ID  1301685441034055 as the example. &lt;/span&gt; &lt;/p&gt; &lt;p style=&quot;margin-left: 0.49in; margin-bottom: 0in;&quot; align=&quot;LEFT&quot;&gt;&lt;span style=&quot;color: rgb(255, 0, 0);&quot;&gt;&lt;span style=&quot;font-size:85%;&quot;&gt;&lt;i&gt;&lt;b&gt;Sending &#39;to&#39; srcIp=10.21.51.137 dstIp=10.21.53.102&lt;/b&gt;&lt;/i&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt; &lt;p style=&quot;margin-left: 0.49in; margin-bottom: 0in; font-style: normal; font-weight: normal;&quot; align=&quot;LEFT&quot;&gt; &lt;span style=&quot;font-size:100%;&quot;&gt;As we can see here, the log tells us we are on the source ESX host with the “Sending &#39;to&#39;” statement. (You will see Sending &#39;from&#39; on the destination host)&lt;/span&gt;&lt;/p&gt; &lt;p style=&quot;margin-left: 0.49in; margin-bottom: 0in;&quot; align=&quot;LEFT&quot;&gt;“&lt;span style=&quot;font-size:100%;&quot;&gt;&lt;i&gt;&lt;span style=&quot;font-weight: normal;&quot;&gt;srcIp=10.21.51.137”&lt;/span&gt;&lt;/i&gt;&lt;/span&gt;&lt;span style=&quot;font-size:100%;&quot;&gt;&lt;span style=&quot;font-style: normal;&quot;&gt;&lt;span style=&quot;font-weight: normal;&quot;&gt;  the source VMotion IP is 10.21.51.137. (Note this is different from the Service Console IP address or management IP address on ESXi)&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt; &lt;p style=&quot;margin-left: 0.49in; margin-bottom: 0in;&quot; align=&quot;LEFT&quot;&gt;“&lt;span style=&quot;font-size:100%;&quot;&gt;&lt;i&gt;&lt;span style=&quot;font-weight: normal;&quot;&gt;dstIp=10.21.53.102”&lt;/span&gt;&lt;/i&gt;&lt;/span&gt;&lt;span style=&quot;font-size:100%;&quot;&gt;&lt;span style=&quot;font-style: normal;&quot;&gt;&lt;span style=&quot;font-weight: normal;&quot;&gt; The destination host VMotion IP is 10.21.53.102 &lt;/span&gt;&lt;/span&gt;&lt;/span&gt; &lt;/p&gt; &lt;p style=&quot;margin-left: 0.49in; margin-bottom: 0in; font-weight: normal;&quot; align=&quot;LEFT&quot;&gt;&lt;br /&gt;&lt;/p&gt; &lt;p style=&quot;margin-left: 0.49in; margin-bottom: 0in;&quot; align=&quot;LEFT&quot;&gt;“&lt;span style=&quot;font-size:100%;&quot;&gt;&lt;i&gt;&lt;span style=&quot;font-weight: normal;&quot;&gt;VMotionPrepare: srcMgmtIp=10.21.49.137&lt;/span&gt;&lt;/i&gt;&lt;/span&gt;&lt;/p&gt; &lt;p style=&quot;margin-left: 0.49in; margin-bottom: 0in;&quot; align=&quot;LEFT&quot;&gt;” &lt;span style=&quot;font-size:100%;&quot;&gt;&lt;span style=&quot;font-style: normal;&quot;&gt;&lt;span style=&quot;font-weight: normal;&quot;&gt;This is the management IP of the source host &lt;/span&gt;&lt;/span&gt;&lt;/span&gt; &lt;/p&gt; &lt;p style=&quot;margin-left: 0.49in; margin-bottom: 0in;&quot; align=&quot;LEFT&quot;&gt;“&lt;span style=&quot;font-size:100%;&quot;&gt;&lt;i&gt;&lt;span style=&quot;font-weight: normal;&quot;&gt;VMotionPrepare: dstMgmtIp=10.21.49.138&lt;/span&gt;&lt;/i&gt;&lt;/span&gt;&lt;/p&gt; &lt;p style=&quot;margin-left: 0.49in; margin-bottom: 0in;&quot; align=&quot;LEFT&quot;&gt;” &lt;span style=&quot;font-size:100%;&quot;&gt;&lt;span style=&quot;font-style: normal;&quot;&gt;&lt;span style=&quot;font-weight: normal;&quot;&gt;This is the management IP of the destination host&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt; &lt;p style=&quot;margin-bottom: 0in;&quot; align=&quot;LEFT&quot;&gt;&lt;br /&gt;&lt;/p&gt; &lt;ol start=&quot;3&quot;&gt;&lt;li&gt;&lt;p style=&quot;margin-bottom: 0in;&quot; align=&quot;LEFT&quot;&gt;Now we can find the  details. Again use  &lt;span style=&quot;font-size:100%;&quot;&gt;&lt;span style=&quot;font-style: normal;&quot;&gt;&lt;span style=&quot;font-weight: normal;&quot;&gt;1301685441034055  as an example&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt; &lt;/li&gt;&lt;/ol&gt; &lt;p style=&quot;margin-bottom: 0in;&quot; align=&quot;LEFT&quot;&gt;“&lt;b&gt;grep -i 1301685441034055 hostd* | less”&lt;/b&gt; (You don&#39;t have to put “less”, just a habit of my own)&lt;/p&gt; &lt;p style=&quot;margin-bottom: 0in;&quot; align=&quot;LEFT&quot;&gt;In this command, we are grepping for all logs related to VMotion ID  &lt;span style=&quot;font-weight: normal;&quot;&gt;1301685441034055.&lt;/span&gt;&lt;/p&gt; &lt;p style=&quot;margin-bottom: 0in;&quot; align=&quot;LEFT&quot;&gt;&lt;br /&gt;&lt;/p&gt; &lt;p style=&quot;margin-bottom: 0in;&quot; align=&quot;LEFT&quot;&gt;&lt;span style=&quot;font-weight: normal;&quot;&gt; &lt;/span&gt;&lt;b&gt;Out put from this command: &lt;/b&gt;&lt;span style=&quot;font-weight: normal;&quot;&gt;(Long out put, I will go one section at a time)&lt;/span&gt;&lt;/p&gt; &lt;p style=&quot;margin-bottom: 0in;&quot; align=&quot;LEFT&quot;&gt;&lt;b&gt; &lt;/b&gt;&lt;/p&gt; &lt;p style=&quot;margin-left: 0.5in; margin-bottom: 0in;&quot; align=&quot;LEFT&quot;&gt;&lt;span style=&quot;font-size:85%;&quot;&gt;&lt;i&gt;&lt;span style=&quot;font-weight: normal;&quot;&gt;hostd-11.log:[2011-04-01 15:14:34.135 F5A5AB90 info &#39;&lt;/span&gt;&lt;/i&gt;&lt;/span&gt;&lt;span style=&quot;color: rgb(255, 0, 0);&quot;&gt;&lt;span style=&quot;font-size:85%;&quot;&gt;&lt;i&gt;&lt;b&gt;VMotion&#39; opID=F6FC49D5-000007E6-d] PrepareSourceEx [1301685441034055]&lt;/b&gt;&lt;/i&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style=&quot;font-size:85%;&quot;&gt;&lt;i&gt;&lt;span style=&quot;font-weight: normal;&quot;&gt;, VM = &#39;32&#39;&lt;/span&gt;&lt;/i&gt;&lt;/span&gt;&lt;/p&gt; &lt;p style=&quot;margin-left: 0.5in; margin-bottom: 0in; font-weight: normal;&quot; align=&quot;LEFT&quot;&gt;&lt;br /&gt;&lt;/p&gt; &lt;p style=&quot;margin-left: 0.5in; margin-bottom: 0in;&quot; align=&quot;LEFT&quot;&gt;&lt;span style=&quot;font-size:85%;&quot;&gt;&lt;i&gt;&lt;span style=&quot;font-weight: normal;&quot;&gt;hostd-11.log:[2011-04-01 15:14:34.135 F5A5AB90 info &#39;VMotionSrc (1301685441034055)&#39; opID=F6FC49D5-000007E6-d] &lt;/span&gt;&lt;/i&gt;&lt;/span&gt;&lt;span style=&quot;color: rgb(255, 0, 0);&quot;&gt;&lt;span style=&quot;font-size:85%;&quot;&gt;&lt;i&gt;&lt;b&gt;VMotionEntry: migrateType = 1&lt;/b&gt;&lt;/i&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt; &lt;p style=&quot;margin-left: 0.5in; margin-bottom: 0in;&quot; align=&quot;LEFT&quot;&gt;&lt;br /&gt;&lt;/p&gt; &lt;p style=&quot;margin-left: 0.5in; margin-bottom: 0in;&quot; align=&quot;LEFT&quot;&gt;&lt;span style=&quot;font-size:85%;&quot;&gt;&lt;i&gt;&lt;span style=&quot;font-weight: normal;&quot;&gt;hostd-11.log:[2011-04-01 15:14:34.203 F5A5AB90 verbose &#39;VMotionSrc (1301685441034055)&#39; opID=F6FC49D5-000007E6-d] &lt;/span&gt;&lt;/i&gt;&lt;/span&gt;&lt;span style=&quot;color: rgb(255, 0, 0);&quot;&gt;&lt;span style=&quot;font-size:85%;&quot;&gt;&lt;i&gt;&lt;b&gt;JrnlCreate:&lt;/b&gt;&lt;/i&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style=&quot;font-size:85%;&quot;&gt;&lt;i&gt;&lt;span style=&quot;font-weight: normal;&quot;&gt; Created 1301685274.0&lt;/span&gt;&lt;/i&gt;&lt;/span&gt;&lt;/p&gt; &lt;p style=&quot;margin-left: 0.5in; margin-bottom: 0in; font-weight: normal;&quot; align=&quot;LEFT&quot;&gt;&lt;br /&gt;&lt;/p&gt; &lt;p style=&quot;margin-left: 0.5in; margin-bottom: 0in; font-weight: normal;&quot; align=&quot;LEFT&quot;&gt; &lt;span style=&quot;font-size:85%;&quot;&gt;&lt;i&gt;hostd-11.log:[2011-04-01 15:14:34.203 F5A5AB90 info &#39;vm:/vmfs/volumes/4d6579ec-23f981cb-465c-00237da0cfee/Vmotion-test/Vmotion-test.vmx&#39; opID=F6FC49D5-000007E6-d] VMotionPrepare (1301685441034055): Sending &#39;to&#39; srcIp=10.21.51.137 dstIp=10.21.53.102, type=1, encrypted=false, remoteThumbprint=&lt;/i&gt;&lt;/span&gt;&lt;/p&gt; &lt;p style=&quot;margin-left: 0.5in; margin-bottom: 0in; font-weight: normal;&quot; align=&quot;LEFT&quot;&gt;&lt;br /&gt;&lt;/p&gt; &lt;p style=&quot;margin-left: 0.5in; margin-bottom: 0in;&quot; align=&quot;LEFT&quot;&gt;&lt;span style=&quot;font-size:85%;&quot;&gt;&lt;i&gt;&lt;span style=&quot;font-weight: normal;&quot;&gt;hostd-11.log:[2011-04-01 15:14:34.205 F5A5AB90 verbose &#39;VMotionSrc (1301685441034055)&#39; opID=F6FC49D5-000007E6-d] &lt;/span&gt;&lt;/i&gt;&lt;/span&gt;&lt;span style=&quot;color: rgb(255, 0, 0);&quot;&gt;&lt;span style=&quot;font-size:85%;&quot;&gt;&lt;i&gt;&lt;b&gt;Migration changed state from NONE to BEGIN&lt;/b&gt;&lt;/i&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt; &lt;p style=&quot;margin-left: 0.5in; margin-bottom: 0in;&quot; align=&quot;LEFT&quot;&gt;&lt;br /&gt;&lt;/p&gt; &lt;p style=&quot;margin-left: 0.5in; margin-bottom: 0in; font-weight: normal;&quot; align=&quot;LEFT&quot;&gt; &lt;span style=&quot;font-size:85%;&quot;&gt;&lt;i&gt;hostd-11.log:[2011-04-01 15:14:34.205 F5A5AB90 info &#39;VMotion&#39; opID=F6FC49D5-000007E6-d] Completed scheduling PrepareSourceEx [1301685441034055].&lt;/i&gt;&lt;/span&gt;&lt;/p&gt; &lt;p style=&quot;margin-left: 0.5in; margin-bottom: 0in; font-weight: normal;&quot; align=&quot;LEFT&quot;&gt;&lt;br /&gt;&lt;/p&gt; &lt;p style=&quot;margin-left: 0.5in; margin-bottom: 0in;&quot; align=&quot;LEFT&quot;&gt;&lt;span style=&quot;font-size:85%;&quot;&gt;&lt;i&gt;&lt;span style=&quot;font-weight: normal;&quot;&gt;hostd-11.log:[2011-04-01 15:14:34.231 F5549B90 verbose &#39;vm:/vmfs/volumes/4d6579ec-23f981cb-465c-00237da0cfee/Vmotion-test/Vmotion-test.vmx&#39;]&lt;/span&gt;&lt;/i&gt;&lt;/span&gt;&lt;span style=&quot;color: rgb(255, 0, 0);&quot;&gt;&lt;span style=&quot;font-size:85%;&quot;&gt;&lt;i&gt;&lt;span style=&quot;font-weight: normal;&quot;&gt; &lt;/span&gt;&lt;/i&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style=&quot;color: rgb(255, 0, 0);&quot;&gt;&lt;span style=&quot;font-size:85%;&quot;&gt;&lt;i&gt;&lt;b&gt;VMotionCmdCb&lt;/b&gt;&lt;/i&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style=&quot;color: rgb(255, 0, 0);&quot;&gt;&lt;span style=&quot;font-size:85%;&quot;&gt;&lt;i&gt;&lt;span style=&quot;font-weight: normal;&quot;&gt; &lt;/span&gt;&lt;/i&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style=&quot;font-size:85%;&quot;&gt;&lt;i&gt;&lt;span style=&quot;font-weight: normal;&quot;&gt;[1301685441034055] &#39;to&#39;: done&lt;/span&gt;&lt;/i&gt;&lt;/span&gt;&lt;/p&gt; &lt;p style=&quot;margin-left: 0.5in; margin-bottom: 0in; font-weight: normal;&quot; align=&quot;LEFT&quot;&gt;&lt;br /&gt;&lt;/p&gt; &lt;p style=&quot;margin-left: 0.5in; margin-bottom: 0in; font-weight: normal;&quot; align=&quot;LEFT&quot;&gt; &lt;span style=&quot;font-size:85%;&quot;&gt;&lt;i&gt;hostd-11.log:[2011-04-01 15:14:34.231 F5549B90 info &#39;vm:/vmfs/volumes/4d6579ec-23f981cb-465c-00237da0cfee/Vmotion-test/Vmotion-test.vmx&#39;] VMotionCmdCb [1301685441034055] : Prepare task completed successfully&lt;/i&gt;&lt;/span&gt;&lt;/p&gt; &lt;p style=&quot;margin-left: 0.5in; margin-bottom: 0in; font-weight: normal;&quot; align=&quot;LEFT&quot;&gt;&lt;br /&gt;&lt;/p&gt; &lt;p style=&quot;margin-left: 0.5in; margin-bottom: 0in;&quot; align=&quot;LEFT&quot;&gt;&lt;span style=&quot;font-size:85%;&quot;&gt;&lt;i&gt;&lt;span style=&quot;font-weight: normal;&quot;&gt;hostd-11.log:[2011-04-01 15:14:35.055 F5549B90 info &#39;VMotion&#39; opID=F6FC49D5-000007E6-a1] &lt;/span&gt;&lt;/i&gt;&lt;/span&gt;&lt;span style=&quot;color: rgb(255, 0, 0);&quot;&gt;&lt;span style=&quot;font-size:85%;&quot;&gt;&lt;i&gt;&lt;b&gt;InitiateSource [1301685441034055], WID = 6947903&lt;/b&gt;&lt;/i&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt; &lt;p style=&quot;margin-left: 0.5in; margin-bottom: 0in;&quot; align=&quot;LEFT&quot;&gt;&lt;br /&gt;&lt;/p&gt; &lt;p style=&quot;margin-left: 0.5in; margin-bottom: 0in; font-weight: normal;&quot; align=&quot;LEFT&quot;&gt;&lt;br /&gt;&lt;/p&gt; &lt;p style=&quot;margin-left: 0.5in; margin-bottom: 0in; font-style: normal; font-weight: normal;&quot; align=&quot;LEFT&quot;&gt; &lt;span style=&quot;font-size:100%;&quot;&gt;opID is “operation ID” some what new from engineering that to act as a debugging aid. You may not see those in the earlier version of ESX logs. This is very nice for support or whoever need to look into the logs, since this ID is designed to consistent across ESX server and vCenter logs as well. In this example you can see there are many different opIDs for the same VMotion ID. &lt;/span&gt; &lt;/p&gt; &lt;p style=&quot;margin-left: 0.5in; margin-bottom: 0in;&quot; align=&quot;LEFT&quot;&gt;“&lt;span style=&quot;font-size:100%;&quot;&gt;&lt;span style=&quot;font-style: normal;&quot;&gt;&lt;b&gt;migrateType” &lt;/b&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style=&quot;font-size:100%;&quot;&gt;&lt;span style=&quot;font-style: normal;&quot;&gt;&lt;span style=&quot;font-weight: normal;&quot;&gt;There are 6 different type of migrations. For what we care, the first three are:&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt; &lt;ul&gt;&lt;li&gt;&lt;p style=&quot;margin-bottom: 0in;&quot; align=&quot;LEFT&quot;&gt;migrateType = 1 VMotion&lt;/p&gt;  &lt;/li&gt;&lt;li&gt;&lt;p style=&quot;margin-bottom: 0in;&quot; align=&quot;LEFT&quot;&gt;migrateType = 2 Storage  VMotion (FSR)&lt;/p&gt;  &lt;/li&gt;&lt;li&gt;&lt;p style=&quot;margin-bottom: 0in;&quot; align=&quot;LEFT&quot;&gt;migrateType = 3 Fault  Tolerant (FT)   &lt;/p&gt; &lt;/li&gt;&lt;/ul&gt; &lt;p style=&quot;margin-left: 0.49in; margin-bottom: 0in;&quot; align=&quot;LEFT&quot;&gt;“&lt;b&gt;JrnlCreate” &lt;/b&gt;Every VMotion will have a journal create, in case any migration failure, the source  host can rollback with the journal.  The VMotion journal management is 5 steps process&lt;/p&gt; &lt;ul&gt;&lt;li&gt;&lt;p style=&quot;margin-bottom: 0in;&quot; align=&quot;LEFT&quot;&gt;Create   &lt;/p&gt;  &lt;/li&gt;&lt;li&gt;&lt;p style=&quot;margin-bottom: 0in;&quot; align=&quot;LEFT&quot;&gt;Begin&lt;/p&gt;  &lt;/li&gt;&lt;li&gt;&lt;p style=&quot;margin-bottom: 0in;&quot; align=&quot;LEFT&quot;&gt;PutWID&lt;/p&gt;  &lt;/li&gt;&lt;li&gt;&lt;p style=&quot;margin-bottom: 0in;&quot; align=&quot;LEFT&quot;&gt;End&lt;/p&gt;  &lt;/li&gt;&lt;li&gt;&lt;p style=&quot;margin-bottom: 0in;&quot; align=&quot;LEFT&quot;&gt;Delete&lt;/p&gt; &lt;/li&gt;&lt;/ul&gt; &lt;p style=&quot;margin-left: 0.51in; margin-bottom: 0in;&quot; align=&quot;LEFT&quot;&gt;&lt;span style=&quot;color: rgb(0, 0, 0);&quot;&gt;“&lt;span style=&quot;font-size:100%;&quot;&gt;&lt;span style=&quot;font-style: normal;&quot;&gt;&lt;b&gt;Migration changed state from NONE to BEGIN&lt;/b&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt; &lt;p style=&quot;margin-left: 0.51in; margin-bottom: 0in;&quot; align=&quot;LEFT&quot;&gt;&lt;span style=&quot;color: rgb(0, 0, 0);&quot;&gt;”&lt;/span&gt;&lt;span style=&quot;color: rgb(0, 0, 0);&quot;&gt; &lt;span style=&quot;font-size:100%;&quot;&gt;&lt;span style=&quot;font-style: normal;&quot;&gt;&lt;span style=&quot;font-weight: normal;&quot;&gt;This is the beginning of the VMotion process&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt; &lt;p style=&quot;margin-left: 0.51in; margin-bottom: 0in;&quot; align=&quot;LEFT&quot;&gt;&lt;span style=&quot;color: rgb(0, 0, 0);&quot;&gt;“&lt;span style=&quot;font-size:100%;&quot;&gt;&lt;span style=&quot;font-style: normal;&quot;&gt;&lt;b&gt;VmotionCmdCb”&lt;/b&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style=&quot;color: rgb(0, 0, 0);&quot;&gt;&lt;span style=&quot;font-size:100%;&quot;&gt;&lt;span style=&quot;font-style: normal;&quot;&gt;&lt;span style=&quot;font-weight: normal;&quot;&gt; VMotion command call back is a process that update VMDB on the ESX host with the path to the VM&#39;s configuration file and vmdk files in case there was some changes on the VM. (As you can see it followed by the path to the vmx file)&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt; &lt;p style=&quot;margin-left: 0.51in; margin-bottom: 0in;&quot; align=&quot;LEFT&quot;&gt;&lt;span style=&quot;color: rgb(0, 0, 0);&quot;&gt;“&lt;span style=&quot;font-size:100%;&quot;&gt;&lt;span style=&quot;font-style: normal;&quot;&gt;&lt;b&gt;InitiateSource [1301685441034055], WID = 6947903&lt;/b&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt; &lt;p style=&quot;margin-left: 0.51in; margin-bottom: 0in;&quot; align=&quot;LEFT&quot;&gt;&lt;span style=&quot;color: rgb(0, 0, 0);&quot;&gt;” &lt;/span&gt;&lt;span style=&quot;color: rgb(0, 0, 0);&quot;&gt;&lt;span style=&quot;font-size:100%;&quot;&gt;&lt;span style=&quot;font-style: normal;&quot;&gt;&lt;span style=&quot;font-weight: normal;&quot;&gt;After all the preparation and checking now the VMotion process need to find the world ID of the VM which is 6947903 in our case.&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt; &lt;p style=&quot;margin-left: 0.51in; margin-bottom: 0in; font-style: normal;&quot; align=&quot;LEFT&quot;&gt;&lt;br /&gt;&lt;/p&gt; &lt;p style=&quot;margin-left: 0.51in; margin-bottom: 0in; font-style: normal;&quot; align=&quot;LEFT&quot;&gt; &lt;span style=&quot;color: rgb(0, 0, 0);&quot;&gt;&lt;span style=&quot;font-size:100%;&quot;&gt;&lt;b&gt;Out Put Continued:&lt;/b&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt; &lt;p style=&quot;margin-left: 0.51in; margin-bottom: 0in; font-style: normal;&quot; align=&quot;LEFT&quot;&gt;&lt;br /&gt;&lt;/p&gt; &lt;p style=&quot;margin-left: 0.51in; margin-bottom: 0in;&quot; align=&quot;LEFT&quot;&gt;&lt;span style=&quot;color: rgb(0, 0, 0);&quot;&gt;&lt;span style=&quot;font-size:85%;&quot;&gt;&lt;i&gt;&lt;span style=&quot;font-weight: normal;&quot;&gt;hostd-11.log:[2011-04-01 15:14:35.221 F5549B90 verbose &#39;VMotionSrc (1301685441034055)&#39; opID=F6FC49D5-000007E6-a1] JrnlBegin: VM objID=32 srcIp=10.21.51.137 &lt;/span&gt;&lt;/i&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style=&quot;color: rgb(255, 0, 0);&quot;&gt;&lt;span style=&quot;font-size:85%;&quot;&gt;&lt;i&gt;&lt;b&gt;migrateType=MIGRATE_TYPE_VMOTION&lt;/b&gt;&lt;/i&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt; &lt;p style=&quot;margin-left: 0.51in; margin-bottom: 0in;&quot; align=&quot;LEFT&quot;&gt;&lt;br /&gt;&lt;/p&gt; &lt;p style=&quot;margin-left: 0.51in; margin-bottom: 0in;&quot; align=&quot;LEFT&quot;&gt;&lt;span style=&quot;color: rgb(0, 0, 0);&quot;&gt;&lt;span style=&quot;font-size:85%;&quot;&gt;&lt;i&gt;&lt;span style=&quot;font-weight: normal;&quot;&gt;hostd-11.log:[2011-04-01 15:14:35.243 F5549B90 verbose &#39;VMotionSrc (1301685441034055)&#39; opID=F6FC49D5-000007E6-a1] &lt;/span&gt;&lt;/i&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style=&quot;color: rgb(255, 0, 0);&quot;&gt;&lt;span style=&quot;font-size:85%;&quot;&gt;&lt;i&gt;&lt;b&gt;JrnlPutWid: Wrote wid=4868&lt;/b&gt;&lt;/i&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt; &lt;p style=&quot;margin-left: 0.51in; margin-bottom: 0in;&quot; align=&quot;LEFT&quot;&gt;&lt;br /&gt;&lt;/p&gt; &lt;p style=&quot;margin-left: 0.51in; margin-bottom: 0in; font-weight: normal;&quot; align=&quot;LEFT&quot;&gt; &lt;span style=&quot;color: rgb(0, 0, 0);&quot;&gt;&lt;span style=&quot;font-size:85%;&quot;&gt;&lt;i&gt;hostd-11.log:[2011-04-01 15:14:35.243 F5549B90 info &#39;vm:/vmfs/volumes/4d6579ec-23f981cb-465c-00237da0cfee/Vmotion-test/Vmotion-test.vmx&#39; opID=F6FC49D5-000007E6-a1] VMotionInitiateSrc (1301685441034055): wid=6947903&lt;/i&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt; &lt;p style=&quot;margin-left: 0.51in; margin-bottom: 0in; font-weight: normal;&quot; align=&quot;LEFT&quot;&gt;&lt;br /&gt;&lt;/p&gt; &lt;p style=&quot;margin-left: 0.51in; margin-bottom: 0in;&quot; align=&quot;LEFT&quot;&gt;&lt;span style=&quot;color: rgb(0, 0, 0);&quot;&gt;&lt;span style=&quot;font-size:85%;&quot;&gt;&lt;i&gt;&lt;span style=&quot;font-weight: normal;&quot;&gt;hostd-11.log:[2011-04-01 15:14:35.244 F5549B90 verbose &#39;VMotionSrc (1301685441034055)&#39; opID=F6FC49D5-000007E6-a1] &lt;/span&gt;&lt;/i&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style=&quot;color: rgb(255, 0, 0);&quot;&gt;&lt;span style=&quot;font-size:85%;&quot;&gt;&lt;i&gt;&lt;b&gt;Migration changed state from BEGIN to MIGRATING&lt;/b&gt;&lt;/i&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt; &lt;p style=&quot;margin-left: 0.51in; margin-bottom: 0in;&quot; align=&quot;LEFT&quot;&gt;&lt;br /&gt;&lt;/p&gt; &lt;p style=&quot;margin-left: 0.51in; margin-bottom: 0in;&quot; align=&quot;LEFT&quot;&gt;&lt;span style=&quot;color: rgb(0, 0, 0);&quot;&gt;&lt;span style=&quot;font-size:85%;&quot;&gt;&lt;i&gt;&lt;span style=&quot;font-weight: normal;&quot;&gt;hostd-11.log:[2011-04-01 15:14:35.261 F579CB90 verbose &#39;vm:/vmfs/volumes/4d6579ec-23f981cb-465c-00237da0cfee/Vmotion-test/Vmotion-test.vmx&#39;] &lt;/span&gt;&lt;/i&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style=&quot;color: rgb(255, 0, 0);&quot;&gt;&lt;span style=&quot;font-size:85%;&quot;&gt;&lt;i&gt;&lt;b&gt;VMotionCmdCb [1301685441034055] &#39;start&#39;: done&lt;/b&gt;&lt;/i&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt; &lt;p style=&quot;margin-left: 0.51in; margin-bottom: 0in;&quot; align=&quot;LEFT&quot;&gt;&lt;br /&gt;&lt;/p&gt; &lt;p style=&quot;margin-left: 0.51in; margin-bottom: 0in;&quot; align=&quot;LEFT&quot;&gt;&lt;span style=&quot;color: rgb(0, 0, 0);&quot;&gt;&lt;span style=&quot;font-size:85%;&quot;&gt;&lt;i&gt;&lt;span style=&quot;font-weight: normal;&quot;&gt;hostd-11.log:[2011-04-01 15:14:39.143 F558AB90 info &#39;VMotionSrc (1301685441034055)&#39;] &lt;/span&gt;&lt;/i&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style=&quot;color: rgb(255, 0, 0);&quot;&gt;&lt;span style=&quot;font-size:85%;&quot;&gt;&lt;i&gt;&lt;b&gt;ResolveCb: VMX reports needsUnregister = true for migrateType MIGRATE_TYPE_VMOTION&lt;/b&gt;&lt;/i&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt; &lt;p style=&quot;margin-left: 0.51in; margin-bottom: 0in;&quot; align=&quot;LEFT&quot;&gt;&lt;br /&gt;&lt;/p&gt; &lt;p style=&quot;margin-left: 0.51in; margin-bottom: 0in;&quot; align=&quot;LEFT&quot;&gt;&lt;span style=&quot;color: rgb(0, 0, 0);&quot;&gt;&lt;span style=&quot;font-size:85%;&quot;&gt;&lt;i&gt;&lt;span style=&quot;font-weight: normal;&quot;&gt;hostd-11.log:[2011-04-01 15:14:39.143 F558AB90 info &#39;VMotionSrc (1301685441034055)&#39;] &lt;/span&gt;&lt;/i&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style=&quot;color: rgb(255, 0, 0);&quot;&gt;&lt;span style=&quot;font-size:85%;&quot;&gt;&lt;i&gt;&lt;b&gt;ResolveCb: Succeeded&lt;/b&gt;&lt;/i&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt; &lt;p style=&quot;margin-left: 0.51in; margin-bottom: 0in;&quot; align=&quot;LEFT&quot;&gt;&lt;br /&gt;&lt;/p&gt; &lt;p style=&quot;margin-left: 0.51in; margin-bottom: 0in;&quot; align=&quot;LEFT&quot;&gt;&lt;span style=&quot;color: rgb(0, 0, 0);&quot;&gt;&lt;span style=&quot;font-size:85%;&quot;&gt;&lt;i&gt;&lt;span style=&quot;font-weight: normal;&quot;&gt;hostd-11.log:[2011-04-01 15:14:39.143 F558AB90 verbose &#39;VMotionSrc (1301685441034055)&#39;] &lt;/span&gt;&lt;/i&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style=&quot;color: rgb(255, 0, 0);&quot;&gt;&lt;span style=&quot;font-size:85%;&quot;&gt;&lt;i&gt;&lt;b&gt;Migration changed state from MIGRATING to UNREGISTERING&lt;/b&gt;&lt;/i&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt; &lt;p style=&quot;margin-left: 0.51in; margin-bottom: 0in;&quot; align=&quot;LEFT&quot;&gt;&lt;br /&gt;&lt;/p&gt; &lt;p style=&quot;margin-left: 0.51in; margin-bottom: 0in; font-weight: normal;&quot; align=&quot;LEFT&quot;&gt; &lt;span style=&quot;color: rgb(0, 0, 0);&quot;&gt;&lt;span style=&quot;font-size:85%;&quot;&gt;&lt;i&gt;hostd-11.log:[2011-04-01 15:14:39.143 F558AB90 verbose &#39;VMotionSrc (1301685441034055)&#39;] Finish called&lt;/i&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt; &lt;p style=&quot;margin-left: 0.51in; margin-bottom: 0in; font-weight: normal;&quot; align=&quot;LEFT&quot;&gt;&lt;br /&gt;&lt;/p&gt; &lt;p style=&quot;margin-left: 0.51in; margin-bottom: 0in;&quot; align=&quot;LEFT&quot;&gt;&lt;span style=&quot;color: rgb(0, 0, 0);&quot;&gt;&lt;span style=&quot;font-size:85%;&quot;&gt;&lt;i&gt;&lt;span style=&quot;font-weight: normal;&quot;&gt;hostd-11.log:[2011-04-01 15:14:41.232 F558AB90 verbose &lt;/span&gt;&lt;/i&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style=&quot;color: rgb(255, 0, 0);&quot;&gt;&lt;span style=&quot;font-size:85%;&quot;&gt;&lt;i&gt;&lt;b&gt;&#39;VMotionSrc (1301685441034055)&#39;] Migration changed state from UNREGISTERING to DONE&lt;/b&gt;&lt;/i&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt; &lt;p style=&quot;margin-left: 0.51in; margin-bottom: 0in;&quot; align=&quot;LEFT&quot;&gt;&lt;br /&gt;&lt;/p&gt; &lt;p style=&quot;margin-left: 0.51in; margin-bottom: 0in; font-weight: normal;&quot; align=&quot;LEFT&quot;&gt; &lt;span style=&quot;color: rgb(0, 0, 0);&quot;&gt;&lt;span style=&quot;font-size:85%;&quot;&gt;&lt;i&gt;hostd-11.log:[2011-04-01 15:14:41.390 F558AB90 verbose &#39;VMotionSrc (1301685441034055)&#39;] JrnlEnd: Wrote active=0&lt;/i&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt; &lt;p style=&quot;margin-left: 0.51in; margin-bottom: 0in; font-weight: normal;&quot; align=&quot;LEFT&quot;&gt;&lt;br /&gt;&lt;/p&gt; &lt;p style=&quot;margin-left: 0.51in; margin-bottom: 0in; font-weight: normal;&quot; align=&quot;LEFT&quot;&gt; &lt;span style=&quot;color: rgb(0, 0, 0);&quot;&gt;&lt;span style=&quot;font-size:85%;&quot;&gt;&lt;i&gt;hostd-11.log:[2011-04-01 15:14:41.416 F558AB90 verbose &#39;VMotionSrc (1301685441034055)&#39;] JrnlEnd: Finished journal&lt;/i&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt; &lt;p style=&quot;margin-left: 0.51in; margin-bottom: 0in; font-weight: normal;&quot; align=&quot;LEFT&quot;&gt;&lt;br /&gt;&lt;/p&gt; &lt;p style=&quot;margin-left: 0.51in; margin-bottom: 0in; font-weight: normal;&quot; align=&quot;LEFT&quot;&gt; &lt;span style=&quot;color: rgb(0, 0, 0);&quot;&gt;&lt;span style=&quot;font-size:85%;&quot;&gt;&lt;i&gt;hostd-11.log:[2011-04-01 15:14:41.416 F558AB90 verbose &#39;VMotionSrc (1301685441034055)&#39;] [JrnlFilePersistenceProvider::DeleteJournal] Deleting /var/lib/vmware/hostd/journal/1301685274.0.&lt;/i&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt; &lt;p style=&quot;margin-left: 0.51in; margin-bottom: 0in; font-weight: normal;&quot; align=&quot;LEFT&quot;&gt;&lt;br /&gt;&lt;/p&gt; &lt;p style=&quot;margin-left: 0.51in; margin-bottom: 0in;&quot; align=&quot;LEFT&quot;&gt;&lt;span style=&quot;color: rgb(0, 0, 0);&quot;&gt;&lt;span style=&quot;font-size:85%;&quot;&gt;&lt;i&gt;&lt;span style=&quot;font-weight: normal;&quot;&gt;hostd-11.log:[2011-04-01 15:14:41.416 F558AB90 verbose &#39;VMotionSrc (1301685441034055)&#39;]&lt;/span&gt;&lt;/i&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style=&quot;color: rgb(255, 0, 0);&quot;&gt;&lt;span style=&quot;font-size:85%;&quot;&gt;&lt;i&gt;&lt;b&gt; JrnlDelete: Deleted journal&lt;/b&gt;&lt;/i&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt; &lt;p style=&quot;margin-left: 0.51in; margin-bottom: 0in;&quot; align=&quot;LEFT&quot;&gt;&lt;br /&gt;&lt;/p&gt; &lt;p style=&quot;margin-left: 0.51in; margin-bottom: 0in;&quot; align=&quot;LEFT&quot;&gt;&lt;span style=&quot;color: rgb(0, 0, 0);&quot;&gt;&lt;span style=&quot;font-size:85%;&quot;&gt;&lt;i&gt;&lt;span style=&quot;font-weight: normal;&quot;&gt;hostd-11.log:[2011-04-01 15:14:41.416 F558AB90 info &#39;VMotionSrc (1301685441034055)&#39;] &lt;/span&gt;&lt;/i&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style=&quot;color: rgb(255, 0, 0);&quot;&gt;&lt;span style=&quot;font-size:85%;&quot;&gt;&lt;i&gt;&lt;b&gt;CompleteOp: Vmotion task succeeded with result: &lt;/b&gt;&lt;/i&gt;&lt;/span&gt;&lt;/span&gt; &lt;/p&gt; &lt;p style=&quot;margin-left: 0.51in; margin-bottom: 0in;&quot; align=&quot;LEFT&quot;&gt;&lt;br /&gt;&lt;/p&gt; &lt;p style=&quot;margin-left: 0.51in; margin-bottom: 0in; font-weight: normal;&quot; align=&quot;LEFT&quot;&gt; &lt;span style=&quot;color: rgb(0, 0, 0);&quot;&gt;&lt;span style=&quot;font-size:85%;&quot;&gt;&lt;i&gt;hostd-11.log:[2011-04-01 15:14:42.468 F5A5AB90 info &#39;VMotion&#39; opID=F6FC49D5-000007E6-38] CompleteSource [1301685441034055]&lt;/i&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt; &lt;p style=&quot;margin-left: 0.51in; margin-bottom: 0in; font-weight: normal;&quot; align=&quot;LEFT&quot;&gt;&lt;br /&gt;&lt;/p&gt; &lt;p style=&quot;margin-left: 0.51in; margin-bottom: 0in;&quot; align=&quot;LEFT&quot;&gt;&lt;br /&gt;&lt;/p&gt; &lt;p style=&quot;margin-left: 0.51in; margin-bottom: 0in;&quot; align=&quot;LEFT&quot;&gt;&lt;span style=&quot;color: rgb(0, 0, 0);&quot;&gt;“&lt;/span&gt;&lt;span style=&quot;color: rgb(0, 0, 0);&quot;&gt;&lt;span style=&quot;font-size:100%;&quot;&gt;&lt;span style=&quot;font-style: normal;&quot;&gt;&lt;b&gt;migrateType=MIGRATE_TYPE_VMOTION” &lt;/b&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style=&quot;color: rgb(0, 0, 0);&quot;&gt;&lt;span style=&quot;font-size:100%;&quot;&gt;&lt;span style=&quot;font-style: normal;&quot;&gt;&lt;span style=&quot;font-weight: normal;&quot;&gt;Once again, it shows the migration type. &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt; &lt;/p&gt; &lt;p style=&quot;margin-left: 0.51in; margin-bottom: 0in;&quot; align=&quot;LEFT&quot;&gt;&lt;span style=&quot;color: rgb(0, 0, 0);&quot;&gt;“&lt;/span&gt;&lt;span style=&quot;color: rgb(0, 0, 0);&quot;&gt;&lt;span style=&quot;font-size:100%;&quot;&gt;&lt;span style=&quot;font-style: normal;&quot;&gt;&lt;b&gt;JrnlPutWid: Wrote wid=4868&lt;/b&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt; &lt;p style=&quot;margin-left: 0.51in; margin-bottom: 0in;&quot; align=&quot;LEFT&quot;&gt;&lt;span style=&quot;color: rgb(0, 0, 0);&quot;&gt;” &lt;/span&gt;&lt;span style=&quot;color: rgb(0, 0, 0);&quot;&gt;&lt;span style=&quot;font-size:100%;&quot;&gt;&lt;span style=&quot;font-style: normal;&quot;&gt;&lt;span style=&quot;font-weight: normal;&quot;&gt;Create a Journal world ID for this VM.&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt; &lt;p style=&quot;margin-left: 0.51in; margin-bottom: 0in;&quot; align=&quot;LEFT&quot;&gt;&lt;span style=&quot;color: rgb(0, 0, 0);&quot;&gt;“&lt;span style=&quot;font-size:100%;&quot;&gt;&lt;span style=&quot;font-style: normal;&quot;&gt;&lt;b&gt;Migration changed state from BEGIN to MIGRATING&lt;/b&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt; &lt;p style=&quot;margin-left: 0.51in; margin-bottom: 0in;&quot; align=&quot;LEFT&quot;&gt;&lt;span style=&quot;color: rgb(0, 0, 0);&quot;&gt;” &lt;/span&gt;&lt;span style=&quot;color: rgb(0, 0, 0);&quot;&gt;&lt;span style=&quot;font-size:100%;&quot;&gt;&lt;span style=&quot;font-style: normal;&quot;&gt;&lt;span style=&quot;font-weight: normal;&quot;&gt;We passed the first 10%, now we are moving the memory from one host to another&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt; &lt;p style=&quot;margin-left: 0.51in; margin-bottom: 0in; font-style: normal;&quot; align=&quot;LEFT&quot;&gt;&lt;br /&gt;&lt;/p&gt; &lt;p style=&quot;margin-left: 0.51in; margin-bottom: 0in; font-style: normal; font-weight: normal;&quot; align=&quot;LEFT&quot;&gt; &lt;span style=&quot;color: rgb(0, 0, 0);&quot;&gt;&lt;span style=&quot;font-size:100%;&quot;&gt;The normal VMotion process is like this:&lt;/span&gt;&lt;/span&gt;&lt;/p&gt; &lt;ul&gt;&lt;li&gt;&lt;p style=&quot;margin-bottom: 0in; font-style: normal; font-weight: normal;&quot; align=&quot;LEFT&quot;&gt;  &lt;span style=&quot;color: rgb(0, 0, 0);&quot;&gt;&lt;span style=&quot;font-size:100%;&quot;&gt;00% - 05% - copy VM files (and  initial pool switch if necessary)&lt;/span&gt;&lt;/span&gt;&lt;/p&gt; &lt;/li&gt;&lt;/ul&gt; &lt;p style=&quot;margin-bottom: 0in; font-style: normal; font-weight: normal;&quot; align=&quot;LEFT&quot;&gt;&lt;br /&gt;&lt;/p&gt; &lt;ul&gt;&lt;li&gt;&lt;p style=&quot;margin-bottom: 0in; font-style: normal; font-weight: normal;&quot; align=&quot;LEFT&quot;&gt;  &lt;span style=&quot;color: rgb(0, 0, 0);&quot;&gt;&lt;span style=&quot;font-size:100%;&quot;&gt;05% - 10% - copy or reconfigure  VM config file&lt;/span&gt;&lt;/span&gt;&lt;/p&gt; &lt;/li&gt;&lt;/ul&gt; &lt;p style=&quot;margin-bottom: 0in; font-style: normal; font-weight: normal;&quot; align=&quot;LEFT&quot;&gt;&lt;br /&gt;&lt;/p&gt; &lt;ul&gt;&lt;li&gt;&lt;p style=&quot;margin-bottom: 0in; font-style: normal; font-weight: normal;&quot; align=&quot;LEFT&quot;&gt;  &lt;span style=&quot;color: rgb(0, 0, 0);&quot;&gt;&lt;span style=&quot;font-size:100%;&quot;&gt;10% - 95% - progress reported by  destination&lt;/span&gt;&lt;/span&gt;&lt;/p&gt; &lt;/li&gt;&lt;/ul&gt; &lt;p style=&quot;margin-bottom: 0in; font-style: normal; font-weight: normal;&quot; align=&quot;LEFT&quot;&gt;&lt;br /&gt;&lt;/p&gt; &lt;ul&gt;&lt;li&gt;&lt;p style=&quot;margin-bottom: 0in; font-style: normal; font-weight: normal;&quot; align=&quot;LEFT&quot;&gt;  &lt;span style=&quot;color: rgb(0, 0, 0);&quot;&gt;&lt;span style=&quot;font-size:100%;&quot;&gt;95% - 100% - any other time  needed by source, plus final sync&lt;/span&gt;&lt;/span&gt;&lt;/p&gt; &lt;/li&gt;&lt;/ul&gt; &lt;p style=&quot;margin-bottom: 0in; font-style: normal;&quot; align=&quot;LEFT&quot;&gt;&lt;br /&gt;&lt;/p&gt; &lt;p style=&quot;margin-bottom: 0in; font-style: normal; font-weight: normal;&quot; align=&quot;LEFT&quot;&gt; &lt;span style=&quot;color: rgb(0, 0, 0);&quot;&gt;&lt;span style=&quot;font-size:100%;&quot;&gt; Storage VMotion process:&lt;/span&gt;&lt;/span&gt;&lt;/p&gt; &lt;ul&gt;&lt;li&gt;&lt;p style=&quot;margin-bottom: 0in; font-style: normal; font-weight: normal;&quot; align=&quot;LEFT&quot;&gt;  &lt;span style=&quot;color: rgb(0, 0, 0);&quot;&gt;&lt;span style=&quot;font-size:100%;&quot;&gt;00% - 00% - copy VM files (and  initial pool switch if necessary)&lt;/span&gt;&lt;/span&gt;&lt;/p&gt; &lt;/li&gt;&lt;/ul&gt; &lt;p style=&quot;margin-bottom: 0in; font-style: normal; font-weight: normal;&quot; align=&quot;LEFT&quot;&gt;&lt;br /&gt;&lt;/p&gt; &lt;ul&gt;&lt;li&gt;&lt;p style=&quot;margin-bottom: 0in; font-style: normal; font-weight: normal;&quot; align=&quot;LEFT&quot;&gt;  &lt;span style=&quot;color: rgb(0, 0, 0);&quot;&gt;&lt;span style=&quot;font-size:100%;&quot;&gt;00% - 01% - copy VM config file&lt;/span&gt;&lt;/span&gt;&lt;/p&gt; &lt;/li&gt;&lt;/ul&gt; &lt;p style=&quot;margin-bottom: 0in; font-style: normal; font-weight: normal;&quot; align=&quot;LEFT&quot;&gt;&lt;br /&gt;&lt;/p&gt; &lt;ul&gt;&lt;li&gt;&lt;p style=&quot;margin-bottom: 0in; font-style: normal; font-weight: normal;&quot; align=&quot;LEFT&quot;&gt;  &lt;span style=&quot;color: rgb(0, 0, 0);&quot;&gt;&lt;span style=&quot;font-size:100%;&quot;&gt;01% - 10% - progress reported by  destination&lt;/span&gt;&lt;/span&gt;&lt;/p&gt; &lt;/li&gt;&lt;/ul&gt; &lt;p style=&quot;margin-bottom: 0in; font-style: normal; font-weight: normal;&quot; align=&quot;LEFT&quot;&gt;&lt;br /&gt;&lt;/p&gt; &lt;ul&gt;&lt;li&gt;&lt;p style=&quot;margin-bottom: 0in; font-style: normal; font-weight: normal;&quot; align=&quot;LEFT&quot;&gt;  &lt;span style=&quot;color: rgb(0, 0, 0);&quot;&gt;&lt;span style=&quot;font-size:100%;&quot;&gt;10% - 10% - any other time needed  by source, plus sync&lt;/span&gt;&lt;/span&gt;&lt;/p&gt; &lt;/li&gt;&lt;/ul&gt; &lt;p style=&quot;margin-bottom: 0in; font-style: normal; font-weight: normal;&quot; align=&quot;LEFT&quot;&gt;&lt;br /&gt;&lt;/p&gt; &lt;ul&gt;&lt;li&gt;&lt;p style=&quot;margin-bottom: 0in; font-style: normal; font-weight: normal;&quot; align=&quot;LEFT&quot;&gt;  &lt;span style=&quot;color: rgb(0, 0, 0);&quot;&gt;&lt;span style=&quot;font-size:100%;&quot;&gt;10% - 90% - copy disks&lt;/span&gt;&lt;/span&gt;&lt;/p&gt; &lt;/li&gt;&lt;/ul&gt; &lt;p style=&quot;margin-bottom: 0in; font-style: normal; font-weight: normal;&quot; align=&quot;LEFT&quot;&gt;&lt;br /&gt;&lt;/p&gt; &lt;ul&gt;&lt;li&gt;&lt;p style=&quot;margin-bottom: 0in; font-style: normal; font-weight: normal;&quot; align=&quot;LEFT&quot;&gt;  &lt;span style=&quot;color: rgb(0, 0, 0);&quot;&gt;&lt;span style=&quot;font-size:100%;&quot;&gt;90% - 99% - reparent/commit disks&lt;/span&gt;&lt;/span&gt;&lt;/p&gt; &lt;/li&gt;&lt;/ul&gt; &lt;p style=&quot;margin-bottom: 0in; font-style: normal; font-weight: normal;&quot; align=&quot;LEFT&quot;&gt;&lt;br /&gt;&lt;/p&gt; &lt;ul&gt;&lt;li&gt;&lt;p style=&quot;margin-bottom: 0in; font-style: normal; font-weight: normal;&quot; align=&quot;LEFT&quot;&gt;  &lt;span style=&quot;color: rgb(0, 0, 0);&quot;&gt;&lt;span style=&quot;font-size:100%;&quot;&gt;99% - 100% - delete source disks,  plus final sync&lt;/span&gt;&lt;/span&gt;&lt;/p&gt; &lt;/li&gt;&lt;/ul&gt; &lt;p style=&quot;margin-bottom: 0in; font-style: normal;&quot; align=&quot;LEFT&quot;&gt;&lt;br /&gt;&lt;/p&gt; &lt;p style=&quot;margin-left: 0.51in; margin-bottom: 0in;&quot; align=&quot;LEFT&quot;&gt;&lt;span style=&quot;color: rgb(0, 0, 0);&quot;&gt;“&lt;/span&gt;&lt;span style=&quot;color: rgb(0, 0, 0);&quot;&gt;&lt;span style=&quot;font-size:100%;&quot;&gt;&lt;span style=&quot;font-style: normal;&quot;&gt;&lt;b&gt;VMotionCmdCb [1301685441034055] &#39;start&#39;: done&lt;/b&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt; &lt;p style=&quot;margin-left: 0.51in; margin-bottom: 0in;&quot; align=&quot;LEFT&quot;&gt;&lt;span style=&quot;color: rgb(0, 0, 0);&quot;&gt;” &lt;/span&gt;&lt;span style=&quot;color: rgb(0, 0, 0);&quot;&gt;&lt;span style=&quot;font-size:100%;&quot;&gt;&lt;span style=&quot;font-style: normal;&quot;&gt;&lt;span style=&quot;font-weight: normal;&quot;&gt;We are now at 95% Which the memory is moved over to the other host. &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt; &lt;/p&gt; &lt;p style=&quot;margin-left: 0.51in; margin-bottom: 0in;&quot; align=&quot;LEFT&quot;&gt;&lt;span style=&quot;color: rgb(0, 0, 0);&quot;&gt;“&lt;span style=&quot;font-size:100%;&quot;&gt;&lt;span style=&quot;font-style: normal;&quot;&gt;&lt;b&gt;ResolveCb: VMX reports needsUnregister = true for migrateType MIGRATE_TYPE_VMOTION&lt;/b&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt; &lt;p style=&quot;margin-left: 0.51in; margin-bottom: 0in;&quot; align=&quot;LEFT&quot;&gt;&lt;span style=&quot;color: rgb(0, 0, 0);&quot;&gt;” &lt;/span&gt;&lt;span style=&quot;color: rgb(0, 0, 0);&quot;&gt;&lt;span style=&quot;font-size:100%;&quot;&gt;&lt;span style=&quot;font-style: normal;&quot;&gt;&lt;span style=&quot;font-weight: normal;&quot;&gt;Now we need to unregister the VM from this host.&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt; &lt;pre class=&quot;western&quot; style=&quot;margin-left: 0.51in; text-align: left;&quot;&gt;“&lt;span style=&quot;color: rgb(0, 0, 0);&quot;&gt;&lt;span style=&quot;font-family:Liberation Serif,Times New Roman,serif;&quot;&gt;&lt;span style=&quot;font-size:100%;&quot;&gt;&lt;span style=&quot;font-style: normal;&quot;&gt;&lt;b&gt;ResolveCb: Succeeded&lt;/b&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt; &lt;span style=&quot;color: rgb(0, 0, 0);&quot;&gt;” &lt;/span&gt;&lt;span style=&quot;color: rgb(0, 0, 0);&quot;&gt;&lt;span style=&quot;font-family:Liberation Serif,Times New Roman,serif;&quot;&gt;&lt;span style=&quot;font-size:100%;&quot;&gt;&lt;span style=&quot;font-style: normal;&quot;&gt;&lt;span style=&quot;font-weight: normal;&quot;&gt;Resolve the status of the VMotion operation when the VMX reports that it has completed. And here the VMX file reported success. &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/pre&gt;&lt;p style=&quot;margin-left: 0.51in; margin-bottom: 0in;&quot; align=&quot;LEFT&quot;&gt; &lt;span style=&quot;color: rgb(0, 0, 0);&quot;&gt;“&lt;/span&gt;&lt;span style=&quot;color: rgb(0, 0, 0);&quot;&gt;&lt;span style=&quot;font-size:100%;&quot;&gt;&lt;span style=&quot;font-style: normal;&quot;&gt;&lt;b&gt;Migration changed state from MIGRATING to UNREGISTERING&lt;/b&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt; &lt;p style=&quot;margin-left: 0.51in; margin-bottom: 0in;&quot; align=&quot;LEFT&quot;&gt;&lt;span style=&quot;color: rgb(0, 0, 0);&quot;&gt;” &lt;/span&gt;&lt;span style=&quot;color: rgb(0, 0, 0);&quot;&gt;&lt;span style=&quot;font-size:100%;&quot;&gt;&lt;span style=&quot;font-style: normal;&quot;&gt;&lt;span style=&quot;font-weight: normal;&quot;&gt;We are now in the unregister process.&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt; &lt;p style=&quot;margin-left: 0.51in; margin-bottom: 0in;&quot; align=&quot;LEFT&quot;&gt;&lt;span style=&quot;color: rgb(0, 0, 0);&quot;&gt;“&lt;/span&gt;&lt;span style=&quot;color: rgb(0, 0, 0);&quot;&gt;&lt;span style=&quot;font-size:100%;&quot;&gt;&lt;span style=&quot;font-style: normal;&quot;&gt;&lt;b&gt;&#39;VMotionSrc (1301685441034055)&#39;] Migration changed state from UNREGISTERING to DONE&lt;/b&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt; &lt;p style=&quot;margin-left: 0.51in; margin-bottom: 0in;&quot; align=&quot;LEFT&quot;&gt;&lt;span style=&quot;color: rgb(0, 0, 0);&quot;&gt;”&lt;/span&gt;&lt;span style=&quot;color: rgb(0, 0, 0);&quot;&gt; &lt;span style=&quot;font-size:100%;&quot;&gt;&lt;span style=&quot;font-style: normal;&quot;&gt;&lt;span style=&quot;font-weight: normal;&quot;&gt;The VM is now unregistered from the source host.&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt; &lt;p style=&quot;margin-left: 0.51in; margin-bottom: 0in;&quot; align=&quot;LEFT&quot;&gt;&lt;span style=&quot;color: rgb(0, 0, 0);&quot;&gt;“&lt;/span&gt;&lt;span style=&quot;color: rgb(0, 0, 0);&quot;&gt;&lt;span style=&quot;font-size:100%;&quot;&gt;&lt;span style=&quot;font-style: normal;&quot;&gt;&lt;b&gt;JrnlDelete: Deleted journal&lt;/b&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt; &lt;p style=&quot;margin-left: 0.51in; margin-bottom: 0in;&quot; align=&quot;LEFT&quot;&gt;&lt;span style=&quot;color: rgb(0, 0, 0);&quot;&gt;” &lt;/span&gt;&lt;span style=&quot;color: rgb(0, 0, 0);&quot;&gt;&lt;span style=&quot;font-size:100%;&quot;&gt;&lt;span style=&quot;font-style: normal;&quot;&gt;&lt;span style=&quot;font-weight: normal;&quot;&gt;The journal is ended and deleted.&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt; &lt;p style=&quot;margin-left: 0.51in; margin-bottom: 0in;&quot; align=&quot;LEFT&quot;&gt;&lt;span style=&quot;color: rgb(0, 0, 0);&quot;&gt;“&lt;/span&gt;&lt;span style=&quot;color: rgb(0, 0, 0);&quot;&gt;&lt;span style=&quot;font-size:100%;&quot;&gt;&lt;span style=&quot;font-style: normal;&quot;&gt;&lt;b&gt;CompleteOp: Vmotion task succeeded with result” &lt;/b&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style=&quot;color: rgb(0, 0, 0);&quot;&gt;&lt;span style=&quot;font-size:100%;&quot;&gt;&lt;span style=&quot;font-style: normal;&quot;&gt;&lt;span style=&quot;font-weight: normal;&quot;&gt;The VM was successfully moved away from the source host.&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt; &lt;p style=&quot;margin-left: 0.51in; margin-bottom: 0in; font-style: normal;&quot; align=&quot;LEFT&quot;&gt;&lt;br /&gt;&lt;/p&gt; &lt;p style=&quot;margin-left: 0.51in; margin-bottom: 0in; font-style: normal;&quot; align=&quot;LEFT&quot;&gt; &lt;span style=&quot;color: rgb(0, 0, 0);&quot;&gt;&lt;span style=&quot;font-size:100%;&quot;&gt;&lt;b&gt;On The Destination Host:&lt;/b&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt; &lt;p style=&quot;margin-left: 0.51in; margin-bottom: 0in; font-style: normal;&quot; align=&quot;LEFT&quot;&gt;&lt;br /&gt;&lt;/p&gt; &lt;p style=&quot;margin-left: 0.51in; margin-bottom: 0in; font-weight: normal;&quot; align=&quot;LEFT&quot;&gt; &lt;span style=&quot;color: rgb(0, 0, 0);&quot;&gt;&lt;span style=&quot;font-size:85%;&quot;&gt;&lt;i&gt;[2011-04-01 19:17:20.154 6AF47B90 verbose &#39;VMotionDst (1301685441034055)&#39; opID=F6FC49D5-000007E6-8b] JrnlBegin: VM objID=672 srcIp=10.21.51.137 migrateType=MIGRATE_TYPE_VMOTION&lt;/i&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt; &lt;p style=&quot;margin-left: 0.51in; margin-bottom: 0in; font-weight: normal;&quot; align=&quot;LEFT&quot;&gt;&lt;br /&gt;&lt;/p&gt; &lt;p style=&quot;margin-left: 0.51in; margin-bottom: 0in; font-weight: normal;&quot; align=&quot;LEFT&quot;&gt; &lt;span style=&quot;color: rgb(0, 0, 0);&quot;&gt;&lt;span style=&quot;font-size:85%;&quot;&gt;&lt;i&gt;[2011-04-01 19:17:20.168 6AF47B90 info &#39;vm:/vmfs/volumes/4d6579ec-23f981cb-465c-00237da0cfee/Vmotion-test/Vmotion-test.vmx&#39; opID=F6FC49D5-000007E6-8b] VMotionPrepare (1301685441034055): Sending &#39;from&#39; srcIp=10.21.51.137 dstIp=10.21.53.102, type=1, encrypted=false, remoteThumbprint=&lt;/i&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt; &lt;p style=&quot;margin-left: 0.51in; margin-bottom: 0in; font-weight: normal;&quot; align=&quot;LEFT&quot;&gt;&lt;br /&gt;&lt;/p&gt; &lt;p style=&quot;margin-left: 0.51in; margin-bottom: 0in; font-weight: normal;&quot; align=&quot;LEFT&quot;&gt; &lt;span style=&quot;color: rgb(0, 0, 0);&quot;&gt;&lt;span style=&quot;font-size:85%;&quot;&gt;&lt;i&gt;[2011-04-01 19:17:20.169 6AF47B90 info &#39;VMotionDst (1301685441034055)&#39; opID=F6FC49D5-000007E6-8b] Initiate: Waiting for WID&lt;/i&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt; &lt;p style=&quot;margin-left: 0.51in; margin-bottom: 0in; font-weight: normal;&quot; align=&quot;LEFT&quot;&gt;&lt;br /&gt;&lt;/p&gt; &lt;p style=&quot;margin-left: 0.51in; margin-bottom: 0in; font-weight: normal;&quot; align=&quot;LEFT&quot;&gt; &lt;span style=&quot;color: rgb(0, 0, 0);&quot;&gt;&lt;span style=&quot;font-size:85%;&quot;&gt;&lt;i&gt;[2011-04-01 19:17:20.654 6AF47B90 verbose &#39;VMotionDst (1301685441034055)&#39; opID=F6FC49D5-000007E6-8b] JrnlPutWid: Wrote wid=6947903&lt;/i&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt; &lt;p style=&quot;margin-left: 0.51in; margin-bottom: 0in; font-weight: normal;&quot; align=&quot;LEFT&quot;&gt;&lt;br /&gt;&lt;/p&gt; &lt;p style=&quot;margin-left: 0.51in; margin-bottom: 0in; font-weight: normal;&quot; align=&quot;LEFT&quot;&gt; &lt;span style=&quot;color: rgb(0, 0, 0);&quot;&gt;&lt;span style=&quot;font-size:85%;&quot;&gt;&lt;i&gt;[2011-04-01 19:17:20.654 6AF47B90 info &#39;VMotionDst (1301685441034055)&#39; opID=F6FC49D5-000007E6-8b] Initiate: Got WID 6947903&lt;/i&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt; &lt;p style=&quot;margin-left: 0.51in; margin-bottom: 0in; font-weight: normal;&quot; align=&quot;LEFT&quot;&gt;&lt;br /&gt;&lt;/p&gt; &lt;p style=&quot;margin-left: 0.51in; margin-bottom: 0in; font-weight: normal;&quot; align=&quot;LEFT&quot;&gt; &lt;span style=&quot;color: rgb(0, 0, 0);&quot;&gt;&lt;span style=&quot;font-size:85%;&quot;&gt;&lt;i&gt;[2011-04-01 19:17:20.654 6AF47B90 verbose &#39;VMotionDst (1301685441034055)&#39; opID=F6FC49D5-000007E6-8b] Migration changed state from BEGIN to MIGRATING&lt;/i&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt; &lt;p style=&quot;margin-left: 0.51in; margin-bottom: 0in; font-weight: normal;&quot; align=&quot;LEFT&quot;&gt;&lt;br /&gt;&lt;/p&gt; &lt;p style=&quot;margin-left: 0.51in; margin-bottom: 0in; font-weight: normal;&quot; align=&quot;LEFT&quot;&gt; &lt;span style=&quot;color: rgb(0, 0, 0);&quot;&gt;&lt;span style=&quot;font-size:85%;&quot;&gt;&lt;i&gt;[2011-04-01 19:17:20.654 6A625B90 verbose &#39;vm:/vmfs/volumes/4d6579ec-23f981cb-465c-00237da0cfee/Vmotion-test/Vmotion-test.vmx&#39;] VMotionCmdCb [1301685441034055] &#39;from&#39;: done&lt;/i&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt; &lt;p style=&quot;margin-left: 0.51in; margin-bottom: 0in; font-weight: normal;&quot; align=&quot;LEFT&quot;&gt;&lt;br /&gt;&lt;/p&gt; &lt;p style=&quot;margin-left: 0.51in; margin-bottom: 0in;&quot; align=&quot;LEFT&quot;&gt;&lt;span style=&quot;color: rgb(0, 0, 0);&quot;&gt;&lt;span style=&quot;font-size:85%;&quot;&gt;&lt;i&gt;&lt;span style=&quot;font-weight: normal;&quot;&gt;[2011-04-01 19:17:21.693 6A694B90 info &#39;VMotionDst (1301685441034055)&#39;] &lt;/span&gt;&lt;/i&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style=&quot;color: rgb(255, 0, 0);&quot;&gt;&lt;span style=&quot;font-size:85%;&quot;&gt;&lt;i&gt;&lt;b&gt;ResolveCb: VMX reports needsUnregister = false for migrateType MIGRATE_TYPE_VMOTION&lt;/b&gt;&lt;/i&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt; &lt;p style=&quot;margin-left: 0.51in; margin-bottom: 0in;&quot; align=&quot;LEFT&quot;&gt;&lt;br /&gt;&lt;/p&gt; &lt;p style=&quot;margin-left: 0.51in; margin-bottom: 0in; font-weight: normal;&quot; align=&quot;LEFT&quot;&gt; &lt;span style=&quot;color: rgb(0, 0, 0);&quot;&gt;&lt;span style=&quot;font-size:85%;&quot;&gt;&lt;i&gt;[2011-04-01 19:17:21.693 6A694B90 info &#39;VMotionDst (1301685441034055)&#39;] ResolveCb: Succeeded&lt;/i&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt; &lt;p style=&quot;margin-left: 0.51in; margin-bottom: 0in; font-weight: normal;&quot; align=&quot;LEFT&quot;&gt;&lt;br /&gt;&lt;/p&gt; &lt;p style=&quot;margin-left: 0.51in; margin-bottom: 0in; font-weight: normal;&quot; align=&quot;LEFT&quot;&gt; &lt;span style=&quot;color: rgb(0, 0, 0);&quot;&gt;&lt;span style=&quot;font-size:85%;&quot;&gt;&lt;i&gt;[2011-04-01 19:17:21.693 6A694B90 verbose &#39;VMotionDst (1301685441034055)&#39;] Migration changed state from MIGRATING to DONE&lt;/i&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt; &lt;p style=&quot;margin-left: 0.51in; margin-bottom: 0in; font-weight: normal;&quot; align=&quot;LEFT&quot;&gt;&lt;br /&gt;&lt;/p&gt; &lt;p style=&quot;margin-left: 0.51in; margin-bottom: 0in; font-weight: normal;&quot; align=&quot;LEFT&quot;&gt; &lt;span style=&quot;color: rgb(0, 0, 0);&quot;&gt;&lt;span style=&quot;font-size:85%;&quot;&gt;&lt;i&gt;[2011-04-01 19:17:21.693 6A694B90 verbose &#39;VMotionDst (1301685441034055)&#39;] Finish called&lt;/i&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt; &lt;p style=&quot;margin-left: 0.51in; margin-bottom: 0in; font-weight: normal;&quot; align=&quot;LEFT&quot;&gt;&lt;br /&gt;&lt;/p&gt; &lt;p style=&quot;margin-left: 0.51in; margin-bottom: 0in;&quot; align=&quot;LEFT&quot;&gt;&lt;span style=&quot;color: rgb(0, 0, 0);&quot;&gt;&lt;span style=&quot;font-size:85%;&quot;&gt;&lt;i&gt;&lt;span style=&quot;font-weight: normal;&quot;&gt;[2011-04-01 19:17:21.693 6A694B90 verbose &#39;VMotionDst (1301685441034055)&#39;] &lt;/span&gt;&lt;/i&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style=&quot;color: rgb(255, 0, 0);&quot;&gt;&lt;span style=&quot;font-size:85%;&quot;&gt;&lt;i&gt;&lt;b&gt;Set dest task result vm downtime to 226017&lt;/b&gt;&lt;/i&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt; &lt;p style=&quot;margin-left: 0.51in; margin-bottom: 0in;&quot; align=&quot;LEFT&quot;&gt;&lt;br /&gt;&lt;/p&gt; &lt;p style=&quot;margin-left: 0.51in; margin-bottom: 0in;&quot; align=&quot;LEFT&quot;&gt;&lt;span style=&quot;color: rgb(0, 0, 0);&quot;&gt;&lt;span style=&quot;font-size:85%;&quot;&gt;&lt;i&gt;&lt;span style=&quot;font-weight: normal;&quot;&gt;[2011-04-01 19:17:21.693 6A694B90 verbose &#39;VMotionDst (1301685441034055)&#39;] &lt;/span&gt;&lt;/i&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style=&quot;color: rgb(255, 0, 0);&quot;&gt;&lt;span style=&quot;font-size:85%;&quot;&gt;&lt;i&gt;&lt;b&gt;Set dest task result stuntime 0&lt;/b&gt;&lt;/i&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt; &lt;p style=&quot;margin-left: 0.51in; margin-bottom: 0in;&quot; align=&quot;LEFT&quot;&gt;&lt;br /&gt;&lt;/p&gt; &lt;p style=&quot;margin-left: 0.51in; margin-bottom: 0in;&quot; align=&quot;LEFT&quot;&gt;&lt;span style=&quot;color: rgb(0, 0, 0);&quot;&gt;&lt;span style=&quot;font-size:85%;&quot;&gt;&lt;i&gt;&lt;span style=&quot;font-weight: normal;&quot;&gt;[2011-04-01 19:17:21.694 6A694B90 verbose &#39;VMotionDst (1301685441034055)&#39;] &lt;/span&gt;&lt;/i&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style=&quot;color: rgb(255, 0, 0);&quot;&gt;&lt;span style=&quot;font-size:85%;&quot;&gt;&lt;i&gt;&lt;b&gt;Set dest task result pageSrcTime to 0&lt;/b&gt;&lt;/i&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt; &lt;p style=&quot;margin-left: 0.51in; margin-bottom: 0in;&quot; align=&quot;LEFT&quot;&gt;&lt;br /&gt;&lt;/p&gt; &lt;p style=&quot;margin-left: 0.51in; margin-bottom: 0in;&quot; align=&quot;LEFT&quot;&gt;&lt;span style=&quot;color: rgb(0, 0, 0);&quot;&gt;&lt;span style=&quot;font-size:85%;&quot;&gt;&lt;i&gt;&lt;span style=&quot;font-weight: normal;&quot;&gt;[2011-04-01 19:17:21.694 6A694B90 verbose &#39;VMotionDst (1301685441034055)&#39;] &lt;/span&gt;&lt;/i&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style=&quot;color: rgb(255, 0, 0);&quot;&gt;&lt;span style=&quot;font-size:85%;&quot;&gt;&lt;i&gt;&lt;b&gt;Set dest task result remotePageFaults 0&lt;/b&gt;&lt;/i&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt; &lt;p style=&quot;margin-left: 0.51in; margin-bottom: 0in;&quot; align=&quot;LEFT&quot;&gt;&lt;br /&gt;&lt;/p&gt; &lt;p style=&quot;margin-left: 0.51in; margin-bottom: 0in; font-weight: normal;&quot; align=&quot;LEFT&quot;&gt; &lt;span style=&quot;color: rgb(0, 0, 0);&quot;&gt;&lt;span style=&quot;font-size:85%;&quot;&gt;&lt;i&gt;[2011-04-01 19:17:21.734 6A694B90 verbose &#39;VMotionDst (1301685441034055)&#39;] JrnlEnd: Wrote active=0&lt;/i&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt; &lt;p style=&quot;margin-left: 0.51in; margin-bottom: 0in; font-weight: normal;&quot; align=&quot;LEFT&quot;&gt;&lt;br /&gt;&lt;/p&gt; &lt;p style=&quot;margin-left: 0.51in; margin-bottom: 0in; font-weight: normal;&quot; align=&quot;LEFT&quot;&gt; &lt;span style=&quot;color: rgb(0, 0, 0);&quot;&gt;&lt;span style=&quot;font-size:85%;&quot;&gt;&lt;i&gt;[2011-04-01 19:17:21.738 6A694B90 verbose &#39;VMotionDst (1301685441034055)&#39;] JrnlEnd: Finished journal&lt;/i&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt; &lt;p style=&quot;margin-left: 0.51in; margin-bottom: 0in; font-weight: normal;&quot; align=&quot;LEFT&quot;&gt;&lt;br /&gt;&lt;/p&gt; &lt;p style=&quot;margin-left: 0.51in; margin-bottom: 0in; font-weight: normal;&quot; align=&quot;LEFT&quot;&gt; &lt;span style=&quot;color: rgb(0, 0, 0);&quot;&gt;&lt;span style=&quot;font-size:85%;&quot;&gt;&lt;i&gt;[2011-04-01 19:17:21.738 6A694B90 verbose &#39;VMotionDst (1301685441034055)&#39;] [JrnlFilePersistenceProvider::DeleteJournal] Deleting /var/lib/vmware/hostd/journal/1301685439.0.&lt;/i&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt; &lt;p style=&quot;margin-left: 0.51in; margin-bottom: 0in; font-weight: normal;&quot; align=&quot;LEFT&quot;&gt;&lt;br /&gt;&lt;/p&gt; &lt;p style=&quot;margin-left: 0.51in; margin-bottom: 0in; font-weight: normal;&quot; align=&quot;LEFT&quot;&gt; &lt;span style=&quot;color: rgb(0, 0, 0);&quot;&gt;&lt;span style=&quot;font-size:85%;&quot;&gt;&lt;i&gt;[2011-04-01 19:17:21.739 6A694B90 verbose &#39;VMotionDst (1301685441034055)&#39;] JrnlDelete: Deleted journal&lt;/i&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt; &lt;p style=&quot;margin-left: 0.51in; margin-bottom: 0in; font-weight: normal;&quot; align=&quot;LEFT&quot;&gt;&lt;br /&gt;&lt;/p&gt; &lt;p style=&quot;margin-left: 0.51in; margin-bottom: 0in;&quot; align=&quot;LEFT&quot;&gt;&lt;span style=&quot;color: rgb(0, 0, 0);&quot;&gt;&lt;span style=&quot;font-size:85%;&quot;&gt;&lt;i&gt;&lt;span style=&quot;font-weight: normal;&quot;&gt;[2011-04-01 19:17:21.739 6A694B90 info &#39;VMotionDst (1301685441034055)&#39;] &lt;/span&gt;&lt;/i&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style=&quot;color: rgb(255, 0, 0);&quot;&gt;&lt;span style=&quot;font-size:85%;&quot;&gt;&lt;i&gt;&lt;b&gt;CompleteOp: Vmotion task succeeded with result: (vim.host.VMotionManager.VMotionResult) {&lt;/b&gt;&lt;/i&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt; &lt;p style=&quot;margin-left: 0.51in; margin-bottom: 0in;&quot; align=&quot;LEFT&quot;&gt;&lt;br /&gt;&lt;/p&gt; &lt;p style=&quot;margin-left: 0.51in; margin-bottom: 0in;&quot; align=&quot;LEFT&quot;&gt;&lt;span style=&quot;color: rgb(0, 0, 0);&quot;&gt;&lt;span style=&quot;font-size:85%;&quot;&gt;&lt;i&gt;&lt;span style=&quot;font-weight: normal;&quot;&gt;[2011-04-01 19:17:32.842 6ACFEB90 info &#39;VMotion&#39; opID=F6FC49D5-000007E6-45] &lt;/span&gt;&lt;/i&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style=&quot;color: rgb(255, 0, 0);&quot;&gt;&lt;span style=&quot;font-size:85%;&quot;&gt;&lt;i&gt;&lt;b&gt;CompleteDestination&lt;/b&gt;&lt;/i&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style=&quot;color: rgb(0, 0, 0);&quot;&gt;&lt;span style=&quot;font-size:85%;&quot;&gt;&lt;i&gt;&lt;span style=&quot;font-weight: normal;&quot;&gt; [1301685441034055]&lt;/span&gt;&lt;/i&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt; &lt;p style=&quot;margin-left: 0.51in; margin-bottom: 0in; font-weight: normal;&quot; align=&quot;LEFT&quot;&gt;&lt;br /&gt;&lt;/p&gt; &lt;p style=&quot;margin-left: 0.51in; margin-bottom: 0in; font-weight: normal;&quot; align=&quot;LEFT&quot;&gt;&lt;br /&gt;&lt;/p&gt; &lt;p style=&quot;margin-left: 0.51in; margin-bottom: 0in; font-style: normal; font-weight: normal;&quot; align=&quot;LEFT&quot;&gt; &lt;span style=&quot;color: rgb(0, 0, 0);&quot;&gt;&lt;span style=&quot;font-size:100%;&quot;&gt;We will skip the duplications. &lt;/span&gt;&lt;/span&gt; &lt;/p&gt; &lt;p style=&quot;margin-left: 0.51in; margin-bottom: 0in;&quot; align=&quot;LEFT&quot;&gt;&lt;span style=&quot;color: rgb(0, 0, 0);&quot;&gt;“&lt;/span&gt;&lt;span style=&quot;color: rgb(0, 0, 0);&quot;&gt;&lt;span style=&quot;font-size:100%;&quot;&gt;&lt;span style=&quot;font-style: normal;&quot;&gt;&lt;b&gt;ResolveCb: VMX reports needsUnregister = false for migrateType MIGRATE_TYPE_VMOTION&lt;/b&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt; &lt;p style=&quot;margin-left: 0.51in; margin-bottom: 0in;&quot; align=&quot;LEFT&quot;&gt;&lt;span style=&quot;color: rgb(0, 0, 0);&quot;&gt;” &lt;/span&gt;&lt;span style=&quot;color: rgb(0, 0, 0);&quot;&gt;&lt;span style=&quot;font-size:100%;&quot;&gt;&lt;span style=&quot;font-style: normal;&quot;&gt;&lt;span style=&quot;font-weight: normal;&quot;&gt;Here, since this is destination host, which the VM will be running, that&#39;s why needsUnregister = false.&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt; &lt;p style=&quot;margin-left: 0.51in; margin-bottom: 0in;&quot; align=&quot;LEFT&quot;&gt;&lt;span style=&quot;color: rgb(0, 0, 0);&quot;&gt;“&lt;/span&gt;&lt;span style=&quot;color: rgb(0, 0, 0);&quot;&gt;&lt;span style=&quot;font-size:100%;&quot;&gt;&lt;span style=&quot;font-style: normal;&quot;&gt;&lt;b&gt;Set dest task result vm downtime to 226017&lt;/b&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt; &lt;p style=&quot;margin-left: 0.51in; margin-bottom: 0in;&quot; align=&quot;LEFT&quot;&gt;&lt;span style=&quot;color: rgb(0, 0, 0);&quot;&gt;” &lt;/span&gt;&lt;span style=&quot;color: rgb(0, 0, 0);&quot;&gt;&lt;span style=&quot;font-size:100%;&quot;&gt;&lt;span style=&quot;font-style: normal;&quot;&gt;&lt;span style=&quot;font-weight: normal;&quot;&gt;This is the “down” time for the VM during VMotion (You will not see this in versions before 4.1, but I will show you where you can find the information later) The down time is in microsecond, so for my VMotion test, the down time was 0.226 seconds.&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt; &lt;p style=&quot;margin-left: 0.51in; margin-bottom: 0in;&quot; align=&quot;LEFT&quot;&gt;&lt;span style=&quot;color: rgb(0, 0, 0);&quot;&gt;“ &lt;/span&gt;&lt;span style=&quot;color: rgb(0, 0, 0);&quot;&gt;&lt;span style=&quot;font-size:100%;&quot;&gt;&lt;span style=&quot;font-style: normal;&quot;&gt;&lt;b&gt;Set dest task result vm downtime to 226017&lt;/b&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt; &lt;p style=&quot;margin-left: 0.51in; margin-bottom: 0in;&quot; align=&quot;LEFT&quot;&gt;&lt;span style=&quot;color: rgb(0, 0, 0);&quot;&gt;” “&lt;/span&gt;&lt;span style=&quot;color: rgb(0, 0, 0);&quot;&gt; &lt;/span&gt;&lt;span style=&quot;color: rgb(0, 0, 0);&quot;&gt;&lt;span style=&quot;font-size:100%;&quot;&gt;&lt;span style=&quot;font-style: normal;&quot;&gt;&lt;b&gt;Set dest task result pageSrcTime to 0&lt;/b&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt; &lt;p style=&quot;margin-left: 0.51in; margin-bottom: 0in; font-style: normal;&quot; align=&quot;LEFT&quot;&gt; &lt;span style=&quot;color: rgb(0, 0, 0);&quot;&gt;” “&lt;span style=&quot;font-size:100%;&quot;&gt;&lt;b&gt;Set dest task result remotePageFaults 0&lt;/b&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt; &lt;p style=&quot;margin-left: 0.51in; margin-bottom: 0in;&quot; align=&quot;LEFT&quot;&gt;&lt;span style=&quot;color: rgb(0, 0, 0);&quot;&gt;” &lt;/span&gt;&lt;span style=&quot;color: rgb(0, 0, 0);&quot;&gt;&lt;span style=&quot;font-size:100%;&quot;&gt;&lt;span style=&quot;font-style: normal;&quot;&gt;&lt;span style=&quot;font-weight: normal;&quot;&gt;Because my test VM has nothing in it, so the page in time was really fast. You may see different numbers depends on how busy is the VM, but nothing to be alert of if you see something different.&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt; &lt;p style=&quot;margin-left: 0.51in; margin-bottom: 0in;&quot; align=&quot;LEFT&quot;&gt;&lt;span style=&quot;color: rgb(0, 0, 0);&quot;&gt;“&lt;/span&gt;&lt;span style=&quot;color: rgb(0, 0, 0);&quot;&gt;&lt;span style=&quot;font-size:100%;&quot;&gt;&lt;span style=&quot;font-style: normal;&quot;&gt;&lt;b&gt;CompleteOp: Vmotion task succeeded with result: (vim.host.VMotionManager.VMotionResult)” “ CompleteDestination”&lt;/b&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style=&quot;color: rgb(0, 0, 0);&quot;&gt;&lt;span style=&quot;font-size:100%;&quot;&gt;&lt;span style=&quot;font-style: normal;&quot;&gt;&lt;span style=&quot;font-weight: normal;&quot;&gt; VMotion process finished on destination host.&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt; &lt;p style=&quot;margin-left: 0.51in; margin-bottom: 0in; font-style: normal; font-weight: normal;&quot; align=&quot;LEFT&quot;&gt;&lt;br /&gt;&lt;/p&gt; &lt;p style=&quot;margin-left: 0.51in; margin-bottom: 0in; font-style: normal;&quot; align=&quot;LEFT&quot;&gt; &lt;span style=&quot;color: rgb(0, 0, 0);&quot;&gt;&lt;span style=&quot;font-size:100%;&quot;&gt;&lt;b&gt;VMware.log files:&lt;/b&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt; &lt;p style=&quot;margin-left: 0.51in; margin-bottom: 0in; font-style: normal;&quot; align=&quot;LEFT&quot;&gt;&lt;br /&gt;&lt;/p&gt; &lt;p style=&quot;margin-left: 0.51in; margin-bottom: 0in; font-style: normal; font-weight: normal;&quot; align=&quot;LEFT&quot;&gt; &lt;span style=&quot;color: rgb(0, 0, 0);&quot;&gt;&lt;span style=&quot;font-size:100%;&quot;&gt;You may see many vmware.log files under the VM directory, use the same VMotion ID to find which logs is useful to us. As summing you are in the VM&#39;s directory already&lt;/span&gt;&lt;/span&gt;&lt;/p&gt; &lt;p style=&quot;margin-left: 0.51in; margin-bottom: 0in; font-style: normal; font-weight: normal;&quot; align=&quot;LEFT&quot;&gt;&lt;br /&gt;&lt;/p&gt; &lt;p style=&quot;margin-left: 0.51in; margin-bottom: 0in;&quot; align=&quot;LEFT&quot;&gt;&lt;span style=&quot;color: rgb(0, 0, 0);&quot;&gt;“&lt;span style=&quot;font-size:100%;&quot;&gt;&lt;span style=&quot;font-style: normal;&quot;&gt;&lt;b&gt;grep -i 1301685441034055 vmware* | less”&lt;/b&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style=&quot;color: rgb(0, 0, 0);&quot;&gt;&lt;span style=&quot;font-size:100%;&quot;&gt;&lt;span style=&quot;font-style: normal;&quot;&gt;&lt;span style=&quot;font-weight: normal;&quot;&gt; Here is the output&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt; &lt;p style=&quot;margin-left: 0.51in; margin-bottom: 0in; font-style: normal; font-weight: normal;&quot; align=&quot;LEFT&quot;&gt;&lt;br /&gt;&lt;/p&gt; &lt;p style=&quot;margin-left: 0.51in; margin-bottom: 0in;&quot; align=&quot;LEFT&quot;&gt;&lt;span style=&quot;color: rgb(255, 0, 0);&quot;&gt;&lt;span style=&quot;font-size:85%;&quot;&gt;&lt;i&gt;&lt;b&gt;vmware-1.log&lt;/b&gt;&lt;/i&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style=&quot;color: rgb(0, 0, 0);&quot;&gt;&lt;span style=&quot;font-size:85%;&quot;&gt;&lt;i&gt;&lt;span style=&quot;font-weight: normal;&quot;&gt;:Apr 01 15:14:34.205: vmx| Received migrate &#39;to&#39; request for mid id 1301685441034055, src ip &amp;lt;10.21.51.137&amp;gt;, dst ip &amp;lt;10.21.53.102&amp;gt;.&lt;/span&gt;&lt;/i&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt; &lt;p style=&quot;margin-left: 0.51in; margin-bottom: 0in; font-weight: normal;&quot; align=&quot;LEFT&quot;&gt;&lt;br /&gt;&lt;/p&gt; &lt;p style=&quot;margin-left: 0.51in; margin-bottom: 0in; font-weight: normal;&quot; align=&quot;LEFT&quot;&gt; &lt;span style=&quot;color: rgb(0, 0, 0);&quot;&gt;&lt;span style=&quot;font-size:85%;&quot;&gt;&lt;i&gt;vmware-1.log:Apr 01 15:14:34.230: vmx| MigrateSetInfo: state=1 srcIp=&amp;lt;10.21.51.137&amp;gt; dstIp=&amp;lt;10.21.53.102&amp;gt; mid=1301685441034055 uuid=34353939-3630-4d58-5138-353141344d36 priority=high&lt;/i&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt; &lt;p style=&quot;margin-left: 0.51in; margin-bottom: 0in; font-weight: normal;&quot; align=&quot;LEFT&quot;&gt;&lt;br /&gt;&lt;/p&gt; &lt;p style=&quot;margin-left: 0.51in; margin-bottom: 0in; font-weight: normal;&quot; align=&quot;LEFT&quot;&gt; &lt;span style=&quot;color: rgb(0, 0, 0);&quot;&gt;&lt;span style=&quot;font-size:85%;&quot;&gt;&lt;i&gt;vmware-1.log:Apr 01 15:14:35.244: vmx| Received migrate &#39;start&#39; request for mig id 1301685441034055, dest world id 6947903.&lt;/i&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt; &lt;p style=&quot;margin-left: 0.51in; margin-bottom: 0in; font-weight: normal;&quot; align=&quot;LEFT&quot;&gt;&lt;br /&gt;&lt;/p&gt; &lt;p style=&quot;margin-left: 0.51in; margin-bottom: 0in; font-weight: normal;&quot; align=&quot;LEFT&quot;&gt; &lt;span style=&quot;color: rgb(0, 0, 0);&quot;&gt;&lt;span style=&quot;font-size:85%;&quot;&gt;&lt;i&gt;vmware-1.log:Apr 01 15:14:35.691: vmx| Migrate_Open: Migrating to &amp;lt;10.21.53.102&amp;gt; with migration id 1301685441034055&lt;/i&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt; &lt;p style=&quot;margin-left: 0.51in; margin-bottom: 0in; font-weight: normal;&quot; align=&quot;LEFT&quot;&gt;&lt;br /&gt;&lt;/p&gt; &lt;p style=&quot;margin-left: 0.51in; margin-bottom: 0in;&quot; align=&quot;LEFT&quot;&gt;&lt;span style=&quot;color: rgb(255, 0, 0);&quot;&gt;&lt;span style=&quot;font-size:85%;&quot;&gt;&lt;i&gt;&lt;b&gt;vmware-2.log&lt;/b&gt;&lt;/i&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style=&quot;color: rgb(0, 0, 0);&quot;&gt;&lt;span style=&quot;font-size:85%;&quot;&gt;&lt;i&gt;&lt;span style=&quot;font-weight: normal;&quot;&gt;:Apr 01 19:17:20.422: vmx| Received migrate &#39;from&#39; request for mid id 1301685441034055, src ip &amp;lt;10.21.51.137&amp;gt;.&lt;/span&gt;&lt;/i&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt; &lt;p style=&quot;margin-left: 0.51in; margin-bottom: 0in; font-weight: normal;&quot; align=&quot;LEFT&quot;&gt;&lt;br /&gt;&lt;/p&gt; &lt;p style=&quot;margin-left: 0.51in; margin-bottom: 0in; font-weight: normal;&quot; align=&quot;LEFT&quot;&gt; &lt;span style=&quot;color: rgb(0, 0, 0);&quot;&gt;&lt;span style=&quot;font-size:85%;&quot;&gt;&lt;i&gt;vmware-2.log:Apr 01 19:17:20.423: vmx| MigrateSetInfo: state=7 srcIp=&amp;lt;10.21.51.137&amp;gt; dstIp=&amp;lt;10.21.53.102&amp;gt; mid=1301685441034055 uuid=34353939-3630-4d58-5139-30334132594b priority=high&lt;/i&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt; &lt;p style=&quot;margin-left: 0.51in; margin-bottom: 0in; font-weight: normal;&quot; align=&quot;LEFT&quot;&gt;&lt;br /&gt;&lt;/p&gt; &lt;p style=&quot;margin-left: 0.51in; margin-bottom: 0in; font-weight: normal;&quot; align=&quot;LEFT&quot;&gt; &lt;span style=&quot;color: rgb(0, 0, 0);&quot;&gt;&lt;span style=&quot;font-size:85%;&quot;&gt;&lt;i&gt;vmware-2.log:Apr 01 19:17:21.369: vmx| Migrate_Open: Restoring from &amp;lt;10.21.51.137&amp;gt; with migration id 1301685441034055&lt;/i&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt; &lt;p style=&quot;margin-left: 0.51in; margin-bottom: 0in; font-weight: normal;&quot; align=&quot;LEFT&quot;&gt;&lt;br /&gt;&lt;/p&gt; &lt;p style=&quot;margin-left: 0.51in; margin-bottom: 0in; font-weight: normal;&quot; align=&quot;LEFT&quot;&gt; &lt;span style=&quot;color: rgb(0, 0, 0);&quot;&gt;&lt;span style=&quot;font-size:85%;&quot;&gt;&lt;i&gt;vmware-2.log:Apr 01 19:17:21.472: vmx| Migrate_Open: Restoring from &amp;lt;10.21.51.137&amp;gt; with migration id 1301685441034055&lt;/i&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt; &lt;p style=&quot;margin-left: 0.51in; margin-bottom: 0in; font-weight: normal;&quot; align=&quot;LEFT&quot;&gt;&lt;br /&gt;&lt;/p&gt; &lt;p style=&quot;margin-left: 0.51in; margin-bottom: 0in; font-style: normal; font-weight: normal;&quot; align=&quot;LEFT&quot;&gt;&lt;br /&gt;&lt;/p&gt; &lt;p style=&quot;margin-left: 0.51in; margin-bottom: 0in; font-style: normal; font-weight: normal;&quot; align=&quot;LEFT&quot;&gt; &lt;span style=&quot;color: rgb(0, 0, 0);&quot;&gt;&lt;span style=&quot;font-size:100%;&quot;&gt;We can see there are two logs that may help us vmware-1.log and vmware-2.log. It shows the information we already know from hostd log. Now let&#39;s take a closer look at the vmware.log file. &lt;/span&gt;&lt;/span&gt; &lt;/p&gt; &lt;p style=&quot;margin-left: 0.51in; margin-bottom: 0in;&quot; align=&quot;LEFT&quot;&gt;&lt;span style=&quot;color: rgb(0, 0, 0);&quot;&gt;“&lt;span style=&quot;font-size:100%;&quot;&gt;&lt;span style=&quot;font-style: normal;&quot;&gt;&lt;b&gt;less vmware-1.log” &lt;/b&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style=&quot;color: rgb(0, 0, 0);&quot;&gt;&lt;span style=&quot;font-size:100%;&quot;&gt;&lt;span style=&quot;font-style: normal;&quot;&gt;&lt;span style=&quot;font-weight: normal;&quot;&gt;and find the starting point &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style=&quot;color: rgb(0, 0, 0);&quot;&gt;&lt;span style=&quot;font-size:100%;&quot;&gt;&lt;span style=&quot;font-style: normal;&quot;&gt;&lt;b&gt;“/1301685441034055”&lt;/b&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style=&quot;color: rgb(0, 0, 0);&quot;&gt;&lt;span style=&quot;font-size:100%;&quot;&gt;&lt;span style=&quot;font-style: normal;&quot;&gt;&lt;span style=&quot;font-weight: normal;&quot;&gt; this should lead us to the starting point&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt; &lt;p style=&quot;margin-left: 0.51in; margin-bottom: 0in; font-style: normal; font-weight: normal;&quot; align=&quot;LEFT&quot;&gt;&lt;br /&gt;&lt;/p&gt; &lt;p style=&quot;margin-left: 0.51in; margin-bottom: 0in; font-weight: normal;&quot; align=&quot;LEFT&quot;&gt; &lt;span style=&quot;color: rgb(0, 0, 0);&quot;&gt;&lt;span style=&quot;font-size:85%;&quot;&gt;&lt;i&gt;Apr 01 15:14:34.205: vmx| Received migrate &#39;to&#39; request for mid id 1301685441034055, src ip &amp;lt;10.21.51.137&amp;gt;, dst ip &amp;lt;10.21.53.102&amp;gt;.&lt;/i&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt; &lt;p style=&quot;margin-left: 0.51in; margin-bottom: 0in; font-weight: normal;&quot; align=&quot;LEFT&quot;&gt;&lt;br /&gt;&lt;/p&gt; &lt;p style=&quot;margin-left: 0.51in; margin-bottom: 0in; font-weight: normal;&quot; align=&quot;LEFT&quot;&gt; &lt;span style=&quot;color: rgb(0, 0, 0);&quot;&gt;&lt;span style=&quot;font-size:85%;&quot;&gt;&lt;i&gt;Apr 01 15:14:34.230: vmx| MigrateSetInfo: state=1 srcIp=&amp;lt;10.21.51.137&amp;gt; dstIp=&amp;lt;10.21.53.102&amp;gt; mid=1301685441034055 uuid=34353939-3630-4d58-5138-353141344d36 priority=high&lt;/i&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt; &lt;p style=&quot;margin-left: 0.51in; margin-bottom: 0in; font-weight: normal;&quot; align=&quot;LEFT&quot;&gt;&lt;br /&gt;&lt;/p&gt; &lt;p style=&quot;margin-left: 0.51in; margin-bottom: 0in; font-weight: normal;&quot; align=&quot;LEFT&quot;&gt; &lt;span style=&quot;color: rgb(0, 0, 0);&quot;&gt;&lt;span style=&quot;font-size:85%;&quot;&gt;&lt;i&gt;Apr 01 15:14:34.230: vmx| MigrateSetState: Transitioning from state 0 to 1.&lt;/i&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt; &lt;p style=&quot;margin-left: 0.51in; margin-bottom: 0in; font-weight: normal;&quot; align=&quot;LEFT&quot;&gt;&lt;br /&gt;&lt;/p&gt; &lt;p style=&quot;margin-left: 0.51in; margin-bottom: 0in; font-weight: normal;&quot; align=&quot;LEFT&quot;&gt; &lt;span style=&quot;color: rgb(0, 0, 0);&quot;&gt;&lt;span style=&quot;font-size:85%;&quot;&gt;&lt;i&gt;Apr 01 15:14:35.244: vmx| VMXVmdbCbVmVmxMigrate: Got SET callback for /vm/#_VMX/vmx/migrateState/cmd/##1_72/op/=start&lt;/i&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt; &lt;p style=&quot;margin-left: 0.51in; margin-bottom: 0in; font-weight: normal;&quot; align=&quot;LEFT&quot;&gt;&lt;br /&gt;&lt;/p&gt; &lt;p style=&quot;margin-left: 0.51in; margin-bottom: 0in;&quot; align=&quot;LEFT&quot;&gt;&lt;span style=&quot;color: rgb(0, 0, 0);&quot;&gt;&lt;span style=&quot;font-size:85%;&quot;&gt;&lt;i&gt;&lt;span style=&quot;font-weight: normal;&quot;&gt;Apr 01 15:14:35.244: vmx| VMXVmdbVmVmxMigrateGetStartParam: mid=49fe042527747 &lt;/span&gt;&lt;/i&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style=&quot;color: rgb(255, 0, 0);&quot;&gt;&lt;span style=&quot;font-size:85%;&quot;&gt;&lt;i&gt;&lt;b&gt;dstwid=6947903&lt;/b&gt;&lt;/i&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt; &lt;p style=&quot;margin-left: 0.51in; margin-bottom: 0in;&quot; align=&quot;LEFT&quot;&gt;&lt;br /&gt;&lt;/p&gt; &lt;p style=&quot;margin-left: 0.51in; margin-bottom: 0in; font-weight: normal;&quot; align=&quot;LEFT&quot;&gt; &lt;span style=&quot;color: rgb(0, 0, 0);&quot;&gt;&lt;span style=&quot;font-size:85%;&quot;&gt;&lt;i&gt;Apr 01 15:14:35.244: vmx| Received migrate &#39;start&#39; request for mig id 1301685441034055, dest world id 6947903.&lt;/i&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt; &lt;p style=&quot;margin-left: 0.51in; margin-bottom: 0in; font-weight: normal;&quot; align=&quot;LEFT&quot;&gt;&lt;br /&gt;&lt;/p&gt; &lt;p style=&quot;margin-left: 0.51in; margin-bottom: 0in; font-weight: normal;&quot; align=&quot;LEFT&quot;&gt;&lt;br /&gt;&lt;/p&gt; &lt;p style=&quot;margin-left: 0.51in; margin-bottom: 0in; font-style: normal; font-weight: normal;&quot; align=&quot;LEFT&quot;&gt; &lt;span style=&quot;color: rgb(0, 0, 0);&quot;&gt;&lt;span style=&quot;font-size:100%;&quot;&gt;The VMotion process will wait for the destination world ID before start to migrate. &lt;/span&gt;&lt;/span&gt; &lt;/p&gt; &lt;p style=&quot;margin-left: 0.51in; margin-bottom: 0in; font-style: normal; font-weight: normal;&quot; align=&quot;LEFT&quot;&gt;&lt;br /&gt;&lt;/p&gt; &lt;p style=&quot;margin-left: 0.51in; margin-bottom: 0in; font-weight: normal;&quot; align=&quot;LEFT&quot;&gt; &lt;span style=&quot;color: rgb(0, 0, 0);&quot;&gt;&lt;span style=&quot;font-size:85%;&quot;&gt;&lt;i&gt;Apr 01 15:14:35.534: vcpu-0| Migrate: Preparing to suspend.&lt;/i&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt; &lt;p style=&quot;margin-left: 0.51in; margin-bottom: 0in; font-weight: normal;&quot; align=&quot;LEFT&quot;&gt;&lt;br /&gt;&lt;/p&gt; &lt;p style=&quot;margin-left: 0.51in; margin-bottom: 0in; font-weight: normal;&quot; align=&quot;LEFT&quot;&gt; &lt;span style=&quot;color: rgb(0, 0, 0);&quot;&gt;&lt;span style=&quot;font-size:85%;&quot;&gt;&lt;i&gt;Apr 01 15:14:35.534: vcpu-0| CPT current = 0, requesting 1&lt;/i&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt; &lt;p style=&quot;margin-left: 0.51in; margin-bottom: 0in; font-weight: normal;&quot; align=&quot;LEFT&quot;&gt;&lt;br /&gt;&lt;/p&gt; &lt;p style=&quot;margin-left: 0.51in; margin-bottom: 0in;&quot; align=&quot;LEFT&quot;&gt;&lt;span style=&quot;color: rgb(0, 0, 0);&quot;&gt;&lt;span style=&quot;font-size:85%;&quot;&gt;&lt;i&gt;&lt;span style=&quot;font-weight: normal;&quot;&gt;Apr 01 15:14:35.534: vcpu-0| Migrate: &lt;/span&gt;&lt;/i&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style=&quot;color: rgb(255, 0, 0);&quot;&gt;&lt;span style=&quot;font-size:85%;&quot;&gt;&lt;i&gt;&lt;b&gt;VM stun started, waiting 100 seconds for go/no-go message&lt;/b&gt;&lt;/i&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style=&quot;color: rgb(0, 0, 0);&quot;&gt;&lt;span style=&quot;font-size:85%;&quot;&gt;&lt;i&gt;&lt;span style=&quot;font-weight: normal;&quot;&gt;.&lt;/span&gt;&lt;/i&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt; &lt;p style=&quot;margin-left: 0.51in; margin-bottom: 0in; font-weight: normal;&quot; align=&quot;LEFT&quot;&gt;&lt;br /&gt;&lt;/p&gt; &lt;p style=&quot;margin-left: 0.51in; margin-bottom: 0in; font-weight: normal;&quot; align=&quot;LEFT&quot;&gt;&lt;br /&gt;&lt;/p&gt; &lt;p style=&quot;margin-left: 0.51in; margin-bottom: 0in; font-style: normal; font-weight: normal;&quot; align=&quot;LEFT&quot;&gt; &lt;span style=&quot;color: rgb(0, 0, 0);&quot;&gt;&lt;span style=&quot;font-size:100%;&quot;&gt;By default, the VMotion time out set 100 seconds, if the destination host&#39;s VMotion network cannot be reached more than 100 seconds, the VMotion will fail. &lt;/span&gt;&lt;/span&gt; &lt;/p&gt; &lt;p style=&quot;margin-left: 0.51in; margin-bottom: 0in; font-style: normal; font-weight: normal;&quot; align=&quot;LEFT&quot;&gt;&lt;br /&gt;&lt;/p&gt; &lt;p style=&quot;margin-left: 0.51in; margin-bottom: 0in; font-weight: normal;&quot; align=&quot;LEFT&quot;&gt; &lt;span style=&quot;color: rgb(0, 0, 0);&quot;&gt;&lt;span style=&quot;font-size:85%;&quot;&gt;&lt;i&gt;Apr 01 15:14:35.930: vmx| Migrate: Powering off&lt;/i&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt; &lt;p style=&quot;margin-left: 0.51in; margin-bottom: 0in; font-weight: normal;&quot; align=&quot;LEFT&quot;&gt;&lt;br /&gt;&lt;/p&gt; &lt;p style=&quot;margin-left: 0.51in; margin-bottom: 0in; font-weight: normal;&quot; align=&quot;LEFT&quot;&gt; &lt;span style=&quot;color: rgb(0, 0, 0);&quot;&gt;&lt;span style=&quot;font-size:85%;&quot;&gt;&lt;i&gt;Apr 01 15:14:35.930: vmx| Stopping VCPU threads...&lt;/i&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt; &lt;p style=&quot;margin-left: 0.51in; margin-bottom: 0in; font-weight: normal;&quot; align=&quot;LEFT&quot;&gt;&lt;br /&gt;&lt;/p&gt; &lt;p style=&quot;margin-left: 0.51in; margin-bottom: 0in; font-weight: normal;&quot; align=&quot;LEFT&quot;&gt; &lt;span style=&quot;color: rgb(0, 0, 0);&quot;&gt;&lt;span style=&quot;font-size:85%;&quot;&gt;&lt;i&gt;Apr 01 15:14:35.931: vcpu-0| VMMon_WaitForExit: vcpu-0: worldID=4868&lt;/i&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt; &lt;p style=&quot;margin-left: 0.51in; margin-bottom: 0in; font-weight: normal;&quot; align=&quot;LEFT&quot;&gt;&lt;br /&gt;&lt;/p&gt; &lt;p style=&quot;margin-left: 0.51in; margin-bottom: 0in; font-weight: normal;&quot; align=&quot;LEFT&quot;&gt; &lt;span style=&quot;color: rgb(0, 0, 0);&quot;&gt;&lt;span style=&quot;font-size:85%;&quot;&gt;&lt;i&gt;Apr 01 15:14:35.931: vcpu-1| VMMon_WaitForExit: vcpu-1: worldID=4870&lt;/i&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt; &lt;p style=&quot;margin-left: 0.51in; margin-bottom: 0in; font-weight: normal;&quot; align=&quot;LEFT&quot;&gt;&lt;br /&gt;&lt;/p&gt; &lt;p style=&quot;margin-left: 0.51in; margin-bottom: 0in; font-weight: normal;&quot; align=&quot;LEFT&quot;&gt; &lt;span style=&quot;color: rgb(0, 0, 0);&quot;&gt;&lt;span style=&quot;font-size:85%;&quot;&gt;&lt;i&gt;Apr 01 15:14:37.094: mks| Ending MKSRole pseudocalls, state was 1&lt;/i&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt; &lt;p style=&quot;margin-left: 0.51in; margin-bottom: 0in; font-weight: normal;&quot; align=&quot;LEFT&quot;&gt;&lt;br /&gt;&lt;/p&gt; &lt;p style=&quot;margin-left: 0.51in; margin-bottom: 0in; font-weight: normal;&quot; align=&quot;LEFT&quot;&gt; &lt;span style=&quot;color: rgb(0, 0, 0);&quot;&gt;&lt;span style=&quot;font-size:85%;&quot;&gt;&lt;i&gt;Apr 01 15:14:37.094: mks| Async MKS thread is exiting&lt;/i&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt; &lt;p style=&quot;margin-left: 0.51in; margin-bottom: 0in; font-weight: normal;&quot; align=&quot;LEFT&quot;&gt;&lt;br /&gt;&lt;/p&gt; &lt;p style=&quot;margin-left: 0.51in; margin-bottom: 0in; font-weight: normal;&quot; align=&quot;LEFT&quot;&gt; &lt;span style=&quot;color: rgb(0, 0, 0);&quot;&gt;&lt;span style=&quot;font-size:85%;&quot;&gt;&lt;i&gt;Apr 01 15:14:37.094: vmx| Vix: [104867 mainDispatch.c:907]: VMAutomation_PowerOff: Powering off.&lt;/i&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt; &lt;p style=&quot;margin-left: 0.51in; margin-bottom: 0in; font-weight: normal;&quot; align=&quot;LEFT&quot;&gt;&lt;br /&gt;&lt;/p&gt; &lt;p style=&quot;margin-left: 0.51in; margin-bottom: 0in; font-weight: normal;&quot; align=&quot;LEFT&quot;&gt; &lt;span style=&quot;color: rgb(0, 0, 0);&quot;&gt;&lt;span style=&quot;font-size:85%;&quot;&gt;&lt;i&gt;Apr 01 15:14:37.118: vmx| VMXVmdb_SetToolsVersionState: status value set to &#39;ok&#39;&lt;/i&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt; &lt;p style=&quot;margin-left: 0.51in; margin-bottom: 0in; font-weight: normal;&quot; align=&quot;LEFT&quot;&gt;&lt;br /&gt;&lt;/p&gt; &lt;p style=&quot;margin-left: 0.51in; margin-bottom: 0in; font-weight: normal;&quot; align=&quot;LEFT&quot;&gt; &lt;span style=&quot;color: rgb(0, 0, 0);&quot;&gt;&lt;span style=&quot;font-size:85%;&quot;&gt;&lt;i&gt;Apr 01 15:14:37.118: vmx| Migrate: cleaning up migration state.&lt;/i&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt; &lt;p style=&quot;margin-left: 0.51in; margin-bottom: 0in; font-weight: normal;&quot; align=&quot;LEFT&quot;&gt;&lt;br /&gt;&lt;/p&gt; &lt;p style=&quot;margin-left: 0.51in; margin-bottom: 0in; font-weight: normal;&quot; align=&quot;LEFT&quot;&gt; &lt;span style=&quot;color: rgb(0, 0, 0);&quot;&gt;&lt;span style=&quot;font-size:85%;&quot;&gt;&lt;i&gt;Apr 01 15:14:37.118: vmx| MigrateSetState: Transitioning from state 5 to 0.&lt;/i&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt; &lt;p style=&quot;margin-left: 0.51in; margin-bottom: 0in; font-weight: normal;&quot; align=&quot;LEFT&quot;&gt;&lt;br /&gt;&lt;/p&gt; &lt;p style=&quot;margin-left: 0.51in; margin-bottom: 0in; font-weight: normal;&quot; align=&quot;LEFT&quot;&gt; &lt;span style=&quot;color: rgb(0, 0, 0);&quot;&gt;&lt;span style=&quot;font-size:85%;&quot;&gt;&lt;i&gt;Apr 01 15:14:37.120: vmx| MKSHostOps_HideCursor before defineCursor!&lt;/i&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt; &lt;p style=&quot;margin-left: 0.51in; margin-bottom: 0in; font-weight: normal;&quot; align=&quot;LEFT&quot;&gt;&lt;br /&gt;&lt;/p&gt; &lt;p style=&quot;margin-left: 0.51in; margin-bottom: 0in; font-weight: normal;&quot; align=&quot;LEFT&quot;&gt; &lt;span style=&quot;color: rgb(0, 0, 0);&quot;&gt;&lt;span style=&quot;font-size:85%;&quot;&gt;&lt;i&gt;Apr 01 15:14:37.125: vmx| Virtual Device for scsi0:0 was already successfully destroyed&lt;/i&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt; &lt;p style=&quot;margin-left: 0.51in; margin-bottom: 0in; font-weight: normal;&quot; align=&quot;LEFT&quot;&gt;&lt;br /&gt;&lt;/p&gt; &lt;p style=&quot;margin-left: 0.51in; margin-bottom: 0in; font-weight: normal;&quot; align=&quot;LEFT&quot;&gt; &lt;span style=&quot;color: rgb(0, 0, 0);&quot;&gt;&lt;span style=&quot;font-size:85%;&quot;&gt;&lt;i&gt;Apr 01 15:14:37.150: vmx| MKS local poweroff&lt;/i&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt; &lt;p style=&quot;margin-left: 0.51in; margin-bottom: 0in; font-weight: normal;&quot; align=&quot;LEFT&quot;&gt;&lt;br /&gt;&lt;/p&gt; &lt;p style=&quot;margin-left: 0.51in; margin-bottom: 0in; font-weight: normal;&quot; align=&quot;LEFT&quot;&gt;&lt;br /&gt;&lt;/p&gt; &lt;p style=&quot;margin-left: 0.51in; margin-bottom: 0in; font-style: normal; font-weight: normal;&quot; align=&quot;LEFT&quot;&gt; &lt;span style=&quot;color: rgb(0, 0, 0);&quot;&gt;&lt;span style=&quot;font-size:100%;&quot;&gt;We should able to tell from the logs, after the migration, there are some clean up steps. Stopping the VCPU threads, and power off the MKS (mouse, keyboard, screen)&lt;/span&gt;&lt;/span&gt;&lt;/p&gt; &lt;p style=&quot;margin-left: 0.51in; margin-bottom: 0in; font-style: normal; font-weight: normal;&quot; align=&quot;LEFT&quot;&gt;&lt;br /&gt;&lt;/p&gt; &lt;p style=&quot;margin-left: 0.51in; margin-bottom: 0in; font-weight: normal;&quot; align=&quot;LEFT&quot;&gt; &lt;span style=&quot;color: rgb(0, 0, 0);&quot;&gt;&lt;span style=&quot;font-size:85%;&quot;&gt;&lt;i&gt;Apr 01 15:14:39.046: vmx| VMX idle exit&lt;/i&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt; &lt;p style=&quot;margin-left: 0.51in; margin-bottom: 0in; font-weight: normal;&quot; align=&quot;LEFT&quot;&gt;&lt;br /&gt;&lt;/p&gt; &lt;p style=&quot;margin-left: 0.51in; margin-bottom: 0in; font-weight: normal;&quot; align=&quot;LEFT&quot;&gt; &lt;span style=&quot;color: rgb(0, 0, 0);&quot;&gt;&lt;span style=&quot;font-size:85%;&quot;&gt;&lt;i&gt;Apr 01 15:14:39.055: vmx| VMIOP: Exit&lt;/i&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt; &lt;p style=&quot;margin-left: 0.51in; margin-bottom: 0in; font-weight: normal;&quot; align=&quot;LEFT&quot;&gt;&lt;br /&gt;&lt;/p&gt; &lt;p style=&quot;margin-left: 0.51in; margin-bottom: 0in; font-weight: normal;&quot; align=&quot;LEFT&quot;&gt; &lt;span style=&quot;color: rgb(0, 0, 0);&quot;&gt;&lt;span style=&quot;font-size:85%;&quot;&gt;&lt;i&gt;Apr 01 15:14:39.056: vmx| Vix: [104867 mainDispatch.c:652]: VMAutomation_LateShutdown()&lt;/i&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt; &lt;p style=&quot;margin-left: 0.51in; margin-bottom: 0in; font-weight: normal;&quot; align=&quot;LEFT&quot;&gt;&lt;br /&gt;&lt;/p&gt; &lt;p style=&quot;margin-left: 0.51in; margin-bottom: 0in; font-weight: normal;&quot; align=&quot;LEFT&quot;&gt; &lt;span style=&quot;color: rgb(0, 0, 0);&quot;&gt;&lt;span style=&quot;font-size:85%;&quot;&gt;&lt;i&gt;Apr 01 15:14:39.056: vmx| Vix: [104867 mainDispatch.c:602]: VMAutomationCloseListenerSocket. Closing listener socket.&lt;/i&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt; &lt;p style=&quot;margin-left: 0.51in; margin-bottom: 0in; font-weight: normal;&quot; align=&quot;LEFT&quot;&gt;&lt;br /&gt;&lt;/p&gt; &lt;p style=&quot;margin-left: 0.51in; margin-bottom: 0in; font-weight: normal;&quot; align=&quot;LEFT&quot;&gt; &lt;span style=&quot;color: rgb(0, 0, 0);&quot;&gt;&lt;span style=&quot;font-size:85%;&quot;&gt;&lt;i&gt;Apr 01 15:14:39.065: vmx| Flushing VMX VMDB connections&lt;/i&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt; &lt;p style=&quot;margin-left: 0.51in; margin-bottom: 0in; font-weight: normal;&quot; align=&quot;LEFT&quot;&gt;&lt;br /&gt;&lt;/p&gt; &lt;p style=&quot;margin-left: 0.51in; margin-bottom: 0in; font-weight: normal;&quot; align=&quot;LEFT&quot;&gt; &lt;span style=&quot;color: rgb(0, 0, 0);&quot;&gt;&lt;span style=&quot;font-size:85%;&quot;&gt;&lt;i&gt;Apr 01 15:14:39.075: vmx| VMX exit (0).&lt;/i&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt; &lt;p style=&quot;margin-left: 0.51in; margin-bottom: 0in; font-weight: normal;&quot; align=&quot;LEFT&quot;&gt;&lt;br /&gt;&lt;/p&gt; &lt;p style=&quot;margin-left: 0.51in; margin-bottom: 0in; font-weight: normal;&quot; align=&quot;LEFT&quot;&gt; &lt;span style=&quot;color: rgb(0, 0, 0);&quot;&gt;&lt;span style=&quot;font-size:85%;&quot;&gt;&lt;i&gt;Apr 01 15:14:39.075: vmx| AIOMGR-S : stat o=2 r=6 w=0 i=0 br=98304 bw=0&lt;/i&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt; &lt;p style=&quot;margin-left: 0.51in; margin-bottom: 0in; font-weight: normal;&quot; align=&quot;LEFT&quot;&gt;&lt;br /&gt;&lt;/p&gt; &lt;p style=&quot;margin-left: 0.51in; margin-bottom: 0in;&quot; align=&quot;LEFT&quot;&gt;&lt;span style=&quot;color: rgb(0, 0, 0);&quot;&gt;&lt;span style=&quot;font-size:85%;&quot;&gt;&lt;i&gt;&lt;span style=&quot;font-weight: normal;&quot;&gt;Apr 01 15:14:39.075: vmx|&lt;/span&gt;&lt;/i&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style=&quot;color: rgb(255, 0, 0);&quot;&gt;&lt;span style=&quot;font-size:85%;&quot;&gt;&lt;i&gt;&lt;b&gt; VMX has left the building: 0.&lt;/b&gt;&lt;/i&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt; &lt;p style=&quot;margin-left: 0.51in; margin-bottom: 0in;&quot; align=&quot;LEFT&quot;&gt;&lt;br /&gt;&lt;/p&gt; &lt;p style=&quot;margin-left: 0.51in; margin-bottom: 0in; font-weight: normal;&quot; align=&quot;LEFT&quot;&gt;&lt;br /&gt;&lt;/p&gt; &lt;p style=&quot;margin-left: 0.51in; margin-bottom: 0in;&quot; align=&quot;LEFT&quot;&gt;&lt;span style=&quot;color: rgb(0, 0, 0);&quot;&gt;&lt;span style=&quot;font-size:100%;&quot;&gt;&lt;span style=&quot;font-style: normal;&quot;&gt;&lt;span style=&quot;font-weight: normal;&quot;&gt;More clean up updating VMDB, and at the end &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style=&quot;color: rgb(0, 0, 0);&quot;&gt;&lt;span style=&quot;font-size:100%;&quot;&gt;&lt;span style=&quot;font-style: normal;&quot;&gt;&lt;b&gt;“VMX has left the building: 0.&lt;/b&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt; &lt;p style=&quot;margin-left: 0.51in; margin-bottom: 0in;&quot; align=&quot;LEFT&quot;&gt;&lt;span style=&quot;color: rgb(0, 0, 0);&quot;&gt;” &lt;/span&gt;&lt;span style=&quot;color: rgb(0, 0, 0);&quot;&gt;&lt;span style=&quot;font-size:100%;&quot;&gt;&lt;span style=&quot;font-style: normal;&quot;&gt;&lt;span style=&quot;font-weight: normal;&quot;&gt;This is not a bad message. You will see this for every VMotion process. Just show the VMotion completed.&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt; &lt;p style=&quot;margin-left: 0.51in; margin-bottom: 0in; font-style: normal; font-weight: normal;&quot; align=&quot;LEFT&quot;&gt;&lt;br /&gt;&lt;/p&gt; &lt;p style=&quot;margin-left: 0.51in; margin-bottom: 0in; font-style: normal;&quot; align=&quot;LEFT&quot;&gt; &lt;span style=&quot;color: rgb(0, 0, 0);&quot;&gt;&lt;span style=&quot;font-size:100%;&quot;&gt;&lt;b&gt;VPXD logs:&lt;/b&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt; &lt;p style=&quot;margin-left: 0.51in; margin-bottom: 0in; font-style: normal; font-weight: normal;&quot; align=&quot;LEFT&quot;&gt;&lt;br /&gt;&lt;/p&gt; &lt;p style=&quot;margin-left: 0.51in; margin-bottom: 0in; font-style: normal; font-weight: normal;&quot; align=&quot;LEFT&quot;&gt; &lt;span style=&quot;color: rgb(0, 0, 0);&quot;&gt;&lt;span style=&quot;font-family:Liberation Serif,Times New Roman,serif;&quot;&gt;&lt;span style=&quot;font-size:100%;&quot;&gt;The logs are located in %ALLUSERSPROFILE%\Application Data\VMware\VMware VirtualCenter\Logs, which translates to C:\Documents and Settings\All Users\Application Data\VMware\VirtualCenter\logs in Windows 2003 and C:\ProgramData\VMware\VMware VirtualCenter\Logs in Windows 2008.&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt; &lt;p style=&quot;margin-left: 0.51in; margin-bottom: 0in; font-style: normal; font-weight: normal;&quot; align=&quot;LEFT&quot;&gt;&lt;br /&gt;&lt;/p&gt; &lt;p style=&quot;margin-left: 0.51in; margin-bottom: 0in; font-style: normal; font-weight: normal;&quot; align=&quot;LEFT&quot;&gt; &lt;span style=&quot;color: rgb(0, 0, 0);&quot;&gt;&lt;span style=&quot;font-family:Liberation Serif,Times New Roman,serif;&quot;&gt;&lt;span style=&quot;font-size:100%;&quot;&gt;We do the same grep with vpxd-xx.log &lt;/span&gt;&lt;/span&gt;&lt;/span&gt; &lt;/p&gt; &lt;p style=&quot;margin-left: 0.51in; margin-bottom: 0in;&quot; align=&quot;LEFT&quot;&gt;&lt;span style=&quot;color: rgb(0, 0, 0);&quot;&gt;“&lt;span style=&quot;font-family:Liberation Serif,Times New Roman,serif;&quot;&gt;&lt;span style=&quot;font-size:100%;&quot;&gt;&lt;span style=&quot;font-style: normal;&quot;&gt;&lt;b&gt;grep -i 1301685441034055 vpxd*.log | less” &lt;/b&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style=&quot;color: rgb(0, 0, 0);&quot;&gt;&lt;span style=&quot;font-family:Liberation Serif,Times New Roman,serif;&quot;&gt;&lt;span style=&quot;font-size:100%;&quot;&gt;&lt;span style=&quot;font-style: normal;&quot;&gt;&lt;span style=&quot;font-weight: normal;&quot;&gt;Here we got the vCenter information for this VMotion process&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt; &lt;p style=&quot;margin-left: 0.51in; margin-bottom: 0in; font-style: normal;&quot; align=&quot;LEFT&quot;&gt;&lt;br /&gt;&lt;/p&gt; &lt;p style=&quot;margin-left: 0.51in; margin-bottom: 0in; font-weight: normal;&quot; align=&quot;LEFT&quot;&gt; &lt;span style=&quot;color: rgb(0, 0, 0);&quot;&gt;&lt;span style=&quot;font-size:85%;&quot;&gt;&lt;i&gt;vpxd-83.log:[2011-04-01 15:17:21.040 03364 info &#39;App&#39; opID=F6FC49D5-000007E6] [MIGRATE] (1301685441034055) VMotion started&lt;/i&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt; &lt;p style=&quot;margin-left: 0.51in; margin-bottom: 0in; font-weight: normal;&quot; align=&quot;LEFT&quot;&gt;&lt;br /&gt;&lt;/p&gt; &lt;p style=&quot;margin-left: 0.51in; margin-bottom: 0in;&quot; align=&quot;LEFT&quot;&gt;&lt;span style=&quot;color: rgb(0, 0, 0);&quot;&gt;&lt;span style=&quot;font-size:85%;&quot;&gt;&lt;i&gt;&lt;span style=&quot;font-weight: normal;&quot;&gt;vpxd-83.log:[2011-04-01 15:17:21.040 03364 info &#39;App&#39; opID=F6FC49D5-000007E6] [&lt;/span&gt;&lt;/i&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style=&quot;color: rgb(255, 0, 0);&quot;&gt;&lt;span style=&quot;font-size:85%;&quot;&gt;&lt;i&gt;&lt;b&gt;MIGRATE] (1301685441034055) VM: Vmotion-test (/vpx/vm/#369/)&lt;/b&gt;&lt;/i&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt; &lt;p style=&quot;margin-left: 0.51in; margin-bottom: 0in;&quot; align=&quot;LEFT&quot;&gt;&lt;br /&gt;&lt;/p&gt; &lt;p style=&quot;margin-left: 0.51in; margin-bottom: 0in;&quot; align=&quot;LEFT&quot;&gt;&lt;span style=&quot;color: rgb(0, 0, 0);&quot;&gt;&lt;span style=&quot;font-size:85%;&quot;&gt;&lt;i&gt;&lt;span style=&quot;font-weight: normal;&quot;&gt;vpxd-83.log:[2011-04-01 15:17:21.040 03364 info &#39;App&#39; opID=F6FC49D5-000007E6] [MIGRATE] (1301685441034055)&lt;/span&gt;&lt;/i&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style=&quot;color: rgb(255, 0, 0);&quot;&gt;&lt;span style=&quot;font-size:85%;&quot;&gt;&lt;i&gt;&lt;b&gt; host: bs-bcs-h137.bsl.vmware.com (/vpx/host/#261/) -&amp;gt; bs-bcs-h138.bsl.vmware.com (/vpx/host/#227/)&lt;/b&gt;&lt;/i&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt; &lt;p style=&quot;margin-left: 0.51in; margin-bottom: 0in;&quot; align=&quot;LEFT&quot;&gt;&lt;br /&gt;&lt;/p&gt; &lt;p style=&quot;margin-left: 0.51in; margin-bottom: 0in; font-weight: normal;&quot; align=&quot;LEFT&quot;&gt; &lt;span style=&quot;color: rgb(0, 0, 0);&quot;&gt;&lt;span style=&quot;font-size:85%;&quot;&gt;&lt;i&gt;vpxd-83.log:[2011-04-01 15:17:21.040 03364 info &#39;App&#39; opID=F6FC49D5-000007E6] [MIGRATE] (1301685441034055) pool: Resources (/vpx/resgroup/#27/) -&amp;gt; Resources (/vpx/resgroup/#27/)&lt;/i&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt; &lt;p style=&quot;margin-left: 0.51in; margin-bottom: 0in; font-weight: normal;&quot; align=&quot;LEFT&quot;&gt;&lt;br /&gt;&lt;/p&gt; &lt;p style=&quot;margin-left: 0.51in; margin-bottom: 0in;&quot; align=&quot;LEFT&quot;&gt;&lt;span style=&quot;color: rgb(0, 0, 0);&quot;&gt;&lt;span style=&quot;font-size:85%;&quot;&gt;&lt;i&gt;&lt;span style=&quot;font-weight: normal;&quot;&gt;vpxd-83.log:[2011-04-01 15:17:21.483 03364 info &#39;App&#39; opID=F6FC49D5-000007E6] [MIGRATE] (1301685441034055) &lt;/span&gt;&lt;/i&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style=&quot;color: rgb(255, 0, 0);&quot;&gt;&lt;span style=&quot;font-size:85%;&quot;&gt;&lt;i&gt;&lt;b&gt;config: sanfs://vmfs_uuid:4d6579ec-23f981cb-465c-00237da0cfee/Vmotion-test/Vmotion-test.vmx -&amp;gt; sanfs://vmfs_uuid:4d6579ec-23f981cb-465c-00237da0cfee/Vmotion-test/Vmotion-test.vmx&lt;/b&gt;&lt;/i&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt; &lt;p style=&quot;margin-left: 0.51in; margin-bottom: 0in;&quot; align=&quot;LEFT&quot;&gt;&lt;br /&gt;&lt;/p&gt; &lt;p style=&quot;margin-left: 0.51in; margin-bottom: 0in; font-weight: normal;&quot; align=&quot;LEFT&quot;&gt; &lt;span style=&quot;color: rgb(0, 0, 0);&quot;&gt;&lt;span style=&quot;font-size:85%;&quot;&gt;&lt;i&gt;vpxd-83.log:[2011-04-01 15:17:21.483 03364 info &#39;App&#39; opID=F6FC49D5-000007E6] [MIGRATE] (1301685441034055) vmotion IP: 10.21.51.137 -&amp;gt; 10.21.53.102&lt;/i&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt; &lt;p style=&quot;margin-left: 0.51in; margin-bottom: 0in; font-weight: normal;&quot; align=&quot;LEFT&quot;&gt;&lt;br /&gt;&lt;/p&gt; &lt;p style=&quot;margin-left: 0.51in; margin-bottom: 0in; font-weight: normal;&quot; align=&quot;LEFT&quot;&gt; &lt;span style=&quot;color: rgb(0, 0, 0);&quot;&gt;&lt;span style=&quot;font-size:85%;&quot;&gt;&lt;i&gt;vpxd-83.log:[2011-04-01 15:17:21.483 03364 info &#39;App&#39; opID=F6FC49D5-000007E6] [MIGRATE] (1301685441034055) mgmt IP: 10.21.49.137 -&amp;gt; 10.21.49.138&lt;/i&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt; &lt;p style=&quot;margin-left: 0.51in; margin-bottom: 0in; font-weight: normal;&quot; align=&quot;LEFT&quot;&gt;&lt;br /&gt;&lt;/p&gt; &lt;p style=&quot;margin-left: 0.51in; margin-bottom: 0in;&quot; align=&quot;LEFT&quot;&gt;&lt;span style=&quot;color: rgb(0, 0, 0);&quot;&gt;“&lt;/span&gt;&lt;span style=&quot;color: rgb(0, 0, 0);&quot;&gt;&lt;span style=&quot;font-size:100%;&quot;&gt;&lt;span style=&quot;font-style: normal;&quot;&gt;&lt;b&gt;MIGRATE] (1301685441034055) VM: Vmotion-test (/vpx/vm/#369/)&lt;/b&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt; &lt;p style=&quot;margin-left: 0.51in; margin-bottom: 0in;&quot; align=&quot;LEFT&quot;&gt;&lt;span style=&quot;color: rgb(0, 0, 0);&quot;&gt;”&lt;/span&gt;&lt;span style=&quot;color: rgb(0, 0, 0);&quot;&gt; &lt;span style=&quot;font-size:100%;&quot;&gt;&lt;span style=&quot;font-style: normal;&quot;&gt;&lt;span style=&quot;font-weight: normal;&quot;&gt;Here we can see the virtual machine ID in vCenter database (#369)&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt; &lt;p style=&quot;margin-left: 0.51in; margin-bottom: 0in; font-weight: normal;&quot; align=&quot;LEFT&quot;&gt;&lt;br /&gt;&lt;/p&gt; &lt;p style=&quot;margin-left: 0.51in; margin-bottom: 0in;&quot; align=&quot;LEFT&quot;&gt;&lt;span style=&quot;color: rgb(0, 0, 0);&quot;&gt;“&lt;/span&gt;&lt;span style=&quot;color: rgb(0, 0, 0);&quot;&gt;&lt;span style=&quot;font-size:100%;&quot;&gt;&lt;span style=&quot;font-style: normal;&quot;&gt;&lt;b&gt;host: bs-bcs-h137.bsl.vmware.com (/vpx/host/#261/) -&amp;gt; bs-bcs-h138.bsl.vmware.com (/vpx/host/#227/)&lt;/b&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt; &lt;p style=&quot;margin-left: 0.51in; margin-bottom: 0in; font-style: normal;&quot; align=&quot;LEFT&quot;&gt; &lt;span style=&quot;color: rgb(0, 0, 0);&quot;&gt;”&lt;/span&gt;&lt;/p&gt; &lt;p style=&quot;margin-left: 0.51in; margin-bottom: 0in; font-style: normal; font-weight: normal;&quot; align=&quot;LEFT&quot;&gt; &lt;span style=&quot;color: rgb(0, 0, 0);&quot;&gt;&lt;span style=&quot;font-size:100%;&quot;&gt;In vCenter 4.1 the log is nice enough to give you the host ID in vCenter database. In our case, bs-bcs-h137 (#261) is the source and bs-bcs-h138 (#227) is the destination&lt;/span&gt;&lt;/span&gt;&lt;/p&gt; &lt;p style=&quot;margin-left: 0.51in; margin-bottom: 0in; font-style: normal; font-weight: normal;&quot; align=&quot;LEFT&quot;&gt;&lt;br /&gt;&lt;/p&gt; &lt;p style=&quot;margin-left: 0.51in; margin-bottom: 0in;&quot; align=&quot;LEFT&quot;&gt;&lt;span style=&quot;color: rgb(0, 0, 0);&quot;&gt;“&lt;span style=&quot;font-size:100%;&quot;&gt;&lt;span style=&quot;font-style: normal;&quot;&gt;&lt;b&gt;config: sanfs://vmfs_uuid:4d6579ec-23f981cb-465c-00237da0cfee/Vmotion-test/Vmotion-test.vmx -&amp;gt; sanfs://vmfs_uuid:4d6579ec-23f981cb-465c-00237da0cfee/Vmotion-test/Vmotion-test.vmx&lt;/b&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt; &lt;p style=&quot;margin-left: 0.51in; margin-bottom: 0in; font-style: normal;&quot; align=&quot;LEFT&quot;&gt; &lt;span style=&quot;color: rgb(0, 0, 0);&quot;&gt;”&lt;/span&gt;&lt;/p&gt; &lt;p style=&quot;margin-left: 0.51in; margin-bottom: 0in; font-style: normal; font-weight: normal;&quot; align=&quot;LEFT&quot;&gt; &lt;span style=&quot;color: rgb(0, 0, 0);&quot;&gt;&lt;span style=&quot;font-size:100%;&quot;&gt;Once again we can see this is a VMotion process, since the path to the configuration file did not change. Storage VMotion will have different path. &lt;/span&gt;&lt;/span&gt; &lt;/p&gt; &lt;p style=&quot;margin-left: 0.51in; margin-bottom: 0in; font-style: normal; font-weight: normal;&quot; align=&quot;LEFT&quot;&gt;&lt;br /&gt;&lt;/p&gt; &lt;p style=&quot;margin-left: 0.51in; margin-bottom: 0in; font-style: normal;&quot; align=&quot;LEFT&quot;&gt; &lt;span style=&quot;color: rgb(0, 0, 0);&quot;&gt;&lt;span style=&quot;font-size:100%;&quot;&gt;&lt;b&gt;What Else Is Useful?&lt;/b&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt; &lt;p style=&quot;margin-left: 0.51in; margin-bottom: 0in; font-style: normal; font-weight: normal;&quot; align=&quot;LEFT&quot;&gt; &lt;span style=&quot;color: rgb(0, 0, 0);&quot;&gt;&lt;span style=&quot;font-size:100%;&quot;&gt;ESX/ESXi hosts will keep a list of VMotion until a reboot occur. You can find the list under /proc&lt;/span&gt;&lt;/span&gt;&lt;/p&gt; &lt;p style=&quot;margin-left: 0.51in; margin-bottom: 0in; font-style: normal; font-weight: normal;&quot; align=&quot;LEFT&quot;&gt;&lt;br /&gt;&lt;/p&gt; &lt;p style=&quot;margin-left: 0.51in; margin-bottom: 0in; font-style: normal; font-weight: normal;&quot; align=&quot;LEFT&quot;&gt; &lt;span style=&quot;color: rgb(0, 0, 0);&quot;&gt;&lt;span style=&quot;font-size:100%;&quot;&gt;ESX: /proc/vmware/migration/history&lt;/span&gt;&lt;/span&gt;&lt;/p&gt; &lt;p style=&quot;margin-left: 0.51in; margin-bottom: 0in; font-style: normal; font-weight: normal;&quot; align=&quot;LEFT&quot;&gt;&lt;br /&gt;&lt;/p&gt; &lt;p style=&quot;margin-left: 0.51in; margin-bottom: 0in;&quot; align=&quot;LEFT&quot;&gt;&lt;span style=&quot;color: rgb(0, 0, 0);&quot;&gt;“&lt;span style=&quot;font-size:100%;&quot;&gt;&lt;span style=&quot;font-style: normal;&quot;&gt;&lt;b&gt;less -RS /proc/vmware/migration/history”&lt;/b&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt; &lt;p style=&quot;margin-left: 0.51in; margin-bottom: 0in; font-style: normal;&quot; align=&quot;LEFT&quot;&gt;&lt;br /&gt;&lt;/p&gt; &lt;p style=&quot;margin-left: 0.51in; margin-bottom: 0in; font-weight: normal;&quot; align=&quot;LEFT&quot;&gt; &lt;span style=&quot;color: rgb(0, 0, 0);&quot;&gt;&lt;span style=&quot;font-size:85%;&quot;&gt;&lt;i&gt;id                      status                                                  | Total        PreCopy      Quiesce      CptXfer      CptLoad      PageIn       DownTime     &lt;/i&gt;&lt;/span&gt;&lt;/span&gt; &lt;/p&gt; &lt;p style=&quot;margin-left: 0.51in; margin-bottom: 0in; font-weight: normal;&quot; align=&quot;LEFT&quot;&gt;&lt;br /&gt;&lt;/p&gt; &lt;p style=&quot;margin-left: 0.51in; margin-bottom: 0in; font-weight: normal;&quot; align=&quot;LEFT&quot;&gt; &lt;span style=&quot;color: rgb(0, 0, 0);&quot;&gt;&lt;span style=&quot;font-size:85%;&quot;&gt;&lt;i&gt;1301685636815010 (#3) vm 4881: Ok migrating to   &amp;lt;10.21.51.137&amp;gt;                 |  3.609013     1.500298       N/A          N/A          N/A          N/A          N/A      &lt;/i&gt;&lt;/span&gt;&lt;/span&gt; &lt;/p&gt; &lt;p style=&quot;margin-left: 0.51in; margin-bottom: 0in; font-weight: normal;&quot; align=&quot;LEFT&quot;&gt;&lt;br /&gt;&lt;/p&gt; &lt;p style=&quot;margin-left: 0.51in; margin-bottom: 0in; font-weight: normal;&quot; align=&quot;LEFT&quot;&gt; &lt;span style=&quot;color: rgb(0, 0, 0);&quot;&gt;&lt;span style=&quot;font-size:85%;&quot;&gt;&lt;i&gt;1301685636815010 (#2) vm 4894: Ok migrating from &amp;lt;10.21.51.137&amp;gt;                 |  3.890556       N/A          N/A          N/A        0.281297       N/A          N/A      &lt;/i&gt;&lt;/span&gt;&lt;/span&gt; &lt;/p&gt; &lt;p style=&quot;margin-left: 0.51in; margin-bottom: 0in; font-weight: normal;&quot; align=&quot;LEFT&quot;&gt;&lt;br /&gt;&lt;/p&gt; &lt;p style=&quot;margin-left: 0.51in; margin-bottom: 0in;&quot; align=&quot;LEFT&quot;&gt;&lt;span style=&quot;color: rgb(0, 0, 0);&quot;&gt;&lt;span style=&quot;font-size:85%;&quot;&gt;&lt;i&gt;&lt;b&gt;1301685587877584 (#1) vm 4881: Ok migrating from &amp;lt;10.21.53.102&amp;gt;                 |  1.554031     0.755715       N/A        0.133118     0.368116     0.001499     0.503789   &lt;/b&gt;&lt;/i&gt;&lt;/span&gt;&lt;/span&gt; &lt;/p&gt; &lt;p style=&quot;margin-left: 0.51in; margin-bottom: 0in;&quot; align=&quot;LEFT&quot;&gt;&lt;br /&gt;&lt;/p&gt; &lt;p style=&quot;margin-left: 0.51in; margin-bottom: 0in;&quot; align=&quot;LEFT&quot;&gt;&lt;span style=&quot;color: rgb(255, 0, 0);&quot;&gt;&lt;span style=&quot;font-size:85%;&quot;&gt;&lt;i&gt;&lt;b&gt;1301685441034055 (#0) vm 4868: Ok migrating to   &amp;lt;10.21.53.102&amp;gt;                 |  0.666448     0.277901     0.159037     0.037974       N/A        0.005203       N/A  &lt;/b&gt;&lt;/i&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style=&quot;color: rgb(0, 0, 0);&quot;&gt;&lt;span style=&quot;font-size:85%;&quot;&gt;&lt;i&gt;&lt;span style=&quot;font-weight: normal;&quot;&gt;    &lt;/span&gt;&lt;/i&gt;&lt;/span&gt;&lt;/span&gt; &lt;/p&gt; &lt;p style=&quot;margin-left: 0.51in; margin-bottom: 0in; font-weight: normal;&quot; align=&quot;LEFT&quot;&gt;&lt;br /&gt;&lt;/p&gt; &lt;p style=&quot;margin-left: 0.51in; margin-bottom: 0in; font-weight: normal;&quot; align=&quot;LEFT&quot;&gt; &lt;span style=&quot;color: rgb(0, 0, 0);&quot;&gt;  &lt;/span&gt; &lt;/p&gt; &lt;p style=&quot;margin-left: 0.51in; margin-bottom: 0in; font-style: normal; font-weight: normal;&quot; align=&quot;LEFT&quot;&gt;&lt;br /&gt;&lt;/p&gt; &lt;p style=&quot;margin-left: 0.51in; margin-bottom: 0in; font-style: normal; font-weight: normal;&quot; align=&quot;LEFT&quot;&gt; &lt;span style=&quot;color: rgb(0, 0, 0);&quot;&gt;&lt;span style=&quot;font-size:100%;&quot;&gt;The part we are interested in is the last column, which is the down time of the VM during VMotion. So why we are seeing “N/A” here? Because this is the source host, it will not know the down time of the migration. This is another way to find out which one is the source host and which one is the destination host. If you look at the line above (in bold) you can see the downtime for that VMotion was 0.5 seconds&lt;/span&gt;&lt;/span&gt;&lt;/p&gt; &lt;p style=&quot;margin-left: 0.51in; margin-bottom: 0in; font-style: normal; font-weight: normal;&quot; align=&quot;LEFT&quot;&gt;&lt;br /&gt;&lt;/p&gt; &lt;p style=&quot;margin-left: 0.51in; margin-bottom: 0in; font-style: normal; font-weight: normal;&quot; align=&quot;LEFT&quot;&gt; &lt;span style=&quot;color: rgb(0, 0, 0);&quot;&gt;&lt;span style=&quot;font-size:100%;&quot;&gt;ESXi: /proc/migration/rawTS&lt;/span&gt;&lt;/span&gt;&lt;/p&gt; &lt;p style=&quot;margin-left: 0.51in; margin-bottom: 0in; font-style: normal; font-weight: normal;&quot; align=&quot;LEFT&quot;&gt;&lt;br /&gt;&lt;/p&gt;</description><link>http://jlscz.blogspot.com/2011/04/pre.html</link><author>noreply@blogger.com (Unknown)</author><thr:total>7</thr:total></item><item><guid isPermaLink="false">tag:blogger.com,1999:blog-7185714946842431002.post-7771204318043029443</guid><pubDate>Thu, 09 Dec 2010 22:51:00 +0000</pubDate><atom:updated>2010-12-09T18:00:07.604-05:00</atom:updated><category domain="http://www.blogger.com/atom/ns#">ESX 4.x Commands</category><title>How to find the VM&#39;s ip address from ESX host?</title><description>&lt;span style=&quot;font-size:85%;&quot;&gt;Now, you are not suppose to find the VM&#39;s IP address from the host. But if you really want to. Here is the steps.&lt;br /&gt;We talked about the use of &quot;ft-stats&quot; and &quot;vmware-vimdump&quot;. so we can use those two command together to find the guest IP address that we are looking for&lt;br /&gt;&lt;br /&gt; 1. Let&#39;s find the VM&#39;s name by using &quot;ft-stats -lv&quot; (let&#39;s use BCS-VC40-1)&lt;a onblur=&quot;try {parent.deselectBloggerImageGracefully();} catch(e) {}&quot; href=&quot;http://1.bp.blogspot.com/_Hz7P2s_sE1Y/TQFfP2i6GHI/AAAAAAAABHQ/U4XbRETKT0Q/s1600/ft-stats.jpeg&quot;&gt;&lt;img style=&quot;float: left; margin: 0pt 10px 10px 0pt; cursor: pointer; width: 400px; height: 52px;&quot; src=&quot;http://1.bp.blogspot.com/_Hz7P2s_sE1Y/TQFfP2i6GHI/AAAAAAAABHQ/U4XbRETKT0Q/s400/ft-stats.jpeg&quot; alt=&quot;&quot; id=&quot;BLOGGER_PHOTO_ID_5548820941841766514&quot; border=&quot;0&quot; /&gt;&lt;/a&gt;&lt;br /&gt; 2. Now we can use &quot;vmware-vimdump | less&quot; and search for hostname (/hostname)&lt;a onblur=&quot;try {parent.deselectBloggerImageGracefully();} catch(e) {}&quot; href=&quot;http://1.bp.blogspot.com/_Hz7P2s_sE1Y/TQFfU-3ytDI/AAAAAAAABHY/T-rLRBexfgI/s1600/hostname.jpeg&quot;&gt;&lt;img style=&quot;float: left; margin: 0pt 10px 10px 0pt; cursor: pointer; width: 400px; height: 88px;&quot; src=&quot;http://1.bp.blogspot.com/_Hz7P2s_sE1Y/TQFfU-3ytDI/AAAAAAAABHY/T-rLRBexfgI/s400/hostname.jpeg&quot; alt=&quot;&quot; id=&quot;BLOGGER_PHOTO_ID_5548821029976192050&quot; border=&quot;0&quot; /&gt;&lt;/a&gt;&lt;/span&gt;</description><link>http://jlscz.blogspot.com/2010/12/how-to-find-vms-ip-address-from-esx.html</link><author>noreply@blogger.com (Unknown)</author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="http://1.bp.blogspot.com/_Hz7P2s_sE1Y/TQFfP2i6GHI/AAAAAAAABHQ/U4XbRETKT0Q/s72-c/ft-stats.jpeg" height="72" width="72"/><thr:total>3</thr:total></item><item><guid isPermaLink="false">tag:blogger.com,1999:blog-7185714946842431002.post-6093086964023640894</guid><pubDate>Thu, 09 Dec 2010 22:35:00 +0000</pubDate><atom:updated>2010-12-09T17:44:36.391-05:00</atom:updated><category domain="http://www.blogger.com/atom/ns#">ESX 4.x Commands</category><title>What ft-stats gives you even you don&#39;t have a ft VM?</title><description>&lt;span style=&quot;font-size:85%;&quot;&gt;Not many people are running FT VMs. and even less people know about the ft-stats command. Now if you don&#39;t use a FT vm what this command can give you?&lt;br /&gt;&lt;br /&gt;Answer: a fast report on the vmid and path to your VMs&lt;br /&gt;&lt;br /&gt;&quot;&lt;span style=&quot;color: rgb(255, 0, 0);&quot;&gt;ft-stats -lv&lt;/span&gt;&quot;&lt;a onblur=&quot;try {parent.deselectBloggerImageGracefully();} catch(e) {}&quot; href=&quot;http://1.bp.blogspot.com/_Hz7P2s_sE1Y/TQFbBhzfvqI/AAAAAAAABHA/puZV5H-bppA/s1600/ft-stats.jpeg&quot;&gt;&lt;img style=&quot;float: left; margin: 0pt 10px 10px 0pt; cursor: pointer; width: 400px; height: 52px;&quot; src=&quot;http://1.bp.blogspot.com/_Hz7P2s_sE1Y/TQFbBhzfvqI/AAAAAAAABHA/puZV5H-bppA/s400/ft-stats.jpeg&quot; alt=&quot;&quot; id=&quot;BLOGGER_PHOTO_ID_5548816297709518498&quot; border=&quot;0&quot; /&gt;&lt;/a&gt;&lt;/span&gt;&lt;br /&gt;&lt;span style=&quot;font-size:85%;&quot;&gt;Now Why the state is set as  &quot;Not Configured&quot;? Because none of the VM was configured as a FT VM&lt;/span&gt;</description><link>http://jlscz.blogspot.com/2010/12/what-ft-stats-gives-you-even-you-dont.html</link><author>noreply@blogger.com (Unknown)</author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="http://1.bp.blogspot.com/_Hz7P2s_sE1Y/TQFbBhzfvqI/AAAAAAAABHA/puZV5H-bppA/s72-c/ft-stats.jpeg" height="72" width="72"/><thr:total>1</thr:total></item><item><guid isPermaLink="false">tag:blogger.com,1999:blog-7185714946842431002.post-7032301261491887845</guid><pubDate>Wed, 01 Dec 2010 19:40:00 +0000</pubDate><atom:updated>2010-12-01T15:26:07.539-05:00</atom:updated><category domain="http://www.blogger.com/atom/ns#">ESX 4.x Commands</category><category domain="http://www.blogger.com/atom/ns#">VI 3 and vSphere 4</category><title>vmware-vimdump. You now know too much</title><description>&lt;span style=&quot;font-size:85%;&quot;&gt;This tip is just for Scott. We had a conference meeting, Scott requested an update on my blog. I save the best for you!&lt;br /&gt;&lt;br /&gt;We talked about collecting information from vCenter. What about ESX? the &quot;vmware-vimdump&quot; command will print out what vmkernel knows about the system it&#39;s running on, which is EVERYTHING!&lt;br /&gt;&lt;br /&gt;Let&#39;s show some examples:&lt;br /&gt;&lt;br /&gt;How do I know which path I&#39;m using to connect to the storage?&lt;a onblur=&quot;try {parent.deselectBloggerImageGracefully();} catch(e) {}&quot; href=&quot;http://1.bp.blogspot.com/_Hz7P2s_sE1Y/TPapfzs1dZI/AAAAAAAABGg/y4L6IQ9wXE8/s1600/workingpath.jpeg&quot;&gt;&lt;img style=&quot;float: left; margin: 0pt 10px 10px 0pt; cursor: pointer; width: 400px; height: 254px;&quot; src=&quot;http://1.bp.blogspot.com/_Hz7P2s_sE1Y/TPapfzs1dZI/AAAAAAAABGg/y4L6IQ9wXE8/s400/workingpath.jpeg&quot; alt=&quot;&quot; id=&quot;BLOGGER_PHOTO_ID_5545806355072644498&quot; border=&quot;0&quot; /&gt;&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;How about I want to see the policy used?&lt;br /&gt;&lt;a onblur=&quot;try {parent.deselectBloggerImageGracefully();} catch(e) {}&quot; href=&quot;http://3.bp.blogspot.com/_Hz7P2s_sE1Y/TPapycnVulI/AAAAAAAABGo/6g1K-_MB9Mc/s1600/policy.jpeg&quot;&gt;&lt;img style=&quot;float: left; margin: 0pt 10px 10px 0pt; cursor: pointer; width: 400px; height: 81px;&quot; src=&quot;http://3.bp.blogspot.com/_Hz7P2s_sE1Y/TPapycnVulI/AAAAAAAABGo/6g1K-_MB9Mc/s400/policy.jpeg&quot; alt=&quot;&quot; id=&quot;BLOGGER_PHOTO_ID_5545806675293092434&quot; border=&quot;0&quot; /&gt;&lt;/a&gt;&lt;br /&gt;What about the storage team ask me for the WWP?&lt;/span&gt;&lt;span style=&quot;font-size:85%;&quot;&gt;&lt;a onblur=&quot;try {parent.deselectBloggerImageGracefully();} catch(e) {}&quot; href=&quot;http://4.bp.blogspot.com/_Hz7P2s_sE1Y/TPaqHID74tI/AAAAAAAABGw/rfHvo84UVg8/s1600/portwwn.jpeg&quot;&gt;&lt;img style=&quot;float: left; margin: 0pt 10px 10px 0pt; cursor: pointer; width: 400px; height: 168px;&quot; src=&quot;http://4.bp.blogspot.com/_Hz7P2s_sE1Y/TPaqHID74tI/AAAAAAAABGw/rfHvo84UVg8/s400/portwwn.jpeg&quot; alt=&quot;&quot; id=&quot;BLOGGER_PHOTO_ID_5545807030553141970&quot; border=&quot;0&quot; /&gt;&lt;/a&gt;&lt;/span&gt;&lt;br /&gt;&lt;span style=&quot;font-size:85%;&quot;&gt;&lt;br /&gt;Ok enough on storage, what about virtual switch?&lt;/span&gt;&lt;span style=&quot;font-size:85%;&quot;&gt;&lt;a onblur=&quot;try {parent.deselectBloggerImageGracefully();} catch(e) {}&quot; href=&quot;http://4.bp.blogspot.com/_Hz7P2s_sE1Y/TPaqZtRFteI/AAAAAAAABG4/Q3RPEGalmZg/s1600/switch.jpeg&quot;&gt;&lt;img style=&quot;float: left; margin: 0pt 10px 10px 0pt; cursor: pointer; width: 400px; height: 189px;&quot; src=&quot;http://4.bp.blogspot.com/_Hz7P2s_sE1Y/TPaqZtRFteI/AAAAAAAABG4/Q3RPEGalmZg/s400/switch.jpeg&quot; alt=&quot;&quot; id=&quot;BLOGGER_PHOTO_ID_5545807349778068962&quot; border=&quot;0&quot; /&gt;&lt;/a&gt;&lt;/span&gt;&lt;br /&gt;&lt;span style=&quot;font-size:85%;&quot;&gt;&lt;br /&gt;You got the idea. Now you know too much!&lt;br /&gt;&lt;/span&gt;</description><link>http://jlscz.blogspot.com/2010/12/vmware-vimdump-you-now-know-too-much.html</link><author>noreply@blogger.com (Unknown)</author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="http://1.bp.blogspot.com/_Hz7P2s_sE1Y/TPapfzs1dZI/AAAAAAAABGg/y4L6IQ9wXE8/s72-c/workingpath.jpeg" height="72" width="72"/><thr:total>0</thr:total></item><item><guid isPermaLink="false">tag:blogger.com,1999:blog-7185714946842431002.post-4320348945910143268</guid><pubDate>Tue, 05 Oct 2010 19:26:00 +0000</pubDate><atom:updated>2010-10-05T15:40:38.475-04:00</atom:updated><category domain="http://www.blogger.com/atom/ns#">VI 3 and vSphere 4</category><title>Fast way to collect vCenter information</title><description>&lt;span style=&quot;font-size:85%;&quot;&gt;From time to time, you may want to know how many &lt;span class=&quot;blsp-spelling-error&quot; id=&quot;SPELLING_ERROR_0&quot;&gt;ESX&lt;/span&gt; servers in your &lt;span class=&quot;blsp-spelling-error&quot; id=&quot;SPELLING_ERROR_1&quot;&gt;vCenter&lt;/span&gt;, what are their build levels, how many &lt;span class=&quot;blsp-spelling-error&quot; id=&quot;SPELLING_ERROR_2&quot;&gt;VMs&lt;/span&gt; are registered, how many powered on, etc. There is a fast way to give you all those information. All you need to look is the &lt;span class=&quot;blsp-spelling-error&quot; id=&quot;SPELLING_ERROR_3&quot;&gt;vpxd&lt;/span&gt;-&lt;span class=&quot;blsp-spelling-error&quot; id=&quot;SPELLING_ERROR_4&quot;&gt;profiler&lt;/span&gt;.log on your &lt;span class=&quot;blsp-spelling-error&quot; id=&quot;SPELLING_ERROR_5&quot;&gt;vCenter&lt;/span&gt; server. This log is in the same directory as your &lt;span class=&quot;blsp-spelling-error&quot; id=&quot;SPELLING_ERROR_6&quot;&gt;vpxd&lt;/span&gt;.log file&lt;br /&gt;&lt;br /&gt;&lt;span class=&quot;blsp-spelling-corrected&quot; id=&quot;SPELLING_ERROR_7&quot;&gt;for example&lt;/span&gt; on a Windows 2008 server the log is at&lt;br /&gt;&lt;span style=&quot;color: rgb(255, 0, 0);&quot;&gt;\Users\All Users\&lt;span class=&quot;blsp-spelling-error&quot; id=&quot;SPELLING_ERROR_8&quot;&gt;VMware&lt;/span&gt;\&lt;span class=&quot;blsp-spelling-error&quot; id=&quot;SPELLING_ERROR_9&quot;&gt;VMware&lt;/span&gt; &lt;span class=&quot;blsp-spelling-error&quot; id=&quot;SPELLING_ERROR_10&quot;&gt;VirtualCenter&lt;/span&gt;\Logs\&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;What you need look for is the &quot;&lt;span style=&quot;color: rgb(255, 0, 0);&quot;&gt;&lt;span class=&quot;blsp-spelling-error&quot; id=&quot;SPELLING_ERROR_11&quot;&gt;InventoryStats&lt;/span&gt;&lt;/span&gt;&quot;. You are going to see something like this&lt;a onblur=&quot;try {parent.deselectBloggerImageGracefully();} catch(e) {}&quot; href=&quot;http://1.bp.blogspot.com/_Hz7P2s_sE1Y/TKt9mMXjyuI/AAAAAAAABGY/eGn5ae6N8dU/s1600/vcenter_info.jpeg&quot;&gt;&lt;img style=&quot;margin: 0pt 10px 10px 0pt; float: left; cursor: pointer; width: 400px; height: 59px;&quot; src=&quot;http://1.bp.blogspot.com/_Hz7P2s_sE1Y/TKt9mMXjyuI/AAAAAAAABGY/eGn5ae6N8dU/s400/vcenter_info.jpeg&quot; alt=&quot;&quot; id=&quot;BLOGGER_PHOTO_ID_5524647463008586466&quot; border=&quot;0&quot; /&gt;&lt;/a&gt;&lt;/span&gt;&lt;br /&gt;&lt;span style=&quot;font-size:85%;&quot;&gt;those logs update every 5 minutes, you can show your boss, you are on top of things.&lt;br /&gt;&lt;br /&gt;&lt;span style=&quot;font-style: italic;&quot;&gt;Note: this log can be large enough to hung notepad or &lt;span class=&quot;blsp-spelling-error&quot; id=&quot;SPELLING_ERROR_12&quot;&gt;wordpad&lt;/span&gt;. I do suggest you to move to a Linux to read it. &lt;/span&gt;&lt;/span&gt;</description><link>http://jlscz.blogspot.com/2010/10/fast-way-to-collect-vcenter-information.html</link><author>noreply@blogger.com (Unknown)</author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="http://1.bp.blogspot.com/_Hz7P2s_sE1Y/TKt9mMXjyuI/AAAAAAAABGY/eGn5ae6N8dU/s72-c/vcenter_info.jpeg" height="72" width="72"/><thr:total>2</thr:total></item><item><guid isPermaLink="false">tag:blogger.com,1999:blog-7185714946842431002.post-4776259485548887735</guid><pubDate>Wed, 15 Sep 2010 15:47:00 +0000</pubDate><atom:updated>2010-09-15T11:52:15.436-04:00</atom:updated><category domain="http://www.blogger.com/atom/ns#">VI 3 and vSphere 4</category><title>How to setup sudo with active directory accounts in ESX 4.1</title><description>&lt;span style=&quot;font-size:85%;&quot;&gt;Customer using Active directory integration function in 4.1. the user logged in is DOMAIN/user_name, and since the user is not in the sudoer file, they can not view logs&lt;br /&gt;&lt;br /&gt;&lt;/span&gt;&lt;div&gt;&lt;span style=&quot;font-size:85%;&quot;&gt;You can add AD groups into sudoer file&lt;/span&gt;&lt;/div&gt; &lt;div&gt; &lt;/div&gt; &lt;div&gt;&lt;span style=&quot;font-size:85%;&quot;&gt;for example, you have a domain called &quot;&lt;span style=&quot;color: rgb(255, 0, 0);&quot;&gt;MYDOMAIN&lt;/span&gt;&quot; and the group call &quot;&lt;span style=&quot;color: rgb(255, 0, 0);&quot;&gt;ESX Admins&lt;/span&gt;&quot; (or &lt;span style=&quot;color: rgb(255, 0, 0);&quot;&gt;MYDOMAIN\ESX Admins&lt;/span&gt;)&lt;/span&gt;&lt;/div&gt; &lt;div&gt;&lt;span style=&quot;font-size:85%;&quot;&gt; &lt;/span&gt;&lt;/div&gt; &lt;div&gt;&lt;span style=&quot;font-size:85%;&quot;&gt;you add this under group %wheel:&lt;/span&gt;&lt;/div&gt; &lt;div&gt;&lt;span style=&quot;font-size:85%;&quot;&gt; &lt;/span&gt;&lt;/div&gt; &lt;div style=&quot;color: rgb(255, 0, 0);&quot;&gt;&lt;span style=&quot;font-size:85%;&quot;&gt;%MYDOMAIN//ESX/ Admins ALL=(ALL) ALL&lt;/span&gt;&lt;/div&gt; &lt;div&gt;&lt;span style=&quot;font-size:85%;&quot;&gt; &lt;/span&gt;&lt;/div&gt; &lt;div&gt;&lt;span style=&quot;font-style: italic;font-size:85%;&quot; &gt;Note: if it did not prompt for password, you may need to restart the server, and everything will work from here) &lt;/span&gt;&lt;br /&gt;&lt;/div&gt;</description><link>http://jlscz.blogspot.com/2010/09/how-to-setup-sudo-with-active-directory.html</link><author>noreply@blogger.com (Unknown)</author><thr:total>0</thr:total></item><item><guid isPermaLink="false">tag:blogger.com,1999:blog-7185714946842431002.post-7895796508441036845</guid><pubDate>Tue, 14 Sep 2010 21:51:00 +0000</pubDate><atom:updated>2010-09-14T17:56:11.746-04:00</atom:updated><category domain="http://www.blogger.com/atom/ns#">VI 3 and vSphere 4</category><title>Change virtaul hardware version from 7 back to 4</title><description>&lt;span style=&quot;font-size:85%;&quot;&gt;Some times customers may want to change the virtual hardware version back from 7 to 4, there is a way to do this&lt;br /&gt;&lt;br /&gt;the first is the VM&#39;s vmx file&lt;br /&gt;the part you need to change is:&lt;br /&gt;&lt;br /&gt;&lt;span style=&quot;color: rgb(255, 0, 0);&quot;&gt;virtualHW.version = &quot;7&quot; &lt;/span&gt;you change this to&lt;br /&gt;&lt;span style=&quot;color: rgb(255, 0, 0);&quot;&gt;virtualHW.version = &quot;4&quot;&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;No need to change config.version = &quot;8&quot; since ESX 3.x already using this version&lt;br /&gt;&lt;br /&gt;Next what you need to change is:&lt;br /&gt;&lt;span style=&quot;color: rgb(255, 0, 0);&quot;&gt;scsi0.virtualDev = &quot;lsisas1068&quot;&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;this is default for version 7 of the virtual hardware. Version 4 will not understand this virtual controller&lt;br /&gt;&lt;br /&gt;You can change to&lt;br /&gt;&lt;span style=&quot;color: rgb(255, 0, 0);&quot;&gt;scsi0.virtualDev = &quot;lsilogic&quot;&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;The next step is change the .vmdk file of the VM (pointer file)&lt;br /&gt;&lt;span style=&quot;color: rgb(255, 0, 0);&quot;&gt;ddb.virtualHWVersion = &quot;7&quot;&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;you need to change this to&lt;br /&gt;&lt;span style=&quot;color: rgb(255, 0, 0);&quot;&gt;ddb.virtualHWVersion = &quot;4&quot;&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;and after that, you should able to power on the VM as hardware version 4&lt;br /&gt;&lt;br /&gt;(please note, this is not supported by VMware)&lt;br /&gt;&lt;/span&gt;</description><link>http://jlscz.blogspot.com/2010/09/change-virtaul-hardware-version-from-7.html</link><author>noreply@blogger.com (Unknown)</author><thr:total>2</thr:total></item><item><guid isPermaLink="false">tag:blogger.com,1999:blog-7185714946842431002.post-1928269369766463686</guid><pubDate>Tue, 25 May 2010 01:58:00 +0000</pubDate><atom:updated>2010-05-24T22:05:26.479-04:00</atom:updated><category domain="http://www.blogger.com/atom/ns#">Case Study</category><category domain="http://www.blogger.com/atom/ns#">VI 3 and vSphere 4</category><title>vCenter and SQL 2008</title><description>&lt;div&gt;&lt;span class=&quot;Apple-style-span&quot;  style=&quot;font-size:85%;&quot;&gt;I was setting up the BCS team lab, and one of the steps is to install a new vCenter 4.0 U1 server with a SQL 2008 back end.  During the installation, the installer complained about port 80 was in use. From the past experience, I quickly checked if IIS is running on the server. There was not.&lt;/span&gt;&lt;/div&gt;&lt;div&gt;&lt;span class=&quot;Apple-style-span&quot;  style=&quot;font-size:85%;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;/div&gt;&lt;div&gt;&lt;span class=&quot;Apple-style-span&quot;  style=&quot;font-size:85%;&quot;&gt;A quick &lt;/span&gt;&lt;span style=&quot;font-size:85%;&quot;&gt;&lt;b&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;color: rgb(204, 0, 0);&quot;&gt;&lt;span class=&quot;Apple-style-span&quot;&gt;“netstat –a”&lt;/span&gt;&lt;/span&gt;&lt;/b&gt;&lt;/span&gt;&lt;span class=&quot;Apple-style-span&quot;  style=&quot;font-size:85%;&quot;&gt; shows port 80 is listening to any incoming request. To find what service was using the port you can use &lt;/span&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;color: rgb(204, 0, 0);font-size:85%;&quot; &gt;&lt;b&gt;&lt;span class=&quot;Apple-style-span&quot;&gt;“netstat –bna&lt;/span&gt;&lt;/b&gt;&lt;/span&gt;&lt;span class=&quot;Apple-style-span&quot;  style=&quot;font-size:85%;&quot;&gt;” the result shows the service that using the port was “SQLserver.exe” Wow, since when SQL server starts to use port 80? I took a look at  SQL server configuration manager. There a list of services. One that came into the spot light was “SQL server reporting service” I recalls on SQL 2005 when Microsoft introduces the reporting service, IIS was a required service. Since IIS is not running, how did reporting service start itself? Right after I turn off SQL reporting service I can move the installation forward. (So the reporting service was the one holding port 80). Did a quick research on SQL 2008’s reporting service, here is the reason:&lt;/span&gt;&lt;/div&gt;&lt;div&gt;&lt;span class=&quot;Apple-style-span&quot;  style=&quot;font-size:85%;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;/div&gt;&lt;div&gt;&lt;span style=&quot;font-size:85%;&quot;&gt;&lt;i&gt;&lt;span class=&quot;Apple-style-span&quot;&gt;“Reporting Services no longer depends on IIS to provide access to the SOAP endpoint. URLs no longer include Web sites in IIS.&lt;/span&gt;&lt;b&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;color: rgb(204, 0, 0);&quot;&gt;&lt;span class=&quot;Apple-style-span&quot;&gt; Reporting Services uses HTTP.SYS directly to listen for requests on a specific port&lt;/span&gt;&lt;/span&gt;&lt;/b&gt;&lt;span class=&quot;Apple-style-span&quot;&gt; that you define for report server URLs.”&lt;/span&gt;&lt;/i&gt;&lt;/span&gt;&lt;/div&gt;&lt;div&gt;&lt;span class=&quot;Apple-style-span&quot;  style=&quot;font-size:85%;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;/div&gt;&lt;div&gt;&lt;span class=&quot;Apple-style-span&quot;  style=&quot;font-size:85%;&quot;&gt;In case you need to use SQL 2008 reporting service on the same server where vCenter installed, keep in mind this could prevent vCenter from starting even it already installed. Make sure you either change the port for the reporting service or your vCenter’s port to avoid any issues &lt;/span&gt;&lt;/div&gt;</description><link>http://jlscz.blogspot.com/2010/05/vcenter-and-sql-2008_24.html</link><author>noreply@blogger.com (Unknown)</author><thr:total>1</thr:total></item><item><guid isPermaLink="false">tag:blogger.com,1999:blog-7185714946842431002.post-7189917263040974245</guid><pubDate>Thu, 20 May 2010 21:41:00 +0000</pubDate><atom:updated>2010-05-20T18:06:07.754-04:00</atom:updated><category domain="http://www.blogger.com/atom/ns#">Case Study</category><title>“A general system error occurred”  when try to add a ESX 3.5 server into vCenter 4.0</title><description>&lt;span style=&quot;font-size:85%;&quot;&gt;Since most of you are upgrading form VI 3 to vSphere, I&#39;d like to share with you on this issue I worked with one of the BCS customers.&lt;br /&gt;&lt;br /&gt;I received this call when customer failed to add their ESX 3.5 U4 host to their new vCenter 4.0 server. The error message they hit was  “A general system error occurred” (Always nice to see a message does not give any direction). So for the first step, we tested viclient connect directly to ESX server and that worked for us. Normally, that means hostd is working (This is actually the key issue). So we focused on vpxa.&lt;br /&gt;from the vpxa logs:&lt;br /&gt;&lt;br /&gt;&lt;span style=&quot;font-style: italic;&quot;&gt;[2010-05-20 11:29:01.793 server_name error &#39;App&#39;] [VpxaHalCnxHostagent] &lt;span style=&quot;color: rgb(204, 0, 0);&quot;&gt;caught InvalidProperty::Exception - filter creati&lt;/span&gt;&lt;/span&gt;&lt;br /&gt;&lt;span style=&quot;font-style: italic;&quot;&gt;on failed, temptorary versioning workaround&lt;/span&gt;&lt;br /&gt;&lt;span style=&quot;font-style: italic;&quot;&gt;[2010-05-20 11:29:01.820 server_name  verbose &#39;App&#39;] [VpxVmomi] &lt;span style=&quot;color: rgb(204, 0, 0);&quot;&gt;Invoke error: vpxapi.VpxaService.login session: 5238dc5c-b&lt;/span&gt;&lt;/span&gt;&lt;span style=&quot;font-style: italic; color: rgb(204, 0, 0);&quot;&gt;d8b-fcdd-f450-ab23a826a413 Throw: vmodl.fault.SystemError&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;So we tried many things and nothing worked... I then want to see what hostd report during that time&lt;br /&gt;&lt;br /&gt;Here is the hostd log:&lt;br /&gt;&lt;span style=&quot;font-style: italic;&quot;&gt;[2010-05-20 13:04:36.281 &#39;App&#39; 52411312 error] &lt;span style=&quot;color: rgb(204, 0, 0);&quot;&gt;AdapterServer caught unexpected exception: vector::reserve&lt;/span&gt;&lt;/span&gt;&lt;br /&gt;&lt;span style=&quot;font-style: italic;&quot;&gt;[2010-05-20 13:04:36.281 &#39;App&#39; 52411312 trivia] Completing task haTask vim.event.EventManager.createColle&lt;/span&gt;&lt;br /&gt;&lt;span style=&quot;font-style: italic;&quot;&gt;ctor-389 as 3&lt;/span&gt;&lt;br /&gt;&lt;span style=&quot;font-style: italic;&quot;&gt;[2010-05-20 13:04:36.281 &#39;PropertyProvider&#39; 52411312 trivia] RecordOp 2: info, haTask--vim.event.EventMana&lt;/span&gt;&lt;br /&gt;&lt;span style=&quot;font-style: italic;&quot;&gt;ger.createCollector-389&lt;/span&gt;&lt;br /&gt;&lt;span style=&quot;font-style: italic;&quot;&gt;[2010-05-20 13:04:36.281 &#39;Vmomi&#39; 52411312 info] Activation [N5Vmomi10ActivationE:0x9fd9780] : Invoke done &lt;/span&gt;&lt;br /&gt;&lt;span style=&quot;font-style: italic;&quot;&gt;[createCollector] on [vim.event.EventManager:ha-eventmgr]&lt;/span&gt;&lt;br /&gt;&lt;span style=&quot;font-style: italic;&quot;&gt;[2010-05-20 13:04:36.281 &#39;Vmomi&#39; 52411312 info] Throw vmodl.fault.SystemError&lt;/span&gt;&lt;br /&gt;&lt;span style=&quot;font-style: italic;&quot;&gt;[2010-05-20 13:04:36.281 &#39;Vmomi&#39; 52411312 info] Result:&lt;/span&gt;&lt;br /&gt;&lt;span style=&quot;font-style: italic;&quot;&gt;(vmodl.fault.SystemError) {&lt;/span&gt;&lt;br /&gt;&lt;span style=&quot;font-style: italic;&quot;&gt;   dynamicType = &lt;unset&gt;, &lt;/span&gt;&lt;br /&gt;&lt;span style=&quot;font-style: italic;&quot;&gt;   reason = &quot;&quot;, &lt;/span&gt;&lt;br /&gt;&lt;span style=&quot;font-style: italic;&quot;&gt;   msg = &quot;&quot;&lt;/span&gt;&lt;br /&gt;&lt;span style=&quot;font-style: italic;&quot;&gt;}&lt;/span&gt;&lt;br /&gt;&lt;span style=&quot;font-style: italic;&quot;&gt;[2010-05-20 13:04:36.325 &#39;Proxysvc Req00153&#39; 18353072 trivia] Client HTTP stream read error&lt;/span&gt;&lt;br /&gt;&lt;span style=&quot;font-style: italic;&quot;&gt;[2010-05-20 13:04:36.325 &#39;Proxysvc Req00153&#39; 18353072 trivia] Closed&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;The error message &quot;&lt;span style=&quot;font-style: italic;&quot;&gt;&lt;span style=&quot;color: rgb(204, 0, 0);&quot;&gt;AdapterServer caught unexpected exception: vector::reserve&lt;span style=&quot;color: rgb(0, 0, 0);&quot;&gt;&quot; &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style=&quot;color: rgb(0, 0, 0);&quot;&gt;lead me to a problem report. However, the report had no vCenter involved. I asked customer to bring up the ESX server via viclient, click on any virtual machine, then click on &quot;event&quot; tab, sure enough, it hits &lt;/span&gt;&lt;span style=&quot;color: rgb(204, 0, 0);&quot;&gt;&lt;span style=&quot;color: rgb(0, 0, 0);&quot;&gt;“A general system error occurred” message, just like the problem report. The good news is  patch 19 fixed this issue. We installed &lt;a style=&quot;font-weight: bold;&quot; href=&quot;http://download3.vmware.com/software/vi/ESX350-200912401-BG.zip&quot;&gt;patch 19&lt;/a&gt; (&lt;/span&gt;&lt;/span&gt;&lt;b style=&quot;font-weight: bold;&quot;&gt;&lt;span style=&quot;white-space: nowrap;&quot;&gt;                                                 &lt;span&gt;ESX350-200912401-BG&lt;/span&gt;                   &lt;span&gt; - PATCH&lt;/span&gt;&lt;/span&gt;      &lt;/b&gt;&lt;span style=&quot;font-weight: bold;&quot;&gt; )&lt;/span&gt;&lt;/span&gt;&lt;span style=&quot;color: rgb(204, 0, 0);&quot;&gt;&lt;span style=&quot;color: rgb(0, 0, 0);&quot;&gt;&lt;span style=&quot;font-size:85%;&quot;&gt; and able to add those ESX server to the new vCenter 4.0. &lt;span style=&quot;font-style: italic;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;br /&gt;If you already have patch 19 installed, you should not have this issue. If you don&#39;t, then put this on the side, it would be handy in case you need it. &lt;/span&gt;&lt;span style=&quot;font-style: italic;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style=&quot;font-style: italic;&quot;&gt;&lt;span style=&quot;color: rgb(204, 0, 0);&quot;&gt;&lt;/span&gt;&lt;/span&gt;</description><link>http://jlscz.blogspot.com/2010/05/general-system-error-occurred-when-try.html</link><author>noreply@blogger.com (Unknown)</author><thr:total>0</thr:total></item><item><guid isPermaLink="false">tag:blogger.com,1999:blog-7185714946842431002.post-3327329017854981314</guid><pubDate>Fri, 12 Mar 2010 21:27:00 +0000</pubDate><atom:updated>2010-03-12T16:50:37.354-05:00</atom:updated><category domain="http://www.blogger.com/atom/ns#">Case Study</category><category domain="http://www.blogger.com/atom/ns#">VI 3 and vSphere 4</category><title>Case study: Cannot insert duplicate key in object &#39;dbo.VPX_IP_ADDRESS&#39;</title><description>&lt;span style=&quot;font-size:85%;&quot;&gt;This is a case I worked with one of the &lt;span class=&quot;blsp-spelling-error&quot; id=&quot;SPELLING_ERROR_0&quot;&gt;BCS&lt;/span&gt; customers on their &lt;span class=&quot;blsp-spelling-error&quot; id=&quot;SPELLING_ERROR_1&quot;&gt;vCenter&lt;/span&gt; issue.&lt;br /&gt;&lt;br /&gt;Problem: &lt;span class=&quot;blsp-spelling-error&quot; id=&quot;SPELLING_ERROR_2&quot;&gt;vCenter&lt;/span&gt; starts, but soon after, it will crash on it&#39;s own. From the log  we saw:&lt;br /&gt;&lt;br /&gt;&lt;/span&gt;&lt;span style=&quot;font-size:85%;&quot;&gt;&lt;span style=&quot;font-style: italic;&quot;&gt;[2010-03-12 11:44:18.178 &lt;span style=&quot;color: rgb(255, 0, 0); font-weight: bold;&quot;&gt;&#39;App&#39; 4500 error&lt;/span&gt;] An unrecoverable problem has occurred, stopping the &lt;span class=&quot;blsp-spelling-error&quot; id=&quot;SPELLING_ERROR_3&quot;&gt;VMware&lt;/span&gt; &lt;span class=&quot;blsp-spelling-error&quot; id=&quot;SPELLING_ERROR_4&quot;&gt;VirtualCenter&lt;/span&gt; service.  Check database connectivity before restarting. Error: Error[&lt;span class=&quot;blsp-spelling-error&quot; id=&quot;SPELLING_ERROR_5&quot;&gt;VdbODBCError&lt;/span&gt;] (-1) &quot;&lt;span class=&quot;blsp-spelling-error&quot; id=&quot;SPELLING_ERROR_6&quot;&gt;ODBC&lt;/span&gt; error: (23000) - [Microsoft][&lt;span class=&quot;blsp-spelling-error&quot; id=&quot;SPELLING_ERROR_7&quot;&gt;SQL&lt;/span&gt; Native Client][&lt;span class=&quot;blsp-spelling-error&quot; id=&quot;SPELLING_ERROR_8&quot;&gt;SQL&lt;/span&gt; Server]&lt;span style=&quot;color: rgb(255, 0, 0); font-weight: bold;&quot;&gt;Violation of PRIMARY KEY constraint &#39;PK_&lt;span class=&quot;blsp-spelling-error&quot; id=&quot;SPELLING_ERROR_9&quot;&gt;VPX&lt;/span&gt;_&lt;span class=&quot;blsp-spelling-error&quot; id=&quot;SPELLING_ERROR_10&quot;&gt;IP&lt;/span&gt;_ADDRESS&#39;. Cannot insert duplicate key in object &#39;&lt;span class=&quot;blsp-spelling-error&quot; id=&quot;SPELLING_ERROR_11&quot;&gt;dbo&lt;/span&gt;.&lt;span class=&quot;blsp-spelling-error&quot; id=&quot;SPELLING_ERROR_12&quot;&gt;VPX&lt;/span&gt;_&lt;span class=&quot;blsp-spelling-error&quot; id=&quot;SPELLING_ERROR_13&quot;&gt;IP&lt;/span&gt;_ADDRESS&#39;.&quot;&lt;/span&gt; is returned when executing &lt;span class=&quot;blsp-spelling-error&quot; id=&quot;SPELLING_ERROR_14&quot;&gt;SQL&lt;/span&gt; statement &quot;INSERT INTO &lt;span class=&quot;blsp-spelling-error&quot; id=&quot;SPELLING_ERROR_15&quot;&gt;VPX&lt;/span&gt;_&lt;span class=&quot;blsp-spelling-error&quot; id=&quot;SPELLING_ERROR_16&quot;&gt;IP&lt;/span&gt;_ADDRESS (ENTITY_ID, DEVICE_ID, &lt;span class=&quot;blsp-spelling-error&quot; id=&quot;SPELLING_ERROR_17&quot;&gt;IP&lt;/span&gt;_ADDRESS) VALUES (?, ?, ?)&quot;&lt;/span&gt;&lt;br /&gt;&lt;span style=&quot;font-style: italic;&quot;&gt;[2010-03-12 11:44:18.178 &#39;App&#39; 4500 verbose] &lt;span class=&quot;blsp-spelling-error&quot; id=&quot;SPELLING_ERROR_18&quot;&gt;Backtrace&lt;/span&gt;: &lt;/span&gt;&lt;br /&gt;&lt;span style=&quot;font-style: italic;&quot;&gt;[2010-03-12 11:44:18.178 &#39;App&#39; 4500 info] Forcing shutdown of &lt;span class=&quot;blsp-spelling-error&quot; id=&quot;SPELLING_ERROR_19&quot;&gt;VMware&lt;/span&gt; &lt;span class=&quot;blsp-spelling-error&quot; id=&quot;SPELLING_ERROR_20&quot;&gt;VirtualCenter&lt;/span&gt; now&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;So we know the cause of this problem was something try to insert into the table &lt;span class=&quot;blsp-spelling-error&quot; id=&quot;SPELLING_ERROR_21&quot;&gt;dbo&lt;/span&gt;.&lt;span class=&quot;blsp-spelling-error&quot; id=&quot;SPELLING_ERROR_22&quot;&gt;VPX&lt;/span&gt;_&lt;span class=&quot;blsp-spelling-error&quot; id=&quot;SPELLING_ERROR_23&quot;&gt;IP&lt;/span&gt;_ADDRESS. Note the thread ID is 4500, so we can trace back to the problem virtual machine or host. In our case, this was a &lt;span class=&quot;blsp-spelling-error&quot; id=&quot;SPELLING_ERROR_24&quot;&gt;VM&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;/span&gt;&lt;span style=&quot;font-style: italic;font-size:85%;&quot; &gt;[2010-03-12 11:44:17.865 &lt;span style=&quot;color: rgb(255, 0, 0); font-weight: bold;&quot;&gt;&#39;App&#39; 4500 verbose&lt;/span&gt;] [&lt;span class=&quot;blsp-spelling-error&quot; id=&quot;SPELLING_ERROR_25&quot;&gt;VpxdMoEventManager&lt;/span&gt;] Event[2567833]:&lt;span style=&quot;color: rgb(255, 0, 0); font-weight: bold;&quot;&gt; SOME_&lt;span class=&quot;blsp-spelling-error&quot; id=&quot;SPELLING_ERROR_26&quot;&gt;VM&lt;/span&gt; on  SOME_&lt;span class=&quot;blsp-spelling-error&quot; id=&quot;SPELLING_ERROR_27&quot;&gt;ESX&lt;/span&gt;_HOST in SOME_CLUSTER is powered on&lt;/span&gt;&lt;/span&gt;&lt;span style=&quot;font-size:85%;&quot;&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style=&quot;font-weight: bold;&quot;&gt;Now we could:&lt;/span&gt;&lt;br /&gt;&lt;/span&gt;&lt;ol&gt;&lt;li style=&quot;font-weight: bold;&quot;&gt;&lt;span style=&quot;font-size:85%;&quot;&gt;Shut down the &lt;span class=&quot;blsp-spelling-error&quot; id=&quot;SPELLING_ERROR_28&quot;&gt;vm&lt;/span&gt;&lt;/span&gt;&lt;/li&gt;&lt;li style=&quot;font-weight: bold;&quot;&gt;&lt;span style=&quot;font-size:85%;&quot;&gt;Remove the host from &lt;span class=&quot;blsp-spelling-error&quot; id=&quot;SPELLING_ERROR_29&quot;&gt;vCenter&lt;/span&gt;&lt;/span&gt;&lt;/li&gt;&lt;li style=&quot;font-weight: bold;&quot;&gt;&lt;span style=&quot;font-size:85%;&quot;&gt;Stop &lt;span class=&quot;blsp-spelling-error&quot; id=&quot;SPELLING_ERROR_30&quot;&gt;hostd&lt;/span&gt;/&lt;span class=&quot;blsp-spelling-error&quot; id=&quot;SPELLING_ERROR_31&quot;&gt;vpxa&lt;/span&gt; service(s) on that &lt;span class=&quot;blsp-spelling-error&quot; id=&quot;SPELLING_ERROR_32&quot;&gt;ESX&lt;/span&gt; server&lt;/span&gt;&lt;/li&gt;&lt;li style=&quot;font-weight: bold;&quot;&gt;&lt;span style=&quot;font-size:85%;&quot;&gt;Start &lt;span class=&quot;blsp-spelling-error&quot; id=&quot;SPELLING_ERROR_33&quot;&gt;vCenter&lt;/span&gt; and confirm everything is working as designed&lt;/span&gt;&lt;/li&gt;&lt;li style=&quot;font-weight: bold;&quot;&gt;&lt;span style=&quot;font-size:85%;&quot;&gt;Power down the &lt;span class=&quot;blsp-spelling-error&quot; id=&quot;SPELLING_ERROR_34&quot;&gt;VM&lt;/span&gt;, &lt;span class=&quot;blsp-spelling-error&quot; id=&quot;SPELLING_ERROR_35&quot;&gt;unregister&lt;/span&gt; it&lt;/span&gt;&lt;/li&gt;&lt;li style=&quot;font-weight: bold;&quot;&gt;&lt;span style=&quot;font-size:85%;&quot;&gt;Add the host back in &lt;span class=&quot;blsp-spelling-error&quot; id=&quot;SPELLING_ERROR_36&quot;&gt;vCenter&lt;/span&gt;&lt;/span&gt;&lt;/li&gt;&lt;li style=&quot;font-weight: bold;&quot;&gt;&lt;span style=&quot;font-size:85%;&quot;&gt;Check database to make sure the &lt;span class=&quot;blsp-spelling-error&quot; id=&quot;SPELLING_ERROR_37&quot;&gt;VM&lt;/span&gt; is not there&lt;/span&gt;&lt;/li&gt;&lt;li&gt;&lt;span style=&quot;font-size:85%;&quot;&gt;Register the &lt;span class=&quot;blsp-spelling-error&quot; id=&quot;SPELLING_ERROR_38&quot;&gt;VM&lt;/span&gt;&lt;/span&gt;&lt;/li&gt;&lt;/ol&gt;&lt;span style=&quot;font-size:85%;&quot;&gt;Now, please don&#39;t ask me why one &lt;span class=&quot;blsp-spelling-error&quot; id=&quot;SPELLING_ERROR_39&quot;&gt;VM&lt;/span&gt; can bring down &lt;span class=&quot;blsp-spelling-error&quot; id=&quot;SPELLING_ERROR_40&quot;&gt;vCenter&lt;/span&gt;, it would be off topic :)&lt;/span&gt;</description><link>http://jlscz.blogspot.com/2010/03/case-study-cannot-insert-duplicate-key.html</link><author>noreply@blogger.com (Unknown)</author><thr:total>0</thr:total></item><item><guid isPermaLink="false">tag:blogger.com,1999:blog-7185714946842431002.post-2480887212147907144</guid><pubDate>Tue, 29 Dec 2009 02:28:00 +0000</pubDate><atom:updated>2010-03-12T16:51:01.151-05:00</atom:updated><category domain="http://www.blogger.com/atom/ns#">Case Study</category><category domain="http://www.blogger.com/atom/ns#">VI 3 and vSphere 4</category><title>Try this before look for the backup</title><description>&lt;span style=&quot;font-size:85%;&quot;&gt;I was working with one of the BCS customer on a case. The customer was originally planing to extend a Windows 2003 VM&#39;s OS disk to a larger size. However, after extend the VMDK files with VI client, and extend the NTFS inside Windows (Since this was a Windows 2003 guest, the customer needs to use a helper VM to do the job) after failed to power on the VM, the customer found a shocking fact: there was a snapshot.  Then the customer tried to shrink the VMDK  file back to the original size... and number of other things was also tried. So when we start to work on this issue, the VMDK file was broken in many different ways alone with the snapshot.  To make the thing worse the last and only backup was created right after the extension of the VMDK file.&lt;br /&gt;&lt;br /&gt;The end story was, we did recover all the data on the VMDK, the VMDK was not good enough to power on as a boot disk, but that was good enough to save the day. Here was how we did it:&lt;br /&gt;&lt;br /&gt;First, list the size of the flat file by using &lt;span style=&quot;font-weight: bold;&quot;&gt;&quot;ls -l&quot;&lt;/span&gt; in the VM directory&lt;br /&gt;&lt;a onblur=&quot;try {parent.deselectBloggerImageGracefully();} catch(e) {}&quot; href=&quot;http://1.bp.blogspot.com/_Hz7P2s_sE1Y/SzlvcvmPBxI/AAAAAAAABFc/QoQCXz08534/s1600-h/disk_ls.jpeg&quot;&gt;&lt;img style=&quot;margin: 0pt 10px 10px 0pt; float: left; cursor: pointer; width: 400px; height: 160px;&quot; src=&quot;http://1.bp.blogspot.com/_Hz7P2s_sE1Y/SzlvcvmPBxI/AAAAAAAABFc/QoQCXz08534/s400/disk_ls.jpeg&quot; alt=&quot;&quot; id=&quot;BLOGGER_PHOTO_ID_5420486166120957714&quot; border=&quot;0&quot; /&gt;&lt;/a&gt;Keep in mind the number we need is the size of the flat file. In my test set up it&#39;s &lt;span style=&quot;font-weight: bold;&quot;&gt;8589934592&lt;/span&gt;. We need this number later. Now we need open the VMDK file (The pointer). In my case snap_test.vmdk:&lt;a onblur=&quot;try {parent.deselectBloggerImageGracefully();} catch(e) {}&quot; href=&quot;http://3.bp.blogspot.com/_Hz7P2s_sE1Y/SzlxBZ-quZI/AAAAAAAABFk/PpHhpy47Q-4/s1600-h/disk_CID_RW.jpeg&quot;&gt;&lt;img style=&quot;margin: 0pt 10px 10px 0pt; float: left; cursor: pointer; width: 400px; height: 160px;&quot; src=&quot;http://3.bp.blogspot.com/_Hz7P2s_sE1Y/SzlxBZ-quZI/AAAAAAAABFk/PpHhpy47Q-4/s400/disk_CID_RW.jpeg&quot; alt=&quot;&quot; id=&quot;BLOGGER_PHOTO_ID_5420487895484643730&quot; border=&quot;0&quot; /&gt;&lt;/a&gt;&lt;br /&gt;Note, we need the &lt;span style=&quot;font-weight: bold;&quot;&gt;CID&lt;/span&gt; and the &lt;span style=&quot;font-weight: bold;&quot;&gt;RW&lt;/span&gt; number.&lt;br /&gt;The RW number is the flat disk size divide by 512.&lt;br /&gt;in my case  &lt;span style=&quot;font-weight: bold;&quot;&gt;8589934592 / 512 = 16777216&lt;/span&gt;. If this number is wrong, you will not able to power on the VM. (So first we fix this part).&lt;br /&gt;&lt;br /&gt;Now let&#39;s open the snapshot VMDK file. snap-test-000001.vmdk&lt;br /&gt;&lt;a onblur=&quot;try {parent.deselectBloggerImageGracefully();} catch(e) {}&quot; href=&quot;http://4.bp.blogspot.com/_Hz7P2s_sE1Y/SzlyR43FoyI/AAAAAAAABFs/XBiiqir57A0/s1600-h/snap_CID_RW.jpeg&quot;&gt;&lt;img style=&quot;margin: 0pt 10px 10px 0pt; float: left; cursor: pointer; width: 400px; height: 160px;&quot; src=&quot;http://4.bp.blogspot.com/_Hz7P2s_sE1Y/SzlyR43FoyI/AAAAAAAABFs/XBiiqir57A0/s400/snap_CID_RW.jpeg&quot; alt=&quot;&quot; id=&quot;BLOGGER_PHOTO_ID_5420489278163886882&quot; border=&quot;0&quot; /&gt;&lt;/a&gt;&lt;br /&gt;In this file the &lt;span style=&quot;font-weight: bold;&quot;&gt;&quot;parentCID&quot; &lt;/span&gt;should be the same as the snap-test.vmdk&#39;s &lt;span style=&quot;font-weight: bold;&quot;&gt;CID&lt;/span&gt;. In my case &lt;span style=&quot;font-weight: bold;&quot;&gt;4cc5f033&lt;/span&gt;. If this is wrong, then the VM will not power on. (We fixed this one as well). The RW size would be also wrong, since it will only record the original size. Change this to the same size as the parent RW (&lt;span style=&quot;font-weight: bold;&quot;&gt;16777216&lt;/span&gt;).&lt;br /&gt;Now we need a helper VM to attach this disk as a second VMDK file (Not boot disk). When the OS boots up it will automatically run check disk against the VMDK and auto fix the errors. Now you should able to mount the disk inside the helper VM and copy over the data.&lt;/span&gt;</description><link>http://jlscz.blogspot.com/2009/12/try-this-before-look-for-backup.html</link><author>noreply@blogger.com (Unknown)</author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="http://1.bp.blogspot.com/_Hz7P2s_sE1Y/SzlvcvmPBxI/AAAAAAAABFc/QoQCXz08534/s72-c/disk_ls.jpeg" height="72" width="72"/><thr:total>0</thr:total></item><item><guid isPermaLink="false">tag:blogger.com,1999:blog-7185714946842431002.post-3379890299197416922</guid><pubDate>Thu, 17 Dec 2009 20:55:00 +0000</pubDate><atom:updated>2009-12-17T16:16:22.906-05:00</atom:updated><category domain="http://www.blogger.com/atom/ns#">VI 3 and vSphere 4</category><title>What &quot;memory usage&quot; in vCenter 4.0 really shows</title><description>&lt;span style=&quot;font-size:85%;&quot;&gt;In vCenter 4.0 we now have some easy to used monitor tools for ESX server performance. One of the chart is the memory usage&lt;a onblur=&quot;try {parent.deselectBloggerImageGracefully();} catch(e) {}&quot; href=&quot;http://1.bp.blogspot.com/_Hz7P2s_sE1Y/SyqcBSbXBuI/AAAAAAAABFM/oACJmatteD4/s1600-h/memusage.jpg&quot;&gt;&lt;img style=&quot;margin: 0pt 10px 10px 0pt; float: left; cursor: pointer; width: 400px; height: 259px;&quot; src=&quot;http://1.bp.blogspot.com/_Hz7P2s_sE1Y/SyqcBSbXBuI/AAAAAAAABFM/oACJmatteD4/s400/memusage.jpg&quot; alt=&quot;&quot; id=&quot;BLOGGER_PHOTO_ID_5416313047806838498&quot; border=&quot;0&quot; /&gt;&lt;/a&gt;&lt;br /&gt;This usages is NOT the active memory that is currently used by the ESX server or the VM. So when you see  very high usage, don&#39;t be panic.&lt;br /&gt;In fact, this chart shows the total &quot;Consumed Host Memory&quot;  by all the VMs running on the host.&lt;br /&gt;&lt;a onblur=&quot;try {parent.deselectBloggerImageGracefully();} catch(e) {}&quot; href=&quot;http://3.bp.blogspot.com/_Hz7P2s_sE1Y/SyqcqEeuHjI/AAAAAAAABFU/JtFHUGhN2ZA/s1600-h/vmmemusage.jpg&quot;&gt;&lt;img style=&quot;margin: 0pt 10px 10px 0pt; float: left; cursor: pointer; width: 355px; height: 83px;&quot; src=&quot;http://3.bp.blogspot.com/_Hz7P2s_sE1Y/SyqcqEeuHjI/AAAAAAAABFU/JtFHUGhN2ZA/s400/vmmemusage.jpg&quot; alt=&quot;&quot; id=&quot;BLOGGER_PHOTO_ID_5416313748437474866&quot; border=&quot;0&quot; /&gt;&lt;/a&gt;As we can see from the graph the &quot;Consumed Host memory&quot; is 2277.00MB and the &quot;Active Guest Memory&quot; is only 122.00MB. Why a big different?&lt;br /&gt;&lt;br /&gt;This is by design, the &quot;Consumed Host Memory&quot; shows the highest memory used by that VM.&lt;br /&gt;OS such like Windows will touch all the memory assigned to it during start up, so most likely you will see the consumed memory is close or little more then the memory assigned to the VM (Overhead to power on the VM is also added here). ESX server will NOT take back the memory if there is no resource contention on the server. The reason is, once the VM need more memory it can access them faster than send the request to vmkernel again.&lt;br /&gt;If you want to know the real time memory usage you can look into the advanced chart to find it out.&lt;/span&gt;</description><link>http://jlscz.blogspot.com/2009/12/what-memory-usage-in-vcenter-40-really.html</link><author>noreply@blogger.com (Unknown)</author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="http://1.bp.blogspot.com/_Hz7P2s_sE1Y/SyqcBSbXBuI/AAAAAAAABFM/oACJmatteD4/s72-c/memusage.jpg" height="72" width="72"/><thr:total>0</thr:total></item><item><guid isPermaLink="false">tag:blogger.com,1999:blog-7185714946842431002.post-4642875038665823961</guid><pubDate>Wed, 02 Dec 2009 14:58:00 +0000</pubDate><atom:updated>2009-12-08T08:57:21.903-05:00</atom:updated><category domain="http://www.blogger.com/atom/ns#">VI3</category><title>Increasing hosts connection pool</title><description>&lt;span style=&quot;font-size:85%;&quot;&gt;Note: This is tip is based on communications between engineering and myself. In most cases there is no need to make any change. This is just for you to know. (This also only based on VI3, not sure if there are changes on vSphere)&lt;br /&gt;&lt;br /&gt;Sometimes we see ESX hosts disconnected from vCenter. from the vpxa log files:&lt;br /&gt;&lt;br /&gt;&lt;span style=&quot;font-style: italic;&quot;&gt;[&#39;App&#39; 7644 error] [VpxdVmomi] Got vmacore exception: A connection attempt failed because the connected party did not properly respond after a period of time, or established connection failed because connected host has failed to respond.&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;This error is common in an environment which hosts are under load.&lt;/span&gt;&lt;br /&gt;&lt;span style=&quot;font-size:85%;&quot;&gt;There could be multiple causes for this kind of connection request failure:&lt;br /&gt;&lt;br /&gt;&lt;span style=&quot;font-style: italic;&quot;&gt;1. Network glitch&lt;/span&gt;&lt;br /&gt;&lt;span style=&quot;font-style: italic;&quot;&gt;2. proxy server on hostd is not able to respond the request due to stress. &lt;/span&gt;&lt;br /&gt;&lt;span style=&quot;font-style: italic;&quot;&gt;3. hostd process is busy or crashed at the time the request arrives.&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;Now, vCenter has a host connection pool, it will store idle connections between ESX server and vCenter. So when there is a need to connect the server, vCenter will not need to create the connections all over again (Which in some cases we will hit the above issues). The default connection size is set at 20. you can increase this (for example to 50)&lt;br /&gt;&lt;br /&gt;You need to add to vpxd.cfg files:&lt;/span&gt;&lt;a onblur=&quot;try {parent.deselectBloggerImageGracefully();} catch(e) {}&quot; href=&quot;http://1.bp.blogspot.com/_Hz7P2s_sE1Y/Sx5bAUt3wxI/AAAAAAAABFE/3kIXlolARcY/s1600-h/connection_pool.jpg&quot;&gt;&lt;img style=&quot;margin: 0pt 10px 10px 0pt; float: left; cursor: pointer; width: 400px; height: 93px;&quot; src=&quot;http://1.bp.blogspot.com/_Hz7P2s_sE1Y/Sx5bAUt3wxI/AAAAAAAABFE/3kIXlolARcY/s400/connection_pool.jpg&quot; alt=&quot;&quot; id=&quot;BLOGGER_PHOTO_ID_5412863863265149714&quot; border=&quot;0&quot; /&gt;&lt;/a&gt;&lt;br /&gt;&lt;span style=&quot;font-size:85%;&quot;&gt;&lt;br /&gt;Personally, I believe this will help for a large set-up by reducing the connection requests. please note, the active connection is not put into this pool, so in most cases 20 is good enough.  &lt;/span&gt;</description><link>http://jlscz.blogspot.com/2009/12/increasing-hosts-connection-pool.html</link><author>noreply@blogger.com (Unknown)</author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="http://1.bp.blogspot.com/_Hz7P2s_sE1Y/Sx5bAUt3wxI/AAAAAAAABFE/3kIXlolARcY/s72-c/connection_pool.jpg" height="72" width="72"/><thr:total>0</thr:total></item><item><guid isPermaLink="false">tag:blogger.com,1999:blog-7185714946842431002.post-5386030989845443369</guid><pubDate>Mon, 30 Nov 2009 02:18:00 +0000</pubDate><atom:updated>2009-11-29T21:32:59.701-05:00</atom:updated><category domain="http://www.blogger.com/atom/ns#">ESX 4.x Commands</category><title>Two fast ways to locate your console root on ESX 4.x</title><description>&lt;span style=&quot;font-size:85%;&quot;&gt;vShpere change the way to store the console OS. It&#39;s now running on a VMDK file. It&#39;s a real virtual machine. There are times you may want to know where is your root VMDK file for your console OS. Here is two fast ways to locate it.&lt;br /&gt;&lt;br /&gt;1. From /proc/vmware: &lt;span style=&quot;font-weight: bold;&quot;&gt;&quot;rootFsVMDKPath&quot; under /proc/vmware&lt;/span&gt; will give you the location of your root VMDK&lt;a onblur=&quot;try {parent.deselectBloggerImageGracefully();} catch(e) {}&quot; href=&quot;http://3.bp.blogspot.com/_Hz7P2s_sE1Y/SxMtUk8f1JI/AAAAAAAABEw/TBd9ohQYNF4/s1600/rootvmdk.jpeg&quot;&gt;&lt;img style=&quot;margin: 0pt 10px 10px 0pt; float: left; cursor: pointer; width: 400px; height: 84px;&quot; src=&quot;http://3.bp.blogspot.com/_Hz7P2s_sE1Y/SxMtUk8f1JI/AAAAAAAABEw/TBd9ohQYNF4/s400/rootvmdk.jpeg&quot; alt=&quot;&quot; id=&quot;BLOGGER_PHOTO_ID_5409717408940151954&quot; border=&quot;0&quot; /&gt;&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;2. Use of &quot;vsd&quot; command: You can use &quot;&lt;span style=&quot;font-weight: bold;&quot;&gt;vsd -g&lt;/span&gt;&quot; to list your root VMDK file.&lt;a onblur=&quot;try {parent.deselectBloggerImageGracefully();} catch(e) {}&quot; href=&quot;http://1.bp.blogspot.com/_Hz7P2s_sE1Y/SxMuObPG5iI/AAAAAAAABE4/6zwiHrx1Cvs/s1600/vsd-g.jpeg&quot;&gt;&lt;img style=&quot;margin: 0pt 10px 10px 0pt; float: left; cursor: pointer; width: 400px; height: 55px;&quot; src=&quot;http://1.bp.blogspot.com/_Hz7P2s_sE1Y/SxMuObPG5iI/AAAAAAAABE4/6zwiHrx1Cvs/s400/vsd-g.jpeg&quot; alt=&quot;&quot; id=&quot;BLOGGER_PHOTO_ID_5409718402766267938&quot; border=&quot;0&quot; /&gt;&lt;/a&gt;&lt;/span&gt;</description><link>http://jlscz.blogspot.com/2009/11/two-fast-ways-to-locate-your-console.html</link><author>noreply@blogger.com (Unknown)</author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="http://3.bp.blogspot.com/_Hz7P2s_sE1Y/SxMtUk8f1JI/AAAAAAAABEw/TBd9ohQYNF4/s72-c/rootvmdk.jpeg" height="72" width="72"/><thr:total>0</thr:total></item><item><guid isPermaLink="false">tag:blogger.com,1999:blog-7185714946842431002.post-3256728638680432384</guid><pubDate>Mon, 23 Nov 2009 05:04:00 +0000</pubDate><atom:updated>2009-11-23T00:21:21.976-05:00</atom:updated><category domain="http://www.blogger.com/atom/ns#">VI 3 and vSphere 4</category><title>How to clean event from vCenter database</title><description>&lt;span style=&quot;font-size:85%;&quot;&gt;Please keep in mind, clean up event is not  recommended, do it ONLY when you are running out of space because both vpx_event_arg and vpx_event tables are filled with many GB of data.&lt;br /&gt;Always shut down vCenter service before you do anything with the database.&lt;br /&gt;You can check the space usage by each table:&lt;br /&gt;&lt;br /&gt;********************************************&lt;br /&gt;&lt;span style=&quot;font-weight: bold;&quot;&gt;use &quot;name_of_the_vcdb&quot;&lt;/span&gt;&lt;br /&gt;&lt;span style=&quot;font-weight: bold;&quot;&gt;CREATE TABLE #TemptableforspaceUsed&lt;/span&gt;&lt;br /&gt;&lt;span style=&quot;font-weight: bold;&quot;&gt;(name SYSNAME,&lt;/span&gt;&lt;br /&gt;&lt;span style=&quot;font-weight: bold;&quot;&gt;rows bigINT,&lt;/span&gt;&lt;br /&gt;&lt;span style=&quot;font-weight: bold;&quot;&gt;reserved VARCHAR(20),&lt;/span&gt;&lt;br /&gt;&lt;span style=&quot;font-weight: bold;&quot;&gt;data VARCHAR(20),&lt;/span&gt;&lt;br /&gt;&lt;span style=&quot;font-weight: bold;&quot;&gt;index_size VARCHAR(20),&lt;/span&gt;&lt;br /&gt;&lt;span style=&quot;font-weight: bold;&quot;&gt;unused VARCHAR(20))&lt;/span&gt;&lt;br /&gt;&lt;span style=&quot;font-weight: bold;&quot;&gt;GO&lt;/span&gt;&lt;br /&gt;&lt;span style=&quot;font-weight: bold;&quot;&gt;INSERT #TemptableforspaceUsed&lt;/span&gt;&lt;br /&gt;&lt;span style=&quot;font-weight: bold;&quot;&gt;EXEC sp_MSforeachtable &#39;sp_spaceused &quot;?&quot;&#39;&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style=&quot;font-weight: bold;&quot;&gt;select *&lt;/span&gt;&lt;br /&gt;&lt;span style=&quot;font-weight: bold;&quot;&gt;from #TemptableforspaceUsed&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style=&quot;font-weight: bold;&quot;&gt;drop table #TemptableforspaceUsed&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;******************************************&lt;br /&gt;&lt;br /&gt;You can now clean the event tables.&lt;br /&gt;&lt;br /&gt;&lt;/span&gt;&lt;div style=&quot;text-align: left;&quot;&gt;&lt;span style=&quot;font-size:85%;&quot;&gt;&lt;span style=&quot;font-weight: bold;&quot;&gt;use &quot;name_of_the_vcdb&quot;&lt;/span&gt;&lt;br /&gt;&lt;span style=&quot;font-weight: bold;&quot;&gt;truncate table vpx_event_arg;&lt;/span&gt;&lt;br /&gt;&lt;span style=&quot;font-weight: bold;&quot;&gt;delete from vpx_event;&lt;/span&gt;&lt;br /&gt;&lt;/span&gt;&lt;/div&gt;&lt;span style=&quot;font-size:85%;&quot;&gt;&lt;br /&gt;Because there are foreign keys inside vpx_event, you can not truncate the data inside. You must remove those data before start the vCenter service, the service might not start if there are data that is missing link. Please also keep in mind, &quot;delete&quot; will always save a copy of the change, so you will see increase in transaction logs, sometimes it can be huge, depends on the amount of data you have.  &lt;/span&gt;</description><link>http://jlscz.blogspot.com/2009/11/how-to-clean-up-event-from-vcenter.html</link><author>noreply@blogger.com (Unknown)</author><thr:total>1</thr:total></item><item><guid isPermaLink="false">tag:blogger.com,1999:blog-7185714946842431002.post-8072024815254433279</guid><pubDate>Mon, 16 Nov 2009 03:09:00 +0000</pubDate><atom:updated>2009-11-15T22:19:29.163-05:00</atom:updated><category domain="http://www.blogger.com/atom/ns#">ESX 3.x Service Console Commands</category><category domain="http://www.blogger.com/atom/ns#">ESX 4.x Commands</category><category domain="http://www.blogger.com/atom/ns#">VI 3 and vSphere 4</category><title>What &quot;vmware -v&quot; really shows you</title><description>&lt;span style=&quot;font-size:85%;&quot;&gt;Many of us believe &quot;&lt;span style=&quot;font-weight: bold;&quot;&gt;vmware -v&lt;/span&gt;&quot; will show you the current version of your ESX server (With all the patches applied). This is actually not true. This command only shows the version of a component.&lt;br /&gt;In ESX 3.x &quot;&lt;span style=&quot;font-weight: bold;&quot;&gt;vmware -v&lt;/span&gt;&quot; will show you the version number of &quot;VMware-esx-vmx&quot;&lt;a onblur=&quot;try {parent.deselectBloggerImageGracefully();} catch(e) {}&quot; href=&quot;http://2.bp.blogspot.com/_Hz7P2s_sE1Y/SwDDOVGq5DI/AAAAAAAABEg/TxyQmX27ADE/s1600/vmware-v3.jpeg&quot;&gt;&lt;img style=&quot;margin: 0pt 10px 10px 0pt; float: left; cursor: pointer; width: 400px; height: 123px;&quot; src=&quot;http://2.bp.blogspot.com/_Hz7P2s_sE1Y/SwDDOVGq5DI/AAAAAAAABEg/TxyQmX27ADE/s400/vmware-v3.jpeg&quot; alt=&quot;&quot; id=&quot;BLOGGER_PHOTO_ID_5404534203795301426&quot; border=&quot;0&quot; /&gt;&lt;/a&gt;&lt;br /&gt;And in ESX 4.x &quot;&lt;span style=&quot;font-weight: bold;&quot;&gt;vmware -v&lt;/span&gt;&quot; will show you the version of &quot;&lt;span style=&quot;font-weight: bold;&quot;&gt;vmware-esx-vmware-release&lt;/span&gt;&quot;&lt;br /&gt;&lt;/span&gt;&lt;a onblur=&quot;try {parent.deselectBloggerImageGracefully();} catch(e) {}&quot; href=&quot;http://3.bp.blogspot.com/_Hz7P2s_sE1Y/SwDDlwOd31I/AAAAAAAABEo/xz9laZjydEc/s1600/vmware-v4.jpeg&quot;&gt;&lt;img style=&quot;margin: 0pt 10px 10px 0pt; float: left; cursor: pointer; width: 400px; height: 123px;&quot; src=&quot;http://3.bp.blogspot.com/_Hz7P2s_sE1Y/SwDDlwOd31I/AAAAAAAABEo/xz9laZjydEc/s400/vmware-v4.jpeg&quot; alt=&quot;&quot; id=&quot;BLOGGER_PHOTO_ID_5404534606212751186&quot; border=&quot;0&quot; /&gt;&lt;/a&gt;&lt;br /&gt;&lt;span style=&quot;font-size:85%;&quot;&gt;In addition, vCenter will show the version of your &quot;&lt;span style=&quot;font-weight: bold;&quot;&gt;vmware-hostd&lt;/span&gt;&quot;&lt;br /&gt;Please keep in mind those numbers can all be different. &lt;/span&gt;</description><link>http://jlscz.blogspot.com/2009/11/what-vmware-v-really-shows-you.html</link><author>noreply@blogger.com (Unknown)</author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="http://2.bp.blogspot.com/_Hz7P2s_sE1Y/SwDDOVGq5DI/AAAAAAAABEg/TxyQmX27ADE/s72-c/vmware-v3.jpeg" height="72" width="72"/><thr:total>0</thr:total></item><item><guid isPermaLink="false">tag:blogger.com,1999:blog-7185714946842431002.post-3599871038050872320</guid><pubDate>Mon, 26 Oct 2009 02:29:00 +0000</pubDate><atom:updated>2009-10-25T22:39:55.261-04:00</atom:updated><category domain="http://www.blogger.com/atom/ns#">ESX 3.x Service Console Commands</category><category domain="http://www.blogger.com/atom/ns#">ESX 4.x Commands</category><title>More information about your storage</title><description>&lt;span style=&quot;font-size:85%;&quot;&gt;You always want to know more about your servers, your network settings your storage options. &quot;&lt;span style=&quot;font-weight: bold;&quot;&gt;esxcfg-info&lt;/span&gt;&quot; is the best place to dig things up. You want to know more about your storage? Type:&lt;br /&gt;&quot;&lt;span style=&quot;font-weight: bold;&quot;&gt;esxcfg-info -s | less -RS&lt;/span&gt;&quot;&lt;a onblur=&quot;try {parent.deselectBloggerImageGracefully();} catch(e) {}&quot; href=&quot;http://2.bp.blogspot.com/_Hz7P2s_sE1Y/SuUK0J1KGWI/AAAAAAAABEY/EtLmGwOhz1E/s1600-h/esxcfg-info-s.jpg&quot;&gt;&lt;img style=&quot;margin: 0pt 10px 10px 0pt; float: left; cursor: pointer; width: 400px; height: 224px;&quot; src=&quot;http://2.bp.blogspot.com/_Hz7P2s_sE1Y/SuUK0J1KGWI/AAAAAAAABEY/EtLmGwOhz1E/s400/esxcfg-info-s.jpg&quot; alt=&quot;&quot; id=&quot;BLOGGER_PHOTO_ID_5396731619581761890&quot; border=&quot;0&quot; /&gt;&lt;/a&gt;&lt;br /&gt;You can check your VMFS alignment here, when the Starting sector set as &lt;span style=&quot;font-weight: bold;&quot;&gt;128&lt;/span&gt; you know your VMFS is aligned correctly (VMFS aligned on 64KB boundary)&lt;br /&gt;You can map the LUN back to your service console device. It will also show you the type of the file system on the LUN. In this case fb is VMFS&lt;/span&gt;</description><link>http://jlscz.blogspot.com/2009/10/more-information-about-your-storage.html</link><author>noreply@blogger.com (Unknown)</author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="http://2.bp.blogspot.com/_Hz7P2s_sE1Y/SuUK0J1KGWI/AAAAAAAABEY/EtLmGwOhz1E/s72-c/esxcfg-info-s.jpg" height="72" width="72"/><thr:total>0</thr:total></item><item><guid isPermaLink="false">tag:blogger.com,1999:blog-7185714946842431002.post-1322029308921527556</guid><pubDate>Mon, 26 Oct 2009 02:11:00 +0000</pubDate><atom:updated>2009-10-25T22:17:30.933-04:00</atom:updated><category domain="http://www.blogger.com/atom/ns#">ESX 3.x Service Console Commands</category><category domain="http://www.blogger.com/atom/ns#">ESX 4.x Commands</category><title>Display VMkernel&#39;s devices&#39; drivers</title><description>&lt;span style=&quot;font-size:85%;&quot;&gt;There are times we want to find out what drivers are configured to load up when VMkernel boots up.&lt;br /&gt;You can find this out by typing:&lt;br /&gt;&quot;&lt;span style=&quot;font-weight: bold;&quot;&gt;esxcfg-modele -q&lt;/span&gt;&quot;&lt;br /&gt;&lt;a onblur=&quot;try {parent.deselectBloggerImageGracefully();} catch(e) {}&quot; href=&quot;http://2.bp.blogspot.com/_Hz7P2s_sE1Y/SuUF7GQC0dI/AAAAAAAABEA/2C37Ku7tWro/s1600-h/esxcfg-module-q.jpg&quot;&gt;&lt;img style=&quot;margin: 0pt 10px 10px 0pt; float: left; cursor: pointer; width: 400px; height: 144px;&quot; src=&quot;http://2.bp.blogspot.com/_Hz7P2s_sE1Y/SuUF7GQC0dI/AAAAAAAABEA/2C37Ku7tWro/s400/esxcfg-module-q.jpg&quot; alt=&quot;&quot; id=&quot;BLOGGER_PHOTO_ID_5396726241321734610&quot; border=&quot;0&quot; /&gt;&lt;/a&gt;You can also check what drivers are currently loaded:&lt;br /&gt;&quot; &lt;span style=&quot;font-weight: bold;&quot;&gt;esxcfg-modele -l&lt;/span&gt;&quot;&lt;a onblur=&quot;try {parent.deselectBloggerImageGracefully();} catch(e) {}&quot; href=&quot;http://3.bp.blogspot.com/_Hz7P2s_sE1Y/SuUGPIfve0I/AAAAAAAABEI/3qVWxAeIqGA/s1600-h/esxcfg-module-l.jpg&quot;&gt;&lt;img style=&quot;margin: 0pt 10px 10px 0pt; float: left; cursor: pointer; width: 400px; height: 144px;&quot; src=&quot;http://3.bp.blogspot.com/_Hz7P2s_sE1Y/SuUGPIfve0I/AAAAAAAABEI/3qVWxAeIqGA/s400/esxcfg-module-l.jpg&quot; alt=&quot;&quot; id=&quot;BLOGGER_PHOTO_ID_5396726585521830722&quot; border=&quot;0&quot; /&gt;&lt;/a&gt;&lt;/span&gt;</description><link>http://jlscz.blogspot.com/2009/10/vmkernel-driver-loading-display.html</link><author>noreply@blogger.com (Unknown)</author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="http://2.bp.blogspot.com/_Hz7P2s_sE1Y/SuUF7GQC0dI/AAAAAAAABEA/2C37Ku7tWro/s72-c/esxcfg-module-q.jpg" height="72" width="72"/><thr:total>0</thr:total></item><item><guid isPermaLink="false">tag:blogger.com,1999:blog-7185714946842431002.post-7273792998124846866</guid><pubDate>Mon, 26 Oct 2009 01:55:00 +0000</pubDate><atom:updated>2009-10-25T22:18:24.262-04:00</atom:updated><category domain="http://www.blogger.com/atom/ns#">ESX 3.x Service Console Commands</category><category domain="http://www.blogger.com/atom/ns#">ESX 4.x Commands</category><title>How to read your VMFS datastore information</title><description>&lt;span style=&quot;font-size:85%;&quot;&gt;Every time when you create a VMFS datastore, a copy of VMFS metadata will write to your LUN with following information:&lt;br /&gt;&lt;/span&gt;&lt;ul style=&quot;font-weight: bold;&quot;&gt;&lt;li&gt;&lt;span style=&quot;font-size:85%;&quot;&gt;Block size&lt;/span&gt;&lt;/li&gt;&lt;li&gt;&lt;span style=&quot;font-size:85%;&quot;&gt;Number of extents&lt;/span&gt;&lt;/li&gt;&lt;li&gt;&lt;span style=&quot;font-size:85%;&quot;&gt;Volume capacity&lt;/span&gt;&lt;/li&gt;&lt;li&gt;&lt;span style=&quot;font-size:85%;&quot;&gt;VMFS version&lt;/span&gt;&lt;/li&gt;&lt;li&gt;&lt;span style=&quot;font-size:85%;&quot;&gt;Label&lt;/span&gt;&lt;/li&gt;&lt;li&gt;&lt;span style=&quot;font-size:85%;&quot;&gt;VMFS UUID&lt;/span&gt;&lt;/li&gt;&lt;/ul&gt;&lt;span style=&quot;font-size:85%;&quot;&gt;You can use &quot;&lt;span style=&quot;font-weight: bold;&quot;&gt;vmkfstools -P -h /vmfs/volumes/LUN_Lable&lt;/span&gt;&quot; to query the file system information&lt;a onblur=&quot;try {parent.deselectBloggerImageGracefully();} catch(e) {}&quot; href=&quot;http://2.bp.blogspot.com/_Hz7P2s_sE1Y/SuUC_CR-JaI/AAAAAAAABD4/7occ7idrcLQ/s1600-h/vmkfstools-p.jpg&quot;&gt;&lt;img style=&quot;margin: 0pt 10px 10px 0pt; float: left; cursor: pointer; width: 400px; height: 120px;&quot; src=&quot;http://2.bp.blogspot.com/_Hz7P2s_sE1Y/SuUC_CR-JaI/AAAAAAAABD4/7occ7idrcLQ/s400/vmkfstools-p.jpg&quot; alt=&quot;&quot; id=&quot;BLOGGER_PHOTO_ID_5396723010440668578&quot; border=&quot;0&quot; /&gt;&lt;/a&gt;&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style=&quot;font-style: italic;font-size:85%;&quot; &gt;Note: information based on Infrastructure 3 DSA Manual&lt;/span&gt;</description><link>http://jlscz.blogspot.com/2009/10/how-to-read-your-vmfs-datastore.html</link><author>noreply@blogger.com (Unknown)</author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="http://2.bp.blogspot.com/_Hz7P2s_sE1Y/SuUC_CR-JaI/AAAAAAAABD4/7occ7idrcLQ/s72-c/vmkfstools-p.jpg" height="72" width="72"/><thr:total>0</thr:total></item><item><guid isPermaLink="false">tag:blogger.com,1999:blog-7185714946842431002.post-2978517171319375113</guid><pubDate>Tue, 06 Oct 2009 18:42:00 +0000</pubDate><atom:updated>2009-10-06T15:43:02.565-04:00</atom:updated><category domain="http://www.blogger.com/atom/ns#">VI 3 and vSphere 4</category><title>Get your own vCenter table and relations on MS Visio</title><description>&lt;span style=&quot;font-size:85%;&quot;&gt;It will take only few clicks to get your vCenter&#39;s table and relations in a Visio file. (I&#39;m using visio 2007 I think the older one will work the same way as well) (Tested on visio 2007 SQL 2005 with vCenter 4.0)&lt;br /&gt;&lt;br /&gt;Open your Visio 2007 --&gt; File--&gt;New --&gt; Software and Database --&gt; Database Model Diagram (Metric). This will open a new file for you.&lt;br /&gt;Now click on Database --&gt; reverse Engineer&lt;br /&gt;&lt;br /&gt;Pick &quot;Microsoft SQL Server&quot; from Installed Visio drivers&lt;br /&gt;Now click on &quot;New --&gt; System Data Source (Applies to this machine only) --&gt; Next --&gt; Pick &quot;SQL Server&quot; for the data source driver --&gt; Next --&gt; Finish&lt;br /&gt;&lt;br /&gt;Now you will see the New data Source box&lt;br /&gt;&lt;a onblur=&quot;try {parent.deselectBloggerImageGracefully();} catch(e) {}&quot; href=&quot;http://3.bp.blogspot.com/_Hz7P2s_sE1Y/SsuSlvhLdhI/AAAAAAAABDQ/MG8HDmB2KA0/s1600-h/mssql2.jpg&quot;&gt;&lt;img style=&quot;margin: 0pt 10px 10px 0pt; float: left; cursor: pointer; width: 400px; height: 278px;&quot; src=&quot;http://3.bp.blogspot.com/_Hz7P2s_sE1Y/SsuSlvhLdhI/AAAAAAAABDQ/MG8HDmB2KA0/s400/mssql2.jpg&quot; alt=&quot;&quot; id=&quot;BLOGGER_PHOTO_ID_5389562556187375122&quot; border=&quot;0&quot; /&gt;&lt;/a&gt;Give it a name, and the name/ip of your vCenter database (The normal way you setup your ODBC to your vCenter database). Make sure your change your database to your vCenter database.&lt;a onblur=&quot;try {parent.deselectBloggerImageGracefully();} catch(e) {}&quot; href=&quot;http://1.bp.blogspot.com/_Hz7P2s_sE1Y/SsuRg4RwsKI/AAAAAAAABDI/ETsMugPZuoc/s1600-h/mssql1.jpg&quot;&gt;&lt;img style=&quot;margin: 0pt 10px 10px 0pt; float: left; cursor: pointer; width: 400px; height: 261px;&quot; src=&quot;http://1.bp.blogspot.com/_Hz7P2s_sE1Y/SsuRg4RwsKI/AAAAAAAABDI/ETsMugPZuoc/s400/mssql1.jpg&quot; alt=&quot;&quot; id=&quot;BLOGGER_PHOTO_ID_5389561373127651490&quot; border=&quot;0&quot; /&gt;&lt;/a&gt;&lt;br /&gt;Now you should see your ODBC connection that you just created --&gt; click Next. It will ask for the connection password. Type in and click OK.&lt;br /&gt;&lt;/span&gt;&lt;span style=&quot;font-size:85%;&quot;&gt;You might not want views or stored Procedures. so you can uncheck them.&lt;a onblur=&quot;try {parent.deselectBloggerImageGracefully();} catch(e) {}&quot; href=&quot;http://3.bp.blogspot.com/_Hz7P2s_sE1Y/SsuVpFe54LI/AAAAAAAABDw/EPf4a3p-D9Y/s1600-h/mssql3.jpg&quot;&gt;&lt;img style=&quot;margin: 0pt 10px 10px 0pt; float: left; cursor: pointer; width: 400px; height: 261px;&quot; src=&quot;http://3.bp.blogspot.com/_Hz7P2s_sE1Y/SsuVpFe54LI/AAAAAAAABDw/EPf4a3p-D9Y/s400/mssql3.jpg&quot; alt=&quot;&quot; id=&quot;BLOGGER_PHOTO_ID_5389565912157905074&quot; border=&quot;0&quot; /&gt;&lt;/a&gt;&lt;br /&gt;&lt;/span&gt;&lt;span style=&quot;font-size:85%;&quot;&gt;Click Next and select all tables&lt;a onblur=&quot;try {parent.deselectBloggerImageGracefully();} catch(e) {}&quot; href=&quot;http://3.bp.blogspot.com/_Hz7P2s_sE1Y/SsuUeaDcnBI/AAAAAAAABDg/JX6VBkC4yWQ/s1600-h/mssql4.jpg&quot;&gt;&lt;img style=&quot;margin: 0pt 10px 10px 0pt; float: left; cursor: pointer; width: 400px; height: 261px;&quot; src=&quot;http://3.bp.blogspot.com/_Hz7P2s_sE1Y/SsuUeaDcnBI/AAAAAAAABDg/JX6VBkC4yWQ/s400/mssql4.jpg&quot; alt=&quot;&quot; id=&quot;BLOGGER_PHOTO_ID_5389564629189696530&quot; border=&quot;0&quot; /&gt;&lt;/a&gt;&lt;br /&gt;Pick &quot;Yes, add the shapes to the current page.&quot; few more clicks you should have your vCenter tables in your Visio file.&lt;br /&gt;&lt;/span&gt;</description><link>http://jlscz.blogspot.com/2009/10/get-your-own-vcenter-table-and.html</link><author>noreply@blogger.com (Unknown)</author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="http://3.bp.blogspot.com/_Hz7P2s_sE1Y/SsuSlvhLdhI/AAAAAAAABDQ/MG8HDmB2KA0/s72-c/mssql2.jpg" height="72" width="72"/><thr:total>0</thr:total></item><item><guid isPermaLink="false">tag:blogger.com,1999:blog-7185714946842431002.post-5191665899024550297</guid><pubDate>Mon, 21 Sep 2009 03:37:00 +0000</pubDate><atom:updated>2009-09-20T23:48:19.700-04:00</atom:updated><title>Did my ESX host&#39;s vmkernel boot up fine?</title><description>&lt;span style=&quot;font-size:85%;&quot;&gt;You can do a quick check on your ESX server right after it powered on. This  log is a little different from what we know about (/var/log/messages). It also called messages log and it located at /var/log/initrdlogs/messages&lt;br /&gt;&lt;br /&gt;&lt;/span&gt;&lt;span style=&quot;font-weight: bold;font-size:85%;&quot; &gt;tail -n 30 messages (check the last 30 line of the messages log)&lt;/span&gt;&lt;span style=&quot;font-size:85%;&quot;&gt;&lt;a onblur=&quot;try {parent.deselectBloggerImageGracefully();} catch(e) {}&quot; href=&quot;http://4.bp.blogspot.com/_Hz7P2s_sE1Y/Srb2tn9leqI/AAAAAAAABDA/436kB8zxl88/s1600-h/messages_check.jpg&quot;&gt;&lt;img style=&quot;margin: 0pt 10px 10px 0pt; float: left; cursor: pointer; width: 400px; height: 205px;&quot; src=&quot;http://4.bp.blogspot.com/_Hz7P2s_sE1Y/Srb2tn9leqI/AAAAAAAABDA/436kB8zxl88/s400/messages_check.jpg&quot; alt=&quot;&quot; id=&quot;BLOGGER_PHOTO_ID_5383761668249844386&quot; border=&quot;0&quot; /&gt;&lt;/a&gt;&lt;br /&gt;We can see all VMkernel modules were loaded, and the system was &quot;&lt;span style=&quot;font-weight: bold;&quot;&gt;(forcing normal run)&lt;/span&gt;&quot; Then we enter the service console booting process.&lt;/span&gt;</description><link>http://jlscz.blogspot.com/2009/09/did-my-esx-hosts-vmkernel-boot-up-fine.html</link><author>noreply@blogger.com (Unknown)</author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="http://4.bp.blogspot.com/_Hz7P2s_sE1Y/Srb2tn9leqI/AAAAAAAABDA/436kB8zxl88/s72-c/messages_check.jpg" height="72" width="72"/><thr:total>0</thr:total></item><item><guid isPermaLink="false">tag:blogger.com,1999:blog-7185714946842431002.post-1419826630382911667</guid><pubDate>Mon, 21 Sep 2009 03:14:00 +0000</pubDate><atom:updated>2009-09-20T23:24:53.662-04:00</atom:updated><category domain="http://www.blogger.com/atom/ns#">Logs</category><category domain="http://www.blogger.com/atom/ns#">VI 3 and vSphere 4</category><title>VMware ESX server logs - HA (2)</title><description>&lt;span style=&quot;font-size:85%;&quot;&gt;You can find out the members of the HA cluster from vmware-sites file. This file is located at &lt;span style=&quot;font-weight: bold;&quot;&gt;/etc/opt/vmware/aam/ directory&lt;/span&gt;&lt;br /&gt;&lt;span style=&quot;font-weight: bold;&quot;&gt;[root@bs-bcs-h132 aam]# cat vmware-sites&lt;/span&gt;&lt;br /&gt;&lt;span style=&quot;font-weight: bold;&quot;&gt;FULLTIME_SITES_TID 00000030&lt;/span&gt;&lt;br /&gt;&lt;span style=&quot;font-weight: bold;&quot;&gt;+ 1:8042,8042,8043 bs-bcs-h132    vmware #FT_Agent_Port=8045&lt;/span&gt;&lt;br /&gt;&lt;span style=&quot;font-weight: bold;&quot;&gt;+ 2:8042,8042,8043 bs-bcs-h133 vmware&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;This file will list all members of the HA cluster and the port used. One thing it&#39;s helpful here is the P &quot;+&quot; sign. This means the hosts is currently in the HA cluster. If you see a &quot;-&quot; sign then the host is not connected to the HA cluster (either powered of or agent is not running)&lt;br /&gt;&lt;br /&gt;NicInfo is a file in the same directory, this file will list all available NICs that HA cluster can see and use&lt;br /&gt;&lt;span style=&quot;font-weight: bold;&quot;&gt;[root@bs-bcs-h132 aam]# cat NicInfo&lt;/span&gt;&lt;br /&gt;&lt;span style=&quot;font-weight: bold;&quot;&gt;interface { ipaddress:10.21.49.132 subnetmask:255.255.252.0 }&lt;/span&gt;&lt;/span&gt;</description><link>http://jlscz.blogspot.com/2009/09/vmware-esx-server-logs-ha-2.html</link><author>noreply@blogger.com (Unknown)</author><thr:total>0</thr:total></item><item><guid isPermaLink="false">tag:blogger.com,1999:blog-7185714946842431002.post-8322899745940583042</guid><pubDate>Mon, 21 Sep 2009 03:02:00 +0000</pubDate><atom:updated>2009-09-20T23:11:16.387-04:00</atom:updated><category domain="http://www.blogger.com/atom/ns#">ESX 3.x Service Console Commands</category><category domain="http://www.blogger.com/atom/ns#">ESX 4.x Commands</category><category domain="http://www.blogger.com/atom/ns#">VI 3 and vSphere 4</category><title>How do I know if HV (Hardware Virtualization) is enabled on my host?</title><description>&lt;span style=&quot;font-size:85%;&quot;&gt;Normally when you hit a VMotion issue, or a 64 bit VM can not be power on from your 64 bit ESX server. You might asked to reboot the host and check the BIOS if HV (Hardware Virtualization) is enabled. You can check this without reboot your server&lt;br /&gt;&lt;span style=&quot;font-weight: bold;&quot;&gt;esxcfg-info | grep -i &quot;hv support&#39;&lt;br /&gt;&lt;/span&gt;&lt;a onblur=&quot;try {parent.deselectBloggerImageGracefully();} catch(e) {}&quot; href=&quot;http://2.bp.blogspot.com/_Hz7P2s_sE1Y/SrbttpZXe8I/AAAAAAAABC4/0TEHHh3rfIc/s1600-h/hv_support.jpg&quot;&gt;&lt;img style=&quot;margin: 0pt 10px 10px 0pt; float: left; cursor: pointer; width: 400px; height: 17px;&quot; src=&quot;http://2.bp.blogspot.com/_Hz7P2s_sE1Y/SrbttpZXe8I/AAAAAAAABC4/0TEHHh3rfIc/s400/hv_support.jpg&quot; alt=&quot;&quot; id=&quot;BLOGGER_PHOTO_ID_5383751773030153154&quot; border=&quot;0&quot; /&gt;&lt;/a&gt;&lt;br /&gt;It will return a number between 0 to 3&lt;br /&gt;&lt;/span&gt;&lt;ul style=&quot;font-weight: bold;&quot;&gt;&lt;li&gt; &lt;p class=&quot;x_MsoNormal&quot;&gt;&lt;span style=&quot;font-size:85%;&quot;&gt;0 is Not present&lt;/span&gt;&lt;/p&gt;&lt;/li&gt;&lt;li&gt;   &lt;p class=&quot;x_MsoNormal&quot;&gt;&lt;span style=&quot;font-size:85%;&quot;&gt;1 is Not supported&lt;/span&gt;&lt;/p&gt;&lt;/li&gt;&lt;li&gt;  &lt;p class=&quot;x_MsoNormal&quot;&gt;&lt;span style=&quot;font-size:85%;&quot;&gt;2 is disabled&lt;/span&gt;&lt;/p&gt;&lt;/li&gt;&lt;li&gt;&lt;p class=&quot;x_MsoNormal&quot;&gt;&lt;span style=&quot;font-size:85%;&quot;&gt;3 is enabled&lt;/span&gt;&lt;/p&gt;&lt;/li&gt;&lt;/ul&gt;&lt;span style=&quot;font-size:85%;&quot;&gt;So in my case my server supports HV but is disabled under the BIOS.&lt;/span&gt;</description><link>http://jlscz.blogspot.com/2009/09/how-do-i-know-if-hv-hardware.html</link><author>noreply@blogger.com (Unknown)</author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="http://2.bp.blogspot.com/_Hz7P2s_sE1Y/SrbttpZXe8I/AAAAAAAABC4/0TEHHh3rfIc/s72-c/hv_support.jpg" height="72" width="72"/><thr:total>0</thr:total></item><item><guid isPermaLink="false">tag:blogger.com,1999:blog-7185714946842431002.post-5798828567541430996</guid><pubDate>Mon, 21 Sep 2009 02:31:00 +0000</pubDate><atom:updated>2009-09-20T22:49:35.161-04:00</atom:updated><category domain="http://www.blogger.com/atom/ns#">ESX 3.x Service Console Commands</category><category domain="http://www.blogger.com/atom/ns#">ESX 4.x Commands</category><category domain="http://www.blogger.com/atom/ns#">VI 3 and vSphere 4</category><title>Use vmware-devices.map to check if the device is supported</title><description>&lt;span style=&quot;font-size:85%;&quot;&gt;Sometimes we will get a hardware device just won&#39;t work on ESX server. There are many different reasons for that. We&#39;d like to first find out if the device is supported and the right device driver is loaded. You can check the HCL online, but what about you are in front of the ESX server and it does not have Internet connection?&lt;br /&gt;You can check the device against vmware-devices.map file. this file is located at &lt;span style=&quot;font-weight: bold;&quot;&gt;/etc/vmware&lt;/span&gt; directory on your ESX server.&lt;br /&gt;Let&#39;s use a NIC on my server as an example&lt;br /&gt;&lt;span style=&quot;font-weight: bold;&quot;&gt;esxcfg-nics -l&lt;/span&gt;&lt;br /&gt;&lt;a onblur=&quot;try {parent.deselectBloggerImageGracefully();} catch(e) {}&quot; href=&quot;http://2.bp.blogspot.com/_Hz7P2s_sE1Y/SrboWBbJlJI/AAAAAAAABCo/cuPcneyYLGs/s1600-h/devices_map1.jpg&quot;&gt;&lt;img style=&quot;margin: 0pt 10px 10px 0pt; float: left; cursor: pointer; width: 400px; height: 36px;&quot; src=&quot;http://2.bp.blogspot.com/_Hz7P2s_sE1Y/SrboWBbJlJI/AAAAAAAABCo/cuPcneyYLGs/s400/devices_map1.jpg&quot; alt=&quot;&quot; id=&quot;BLOGGER_PHOTO_ID_5383745869605082258&quot; border=&quot;0&quot; /&gt;&lt;/a&gt;We can see the device is &lt;span style=&quot;font-weight: bold;&quot;&gt;Broadcom Corporation NetXtreme II 5706 Gigabit Ethernet &lt;/span&gt;and the driver is &lt;span style=&quot;font-weight: bold;&quot;&gt;bnx2&lt;/span&gt;.&lt;br /&gt;Now we will chaeck this against vmware-devices.map file&lt;br /&gt;&lt;span style=&quot;font-weight: bold;&quot;&gt;grep -i &quot;bnx2&quot; vmware-devices.map&lt;/span&gt;&lt;br /&gt;&lt;a onblur=&quot;try {parent.deselectBloggerImageGracefully();} catch(e) {}&quot; href=&quot;http://2.bp.blogspot.com/_Hz7P2s_sE1Y/Srbouz-WuKI/AAAAAAAABCw/-BiSTKOyemk/s1600-h/devices_map2.jpg&quot;&gt;&lt;img style=&quot;margin: 0pt 10px 10px 0pt; float: left; cursor: pointer; width: 400px; height: 85px;&quot; src=&quot;http://2.bp.blogspot.com/_Hz7P2s_sE1Y/Srbouz-WuKI/AAAAAAAABCw/-BiSTKOyemk/s400/devices_map2.jpg&quot; alt=&quot;&quot; id=&quot;BLOGGER_PHOTO_ID_5383746295491377314&quot; border=&quot;0&quot; /&gt;&lt;/a&gt;We can see the line &quot;&lt;span style=&quot;font-weight: bold;&quot;&gt;device,0x14e4,0x164a,nic,NetXtreme II 5706 Gigabit Ethernet,bnx2.o&quot;&lt;/span&gt; We know the device is supported, and the loaded driver is also correct. Now we need look elsewhere for the problem.&lt;/span&gt;</description><link>http://jlscz.blogspot.com/2009/09/use-vmware-devicesmap-to-check-if.html</link><author>noreply@blogger.com (Unknown)</author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="http://2.bp.blogspot.com/_Hz7P2s_sE1Y/SrboWBbJlJI/AAAAAAAABCo/cuPcneyYLGs/s72-c/devices_map1.jpg" height="72" width="72"/><thr:total>0</thr:total></item></channel></rss>