About

This page contains information that is useful for the JEDI infrastructure team to know and use when on a HPC.

Useful links:

Administration

HPC access and administration sheet

NOAA AIM

MSU Orion and Hercules

To login to MSU machine use one of the following:

ssh -Y <user.name>@orion-login.hpc.msstate.edu 
ssh -Y <user.name>@hercules-login.hpc.msstate.edu 

To sudo to role-jcsda: sudo -su role-jcsda

NASA Discover

Login requires you to enter a "PASSCODE". This is obtained by typing in your 8-number PIN in the RSA Authenticator App or by whichever method you use to obtain your hardware or software token code. After that prompt you can pick a host (discover) and it will ask you for another "password". This password is your NCCS LDAP password. 

ssh -XY <user.name>@login.nccs.nasa.gov
PASSCODE: # hardware or software token
host: discover
password: # NCCS LDAP password

To sudo to jedi-para: sudo -iu jedipara

Navy HPCMP Narwhal and Nautilus


NCAR Derecho, Cheyenne, and Casper

Login requires your CIT password and 2FA via duo:

ssh -o ServerAliveInterval=30 -Y <user.name>@cheyenne.ucar.edu
ssh -o ServerAliveInterval=30 -Y <user.name>@casper.ucar.edu
ssh -o ServerAliveInterval=30 -Y <user.name>@derecho.ucar.edu

To sudo to jedipara account: sudo -u jedipara bash -l

NOAA RDHPCS Gaea, Hera, and Jet


University of Wisconsin S4

Login requires your UW S4 password, once on the login node you will need to move to s4-submit.

ssh -Y <user.name>@s4-bastion.ssec.wisc.edu 
# OR

ssh -Y <user.name>@s4.ssec.wisc.edu
# Then
ssh -Y s4-submit




  • No labels