<?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 I have tried doing it both as in Intel® MPI Library</title>
    <link>https://community.intel.com/t5/Intel-MPI-Library/Intel-Paralel-Studio-xe-2017-Cluster-Edition-Installation/m-p/1112769#M5388</link>
    <description>&lt;P&gt;I have tried doing it both as a root and a normal user. Moreover when I run the graphical installation (install_GUI.sh)&lt;/P&gt;

&lt;P&gt;It says&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;

&lt;P&gt;1. Login failed (ssh command)&lt;/P&gt;

&lt;P&gt;2. Invalid Cluster Description File&lt;BR /&gt;
	&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Mon, 19 Dec 2016 11:54:15 GMT</pubDate>
    <dc:creator>shoaib_r_</dc:creator>
    <dc:date>2016-12-19T11:54:15Z</dc:date>
    <item>
      <title>Intel Paralel Studio xe 2017 - Cluster Edition Installation problem</title>
      <link>https://community.intel.com/t5/Intel-MPI-Library/Intel-Paralel-Studio-xe-2017-Cluster-Edition-Installation/m-p/1112766#M5385</link>
      <description>&lt;P&gt;&amp;nbsp;&lt;/P&gt;

&lt;P&gt;I got Intel Parallel Studio trial version to run on my linux nodes (I have two nodes currently). During the installation I am facing two issues.&lt;/P&gt;

&lt;P&gt;1. It says "Login Failed - due to ssh issue"&lt;/P&gt;

&lt;P&gt;I have ssh up and running and I have registered and copied the keys and using ssh "IP" I can easily login to the remote server.&amp;nbsp;&lt;/P&gt;

&lt;P style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"&gt;2.
	&lt;STYLE type="text/css"&gt;p, li { white-space: pre-wrap; }
	&lt;/STYLE&gt;
	&lt;SPAN style=" color:#ff0000;"&gt;Invalid cluster description file&lt;/SPAN&gt;&lt;/P&gt;

&lt;P style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"&gt;Though I have created "machines.LINUX" in the same directory where install.sh is located yet it shows the same error.&lt;/P&gt;

&lt;P style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"&gt;&amp;nbsp;&lt;/P&gt;

&lt;P style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"&gt;Is the invalid cluster file error caused due to the ssh issue or is it something else.&lt;/P&gt;

&lt;P style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"&gt;&amp;nbsp;&lt;/P&gt;

&lt;P style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"&gt;Any help in this regard will be appreciated.&lt;/P&gt;

&lt;P style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"&gt;&amp;nbsp;&lt;/P&gt;

&lt;P style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"&gt;Thanks&lt;/P&gt;</description>
      <pubDate>Tue, 13 Dec 2016 17:02:53 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-MPI-Library/Intel-Paralel-Studio-xe-2017-Cluster-Edition-Installation/m-p/1112766#M5385</guid>
      <dc:creator>shoaib_r_</dc:creator>
      <dc:date>2016-12-13T17:02:53Z</dc:date>
    </item>
    <item>
      <title>Hi Shoaib,</title>
      <link>https://community.intel.com/t5/Intel-MPI-Library/Intel-Paralel-Studio-xe-2017-Cluster-Edition-Installation/m-p/1112767#M5386</link>
      <description>&lt;P&gt;Hi Shoaib,&lt;/P&gt;

&lt;P&gt;Please can you provide some more information:&lt;/P&gt;

&lt;P&gt;Please let me know the command line you are using. Do you install as normal user or as root (e.g. via sudo)?&lt;/P&gt;

&lt;P&gt;Do your nodes share a common file system?&lt;/P&gt;

&lt;P&gt;I understand you have setup password-less ssh by using keys. Does the following work:&lt;BR /&gt;
	sh -c 'for host in $(cat machines.LINUX); do ssh $host hostname; done'&lt;/P&gt;

