- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Expanding disk size into a larger disk
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
04-09-2001 06:38 AM
04-09-2001 06:38 AM
I used the DD utility to clone this disk onto a 36gb disk. The 36gb disk boots up, runs, etc. When looking at the 36gb disk thru the logical volume utilities, it still appears sized as an 18gb disk - I expected this.
How do I edit the LVM info (max extents?, etc) to make the LVM 'see' all the available space on the 36gb disk?
(no - I don't want to use ignite to clone the o/s)
thanks in advance,
Ken :)
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-09-2001 06:42 AM
04-09-2001 06:42 AM
Re: Expanding disk size into a larger disk
Sorry, you can't. 'max_pe' is fixed during volume creation and cannot be changed. It defaults to 1016 or the largest disk used to create the volume group (vgcreate).
...JRF...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-09-2001 06:53 AM
04-09-2001 06:53 AM
Re: Expanding disk size into a larger disk
I have however seen someone do it.. via a pvcreate and vgcreate vg00 again then restore lv structures around the file systems, but this is real risky, especially if there is bad blocks on the disk and relocation took place.
So, straight answer is no unfortunately.
Bill
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-09-2001 06:54 AM
04-09-2001 06:54 AM
SolutionAs I see it you've got 2 options if you want to keep the OS on that specific disk:
1) Use Ignite/UX to make a tape, boot from the tape, modify the VG information so it sees the full 36 GB, let Ignite finish the install, and you've now got all space available.
2) Live with using half of the disk.
There is a procedure that was posted a couple of times that was a good disk copy procedure that would also work for you if you want to do the dd again. Have a look at Peggy Fong's response in the following thread:
http://forums.itrc.hp.com/cm/QuestionAnswer/1,1150,0xa1c6d06ed8c8d4118fef0090279cd0f9,00.html
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-09-2001 07:21 AM
04-09-2001 07:21 AM
Re: Expanding disk size into a larger disk
Thanks Patrick. I did visit Peggy Fong's reponse. That looks like it might be a winner. I am gonna try to take that and 'script'ize it for use in our shop.
thanks again
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-21-2005 07:25 AM
04-21-2005 07:25 AM
Re: Expanding disk size into a larger disk
There was a reference to a Peggy Fong post that sounds like it might be what I'm looking for, but for some reason that link is inaccessible.
http://forums.itrc.hp.com/cm/QuestionAnswer/1,1150,0xa1c6d06ed8c8d4118fef0090279cd0f9,00.html
I have already dd'ed my boot disk to a larger counterpart and re-imported vg00, specifying the new device. I have also re-defined the Boot Data Area. The remaining issue, as I understand it, is that the max_pe is set for the old drive. Since this is set during the vgcreate, it can't be modified without dismantling vg00.
Does anyone have a method for resolving this problem and/or can you provide me with Peggy Fong's post (referenced above)?