<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Remote VTune execution in devcloud in Analyzers</title>
    <link>https://community.intel.com/t5/Analyzers/Remote-VTune-execution-in-devcloud/m-p/1571802#M24392</link>
    <description>&lt;P&gt;Hi Jennifer,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;thank you for your reply. I'm afraid I don't think it's the port, as I just tried a different one and the symptoms are the same. I believe there is something going on with the ssh tunnel. The reason I'm suspecting this is because when I execute from my local shell the following command:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;ssh -L 127.0.0.1:55009:127.0.0.1:55009 devcloud&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I hop into the devcloud machine but then at the devcloud machine the same command for the working node:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;ssh -L 127.0.0.1:55009:127.0.0.1:55009 s001-n067&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;doesn't take me to the computing node (please see image attached).&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Can it be that there is something in my account that I haven't setup properly?&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;--Ioannis&lt;/P&gt;</description>
    <pubDate>Tue, 13 Feb 2024 06:52:19 GMT</pubDate>
    <dc:creator>ixiotidi</dc:creator>
    <dc:date>2024-02-13T06:52:19Z</dc:date>
    <item>
      <title>Remote VTune execution in devcloud</title>
      <link>https://community.intel.com/t5/Analyzers/Remote-VTune-execution-in-devcloud/m-p/1571312#M24385</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I'm trying to execute VTune in devcloud by following the instructions in this link:&lt;/P&gt;&lt;P&gt;&lt;A href="https://www.intel.com/content/www/us/en/docs/vtune-profiler/cookbook/2023-0/using-vtune-server-with-vs-code-intel-devcloud.html" target="_blank"&gt;https://www.intel.com/content/www/us/en/docs/vtune-profiler/cookbook/2023-0/using-vtune-server-with-vs-code-intel-devcloud.html&lt;/A&gt;&lt;/P&gt;&lt;P&gt;the problem I'm facing is that I can easily tunnel ssh into the login node, however the second ssh command into the computing node (which is active in another terminal window) where I'm running vtune isn't working. Basically, the command executes but I'm not actually getting into the node. My bash stays in the login node. When I then execute $ps -x | grep ssh to check that the tunnel is working I don't get any results back. This can also be verified that when I try to load vtune from my browser I get an error. Also, when looking into my terminal where I did the ssh tunnels I get an error saying:&lt;/P&gt;&lt;P&gt;channel 2: open failed: connect failed: Connection refused&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;I can't be seeming to find any instructions on how to solve this issue. I would have expected that since the qsub -I command keeps the computing node working, the tunnel should be active and hence trivial to access port 55001&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Any recommendations?&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;--Ioannis&lt;/P&gt;</description>
      <pubDate>Sun, 11 Feb 2024 16:43:05 GMT</pubDate>
      <guid>https://community.intel.com/t5/Analyzers/Remote-VTune-execution-in-devcloud/m-p/1571312#M24385</guid>
      <dc:creator>ixiotidi</dc:creator>
      <dc:date>2024-02-11T16:43:05Z</dc:date>
    </item>
    <item>
      <title>Re: Remote VTune execution in devcloud</title>
      <link>https://community.intel.com/t5/Analyzers/Remote-VTune-execution-in-devcloud/m-p/1571354#M24386</link>
      <description>&lt;P&gt;Let me check first and then give you update.&lt;/P&gt;</description>
      <pubDate>Mon, 12 Feb 2024 00:50:38 GMT</pubDate>
      <guid>https://community.intel.com/t5/Analyzers/Remote-VTune-execution-in-devcloud/m-p/1571354#M24386</guid>
      <dc:creator>yuzhang3_intel</dc:creator>
      <dc:date>2024-02-12T00:50:38Z</dc:date>
    </item>
    <item>
      <title>Re: Remote VTune execution in devcloud</title>
      <link>https://community.intel.com/t5/Analyzers/Remote-VTune-execution-in-devcloud/m-p/1571769#M24390</link>
      <description>&lt;P&gt;I've seen issues with using port 55001. Can you try something like 55009? The reason we used 55001 is because it's not typically used by anything else, but it can be any available port.&amp;nbsp;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 13 Feb 2024 05:05:39 GMT</pubDate>
      <guid>https://community.intel.com/t5/Analyzers/Remote-VTune-execution-in-devcloud/m-p/1571769#M24390</guid>
      <dc:creator>Jennifer_D_Intel</dc:creator>
      <dc:date>2024-02-13T05:05:39Z</dc:date>
    </item>
    <item>
      <title>Re: Remote VTune execution in devcloud</title>
      <link>https://community.intel.com/t5/Analyzers/Remote-VTune-execution-in-devcloud/m-p/1571802#M24392</link>
      <description>&lt;P&gt;Hi Jennifer,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;thank you for your reply. I'm afraid I don't think it's the port, as I just tried a different one and the symptoms are the same. I believe there is something going on with the ssh tunnel. The reason I'm suspecting this is because when I execute from my local shell the following command:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;ssh -L 127.0.0.1:55009:127.0.0.1:55009 devcloud&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I hop into the devcloud machine but then at the devcloud machine the same command for the working node:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;ssh -L 127.0.0.1:55009:127.0.0.1:55009 s001-n067&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;doesn't take me to the computing node (please see image attached).&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Can it be that there is something in my account that I haven't setup properly?&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;--Ioannis&lt;/P&gt;</description>
      <pubDate>Tue, 13 Feb 2024 06:52:19 GMT</pubDate>
      <guid>https://community.intel.com/t5/Analyzers/Remote-VTune-execution-in-devcloud/m-p/1571802#M24392</guid>
      <dc:creator>ixiotidi</dc:creator>
      <dc:date>2024-02-13T06:52:19Z</dc:date>
    </item>
    <item>
      <title>Re: Remote VTune execution in devcloud</title>
      <link>https://community.intel.com/t5/Analyzers/Remote-VTune-execution-in-devcloud/m-p/1572388#M24397</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;is there any update regarding this?&lt;BR /&gt;&lt;BR /&gt;Thanks,&lt;BR /&gt;—Ioannis</description>
      <pubDate>Wed, 14 Feb 2024 21:44:24 GMT</pubDate>
      <guid>https://community.intel.com/t5/Analyzers/Remote-VTune-execution-in-devcloud/m-p/1572388#M24397</guid>
      <dc:creator>ixiotidi</dc:creator>
      <dc:date>2024-02-14T21:44:24Z</dc:date>
    </item>
    <item>
      <title>Re: Remote VTune execution in devcloud</title>
      <link>https://community.intel.com/t5/Analyzers/Remote-VTune-execution-in-devcloud/m-p/1572493#M24399</link>
      <description>&lt;P&gt;I ran some tests and wasn't able to reproduce the problem, so it might be something in your devcloud ssh configuration. Can you check your local ssh config file? It should look something like this:&lt;/P&gt;
