SCC is not launching from some of the windows machines where openJDK version is less than 8u341.
Update the JDK version from where the SCC is launched to any version above 8u341. Then perform the following steps.
Login to sentinel server as a root user and run the following command:
ss -tlnp | grep 10013
Check the value of second column in the output of the above command. If it is greater than 0, then kill that process.
kill -9 <pid>
Where pid is displayed in the output of step1.
Once the process is killed, a sentinel restart is triggered. Wait for the Sentinel server to restart.
Login to Sentinel server. Download and launch control center.