- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Disk copy
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
10-24-2007 03:31 AM
10-24-2007 03:31 AM
I have a workstation B132L with HPUX 10.20.
First question:
Is there LVM mirror function in 10.20(9000/700)
Second question:
If I use "dd" to copy one disk(boot disk) to another internal disk,such as
dd if=/dev/dsk/c2t1d0 of=/dev/dsk/c2t1d1
Can I use that disk (c2t1d1) to boot system?
Regards,Louis
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-24-2007 03:35 AM
10-24-2007 03:35 AM
Re: Disk copy
2) you will get something like
/dev/dsk/c2t5d0 (d=0, t will be different), but anyway, you need to boot to LVM maintenance mode (ISL> hpux -lm) and vgexport/vgimport this disk to reflect the different device file.
Hope this helps!
Regards
Torsten.
__________________________________________________
There are only 10 types of people in the world -
those who understand binary, and those who don't.
__________________________________________________
No support by private messages. Please ask the forum!
If you feel this was helpful please click the KUDOS! thumb below!

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-24-2007 03:41 AM
10-24-2007 03:41 AM
Re: Disk copy
Using dd: I have not done it this way myself but I would trust Torsten's direction.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-24-2007 03:44 AM
10-24-2007 03:44 AM
Solutiondd if=/dev/dsk/c2t1d0 of=/dev/dsk/c2t1d1
Instead:
dd if=/dev/rdsk/c2t1d0 bs=256k of=/dev/rdsk/c2t2d0
The destination disk must be at least as large as the source disk. You still don't have a directly bootable disk but all you have to do is move the copied disk into the original's slot (or reset jumpers so that the copied disk becomes the original) and then you can boot. You should make these "lifeboat" disks when the machine is inactive as possible. Because the filesystems are copied "dirty", an fsck will be required but that is automatic upon booting. My lifeboat scripts actually import the copy into a temporary VG and then fsck each filesystem and mark them clean.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-24-2007 03:52 AM
10-24-2007 03:52 AM
Re: Disk copy
1.Do you mean that LVM-mirror is supported on HPUX10.20 for workstation(9000/700)?
where can I got it? support plus media or MCOE install media?
2.My requirement is to duplicate a new disk.
thus,I can use this disk to boot OS too.
Just like Clay said,it works as a lifeboat!
So first step is use dd to copy data.
then,replace the original disk,if it failed.
But may I know whether "dd" can copy boot area(lif area) from the source disk?
regards,Louis
regards,Louis
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-24-2007 03:59 AM
10-24-2007 03:59 AM
Re: Disk copy
Check out software.hp.com and see if it is still there.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-24-2007 04:19 AM
10-24-2007 04:19 AM
Re: Disk copy
On workstations if I could only do one (and assuming I have good backups), I would choose to lifeboat. A lifeboat copy done each night would keep you almost up to date.