home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #19 / NN_1992_19.iso / spool / comp / unix / ultrix / 6531 < prev    next >
Encoding:
Text File  |  1992-08-27  |  3.2 KB  |  85 lines

  1. Newsgroups: comp.unix.ultrix
  2. Path: sparky!uunet!wupost!gumby!destroyer!caen!news.cs.indiana.edu!noose.ecn.purdue.edu!fife.ecn.purdue.edu!yi
  3. From: yi@fife.ecn.purdue.edu (Juneho Yi)
  4. Subject: Problem adding a second swap space.
  5. Message-ID: <1992Aug28.050231.10449@noose.ecn.purdue.edu>
  6. Sender: news@noose.ecn.purdue.edu (USENET news)
  7. Organization: Purdue University Engineering Computer Network
  8. Distribution: usa
  9. Date: Fri, 28 Aug 1992 05:02:31 GMT
  10. Lines: 73
  11.  
  12. Hi, netters.
  13.  
  14. A couple of days ago, Farrokh Najmabadi at UCLA submitted a poster
  15. about the problem of adding a Fujitsu drive as the second swap space.
  16. We have a similar problem about we look for the help of netters.
  17.  
  18. We have two DecStation 5000/200s and a 5000/240 running on Ultrix 4.2a
  19. which share file systems by NFS. The machine which a second drive,
  20. FUJITSU M2266S/H(1.2Gb) is connected to has <32 Mb memory> and <131 Mb
  21. swap space>. 
  22.  
  23. ****The problem **** is that the X server dies when a large process(about 40 Mb
  24. Lucid Common lisp process) is run, even though we have a tons of swapping
  25. space(131 Mb). Swapping does not seem ocurring properly.
  26. Wwe do not get any error message during booting. This at least
  27. shows that "/etc/swapon -a" in the /erc/rc file works fine.
  28. The following is the disk partion info about DEC rz56 drive and
  29. FujitsuM2266S/H drive.
  30.  
  31. Anyone out there has any idea of what is going on here ?
  32. If more info. about our system necceaary for your judging, please ask
  33. for me.
  34. Thank you.
  35.  
  36. -- yi@ecn.purdue.edu
  37.  
  38.  
  39.  
  40.  
  41. # chpt -q /dev/rrz0a
  42. /dev/rrz0a
  43. Current partition table:
  44. partition     bottom        top       size    overlap
  45.     a              0      32767      32768    c,h
  46.     b          32768     163839     131072    c
  47.     c              0     649039     649040    a,b,d,e,f,g,h
  48.     d         163840     316285     152446    c
  49.     e         316286     468731     152446    c,g
  50.     f         468732     649039     180308    c,g
  51.     g         316286     649039     332754    c,e,f
  52.     h              0          0          0    a,c
  53.  
  54.  
  55. # chpt -q /dev/rrz1a
  56. /dev/rrz1a
  57. Current partition table:
  58. partition     bottom        top       size    overlap
  59.     a              0      32767      32768    c,d,e,f,h
  60.     b          32768     163839     131072    c
  61.     c              0    2097149    2097150    a,b,d,e,f,g,h
  62.     d              0          0          0    a,c,e,f,h
  63.     e              0          0          0    a,c,d,f,h
  64.     f              0          0          0    a,c,d,e,h
  65.     g         163840    2097149    1933310    c
  66.     h              0          0          0    a,c,d,e,f
  67.  
  68.  
  69. # df
  70. Filesystem                 Total    kbytes   kbytes   %     
  71. node                       kbytes   used     free     used  Mounted on
  72. /dev/rz0a                    15343   10322    3487    75%   /
  73. /dev/rz0g                   155751  137894    2282    98%   /usr
  74. /dev/rz1c                  1019446  898968   18534    98%   /vis
  75. droid.ecn.purdue.edu:/usr   155751  137016    3160    98%   /usr/droid
  76. wookie.ecn.purdue.edu:/usr  209271  154803   33541    82%   /usr/wookie
  77.  
  78. # cat /etc/fstab
  79. /dev/rz0a:/:rw:1:1:ufs::
  80. /dev/rz0g:/usr:rw:1:2:ufs::
  81. /dev/rz1c:/vis:rw:1:3:ufs::
  82. /usr@droid.ecn.purdue.edu:/usr/droid:rw:0:0:nfs:soft,bg,intr:
  83. /usr@wookie.ecn.purdue.edu:/usr/wookie:rw:0:0:nfs:soft,bg,intr:
  84.  
  85.