How to Connect: Difference between revisions

From TRACC Wiki
Jump to navigation Jump to search
No edit summary
No edit summary
 
(7 intermediate revisions by 2 users not shown)
Line 1: Line 1:


You'll need an SSH client to connect to the Arrow.
You need an SSH client to connect to Arrow. No other connection protocols are supported. There are 4 general purpose login nodes that you can connect to:


To Login to Arrow
*login1.arrow.tracc.anl.gov
*login2.arrow.tracc.anl.gov
*login3.arrow.tracc.anl.gov
*login4.arrow.tracc.anl.gov


hostname: login1.Arrow.tracc.anl.gov
When connecting, please pick a random entry from the above list to evenly distribute users over multiple machines.
username: your ANL domain username (without the ANL prefix)
password: your ANL domain password


Note: We currently support logins to login1, login2, login3, and login4
For users that work at Argonne or that have an actual Argonne ANL Domain account, you use your assigned account name and password to connect to these login nodes. Just use the ANL Domain user name, without the ANL prefix.
Please select the login node randomly to avoid heavily loading any one of them with a large number of users.


IMPORTANT. In order for the your home directory to be properly setup on Arrow, please connect to the cluster using Putty on Windows or ssh from a UNIX/Linux workstation using the command: username@login1.Arrow.tracc.anl.gov for the initial login. After that nomachine may be used to establish graphical desktop environment.
For external collaborators, the bulk of our users, you want to use your external collaborator account that was assigned to you when you applied for an account. These accounts all start with the letters "ac" followed by a period, and then followed by a specific account name. The entire account name, including the leading "ac." portion must be used to connect.
 
Passwords expire on a regular basis (every 6 months or so), and you will need to update your password with Argonne Account Services. You can call 630-252-9999 if you need any help or detailed instructions.
 
You will not be able to connect until we have your public IP address on file in our system. Your account will be linked to a few machines with known IP addresses, and if you need to connect from another machine, please contact us to add that machine to your account. Details can be found below.


== How to Connect: Details ==
== How to Connect: Details ==
Line 17: Line 21:
=== SSH ===
=== SSH ===


* Access to the TRACC cluster requires use of an SSH client. Free SSH clients are available for Windows, and are included or available for MacOS, and most varieties of Linux/UNIX.
* Access to the TRACC cluster requires use of an SSH client. Free SSH clients are available for Windows, are included or available for MacOS, and all varieties of Linux or UNIX. SSH clients can be terminal applications to work with command lines (e.g. Putty on Windows), or they can be file transfer utilities (WinSCP, FileZilla). In any case, cluster connections are all using the SSH protocol (including sftp).
 
* If you're using a simple graphical application on the cluster through an SSH connection and you are either connecting from a Mac or Linux desktop machine or you have an X server installed on your Windows machine, you may want to enable X11 forwarding to your client. This is a method that uses strictly the old X protocol, and performance is very limited (due to the SSH encryption overhead). You should consider using one of the remote GUI options listed below instead if you can. If you want to keep it simple though, you can do this (using typically a corresponding check box in Windows clients):


