- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: lvlnboot -v not shown boot alternative device ...
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
06-12-2002 08:34 AM
06-12-2002 08:34 AM
lvlnboot -v not shown boot alternative device as Boot disk
OS : HP-UX 11.0, H/w : N class serve,
Problem :
Root volume group like lvol2,3,4,5,6,7,8 has been mrror without mkboot -a, because of that lvlnboot -v is not showing Boot disk for alternative disk ( mirror disk).
Also :-
while mirroring lvol1 error message
Logical volume "/dev/vg00/lvol1" has been successfully extended.
lvlnboot: LIF information corrupt or not present on "/dev/dsk/c2t6d0".
Use the "mkboot" command to initialize the LIF area.
lvlnboot -v
Boot Definitions for Volume Group /dev/vg00:
Physical Volumes belonging in Root Volume Group:
/dev/dsk/c1t6d0 (0/0/2/0.6.0) -- Boot Disk
/dev/dsk/c2t6d0 (0/0/2/1.6.0)
Boot: lvol1 on: /dev/dsk/c1t6d0
/dev/dsk/c2t6d0
Root: lvol3 on: /dev/dsk/c1t6d0
/dev/dsk/c2t6d0
Swap: lvol2 on: /dev/dsk/c1t6d0
/dev/dsk/c2t6d0
Dump: lvol2 on: /dev/dsk/c1t6d0, 0
I tried with mkboot /dev/rdsk/#### and
mkboot -a "hpux -lq" /dev/rdsk/c2t6d0 and use overwrite (y/n) : y
Also tried lvlnboot -R
all lvol showing mirror
but lvlnboot -v not showing alternative boot disk as above.
Any itea, other than removing disk from vg00 and recreate mknod and mirror all lvol1,2,3..8 ?
Thanks in advance,
Sanjay Shinde
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-12-2002 08:43 AM
06-12-2002 08:43 AM
Re: lvlnboot -v not shown boot alternative device as Boot disk
Did you 'pvcreate' specifying a bootable disk?
# pvcreate -B /dev/rdsk/cXtYdZ
I suggest that you break your mirrors, and build your disk again, beginning with the appropriate 'pvcreate -B' sequence.
Regards!
...JRF...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-12-2002 08:44 AM
06-12-2002 08:44 AM
Re: lvlnboot -v not shown boot alternative device as Boot disk
Did you use the -B option on the pvcreate command on the alt boot disk?
It's mandatory - it reserves the boot space.
Rgds,
Jeff
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-12-2002 08:45 AM
06-12-2002 08:45 AM
Re: lvlnboot -v not shown boot alternative device as Boot disk
# lvlnboot -r /dev/vg00/
# lvlnboot -b /dev/vg00/
# lvlnboot -s /dev/vg00/
# lvlnboot -d /dev/vg00/
root=/, boot=/stand, primary swap and dump is the same LV.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-12-2002 08:48 AM
06-12-2002 08:48 AM
Re: lvlnboot -v not shown boot alternative device as Boot disk
Why don't you start fresh? Break out all the mirror, take out the disk from the vg00.
Do pvcreate -b on the disk and then perform mkboot and all other procedures to make the mirrored root disk.
Sandip
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-12-2002 08:49 AM
06-12-2002 08:49 AM
Re: lvlnboot -v not shown boot alternative device as Boot disk
Sandip
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-12-2002 09:20 AM
06-12-2002 09:20 AM
Re: lvlnboot -v not shown boot alternative device as Boot disk
lvlnboot -r /dev/vg00/lvol1
lvlnboot: Physical Volume "/dev/dsk/c2t6d0" on which Logical
Volume "/dev/vg00/lvol1" resides is not a Boot Physical Volume.
So need to recreate all using
vgreduce /dev/vg00 /dev/dsk/c2t6d0
pvcreate -B
vgextend
mknod
and Mirror all lvol's
Thanks for evryone who reply.
Sanjay
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-12-2002 09:29 AM
06-12-2002 09:29 AM
Re: lvlnboot -v not shown boot alternative device as Boot disk
try,
mkboot -l /dev/rdsk/cxtydz
mkboot -a "hpux -lq (;0)/stand/vmunic" /dev/rdsk/cxtydz
lvlnboot -v /dev/vg00
Hope this helps.
Regds
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-12-2002 10:16 AM
06-12-2002 10:16 AM
Re: lvlnboot -v not shown boot alternative device as Boot disk
Sandip
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-12-2002 10:34 AM
06-12-2002 10:34 AM
Re: lvlnboot -v not shown boot alternative device as Boot disk
Marty