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

⟦e1ce448d8⟧ Ada Source

    Length: 6144 (0x1800)
    Types: Ada Source
    Notes: 03_class, FILE, R1k_Segment, e3_tag, package body Rs6000_Remote_Exec, seg_00d363

Derivation

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

E3 Source Code



with Ftp;
with Ftp_Defs;
with Ftp_Profile;
with Io;
with Profile;
with Remote_Operations;
with System_Utilities;
with Time_Utilities;
package body Rs6000_Remote_Exec is

    package Ro renames Remote_Operations;
    package Su renames System_Utilities;
    package Tu renames Time_Utilities;

    Printer_User : constant String := "printer";
    Printer_User_Password : constant String := "retnipr*9";
    Rs6000 : constant String := "aconit";

    The_Context : Ro.Context;  
    The_Status : Ro.Error_Status;

    procedure Initialize is
    begin
        Ro.Acquire (A_Context => The_Context,
                    Status => The_Status,
                    Machine => Rs6000,
                    User => Printer_User,
                    Password => Printer_User_Password,
                    Session => "",
                    Instance => "");
    end Initialize;


    procedure Execute (Command : String := "") is
    begin
        Ro.Execute (Command => Command,
                    In_Context => The_Context,
                    Status => The_Status,
                    Timeout => Remote_Operations.Wait_Forever);
    end Execute;


    procedure Finalize is
    begin
        Ro.Release (A_Context => The_Context,
                    Status => The_Status,
                    Idle_Timeout => Remote_Operations.Default);
    end Finalize;

end Rs6000_Remote_Exec;

E3 Meta Data

    nblk1=5
    nid=2
    hdr6=4
        [0x00] rec0=25 rec1=00 rec2=01 rec3=020
        [0x01] rec0=0f rec1=00 rec2=04 rec3=000
        [0x02] rec0=18 rec1=00 rec2=03 rec3=008
        [0x03] rec0=15 rec1=00 rec2=02 rec3=000
        [0x04] rec0=01 rec1=00 rec2=04 rec3=001
    tail 0x20102199e8215759c4060 0x42a00088462060003
Free Block Chain:
  0x2: 0000  00 03 03 e3 80 23 20 20 20 20 20 20 20 20 20 20  ┆     #          ┆
  0x3: 0000  00 05 03 fc 80 13 70 6f 6f 6c 65 64 20 74 6f 20  ┆      pooled to ┆
  0x5: 0000  00 00 03 d5 80 12 74 65 5f 54 79 70 65 20 3d 3e  ┆      te_Type =>┆