- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: Backup slow
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-30-2002 06:01 AM
01-30-2002 06:01 AM
Backup slow
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-30-2002 06:14 AM
01-30-2002 06:14 AM
Re: Backup slow
How are you doing backups? With tar, fbackup, OmniBack?
And what kind of disk do you have? Are configured in stripping, mirror, etc?
When you do that backup, users are working with your aplication?
David.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-30-2002 06:16 AM
01-30-2002 06:16 AM
Re: Backup slow
You don't indicate what backup software you're using. If you are using 'fbackup', see the comments by myself and Bill Hassell in this thread:
http://forums.itrc.hp.com/cm/QuestionAnswer/1,,0xc5f35e938a10d6118ff40090279cd0f9,00.html
You should note the attachement I provided in my post therein, too.
Regards!
...JRF...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-30-2002 06:23 AM
01-30-2002 06:23 AM
Re: Backup slow
I think the problem is that your dds is not in 'streaming mode' This means that the tape is stopped and started every time data must be written to tape.
What tool do you use to make the backups.
- If it is omniback you can increase the disk agents for your backup.
-If you use fbackup, try to increase the number or reading processes.
create a file and put in the followinf data:
blocksperrecord 16
records 16
checkpointfreq 256
readerprocesses 2 (maximum of 6)
maxretries 5
retrylimit 5000000
maxvoluses 100
chgvol /var/adm/fbackupfiles/chgvol
error /var/adm/fbackupfiles/error
filesperfsm 200
You can increase the reader processes to 4, and check if the drive stays in streaming mode. start fbackup with the -c config-file option.
Good luck,
Marcel Eken.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-30-2002 10:44 AM
01-30-2002 10:44 AM
Re: Backup slow
Bill Hassell, sysadmin
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-30-2002 11:28 AM
01-30-2002 11:28 AM
Re: Backup slow
I'm sure you'll get more answers once you provide the details about your backup.
Also, are you using a locally attached drive or are you backing up over the network?
Darrell
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-30-2002 11:36 PM
01-30-2002 11:36 PM
Re: Backup slow
Hi all
Sorry for not mentioning full details.
I am using fbackup and taking backup of filesystem in root VG for test purpose.ie local disk.Patch level is sept2001.
According to standards,DDS3 has to give 2.5MBPS.But here it hardly gives 300KBPS
Regards,
SHANKU
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-31-2002 12:10 AM
01-31-2002 12:10 AM
Re: Backup slow
There maybe several reasons (as I guess):
1. Maybe the tape drive head problem, try to clean the tape drive head several times to see if it can help. If not, ask HP to replace a new tape drive.
2. If your directory contains many files, it will also take long time even the file sizes are small, ie. 1 10GB files will backup faster than 1000 10MB files.
Hope this helps.
Kenny.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-01-2002 07:00 AM
02-01-2002 07:00 AM
Re: Backup slow
I have seen this sort of thing when there were a lot of open files and 5 retries.When a file is open the fbackup will try it several times (with a delay)before going to the next one.
I would advise retuning the config file with.
maxretries 2
readerprocesses 4
And see if there is a difference.
fbackup works best when there are no users and
to see if there is a real tape problem you should try a backup when there are no users at
all such as in single user mode.
Steve Steel
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-08-2002 01:09 AM
02-08-2002 01:09 AM
Re: Backup slow
DDS-3 Native Mode (i.e. uncompressed) *maximum* speed is 1 MegaByte/second, i.e. in order to get the 2.5 MB/second you mention, your data must be very compressable, and that is normally not the case on UNIX systems.
As the fbackup(1M) manual page mentions, for DDS the "blocksperrecord" parameter should be at least 64 (64 KiloByte).
If you have HP-UX 11.X, fbackup's "-v" option" will report how much it writes to tape, which might be much more than you expect. I.e. if you have many small files, the fbackup 'overhead' can be quite substantial.
As Steve mentioned, check the ("-v") log for retries.