home *** CD-ROM | disk | FTP | other *** search
/ Network Support Encyclopedia 96-1 / novell-nsepro-1996-1-cd2.iso / download / netware / 3cboot.exe / 3CBOOT.TXT < prev   
Text File  |  1993-09-17  |  4KB  |  146 lines

  1.  
  2.               NOVELL TECHNICAL INFORMATION DOCUMENT
  3.  
  4. TITLE:              386 NLM Allows Remote Boot for 3com 3station
  5. DOCUMENT ID:        TID000002
  6. DOCUMENT REVISION:  A
  7. DATE:               01JUL93
  8. ALERT STATUS:       Yellow
  9. INFORMATION TYPE:   Symptom Solution
  10. README FOR:         3CBOOT.EXE
  11.  
  12. NOVELL PRODUCT and VERSION:
  13. NetWare 3.11
  14.  
  15. ABSTRACT:
  16. This file contains an NLM that allows you to do a remote boot from a 3COM
  17. workstation using NetWare v3.1x.  The file 3C1100.COM is a certified DOSODI
  18. driver for 3COM 3STATIONS.  For information about implementing DOSODI
  19. drivers refer to the NetWare ODI Shell for DOS manual (NetWare 3.11), or
  20. the Installation manual (NetWare 3.10).
  21. _________________________________________________________________
  22.  
  23. DISCLAIMER
  24. THE ORIGIN OF THIS INFORMATION MAY BE INTERNAL OR EXTERNAL TO NOVELL. 
  25. NOVELL MAKES EVERY EFFORT WITHIN ITS MEANS TO VERIFY THIS INFORMATION. 
  26. HOWEVER, THE INFORMATION PROVIDED IN THIS DOCUMENT IS FOR YOUR INFORMATION
  27. ONLY.  NOVELL MAKES NO EXPLICIT OR IMPLIED CLAIMS TO THE VALIDITY OF THIS
  28. INFORMATION.
  29. _________________________________________________________________
  30.  
  31. Self-Extracting File Name:  3CBOOT.EXE
  32.  
  33. Files Included     Size     Date        Time
  34.  
  35.   3CBOOT.TXT          (This File)
  36.   3C1100.COM      12288   11-12-91     10:42a
  37.   3CBOOT.NLM      11897    9-30-91      2:32p
  38.  
  39.  
  40. This README file of 3CBOOT.EXE is for NetWare v3.10 or v3.11.
  41.  
  42. 3CBOOT.NLM - FILE SERVER DRIVER
  43. 3C1100.COM - WORKSTATION DRIVER
  44.  
  45.  
  46. ** 3C1100.COM is a CERTIFIED DOSODI driver for 3COM 3STATIONS.  For
  47. information regarding the implementation of DOSODI drivers refer to the
  48. NETWARE ODI Shell for DOS manual (Netware 3.11)  or the Installation manual
  49. (Netware 3.10).  The following files are also needed:
  50.  
  51.        LSL.COM
  52.        IPXODI.COM
  53.        NETX.COM
  54.  
  55.  
  56. REQUIREMENTS:
  57.  
  58. 1. Server running NetWare v3.10 or NetWare v3.11.
  59.  
  60. 2. NetWare Installation manuals.
  61.  
  62. SERVER INSTALLATION:
  63.  
  64. 1. Copy the 3cboot.nlm to the server's SYS:SYSTEM directory.
  65.  
  66. 2. Edit the Autoexec.ncf to include the following:
  67.  
  68.      "load <landriver> frame=ethernet_ii name=net1"
  69.      "bind ipx to net1 net=<net1number>"
  70.      "load 3cboot"
  71.      "bind 3cboot net1"
  72.  
  73.      Where <landriver> = lan driver for server. eg. NE2000
  74.            <net1number> = net number for that cabel segment.
  75.             e.g 5678.
  76.  
  77.      For a more complete example of an AUTOEXEC.NCF please
  78.      refer to the example section at the end of this document.
  79.  
  80. WORKSTATION INSTALLATION:
  81.  
  82. 3. Format a bootable diskette and copy the following files to the newly
  83. created diskette:
  84.  
  85.     Config.sys**
  86.     Netx.com
  87.     Autoexec.bat**
  88.     Rplodi.com
  89.     Lsl.com
  90.     3c1100.com
  91.     Ipxodi.com
  92.  
  93.     ***NOTE: If you are using a NET.CFG, you must delete it.
  94.  
  95.      **See the EXAMPLES section for examples of these files
  96.  
  97. 4. Create Boot Image:
  98.  
  99.  1. Connect to server with a machine containing a floppy drive.
  100.  2. Login as supervisor
  101.  3. Change directories to SYS:LOGIN (e.g cd SYS:LOGIN)
  102.  4. MAP S3:=SYS:SYSTEM (optional)
  103.  5. Place the boot diskette (the one you created in Step 3) into
  104.     drive A:
  105.  6. Run DOSGEN (eg. "\system\dosgen")
  106.     (See NetWare Installation manual for details on creating
  107.      a DOS boot image.)
  108.  7. Copy a:\autoexec.bat to sys:\login\autoexec.bat
  109.  
  110. 5. Connect 3Station to ethernet wire and power it on.
  111.  
  112.  
  113. EXAMPLES
  114.  
  115. Example Config.sys:
  116.      shell  = command.com /e:1024 /p
  117.      files = 20
  118.      buffers = 20
  119.  
  120. Example Autoexec.bat:
  121.  
  122.      break on
  123.      prompt = $p$g
  124.      Lsl
  125.      Rplodi
  126.      3c1100
  127.      Ipxodi
  128.      netx
  129.      f:
  130.      login
  131.  
  132. Example Autoexec.ncf:
  133.  
  134.     file server name Example
  135.     IPX internal net=123456
  136.     load ne2000 port=300 int=3 frame=Ethernet_ii name=net1
  137.     load ne2000 port=300 int=3 frame=Ethernet_802.3 name=net2
  138.     bind IPX to net1 net=3456
  139.     bind IPX to net2 net=5678
  140.     load 3cboot
  141.     bind 3cboot net1
  142.     load remote bigshot
  143.     load rspx
  144.     mount all
  145.  
  146.