HPE GreenLake Administration
- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- stripping
Operating System - HP-UX
1834479
Members
3658
Online
110067
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
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-20-2001 10:29 PM
07-20-2001 10:29 PM
stripping
I need to unload a filesystem and then stripe the logical volume - lvol1 over 4 hyper volumes, the volume groups already contains two disks and I need to add 2 unused disks to this server. Please help, time is running out.
1 REPLY 1
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-21-2001 03:16 AM
07-21-2001 03:16 AM
Re: stripping
Now if you mean that you want the final logical volume to contain 4 disks and the data to start on the first and continue onto the second and third, etc, there is no reason to unload the data at all. Just use pvcreate on the 2 new disks and vgextend to add them to the volume group. Then extend the logical volume with lvextend and finally, run extendfs (with the filesystem unmouinted) to take advantage of the new space.
On the other hand, if you truly want to stripe the extents across all the disks, you will need to backup all the data, pvcreate and vgextend the new disks, then create the logical volume using the stripe option in lvextend. Note that if you do not keep up with patches or do not have a current version of HP-UX, you will have to write a script to lvextend each extent to a specific disk.
Bill Hassell, sysadmin
On the other hand, if you truly want to stripe the extents across all the disks, you will need to backup all the data, pvcreate and vgextend the new disks, then create the logical volume using the stripe option in lvextend. Note that if you do not keep up with patches or do not have a current version of HP-UX, you will have to write a script to lvextend each extent to a specific disk.
Bill Hassell, sysadmin
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