&lt;P&gt;################################################################################################&lt;BR /&gt;# oneAPI DevCloud SSH config&lt;BR /&gt;################################################################################################&lt;BR /&gt;Host devcloud&lt;BR /&gt;User uxxxx&lt;BR /&gt;IdentityFile ~/.ssh/devcloud-access-key-xxxx.txt&lt;BR /&gt;ProxyCommand ssh -T -i ~/.ssh/devcloud-access-key-xxxx.txt guest@ssh.devcloud.intel.com&lt;/P&gt;
&lt;P&gt;Host devcloud.proxy&lt;BR /&gt;User uxxxx&lt;BR /&gt;Port 4022&lt;BR /&gt;IdentityFile ~/.ssh/devcloud-access-key-xxxx.txt&lt;BR /&gt;ProxyCommand ssh -T devcloud-via-proxy&lt;/P&gt;
&lt;P&gt;# If you must route outgoing SSH connection via a corporate proxy,&lt;BR /&gt;# replace PROXY_HOSTNAME and PORT below with the values provided by&lt;BR /&gt;# your network administrator.&lt;BR /&gt;Host devcloud-via-proxy&lt;BR /&gt;User guest&lt;BR /&gt;Hostname ssh.devcloud.intel.com&lt;BR /&gt;IdentityFile ~/.ssh/devcloud-access-key-xxxx.txt&lt;BR /&gt;LocalForward 4022 c009:22&lt;BR /&gt;ProxyCommand nc -x your.proxy.server.com:port %h %p&lt;BR /&gt;################################################################################################&lt;/P&gt;
&lt;P&gt;################################################################################################&lt;BR /&gt;# DevCloud VSCode config&lt;BR /&gt;################################################################################################&lt;BR /&gt;Host devcloud-vscode&lt;BR /&gt;UserKnownHostsFile /dev/null&lt;BR /&gt;StrictHostKeyChecking no&lt;BR /&gt;Hostname localhost&lt;BR /&gt;User uxxxx&lt;BR /&gt;Port 5022&lt;BR /&gt;IdentityFile ~/.ssh/devcloud-access-key-xxxx.txt&lt;BR /&gt;################################################################################################&lt;/P&gt;
&lt;P&gt;################################################################################################&lt;BR /&gt;# SSH Tunnel config&lt;BR /&gt;################################################################################################&lt;BR /&gt;Host *.aidevcloud&lt;BR /&gt;User uxxxx&lt;BR /&gt;IdentityFile ~/.ssh/devcloud-access-key-xxxx.txt&lt;BR /&gt;ProxyCommand ssh -T devcloud nc %h %p&lt;BR /&gt;LocalForward 5022 localhost:22&lt;BR /&gt;LocalForward 5901 localhost:5901&lt;BR /&gt;################################################################################################&lt;/P&gt;</description>
      <pubDate>Thu, 15 Feb 2024 04:27:23 GMT</pubDate>
      <guid>https://community.intel.com/t5/Analyzers/Remote-VTune-execution-in-devcloud/m-p/1572493#M24399</guid>
      <dc:creator>Jennifer_D_Intel</dc:creator>
      <dc:date>2024-02-15T04:27:23Z</dc:date>
    </item>
    <item>
      <title>Re: Remote VTune execution in devcloud</title>
      <link>https://community.intel.com/t5/Analyzers/Remote-VTune-execution-in-devcloud/m-p/1572563#M24400</link>
      <description>&lt;P&gt;Hi Jennifer,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;thank you for your reply. Please see below my ssh config (for which I used the automatic script provided by Intel).&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;################################################################################################&lt;BR /&gt;# oneAPI DevCloud SSH config&lt;BR /&gt;################################################################################################&lt;BR /&gt;Host devcloud&lt;BR /&gt;User uXXXXX&lt;BR /&gt;IdentityFile ~/.ssh/devcloud-access-key-212375.txt&lt;BR /&gt;ProxyCommand ssh -T -i ~/.ssh/devcloud-access-key-212375.txt guest@ssh.devcloud.intel.com&lt;/P&gt;&lt;P&gt;Host devcloud.proxy&lt;BR /&gt;User uXXXXX&lt;BR /&gt;Port 4022&lt;BR /&gt;IdentityFile ~/.ssh/devcloud-access-key-212375.txt&lt;BR /&gt;ProxyCommand ssh -T devcloud-via-proxy&lt;/P&gt;&lt;P&gt;# If you must route outgoing SSH connection via a corporate proxy,&lt;BR /&gt;# replace PROXY_HOSTNAME and PORT below with the values provided by&lt;BR /&gt;# your network administrator.&lt;BR /&gt;Host devcloud-via-proxy&lt;BR /&gt;User guest&lt;BR /&gt;Hostname ssh.devcloud.intel.com&lt;BR /&gt;IdentityFile ~/.ssh/devcloud-access-key-212375.txt&lt;BR /&gt;LocalForward 4022 c009:22&lt;BR /&gt;ProxyCommand nc -x PROXY_HOSTNAME:PORT %h %p&lt;BR /&gt;################################################################################################&lt;/P&gt;&lt;P&gt;################################################################################################&lt;BR /&gt;# DevCloud VSCode config&lt;BR /&gt;################################################################################################&lt;BR /&gt;Host devcloud-vscode&lt;BR /&gt;UserKnownHostsFile /dev/null&lt;BR /&gt;StrictHostKeyChecking no&lt;BR /&gt;Hostname localhost&lt;BR /&gt;User uXXXXX&lt;BR /&gt;Port 5022&lt;BR /&gt;IdentityFile ~/.ssh/devcloud-access-key-212375.txt&lt;BR /&gt;################################################################################################&lt;/P&gt;&lt;P&gt;################################################################################################&lt;BR /&gt;# SSH Tunnel config&lt;BR /&gt;################################################################################################&lt;BR /&gt;Host *.aidevcloud&lt;BR /&gt;User uXXXXX&lt;BR /&gt;IdentityFile ~/.ssh/devcloud-access-key-212375.txt&lt;BR /&gt;ProxyCommand ssh -T devcloud nc %h %p&lt;BR /&gt;LocalForward 5022 localhost:22&lt;BR /&gt;LocalForward 5901 localhost:5901&lt;BR /&gt;################################################################################################&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;it looks rather identical to me, to what you've posted. One extra bit to add on the table. If execute VTune from the login node (of course I get some memory issue, however then the webpage becomes accessible (of course not fully loaded). So that makes me genuinely think that either there is some short of constraint within my account or something that I'm not getting when I try to tunnel from my login node to the computing node. Additionally, I know 2x more people that are facing the same exactly problem.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;--Ioannis&lt;/P&gt;</description>
      <pubDate>Thu, 15 Feb 2024 09:39:12 GMT</pubDate>
      <guid>https://community.intel.com/t5/Analyzers/Remote-VTune-execution-in-devcloud/m-p/1572563#M24400</guid>
      <dc:creator>ixiotidi</dc:creator>
      <dc:date>2024-02-15T09:39:12Z</dc:date>
    </item>
    <item>
      <title>Re: Remote VTune execution in devcloud</title>
      <link>https://community.intel.com/t5/Analyzers/Remote-VTune-execution-in-devcloud/m-p/1573106#M24407</link>
      <description>&lt;P&gt;Hi Jennifer,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;don't know if you have any more updates for me about this. I did a little bit more investigation. Basically when I qsub -I in a computing node (e.g. s001-n058), I open a new terminal and I ssh tunnel with the command from above. Subsequently I try to tunnel into the active computing node with ssh -L 127.0.0.1:55001:127.0.0.1:55001 -v s001-n057 clearly in the debug output I see that my tunneling isn't really working from login to computing node.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;OpenSSH_7.6p1 Ubuntu-4ubuntu0.3, OpenSSL 1.0.2n 7 Dec 2017&lt;BR /&gt;debug1: Reading configuration data /home/uXXXXXX/.ssh/config&lt;BR /&gt;debug1: Reading configuration data /etc/ssh/ssh_config&lt;BR /&gt;debug1: /etc/ssh/ssh_config line 19: Applying options for *&lt;BR /&gt;debug1: Connecting to s001-n058 [10.9.1.58] port 22.&lt;BR /&gt;debug1: Connection established.&lt;BR /&gt;debug1: identity file /home/uXXXXXX/.ssh/id_rsa type 0&lt;BR /&gt;debug1: key_load_public: No such file or directory&lt;BR /&gt;debug1: identity file /home/uXXXXXX/.ssh/id_rsa-cert type -1&lt;BR /&gt;debug1: key_load_public: No such file or directory&lt;BR /&gt;debug1: identity file /home/uXXXXXX/.ssh/id_dsa type -1&lt;BR /&gt;debug1: key_load_public: No such file or directory&lt;BR /&gt;debug1: identity file /home/uXXXXXX/.ssh/id_dsa-cert type -1&lt;BR /&gt;debug1: key_load_public: No such file or directory&lt;BR /&gt;debug1: identity file /home/uXXXXXX/.ssh/id_ecdsa type -1&lt;BR /&gt;debug1: key_load_public: No such file or directory&lt;BR /&gt;debug1: identity file /home/uXXXXXX/.ssh/id_ecdsa-cert type -1&lt;BR /&gt;debug1: key_load_public: No such file or directory&lt;BR /&gt;debug1: identity file /home/uXXXXXX/.ssh/id_ed25519 type -1&lt;BR /&gt;debug1: key_load_public: No such file or directory&lt;BR /&gt;debug1: identity file /home/uXXXXXX/.ssh/id_ed25519-cert type -1&lt;BR /&gt;debug1: Local version string SSH-2.0-OpenSSH_7.6p1 Ubuntu-4ubuntu0.3&lt;BR /&gt;debug1: Remote protocol version 2.0, remote software version OpenSSH_8.2p1 Ubuntu-4ubuntu0.11&lt;BR /&gt;debug1: match: OpenSSH_8.2p1 Ubuntu-4ubuntu0.11 pat OpenSSH* compat 0x04000000&lt;BR /&gt;debug1: Authenticating to s001-n058:22 as 'uXXXXXX'&lt;BR /&gt;debug1: SSH2_MSG_KEXINIT sent&lt;BR /&gt;debug1: SSH2_MSG_KEXINIT received&lt;BR /&gt;debug1: kex: algorithm: curve25519-sha256&lt;BR /&gt;debug1: kex: host key algorithm: ecdsa-sha2-nistp256&lt;BR /&gt;debug1: kex: server-&amp;gt;client cipher: chacha20-poly1305@openssh.com MAC: &amp;lt;implicit&amp;gt; compression: none&lt;BR /&gt;debug1: kex: client-&amp;gt;server cipher: chacha20-poly1305@openssh.com MAC: &amp;lt;implicit&amp;gt; compression: none&lt;BR /&gt;debug1: expecting SSH2_MSG_KEX_ECDH_REPLY&lt;BR /&gt;debug1: Server host key: ecdsa-sha2-nistp256 SHA256:w9YpGXPNBARHJeFgysYdAPNuP9PqfAWR4Ba1rKoYXe0&lt;BR /&gt;Warning: Permanently added 's001-n058,10.9.1.58' (ECDSA) to the list of known hosts.&lt;BR /&gt;debug1: rekey after 134217728 blocks&lt;BR /&gt;debug1: SSH2_MSG_NEWKEYS sent&lt;BR /&gt;debug1: expecting SSH2_MSG_NEWKEYS&lt;BR /&gt;debug1: SSH2_MSG_NEWKEYS received&lt;BR /&gt;debug1: rekey after 134217728 blocks&lt;BR /&gt;debug1: SSH2_MSG_EXT_INFO received&lt;BR /&gt;debug1: kex_input_ext_info: server-sig-algs=&amp;lt;ssh-ed25519,sk-ssh-ed25519@openssh.com,ssh-rsa,rsa-sha2-256,rsa-sha2-512,ssh-dss,ecdsa-sha2-nistp256,ecdsa-sha2-nistp384,ecdsa-sha2-nistp521,sk-ecdsa-sha2-nistp256@openssh.com&amp;gt;&lt;BR /&gt;debug1: SSH2_MSG_SERVICE_ACCEPT received&lt;BR /&gt;debug1: Authentications that can continue: publickey&lt;BR /&gt;debug1: Next authentication method: publickey&lt;BR /&gt;debug1: Offering public key: RSA SHA256:M2GDEOEcnKhPp/HODa4c9OvBigJpZ6j5Xlp5cf/mf/Y /home/uXXXXXX/.ssh/id_rsa&lt;BR /&gt;debug1: Authentications that can continue: publickey&lt;BR /&gt;debug1: Trying private key: /home/uXXXXXX/.ssh/id_dsa&lt;BR /&gt;debug1: Trying private key: /home/uXXXXXX/.ssh/id_ecdsa&lt;BR /&gt;debug1: Trying private key: /home/uXXXXXX/.ssh/id_ed25519&lt;BR /&gt;debug1: No more authentication methods to try.&lt;BR /&gt;uXXXXXX@s001-n058: Permission denied (publickey).&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks any more help on this is highly appreciated.&lt;/P&gt;&lt;P&gt;--Ioannis&lt;/P&gt;</description>
      <pubDate>Sat, 17 Feb 2024 14:27:47 GMT</pubDate>
      <guid>https://community.intel.com/t5/Analyzers/Remote-VTune-execution-in-devcloud/m-p/1573106#M24407</guid>
      <dc:creator>ixiotidi</dc:creator>
      <dc:date>2024-02-17T14:27:47Z</dc:date>
    </item>
    <item>
      <title>Re: Remote VTune execution in devcloud</title>
      <link>https://community.intel.com/t5/Analyzers/Remote-VTune-execution-in-devcloud/m-p/1574036#M24412</link>
      <description>&lt;P&gt;I'm still working with the DevCloud admins to figure out the problem. There was a mention of an update last week for an issue with port forwarding, but I'm not sure if it was completed.&lt;/P&gt;</description>
      <pubDate>Wed, 21 Feb 2024 01:24:51 GMT</pubDate>
      <guid>https://community.intel.com/t5/Analyzers/Remote-VTune-execution-in-devcloud/m-p/1574036#M24412</guid>
      <dc:creator>Jennifer_D_Intel</dc:creator>
      <dc:date>2024-02-21T01:24:51Z</dc:date>
    </item>
    <item>
      <title>Re: Remote VTune execution in devcloud</title>
      <link>https://community.intel.com/t5/Analyzers/Remote-VTune-execution-in-devcloud/m-p/1575426#M24420</link>
      <description>&lt;P&gt;Hi Jennifer,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;is there any update regarding the VTune GUI running on the DevCloud?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;--Ioannis&lt;/P&gt;</description>
      <pubDate>Mon, 26 Feb 2024 14:19:43 GMT</pubDate>
      <guid>https://community.intel.com/t5/Analyzers/Remote-VTune-execution-in-devcloud/m-p/1575426#M24420</guid>
      <dc:creator>ixiotidi</dc:creator>
      <dc:date>2024-02-26T14:19:43Z</dc:date>
    </item>
    <item>
      <title>Re: Remote VTune execution in devcloud</title>
      <link>https://community.intel.com/t5/Analyzers/Remote-VTune-execution-in-devcloud/m-p/1578402#M24439</link>
      <description>&lt;P&gt;I have pinged the DevCloud admin again and will let you know his response. There still seem to be some issues with VTune for some reason.&lt;/P&gt;</description>
      <pubDate>Thu, 07 Mar 2024 06:26:38 GMT</pubDate>
      <guid>https://community.intel.com/t5/Analyzers/Remote-VTune-execution-in-devcloud/m-p/1578402#M24439</guid>
      <dc:creator>Jennifer_D_Intel</dc:creator>
      <dc:date>2024-03-07T06:26:38Z</dc:date>
    </item>
    <item>
      <title>Re: Remote VTune execution in devcloud</title>
      <link>https://community.intel.com/t5/Analyzers/Remote-VTune-execution-in-devcloud/m-p/1580365#M24472</link>
      <description>&lt;P&gt;I apologize for taking so long to resolve this. I heard back from the devcloud admin, who responded that this is known to fail when connecting from a Windows host unless you are using Windows Subsystem for Linux. But I've been unable to reproduce the error using cygwin or putty, until today.&amp;nbsp; I was running some more tests with a colleague and we managed to reproduce the problem by closing one of the ssh terminals with the VTune browser window open. Here is what we did:&lt;/P&gt;
