home *** CD-ROM | disk | FTP | other *** search
/ Network Support Encyclopedia 96-1 / novell-nsepro-1996-1-cd2.iso / download / netware / nn30d.exe / ON41.TXT < prev   
Text File  |  1995-08-22  |  6KB  |  129 lines

  1. Installing NetWare Navigator on a 4.1 Server
  2. TID1200842
  3. 15JUN95
  4. NetWare Navigator 3.0
  5.  
  6. DISCLAIMER:  THE ORIGIN OF THIS INFORMATION MAY BE INTERNAL OR EXTERNAL TO
  7. NOVELL.  NOVELL MAKES EVERY EFFORT WITHIN ITS MEANS TO VERIFY THIS
  8. INFORMATION.  HOWEVER, THE INFORMATION PROVIDED IN THIS DOCUMENT IS FOR
  9. YOUR INFORMATION ONLY.  NOVELL MAKES NO EXPLICIT OR IMPLIED CLAIMS TO THE
  10. VALIDITY OF THIS INFORMATION.
  11.  
  12. Question:
  13. What needs to be done to install NetWare Navigator 3.0 on a 4.1 Server?
  14.  
  15. 1. Login Scripts
  16. When you install new clients, the NetWare Navigator setup program modifies
  17. the clients' bindery login scripts to map drives and run the client setup
  18. program.  These lines are shown below:
  19.  
  20. For DOS/Windows clients:
  21.   MAP N:=<staging_server>\SYS:
  22.   MAP INS S16:=<staging_server>\SYS:\NETNAV\USER
  23.   MAP INS S16:=<staging_server>\SYS:\NETNAV\CODE
  24.   PCCOMPATIBLE
  25.   #NNWSI <user_name> <staging_server>
  26.  
  27. For OS/2 clients:
  28.   MAP N:=<server_name>\SYS:
  29.   #N:\NETNAV\OS2USER\NNWSNLM <user_name> <server_name>
  30.  
  31. In order for the NetWare Navigator clients to be able to login to NetWare
  32. Directory Services, these changes will need to be made to the NetWare
  33. Directory Services login scripts.  You could copy the lines from each
  34. user's bindery login script to their NetWare Directory Services login
  35. script - but it would be painstaking for a large number of users.
  36.  
  37. Instead, you can copy the lines to the login script for Organizational Unit
  38. (OU) where your users reside, and then change the NNWSI line the following:
  39.  
  40.      #NNWSI %LOGIN_NAME <staging_server>
  41.  
  42. The "%LOGIN_NAME" tells the login program to substitute the name of the
  43. user currently logging in.  If not all users in the OU will be NetWare
  44. Navigator clients, you can surround all of the NetWare Navigator lines with
  45. an "IF MEMBER OF GROUP" clause.  You would then need to add all of the
  46. users you want to be NetWare Navigator clients to the group name you
  47. specify.  The OU login script would then look like the following:
  48.  
  49.      IF MEMBER OF "<group_name>" THEN
  50.      MAP N:=<staging_server>\SYS:
  51.      MAP INS S16:=<staging_server>\SYS:\NETNAV\USER
  52.      MAP INS S16:=<staging_server>\SYS:\NETNAV\CODE
  53.      PCCOMPATIBLE
  54.      #NNWSI %LOGIN_NAME <staging_server>
  55.      END 
  56.  
  57.  
  58. 2. NWSDRUN.NCF and AUTOEXEC.BAT File Changes
  59. NetWare Navigator uses Storage Management Services (SMS) for some of the
  60. distribution functions  Get SMSUPx.EXE from Novell via CompuServe or  
  61. Internet.  Follow all of the readme instructions for SMSUP2 and SMSNAV to   
  62. customize NetWare Navigator to use the latest SMS files.
  63.  
  64. In the NetWare 4.1 environment, some of the SMS file names have changed.  
  65.  
  66. The NWSDRUN.NCF file needs to be modified to load the correct NLM files. 
  67. Correspondingly, the clients' AUTOEXEC.BAT files need to change to load the
  68. SMS TSR that works with the updated NLMs.  The contents of the NWSDRUN.NCF
  69. file should be the following:
  70.      bstart
  71.      load tsa410
  72.      load tsaproxy
  73.      load tsados
  74.      load djobschd
  75.      load djobfdbk
  76.      load sjobdmgr
  77.      load sjobfdbk
  78.  
  79. The NetWare Navigator section of the AUTOEXEC.BAT file should be changed to
  80. load TSASMS.COM, instead of TSA_SMS.COM, so that the lines look like the
  81. following:
  82.      REM ----- NetNav statements BEGIN ----
  83.      SET NETNAV=C:\NETNAV
  84.      SET NETNAVC=N:\NETNAV\CODE
  85.      COPY C:\NETNAV\NETNAV.SMS C:
  86.      C:\NETNAV\SCHEDRUN.COM
  87.      C:\NETNAV\TSASMS.COM /N=<user_name> /P=NWSD /D=C
  88.        /SE=<server_name>
  89.      REM ----- NetNav statements END ------
  90.  
  91. 3. Bindery Contexts
  92. In order for NetWare Navigator to be installed and functional, the Staging
  93. Servers and Distribution Servers need to have a bindery context set.  At
  94. install time, NetWare Navigator adds some objects to the bindery.  On a
  95. NetWare 4 server, these objects will go into the NetWare Directory Services
  96. context set as the server's bindery context.  Once NetWare Navigator is
  97. installed, the bindery context needs to continue to be set to the context
  98. where the objects were added, in order for NetWare Navigator to continue to
  99. operate.  
  100.  
  101. NetWare 4.1 allows you to set up to 16 bindery contexts, so this should not
  102. affect the operation of any other applications that require bindery
  103. emulation.  To set a bindery context on the server, type:
  104.  
  105.      SET BINDERY CONTEXT=<context_name>
  106.  
  107. To set multiple bindery contexts, separate each context by a colon, like
  108. the following:  SET BINDERY CONTEXT=<context1>;<context2>
  109.  
  110. To see what the server's bindery context is currently set to, type "SET
  111. BINDERY CONTEXT" or "CONFIG".
  112.  
  113. For each context you want to set as a bindery context, you also need to
  114. make sure that the server has a writeable copy of the replica of the
  115. partition containing that context.  You can ensure that it does by using
  116. the Partition Manager tool in the NetWare Administrator application.  For
  117. more detailed information on setting up bindery emulation, refer to the
  118. NetWare 4.1 documentation.
  119.  
  120. 4. Other Issues
  121. NetWare Navigator may experience problems if it's configuration file is
  122. compressed using NetWare 4.x compression.  Flag NNSRVCFG.NET to dc (don't
  123. compress) on the Distribution server \system directory.
  124.  
  125. -----------------------------------------------------------------
  126. Any trademarks referenced in this document are the property of their
  127. respective owners.  Consult your product manuals for complete
  128. trademark information.
  129. -----------------------------------------------------------------