<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>The Odd Angry Shot</title>
    <link>https://theoddangryshot.com/</link>
    <description>Recent content on The Odd Angry Shot</description>
    <generator>Hugo -- gohugo.io</generator>
    <language>en</language>
    <copyright>Copyright © 2008–2018, Steve Francia and the Hugo Authors; all rights reserved.</copyright>
    <lastBuildDate>Mon, 03 Mar 2025 10:16:54 +1100</lastBuildDate><atom:link href="https://theoddangryshot.com/index.xml" rel="self" type="application/rss+xml" />
    <item>
      <title>Enable Bash History in VCF Cloud Builder</title>
      <link>https://theoddangryshot.com/post/2025/enable-bash-history-vcf-cloud-builder-photon/</link>
      <pubDate>Mon, 03 Mar 2025 10:16:54 +1100</pubDate>
      
      <guid>https://theoddangryshot.com/post/2025/enable-bash-history-vcf-cloud-builder-photon/</guid>
      <description>
        
          
            &lt;p&gt;Enable history for the current session:&lt;/p&gt;
&lt;div class=&#34;highlight&#34;&gt;&lt;pre tabindex=&#34;0&#34; class=&#34;chroma&#34;&gt;&lt;code class=&#34;language-fallback&#34; data-lang=&#34;fallback&#34;&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;ln&#34;&gt;1&lt;/span&gt;&lt;span class=&#34;cl&#34;&gt;admin@vcf-m01-cb01 [ ~ ]$ set -o history
&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;&lt;p&gt;Enable history on each login:&lt;/p&gt;
&lt;div class=&#34;highlight&#34;&gt;&lt;pre tabindex=&#34;0&#34; class=&#34;chroma&#34;&gt;&lt;code class=&#34;language-fallback&#34; data-lang=&#34;fallback&#34;&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;ln&#34;&gt;1&lt;/span&gt;&lt;span class=&#34;cl&#34;&gt;admin@vcf-m01-cb01 [ ~ ]$ echo set -o history &amp;gt;&amp;gt; .bashrc
&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;
          
          
        
      </description>
    </item>
    
    <item>
      <title>NSX API OpenAPI version - Failed to Import</title>
      <link>https://theoddangryshot.com/post/2023/nsx-api-openapi-spec/</link>
      <pubDate>Mon, 11 Sep 2023 00:39:25 +1000</pubDate>
      
      <guid>https://theoddangryshot.com/post/2023/nsx-api-openapi-spec/</guid>
      <description>
        
          
            &lt;p&gt;&lt;em&gt;Updated 2025-03-03&lt;/em&gt;&lt;/p&gt;
&lt;p&gt;When using Postman, or other API clients (Thunder Client), you can download all the API commands associated to them. Although the NSX collections are still using OpenAPI Spec v2, while Thunder Client only supports OpenAPI Spec v3+.&lt;/p&gt;
          
          
        
      </description>
    </item>
    
    <item>
      <title>Maximum Failed Attempts to Create Service Engine Reached</title>
      <link>https://theoddangryshot.com/post/2023/maximum-failed-attempts-to-create-service-engine/</link>
      <pubDate>Fri, 28 Apr 2023 16:00:29 +1000</pubDate>
      
      <guid>https://theoddangryshot.com/post/2023/maximum-failed-attempts-to-create-service-engine/</guid>
      <description>
        
          
            &lt;p&gt;When creating a new virtual service (VS) using NSX ALB (Avi) 22.1.1 &amp;amp; 22.1.1-2p1 in vCenter write access mode, it&#39;s supposed to create new Service Engines (SE&#39;s) if needed, but in the case today, it just sat there.&lt;/p&gt;
&lt;p&gt;Hovering over the red VS status showed &lt;em&gt;&amp;quot;Maximum failed attempts to create Service Engine reached. Target Host not found to create serviceengine Avi-se-hbgqp&amp;quot;&lt;/em&gt;&lt;/p&gt;
          
          
        
      </description>
    </item>
    
    <item>
      <title>NSX ALB Reset Admin Password</title>
      <link>https://theoddangryshot.com/post/2022/nsx-alb-reset-admin-password/</link>
      <pubDate>Thu, 25 Aug 2022 11:51:23 +1000</pubDate>
      
      <guid>https://theoddangryshot.com/post/2022/nsx-alb-reset-admin-password/</guid>
      <description>
        
          
            &lt;p&gt;Uh oh. You don&#39;t know the NSX ALB admin password, but if you have have another local account with Super User access, you can  reset the admin password.&lt;/p&gt;
          
          
        
      </description>
    </item>
    
    <item>
      <title>NSX-T Manager: Some Appliance Components Are Not Functioning Properly</title>
      <link>https://theoddangryshot.com/post/2022/nsxt-some-appliance-components-are-not-functioning-properly/</link>
      <pubDate>Thu, 04 Aug 2022 14:50:01 +1000</pubDate>
      
      <guid>https://theoddangryshot.com/post/2022/nsxt-some-appliance-components-are-not-functioning-properly/</guid>
      <description>
        
          
            &lt;p&gt;When browsing to the NSX-T Manager (3.1.3.x) interface, I see:&lt;/p&gt;
&lt;div class=&#34;highlight&#34;&gt;&lt;pre tabindex=&#34;0&#34; class=&#34;chroma&#34;&gt;&lt;code class=&#34;language-fallback&#34; data-lang=&#34;fallback&#34;&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;ln&#34;&gt;1&lt;/span&gt;&lt;span class=&#34;cl&#34;&gt;Some appliance components are not functioning properly.
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;ln&#34;&gt;2&lt;/span&gt;&lt;span class=&#34;cl&#34;&gt;Component health: MANAGER:UNKNOWN, SEARCH:UP, POLICY:UP, UI:UP, NODE_MGMT:UP.
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;ln&#34;&gt;3&lt;/span&gt;&lt;span class=&#34;cl&#34;&gt;Error code: 101
&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;
          
          
        
      </description>
    </item>
    
    <item>
      <title>vIDM API - Using Postman to Create a Network Range</title>
      <link>https://theoddangryshot.com/post/2022/vidm-api-postman-policy-network-range/</link>
      <pubDate>Mon, 27 Jun 2022 10:50:14 +1000</pubDate>
      
      <guid>https://theoddangryshot.com/post/2022/vidm-api-postman-policy-network-range/</guid>
      <description>
        
          
            &lt;p&gt;vIDM is part of VMware Cloud Foundation (VCF), and you may have multiple instances depending on the number of VCF deployments.&lt;/p&gt;
&lt;p&gt;In cases where the vIDM policy for network ranges is complex / limited, I found it efficient to use the vIDM API to push the same network ranges to all vIDM appliances.&lt;/p&gt;
&lt;p&gt;
  &lt;figure&gt;
  &lt;picture&gt;

    
      
        
        
        
        
        
        
    &lt;img
      loading=&#34;lazy&#34;
      decoding=&#34;async&#34;
      alt=&#34;vIDM with multiple network ranges&#34;
      
        class=&#34;image_figure image_internal image_processed&#34;
        width=&#34;1275&#34;
        height=&#34;719&#34;
        src=&#34;https://theoddangryshot.com/post/2022/vidm-api-postman-policy-network-range/vidm-api-postman-policy-network-range-04.png&#34;
      
      
    /&gt;

    &lt;/picture&gt;
&lt;/figure&gt;
&lt;/p&gt;
&lt;p&gt;The official vIDM docs are at &lt;a href=&#34;https://developer.vmware.com/apis/57&#34;&gt;https://developer.vmware.com/apis/57&lt;/a&gt;, with a swagger spec you can download and install as a Postman collection. The collection doesn&#39;t contain all the API&#39;s available, so keep in mind using anything not officially documented is probably not supported.&lt;/p&gt;
          
          
        
      </description>
    </item>
    
    <item>
      <title>NSX Advanced Load Balancer - Syslog TLS</title>
      <link>https://theoddangryshot.com/post/2022/nsx-advanced-load-balancer-syslog-tls/</link>
      <pubDate>Tue, 24 May 2022 14:04:46 +1100</pubDate>
      
      <guid>https://theoddangryshot.com/post/2022/nsx-advanced-load-balancer-syslog-tls/</guid>
      <description>
        
          
            &lt;p&gt;NSX Advanced load balancer is simple enough to configure with a remote syslog server entry, but it&#39;s a bit more complicated using syslog-tls (SSL).&lt;/p&gt;
          
          
        
      </description>
    </item>
    
    <item>
      <title>Avi Perf Server for Load Testing and Benchmarking</title>
      <link>https://theoddangryshot.com/post/2022/avi-perf-server/</link>
      <pubDate>Tue, 03 May 2022 14:24:17 +1100</pubDate>
      
      <guid>https://theoddangryshot.com/post/2022/avi-perf-server/</guid>
      <description>
        
          
            &lt;p&gt;When deploying NSX Advanced Load Balancer, it&#39;s handy to have a pre-configured web server. In the download portal where you download NSX ALB, there&#39;s a &lt;code&gt;perf-server.ova&lt;/code&gt; you can use.&lt;/p&gt;
          
          
        
      </description>
    </item>
    
    <item>
      <title>Let&#39;s Encrypt - DNS Validation for NSX Advanced Load Balancer</title>
      <link>https://theoddangryshot.com/post/2022/lets-encrypt-dns-validation-nsx-alb/</link>
      <pubDate>Thu, 24 Feb 2022 22:04:02 +1100</pubDate>
      
      <guid>https://theoddangryshot.com/post/2022/lets-encrypt-dns-validation-nsx-alb/</guid>
      <description>
        
          
            &lt;p&gt;Replacing self-signed certificates on appliances is a lot easier these days. This is to remind myself how I did it for NSX Advanced Load Balancer using Let&#39;s Encrypt with DNS validation.&lt;/p&gt;
          
          
        
      </description>
    </item>
    
    <item>
      <title>NSX ALB Failed Serial Key Decryption Failed</title>
      <link>https://theoddangryshot.com/post/2022/nsx-alb-failed-serial-key-decryption-failed/</link>
      <pubDate>Tue, 22 Feb 2022 15:53:27 +1100</pubDate>
      
      <guid>https://theoddangryshot.com/post/2022/nsx-alb-failed-serial-key-decryption-failed/</guid>
      <description>
        
          
            &lt;p&gt;Applying a license to VMware NSX Advanced Load Balancer (Avi) version 21.1.3+ you may get an error:&lt;/p&gt;
&lt;p&gt;&lt;code&gt;failed Serial key decrytion failed. Failed to process serial key. SYSERR_LICENSE_DECRYPTION_FAILED Vmw error: NONE_FOUND&lt;/code&gt;&lt;/p&gt;
          
          
        
      </description>
    </item>
    
    <item>
      <title>NSX Advanced Load Balancer with vIDM Integration - Part 2</title>
      <link>https://theoddangryshot.com/post/2022/nsx-alb-vidm-integration-part2/</link>
      <pubDate>Tue, 25 Jan 2022 21:37:48 +1100</pubDate>
      
      <guid>https://theoddangryshot.com/post/2022/nsx-alb-vidm-integration-part2/</guid>
      <description>
        
          
            &lt;p&gt;In the &lt;a href=&#34;https://theoddangryshot.com/post/2022/nsx-alb-vidm-integration/&#34;&gt;previous post&lt;/a&gt;, I showed how to integrate vIDM &amp;amp; NSX ALB. However any user that was assigned to the vIDM SaaS catalog item had super user permissions. Lets be honest, that&#39;s just easier to work with right? But.. some orgs prefer more selective permissions.&lt;/p&gt;
&lt;p&gt;Here I will show how to use vIDM and be able to assign roles to groups synced with vIDM.&lt;/p&gt;
          
          
        
      </description>
    </item>
    
    <item>
      <title>NSX Advanced Load Balancer with vIDM Integration - Part 1</title>
      <link>https://theoddangryshot.com/post/2022/nsx-alb-vidm-integration/</link>
      <pubDate>Thu, 20 Jan 2022 12:53:12 +1100</pubDate>
      
      <guid>https://theoddangryshot.com/post/2022/nsx-alb-vidm-integration/</guid>
      <description>
        
          
            &lt;p&gt;Integrating vIDM with NSX ALB (formally known as Avi) is documented officially here: &lt;a href=&#34;https://avinetworks.com/docs/21.1/configuring-saml-with-workspace-one-for-avi&#34;&gt;https://avinetworks.com/docs/21.1/configuring-saml-with-workspace-one-for-avi&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;I was easily confused by it, due to some of the configuration being masked out. These are the same steps with my own notes &amp;amp; screenshots.&lt;/p&gt;
          
          
        
      </description>
    </item>
    
    <item>
      <title>NSX-T 3.2 - Kubernetes Is Coming to Get Me</title>
      <link>https://theoddangryshot.com/post/2021/nsx-t-kubernetes-is-coming-to-get-me/</link>
      <pubDate>Wed, 15 Dec 2021 22:21:07 +1100</pubDate>
      
      <guid>https://theoddangryshot.com/post/2021/nsx-t-kubernetes-is-coming-to-get-me/</guid>
      <description>
        
          
            &lt;p&gt;I’m sure we’ve all felt the wave that is Kubernetes over the past few years. I watched &lt;a href=&#34;https://www.pluralsight.com/courses/kubernetes-getting-started&#34;&gt;Getting started with Kubernetes&lt;/a&gt;
from Nigel Poulton, which was enjoyable, but I still didn’t see the light, so to speak.&lt;/p&gt;
&lt;p&gt;In 2019 when VMware first announced Tanzu, I knew it was going to be big, but I thought it would be another pillar with a range of products, like Cloud, EUC, Network and Security. I figured I’d ignore it to focus on going deeper with NSX-T.&lt;/p&gt;
          
          
        
      </description>
    </item>
    
    <item>
      <title>Twitter Bot - VMware Product Lifecycle Matrix</title>
      <link>https://theoddangryshot.com/post/2021/twitter-bot-vmware-product-lifecycle-matrix/</link>
      <pubDate>Wed, 25 Aug 2021 09:34:24 +1000</pubDate>
      
      <guid>https://theoddangryshot.com/post/2021/twitter-bot-vmware-product-lifecycle-matrix/</guid>
      <description>
        
          
            &lt;p&gt;Last year I wanted to learn Python, and I didn&#39;t really know what serverless (ie: AWS Lambda) was, so I looked for a project where I could learn.&lt;/p&gt;
&lt;p&gt;TL;DR Serverless is just somewhere to run your code from 🤣&lt;/p&gt;
&lt;p&gt;Something that I find hard to keep track of, is when VMware products are coming up to their end of supports dates. Sometimes the dates change. I&#39;m not going to check for updates each week, but I am on Twitter a lot. &lt;strong&gt;*Bam*&lt;/strong&gt; I should make a Twitter bot that tweets when VMware products are approaching end of support dates.&lt;/p&gt;
&lt;p&gt;Here&#39;s how I did it.&lt;/p&gt;
          
          
        
      </description>
    </item>
    
    <item>
      <title>NSX-T - Disk Space Requirements Not Met</title>
      <link>https://theoddangryshot.com/post/2021/nsxt-disk-space-requirements-not-met/</link>
      <pubDate>Thu, 18 Mar 2021 16:44:31 +1100</pubDate>
      
      <guid>https://theoddangryshot.com/post/2021/nsxt-disk-space-requirements-not-met/</guid>
      <description>
        
          
            &lt;p&gt;Upgrading NSX-T in the lab, the Host Pre-Check came back with:&lt;/p&gt;
&lt;p&gt;&lt;code&gt;Disk space requirements not met. Please ensure 180MB free space is available in tmp partition to proceed with upgrade.&lt;/code&gt;&lt;/p&gt;
          
          
        
      </description>
    </item>
    
    <item>
      <title>Horror Stories - The Oncer</title>
      <link>https://theoddangryshot.com/post/2021/horror-stories-the-oncer/</link>
      <pubDate>Tue, 12 Jan 2021 15:03:26 +1100</pubDate>
      
      <guid>https://theoddangryshot.com/post/2021/horror-stories-the-oncer/</guid>
      <description>
        
          
            &lt;p&gt;Over the years you hear some great IT horror stories. Hopefully by sharing it, others can learn and have a good laugh. Names have been changed to protect the innocent.&lt;/p&gt;
&lt;h2 id=&#34;part-i---a-new-hope&#34;&gt;Part I - A New Hope&lt;/h2&gt;
&lt;p&gt;The team had created a bootable CD that could re-image an ESXi host within 10 minutes. Late one night, rather than troubleshoot an issue, Brent mounted the ISO, re-imaged the ESXi host and it fixed the problem.&lt;/p&gt;
          
          
        
      </description>
    </item>
    
    <item>
      <title>VCF 4 Multi AZ Networking</title>
      <link>https://theoddangryshot.com/post/2020/vcf4-multi-az-networking/</link>
      <pubDate>Sat, 22 Aug 2020 21:10:00 +1000</pubDate>
      
      <guid>https://theoddangryshot.com/post/2020/vcf4-multi-az-networking/</guid>
      <description>
        
          
            &lt;p&gt;In a VCF 4 multi AZ deployment, before stretching the cluster to AZ2, there&#39;s some manual tasks required for the T0 to peer with the ToR switches in AZ2. The process is well documented in the &lt;a href=&#34;https://docs.vmware.com/en/VMware-Validated-Design/6.0/sddc-deployment-of-the-management-domain-in-the-first-region/GUID-9395024D-3B4B-4B0A-A980-40C0F0937D8B.html&#34;&gt;NSX-T Data Center Configuration for Availability Zone 2 for the Management Domain in Region A&lt;/a&gt; on the VVD6 documentation pages.&lt;/p&gt;
&lt;p&gt;&lt;figure&gt;
  &lt;picture&gt;

    
      
        
        
        
        
        
        
    &lt;img
      loading=&#34;lazy&#34;
      decoding=&#34;async&#34;
      alt=&#34;VCF 4 Multi AZ&#34;
      
        class=&#34;image_figure image_internal image_unprocessed&#34;
        src=&#34;https://theoddangryshot.com/vcf4-multi-az-networking-01.png&#34;
      
      
    /&gt;

    &lt;/picture&gt;
&lt;/figure&gt;
&lt;/p&gt;
&lt;p&gt;Although afterwards, we noticed the T0 Gateway, was learning routes from AZ1, and advertising them to the ToR in AZ2. The ToR switch in AZ2 had a more preferred path for those routes, so in theory traffic for those external networks should never be routed through the T0. Unless of course the aforementioned preferred path goes away! Check out &lt;a href=&#34;https://www.cloudflare.com/learning/security/glossary/what-is-bgp/&#34;&gt;What Is BGP? | BGP Routing Explained&lt;/a&gt; from Cloudflare for more info.&lt;/p&gt;
          
          
        
      </description>
    </item>
    
    <item>
      <title>VCF 4 - Failed to Validate the BGP Route Distribution</title>
      <link>https://theoddangryshot.com/post/2020/vcf4-failed-to-validate-the-bgp-route-distribution/</link>
      <pubDate>Sat, 22 Aug 2020 21:00:00 +1000</pubDate>
      
      <guid>https://theoddangryshot.com/post/2020/vcf4-failed-to-validate-the-bgp-route-distribution/</guid>
      <description>
        
          
            &lt;p&gt;During a VCF 4 Bring-up of a single Management Domain, the validation tests passed all OK. But during the deployment, it failed during the NSX-T tasks, specifically on the &amp;quot;Verify BGP Route Distribution&amp;quot; - &amp;quot;Failed to validate the BGP Route Distribution result for edge with ID &lt;edge id&gt;&amp;quot;.&lt;/p&gt;
