<?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: Updating NETPROXY.DAT and NET$PROXY.DAT problems in Operating System - OpenVMS</title>
    <link>https://community.hpe.com/t5/operating-system-openvms/updating-netproxy-dat-and-net-proxy-dat-problems/m-p/5077511#M87041</link>
    <description>$ dir netproxy.dat, net$proxy.dat&lt;BR /&gt;&lt;BR /&gt;Directory SYS$SYSROOT:[SYSEXE]&lt;BR /&gt;&lt;BR /&gt;NETPROXY.DAT;1 18/18   8-JUN-2000 12:17:57.24&lt;BR /&gt;NET$PROXY.DAT;1 18/18 24-JAN-2001 11:56:43.99&lt;BR /&gt;&lt;BR /&gt;Total of 2 files, 36/36 blocks.&lt;BR /&gt;&lt;BR /&gt;$ uaf add /proxy xzy::system system/def&lt;BR /&gt;%UAF-I-NAFADDMSG, proxy from XZY::SYSTEM to SYSTEM added&lt;BR /&gt;&lt;BR /&gt;$! Just checking!!!!!&lt;BR /&gt;$!&lt;BR /&gt;UAF&amp;gt; show /proxy xzy::system&lt;BR /&gt; Default proxies are flagged with (D)&lt;BR /&gt;&lt;BR /&gt;XZY::SYSTEM&lt;BR /&gt;    SYSTEM (D)&lt;BR /&gt;&lt;BR /&gt;Authorize.exe appears to update both file together.&lt;BR /&gt;$ search netproxy.dat, net$proxy.dat xzy /stat /noout&lt;BR /&gt;&lt;BR /&gt;Files searched:                 2       Buffered I/O count:         7&lt;BR /&gt;Records searched:              18       Direct I/O count:           8&lt;BR /&gt;Characters searched:         1634       Page faults:               25&lt;BR /&gt;Records matched:                2 &amp;lt;&amp;lt;&amp;lt;   Elapsed CPU time:  0 00:00:00.01&lt;BR /&gt;Lines printed:                  0       Elapsed time:      0 00:00:00.00&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Now edit both files and replace XZY with ZZZ&lt;BR /&gt;&lt;BR /&gt;$ EDIT NETPROXY.DAT /OUT=NETPROXY.TXT&lt;BR /&gt;$ EDIT NET$PROXY.DAT/OUT=NET$PROXY.TXT&lt;BR /&gt;&lt;BR /&gt;$ CONVERT/FDL=NET$PROXY.FDL&lt;BR /&gt;_Input: SYS$SYSROOT:[SYSEXE]NET$PROXY.TXT;1&lt;BR /&gt;_Output: SYS$SYSROOT:[SYSEXE]NET$PROXY.DAT&lt;BR /&gt;&lt;BR /&gt;$ CONVERT/FDL=NETPROXY.FDL&lt;BR /&gt;_Input: NETPROXY.TXT&lt;BR /&gt;_Output: NETPROXY.DAT&lt;BR /&gt;&lt;BR /&gt;$ SEARCH NETPROXY.DAT,NET$PROXY.DAT XZY&lt;BR /&gt;%SEARCH-I-NOMATCHES, no strings matched&lt;BR /&gt;&lt;BR /&gt;$!&lt;BR /&gt;UAF&amp;gt; SHOW /PROXY ZZZ::SYSTEM&lt;BR /&gt;%SECSRV-E-NOSUCHPROXY, no proxy record matches your specification&lt;BR /&gt;&lt;BR /&gt;Yet both file have been correctly updated.&lt;BR /&gt;&lt;BR /&gt;$ SEARCH NETPROXY.DAT,NET$PROXY.DAT zzz /stat/noout&lt;BR /&gt;&lt;BR /&gt;Files searched:                 2       Buffered I/O count:         7&lt;BR /&gt;Records searched:              18       Direct I/O count:           9&lt;BR /&gt;Characters searched:         1634       Page faults:               27&lt;BR /&gt;Records matched:                2&amp;lt;&amp;lt;&amp;lt;    Elapsed CPU time:  0 00:00:00.01&lt;BR /&gt;Lines printed:                  0       Elapsed time:      0 00:00:00.00&lt;BR /&gt;&lt;BR /&gt;$! search for the old node names after update&lt;BR /&gt;$!&lt;BR /&gt;$ SEARCH netproxy.dat, NET$PROXY.DAT; XZY&lt;BR /&gt;%SEARCH-I-NOMATCHES, no strings matched&lt;BR /&gt;&lt;BR /&gt;$! This is what authorize thinks....&lt;BR /&gt;$!&lt;BR /&gt;UAF&amp;gt; show/proxy xzy::system&lt;BR /&gt; Default proxies are flagged with (D)&lt;BR /&gt;&lt;BR /&gt;XZY::SYSTEM&lt;BR /&gt;    SYSTEM (D)&lt;BR /&gt;&lt;BR /&gt;I have over the past years updated thousand of rms file via this method never had a problem. Who is caching the files?&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
    <pubDate>Thu, 01 Nov 2007 08:27:01 GMT</pubDate>
    <dc:creator>VMSdude</dc:creator>
    <dc:date>2007-11-01T08:27:01Z</dc:date>
    <item>
      <title>Updating NETPROXY.DAT and NET$PROXY.DAT problems</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/updating-netproxy-dat-and-net-proxy-dat-problems/m-p/5077509#M87039</link>
      <description>I am currenlty cloning a two node VMScluster (V7.2-1) lets call them node1 &amp;amp; node2&lt;BR /&gt;The new nodes are called k1 and k2 I need to update 3,000 user proxies and replace the node1 and node2 with the new node names.&lt;BR /&gt;&lt;BR /&gt;This is how I do it:-&lt;BR /&gt;$ ana/rms/fdl netproxy.dat&lt;BR /&gt;$ edit netproxy.dat/out=netproxy.txt&lt;BR /&gt;do a search and replace on the nodes with k1 and k2. Save the file and convert the txt file back to .dat format. No problems so far.&lt;BR /&gt;&lt;BR /&gt;When you go into authorize and try view the updated proxyies. You get some very strange results. It like you are looking at a cached version of the file.  You can't find any of the new DECnet proxies.&lt;BR /&gt;&lt;BR /&gt;I also tries deleting the old files and also found an open file link to an old version, But you can sort this with a $SET SERVER /restart command to pickup the new file.&lt;BR /&gt;&lt;BR /&gt;You can confirm the file are ok with a search and ana/rms you can see the new node names.&lt;BR /&gt;&lt;BR /&gt;Backout the update to old files (these are the orignal file) but still doesn't work.&lt;BR /&gt;&lt;BR /&gt;Some 16/17 hours later I can see the old nodes again.&lt;BR /&gt;&lt;BR /&gt;Any ideas?&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 01 Nov 2007 06:08:40 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/updating-netproxy-dat-and-net-proxy-dat-problems/m-p/5077509#M87039</guid>
      <dc:creator>VMSdude</dc:creator>
      <dc:date>2007-11-01T06:08:40Z</dc:date>
    </item>
    <item>
      <title>Re: Updating NETPROXY.DAT and NET$PROXY.DAT problems</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/updating-netproxy-dat-and-net-proxy-dat-problems/m-p/5077510#M87040</link>
      <description>&lt;!--!*#--&gt;Are you using the term 'netproxy.dat' as a shorthand, or is that the file you are dealing with?&lt;BR /&gt;&lt;BR /&gt;Did you check around woth google?&lt;BR /&gt;It quickly leads to a faq entry suggesting you should be working on net$proxy.dat:&lt;BR /&gt;&lt;BR /&gt;MGMT33.&lt;BR /&gt;:&lt;BR /&gt;"o the new NET$PROXY.DAT file that is initially created based &lt;BR /&gt;    on the contents of the NETPROXY.DAT during the OpenVMS VAX&lt;BR /&gt;    V6.1 upgrade and during the OpenVMS Alpha V6.2 upgrade.&lt;BR /&gt;    This file is maintained in parallel with NETPROXY.DAT."&lt;BR /&gt;&lt;BR /&gt;The new, NET$PROXY has counted strings in zero-filled columns. Those would be next to impossible to fix with an editor, unless your new node names have the same length.&lt;BR /&gt;&lt;BR /&gt;I woudl recommend writing a script to to the changes in bulk through the proper command interface, and entry at a time.&lt;BR /&gt;&lt;BR /&gt;Good luck!&lt;BR /&gt;Hein.&lt;BR /&gt;</description>
      <pubDate>Thu, 01 Nov 2007 07:57:03 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/updating-netproxy-dat-and-net-proxy-dat-problems/m-p/5077510#M87040</guid>
      <dc:creator>Hein van den Heuvel</dc:creator>
      <dc:date>2007-11-01T07:57:03Z</dc:date>
    </item>
    <item>
      <title>Re: Updating NETPROXY.DAT and NET$PROXY.DAT problems</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/updating-netproxy-dat-and-net-proxy-dat-problems/m-p/5077511#M87041</link>
      <description>$ dir netproxy.dat, net$proxy.dat&lt;BR /&gt;&lt;BR /&gt;Directory SYS$SYSROOT:[SYSEXE]&lt;BR /&gt;&lt;BR /&gt;NETPROXY.DAT;1 18/18   8-JUN-2000 12:17:57.24&lt;BR /&gt;NET$PROXY.DAT;1 18/18 24-JAN-2001 11:56:43.99&lt;BR /&gt;&lt;BR /&gt;Total of 2 files, 36/36 blocks.&lt;BR /&gt;&lt;BR /&gt;$ uaf add /proxy xzy::system system/def&lt;BR /&gt;%UAF-I-NAFADDMSG, proxy from XZY::SYSTEM to SYSTEM added&lt;BR /&gt;&lt;BR /&gt;$! Just checking!!!!!&lt;BR /&gt;$!&lt;BR /&gt;UAF&amp;gt; show /proxy xzy::system&lt;BR /&gt; Default proxies are flagged with (D)&lt;BR /&gt;&lt;BR /&gt;XZY::SYSTEM&lt;BR /&gt;    SYSTEM (D)&lt;BR /&gt;&lt;BR /&gt;Authorize.exe appears to update both file together.&lt;BR /&gt;$ search netproxy.dat, net$proxy.dat xzy /stat /noout&lt;BR /&gt;&lt;BR /&gt;Files searched:                 2       Buffered I/O count:         7&lt;BR /&gt;Records searched:              18       Direct I/O count:           8&lt;BR /&gt;Characters searched:         1634       Page faults:               25&lt;BR /&gt;Records matched:                2 &amp;lt;&amp;lt;&amp;lt;   Elapsed CPU time:  0 00:00:00.01&lt;BR /&gt;Lines printed:                  0       Elapsed time:      0 00:00:00.00&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Now edit both files and replace XZY with ZZZ&lt;BR /&gt;&lt;BR /&gt;$ EDIT NETPROXY.DAT /OUT=NETPROXY.TXT&lt;BR /&gt;$ EDIT NET$PROXY.DAT/OUT=NET$PROXY.TXT&lt;BR /&gt;&lt;BR /&gt;$ CONVERT/FDL=NET$PROXY.FDL&lt;BR /&gt;_Input: SYS$SYSROOT:[SYSEXE]NET$PROXY.TXT;1&lt;BR /&gt;_Output: SYS$SYSROOT:[SYSEXE]NET$PROXY.DAT&lt;BR /&gt;&lt;BR /&gt;$ CONVERT/FDL=NETPROXY.FDL&lt;BR /&gt;_Input: NETPROXY.TXT&lt;BR /&gt;_Output: NETPROXY.DAT&lt;BR /&gt;&lt;BR /&gt;$ SEARCH NETPROXY.DAT,NET$PROXY.DAT XZY&lt;BR /&gt;%SEARCH-I-NOMATCHES, no strings matched&lt;BR /&gt;&lt;BR /&gt;$!&lt;BR /&gt;UAF&amp;gt; SHOW /PROXY ZZZ::SYSTEM&lt;BR /&gt;%SECSRV-E-NOSUCHPROXY, no proxy record matches your specification&lt;BR /&gt;&lt;BR /&gt;Yet both file have been correctly updated.&lt;BR /&gt;&lt;BR /&gt;$ SEARCH NETPROXY.DAT,NET$PROXY.DAT zzz /stat/noout&lt;BR /&gt;&lt;BR /&gt;Files searched:                 2       Buffered I/O count:         7&lt;BR /&gt;Records searched:              18       Direct I/O count:           9&lt;BR /&gt;Characters searched:         1634       Page faults:               27&lt;BR /&gt;Records matched:                2&amp;lt;&amp;lt;&amp;lt;    Elapsed CPU time:  0 00:00:00.01&lt;BR /&gt;Lines printed:                  0       Elapsed time:      0 00:00:00.00&lt;BR /&gt;&lt;BR /&gt;$! search for the old node names after update&lt;BR /&gt;$!&lt;BR /&gt;$ SEARCH netproxy.dat, NET$PROXY.DAT; XZY&lt;BR /&gt;%SEARCH-I-NOMATCHES, no strings matched&lt;BR /&gt;&lt;BR /&gt;$! This is what authorize thinks....&lt;BR /&gt;$!&lt;BR /&gt;UAF&amp;gt; show/proxy xzy::system&lt;BR /&gt; Default proxies are flagged with (D)&lt;BR /&gt;&lt;BR /&gt;XZY::SYSTEM&lt;BR /&gt;    SYSTEM (D)&lt;BR /&gt;&lt;BR /&gt;I have over the past years updated thousand of rms file via this method never had a problem. Who is caching the files?&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 01 Nov 2007 08:27:01 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/updating-netproxy-dat-and-net-proxy-dat-problems/m-p/5077511#M87041</guid>
      <dc:creator>VMSdude</dc:creator>
      <dc:date>2007-11-01T08:27:01Z</dc:date>
    </item>
    <item>
      <title>Re: Updating NETPROXY.DAT and NET$PROXY.DAT problems</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/updating-netproxy-dat-and-net-proxy-dat-problems/m-p/5077512#M87042</link>
      <description>&amp;gt;&amp;gt; %SECSRV-E-NOSUCHPROXY, no proxy record matches your specification&lt;BR /&gt;&lt;BR /&gt;&amp;gt;&amp;gt; I have over the past years updated thousand of rms file via this method never had a problem. &lt;BR /&gt;&lt;BR /&gt;But apparently none with this kind of interface.&lt;BR /&gt;&lt;BR /&gt;&amp;gt;&amp;gt; Who is caching the files?&lt;BR /&gt;&lt;BR /&gt;Uh... the security server "SECSRV" according the the error message reported?!&lt;BR /&gt;&lt;BR /&gt;Proxies have a proper command line interface, as well as a fine API (SYS$DELETE_PROXY...  &lt;A href="http://h30266.www3.hp.com/odl/i64os/opsys/vmsos83/4527/4527pro_036.html#bottom_036" target="_blank"&gt;http://h30266.www3.hp.com/odl/i64os/opsys/vmsos83/4527/4527pro_036.html#bottom_036&lt;/A&gt; )&lt;BR /&gt;&lt;BR /&gt;They appear to be using indexed files for permanent storage.&lt;BR /&gt;&lt;BR /&gt;You thought you could use a backdoor and directly manipulate the file. It didn't work. So though! Use the front door, ring the darn bell already. It's easier! There's a nice, documented walkway versus the heap of discarded file you had to climb over to get to the backdoor.&lt;BR /&gt;&lt;BR /&gt;A 'just curious' is of course fine at this point, but beyond that... &lt;BR /&gt;&lt;BR /&gt;fwiw, If this was my production system, then I would be very unhappy if I learned that someone tried to 'manage' it this way.&lt;BR /&gt;It's unsupported, unsupportable, and reeks like security evasion.&lt;BR /&gt;You would need all your smarts to look for the next job. &lt;BR /&gt;&lt;BR /&gt;Just an opinion!&lt;BR /&gt;&lt;BR /&gt;Cheers,&lt;BR /&gt;Hein.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 01 Nov 2007 08:48:52 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/updating-netproxy-dat-and-net-proxy-dat-problems/m-p/5077512#M87042</guid>
      <dc:creator>Hein van den Heuvel</dc:creator>
      <dc:date>2007-11-01T08:48:52Z</dc:date>
    </item>
    <item>
      <title>Re: Updating NETPROXY.DAT and NET$PROXY.DAT problems</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/updating-netproxy-dat-and-net-proxy-dat-problems/m-p/5077513#M87043</link>
      <description>Ah, I just noticed the topic subject line.&lt;BR /&gt;&lt;BR /&gt;Most of the times I always pay close attention to the subject line, but this time I missed the fact that it mentioned netproxy as well as net$proxy. &lt;BR /&gt;Too bad that information was not repeated in the body and made me go of on the 'update the other file' tangent.&lt;BR /&gt;&lt;BR /&gt;Anyway... just generate the darn update script like a good SA and move on.&lt;BR /&gt;&lt;BR /&gt;Cheers,&lt;BR /&gt;&lt;BR /&gt;Hein.&lt;BR /&gt;</description>
      <pubDate>Thu, 01 Nov 2007 08:52:51 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/updating-netproxy-dat-and-net-proxy-dat-problems/m-p/5077513#M87043</guid>
      <dc:creator>Hein van den Heuvel</dc:creator>
      <dc:date>2007-11-01T08:52:51Z</dc:date>
    </item>
    <item>
      <title>Re: Updating NETPROXY.DAT and NET$PROXY.DAT problems</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/updating-netproxy-dat-and-net-proxy-dat-problems/m-p/5077514#M87044</link>
      <description>Update update the the two files by this method. Will write a script to replace and update with the new proxies. -Proxy thing!</description>
      <pubDate>Wed, 07 Nov 2007 03:12:55 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/updating-netproxy-dat-and-net-proxy-dat-problems/m-p/5077514#M87044</guid>
      <dc:creator>VMSdude</dc:creator>
      <dc:date>2007-11-07T03:12:55Z</dc:date>
    </item>
  </channel>
</rss>

