home *** CD-ROM | disk | FTP | other *** search
/ ftp.morenci.k12.mi.us / ftp.morenci.k12.mi.us.tar / ftp.morenci.k12.mi.us / Clients / English / WINNT / i386 / IPCONN.txt < prev    next >
Text File  |  2001-07-18  |  7KB  |  240 lines

  1.                 IP Server Connection Utility 
  2.                       7/18/01
  3.  
  4. =================================================================
  5. Contents
  6.  
  7. 1.0  Introduction
  8. 2.0  Creating a Boot Diskette
  9. 3.0  Sample NET.CFG file
  10. 4.0  Sample RESOLV.CFG file
  11. 5.0  Trademarks
  12. 6.0  Copyright, Disclaimer, Export Notice, Patents
  13.  
  14. =================================================================
  15.  
  16.  
  17. 1.0 Introduction
  18.  
  19.   In order to complete across-the-wire installations of 
  20.   NetWare 5x or later servers, create a boot diskette containing 
  21.   the IP Server Connection Utility. This utility provides a 
  22.   basic connection in an IP-only environment to complete an 
  23.   across-the-wire server installation.
  24.  
  25.   Important: This utility is not a full-functioning client 
  26.   and is not intended to be used as a network client. 
  27.   
  28. 2.0 Creating a Boot Diskette
  29.  
  30.   To create a bootable diskette, complete the following steps.
  31.  
  32.      1. Make sure you have access to the files located on the Novell 
  33.         Client CD-ROM in the Products/SRVRINST directory.
  34.      
  35.      2. Format a 1.44MB high density diskette with the system
  36.         files by entering the following at the DOS prompt:
  37.   
  38.         FORMAT A: /S
  39.   
  40.      3. Copy HIMEM.SYS from the DOS version used to format the disk.
  41.  
  42.      4. Copy the entire contents from the PRODUCTS\SRVRINST\DISK
  43.         directory onto the diskette.
  44.  
  45.      5. In a text editor, create a CONFIG.SYS file on the
  46.         diskette that includes the following command to load
  47.         HIMEM.SYS 
  48.  
  49.   A sample CONFIG.SYS would be
  50.  
  51.     DEVICE=A:\himem.sys /testmem:off 
  52.     FILES=40
  53.     BUFFERS=40
  54.     LASTDRIVE=Z
  55.     STACKS=9,256
  56.  
  57.         NOTE: You will only be able to copy four or five LAN
  58.         drivers due to space restrictions. Choose the drivers
  59.         you frequently use.  A boot disk using MS-DOS 6.22 
  60.         will have more free space than boot disks based on later
  61.         versions of DOS.  
  62.  
  63.  
  64.      6. In a text editor, create a NET.CFG file on the diskette
  65.         and set the following:
  66.  
  67.       a.  Make sure the BIND command reflects the LAN driver,
  68.           preferred server, and name context you are using
  69.       b.  Add File Cache Level = 0 to the NetWare Dos Requester
  70.           section. This setting prevents any memory from being 
  71.           allocated to file cache.
  72.       c.  Add Preferred Server = <servername> or Preferred
  73.           Server = <IP address> to the NetWare Dos Requester
  74.           section.
  75.       d.  Remove any lines that reference IPX or frame types
  76.           except Ethernet_II.
  77.  
  78.         See Section 3.0 for a sample NET.CFG file.
  79.  
  80.      7. In a text editor, create an AUTOEXEC.BAT file on the
  81.         diskette with the following settings:
  82.  
  83.         LOAD A:\NIOS.EXE
  84.         LOAD A:\NBIC32.NLM
  85.         LOAD A:\LSLC32.NLM
  86.         LOAD A:\CMSM.NLM
  87.         LOAD A:\ETHERTSM.NLM
  88.         LOAD A:\<Network Card Driver>.LAN FRAME=Ethernet_II
  89.         LOAD A:\TCPIP.NLM
  90.         LOAD A:\TRANNTA.NLM
  91.         LOAD A:\SRVLOC.NLM
  92.         LOAD A:\CLIENT32.NLM
  93.  
  94.   A sample AUTOEXEC.BAT with a 3C90X Network Card would be
  95.  
  96.   @echo off
  97.   path=A:\;%PATH%
  98.   SET NWLANGUAGE=ENGLISH
  99.   PROMPT $P$G
  100.   NIOS.EXE 
  101.   LOAD NBIC32.NLM
  102.   LOAD LSLC32.NLM
  103.   LOAD CMSM.NLM
  104.   LOAD ETHERTSM.NLM
  105.   LOAD 3C90X.LAN FRAME=ETHERNET_II
  106.   LOAD TCPIP.NLM
  107.   LOAD TRANNTA.NLM
  108.   LOAD SRVLOC.NLM
  109.   LOAD CLIENT32.NLM
  110.   f:
  111.  
  112.   You can boot from this diskette and login to the network in an
  113.   IP-only environment to complete an across-the-wire server
  114.   installation.
  115.  
  116. Important:  A warning message may appear during an across-the-wire
  117. server installation ("Pseudo module CONNMAN did not free one or 
  118. more resources before being destroyed").  Press control+enter to 
  119. close the message and continue the server installation.  
  120.  
  121. You can also add the following lines the NET.CFG to automatically
  122. remove the message after it appears: 
  123.    NetWare DOS Requester
  124.        MESSAGE TIMEOUT = 1
  125.  
  126. Novell is investigating this issue and will issue an update when a 
  127. solution becomes available.
  128.  
  129.  
  130.  
  131.  
  132. ================================================
  133.  
  134. 3.0 Sample NET.CFG
  135.  
  136. This NET.CFG is included in the files directory.  Edit it to insert 
  137. the settings for your network.
  138.  
  139.  
  140. NetWare DOS Requester
  141.     FIRST NETWORK DRIVE F
  142.     NETWARE PROTOCOL NDS BIND
  143.     PREFERRED SERVER = servername
  144.     ;or PREFERRED SERVER = XX.XX.XX.XX
  145.     ;PREFERRED TREE = treename
  146.     ;NAME CONTEXT = context.company
  147.     MAX CACHE SIZE = 5000
  148.     MESSAGE TIMEOUT = 1
  149.  
  150. Protocol TCPIP
  151.     ; for DHCP
  152.     IF_CONFIGURATION DHCP LAN_NET
  153.     PATH TCP_CFG A:\
  154.  
  155.     ; for STATIC addressing
  156.     ;IF_CONFIGURATION STATIC LAN_NET
  157.     ;IP_ADDRESS XX.XX.XX.XX
  158.     ;IP_ROUTER XX.XX.XX.XX
  159.     ;IP_NETMASK 255.255.255.0
  160.     ;PATH TCP_CFG A:\
  161.  
  162. Link Driver 3C90X
  163.     FRAME Ethernet_II
  164.  
  165. Link Driver 3C5X9
  166.     FRAME Ethernet_II
  167.  
  168. Link Driver CNE2000
  169.     FRAME Ethernet_II
  170.  
  171. Link Driver CPQNF3
  172.     FRAME Ethernet_II
  173.  
  174. Link Driver E100B
  175.     FRAME Ethernet_II
  176.  
  177. ================================================
  178.  
  179. 4.0 Sample RESOLV.CFG
  180.  
  181. This RESOLV.CFG is included in the files directory.  Edit it to insert 
  182. your domain and the IP address of the nameserver on your network.
  183.  
  184.  
  185. domain YOURDOMAIN.COM
  186. nameserver XX.XX.XX.XX
  187.  
  188. =================================================================
  189.  
  190. 5.0 Trademarks
  191.  
  192.   5.1 Novell Trademarks
  193.  
  194.      Novell and NetWare are registered trademarks of Novell,
  195.      Inc. in the United States and other countries.
  196.  
  197.      Internetwork Packet Exchange and IPX, and Novell Client are
  198.      trademarks of Novell, Inc.
  199.  
  200.  
  201.   5.2 Third-Party Trademarks
  202.  
  203.      Windows is a trademark of Microsoft Corporation.
  204.  
  205.  
  206. =================================================================
  207.  
  208. 6.0 Copyright, Disclaimer, Export Notice, Patents
  209.  
  210.   Novell, Inc., makes no representations or warranties with
  211.   respect to any software, and specifically disclaims any
  212.   express or implied warranties of merchantability, title, or
  213.   fitness for a particular purpose. Distribution of any Novell
  214.   software is forbidden without the express written consent of
  215.   Novell, Inc. Further, Novell reserves the right to discontinue
  216.   distribution of any Novell software. 
  217.  
  218.   Novell is not responsible for lost profits or revenue, loss of
  219.   use of the software, loss of data, costs of recreating lost
  220.   data, the cost of any substitute equipment or program, or
  221.   claims by any party other than you.
  222.  
  223.   Novell strongly recommends a backup be made before any
  224.   software is installed. Technical support for this software may
  225.   be provided at the discretion of Novell.
  226.   
  227.   Copyright (C)1993-1994, 1995-1999  Novell, Inc.  All rights
  228.   reserved.  No part of this publication may be reproduced,
  229.   photocopied, stored on a retrieval system, or transmitted
  230.   without the express written consent of the publisher.
  231.  
  232.   This product may require export authorization from the U.S.  
  233.   Department of Commerce prior to exporting from the U.S. or 
  234.   Canada.
  235.   
  236.   U.S Patent Nos. 5,157,663; 5,349,642; 5,455,932; 5,555,3,139; 
  237.   5,553,143; 5,594,863; 5,608,903; 5,633,931; 5,652,854; 
  238.   5,671,414, 5,677,851; and 5,692,129.  U.S. and Foreign Patents 
  239.   Pending.
  240.