Skip to content

Commit 50c5742

Browse files
authored
Merge pull request #211 from cedadev/new-nx4-and-slcs-gridftp-removal
updated refs to xfer server & minor format tweaks
2 parents 948f922 + 9db2e3e commit 50c5742

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

content/docs/data-transfer/rsync-scp-sftp.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ Workspace on JASMIN:
5959
{{<command user="localuser" host="localhost">}}
6060
exec ssh-agent $SHELL
6161
ssh-add ~/.ssh/id_ecdsa_jasmin ## local path to your private key file
62-
rsync myfile <username>@xfer1.jasmin.ac.uk:/gws/nopw/j04/myproject/data/
62+
rsync myfile <username>@xfer-vm-01.jasmin.ac.uk:/gws/nopw/j04/myproject/data/
6363
{{</command>}}
6464

6565
NOTE: The first two lines are the standard method for setting up the SSH agent
@@ -107,7 +107,7 @@ interrupted transfers, directory listings, and remote file removal.
107107
For basic transfer of a file on JASMIN to the local machine:
108108

109109
{{<command user="localuser" host="localhost">}}
110-
sftp remoteuser@xfer1.jasmin.ac.uk:/group_workspaces/jasmin/myproject/data/notes.txt ./
110+
sftp remoteuser@xfer-vm-01.jasmin.ac.uk:/group_workspaces/jasmin/myproject/data/notes.txt ./
111111
{{</command>}}
112112

113113
For more information see the

content/docs/mass/external-access-to-mass-faq.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -271,7 +271,7 @@ Again, you need the ssh-agent running locally:
271271
```
272272
eval $(ssh-agent -s)
273273
ssh-add ~/.ssh/jasmin_id_rsa
274-
scp userid@xfer1.jasmin.ac.uk:/group_workspaces/cems/<project>/jasmin_file.pp my_local_copy.pp
274+
scp userid@xfer-vm-01.jasmin.ac.uk:/group_workspaces/cems/<project>/jasmin_file.pp my_local_copy.pp
275275
```
276276
{{< /accordion-item >}}
277277

content/docs/mass/setting-up-your-jasmin-account-for-access-to-mass.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -75,12 +75,12 @@ cli.jasmin.ac.uk` to set it up for you.
7575
The external moose client has improved security settings, so **you
7676
must use the `moo install` command** to put your moose credentials file in the
7777
correct place in order to get remote access to work. This can only be done on
78-
the client machine mass-cli.jasmin.ac.uk. The credentials file is also changed
78+
the client machine `mass-cli.jasmin.ac.uk`. The credentials file is also changed
7979
by the running of moo install, so this process can be run only once.
8080
{{< /alert >}}
8181

8282
{{<command user="user" host="localhost">}}
83-
scp moose <userid>@xfer1.jasmin.ac.uk:~/moose
83+
scp moose <userid>@xfer-vm-01.jasmin.ac.uk:~/moose
8484
ssh -A -X <userid>@login-01.jasmin.ac.uk
8585
{{</command>}}
8686
{{<command user="user" host="login-01">}}

0 commit comments

Comments
 (0)