<?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 Yes, if it was in the in Software Archive</title>
    <link>https://community.intel.com/t5/Software-Archive/NFS-problem-connecting/m-p/949355#M19149</link>
    <description>&lt;P&gt;Yes, if it was in the instructions, I did it. I even went back and reviewed the instructions, performing the commands again this morning, after the system had been shutdown over the weekend.&lt;/P&gt;</description>
    <pubDate>Mon, 07 Oct 2013 22:40:34 GMT</pubDate>
    <dc:creator>ClayB</dc:creator>
    <dc:date>2013-10-07T22:40:34Z</dc:date>
    <item>
      <title>NFS problem connecting</title>
      <link>https://community.intel.com/t5/Software-Archive/NFS-problem-connecting/m-p/949353#M19147</link>
      <description>&lt;P&gt;I've been following instructions from the latest &lt;A href="http://registrationcenter.intel.com/irc_nas/3407/readme-en.txt"&gt;Intel(R) Xeon Phi(TM) mpss_gold_update_3 README&lt;/A&gt; for&amp;nbsp;NFS mounting to the Xeon Phi coprocessor (Section 7.6). After following all the steps, nothing&amp;nbsp;seems mounted. When I try the "mount -a" command as root on the coprocessor, I get the error:&lt;/P&gt;
&lt;P&gt;[plain]&lt;/P&gt;
&lt;P&gt;mount: RPC: Unable to receive; errno = No route to host&lt;/P&gt;
&lt;P&gt;mount: mounting host:/srv/michome on /home failed: Bad file descriptor&lt;/P&gt;
&lt;P&gt;[/plain]&lt;/P&gt;
&lt;P&gt;When I look in the /etc/fstab on the coprocessor, the appended line from the document:&lt;/P&gt;
&lt;P&gt;[plain]172.31.1.254:/mic0fs /mic0fs nfs rsize=8192,wsize=8192,nolock,intr 0 0 [/plain]&lt;/P&gt;
&lt;P&gt;has changed to:&lt;/P&gt;
&lt;P&gt;[plain]host:/srv/michome&amp;nbsp;&amp;nbsp;&amp;nbsp; /home&amp;nbsp;&amp;nbsp;&amp;nbsp; nfs&amp;nbsp;&amp;nbsp; nolock&amp;nbsp;&amp;nbsp;&amp;nbsp; 1&amp;nbsp; 1[/plain]&lt;/P&gt;
&lt;P&gt;All the options have been removed, the IP addres sof the host has been changed and the two zeros on the end are now each a 1.&lt;/P&gt;
&lt;P&gt;Anyone have an idea about what I've done wrong?&amp;nbsp;(I assume that the /mic0fs and /srv/michome directories are correct from the instructions.)&amp;nbsp;Or, if everything has been done correctly, is there&amp;nbsp;an easy way to test? (I put a file in the host /srv/michome/micuser directory, but don't see it on the coprocessor.)&lt;/P&gt;
&lt;P&gt;--clay&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;P.S. Is the NFS mount required to use the Xeon Phi?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 07 Oct 2013 21:59:30 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/NFS-problem-connecting/m-p/949353#M19147</guid>
      <dc:creator>ClayB</dc:creator>
      <dc:date>2013-10-07T21:59:30Z</dc:date>
    </item>
    <item>
      <title>Did you exportfs the file</title>
      <link>https://community.intel.com/t5/Software-Archive/NFS-problem-connecting/m-p/949354#M19148</link>
      <description>&lt;P&gt;Did you exportfs the file system from the host side?&lt;/P&gt;
