Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Expand
titleHow do you upload files to shared storage (e.g. lab, group, or USS storage)?
  • For researchers:

    • For saving to team shared storage enter ‘cd /uss/sharename’ (after sftp>) as a the step prior to uploading files. To view files after logging into the RC, enter ‘cd /dsmlp/teams’.

      Expand
      titleTo upload files via the terminal to the group storage, proceed with the following steps:
      • Via the terminal navigate to the folder that stores the file(s).

      • Enter ‘ls’ to list the files.
      • Enter ‘sftp bah@dsmlp-login.ucsd.edu’ and enter your AD password.
      • Enter ‘cd /uss/labname’.
        1. Entering this code will direct your uploads to the team storage. This command is not shown in the image below.
      • Enter ‘put filename.txt’. Repeat this code for every file to be uploaded.

      • Enter ‘exit’ or ‘quit’ when done uploading files.
      • Next, ssh in the Research Cluster ‘ssh dsmlp-login.ucsd.edu’ and enter AD password
      • Enter ‘cd /dsmlp/teams’ to view files in the shared storage.
  • For administrators:

    • At ‘sftp>’ step, enter ‘cd /uss’. Then 'cd /sharename'. Next, enter ‘put filename.txt’ to upload files.

Expand
titleTo upload files via the terminal to the group storage, proceed with the following steps:
  • Via the terminal navigate to the folder that stores the file(s).

Image Added

  • Enter ‘ls’ to list the files.
  • Enter ‘sftp bah@dsmlp-login.ucsd.edu’ and enter your AD password.
  • Enter ‘cd /uss/labname’.
    1. Entering this code will direct your uploads to the team storage. This command is not shown in the image below.
  • Enter ‘put filename.txt’. Repeat this code for every file to be uploaded.

Image Added

  • Enter ‘exit’ or ‘quit’ when done uploading files.
  • Next, ssh in the Research Cluster ‘ssh dsmlp-login.ucsd.edu’ and enter AD password
  • Enter ‘cd /dsmlp/teams’ to view files in the shared storage.

Jupyter Notebook: File uploads

...