- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- FBACKUP Problem
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
05-12-2008 05:39 PM
05-12-2008 05:39 PM
FBACKUP Problem
please let me know what happens if we unmount the filesystems when the backup is running.
Is there any chances of data loss or data corruption. What will happen to the backup if we don't kill it.
What is the solution, to prevent data loss/corruption if their is any possibility.
Regards :
Arun
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-12-2008 05:58 PM
05-12-2008 05:58 PM
Re: FBACKUP Problem
You can't unmount the filesystems you are copying with 'fbackup'. The 'fbackup' utility operates *ON* filesystems that are mounted.
By default, up to five (5) copy retires are made for files that are found to be actively changing as 'fbackup' runs. This is governed by the 'maxretries' variable in the 'config' file. See the manpages for 'fbackup' for more information.
If after the maxiumum number of retries (per file), a static image of the file cannot be copied to tape, copy of the file on the tape is marked "bad". In this case, it cannot be recoverd witih 'frecover'. Retried and/or skipped files are logged as such by the 'fbackup' session.
Under NO CIRCUMSTANCES, use a 'kill -9' to stop an 'fbackup'. To do so will leave shared memory segments orphaned on your server, leading to lost memory.
Regards!
...JRF...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-12-2008 06:02 PM
05-12-2008 06:02 PM
Re: FBACKUP Problem
If fbackup is reading files from this filesystem, you will not be able to unmount it.
If somehow you are able to unmount it, you will get many errors from fbackup for all the files in the fbackup list that are from this filesystem.
There will be no data corruption, just a lot of errors in fbackup. Your unmounted filesystem will not be in the fbackup.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-12-2008 06:04 PM
05-12-2008 06:04 PM
Re: FBACKUP Problem
Unless, it has already backed up that filesystem, it won't be backed up. There should be an error message.
>What is the solution, to prevent data loss/corruption?
Just restart it if you get those errors?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-12-2008 10:42 PM
05-12-2008 10:42 PM
Re: FBACKUP Problem
>>please let me know what happens if we unmount the filesystems when the backup is running.
during u backup u can't umount the filesystem.
Thanks and regards
Sajjad Sahir
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-12-2008 11:13 PM
05-12-2008 11:13 PM
Re: FBACKUP Problem
fbackup normally gives messages when it encounters any errors such as [fbackup(1030): warnings encountered during backup], etc. fbackup writes index of all files selected for backup at the beginning. So, if those files are not backed up it gives error. YOu can use -v (verbose) option if you do it manually or using script with output to file.
A hanging fbackup process can be cleared by killing the pid.
Also check the -R (restart) option and the -I (index) option of frecover. By index option of frecover [frecover -I], you can check the what files are backed up to make sure that everything is ok.
Regards,
Rasheed Tamton.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-13-2008 03:18 AM
05-13-2008 03:18 AM
Re: FBACKUP Problem
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-13-2008 04:11 AM
05-13-2008 04:11 AM
Re: FBACKUP Problem
A backup is a critical system activity and should only be done when the system is quiescent. Otherwise, files may be changed at different times and the relationships between files will be broken. This is especially true for databases.
Bill Hassell, sysadmin