&lt;P&gt;NFS mounts are not required, but for setting up permanent home directories on the coprocessor to supply ssh passcodes, it IS really convenient.&lt;/P&gt;</description>
      <pubDate>Mon, 07 Oct 2013 22:05:11 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/NFS-problem-connecting/m-p/949354#M19148</guid>
      <dc:creator>robert-reed</dc:creator>
      <dc:date>2013-10-07T22:05:11Z</dc:date>
    </item>
    <item>
      <title>Yes, if it was in the</title>
      <link>https://community.intel.com/t5/Software-Archive/NFS-problem-connecting/m-p/949355#M19149</link>
      <description>&lt;P&gt;Yes, if it was in the instructions, I did it. I even went back and reviewed the instructions, performing the commands again this morning, after the system had been shutdown over the weekend.&lt;/P&gt;</description>
      <pubDate>Mon, 07 Oct 2013 22:40:34 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/NFS-problem-connecting/m-p/949355#M19149</guid>
      <dc:creator>ClayB</dc:creator>
      <dc:date>2013-10-07T22:40:34Z</dc:date>
    </item>
    <item>
      <title>This section of the readme</title>
      <link>https://community.intel.com/t5/Software-Archive/NFS-problem-connecting/m-p/949356#M19150</link>
      <description>&lt;P&gt;This section of the readme has a few problems - the documentation has undergone a major revision for the next release which should help.&lt;/P&gt;
&lt;P&gt;In the directions you were reading, "steps" 1 and 2 are describing NFS mounting /mic0fs on the host onto /mic0fs on the coprocessor. "Step" 3 is describing NFS mounting /srv/michome on the host onto /home on the coprocessor. So, these are actually two different things. To make things even more confusing, "steps" 1 and 2 describe a way of doing NFS mounting that doesn't survive beyond configuration updates and MPSS restarts.&lt;/P&gt;
&lt;P&gt;So, the first question is: exactly what directory on the host is it that you want to mount onto the coprocessor? And where do you want to mount it to? The directories /mic0fs and /srv/michome are used as examples. On the systems I use, if I wanted to have the same home directories on the host and on the coprocessor, I would mount /home from the host onto /home on the coprocessor. Only you can determine what the names should be.&lt;/P&gt;
&lt;P&gt;Then try following the directions in "step" 3, modified like this:&lt;/P&gt;
&lt;OL&gt;
&lt;LI&gt;Stop Intel(R) MPSS service&lt;/LI&gt;
&lt;LI&gt;IF THE HOST DIRECTORY YOU ARE EXPORTING WILL CONTAIN THE HOME DIRECTORIES FOR THE COPROCESSOR AND IF YOU HAVE NOT SET UP A "micuser" USER ON THE HOST: Set up micuser on the host and create required home directories in the exported directory with the correct file permissions and .ssh directory.&lt;/LI&gt;
&lt;LI&gt;Add the name of the exported directory to the /etc/exports file on the host&lt;/LI&gt;
&lt;LI&gt;Restart the NFS service&lt;/LI&gt;
&lt;LI&gt;Configure the coprocessor fstab file using the micctrl command "sudo micctrl --addnfs=&amp;lt;host_directory_name&amp;gt; --dir=&amp;lt;coprocessor_mount_point&amp;gt;" and "sudo micctrl --resetconfig"&lt;/LI&gt;
&lt;LI&gt;Check the fstab file to make sure it looks like you expect (you might want to change some of the mount options) by editing the file /opt/intel/mic/filesystem/mic0/etc/fstab (change the mic0 to match the coprocessor you are interested in) NOTE: this location is changing with the next release!&lt;/LI&gt;
&lt;LI&gt;Start the mpss&lt;/LI&gt;
&lt;/OL&gt;</description>
      <pubDate>Mon, 07 Oct 2013 23:50:52 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/NFS-problem-connecting/m-p/949356#M19150</guid>
      <dc:creator>Frances_R_Intel</dc:creator>
      <dc:date>2013-10-07T23:50:52Z</dc:date>
    </item>
    <item>
      <title>No soap. I tried the above</title>
      <link>https://community.intel.com/t5/Software-Archive/NFS-problem-connecting/m-p/949357#M19151</link>
      <description>&lt;P&gt;No soap. I tried the above revised set of instruction to mount the host /home on the coprocessor /home, but nothing semed to work. At least, whenever I reached then end of the list of commands and logged into the mic0, the home directory was always the same.&lt;/P&gt;
