Unable to edit/ cancel the upgrade plan for a workload domain, from SDDC UI or VCF Ops UI when upgrading to VCF 9.1
search cancel

Unable to edit/ cancel the upgrade plan for a workload domain, from SDDC UI or VCF Ops UI when upgrading to VCF 9.1

book

Article ID: 443928

calendar_today

Updated On:

Products

VCF Operations

Issue/Introduction

Unable to edit the upgrade plan for the workload domain, from SDDC UI or VCF Ops UI when upgrading to VCF 9.1.


Although the Upgrade Plan is run/ created on the VCF Ops UI, the same status view will be reflected on the SDDC side, under Workload domains > domain TBD > Upgrades.
Both UIs show the same status locked/ grayed out for either Edit or Cancel Plan

Environment

9.1

Resolution

  1. Use the same approach from https://knowledge.broadcom.com/external/article/402294/error-on-sddc-manager-ui-bundle-managem.html by deleting the stuck plan, via  Developer Center > API call

  2. Get Domain ID via CLI from SDDC manager 
    ssh on SDDC manager with vcf
    su to root
    # su -i 
    # psql -U postgres -h localhost -d platform -c "\x" -c "select id, name from domain;"
    Expanded display is on.
    -[ RECORD 1 ]------------------------------
    id   | <This UUID is needed>
    name | <Domain name>
    

    Or run API call from Developer Center in the user Interface
    -> filter for Domain 
    -> open Domains 
    -> open GET   /v1/domains   Execute  Download response body and review the JSON  



  3. remove via Developer Center API in SDDC 
    -> filter for target
    -> select DELETE /vi/releases/domains/{domainid}
    -> copy paste <THIS UUID is needed> see step 2
    -> execute



  4. Plan will be removed from the impacted domain, new plan can be created and edited