- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Mirroring smaller disk to 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
Discussions
Discussions
Discussions
Forums
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
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
тАО09-13-2006 07:46 AM
тАО09-13-2006 07:46 AM
We have 2 identical rp3440s (A and B) one with mirrored 73 Gb drives and another with x2 146 Gb. I was wondering whether there are any limitations in the following -
1. Take hot-swap 73 Gb drive from rp3440 A
2. Remove 146 Gb drive from rp3340 B
3. Plug in 73 Gb drive from rp3440 A into rp3440 B
4. Mirror/synch the 73Gb Drive with the 146 Gb Drive
5. Remove the 73Gb drive and replace the 146 Gb drive
6. Mirror/Synch the x2 146 Gb drives
The rationale is that the software on the 73Gb drive is heavily patched (impossible to clean install on the new server)and we need a simple way to get an exact image to the new rp3440 B
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО09-13-2006 07:56 AM
тАО09-13-2006 07:56 AM
Re: Mirroring smaller disk to larger disk
If I understand correctly, you are mirroring from 146 GB drive to a 73 GB drive
Technically, this should work, assuming there is less than 73 GB of data on 146 GB disk, and you mirror everything properly.
If this is the root disk, you will also have to make the disk bootable before you add it to the VG, and run the mkboot commands against it as well.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО09-13-2006 07:57 AM
тАО09-13-2006 07:57 AM
Re: Mirroring smaller disk to larger disk
UNIX because I majored in cryptology...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО09-13-2006 07:58 AM
тАО09-13-2006 07:58 AM
Re: Mirroring smaller disk to larger disk
Sorry if I wasnt clear - the data is on teh 73 Gb disk. Someone informed me that the remaining 73 Gb on teh larger disk woudl be unusable after the mirror/synch?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО09-13-2006 08:01 AM
тАО09-13-2006 08:01 AM
Re: Mirroring smaller disk to larger disk
I forgot to add
If you are mirroring 73 GB disk to 146 GB disk - this will probably not allow you utilize all of the larger disks capacity unless you were far sighted when you created the vg and made allowances for larger disks then. The parameter is not changable after vg creation and you will have to actually destroy/recreate the vg in order to access all of the disk space
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО09-13-2006 08:01 AM
тАО09-13-2006 08:01 AM
Re: Mirroring smaller disk to larger disk
UNIX because I majored in cryptology...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО09-13-2006 08:05 AM
тАО09-13-2006 08:05 AM
SolutionAnectodal evidence of success rate is nowhere near 100% but may worth a shot.
Hope this helps
UNIX because I majored in cryptology...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО09-13-2006 08:08 AM
тАО09-13-2006 08:08 AM
Re: Mirroring smaller disk to larger disk
UNIX because I majored in cryptology...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО09-13-2006 08:09 AM
тАО09-13-2006 08:09 AM
Re: Mirroring smaller disk to larger disk
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО09-13-2006 08:17 AM
тАО09-13-2006 08:17 AM
Re: Mirroring smaller disk to larger disk
The caveats as far as LVM is concerned have been noted by the previous posts.
*However*, if your objective is to replicate the patched envionment and you have identical server architecture, clone your operating system (vg00) with Ignite. Use:
# make_tape_recovery -x inc_entire=vg00 -I -v -a /dev/rmt/0mn
...and perform an Advanced Installation mode install. You can select your target disk and size your vg00 filesystems to your taste, too.
*Before* the Ignite tape is used on the secondary server, 'vgexport' the non-vg00 volume groups with the '-s' switch; and copy the resulting mapfiles to the other server for use after the Ignite tape image is applied.
Following the ignition session, copy the saved mapfiles from the "source" server and use them to 'vgimport' the non-vg00 volume groups.
As for LVM mirroring, it is only and always at the logical volume level.
Regards!
..JRF...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО09-13-2006 08:18 AM
тАО09-13-2006 08:18 AM
Re: Mirroring smaller disk to larger disk
host=serverB
for fs in /filesystem1 /filesystem2 #... and so on...
do
cd ${fs}
find . -xdev -depth | cpio -ocx | remsh ${host} "(cd ${fs}; cpio -idcumvx)"
done
goes as fast as your network bandwidth.
another option would be a backup and restore.
UNIX because I majored in cryptology...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО09-13-2006 08:25 AM
тАО09-13-2006 08:25 AM
Re: Mirroring smaller disk to larger disk
Cheers!