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

Problem Qsub

ghnunes
Beginner
601 Views

Hi, I'm trying to connect to devCloud, but when I run the qsub -I command I get this message and the process hangs:

qsub: waiting for job 940284.v-qsvr-1.aidevcloud to start

 

################################################################################################
# oneAPI DevCloud SSH config
################################################################################################
Host devcloud
User uxxxxx
IdentityFile ~/.ssh/devcloud-access-key-xxxxx.txt
ProxyCommand ssh -T -i ~/.ssh/devcloud-access-key-xxxxx.txt guest@ssh.devcloud.intel.com

Host devcloud.proxy
User uxxxxx
Port 4022
IdentityFile ~/.ssh/devcloud-access-key-xxxxx.txt
ProxyCommand ssh -T devcloud-via-proxy

# If you must route outgoing SSH connection via a corporate proxy,
# replace PROXY_HOSTNAME and PORT below with the values provided by
# your network administrator.
Host devcloud-via-proxy
User guest
Hostname ssh.devcloud.intel.com
IdentityFile ~/.ssh/devcloud-access-key-xxxxx.txt
LocalForward 4022 c009:22
ProxyCommand nc -x PROXY_HOSTNAME:PORT %h %p
################################################################################################

################################################################################################
# DevCloud VSCode config
################################################################################################
Host devcloud-vscode
UserKnownHostsFile /dev/null
StrictHostKeyChecking no
Hostname localhost
User uxxxxx
Port 5022
IdentityFile ~/.ssh/devcloud-access-key-xxxxx.txt
################################################################################################

################################################################################################
# SSH Tunnel config
################################################################################################
Host *.aidevcloud
User uxxxxx
IdentityFile ~/.ssh/devcloud-access-key-xxxxx.txt
ProxyCommand ssh -T devcloud nc %h %p
LocalForward 5022 localhost:22
LocalForward 5901 localhost:5901
################################################################################################

 

Could someone help me solve this problem?
Thanks.
0 Kudos
3 Replies
JananiC_Intel
Moderator
563 Views

Hi,


Thanks for posting in Intel forums.


We are checking on this.We will get back to you soon.



Regards,

Janani Chandran


0 Kudos
ghnunes
Beginner
556 Views

Hi, Janani.

 

My problem is solved now, I believe that was a problem temporary issue.

Thanks!! (:

0 Kudos
JananiC_Intel
Moderator
534 Views

Hi,


Glad to know that your issue is resolved. If you need any additional information, please submit a new question as this thread will no longer be monitored.


Regards,

Janani Chandran


0 Kudos
Reply