<?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: Info on FILCNTNONZ bugcheck? in Operating System - OpenVMS</title>
    <link>https://community.hpe.com/t5/operating-system-openvms/info-on-filcntnonz-bugcheck/m-p/3526490#M5483</link>
    <description>This could be "An attempt to close a file, whose disk has timed out in mount-verification". &lt;BR /&gt;&lt;BR /&gt;Google gives a hit on an ECO: VMS721H1_SYS-V0600&lt;BR /&gt;&lt;BR /&gt; CrashDump Summary&lt;BR /&gt;        -----------------&lt;BR /&gt;        Bugcheck Type:     FILCNTNONZ, Open file count nonzero&lt;BR /&gt;                           after process rundown&lt;BR /&gt;        Current Image:     &lt;NOT available=""&gt;&lt;BR /&gt;        Failing PC:        FFFFFFFF.D269A360&lt;BR /&gt;                           PROCESS_MANAGEMENT+3C360&lt;BR /&gt;        Failing PS:        18000000.00000000&lt;BR /&gt;        Module:            PROCESS_MANAGEMENT (Link Date/Time:&lt;BR /&gt;                           18-OCT-2000 07:01:30.44)&lt;BR /&gt;        Offset:            0003C360&lt;BR /&gt;&lt;BR /&gt;          Images Affected:[SYS$LDR]IO_ROUTINES.EXE&lt;BR /&gt;                      [SYS$LDR]IO_ROUTINES_MON.EXE&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Case  CFS.103399  ?&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;hth,&lt;BR /&gt;Hein.&lt;BR /&gt;&lt;/NOT&gt;</description>
    <pubDate>Sun, 17 Apr 2005 21:47:31 GMT</pubDate>
    <dc:creator>Hein van den Heuvel</dc:creator>
    <dc:date>2005-04-17T21:47:31Z</dc:date>
    <item>
      <title>Info on FILCNTNONZ bugcheck?</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/info-on-filcntnonz-bugcheck/m-p/3526489#M5482</link>
      <description>Hello, Has anyone experienced the dreaded FILCNTNONZ bugcheck (file count non zero after process rundown)? Any hints as to what conditions may trigger this? Here is some background:1) running OpenVMS 7.1-2, and 7.2-2. 2) not easy to simply upgrade or apply ECO's. 3) Many, many cyclic and muliple process creations and terminations are involved. 4) 99.9% of processes running at time of crash are batch jobs. Thanks!</description>
      <pubDate>Sun, 17 Apr 2005 14:29:33 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/info-on-filcntnonz-bugcheck/m-p/3526489#M5482</guid>
      <dc:creator>Tony_289</dc:creator>
      <dc:date>2005-04-17T14:29:33Z</dc:date>
    </item>
    <item>
      <title>Re: Info on FILCNTNONZ bugcheck?</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/info-on-filcntnonz-bugcheck/m-p/3526490#M5483</link>
      <description>This could be "An attempt to close a file, whose disk has timed out in mount-verification". &lt;BR /&gt;&lt;BR /&gt;Google gives a hit on an ECO: VMS721H1_SYS-V0600&lt;BR /&gt;&lt;BR /&gt; CrashDump Summary&lt;BR /&gt;        -----------------&lt;BR /&gt;        Bugcheck Type:     FILCNTNONZ, Open file count nonzero&lt;BR /&gt;                           after process rundown&lt;BR /&gt;        Current Image:     &lt;NOT available=""&gt;&lt;BR /&gt;        Failing PC:        FFFFFFFF.D269A360&lt;BR /&gt;                           PROCESS_MANAGEMENT+3C360&lt;BR /&gt;        Failing PS:        18000000.00000000&lt;BR /&gt;        Module:            PROCESS_MANAGEMENT (Link Date/Time:&lt;BR /&gt;                           18-OCT-2000 07:01:30.44)&lt;BR /&gt;        Offset:            0003C360&lt;BR /&gt;&lt;BR /&gt;          Images Affected:[SYS$LDR]IO_ROUTINES.EXE&lt;BR /&gt;                      [SYS$LDR]IO_ROUTINES_MON.EXE&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Case  CFS.103399  ?&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;hth,&lt;BR /&gt;Hein.&lt;BR /&gt;&lt;/NOT&gt;</description>
      <pubDate>Sun, 17 Apr 2005 21:47:31 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/info-on-filcntnonz-bugcheck/m-p/3526490#M5483</guid>
      <dc:creator>Hein van den Heuvel</dc:creator>
      <dc:date>2005-04-17T21:47:31Z</dc:date>
    </item>
    <item>
      <title>Re: Info on FILCNTNONZ bugcheck?</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/info-on-filcntnonz-bugcheck/m-p/3526491#M5484</link>
      <description>Tony,&lt;BR /&gt;&lt;BR /&gt;there are a couple of possible reasons for this crash. It can either happen during image (in IMAGE_MANAGEMENT.EXE) or process (in PROCESS_MANAGEMENT.EXE) rundown.&lt;BR /&gt;&lt;BR /&gt;You'll find the $DASSGN system service failure status in R0 and the channel control block address in R5 or R3:&lt;BR /&gt;&lt;BR /&gt;$ ANAL/CRASH sys$system:sysdump.dmp&lt;BR /&gt;SDA&amp;gt; EVA/COND R0&lt;BR /&gt;SDA&amp;gt; READ SYSDEF&lt;BR /&gt;SDA&amp;gt; FORMAT/TYPE=ccb @R5 - or @R3&lt;BR /&gt;SDA&amp;gt; SHOW DEV/ADDR=@@R5 - or @@R3 - should show disk&lt;BR /&gt;&lt;BR /&gt;There are a couple of patches, which refer to a solution for this kind of problem. The most promising ones would be those referencing CFS.103399 (as referred to by Hein). For V7.2-2 it's VMS722_SYS-V0200, there does not seem to be a patch for this problem for V7.1-2.&lt;BR /&gt;&lt;BR /&gt;If you could provide the CLUE files from CLUE$COLLECT:CLUE$node_ddmmyy_hhmm.LIS (at least the CLUE CRASH output from SDA&amp;gt; CLUE CRASH) as an attachment to your next reply, I can further confirm this. &lt;BR /&gt;&lt;BR /&gt;Volker.</description>
      <pubDate>Mon, 18 Apr 2005 01:51:01 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/info-on-filcntnonz-bugcheck/m-p/3526491#M5484</guid>
      <dc:creator>Volker Halle</dc:creator>
      <dc:date>2005-04-18T01:51:01Z</dc:date>
    </item>
    <item>
      <title>Re: Info on FILCNTNONZ bugcheck?</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/info-on-filcntnonz-bugcheck/m-p/3526492#M5485</link>
      <description>Thanks Hein/Volker for the responses! I have attached the Clue listing from the 7.1-2 system. My apologies, the other system is 7.2-1 (bad typing :-( ). My site has never had this bugcheck at times of  mount verification, just once (on the 7.2-1) did someone log out and "trigger" the bugcheck. For either version, the bugchecks seen had the current process be a job in the Sys$Batch Queue. By the way, the listing attached is from a scheduled shutdown of the applications running on the node. All other times the bugcheck occurred during "normal" runtime conditions. We are looking into upgrades and ECO's, but previous searches for resolutions didn't seem to match our problem.&lt;BR /&gt;&lt;BR /&gt;I appreciate any tips for troubleshooting or analysis of this problem. Let me know if you desire further info. Thanks&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Mon, 18 Apr 2005 20:42:30 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/info-on-filcntnonz-bugcheck/m-p/3526492#M5485</guid>
      <dc:creator>Tony_289</dc:creator>
      <dc:date>2005-04-18T20:42:30Z</dc:date>
    </item>
    <item>
      <title>Re: Info on FILCNTNONZ bugcheck?</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/info-on-filcntnonz-bugcheck/m-p/3526493#M5486</link>
      <description>Tony,&lt;BR /&gt;&lt;BR /&gt;this IS the problem referred to by Hein (CFS.103399).&lt;BR /&gt;&lt;BR /&gt;Unfortunatley, there never have been patches released for the NOW UNSUPPROTED versions V7.1-2 or V7.2-1 to fix this longstanding problem. Those versions were already UNSUPPORTED when the solution had been coded.&lt;BR /&gt;&lt;BR /&gt;Use the SDA commands from my previous post to confirm that R3 is indeed pointing to the CCB and SDA&amp;gt; SHOW DEV/ADDR=@@R3 will show you the device.&lt;BR /&gt;&lt;BR /&gt;If you have a software service contract with HP, you can try to contact them and ask for the solution (a new SYS patch or at least new exec images for V7.1-2 and V7.2-1), but you'll certainly be charged for this (if HP accepts this call at all) ...&lt;BR /&gt;&lt;BR /&gt;Volker.</description>
      <pubDate>Tue, 19 Apr 2005 01:37:59 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/info-on-filcntnonz-bugcheck/m-p/3526493#M5486</guid>
      <dc:creator>Volker Halle</dc:creator>
      <dc:date>2005-04-19T01:37:59Z</dc:date>
    </item>
    <item>
      <title>Re: Info on FILCNTNONZ bugcheck?</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/info-on-filcntnonz-bugcheck/m-p/3526494#M5487</link>
      <description>Thanks for confirming, Volker. I will take this back to those who have the cash, and see what can be done (hopefully soon!)I'll double-check R3&lt;BR /&gt;&lt;BR /&gt;I've enjoyed "ask the wizard" and this forum is really helpful. I'll close this thread as resolution is contingent upon when the upgrade happens. Thanks all!&lt;BR /&gt;&lt;BR /&gt;Tony</description>
      <pubDate>Tue, 19 Apr 2005 13:52:39 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/info-on-filcntnonz-bugcheck/m-p/3526494#M5487</guid>
      <dc:creator>Tony_289</dc:creator>
      <dc:date>2005-04-19T13:52:39Z</dc:date>
    </item>
  </channel>
</rss>

