1745809 Members
3825 Online
108722 Solutions
New Discussion юеВ

Make_recovery error

 
SOLVED
Go to solution
Willie Wright
Advisor

Make_recovery error

I issuse this command:

/opt/ignite/bin/make_recovery -A -v -d /dev/rmt/2mn

I receive this error message:

make_recovery(486): Call to system failed. errno=0 Cleanup

Thanks for the help.

I like UNIX
5 REPLIES 5
James Burks
New Member

Re: Make_recovery error

Check /var/opt/ignite/logs/makrec.log1 and makrec.log2 for more details. The -v switch shows some detail, but you'll find more information in the log files.
James R. Ferguson
Acclaimed Contributor
Solution

Re: Make_recovery error

Willie:

See document #KBRC00002923, contents as follow:

CONFIGURATION HP-UX 10.x, 11.x Product: Ignite/UX

RESOLUTION

make_recovery (486): call to system failed. errno=0 cleanup

Look in /var/opt/ignite/logs/makrec.log1
and see if the vgcfgbackup step fails with a similar error msg:

vgcfgbackup: /etc/lvmtab is out of date with the running kernel:

Kernel indicates 7 disks for /dev/vg02 and /etc/lvmtab has 6 disks. Cannot proceed with backup...

# strings /etc/lvmtab -- make sure all of the disks that are supposed to be in the VG are there.

/dev/vg00
/dev/dsk/c0t5d0
/dev/dsk/c0t9d0
/dev/vg01
/dev/dsk/c0t11d0
/dev/vg02
/dev/dsk/c0t8d0
/dev/dsk/c0t10d0

# strings /etc/lvmconf/vg02.conf - make sure the current vgcfgbackup is accurate with all the correct disks.

To fix the problem do:

# vgreduce -f /dev/vg02 # gets info out of kernel
# mv /etc/lvmtab /etc/lvmtab.old # move corrupted BUT important file
# vgscan -v # creates new clean lvmtab
# vgcfgbackup /dev/vg02 # backup the data for vg02

There should be no errors with vgcfgbackup.

Rerun make_recovery and it should run now without errors.

...JRF...
Willie Wright
Advisor

Re: Make_recovery error

Here is the message from the log file.

vgcfgbackup: Invalid LVMREC on Physical Volume /dev/rdsk/c7t0d1

should I still follow this steps to fix this.
I like UNIX
James R. Ferguson
Acclaimed Contributor

Re: Make_recovery error

Willie:

Please post (attach) the 'strings' output from the /etc/lvmtab and /etc/lvmconf/ files. A 'vgdisplay -v' for each volume group is handy, too.

...JRF...
Willie Wright
Advisor

Re: Make_recovery error

James here is the info you requested.

Thanks Willie Wright
I like UNIX