- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: dd an OS disk from a 36GB disk to a 72GB 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
03-07-2006 01:56 AM
03-07-2006 01:56 AM
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-07-2006 02:00 AM
03-07-2006 02:00 AM
Re: dd an OS disk from a 36GB disk to a 72GB disk
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-07-2006 02:07 AM
03-07-2006 02:07 AM
Re: dd an OS disk from a 36GB disk to a 72GB disk
I too have been dd'ing from like drives for purposes ranging from DR to rapid cloning of systems. But I have not done any dd from a small disk to a bigger disk yet and thought to ask this esteemed forum.
I do have a recipe of cloning a boot disk properly and doing dd's of the individual rlvols but I do prefer whole disk copies if it is at all possible.
I will try and I will let you know after this weekend.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-07-2006 02:34 AM
03-07-2006 02:34 AM
SolutionI've done the smaller to bigger dd OS copy. It worked fine for me. You'll have trouble in trying to use the rest of the space however (if that is a concern). The main problem would be that the vgroup will have max pe per volume is set too low to use the rest of the disk. I've seen in other postings that there exists an unsupported tool to fix that. The way to do begin is to get that disk mounted on another running system (vgexport/vgimport), and then attempt your doctoring of the disk & vg from there.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-07-2006 02:43 AM
03-07-2006 02:43 AM
Re: dd an OS disk from a 36GB disk to a 72GB disk
However, for our VxVM managed bootdisks.. I see no issue.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-07-2006 02:46 AM
03-07-2006 02:46 AM
Re: dd an OS disk from a 36GB disk to a 72GB disk
Rgds...Geoff
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-07-2006 02:47 AM
03-07-2006 02:47 AM
Re: dd an OS disk from a 36GB disk to a 72GB disk
mark
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-07-2006 02:50 AM
03-07-2006 02:50 AM
Re: dd an OS disk from a 36GB disk to a 72GB disk
Why not an Ignite restore? If you use a make_net/tape_recovery image to "restore" to the larger disk, you will have the option of increasing the maxpe so you will be able to utilize all of the larger disk.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-07-2006 02:54 AM
03-07-2006 02:54 AM
Re: dd an OS disk from a 36GB disk to a 72GB disk
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-07-2006 02:57 AM
03-07-2006 02:57 AM
Re: dd an OS disk from a 36GB disk to a 72GB disk
Use Ignite restore to recreate the 36G system on the 73G disk (it's very flexible and simple ). During the restore, you'll be able to lay out the formerly 36G OS on your 73G drive AND you all of the space on the 73G any way you'd like. THEN, dd the new 73G disk image to every other 73G drive you have. This would give you what you're going for, with only one intermediate step.
Keep in mind that the ignite restore process is built just exactly for what you're trying to do. That is (among other things), to have a flexible restoration system for replacement of a new root disk - regardless of whether or not the new disk is exactly the same size.