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

⟦923faa0e9⟧ TextFile

    Length: 1558 (0x616)
    Types: TextFile
    Notes: R1k Text-file segment

Derivation

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

TextFile

TCP/IP 2000  DTIA -- Rational DTIA Remote_Operations server

-- This file defines services accessible via Rational Networking.
-- Each non-empty line contains
--   * a Transport_Defs.Network_Name,
--   * a Transport_Defs.Socket_Id,
--   * a service name, and
--   * optionally a machine name;
-- in that order, separated by white space (blanks or tab characters).
-- Characters from "--" to the end of the line are a comment.  A
-- Network_Name, Socket_Id, service name or machine name must not
-- contain any white space or the character sequence "--".  The
-- Transport_Defs.Socket_Id is in decimal dotted notation; that is,
-- a sequence of non-negative decimal integers separated by periods.
-- Each integer represents one or more bytes, as minimally required to
-- represent that integer in binary form, most significant byte first.
-- For example, 258 and 1.2 represent the same Socket_Id, which is
-- expressed in Ada as (1,2).  A service name or a machine name should
-- be a valid Ada identifier.  The case (upper or lower) of a service
-- name or a machine name is not significant.

-- A line signifies that the named service is available via the given
-- network at the given socket in the given machine, specifically;
-- if no machine name is given, the line signifies that the named service
-- is available via the given network at the given socket in all machines
-- not specifically named in other lines.

-- Some (perhaps most) services are defined here for reference only:
-- their network and socket cannot be changed by modifying this file