Table of Contents

How to ask for help

The Help Desk

If you need assistance, please go to the support query page. However, before you do that, please ensure that you have crucial information available, and include it in your submission. It is helpful to ask yourself the following question: “What information do I need to provide to the support agent in order for that person to fully understand my difficulty?” You can also send emails directly to helpdesk@chpc.ac.za. Using either method, please identify yourself with the same email address as the one used when you registered on the CHPC user portal. This immediately links your query to your information on our user portal, which makes it easier and faster to provide assistance.

Please RTFM (Read The Fine Manual)

Before submitting the support request, please take a moment to read whatever relevant documentation is available on the CHPC Wiki. The Wiki is updated as things change and we become aware of existing difficulties, solutions and workarounds. Please check back often.

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. Not all of these provide helpful information when things go wrong. The command line tools can typically be used with additional parameters to provide helpful information. For example:

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:

  1. Network problems at the user's end
  2. Network problems at the CHPC's end
  3. Blocked login due to too many failed attempts
  4. Forgotten or mis-typed password
  5. A problem with the CHPC's login and authentication system
  6. A problem with the user's ssh client software

Here are some things that the user can try:

  1. Use a different client
  2. Get verbose output, as described above, to try and diagnose the problem
  3. Check network connectivity
  4. Check ssh login to a totally different site, if possible
  5. Try the alternative login node, such as scp.chpc.ac.za, or the CHPC's data transfer node dtn.chpc.ac.za

Some hints on resolving your difficulty

Here are some things to try:

Information to include in your support query

Please include the following information where relevant:

Enabling CHPC staff to log in as you and run jobs

Sometimes the only way issues can be resolved is to have someone log in as you.

Never give anyone else your password.

What you can do is add their ssh keys to your account - which you can remove later. See adding ssh keys to use this.