home *** CD-ROM | disk | FTP | other *** search
- Path: sparky!uunet!wupost!sdd.hp.com!hplabs!ucbvax!CHVM1.VNET.IBM.COM!MCOG
- From: MCOG@CHVM1.VNET.IBM.COM ("Michael A. Coggins")
- Newsgroups: comp.unix.aix
- Subject: Problem during ld
- Message-ID: <9207291348.AA15905@ucbvax.Berkeley.EDU>
- Date: 29 Jul 92 13:48:54 GMT
- Sender: daemon@ucbvax.BERKELEY.EDU
- Lines: 24
- X-Unparsable-Date: Wed, 29 Jul 92 15:41:12 CET
-
- > kovacs@informatik.uni-stuttgart.de (Ernoe Kovacs)
- > ...
- > orgel:dish<56> lsps -a
- > Page Space Physical Volume Volume Group Size %Used Active Auto Type
- > paging01 hdisk1 rootvg 64MB 40 yes yes lv
- > paging00 hdisk0 rootvg 40MB 63 yes yes lv
- > hd6 hdisk0 rootvg 24MB 100 yes yes lv
- > ...
- > Any solutions, fixes or tips? ...
-
- Having two paging spaces on the same disk is BAD for performance. Don't
- do it. To merge them requires a reboot, but can be done whenever it is
- convenient, without affecting system operations.
-
- Before reboot:
- chps -a n paging00 # make this paging space inactive on next reboot
- After reboot:
- rmps paging00 # remove this paging space
- chps -s 10 hd6 # extend original paging space by 40 MB
-
- Mickey Coggins mcog@chvm1.vnet.ibm.com
- +41-1-436-7274 or +41-1-436-8525 (fax)
- Hohlstrasse 560, CH-8048 Zurich, Switzerland
-
-