1831352 Members
3111 Online
110024 Solutions
New Discussion

error when make_recovery

 
leyearn
Regular Advisor

error when make_recovery

My system is HP9000 D370
os:hp-ux 10.20
when make_recoveried to backup the system
the error message displayed
make_recovery(482):Call to system failed.errno=0
Cleanup

message in /var/opt/ignite/logs/makerc.log1

vgcfgbackup:/etc/lvmtab is out of date with the running kernel:Kernel indicates 5 disks for "dev/vg00",/etc/lvmtab has 4 disk!

in fact there are 4 disk in vg00

I looked at the /etc/lvmtab
/dev/vg00
/dev/dsk/c0t1d0
/dev/dsk/c0t2d0
/dev/dsk/c0t3d0
/dev/dsk/c0t4d0

I #mved lvmtab lvmtab.old

#vgscan -v
the content of the new /etc/lvmtab
/dev/
/dev/dsk/c0t1d0
/dev/dsk/c0t2d0
/dev/dsk/c0t3d0
/dev/dsk/c0t4d0

there is no "vg00"

what I should do next?

4 REPLIES 4
leyearn
Regular Advisor

Re: error when make_recovery

NMC1_JL#[/]vgdisplay -v |more
a24y0C--- Volume groups ---
VG Name /dev/vg00
VG Write Access read/write
VG Status available
Max LV 255
Cur LV 8
Open LV 8
Max PV 16
Cur PV 5
Act PV 4
Max PE per PV 2000
VGDA 8
PE Size (Mbytes) 4
Total PE 2030
Alloc PE 1698
Free PE 840
Total PVG 0

NMC1_JL#[/]strings /etc/lvmtab
/dev/vg00
/dev/dsk/c0t5d0
/dev/dsk/c0t8d0
/dev/dsk/c0t10d0
/dev/dsk/c0t9d0
/dev/vg_db
/dev/dsk/c0t0d0
/dev/dsk/c3t1d0
/dev/vg_env
/dev/dsk/c0t11d0
Arunvijai_4
Honored Contributor

Re: error when make_recovery

Do you get the same error after #vgscan -v ?
In your second post, it shows /dev/vg00?

http://www2.itrc.hp.com/service/james/search.do?searchtext=make_recovery+error&x=0&y=0&searchcriteria=allwords&searchtype=SEARCH_FORUMS&rn=25&presort=rank

-Arun

"A ship in the harbor is safe, but that is not what ships are built for"
Ermin Borovac
Honored Contributor

Re: error when make_recovery

You can try vgreduce with -f option

# vgreduce -f vg00

This option is commonly when 'Cur PV' is greater then 'Act PV' in vgdisplay output (as it is in your case).
Mark Nieuwboer
Esteemed Contributor

Re: error when make_recovery

Hi leyearn,

This is a problem in the kernel.
Please put the old lvmtab back and make a copy of this.
here is a link wich solved the problem.
http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=198627

grtz. Mark