After migrating a Supervisor enabled cluster to another vSphere Distributed Switch the vCenter wcp service won't start anymore with error "Err No portgroup backing given Network Segment dvportgroup-############ is available on vSphere Cluster'"
search cancel

After migrating a Supervisor enabled cluster to another vSphere Distributed Switch the vCenter wcp service won't start anymore with error "Err No portgroup backing given Network Segment dvportgroup-############ is available on vSphere Cluster'"

book

Article ID: 416231

calendar_today

Updated On:

Products

VMware vSphere Kubernetes Service

Issue/Introduction

After migrating a Supervisor enabled cluster to another vSphere Distributed Switch the vCenter wcp service is not able to start because a port group is missing

 

Starting the wcp service manually fails:


root@############ [ ~ ]# service-control --start wcp
Operation not cancellable. Please wait for it to finish...
Performing start operation on service wcp...
Error executing start on service wcp. Details {
    "detail": [
        {
            "id": "install.ciscommon.service.failstart",
            "translatable": "An error occurred while starting service '%(0)s'",
            "args": [
                "wcp"
            ],
            "localized": "An error occurred while starting service 'wcp'"
        }
    ],
    "componentKey": null,
    "problemId": null,
    "resolution": null
}
Service-control failed. Error: {
    "detail": [
        {
            "id": "install.ciscommon.service.failstart",
            "translatable": "An error occurred while starting service '%(0)s'",
            "args": [
                "wcp"
            ],
            "localized": "An error occurred while starting service 'wcp'"
        }
    ],
    "componentKey": null,
    "problemId": null,
    "resolution": null
}
root@############ [ ~ ]#

 

 

wcp logs show a missing port group:

/var/log/vmware/wcp/wcpsvc.log

2025-10-08T15:47:39.809Z info wcp [vclib/network_segment.go:67] [opID=68e6879a] None of the user specified networks [dvportgroup-############] are available on cluster ClusterComputeResource:domain-c############
2025-10-08T15:47:39.809Z error wcp [instanceconfig/configuration.go:398] [opID=68e6879a] Failed to construct network settings for master mgmt network. Err No portgroup backing given Network Segment dvportgroup-############ is available on vSphere Cluster domain-c############.

Environment

vCenter 8.0 U3

Cause

Distributed Virtual Switch (DVS) portgroup migration is not supported on clusters with active Supervisors. The wcp service expects portgroups will always remain attached to the DVS spanning the clusters' hosts.

Resolution

Workaround: Roll back the DVS migration to the original DVS / port groups in order to be able to start the wcp service again. 

 

Note: Migrating a Supervisor-enabled cluster to another vSphere Distributed Switch is currently not supported.