DataMuseum.dk

Presents historical artifacts from the history of:

Rational R1000/400 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 Tapes

Excavated with: AutoArchaeologist - Free & Open Source Software.


top - download
Index: ┃ T V

⟦3055a53d2⟧ TextFile

    Length: 1729 (0x6c1)
    Types: TextFile
    Names: »V«

Derivation

└─⟦5f3412b64⟧ Bits:30000745 8mm tape, Rational 1000, ENVIRONMENT 12_6_5 TOOLS 
    └─ ⟦91c658230⟧ »DATA« 
        └─⟦458657fb6⟧ 
            └─⟦a5bbbb819⟧ 
                └─⟦this⟧ 
└─⟦d10a02448⟧ Bits:30000409 8mm tape, Rational 1000, ENVIRONMENT, D_12_7_3
    └─ ⟦fc9b38f02⟧ »DATA« 
        └─⟦9b46a407a⟧ 
            └─⟦eec0a994f⟧ 
                └─⟦this⟧ 

TextFile

procedure Analyze_Crashdump
             (Tape_Drive : Natural := 0;
              Expunge : Boolean := True;
              Output_File : String := "!Machine.Error_Logs.Crash_Summary";
              Working_Directory : String := "!Machine.Temporary.Crash_Info";
              Read_Tape : Boolean := True;
              Volume : Natural := 0);
--
-- This program will analyze a crashdump tape and produce a summary that
-- should be sent to Rational for analysis.  Sometimes the summary will be
-- sufficient to diagnose the problem.
--
-- When EXPUNGE is True, the program deletes crashdump files after producing
-- the summary.  If Expunge is false, these files have to be manually
-- deleted.  The crashdump files are written to the directory specified
-- by the WORKING_DIRECTORY parameter.
--
-- TAPE_DRIVE specifies the tape drive the crashdump tape is mounted on.
--
-- OUTPUT_FILE specifies the output file name where the summary will be
-- written.  The null string will sent the output to a window.
--
-- WORKING_DIRECTORY specifies the directory where information read from the
-- tape will be stored.
--
-- READ_TAPE specifies whether that the program should read the information
-- from the tape into the WORKING_DIRECTORY before processing.  If TRUE the
-- tape is read. If FALSE the program will assume the information is already
-- in the working directory.
--
-- VOLUME specifies the which volume should be used if the WORKING_DIRECTORY
-- needs to be created.  A value of zero indicates to use the least full
-- volume.
--
-- The default expressions should be used for most parameters unless directed
-- otherwise by Rational.  The value for TAPE_DRIVE will be determined by
-- which unit the tape is mounted on.