Hi wtempel,
I have made a new troubleshooting topic regarding another issue that was resolved by downgrading my CryoSPARC version to V3.4.0. The system’s network environments are the same.
- Output of non-working system
export CRYOSPARC_MASTER_HOSTNAME="dt-exxact-01"
(base) [exx@dt-exxact-01 CUDA_Install_Files]$ uname -a
Linux dt-exxact-01 3.10.0-1160.66.1.el7.x86_64 #1 SMP Wed May 18 16:02:34 UTC 2022 x86_64 x86_64 x86_64 GNU/Linux
(base) [exx@dt-exxact-01 CUDA_Install_Files]$
- Output of working system
(base) [exx@dt-exxact-02 ~]$ hostname -f
dt-exxact-02
(base) [exx@dt-exxact-02 ~]$ grep MASTER /usr/local/CryoSPARC/cryosparc_master/config.sh
export CRYOSPARC_MASTER_HOSTNAME="dt-exxact-02"
(base) [exx@dt-exxact-02 ~]$ uname -a
Linux dt-exxact-02 3.10.0-1160.66.1.el7.x86_64 #1 SMP Wed May 18 16:02:34 UTC 2022 x86_64 x86_64 x86_64 GNU/Linux
(base) [exx@dt-exxact-02 ~]$