• X AIX增加或者减小page space操作方法


    A、准备工作一:查看目前状况

    B、准备工作二:计算PP大小

    C、正式开始增加page space: 开始调整

    A、准备工作一:

    1、查看物理内存

    # lsattr -El mem0

    goodsize7808 Amount of usable physical memory in Mbytes False

    size    7808 Total amount of physical memory inMbytes  False

    2、查看page space

    # lsps -a

    PageSpace      Physical Volume   VolumeGroup    Size %Used Active  Auto  Type

    hd6            hdisk0           rootvg       5120MB   54   yes  yes    lv

    B、准备工作二:

    page space 5G===》》10G

    1、查看pp大小

    # lsvg rootvg

    VOLUMEGROUP:       rootvg                  VG IDENTIFIER:  00c7012e00004c0000000117604276b2

    VGSTATE:          active                  PPSIZE:        128 megabyte(s)

    VGPERMISSION:     read/write              TOTAL PPs:     1092 (139776 megabytes)

    MAXLVs:            256                     FREE PPs:       620 (79360 megabytes)

    LVs:               11                      USED PPs:       472 (60416 megabytes)

    OPENLVs:          10                      QUORUM:         1

    TOTALPVs:         2                       VG DESCRIPTORS: 3

    STALEPVs:         1                       STALE PPs:      192

    ACTIVEPVs:        2                       AUTO ON:        yes

    MAX PPs perVG:    32512                                    

    MAX PPs perPV:    1016                    MAX PVs:        32

    LTG size (Dynamic):256 kilobyte(s)          AUTOSYNC:      no

    HOTSPARE:         no                      BB POLICY:      relocatable

    2、计算需要增加pp大小

    (10*1024-5*1024)/128 = 40 (个PP)

    C、正式开始增加page space

    1、增加page space大小

    #smitty pgsp

    选择 Change/Show Characteristics of a PagingSpace

    点选 hd6

    在 NUMBER of additional logial partitions 输入40

    回车保存

    2、完成后review

    # lsps -a

    PageSpace      Physical Volume   VolumeGroup    Size %Used Active  Auto  Type

    hd6            hdisk0           rootvg       10240MB   26   yes   yes    lv

  • 相关阅读:
    Bootstrap
    继承与多态
    面对对象与封装
    antd表格排序
    样式文本过长用...显示的时候,用弹框来显示文本(react为例)
    锚点
    树形结构的搜索,只显示搜索内容
    fetch不携带cookie
    antd 给select下拉框添加懒加载
    post方法下载文件
  • 原文地址:https://www.cnblogs.com/chendian0/p/13618119.html
Copyright © 2020-2023  润新知