AIX_EXT_VG
# lspv
hdisk0 00cd7e82847793f8 rootvg active
hdisk1 00c759e2b092ddee altinst_rootvg
# lsvg
rootvg
datavg
JDEvg
vgbackup
altinst_rootvg
rmanbakvg
# varyonvg -f altinst_rootvg
#bootinfo -s hdiskpower3
##扩容rmanbakvgVG
extendvg rmanbakvg hdiskpower3
# lspv
# lspv
hdisk0 00cd7e82847793f8 rootvg active
hdisk1 00c759e2b092ddee altinst_rootvg active
hdisk2 none None
hdisk3 none None
hdisk4 none None
hdisk5 none None
hdisk6 none None
hdisk7 none None
hdisk8 none None
hdisk9 none None
hdiskpower0 00cd7e82124a837e JDEvg
hdisk18 none None
hdisk19 none None
hdisk20 none None
hdisk21 none None
hdisk22 none None
hdisk23 none None
hdisk24 none None
hdisk25 none None
hdiskpower2 00cd7e82eb62518b datavg
hdisk26 none None
hdisk27 none None
hdisk28 none None
hdisk29 none None
hdisk30 none None
hdisk31 none None
hdisk32 none None
hdisk33 none None
hdiskpower3 00cd7e825da4134c rmanbakvg active
hdisk35 none None
hdisk36 none None
hdisk37 none None
hdisk38 none None
hdisk39 none None
hdisk40 none None
hdisk41 none None
hdisk42 none None
hdisk43 none None
hdisk44 none None
hdisk45 none None
hdisk46 none None
hdisk47 none None
hdisk48 none None
hdisk49 none None
hdisk50 none None
hdiskpower4 00cd7bb2d96aa983 rmanbakvg active
hdiskpower5 00cd7bb2d967299f JDEvg
# lsvg rmanbakvg
VOLUME GROUP: rmanbakvg VG IDENTIFIER: 00cd7bb200004c0000000147004b5847
VG STATE: active PP SIZE: 1024 megabyte(s)
VG PERMISSION: read/write TOTAL PPs: 4564 (4673536 megabytes)
MAX LVs: 512 FREE PPs: 113 (115712 megabytes)
LVs: 2 USED PPs: 4451 (4557824 megabytes)
OPEN LVs: 2 QUORUM: 2 (Enabled)
TOTAL PVs: 2 VG DESCRIPTORS: 3
STALE PVs: 0 STALE PPs: 0
ACTIVE PVs: 2 AUTO ON: yes
MAX PPs per VG: 127000
MAX PPs per PV: 5080 MAX PVs: 25
LTG size (Dynamic): 256 kilobyte(s) AUTO SYNC: no
HOT SPARE: no BB POLICY: relocatable
PV RESTRICTION: none
#
# df -g
Filesystem GB blocks Free %Used Iused %Iused Mounted on
/dev/hd4 2.25 2.04 10% 13882 3% /
/dev/hd2 18.25 11.30 39% 54466 3% /usr
/dev/hd9var 2.00 0.96 53% 7547 4% /var
/dev/hd3 20.00 18.69 7% 8522 1% /tmp
/dev/hd1 2.00 0.00 100% 763 80% /home
/proc – – – – – /proc
/dev/hd10opt 0.25 0.03 88% 3790 27% /opt
/dev/lv00 0.25 0.24 4% 18 1% /var/adm/csd
/dev/hd11admin 0.25 0.25 1% 5 1% /admin
/dev/livedump 0.25 0.25 1% 4 1% /var/adm/ras/livedump
/dev/fslv04 4450.00 444.67 91% 889 1% /rmanbak
#
# chfs -a size= 110G /rmanbak
# chfs -a size= 100G /rmanbak
0516-787 extendlv: Maximum allocation for logical volume fslv04
is 4500.
# lslv fslv04
LOGICAL VOLUME: fslv04 VOLUME GROUP: rmanbakvg
LV IDENTIFIER: 00cd7bb200004c0000000147004b5847.2 PERMISSION: read/write
VG STATE: active/complete LV STATE: opened/syncd
TYPE: jfs2 WRITE VERIFY: off
MAX LPs: 4500 PP SIZE: 1024 megabyte(s)
COPIES: 1 SCHED POLICY: parallel
LPs: 4450 PPs: 4450
STALE PPs: 0 BB POLICY: relocatable
INTER-POLICY: minimum RELOCATABLE: yes
INTRA-POLICY: middle UPPER BOUND: 25
MOUNT POINT: /rmanbak LABEL: /rmanbak
MIRROR WRITE CONSISTENCY: on/ACTIVE
EACH LP COPY ON A SEPARATE PV ?: yes
Serialize IO ?: NO
# 超出了LPS
#重新调整pp的max值、
# smit chlv
# df -g
Filesystem GB blocks Free %Used Iused %Iused Mounted on
/dev/hd4 2.25 2.04 10% 13882 3% /
/dev/hd2 18.25 11.30 39% 54469 3% /usr
/dev/hd9var 2.00 0.96 53% 7547 4% /var
/dev/hd3 20.00 18.69 7% 8522 1% /tmp
/dev/hd1 2.00 0.00 100% 763 80% /home
/proc – – – – – /proc
/dev/hd10opt 0.25 0.03 88% 3790 27% /opt
/dev/lv00 0.25 0.24 4% 18 1% /var/adm/csd
/dev/hd11admin 0.25 0.25 1% 5 1% /admin
/dev/livedump 0.25 0.25 1% 4 1% /var/adm/ras/livedump
/dev/fslv04 4560.00 554.65 88% 889 1% /rmanbak
# 调整MAX LPs为6000
# lslv fslv04
LOGICAL VOLUME: fslv04 VOLUME GROUP: rmanbakvg
LV IDENTIFIER: 00cd7bb200004c0000000147004b5847.2 PERMISSION: read/write
VG STATE: active/complete LV STATE: opened/syncd
TYPE: jfs2 WRITE VERIFY: off
MAX LPs: 6000 PP SIZE: 1024 megabyte(s)
COPIES: 1 SCHED POLICY: parallel
LPs: 4450 PPs: 4450
STALE PPs: 0 BB POLICY: relocatable
INTER-POLICY: minimum RELOCATABLE: yes
INTRA-POLICY: middle UPPER BOUND: 25
MOUNT POINT: /rmanbak LABEL: /rmanbak
MIRROR WRITE CONSISTENCY: on/ACTIVE
EACH LP COPY ON A SEPARATE PV ?: yes
Serialize IO ?: NO
# chfs -a size= 110G /rmanbak
Filesystem size changed to 9563013120
#
# lsvg altinst_rootvg
VOLUME GROUP: altinst_rootvg VG IDENTIFIER: 00cd7e8200004c0000000147b8838a0e
VG STATE: active PP SIZE: 256 megabyte(s)
VG PERMISSION: read/write TOTAL PPs: 546 (139776 megabytes)
MAX LVs: 256 FREE PPs: 274 (70144 megabytes)
LVs: 13 USED PPs: 272 (69632 megabytes)
OPEN LVs: 0 QUORUM: 2 (Enabled)
TOTAL PVs: 1 VG DESCRIPTORS: 2
STALE PVs: 0 STALE PPs: 0
ACTIVE PVs: 1 AUTO ON: no
MAX PPs per VG: 32512
MAX PPs per PV: 1016 MAX PVs: 32
LTG size (Dynamic): 1024 kilobyte(s) AUTO SYNC: no
HOT SPARE: no BB POLICY: relocatable
PV RESTRICTION: none
#
lsvg -p altinst_rootvg
#必须手动敲命令才生效# chfs -a size= 1G /home
Filesystem size changed to 3145728
# df -g
# df -g
Filesystem GB blocks Free %Used Iused %Iused Mounted on
/dev/hd4 2.25 2.04 10% 13882 3% /
/dev/hd2 18.25 11.30 39% 54251 3% /usr
/dev/hd9var 2.00 0.98 52% 7542 4% /var
/dev/hd3 20.00 18.69 7% 8522 1% /tmp
/dev/hd1 2.00 1.75 13% 443 1% /home
/proc – – – – – /proc
/dev/hd10opt 0.25 0.03 88% 3790 27% /opt
/dev/lv00 0.25 0.24 4% 18 1% /var/adm/csd
/dev/hd11admin 0.25 0.25 1% 5 1% /admin
/dev/livedump 0.25 0.25 1% 4 1% /var/adm/ras/livedump
/dev/fslv04 4000.00 1617.03 60% 6955 1% /rmanbak
chfs -a size= 200G /rmanbak
# chfs -a size= 200G /rmanbak
0516-787 extendlv: Maximum allocation for logical volume fslv04
is 4000.
#
使用smit chlv更改MAXIMUM NUMBER of LOGICAL PARTITIONS
# df -g###
Filesystem GB blocks Free %Used Iused %Iused Mounted on
/dev/hd4 2.25 2.04 10% 13882 3% /
/dev/hd2 18.25 11.30 39% 54251 3% /usr
/dev/hd9var 2.00 0.98 52% 7543 4% /var
/dev/hd3 20.00 18.69 7% 8522 1% /tmp
/dev/hd1 2.00 1.75 13% 443 1% /home
/proc – – – – – /proc
/dev/hd10opt 0.25 0.03 88% 3790 27% /opt
/dev/lv00 0.25 0.24 4% 18 1% /var/adm/csd
/dev/hd11admin 0.25 0.25 1% 5 1% /admin
/dev/livedump 0.25 0.25 1% 4 1% /var/adm/ras/livedump
/dev/fslv04 4200.00 1816.99 57% 6955 1% /rmanbak
#
10.8.17.2# lslv fslv00
LOGICAL VOLUME: fslv00 VOLUME GROUP: JDEvg
LV IDENTIFIER: 00cd7bb200004c00000001208a77222f.2 PERMISSION: read/write
VG STATE: active/complete LV STATE: opened/syncd
TYPE: jfs2 WRITE VERIFY: off
MAX LPs: 9000 PP SIZE: 32 megabyte(s)
COPIES: 1 SCHED POLICY: parallel
LPs: 4134 PPs: 4134
STALE PPs: 0 BB POLICY: relocatable
INTER-POLICY: minimum RELOCATABLE: yes
INTRA-POLICY: middle UPPER BOUND: 128
MOUNT POINT: /u01 LABEL: /u01
MIRROR WRITE CONSISTENCY: on/ACTIVE
EACH LP COPY ON A SEPARATE PV ?: yes
Serialize IO ?: NO
#
# lsvg JDEvg
VOLUME GROUP: JDEvg VG IDENTIFIER: 00cd7bb200004c00000001208a77222f
VG STATE: active PP SIZE: 32 megabyte(s)
VG PERMISSION: read/write TOTAL PPs: 4158 (133056 megabytes)
MAX LVs: 512 FREE PPs: 23 (736 megabytes)
LVs: 2 USED PPs: 4135 (132320 megabytes)
OPEN LVs: 2 QUORUM: 2 (Enabled)
TOTAL PVs: 2 VG DESCRIPTORS: 3
STALE PVs: 0 STALE PPs: 0
ACTIVE PVs: 2 AUTO ON: no
MAX PPs per VG: 130048
MAX PPs per PV: 4064 MAX PVs: 32
LTG size (Dynamic): 256 kilobyte(s) AUTO SYNC: no
HOT SPARE: no BB POLICY: relocatable
PV RESTRICTION: none
#
extendvg -f JDEvg hdiskpower4
# chfs -a size= 5G /u01
0516-787 extendlv: Maximum allocation for logical volume fslv00
is 5000.
#
使用smit chlv更改MAXIMUM NUMBER of LOGICAL PARTITIONS
挂载存储卷
# lsvg -l JDEvg
JDEvg:
LV NAME TYPE LPs PPs PVs LV STATE MOUNT POINT
loglv02 jfs2log 1 1 1 closed/syncd N/A
fslv00 jfs2 4150 4150 2 closed/syncd /u01
# ls /dev/fslv00
/dev/fslv00
# mount /dev/fslv00 /u01
Replaying log for /dev/fslv00.
# df -g
Filesystem GB blocks Free %Used Iused %Iused Mounted on
/dev/hd4 10.25 10.11 2% 5149 1% /
/dev/hd2 18.25 11.62 37% 52028 2% /usr### ###/dev/hd9var 5.00 3.66 27% 7423 1% /var### ###/dev/hd3 35.00 17.50 50% 13485 1% /tmp###
/dev/hd1 2.00 1.37 32% 1099 1% /home
/proc – – – – – /proc
/dev/hd10opt 0.50 0.24 53% 3809 7% /opt
/dev/lv00 0.25 0.24 4% 18 1% /var/adm/csd
/dev/hd11admin 0.25 0.25 1% 5 1% /admin
/dev/livedump 0.25 0.25 1% 4 1% /var/adm/ras/livedump
/dev/fslv00 129.69 81.33 38% 768212 4% /u01
#
The above is the detailed content of AIX_EXT_VG. For more information, please follow other related articles on the PHP Chinese website!

