- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Cannot boot from mirrored root disk
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
03-10-2000 12:10 AM
03-10-2000 12:10 AM
Cannot boot from mirrored root disk
Misconceptions" as closely as possible but I still cannot get my second disk to
be bootable.
The output from "lvlnboot -v" shows that I am _almost_ there (the boot, root
and swap logical volumes are all mirrored to both disks) but my second disk is
still not listed as a "Boot Disk". See below:
# lvlnboot -v
Boot Definitions for Volume Group /dev/vg00:
Physical Volumes belonging in Root Volume Group:
/dev/dsk/c0t4d0 (8/4.4.0) -- Boot Disk
/dev/dsk/c0t8d0 (8/4.8.0)
Boot: lvol1 on: /dev/dsk/c0t4d0 /dev/dsk/c0t8d0
Root: lvol3 on: /dev/dsk/c0t4d0 /dev/dsk/c0t8d0
Swap: lvol2 on: /dev/dsk/c0t4d0 /dev/dsk/c0t8d0
Dump: lvol2 on: /dev/dsk/c0t4d0, 0
For completeness, here is the output of "setboot" which I believe is as is
should be:
# setboot
Primary bootpath : 8/4.4.0
Alternate bootpath : 8/4.8.0
Autoboot is ON (enabled)
Autosearch is ON (enabled)
Do you have any suggestions as to what I may have forgotton?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-10-2000 01:30 AM
03-10-2000 01:30 AM
Re: Cannot boot from mirrored root disk
# pvcreate -B /dev/rdsk/c0t8d0
# vgextend /dev/vg00 /dev/dsk/c0t8d0
# mkboot /dev/rdsk/c0t8d0
# mkboot -a "hpux -lq ...
... (0.8.0;0)/stand/vmunix" /dev/rdsk/c0t8d0
# lvextend -m 1 /dev/vg00/lvol1 /dev/dsk/c0t8d0
(repeat the step above for all lvols in vg00)
# lvlnboot -r /dev/vg00/lvolX /dev/vg00 (X=root lvol)
# lvlnboot -s /dev/vg00/lvolY /dev/vg00 (Y=swap lvol)
# lvlnboot -d /dev/vg00/lvolZ /dev/vg00 (Z=dump lvol)
# lvlnboot -b /dev/vg00/lbolW /dev/vg00 (W=boot lvol)
# lvlnboot -v
I hope this helps you !
Regards!
Marcio
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-10-2000 01:38 AM
03-10-2000 01:38 AM
Re: Cannot boot from mirrored root disk
# mkboot -a "hpux -lq (0.8.0;0)/... for
# mkboot -a "hpux -lq (4.8.0;0)/...
Marcio
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-10-2000 03:15 AM
03-10-2000 03:15 AM
Re: Cannot boot from mirrored root disk
(pvcreate -B /dev/rdsk/c?t?d?). If not, you will have nowhere to write the
mkboot information and will have to start the procedure from scratch.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-15-2000 04:11 PM
03-15-2000 04:11 PM
Re: Cannot boot from mirrored root disk
did you get an solution for the problem? We also tried to create a mirrored
root disk but it does not work too. I send you our script, it would be very
nice to get help. When you find the mistake in our script, it would be very
nice to send us an answer.
1. pvcreate -B /dev/rdsk/c2t2d0 ### create physical volume for use in LVM
volume group, -B == boot
2. mkboot /dev/rdsk/c2t2d0 ### Place the LIF information on the disk
3. mkboot -a "hpux -lq (;0)/stand/vmunix" /dev/rdsk/c2t2d0 ## disk 2: make sure
that the autoboot string disables the quorum checking
mkboot -a "hpux -lq (;0)/stand/vmunix" /dev/rdsk/c1t2d0 ## disk 1: make sure
that the autoboot string disables the quorum checking
Ausgabe der aktuellen Einstellungen:
# setboot
Primary bootpath : 0/0/1/1.2.0
Alternate bootpath : 0/0/2/0.2.0
Autoboot is ON (enabled)
Autosearch is ON (enabled)
4. SAM => Disk 2 (0/0/2/0.2.0) added to volume group vg00 (ansonsten alles
"default")
5. SAM => Alle logischen Volumes auf 1 Spiegelkopie eingerichtet
6. # lvlnboot -R
Volume Group configuration for /dev/vg00 has been saved in
/etc/lvmconf/vg00.conf
# lvlnboot -v
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: 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
Thanks a lot.