<?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 Operator.LOG in Operating System - OpenVMS</title>
    <link>https://community.hpe.com/t5/operating-system-openvms/operator-log/m-p/3242118#M62452</link>
    <description>Hi,&lt;BR /&gt;i become on my System the following Message when a TCPIP User connected to the System:&lt;BR /&gt;"Message from user INTERnet on KALVRA&lt;BR /&gt;INTERnet ACP Error  Status = %SYSTEM-F-LINKABORT"&lt;BR /&gt;My Question:&lt;BR /&gt;What it this for an Error?&lt;BR /&gt;How can remove /disable this Message?&lt;BR /&gt;&lt;BR /&gt;Thanks for your help&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
    <pubDate>Wed, 07 Apr 2004 04:33:32 GMT</pubDate>
    <dc:creator>Vallentin, Manfred</dc:creator>
    <dc:date>2004-04-07T04:33:32Z</dc:date>
    <item>
      <title>Operator.LOG</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/operator-log/m-p/3242118#M62452</link>
      <description>Hi,&lt;BR /&gt;i become on my System the following Message when a TCPIP User connected to the System:&lt;BR /&gt;"Message from user INTERnet on KALVRA&lt;BR /&gt;INTERnet ACP Error  Status = %SYSTEM-F-LINKABORT"&lt;BR /&gt;My Question:&lt;BR /&gt;What it this for an Error?&lt;BR /&gt;How can remove /disable this Message?&lt;BR /&gt;&lt;BR /&gt;Thanks for your help&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 07 Apr 2004 04:33:32 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/operator-log/m-p/3242118#M62452</guid>
      <dc:creator>Vallentin, Manfred</dc:creator>
      <dc:date>2004-04-07T04:33:32Z</dc:date>
    </item>
    <item>
      <title>Re: Operator.LOG</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/operator-log/m-p/3242119#M62453</link>
      <description>Vellentin,&lt;BR /&gt;Look at this, its from OpenVMS ask the wizard&lt;BR /&gt;&lt;BR /&gt;The Question is:&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt; &lt;BR /&gt;What would cause an OpenVMS error  'SYSTEM-F-LINKABORT  network parnet aborted&lt;BR /&gt; logical link'  when DECnetting to another node to run a process there? What&lt;BR /&gt; fixes are recommended?&lt;BR /&gt; &lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;--------------------------------------------------------------------------------&lt;BR /&gt;&lt;BR /&gt;The Answer is :&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt; &lt;BR /&gt;  Check the contents of the log file typically created on the remote&lt;BR /&gt;  node, as a start.  If this was a SET HOST (CTERM) session, check&lt;BR /&gt;  for sufficient process quotas and system resources (pool, etc) on&lt;BR /&gt;  the originating and destination node, and check for any error messages&lt;BR /&gt;  reported prior to the link disconnection -- insufficient process quotas&lt;BR /&gt;  and insufficient system resources can cause problems with network&lt;BR /&gt;  links, and can also prevent the display of error messages.  Also&lt;BR /&gt;  check the DECnet error counts for any specific indications.&lt;BR /&gt; &lt;BR /&gt; --&lt;BR /&gt; &lt;BR /&gt; LINKABORT,  network partner aborted logical link&lt;BR /&gt; &lt;BR /&gt;  Facility:     SYSTEM, System Services&lt;BR /&gt; &lt;BR /&gt;  Explanation:  The remote process disconnected the logical link either&lt;BR /&gt;                because the process exited prematurely or because it is the&lt;BR /&gt;                normal way for the process to disconnect the link.&lt;BR /&gt; &lt;BR /&gt;  User Action:  Check to see if the node is reachable, then retry.&lt;BR /&gt; &lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;rgds&lt;BR /&gt;Mobeen</description>
      <pubDate>Wed, 07 Apr 2004 04:42:49 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/operator-log/m-p/3242119#M62453</guid>
      <dc:creator>Mobeen_1</dc:creator>
      <dc:date>2004-04-07T04:42:49Z</dc:date>
    </item>
    <item>
      <title>Re: Operator.LOG</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/operator-log/m-p/3242120#M62454</link>
      <description>Vallentin,&lt;BR /&gt;The following information may also help you &lt;BR /&gt;&lt;BR /&gt;Connection Dies With SYSTEM-F-LINKABORT&lt;BR /&gt;&lt;BR /&gt;Question:&lt;BR /&gt;My THRUWAY connection is dying. The NETSERVER.LOG has a SYSTEM-F-LINKABORT error in it. &lt;BR /&gt;&lt;BR /&gt;Answer:&lt;BR /&gt;Possibly the REQUEST PACKETS are being exhausted on one of the nodes. Try the following: &lt;BR /&gt;&lt;BR /&gt;1) Create the THRUway connection. &lt;BR /&gt;&lt;BR /&gt;2) From another session issue a MONITOR POOL command. This will invoke the VMS MONITOR utility to monitor the SRPs, IRPs and LRPs. &lt;BR /&gt;&lt;BR /&gt;3) Run the application using the THRUway disk and watch and see if any of the packets are getting exhausted (decreasing to zero). &lt;BR /&gt;&lt;BR /&gt;If this is the case then you will need to adjust some SYSGEN parameters. The SYSGEN parameters to increase would be SRPCOUNT, IRPCOUNT or LRPCOUNT respectively. Consult the SYSGEN manual for more info on this. Unfortunately these SYSGEN parameters are not dynamic, so if you change these you will need to reboot the node.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Let me know if you have any specific questions&lt;BR /&gt;&lt;BR /&gt;rgds&lt;BR /&gt;Mobeen</description>
      <pubDate>Wed, 07 Apr 2004 04:44:45 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/operator-log/m-p/3242120#M62454</guid>
      <dc:creator>Mobeen_1</dc:creator>
      <dc:date>2004-04-07T04:44:45Z</dc:date>
    </item>
    <item>
      <title>Re: Operator.LOG</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/operator-log/m-p/3242121#M62455</link>
      <description>Manfred,&lt;BR /&gt;&lt;BR /&gt;It can be quite normal - depending on what't on the other side. Normally it is that either side has disconnected (normally, 'the other side', but it may happen on the 'own side' as well.&lt;BR /&gt;&lt;BR /&gt;It's quite worthwhile to find out what's on the other side that aborts the connection. As Mobeen stated: it can be a normal (but undesirable) behaviour. Since it's INETACP that signalles it, it's some requestor of a service on your machine. If this program is locally built, I would urge the programmer to change the program to close the connection the PROPER way, not brute force way. It will eliminate these messages from you opreator log and leave the REAL problems. If you purchased the program, and have a support contract, I would urge the supplier to do likewise. Otherwise, you _could_ disable NETWORK logging but then you would loose the real problems as well.&lt;BR /&gt;</description>
      <pubDate>Wed, 07 Apr 2004 06:13:20 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/operator-log/m-p/3242121#M62455</guid>
      <dc:creator>Willem Grooters</dc:creator>
      <dc:date>2004-04-07T06:13:20Z</dc:date>
    </item>
    <item>
      <title>Re: Operator.LOG</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/operator-log/m-p/3242122#M62456</link>
      <description>Hello Manfred,&lt;BR /&gt;&lt;BR /&gt;a number of the answers here did refer to DECnet problems. Just for clarification, you do experience this problem with IP, don't you? Is there any more context to the message? This can be pretty much anything from network problems to misdesigned applications to uneducated users hitting the x in the upper right hand corner of a PC window to close an apllication.&lt;BR /&gt;&lt;BR /&gt;Greetings, Martin&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 07 Apr 2004 11:22:09 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/operator-log/m-p/3242122#M62456</guid>
      <dc:creator>Martin P.J. Zinser</dc:creator>
      <dc:date>2004-04-07T11:22:09Z</dc:date>
    </item>
    <item>
      <title>Re: Operator.LOG</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/operator-log/m-p/3242123#M62457</link>
      <description>Manfred,&lt;BR /&gt;&lt;BR /&gt;Perhaps another source of information - if the _receiving_ process died off: Check accounting...</description>
      <pubDate>Wed, 07 Apr 2004 14:58:30 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/operator-log/m-p/3242123#M62457</guid>
      <dc:creator>Willem Grooters</dc:creator>
      <dc:date>2004-04-07T14:58:30Z</dc:date>
    </item>
  </channel>
</rss>