Hot AI Tools

Undresser.AI Undress
AI-powered app for creating realistic nude photos

AI Clothes Remover
Online AI tool for removing clothes from photos.

Undress AI Tool
Undress images for free

Clothoff.io
AI clothes remover

AI Hentai Generator
Generate AI Hentai for free.

Hot Article

Hot Tools

Notepad++7.3.1
Easy-to-use and free code editor

SublimeText3 Chinese version
Chinese version, very easy to use

Zend Studio 13.0.1
Powerful PHP integrated development environment

Dreamweaver CS6
Visual web development tools

SublimeText3 Mac version
God-level code editing software (SublimeText3)

Hot Topics



RedmiNote13RPro is a new model with very good performance and configuration. This phone has a very useful function of hiding photo albums. It can help users hide their photo albums so that others cannot view your photo albums. Next, the editor will tell you how to hide the photo album on Redmi Note13R Pro to help you protect your privacy. How to hide photo album on Redmi Note13RPro? 1. Enter the settings of your Xiaomi phone. 2. Then click Privacy and Protection. 3. Click Protect Privacy here again. 4. Click on the safe. 5. Finally, you can set up a private photo album here. Frequently Asked Questions Connecting to Bluetooth Changing Input Method Theme Changing Factory Settings Hide Applications Mirroring TV NFC Enable Dual SIM Installation Activation Time

