Skip to content

December 2013

Getting Started with Ruby vSphere Console (RVC)

Ruby vSphere Console (RVC) - If you do not know what that is, you should definately give it a try. RVC is a Ruby based command line interface for vSphere and can be used to manage VMware ESXi and vCenter. Initially published as Fling, it grew into a fully implemented feature in vSphere 5.5. The vSphere inventory is presented in a tree structure, allowing you to navigate and run commands against vCenter objects. Many basic administrativ tasks can be done much more efficiently than clicking through the vSphere Client.

This guide covers some basic tasks and the procedure of how to use RVC with:

  • vCenter Server Appliance (VCSA)
  • Windows-based vCenter Server
  • vMA
  • Windows
  • Linux

Read More »Getting Started with Ruby vSphere Console (RVC)

Howto install Ruby vSphere Console (RVC) on vMA 5.x

With the release of vSphere 5.5, VMware supports a new command line utility: Ruby vSphere Console (RVC). RVC is a Ruby based interactive object oriented command line utility. It was initially released as a Fling some years ago. RVC has support for both, the Windows version of vCenter Server and the vCenter Server Appliance (VCSA). It is similar to other command line tools like PowerCLI or ESXCLI and can be used to manage and troubleshoot vSphere environments. In this post I am going to show how to install RVC on the vSphere Management Assistant (vMA).

rvc

Read More »Howto install Ruby vSphere Console (RVC) on vMA 5.x

Howto Install Additional Software in VCSA 5

The vCenter Server Appliance (VCSA) becomes an alternative to the Windows-based vCenter more and more. There are several reasons to install additional software in the VCSA. When you want to implement additional services like DNS for your lab, or you want to monitor the Appliance via Nagios or SNMP, you need additional packages. The Appliance is based on SuSE Linux Enterprise Server 11, so you can use YaST to install packages. In this post I am going to show how to configure the vCenter Server Appliance to enable the installation of additional packages.
Read More »Howto Install Additional Software in VCSA 5

vSAN Lab with VMware Workstation 10

This week VMware has published a new version of its Virtual SAN Beta. There are a lot of features that does not necessary need a real physical lab. To get into the initial setup, scale out and failover functionality and the various command line options, a virtual lab is definitely a reasonable option. As you might know, a SSD is required for vSAN. Instead of emulating an SSD, I am going to use a real SSD with the new SSD Passthrough feature in VMware Workstation 10.

vSAN

Read More »vSAN Lab with VMware Workstation 10