home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #16 / NN_1992_16.iso / spool / comp / unix / aux / 2897 < prev    next >
Encoding:
Internet Message Format  |  1992-07-21  |  1.2 KB

  1. Path: sparky!uunet!dtix!darwin.sura.net!haven.umd.edu!wam.umd.edu!ctso
  2. From: ctso@wam.umd.edu (CT Shock)
  3. Newsgroups: comp.unix.aux
  4. Subject: Re: Swap Space Kernel Param
  5. Message-ID: <1992Jul21.130259.19396@wam.umd.edu>
  6. Date: 21 Jul 92 13:02:59 GMT
  7. References: <1938@surf.sics.bu.oz.au> <841@jagubox.gsfc.nasa.gov>
  8. Sender: usenet@wam.umd.edu (USENET News system)
  9. Organization: University of Maryland, College Park
  10. Lines: 17
  11. Nntp-Posting-Host: rac2.wam.umd.edu
  12.  
  13. In article <841@jagubox.gsfc.nasa.gov> jim@jagubox.gsfc.nasa.gov (Jim Jagielski) writes:
  14. >>Does anyone know what parameter he is taking about? And what value
  15. >>I should add to it?
  16. >
  17. >This is most certainly wrong... You simply need to use '/etc/swap -a'
  18. >to tell A/UX that you have more swap space on another disk... For example,
  19. >if you added swap space on SCSI #3 (on slice 1, which is the default):
  20. >
  21. >    $ /etc/swap -a /dev/rdsk/c3d0s1
  22.  
  23. It is also important to note here that listing your new swap slice in 
  24. /etc/fstab will not cause it to be added to system swap space with 
  25. each boot, this must be done explicitly with the swap -a command.
  26. I've found that a good place for it is at the end of the 
  27. /etc/sysinitrc file.
  28.  
  29.     -Todd
  30.