- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Making disk bootable
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
11-08-2005 08:12 PM
11-08-2005 08:12 PM
Problem. One of mirrored root disks is not bootable.
Question. Is it possibe to make it bootable without breaking mirror and recreating physical volume with 'pvcreate -B'.
# lifls -l /dev/rdsk/c2t2d0
volume c2t2d0 data size 29 directory size 1 05/11/02 18:18:37
filename type start size implement created
===============================================================
LABEL BIN 8 8 0 05/11/02 18:18:37
# mkboot -l /dev/rdsk/c2t2d0
There appear to be non-boot logical volumes on this device.
Overwriting them could destroy all the data on this device
Thanks and points in advance for your comments!
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-08-2005 08:22 PM
11-08-2005 08:22 PM
Re: Making disk bootable
http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=724247
http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=775200
-Arun
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-08-2005 08:24 PM
11-08-2005 08:24 PM
SolutionIf at the first time, you didnt use '-B' option when you did pvcreate; this mean you need to do re-mirror again from the first step. That means you need to make it bootable by breaking the mirror and recreating physical volume with 'pvcreate -B' again.
Breaking the mirror and recreating physical volume only destroy all the data in the mirror disk. This mean you didnt destroy the data on the primary disk, and this can be done online.
After mirroring process, dont forget to check the LIFS files on the mirror disk and try to test the boot disk by boot on the alternate disk (mirror disk).
Below is the url (docID : LVMKBRC00005103) about 'How to create a Mirrored Boot Disk on PA-RISC System - Cookbook' :
http://www1.itrc.hp.com/service/cki/docDisplay.do?docLocale=en_US&docId=200000080811535
Hope this information can help you.
Cheers,
AW
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-08-2005 08:24 PM
11-08-2005 08:24 PM
Re: Making disk bootable
I don't know which procedure you used.
But perhaps is better to break the mirror
lvreduce -m 0 /dev/vg00/lvolx
and restart the mirroring,
use the script attached
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-08-2005 08:26 PM
11-08-2005 08:26 PM
Re: Making disk bootable
Was it not bottable anytime or has become umbootable now?
If it was not bootable then did you gave
#lvlnboot -R
HTH,
Devender
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-08-2005 08:29 PM
11-08-2005 08:29 PM
Re: Making disk bootable
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-08-2005 08:31 PM
11-08-2005 08:31 PM
Re: Making disk bootable
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-08-2005 08:34 PM
11-08-2005 08:34 PM
Re: Making disk bootable
You can't make it without breaking mirror and recreating physical volume.
mkboot command cames after including the disk in the volume group.
Regards,
Borislav
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-09-2005 02:10 AM
11-09-2005 02:10 AM
Re: Making disk bootable
I'll come back with points later.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-10-2005 12:51 AM
11-10-2005 12:51 AM