home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1993 #1 / NN_1993_1.iso / spool / comp / os / vms / 20435 < prev    next >
Encoding:
Internet Message Format  |  1993-01-06  |  1.8 KB

  1. Path: sparky!uunet!bcstec!shamu.ca.boeing.com!mr2461
  2. From: mr2461@shamu.ca.boeing.com
  3. Newsgroups: comp.os.vms
  4. Subject: How to get accurate memory error count
  5. Message-ID: <1993Jan5.152750.137@shamu.ca.boeing.com>
  6. Date: 5 Jan 93 15:27:50 -0800
  7. Organization: Central Storage Facility
  8. Lines: 35
  9.  
  10.  
  11.  
  12.  
  13.     I'm developing a suite of routines to monitor various VAXes, and notify
  14.     appropriate people when an "important event" has occurred. One of the
  15.     categories of events that I'm watching for is hardware errors. I use the
  16.     $GETDVI system service to retrieve the number of errors most devices
  17.     have accumulated, and (ugh!) parse the output of the $SHOW ERROR command
  18.     to see if there are any memory or CPU errors. Recently, on a 7610 we
  19.     just installed, we noticed that we were generating massive numbers of
  20.     memory errors that were not showing up via the $SHOW ERROR command, but
  21.     were being logged in the error log. I know that VAXsim+ can report errors
  22.     of this type (although we have been told by DEC not to run that product
  23.     on a 7610), so I assume this information is detectable from software.
  24.     Unfortunately, I don't have source for VAXsim+ available to look up
  25.     its methods.
  26.  
  27.     Three questions:
  28.  
  29.     1. Why do some errors get logged to the error log, but not increment
  30.        the count in the $SHOW ERROR command?
  31.  
  32.     2. Does this behavior apply to devices other than memory, and thus
  33.        render my calls to $GETDVI for the ERRCNT inaccurate?
  34.  
  35.     3. How (without parsing the error log file!) can I get the true
  36.        number of errors for a device, particularly memory and CPU
  37.        boards?
  38.  
  39.     Thanks, in advance, for any help you can provide. If there is
  40.     enough interest, I'll post a summary.
  41.  
  42.  
  43.                             - Matt Robertson
  44.                             mr2461@shamu.ca.boeing.com
  45.