- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: dd if=/dev/rdsk/c1t2d0 of=/dev/rdsk/c2t2d0 bs=...
Categories
Company
Local Language
Forums
Discussions
Knowledge Base
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Knowledge Base
Forums
Discussions
- Cloud Mentoring and Education
- Software - General
- HPE OneView
- HPE Ezmeral Software platform
- HPE OpsRamp
Knowledge Base
Discussions
Forums
Discussions
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
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
02-25-2003 11:22 AM
02-25-2003 11:22 AM
Thanks,
..Joe
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-25-2003 11:29 AM
02-25-2003 11:29 AM
Re: dd if=/dev/rdsk/c1t2d0 of=/dev/rdsk/c2t2d0 bs=2048
You toasted the disk as an LVM disk when you did the 'pvremove'. Since the 'dd' is simply a bit-for-bit copy it will (still) complete OK. The question, however, is once the copy completes, what do you expect to do and to have?
Regards!
...JRF...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-25-2003 11:31 AM
02-25-2003 11:31 AM
Re: dd if=/dev/rdsk/c1t2d0 of=/dev/rdsk/c2t2d0 bs=2048
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-25-2003 11:34 AM
02-25-2003 11:34 AM
Re: dd if=/dev/rdsk/c1t2d0 of=/dev/rdsk/c2t2d0 bs=2048
=>a VG that's in a shared mode ?
=>LVs that are striped ?
Because if you do that would explain why you need to run dd afterwards though I'm not sure if it'll work. Pvmove works best on a "regular" or "normal" logical volumes. If for some reason you need to run dd, you would still need to vgexport the physical volumes and vgimport it back with the new disks specified.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-25-2003 11:36 AM
02-25-2003 11:36 AM
Re: dd if=/dev/rdsk/c1t2d0 of=/dev/rdsk/c2t2d0 bs=2048
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-25-2003 11:40 AM
02-25-2003 11:40 AM
Re: dd if=/dev/rdsk/c1t2d0 of=/dev/rdsk/c2t2d0 bs=2048
Like JRF said, the LVM info/config on the disk is gone if you run pvremove. The dd should copy the LVM header back onto the disk for you (I've never tested this ..).
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-25-2003 11:43 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-25-2003 12:02 PM
02-25-2003 12:02 PM
Re: dd if=/dev/rdsk/c1t2d0 of=/dev/rdsk/c2t2d0 bs=2048
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-25-2003 12:34 PM
02-25-2003 12:34 PM