Do not change the meaning of the original content, fine-tune the content, rewrite the content, do not continue. Redmi Note13RPro not only has excellent performance, but also has an even better user experience. In order to give everyone a more comfortable experience, Redmi Note13RPro is equipped with a font adjustment function to allow users to Ability to adjust fonts for your phone. If you want to know how to adjust the font size of Redmi Note13R Pro, then take a look. How to adjust the font size on Redmi Note13RPro? 1. Open the Settings app. 2. Scroll to the bottom and select "Display." 3. Click "Text Size". 4. On this screen, you can adjust the font size by dragging the slider or select a preset font size. 5. After the adjustment is completed, press "OK" to save

The phone Redmi Note13RPro has been very popular recently. Many consumers have purchased this phone. However, many users are using this phone for the first time, so they don’t know how to connect the Redmi Note13RPro to the computer. In this regard, the editor is here to explain to you Detailed tutorial introduction is provided. How to connect Redmi Note13RPro to the computer? 1. Use a USB data cable to connect the Redmi phone to the USB interface of the computer. 2. Open the phone settings, click Options, and turn on USB debugging. 3. Open the device manager on your computer and find the mobile device option. 4. Right-click the mobile device, select Update Driver, and then select Automatically search for updated drivers. 5. If the computer does not automatically search for the driver,

