- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Fbackup over LAN GB network
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
08-30-2003 08:38 AM
08-30-2003 08:38 AM
I try to make a fbackup over a lan GB network.
The tape is a SDLT and the backup is very slow.
When the backup is local, it's very fast.
Both Gb card are configured with autonegotiation.
Here is my config file :
blocksperrecord 512
records 64
checkpointfreq 1024
readerprocesses 6
maxretries 3
retrylimit 5000000
maxvoluses 2000
filesperfsm 2000
Thank's for your help,
Seb
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-30-2003 08:53 AM
08-30-2003 08:53 AM
Re: Fbackup over LAN GB network
Check / monitor your network during a backup.
Paula
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-30-2003 01:15 PM
08-30-2003 01:15 PM
Re: Fbackup over LAN GB network
Have you checked your network switch is set to auto-negotiate? Your better off turning off auto-negotiate and have it hard-coded that way, on both servers and the switch.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-30-2003 04:14 PM
08-30-2003 04:14 PM
SolutionAs mentioned, SDLT is a streamer and like all streamers (DDS, DLT, Ultrium, etc) these drives must be kept busy and a LAN backup may never attain the speed needed to stream the drives. Streamers operate at full speed, or when they run out of data, waste several seconds (read: zero data recorded) stopping, backing up, resync and and start recording again. Depending on often this occurs, your backup throughput could be imapacted 100:1 to 1000: slower.
You could set jumbo frames (MTU=9000) on the LAN cards BUT the LAN cards *and* the switch(es) must all support jumbo frames too. And look in dmesg for any gigabit card messages. Set the MTU in the /etc/rc.config.d/hpgelanconf file. Check this link for cautions about end-to-end support for jumbo frames: http://forums.itrc.hp.com/cm/QuestionAnswer/1,,0x6a6fdfe5920fd5118fef0090279cd0f9,00.html
Bill Hassell, sysadmin
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-30-2003 06:25 PM
08-30-2003 06:25 PM
Re: Fbackup over LAN GB network
You might want to monitor your network from the switch and the HP box during a transfer.
I'm attaching a script that will monitor the network, have the switch admin watch the switch.
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
08-31-2003 12:44 AM
08-31-2003 12:44 AM
Re: Fbackup over LAN GB network
one other is that I use brbackup too for my backups and with that tool, it's ok, my backup takes about 2 hours to complete.
That's why I think that my problem is due to fbackup.
I'll monitor my network during fbackup to be sure.
Thank's
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-01-2003 12:30 AM
09-01-2003 12:30 AM
Re: Fbackup over LAN GB network
brbackup uses dd (by default) on the system side, which provides better throughput than fbackup. You can configure brbackup to use cpio instead of dd, and I think it is not unlikely that you might experience the same network issue with brbackup then.
So I believe this also supports Bill's opinion regarding the CPU and backplane issue.
Regards,
Bernhard
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-19-2003 06:16 AM
09-19-2003 06:16 AM
Re: Fbackup over LAN GB network
I'll try to use dd with fbackup this week-end :
fbackup -i /files -f - | remsh remotehost dd ibs=64k obs=32k of=DEVICE_PATH
Seb
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-04-2003 11:16 AM
11-04-2003 11:16 AM
Re: Fbackup over LAN GB network
Monitoring in Glance, network was showing max incomming data at 2400KB/s..... MRTG also showed around 24Mb/s.... I was running with recommended blocksperreccord (256)
I am now running with the following config
blocksperrecord 8192
records 16
checkpointfreq 1024
readerprocesses 6
maxretries 5
retrylimit 5000000
maxvoluses 200
filesperfsm 2000
and the incomming speed on the machine with the tape drive (the one with 100Mb card) is now fluctuating between about 3,500KB/s and 7,500KB/s and averaging 5100KB/s. Note this is with an Ultrium 215 drive not DLT but I think it demonstrates that the problem is more with the way fbackup interacts with rmt over the network than with the network itself.
Regards,
Tony.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-04-2003 01:59 PM
11-04-2003 01:59 PM
Re: Fbackup over LAN GB network
Bill Hassell, sysadmin