<?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 mount at boot time in Operating System - OpenVMS</title>
    <link>https://community.hpe.com/t5/operating-system-openvms/nfs-mount-at-boot-time/m-p/3587902#M69660</link>
    <description>Tim,&lt;BR /&gt;&lt;BR /&gt;from your Forum Profile:&lt;BR /&gt;&lt;BR /&gt;&lt;QUOTE&gt;&lt;BR /&gt;I have assigned points to  372  of 433   responses to my questions.&lt;BR /&gt;&lt;/QUOTE&gt;&lt;BR /&gt;&lt;BR /&gt;Maybe you can find some time to do some assigning?&lt;BR /&gt;&lt;BR /&gt;Mind, I do NOT say you necessarily need to give lots of points. It is fully up to _YOU_ to decide how many. If you consider an answer is not deserving any points, you can also assign 0 ( = zero ) points, and then that answer will no longer be counted as unassigned.&lt;BR /&gt;Consider, that every poster took at least the trouble of posting for you!&lt;BR /&gt;&lt;BR /&gt;To easily find your streams with unassigned points, click your own name somewhere.&lt;BR /&gt;This will bring up your profile.&lt;BR /&gt;Near the bottom of that page, under the caption &amp;lt; My Question(s) &amp;gt; you will find &amp;lt; questions or topics with unassigned points &amp;gt; Clicking that will give all, and only, your questions that still have unassigned postings.&lt;BR /&gt;&lt;BR /&gt;Thanks on behalf of your Forum colleagues.&lt;BR /&gt;&lt;BR /&gt;PS.   Nothing personal in this. I try to post it to everyone with this kind of assignment ratio in this forum. If you have received a posting like this before, then please do not take offence, certainly none is intended!&lt;BR /&gt;&lt;BR /&gt;Proost.&lt;BR /&gt;&lt;BR /&gt;Have one on me.&lt;BR /&gt;&lt;BR /&gt;Jan&lt;BR /&gt;</description>
    <pubDate>Thu, 21 Jul 2005 11:22:50 GMT</pubDate>
    <dc:creator>Jan van den Ende</dc:creator>
    <dc:date>2005-07-21T11:22:50Z</dc:date>
    <item>
      <title>NFS mount at boot time</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/nfs-mount-at-boot-time/m-p/3587898#M69656</link>
      <description>I apologize in advance if I missed the easy answer somewhere.&lt;BR /&gt;&lt;BR /&gt;I would like an NFS mount to mount at boot.&lt;BR /&gt;I see a reference in the TCPIP document that the file sys$startup:tcpip$nfs_client_systartup.com is the place to put such a config. &lt;BR /&gt;After searching through startup files I do not see any startup that references this file nor can I find a good example ( I am sure I missed it).&lt;BR /&gt;Can anyone supply a best practice for the above scenario ?&lt;BR /&gt;I am thinking that the "tcpip mount...." command needs to be executed in this startup script ?&lt;BR /&gt;&lt;BR /&gt;Thanks in advance.&lt;BR /&gt;Tim&lt;BR /&gt;</description>
      <pubDate>Thu, 21 Jul 2005 09:19:52 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/nfs-mount-at-boot-time/m-p/3587898#M69656</guid>
      <dc:creator>Tim Nelson</dc:creator>
      <dc:date>2005-07-21T09:19:52Z</dc:date>
    </item>
    <item>
      <title>Re: NFS mount at boot time</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/nfs-mount-at-boot-time/m-p/3587899#M69657</link>
      <description>SYS$COMM0N:[SYSMGR]TCPIP$NFS_CLIENT_STARTUP.COM does look for and call &lt;BR /&gt;SYS$STARTUP:TCPIP$NFS_CLIENT_SYSTARTUP.COM &lt;BR /&gt;so I would use that.&lt;BR /&gt;(the name TCPIP$NFS_CLIENT_SYSTARTUP is constructed from symbols so you won't see it by searching the DCL but the key lines are&lt;BR /&gt;$     serv_id     = f$parse(serv_proc,,,"name") - "_STARTUP"&lt;BR /&gt;$     serv_tailor = f$edit("sys$startup:''serv_id'_systartup.com","upcase")&lt;BR /&gt;...&lt;BR /&gt;$     if f$search(serv_tailor) .nes. ""&lt;BR /&gt;$     then&lt;BR /&gt;$         call log_info "%TCPIP-I-INFO, executing site-specific startup"&lt;BR /&gt;$         @'serv_tailor'&lt;BR /&gt;$     endif&lt;BR /&gt;</description>
      <pubDate>Thu, 21 Jul 2005 09:37:50 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/nfs-mount-at-boot-time/m-p/3587899#M69657</guid>
      <dc:creator>Ian Miller.</dc:creator>
      <dc:date>2005-07-21T09:37:50Z</dc:date>
    </item>
    <item>
      <title>Re: NFS mount at boot time</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/nfs-mount-at-boot-time/m-p/3587900#M69658</link>
      <description>Thanks Ian,&lt;BR /&gt;&lt;BR /&gt;The sys$startup:tcpip$nfs_client_systartup.com  would basically just be the mount commands ?i.e.&lt;BR /&gt;tcpip mount /structure=5 /system /noadf -dnfs1: /host="myhost"/path="/mypath" -&lt;BR /&gt;/background=delay:00:02:00,retry:10)/retries=5</description>
      <pubDate>Thu, 21 Jul 2005 09:55:43 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/nfs-mount-at-boot-time/m-p/3587900#M69658</guid>
      <dc:creator>Tim Nelson</dc:creator>
      <dc:date>2005-07-21T09:55:43Z</dc:date>
    </item>
    <item>
      <title>Re: NFS mount at boot time</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/nfs-mount-at-boot-time/m-p/3587901#M69659</link>
      <description>yes that looks fine</description>
      <pubDate>Thu, 21 Jul 2005 10:13:40 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/nfs-mount-at-boot-time/m-p/3587901#M69659</guid>
      <dc:creator>Ian Miller.</dc:creator>
      <dc:date>2005-07-21T10:13:40Z</dc:date>
    </item>
    <item>
      <title>Re: NFS mount at boot time</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/nfs-mount-at-boot-time/m-p/3587902#M69660</link>
      <description>Tim,&lt;BR /&gt;&lt;BR /&gt;from your Forum Profile:&lt;BR /&gt;&lt;BR /&gt;&lt;QUOTE&gt;&lt;BR /&gt;I have assigned points to  372  of 433   responses to my questions.&lt;BR /&gt;&lt;/QUOTE&gt;&lt;BR /&gt;&lt;BR /&gt;Maybe you can find some time to do some assigning?&lt;BR /&gt;&lt;BR /&gt;Mind, I do NOT say you necessarily need to give lots of points. It is fully up to _YOU_ to decide how many. If you consider an answer is not deserving any points, you can also assign 0 ( = zero ) points, and then that answer will no longer be counted as unassigned.&lt;BR /&gt;Consider, that every poster took at least the trouble of posting for you!&lt;BR /&gt;&lt;BR /&gt;To easily find your streams with unassigned points, click your own name somewhere.&lt;BR /&gt;This will bring up your profile.&lt;BR /&gt;Near the bottom of that page, under the caption &amp;lt; My Question(s) &amp;gt; you will find &amp;lt; questions or topics with unassigned points &amp;gt; Clicking that will give all, and only, your questions that still have unassigned postings.&lt;BR /&gt;&lt;BR /&gt;Thanks on behalf of your Forum colleagues.&lt;BR /&gt;&lt;BR /&gt;PS.   Nothing personal in this. I try to post it to everyone with this kind of assignment ratio in this forum. If you have received a posting like this before, then please do not take offence, certainly none is intended!&lt;BR /&gt;&lt;BR /&gt;Proost.&lt;BR /&gt;&lt;BR /&gt;Have one on me.&lt;BR /&gt;&lt;BR /&gt;Jan&lt;BR /&gt;</description>
      <pubDate>Thu, 21 Jul 2005 11:22:50 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/nfs-mount-at-boot-time/m-p/3587902#M69660</guid>
      <dc:creator>Jan van den Ende</dc:creator>
      <dc:date>2005-07-21T11:22:50Z</dc:date>
    </item>
    <item>
      <title>Re: NFS mount at boot time</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/nfs-mount-at-boot-time/m-p/3587903#M69661</link>
      <description>1 point for the reminder. :)&lt;BR /&gt;&lt;BR /&gt;Thanks !</description>
      <pubDate>Thu, 21 Jul 2005 11:30:48 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/nfs-mount-at-boot-time/m-p/3587903#M69661</guid>
      <dc:creator>Tim Nelson</dc:creator>
      <dc:date>2005-07-21T11:30:48Z</dc:date>
    </item>
    <item>
      <title>Re: NFS mount at boot time</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/nfs-mount-at-boot-time/m-p/3587904#M69662</link>
      <description>Tim: &lt;BR /&gt;1. At our site, we do the NFS mount in SYSTARTUP_VMS.COM. Just do it after TCPIP is started. That way it is easy for us and our successors to find and change when needed.&lt;BR /&gt;2. There is always a small possibility that the TCPIP file you put the mount in will be replaced/deleted in a future build.&lt;BR /&gt;Lawrence</description>
      <pubDate>Thu, 21 Jul 2005 12:19:19 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/nfs-mount-at-boot-time/m-p/3587904#M69662</guid>
      <dc:creator>Lawrence Czlapinski</dc:creator>
      <dc:date>2005-07-21T12:19:19Z</dc:date>
    </item>
    <item>
      <title>Re: NFS mount at boot time</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/nfs-mount-at-boot-time/m-p/3587905#M69663</link>
      <description>Good point Lawrence.&lt;BR /&gt;The TCPIP doc did specifically state that the TCPIP$NFS_CLIENT_SYSTARTUP.COM file would not be touched.  (nor would swamp land in Florida ever be purchased by anyone).&lt;BR /&gt;&lt;BR /&gt;For my test I did create the aforementioned file and rebooted.  My NFS mount was mounted automatically on boot. &lt;BR /&gt;&lt;BR /&gt;I guess there again is 12 ways to skin a cat. &lt;BR /&gt;&lt;BR /&gt;Thanks all !&lt;BR /&gt;</description>
      <pubDate>Thu, 21 Jul 2005 12:22:25 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/nfs-mount-at-boot-time/m-p/3587905#M69663</guid>
      <dc:creator>Tim Nelson</dc:creator>
      <dc:date>2005-07-21T12:22:25Z</dc:date>
    </item>
  </channel>
</rss>

