<?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: exportfs in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/exportfs/m-p/2658763#M928664</link>
    <description>The filesystems are automatically exported on reboot. This is done through the nfs-startup scripts:&lt;BR /&gt;/sbin/init.d/nfs.server.&lt;BR /&gt;&lt;BR /&gt;See /etc/rc.log to check if the nfs.server script is called and is errorfree.&lt;BR /&gt;&lt;BR /&gt;You should see lines like:&lt;BR /&gt;&lt;BR /&gt;"Start NFS server subsystem"&lt;BR /&gt;...&lt;BR /&gt;"Reading in /etc/exports"&lt;BR /&gt;&lt;BR /&gt;in /etc/rc.log.&lt;BR /&gt;&lt;BR /&gt;Hardy</description>
    <pubDate>Tue, 05 Feb 2002 06:20:08 GMT</pubDate>
    <dc:creator>Hartmut Lang</dc:creator>
    <dc:date>2002-02-05T06:20:08Z</dc:date>
    <item>
      <title>exportfs</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/exportfs/m-p/2658762#M928663</link>
      <description>Last time I reboot my server and I found that client cannot mount the directory from my server through NFS.&lt;BR /&gt;&lt;BR /&gt;After I submit the command "exportfs -a", the problem is solved.&lt;BR /&gt;&lt;BR /&gt;How can I set so that the directory will keep exprot after reboot?</description>
      <pubDate>Tue, 05 Feb 2002 06:09:48 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/exportfs/m-p/2658762#M928663</guid>
      <dc:creator>Ryan Ma</dc:creator>
      <dc:date>2002-02-05T06:09:48Z</dc:date>
    </item>
    <item>
      <title>Re: exportfs</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/exportfs/m-p/2658763#M928664</link>
      <description>The filesystems are automatically exported on reboot. This is done through the nfs-startup scripts:&lt;BR /&gt;/sbin/init.d/nfs.server.&lt;BR /&gt;&lt;BR /&gt;See /etc/rc.log to check if the nfs.server script is called and is errorfree.&lt;BR /&gt;&lt;BR /&gt;You should see lines like:&lt;BR /&gt;&lt;BR /&gt;"Start NFS server subsystem"&lt;BR /&gt;...&lt;BR /&gt;"Reading in /etc/exports"&lt;BR /&gt;&lt;BR /&gt;in /etc/rc.log.&lt;BR /&gt;&lt;BR /&gt;Hardy</description>
      <pubDate>Tue, 05 Feb 2002 06:20:08 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/exportfs/m-p/2658763#M928664</guid>
      <dc:creator>Hartmut Lang</dc:creator>
      <dc:date>2002-02-05T06:20:08Z</dc:date>
    </item>
    <item>
      <title>Re: exportfs</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/exportfs/m-p/2658764#M928665</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;If you set up the server as a NFS server, the file /etc/exports will be automatically be exported after a reboot.&lt;BR /&gt;&lt;BR /&gt;Make sure your /etc/rc.config.d/nfsconf is set up properly. &lt;BR /&gt;Example&lt;BR /&gt;NFS_CLIENT=1&lt;BR /&gt;NFS_SERVER=1&lt;BR /&gt;NUM_NFSD=4&lt;BR /&gt;NUM_NFSIOD=4&lt;BR /&gt;&lt;BR /&gt;The file whereby the command "exportfs -a" will run after a system reboot is at /sbin/init.d/nfs.server&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 05 Feb 2002 06:20:44 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/exportfs/m-p/2658764#M928665</guid>
      <dc:creator>Hooi Siew Hoong_1</dc:creator>
      <dc:date>2002-02-05T06:20:44Z</dc:date>
    </item>
    <item>
      <title>Re: exportfs</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/exportfs/m-p/2658765#M928666</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;Have a look here where it gives a step by step guide:&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://docs.hp.com/cgi-bin/onlinedocs.py?mpn=B1031-90048&amp;amp;service=hpux&amp;amp;path=../B1031-90048/00/00/1&amp;amp;title=Installing%20and%20Administering%20NFS%20Services" target="_blank"&gt;http://docs.hp.com/cgi-bin/onlinedocs.py?mpn=B1031-90048&amp;amp;service=hpux&amp;amp;path=../B1031-90048/00/00/1&amp;amp;title=Installing%20and%20Administering%20NFS%20Services&lt;/A&gt; &lt;BR /&gt;&lt;BR /&gt;*Configuring and Administering the NFS Automounter&lt;BR /&gt;&lt;BR /&gt;HTH&lt;BR /&gt;-Michael</description>
      <pubDate>Tue, 05 Feb 2002 06:30:30 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/exportfs/m-p/2658765#M928666</guid>
      <dc:creator>Michael Tully</dc:creator>
      <dc:date>2002-02-05T06:30:30Z</dc:date>
    </item>
    <item>
      <title>Re: exportfs</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/exportfs/m-p/2658766#M928667</link>
      <description>Thank you so much.&lt;BR /&gt;After reading /etc/rc.log, I know the root problem...&lt;BR /&gt;&lt;BR /&gt;The directory in /etc/exports is not exist because it is mounted by MC/SG.&lt;BR /&gt;&lt;BR /&gt;Thanks for your help.</description>
      <pubDate>Tue, 05 Feb 2002 07:01:06 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/exportfs/m-p/2658766#M928667</guid>
      <dc:creator>Ryan Ma</dc:creator>
      <dc:date>2002-02-05T07:01:06Z</dc:date>
    </item>
  </channel>
</rss>

