Following https://github.com/IDR/deployment/blob/master/docs/operating-procedures.md#bio-formats-cache-regeneration with step by step notes...
The instructions there distribute the work across all 5 proxy servers..
Followed instructions exactly as written on idr-testing until:
for i in $(cat nodes); do ssh $i 'pip install --user omero-cli-render'; done
bash: pip: command not found
bash: pip: command not found
We can probably skip this step if we use the one shared python environment at /opt/omero/server/venv3 for subsequent steps...
[wmoore@test120-omeroreadwrite ~]$ sudo rm -rf /data/BioFormatsCache/*
Checking we have same jars on all servers... e.g. ZarrReader...
for i in $(cat nodes); do ssh $i 'md5sum /opt/omero/server/OMERO.server/lib/server/OMEZarr*'; done
ce6e7e67626f8c5cc59085b0282ba9cc /opt/omero/server/OMERO.server/lib/server/OMEZarrReader.jar
ce6e7e67626f8c5cc59085b0282ba9cc /opt/omero/server/OMERO.server/lib/server/OMEZarrReader.jar
ce6e7e67626f8c5cc59085b0282ba9cc /opt/omero/server/OMERO.server/lib/server/OMEZarrReader.jar
ce6e7e67626f8c5cc59085b0282ba9cc /opt/omero/server/OMERO.server/lib/server/OMEZarrReader.jar
ce6e7e67626f8c5cc59085b0282ba9cc /opt/omero/server/OMERO.server/lib/server/OMEZarrReader.jar
Deletion has been running for an hour and a half now:
[wmoore@test120-omeroreadwrite ~]$ sudo rm -rf /data/BioFormatsCache/*
Following https://github.com/IDR/deployment/blob/master/docs/operating-procedures.md#bio-formats-cache-regeneration with step by step notes...
The instructions there distribute the work across all 5 proxy servers..
Followed instructions exactly as written on
idr-testinguntil:We can probably skip this step if we use the one shared python environment at
/opt/omero/server/venv3for subsequent steps...Checking we have same jars on all servers... e.g. ZarrReader...
Deletion has been running for an hour and a half now: