I’ve been trying to apply the patch for Cryosparc v2.15 due to GPU memory issues, but have run into an issue while trying to patch worker nodes.
I have started the patch using cryosparcm patch as below (added --force since I’ve tried this a few times).
[cryosparc_user@naan bin]$ ./cryosparcm patch --force
Install patch? (y/n): y
Downloading…
Downloading cryosparc2_master_patch.tar.gz…
Downloading cryosparc2_worker_patch.tar.gz…
Patching master…
Done.
Gathering worker info…
Warning: Unable to find ip address of worker c109792. Node may be offline.
Patch 2 workers? (y/n): y
Patching workers…
All workers:
c109792 cryosparc_user@c109792
naan.host cryosparc_user@naan.host
=================================================
Updating worker c109792: Remote update
scp cryosparc2_worker_patch.tar.gz cryosparc_user@c109792:/home/cryosparc_user/software/cryosparc/cryosparc2_worker/cryosparc2_worker_patch.tar.gz
ssh: Could not resolve hostname c109792: Name or service not known
lost connection
Failed to update c109792! Skipping…
-------------------------------------------------
Updating worker naan.host: Remote update
scp cryosparc2_worker_patch.tar.gz cryosparc_user@naan.host:/home/cryosparc_user/software/cryosparc/cryosparc2_worker/cryosparc2_worker_patch.tar.gz
Password:
My questions are:
1) I have no idea what password this is asking for since cryosparc_user password doesn’t work?
2) How can I remove the c109792 worker node, which is the default lane currently? The computer hostname changed and I successfully added the new lane for the correct hostname, but I’d like to remove this one.
Any help is greatly appreciated!