&lt;P&gt;Best regards&lt;BR /&gt;
	Klaus-Dieter&lt;/P&gt;</description>
      <pubDate>Fri, 16 Dec 2016 19:08:08 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-MPI-Library/Intel-Paralel-Studio-xe-2017-Cluster-Edition-Installation/m-p/1112767#M5386</guid>
      <dc:creator>Klaus-Dieter_O_Intel</dc:creator>
      <dc:date>2016-12-16T19:08:08Z</dc:date>
    </item>
    <item>
      <title>Hi Klaus,</title>
      <link>https://community.intel.com/t5/Intel-MPI-Library/Intel-Paralel-Studio-xe-2017-Cluster-Edition-Installation/m-p/1112768#M5387</link>
      <description>&lt;P&gt;Hi Klaus,&lt;/P&gt;

&lt;P&gt;I generated ssh keys and copied them on the nodes using the following commands.&lt;/P&gt;

&lt;UL&gt;
	&lt;LI&gt;&lt;STRONG&gt;ssh-keygen -t rsa &lt;/STRONG&gt;&lt;/LI&gt;
	&lt;LI&gt;&lt;STRONG&gt;ssh-copy-id IPAddress_of_the_node &lt;/STRONG&gt;&lt;/LI&gt;
&lt;/UL&gt;

&lt;P&gt;After that I simply run the &lt;STRONG&gt;install.sh &lt;/STRONG&gt;from the download directory. The machines.LINUX file resides in the same directory and has the following content ....&lt;/P&gt;

&lt;P&gt;&lt;STRONG&gt;master &lt;/STRONG&gt;&lt;/P&gt;

&lt;P&gt;&lt;STRONG&gt;slave&lt;/STRONG&gt;&lt;/P&gt;

&lt;P&gt;where &lt;STRONG&gt;master &lt;/STRONG&gt;is the hostname of node1 and &lt;STRONG&gt;slave&lt;/STRONG&gt; for the node2. It reads the number of nodes correctly but later (after I enter the installation directory) it prompts with an error saying&lt;/P&gt;

&lt;P&gt;&lt;STRONG&gt;Missing critical prerwquisites&lt;/STRONG&gt;&lt;/P&gt;

&lt;P&gt;&lt;STRONG&gt;-- Invalid cluster description file&lt;/STRONG&gt;&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 19 Dec 2016 11:40:02 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-MPI-Library/Intel-Paralel-Studio-xe-2017-Cluster-Edition-Installation/m-p/1112768#M5387</guid>
      <dc:creator>shoaib_r_</dc:creator>
      <dc:date>2016-12-19T11:40:02Z</dc:date>
    </item>
    <item>
      <title>I have tried doing it both as</title>
      <link>https://community.intel.com/t5/Intel-MPI-Library/Intel-Paralel-Studio-xe-2017-Cluster-Edition-Installation/m-p/1112769#M5388</link>
      <description>&lt;P&gt;I have tried doing it both as a root and a normal user. Moreover when I run the graphical installation (install_GUI.sh)&lt;/P&gt;

&lt;P&gt;It says&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;

&lt;P&gt;1. Login failed (ssh command)&lt;/P&gt;

&lt;P&gt;2. Invalid Cluster Description File&lt;BR /&gt;
	&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 19 Dec 2016 11:54:15 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-MPI-Library/Intel-Paralel-Studio-xe-2017-Cluster-Edition-Installation/m-p/1112769#M5388</guid>
      <dc:creator>shoaib_r_</dc:creator>
      <dc:date>2016-12-19T11:54:15Z</dc:date>
    </item>
    <item>
      <title>Please test the command:</title>
      <link>https://community.intel.com/t5/Intel-MPI-Library/Intel-Paralel-Studio-xe-2017-Cluster-Edition-Installation/m-p/1112770#M5389</link>
      <description>&lt;P&gt;Please test the command:&lt;BR /&gt;
	sh -c 'for host in $(cat machines.LINUX); do ssh $host hostname; done'&lt;/P&gt;

&lt;P&gt;It should work without providing a password, right?&lt;/P&gt;</description>
      <pubDate>Thu, 22 Dec 2016 19:02:48 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-MPI-Library/Intel-Paralel-Studio-xe-2017-Cluster-Edition-Installation/m-p/1112770#M5389</guid>
      <dc:creator>Klaus-Dieter_O_Intel</dc:creator>
      <dc:date>2016-12-22T19:02:48Z</dc:date>
    </item>
  </channel>
</rss>

