home *** CD-ROM | disk | FTP | other *** search
/ Network Support Encyclopedia 96-1 / novell-nsepro-1996-1-cd2.iso / download / netware / rplkt2.exe / RPLODI.DOC < prev    next >
Text File  |  1993-10-15  |  2KB  |  59 lines

  1.  
  2.  
  3.  
  4. Subject: When & how to use RPLODI.COM
  5.  
  6.  
  7. *** RPLODI.COM is recommended only for Novell IPX Remote Boot Proms
  8.     and only when loading LSL.COM, NE2000.COM (OR OTHER MLID),
  9.     IPXODI.COM, and NETX or VLMS from the boot image file.  Reason:
  10.     Novell IPX Remote Boot proms are burned-in with dedicated IPX
  11.     code and expects dedicated IPX drivers to load from NET$DOS.sys.
  12.     Instead, when ODI drivers load from the NET$DOS.sys the boot
  13.     prom code cannot communicate to the ODI modules as they begin
  14.     to load and take control.  Therefore, RPLODI.com provides the
  15.     needed code to allow the dedicated IPX boot prom code to 
  16.     effectively communicate with the ODI drivers while they load.
  17.  
  18. *** RPLODI.COM is not recommended for Novell Enhanced Boot (RPL) Proms
  19.     or with IBM RPL Proms even when loading ODI drivers at the client.
  20.  
  21.  
  22. HOW TO DETERMINE THE TYPE OF PROM YOU HAVE:
  23.  
  24. NOVELL IPX REMOTE BOOT PROM:  At initialization, the Novell IPX Remote 
  25. Boot Prom sends an IPX protocol "GET NEAREST SERVER" frame onto the wire.
  26. This "GET NEAREST SERVER" frame is positive identification that this
  27. prom is a Novell IPX Remote Boot Prom.  You can now use RPLODI.com.
  28.  
  29. NOVELL ENHANCED REMOTE BOOT PROM:  At initialization, the Novell 
  30. Enhanced Remote Boot Prom sends an 802.2 protocol "FIND" frame onto
  31. the wire.  This "FIND" frame is positive identification that this 
  32. prom is a Novell Enhance Remote Boot Prom that uses the "FIND-FOUND"
  33. 802.2 protocol to attach to a server and download a bootstrap file.
  34. Do NOT use RPLODI.com with this type of prom.  RBOOT.RPL already
  35. has the ability to deal with ODI drivers loading from boot images.
  36.  
  37. IBM RPL PROM:  At initialization the IBM RPL Prom send an 802.2 
  38. protocol "FIND" frame onto the wire.  This "FIND" frame is positive
  39. identification that this prom uses the "FIND-FOUND" 802.2 protocol
  40. to attach to a server and download a bootstrap file.  Do NOT use
  41. RPLODI.com with this IBM RPL Prom.   RPLODI.com's intelligence has
  42. already been built into the following files: TOKEN.RPL, ETHER.RPL,
  43. PCN2L.RPL, F1ETH.RPL, RBOOT.RPL. 
  44.  
  45. For Novell IPX Remote Boot Proms, rplodi.com is implemented as shown in the
  46. following AUTOEXEC.BAT -- the load order is very important -- RPLODI.COM
  47. must load immediately after LSL.COM:
  48.  
  49. AUTOEXEC.BAT
  50.      LSL
  51.      RPLODI
  52.      NE2000
  53.      IPXODI
  54.      NETX
  55.  
  56. The above autoexec.bat must be dosgened into the NET$DOS.SYS file.
  57.  
  58.  
  59.