home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #18 / NN_1992_18.iso / spool / comp / unix / ultrix / 6230 < prev    next >
Encoding:
Text File  |  1992-08-13  |  2.0 KB  |  58 lines

  1. Newsgroups: comp.unix.ultrix
  2. Path: sparky!uunet!stanford.edu!CSD-NewsHost.Stanford.EDU!CSD-Newshost!me
  3. From: me@Sunburn.Stanford.EDU (Martin Frost)
  4. Subject: swap configuration
  5. Message-ID: <ME.92Aug13140445@Sunburn.Stanford.EDU>
  6. Sender: news@CSD-NewsHost.Stanford.EDU
  7. Reply-To: me@CS.Stanford.EDU
  8. Organization: Computer Science Department, Stanford University.
  9. Distribution: comp
  10. Date: 13 Aug 92 14:04:45
  11. Lines: 45
  12.  
  13. Can I run a kernel if some of the config'd swap devices are not present?
  14.  
  15. We have some Ultrix 4.2A DECstation 5000/240s which have slightly different
  16. SCSI and disk configurations.  I would like to be able to run the exact
  17. same kernel on all of them with different swap setups.
  18.  
  19. I understand that I have to include the swap partitions in the kernel
  20. config file, and all but the first swap partition in /etc/fstab.
  21.  
  22. My question is, can I run on a single kernel that includes multiple swap
  23. partitions in the config file, even though each system may have only a
  24. subset of those swap devices present?
  25.  
  26. So I'd like to use a config entry like this:
  27.  
  28.   config  vmunix  on rz0a  swap on rz0b and rz1b and rz10b   dumps on rz0b
  29.  
  30. (or maybe with even more swap devices listed).  Then one fstab might
  31. include no swap partitions (defaulting to just rz0b), another would say
  32.  
  33.   /dev/rz1b:swap:sw:0:0:::
  34.  
  35. and another
  36.  
  37.   /dev/rz10b:swap:sw:0:0:::
  38.  
  39. and another possibly
  40.  
  41.   /dev/rz1b:swap:sw:0:0:::
  42.   /dev/rz10b:swap:sw:0:0:::
  43.  
  44. Will the kernel's config'd swap partitions' being absent cause any problem?
  45.  
  46. By the way, the documentation (Ultrix System and Network Management, Vol.
  47. 2) suggests that you can only list two swap partitions in the configuration
  48. file, but I have a system running with four listed and seeming to work (I'm
  49. not sure we've ever actually swapped on all four).  Is there a limit to how
  50. many the kernel can use?
  51.  
  52. Thanks.
  53. --
  54. ------------------
  55. Martin Frost        Computer Science Department, Computer Facilities
  56. Systems Programmer    Stanford University, Stanford, CA  94305-2140
  57. me@CS.Stanford.EDU    (or decwrl!labrea!me or mfrost@stanford.bitnet)
  58.