- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: fbackup log
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-30-2003 10:49 PM
07-30-2003 10:49 PM
I have performed a full backup with:
#fbackup -0i / -v -f /dev/rmt/c0t0d0BEST > /tmp/fbackup.log 2>&1
at the end of the file I got the line:
fbackup(1030): warnings encountered during backup
I have searched the file with the pattern "warning" (the file is about 30 MB large) - there are only filenames like xxxxwarningxxx but no warning from the fbackup - is the backup OK?
ionut
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-30-2003 10:55 PM
07-30-2003 10:55 PM
Re: fbackup log
Yes the backup is most likely OK.
Often warning messages are written when files that existed when the backup commenced are removed during the backup (eg files in /tmp /var/tmp etc).
If you post the exact warning, then I'm sure someone will confirm its OK.
Cheers
Con
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-30-2003 10:56 PM
07-30-2003 10:56 PM
Re: fbackup log
can you post the warnings ??
Cheers
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-30-2003 10:56 PM
07-30-2003 10:56 PM
Re: fbackup log
Dont worry
Rajeev
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-30-2003 10:57 PM
07-30-2003 10:57 PM
Re: fbackup log
frecover -x -I /tmp/index -f
regards
mB
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-30-2003 10:57 PM
07-30-2003 10:57 PM
Re: fbackup log
Warnings in 'fbackup' are quite normal. Most of the time these warnings are from files that are there at the time the snapshot of the backup starts, but when the backup gets to that file it has been removed.
HTH
Michael
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-30-2003 11:05 PM
07-30-2003 11:05 PM
Re: fbackup log
the last lines in the fbackup log:
fbackup (1005): run time: 4821 seconds
fbackup(1030): warnings encountered during backup
fbackup( 3055): total file blocks read for backup: 14493502
fbackup(3056): total blocks written to output file /dev/rmt/c0t0d0BEST: 15331209
that's all
I got MC/SG on the server (HPUX11.00) but I stopped the MC/SG before backup, change the vg's to non-clustering, activate and and remount the FS manually.
If a file is modified during the backup I should receive a warning and I should see the warning in the log file.
cheers, ionu
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-31-2003 12:00 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-31-2003 12:07 AM
07-31-2003 12:07 AM
Re: fbackup log
maybe the information we are looking for are in the beginning of the file.
Some warning are for the tape being used for NN time or similar...
Massimo
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-31-2003 12:15 AM
07-31-2003 12:15 AM
Re: fbackup log
dumpmsg /usr/lib/nls/C/fbackup.cat
if you just want to see the possible warning messages, use
dumpmsg /usr/lib/nls/C/fbackup.cat | grep -i warning.
This will also provide you with the fbackup error codes (the values in brackets) which can also be used to check the status of your backup.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-31-2003 03:16 AM
07-31-2003 03:16 AM
Re: fbackup log
cannot stat file /tmp/aa...etc.
I have readed on the forum what's the cause - nothing to worry about.
Thank you all, case closed.