DataMuseum.dk

Presents historical artifacts from the history of:

Rational R1000/400 DFS Tapes

This is an automatic "excavation" of a thematic subset of
artifacts from Datamuseum.dk's BitArchive.

See our Wiki for more about Rational R1000/400 DFS Tapes

Excavated with: AutoArchaeologist - Free & Open Source Software.


top - download

⟦eafc427e4⟧ DFS_RELEASE, TextFile

    Length: 4131 (0x1023)
    Types: DFS_RELEASE, TextFile
    Names: »DFS_RELEASE«

Derivation

└─⟦24d56d853⟧ Bits:30000744 8mm tape, Rational 1000, DFS, D_12_6_5 SEQ293
    └─ ⟦this⟧ »DFS_RELEASE« 

TextFile

DFS D3.0

May 29, 1992

DFS release D3.0

*  This revision allows selftest to pass without a XE1201 modem chip installed.

*  User interface is now menu driven
  
*  New program TOMBSTONE for viewing tombstone files from the DFS
    invoked by using "x tombstone" from the "CLI>" prompt.
  
*  New program REWRITE for refreshing all data on a disk from the DFS
    invoked by using "x rewrite" from the "CLI>" prompt. For details and 
    a copy of the standard help dialogue, see below.
    
*  New IOP Kernels for 300C, 300S, 400C and 400S are provided. The following
    bug(s) was(were) fixed:
    
    PRS =>  9123690-0165-8/2,       
            9123690-0164-4
    CSR =>  5559 

    Software flow control om port 16 has been repaired.

*  New file created in DFS (200/300/400) which contains the date codes
   of the EEPROMS.  File name is EEPROM_REVS and can be read by using
   the DFS.COPY command,

    Dfs.Copy (Dfs_Filename => "EEPROM_REVS",
              Env_Filename => "EEPROM_REVS",
              Allow_Overwrite => False);

   which will copy the file to the local context, where it can then be viewed.
   

*******************************************************************************
  REWRITE                

    This DFS program is used to rewrite a disk drive. It will attempt
to rewrite every header and data field on the disk in place thereby not
only refreshing the data but the header as well. Normally, the header is
only written at format time when running the DFS RECOVERY program.
The program allows for 2 modes of operation:
    rewriting a single disk    ( interactive mode )
    rewriting multiple disks   ( unattended mode )
    
When running in single disk mode, as correctable errors are encountered, the
program stops and prompts for user directions. In multiple disk mode, all
drives are configured to run at the beginning of the program and the user
can 'walk away' while the program ripples thru the specified drives.

A single drive dialogue follows, note that when really running, the 
cylinder line will increment as the program proceeds thru the drive.

CLI> x rewrite
Module     = REWRITE
   Version = 1.00
   Date    = 92/01/21
   Time    = 08:01:25
Options are:
    0 => Exit
    1 => rewrite one disk
    2 => rewrite multiple disks
    3 => show_skipped buffer
Enter option : 1
Enter unit number of disk to rewrite : 3

HDA => 11891
This drive has 823 cylinders, 10 heads, 66 sectors,
The rewrite time for a 2333 is about 38 minutes.
Do you wish to rewrite the drive [Y] ?
Strike any key to stop rewriting this drive.
Cylinder 823
Elapsed time is 00:31:04

The following is an example of running the multiple option and shows a typical
error report for an unrecoverable error. In the case of an unrecoverable read 
error, the sector is just left as it is. For correctable errors, the error is
corrected before the sector is rewritten. The true elapsed time may deviate 
from the estimated time based on the number of bad blocks encountered.


Options are:
    0 => Exit
    1 => rewrite one disk
    2 => rewrite multiple disks
    3 => show_skipped buffer
Enter option : 2
Do you wish to rewrite drive  0 [Y] ? n
Do you wish to rewrite drive  1 [Y] ? y

HDA => 19149
This drive has 823 cylinders, 10 heads, 66 sectors,
The rewrite time for a 2333 is about 38 minutes.
Do you wish to rewrite drive  2 [Y] ? n
Do you wish to rewrite drive  3 [Y] ? y

HDA => 11891
This drive has 823 cylinders, 10 heads, 66 sectors,
The rewrite time for a 2333 is about 38 minutes.


Rewriting drive 1
Strike any key to stop rewriting this drive.
Cylinder 1
 CS1=C8BA CS2=0041 DS=D1C0 ER1=8040 ER2=0000 EC1=1020 EC2=0001 DC=0001 DA=0001
Skipping c/t/s 1  0  0
Cylinder 823
Elapsed time is 00:34:16


Rewriting drive 3
Strike any key to stop rewriting this drive.
Cylinder 823
Elapsed time is 00:31:04
Options are:
    0 => Exit
    1 => rewrite one disk
    2 => rewrite all disks
    3 => show_skipped buffer
Enter option :

*******************************************************************************

 
================================================================================