- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- fbackup over network is slooooow
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
10-19-2001 05:49 AM
10-19-2001 05:49 AM
We have been experimenting with fbackup from one k460 to another K460 over the network. When we fbackup our production system to it's own DDS-3 internal tape drive it takes about (1) hour. When the same fbackup is performed over the network to another K460 on an identicate tape drive, it takes (7) hours. Both systems are using 100M LAN autonegotiate Full Duplex.
We know that fbackup over a network will be slower, but is it reasonable that it would be seven-times slower? Does anyone think that there may be a system tuning problem or should we be looking at a 3rd-party backup product?
Thanks in advance ... Dewy
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-19-2001 06:06 AM
10-19-2001 06:06 AM
Re: fbackup over network is slooooow
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-19-2001 06:16 AM
10-19-2001 06:16 AM
SolutionWe have one nfs server with 50gb data takes around 4 days through network for backup.
Good news. We just found new way to fast this process. Now it take only 24 hour only.
Create file called config.backup
blocksperrecord 256
records 32
checkpointfreq 4096
readerprocesses 6
maxretries 5
retrylimit 5000000
maxvoluses 100
filesperfsm 800
use that with fbackup
#fbackup -c config.backup -g
Sachin
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-19-2001 06:25 AM
10-19-2001 06:25 AM
Re: fbackup over network is slooooow
Plan B: Compress the data before sending it over the network, something like this:
fbackup -f - | compress | remsh boxB dd of=xxx
I suspect that you are not getting the full 100FD because OmniBack (which is really a good choice for this) does not suffer degradations that big over the network.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-19-2001 08:17 AM
10-19-2001 08:17 AM
Re: fbackup over network is slooooow
We are backing up about 5.9 Gig. which we feel isn't really big.
Thanks, Dewy
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-19-2001 08:48 AM
10-19-2001 08:48 AM
Re: fbackup over network is slooooow
I agree, ~6gb is nothing. Sachin made some great points. Also, using lanadmin, check your lan card to make sure you aren't getting excessive errors.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-20-2001 05:06 AM
10-20-2001 05:06 AM
Re: fbackup over network is slooooow
Try this:-
NFS export the data areas
NFS import them on the backup server
If you have room create a data area on the backup server.
copy the data from export machine to backup machine:-
cd to mounted data area:-
time find . | cpio -pudvm /
I move approx 12 Gig of data on a 100 meg network in about 1.5 hours by this method.
This will allow to to check if it is you network that is slowing you down.
HTH
Paula
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-22-2001 01:46 AM
10-22-2001 01:46 AM
Re: fbackup over network is slooooow
regards
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-22-2001 02:06 AM
10-22-2001 02:06 AM
Re: fbackup over network is slooooow
I had this problem and then I tried to change the configuration parameters of fbackup for my DLT tape over the network and with this values I obtained the best performance:
blocksperrecord 1024
records 16
checkpointfreq 256
readerprocesses 2
maxretries 5
retrylimit 5000000
maxvoluses 100
filesperfsm 200
Perhaps you must try to do a fbackup with different params (records and blocksperrecords) and see the results, in my case this change from 4 hours to 2 hours.
good luck.
Justo.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-22-2001 11:52 AM
10-22-2001 11:52 AM
Re: fbackup over network is slooooow
Autonegotiation fails when the cable is a specific length (25-50 meters) or with certain combinations of LAN chip vendors. Lock the switch and your LAN card to 100Mbit and look at lanadmin stats again.
Bill Hassell, sysadmin