{"id":580,"date":"2016-08-06T18:44:03","date_gmt":"2016-08-06T22:44:03","guid":{"rendered":"https:\/\/ithinkvirtual.com\/?p=580"},"modified":"2018-02-10T09:36:14","modified_gmt":"2018-02-10T14:36:14","slug":"pernixdata-fvp-freedom-woes-with-missing-supermicro-system-uuid","status":"publish","type":"post","link":"https:\/\/ithinkvirtual.com\/2016\/08\/06\/pernixdata-fvp-freedom-woes-with-missing-supermicro-system-uuid\/","title":{"rendered":"PernixData FVP Freedom Woes With Missing Supermicro System UUID"},"content":{"rendered":"

PernixData FVP Freedom Woes\u00a0With Missing\u00a0System UUID<\/strong><\/p>\r\n

Recently, I’ve been wanting to give PernixData FVP Freedom a run in my HomeLab Datacenter to better familiarize myself with the product and see how much of a performance improvement I’d get if any at all. \u00a0I’ve heard from so many people how much they love the product so I figured “why not”?<\/p>\r\n

For those who are not familiar with PernixData FVP<\/a>, it accelerates Storage and Virtual Machines by moving read and write operations to the server tier, instead of the storage tier, using Flash or RAM to ensure the fastest VM performance. \u00a0This, in turn, reduces VM latency by a claimed 10x and overall SAN utilization by over 80%.<\/p>\r\n

\u00a0To start off, I visited the PernixData website<\/a> and went ahead to register for the free FVP Freedom product. \u00a0A short time later \u00a0I received an email and obtained my download and license key information, along with all the documentation needed to get it up and running. \u00a0I installed the ESXi host VIBs and opted to deploy the .ova appliance version so that the deployment would be\u00a0a piece of cake. \u00a0Once I got the product up and running, I logged into the Management appliance and attempted to configure my cluster and add resources, but for some reason, none of my hosts’ were showing up. \u00a0I kept getting the “No PernixData compatible hosts have been detected in the cluster<\/em>“, and only (1) of my (5) hosts was detected but it was not part of the cluster that I was configuring yet.<\/p>\r\n

This is where I ran into a snag that took quite a bit of time to research and find a fix. \u00a0Luckily, another blogger by the moniker “vWilmo<\/strong><\/em>” who’d experienced this same issue and described how to fix it, so I figured I’d write a similar entry for my own reference, and to help others who may frequent my blog. \u00a0I will also be sharing his link at the bottom of this page.<\/p>\r\n

Ultimately, the issue stemmed from the fact that Supermicro did not generate any system UUIDs for my boards and FVP needs them to detect the hosts to use as resources. \u00a0KB 1006250<\/a> references the situation of an ESXi host not having a unique UUID but did not offer a solution other than to contact the manufacturer (which I did via email and am still awaiting a reply<\/em>). \u00a0To confirm\u00a0this, I ran a script I found online called Get-VMHostUUID<\/strong> to pull the UUID’s from all of my hosts connected to my vCenter server. \u00a0Upon review, it only returned a value for my “white box” host, and returned all “zero” values for my remaining (4) Supermicro systems. \u00a0I also ran\u00a0prnxcli<\/strong><\/em> via SSH connection to my host which returned an error as well.<\/p>\r\n

\u00a0\"2016-08-05_15-10-50\"<\/a> \"2016-08-05_19-20-02\"<\/a><\/p>\r\n

As my Supermicro systems run an AMI (American Megatrends) BIOS, there is a BIOS utility that can be used to generate a new UUID for the system which can be found here. \u00a0Download this<\/a> file and extract the contents. \u00a0The file we need to use is named AMIDEDOS.exe<\/strong><\/em>, so I took this file and placed it on a DOS formatted USB drive that I had created with Rufus<\/a> back when I needed to flash my BIOS and upgrade my Intel NIC firmware.<\/p>\r\n

\u00a0\"2016-08-05_19-39-09\"<\/a><\/p>\r\n

Insert and boot into the\u00a0USB, then\u00a0navigate to the directory that houses the file mentioned above.\u00a0<\/p>\r\n

\u00a0\"2016-08-05_20-18-14\"<\/a><\/p>\r\n

Enter the following command:<\/p>\r\n

AMIDEDOS.exe \/su auto<\/pre>\r\n

\u00a0\"2016-08-05_20-18-25\"<\/a><\/p>\r\n

If successful, this will generate a new system UUID for you and you should then receive an output like this:<\/p>\r\n

\u00a0\"2016-08-05_20-19-25\"<\/a><\/p>\r\n

Reboot your host, SSH into it and run the prnxcli<\/strong><\/em> command. \u00a0If it runs successfully you should see an output like this:<\/p>\r\n

\u00a0\"2016-08-05_20-30-04\"<\/a><\/p>\r\n

After I completed this process on all of my (4) impacted hosts, I ran the Get-VMHostUUID<\/strong> script again and was happy to see that I now had a valid UUID for each host which match each prnxcli<\/strong><\/em> output.<\/p>\r\n

\u00a0\"2016-08-05_20-52-42\"<\/a><\/p>\r\n

Upon logging into the vCenter Web Client, I\u00a0noticed that there is now a PernixData plugin icon in the vCenter Web Client interface which can be selected to launch the PernixData Management Console or access the FVP dashboard from within the Web Client.<\/p>\r\n

\u00a0\"2016-08-06_11-02-46\"<\/a>\"2016-08-06_11-03-07\"<\/a><\/p>\r\n

Lastly, I logged into the PernixData FVP Management console again, and I was now able to create my cluster and assist hosts as resources. \u00a0The only caveat is that there is a single-cluster limitation with the FVP Freedom version license, so if have all of your hosts in a single cluster then you are good. \u00a0Unfortunately for me, I have (3) clusters so I need to pick which one I want to use FVP with. \u00a0I decided to use my Management Cluster since that houses the majority of my VMs at the moment.<\/p>\r\n

\u00a0\"2016-08-05_20-54-12\"<\/a><\/p>\r\n

After letting it work its magic for a few hours, I noticed that the VM latency had reduced drastically to an average ~ +\/- 2.0 ms and overall performance was great! \u00a0I must say that I am really impressed, satisfied, and glad that I gave this program a shot!<\/p>\r\n

\"2016-08-06_16-18-52\"<\/a>\u00a0\"2016-08-06_16-19-00\"<\/a> \"2016-08-06_16-19-25\"<\/a><\/p>\r\n

Well, \u00a0I hope that you have found this useful, thanks for stopping by!<\/p>\r\n

Special thanks to Geoff Wilmington aka @vWilmo<\/a> for helping me to solve this as I am lucky I found your post. \u00a0Another shout out to Andy Daniel aka @vNephologist<\/a> from PernixData for his willingness to communicate with and try to assist me with this problem.<\/p>\r\n

Pingbacks:<\/p>\r\n