<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>VMware on General Ramblings</title>
    <link>https://fc4c6dbc.haigmail.pages.dev/tags/vmware/</link>
    <description>Recent content in VMware on General Ramblings</description>
    <generator>Hugo -- gohugo.io</generator>
    <language>en</language>
    <copyright>Lance Haig</copyright>
    <lastBuildDate>Tue, 27 Sep 2011 19:19:05 +0000</lastBuildDate><atom:link href="https://fc4c6dbc.haigmail.pages.dev/tags/vmware/index.xml" rel="self" type="application/rss+xml" />
    <item>
      <title>How to copy custom attributes when migrating vmware vcenter to new database</title>
      <link>https://fc4c6dbc.haigmail.pages.dev/2011/09/27/how-to-copy-custom-attributes-when-migrating-vmware-vcenter-to-new-database/</link>
      <pubDate>Tue, 27 Sep 2011 19:19:05 +0000</pubDate>
      
      <guid>https://fc4c6dbc.haigmail.pages.dev/2011/09/27/how-to-copy-custom-attributes-when-migrating-vmware-vcenter-to-new-database/</guid>
      <description>
        
          
            &lt;p&gt;I recently had to move hosts and guests to a new vcenter server as the old server had become corrupt and full of issues.&lt;/p&gt;
&lt;p&gt;The current vcenter has a few custom attributes and notes that would not be transferred as part of the move.&lt;/p&gt;
&lt;p&gt;So I wanted to use powercli to read the attributes out and put them back.&lt;/p&gt;
&lt;p&gt;To export the attributes I used the script below.&lt;/p&gt;
&lt;p&gt;You will need to add as many Key Value pairs as you have custom attributes&lt;/p&gt;
          
          
        
      </description>
    </item>
    
    <item>
      <title>Creating a Two Node Mysql Cluster On Ubuntu With DRBD Part 2</title>
      <link>https://fc4c6dbc.haigmail.pages.dev/2011/05/11/creating-a-two-node-mysql-cluster-on-ubuntu-with-drbd-part-2/</link>
      <pubDate>Wed, 11 May 2011 22:23:00 +0000</pubDate>
      
      <guid>https://fc4c6dbc.haigmail.pages.dev/2011/05/11/creating-a-two-node-mysql-cluster-on-ubuntu-with-drbd-part-2/</guid>
      <description>
        
          
            &lt;p&gt;This blog is a follow on from a &lt;a href=&#34;https://haigmail.com/2010/04/01/creating-a-two-node-mysql-cluster-on-ubuntu-with-drbd-2/&#34; title=&#34;Creating a Two Node Mysql Cluster On Ubuntu With DRBD&#34;&gt;blog post I wrote ages ago&lt;/a&gt; and have eventually got round to finishing it off In this part of the process we will create the disks and setup the DRBD devices First we need to connect to the Virtual Machines from a terminal session as it makes life much easier and quicker when you connect remotely. You will need to make sure that your servers have static IP addresses. For this document I will be using the following IP addresses for my servers.&lt;/p&gt;
          
          
        
      </description>
    </item>
    
    <item>
      <title>ESX Trunk VLAN config for Storage</title>
      <link>https://fc4c6dbc.haigmail.pages.dev/2011/04/28/esx-trunk-vlan-config-for-storage/</link>
      <pubDate>Thu, 28 Apr 2011 08:47:21 +0000</pubDate>
      
      <guid>https://fc4c6dbc.haigmail.pages.dev/2011/04/28/esx-trunk-vlan-config-for-storage/</guid>
      <description>
        
          
            &lt;p&gt;I was struggling with an install of ESXi on a cisco 6509 switch where the management and VM LAN connectivity worked just fine but for some reason the SAN NFS VLAN just did not want to communicate with the &lt;a href=&#34;http://www.nexenta.org/&#34; title=&#34;Nexenta Storage&#34;&gt;Nexenta&lt;/a&gt; on that VLAN.&lt;/p&gt;
