Operating System - HP-UX
1838623 Members
2400 Online
110128 Solutions
New Discussion

Re: make_recovery unsuccessfully

 
augusto cossa
Frequent Advisor

make_recovery unsuccessfully

Good day to all

Could you please see file attached.

Regards,
Augusto
2 REPLIES 2
Vincenzo Restuccia
Honored Contributor

Re: make_recovery unsuccessfully

#diskinfo /dev/dsk/c0t14d0
And verify it with STM.
Bill McNAMARA_1
Honored Contributor

Re: make_recovery unsuccessfully

This is a nasty problem, typically caused by vgscan picking up a disk header placed on a disk by a dd copy..
The kernel thinks there are 3 disks in the vg03. when there is only 2 configured in the /etc/lvmtab.

First thing to try is to
vgchange -a n vg03
then vgchange -a y vg03
and post up any errors here.
It may be necessary to do a vgreduce -f and/or a vgcfgrestore in ISL> hpux -is -lm
mode

--------
/usr/sbin/vgcfgbackup "vg03" >> /var/opt/ignite/logs/makrec.log1 2>&1
vgcfgbackup: /etc/lvmtab is out of date with the running kernel:Kernel indicates
3 disks for "/dev/vg03"; /etc/lvmtab has 2 disks.
Cannot proceed with backup.
--------

Later,
Bill
It works for me (tm)