&lt;p&gt;&lt;figure&gt;
  &lt;picture&gt;

    
      
        
        
        
        
        
        
    &lt;img
      loading=&#34;lazy&#34;
      decoding=&#34;async&#34;
      alt=&#34;VCF4 error&#34;
      
        class=&#34;image_figure image_internal image_unprocessed&#34;
        src=&#34;https://theoddangryshot.com/vcf4-failed-to-validate-the-bgp-route-distribution-01.png&#34;
      
      
    /&gt;

    &lt;/picture&gt;
&lt;/figure&gt;
&lt;/p&gt;
&lt;p&gt;My understanding of this error is because an Edge Node is not receiving routes from the ToR it&#39;s trying to peer to.&lt;/p&gt;
          
          
        
      </description>
    </item>
    
    <item>
      <title>NSX-T 2.5.2 Release</title>
      <link>https://theoddangryshot.com/post/2020/nsxt-252-release/</link>
      <pubDate>Sun, 02 Aug 2020 12:46:46 +1000</pubDate>
      
      <guid>https://theoddangryshot.com/post/2020/nsxt-252-release/</guid>
      <description>
        
          
            &lt;p&gt;On the 30th July, 2020, NSX-T 2.5.2 was released. Check out the &lt;a href=&#34;https://docs.vmware.com/en/VMware-NSX-T-Data-Center/2.5/rn/VMware-NSX-T-Data-Center-252-Release-Notes.html&#34;&gt;release notes&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;This is a minor update with almost 80 issues marked as fixed.&lt;/p&gt;
          
          
        
      </description>
    </item>
    
    <item>
      <title>My VCAP-NV Design Exam Experience</title>
      <link>https://theoddangryshot.com/post/2020/my-vcap-nv-design-experience/</link>
      <pubDate>Fri, 10 Jul 2020 13:53:41 +1000</pubDate>
      
      <guid>https://theoddangryshot.com/post/2020/my-vcap-nv-design-experience/</guid>
      <description>
        
          
            &lt;p&gt;&lt;a href=&#34;https://blogs.vmware.com/education/2020/06/30/new-course-exam-announcements-in-june/&#34;&gt;Last month VMware released updated versions of some exams&lt;/a&gt;, including the VCAP-NV Design exam based on NSX-T 3.0. In the past year or so I&#39;ve been working a lot more with NSX-T, but.. I&#39;m not a &lt;em&gt;real&lt;/em&gt;* networking guy, so I wasn&#39;t confident in taking NV exams.&lt;/p&gt;
&lt;p&gt;After passing the VCP-NV on NSX-T 2.4 earlier in the year, I put off the VCAPs because they were based on NSX-T 2.4 or NSX-v 6.x, but with the updated exam out, I was running out of excuses.&lt;/p&gt;
&lt;p&gt;You might have heard there&#39;s a pandemic going on, so doing exams remotely is the only option here, and suited me.&lt;/p&gt;
          
          
        
      </description>
    </item>
    
    <item>
      <title>Upgrade to ESXi 7.0 Boot Disk Size Error</title>
      <link>https://theoddangryshot.com/post/2020/boot-disk-size-error/</link>
      <pubDate>Mon, 06 Jul 2020 17:18:36 +1000</pubDate>
      
      <guid>https://theoddangryshot.com/post/2020/boot-disk-size-error/</guid>
      <description>
        
          
            &lt;p&gt;Finally getting around to upgrading to ESXi 7.0, and I was stuck pretty quickly, with the error: BOOT_DISK_SIZE ERROR.&lt;/p&gt;
          
          
        
      </description>
    </item>
    
    <item>
      <title>NSX-T Troubleshooting Tunnel Status</title>
      <link>https://theoddangryshot.com/post/2020/nsxt-troubleshooting-tunnel-status/</link>
      <pubDate>Wed, 20 May 2020 02:41:09 +1000</pubDate>
      
      <guid>https://theoddangryshot.com/post/2020/nsxt-troubleshooting-tunnel-status/</guid>
      <description>
        
          
            &lt;p&gt;Switching between a mix of different product versions, I forget some of the specifics, and I&#39;ve wasted too much time troubleshooting something that was working OK. Hopefully this saves you some time.&lt;/p&gt;
          
          
        
      </description>
    </item>
    
    <item>
      <title>Photon OS in the Lab</title>
      <link>https://theoddangryshot.com/post/2020/photon-os-in-the-lab/</link>
      <pubDate>Tue, 19 May 2020 13:25:20 +1000</pubDate>
      
      <guid>https://theoddangryshot.com/post/2020/photon-os-in-the-lab/</guid>
      <description>
        
          
            &lt;p&gt;Here&#39;s a few tips from what I do when deploying Photon OS in the lab. Keep in mind this is only for troubleshooting and testing, so don&#39;t make the same changes to anything outside of your lab.&lt;/p&gt;
          
          
        
      </description>
    </item>
    
    <item>
      <title>NSX-T: Configure NSX-T Manager 2.5</title>
      <link>https://theoddangryshot.com/post/2020/nsxt-configure-nsxt-manager/</link>
      <pubDate>Tue, 28 Apr 2020 18:00:00 +1100</pubDate>
      
      <guid>https://theoddangryshot.com/post/2020/nsxt-configure-nsxt-manager/</guid>
      <description>
        
          
            &lt;p&gt;If you followed the previous blog &lt;a href=&#34;https://theoddangryshot.com/post/2020/nsxt-deploy-nsx-manager-with-ovftool/&#34;&gt;NSX-T: Deploy NSX-T Manager 2.5 with OVFtool&lt;/a&gt; you should have NSX-T Managers deployed.&lt;/p&gt;
&lt;p&gt;There&#39;s a few more things we have to configure within NSX-T Manager like:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href=&#34;https://theoddangryshot.com/post/2020/nsxt-configure-nsxt-manager/#AddComputeManager&#34;&gt;Add a compute Manager (when using vCenter)&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&#34;https://theoddangryshot.com/post/2020/nsxt-configure-nsxt-manager/#CreateIPPools&#34;&gt;Create IP Pools&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&#34;https://theoddangryshot.com/post/2020/nsxt-configure-nsxt-manager/#CreateTransportZone&#34;&gt;Create Transport Zones&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&#34;https://theoddangryshot.com/post/2020/nsxt-configure-nsxt-manager/#ProfilesUplinkTransportNodes&#34;&gt;Create Profiles - Uplink &amp;amp; Transport Nodes&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&#34;https://theoddangryshot.com/post/2020/nsxt-configure-nsxt-manager/#ConfigureHostTransportNodesforNSX&#34;&gt;Configure Host Transport Nodes for NSX&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&#34;https://theoddangryshot.com/post/2020/nsxt-configure-nsxt-manager/#EdgeTransportNode&#34;&gt;Deploy Edge Transport Node&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&#34;https://theoddangryshot.com/post/2020/nsxt-configure-nsxt-manager/#CreateEdgeCluster&#34;&gt;Create Edge Cluster&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&#34;https://theoddangryshot.com/post/2020/nsxt-configure-nsxt-manager/#CreateSegments&#34;&gt;Create Segments&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&#34;%7B#Tier0Gateway%7D&#34;&gt;Create T0 gateway&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&#34;%7B#Tier1Gateway%7D&#34;&gt;Create T1 gateway&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&#34;https://theoddangryshot.com/post/2020/nsxt-configure-nsxt-manager/#StaticRoutes&#34;&gt;Static routes&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
          
          
        
      </description>
    </item>
    
    <item>
      <title>NSX-T: Deploy NSX-T Manager 2.5 with OVFtool</title>
      <link>https://theoddangryshot.com/post/2020/nsxt-deploy-nsx-manager-with-ovftool/</link>
      <pubDate>Thu, 16 Apr 2020 10:00:00 +1100</pubDate>
      
      <guid>https://theoddangryshot.com/post/2020/nsxt-deploy-nsx-manager-with-ovftool/</guid>
      <description>
        
          
            &lt;p&gt;If you have the NSX-T Manager OVA on a fileshare or web server you can deploy it from the vCenter GUI, or use any other deployment tool like OVFtool.&lt;/p&gt;
&lt;p&gt;Using OVFtool to deploy NSX-T Manager is a great way to deploy a quick and repeatable configuration. It also helps to document the configuration options.&lt;/p&gt;
          
          
        
      </description>
    </item>
    
    <item>
      <title>NSX-T Troubleshooting: Compute Manager Already Registered with Another NSX Manager</title>
      <link>https://theoddangryshot.com/post/2020/nsxt-troubleshooting-compute-manager-already-registered/</link>
      <pubDate>Wed, 15 Apr 2020 06:00:00 +1100</pubDate>
      
      <guid>https://theoddangryshot.com/post/2020/nsxt-troubleshooting-compute-manager-already-registered/</guid>
      <description>
        
          
            &lt;p&gt;After adding a compute manager, the &lt;strong&gt;Registration Status&lt;/strong&gt; shows as &lt;code&gt;Not Registered&lt;/code&gt;, and &lt;strong&gt;Connection Status&lt;/strong&gt; is &lt;code&gt;Down&lt;/code&gt;.&lt;/p&gt;
&lt;p&gt;This is usually caused by a previously registered NSX-T Manager to vCenter, that has been deleted. If you remove the Compute Manager via the &lt;strong&gt;Delete&lt;/strong&gt; option in NSX-T Manager, it also removes the registration from vCenter.&lt;/p&gt;
          
          
        
      </description>
    </item>
    
    <item>
      <title>Deploying VMware Appliance for Folding@Home With OVFtool</title>
      <link>https://theoddangryshot.com/post/2020/deploying-fah-with-ovftool/</link>
      <pubDate>Sun, 22 Mar 2020 00:00:00 +1100</pubDate>
      
      <guid>https://theoddangryshot.com/post/2020/deploying-fah-with-ovftool/</guid>
      <description>
        
          
            &lt;p&gt;Recently VMware released a &lt;a href=&#34;https://flings.vmware.com/vmware-appliance-for-folding-home&#34;&gt;Fling&lt;/a&gt; of the &lt;a href=&#34;https://octo.vmware.com/vmware-appliance-fah&#34;&gt;VMware Appliance for Folding@Home&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;It&#39;s great to see the VMware community coming together so quickly to help out.&lt;/p&gt;
&lt;p&gt;As part of my love/hate relationship with OVFtool, here&#39;s a few ways you can deploy the VMware Appliance for Folding@Home using OVFtool.&lt;/p&gt;
          
          
        
      </description>
    </item>
    
    <item>
      <title>VRA8 on VMC</title>
      <link>https://theoddangryshot.com/post/2019/vra8-on-vmc/</link>
      <pubDate>Wed, 27 Nov 2019 14:11:51 +1100</pubDate>
      
      <guid>https://theoddangryshot.com/post/2019/vra8-on-vmc/</guid>
      <description>
        
          
            &lt;p&gt;If you try and deploy vRA8 into VMware Cloud on AWS, you&#39;ll get this error:&lt;/p&gt;
&lt;p&gt;&lt;code&gt;User has no administrative privileges&lt;/code&gt;&lt;/p&gt;
          
          
        
      </description>
    </item>
    
    <item>
      <title>vRealize Network Insight (vRNI) Tips</title>
      <link>https://theoddangryshot.com/post/2019/vrni-tips/</link>
      <pubDate>Fri, 01 Nov 2019 13:52:25 +1100</pubDate>
      
      <guid>https://theoddangryshot.com/post/2019/vrni-tips/</guid>
      <description>
        
          
            &lt;p&gt;More customers are embracing the suite of applications provided by VMware in managing their environment. I&#39;m seeing customers with vRealize Network Insight (vRNI), but a lot still don&#39;t appreciate all the things it can do. One of those things is showing redundant NSX firewall rules.&lt;/p&gt;
&lt;p&gt;Often when customers create NSX firewall rules, they accidently also match traffic from a previous rule. Because they only test the new rule is working as expected, they don&#39;t realise an older rule is now redundant. Having redundant rules gets in the way of managing the functioning rules, but also adds to the overhead of other VMs that may have to process additional rules before hitting the default rule.&lt;/p&gt;
          
          
        
      </description>
    </item>
    
    <item>
      <title>NSX-v 6.4 End of Support Extended</title>
      <link>https://theoddangryshot.com/post/2019/nsx-v-end-of-support-extended/</link>
      <pubDate>Fri, 04 Oct 2019 08:53:02 +1000</pubDate>
      
      <guid>https://theoddangryshot.com/post/2019/nsx-v-end-of-support-extended/</guid>
      <description>
        
          
            &lt;p&gt;For those with NSX-v 6.4, they’d know the end of general support date was 16/01/2021, (just over a year from now). If you check the product lifecycle it now shows the end of general support is 16/01/2022.&lt;/p&gt;
&lt;p&gt;&lt;figure&gt;
  &lt;picture&gt;

    
      
        
        
        
        
        
        
    &lt;img
      loading=&#34;lazy&#34;
      decoding=&#34;async&#34;
      alt=&#34;Product Lifecycle Matrix&#34;
      
        class=&#34;image_figure image_internal image_unprocessed&#34;
        src=&#34;https://theoddangryshot.com/img/2019/nsx-v-end-of-support-extended-2.png&#34;
      
      
    /&gt;

    &lt;/picture&gt;
&lt;/figure&gt;
&lt;/p&gt;
          
          
        
      </description>
    </item>
    
    <item>
      <title>Migrate2VCSA Error</title>
      <link>https://theoddangryshot.com/post/2019/migrate2vcsa-error/</link>
      <pubDate>Fri, 02 Aug 2019 22:12:27 +1000</pubDate>
      
      <guid>https://theoddangryshot.com/post/2019/migrate2vcsa-error/</guid>
      <description>
        
          
            &lt;p&gt;When using the Migration Assistant to Migrate from a Windows 5.5 vCenter to 6.5 VCSA, the migration assistant was failing to run on the Windows vCenter server.&lt;/p&gt;
&lt;p&gt;It automatically saves the logs on the desktop. When viewing the logs, this part stood out:&lt;/p&gt;
&lt;div class=&#34;highlight&#34;&gt;&lt;pre tabindex=&#34;0&#34; class=&#34;chroma&#34;&gt;&lt;code class=&#34;language-fallback&#34; data-lang=&#34;fallback&#34;&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;ln&#34;&gt;1&lt;/span&gt;&lt;span class=&#34;cl&#34;&gt;2019-07-22T00:31:58.193Z ERROR upgrade.states.component_states vcIntegrity:CollectRequirements: Remote script failed with an error [InternalError()]
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;ln&#34;&gt;2&lt;/span&gt;&lt;span class=&#34;cl&#34;&gt;2019-07-22T00:31:58.193Z ERROR upgrade.states.component_states vcIntegrity:CollectRequirements: failed with internal error. For details take a look at CollectRequirements_com.vmware.vcIntegrity_2019_07_22_10_31.log.
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;ln&#34;&gt;3&lt;/span&gt;&lt;span class=&#34;cl&#34;&gt;2019-07-22T00:31:58.209Z WARNING wf.wf_processor State CollectRequirements com.vmware.vcIntegrity has failed.
&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;
          
          
        
      </description>
    </item>
    
    <item>
      <title>ESXi &#39;About to Install...&#39; Hangs</title>
      <link>https://theoddangryshot.com/post/2019/esxi-about-to-install-hangs/</link>
      <pubDate>Sat, 27 Jul 2019 20:52:44 +1000</pubDate>
      
      <guid>https://theoddangryshot.com/post/2019/esxi-about-to-install-hangs/</guid>
      <description>
        
          
            &lt;p&gt;During an upgrade from 5.5 to 6.5, update manager started to do the upgrade, but after the host rebooted, it would boot into the ESXi 6.5 installer, but then display &lt;code&gt;About to install&lt;/code&gt; for 15 seconds, then flash an error message, and then go back to &lt;code&gt;About to Install&lt;/code&gt;. Leaving it for a few hours didn&#39;t make any difference, and I was unable to alt-F1 and log into the console, as when the error message flashed up, it would reset the login process.&lt;/p&gt;
          
          
        
      </description>
    </item>
    
    <item>
      <title>vRNI 4.1 Insufficient capacity on each physical CPU</title>
      <link>https://theoddangryshot.com/post/2019/vrni-4.1-insufficient-capacity/</link>
      <pubDate>Tue, 07 May 2019 12:24:27 +1000</pubDate>
      
      <guid>https://theoddangryshot.com/post/2019/vrni-4.1-insufficient-capacity/</guid>
      <description>
        
          
            &lt;p&gt;Deploying vRNI 4.1 you might get an error: &lt;code&gt;Insufficient capacity on each physical CPU&lt;/code&gt;.&lt;/p&gt;
&lt;p&gt;&lt;figure&gt;
  &lt;picture&gt;

    
      
        
        
        
        
        
        
    &lt;img
      loading=&#34;lazy&#34;
      decoding=&#34;async&#34;
      alt=&#34;Insufficient capacity on each physical CPU&#34;
      
        class=&#34;image_figure image_internal image_unprocessed&#34;
        src=&#34;https://theoddangryshot.com/img/2019/deploying-vrni-4.1-operation.failed.error.png&#34;
      
      
    /&gt;

    &lt;/picture&gt;
&lt;/figure&gt;
&lt;/p&gt;
          
          
        
      </description>
    </item>
    
    <item>
      <title>Using Ovftool</title>
      <link>https://theoddangryshot.com/post/2019/using-ovftool/</link>
      <pubDate>Wed, 10 Apr 2019 14:20:26 +1000</pubDate>
      
      <guid>https://theoddangryshot.com/post/2019/using-ovftool/</guid>
      <description>
        
          
            &lt;p&gt;Ovftool can be pretty awesome, but it can also be very difficult to use. I seem to have a love/hate relationship with it.&lt;/p&gt;
&lt;p&gt;Here I will go over some common issues I have with the tool. I&#39;ve only tested on the Windows version of ovftool.&lt;/p&gt;
          
          
        
      </description>
    </item>
    
    <item>
      <title>Migrate to Hugo</title>
      <link>https://theoddangryshot.com/post/2019/migrate-to-hugo/</link>
      <pubDate>Sun, 06 Jan 2019 11:52:19 +1100</pubDate>
      
      <guid>https://theoddangryshot.com/post/2019/migrate-to-hugo/</guid>
      <description>
        
          
            &lt;p&gt;With plenty of unfinished drafts growing, I thought I&#39;d procrastinate even more by jumping on the static website bandwagon.&lt;/p&gt;
&lt;p&gt;I&#39;ve migrated from Blogger to Hugo, and hosted on AWS with CloudFront.&lt;/p&gt;
&lt;p&gt;The process to migrate from Blogger to Hugo has been incredibly time consuming. Honestly I have no valid reason to change except for the fact that I&#39;m curious to find out why many others seem to be migrating to static websites in droves.&lt;/p&gt;
          
          
        
      </description>
    </item>
    
    <item>
      <title>Unable to add vCenter to vRB – invalid credentials</title>
      <link>https://theoddangryshot.com/2017/04/24/unable-to-add-vcenter-to-vrb-invalid-credentials/</link>
      <pubDate>Mon, 24 Apr 2017 11:12:00 +0000</pubDate>
      
      <guid>https://theoddangryshot.com/2017/04/24/unable-to-add-vcenter-to-vrb-invalid-credentials/</guid>
      <description>
        
          
            &lt;p&gt;A lot of people have probably never tried vRealize Business. As more companies want a cloud like charging model, or to show the true cost of VMs, interest in these tools is picking up.&lt;/p&gt;
