- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: Backing up raw device with fbackup
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
01-21-2007 03:10 PM
01-21-2007 03:10 PM
Thx
Ran
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-21-2007 03:19 PM
01-21-2007 03:19 PM
Solution- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-21-2007 03:22 PM
01-21-2007 03:22 PM
Re: Backing up raw device with fbackup
No way you can use fbackup for backing up raw volumes. Either you may need to use dd (disk image copying) or third party backup tools. HP Data Protector has a method for disk image copying, if you use these kind of third party tools you can create a tape pool and allocate them for your complete backup. Or you can use Oracle RMAN for database on raw file system backup.
The basic point is when you use dd the input and output device should be of equal size or destination should be higher in capacity than the source. If the 500 GB is a single volume I think it would be tough time. Or if the 500 GB is the total db size it is in multiple volumes you can have them in split (if it is less than or equal to 72GB) and back them up using dd.
TQ
Perumal
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-21-2007 03:47 PM
01-21-2007 03:47 PM
Re: Backing up raw device with fbackup
So where does that requirement come from?
Does it have any authority, any intelligence, any base in the reality of things?
As suggested, you should use RMAN or an other tool which is aware of (Oracle) database files and raw device or you'll just be gatherin clumps of bits which may or might not be restored to an operational database.
>> The size of DB is 500GB and we have 72GB DDS.
So what is the backup plan to date? Is it not satisfactory? Can you address its shortcoming?
>> It is possible to take raw device backup using fbackup?
Not directly, but indirectly.
You can take the DB (files) offline and pipe dd into a zip into files. You can then fbackup those filesystem based files.
>> If yes will it prompt for next tape volume? Please help me to know the backup and restore command using fbackup
Read the man pages and try?!
hth,
Hein.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-21-2007 04:03 PM
01-21-2007 04:03 PM
Re: Backing up raw device with fbackup
Thx
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-21-2007 06:56 PM
01-21-2007 06:56 PM
Re: Backing up raw device with fbackup
I'm afraid, this is misunderstanding:
1. It's impossible to back up raw devices with fbackup or another file system based tool.
2. You can back up a DB either cold (DB is down) or warm ( DB is up and running).
3. It's not a vary good idea to back up 500 GB raw in cold status: the downtime is too long
4. In order to backup Oracle DB, you have to use either Oracle or storage tools.
HTH