The camera function of Redmi Note13RPro is very easy to use, especially when taking pictures, it will simulate the sound of the camera shutter. However, this function may affect others in quiet situations such as libraries, so many users want to know how to turn off the camera sound of Redmi Note13RPro. , let the editor tell you below. How to turn off the camera sound on Redmi Note13RPro? 1. For the first method, you first need to open the settings of your phone. 2. Then find system applications under the settings menu. 3. Then we find the camera option under the system application interface. 4. Finally, we can set whether to turn off the camera sound in the camera interface. We only need to turn off the switch on the right side of the camera sound. 5. The second method, the first step, open

The Redmi Note13RPro mobile phone integrates a number of smart tools in terms of software functions. Among them, quickly and accurately extracting text content from pictures is one of them. The following editor will introduce to you how Redmi Note13RPro extracts text from pictures. How to extract text from pictures on Redmi Note13RPro? Use the Xiaomi QR code scanning function, open the QR code scanning application on your phone, click the picture icon, select a picture, and then click the "Recognize text" option on the right to successfully extract the text in the picture. Operate through mobile phone album. Find the picture for which text needs to be extracted in the mobile phone album, click "More" below the picture, and select "Extract Text". After successful recognition, you can copy or save the text as needed. Use WeChat mini programs. Open micro

