- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- copy boot-disk, HP-UX 11.0
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
тАО03-15-2005 11:21 PM
тАО03-15-2005 11:21 PM
copy boot-disk, HP-UX 11.0
I had to change a defective bootable hard disk. Now I want to copy /dev/dsk/c1t2d0 to /dev/dsk/c2t2d0
1. how to copy?
2. how to control?
Thanks, Michael
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО03-15-2005 11:27 PM
тАО03-15-2005 11:27 PM
Re: copy boot-disk, HP-UX 11.0
explain to us what is on /dev/dsk/c1t2d0.
If /dev/dsk/c1t2d0 is your current boot disk and you want to have /dev/dsk/c2t2d0 eventually become the boot disk, then there are a few options:
mirror
or
ignite recovery
live free or die
harry d brown jr
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО03-15-2005 11:32 PM
тАО03-15-2005 11:32 PM
Re: copy boot-disk, HP-UX 11.0
the new disk has to boot, too.
No ignite-tape available, so I want to mirror.
Bye, Michael
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО03-15-2005 11:35 PM
тАО03-15-2005 11:35 PM
Re: copy boot-disk, HP-UX 11.0
Could you post a
# vgdisplay -v vg00
Regards,
Robert-Jan
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО03-15-2005 11:40 PM
тАО03-15-2005 11:40 PM
Re: copy boot-disk, HP-UX 11.0
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО03-15-2005 11:47 PM
тАО03-15-2005 11:47 PM
Re: copy boot-disk, HP-UX 11.0
here's the output of vgdisplay
Bye, Michael
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО03-16-2005 12:01 AM
тАО03-16-2005 12:01 AM
Re: copy boot-disk, HP-UX 11.0
Provided you are using LVM on your system, here is a document I use to help me setup root disk mirroring. I in the process of adding the root mirror recovery procedure.
Hope this helps,
Dwyane
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО03-16-2005 12:14 AM
тАО03-16-2005 12:14 AM
Re: copy boot-disk, HP-UX 11.0
# vgchange -a y /dev/vg00
# mkboot /dev/rdsk/c2t2d0
# mkboot -a "hpux (;0)/stand/vmunix" /dev/rdsk/c2t2d0
# lvlnboot -R
# lvlnboot -v
should be simular to mine below
Boot Definitions for Volume Group /dev/vg00:
Physical Volumes belonging in Root Volume Group:
/dev/dsk/c1t2d0 (0/0/1/1.2.0) -- Boot Disk
/dev/dsk/c2t2d0 (0/0/2/0.2.0) -- Boot Disk
Boot: lvol1 on: /dev/dsk/c1t2d0
/dev/dsk/c2t2d0
Root: lvol3 on: /dev/dsk/c1t2d0
/dev/dsk/c2t2d0
Swap: lvol2 on: /dev/dsk/c1t2d0
/dev/dsk/c2t2d0
Dump: lvol2 on: /dev/dsk/c1t2d0, 0
# vgsync /dev/vg00
Regards,
Robert-Jan