home *** CD-ROM | disk | FTP | other *** search
/ Network Support Encyclopedia 15 / novell-nsepro-1992-vol15.iso / download / dosgen.txt < prev    next >
Text File  |  1988-09-04  |  3KB  |  50 lines

  1.             Using Multiple Operating Systems with Remote system reset
  2.  
  3.      Beginning with Advanced NetWare version 1.0, it is possible to load different
  4. versions of DOS on workstations using Remote System Reset EPROMS.  Prior to
  5. this it was required that all stations using boot EPROMs load the same DOS.
  6.  
  7.      The following procedure explains how to set up a network using IBM PC
  8. CLuster boards.  Let's suppose that I have five PC-Jrs.a and 10 PCs.  I want the
  9. PC to boot under PC-DOS 3.1 and the Jrs. to boot under PC-DOS 2.1.  All cluster
  10. boards on the network are set to unique physical node addresses.  As I am
  11. installing the five cluster boards in the five PC-JRs, I take note of their physical
  12. node address settings.  Let's say that they are set to 10 through 14 hex.
  13.  
  14.      During the DOSGEN procedure, I make the special diskette that is single-
  15. sided, eight sectors per track and bootable under PC-DOS 2.1.  I then continue on
  16. with the DOSGEN procedure sot hat a "picture" of the diskette is taken and
  17. written in the sys:login area as "IBM$DOS.SYS".  I next go into the login area and
  18. rename this file to a name of my choice so long as the extension is ".SYS".  I
  19. choose the name "PCJRDOS.SYS:.  Next I will make a special diskette for PC-DOS
  20. 3.1 and run the DOSGEN program.  An image file of this diskette is also created
  21. in the login directory as "IMB$DOS.SYS".  The last step is make a file with a text
  22. editor as follows.  It will be called "BOOTCONF.SYS".  The "BOOTCONF.SYS" in
  23. this case would look like this.
  24.  
  25. 0x10=PCJRDOS.SYS
  26. 0x11=PCJRDOS.SYS
  27. 0x12=PCJRDOS.SYS
  28. 0x13=PCJRDOS.SYS
  29. 0x14=PCJRDOS.SYS
  30.  
  31.      Note that the physical node addresses of the five PCJRs are listed with the
  32. alternate boot file.  When the remote system reset EPROM becomes active, it will
  33. send a packet to the file server.  The file server will check the node address of
  34. the machine sending the request and check it against those in the
  35. "BOOTCONF.SYS" file.  If there is a match, the server will download the file
  36. mentioned after the node address.  If there is no match or if the
  37. "BOOTCONF.SYS" file is not present, then IBM$DOS.SYS will be sent.
  38.  
  39.      If you have an Advanced NetWare /68 system, the above procedure will not
  40. work small older style NIC boards that use the 2K boot EPROM.  Your physical
  41. node address is determined by the port that you are connect to.  The server that
  42. you are connected to MUST have the boot file configured on it.  It is not possible
  43. to boot across servers on /68 systems.
  44.  
  45.      With /86 and /286 systems, any server on the physical network may respond
  46. to a station requesting a DOS image file.  The responding server MUST have the
  47. boot files set up on it.  If you will have more than one /86 or /286 server on the
  48. same physical network, it is best to have the boot files on all of them.  Remote
  49. system reset will NOT work through bridges.
  50.