[VMware]
[vmware] vcenter appliance 패치 실패 후 에러 난 경우
현재에최선을
2022. 10. 7. 19:12
vcenter appliance 패치 실패 후 에러 난 경우
vcenter appliance 패치 실패 후 다시 실행 시 "업데이트를 실패했습니다. vcenter가 동작하지 않습니다."
메시지와 함께 업데이트가 진행안 될 경우.
아래 작업을 수행 (파일이 없을 경우 다음 단계 진행)
필자의 경우 3, 4, 5은 파일이 없어서 넘어감.
- Take a snapshot/backup of the vCenter appliance.
- Run the following commands on the VCSA via an SSH session:
1) service-control --stop applmgmt
2) rm -rf /storage/core/software-update/updates/*
3) rm -rf /storage/core/software-update/stage/*
4) rm -rf /storage/db/patching.db
5) mv /storage/core/software-packages/staged-configuration.json /storage/core
6) mv /etc/applmgmt/appliance/software_update_state.conf /storage/core
7) service-control --start applmgmt
3. Retry the update.