<?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: Determining NFS client mounts from the VMS Server in Operating System - OpenVMS</title>
    <link>https://community.hpe.com/t5/operating-system-openvms/determining-nfs-client-mounts-from-the-vms-server/m-p/4991430#M52562</link>
    <description>BTW : anyone with 5.3 eco 2 who has the file ?&lt;BR /&gt;&lt;BR /&gt;Wim</description>
    <pubDate>Tue, 18 Jul 2006 05:58:33 GMT</pubDate>
    <dc:creator>Wim Van den Wyngaert</dc:creator>
    <dc:date>2006-07-18T05:58:33Z</dc:date>
    <item>
      <title>Determining NFS client mounts from the VMS Server</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/determining-nfs-client-mounts-from-the-vms-server/m-p/4991423#M52555</link>
      <description>Hi Folks,&lt;BR /&gt;&lt;BR /&gt;From OpenVMS (NFS Server) is there a way of determining which clients have NFS mounts active? I could in principal skim through the operator.log file and pick up the mount/dismount requests, just wondering if there is another way.&lt;BR /&gt;&lt;BR /&gt;We're using TCPIP 5.4 ECO 5&lt;BR /&gt;&lt;BR /&gt;Regards, and thanks for your help.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Brian</description>
      <pubDate>Tue, 18 Jul 2006 02:36:35 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/determining-nfs-client-mounts-from-the-vms-server/m-p/4991423#M52555</guid>
      <dc:creator>Brian Reiter</dc:creator>
      <dc:date>2006-07-18T02:36:35Z</dc:date>
    </item>
    <item>
      <title>Re: Determining NFS client mounts from the VMS Server</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/determining-nfs-client-mounts-from-the-vms-server/m-p/4991424#M52556</link>
      <description>UCX sho servi nfs/fu&lt;BR /&gt;-&amp;gt; protocol used is UDP per default.&lt;BR /&gt;&lt;BR /&gt;UDP is stateless. There is no connection active for mounted shares.&lt;BR /&gt;&lt;BR /&gt;Never tried NFS in TCP mode yet.&lt;BR /&gt;&lt;BR /&gt;Wim</description>
      <pubDate>Tue, 18 Jul 2006 03:27:40 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/determining-nfs-client-mounts-from-the-vms-server/m-p/4991424#M52556</guid>
      <dc:creator>Wim Van den Wyngaert</dc:creator>
      <dc:date>2006-07-18T03:27:40Z</dc:date>
    </item>
    <item>
      <title>Re: Determining NFS client mounts from the VMS Server</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/determining-nfs-client-mounts-from-the-vms-server/m-p/4991425#M52557</link>
      <description>A list of clients that have mounted the share can normally be found in rmtab on Unix.&lt;BR /&gt;&lt;BR /&gt;In my log file of NFS mountd I found messages "cannot dump mountlist to tcpip$etc:mountdtab.dat". May be that's the undocumented alternative of rmtab ?&lt;BR /&gt;&lt;BR /&gt;Is "ucx show mount/all" showing anything ?&lt;BR /&gt;&lt;BR /&gt;I created it as a flat file : no improvements. Boot server. Idem. Google didn't find any doc.&lt;BR /&gt;&lt;BR /&gt;Wim</description>
      <pubDate>Tue, 18 Jul 2006 04:19:38 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/determining-nfs-client-mounts-from-the-vms-server/m-p/4991425#M52557</guid>
      <dc:creator>Wim Van den Wyngaert</dc:creator>
      <dc:date>2006-07-18T04:19:38Z</dc:date>
    </item>
    <item>
      <title>Re: Determining NFS client mounts from the VMS Server</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/determining-nfs-client-mounts-from-the-vms-server/m-p/4991426#M52558</link>
      <description>From the VMS clients the TCPIP SHO MOUNT works fine, however there could be a number of architectures (Windoze,Unix,Linux and VMS) participating as NFS clients and it would be good to grab all the info from the server side (no need then to worry about different RSH scripts depending on client type).&lt;BR /&gt;&lt;BR /&gt;TCPIP SHO NFS gives come clues as to what's going on but doesn't show the current mounts.</description>
      <pubDate>Tue, 18 Jul 2006 05:05:30 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/determining-nfs-client-mounts-from-the-vms-server/m-p/4991426#M52558</guid>
      <dc:creator>Brian Reiter</dc:creator>
      <dc:date>2006-07-18T05:05:30Z</dc:date>
    </item>
    <item>
      <title>Re: Determining NFS client mounts from the VMS Server</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/determining-nfs-client-mounts-from-the-vms-server/m-p/4991427#M52559</link>
      <description>Brian,&lt;BR /&gt;&lt;BR /&gt;I'm running TCPIP V5.5:&lt;BR /&gt;&lt;BR /&gt;SYS$SPECIFIC:[TCPIP$ETC]MOUNTDTAB.DAT&lt;BR /&gt;&lt;BR /&gt;seems to contain the desired data, but it's accessed by TCPIP$MOUNTD_1 exclusively, so it's quite hard to get to it's contents. I found the file header in INDEXF.SYS, obtained the LBN and used the DISKBLOCK (OpenVMS Freeware) utility to read and dump the contents of the file.&lt;BR /&gt;&lt;BR /&gt;It seems to contain information like this:&lt;BR /&gt;&lt;BR /&gt;remote_node:/local_file_system&lt;BR /&gt;&lt;BR /&gt;If the local file system has been dismounted by the remote NFS client, the first character of the remote_node name seems to be replaced by '#'.&lt;BR /&gt;&lt;BR /&gt;Volker.</description>
      <pubDate>Tue, 18 Jul 2006 05:06:07 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/determining-nfs-client-mounts-from-the-vms-server/m-p/4991427#M52559</guid>
      <dc:creator>Volker Halle</dc:creator>
      <dc:date>2006-07-18T05:06:07Z</dc:date>
    </item>
    <item>
      <title>Re: Determining NFS client mounts from the VMS Server</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/determining-nfs-client-mounts-from-the-vms-server/m-p/4991428#M52560</link>
      <description>Now thats handy, just did a BACKUP/IGNORE=INTERLOCK to see what was in it. Definitly looks like the kind of thing I need. Don't need to do it very often, a snapshot every couple of hours should suffice for my purpose.&lt;BR /&gt;&lt;BR /&gt;Many thanks&lt;BR /&gt;&lt;BR /&gt;Brian</description>
      <pubDate>Tue, 18 Jul 2006 05:26:53 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/determining-nfs-client-mounts-from-the-vms-server/m-p/4991428#M52560</guid>
      <dc:creator>Brian Reiter</dc:creator>
      <dc:date>2006-07-18T05:26:53Z</dc:date>
    </item>
    <item>
      <title>Re: Determining NFS client mounts from the VMS Server</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/determining-nfs-client-mounts-from-the-vms-server/m-p/4991429#M52561</link>
      <description>Wonder what it does when a node crashes and stays down. To my knowledge there is no keepalive in NFS and thus the entry will stay in the list.&lt;BR /&gt;&lt;BR /&gt;Volker : what is the char of the file ? I created it empty but still get invalid device in the log file (or is there a logical ? The error message gives the full name.)&lt;BR /&gt;&lt;BR /&gt;Wim</description>
      <pubDate>Tue, 18 Jul 2006 05:57:37 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/determining-nfs-client-mounts-from-the-vms-server/m-p/4991429#M52561</guid>
      <dc:creator>Wim Van den Wyngaert</dc:creator>
      <dc:date>2006-07-18T05:57:37Z</dc:date>
    </item>
    <item>
      <title>Re: Determining NFS client mounts from the VMS Server</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/determining-nfs-client-mounts-from-the-vms-server/m-p/4991430#M52562</link>
      <description>BTW : anyone with 5.3 eco 2 who has the file ?&lt;BR /&gt;&lt;BR /&gt;Wim</description>
      <pubDate>Tue, 18 Jul 2006 05:58:33 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/determining-nfs-client-mounts-from-the-vms-server/m-p/4991430#M52562</guid>
      <dc:creator>Wim Van den Wyngaert</dc:creator>
      <dc:date>2006-07-18T05:58:33Z</dc:date>
    </item>
    <item>
      <title>Re: Determining NFS client mounts from the VMS Server</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/determining-nfs-client-mounts-from-the-vms-server/m-p/4991431#M52563</link>
      <description>FWIW, it looks like a TCPIP DISM/ALL isn't reflected by the server, nor does it seem that old entries are removed after a client restart.&lt;BR /&gt;&lt;BR /&gt;Still better than nothing though.</description>
      <pubDate>Tue, 18 Jul 2006 06:03:03 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/determining-nfs-client-mounts-from-the-vms-server/m-p/4991431#M52563</guid>
      <dc:creator>Brian Reiter</dc:creator>
      <dc:date>2006-07-18T06:03:03Z</dc:date>
    </item>
    <item>
      <title>Re: Determining NFS client mounts from the VMS Server</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/determining-nfs-client-mounts-from-the-vms-server/m-p/4991432#M52564</link>
      <description>Just "stripped" the mountd exe. No logical for the file. And the file is gone after a reboot.&lt;BR /&gt;&lt;BR /&gt;Wim</description>
      <pubDate>Tue, 18 Jul 2006 06:14:48 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/determining-nfs-client-mounts-from-the-vms-server/m-p/4991432#M52564</guid>
      <dc:creator>Wim Van den Wyngaert</dc:creator>
      <dc:date>2006-07-18T06:14:48Z</dc:date>
    </item>
    <item>
      <title>Re: Determining NFS client mounts from the VMS Server</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/determining-nfs-client-mounts-from-the-vms-server/m-p/4991433#M52565</link>
      <description>&lt;A href="http://h30097.www3.hp.com/docs/base_doc/DOCUMENTATION/V50_HTML/MAN/MAN4/0170____.HTM" target="_blank"&gt;http://h30097.www3.hp.com/docs/base_doc/DOCUMENTATION/V50_HTML/MAN/MAN4/0170____.HTM&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;explains some things.&lt;BR /&gt;&lt;BR /&gt;Wim</description>
      <pubDate>Tue, 18 Jul 2006 06:16:28 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/determining-nfs-client-mounts-from-the-vms-server/m-p/4991433#M52565</guid>
      <dc:creator>Wim Van den Wyngaert</dc:creator>
      <dc:date>2006-07-18T06:16:28Z</dc:date>
    </item>
    <item>
      <title>Re: Determining NFS client mounts from the VMS Server</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/determining-nfs-client-mounts-from-the-vms-server/m-p/4991434#M52566</link>
      <description>Wim,&lt;BR /&gt;&lt;BR /&gt;in TCPIP V5.5, this file is accessed via TCPIP$ETC:MOUNTDTAB.DAT - a sequential STREAM_LF file.&lt;BR /&gt;&lt;BR /&gt;In this version of TCPIP a TCPIP DISM from a client seems to be reflected in that file by replacing the first character of the remote:/local_file_system entry with a '#' character. Certainly only an explicit TCPIP DISM will cause the entry to be 'invalidated'. The mountdtab man page link provided above explains this as well.&lt;BR /&gt;&lt;BR /&gt;As this file does not seem to be mentioned in the TCPIP documentation, usage of this file is probably considered unsupported.&lt;BR /&gt;&lt;BR /&gt;Volker.</description>
      <pubDate>Wed, 19 Jul 2006 00:35:20 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/determining-nfs-client-mounts-from-the-vms-server/m-p/4991434#M52566</guid>
      <dc:creator>Volker Halle</dc:creator>
      <dc:date>2006-07-19T00:35:20Z</dc:date>
    </item>
    <item>
      <title>Re: Determining NFS client mounts from the VMS Server</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/determining-nfs-client-mounts-from-the-vms-server/m-p/4991435#M52567</link>
      <description>Got some form of workaround now.&lt;BR /&gt;&lt;BR /&gt;Many thanks&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Brian</description>
      <pubDate>Thu, 20 Jul 2006 04:03:19 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/determining-nfs-client-mounts-from-the-vms-server/m-p/4991435#M52567</guid>
      <dc:creator>Brian Reiter</dc:creator>
      <dc:date>2006-07-20T04:03:19Z</dc:date>
    </item>
  </channel>
</rss>

