[Search for users] [Overall Top Noters] [List of all Conferences] [Download this site]

Conference cookie::aim$notes:disk_defrag

Title:Disk File Optimizer (DFO) for OpenVMS
Notice:Kits and documents: last reply to note 1
Moderator:COOKIE::AMEND
Created:Tue May 16 1989
Last Modified:Fri Jun 06 1997
Last Successful Update:Fri Jun 06 1997
Number of topics:539
Total number of notes:2544

534.0. "script loose scheduling entries??" by MUNICH::REIN (How come holes in SWISS CHEESE??) Mon Apr 28 1997 07:17

    Hallo,
    
    Customer Ruhrgas tells me, that every now and then all scriptfiles
    are loosing their scheduler queueing entries, so that none of the jobs
    is running.
    
    He has then to modify all entries!
    
    He is running DFO 2.2 with RMS database.
    
    regards
    
    Volker
T.RTitleUserPersonal
Name
DateLines
534.1Can I get some more informationCOOKIE::AMENDTue Apr 29 1997 09:3820
Volker

  I have not experienced this problem so I do not have an answer.
  I am not sure how we go about troubleshooting this.

  Could I get the scheduler log (DFG$DATABASE:DFG$node_name.LOG)
  around the time the scipts loose their scheduler queueing
  entries?

  Could I get a full log defragmentation runs on disks that
  happened during the time the scheduler queueing goes away?

  Could I get the scripts that are loosing their scheduler
  queueing entries?  I would like both the output of the SHOW and
  the SHOW/COMMAND.

  thanks for your support'a

    jim amend

534.2moreMUNICH::REINHow come holes in SWISS CHEESE??Mon May 05 1997 09:3640
    Hallo,
    
    I asked the customer about more info, and he will send it when the
    error comes up again.
    
    He delivered an entry from the logfile:
    
    
    Defragmentation process for script USER has completed
    Completion time was 15-APR-1997 16:13:19.75
    %DFG-W-UNRECOVERR, unrecoverable error
    Target volume was DISK$HVCL_USER (_DSA1:)
    
    
      Improperly handled condition, bad stack or no handler specified.
    
            Signal arguments              Stack contents
    
            Number = 00000005                00000000
           Name   = 0000000C                21FC0000
                     00000004                85C640A8
                     AC910722                7FFE96A4
                     000A06D4                85C6DDC9
                     09C00000                00000200
                                             001B8400
                                             001DD600
                                             001B8400
                                             00000000
    
            Register dump
    
            R0 = 08D40010  R1 = 7FFE96EC  R2 = 00000010  R3 = AC910713
            R4 = 00000000  R5 = 00000001  R6 = 00000000  R7 = 7FFE96F0
            R8 = 00231050  R9 = 00240EE4  R10= 0009F8C1  R11= 0020A600
            AP = 7FFE9698  FP = 7FFE966C  SP = 7FFE9648  PC = 000A06D4
            PSL= 09C00000
    
    ????
    
    Volker
