当前位置:网站首页>AIX存储管理之卷组属性的查看和修改(二)
AIX存储管理之卷组属性的查看和修改(二)
2022-07-02 00:35:00 【51CTO】
温故:
创建卷组的注意事项
(1)卷组的名字在系统中必须是惟一的,且名字尽可能具有意义,比如存放数据的卷组可以命名为datavg.
(2)保证将要被你使用到卷组中的物理卷都是可用状态且当前不属于其他卷组,这一点尤为重要。
(3)确定新卷组中的物理分区大小,默认值是 4MB,常用为 8MB。一个物理卷最多能包含 1016个物理分区,因此一个卷组中如果包含一个大于 4.5GB 的物理卷,则这个卷组中物理分区的大小必须大于 4MB。
(4)新创建的卷组在系统启动时是否自动被激活。
(5)要确定新卷组中最多能够容纳多少个物理卷。
原文链接: AIX存储管理之卷组的创建(一)
知新:
今天要讲的是AIX卷组属性的查看和修改,内容很简单,咱们开始吧。
一、卷组属性查看
1、查看系统中的VG
2、查看系统中可用状态的VG
3、显示卷组的属性
4、显示VG中的逻辑卷的信息
5、显示VG中物理卷的信息
二、卷组属性修改
修改卷组的属性可以使用命令
1、如果要设置一个卷组在系统启动时自动被激活,就把"Activate volume group AUTOMATICALLY at system restart?"栏的值设置为 yes,要使卷组后来由手工方式激活设置为no。
2、在"A QUORUM of disks required to keep the volume group on-line ?"栏设置当卷组丢失了磁盘 Quorum 时,是否就迫使该卷组处于非激活状态。默认值是 yes,表示该卷组丢失了 51%的 VGDA后就不可再用了。
3、在"Convert this VG to Concurrent Capable?"栏设置是否使该卷组具有被并发访问的能力,也就是有被多个系统同时使用的能力,yes 表示使其具有,no 表示使其不具有。
4、在"LTG Size in kbyte"栏中修改逻辑记录组(Logical Track Group,简写为LTG)的大小,单位为 KB,可选值有128,256,512或 1024,默认值是 128KB。
5、在"Set hotspare characteristics"栏中设置卷组的热备份特性
三、向卷组中添加物理卷
在向卷组中添加物理卷时,一定要注意一点,要添加的物理卷应处于可用状态且不属于其他已经激活的卷组。
1、对于未激活的物理卷可以使用以下命令激活:
2、添加物理卷
当然了,也可以使用smitty extendvg命令
四、在卷组中删除物理卷
1、先删除物理卷上的逻辑卷
2、删除卷组中的物理卷
如果删除物理卷之后发现VGDA中还有物理卷的信息,可以使用
也可以使用“smitty reducevg”删除物理卷
五、激活和关闭卷组
如果在创建卷组时没有设置系统启动时自动激活卷组,就需要手动激活。
1、激活卷组
2、关闭卷组
同样也可以使用smit工具进行操作。
关于卷组的知识点就暂且讲到这里,如果想看我的下一篇文章《 AIX存储管理之逻辑卷的创建及属性的查看和修改》,点击链接即可
边栏推荐
- Leetcode skimming: binary tree 03 (post order traversal of binary tree)
- Leetcode skimming: stack and queue 02 (realizing stack with queue)
- Synthetic watermelon game wechat applet source code / wechat game applet source code
- Linux centos7 installation Oracle11g super perfect novice tutorial
- mysql之B tree 以及 B+tree
- Download the online video m3u8 tutorial
- Source code of Qiwei automatic card issuing system
- Leetcode skimming: stack and queue 03 (valid parentheses)
- 使用 ES 实现疫情地图或者外卖点餐功能(含代码及数据)
- Jielizhi, production line assembly link [chapter]
猜你喜欢
Leetcode 96 différents arbres de recherche binaires
Halcon knowledge: an attempt of 3D reconstruction
King combat power query renamed toolbox applet source code - with traffic main incentive advertisement
SQL数据分析之窗口排序函数rank、dense_rank、raw_number与lag、lead窗口偏移函数【用法整理】
leetcode96不同的二叉搜索樹
使用 ES 实现疫情地图或者外卖点餐功能(含代码及数据)
New version of free mobile phone, PC, tablet, notebook four terminal Website thumbnail display diagram online one click to generate website source code
Promise and modular programming
GCC compilation
【会议资源】2022年第三届自动化科学与工程国际会议(JCASE 2022)
随机推荐
The origin of usb-if Association and various interfaces
Promise和模块块化编程
2022 low voltage electrician examination questions and answers
What is ThreadLocal memory leak and how to solve it
How can entrepreneurial teams implement agile testing to improve quality and efficiency? Voice network developer entrepreneurship lecture Vol.03
2022 high altitude installation, maintenance and removal of test question simulation test platform operation
Which securities company is safer to open a stock account
Jielizhi, production line assembly link [chapter]
How to improve data quality
BPR (Bayesian personalized sorting)
LDR6035智能蓝牙音响可对手机设备持续充放电方案
Friends circle community program source code sharing
智能运维实战:银行业务流程及单笔交易追踪
Leetcode medium question sharing (5)
2023款雷克萨斯ES产品公布,这回进步很有感
Comprehensive usage and case questions of sub query of SQL data analysis [patient sorting]
Is it safe to choose mobile phone for stock trading account opening in Beijing?
Is it safe and reliable to open an account in Caixue school and make new debts?
Is it safe for qiniu college to open an account? How to open an account?
【微信授权登录】uniapp开发小程序,实现获取微信授权登录功能