Operating System - HP-UX
1752821 Members
4220 Online
108789 Solutions
New Discussion юеВ

LIF corrupt or not present

 
SOLVED
Go to solution
Rob Yohn
Advisor

LIF corrupt or not present

I have a 10.20 server that I was just notified giving the following error during a make_tape_recovery. Other output follows also. How can I correct this issue? It looks like the ignite tape has been failing for quite a while now.

WARNING: Could not restore LIF volume.
"/opt/ignite/bin/save_config" -f "/var/opt/ignite/recovery/config.recover" "vg00" >> "/var/opt/ignite/logs/makrec.log1" 2
>&1

lvlnboot: LIF information corrupt or not present on "/dev/dsk/c0t5d0".

Use the "mkboot" command to initialize the LIF area.

/usr/sbin/vgcfgbackup "vg00" >> /var/opt/ignite/logs/makrec.log1 2>&1
vgcfgbackup: Unable to read the physical volume.: I/O error
vgcfgbackup: Invalid LVMREC on Physical Volume /dev/rdsk/c0t5d0


lvlnboot -v:
lvlnboot: LIF information corrupt or not present on "/dev/dsk/c0t5d0".
Use the "mkboot" command to initialize the LIF area.
Boot Definitions for Volume Group /dev/vg00:
Physical Volumes belonging in Root Volume Group:
/dev/dsk/c0t5d0 (8/4.5.0) -- Boot Disk
/dev/dsk/c0t8d0 (8/4.8.0)
/dev/dsk/c1t5d0 (8/12.5.0)
/dev/dsk/c1t4d0 (8/12.4.0) -- Boot Disk
Boot: lvol1 on: /dev/dsk/c0t5d0
/dev/dsk/c1t4d0
Root: lvol3 on: /dev/dsk/c0t5d0
/dev/dsk/c1t4d0
Swap: lvol2 on: /dev/dsk/c0t5d0
/dev/dsk/c1t4d0
Dump: lvol2 on: /dev/dsk/c0t5d0, 0


setboot:
Primary bootpath : 8/4.5.0
Alternate bootpath : 8/12.4.0

Autoboot is ON (enabled)
Autosearch is ON (enabled)

lifls /dev/dsk/c0t5d0
read: I/O error
read_blocks(lifvol): error on 1024 byte write
lifls: Can't list /dev/dsk/c0t5d0; not a LIF volume

lifls /dev/dsk/c1t4d0
ISL AUTO HPUX PAD LABEL
ODE MAPFILE SYSLIB CONFIGDATA SLMOD
SLDEV SLDRIVERS SLSCSI MAPPER IOTEST
PERFVER PVCU SSINFO
13 REPLIES 13
Torsten.
Acclaimed Contributor

Re: LIF corrupt or not present

Do as advised an re-initialize the LIF area ...

Hope this helps!
Regards
Torsten.

__________________________________________________
There are only 10 types of people in the world -
those who understand binary, and those who don't.

__________________________________________________
No support by private messages. Please ask the forum!

If you feel this was helpful please click the KUDOS! thumb below!   
Rob Yohn
Advisor

Re: LIF corrupt or not present

I am not familiar with the steps to reinitialize the LIF area. Can it be done while the system is booted from that drive?

It looks like this is the disk I am booted on that is generating this error message.

pg /stand/bootconf
# Boot Device configuration file
# This File contains information regarding the location
# of the boot LIF. It is used by the KERN-RUN fileset to
# update the boot kernel.
l /dev/dsk/c0t5d0
Torsten.
Acclaimed Contributor

Re: LIF corrupt or not present

Do

# mkboot -l /dev/rdsk/c0t5d0

and check with lifls.

Hope this helps!
Regards
Torsten.

__________________________________________________
There are only 10 types of people in the world -
those who understand binary, and those who don't.

__________________________________________________
No support by private messages. Please ask the forum!

If you feel this was helpful please click the KUDOS! thumb below!   
Rob Yohn
Advisor

Re: LIF corrupt or not present

I issued that command and it gave the following error. I was able to watch the drive and it was being accessed during this command. No error messages in syslog and no red light on the drive.....

mkboot -l /dev/rdsk/c0t5d0
Could not open /dev/rdsk/c0t5d0: I/O error
Rob Yohn
Advisor

Re: LIF corrupt or not present

diskinfo /dev/rdsk/c0t5d0
SCSI describe of /dev/rdsk/c0t5d0:
vendor: SEAGATE
product id: ST32550W
type: direct access
size: 2082636 Kbytes
bytes per sector: 512
Tim Nelson
Honored Contributor
Solution

Re: LIF corrupt or not present

My first response would be that the drive is bad..

How about this to prove it or not.

dd if=/dev/rdsk/c0t5d0 of=/dev/null

Let it read through the drive, if no IO error then back to the task at hand. If you get an IO error then you need to replace the drive.



Bill Hassell
Honored Contributor

Re: LIF corrupt or not present

> mkboot -l /dev/rdsk/c0t5d0
> Could not open /dev/rdsk/c0t5d0: I/O error

Your disk at c0t5d0 is broken. You have probably been running on the mirror copy for quite a wg=hile, especially if you don't have EMS setup to notify you of disk errors and you don't look at syslog regularly.

Ignite/UX is a very useful tool to check the health of your system, especially disks and mountpoints. Ignite/UX errors mean that your system has got some problems.


Bill Hassell, sysadmin
Rob Yohn
Advisor

Re: LIF corrupt or not present

Thanks to all that have replied. It looks like I do indeed have a failed/failing disk. Now on to the replacement procedures. Points have been assigned.
Ganesan R
Honored Contributor

Re: LIF corrupt or not present


Hi,

Replacement procedure:
=======================
Since it is 10.20 I assume that the disks are non hot swapable.

=>Power off the server
=>Replace the faulty disk
=>Boot from alt disk
=>Interupt the boot and boot with qorum override(ISL> hpux -lq
=>vgcfgrestore -n vg00
=>vgchange -a y vg00
=>vgsync
=>lvlnboot -Rv
=>lvlnboot -b
=>lvlnboot -s
=>lvlnboot -d
=>lvlnboot -r
=>lvlnboot -v
Best wishes,

Ganesh.