I seen the hosted engine ssl expired hence unbale to connect with all the hosts.
openssl x509 -noout -enddate -in /etc/pki/ovirt-engine/certs/engine.cer
notAfter=Dec 22 15:08:50 2021 G
VDSM
cal2-app3-nodeb.wac..net command Get Host Capabilities failed: PKIX path validation
failed: java.security.cert.CertPathValidatorException: validity check failed
The original setup was done with self hosted engine but since had a issues I provisioned
new standalone HE and restored the backup from original setup. now the problem is when i
try to renew the hosted engine ssl with engine-setup option it is throwing error stating
hosted engine vm not set with Global maintenance mode as below
Stage: Setup validation
During execution engine service will be stopped (OK, Cancel) [OK]:
[ ERROR ] It seems that you are running your engine inside of the hosted-engine VM and are
not in "Global Maintenance" mode.
In that case you should put the system into the "Global Maintenance"
mode before running engine-setup, or the hosted-engine HA agent might kill the machine,
which might corrupt your data.
[ ERROR ] Failed to execute stage 'Setup validation': Hosted Engine setup
detected, but Global Maintenance is not set.
[ INFO ] Stage: Clean up
Log file is located at
/var/log/ovirt-engine/setup/ovirt-engine-setup-20220111013444-ojwb6y.log
[ INFO ] Generating answer file
'/var/lib/ovirt-engine/setup/answers/20220111013625-setup.conf'
[ INFO ] Stage: Pre-termination
[ INFO ] Stage: Termination
[ ERROR ] Execution of setup failed
Is there any way I can overcome this issue.. how do I skip this global maintenance mode
validation as im running the new HS in standalone mode?