&lt;p&gt;After some searching and trial and error I was able to utilise this post &lt;a href=&#34;http://blogs.egroup-us.com/?p=2453&#34;&gt;http://blogs.egroup-us.com/?p=2453&lt;/a&gt; to get the port-channel and the ports configured correctly. I did not use all the settings from this post but it did remind me to check my port0-channel config.&lt;/p&gt;
          
          
        
      </description>
    </item>
    
    <item>
      <title>Connecting ESXi 4.1 to extreme x650 10G switches</title>
      <link>https://fc4c6dbc.haigmail.pages.dev/2011/04/26/connecting-esxi-4-1-to-extreme-x650-10g-switches/</link>
      <pubDate>Tue, 26 Apr 2011 13:48:35 +0000</pubDate>
      
      <guid>https://fc4c6dbc.haigmail.pages.dev/2011/04/26/connecting-esxi-4-1-to-extreme-x650-10g-switches/</guid>
      <description>
        
          
            &lt;p&gt;I am busy working on a contract with a company that is implementing a 10G network for their ESX cluster.&lt;/p&gt;
&lt;p&gt;We have been using extreme X650 10G copper switches for the core.&lt;/p&gt;
&lt;p&gt;Migrating the current servers to the 10G environment was relatively easy and went with minimal issues.&lt;/p&gt;
&lt;p&gt;Over the last 2 weeks I have been trying to get a new server to connect to the cluster and have been frustrated. I have been unable to get the server communicating on the management VLAN. the server was configured correctly and so was the switch or so I thought.&lt;/p&gt;
          
          
        
      </description>
    </item>
    
    <item>
      <title>Creating a Two Node Mysql Cluster On Ubuntu With DRBD</title>
      <link>https://fc4c6dbc.haigmail.pages.dev/2010/04/01/creating-a-two-node-mysql-cluster-on-ubuntu-with-drbd/</link>
      <pubDate>Thu, 01 Apr 2010 14:00:11 +0000</pubDate>
      
      <guid>https://fc4c6dbc.haigmail.pages.dev/2010/04/01/creating-a-two-node-mysql-cluster-on-ubuntu-with-drbd/</guid>
      <description>
        
          
            &lt;p&gt;Creating a Two Node Mysql Cluster On Ubuntu With DRBD To create this cluster you will need 2 ubuntu node servers installed as follows.&lt;/p&gt;
&lt;p&gt;I am creating this cluster inside of vMware so I created 2 VM&#39;s with:&lt;/p&gt;
&lt;p&gt;1GB RAM&lt;/p&gt;
&lt;p&gt;1 10GB hdd for the root (/) partition.&lt;/p&gt;
&lt;p&gt;1 20GB hdd for the database store.&lt;/p&gt;
&lt;p&gt;I downloaded the ubuntu 9.10 server iso and presented this to the VM&#39;s and started the install.&lt;/p&gt;
          
          
        
      </description>
    </item>
    
    <item>
      <title>Standing up and being counted.</title>
      <link>https://fc4c6dbc.haigmail.pages.dev/2010/01/13/standing-up-and-being-counted/</link>
      <pubDate>Wed, 13 Jan 2010 21:04:26 +0000</pubDate>
      
      <guid>https://fc4c6dbc.haigmail.pages.dev/2010/01/13/standing-up-and-being-counted/</guid>
      <description>
        
          
            &lt;p&gt;I have for some time now been wondering how many people actually use Bongo.&lt;/p&gt;
