This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision Next revision | Previous revision | ||
|
quick:help [2021/08/12 16:29] alopis [Some hints on resolving your difficulty] |
quick:help [2025/06/30 14:39] (current) ccrosby [The Help Desk] |
||
|---|---|---|---|
| Line 2: | Line 2: | ||
| ===== The Help Desk ===== | ===== The Help Desk ===== | ||
| - | If you need assistance, please go to [[http:// | + | If you need assistance, please go to [[http:// |
| ===== Please RTFM (Read The Fine Manual) ===== | ===== Please RTFM (Read The Fine Manual) ===== | ||
| Before submitting the support request, please take a moment to read whatever relevant documentation is available on [[http:// | Before submitting the support request, please take a moment to read whatever relevant documentation is available on [[http:// | ||
| + | |||
| + | ===== Asking for help with login problems ===== | ||
| + | CHPC users log into the cluster using the secure shell protocol, or ssh. However, there are many different software clients that can be used for this purpose, such as command line ssh from Linux, Windows or macOS, or applications such as PuTTY, MobaXterm or WinSSH. | ||
| + | < | ||
| + | ssh -v jblogs@lengau.chpc.ac.za | ||
| + | </ | ||
| + | will provide some additional information and | ||
| + | < | ||
| + | ssh -vv jblogs@lengau.chpc.ac.za | ||
| + | </ | ||
| + | even more. Simply saying "I cannot log in" does not enable us to help you. It could be for one of many reasons, such as: | ||
| + | - Network problems at the user's end | ||
| + | - Network problems at the CHPC's end | ||
| + | - Blocked login due to too many failed attempts | ||
| + | - Forgotten or mis-typed password | ||
| + | - A problem with the CHPC's login and authentication system | ||
| + | - A problem with the user's ssh client software | ||
| + | |||
| + | Here are some things that the user can try: | ||
| + | - Use a different client | ||
| + | - Get verbose output, as described above, to try and diagnose the problem | ||
| + | - Check network connectivity | ||
| + | - Check ssh login to a totally different site, if possible | ||
| + | - Try the alternative login node, such as '' | ||
| + | |||
| + | |||
| ===== Some hints on resolving your difficulty ===== | ===== Some hints on resolving your difficulty ===== | ||
| Line 17: | Line 43: | ||
| * Please try repeat a previous calculation which actually worked - please make sure to keep a backup of this previous calculation (please do not overwrite your old results). | * Please try repeat a previous calculation which actually worked - please make sure to keep a backup of this previous calculation (please do not overwrite your old results). | ||
| * Please confirm you are submitting to the appropriate queue. Possible queues: http:// | * Please confirm you are submitting to the appropriate queue. Possible queues: http:// | ||
| + | * The error messages in your code's output and the standard error file are very helpful. The first instance of the error or warning is often the most significant one. | ||
| ===== Information to include in your support query ===== | ===== Information to include in your support query ===== | ||