From afd75ec5f672d261fd0e2e93c9f5ab4bf1bf10a1 Mon Sep 17 00:00:00 2001 From: richelbilderbeek Date: Wed, 29 Jan 2025 16:15:06 +0100 Subject: [PATCH] PDC documentation has 1 URL, cannot link to sections --- docs/cluster_guides/transfer_dardel.md | 6 +++--- docs/getting_started/login_dardel.md | 2 +- docs/software/darsync.md | 4 ++-- docs/software/r.md | 2 +- docs/software/ssh_key_use_dardel.md | 2 +- 5 files changed, 8 insertions(+), 8 deletions(-) diff --git a/docs/cluster_guides/transfer_dardel.md b/docs/cluster_guides/transfer_dardel.md index 85de8644d..ba0ea5fc1 100644 --- a/docs/cluster_guides/transfer_dardel.md +++ b/docs/cluster_guides/transfer_dardel.md @@ -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: @@ -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: @@ -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/) diff --git a/docs/getting_started/login_dardel.md b/docs/getting_started/login_dardel.md index 7453c1964..f13812f11 100644 --- a/docs/getting_started/login_dardel.md +++ b/docs/getting_started/login_dardel.md @@ -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. diff --git a/docs/software/darsync.md b/docs/software/darsync.md index 1dbfbf449..9bae845ad 100644 --- a/docs/software/darsync.md +++ b/docs/software/darsync.md @@ -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 @@ -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 diff --git a/docs/software/r.md b/docs/software/r.md index 37a14b0bb..40dc2a985 100644 --- a/docs/software/r.md +++ b/docs/software/r.md @@ -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 diff --git a/docs/software/ssh_key_use_dardel.md b/docs/software/ssh_key_use_dardel.md index 8650a3a0b..b422698ee 100644 --- a/docs/software/ssh_key_use_dardel.md +++ b/docs/software/ssh_key_use_dardel.md @@ -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