&lt;p&gt;Usually vRB is deployed with vRA or vIDM, as it will use them as an authentication source.&lt;/p&gt;
&lt;p&gt;One of the great features of vRB7.2 is that it can used in standalone mode without vRA or vIDM. This is great for a POC as it can use local accounts on the vRB appliance.&lt;/p&gt;
          
          
        
      </description>
    </item>
    
    <item>
      <title>Faking vCenter alarms</title>
      <link>https://theoddangryshot.com/2016/10/14/faking-vcenter-alarms/</link>
      <pubDate>Fri, 14 Oct 2016 23:33:00 +0000</pubDate>
      
      <guid>https://theoddangryshot.com/2016/10/14/faking-vcenter-alarms/</guid>
      <description>
        
          
            &lt;p&gt;Larger environments tend to integrate their monitoring and ticketing systems. Some also add automated workflows based on alarms. The problem when setting up these workflows is how do you test the workflow is triggered based on specific alarms?&lt;/p&gt;
&lt;p&gt;With thanks to &lt;a href=&#34;https://twitter.com/lamw&#34; target=&#34;_blank&#34;&gt;William Lam&lt;/a&gt; for the tips, it’s possible to trigger specific events that make up alarms. It’s not a simple task (for someone who’s not a developer), but you can do some trial and error to work out how to trigger each event.&lt;/p&gt;
          
          
        
      </description>
    </item>
    
    <item>
      <title>ESXi kickstart with Python</title>
      <link>https://theoddangryshot.com/2016/09/07/esxi-kickstart-with-python/</link>
      <pubDate>Wed, 07 Sep 2016 11:42:00 +0000</pubDate>
      
      <guid>https://theoddangryshot.com/2016/09/07/esxi-kickstart-with-python/</guid>
      <description>
        
          
            &lt;p&gt;&lt;span style=&#34;text-align: justify;&#34;&gt;I recently spent some time building kickstart files. Something I hadn’t done much since 2008. The most noticeable change in the process is I’m older and fatter. I re/learnt a few things, and did my first ever python script.&lt;/span&gt;&lt;/p&gt;
&lt;div style=&#34;text-align: justify;&#34;&gt;
&lt;/div&gt;
&lt;div style=&#34;text-align: justify;&#34;&gt;
  First up, &lt;a href=&#34;http://www.virtuallyghetto.com/2012/03/how-to-create-bootable-esxi-5-iso.html&#34; target=&#34;_blank&#34;&gt;William Lam&lt;/a&gt; has plenty of articles on the topic, and the official &lt;a href=&#34;http://pubs.vmware.com/vsphere-60/topic/com.vmware.vsphere.install.doc/GUID-870A07BC-F8B4-47AF-9476-D542BA53F1F5.html&#34; target=&#34;_blank&#34;&gt;vSphere installation doco&lt;/a&gt; is pretty good too.
&lt;/div&gt;
&lt;div style=&#34;text-align: justify;&#34;&gt;
&lt;/div&gt;
&lt;div style=&#34;text-align: justify;&#34;&gt;
  While testing, it&amp;#8217;s much easier to link to a kickstart file or scripts from a webserver than directly embedded on the boot CD. For a lightweight webserver on Windows, I&amp;#8217;ve used mongoose-free-6.4 available at&amp;nbsp;&lt;a href=&#34;https://www.cesanta.com/products/binary&#34;&gt;https://www.cesanta.com/products/binary&lt;/a&gt;.
&lt;/div&gt;
&lt;div style=&#34;text-align: justify;&#34;&gt;
&lt;/div&gt;
&lt;div style=&#34;text-align: justify;&#34;&gt;
  If you need to customise the installation process further, you can use Ash shell commands, or python 2.7 by using the switch&amp;nbsp;&amp;#8211;interpreter=busybox | python.
&lt;/div&gt;
&lt;div style=&#34;text-align: justify;&#34;&gt;
&lt;/div&gt;
&lt;p&gt;To see which python modules are available, view &lt;span style=&#34;font-family: &amp;quot;courier new&amp;quot; , &amp;quot;courier&amp;quot; , monospace;&#34;&gt;/lib/python2.7&lt;/span&gt; on &lt;span style=&#34;font-family: inherit;&#34;&gt;your ESXi host.&lt;/span&gt;&lt;/p&gt;
          
          
        
      </description>
    </item>
    
    <item>
      <title>2016 Australian / New Zealand vExperts</title>
      <link>https://theoddangryshot.com/2016/02/06/2016-australian-new-zealand-vexperts/</link>
      <pubDate>Sat, 06 Feb 2016 12:16:00 +0000</pubDate>
      
      <guid>https://theoddangryshot.com/2016/02/06/2016-australian-new-zealand-vexperts/</guid>
      <description>
        
          
            &lt;div style=&#34;clear: both; text-align: center;&#34;&gt;
  &lt;img src=&#34;http://www.railtrail.com/au/images/maps/au/au_nz_1.gif&#34; /&gt;&lt;a href=&#34;https://theoddangryshot.com/img/2016/02/vexpert_logo.png&#34; style=&#34;margin-left: 1em; margin-right: 1em;&#34;&gt;&lt;img border=&#34;0&#34; height=&#34;55&#34; src=&#34;https://theoddangryshot.com/img/2016/02/vexpert_logo-300x52.png&#34; width=&#34;320&#34; /&gt;&lt;/a&gt;
&lt;/div&gt;
&lt;div style=&#34;clear: both; text-align: center;&#34;&gt;
&lt;/div&gt;
&lt;p&gt;The list of &lt;a href=&#34;http://blogs.vmware.com/vmtn/2016/02/vexpert-2016-award-announcement.html&#34;&gt;2016 vExperts was officially announced&lt;/a&gt; by VMware. This year sees a total of 1374 people awarded the title of vExpert. Australia / New Zealand represent 4.2% of the total vExpert numbers.&lt;/p&gt;
&lt;p&gt;This year the vExpert nomination form asked for your country, so lets hope VMware publish that info. So for now, this is a list of names we recognise as from Australia or New Zealand.&lt;/p&gt;
          
          
        
      </description>
    </item>
    
    <item>
      <title>Combining PowerCLI &amp; ESXCLI to change PSP on a Large Scale</title>
      <link>https://theoddangryshot.com/2015/02/15/combining-powercli-esxcli-to-change-psp-on-a-large-scale/</link>
      <pubDate>Sun, 15 Feb 2015 19:30:00 +0000</pubDate>
      
      <guid>https://theoddangryshot.com/2015/02/15/combining-powercli-esxcli-to-change-psp-on-a-large-scale/</guid>
      <description>
        
          
            &lt;p&gt;Using PowerCLI you can use &lt;span style=&#34;font-family: &amp;quot;Courier New&amp;quot;,Courier,monospace;&#34;&gt;Set-ScsiLun -MultipathPolicy “RoundRobin”&lt;/span&gt; to set the PSP, but I found it quite slow using it on a large scale. It would update one datastore on one host every 5 seconds. If there were 10 ESXi hosts with 200 Datastores, that’s 2000 operations, at 5 seconds each, it adds up to 3 hours. The same can be done using ESXCLI extremely quickly, but it’s run on each host. If only there was a way to combine PowerCLI and ESXCLI.&lt;/p&gt;
          
          
        
      </description>
    </item>
    
    <item>
      <title>2015 Australian / New Zealand vExperts</title>
      <link>https://theoddangryshot.com/2015/02/08/2015-australian-new-zealand-vexperts/</link>
      <pubDate>Sun, 08 Feb 2015 19:00:00 +0000</pubDate>
      
      <guid>https://theoddangryshot.com/2015/02/08/2015-australian-new-zealand-vexperts/</guid>
      <description>
        
          
            &lt;div style=&#34;clear: both; text-align: center;&#34;&gt;
  &lt;a href=&#34;https://theoddangryshot.com/img/2015/02/vexpert_logo.png&#34; style=&#34;margin-left: 1em; margin-right: 1em;&#34;&gt;&lt;img border=&#34;0&#34; src=&#34;https://theoddangryshot.com/img/2015/02/vexpert_logo.png&#34; height=&#34;67&#34; width=&#34;400&#34; /&gt;&lt;/a&gt;
&lt;/div&gt;
&lt;p&gt;VMware announced the &lt;a href=&#34;http://blogs.vmware.com/vmtn/2015/02/vexpert-2014-announcement-2.html&#34;&gt;list of 2015 vExperts&lt;/a&gt; during the week. Congratulations to all that made it. The list now contains over 1,000 vExperts.&lt;/p&gt;
&lt;div&gt;
&lt;/div&gt;
&lt;div&gt;
  For something perhaps a bit more relevant in the A/NZ region, I&amp;#8217;ve broken it down for us.
