home *** CD-ROM | disk | FTP | other *** search
/ Power-Programmierung / CD1.mdf / lan / prefer / prefer.doc < prev    next >
Text File  |  1990-04-09  |  4KB  |  89 lines

  1.                              Prefer
  2.  
  3. On a network with several file servers any network workstation
  4. can log in to any server on the same network, provided of course,
  5. that they have an account on that server. One can get a list of
  6. the available servers on the network by typing SLIST at the
  7. prompt when in the LOGIN directory.
  8.  
  9. The design of Novell's Netware workstation software (NET3) is
  10. such that when it loads into the PC, it scans its Ethernet
  11. connection for any available server on the network, not
  12. necessarily the server that is associated with that workstation. 
  13. This function, called "Get Nearest Server", allows the PC to
  14. attach the least busiest server to get its LOGIN directory and
  15. necessary login files. The user is not aware that the PC may be
  16. attached to any server on the network at this point. In order for
  17. the user to log in to the correct server, the server name must be
  18. associated with the login command: LOGIN servername/username.
  19.  
  20. Problems with multiple-server networks
  21.  
  22. Hidden connections
  23.  
  24. When a workstation attaches to the first available server, even
  25. though the user may log in to another server, there still exists
  26. a hidden connection to the first server. In most cases this may
  27. never affect the user. But under certain conditions, if that
  28. first server should halt or somehow become disconnected from the
  29. network, it can actually crash any workstation that initially
  30. attached to it, even though the user has no formal connection
  31. with it any more.
  32.  
  33. LOGIN miss-match
  34.  
  35. With independent codes and departments sharing the same network,
  36. the probability of different version servers can exist. In
  37. NAVSEA's case there are two servers on the network that are two
  38. versions older than the rest. If a workstation attaches to one of
  39. these, and then tries to log in to a later version server, the
  40. older version LOGIN program that the workstation will use may not
  41. be able to understand some of the newer server's system login
  42. script commands. Although this problem will not crash the
  43. workstation, the login script will abort before completion and
  44. may not completely set the workstation up for the newer server's
  45. environment.
  46.  
  47. Prefer's fix
  48.  
  49. Both of these problems can be fixed with the use of the PREFER
  50. program. It is a simple program that can be copied to the
  51. workstation's network driver subdirectory and included in the
  52. AUTOEXEC.BAT file immediately after NET3 is executed. PREFER
  53. breaks ALL connections with the server that NET3 attaches to and
  54. establishes new connections with a user specified server. From
  55. that point on the login directory, login utilities, and all
  56. dependent connections are from the desired server.
  57.  
  58. Exception
  59.  
  60. If it is the user's intention to ATTACH to other servers after
  61. logging in, dependent connections will be established to that
  62. server until it is logged out.
  63.  
  64.  
  65. Operation
  66.  
  67. PREFER is simply used by entering the command "PREFER servername"
  68. at the prompt or within a batch file, where "servername" is the
  69. user's desired server.
  70.  
  71. If PREFER is invoked without a server name it will do nothing and
  72. return to the DOS prompt.
  73.  
  74. If PREFER is invoked with a server name where the dependent
  75. connections are already established, it will indicate such and
  76. return to the DOS prompt.
  77.  
  78. If PREFER is invoked after the user has logged in, and the new
  79. server name is different from the old server name, the user will
  80. be logged out of the old server when the new connections are
  81. established. 
  82.  
  83. The prefer program file is PREFER.EXE. It can be invoked at the
  84. command line or in a batch file, but cannot be invoked from a
  85. system or user login script.
  86.  
  87.                          AAC Associates
  88.                         (703) 415 - 4400
  89.