How to access the public servers: Difference between revisions

From UCSC Genomics Institute Computing Infrastructure Information

No edit summary
No edit summary
Line 13: Line 13:


You can use '''''rsync''''' to copy files from kolossus.sdsc.edu to courtyard.gi.ucsc.edu. If needed, you can read about '''''rsync''''' [https://linux.die.net/man/1/rsync  here].
You can use '''''rsync''''' to copy files from kolossus.sdsc.edu to courtyard.gi.ucsc.edu. If needed, you can read about '''''rsync''''' [https://linux.die.net/man/1/rsync  here].
If you want to setup a web page on courtyard, do this:
  mkdir /public/home/''your_username''/public_html
  chmod 755 /public/home/''your_username''/public_html
put data in the public_html directory. The URL will be:
  http://public.gi.ucsc.edu/~''username''/

Revision as of 22:38, 6 July 2018

The Genomic Institute public server is courtyard.gi.ucsc.edu

To access the server, first request an account by emailing cluster-admin@soe.ucsc.edu. If you already have an account on kolossus, please provide your full name, your username on the server kolossus and the name of your PI and the lab or project you are working with. If you are affiliated with Genomic Institute, but do not have an account on kolossus, please make an appointment with the SysAdmin to setup your account in person.

You can also request to be added to a group. A group for a PI is named as PI's_lastname_lab or the name of a project such as treehouse.

After you get the account, you can login by typing:

 ssh your_username@courtyard.gi.ucsc.edu

Your home directory path is /public/home/your_username. Your home directory quota is 30GB.

A group's directory's path is /public/groups/name_of_the_group You can create your directory under there. You share the disk space with your group mates. The quota for your group is 10TB.

You can use rsync to copy files from kolossus.sdsc.edu to courtyard.gi.ucsc.edu. If needed, you can read about rsync here.

If you want to setup a web page on courtyard, do this:

 mkdir /public/home/your_username/public_html
 chmod 755 /public/home/your_username/public_html

put data in the public_html directory. The URL will be:

 http://public.gi.ucsc.edu/~username/