&lt;p&gt;The reason for this is that we have had images available for a while and I am still non the wiser as to how many people actually use them.&lt;/p&gt;
&lt;p&gt;I faithfully spend hours and hours building packages and getting them out the door but have no markers to see if they are being used.&lt;/p&gt;
&lt;p&gt;While reading the docs for the ESVA appliance (&lt;a href=&#34;http://www.global-domination.org/esva&#34;&gt;http://www.global-domination.org/esva&lt;/a&gt;) I noticed that they have a cronjob that downloads a file and immediately deletes it. This allows for roughly seeing who is using their appliance .&lt;/p&gt;
          
          
        
      </description>
    </item>
    
    <item>
      <title>vMware workstation 6.5.3 on openSUSE 11.2</title>
      <link>https://fc4c6dbc.haigmail.pages.dev/2009/11/15/vmware-workstation-6-5-3-on-opensuse-11-2/</link>
      <pubDate>Sun, 15 Nov 2009 13:18:39 +0000</pubDate>
      
      <guid>https://fc4c6dbc.haigmail.pages.dev/2009/11/15/vmware-workstation-6-5-3-on-opensuse-11-2/</guid>
      <description>
        
          
            &lt;p&gt;I have just upgraded to 11.2 from ubuntu 9.10 on my IBM / Lenovo T61 laptop. ( I will post a better blog about that later)&lt;/p&gt;
&lt;p&gt;What I wanted to mention here is that the current vMware workstation 6.5.3 does not want to run on my system.&lt;/p&gt;
&lt;p&gt;I have found this post &lt;a href=&#34;http://k-----k.blogspot.com/2009/09/install-vmware-workstation-653-on.html&#34;&gt;http://k-----k.blogspot.com/2009/09/install-vmware-workstation-653-on.html&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;Which has steps for compiling the modules yourself but by the look of things is based on 32bit openSUSE.&lt;/p&gt;
          
          
        
      </description>
    </item>
    
    <item>
      <title>Great News About rPath Images</title>
      <link>https://fc4c6dbc.haigmail.pages.dev/2009/10/11/great-news-about-rpath-images/</link>
      <pubDate>Sun, 11 Oct 2009 15:27:47 +0000</pubDate>
      
      <guid>https://fc4c6dbc.haigmail.pages.dev/2009/10/11/great-news-about-rpath-images/</guid>
      <description>
        
          
            &lt;p&gt;I have great news about the images on the rPath system.&lt;/p&gt;
&lt;p&gt;I have been able to get Bongo 0.6.1 to build on the rPath system with a json patch from Alex.&lt;/p&gt;
&lt;p&gt;I have promoted it to the QA and RELEASE repo&#39;s so it should be available for you guys.&lt;/p&gt;
&lt;p&gt;Please test and let me know if you have any issues.&lt;/p&gt;
&lt;p&gt;You can find the images &lt;a href=&#34;http://www.rpath.org/rbuilder/project/bongo/latestRelease&#34;&gt;here&lt;/a&gt;&lt;/p&gt;
          
          
        
      </description>
    </item>
    
    <item>
      <title>Bongo 0.5.2 Package Released on rPath</title>
      <link>https://fc4c6dbc.haigmail.pages.dev/2009/07/13/bongo-052-package-released-on-rpath/</link>
      <pubDate>Mon, 13 Jul 2009 18:21:24 +0000</pubDate>
      
      <guid>https://fc4c6dbc.haigmail.pages.dev/2009/07/13/bongo-052-package-released-on-rpath/</guid>
      <description>
        
          
            &lt;p&gt;The new Bongo package has been compiled, packaged and promoted so it should now be available to those running the images.&lt;/p&gt;
&lt;p&gt;This version has a number of fixes that were highlighted by the change to the cmake compiler.&lt;/p&gt;
&lt;p&gt;Thanks to the hard work of Alex and Patrick we are now in a position to say the the mail store is now stable. I can&#39;t wait for the changes that we will now be implementing on the web front.&lt;/p&gt;
          
          
        
      </description>
    </item>
    
    <item>
      <title>Bongo Images and the 0.5 release</title>
      <link>https://fc4c6dbc.haigmail.pages.dev/2009/06/15/bongo-images-and-the-05-release/</link>
      <pubDate>Mon, 15 Jun 2009 23:19:44 +0000</pubDate>
      
      <guid>https://fc4c6dbc.haigmail.pages.dev/2009/06/15/bongo-images-and-the-05-release/</guid>
      <description>
        
          
            &lt;h1 class=&#34;western&#34; id=&#34;bongo-images-and-the-05-release&#34;&gt;Bongo Images and the 0.5 release&lt;/h1&gt;
&lt;p&gt;I have been working on the images for the 0.5 release of Bongo and I have now completed them.&lt;/p&gt;
&lt;p&gt;They can be found here &lt;a href=&#34;http://www.rpath.org/rbuilder/project/bongo/latestRelease&#34;&gt;http://www.rpath.org/rbuilder/project/bongo/latestRelease&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;There is a change however in how we will be implementing the images from now on.&lt;/p&gt;
&lt;p&gt;I have decided that to make it easier on you guys and also to limit the number of hours I have to work on them I will create a version 1.0 of the images which I will not change for the foreseeable future.&lt;/p&gt;
          
          
        
      </description>
    </item>
    
    <item>
      <title>Bongo Images for 0.4.0 have been fixed</title>
      <link>https://fc4c6dbc.haigmail.pages.dev/2009/06/10/bongo-images-for-040-have-been-fixed/</link>
      <pubDate>Wed, 10 Jun 2009 19:14:33 +0000</pubDate>
      
      <guid>https://fc4c6dbc.haigmail.pages.dev/2009/06/10/bongo-images-for-040-have-been-fixed/</guid>
      <description>
        
          
            &lt;p&gt;I have been able to rework the Bongo images to make them work.&lt;/p&gt;
&lt;p&gt;I would appreciate any testing that could be done as I do not have all the vm technologies to test.&lt;/p&gt;
&lt;p&gt;So I hope you have fun .&lt;/p&gt;
&lt;p&gt;&lt;a href=&#34;http://www.rpath.org/rbuilder/project/bongo/latestRelease&#34;&gt;Here is a link to the downloads&lt;/a&gt;&lt;/p&gt;
          
          
        
      </description>
    </item>
    
    <item>
      <title>Bongo Images for 0.4.0 Broken</title>
      <link>https://fc4c6dbc.haigmail.pages.dev/2009/06/03/bongo-images-for-040-broken/</link>
      <pubDate>Wed, 03 Jun 2009 19:20:00 +0000</pubDate>
      
      <guid>https://fc4c6dbc.haigmail.pages.dev/2009/06/03/bongo-images-for-040-broken/</guid>
      <description>
        
          
            &lt;p&gt;Due to a server error where the images get built an error has crept in that make the images useless.&lt;/p&gt;
&lt;p&gt;This error has been prevalent for some time and so it has caused the images to break.&lt;/p&gt;
&lt;p&gt;I have therefore pulled the images and will try to fix the problem as soon as I can.&lt;/p&gt;
&lt;p&gt;I will post again when things get better&lt;/p&gt;
          
          
        
      </description>
    </item>
    
    <item>
      <title>Over 7000 Downloads</title>
      <link>https://fc4c6dbc.haigmail.pages.dev/2008/10/15/over-7000-downloads/</link>
      <pubDate>Wed, 15 Oct 2008 11:56:50 +0000</pubDate>
      
      <guid>https://fc4c6dbc.haigmail.pages.dev/2008/10/15/over-7000-downloads/</guid>
      <description>
        
          
            &lt;p&gt;This evening Stu Gott dropped a bombshell on me, not literally but it had a similar impact. The people at rPath have run a report on our little project and I was shocked to say the least when I found out that the Bongo appliance has been downloaded 0ver 7000 times. I seem to remember thinking this is a nice small project for me to help the Bongo-Project with, it will never take off as much as the packages that Andrew and the others are creating but will allow me to do my part.&lt;/p&gt;
          
          
        
      </description>
    </item>
    
    <item>
      <title>Vmware Server 2</title>
      <link>https://fc4c6dbc.haigmail.pages.dev/2008/10/13/vmware-server-2/</link>
      <pubDate>Mon, 13 Oct 2008 12:01:38 +0000</pubDate>
      
      <guid>https://fc4c6dbc.haigmail.pages.dev/2008/10/13/vmware-server-2/</guid>
      <description>
        
          
            &lt;p&gt;I have been running the release version of VMware Server 2 and I must say I am impressed. the only problems I had were with existing VM&#39;s and upgrading the tools on them. And also VM&#39;s that have open-vm-tools installed.&lt;/p&gt;
&lt;p&gt;After updating the tools the systems all have been functioning just fine over the last few weeks and the host system has been under less load with more vm&#39;s installed.&lt;/p&gt;
          
          
        
      </description>
    </item>
    
    <item>
      <title>Looking to virtualise at home</title>
      <link>https://fc4c6dbc.haigmail.pages.dev/2008/10/02/looking-to-virtualise-at-home/</link>
      <pubDate>Thu, 02 Oct 2008 08:10:33 +0000</pubDate>
      
      <guid>https://fc4c6dbc.haigmail.pages.dev/2008/10/02/looking-to-virtualise-at-home/</guid>
      <description>
        
          
            &lt;p&gt;Ever since vmware made ESXi a free download I have wanted to install and run it at home so I can P to V my systems at home. And save money on electricity. And before you ask I have looked at the Xen and Virtualbox and Kvm solutions but have found them not quite ready fro my prime time.&lt;/p&gt;
&lt;p&gt;I had been running vmware server in the past with reasonable success.&lt;/p&gt;
          
          
        
      </description>
    </item>
    
  </channel>
</rss>