- 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
04-29-2002 06:04 PM
04-29-2002 06:04 PM
fbackup log
Thanks.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-29-2002 06:10 PM
04-29-2002 06:10 PM
Re: fbackup log
You should never have an operator scanning logs for success or failure messages. You need to put that ERROR checking into your scripts and send EMAIL's, PAGES, and even VOICE MAIL's, when a process fails.
That's my story, and I'm sticking to it :-))
live free or die
harry
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-29-2002 06:15 PM
04-29-2002 06:15 PM
Re: fbackup log
fbackup(3024): writing volume 1 to the output file test
1: check-abars.10072 1
fbackup(1005): run time: 4 seconds
fbackup(3055): total file blocks read for backup: 1
fbackup(3056): total blocks written to output file test: 16
The above is just 1 file backup to a file "test". As you can see you can't really conclude in a single line if the backup is successful or not. The whole file should be scanned and look for "errors", looking the nd of the log file is not sufficient.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-29-2002 06:16 PM
04-29-2002 06:16 PM
Re: fbackup log
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-29-2002 06:17 PM
04-29-2002 06:17 PM
Re: fbackup log
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-29-2002 06:20 PM
04-29-2002 06:20 PM
Re: fbackup log
I look at a couple of indicators.
First, the return code from 'fbackup' has value. 'fbackup' returns <0> if successful; <1> if interrupted (but restartable); <2> if errors occured; and <4> if warnings have been issued.
The most common reason for a return code of <4> is the normal copy-retry action for a file that has changed since the time its transfer to tape started. Remember that the number of retries is controlled by 'maxretries' (see 'man fbackup'). Another common reason for a return codeof <4> is the inability to 'stat' a file. This occurs when a file is removed from the system sometime between the time 'fbackup' queries the filesystems and when it actually begins to transfer the file to tape.
Another useful "marker" for a successful/unsuccessful backup is to run 'fbackup' with the '-V
Regards!
...JRF...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-29-2002 06:25 PM
04-29-2002 06:25 PM
Re: fbackup log
# strings /usr/lib/nls/C/fbackup.cat
~Michael~