In case you are not able to connect using NX to ITER cluster, due to message "Server capacity reached..."

 

  1. Connect to a login node that displays such error using SSH

    > ssh <user>@hpc-loginX (X=4,5,6,7,8)
  2. List your NX processes

    > ps -eaf |grep $USER |grep nxagent
  3. Kill NX process

    kill -9  [ProcessID]

     

    Now you should be able to connect using NX...

 

  • No labels