4.31 Gestion de l'espace de pagination
Aller à la navigation
Aller à la recherche
Création d'un nouvelle espace de pagination
# mkps -a -n -s 48 rootvg hdisk2 (-n activation immédiate -a au boot)
Agrandir l'espace de pagination
Afficher les espaces de pagination existant:
# lsps -ac #Psname:Pvname:Vgname:Size:Used:Active:Auto:Type hd6:hdisk0:rootvg:32:17:y:y:lv
Regarder le nombre de pp disponible sur le VG
# lsvg rootvg VOLUME GROUP: rootvg VG IDENTIFIER: 000698ca0000d4000000012f49c6d2bd VG STATE: active PP SIZE: 128 megabyte(s) VG PERMISSION: read/write TOTAL PPs: 79 (10112 megabytes) MAX LVs: 256 FREE PPs: 15 (1920 megabytes) LVs: 10 USED PPs: 64 (8192 megabytes) OPEN LVs: 9 QUORUM: 1 (Disabled) TOTAL PVs: 1 VG DESCRIPTORS: 2 STALE PVs: 0 STALE PPs: 0 ACTIVE PVs: 1 AUTO ON: yes MAX PPs per VG: 32512 MAX PPs per PV: 1016 MAX PVs: 32 LTG size (Dynamic): 256 kilobyte(s) AUTO SYNC: no HOT SPARE: no BB POLICY: relocatable
Agrandir l'espace avec le nombre de Free PPs disponible choisis:
# chps -s 13 hd6
Réduction de l'espace de pagination
# chps -d 13 hd6