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

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