<?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: NFS in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/nfs/m-p/3685009#M246019</link>
    <description>Hi,&lt;BR /&gt;&lt;BR /&gt;Your machine name is not in the export list for the file system you are trying to mount from the server.&lt;BR /&gt;&lt;BR /&gt;There can be any typo; so Execute this command &lt;BR /&gt;&lt;BR /&gt;#showmount  -e  hostname&lt;BR /&gt;&lt;BR /&gt;HTH,&lt;BR /&gt;Prabu.S&lt;BR /&gt;</description>
    <pubDate>Mon, 04 Dec 2006 00:32:19 GMT</pubDate>
    <dc:creator>Senthil Prabu.S_1</dc:creator>
    <dc:date>2006-12-04T00:32:19Z</dc:date>
    <item>
      <title>NFS</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/nfs/m-p/3685004#M246014</link>
      <description>How i must mount a filesystem from another server?&lt;BR /&gt;supose:&lt;BR /&gt;server A: /home/firstuser&lt;BR /&gt;server B&lt;BR /&gt;how do i mount /home/firstuser in server B ?&lt;BR /&gt;&lt;BR /&gt;what do i must review with daemons, archives configure, ??&lt;BR /&gt;&lt;BR /&gt;Thanks, Manuales.</description>
      <pubDate>Mon, 05 Dec 2005 15:44:19 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/nfs/m-p/3685004#M246014</guid>
      <dc:creator>Manuales</dc:creator>
      <dc:date>2005-12-05T15:44:19Z</dc:date>
    </item>
    <item>
      <title>Re: NFS</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/nfs/m-p/3685005#M246015</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;Refer this thread&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=964561" target="_blank"&gt;http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=964561&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;HTH,&lt;BR /&gt;Devender</description>
      <pubDate>Mon, 05 Dec 2005 15:57:05 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/nfs/m-p/3685005#M246015</guid>
      <dc:creator>Devender Khatana</dc:creator>
      <dc:date>2005-12-05T15:57:05Z</dc:date>
    </item>
    <item>
      <title>Re: NFS</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/nfs/m-p/3685006#M246016</link>
      <description>first make sure nfs daemons are running: ps -ef |grep nfs, if they are not running go to /etc/rc.config.d and vi the nfsconf file...change the NFS_CLIENT to 1 vs. 0 and NFS_SERVER respectively.&lt;BR /&gt;then start nfs from /sbin/init.d/nfs*&lt;BR /&gt;once daemons are running...&lt;BR /&gt;then create your /etc/exports file, see manpage for exports for more info on this file.&lt;BR /&gt;make sure the /etc/exports file includes your /home/firstuser entry...save it, then run exportfs -a on server A&lt;BR /&gt;then on server B mount -F nfs serverA:/home/firstuser /tmp_mnt&lt;BR /&gt;make sure that /tmp_mnt (or whatever you want to call your mountpoint on serverB) has been created (with mkdir).&lt;BR /&gt;Hope this helps.&lt;BR /&gt;&lt;BR /&gt;Christine</description>
      <pubDate>Mon, 05 Dec 2005 16:44:59 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/nfs/m-p/3685006#M246016</guid>
      <dc:creator>Christine Hartman</dc:creator>
      <dc:date>2005-12-05T16:44:59Z</dc:date>
    </item>
    <item>
      <title>Re: NFS</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/nfs/m-p/3685007#M246017</link>
      <description>Into server A /etc/exports contains:&lt;BR /&gt;serverA:/-&amp;gt;cd etc&lt;BR /&gt;serverA:/etc-&amp;gt;cat exports&lt;BR /&gt;/sap/P1/exe -anon=65534&lt;BR /&gt;/sap/P1/global -anon=65534&lt;BR /&gt;/sap/P1/profile -anon=65534&lt;BR /&gt;/usr/sapp/trans -anon=65534&lt;BR /&gt;/usr/sapp/P1 -anon=65534&lt;BR /&gt;&lt;BR /&gt;now, it has the following message:&lt;BR /&gt;serverB:/-&amp;gt;mount -F nfs serverA:/usr/sapp/P1 /usr/sapp/P1&lt;BR /&gt;mount: access denied for serverA:/usr/sapp/P1&lt;BR /&gt;&lt;BR /&gt;Into server B already is created the folder named /usr/sapp/P1&lt;BR /&gt;&lt;BR /&gt;why do not works at the moment when i want to mount de nfs?&lt;BR /&gt;&lt;BR /&gt;Thanks ...&lt;BR /&gt;</description>
      <pubDate>Mon, 04 Dec 2006 00:19:05 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/nfs/m-p/3685007#M246017</guid>
      <dc:creator>Manuales</dc:creator>
      <dc:date>2006-12-04T00:19:05Z</dc:date>
    </item>
    <item>
      <title>Re: NFS</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/nfs/m-p/3685008#M246018</link>
      <description>Hi,&lt;BR /&gt;   Just curious to know whether did you restart your NFS deamon after new configuration. If so, restart it.&lt;BR /&gt;&lt;BR /&gt;HTH,&lt;BR /&gt;Prabu.S</description>
      <pubDate>Mon, 04 Dec 2006 00:27:49 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/nfs/m-p/3685008#M246018</guid>
      <dc:creator>Senthil Prabu.S_1</dc:creator>
      <dc:date>2006-12-04T00:27:49Z</dc:date>
    </item>
    <item>
      <title>Re: NFS</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/nfs/m-p/3685009#M246019</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;Your machine name is not in the export list for the file system you are trying to mount from the server.&lt;BR /&gt;&lt;BR /&gt;There can be any typo; so Execute this command &lt;BR /&gt;&lt;BR /&gt;#showmount  -e  hostname&lt;BR /&gt;&lt;BR /&gt;HTH,&lt;BR /&gt;Prabu.S&lt;BR /&gt;</description>
      <pubDate>Mon, 04 Dec 2006 00:32:19 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/nfs/m-p/3685009#M246019</guid>
      <dc:creator>Senthil Prabu.S_1</dc:creator>
      <dc:date>2006-12-04T00:32:19Z</dc:date>
    </item>
    <item>
      <title>Re: NFS</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/nfs/m-p/3685010#M246020</link>
      <description>hi!!!&lt;BR /&gt;yeah, i did.&lt;BR /&gt;Configuration was created as system requires ..&lt;BR /&gt;&lt;BR /&gt;then started nfs from /sbin/init.d/nfs*&lt;BR /&gt;&lt;BR /&gt;but only there were mounted 3 of 5 nfs !! :(&lt;BR /&gt;&lt;BR /&gt;why???</description>
      <pubDate>Mon, 04 Dec 2006 00:32:33 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/nfs/m-p/3685010#M246020</guid>
      <dc:creator>Manuales</dc:creator>
      <dc:date>2006-12-04T00:32:33Z</dc:date>
    </item>
    <item>
      <title>Re: NFS</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/nfs/m-p/3685011#M246021</link>
      <description>serverB:/sbin/init.d-&amp;gt;showmount -e hostname&lt;BR /&gt;hostname: RPC_UNKNOWNHOST&lt;BR /&gt;&lt;BR /&gt;serverA:/usr/sap-&amp;gt;showmount -e hostname&lt;BR /&gt;hostname: RPC_UNKNOWNHOST</description>
      <pubDate>Mon, 04 Dec 2006 00:36:47 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/nfs/m-p/3685011#M246021</guid>
      <dc:creator>Manuales</dc:creator>
      <dc:date>2006-12-04T00:36:47Z</dc:date>
    </item>
    <item>
      <title>Re: NFS</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/nfs/m-p/3685012#M246022</link>
      <description>serverA:/usr/sap-&amp;gt;showmount&lt;BR /&gt;serverB&lt;BR /&gt;&lt;BR /&gt;serverB:/sbin/init.d-&amp;gt;showmount&lt;BR /&gt;serverB: RPC_PROG_NOT_REGISTERED</description>
      <pubDate>Mon, 04 Dec 2006 00:38:40 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/nfs/m-p/3685012#M246022</guid>
      <dc:creator>Manuales</dc:creator>
      <dc:date>2006-12-04T00:38:40Z</dc:date>
    </item>
    <item>
      <title>Re: NFS</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/nfs/m-p/3685013#M246023</link>
      <description>Hi,&lt;BR /&gt;   Please export the filesystem again:-) using following commnands;&lt;BR /&gt;&lt;BR /&gt;1. Editing the /etc/exports file appropiately&lt;BR /&gt;2. re-exporting the exports file with the /usr/sbin/exportfs -a command.&lt;BR /&gt;&lt;BR /&gt;Then try again:-).&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Mon, 04 Dec 2006 00:38:44 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/nfs/m-p/3685013#M246023</guid>
      <dc:creator>Senthil Prabu.S_1</dc:creator>
      <dc:date>2006-12-04T00:38:44Z</dc:date>
    </item>
    <item>
      <title>Re: NFS</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/nfs/m-p/3685014#M246024</link>
      <description>serverA:/usr/sap-&amp;gt;showmount&lt;BR /&gt;serverB&lt;BR /&gt;&lt;BR /&gt;serverB:/sbin/init.d-&amp;gt;showmount&lt;BR /&gt;serverB: RPC_PROG_NOT_REGISTERED&lt;BR /&gt;&lt;BR /&gt;into serverB i want to mount the filesystem that send error showed.</description>
      <pubDate>Mon, 04 Dec 2006 00:39:29 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/nfs/m-p/3685014#M246024</guid>
      <dc:creator>Manuales</dc:creator>
      <dc:date>2006-12-04T00:39:29Z</dc:date>
    </item>
    <item>
      <title>Re: NFS</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/nfs/m-p/3685015#M246025</link>
      <description>ok let me export again .. hold on please &lt;BR /&gt;:)</description>
      <pubDate>Mon, 04 Dec 2006 00:43:00 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/nfs/m-p/3685015#M246025</guid>
      <dc:creator>Manuales</dc:creator>
      <dc:date>2006-12-04T00:43:00Z</dc:date>
    </item>
    <item>
      <title>Re: NFS</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/nfs/m-p/3685016#M246026</link>
      <description>hi manuales,&lt;BR /&gt;&lt;BR /&gt;It seems like the portmapper doesn't want to talk to you, or something is broken. &lt;BR /&gt;&lt;BR /&gt;I would suggest that you Kill nfsd, mountd, and the portmapper and try the sequence again.&lt;BR /&gt;&lt;BR /&gt;hope this helps!&lt;BR /&gt;&lt;BR /&gt;kind regards&lt;BR /&gt;yogeeraj</description>
      <pubDate>Mon, 04 Dec 2006 00:49:50 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/nfs/m-p/3685016#M246026</guid>
      <dc:creator>Yogeeraj_1</dc:creator>
      <dc:date>2006-12-04T00:49:50Z</dc:date>
    </item>
    <item>
      <title>Re: NFS</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/nfs/m-p/3685017#M246027</link>
      <description>Hello,&lt;BR /&gt;  The problem looks like rpcbind problem, so please restart nfs daemon on both the server and client.&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Mon, 04 Dec 2006 00:50:11 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/nfs/m-p/3685017#M246027</guid>
      <dc:creator>Senthil Prabu.S_1</dc:creator>
      <dc:date>2006-12-04T00:50:11Z</dc:date>
    </item>
    <item>
      <title>Re: NFS</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/nfs/m-p/3685018#M246028</link>
      <description>ok .. appeared:&lt;BR /&gt;&lt;BR /&gt;serverB:/usr/sap/CP1-&amp;gt;mount -F nfs serverA:/usr/sap/CP1 /usr/sap/CP1&lt;BR /&gt;mount: serverA:/usr/sap/CP1 on /usr/sap/CP1 : Device busy&lt;BR /&gt;&lt;BR /&gt;/usr/sap/CP1:&lt;BR /&gt;serverA:/usr/sap/CP1-&amp;gt;bdf | grep usr &lt;BR /&gt;/dev/vg00/lvol7     997333  273593  624006   30% /usr&lt;BR /&gt;&lt;BR /&gt;serverB:/usr/sbin-&amp;gt;bdf | grep usr&lt;BR /&gt;/dev/vg00/lvol7     401408  292590  102024   74% /usr&lt;BR /&gt;serverC:/usr/sap/trans/&lt;BR /&gt;                   1024000  279431  698115   29% /usr/sap/trans&lt;BR /&gt;/dev/vgsap/sapcp1  5128192  620850 4225646   13% /usr/sap/CP1&lt;BR /&gt;&lt;BR /&gt;I think what is the problem ... is the size???&lt;BR /&gt;serverA's size is greather than serverB's , is not it? &lt;BR /&gt;&lt;BR /&gt;:0)</description>
      <pubDate>Mon, 04 Dec 2006 00:52:16 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/nfs/m-p/3685018#M246028</guid>
      <dc:creator>Manuales</dc:creator>
      <dc:date>2006-12-04T00:52:16Z</dc:date>
    </item>
    <item>
      <title>Re: NFS</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/nfs/m-p/3685019#M246029</link>
      <description>mmmm...&lt;BR /&gt;taking advantage of your help ..&lt;BR /&gt;&lt;BR /&gt;how do i do a link??&lt;BR /&gt;how do i use ln command?? &lt;BR /&gt;&lt;BR /&gt;for doing something like this one (where appears "-&amp;gt;" ):&lt;BR /&gt;lrwxrwxrwx   1 root       sys             18 Nov 24  2001 global -&amp;gt; /sapmnt/CP1/global&lt;BR /&gt;lrwxrwxrwx   1 root       sys             19 Nov 24  2001 profile -&amp;gt; /sapmnt/CP1/profile&lt;BR /&gt;&lt;BR /&gt;THANKS ...</description>
      <pubDate>Mon, 04 Dec 2006 00:54:06 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/nfs/m-p/3685019#M246029</guid>
      <dc:creator>Manuales</dc:creator>
      <dc:date>2006-12-04T00:54:06Z</dc:date>
    </item>
    <item>
      <title>Re: NFS</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/nfs/m-p/3685020#M246030</link>
      <description>Links are of two types.&lt;BR /&gt;Soft anf hard....&lt;BR /&gt;&lt;BR /&gt;ln -s sourcefile destination file&lt;BR /&gt;creates only a soft link.&lt;BR /&gt;&lt;BR /&gt;This is what you want I guess.&lt;BR /&gt;&lt;BR /&gt;Read this page for clear understaning....&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://www.ugrad.cs.ubc.ca/~cs219/CourseNotes/Unix/commands-links.html" target="_blank"&gt;http://www.ugrad.cs.ubc.ca/~cs219/CourseNotes/Unix/commands-links.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;HTH,&lt;BR /&gt;Prabu.S</description>
      <pubDate>Mon, 04 Dec 2006 01:10:14 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/nfs/m-p/3685020#M246030</guid>
      <dc:creator>Senthil Prabu.S_1</dc:creator>
      <dc:date>2006-12-04T01:10:14Z</dc:date>
    </item>
    <item>
      <title>Re: NFS</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/nfs/m-p/3685021#M246031</link>
      <description>&lt;BR /&gt;&amp;gt;serverB:/usr/sap/CP1-&amp;gt;mount -F nfs &amp;gt;serverA:/usr/sap/CP1 /usr/sap/CP1&lt;BR /&gt;&amp;gt;mount: serverA:/usr/sap/CP1 on /usr/sap/CP1 : &amp;gt;Device busy&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Hi,&lt;BR /&gt;  Space is not a problem. On serverB, I guess you are in the dir usr/sap/CP1 and running the mount command. so come out of dir usr/sap/CP1 and execute the mount command.&lt;BR /&gt;&lt;BR /&gt;#cd ..&lt;BR /&gt;So, ur currnet dir will be usr/sap/&lt;BR /&gt;then execute mount command</description>
      <pubDate>Mon, 04 Dec 2006 01:13:31 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/nfs/m-p/3685021#M246031</guid>
      <dc:creator>Senthil Prabu.S_1</dc:creator>
      <dc:date>2006-12-04T01:13:31Z</dc:date>
    </item>
    <item>
      <title>Re: NFS</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/nfs/m-p/3685022#M246032</link>
      <description>Thanks a lot !!!!&lt;BR /&gt;&lt;BR /&gt;:)</description>
      <pubDate>Mon, 04 Dec 2006 01:16:12 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/nfs/m-p/3685022#M246032</guid>
      <dc:creator>Manuales</dc:creator>
      <dc:date>2006-12-04T01:16:12Z</dc:date>
    </item>
    <item>
      <title>Re: NFS</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/nfs/m-p/3685023#M246033</link>
      <description>Not only in words, plz do assigns my points:-)</description>
      <pubDate>Mon, 04 Dec 2006 01:18:42 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/nfs/m-p/3685023#M246033</guid>
      <dc:creator>Senthil Prabu.S_1</dc:creator>
      <dc:date>2006-12-04T01:18:42Z</dc:date>
    </item>
  </channel>
</rss>

