or-login-slurm now has load balancing address. authored by Doak, Peter W.'s avatar Doak, Peter W.
......@@ -12,7 +12,7 @@ You will need to use you UCAMS password or if you are an XCAMS only user that pa
### Onsite login
```shell-session
bash $ ssh or-slurm-login01.ornl.gov
bash $ ssh or-slurm-login.ornl.gov
[you@or-slurm-login01 ~]$ module load env/cades-cnms
```
The [env/cades-cnms](env-cades-cnms) gives you some standard environment variables and puts the CNMS modules in your `$MODULEPATH`
......@@ -26,12 +26,12 @@ If you don't have an ORNL machine offsite to run the VPN on you'll need to come
The best way to do this is by jumping through the login1 node.
```shell
$ ssh -X -J your-uid@login1.ornl.gov your-uid@or-slurm-login01
$ ssh -X -J your-uid@login1.ornl.gov your-uid@or-slurm-login.ornl.gov
```
to copy files
```
$ scp -J your-uid@login1.ornl.gov your-uid@or-slurm-login01:/path/to/files ./your/local/path
$ scp -J your-uid@login1.ornl.gov your-uid@or-slurm-login:/path/to/files ./your/local/path
```
# The facts
......
......