abstract:farber:system_access:system_access

Connecting to Farber

Use a secure shell program/client (SSH) to connect to the cluster and a secure file transfer program to move files to and from the cluster.

There are many suitable secure clients for Windows, Mac OS X, and UNIX/Linux. We recommend PuTTY and Xming for Windows users. Macintosh and UNIX/Linux users can use their pre-installed SSH and X11 software. (Newer versions of Mac OS X may not have a current version of X11 installed. See the Apple web site for X11 installation instructions.)

IT strongly recommends that you configure your clients as described in the online X-windows (X11) and SSH documents (Windows / Linux/MacOSX).
Your HPC home directory has a .ssh directory. Do not manually erase or modify the files that were initially created by the system. They facilitate communication between the login (head) node and the compute nodes. Only use standard ssh commands to add keys to the files in the .ssh directory.

You need a Farber account to access the login node. For example, using SSH to connect to the Farber login node with account traine, type:

    ssh traine@farber.hpc.udel.edu

Please refer to Windows and Mac/Linux related sections for specific details:

Once you are logged into Farber, your account is configured as a member of an investing-entity group name (workgroup) which determines access to your group's compute nodes, queues and storage resources on Farber. Setting your workgroup environment is required in order to submit jobs to the Farber cluster. For example, the traine account is a member of the it_css workgroup. To start a shell in the it_css workgroup, type:

    workgroup -g it_css

You will need to know Unix/Linux and HPC concepts before using Farber. Use the sidebar to navigate documentation about Farber, from accessing the cluster to running applications, using software and available training.

When an SSH session is ended intentionally or by a loss of connectivity, you cannot generally restart it and resume your work. The UNIX screen command provides a useful solution. This command creates a virtual terminal window session that continues to run after you are logged off. It allows you to reattach the same virtual terminal window session and resume working.

Suppose you have a significant amount of interactive work to be done on the cluster, but you have an interruption coming up shortly, such as lunch. You can start a screen session and work until lunchtime. Log out and when you come back from lunch, reattach the screen session and continue your work. Even output from jobs will be displayed, as if you never left.
If you are using an unstable network connection, for example, a laptop that drops your connection when it sleeps, you may want to start a screen session before you lose connectivity.

See the man page for screen for details or review a short video How to Use the Screen Command on Linux to get started.

  • abstract/farber/system_access/system_access.txt
  • Last modified: 2021-10-13 09:59
  • by anita