1.新增加一个磁盘并初始化

# vxdisk list
# vxdisksetup -i 3pardata0_22

2.将新增加的磁盘合并到磁盘组中

# vxdg -g testdg01 adddisk test_data02=3pardata0_22

3.查看当前组里新增卷或者原有卷可以扩充的最大尺寸

# vxassist -g testdg01 maxsize layout=nostripe    (Maxsize is used to find the size to which a new volume can be grown to)
# vxassist -g testdg01 maxgrow testvol01   (maxgrow is to find the size to which an existing volume can be grown to)

4.查看当前卷的大小

# /opt/VRTSsfmh/bin/vxlist testvol
#执行上述命令后报错
VxVM DCLI vxlist ERROR V-50-49971-158 Authentication or communication could not be established with the server. vxdclid is not setup.
Run /opt/VRTSsfmh/adm/dclisetup.sh as root.
You have mail in /var/spool/mail/root
# 根据他的提示,执行命令
# /opt/VRTSsfmh/adm/dclisetup.sh
# 再次查看
# /opt/VRTSsfmh/bin/vxlist testvol

5.扩充卷

# vxassist -g testdg01 growto testvol01 153529m  

6.扩充文件系统

# /opt/VRTSsfmh/bin/vxlist testvol
# vxresize -g testdg01 testvol01 153529m

参考:https://www.thegeekdiary.com/vxvm-tutorials-volume-resize-with-vxassist-and-vxresize/

vxdisksetup -i 3pardata1_25
vxdg -g oradg11 adddisk oradg1101=3pardata1_25
vxassist -g oradg11 maxgrow voldata11
Volume voldata11 can be extended by 419231744 to: 2516176896 (1228602Mb)
vxassist -g oradg11 growto voldata11 2516176896
vxresize -g oradg11 voldata11 2516176896

最新文章

  1. 14 Iterator和for...of循环
  2. Ubuntu 14.04 掛載 網路磁碟 mount internet disk
  3. cxf 调用 webservice服务时传递 服务器验证需要的用户名密码
  4. C# 判断文件有没占用
  5. Linux 下新增虚拟内存
  6. android 学习随笔五(界面)
  7. 一次zabbix的渗透
  8. python sys.argv[]
  9. 如何利用python使用libsvm
  10. 【leetcode】com/problems/surrounded-regions/
  11. 年轻的工程师如何月入伍万XD
  12. 【BZOJ4029】[HEOI2015]定价(贪心)
  13. 英特尔DRM内核驱动程序默认启用PSR2省电功能
  14. sqlserver触发器insert,delete,update
  15. java多线程系列10 阻塞队列模拟
  16. php在foreach中使用引用赋值&可能遇到的问题(转)
  17. InfluxDB概念和基本操作
  18. Donald Ervin Knuth:最年轻的图灵奖高德纳
  19. SQL Server 将Id相同的字段合并,并且以逗号隔开
  20. MIME格式说明,电子邮件格式(转载)

热门文章

  1. LLVM程序分析日记之 basic blocks could have duplicate predecessors
  2. Redis安装教程及安装报错解决方案(大佬勿喷)
  3. layui的基本使用
  4. ActiveMq PUT任意文件上传漏洞(CVE-2016-3088)漏洞复现
  5. SpringBoot从入门到精通教程(七)
  6. jmeter流媒体在线播放HLS插件BlazeMeter - HLS Plugin实现视频在线播放压测
  7. openstack高可用集群16-ceph介绍和部署
  8. 【mybatis-plus】什么是乐观锁?如何实现“乐观锁”
  9. AWS中国区的那些“坑”
  10. RTC_Configuration