home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 16 Announce / 16-Announce.zip / dcetxt.zip / DCE.TXT
Text File  |  1993-06-13  |  15KB  |  300 lines

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