Entire Huoba is a very fun casual puzzle game that everyone can experience on multiple platforms! The game provides countless exciting levels waiting to be unlocked. Each level is full of novelty and challenges, allowing you to experience an interesting adventure of answering questions and unlock new game content. So how to clear the entire level of Huoba? Today I bring you a complete guide to all levels of "Whole Life". If you encounter any problems in passing the level, you can refer to it! "The Whole Life" complete guide to all levels of "The Whole Life" The complete guide to all levels of "The Whole Life" Help her to watch the New Year's Eve, help the little sister to identify the scumbag wolf, and the grandmother helps the little girl escape from danger for outdoor adventure, pretending not to see Ah Piao and transforming back The humanoid helped the orangutan to become a humanoid. Someone in the back seat stayed calm and dealt with the female ghost. The night-shift taxi kept calm and dealt with the female ghost.

RedmiNote13RPro is a mobile phone that is loved by many users. This phone provides a special method to display traffic on the phone. If you still don’t know how to set up RedmiNote13RPro to display traffic, then follow the editor to find out. How to set traffic display on Redmi Note13RPro? 1. Enter "Settings" and click "Dual SIM Mobile Network". 2. Scroll down to select the "Data Package Settings" option. 3. Turn on the function switches on the right side of "Display traffic information in the notification bar" and "Display the current network speed in the status bar". 4. After the setting is successful, pull down the status bar to see the display of real-time network speed and traffic information. FAQ Connect Bluetooth Change input method theme Change factory settings Hide application casting

The hotspot function is a very useful feature on Redmi Note13R Pro. With it, users can use some devices that require an Internet connection even outdoors. Next, the editor will introduce in detail how to open a hotspot on Redmi Note13R Pro, so that everyone can learn to use this powerful function. How to turn on hotspot on Redmi Note13RPro? First, in the settings interface, click Connection and Sharing to enter. Then enter the page and click on Personal Hotspot. Finally, click to turn on the convenient WiFi hotspot. Frequently Asked Questions: Connect Bluetooth, change input method theme, change factory settings, hide applications, mirror TV, NFC, enable dual-SIM installation, activation time
