Differences
This shows you the differences between two versions of the page.
Both sides previous revision Previous revision Next revision | Previous revision | ||
habrok:migration:faq [2023/05/26 10:37] – [How do I migrate data to Habrok?] camarocico | habrok:migration:faq [2025/03/14 15:20] (current) – [New server hostkey] Add link to Host Keys page pedro | ||
---|---|---|---|
Line 2: | Line 2: | ||
===== FAQ ===== | ===== FAQ ===== | ||
- | ==== Will my Peregrine account work on Hábrók? ==== | + | ==== How do I solve a processor or OS not supporting certain instructions? ==== |
- | Because there are quite a number of inactive accounts on Peregrine, we have decided not to automatically migrate the accounts to Hábrók, so your account | + | **Short answer**: ensure you compile |
- | If you want to use the new cluster, you need to request access to it by using the | + | You may run across an error when you try to run an application that tells you the operating system or processor does not support certain instructions. This is often accompanied by a list of acronyms which correspond |
- | Please | + | < |
+ | Please | ||
+ | </ | ||
- | ==== Will my data be automatically moved from Peregrine to Hábrók? ==== | + | This happens because your program was compiled in a system that supports these instructions, |
- | We will not automatically move your data from Peregrine | + | To get around this, you can make sure you compile your program in the same system that it will run. For example: if you need to run your program on one of the '' |
- | **The data on Peregrine /scratch will not be migrated, since it is temporary space only.** | + | ==== New server hostkey ==== |
- | ==== How do I migrate data to Habrok? ==== | + | In order to bring Hábrók back online after an incident we sometimes have to reinstall and reconfigure the login and interactive nodes. Because of this, these nodes will have new server host keys. This means that connecting to Hábrók results in (correct) warnings that these keys no longer match those that had been registered on your system when you connected for the first time. |
+ | |||
+ | Normally, checking the server hostkey ensures that you are not inadvertently connecting to a system posing as Hábrók (known as a man-in-the-middle attack) by warning you that you are actually connecting to another machine. You can safely ignore this check at if the key for the host you are connecting to is listed in [[habrok: | ||
+ | |||
+ | === MobaXterm | ||
+ | |||
+ | When reconnecting you will see a pop up window. Simply press " | ||
+ | |||
+ | {{: | ||
+ | |||
+ | === ssh connections on a terminal | ||
+ | |||
+ | You will see a message with: | ||
- | The best tool for copying data from one location to the other is '' | ||
< | < | ||
- | rsync -av /mnt/pg-data/p123456/important_data/ /projects/p123456/important_data/ | + | @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ |
+ | @ WARNING: REMOTE HOST IDENTIFICATION HAS CHANGED! | ||
+ | @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ | ||
+ | IT IS POSSIBLE THAT SOMEONE IS DOING SOMETHING NASTY! | ||
+ | Someone could be eavesdropping on you right now (man-in-the-middle attack)! | ||
+ | It is also possible that a host key has just been changed. | ||
+ | The fingerprint for the ED25519 key sent by the remote host is | ||
+ | SHA256: | ||
+ | Please contact your system administrator. | ||
+ | Add correct host key in /home/user/.ssh/known_hosts to get rid of this message. | ||
+ | Offending ED25519 key in /home/user/.ssh/known_hosts: | ||
+ | remove with: | ||
+ | ssh-keygen -f "/ | ||
+ | Host key for login1.hb.hpc.rug.nl has changed and you have requested strict checking. | ||
+ | Host key verification failed. | ||
</ | </ | ||
- | Note the slashes at the end of the source and the destination. The following flags have been used: | ||
- | * '' | ||
- | * '' | ||
- | You can also enable compression using '' | ||
- | The best thing about using '' | + | Follow |
- | ==== How do I migrate data from a group folder to Habrok? ==== | + | < |
- | + | ssh-keygen -f "/home/user/.ssh/ | |
- | The group folders will also be available at '' | + | </code> |
+ | **Note that your command may be different, as the path to the '' |