Operating System - HP-UX
1836994 Members
2041 Online
110111 Solutions
New Discussion

Re: fbackup : unable to stat file /var/opt/dce/rpc/local/

 
kate32
Frequent Advisor

fbackup : unable to stat file /var/opt/dce/rpc/local/

Hi,

Do you know what is this directory unable to stat file /var/opt/dce/rpc/local/ and if I can exclude from the fbackup to avoid the error ?
I have already excluded the following directory: /var/spool/sockets/pwgr

Thanks in advance.
Cheers
KAte
8 REPLIES 8
Tim Nelson
Honored Contributor

Re: fbackup : unable to stat file /var/opt/dce/rpc/local/

cannot stat messages from fbackup are typically files or direcories that are no longer there after the file list was built. i.e. temp files.

If you wish to exclude then exclude the directory like you did the other. "e /var/opt/dce/rpc/" in your graph file.

Steven E. Protter
Exalted Contributor

Re: fbackup : unable to stat file /var/opt/dce/rpc/local/

Shalom Kate,

I'd take a look at my configuration and see if there is a stale nfs mount or a filesystem mounted there.

Most of the data on /var is logs, with few notable exceptions. There seems to be some strangeness with these directories. This could indicate a disk problem or a failure to mount /var properly

bdf /var

Hopefully it doesn't show / it shows /var

SEP
Steven E Protter
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
Aussan
Respected Contributor

Re: fbackup : unable to stat file /var/opt/dce/rpc/local/

here is a link that should help you

http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=5720
The tongue weighs practically nothing, but so few people can hold it
kate32
Frequent Advisor

Re: fbackup : unable to stat file /var/opt/dce/rpc/local/

Hi guys,

Thanks for the replies. I think I will update my script running by cron and check the warning message instead of excluded of the fbackup.
Do you know what kind of error we have with fbackup when it really fails?
Cheers
Kate
Tim Nelson
Honored Contributor

Re: fbackup : unable to stat file /var/opt/dce/rpc/local/

fbackup has a number of exit codes . The man pages list 0, 1, 2 and 4 ( check for 0, 1 or 2 and you should be safe.

see man fbackup for details.
kate32
Frequent Advisor

Re: fbackup : unable to stat file /var/opt/dce/rpc/local/

Thanks a lot for this.
Cheers
Kate
Tim Nelson
Honored Contributor

Re: fbackup : unable to stat file /var/opt/dce/rpc/local/


We'll take some points if you feel obliged.

Working on a new hat :)
kate32
Frequent Advisor

Re: fbackup : unable to stat file /var/opt/dce/rpc/local/

Thanks all I have updated my script and remove the exclude files but added the return code 0 Successful, 4 Sucessfull with warnings and * Failed.

Thanks again!
Cheers
Kate