home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #30 / NN_1992_30.iso / spool / comp / sys / next / sysadmin / 7080 < prev    next >
Encoding:
Internet Message Format  |  1992-12-16  |  2.1 KB

  1. Path: sparky!uunet!haven.umd.edu!umd5!oberon.umd.edu!matthews
  2. From: matthews@oberon.umd.edu (Mike Matthews)
  3. Newsgroups: comp.sys.next.sysadmin
  4. Subject: Netbooting
  5. Message-ID: <17574@umd5.umd.edu>
  6. Date: 16 Dec 92 15:01:23 GMT
  7. Sender: news@umd5.umd.edu
  8. Lines: 41
  9. Originator: matthews@oberon.umd.edu
  10.  
  11. I've got a bit of a problem here.
  12.  
  13. I'm trying to netboot one NeXT off another NeXT, which is easy enough to do.
  14. The catch, though, is the netboot server is in a different subnet, going
  15. through two routers on an FDDI ring.
  16.  
  17. The boot goes fine -- /private/tftpboot/boot is loaded, then
  18. /private/tftpboot/mach, then it goes around, says the primary ethernet
  19. interface is en0 [some not quite right number -- where DOES it get that,
  20. anyway?] then it gets its hostname, says whoami: no domain name, and panics
  21. because it can't mount root.
  22.  
  23. The netboot server is exporting root to anyone who cares to mount it (it's on
  24. an isolated network, so security is not a big concern).  If I boot off SCSI
  25. disk, and mount the netboot server's root as, say, /tmp/otherroot, it works
  26. fine.
  27.  
  28. Netbooting another NeXT on the same subnet as the netboot server works fine,
  29. and both are configured.  I know the bootparams are set up right (well, I'm
  30. reasonably sure).  I know the ethernet address is entered right, as
  31. -AUTOMATIC- works for hostname and IP address on normal booting (btw, if you
  32. wish to do that through a gateway, you have to move the IP Routing code from
  33. /etc/rc to /etc/rc.boot, to right before it tries to do hostname -AUTOMATIC-).
  34.  
  35. But it can't mount the root directory and dies.  I know, via router
  36. debugging, that it sends out a sunrpc call to the correct host, presumably to
  37. to the NFS mount.  It does not look like the call's ever making it to the
  38. netboot server, though, by debugging on the other router.
  39.  
  40. But why, then, does it work when the machine boots up normally?  What's
  41. different? 
  42.  
  43. And where the heck does the first, seemingly bogus, primary ethernet address
  44. come from, anyway?
  45.  
  46. Any help would be greatly appreciated.
  47. ------
  48. Mike Matthews, matthews@oberon.umd.edu (NeXTmail accepted)
  49. ------
  50. When in doubt, do what the President does -- guess.
  51.  
  52.