&lt;/div&gt;
&lt;div&gt;
&lt;/div&gt;
&lt;div&gt;
  The numbers haven&amp;#8217;t changed that much due to the 3 selection rounds of vExperts in 2014.&lt;/p&gt; 
  &lt;p&gt;
    For the A/NZ region, the numbers increased by 3, with 4 people not renewed as vExperts (most likely because they didn&amp;#8217;t submit an entry). Melbourne still holds as a clear winner with the most active VMware community, but I&amp;#8217;m sure the other regions will gain momentum this year.
  &lt;/p&gt;
          
          
        
      </description>
    </item>
    
    <item>
      <title>Office Arguments – Maximum VMDK size is NOT 2TB-512bytes</title>
      <link>https://theoddangryshot.com/2014/12/23/office-arguments-maximum-vmdk-size-is-not-2tb-512bytes/</link>
      <pubDate>Tue, 23 Dec 2014 19:30:00 +0000</pubDate>
      
      <guid>https://theoddangryshot.com/2014/12/23/office-arguments-maximum-vmdk-size-is-not-2tb-512bytes/</guid>
      <description>
        
          
            &lt;div&gt;
  &amp;#8230;if you want to use snapshots&lt;b&gt; &lt;/b&gt;&lt;/p&gt; 
  &lt;p&gt;
    &lt;b&gt;Pop Quiz&lt;/b&gt;&lt;br /&gt;&lt;b&gt;Q:&lt;/b&gt; What&amp;#8217;s the maximum size VMDK you could create in vSphere 5.1 or earlier?
  &lt;/p&gt;
&lt;/div&gt;
&lt;div&gt;
  &lt;b&gt;A:&lt;/b&gt; Most people that have studied for VCP will know the maximum VMDK size is 2TB minus 512 bytes. If you create a disk in the GUI, it allows you to choose 2TB, but it&amp;#8217;s smart enough to minus 512 bytes.
&lt;/div&gt;
&lt;div&gt;
  So technically that&amp;#8217;s the maximum VMDK size, but you should NOT create it that big.&lt;/p&gt;
          
          
        
      </description>
    </item>
    
    <item>
      <title>Maximum Disks Per SCSI Controller is NOT 15</title>
      <link>https://theoddangryshot.com/2014/12/22/maximum-disks-per-scsi-controller-is-not-15/</link>
      <pubDate>Mon, 22 Dec 2014 03:22:00 +0000</pubDate>
      
      <guid>https://theoddangryshot.com/2014/12/22/maximum-disks-per-scsi-controller-is-not-15/</guid>
      <description>
        
          
            &lt;h4 id=&#34;pop-quiz&#34;&gt; Pop Quiz&lt;/h4&gt;
&lt;p&gt;&lt;strong&gt;Q:&lt;/strong&gt; What’s the maximum number of disks per SCSI Controller?&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;A:&lt;/strong&gt; It depends.. On your VCP exam, you would have said 15. Correct.&lt;/p&gt;
&lt;p&gt;Although if you want to clone or snapshot and &lt;u&gt;quiesce&lt;/u&gt; a VM, the maximum is &lt;strong&gt;7 disks per SCSI controller&lt;/strong&gt;.&lt;/p&gt;
&lt;p&gt;&lt;span itemprop=&#34;articleBody&#34;&gt;Each SCSI Controller can control 15 disks and the quiesced snapshots in Windows 2008 require one available slot per existing disk.&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;If you have more than 7 disks, the clone / quiesce part will fail, and you’ll have the following errors in vCenter and the VM’s vmware.log:&lt;/p&gt;
          
          
        
      </description>
    </item>
    
    <item>
      <title>SRM – IP Customisation error</title>
      <link>https://theoddangryshot.com/2014/12/19/srm-ip-customisation-error/</link>
      <pubDate>Fri, 19 Dec 2014 22:30:00 +0000</pubDate>
      
      <guid>https://theoddangryshot.com/2014/12/19/srm-ip-customisation-error/</guid>
      <description>
        
          
            &lt;p&gt;During an SRM (5.0) failover, a VM failed during the IP customisation failed at step 11. It was strange as we hadn’t seen this error in quite a while.&lt;/p&gt;
&lt;p&gt;&lt;span style=&#34;font-family: &amp;quot;Courier New&amp;quot;,Courier,monospace;&#34;&gt;11. Power On Priority 3 VMs     Error – Cannot complete customization, possibly due to a scripting runtime error or invalid script parameters (Error code: -1). IP settings may have been partially applied.&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;Looking through the SRM logs, they pointed to an error in C:WindowsTEMPvmware-imcguestcust.log at the VM guest.&lt;/p&gt;
          
          
        
      </description>
    </item>
    
    <item>
      <title>Web Client Sucks – Use VM Remote Console (VMRC)</title>
      <link>https://theoddangryshot.com/2014/11/12/web-client-sucks-use-vm-remote-console-vmrc/</link>
      <pubDate>Wed, 12 Nov 2014 19:10:00 +0000</pubDate>
      
      <guid>https://theoddangryshot.com/2014/11/12/web-client-sucks-use-vm-remote-console-vmrc/</guid>
      <description>
        
          
            &lt;p&gt;Lets face it, there’s lots of things the web client sucks at. Using a console window in the browser is one of them.&lt;/p&gt;
&lt;div style=&#34;clear: both; text-align: center;&#34;&gt;
  &lt;a href=&#34;https://theoddangryshot.com/img/2014/11/Web Client sucks 0.png&#34; style=&#34;clear: right; float: right; margin-bottom: 1em; margin-left: 1em;&#34;&gt;&lt;img border=&#34;0&#34; src=&#34;https://theoddangryshot.com/img/2014/11/Web Client sucks 0.png&#34; height=&#34;53&#34; width=&#34;320&#34; /&gt;&lt;/a&gt;
&lt;/div&gt;
&lt;p&gt;This bar at the top of the console window just takes up space. How about a useful hint, tell me how to get rid of this to make more use of the screen.&lt;/p&gt;
          
          
        
      </description>
    </item>
    
    <item>
      <title>Learning Powershell – Beginner Steps</title>
      <link>https://theoddangryshot.com/2014/11/02/learning-powershell-beginner-steps/</link>
      <pubDate>Sun, 02 Nov 2014 18:55:00 +0000</pubDate>
      
      <guid>https://theoddangryshot.com/2014/11/02/learning-powershell-beginner-steps/</guid>
      <description>
        
          
            &lt;p&gt;I had a lot of trouble getting into PowerCLI. I knew some of the basic commands, but I never used it to do anything productive. The biggest site I managed had 150 VM’s, and I could do most tasks quickly through the vSphere client.&lt;/p&gt;
&lt;p&gt;Since then I’ve changed jobs, and now there’s thousands of VM’s to manage!&lt;/p&gt;
&lt;p&gt;Coming into such a large environment, I’ve had to learn Powershell and PowerCLI out of necessity.&lt;/p&gt;
          
          
        
      </description>
    </item>
    
    <item>
      <title>Two weeks after XtremIO Gotcha</title>
      <link>https://theoddangryshot.com/2014/09/28/two-weeks-after-xtremio-gotcha/</link>
      <pubDate>Sun, 28 Sep 2014 00:14:00 +0000</pubDate>
      
      <guid>https://theoddangryshot.com/2014/09/28/two-weeks-after-xtremio-gotcha/</guid>
      <description>
        
          
            &lt;p&gt;It’s been 2 weeks since I blogged about the &lt;a href=&#34;http://www.theoddangryshot.com/2014/09/xtremio-gotcha.html&#34; target=&#34;_blank&#34;&gt;XtremIO Gotcha&lt;/a&gt;, and the story has since been covered by many people and news services (See previous post for links).&lt;/p&gt;
&lt;p&gt;Chad Sakac quickly responded on his &lt;a href=&#34;http://virtualgeek.typepad.com/virtual_geek/2014/09/on-disruptive-upgrades.html&#34; target=&#34;_blank&#34;&gt;blog&lt;/a&gt;, and if you read through the comments, he says they’ll take care of customers:&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;“I’ll say one thing more: we planned a ton of free services (and swing hardware!) to help customers and partners that need it – at NO COST TO THEM. The customer gets a better, faster solution – for free. This is “customer first”, from top to bottom.” – Chad Sakac&lt;/p&gt;
          
          
        
      </description>
    </item>
    
    <item>
      <title>XtremIO Gotcha</title>
      <link>https://theoddangryshot.com/2014/09/14/xtremio-gotcha/</link>
      <pubDate>Sun, 14 Sep 2014 00:00:00 +0000</pubDate>
      
      <guid>https://theoddangryshot.com/2014/09/14/xtremio-gotcha/</guid>
      <description>
        
          
            &lt;div&gt;
  &lt;blockquote&gt;
    &lt;p&gt;
      &lt;i&gt;17th Sept update: &amp;nbsp;I&amp;#8217;ve been contacted directly by EMC, and they say they&amp;#8217;ll work through this with us. Sounds promising. There&amp;#8217;s been a lot of coverage on the topic. I&amp;#8217;ve provided additional links at the end of the post.The funniest comment I&amp;#8217;ve read so far is &amp;#8220;More like Xtrem uh-oh&amp;#8221;.&lt;/i&gt;
    &lt;/p&gt;
  &lt;/blockquote&gt;
  &lt;blockquote&gt;
    &lt;p&gt;
      &lt;i&gt;16th Sept update: here&amp;#8217;s an official response from Chad Sakac&amp;nbsp;&lt;a href=&#34;http://virtualgeek.typepad.com/virtual_geek/2014/09/on-disruptive-upgrades.html&#34; style=&#34;font-family: &#39;Helvetica Neue Light&#39;, HelveticaNeue-Light, helvetica, arial, sans-serif;&#34;&gt;http://virtualgeek.typepad.com/virtual_geek/2014/09/on-disruptive-upgrades.html&lt;/a&gt;&lt;/i&gt;
    &lt;/p&gt;
  &lt;/blockquote&gt;
&lt;/div&gt;
&lt;div&gt;
&lt;/div&gt;
&lt;p&gt;While at VMworld last month, I was networking with attendees when I mentioned my current employer purchased an XtremIO half X-Brick for a VDI project.&lt;/p&gt;
          
          
        
      </description>
    </item>
    
    <item>
      <title>Before you go to VMworld</title>
      <link>https://theoddangryshot.com/2014/08/09/before-you-go-to-vmworld/</link>
      <pubDate>Sat, 09 Aug 2014 23:00:00 +0000</pubDate>
      
      <guid>https://theoddangryshot.com/2014/08/09/before-you-go-to-vmworld/</guid>
      <description>
        
          
            &lt;p&gt;You’ve got flights &amp;amp; accommodation, VMworld ticket, and sessions picked. There’s a few more of the boring, but important tasks that you should take care of &lt;em&gt;before&lt;/em&gt; you leave for VMworld. Spoken like a true dad.&lt;/p&gt;
&lt;div&gt;
&lt;/div&gt;
&lt;div&gt;
  &lt;b&gt;Travel Insurance&lt;/b&gt; &amp;#8211; hopefully you won&amp;#8217;t need it, but it&amp;#8217;s something you should get in case you lose items or need medical assistance. Make sure you understand what&amp;#8217;s covered.&amp;nbsp;
&lt;/div&gt;
&lt;div&gt;
&lt;/div&gt;
&lt;div&gt;
  &lt;b&gt;Register with &lt;a href=&#34;https://www.orao.dfat.gov.au/orao/weborao.nsf/Homeform?Openform&#34;&gt;smarttraveller.gov.au&lt;/a&gt;&lt;/b&gt; &amp;#8211; for those in Australia. It provides travel advisories and assists to find you in an emergency &amp;#8211; whether it is a natural disaster, civil disturbance or family emergency . Check for similar schemes in your country.
&lt;/div&gt;
&lt;div&gt;
&lt;/div&gt;
&lt;div&gt;
  &lt;b&gt;Apply for ESTA&lt;/b&gt; &amp;#8211; if you&amp;#8217;re not from USA, you may be required to obtain ESTA if using a Visa Waiver Program. Make sure you use &lt;a href=&#34;https://esta.cbp.dhs.gov/esta/&#34; target=&#34;_blank&#34;&gt;the official&lt;/a&gt; site. It&amp;#8217;s valid for 2 years. Have a copy on you while travelling to USA.
&lt;/div&gt;
&lt;p&gt;&lt;strong&gt;Notify your bank&lt;/strong&gt; – banks are pretty good with detecting fraud, but they might be over zealous and block your credit/debit card if they suddenly detect transactions in San Francisco.&lt;/p&gt;
          
          
        
      </description>
    </item>
    
    <item>
      <title>More Aussie vExperts / VCDX’s</title>
      <link>https://theoddangryshot.com/2014/07/12/more-aussie-vexperts-vcdxs/</link>
      <pubDate>Sat, 12 Jul 2014 11:00:00 +0000</pubDate>
      
      <guid>https://theoddangryshot.com/2014/07/12/more-aussie-vexperts-vcdxs/</guid>
      <description>
        
          
            &lt;p&gt;Back in April, &lt;a href=&#34;http://www.theoddangryshot.com/2014/04/congrats-aussie-vexperts.html&#34; target=&#34;_blank&#34;&gt;I did a post&lt;/a&gt; when VMware announced 754 vExperts for 2014. This week, 123 were named vExperts from the &lt;a href=&#34;https://blogs.vmware.com/vmtn/2014/07/vexpert-2014-q2-announcement.html&#34; target=&#34;_blank&#34;&gt;Q2 nominations&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;That adds another 2 Aussie vExperts to the list; Tim Williams (@ymmit85) and Matthew Healy (@matt232h). By my count, we now have 24 vExperts in Australia.&lt;br&gt;
Melbourne: 17&lt;br&gt;
Brisbane: 4&lt;br&gt;
Perth: 2&lt;br&gt;
Sydney:1 (Nick Marshall moved to USA VMware HQ)&lt;/p&gt;
&lt;table border=&#34;1&#34; cellpadding=&#34;0&#34; cellspacing=&#34;0&#34; dir=&#34;ltr&#34; style=&#34;border-collapse: collapse; border: 1px solid #ccc; font-family: arial,sans,sans-serif; font-size: 13px; table-layout: fixed;&#34;&gt;
  &lt;colgroup&gt; &lt;col width=&#34;88&#34;&gt;&lt;/col&gt; &lt;col width=&#34;76&#34;&gt;&lt;/col&gt; &lt;col width=&#34;114&#34;&gt;&lt;/col&gt; &lt;col width=&#34;89&#34;&gt;&lt;/col&gt; &lt;/colgroup&gt; &lt;tr style=&#34;height: 17px;&#34;&gt;
    &lt;td colspan=&#34;4&#34; rowspan=&#34;1&#34; style=&#34;background-color: black; color: white; direction: ltr; padding: 0px 3px 0px 3px; text-align: center; vertical-align: bottom;&#34;&gt;
      2014 APAC vExperts
    &lt;/td&gt;
  &lt;/tr&gt;
  &lt;tr style=&#34;height: 17px;&#34;&gt;
    &lt;td style=&#34;background-color: black; border-bottom-color: rgb(0, 0, 0); border-bottom-style: solid; border-bottom-width: 1px; border-left-color: rgb(0, 0, 0); border-left-style: solid; border-left-width: 1px; color: white; direction: ltr; padding: 0px 3px; vertical-align: bottom;&#34;&gt;
      Name
    &lt;/td&gt;
&lt;pre&gt;&lt;code&gt;&amp;lt;td style=&amp;quot;background-color: black; border-bottom-color: rgb(0, 0, 0); border-bottom-style: solid; border-bottom-width: 1px; color: white; direction: ltr; padding: 0px 3px; vertical-align: bottom;&amp;quot;&amp;gt;
  Last
&amp;lt;/td&amp;gt;

&amp;lt;td style=&amp;quot;background-color: black; border-bottom-color: rgb(0, 0, 0); border-bottom-style: solid; border-bottom-width: 1px; color: white; direction: ltr; padding: 0px 3px; vertical-align: bottom;&amp;quot;&amp;gt;
  Twitter
&amp;lt;/td&amp;gt;

&amp;lt;td style=&amp;quot;background-color: black; border-bottom-color: rgb(0, 0, 0); border-bottom-style: solid; border-bottom-width: 1px; border-right-color: rgb(0, 0, 0); border-right-style: solid; border-right-width: 1px; color: white; direction: ltr; padding: 0px 3px; vertical-align: bottom;&amp;quot;&amp;gt;
  Region
&amp;lt;/td&amp;gt;
&lt;/code&gt;&lt;/pre&gt;
  &lt;/tr&gt;
  &lt;tr style=&#34;height: 17px;&#34;&gt;
    &lt;td style=&#34;border-bottom-color: rgb(0, 0, 0); border-bottom-style: solid; border-bottom-width: 1px; border-left-color: rgb(0, 0, 0); border-left-style: solid; border-left-width: 1px; border-right-color: rgb(0, 0, 0); border-right-style: solid; border-right-width: 1px; direction: ltr; padding: 0px 3px; vertical-align: bottom;&#34;&gt;
      Alastair
    &lt;/td&gt;
&lt;pre&gt;&lt;code&gt;&amp;lt;td style=&amp;quot;border-bottom-color: rgb(0, 0, 0); border-bottom-style: solid; border-bottom-width: 1px; border-right-color: rgb(0, 0, 0); border-right-style: solid; border-right-width: 1px; direction: ltr; padding: 0px 3px; vertical-align: bottom;&amp;quot;&amp;gt;
  Cooke
&amp;lt;/td&amp;gt;

&amp;lt;td style=&amp;quot;border-bottom-color: rgb(0, 0, 0); border-bottom-style: solid; border-bottom-width: 1px; border-right-color: rgb(0, 0, 0); border-right-style: solid; border-right-width: 1px; direction: ltr; padding: 0px 3px; vertical-align: bottom;&amp;quot;&amp;gt;
  @DemitasseNZ
&amp;lt;/td&amp;gt;

&amp;lt;td style=&amp;quot;border-bottom-color: rgb(0, 0, 0); border-bottom-style: solid; border-bottom-width: 1px; border-right-color: rgb(0, 0, 0); border-right-style: solid; border-right-width: 1px; direction: ltr; padding: 0px 3px; vertical-align: bottom;&amp;quot;&amp;gt;
  New Zealand
&amp;lt;/td&amp;gt;
&lt;/code&gt;&lt;/pre&gt;
  &lt;/tr&gt;
  &lt;tr style=&#34;height: 17px;&#34;&gt;
    &lt;td style=&#34;border-bottom-color: rgb(0, 0, 0); border-bottom-style: solid; border-bottom-width: 1px; border-left-color: rgb(0, 0, 0); border-left-style: solid; border-left-width: 1px; border-right-color: rgb(0, 0, 0); border-right-style: solid; border-right-width: 1px; direction: ltr; padding: 0px 3px; vertical-align: bottom;&#34;&gt;
      Andre
    &lt;/td&gt;
&lt;pre&gt;&lt;code&gt;&amp;lt;td style=&amp;quot;border-bottom-color: rgb(0, 0, 0); border-bottom-style: solid; border-bottom-width: 1px; border-right-color: rgb(0, 0, 0); border-right-style: solid; border-right-width: 1px; direction: ltr; padding: 0px 3px; vertical-align: bottom;&amp;quot;&amp;gt;
  Carpenter
&amp;lt;/td&amp;gt;

&amp;lt;td style=&amp;quot;border-bottom-color: rgb(0, 0, 0); border-bottom-style: solid; border-bottom-width: 1px; border-right-color: rgb(0, 0, 0); border-right-style: solid; border-right-width: 1px; direction: ltr; padding: 0px 3px; vertical-align: bottom;&amp;quot;&amp;gt;
  @andrecarpenter
&amp;lt;/td&amp;gt;

&amp;lt;td style=&amp;quot;border-bottom-color: rgb(0, 0, 0); border-bottom-style: solid; border-bottom-width: 1px; border-right-color: rgb(0, 0, 0); border-right-style: solid; border-right-width: 1px; direction: ltr; padding: 0px 3px; vertical-align: bottom;&amp;quot;&amp;gt;
  Melbourne
&amp;lt;/td&amp;gt;
&lt;/code&gt;&lt;/pre&gt;
  &lt;/tr&gt;
  &lt;tr style=&#34;height: 17px;&#34;&gt;
    &lt;td style=&#34;border-bottom-color: rgb(0, 0, 0); border-bottom-style: solid; border-bottom-width: 1px; border-left-color: rgb(0, 0, 0); border-left-style: solid; border-left-width: 1px; border-right-color: rgb(0, 0, 0); border-right-style: solid; border-right-width: 1px; direction: ltr; padding: 0px 3px; vertical-align: bottom;&#34;&gt;
      Andrew
    &lt;/td&gt;
&lt;pre&gt;&lt;code&gt;&amp;lt;td style=&amp;quot;border-bottom-color: rgb(0, 0, 0); border-bottom-style: solid; border-bottom-width: 1px; border-right-color: rgb(0, 0, 0); border-right-style: solid; border-right-width: 1px; direction: ltr; padding: 0px 3px; vertical-align: bottom;&amp;quot;&amp;gt;
  Brydon
&amp;lt;/td&amp;gt;

&amp;lt;td style=&amp;quot;border-bottom-color: rgb(0, 0, 0); border-bottom-style: solid; border-bottom-width: 1px; border-right-color: rgb(0, 0, 0); border-right-style: solid; border-right-width: 1px; direction: ltr; padding: 0px 3px; vertical-align: bottom;&amp;quot;&amp;gt;
  @sidbrydon
&amp;lt;/td&amp;gt;

&amp;lt;td style=&amp;quot;border-bottom-color: rgb(0, 0, 0); border-bottom-style: solid; border-bottom-width: 1px; border-right-color: rgb(0, 0, 0); border-right-style: solid; border-right-width: 1px; direction: ltr; padding: 0px 3px; vertical-align: bottom;&amp;quot;&amp;gt;
  Melbourne
&amp;lt;/td&amp;gt;
&lt;/code&gt;&lt;/pre&gt;
  &lt;/tr&gt;
  &lt;tr style=&#34;height: 17px;&#34;&gt;
    &lt;td style=&#34;border-bottom-color: rgb(0, 0, 0); border-bottom-style: solid; border-bottom-width: 1px; border-left-color: rgb(0, 0, 0); border-left-style: solid; border-left-width: 1px; border-right-color: rgb(0, 0, 0); border-right-style: solid; border-right-width: 1px; direction: ltr; padding: 0px 3px; vertical-align: bottom;&#34;&gt;
      Andrew
    &lt;/td&gt;
&lt;pre&gt;&lt;code&gt;&amp;lt;td style=&amp;quot;border-bottom-color: rgb(0, 0, 0); border-bottom-style: solid; border-bottom-width: 1px; border-right-color: rgb(0, 0, 0); border-right-style: solid; border-right-width: 1px; direction: ltr; padding: 0px 3px; vertical-align: bottom;&amp;quot;&amp;gt;
  Dauncey
&amp;lt;/td&amp;gt;

&amp;lt;td style=&amp;quot;border-bottom-color: rgb(0, 0, 0); border-bottom-style: solid; border-bottom-width: 1px; border-right-color: rgb(0, 0, 0); border-right-style: solid; border-right-width: 1px; direction: ltr; padding: 0px 3px; vertical-align: bottom;&amp;quot;&amp;gt;
  @daunce_
&amp;lt;/td&amp;gt;

&amp;lt;td style=&amp;quot;border-bottom-color: rgb(0, 0, 0); border-bottom-style: solid; border-bottom-width: 1px; border-right-color: rgb(0, 0, 0); border-right-style: solid; border-right-width: 1px; direction: ltr; padding: 0px 3px; vertical-align: bottom;&amp;quot;&amp;gt;
  Melbourne
&amp;lt;/td&amp;gt;
&lt;/code&gt;&lt;/pre&gt;
  &lt;/tr&gt;
  &lt;tr style=&#34;height: 17px;&#34;&gt;
    &lt;td style=&#34;border-bottom-color: rgb(0, 0, 0); border-bottom-style: solid; border-bottom-width: 1px; border-left-color: rgb(0, 0, 0); border-left-style: solid; border-left-width: 1px; border-right-color: rgb(0, 0, 0); border-right-style: solid; border-right-width: 1px; direction: ltr; padding: 0px 3px; vertical-align: bottom;&#34;&gt;
      Andrew
    &lt;/td&gt;
&lt;pre&gt;&lt;code&gt;&amp;lt;td style=&amp;quot;border-bottom-color: rgb(0, 0, 0); border-bottom-style: solid; border-bottom-width: 1px; border-right-color: rgb(0, 0, 0); border-right-style: solid; border-right-width: 1px; direction: ltr; padding: 0px 3px; vertical-align: bottom;&amp;quot;&amp;gt;
  Brydon
&amp;lt;/td&amp;gt;

&amp;lt;td style=&amp;quot;border-bottom-color: rgb(0, 0, 0); border-bottom-style: solid; border-bottom-width: 1px; border-right-color: rgb(0, 0, 0); border-right-style: solid; border-right-width: 1px; direction: ltr; padding: 0px 3px; vertical-align: bottom;&amp;quot;&amp;gt;
  @sidbrydon
&amp;lt;/td&amp;gt;

&amp;lt;td style=&amp;quot;border-bottom-color: rgb(0, 0, 0); border-bottom-style: solid; border-bottom-width: 1px; border-right-color: rgb(0, 0, 0); border-right-style: solid; border-right-width: 1px; direction: ltr; padding: 0px 3px; vertical-align: bottom;&amp;quot;&amp;gt;
  Melbourne
&amp;lt;/td&amp;gt;
&lt;/code&gt;&lt;/pre&gt;
  &lt;/tr&gt;
  &lt;tr style=&#34;height: 17px;&#34;&gt;
    &lt;td style=&#34;border-bottom-color: rgb(0, 0, 0); border-bottom-style: solid; border-bottom-width: 1px; border-left-color: rgb(0, 0, 0); border-left-style: solid; border-left-width: 1px; border-right-color: rgb(0, 0, 0); border-right-style: solid; border-right-width: 1px; direction: ltr; padding: 0px 3px; vertical-align: bottom;&#34;&gt;
      Anthony
    &lt;/td&gt;
&lt;pre&gt;&lt;code&gt;&amp;lt;td style=&amp;quot;border-bottom-color: rgb(0, 0, 0); border-bottom-style: solid; border-bottom-width: 1px; border-right-color: rgb(0, 0, 0); border-right-style: solid; border-right-width: 1px; direction: ltr; padding: 0px 3px; vertical-align: bottom;&amp;quot;&amp;gt;
  Burke
&amp;lt;/td&amp;gt;

&amp;lt;td style=&amp;quot;border-bottom-color: rgb(0, 0, 0); border-bottom-style: solid; border-bottom-width: 1px; border-right-color: rgb(0, 0, 0); border-right-style: solid; border-right-width: 1px; direction: ltr; padding: 0px 3px; vertical-align: bottom;&amp;quot;&amp;gt;
  @pandom_
&amp;lt;/td&amp;gt;

&amp;lt;td style=&amp;quot;border-bottom-color: rgb(0, 0, 0); border-bottom-style: solid; border-bottom-width: 1px; border-right-color: rgb(0, 0, 0); border-right-style: solid; border-right-width: 1px; direction: ltr; padding: 0px 3px; vertical-align: bottom;&amp;quot;&amp;gt;
  Melbourne
&amp;lt;/td&amp;gt;
&lt;/code&gt;&lt;/pre&gt;
  &lt;/tr&gt;
  &lt;tr style=&#34;height: 17px;&#34;&gt;
    &lt;td style=&#34;border-bottom-color: rgb(0, 0, 0); border-bottom-style: solid; border-bottom-width: 1px; border-left-color: rgb(0, 0, 0); border-left-style: solid; border-left-width: 1px; border-right-color: rgb(0, 0, 0); border-right-style: solid; border-right-width: 1px; direction: ltr; padding: 0px 3px; vertical-align: bottom;&#34;&gt;
      Anthony
    &lt;/td&gt;
&lt;pre&gt;&lt;code&gt;&amp;lt;td style=&amp;quot;border-bottom-color: rgb(0, 0, 0); border-bottom-style: solid; border-bottom-width: 1px; border-right-color: rgb(0, 0, 0); border-right-style: solid; border-right-width: 1px; direction: ltr; padding: 0px 3px; vertical-align: bottom;&amp;quot;&amp;gt;
  Spiteri
&amp;lt;/td&amp;gt;

&amp;lt;td style=&amp;quot;border-bottom-color: rgb(0, 0, 0); border-bottom-style: solid; border-bottom-width: 1px; border-right-color: rgb(0, 0, 0); border-right-style: solid; border-right-width: 1px; direction: ltr; padding: 0px 3px; vertical-align: bottom;&amp;quot;&amp;gt;
  @anthonyspiteri
&amp;lt;/td&amp;gt;

&amp;lt;td style=&amp;quot;border-bottom-color: rgb(0, 0, 0); border-bottom-style: solid; border-bottom-width: 1px; border-right-color: rgb(0, 0, 0); border-right-style: solid; border-right-width: 1px; direction: ltr; padding: 0px 3px; vertical-align: bottom;&amp;quot;&amp;gt;
  Perth
&amp;lt;/td&amp;gt;
&lt;/code&gt;&lt;/pre&gt;
  &lt;/tr&gt;
  &lt;tr style=&#34;height: 17px;&#34;&gt;
    &lt;td style=&#34;border-bottom-color: rgb(0, 0, 0); border-bottom-style: solid; border-bottom-width: 1px; border-left-color: rgb(0, 0, 0); border-left-style: solid; border-left-width: 1px; border-right-color: rgb(0, 0, 0); border-right-style: solid; border-right-width: 1px; direction: ltr; padding: 0px 3px; vertical-align: bottom;&#34;&gt;
      Arron
    &lt;/td&gt;
&lt;pre&gt;&lt;code&gt;&amp;lt;td style=&amp;quot;border-bottom-color: rgb(0, 0, 0); border-bottom-style: solid; border-bottom-width: 1px; border-right-color: rgb(0, 0, 0); border-right-style: solid; border-right-width: 1px; direction: ltr; padding: 0px 3px; vertical-align: bottom;&amp;quot;&amp;gt;
  Stebbing
&amp;lt;/td&amp;gt;

&amp;lt;td style=&amp;quot;border-bottom-color: rgb(0, 0, 0); border-bottom-style: solid; border-bottom-width: 1px; border-right-color: rgb(0, 0, 0); border-right-style: solid; border-right-width: 1px; direction: ltr; padding: 0px 3px; vertical-align: bottom;&amp;quot;&amp;gt;
  @ArronStebbing
&amp;lt;/td&amp;gt;

&amp;lt;td style=&amp;quot;border-bottom-color: rgb(0, 0, 0); border-bottom-style: solid; border-bottom-width: 1px; border-right-color: rgb(0, 0, 0); border-right-style: solid; border-right-width: 1px; direction: ltr; padding: 0px 3px; vertical-align: bottom;&amp;quot;&amp;gt;
  Melbourne
&amp;lt;/td&amp;gt;
&lt;/code&gt;&lt;/pre&gt;
  &lt;/tr&gt;
  &lt;tr style=&#34;height: 17px;&#34;&gt;
    &lt;td style=&#34;border-bottom-color: rgb(0, 0, 0); border-bottom-style: solid; border-bottom-width: 1px; border-left-color: rgb(0, 0, 0); border-left-style: solid; border-left-width: 1px; border-right-color: rgb(0, 0, 0); border-right-style: solid; border-right-width: 1px; direction: ltr; padding: 0px 3px; vertical-align: bottom;&#34;&gt;
      Benjamin
    &lt;/td&gt;
&lt;pre&gt;&lt;code&gt;&amp;lt;td style=&amp;quot;border-bottom-color: rgb(0, 0, 0); border-bottom-style: solid; border-bottom-width: 1px; border-right-color: rgb(0, 0, 0); border-right-style: solid; border-right-width: 1px; direction: ltr; padding: 0px 3px; vertical-align: bottom;&amp;quot;&amp;gt;
  Troch
&amp;lt;/td&amp;gt;

&amp;lt;td style=&amp;quot;border-bottom-color: rgb(0, 0, 0); border-bottom-style: solid; border-bottom-width: 1px; border-right-color: rgb(0, 0, 0); border-right-style: solid; border-right-width: 1px; direction: ltr; padding: 0px 3px; vertical-align: bottom;&amp;quot;&amp;gt;
  @virtualb_me
&amp;lt;/td&amp;gt;

&amp;lt;td style=&amp;quot;border-bottom-color: rgb(0, 0, 0); border-bottom-style: solid; border-bottom-width: 1px; border-right-color: rgb(0, 0, 0); border-right-style: solid; border-right-width: 1px; direction: ltr; padding: 0px 3px; vertical-align: bottom;&amp;quot;&amp;gt;
  Singapore
&amp;lt;/td&amp;gt;
&lt;/code&gt;&lt;/pre&gt;
  &lt;/tr&gt;
  &lt;tr style=&#34;height: 17px;&#34;&gt;
    &lt;td style=&#34;border-bottom-color: rgb(0, 0, 0); border-bottom-style: solid; border-bottom-width: 1px; border-left-color: rgb(0, 0, 0); border-left-style: solid; border-left-width: 1px; border-right-color: rgb(0, 0, 0); border-right-style: solid; border-right-width: 1px; direction: ltr; padding: 0px 3px; vertical-align: bottom;&#34;&gt;
      Chris
    &lt;/td&gt;
&lt;pre&gt;&lt;code&gt;&amp;lt;td style=&amp;quot;border-bottom-color: rgb(0, 0, 0); border-bottom-style: solid; border-bottom-width: 1px; border-right-color: rgb(0, 0, 0); border-right-style: solid; border-right-width: 1px; direction: ltr; padding: 0px 3px; vertical-align: bottom;&amp;quot;&amp;gt;
  Jones
&amp;lt;/td&amp;gt;

&amp;lt;td style=&amp;quot;border-bottom-color: rgb(0, 0, 0); border-bottom-style: solid; border-bottom-width: 1px; border-right-color: rgb(0, 0, 0); border-right-style: solid; border-right-width: 1px; direction: ltr; padding: 0px 3px; vertical-align: bottom;&amp;quot;&amp;gt;
  @cpjones44
&amp;lt;/td&amp;gt;

&amp;lt;td style=&amp;quot;border-bottom-color: rgb(0, 0, 0); border-bottom-style: solid; border-bottom-width: 1px; border-right-color: rgb(0, 0, 0); border-right-style: solid; border-right-width: 1px; direction: ltr; padding: 0px 3px; vertical-align: bottom;&amp;quot;&amp;gt;
  Melbourne
&amp;lt;/td&amp;gt;
&lt;/code&gt;&lt;/pre&gt;
  &lt;/tr&gt;
  &lt;tr style=&#34;height: 17px;&#34;&gt;
    &lt;td style=&#34;border-bottom-color: rgb(0, 0, 0); border-bottom-style: solid; border-bottom-width: 1px; border-left-color: rgb(0, 0, 0); border-left-style: solid; border-left-width: 1px; border-right-color: rgb(0, 0, 0); border-right-style: solid; border-right-width: 1px; direction: ltr; padding: 0px 3px; vertical-align: bottom;&#34;&gt;
      Craig
    &lt;/td&gt;
&lt;pre&gt;&lt;code&gt;&amp;lt;td style=&amp;quot;border-bottom-color: rgb(0, 0, 0); border-bottom-style: solid; border-bottom-width: 1px; border-right-color: rgb(0, 0, 0); border-right-style: solid; border-right-width: 1px; direction: ltr; padding: 0px 3px; vertical-align: bottom;&amp;quot;&amp;gt;
  Waters
&amp;lt;/td&amp;gt;

&amp;lt;td style=&amp;quot;border-bottom-color: rgb(0, 0, 0); border-bottom-style: solid; border-bottom-width: 1px; border-right-color: rgb(0, 0, 0); border-right-style: solid; border-right-width: 1px; direction: ltr; padding: 0px 3px; vertical-align: bottom;&amp;quot;&amp;gt;
  @cswaters1
&amp;lt;/td&amp;gt;

&amp;lt;td style=&amp;quot;border-bottom-color: rgb(0, 0, 0); border-bottom-style: solid; border-bottom-width: 1px; border-right-color: rgb(0, 0, 0); border-right-style: solid; border-right-width: 1px; direction: ltr; padding: 0px 3px; vertical-align: bottom;&amp;quot;&amp;gt;
  Melbourne
&amp;lt;/td&amp;gt;
&lt;/code&gt;&lt;/pre&gt;
  &lt;/tr&gt;
  &lt;tr style=&#34;height: 17px;&#34;&gt;
    &lt;td style=&#34;border-bottom-color: rgb(0, 0, 0); border-bottom-style: solid; border-bottom-width: 1px; border-left-color: rgb(0, 0, 0); border-left-style: solid; border-left-width: 1px; border-right-color: rgb(0, 0, 0); border-right-style: solid; border-right-width: 1px; direction: ltr; padding: 0px 3px; vertical-align: bottom;&#34;&gt;
      Dan
    &lt;/td&gt;
&lt;pre&gt;&lt;code&gt;&amp;lt;td style=&amp;quot;border-bottom-color: rgb(0, 0, 0); border-bottom-style: solid; border-bottom-width: 1px; border-right-color: rgb(0, 0, 0); border-right-style: solid; border-right-width: 1px; direction: ltr; padding: 0px 3px; vertical-align: bottom;&amp;quot;&amp;gt;
  Frith
&amp;lt;/td&amp;gt;

&amp;lt;td style=&amp;quot;border-bottom-color: rgb(0, 0, 0); border-bottom-style: solid; border-bottom-width: 1px; border-right-color: rgb(0, 0, 0); border-right-style: solid; border-right-width: 1px; direction: ltr; padding: 0px 3px; vertical-align: bottom;&amp;quot;&amp;gt;
  @penguinpunk
&amp;lt;/td&amp;gt;

&amp;lt;td style=&amp;quot;border-bottom-color: rgb(0, 0, 0); border-bottom-style: solid; border-bottom-width: 1px; border-right-color: rgb(0, 0, 0); border-right-style: solid; border-right-width: 1px; direction: ltr; padding: 0px 3px; vertical-align: bottom;&amp;quot;&amp;gt;
  Brisbane
&amp;lt;/td&amp;gt;
&lt;/code&gt;&lt;/pre&gt;
  &lt;/tr&gt;
  &lt;tr style=&#34;height: 17px;&#34;&gt;
    &lt;td style=&#34;border-bottom-color: rgb(0, 0, 0); border-bottom-style: solid; border-bottom-width: 1px; border-left-color: rgb(0, 0, 0); border-left-style: solid; border-left-width: 1px; border-right-color: rgb(0, 0, 0); border-right-style: solid; border-right-width: 1px; direction: ltr; padding: 0px 3px; vertical-align: bottom;&#34;&gt;
      David
    &lt;/td&gt;
&lt;pre&gt;&lt;code&gt;&amp;lt;td style=&amp;quot;border-bottom-color: rgb(0, 0, 0); border-bottom-style: solid; border-bottom-width: 1px; border-right-color: rgb(0, 0, 0); border-right-style: solid; border-right-width: 1px; direction: ltr; padding: 0px 3px; vertical-align: bottom;&amp;quot;&amp;gt;
  Manconi
&amp;lt;/td&amp;gt;

&amp;lt;td style=&amp;quot;border-bottom-color: rgb(0, 0, 0); border-bottom-style: solid; border-bottom-width: 1px; border-right-color: rgb(0, 0, 0); border-right-style: solid; border-right-width: 1px; direction: ltr; padding: 0px 3px; vertical-align: bottom;&amp;quot;&amp;gt;
  @dmanconi
&amp;lt;/td&amp;gt;

&amp;lt;td style=&amp;quot;border-bottom-color: rgb(0, 0, 0); border-bottom-style: solid; border-bottom-width: 1px; border-right-color: rgb(0, 0, 0); border-right-style: solid; border-right-width: 1px; direction: ltr; padding: 0px 3px; vertical-align: bottom;&amp;quot;&amp;gt;
  New Zealand
&amp;lt;/td&amp;gt;
&lt;/code&gt;&lt;/pre&gt;
  &lt;/tr&gt;
  &lt;tr style=&#34;height: 17px;&#34;&gt;
    &lt;td style=&#34;border-bottom-color: rgb(0, 0, 0); border-bottom-style: solid; border-bottom-width: 1px; border-left-color: rgb(0, 0, 0); border-left-style: solid; border-left-width: 1px; border-right-color: rgb(0, 0, 0); border-right-style: solid; border-right-width: 1px; direction: ltr; padding: 0px 3px; vertical-align: bottom;&#34;&gt;
      David
    &lt;/td&gt;
&lt;pre&gt;&lt;code&gt;&amp;lt;td style=&amp;quot;border-bottom-color: rgb(0, 0, 0); border-bottom-style: solid; border-bottom-width: 1px; border-right-color: rgb(0, 0, 0); border-right-style: solid; border-right-width: 1px; direction: ltr; padding: 0px 3px; vertical-align: bottom;&amp;quot;&amp;gt;
  Barclay
&amp;lt;/td&amp;gt;

&amp;lt;td style=&amp;quot;border-bottom-color: rgb(0, 0, 0); border-bottom-style: solid; border-bottom-width: 1px; border-right-color: rgb(0, 0, 0); border-right-style: solid; border-right-width: 1px; direction: ltr; padding: 0px 3px; vertical-align: bottom;&amp;quot;&amp;gt;
  @davidbarclay99
&amp;lt;/td&amp;gt;

&amp;lt;td style=&amp;quot;border-bottom-color: rgb(0, 0, 0); border-bottom-style: solid; border-bottom-width: 1px; border-right-color: rgb(0, 0, 0); border-right-style: solid; border-right-width: 1px; direction: ltr; padding: 0px 3px; vertical-align: bottom;&amp;quot;&amp;gt;
  Brisbane
&amp;lt;/td&amp;gt;
&lt;/code&gt;&lt;/pre&gt;
  &lt;/tr&gt;
  &lt;tr style=&#34;height: 17px;&#34;&gt;
    &lt;td style=&#34;border-bottom-color: rgb(0, 0, 0); border-bottom-style: solid; border-bottom-width: 1px; border-left-color: rgb(0, 0, 0); border-left-style: solid; border-left-width: 1px; border-right-color: rgb(0, 0, 0); border-right-style: solid; border-right-width: 1px; direction: ltr; padding: 0px 3px; vertical-align: bottom;&#34;&gt;
      Faisal
    &lt;/td&gt;
&lt;pre&gt;&lt;code&gt;&amp;lt;td style=&amp;quot;border-bottom-color: rgb(0, 0, 0); border-bottom-style: solid; border-bottom-width: 1px; border-right-color: rgb(0, 0, 0); border-right-style: solid; border-right-width: 1px; direction: ltr; padding: 0px 3px; vertical-align: bottom;&amp;quot;&amp;gt;
  Rahman
&amp;lt;/td&amp;gt;

&amp;lt;td style=&amp;quot;border-bottom-color: rgb(0, 0, 0); border-bottom-style: solid; border-bottom-width: 1px; border-right-color: rgb(0, 0, 0); border-right-style: solid; border-right-width: 1px; direction: ltr; padding: 0px 3px; vertical-align: bottom;&amp;quot;&amp;gt;
  @frtamal
&amp;lt;/td&amp;gt;

&amp;lt;td style=&amp;quot;border-bottom-color: rgb(0, 0, 0); border-bottom-style: solid; border-bottom-width: 1px; border-right-color: rgb(0, 0, 0); border-right-style: solid; border-right-width: 1px; direction: ltr; padding: 0px 3px; vertical-align: bottom;&amp;quot;&amp;gt;
&amp;lt;/td&amp;gt;
&lt;/code&gt;&lt;/pre&gt;
  &lt;/tr&gt;
  &lt;tr style=&#34;height: 17px;&#34;&gt;
    &lt;td style=&#34;border-bottom-color: rgb(0, 0, 0); border-bottom-style: solid; border-bottom-width: 1px; border-left-color: rgb(0, 0, 0); border-left-style: solid; border-left-width: 1px; border-right-color: rgb(0, 0, 0); border-right-style: solid; border-right-width: 1px; direction: ltr; padding: 0px 3px; vertical-align: bottom;&#34;&gt;
      Frank
    &lt;/td&gt;
&lt;pre&gt;&lt;code&gt;&amp;lt;td style=&amp;quot;border-bottom-color: rgb(0, 0, 0); border-bottom-style: solid; border-bottom-width: 1px; border-right-color: rgb(0, 0, 0); border-right-style: solid; border-right-width: 1px; direction: ltr; padding: 0px 3px; vertical-align: bottom;&amp;quot;&amp;gt;
  Fan
&amp;lt;/td&amp;gt;

&amp;lt;td style=&amp;quot;border-bottom-color: rgb(0, 0, 0); border-bottom-style: solid; border-bottom-width: 1px; border-right-color: rgb(0, 0, 0); border-right-style: solid; border-right-width: 1px; direction: ltr; padding: 0px 3px; vertical-align: bottom;&amp;quot;&amp;gt;
  @frankfan7
&amp;lt;/td&amp;gt;

&amp;lt;td style=&amp;quot;border-bottom-color: rgb(0, 0, 0); border-bottom-style: solid; border-bottom-width: 1px; border-right-color: rgb(0, 0, 0); border-right-style: solid; border-right-width: 1px; direction: ltr; padding: 0px 3px; vertical-align: bottom;&amp;quot;&amp;gt;
  Melbourne
&amp;lt;/td&amp;gt;
&lt;/code&gt;&lt;/pre&gt;
  &lt;/tr&gt;
  &lt;tr style=&#34;height: 17px;&#34;&gt;
    &lt;td style=&#34;border-bottom-color: rgb(0, 0, 0); border-bottom-style: solid; border-bottom-width: 1px; border-left-color: rgb(0, 0, 0); border-left-style: solid; border-left-width: 1px; border-right-color: rgb(0, 0, 0); border-right-style: solid; border-right-width: 1px; direction: ltr; padding: 0px 3px; vertical-align: bottom;&#34;&gt;
      Grant
    &lt;/td&gt;
&lt;pre&gt;&lt;code&gt;&amp;lt;td style=&amp;quot;border-bottom-color: rgb(0, 0, 0); border-bottom-style: solid; border-bottom-width: 1px; border-right-color: rgb(0, 0, 0); border-right-style: solid; border-right-width: 1px; direction: ltr; padding: 0px 3px; vertical-align: bottom;&amp;quot;&amp;gt;
  Orchard
&amp;lt;/td&amp;gt;

&amp;lt;td style=&amp;quot;border-bottom-color: rgb(0, 0, 0); border-bottom-style: solid; border-bottom-width: 1px; border-right-color: rgb(0, 0, 0); border-right-style: solid; border-right-width: 1px; direction: ltr; padding: 0px 3px; vertical-align: bottom;&amp;quot;&amp;gt;
  @grantorchard
&amp;lt;/td&amp;gt;

&amp;lt;td style=&amp;quot;border-bottom-color: rgb(0, 0, 0); border-bottom-style: solid; border-bottom-width: 1px; border-right-color: rgb(0, 0, 0); border-right-style: solid; border-right-width: 1px; direction: ltr; padding: 0px 3px; vertical-align: bottom;&amp;quot;&amp;gt;
  Melbourne
&amp;lt;/td&amp;gt;
&lt;/code&gt;&lt;/pre&gt;
  &lt;/tr&gt;
  &lt;tr style=&#34;height: 17px;&#34;&gt;
    &lt;td style=&#34;border-bottom-color: rgb(0, 0, 0); border-bottom-style: solid; border-bottom-width: 1px; border-left-color: rgb(0, 0, 0); border-left-style: solid; border-left-width: 1px; border-right-color: rgb(0, 0, 0); border-right-style: solid; border-right-width: 1px; direction: ltr; padding: 0px 3px; vertical-align: bottom;&#34;&gt;
      Greg
    &lt;/td&gt;
&lt;pre&gt;&lt;code&gt;&amp;lt;td style=&amp;quot;border-bottom-color: rgb(0, 0, 0); border-bottom-style: solid; border-bottom-width: 1px; border-right-color: rgb(0, 0, 0); border-right-style: solid; border-right-width: 1px; direction: ltr; padding: 0px 3px; vertical-align: bottom;&amp;quot;&amp;gt;
  Mulholland
&amp;lt;/td&amp;gt;

&amp;lt;td style=&amp;quot;border-bottom-color: rgb(0, 0, 0); border-bottom-style: solid; border-bottom-width: 1px; border-right-color: rgb(0, 0, 0); border-right-style: solid; border-right-width: 1px; direction: ltr; padding: 0px 3px; vertical-align: bottom;&amp;quot;&amp;gt;
  @g_mulholland
&amp;lt;/td&amp;gt;

&amp;lt;td style=&amp;quot;border-bottom-color: rgb(0, 0, 0); border-bottom-style: solid; border-bottom-width: 1px; border-right-color: rgb(0, 0, 0); border-right-style: solid; border-right-width: 1px; direction: ltr; padding: 0px 3px; vertical-align: bottom;&amp;quot;&amp;gt;
  Melbourne
&amp;lt;/td&amp;gt;
&lt;/code&gt;&lt;/pre&gt;
  &lt;/tr&gt;
  &lt;tr style=&#34;height: 17px;&#34;&gt;
    &lt;td style=&#34;border-bottom-color: rgb(0, 0, 0); border-bottom-style: solid; border-bottom-width: 1px; border-left-color: rgb(0, 0, 0); border-left-style: solid; border-left-width: 1px; border-right-color: rgb(0, 0, 0); border-right-style: solid; border-right-width: 1px; direction: ltr; padding: 0px 3px; vertical-align: bottom;&#34;&gt;
      Iwan
    &lt;/td&gt;
&lt;pre&gt;&lt;code&gt;&amp;lt;td style=&amp;quot;border-bottom-color: rgb(0, 0, 0); border-bottom-style: solid; border-bottom-width: 1px; border-right-color: rgb(0, 0, 0); border-right-style: solid; border-right-width: 1px; direction: ltr; padding: 0px 3px; vertical-align: bottom;&amp;quot;&amp;gt;
  Rahabok
&amp;lt;/td&amp;gt;

&amp;lt;td style=&amp;quot;border-bottom-color: rgb(0, 0, 0); border-bottom-style: solid; border-bottom-width: 1px; border-right-color: rgb(0, 0, 0); border-right-style: solid; border-right-width: 1px; direction: ltr; padding: 0px 3px; vertical-align: bottom;&amp;quot;&amp;gt;
  @e1_ang
&amp;lt;/td&amp;gt;

&amp;lt;td style=&amp;quot;border-bottom-color: rgb(0, 0, 0); border-bottom-style: solid; border-bottom-width: 1px; border-right-color: rgb(0, 0, 0); border-right-style: solid; border-right-width: 1px; direction: ltr; padding: 0px 3px; vertical-align: bottom;&amp;quot;&amp;gt;
  Singapore
&amp;lt;/td&amp;gt;
&lt;/code&gt;&lt;/pre&gt;
  &lt;/tr&gt;
  &lt;tr style=&#34;height: 17px;&#34;&gt;
    &lt;td style=&#34;border-bottom-color: rgb(0, 0, 0); border-bottom-style: solid; border-bottom-width: 1px; border-left-color: rgb(0, 0, 0); border-left-style: solid; border-left-width: 1px; border-right-color: rgb(0, 0, 0); border-right-style: solid; border-right-width: 1px; direction: ltr; padding: 0px 3px; vertical-align: bottom;&#34;&gt;
      Josh
    &lt;/td&gt;
&lt;pre&gt;&lt;code&gt;&amp;lt;td style=&amp;quot;border-bottom-color: rgb(0, 0, 0); border-bottom-style: solid; border-bottom-width: 1px; border-right-color: rgb(0, 0, 0); border-right-style: solid; border-right-width: 1px; direction: ltr; padding: 0px 3px; vertical-align: bottom;&amp;quot;&amp;gt;
  Odgers
&amp;lt;/td&amp;gt;

&amp;lt;td style=&amp;quot;border-bottom-color: rgb(0, 0, 0); border-bottom-style: solid; border-bottom-width: 1px; border-right-color: rgb(0, 0, 0); border-right-style: solid; border-right-width: 1px; direction: ltr; padding: 0px 3px; vertical-align: bottom;&amp;quot;&amp;gt;
  @josh_odgers
&amp;lt;/td&amp;gt;

&amp;lt;td style=&amp;quot;border-bottom-color: rgb(0, 0, 0); border-bottom-style: solid; border-bottom-width: 1px; border-right-color: rgb(0, 0, 0); border-right-style: solid; border-right-width: 1px; direction: ltr; padding: 0px 3px; vertical-align: bottom;&amp;quot;&amp;gt;
  Melbourne
&amp;lt;/td&amp;gt;
&lt;/code&gt;&lt;/pre&gt;
  &lt;/tr&gt;
  &lt;tr style=&#34;height: 17px;&#34;&gt;
    &lt;td style=&#34;border-bottom-color: rgb(0, 0, 0); border-bottom-style: solid; border-bottom-width: 1px; border-left-color: rgb(0, 0, 0); border-left-style: solid; border-left-width: 1px; border-right-color: rgb(0, 0, 0); border-right-style: solid; border-right-width: 1px; direction: ltr; padding: 0px 3px; vertical-align: bottom;&#34;&gt;
      Justin
    &lt;/td&gt;
&lt;pre&gt;&lt;code&gt;&amp;lt;td style=&amp;quot;border-bottom-color: rgb(0, 0, 0); border-bottom-style: solid; border-bottom-width: 1px; border-right-color: rgb(0, 0, 0); border-right-style: solid; border-right-width: 1px; direction: ltr; padding: 0px 3px; vertical-align: bottom;&amp;quot;&amp;gt;
  Warren
&amp;lt;/td&amp;gt;

&amp;lt;td style=&amp;quot;border-bottom-color: rgb(0, 0, 0); border-bottom-style: solid; border-bottom-width: 1px; border-right-color: rgb(0, 0, 0); border-right-style: solid; border-right-width: 1px; direction: ltr; padding: 0px 3px; vertical-align: bottom;&amp;quot;&amp;gt;
  @jpwarren
&amp;lt;/td&amp;gt;

&amp;lt;td style=&amp;quot;border-bottom-color: rgb(0, 0, 0); border-bottom-style: solid; border-bottom-width: 1px; border-right-color: rgb(0, 0, 0); border-right-style: solid; border-right-width: 1px; direction: ltr; padding: 0px 3px; vertical-align: bottom;&amp;quot;&amp;gt;
  Melbourne
&amp;lt;/td&amp;gt;
&lt;/code&gt;&lt;/pre&gt;
  &lt;/tr&gt;
  &lt;tr style=&#34;height: 17px;&#34;&gt;
    &lt;td style=&#34;border-bottom-color: rgb(0, 0, 0); border-bottom-style: solid; border-bottom-width: 1px; border-left-color: rgb(0, 0, 0); border-left-style: solid; border-left-width: 1px; border-right-color: rgb(0, 0, 0); border-right-style: solid; border-right-width: 1px; direction: ltr; padding: 0px 3px; vertical-align: bottom;&#34;&gt;
      Keiran
    &lt;/td&gt;
&lt;pre&gt;&lt;code&gt;&amp;lt;td style=&amp;quot;border-bottom-color: rgb(0, 0, 0); border-bottom-style: solid; border-bottom-width: 1px; border-right-color: rgb(0, 0, 0); border-right-style: solid; border-right-width: 1px; direction: ltr; padding: 0px 3px; vertical-align: bottom;&amp;quot;&amp;gt;
  Shelden
&amp;lt;/td&amp;gt;

&amp;lt;td style=&amp;quot;border-bottom-color: rgb(0, 0, 0); border-bottom-style: solid; border-bottom-width: 1px; border-right-color: rgb(0, 0, 0); border-right-style: solid; border-right-width: 1px; direction: ltr; padding: 0px 3px; vertical-align: bottom;&amp;quot;&amp;gt;
  @Keiran_Shelden
&amp;lt;/td&amp;gt;

&amp;lt;td style=&amp;quot;border-bottom-color: rgb(0, 0, 0); border-bottom-style: solid; border-bottom-width: 1px; border-right-color: rgb(0, 0, 0); border-right-style: solid; border-right-width: 1px; direction: ltr; padding: 0px 3px; vertical-align: bottom;&amp;quot;&amp;gt;
  Brisbane
&amp;lt;/td&amp;gt;
&lt;/code&gt;&lt;/pre&gt;
  &lt;/tr&gt;
  &lt;tr style=&#34;height: 17px;&#34;&gt;
    &lt;td style=&#34;border-bottom-color: rgb(0, 0, 0); border-bottom-style: solid; border-bottom-width: 1px; border-left-color: rgb(0, 0, 0); border-left-style: solid; border-left-width: 1px; border-right-color: rgb(0, 0, 0); border-right-style: solid; border-right-width: 1px; direction: ltr; padding: 0px 3px; vertical-align: bottom;&#34;&gt;
      Mandeepak
    &lt;/td&gt;
&lt;pre&gt;&lt;code&gt;&amp;lt;td style=&amp;quot;border-bottom-color: rgb(0, 0, 0); border-bottom-style: solid; border-bottom-width: 1px; border-right-color: rgb(0, 0, 0); border-right-style: solid; border-right-width: 1px; direction: ltr; padding: 0px 3px; vertical-align: bottom;&amp;quot;&amp;gt;
  Sidhu
&amp;lt;/td&amp;gt;

&amp;lt;td style=&amp;quot;border-bottom-color: rgb(0, 0, 0); border-bottom-style: solid; border-bottom-width: 1px; border-right-color: rgb(0, 0, 0); border-right-style: solid; border-right-width: 1px; direction: ltr; padding: 0px 3px; vertical-align: bottom;&amp;quot;&amp;gt;
  @MannySidhu2
&amp;lt;/td&amp;gt;

&amp;lt;td style=&amp;quot;border-bottom-color: rgb(0, 0, 0); border-bottom-style: solid; border-bottom-width: 1px; border-right-color: rgb(0, 0, 0); border-right-style: solid; border-right-width: 1px; direction: ltr; padding: 0px 3px; vertical-align: bottom;&amp;quot;&amp;gt;
  Melbourne
&amp;lt;/td&amp;gt;
&lt;/code&gt;&lt;/pre&gt;
  &lt;/tr&gt;
  &lt;tr style=&#34;height: 17px;&#34;&gt;
    &lt;td style=&#34;background-color: white; border-bottom-color: rgb(0, 0, 0); border-bottom-style: solid; border-bottom-width: 1px; border-left-color: rgb(0, 0, 0); border-left-style: solid; border-left-width: 1px; border-right-color: rgb(0, 0, 0); border-right-style: solid; border-right-width: 1px; direction: ltr; padding: 0px 3px; vertical-align: bottom;&#34;&gt;
      Michael
    &lt;/td&gt;
&lt;pre&gt;&lt;code&gt;&amp;lt;td style=&amp;quot;background-color: white; border-bottom-color: rgb(0, 0, 0); border-bottom-style: solid; border-bottom-width: 1px; border-right-color: rgb(0, 0, 0); border-right-style: solid; border-right-width: 1px; direction: ltr; padding: 0px 3px; vertical-align: bottom;&amp;quot;&amp;gt;
  Webster
&amp;lt;/td&amp;gt;

&amp;lt;td style=&amp;quot;background-color: white; border-bottom-color: rgb(0, 0, 0); border-bottom-style: solid; border-bottom-width: 1px; border-right-color: rgb(0, 0, 0); border-right-style: solid; border-right-width: 1px; direction: ltr; padding: 0px 3px; vertical-align: bottom;&amp;quot;&amp;gt;
  @vcdxnz001
&amp;lt;/td&amp;gt;

&amp;lt;td style=&amp;quot;background-color: white; border-bottom-color: rgb(0, 0, 0); border-bottom-style: solid; border-bottom-width: 1px; border-right-color: rgb(0, 0, 0); border-right-style: solid; border-right-width: 1px; direction: ltr; padding: 0px 3px; vertical-align: bottom;&amp;quot;&amp;gt;
  New Zealand
&amp;lt;/td&amp;gt;
&lt;/code&gt;&lt;/pre&gt;
  &lt;/tr&gt;
  &lt;tr style=&#34;height: 17px;&#34;&gt;
    &lt;td style=&#34;border-bottom-color: rgb(0, 0, 0); border-bottom-style: solid; border-bottom-width: 1px; border-left-color: rgb(0, 0, 0); border-left-style: solid; border-left-width: 1px; border-right-color: rgb(0, 0, 0); border-right-style: solid; border-right-width: 1px; direction: ltr; padding: 0px 3px; vertical-align: bottom;&#34;&gt;
      Nathan
    &lt;/td&gt;
&lt;pre&gt;&lt;code&gt;&amp;lt;td style=&amp;quot;border-bottom-color: rgb(0, 0, 0); border-bottom-style: solid; border-bottom-width: 1px; border-right-color: rgb(0, 0, 0); border-right-style: solid; border-right-width: 1px; direction: ltr; padding: 0px 3px; vertical-align: bottom;&amp;quot;&amp;gt;
  Wheat
&amp;lt;/td&amp;gt;

&amp;lt;td style=&amp;quot;border-bottom-color: rgb(0, 0, 0); border-bottom-style: solid; border-bottom-width: 1px; border-right-color: rgb(0, 0, 0); border-right-style: solid; border-right-width: 1px; direction: ltr; padding: 0px 3px; vertical-align: bottom;&amp;quot;&amp;gt;
  @wheatcloud
&amp;lt;/td&amp;gt;

&amp;lt;td style=&amp;quot;border-bottom-color: rgb(0, 0, 0); border-bottom-style: solid; border-bottom-width: 1px; border-right-color: rgb(0, 0, 0); border-right-style: solid; border-right-width: 1px; direction: ltr; padding: 0px 3px; vertical-align: bottom;&amp;quot;&amp;gt;
  Melbourne
&amp;lt;/td&amp;gt;
&lt;/code&gt;&lt;/pre&gt;
  &lt;/tr&gt;
  &lt;tr style=&#34;height: 17px;&#34;&gt;
    &lt;td style=&#34;border-bottom-color: rgb(0, 0, 0); border-bottom-style: solid; border-bottom-width: 1px; border-left-color: rgb(0, 0, 0); border-left-style: solid; border-left-width: 1px; border-right-color: rgb(0, 0, 0); border-right-style: solid; border-right-width: 1px; direction: ltr; padding: 0px 3px; vertical-align: bottom;&#34;&gt;
      Rob
    &lt;/td&gt;
&lt;pre&gt;&lt;code&gt;&amp;lt;td style=&amp;quot;border-bottom-color: rgb(0, 0, 0); border-bottom-style: solid; border-bottom-width: 1px; border-right-color: rgb(0, 0, 0); border-right-style: solid; border-right-width: 1px; direction: ltr; padding: 0px 3px; vertical-align: bottom;&amp;quot;&amp;gt;
  Waite
&amp;lt;/td&amp;gt;

&amp;lt;td style=&amp;quot;border-bottom-color: rgb(0, 0, 0); border-bottom-style: solid; border-bottom-width: 1px; border-right-color: rgb(0, 0, 0); border-right-style: solid; border-right-width: 1px; direction: ltr; padding: 0px 3px; vertical-align: bottom;&amp;quot;&amp;gt;
  @rob_waite_oz
&amp;lt;/td&amp;gt;

&amp;lt;td style=&amp;quot;border-bottom-color: rgb(0, 0, 0); border-bottom-style: solid; border-bottom-width: 1px; border-right-color: rgb(0, 0, 0); border-right-style: solid; border-right-width: 1px; direction: ltr; padding: 0px 3px; vertical-align: bottom;&amp;quot;&amp;gt;
  Melbourne
&amp;lt;/td&amp;gt;
&lt;/code&gt;&lt;/pre&gt;
  &lt;/tr&gt;
  &lt;tr style=&#34;height: 17px;&#34;&gt;
    &lt;td style=&#34;border-bottom-color: rgb(0, 0, 0); border-bottom-style: solid; border-bottom-width: 1px; border-left-color: rgb(0, 0, 0); border-left-style: solid; border-left-width: 1px; border-right-color: rgb(0, 0, 0); border-right-style: solid; border-right-width: 1px; direction: ltr; padding: 0px 3px; vertical-align: bottom;&#34;&gt;
      Ryan
    &lt;/td&gt;
&lt;pre&gt;&lt;code&gt;&amp;lt;td style=&amp;quot;border-bottom-color: rgb(0, 0, 0); border-bottom-style: solid; border-bottom-width: 1px; border-right-color: rgb(0, 0, 0); border-right-style: solid; border-right-width: 1px; direction: ltr; padding: 0px 3px; vertical-align: bottom;&amp;quot;&amp;gt;
  McBride
&amp;lt;/td&amp;gt;

&amp;lt;td style=&amp;quot;border-bottom-color: rgb(0, 0, 0); border-bottom-style: solid; border-bottom-width: 1px; border-right-color: rgb(0, 0, 0); border-right-style: solid; border-right-width: 1px; direction: ltr; padding: 0px 3px; vertical-align: bottom;&amp;quot;&amp;gt;
  @RyanMcBride81
&amp;lt;/td&amp;gt;

&amp;lt;td style=&amp;quot;border-bottom-color: rgb(0, 0, 0); border-bottom-style: solid; border-bottom-width: 1px; border-right-color: rgb(0, 0, 0); border-right-style: solid; border-right-width: 1px; direction: ltr; padding: 0px 3px; vertical-align: bottom;&amp;quot;&amp;gt;
  Sydney
&amp;lt;/td&amp;gt;
&lt;/code&gt;&lt;/pre&gt;
  &lt;/tr&gt;
  &lt;tr style=&#34;height: 17px;&#34;&gt;
    &lt;td style=&#34;border-bottom-color: rgb(0, 0, 0); border-bottom-style: solid; border-bottom-width: 1px; border-left-color: rgb(0, 0, 0); border-left-style: solid; border-left-width: 1px; border-right-color: rgb(0, 0, 0); border-right-style: solid; border-right-width: 1px; direction: ltr; padding: 0px 3px; vertical-align: bottom;&#34;&gt;
      Shane
    &lt;/td&gt;
&lt;pre&gt;&lt;code&gt;&amp;lt;td style=&amp;quot;border-bottom-color: rgb(0, 0, 0); border-bottom-style: solid; border-bottom-width: 1px; border-right-color: rgb(0, 0, 0); border-right-style: solid; border-right-width: 1px; direction: ltr; padding: 0px 3px; vertical-align: bottom;&amp;quot;&amp;gt;
  White
&amp;lt;/td&amp;gt;

&amp;lt;td style=&amp;quot;border-bottom-color: rgb(0, 0, 0); border-bottom-style: solid; border-bottom-width: 1px; border-right-color: rgb(0, 0, 0); border-right-style: solid; border-right-width: 1px; direction: ltr; padding: 0px 3px; vertical-align: bottom;&amp;quot;&amp;gt;
  @ausvmguy
&amp;lt;/td&amp;gt;

&amp;lt;td style=&amp;quot;border-bottom-color: rgb(0, 0, 0); border-bottom-style: solid; border-bottom-width: 1px; border-right-color: rgb(0, 0, 0); border-right-style: solid; border-right-width: 1px; direction: ltr; padding: 0px 3px; vertical-align: bottom;&amp;quot;&amp;gt;
  Melbourne
&amp;lt;/td&amp;gt;
&lt;/code&gt;&lt;/pre&gt;
  &lt;/tr&gt;
  &lt;tr style=&#34;height: 17px;&#34;&gt;
    &lt;td style=&#34;border-bottom-color: rgb(0, 0, 0); border-bottom-style: solid; border-bottom-width: 1px; border-left-color: rgb(0, 0, 0); border-left-style: solid; border-left-width: 1px; border-right-color: rgb(0, 0, 0); border-right-style: solid; border-right-width: 1px; direction: ltr; padding: 0px 3px; vertical-align: bottom;&#34;&gt;
      Tas
    &lt;/td&gt;
&lt;pre&gt;&lt;code&gt;&amp;lt;td style=&amp;quot;border-bottom-color: rgb(0, 0, 0); border-bottom-style: solid; border-bottom-width: 1px; border-right-color: rgb(0, 0, 0); border-right-style: solid; border-right-width: 1px; direction: ltr; padding: 0px 3px; vertical-align: bottom;&amp;quot;&amp;gt;
  Tareq
&amp;lt;/td&amp;gt;

&amp;lt;td style=&amp;quot;border-bottom-color: rgb(0, 0, 0); border-bottom-style: solid; border-bottom-width: 1px; border-right-color: rgb(0, 0, 0); border-right-style: solid; border-right-width: 1px; direction: ltr; padding: 0px 3px; vertical-align: bottom;&amp;quot;&amp;gt;
&amp;lt;/td&amp;gt;

&amp;lt;td style=&amp;quot;border-bottom-color: rgb(0, 0, 0); border-bottom-style: solid; border-bottom-width: 1px; border-right-color: rgb(0, 0, 0); border-right-style: solid; border-right-width: 1px; direction: ltr; padding: 0px 3px; vertical-align: bottom;&amp;quot;&amp;gt;
  Brisbane
&amp;lt;/td&amp;gt;
&lt;/code&gt;&lt;/pre&gt;
  &lt;/tr&gt;
  &lt;tr style=&#34;height: 17px;&#34;&gt;
    &lt;td style=&#34;border-bottom-color: rgb(0, 0, 0); border-bottom-style: solid; border-bottom-width: 1px; border-left-color: rgb(0, 0, 0); border-left-style: solid; border-left-width: 1px; border-right-color: rgb(0, 0, 0); border-right-style: solid; border-right-width: 1px; direction: ltr; padding: 0px 3px; vertical-align: bottom;&#34;&gt;
      Tim
    &lt;/td&gt;
&lt;pre&gt;&lt;code&gt;&amp;lt;td style=&amp;quot;border-bottom-color: rgb(0, 0, 0); border-bottom-style: solid; border-bottom-width: 1px; border-right-color: rgb(0, 0, 0); border-right-style: solid; border-right-width: 1px; direction: ltr; padding: 0px 3px; vertical-align: bottom;&amp;quot;&amp;gt;
  Williams
&amp;lt;/td&amp;gt;

&amp;lt;td style=&amp;quot;border-bottom-color: rgb(0, 0, 0); border-bottom-style: solid; border-bottom-width: 1px; border-right-color: rgb(0, 0, 0); border-right-style: solid; border-right-width: 1px; direction: ltr; padding: 0px 3px; vertical-align: bottom;&amp;quot;&amp;gt;
  @ymmit85
&amp;lt;/td&amp;gt;

&amp;lt;td style=&amp;quot;border-bottom-color: rgb(0, 0, 0); border-bottom-style: solid; border-bottom-width: 1px; border-right-color: rgb(0, 0, 0); border-right-style: solid; border-right-width: 1px; direction: ltr; padding: 0px 3px; vertical-align: bottom;&amp;quot;&amp;gt;
  Perth
&amp;lt;/td&amp;gt;
&lt;/code&gt;&lt;/pre&gt;
  &lt;/tr&gt;
&lt;/table&gt;
&lt;div&gt;
&lt;/div&gt;
&lt;div&gt;
  &lt;a href=&#34;https://blogs.vmware.com/vmtn/2014/06/vexpert-2014-q3-applications-open-last-chance-2014.html&#34; target=&#34;_blank&#34;&gt;vExpert 2014 Q3 nominations&lt;/a&gt; are open until September 2014. Nominate yourself, or someone that&amp;#8217;s done a lot for the community. This is the last chance for 2014.&lt;/p&gt;
          
          
        
      </description>
    </item>
    
    <item>
      <title>vSphere Client Storage Views tab not showing any infomation</title>
      <link>https://theoddangryshot.com/2014/06/04/vsphere-client-storage-views-tab-not-showing-any-infomation/</link>
      <pubDate>Wed, 04 Jun 2014 00:00:00 +0000</pubDate>
      
      <guid>https://theoddangryshot.com/2014/06/04/vsphere-client-storage-views-tab-not-showing-any-infomation/</guid>
      <description>
        
          
            &lt;div&gt;
  The storage views tab in the vSphere client disappeared, and vCenter System Services displayed some of the following errors:
&lt;/div&gt;
&lt;div&gt;
  &lt;blockquote&gt;
    &lt;p&gt;
      &lt;span style=&#34;-webkit-text-size-adjust: auto; background-color: rgba(255, 255, 255, 0); font-family: Courier New, Courier, monospace;&#34;&gt;&lt;span style=&#34;border: 0px none; margin: 0px; padding: 0px; vertical-align: baseline;&#34;&gt;unable to retrieve health data from https://localhost:443/vsm/health.xml&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;-webkit-text-size-adjust: auto; background-color: rgba(255, 255, 255, 0); font-family: Courier New, Courier, monospace;&#34;&gt;&lt;span style=&#34;border: 0px none; margin: 0px; padding: 0px; vertical-align: baseline;&#34;&gt;unable to retrieve health data from https://localhost:443/eam/eamService-web/health.xml&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;-webkit-text-size-adjust: auto; background-color: rgba(255, 255, 255, 0); font-family: Courier New, Courier, monospace;&#34;&gt;&lt;span style=&#34;border: 0px none; margin: 0px; padding: 0px; vertical-align: baseline;&#34;&gt;unable to retrieve health data from https://localhost:443/SMS/health.xml&lt;/span&gt;&lt;/span&gt;
    &lt;/p&gt;
          
          
        
      </description>
    </item>
    
    <item>
      <title>Is Host Isolation Response set right for you?</title>
      <link>https://theoddangryshot.com/2014/06/01/is-host-isolation-response-set-right-for-you/</link>
      <pubDate>Sun, 01 Jun 2014 00:00:00 +0000</pubDate>
      
      <guid>https://theoddangryshot.com/2014/06/01/is-host-isolation-response-set-right-for-you/</guid>
      <description>
        
          
            &lt;p&gt;Coming in to manage a virtual environment that’s already up and running, you guess it’s set up correctly for the most part. As time goes on, you may pick up a few things here and there to improve it. But what got me recently was the business’s interpretation of VMware’s HA.&lt;/p&gt;
&lt;h3 id=&#34;know-your-environment-understand-the-options&#34;&gt;Know your environment, understand the options&lt;/h3&gt;
&lt;p&gt;During a switch failure causing network isolation of a host, the business wanted to know why their VM’s weren’t restarted on the remaining hosts. Although it was working as expected according to VMware’s Host Isolation Response setting, but the business didn’t see it the same way.&lt;/p&gt;
          
          
        
      </description>
    </item>
    
    <item>
      <title>Running Dell DSET remotely on ESXi</title>
      <link>https://theoddangryshot.com/2014/05/25/running-dell-dset-remotely-on-esxi/</link>
      <pubDate>Sun, 25 May 2014 00:00:00 +0000</pubDate>
      
      <guid>https://theoddangryshot.com/2014/05/25/running-dell-dset-remotely-on-esxi/</guid>
      <description>
        
          
            &lt;p&gt;For those using Dell hardware, when you log the job with Dell Support, they’ll ask you to run a DSET report. This collects various information of the server including service tag, all hardware devices, firmware versions etc.&lt;/p&gt;
&lt;p&gt;There’s 3 ways to get DSET info.&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;Install DSET locally&lt;/li&gt;
&lt;li&gt;Run DSET LiveCD&lt;/li&gt;
&lt;li&gt;Run DSET remotely and create a report on a local server.&lt;/li&gt;
&lt;/ol&gt;
&lt;p&gt;Each option has their pros and cons.&lt;/p&gt;
&lt;p&gt;The DSET download is available at &lt;a href=&#34;http://www.dell.com/dset&#34;&gt;www.dell.com/dset&lt;/a&gt;.&lt;/p&gt;
          
          
        
      </description>
    </item>
    
    <item>
      <title>Installing Dell OpenManage on ESXi</title>
      <link>https://theoddangryshot.com/2014/05/24/installing-dell-openmanage-on-esxi/</link>
      <pubDate>Sat, 24 May 2014 02:00:00 +0000</pubDate>
      
      <guid>https://theoddangryshot.com/2014/05/24/installing-dell-openmanage-on-esxi/</guid>
      <description>
        
          
            &lt;p&gt;Dell OpenManage Server Administrator (OMSA) provides detailed information about the hardware. Handy to find out details of the physical drives, memory sticks and if there’s any failed components.&lt;/p&gt;
&lt;p&gt;If you log a support call with Dell, chances are they will ask for more details, and possibly a DSET report, and having OMSA already installed, makes life easier.&lt;/p&gt;
&lt;div&gt;
&lt;/div&gt;
&lt;div&gt;
  Dell also leaverage the features of OMSA with other management packages such as OpenManage Essentials and the vSphere plugin.&lt;/p&gt;
          
          
        
      </description>
    </item>
    
    <item>
      <title>Melbourne VMUG May 2014 Wrap up</title>
      <link>https://theoddangryshot.com/2014/05/22/melbourne-vmug-may-2014-wrap-up/</link>
      <pubDate>Thu, 22 May 2014 03:00:00 +0000</pubDate>
      
      <guid>https://theoddangryshot.com/2014/05/22/melbourne-vmug-may-2014-wrap-up/</guid>
      <description>
        
          
            &lt;div style=&#34;clear: both; text-align: center;&#34;&gt;
  &lt;a href=&#34;https://theoddangryshot.com/img/2014/05/vmw_vmug_logo.jpg&#34; style=&#34;margin-left: 1em; margin-right: 1em;&#34;&gt;&lt;br /&gt;&lt;img border=&#34;0&#34; src=&#34;https://theoddangryshot.com/img/2014/05/vmw_vmug_logo.jpg&#34; height=&#34;116&#34; width=&#34;400&#34; /&gt;&lt;/a&gt;
&lt;/div&gt;
&lt;p&gt;Last week we had the quarterly VMUG meeting at the Telstra Conference Centre.&lt;/p&gt;
&lt;p&gt;We paid homage to the creator of the VMware community, John Troyer, as he’s moved on from VMware after 9 years. John was responsible for the vExpert program, in which 16 were from Melbourne this year.&lt;/p&gt;
&lt;p&gt;If you want to participate in the VMUG community and perhaps become a vExpert, contact us about doing a community presentation. If you’re nervous or unsure, look into the &lt;a href=&#34;http://www.vmug.com/feedforward&#34; target=&#34;_blank&#34;&gt;@Feed4ward program&lt;/a&gt;. We’re here to help you succeed.&lt;/p&gt;
          
          
        
      </description>
    </item>
    
    <item>
      <title>Congrats Aussie vExperts</title>
      <link>https://theoddangryshot.com/2014/04/06/congrats-aussie-vexperts/</link>
      <pubDate>Sun, 06 Apr 2014 10:45:00 +0000</pubDate>
      
      <guid>https://theoddangryshot.com/2014/04/06/congrats-aussie-vexperts/</guid>
      <description>
        
          
            &lt;div style=&#34;clear: both; text-align: center;&#34;&gt;
  &lt;a href=&#34;https://theoddangryshot.com/img/2014/04/VMware-vExpert-2014-400x57.png&#34; style=&#34;margin-left: 1em; margin-right: 1em;&#34;&gt;&lt;img border=&#34;0&#34; src=&#34;https://theoddangryshot.com/img/2014/04/VMware-vExpert-2014-400x57.png&#34; height=&#34;45&#34; width=&#34;320&#34; /&gt;&lt;/a&gt;
&lt;/div&gt;
&lt;p&gt;Congratulations to all the vExperts from Australia, New Zealand &amp;amp; Singapore. It’s an honour to be included with such great local talent.&lt;/p&gt;
&lt;p&gt;Back in 2010, Greg Mulholland was the only vExpert that I actually knew in Australia. Now we have 23 in Australia, and 5 in New Zealand &amp;amp; Singapore.&lt;/p&gt;
&lt;p&gt;It’s great to see Melbourne VMUG members dominate the list of vExperts in our region. This is probably why the Melbourne VMUG has such a great turnout and so many community sessions.&lt;/p&gt;
          
          
        
      </description>
    </item>
    
    <item>
      <title>vBeers – Thursday 3rd April</title>
      <link>https://theoddangryshot.com/2014/03/30/vbeers-thursday-3rd-april/</link>
      <pubDate>Sun, 30 Mar 2014 10:30:00 +0000</pubDate>
      
      <guid>https://theoddangryshot.com/2014/03/30/vbeers-thursday-3rd-april/</guid>
      <description>
        
          
            &lt;h3 id=&#34;virtualisation-is-thirsty-work&#34;&gt;Virtualisation is thirsty work&lt;/h3&gt;
&lt;p&gt;Because there’s never enough time at the Melbourne VMUG to catchup with members, we’re having an in-between VMUG vBeers at &lt;a href=&#34;http://www.trunktown.com.au/&#34; target=&#34;_blank&#34;&gt;Trunktown&lt;/a&gt;. If you can’t wait for the next VMUG, this should keep you going for another 6 weeks until the next Melbourne VMUG, on 15th May, 2014.&lt;/p&gt;
&lt;p&gt;There’s no official agenda, meeting topic, speakers or sponsors. It’s a social occasion of virtualisation folks having a few drinks. With no sponsor, you’ll be paying you’re own way. It’s perfectly fine to drink water, or you can show off how much of a high flyer you are with buying fancy drinks with umbrellas. It’s up to you.&lt;/p&gt;
          
          
        
      </description>
    </item>
    
    <item>
      <title>Top vBlogs 2014 A/NZ</title>
      <link>https://theoddangryshot.com/2014/03/29/top-vblogs-2014-a-nz/</link>
      <pubDate>Sat, 29 Mar 2014 11:30:00 +0000</pubDate>
      
      <guid>https://theoddangryshot.com/2014/03/29/top-vblogs-2014-a-nz/</guid>
      <description>
        
          
            &lt;p&gt;You&#39;re all winners
Eric Siebert announced the results of the top virtualisation blogs the other day and it was great to see the local Australia/New Zealand guys score well.&lt;/p&gt;
&lt;p&gt;These bloggers really are &amp;quot;community guys&amp;quot;. They&#39;re all active on twitter, and have participated in a VMUG at some level.&lt;/p&gt;
&lt;p&gt;Here are the Australia/New Zealand voting results…&lt;/p&gt;
&lt;table&gt;
  &lt;thead&gt;
      &lt;tr&gt;
          &lt;th&gt;Blog&lt;/th&gt;
          &lt;th&gt;Rank&lt;/th&gt;
          &lt;th&gt;Previous&lt;/th&gt;
          &lt;th&gt;Change&lt;/th&gt;
          &lt;th&gt;Total Votes&lt;/th&gt;
          &lt;th&gt;Total Points&lt;/th&gt;
          &lt;th&gt;#1 Votes&lt;/th&gt;
      &lt;/tr&gt;
  &lt;/thead&gt;
  &lt;tbody&gt;
      &lt;tr&gt;
          &lt;td&gt;Long White Virtual Clouds (M. Webster)&lt;/td&gt;
          &lt;td&gt;13&lt;/td&gt;
          &lt;td&gt;21&lt;/td&gt;
          &lt;td&gt;+8&lt;/td&gt;
          &lt;td&gt;178&lt;/td&gt;
          &lt;td&gt;1040&lt;/td&gt;
          &lt;td&gt;11&lt;/td&gt;
      &lt;/tr&gt;
      &lt;tr&gt;
          &lt;td&gt;CloudXC (Josh Odgers)&lt;/td&gt;
          &lt;td&gt;21&lt;/td&gt;
          &lt;td&gt;NEW&lt;/td&gt;
          &lt;td&gt;NEW&lt;/td&gt;
          &lt;td&gt;75&lt;/td&gt;
          &lt;td&gt;494&lt;/td&gt;
          &lt;td&gt;7&lt;/td&gt;
      &lt;/tr&gt;
      &lt;tr&gt;
          &lt;td&gt;Demitasse (Alastair Cooke)&lt;/td&gt;
          &lt;td&gt;93&lt;/td&gt;
          &lt;td&gt;128&lt;/td&gt;
          &lt;td&gt;+35&lt;/td&gt;
          &lt;td&gt;33&lt;/td&gt;
          &lt;td&gt;165&lt;/td&gt;
          &lt;td&gt;1&lt;/td&gt;
      &lt;/tr&gt;
      &lt;tr&gt;
          &lt;td&gt;Proudest Monkey (Grant Orchard)&lt;/td&gt;
          &lt;td&gt;95&lt;/td&gt;
          &lt;td&gt;NEW&lt;/td&gt;
          &lt;td&gt;NEW&lt;/td&gt;
          &lt;td&gt;31&lt;/td&gt;
          &lt;td&gt;164&lt;/td&gt;
          &lt;td&gt;1&lt;/td&gt;
      &lt;/tr&gt;
      &lt;tr&gt;
          &lt;td&gt;Craigwaters.org&lt;/td&gt;
          &lt;td&gt;136&lt;/td&gt;
          &lt;td&gt;203&lt;/td&gt;
          &lt;td&gt;+67&lt;/td&gt;
          &lt;td&gt;29&lt;/td&gt;
          &lt;td&gt;129&lt;/td&gt;
          &lt;td&gt;0&lt;/td&gt;
      &lt;/tr&gt;
      &lt;tr&gt;
          &lt;td&gt;Penguinpunk.net (Dan Frith)&lt;/td&gt;
          &lt;td&gt;184&lt;/td&gt;
          &lt;td&gt;109&lt;/td&gt;
          &lt;td&gt;-75&lt;/td&gt;
          &lt;td&gt;21&lt;/td&gt;
          &lt;td&gt;95&lt;/td&gt;
          &lt;td&gt;2&lt;/td&gt;
      &lt;/tr&gt;
      &lt;tr&gt;
          &lt;td&gt;The Odd Angry Shot (Andrew Dauncey)&lt;/td&gt;
          &lt;td&gt;209&lt;/td&gt;
          &lt;td&gt;NEW&lt;/td&gt;
          &lt;td&gt;NEW&lt;/td&gt;
          &lt;td&gt;18&lt;/td&gt;
          &lt;td&gt;85&lt;/td&gt;
          &lt;td&gt;0&lt;/td&gt;
      &lt;/tr&gt;
      &lt;tr&gt;
          &lt;td&gt;Hosting is Life! (Anthony Spiteri)&lt;/td&gt;
          &lt;td&gt;233&lt;/td&gt;
          &lt;td&gt;NEW&lt;/td&gt;
          &lt;td&gt;NEW&lt;/td&gt;
          &lt;td&gt;13&lt;/td&gt;
          &lt;td&gt;74&lt;/td&gt;
          &lt;td&gt;3&lt;/td&gt;
      &lt;/tr&gt;
      &lt;tr&gt;
          &lt;td&gt;Musings of Rodos (Rodney Haywood)&lt;/td&gt;
          &lt;td&gt;245&lt;/td&gt;
          &lt;td&gt;93&lt;/td&gt;
          &lt;td&gt;-152&lt;/td&gt;
          &lt;td&gt;20&lt;/td&gt;
          &lt;td&gt;71&lt;/td&gt;
          &lt;td&gt;0&lt;/td&gt;
      &lt;/tr&gt;
  &lt;/tbody&gt;
&lt;/table&gt;
&lt;p&gt;Eric Siebert has a tough job policing any fake votes, but as you can see, 18 pranksters made it through and voted for this blog. Ha!&lt;/p&gt;
          
          
        
      </description>
    </item>
    
    <item>
      <title>2014 Melbourne VMUG User Conference Wrap up</title>
      <link>https://theoddangryshot.com/2014/03/03/2014-melbourne-vmug-user-conference-wrap-up/</link>
      <pubDate>Mon, 03 Mar 2014 18:30:00 +0000</pubDate>
      
      <guid>https://theoddangryshot.com/2014/03/03/2014-melbourne-vmug-user-conference-wrap-up/</guid>
      <description>
        
          
            &lt;h3 id=&#34;record-attendance&#34;&gt;Record attendance&lt;/h3&gt;
&lt;p&gt;Wow, we had 374 attendees at the Melbourne VMUG User Conference. The awesome turnout to this and other Melbourne VMUG events show’s we’re the premiere VMUG is the region. The steering committee of Craig Waters, Damien Calvert, Tony McPhail, Nathan Wheat and myself put in a huge effort to pull this one off.&lt;/p&gt;
&lt;h3 id=&#34;keynotes&#34;&gt;Keynotes&lt;/h3&gt;
&lt;p&gt;International vRockstars Brad Hedlund (&lt;a href=&#34;https://twitter.com/bradhedlund&#34;&gt;@bradhedlund&lt;/a&gt;), Chris Wahl (&lt;a href=&#34;https://twitter.com/ChrisWahl&#34;&gt;@ChrisWahl&lt;/a&gt;) and Scott Lowe (&lt;a href=&#34;https://twitter.com/scott_lowe&#34;&gt;@scott_lowe&lt;/a&gt;) rocked it with the main keynotes. It’s such an honour to have talent like that speak at the event.&lt;/p&gt;
          
          
        
      </description>
    </item>
    
    <item>
      <title>2014 Melbourne VMUG User Conference</title>
      <link>https://theoddangryshot.com/2014/01/30/2014-melbourne-vmug-user-conference/</link>
      <pubDate>Thu, 30 Jan 2014 21:00:00 +0000</pubDate>
      
      <guid>https://theoddangryshot.com/2014/01/30/2014-melbourne-vmug-user-conference/</guid>
      <description>
        
          
            &lt;h4 id=&#34;it8217s-on-again&#34;&gt;It’s on again!&lt;/h4&gt;
&lt;p&gt;This years &lt;a href=&#34;http://vmug.com/melbvmug&#34;&gt;Melbourne VMUG User Conference&lt;/a&gt; is coming up next month on Tuesday 4th February at Hilton on the Park.&lt;/p&gt;
&lt;p&gt;This will be the third User Conference Melbourne has done. We’re expecting more than 350 attendees this year.&lt;/p&gt;
&lt;p&gt;International special guests &lt;a href=&#34;http://blog.scottlowe.org/&#34;&gt;Scott Lowe&lt;/a&gt;, &lt;a href=&#34;http://bradhedlund.com/&#34;&gt;Brad Hedlund&lt;/a&gt; and &lt;a href=&#34;http://wahlnetwork.com/&#34;&gt;Chris Wahl&lt;/a&gt; will each be doing a keynote session.&lt;/p&gt;
&lt;p&gt;There’ll be 24 sponsors in the solutions exchange to show you their products and answer questions on how they work.&lt;/p&gt;
          
          
        
      </description>
    </item>
    
    <item>
      <title>vForum Sydney Wrap Up</title>
      <link>https://theoddangryshot.com/2014/01/19/vforum-sydney-wrap-up/</link>
      <pubDate>Sun, 19 Jan 2014 09:00:00 +0000</pubDate>
      
      <guid>https://theoddangryshot.com/2014/01/19/vforum-sydney-wrap-up/</guid>
      <description>
        
          
            &lt;h3 id=&#34;last-year-i-went-to-vforum-in-sydney-october-2013-this-is-the-premier-virtualisation-event-in-the-anz-region&#34;&gt;&lt;span style=&#34;font-family: inherit; font-size: small; font-weight: normal;&#34;&gt;Last year I went to vForum in Sydney (October 2013). This is the premier virtualisation event in the ANZ region.&lt;/span&gt;&lt;/h3&gt;
&lt;div&gt;
  &lt;span style=&#34;font-family: inherit; font-size: small; font-weight: normal;&#34;&gt;&lt;br /&gt;&lt;/span&gt;
&lt;/div&gt;
&lt;h3 id=&#34;lost-in-translation&#34;&gt;Lost in Translation&lt;/h3&gt;
&lt;p&gt;I called the hotel the day before to confirm the reservation of a room with 2 singles. They informed me all they had was a room with 1 queen bed. This wasn’t going to work, as I was sharing a room with a mate to keep costs down. On the way to the airport, my travel agent looked into it, and called me back explaining the hotel had simply run out of rooms with 2 singles, so I had to make do with a queen bed. I was dumbstruck. “Isn’t that the whole point of a reservation?” I asked. Flashbacks to Seinfeld and the ‘car reservation’ ran through my mind.&lt;/p&gt;
          
          
        
      </description>
    </item>
    
    <item>
      <title>Look after yourself and your data</title>
      <link>https://theoddangryshot.com/2014/01/05/look-after-yourself-and-your-data/</link>
      <pubDate>Sun, 05 Jan 2014 10:00:00 +0000</pubDate>
      
      <guid>https://theoddangryshot.com/2014/01/05/look-after-yourself-and-your-data/</guid>
      <description>
        
          
            &lt;h3 id=&#34;a-long-time-ago-in-a-galaxy-far-away&#34;&gt;A long time ago in a galaxy far away..&lt;/h3&gt;
&lt;p&gt;Looking back at my younger days of IT, I had plenty of time and disposable income. I spent plenty of all-nighters installing and breaking linux distros and various other toys, and when it did break, it took many hours of troubleshooting or eventually re-installing and re-configuring again. (backups? pfft).&lt;/p&gt;
&lt;p&gt;As I get older, I find myself paying extra for better quality products that save me time and make my life easier.&lt;/p&gt;
          
          
        
      </description>
    </item>
    
    <item>
      <title>Missing VM NIC</title>
      <link>https://theoddangryshot.com/2013/11/29/missing-vm-nic/</link>
      <pubDate>Fri, 29 Nov 2013 06:00:00 +0000</pubDate>
      
      <guid>https://theoddangryshot.com/2013/11/29/missing-vm-nic/</guid>
      <description>
        
          
            &lt;h3 id=&#34;the-disappearing-act&#34;&gt;The Disappearing Act&lt;/h3&gt;
&lt;p&gt;A VM went off the network, and actually lost the NIC from within the VM’s hardware.&lt;/p&gt;
&lt;p&gt;Pouring through logs, (some thanks to LogInsight, more on that later), I discovered in vmware-xx.log:&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;&lt;span style=&#34;font-family: Courier New, Courier, monospace;&#34;&gt;2013-11-19T07:33:01.246Z| vcpu-0| Powering off Ethernet0&lt;br /&gt;2013-11-19T07:33:01.246Z| vcpu-0| Hot removal done.&lt;/span&gt;&lt;/p&gt;&lt;/blockquote&gt;
&lt;p&gt;ah ha! This shows Ethernet0 was removed via the “Safely Remove Hardware” icon in the Windows system tray.&lt;/p&gt;
&lt;p&gt;The solution is to add a new NIC of the same type.&lt;/p&gt;
          
          
        
      </description>
    </item>
    
    <item>
      <title>Updating powershell help</title>
      <link>https://theoddangryshot.com/2013/11/15/updating-powershell-help/</link>
      <pubDate>Fri, 15 Nov 2013 06:00:00 +0000</pubDate>
      
      <guid>https://theoddangryshot.com/2013/11/15/updating-powershell-help/</guid>
      <description>
        
          
            &lt;p&gt;When installing Powershell v3, it doesn’t install any local help files for get-help. If you are upgrading from v2 to v3, the help isn’t updated either.&lt;/p&gt;
&lt;p&gt;If you are using a proxy, a simple &lt;code&gt;update-help&lt;/code&gt;may not work for you.&lt;/p&gt;
&lt;p&gt;Do the following:&lt;/p&gt;
&lt;div class=&#34;highlight&#34;&gt;&lt;pre tabindex=&#34;0&#34; class=&#34;chroma&#34;&gt;&lt;code class=&#34;language-powershell&#34; data-lang=&#34;powershell&#34;&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;ln&#34;&gt;1&lt;/span&gt;&lt;span class=&#34;cl&#34;&gt;&lt;span class=&#34;nv&#34;&gt;$webclient&lt;/span&gt; &lt;span class=&#34;p&#34;&gt;=&lt;/span&gt; &lt;span class=&#34;nb&#34;&gt;New-Object&lt;/span&gt; &lt;span class=&#34;n&#34;&gt;System&lt;/span&gt;&lt;span class=&#34;p&#34;&gt;.&lt;/span&gt;&lt;span class=&#34;py&#34;&gt;Net&lt;/span&gt;&lt;span class=&#34;p&#34;&gt;.&lt;/span&gt;&lt;span class=&#34;py&#34;&gt;WebClient&lt;/span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;ln&#34;&gt;2&lt;/span&gt;&lt;span class=&#34;cl&#34;&gt;&lt;span class=&#34;nv&#34;&gt;$creds&lt;/span&gt; &lt;span class=&#34;p&#34;&gt;=&lt;/span&gt; &lt;span class=&#34;nb&#34;&gt;Get-Credential&lt;/span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;ln&#34;&gt;3&lt;/span&gt;&lt;span class=&#34;cl&#34;&gt;&lt;span class=&#34;nv&#34;&gt;$webclient&lt;/span&gt;&lt;span class=&#34;p&#34;&gt;.&lt;/span&gt;&lt;span class=&#34;py&#34;&gt;Proxy&lt;/span&gt;&lt;span class=&#34;p&#34;&gt;.&lt;/span&gt;&lt;span class=&#34;py&#34;&gt;Credentials&lt;/span&gt; &lt;span class=&#34;p&#34;&gt;=&lt;/span&gt; &lt;span class=&#34;nv&#34;&gt;$creds&lt;/span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;ln&#34;&gt;4&lt;/span&gt;&lt;span class=&#34;cl&#34;&gt;&lt;span class=&#34;nb&#34;&gt;update-help&lt;/span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;&lt;p&gt;This will connect to the internet and download the updated help files.&lt;/p&gt;
          
          
        
      </description>
    </item>
    
    <item>
      <title>Constant Alarm ‘Network Uplink Redundancy Lost’</title>
      <link>https://theoddangryshot.com/2013/11/12/constant-alarm-network-uplink-redundancy-lost/</link>
      <pubDate>Tue, 12 Nov 2013 03:00:00 +0000</pubDate>
      
      <guid>https://theoddangryshot.com/2013/11/12/constant-alarm-network-uplink-redundancy-lost/</guid>
      <description>
        
          
            &lt;p&gt;It’s amazing how much is going on when you dig through logs. On this occasion I was looking at  “tasks &amp;amp; events” of a host and noticed a lot of network errors.&lt;/p&gt;
&lt;p&gt;&lt;span style=&#34;font-family: Courier New, Courier, monospace; font-size: normal;&#34;&gt;Alarm ‘Network uplink redundancy lost’ on &lt;servername&gt; triggered an action&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;The error was occurring every 5 minutes. This was made visual with the use of Log Insight. My new favourite tool.&lt;/p&gt;
&lt;p&gt;&lt;figure&gt;
  &lt;picture&gt;

    
      
        
        
        
        
        
        
    &lt;img
      loading=&#34;lazy&#34;
      decoding=&#34;async&#34;
      alt=&#34;LogInsight&#34;
      
        class=&#34;image_figure image_internal image_unprocessed&#34;
        src=&#34;https://theoddangryshot.com/img/2013/11/Network.alarm.1.png&#34;
      
      
    /&gt;

    &lt;/picture&gt;
&lt;/figure&gt;
&lt;/p&gt;
          
          
        
      </description>
    </item>
    
    <item>
      <title>VCA Exams Worthless?</title>
      <link>https://theoddangryshot.com/2013/10/28/vca-exams-worthless/</link>
      <pubDate>Mon, 28 Oct 2013 04:30:00 +0000</pubDate>
      
      <guid>https://theoddangryshot.com/2013/10/28/vca-exams-worthless/</guid>
      <description>
        
          
            &lt;p&gt;VMware released the &lt;a href=&#34;http://mylearn.vmware.com/portals/certification/&#34;&gt;VMware Certified Associate&lt;/a&gt; (VCA) exams at VMworld San Francisco 2013. These are entry level exams, below VCP, aimed at people just getting into virtualisation or not quite ready to sit the VCP exams.&lt;/p&gt;
&lt;p&gt;Bloggers are saying great things about the VCA exams. I spoke with a few people at vForum Sydney recently on the new certifications, and I’m glad I’m not the only one to have a different opinion on them.&lt;/p&gt;
          
          
        
      </description>
    </item>
    
    <item>
      <title>My VCAP-DCA experience</title>
      <link>https://theoddangryshot.com/2013/10/09/my-vcap-dca-experience/</link>
      <pubDate>Wed, 09 Oct 2013 19:43:00 +0000</pubDate>
      
      <guid>https://theoddangryshot.com/2013/10/09/my-vcap-dca-experience/</guid>
      <description>
        
          
            &lt;p&gt;Everyone else has done one, so I hope there’s something unique that comes out of this.&lt;/p&gt;
&lt;h2 id=&#34;the-study&#34;&gt;The Study&lt;/h2&gt;
&lt;p&gt;I made some notes as I was studying for VCAP-DCA, so these may not necessarily reflect what was on the exam.&lt;/p&gt;
&lt;p&gt;I found an &lt;a href=&#34;http://www.vmworld.net/wp-content/uploads/2012/05/Esxtop_Troubleshooting_eng.pdf&#34;&gt;awesome ESXTOP poster&lt;/a&gt; at vmworld.net. No idea how I hadn’t come across this before.&lt;/p&gt;
&lt;p&gt;I’d never really used esxcli much. I’d cut &amp;amp; paste esxcfg/vicfg lines that I’ve been hanging on to, but these commands were mainly for ESX3/4. esxcli has been greatly improved with ESXi5.x, so this is what you want to learn. Not everything is available in esxcli, such as setting up SNMP, you need to use vicfg-snmp, as there’s no equivalent esxcli command in ESXi5.0.  BUT… there is for ESXi5.1. Remember, the exam is based on 5.0, so you may have to use a variety of methods.&lt;/p&gt;
          
          
        
      </description>
    </item>
    
    <item>
      <title>2013 September Melbourne VMUG</title>
      <link>https://theoddangryshot.com/2013/09/23/2013-september-melbourne-vmug/</link>
      <pubDate>Mon, 23 Sep 2013 22:55:00 +0000</pubDate>
      
      <guid>https://theoddangryshot.com/2013/09/23/2013-september-melbourne-vmug/</guid>
      <description>
        
          
            &lt;p&gt;The September Melbourne VMUG was on this week, and it was a ripper.&lt;/p&gt;
&lt;p&gt;The agenda was set for:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;EMC Presentation: Continuous Availability with VPLEX – Berin Smithson&lt;/li&gt;
&lt;li&gt;VMware Presentation: What’s New in vSphere 5.5 – Greg Mulholland&lt;/li&gt;
&lt;li&gt;Building a Service Provider Cloud Offering – Arron Stebbing&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Coming off VMworld only 3 weeks before, we knew there was a lot of great info to pass on to the crowd, and there was a higher than average number of registrations. The room was packed.&lt;/p&gt;
          
          
        
      </description>
    </item>
    
    <item>
      <title>Force mount missing datastores</title>
      <link>https://theoddangryshot.com/2013/08/21/force-mount-missing-datastores/</link>
      <pubDate>Wed, 21 Aug 2013 06:57:00 +0000</pubDate>
      
      <guid>https://theoddangryshot.com/2013/08/21/force-mount-missing-datastores/</guid>
      <description>
        
          
            &lt;p&gt;By accident while in Cluster Settings / Datastore Heartbeating, I noticed a datastore wasn’t available of one of the hosts.&lt;/p&gt;
&lt;div style=&#34;clear: both; text-align: center;&#34;&gt;
  &lt;a href=&#34;https://theoddangryshot.com/img/2013/08/Datastore.heartbeating.png&#34; style=&#34;margin-left: 1em; margin-right: 1em;&#34;&gt;&lt;img border=&#34;0&#34; src=&#34;https://theoddangryshot.com/img/2013/08/Datastore.heartbeating.png&#34; height=&#34;400&#34; width=&#34;333&#34; /&gt;&lt;/a&gt;
&lt;/div&gt;
&lt;p&gt;Trying to mount it from the vSphere client failed with a popup:&lt;br&gt;
Call “HostStorageSystem.ResolveMultipleUnresolvedVmfsVolumes” for object “storageSystem-326” on vCenter Server “vcenter” failed.&lt;/p&gt;
&lt;p&gt;&lt;a href=&#34;https://theoddangryshot.com/img/2013/08/Cannot.change.the.host.configuration.error.png&#34; style=&#34;clear: left; float: left; margin-bottom: 1em; margin-right: 1em;&#34;&gt;&lt;img border=&#34;0&#34; src=&#34;https://theoddangryshot.com/img/2013/08/Cannot.change.the.host.configuration.error.png&#34; /&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;The command to force mount a snapshot that is persistent has changed from ESX(i)4.x to ESXi5.0.&lt;/p&gt;
          
          
        
      </description>
    </item>
    
    <item>
      <title>Sit the IaaS exam for US$11</title>
      <link>https://theoddangryshot.com/2013/07/27/sit-the-iaas-exam-for-us11/</link>
      <pubDate>Sat, 27 Jul 2013 22:56:00 +0000</pubDate>
      
      <guid>https://theoddangryshot.com/2013/07/27/sit-the-iaas-exam-for-us11/</guid>
      <description>
        
          
            &lt;div&gt;
  After reading the &lt;a href=&#34;http://professionalvmware.com/2013/07/vcp-iaas-study-guide-pdf/&#34;&gt;#vBrownBag IaaS study guide&lt;/a&gt;&amp;nbsp;from &lt;a href=&#34;https://twitter.com/coolsport00&#34;&gt;@coolsport00&lt;/a&gt;, and exams being 75% off at VMworld, I decided to book the IaaS exam. The exam is usually US$225.
&lt;/div&gt;
&lt;div&gt;
&lt;/div&gt;
&lt;div&gt;
  I booked it using the VMworld SF 75% discount code, and thought I&amp;#8217;d be cheeky and try and apply the VMUG Advantage 20% discount as well. It worked! &amp;nbsp;It appears to do the 20% off the ORIGINAL price of the exam.&lt;/p&gt; 
  &lt;p&gt;
    So at the checkout screen, it was saying the total cost would be US$11.25.
  &lt;/p&gt;
          
          
        
      </description>
    </item>
    
    <item>
      <title>Slope info magic number check failed</title>
      <link>https://theoddangryshot.com/2013/07/19/slope-info-magic-number-check-failed/</link>
      <pubDate>Fri, 19 Jul 2013 04:57:00 +0000</pubDate>
      
      <guid>https://theoddangryshot.com/2013/07/19/slope-info-magic-number-check-failed/</guid>
      <description>
        
          
            &lt;p&gt;While using Splunk I noticed 1 ESX host had a huge amount of logs compared with the others in that cluster. Looking into it, every hour there were about 23,000 entries for:&lt;/p&gt;
&lt;div class=&#34;highlight&#34;&gt;&lt;pre tabindex=&#34;0&#34; class=&#34;chroma&#34;&gt;&lt;code class=&#34;language-fallback&#34; data-lang=&#34;fallback&#34;&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;ln&#34;&gt;1&lt;/span&gt;&lt;span class=&#34;cl&#34;&gt;storageRM:  Slope info magic number check failed. On disk 0x0, expected 0x1df5e76.&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;
&lt;p&gt;There was only 1 hit on google from a twitter conversation with &lt;a href=&#34;https://twitter.com/northlandboy&#34;&gt;@northlandboy&lt;/a&gt; &amp;amp; &lt;a href=&#34;https://twitter.com/blomjoh&#34;&gt;@blomjoh&lt;/a&gt; asking if anyone knew what the error was.&lt;/p&gt;
&lt;p&gt;I logged an SR for it. But magically the next day, the error stopped appearing in the logs.&lt;/p&gt;
          
          
        
      </description>
    </item>
    
    <item>
      <title>2013 July Melbourne VMUG</title>
      <link>https://theoddangryshot.com/2013/07/14/2013-july-melbourne-vmug/</link>
      <pubDate>Sun, 14 Jul 2013 11:46:00 +0000</pubDate>
      
      <guid>https://theoddangryshot.com/2013/07/14/2013-july-melbourne-vmug/</guid>
      <description>
        
          
            &lt;p&gt;The next Melbourne VMUG is on Wednesday 24th July.&lt;/p&gt;
&lt;p&gt;Veeam will be there doing live demos and talking about the upcoming release of v7 of Veeam Backup &amp;amp; Replication. &lt;a href=&#34;https://twitter.com/veeam&#34;&gt;Veeam&lt;/a&gt; has to be the most popular (and coolest) backup application.&lt;/p&gt;
&lt;p&gt;VMware will be presenting &lt;a href=&#34;http://www.vmware.com/products/datacenter-virtualization/vcloud-automation-center/overview.html&#34;&gt;vCAC – vCloud Automation Center&lt;/a&gt;. Going by the amount of submissions for VMworld on vCAC, this is going to be &lt;strong&gt;the next hottest thing&lt;/strong&gt; VMware will be pushing.&lt;/p&gt;
          
          
        
      </description>
    </item>
    
  </channel>
</rss>
