License Registration for HyperFlex

HyperFlex Registered with LIcense

After the installation of HyperFlex, you will have an evaluation period. During this time you have to register the cluster with a valid license. There are features that won’t be running anymore after the evaluation period is over. How to register your HyperFlex cluster? In HyperFlex Connect there is information about the license of the … Read more

HX-CSI ReadWriteMany Block Device Example

ls block hx-csi

Specialized applications can need to read/write directly to a block device. The main use case are databases. A filesystem is more “human-readable” and it adds extra overhead. Instead of the filesystem, block devices are chosen more often. More information about Kubernetes can be found HERE. After the installation of Kubernetes and the HyperFlex Container Storage … Read more

HyperFlex 4.5 Container Storage Interface (HX-CSI) Installation

In a containerized environment, you need persistent volumes . With HyperFlex 4.5, iSCSI thisis possible. What are the difference between using iSCSI or CSI in a container. Information about Kubernetes Persistent Volumes can be found HERE. iSCSI can only do: ReadWriteOnce and ReadOnlyMany. HX-CSI can do both AND also ReadWriteMany. (Block) There is a very … Read more

Kubernetes Installation. [updated]

For the HyperFlex Container Storage Interface (HX-CSI) you will need a Kubernetes cluster. Here is the start of an image that have the right software on it and which you can clone before configuring Kubernetes. Start with a normal Ubuntu 18.04 installation. I just want to have certain versions of software and that is why … Read more

iSCSI Support in HyperFlex 4.5

Intro HX iSCSI Video Serie

The latest HyperFlex Data Platform 4.5 can be found at: cisco.com/go/software and one of the new feature is iSCSI. With iSCSI you can have raw block storage device to your server over the network. I’ve already created a blog where I explained iSCSI in a nutshell and there is more! The playlist of all the … Read more

Upgrade ESXi of a HyperFlex cluster via Intersight.

Via Intersight it is possible to install HyperFlex and HyperFlex Edge clusters very easy. Now you can also upgrade the ESXi Hypervisor of the HyperFlex cluster via Intersight. Upgrade Hypervisor Go to Intersight.com and select HyperFlex Clusters. You will see your HX Clusters and on the right you will see 3 dots. When you click … Read more

Github and PyCharm

I am not a programmer but sometimes I create some small API integration for HyperFlex that make my life easier. I am writing in Python and I am using PyCharm with the plugin Kite. To have my code published and make sure the correct versions are on the web, I am using the PyCharm Github … Read more