- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- fbackup messages
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-04-2002 02:53 PM
07-04-2002 02:53 PM
Op Sys = ux11.0, 9000 series machine
fbackup(1102): WARNING: unable to stat file /var/spool/sockets/pwgr/client10121
fbackup(3005): WARNING: file number 10384 was NOT backed up
Have been receiving messages as above, what do they really mean? What can I do to fix it up - stop what is causing them to appear?
Thanks, Maria
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-04-2002 03:11 PM
07-04-2002 03:11 PM
SolutionBascially any message that is reported from fbackup with 'WARNING' is just a message that something was missed.
The first item is a file was reported as being on the system, but when it was asked to be backed up had been removed.
This is quite a common occurance for files in /var/spool, /var/tmp /tmp
There is not a lot you can do about this, but re-direct the errors to a file. Have a look at the man page for fbackup in the -c config section. You can have a look at the fbackup error codes here;
# strings /usr/lib/nls/C/fbackup.cat
HTH
Michael
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-04-2002 03:18 PM
07-04-2002 03:18 PM
Re: fbackup messages
/var/spool/sockets/pwgr
The files in this dir are very dynamic and always being cleaned up by pwgrd daemon, hene have a short life-time. What you can do is the next time you run the fbackup use the "-e" option to exclude directories that tyically contains temporary files from being backed up.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-04-2002 04:46 PM
07-04-2002 04:46 PM
Re: fbackup messages
Maria.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-08-2002 03:18 AM
07-08-2002 03:18 AM
Re: fbackup messages
You also got *other* messages with the same file number (10384), which will tell you *which* file (i.e. directory/file name) was not backed up.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-08-2002 04:55 AM
07-08-2002 04:55 AM
Re: fbackup messages
Unable to stat file means either the file does not exist or else the file does not have read permission for the user id that is trying to do the backup.
Hope this helps.
Regds
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-08-2002 06:57 AM
07-08-2002 06:57 AM
Re: fbackup messages
entry for this directort.
Is there anything in this directory you would need to
recover?
I do hot backups on our Oracle
databases, and exclude the
database files from the backup. Recovery, if needed,
is done from the hot backups
which are on tape and disk.