免费注册 查看新帖 |

Chinaunix

  平台 论坛 博客 文库
最近访问板块 发新帖
查看: 2864 | 回复: 0
打印 上一主题 下一主题

HP-UX to increase the size of logical volume [复制链接]

论坛徽章:
0
跳转到指定楼层
1 [收藏(0)] [报告]
发表于 2009-02-04 15:50 |只看该作者 |倒序浏览
Question:
we have HP-UX 11.0(64-bit) installed on HP900(N4000) server. I want to increase the size of logical volume /dev/vg00/lvol9 (filesystem: /m01) to 3260M. This volume has mirrored copy on other disk. Here are the steps I am going to follow:
lvextend -L 3260 /dev/vg00/lvol9
unmount /m01
extendfs vxfs /dev/vg00/lvol9
mount /m01
please coreect me if I am missing anything.

Answer:
There are a couple of things that you may want to add to your procedure:
# fuser -k /m01
# umount /m01
# lvextend -L 3260 /dev/vg00/lvol9
# extendfs -F vxfs /dev/vg00/rlvol9
# mount /m01
The steps you were missing or incomplete were:
You need to kill all processes accessing any file mounted on /m01
You should unmount the filesystem before you extend it.
You need to make sure you use the RAW (character) device for the volume group in question.
I hope this helps.
http://forums11.itrc.hp.com/service/forums/questionanswer.do?admit=109447626+1233703288407+28353475&threadId=90241


本文来自ChinaUnix博客,如果查看原文请点:http://blog.chinaunix.net/u/19919/showart_1812775.html
您需要登录后才可以回帖 登录 | 注册

本版积分规则 发表回复

  

北京盛拓优讯信息技术有限公司. 版权所有 京ICP备16024965号-6 北京市公安局海淀分局网监中心备案编号:11010802020122 niuxiaotong@pcpop.com 17352615567
未成年举报专区
中国互联网协会会员  联系我们:huangweiwei@itpub.net
感谢所有关心和支持过ChinaUnix的朋友们 转载本站内容请注明原作者名及出处

清除 Cookies - ChinaUnix - Archiver - WAP - TOP