- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Samba, FTP or rsync
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
09-18-2006 04:03 AM
09-18-2006 04:03 AM
- what is the impact on the network if a number of users access the same file (ie., does the file get transferred across the network each time it is accessed by each user?).
- would ftp or rsync reduce the network traffic if the files were replicated to a server on the users' LAN?
Thanks
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-18-2006 04:13 AM
09-18-2006 04:13 AM
Re: Samba, FTP or rsync
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-18-2006 04:38 AM
09-18-2006 04:38 AM
Re: Samba, FTP or rsync
ftp should not be used because the authentication is not using encryption.
rsync using tghe ssh option will be very fast if the files need to be copied to other systems.
If the users need the files to be centralized samba is fine.
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
09-18-2006 07:27 AM
09-18-2006 07:27 AM
Re: Samba, FTP or rsync
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-18-2006 08:07 AM
09-18-2006 08:07 AM
Re: Samba, FTP or rsync
For Samba, I have noticed that whatever setup you choose in interacting windows/linux/hp-ux, GETting is always faster than PUTting, so try to FETCH from the target host rather than SEND from the originating host.
Enjoy, Have FUN! H.Merijn
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-18-2006 03:37 PM
09-18-2006 03:37 PM
SolutionThe fastest transfer method is ftp. The fastest secure method is sftp. But even rsync, rcp or cp will be faster than SAMBA because only one transfer takes place. Then the local users see the file on their local disk. Now if you mean that you will transfer the file to another server on the same subnet, all sorts of questions come up such as: Is the HP-UX box on a WAN? If so, data security is extremely compromised with SAMBA. WANs are by their very nature, very poor at handling bidirectional packets as found in a file sharing protocol.
Bill Hassell, sysadmin
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-18-2006 06:33 PM
09-18-2006 06:33 PM
Re: Samba, FTP or rsync
I don't know if it is possible to port this to HP-UX, and if there are available interfaces for Winblows, but my experiments with sshfs worked pretty well. And that is just as safe as ssh itself.
(1) http://fuse.sourceforge.net/sshfs.html
Another note about speed on sftp/scp. If you stay on a small LAN, you can play with the ssh_config settings for compression and/or encryption.
Not encrypting is of course not safe, but if two boxes are behind a switch in a closed secure environment, not encrypting the transfers can speed up. Playing with the compression level might also influence the transfer rate, but that all depends on the balance you need between network traffic and CPU load. Both are settable on a per-host basis.
Enjoy, Have FUN! H.Merijn
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-19-2006 04:28 AM
09-19-2006 04:28 AM