Setting default shell
Unix attributes are now available in the campus wide Active Directory Service and Argon makes use of those. One of those attributes is the default Unix shell. This can be set via the following tool: Set Login Shell - Conch. Most people will want the shell set to /bin/bash
so that would be a good choice if you are not sure. For reference, previous generation UI HPC systems set the shell to /bin/bash
for everyone, unless requested otherwise. We recommend that you check your shell setting via the Set Login Shell - Conch tool and set it as desired before logging in the first time. Note that changes to the shell setting may take up to 24 hours to become effective on Argon.
The typical way to access the HPC resources is through ssh (Secure Shell). You will need an ssh client on your laptop/workstation. If your workstation is a Linux or Mac system then you already have what you need. Simply open a terminal session and instantiate initiate an ssh session. If you have a Windows machine then you will have to obtain an ssh client. There are a couple of options but the recommended one is SecureCRT, which is licensed by the University of Iowa.
If you are on campus or connected to the University of Iowa VPN then you can access the HPC systems as follows:
...
on campus or off campus with VPN
Code Block |
---|
ssh argon.hpc.uiowa.edu |
Since Since the standard port for ssh is often used to attempt to break into systems, an alternate port is used if you are off-campus and not connected to the VPN.
...
...
off campus without VPN
Code Block |
---|
ssh -p 40 argon.hpc.uiowa.edu |
If If you are connecting from a computer where you are not logged in with your HawkID then you will have to specify the HawkID as the ssh client will try to login with the user name on the machine you are on. To do that, prepend your HawkID to the system name.
...
...
specifying username for ssh
Code Block |
---|
ssh -p 40 HawkID@neon.hpc.uiowa.edu
Argon:
ssh -p 40 HawkID@argon.hpc.uiowa.edu |
If on a Windows machine enter the appropriate values in the configuration fields of the client application. When you receive a password prompt enter your HawkID password. If all went well you should then be logged on to the selected HPC system.
Anchor | ||||
---|---|---|---|---|
|
internal name | external name |
---|
|
---|
argon-itf-login- |
3.hpc | argon-itf-login-3.hpc.uiowa.edu |
3.hpc.uiowa.edu) |
argon-itf-login- |
4. |
hpc |
argon-itf-login- |
4.hpc.uiowa.edu |
This is a little more straightforward with Argon as the only difference is the domain name.
(argon-login-4.hpc.uiowa.edu) |
argon-login- |
5.hpc | argon-login- |
5.hpc.uiowa.edu |
(currently unavailable)
argon-login- |
6.hpc | argon-login- |
6.hpc.uiowa.edu |
The above may be useful if you need to reconnect back to the same login node for some reason.