&lt;P&gt;The coprocessor copy of /etc/fstab looked good, but I kept getting the same eror as before (with the new directories) when I issue the "mount -a" command as root on the coprocessor. I recreated the micuser accont on the host and reinitialized the ssh keys, but still nothing.&lt;/P&gt;
&lt;P&gt;Any other suggestions or some steps I can use to ensure I'm starting with a "blank" slate with respect to the NFS idea?&lt;/P&gt;</description>
      <pubDate>Tue, 08 Oct 2013 23:58:53 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/NFS-problem-connecting/m-p/949357#M19151</guid>
      <dc:creator>ClayB</dc:creator>
      <dc:date>2013-10-08T23:58:53Z</dc:date>
    </item>
    <item>
      <title>I have the same problem. </title>
      <link>https://community.intel.com/t5/Software-Archive/NFS-problem-connecting/m-p/949358#M19152</link>
      <description>&lt;P&gt;I have the same problem.&amp;nbsp; Since the NFS is already set up,&amp;nbsp; we should be able to mount it with 'mount' command issued from coprocessor.&amp;nbsp; But the mount command complains that there is no route to host for RPC.&amp;nbsp; I have already open the port for RPC and NFS, and shutdown the NetManager as hinted by the User Manual.&amp;nbsp; Unless I am missing something, there is&amp;nbsp; a bug.&lt;/P&gt;

&lt;P&gt;Since RPC cannot get to the host, the NFS never started.&lt;/P&gt;

&lt;P&gt;Has anyone actually getting NFS to work on 3.1?&lt;/P&gt;</description>
      <pubDate>Thu, 28 Nov 2013 07:15:35 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/NFS-problem-connecting/m-p/949358#M19152</guid>
      <dc:creator>James_C_9</dc:creator>
      <dc:date>2013-11-28T07:15:35Z</dc:date>
    </item>
    <item>
      <title>It turns out I didn't open</title>
      <link>https://community.intel.com/t5/Software-Archive/NFS-problem-connecting/m-p/949359#M19153</link>
      <description>&lt;P&gt;It turns out I didn't open the ports correctly.&amp;nbsp; When I disable the firewall. it works.&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 29 Nov 2013 19:44:02 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/NFS-problem-connecting/m-p/949359#M19153</guid>
      <dc:creator>James_C_9</dc:creator>
      <dc:date>2013-11-29T19:44:02Z</dc:date>
    </item>
    <item>
      <title>i resolve this issue with</title>
      <link>https://community.intel.com/t5/Software-Archive/NFS-problem-connecting/m-p/949360#M19154</link>
      <description>&lt;P&gt;i resolve this issue with yast2. I open nfs server module and configure from it. I open yast2 firewall and add "NFS server" and delete ports 111 and 2049. That fix the problem.&lt;/P&gt;</description>
      <pubDate>Wed, 22 Jan 2014 15:20:54 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/NFS-problem-connecting/m-p/949360#M19154</guid>
      <dc:creator>MK</dc:creator>
      <dc:date>2014-01-22T15:20:54Z</dc:date>
    </item>
    <item>
      <title>James and Samoa,</title>
      <link>https://community.intel.com/t5/Software-Archive/NFS-problem-connecting/m-p/949361#M19155</link>
      <description>&lt;P&gt;James and Samoa,&lt;/P&gt;

&lt;P&gt;Thanks for letting us know.&lt;/P&gt;

&lt;P&gt;--&lt;BR /&gt;
	Taylor&lt;BR /&gt;
	&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 22 Jan 2014 21:23:04 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/NFS-problem-connecting/m-p/949361#M19155</guid>
      <dc:creator>TaylorIoTKidd</dc:creator>
      <dc:date>2014-01-22T21:23:04Z</dc:date>
    </item>
  </channel>
</rss>

