1833758 Members
2780 Online
110063 Solutions
New Discussion

Re: fbackup errors

 
SOLVED
Go to solution
Tracy Hendler_2
Senior Member

fbackup errors

Hello,

I am looking for guidance on the following errors received after performing an fbackup.
fbackup(9999): Interrupted system call
fbackup(2004): WARNING: reader 0: 1st read error, firstread=98304, n=0
These repeat several times in the log file, however, the backup is completed and verified successfully. Any help would be appreciated.

T. Hendler
4 REPLIES 4
Darren Prior
Honored Contributor

Re: fbackup errors

Hi Tracy,

It sounds like you have a disk that's starting to fail. Check dmesg/syslog to see if there's any warning appearing - you could also try running the following dd to see if there's any further read errors.

dd if=/dev/vgxx/rlvolx of=/dev/null bs=4096k

regards,

Darren.
Calm down. It's only ones and zeros...
Tracy Hendler_2
Senior Member

Re: fbackup errors

Thank you Darren, I will check the syslog and run the dd to verify.

Tracy Hendler
The Real MD
Valued Contributor
Solution

Re: fbackup errors

Try using TAR to recreate the error if so replace the disk as soon as possible.

Regards

Martin.
generic_1
Respected Contributor

Re: fbackup errors

You could also use stm to glance at your hardware's health. /var/adm/syslog/syslog.log is nice to look at as wel because it is timestamped vs dmesg.