- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Extending a LV when mirrored
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
12-03-2004 11:22 PM
12-03-2004 11:22 PM
# lvextend -L 30000 /dev/vg02/lvol1
After extending the LV, I cannot unmount to extend the file system.
Is that because its mirrored or should I go to single user?
Is there anything that I must do to the mirror after extending the file system?
Thanks,
David Owens
Ingersoll-Rand Co.
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-03-2004 11:41 PM
12-03-2004 11:41 PM
Solutionyou should go into single user mode, or use the command fuser on the fs.
it's better going into single user mode, after that your mirror copy should synchronyse at reboot.
you can verify if it does with lvdisplay -v /dev/vgxx/lvoly
If it didn't synchronise use vgsync /dev/vgxx
Stf ;-)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-04-2004 01:34 AM
12-04-2004 01:34 AM
Re: Extending a LV when mirrored
# fuser -u /dev/vg02/lvol1
and find the process that was preventing me from unmounting. I gracefully killed (-15) the process and was able to unmount, extend the file system and mount.
After remounting, the mirrors were in sync.
Thanks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-05-2004 12:37 PM
12-05-2004 12:37 PM
Re: Extending a LV when mirrored
Bill Hassell, sysadmin
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-05-2004 05:39 PM
12-05-2004 05:39 PM
Re: Extending a LV when mirrored
problems.
regards
abhik
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-05-2004 07:29 PM
12-05-2004 07:29 PM
Re: Extending a LV when mirrored
If you have not Online JFS you must unmount FS and extend fs using
extendfs /dev/vg02/lvol1
you no need to go into single user mode
just stop all process that work over FS
and unmount it.
Use fuser -uk /dev/vg02/lvol1
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-05-2004 07:31 PM
12-05-2004 07:31 PM
Re: Extending a LV when mirrored
If you want to Sync anyway , use
#vgsync vg02