DataMuseum.dk

Presents historical artifacts from the history of:

Rational R1000/400

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

Excavated with: AutoArchaeologist - Free & Open Source Software.


top - download

⟦e865dc53f⟧ Ada Source

    Length: 3072 (0xc00)
    Types: Ada Source
    Notes: 03_class, FILE, R1k_Segment, e3_tag, procedure Exec, seg_00f329

Derivation

└─⟦8527c1e9b⟧ Bits:30000544 8mm tape, Rational 1000, Arrival backup of disks in PAM's R1000
    └─ ⟦cfc2e13cd⟧ »Space Info Vol 2« 
        └─⟦this⟧ 

E3 Source Code



with Log;
with Profile;
with Remote_Operations;
with Simple_Status;
procedure Exec (Command : String := "";
                On_Host : String := ">>HOSTNAME<<";
                Response : String := "<VERBOSE>") is
    package Ro renames Remote_Operations;
    Context : Ro.Context;
    Status : Ro.Error_Status;
    procedure Check (Status : Ro.Error_Status) is
    begin
        if Simple_Status.Error (Status) then
            Log.Put_Condition (Status);
            raise Profile.Error;
        end if;
    end Check;
begin
    Ro.Acquire (A_Context => Context,
                Status => Status,
                Machine => On_Host,
                Instance => "");
    Check (Status);
    Ro.Execute (Command => Command,
                In_Context => Context,
                Status => Status,
                Timeout => Remote_Operations.Wait_Forever);
    Check (Status);
    Ro.Release (A_Context => Context,
                Status => Status,
                Idle_Timeout => Remote_Operations.Default);
    Check (Status);
    delay 15.0;
exception
    when Profile.Error =>
        null;
    when others =>
        raise;
end Exec;

E3 Meta Data

    nblk1=2
    nid=0
    hdr6=4
        [0x00] rec0=20 rec1=00 rec2=01 rec3=00c
        [0x01] rec0=09 rec1=00 rec2=02 rec3=000
    tail 0x2170bb908822a65b9d9d3 0x42a00088462060003