<?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 Adding an NFS share that persists through startup in Operating System - OpenVMS</title>
    <link>https://community.hpe.com/t5/operating-system-openvms/adding-an-nfs-share-that-persists-through-startup/m-p/7054620#M104719</link>
    <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;I've added an NFS share through tcpip ( system=OpenVMS V8.4-2L1 ) and I want to know that it will persist on both the server and client. Are there any files, such as&amp;nbsp;SYS$MANAGER:SYSTARTUP_VMS.COM, that I should modify to make sure the proxys, exports, mounts, etc. are still there on reboot? Apologies, I've read so many documents up to this point, and I see nothing about persistance.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Best Regards,&lt;/P&gt;&lt;P&gt;Jerad&lt;/P&gt;</description>
    <pubDate>Wed, 10 Jul 2019 21:06:59 GMT</pubDate>
    <dc:creator>JeradMason</dc:creator>
    <dc:date>2019-07-10T21:06:59Z</dc:date>
    <item>
      <title>Adding an NFS share that persists through startup</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/adding-an-nfs-share-that-persists-through-startup/m-p/7054620#M104719</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;I've added an NFS share through tcpip ( system=OpenVMS V8.4-2L1 ) and I want to know that it will persist on both the server and client. Are there any files, such as&amp;nbsp;SYS$MANAGER:SYSTARTUP_VMS.COM, that I should modify to make sure the proxys, exports, mounts, etc. are still there on reboot? Apologies, I've read so many documents up to this point, and I see nothing about persistance.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Best Regards,&lt;/P&gt;&lt;P&gt;Jerad&lt;/P&gt;</description>
      <pubDate>Wed, 10 Jul 2019 21:06:59 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/adding-an-nfs-share-that-persists-through-startup/m-p/7054620#M104719</guid>
      <dc:creator>JeradMason</dc:creator>
      <dc:date>2019-07-10T21:06:59Z</dc:date>
    </item>
    <item>
      <title>Re: Adding an NFS share that persists through startup</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/adding-an-nfs-share-that-persists-through-startup/m-p/7054774#M104725</link>
      <description>&lt;P&gt;What I ended up doing (Would still like to know the answer, as I'm not sure this was necessary.):&lt;/P&gt;&lt;P&gt;Within &lt;SPAN&gt;SYS$MANAGER:SYSTARTUP_VMS.COM, a&lt;/SPAN&gt;fter the TCPIP service was started, I added the line&amp;nbsp; "@SYS$STARTUP:TCPIP$NFS_CLIENT_SYSTARTUP.COM".&amp;nbsp;&lt;/P&gt;&lt;P&gt;Within&amp;nbsp;SYS$STARTUP:TCPIP$NFS_CLIENT_SYSTARTUP.COM I added my mount command.&lt;/P&gt;&lt;P&gt;I am making the assumption the proxy and export will remain after a reboot. If the share disappears next time a reboot is necessary (these are live systems, can't test) I'll add more lines.&lt;/P&gt;</description>
      <pubDate>Thu, 11 Jul 2019 17:38:51 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/adding-an-nfs-share-that-persists-through-startup/m-p/7054774#M104725</guid>
      <dc:creator>JeradMason</dc:creator>
      <dc:date>2019-07-11T17:38:51Z</dc:date>
    </item>
    <item>
      <title>Re: Adding an NFS share that persists through startup</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/adding-an-nfs-share-that-persists-through-startup/m-p/7054828#M104726</link>
      <description>&lt;P&gt;&amp;gt; [...] Are there any files, such as SYS$MANAGER:SYSTARTUP_VMS.COM, that&lt;BR /&gt;&amp;gt; I should modify to make sure the proxys, exports, mounts, etc. are still&lt;BR /&gt;&amp;gt; there on reboot? [...]&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; I do very little with NFS, so I know nothing, but it seems that at&lt;BR /&gt;least some of that stuff can be made to persist:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; TCPIP HELP SET CONFIGURATION MAP&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; You might need to add some mount commands to SYSTARTUP_VMS.COM, say,&lt;BR /&gt;if the automounter isn't engaged.&lt;/P&gt;&lt;P&gt;&amp;gt; [...] I added the line "@SYS$STARTUP:TCPIP$NFS_CLIENT_SYSTARTUP.COM".&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; "TCPIP$NFS_CLIENT_STARTUP.COM"?&amp;nbsp; Knowing nothing, I might expect&lt;BR /&gt;that to be run automatically (by something?).&amp;nbsp; And I wouldn't fiddle&lt;BR /&gt;with it.&amp;nbsp; If you don't see an obvious user-modify-here section, then I'd&lt;BR /&gt;fiddle elsewhere.&lt;/P&gt;&lt;P&gt;&amp;gt; [...] I am making the assumption the proxy and export will remain&lt;BR /&gt;&amp;gt; after a reboot. [...]&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; The proxy database should persist.&amp;nbsp; "export" is not an NFS thing on&lt;BR /&gt;VMS-TCPIP, as I recall.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; I seem to have some nonvanishing MAPs, left-over from different&lt;BR /&gt;hardware, with disk names which don't match the current disks, so my&lt;BR /&gt;OPERATOR.LOG includes complaints like:&lt;/P&gt;&lt;P&gt;%%%%%%%%%%% OPCOM 23-JUN-2019 20:21:35.41 %%%%%%%%%%%&lt;BR /&gt;Message from user TCPIP$NFS on ITS&lt;BR /&gt;%TCPIP-E-NFS_BFSCAL, operation MOUNT_POINT failed on file /dka1&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp; There currently is no DKA1, but:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;ITS $ tcpip show conf map
            Filesystem Map Configuration
Pathname                                Logical File System
 
/dka1                                   ITS$DKA1:
/dka4                                   ITS$DKA4:&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp; So, I'd guess that someone is trying to do some (server) MOUNT&lt;BR /&gt;operations based on those data.&amp;nbsp; I see no explicit "DKA1" in any&lt;BR /&gt;"sys$startup:*.com", so I doubt that it was my idea.&lt;/P&gt;</description>
      <pubDate>Fri, 12 Jul 2019 03:53:32 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/adding-an-nfs-share-that-persists-through-startup/m-p/7054828#M104726</guid>
      <dc:creator>Steven Schweda</dc:creator>
      <dc:date>2019-07-12T03:53:32Z</dc:date>
    </item>
    <item>
      <title>Re: Adding an NFS share that persists through startup</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/adding-an-nfs-share-that-persists-through-startup/m-p/7054924#M104729</link>
      <description>&lt;P&gt;From the TCP/IP Services for OpenVMS Management manual:&lt;/P&gt;&lt;P&gt;&lt;EM&gt;SYS$STARTUP:TCPIP$NFS_CLIENT_SYSTARTUP.COM can be used as a repository for site-specific definitions and parameters to be invoked when the NFS client is started. &lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;For example, use this file to store systemwide MOUNT commands.&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;Volker.&lt;/P&gt;</description>
      <pubDate>Fri, 12 Jul 2019 15:54:37 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/adding-an-nfs-share-that-persists-through-startup/m-p/7054924#M104729</guid>
      <dc:creator>Volker Halle</dc:creator>
      <dc:date>2019-07-12T15:54:37Z</dc:date>
    </item>
  </channel>
</rss>

