<?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: Privileges required for the NFS client under OpenVMS 8-4 in Operating System - OpenVMS</title>
    <link>https://community.hpe.com/t5/operating-system-openvms/privileges-required-for-the-nfs-client-under-openvms-8-4/m-p/5332921#M45707</link>
    <description>&lt;P&gt;Brian,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;so you're saying that SYSTEM with privs set to only (SYSNAM,TMPMBX,NETMBX) fails to mount that remote NFS share, but SYSTEM with all privs works ? And the same mount command from the 'user' account also fails in the same way ? If so, you could try&amp;nbsp;enabling privs&amp;nbsp;for SYSTEM until it works...&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;But my gut feeling is, that the SYSTEM-F-NOPRIV error comes from the NFS server. Use TCPDUMP or TCPTRACE to check, whether the failing mount sends/receives any messages from the NFS server.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;To determine the 'correct' proxy settings, you need to ask the system mgr of the remote NFS server node, which gid/uid it expects to allow access to the remote directory and files...&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Volker.&lt;/P&gt;</description>
    <pubDate>Thu, 15 Sep 2011 12:54:41 GMT</pubDate>
    <dc:creator>Volker Halle</dc:creator>
    <dc:date>2011-09-15T12:54:41Z</dc:date>
    <item>
      <title>Privileges required for the NFS client under OpenVMS 8-4</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/privileges-required-for-the-nfs-client-under-openvms-8-4/m-p/5332717#M45702</link>
      <description>&lt;P&gt;Hi folks (again)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;System is OpenVMS 8-4 (fully patched)&lt;/P&gt;&lt;P&gt;TCPIP 5-7 ECO 2&lt;/P&gt;&lt;P&gt;Remove NFS server is some kind of AIX host&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;What privileges are required for the MFS client running under OpenVMS? I can mount the shares quite happily from the system account, but from a user account I get the message&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;FONT face="courier new,courier"&gt;%TCPIP$DNFSMOUNT-E-MOUNTFAIL, error mounting DNFS1:&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;-SYSTEM-F-NOPRIV, insufficient privilege or object protection violation&lt;/FONT&gt;&lt;BR /&gt;﻿&lt;/P&gt;&lt;P&gt;There is nothing obvious when I turn on auditing - nothing correlates to that error anyway. Assuming I can work out what privileges are reqired, would it be feasible to install the exes with the required privileges? If so which exes would need installing.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I'd rather not grant too many privilegs to the clients.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Brian Reiter&lt;/P&gt;</description>
      <pubDate>Thu, 15 Sep 2011 09:05:59 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/privileges-required-for-the-nfs-client-under-openvms-8-4/m-p/5332717#M45702</guid>
      <dc:creator>Brian Reiter</dc:creator>
      <dc:date>2011-09-15T09:05:59Z</dc:date>
    </item>
    <item>
      <title>Re: Privileges required for the NFS client under OpenVMS 8-4</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/privileges-required-for-the-nfs-client-under-openvms-8-4/m-p/5332723#M45703</link>
      <description>&lt;P&gt;Brian,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;did you check TCPIP SHOW PROXY ?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The NFS protocol works with TCPIP PROXIES, which (for outgoing access from the NFS client) map the OpenVMS Username to a gid/uid combination to be sent to the NFS server. If there are proxies for the SYSTEM account, but not for your user account, this may explain things...&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Volker.&lt;/P&gt;</description>
      <pubDate>Thu, 15 Sep 2011 09:09:45 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/privileges-required-for-the-nfs-client-under-openvms-8-4/m-p/5332723#M45703</guid>
      <dc:creator>Volker Halle</dc:creator>
      <dc:date>2011-09-15T09:09:45Z</dc:date>
    </item>
    <item>
      <title>Re: Privileges required for the NFS client under OpenVMS 8-4</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/privileges-required-for-the-nfs-client-under-openvms-8-4/m-p/5332727#M45704</link>
      <description>&lt;P&gt;Hmmm,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Curious - the currently working system runs with priv=ALL&amp;nbsp; so that could explain it. So I'd need to add a proxy between this user and the root account on the remote system. There are no proxies existing at the moment, although the root one could be the default.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;We're in the position of trying to get the system running within its own group, removing any access to system level constructs.&lt;/P&gt;</description>
      <pubDate>Thu, 15 Sep 2011 09:17:07 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/privileges-required-for-the-nfs-client-under-openvms-8-4/m-p/5332727#M45704</guid>
      <dc:creator>Brian Reiter</dc:creator>
      <dc:date>2011-09-15T09:17:07Z</dc:date>
    </item>
    <item>
      <title>Re: Privileges required for the NFS client under OpenVMS 8-4</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/privileges-required-for-the-nfs-client-under-openvms-8-4/m-p/5332797#M45705</link>
      <description>&lt;P&gt;Brian,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;if there is a local privilege missing, TCPIP tends to explicitly&amp;nbsp;show this missing privilege in the error message:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;VAXVMS $ ucx mount dnfs1:/host=axpvms/path="/vms_nfs/nfs"&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ! Example from UCX V4.2&lt;BR /&gt;%UCX$DNFSMOUNT-E-MOUNTFAIL, error mounting /vms_nfs/nfs&lt;BR /&gt;-SYSTEM-F-NOSYSNAM, operation requires SYSNAM privilege&lt;BR /&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;So in your case, it looks like this is a privilege problem coming from the remote NFS server. Does the mount from SYSTEM work after SET PROC/PRIV=(NOALL,TMP,NET) ?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;If no proxies are defined, the TCPIP client might be sending the default gid/uid pair, which could be -2/-2.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Volker.&lt;/P&gt;</description>
      <pubDate>Thu, 15 Sep 2011 10:35:27 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/privileges-required-for-the-nfs-client-under-openvms-8-4/m-p/5332797#M45705</guid>
      <dc:creator>Volker Halle</dc:creator>
      <dc:date>2011-09-15T10:35:27Z</dc:date>
    </item>
    <item>
      <title>Re: Privileges required for the NFS client under OpenVMS 8-4</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/privileges-required-for-the-nfs-client-under-openvms-8-4/m-p/5332905#M45706</link>
      <description>&lt;P&gt;Hi Volker,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The mount fails with privileges set to SYNAM,TMPMBX,NETMBX (using the sysem account). With no clues other than the initial request for SYSNAM as to which are needed. Setting up proxies for -2,-2 or 0,0 didn't help.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;cheers&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Brian&lt;/P&gt;</description>
      <pubDate>Thu, 15 Sep 2011 12:13:57 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/privileges-required-for-the-nfs-client-under-openvms-8-4/m-p/5332905#M45706</guid>
      <dc:creator>Brian Reiter</dc:creator>
      <dc:date>2011-09-15T12:13:57Z</dc:date>
    </item>
    <item>
      <title>Re: Privileges required for the NFS client under OpenVMS 8-4</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/privileges-required-for-the-nfs-client-under-openvms-8-4/m-p/5332921#M45707</link>
      <description>&lt;P&gt;Brian,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;so you're saying that SYSTEM with privs set to only (SYSNAM,TMPMBX,NETMBX) fails to mount that remote NFS share, but SYSTEM with all privs works ? And the same mount command from the 'user' account also fails in the same way ? If so, you could try&amp;nbsp;enabling privs&amp;nbsp;for SYSTEM until it works...&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;But my gut feeling is, that the SYSTEM-F-NOPRIV error comes from the NFS server. Use TCPDUMP or TCPTRACE to check, whether the failing mount sends/receives any messages from the NFS server.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;To determine the 'correct' proxy settings, you need to ask the system mgr of the remote NFS server node, which gid/uid it expects to allow access to the remote directory and files...&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Volker.&lt;/P&gt;</description>
      <pubDate>Thu, 15 Sep 2011 12:54:41 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/privileges-required-for-the-nfs-client-under-openvms-8-4/m-p/5332921#M45707</guid>
      <dc:creator>Volker Halle</dc:creator>
      <dc:date>2011-09-15T12:54:41Z</dc:date>
    </item>
    <item>
      <title>Re: Privileges required for the NFS client under OpenVMS 8-4</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/privileges-required-for-the-nfs-client-under-openvms-8-4/m-p/5332935#M45708</link>
      <description>&lt;P&gt;Hi Volker.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I was in the middle of doing the TCPTRACE command. From the user account no traffic is seen at all, even though I get the standard error message. From the working system account plenty of traffic is seen.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;cheers&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Brian&lt;/P&gt;</description>
      <pubDate>Thu, 15 Sep 2011 12:39:43 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/privileges-required-for-the-nfs-client-under-openvms-8-4/m-p/5332935#M45708</guid>
      <dc:creator>Brian Reiter</dc:creator>
      <dc:date>2011-09-15T12:39:43Z</dc:date>
    </item>
    <item>
      <title>Re: Privileges required for the NFS client under OpenVMS 8-4</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/privileges-required-for-the-nfs-client-under-openvms-8-4/m-p/5332967#M45709</link>
      <description>&lt;P&gt;Brian,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;then you have to turn on individual privs - one at a time- under SYSTEM, until the mount works (starting with only SYSNAM,TMPMBX,NETMBX).&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Volker.&lt;/P&gt;</description>
      <pubDate>Thu, 15 Sep 2011 12:56:48 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/privileges-required-for-the-nfs-client-under-openvms-8-4/m-p/5332967#M45709</guid>
      <dc:creator>Volker Halle</dc:creator>
      <dc:date>2011-09-15T12:56:48Z</dc:date>
    </item>
    <item>
      <title>Re: Privileges required for the NFS client under OpenVMS 8-4</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/privileges-required-for-the-nfs-client-under-openvms-8-4/m-p/5333001#M45710</link>
      <description>&lt;P&gt;Hi Volker,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I had already started on that. It looks as though CMKRNL is the magic button in this case. Next question is, is there an easy way around this restriction?&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;cheers&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Brian&lt;/P&gt;</description>
      <pubDate>Thu, 15 Sep 2011 13:11:24 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/privileges-required-for-the-nfs-client-under-openvms-8-4/m-p/5333001#M45710</guid>
      <dc:creator>Brian Reiter</dc:creator>
      <dc:date>2011-09-15T13:11:24Z</dc:date>
    </item>
    <item>
      <title>Re: Privileges required for the NFS client under OpenVMS V8.4</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/privileges-required-for-the-nfs-client-under-openvms-8-4/m-p/5333015#M45711</link>
      <description>&lt;P&gt;Brain,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;this sounds like a bug - you may want to contact HP. There are newer NFS client images available beyond V5.7 ECO 2 (their ident&amp;nbsp;should be&amp;nbsp;V5.7-ECO2-22011).&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Please see &lt;A href="http://h30499.www3.hp.com/t5/Networking/NFS-v3-mount-to-directory-tree/m-p/4834519" target="_blank"&gt;http://h30499.www3.hp.com/t5/Networking/NFS-v3-mount-to-directory-tree/m-p/4834519&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Does TCPIP MOUNT/SHARE work ?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;TCPIP$UCP.EXE should be installed with Privileges = CMKRNL PHY_IO anyway (check with INSTALL LIST/FULL SYS$SYSTEM:TCPIP$UCP). The mount code seems to be implemented in TCPIP$DNFS_MOUNT_SHR.EXE - a&amp;nbsp;shareable library.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Volker.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 15 Sep 2011 13:34:12 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/privileges-required-for-the-nfs-client-under-openvms-8-4/m-p/5333015#M45711</guid>
      <dc:creator>Volker Halle</dc:creator>
      <dc:date>2011-09-15T13:34:12Z</dc:date>
    </item>
    <item>
      <title>Re: Privileges required for the NFS client under OpenVMS V8.4</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/privileges-required-for-the-nfs-client-under-openvms-8-4/m-p/5333039#M45712</link>
      <description>&lt;P&gt;Volker,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I had a quick look into TCPIP$STARTUP just to verify which privileges it was installed with, definitely CMKRNL and PHY_IO. The TCPIP$DNFS_MOUNT_SHR.EXE just seems to be installed with no privs (according to install list).&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;FONT size="2" face="courier new,courier"&gt;Security audit (SECURITY) on RCC01, system id: 1025&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT size="2" face="courier new,courier"&gt;Auditable event:&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Privilege failure&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT size="2" face="courier new,courier"&gt;Event information:&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; CMKRNL not used to execute $CMKRNL(_64) system service ($CMKRNL or $CMKRNL_64)&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT size="2" face="courier new,courier"&gt;Event time:&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 15-SEP-2011 14:11:37.80&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT size="2" face="courier new,courier"&gt;PID:&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 29202F35&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT size="2" face="courier new,courier"&gt;Process name:&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; _TNA17:&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT size="2" face="courier new,courier"&gt;Username:&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; SIG_070_SYS&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT size="2" face="courier new,courier"&gt;Process owner:&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; [RCC_070_SIG,SIG_070_SYS]&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT size="2" face="courier new,courier"&gt;Terminal name:&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; TNA17:&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT size="2" face="courier new,courier"&gt;Image name:&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; $20$DKA100:[SYS0.SYSCOMMON.][SYSEXE]TCPIP$UCP.EXE&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT size="2" face="courier new,courier"&gt;Privileges missing:&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; CMKRNL&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT size="2" face="courier new,courier"&gt;Posix UID:&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; -2&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT size="2" face="courier new,courier"&gt;Posix GID:&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; -2 (%XFFFFFFFE)&lt;/FONT&gt;&lt;BR /&gt;﻿&lt;/P&gt;&lt;P&gt;From ANALYSE/AUDIT I get the above entry which seems odd given that it should be installed with CMKRNL.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;(The forum has a censor? FFS! ).&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Anyway, to answer your other question /SHARE doesn't work either, and I haven't got the later NFS images. Ah well, a call to HP when I am in a position to do so - i.e. if we buy any OpenVMS 8-4 systems I'll log the call on the back of the suppplied warranty.&lt;/P&gt;&lt;P&gt;﻿&lt;/P&gt;</description>
      <pubDate>Thu, 15 Sep 2011 13:50:07 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/privileges-required-for-the-nfs-client-under-openvms-8-4/m-p/5333039#M45712</guid>
      <dc:creator>Brian Reiter</dc:creator>
      <dc:date>2011-09-15T13:50:07Z</dc:date>
    </item>
    <item>
      <title>Re: Privileges required for the NFS client under OpenVMS V8.4</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/privileges-required-for-the-nfs-client-under-openvms-8-4/m-p/5333057#M45713</link>
      <description>&lt;P&gt;Brian,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;you' re getting this event if the non-prived user tries to mount that NFS share, right ?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;This would indicate, that some code in the TCPIP mount code path disabled CMKRNL and failed to re-enable it....&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Raise a call to HP.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Volker.&lt;/P&gt;</description>
      <pubDate>Thu, 15 Sep 2011 13:51:26 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/privileges-required-for-the-nfs-client-under-openvms-8-4/m-p/5333057#M45713</guid>
      <dc:creator>Volker Halle</dc:creator>
      <dc:date>2011-09-15T13:51:26Z</dc:date>
    </item>
    <item>
      <title>Re: Privileges required for the NFS client under OpenVMS V8.4</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/privileges-required-for-the-nfs-client-under-openvms-8-4/m-p/5333065#M45714</link>
      <description>&lt;P&gt;Hi Volker,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks for the help. I will log a call when I get a chance to. We don't generally have a support contract but we should be buying some OpenVMS 8-4 boxes soon so I may have a short warranty period to raise any calls.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;And for those looking for the answer, for what its worth under OpenVMS 8-4, TCPIP 5-7 ECO2 you need CMKRNL in order to issue a TCPIP MOUNT&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;cheers&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Brian&lt;/P&gt;</description>
      <pubDate>Thu, 15 Sep 2011 13:58:49 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/privileges-required-for-the-nfs-client-under-openvms-8-4/m-p/5333065#M45714</guid>
      <dc:creator>Brian Reiter</dc:creator>
      <dc:date>2011-09-15T13:58:49Z</dc:date>
    </item>
    <item>
      <title>Re: Privileges required for the NFS client under OpenVMS V8.4</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/privileges-required-for-the-nfs-client-under-openvms-8-4/m-p/5512709#M45715</link>
      <description>&lt;P&gt;I have been told by HP that this issue has been fixed with TCPIP 5-7 ECO3 which waas released in December.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I will add an update once I have had a chance to repeat the experiment.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;cheers&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Brian&lt;/P&gt;</description>
      <pubDate>Mon, 30 Jan 2012 11:42:09 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/privileges-required-for-the-nfs-client-under-openvms-8-4/m-p/5512709#M45715</guid>
      <dc:creator>Brian Reiter</dc:creator>
      <dc:date>2012-01-30T11:42:09Z</dc:date>
    </item>
    <item>
      <title>Re: Privileges required for the NFS client under OpenVMS V8.4</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/privileges-required-for-the-nfs-client-under-openvms-8-4/m-p/5579771#M45716</link>
      <description>I installed TCPIP 5.7 ECO 3. The problem is still present.&lt;BR /&gt;&lt;BR /&gt;I had to reinstall TCPIP 5.7 with no ECO in order to mount NFS disks.</description>
      <pubDate>Sun, 11 Mar 2012 21:02:25 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/privileges-required-for-the-nfs-client-under-openvms-8-4/m-p/5579771#M45716</guid>
      <dc:creator>John_Malmberg</dc:creator>
      <dc:date>2012-03-11T21:02:25Z</dc:date>
    </item>
    <item>
      <title>Re: Privileges required for the NFS client under OpenVMS V8.4</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/privileges-required-for-the-nfs-client-under-openvms-8-4/m-p/5589067#M45717</link>
      <description>&lt;P&gt;Figures, I'll badger the Office of OpenVMS Programs and see if I can get a definitive response for when I may see a fix. Although I won't hold much hope of a response.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;cheers&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Brian&lt;/P&gt;</description>
      <pubDate>Mon, 19 Mar 2012 08:19:25 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/privileges-required-for-the-nfs-client-under-openvms-8-4/m-p/5589067#M45717</guid>
      <dc:creator>Brian Reiter</dc:creator>
      <dc:date>2012-03-19T08:19:25Z</dc:date>
    </item>
  </channel>
</rss>

