- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- fbackup finish feedback
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
06-10-2003 02:57 AM
06-10-2003 02:57 AM
I am investigating fbackup man and help files to see if I can setup fbackup to give feedback at the end of the backup process. this feedback will tell if the backup fail, pass, or have some warnings.
Any Help.
BEST REGARDS
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-10-2003 03:04 AM
06-10-2003 03:04 AM
Solution0 upon normal completion.
1 if it is interrupted but allowed to save its state for possible restart.
2 fbackup(err message #)error conditions detected operation incomplete.
4 fbackup(err message #) warning conditions detected operation may have completed.
If you start fbackup like follows you get the exit code in /tmp/your_br_log
# fbackup -f /dev/rmt/0m -I / 2>&1 | tee /tmp/your_br_log
#echo $? //returns exit code of fbackup//
The standard logfile is /var/sam/log/br_log.
Hope that helps.
Regards ...
Armin
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-10-2003 03:33 AM
06-10-2003 03:33 AM
Re: fbackup finish feedback
THANK YOU VERY MUCH Armin
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-10-2003 04:42 AM
06-10-2003 04:42 AM
Re: fbackup finish feedback
I also have an frecover command that will restore a particular file located at the end of the file. By doing that, I am almost 100% positive I will be able to restore from that tape if I need to do it.
Regards,
DR
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-10-2003 04:55 AM
06-10-2003 04:55 AM
Re: fbackup finish feedback
Bill Hassell, sysadmin
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-10-2003 05:01 AM
06-10-2003 05:01 AM
Re: fbackup finish feedback
I agree 100% with you. I also use the -N option to verify the tape. It is only an extra step we do just to be able to sleep a little better...:-). You know how it goes.
Regards,
DR