Service-control failed. Error: Failed to start services in profile ALL. RC-1, stderr-failed to start sps, updatemgr, wcp, vpxd, vsan-health, vstats services, Error: Operation times out
[VpxMain] Setting OpenSSL verify locations for CAFiles = CAPath=/etc/ssl/certs
info vpxd (######) (Original@xxx sub=default) Creating SSL Contexts
error vpxd (######) (Original@xxx sub=default) Failed to initialize the SSL context: N7Vmacore6CryptoExeceptionE (Crypto Exception: error:8xxxxxxx: system library: No such file or directory: unable to load BIO)
--> [context] ################/#################+############
xxxxxxxxxxxxxxxx ==[/context]
panic vpxd [xxxxx] (Original@xxx sub=default)
--->
---> Panic: Failed to initialize the SSL context.
---> Backtrace:
---> [backtrace begin] product: VMware VirtualCenter, version 8.03, build-xxxxxx, tag: vpxd. cpu: x86_64; os: linux, buildType: release
--->
--->
vCenter 7.0.x
vCenter 8.0.x
Missing rui.crt and rui.key on directory /etc/vmare-vpx/ssl folder on vCenter
/usr/lib/vmware-vmafd/bin/vecs-cli entry getcert --store MACHINE_SSL_CERT --alias _MACHINE_CERT --output /var/tmp/machine.crt
/usr/lib/vmware-vmafd/bin/vecs-cli entry getkey --store MACHINE_SSL_CERT --alias _MACHINE_CERT --output /var/tmp/machine.key
cd /var/tmp
mv rui.crt rui_backup.crt
cp /var/tmp/machine.crt /etc/vmware-vpx/ssl/rui.crt
cp /car/tmp/machine.key /etc/vmware-vpx/ssl/rui.key
service-control --start vpxd
service-control --start --all