- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- increase size of mirrored filesystem
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
06-05-2003 05:06 PM
06-05-2003 05:06 PM
hpux 11.00 on RP2470 machine.
I need to increase size of mirrored filesystem on vg00 to 5GB.
I know I have to:
lvextend -L5000 /dev/vg00/lvabc
umount /dev/vg00/lvabc
extendfs /dev/vg00/rlvabc
mount /dev/vg00/lvabc /mybiggerfilessytem
BUT, what about the mirror part of it?
Thanks for your help,
points awarded soon...
Maria.
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-05-2003 05:13 PM
06-05-2003 05:13 PM
Re: increase size of mirrored filesystem
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-05-2003 05:13 PM
06-05-2003 05:13 PM
SolutionThree things:
1) Understand that the extension would only be possible IF the VG has 10000M free.
2) IF you have Strict Allocation set - which IS the default - then you MUST have 5000M free on EACH PV or it'll fail. Trust me - this IS for your own good.
3) If you have On-Line JFS then no umount is needed. And...you should have it. Absolutely mandatory in a Production env today. Customers don't care just *why* you're having an outage - they just know they're pissed because of it.
My $0.02,
Jeff
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-05-2003 05:19 PM
06-05-2003 05:19 PM
Re: increase size of mirrored filesystem
Your procedure is fine as long as you can unmount the filesystem and have you sufficient disk space (on both disks) in which to do the extension.
If you have online JFS there is no need to unmount the filsystem at all. This all depends on the filesystem being changed. If it is / or /stand, then you cannot do it at all unless you use the "booting of ignite tape method".
The mirror extension will be done when you do the 'lvextend' part. It will know that it is mirrored and do it automatically. AGain this depends on the amount of space required and which filesystem it is.
Regards
Michael
"When I have trouble spelling, it's called fat finger syndrome"
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-05-2003 05:19 PM
06-05-2003 05:19 PM
Re: increase size of mirrored filesystem
It's the same as extending a non mirrored volume apart from adding the volume names to your command. If your allocation ploicy is set to strict you need to ensure you have enough space on both devices
# lvextend -L 5000 /dev/vg05/lvabc /dev/dsk/cAtAdA /dev/dsk/cBtBdB
HTH
Steve
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-05-2003 05:22 PM
06-05-2003 05:22 PM
Re: increase size of mirrored filesystem
If u need to extend an one way mirrored LV u must have double the size of your actual size to be increased.
Unless u don't have double the size ur lvextend will fail.
Again the free PEs should be in the proper PVs depends upon your allocation policy.
- hth.
Tamil
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-05-2003 05:24 PM
06-05-2003 05:24 PM
Re: increase size of mirrored filesystem
Jeff has covered everything. The only thing I'd point out is if you are trying to extend root or stand LV's then it won't be possible as they need to be contiguous.
You'll also have a hard time with alot of the FS's (/var, /usr etc) in the root VG if you don't have online JFS as they are difficult to unmount due to the number of processes accessing them.
Cheers
Con
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-05-2003 05:28 PM
06-05-2003 05:28 PM
Re: increase size of mirrored filesystem
Don't forget Primary swap - that makes the trifecta for - It ain't gonna happen w/o Ignite."
Cheers,
Jeff