- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- fbackup to DDS3
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
04-28-2005 12:55 AM
04-28-2005 12:55 AM
fbackup to DDS3
I am trying to backup database files which approximates to 36Gb to a DDS3 tape. I tried using the fbackup in a script but it fails as it asks for another tape due to insufficient space on the tape. Is there anyway that I can compress the data to fit it onto the tape.
Thanks.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-28-2005 01:11 AM
04-28-2005 01:11 AM
Re: fbackup to DDS3
/dev/rmt/c6t0d0BEST, for example
Pete
Pete
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-28-2005 01:13 AM
04-28-2005 01:13 AM
Re: fbackup to DDS3
How does you fbackup configuration file look like??
Anil
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-28-2005 01:16 AM
04-28-2005 01:16 AM
Re: fbackup to DDS3
If you data is very compressable it is possible to get 36GB on a single tape. If it is not very compressable, there's no way.
At this point, I'd say yours is the latter case.
Can you upgrade to a DDS4 tape drive? That *should* handle it.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-28-2005 01:17 AM
04-28-2005 01:17 AM
Re: fbackup to DDS3
Below is the config file:
more fbackup_config
blocksperrecord 32
records 32
checkpointfreq 32
readerprocesses 2
maxretries 5
retrylimit 5000000
maxvoluses 100
Thanks.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-28-2005 01:20 AM
04-28-2005 01:20 AM
Re: fbackup to DDS3
The server in question is overseas and it is currenlty not possible to upgrade the DDS drive. The files is question are Oracle database files. Any idea on compressing them further before putting them on tape.
Thanks.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-28-2005 01:20 AM
04-28-2005 01:20 AM
Re: fbackup to DDS3
I did a lssf /dev/rmt/* and used the device which had a BEST in the description. I am currently using /dve/rmt/0m.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-28-2005 01:35 AM
04-28-2005 01:35 AM
Re: fbackup to DDS3
Puts the DB in backup mode and does
compress < /path/to/oracle/db/files > /backup/of/oracle/db/files.Z
for all data files. At the end it deals with all of the archive logs. We have a dedicated filesystem for these backups.
Now once the above is done, we know almost exactly how much tape will be requuired.
You could do something very similar and experiment between compress and gzip. You could even try 'gzip -9' which is slower but can compress a whole lot more efficiently than just 'gzip'. You can use the same syntax as above to redirect the input and output of gzip as well.
I would do this with the DB in backup mode or with the DB down completely. Otherwise your backup will be essentially useless.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-28-2005 01:47 AM
04-28-2005 01:47 AM
Re: fbackup to DDS3
I running the fbackup thru a shell script which brings the database down before the backup.
The DB is spread over multiple FS. Can I compress and write to the tape using fbackup single FS as a time w/o overwriting the previous FS for that day - meaning can I compress /u01 and write it to tape, then compress /u02 and write it to tape and so on ..... The reason being we do not have a spare storage disk to allocate to the server and as I said as the server is overseas we do not have a dedicated Unix guy over there. We do remote administration of the server.
Thanks.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-28-2005 01:55 AM
04-28-2005 01:55 AM
Re: fbackup to DDS3
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-28-2005 02:08 AM
04-28-2005 02:08 AM
Re: fbackup to DDS3
I am using the below command to kick off the backup:
/usr/sam/lbin/br_backup DAT FULL Y /dev/rmt/0m /var/sam/graphJCAa08437 Y 1 N > /var/sam/SAM_br_msgs 2>&1
Is there any option that can be turned on that can help?
Thanks.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-28-2005 03:20 PM
04-28-2005 03:20 PM
Re: fbackup to DDS3
I think no compress tool available!
Regard,
HoangChiCong