Skip to main content
FlexPod

VMware vCenter Server 6.7U2 and vSphere clustering configuration

Contributors kaminis85

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

  1. Navigate to https://<<FQDN or IP of vCenter">[FQDN" class="bare">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 a vSphere cluster

To create a vSphere cluster, complete the following steps:

  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.

    express c series c190 deploy image45

Add the ESXi hosts to the cluster

To add the ESXi hosts to the cluster, complete the following steps:

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

    express c series c190 deploy image46

  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.

  3. This step can be completed later if desired.

    1. Click Next to leave lockdown mode disabled.

    2. Click Next at the VM location page.

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

  4. Repeat steps 1 and 2 for Cisco UCS host B.

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

Configure coredump on the ESXi hosts

To configure coredump on the ESXi hosts, complete the following steps:

  1. Log in to https://<vCenter IP>:5480, enter root for the user name, and enter the root password.

  2. Click on services and select VMware vSphere ESXI Dump collector.

  3. Start the VMware vSphere ESXI Dump collector service.

    express c series c190 deploy image47

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

  5. 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
  6. The message Verified the configured netdump server is running appears after you enter the final command.

    express c series c190 deploy image48

    Note This process must be completed for any additional hosts added to FlexPod Express.
    Note ip_address_of_core_dump_collector in this validation is the vCenter IP.