- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: ftp of flat files takes longer on one server
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
11-04-2003 08:01 AM
11-04-2003 08:01 AM
ftp of flat files takes longer on one server
N Class: 8gb RAM, directory resides on HP SureStore RAID, 4 RISC processors and each has 440 mhz.
L Class: 8gb RAM, directory is on a SAN, 4 RISC processors and each is 550mhz.
Developer has stated that the load process of FTPing the flat files to the N Class box takes 5 hours, whihc it takes 2.5 hours on the L Class box. The L Class box is a production box.
Several questions come up. First is, I highly doubt that the L Class with 550mhz would make that much difference, at least not cutting the time to FTP the files to 2.5 hours.
Does the RAID array cause the system to slow down because of striping? Would these two storage device, HP RAID and SAN make that much difference?
Any input on what to compare and what to benchmark to get to the root of the problem. The load starts at 3:00am, so its not like a whole bunch of process are running at that time.
Thanks.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-04-2003 08:08 AM
11-04-2003 08:08 AM
Re: ftp of flat files takes longer on one server
lanadmin -x 1
1 is the lan number from a lanscan.
You might find your duplex settings are wrong on the slower machine.
To insure proper duplex, set up a /etc/rc.config.d/hpbtlanconf file with settings. I'll attach an example.
Its also important that on 100 BT and slower LAN cards that the switch settings bet explicit, not Autonegotiate. Very important on Cisco switches.
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
11-04-2003 08:20 AM
11-04-2003 08:20 AM
Re: ftp of flat files takes longer on one server
timex dd if/dev/zero bs=64k count=160 of=temp1
That will write a 10MB file.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-04-2003 08:20 AM
11-04-2003 08:20 AM
Re: ftp of flat files takes longer on one server
Speed = 1000 Full-Duplex
Autonegation = ON
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-04-2003 08:24 AM
11-04-2003 08:24 AM
Re: ftp of flat files takes longer on one server
10 Half-Duplex Autonegotion-ON
You would think a 1000 Full-Duplex like on the N Class box would provide faster throughput.
Thanks.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-04-2003 09:05 AM
11-04-2003 09:05 AM
Re: ftp of flat files takes longer on one server
lanadmin -S 100FD x
Where x is the PPA number from lanscan for that adapter. Be sure and check with the network folks before you change this to assure that the switch port is set to 100FD also.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-04-2003 09:20 AM
11-04-2003 09:20 AM
Re: ftp of flat files takes longer on one server
You need to get the switch checked.
You can do a lanadmin -X 100FD 1 to try and bump up the speed on the fly.
My /etc/rc.config.d/hpbtlanconf
suggestion will solve the problem permenently so long as the switch settings are not auto negotiate.
A solution lies in the thread.
Good luck and let us know how it turns out.
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
11-04-2003 09:39 AM
11-04-2003 09:39 AM
Re: ftp of flat files takes longer on one server
If your positive that it's the L-class that has the faster ftp transfers, yet the NIC card on that box is a factor of 200 slower, then your problem is almost certainly the disk.
Is the N-class attached to an HP AutoRAID 12H?? Also known as the "slowest disk array under the sun".
There could be features to the filesystem on the N-class that could be causing additional overhead. Check the fstab files on each server.
Since the L-class is SAN attached, it's very possible that the backend disk (or disk array) supporting the L is far superior than what you have attached to the N. Disk array caching can make a big difference.