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
01-15-2008 01:58 PM
01-15-2008 01:58 PM
tar copy
I am am copying stuff over from a NAS to my unix server through a samba mount but it has so far copied 12 GB since Friday. I checked up on the network interface on my server and it is fine - 100mbps full duplex. How do I troubleshoot further.
Thanks.
Allan
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-15-2008 02:00 PM
01-15-2008 02:00 PM
Re: tar copy
tar -cf - logs|(cd /dir1;tar -xpf -)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-15-2008 02:18 PM
01-15-2008 02:18 PM
Re: tar copy
I need to copy something around 500GB of data.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-15-2008 02:25 PM
01-15-2008 02:25 PM
Re: tar copy
I'm not sure, but I think you might need a faster connection between your Unix box and the NAS. Do you have some kind of tape backup available to the NAS, so that you could backup the files to tape and them restore them to your Unix box?
JP
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-15-2008 02:36 PM
01-15-2008 02:36 PM
Re: tar copy
Well, maybe. All you have done (or at least that's all you have said that you have done) is checked on the network interface on your server. Have you checked the settings on the other end of the connection (ie, the corresponding ethernet switch port)? If one end of a connection is hard-set to, say, 100FD the other end of the same connection must also be hard-set to 100FD.
A duplex mismatch (which is all but guaranteed if one end is hard-set and the other end is set to auto-negotiate) would easily explain your performance. Moreover, the mismatch would not even be noticible during a telnet or rlogin session because the bandwidth requirements are so low but would be terrible in an FTP or NFS session.
It should be noted that you need to check both ends of all the hosts involved in this transfer.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-15-2008 02:38 PM
01-15-2008 02:38 PM
Re: tar copy
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-15-2008 02:41 PM
01-15-2008 02:41 PM
Re: tar copy
Another issue: Can't you hook up that NAS mount point directly to your server as an NFS mount point? I've not used NAS before, but I've always understood NAS to be NFS equivalent/compatible.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-16-2008 01:25 AM
01-16-2008 01:25 AM
Re: tar copy
start 'landiag' - 'lan', then
'display = Display LAN Interface status and statistics registers'
There you can see 'FCS Errors = ??'
if ?? isn't zero and it's growing then you've a network problem (i.e. a speed msmatch).
HTH
Volkmar