* Alternatively, the [[Graphical Applications#GRAPHICAL APPLICATIONS Using NoMachine NX | NoMachine NX client]] also uses SSH. For ARROW you will have to select the GNOME DESKTOP.
ssh -X username@login1.arrow.tracc.anl.gov


* If you're using a graphical application on the cluster, you'll need to enable X11 forwarding in your client. For Windows clients, this will usually involve checking a checkbox; for MacOS and Linux, you can do this:
* Alternatively, client software like the [[Graphical Applications#GRAPHICAL APPLICATIONS Using NoMachine NX | NoMachine NX client]] can be used to connect, providing a full graphical user interface. This requires the installation of the free NoMachine client software.


ssh -X username@login1.ARROW.tracc.anl.gov
* Another alternative is the [[Graphical Applications#GRAPHICAL APPLICATIONS Using NoMachine NX | free X2Go client]], which provides a near identical user experience. Details can be found [[Graphical Applications#GRAPHICAL APPLICATIONS Using NoMachine NX | here]].


=== Access restricted to authorized hosts ===
=== Access restricted to authorized hosts ===


* Access to the cluster is currently restricted to pre-approved hosts. Please contact us [mailto:[email protected] clicking  to send email] or via telephone at 630-252-8224 with the hostnames of the systems from which you would like to access the cluster. Argonne users with Argonne Domain accounts can connect through Argonne's VPN service; please contact us by [mailto:[email protected] clicking  to send email] or via telephone: 630-252-8224 for details.


* Access to the cluster is currently restricted to pre-approved hosts. Please [[Contacting TRACC | contact us]] with the hostnames of the systems from which you would like to access the cluster. Users with Argonne Windows domain accounts can connect from the VPN; please [[Contacting TRACC | contact us]] for the details.
* Under Windows, you can find out your host name with the command "ipconfig". Note that IP addresses beginning with "10." or "192.168." are private addresses assigned by your home router, and those are not accessible from outside your home network. If you have such an address, you can usually find your public IP address at (for example) http://whatismyip.com.
 
* Under Windows, you can find out your host name with the command "ipconfig". Note that IP addresses beginning with "10." or "192.168." are private addresses, and are not accessible outside your own network. If you have such an address, you can find out your public address at (for example) http://whatismyip.com.

Latest revision as of 14:42, September 8, 2022

You need an SSH client to connect to Arrow. No other connection protocols are supported. There are 4 general purpose login nodes that you can connect to:

  • login1.arrow.tracc.anl.gov
  • login2.arrow.tracc.anl.gov
  • login3.arrow.tracc.anl.gov
  • login4.arrow.tracc.anl.gov

When connecting, please pick a random entry from the above list to evenly distribute users over multiple machines.

For users that work at Argonne or that have an actual Argonne ANL Domain account, you use your assigned account name and password to connect to these login nodes. Just use the ANL Domain user name, without the ANL prefix.

For external collaborators, the bulk of our users, you want to use your external collaborator account that was assigned to you when you applied for an account. These accounts all start with the letters "ac" followed by a period, and then followed by a specific account name. The entire account name, including the leading "ac." portion must be used to connect.

Passwords expire on a regular basis (every 6 months or so), and you will need to update your password with Argonne Account Services. You can call 630-252-9999 if you need any help or detailed instructions.

You will not be able to connect until we have your public IP address on file in our system. Your account will be linked to a few machines with known IP addresses, and if you need to connect from another machine, please contact us to add that machine to your account. Details can be found below.

How to Connect: Details

SSH

  • Access to the TRACC cluster requires use of an SSH client. Free SSH clients are available for Windows, are included or available for MacOS, and all varieties of Linux or UNIX. SSH clients can be terminal applications to work with command lines (e.g. Putty on Windows), or they can be file transfer utilities (WinSCP, FileZilla). In any case, cluster connections are all using the SSH protocol (including sftp).
  • If you're using a simple graphical application on the cluster through an SSH connection and you are either connecting from a Mac or Linux desktop machine or you have an X server installed on your Windows machine, you may want to enable X11 forwarding to your client. This is a method that uses strictly the old X protocol, and performance is very limited (due to the SSH encryption overhead). You should consider using one of the remote GUI options listed below instead if you can. If you want to keep it simple though, you can do this (using typically a corresponding check box in Windows clients):
ssh -X [email protected]
  • Alternatively, client software like the NoMachine NX client can be used to connect, providing a full graphical user interface. This requires the installation of the free NoMachine client software.
  • Another alternative is the free X2Go client, which provides a near identical user experience. Details can be found here.

Access restricted to authorized hosts

  • Access to the cluster is currently restricted to pre-approved hosts. Please contact us clicking to send email or via telephone at 630-252-8224 with the hostnames of the systems from which you would like to access the cluster. Argonne users with Argonne Domain accounts can connect through Argonne's VPN service; please contact us by clicking to send email or via telephone: 630-252-8224 for details.
  • Under Windows, you can find out your host name with the command "ipconfig". Note that IP addresses beginning with "10." or "192.168." are private addresses assigned by your home router, and those are not accessible from outside your home network. If you have such an address, you can usually find your public IP address at (for example) http://whatismyip.com.