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
08-22-2003 06:30 AM
08-22-2003 06:30 AM
Here's the log from the failed backup and the reason of the failure:
fbackup(3024): writing volume 1 to the output file /dev/rmt/3m
fbackup(3055): total file blocks read for backup: 135847834
fbackup(3056): total blocks written to output file /dev/rmt/3m: 136061490
fbackup(1030): warnings encountered during backup
br_backup: Invoking fbackup. See /var/sam/log/br_log for details.
fbackup(1004): session begins on Fri Aug 15 00:05:57 2003
fbackup(3041): output file /dev/rmt/3m is currently being used and not available
fbackup(3019): would you like to enter a new output file?
fbackup(3004): writer aborting
fbackup(1002): Backup did not complete : Reader or Writer process exit
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-22-2003 06:34 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-22-2003 06:34 AM
08-22-2003 06:34 AM
Re: Fbackup
mt -t /dev/rmt/3m rewind (just rewinds the tape).
If this doesnt work try to find out who is using it;
fuser /dev/rmt/3m >/tmp/log 2>&1
ps -ef|grep 3m >>/tmp/log 2>&1
Then you can either abort or sleep 60 and try again. This is probably the best way to find out who is using it. Fbackup itself wont tell you, you need to do other commands to find out.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-22-2003 06:40 AM
08-22-2003 06:40 AM
Re: Fbackup
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-22-2003 06:44 AM
08-22-2003 06:44 AM
Re: Fbackup
1) Run a normal tar or cpio backup and see if it still says the tape being used by another process.
2) Check tape drive and media. Clean if needed.
3) Check fbackup on a different drive if available.
4) Check other processes using tape drive with ps -aef, lsof and glance
5) Install latest patches.