ose service restart
Stop OSE middleware successfullyStart OSE Service: #m#s [====================================================================] 100%Timed out, please refer the log file under /opt/vmware/voss/log to get more detail!Or check if the jvmargs is valid(ose jvmargs show)ose config validate
+----------------------+-------------+---------------+-------------------------------------------------------+| Name | Required | Validation | Detail |+======================+=============+===============+=======================================================+| OSE Endpoint | Y | Valid | |+----------------------+-------------+---------------+-------------------------------------------------------+| Database | Y | Valid | |+----------------------+-------------+---------------+-------------------------------------------------------+| Certificate | Y | Valid | |+----------------------+-------------+---------------+-------------------------------------------------------+| Cloud Director | Y | Valid | |+----------------------+-------------+---------------+-------------------------------------------------------+| Platform - ECS | Y | Valid | |+----------------------+-------------+---------------+-------------------------------------------------------+| ECS Admin Service | Y | Invalid | do request, ERROR: Get "https://<ecs_fqdn>:4443/lo || | | | gin": net/http: TLS handshake timeout |+----------------------+-------------+---------------+-------------------------------------------------------+| ECS S3 Service | Y | Valid | |+----------------------+-------------+---------------+-------------------------------------------------------+/opt/vmware/voss/log/ose-keeper.log on the OSE server shows an error of the form:<timestamp> ecs.go:35: [########] Failed to do request, ERROR: Get "https://<ecs_fqdn>:4443/login": net/http: TLS handshake timeout
curl -k -v https://<ecs_fqdn>:4443/login
Trying #.#.#.#...TCP_NODELAY setConnected to <ecs_fqdn> (#.#.#.#) port 4443 (#0)ALPN, offering h2ALPN, offering http/1.1successfully set certificate verify locations: CAfile: /etc/pki/tls/certs/ca-bundle.crt CApath: noneTLSv1.3 (OUT), TLS handshake, Client hello (1):
This issue occurs if there is a network issue causing connectivity from the OSE server to the Dell ECS Admin Service endpoint to fail.
The OSE service cannot start if the configured Dell ECS Admin Service cannot be reached.
Ensure that the Dell ECS Admin Service is running and reachable on the network from the OSE server.
For example, confirm that there is no firewall, load balancer or other network configuration that could be blocking connectivity.
Once the Dell ECS Admin Service is reachable from the OSE server then the OSE service will be able to start.
For more information on the network requirements, see the OSE documentation on ECS
Deployment Requirements.