home *** CD-ROM | disk | FTP | other *** search
/ Network Support Encyclopedia 9 / novell-nsepro-1992-vol09.iso / download / 22info.txt < prev    next >
Text File  |  1992-03-16  |  16KB  |  306 lines

  1.  
  2.                            NetWare v2.2
  3.  
  4. NetWare v2.2 is the next generation in the evolution of the 286-based
  5. product line.  This product replaces all previous NetWare v2.1x products,
  6. including ELS.  The stratification of NetWare v2.2 has helped to focus the
  7. product to meet the demands of the workgroup market.  The following are
  8. the stratification levels for NetWare v2.2:
  9.  
  10.      NetWare v2.2 (5 user)        US $   895
  11.      NetWare v2.2 (10 user)       US $ 1,995
  12.      NetWare v2.2 (50 user)       US $ 3,495
  13.      NetWare v2.2 (100 user)      US $ 5,495
  14.  
  15. Each stratification comes with two separate Operating System options.  The
  16. user can choose to run SFT NetWare Level II w/TTS (called Dedicated
  17. NetWare v2.2) or Non-dedicated SFT NetWare Level I (aka Advanced)
  18. (called Non-dedicated NetWare v2.2).  A user can also order the above
  19. products on either 5 1/4" high density diskettes or 3 1/2" high density
  20. diskettes.
  21.  
  22. There are upgrade options available.  For more information on this, contact
  23. the Novell After Market Products (AMP) Group at 1-800-346-7177.
  24.  
  25. ===========================================================================
  26.  
  27. There are many differences and new features supported with NetWare v2.2. 
  28. They are listed below:
  29.  
  30. 1.    New INSTALLation utilities.  NETGEN, BRGEN, and SHGEN are no
  31.       longer used with NetWare v2.2.  These v2.1x programs have been
  32.       replaced with INSTALL, ROUTEGEN, and WSGEN respectively.  The
  33.       advantages of the new utilities are:
  34.  
  35.       a) consistency of keystrokes, so that <Enter> and <Esc> mean the
  36.       exact same thing no matter where used.
  37.  
  38.       b) programs now utilize "forms" rather than the Menu/Sub-Menu
  39.       system utilized in previous utilities.
  40.  
  41.       c) includes an "Easy" installation for first time users, that make 
  42.       generating a basic NetWare v2.2 server extremely easy.
  43.  
  44.       d) a redesign that allows for installation without the large 
  45.       quantity of "floppy swaps" that was required with NETGEN.
  46.  
  47.       e) consistency of utilities, so that whether you are running INSTALL,
  48.       ROUTEGEN or WSGEN, the look and feel of each utility is the same.
  49.  
  50. 2.    Current v2.1x users have had problems with a lack of File Service
  51.       Processes (FSP's), especially those using VAP's and/or large drives. 
  52.       The reorganization of the file server memory in NetWare v2.2 has
  53.       resolved this problem.  Some of the changes are as follows:
  54.  
  55.       a) DGROUP memory was changed so that MAXSTATIONS was no
  56.       longer a constant, but varied depending on stratification level, from
  57.       32 for the 5 and 10 user systems, to 64 for a 50 user system, to 116
  58.       for a 100 user system.  This affects DGROUP because there are a
  59.       large number of tables that are statically allocated with
  60.       MAXSTATIONS entries.
  61.  
  62.       b) A new routine was added, and a large number of string constants
  63.       were moved from various files to one, to reside in ASSEMBLY1
  64.       space rather than in DGROUP space.  Now, when these strings are
  65.       needed, a temporary buffer is allocated, and the routine is called with
  66.       the index number of the desired string.  Slightly over 2K of DGROUP
  67.       was recovered by this change.
  68.  
  69.       c) The core print services were removed from the OS, and were made 
  70.       linkable.  In conjunction with this change, many obsolete console 
  71.       commands were removed.
  72.  
  73.       d) The directory handle table (PathTable) and all dynamically
  74.       allocated directory handles were moved to be in a new segment,
  75.       called Dynamic Memory Pool 4.
  76.  
  77.       e) In conjunction with moving the directory handle table to a new
  78.       segment, the requirements on the Dynamic Memory Pool 1 have
  79.       been reduced, so the minimum amount of memory reserved has
  80.       been reduced from 16k to 10k.  This will allow more processes even
  81.       in situations where large drivers have been loaded.
  82.  
  83. 3.    Other OS changes were made to enhance the NetWare v2.2 product. 
  84.       These enhancements are as follows:
  85.  
  86.       a) Entries into the routing tables are now dynamically allocated
  87.       space, so that a NetWare v2.2 server can co-exist on a much larger
  88.       network than ever before.  The new routing table can hold more
  89.       entries, depending on the size of the entries.  No exact number can
  90.       be set to this, due to the dynamic nature of the table, but it is
  91.       possible to have from 4 to 5 times more entries in the router tables
  92.       than was available in NetWare v2.1x.
  93.  
  94.       b) Enhanced security, including the addition of Workgroup
  95.       Managers, as has been provided in NetWare v3.x.
  96.  
  97.       c) Change in trustee rights, so that they match v3.x.  They are:
  98.  
  99.             R     Read
  100.             W     Write
  101.             C     Create
  102.             E     Erase (formerly Delete)
  103.             M     Modify
  104.             F     File Scan (formerly Search)
  105.             A     Access Control (formerly Parental)
  106.  
  107.       This provides consistency between v2.2 and v3.x.  The NetWare
  108.       utilities will still understand the old rights, but will show only the 
  109.       new rights.  For example, a user can still GRANT a user ROS rights, but
  110.       they will appear as RF rights.  When developing for NetWare v2.2, 
  111.       the code must still set the Open bit when necessary.
  112.  
  113.       d) Many conditional variables were removed or consolidated.
  114.  
  115. 4.    The addition of a third external router has been provided to assist
  116.       many users who run VAPs on their external routers.  The two
  117.       existing routers, the dedicated real mode and the non-dedicated
  118.       protected mode, still are available, with the addition of the new
  119.       dedicated protected mode router.  This router allows for much
  120.       greater performance of VAPs on the router, especially the NetWare
  121.       for Macintosh VAP.
  122.  
  123. 5.    Enhanced DOS Workstation support, as the v3.02 shells are
  124.       provided with NetWare v2.2.  Users can now take advantage of
  125.       extended and expanded memory in the workstation.  Also, Windows
  126.       support, which previously required the purchase of a separate shell,
  127.       is now standard.
  128.  
  129. 6.    WSUPDATE.  A new program has been provided for use by network
  130.       supervisors.  This program, called WSUPDATE, will allow a System
  131.       Administrator/Supervisor to quickly and efficiently update user DOS
  132.       workstations from one location.
  133.  
  134. 7.    NWSETUP.  A new, automated initial user setup is now provided for use
  135.       in a basic network.  Functionality includes creating users, rights, 
  136.       home directories, etc.  Very helpful to the first-time network 
  137.       supervisor.
  138.  
  139. 8.    Enhanced Printing Services are included, such as:
  140.  
  141.  
  142.       a) Print Server v1.21.  This new release contains a smaller,
  143.       configurable RPRINTER and offers much faster throughput when
  144.       running as a VAP.  This new release also supports NetWare Name
  145.       Service utilities and services existing print queues and network nodes
  146.       on up to 8 internetworked v2.1x, v2.2 and v3.x servers.
  147.  
  148.       b) Enhanced, linkable core printing services are provided for those
  149.       who do not wish to run the Print Server VAP.  The advantage of this
  150.       new, linkable core printing is the ability to maintain a server's 
  151.       printers and queues without having to down the server.  Now printers 
  152.       and queues can be created or removed via the console, without having
  153.       to down the server and run NETGEN.  This provides greater flexibility
  154.       for the user, since all printing setup can be loaded into the server's
  155.       AUTOEXEC.SYS file for immediate setup, each time the server boots. 
  156.       All maintenance can be done on the fly, via new console commands.
  157.  
  158.       c) A new server command allows the system supervisor to specify
  159.       how often the server polls the print queues for print jobs when using
  160.       the core printing option.  NetWare v2.1x products polled every 15
  161.       seconds.  With NetWare v2.2, the user has the flexibility to set this 
  162.       to a desired interval.  Very useful for users who require immediate
  163.       printing, such as for Point-of-Sale situations requiring the immediate
  164.       printing of receipts.
  165.  
  166. 9.    Enhanced NetWare for Macintosh support, with the release of the
  167.       NetWare for Macintosh v2.2 VAP, which provides support for Apple
  168.       Computer's AppleTalk Phase 2, AppleTalk Filing Protocol v2.2, and
  169.       TokenTalk.  In addition, the NetWare for MAC utilities have been
  170.       enhanced to allow added network administration capabilities from a
  171.       MAC workstation.  Also, the new NetWare v2.2 INSTALL program
  172.       has the ability to load the NetWare for Macintosh VAPs automatically
  173.       during initial server installation.  This is done via a seed VAP.
  174.  
  175. 10.   New serialization scheme, as the serial number is no longer linked
  176.       into the operating system via the CACHE.OBJ file.  Each OS object
  177.       file contains the serial number, so that the GENDATA diskette is no
  178.       longer needed.
  179.  
  180. 11.   NetWare v2.2 includes the NetWare DOS Open Data-Link (ODI)
  181.       Client drivers.  There drivers support multiple protocols (ie. IPX/SPX
  182.       and TCP/IP) through a single workstation network adapter.
  183.  
  184. 12.   Enhanced NetWare HELP, called NetWare Help II, which is an
  185.       enhanced version of the retrieval system that is used.  Contains
  186.       support for non-Novell created help files (created with Folio's Views
  187.       product), pull down menus, TSR-like access, mouse support,
  188.       graphics support, and foreign character support.  NetWare Help II
  189.       has been optimized for the NetWare environment.
  190.  
  191. 13.   Contains enhanced utilities that are now common between NetWare v2.2 
  192.       and v3.11.  Though the utilities may not contain the same functionality
  193.       when run with different OS's, the files are the same.  The utilities
  194.       have been create so that they are aware of whether they are on a
  195.       NetWare v2.1x, v2.2 or v3.x server.  Some of the most notable
  196.       changes are with FCONSOLE (for changes in server memory pools),
  197.       FILER (which now has ability to copy a specified group of files or
  198.       subdirectories, like XCOPY), LOGIN (with two new parameters,
  199.       ACCESS_SERVER and PASSWORD_EXPIRES), and MAP (which has
  200.       MAP ROOT and MAP NEXT support).
  201.  
  202. 14.   NetWare v2.2 has a new disk analysis procedure in a file called
  203.       ZTEST.  ZTEST, which can be run command line, is accessed by the
  204.       new INSTALL program.  COMPSURF was used in the past to test the
  205.       integrity of the drives in the server.  Hard disk technology, as
  206.       well as NetWare's SFT features, have advanced to the point that a
  207.       full COMPSURF is no longer necessary; ZTEST now provides the
  208.       analysis support necessary.  This will reduce the time necessary to
  209.       install NetWare.  COMPSURF will still be provided with NetWare v2.2,
  210.       but will not be accessible from the INSTALL program.
  211.  
  212. 15.   NetWare v2.2 will ship on High Density media only, significantly
  213.       reducing the number of floppies.  Due to the new INSTALL and the
  214.       reduction of floppies, the number of "floppy swaps" during 
  215.       installation has been reduced over 60%.
  216.  
  217. 16.   Consolidated and simplified Documentation set is included with
  218.       NetWare v2.2.  The new manual set is designed to more closely
  219.       match the user's level of experience and information needs.
  220.  
  221. 17.   NetWare v2.2 supports the NetWare Requester for OS/2 v1.3.  This
  222.       release offers Named Pipes support for OS/2, DOS and Windows,
  223.       contains a preferred server option, and provides the ability to support
  224.       diskless workstations by doing remote program loads from the
  225.       server to the OS/2 client.  The Requester is not supplied with
  226.       NetWare v2.2 in its initial release, but there is a coupon inside the
  227.       NetWare v2.2 kit that a user can send in to get the Requester.
  228.  
  229. 18.   A new console command called WATCHDOG has been introduced in NetWare
  230.       v2.2.  This new command allows the user to set WATCHDOG parameters, so
  231.       that the 15 minute default for the watchdog can be reduced to minutes,
  232.       or set for as long as a couple of days.
  233.  
  234. 19.   Other items of interest:
  235.  
  236.       a) Accounting has been fixed in v2.2.  Prior to this release, there
  237.       were problems in how account balances were updated.  These have
  238.       all been fixed.
  239.  
  240.       b) UPS problems associated with specific machines, such as some
  241.       of the IBM PS/2 machines, were resolved.
  242.  
  243.       c) VREPAIR now functions properly on systems with multiple 
  244.       printers, large drives with multiple volumes, and with a correct 
  245.       printout of the results.
  246.  
  247.       d) A common BINDFIX between NetWare v2.2 and NetWare v3.x is
  248.       supplied with this release.
  249.  
  250.       e) DISKED is no longer shipped with NetWare v2.2.
  251.  
  252.       f) NET2 is no longer shipped with NetWare v2.2, but is supported if
  253.       a user upgrades to NetWare v2.2 from an older system.
  254.  
  255.       g) NBACKUP is included with NetWare v2.2, providing an additional
  256.       backup option to the Backup VAP, which is still supplied in this
  257.       release.
  258.  
  259.       h) The IBM PS/2 SCSI driver (PS2SCSI.OBJ) is provided with the
  260.       NetWare v2.2 kit.
  261.  
  262.       i) The high (over 100%) utilization problem with fast servers (25MHz
  263.       or higher) that existed in NetWare v2.15 is fixed in NetWare v2.2.
  264.  
  265.       j) Corrections to timing/order of messages that were in error, such
  266.       as while booting and when remirroring.
  267.  
  268.       k) Solved some problems found when mirroring NetWare Ready drives.
  269.  
  270.       l) Loader will now boot an OS if the drive has greater than 1024 cyl.
  271.       "Cylinder-wrap" is no longer an issue with the new INSTALL program.
  272.  
  273.       m) Some fixes for the support of removable drives.  Support was not
  274.       greatly enhanced, but errors were fixed, such as the ability to have
  275.       a removable on a system that has mirrored disks.  Also, larger 
  276.       removable drives that had trouble mounting are now able to mount.
  277.  
  278.       n) A problem with a conflict between TTS and Logical Record locking
  279.       was solved.
  280.  
  281.       o) Though ND can only access 8 Meg of RAM, it no longer fails if the
  282.       system has more than that.  Anything above 8 Meg will not be accessed.
  283.  
  284.       p) Fixed Global Descriptor Table overflow in Non-Dedicated.
  285.  
  286.       r) The console command CONFIG has been enhanced to include disk
  287.       driver information as well.  Also, a pause has been added to all
  288.       console commands that might scroll needed information off the screen.
  289.  
  290.       s) Many other bug fixes and enhancements to the entire product, that
  291.       are too lengthy for this document.  Most utilities and all drivers
  292.       are new to this release, and solve problems found in the past, as
  293.       well as provide new functionality to the user.
  294.  
  295. All other features supported in NetWare v2.15 are supported in NetWare
  296. v2.2, such as all of the Fault Tolerance features, communication features,
  297. administration features, and extended services (such as MHS, Btrieve,
  298. Async Link, etc.).
  299.  
  300. Since no change was made to the LAN Driver Specification and Interface, 
  301. v2.15 LAN Drivers should work with v2.2.  The same goes with Disk Drivers
  302. and VAPs, as these Specs. and Interfaces did not change.
  303.  
  304. For more information, contact the Novell After Market Product (AMP) Group
  305. at 1-800-346-7177.
  306.