Connecting to CCR: Difference between revisions

From CCN Wiki
Jump to navigation Jump to search
(Created page with "CCR is UB's computational cluster, and is accessed via terminal. Incoming connections are permitted only from UB IP addresses, so connecting from off-campus will require a VPN...")
 
No edit summary
Line 4: Line 4:
  ssh -X ''ubit_name''@rush.ccr.buffalo.edu
  ssh -X ''ubit_name''@rush.ccr.buffalo.edu
When prompted for password, provide your CCR password, which is set independently of your UBIT password. If you forgot your password, go [https://portal.ccr.buffalo.edu/auth/forgotpw here].
When prompted for password, provide your CCR password, which is set independently of your UBIT password. If you forgot your password, go [https://portal.ccr.buffalo.edu/auth/forgotpw here].
== Directories ==
Your home directory is <code>/usr/ubit_name</code> and has a very modest disk quota. We also have a project directory in <code>/projects/academic/cpmcnorg</code> with a 500GB quota. This is where we will do most of our modeling and where MikeNet is located.

Revision as of 15:17, 27 February 2017

CCR is UB's computational cluster, and is accessed via terminal. Incoming connections are permitted only from UB IP addresses, so connecting from off-campus will require a VPN connection.

Connecting by SSH

ssh -X ubit_name@rush.ccr.buffalo.edu

When prompted for password, provide your CCR password, which is set independently of your UBIT password. If you forgot your password, go here.

Directories

Your home directory is /usr/ubit_name and has a very modest disk quota. We also have a project directory in /projects/academic/cpmcnorg with a 500GB quota. This is where we will do most of our modeling and where MikeNet is located.