© 2007, www.oracledatabase12g.com. 版权所有.文章允许转载,但必须以链接方式注明源地址,否则追究法律责任.
相关文章 | Related posts:
|
|||||
How to resize an OCFS2 filesystem
作者: Maclean Liu , post on February 12th, 2007 , English Version 【本站文章除注明转载外,均为本站原创编译】 转载请注明:文章转载自: Oracle Clinic – Maclean Liu的个人技术博客 [http://www.oracledatabase12g.com/] 本文标题: How to resize an OCFS2 filesystem 本文永久地址: http://www.oracledatabase12g.com/archives/how-to-resize-an-ocfs2-filesystem.html © 2007, www.oracledatabase12g.com. 版权所有.文章允许转载,但必须以链接方式注明源地址,否则追究法律责任. 相关文章 | Related posts: 1 comment to How to resize an OCFS2 filesystemLeave a Reply |
|||||
|
Copyright © 2012 Oracle Clinic – Maclean Liu的个人技术博客 - All Rights Reserved |
|||||
How to Resize an OCFS Volume on Linux
Applies to:
Oracle Server – Enterprise Edition – Version: 9.2 to 10.2
Information in this document applies to any platform.
Goal
This note describes how to resize an OCFS 1.0 volume after the partition was increased at OS level.
Solution
1. Shutdown all instances on all nodes
2. Backup the OCFS filesystem
3. Unmount the OCFS filesystem from each node
4. Check it for errors:
fsck.ocfs /dev/sdb1
5. Use tuneocfs to increase the size of the volume
tuneocfs -F -S 50G /dev/sdb1
6. Mount the ocfs filesystem on each node