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

⟦3831306f9⟧ Ada Source

    Length: 5120 (0x1400)
    Types: Ada Source
    Notes: 03_class, FILE, R1k_Segment, e3_tag, package Remote_Command_Execution, seg_028b98

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



package Remote_Command_Execution is

-- Required Information for running remote command
--      1) Test Driver.  Need this to resolve switch settings
--      2) Input Filename. The R1000 and the remote names.  Will put
--         this file to the remote name.
--      3) Output Filename. The remote and R1000 names.  Will get this file
--         from the remote.  Note that command execution will "temporarily"
--         redirect all output from the remote command execution to this
--         file on the R1000.  Then, after the command sequence has finished,
--         the remote output file if specified will overwrite the R1000; if
--         a remote name is not specified, then the command output will remain.
--      4) Remote_Results_Filename. Name of file to use on remote for remote
--         results file.  This file will be interrogated upon completion of the
--         sequence of remote command executions for status results.
-- Connection information will be cached such that once the connection has
-- been made with a remote, it will be maintained until either a different
-- connection is requested (via switching subsystem/views) or the test script
-- terminates (it is assumed that termination will result in automatic
-- closing of the connection by whatever powers that be controlling it).
--
-- The following logic dictates registering of the Test_Results:
--
--  if remote results file ok then
--      TMS.Register_Results (remote results file value)
--  elsif remote command execution failed then
--      TMS.Register_Results (Fail)
--  end;
--
-- Note that the remote command can be a sequence of lines, each of which is
-- executed as a "separate" command on the remote, which implies it can have
-- a status of its own.  Only the status from the last command executed is
-- used in determining failure status above.  All other command status's will
-- be ignored.


  procedure Run (Driver_Name : String;
                 Cmd : String;
                 Local_Input_File : String := "";
                 Remote_Input_File : String := "";
                 Local_Output_File : String := "";
                 Remote_Output_File : String := "";
                 Remote_Results_File : String := "TMSSTAT";
                 Cmd_Execution_Output_File : String := "";
                 Options : String := "");
  --
  -- Driver_Name : R1000 RCI Ada object name.  Used to setup context for
  --               executing the Cmd.
  --
  -- Cmd : literally the command to execute on the target.  For example,
  --       using the RS6000 customization, this would be "./hello.exe".
  --       This Cmd is resolved relative to the Object_Name target remote
  --       directory.  If multiline, each line will be executed as a separate
  --       command.
  --
  -- @_File         : the filename (relative to the context established by
  --                  Driver_Name) used to return remote results in.
  --                  Note that it is case sensitive, and must be a relative
  --                  name as the context is prepended to this name to form
  --                  a full pathname to workaround a problem with the RCI and
  --                  using relative pathnames to "File_Exists".  If specified
  --                  fully, then the file will be moved to/from the remote
  --                  at the appropriate time.
  --
  -- Remote_Results_File : Filename for returning remote results, same
  --                       restrictions as above. If "", then
  --                       will use the status back from the Cmd execution to
  --                       register results.

  procedure Close_Connection;
  -- force the closure of the connection established for the last command
  -- execution.

end Remote_Command_Execution;

E3 Meta Data

    nblk1=4
    nid=0
    hdr6=8
        [0x00] rec0=11 rec1=00 rec2=01 rec3=04e
        [0x01] rec0=16 rec1=00 rec2=02 rec3=026
        [0x02] rec0=14 rec1=00 rec2=03 rec3=01a
        [0x03] rec0=11 rec1=00 rec2=04 rec3=000
    tail 0x21722651283c55e415545 0x42a00044462022803