Editing an SDDC

Edit an SDDC in VMware Solution. You can update SDDC properties such as display name, SSH key, VMware software version, and the VLANs that the SDDC uses.

If you change the VMware software version after provisioning an SDDC, the new version is used only on ESXi hosts that you add to the SDDC. The software version of existing hosts isn't changed.

Changes that you make to the SDDC by using the OCI Console, API, or CLI aren't automatically made in vCenter. For example, if you change the software version or the SSH keys, the change applies only to ESXi hosts that you add to the SDDC. To change these properties for existing hosts, you must make the applicable updates in vCenter manually.

  • Information in the Console might be shown in a different order than is presented in this topic. Regardless of the order presented, all required and optional fields are the same.

    1. On the Software-Defined Data Centers list page, select the SDDC that you want to work with. If you need help finding the list page or the SDDC, see Listing SDDCs.
      The SDDC's details page opens with the SDDC information tab selected.
    2. On the details page, select Edit SDDC.
    3. In the Edit SDDC panel, update the settings that you want to change:
      • SDDC name: Enter a descriptive name for the SDDC. This name must be unique among all SDDCs in the creating, active, or updating state across all compartments in the region. The SDDC name must be 1 to 16 characters, start with a letter, and contain only non-accented letters, numbers, and hyphens (-). Hyphens can't be next to each other. The name is not case-sensitive. For example, test and Test are treated as the same name. Avoid entering confidential information.
      • SSH key: Provide the public key part of the SSH key. This key is required for remote connections to the ESXi hosts.
    4. Perform one of the following actions depending on the option that you see:
      • Select Update.
      • Select Save Changes.
    5. (Recommended) Select the vSphere client link to go to vCenter, and make the appropriate updates for the SDDC properties that you changed in the Console. You can do this task now or after you save your changes.
  • Use the sddc update command and required parameters to update the SDDC:

    oci ocvs sddc update --nsx-edge-up1-id nsx_edge_up1_id --nsx-edge-up2-id nsx_edge_up2_id 
    --nsx-edge-vtep-id nsx_edge_vtep_id --nsx-vtep-id nsx_vtep_id --sddc-id sddc_OCID --vmotion-id $vmotion_id 
    --vmware-version vmware_version --vsan-id vsan_id --vsphere-id vsphere_id [OPTIONS]

    For a complete list of parameters and values for CLI commands, see the CLI Command Reference.

  • Run the UpdateSddc operation to edit the SDDC information.