GreenLake Administration
- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Extend a filesystem in cluster.
Operating System - HP-UX
1844669
Members
2526
Online
110233
Solutions
Forums
Categories
Company
Local Language
back
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Discussions
back
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Blogs
Information
Community
Resources
Community Language
Language
Forums
Blogs
Go to solution
Topic Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-21-2004 05:36 AM
07-21-2004 05:36 AM
How can I extend a filesystem online that belows a vg in cluster (sevice Guard)
Thanks
Thanks
Solved! Go to Solution.
3 REPLIES 3
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-21-2004 05:44 AM
07-21-2004 05:44 AM
Solution
To extend the file system online, you need to have OnlineJFS product installed.
swlist|grep -i OnlineJFS
If yes,
lvextend -L "new_size_in_MB" /dev/vgxx/lvolx
fsadm -F vxfs -b "size_in_MB" /mount_point_of_FS
If not unmount FS, do lvextend, and then extendfs.
If you add a PV to extend the FS, then
On active node,
vgexport -ps -v -m /tmp/vgxx.map /dev/vgxx
Put the file /tmp/vgxx.map to another node.
vgexport /dev/vgxx
mkdir /dev/vgxx
mknod /dev/vgxx/group c 64 0x0y0000
y-vg no.
vgimport -v -s -m /tmp/vgxx.map /dev/vgxx
Anil
swlist|grep -i OnlineJFS
If yes,
lvextend -L "new_size_in_MB" /dev/vgxx/lvolx
fsadm -F vxfs -b "size_in_MB" /mount_point_of_FS
If not unmount FS, do lvextend, and then extendfs.
If you add a PV to extend the FS, then
On active node,
vgexport -ps -v -m /tmp/vgxx.map /dev/vgxx
Put the file /tmp/vgxx.map to another node.
vgexport /dev/vgxx
mkdir /dev/vgxx
mknod /dev/vgxx/group c 64 0x0y0000
y-vg no.
vgimport -v -s -m /tmp/vgxx.map /dev/vgxx
Anil
There is no substitute to HARDWORK
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-21-2004 08:19 AM
07-21-2004 08:19 AM
Re: Extend a filesystem in cluster.
Thanks, but when unmount the filesystem, I can stop de packet the cluster?.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-21-2004 10:49 AM
07-21-2004 10:49 AM
Re: Extend a filesystem in cluster.
You donâ t necessarily have to halt the package to unmount the file system unless otherwise you have some kind of filesystem monitor defined to halt the package incase of unavailability of a file system.
If you managed to get rid of all the processes using the file system, you could umount, extend and mount it back again even when the package is online.
As Anil has mentioned above, anything that will change the volume group composition will require a vgexport and vgimport.
If you managed to get rid of all the processes using the file system, you could umount, extend and mount it back again even when the package is online.
As Anil has mentioned above, anything that will change the volume group composition will require a vgexport and vgimport.
Learn What to do ,How to do and more importantly When to do ?
The opinions expressed above are the personal opinions of the authors, not of Hewlett Packard Enterprise. By using this site, you accept the Terms of Use and Rules of Participation.
Company
Events and news
Customer resources
© Copyright 2025 Hewlett Packard Enterprise Development LP