home *** CD-ROM | disk | FTP | other *** search
/ Microsoft Multimedia Development Kit 0.9 beta / MDKBeta_Release3.iso / mmwin / networks.txt < prev    next >
Encoding:
Text File  |  1991-06-15  |  29.9 KB  |  744 lines

  1. NETWORKS.TXT
  2.  
  3. USING NOTEPAD TO VIEW ON-LINE DOCUMENTS
  4. =======================================
  5.  
  6.   *  If you enlarge Notepad to its maximum size, the following 
  7.      document will be easier to read. To do so, click the 
  8.      Maximize button in the upper-right corner of the Notepad 
  9.      window. Or open the Control menu in the upper-left corner 
  10.      of the Notepad window and choose Maximize.
  11.  
  12.   *  To move through the document, press PAGE UP and PAGE DOWN 
  13.      or click the arrows at the top and bottom of the scroll bar
  14.      along the right of the Notepad window.
  15.  
  16.   *  To print the document, choose Print from the Notepad File 
  17.      menu.
  18.  
  19.   *  For Help using Notepad, press F1.
  20.  
  21.  
  22. NOTES ON NETWORK SUPPORT IN WINDOWS 3.0
  23. =======================================
  24.  
  25. This document contains important information that is not included
  26. in the Windows User's Guide or in on-line Help. The topics 
  27. include:
  28.  
  29.   *  Notes for system administrators who are installing Windows 
  30.      on a network server
  31.  
  32.   *  Notes for users who are running a shared copy of Windows 
  33.      from a network server
  34.  
  35.   *  General notes addressing various problems and network 
  36.      behavior
  37.  
  38.   *  Information for running Windows on a diskless workstation
  39.  
  40.   *  Specific notes about different networks and the network 
  41.      categories that are recognized by Windows Setup
  42.  
  43.   *  A table showing which Windows functions are available with 
  44.      specific networks
  45.  
  46. You can find more information about setting up and using Windows
  47. with a network in Chapter 4, "File Manager," Chapter 5, "Control 
  48. Panel," Chapter 6, "Print Manager," and Chapter 14, "Networks and
  49. Windows," in the Windows User's Guide.  
  50.  
  51.  
  52. INSTALLING WINDOWS ON A NETWORK SERVER
  53. ======================================
  54.  
  55. The following information, in conjunction with the procedures 
  56. outlined in Chapter 14, "Networks and Windows," in the Windows 
  57. User's Guide, will help you install a copy of Windows on a shared
  58. network drive so that several users can run it. 
  59.  
  60.   *  You must set all files in the shared Windows directory to 
  61.      Read Only. You can do this from within Windows File Manager
  62.      or by using the MS-DOS ATTRIB command. If the files do not 
  63.      have a read-only status, sharing violations and other 
  64.      unpredictable behavior might occur when you run Windows.
  65.  
  66.   *  Make sure that the shared Windows directory does not contain
  67.      files named SYSTEM.INI, WIN.INI, or WIN.COM. Setup creates 
  68.      these files in each user's personal Windows directory.
  69.  
  70.  
  71. RUNNING A SHARED COPY OF WINDOWS FROM A NETWORK SERVER
  72. ======================================================
  73.  
  74. If you have problems running a copy of Windows you installed with
  75. Setup from a shared network directory, here are a few things to 
  76. try. Make sure that you followed the procedures outlined in 
  77. Chapter 14, "Networks and Windows," in the Windows User's Guide.
  78.  
  79.   *  Make sure your personal Windows directory and the shared 
  80.      Windows directory are both on your path, and in that order. 
  81.      Setup should take care of this for you.
  82.  
  83.   *  Ask your system administrator to remove the MS-DOS SHARE 
  84.      command from your system. With some networks, the MS-DOS 
  85.      SHARE utility must not be loaded on your workstation if you 
  86.      want to run a shared copy of Windows.
  87.  
  88.   *  If you see sharing violations when you try to run an 
  89.      application that is stored in a shared network directory, 
  90.      make sure that all the application files are set to Read 
  91.      Only. You can check read-only status by listing the contents
  92.      of the shared network directory contents in File Manager. 
  93.      You can set files to Read Only with File Manager. If this 
  94.      does not solve the problem, wait a while and try loading 
  95.      the application again.
  96.  
  97.  
  98. GENERAL NOTES
  99. =============
  100.  
  101. The following notes apply to most networks. They explain some 
  102. behavior you might observe and offer remedies for some problems 
  103. encountered while running Windows.
  104.  
  105.   *  Many networks will fail if you log in or log out at the DOS
  106.      Prompt while running Windows. Always perform these functions
  107.      from the network section of Control Panel, if your network 
  108.      supports them.
  109.  
  110.   *  There are many settings in the SYSTEM.INI file that affect 
  111.      the way Windows interacts with a network. You can change 
  112.      these settings to correct any problems you might have 
  113.      operating Windows with your network. See the SYSINI.TXT 
  114.      on-line documents for instructions about changing the 
  115.      following SYSTEM.INI settings:
  116.  
  117.         [Boot]
  118.         Network.drv=
  119.  
  120.         [Standard]
  121.         Int28Filter=
  122.         NetAsyncSwitching=
  123.         NetHeapSize=
  124.  
  125.         [386enh]
  126.         AllVMsExclusive=
  127.         EMMExclude=
  128.         FileSysChange=
  129.         InDOSPolling=
  130.         Int28Critical=
  131.         NetAsyncFallback=
  132.         NetAsyncTimeout=
  133.         NetDMASize=
  134.         Network=
  135.         PSPIncrement=
  136.         ReflectDOSInt2A=
  137.         TimerCriticalSection=
  138.         TokenRingSearch=
  139.         UniqueDOSPSP=
  140.  
  141.   *  If you have problems running Windows or other applications 
  142.      with your network software loaded in the high-memory area 
  143.      (the HMA, or first 64K of extended memory), try disabling 
  144.      the network's HMA option. Consult your network documentation
  145.      for more information.
  146.  
  147.   *  If your network is loaded in the upper-memory region 
  148.      between 640K and 1 megabyte, you might have problems running
  149.      Windows. If so, try loading the network in conventional 
  150.      memory.
  151.  
  152.   *  On some networks, redirected drives look different in Windows
  153.      than they did without Windows. For example, a device 
  154.      redirected as \\server\share\directory might appear in 
  155.      Windows simply as \\server\share.
  156.  
  157.   *  You might need to mark applications stored on a network 
  158.      directory as Read Only to prevent sharing violations when 
  159.      they are run by more than one user at a time. You can set 
  160.      the read-only status from within Windows File Manager or by 
  161.      using the MS-DOS ATTRIB command. Most Windows applications 
  162.      require read-only status before they can be shared.
  163.  
  164.   *  When you install Windows, Setup modifies your AUTOEXEC.BAT 
  165.      file to make sure the Windows directory appears on your path
  166.      ahead of any conflicting directories. However, because of 
  167.      the way some networks implement their startup procedures, a
  168.      network can change this path when you log in. If so, your 
  169.      system administrator must modify the network login procedure
  170.      so that the paths are set correctly to run Windows.
  171.  
  172.   *  If you have difficulties running Setup, you might have your 
  173.      hardware configured in a way which is incompatible with 
  174.      Setup's hardware detection mechanism. For example, an ARCNET
  175.      network card can be configured to use base address 2E0h 
  176.      which is incompatible with attempts to detect an 8514 video 
  177.      adapter. To avoid this problem, include the /i switch when 
  178.      you run Setup. This switch disables Setup's hardware 
  179.      detection feature. 
  180.     
  181.   *  On some networks, the user's name displayed by Print Manager
  182.      will not match the user's actual log-in name.
  183.  
  184.   *  If for some reason you use Setup to change your network 
  185.      configuration after you have already installed Windows, 
  186.      Setup might not be able to remove all support for your 
  187.      previous network selection. Unnecessary files might be left
  188.      in your Windows directory, and entries might be left in your
  189.      WIN.INI or SYSTEM.INI files that could harm your system's 
  190.      performance. After changing your configuration in this way,
  191.      check the notes about both your previous and new selections 
  192.      to see if any remaining changes are no longer required.
  193.  
  194.  
  195. NOTES ABOUT DISKLESS WORKSTATIONS
  196. =================================
  197.  
  198. A diskless workstation is a machine that does not have a local 
  199. hard-disk drive, and instead uses network drives for all 
  200. activities. Some diskless workstations do have floppy drives.
  201.  
  202.  
  203. Setting Up Windows for a Diskless Workstation
  204. ---------------------------------------------
  205. In the case of most diskless workstations, you will be installing
  206. Windows from a shared network directory. To set up Windows, enter 
  207. SETUP /n as explained in Chapter 14, "Networks and Windows," in 
  208. the Windows User's Guide. Setup copies all MS-DOS device drivers 
  209. (such as HIMEM.SYS) to your private Windows directory. When it 
  210. detects that you are running a diskless workstation, it also 
  211. places proposed changes to your CONFIG.SYS and AUTOEXEC.BAT files 
  212. there, but does not automatically modify them. Notify your system 
  213. administrator to make the proper modifications for you. The 
  214. changes Windows proposes can be found in CONFIG.WIN and 
  215. AUTOEXEC.WIN.
  216.  
  217. Windows does not take care of the modification automatically 
  218. because of possible boot-resource conflicts. While some diskless 
  219. workstations can load MS-DOS and MS-DOS device drivers from a 
  220. floppy disk drive, most do so exclusively from the network. 
  221.  
  222. The machine contains ROMs that allow it to connect to a network 
  223. resource from which it loads MS-DOS, the CONFIG.SYS, and DOS 
  224. device files. This resource might be a directory containing the 
  225. appropriate files, or it might be a binary image of a floppy disk.
  226. In some cases the boot resource is still accessible after the 
  227. boot process has completed. In other cases it will be 
  228. automatically disconnected. In addition, the same boot resource 
  229. might be shared by more than one workstation, so making 
  230. modifications to suit one workstation might adversely affect 
  231. others.
  232.  
  233. If your boot directory is accessible and you can modify the files
  234. yourself, make sure that it is not being shared by other users 
  235. before making any modifications.
  236.  
  237.  
  238. Formatting Floppy Disks on Diskless Workstations
  239. ------------------------------------------------
  240. If you are running Windows from a network, you cannot format a 
  241. floppy disk from File Manager. You can, however, do so from the 
  242. DOS Prompt.
  243.  
  244.   To format a disk on a diskless workstation:
  245.  
  246.   1.  Choose the DOS Prompt icon from the Main Group in Program 
  247.       Manager.
  248.  
  249.   2.  Type the following and press ENTER:
  250.  
  251.          format x:
  252.  
  253.       where x is the letter for the floppy disk drive that 
  254.       contains the disk you want to format.
  255.  
  256.  
  257. NOTES ABOUT SPECIFIC NETWORKS
  258. =============================
  259.  
  260. In addition to the "General Notes" section, you should also read 
  261. the following topics for notes about running Windows with your 
  262. specific network. You will also find information about some of 
  263. the general categories recognized by Windows Setup in this 
  264. section.
  265.  
  266.  
  267. Novell NetWare
  268. ---------------
  269. Windows 3.0 will run with Novell NetWare versions 2.10 and later.
  270. However, your NetWare shell components (NET3.COM, NET4.COM, 
  271. NETBIOS.EXE, and IPX.COM) must be version 3.01 or higher. If you 
  272. upgrade your shell components, also upgrade other NetWare 
  273. utilities (such as BINDFIX.EXE and MAKEUSER.EXE) before using 
  274. them with the 3.01 shell.
  275.  
  276. Upgrades for these components are available through normal Novell
  277. distribution channels. Consult your system administrator for 
  278. instructions on how to install them on your system.
  279.  
  280.  
  281. In addition:
  282.  
  283.   *  If you have a Western Digital Ethercard Plus and have 
  284.      problems accessing drives using the MAP ROOT command, 
  285.      contact Western Digital for an updated driver.
  286.  
  287.   *  Do not try to log in, log out, attach, or detach a Novell 
  288.      server from the DOS Prompt within Windows. You must perform 
  289.      these operations from Windows Control Panel.
  290.  
  291.   *  By default, NetWare gives you access to only 40 files at a 
  292.      time. When you are running applications with Windows, you can
  293.      exceed this limit rather quickly. If so, you might see 
  294.      unexpected error messages. To increase the file access limit,
  295.      add the following line to your SHELL.CFG file:
  296.  
  297.        file handles = 60
  298.  
  299.   *  If you get unusable output when printing to a NetWare server
  300.      (such as incorrect fonts, garbled text, invalid page breaks,
  301.      or blank lines), you might need to edit your print job 
  302.      configuration. Try using the NetWare PRINTCON utility to set
  303.      the Auto Endcap and Enable Timeout options to No.
  304.  
  305.   *  If you want to run SWAPFILE.EXE with NetWare, you must 
  306.      disable the NWPOPUP utility temporarily. SWAPFILE can run 
  307.      only if no other applications are running. NWPOPUP is a 
  308.      Windows application that runs invisibly in your system and 
  309.      lets you see incoming network messages.
  310.  
  311.      To disable the NWPOPUP utility, choose the Disable Broadcast
  312.      Messages option from the Network section of Control Panel. 
  313.      You can then run SWAPFILE normally. After running SWAPFILE, 
  314.      you can use the Enable Broadcast Messages option in the 
  315.      Network section of Control Panel to restart the NWPOPUP 
  316.      utility.
  317.  
  318.      For more information about setting up swap files and running
  319.      the SWAPFILE utility, see Chapter 13, "Optimizing Windows," 
  320.      in the Windows User's Guide.
  321.  
  322.   *  If you are running Windows in 386 enhanced mode, paging to a
  323.      drive on a NetWare 286 server might make starting Windows 
  324.      take up to a minute. Chapter 13 of the Windows User's Guide,
  325.      "Optimizing Windows," discusses how to control the location 
  326.      of your paging file.
  327.  
  328.   *  A NetWare file server does not include the directory entries
  329.      dot (.) and double dot (..) as MS-DOS does. However, the 3.01
  330.      NetWare shell can emulate these entries when applications 
  331.      attempt to list the files in a directory. If you have 
  332.      problems listing files or deleting directories, turning on 
  333.      the Show Dots feature will help. Add the following line to 
  334.      your SHELL.CFG file:
  335.  
  336.        show dots = on
  337.  
  338.      Turning on Show Dots will cause problems with earlier 
  339.      versions of some 286-based NetWare utilities, such as 
  340.      BINDFIX.EXE and MAKEUSER.EXE. Make sure you upgrade these
  341.      utilities if you upgrade your NetWare shell.
  342.  
  343.   *  Redirected drives can look different in Windows than they 
  344.      did without Windows. For example, a device mapped as 
  345.      FileServerName/Volume:Directory will appear in Windows 
  346.      simply as FileServerName/Volume:\, showing the root of the 
  347.      file server's shared volume, rather than the subdirectory 
  348.      you expected. If so, you can correct this with the MAP ROOT 
  349.      entry explained in the following information.
  350.  
  351.   *  In some cases Windows will reset the default directory on a
  352.      drive to the root of the volume. This might upset your 
  353.      configuration if, for example, your path includes the 
  354.      current directory on a network drive (that is, your path 
  355.      includes a drive letter without a specific directory, such 
  356.      as z: instead of z:\system).
  357.  
  358.      You can prevent this problem by using MAP.EXE and LOGIN.EXE 
  359.      versions 3.0 and later to set up fake roots. This feature 
  360.      simulates the MS-DOS SUBST command, which sets the root of a
  361.      given drive to a directory designated by the user instead of
  362.      to the true root of the volume.
  363.  
  364.      For example, say you normally mapped F: to the HOME\TERRY 
  365.      directory on the SERVER\SYS volume, and then included F: in 
  366.      your path. You would do this by including the following 
  367.      command in your AUTOEXEC.BAT file or by typing the command 
  368.      before starting Windows:
  369.  
  370.        map f:=count\sys:home\terry
  371.  
  372.      The default directory on F: would then be HOME\TERRY. To 
  373.      prevent Windows from changing this, you would replace the 
  374.      command above with the one shown below:
  375.  
  376.        map root f:=count\sys:home\terry
  377.  
  378.      This command would make the directory HOME\TERRY appear to be 
  379.      the root of the F: drive.
  380.  
  381.   *  If you are running Windows in 386 enhanced mode, you can 
  382.      adjust the way Windows handles your network drive mappings 
  383.      by adding the following entries to the [NetWare] section of 
  384.      your SYSTEM.INI file:
  385.  
  386.        RestoreDrives=false
  387.  
  388.      Normally, when you exit Windows, all of your drive mappings 
  389.      are restored to the way they were before you started Windows,
  390.      and all changes you made inside Windows are lost. If you set
  391.      the RestoreDrives value to false, the mappings you made 
  392.      inside Windows will remain when you exit Windows.
  393.  
  394.        NWShareHandles=true
  395.  
  396.      Normally, each virtual machine you start from Windows will 
  397.      have its own set of drive mappings. Changes you make in one 
  398.      virtual machine will not affect another. If you set the 
  399.      NWShareHandles value to true, drive mappings will instead 
  400.      be global, and changes made in one virtual machine will 
  401.      affect all other applications.
  402.  
  403.      See the SYSINI.TXT on-line document for instructions about 
  404.      creating and changing settings.
  405.  
  406.   *  The Windows NetWare driver can be invoked through the 
  407.      Windows Control Panel, and will present the user with a list
  408.      of network functions. Network administrators can modify this
  409.      list by installing a customized NETWARE.INI file in the 
  410.      user's Windows directory. See the Network section of 
  411.      Control Panel's on-line Help for details.
  412.  
  413.   *  When installing for Novell NetWare, Windows Setup adds the 
  414.      following entry to the [windows] section of your WIN.INI
  415.      file:
  416.  
  417.         load=nwpopup.exe
  418.  
  419.      This automatically starts the NetWare popup utility, which
  420.      displays your incoming broadcast messages.
  421.  
  422.  
  423. Microsoft Network and Compatibles
  424. ----------------------------------
  425. The following notes apply to the general category of networks 
  426. that support the MS-DOS network interface and Netbios protocols.
  427.  
  428.   *  Due to the way some of these networks handle print queues, 
  429.      Print Manager cannot distinguish multiple print queues on 
  430.      the same server. The lists of print jobs in these queues 
  431.      might be displayed improperly.
  432.  
  433.   *  Due to the way some of these networks handle print queues, 
  434.      Print Manager might not be able to display the job title 
  435.      when displaying queue information.
  436.  
  437. Microsoft LAN Manager Networks
  438. ------------------------------
  439. Many networks are based upon Microsoft LAN Manager. Consult your 
  440. network documentation, network distributor, or system admini-
  441. strator to learn whether your network falls into this category, 
  442. and if so, on which version of LAN Manager it is based.
  443.  
  444.   *  Network software based on DOS LAN Manager 1.x Basic must not
  445.      be loaded in the high-memory area (the first 64K of extended 
  446.      memory) on MS-DOS 4.x. Consult your network administrator to
  447.      determine if these conditions apply to your workstation. 
  448.  
  449.   *  Some early copies of LAN Manager 1.x will require a
  450.      maintenance upgrade to run with Windows. If you experience
  451.      problems, contact your network vendor for an upgrade.
  452.  
  453.   *  LAN Manager Enhanced lets you to use popup services to see 
  454.      incoming broadcast messages. These popup services can disrupt 
  455.      the Windows display, so you must either disable them or run 
  456.      the LAN Manager WinPopup utility so they can coexist with 
  457.      Windows.
  458.  
  459.      The WinPopup utility should be located in your LAN Manager 
  460.      NETPROG directory, included on your path. To automatically 
  461.      start the utility when you start Windows, you must include 
  462.      the following entry in the [windows] section of your WIN.INI:
  463.  
  464.        load=winpopup.exe
  465.  
  466.      If you install Windows for LAN Manager 2.0 Enhanced, this
  467.      is taken care of for you. If you are running LAN Manager 
  468.      1.x Enhanced, you must insert this line yourself. See 
  469.      WININI.TXT for information on modifying your WIN.INI file.
  470.  
  471.      NOTE  The WinPopup utility included with LAN Manager 1.x 
  472.        will not run in standard or 386 enhanced mode. Request
  473.        an upgrade from your network manufacturer if you want 
  474.        to run popup services with Windows.
  475.  
  476.      Alternatively, if you want to disable the popup services, 
  477.      use the following procedure:
  478.  
  479.        1. Find your LAN Manager root directory.
  480.         
  481.        2. Use Notepad to open the LANMAN.INI file and locate the
  482.            line that begins with "wrkservices=".
  483.   
  484.        3. Remove the "messenger" and "netpopup" entries from this 
  485.           line.
  486.  
  487.        4. Save the file.
  488.  
  489.        5. Exit Windows and restart your computer.
  490.  
  491.   *  For Windows to support LAN Manager 2.0 Enhanced, you must 
  492.      have the files NETAPI.DLL and PMSPL.DLL. These files should 
  493.      already be located in your LAN Manager NETPROG directory, 
  494.      which should be on your path.
  495.  
  496.   *  If you are running Windows from the OS/2 version 1.2 DOS 
  497.      Compatibility Box, you must configure your printer drivers 
  498.      to use the special .OS2 printer ports. See the on-line 
  499.      document called README.TXT for more information.
  500.  
  501.  
  502. 3Com Networks
  503. -------------
  504. Make sure you select the proper 3Com option when you install 
  505. Windows, as outlined in Chapter 14, "Networks and Windows," in 
  506. the Windows User's Guide.
  507.  
  508.   *  The 3Com 3+Share network is based on the Microsoft Network 
  509.      product and will be handled as such by Windows. See the 
  510.      "Microsoft Network and Compatibles" section earlier in
  511.      this document.
  512.  
  513.   *  The 3Com 3+Open LAN Manager network is based on Microsoft 
  514.      LAN Manager and will be handled as such by Windows. See the
  515.      "Microsoft LAN Manager Networks" section earlier in this
  516.      document.
  517.  
  518. In addition:
  519.  
  520.   *  If you install Windows for 3Com 3+Share or 3Com 3+Open LAN
  521.      Manager (XNS only), Setup makes the following entry in the 
  522.      [386Enh] section of SYSTEM.INI:
  523.  
  524.        TimerCriticalSection=10000
  525.  
  526.      This setting is required if you are running Windows in 386 
  527.      mode and are using the 3Com XNS protocol stack.
  528.  
  529.      If you are running 3Com 3+Open LAN Manager and are not using
  530.      the XNS stack, choose the standard LAN Manager entry in 
  531.      Setup. Choosing this option will not put the above entry in 
  532.      your SYSTEM.INI file.
  533.  
  534.      If you want to use the XNS stack, but did not install 
  535.      3Com networks with Setup, you need to insert the above entry
  536.      yourself. For example, you might be using the 3Com XNS stack
  537.      with another network.
  538.  
  539.      If you are not using the 3Com XNS stack and you experience
  540.      performance problems, make sure the TimerCriticalSection
  541.      entry is not included in your SYSTEM.INI file. 
  542.  
  543.   *  Some copies of 3Com 3+Open LAN Manager version 1.1 will
  544.      require a maintenance upgrade to work with Windows. If you
  545.      have problems, contact your 3Com customer support
  546.      organization.
  547.  
  548.   *  When you install Windows, Setup modifies your AUTOEXEC.BAT
  549.      file to make sure the Windows directory appears on your path
  550.      ahead of any conflicting directories. However, because of 
  551.      the way that 3+Share implements its startup procedures, the 
  552.      network might change this path when you log in. If so, your 
  553.      system administrator must modify the network log-in 
  554.      procedure so that the paths are set correctly to run Windows. 
  555.  
  556.   *  On a 3Com 3+Open network, the user's name displayed by Print
  557.      Manager might not match the user's actual log-in name. 
  558.  
  559.   *  Some 3Com 3Station diskless workstations come with an All
  560.      ChargeCard. Make sure your machine is not configured to load
  561.      the network into the upper-memory region between 640K and 1 
  562.      megabyte, as this will not work reliably with Windows 3.0 in
  563.      standard mode.
  564.  
  565.   *  If you use the 3C505 Network Adaptor Card, you must disable 
  566.      the 3Com Link Plus to run Windows in 386 enhanced mode. You 
  567.      can disable it by removing the following lines from your 
  568.      CONFIG.SYS file:
  569.  
  570.         device=psh.sys <arguments>
  571.         device=pth.sys
  572.  
  573.      In addition, remove the following line from your AUTOEXEC.BAT 
  574.      (or other batch file you use to start your network):
  575.  
  576.         ldr
  577.  
  578.   *  When you install for 3Com 3+Share or 3Com 3+Open LAN Manager
  579.      (XNS only), Setup adds the following entries to the [386enh]
  580.      section of your SYSTEM.INI file:
  581.  
  582.         TimerCriticalSection=10000
  583.         UniqueDOSPSP=true
  584.         PSPIncrement=5
  585.  
  586.      See SYSINI3.TXT for more information on these entries.
  587.  
  588.  
  589. IBM PC LAN Program
  590. -------------------
  591. The IBM PC LAN Program is based on the Microsoft Network product 
  592. and should be handled as such by Windows. However, select the IBM
  593. PC LAN Program option during Setup to ensure that your system 
  594. options are configured correctly.
  595.  
  596. In addition:
  597.  
  598.   *  The IBM PCLP Extended Services refers to network drives and 
  599.      printers by two different names. Usually, when connecting 
  600.      to a network, you select connections from a list containing
  601.      descriptive names, but internally connections are made using
  602.      hidden names such as \\SERVER\IBMXS001.
  603.      
  604.      With PCLP Extended Services, you must type the same name as 
  605.      the hidden names in Control Panel or File Manager to make 
  606.      new network connections. Consult your network administrator
  607.      to learn the proper names to use.
  608.  
  609.   *  Some versions of PCLP lock up your system if you receive a 
  610.      broadcast message while running Windows. You can disable 
  611.      these messages with the NET PAUSE MESSENGER command. Or you 
  612.      can start up your network with NET START RDR instead of NET 
  613.      START RCV or NET START MSG commands.
  614.  
  615.   *  When installing for IBM PC LAN Program, Setup adds the 
  616.      following entries to the [386Enh] section of your 
  617.      SYSTEM.INI file:
  618.  
  619.         INDOSpolling=true
  620.  
  621.      See the on-line document, SYSINI2.TXT, for more information 
  622.      on these entries.
  623.  
  624.  
  625. Banyan VINES
  626. ------------
  627. Banyan VINES 4.0 is compatible with Microsoft Network, and will 
  628. be handled as such by Windows. However, choose the Banyan VINES 
  629. option from Setup to ensure that your system options are 
  630. configured correctly.
  631.  
  632. In addition:
  633.  
  634.   *  To run Windows in 386 enhanced mode, you must install VINES 
  635.      4.0 site-specific patch 0H. This patch is available at no 
  636.      cost through your Banyan support channel.
  637.  
  638.   *  To use Windows printing functions over VINES, you must have 
  639.      the NETBIOS support loaded. If you cannot print to a network 
  640.      printer, ask your network administrator to verify that you 
  641.      are loading NETBIOS.
  642.  
  643.   *  If you want to run non-Windows applications that use NETBIOS, 
  644.      contact your Banyan support specialist for information.
  645.  
  646.   *  In 386 enhanced mode, Windows supports only one application 
  647.      using NETBIOS at a time. When you are printing to a network 
  648.      printer from a Windows application or running any other 
  649.      applications that use NETBIOS, make sure no other virtual 
  650.      machines are running in the background. 
  651.  
  652.   *  When you install for Banyan VINES 4.0, Setup adds the 
  653.      following entry to the [386Enh] section of your SYSTEM.INI 
  654.      file:
  655.  
  656.         TimerCriticalSection=5000
  657.  
  658.      See SYSINI3.TXT for more information on this entry and its 
  659.      purpose.
  660.  
  661.  
  662. AVAILABLE FUNCTIONS FOR YOUR NETWORK?
  663. =====================================
  664.  
  665. The following table shows Windows functions that are available for specific
  666. networks. To find information for your network, match the abbreviation next 
  667. to its name in the following list with the same abbreviation at the top of
  668. the table.
  669.  
  670.   3+O   3Com 3+Open                     PCLB  PCLP Base Services
  671.   3+S   3Com 3 Plus                     PCLE  PCLP Enhanced
  672.   LM1   LAN Manager 1.x, or 2.0 Basic   MS    Microsoft Network
  673.   LM2E  LAN Manager 2.0 Enhanced        VIN   Banyan VINES
  674.   NW    Novell NetWare 2.10 or above
  675.  
  676. The X indicates that the function is available.
  677.  
  678. Function                     3+O 3+S LM1 LM2E NW PCLB PCLE MS VIN
  679. -----------------------------------------------------------------
  680.  
  681. FILE MANAGER
  682. Connect Net Drive             X   X   X   X    X   X    1   X   X
  683. Connect Net Drive/Browse                      X   X
  684. Disconnect Net Drive          X   X   X   X    X   X    X   X   X
  685.  
  686. CONTROL PANEL
  687. Printers/Network/Connect      X   X   X   X    X   X    1   X   X
  688. Printers/Network/Disconnect   X   X   X   X    X   X    X   X   X
  689. Printers/Network/Browse                      X    X
  690.  
  691.  
  692. PRINT MANAGER
  693. Able to Display the Net Queue X           X    X   X    X   X
  694. View/Selected Net Queue       X   X   X   X    X   X    X   X    
  695. View/Other Net Queue                           X   X                   
  696. Display User Name Info        X   X   X   X    X   X    X   X    
  697. Display Job Title                         X    X                   
  698. Display Job Number            X   X   X   X    X   X    X   X    
  699. Display Job ID                X       X   X    X   X    X         
  700. Pause Local Net Jobs                      X    X                   
  701. Resume Local Net Jobs                     X    X                   
  702. Delete Local Net Jobs                     X    X                   
  703.  
  704. ADDITIONAL FEATURES
  705. On-Line HELP                  X    X                                          
  706. Server Attach/Detach (Login)          X    X
  707. Password Change               X    2    
  708. Message Send                  X    X
  709. Message Receive                           X    X
  710. NetWarn Enable/Disable          X   X   X   X    X   X    X   X   X
  711.                 
  712. 1  indicates that the function is available, but users cannot use
  713.    the network names they are accustomed to. See specific notes 
  714.    on that network for more information.
  715.  
  716. 2  SYSCON and other NetWare utilities can be installed in the 
  717.    NETWARE.INI file. This provides access to these utilities 
  718.    through Control Panel.
  719.  
  720.  
  721. OTHER ON-LINE DOCUMENTS
  722. =======================
  723.  
  724. The following on-line documents contain important information not
  725. included in the Windows User's Guide or in on-line Help:
  726.  
  727. 3270.TXT    Information about using specific non-Windows
  728.         3270 emulation applications.
  729.  
  730. README.TXT    Contains important information about operating 
  731.                 Windows that was unavailable when the Windows 
  732.         User's Guide was printed.
  733.  
  734. PRINTERS.TXT    Contains information about particular printers 
  735.         and fonts that will help you configure them to 
  736.         run with Windows.
  737.  
  738. SYSINI.TXT    Contains procedures for modifying SYSTEM.INI 
  739. SYSINI2.TXT    settings (for advanced users only).
  740. SYSINI3.TXT
  741.  
  742. WININI.TXT    Contains procedures for modifying WIN.INI settings 
  743. WININI2.TXT    (for advanced users only).
  744.