1) SSH login on SDDC Manager by 'vcf
' user.
2) Switch user to 'root
' (su -
)
3) Shutdown & Reboot of SDDC Manager VM with 'shutdown --reboot now
' and wait 5 min of all services started and BUI work.
4) Execute step 5,6,7 of my previously posted.
Only way i know to manipulate VCF credentials by CLI, as vCenter(s) passowrd(s), is PowerShell PowerVCF module(PowerShell Module for VMware Cloud Foundation). Try the 'Get-VCFCredential
' and 'Set-VCFCredential
' after rebooted the SDDC Manager.
------------------------------
Hope this helps
Michele V.
--
If you want, mark the reply as "Helpful Answer", "Correct Answer" or "Recommend". By marking replies correct or helpful, you make it easier for community members to find replies that might help them in a similar situation
------------------------------
Original Message:
Sent: Apr 02, 2025 07:40 AM
From: danielmgrinnell
Subject: SDDC Manager vCenter Passwords expired
Thanks for the reply!
Unfortunatley i cant get into the GUI after multiple restarts and troubleshooting and will need to do this via CLI. Do you know of a way to update the passwd to the VC's via CLI?
Thanks again!!
Original Message:
Sent: Apr 02, 2025 03:56 AM
From: Michele Vecchiato
Subject: SDDC Manager vCenter Passwords expired
1) SSH login on SDDC Manager by 'vcf
' user.
2) Switch user to 'root
' (su -
)
3) Restart all SDDC Manager services with command '/opt/vmware/vcf/operationsmanager/scripts/cli/sddcmanager_restart_services.sh
' and wait 3 min that all services started.
4) Try to login on SDDC Manager BUI.
5) Navigate on BUI to 'Passowrd Management menu
' and select a vCenter root account
6) Select a vCenter root Credendial and selct 'REMEDIATE
' fuction.
7) Update the root password and wait the credential task completed.
------------------------------
Hope this helps
Michele V.
--
If you want, mark the reply as "Helpful Answer", "Correct Answer" or "Recommend". By marking replies correct or helpful, you make it easier for community members to find replies that might help them in a similar situation
Original Message:
Sent: Mar 31, 2025 07:52 PM
From: danielmgrinnell
Subject: SDDC Manager vCenter Passwords expired
My SDDC manager is down and i cant get into the GUI, but CLI works.
My vCenter root passwords expired and i had to change them, but how do i update SDDC manager with the new passwords.
Thanks