VMware Cloud Foundation

 View Only
  • 1.  SDDC Manager don't work

    Posted Apr 14, 2022 08:07 AM
    Dear all, In my SDDC Manager,It shows "Password manager operation failed in pre-validation stage" When I upgrade a workload domain, it automatically cancels the upgrade task。 Also, I want to know how to remove vRealize from SDDC manager Thanks!


  • 2.  RE: SDDC Manager don't work

    Broadcom Employee
    Posted Apr 20, 2022 02:43 PM

    Hi Mate ,

    You are doing an upgrade of your SDDC and it fails on the pre-check for SDDC Password . 

    what you have to make sure is to have the VCF user : vcf  password into never expired state and VCF root password never expired. if the passwords are expired ur precheck will fail. 

    i would recommend not upgrade your SDDC until your precheck are green . and take a snapshot of the SDDC. 

    To remove your vRealize from SDDC 3.x , you can follow the below KB 

    Disassociate the vRealize Suite 7.x Products from SDDC Manager in VMware Cloud Foundation 3.10.x (81718)

     

    For 4.x U will have to get help from support. 

     

    Regards

    Viquarmca



  • 3.  RE: SDDC Manager don't work

    Posted May 10, 2022 01:50 AM
    Thanks!But this KB only for SDDC 3.x. Finally, I solved it in the following ways: 1.Find the deploymengt lock id: psql --host=localhost -U postgres -d platform -c "select * form lock" 2.Delete the lock task:psql --host=localhost -U postgres -d platform -c "delete form lock where id=*******************" 3.Delete the vRSLCM form datebase: psql -h localhost -U postgres -d platform -c "truncate vrslcm;" psql -h localhost -U postgres -d platform -c "delete from vm_and_vm_type_and_domain where vm_type ='VRSLCM';" psql -h localhost -U postgres -d platform -c "delete from credentialhistory where credential_id in (select id from credential where entitytype ='VRSLCM');" psql -h localhost -U postgres -d platform -c "delete from credential where entitytype ='VRSLCM';"


  • 4.  RE: SDDC Manager don't work

    Posted May 20, 2022 11:55 AM

    Why do so many upgrades lead to needing to touch the postgres