Cryosparc not starting

Hi,

After installation first time cryosparc started but second time it is not starting and hanging on command_core started forever
image


It is cluster installation on redhat os. Kindly help!
Regards,
Aparna

Welcome to the forum @aparna .
What are the outputs of the following commands in a fresh shell

cryosparcm log command_core | tail -n 20
eval $(cryosparcm_env)
curl ${CRYOSPARC_MASTER_HOSTNAME}:${CRYOSPARC_MONGO_PORT}
curl 127.0.0.1:${CRYOSPARC_MONGO_PORT}
host ${CRYOSPARC_MASTER_HOSTNAME}
exit # exit the shell

Please post the outputs of these commands as text.