Changes
Page history
or-login-slurm now has load balancing address.
authored
Aug 24, 2020
by
Doak, Peter W.
Show whitespace changes
Inline
Side-by-side
Cades.md
View page @
2a59fdd1
...
@@ -12,7 +12,7 @@ You will need to use you UCAMS password or if you are an XCAMS only user that pa
...
@@ -12,7 +12,7 @@ You will need to use you UCAMS password or if you are an XCAMS only user that pa
### Onsite login
### Onsite login
```
shell-session
```
shell-session
bash $
ssh or-slurm-login
01
.ornl.gov
bash $
ssh or-slurm-login.ornl.gov
[you@or-slurm-login01 ~]$
module load
env
/cades-cnms
[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`
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
...
@@ -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.
The best way to do this is by jumping through the login1 node.
```
shell
```
shell
$
ssh
-X
-J
your-uid@login1.ornl.gov your-uid@or-slurm-login
01
$
ssh
-X
-J
your-uid@login1.ornl.gov your-uid@or-slurm-login
.ornl.gov
```
```
to copy files
to copy files
```
```
$ scp -J your-uid@login1.ornl.gov your-uid@or-slurm-login
01
:/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
# The facts
...
...
...
...