<?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 VMS to Linux  Permission denied in Operating System - OpenVMS</title>
    <link>https://community.hpe.com/t5/operating-system-openvms/nfs-vms-to-linux-permission-denied/m-p/5406849#M45893</link>
    <description>&lt;P&gt;Were you ever able to solve this problem?&amp;nbsp; I have the same problem (See post made by mjkushner this morning December 1, 2011).&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Mark Kushner&lt;/P&gt;&lt;P&gt;&lt;A target="_blank" href="mailto:mjkush@umich.edu"&gt;mjkush@umich.edu&lt;/A&gt;&lt;/P&gt;</description>
    <pubDate>Thu, 01 Dec 2011 14:19:25 GMT</pubDate>
    <dc:creator>mjkushner</dc:creator>
    <dc:date>2011-12-01T14:19:25Z</dc:date>
    <item>
      <title>NFS VMS to Linux  Permission denied</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/nfs-vms-to-linux-permission-denied/m-p/4714597#M45887</link>
      <description>Hi folks&lt;BR /&gt;&lt;BR /&gt;We have VMS-directories exported via NFS from all our VMS-systems to a Linux-server.&lt;BR /&gt;&lt;BR /&gt;OpenVMS 8.3, Tcp/IP 5.6 ECO3, RedHat 5.5.&lt;BR /&gt;&lt;BR /&gt;As this server is very critical, we have cloned it, to have a spare hot standby system.&lt;BR /&gt;This is in VMware, so it really is a cloned system.&lt;BR /&gt;Problem is that I can't mount the exported dirs in the clone. I get permission denied.&lt;BR /&gt;The /var/log/messages has this:&lt;BR /&gt;server HUVTS1.HUV.DAGAB.SE requires stronger authentication.&lt;BR /&gt;&lt;BR /&gt;To avoid any potential conflicts I set up an export from my Alphastation.&lt;BR /&gt;That one works on both Linux systems.&lt;BR /&gt;None of the other exports work on the clone.&lt;BR /&gt;Therefore I made a new export on one of our VMS-systems.&lt;BR /&gt;This one has the same problem as the others.&lt;BR /&gt;It only works on the original Linux server.&lt;BR /&gt;&lt;BR /&gt;The involved systems is added to the local host databases in both VMS and Linux.&lt;BR /&gt;Hosts.allow and deny is empty.&lt;BR /&gt;Telnet in both directions works fine.&lt;BR /&gt;I've been banging my head to the wall for some time now and really don't know how to troubleshoot this further.</description>
      <pubDate>Wed, 17 Nov 2010 13:34:01 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/nfs-vms-to-linux-permission-denied/m-p/4714597#M45887</guid>
      <dc:creator>Jan Andersson_3</dc:creator>
      <dc:date>2010-11-17T13:34:01Z</dc:date>
    </item>
    <item>
      <title>Re: NFS VMS to Linux  Permission denied</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/nfs-vms-to-linux-permission-denied/m-p/4714598#M45888</link>
      <description>Here is a session sample.&lt;BR /&gt;&lt;BR /&gt;Mount from the original Linux server:&lt;BR /&gt;&lt;BR /&gt;HUVTS1&amp;gt; tcpip sho proxy&lt;BR /&gt;&lt;BR /&gt;VMS User_name     Type      User_ID    Group_ID   Host_name&lt;BR /&gt;&lt;BR /&gt;SONIC             OND           508         508   IMSPIDERTST01.AXFOOD.SE,&lt;BR /&gt;                                                  IMSPIDERTST02.AXFOOD.SE&lt;BR /&gt;SYSTEM            OND             0           0   IMSPIDERTST02.AXFOOD.SE,&lt;BR /&gt;                                                  IMSPIDERTST01.AXFOOD.SE&lt;BR /&gt;&lt;BR /&gt;HUVTS1&amp;gt; tcpip sho map&lt;BR /&gt;&lt;BR /&gt;            Dynamic Filesystem Map&lt;BR /&gt;Pathname                                Logical File System&lt;BR /&gt;&lt;BR /&gt;/huvts1                                 $1$DGA1:&lt;BR /&gt;&lt;BR /&gt;HUVTS1&amp;gt; tcpip sho export&lt;BR /&gt;&lt;BR /&gt;File System                             Host name&lt;BR /&gt;&lt;BR /&gt;/huvts1/nfstest                         IMSPIDERTST02.AXFOOD.SE,&lt;BR /&gt;                                        IMSPIDERTST01.AXFOOD.SE&lt;BR /&gt;                              Options:  Name_cvt&lt;BR /&gt;&lt;BR /&gt;[sys_jan@imspidertst01 ~]$ showmount -e huvts1.huv.dagab.se Export list for huvts1.huv.dagab.se:&lt;BR /&gt;/huvts1/nfstest IMSPIDERTST02.AXFOOD.SE,IMSPIDERTST01.AXFOOD.SE&lt;BR /&gt;&lt;BR /&gt;[root@imspidertst01 ~]# mount -t nfs -o hard,intr HUVTS1.HUV.DAGAB.SE:/huvts1/nfstest /mnt/janne&lt;BR /&gt;&lt;BR /&gt;HUVTS1&amp;gt;&lt;BR /&gt;%%%%%%%%%%%  OPCOM  17-NOV-2010 10:52:55.01  %%%%%%%%%%% Message from user NFS Server on HUVTS1 Accepted connection from host 194.14.159.242 port 46425&lt;BR /&gt;&lt;BR /&gt;HUVTS1&amp;gt;&lt;BR /&gt;%%%%%%%%%%%  OPCOM  17-NOV-2010 10:52:55.02  %%%%%%%%%%% Message from user TCPIP$NFS on HUVTS1 %TCPIP-S-NFS_MNTSUC, mounted file system /huvts1/nfstest -TCPIP-S-NFS_CLIENT, uid=0 gid=0 host_name = IMSPIDERTST01.AXFOOD.SE&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;HUVTS1&amp;gt;&lt;BR /&gt;%%%%%%%%%%%  OPCOM  17-NOV-2010 10:53:04.43  %%%%%%%%%%% Message from user NFS Server on HUVTS1 Closed connection from host 194.14.159.242 port 46425&lt;BR /&gt;&lt;BR /&gt;HUVTS1&amp;gt; type/tail sys$sysdevice:[TCPIP$NFS]TCPIP$MOUNTD_RUN.LOG&lt;BR /&gt;&lt;BR /&gt;%TCPIP-S-NFS_MNTSUC, mounted file system /huvts1/nfstest&lt;BR /&gt;&lt;BR /&gt;-TCPIP-S-NFS_CLIENT, uid=0 gid=0 host_name = IMSPIDERTST01.AXFOOD.SE&lt;BR /&gt;&lt;BR /&gt;[root@imspidertst01 ~]# tail /var/log/messages has no entry&lt;BR /&gt;&lt;BR /&gt;[root@imspidertst01 ~]# ls /mnt/janne&lt;BR /&gt;autogen.txt  rdmmonlog.txt  searchfile.txt  soniclog.txt&lt;BR /&gt;&lt;BR /&gt;-----------------------------------------------------------------&lt;BR /&gt;Mount from the cloned Linux server:&lt;BR /&gt;&lt;BR /&gt;[root@imspidertst02 ~]# mount -t nfs -o hard,intr HUVTS1.HUV.DAGAB.SE:/huvts1/nfstest /mnt/janne&lt;BR /&gt;mount.nfs: Permission denied&lt;BR /&gt;&lt;BR /&gt;HUVTS1&amp;gt;&lt;BR /&gt;%%%%%%%%%%%  OPCOM  17-NOV-2010 11:00:00.28  %%%%%%%%%%% Message from user NFS Server on HUVTS1 Accepted connection from host 194.132.89.68 port 46019&lt;BR /&gt;&lt;BR /&gt;HUVTS1&amp;gt;&lt;BR /&gt;%%%%%%%%%%%  OPCOM  17-NOV-2010 11:00:00.29  %%%%%%%%%%% Message from user TCPIP$NFS on HUVTS1 %TCPIP-S-NFS_MNTSUC, mounted file system /huvts1/nfstest -TCPIP-S-NFS_CLIENT, uid=0 gid=0 host_name = IMSPIDERTST02.AXFOOD.SE&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;HUVTS1&amp;gt;&lt;BR /&gt;%%%%%%%%%%%  OPCOM  17-NOV-2010 11:00:00.29  %%%%%%%%%%% Message from user NFS Server on HUVTS1 Accepted connection from host 194.132.89.68 port 823&lt;BR /&gt;&lt;BR /&gt;HUVTS1&amp;gt;&lt;BR /&gt;%%%%%%%%%%%  OPCOM  17-NOV-2010 11:00:04.81  %%%%%%%%%%% Message from user NFS Server on HUVTS1 Closed connection from host 194.132.89.68 port 823&lt;BR /&gt;&lt;BR /&gt;HUVTS1&amp;gt;&lt;BR /&gt;%%%%%%%%%%%  OPCOM  17-NOV-2010 11:00:04.81  %%%%%%%%%%% Message from user NFS Server on HUVTS1 Closed connection from host 194.132.89.68 port 46019&lt;BR /&gt;&lt;BR /&gt;%TCPIP-S-NFS_MNTSUC, mounted file system /huvts1/nfstest&lt;BR /&gt;&lt;BR /&gt;-TCPIP-S-NFS_CLIENT, uid=0 gid=0 host_name = IMSPIDERTST02.AXFOOD.SE&lt;BR /&gt;&lt;BR /&gt;[root@imspidertst02 ~]# tail /var/log/messages&lt;BR /&gt;&lt;BR /&gt;2010-11-16T10:50:02.595083+01:00 IMSPIDERTST02 kernel: call_verify: server HUVTS 1.HUV.DAGAB.SE requires stronger authentication.&lt;BR /&gt;</description>
      <pubDate>Wed, 17 Nov 2010 13:38:49 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/nfs-vms-to-linux-permission-denied/m-p/4714598#M45888</guid>
      <dc:creator>Jan Andersson_3</dc:creator>
      <dc:date>2010-11-17T13:38:49Z</dc:date>
    </item>
    <item>
      <title>Re: NFS VMS to Linux  Permission denied</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/nfs-vms-to-linux-permission-denied/m-p/4714599#M45889</link>
      <description>One thing seems obvious:&lt;BR /&gt;&lt;BR /&gt;the cloned VMS sees node 194.132.89.68 instead of the DNS name.&lt;BR /&gt;&lt;BR /&gt;Are there TCPIP (OND) proxies for this node ?&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 17 Nov 2010 14:30:14 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/nfs-vms-to-linux-permission-denied/m-p/4714599#M45889</guid>
      <dc:creator>Joseph Huber_1</dc:creator>
      <dc:date>2010-11-17T14:30:14Z</dc:date>
    </item>
    <item>
      <title>Re: NFS VMS to Linux  Permission denied</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/nfs-vms-to-linux-permission-denied/m-p/4714600#M45890</link>
      <description>The proxies are shown at the beginning of the session sample.&lt;BR /&gt;Accept and close connection shows ip-address i both cases.&lt;BR /&gt;The real difference is that the cloned system makes two connections.</description>
      <pubDate>Thu, 18 Nov 2010 08:03:43 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/nfs-vms-to-linux-permission-denied/m-p/4714600#M45890</guid>
      <dc:creator>Jan Andersson_3</dc:creator>
      <dc:date>2010-11-18T08:03:43Z</dc:date>
    </item>
    <item>
      <title>Re: NFS VMS to Linux  Permission denied</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/nfs-vms-to-linux-permission-denied/m-p/4714601#M45891</link>
      <description>Are all of your hosts able to translate the host names to IP address (server and client) via DNS?  Can they also do a reverse lookup (IP address to host name)?&lt;BR /&gt;&lt;BR /&gt;Dave</description>
      <pubDate>Thu, 18 Nov 2010 14:18:12 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/nfs-vms-to-linux-permission-denied/m-p/4714601#M45891</guid>
      <dc:creator>tsgdavid</dc:creator>
      <dc:date>2010-11-18T14:18:12Z</dc:date>
    </item>
    <item>
      <title>Re: NFS VMS to Linux  Permission denied</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/nfs-vms-to-linux-permission-denied/m-p/4714602#M45892</link>
      <description>Yes to both questions.&lt;BR /&gt;I also tried to nfsmount to the IP-address with the same result.&lt;BR /&gt;As I mentioned before, I tried Telnet and ssh in both directions using both names and adresses without problem.</description>
      <pubDate>Thu, 18 Nov 2010 14:49:30 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/nfs-vms-to-linux-permission-denied/m-p/4714602#M45892</guid>
      <dc:creator>Jan Andersson_3</dc:creator>
      <dc:date>2010-11-18T14:49:30Z</dc:date>
    </item>
    <item>
      <title>Re: NFS VMS to Linux  Permission denied</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/nfs-vms-to-linux-permission-denied/m-p/5406849#M45893</link>
      <description>&lt;P&gt;Were you ever able to solve this problem?&amp;nbsp; I have the same problem (See post made by mjkushner this morning December 1, 2011).&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Mark Kushner&lt;/P&gt;&lt;P&gt;&lt;A target="_blank" href="mailto:mjkush@umich.edu"&gt;mjkush@umich.edu&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 01 Dec 2011 14:19:25 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/nfs-vms-to-linux-permission-denied/m-p/5406849#M45893</guid>
      <dc:creator>mjkushner</dc:creator>
      <dc:date>2011-12-01T14:19:25Z</dc:date>
    </item>
    <item>
      <title>Re: NFS VMS to Linux  Permission denied</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/nfs-vms-to-linux-permission-denied/m-p/5500393#M45894</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Could you please share the steps if your issue is resolved?&lt;/P&gt;&lt;P&gt;I am facing the same issue with same configuration.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Sejal&lt;/P&gt;</description>
      <pubDate>Wed, 18 Jan 2012 09:29:40 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/nfs-vms-to-linux-permission-denied/m-p/5500393#M45894</guid>
      <dc:creator>sejalshah</dc:creator>
      <dc:date>2012-01-18T09:29:40Z</dc:date>
    </item>
    <item>
      <title>Re: NFS VMS to Linux  Permission denied</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/nfs-vms-to-linux-permission-denied/m-p/5855223#M45895</link>
      <description>&lt;P&gt;Actually, I was wondering about the same thing.&amp;nbsp; I've been running into the same problems with NFS server under OpenVMS, whilst trying to mount a share under a UNIX operating system.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sun, 04 Nov 2012 13:59:52 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/nfs-vms-to-linux-permission-denied/m-p/5855223#M45895</guid>
      <dc:creator>Marco Gariboldi</dc:creator>
      <dc:date>2012-11-04T13:59:52Z</dc:date>
    </item>
  </channel>
</rss>

