...
Action
Use CernVM-FS on batch?.
Singularity
...
Instructions
/cvmfs/ is mounted on all compute and interactive hosts. You can test access by SSH into head.arcc.albany.edu using singularity. Singularity allows users to spawn secure containers, giving them full control over their environment without root privileges. For more information, please see https://www.sylabs.io/.
ITS provides a singularity image that can be run, giving a user access to /cvmfs/ without root.
How-to: Execute an Interactive Shell in the Image
There are two ways to access the image, from a shared network path, or to pull it down to a directory of your choice.
...
Executing a shell from the shared network directory:
Code Block | ||
---|---|---|
| ||
singularity exec --bind /network/ /network/rit/misc/software/singularity/images/singularity_cernvmfs.sif parrot_run bash --noprofile --norc
cd /cmvfs/ |
...
(How-to: Connect via SSH (PuTTY, macOS terminal) and then executing
Code Block | ||
---|---|---|
| ||
cd |
...
/ |
...
cvmfs/ |
...
How-to: Copy Files to my Lab Share
Code Block | ||
---|---|---|
| ||
singularity run --bind /network/ singularity_cernvmfs.sif cp -R /cvmfs/[path/to/files] /network/rit/lab/[path/in/lab] ls |
Include Page | ||||
---|---|---|---|---|
|