免責事項:これは英文の記事「lookup service fails to start after modifying VCHA」の日本語訳です。記事はベストエフォートで翻訳を進めているため、ローカライズ化コンテンツは最新情報ではない可能性があります。最新情報は英語版の記事で参照してください。
ERROR: cannot execute CREATE TABLE in a read-only transactionCannot execute create table in a read-only transaction. Caused by: org.springframework.beans.factory.beancreationexception: Error creating bean with name 'ssoserveradapter' defined in servletcontext resource [WEB-INF/tomcat-ls.xml]: Cannot create inner bean'######'
UTC ########.### # FATAL: could not connect to the primary server: could not connect to server: No route to hostIs the server running on host "#.#.#.#" and acceptingTCP/IP connections on port 5432?UTC ########.### # root root LOG: could not send data to client: Broken pipe
次のようなエラーが発生し、SSL 証明書の更新に失敗します。
operation failed: Unable to update com.vmware.rbd extension thumbprint in VCDB
"An error occurred while invoking external command : 'Error while updating the certificate for VC extension com.vmware.vim.eam'"
vCenter Server 7.x / 8.x
ファイルベースのバックアップを生成します。詳細は「vCenter Server 管理インターフェイスを使用した vCenter Server の手動によるバックアップ」を参照してください。
root ユーザとして vCenter Server アプライアンスにログインします。
次のコマンドを使用して、データベースを手動で昇格します。
sudo -u vpostgres /opt/vmware/vpostgres/current/bin/pg_ctl promote -D /storage/db/vpostgres
すべてのサービスを再起動します。
service-control --stop --all
service-control --start --all
それでも問題が解決しない場合は、次のスタンバイ ファイルを移動します。
cd /storage/db/vpostgres
mv standby.conf /tmp
mv standby.signal /tmp
vCenter サービスを再起動します。
service-control --stop --all
service-control --start --all