1748275 Members
3987 Online
108761 Solutions
New Discussion

Re: save_config fails

 
SOLVED
Go to solution
Pippo_9
Frequent Advisor

Re: save_config fails

Hi Colin,

Robert-Jan is right.
Recreating /etc/lvmtab could solve the problem.

Otherwise, you should execute

# lvlnboot -v

If no output or error messages return then you should recreate boot definitions on VG00. Below how to do:

# lvlnboot -R /dev/vg00

If problem persists, you could try to configure boot definitions manually:

# lvlnboot -r /dev/vg00/lvol3
# lvlnboot -s /dev/vg00/lvol2
# lvlnboot -d /dev/vg00/lvol2
# lvlnboot -b /dev/vg00/lvol1
# lvlnboot -v /dev/vg00

and then launching save_config:

# /opt/ignite/bin/save_config -f /tmp/saveconf.out vg00

If the last command works fine, then make_net_recovery will work fine.

I hope this helps you.

Bets regards,
Ettore