Difference between revisions of "Essentials"

From oldwiki.scinet.utoronto.ca
Jump to navigation Jump to search
Line 1: Line 1:
 
==Access to the SciNet systems==
 
==Access to the SciNet systems==
Access to the SciNet systems is via <tt>'''ssh'''</tt> only.  Currently only the TCS login node is accessible to users, and one must login using:
+
Access to the SciNet systems is via <tt>'''ssh'''</tt> only.  Ssh to <tt>login.scinet</tt> to use GPC or TCS:
  
  ssh USER@142.150.188.41
+
<pre>
 +
  ssh USER@login.scinet.utoronto.ca
 +
</pre>
  
This will log you into the TCS login node tcs-f11n05.  Users can compile code and submit jobs from this node.  For more in-depth development, including running small interactive test jobs, we ask that you login (again via ssh) to tcs-f11n06.  This node is only accessible internally, after logging into the tcs-f11n05 main login node.
+
From here you can view your [[Storage_Quickstart | directories]], see the queue on the GPC using <tt>qstat</tt>,  log into the [[GPC_Quickstart | GPC]] development node, <tt>gpc-f101n001</tt>, or either of the [[TCS_Quickstart | TCS]] development nodes, <tt>tcs01</tt> or <tt>tcs02</tt>.
  
 
Users can also transfer files into or out of the datacentre via the main login node, using <tt>scp</tt>, or <tt>rsync</tt> over ssh.
 
Users can also transfer files into or out of the datacentre via the main login node, using <tt>scp</tt>, or <tt>rsync</tt> over ssh.
 +
 +
==SciNet Firewall==
 +
 +
'''Important note about logging in''': The SciNet firewall monitors for too many attempted connections, and will shut down all access (including previously working connections) from your IP address if more than four connection attempts (successful or not) are made within the space of a few minutes.  In that case, you will be locked out of the system for an hour.  Be patient in attempting new logins!
 +
 +
==Availability of the SciNet systems==
 +
 +
The SciNet systems are still very new, and will require significant maintenance and reconfiguration in these early days.  You could reasonably expect one of the TCS, the GPC, or their shared filesystems may need to be taken offline for maintenance one day per week.  We appreciate your patience -- we're working hard to make the SciNet machines as fast and useful as possible!
 +
 +
==Contact information==
  
 
Any questions and problem reports should be addressed to [mailto:support@scinet.utoronto.ca <support@scinet.utoronto.ca>]
 
Any questions and problem reports should be addressed to [mailto:support@scinet.utoronto.ca <support@scinet.utoronto.ca>]

Revision as of 16:15, 12 August 2009

Access to the SciNet systems

Access to the SciNet systems is via ssh only. Ssh to login.scinet to use GPC or TCS:

 ssh USER@login.scinet.utoronto.ca

From here you can view your directories, see the queue on the GPC using qstat, log into the GPC development node, gpc-f101n001, or either of the TCS development nodes, tcs01 or tcs02.

Users can also transfer files into or out of the datacentre via the main login node, using scp, or rsync over ssh.

SciNet Firewall

Important note about logging in: The SciNet firewall monitors for too many attempted connections, and will shut down all access (including previously working connections) from your IP address if more than four connection attempts (successful or not) are made within the space of a few minutes. In that case, you will be locked out of the system for an hour. Be patient in attempting new logins!

Availability of the SciNet systems

The SciNet systems are still very new, and will require significant maintenance and reconfiguration in these early days. You could reasonably expect one of the TCS, the GPC, or their shared filesystems may need to be taken offline for maintenance one day per week. We appreciate your patience -- we're working hard to make the SciNet machines as fast and useful as possible!

Contact information

Any questions and problem reports should be addressed to <support@scinet.utoronto.ca>