- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Legato: Backup Speed Problem.
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-25-2005 11:29 PM
08-25-2005 11:29 PM
Legato: Backup Speed Problem.
I'm trying to take system backup (SAN) using DLT Tape Library. nsrwatch shows that backup is taken at11 Mb/s.
02:/dev/rmt1.1(J) LTO Ultrium A00017L1 2:writing at 11 MB/s, ......
Can I speed up the backup process, if yes HOW?
Following is the command i'm using to take backup,
save -s ctyhnm01.mtnlcty.com -b W1TRSYS1 -c west1tr -I $BAK_HOME/if_full -N FULL_W1TR
Thanks.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-25-2005 11:39 PM
08-25-2005 11:39 PM
Re: Legato: Backup Speed Problem.
Looks like you are using LTO drives, can you post what kind of network speeds you are using ?
Best regards,
Robert-Jan
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-25-2005 11:40 PM
08-25-2005 11:40 PM
Re: Legato: Backup Speed Problem.
You talk about DLT Tape Library but, the device seems to be a Ultrium ?
Speeding up backup processes is very much identifying the bottleneck(s). In most cases, the problem is with the disk/filesystem. You need a very fast disk system to stream a Ultrium 2 device.
Also the type of data you backup can have big impact on backup speed. Millions of small files will slow down performance or, compression ratio for the data (high ratio increases throughput).
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-25-2005 11:44 PM
08-25-2005 11:44 PM
Re: Legato: Backup Speed Problem.
You r right, its a LTO ultrium.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-25-2005 11:57 PM
08-25-2005 11:57 PM
Re: Legato: Backup Speed Problem.
Also, as Robert already asked, the 11MB/s sound very much like a bottleneck (FastEthernet, that is) on the way.
Do You get higher performance when running i.e. save -s ctyhnm01.mtnlcty.com -c ctyhnm01.mtnlcty.com [...] ?
In that case, definitely suspect a network bottleneck.
In rare cases, the policy settings could also pose a problem, if the client in question is using 'unix with compress' and is too slow compressing.
Also, of course the data being backuped and parallelism setttings are questionable.
To do first things first, please just umount (+disable for service) the tape, insert a scratch tape, and see what throughput You see when issuing a
timex dd if=/dev/zero of=/dev/rmt/0mn bs=1024k obs=64k count=1024
If this is still below something like 40MB/s, You should gather some manuals and look after the density settings, and look for fibrechannel error stats.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-26-2005 01:50 AM
08-26-2005 01:50 AM
Re: Legato: Backup Speed Problem.
maxfiles_lim and nproc.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-26-2005 02:15 AM
08-26-2005 02:15 AM
Re: Legato: Backup Speed Problem.
Notice that I said required? Modern tape drives are extremely slow when the data rate is not fast enough to keep up with the drive. The drive has to stop, backup and take a running start to resync and start recording once the data catches up with the tape. You'll need a dedicated 1000Mbit link to keep the tape running at full speed.
Bill Hassell, sysadmin