ICT-Freak.nl

  1. vSphere: Set NFS Advanced Configuration Settings via esxcfg-advcfg - Yesterday I created a post about changing the advanced configuration settings for NFS via PowerCLI. Today I will show you how you can change the advanced configuration settings with the use of esxcfg-advcfg. This is quite useful for kickstart installations. This is a snippet from my ks.cfg file: # Set NFS advanced Configuration Settings /usr/sbin/esxcfg-advcfg [...]
  2. PowerCLI: Changing Advanced Configuration Settings for NFS -      After reading Jase’s post http://www.jasemccarty.com/blog/?p=532 about setting the advanced configuration settings. I wanted to create a script and add it to the Community Powerpack (more info about the Powerpack here: http://www.virtu-al.net/2010/06/04/goodbye-virtu-al-hello-community/) So I created two PowerCLI scripts to achieve this. You can see a short demo here:   This script will be added [...]
  3. vSphere: The Virtual Machine is installing VMware Tools and Cannot Initiate a Migration Operation - After upgrading a large group Virtual Machines  to the latest build of VMware Tools. I got an error when I started a vMotion task on a some VMs. The warning is pretty clear but I couldn’t cancel the VMware Tools wizard from the vSphere client. After a short search on Google I found a post [...]
  4. Release: vEcoShell 1.2.6 - vEcoShell 1.2.6 is GA!! Quote from vEcoShell blog: The major difference in 1.2.6 is in how connections to multiple vCenter or ESX Servers are managed.  In previous versions, vEcoShell maintained all session management and required custom code in nearly all of it’s scripts to function properly.  These scripts could not run externally to vEcoShell, so [...]
  5. CentOS: How To Create a Local VMware Repository - The first step is to configure the repository server. Before you can start, you have to install the createrepo package. Just run the following command: yum install createrepo If you didn’t already, also install Apache on the Server that’s hosting the repository. Let’s create a folder structure so we can place the rpm’s on the [...]
  6. PowerCLI: Script to Schedule Memory and or vCPU up/downgrade - After creating the Restart-VMs.ps1 script, I also created a script to schedule vHardware changes. With this script, you’re able to upgrade or downgrade the amount of memory and or the amount of vCPU’s of a VM. Just lik the restart script, you can schedule this script and change the recommended parameters. These are the parameters [...]
  7. PowerCLI Schedule a restart job for one or multiple VM’s - I created the following script to schedule some restart jobs overnight. The goal for this script was to add some parameters so you don’t have to edit the script file itself to schedule it for another VM or a group of VM’s. #################################################################### # # Restart-VMs.ps1 # # -vCenter vCenter Server or Servers to connect [...]
  8. vSphere ISO containing Intel 82575 and 82576 Gigabit Ethernet Adapter drivers - This post is a complete re-post from Eric Sarakaitis blog: http://www.vmwareadmins.com   So, after spending three days on this, I was finally able to get the  Intel 82575 and 82576 Gigabit Ethernet Adapter driver slipstreamed onto the installation media. I first followed this: http://patrickvanbeek.wordpress.com/2010/01/30/slipstreaming-drivers-in-the-esx4i-install-iso/ to get the post install drivers working. But I still had [...]
  9. vSphere: Hot Add or Remove a VMDK with a Linux VM - In this post I will show you how to hot add a new VMDK to a Linux VM. I will also post how to remove a VMDK if necessary.   Hot Add a new VMDK Add the new VMDK: After you added the new VMDK login to the VM and run fdisk –l [root@nagios ~]#  [...]
  10. vSphere: Unattended ESX4 installation Tips & Tricks - In this post I will share some tips / tricks and scripts, which I used to create an unattended ESX4 installation.   One of the important lessons I have learned with creating a ks.cfg file for vSphere is how to use proper escaping. for each $ in your script use a \ to escape it [...]
Share and Enjoy:
  • Print
  • Digg
  • del.icio.us
  • Facebook
  • Google Bookmarks
  • LinkedIn
  • Twitthis

About the Author

My name is Bobby Shea and I am an Infrastructure Practice Team Lead for EMC Application Consulting. When I am not working I enjoy riding my motorcycle with my wife, spending time with my family, watching NHL Hockey and exploring new technology.