Thanks for your response. The outputs are as follows:
cryosparc@RDLR0027 ~]$ ls -l $(which cryosparcm)
-rwxr-xr-x. 1 cryosparc cryosparc 76852 Nov 18 10:19 /app/apps/rhel8/cryosparc/cryosparc_master/bin/cryosparcm
[cryosparc@RDLR0027 ~]$ cryosparcm cli "get_scheduler_targets()"
[{'cache_path': '/data2/cryosparc_cache', 'cache_quota_mb': None, 'cache_reserve_mb': 10000, 'desc': None, 'gpus': [{'id': 0, 'mem': 50943623168, 'name': 'Quadro RTX 8000'}, {'id': 1, 'mem': 50946506752, 'name': 'Quadro RTX 8000'}, {'id': 2, 'mem': 50946506752, 'name': 'Quadro RTX 8000'}], 'hostname': 'localhost', 'lane': 'default', 'monitor_port': None, 'name': 'localhost', 'resource_fixed': {'SSD': True}, 'resource_slots': {'CPU': [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95], 'GPU': [0, 1, 2, 3], 'RAM': [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63]}, 'ssh_str': 'cryosparc@localhost', 'title': 'Worker node localhost', 'type': 'node', 'worker_bin_path': '/app/apps/rhel8/cryosparc/cryosparc_worker/bin/cryosparcw'}, {'cache_path': None, 'cache_quota_mb': None, 'cache_reserve_mb': 10000, 'desc': None, 'gpus': [{'id': 0, 'mem': 50943623168, 'name': 'Quadro RTX 8000'}, {'id': 1, 'mem': 50946768896, 'name': 'Quadro RTX 8000'}, {'id': 2, 'mem': 50946768896, 'name': 'Quadro RTX 8000'}], 'hostname': 'RDLR0027.ddns.med.umich.edu', 'lane': 'default', 'monitor_port': None, 'name': 'RDLR0027.ddns.med.umich.edu', 'resource_fixed': {'SSD': False}, 'resource_slots': {'CPU': [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95], 'GPU': [0, 1, 2], 'RAM': [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63]}, 'ssh_str': 'root@RDLR0027.ddns.med.umich.edu', 'title': 'Worker node RDLR0027.ddns.med.umich.edu', 'type': 'node', 'worker_bin_path': '/home/cryosparc/cryosparc_worker/bin/cryosparcw'}]
[cryosparc@RDLR0027 ~]$ cryosparcm status | grep HOST
export CRYOSPARC_MASTER_HOSTNAME="RDLR0027.ddns.med.umich.edu"
[cryosparc@RDLR0027 ~]$ hostname -f
RDLR0027.ddns.med.umich.edu
[cryosparc@RDLR0027 ~]$ host $(hostname -f)
RDLR0027.ddns.med.umich.edu has address 172.17.176.141
[cryosparc@RDLR0027 ~]$ host localhost
localhost.ddns.med.umich.edu has address 10.60.122.197
[cryosparc@RDLR0027 ~]$ cat /etc/hosts
127.0.0.1 localhost localhost.localdomain localhost4 localhost4.localdomain4
::1 localhost localhost.localdomain localhost6 localhost6.localdomain6
[cryosparc@RDLR0027 ~]$