534.3Could we get some more informationCOOKIE::AMENDTue May 06 1997 14:39102
Volker

  Thanks for the information.  However, before we can go any
  further with this error, we would like some more information:

  Could you go into ANALYZE/SYSTEM and get the process images for
  the scheduler?  The scheduler should be DFG$node_name:

  $ ANA/SYS
  sna> show summary
  sna> set process/index=
  sna> show process/images

  We need to know where the A06D4 address is.

  Also we would like a list of all of the system parameters.  The
  unrecoverall error appears to have come when the scheduler went
  out the get virtual memory and could not get it.

  Also could you do a $ SHOW LOG DFG$* so we could see if any
  logicals for defragmentation process start up have been defined.

  Also, could you get the script for USER.

  One thing that we might try to clear up the problem is recreate
  the database.  You can get the scripts out of the database into
  a command procedure, create a new database, inititalize it, and
  reload it with the following commands:

  $ DEFRAGMENT SHOW /ALL/COMMAND/OUT=DB_LOAD.COM

  Now you should go into DB_LOAD.COM and edit it.  The commands
  that it created are longer than 256 characters.  You can take
  out lines that are defaults like:
  /PRIOITY=(DEFAULT=4...

  If you have lines that are still to long, you can move the
  /SCRIPT line up and then change the other lines to DEFRAGMENT
  MODIFY commands like this:

  $ DEFRAGMENT VOL $1$DKA0:/NOAFTER/SCRIPT=USER
  $ DEFRAGMENT MODIFY USER/INTERVAL=1-00:00

  This little exercise is changed in V2.3 so you will not have to
  edit it.
  
  After editing the file:
  
  $ RUN SYS$SYSTEM DFG$CREATE_DATABASE
  $ RUN SYS$SYSTEM DFG$INIT_DATABASE
  $ @DB_LOAD

  This might eliminate any problems that the database is causing.
   
  thanks for your supporta'
     jim amend
    

      <<< Note 534.2 by MUNICH::REIN "How come holes in SWISS CHEESE??" >>>
                                   -< more >-

    Hallo,
    
    I asked the customer about more info, and he will send it when the
    error comes up again.
    
    He delivered an entry from the logfile:
    
    
    Defragmentation process for script USER has completed
    Completion time was 15-APR-1997 16:13:19.75
    %DFG-W-UNRECOVERR, unrecoverable error
    Target volume was DISK$HVCL_USER (_DSA1:)
    
    
      Improperly handled condition, bad stack or no handler specified.
    
            Signal arguments              Stack contents
    
            Number = 00000005                00000000
           Name   = 0000000C                21FC0000
                     00000004                85C640A8
                     AC910722                7FFE96A4
                     000A06D4                85C6DDC9
                     09C00000                00000200
                                             001B8400
                                             001DD600
                                             001B8400
                                             00000000
    
            Register dump
    
            R0 = 08D40010  R1 = 7FFE96EC  R2 = 00000010  R3 = AC910713
            R4 = 00000000  R5 = 00000001  R6 = 00000000  R7 = 7FFE96F0
            R8 = 00231050  R9 = 00240EE4  R10= 0009F8C1  R11= 0020A600
            AP = 7FFE9698  FP = 7FFE966C  SP = 7FFE9648  PC = 000A06D4
            PSL= 09C00000
    
    ????
    
    Volker

534.4here we are!MUNICH::REINHow come holes in SWISS CHEESE??Wed May 07 1997 08:28285
    Hallo Jim,
    
    Customer reorganised his database,
    
    here the sda results and the sysgen params.
    
    regards
    
    Volker
    
    
2. anal/sys

                            Process activated images
                            ------------------------

ICB       Start     End       Type            Image Name  Major ID,Minor ID
--------  --------  --------  --------------  -----------------------------
7FF86900  00000200  00007BFF  MAIN            DFG$SCHEDULER  0,0
7FF86A10  0014B000  001591FF  GLOBAL          DFG$DEFRAGMENTSHR  1,2
7FF85FE8  0010FC00  001333FF  GLOBAL          DFG$RMSSHR  1,2
7FF85DC8  00133400  0014AFFF  GLOBAL          DFG$UTILITYSHR  1,2
7FF860C8  00108200  0010FBFF  GLOBAL          FDLSHR  1,0
7FF86BA0  000D4200  001081FF  GLOBAL     SHR  COBRTL  1,13
7FF86C10  000C8200  000D41FF  GLOBAL     SHR  FORRTL  1,100
7FF86C80  000BFE00  000C81FF  GLOBAL     SHR  LIBRTL2  1,12
7FF86CF0  000AEC00  000BFDFF  GLOBAL     SHR  MAILSHR  1,0
7FF86D60  0009C800  000AEBFF  GLOBAL PRT SHR  MAILSHRP  1,0
7FF86DD0  00007C00  000519FF  GLOBAL     SHR  DECC$SHR  2,0
7FF86138  00072400  0009C7FF  GLOBAL     SHR  MTHRTL  129,32780
7FF86AF0  00051A00  000521FF  GLOBAL     SHR  CMA$TIS_SHR  1,1
7FF86058  00052200  000723FF  GLOBAL     SHR  LIBRTL  1,14
7FF870E0  0017A200  001855FF  MERGED          DFG$MESSAGE  0,0
7FF86F20  00185600  001867FF  MERGED     SHR  VAXCMSG  0,0
7FF87230  00186800  001913FF  MERGED     SHR  CLIUTLMSG  0,0
7FF87150  00191400  001995FF  MERGED     SHR  SHRIMGMSG  0,0

Total images = 18               Pages allocated = 3010

3. system-parameter

Node HVVX02:   Parameters in use: ACTIVE
Parameter Name            Current    Default    Minimum    Maximum Unit  Dynamic
--------------            -------    -------    -------    ------- ----  -------
PFCDEFAULT                     64         32          0        127 Pages       D
KFILSTCNT                      16          4          2        255 Slots        
GBLSECTIONS                   815        250         60       4095 Sections     
GBLPAGES                   275430      15000        512    4194176 Pages        
GBLPAGFIL                   30000       1024        128    4194176 Pages        
MAXPROCESSCNT                 492         32         12       8192 Processes    
SMP_CPUS               4294967295 4294967295          0         -1 CPU bitmask  
MULTIPROCESSING                 3          3          0          4 Coded-value  
VECTOR_PROC                     1          1          0          3 Coded-value  
SMP_SANITY_CNT                300        300          1         -1 10ms.        
SMP_SPINWAIT               100000     100000          1    8388607 10 usec.     
SMP_LNGSPINWAIT           3000000    3000000          1    8388607 10 usec.     
PROCSECTCNT                    80         32          5       1024 Sections     
MINWSCNT                       20         20         10         -1 Pages        
PAGFILCNT                       4          4          4         63 Files        
SWPFILCNT                       2          2          0         63 Files        
SYSMWCNT                    10689        508         48      32767 Pages        
INTSTKPAGES                     6          6          1         -1 Pages        
BALSETCNT                     442         16          4       8192 Slots        
WSMAX                       65500       1024         60    1048576 Pages        
NPAGEDYN                 20520448     620000      16384         -1 Bytes        
NPAGEVIR                102632448    3100000      16384         -1 Bytes        
PAGEDYN                  12247552     214100      14336         -1 Bytes        
VIRTUALPAGECNT             270144      12032        512    4194304 Pages        
SPTREQ                      44300       3900         -1         -1 Pages        
QUANTUM                        20         20          2      32767 10Ms        D
MPW_WRTCLUSTER                120        120         16        120 Pages        
MPW_HILIMIT                 10485        500          0      65535 Pages        
MPW_LOLIMIT                   120         32          0      65535 Pages        
MPW_IOLIMIT                     4          4          1        127 I/O          
MPW_THRESH                    200        200          0      65535 Pages       D
MPW_WAITLIMIT               10605        620          0      65535 Pages       D
MPW_LOWAITLIMIT             10365        380          0      65535 Pages       D
PFRATL                          0          0          0         -1 Flts/10Sec  D
PFRATH                        120        120          0         -1 Flts/10Sec  D
WSINC                         150        150          0         -1 Pages       D
WSDEC                         250        250          0         -1 Pages       D
AWSMIN                         50         50          0         -1 Pages       D
AWSTIME                        20         20          1         -1 10Ms        D
SWPOUTPGCNT                   500        288          0         -1 Pages       D
LONGWAIT                       30         30          0      65535 Seconds     D
DORMANTWAIT                     2          2          0      65535 Seconds     D
TIMVCFAIL                    1600       1600        100      65535 10Ms        D
ERRORLOGBUFFERS                 4          4          2         64 Buffers      
DUMPSTYLE                       0          0          0         -1 Bitmask     D
USERD1                          0          0          0         -1             D
USERD2                          0          0          0         -1             D
USER3                           0          0          0         -1              
USER4                           0          0          0         -1              
EXTRACPU                     1000       1000          0         -1 10Ms        D
MAXSYSGROUP                     8          8          1      32768 UIC Group   D
MVTIMEOUT                    3600       3600          1      64000 Seconds     D
TAPE_MVTIMEOUT                600        600          1      64000 Seconds     D
MAXBUF                      18000       2064       1700      64000 Bytes       D
DEFMBXBUFQUO                 1056       1056        256      64000 Bytes       D
DEFMBXMXMSG                   256        256         64      64000 Bytes       D
FREELIM                       150         32         16         -1 Pages        
FREEGOAL                    12000        200         16         -1 Pages       D
GROWLIM                       150         63          0         -1 Pages       D
BORROWLIM                     150        300          0         -1 Pages       D
XFMAXRATE                     236        236          0        255 Special     D
LAMAPREGS                       0          0          0        255 Mapregs      
REALTIME_SPTS                   0          0          0         -1 Pages        
CLISYMTBL                     500        250         20        500 Pages       D
LOCKIDTBL                   58936        200        127    4194304 Entries      
LOCKIDTBL_MAX               74535      65535        127    4194304 Entries     D
RESHASHTBL                  65535         64          1      65535 Entries      
DEADLOCK_WAIT                  10         10          0         -1 Seconds     D
SCSBUFFCNT                    512         50          0      32767 Entries      
SCSCONNCNT                    530         40          2      32767 Entries      
SCSRESPCNT                    400        300          0      32767 Entries      
SCSMAXDG                      576        576         28        985 Bytes        
SCSMAXMSG                     132        132         52        985 Bytes        
SCSFLOWCUSH                     1          1          0         16 Credits     D
SCSSYSTEMID                 11276          0         -1         -1 Pure-number  
SCSSYSTEMIDH                    0          0         -1         -1 Pure-number  
SCSNODE                 "HVVX02  "    "    "     "    "     "ZZZZ" Ascii        
PRCPOLINTERVAL                 30         30          1      32767 Seconds     D
PASTIMOUT                       5          5          1         99 Seconds     D
PASTDGBUF                      16          4          1         16 Buffers      
PANUMPOLL                      16         16          1        223 Ports       D
PAMAXPORT                      32         32          0        223 Port-number D
PAPOLLINTERVAL                  5          5          1      32767 Seconds     D
PAPOOLINTERVAL                 15         15          1      32767 Seconds     D
PASANITY                        1          1          0          1 Boolean     D
PANOPOLL                        0          0          0          1 Boolean     D
TIMEPROMPTWAIT              65535      65535          0         -1 uFortnights  
UDABURSTRATE                    0          0          0         31 Longwords    
LNMSHASHTBL                   512        128          1       8192 Entries      
LNMPHASHTBL                   128        128          1       8192 Entries      
BUGREBOOT                       1          1          0          1 Boolean     D
DUMPBUG                         1          1          0          1 Boolean      
BUGCHECKFATAL                   0          0          0          1 Boolean     D
ACP_MULTIPLE                    0          0          0          1 Boolean     D
SETTIME                         0          0          0          1 Boolean      
ACP_SHARE                       1          1          0          1 Boolean      
UAFALTERNATE                    0          0          0          1 Boolean      
SAVEDUMP                        0          0          0          1 Boolean      
CLASS_PROT                      0          0          0          1 Boolean     D
LGI_BRK_TERM                    1          1          0          1 Boolean     D
LGI_BRK_DISUSER                 0          0          0          1 Boolean     D
LOAD_PWD_POLICY                 0          0          0          1 Boolean     D
MOUNTMSG                        0          0          0          1 Boolean     D
DISMOUMSG                       0          0          0          1 Boolean     D
TTY_SCANDELTA            10000000   10000000     100000         -1 100Ns        
TTY_DIALTYPE                    0          0          0        255 Bit-Encoded  
TTY_SPEED                      15         15          1         17 Special      
TTY_RSPEED                      0          0          0         17 Special      
TTY_PARITY                     24         24          0        255 Special      
TTY_BUF                        80         80          0        511 Characters   
TTY_DEFCHAR             402690736  402657952          0         -1 Bit-Encoded  
TTY_DEFCHAR2               135170       4098          0         -1 Bit-Encoded  
TTY_TYPAHDSZ                   78         78          0      32767 Bytes        
TTY_ALTYPAHD                  200        200          0      32767 Bytes        
TTY_ALTALARM                   64         64          0         -1 Bytes        
TTY_DMASIZE                    64         64          0         -1 Bytes       D
TTY_CLASSNAME                 "TT"      "TT"       "AA"       "ZZ" Ascii        
TTY_SILOTIME                    8          8          0        255 Ms           
TTY_TIMEOUT              10000000        900          0         -1 Seconds     D
TTY_AUTOCHAR                    7          7          0        255 Character   D
RMS_DFMBC                      16         16          1        127 Blocks      D
RMS_DFMBFSDK                    0          0          0        127 Blocks      D
RMS_DFMBFSMT                    0          0          0        127 Blocks      D
RMS_DFMBFSUR                    0          0          0        127 Buffers     D
RMS_DFMBFREL                    0          0          0        127 Buffers     D
RMS_DFMBFIDX                    0          0          0        127 Buffers     D
RMS_DFMBFHSH                    0          0          0        127 Buffers     D
RMS_PROLOGUE                    0          0          0          3 Prolog-Lvl  D
RMS_EXTEND_SIZE                 0          0          0      65535 Blocks      D
RMS_FILEPROT                64000      64000          0      65535 Prot-mask    
RMS_GBLBUFQUO                1024       1024          0      32767 Gbl bufs    D
RMS_DFNBC                       8          8          1        127 Blocks      D
PQL_DASTLM                     24         24         -1         -1 Ast         D
PQL_MASTLM                    100          4         -1         -1 Ast         D
PQL_DBIOLM                     18         18         -1         -1 I/O         D
PQL_MBIOLM                    100          4         -1         -1 I/O         D
PQL_DBYTLM                   8192       8192         -1         -1 Bytes       D
PQL_MBYTLM                  40000       1024         -1         -1 Bytes       D
PQL_DCPULM                      0          0         -1         -1 10Ms        D
PQL_MCPULM                      0          0         -1         -1 10Ms        D
PQL_DDIOLM                     18         18         -1         -1 I/O         D
PQL_MDIOLM                    100          4         -1         -1 I/O         D
PQL_DFILLM                     16         16         -1         -1 Files       D
PQL_MFILLM                    100          2         -1         -1 Files       D
PQL_DPGFLQUOTA              32768       8192         -1         -1 Pages       D
PQL_MPGFLQUOTA                512        512         -1         -1 Pages       D
PQL_DPRCLM                      8          8         -1         -1 Processes   D
PQL_MPRCLM                      8          0         -1         -1 Processes   D
PQL_DTQELM                      8          8         -1         -1 Timers      D
PQL_MTQELM                      0          0         -1         -1 Timers      D
PQL_DWSDEFAULT                670        100         -1         -1 Pages        
PQL_MWSDEFAULT                670         60         -1         -1 Pages        
PQL_DWSQUOTA                 1340        200         -1         -1 Pages       D
PQL_MWSQUOTA                 1340         60         -1         -1 Pages       D
PQL_DWSEXTENT               65500        400         -1         -1 Pages       D
PQL_MWSEXTENT               65500         60         -1         -1 Pages       D
PQL_DENQLM                     30         30         -1         -1 Locks       D
PQL_MENQLM                    200          4         -1         -1 Locks       D
PQL_DJTQUOTA                 1024       1024         -1         -1 Bytes       D
PQL_MJTQUOTA                    0          0         -1         -1 Bytes       D
ACP_MAPCACHE                  224          9          2         -1 Pages       D
ACP_HDRCACHE                 2384         36          8         -1 Pages       D
ACP_DIRCACHE                 2284         22          4         -1 Pages       D
ACP_DINDXCACHE                821         26          2         -1 Pages       D
ACP_WORKSET                     0          0          0         -1 Pages       D
ACP_FIDCACHE                   64         64          0         -1 File-Ids    D
ACP_EXTCACHE                   64         64          0         -1 Extents     D
ACP_EXTLIMIT                  100        100          0       1000 Percent/10  D
ACP_QUOCACHE                  492         64          0       2337 Users       D
ACP_SYSACC                     30          8          0         -1 Directories D
ACP_MAXREAD                    32         32          1         64 Blocks      D
ACP_WINDOW                      7          7          1         -1 Pointers    D
ACP_WRITEBACK                   1          1          0          1 Boolean     D
ACP_DATACHECK                   2          2          0          3 Bit-mask    D
ACP_BASEPRIO                    8          8          4         31 Priority    D
ACP_SWAPFLGS                   14         15          0         15 Bit-mask    D
ACP_XQP_RES                     1          1          0          1 Boolean      
ACP_REBLDSYSD                   0          1          0          1 Boolean      
DEFPRI                          4          4          1         31 Priority    D
IJOBLIM                        64         64          1       8192 Jobs        D
BJOBLIM                        16         16          0       1024 Jobs        D
NJOBLIM                        16         16          0       1024 Jobs        D
RJOBLIM                        16         16          0      65535 Jobs        D
DEFQUEPRI                     100        100          0        255 Priority    D
MAXQUEPRI                     100        100          0        255 Priority    D
LGI_PWD_TMO                    30         30          0        255 Seconds     D
LGI_RETRY_LIM                   3          3          0        255 Tries       D
LGI_RETRY_TMO                  20         20          0        255 Seconds     D
LGI_BRK_LIM                     5          5          0        255 Failures    D
LGI_BRK_TMO                   300        300          0    5184000 Seconds     D
LGI_HID_TIM                   300        300          0 1261440000 Seconds     D
VAXCLUSTER                      2          1          0          2 Coded-value  
EXPECTED_VOTES                  5          1          1        127 Votes        
VOTES                           1          1          0        127 Votes        
RECNXINTERVAL                  50         20          1      32767 Seconds     D
DISK_QUORUM     "$1$DUA165       "    "    "     "    "     "ZZZZ" Ascii        
QDSKVOTES                       1          1          0        127 Votes        
QDSKINTERVAL                   10         10          1      32767 Seconds      
ALLOCLASS                       1          0          0        255 Pure-number  
LOCKDIRWT                       1          0          0        255 Pure-number  
NISCS_CONV_BOOT                 0          0          0          1 Boolean      
NISCS_LOAD_PEA0                 1          0          0          1 Boolean      
CHECK_CLUSTER                   0          0          0          1 Boolean      
NISCS_PORT_SERV                 0          0          0          3 Bit-encoded  
MSCP_LOAD                       1          0          0      16384 Coded-value  
MSCP_SERVE_ALL                  1          0          0          2 Coded-value  
MSCP_BUFFER                   428        128         16         -1 Coded-value  
MSCP_CREDITS                   25          8          2        128 Coded-value  
TAILORED                        0          0          0          1 Boolean      
WS_OPA0                         0          0          0          1 Boolean     D
STARTUP_P1                  "    "    "    "     "    "     "zzzz" Ascii        
STARTUP_P2                  "DX  "    "    "     "    "     "zzzz" Ascii        
STARTUP_P3                  "    "    "    "     "    "     "zzzz" Ascii        
STARTUP_P4                  "    "    "    "     "    "     "zzzz" Ascii        
STARTUP_P5                  "    "    "    "     "    "     "zzzz" Ascii        
STARTUP_P6                  "    "    "    "     "    "     "zzzz" Ascii        
STARTUP_P7                  "    "    "    "     "    "     "zzzz" Ascii        
STARTUP_P8                  "    "    "    "     "    "     "zzzz" Ascii        
MMG_CTLFLAGS                    3          3          0         -1 Bit-mask    D
WINDOW_SYSTEM                   1          0          0          2 Pure-number D
ERLBUFFERPAGES                  2          2          2         32 Pages        
TAPE_ALLOCLASS                  0          0          0        255 Pure-number  
VECTOR_MARGIN                 100        100          1         -1 Pure-number D
SHADOWING                       2          0          0          3 Coded-value  
SHADOW_SYS_DISK                 1          0          0         -1 Bit_Code    D
SHADOW_SYS_UNIT                 0          0          0       9999 Unit         
SHADOW_MAX_COPY                 4          4          0         42 Threads     D
TMSCP_LOAD                      0          0          0          3 Coded-value  
LGI_CALLOUTS                    0          0          0        255 Count       D
NET_CALLOUTS                    0          0          0        255 Count       D
SHADOW_SYS_WAIT               256        256          1      65535 Seconds     D
IEEE_ADDRESS                    0          0         -1         -1 Pure-number D
IEEE_ADDRESSH                   0          0         -1         -1 Pure-number D
SHADOW_SYS_TMO                 20         20          1      65535 Seconds     D
SHADOW_MBR_TMO                 20         20          1      65535 Seconds     D
CRD_CONTROL                     7          7          0         15 Bit-mask     
SECURITY_POLICY                 7          7          0         -1 Bit-mask     
NISCS_MAX_PKTSZ              1498       1498       1080       8192 Bytes        
NISCS_LAN_OVRHD                18         18          0        256 Bytes        

    
534.5Let me know if it happens againCOOKIE::AMENDThu May 08 1997 08:4716
Volker

  Thanks for the information.  It appears that the engine did a
  lib$signal and could not get virtual memory and got the
  unrecoverable error.  The scheduler tried to send mail and got
  an ACCIVO in the mail program.

  We are looking at the system parameters now to see if we see
  anything.

  Let me know if the problem happens again.  If is does I would
  like the logs from the scheduler and defragmentation processes.

  thanks
    jim amend

534.6moreMUNICH::REINHow come holes in SWISS CHEESE??Fri May 16 1997 07:5312
    Customer says, that all happens during shutdown of system:
    
    :42.79 HVVX02 %%%%%%%%%%%  OPCOM  15-APR-1997 16:13:42.48  %%%%%%%%%%%
    3:42.87 HVVX02 Message from user SYSTEM on HVVX02
    3:42.87 HVVX02 %DFG-F-INTERR, internal error: open file check
    
    ???
    On next time we will get more,
    
    regards
    
    Volker
534.7Does not appear to be a problemCOOKIE::AMENDMon May 19 1997 12:2220
Volker

  In searching through the code for this error, I could only find
  one place that this error can occur.  From what you say, it
  appears that a defragmentation process was running on the
  system when they shut the system down.  If the disk was
  dismounted, while the defragmentor was running, the defragmenter could give
  this error.  The error indicates that it went out to the UCB
  to find the VCB and the FCB and then walk to FCB to see which files
  were open.  If the disk was dismounted then, the defragmentor
  could give this error.

  DFO does not stop any defragmentors on the system when doing a
  shutdown.

  Has the customer had an schedules that went away since
  recreating the database?

  thanks for your supporta'
    jim amend