ProTip – Scheduling Tasks in vSphere Web Client

There are many hidden gems in the vSphere Web Client that are intended to make managing the environment much more efficient. This is one of my favorites. You can quickly schedule any of the supported tasks for a one-time shot or repeating.

On a Windows machine, hold the CTRL button *after* right-clicking on a VM object. Continue to hold the button until you select the [supported] task to schedule.  On an OSX machine, i noticed the schedule icon will appear while pressing CTRL but only function with COMMAND instead (bug will be filed).

+++++
@virtualjad…

ProTip – Specifying a vCAC Provisioning Folder

Using the custom property “VMware.VirtualCenter.Folder” will allow you to save provisioned machines to a folder other than the default “VRM” folder that is automatically created. Better yet, this custom property can be added to the Blueprint or Business Group level resulting in per-Blueprint or per-BG provisioning to a given folder.

You can also get a little more sophisticated and create a drop-down (or free text) field to allow users to select (or manually type) the desired folder by using a combination of this property and some Property Dictionary wizardry.

+++++

@virtualjad…

ProTip – vCAC Storage Tiering

A Storage Reservation Policy is created in Infrastructure -> Reservations -> Reservation Policies within vCAC. You can create any number of Storage Reservation Policies and assign them to an accessible Storage Path (one that is accessible to the Business Group’s Resource Reservation).  SRP’s are assigned per storage volume, meaning you can assign different volumes (VMDK’s) to different policies for multi-tiering within an application.


– Step 1: Ensure all desired Storage Paths are enabled in the Reservation
– Step 2: Create the Storage Reservation Policy
– Step 3: Edit the Cluster Configuration (Infrastructure -> Compute Resources -> Compute Resources -> Configuration tab) to the assign a Storage Reservation Policy for each Storage Path
– Step 4: Enable the SRP by editing the Blueprint’s storage volumes. You can also select “Allow user to see and change storage reservation policies” to allow users to change this setting during provisioning.

+++++
@virtualjad…