Skip to content

Commit

Permalink
PDC documentation has 1 URL, cannot link to sections
Browse files Browse the repository at this point in the history
  • Loading branch information
richelbilderbeek committed Jan 29, 2025
1 parent e651a5f commit afd75ec
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 8 deletions.
6 changes: 3 additions & 3 deletions docs/cluster_guides/transfer_dardel.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ flowchart TD

### 3. Create an SSH key pair

How to create an SSH key pair is described in detail at [the PDC page on how to create an SSH key pair](https://www.pdc.kth.se/support/documents/login/ssh_login.html#how-to-create-ssh-key-pairs).
How to create an SSH key pair is described in detail at [the PDC page on how to create an SSH key pair](https://support.pdc.kth.se/doc/support/).

On Rackham, do:

Expand Down Expand Up @@ -64,7 +64,7 @@ and you have created a SSH key pair.
### 5. Add the public SSH key to PDC:s Login Portal

How to add the SSH public key is described
in detail in [the PDC documentation on how to add SSH keys](https://www.pdc.kth.se/support/documents/login/ssh_login.html#in-the-login-portal).
in detail in [the PDC documentation on how to add SSH keys](https://support.pdc.kth.se/doc/support/).

You will need to get the public part of the key in order to complete this step.i On Rackham, in a [terminal](../software/terminal.md), type:

Expand Down Expand Up @@ -200,4 +200,4 @@ Once you are sure your data has been transferred, we recommend that you switch o

## Link

- [PDC's page on getting access to Dardel](https://www.pdc.kth.se/support/documents/getting_access/get_access.html)
- [PDC's page on getting access to Dardel](https://support.pdc.kth.se/doc/support/)
2 changes: 1 addition & 1 deletion docs/getting_started/login_dardel.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ flowchart TD
### 1. Get access to a SUPR project with Dardel

First step is to get get access to a SUPR project with Dardel.
This is described at [PDC's page on getting access to Dardel](https://www.pdc.kth.se/support/documents/getting_access/get_access.html).
This is described at [PDC's page on getting access to Dardel](https://support.pdc.kth.se/doc/support/).
You will get an email when you are added to a project,
this can take some hours.

Expand Down
4 changes: 2 additions & 2 deletions docs/software/darsync.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

[Darsync](https://github.com/UPPMAX/darsync) is a tool used to prepare
your project for transfer to
[Dardel](https://www.pdc.kth.se/hpc-services/computing-systems/dardel).
[Dardel](https://support.pdc.kth.se/doc/support/).
It has two modes; **check mode** where it goes through your files
and looks for uncompressed file formats and counts the number of files,
and **gen mode** where it generates a script file you can submit
Expand Down Expand Up @@ -233,7 +233,7 @@ rsync error: unexplained error (code 255) at io.c(231) [sender=3.2.7]

## Troubleshooting

Apart from getting the username or paths wrong, we foresee that the most common problem will be to get the SSH keys generated, added to the [PDC login portal](https://loginportal.pdc.kth.se/), and adding the UPPMAX ip/hostname as authorized for that SSH key. Please see the [PDC user guide on how to set up SSH keys](https://www.pdc.kth.se/support/documents/login/ssh_login.html#ssh-login). Once you have your key created and added to the login portal, go to the login portal again and add the address `*.uppmax.uu.se` to your key to make it work from Rackham.
Apart from getting the username or paths wrong, we foresee that the most common problem will be to get the SSH keys generated, added to the [PDC login portal](https://loginportal.pdc.kth.se/), and adding the UPPMAX ip/hostname as authorized for that SSH key. Please see the [PDC user guide on how to set up SSH keys](https://support.pdc.kth.se/doc/support/). Once you have your key created and added to the login portal, go to the login portal again and add the address `*.uppmax.uu.se` to your key to make it work from Rackham.

## Links

Expand Down
2 changes: 1 addition & 1 deletion docs/software/r.md
Original file line number Diff line number Diff line change
Expand Up @@ -313,7 +313,7 @@ Aalto Scientific Computing:
- [HPC2N](https://www.hpc2n.umu.se/resources/software/r)
- [LUNARC](https://lunarc-documentation.readthedocs.io/en/latest/guides/applications/Rscript/)
- [NSC](https://ipv4.www.nsc.liu.se/software/catalogue/tetralith/modules/r.html)
- [PDC](https://www.pdc.kth.se/software/software/R/index_general.html)
- [PDC](https://support.pdc.kth.se/doc/support/)
- [UPPMAX](../software/r.md)

## Links
Expand Down
2 changes: 1 addition & 1 deletion docs/software/ssh_key_use_dardel.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ This guide will show you:

This makes it possible for you to login to [Dardel](../cluster_guides/dardel.md).

PDC has [a more comprehensive guide on how to do this on various operating systems](https://www.pdc.kth.se/support/documents/login/ssh_keys.html)
PDC has [a more comprehensive guide on how to do this on various operating systems](https://support.pdc.kth.se/doc/support/)
if you want a more in-depth guide.

!!! warning
Expand Down

0 comments on commit afd75ec

Please sign in to comment.