home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 16 Announce / 16-Announce.zip / DCEBETA.ZIP / DCEBETA.TXT
Text File  |  1993-01-31  |  15KB  |  293 lines

  1.  THE INFORMATION IN THIS NOTICE IS CONSIDERED TO BE EXTERNAL BY IBM AND MAY BE
  2.  SHARED BY ANYONE WITH ACCESS.
  3.  
  4.  DISTRIBUTED COMPUTING ENVIRONMENT (DCE) BETA PROGRAM FOR OS/2
  5.  _____________________________________________________________
  6.  
  7.  January 12, 1993
  8.  
  9.  OVERVIEW
  10.  ________
  11.  
  12.  Today, IBM is initiating a beta program to test core Distributed Computing
  13.  Environment function on OS/2 (R) Version 2.0 systems.  The beta program is
  14.  named Distributed Systems Services for OS/2.  Orders for this program will be
  15.  accepted starting immediately. Orders will be filled beginning in February
  16.  1993, when the beta code and publications become available for shipment.  To
  17.  assist in early planning, IBM is today opening an electronic support forum
  18.  for this beta. Monitored by IBM's development laboratory in Austin, Texas,
  19.  the forum is provided so software developers can obtain answers to technical
  20.  questions about the Distributed Computing Environment beta program before or
  21.  after placing an order for the beta code.
  22.  
  23.  This beta program is being made available to customer software developers and
  24.  independent software vendors to test core Distributed Computing Environment
  25.  function and provide development feedback. Function in the beta enables soft-
  26.  ware developers to gain experience with core Distributed Computing Environ-
  27.  ment (DCE) technologies and begin application prototyping, development and
  28.  testing activities. The code in this beta program should NOT be used in pro-
  29.  duction.
  30.  
  31.  The beta function is based on the DCE source code licensed from the Open
  32.  Software Foundation* (OSF*). OSF/DCE is an integrated set of industry-leading
  33.  distributed computing technologies. These technologies present computing net-
  34.  works composed of unlike operating systems and hardware platforms as single,
  35.  logical environments for distributed applications and workstation users.  IBM
  36.  outlined its intent to deliver OSF/DCE implementations on a variety of SAA*
  37.  and AIX (R) platforms in the "Commitment to the Open Enterprise", announced
  38.  September 11, 1991 (letter 291-466).  IBM began shipping its generally avail-
  39.  able AIX Distributed Computing Environment for RISC System/6000 (R) in
  40.  December, 1992 (letter 292-533).
  41.  
  42.  The beta program for OS/2 contains these core DCE functions licensed from the
  43.  OSF:
  44.  
  45.  o   The remote procedure call provides a client/server environment that
  46.      allows applications to communicate using a procedural call model.
  47.  
  48.  o   Cell directory services allow consistent storage and retrieval of infor-
  49.      mation about objects and resources in the distributed system.
  50.  
  51.  o   The security services enforce and manage authentication and access to
  52.      resources in the distributed system.
  53.  
  54.  o   Time services ensure a consistent view of time across the network for
  55.      timestamps, event duration and other requirements dependent on time.
  56.  
  57.  o   Threads support provides DCE threads APIs based on the proposed IEEE
  58.      Standard POSIX* 1003.4a.
  59.  
  60.  The beta program also contains multi-protocol transport service with a 32-bit
  61.  socket programming interface over local IPC (local socket), TCP/IP and
  62.  NetBIOS.  However, the DCE components in this beta currently use only the
  63.  32-bit socket programming interface for local IPC and TCP/IP.  This is an
  64.  early implementation of the Common Transport Semantics as described in the
  65.  Networking Blueprint announced by IBM September 15, 1992 in Programming
  66.  Announcement Letter 292-476. This function uses Multi-Protocol Transport Net-
  67.  working (MPTN) line flows for connectivity consistent with the Networking
  68.  Blueprint.
  69.  
  70.  This beta program supports interoperability between OS/2 DCE clients and
  71.  servers, as well as between OS/2 and IBM's AIX Distributed Computing Environ-
  72.  ment product family for RISC System/6000.  OS/2 DCE components are intended
  73.  to interoperate with other industry platforms that are compliant with OSF/DCE
  74.  but that interoperability is not specifically tested at the time of this beta
  75.  program announcement.
  76.  
  77.  PROGRAM DESCRIPTION
  78.  ___________________
  79.  
  80.  DCE services in this beta contain the function of OSF/DCE Release 1.0, and
  81.  include OSF 1.0.1 quality improvements.  Beta program interfaces and documen-
  82.  tation are available in U.S. English only.
  83.  
  84.  The distributed system services (DSS) beta program is composed of a set of
  85.  packages shipped together so a complete DCE cell can be installed.  A DCE
  86.  cell is a set of systems that share the services of a DCE cell directory
  87.  server and a DCE security server.  The contents shipped with this beta
  88.  program include the code and licenses required to install a DCE cell of up to
  89.  10 OS/2 systems, including a cell directory server and a security server.
  90.  Beta code can be used to build homogeneous DCE cells (all OS/2 systems) or
  91.  heterogeneous DCE cells (i.e., some combination of DCE clients and servers on
  92.  OS/2 and other platforms).  The DSS beta program includes these code packages
  93.  providing the DCE services described above to the DCE cell.
  94.  
  95.  1.  DSS Beta Cell Directory Server
  96.  2.  DSS Beta Security Server
  97.  3.  DSS Beta Multi-Protocol Transport Service
  98.  4.  DSS Beta Client, with or without user data privacy
  99.  
  100.     NOTE:  DCE products use the U.S. Government Data Encryption Standard (DES)
  101.     encryption algorithm to encrypt passwords and other control information in
  102.     the DCE system. Access to DES algorithms for encryption of user data
  103.     (e.g., data passed in a remote procedure call), is controlled by the U.S.
  104.     Government. The "DSS Beta Client with user data privacy" contains the full
  105.     function implementation of the Data Encryption Standard (DES implementa-
  106.     tion) algorithm which can be optionally used to encrypt user data via
  107.     remote procedure calls and, as such, is subject to U.S.  government export
  108.     regulations. The "DSS Beta Client with user data privacy" can be freely
  109.     used within the country borders of the United States of America. Export
  110.     outside the United States is permitted after being granted a U.S. export
  111.  
  112.     license supplied by the U.S.  Export Regulation Office and after complying
  113.     with any local (non-USA) government restrictions.
  114.  
  115.     The "DSS Beta Client without user data privacy" uses DES algorithms for
  116.     password encryption and other control information. Its distribution is not
  117.     regulated by the United States.
  118.  
  119.  The beta program includes a library of documentation for use with the beta
  120.  code. The library contains documentation on DCE services, DCE administration,
  121.  application development programming in DCE and documentation on the 32-bit
  122.  socket interface for transports as listed below:
  123.  
  124.  o   Distributed Computing Environment Concepts
  125.  o   Guide to Planning, Installing, and Configuring DCE
  126.  o   Administrator's Guide
  127.  o   Administrator's Command Reference
  128.  o   Application Developer's Guide
  129.  o   Application Developer's Reference
  130.  o   Multi-Protocol Transport Service Installation and Programmer's Reference
  131.  
  132.  All beta participants receive the publications library in displayable
  133.  softcopy form. These displayable manuals can be used with the BookManager
  134.  (TM) READ licensed programs in any supported environment. In addition, beta
  135.  participants receive a second set of publications in either hardcopy form or
  136.  as files pre-formatted for printing on IBM 3820 printers, depending on the
  137.  delivery method requested when ordering.
  138.  
  139.  PLANNING INFORMATION
  140.  ____________________
  141.  
  142.  o   IBM OS/2 Version 2.0 is required.
  143.  
  144.  o   Network transport services function is required. One of the following
  145.      must be installed:  IBM Lan Server 3.0 or IBM Network Transport
  146.      Services/2.
  147.  
  148.  o   IBM OS/2 TCP/IP is not required, but if it is installed, it must be IBM
  149.      TCP/IP Version 1.2.1 for OS/2 at CSD level UN29511.
  150.  
  151.  o   IBM C SET/2 Version 1.0 (for workstations being used to compile applica-
  152.      tions using remote procedure calls).
  153.  
  154.  o   OS/2 2.0-compatible hardware, configured for code page PC-850 or PC-437.
  155.  
  156.  o   While using the code in this beta program, a 20MHz or better 386
  157.      processor, 16MB of RAM and 320MB of DASD are recommended to accommodate
  158.      both the beta code and development tools such as compilers.  The code has
  159.      not yet been tuned for performance nor to minimize storage requirements.
  160.  
  161.  o   IBM OS/2 Version 2.0 Developer's Toolkit is not required but can co-exist
  162.      on the same workstation as the beta code.
  163.  
  164.  o   An IBM BookManager (TM) READ licensed program must be available to the
  165.      user in order to access the beta program's on-line publications.
  166.  
  167.  TECHNICAL SUPPORT
  168.  _________________
  169.  
  170.  All beta participants receive no-charge technical support during this beta
  171.  program through forums on CompuServe and the OS/2 Bulletin Board (OS2BBS) or
  172.  the IBMPC disk.  The forums are open now for initial planning questions.  IBM
  173.  support will be provided on a 'reasonable efforts' basis.
  174.  
  175.  o   To communicate via CompuServe, type "GO OS2DF2" and use the DCE message
  176.      section to contact IBM.
  177.  
  178.  o   To communicate via IBM's network, select the filename OS2DCE from the OS2
  179.      Question and Answer Bulletin Boards on OS2BBS, or select the OS2DCE
  180.      CFORUM on the IBMPC disk to contact IBM.
  181.  
  182.  ORDERING INSTRUCTIONS
  183.  _____________________
  184.  
  185.  Beta code and documentation can be ordered today for shipment beginning in
  186.  February 1993. Orders are currently limited to shipment within the United
  187.  States and Canada.  Details for worldwide distribution will be made known
  188.  when the beta code and publications become available for shipment.  You can
  189.  request either of two delivery methods -- no charge electronic delivery
  190.  through IBM's VM network or delivery of diskettes and hardcopy publications
  191.  through a toll-free number. If using the toll-free number, you will be
  192.  charged for reproduction and distribution costs.
  193.  
  194.  Both delivery methods offer you the following beta program order options:
  195.  
  196.  o   Option A - OS/2 DSS Beta With User Data Privacy
  197.  
  198.      The DSS client includes data privacy support for optionally encrypting
  199.      user data passed in a remote procedure call.  This package contains full
  200.      DES algorithms and its distribution is controlled by the United States
  201.      Export Regulation Office.  Beta participants should not export this
  202.      package outside the United States (or re-export it outside of Canada).
  203.  
  204.      Contents:  program diskettes (or diskette images) and licenses necessary
  205.      to configure a DCE cell of up to 10 systems, one set of online publica-
  206.      tions diskettes (or diskette images), and one additional set of publica-
  207.      tions, shipped either hardcopy (for orders placed via the toll-free
  208.      number) or files pre-formatted for printing on IBM 3820 printers (for
  209.      electronic requests).
  210.  
  211.  o   Option B - OS/2 DSS Beta Without User Data Privacy
  212.  
  213.      The DSS client does not include user data privacy support.  This package
  214.      contains limited DES algorithms. Its distribution is not controlled by
  215.      the U.S. government.
  216.  
  217.      Contents:  program diskettes (or diskette images) and licenses necessary
  218.      to configure a DCE cell of up to 10 systems, one set of online publica-
  219.      tions diskettes (or diskette images), and one additional set of publica-
  220.      tions, shipped either hardcopy (for orders placed via the toll-free
  221.      number) or files pre-formatted for printing on IBM 3820 printers (for
  222.      electronic requests).
  223.  
  224.  To obtain beta code and documentation via no charge electronic delivery,
  225.  contact your IBM marketing representative and submit the following informa-
  226.  tion via FAX to (512) 838-2433, "Attn: Department 459" or submit a PROFS note
  227.  to DCEREQ at AUSVM1:
  228.  
  229.  o   Specify whether you are ordering beta progam Option A or B.
  230.  o   Company Name:
  231.  o   Shipping Address:
  232.  o   Company Technical Contact Name and Phone Number:
  233.  o   IBM Marketing Rep Name:
  234.  o   VM Node (VM Userid):
  235.  
  236.  To obtain beta program diskettes and hardcopy publications, call one of the
  237.  numbers below and specify whether you are ordering beta program Option A or
  238.  B.
  239.  
  240.  o   In the U.S., call 1-800-IBM-3040.  You will be charged $140.00 (U.S.)
  241.      plus a shipping charge.
  242.  
  243.  o   In Canada, call 1-800-465-2222.  You will be charged $190.00 (Canadian)
  244.      plus a shipping charge.
  245.  
  246.  Details for worldwide distribution will be made known when the beta code and
  247.  publications become available for shipment.
  248.  
  249.  ADDITIONAL INFORMATION
  250.  ______________________
  251.  
  252.  IBM does not guarantee that this beta program will ever be made generally
  253.  available.  All beta code and documentation are under development and may be
  254.  modified substantially should there be a generally available product.  In
  255.  addition, the manner in which IBM packages these development materials may
  256.  differ substantially from any generally available products.
  257.  
  258.  IBM reserves the right to modify or withdraw this offering at any time.
  259.  
  260.  Your license for the beta code may be terminated by IBM upon 30 days written
  261.  notice.
  262.  
  263.  OPEN SOFTWARE FOUNDATION
  264.  ________________________
  265.  
  266.  The function in this beta program is based on OSF/DCE.  The Open Software
  267.  Foundation is an independent not-for-profit research and development organ-
  268.  ization founded in 1988.  Membership in OSF is open to hardware and software
  269.  vendors and other interested organizations worldwide. OSF's mission is to
  270.  specify and develop leadership software for an open vendor-neutral software
  271.  environment and to make it available to the industry.
  272.  
  273.  DCE is the Distributed Computing Environment, a set of technologies provided
  274.  through the Open Software Foundation to enable development of distributed
  275.  applications in a multi-vendor environment. It consists of a set of core ser-
  276.  vices, a distributed file system, and a global directory service.
  277.  
  278.  You can contact the Open Software Foundation directly at its main office, 11
  279.  Cambridge Center, Cambridge, MA, 02142, United States.  Books describing dis-
  280.  tributed computing environments are available in bookstores, including OSF's
  281.  own library of publications published through Prentice-Hall.
  282.  
  283.  ____________________
  284.  
  285.  * Open Software Foundation and OSF are trademarks of the Open Software Foun-
  286.  dation, Incorporated.
  287.  * CompuServe is a trademark of CompuServe Incorporated.
  288.  * POSIX is a trademark of the Institute of Electronical and Electronics Engi-
  289.  neers.
  290.  * SAA is a trademark of the IBM Corporation.
  291.  (R) OS/2, AIX, AIX/6000 and RISC System/6000 are registered trademarks of the
  292.  IBM Corporation.
  293.