Trailing-Edge
-
PDP-10 Archives
-
bb-d868a-bm
-
3-documentation/syr11-20.doc
There are no other files named syr11-20.doc in the archive.
SYR11-20.DOC -- Changes from 10(547) to 11(614)
March 1978
COPYRIGHT (C) 1972,1975,1977,1978 BY
DIGITAL EQUIPMENT CORPORATION, MAYNARD, MASS.
THIS SOFTWARE IS FURNISHED UNDER A LICENSE AND MAY BE USED AND COPIED
ONLY IN ACCORDANCE WITH THE TERMS OF SUCH LICENSE AND WITH THE
INCLUSION OF THE ABOVE COPYRIGHT NOTICE. THIS SOFTWARE OR ANY OTHER
COPIES THEREOF MAY NOT BE PROVIDED OR OTHERWISE MADE AVAILABLE TO ANY
OTHER PERSON. NO TITLE TO AND OWNERSHIP OF THE SOFTWARE IS HEREBY
TRANSFERRED.
THE INFORMATION IN THIS SOFTWARE IS SUBJECT TO CHANGE WITHOUT NOTICE
AND SHOULD NOT BE CONSTRUED AS A COMMITMENT BY DIGITAL EQUIPMENT
CORPORATION.
DIGITAL ASSUMES NO RESPONSIBILITY FOR THE USE OR RELIABILITY OF ITS
SOFTWARE ON EQUIPMENT WHICH IS NOT SUPPLIED BY DIGITAL.
SYR11.DOC Page 2
SYR11-20.DOC -- Changes from 10(547) to 11(614)
March 1978
1.0 SUMMARY
SYSERR is a program used to list the contents of the system error
file. It is the report generating portion of the DECSYSTEM-20 Error
Detection, Recover, and Reporting package.
SYSERR Version 11(614) runs on TOPS20 Version 3.
SYSERR uses HELPER, SCAN, and the compatability package.
Documentation on how to run SYSERR and descriptions of report formats
may be found in the DECSYSTEM-20 System Error Detection, Recovery, and
Reporting Reference Manual.
2.0 EXTERNAL CHANGES
This release of the SYSERR package includes the following new
functions:
1. Support 2020 type entries.
2. Support RH11/UBA massbus controller.
3. Support RM03 disk drives.
4. Handles extended length Serial Numbers.
5. New summary formats for RH11/UBA and RM03.
6. Fixed KLINIK and Network entries.
7. Reworked summary routines for Massbus entries.
8. Added 'PS:' to default input file definition.
9. Reworked /DEV: switch.
3.0 KNOWN BUGS AND DEFICIENCIES
SYSERR does not presently support more than 4 MASSBUS controllers.
This will be rectified with dynamic device table allocation in Version 12.
SYR11.DOC Page 3
4.0 INSTALLATION INSTRUCTIONS
4.1 Files Needed to Run This Package
SYSERR.EXE - Command Passer and file initialization
SYSERA.EXE - Report generating routines for TOPS10
SYSERB.EXE - Report generating routines for TOPS10
SYSERC.EXE - Report generating routines for TOPS10
SYSERD.EXE - Report generating routines for TOPS20
SYSERK.EXE - Report generating routines for KLERROR entires.
SYSERN.EXE - Report generating routines for NETWORKS entires
SYSERS.EXE - Summary report generation
SYSERR.HLP - Help file for SYSERR package
4.2 Instructions for Loading and Installing the SYSERR Package
Mount the tape labeled Distribution Tape on MTA0: and type the
following commands:
R DUMPER
TAPE MTA0:
REWIND
DENSITY 1600-BPI
SKIP 2
RESTORE <*> SYSER%.* (TO) <SUBSYS> *.*.-1
REWIND
SYR11.DOC Page 4
4.3 Files Needed to Build SYSERR Package
The SYSERR package is built from the following files:
SYRUNV.MAC - Universal file containing revision history, MACRO
definitions, and error file descriptions.
SYRLOW.MAC - Universal file containing low segment definitions.
SYRLIB.MAC - Collection of common routines for all modules.
SYSERA.MAC
SYSERB.MAC
SYSERC.MAC
SYSERR.MAC
SYSERD.MAC - Source files for package.
SYSERS.MAC
SYSERK.MAC
SYSERN.MAC
SCNMAC.UNV - Universal file for SCAN command scanner
SCAN.REL
HELPER.REL
SYSERR.HLP
SYSERR.CTL
4.4 Instructions for Building the SYSERR Package
Mount the tape labeled Distribution Tape on MTA0: and type the
following commands:
R DUMPER
TAPE MTA0:
REWIND
DENSITY 1600-BPI
SKIP 3
RESTORE <*>*.*.* (TO) <self>*.*.*
REWIND
^C
SUBMIT SYSERR.CTL/TIME:20:00/UNIQ:0/REST:1
4.5 Special Considerations
None.
SYR11.DOC Page 5
5.0 INTERNAL CHANGES
The following internal changes have been included in this release:
EDIT # CHANGE
;***********************
;EDITS FOR VERSION 11 START AT 600
;***********************
;600 - 2020 SUPPORT FOR UBA/RH11 CONTROLLER
;601 - 2020 SUPPORT FOR RM03
;604 - ADD F.DEV CHECK TO NETWORK ENTRIES
;605 - KLINIK FIXES
;606 - REWORK /DEV: SWITCH IN BCK111: ROUTINE
;607 - FIX 111 PARITY BIT-CHECK AND SUMMARY ROUTINES TO HANDLE
; DEVICES OTHER THAN RP04, RS04, & TU16 CORRECTLY
;610 - CHANGE TO ACCEPT 15 BIT SYSTEM S/N
; ADD 'PS:' TO DEFAULT INPUT FILE DEFINITION
;611 - FIX 'UNIT NAME' CONSTRUCTION IN 'MBCHAR'
;612 - ADD WARNING FOR 2 DEVICES AT SAME PHYSICAL ADDRESS
;613 - FIX MBCHA1 TO INSURE SUMMARY KNOWS CONTROLLER TYPE
; ALSO SOME COSMETICS FOR RH11 & RM03 SUMMARY LISTINGS
6.0 SUGGESTIONS
None.
[End of SYR11.DOC]