# Creating Data Fabric Cluster on HPE Ezmeral Container Platform 5.3

Pre-requisites

  • HPE Ezmeral Container Platform GUI access

  • Gateway deployed in HA or non-HA mode

  • Minimum five (5) storage worker nodes

# Hardware Requirements

Node CPU Memory Hard Disk1 Hard Disk2 Hard Disk3
Controller 8 64GB 500GB 500GB -
Gateway 8 32GB 500GB 500GB -
Master 16 64GB 500GB 500GB -
Worker 64 128GB 500GB 500GB 500GB

# Process

# Host Configuration

  1. Expand the KUBERNETES tab on the left pane of Web UI.

  2. Navigate to the Hosts tab under the KUBERNETES tab. Do not select the Host view under the EPIC tab.

  3. Enter details for IP List, Username, Credentials, and Password and then click Submit as in Figure below.

Figure 64: Adding k8s cluster worker nodes for creating datafabric cluster creation

  1. HPE Ezmeral Container Platform will install the software and perform the initial configuration.

This step will complete when the status shows "phase 1 of 2 completed".

  1. After the bundle is installed, phase 1 is completed. Click edit to confirm disk allocation. HPE Ezmeral Container Platform can only add raw disks.

  2. After the disk allocation is confirmed, select the newly added host and click Install to complete the Kubernetes node installation.

  3. When Install is selected, a new dialog box will appear to confirm the action. Select OK to continue. The installation will take between 5-10 minutes.

  4. After the Kubernetes node is successfully added, a ready status appears.

# Creating Data Fabric Cluster

  1. Click the Create Kubernetes Cluster on the Kubernetes Clusters page under the KUBERNETES tab.

  2. Provide a Name and description and then select the master and worker nodes for the cluster as shown in below Figure. When done, click Next. HPE Ezmeral Container Platform will automatically configure the HPE Ezmeral Data Fabric using the local drives configured with the nodes. This will be used as persistent storage for containerized application.

Figure 65: shows providing Data Fabric cluster creation name

  1. The Cluster Configuration page appears. Provide the necessary information when prompted.

NOTE

Please refer to the Creating Kubernetes Cluster section for more details.

  1. When the Kubernetes cluster has successfully been created, a page appears as in Figure below.

Figure 66: shows the successful creation of datafabric cluster

# Registering Data Fabric Nodes

1.Execute below commands on controller node to register datafabric nodes.

> LOG_FILE_PATH=/tmp/prepare.log MASTER_NODE_IP="Master_Ip" /opt/bluedata/bundles/hpe-cp-*/startscript.sh --action prepare_dftenants

> LOG_FILE_PATH=/tmp/configure.log MASTER_NODE_IP="Master_Ip" /opt/bluedata/bundles/hpe-cp-*/startscript.sh --action configure_dftenants

> LOG_FILE_PATH=/tmp/register.log MASTER_NODE_IP="Master_Ip" /opt/bluedata/bundles/hpe-cp-*/startscript.sh --action register_dftenants

NOTE

While running the above commands, specify any one of the master ip from the Data Fabric cluster.

2.Data Fabric with tenant storage page as shown below after data fabric registration.

Figure 67: Show the successful registration datafabric and tenant storage creation