- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Backing information
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
11-14-2001 10:17 AM
11-14-2001 10:17 AM
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-14-2001 10:21 AM
11-14-2001 10:21 AM
Re: Backing information
C
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-14-2001 10:25 AM
11-14-2001 10:25 AM
Re: Backing information
Error 5 from tar is a non-fatal error,
http://us-support.external.hp.com/cki/bin/doc.pl/sid=050ef6b60caed40a61/screen=ckiDisplayDocument?docId=200000038250707
Here is the detail on fbackup error codes,
http://us-support.external.hp.com/cki/bin/doc.pl/sid=951155e30fee7983e3/screen=ckiDisplayDocument?docId=200000047385470
hope this helps.
Regds
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-14-2001 10:30 AM
11-14-2001 10:30 AM
Re: Backing information
Also, it's a log file, and if it is fbackup's so who cares?
Another way is to mirror everything, split it, mount it, backit up, then remirror it.
Furthermore, you can purchase commercial products that will do the same.
live free or die
harry
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-14-2001 10:30 AM
11-14-2001 10:30 AM
Re: Backing information
'fbackup' is designed to retry files that are changing while a backup is proceeding. It does this by noting the timestamp of a file as it starts to copy it to tape. When a copy has been transferred, 'fbackup' compares the timestamp on the tape to that on the disk, and if different, marks the tape copy "bad" and proceeds to retry the process 'maxretries' times. The default for 'maxretries' is five. See the man pages of 'fbackup' for more details.
In any event, retries are counted as warnings by 'fbackup' and result in a return code of four (4).
I suspect that you are using SAM to do your backups. If you are, I believe that SAM patch PHCO_23876 will obviate the problem. This patch does not require a reboot to install.
Regards!
...JRF...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-14-2001 10:47 AM
11-14-2001 10:47 AM
Re: Backing information
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-14-2001 10:52 AM
11-14-2001 10:52 AM
Solution- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-14-2001 10:54 AM
11-14-2001 10:54 AM
Re: Backing information
live free or die
harry
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-15-2001 05:23 AM
11-15-2001 05:23 AM
Re: Backing information
As to "error 4 warnings" (assuming RETURN VALUE 4), you say that the backups are run from cron, but that does not say whether or not this is a SAM scheduled backup. So who/what made the crontab entry, 'you' or SAM? If SAM, then you need the SAM patch which James refered to, so that *warnings* will not be considered to be *failures*.