SSH tunnelling: Difference between revisions

Jump to navigation Jump to search
m
no edit summary
mNo edit summary
Line 55: Line 55:
for the license server LICSERVER and its specific port LICPORT.
for the license server LICSERVER and its specific port LICPORT.


The gateway server on Niagara is called nia-gw.  On Graham, you need
The gateway server on Niagara will be called nia-gw, but for now, use nia-dm1 or nia-dm2.  On Graham, you need
to pick one of the login nodes (gra-login1, 2, ...). Let us call the
to pick one of the login nodes (gra-login1, 2, ...). Let us call the
gateway node GATEWAY. You also need to choose the port number on the
gateway node GATEWAY. You also need to choose the port number on the
Line 95: Line 95:
#SBATCH --time 3:00:00
#SBATCH --time 3:00:00


ssh nia-gw -L 9999:licenseserver.institution.ca:9999 -N -f
ssh nia-dm1 -L 9999:licenseserver.institution.ca:9999 -N -f
export MLM_LICENSE_FILE=9999@localhost
export MLM_LICENSE_FILE=9999@localhost


cc_staff
150

edits

Navigation menu