- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- LIF information corrupt or not present after insta...
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-18-2004 02:13 AM
03-18-2004 02:13 AM
lvlnboot: LIF information corrupt or not present on â /dev/dsk/c2t4d0â . Use the â mkbootâ command to initialize the LIF area.
I have a K570 running HP-UX 10.20 with 4 internal drives.
# ioscan -fnC disk
Class I H/W Path Driver S/W State H/W Type Description
======================================================================
disk 0 8/0.0.0 sdisk CLAIMED DEVICE HP C5447A
/dev/dsk/c0t0d0 /dev/rdsk/c0t0d0
disk 1 8/0.0.1 sdisk CLAIMED DEVICE HP C5447A
/dev/dsk/c0t0d1 /dev/rdsk/c0t0d1
disk 2 8/4.1.0 sdisk CLAIMED DEVICE HP C5447A
/dev/dsk/c1t1d0 /dev/rdsk/c1t1d0
disk 3 8/4.1.1 sdisk CLAIMED DEVICE HP C5447A
/dev/dsk/c1t1d1 /dev/rdsk/c1t1d1
disk 4 10/0.3.0 sdisk CLAIMED DEVICE SEAGATE ST39175LC
/dev/dsk/c2t3d0 /dev/rdsk/c2t3d0
disk 5 10/0.4.0 sdisk CLAIMED DEVICE SEAGATE ST39175LC
/dev/dsk/c2t4d0 /dev/rdsk/c2t4d0
disk 6 10/0.5.0 sdisk CLAIMED DEVICE SEAGATE ST39173WC
/dev/dsk/c2t5d0 /dev/rdsk/c2t5d0
disk 7 10/0.6.0 sdisk CLAIMED DEVICE SEAGATE ST19171W
/dev/dsk/c2t6d0 /dev/rdsk/disk_query
/dev/rdsk/c2t6d0
disk 8 10/12/5.2.0 sdisk CLAIMED DEVICE PIONEER DVD-ROM DVD-30
3
/dev/dsk/c3t2d0 /dev/rdsk/c3t2d0
Vg00 contained all 4 physical disks in the beginning. 2 disks did not have any data on them: c2t5d0 and c2t6d0. I removed c2t5d0 from vg00 then:
pvcreate â B /dev/rdsk/c2t5d0
vgextend /dev/vg00 /dev/dsk/c2t5d0
mkboot /dev/rdsk/c2t5d0
mkboot â a â hpux (;0)/stand/vmunixâ /dev/rdsk/c2t5d0
mkboot â a â hpux â lq /stand/vmunixâ /dev/rdsk/c2t5d0
lvextend â m 1 /dev/vg00/lvol1 /dev/dsk/c2t5d0
lvextend â m 1 /dev/vg00/lvol2 /dev/dsk/c2t5d0
# lvlnboot -v
Boot Definitions for Volume Group /dev/vg00:
Physical Volumes belonging in Root Volume Group:
/dev/dsk/c2t3d0 (10/0.3.0) -- Boot Disk
/dev/dsk/c2t4d0 (10/0.4.0)
/dev/dsk/c2t5d0 (10/0.5.0) -- Boot Disk
/dev/dsk/c2t6d0 (10/0.6.0)
Boot: lvol1 on: /dev/dsk/c2t3d0
Root: lvol3 on: /dev/dsk/c2t3d0
Swap: lvol2 on: /dev/dsk/c2t3d0
/dev/dsk/c2t5d0
Dump: lvol2 on: /dev/dsk/c2t3d0, 0
Current path "/dev/dsk/c1t1d0" is an alternate link, skip.
Current path "/dev/dsk/c1t1d1" is an alternate link, skip.
Then from SAM I increased the number of mirror copies on the remaining logical volumes. After the mirror is created I get the error message:
lvlnboot: LIF information corrupt or not present on â /dev/dsk/c2t4d0â . Use the â
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-18-2004 02:26 AM
03-18-2004 02:26 AM
Re: LIF information corrupt or not present after installing Mirrordisk/UX
mkboot /dev/rdsk/c2t5d0
mkboot -a "hpux -lq (;0)/stand/vmunix" /dev/rdsk/c2t5d0
You should also do an lvextend -m 1 for lvol3. It is important that the first three LVOL's be mirrored in order. I would put all of the lvextends inside your script and not use SAM. This is a case where exact order (at least for the first 3) counts.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-18-2004 02:55 AM
03-18-2004 02:55 AM
Re: LIF information corrupt or not present after installing Mirrordisk/UX
you have to mirror also lvol3...
take a look to this document.
Hope this helps
L.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-18-2004 03:03 AM
03-18-2004 03:03 AM
Re: LIF information corrupt or not present after installing Mirrordisk/UX
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-18-2004 03:19 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-18-2004 03:20 AM
03-18-2004 03:20 AM
Re: LIF information corrupt or not present after installing Mirrordisk/UX
May be useful...
L.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-18-2004 03:22 AM
03-18-2004 03:22 AM
Re: LIF information corrupt or not present after installing Mirrordisk/UX
pvcreate -B /dev/rdsk/c1t0d0 #use real disk
mkboot -l /dev/rdsk/c1t0d0
mkboot -a "hpux -lq (;0)/stand/vmunix" /dev/rdsk/c1t0d0 # use real disk
# mkboot -b /usr/sbin/diag/lif/updatediaglif -p ISL -p AUTO -p HPUX -p PAD -p LABEL /dev/rdsk/c?t?d?
If you are running 64-bit OS:
# mkboot -b /usr/sbin/diag/lif/updatediaglif2 -p ISL -p AUTO -p HPUX -p PAD -p LABEL /dev/rdsk/c?t?d?
vgextend /dev/vg00 /dev/dsk/c1t0d0 # same thing
lvextend -m 1 /dev/vg00/lvol1 /dev/dsk/c1t0d0
# real disk. repeat for other lvols
lvlnboot -r /dev/vg00/lvol3 # root fs /
lvlnboot -s /dev/vg00/lvol2 #swap
lvlnboot -d /dev/vg00/lvol2 #swap/dump
lvlnboot -b /dev/vg00/lvol1
lvlnboot -R
lvlnboot -v
setboot
setboot -a 52.1.0 # second disk
Check your steps, perhaps start over.
SEP
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-18-2004 07:39 AM
03-18-2004 07:39 AM
Re: LIF information corrupt or not present after installing Mirrordisk/UX
mkboot -a "hpux -lq (;0)/stand/vmunix" /dev/rdsk/c2t5d0
lvextend â m 1 /dev/vg00/lvol1 /dev/dsk/c2t5d0
lvextend â m 1 /dev/vg00/lvol2 /dev/dsk/c2t5d0
lvextend â m 1 /dev/vg00/lvol3 /dev/dsk/c2t5d0
lvlnboot -b /dev/vg00/lvol1
lvlnboot -v -r /dev/vg00/lvol3
lvlnboot -s /dev/vg00/lvol2
lvlnboot -R /dev/vg00
lvlnboot -v
# lvlnboot -v
Boot Definitions for Volume Group /dev/vg00:
Physical Volumes belonging in Root Volume Group:
/dev/dsk/c2t3d0 (10/0.3.0) -- Boot Disk
/dev/dsk/c2t4d0 (10/0.4.0)
/dev/dsk/c2t5d0 (10/0.5.0) -- Boot Disk
/dev/dsk/c2t6d0 (10/0.6.0)
No Boot Logical Volume configured
Root: lvol3 on: /dev/dsk/c2t3d0
/dev/dsk/c2t5d0
Swap: lvol2 on: /dev/dsk/c2t3d0
/dev/dsk/c2t5d0
Dump: lvol2 on: /dev/dsk/c2t3d0, 0
Current path "/dev/dsk/c1t1d0" is an alternate link, skip.
Current path "/dev/dsk/c1t1d1" is an alternate link, skip.
I noticed the "No Boot Logical Volume configured" and issued again:
lvlnboot -b /dev/vg00/lvol1
# lvlnboot -v
Boot Definitions for Volume Group /dev/vg00:
Physical Volumes belonging in Root Volume Group:
/dev/dsk/c2t3d0 (10/0.3.0) -- Boot Disk
/dev/dsk/c2t4d0 (10/0.4.0)
/dev/dsk/c2t5d0 (10/0.5.0) -- Boot Disk
/dev/dsk/c2t6d0 (10/0.6.0)
Boot: lvol1 on: /dev/dsk/c2t3d0
/dev/dsk/c2t5d0
Root: lvol3 on: /dev/dsk/c2t3d0
/dev/dsk/c2t5d0
Swap: lvol2 on: /dev/dsk/c2t3d0
/dev/dsk/c2t5d0
Dump: lvol2 on: /dev/dsk/c2t3d0, 0
Current path "/dev/dsk/c1t1d0" is an alternate link, skip.
Current path "/dev/dsk/c1t1d1" is an alternate link, skip.
Created the remaining lvol mirrors with SAM with n