<?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: How to remove &amp;quot;old style&amp;quot; DECNET Proxies? in Operating System - OpenVMS</title>
    <link>https://community.hpe.com/t5/operating-system-openvms/how-to-remove-quot-old-style-quot-decnet-proxies/m-p/3573613#M50017</link>
    <description>David, the IP$w.x.y.z::user method doesn't &lt;BR /&gt;work on our systems. I'm not surprised&lt;BR /&gt;since we haven't configured the TP4 (?)&lt;BR /&gt;transport (DECNET OSI over IP) and don't&lt;BR /&gt;use DNS with DECNET.&lt;BR /&gt;&lt;BR /&gt;Robert, your suggestion is similar to what&lt;BR /&gt;I found in the comp.os.vms archives.  It&lt;BR /&gt;may be the only solution, but for now I'm&lt;BR /&gt;looking for an alternative.&lt;BR /&gt;&lt;BR /&gt;Thanks, Ken&lt;BR /&gt;</description>
    <pubDate>Wed, 29 Jun 2005 18:58:34 GMT</pubDate>
    <dc:creator>Ken Fairfield</dc:creator>
    <dc:date>2005-06-29T18:58:34Z</dc:date>
    <item>
      <title>How to remove "old style" DECNET Proxies?</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/how-to-remove-quot-old-style-quot-decnet-proxies/m-p/3573610#M50014</link>
      <description>We're running DECNET-Plus under VMS 7.3-1 &lt;BR /&gt;with only the local namespace, i.e., we use&lt;BR /&gt;DECNET_REGISTER to add and remove nodes based&lt;BR /&gt;on their Phase IV addresses.  We're using NSP&lt;BR /&gt;transport only.&lt;BR /&gt;&lt;BR /&gt;In Authorize, we typically add proxies like:&lt;BR /&gt; &lt;BR /&gt;SYSUAF&amp;gt; add/proxy LOCAL:.node::user user/default&lt;BR /&gt;&lt;BR /&gt;Today I was attempting to cleanup some &lt;BR /&gt;obsolete proxy entries, particularly ones&lt;BR /&gt;of the form NODE::USER USER (D).  One&lt;BR /&gt;can display these with:&lt;BR /&gt;&lt;BR /&gt;SYSUAF&amp;gt; show/proxy/old *&lt;BR /&gt;&lt;BR /&gt;However, I've found no way to REMOVE these&lt;BR /&gt;old style proxies (there is no /OLD qualifier&lt;BR /&gt;to REMOVE/PROXY).&lt;BR /&gt;&lt;BR /&gt;In addition, for a certain subset of nodes,&lt;BR /&gt;ones that I in fact want to keep, there is &lt;BR /&gt;both a LOCAL:.NODE::USER and a NODE::USER&lt;BR /&gt;proxy.  A remove/proxy removes the &lt;BR /&gt;LOCAL:.NODE::USER proxy, but not the &lt;BR /&gt;NODE::USER proxy.&lt;BR /&gt;&lt;BR /&gt;Does anyone know how to remove the old-style&lt;BR /&gt;proxies???&lt;BR /&gt;&lt;BR /&gt;Note: I did find a couple of discussions in&lt;BR /&gt;comp.os.vms from the 2000-2001 time frame &lt;BR /&gt;that basically said you need delete the old&lt;BR /&gt;NETPROXY.DAT, and possibly NET$PROXY.DAT, &lt;BR /&gt;file then recreate them (within Authorize).&lt;BR /&gt;I can do this on the system in question, but&lt;BR /&gt;not on other production nodes...&lt;BR /&gt;&lt;BR /&gt;Thanks, Ken</description>
      <pubDate>Wed, 29 Jun 2005 16:14:01 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/how-to-remove-quot-old-style-quot-decnet-proxies/m-p/3573610#M50014</guid>
      <dc:creator>Ken Fairfield</dc:creator>
      <dc:date>2005-06-29T16:14:01Z</dc:date>
    </item>
    <item>
      <title>Re: How to remove "old style" DECNET Proxies?</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/how-to-remove-quot-old-style-quot-decnet-proxies/m-p/3573611#M50015</link>
      <description>Ken,&lt;BR /&gt;&lt;BR /&gt;If the nodename in question has a valid IP address&lt;BR /&gt;you can use the following syntax&lt;BR /&gt;&lt;BR /&gt;SYSUAF&amp;gt; remove/proxy ip$a.b.c.d::username localname&lt;BR /&gt;&lt;BR /&gt;Dave&lt;BR /&gt;</description>
      <pubDate>Wed, 29 Jun 2005 17:48:06 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/how-to-remove-quot-old-style-quot-decnet-proxies/m-p/3573611#M50015</guid>
      <dc:creator>David B Sneddon</dc:creator>
      <dc:date>2005-06-29T17:48:06Z</dc:date>
    </item>
    <item>
      <title>Re: How to remove "old style" DECNET Proxies?</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/how-to-remove-quot-old-style-quot-decnet-proxies/m-p/3573612#M50016</link>
      <description>Ken,&lt;BR /&gt;&lt;BR /&gt;Once upon a time about 5 years ago I ran into a problem like this -- I remember writing a script to read all of the records of both types and generate a merged list of all the records.  I may have used the output from AUTHORIZE SHOW/PROXY to do it.&lt;BR /&gt;&lt;BR /&gt;The 2nd step of the script was to generate commands to delete all of the entries of both types.  Then when the script was finished I believe that I did some work by hand to delete one or both of the files. &lt;BR /&gt;&lt;BR /&gt;The script also generated a command file to re-generate all the proxies.  I then edited the commands to make sure all of them were in the correct format and ran the command file to re-load all of the proxies.&lt;BR /&gt;&lt;BR /&gt;I just did a search to see if I still have a copy of the procedure, but apparently it died with the system that it was used on when it was decommissioned.&lt;BR /&gt;&lt;BR /&gt;Robert</description>
      <pubDate>Wed, 29 Jun 2005 17:58:58 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/how-to-remove-quot-old-style-quot-decnet-proxies/m-p/3573612#M50016</guid>
      <dc:creator>Robert_Boyd</dc:creator>
      <dc:date>2005-06-29T17:58:58Z</dc:date>
    </item>
    <item>
      <title>Re: How to remove "old style" DECNET Proxies?</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/how-to-remove-quot-old-style-quot-decnet-proxies/m-p/3573613#M50017</link>
      <description>David, the IP$w.x.y.z::user method doesn't &lt;BR /&gt;work on our systems. I'm not surprised&lt;BR /&gt;since we haven't configured the TP4 (?)&lt;BR /&gt;transport (DECNET OSI over IP) and don't&lt;BR /&gt;use DNS with DECNET.&lt;BR /&gt;&lt;BR /&gt;Robert, your suggestion is similar to what&lt;BR /&gt;I found in the comp.os.vms archives.  It&lt;BR /&gt;may be the only solution, but for now I'm&lt;BR /&gt;looking for an alternative.&lt;BR /&gt;&lt;BR /&gt;Thanks, Ken&lt;BR /&gt;</description>
      <pubDate>Wed, 29 Jun 2005 18:58:34 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/how-to-remove-quot-old-style-quot-decnet-proxies/m-p/3573613#M50017</guid>
      <dc:creator>Ken Fairfield</dc:creator>
      <dc:date>2005-06-29T18:58:34Z</dc:date>
    </item>
    <item>
      <title>Re: How to remove "old style" DECNET Proxies?</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/how-to-remove-quot-old-style-quot-decnet-proxies/m-p/3573614#M50018</link>
      <description>Ken,&lt;BR /&gt;&lt;BR /&gt;DNS is not the issue. I just tried the following...&lt;BR /&gt;&lt;BR /&gt;$ tcpip set host test1/address=1.2.3.4&lt;BR /&gt;$ mcr authorize add/proxy test1::dsneddon dsneddon&lt;BR /&gt;%UAF-I-NAFADDMSG, proxy from TEST1::DSNEDDON to DSNEDDON added&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;This created an "old style" proxy entry.&lt;BR /&gt;&lt;BR /&gt;$ tcpip set nohost test1&lt;BR /&gt;$ tcpip set host test1/address=2.3.4.5&lt;BR /&gt;$ mcr authorize remove/proxy test1::dsneddon&lt;BR /&gt;%UAF-I-NAFREMMSG, proxy from TEST1::DSNEDDON to * removed&lt;BR /&gt;&lt;BR /&gt;I think all it needs is something that will equate&lt;BR /&gt;the the nodename in the old style proxies.&lt;BR /&gt;&lt;BR /&gt;Dave&lt;BR /&gt;</description>
      <pubDate>Wed, 29 Jun 2005 23:11:45 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/how-to-remove-quot-old-style-quot-decnet-proxies/m-p/3573614#M50018</guid>
      <dc:creator>David B Sneddon</dc:creator>
      <dc:date>2005-06-29T23:11:45Z</dc:date>
    </item>
    <item>
      <title>Re: How to remove "old style" DECNET Proxies?</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/how-to-remove-quot-old-style-quot-decnet-proxies/m-p/3573615#M50019</link>
      <description>Sorry to follow up my previous post -- I just&lt;BR /&gt;re-read the original and you mentioned you are&lt;BR /&gt;_only_ using the local namespace...&lt;BR /&gt;&lt;BR /&gt;I'll go back to sleep now.&lt;BR /&gt;&lt;BR /&gt;Dave&lt;BR /&gt;</description>
      <pubDate>Thu, 30 Jun 2005 02:00:58 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/how-to-remove-quot-old-style-quot-decnet-proxies/m-p/3573615#M50019</guid>
      <dc:creator>David B Sneddon</dc:creator>
      <dc:date>2005-06-30T02:00:58Z</dc:date>
    </item>
    <item>
      <title>Re: How to remove "old style" DECNET Proxies?</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/how-to-remove-quot-old-style-quot-decnet-proxies/m-p/3573616#M50020</link>
      <description>well, you could maybe use &lt;BR /&gt;&lt;BR /&gt;$@sys$manager:net$configure advanced&lt;BR /&gt;&lt;BR /&gt;and from menu selection 2 to reconfigure your&lt;BR /&gt;system to use LOCAL and DOMAIN. Now to make&lt;BR /&gt;sure that all still takes place via nsp (and you do not have OSI TRANSPORT configured at all you said?)&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;$ mcr ncr set session control transport precedence (nsp,tp4)&lt;BR /&gt;&lt;BR /&gt;and maybe after this step&lt;BR /&gt;&lt;BR /&gt;$ mcr ncl flush session control naming cache entry "*"&lt;BR /&gt;and then to remove the unneeded proxies with&lt;BR /&gt;&lt;BR /&gt;$ ucx set host xyz/add=something  !if needed&lt;BR /&gt;$ mcr authorize remove/proxy domain:.xyz::user user&lt;BR /&gt;&lt;BR /&gt;once all proxies are removed, you could reconfigure the naming information again.&lt;BR /&gt;and the flush again and maybe undo the transport precedence stuff&lt;BR /&gt;&lt;BR /&gt;$ mcr ncl set session control transport precedence ()&lt;BR /&gt;&lt;BR /&gt;_veli</description>
      <pubDate>Thu, 30 Jun 2005 03:01:05 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/how-to-remove-quot-old-style-quot-decnet-proxies/m-p/3573616#M50020</guid>
      <dc:creator>Veli Körkkö</dc:creator>
      <dc:date>2005-06-30T03:01:05Z</dc:date>
    </item>
    <item>
      <title>Re: How to remove "old style" DECNET Proxies?</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/how-to-remove-quot-old-style-quot-decnet-proxies/m-p/3573617#M50021</link>
      <description>Veli, please re-read the original question.&lt;BR /&gt;I simply stated that IP doesn't enter into&lt;BR /&gt;my problem and I'm not trying to turn it on.&lt;BR /&gt;&lt;BR /&gt;My problem is with old, DECNET Phase IV&lt;BR /&gt;style proxies that I'd like to clean out.&lt;BR /&gt;&lt;BR /&gt;Unless I hear another solution, I'll &lt;BR /&gt;probably go the route of renaming the &lt;BR /&gt;current NETPROXY.DAT and NET$PROXY.DAT out&lt;BR /&gt;of the way, then create new empty versions&lt;BR /&gt;via:&lt;BR /&gt;&lt;BR /&gt;   SYSUAF&amp;gt; create/proxy&lt;BR /&gt;&lt;BR /&gt;Then repopulate the proxies from a command&lt;BR /&gt;procedure.&lt;BR /&gt;&lt;BR /&gt;Still would be nice to have a:&lt;BR /&gt;&lt;BR /&gt;   SYSUAF&amp;gt; remove/proxy/OLD&lt;BR /&gt;&lt;BR /&gt;command.  Sigh...&lt;BR /&gt;&lt;BR /&gt;    Thanks, Ken</description>
      <pubDate>Thu, 30 Jun 2005 16:07:10 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/how-to-remove-quot-old-style-quot-decnet-proxies/m-p/3573617#M50021</guid>
      <dc:creator>Ken Fairfield</dc:creator>
      <dc:date>2005-06-30T16:07:10Z</dc:date>
    </item>
    <item>
      <title>Re: How to remove "old style" DECNET Proxies?</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/how-to-remove-quot-old-style-quot-decnet-proxies/m-p/3573618#M50022</link>
      <description>ken,&lt;BR /&gt;&lt;BR /&gt;I did note that you are not using DECnet over IP and do not wish to use.&lt;BR /&gt;&lt;BR /&gt;My "solution" was to enable part of DECnet over IP temporarily. Namely the part of "DOMAIN lookups", not the actual DECnet travelling over transport really.&lt;BR /&gt;&lt;BR /&gt;What good do I expect going from LOCAL to LOCAL,DOMAIN on name lookups?&lt;BR /&gt;&lt;BR /&gt;Well, a unexpected method to remove those old proxies.&lt;BR /&gt;&lt;BR /&gt;Since a typical DECnet (aka LOCAL) proxy gets added like&lt;BR /&gt;&lt;BR /&gt;LOCAL:.TUOMAS::KORKKO&lt;BR /&gt;    KORKKO (D)&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;whereas a IP style proxy appears just like&lt;BR /&gt;the OLD PROXY.&lt;BR /&gt;&lt;BR /&gt;UAF&amp;gt; add/prox domain:.tuomas::korkko korkko/def&lt;BR /&gt;%UAF-I-NAFADDMSG, proxy from TUOMAS::KORKKO to KORKKO added&lt;BR /&gt;UAF&amp;gt; show/proxy *::*&lt;BR /&gt;&lt;BR /&gt; Default proxies are flagged with (D)&lt;BR /&gt;&lt;BR /&gt;TUOMAS::KORKKO&lt;BR /&gt;    KORKKO (D)&lt;BR /&gt;&lt;BR /&gt;LOCAL:.TUOMAS::KORKKO&lt;BR /&gt;    KORKKO (D)&lt;BR /&gt;&lt;BR /&gt;Therefore to remove those old proxies maybe one can reverse the process.&lt;BR /&gt;&lt;BR /&gt;Of course doing this in live production is always ...&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;_veli</description>
      <pubDate>Fri, 01 Jul 2005 03:04:03 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/how-to-remove-quot-old-style-quot-decnet-proxies/m-p/3573618#M50022</guid>
      <dc:creator>Veli Körkkö</dc:creator>
      <dc:date>2005-07-01T03:04:03Z</dc:date>
    </item>
    <item>
      <title>Re: How to remove "old style" DECNET Proxies?</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/how-to-remove-quot-old-style-quot-decnet-proxies/m-p/3573619#M50023</link>
      <description>Ken,&lt;BR /&gt;&lt;BR /&gt;The other option is just to delete the records&lt;BR /&gt;from the file. It is just an indexed file. It&lt;BR /&gt;wouldn't take much code.&lt;BR /&gt;&lt;BR /&gt;Dave&lt;BR /&gt;</description>
      <pubDate>Fri, 01 Jul 2005 03:22:23 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/how-to-remove-quot-old-style-quot-decnet-proxies/m-p/3573619#M50023</guid>
      <dc:creator>David B Sneddon</dc:creator>
      <dc:date>2005-07-01T03:22:23Z</dc:date>
    </item>
    <item>
      <title>Re: How to remove "old style" DECNET Proxies?</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/how-to-remove-quot-old-style-quot-decnet-proxies/m-p/3573620#M50024</link>
      <description>"The other option is just to delete the records&lt;BR /&gt;from the file. It is just an indexed file. It&lt;BR /&gt;wouldn't take much code.&lt;BR /&gt;"&lt;BR /&gt;Do it in DCL and don't forget to restart the security server afterwards :-)</description>
      <pubDate>Fri, 01 Jul 2005 03:26:30 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/how-to-remove-quot-old-style-quot-decnet-proxies/m-p/3573620#M50024</guid>
      <dc:creator>Ian Miller.</dc:creator>
      <dc:date>2005-07-01T03:26:30Z</dc:date>
    </item>
    <item>
      <title>Re: How to remove "old style" DECNET Proxies?</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/how-to-remove-quot-old-style-quot-decnet-proxies/m-p/3573621#M50025</link>
      <description>Hi Ken,&lt;BR /&gt;&lt;BR /&gt;This may come too late, but...&lt;BR /&gt;&lt;BR /&gt;There are two proxy files, net$proxy.dat and netproxy.dat. Net$proxy.dat is used for phase V style full name while netproxy.dat is used for phase IV compatibility.&lt;BR /&gt;&lt;BR /&gt;There is a program in sys$system, called convert_proxy.exe, which can convert the old proxy records to net$proxy.dat.&lt;BR /&gt;&lt;BR /&gt;To get rid of records in netproxy.dat, use convert_proxy to convert it to net$proxy.dat, then use remove/proxy to remove the unwanted ones. This should remove the entries in both net$proxy.dat and netproxy.dat.&lt;BR /&gt;&lt;BR /&gt;Thanks and regards.&lt;BR /&gt;&lt;BR /&gt;Michael&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 07 Sep 2005 21:27:48 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/how-to-remove-quot-old-style-quot-decnet-proxies/m-p/3573621#M50025</guid>
      <dc:creator>Michael Yu_3</dc:creator>
      <dc:date>2005-09-07T21:27:48Z</dc:date>
    </item>
    <item>
      <title>Re: How to remove "old style" DECNET Proxies?</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/how-to-remove-quot-old-style-quot-decnet-proxies/m-p/3573622#M50026</link>
      <description>Ken,&lt;BR /&gt;&lt;BR /&gt;from your Forum Profile:&lt;BR /&gt;&lt;BR /&gt;&lt;QUOTE&gt;&lt;BR /&gt;I have assigned points to 7 of 14  responses to my questions.&lt;BR /&gt;&lt;/QUOTE&gt;&lt;BR /&gt;&lt;BR /&gt;Maybe you can find some time to do some assigning?&lt;BR /&gt;&lt;BR /&gt;Mind, I do NOT say you necessarily need to give lots of points. It is fully up to _YOU_ to decide how many. If you consider an answer is not deserving any points, you can also assign 0 ( = zero ) points, and then that answer will no longer be counted as unassigned.&lt;BR /&gt;Consider, that every poster took at least the trouble of posting for you!&lt;BR /&gt;&lt;BR /&gt;To easily find your streams with unassigned points, click your own name somewhere.&lt;BR /&gt;This will bring up your profile.&lt;BR /&gt;Near the bottom of that page, under the caption â  My Question(s)â   you will find â  questions or topics with unassigned points â   Clicking that will give all, and only, your questions that still have unassigned postings.&lt;BR /&gt;&lt;BR /&gt;Thanks on behalf of your Forum colleagues.&lt;BR /&gt;&lt;BR /&gt;PS.  â   nothing personal in this. I try to post it to everyone with this kind of assignment ratio in this forum. If you have received a posting like this before â   please do not take offence â   none is intended!&lt;BR /&gt;&lt;BR /&gt;Proost.&lt;BR /&gt;&lt;BR /&gt;Have one on me.&lt;BR /&gt;&lt;BR /&gt;jpe&lt;BR /&gt;</description>
      <pubDate>Sat, 24 Sep 2005 07:25:27 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/how-to-remove-quot-old-style-quot-decnet-proxies/m-p/3573622#M50026</guid>
      <dc:creator>Jan van den Ende</dc:creator>
      <dc:date>2005-09-24T07:25:27Z</dc:date>
    </item>
  </channel>
</rss>

