Groups | Search | Server Info | Login | Register


Groups > comp.os.vms > #2764

Re: Y3K for PDP-11 Operating Systems

From koehler@eisner.nospam.encompasserve.org (Bob Koehler)
Newsgroups comp.os.vms, alt.sys.pdp11, comp.sys.dec, vmsnet.pdp-11
Subject Re: Y3K for PDP-11 Operating Systems
Message-ID <hlIBGf+tVSc1@eisner.encompasserve.org> (permalink)
Date 2011-05-10 12:50 -0500
References <4d99c3b6$0$23756$14726298@news.sunsite.dk> <KsmdnY-dhd7k_VzQnZ2dnUVZ_vqdnZ2d@giganews.com> <696a284f-1e28-499f-bcec-bb21ccf7cbc9@l14g2000pro.googlegroups.com>
Organization Encompasserve

Cross-posted to 4 groups.

Show all headers | View raw


In article <696a284f-1e28-499f-bcec-bb21ccf7cbc9@l14g2000pro.googlegroups.com>, John Wallace <johnwallace4@yahoo.co.uk> writes:
> 
> I remember one of my 1980s customers whose hardware service was done
> by a 3rd party. Their 2*78x cluster had a problem in that one node
> wouldn't mount one of the shared disks. They'd been waiting for their
> fixit folks to sort this for months, no progress. Then one day the
> other 78x failed, leaving them unable to produce vehicles (cars, and
> an IT company in this picture which is now part of HP, work it out).
> As a favour, DEC Field Circus came in, ran the usual diagnostics, and
> within minutes it emerged that an FPU fault had been preventing the
> disk being mounted on the original dodgy 785. It was a bit of a
> surprise to me to see an FPU involved in mounting a disk, but
> apparently it shouldn't have been a surprise.

   The FPA for the VAX-11/780, and I believe for the 785, was part of
   the data path between RAM and CPU.  When the CPU fetched and
   instruction that was implemented in the FPA, the FPA executed it,
   presented an instruction to store the result, and padded with NOPs
   to maintain instruction alignment.

   When the FPA went bad, all kinds of screw ups could happen.  I was
   quite suprized to find an FPA bug that created incorrect behaviour
   in our applications by dropping bits, but allowed VMS itself to
   run all day long.  We finally found the bug by running the Fortran
   compiler repeatedly to put a load on the CPU.  From time to time
   it would die, and we were able to see that a RET had gone to the
   wrong address, one bit different from the saved PC.

   Pulling the FPA made everything work correctly.  We ran without it
   for a couple of days until the replacement showed up (third party
   maintenance, didn't keep one in stock).

   

Back to comp.os.vms | Previous | NextPrevious in thread | Next in thread | Find similar


Thread

Re: Y3K for PDP-11 Operating Systems koehler@eisner.nospam.encompasserve.org (Bob Koehler) - 2011-05-03 12:51 -0500
  Re: Y3K for PDP-11 Operating Systems Henry Crun <mike@rechtman.com> - 2011-05-03 21:39 +0300
    Re: Y3K for PDP-11 Operating Systems onedbguru <onedbguru@yahoo.com> - 2011-05-03 15:52 -0700
      Re: Y3K for PDP-11 Operating Systems billig999@cs.uofs.edu (Bill Gunshannon) - 2011-05-04 00:07 +0000
        Re: Y3K for PDP-11 Operating Systems "Richard B. Gilbert" <rgilbert88@comcast.net> - 2011-05-04 01:16 -0400
          Re: Y3K for PDP-11 Operating Systems billg999@cs.uofs.edu (Bill Gunshannon) - 2011-05-04 13:01 +0000
            Re: Y3K for PDP-11 Operating Systems "Richard B. Gilbert" <rgilbert88@comcast.net> - 2011-05-04 10:19 -0400
              Re: Y3K for PDP-11 Operating Systems kludge@panix.com (Scott Dorsey) - 2011-05-04 10:58 -0400
              Re: Y3K for PDP-11 Operating Systems billg999@cs.uofs.edu (Bill Gunshannon) - 2011-05-04 16:33 +0000
                Re: Y3K for PDP-11 Operating Systems "Richard B. Gilbert" <rgilbert88@comcast.net> - 2011-05-04 21:51 -0400
                Re: Y3K for PDP-11 Operating Systems G Cornelius <cornelius@eisner.decus.org> - 2011-05-06 13:08 -0500
                Re: Y3K for PDP-11 Operating Systems "Richard B. Gilbert" <rgilbert88@comcast.net> - 2011-05-06 14:47 -0400
                Re: Y3K for PDP-11 Operating Systems Johnny Billquist <bqt@update.uu.se> - 2011-05-06 16:13 -0600
                Re: Y3K for PDP-11 Operating Systems Rich Alderson <news@alderson.users.panix.com> - 2011-05-07 21:00 -0400
                Re: Y3K for PDP-11 Operating Systems Johnny Billquist <bqt@softjar.se> - 2011-05-07 19:51 -0600
                Re: Y3K for PDP-11 Operating Systems "Richard B. Gilbert" <rgilbert88@comcast.net> - 2011-05-08 07:19 -0400
                Re: Y3K for PDP-11 Operating Systems Rich Alderson <news@alderson.users.panix.com> - 2011-05-09 17:32 -0400
                Re: Y3K for PDP-11 Operating Systems Rob Brown <mylastname@gmcl.com> - 2011-05-09 09:40 -0600
                Re: Y3K for PDP-11 Operating Systems Johnny Billquist <bqt@softjar.se> - 2011-05-09 09:43 -0600
                Re: Y3K for PDP-11 Operating Systems vandys@vsta.org - 2011-05-09 21:47 +0000
                Re: Y3K for PDP-11 Operating Systems Johnny Billquist <bqt@softjar.se> - 2011-05-09 16:05 -0600
                Re: Y3K for PDP-11 Operating Systems vandys@vsta.org - 2011-05-09 23:05 +0000
                Re: Y3K for PDP-11 Operating Systems Johnny Billquist <bqt@softjar.se> - 2011-05-09 17:20 -0600
                Re: Y3K for PDP-11 Operating Systems vandys@vsta.org - 2011-05-10 00:12 +0000
                Re: Y3K for PDP-11 Operating Systems Johnny Billquist <bqt@softjar.se> - 2011-05-09 19:36 -0600
                Re: Y3K for PDP-11 Operating Systems glen herrmannsfeldt <gah@ugcs.caltech.edu> - 2011-05-10 02:01 +0000
                Re: Y3K for PDP-11 Operating Systems koehler@eisner.nospam.encompasserve.org (Bob Koehler) - 2011-05-10 08:31 -0500
                Re: Y3K for PDP-11 Operating Systems John Wallace <johnwallace4@yahoo.co.uk> - 2011-05-10 09:56 -0700
                Re: Y3K for PDP-11 Operating Systems koehler@eisner.nospam.encompasserve.org (Bob Koehler) - 2011-05-10 12:50 -0500
                Re: Y3K for PDP-11 Operating Systems G Cornelius <cornelius@eisner.decus.org> - 2011-05-11 11:04 -0500
            Re: Y3K for PDP-11 Operating Systems Johnny Billquist <bqt@softjar.se> - 2011-05-04 10:02 -0700
            Re: Y3K for PDP-11 Operating Systems koehler@eisner.nospam.encompasserve.org (Bob Koehler) - 2011-05-04 12:20 -0500
            [OT] Architectures, was: Re: Y3K for PDP-11 Operating Systems Simon Clubley <clubley@remove_me.eisner.decus.org-Earth.UFP> - 2011-05-04 17:23 +0000
            Re: Y3K for PDP-11 Operating Systems glen herrmannsfeldt <gah@ugcs.caltech.edu> - 2011-05-04 18:10 +0000
              Re: Y3K for PDP-11 Operating Systems John Wallace <johnwallace4@yahoo.co.uk> - 2011-05-04 12:21 -0700
              Re: Y3K for PDP-11 Operating Systems MetaEd <metaed@gmail.com> - 2011-05-04 15:06 -0700
                Re: Y3K for PDP-11 Operating Systems Johnny Billquist <bqt@softjar.se> - 2011-05-04 20:17 -0700
            Re: Y3K for PDP-11 Operating Systems koehler@eisner.nospam.encompasserve.org (Bob Koehler) - 2011-05-10 08:20 -0500
            Re: Y3K for PDP-11 Operating Systems koehler@eisner.nospam.encompasserve.org (Bob Koehler) - 2011-05-10 08:29 -0500
              Re: Y3K for PDP-11 Operating Systems Johnny Billquist <bqt@softjar.se> - 2011-05-10 09:29 -0600
                Re: Y3K for PDP-11 Operating Systems G Cornelius <cornelius@eisner.decus.org> - 2011-05-10 12:16 -0500
            Re: Y3K for PDP-11 Operating Systems koehler@eisner.nospam.encompasserve.org (Bob Koehler) - 2011-05-10 12:45 -0500
              Re: Y3K for PDP-11 Operating Systems Johnny Billquist <bqt@softjar.se> - 2011-05-10 15:34 -0600
            Re: Y3K for PDP-11 Operating Systems koehler@eisner.nospam.encompasserve.org (Bob Koehler) - 2011-05-10 12:58 -0500
              Re: Y3K for PDP-11 Operating Systems Johnny Billquist <bqt@softjar.se> - 2011-05-10 15:36 -0600

csiph-web