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

  1.  
  2.  
  3.  
  4. This RPLFIX.DOC file accompanies RPLFIX.COM within the NOVELL RPL KIT.
  5.  
  6. RPLFIX is used to allow workstations to remote program load (RPL) properly
  7. with MS DOS 5.x and above.  This utility must be run after the boot image file
  8. (usually NET$DOS.SYS) has been created using the DOSGEN utility.  RPLFIX will
  9. directly modify the boot image file; the boot image file's size and last
  10. modified date will be different after RPLFIX has been run.  RPLFIX only needs
  11. to be run against the boot image file once.  Attempts to run RPLFIX against an
  12. already modified boot image file are detected by the utility, and no further
  13. modifications will be made to the boot image file.
  14.  
  15. Follow the instructions for DOSGEN (setting up remote reset workstations)
  16. in the Novell reference manuals.  For NetWare v2.x, this information can be
  17. found in Chapter 9 of the "Supervisor Guide", or Chapter 2 of the "Using the
  18. Network" manual.  For NetWare v3.x, this information is found in Appendix D
  19. of the Installation manual.  After performing all steps as outlined in the
  20. appropriate manual to create the boot image file, run RPLFIX.COM.
  21.  
  22. The remote workstation will likely hang during the reset process if you are
  23. resetting using DOS 5.x or above and the boot image file has not been modified
  24. by RPLFIX.
  25.  
  26. RPLFIX can be found on the WSGEN diskette, or in the WSGEN subdirectory if you
  27. are installing using a network drive.  After you have located RPLFIX.COM, map
  28. a drive to the LOGIN subdirectory on the file server you wish to remote reset
  29. from.  The DOSGEN procedure instructed you to create a boot image file in that
  30. subdirectory (usually named NET$DOS.SYS). If the drive you mapped to SYS:LOGIN
  31. was drive F, then you would enter the following:
  32.  
  33.        RPLFIX F:NET$DOS.SYS <ENTER>
  34.  
  35. RPLFIX only needs to be run if the version of DOS loaded on the floppy disk
  36. used with DOSGEN is 5.x or greater.  Earlier versions of DOS do not require
  37. that this utility be run.
  38.  
  39. NOTE:  If you renamed your boot image file, then you must use the new filename
  40.       with RPLFIX:
  41.  
  42.            RPLFIX [d:]<boot image file> <ENTER>
  43.  
  44. where  [d:] is the drive letter where the image file is located, and <boot
  45.     image file> is the name of the file created with the DOSGEN utility.
  46.  
  47.  
  48.  
  49. ***********************************************************************
  50. When to use RPLFIX.COM.
  51. ***********************************************************************
  52.  
  53. This is to clarify when and how to use rplfix.com.  
  54. The name "rplfix.com" is misleading -- it is not for IBM RPL proms, nor
  55. is it for Novell Enhanced Remote Boot (RPL-STYLE) proms.
  56.  
  57. When using DOS v5.0 or higher with Novell IPX Remote Boot proms, 
  58. workstations will hang as command.com is loading.  The way to recognize this
  59. is that the autoexec.bat file will not execute --not even the first line of
  60. the autoexec.  The config.sys files will all load fine, because they load 
  61. before command.com loads.   If no autoexec.bat is present, then the 
  62. workstation will hang just before an A: prompt is presented on the 
  63. workstation screen.   The A: prompt will never appear and the workstation 
  64. will hang.
  65.  
  66. Solution:  Use rplfix.com only with Novell Remote Boot Proms where the 
  67. boot image (net$dos.sys) has DOS 5.0 or higher.  Do not use rplfix.com 
  68. with IBM RPL proms.  Rplfix awareness is already built-into the following
  69. files:  token.rpl, ether.rpl, pcn2l.rpl, f1eth.rpl, rboot.rpl.  
  70. Do not use etherrpl.nlm or tokenrpl.nlm, etc., that ships 
  71. with NetWare v3.11.
  72.  
  73. REASON FOR RPLFIX.COM:  Rplfix.com's purpose in life is to enhance 
  74. Novell Boot Prom code while it sits in ram below 640k.  This fix keeps 
  75. DOS 5.0's command.com from loading on top of the boot prom code in ram 
  76. and killing the remote boot process.  This is because DOS 5.0 command.com
  77. is much larger than in previous versions and it over-wrote Novell's
  78. boot prom code when command.com loaded.
  79.  
  80. If using a Novell Remote Boot Prom, rplfix is needed.  Dosgen the 
  81. net$dos.sys file and run rplfix against net$dos.sys with the following 
  82. syntax:
  83.  
  84. RPLFIX F:NET$DOS.SYS <enter>
  85.  
  86.  
  87. Note:  Rplfix.com and rplodi.com are both included in the NOVELL
  88. RPL KIT.  
  89.  
  90.  
  91.  
  92.  
  93.  
  94.