Operating System - HP-UX
1834140 Members
2679 Online
110064 Solutions
New Discussion

Ignite error while dng " make_net_recovery"

 
jkumar
Advisor

Ignite error while dng " make_net_recovery"

Hi,

I have excuted the below command to fire a Ignite backup, I use the same command on other servers it works properly . How to solve this issue without dng "vgscan -v " whats the cause of this error ?

save_config: Error - The command "lvlnboot -v vg00" returned 126. If needed, the command "vgscan -v " can be used to recreate the "/etc/lvmtab" file. The lvlnboot error output is:
ERROR: /opt/ignite/bin/save_config failed
2 REPLIES 2
Aneesh Mohan
Honored Contributor

Re: Ignite error while dng " make_net_recovery"


Hi Jkumar,

Check vgscan -v -p output with strings /etc/lvmtab .

the /etc/lvmtab file may not be updated or there is some other issues on your volume group configuration.

Please do :-
#rm /etc/lvmtab

then
#vgscan -a -v

Thanks,
Aneesh
Bill Hassell
Honored Contributor

Re: Ignite error while dng " make_net_recovery"

126 is the undocumented powerfail error code in LVM. You can find the codes in /usr/include/.unsupp/sys/_errno.h. It is not very clear but most likely there is a disk hardware problem. Look in syslog.log. Ignite will not save anything when there are disk or LVM problems.


Bill Hassell, sysadmin