home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1993 #1 / NN_1993_1.iso / spool / comp / sys / ncr / 565 < prev    next >
Encoding:
Text File  |  1993-01-07  |  5.7 KB  |  135 lines

  1. Newsgroups: comp.sys.ncr
  2. Path: sparky!uunet!osh3!craig
  3. From: craig@osh3.OSHA.GOV (Craig Nordin)
  4. Subject: Re: NCR 3450 powerfail options
  5. Organization: U.S. D.O.L - Occupational Safety & Health Admin.
  6. Date: Thu, 07 Jan 1993 01:44:26 GMT
  7. Message-ID: <1993Jan07.014426.1163@osh3.OSHA.GOV>
  8. References: <1993Jan6.052326.12184@cnw01.storesys.coles.oz.au>
  9. Lines: 124
  10.  
  11. Hi, 
  12.  
  13. I might have written to you before, but I might not have.
  14. We've installed 50 of 250 3445 systems around the country so
  15. far.  I'm always interested to hear about their "cousins".
  16.  
  17. You wrote: 
  18.  
  19. >The 3450 powerfail kit offers restoration of the system to exactly
  20. >where it was before the power failed.
  21.  
  22. I saw this in action and it looks nice.  But I forget how long it
  23. will go on without power.  If I remember right, it goes for about
  24. 30 seconds.  
  25.  
  26. I can only guess about how you are putting these things into action.
  27. It seems to me that you really have to take a "whole system" approach
  28. to your decision.  
  29.  
  30. For instance, if your NCRs directly support the cash registers is
  31. the WHOLE THING line conditioned and UPS'ed already?  I mean if your
  32. NCR goes down quick (like I think it would with Powerfail alone) and 
  33. freezes a transaction half-entered by the clerk while the cash register 
  34. itself has ten minutes of power, you might need something else 
  35. (add a UPS to the NCR and maybe forget the powerfail).
  36.  
  37. The other thing I can figure needs some analysis is the applications
  38. you have on the NCR.  I don't know what functional business systems
  39. you have on the NCR, but I'll guess some of them are more or less
  40. "real-time", meaning your company gets burned if the kernel seizes.
  41. When I write my applications and programs, I keep in mind how they
  42. might get shut-down mid-stride -- so nothing terrible happens when
  43. they get the old SIGHUP. If the particular program is working with
  44. touchy data, it will have a cleanup routine that handles the 
  45. various "soft" shutdown signals.  And even if they get kill -9, 
  46. they can, oh, maybe figure out where they left off when they come
  47. up, and execute each whole transaction in one, tight little 
  48. split-second (meaning a very very very rare chance of catching
  49. the program's execution mid-stride).
  50.  
  51. Seems to me that powerfail and UPS is the safest.  But you have
  52. to reboot the machine once in a while anyhow.
  53.  
  54. Our production sites (where the NCRs have to do their business)
  55. are in small or mid-sized offices where a power failure is a
  56. rare thing (except for two small sites).  We have a UPS hooked
  57. up that will notify the system to do an orderly shutdown when
  58. the power goes off.  
  59.  
  60. There is even a UPS monitor software package available in 
  61. comp.sources (although our integrator didn't use it).  From
  62. looking at the NCR manuals and the comp.sources software the
  63. UPS monitor stuff is fairly easy.  It checks every once in
  64. awhile for a power change (through the serial port in the
  65. back of the NCR box) and then times the "out time".  The 
  66. monitor s/w has a certain "grace" period, in which the
  67. main power has a chance to come back on, then it gives
  68. warning to all users, and then signals the kernel to do 
  69. an orderly shutdown.  
  70.  
  71. I think there is even a specific signal() value in the 
  72. C library to identify power failure, so any C (or other
  73. language) program could check the power status if it 
  74. needed to. [ SIGPWR? ]
  75.  
  76. The powerfail option was not worth it for us, when we 
  77. considered it.  I'd guess that the business work being
  78. done with the NCR (as well as the rest of the "whole" system)
  79. will pretty much decide for you what the best decision
  80. is.
  81.  
  82. We had to have the UPS because we wanted to warn the users
  83. that the system was going down -- so that they could save
  84. their work if neccessary.  Besides, in the small offices,
  85. that UPS buzzer is nasty-loud enough anyhow.
  86.  
  87. >Being long term Tower users we would prefer the system to be restored
  88. >to its original state but have heard that the 3450 powerfail kit is
  89. >much more expensive than a separate UPS.  Any comments on this?
  90.  
  91. Maybe the powerfail kit INCLUDES a UPS.  I don't know.  I'm sure
  92. the powerfail is MUCH more expensive.  I think they put in a
  93. rather hefty and complex card in the NCR box to make it all
  94. work.
  95.  
  96. >Also, on initial work with the 3450 it seems that the 3450 powerfail
  97. >set up is a closely tied component of the 3450, are there any problems
  98. >with not using it?
  99.  
  100. Other than the loss of that "restored to EXACTLY the same state" part,
  101. I don't think so.
  102.  
  103. The standard manuals that come with the NCR's show the pinouts for
  104. the serial/power failure alarm connection, so all you should need
  105. is any UPS that will hook up to a serial port and some sort of
  106. UPS monitor software.  Don't get me wrong, it is some work, but
  107. you might save some money and be more certain about the whole
  108. shutdown process if you put it together yourself.
  109.  
  110. Ours is an SPS/American Power Conversion, Backup/RT 8000, you might
  111. price it to compare it to what NCR might offer.   Ours is supposed
  112. to go solid for at least 10 minutes (if not 30).  That is long
  113. enough for the shut-down process to take place.
  114.  
  115. Another thought:  We don't plug all of our terminals into the
  116. UPS (that would be overload!), so that means their sessions
  117. are inaccessible after initial power failure anyway.
  118.  
  119. This power failure business is tricky and unforgiving. Good Luck.
  120.  
  121. Please let me know how you do it.
  122.  
  123. Have a good day....
  124.  
  125.  
  126. P.S.  Don't forget to add the cost of a good UPS battery maintenance
  127. plan to the whole dang thing, or else, two years from now your grand
  128. scheme of reliability will all be for waste...
  129.  
  130.  -
  131.  US Department of Labor      Craig Nordin          craig@osh3.osha.gov
  132.  OSHA OMDS FSDB #N3661                  uunet!osh1.osha.gov!osh3!craig 
  133.  200 Constitution Ave. NW Phone (FTS/202) v:219-7788 x57  fax:219-5830
  134.  Washington D.C. 20210    Standard, Complete, and Constant Disclaimers
  135.