Monthly Archives: January 2015

ScaleIO SDS Components Selection Greyed Out – Solved

<Solved> Problem:
EMC ScaleIO SDS Components Select Devices Greyed Out. This is on the Add devices to SDSs step when using the ScaleIO for VMware Installation Wizard (Deploy ScaleIO environment from the main ScaleIO plugin page) as can be seen in the following screenshot:
emc_scaleio_sds_component_device_selection_greyed_out

Solution:
On the main EMC ScaleIO page within the Web Client click on Advanced Settings on the right as shown here:

emc_scaleio_advanced_setting_section

Now select the first check box: Enable VMDK creation. If you want to use RDMs, also select Enable RDMs on non Parallel SCSI controllers. Screenshot:

emc_scaleio_advanced_settings_pop_up

In my case, I was now able to proceed with the deployment!

Another little trick, if you’ve closed out of the deployment wizard, your progress will be saved. When you click on “Deploy ScaleIO environment” again, it gives you the option to resume where you left off, which is a nice time saver.

Good luck,
Mike

VMware ESXi – Two filesystems with the same UUID have been detected – Solved

The Error:
Two filesystems with the same UUID have been detected. Make sure you do not have two ESXi installations

Troubleshooting:

I recently got the above error and PSoD (Purple Screen of Death [similar to a BSOD in the VMware world…]) after a fresh install of VMware ESXi v5.5 u2a on a newly built white box.

The information found at this VMware KB was not helpful, in my case, aside from allowing me to reboot and finish booting into ESXi successfully:

  1. Restart the system.
  2. During the reboot, when the hypervisor screen appears, press Shift+O.
  3. In the boot option, type overrideDuplicateImageDetection and press Enter.

While I was able to boot in ESXi via the GUI, shell, SSH, and vCenter with no errors using this method, the PSoD reoccurs when you reboot. The various methods mentioned around the web didn’t work for me to FIX not workaround the problem.

The Fix:

Delete any partitions that remain on drives you’re not using.

My Method:

  1. Take notes about the drive where ESXi is installed (whether logical or physical) and any other Datastores you want to keep – the drive sizes will be your biggest giveaway.
  2. Go get yourself a fresh copy of the GParted Live Bootable CD ISO here: http://sourceforge.net/projects/gparted/
  3. Burn the ISO to a fresh blank CD
  4. Boot your ESXi box to the CD and let GParted load
  5. At the top right walk through each of the drives. If any partitions remain on drives you don’t want, delete all of the partitions on the drive.
  6. Make sure to apply all of your changes
  7. Reboot

In my case this completely solved the PSoD and the system is happy.

Good Luck,
Mike

P.S. If you get the following error when trying to create a datastore:

Call "HostStorageSystem.ComputeDiskPartitionInfo" for object "storageSystem-10" on vCenter Server "vcenter01" failed.

Cleaning off the old partitions will likely clear this issue as well.