- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- LVM Striping
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
03-06-2005 07:14 PM
03-06-2005 07:14 PM
Recently, I created a fileystem of size 5GB as follows:
- lvcreate –L 5120 -i 4 -I 64 /dev/vg06
- newfs –F vxfs –o largefiles /dev/vg06/rlvol1
- mount /dev/vg06/lvol1 /oracle/data01
Query: The lv is being striped across 4 hardisks each having strip size of 64KB. Am I able to increase the filesystem size if required?
Thanks/c
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-06-2005 07:27 PM
03-06-2005 07:27 PM
Re: LVM Striping
use
vgdisplay and lvdisplay to check if there is space on each disk to exend the LV.
if there is i think the answer is yes.
regards.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-06-2005 07:31 PM
03-06-2005 07:31 PM
Re: LVM Striping
No more space from the volume group and adding of new disks are required.
Can it be done as per my earlier query?
thanks/cliff
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-06-2005 07:34 PM
03-06-2005 07:34 PM
Re: LVM Striping
Sunil
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-06-2005 07:36 PM
03-06-2005 07:36 PM
Re: LVM Striping
I understand i need to add 4 more new disks. But later can I still get the lv extended? If so how?
Thanks/cliff
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-06-2005 07:37 PM
03-06-2005 07:37 PM
Re: LVM Striping
If 1 disk doesn't have enough space for some reason though, then you can't.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-06-2005 07:43 PM
03-06-2005 07:43 PM
Re: LVM Striping
Understanding that the 4 are new disks. I will proceed to add into volume group. But who to get it the existing lv extended and also striping thru 4 new disks?
Thanks/cliff
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-06-2005 07:46 PM
03-06-2005 07:46 PM
Re: LVM Striping
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-06-2005 07:48 PM
03-06-2005 07:48 PM
Re: LVM Striping
disk space on all 4 disks required.
then extending is possible.
regards.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-06-2005 07:58 PM
03-06-2005 07:58 PM
Re: LVM Striping
With the addition of 4 new hardisks added into the existing volume group 8 hardisks will be total.
And with the command lvextend â L 6144 /dev/vg06/lvol1, the 4 new disks will have the new space of (6144-5120)=>1024MB evenly striped across each of the 4 new disks AUTOMATICALY?
thanks/cl
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-07-2005 04:46 PM
03-07-2005 04:46 PM
SolutionThat is right if you are extending LV by 1 gb across 4 disks then 250MB will be allocated from each disk and rest of the space will be free and can be used for some other file systems.
And offcourse it will be equally stripped across all 4 disks.
HTH,
Devender
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-07-2005 04:51 PM
03-07-2005 04:51 PM
Re: LVM Striping
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-08-2005 12:50 AM
03-08-2005 12:50 AM