<?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 Merging netproxy files in Operating System - OpenVMS</title>
    <link>https://community.hpe.com/t5/operating-system-openvms/merging-netproxy-files/m-p/3851828#M78625</link>
    <description>Can the netproxy files from 2 different systems be merged. I think its just a case of copying the file over with a diferent name and then running a merge or should it be a convert ?</description>
    <pubDate>Mon, 28 Aug 2006 15:57:51 GMT</pubDate>
    <dc:creator>Steven_101</dc:creator>
    <dc:date>2006-08-28T15:57:51Z</dc:date>
    <item>
      <title>Merging netproxy files</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/merging-netproxy-files/m-p/3851828#M78625</link>
      <description>Can the netproxy files from 2 different systems be merged. I think its just a case of copying the file over with a diferent name and then running a merge or should it be a convert ?</description>
      <pubDate>Mon, 28 Aug 2006 15:57:51 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/merging-netproxy-files/m-p/3851828#M78625</guid>
      <dc:creator>Steven_101</dc:creator>
      <dc:date>2006-08-28T15:57:51Z</dc:date>
    </item>
    <item>
      <title>Re: Merging netproxy files</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/merging-netproxy-files/m-p/3851829#M78626</link>
      <description>Steven,&lt;BR /&gt;&lt;BR /&gt;  NETPROXY and NET$PROXY are just simple indexed files. Files from multiple systems can certainly be consolidated (but remember to make sure any node names referenced are defined somewhere on the target system).&lt;BR /&gt;&lt;BR /&gt;  First work out if you want NETPROXY or NET$PROXY. On any recent system, I'd expect it's NET$PROXY you're interested in.&lt;BR /&gt;&lt;BR /&gt;  Next, it's likely on the target system the file is open, so you can't just CONVERT or MERGE into the "live" file. Instead, you can transfer the records one by one with a DCL loop:&lt;BR /&gt;&lt;BR /&gt;$ OPEN/READ/WRITE/SHARE OUT NET$PROXY ! target&lt;BR /&gt;$ OPEN/READ IN OTHER_PROXY.DAT&lt;BR /&gt;$ LOOP: READ/END=ENDLOOP IN LINE&lt;BR /&gt;$   WRITE OUT LINE&lt;BR /&gt;$ GOTO LOOP:&lt;BR /&gt;$ ENDLOOP:&lt;BR /&gt;$ CLOSE IN&lt;BR /&gt;$ CLOSE OUT&lt;BR /&gt;&lt;BR /&gt;Check that the proxies defined are correct, and ensure any unnecessary entries are removed. Used incorrectly, proxies can be a security hole, so the best policy is to keep them to a bare minimum.&lt;BR /&gt;&lt;BR /&gt;Also check that the node names referenced are defined to be the same nodes on source and destination systems. Otherwise, you might be opening access to unauthorized persons.</description>
      <pubDate>Mon, 28 Aug 2006 16:35:04 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/merging-netproxy-files/m-p/3851829#M78626</guid>
      <dc:creator>John Gillings</dc:creator>
      <dc:date>2006-08-28T16:35:04Z</dc:date>
    </item>
  </channel>
</rss>

