Intel® DevCloud
Help for those needing help starting or connecting to the Intel® DevCloud
1796 Discussions

Connection to devcloud/oneAPI via ssh: login message "Process exceeded login node resource limit"

User01
New Contributor II
788 Views

At Mon Oct 9 10:24:20 EDT 2023 a login to DevCloud is reporting a "Process exceeded login node resource limit" error:

> ssh devcloud
###############################################################################
#
# Welcome to the Intel DevCloud for oneAPI Projects!
#
# 1) See https://devcloud.intel.com/oneapi/ for instructions and rules for
# the OneAPI Instance.
#
# 2) See https://github.com/intel/FPGA-Devcloud for instructions and rules for
# the FPGA Instance.
#
# Note: Your invitation email sent to you contains the authentication URL.
#
# If you have any questions regarding the cloud usage, post them at
# https://software.intel.com/en-us/forums/intel-devcloud
#
# Intel DevCloud Team
#
###############################################################################
#
# Note: Cryptocurrency mining on the Intel DevCloud is forbidden.
# Mining will lead to immediate termination of your account.
#
###############################################################################
Last login: Sun Oct  8 13:35:52 2023 from 10.5.0.46

Process exceeded login node resource limit.
Please run jobs on compute nodes using qsub or start an interactive shell using qsub -I.
Please visit the forums at: https://software.intel.com/en-us/forums/intel-devcloud
u123456@login-2:~$

 

0 Kudos
3 Replies
JaideepK_Intel
Employee
744 Views

Hi,

 

Thank you for posting in Intel communities.

 

It is just a warning message, you can ignore that. When you want to run any scripts or binaries, make sure you run on the compute node instead of the login node.

JaideepK_Intel_0-1696923043996.png

you can access compute nodes with the below command

qsub -I

 

for more information please refer below documentation.

link: https://devcloud.intel.com/oneapi/documentation/job-submission/

 

If this resolves your issue, make sure to accept this as a solution. This would help others with similar issue. Thank you!

 

Regards,

Jaideep

 

User01
New Contributor II
737 Views

I ignored the message, but it is still good to have the issue resolved. It is not good practice to ignore errors and warnings. I see that as of the time of this post, the message has gone away.

This instance of the warning appears to be fixed. This thread no longer needs to be monitored by Intel.

Be advised, this is not the first time this has happened, so there may be something in the infrastructure that triggers the behavior and needs some attention. See Solved: Connection to devcloud/oneAPI via ssh: login message: "Process exceeded login node resource limit." - Intel Community for the last instance that was documented in the forums.

0 Kudos
JaideepK_Intel
Employee
710 Views

Hi,


Thank you for your feedback. We have provided your feedback to the relevant team. If you need any additional information, please post a new question as this thread will no longer be monitored by Intel.


Thanks,

Jaideep


0 Kudos
Reply