HPE GreenLake Administration
- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Boot Disk
Operating System - HP-UX
1834903
Members
2601
Online
110071
Solutions
Forums
Categories
Company
Local Language
back
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
back
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
Blogs
Information
Community
Resources
Community Language
Language
Forums
Blogs
Go to solution
Topic Options
- 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
05-02-2003 03:30 AM
05-02-2003 03:30 AM
Hi guys
Just a short one for a change, one of my mirrored boot disks has failed and i will be changing it out.
Do i need to pvcreate -b and mkboot it before running Vgconfigrestore or will this resore all the necassary info in vgda.
regards
andrew
Just a short one for a change, one of my mirrored boot disks has failed and i will be changing it out.
Do i need to pvcreate -b and mkboot it before running Vgconfigrestore or will this resore all the necassary info in vgda.
regards
andrew
Solved! Go to Solution.
3 REPLIES 3
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-02-2003 03:38 AM
05-02-2003 03:38 AM
Re: Boot Disk
Hi Andrew,
An excellent guide is available in the Software Recovery Handbook. See Chapter 16 (LVM) and check the section "Replacing a Failed Disk"
http://www1.itrc.hp.com/service/iv/node.do?node=prod%2FWW_Start%2FN1%7C16%7C11
Pete
Pete
An excellent guide is available in the Software Recovery Handbook. See Chapter 16 (LVM) and check the section "Replacing a Failed Disk"
http://www1.itrc.hp.com/service/iv/node.do?node=prod%2FWW_Start%2FN1%7C16%7C11
Pete
Pete
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-02-2003 03:43 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-02-2003 04:37 AM
05-02-2003 04:37 AM
Re: Boot Disk
Hi Andrew,
According to TKB doc ID LVMKBRC00005103 you should do the following:
pvcreate -B /dev/rdsk/cXtYdZ
vgextend vg00 /dev/dsk/cXtYdZ
mkboot -l /dev/rdsk/cXtYdZ
mkboot -a "hpux -lq" /dev/rdsk/cXtYdZ
Then determine all lvols in vg00 using
pvdisplay -v /dev/dsk/cXtYdZ
Them remirror them all - I use a for loop as follows
for i in 1 2 3 4 5 6 7 8
do
lvextend -m 1 /dev/vg00/lvol$i /dev/dsk/cXtYdZ
Then check to boot/root assignments
lvlnboot -v
This always works for me.
HTH,
Jeff
According to TKB doc ID LVMKBRC00005103 you should do the following:
pvcreate -B /dev/rdsk/cXtYdZ
vgextend vg00 /dev/dsk/cXtYdZ
mkboot -l /dev/rdsk/cXtYdZ
mkboot -a "hpux -lq" /dev/rdsk/cXtYdZ
Then determine all lvols in vg00 using
pvdisplay -v /dev/dsk/cXtYdZ
Them remirror them all - I use a for loop as follows
for i in 1 2 3 4 5 6 7 8
do
lvextend -m 1 /dev/vg00/lvol$i /dev/dsk/cXtYdZ
Then check to boot/root assignments
lvlnboot -v
This always works for me.
HTH,
Jeff
PERSEVERANCE -- Remember, whatever does not kill you only makes you stronger!
The opinions expressed above are the personal opinions of the authors, not of Hewlett Packard Enterprise. By using this site, you accept the Terms of Use and Rules of Participation.
Company
Events and news
Customer resources
© Copyright 2025 Hewlett Packard Enterprise Development LP