- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: Howto backup directories with open files
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
02-13-2006 12:56 AM
02-13-2006 12:56 AM
Is there a way to backup directories on my Unix system while files are still in use?
I use Ignite to backup VG00. I want to backup some directories on VG01. But the files might be in use. I want to create a tar file.
What is the best way? Can I use Ignite, some other HP backup tool or a third party tool?
Greetz,
Roderick
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-13-2006 12:58 AM
02-13-2006 12:58 AM
SolutionTo get clean copies of files that are open is a problem. There is always the risk when you go to restore that the file will not be usable.
HP DP 5.5, Veritas Netbackup and other third party vendors have proven software that can get clean copies of open files.
For database backups, you'll want an add on that lets you do hot backups.
I've heard that oracle databases can be put into backup mode and then backed up with simpler tools. I have yet to have a chance to test this.
SEP
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-13-2006 01:51 AM
02-13-2006 01:51 AM
Re: Howto backup directories with open files
However, just because a file can be read does not mean that you have a useful backup.
An example of a backup that might be perfectly accurate in that it represents each block original data as it was read but also perfectly useless - in that it cannot be used to restore a working system - is a backup of a running database. Special steps need to be taken to make such a backup both accurate and useful.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-13-2006 02:04 AM
02-13-2006 02:04 AM
Re: Howto backup directories with open files
As the 2 famous Gods mentioned
i also would not go for backup if some files are open or still in use.it is really risky
operation also if the files belong to DB
but on the other hand you can take online bcks with combination of rman for oracle db
According to me i think it is very important
to decide the right backup metod because
you can easily see many variants of backup/restore metodology.
Good Luck,
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-13-2006 02:07 AM
02-13-2006 02:07 AM
Re: Howto backup directories with open files
a kind of attachment.
Good Luck,
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-13-2006 02:20 AM
02-13-2006 02:20 AM
Re: Howto backup directories with open files
Adding to Clay's remarks, 'fbackup' is very useful in this regard.
'fbackup' computes a checksum for a file immediately before it transfers it from disk. At the completion of this transfer, the checksum is computed again from the disk image. If there is a difference in checksums the file has changed. 'fbackup' marks this copy of the file on tape as "bad" and proceeds to retry the copy 'maxretries' times.
When an attempt is made to restore a file with 'frecover' if an unchanged copy doesn't exist on the tape, nothing will be restored.
The default value of 'maxretries' is five (5). See the 'fbackup' manpages for more information.
Regards!
...JRF...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-24-2006 12:19 AM
02-24-2006 12:19 AM
Re: Howto backup directories with open files
I'm gonna use Veritas. Seems to be the easiest solution for us.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-24-2006 12:21 AM
02-24-2006 12:21 AM
Re: Howto backup directories with open files
I'm gonna use Veritas. Seems to be the easiest solution for us.
(Cem Tugrul: 4+4=8 :-) )
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-24-2006 03:48 AM
02-24-2006 03:48 AM
Re: Howto backup directories with open files
Seems like a very good discussion you guys had.
But dissapointed that no points were awarded for the suggestions I see that was worth more than a thousand words of a professional consultants.
These guys deserve to be be awarded some points. Please consider.
Regards,
Senthil Kumar .A
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-24-2006 03:54 AM
02-24-2006 03:54 AM
Re: Howto backup directories with open files
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-24-2006 04:16 AM
02-24-2006 04:16 AM
Re: Howto backup directories with open files
If u plan to use Veritas Netbackup for this ( and u have an Oracle Database to backup ), you will stll have to use the Oracle RMAN to get consistent copies.
rgds...Ashish