1833261 Members
3119 Online
110051 Solutions
New Discussion

make_tape_recovery error

 
SOLVED
Go to solution
Bona_1
Frequent Advisor

make_tape_recovery error

Hi all,
I'm having this problem when I try to create a recovery tape. It gives me the error
******************************************
Server_config: error - unable to determine file system length
ERROR: /opt/ignite/bin/save_config failed
******************************************

does anyone know what the problem can be? Please assist

Bona
3 REPLIES 3
Fabio Ettore
Honored Contributor
Solution

Re: make_tape_recovery error

Hi Bona,

check size of fs_wrapper and mkfs:

# ll /sbin/fs_wrapper
# ll /usr/sbin/mkfs

If one of these has size zero then copy another from a similar system (of course the same version).

HTH.

Best regards,
Ettore
WISH? IMPROVEMENT!
Cheryl Griffin
Honored Contributor

Re: make_tape_recovery error

Also check the /etc/fstab for valid entries. Correct this file if necessary, then retry the tape archive.
"Downtime is a Crime."
Bona_1
Frequent Advisor

Re: make_tape_recovery error

Thanks Ettore, I copied the file (fs_wrappers) which had a file size of zero, changed the permissions, and it worked like a charm.

Bona