home *** CD-ROM | disk | FTP | other *** search
- Newsgroups: comp.unix.ultrix
- Path: sparky!uunet!wupost!gumby!destroyer!caen!news.cs.indiana.edu!noose.ecn.purdue.edu!fife.ecn.purdue.edu!yi
- From: yi@fife.ecn.purdue.edu (Juneho Yi)
- Subject: Problem adding a second swap space.
- Message-ID: <1992Aug28.050231.10449@noose.ecn.purdue.edu>
- Sender: news@noose.ecn.purdue.edu (USENET news)
- Organization: Purdue University Engineering Computer Network
- Distribution: usa
- Date: Fri, 28 Aug 1992 05:02:31 GMT
- Lines: 73
-
- Hi, netters.
-
- A couple of days ago, Farrokh Najmabadi at UCLA submitted a poster
- about the problem of adding a Fujitsu drive as the second swap space.
- We have a similar problem about we look for the help of netters.
-
- We have two DecStation 5000/200s and a 5000/240 running on Ultrix 4.2a
- which share file systems by NFS. The machine which a second drive,
- FUJITSU M2266S/H(1.2Gb) is connected to has <32 Mb memory> and <131 Mb
- swap space>.
-
- ****The problem **** is that the X server dies when a large process(about 40 Mb
- Lucid Common lisp process) is run, even though we have a tons of swapping
- space(131 Mb). Swapping does not seem ocurring properly.
- Wwe do not get any error message during booting. This at least
- shows that "/etc/swapon -a" in the /erc/rc file works fine.
- The following is the disk partion info about DEC rz56 drive and
- FujitsuM2266S/H drive.
-
- Anyone out there has any idea of what is going on here ?
- If more info. about our system necceaary for your judging, please ask
- for me.
- Thank you.
-
- -- yi@ecn.purdue.edu
-
-
-
-
- # chpt -q /dev/rrz0a
- /dev/rrz0a
- Current partition table:
- partition bottom top size overlap
- a 0 32767 32768 c,h
- b 32768 163839 131072 c
- c 0 649039 649040 a,b,d,e,f,g,h
- d 163840 316285 152446 c
- e 316286 468731 152446 c,g
- f 468732 649039 180308 c,g
- g 316286 649039 332754 c,e,f
- h 0 0 0 a,c
-
-
- # chpt -q /dev/rrz1a
- /dev/rrz1a
- Current partition table:
- partition bottom top size overlap
- a 0 32767 32768 c,d,e,f,h
- b 32768 163839 131072 c
- c 0 2097149 2097150 a,b,d,e,f,g,h
- d 0 0 0 a,c,e,f,h
- e 0 0 0 a,c,d,f,h
- f 0 0 0 a,c,d,e,h
- g 163840 2097149 1933310 c
- h 0 0 0 a,c,d,e,f
-
-
- # df
- Filesystem Total kbytes kbytes %
- node kbytes used free used Mounted on
- /dev/rz0a 15343 10322 3487 75% /
- /dev/rz0g 155751 137894 2282 98% /usr
- /dev/rz1c 1019446 898968 18534 98% /vis
- droid.ecn.purdue.edu:/usr 155751 137016 3160 98% /usr/droid
- wookie.ecn.purdue.edu:/usr 209271 154803 33541 82% /usr/wookie
-
- # cat /etc/fstab
- /dev/rz0a:/:rw:1:1:ufs::
- /dev/rz0g:/usr:rw:1:2:ufs::
- /dev/rz1c:/vis:rw:1:3:ufs::
- /usr@droid.ecn.purdue.edu:/usr/droid:rw:0:0:nfs:soft,bg,intr:
- /usr@wookie.ecn.purdue.edu:/usr/wookie:rw:0:0:nfs:soft,bg,intr:
-
-