<?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: OVMS 8.2-1: Linking on NFS filesystem causes errors in Operating System - OpenVMS</title>
    <link>https://community.hpe.com/t5/operating-system-openvms/ovms-8-2-1-linking-on-nfs-filesystem-causes-errors/m-p/3761445#M52018</link>
    <description>Thomas,&lt;BR /&gt;&lt;BR /&gt;could this explicitly be related to the I64 linker ? Maybe it's using some functionality, which is not correctly provided by NFS ? The linker is completely different between Alpha and I64, so testing with LINK on an OpenVMS Alpha client may not provide any additional insight into this problem.&lt;BR /&gt;&lt;BR /&gt;Volker.</description>
    <pubDate>Thu, 30 Mar 2006 02:14:44 GMT</pubDate>
    <dc:creator>Volker Halle</dc:creator>
    <dc:date>2006-03-30T02:14:44Z</dc:date>
    <item>
      <title>OVMS 8.2-1: Linking on NFS filesystem causes errors</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/ovms-8-2-1-linking-on-nfs-filesystem-causes-errors/m-p/3761443#M52016</link>
      <description>Overview&lt;BR /&gt;--------&lt;BR /&gt;  Trying to link an object file that is located on a NFS&lt;BR /&gt;  filesystem results in the following errors:&lt;BR /&gt;  ILINK-W-CLOSEIN, error closing DNFS1:[FRW.TEMP]T.OBJ;23 as input&lt;BR /&gt;  -SYSTEM-F-IVCHNLSEC, invalid channel for create and map section&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Details&lt;BR /&gt;-------&lt;BR /&gt;Scenario:&lt;BR /&gt;&lt;BR /&gt;  NFS Server (SERVER)&lt;BR /&gt;&lt;BR /&gt;    $ tcpip sh map&lt;BR /&gt;                Dynamic Filesystem Map&lt;BR /&gt;    Pathname                                Logical File System&lt;BR /&gt;    /freeware                               DKB400:&lt;BR /&gt;&lt;BR /&gt;    $ tcpip sh export&lt;BR /&gt;    File System                             Host name&lt;BR /&gt;    /freeware/frw                           *&lt;BR /&gt;&lt;BR /&gt;    $ tcpip sh proxy&lt;BR /&gt;    VMS User_name     Type      User_ID    Group_ID   Host_name&lt;BR /&gt;    FRW               OND          2000        2000   *&lt;BR /&gt;    TCPIP$NFS         OND             0           1   *&lt;BR /&gt;    TCPIP$NOBODY      OND            -2          -2   *&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;  NFS Client (CLIENT)&lt;BR /&gt;&lt;BR /&gt;    $ tcpip sh proxy&lt;BR /&gt;    VMS User_name     Type      User_ID    Group_ID   Host_name&lt;BR /&gt;    FRW               OND          2000        2000   *&lt;BR /&gt;    SYSTEM            OND             0           1   *&lt;BR /&gt;    TCPIP$NOBODY      OND            -2          -2   *&lt;BR /&gt;&lt;BR /&gt;    $ tcpip sh mount&lt;BR /&gt;    _DNFS1:[FRW]    automount (inactivity timer    0 00:30:00.00), mounted&lt;BR /&gt;        SERVER:/freeware/frw&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;  From the client side, read/write access is working fine on the NFS&lt;BR /&gt;  mounted drive. However, if I try to *LINK* an simple object file&lt;BR /&gt;  I get the following effect (reproduceable, every time):&lt;BR /&gt;&lt;BR /&gt;  $ set def DNFS1:[FRW.TEMP]&lt;BR /&gt;  $ typ t.for&lt;BR /&gt;          PROGRAM T&lt;BR /&gt;          IMPLICIT NONE&lt;BR /&gt;          type *, 'Hello World'&lt;BR /&gt;          END&lt;BR /&gt;  $ for t&lt;BR /&gt;  $ link t&lt;BR /&gt;  %ILINK-W-CLOSEIN, error closing DNFS1:[FRW.TEMP]T.OBJ;23 as input&lt;BR /&gt;  -SYSTEM-F-IVCHNLSEC, invalid channel for create and map section&lt;BR /&gt;  $&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Combinations tried so far:&lt;BR /&gt;&lt;BR /&gt;NFS Server   NFS Client   Result&lt;BR /&gt;----------------------------------------------------------------------&lt;BR /&gt;AXP 7.3-2 TCPIP 5.4 ECO2 I64 8.2   TCPIP 5.5  failed&lt;BR /&gt;AXP 7.3-2 TCPIP 5.4 ECO2 I64 8.2-1 TCPIP 5.5 ECO1 failed&lt;BR /&gt;&lt;BR /&gt;AXP 7.3-2 TCPIP 5.4 ECO5 I64 8.2   TCPIP 5.5&lt;BR /&gt;AXP 7.3-2 TCPIP 5.4 ECO5 I64 8.2-1 TCPIP 5.5 ECO1 failed&lt;BR /&gt;&lt;BR /&gt;AXP 7.2-1 TCPIP 5.1 ECO3 I64 8.2    failed&lt;BR /&gt;AXP 7.2-1 TCPIP 5.1 ECO3 I64 8.2-1   failed&lt;BR /&gt;&lt;BR /&gt;AXP 7.3-2 TCPIP 5.4 ECO5 AXP 7.3-2 TCPIP 5.4 ECO5 ok&lt;BR /&gt;AXP 7.3-2 TCPIP 5.4 ECO5 AXP 7.3-2 TCPIP 5.4 ECO2 ok&lt;BR /&gt;&lt;BR /&gt;Linux    I64 8.2-1 TCPIP 5.5 ECO1 ok&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;It seems always to happen if:&lt;BR /&gt; - NFS is operating in "VMS to VMS" mode (VMS on both ends)&lt;BR /&gt; - NFS Client is OVMS 8.2/8.2-1 (I could not check with AXP 8.2 client)&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Beside the above mentioned linking error, I noticed the following&lt;BR /&gt;other effect:&lt;BR /&gt;&lt;BR /&gt;- CXX compiler: on SOME .CXX modules the CXX compiler dies with &lt;BR /&gt;  INTERNAL ERROR: Can not create tmp file&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Has anyone seen this? Any hints?&lt;BR /&gt;&lt;BR /&gt;Thanks,&lt;BR /&gt;/Thomas&lt;BR /&gt;</description>
      <pubDate>Wed, 29 Mar 2006 10:35:28 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/ovms-8-2-1-linking-on-nfs-filesystem-causes-errors/m-p/3761443#M52016</guid>
      <dc:creator>Thomas Ries</dc:creator>
      <dc:date>2006-03-29T10:35:28Z</dc:date>
    </item>
    <item>
      <title>Re: OVMS 8.2-1: Linking on NFS filesystem causes errors</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/ovms-8-2-1-linking-on-nfs-filesystem-causes-errors/m-p/3761444#M52017</link>
      <description>Just tried it with a NFS server and client on 7.3 with TCP 5.3 eco 2.&lt;BR /&gt;&lt;BR /&gt;It works for C and FORTRAN. BTW : you need 6 blanks before each fortran line.&lt;BR /&gt;&lt;BR /&gt;sh log *nfs* ?&lt;BR /&gt;tcpip show nfs (do zero nfs first, then recompile, then show) ?&lt;BR /&gt;type tcpip$etcsysconfigtab.dat ?&lt;BR /&gt;Try it as SYSTEM (add proxy first) ?&lt;BR /&gt;&lt;BR /&gt;Wim&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 30 Mar 2006 02:09:41 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/ovms-8-2-1-linking-on-nfs-filesystem-causes-errors/m-p/3761444#M52017</guid>
      <dc:creator>Wim Van den Wyngaert</dc:creator>
      <dc:date>2006-03-30T02:09:41Z</dc:date>
    </item>
    <item>
      <title>Re: OVMS 8.2-1: Linking on NFS filesystem causes errors</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/ovms-8-2-1-linking-on-nfs-filesystem-causes-errors/m-p/3761445#M52018</link>
      <description>Thomas,&lt;BR /&gt;&lt;BR /&gt;could this explicitly be related to the I64 linker ? Maybe it's using some functionality, which is not correctly provided by NFS ? The linker is completely different between Alpha and I64, so testing with LINK on an OpenVMS Alpha client may not provide any additional insight into this problem.&lt;BR /&gt;&lt;BR /&gt;Volker.</description>
      <pubDate>Thu, 30 Mar 2006 02:14:44 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/ovms-8-2-1-linking-on-nfs-filesystem-causes-errors/m-p/3761445#M52018</guid>
      <dc:creator>Volker Halle</dc:creator>
      <dc:date>2006-03-30T02:14:44Z</dc:date>
    </item>
    <item>
      <title>Re: OVMS 8.2-1: Linking on NFS filesystem causes errors</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/ovms-8-2-1-linking-on-nfs-filesystem-causes-errors/m-p/3761446#M52019</link>
      <description>Thomas,&lt;BR /&gt;&lt;BR /&gt;I tried to reproduce this linker 'error' (or more exact: 'warning') message and couldn't...&lt;BR /&gt;&lt;BR /&gt;NFS Client: I64 V8.2, TCPIP V5.5&lt;BR /&gt;NFS Server: Alpha V8.2, TCPIP V5.5&lt;BR /&gt;&lt;BR /&gt;Could you issue a REPLY/ENABLE on the NFS server and look for NFS OPCOM messages while linking (or CXX compiling) ?&lt;BR /&gt;&lt;BR /&gt;You could also log XQP functions issued by the linker with:&lt;BR /&gt;&lt;BR /&gt;$ SET WATCH FILE/CLASS=MAJ &lt;BR /&gt;$ LINK t&lt;BR /&gt;$ SET WATCH FILE/CLASS=NOMAJ&lt;BR /&gt;&lt;BR /&gt;Volker.</description>
      <pubDate>Thu, 30 Mar 2006 10:45:56 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/ovms-8-2-1-linking-on-nfs-filesystem-causes-errors/m-p/3761446#M52019</guid>
      <dc:creator>Volker Halle</dc:creator>
      <dc:date>2006-03-30T10:45:56Z</dc:date>
    </item>
    <item>
      <title>Re: OVMS 8.2-1: Linking on NFS filesystem causes errors</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/ovms-8-2-1-linking-on-nfs-filesystem-causes-errors/m-p/3761447#M52020</link>
      <description>Hi Thomas,&lt;BR /&gt;&lt;BR /&gt;NFS is NOT supported/fully implemented on Itanium. I'm waiting for this too. The information in the release notes of the TCP/IP eco are not clear, but in the basic release notes it is mentioned clearly. As far as I know NFS will "may" be part of the next TCP/IP version and there will "may" be a backport.&lt;BR /&gt;&lt;BR /&gt;Cheers,&lt;BR /&gt;EW&lt;BR /&gt;</description>
      <pubDate>Thu, 30 Mar 2006 11:24:53 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/ovms-8-2-1-linking-on-nfs-filesystem-causes-errors/m-p/3761447#M52020</guid>
      <dc:creator>Eberhard Wacker</dc:creator>
      <dc:date>2006-03-30T11:24:53Z</dc:date>
    </item>
    <item>
      <title>Re: OVMS 8.2-1: Linking on NFS filesystem causes errors</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/ovms-8-2-1-linking-on-nfs-filesystem-causes-errors/m-p/3761448#M52021</link>
      <description>Read again boys. AXP 7.x has the problem. Not Itanium specific !&lt;BR /&gt;&lt;BR /&gt;Wim</description>
      <pubDate>Thu, 30 Mar 2006 12:10:18 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/ovms-8-2-1-linking-on-nfs-filesystem-causes-errors/m-p/3761448#M52021</guid>
      <dc:creator>Wim Van den Wyngaert</dc:creator>
      <dc:date>2006-03-30T12:10:18Z</dc:date>
    </item>
    <item>
      <title>Re: OVMS 8.2-1: Linking on NFS filesystem causes errors</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/ovms-8-2-1-linking-on-nfs-filesystem-causes-errors/m-p/3761449#M52022</link>
      <description>Wim,&lt;BR /&gt;&lt;BR /&gt;I've re-read this topic and still see the problem on the I64 side (NFS client):&lt;BR /&gt;&lt;BR /&gt;&lt;QUOTE&gt;&lt;BR /&gt;%ILINK-W-CLOSEIN, error closing DNFS1:[FRW.TEMP]T.OBJ;23 as input&lt;BR /&gt;-SYSTEM-F-IVCHNLSEC, invalid channel for create and map section&lt;BR /&gt;&lt;/QUOTE&gt;&lt;BR /&gt;&lt;BR /&gt;This (%ILINK-W-CLOSEIN) clearly is a warning message from the I64 linker !&lt;BR /&gt;&lt;BR /&gt;NFS Server does not work in TCPIP V5.5 on I64, but it will work in V5.6 (to be delivered with V8.3). NFS client in TCPIP V5.5 on OpenVMS I64 should be o.k.&lt;BR /&gt;&lt;BR /&gt;The I64 linker seems to map to the .OBJ file with create &amp;amp; map section, but gets an error when trying to close the channel.&lt;BR /&gt;&lt;BR /&gt;Volker.</description>
      <pubDate>Thu, 30 Mar 2006 12:22:28 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/ovms-8-2-1-linking-on-nfs-filesystem-causes-errors/m-p/3761449#M52022</guid>
      <dc:creator>Volker Halle</dc:creator>
      <dc:date>2006-03-30T12:22:28Z</dc:date>
    </item>
    <item>
      <title>Re: OVMS 8.2-1: Linking on NFS filesystem causes errors</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/ovms-8-2-1-linking-on-nfs-filesystem-causes-errors/m-p/3761450#M52023</link>
      <description>Ok, first thanks for the answers and suggestions. Let's see...&lt;BR /&gt;&lt;BR /&gt;The mentioned linker warning (with following -SYSTEM-F-IVCHNLSEC - afaik -F- refers to Fatal) does _only_ _appear_ if the NFS Client is an IA64 OVMS 8.2* system.&lt;BR /&gt;Up to now I did not have an AXP OVMS 8.2 to test with, but hope I find time to try this on Monday (I will test both, AXP 8.2 as NFS server and client)&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Wim:&lt;BR /&gt;The T.FOR file does have a &lt;TAB&gt; at the beginnig of each line, it must have been lost  when copy/pasting it into the web browser...&lt;BR /&gt;Oh yes, the resulting .EXE file does execute properly (as far as you can judge this by such a simple program).&lt;BR /&gt;&lt;BR /&gt;$ SHOW LOG *NFS* gives (on client &amp;amp; server):&lt;BR /&gt;  "TCPIP$NFS_CLIENT_ENABLE" = ".1.."&lt;BR /&gt;  "TCPIP$NFS_ENABLE" = ".1.."&lt;BR /&gt;  "TCPIP$NFS_SERVICES" = "SYS$LOADABLE_IMAGES:TCPIP$NFS_SERVICES.EXE"&lt;BR /&gt;&lt;BR /&gt;I did a TCPIP ZERO NFS on the NFS server (AXP OVMS 7.3-2) and linked the .OBJ again. I hope the output does not mess-up too much:&lt;BR /&gt;$ tcpip sh nfs&lt;BR /&gt;&lt;BR /&gt;Server rpc:&lt;BR /&gt;tcp:       calls   badcalls   nullrecv     badlen    xdrcall    creates&lt;BR /&gt;               0          0          0          0          0          0&lt;BR /&gt;udp:       calls   badcalls   nullrecv     badlen    xdrcall&lt;BR /&gt;              30          0         14          0          0&lt;BR /&gt;&lt;BR /&gt;Server nfs:&lt;BR /&gt;      calls   badcalls    badprog    badproc    badvers    badargs&lt;BR /&gt;         30          0          0          0          0          0&lt;BR /&gt; unprivport   weakauth&lt;BR /&gt;          0          0&lt;BR /&gt;&lt;BR /&gt;Server nfs V2: (30 out of 30 calls)&lt;BR /&gt;       null    getattr    setattr       root     lookup   readlink       read&lt;BR /&gt;     0   0%     7  23%     1   3%     0   0%     1   3%     0   0%     4  13%&lt;BR /&gt;    wrcache      write     create     remove     rename       link    symlink&lt;BR /&gt;     0   0%    15  50%     1   3%     0   0%     0   0%     0   0%     0   0%&lt;BR /&gt;      mkdir      rmdir    readdir     statfs&lt;BR /&gt;     0   0%     0   0%     1   3%     0   0%&lt;BR /&gt;&lt;BR /&gt;Server nfs V3: (0 out of 30 calls)&lt;BR /&gt;       null    getattr    setattr     lookup     access   readlink       read&lt;BR /&gt;     0   0%     0   0%     0   0%     0   0%     0   0%     0   0%     0   0%&lt;BR /&gt;      write     create      mkdir    symlink      mknod     remove      rmdir&lt;BR /&gt;     0   0%     0   0%     0   0%     0   0%     0   0%     0   0%     0   0%&lt;BR /&gt;     rename       link    readdir   readdir+     fsstat     fsinfo   pathconf&lt;BR /&gt;     0   0%     0   0%     0   0%     0   0%     0   0%     0   0%     0   0%&lt;BR /&gt;     commit&lt;BR /&gt;     0   0%&lt;BR /&gt;&lt;BR /&gt;$ TYPE tcpip$etc:sysconfigtab.dat (comment lines stripped)&lt;BR /&gt;On Server (AXP 7.3-2)&lt;BR /&gt;nfs:&lt;BR /&gt;        tcp_threads=8&lt;BR /&gt;        udp_threads=8&lt;BR /&gt;vfs:&lt;BR /&gt;        vnode_age=120&lt;BR /&gt;&lt;BR /&gt;On Client (I64 8.2-1)&lt;BR /&gt;nfs:&lt;BR /&gt;    tcp_threads=8&lt;BR /&gt;    udp_threads=8&lt;BR /&gt;    ovms_xqp_plus_enabled=0&lt;BR /&gt;vfs:&lt;BR /&gt;    vnode_age=120&lt;BR /&gt;&lt;BR /&gt;Trying to link the .OBJ file as SYSTEM results in equal error.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Volker:&lt;BR /&gt;Doing REPLY/ENABLE on the NFS Server does not produce any OPCOM messages during linking/compiling. When compiling (CXX) a file, waiting a few minutes and then compiling again I get a:&lt;BR /&gt;%%%%%%%%%%%  OPCOM  30-MAR-2006 19:58:39.84  %%%%%%%%%%%&lt;BR /&gt;Message from user NFS Server on SERVER&lt;BR /&gt;stale file handle file [DISK_3:(4,4,0)(10674,447,0)+0169], getattr&lt;BR /&gt;         client address = 10.1.2.3, errno 2&lt;BR /&gt;This does not happen with linking.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;$ SET WATCH FILE/CLASS=MAJ &lt;BR /&gt;$ LINK T&lt;BR /&gt;%XQP, Thread #0, Lookup  (0,0,0) Status: 00000910&lt;BR /&gt;%XQP, Thread #0, Lookup  (3515,2,0) Status: 00000001&lt;BR /&gt;%XQP, Thread #0, Access SYS$PUBLIC_VECTORS.EXE;1 (3515,2,0) Status: 00000001&lt;BR /&gt;%XQP, Thread #0, Control function  (3515,2,0) Status: 00000001&lt;BR /&gt;%XQP, Thread #0, Access  (0,0,0) Status: 00000910&lt;BR /&gt;%XQP, Thread #0, Access IMAGELIB.OLB;1 (3401,1,0) Status: 00000001&lt;BR /&gt;%XQP, Thread #0, Control function  (3401,1,0) Status: 00000001&lt;BR /&gt;%XQP, Thread #0, Final status: 00000870&lt;BR /&gt;%XQP, Thread #0, Deaccess (3401,1,0) Reads: 11, Writes: 0, Status: 00000001&lt;BR /&gt;%XQP, Thread #0, Access  (0,0,0) Status: 00000910&lt;BR /&gt;%XQP, Thread #0, Access DEC$FORRTL.EXE;1 (3325,2,0) Status: 00000001&lt;BR /&gt;%XQP, Thread #0, Control function  (3325,2,0) Status: 00000001&lt;BR /&gt;%XQP, Thread #0, Control function DEC$FORRTL.EXE;1 (3325,2,0) Status: 00000001&lt;BR /&gt;%XQP, Thread #0, Deaccess (3325,2,0) Reads: 3, Writes: 0, Status: 00000001&lt;BR /&gt;%XQP, Thread #0, Deaccess (3515,2,0) Reads: 0, Writes: 0, Status: 00000001&lt;BR /&gt;%ILINK-W-CLOSEIN, error closing DNFS1:[FRW.TEMP]T.OBJ;26 as input&lt;BR /&gt;-SYSTEM-F-IVCHNLSEC, invalid channel for create and map section&lt;BR /&gt;&lt;BR /&gt;I assume the Status-codes are in hex (x910 -&amp;gt;  no such file).&lt;BR /&gt;&lt;BR /&gt;The above does not look completely wrong to me.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;The funny thing is, that this effect only pops up when having NFS operate in "VMS-to-VMS" mode (server &amp;amp; client are VMS). If the server is a Linux box and the client is I64 OVMS 8.2-1 everything links and compiles fine.&lt;BR /&gt;&lt;BR /&gt;I will post more details about my test on Monday. &lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;/Thomas&lt;/TAB&gt;</description>
      <pubDate>Thu, 30 Mar 2006 13:16:21 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/ovms-8-2-1-linking-on-nfs-filesystem-causes-errors/m-p/3761450#M52023</guid>
      <dc:creator>Thomas Ries</dc:creator>
      <dc:date>2006-03-30T13:16:21Z</dc:date>
    </item>
    <item>
      <title>Re: OVMS 8.2-1: Linking on NFS filesystem causes errors</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/ovms-8-2-1-linking-on-nfs-filesystem-causes-errors/m-p/3761451#M52024</link>
      <description>Quote:&lt;BR /&gt;does _only_ _appear_ if the NFS Client is an IA64 OVMS 8.2* system&lt;BR /&gt;&lt;BR /&gt;Again: at the moment NFS can NOT be used on IA64.&lt;BR /&gt;&lt;BR /&gt;Cheers,&lt;BR /&gt;EW&lt;BR /&gt;</description>
      <pubDate>Thu, 30 Mar 2006 16:19:32 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/ovms-8-2-1-linking-on-nfs-filesystem-causes-errors/m-p/3761451#M52024</guid>
      <dc:creator>Eberhard Wacker</dc:creator>
      <dc:date>2006-03-30T16:19:32Z</dc:date>
    </item>
    <item>
      <title>Re: OVMS 8.2-1: Linking on NFS filesystem causes errors</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/ovms-8-2-1-linking-on-nfs-filesystem-causes-errors/m-p/3761452#M52025</link>
      <description>... be used ... successfully !</description>
      <pubDate>Thu, 30 Mar 2006 16:22:01 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/ovms-8-2-1-linking-on-nfs-filesystem-causes-errors/m-p/3761452#M52025</guid>
      <dc:creator>Eberhard Wacker</dc:creator>
      <dc:date>2006-03-30T16:22:01Z</dc:date>
    </item>
    <item>
      <title>Re: OVMS 8.2-1: Linking on NFS filesystem causes errors</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/ovms-8-2-1-linking-on-nfs-filesystem-causes-errors/m-p/3761453#M52026</link>
      <description>Too early answered, quote from Volker:&lt;BR /&gt;NFS client in TCPIP V5.5 on OpenVMS I64 should be o.k.&lt;BR /&gt;I don't know, this was not told to me when I've opened a HP call some times ago.&lt;BR /&gt;Again cheers,&lt;BR /&gt;EW&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 30 Mar 2006 16:28:16 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/ovms-8-2-1-linking-on-nfs-filesystem-causes-errors/m-p/3761453#M52026</guid>
      <dc:creator>Eberhard Wacker</dc:creator>
      <dc:date>2006-03-30T16:28:16Z</dc:date>
    </item>
    <item>
      <title>Re: OVMS 8.2-1: Linking on NFS filesystem causes errors</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/ovms-8-2-1-linking-on-nfs-filesystem-causes-errors/m-p/3761454#M52027</link>
      <description>Thomas,&lt;BR /&gt;&lt;BR /&gt;as with most communication-related problems it's hard to tell, who's right or wrong. Testing from an OpenVMS Alpha NFS client also does not provide any help, as the I64 linker is a different piece of software compared to the Alpha linker and may use different means of opening/mapping/closing the .OBJ file.&lt;BR /&gt;&lt;BR /&gt;From the %ILINK-W-CLOSEIN message point of view, it's a warning message only. The underlying system service did exit with a fatal error. But the .EXE file should work o.k. - does it ?&lt;BR /&gt;&lt;BR /&gt;Eberhard,&lt;BR /&gt;&lt;BR /&gt;the TCPIP V5.5 release notes state in chapter 3.2:&lt;BR /&gt;&lt;BR /&gt;NFS Server Does Not Run on I64 Platforms&lt;BR /&gt;&lt;BR /&gt;There are no limitations mentioned for NFS client on I64.&lt;BR /&gt;&lt;BR /&gt;Volker.</description>
      <pubDate>Fri, 31 Mar 2006 02:20:54 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/ovms-8-2-1-linking-on-nfs-filesystem-causes-errors/m-p/3761454#M52027</guid>
      <dc:creator>Volker Halle</dc:creator>
      <dc:date>2006-03-31T02:20:54Z</dc:date>
    </item>
    <item>
      <title>Re: OVMS 8.2-1: Linking on NFS filesystem causes errors</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/ovms-8-2-1-linking-on-nfs-filesystem-causes-errors/m-p/3761455#M52028</link>
      <description>Now I also tried the following combinations:&lt;BR /&gt;Server: AXP OVMS 8.2 TCPIP 5.5 ECO1&lt;BR /&gt;Client: I64 OVMS 8.2-1 TCPIP 5.5 ECO1&lt;BR /&gt;and &lt;BR /&gt;Server: AXP OVMS 7.3-2 TCPIP 5.4 ECO2&lt;BR /&gt;Client: AXP OVMS 8.2   TCPIP 5.5 ECO1&lt;BR /&gt;&lt;BR /&gt;As expected, with I64 as a CLIENT, the effect pops up. With AXP as client, everything works fine.&lt;BR /&gt;&lt;BR /&gt;Side note:&lt;BR /&gt;The CXX compiling issue ("can not create tmp file") seems to be related to C++ files using templates like:&lt;BR /&gt;CMatrixMap&lt;CMATRIX&gt;     mg_matrixmap;&lt;BR /&gt;and having SYS$SCRATCH pointing to a location that is in the NFS device. Also the specified include paths (/INCLUDE=...) seem to matter in some way.&lt;BR /&gt;&lt;BR /&gt;We're going to open a call at HP and see what results  we get. &lt;BR /&gt;I'll update this thread when we get feedback from HP.&lt;BR /&gt;&lt;BR /&gt;Thanks,&lt;BR /&gt;/Thomas&lt;/CMATRIX&gt;</description>
      <pubDate>Wed, 05 Apr 2006 04:02:46 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/ovms-8-2-1-linking-on-nfs-filesystem-causes-errors/m-p/3761455#M52028</guid>
      <dc:creator>Thomas Ries</dc:creator>
      <dc:date>2006-04-05T04:02:46Z</dc:date>
    </item>
    <item>
      <title>Re: OVMS 8.2-1: Linking on NFS filesystem causes errors</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/ovms-8-2-1-linking-on-nfs-filesystem-causes-errors/m-p/3761456#M52029</link>
      <description>Ok, we got some feedback from HP:&lt;BR /&gt;&lt;BR /&gt;- This effect is "internally known" by HP, though no customer has complained before. With OVMS 8.3 (TCPIP V5.6) this issue *should* be fixed. &lt;BR /&gt;&lt;BR /&gt;- The ECO2 for TCPIP V5.5 *might* include this fix.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Thanks to anyone helping.&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;/Thomas</description>
      <pubDate>Thu, 13 Apr 2006 08:32:53 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/ovms-8-2-1-linking-on-nfs-filesystem-causes-errors/m-p/3761456#M52029</guid>
      <dc:creator>Thomas Ries</dc:creator>
      <dc:date>2006-04-13T08:32:53Z</dc:date>
    </item>
  </channel>
</rss>