&lt;OL&gt;
&lt;LI&gt;Open a cygwin terminal and connect with ssh -L 127.0.0.1:55009:127.0.0.1:55009 devcloud&lt;/LI&gt;
&lt;LI&gt;Connect to a compute node with qsub -I&lt;/LI&gt;
&lt;LI&gt;Open a second cygwin terminal and connect with ssh -L 127.0.0.1:55009:127.0.0.1:55009 devcloud&lt;/LI&gt;
&lt;LI&gt;From the login node, run&amp;nbsp;ssh -L 127.0.0.1:55009:127.0.0.1:55009 s001-nxx&lt;/LI&gt;
&lt;LI&gt;In the second cygwin terminal, run vtune-backend --enable-server-profiling --web-port=55009&lt;/LI&gt;
&lt;LI&gt;In a browser, go to &lt;A href="https://127.0.0.1:55009" target="_blank"&gt;https://127.0.0.1:55009&lt;/A&gt;&amp;nbsp;and continue to the VTune server&lt;/LI&gt;
&lt;/OL&gt;
&lt;P&gt;Once we closed the first terminal, the second terminal started displaying the channel 2 error messages you are getting. Closing the browser ends the errors. It seems that somehow the node stops listening on port 55009.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I wonder if you are able to connect to VTune server without the tunneling. You would connect to the compute node without specifying the localhost, and then run the following command to start the VTune server:&lt;/P&gt;
&lt;P&gt;vtune-backend --allow-remote-access --enable-server-profiling --web-port=55009&lt;/P&gt;
&lt;P&gt;The URL will contain the node's IP address instead of localhost.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 14 Mar 2024 05:02:17 GMT</pubDate>
      <guid>https://community.intel.com/t5/Analyzers/Remote-VTune-execution-in-devcloud/m-p/1580365#M24472</guid>
      <dc:creator>Jennifer_D_Intel</dc:creator>
      <dc:date>2024-03-14T05:02:17Z</dc:date>
    </item>
    <item>
      <title>Re: Remote VTune execution in devcloud</title>
      <link>https://community.intel.com/t5/Analyzers/Remote-VTune-execution-in-devcloud/m-p/1581355#M24476</link>
      <description>&lt;P&gt;Hi &lt;a href="https://community.intel.com/t5/user/viewprofilepage/user-id/42000"&gt;@Jennifer_D_Intel&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;thank you very much for coming back to me. I'm afraid what I'm trying to do isn't in a Windows environment but rather to a native Linux. However, I did try your instructions in both a Windows machine and a Linux machine and I'm getting the same error. I still believe that the issue is on the tunnel between the login node and the computing node, if for example I run vtune on the login node (of course I'm running out of memory) but I see can access a "corrupted" version of the website GUI. However, when I try to ssh into the compute node I seem to get an error that authentication has failed. So I'm puzzled about it. Is it possible to send me the ssh tunnel command with the -v option enabled when you try to move from a login node to the compute node? Cause I'm getting "Permission denied".&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;--Ioannis&lt;/P&gt;</description>
      <pubDate>Mon, 18 Mar 2024 09:55:32 GMT</pubDate>
      <guid>https://community.intel.com/t5/Analyzers/Remote-VTune-execution-in-devcloud/m-p/1581355#M24476</guid>
      <dc:creator>ixiotidi</dc:creator>
      <dc:date>2024-03-18T09:55:32Z</dc:date>
    </item>
  </channel>
</rss>

