- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: Extend SG filesystem with OnlineJFS?
Categories
Company
Local Language
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
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
Community
Resources
Forums
Blogs
- 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
09-23-2001 08:10 AM
09-23-2001 08:10 AM
Extend SG filesystem with OnlineJFS?
I have a 2-node MC/SG package with Online JFS, and I need to extend one of my filesystems (a very important one). Can this be done without shutting down the package and dismounting the filesystem? I know you can do this with a non-SG-clustered volume group, but I haven't tried it with a SG volume. I'm not adding disks or PVs, simply extending the lvol and fs to use some free PEs.
Any help or assurance would be greatly appreciated.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-23-2001 08:18 AM
09-23-2001 08:18 AM
Re: Extend SG filesystem with OnlineJFS?
If you're just extending the LV, then you shouldn't need to anything other than what you would do with a "normal", non-SGed LV, i.e. lvextend and fsadm -F vxfs -b (new size) (mountpoint).
However, if you are adding LVs or adding PVs, then you would need to re-import the VG on the secondary and all other nodes.
-Santosh
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-23-2001 09:05 AM
09-23-2001 09:05 AM
Re: Extend SG filesystem with OnlineJFS?
I think you can extend the lv online using using fsadm. But as santosh said once you have done the modification you need to do an vgexport no on the node where that vg is active and do a vgcfgrestore on the other node where the package will get started.
This is required so that the other node will have the same information in case you add another pv or other such info. Also in case there is any modification in /etc/lvmpvg directory (if you are using pvg strict mirroring and add a disk) then you need to replicate the modification on the other node.
Also remeber to do a vgcfgrestore you need to have the vg active on the other node.
If you have enough free space in the VG and are just extending the size of the LV, it might not be neccessary to do a vgcfgrestore on the other node, but it is always safe to do so. You would not like to take any chances.
Hope this helps.
Thanks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-23-2001 09:11 AM
09-23-2001 09:11 AM
Re: Extend SG filesystem with OnlineJFS?
You are indeed correct. Since you have Online JFS, you may resize your filesystem without having to unmount it (and hence halt the package using it). The new size of the logical volume will be determinated at volume group activation when it is seen by its alternate node, so there is no package maintenance to perform.
Regards!
...JRF...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-26-2001 05:51 AM
09-26-2001 05:51 AM
Re: Extend SG filesystem with OnlineJFS?
This is addressed in this online document:
UXSGKBAN00000342
=Stephen