-
Notifications
You must be signed in to change notification settings - Fork 28
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #475 from peterupton/fix_grand_eagle_split
remove grand
- Loading branch information
Showing
34 changed files
with
97 additions
and
107 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -25,7 +25,7 @@ When you use an SSH proxy, it takes the authentication mechanism from the local | |
|
||
### Transferring files from other ALCF systems | ||
|
||
With the bastion pass-through nodes currently used to access both Sunspot and Aurora, users will find it helpful to modify their .ssh/config files on Aurora appropriately to facilitate transfers to Aurora from other ALCF systems. These changes are similar to what Sunspot users may have already implemented. From an Aurora login-node, this readily enables one to transfer files from Sunspot's gila filesystem or one of the production filesystems at ALCF (home, grand, and eagle) mounted on an ALCF system's login node. With the use of ProxyJump below, entering the MobilePass+ or Cryptocard passcode twice will be needed (once for bastion and once for the other resource). A simple example shows the .ssh/config entries for Polaris and the scp command for transferring from Polaris: | ||
With the bastion pass-through nodes currently used to access both Sunspot and Aurora, users will find it helpful to modify their `.ssh/config` files on Aurora appropriately to facilitate transfers to Aurora from other ALCF systems. These changes are similar to what Sunspot users may have already implemented. From an Aurora login-node, this readily enables one to transfer files from Sunspot's `gila` filesystem or one of the production filesystems at ALCF (`home` and `eagle`) mounted on an ALCF system's login node. With the use of `ProxyJump` below, entering the MobilePass+ or Cryptocard passcode twice will be needed (once for bastion and once for the other resource). A simple example shows the `.ssh/config` entries for Polaris and the `scp` command for transferring from Polaris: | ||
|
||
``` | ||
$ cat .ssh/config | ||
|
@@ -40,7 +40,7 @@ Host polaris.alcf.anl.gov | |
``` | ||
|
||
``` | ||
knight@aurora-uan-0009:~> scp [email protected]:/grand/catalyst/proj-shared/knight/test.txt ./ | ||
knight@aurora-uan-0009:~> scp [email protected]:/eagle/catalyst/proj-shared/knight/test.txt ./ | ||
--------------------------------------------------------------------------- | ||
Notice to Users | ||
... | ||
|
@@ -50,5 +50,5 @@ knight@aurora-uan-0009:~> scp [email protected]:/grand/catalyst/proj-s | |
... | ||
[Password: | ||
knight@aurora-uan-0009:~> cat test.txt | ||
from_polaris grand | ||
from_polaris eagle | ||
``` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -31,7 +31,7 @@ Host polaris.alcf.anl.gov | |
user knight | ||
``` | ||
|
||
From an Aurora login-node, this readily enables one to transfer files from Sunspot's gila filesystem or one of the production filesystems at ALCF (home, grand, and eagle). With the use of ProxyJump here, entering the MobilePass+ or Cryptocard passcode twice will be needed (once for bastion and once for the other resource). | ||
From an Aurora login-node, this readily enables one to transfer files from Sunspot's `gila` filesystem or one of the production filesystems at ALCF (`home` and `eagle`). With the use of `ProxyJump` here, entering the MobilePass+ or Cryptocard passcode twice will be needed (once for bastion and once for the other resource). | ||
|
||
This simple example transfers a file from Sunspot. | ||
|
||
|
@@ -49,10 +49,10 @@ knight@aurora-uan-0009:~> cat test.txt | |
from_sunspot gila | ||
``` | ||
|
||
This simple example transfers a file from the grand filesystem via Polaris. | ||
This simple example transfers a file from the eagle filesystem via Polaris. | ||
|
||
``` | ||
knight@aurora-uan-0009:~> scp [email protected]:/grand/catalyst/proj-shared/knight/test.txt ./ | ||
knight@aurora-uan-0009:~> scp [email protected]:/eagle/catalyst/proj-shared/knight/test.txt ./ | ||
--------------------------------------------------------------------------- | ||
Notice to Users | ||
... | ||
|
@@ -62,7 +62,7 @@ knight@aurora-uan-0009:~> scp [email protected]:/grand/catalyst/proj-s | |
... | ||
[Password: | ||
knight@aurora-uan-0009:~> cat test.txt | ||
from_polaris grand | ||
from_polaris eagle | ||
``` | ||
|
||
## Default software environment | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.