Google
 

Trailing-Edge - PDP-10 Archives - BB-H138C-BM - 5-documentation/mountr.tco
There are 7 other files named mountr.tco in the archive. Click here to see a list.
TOPS20 Change Order Number 4.1.1025

Written by: R.ACE		26-Nov-79 07:18:53

Edit checked: NO			   Document: NO
  TCO Tested: NO		Maintenance Release: NO
Hardware-related: NO

Program: MOUNTR

Related TCO's:
Related SPR's: 


Problem:   

Diagnosis:   

Solution:   

[End of TCO 4.1.1025]
TOPS20 Change Order Number 4.1.1098

Written by: KONEN		 4-Mar-80 10:22:33

Edit checked: NO			   Document: NO
  TCO Tested: NO		Maintenance Release: NO
Hardware-related: NO

Program: MOUNTR

Related TCO's:
Related SPR's: 


Problem: Magtape accounting records show the wrong user and account.

Diagnosis: Part of magtape accounting record gets deleted in MOUNTR.

Solution: In ACCMTR set up the device designator in the accounting block.  A
null device designator means the accounting block is no longer in use.

[End of TCO 4.1.1098]
TOPS20 Change Order Number 4.1.1106

Written by: KONEN		12-Mar-80 10:06:21

Edit checked: NO			   Document: NO
  TCO Tested: NO		Maintenance Release: NO
Hardware-related: NO

Program: MOUNTR

Related TCO's:
Related SPR's: 


Problem: Scheduled time/date wrong in tape accounting records.

Diagnosis: Item is not being stored in the accounting record.

Solution: Store time/date in VRA routine
[End of TCO 4.1.1106]
TOPS20 Change Order Number 4.1.1118

Written by: KONEN		20-Mar-80 09:42:57

Edit checked: NO			   Document: NO
  TCO Tested: NO		Maintenance Release: NO
Hardware-related: NO

Program: MOUNTR

Related TCO's:
Related SPR's: 


Problem: Accounting is being done on nonregulated structures.

Diagnosis: Check is wrong for nonregulated structures in MOUNTR.

Solution: At ACCSTI:+1, change TXNE 1,MS%NRS to TRNE 1,(MS%NRS).

[End of TCO 4.1.1118]
TOPS20 Change Order Number 5.1023

Written by: HEMPHILL		22-Apr-80 12:19:02

Edit checked: NO			   Document: NO
  TCO Tested: NO		Maintenance Release: NO
Hardware-related: NO

Program: MOUNTR
   Routines Affected:	GSYSPT

Related TCO's:
Related SPR's: 


Problem: 
MOUNTR's debugging capabilities need extending.

Diagnosis: 
When TSTF is set, MOUNTR gets a PID and associates it with the name "MOUNTR".
This means that only one person can debug it at one time.

Solution: 
Make MOUNTR associate a name of the form "[user]MOUNTR" with the PID.
Also, make it more clear to the debugger what it is up to.

[End of TCO 5.1023]
TOPS20 Change Order Number 5.1047

Written by: DBELL		24-May-80 23:01:16

Edit checked: NO			   Document: YES
  TCO Tested: NO		Maintenance Release: NO
Hardware-related: NO

Program: MOUNTR

Related TCO's:
Related SPR's: 


Problem: 
MOUNTR did not know how to handle disks which had controllers.  In
particular, it could not recognize and use RP20 disks.

Diagnosis: 
Code only knew about channels and units for disks.  RP20s also need
controllers.

Solution: 
Change lots of code to handle controllers.  Rework the device tables
to store this information, and clean up some of the structure handling
routines.

Notice however, that MOUNTR interacts with OPR, and therefore some
things cannot be done for RP20 disks even with MOUNTR fixed.  In
particular, the SET DISK-DRIVE command cannot work since OPR and
the rest of GALAXY don't know about controllers either.  (And they
won't learn until at least release 5 of the monitor).

[End of TCO 5.1047]