<?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: Install NFS on Linux Mandrake in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/install-nfs-on-linux-mandrake/m-p/3014597#M5460</link>
    <description>about RH7.3 (I don't know mandrake):&lt;BR /&gt;&lt;BR /&gt;you can verify if nfs server is running this from root user on the linux server:&lt;BR /&gt;&lt;BR /&gt;# rpcinfo -p localhost&lt;BR /&gt;&lt;BR /&gt;this should show two lines like these:&lt;BR /&gt;&lt;BR /&gt;    ...&lt;BR /&gt;    100003    2   udp   2049  nfs&lt;BR /&gt;    100003    3   udp   2049  nfs&lt;BR /&gt;    ...&lt;BR /&gt;&lt;BR /&gt;if it is so, you can restart the nfs service forcing the read of the /etc/exports that you&lt;BR /&gt;modified:&lt;BR /&gt;&lt;BR /&gt;# service nfs restart&lt;BR /&gt;&lt;BR /&gt;if you don't see the two lines above, maybe the nfs service is installed but it isn't running:&lt;BR /&gt;&lt;BR /&gt;# service nfs start&lt;BR /&gt;&lt;BR /&gt;to start it.&lt;BR /&gt;&lt;BR /&gt;Alexander's and Jerome's suggestions are right.&lt;BR /&gt;&lt;BR /&gt;Hi&lt;BR /&gt;Claudio</description>
    <pubDate>Thu, 03 Jul 2003 12:59:23 GMT</pubDate>
    <dc:creator>Claudio Cilloni</dc:creator>
    <dc:date>2003-07-03T12:59:23Z</dc:date>
    <item>
      <title>Install NFS on Linux Mandrake</title>
      <link>https://community.hpe.com/t5/operating-system-linux/install-nfs-on-linux-mandrake/m-p/3014594#M5457</link>
      <description>Hi Everybody,&lt;BR /&gt;&lt;BR /&gt;I am trying to mount a cdrom on a linux mandrake server to a solaris server.&lt;BR /&gt;&lt;BR /&gt;I created the entry in /etc/exports file on the linux server.&lt;BR /&gt;&lt;BR /&gt;/test remote_server_name (ro,all_squash)&lt;BR /&gt;&lt;BR /&gt;But I cannot execute the exportfs command. I think that nfs is not installed on the server. How do I install NFS on the linux server.&lt;BR /&gt;&lt;BR /&gt;Thanks in advance.&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 03 Jul 2003 12:24:07 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/install-nfs-on-linux-mandrake/m-p/3014594#M5457</guid>
      <dc:creator>ovo4me</dc:creator>
      <dc:date>2003-07-03T12:24:07Z</dc:date>
    </item>
    <item>
      <title>Re: Install NFS on Linux Mandrake</title>
      <link>https://community.hpe.com/t5/operating-system-linux/install-nfs-on-linux-mandrake/m-p/3014595#M5458</link>
      <description>Hi. Actually I'm using REDHAT but this should be general:&lt;BR /&gt;make sure that there is no space between &lt;BR /&gt;remote_server_name and permissions&lt;BR /&gt;what error message do you getwhile trying to execute the "exportfs" command&lt;BR /&gt;&lt;BR /&gt;anyway the "nfs" and "portmap" services should be up.&lt;BR /&gt;</description>
      <pubDate>Thu, 03 Jul 2003 12:49:28 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/install-nfs-on-linux-mandrake/m-p/3014595#M5458</guid>
      <dc:creator>Alexander Chuzhoy</dc:creator>
      <dc:date>2003-07-03T12:49:28Z</dc:date>
    </item>
    <item>
      <title>Re: Install NFS on Linux Mandrake</title>
      <link>https://community.hpe.com/t5/operating-system-linux/install-nfs-on-linux-mandrake/m-p/3014596#M5459</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;You can install nfs either from your distro CDs or from here :&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://speakeasy.rpmfind.net/linux/rpm2html/search.php?query=nfs&amp;amp;submit=Search+...&amp;amp;system=mandrake&amp;amp;arch=" target="_blank"&gt;http://speakeasy.rpmfind.net/linux/rpm2html/search.php?query=nfs&amp;amp;submit=Search+...&amp;amp;system=mandrake&amp;amp;arch=&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Notice that you need montd and portmap to be running...&lt;BR /&gt;Notice also that you have to mount your cdrom before executing exportfs -a and trying to mount it from Solaris.&lt;BR /&gt;&lt;BR /&gt;hth&lt;BR /&gt;&lt;BR /&gt;J</description>
      <pubDate>Thu, 03 Jul 2003 12:56:20 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/install-nfs-on-linux-mandrake/m-p/3014596#M5459</guid>
      <dc:creator>Jerome Henry</dc:creator>
      <dc:date>2003-07-03T12:56:20Z</dc:date>
    </item>
    <item>
      <title>Re: Install NFS on Linux Mandrake</title>
      <link>https://community.hpe.com/t5/operating-system-linux/install-nfs-on-linux-mandrake/m-p/3014597#M5460</link>
      <description>about RH7.3 (I don't know mandrake):&lt;BR /&gt;&lt;BR /&gt;you can verify if nfs server is running this from root user on the linux server:&lt;BR /&gt;&lt;BR /&gt;# rpcinfo -p localhost&lt;BR /&gt;&lt;BR /&gt;this should show two lines like these:&lt;BR /&gt;&lt;BR /&gt;    ...&lt;BR /&gt;    100003    2   udp   2049  nfs&lt;BR /&gt;    100003    3   udp   2049  nfs&lt;BR /&gt;    ...&lt;BR /&gt;&lt;BR /&gt;if it is so, you can restart the nfs service forcing the read of the /etc/exports that you&lt;BR /&gt;modified:&lt;BR /&gt;&lt;BR /&gt;# service nfs restart&lt;BR /&gt;&lt;BR /&gt;if you don't see the two lines above, maybe the nfs service is installed but it isn't running:&lt;BR /&gt;&lt;BR /&gt;# service nfs start&lt;BR /&gt;&lt;BR /&gt;to start it.&lt;BR /&gt;&lt;BR /&gt;Alexander's and Jerome's suggestions are right.&lt;BR /&gt;&lt;BR /&gt;Hi&lt;BR /&gt;Claudio</description>
      <pubDate>Thu, 03 Jul 2003 12:59:23 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/install-nfs-on-linux-mandrake/m-p/3014597#M5460</guid>
      <dc:creator>Claudio Cilloni</dc:creator>
      <dc:date>2003-07-03T12:59:23Z</dc:date>
    </item>
    <item>
      <title>Re: Install NFS on Linux Mandrake</title>
      <link>https://community.hpe.com/t5/operating-system-linux/install-nfs-on-linux-mandrake/m-p/3014598#M5461</link>
      <description>Can you tell me how to install NFS from the CDs ?? Commands etc...&lt;BR /&gt;&lt;BR /&gt;Thanks</description>
      <pubDate>Thu, 03 Jul 2003 13:55:18 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/install-nfs-on-linux-mandrake/m-p/3014598#M5461</guid>
      <dc:creator>ovo4me</dc:creator>
      <dc:date>2003-07-03T13:55:18Z</dc:date>
    </item>
    <item>
      <title>Re: Install NFS on Linux Mandrake</title>
      <link>https://community.hpe.com/t5/operating-system-linux/install-nfs-on-linux-mandrake/m-p/3014599#M5462</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;Can you tell me how to install NFS through the  CDs......commands etc...&lt;BR /&gt;&lt;BR /&gt;Thanks</description>
      <pubDate>Thu, 03 Jul 2003 13:59:23 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/install-nfs-on-linux-mandrake/m-p/3014599#M5462</guid>
      <dc:creator>ovo4me</dc:creator>
      <dc:date>2003-07-03T13:59:23Z</dc:date>
    </item>
    <item>
      <title>Re: Install NFS on Linux Mandrake</title>
      <link>https://community.hpe.com/t5/operating-system-linux/install-nfs-on-linux-mandrake/m-p/3014600#M5463</link>
      <description>rpm -qi nfsserverrpmname.rpm.&lt;BR /&gt;&lt;BR /&gt;-balaji</description>
      <pubDate>Thu, 03 Jul 2003 14:45:37 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/install-nfs-on-linux-mandrake/m-p/3014600#M5463</guid>
      <dc:creator>Balaji N</dc:creator>
      <dc:date>2003-07-03T14:45:37Z</dc:date>
    </item>
    <item>
      <title>Re: Install NFS on Linux Mandrake</title>
      <link>https://community.hpe.com/t5/operating-system-linux/install-nfs-on-linux-mandrake/m-p/3014601#M5464</link>
      <description>sorry. i think was sleepy when i wrote that.&lt;BR /&gt;&lt;BR /&gt;the command what i had written earlier was to check if it was installed. &lt;BR /&gt;&lt;BR /&gt;it should be &lt;BR /&gt;&lt;BR /&gt;rpm -Uvh &lt;NFSRPMANAME&gt;.rpm&lt;BR /&gt;&lt;BR /&gt;-balaji&lt;/NFSRPMANAME&gt;</description>
      <pubDate>Thu, 03 Jul 2003 15:31:20 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/install-nfs-on-linux-mandrake/m-p/3014601#M5464</guid>
      <dc:creator>Balaji N</dc:creator>
      <dc:date>2003-07-03T15:31:20Z</dc:date>
    </item>
    <item>
      <title>Re: Install NFS on Linux Mandrake</title>
      <link>https://community.hpe.com/t5/operating-system-linux/install-nfs-on-linux-mandrake/m-p/3014602#M5465</link>
      <description>And if you run graphical interface :&lt;BR /&gt;from gnome locate gnorpm, try add/install, find nfs packages in CD and add/install,&lt;BR /&gt;from KDE locate 'install package', same procedure.&lt;BR /&gt;&lt;BR /&gt;rpm -Uvh filename.rpm is, once you have run 'mount /dev/cdrom /mnt/cdrom' and 'cd //mnt/cdrom/subdirectory where packages are' the best solution, straight and efficient... like Balaji's tips, as usual.&lt;BR /&gt;&lt;BR /&gt;J</description>
      <pubDate>Thu, 03 Jul 2003 19:17:41 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/install-nfs-on-linux-mandrake/m-p/3014602#M5465</guid>
      <dc:creator>Jerome Henry</dc:creator>
      <dc:date>2003-07-03T19:17:41Z</dc:date>
    </item>
    <item>
      <title>Re: Install NFS on Linux Mandrake</title>
      <link>https://community.hpe.com/t5/operating-system-linux/install-nfs-on-linux-mandrake/m-p/3014603#M5466</link>
      <description>Hello!&lt;BR /&gt;&lt;BR /&gt;For the install&lt;BR /&gt;rpm -pi &lt;NFS-SERVER-PACKAGE.RPM&gt;&lt;BR /&gt;For update&lt;BR /&gt;rpm -pU &lt;NFS-SERVER-PACKAGE.RPM&gt;&lt;BR /&gt;&lt;BR /&gt;But are you shure that you don't have&lt;BR /&gt;the nfs server installed?&lt;BR /&gt;&lt;BR /&gt;Check rpm -qa | grep nfs&lt;BR /&gt;check for nfs server package&lt;BR /&gt;&lt;BR /&gt;Caesar&lt;/NFS-SERVER-PACKAGE.RPM&gt;&lt;/NFS-SERVER-PACKAGE.RPM&gt;</description>
      <pubDate>Thu, 03 Jul 2003 19:26:36 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/install-nfs-on-linux-mandrake/m-p/3014603#M5466</guid>
      <dc:creator>Caesar_3</dc:creator>
      <dc:date>2003-07-03T19:26:36Z</dc:date>
    </item>
    <item>
      <title>Re: Install NFS on Linux Mandrake</title>
      <link>https://community.hpe.com/t5/operating-system-linux/install-nfs-on-linux-mandrake/m-p/3014604#M5467</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;Mandrake have a great tool called "urpmi".&lt;BR /&gt;&lt;BR /&gt;There is no need to mount the cd before installing. It will prompt you which cd is required.&lt;BR /&gt;&lt;BR /&gt;From the cmd line run urpmi followed by the package name that you want to install. If the name is not exact it will give you a list that you can choose from.&lt;BR /&gt;&lt;BR /&gt;[root@drake]# urpmi nfs&lt;BR /&gt;&lt;BR /&gt;You can also add mirrors update in urpmi so that update on your system are done automaticly.&lt;BR /&gt;&lt;BR /&gt;Thanks,&lt;BR /&gt;JP&lt;BR /&gt;</description>
      <pubDate>Fri, 04 Jul 2003 06:08:10 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/install-nfs-on-linux-mandrake/m-p/3014604#M5467</guid>
      <dc:creator>Jean-Pierre Denis</dc:creator>
      <dc:date>2003-07-04T06:08:10Z</dc:date>
    </item>
  </channel>
</rss>

