Skip to main content
FlexPod

Configure VMware vCenter Server 6.7 and vSphere clustering

Contributors

To configure VMware vCenter Server 6.7 and vSphere clustering, complete the following steps:

  1. Navigate to https://<<FQDN or IP of vCenter>>/vsphere-client/.

  2. Click Launch vSphere Client.

  3. Log in with the user name administrator@vsphere.local and the SSO password you entered during the VCSA setup process.

  4. Right-click the vCenter name and select New Datacenter.

  5. Enter a name for the data center and click OK.

Create vSphere cluster

Complete the following steps to create a vSphere cluster:

  1. Right-click the newly created data center and select New Cluster.

  2. Enter a name for the cluster.

  3. Enable DR and vSphere HA by selecting the checkboxes.

  4. Click OK.

    Error: Missing Graphic Image

Add ESXi hosts to cluster

  1. Right-click the cluster and select Add Host.

    Error: Missing Graphic Image

  2. To add an ESXi host to the cluster, complete the following steps:

    1. Enter the IP or FQDN of the host. Click Next.

    2. Enter the root user name and password. Click Next.

    3. Click Yes to replace the host’s certificate with a certificate signed by the VMware certificate server.

    4. Click Next on the Host Summary page.

    5. Click the green + icon to add a license to the vSphere host.

      Note This step can be completed later if desired.
    6. Click Next to leave lockdown mode disabled.

    7. Click Next at the VM location page.

    8. Review the Ready to Complete page. Use the back button to make any changes or select Finish.

  3. Repeat steps 1 and 2 for Cisco UCS host B. This process must be completed for any additional hosts added to the FlexPod Express configuration.

Configure coredump on ESXi hosts

  1. Using SSH, connect to the management IP ESXi host, enter root for the user name, and enter the root password.

  2. Run the following commands:

    esxcli system coredump network set -i ip_address_of_core_dump_collector -v vmk0 -o 6500
    esxcli system coredump network set --enable=true
    esxcli system coredump network check
  3. The message Verified the configured netdump server is running appears after you enter the final command.

This process must be completed for any additional hosts added to FlexPod Express.